-- MySQL dump 10.13  Distrib 5.7.31, for Linux (x86_64)
--
-- Host: localhost    Database: buzz
-- ------------------------------------------------------
-- Server version	5.7.31-0ubuntu0.18.04.1

/*!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 utf8 */;
/*!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 `cp_devices`
--

DROP TABLE IF EXISTS `cp_devices`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cp_devices` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL,
  `deviceid` varchar(255) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cp_devices`
--

LOCK TABLES `cp_devices` WRITE;
/*!40000 ALTER TABLE `cp_devices` DISABLE KEYS */;
INSERT INTO `cp_devices` VALUES (3,755,'123456-654123-7854469-554121','2019-12-12 20:17:49'),(4,259,'ee008a45-2f53-44b3-b23c-3ee6b79aa68d','2019-12-23 19:49:22'),(5,748,'d68ea365-d3f9-4302-8e84-d6723504bda2','2020-01-07 17:55:23'),(6,757,'ee008a45-2f53-44b3-b23c-3ee6b79aa68d','2019-12-23 20:37:34'),(7,754,'1d7d5605-6636-4101-9bc3-3f2205f014ed','2019-12-26 13:59:04'),(8,2,'7c1f48af-03a8-4110-a581-81bc2ae97265','2019-12-30 12:19:05'),(9,301,'ee008a45-2f53-44b3-b23c-3ee6b79aa68d','2020-01-07 17:20:18'),(10,758,'d68ea365-d3f9-4302-8e84-d6723504bda2','2020-01-07 17:56:31');
/*!40000 ALTER TABLE `cp_devices` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_blog_versions`
--

DROP TABLE IF EXISTS `wp_blog_versions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_blog_versions` (
  `blog_id` bigint(20) NOT NULL DEFAULT '0',
  `db_version` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `last_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`blog_id`),
  KEY `db_version` (`db_version`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_blog_versions`
--

LOCK TABLES `wp_blog_versions` WRITE;
/*!40000 ALTER TABLE `wp_blog_versions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_blog_versions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_blogmeta`
--

DROP TABLE IF EXISTS `wp_blogmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_blogmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `blog_id` bigint(20) NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `meta_key` (`meta_key`(191)),
  KEY `blog_id` (`blog_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_blogmeta`
--

LOCK TABLES `wp_blogmeta` WRITE;
/*!40000 ALTER TABLE `wp_blogmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_blogmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_blogs`
--

DROP TABLE IF EXISTS `wp_blogs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_blogs` (
  `blog_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `site_id` bigint(20) NOT NULL DEFAULT '0',
  `domain` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `path` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `public` tinyint(2) NOT NULL DEFAULT '1',
  `archived` tinyint(2) NOT NULL DEFAULT '0',
  `mature` tinyint(2) NOT NULL DEFAULT '0',
  `spam` tinyint(2) NOT NULL DEFAULT '0',
  `deleted` tinyint(2) NOT NULL DEFAULT '0',
  `lang_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`blog_id`),
  KEY `domain` (`domain`(50),`path`(5)),
  KEY `lang_id` (`lang_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_blogs`
--

LOCK TABLES `wp_blogs` WRITE;
/*!40000 ALTER TABLE `wp_blogs` DISABLE KEYS */;
INSERT INTO `wp_blogs` VALUES (1,1,'buzz-caribbean.com','/','2019-07-05 13:06:34','2019-09-17 14:11:13',1,0,0,0,0,0);
/*!40000 ALTER TABLE `wp_blogs` 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_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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_520_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_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_520_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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_520_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_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_520_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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_520_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=64688 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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 (3,'siteurl','https://buzz-caribbean.com','yes'),(4,'home','https://buzz-caribbean.com','yes'),(5,'blogname','Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends','yes'),(6,'blogdescription','We deliver the latest headlines, photo stories, exclusive in-depth interviews and original documentaries across entertainment, technology, sports, politics, culture, travel, food and life in the Caribbean.','yes'),(7,'users_can_register','0','yes'),(8,'admin_email','dev@cappen.com','yes'),(9,'start_of_week','1','yes'),(10,'use_balanceTags','0','yes'),(11,'use_smilies','1','yes'),(12,'require_name_email','','yes'),(13,'comments_notify','','yes'),(14,'posts_per_rss','10','yes'),(15,'rss_use_excerpt','0','yes'),(16,'mailserver_url','mail.example.com','yes'),(17,'mailserver_login','login@example.com','yes'),(18,'mailserver_pass','password','yes'),(19,'mailserver_port','110','yes'),(20,'default_category','4','yes'),(21,'default_comment_status','open','yes'),(22,'default_ping_status','closed','yes'),(23,'default_pingback_flag','','yes'),(24,'posts_per_page','10','yes'),(25,'date_format','d/m/Y','yes'),(26,'time_format','H:i','yes'),(27,'links_updated_date_format','F j, Y g:i a','yes'),(28,'comment_moderation','1','yes'),(29,'moderation_notify','','yes'),(30,'permalink_structure','/article/%postname%/','yes'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','a:12:{i:0;s:31:\"cookie-notice/cookie-notice.php\";i:1;s:29:\"easy-wp-smtp/easy-wp-smtp.php\";i:2;s:23:\"favorites/favorites.php\";i:3;s:51:\"onesignal-free-web-push-notifications/onesignal.php\";i:4;s:11:\"pwa/pwa.php\";i:5;s:61:\"radio-buttons-for-taxonomies/radio-buttons-for-taxonomies.php\";i:6;s:49:\"smio-push-notification/smio-push-notification.php\";i:7;s:20:\"totalpoll/plugin.php\";i:8;s:35:\"ultimate-member/ultimate-member.php\";i:9;s:29:\"um-mailchimp/um-mailchimp.php\";i:10;s:51:\"wordpress-popular-posts/wordpress-popular-posts.php\";i:11;s:23:\"wp-smushit/wp-smush.php\";}','yes'),(36,'category_base','','yes'),(37,'ping_sites','http://rpc.pingomatic.com/','yes'),(38,'comment_max_links','2','yes'),(39,'gmt_offset','','yes'),(40,'default_email_category','0','yes'),(41,'recently_edited','','no'),(42,'template','buzz','yes'),(43,'stylesheet','buzz','yes'),(44,'comment_whitelist','','yes'),(45,'blacklist_keys','','no'),(46,'comment_registration','','yes'),(47,'html_type','text/html','yes'),(48,'use_trackback','0','yes'),(49,'default_role','subscriber','yes'),(50,'db_version','45805','yes'),(51,'uploads_use_yearmonth_folders','1','yes'),(52,'upload_path','','yes'),(53,'blog_public','1','yes'),(54,'default_link_category','0','yes'),(55,'show_on_front','posts','yes'),(56,'tag_base','','yes'),(57,'show_avatars','1','yes'),(58,'avatar_rating','G','yes'),(59,'upload_url_path','','yes'),(60,'thumbnail_size_w','150','yes'),(61,'thumbnail_size_h','150','yes'),(62,'thumbnail_crop','1','yes'),(63,'medium_size_w','300','yes'),(64,'medium_size_h','300','yes'),(65,'avatar_default','mystery','yes'),(66,'large_size_w','1024','yes'),(67,'large_size_h','1024','yes'),(68,'image_default_link_type','none','yes'),(69,'image_default_size','','yes'),(70,'image_default_align','','yes'),(71,'close_comments_for_old_posts','','yes'),(72,'close_comments_days_old','14','yes'),(73,'thread_comments','','yes'),(74,'thread_comments_depth','5','yes'),(75,'page_comments','','yes'),(76,'comments_per_page','50','yes'),(77,'default_comments_page','newest','yes'),(78,'comment_order','asc','yes'),(79,'sticky_posts','a:7:{i:0;i:155;i:1;i:2506;i:2;i:1445;i:3;i:300;i:4;i:124;i:5;i:116;i:6;i:7817;}','yes'),(80,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(83,'uninstall_plugins','a:8:{s:61:\"radio-buttons-for-taxonomies/radio-buttons-for-taxonomies.php\";a:2:{i:0;s:28:\"Radio_Buttons_for_Taxonomies\";i:1;s:21:\"delete_plugin_options\";}s:20:\"totalpoll/plugin.php\";a:2:{i:0;s:16:\"TotalPoll\\Plugin\";i:1;s:11:\"onUninstall\";}s:35:\"wp-media-folder/wp-media-folder.php\";s:13:\"wpmfUnInstall\";s:55:\"social-media-auto-publish/social-media-auto-publish.php\";s:25:\"smap_free_network_destroy\";s:29:\"easy-wp-smtp/easy-wp-smtp.php\";s:17:\"swpsmtp_uninstall\";s:49:\"cappen-rename-wp-login/cappen-rename-wp-login.php\";a:2:{i:0;s:15:\"Rename_WP_Login\";i:1;s:9:\"uninstall\";}s:49:\"smio-push-notification/smio-push-notification.php\";s:16:\"smpush_uninstall\";s:29:\"advanced-ads/advanced-ads.php\";a:2:{i:0;s:19:\"Advanced_Ads_Plugin\";i:1;s:9:\"uninstall\";}}','no'),(84,'timezone_string','America/Jamaica','yes'),(85,'page_for_posts','0','yes'),(86,'page_on_front','0','yes'),(87,'default_post_format','0','yes'),(88,'link_manager_enabled','0','yes'),(89,'finished_splitting_shared_terms','1','yes'),(90,'site_icon','0','yes'),(91,'medium_large_size_w','768','yes'),(92,'medium_large_size_h','0','yes'),(93,'wp_page_for_privacy_policy','3','yes'),(94,'show_comments_cookies_opt_in','','yes'),(95,'initial_db_version','44719','yes'),(96,'wp_user_roles','a:7:{s:13:\"administrator\";a:33:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:76:{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:9:\"edit_poll\";b:1;s:9:\"read_poll\";b:1;s:11:\"delete_poll\";b:1;s:10:\"edit_polls\";b:1;s:12:\"delete_polls\";b:1;s:13:\"publish_polls\";b:1;s:17:\"edit_others_polls\";b:1;s:19:\"delete_others_polls\";b:1;s:20:\"edit_published_polls\";b:1;s:22:\"delete_published_polls\";b:1;s:18:\"read_private_polls\";b:1;s:18:\"edit_private_polls\";b:1;s:20:\"delete_private_polls\";b:1;s:12:\"create_polls\";b:1;s:20:\"wpseo_manage_options\";b:1;}s:13:\"_um_is_custom\";s:1:\"0\";s:12:\"_um_priority\";s:0:\"\";s:22:\"_um_can_access_wpadmin\";s:1:\"1\";s:24:\"_um_can_not_see_adminbar\";s:1:\"1\";s:21:\"_um_can_edit_everyone\";s:1:\"0\";s:18:\"_um_can_edit_roles\";s:0:\"\";s:23:\"_um_can_delete_everyone\";s:1:\"0\";s:20:\"_um_can_delete_roles\";s:0:\"\";s:20:\"_um_can_edit_profile\";s:1:\"1\";s:22:\"_um_can_delete_profile\";s:1:\"1\";s:16:\"_um_can_view_all\";s:1:\"0\";s:18:\"_um_can_view_roles\";s:0:\"\";s:28:\"_um_can_make_private_profile\";s:1:\"0\";s:30:\"_um_can_access_private_profile\";s:1:\"0\";s:10:\"_um_status\";s:8:\"approved\";s:20:\"_um_auto_approve_act\";s:16:\"redirect_profile\";s:20:\"_um_auto_approve_url\";s:0:\"\";s:24:\"_um_login_email_activate\";s:1:\"0\";s:20:\"_um_checkmail_action\";s:12:\"show_message\";s:21:\"_um_checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:17:\"_um_checkmail_url\";s:0:\"\";s:22:\"_um_url_email_activate\";s:0:\"\";s:18:\"_um_pending_action\";s:12:\"show_message\";s:19:\"_um_pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:15:\"_um_pending_url\";s:0:\"\";s:15:\"_um_after_login\";s:16:\"redirect_profile\";s:22:\"_um_login_redirect_url\";s:0:\"\";s:16:\"_um_after_logout\";s:13:\"redirect_home\";s:23:\"_um_logout_redirect_url\";s:0:\"\";s:16:\"_um_after_delete\";s:13:\"redirect_home\";s:23:\"_um_delete_redirect_url\";s:0:\"\";}s:6:\"editor\";a:35:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:50:{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:9:\"edit_poll\";b:1;s:9:\"read_poll\";b:1;s:11:\"delete_poll\";b:1;s:10:\"edit_polls\";b:1;s:12:\"delete_polls\";b:1;s:13:\"publish_polls\";b:1;s:17:\"edit_others_polls\";b:1;s:19:\"delete_others_polls\";b:1;s:20:\"edit_published_polls\";b:1;s:22:\"delete_published_polls\";b:1;s:18:\"read_private_polls\";b:1;s:18:\"edit_private_polls\";b:1;s:20:\"delete_private_polls\";b:1;s:12:\"create_polls\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:22:\"wpseo_manage_redirects\";b:1;}s:13:\"_um_is_custom\";s:1:\"0\";s:12:\"_um_priority\";s:0:\"\";s:22:\"_um_can_access_wpadmin\";s:1:\"1\";s:24:\"_um_can_not_see_adminbar\";s:1:\"1\";s:21:\"_um_can_edit_everyone\";s:1:\"0\";s:18:\"_um_can_edit_roles\";s:0:\"\";s:23:\"_um_can_delete_everyone\";s:1:\"0\";s:20:\"_um_can_delete_roles\";s:0:\"\";s:20:\"_um_can_edit_profile\";s:1:\"1\";s:22:\"_um_can_delete_profile\";s:1:\"1\";s:16:\"_um_can_view_all\";s:1:\"0\";s:18:\"_um_can_view_roles\";s:0:\"\";s:28:\"_um_can_make_private_profile\";s:1:\"0\";s:30:\"_um_can_access_private_profile\";s:1:\"0\";s:20:\"_um_default_homepage\";s:1:\"1\";s:21:\"_um_redirect_homepage\";s:0:\"\";s:10:\"_um_status\";s:8:\"approved\";s:20:\"_um_auto_approve_act\";s:16:\"redirect_profile\";s:20:\"_um_auto_approve_url\";s:0:\"\";s:24:\"_um_login_email_activate\";s:1:\"0\";s:20:\"_um_checkmail_action\";s:12:\"show_message\";s:21:\"_um_checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:17:\"_um_checkmail_url\";s:0:\"\";s:22:\"_um_url_email_activate\";s:0:\"\";s:18:\"_um_pending_action\";s:12:\"show_message\";s:19:\"_um_pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:15:\"_um_pending_url\";s:0:\"\";s:15:\"_um_after_login\";s:16:\"redirect_profile\";s:22:\"_um_login_redirect_url\";s:0:\"\";s:16:\"_um_after_logout\";s:13:\"redirect_home\";s:23:\"_um_logout_redirect_url\";s:0:\"\";s:16:\"_um_after_delete\";s:13:\"redirect_home\";s:23:\"_um_delete_redirect_url\";s:0:\"\";}s:6:\"author\";a:35:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:19:{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:9:\"edit_poll\";b:1;s:9:\"read_poll\";b:1;s:11:\"delete_poll\";b:1;s:10:\"edit_polls\";b:1;s:12:\"delete_polls\";b:1;s:13:\"publish_polls\";b:1;s:20:\"edit_published_polls\";b:1;s:22:\"delete_published_polls\";b:1;s:12:\"create_polls\";b:1;}s:13:\"_um_is_custom\";s:1:\"0\";s:12:\"_um_priority\";s:0:\"\";s:22:\"_um_can_access_wpadmin\";s:1:\"0\";s:24:\"_um_can_not_see_adminbar\";s:1:\"1\";s:21:\"_um_can_edit_everyone\";s:1:\"0\";s:18:\"_um_can_edit_roles\";s:0:\"\";s:23:\"_um_can_delete_everyone\";s:1:\"0\";s:20:\"_um_can_delete_roles\";s:0:\"\";s:20:\"_um_can_edit_profile\";s:1:\"1\";s:22:\"_um_can_delete_profile\";s:1:\"1\";s:16:\"_um_can_view_all\";s:1:\"0\";s:18:\"_um_can_view_roles\";s:0:\"\";s:28:\"_um_can_make_private_profile\";s:1:\"0\";s:30:\"_um_can_access_private_profile\";s:1:\"0\";s:20:\"_um_default_homepage\";s:1:\"1\";s:21:\"_um_redirect_homepage\";s:0:\"\";s:10:\"_um_status\";s:8:\"approved\";s:20:\"_um_auto_approve_act\";s:16:\"redirect_profile\";s:20:\"_um_auto_approve_url\";s:0:\"\";s:24:\"_um_login_email_activate\";s:1:\"0\";s:20:\"_um_checkmail_action\";s:12:\"show_message\";s:21:\"_um_checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:17:\"_um_checkmail_url\";s:0:\"\";s:22:\"_um_url_email_activate\";s:0:\"\";s:18:\"_um_pending_action\";s:12:\"show_message\";s:19:\"_um_pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:15:\"_um_pending_url\";s:0:\"\";s:15:\"_um_after_login\";s:16:\"redirect_profile\";s:22:\"_um_login_redirect_url\";s:0:\"\";s:16:\"_um_after_logout\";s:13:\"redirect_home\";s:23:\"_um_logout_redirect_url\";s:0:\"\";s:16:\"_um_after_delete\";s:13:\"redirect_home\";s:23:\"_um_delete_redirect_url\";s:0:\"\";}s:11:\"contributor\";a:35:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:11:{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:9:\"edit_poll\";b:1;s:9:\"read_poll\";b:1;s:11:\"delete_poll\";b:1;s:10:\"edit_polls\";b:1;s:12:\"delete_polls\";b:1;s:12:\"create_polls\";b:1;}s:13:\"_um_is_custom\";s:1:\"0\";s:12:\"_um_priority\";s:0:\"\";s:22:\"_um_can_access_wpadmin\";s:1:\"0\";s:24:\"_um_can_not_see_adminbar\";s:1:\"1\";s:21:\"_um_can_edit_everyone\";s:1:\"0\";s:18:\"_um_can_edit_roles\";s:0:\"\";s:23:\"_um_can_delete_everyone\";s:1:\"0\";s:20:\"_um_can_delete_roles\";s:0:\"\";s:20:\"_um_can_edit_profile\";s:1:\"1\";s:22:\"_um_can_delete_profile\";s:1:\"1\";s:16:\"_um_can_view_all\";s:1:\"0\";s:18:\"_um_can_view_roles\";s:0:\"\";s:28:\"_um_can_make_private_profile\";s:1:\"0\";s:30:\"_um_can_access_private_profile\";s:1:\"0\";s:20:\"_um_default_homepage\";s:1:\"1\";s:21:\"_um_redirect_homepage\";s:0:\"\";s:10:\"_um_status\";s:8:\"approved\";s:20:\"_um_auto_approve_act\";s:16:\"redirect_profile\";s:20:\"_um_auto_approve_url\";s:0:\"\";s:24:\"_um_login_email_activate\";s:1:\"0\";s:20:\"_um_checkmail_action\";s:12:\"show_message\";s:21:\"_um_checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:17:\"_um_checkmail_url\";s:0:\"\";s:22:\"_um_url_email_activate\";s:0:\"\";s:18:\"_um_pending_action\";s:12:\"show_message\";s:19:\"_um_pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:15:\"_um_pending_url\";s:0:\"\";s:15:\"_um_after_login\";s:16:\"redirect_profile\";s:22:\"_um_login_redirect_url\";s:0:\"\";s:16:\"_um_after_logout\";s:13:\"redirect_home\";s:23:\"_um_logout_redirect_url\";s:0:\"\";s:16:\"_um_after_delete\";s:13:\"redirect_home\";s:23:\"_um_delete_redirect_url\";s:0:\"\";}s:10:\"subscriber\";a:35:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}s:13:\"_um_is_custom\";s:1:\"0\";s:12:\"_um_priority\";s:0:\"\";s:22:\"_um_can_access_wpadmin\";s:1:\"0\";s:24:\"_um_can_not_see_adminbar\";s:1:\"1\";s:21:\"_um_can_edit_everyone\";s:1:\"0\";s:18:\"_um_can_edit_roles\";s:0:\"\";s:23:\"_um_can_delete_everyone\";s:1:\"0\";s:20:\"_um_can_delete_roles\";s:0:\"\";s:20:\"_um_can_edit_profile\";s:1:\"1\";s:22:\"_um_can_delete_profile\";s:1:\"1\";s:16:\"_um_can_view_all\";s:1:\"0\";s:18:\"_um_can_view_roles\";s:0:\"\";s:28:\"_um_can_make_private_profile\";s:1:\"0\";s:30:\"_um_can_access_private_profile\";s:1:\"0\";s:20:\"_um_default_homepage\";s:1:\"1\";s:21:\"_um_redirect_homepage\";s:0:\"\";s:10:\"_um_status\";s:8:\"approved\";s:20:\"_um_auto_approve_act\";s:16:\"redirect_profile\";s:20:\"_um_auto_approve_url\";s:0:\"\";s:24:\"_um_login_email_activate\";s:1:\"0\";s:20:\"_um_checkmail_action\";s:12:\"show_message\";s:21:\"_um_checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:17:\"_um_checkmail_url\";s:0:\"\";s:22:\"_um_url_email_activate\";s:0:\"\";s:18:\"_um_pending_action\";s:12:\"show_message\";s:19:\"_um_pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:15:\"_um_pending_url\";s:0:\"\";s:15:\"_um_after_login\";s:16:\"redirect_profile\";s:22:\"_um_login_redirect_url\";s:0:\"\";s:16:\"_um_after_logout\";s:13:\"redirect_home\";s:23:\"_um_logout_redirect_url\";s:0:\"\";s:16:\"_um_after_delete\";s:13:\"redirect_home\";s:23:\"_um_delete_redirect_url\";s:0:\"\";}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:52:{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:9:\"edit_poll\";b:1;s:9:\"read_poll\";b:1;s:11:\"delete_poll\";b:1;s:10:\"edit_polls\";b:1;s:12:\"delete_polls\";b:1;s:13:\"publish_polls\";b:1;s:17:\"edit_others_polls\";b:1;s:19:\"delete_others_polls\";b:1;s:20:\"edit_published_polls\";b:1;s:22:\"delete_published_polls\";b:1;s:18:\"read_private_polls\";b:1;s:18:\"edit_private_polls\";b:1;s:20:\"delete_private_polls\";b:1;s:12:\"create_polls\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:22:\"wpseo_manage_redirects\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:51:{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:9:\"edit_poll\";b:1;s:9:\"read_poll\";b:1;s:11:\"delete_poll\";b:1;s:10:\"edit_polls\";b:1;s:12:\"delete_polls\";b:1;s:13:\"publish_polls\";b:1;s:17:\"edit_others_polls\";b:1;s:19:\"delete_others_polls\";b:1;s:20:\"edit_published_polls\";b:1;s:22:\"delete_published_polls\";b:1;s:18:\"read_private_polls\";b:1;s:18:\"edit_private_polls\";b:1;s:20:\"delete_private_polls\";b:1;s:12:\"create_polls\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:22:\"wpseo_manage_redirects\";b:1;}}}','yes'),(97,'fresh_site','0','yes'),(98,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(103,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";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:13:\"array_version\";i:3;}','yes'),(104,'bedrock_autoloader','a:2:{s:7:\"plugins\";a:1:{s:43:\"multisite-url-fixer/multisite-url-fixer.php\";a:13:{s:4:\"Name\";s:19:\"Multisite URL Fixer\";s:9:\"PluginURI\";s:44:\"https://github.com/roots/multisite-url-fixer\";s:7:\"Version\";s:5:\"1.0.0\";s:11:\"Description\";s:77:\"Fixes WordPress issues with home and site URL on multisite when using Bedrock\";s:6:\"Author\";s:5:\"Roots\";s:9:\"AuthorURI\";s:17:\"https://roots.io/\";s:10:\"TextDomain\";s:0:\"\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:19:\"Multisite URL Fixer\";s:10:\"AuthorName\";s:5:\"Roots\";}}s:5:\"count\";i:1;}','no'),(105,'cron','a:18:{i:1610536433;a:1:{s:21:\"smpush_recurring_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:20:\"smpush_recurring_min\";s:4:\"args\";a:0:{}s:8:\"interval\";i:900;}}}i:1610536661;a:1:{s:26:\"um_hourly_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1610538786;a:1:{s:18:\"smpush_silent_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1610539573;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:1610542405;a:1:{s:41:\"wpseo-premium-prominent-words-recalculate\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1610543173;a:4:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}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:1610543178;a:3:{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;}}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;}}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;}}}i:1610543217;a:1:{s:21:\"update_network_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1610543359;a:2:{s:28:\"um_check_extensions_licenses\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:36:\"check_plugin_updates-wp-media-folder\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1610544433;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1610549101;a:1:{s:22:\"wp_https_support_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1610559412;a:1:{s:25:\"iprodev_notify_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1610569061;a:1:{s:30:\"um_twicedaily_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1610593200;a:1:{s:22:\"smpush_update_counters\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1610612261;a:1:{s:25:\"um_daily_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1610636400;a:1:{s:19:\"smpush_cron_fewdays\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:15:\"smpush_few_days\";s:4:\"args\";a:0:{}s:8:\"interval\";i:259200;}}}i:1610639055;a:1:{s:26:\"um_weekly_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(106,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'nonce_key','TC!Uz*y]E;]:qBd^d!3kuc (Y9)}=6._FC//B^[&lD(_gZ!>CnwTi{>A$1o.|1y^','no'),(113,'nonce_salt','Iz9W9@txOWXcSW9FwWCq/ibd(E:<Ep*R&W`+yYvvL{R9mJA$#T2ayc{`RG.<ni; ','no'),(114,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'theme_mods_twentynineteen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1562332043;s:4:\"data\";a:2:{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\";}}}}','yes'),(119,'recovery_keys','a:0:{}','yes'),(122,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1610501319;s:7:\"checked\";a:5:{s:4:\"buzz\";s:5:\"1.0.0\";s:14:\"twentynineteen\";s:3:\"1.4\";s:15:\"twentyseventeen\";s:3:\"2.2\";s:13:\"twentysixteen\";s:3:\"2.0\";s:12:\"twentytwenty\";s:3:\"1.1\";}s:8:\"response\";a:4:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.1.9.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.5\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.5.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:13:\"twentysixteen\";a:6:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"2.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.2.3.zip\";s:8:\"requires\";s:3:\"4.4\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.6.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','no'),(123,'logged_in_key','E`fZOcx@yw:rSfB2^CS<)va4Es+ec?a1&c@z:z!f(,z^`7+J%BS??L-7a8U$~;)9','no'),(124,'logged_in_salt','+M~5%,HignlpB]7!1-)pxSOyZ56G7F6:<8?a<gn,oW^1<:|(^6ogUAW8.|*?,WNQ','no'),(125,'auth_key','MJYM=#?YB.Ljnrp-r#T`M^m@x}4Hx*{W:YdBEpeQ{!uSC3zIz@z&r=ll=eD4$a>K','no'),(126,'auth_salt','ZpFDx+=S~t;QQ:5!q`tuDg+%^@:zPb(qs63d&bTQ#Ur8IM)Q`$|RQXm~@bU:Y)_5','no'),(146,'template_root','/themes','yes'),(147,'stylesheet_root','/themes','yes'),(148,'current_theme','Buzz','yes'),(149,'theme_mods_buzz','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;}','yes'),(150,'theme_switched','','yes'),(173,'offer-category_children','a:0:{}','yes'),(197,'totalpoll_db_version','400','yes'),(198,'um_last_version_upgrade','2.1.0-beta1','yes'),(199,'um_first_activation_date','1562332159','yes'),(200,'um_version','2.1.2','yes'),(201,'__ultimatemember_sitekey','buzz-caribbean.com-obER396mqozKTnr9DG5N','yes'),(202,'um_is_installed','1','yes'),(203,'um_core_forms','a:3:{s:8:\"register\";i:17;s:5:\"login\";i:18;s:7:\"profile\";i:19;}','yes'),(204,'um_core_directories','a:1:{s:7:\"members\";i:20;}','yes'),(205,'um_options','a:167:{s:30:\"restricted_access_post_metabox\";s:0:\"\";s:19:\"uninstall_on_delete\";s:1:\"0\";s:14:\"permalink_base\";s:10:\"user_login\";s:12:\"display_name\";s:9:\"full_name\";s:18:\"display_name_field\";s:0:\"\";s:15:\"author_redirect\";s:1:\"0\";s:12:\"members_page\";s:1:\"0\";s:13:\"use_gravatars\";s:1:\"0\";s:37:\"use_um_gravatar_default_builtin_image\";s:7:\"default\";s:29:\"use_um_gravatar_default_image\";s:1:\"0\";s:24:\"reset_require_strongpass\";s:1:\"0\";s:20:\"account_tab_password\";s:1:\"1\";s:19:\"account_tab_privacy\";s:1:\"0\";s:25:\"account_tab_notifications\";s:1:\"0\";s:18:\"account_tab_delete\";s:1:\"1\";s:19:\"delete_account_text\";s:150:\"Are you sure you want to delete your account? This will erase all of your account data from the site. To delete your account enter your password below\";s:12:\"account_name\";s:1:\"1\";s:20:\"account_name_disable\";s:1:\"0\";s:20:\"account_name_require\";s:1:\"1\";s:13:\"account_email\";s:1:\"1\";s:24:\"account_general_password\";s:1:\"0\";s:25:\"account_hide_in_directory\";s:1:\"0\";s:26:\"account_require_strongpass\";s:1:\"0\";s:17:\"photo_thumb_sizes\";a:3:{i:0;i:40;i:1;i:80;i:2;i:190;}s:17:\"cover_thumb_sizes\";a:2:{i:0;i:300;i:1;i:600;}s:10:\"accessible\";s:1:\"0\";s:15:\"access_redirect\";s:0:\"\";s:19:\"access_exclude_uris\";a:0:{}s:20:\"home_page_accessible\";s:1:\"1\";s:24:\"category_page_accessible\";s:1:\"1\";s:25:\"restricted_access_message\";s:0:\"\";s:17:\"restricted_blocks\";s:1:\"0\";s:13:\"enable_blocks\";s:1:\"0\";s:24:\"restricted_block_message\";s:0:\"\";s:27:\"enable_reset_password_limit\";i:1;s:27:\"reset_password_limit_number\";i:3;s:14:\"blocked_emails\";s:0:\"\";s:13:\"blocked_words\";s:47:\"admin\r\nadministrator\r\nwebmaster\r\nsupport\r\nstaff\";s:14:\"default_avatar\";s:0:\"\";s:13:\"default_cover\";s:0:\"\";s:21:\"profile_show_metaicon\";i:0;s:12:\"profile_menu\";s:1:\"0\";s:24:\"profile_menu_default_tab\";s:4:\"main\";s:18:\"profile_menu_icons\";s:1:\"1\";s:13:\"form_asterisk\";s:1:\"0\";s:13:\"profile_title\";s:14:\"{display_name}\";s:12:\"profile_desc\";s:84:\"{display_name} is on {site_name}. Join {site_name} to view {display_name}\\\'s profile\";s:11:\"admin_email\";s:26:\"contact@buzz-caribbean.com\";s:9:\"mail_from\";s:14:\"Buzz Caribbean\";s:14:\"mail_from_addr\";s:26:\"contact@buzz-caribbean.com\";s:10:\"email_html\";s:1:\"1\";s:17:\"image_compression\";i:60;s:15:\"image_max_width\";i:1000;s:15:\"cover_min_width\";i:1000;s:22:\"profile_photo_max_size\";i:999999999;s:20:\"cover_photo_max_size\";i:999999999;s:22:\"custom_roles_increment\";i:1;s:28:\"um_profile_object_cache_stop\";s:1:\"0\";s:16:\"rest_api_version\";s:3:\"1.0\";s:16:\"profile_tab_main\";s:1:\"1\";s:24:\"profile_tab_main_privacy\";s:1:\"0\";s:22:\"profile_tab_main_roles\";s:0:\"\";s:17:\"profile_tab_posts\";s:1:\"1\";s:25:\"profile_tab_posts_privacy\";s:1:\"0\";s:23:\"profile_tab_posts_roles\";s:0:\"\";s:20:\"profile_tab_comments\";s:1:\"1\";s:28:\"profile_tab_comments_privacy\";s:1:\"0\";s:26:\"profile_tab_comments_roles\";s:0:\"\";s:16:\"welcome_email_on\";s:1:\"1\";s:17:\"welcome_email_sub\";s:36:\"You’re in! Welcome to {site_name}!\";s:13:\"welcome_email\";s:365:\"Hi {display_name},<br /><br />Thank you for signing up with {site_name}! Your account is now active.<br /><br />To login please visit the following url:<br /><br />{login_url} <br /><br />Your account e-mail: {email} <br />Your account username: {username} <br /><br />If you have any problems, please contact us at {admin_email}<br /><br />Thanks,<br />{site_name}\";s:18:\"checkmail_email_on\";b:0;s:19:\"checkmail_email_sub\";s:28:\"Please activate your account\";s:15:\"checkmail_email\";s:304:\"Hi {display_name},<br /><br />Thank you for signing up with {site_name}! To activate your account, please click the link below to confirm your email address:<br /><br />{account_activation_link} <br /><br />If you have any problems, please contact us at {admin_email}<br /><br />Thanks, <br />{site_name}\";s:16:\"pending_email_on\";b:0;s:17:\"pending_email_sub\";s:30:\"[{site_name}] New user account\";s:13:\"pending_email\";s:309:\"Hi {display_name}, <br /><br />Thank you for signing up with {site_name}! Your account is currently being reviewed by a member of our team.<br /><br />Please allow us some time to process your request.<br /><br />If you have any problems, please contact us at {admin_email}<br /><br />Thanks,<br />{site_name}\";s:17:\"approved_email_on\";b:0;s:18:\"approved_email_sub\";s:41:\"Your account at {site_name} is now active\";s:14:\"approved_email\";s:438:\"Hi {display_name},<br /><br />Thank you for signing up with {site_name}! Your account has been approved and is now active.<br /><br />To login please visit the following url:<br /><br />{login_url}<br /><br />Your account e-mail: {email}<br />Your account username: {username}<br />Set your account password: {password_reset_link}<br /><br />If you have any problems, please contact us at {admin_email}<br /><br />Thanks,<br />{site_name}\";s:17:\"rejected_email_on\";b:0;s:18:\"rejected_email_sub\";s:30:\"Your account has been rejected\";s:14:\"rejected_email\";s:288:\"Hi {display_name},<br /><br />Thank you for applying for membership to {site_name}! We have reviewed your information and unfortunately we are unable to accept you as a member at this moment.<br /><br />Please feel free to apply again at a future date.<br /><br />Thanks,<br />{site_name}\";s:17:\"inactive_email_on\";b:1;s:18:\"inactive_email_sub\";s:33:\"Your account has been deactivated\";s:14:\"inactive_email\";s:250:\"Hi {display_name},<br /><br />This is an automated email to let you know your {site_name} account has been deactivated.<br /><br />If you would like your account to be reactivated please contact us at {admin_email}<br /><br />Thanks,<br />{site_name}\";s:17:\"deletion_email_on\";b:1;s:18:\"deletion_email_sub\";s:29:\"Your account has been deleted\";s:14:\"deletion_email\";s:355:\"Hi {display_name},<br /><br />This is an automated email to let you know your {site_name} account has been deleted. All of your personal information has been permanently deleted and you will no longer be able to login to {site_name}.<br /><br />If your account has been deleted by accident please contact us at {admin_email} <br />Thanks,<br />{site_name}\";s:16:\"resetpw_email_on\";s:1:\"1\";s:17:\"resetpw_email_sub\";s:19:\"Reset your password\";s:13:\"resetpw_email\";s:303:\"Hi {display_name},<br /><br />We received a request to reset the password for your account. If you made this request, click the link below to change your password:<br /><br />{password_reset_link}<br /><br />If you didn\'t make this request, you can ignore this email <br /><br />Thanks,<br />{site_name}\";s:18:\"changedpw_email_on\";s:1:\"1\";s:19:\"changedpw_email_sub\";s:42:\"Your {site_name} password has been changed\";s:15:\"changedpw_email\";s:307:\"Hi {display_name},<br /><br />You recently changed the password associated with your {site_name} account.<br /><br />If you did not make this change and believe your {site_name} account has been compromised, please contact us at the following email address: {admin_email}<br /><br />Thanks,<br />{site_name}\";s:23:\"changedaccount_email_on\";s:1:\"1\";s:24:\"changedaccount_email_sub\";s:39:\"Your account at {site_name} was updated\";s:20:\"changedaccount_email\";s:278:\"Hi {display_name},<br /><br />You recently updated your {site_name} account.<br /><br />If you did not make this change and believe your {site_name} account has been compromised, please contact us at the following email address: {admin_email}<br /><br />Thanks,<br />{site_name}\";s:24:\"notification_new_user_on\";b:1;s:25:\"notification_new_user_sub\";s:30:\"[{site_name}] New user account\";s:21:\"notification_new_user\";s:211:\"{display_name} has just created an account on {site_name}. To view their profile click here:<br /><br />{user_profile_link}<br /><br />Here is the submitted registration form:<br /><br />{submitted_registration}\";s:22:\"notification_review_on\";b:0;s:23:\"notification_review_sub\";s:38:\"[{site_name}] New user awaiting review\";s:19:\"notification_review\";s:277:\"{display_name} has just applied for membership to {site_name} and is waiting to be reviewed.<br /><br />To review this member please click the following link:<br /><br />{user_profile_link}<br /><br />Here is the submitted registration form:<br /><br />{submitted_registration}\";s:24:\"notification_deletion_on\";b:0;s:25:\"notification_deletion_sub\";s:29:\"[{site_name}] Account deleted\";s:21:\"notification_deletion\";s:58:\"{display_name} has just deleted their {site_name} account.\";s:9:\"core_user\";i:21;s:10:\"core_login\";i:22;s:13:\"core_register\";i:23;s:12:\"core_members\";i:24;s:11:\"core_logout\";i:25;s:12:\"core_account\";i:26;s:19:\"core_password-reset\";i:27;s:17:\"profile_show_name\";i:1;s:25:\"profile_show_social_links\";i:0;s:16:\"profile_show_bio\";i:1;s:21:\"profile_show_html_bio\";i:0;s:20:\"profile_bio_maxchars\";i:180;s:19:\"profile_header_menu\";s:2:\"bc\";s:18:\"profile_empty_text\";i:1;s:22:\"profile_empty_text_emo\";i:1;s:12:\"profile_role\";a:0:{}s:16:\"profile_template\";s:7:\"profile\";s:17:\"profile_max_width\";s:6:\"1000px\";s:22:\"profile_area_max_width\";s:5:\"600px\";s:13:\"profile_align\";s:6:\"center\";s:13:\"profile_icons\";s:5:\"label\";s:21:\"profile_cover_enabled\";i:1;s:19:\"profile_cover_ratio\";s:5:\"2.7:1\";s:17:\"profile_photosize\";s:5:\"190px\";s:19:\"profile_photocorner\";s:1:\"1\";s:17:\"profile_header_bg\";s:0:\"\";s:24:\"profile_primary_btn_word\";s:14:\"Update Profile\";s:21:\"profile_secondary_btn\";s:1:\"1\";s:26:\"profile_secondary_btn_word\";s:6:\"Cancel\";s:13:\"register_role\";s:1:\"0\";s:17:\"register_template\";s:8:\"register\";s:18:\"register_max_width\";s:5:\"450px\";s:14:\"register_align\";s:6:\"center\";s:14:\"register_icons\";s:5:\"label\";s:25:\"register_primary_btn_word\";s:8:\"Register\";s:22:\"register_secondary_btn\";i:1;s:27:\"register_secondary_btn_word\";s:5:\"Login\";s:26:\"register_secondary_btn_url\";s:0:\"\";s:14:\"login_template\";s:5:\"login\";s:15:\"login_max_width\";s:5:\"450px\";s:11:\"login_align\";s:6:\"center\";s:11:\"login_icons\";s:5:\"label\";s:22:\"login_primary_btn_word\";s:5:\"Login\";s:22:\"login_forgot_pass_link\";i:1;s:21:\"login_show_rememberme\";i:1;s:19:\"login_secondary_btn\";i:1;s:24:\"login_secondary_btn_word\";s:8:\"Register\";s:23:\"login_secondary_btn_url\";s:0:\"\";s:18:\"directory_template\";s:7:\"members\";s:16:\"directory_header\";s:21:\"{total_users} Members\";s:23:\"directory_header_single\";s:20:\"{total_users} Member\";s:13:\"mailchimp_api\";s:37:\"bc84d1e799286f0b54514431e5c62d85-us20\";s:28:\"mailchimp_unsubscribe_delete\";s:1:\"0\";s:22:\"mailchimp_double_optin\";s:1:\"0\";s:20:\"mailchimp_enable_log\";s:1:\"1\";s:24:\"um_mailchimp_license_key\";s:32:\"fd0cf5da7304f54712366fdc23168e8a\";s:34:\"restricted_access_taxonomy_metabox\";s:0:\"\";s:28:\"disable_profile_photo_upload\";i:0;s:28:\"profile_disable_photo_upload\";i:0;s:17:\"profile_coversize\";s:8:\"original\";}','yes'),(206,'um_role_subscriber_meta','a:34:{s:13:\"_um_is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:12:\"_um_priority\";s:0:\"\";s:22:\"_um_can_access_wpadmin\";s:1:\"0\";s:24:\"_um_can_not_see_adminbar\";s:1:\"1\";s:21:\"_um_can_edit_everyone\";s:1:\"0\";s:18:\"_um_can_edit_roles\";s:0:\"\";s:23:\"_um_can_delete_everyone\";s:1:\"0\";s:20:\"_um_can_delete_roles\";s:0:\"\";s:20:\"_um_can_edit_profile\";s:1:\"1\";s:22:\"_um_can_delete_profile\";s:1:\"1\";s:16:\"_um_can_view_all\";s:1:\"0\";s:18:\"_um_can_view_roles\";s:0:\"\";s:28:\"_um_can_make_private_profile\";s:1:\"0\";s:30:\"_um_can_access_private_profile\";s:1:\"0\";s:20:\"_um_default_homepage\";s:1:\"1\";s:21:\"_um_redirect_homepage\";s:0:\"\";s:10:\"_um_status\";s:8:\"approved\";s:20:\"_um_auto_approve_act\";s:16:\"redirect_profile\";s:20:\"_um_auto_approve_url\";s:0:\"\";s:24:\"_um_login_email_activate\";s:1:\"0\";s:20:\"_um_checkmail_action\";s:12:\"show_message\";s:21:\"_um_checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:17:\"_um_checkmail_url\";s:0:\"\";s:22:\"_um_url_email_activate\";s:0:\"\";s:18:\"_um_pending_action\";s:12:\"show_message\";s:19:\"_um_pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:15:\"_um_pending_url\";s:0:\"\";s:15:\"_um_after_login\";s:16:\"redirect_profile\";s:22:\"_um_login_redirect_url\";s:0:\"\";s:16:\"_um_after_logout\";s:13:\"redirect_home\";s:23:\"_um_logout_redirect_url\";s:0:\"\";s:16:\"_um_after_delete\";s:13:\"redirect_home\";s:23:\"_um_delete_redirect_url\";s:0:\"\";}','yes'),(207,'um_role_author_meta','a:34:{s:13:\"_um_is_custom\";s:1:\"0\";s:4:\"name\";s:6:\"Author\";s:12:\"_um_priority\";s:0:\"\";s:22:\"_um_can_access_wpadmin\";s:1:\"0\";s:24:\"_um_can_not_see_adminbar\";s:1:\"1\";s:21:\"_um_can_edit_everyone\";s:1:\"0\";s:18:\"_um_can_edit_roles\";s:0:\"\";s:23:\"_um_can_delete_everyone\";s:1:\"0\";s:20:\"_um_can_delete_roles\";s:0:\"\";s:20:\"_um_can_edit_profile\";s:1:\"1\";s:22:\"_um_can_delete_profile\";s:1:\"1\";s:16:\"_um_can_view_all\";s:1:\"0\";s:18:\"_um_can_view_roles\";s:0:\"\";s:28:\"_um_can_make_private_profile\";s:1:\"0\";s:30:\"_um_can_access_private_profile\";s:1:\"0\";s:20:\"_um_default_homepage\";s:1:\"1\";s:21:\"_um_redirect_homepage\";s:0:\"\";s:10:\"_um_status\";s:8:\"approved\";s:20:\"_um_auto_approve_act\";s:16:\"redirect_profile\";s:20:\"_um_auto_approve_url\";s:0:\"\";s:24:\"_um_login_email_activate\";s:1:\"0\";s:20:\"_um_checkmail_action\";s:12:\"show_message\";s:21:\"_um_checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:17:\"_um_checkmail_url\";s:0:\"\";s:22:\"_um_url_email_activate\";s:0:\"\";s:18:\"_um_pending_action\";s:12:\"show_message\";s:19:\"_um_pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:15:\"_um_pending_url\";s:0:\"\";s:15:\"_um_after_login\";s:16:\"redirect_profile\";s:22:\"_um_login_redirect_url\";s:0:\"\";s:16:\"_um_after_logout\";s:13:\"redirect_home\";s:23:\"_um_logout_redirect_url\";s:0:\"\";s:16:\"_um_after_delete\";s:13:\"redirect_home\";s:23:\"_um_delete_redirect_url\";s:0:\"\";}','yes'),(208,'um_role_contributor_meta','a:34:{s:13:\"_um_is_custom\";s:1:\"0\";s:4:\"name\";s:11:\"Contributor\";s:12:\"_um_priority\";s:0:\"\";s:22:\"_um_can_access_wpadmin\";s:1:\"0\";s:24:\"_um_can_not_see_adminbar\";s:1:\"1\";s:21:\"_um_can_edit_everyone\";s:1:\"0\";s:18:\"_um_can_edit_roles\";s:0:\"\";s:23:\"_um_can_delete_everyone\";s:1:\"0\";s:20:\"_um_can_delete_roles\";s:0:\"\";s:20:\"_um_can_edit_profile\";s:1:\"1\";s:22:\"_um_can_delete_profile\";s:1:\"1\";s:16:\"_um_can_view_all\";s:1:\"0\";s:18:\"_um_can_view_roles\";s:0:\"\";s:28:\"_um_can_make_private_profile\";s:1:\"0\";s:30:\"_um_can_access_private_profile\";s:1:\"0\";s:20:\"_um_default_homepage\";s:1:\"1\";s:21:\"_um_redirect_homepage\";s:0:\"\";s:10:\"_um_status\";s:8:\"approved\";s:20:\"_um_auto_approve_act\";s:16:\"redirect_profile\";s:20:\"_um_auto_approve_url\";s:0:\"\";s:24:\"_um_login_email_activate\";s:1:\"0\";s:20:\"_um_checkmail_action\";s:12:\"show_message\";s:21:\"_um_checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:17:\"_um_checkmail_url\";s:0:\"\";s:22:\"_um_url_email_activate\";s:0:\"\";s:18:\"_um_pending_action\";s:12:\"show_message\";s:19:\"_um_pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:15:\"_um_pending_url\";s:0:\"\";s:15:\"_um_after_login\";s:16:\"redirect_profile\";s:22:\"_um_login_redirect_url\";s:0:\"\";s:16:\"_um_after_logout\";s:13:\"redirect_home\";s:23:\"_um_logout_redirect_url\";s:0:\"\";s:16:\"_um_after_delete\";s:13:\"redirect_home\";s:23:\"_um_delete_redirect_url\";s:0:\"\";}','yes'),(209,'um_role_editor_meta','a:34:{s:13:\"_um_is_custom\";s:1:\"0\";s:4:\"name\";s:6:\"Editor\";s:12:\"_um_priority\";s:0:\"\";s:22:\"_um_can_access_wpadmin\";s:1:\"1\";s:24:\"_um_can_not_see_adminbar\";s:1:\"1\";s:21:\"_um_can_edit_everyone\";s:1:\"0\";s:18:\"_um_can_edit_roles\";s:0:\"\";s:23:\"_um_can_delete_everyone\";s:1:\"0\";s:20:\"_um_can_delete_roles\";s:0:\"\";s:20:\"_um_can_edit_profile\";s:1:\"1\";s:22:\"_um_can_delete_profile\";s:1:\"1\";s:16:\"_um_can_view_all\";s:1:\"0\";s:18:\"_um_can_view_roles\";s:0:\"\";s:28:\"_um_can_make_private_profile\";s:1:\"0\";s:30:\"_um_can_access_private_profile\";s:1:\"0\";s:20:\"_um_default_homepage\";s:1:\"1\";s:21:\"_um_redirect_homepage\";s:0:\"\";s:10:\"_um_status\";s:8:\"approved\";s:20:\"_um_auto_approve_act\";s:16:\"redirect_profile\";s:20:\"_um_auto_approve_url\";s:0:\"\";s:24:\"_um_login_email_activate\";s:1:\"0\";s:20:\"_um_checkmail_action\";s:12:\"show_message\";s:21:\"_um_checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:17:\"_um_checkmail_url\";s:0:\"\";s:22:\"_um_url_email_activate\";s:0:\"\";s:18:\"_um_pending_action\";s:12:\"show_message\";s:19:\"_um_pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:15:\"_um_pending_url\";s:0:\"\";s:15:\"_um_after_login\";s:16:\"redirect_profile\";s:22:\"_um_login_redirect_url\";s:0:\"\";s:16:\"_um_after_logout\";s:13:\"redirect_home\";s:23:\"_um_logout_redirect_url\";s:0:\"\";s:16:\"_um_after_delete\";s:13:\"redirect_home\";s:23:\"_um_delete_redirect_url\";s:0:\"\";}','yes'),(210,'um_role_administrator_meta','a:32:{s:13:\"_um_is_custom\";s:1:\"0\";s:4:\"name\";s:13:\"Administrator\";s:12:\"_um_priority\";s:0:\"\";s:22:\"_um_can_access_wpadmin\";s:1:\"1\";s:24:\"_um_can_not_see_adminbar\";s:1:\"1\";s:21:\"_um_can_edit_everyone\";s:1:\"0\";s:18:\"_um_can_edit_roles\";s:0:\"\";s:23:\"_um_can_delete_everyone\";s:1:\"0\";s:20:\"_um_can_delete_roles\";s:0:\"\";s:20:\"_um_can_edit_profile\";s:1:\"1\";s:22:\"_um_can_delete_profile\";s:1:\"1\";s:16:\"_um_can_view_all\";s:1:\"0\";s:18:\"_um_can_view_roles\";s:0:\"\";s:28:\"_um_can_make_private_profile\";s:1:\"0\";s:30:\"_um_can_access_private_profile\";s:1:\"0\";s:10:\"_um_status\";s:8:\"approved\";s:20:\"_um_auto_approve_act\";s:16:\"redirect_profile\";s:20:\"_um_auto_approve_url\";s:0:\"\";s:24:\"_um_login_email_activate\";s:1:\"0\";s:20:\"_um_checkmail_action\";s:12:\"show_message\";s:21:\"_um_checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:17:\"_um_checkmail_url\";s:0:\"\";s:22:\"_um_url_email_activate\";s:0:\"\";s:18:\"_um_pending_action\";s:12:\"show_message\";s:19:\"_um_pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:15:\"_um_pending_url\";s:0:\"\";s:15:\"_um_after_login\";s:16:\"redirect_profile\";s:22:\"_um_login_redirect_url\";s:0:\"\";s:16:\"_um_after_logout\";s:13:\"redirect_home\";s:23:\"_um_logout_redirect_url\";s:0:\"\";s:16:\"_um_after_delete\";s:13:\"redirect_home\";s:23:\"_um_delete_redirect_url\";s:0:\"\";}','yes'),(211,'um_mailchimp_last_version_upgrade','2.2.1','yes'),(212,'um_mailchimp_version','2.1.1','yes'),(213,'wpmf_use_taxonomy','1','yes'),(217,'wpmf_folder_root_id','44','yes'),(218,'widget_totalpoll_poll','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(219,'widget_totalpoll_latest_poll','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(220,'widget_um_search_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(223,'simplefavorites_dependencies','a:1:{s:2:\"js\";s:4:\"true\";}','yes'),(224,'simplefavorites_users','a:5:{s:7:\"consent\";a:3:{s:5:\"modal\";s:0:\"\";s:19:\"consent_button_text\";s:0:\"\";s:16:\"deny_button_text\";s:0:\"\";}s:13:\"require_login\";s:4:\"true\";s:20:\"authentication_modal\";s:106:\"<p>Please login to add favorites.</p><p><a href=\"#\" data-favorites-modal-close>Dismiss this notice</a></p>\";s:21:\"anonymous_redirect_id\";s:0:\"\";s:9:\"anonymous\";a:1:{s:6:\"saveas\";s:6:\"cookie\";}}','yes'),(225,'simplefavorites_display','a:10:{s:9:\"posttypes\";a:4:{s:4:\"post\";a:1:{s:7:\"display\";s:4:\"true\";}s:3:\"job\";a:1:{s:7:\"display\";s:4:\"true\";}s:5:\"offer\";a:1:{s:7:\"display\";s:4:\"true\";}s:3:\"out\";a:1:{s:7:\"display\";s:4:\"true\";}}s:19:\"button_element_type\";s:1:\"a\";s:10:\"buttontype\";s:6:\"custom\";s:13:\"button_colors\";a:10:{s:18:\"background_default\";s:0:\"\";s:14:\"border_default\";s:0:\"\";s:12:\"text_default\";s:0:\"\";s:12:\"icon_default\";s:0:\"\";s:13:\"count_default\";s:0:\"\";s:17:\"background_active\";s:0:\"\";s:13:\"border_active\";s:0:\"\";s:11:\"text_active\";s:0:\"\";s:11:\"icon_active\";s:0:\"\";s:12:\"count_active\";s:0:\"\";}s:10:\"buttontext\";s:43:\"Favorite <i class=\"sf-icon-star-empty\"></i>\";s:19:\"buttontextfavorited\";s:43:\"Favorited <i class=\"sf-icon-star-full\"></i>\";s:16:\"loadingindicator\";a:2:{s:7:\"include\";s:4:\"true\";s:4:\"text\";s:7:\"Loading\";}s:7:\"listing\";a:5:{s:12:\"wrapper_type\";s:2:\"ul\";s:11:\"wrapper_css\";s:0:\"\";s:12:\"listing_type\";s:2:\"li\";s:11:\"listing_css\";s:0:\"\";s:18:\"custom_markup_html\";s:0:\"\";}s:14:\"clearfavorites\";s:15:\"Clear Favorites\";s:11:\"nofavorites\";s:12:\"No Favorites\";}','yes'),(226,'simplefavorites_cache_enabled','true','yes'),(227,'wpmf_update_count','1','yes'),(228,'wpmf_version','4.8.6','yes'),(229,'wpmf_gallery_image_size_value','[\"thumbnail\",\"medium\",\"large\",\"full\"]','yes'),(230,'wpmf_padding_masonry','5','yes'),(231,'wpmf_padding_portfolio','10','yes'),(232,'wpmf_usegellery','1','yes'),(233,'wpmf_useorder','1','yes'),(234,'wpmf_create_folder','role','yes'),(235,'wpmf_option_override','0','yes'),(236,'wpmf_option_duplicate','0','yes'),(237,'wpmf_active_media','0','yes'),(238,'wpmf_folder_option2','1','yes'),(239,'wpmf_option_searchall','0','yes'),(240,'wpmf_usegellery_lightbox','1','yes'),(241,'wpmf_media_rename','0','yes'),(242,'wpmf_patern_rename','{sitename} - {foldername} - #','yes'),(243,'wpmf_rename_number','0','yes'),(244,'wpmf_option_media_remove','0','yes'),(245,'wpmf_default_dimension','[\"400x300\",\"640x480\",\"800x600\",\"1024x768\",\"1600x1200\"]','yes'),(246,'wpmf_selected_dimension','[\"400x300\",\"640x480\",\"800x600\",\"1024x768\",\"1600x1200\"]','yes'),(247,'wpmf_weight_default','[[\"0-61440\",\"kB\"],[\"61440-122880\",\"kB\"],[\"122880-184320\",\"kB\"],[\"184320-245760\",\"kB\"],[\"245760-307200\",\"kB\"]]','yes'),(248,'wpmf_weight_selected','[[\"0-61440\",\"kB\"],[\"61440-122880\",\"kB\"],[\"122880-184320\",\"kB\"],[\"184320-245760\",\"kB\"],[\"245760-307200\",\"kB\"]]','yes'),(249,'wpmf_color_singlefile','{\"bgdownloadlink\":\"#444444\",\"hvdownloadlink\":\"#888888\",\"fontdownloadlink\":\"#ffffff\",\"hoverfontcolor\":\"#ffffff\"}','yes'),(250,'wpmf_option_singlefile','0','yes'),(251,'wpmf_option_sync_media','0','yes'),(252,'wpmf_option_sync_media_external','0','yes'),(253,'wpmf_list_sync_media','a:0:{}','yes'),(254,'wpmf_time_sync','60','yes'),(255,'wpmf_lastRun_sync','1562332161','yes'),(256,'wpmf_slider_animation','slide','yes'),(257,'wpmf_option_mediafolder','0','yes'),(258,'wpmf_option_countfiles','0','yes'),(259,'wpmf_option_lightboximage','0','yes'),(260,'wpmf_option_hoverimg','1','yes'),(261,'wpmf_options_format_title','a:15:{s:6:\"hyphen\";i:1;s:10:\"underscore\";i:1;s:6:\"period\";i:0;s:5:\"tilde\";i:0;s:4:\"plus\";i:0;s:6:\"capita\";s:7:\"cap_all\";s:3:\"alt\";i:0;s:7:\"caption\";i:0;s:11:\"description\";i:0;s:4:\"hash\";i:0;s:9:\"ampersand\";i:0;s:6:\"number\";i:0;s:15:\"square_brackets\";i:0;s:14:\"round_brackets\";i:0;s:14:\"curly_brackets\";i:0;}','yes'),(262,'wpmf_image_watermark_apply','a:5:{s:8:\"all_size\";i:1;s:9:\"thumbnail\";i:0;s:6:\"medium\";i:0;s:5:\"large\";i:0;s:4:\"full\";i:0;}','yes'),(263,'wpmf_option_image_watermark','0','yes'),(264,'wpmf_watermark_position','top_left','yes'),(265,'wpmf_watermark_image','','yes'),(266,'wpmf_watermark_image_id','0','yes'),(267,'wpmf_gallery_settings','a:1:{s:5:\"theme\";a:7:{s:13:\"default_theme\";a:6:{s:7:\"columns\";i:3;s:4:\"size\";s:6:\"medium\";s:10:\"targetsize\";s:5:\"large\";s:4:\"link\";s:4:\"file\";s:7:\"orderby\";s:8:\"post__in\";s:5:\"order\";s:3:\"ASC\";}s:15:\"portfolio_theme\";a:6:{s:7:\"columns\";i:3;s:4:\"size\";s:6:\"medium\";s:10:\"targetsize\";s:5:\"large\";s:4:\"link\";s:4:\"file\";s:7:\"orderby\";s:8:\"post__in\";s:5:\"order\";s:3:\"ASC\";}s:13:\"masonry_theme\";a:6:{s:7:\"columns\";i:3;s:4:\"size\";s:6:\"medium\";s:10:\"targetsize\";s:5:\"large\";s:4:\"link\";s:4:\"file\";s:7:\"orderby\";s:8:\"post__in\";s:5:\"order\";s:3:\"ASC\";}s:12:\"slider_theme\";a:9:{s:7:\"columns\";i:3;s:4:\"size\";s:6:\"medium\";s:10:\"targetsize\";s:5:\"large\";s:4:\"link\";s:4:\"file\";s:7:\"orderby\";s:8:\"post__in\";s:5:\"order\";s:3:\"ASC\";s:9:\"animation\";s:5:\"slide\";s:8:\"duration\";i:4000;s:14:\"auto_animation\";i:1;}s:15:\"flowslide_theme\";a:7:{s:7:\"columns\";i:3;s:4:\"size\";s:6:\"medium\";s:10:\"targetsize\";s:5:\"large\";s:4:\"link\";s:4:\"file\";s:7:\"orderby\";s:8:\"post__in\";s:5:\"order\";s:3:\"ASC\";s:12:\"show_buttons\";i:1;}s:17:\"square_grid_theme\";a:6:{s:7:\"columns\";i:3;s:4:\"size\";s:6:\"medium\";s:10:\"targetsize\";s:5:\"large\";s:4:\"link\";s:4:\"file\";s:7:\"orderby\";s:8:\"post__in\";s:5:\"order\";s:3:\"ASC\";}s:14:\"material_theme\";a:6:{s:7:\"columns\";i:3;s:4:\"size\";s:6:\"medium\";s:10:\"targetsize\";s:5:\"large\";s:4:\"link\";s:4:\"file\";s:7:\"orderby\";s:8:\"post__in\";s:5:\"order\";s:3:\"ASC\";}}}','yes'),(270,'_wpmf_import_order_notice_flag','yes','yes'),(276,'um_cache_fonticons','a:1219:{i:0;s:13:\"um-icon-alert\";i:1;s:21:\"um-icon-alert-circled\";i:2;s:19:\"um-icon-android-add\";i:3;s:26:\"um-icon-android-add-circle\";i:4;s:27:\"um-icon-android-alarm-clock\";i:5;s:21:\"um-icon-android-alert\";i:6;s:20:\"um-icon-android-apps\";i:7;s:23:\"um-icon-android-archive\";i:8;s:26:\"um-icon-android-arrow-back\";i:9;s:26:\"um-icon-android-arrow-down\";i:10;s:30:\"um-icon-android-arrow-dropdown\";i:11;s:37:\"um-icon-android-arrow-dropdown-circle\";i:12;s:30:\"um-icon-android-arrow-dropleft\";i:13;s:37:\"um-icon-android-arrow-dropleft-circle\";i:14;s:31:\"um-icon-android-arrow-dropright\";i:15;s:38:\"um-icon-android-arrow-dropright-circle\";i:16;s:28:\"um-icon-android-arrow-dropup\";i:17;s:35:\"um-icon-android-arrow-dropup-circle\";i:18;s:29:\"um-icon-android-arrow-forward\";i:19;s:24:\"um-icon-android-arrow-up\";i:20;s:22:\"um-icon-android-attach\";i:21;s:19:\"um-icon-android-bar\";i:22;s:23:\"um-icon-android-bicycle\";i:23;s:20:\"um-icon-android-boat\";i:24;s:24:\"um-icon-android-bookmark\";i:25;s:20:\"um-icon-android-bulb\";i:26;s:19:\"um-icon-android-bus\";i:27;s:24:\"um-icon-android-calendar\";i:28;s:20:\"um-icon-android-call\";i:29;s:22:\"um-icon-android-camera\";i:30;s:22:\"um-icon-android-cancel\";i:31;s:19:\"um-icon-android-car\";i:32;s:20:\"um-icon-android-cart\";i:33;s:20:\"um-icon-android-chat\";i:34;s:24:\"um-icon-android-checkbox\";i:35;s:30:\"um-icon-android-checkbox-blank\";i:36;s:32:\"um-icon-android-checkbox-outline\";i:37;s:38:\"um-icon-android-checkbox-outline-blank\";i:38;s:32:\"um-icon-android-checkmark-circle\";i:39;s:25:\"um-icon-android-clipboard\";i:40;s:21:\"um-icon-android-close\";i:41;s:21:\"um-icon-android-cloud\";i:42;s:28:\"um-icon-android-cloud-circle\";i:43;s:26:\"um-icon-android-cloud-done\";i:44;s:29:\"um-icon-android-cloud-outline\";i:45;s:29:\"um-icon-android-color-palette\";i:46;s:23:\"um-icon-android-compass\";i:47;s:23:\"um-icon-android-contact\";i:48;s:24:\"um-icon-android-contacts\";i:49;s:24:\"um-icon-android-contract\";i:50;s:22:\"um-icon-android-create\";i:51;s:22:\"um-icon-android-delete\";i:52;s:23:\"um-icon-android-desktop\";i:53;s:24:\"um-icon-android-document\";i:54;s:20:\"um-icon-android-done\";i:55;s:24:\"um-icon-android-done-all\";i:56;s:24:\"um-icon-android-download\";i:57;s:22:\"um-icon-android-drafts\";i:58;s:20:\"um-icon-android-exit\";i:59;s:22:\"um-icon-android-expand\";i:60;s:24:\"um-icon-android-favorite\";i:61;s:32:\"um-icon-android-favorite-outline\";i:62;s:20:\"um-icon-android-film\";i:63;s:22:\"um-icon-android-folder\";i:64;s:27:\"um-icon-android-folder-open\";i:65;s:22:\"um-icon-android-funnel\";i:66;s:21:\"um-icon-android-globe\";i:67;s:20:\"um-icon-android-hand\";i:68;s:23:\"um-icon-android-hangout\";i:69;s:21:\"um-icon-android-happy\";i:70;s:20:\"um-icon-android-home\";i:71;s:21:\"um-icon-android-image\";i:72;s:22:\"um-icon-android-laptop\";i:73;s:20:\"um-icon-android-list\";i:74;s:22:\"um-icon-android-locate\";i:75;s:20:\"um-icon-android-lock\";i:76;s:20:\"um-icon-android-mail\";i:77;s:19:\"um-icon-android-map\";i:78;s:20:\"um-icon-android-menu\";i:79;s:26:\"um-icon-android-microphone\";i:80;s:30:\"um-icon-android-microphone-off\";i:81;s:31:\"um-icon-android-more-horizontal\";i:82;s:29:\"um-icon-android-more-vertical\";i:83;s:24:\"um-icon-android-navigate\";i:84;s:29:\"um-icon-android-notifications\";i:85;s:34:\"um-icon-android-notifications-none\";i:86;s:33:\"um-icon-android-notifications-off\";i:87;s:20:\"um-icon-android-open\";i:88;s:23:\"um-icon-android-options\";i:89;s:22:\"um-icon-android-people\";i:90;s:22:\"um-icon-android-person\";i:91;s:26:\"um-icon-android-person-add\";i:92;s:31:\"um-icon-android-phone-landscape\";i:93;s:30:\"um-icon-android-phone-portrait\";i:94;s:19:\"um-icon-android-pin\";i:95;s:21:\"um-icon-android-plane\";i:96;s:25:\"um-icon-android-playstore\";i:97;s:21:\"um-icon-android-print\";i:98;s:32:\"um-icon-android-radio-button-off\";i:99;s:31:\"um-icon-android-radio-button-on\";i:100;s:23:\"um-icon-android-refresh\";i:101;s:22:\"um-icon-android-remove\";i:102;s:29:\"um-icon-android-remove-circle\";i:103;s:26:\"um-icon-android-restaurant\";i:104;s:19:\"um-icon-android-sad\";i:105;s:22:\"um-icon-android-search\";i:106;s:20:\"um-icon-android-send\";i:107;s:24:\"um-icon-android-settings\";i:108;s:21:\"um-icon-android-share\";i:109;s:25:\"um-icon-android-share-alt\";i:110;s:20:\"um-icon-android-star\";i:111;s:25:\"um-icon-android-star-half\";i:112;s:28:\"um-icon-android-star-outline\";i:113;s:25:\"um-icon-android-stopwatch\";i:114;s:22:\"um-icon-android-subway\";i:115;s:21:\"um-icon-android-sunny\";i:116;s:20:\"um-icon-android-sync\";i:117;s:23:\"um-icon-android-textsms\";i:118;s:20:\"um-icon-android-time\";i:119;s:21:\"um-icon-android-train\";i:120;s:22:\"um-icon-android-unlock\";i:121;s:22:\"um-icon-android-upload\";i:122;s:27:\"um-icon-android-volume-down\";i:123;s:27:\"um-icon-android-volume-mute\";i:124;s:26:\"um-icon-android-volume-off\";i:125;s:25:\"um-icon-android-volume-up\";i:126;s:20:\"um-icon-android-walk\";i:127;s:23:\"um-icon-android-warning\";i:128;s:21:\"um-icon-android-watch\";i:129;s:20:\"um-icon-android-wifi\";i:130;s:16:\"um-icon-aperture\";i:131;s:15:\"um-icon-archive\";i:132;s:20:\"um-icon-arrow-down-a\";i:133;s:20:\"um-icon-arrow-down-b\";i:134;s:20:\"um-icon-arrow-down-c\";i:135;s:20:\"um-icon-arrow-expand\";i:136;s:29:\"um-icon-arrow-graph-down-left\";i:137;s:30:\"um-icon-arrow-graph-down-right\";i:138;s:27:\"um-icon-arrow-graph-up-left\";i:139;s:28:\"um-icon-arrow-graph-up-right\";i:140;s:20:\"um-icon-arrow-left-a\";i:141;s:20:\"um-icon-arrow-left-b\";i:142;s:20:\"um-icon-arrow-left-c\";i:143;s:18:\"um-icon-arrow-move\";i:144;s:20:\"um-icon-arrow-resize\";i:145;s:25:\"um-icon-arrow-return-left\";i:146;s:26:\"um-icon-arrow-return-right\";i:147;s:21:\"um-icon-arrow-right-a\";i:148;s:21:\"um-icon-arrow-right-b\";i:149;s:21:\"um-icon-arrow-right-c\";i:150;s:20:\"um-icon-arrow-shrink\";i:151;s:18:\"um-icon-arrow-swap\";i:152;s:18:\"um-icon-arrow-up-a\";i:153;s:18:\"um-icon-arrow-up-b\";i:154;s:18:\"um-icon-arrow-up-c\";i:155;s:16:\"um-icon-asterisk\";i:156;s:10:\"um-icon-at\";i:157;s:17:\"um-icon-backspace\";i:158;s:25:\"um-icon-backspace-outline\";i:159;s:11:\"um-icon-bag\";i:160;s:24:\"um-icon-battery-charging\";i:161;s:21:\"um-icon-battery-empty\";i:162;s:20:\"um-icon-battery-full\";i:163;s:20:\"um-icon-battery-half\";i:164;s:19:\"um-icon-battery-low\";i:165;s:14:\"um-icon-beaker\";i:166;s:12:\"um-icon-beer\";i:167;s:17:\"um-icon-bluetooth\";i:168;s:15:\"um-icon-bonfire\";i:169;s:16:\"um-icon-bookmark\";i:170;s:14:\"um-icon-bowtie\";i:171;s:17:\"um-icon-briefcase\";i:172;s:11:\"um-icon-bug\";i:173;s:18:\"um-icon-calculator\";i:174;s:16:\"um-icon-calendar\";i:175;s:14:\"um-icon-camera\";i:176;s:12:\"um-icon-card\";i:177;s:12:\"um-icon-cash\";i:178;s:15:\"um-icon-chatbox\";i:179;s:23:\"um-icon-chatbox-working\";i:180;s:17:\"um-icon-chatboxes\";i:181;s:18:\"um-icon-chatbubble\";i:182;s:26:\"um-icon-chatbubble-working\";i:183;s:19:\"um-icon-chatbubbles\";i:184;s:17:\"um-icon-checkmark\";i:185;s:25:\"um-icon-checkmark-circled\";i:186;s:23:\"um-icon-checkmark-round\";i:187;s:20:\"um-icon-chevron-down\";i:188;s:20:\"um-icon-chevron-left\";i:189;s:21:\"um-icon-chevron-right\";i:190;s:18:\"um-icon-chevron-up\";i:191;s:17:\"um-icon-clipboard\";i:192;s:13:\"um-icon-clock\";i:193;s:13:\"um-icon-close\";i:194;s:21:\"um-icon-close-circled\";i:195;s:19:\"um-icon-close-round\";i:196;s:25:\"um-icon-closed-captioning\";i:197;s:13:\"um-icon-cloud\";i:198;s:12:\"um-icon-code\";i:199;s:21:\"um-icon-code-download\";i:200;s:20:\"um-icon-code-working\";i:201;s:14:\"um-icon-coffee\";i:202;s:15:\"um-icon-compass\";i:203;s:15:\"um-icon-compose\";i:204;s:23:\"um-icon-connection-bars\";i:205;s:16:\"um-icon-contrast\";i:206;s:12:\"um-icon-crop\";i:207;s:12:\"um-icon-cube\";i:208;s:12:\"um-icon-disc\";i:209;s:16:\"um-icon-document\";i:210;s:21:\"um-icon-document-text\";i:211;s:12:\"um-icon-drag\";i:212;s:13:\"um-icon-earth\";i:213;s:13:\"um-icon-easel\";i:214;s:12:\"um-icon-edit\";i:215;s:11:\"um-icon-egg\";i:216;s:13:\"um-icon-eject\";i:217;s:13:\"um-icon-email\";i:218;s:20:\"um-icon-email-unread\";i:219;s:24:\"um-icon-erlenmeyer-flask\";i:220;s:32:\"um-icon-erlenmeyer-flask-bubbles\";i:221;s:11:\"um-icon-eye\";i:222;s:20:\"um-icon-eye-disabled\";i:223;s:14:\"um-icon-female\";i:224;s:14:\"um-icon-filing\";i:225;s:19:\"um-icon-film-marker\";i:226;s:16:\"um-icon-fireball\";i:227;s:12:\"um-icon-flag\";i:228;s:13:\"um-icon-flame\";i:229;s:13:\"um-icon-flash\";i:230;s:17:\"um-icon-flash-off\";i:231;s:14:\"um-icon-folder\";i:232;s:12:\"um-icon-fork\";i:233;s:17:\"um-icon-fork-repo\";i:234;s:15:\"um-icon-forward\";i:235;s:14:\"um-icon-funnel\";i:236;s:14:\"um-icon-gear-a\";i:237;s:14:\"um-icon-gear-b\";i:238;s:12:\"um-icon-grid\";i:239;s:14:\"um-icon-hammer\";i:240;s:13:\"um-icon-happy\";i:241;s:21:\"um-icon-happy-outline\";i:242;s:17:\"um-icon-headphone\";i:243;s:13:\"um-icon-heart\";i:244;s:20:\"um-icon-heart-broken\";i:245;s:12:\"um-icon-help\";i:246;s:17:\"um-icon-help-buoy\";i:247;s:20:\"um-icon-help-circled\";i:248;s:12:\"um-icon-home\";i:249;s:16:\"um-icon-icecream\";i:250;s:13:\"um-icon-image\";i:251;s:14:\"um-icon-images\";i:252;s:19:\"um-icon-information\";i:253;s:27:\"um-icon-information-circled\";i:254;s:13:\"um-icon-ionic\";i:255;s:17:\"um-icon-ios-alarm\";i:256;s:25:\"um-icon-ios-alarm-outline\";i:257;s:18:\"um-icon-ios-albums\";i:258;s:26:\"um-icon-ios-albums-outline\";i:259;s:28:\"um-icon-ios-americanfootball\";i:260;s:36:\"um-icon-ios-americanfootball-outline\";i:261;s:21:\"um-icon-ios-analytics\";i:262;s:29:\"um-icon-ios-analytics-outline\";i:263;s:22:\"um-icon-ios-arrow-back\";i:264;s:22:\"um-icon-ios-arrow-down\";i:265;s:25:\"um-icon-ios-arrow-forward\";i:266;s:22:\"um-icon-ios-arrow-left\";i:267;s:23:\"um-icon-ios-arrow-right\";i:268;s:27:\"um-icon-ios-arrow-thin-down\";i:269;s:27:\"um-icon-ios-arrow-thin-left\";i:270;s:28:\"um-icon-ios-arrow-thin-right\";i:271;s:25:\"um-icon-ios-arrow-thin-up\";i:272;s:20:\"um-icon-ios-arrow-up\";i:273;s:14:\"um-icon-ios-at\";i:274;s:22:\"um-icon-ios-at-outline\";i:275;s:19:\"um-icon-ios-barcode\";i:276;s:27:\"um-icon-ios-barcode-outline\";i:277;s:20:\"um-icon-ios-baseball\";i:278;s:28:\"um-icon-ios-baseball-outline\";i:279;s:22:\"um-icon-ios-basketball\";i:280;s:30:\"um-icon-ios-basketball-outline\";i:281;s:16:\"um-icon-ios-bell\";i:282;s:24:\"um-icon-ios-bell-outline\";i:283;s:16:\"um-icon-ios-body\";i:284;s:24:\"um-icon-ios-body-outline\";i:285;s:16:\"um-icon-ios-bolt\";i:286;s:24:\"um-icon-ios-bolt-outline\";i:287;s:16:\"um-icon-ios-book\";i:288;s:24:\"um-icon-ios-book-outline\";i:289;s:21:\"um-icon-ios-bookmarks\";i:290;s:29:\"um-icon-ios-bookmarks-outline\";i:291;s:15:\"um-icon-ios-box\";i:292;s:23:\"um-icon-ios-box-outline\";i:293;s:21:\"um-icon-ios-briefcase\";i:294;s:29:\"um-icon-ios-briefcase-outline\";i:295;s:20:\"um-icon-ios-browsers\";i:296;s:28:\"um-icon-ios-browsers-outline\";i:297;s:22:\"um-icon-ios-calculator\";i:298;s:30:\"um-icon-ios-calculator-outline\";i:299;s:20:\"um-icon-ios-calendar\";i:300;s:28:\"um-icon-ios-calendar-outline\";i:301;s:18:\"um-icon-ios-camera\";i:302;s:26:\"um-icon-ios-camera-outline\";i:303;s:16:\"um-icon-ios-cart\";i:304;s:24:\"um-icon-ios-cart-outline\";i:305;s:21:\"um-icon-ios-chatboxes\";i:306;s:29:\"um-icon-ios-chatboxes-outline\";i:307;s:22:\"um-icon-ios-chatbubble\";i:308;s:30:\"um-icon-ios-chatbubble-outline\";i:309;s:21:\"um-icon-ios-checkmark\";i:310;s:27:\"um-icon-ios-checkmark-empty\";i:311;s:29:\"um-icon-ios-checkmark-outline\";i:312;s:25:\"um-icon-ios-circle-filled\";i:313;s:26:\"um-icon-ios-circle-outline\";i:314;s:17:\"um-icon-ios-clock\";i:315;s:25:\"um-icon-ios-clock-outline\";i:316;s:17:\"um-icon-ios-close\";i:317;s:23:\"um-icon-ios-close-empty\";i:318;s:25:\"um-icon-ios-close-outline\";i:319;s:17:\"um-icon-ios-cloud\";i:320;s:26:\"um-icon-ios-cloud-download\";i:321;s:34:\"um-icon-ios-cloud-download-outline\";i:322;s:25:\"um-icon-ios-cloud-outline\";i:323;s:24:\"um-icon-ios-cloud-upload\";i:324;s:32:\"um-icon-ios-cloud-upload-outline\";i:325;s:18:\"um-icon-ios-cloudy\";i:326;s:24:\"um-icon-ios-cloudy-night\";i:327;s:32:\"um-icon-ios-cloudy-night-outline\";i:328;s:26:\"um-icon-ios-cloudy-outline\";i:329;s:15:\"um-icon-ios-cog\";i:330;s:23:\"um-icon-ios-cog-outline\";i:331;s:24:\"um-icon-ios-color-filter\";i:332;s:32:\"um-icon-ios-color-filter-outline\";i:333;s:22:\"um-icon-ios-color-wand\";i:334;s:30:\"um-icon-ios-color-wand-outline\";i:335;s:19:\"um-icon-ios-compose\";i:336;s:27:\"um-icon-ios-compose-outline\";i:337;s:19:\"um-icon-ios-contact\";i:338;s:27:\"um-icon-ios-contact-outline\";i:339;s:16:\"um-icon-ios-copy\";i:340;s:24:\"um-icon-ios-copy-outline\";i:341;s:16:\"um-icon-ios-crop\";i:342;s:23:\"um-icon-ios-crop-strong\";i:343;s:20:\"um-icon-ios-download\";i:344;s:28:\"um-icon-ios-download-outline\";i:345;s:16:\"um-icon-ios-drag\";i:346;s:17:\"um-icon-ios-email\";i:347;s:25:\"um-icon-ios-email-outline\";i:348;s:15:\"um-icon-ios-eye\";i:349;s:23:\"um-icon-ios-eye-outline\";i:350;s:23:\"um-icon-ios-fastforward\";i:351;s:31:\"um-icon-ios-fastforward-outline\";i:352;s:18:\"um-icon-ios-filing\";i:353;s:26:\"um-icon-ios-filing-outline\";i:354;s:16:\"um-icon-ios-film\";i:355;s:24:\"um-icon-ios-film-outline\";i:356;s:16:\"um-icon-ios-flag\";i:357;s:24:\"um-icon-ios-flag-outline\";i:358;s:17:\"um-icon-ios-flame\";i:359;s:25:\"um-icon-ios-flame-outline\";i:360;s:17:\"um-icon-ios-flask\";i:361;s:25:\"um-icon-ios-flask-outline\";i:362;s:18:\"um-icon-ios-flower\";i:363;s:26:\"um-icon-ios-flower-outline\";i:364;s:18:\"um-icon-ios-folder\";i:365;s:26:\"um-icon-ios-folder-outline\";i:366;s:20:\"um-icon-ios-football\";i:367;s:28:\"um-icon-ios-football-outline\";i:368;s:29:\"um-icon-ios-game-controller-a\";i:369;s:37:\"um-icon-ios-game-controller-a-outline\";i:370;s:29:\"um-icon-ios-game-controller-b\";i:371;s:37:\"um-icon-ios-game-controller-b-outline\";i:372;s:16:\"um-icon-ios-gear\";i:373;s:24:\"um-icon-ios-gear-outline\";i:374;s:19:\"um-icon-ios-glasses\";i:375;s:27:\"um-icon-ios-glasses-outline\";i:376;s:21:\"um-icon-ios-grid-view\";i:377;s:29:\"um-icon-ios-grid-view-outline\";i:378;s:17:\"um-icon-ios-heart\";i:379;s:25:\"um-icon-ios-heart-outline\";i:380;s:16:\"um-icon-ios-help\";i:381;s:22:\"um-icon-ios-help-empty\";i:382;s:24:\"um-icon-ios-help-outline\";i:383;s:16:\"um-icon-ios-home\";i:384;s:24:\"um-icon-ios-home-outline\";i:385;s:20:\"um-icon-ios-infinite\";i:386;s:28:\"um-icon-ios-infinite-outline\";i:387;s:23:\"um-icon-ios-information\";i:388;s:29:\"um-icon-ios-information-empty\";i:389;s:31:\"um-icon-ios-information-outline\";i:390;s:25:\"um-icon-ios-ionic-outline\";i:391;s:18:\"um-icon-ios-keypad\";i:392;s:26:\"um-icon-ios-keypad-outline\";i:393;s:21:\"um-icon-ios-lightbulb\";i:394;s:29:\"um-icon-ios-lightbulb-outline\";i:395;s:16:\"um-icon-ios-list\";i:396;s:24:\"um-icon-ios-list-outline\";i:397;s:20:\"um-icon-ios-location\";i:398;s:28:\"um-icon-ios-location-outline\";i:399;s:18:\"um-icon-ios-locked\";i:400;s:26:\"um-icon-ios-locked-outline\";i:401;s:16:\"um-icon-ios-loop\";i:402;s:23:\"um-icon-ios-loop-strong\";i:403;s:19:\"um-icon-ios-medical\";i:404;s:27:\"um-icon-ios-medical-outline\";i:405;s:18:\"um-icon-ios-medkit\";i:406;s:26:\"um-icon-ios-medkit-outline\";i:407;s:15:\"um-icon-ios-mic\";i:408;s:19:\"um-icon-ios-mic-off\";i:409;s:23:\"um-icon-ios-mic-outline\";i:410;s:17:\"um-icon-ios-minus\";i:411;s:23:\"um-icon-ios-minus-empty\";i:412;s:25:\"um-icon-ios-minus-outline\";i:413;s:19:\"um-icon-ios-monitor\";i:414;s:27:\"um-icon-ios-monitor-outline\";i:415;s:16:\"um-icon-ios-moon\";i:416;s:24:\"um-icon-ios-moon-outline\";i:417;s:16:\"um-icon-ios-more\";i:418;s:24:\"um-icon-ios-more-outline\";i:419;s:24:\"um-icon-ios-musical-note\";i:420;s:25:\"um-icon-ios-musical-notes\";i:421;s:20:\"um-icon-ios-navigate\";i:422;s:28:\"um-icon-ios-navigate-outline\";i:423;s:21:\"um-icon-ios-nutrition\";i:424;s:29:\"um-icon-ios-nutrition-outline\";i:425;s:17:\"um-icon-ios-paper\";i:426;s:25:\"um-icon-ios-paper-outline\";i:427;s:22:\"um-icon-ios-paperplane\";i:428;s:30:\"um-icon-ios-paperplane-outline\";i:429;s:23:\"um-icon-ios-partlysunny\";i:430;s:31:\"um-icon-ios-partlysunny-outline\";i:431;s:17:\"um-icon-ios-pause\";i:432;s:25:\"um-icon-ios-pause-outline\";i:433;s:15:\"um-icon-ios-paw\";i:434;s:23:\"um-icon-ios-paw-outline\";i:435;s:18:\"um-icon-ios-people\";i:436;s:26:\"um-icon-ios-people-outline\";i:437;s:18:\"um-icon-ios-person\";i:438;s:26:\"um-icon-ios-person-outline\";i:439;s:21:\"um-icon-ios-personadd\";i:440;s:29:\"um-icon-ios-personadd-outline\";i:441;s:18:\"um-icon-ios-photos\";i:442;s:26:\"um-icon-ios-photos-outline\";i:443;s:15:\"um-icon-ios-pie\";i:444;s:23:\"um-icon-ios-pie-outline\";i:445;s:16:\"um-icon-ios-pint\";i:446;s:24:\"um-icon-ios-pint-outline\";i:447;s:16:\"um-icon-ios-play\";i:448;s:24:\"um-icon-ios-play-outline\";i:449;s:16:\"um-icon-ios-plus\";i:450;s:22:\"um-icon-ios-plus-empty\";i:451;s:24:\"um-icon-ios-plus-outline\";i:452;s:20:\"um-icon-ios-pricetag\";i:453;s:28:\"um-icon-ios-pricetag-outline\";i:454;s:21:\"um-icon-ios-pricetags\";i:455;s:29:\"um-icon-ios-pricetags-outline\";i:456;s:19:\"um-icon-ios-printer\";i:457;s:27:\"um-icon-ios-printer-outline\";i:458;s:17:\"um-icon-ios-pulse\";i:459;s:24:\"um-icon-ios-pulse-strong\";i:460;s:17:\"um-icon-ios-rainy\";i:461;s:25:\"um-icon-ios-rainy-outline\";i:462;s:21:\"um-icon-ios-recording\";i:463;s:29:\"um-icon-ios-recording-outline\";i:464;s:16:\"um-icon-ios-redo\";i:465;s:24:\"um-icon-ios-redo-outline\";i:466;s:19:\"um-icon-ios-refresh\";i:467;s:25:\"um-icon-ios-refresh-empty\";i:468;s:27:\"um-icon-ios-refresh-outline\";i:469;s:18:\"um-icon-ios-reload\";i:470;s:26:\"um-icon-ios-reverse-camera\";i:471;s:34:\"um-icon-ios-reverse-camera-outline\";i:472;s:18:\"um-icon-ios-rewind\";i:473;s:26:\"um-icon-ios-rewind-outline\";i:474;s:16:\"um-icon-ios-rose\";i:475;s:24:\"um-icon-ios-rose-outline\";i:476;s:18:\"um-icon-ios-search\";i:477;s:25:\"um-icon-ios-search-strong\";i:478;s:20:\"um-icon-ios-settings\";i:479;s:27:\"um-icon-ios-settings-strong\";i:480;s:19:\"um-icon-ios-shuffle\";i:481;s:26:\"um-icon-ios-shuffle-strong\";i:482;s:24:\"um-icon-ios-skipbackward\";i:483;s:32:\"um-icon-ios-skipbackward-outline\";i:484;s:23:\"um-icon-ios-skipforward\";i:485;s:31:\"um-icon-ios-skipforward-outline\";i:486;s:17:\"um-icon-ios-snowy\";i:487;s:23:\"um-icon-ios-speedometer\";i:488;s:31:\"um-icon-ios-speedometer-outline\";i:489;s:16:\"um-icon-ios-star\";i:490;s:21:\"um-icon-ios-star-half\";i:491;s:24:\"um-icon-ios-star-outline\";i:492;s:21:\"um-icon-ios-stopwatch\";i:493;s:29:\"um-icon-ios-stopwatch-outline\";i:494;s:17:\"um-icon-ios-sunny\";i:495;s:25:\"um-icon-ios-sunny-outline\";i:496;s:21:\"um-icon-ios-telephone\";i:497;s:29:\"um-icon-ios-telephone-outline\";i:498;s:22:\"um-icon-ios-tennisball\";i:499;s:30:\"um-icon-ios-tennisball-outline\";i:500;s:24:\"um-icon-ios-thunderstorm\";i:501;s:32:\"um-icon-ios-thunderstorm-outline\";i:502;s:16:\"um-icon-ios-time\";i:503;s:24:\"um-icon-ios-time-outline\";i:504;s:17:\"um-icon-ios-timer\";i:505;s:25:\"um-icon-ios-timer-outline\";i:506;s:18:\"um-icon-ios-toggle\";i:507;s:26:\"um-icon-ios-toggle-outline\";i:508;s:17:\"um-icon-ios-trash\";i:509;s:25:\"um-icon-ios-trash-outline\";i:510;s:16:\"um-icon-ios-undo\";i:511;s:24:\"um-icon-ios-undo-outline\";i:512;s:20:\"um-icon-ios-unlocked\";i:513;s:28:\"um-icon-ios-unlocked-outline\";i:514;s:18:\"um-icon-ios-upload\";i:515;s:26:\"um-icon-ios-upload-outline\";i:516;s:20:\"um-icon-ios-videocam\";i:517;s:28:\"um-icon-ios-videocam-outline\";i:518;s:23:\"um-icon-ios-volume-high\";i:519;s:22:\"um-icon-ios-volume-low\";i:520;s:21:\"um-icon-ios-wineglass\";i:521;s:29:\"um-icon-ios-wineglass-outline\";i:522;s:17:\"um-icon-ios-world\";i:523;s:25:\"um-icon-ios-world-outline\";i:524;s:12:\"um-icon-ipad\";i:525;s:14:\"um-icon-iphone\";i:526;s:12:\"um-icon-ipod\";i:527;s:11:\"um-icon-jet\";i:528;s:11:\"um-icon-key\";i:529;s:13:\"um-icon-knife\";i:530;s:14:\"um-icon-laptop\";i:531;s:12:\"um-icon-leaf\";i:532;s:14:\"um-icon-levels\";i:533;s:17:\"um-icon-lightbulb\";i:534;s:12:\"um-icon-link\";i:535;s:14:\"um-icon-load-a\";i:536;s:14:\"um-icon-load-b\";i:537;s:14:\"um-icon-load-c\";i:538;s:14:\"um-icon-load-d\";i:539;s:16:\"um-icon-location\";i:540;s:24:\"um-icon-lock-combination\";i:541;s:14:\"um-icon-locked\";i:542;s:14:\"um-icon-log-in\";i:543;s:15:\"um-icon-log-out\";i:544;s:12:\"um-icon-loop\";i:545;s:14:\"um-icon-magnet\";i:546;s:12:\"um-icon-male\";i:547;s:11:\"um-icon-man\";i:548;s:11:\"um-icon-map\";i:549;s:14:\"um-icon-medkit\";i:550;s:13:\"um-icon-merge\";i:551;s:13:\"um-icon-mic-a\";i:552;s:13:\"um-icon-mic-b\";i:553;s:13:\"um-icon-mic-c\";i:554;s:13:\"um-icon-minus\";i:555;s:21:\"um-icon-minus-circled\";i:556;s:19:\"um-icon-minus-round\";i:557;s:15:\"um-icon-model-s\";i:558;s:15:\"um-icon-monitor\";i:559;s:12:\"um-icon-more\";i:560;s:13:\"um-icon-mouse\";i:561;s:18:\"um-icon-music-note\";i:562;s:15:\"um-icon-navicon\";i:563;s:21:\"um-icon-navicon-round\";i:564;s:16:\"um-icon-navigate\";i:565;s:15:\"um-icon-network\";i:566;s:18:\"um-icon-no-smoking\";i:567;s:15:\"um-icon-nuclear\";i:568;s:14:\"um-icon-outlet\";i:569;s:18:\"um-icon-paintbrush\";i:570;s:19:\"um-icon-paintbucket\";i:571;s:22:\"um-icon-paper-airplane\";i:572;s:17:\"um-icon-paperclip\";i:573;s:13:\"um-icon-pause\";i:574;s:14:\"um-icon-person\";i:575;s:18:\"um-icon-person-add\";i:576;s:22:\"um-icon-person-stalker\";i:577;s:17:\"um-icon-pie-graph\";i:578;s:11:\"um-icon-pin\";i:579;s:16:\"um-icon-pinpoint\";i:580;s:13:\"um-icon-pizza\";i:581;s:13:\"um-icon-plane\";i:582;s:14:\"um-icon-planet\";i:583;s:12:\"um-icon-play\";i:584;s:19:\"um-icon-playstation\";i:585;s:12:\"um-icon-plus\";i:586;s:20:\"um-icon-plus-circled\";i:587;s:18:\"um-icon-plus-round\";i:588;s:14:\"um-icon-podium\";i:589;s:13:\"um-icon-pound\";i:590;s:13:\"um-icon-power\";i:591;s:16:\"um-icon-pricetag\";i:592;s:17:\"um-icon-pricetags\";i:593;s:15:\"um-icon-printer\";i:594;s:20:\"um-icon-pull-request\";i:595;s:18:\"um-icon-qr-scanner\";i:596;s:13:\"um-icon-quote\";i:597;s:19:\"um-icon-radio-waves\";i:598;s:14:\"um-icon-record\";i:599;s:15:\"um-icon-refresh\";i:600;s:13:\"um-icon-reply\";i:601;s:17:\"um-icon-reply-all\";i:602;s:16:\"um-icon-ribbon-a\";i:603;s:16:\"um-icon-ribbon-b\";i:604;s:11:\"um-icon-sad\";i:605;s:19:\"um-icon-sad-outline\";i:606;s:16:\"um-icon-scissors\";i:607;s:14:\"um-icon-search\";i:608;s:16:\"um-icon-settings\";i:609;s:13:\"um-icon-share\";i:610;s:15:\"um-icon-shuffle\";i:611;s:21:\"um-icon-skip-backward\";i:612;s:20:\"um-icon-skip-forward\";i:613;s:22:\"um-icon-social-android\";i:614;s:30:\"um-icon-social-android-outline\";i:615;s:22:\"um-icon-social-angular\";i:616;s:30:\"um-icon-social-angular-outline\";i:617;s:20:\"um-icon-social-apple\";i:618;s:28:\"um-icon-social-apple-outline\";i:619;s:22:\"um-icon-social-bitcoin\";i:620;s:30:\"um-icon-social-bitcoin-outline\";i:621;s:21:\"um-icon-social-buffer\";i:622;s:29:\"um-icon-social-buffer-outline\";i:623;s:21:\"um-icon-social-chrome\";i:624;s:29:\"um-icon-social-chrome-outline\";i:625;s:22:\"um-icon-social-codepen\";i:626;s:30:\"um-icon-social-codepen-outline\";i:627;s:19:\"um-icon-social-css3\";i:628;s:27:\"um-icon-social-css3-outline\";i:629;s:27:\"um-icon-social-designernews\";i:630;s:35:\"um-icon-social-designernews-outline\";i:631;s:23:\"um-icon-social-dribbble\";i:632;s:31:\"um-icon-social-dribbble-outline\";i:633;s:22:\"um-icon-social-dropbox\";i:634;s:30:\"um-icon-social-dropbox-outline\";i:635;s:19:\"um-icon-social-euro\";i:636;s:27:\"um-icon-social-euro-outline\";i:637;s:23:\"um-icon-social-facebook\";i:638;s:31:\"um-icon-social-facebook-outline\";i:639;s:25:\"um-icon-social-foursquare\";i:640;s:33:\"um-icon-social-foursquare-outline\";i:641;s:28:\"um-icon-social-freebsd-devil\";i:642;s:21:\"um-icon-social-github\";i:643;s:29:\"um-icon-social-github-outline\";i:644;s:21:\"um-icon-social-google\";i:645;s:29:\"um-icon-social-google-outline\";i:646;s:25:\"um-icon-social-googleplus\";i:647;s:33:\"um-icon-social-googleplus-outline\";i:648;s:25:\"um-icon-social-hackernews\";i:649;s:33:\"um-icon-social-hackernews-outline\";i:650;s:20:\"um-icon-social-html5\";i:651;s:28:\"um-icon-social-html5-outline\";i:652;s:24:\"um-icon-social-instagram\";i:653;s:32:\"um-icon-social-instagram-outline\";i:654;s:25:\"um-icon-social-javascript\";i:655;s:33:\"um-icon-social-javascript-outline\";i:656;s:23:\"um-icon-social-linkedin\";i:657;s:31:\"um-icon-social-linkedin-outline\";i:658;s:23:\"um-icon-social-markdown\";i:659;s:21:\"um-icon-social-nodejs\";i:660;s:22:\"um-icon-social-octocat\";i:661;s:24:\"um-icon-social-pinterest\";i:662;s:32:\"um-icon-social-pinterest-outline\";i:663;s:21:\"um-icon-social-python\";i:664;s:21:\"um-icon-social-reddit\";i:665;s:29:\"um-icon-social-reddit-outline\";i:666;s:18:\"um-icon-social-rss\";i:667;s:26:\"um-icon-social-rss-outline\";i:668;s:19:\"um-icon-social-sass\";i:669;s:20:\"um-icon-social-skype\";i:670;s:28:\"um-icon-social-skype-outline\";i:671;s:23:\"um-icon-social-snapchat\";i:672;s:31:\"um-icon-social-snapchat-outline\";i:673;s:21:\"um-icon-social-tumblr\";i:674;s:29:\"um-icon-social-tumblr-outline\";i:675;s:18:\"um-icon-social-tux\";i:676;s:21:\"um-icon-social-twitch\";i:677;s:29:\"um-icon-social-twitch-outline\";i:678;s:22:\"um-icon-social-twitter\";i:679;s:30:\"um-icon-social-twitter-outline\";i:680;s:18:\"um-icon-social-usd\";i:681;s:26:\"um-icon-social-usd-outline\";i:682;s:20:\"um-icon-social-vimeo\";i:683;s:28:\"um-icon-social-vimeo-outline\";i:684;s:23:\"um-icon-social-whatsapp\";i:685;s:31:\"um-icon-social-whatsapp-outline\";i:686;s:22:\"um-icon-social-windows\";i:687;s:30:\"um-icon-social-windows-outline\";i:688;s:24:\"um-icon-social-wordpress\";i:689;s:32:\"um-icon-social-wordpress-outline\";i:690;s:20:\"um-icon-social-yahoo\";i:691;s:28:\"um-icon-social-yahoo-outline\";i:692;s:18:\"um-icon-social-yen\";i:693;s:26:\"um-icon-social-yen-outline\";i:694;s:22:\"um-icon-social-youtube\";i:695;s:30:\"um-icon-social-youtube-outline\";i:696;s:16:\"um-icon-soup-can\";i:697;s:24:\"um-icon-soup-can-outline\";i:698;s:20:\"um-icon-speakerphone\";i:699;s:19:\"um-icon-speedometer\";i:700;s:13:\"um-icon-spoon\";i:701;s:12:\"um-icon-star\";i:702;s:18:\"um-icon-stats-bars\";i:703;s:13:\"um-icon-steam\";i:704;s:12:\"um-icon-stop\";i:705;s:19:\"um-icon-thermometer\";i:706;s:18:\"um-icon-thumbsdown\";i:707;s:16:\"um-icon-thumbsup\";i:708;s:14:\"um-icon-toggle\";i:709;s:21:\"um-icon-toggle-filled\";i:710;s:19:\"um-icon-transgender\";i:711;s:15:\"um-icon-trash-a\";i:712;s:15:\"um-icon-trash-b\";i:713;s:14:\"um-icon-trophy\";i:714;s:14:\"um-icon-tshirt\";i:715;s:22:\"um-icon-tshirt-outline\";i:716;s:16:\"um-icon-umbrella\";i:717;s:18:\"um-icon-university\";i:718;s:16:\"um-icon-unlocked\";i:719;s:14:\"um-icon-upload\";i:720;s:11:\"um-icon-usb\";i:721;s:19:\"um-icon-videocamera\";i:722;s:19:\"um-icon-volume-high\";i:723;s:18:\"um-icon-volume-low\";i:724;s:21:\"um-icon-volume-medium\";i:725;s:19:\"um-icon-volume-mute\";i:726;s:12:\"um-icon-wand\";i:727;s:17:\"um-icon-waterdrop\";i:728;s:12:\"um-icon-wifi\";i:729;s:17:\"um-icon-wineglass\";i:730;s:13:\"um-icon-woman\";i:731;s:14:\"um-icon-wrench\";i:732;s:12:\"um-icon-xbox\";i:733;s:21:\"um-faicon-sticky-note\";i:734;s:15:\"um-faicon-glass\";i:735;s:15:\"um-faicon-music\";i:736;s:16:\"um-faicon-search\";i:737;s:20:\"um-faicon-envelope-o\";i:738;s:15:\"um-faicon-heart\";i:739;s:14:\"um-faicon-star\";i:740;s:16:\"um-faicon-star-o\";i:741;s:14:\"um-faicon-user\";i:742;s:14:\"um-faicon-film\";i:743;s:18:\"um-faicon-th-large\";i:744;s:12:\"um-faicon-th\";i:745;s:17:\"um-faicon-th-list\";i:746;s:15:\"um-faicon-check\";i:747;s:15:\"um-faicon-times\";i:748;s:21:\"um-faicon-search-plus\";i:749;s:22:\"um-faicon-search-minus\";i:750;s:19:\"um-faicon-power-off\";i:751;s:16:\"um-faicon-signal\";i:752;s:13:\"um-faicon-cog\";i:753;s:17:\"um-faicon-trash-o\";i:754;s:14:\"um-faicon-home\";i:755;s:16:\"um-faicon-file-o\";i:756;s:17:\"um-faicon-clock-o\";i:757;s:14:\"um-faicon-road\";i:758;s:18:\"um-faicon-download\";i:759;s:29:\"um-faicon-arrow-circle-o-down\";i:760;s:27:\"um-faicon-arrow-circle-o-up\";i:761;s:15:\"um-faicon-inbox\";i:762;s:23:\"um-faicon-play-circle-o\";i:763;s:16:\"um-faicon-repeat\";i:764;s:17:\"um-faicon-refresh\";i:765;s:18:\"um-faicon-list-alt\";i:766;s:14:\"um-faicon-lock\";i:767;s:14:\"um-faicon-flag\";i:768;s:20:\"um-faicon-headphones\";i:769;s:20:\"um-faicon-volume-off\";i:770;s:21:\"um-faicon-volume-down\";i:771;s:19:\"um-faicon-volume-up\";i:772;s:16:\"um-faicon-qrcode\";i:773;s:17:\"um-faicon-barcode\";i:774;s:13:\"um-faicon-tag\";i:775;s:14:\"um-faicon-tags\";i:776;s:14:\"um-faicon-book\";i:777;s:18:\"um-faicon-bookmark\";i:778;s:15:\"um-faicon-print\";i:779;s:16:\"um-faicon-camera\";i:780;s:14:\"um-faicon-font\";i:781;s:14:\"um-faicon-bold\";i:782;s:16:\"um-faicon-italic\";i:783;s:21:\"um-faicon-text-height\";i:784;s:20:\"um-faicon-text-width\";i:785;s:20:\"um-faicon-align-left\";i:786;s:22:\"um-faicon-align-center\";i:787;s:21:\"um-faicon-align-right\";i:788;s:23:\"um-faicon-align-justify\";i:789;s:14:\"um-faicon-list\";i:790;s:17:\"um-faicon-outdent\";i:791;s:16:\"um-faicon-indent\";i:792;s:22:\"um-faicon-video-camera\";i:793;s:19:\"um-faicon-picture-o\";i:794;s:16:\"um-faicon-pencil\";i:795;s:20:\"um-faicon-map-marker\";i:796;s:16:\"um-faicon-adjust\";i:797;s:14:\"um-faicon-tint\";i:798;s:25:\"um-faicon-pencil-square-o\";i:799;s:24:\"um-faicon-share-square-o\";i:800;s:24:\"um-faicon-check-square-o\";i:801;s:16:\"um-faicon-arrows\";i:802;s:23:\"um-faicon-step-backward\";i:803;s:23:\"um-faicon-fast-backward\";i:804;s:18:\"um-faicon-backward\";i:805;s:14:\"um-faicon-play\";i:806;s:15:\"um-faicon-pause\";i:807;s:14:\"um-faicon-stop\";i:808;s:17:\"um-faicon-forward\";i:809;s:22:\"um-faicon-fast-forward\";i:810;s:22:\"um-faicon-step-forward\";i:811;s:15:\"um-faicon-eject\";i:812;s:22:\"um-faicon-chevron-left\";i:813;s:23:\"um-faicon-chevron-right\";i:814;s:21:\"um-faicon-plus-circle\";i:815;s:22:\"um-faicon-minus-circle\";i:816;s:22:\"um-faicon-times-circle\";i:817;s:22:\"um-faicon-check-circle\";i:818;s:25:\"um-faicon-question-circle\";i:819;s:21:\"um-faicon-info-circle\";i:820;s:20:\"um-faicon-crosshairs\";i:821;s:24:\"um-faicon-times-circle-o\";i:822;s:24:\"um-faicon-check-circle-o\";i:823;s:13:\"um-faicon-ban\";i:824;s:20:\"um-faicon-arrow-left\";i:825;s:21:\"um-faicon-arrow-right\";i:826;s:18:\"um-faicon-arrow-up\";i:827;s:20:\"um-faicon-arrow-down\";i:828;s:15:\"um-faicon-share\";i:829;s:16:\"um-faicon-expand\";i:830;s:18:\"um-faicon-compress\";i:831;s:14:\"um-faicon-plus\";i:832;s:15:\"um-faicon-minus\";i:833;s:18:\"um-faicon-asterisk\";i:834;s:28:\"um-faicon-exclamation-circle\";i:835;s:14:\"um-faicon-gift\";i:836;s:14:\"um-faicon-leaf\";i:837;s:14:\"um-faicon-fire\";i:838;s:13:\"um-faicon-eye\";i:839;s:19:\"um-faicon-eye-slash\";i:840;s:30:\"um-faicon-exclamation-triangle\";i:841;s:15:\"um-faicon-plane\";i:842;s:18:\"um-faicon-calendar\";i:843;s:16:\"um-faicon-random\";i:844;s:17:\"um-faicon-comment\";i:845;s:16:\"um-faicon-magnet\";i:846;s:20:\"um-faicon-chevron-up\";i:847;s:22:\"um-faicon-chevron-down\";i:848;s:17:\"um-faicon-retweet\";i:849;s:23:\"um-faicon-shopping-cart\";i:850;s:16:\"um-faicon-folder\";i:851;s:21:\"um-faicon-folder-open\";i:852;s:18:\"um-faicon-arrows-v\";i:853;s:18:\"um-faicon-arrows-h\";i:854;s:19:\"um-faicon-bar-chart\";i:855;s:24:\"um-faicon-twitter-square\";i:856;s:25:\"um-faicon-facebook-square\";i:857;s:22:\"um-faicon-camera-retro\";i:858;s:13:\"um-faicon-key\";i:859;s:14:\"um-faicon-cogs\";i:860;s:18:\"um-faicon-comments\";i:861;s:21:\"um-faicon-thumbs-o-up\";i:862;s:23:\"um-faicon-thumbs-o-down\";i:863;s:19:\"um-faicon-star-half\";i:864;s:17:\"um-faicon-heart-o\";i:865;s:18:\"um-faicon-sign-out\";i:866;s:25:\"um-faicon-linkedin-square\";i:867;s:20:\"um-faicon-thumb-tack\";i:868;s:23:\"um-faicon-external-link\";i:869;s:17:\"um-faicon-sign-in\";i:870;s:16:\"um-faicon-trophy\";i:871;s:23:\"um-faicon-github-square\";i:872;s:16:\"um-faicon-upload\";i:873;s:17:\"um-faicon-lemon-o\";i:874;s:15:\"um-faicon-phone\";i:875;s:18:\"um-faicon-square-o\";i:876;s:20:\"um-faicon-bookmark-o\";i:877;s:22:\"um-faicon-phone-square\";i:878;s:17:\"um-faicon-twitter\";i:879;s:18:\"um-faicon-facebook\";i:880;s:16:\"um-faicon-github\";i:881;s:16:\"um-faicon-unlock\";i:882;s:21:\"um-faicon-credit-card\";i:883;s:13:\"um-faicon-rss\";i:884;s:15:\"um-faicon-hdd-o\";i:885;s:18:\"um-faicon-bullhorn\";i:886;s:14:\"um-faicon-bell\";i:887;s:21:\"um-faicon-certificate\";i:888;s:22:\"um-faicon-hand-o-right\";i:889;s:21:\"um-faicon-hand-o-left\";i:890;s:19:\"um-faicon-hand-o-up\";i:891;s:21:\"um-faicon-hand-o-down\";i:892;s:27:\"um-faicon-arrow-circle-left\";i:893;s:28:\"um-faicon-arrow-circle-right\";i:894;s:25:\"um-faicon-arrow-circle-up\";i:895;s:27:\"um-faicon-arrow-circle-down\";i:896;s:15:\"um-faicon-globe\";i:897;s:16:\"um-faicon-wrench\";i:898;s:15:\"um-faicon-tasks\";i:899;s:16:\"um-faicon-filter\";i:900;s:19:\"um-faicon-briefcase\";i:901;s:20:\"um-faicon-arrows-alt\";i:902;s:15:\"um-faicon-users\";i:903;s:14:\"um-faicon-link\";i:904;s:15:\"um-faicon-cloud\";i:905;s:15:\"um-faicon-flask\";i:906;s:18:\"um-faicon-scissors\";i:907;s:17:\"um-faicon-files-o\";i:908;s:19:\"um-faicon-paperclip\";i:909;s:18:\"um-faicon-floppy-o\";i:910;s:16:\"um-faicon-square\";i:911;s:14:\"um-faicon-bars\";i:912;s:17:\"um-faicon-list-ul\";i:913;s:17:\"um-faicon-list-ol\";i:914;s:23:\"um-faicon-strikethrough\";i:915;s:19:\"um-faicon-underline\";i:916;s:15:\"um-faicon-table\";i:917;s:15:\"um-faicon-magic\";i:918;s:15:\"um-faicon-truck\";i:919;s:19:\"um-faicon-pinterest\";i:920;s:26:\"um-faicon-pinterest-square\";i:921;s:28:\"um-faicon-google-plus-square\";i:922;s:21:\"um-faicon-google-plus\";i:923;s:15:\"um-faicon-money\";i:924;s:20:\"um-faicon-caret-down\";i:925;s:18:\"um-faicon-caret-up\";i:926;s:20:\"um-faicon-caret-left\";i:927;s:21:\"um-faicon-caret-right\";i:928;s:17:\"um-faicon-columns\";i:929;s:14:\"um-faicon-sort\";i:930;s:19:\"um-faicon-sort-desc\";i:931;s:18:\"um-faicon-sort-asc\";i:932;s:18:\"um-faicon-envelope\";i:933;s:18:\"um-faicon-linkedin\";i:934;s:14:\"um-faicon-undo\";i:935;s:15:\"um-faicon-gavel\";i:936;s:20:\"um-faicon-tachometer\";i:937;s:19:\"um-faicon-comment-o\";i:938;s:20:\"um-faicon-comments-o\";i:939;s:14:\"um-faicon-bolt\";i:940;s:17:\"um-faicon-sitemap\";i:941;s:18:\"um-faicon-umbrella\";i:942;s:19:\"um-faicon-clipboard\";i:943;s:21:\"um-faicon-lightbulb-o\";i:944;s:18:\"um-faicon-exchange\";i:945;s:24:\"um-faicon-cloud-download\";i:946;s:22:\"um-faicon-cloud-upload\";i:947;s:17:\"um-faicon-user-md\";i:948;s:21:\"um-faicon-stethoscope\";i:949;s:18:\"um-faicon-suitcase\";i:950;s:16:\"um-faicon-bell-o\";i:951;s:16:\"um-faicon-coffee\";i:952;s:17:\"um-faicon-cutlery\";i:953;s:21:\"um-faicon-file-text-o\";i:954;s:20:\"um-faicon-building-o\";i:955;s:20:\"um-faicon-hospital-o\";i:956;s:19:\"um-faicon-ambulance\";i:957;s:16:\"um-faicon-medkit\";i:958;s:21:\"um-faicon-fighter-jet\";i:959;s:14:\"um-faicon-beer\";i:960;s:18:\"um-faicon-h-square\";i:961;s:21:\"um-faicon-plus-square\";i:962;s:27:\"um-faicon-angle-double-left\";i:963;s:28:\"um-faicon-angle-double-right\";i:964;s:25:\"um-faicon-angle-double-up\";i:965;s:27:\"um-faicon-angle-double-down\";i:966;s:20:\"um-faicon-angle-left\";i:967;s:21:\"um-faicon-angle-right\";i:968;s:18:\"um-faicon-angle-up\";i:969;s:20:\"um-faicon-angle-down\";i:970;s:17:\"um-faicon-desktop\";i:971;s:16:\"um-faicon-laptop\";i:972;s:16:\"um-faicon-tablet\";i:973;s:16:\"um-faicon-mobile\";i:974;s:18:\"um-faicon-circle-o\";i:975;s:20:\"um-faicon-quote-left\";i:976;s:21:\"um-faicon-quote-right\";i:977;s:17:\"um-faicon-spinner\";i:978;s:14:\"um-faicon-spin\";i:979;s:16:\"um-faicon-circle\";i:980;s:15:\"um-faicon-reply\";i:981;s:20:\"um-faicon-github-alt\";i:982;s:18:\"um-faicon-folder-o\";i:983;s:23:\"um-faicon-folder-open-o\";i:984;s:17:\"um-faicon-smile-o\";i:985;s:17:\"um-faicon-frown-o\";i:986;s:15:\"um-faicon-meh-o\";i:987;s:17:\"um-faicon-gamepad\";i:988;s:20:\"um-faicon-keyboard-o\";i:989;s:16:\"um-faicon-flag-o\";i:990;s:24:\"um-faicon-flag-checkered\";i:991;s:18:\"um-faicon-terminal\";i:992;s:14:\"um-faicon-code\";i:993;s:19:\"um-faicon-reply-all\";i:994;s:21:\"um-faicon-star-half-o\";i:995;s:24:\"um-faicon-location-arrow\";i:996;s:14:\"um-faicon-crop\";i:997;s:19:\"um-faicon-code-fork\";i:998;s:22:\"um-faicon-chain-broken\";i:999;s:18:\"um-faicon-question\";i:1000;s:14:\"um-faicon-info\";i:1001;s:21:\"um-faicon-exclamation\";i:1002;s:21:\"um-faicon-superscript\";i:1003;s:19:\"um-faicon-subscript\";i:1004;s:16:\"um-faicon-eraser\";i:1005;s:22:\"um-faicon-puzzle-piece\";i:1006;s:20:\"um-faicon-microphone\";i:1007;s:26:\"um-faicon-microphone-slash\";i:1008;s:16:\"um-faicon-shield\";i:1009;s:20:\"um-faicon-calendar-o\";i:1010;s:27:\"um-faicon-fire-extinguisher\";i:1011;s:16:\"um-faicon-rocket\";i:1012;s:16:\"um-faicon-maxcdn\";i:1013;s:29:\"um-faicon-chevron-circle-left\";i:1014;s:30:\"um-faicon-chevron-circle-right\";i:1015;s:27:\"um-faicon-chevron-circle-up\";i:1016;s:29:\"um-faicon-chevron-circle-down\";i:1017;s:15:\"um-faicon-html5\";i:1018;s:14:\"um-faicon-css3\";i:1019;s:16:\"um-faicon-anchor\";i:1020;s:20:\"um-faicon-unlock-alt\";i:1021;s:18:\"um-faicon-bullseye\";i:1022;s:20:\"um-faicon-ellipsis-h\";i:1023;s:20:\"um-faicon-ellipsis-v\";i:1024;s:20:\"um-faicon-rss-square\";i:1025;s:21:\"um-faicon-play-circle\";i:1026;s:16:\"um-faicon-ticket\";i:1027;s:22:\"um-faicon-minus-square\";i:1028;s:24:\"um-faicon-minus-square-o\";i:1029;s:18:\"um-faicon-level-up\";i:1030;s:20:\"um-faicon-level-down\";i:1031;s:22:\"um-faicon-check-square\";i:1032;s:23:\"um-faicon-pencil-square\";i:1033;s:30:\"um-faicon-external-link-square\";i:1034;s:22:\"um-faicon-share-square\";i:1035;s:17:\"um-faicon-compass\";i:1036;s:29:\"um-faicon-caret-square-o-down\";i:1037;s:27:\"um-faicon-caret-square-o-up\";i:1038;s:30:\"um-faicon-caret-square-o-right\";i:1039;s:13:\"um-faicon-eur\";i:1040;s:13:\"um-faicon-gbp\";i:1041;s:13:\"um-faicon-usd\";i:1042;s:13:\"um-faicon-inr\";i:1043;s:13:\"um-faicon-jpy\";i:1044;s:13:\"um-faicon-rub\";i:1045;s:13:\"um-faicon-krw\";i:1046;s:13:\"um-faicon-btc\";i:1047;s:14:\"um-faicon-file\";i:1048;s:19:\"um-faicon-file-text\";i:1049;s:24:\"um-faicon-sort-alpha-asc\";i:1050;s:25:\"um-faicon-sort-alpha-desc\";i:1051;s:25:\"um-faicon-sort-amount-asc\";i:1052;s:26:\"um-faicon-sort-amount-desc\";i:1053;s:26:\"um-faicon-sort-numeric-asc\";i:1054;s:27:\"um-faicon-sort-numeric-desc\";i:1055;s:19:\"um-faicon-thumbs-up\";i:1056;s:21:\"um-faicon-thumbs-down\";i:1057;s:24:\"um-faicon-youtube-square\";i:1058;s:17:\"um-faicon-youtube\";i:1059;s:14:\"um-faicon-xing\";i:1060;s:21:\"um-faicon-xing-square\";i:1061;s:22:\"um-faicon-youtube-play\";i:1062;s:17:\"um-faicon-dropbox\";i:1063;s:24:\"um-faicon-stack-overflow\";i:1064;s:19:\"um-faicon-instagram\";i:1065;s:16:\"um-faicon-flickr\";i:1066;s:13:\"um-faicon-adn\";i:1067;s:19:\"um-faicon-bitbucket\";i:1068;s:26:\"um-faicon-bitbucket-square\";i:1069;s:16:\"um-faicon-tumblr\";i:1070;s:23:\"um-faicon-tumblr-square\";i:1071;s:25:\"um-faicon-long-arrow-down\";i:1072;s:23:\"um-faicon-long-arrow-up\";i:1073;s:25:\"um-faicon-long-arrow-left\";i:1074;s:26:\"um-faicon-long-arrow-right\";i:1075;s:15:\"um-faicon-apple\";i:1076;s:17:\"um-faicon-windows\";i:1077;s:17:\"um-faicon-android\";i:1078;s:15:\"um-faicon-linux\";i:1079;s:18:\"um-faicon-dribbble\";i:1080;s:15:\"um-faicon-skype\";i:1081;s:20:\"um-faicon-foursquare\";i:1082;s:16:\"um-faicon-trello\";i:1083;s:16:\"um-faicon-female\";i:1084;s:14:\"um-faicon-male\";i:1085;s:16:\"um-faicon-gittip\";i:1086;s:15:\"um-faicon-sun-o\";i:1087;s:16:\"um-faicon-moon-o\";i:1088;s:17:\"um-faicon-archive\";i:1089;s:13:\"um-faicon-bug\";i:1090;s:12:\"um-faicon-vk\";i:1091;s:15:\"um-faicon-weibo\";i:1092;s:16:\"um-faicon-renren\";i:1093;s:19:\"um-faicon-pagelines\";i:1094;s:24:\"um-faicon-stack-exchange\";i:1095;s:30:\"um-faicon-arrow-circle-o-right\";i:1096;s:29:\"um-faicon-arrow-circle-o-left\";i:1097;s:29:\"um-faicon-caret-square-o-left\";i:1098;s:22:\"um-faicon-dot-circle-o\";i:1099;s:20:\"um-faicon-wheelchair\";i:1100;s:22:\"um-faicon-vimeo-square\";i:1101;s:13:\"um-faicon-try\";i:1102;s:23:\"um-faicon-plus-square-o\";i:1103;s:23:\"um-faicon-space-shuttle\";i:1104;s:15:\"um-faicon-slack\";i:1105;s:25:\"um-faicon-envelope-square\";i:1106;s:19:\"um-faicon-wordpress\";i:1107;s:16:\"um-faicon-openid\";i:1108;s:20:\"um-faicon-university\";i:1109;s:24:\"um-faicon-graduation-cap\";i:1110;s:15:\"um-faicon-yahoo\";i:1111;s:16:\"um-faicon-google\";i:1112;s:16:\"um-faicon-reddit\";i:1113;s:23:\"um-faicon-reddit-square\";i:1114;s:28:\"um-faicon-stumbleupon-circle\";i:1115;s:21:\"um-faicon-stumbleupon\";i:1116;s:19:\"um-faicon-delicious\";i:1117;s:14:\"um-faicon-digg\";i:1118;s:20:\"um-faicon-pied-piper\";i:1119;s:24:\"um-faicon-pied-piper-alt\";i:1120;s:16:\"um-faicon-drupal\";i:1121;s:16:\"um-faicon-joomla\";i:1122;s:18:\"um-faicon-language\";i:1123;s:13:\"um-faicon-fax\";i:1124;s:18:\"um-faicon-building\";i:1125;s:15:\"um-faicon-child\";i:1126;s:13:\"um-faicon-paw\";i:1127;s:15:\"um-faicon-spoon\";i:1128;s:14:\"um-faicon-cube\";i:1129;s:15:\"um-faicon-cubes\";i:1130;s:17:\"um-faicon-behance\";i:1131;s:24:\"um-faicon-behance-square\";i:1132;s:15:\"um-faicon-steam\";i:1133;s:22:\"um-faicon-steam-square\";i:1134;s:17:\"um-faicon-recycle\";i:1135;s:13:\"um-faicon-car\";i:1136;s:14:\"um-faicon-taxi\";i:1137;s:14:\"um-faicon-tree\";i:1138;s:17:\"um-faicon-spotify\";i:1139;s:20:\"um-faicon-deviantart\";i:1140;s:20:\"um-faicon-soundcloud\";i:1141;s:18:\"um-faicon-database\";i:1142;s:20:\"um-faicon-file-pdf-o\";i:1143;s:21:\"um-faicon-file-word-o\";i:1144;s:22:\"um-faicon-file-excel-o\";i:1145;s:27:\"um-faicon-file-powerpoint-o\";i:1146;s:22:\"um-faicon-file-image-o\";i:1147;s:24:\"um-faicon-file-archive-o\";i:1148;s:22:\"um-faicon-file-audio-o\";i:1149;s:22:\"um-faicon-file-video-o\";i:1150;s:21:\"um-faicon-file-code-o\";i:1151;s:14:\"um-faicon-vine\";i:1152;s:17:\"um-faicon-codepen\";i:1153;s:18:\"um-faicon-jsfiddle\";i:1154;s:19:\"um-faicon-life-ring\";i:1155;s:24:\"um-faicon-circle-o-notch\";i:1156;s:15:\"um-faicon-rebel\";i:1157;s:16:\"um-faicon-empire\";i:1158;s:20:\"um-faicon-git-square\";i:1159;s:13:\"um-faicon-git\";i:1160;s:21:\"um-faicon-hacker-news\";i:1161;s:23:\"um-faicon-tencent-weibo\";i:1162;s:12:\"um-faicon-qq\";i:1163;s:16:\"um-faicon-weixin\";i:1164;s:21:\"um-faicon-paper-plane\";i:1165;s:23:\"um-faicon-paper-plane-o\";i:1166;s:17:\"um-faicon-history\";i:1167;s:21:\"um-faicon-circle-thin\";i:1168;s:16:\"um-faicon-header\";i:1169;s:19:\"um-faicon-paragraph\";i:1170;s:17:\"um-faicon-sliders\";i:1171;s:19:\"um-faicon-share-alt\";i:1172;s:26:\"um-faicon-share-alt-square\";i:1173;s:14:\"um-faicon-bomb\";i:1174;s:18:\"um-faicon-futbol-o\";i:1175;s:13:\"um-faicon-tty\";i:1176;s:20:\"um-faicon-binoculars\";i:1177;s:14:\"um-faicon-plug\";i:1178;s:20:\"um-faicon-slideshare\";i:1179;s:16:\"um-faicon-twitch\";i:1180;s:14:\"um-faicon-yelp\";i:1181;s:21:\"um-faicon-newspaper-o\";i:1182;s:14:\"um-faicon-wifi\";i:1183;s:20:\"um-faicon-calculator\";i:1184;s:16:\"um-faicon-paypal\";i:1185;s:23:\"um-faicon-google-wallet\";i:1186;s:17:\"um-faicon-cc-visa\";i:1187;s:23:\"um-faicon-cc-mastercard\";i:1188;s:21:\"um-faicon-cc-discover\";i:1189;s:17:\"um-faicon-cc-amex\";i:1190;s:19:\"um-faicon-cc-paypal\";i:1191;s:19:\"um-faicon-cc-stripe\";i:1192;s:20:\"um-faicon-bell-slash\";i:1193;s:22:\"um-faicon-bell-slash-o\";i:1194;s:15:\"um-faicon-trash\";i:1195;s:19:\"um-faicon-copyright\";i:1196;s:12:\"um-faicon-at\";i:1197;s:20:\"um-faicon-eyedropper\";i:1198;s:21:\"um-faicon-paint-brush\";i:1199;s:23:\"um-faicon-birthday-cake\";i:1200;s:20:\"um-faicon-area-chart\";i:1201;s:19:\"um-faicon-pie-chart\";i:1202;s:20:\"um-faicon-line-chart\";i:1203;s:16:\"um-faicon-lastfm\";i:1204;s:23:\"um-faicon-lastfm-square\";i:1205;s:20:\"um-faicon-toggle-off\";i:1206;s:19:\"um-faicon-toggle-on\";i:1207;s:17:\"um-faicon-bicycle\";i:1208;s:13:\"um-faicon-bus\";i:1209;s:17:\"um-faicon-ioxhost\";i:1210;s:19:\"um-faicon-angellist\";i:1211;s:12:\"um-faicon-cc\";i:1212;s:13:\"um-faicon-ils\";i:1213;s:18:\"um-faicon-meanpath\";i:1214;s:14:\"um-faicon-spin\";i:1215;s:14:\"um-faicon-spin\";i:1216;s:14:\"um-faicon-spin\";i:1217;s:14:\"um-faicon-spin\";i:1218;s:14:\"um-faicon-spin\";}','yes'),(280,'um_hidden_admin_notices','a:2:{i:0;s:13:\"opt_in_notice\";i:1;s:14:\"reviews_notice\";}','yes'),(285,'WPLANG','','yes'),(286,'new_admin_email','dev@cappen.com','yes'),(306,'radio_button_for_taxonomies_options','a:2:{s:10:\"taxonomies\";a:5:{i:0;s:8:\"category\";i:1;s:8:\"location\";i:2;s:14:\"offer-category\";i:3;s:12:\"out-category\";i:4;s:12:\"sub-category\";}s:6:\"delete\";i:0;}','yes'),(313,'blog_upload_space','','yes'),(325,'um_mailchimp_license_key_edd_answer','O:8:\"stdClass\":13:{s:7:\"success\";b:1;s:7:\"license\";s:5:\"valid\";s:7:\"item_id\";b:0;s:9:\"item_name\";s:9:\"MailChimp\";s:13:\"license_limit\";i:5;s:10:\"site_count\";i:2;s:7:\"expires\";s:19:\"2020-05-07 23:59:59\";s:16:\"activations_left\";i:3;s:8:\"checksum\";s:32:\"461ce88538894b8cc942c5c47bc5c780\";s:10:\"payment_id\";i:722678;s:13:\"customer_name\";s:15:\"Felipe Medeiros\";s:14:\"customer_email\";s:17:\"felipe@cappen.com\";s:8:\"price_id\";s:1:\"2\";}','yes'),(346,'hero_layout_version','2','yes'),(351,'home_order1','2','yes'),(352,'home_order2','4','yes'),(353,'home_order3','3','yes'),(354,'home_order4','7','yes'),(355,'home_order5','5','yes'),(356,'home_order6','1','yes'),(357,'home_order7','6','yes'),(358,'home_order8','8','yes'),(362,'layout_order_hot1','1','yes'),(363,'layout_order_hot2','2','yes'),(364,'layout_order_hot3','3','yes'),(365,'layout_order_hot4','4','yes'),(369,'layout_order_life1','1','yes'),(370,'layout_order_life2','2','yes'),(371,'layout_order_life3','3','yes'),(372,'layout_order_life4','4','yes'),(376,'layout_order_news1','1','yes'),(377,'layout_order_news2','2','yes'),(378,'layout_order_news3','3','yes'),(379,'layout_order_news4','4','yes'),(387,'post_count','971','yes'),(391,'um_existing_rows_18','a:1:{i:0;s:9:\"_um_row_1\";}','yes'),(392,'um_form_rowdata_18','a:1:{s:9:\"_um_row_1\";a:5:{s:4:\"type\";s:3:\"row\";s:2:\"id\";s:9:\"_um_row_1\";s:8:\"sub_rows\";s:1:\"1\";s:4:\"cols\";s:1:\"1\";s:6:\"origin\";s:9:\"_um_row_1\";}}','yes'),(396,'um_existing_rows_17','a:1:{i:0;s:9:\"_um_row_1\";}','yes'),(397,'um_form_rowdata_17','a:1:{s:9:\"_um_row_1\";a:5:{s:4:\"type\";s:3:\"row\";s:2:\"id\";s:9:\"_um_row_1\";s:8:\"sub_rows\";s:1:\"1\";s:4:\"cols\";s:1:\"1\";s:6:\"origin\";s:9:\"_um_row_1\";}}','yes'),(401,'um_existing_rows_19','a:1:{i:0;s:9:\"_um_row_1\";}','yes'),(402,'um_form_rowdata_19','a:1:{s:9:\"_um_row_1\";a:5:{s:4:\"type\";s:3:\"row\";s:2:\"id\";s:9:\"_um_row_1\";s:8:\"sub_rows\";s:1:\"1\";s:4:\"cols\";s:1:\"1\";s:6:\"origin\";s:9:\"_um_row_1\";}}','yes'),(458,'edd_sl_924082d4e84c3c4035d5c7ed56b11c5a','a:2:{s:7:\"timeout\";i:1601340328;s:5:\"value\";s:12067:\"{\"new_version\":\"2.2.6\",\"stable_version\":\"2.2.6\",\"name\":\"MailChimp\",\"slug\":\"um-mailchimp\\/um-mailchimp.php\",\"url\":\"https:\\/\\/ultimatemember.com\\/extensions\\/mailchimp\\/?changelog=1\",\"last_updated\":\"2020-08-14 09:27:54\",\"homepage\":\"https:\\/\\/ultimatemember.com\\/extensions\\/mailchimp\\/\",\"package\":\"https:\\/\\/ultimatemember.com\\/edd-sl\\/package_download\\/MTYwMTU4MTUyODpmZDBjZjVkYTczMDRmNTQ3MTIzNjZmZGMyMzE2OGU4YToxMTE2NDphZTRjYzhiZTYxNDk5MDBmODM1ODRhMmZiYWEwMDIyMTpodHRwc0AvL2J1enoubGFiY3AuY286MA==?action=get_last_version&license=fd0cf5da7304f54712366fdc23168e8a&item_name=MailChimp&blog_id=1&site_url=https%3A%2F%2Fbuzz.labcp.co%2Fwp&domain=https%253a%252f%252fbuzz.labcp.co%252fwp&slug=um-mailchimp%2Fum-mailchimp.php\",\"download_link\":\"https:\\/\\/ultimatemember.com\\/edd-sl\\/package_download\\/MTYwMTU4MTUyODpmZDBjZjVkYTczMDRmNTQ3MTIzNjZmZGMyMzE2OGU4YToxMTE2NDphZTRjYzhiZTYxNDk5MDBmODM1ODRhMmZiYWEwMDIyMTpodHRwc0AvL2J1enoubGFiY3AuY286MA==?action=get_last_version&license=fd0cf5da7304f54712366fdc23168e8a&item_name=MailChimp&blog_id=1&site_url=https%3A%2F%2Fbuzz.labcp.co%2Fwp&domain=https%253a%252f%252fbuzz.labcp.co%252fwp&slug=um-mailchimp%2Fum-mailchimp.php\",\"sections\":{\"description\":\"<p>Allow users to subscribe to your mailchimp lists when they signup on your site<\\/p>\\n\",\"changelog\":\"<p>2.2.6: August 14, 2020<\\/p>\\n<ul>\\n<li>Fixed: Getting all groups<\\/li>\\n<li>Fixed: Getting all tags<\\/li>\\n<li>Updated: Documentation<\\/li>\\n<\\/ul>\\n<p>2.2.5: August 11, 2020<\\/p>\\n<ul>\\n<li>Added: A new widget tool \\\"Sync Profiles (with details)\\\"<\\/li>\\n<li>Added: Compatibility with the extension \\\"User Tags\\\"<\\/li>\\n<li>Added: Compatibility with the MailChimp\'s field type \\\"Address\\\"<\\/li>\\n<li>Added: Show sync error details in the dashboard widget<\\/li>\\n<li>Added: Show sync error details on the page Account<\\/li>\\n<li>Added: Show a difference between \\\"MC Choices\\\" and \\\"UM Choices\\\" in the box \\\"Merge User Meta\\\"<\\/li>\\n<li>Added: Show tooltips in the box \\\"Testing connection with Mailchimp server\\\"<\\/li>\\n<li>Changed: Send a \'multiselect\' field value as a comma-separated values<\\/li>\\n<li>Changed: The action on Account update or Profile update<\\/li>\\n<li>Fixed: Data used in the modal window \\\"Review Registration Details\\\" and email placeholder {submitted_registration}<\\/li>\\n<li>Fixed: JavaScript error in the tool \\\"Bulk Subscribe &amp; Unsubscribe\\\"<\\/li>\\n<li>Fixed: The action on Change email address (update existing contact)<\\/li>\\n<li>Fixed: The form field \\\"MailChimp\\\", option \\\"Select an audience\\\"<\\/li>\\n<li>Fixed: The function that get audience groups (get all groups)<\\/li>\\n<\\/ul>\\n<p>2.2.4: April 1, 2020<\\/p>\\n<ul>\\n<li>Added: Frontend script and style<\\/li>\\n<li>Added: Setting \\\"Marketing Permissions\\\"<\\/li>\\n<li>Added: User Roles options: \\\"Can manage groups?\\\", \\\"Can manage tags?\\\", \\\"Can create tags?\\\"<\\/li>\\n<li>Added: Settings \\\"Account delete action\\\", \\\"Account unapprove action\\\"<\\/li>\\n<li>Added: Method UM()-&gt;Mailchimp()-&gt;api()-&gt;mc_archive_member()<\\/li>\\n<li>Added: Method UM()-&gt;Mailchimp()-&gt;api()-&gt;mc_deletep_member()<\\/li>\\n<li>Removed: Setting \\\"Remove subscriber from Mailchimp audience when user unsubscribed\\\"<\\/li>\\n<li>Removed: Setting \\\"Allow member to create tags\\\"<\\/li>\\n<li>Deprecated: Method UM()-&gt;Mailchimp()-&gt;api()-&gt;mc_delete_member()<\\/li>\\n<\\/ul>\\n<p>2.2.3: January 22, 2020<\\/p>\\n<ul>\\n<li>Added: Filter \'um_mailchimp_single_merge_field\' and integration with Profile Completeness<\\/li>\\n<li>Added: Option to disable lists nonce fields<\\/li>\\n<li>Fixed: Prevent multiple updates<\\/li>\\n<\\/ul>\\n<p>2.2.2: December 18, 2019<\\/p>\\n<ul>\\n<li>Added: Ability to merge any UM field type with MC text field type<\\/li>\\n<li>Fixed: Check member role before automatically subscribe<\\/li>\\n<li>Fixed: Tool \\\"Test subscribe\\\"<\\/li>\\n<\\/ul>\\n<p>2.2.1: November 13, 2019<\\/p>\\n<ul>\\n<li>Fixed: Double opt-in: added \\\"filter_subscription_status\\\" method<\\/li>\\n<\\/ul>\\n<p>2.2.0: November 11, 2019<\\/p>\\n<ul>\\n<li>New: MailChimp\'s Groups support<\\/li>\\n<li>New: MailChimp\'s Tags support<\\/li>\\n<li>Added: Update Notifications notices<\\/li>\\n<li>Added: Requests cache<\\/li>\\n<li>Fixed: Requests log<\\/li>\\n<li>Fixed: Testing connection tool<\\/li>\\n<li>Fixed: Sync Profiles tool Users cache<\\/li>\\n<\\/ul>\\n<p>2.1.2: August 3, 2019<\\/p>\\n<ul>\\n<li>Fixed: JS error on Mailchimp widget dashboard<\\/li>\\n<\\/ul>\\n<p>2.1.1: December 7, 2018<\\/p>\\n<ul>\\n<li>Fixed: Subscription on change users role<\\/li>\\n<\\/ul>\\n<p>2.1.0: November 30, 2018<\\/p>\\n<ul>\\n<li>Added: MailChimp List testing actions<\\/li>\\n<\\/ul>\\n<p>2.0.9: November 1, 2018<\\/p>\\n<ul>\\n<li>Fixed: MailChimp API integration<\\/li>\\n<li>Fixed: Translation Files<\\/li>\\n<\\/ul>\\n<p>2.0.8: November 1, 2018<\\/p>\\n<ul>\\n<li>Fixed: MailChimp API integration<\\/li>\\n<\\/ul>\\n<p>2.0.7: August 13, 2018<\\/p>\\n<ul>\\n<li>Fixed: WP native AJAX handlers<\\/li>\\n<\\/ul>\\n<p>2.0.6: August 3, 2018<\\/p>\\n<ul>\\n<li>Fixed: MailChimp Queries Queue<\\/li>\\n<li>Fixed: Logic for auto subscribe process<\\/li>\\n<li>Fixed: Small warnings &amp; bugs<\\/li>\\n<\\/ul>\\n<p>2.0.5: July 11, 2018<\\/p>\\n<ul>\\n<li>Deprecated: old Sync&amp;Opt-in process<\\/li>\\n<li>Added: New batch opt-in users to MailChimp lists<\\/li>\\n<li>Added: New sync users with MailChimp lists<\\/li>\\n<\\/ul>\\n<p>2.0.4: June 18, 2018<\\/p>\\n<ul>\\n<li>Added: GDPR compatibility<\\/li>\\n<li>Added: Double opt-int settings to MailChimp lists<\\/li>\\n<\\/ul>\\n<p>2.0.3: May 18, 2018<\\/p>\\n<ul>\\n<li>Fixed: Statuses after registration<\\/li>\\n<li>Fixed: Problem with subscription to list after activation process<\\/li>\\n<\\/ul>\\n<p>2.0.2: April 27, 2018<\\/p>\\n<ul>\\n<li>Added: Loading translation from \\\"wp-content\\/languages\\/plugins\\/\\\" directory<\\/li>\\n<\\/ul>\\n<p>2.0.1: October 17, 2017<\\/p>\\n<ul>\\n<li>Tweak: UM2.0 compatibility<\\/li>\\n<li>Fixed: Users sync on add\\/edit\\/update profile actions<\\/li>\\n<\\/ul>\\n<p>1.1.8: July 28, 2017<\\/p>\\n<ul>\\n<li>New: MailChimp API v3 Integration<\\/li>\\n<li>New: Scan opted-in users but not yet synced<\\/li>\\n<li>New: Scan not yet opted-in users<\\/li>\\n<li>New: Sync opted-in users<\\/li>\\n<li>New: Opt-in profiles to specifc list on behalf of users<\\/li>\\n<li>Fixed: resubscribe users in account page<\\/li>\\n<li>Fixed: split sync process and show progress<\\/li>\\n<li>Fixed: EDD plugin updater<\\/li>\\n<li>Fixed: remove notices<\\/li>\\n<\\/ul>\\n<p>1.1.7: November 6, 2016<\\/p>\\n<ul>\\n<li>Fixed: empty email lists<\\/li>\\n<\\/ul>\\n<p>1.1.6: December 8, 2015<\\/p>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":{\"1x\":\"https:\\/\\/ultimatemember.com\\/wp-content\\/uploads\\/edd\\/2019\\/10\\/mailchimp-logo-128x128.png\",\"2x\":\"https:\\/\\/ultimatemember.com\\/wp-content\\/uploads\\/edd\\/2019\\/10\\/mailchimp-logo-256x256.png\"},\"description\":[\"<p>Allow users to subscribe to your mailchimp lists when they signup on your site<\\/p>\\n\"],\"changelog\":[\"<p>2.2.6: August 14, 2020<\\/p>\\n<ul>\\n<li>Fixed: Getting all groups<\\/li>\\n<li>Fixed: Getting all tags<\\/li>\\n<li>Updated: Documentation<\\/li>\\n<\\/ul>\\n<p>2.2.5: August 11, 2020<\\/p>\\n<ul>\\n<li>Added: A new widget tool \\\"Sync Profiles (with details)\\\"<\\/li>\\n<li>Added: Compatibility with the extension \\\"User Tags\\\"<\\/li>\\n<li>Added: Compatibility with the MailChimp\'s field type \\\"Address\\\"<\\/li>\\n<li>Added: Show sync error details in the dashboard widget<\\/li>\\n<li>Added: Show sync error details on the page Account<\\/li>\\n<li>Added: Show a difference between \\\"MC Choices\\\" and \\\"UM Choices\\\" in the box \\\"Merge User Meta\\\"<\\/li>\\n<li>Added: Show tooltips in the box \\\"Testing connection with Mailchimp server\\\"<\\/li>\\n<li>Changed: Send a \'multiselect\' field value as a comma-separated values<\\/li>\\n<li>Changed: The action on Account update or Profile update<\\/li>\\n<li>Fixed: Data used in the modal window \\\"Review Registration Details\\\" and email placeholder {submitted_registration}<\\/li>\\n<li>Fixed: JavaScript error in the tool \\\"Bulk Subscribe &amp; Unsubscribe\\\"<\\/li>\\n<li>Fixed: The action on Change email address (update existing contact)<\\/li>\\n<li>Fixed: The form field \\\"MailChimp\\\", option \\\"Select an audience\\\"<\\/li>\\n<li>Fixed: The function that get audience groups (get all groups)<\\/li>\\n<\\/ul>\\n<p>2.2.4: April 1, 2020<\\/p>\\n<ul>\\n<li>Added: Frontend script and style<\\/li>\\n<li>Added: Setting \\\"Marketing Permissions\\\"<\\/li>\\n<li>Added: User Roles options: \\\"Can manage groups?\\\", \\\"Can manage tags?\\\", \\\"Can create tags?\\\"<\\/li>\\n<li>Added: Settings \\\"Account delete action\\\", \\\"Account unapprove action\\\"<\\/li>\\n<li>Added: Method UM()-&gt;Mailchimp()-&gt;api()-&gt;mc_archive_member()<\\/li>\\n<li>Added: Method UM()-&gt;Mailchimp()-&gt;api()-&gt;mc_deletep_member()<\\/li>\\n<li>Removed: Setting \\\"Remove subscriber from Mailchimp audience when user unsubscribed\\\"<\\/li>\\n<li>Removed: Setting \\\"Allow member to create tags\\\"<\\/li>\\n<li>Deprecated: Method UM()-&gt;Mailchimp()-&gt;api()-&gt;mc_delete_member()<\\/li>\\n<\\/ul>\\n<p>2.2.3: January 22, 2020<\\/p>\\n<ul>\\n<li>Added: Filter \'um_mailchimp_single_merge_field\' and integration with Profile Completeness<\\/li>\\n<li>Added: Option to disable lists nonce fields<\\/li>\\n<li>Fixed: Prevent multiple updates<\\/li>\\n<\\/ul>\\n<p>2.2.2: December 18, 2019<\\/p>\\n<ul>\\n<li>Added: Ability to merge any UM field type with MC text field type<\\/li>\\n<li>Fixed: Check member role before automatically subscribe<\\/li>\\n<li>Fixed: Tool \\\"Test subscribe\\\"<\\/li>\\n<\\/ul>\\n<p>2.2.1: November 13, 2019<\\/p>\\n<ul>\\n<li>Fixed: Double opt-in: added \\\"filter_subscription_status\\\" method<\\/li>\\n<\\/ul>\\n<p>2.2.0: November 11, 2019<\\/p>\\n<ul>\\n<li>New: MailChimp\'s Groups support<\\/li>\\n<li>New: MailChimp\'s Tags support<\\/li>\\n<li>Added: Update Notifications notices<\\/li>\\n<li>Added: Requests cache<\\/li>\\n<li>Fixed: Requests log<\\/li>\\n<li>Fixed: Testing connection tool<\\/li>\\n<li>Fixed: Sync Profiles tool Users cache<\\/li>\\n<\\/ul>\\n<p>2.1.2: August 3, 2019<\\/p>\\n<ul>\\n<li>Fixed: JS error on Mailchimp widget dashboard<\\/li>\\n<\\/ul>\\n<p>2.1.1: December 7, 2018<\\/p>\\n<ul>\\n<li>Fixed: Subscription on change users role<\\/li>\\n<\\/ul>\\n<p>2.1.0: November 30, 2018<\\/p>\\n<ul>\\n<li>Added: MailChimp List testing actions<\\/li>\\n<\\/ul>\\n<p>2.0.9: November 1, 2018<\\/p>\\n<ul>\\n<li>Fixed: MailChimp API integration<\\/li>\\n<li>Fixed: Translation Files<\\/li>\\n<\\/ul>\\n<p>2.0.8: November 1, 2018<\\/p>\\n<ul>\\n<li>Fixed: MailChimp API integration<\\/li>\\n<\\/ul>\\n<p>2.0.7: August 13, 2018<\\/p>\\n<ul>\\n<li>Fixed: WP native AJAX handlers<\\/li>\\n<\\/ul>\\n<p>2.0.6: August 3, 2018<\\/p>\\n<ul>\\n<li>Fixed: MailChimp Queries Queue<\\/li>\\n<li>Fixed: Logic for auto subscribe process<\\/li>\\n<li>Fixed: Small warnings &amp; bugs<\\/li>\\n<\\/ul>\\n<p>2.0.5: July 11, 2018<\\/p>\\n<ul>\\n<li>Deprecated: old Sync&amp;Opt-in process<\\/li>\\n<li>Added: New batch opt-in users to MailChimp lists<\\/li>\\n<li>Added: New sync users with MailChimp lists<\\/li>\\n<\\/ul>\\n<p>2.0.4: June 18, 2018<\\/p>\\n<ul>\\n<li>Added: GDPR compatibility<\\/li>\\n<li>Added: Double opt-int settings to MailChimp lists<\\/li>\\n<\\/ul>\\n<p>2.0.3: May 18, 2018<\\/p>\\n<ul>\\n<li>Fixed: Statuses after registration<\\/li>\\n<li>Fixed: Problem with subscription to list after activation process<\\/li>\\n<\\/ul>\\n<p>2.0.2: April 27, 2018<\\/p>\\n<ul>\\n<li>Added: Loading translation from \\\"wp-content\\/languages\\/plugins\\/\\\" directory<\\/li>\\n<\\/ul>\\n<p>2.0.1: October 17, 2017<\\/p>\\n<ul>\\n<li>Tweak: UM2.0 compatibility<\\/li>\\n<li>Fixed: Users sync on add\\/edit\\/update profile actions<\\/li>\\n<\\/ul>\\n<p>1.1.8: July 28, 2017<\\/p>\\n<ul>\\n<li>New: MailChimp API v3 Integration<\\/li>\\n<li>New: Scan opted-in users but not yet synced<\\/li>\\n<li>New: Scan not yet opted-in users<\\/li>\\n<li>New: Sync opted-in users<\\/li>\\n<li>New: Opt-in profiles to specifc list on behalf of users<\\/li>\\n<li>Fixed: resubscribe users in account page<\\/li>\\n<li>Fixed: split sync process and show progress<\\/li>\\n<li>Fixed: EDD plugin updater<\\/li>\\n<li>Fixed: remove notices<\\/li>\\n<\\/ul>\\n<p>1.1.7: November 6, 2016<\\/p>\\n<ul>\\n<li>Fixed: empty email lists<\\/li>\\n<\\/ul>\\n<p>1.1.6: December 8, 2015<\\/p>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\n\"]}\";}','no'),(464,'totalpoll_license_key','8a5aef69-60d7-4ae8-b849-cc0a6d762421','yes'),(465,'totalpoll_license_email','felipe@cappen.com','yes'),(466,'totalpoll_license_status','1','yes'),(479,'recently_activated','a:0:{}','yes'),(501,'ju_user_token','1c7aae63-b087-4557-92d9-368fbcaca872','yes'),(554,'um_cache_userdata_1','a:139:{s:2:\"ID\";i:1;s:10:\"user_login\";s:6:\"cappen\";s:9:\"user_pass\";s:60:\"$2y$10$pmtzrQtkWpZZ3p4J28aBgu2mqUB62E8MLgY.k1gQharLGggf.nIPy\";s:13:\"user_nicename\";s:6:\"cappen\";s:10:\"user_email\";s:14:\"dev@cappen.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-07-05 13:06:12\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:6:\"cappen\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:13:\"administrator\";b:1;s:8:\"wp_roles\";s:13:\"administrator\";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: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:9:\"edit_poll\";b:1;s:9:\"read_poll\";b:1;s:11:\"delete_poll\";b:1;s:10:\"edit_polls\";b:1;s:12:\"delete_polls\";b:1;s:13:\"publish_polls\";b:1;s:17:\"edit_others_polls\";b:1;s:19:\"delete_others_polls\";b:1;s:20:\"edit_published_polls\";b:1;s:22:\"delete_published_polls\";b:1;s:18:\"read_private_polls\";b:1;s:18:\"edit_private_polls\";b:1;s:20:\"delete_private_polls\";b:1;s:12:\"create_polls\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:6:\"cappen\";s:10:\"first_name\";s:6:\"Cappen\";s:9:\"last_name\";s:3:\"Dev\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:18:\"show_welcome_panel\";s:1:\"0\";s:37:\"wp_dashboard_quick_press_last_post_id\";s:1:\"4\";s:25:\"community-events-location\";s:34:\"a:1:{s:2:\"ip\";s:11:\"177.41.11.0\";}\";s:13:\"source_domain\";s:18:\"buzz-caribbean.com\";s:12:\"primary_blog\";s:1:\"1\";s:14:\"account_status\";s:8:\"approved\";s:35:\"um_user_profile_url_slug_user_login\";s:6:\"cappen\";s:24:\"um_account_secure_fields\";s:6:\"a:0:{}\";s:13:\"profile_photo\";s:17:\"profile_photo.jpg\";s:6:\"gender\";s:21:\"a:1:{i:0;s:4:\"Male\";}\";s:4:\"city\";s:6:\"Recife\";s:7:\"country\";s:2:\"BR\";s:14:\"_um_last_login\";s:10:\"1562607846\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:13:\"administrator\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:13:\"Administrator\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"1\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:1;}','no'),(630,'um_cache_userdata_5','a:109:{s:2:\"ID\";i:5;s:10:\"user_login\";s:6:\"joyann\";s:9:\"user_pass\";s:60:\"$2y$10$UnG0H7Kv/ssh1Y4PUIFDP.vuuoKNIsk.pTHpVsQBeTV3CT3X4spAm\";s:13:\"user_nicename\";s:6:\"joyann\";s:10:\"user_email\";s:27:\"joyann@ramblemediagroup.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-07-05 17:38:03\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:6:\"joyann\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:6:\"editor\";b:1;s:8:\"wp_roles\";s:6:\"editor\";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: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:9:\"edit_poll\";b:1;s:9:\"read_poll\";b:1;s:11:\"delete_poll\";b:1;s:10:\"edit_polls\";b:1;s:12:\"delete_polls\";b:1;s:13:\"publish_polls\";b:1;s:17:\"edit_others_polls\";b:1;s:19:\"delete_others_polls\";b:1;s:20:\"edit_published_polls\";b:1;s:22:\"delete_published_polls\";b:1;s:18:\"read_private_polls\";b:1;s:18:\"edit_private_polls\";b:1;s:20:\"delete_private_polls\";b:1;s:12:\"create_polls\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:6:\"joyann\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:35:\"um_user_profile_url_slug_user_login\";s:6:\"joyann\";s:14:\"account_status\";s:8:\"approved\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c559a7f6c8caf7ef27493dae33979c31\";s:12:\"primary_blog\";s:1:\"1\";s:13:\"source_domain\";s:18:\"buzz-caribbean.com\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:6:\"editor\";s:5:\"roles\";a:1:{i:0;s:6:\"editor\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:6:\"Editor\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"1\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(785,'secure_auth_key',']j{;j1ciQ9J#JQA_C;&stJ7X?@%7*nge?5_{=AKTSEB6c,xls[_SG<FoRtYDo:F8','no'),(786,'secure_auth_salt','}z7Pb:jVC,wfqVDEW(>`)he*(h*!3x[eY=tp+:B)ZJkndyCv1rgv9g<)7tFHL#-J','no'),(1000,'um_cache_userdata_8','a:109:{s:2:\"ID\";i:8;s:10:\"user_login\";s:6:\"dennis\";s:9:\"user_pass\";s:60:\"$2y$10$YX1I1bxIRpQIkw29oLJA..ed8U0Ig0zWeo67lm/N1Q0Q0PEdkRWFK\";s:13:\"user_nicename\";s:6:\"dennis\";s:10:\"user_email\";s:27:\"dennis@ramblemediagroup.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-07-16 00:51:31\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:6:\"dennis\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:6:\"editor\";b:1;s:8:\"wp_roles\";s:6:\"editor\";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: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:9:\"edit_poll\";b:1;s:9:\"read_poll\";b:1;s:11:\"delete_poll\";b:1;s:10:\"edit_polls\";b:1;s:12:\"delete_polls\";b:1;s:13:\"publish_polls\";b:1;s:17:\"edit_others_polls\";b:1;s:19:\"delete_others_polls\";b:1;s:20:\"edit_published_polls\";b:1;s:22:\"delete_published_polls\";b:1;s:18:\"read_private_polls\";b:1;s:18:\"edit_private_polls\";b:1;s:20:\"delete_private_polls\";b:1;s:12:\"create_polls\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:6:\"dennis\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:35:\"um_user_profile_url_slug_user_login\";s:6:\"dennis\";s:14:\"account_status\";s:8:\"approved\";s:25:\"synced_gravatar_hashed_id\";s:32:\"992f9fb841de1d109a17704016e2b3bd\";s:12:\"primary_blog\";s:1:\"1\";s:13:\"source_domain\";s:18:\"buzz-caribbean.com\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:6:\"editor\";s:5:\"roles\";a:1:{i:0;s:6:\"editor\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:6:\"Editor\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"1\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(1018,'um_cache_userdata_10','a:109:{s:2:\"ID\";i:10;s:10:\"user_login\";s:4:\"mark\";s:9:\"user_pass\";s:60:\"$2y$10$nXzxfzNiUC2YB8qwGa8.0euJ1SO6wXLdUkoTMMj1MaYzs5/Vvg8/C\";s:13:\"user_nicename\";s:4:\"mark\";s:10:\"user_email\";s:25:\"mark@ramblemediagroup.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-07-16 00:52:30\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:4:\"mark\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:6:\"editor\";b:1;s:8:\"wp_roles\";s:6:\"editor\";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: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:9:\"edit_poll\";b:1;s:9:\"read_poll\";b:1;s:11:\"delete_poll\";b:1;s:10:\"edit_polls\";b:1;s:12:\"delete_polls\";b:1;s:13:\"publish_polls\";b:1;s:17:\"edit_others_polls\";b:1;s:19:\"delete_others_polls\";b:1;s:20:\"edit_published_polls\";b:1;s:22:\"delete_published_polls\";b:1;s:18:\"read_private_polls\";b:1;s:18:\"edit_private_polls\";b:1;s:20:\"delete_private_polls\";b:1;s:12:\"create_polls\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:4:\"mark\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:35:\"um_user_profile_url_slug_user_login\";s:4:\"mark\";s:14:\"account_status\";s:8:\"approved\";s:25:\"synced_gravatar_hashed_id\";s:32:\"01d1b520f7ac2548072ab8dfb7df57a1\";s:12:\"primary_blog\";s:1:\"1\";s:13:\"source_domain\";s:18:\"buzz-caribbean.com\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:6:\"editor\";s:5:\"roles\";a:1:{i:0;s:6:\"editor\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:6:\"Editor\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"1\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(1313,'main_banner_news_cat1','4','yes'),(1314,'main_banner_news_subcat1','','yes'),(1315,'main_banner_news_type1','post','yes'),(1316,'main_banner_news_post_id1','9355','yes'),(1317,'main_banner_news_post_title1','‘Bibi’ Gardner confident Portmore will bounce back in RSPL','yes'),(1318,'main_banner_news_title1','','yes'),(1319,'main_banner_news_img1','','yes'),(1320,'main_banner_news_cat2','4','yes'),(1321,'main_banner_news_subcat2','','yes'),(1322,'main_banner_news_type2','post','yes'),(1323,'main_banner_news_post_id2','9343','yes'),(1324,'main_banner_news_post_title2','Itelbpo making big moves in outsourcing game','yes'),(1325,'main_banner_news_title2','','yes'),(1326,'main_banner_news_img2','','yes'),(1327,'main_banner_news_cat3','4','yes'),(1328,'main_banner_news_subcat3','','yes'),(1329,'main_banner_news_type3','post','yes'),(1330,'main_banner_news_post_id3','9340','yes'),(1331,'main_banner_news_post_title3','Liv Gud: National Security Ministry launches anti-violence campaign','yes'),(1332,'main_banner_news_title3','','yes'),(1333,'main_banner_news_img3','','yes'),(1334,'main_banner_news_cat4','4','yes'),(1335,'main_banner_news_subcat4','','yes'),(1336,'main_banner_news_type4','post','yes'),(1337,'main_banner_news_post_id4','','yes'),(1338,'main_banner_news_post_title4','','yes'),(1339,'main_banner_news_title4','','yes'),(1340,'main_banner_news_img4','','yes'),(1350,'main_banner_cat1','4','yes'),(1351,'main_banner_subcat1','','yes'),(1352,'main_banner_type1','post','yes'),(1353,'main_banner_post_id1','9538','yes'),(1354,'main_banner_post_title1','Queen Ifrica to lead Cockpit mining protest at Heroes Circle this morning','yes'),(1355,'main_banner_title1','','yes'),(1356,'main_banner_img1','','yes'),(1357,'main_banner_cat2','3','yes'),(1358,'main_banner_subcat2','','yes'),(1359,'main_banner_type2','post','yes'),(1360,'main_banner_post_id2','9461','yes'),(1361,'main_banner_post_title2','Alia Atkinson: ‘Not quite done, I have more to accomplish’','yes'),(1362,'main_banner_title2','','yes'),(1363,'main_banner_img2','','yes'),(1364,'main_banner_cat3','4','yes'),(1365,'main_banner_subcat3','','yes'),(1366,'main_banner_type3','post','yes'),(1367,'main_banner_post_id3','9531','yes'),(1368,'main_banner_post_title3','Outdated fines set to increase','yes'),(1369,'main_banner_title3','','yes'),(1370,'main_banner_img3','','yes'),(1371,'main_banner_cat4','3','yes'),(1372,'main_banner_subcat4','','yes'),(1373,'main_banner_type4','post','yes'),(1374,'main_banner_post_id4','9423','yes'),(1375,'main_banner_post_title4','‘Doc Ravers’: Balancing health, education and dancing','yes'),(1376,'main_banner_title4','','yes'),(1377,'main_banner_img4','','yes'),(1378,'main_banner_cat5','3','yes'),(1379,'main_banner_subcat5','','yes'),(1380,'main_banner_type5','post','yes'),(1381,'main_banner_post_id5','','yes'),(1382,'main_banner_post_title5','','yes'),(1383,'main_banner_title5','','yes'),(1384,'main_banner_img5','','yes'),(1653,'simplefavorites_dev_mode','','yes'),(1661,'disqus_sync_token','805c5fd3b15c9a31263da2bc5a21b438','yes'),(1931,'xyz_credit_link','0','yes'),(1932,'smap_installed_date','1563996613','yes'),(1933,'xyz_smap_application_name','','yes'),(1934,'xyz_smap_application_id','','yes'),(1935,'xyz_smap_application_secret','','yes'),(1936,'xyz_smap_message','New post added at {BLOG_TITLE} - {POST_TITLE}','yes'),(1937,'xyz_smap_po_method','2','yes'),(1938,'xyz_smap_post_permission','1','yes'),(1939,'xyz_smap_current_appln_token','','yes'),(1940,'xyz_smap_af','1','yes'),(1941,'xyz_smap_pages_ids','-1','yes'),(1942,'xyz_smap_twconsumer_secret','','yes'),(1943,'xyz_smap_twconsumer_id','','yes'),(1944,'xyz_smap_tw_id','','yes'),(1945,'xyz_smap_current_twappln_token','','yes'),(1946,'xyz_smap_twpost_permission','1','yes'),(1947,'xyz_smap_twpost_image_permission','1','yes'),(1948,'xyz_smap_twaccestok_secret','','yes'),(1949,'xyz_smap_twmessage','{POST_TITLE} - {PERMALINK}','yes'),(1950,'xyz_smap_twtr_char_limit','280','yes'),(1951,'xyz_smap_application_lnarray','','yes'),(1952,'xyz_smap_ln_shareprivate','0','yes'),(1953,'xyz_smap_ln_sharingmethod','0','yes'),(1954,'xyz_smap_lnapikey','','yes'),(1955,'xyz_smap_lnapisecret','','yes'),(1956,'xyz_smap_lnpost_permission','1','yes'),(1957,'xyz_smap_lnaf','1','yes'),(1958,'xyz_smap_lnmessage','{POST_TITLE} - {PERMALINK}','yes'),(1959,'xyz_smap_std_future_to_publish','1','yes'),(1960,'xyz_smap_std_apply_filters','','yes'),(1961,'xyz_smap_free_version','2.2.1','yes'),(1962,'xyz_smap_include_pages','0','yes'),(1963,'xyz_smap_include_posts','1','yes'),(1964,'xyz_smap_include_categories','All','yes'),(1965,'xyz_smap_include_customposttypes','','yes'),(1966,'xyz_smap_peer_verification','1','yes'),(1967,'xyz_smap_fbap_post_logs','','yes'),(1968,'xyz_smap_lnap_post_logs','','yes'),(1969,'xyz_smap_twap_post_logs','','yes'),(1970,'xyz_smap_premium_version_ads','1','yes'),(1971,'xyz_smap_default_selection_edit','0','yes'),(1972,'xyz_smap_dnt_shw_notice','hide','yes'),(1973,'xyz_smap_credit_dismiss','0','yes'),(1974,'xyz_smap_page_names','','yes'),(1975,'xyz_smap_app_sel_mode','0','yes'),(1976,'xyz_smap_ln_company_ids','','yes'),(1977,'xyz_smap_lnshare_to_profile','0','yes'),(1978,'xyz_smap_xyzscripts_user_id','','yes'),(1979,'xyz_smap_xyzscripts_hash_val','','yes'),(1980,'xyz_smap_secret_key','','yes'),(1981,'xyz_smap_smapsoln_userid','0','yes'),(1982,'xyz_smap_lnpost_method','2','yes'),(1983,'xyz_smap_lnappscoped_userid','','yes'),(1984,'xyz_smap_ln_api_permission','0','yes'),(1985,'wp_mail_smtp_initial_version','1.5.2','no'),(1986,'wp_mail_smtp_version','1.5.2','no'),(1987,'wp_mail_smtp','a:5:{s:4:\"mail\";a:6:{s:10:\"from_email\";s:26:\"contact@buzz-caribbean.com\";s:9:\"from_name\";s:22:\"Buzz-Caribbean Contact\";s:6:\"mailer\";s:8:\"sendgrid\";s:11:\"return_path\";b:0;s:16:\"from_email_force\";b:1;s:15:\"from_name_force\";b:1;}s:4:\"smtp\";a:7:{s:7:\"autotls\";b:0;s:4:\"auth\";s:3:\"yes\";s:4:\"host\";s:14:\"smtp.gmail.com\";s:10:\"encryption\";s:3:\"tls\";s:4:\"port\";s:3:\"587\";s:4:\"user\";s:19:\"angeiras@cappen.com\";s:4:\"pass\";s:12:\"Eunao123@#*$\";}s:5:\"gmail\";a:2:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";}s:7:\"mailgun\";a:3:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";s:6:\"region\";s:2:\"US\";}s:8:\"sendgrid\";a:1:{s:7:\"api_key\";s:69:\"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\";}}','no'),(1988,'_amn_smtp_last_checked','1564704000','yes'),(1994,'wp_mail_smtp_debug','a:0:{}','no'),(2053,'um_cache_userdata_19','a:78:{s:2:\"ID\";i:19;s:10:\"user_login\";s:10:\"testeteste\";s:9:\"user_pass\";s:60:\"$2y$10$iJZBeYqMkxZ4Yi1ZYxlW4Ot.xXhRyzgWBH2gLo8X8C.Ad1SwDsL7e\";s:13:\"user_nicename\";s:10:\"testeteste\";s:10:\"user_email\";s:19:\"supranume@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-07-23 20:54:43\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Camila Lins\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"testeteste\";s:10:\"first_name\";s:6:\"Camila\";s:9:\"last_name\";s:4:\"Lins\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"4387caff7e372595a89555331b09f1ef\";s:9:\"submitted\";s:298:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1563897263\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"f9fdec94e9\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"testeteste\";s:10:\"first_name\";s:6:\"Camila\";s:9:\"last_name\";s:4:\"Lins\";s:10:\"user_email\";s:19:\"supranume@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1563897263\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"f9fdec94e9\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"testeteste\";s:9:\"full_name\";s:11:\"camila lins\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1563897283\";s:24:\"um_account_secure_fields\";s:2616:\"a:5:{s:7:\"general\";a:5:{s:10:\"user_login\";a:10:{s:5:\"title\";s:8:\"Username\";s:7:\"metakey\";s:10:\"user_login\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:8:\"Username\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:0;s:8:\"validate\";s:15:\"unique_username\";s:9:\"min_chars\";i:3;s:9:\"max_chars\";i:24;}s:10:\"first_name\";a:7:{s:5:\"title\";s:10:\"First Name\";s:7:\"metakey\";s:10:\"first_name\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"First Name\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;}s:9:\"last_name\";a:7:{s:5:\"title\";s:9:\"Last Name\";s:7:\"metakey\";s:9:\"last_name\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Last Name\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;}s:10:\"user_email\";a:8:{s:5:\"title\";s:14:\"E-mail Address\";s:7:\"metakey\";s:10:\"user_email\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"E-mail Address\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"validate\";s:12:\"unique_email\";s:12:\"autocomplete\";s:3:\"off\";}s:6:\"gender\";a:8:{s:5:\"title\";s:6:\"Gender\";s:7:\"metakey\";s:6:\"gender\";s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:6:\"Gender\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:7:\"options\";a:2:{i:0;s:4:\"Male\";i:1;s:6:\"Female\";}}}s:8:\"password\";a:1:{s:13:\"user_password\";a:11:{s:5:\"title\";s:8:\"Password\";s:7:\"metakey\";s:13:\"user_password\";s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:9:\"min_chars\";i:8;s:9:\"max_chars\";i:30;s:15:\"force_good_pass\";i:1;s:18:\"force_confirm_pass\";i:1;}}s:7:\"privacy\";a:1:{s:15:\"profile_privacy\";a:13:{s:5:\"title\";s:15:\"Profile Privacy\";s:7:\"metakey\";s:15:\"profile_privacy\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:15:\"Profile Privacy\";s:4:\"help\";s:32:\"Who can see your public profile?\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:7:\"default\";s:8:\"Everyone\";s:7:\"options\";a:2:{s:8:\"Everyone\";s:8:\"Everyone\";s:7:\"Only me\";s:7:\"Only me\";}s:10:\"allowclear\";i:0;s:12:\"account_only\";b:1;s:13:\"required_perm\";s:24:\"can_make_private_profile\";}}s:6:\"delete\";a:1:{s:20:\"single_user_password\";a:8:{s:5:\"title\";s:8:\"Password\";s:7:\"metakey\";s:20:\"single_user_password\";s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:12:\"account_only\";b:1;}}i:19;a:2:{s:4:\"city\";a:8:{s:5:\"title\";s:4:\"City\";s:7:\"metakey\";s:4:\"city\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"City\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:8:\"validate\";s:4:\"city\";}s:7:\"country\";a:8:{s:5:\"title\";s:7:\"Country\";s:7:\"metakey\";s:7:\"country\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Country\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:8:\"validate\";s:7:\"country\";}}}\";s:21:\"password_rst_attempts\";s:1:\"3\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(2561,'hot_now_cat1','4','yes'),(2562,'hot_now_subcat1','','yes'),(2563,'hot_now_type1','post','yes'),(2564,'hot_now_post_id1','9546','yes'),(2565,'hot_now_post_title1','Dark side of climate change, uncovered — implications for the Caribbean','yes'),(2566,'hot_now_title1','','yes'),(2567,'hot_now_img1','','yes'),(2568,'hot_now_cat2','2','yes'),(2569,'hot_now_subcat2','','yes'),(2570,'hot_now_type2','post','yes'),(2571,'hot_now_post_id2','9372','yes'),(2572,'hot_now_post_title2','Porn site bids $10 mill to rename Miami Heat arena','yes'),(2573,'hot_now_title2','','yes'),(2574,'hot_now_img2','','yes'),(2575,'hot_now_cat3','3','yes'),(2576,'hot_now_subcat3','','yes'),(2577,'hot_now_type3','post','yes'),(2578,'hot_now_post_id3','9508','yes'),(2579,'hot_now_post_title3','Kim Kardashian West gets diagnosis','yes'),(2580,'hot_now_title3','','yes'),(2581,'hot_now_img3','','yes'),(2582,'hot_now_cat4','','yes'),(2583,'hot_now_subcat4','','yes'),(2584,'hot_now_type4','post','yes'),(2585,'hot_now_post_id4','','yes'),(2586,'hot_now_post_title4','','yes'),(2587,'hot_now_title4','','yes'),(2588,'hot_now_img4','','yes'),(2589,'hot_now_cat5','','yes'),(2590,'hot_now_subcat5','','yes'),(2591,'hot_now_type5','post','yes'),(2592,'hot_now_post_id5','','yes'),(2593,'hot_now_post_title5','','yes'),(2594,'hot_now_title5','','yes'),(2595,'hot_now_img5','','yes'),(2596,'hot_now_cat6','','yes'),(2597,'hot_now_subcat6','','yes'),(2598,'hot_now_type6','post','yes'),(2599,'hot_now_post_id6','','yes'),(2600,'hot_now_post_title6','','yes'),(2601,'hot_now_title6','','yes'),(2602,'hot_now_img6','','yes'),(2612,'featured_stories_cat1','4','yes'),(2613,'featured_stories_subcat1','','yes'),(2614,'featured_stories_type1','post','yes'),(2615,'featured_stories_post_id1','9536','yes'),(2616,'featured_stories_post_title1','Court reporters remain disgruntled even after meeting with chief justice','yes'),(2617,'featured_stories_title1','','yes'),(2618,'featured_stories_img1','','yes'),(2619,'featured_stories_cat2','4','yes'),(2620,'featured_stories_subcat2','','yes'),(2621,'featured_stories_type2','post','yes'),(2622,'featured_stories_post_id2','9480','yes'),(2623,'featured_stories_post_title2','Dengue is a global problem, says Health Minister','yes'),(2624,'featured_stories_title2','','yes'),(2625,'featured_stories_img2','','yes'),(2626,'featured_stories_cat3','4','yes'),(2627,'featured_stories_subcat3','','yes'),(2628,'featured_stories_type3','post','yes'),(2629,'featured_stories_post_id3','9455','yes'),(2630,'featured_stories_post_title3','Android 10 is out','yes'),(2631,'featured_stories_title3','','yes'),(2632,'featured_stories_img3','','yes'),(2633,'featured_stories_cat4','','yes'),(2634,'featured_stories_subcat4','','yes'),(2635,'featured_stories_type4','post','yes'),(2636,'featured_stories_post_id4','','yes'),(2637,'featured_stories_post_title4','','yes'),(2638,'featured_stories_title4','','yes'),(2639,'featured_stories_img4','','yes'),(2640,'featured_stories_cat5','','yes'),(2641,'featured_stories_subcat5','','yes'),(2642,'featured_stories_type5','post','yes'),(2643,'featured_stories_post_id5','','yes'),(2644,'featured_stories_post_title5','','yes'),(2645,'featured_stories_title5','','yes'),(2646,'featured_stories_img5','','yes'),(2647,'featured_stories_cat6','','yes'),(2648,'featured_stories_subcat6','','yes'),(2649,'featured_stories_type6','post','yes'),(2650,'featured_stories_post_id6','','yes'),(2651,'featured_stories_post_title6','','yes'),(2652,'featured_stories_title6','','yes'),(2653,'featured_stories_img6','','yes'),(2654,'featured_stories_cat7','','yes'),(2655,'featured_stories_subcat7','','yes'),(2656,'featured_stories_type7','post','yes'),(2657,'featured_stories_post_id7','','yes'),(2658,'featured_stories_post_title7','','yes'),(2659,'featured_stories_title7','','yes'),(2660,'featured_stories_img7','','yes'),(2661,'featured_stories_cat8','','yes'),(2662,'featured_stories_subcat8','','yes'),(2663,'featured_stories_type8','post','yes'),(2664,'featured_stories_post_id8','','yes'),(2665,'featured_stories_post_title8','','yes'),(2666,'featured_stories_title8','','yes'),(2667,'featured_stories_img8','','yes'),(2668,'featured_stories_cat9','','yes'),(2669,'featured_stories_subcat9','','yes'),(2670,'featured_stories_type9','post','yes'),(2671,'featured_stories_post_id9','','yes'),(2672,'featured_stories_post_title9','','yes'),(2673,'featured_stories_title9','','yes'),(2674,'featured_stories_img9','','yes'),(2681,'editors_choice_cat1','4','yes'),(2682,'editors_choice_subcat1','','yes'),(2683,'editors_choice_type1','video','yes'),(2684,'editors_choice_post_id1','9544','yes'),(2685,'editors_choice_post_title1','Buzz Feature: CPLT20 — Relive excitement of Tallawahs vs Tridents','yes'),(2686,'editors_choice_title1','','yes'),(2687,'editors_choice_img1','','yes'),(2688,'editors_choice_cat2','3','yes'),(2689,'editors_choice_subcat2','','yes'),(2690,'editors_choice_type2','post','yes'),(2691,'editors_choice_post_id2','8641','yes'),(2692,'editors_choice_post_title2','Aaron Carter been diagnosed with schizophrenia','yes'),(2693,'editors_choice_title2','','yes'),(2694,'editors_choice_img2','','yes'),(2695,'editors_choice_cat3','3','yes'),(2696,'editors_choice_subcat3','','yes'),(2697,'editors_choice_type3','post','yes'),(2698,'editors_choice_post_id3','8605','yes'),(2699,'editors_choice_post_title3','Chance the Rapper told his wife ‘let’s get married’ when he was nine','yes'),(2700,'editors_choice_title3','','yes'),(2701,'editors_choice_img3','','yes'),(2702,'editors_choice_cat4','3','yes'),(2703,'editors_choice_subcat4','','yes'),(2704,'editors_choice_type4','post','yes'),(2705,'editors_choice_post_id4','8372','yes'),(2706,'editors_choice_post_title4','Yuh waan breadfruit?','yes'),(2707,'editors_choice_title4','','yes'),(2708,'editors_choice_img4','','yes'),(2779,'um_cache_userdata_22','a:109:{s:2:\"ID\";i:22;s:10:\"user_login\";s:13:\"buzzcommunity\";s:9:\"user_pass\";s:60:\"$2y$10$HLhAfnW1TcVx0gAOOJV29eRIHgVG6I7wI6Xo9GYLE1I01ADsoel6u\";s:13:\"user_nicename\";s:13:\"buzzcommunity\";s:10:\"user_email\";s:32:\"BuzzCommunity@buzz-caribbean.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-07-25 20:42:04\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"buzzcommunity\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:6:\"editor\";b:1;s:8:\"wp_roles\";s:6:\"editor\";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: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:9:\"edit_poll\";b:1;s:9:\"read_poll\";b:1;s:11:\"delete_poll\";b:1;s:10:\"edit_polls\";b:1;s:12:\"delete_polls\";b:1;s:13:\"publish_polls\";b:1;s:17:\"edit_others_polls\";b:1;s:19:\"delete_others_polls\";b:1;s:20:\"edit_published_polls\";b:1;s:22:\"delete_published_polls\";b:1;s:18:\"read_private_polls\";b:1;s:18:\"edit_private_polls\";b:1;s:20:\"delete_private_polls\";b:1;s:12:\"create_polls\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"buzzcommunity\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"buzzcommunity\";s:14:\"account_status\";s:8:\"approved\";s:25:\"synced_gravatar_hashed_id\";s:32:\"36b4100f44d5bc5ab18f555424cfcb1b\";s:12:\"primary_blog\";s:1:\"1\";s:13:\"source_domain\";s:18:\"buzz-caribbean.com\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:6:\"editor\";s:5:\"roles\";a:1:{i:0;s:6:\"editor\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:6:\"Editor\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"1\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(2829,'main_banner_hot_cat1','2','yes'),(2830,'main_banner_hot_subcat1','','yes'),(2831,'main_banner_hot_type1','post','yes'),(2832,'main_banner_hot_post_id1','9403','yes'),(2833,'main_banner_hot_post_title1','A baby boy for Samantha J: Singer shares pregnancy news with fans','yes'),(2834,'main_banner_hot_title1','','yes'),(2835,'main_banner_hot_img1','','yes'),(2836,'main_banner_hot_cat2','2','yes'),(2837,'main_banner_hot_subcat2','','yes'),(2838,'main_banner_hot_type2','post','yes'),(2839,'main_banner_hot_post_id2','9211','yes'),(2840,'main_banner_hot_post_title2','Machel brings soca heat to Rihanna’s Diamond Ball charity event','yes'),(2841,'main_banner_hot_title2','','yes'),(2842,'main_banner_hot_img2','','yes'),(2843,'main_banner_hot_cat3','2','yes'),(2844,'main_banner_hot_subcat3','','yes'),(2845,'main_banner_hot_type3','post','yes'),(2846,'main_banner_hot_post_id3','9372','yes'),(2847,'main_banner_hot_post_title3','Porn site bids $10 mill to rename Miami Heat arena','yes'),(2848,'main_banner_hot_title3','','yes'),(2849,'main_banner_hot_img3','','yes'),(2850,'main_banner_hot_cat4','2','yes'),(2851,'main_banner_hot_subcat4','','yes'),(2852,'main_banner_hot_type4','post','yes'),(2853,'main_banner_hot_post_id4','','yes'),(2854,'main_banner_hot_post_title4','','yes'),(2855,'main_banner_hot_title4','','yes'),(2856,'main_banner_hot_img4','','yes'),(2998,'main_video_cat1','2','yes'),(2999,'main_video_subcat1','','yes'),(3000,'main_video_type1','video','yes'),(3001,'main_video_post_id1','8861','yes'),(3002,'main_video_post_title1','CEEJ Arts: Bridging the gap between Jamaica & global digital movement','yes'),(3003,'main_video_title1','','yes'),(3004,'main_video_img1','','yes'),(3005,'main_video_cat2','2','yes'),(3006,'main_video_subcat2','','yes'),(3007,'main_video_type2','video','yes'),(3008,'main_video_post_id2','8502','yes'),(3009,'main_video_post_title2','BUZZ Top 10 music chart — Sept. 10','yes'),(3010,'main_video_title2','','yes'),(3011,'main_video_img2','','yes'),(3012,'main_video_cat3','2','yes'),(3013,'main_video_subcat3','','yes'),(3014,'main_video_type3','video','yes'),(3015,'main_video_post_id3','5920','yes'),(3016,'main_video_post_title3','BUZZ Feature: Butler showcases impressive car fleet','yes'),(3017,'main_video_title3','','yes'),(3018,'main_video_img3','','yes'),(3257,'wpmf-category_children','a:1:{i:341;a:1:{i:0;i:342;}}','yes'),(3561,'um_cache_userdata_6','a:113:{s:2:\"ID\";i:6;s:10:\"user_login\";s:8:\"candiese\";s:9:\"user_pass\";s:60:\"$2y$10$0EywGXr.XqbPuZhbhx8qouTpp9O32k33S8X1thS1U3WUj2U2b12dW\";s:13:\"user_nicename\";s:8:\"candiese\";s:10:\"user_email\";s:29:\"candiese@ramblemediagroup.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-07-05 17:46:30\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:8:\"Candiese\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:6:\"editor\";b:1;s:8:\"wp_roles\";s:6:\"editor\";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: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:9:\"edit_poll\";b:1;s:9:\"read_poll\";b:1;s:11:\"delete_poll\";b:1;s:10:\"edit_polls\";b:1;s:12:\"delete_polls\";b:1;s:13:\"publish_polls\";b:1;s:17:\"edit_others_polls\";b:1;s:19:\"delete_others_polls\";b:1;s:20:\"edit_published_polls\";b:1;s:22:\"delete_published_polls\";b:1;s:18:\"read_private_polls\";b:1;s:18:\"edit_private_polls\";b:1;s:20:\"delete_private_polls\";b:1;s:12:\"create_polls\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:8:\"Candiese\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:35:\"um_user_profile_url_slug_user_login\";s:8:\"candiese\";s:14:\"account_status\";s:8:\"approved\";s:25:\"synced_gravatar_hashed_id\";s:32:\"38eb4af416a32e349321ef7fa328ecd8\";s:12:\"primary_blog\";s:1:\"1\";s:13:\"source_domain\";s:18:\"buzz-caribbean.com\";s:14:\"_um_last_login\";s:10:\"1564055632\";s:37:\"wp_dashboard_quick_press_last_post_id\";s:2:\"52\";s:25:\"community-events-location\";s:33:\"a:1:{s:2:\"ip\";s:10:\"65.183.4.0\";}\";s:24:\"um_account_secure_fields\";s:6:\"a:0:{}\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:6:\"editor\";s:5:\"roles\";a:1:{i:0;s:6:\"editor\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:6:\"Editor\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"1\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(3627,'categories_block1_cat1','2','yes'),(3628,'categories_block1_subcat1','','yes'),(3629,'categories_block1_type1','post','yes'),(3630,'categories_block1_post_id1','9460','yes'),(3631,'categories_block1_post_title1','Stick Figure holds firm at the top of Billboard Reggae Albums chart','yes'),(3632,'categories_block1_title1','','yes'),(3633,'categories_block1_img1','','yes'),(3634,'categories_block1_cat2','2','yes'),(3635,'categories_block1_subcat2','','yes'),(3636,'categories_block1_type2','post','yes'),(3637,'categories_block1_post_id2','9278','yes'),(3638,'categories_block1_post_title2','Tosh Alexander releases hit single ‘Games’','yes'),(3639,'categories_block1_title2','','yes'),(3640,'categories_block1_img2','','yes'),(3641,'categories_block1_cat3','2','yes'),(3642,'categories_block1_subcat3','','yes'),(3643,'categories_block1_type3','post','yes'),(3644,'categories_block1_post_id3','9251','yes'),(3645,'categories_block1_post_title3','Unruly Fest in high gear for second staging','yes'),(3646,'categories_block1_title3','','yes'),(3647,'categories_block1_img3','','yes'),(4099,'main_banner_life_cat1','3','yes'),(4100,'main_banner_life_subcat1','','yes'),(4101,'main_banner_life_type1','post','yes'),(4102,'main_banner_life_post_id1','9423','yes'),(4103,'main_banner_life_post_title1','‘Doc Ravers’: Balancing health, education and dancing','yes'),(4104,'main_banner_life_title1','','yes'),(4105,'main_banner_life_img1','','yes'),(4106,'main_banner_life_cat2','3','yes'),(4107,'main_banner_life_subcat2','','yes'),(4108,'main_banner_life_type2','post','yes'),(4109,'main_banner_life_post_id2','9275','yes'),(4110,'main_banner_life_post_title2','Kadesha Porter: Claiming her IG fame and its perks','yes'),(4111,'main_banner_life_title2','','yes'),(4112,'main_banner_life_img2','','yes'),(4113,'main_banner_life_cat3','3','yes'),(4114,'main_banner_life_subcat3','','yes'),(4115,'main_banner_life_type3','post','yes'),(4116,'main_banner_life_post_id3','9384','yes'),(4117,'main_banner_life_post_title3','Hero Sckool: Jabarai Brown wants to turn comic book into video game','yes'),(4118,'main_banner_life_title3','','yes'),(4119,'main_banner_life_img3','','yes'),(4120,'main_banner_life_cat4','3','yes'),(4121,'main_banner_life_subcat4','','yes'),(4122,'main_banner_life_type4','post','yes'),(4123,'main_banner_life_post_id4','','yes'),(4124,'main_banner_life_post_title4','','yes'),(4125,'main_banner_life_title4','','yes'),(4126,'main_banner_life_img4','','yes'),(4933,'swpsmtp_options','a:8:{s:16:\"from_email_field\";s:26:\"contact@buzz-caribbean.com\";s:15:\"from_name_field\";s:4:\"Buzz\";s:23:\"force_from_name_replace\";i:1;s:13:\"smtp_settings\";a:9:{s:4:\"host\";s:17:\"smtp.sendgrid.net\";s:15:\"type_encryption\";s:3:\"tls\";s:4:\"port\";s:3:\"587\";s:13:\"autentication\";s:3:\"yes\";s:8:\"username\";s:17:\"buzzcaribbean1234\";s:8:\"password\";s:16:\"Ynp3eGJ5dHppcTI1\";s:12:\"enable_debug\";b:0;s:12:\"insecure_ssl\";b:0;s:12:\"encrypt_pass\";b:0;}s:15:\"allowed_domains\";s:24:\"YnV6ei1jYXJpYmJlYW4uY29t\";s:14:\"reply_to_email\";s:0:\"\";s:17:\"email_ignore_list\";s:0:\"\";s:19:\"enable_domain_check\";b:0;}','yes'),(4942,'smtp_test_mail','a:3:{s:10:\"swpsmtp_to\";s:19:\"angeiras@cappen.com\";s:15:\"swpsmtp_subject\";s:11:\"Email teste\";s:15:\"swpsmtp_message\";s:12:\"E-mail teste\";}','yes'),(5196,'iprodev_notify','a:2:{s:8:\"__FILE__\";s:76:\"/home/forge/buzz-caribbean.com/web/app/plugins/wp-easy-smtp/wp-easy-smtp.php\";s:6:\"notify\";a:0:{}}','yes'),(5197,'wpesmtp_options','a:5:{s:16:\"from_email_field\";s:0:\"\";s:15:\"from_name_field\";s:0:\"\";s:14:\"reply_to_email\";s:0:\"\";s:6:\"mailer\";s:4:\"smtp\";s:13:\"smtp_settings\";a:6:{s:4:\"host\";s:0:\"\";s:15:\"type_encryption\";s:3:\"ssl\";s:4:\"port\";i:465;s:13:\"autentication\";s:3:\"yes\";s:8:\"username\";s:0:\"\";s:8:\"password\";s:0:\"\";}}','yes'),(5718,'um_cache_userdata_25','a:78:{s:2:\"ID\";i:25;s:10:\"user_login\";s:13:\"douglascappen\";s:9:\"user_pass\";s:60:\"$2y$10$NIV.aqeEKvpuKkTX2Mg/duxVgJrp8z9qKVxDmgEPgltLU292tCDDK\";s:13:\"user_nicename\";s:13:\"douglascappen\";s:10:\"user_email\";s:18:\"douglas@cappen.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-02 20:55:17\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Douglas Rangel\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"douglascappen\";s:10:\"first_name\";s:7:\"Douglas\";s:9:\"last_name\";s:6:\"Rangel\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"afe6d8c87cc2cbec1bfb6b86c6da5017\";s:9:\"submitted\";s:303:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1564761265\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ebb0d383ad\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"douglascappen\";s:10:\"first_name\";s:7:\"Douglas\";s:9:\"last_name\";s:6:\"Rangel\";s:10:\"user_email\";s:18:\"douglas@cappen.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1564761265\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ebb0d383ad\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"douglascappen\";s:9:\"full_name\";s:14:\"douglas rangel\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1564761318\";s:24:\"um_account_secure_fields\";s:2616:\"a:5:{s:7:\"general\";a:5:{s:10:\"user_login\";a:10:{s:5:\"title\";s:8:\"Username\";s:7:\"metakey\";s:10:\"user_login\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:8:\"Username\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:0;s:8:\"validate\";s:15:\"unique_username\";s:9:\"min_chars\";i:3;s:9:\"max_chars\";i:24;}s:10:\"first_name\";a:7:{s:5:\"title\";s:10:\"First Name\";s:7:\"metakey\";s:10:\"first_name\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"First Name\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;}s:9:\"last_name\";a:7:{s:5:\"title\";s:9:\"Last Name\";s:7:\"metakey\";s:9:\"last_name\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Last Name\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;}s:10:\"user_email\";a:8:{s:5:\"title\";s:14:\"E-mail Address\";s:7:\"metakey\";s:10:\"user_email\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"E-mail Address\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"validate\";s:12:\"unique_email\";s:12:\"autocomplete\";s:3:\"off\";}s:6:\"gender\";a:8:{s:5:\"title\";s:6:\"Gender\";s:7:\"metakey\";s:6:\"gender\";s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:6:\"Gender\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:7:\"options\";a:2:{i:0;s:4:\"Male\";i:1;s:6:\"Female\";}}}s:8:\"password\";a:1:{s:13:\"user_password\";a:11:{s:5:\"title\";s:8:\"Password\";s:7:\"metakey\";s:13:\"user_password\";s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:9:\"min_chars\";i:8;s:9:\"max_chars\";i:30;s:15:\"force_good_pass\";i:1;s:18:\"force_confirm_pass\";i:1;}}s:7:\"privacy\";a:1:{s:15:\"profile_privacy\";a:13:{s:5:\"title\";s:15:\"Profile Privacy\";s:7:\"metakey\";s:15:\"profile_privacy\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:15:\"Profile Privacy\";s:4:\"help\";s:32:\"Who can see your public profile?\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:7:\"default\";s:8:\"Everyone\";s:7:\"options\";a:2:{s:8:\"Everyone\";s:8:\"Everyone\";s:7:\"Only me\";s:7:\"Only me\";}s:10:\"allowclear\";i:0;s:12:\"account_only\";b:1;s:13:\"required_perm\";s:24:\"can_make_private_profile\";}}s:6:\"delete\";a:1:{s:20:\"single_user_password\";a:8:{s:5:\"title\";s:8:\"Password\";s:7:\"metakey\";s:20:\"single_user_password\";s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:12:\"account_only\";b:1;}}i:25;a:2:{s:4:\"city\";a:8:{s:5:\"title\";s:4:\"City\";s:7:\"metakey\";s:4:\"city\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"City\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:8:\"validate\";s:4:\"city\";}s:7:\"country\";a:8:{s:5:\"title\";s:7:\"Country\";s:7:\"metakey\";s:7:\"country\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Country\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:8:\"validate\";s:7:\"country\";}}}\";s:21:\"password_rst_attempts\";s:1:\"3\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(5719,'um_cache_userdata_20','a:78:{s:2:\"ID\";i:20;s:10:\"user_login\";s:10:\"angeiras02\";s:9:\"user_pass\";s:60:\"$2y$10$7BJUSQnC8.g2em6QoIZjruvYmFlTYqciYthBudjLgSmfPnvct76ja\";s:13:\"user_nicename\";s:10:\"angeiras02\";s:10:\"user_email\";s:25:\"felipe.angeiras@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-07-24 20:56:19\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Felipe Angeiras\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"angeiras02\";s:10:\"first_name\";s:6:\"Felipe\";s:9:\"last_name\";s:8:\"Angeiras\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"3bdadaa36601c9ebe2f79991b3ab4ff5\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1563983766\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"52e4171e8b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"angeiras02\";s:10:\"first_name\";s:6:\"Felipe\";s:9:\"last_name\";s:8:\"Angeiras\";s:10:\"user_email\";s:25:\"felipe.angeiras@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1563983766\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"52e4171e8b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"angeiras02\";s:9:\"full_name\";s:15:\"felipe angeiras\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1563983783\";s:24:\"um_account_secure_fields\";s:6:\"a:0:{}\";s:21:\"password_rst_attempts\";s:1:\"3\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(5735,'um_cache_userdata_26','a:109:{s:2:\"ID\";i:26;s:10:\"user_login\";s:7:\"chelean\";s:9:\"user_pass\";s:60:\"$2y$10$qPHFdVJHIa6LULxPtgPUfe22K2wrMl9QK1Nlu1jC8wplPwotoUfva\";s:13:\"user_nicename\";s:7:\"chelean\";s:10:\"user_email\";s:28:\"Chelean@ramblemediagroup.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-07 21:22:25\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:7:\"chelean\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:6:\"editor\";b:1;s:8:\"wp_roles\";s:6:\"editor\";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: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:9:\"edit_poll\";b:1;s:9:\"read_poll\";b:1;s:11:\"delete_poll\";b:1;s:10:\"edit_polls\";b:1;s:12:\"delete_polls\";b:1;s:13:\"publish_polls\";b:1;s:17:\"edit_others_polls\";b:1;s:19:\"delete_others_polls\";b:1;s:20:\"edit_published_polls\";b:1;s:22:\"delete_published_polls\";b:1;s:18:\"read_private_polls\";b:1;s:18:\"edit_private_polls\";b:1;s:20:\"delete_private_polls\";b:1;s:12:\"create_polls\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:7:\"chelean\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:35:\"um_user_profile_url_slug_user_login\";s:7:\"chelean\";s:14:\"account_status\";s:8:\"approved\";s:25:\"synced_gravatar_hashed_id\";s:32:\"147e2d66b62fc1836dc8b672d4226de1\";s:12:\"primary_blog\";s:1:\"1\";s:13:\"source_domain\";s:18:\"buzz-caribbean.com\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:6:\"editor\";s:5:\"roles\";a:1:{i:0;s:6:\"editor\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:6:\"Editor\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"1\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(5960,'um_cache_userdata_27','a:76:{s:2:\"ID\";i:27;s:10:\"user_login\";s:4:\"jano\";s:9:\"user_pass\";s:60:\"$2y$10$WCRU1uB2bpb9zM9mgKwFPerodUGw2nHRwPqcpfOHzOGpIZQPiJh6G\";s:13:\"user_nicename\";s:4:\"jano\";s:10:\"user_email\";s:27:\"janielle.johnson1@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-08 16:32:52\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Janielle Johnson\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:4:\"jano\";s:10:\"first_name\";s:8:\"Janielle\";s:9:\"last_name\";s:7:\"Johnson\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"b2f89619c788ada20aa6ce7c3089e92c\";s:9:\"submitted\";s:304:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565263946\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"78f9cfda26\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:4:\"JANO\";s:10:\"first_name\";s:8:\"Janielle\";s:9:\"last_name\";s:7:\"Johnson\";s:10:\"user_email\";s:27:\"janielle.johnson1@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565263946\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"78f9cfda26\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:4:\"jano\";s:9:\"full_name\";s:16:\"janielle johnson\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1565263973\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(6749,'um_cache_userdata_15','a:113:{s:2:\"ID\";i:15;s:10:\"user_login\";s:8:\"alramble\";s:9:\"user_pass\";s:60:\"$2y$10$ldyQq1L12hXvOrVbXrOOGO4qZiaEu9W7MVTdW9EvCqKnkUcJtjOd2\";s:13:\"user_nicename\";s:8:\"alramble\";s:10:\"user_email\";s:23:\"al@ramblemediagroup.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-07-18 11:29:17\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:2:\"Al\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:6:\"editor\";b:1;s:8:\"wp_roles\";s:6:\"editor\";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: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:9:\"edit_poll\";b:1;s:9:\"read_poll\";b:1;s:11:\"delete_poll\";b:1;s:10:\"edit_polls\";b:1;s:12:\"delete_polls\";b:1;s:13:\"publish_polls\";b:1;s:17:\"edit_others_polls\";b:1;s:19:\"delete_others_polls\";b:1;s:20:\"edit_published_polls\";b:1;s:22:\"delete_published_polls\";b:1;s:18:\"read_private_polls\";b:1;s:18:\"edit_private_polls\";b:1;s:20:\"delete_private_polls\";b:1;s:12:\"create_polls\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:2:\"Al\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:35:\"um_user_profile_url_slug_user_login\";s:8:\"alramble\";s:14:\"account_status\";s:8:\"approved\";s:25:\"synced_gravatar_hashed_id\";s:32:\"3fc8e413e967f00e92a3c4d7ff30c5af\";s:12:\"primary_blog\";s:1:\"1\";s:13:\"source_domain\";s:18:\"buzz-caribbean.com\";s:14:\"_um_last_login\";s:10:\"1565440449\";s:37:\"wp_dashboard_quick_press_last_post_id\";s:4:\"1210\";s:25:\"community-events-location\";s:33:\"a:1:{s:2:\"ip\";s:10:\"65.183.4.0\";}\";s:24:\"um_account_secure_fields\";s:6:\"a:0:{}\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:6:\"editor\";s:5:\"roles\";a:1:{i:0;s:6:\"editor\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:6:\"Editor\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"1\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(6787,'um_cache_userdata_11','a:136:{s:2:\"ID\";i:11;s:10:\"user_login\";s:6:\"tashna\";s:9:\"user_pass\";s:60:\"$2y$10$IyyRSxO2mVDYBOuCSQm6ou.ovZ/icUwfzkiueAlycKYjepMcrZh6G\";s:13:\"user_nicename\";s:6:\"tashna\";s:10:\"user_email\";s:32:\"tashna-toya@ramblemediagroup.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-07-16 00:52:58\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Tashna-Toya\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:13:\"administrator\";b:1;s:8:\"wp_roles\";s:13:\"administrator\";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: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:9:\"edit_poll\";b:1;s:9:\"read_poll\";b:1;s:11:\"delete_poll\";b:1;s:10:\"edit_polls\";b:1;s:12:\"delete_polls\";b:1;s:13:\"publish_polls\";b:1;s:17:\"edit_others_polls\";b:1;s:19:\"delete_others_polls\";b:1;s:20:\"edit_published_polls\";b:1;s:22:\"delete_published_polls\";b:1;s:18:\"read_private_polls\";b:1;s:18:\"edit_private_polls\";b:1;s:20:\"delete_private_polls\";b:1;s:12:\"create_polls\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"Tashna-Toya\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:35:\"um_user_profile_url_slug_user_login\";s:6:\"tashna\";s:14:\"account_status\";s:8:\"approved\";s:25:\"synced_gravatar_hashed_id\";s:32:\"4ac2e25017d489adf19edde33ffb7202\";s:12:\"primary_blog\";s:1:\"1\";s:13:\"source_domain\";s:18:\"buzz-caribbean.com\";s:14:\"_um_last_login\";s:10:\"1565350153\";s:37:\"wp_dashboard_quick_press_last_post_id\";s:2:\"65\";s:25:\"community-events-location\";s:33:\"a:1:{s:2:\"ip\";s:10:\"65.183.4.0\";}\";s:24:\"um_account_secure_fields\";s:6:\"a:0:{}\";s:18:\"show_welcome_panel\";s:1:\"0\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:13:\"administrator\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:13:\"Administrator\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"1\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(7113,'app_main_banner_hot_cat1','2','yes'),(7114,'app_main_banner_hot_subcat1','','yes'),(7115,'app_main_banner_hot_type1','post','yes'),(7116,'app_main_banner_hot_post_id1','2337','yes'),(7117,'app_main_banner_hot_post_title1','Make that baby number three – Tami Chynn gives birth to Oz','yes'),(7118,'app_main_banner_hot_title1','','yes'),(7119,'app_main_banner_hot_img1','','yes'),(7120,'app_main_banner_hot_cat2','2','yes'),(7121,'app_main_banner_hot_subcat2','','yes'),(7122,'app_main_banner_hot_type2','post','yes'),(7123,'app_main_banner_hot_post_id2','','yes'),(7124,'app_main_banner_hot_post_title2','','yes'),(7125,'app_main_banner_hot_title2','','yes'),(7126,'app_main_banner_hot_img2','','yes'),(7127,'app_main_banner_hot_cat3','2','yes'),(7128,'app_main_banner_hot_subcat3','','yes'),(7129,'app_main_banner_hot_type3','post','yes'),(7130,'app_main_banner_hot_post_id3','','yes'),(7131,'app_main_banner_hot_post_title3','','yes'),(7132,'app_main_banner_hot_title3','','yes'),(7133,'app_main_banner_hot_img3','','yes'),(7134,'app_main_banner_hot_cat4','2','yes'),(7135,'app_main_banner_hot_subcat4','','yes'),(7136,'app_main_banner_hot_type4','post','yes'),(7137,'app_main_banner_hot_post_id4','','yes'),(7138,'app_main_banner_hot_post_title4','','yes'),(7139,'app_main_banner_hot_title4','','yes'),(7140,'app_main_banner_hot_img4','','yes'),(7155,'um_cache_userdata_23','a:112:{s:2:\"ID\";i:23;s:10:\"user_login\";s:10:\"buzzwriter\";s:9:\"user_pass\";s:60:\"$2y$10$16zm1m1g0UysQB4cWhn8ZeompVzFgrKW94Ztbo1ES0IYkV5PzubNG\";s:13:\"user_nicename\";s:10:\"buzzwriter\";s:10:\"user_email\";s:29:\"BuzzWriter@buzz-caribbean.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-07-25 20:42:33\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"BUZZ Writer\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:6:\"editor\";b:1;s:8:\"wp_roles\";s:6:\"editor\";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: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:9:\"edit_poll\";b:1;s:9:\"read_poll\";b:1;s:11:\"delete_poll\";b:1;s:10:\"edit_polls\";b:1;s:12:\"delete_polls\";b:1;s:13:\"publish_polls\";b:1;s:17:\"edit_others_polls\";b:1;s:19:\"delete_others_polls\";b:1;s:20:\"edit_published_polls\";b:1;s:22:\"delete_published_polls\";b:1;s:18:\"read_private_polls\";b:1;s:18:\"edit_private_polls\";b:1;s:20:\"delete_private_polls\";b:1;s:12:\"create_polls\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"BUZZ Writer\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"buzzwriter\";s:14:\"account_status\";s:8:\"approved\";s:25:\"synced_gravatar_hashed_id\";s:32:\"fd1b26036305324d754bf33c92441742\";s:12:\"primary_blog\";s:1:\"1\";s:13:\"source_domain\";s:18:\"buzz-caribbean.com\";s:14:\"_um_last_login\";s:10:\"1565601822\";s:37:\"wp_dashboard_quick_press_last_post_id\";s:4:\"2979\";s:25:\"community-events-location\";s:33:\"a:1:{s:2:\"ip\";s:10:\"65.183.4.0\";}\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:6:\"editor\";s:5:\"roles\";a:1:{i:0;s:6:\"editor\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:6:\"Editor\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"1\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(7689,'um_cache_userdata_4','a:135:{s:2:\"ID\";i:4;s:10:\"user_login\";s:4:\"paul\";s:9:\"user_pass\";s:60:\"$2y$10$eeMm8nJQudbO78Ctn.RXueplrKxZIAVIovO7WBiHO7SHuNt6ioJYq\";s:13:\"user_nicename\";s:4:\"paul\";s:10:\"user_email\";s:25:\"paul@ramblemediagroup.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-07-05 17:28:54\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:4:\"Paul\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:13:\"administrator\";b:1;s:8:\"wp_roles\";s:13:\"administrator\";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: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:9:\"edit_poll\";b:1;s:9:\"read_poll\";b:1;s:11:\"delete_poll\";b:1;s:10:\"edit_polls\";b:1;s:12:\"delete_polls\";b:1;s:13:\"publish_polls\";b:1;s:17:\"edit_others_polls\";b:1;s:19:\"delete_others_polls\";b:1;s:20:\"edit_published_polls\";b:1;s:22:\"delete_published_polls\";b:1;s:18:\"read_private_polls\";b:1;s:18:\"edit_private_polls\";b:1;s:20:\"delete_private_polls\";b:1;s:12:\"create_polls\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:4:\"Paul\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:35:\"um_user_profile_url_slug_user_login\";s:4:\"paul\";s:14:\"account_status\";s:8:\"approved\";s:25:\"synced_gravatar_hashed_id\";s:32:\"4a30ea1d48c8a80bba0a6a4fea9b5f7a\";s:12:\"primary_blog\";s:1:\"1\";s:13:\"source_domain\";s:18:\"buzz-caribbean.com\";s:14:\"_um_last_login\";s:10:\"1564675800\";s:37:\"wp_dashboard_quick_press_last_post_id\";s:2:\"49\";s:25:\"community-events-location\";s:33:\"a:1:{s:2:\"ip\";s:10:\"65.183.4.0\";}\";s:24:\"um_account_secure_fields\";s:6:\"a:0:{}\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:13:\"administrator\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:13:\"Administrator\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"1\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(7737,'um_cache_userdata_29','a:76:{s:2:\"ID\";i:29;s:10:\"user_login\";s:8:\"chachala\";s:9:\"user_pass\";s:60:\"$2y$10$btIwxTHVz5Ps0InGGCEUKed8rJD1OLGCBzHEP5TCj4oxvk4L/9922\";s:13:\"user_nicename\";s:8:\"chachala\";s:10:\"user_email\";s:20:\"chachala@hotmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-13 17:10:26\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:9:\"cha chala\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:8:\"chachala\";s:10:\"first_name\";s:3:\"cha\";s:9:\"last_name\";s:5:\"chala\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"d2e324cdccaf682f4a1bcc238c609423\";s:9:\"submitted\";s:294:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565698214\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"688beb6704\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:8:\"chachala\";s:10:\"first_name\";s:3:\"cha\";s:9:\"last_name\";s:5:\"chala\";s:10:\"user_email\";s:20:\"chachala@hotmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565698214\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"688beb6704\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:8:\"chachala\";s:9:\"full_name\";s:9:\"cha chala\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1565698227\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(8049,'categories_block3_cat1','4','yes'),(8050,'categories_block3_subcat1','','yes'),(8051,'categories_block3_type1','post','yes'),(8052,'categories_block3_post_id1','9552','yes'),(8053,'categories_block3_post_title1','PCJ group to be disbanded','yes'),(8054,'categories_block3_title1','','yes'),(8055,'categories_block3_img1','','yes'),(8056,'categories_block3_cat2','4','yes'),(8057,'categories_block3_subcat2','','yes'),(8058,'categories_block3_type2','post','yes'),(8059,'categories_block3_post_id2','9349','yes'),(8060,'categories_block3_post_title2','Hoop Dreams — Ffriend building basketball’s popularity in Jamaica','yes'),(8061,'categories_block3_title2','','yes'),(8062,'categories_block3_img2','','yes'),(8063,'categories_block3_cat3','4','yes'),(8064,'categories_block3_subcat3','','yes'),(8065,'categories_block3_type3','post','yes'),(8066,'categories_block3_post_id3','9393','yes'),(8067,'categories_block3_post_title3','Sun, sand, sea – get rid of the trash!','yes'),(8068,'categories_block3_title3','','yes'),(8069,'categories_block3_img3','','yes'),(8131,'categories_block2_cat1','3','yes'),(8132,'categories_block2_subcat1','','yes'),(8133,'categories_block2_type1','post','yes'),(8134,'categories_block2_post_id1','9498','yes'),(8135,'categories_block2_post_title1','Brad Pitt: Age has changed me','yes'),(8136,'categories_block2_title1','','yes'),(8137,'categories_block2_img1','','yes'),(8138,'categories_block2_cat2','3','yes'),(8139,'categories_block2_subcat2','','yes'),(8140,'categories_block2_type2','post','yes'),(8141,'categories_block2_post_id2','9497','yes'),(8142,'categories_block2_post_title2','Miss Jamaica World finals is on this Saturday','yes'),(8143,'categories_block2_title2','','yes'),(8144,'categories_block2_img2','','yes'),(8145,'categories_block2_cat3','3','yes'),(8146,'categories_block2_subcat3','','yes'),(8147,'categories_block2_type3','post','yes'),(8148,'categories_block2_post_id3','9470','yes'),(8149,'categories_block2_post_title3','Michael Jackson’s family upset after ‘Leaving Neverland’ wins award','yes'),(8150,'categories_block2_title3','','yes'),(8151,'categories_block2_img3','','yes'),(8550,'um_cache_userdata_31','a:76:{s:2:\"ID\";i:31;s:10:\"user_login\";s:3:\"ang\";s:9:\"user_pass\";s:60:\"$2y$10$ZnUZU6HrbCFER4GhOB6COeLX4dnDKjwfzEIfTgWLwIP70iCKtkeR6\";s:13:\"user_nicename\";s:3:\"ang\";s:10:\"user_email\";s:25:\"felipe.angeiras@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-14 11:07:15\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:7:\"Fel Ang\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:3:\"ang\";s:10:\"first_name\";s:3:\"Fel\";s:9:\"last_name\";s:3:\"Ang\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"3bdadaa36601c9ebe2f79991b3ab4ff5\";s:9:\"submitted\";s:292:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565762827\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e8f8e152e8\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:3:\"ang\";s:10:\"first_name\";s:3:\"Fel\";s:9:\"last_name\";s:3:\"Ang\";s:10:\"user_email\";s:25:\"felipe.angeiras@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565762827\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e8f8e152e8\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:3:\"ang\";s:9:\"full_name\";s:7:\"fel ang\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1565762836\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(8560,'um_cache_userdata_32','a:76:{s:2:\"ID\";i:32;s:10:\"user_login\";s:3:\"fel\";s:9:\"user_pass\";s:60:\"$2y$10$HrhSiPq9CPJvtYB1yU4IlePXdqoW7EVBF37B3BonWpJV42wTaxRTu\";s:13:\"user_nicename\";s:3:\"fel\";s:10:\"user_email\";s:25:\"felipe.angeiras@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-14 11:10:30\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:6:\"anr ge\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:3:\"fel\";s:10:\"first_name\";s:3:\"anr\";s:9:\"last_name\";s:2:\"ge\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"3bdadaa36601c9ebe2f79991b3ab4ff5\";s:9:\"submitted\";s:291:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565763013\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e8f8e152e8\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:3:\"Fel\";s:10:\"first_name\";s:3:\"anr\";s:9:\"last_name\";s:2:\"ge\";s:10:\"user_email\";s:25:\"felipe.angeiras@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565763013\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e8f8e152e8\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:3:\"fel\";s:9:\"full_name\";s:6:\"anr ge\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1565763031\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(8572,'um_cache_userdata_33','a:78:{s:2:\"ID\";i:33;s:10:\"user_login\";s:4:\"fell\";s:9:\"user_pass\";s:60:\"$2y$10$i2oBNQiJszmarMQmkRIWWO3lixqkTCvAchd9SjuW.YWt6BDldfj6a\";s:13:\"user_nicename\";s:4:\"fell\";s:10:\"user_email\";s:25:\"felipe.angeiras@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-14 11:14:12\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"felipe tes\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:4:\"fell\";s:10:\"first_name\";s:6:\"felipe\";s:9:\"last_name\";s:3:\"tes\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"3bdadaa36601c9ebe2f79991b3ab4ff5\";s:9:\"submitted\";s:296:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565763236\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e8f8e152e8\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:4:\"fell\";s:10:\"first_name\";s:6:\"felipe\";s:9:\"last_name\";s:3:\"tes\";s:10:\"user_email\";s:25:\"felipe.angeiras@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565763236\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e8f8e152e8\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:4:\"fell\";s:9:\"full_name\";s:10:\"felipe tes\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1565763526\";s:24:\"um_account_secure_fields\";s:2616:\"a:5:{s:7:\"general\";a:5:{s:10:\"user_login\";a:10:{s:5:\"title\";s:8:\"Username\";s:7:\"metakey\";s:10:\"user_login\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:8:\"Username\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:0;s:8:\"validate\";s:15:\"unique_username\";s:9:\"min_chars\";i:3;s:9:\"max_chars\";i:24;}s:10:\"first_name\";a:7:{s:5:\"title\";s:10:\"First Name\";s:7:\"metakey\";s:10:\"first_name\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"First Name\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;}s:9:\"last_name\";a:7:{s:5:\"title\";s:9:\"Last Name\";s:7:\"metakey\";s:9:\"last_name\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Last Name\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;}s:10:\"user_email\";a:8:{s:5:\"title\";s:14:\"E-mail Address\";s:7:\"metakey\";s:10:\"user_email\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"E-mail Address\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"validate\";s:12:\"unique_email\";s:12:\"autocomplete\";s:3:\"off\";}s:6:\"gender\";a:8:{s:5:\"title\";s:6:\"Gender\";s:7:\"metakey\";s:6:\"gender\";s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:6:\"Gender\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:7:\"options\";a:2:{i:0;s:4:\"Male\";i:1;s:6:\"Female\";}}}s:8:\"password\";a:1:{s:13:\"user_password\";a:11:{s:5:\"title\";s:8:\"Password\";s:7:\"metakey\";s:13:\"user_password\";s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:9:\"min_chars\";i:8;s:9:\"max_chars\";i:30;s:15:\"force_good_pass\";i:1;s:18:\"force_confirm_pass\";i:1;}}s:7:\"privacy\";a:1:{s:15:\"profile_privacy\";a:13:{s:5:\"title\";s:15:\"Profile Privacy\";s:7:\"metakey\";s:15:\"profile_privacy\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:15:\"Profile Privacy\";s:4:\"help\";s:32:\"Who can see your public profile?\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:7:\"default\";s:8:\"Everyone\";s:7:\"options\";a:2:{s:8:\"Everyone\";s:8:\"Everyone\";s:7:\"Only me\";s:7:\"Only me\";}s:10:\"allowclear\";i:0;s:12:\"account_only\";b:1;s:13:\"required_perm\";s:24:\"can_make_private_profile\";}}s:6:\"delete\";a:1:{s:20:\"single_user_password\";a:8:{s:5:\"title\";s:8:\"Password\";s:7:\"metakey\";s:20:\"single_user_password\";s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:12:\"account_only\";b:1;}}i:33;a:2:{s:4:\"city\";a:8:{s:5:\"title\";s:4:\"City\";s:7:\"metakey\";s:4:\"city\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"City\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:8:\"validate\";s:4:\"city\";}s:7:\"country\";a:8:{s:5:\"title\";s:7:\"Country\";s:7:\"metakey\";s:7:\"country\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Country\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:8:\"validate\";s:7:\"country\";}}}\";s:7:\"country\";s:0:\"\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(8607,'um_cache_userdata_34','a:76:{s:2:\"ID\";i:34;s:10:\"user_login\";s:14:\"felipeangieras\";s:9:\"user_pass\";s:60:\"$2y$10$Ras84rqjJ4t2WCjttG253.tnp.j.KzJo8xAmascBkwB0RjLXROypO\";s:13:\"user_nicename\";s:14:\"felipeangieras\";s:10:\"user_email\";s:25:\"felipe.angeiras@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-14 11:30:27\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Felipe Angeiras\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"felipeangieras\";s:10:\"first_name\";s:6:\"Felipe\";s:9:\"last_name\";s:8:\"Angeiras\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"3bdadaa36601c9ebe2f79991b3ab4ff5\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565764207\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e8f8e152e8\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"felipeangieras\";s:10:\"first_name\";s:6:\"Felipe\";s:9:\"last_name\";s:8:\"Angeiras\";s:10:\"user_email\";s:25:\"felipe.angeiras@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565764207\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e8f8e152e8\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"felipeangieras\";s:9:\"full_name\";s:15:\"felipe angeiras\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1565764227\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(8865,'um_cache_userdata_21','a:113:{s:2:\"ID\";i:21;s:10:\"user_login\";s:15:\"buzzcontributor\";s:9:\"user_pass\";s:60:\"$2y$10$f9wzWtb8o8APfOc4EZSUgOj2e7ozm72wgKjTzQAF/2IwboPx5g8da\";s:13:\"user_nicename\";s:15:\"buzzcontributor\";s:10:\"user_email\";s:34:\"BuzzContributor@buzz-caribbean.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-07-25 20:41:33\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"BUZZ Contributor\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:6:\"editor\";b:1;s:8:\"wp_roles\";s:6:\"editor\";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: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:9:\"edit_poll\";b:1;s:9:\"read_poll\";b:1;s:11:\"delete_poll\";b:1;s:10:\"edit_polls\";b:1;s:12:\"delete_polls\";b:1;s:13:\"publish_polls\";b:1;s:17:\"edit_others_polls\";b:1;s:19:\"delete_others_polls\";b:1;s:20:\"edit_published_polls\";b:1;s:22:\"delete_published_polls\";b:1;s:18:\"read_private_polls\";b:1;s:18:\"edit_private_polls\";b:1;s:20:\"delete_private_polls\";b:1;s:12:\"create_polls\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"BUZZ Contributor\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"buzzcontributor\";s:14:\"account_status\";s:8:\"approved\";s:25:\"synced_gravatar_hashed_id\";s:32:\"5e5b17b5f69c16fae7de4b2ef763a171\";s:12:\"primary_blog\";s:1:\"1\";s:13:\"source_domain\";s:18:\"buzz-caribbean.com\";s:14:\"_um_last_login\";s:10:\"1565782976\";s:24:\"um_account_secure_fields\";s:6:\"a:0:{}\";s:37:\"wp_dashboard_quick_press_last_post_id\";s:4:\"3592\";s:25:\"community-events-location\";s:33:\"a:1:{s:2:\"ip\";s:10:\"65.183.4.0\";}\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:6:\"editor\";s:5:\"roles\";a:1:{i:0;s:6:\"editor\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:6:\"Editor\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"1\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(9134,'disqus_forum_url','buzz-caribbean','yes'),(9135,'disqus_public_key','pj0pzoabB0NBtlkFgN7XXuSV4KhogxTELo82fHGYUoRrluSXY1z71fl1AAjYOhsl','yes'),(9136,'disqus_secret_key','vDyvkKW4nDzb25Jeyp4NHAQTgxX343eW8n8gj5wnflqf7gf9mlqaKlDA0sl2RCad','yes'),(9137,'disqus_admin_access_token','dbcff9d841fa4a0e8dcbea39d467a0af','yes'),(9184,'home_poll_status','1','yes'),(9185,'home_poll_shortcode','[totalpoll id=\"9365\"]','yes'),(9292,'ten_content_one_cat1','3','yes'),(9293,'ten_content_one_subcat1','','yes'),(9294,'ten_content_one_type1','post','yes'),(9295,'ten_content_one_post_id1','124','yes'),(9296,'ten_content_one_post_title1','Is Andrew Holness Jamaica’s coolest Prime Minister?','yes'),(9297,'ten_content_one_title1','','yes'),(9298,'ten_content_one_img1','','yes'),(9299,'ten_content_one_cat2','3','yes'),(9300,'ten_content_one_subcat2','','yes'),(9301,'ten_content_one_type2','post','yes'),(9302,'ten_content_one_post_id2','2506','yes'),(9303,'ten_content_one_post_title2','Father-son duo taking exotic Jamaican wines across the world','yes'),(9304,'ten_content_one_title2','','yes'),(9305,'ten_content_one_img2','','yes'),(9306,'ten_content_one_cat3','3','yes'),(9307,'ten_content_one_subcat3','','yes'),(9308,'ten_content_one_type3','post','yes'),(9309,'ten_content_one_post_id3','4661','yes'),(9310,'ten_content_one_post_title3','Could you be a ‘sister wife’?','yes'),(9311,'ten_content_one_title3','','yes'),(9312,'ten_content_one_img3','','yes'),(9313,'ten_content_one_cat4','2','yes'),(9314,'ten_content_one_subcat4','','yes'),(9315,'ten_content_one_type4','post','yes'),(9316,'ten_content_one_post_id4','6656','yes'),(9317,'ten_content_one_post_title4','Kanye dropping gospel album ‘Jesus Is King’?','yes'),(9318,'ten_content_one_title4','','yes'),(9319,'ten_content_one_img4','','yes'),(9320,'ten_content_one_cat5','2','yes'),(9321,'ten_content_one_subcat5','','yes'),(9322,'ten_content_one_type5','post','yes'),(9323,'ten_content_one_post_id5','6400','yes'),(9324,'ten_content_one_post_title5','Koffee’s Rapture re-enters Billboard Reggae top 10','yes'),(9325,'ten_content_one_title5','','yes'),(9326,'ten_content_one_img5','','yes'),(9327,'ten_content_one_cat6','2','yes'),(9328,'ten_content_one_subcat6','','yes'),(9329,'ten_content_one_type6','post','yes'),(9330,'ten_content_one_post_id6','5788','yes'),(9331,'ten_content_one_post_title6','Jerky’s the place for jerk in MoBay','yes'),(9332,'ten_content_one_title6','','yes'),(9333,'ten_content_one_img6','','yes'),(9334,'ten_content_one_cat7','4','yes'),(9335,'ten_content_one_subcat7','','yes'),(9336,'ten_content_one_type7','post','yes'),(9337,'ten_content_one_post_id7','6659','yes'),(9338,'ten_content_one_post_title7','Be a ‘Boss Man’: Campaign launched to tackle prostate cancer','yes'),(9339,'ten_content_one_title7','','yes'),(9340,'ten_content_one_img7','','yes'),(9341,'ten_content_one_cat8','4','yes'),(9342,'ten_content_one_subcat8','','yes'),(9343,'ten_content_one_type8','post','yes'),(9344,'ten_content_one_post_id8','5884','yes'),(9345,'ten_content_one_post_title8','Go-kart racing heats up Palisadoes','yes'),(9346,'ten_content_one_title8','','yes'),(9347,'ten_content_one_img8','','yes'),(9348,'ten_content_one_cat9','4','yes'),(9349,'ten_content_one_subcat9','','yes'),(9350,'ten_content_one_type9','post','yes'),(9351,'ten_content_one_post_id9','1691','yes'),(9352,'ten_content_one_post_title9','Taking up Norman Manley’s mantle','yes'),(9353,'ten_content_one_title9','','yes'),(9354,'ten_content_one_img9','','yes'),(9355,'ten_content_one_cat10','4','yes'),(9356,'ten_content_one_subcat10','','yes'),(9357,'ten_content_one_type10','post','yes'),(9358,'ten_content_one_post_id10','5841','yes'),(9359,'ten_content_one_post_title10','Oscar Nelson making a change in Mountain View, Jamaica, a mouth at a time','yes'),(9360,'ten_content_one_title10','','yes'),(9361,'ten_content_one_img10','','yes'),(9378,'ten_content_three_cat1','2','yes'),(9379,'ten_content_three_subcat1','','yes'),(9380,'ten_content_three_type1','post','yes'),(9381,'ten_content_three_post_id1','1377','yes'),(9382,'ten_content_three_post_title1','Where are the Dancehall juggling projects?','yes'),(9383,'ten_content_three_title1','','yes'),(9384,'ten_content_three_img1','','yes'),(9385,'ten_content_three_cat2','3','yes'),(9386,'ten_content_three_subcat2','','yes'),(9387,'ten_content_three_type2','post','yes'),(9388,'ten_content_three_post_id2','622','yes'),(9389,'ten_content_three_post_title2','Flirting with the little black dress','yes'),(9390,'ten_content_three_title2','','yes'),(9391,'ten_content_three_img2','','yes'),(9392,'ten_content_three_cat3','3','yes'),(9393,'ten_content_three_subcat3','11','yes'),(9394,'ten_content_three_type3','post','yes'),(9395,'ten_content_three_post_id3','2310','yes'),(9396,'ten_content_three_post_title3','Getting your perfect bod: Try these 5 quick exercise moves','yes'),(9397,'ten_content_three_title3','','yes'),(9398,'ten_content_three_img3','','yes'),(9399,'ten_content_three_cat4','2','yes'),(9400,'ten_content_three_subcat4','','yes'),(9401,'ten_content_three_type4','post','yes'),(9402,'ten_content_three_post_id4','6057','yes'),(9403,'ten_content_three_post_title4','D’Angel still runway-ready: Dancehall star says women should age gracefully','yes'),(9404,'ten_content_three_title4','','yes'),(9405,'ten_content_three_img4','','yes'),(9406,'ten_content_three_cat5','2','yes'),(9407,'ten_content_three_subcat5','','yes'),(9408,'ten_content_three_type5','post','yes'),(9409,'ten_content_three_post_id5','1483','yes'),(9410,'ten_content_three_post_title5','Cristiano Ronaldo buys £1.3m villa beside Conor McGregor','yes'),(9411,'ten_content_three_title5','','yes'),(9412,'ten_content_three_img5','','yes'),(9413,'ten_content_three_cat6','2','yes'),(9414,'ten_content_three_subcat6','','yes'),(9415,'ten_content_three_type6','post','yes'),(9416,'ten_content_three_post_id6','700','yes'),(9417,'ten_content_three_post_title6','Leon Bailey lands $120 million Benz in the island','yes'),(9418,'ten_content_three_title6','','yes'),(9419,'ten_content_three_img6','','yes'),(9420,'ten_content_three_cat7','4','yes'),(9421,'ten_content_three_subcat7','','yes'),(9422,'ten_content_three_type7','post','yes'),(9423,'ten_content_three_post_id7','5117','yes'),(9424,'ten_content_three_post_title7','World’s largest cruise ship to make port calls in Jamaica','yes'),(9425,'ten_content_three_title7','','yes'),(9426,'ten_content_three_img7','','yes'),(9427,'ten_content_three_cat8','4','yes'),(9428,'ten_content_three_subcat8','','yes'),(9429,'ten_content_three_type8','post','yes'),(9430,'ten_content_three_post_id8','5121','yes'),(9431,'ten_content_three_post_title8','‘Free up di bad word’? BUZZ poll suggests most Jamaicans endorse expletives in dancehall','yes'),(9432,'ten_content_three_title8','','yes'),(9433,'ten_content_three_img8','','yes'),(9434,'ten_content_three_cat9','4','yes'),(9435,'ten_content_three_subcat9','','yes'),(9436,'ten_content_three_type9','post','yes'),(9437,'ten_content_three_post_id9','6754','yes'),(9438,'ten_content_three_post_title9','Negril in a frenzy for Chronixx','yes'),(9439,'ten_content_three_title9','','yes'),(9440,'ten_content_three_img9','','yes'),(9441,'ten_content_three_cat10','2','yes'),(9442,'ten_content_three_subcat10','','yes'),(9443,'ten_content_three_type10','video','yes'),(9444,'ten_content_three_post_id10','3860','yes'),(9445,'ten_content_three_post_title10','Storm Saulter: The mind behind the film Sprinter Pt.2','yes'),(9446,'ten_content_three_title10','','yes'),(9447,'ten_content_three_img10','','yes'),(9484,'big_block_cat','3','yes'),(9485,'big_block_subcat','','yes'),(9486,'big_block_type','video','yes'),(9487,'big_block_post_id','9337','yes'),(9488,'big_block_post_title','Square in Gordon Town renamed after cultural icon ‘Miss Lou’','yes'),(9489,'big_block_title','','yes'),(9490,'big_block_img','','yes'),(9554,'um_cache_userdata_36','a:76:{s:2:\"ID\";i:36;s:10:\"user_login\";s:6:\"kirank\";s:9:\"user_pass\";s:60:\"$2y$10$GLZZjOTo0/06IoA.o6uA7uxQ8IxY8JOLDLE7wSYHC6yVM5BKMnZuu\";s:13:\"user_nicename\";s:6:\"kirank\";s:10:\"user_email\";s:19:\"kirankerr@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-14 23:07:35\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Kiran Kerr\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:6:\"kirank\";s:10:\"first_name\";s:5:\"Kiran\";s:9:\"last_name\";s:4:\"Kerr\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"1910d3a8a6024f9297c918b3afe46bc9\";s:9:\"submitted\";s:292:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565806041\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"7a3ae61902\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:6:\"kirank\";s:10:\"first_name\";s:5:\"Kiran\";s:9:\"last_name\";s:4:\"Kerr\";s:10:\"user_email\";s:19:\"kirankerr@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565806041\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"7a3ae61902\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:6:\"kirank\";s:9:\"full_name\";s:10:\"kiran kerr\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1565806056\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(9560,'ten_content_two_cat1','3','yes'),(9561,'ten_content_two_subcat1','','yes'),(9562,'ten_content_two_type1','video','yes'),(9563,'ten_content_two_post_id1','3934','yes'),(9564,'ten_content_two_post_title1','KAYA: A BUZZ documentary','yes'),(9565,'ten_content_two_title1','','yes'),(9566,'ten_content_two_img1','','yes'),(9567,'ten_content_two_cat2','3','yes'),(9568,'ten_content_two_subcat2','','yes'),(9569,'ten_content_two_type2','video','yes'),(9570,'ten_content_two_post_id2','5097','yes'),(9571,'ten_content_two_post_title2','Human upliftment at the core of LifeYard’s mandate','yes'),(9572,'ten_content_two_title2','','yes'),(9573,'ten_content_two_img2','','yes'),(9574,'ten_content_two_cat3','3','yes'),(9575,'ten_content_two_subcat3','','yes'),(9576,'ten_content_two_type3','video','yes'),(9577,'ten_content_two_post_id3','1531','yes'),(9578,'ten_content_two_post_title3','Trench Town Ceramic Centre: A BUZZ Feature','yes'),(9579,'ten_content_two_title3','','yes'),(9580,'ten_content_two_img3','','yes'),(9581,'ten_content_two_cat4','2','yes'),(9582,'ten_content_two_subcat4','','yes'),(9583,'ten_content_two_type4','video','yes'),(9584,'ten_content_two_post_id4','6113','yes'),(9585,'ten_content_two_post_title4','BUZZ Top 10 music charts (Week August 26)','yes'),(9586,'ten_content_two_title4','','yes'),(9587,'ten_content_two_img4','','yes'),(9588,'ten_content_two_cat5','2','yes'),(9589,'ten_content_two_subcat5','','yes'),(9590,'ten_content_two_type5','video','yes'),(9591,'ten_content_two_post_id5','3926','yes'),(9592,'ten_content_two_post_title5','Superchappy speaks on his viral song St E Gyal and his dancehall ambitions','yes'),(9593,'ten_content_two_title5','','yes'),(9594,'ten_content_two_img5','','yes'),(9595,'ten_content_two_cat6','2','yes'),(9596,'ten_content_two_subcat6','','yes'),(9597,'ten_content_two_type6','video','yes'),(9598,'ten_content_two_post_id6','6116','yes'),(9599,'ten_content_two_post_title6','BUZZ Top 10 Artiste Watch (Week August 26)','yes'),(9600,'ten_content_two_title6','','yes'),(9601,'ten_content_two_img6','','yes'),(9602,'ten_content_two_cat7','4','yes'),(9603,'ten_content_two_subcat7','','yes'),(9604,'ten_content_two_type7','video','yes'),(9605,'ten_content_two_post_id7','3890','yes'),(9606,'ten_content_two_post_title7','Peter Bunting explains why the PNP should buy into a single vision','yes'),(9607,'ten_content_two_title7','','yes'),(9608,'ten_content_two_img7','','yes'),(9609,'ten_content_two_cat8','4','yes'),(9610,'ten_content_two_subcat8','','yes'),(9611,'ten_content_two_type8','video','yes'),(9612,'ten_content_two_post_id8','4010','yes'),(9613,'ten_content_two_post_title8','Garth Walker invests millions in expanding Adam & Eve Spa Pt 2','yes'),(9614,'ten_content_two_title8','','yes'),(9615,'ten_content_two_img8','','yes'),(9616,'ten_content_two_cat9','4','yes'),(9617,'ten_content_two_subcat9','','yes'),(9618,'ten_content_two_type9','video','yes'),(9619,'ten_content_two_post_id9','4104','yes'),(9620,'ten_content_two_post_title9','‘Men & Emotions’: J-FLAG’s Jaevion Nelson weighs in on toxic masculinity','yes'),(9621,'ten_content_two_title9','','yes'),(9622,'ten_content_two_img9','','yes'),(9623,'ten_content_two_cat10','2','yes'),(9624,'ten_content_two_subcat10','','yes'),(9625,'ten_content_two_type10','video','yes'),(9626,'ten_content_two_post_id10','4798','yes'),(9627,'ten_content_two_post_title10','Wayne Marshall talks album and spirituality','yes'),(9628,'ten_content_two_title10','','yes'),(9629,'ten_content_two_img10','','yes'),(9691,'um_cache_userdata_9','a:135:{s:2:\"ID\";i:9;s:10:\"user_login\";s:6:\"sadeke\";s:9:\"user_pass\";s:60:\"$2y$10$7j8sX65Cz54iHOcqDRYHVO0JP0.RMAH13b7VKLKHFAcilUXvIcY1m\";s:13:\"user_nicename\";s:6:\"sadeke\";s:10:\"user_email\";s:27:\"sadeke@ramblemediagroup.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-07-16 00:52:07\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:6:\"Sadeke\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:13:\"administrator\";b:1;s:8:\"wp_roles\";s:13:\"administrator\";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: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:9:\"edit_poll\";b:1;s:9:\"read_poll\";b:1;s:11:\"delete_poll\";b:1;s:10:\"edit_polls\";b:1;s:12:\"delete_polls\";b:1;s:13:\"publish_polls\";b:1;s:17:\"edit_others_polls\";b:1;s:19:\"delete_others_polls\";b:1;s:20:\"edit_published_polls\";b:1;s:22:\"delete_published_polls\";b:1;s:18:\"read_private_polls\";b:1;s:18:\"edit_private_polls\";b:1;s:20:\"delete_private_polls\";b:1;s:12:\"create_polls\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:6:\"Sadeke\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:35:\"um_user_profile_url_slug_user_login\";s:6:\"sadeke\";s:14:\"account_status\";s:8:\"approved\";s:25:\"synced_gravatar_hashed_id\";s:32:\"a6c7dcedf1258135cd90be27a3a3d1b2\";s:12:\"primary_blog\";s:1:\"1\";s:13:\"source_domain\";s:18:\"buzz-caribbean.com\";s:14:\"_um_last_login\";s:10:\"1565699783\";s:37:\"wp_dashboard_quick_press_last_post_id\";s:4:\"3250\";s:25:\"community-events-location\";s:33:\"a:1:{s:2:\"ip\";s:10:\"65.183.4.0\";}\";s:24:\"um_account_secure_fields\";s:6:\"a:0:{}\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:13:\"administrator\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:13:\"Administrator\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"1\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(10213,'must_watch_hot_cat1','2','yes'),(10214,'must_watch_hot_subcat1','','yes'),(10215,'must_watch_hot_post_id1','','yes'),(10216,'must_watch_hot_post_title1','','yes'),(10217,'must_watch_hot_title1','','yes'),(10218,'must_watch_hot_img1','','yes'),(10219,'must_watch_hot_cat2','2','yes'),(10220,'must_watch_hot_subcat2','','yes'),(10221,'must_watch_hot_post_id2','','yes'),(10222,'must_watch_hot_post_title2','','yes'),(10223,'must_watch_hot_title2','','yes'),(10224,'must_watch_hot_img2','','yes'),(10225,'must_watch_hot_cat3','2','yes'),(10226,'must_watch_hot_subcat3','','yes'),(10227,'must_watch_hot_post_id3','5074','yes'),(10228,'must_watch_hot_post_title3','BUZZ Top 10 music charts (Week August 19)','yes'),(10229,'must_watch_hot_title3','','yes'),(10230,'must_watch_hot_img3','','yes'),(10231,'must_watch_hot_cat4','2','yes'),(10232,'must_watch_hot_subcat4','','yes'),(10233,'must_watch_hot_post_id4','','yes'),(10234,'must_watch_hot_post_title4','','yes'),(10235,'must_watch_hot_title4','','yes'),(10236,'must_watch_hot_img4','','yes'),(10237,'must_watch_hot_cat5','2','yes'),(10238,'must_watch_hot_subcat5','','yes'),(10239,'must_watch_hot_post_id5','','yes'),(10240,'must_watch_hot_post_title5','','yes'),(10241,'must_watch_hot_title5','','yes'),(10242,'must_watch_hot_img5','','yes'),(10243,'must_watch_hot_cat6','2','yes'),(10244,'must_watch_hot_subcat6','','yes'),(10245,'must_watch_hot_post_id6','','yes'),(10246,'must_watch_hot_post_title6','','yes'),(10247,'must_watch_hot_title6','','yes'),(10248,'must_watch_hot_img6','','yes'),(10249,'must_watch_hot_cat7','2','yes'),(10250,'must_watch_hot_subcat7','','yes'),(10251,'must_watch_hot_post_id7','','yes'),(10252,'must_watch_hot_post_title7','','yes'),(10253,'must_watch_hot_title7','','yes'),(10254,'must_watch_hot_img7','','yes'),(10255,'must_watch_hot_cat8','2','yes'),(10256,'must_watch_hot_subcat8','','yes'),(10257,'must_watch_hot_post_id8','','yes'),(10258,'must_watch_hot_post_title8','','yes'),(10259,'must_watch_hot_title8','','yes'),(10260,'must_watch_hot_img8','','yes'),(10261,'must_watch_hot_cat9','2','yes'),(10262,'must_watch_hot_subcat9','','yes'),(10263,'must_watch_hot_post_id9','','yes'),(10264,'must_watch_hot_post_title9','','yes'),(10265,'must_watch_hot_title9','','yes'),(10266,'must_watch_hot_img9','','yes'),(10335,'um_cache_userdata_35','a:79:{s:2:\"ID\";i:35;s:10:\"user_login\";s:7:\"felipan\";s:9:\"user_pass\";s:60:\"$2y$10$cjaPPuiz1xyykIK.mmvKeOoa7BCtt.hlF5u0CXxqxcWyGaUYvCz0i\";s:13:\"user_nicename\";s:7:\"felipan\";s:10:\"user_email\";s:25:\"felipe.angeiras@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-14 11:33:48\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Felipe Angeiras\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:7:\"felipan\";s:10:\"first_name\";s:6:\"Felipe\";s:9:\"last_name\";s:8:\"Angeiras\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"3bdadaa36601c9ebe2f79991b3ab4ff5\";s:9:\"submitted\";s:304:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565764406\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e8f8e152e8\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:7:\"felipan\";s:10:\"first_name\";s:6:\"Felipe\";s:9:\"last_name\";s:8:\"Angeiras\";s:10:\"user_email\";s:25:\"felipe.angeiras@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565764406\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e8f8e152e8\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:7:\"felipan\";s:9:\"full_name\";s:15:\"felipe angeiras\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1565764673\";s:24:\"um_account_secure_fields\";s:2616:\"a:5:{s:7:\"general\";a:5:{s:10:\"user_login\";a:10:{s:5:\"title\";s:8:\"Username\";s:7:\"metakey\";s:10:\"user_login\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:8:\"Username\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:0;s:8:\"validate\";s:15:\"unique_username\";s:9:\"min_chars\";i:3;s:9:\"max_chars\";i:24;}s:10:\"first_name\";a:7:{s:5:\"title\";s:10:\"First Name\";s:7:\"metakey\";s:10:\"first_name\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"First Name\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;}s:9:\"last_name\";a:7:{s:5:\"title\";s:9:\"Last Name\";s:7:\"metakey\";s:9:\"last_name\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Last Name\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;}s:10:\"user_email\";a:8:{s:5:\"title\";s:14:\"E-mail Address\";s:7:\"metakey\";s:10:\"user_email\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"E-mail Address\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"validate\";s:12:\"unique_email\";s:12:\"autocomplete\";s:3:\"off\";}s:6:\"gender\";a:8:{s:5:\"title\";s:6:\"Gender\";s:7:\"metakey\";s:6:\"gender\";s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:6:\"Gender\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:7:\"options\";a:2:{i:0;s:4:\"Male\";i:1;s:6:\"Female\";}}}s:8:\"password\";a:1:{s:13:\"user_password\";a:11:{s:5:\"title\";s:8:\"Password\";s:7:\"metakey\";s:13:\"user_password\";s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:9:\"min_chars\";i:8;s:9:\"max_chars\";i:30;s:15:\"force_good_pass\";i:1;s:18:\"force_confirm_pass\";i:1;}}s:7:\"privacy\";a:1:{s:15:\"profile_privacy\";a:13:{s:5:\"title\";s:15:\"Profile Privacy\";s:7:\"metakey\";s:15:\"profile_privacy\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:15:\"Profile Privacy\";s:4:\"help\";s:32:\"Who can see your public profile?\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:7:\"default\";s:8:\"Everyone\";s:7:\"options\";a:2:{s:8:\"Everyone\";s:8:\"Everyone\";s:7:\"Only me\";s:7:\"Only me\";}s:10:\"allowclear\";i:0;s:12:\"account_only\";b:1;s:13:\"required_perm\";s:24:\"can_make_private_profile\";}}s:6:\"delete\";a:1:{s:20:\"single_user_password\";a:8:{s:5:\"title\";s:8:\"Password\";s:7:\"metakey\";s:20:\"single_user_password\";s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:12:\"account_only\";b:1;}}i:35;a:2:{s:4:\"city\";a:8:{s:5:\"title\";s:4:\"City\";s:7:\"metakey\";s:4:\"city\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"City\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:8:\"validate\";s:4:\"city\";}s:7:\"country\";a:8:{s:5:\"title\";s:7:\"Country\";s:7:\"metakey\";s:7:\"country\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Country\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:8:\"validate\";s:7:\"country\";}}}\";s:7:\"country\";s:0:\"\";s:21:\"password_rst_attempts\";s:1:\"3\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(10336,'um_cache_userdata_30','a:78:{s:2:\"ID\";i:30;s:10:\"user_login\";s:6:\"felipe\";s:9:\"user_pass\";s:60:\"$2y$10$jkRIVyCK6f1lVIREQ5oGO.rqdmKgtuWNc47ON8s6rJc4GObB5m7Q.\";s:13:\"user_nicename\";s:6:\"felipe\";s:10:\"user_email\";s:26:\"felipe.angeiras@cappen.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-14 11:04:06\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Felipe Angeiras\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:6:\"felipe\";s:10:\"first_name\";s:6:\"Felipe\";s:9:\"last_name\";s:8:\"Angeiras\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f4f8c1b7f1d8baa4c4a90704616206c5\";s:9:\"submitted\";s:304:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565762637\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e8f8e152e8\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:6:\"Felipe\";s:10:\"first_name\";s:6:\"Felipe\";s:9:\"last_name\";s:8:\"Angeiras\";s:10:\"user_email\";s:26:\"felipe.angeiras@cappen.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565762637\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e8f8e152e8\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:6:\"felipe\";s:9:\"full_name\";s:15:\"felipe angeiras\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1565762647\";s:24:\"um_account_secure_fields\";s:2616:\"a:5:{s:7:\"general\";a:5:{s:10:\"user_login\";a:10:{s:5:\"title\";s:8:\"Username\";s:7:\"metakey\";s:10:\"user_login\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:8:\"Username\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:0;s:8:\"validate\";s:15:\"unique_username\";s:9:\"min_chars\";i:3;s:9:\"max_chars\";i:24;}s:10:\"first_name\";a:7:{s:5:\"title\";s:10:\"First Name\";s:7:\"metakey\";s:10:\"first_name\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"First Name\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;}s:9:\"last_name\";a:7:{s:5:\"title\";s:9:\"Last Name\";s:7:\"metakey\";s:9:\"last_name\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Last Name\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;}s:10:\"user_email\";a:8:{s:5:\"title\";s:14:\"E-mail Address\";s:7:\"metakey\";s:10:\"user_email\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"E-mail Address\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"validate\";s:12:\"unique_email\";s:12:\"autocomplete\";s:3:\"off\";}s:6:\"gender\";a:8:{s:5:\"title\";s:6:\"Gender\";s:7:\"metakey\";s:6:\"gender\";s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:6:\"Gender\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:7:\"options\";a:2:{i:0;s:4:\"Male\";i:1;s:6:\"Female\";}}}s:8:\"password\";a:1:{s:13:\"user_password\";a:11:{s:5:\"title\";s:8:\"Password\";s:7:\"metakey\";s:13:\"user_password\";s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:9:\"min_chars\";i:8;s:9:\"max_chars\";i:30;s:15:\"force_good_pass\";i:1;s:18:\"force_confirm_pass\";i:1;}}s:7:\"privacy\";a:1:{s:15:\"profile_privacy\";a:13:{s:5:\"title\";s:15:\"Profile Privacy\";s:7:\"metakey\";s:15:\"profile_privacy\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:15:\"Profile Privacy\";s:4:\"help\";s:32:\"Who can see your public profile?\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:7:\"default\";s:8:\"Everyone\";s:7:\"options\";a:2:{s:8:\"Everyone\";s:8:\"Everyone\";s:7:\"Only me\";s:7:\"Only me\";}s:10:\"allowclear\";i:0;s:12:\"account_only\";b:1;s:13:\"required_perm\";s:24:\"can_make_private_profile\";}}s:6:\"delete\";a:1:{s:20:\"single_user_password\";a:8:{s:5:\"title\";s:8:\"Password\";s:7:\"metakey\";s:20:\"single_user_password\";s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:12:\"account_only\";b:1;}}i:30;a:2:{s:4:\"city\";a:8:{s:5:\"title\";s:4:\"City\";s:7:\"metakey\";s:4:\"city\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"City\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:8:\"validate\";s:4:\"city\";}s:7:\"country\";a:8:{s:5:\"title\";s:7:\"Country\";s:7:\"metakey\";s:7:\"country\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Country\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:8:\"validate\";s:7:\"country\";}}}\";s:21:\"password_rst_attempts\";s:1:\"1\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(10337,'um_cache_userdata_28','a:78:{s:2:\"ID\";i:28;s:10:\"user_login\";s:4:\"dev1\";s:9:\"user_pass\";s:60:\"$2y$10$97hVLgF2wKw.KPcTr51GLOQsXY4Vh.0TsatNTN8xAb3G5kz6B0uHC\";s:13:\"user_nicename\";s:4:\"dev1\";s:10:\"user_email\";s:14:\"dev@cappen.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-09 12:48:46\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:5:\"dev a\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:4:\"dev1\";s:10:\"first_name\";s:3:\"dev\";s:9:\"last_name\";s:1:\"a\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"68feb769313ee788fc0b376aae2207d2\";s:9:\"submitted\";s:280:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565336905\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"a4c99a0414\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:4:\"dev1\";s:10:\"first_name\";s:3:\"dev\";s:9:\"last_name\";s:1:\"a\";s:10:\"user_email\";s:14:\"dev@cappen.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565336905\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"a4c99a0414\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:4:\"dev1\";s:9:\"full_name\";s:5:\"dev a\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1565336928\";s:24:\"um_account_secure_fields\";s:6:\"a:0:{}\";s:21:\"password_rst_attempts\";s:1:\"1\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(10338,'um_cache_userdata_24','a:78:{s:2:\"ID\";i:24;s:10:\"user_login\";s:5:\"tuimw\";s:9:\"user_pass\";s:60:\"$2y$10$BEdiRA510vir6naNNpJVQ.Kv3VHAJRj7behoaZgLPSOEHrOhUqrVy\";s:13:\"user_nicename\";s:5:\"tuimw\";s:10:\"user_email\";s:17:\"tuimw@hotmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-07-26 16:57:13\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Felipe Angeiras\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:5:\"tuimw\";s:10:\"first_name\";s:6:\"Felipe\";s:9:\"last_name\";s:8:\"Angeiras\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"39d0acda4633305026aff9e5ce6c48b9\";s:9:\"submitted\";s:294:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1564142222\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"8f53955bfb\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:5:\"tuimw\";s:10:\"first_name\";s:6:\"Felipe\";s:9:\"last_name\";s:8:\"Angeiras\";s:10:\"user_email\";s:17:\"tuimw@hotmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1564142222\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"8f53955bfb\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:5:\"tuimw\";s:9:\"full_name\";s:15:\"felipe angeiras\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1564142237\";s:24:\"um_account_secure_fields\";s:6:\"a:0:{}\";s:21:\"password_rst_attempts\";s:1:\"1\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(10630,'um_cache_userdata_37','a:76:{s:2:\"ID\";i:37;s:10:\"user_login\";s:17:\"gabriela.angeiras\";s:9:\"user_pass\";s:60:\"$2y$10$VitXaKkVJGN7LTX7fEBYSeNxhuToSwNL878gx2WzUzB3EGB3g6unW\";s:13:\"user_nicename\";s:17:\"gabriela-angeiras\";s:10:\"user_email\";s:19:\"gabriela@cappen.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-15 17:38:59\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Gabriela Angeiras\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:17:\"gabriela.angeiras\";s:10:\"first_name\";s:8:\"Gabriela\";s:9:\"last_name\";s:8:\"Angeiras\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"405cc717bb4268e0d783342c3348bbbd\";s:9:\"submitted\";s:311:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565872725\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"60d39527be\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:17:\"gabriela.angeiras\";s:10:\"first_name\";s:8:\"Gabriela\";s:9:\"last_name\";s:8:\"Angeiras\";s:10:\"user_email\";s:19:\"gabriela@cappen.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565872725\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"60d39527be\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:17:\"gabriela.angeiras\";s:9:\"full_name\";s:17:\"gabriela angeiras\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1565872740\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(10972,'um_cache_userdata_38','a:76:{s:2:\"ID\";i:38;s:10:\"user_login\";s:11:\"jodyannrene\";s:9:\"user_pass\";s:60:\"$2y$10$uWhRwkY6PQIdgV7tOa2OueCixalFjtThYi9kJIiMoZY6HJo/7dC.a\";s:13:\"user_nicename\";s:11:\"jodyannrene\";s:10:\"user_email\";s:21:\"jodyannrene@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-15 21:13:09\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Jody-Ann Thompson\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"jodyannrene\";s:10:\"first_name\";s:8:\"Jody-Ann\";s:9:\"last_name\";s:8:\"Thompson\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f19b98dd63571ed3ecb09ce60ceaf48f\";s:9:\"submitted\";s:494:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565885562\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:73:\"https://buzz-caribbean.com/job/a-new-venture-radio-station-producer-2790/\";s:8:\"_wpnonce\";s:10:\"60d39527be\";s:16:\"_wp_http_referer\";s:96:\"/register/?redirect_to=https://buzz-caribbean.com/job/a-new-venture-radio-station-producer-2790/\";s:10:\"user_login\";s:11:\"jodyannrene\";s:10:\"first_name\";s:8:\"Jody-Ann\";s:9:\"last_name\";s:8:\"Thompson\";s:10:\"user_email\";s:21:\"jodyannrene@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565885562\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:73:\"https://buzz-caribbean.com/job/a-new-venture-radio-station-producer-2790/\";s:8:\"_wpnonce\";s:10:\"60d39527be\";s:16:\"_wp_http_referer\";s:96:\"/register/?redirect_to=https://buzz-caribbean.com/job/a-new-venture-radio-station-producer-2790/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"jodyannrene\";s:9:\"full_name\";s:17:\"jody-ann thompson\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(10997,'um_cache_userdata_39','a:76:{s:2:\"ID\";i:39;s:10:\"user_login\";s:14:\"brandonwallace\";s:9:\"user_pass\";s:60:\"$2y$10$NoA6SSCgDnogcwunUsAR2OZZa7a/k8a9SFtqeVBlBEqYkm7oXtequ\";s:13:\"user_nicename\";s:14:\"brandonwallace\";s:10:\"user_email\";s:28:\"Alexanderwallace@outlook.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-15 22:56:13\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Brandon Wallace\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"brandonwallace\";s:10:\"first_name\";s:7:\"Brandon\";s:9:\"last_name\";s:7:\"Wallace\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"920407bfff113b26cb265e6cd84e4fe5\";s:9:\"submitted\";s:502:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565891731\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:73:\"https://buzz-caribbean.com/job/a-new-venture-radio-station-producer-2790/\";s:8:\"_wpnonce\";s:10:\"60d39527be\";s:16:\"_wp_http_referer\";s:96:\"/register/?redirect_to=https://buzz-caribbean.com/job/a-new-venture-radio-station-producer-2790/\";s:10:\"user_login\";s:14:\"BrandonWallace\";s:10:\"first_name\";s:7:\"Brandon\";s:9:\"last_name\";s:7:\"Wallace\";s:10:\"user_email\";s:28:\"Alexanderwallace@outlook.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565891731\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:73:\"https://buzz-caribbean.com/job/a-new-venture-radio-station-producer-2790/\";s:8:\"_wpnonce\";s:10:\"60d39527be\";s:16:\"_wp_http_referer\";s:96:\"/register/?redirect_to=https://buzz-caribbean.com/job/a-new-venture-radio-station-producer-2790/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"brandonwallace\";s:9:\"full_name\";s:15:\"brandon wallace\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(11130,'um_cache_userdata_42','a:76:{s:2:\"ID\";i:42;s:10:\"user_login\";s:6:\"steveo\";s:9:\"user_pass\";s:60:\"$2y$10$ycjL3ax.6gjeDK/6/0UH/.34ZUR3CptRr10j55MnNFHLCrkmtw81u\";s:13:\"user_nicename\";s:6:\"steveo\";s:10:\"user_email\";s:33:\"stephen.mcconaghy@sri.sandals.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-16 12:28:02\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"stephen mcconaghy\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:6:\"steveo\";s:10:\"first_name\";s:7:\"stephen\";s:9:\"last_name\";s:9:\"mcconaghy\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"e6e011edb4e17831bf71b774d3c85dda\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565940458\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"9d2eebb490\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:6:\"steveo\";s:10:\"first_name\";s:7:\"stephen\";s:9:\"last_name\";s:9:\"mcconaghy\";s:10:\"user_email\";s:33:\"stephen.mcconaghy@sri.sandals.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565940458\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"9d2eebb490\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:6:\"steveo\";s:9:\"full_name\";s:17:\"stephen mcconaghy\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1565940483\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(11158,'um_cache_userdata_43','a:76:{s:2:\"ID\";i:43;s:10:\"user_login\";s:7:\"patrick\";s:9:\"user_pass\";s:60:\"$2y$10$CfSbJpHWOi0LkEE.Wsp1h.Z/UhK1Q1o.b6JEUkFm8Nwr/NueiOJt6\";s:13:\"user_nicename\";s:7:\"patrick\";s:10:\"user_email\";s:17:\"shhayyne@live.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-16 14:00:06\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Patrick Lawson\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:7:\"patrick\";s:10:\"first_name\";s:7:\"Patrick\";s:9:\"last_name\";s:6:\"Lawson\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"73b1d435b2a4c926f0bd3d78f239e279\";s:9:\"submitted\";s:295:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565945922\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"9d2eebb490\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:7:\"patrick\";s:10:\"first_name\";s:7:\"Patrick\";s:9:\"last_name\";s:6:\"Lawson\";s:10:\"user_email\";s:17:\"shhayyne@live.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565945922\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"9d2eebb490\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:7:\"patrick\";s:9:\"full_name\";s:14:\"patrick lawson\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1565946008\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(11172,'um_cache_userdata_44','a:76:{s:2:\"ID\";i:44;s:10:\"user_login\";s:8:\"iamrush_\";s:9:\"user_pass\";s:60:\"$2y$10$cS.GtlhtUMGhZ6vkyVvnMuPeTG4azl3vC/oh0pPQVa4BmEsPJFpey\";s:13:\"user_nicename\";s:8:\"iamrush_\";s:10:\"user_email\";s:26:\"rochellemarshall@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-16 14:58:13\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Rochelle Marshall\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:8:\"iamrush_\";s:10:\"first_name\";s:8:\"Rochelle\";s:9:\"last_name\";s:8:\"Marshall\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"cfc66e704d7b39b9ead332288a142980\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565949398\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"9d2eebb490\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:8:\"iamrush_\";s:10:\"first_name\";s:8:\"Rochelle\";s:9:\"last_name\";s:8:\"Marshall\";s:10:\"user_email\";s:26:\"rochellemarshall@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565949398\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"9d2eebb490\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:8:\"iamrush_\";s:9:\"full_name\";s:17:\"rochelle marshall\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1565949494\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(11189,'um_cache_userdata_45','a:76:{s:2:\"ID\";i:45;s:10:\"user_login\";s:8:\"karim876\";s:9:\"user_pass\";s:60:\"$2y$10$vnZ5t95MZVdk6TLUcI7wD.KBw9IsseqwjO.tFCuPKofcqqZ1273yW\";s:13:\"user_nicename\";s:8:\"karim876\";s:10:\"user_email\";s:20:\"karim@marketmeja.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-16 15:16:43\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Karim Smith\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:8:\"karim876\";s:10:\"first_name\";s:5:\"Karim\";s:9:\"last_name\";s:5:\"Smith\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"ecc1cb2fc5ab25cb2edd415926b9f189\";s:9:\"submitted\";s:296:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565950580\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"9d2eebb490\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:8:\"Karim876\";s:10:\"first_name\";s:5:\"Karim\";s:9:\"last_name\";s:5:\"Smith\";s:10:\"user_email\";s:20:\"karim@marketmeja.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565950580\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"9d2eebb490\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:8:\"karim876\";s:9:\"full_name\";s:11:\"karim smith\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1565950604\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(11234,'um_cache_userdata_46','a:76:{s:2:\"ID\";i:46;s:10:\"user_login\";s:10:\"urboykhaos\";s:9:\"user_pass\";s:60:\"$2y$10$Olqmr02odvgw5LR5Xvn8teVZfQvwdwvK1WMXcaeUxeI6tx6DPAUwe\";s:13:\"user_nicename\";s:10:\"urboykhaos\";s:10:\"user_email\";s:21:\"sdreidpress@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-16 16:29:55\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Shannon-Dale Reid\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"urboykhaos\";s:10:\"first_name\";s:12:\"Shannon-Dale\";s:9:\"last_name\";s:4:\"Reid\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"8d7195893470e1a5b41ceccf7a49a102\";s:9:\"submitted\";s:494:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565954963\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:73:\"https://buzz-caribbean.com/job/a-new-venture-radio-station-producer-2790/\";s:8:\"_wpnonce\";s:10:\"9d2eebb490\";s:16:\"_wp_http_referer\";s:96:\"/register/?redirect_to=https://buzz-caribbean.com/job/a-new-venture-radio-station-producer-2790/\";s:10:\"user_login\";s:10:\"UrboyKhaos\";s:10:\"first_name\";s:12:\"Shannon-Dale\";s:9:\"last_name\";s:4:\"Reid\";s:10:\"user_email\";s:21:\"sdreidpress@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565954963\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:73:\"https://buzz-caribbean.com/job/a-new-venture-radio-station-producer-2790/\";s:8:\"_wpnonce\";s:10:\"9d2eebb490\";s:16:\"_wp_http_referer\";s:96:\"/register/?redirect_to=https://buzz-caribbean.com/job/a-new-venture-radio-station-producer-2790/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"urboykhaos\";s:9:\"full_name\";s:17:\"shannon-dale reid\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(11507,'um_cache_userdata_48','a:76:{s:2:\"ID\";i:48;s:10:\"user_login\";s:5:\"deval\";s:9:\"user_pass\";s:60:\"$2y$10$iLkuQasOc3rM7dE2U0ypa.GG7ecS4lfXTinlNBG4NT4.RZ.FOKBLC\";s:13:\"user_nicename\";s:5:\"deval\";s:10:\"user_email\";s:23:\"Michelledeval@yahoo.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-16 22:25:39\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Deval Beown\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:5:\"deval\";s:10:\"first_name\";s:5:\"Deval\";s:9:\"last_name\";s:5:\"Beown\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"b94eb8a6707eeaf439624f1f4ccbaa63\";s:9:\"submitted\";s:296:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565976296\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"9d2eebb490\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:5:\"Deval\";s:10:\"first_name\";s:5:\"Deval\";s:9:\"last_name\";s:5:\"Beown\";s:10:\"user_email\";s:23:\"Michelledeval@yahoo.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565976296\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"9d2eebb490\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:5:\"deval\";s:9:\"full_name\";s:11:\"deval beown\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1565976339\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(11846,'um_cache_userdata_50','a:76:{s:2:\"ID\";i:50;s:10:\"user_login\";s:11:\"deryck_rose\";s:9:\"user_pass\";s:60:\"$2y$10$DAX7L6ElE.OrXoaK/897Ae3Jbf80KaMfvx3vV/8GWiJz/5.gYwg7K\";s:13:\"user_nicename\";s:11:\"deryck_rose\";s:10:\"user_email\";s:26:\"Deryck.rose@alumni.uwi.edu\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-18 01:32:02\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Deryck Rose\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"deryck_rose\";s:10:\"first_name\";s:6:\"Deryck\";s:9:\"last_name\";s:4:\"Rose\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"175e0d79a1548608537db2ef1f0df142\";s:9:\"submitted\";s:506:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566073851\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:79:\"https://buzz-caribbean.com/job/ramble-media-group-digital-media-executive-2993/\";s:8:\"_wpnonce\";s:10:\"eec903ffcf\";s:16:\"_wp_http_referer\";s:102:\"/register/?redirect_to=https://buzz-caribbean.com/job/ramble-media-group-digital-media-executive-2993/\";s:10:\"user_login\";s:11:\"Deryck_Rose\";s:10:\"first_name\";s:6:\"Deryck\";s:9:\"last_name\";s:4:\"Rose\";s:10:\"user_email\";s:26:\"Deryck.rose@alumni.uwi.edu\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566073851\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:79:\"https://buzz-caribbean.com/job/ramble-media-group-digital-media-executive-2993/\";s:8:\"_wpnonce\";s:10:\"eec903ffcf\";s:16:\"_wp_http_referer\";s:102:\"/register/?redirect_to=https://buzz-caribbean.com/job/ramble-media-group-digital-media-executive-2993/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"deryck_rose\";s:9:\"full_name\";s:11:\"deryck rose\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12287,'um_cache_userdata_53','a:76:{s:2:\"ID\";i:53;s:10:\"user_login\";s:13:\"robbyabigail6\";s:9:\"user_pass\";s:60:\"$2y$10$IGECoGNg4rCC6oVBZOETTOoKIcNAvg6JO.PkrYxJNjrySt0HBFIiO\";s:13:\"user_nicename\";s:13:\"robbyabigail6\";s:10:\"user_email\";s:23:\"Robby-Abigail@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-19 13:20:32\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Robby Abigail\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"robbyabigail6\";s:10:\"first_name\";s:5:\"Robby\";s:9:\"last_name\";s:7:\"Abigail\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"a2c6fdd9bb35bfe4a96e2d1771263cf3\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566202824\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"robbyabigail6\";s:10:\"first_name\";s:5:\"Robby\";s:9:\"last_name\";s:7:\"Abigail\";s:10:\"user_email\";s:23:\"Robby-Abigail@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566202824\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"robbyabigail6\";s:9:\"full_name\";s:13:\"robby abigail\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566202832\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12361,'um_cache_userdata_56','a:76:{s:2:\"ID\";i:56;s:10:\"user_login\";s:16:\"lutherkyp1896679\";s:9:\"user_pass\";s:60:\"$2y$10$5sMIikdXvDlHePhXUcOqz.V80WFHq12i3RdumaIHTVJh48OouJfm2\";s:13:\"user_nicename\";s:16:\"lutherkyp1896679\";s:10:\"user_email\";s:24:\"Luther_Sissons@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-19 15:38:11\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Luther Sissons\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"lutherkyp1896679\";s:10:\"first_name\";s:6:\"Luther\";s:9:\"last_name\";s:7:\"Sissons\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"b0a5a26f31053b6351e9e7ad474d4798\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566211085\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"lutherkyp1896679\";s:10:\"first_name\";s:6:\"Luther\";s:9:\"last_name\";s:7:\"Sissons\";s:10:\"user_email\";s:24:\"Luther_Sissons@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566211085\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"lutherkyp1896679\";s:9:\"full_name\";s:14:\"luther sissons\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566211092\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12380,'um_cache_userdata_57','a:76:{s:2:\"ID\";i:57;s:10:\"user_login\";s:14:\"rainanorton011\";s:9:\"user_pass\";s:60:\"$2y$10$/r7rdGYmz0YjjBrVrqvTfu5594W2rzciCXN2TbIeIHR9/VSx4.56K\";s:13:\"user_nicename\";s:14:\"rainanorton011\";s:10:\"user_email\";s:23:\"Raina.Norton6@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-19 15:44:37\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Raina Norton\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"rainanorton011\";s:10:\"first_name\";s:5:\"Raina\";s:9:\"last_name\";s:6:\"Norton\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"42fa3f8f3349965324475493ee0539d7\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566211466\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"rainanorton011\";s:10:\"first_name\";s:5:\"Raina\";s:9:\"last_name\";s:6:\"Norton\";s:10:\"user_email\";s:23:\"Raina.Norton6@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566211466\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"rainanorton011\";s:9:\"full_name\";s:12:\"raina norton\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566211478\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12386,'um_cache_userdata_58','a:76:{s:2:\"ID\";i:58;s:10:\"user_login\";s:15:\"elouiseclemente\";s:9:\"user_pass\";s:60:\"$2y$10$C8CF0JI.TVe.dUYgAw9Jk.ejCaX.b5nSQ/PYXcEqOF8qz39q0W7iK\";s:13:\"user_nicename\";s:15:\"elouiseclemente\";s:10:\"user_email\";s:26:\"Elouise.Clemente@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-19 15:51:45\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Elouise Clemente\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"elouiseclemente\";s:10:\"first_name\";s:7:\"Elouise\";s:9:\"last_name\";s:8:\"Clemente\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c30a10ef750f74caec78b69b76c959f7\";s:9:\"submitted\";s:315:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566211894\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"elouiseclemente\";s:10:\"first_name\";s:7:\"Elouise\";s:9:\"last_name\";s:8:\"Clemente\";s:10:\"user_email\";s:26:\"Elouise.Clemente@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566211894\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"elouiseclemente\";s:9:\"full_name\";s:16:\"elouise clemente\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566211906\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12449,'um_cache_userdata_60','a:76:{s:2:\"ID\";i:60;s:10:\"user_login\";s:13:\"oamchloe85309\";s:9:\"user_pass\";s:60:\"$2y$10$uWIfEd7rk000Lydj97x2tOFiRiJlbI4sd5X4T0xb99CFBityGJ6ma\";s:13:\"user_nicename\";s:13:\"oamchloe85309\";s:10:\"user_email\";s:22:\"Chloe_Haddad@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-19 16:44:55\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Chloe Haddad\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"oamchloe85309\";s:10:\"first_name\";s:5:\"Chloe\";s:9:\"last_name\";s:6:\"Haddad\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"256576afc982a91f223e5177d6a4cf66\";s:9:\"submitted\";s:305:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566215089\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"oamchloe85309\";s:10:\"first_name\";s:5:\"Chloe\";s:9:\"last_name\";s:6:\"Haddad\";s:10:\"user_email\";s:22:\"Chloe_Haddad@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566215089\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"oamchloe85309\";s:9:\"full_name\";s:12:\"chloe haddad\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566215096\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12457,'um_cache_userdata_61','a:76:{s:2:\"ID\";i:61;s:10:\"user_login\";s:15:\"thelmapriest673\";s:9:\"user_pass\";s:60:\"$2y$10$RkFuUs7HBXoqbuXLY6wqFeHTF8mYKUgVC5PHpzahkw44B55BpZCvW\";s:13:\"user_nicename\";s:15:\"thelmapriest673\";s:10:\"user_email\";s:25:\"Thelma-Priest67@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-19 16:50:29\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Thelma Priest\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"thelmapriest673\";s:10:\"first_name\";s:6:\"Thelma\";s:9:\"last_name\";s:6:\"Priest\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"38770f9de02c40e32ef7466b1eeda2b2\";s:9:\"submitted\";s:311:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566215421\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"thelmapriest673\";s:10:\"first_name\";s:6:\"Thelma\";s:9:\"last_name\";s:6:\"Priest\";s:10:\"user_email\";s:25:\"Thelma-Priest67@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566215421\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"thelmapriest673\";s:9:\"full_name\";s:13:\"thelma priest\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566215430\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12545,'um_cache_userdata_62','a:76:{s:2:\"ID\";i:62;s:10:\"user_login\";s:16:\"demetriafredrick\";s:9:\"user_pass\";s:60:\"$2y$10$S2QSF455c5IovnR1l2S2weWKRVvzaryp8YNlX.umcL/3Bo8nk3TP6\";s:13:\"user_nicename\";s:16:\"demetriafredrick\";s:10:\"user_email\";s:27:\"Demetria-Fredrick@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-19 18:08:28\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Demetria Fredrick\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"demetriafredrick\";s:10:\"first_name\";s:8:\"Demetria\";s:9:\"last_name\";s:8:\"Fredrick\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c53849a588c939e2408e6d12bbb4f4c9\";s:9:\"submitted\";s:318:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566220100\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"demetriafredrick\";s:10:\"first_name\";s:8:\"Demetria\";s:9:\"last_name\";s:8:\"Fredrick\";s:10:\"user_email\";s:27:\"Demetria-Fredrick@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566220100\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"demetriafredrick\";s:9:\"full_name\";s:17:\"demetria fredrick\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566220109\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12558,'um_cache_userdata_63','a:76:{s:2:\"ID\";i:63;s:10:\"user_login\";s:15:\"freddiemorisset\";s:9:\"user_pass\";s:60:\"$2y$10$TrqanZgiuOZwqCtDMFgYs.HgU1bbf0DMVvmJJ3bi9n0WN6qhTOxGm\";s:13:\"user_nicename\";s:15:\"freddiemorisset\";s:10:\"user_email\";s:28:\"Freddie.Morisset63@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-19 18:26:35\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Freddie Morisset\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"freddiemorisset\";s:10:\"first_name\";s:7:\"Freddie\";s:9:\"last_name\";s:8:\"Morisset\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c43e5ca48fa7a3b19064767a37974223\";s:9:\"submitted\";s:317:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566221187\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"freddiemorisset\";s:10:\"first_name\";s:7:\"Freddie\";s:9:\"last_name\";s:8:\"Morisset\";s:10:\"user_email\";s:28:\"Freddie.Morisset63@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566221187\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"freddiemorisset\";s:9:\"full_name\";s:16:\"freddie morisset\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566221195\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12596,'um_cache_userdata_64','a:76:{s:2:\"ID\";i:64;s:10:\"user_login\";s:13:\"rhysvenuti733\";s:9:\"user_pass\";s:60:\"$2y$10$8LSAOk/rV4rHg7ktLeIdYeErce6h/.v43ptNq9B1x/TktkAcjO1aO\";s:13:\"user_nicename\";s:13:\"rhysvenuti733\";s:10:\"user_email\";s:21:\"Rhys_Venuti@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-19 20:15:41\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Rhys Venuti\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"rhysvenuti733\";s:10:\"first_name\";s:4:\"Rhys\";s:9:\"last_name\";s:6:\"Venuti\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"bfd7934def1ccebc86b02141ac3a6881\";s:9:\"submitted\";s:303:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566227732\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"rhysvenuti733\";s:10:\"first_name\";s:4:\"Rhys\";s:9:\"last_name\";s:6:\"Venuti\";s:10:\"user_email\";s:21:\"Rhys_Venuti@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566227732\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"rhysvenuti733\";s:9:\"full_name\";s:11:\"rhys venuti\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566227742\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12631,'um_cache_userdata_66','a:76:{s:2:\"ID\";i:66;s:10:\"user_login\";s:15:\"tammyz387419908\";s:9:\"user_pass\";s:60:\"$2y$10$988nX2XZFBmUJwPz0LGb1.mYrT9A2ifdCCFn/dDDOiC97TkgVflne\";s:13:\"user_nicename\";s:15:\"tammyz387419908\";s:10:\"user_email\";s:23:\"Tammy.Boles38@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-19 21:04:36\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Tammy Boles\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"tammyz387419908\";s:10:\"first_name\";s:5:\"Tammy\";s:9:\"last_name\";s:5:\"Boles\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"3ba4118da3ddda035e59f2cc58db104b\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566230668\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"tammyz387419908\";s:10:\"first_name\";s:5:\"Tammy\";s:9:\"last_name\";s:5:\"Boles\";s:10:\"user_email\";s:23:\"Tammy.Boles38@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566230668\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"tammyz387419908\";s:9:\"full_name\";s:11:\"tammy boles\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566230677\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12647,'um_cache_userdata_65','a:76:{s:2:\"ID\";i:65;s:10:\"user_login\";s:12:\"tgqsalvatore\";s:9:\"user_pass\";s:60:\"$2y$10$uCKyaM4DAn9YNtmezcuAfORdyfMHIkqBSVKK6cUHFv52yjGnaLfvy\";s:13:\"user_nicename\";s:12:\"tgqsalvatore\";s:10:\"user_email\";s:29:\"Salvatore.Pettigrew@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-19 20:48:01\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:19:\"Salvatore Pettigrew\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"tgqsalvatore\";s:10:\"first_name\";s:9:\"Salvatore\";s:9:\"last_name\";s:9:\"Pettigrew\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"07f6465280c1ff3543d352644e8d88bf\";s:9:\"submitted\";s:431:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566229671\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:12:\"tgqsalvatore\";s:10:\"first_name\";s:9:\"Salvatore\";s:9:\"last_name\";s:9:\"Pettigrew\";s:10:\"user_email\";s:29:\"Salvatore.Pettigrew@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566229671\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"tgqsalvatore\";s:9:\"full_name\";s:19:\"salvatore pettigrew\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12648,'um_cache_userdata_59','a:76:{s:2:\"ID\";i:59;s:10:\"user_login\";s:13:\"constancehuey\";s:9:\"user_pass\";s:60:\"$2y$10$cWGynJQEFGVDchxgyux23eWE/RAL5fZoh7mgSntN29lScASyOA.YC\";s:13:\"user_nicename\";s:13:\"constancehuey\";s:10:\"user_email\";s:26:\"Constance.Huey12@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-19 16:28:18\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Constance Huey\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"constancehuey\";s:10:\"first_name\";s:9:\"Constance\";s:9:\"last_name\";s:4:\"Huey\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"9a825727115d0ab6f4a80a4bab634906\";s:9:\"submitted\";s:424:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566214090\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:13:\"constancehuey\";s:10:\"first_name\";s:9:\"Constance\";s:9:\"last_name\";s:4:\"Huey\";s:10:\"user_email\";s:26:\"Constance.Huey12@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566214090\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"constancehuey\";s:9:\"full_name\";s:14:\"constance huey\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12649,'um_cache_userdata_55','a:76:{s:2:\"ID\";i:55;s:10:\"user_login\";s:12:\"erma50r31283\";s:9:\"user_pass\";s:60:\"$2y$10$vTQ/kllhrzRd3EpQcZpdjOQ9ONaLsjJQny5CLMln7xbrUb2enVAdS\";s:13:\"user_nicename\";s:12:\"erma50r31283\";s:10:\"user_email\";s:28:\"Erma.Fredrickson12@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-19 15:11:52\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Erma Fredrickson\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"erma50r31283\";s:10:\"first_name\";s:4:\"Erma\";s:9:\"last_name\";s:11:\"Fredrickson\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"e0263fb81ae7bb258d93e46b9ab8b773\";s:9:\"submitted\";s:428:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566209505\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:12:\"erma50r31283\";s:10:\"first_name\";s:4:\"Erma\";s:9:\"last_name\";s:11:\"Fredrickson\";s:10:\"user_email\";s:28:\"Erma.Fredrickson12@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566209505\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"erma50r31283\";s:9:\"full_name\";s:16:\"erma fredrickson\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12650,'um_cache_userdata_54','a:76:{s:2:\"ID\";i:54;s:10:\"user_login\";s:10:\"josefa9726\";s:9:\"user_pass\";s:60:\"$2y$10$8efEpXIwaGLtVj4M93iFx..9k.hDKtIYKOrgLk48CZlPJwWclJgSe\";s:13:\"user_nicename\";s:10:\"josefa9726\";s:10:\"user_email\";s:23:\"Josefa_Dick29@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-19 13:40:11\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Josefa Dick\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"josefa9726\";s:10:\"first_name\";s:6:\"Josefa\";s:9:\"last_name\";s:4:\"Dick\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"ea6eb904cd952251be1d73734bfdb83c\";s:9:\"submitted\";s:415:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566204005\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:10:\"josefa9726\";s:10:\"first_name\";s:6:\"Josefa\";s:9:\"last_name\";s:4:\"Dick\";s:10:\"user_email\";s:23:\"Josefa_Dick29@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566204005\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"josefa9726\";s:9:\"full_name\";s:11:\"josefa dick\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12651,'um_cache_userdata_52','a:76:{s:2:\"ID\";i:52;s:10:\"user_login\";s:11:\"fernmilton4\";s:9:\"user_pass\";s:60:\"$2y$10$m.Kszzb5M86fFNn72UrKYOkgVCCuc6jlW/RKSWUuMsAYcMuJ67D0W\";s:13:\"user_nicename\";s:11:\"fernmilton4\";s:10:\"user_email\";s:45:\"Fern.Milton92@coan.antiquerestorationwork.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-19 06:17:04\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Fern Milton\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"fernmilton4\";s:10:\"first_name\";s:4:\"Fern\";s:9:\"last_name\";s:6:\"Milton\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"db98d9196dfe32b7fad1718016cfe0fb\";s:9:\"submitted\";s:438:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566177394\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"df35792a6f\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:11:\"fernmilton4\";s:10:\"first_name\";s:4:\"Fern\";s:9:\"last_name\";s:6:\"Milton\";s:10:\"user_email\";s:45:\"Fern.Milton92@coan.antiquerestorationwork.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566177394\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"df35792a6f\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"fernmilton4\";s:9:\"full_name\";s:11:\"fern milton\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12652,'um_cache_userdata_51','a:76:{s:2:\"ID\";i:51;s:10:\"user_login\";s:12:\"trishaarroyo\";s:9:\"user_pass\";s:60:\"$2y$10$K4UZT6KS1PgdURakMvE2/ugPQVYJxEfZEGIHxbRL63McHnr2a4L2W\";s:13:\"user_nicename\";s:12:\"trishaarroyo\";s:10:\"user_email\";s:25:\"Trisha-Arroyo88@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-19 05:35:47\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Trisha Arroyo\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"trishaarroyo\";s:10:\"first_name\";s:6:\"Trisha\";s:9:\"last_name\";s:6:\"Arroyo\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"4bdb2376f59b5c2c9e7f32f2a519b83d\";s:9:\"submitted\";s:421:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566174937\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"df35792a6f\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:12:\"trishaarroyo\";s:10:\"first_name\";s:6:\"Trisha\";s:9:\"last_name\";s:6:\"Arroyo\";s:10:\"user_email\";s:25:\"Trisha-Arroyo88@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566174937\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"df35792a6f\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"trishaarroyo\";s:9:\"full_name\";s:13:\"trisha arroyo\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12653,'um_cache_userdata_49','a:76:{s:2:\"ID\";i:49;s:10:\"user_login\";s:14:\"kurtisphan4221\";s:9:\"user_pass\";s:60:\"$2y$10$Klk3UznorlozqeeXvWvyHOkdC3c2tTlC1VZeYfm/xGzB8tFvvGZs6\";s:13:\"user_nicename\";s:14:\"kurtisphan4221\";s:10:\"user_email\";s:40:\"Kurtis-Phan78@revak.ceramicsouvenirs.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-18 01:20:12\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Kurtis Phan\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"kurtisphan4221\";s:10:\"first_name\";s:6:\"Kurtis\";s:9:\"last_name\";s:4:\"Phan\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f4c602b240c58df18bff51253773e0b5\";s:9:\"submitted\";s:436:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566073195\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"eec903ffcf\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"kurtisphan4221\";s:10:\"first_name\";s:6:\"Kurtis\";s:9:\"last_name\";s:4:\"Phan\";s:10:\"user_email\";s:40:\"Kurtis-Phan78@revak.ceramicsouvenirs.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566073195\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"eec903ffcf\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"kurtisphan4221\";s:9:\"full_name\";s:11:\"kurtis phan\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12654,'um_cache_userdata_47','a:76:{s:2:\"ID\";i:47;s:10:\"user_login\";s:14:\"francebranson3\";s:9:\"user_pass\";s:60:\"$2y$10$vRLvpejyAZe0v4e7DN.Cx.JubBCqshNvhfo4H3tlIi50TBpI.wT/.\";s:13:\"user_nicename\";s:14:\"francebranson3\";s:10:\"user_email\";s:50:\"France_Branson83@giannitti.modernsailorclothes.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-16 17:54:11\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"France Branson\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"francebranson3\";s:10:\"first_name\";s:6:\"France\";s:9:\"last_name\";s:7:\"Branson\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"31bae47535cd3674a055c7b01abf3048\";s:9:\"submitted\";s:449:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565960038\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"9d2eebb490\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"francebranson3\";s:10:\"first_name\";s:6:\"France\";s:9:\"last_name\";s:7:\"Branson\";s:10:\"user_email\";s:50:\"France_Branson83@giannitti.modernsailorclothes.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565960038\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"9d2eebb490\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"francebranson3\";s:9:\"full_name\";s:14:\"france branson\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12689,'um_cache_userdata_67','a:76:{s:2:\"ID\";i:67;s:10:\"user_login\";s:14:\"jacintograssi1\";s:9:\"user_pass\";s:60:\"$2y$10$V2C9qVpFqxagVQCsuBcCNOnXi2Ak6Sm54Sy0H1WyhXLJWQ.dmf14W\";s:13:\"user_nicename\";s:14:\"jacintograssi1\";s:10:\"user_email\";s:24:\"Jacinto_Grassi@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-19 22:06:01\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Jacinto Grassi\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"jacintograssi1\";s:10:\"first_name\";s:7:\"Jacinto\";s:9:\"last_name\";s:6:\"Grassi\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c931e7127b005b94fc064c28a97569fa\";s:9:\"submitted\";s:310:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566234353\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"jacintograssi1\";s:10:\"first_name\";s:7:\"Jacinto\";s:9:\"last_name\";s:6:\"Grassi\";s:10:\"user_email\";s:24:\"Jacinto_Grassi@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566234353\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"jacintograssi1\";s:9:\"full_name\";s:14:\"jacinto grassi\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566234361\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12701,'um_cache_userdata_68','a:76:{s:2:\"ID\";i:68;s:10:\"user_login\";s:15:\"ruby51087285599\";s:9:\"user_pass\";s:60:\"$2y$10$RaK2KJB03/dOhHIMyoF2jeqqXHoOcE4dkGsaTEMK85xf8zUS3sEm2\";s:13:\"user_nicename\";s:15:\"ruby51087285599\";s:10:\"user_email\";s:22:\"Ruby.Dunford@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-19 22:30:58\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Ruby Dunford\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"ruby51087285599\";s:10:\"first_name\";s:4:\"Ruby\";s:9:\"last_name\";s:7:\"Dunford\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"ca2ed9015674b7c83b53e7402c6c0453\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566235849\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"ruby51087285599\";s:10:\"first_name\";s:4:\"Ruby\";s:9:\"last_name\";s:7:\"Dunford\";s:10:\"user_email\";s:22:\"Ruby.Dunford@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566235849\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"ruby51087285599\";s:9:\"full_name\";s:12:\"ruby dunford\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566235859\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12717,'um_cache_userdata_69','a:76:{s:2:\"ID\";i:69;s:10:\"user_login\";s:15:\"margaritoaponte\";s:9:\"user_pass\";s:60:\"$2y$10$n/O8bpkVkXitwJl8QWXbyuIoJENya1L9XazcvI6F3890Y22.qcHUK\";s:13:\"user_nicename\";s:15:\"margaritoaponte\";s:10:\"user_email\";s:28:\"Margarito.Aponte93@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-19 22:46:43\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Margarito Aponte\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"margaritoaponte\";s:10:\"first_name\";s:9:\"Margarito\";s:9:\"last_name\";s:6:\"Aponte\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"7e4b6432b0720175369385b0595965c2\";s:9:\"submitted\";s:317:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566236792\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"margaritoaponte\";s:10:\"first_name\";s:9:\"Margarito\";s:9:\"last_name\";s:6:\"Aponte\";s:10:\"user_email\";s:28:\"Margarito.Aponte93@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566236792\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"margaritoaponte\";s:9:\"full_name\";s:16:\"margarito aponte\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566236803\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12738,'um_cache_userdata_71','a:76:{s:2:\"ID\";i:71;s:10:\"user_login\";s:13:\"wesleymsa0025\";s:9:\"user_pass\";s:60:\"$2y$10$0kPS5.mIfrHDIsvnYgv6CeBHPJRIX8Lfao6WXrRhv6Byn7a.GbJM.\";s:13:\"user_nicename\";s:13:\"wesleymsa0025\";s:10:\"user_email\";s:22:\"Wesley_Prada@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-20 00:12:09\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Wesley Prada\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"wesleymsa0025\";s:10:\"first_name\";s:6:\"Wesley\";s:9:\"last_name\";s:5:\"Prada\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"8c75f918a31f707b38b56ae625deaeb0\";s:9:\"submitted\";s:305:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566241920\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ea6bd615b2\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"wesleymsa0025\";s:10:\"first_name\";s:6:\"Wesley\";s:9:\"last_name\";s:5:\"Prada\";s:10:\"user_email\";s:22:\"Wesley_Prada@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566241920\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ea6bd615b2\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"wesleymsa0025\";s:9:\"full_name\";s:12:\"wesley prada\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566241930\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12836,'um_cache_userdata_72','a:76:{s:2:\"ID\";i:72;s:10:\"user_login\";s:11:\"jame5681080\";s:9:\"user_pass\";s:60:\"$2y$10$N7Y6f5ZsxPoztmdy/HyaKuAbeZtLEtMZ0CFSYujMbS4csJXcGU9p.\";s:13:\"user_nicename\";s:11:\"jame5681080\";s:10:\"user_email\";s:25:\"Jame.Tibbetts22@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-20 01:53:43\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Jame Tibbetts\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"jame5681080\";s:10:\"first_name\";s:4:\"Jame\";s:9:\"last_name\";s:8:\"Tibbetts\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"6dd1d9dcd3be60b44a052f91e006d1fb\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566248013\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ea6bd615b2\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"jame5681080\";s:10:\"first_name\";s:4:\"Jame\";s:9:\"last_name\";s:8:\"Tibbetts\";s:10:\"user_email\";s:25:\"Jame.Tibbetts22@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566248013\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ea6bd615b2\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"jame5681080\";s:9:\"full_name\";s:13:\"jame tibbetts\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566248024\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12855,'um_cache_userdata_73','a:76:{s:2:\"ID\";i:73;s:10:\"user_login\";s:11:\"burtonwendt\";s:9:\"user_pass\";s:60:\"$2y$10$tpf3l4egtSw9BNdLWduewuXnheyzHQ6BOq7iTo6uif2aJ6ZUyDvpa\";s:13:\"user_nicename\";s:11:\"burtonwendt\";s:10:\"user_email\";s:22:\"Burton_Wendt@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-20 02:49:57\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Burton Wendt\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"burtonwendt\";s:10:\"first_name\";s:6:\"Burton\";s:9:\"last_name\";s:5:\"Wendt\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"53ad607c5e7c0fed2fd9bf129141f5a1\";s:9:\"submitted\";s:303:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566251391\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ea6bd615b2\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"burtonwendt\";s:10:\"first_name\";s:6:\"Burton\";s:9:\"last_name\";s:5:\"Wendt\";s:10:\"user_email\";s:22:\"Burton_Wendt@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566251391\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ea6bd615b2\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"burtonwendt\";s:9:\"full_name\";s:12:\"burton wendt\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566251397\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12870,'um_cache_userdata_74','a:76:{s:2:\"ID\";i:74;s:10:\"user_login\";s:15:\"joanngosse79642\";s:9:\"user_pass\";s:60:\"$2y$10$H7GaOgWmP5xjMGNygaKkR..Syqn3JZzrXejcVglxi3ZhPHgb9wHoa\";s:13:\"user_nicename\";s:15:\"joanngosse79642\";s:10:\"user_email\";s:21:\"Joann.Gosse@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-20 03:15:53\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Joann Gosse\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"joanngosse79642\";s:10:\"first_name\";s:5:\"Joann\";s:9:\"last_name\";s:5:\"Gosse\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"7a3665a6074e633b15bdf78f29bceaf9\";s:9:\"submitted\";s:305:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566252947\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ea6bd615b2\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"joanngosse79642\";s:10:\"first_name\";s:5:\"Joann\";s:9:\"last_name\";s:5:\"Gosse\";s:10:\"user_email\";s:21:\"Joann.Gosse@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566252947\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ea6bd615b2\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"joanngosse79642\";s:9:\"full_name\";s:11:\"joann gosse\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566252954\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12877,'um_cache_userdata_75','a:76:{s:2:\"ID\";i:75;s:10:\"user_login\";s:15:\"georgettabriggs\";s:9:\"user_pass\";s:60:\"$2y$10$9w.rpC6QEl6dWKVCQZsAvey5JY94UKLRM68eSf0ru5m/ZEDDDHOAu\";s:13:\"user_nicename\";s:15:\"georgettabriggs\";s:10:\"user_email\";s:26:\"Georgetta_Briggs@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-20 03:46:21\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Georgetta Briggs\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"georgettabriggs\";s:10:\"first_name\";s:9:\"Georgetta\";s:9:\"last_name\";s:6:\"Briggs\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"07ce23cf54959fda1a7a53b78738e42d\";s:9:\"submitted\";s:315:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566254773\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ea6bd615b2\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"georgettabriggs\";s:10:\"first_name\";s:9:\"Georgetta\";s:9:\"last_name\";s:6:\"Briggs\";s:10:\"user_email\";s:26:\"Georgetta_Briggs@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566254773\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ea6bd615b2\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"georgettabriggs\";s:9:\"full_name\";s:16:\"georgetta briggs\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566254781\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12913,'um_cache_userdata_76','a:76:{s:2:\"ID\";i:76;s:10:\"user_login\";s:16:\"christiankirsova\";s:9:\"user_pass\";s:60:\"$2y$10$0mq5RfrOlclntKvYrqV77eMfVb19YyjBpBLcJQT5QL1ejMjAB2n8S\";s:13:\"user_nicename\";s:16:\"christiankirsova\";s:10:\"user_email\";s:28:\"Christian.Kirsova8@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-20 05:56:29\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Christian Kirsova\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"christiankirsova\";s:10:\"first_name\";s:9:\"Christian\";s:9:\"last_name\";s:7:\"Kirsova\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"aa67b1c801462790a950a73aba5d4f5c\";s:9:\"submitted\";s:319:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566262577\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ea6bd615b2\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"christiankirsova\";s:10:\"first_name\";s:9:\"Christian\";s:9:\"last_name\";s:7:\"Kirsova\";s:10:\"user_email\";s:28:\"Christian.Kirsova8@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566262577\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ea6bd615b2\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"christiankirsova\";s:9:\"full_name\";s:17:\"christian kirsova\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566262589\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12941,'um_cache_userdata_77','a:76:{s:2:\"ID\";i:77;s:10:\"user_login\";s:14:\"violetmattox10\";s:9:\"user_pass\";s:60:\"$2y$10$7g2Q3TbjXOx68.7iGUa3.eyOjCwlfXEM24CHOTj45TD8QIqmeFzoO\";s:13:\"user_nicename\";s:14:\"violetmattox10\";s:10:\"user_email\";s:23:\"Violet-Mattox@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-20 07:18:54\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Violet Mattox\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"violetmattox10\";s:10:\"first_name\";s:6:\"Violet\";s:9:\"last_name\";s:6:\"Mattox\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"7a3d0fcda856c9073ccd3b15b780091f\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566267526\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ea6bd615b2\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"violetmattox10\";s:10:\"first_name\";s:6:\"Violet\";s:9:\"last_name\";s:6:\"Mattox\";s:10:\"user_email\";s:23:\"Violet-Mattox@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566267526\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ea6bd615b2\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"violetmattox10\";s:9:\"full_name\";s:13:\"violet mattox\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566267535\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12957,'um_cache_userdata_78','a:76:{s:2:\"ID\";i:78;s:10:\"user_login\";s:15:\"eugeniachapman5\";s:9:\"user_pass\";s:60:\"$2y$10$XaXiDfoQlSpTwH0N8Mdx1Owhid.Q2AZS8cl3lcLdAT7M.yAuBWTaS\";s:13:\"user_nicename\";s:15:\"eugeniachapman5\";s:10:\"user_email\";s:25:\"Eugenia-Chapman@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-20 12:16:37\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Eugenia Chapman\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"eugeniachapman5\";s:10:\"first_name\";s:7:\"Eugenia\";s:9:\"last_name\";s:7:\"Chapman\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"12d489cb2f3a426289509da8abcef544\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566285386\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"eugeniachapman5\";s:10:\"first_name\";s:7:\"Eugenia\";s:9:\"last_name\";s:7:\"Chapman\";s:10:\"user_email\";s:25:\"Eugenia-Chapman@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566285386\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"eugeniachapman5\";s:9:\"full_name\";s:15:\"eugenia chapman\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566285398\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12965,'um_cache_userdata_79','a:76:{s:2:\"ID\";i:79;s:10:\"user_login\";s:15:\"winstonplumlee3\";s:9:\"user_pass\";s:60:\"$2y$10$s9VPbATjQOv4MYVmlNZgHuEHC7kj5s9Ngssv/tcbb8R8/wt2pjCmG\";s:13:\"user_nicename\";s:15:\"winstonplumlee3\";s:10:\"user_email\";s:26:\"Winston_Plumlee1@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-20 12:27:46\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Winston Plumlee\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"winstonplumlee3\";s:10:\"first_name\";s:7:\"Winston\";s:9:\"last_name\";s:7:\"Plumlee\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"efc0150e166ac0002d074bc31e40d197\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566286059\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"winstonplumlee3\";s:10:\"first_name\";s:7:\"Winston\";s:9:\"last_name\";s:7:\"Plumlee\";s:10:\"user_email\";s:26:\"Winston_Plumlee1@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566286059\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"winstonplumlee3\";s:9:\"full_name\";s:15:\"winston plumlee\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566286066\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(12980,'rwl_page','buzzsys','yes'),(12985,'wpseo','a:21:{s:15:\"ms_defaults_set\";b:1;s:7:\"version\";s:4:\"12.4\";s:24:\"bf_banner_2019_dismissed\";b:0;s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:43:\"hquS1jqFVt-QjLjqFHP4mKwM-Qs3apoM88yLFQ3jM-4\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:4:\"news\";s:20:\"has_multiple_authors\";b:1;s:16:\"environment_type\";s:10:\"production\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:0;s:18:\"first_activated_on\";i:1571341937;s:13:\"myyoast-oauth\";b:0;}','yes'),(12986,'wpseo_titles','a:162:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:1;s:9:\"separator\";s:7:\"sc-pipe\";s:16:\"title-home-wpseo\";s:73:\"Buzz %%sep%% Caribbean & Jamaican News, Culture, Entertainment and Trends\";s:18:\"title-author-wpseo\";s:32:\"%%name%%, Author at Buzz%%page%%\";s:19:\"title-archive-wpseo\";s:30:\"%%date%% %%page%% %%sep%% Buzz\";s:18:\"title-search-wpseo\";s:55:\"You searched for %%searchphrase%% %%page%% %%sep%% Buzz\";s:15:\"title-404-wpseo\";s:27:\"Page not found %%sep%% Buzz\";s:19:\"metadesc-home-wpseo\";s:201:\"We deliver the latest news headlines, photo stories, in-depth interviews, features and min-documentaries on entertainment, technology, sports, politics, culture, travel, food and life in the Caribbean.\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:1;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:14:\"person_logo_id\";i:0;s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:65:\"https://buzz-caribbean.com/app/uploads/2019/08/site_icon_buzz.jpg\";s:15:\"company_logo_id\";i:5437;s:12:\"company_name\";s:4:\"Buzz\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:31:\"%%title%% %%page%% %%sep%% Buzz\";s:13:\"metadesc-post\";s:11:\"%%excerpt%%\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:10:\"title-page\";s:38:\"%%title%% %%sep%% %%primary_category%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";s:1:\"0\";s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:18:\"title-tax-category\";s:45:\"%%term_title%% Archives %%page%% %%sep%% Buzz\";s:21:\"metadesc-tax-category\";s:174:\"Find out what’s happening now in Jamaica with event listings showing everything from parties, nightlife, music, corporate, conferences, gospel, food, film, sports and more.\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:45:\"%%term_title%% Archives %%page%% %%sep%% Buzz\";s:21:\"metadesc-tax-post_tag\";s:49:\"%%term_title%% Archives, tagged stories and media\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:1;s:21:\"title-tax-post_format\";s:45:\"%%term_title%% Archives %%page%% %%sep%% Buzz\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;s:10:\"title-poll\";s:45:\"%%title%% %%page%% %%sep%% Polls %%sep%% Buzz\";s:13:\"metadesc-poll\";s:0:\"\";s:12:\"noindex-poll\";b:1;s:13:\"showdate-poll\";b:0;s:23:\"display-metabox-pt-poll\";b:1;s:23:\"post_types-poll-maintax\";s:1:\"0\";s:20:\"title-ptarchive-poll\";s:43:\"%%pt_plural%% Archive %%page%% %%sep%% Buzz\";s:23:\"metadesc-ptarchive-poll\";s:0:\"\";s:22:\"bctitle-ptarchive-poll\";s:0:\"\";s:22:\"noindex-ptarchive-poll\";b:0;s:14:\"title-app-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:17:\"metadesc-app-post\";s:0:\"\";s:16:\"noindex-app-post\";b:1;s:17:\"showdate-app-post\";b:0;s:27:\"display-metabox-pt-app-post\";b:1;s:27:\"post_types-app-post-maintax\";i:0;s:24:\"title-ptarchive-app-post\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-ptarchive-app-post\";s:0:\"\";s:26:\"bctitle-ptarchive-app-post\";s:0:\"\";s:26:\"noindex-ptarchive-app-post\";b:0;s:11:\"title-video\";s:44:\"%%title%% %%page%% %%sep%% Play %%sep%% Buzz\";s:14:\"metadesc-video\";s:96:\"%%title%% : Watch in-depth features or trending videos from Jamaica and the Caribbean with Buzz.\";s:13:\"noindex-video\";b:0;s:14:\"showdate-video\";b:0;s:24:\"display-metabox-pt-video\";b:1;s:24:\"post_types-video-maintax\";i:0;s:21:\"title-ptarchive-video\";s:43:\"%%pt_plural%% Archive %%page%% %%sep%% Buzz\";s:24:\"metadesc-ptarchive-video\";s:84:\"Watch in-depth features or trending videos from Jamaica and the Caribbean with Buzz.\";s:23:\"bctitle-ptarchive-video\";s:0:\"\";s:23:\"noindex-ptarchive-video\";b:0;s:9:\"title-job\";s:38:\"%%title%% %%page%% %%sep%% Jobs | Buzz\";s:12:\"metadesc-job\";s:26:\"%%title%% : %%excerpt%%...\";s:11:\"noindex-job\";b:0;s:12:\"showdate-job\";b:0;s:22:\"display-metabox-pt-job\";b:1;s:22:\"post_types-job-maintax\";i:0;s:19:\"title-ptarchive-job\";s:43:\"%%pt_plural%% Archive %%page%% %%sep%% Buzz\";s:22:\"metadesc-ptarchive-job\";s:0:\"\";s:21:\"bctitle-ptarchive-job\";s:0:\"\";s:21:\"noindex-ptarchive-job\";b:0;s:11:\"title-offer\";s:46:\"%%title%% %%page%% %%sep%% Offers %%sep%% Buzz\";s:14:\"metadesc-offer\";s:112:\"Buzz is your go to source for the best deals and biggest discounts on products and services across the Caribbean\";s:13:\"noindex-offer\";b:1;s:14:\"showdate-offer\";b:0;s:24:\"display-metabox-pt-offer\";b:1;s:24:\"post_types-offer-maintax\";i:0;s:21:\"title-ptarchive-offer\";s:43:\"%%pt_plural%% Archive %%page%% %%sep%% Buzz\";s:24:\"metadesc-ptarchive-offer\";s:112:\"Buzz is your go to source for the best deals and biggest discounts on products and services across the Caribbean\";s:23:\"bctitle-ptarchive-offer\";s:0:\"\";s:23:\"noindex-ptarchive-offer\";b:1;s:9:\"title-out\";s:43:\"%%title%% %%page%% %%sep%% Out %%sep%% Buzz\";s:12:\"metadesc-out\";s:179:\"Find out what’s happening in Jamaica with event listings showing everything from parties, nightlife, concerts, corporate events, conferences, gospel, food, film, sports and more\";s:11:\"noindex-out\";b:0;s:12:\"showdate-out\";b:0;s:22:\"display-metabox-pt-out\";b:1;s:22:\"post_types-out-maintax\";i:0;s:19:\"title-ptarchive-out\";s:78:\"Caribbean and Jamaican Events, Outings, Nightlife & Entertainment %%sep%% Buzz\";s:22:\"metadesc-ptarchive-out\";s:179:\"Find out what’s happening in Jamaica with event listings showing everything from parties, nightlife, concerts, corporate, conferences events, gospel, food, film, sports and more\";s:21:\"bctitle-ptarchive-out\";s:0:\"\";s:21:\"noindex-ptarchive-out\";b:0;s:22:\"title-tax-sub-category\";s:45:\"%%term_title%% Archives %%page%% %%sep%% Buzz\";s:25:\"metadesc-tax-sub-category\";s:174:\"Find out what’s happening now in Jamaica with event listings showing everything from parties, nightlife, music, corporate, conferences, gospel, food, film, sports and more.\";s:32:\"display-metabox-tax-sub-category\";b:1;s:24:\"noindex-tax-sub-category\";b:1;s:30:\"taxonomy-sub-category-ptparent\";i:0;s:24:\"title-tax-offer-category\";s:45:\"%%term_title%% Archives %%page%% %%sep%% Buzz\";s:27:\"metadesc-tax-offer-category\";s:174:\"Find out what’s happening now in Jamaica with event listings showing everything from parties, nightlife, music, corporate, conferences, gospel, food, film, sports and more.\";s:34:\"display-metabox-tax-offer-category\";b:1;s:26:\"noindex-tax-offer-category\";b:1;s:32:\"taxonomy-offer-category-ptparent\";i:0;s:22:\"title-tax-out-category\";s:45:\"%%term_title%% Archives %%page%% %%sep%% Buzz\";s:25:\"metadesc-tax-out-category\";s:174:\"Find out what’s happening now in Jamaica with event listings showing everything from parties, nightlife, music, corporate, conferences, gospel, food, film, sports and more.\";s:32:\"display-metabox-tax-out-category\";b:1;s:24:\"noindex-tax-out-category\";b:1;s:30:\"taxonomy-out-category-ptparent\";i:0;s:18:\"title-tax-location\";s:45:\"%%term_title%% Archives %%page%% %%sep%% Buzz\";s:21:\"metadesc-tax-location\";s:0:\"\";s:28:\"display-metabox-tax-location\";b:1;s:20:\"noindex-tax-location\";b:1;s:26:\"taxonomy-location-ptparent\";i:0;s:23:\"page-analyse-extra-post\";s:0:\"\";s:23:\"page-analyse-extra-page\";s:0:\"\";s:23:\"page-analyse-extra-poll\";s:0:\"\";s:27:\"page-analyse-extra-app-post\";s:0:\"\";s:24:\"page-analyse-extra-video\";s:0:\"\";s:22:\"page-analyse-extra-job\";s:0:\"\";s:24:\"page-analyse-extra-offer\";s:0:\"\";s:22:\"page-analyse-extra-out\";s:0:\"\";s:26:\"taxonomy-category-ptparent\";s:1:\"0\";s:26:\"taxonomy-post_tag-ptparent\";s:1:\"0\";s:29:\"taxonomy-post_format-ptparent\";s:1:\"0\";}','yes'),(12987,'wpseo_social','a:19:{s:13:\"facebook_site\";s:32:\"https://www.facebook.com/werbuzz\";s:13:\"instagram_url\";s:40:\"https://www.instagram.com/buzzcaribbean/\";s:12:\"linkedin_url\";s:47:\"https://www.linkedin.com/company/buzz-caribbean\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:60:\"https://buzz-caribbean.com/app/uploads/2019/08/buzz-logo.jpg\";s:19:\"og_default_image_id\";i:4847;s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:7:\"werbuzz\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:56:\"https://www.youtube.com/channel/UCtSyhurnO8mOyJxXXDZ7t0A\";s:13:\"wikipedia_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(12988,'wpseo_flush_rewrite','1','yes'),(12996,'wpseo_onpage','a:2:{s:6:\"status\";i:-1;s:10:\"last_fetch\";i:1574347655;}','yes'),(13007,'um_cache_userdata_80','a:77:{s:2:\"ID\";i:80;s:10:\"user_login\";s:11:\"terrieade48\";s:9:\"user_pass\";s:60:\"$2y$10$ChFTQ8BDVYFqfNbaxcsM6eS5f3tMtsvVywdm5AjauQx3XVzQNRB7G\";s:13:\"user_nicename\";s:11:\"terrieade48\";s:10:\"user_email\";s:25:\"Terrie.Wilmer29@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-20 13:35:47\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Terrie Wilmer\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"terrieade48\";s:10:\"first_name\";s:6:\"Terrie\";s:9:\"last_name\";s:6:\"Wilmer\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566308147\";s:25:\"synced_gravatar_hashed_id\";s:32:\"05febc18414d8979026196270f08538f\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566290140\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"terrieade48\";s:10:\"first_name\";s:6:\"Terrie\";s:9:\"last_name\";s:6:\"Wilmer\";s:10:\"user_email\";s:25:\"Terrie.Wilmer29@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566290140\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"terrieade48\";s:9:\"full_name\";s:13:\"terrie wilmer\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566290148\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(13014,'um_cache_userdata_70','a:76:{s:2:\"ID\";i:70;s:10:\"user_login\";s:14:\"altonbeauchamp\";s:9:\"user_pass\";s:60:\"$2y$10$zdIepV6F12SEMS0YriRo6.JuKmNFnl8kb4F7bpO9RIhFiVvxUQNzC\";s:13:\"user_nicename\";s:14:\"altonbeauchamp\";s:10:\"user_email\";s:27:\"Alton.Beauchamp50@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-19 23:32:22\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Alton Beauchamp\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"altonbeauchamp\";s:10:\"first_name\";s:5:\"Alton\";s:9:\"last_name\";s:9:\"Beauchamp\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"388cbafd7ff67c5da00d354663b99dab\";s:9:\"submitted\";s:427:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566239536\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"altonbeauchamp\";s:10:\"first_name\";s:5:\"Alton\";s:9:\"last_name\";s:9:\"Beauchamp\";s:10:\"user_email\";s:27:\"Alton.Beauchamp50@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566239536\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"altonbeauchamp\";s:9:\"full_name\";s:15:\"alton beauchamp\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(13132,'um_cache_userdata_81','a:77:{s:2:\"ID\";i:81;s:10:\"user_login\";s:14:\"ottofredericks\";s:9:\"user_pass\";s:60:\"$2y$10$WVGR/oB7BQdP7LcaNhKzJ.XmYDNUXGcILoSxe2v2gOzjOYhg/7nP6\";s:13:\"user_nicename\";s:14:\"ottofredericks\";s:10:\"user_email\";s:27:\"Otto-Fredericks63@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-20 15:28:03\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Otto Fredericks\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"ottofredericks\";s:10:\"first_name\";s:4:\"Otto\";s:9:\"last_name\";s:10:\"Fredericks\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566314883\";s:25:\"synced_gravatar_hashed_id\";s:32:\"e009d38345286c42f3ffaaa3036f1152\";s:9:\"submitted\";s:315:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566296873\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"ottofredericks\";s:10:\"first_name\";s:4:\"Otto\";s:9:\"last_name\";s:10:\"Fredericks\";s:10:\"user_email\";s:27:\"Otto-Fredericks63@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566296873\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"ottofredericks\";s:9:\"full_name\";s:15:\"otto fredericks\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566296884\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(13202,'um_cache_userdata_83','a:77:{s:2:\"ID\";i:83;s:10:\"user_login\";s:15:\"dariokopf865822\";s:9:\"user_pass\";s:60:\"$2y$10$dbNRuXlsofQQVoGRpsjM9.fpGqB07ZU7G25dlXs20rR3Hb8yzC05.\";s:13:\"user_nicename\";s:15:\"dariokopf865822\";s:10:\"user_email\";s:22:\"Dario_Kopf83@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-20 16:52:13\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Dario Kopf\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"dariokopf865822\";s:10:\"first_name\";s:5:\"Dario\";s:9:\"last_name\";s:4:\"Kopf\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566319933\";s:25:\"synced_gravatar_hashed_id\";s:32:\"7c82be5bf067e8054d866ed63791aa53\";s:9:\"submitted\";s:305:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566301927\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"dariokopf865822\";s:10:\"first_name\";s:5:\"Dario\";s:9:\"last_name\";s:4:\"Kopf\";s:10:\"user_email\";s:22:\"Dario_Kopf83@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566301927\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"dariokopf865822\";s:9:\"full_name\";s:10:\"dario kopf\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566301934\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(13249,'um_cache_userdata_84','a:77:{s:2:\"ID\";i:84;s:10:\"user_login\";s:15:\"sybilleichhardt\";s:9:\"user_pass\";s:60:\"$2y$10$Ri7yWCOVaeOzhgnx0HukHO6Eg0kFeQ2y23ioHFcnDNMHgT/fiChju\";s:13:\"user_nicename\";s:15:\"sybilleichhardt\";s:10:\"user_email\";s:26:\"Sybil_Leichhardt@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-20 18:15:37\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Sybil Leichhardt\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"sybilleichhardt\";s:10:\"first_name\";s:5:\"Sybil\";s:9:\"last_name\";s:10:\"Leichhardt\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566324937\";s:25:\"synced_gravatar_hashed_id\";s:32:\"1f22f3af06b02b7b804b362b87e7a48c\";s:9:\"submitted\";s:316:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566306926\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"sybilleichhardt\";s:10:\"first_name\";s:5:\"Sybil\";s:9:\"last_name\";s:10:\"Leichhardt\";s:10:\"user_email\";s:26:\"Sybil_Leichhardt@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566306926\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"sybilleichhardt\";s:9:\"full_name\";s:16:\"sybil leichhardt\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566306937\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(13324,'um_cache_userdata_85','a:77:{s:2:\"ID\";i:85;s:10:\"user_login\";s:12:\"skyeramer473\";s:9:\"user_pass\";s:60:\"$2y$10$hYzZktc4r/RwwO99crJcpOMd4tmULUPECXKMAy2q/4wU5YhFANi3u\";s:13:\"user_nicename\";s:12:\"skyeramer473\";s:10:\"user_email\";s:20:\"Skye.Ramer@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-20 19:55:00\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Skye Ramer\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"skyeramer473\";s:10:\"first_name\";s:4:\"Skye\";s:9:\"last_name\";s:5:\"Ramer\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566330900\";s:25:\"synced_gravatar_hashed_id\";s:32:\"0e3115c1511761974954d76b0f9cdab4\";s:9:\"submitted\";s:300:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566312889\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"skyeramer473\";s:10:\"first_name\";s:4:\"Skye\";s:9:\"last_name\";s:5:\"Ramer\";s:10:\"user_email\";s:20:\"Skye.Ramer@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566312889\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"skyeramer473\";s:9:\"full_name\";s:10:\"skye ramer\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566312901\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(13541,'um_cache_userdata_86','a:77:{s:2:\"ID\";i:86;s:10:\"user_login\";s:11:\"cgmphillipp\";s:9:\"user_pass\";s:60:\"$2y$10$nEjX4peF0Ta5O.94f6/74eAcdKuVlJTv9NP0cazYMXPG17O2sl9q2\";s:13:\"user_nicename\";s:11:\"cgmphillipp\";s:10:\"user_email\";s:27:\"Phillipp_Lehman42@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-20 21:24:53\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Phillipp Lehman\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"cgmphillipp\";s:10:\"first_name\";s:8:\"Phillipp\";s:9:\"last_name\";s:6:\"Lehman\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566336293\";s:25:\"synced_gravatar_hashed_id\";s:32:\"394707e9caa47477f5a92bfe61801a4e\";s:9:\"submitted\";s:311:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566318285\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"cgmphillipp\";s:10:\"first_name\";s:8:\"Phillipp\";s:9:\"last_name\";s:6:\"Lehman\";s:10:\"user_email\";s:27:\"Phillipp_Lehman42@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566318285\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"cgmphillipp\";s:9:\"full_name\";s:15:\"phillipp lehman\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566318293\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(13656,'um_cache_userdata_87','a:77:{s:2:\"ID\";i:87;s:10:\"user_login\";s:13:\"louisutc54084\";s:9:\"user_pass\";s:60:\"$2y$10$0PcbUzi88IPj6Au8gkGSr.LFKihTVxhbJIyiXRs5RiqfJRY73eATm\";s:13:\"user_nicename\";s:13:\"louisutc54084\";s:10:\"user_email\";s:24:\"Louis-Lehner59@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-20 22:15:08\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Louis Lehner\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"louisutc54084\";s:10:\"first_name\";s:5:\"Louis\";s:9:\"last_name\";s:6:\"Lehner\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566339308\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c1eeeb3bdc58f6acea746c692d706a76\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566321298\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"louisutc54084\";s:10:\"first_name\";s:5:\"Louis\";s:9:\"last_name\";s:6:\"Lehner\";s:10:\"user_email\";s:24:\"Louis-Lehner59@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566321298\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"louisutc54084\";s:9:\"full_name\";s:12:\"louis lehner\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566321308\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(13696,'um_cache_userdata_88','a:77:{s:2:\"ID\";i:88;s:10:\"user_login\";s:14:\"odellmajeski42\";s:9:\"user_pass\";s:60:\"$2y$10$XvcjJPBLXpBOuMUmuyiOuuWDT7FOzLKOhAoLdr8YjfvOtciMMKy9y\";s:13:\"user_nicename\";s:14:\"odellmajeski42\";s:10:\"user_email\";s:25:\"Odell_Majeski94@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-20 22:54:20\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Odell Majeski\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"odellmajeski42\";s:10:\"first_name\";s:5:\"Odell\";s:9:\"last_name\";s:7:\"Majeski\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566341660\";s:25:\"synced_gravatar_hashed_id\";s:32:\"6d67557e425f5b03fe7d06a2c171c4f8\";s:9:\"submitted\";s:310:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566323648\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"odellmajeski42\";s:10:\"first_name\";s:5:\"Odell\";s:9:\"last_name\";s:7:\"Majeski\";s:10:\"user_email\";s:25:\"Odell_Majeski94@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566323648\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"odellmajeski42\";s:9:\"full_name\";s:13:\"odell majeski\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566323660\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(13738,'um_cache_userdata_89','a:77:{s:2:\"ID\";i:89;s:10:\"user_login\";s:14:\"cathyworthen44\";s:9:\"user_pass\";s:60:\"$2y$10$a3dR4HxlLisEn8NDeU2hBOH1nB7bil3Zv4hP.G6EbFNG0sTzrRmTS\";s:13:\"user_nicename\";s:14:\"cathyworthen44\";s:10:\"user_email\";s:23:\"Cathy_Worthen@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-20 23:46:38\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Cathy Worthen\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"cathyworthen44\";s:10:\"first_name\";s:5:\"Cathy\";s:9:\"last_name\";s:7:\"Worthen\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566344798\";s:25:\"synced_gravatar_hashed_id\";s:32:\"6c990f81fe5693ba4dc6ac8d543bfe45\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566326788\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"cathyworthen44\";s:10:\"first_name\";s:5:\"Cathy\";s:9:\"last_name\";s:7:\"Worthen\";s:10:\"user_email\";s:23:\"Cathy_Worthen@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566326788\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"cathyworthen44\";s:9:\"full_name\";s:13:\"cathy worthen\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566326799\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(13838,'um_cache_userdata_90','a:77:{s:2:\"ID\";i:90;s:10:\"user_login\";s:13:\"oliverives985\";s:9:\"user_pass\";s:60:\"$2y$10$wg4/wjPmTunhuzqhHJOA1.934kD.5qMfF39Qvm9YltpxsY8.QsUWy\";s:13:\"user_nicename\";s:13:\"oliverives985\";s:10:\"user_email\";s:21:\"Oliver-Ives@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 02:21:47\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Oliver Ives\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"oliverives985\";s:10:\"first_name\";s:6:\"Oliver\";s:9:\"last_name\";s:4:\"Ives\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566354107\";s:25:\"synced_gravatar_hashed_id\";s:32:\"a1f2b1892b518e7b96040b1a493e7bae\";s:9:\"submitted\";s:303:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566336095\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"7cfa8e63cc\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"oliverives985\";s:10:\"first_name\";s:6:\"Oliver\";s:9:\"last_name\";s:4:\"Ives\";s:10:\"user_email\";s:21:\"Oliver-Ives@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566336095\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"7cfa8e63cc\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"oliverives985\";s:9:\"full_name\";s:11:\"oliver ives\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566336107\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(13905,'um_cache_userdata_91','a:77:{s:2:\"ID\";i:91;s:10:\"user_login\";s:16:\"cristinamedworth\";s:9:\"user_pass\";s:60:\"$2y$10$F15sFiLh0L9T8vmvRv43JejAkvmqacyZTbzYs1ezxe2xGu0Oxbs72\";s:13:\"user_nicename\";s:16:\"cristinamedworth\";s:10:\"user_email\";s:27:\"Cristina_Medworth@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 02:41:40\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Cristina Medworth\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"cristinamedworth\";s:10:\"first_name\";s:8:\"Cristina\";s:9:\"last_name\";s:8:\"Medworth\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566355300\";s:25:\"synced_gravatar_hashed_id\";s:32:\"465836be321606dd90b0d2599dcb95d5\";s:9:\"submitted\";s:318:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566337289\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"7cfa8e63cc\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"cristinamedworth\";s:10:\"first_name\";s:8:\"Cristina\";s:9:\"last_name\";s:8:\"Medworth\";s:10:\"user_email\";s:27:\"Cristina_Medworth@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566337289\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"7cfa8e63cc\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"cristinamedworth\";s:9:\"full_name\";s:17:\"cristina medworth\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566337301\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(14000,'um_cache_userdata_92','a:77:{s:2:\"ID\";i:92;s:10:\"user_login\";s:15:\"mervinnugent694\";s:9:\"user_pass\";s:60:\"$2y$10$lwy8Hs7DI4Rds6RCUD7B8eW7H054CBcAJyEy/ACo1Y6Lnzpln1KI6\";s:13:\"user_nicename\";s:15:\"mervinnugent694\";s:10:\"user_email\";s:23:\"Mervin.Nugent@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 04:27:56\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Mervin Nugent\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"mervinnugent694\";s:10:\"first_name\";s:6:\"Mervin\";s:9:\"last_name\";s:6:\"Nugent\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566361676\";s:25:\"synced_gravatar_hashed_id\";s:32:\"3a42a2bc3e0361afeb16ddf90f9a0726\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566343670\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"7cfa8e63cc\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"mervinnugent694\";s:10:\"first_name\";s:6:\"Mervin\";s:9:\"last_name\";s:6:\"Nugent\";s:10:\"user_email\";s:23:\"Mervin.Nugent@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566343670\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"7cfa8e63cc\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"mervinnugent694\";s:9:\"full_name\";s:13:\"mervin nugent\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566343677\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(14049,'um_cache_userdata_93','a:77:{s:2:\"ID\";i:93;s:10:\"user_login\";s:15:\"anjapettis21425\";s:9:\"user_pass\";s:60:\"$2y$10$EpA5KtkOgxUWNQulbXKLJuyb4P27EFG.PAygjCMoXDCimJ0dvkeKe\";s:13:\"user_nicename\";s:15:\"anjapettis21425\";s:10:\"user_email\";s:21:\"Anja-Pettis@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 04:49:34\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Anja Pettis\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"anjapettis21425\";s:10:\"first_name\";s:4:\"Anja\";s:9:\"last_name\";s:6:\"Pettis\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566362974\";s:25:\"synced_gravatar_hashed_id\";s:32:\"b92473d30f4f21c2b075f4928ae9e377\";s:9:\"submitted\";s:305:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566344968\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"7cfa8e63cc\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"anjapettis21425\";s:10:\"first_name\";s:4:\"Anja\";s:9:\"last_name\";s:6:\"Pettis\";s:10:\"user_email\";s:21:\"Anja-Pettis@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566344968\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"7cfa8e63cc\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"anjapettis21425\";s:9:\"full_name\";s:11:\"anja pettis\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566344975\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(14091,'um_cache_userdata_94','a:77:{s:2:\"ID\";i:94;s:10:\"user_login\";s:15:\"angelou41070511\";s:9:\"user_pass\";s:60:\"$2y$10$MkrGJ/Vj76/R5TBIRlx5E.cJqfAST8WyQdctS04A35dLTBXoyKcMy\";s:13:\"user_nicename\";s:15:\"angelou41070511\";s:10:\"user_email\";s:24:\"Angelo-Seevers@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 05:26:08\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Angelo Seevers\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"angelou41070511\";s:10:\"first_name\";s:6:\"Angelo\";s:9:\"last_name\";s:7:\"Seevers\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566365168\";s:25:\"synced_gravatar_hashed_id\";s:32:\"7e898b886e1970a276da85c5862838be\";s:9:\"submitted\";s:311:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566347157\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"7cfa8e63cc\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"angelou41070511\";s:10:\"first_name\";s:6:\"Angelo\";s:9:\"last_name\";s:7:\"Seevers\";s:10:\"user_email\";s:24:\"Angelo-Seevers@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566347157\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"7cfa8e63cc\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"angelou41070511\";s:9:\"full_name\";s:14:\"angelo seevers\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566347168\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(14096,'um_cache_userdata_95','a:77:{s:2:\"ID\";i:95;s:10:\"user_login\";s:13:\"dbwgita794848\";s:9:\"user_pass\";s:60:\"$2y$10$QKPdqmQQpTI/vxWiSjNVZ.XL6DD47zKu5mBuQy5iYwhksRosYNvM6\";s:13:\"user_nicename\";s:13:\"dbwgita794848\";s:10:\"user_email\";s:21:\"Gita_Layden@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 05:56:55\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Gita Layden\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"dbwgita794848\";s:10:\"first_name\";s:4:\"Gita\";s:9:\"last_name\";s:6:\"Layden\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566367015\";s:25:\"synced_gravatar_hashed_id\";s:32:\"7fac91e14371d92b6c9927ab7f43165e\";s:9:\"submitted\";s:303:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566349004\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"7cfa8e63cc\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"dbwgita794848\";s:10:\"first_name\";s:4:\"Gita\";s:9:\"last_name\";s:6:\"Layden\";s:10:\"user_email\";s:21:\"Gita_Layden@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566349004\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"7cfa8e63cc\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"dbwgita794848\";s:9:\"full_name\";s:11:\"gita layden\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566349016\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(14103,'um_cache_userdata_96','a:77:{s:2:\"ID\";i:96;s:10:\"user_login\";s:12:\"louisehuerta\";s:9:\"user_pass\";s:60:\"$2y$10$7LTRB5SPzJ7odHkzv1vD.eBWtgUirXNE0EVLZHu4KXubNHBokJtEO\";s:13:\"user_nicename\";s:12:\"louisehuerta\";s:10:\"user_email\";s:25:\"Louise-Huerta58@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 06:51:39\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Louise Huerta\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"louisehuerta\";s:10:\"first_name\";s:6:\"Louise\";s:9:\"last_name\";s:6:\"Huerta\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566370300\";s:25:\"synced_gravatar_hashed_id\";s:32:\"983d989991d05913c58358be2a291985\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566352289\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"7cfa8e63cc\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"louisehuerta\";s:10:\"first_name\";s:6:\"Louise\";s:9:\"last_name\";s:6:\"Huerta\";s:10:\"user_email\";s:25:\"Louise-Huerta58@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566352289\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"7cfa8e63cc\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"louisehuerta\";s:9:\"full_name\";s:13:\"louise huerta\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566352300\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(14118,'um_cache_userdata_97','a:77:{s:2:\"ID\";i:97;s:10:\"user_login\";s:11:\"lillianablb\";s:9:\"user_pass\";s:60:\"$2y$10$in.hZbfzUTO87J2JrSNQU.LlbIk9xgLS1I5zSOnuxyhAADkEWrLeq\";s:13:\"user_nicename\";s:11:\"lillianablb\";s:10:\"user_email\";s:28:\"Lilliana-Gallard96@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 11:19:32\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Lilliana Gallard\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"lillianablb\";s:10:\"first_name\";s:8:\"Lilliana\";s:9:\"last_name\";s:7:\"Gallard\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566386372\";s:25:\"synced_gravatar_hashed_id\";s:32:\"5f4e1c774d20cdead8bb5b0e3a21ad20\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566368362\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"7cfa8e63cc\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"lillianablb\";s:10:\"first_name\";s:8:\"Lilliana\";s:9:\"last_name\";s:7:\"Gallard\";s:10:\"user_email\";s:28:\"Lilliana-Gallard96@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566368362\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"7cfa8e63cc\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"lillianablb\";s:9:\"full_name\";s:16:\"lilliana gallard\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566368373\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(14123,'um_cache_userdata_98','a:77:{s:2:\"ID\";i:98;s:10:\"user_login\";s:13:\"lilliegrieve4\";s:9:\"user_pass\";s:60:\"$2y$10$zyiTyTc2k.6oKX5KcEa.VOBiBbK3t3Jya5opdmTqvuGKRmZ6QzLYm\";s:13:\"user_nicename\";s:13:\"lilliegrieve4\";s:10:\"user_email\";s:25:\"Lillie.Grieve23@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 11:24:45\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Lillie Grieve\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"lilliegrieve4\";s:10:\"first_name\";s:6:\"Lillie\";s:9:\"last_name\";s:6:\"Grieve\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566386685\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f877ed1e13beec0faff03f40d043ca55\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566368676\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"7cfa8e63cc\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"lilliegrieve4\";s:10:\"first_name\";s:6:\"Lillie\";s:9:\"last_name\";s:6:\"Grieve\";s:10:\"user_email\";s:25:\"Lillie.Grieve23@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566368676\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"7cfa8e63cc\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"lilliegrieve4\";s:9:\"full_name\";s:13:\"lillie grieve\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566368685\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(14192,'sm_options','a:52:{s:18:\"sm_b_prio_provider\";s:41:\"GoogleSitemapGeneratorPrioByCountProvider\";s:9:\"sm_b_ping\";b:1;s:10:\"sm_b_stats\";b:0;s:12:\"sm_b_pingmsn\";b:1;s:12:\"sm_b_autozip\";b:1;s:11:\"sm_b_memory\";s:0:\"\";s:9:\"sm_b_time\";i:-1;s:18:\"sm_b_style_default\";b:1;s:10:\"sm_b_style\";s:0:\"\";s:12:\"sm_b_baseurl\";s:0:\"\";s:11:\"sm_b_robots\";b:1;s:9:\"sm_b_html\";b:1;s:12:\"sm_b_exclude\";a:0:{}s:17:\"sm_b_exclude_cats\";a:0:{}s:10:\"sm_in_home\";b:1;s:11:\"sm_in_posts\";b:1;s:15:\"sm_in_posts_sub\";b:0;s:11:\"sm_in_pages\";b:1;s:10:\"sm_in_cats\";b:0;s:10:\"sm_in_arch\";b:0;s:10:\"sm_in_auth\";b:0;s:10:\"sm_in_tags\";b:0;s:9:\"sm_in_tax\";a:0:{}s:17:\"sm_in_customtypes\";a:0:{}s:13:\"sm_in_lastmod\";b:1;s:10:\"sm_cf_home\";s:5:\"daily\";s:11:\"sm_cf_posts\";s:7:\"monthly\";s:11:\"sm_cf_pages\";s:6:\"weekly\";s:10:\"sm_cf_cats\";s:6:\"weekly\";s:10:\"sm_cf_auth\";s:6:\"weekly\";s:15:\"sm_cf_arch_curr\";s:5:\"daily\";s:14:\"sm_cf_arch_old\";s:6:\"yearly\";s:10:\"sm_cf_tags\";s:6:\"weekly\";s:10:\"sm_pr_home\";d:1;s:11:\"sm_pr_posts\";d:0.6;s:15:\"sm_pr_posts_min\";d:0.2;s:11:\"sm_pr_pages\";d:0.6;s:10:\"sm_pr_cats\";d:0.3;s:10:\"sm_pr_arch\";d:0.3;s:10:\"sm_pr_auth\";d:0.3;s:10:\"sm_pr_tags\";d:0.3;s:12:\"sm_i_donated\";b:0;s:17:\"sm_i_hide_donated\";b:0;s:17:\"sm_i_install_date\";i:1566396792;s:16:\"sm_i_hide_survey\";b:1;s:14:\"sm_i_hide_note\";b:0;s:15:\"sm_i_hide_works\";b:0;s:16:\"sm_i_hide_donors\";b:0;s:9:\"sm_i_hash\";s:20:\"0ea5d49c6235da43d76d\";s:13:\"sm_i_lastping\";i:1567084565;s:16:\"sm_i_supportfeed\";b:1;s:22:\"sm_i_supportfeed_cache\";i:1567005193;}','yes'),(14202,'sm_status','O:28:\"GoogleSitemapGeneratorStatus\":4:{s:39:\"\0GoogleSitemapGeneratorStatus\0startTime\";d:1567084563.302105;s:37:\"\0GoogleSitemapGeneratorStatus\0endTime\";d:1567084564.280003;s:41:\"\0GoogleSitemapGeneratorStatus\0pingResults\";a:2:{s:6:\"google\";a:5:{s:9:\"startTime\";d:1567084563.305824;s:7:\"endTime\";d:1567084563.547246;s:7:\"success\";b:1;s:3:\"url\";s:101:\"http://www.google.com/webmasters/sitemaps/ping?sitemap=https%3A%2F%2Fbuzz-caribbean.com%2Fsitemap.xml\";s:4:\"name\";s:6:\"Google\";}s:4:\"bing\";a:5:{s:9:\"startTime\";d:1567084563.549557;s:7:\"endTime\";d:1567084564.275063;s:7:\"success\";b:1;s:3:\"url\";s:94:\"http://www.bing.com/webmaster/ping.aspx?siteMap=https%3A%2F%2Fbuzz-caribbean.com%2Fsitemap.xml\";s:4:\"name\";s:4:\"Bing\";}}s:38:\"\0GoogleSitemapGeneratorStatus\0autoSave\";b:1;}','no'),(14506,'out-category_children','a:0:{}','yes'),(14646,'um_cache_userdata_100','a:77:{s:2:\"ID\";i:100;s:10:\"user_login\";s:11:\"ettastretch\";s:9:\"user_pass\";s:60:\"$2y$10$j4.OIOhc5PS7w4KeGwHpMev77oicdiCUWNkA9cfxsAtgRjZquwsp.\";s:13:\"user_nicename\";s:11:\"ettastretch\";s:10:\"user_email\";s:26:\"drusillahorace@geargum.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 17:02:29\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Etta Stretch\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"ettastretch\";s:10:\"first_name\";s:4:\"Etta\";s:9:\"last_name\";s:7:\"Stretch\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566406949\";s:25:\"synced_gravatar_hashed_id\";s:32:\"d4dae649d8c5f5eaa85a6063e6164ea4\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566388943\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"ettastretch\";s:10:\"first_name\";s:4:\"Etta\";s:9:\"last_name\";s:7:\"Stretch\";s:10:\"user_email\";s:26:\"drusillahorace@geargum.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566388943\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"ettastretch\";s:9:\"full_name\";s:12:\"etta stretch\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566388950\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(14688,'um_cache_userdata_101','a:77:{s:2:\"ID\";i:101;s:10:\"user_login\";s:13:\"otto36b947883\";s:9:\"user_pass\";s:60:\"$2y$10$RSEG50CBkjNciuKtdwGOmOEjSvWDVB0HAARGHKXLdnJO9o.OsV5GC\";s:13:\"user_nicename\";s:13:\"otto36b947883\";s:10:\"user_email\";s:25:\"maribelvance@bandsoap.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 17:33:16\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Otto Wekey\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"otto36b947883\";s:10:\"first_name\";s:4:\"Otto\";s:9:\"last_name\";s:5:\"Wekey\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566408796\";s:25:\"synced_gravatar_hashed_id\";s:32:\"b4ed18f682c92deca1b1564231396771\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566390787\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"otto36b947883\";s:10:\"first_name\";s:4:\"Otto\";s:9:\"last_name\";s:5:\"Wekey\";s:10:\"user_email\";s:25:\"maribelvance@bandsoap.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566390787\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"otto36b947883\";s:9:\"full_name\";s:10:\"otto wekey\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566390796\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(14709,'um_cache_userdata_102','a:77:{s:2:\"ID\";i:102;s:10:\"user_login\";s:10:\"loislash32\";s:9:\"user_pass\";s:60:\"$2y$10$nZcEzP0cXTYA00J3zzjNpeiK2LSgsvJTHhVK6NXO8/FkF4wWLZ8qa\";s:13:\"user_nicename\";s:10:\"loislash32\";s:10:\"user_email\";s:25:\"LoisLash87@slow.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 17:43:14\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:9:\"Lois Lash\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"loislash32\";s:10:\"first_name\";s:4:\"Lois\";s:9:\"last_name\";s:4:\"Lash\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566409394\";s:25:\"synced_gravatar_hashed_id\";s:32:\"a016b9aa43fe7771acf62befa9ac3348\";s:9:\"submitted\";s:302:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566391387\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"loislash32\";s:10:\"first_name\";s:4:\"Lois\";s:9:\"last_name\";s:4:\"Lash\";s:10:\"user_email\";s:25:\"LoisLash87@slow.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566391387\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"loislash32\";s:9:\"full_name\";s:9:\"lois lash\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566391395\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(14719,'um_cache_userdata_103','a:77:{s:2:\"ID\";i:103;s:10:\"user_login\";s:13:\"kasha83s33532\";s:9:\"user_pass\";s:60:\"$2y$10$KHW7CYgDMlYXwwu4iMxglemTTUD1wlDY3VmliIcBd6f9IP5YdU666\";s:13:\"user_nicename\";s:13:\"kasha83s33532\";s:10:\"user_email\";s:29:\"KashaFlowers20@iron.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 18:00:56\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Kasha Flowers\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"kasha83s33532\";s:10:\"first_name\";s:5:\"Kasha\";s:9:\"last_name\";s:7:\"Flowers\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566410456\";s:25:\"synced_gravatar_hashed_id\";s:32:\"5e96383f78f063f374cfec66f96a35b5\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566392445\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"kasha83s33532\";s:10:\"first_name\";s:5:\"Kasha\";s:9:\"last_name\";s:7:\"Flowers\";s:10:\"user_email\";s:29:\"KashaFlowers20@iron.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566392445\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"kasha83s33532\";s:9:\"full_name\";s:13:\"kasha flowers\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566392457\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(14729,'um_cache_userdata_104','a:77:{s:2:\"ID\";i:104;s:10:\"user_login\";s:15:\"penneywalpole35\";s:9:\"user_pass\";s:60:\"$2y$10$Gg2qb.GtaArTpi/XDTGwiuHVHg36tbY2A/rCaQQ3jMnlmZ6.JtAo6\";s:13:\"user_nicename\";s:15:\"penneywalpole35\";s:10:\"user_email\";s:25:\"cynthiastewart@melcow.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 18:12:53\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Penney Walpole\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"penneywalpole35\";s:10:\"first_name\";s:6:\"Penney\";s:9:\"last_name\";s:7:\"Walpole\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566411173\";s:25:\"synced_gravatar_hashed_id\";s:32:\"d20afb76d5e6247270ac988822f96a4d\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566393167\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"penneywalpole35\";s:10:\"first_name\";s:6:\"Penney\";s:9:\"last_name\";s:7:\"Walpole\";s:10:\"user_email\";s:25:\"cynthiastewart@melcow.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566393167\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"penneywalpole35\";s:9:\"full_name\";s:14:\"penney walpole\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566393174\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(14742,'um_cache_userdata_105','a:77:{s:2:\"ID\";i:105;s:10:\"user_login\";s:10:\"florian81w\";s:9:\"user_pass\";s:60:\"$2y$10$kOfoIHri/BSlsT.DJocCNuw2xXwO9HV/K6wQnNfP7zwUEU5iq5zQG\";s:13:\"user_nicename\";s:10:\"florian81w\";s:10:\"user_email\";s:27:\"bernardmariana@bandsoap.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 18:23:11\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Florian Cambage\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"florian81w\";s:10:\"first_name\";s:7:\"Florian\";s:9:\"last_name\";s:7:\"Cambage\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566411791\";s:25:\"synced_gravatar_hashed_id\";s:32:\"54d7afaaa099df1b7650939af8360622\";s:9:\"submitted\";s:310:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566393786\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"florian81w\";s:10:\"first_name\";s:7:\"Florian\";s:9:\"last_name\";s:7:\"Cambage\";s:10:\"user_email\";s:27:\"bernardmariana@bandsoap.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566393786\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"florian81w\";s:9:\"full_name\";s:15:\"florian cambage\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566393792\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(14753,'um_cache_userdata_106','a:77:{s:2:\"ID\";i:106;s:10:\"user_login\";s:10:\"magdareed6\";s:9:\"user_pass\";s:60:\"$2y$10$FiyYE5DRRSvX7TYH.2YucOH9NkKrPfhUSjMZaqe8YkiiRYg3dIq02\";s:13:\"user_nicename\";s:10:\"magdareed6\";s:10:\"user_email\";s:26:\"MagdaReed68@slow.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 18:28:15\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Magda Reed\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"magdareed6\";s:10:\"first_name\";s:5:\"Magda\";s:9:\"last_name\";s:4:\"Reed\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566412095\";s:25:\"synced_gravatar_hashed_id\";s:32:\"1a7b4d6f12d0ea2393e55f3bb073864d\";s:9:\"submitted\";s:304:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566394088\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"magdareed6\";s:10:\"first_name\";s:5:\"Magda\";s:9:\"last_name\";s:4:\"Reed\";s:10:\"user_email\";s:26:\"MagdaReed68@slow.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566394088\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"magdareed6\";s:9:\"full_name\";s:10:\"magda reed\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566394096\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(14759,'um_cache_userdata_107','a:77:{s:2:\"ID\";i:107;s:10:\"user_login\";s:15:\"derickcolorado4\";s:9:\"user_pass\";s:60:\"$2y$10$uS006InRVmyvkst5HBtNDOz.D3MliFZe5kR9w9H3Xd9j9xOFqg0nW\";s:13:\"user_nicename\";s:15:\"derickcolorado4\";s:10:\"user_email\";s:31:\"DerickColorado62@hate.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 18:29:15\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Derick Colorado\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"derickcolorado4\";s:10:\"first_name\";s:6:\"Derick\";s:9:\"last_name\";s:8:\"Colorado\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566412155\";s:25:\"synced_gravatar_hashed_id\";s:32:\"cff93e793c5cd8b71c22f3fffb2351ac\";s:9:\"submitted\";s:319:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566394146\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"derickcolorado4\";s:10:\"first_name\";s:6:\"Derick\";s:9:\"last_name\";s:8:\"Colorado\";s:10:\"user_email\";s:31:\"DerickColorado62@hate.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566394146\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"derickcolorado4\";s:9:\"full_name\";s:15:\"derick colorado\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566394156\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(14764,'um_cache_userdata_108','a:77:{s:2:\"ID\";i:108;s:10:\"user_login\";s:10:\"smbclara16\";s:9:\"user_pass\";s:60:\"$2y$10$v7RCEOmlLLMqXcffyy0pNugUSQirhmKJhEPoAYqQn8rwAA7/JmMK2\";s:13:\"user_nicename\";s:10:\"smbclara16\";s:10:\"user_email\";s:25:\"kathrynjanis@kovezero.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 18:30:15\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Clara Mcmichael\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"smbclara16\";s:10:\"first_name\";s:5:\"Clara\";s:9:\"last_name\";s:9:\"Mcmichael\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566412215\";s:25:\"synced_gravatar_hashed_id\";s:32:\"e21e2f24478967fd5b55c7f3b6efa0d5\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566394208\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"smbclara16\";s:10:\"first_name\";s:5:\"Clara\";s:9:\"last_name\";s:9:\"Mcmichael\";s:10:\"user_email\";s:25:\"kathrynjanis@kovezero.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566394208\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"smbclara16\";s:9:\"full_name\";s:15:\"clara mcmichael\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566394216\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(14769,'um_cache_userdata_109','a:77:{s:2:\"ID\";i:109;s:10:\"user_login\";s:14:\"noellawickens8\";s:9:\"user_pass\";s:60:\"$2y$10$kd.QYDip329C.Nve44/CdOiQ1wSmx.jD7cCi23E5TPRvahRZkudhm\";s:13:\"user_nicename\";s:14:\"noellawickens8\";s:10:\"user_email\";s:34:\"domingokandice@goodcoffeemaker.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 18:31:13\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Noella Wickens\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"noellawickens8\";s:10:\"first_name\";s:6:\"Noella\";s:9:\"last_name\";s:7:\"Wickens\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566412273\";s:25:\"synced_gravatar_hashed_id\";s:32:\"b4ec23a4c940ac16ffcd19f750f88a57\";s:9:\"submitted\";s:320:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566394268\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"noellawickens8\";s:10:\"first_name\";s:6:\"Noella\";s:9:\"last_name\";s:7:\"Wickens\";s:10:\"user_email\";s:34:\"domingokandice@goodcoffeemaker.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566394268\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"noellawickens8\";s:9:\"full_name\";s:14:\"noella wickens\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566394274\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(14776,'um_cache_userdata_110','a:77:{s:2:\"ID\";i:110;s:10:\"user_login\";s:15:\"michalsuter3986\";s:9:\"user_pass\";s:60:\"$2y$10$jYhVlO61xFp2WeAHE.IZIecTkvjFZRoATTCmEDTkssV8.qjQ14HW.\";s:13:\"user_nicename\";s:15:\"michalsuter3986\";s:10:\"user_email\";s:28:\"MichalSuter38@hate.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 18:32:13\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Michal Suter\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"michalsuter3986\";s:10:\"first_name\";s:6:\"Michal\";s:9:\"last_name\";s:5:\"Suter\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566412333\";s:25:\"synced_gravatar_hashed_id\";s:32:\"e4ccac4afe3f650b75210b535c22c1d8\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566394327\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"michalsuter3986\";s:10:\"first_name\";s:6:\"Michal\";s:9:\"last_name\";s:5:\"Suter\";s:10:\"user_email\";s:28:\"MichalSuter38@hate.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566394327\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"michalsuter3986\";s:9:\"full_name\";s:12:\"michal suter\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566394334\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(14781,'um_cache_userdata_111','a:77:{s:2:\"ID\";i:111;s:10:\"user_login\";s:13:\"clintcharette\";s:9:\"user_pass\";s:60:\"$2y$10$PfTYlWCrmrd9sh8xTAZKruxgAQjdv1c.c.rm2N0yxp0m/adsvq3r6\";s:13:\"user_nicename\";s:13:\"clintcharette\";s:10:\"user_email\";s:30:\"ClintCharette76@iron.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 18:33:14\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Clint Charette\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"clintcharette\";s:10:\"first_name\";s:5:\"Clint\";s:9:\"last_name\";s:8:\"Charette\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566412394\";s:25:\"synced_gravatar_hashed_id\";s:32:\"de71649f761b23caa91d7ec5f6755dec\";s:9:\"submitted\";s:315:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566394387\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"clintcharette\";s:10:\"first_name\";s:5:\"Clint\";s:9:\"last_name\";s:8:\"Charette\";s:10:\"user_email\";s:30:\"ClintCharette76@iron.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566394387\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"clintcharette\";s:9:\"full_name\";s:14:\"clint charette\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566394395\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(14791,'um_cache_userdata_112','a:77:{s:2:\"ID\";i:112;s:10:\"user_login\";s:15:\"nidiadavis63228\";s:9:\"user_pass\";s:60:\"$2y$10$/v3W8iK6bF36iYHFR0mV0.6Wzf4Ajixq6S/IskYntaCi2LQy9OWnG\";s:13:\"user_nicename\";s:15:\"nidiadavis63228\";s:10:\"user_email\";s:27:\"NidiaDavis54@iron.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 18:34:15\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Nidia Davis\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"nidiadavis63228\";s:10:\"first_name\";s:5:\"Nidia\";s:9:\"last_name\";s:5:\"Davis\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566412455\";s:25:\"synced_gravatar_hashed_id\";s:32:\"4d787ae8817483b52c2e95088fc00ff9\";s:9:\"submitted\";s:311:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566394447\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"nidiadavis63228\";s:10:\"first_name\";s:5:\"Nidia\";s:9:\"last_name\";s:5:\"Davis\";s:10:\"user_email\";s:27:\"NidiaDavis54@iron.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566394447\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"nidiadavis63228\";s:9:\"full_name\";s:11:\"nidia davis\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566394456\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(14798,'um_cache_userdata_113','a:77:{s:2:\"ID\";i:113;s:10:\"user_login\";s:14:\"alejandroauger\";s:9:\"user_pass\";s:60:\"$2y$10$7zblBqTi/1mjw69VRdXZT.kfxzh6wieeEtnw09SUsJQ0al90rHxcm\";s:13:\"user_nicename\";s:14:\"alejandroauger\";s:10:\"user_email\";s:31:\"AlejandroAuger71@iron.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 18:36:14\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Alejandro Auger\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"alejandroauger\";s:10:\"first_name\";s:9:\"Alejandro\";s:9:\"last_name\";s:5:\"Auger\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566412574\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f018cdeffb846e57e045e4b3e81a1d32\";s:9:\"submitted\";s:318:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566394567\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"alejandroauger\";s:10:\"first_name\";s:9:\"Alejandro\";s:9:\"last_name\";s:5:\"Auger\";s:10:\"user_email\";s:31:\"AlejandroAuger71@iron.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566394567\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"alejandroauger\";s:9:\"full_name\";s:15:\"alejandro auger\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566394575\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(14942,'um_cache_userdata_114','a:77:{s:2:\"ID\";i:114;s:10:\"user_login\";s:12:\"margaretaabt\";s:9:\"user_pass\";s:60:\"$2y$10$eUPo18IZhWxOKsaUmaGCg.tDLdD8SpFhIOveQ3WGcUosVgKB8vRiq\";s:13:\"user_nicename\";s:12:\"margaretaabt\";s:10:\"user_email\";s:33:\"Margareta_Abt95@sport-live-com.ru\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 20:07:28\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Margareta Abt\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"margaretaabt\";s:10:\"first_name\";s:9:\"Margareta\";s:9:\"last_name\";s:3:\"Abt\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566418048\";s:25:\"synced_gravatar_hashed_id\";s:32:\"7620583807d2cfeea9d78b88ab5b8a39\";s:9:\"submitted\";s:316:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566400040\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"margaretaabt\";s:10:\"first_name\";s:9:\"Margareta\";s:9:\"last_name\";s:3:\"Abt\";s:10:\"user_email\";s:33:\"Margareta_Abt95@sport-live-com.ru\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566400040\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"margaretaabt\";s:9:\"full_name\";s:13:\"margareta abt\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566400048\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(14951,'um_cache_userdata_115','a:77:{s:2:\"ID\";i:115;s:10:\"user_login\";s:13:\"lonnyroussel5\";s:9:\"user_pass\";s:60:\"$2y$10$ynugtReIgLQpLQ8fdVAvMurCSoWtbrlbF7sGbJf5/6fRonIXA54Jq\";s:13:\"user_nicename\";s:13:\"lonnyroussel5\";s:10:\"user_email\";s:29:\"LonnyRoussel86@hate.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 20:13:46\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Lonny Roussel\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"lonnyroussel5\";s:10:\"first_name\";s:5:\"Lonny\";s:9:\"last_name\";s:7:\"Roussel\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566418426\";s:25:\"synced_gravatar_hashed_id\";s:32:\"bfc837c8beb3ef44e872ee799f4388b6\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566400416\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"lonnyroussel5\";s:10:\"first_name\";s:5:\"Lonny\";s:9:\"last_name\";s:7:\"Roussel\";s:10:\"user_email\";s:29:\"LonnyRoussel86@hate.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566400416\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"lonnyroussel5\";s:9:\"full_name\";s:13:\"lonny roussel\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566400427\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(14958,'um_cache_userdata_116','a:77:{s:2:\"ID\";i:116;s:10:\"user_login\";s:15:\"bretmccollum833\";s:9:\"user_pass\";s:60:\"$2y$10$myEvfK0qLEA9bZgNyCIvjuVqL3jYgwIyuSA87y2SPSXLPqJs.nCru\";s:13:\"user_nicename\";s:15:\"bretmccollum833\";s:10:\"user_email\";s:29:\"BretMccollum91@hate.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 20:18:50\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Bret Mccollum\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"bretmccollum833\";s:10:\"first_name\";s:4:\"Bret\";s:9:\"last_name\";s:8:\"Mccollum\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566418730\";s:25:\"synced_gravatar_hashed_id\";s:32:\"1248b24479bcddea03e1eb0356c3dc49\";s:9:\"submitted\";s:315:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566400722\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"bretmccollum833\";s:10:\"first_name\";s:4:\"Bret\";s:9:\"last_name\";s:8:\"Mccollum\";s:10:\"user_email\";s:29:\"BretMccollum91@hate.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566400722\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"bretmccollum833\";s:9:\"full_name\";s:13:\"bret mccollum\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566400730\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(14963,'um_cache_userdata_117','a:77:{s:2:\"ID\";i:117;s:10:\"user_login\";s:14:\"natishagrafton\";s:9:\"user_pass\";s:60:\"$2y$10$qwVqRTSGx0x6lmIRJgnbSOsXMu4TOxRRNpEj5PevrJxRRli.PV7cq\";s:13:\"user_nicename\";s:14:\"natishagrafton\";s:10:\"user_email\";s:31:\"NatishaGrafton22@slow.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 20:28:48\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Natisha Grafton\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"natishagrafton\";s:10:\"first_name\";s:7:\"Natisha\";s:9:\"last_name\";s:7:\"Grafton\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566419328\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f168c416508228a16c4118de70991827\";s:9:\"submitted\";s:318:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566401322\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"natishagrafton\";s:10:\"first_name\";s:7:\"Natisha\";s:9:\"last_name\";s:7:\"Grafton\";s:10:\"user_email\";s:31:\"NatishaGrafton22@slow.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566401322\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"natishagrafton\";s:9:\"full_name\";s:15:\"natisha grafton\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566401329\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(14970,'um_cache_userdata_118','a:77:{s:2:\"ID\";i:118;s:10:\"user_login\";s:14:\"laurieslp43460\";s:9:\"user_pass\";s:60:\"$2y$10$a6aFJwu3JzA6piMJIji6e.kP4nKISAQ5Oe2/ocPzFbi7UsS5zmmw6\";s:13:\"user_nicename\";s:14:\"laurieslp43460\";s:10:\"user_email\";s:33:\"LaurieBarrington36@hate.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 20:39:17\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Laurie Barrington\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"laurieslp43460\";s:10:\"first_name\";s:6:\"Laurie\";s:9:\"last_name\";s:10:\"Barrington\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566419957\";s:25:\"synced_gravatar_hashed_id\";s:32:\"3520c521f803b394d34e159bf82930db\";s:9:\"submitted\";s:323:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566401951\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"laurieslp43460\";s:10:\"first_name\";s:6:\"Laurie\";s:9:\"last_name\";s:10:\"Barrington\";s:10:\"user_email\";s:33:\"LaurieBarrington36@hate.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566401951\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"laurieslp43460\";s:9:\"full_name\";s:17:\"laurie barrington\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566401957\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(14984,'um_cache_userdata_119','a:77:{s:2:\"ID\";i:119;s:10:\"user_login\";s:12:\"qwlmyra33433\";s:9:\"user_pass\";s:60:\"$2y$10$3lWv3rmOWWu6hrUzy7uoyu2XffyTyABZWRIifgwCPM5vsEY/90/tq\";s:13:\"user_nicename\";s:12:\"qwlmyra33433\";s:10:\"user_email\";s:28:\"MyraWilkins72@slow.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 20:57:23\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Myra Wilkins\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"qwlmyra33433\";s:10:\"first_name\";s:4:\"Myra\";s:9:\"last_name\";s:7:\"Wilkins\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566421043\";s:25:\"synced_gravatar_hashed_id\";s:32:\"8f59e553977994aa27296d5b9435d84c\";s:9:\"submitted\";s:310:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566403036\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"qwlmyra33433\";s:10:\"first_name\";s:4:\"Myra\";s:9:\"last_name\";s:7:\"Wilkins\";s:10:\"user_email\";s:28:\"MyraWilkins72@slow.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566403036\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"qwlmyra33433\";s:9:\"full_name\";s:12:\"myra wilkins\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566403044\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(14989,'um_cache_userdata_120','a:77:{s:2:\"ID\";i:120;s:10:\"user_login\";s:14:\"corinecornell7\";s:9:\"user_pass\";s:60:\"$2y$10$5RCw4VdTnddu.PHMvjG7huWEBovAoxj9TF3yuSwGARsFifubHK8tW\";s:13:\"user_nicename\";s:14:\"corinecornell7\";s:10:\"user_email\";s:26:\"Corine-Cornell21@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 20:58:25\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Corine Cornell\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"corinecornell7\";s:10:\"first_name\";s:6:\"Corine\";s:9:\"last_name\";s:7:\"Cornell\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566421106\";s:25:\"synced_gravatar_hashed_id\";s:32:\"6c951d1693ac70894c82a6fbe5809509\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566403093\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"corinecornell7\";s:10:\"first_name\";s:6:\"Corine\";s:9:\"last_name\";s:7:\"Cornell\";s:10:\"user_email\";s:26:\"Corine-Cornell21@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566403093\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"corinecornell7\";s:9:\"full_name\";s:14:\"corine cornell\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566403106\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(15035,'um_cache_userdata_121','a:77:{s:2:\"ID\";i:121;s:10:\"user_login\";s:13:\"joesphbuford9\";s:9:\"user_pass\";s:60:\"$2y$10$KgGJSnNeo4eclzPjV.QNSOuM2WNR2jQMIdULsGx377y9JUI7yd88i\";s:13:\"user_nicename\";s:13:\"joesphbuford9\";s:10:\"user_email\";s:29:\"JoesphBuford66@iron.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 21:25:16\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Joesph Buford\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"joesphbuford9\";s:10:\"first_name\";s:6:\"Joesph\";s:9:\"last_name\";s:6:\"Buford\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566422716\";s:25:\"synced_gravatar_hashed_id\";s:32:\"33f3d80c19c82a8958a2750c2ee9c083\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566404705\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"joesphbuford9\";s:10:\"first_name\";s:6:\"Joesph\";s:9:\"last_name\";s:6:\"Buford\";s:10:\"user_email\";s:29:\"JoesphBuford66@iron.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566404705\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"joesphbuford9\";s:9:\"full_name\";s:13:\"joesph buford\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566404717\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(15048,'um_cache_userdata_122','a:77:{s:2:\"ID\";i:122;s:10:\"user_login\";s:11:\"fernando83y\";s:9:\"user_pass\";s:60:\"$2y$10$TDmXd9kfpZbdZPeQ91xwMOTOKN7MxLE0aQI9YOSVLhQHmOKrXmczu\";s:13:\"user_nicename\";s:11:\"fernando83y\";s:10:\"user_email\";s:32:\"FernandoStatton29@slow.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 21:31:40\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Fernando Statton\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"fernando83y\";s:10:\"first_name\";s:8:\"Fernando\";s:9:\"last_name\";s:7:\"Statton\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566423100\";s:25:\"synced_gravatar_hashed_id\";s:32:\"a122128aa6da8cd98b34506d11f6764e\";s:9:\"submitted\";s:317:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566405090\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"fernando83y\";s:10:\"first_name\";s:8:\"Fernando\";s:9:\"last_name\";s:7:\"Statton\";s:10:\"user_email\";s:32:\"FernandoStatton29@slow.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566405090\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"fernando83y\";s:9:\"full_name\";s:16:\"fernando statton\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566405101\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(15075,'um_cache_userdata_123','a:77:{s:2:\"ID\";i:123;s:10:\"user_login\";s:8:\"yardrose\";s:9:\"user_pass\";s:60:\"$2y$10$cOqQjTqw7yAslvzcYSAiieXjTzEFBAj1VtLpxpCHHEC/opAJ3oK5C\";s:13:\"user_nicename\";s:8:\"yardrose\";s:10:\"user_email\";s:20:\"yardrose23@yahoo.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 21:41:09\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Sandra Rose\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:8:\"yardrose\";s:10:\"first_name\";s:6:\"Sandra\";s:9:\"last_name\";s:4:\"Rose\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566423669\";s:25:\"synced_gravatar_hashed_id\";s:32:\"9835bf0cb25d1d677d9efc5e207378d3\";s:9:\"submitted\";s:296:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566405633\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:8:\"yardrose\";s:10:\"first_name\";s:6:\"Sandra\";s:9:\"last_name\";s:4:\"Rose\";s:10:\"user_email\";s:20:\"yardrose23@yahoo.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566405633\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:8:\"yardrose\";s:9:\"full_name\";s:11:\"sandra rose\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566405670\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(15212,'um_cache_userdata_125','a:77:{s:2:\"ID\";i:125;s:10:\"user_login\";s:15:\"christalbelmore\";s:9:\"user_pass\";s:60:\"$2y$10$tY1axv4KOtCXYf17otEqQODgVYTFuOSvqWVcar0VV4u5SCeEiba4e\";s:13:\"user_nicename\";s:15:\"christalbelmore\";s:10:\"user_email\";s:32:\"ChristalBelmore13@slow.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 22:19:19\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Christal Belmore\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"christalbelmore\";s:10:\"first_name\";s:8:\"Christal\";s:9:\"last_name\";s:7:\"Belmore\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566425960\";s:25:\"synced_gravatar_hashed_id\";s:32:\"6cb4f65fe7a750a10c546b38703bfb4d\";s:9:\"submitted\";s:321:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566407953\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"christalbelmore\";s:10:\"first_name\";s:8:\"Christal\";s:9:\"last_name\";s:7:\"Belmore\";s:10:\"user_email\";s:32:\"ChristalBelmore13@slow.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566407953\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"christalbelmore\";s:9:\"full_name\";s:16:\"christal belmore\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566407960\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(15275,'um_cache_userdata_126','a:77:{s:2:\"ID\";i:126;s:10:\"user_login\";s:15:\"lynnezeller2875\";s:9:\"user_pass\";s:60:\"$2y$10$B.oCPzX2QrisXxGYoXFd/.AbWZQ/TMV81YlzxH/oGj.HSFoscm9Ei\";s:13:\"user_nicename\";s:15:\"lynnezeller2875\";s:10:\"user_email\";s:28:\"LynneZeller65@slow.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-21 22:44:12\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Lynne Zeller\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"lynnezeller2875\";s:10:\"first_name\";s:5:\"Lynne\";s:9:\"last_name\";s:6:\"Zeller\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566427452\";s:25:\"synced_gravatar_hashed_id\";s:32:\"6b976da2ca9f8a2c02d00b012f9baddc\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566409446\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"lynnezeller2875\";s:10:\"first_name\";s:5:\"Lynne\";s:9:\"last_name\";s:6:\"Zeller\";s:10:\"user_email\";s:28:\"LynneZeller65@slow.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566409446\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"lynnezeller2875\";s:9:\"full_name\";s:12:\"lynne zeller\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566409453\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(15405,'um_cache_userdata_127','a:77:{s:2:\"ID\";i:127;s:10:\"user_login\";s:15:\"maurinefischer3\";s:9:\"user_pass\";s:60:\"$2y$10$2C1Vmfcpxxvj0mgJ/Cdx6uS5vFvz/tVoFhEUexGuD1PyN9HarPzyu\";s:13:\"user_nicename\";s:15:\"maurinefischer3\";s:10:\"user_email\";s:31:\"MaurineFischer38@slow.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-22 00:45:05\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Maurine Fischer\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"maurinefischer3\";s:10:\"first_name\";s:7:\"Maurine\";s:9:\"last_name\";s:7:\"Fischer\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566434705\";s:25:\"synced_gravatar_hashed_id\";s:32:\"49394c5013d943c8a2e5b2fcd2fd6150\";s:9:\"submitted\";s:319:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566416697\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b714837cf3\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"maurinefischer3\";s:10:\"first_name\";s:7:\"Maurine\";s:9:\"last_name\";s:7:\"Fischer\";s:10:\"user_email\";s:31:\"MaurineFischer38@slow.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566416697\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b714837cf3\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"maurinefischer3\";s:9:\"full_name\";s:15:\"maurine fischer\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566416705\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(15428,'um_cache_userdata_128','a:77:{s:2:\"ID\";i:128;s:10:\"user_login\";s:15:\"tabithabeatty64\";s:9:\"user_pass\";s:60:\"$2y$10$SpIqyOyCJC0oEsQJE6iJ1OO3utJtD1C/IZou3PGOTdg/PZuei.Htu\";s:13:\"user_nicename\";s:15:\"tabithabeatty64\";s:10:\"user_email\";s:30:\"TabithaBeatty91@iron.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-22 01:24:21\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Tabitha Beatty\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"tabithabeatty64\";s:10:\"first_name\";s:7:\"Tabitha\";s:9:\"last_name\";s:6:\"Beatty\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566437061\";s:25:\"synced_gravatar_hashed_id\";s:32:\"18c19c5dcee4d4953affd7d0918c6653\";s:9:\"submitted\";s:317:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566419050\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b714837cf3\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"tabithabeatty64\";s:10:\"first_name\";s:7:\"Tabitha\";s:9:\"last_name\";s:6:\"Beatty\";s:10:\"user_email\";s:30:\"TabithaBeatty91@iron.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566419050\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b714837cf3\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"tabithabeatty64\";s:9:\"full_name\";s:14:\"tabitha beatty\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566419061\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(15443,'um_cache_userdata_129','a:77:{s:2:\"ID\";i:129;s:10:\"user_login\";s:14:\"wallacemanchee\";s:9:\"user_pass\";s:60:\"$2y$10$r7hgjtEvRMhTEwE8xYoqseexJCy19iytn/4tYcQTZnr6Qk5zdDBEO\";s:13:\"user_nicename\";s:14:\"wallacemanchee\";s:10:\"user_email\";s:31:\"WallaceManchee18@slow.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-22 02:59:05\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Wallace Manchee\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"wallacemanchee\";s:10:\"first_name\";s:7:\"Wallace\";s:9:\"last_name\";s:7:\"Manchee\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566442745\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f5aeebb437ae25ee398f67e9b026ab07\";s:9:\"submitted\";s:318:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566424736\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b714837cf3\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"wallacemanchee\";s:10:\"first_name\";s:7:\"Wallace\";s:9:\"last_name\";s:7:\"Manchee\";s:10:\"user_email\";s:31:\"WallaceManchee18@slow.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566424736\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b714837cf3\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"wallacemanchee\";s:9:\"full_name\";s:15:\"wallace manchee\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566424746\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(15456,'um_cache_userdata_130','a:77:{s:2:\"ID\";i:130;s:10:\"user_login\";s:15:\"mavissapp329576\";s:9:\"user_pass\";s:60:\"$2y$10$vHZL/pvmLHkTqPmHWaJbRuQvpKkhTCLLlnKe6ny5MN.DVEWDdh1Xi\";s:13:\"user_nicename\";s:15:\"mavissapp329576\";s:10:\"user_email\";s:26:\"MavisSapp17@slow.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-22 04:33:01\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Mavis Sapp\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"mavissapp329576\";s:10:\"first_name\";s:5:\"Mavis\";s:9:\"last_name\";s:4:\"Sapp\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566448381\";s:25:\"synced_gravatar_hashed_id\";s:32:\"2d91d7e49cf097b4e3a9990516bf45cd\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566430373\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b714837cf3\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"mavissapp329576\";s:10:\"first_name\";s:5:\"Mavis\";s:9:\"last_name\";s:4:\"Sapp\";s:10:\"user_email\";s:26:\"MavisSapp17@slow.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566430373\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b714837cf3\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"mavissapp329576\";s:9:\"full_name\";s:10:\"mavis sapp\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566430382\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(15476,'um_cache_userdata_131','a:77:{s:2:\"ID\";i:131;s:10:\"user_login\";s:11:\"omarcate519\";s:9:\"user_pass\";s:60:\"$2y$10$sl8JS3RnBgpK5tdS020sXO7HcRZ4cqMHYTCIKbVEDyNebNdMfeGx2\";s:13:\"user_nicename\";s:11:\"omarcate519\";s:10:\"user_email\";s:45:\"Omar.Cate21@giannitti.modernsailorclothes.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-22 05:16:06\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:9:\"Omar Cate\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"omarcate519\";s:10:\"first_name\";s:4:\"Omar\";s:9:\"last_name\";s:4:\"Cate\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566450966\";s:25:\"synced_gravatar_hashed_id\";s:32:\"b1c4ec2ce2242580966ae093d48eb7f2\";s:9:\"submitted\";s:323:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566432936\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b714837cf3\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"omarcate519\";s:10:\"first_name\";s:4:\"Omar\";s:9:\"last_name\";s:4:\"Cate\";s:10:\"user_email\";s:45:\"Omar.Cate21@giannitti.modernsailorclothes.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566432936\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b714837cf3\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"omarcate519\";s:9:\"full_name\";s:9:\"omar cate\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566432966\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(15486,'um_cache_userdata_132','a:77:{s:2:\"ID\";i:132;s:10:\"user_login\";s:12:\"hcicleveland\";s:9:\"user_pass\";s:60:\"$2y$10$9tVKWOs35G/kUu8EURvRjOM1JOMs/oeccpTvbGVGwmVeNrWXnM1D6\";s:13:\"user_nicename\";s:12:\"hcicleveland\";s:10:\"user_email\";s:33:\"ClevelandLaidley76@slow.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-22 07:21:56\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Cleveland Laidley\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"hcicleveland\";s:10:\"first_name\";s:9:\"Cleveland\";s:9:\"last_name\";s:7:\"Laidley\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566458516\";s:25:\"synced_gravatar_hashed_id\";s:32:\"605d9914f4db8aeccd8c4dca93e0ecc6\";s:9:\"submitted\";s:320:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566440507\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b714837cf3\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"hcicleveland\";s:10:\"first_name\";s:9:\"Cleveland\";s:9:\"last_name\";s:7:\"Laidley\";s:10:\"user_email\";s:33:\"ClevelandLaidley76@slow.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566440507\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b714837cf3\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"hcicleveland\";s:9:\"full_name\";s:17:\"cleveland laidley\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566440516\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(15574,'um_cache_userdata_135','a:77:{s:2:\"ID\";i:135;s:10:\"user_login\";s:16:\"tawannachevalier\";s:9:\"user_pass\";s:60:\"$2y$10$fWPz5gWmxbzFf62L7IluF.Ta4L3ybU0xuuN9QL6yoyb9q0HUL/5hS\";s:13:\"user_nicename\";s:16:\"tawannachevalier\";s:10:\"user_email\";s:29:\"Tawanna.Chevalier9@abc2018.ru\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-22 13:36:56\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Tawanna Chevalier\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"tawannachevalier\";s:10:\"first_name\";s:7:\"Tawanna\";s:9:\"last_name\";s:9:\"Chevalier\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566481016\";s:25:\"synced_gravatar_hashed_id\";s:32:\"db5843a75ce13d9df65777b0f0077ddc\";s:9:\"submitted\";s:320:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566463005\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"tawannachevalier\";s:10:\"first_name\";s:7:\"Tawanna\";s:9:\"last_name\";s:9:\"Chevalier\";s:10:\"user_email\";s:29:\"Tawanna.Chevalier9@abc2018.ru\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566463005\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"tawannachevalier\";s:9:\"full_name\";s:17:\"tawanna chevalier\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566463016\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(15579,'um_cache_userdata_136','a:77:{s:2:\"ID\";i:136;s:10:\"user_login\";s:16:\"maddisonmacvitie\";s:9:\"user_pass\";s:60:\"$2y$10$mHwVTTS4XTXMKdaf4CxD2ulXQ3k9iOKiz9JRSAj9ZwtdhmK0daCl.\";s:13:\"user_nicename\";s:16:\"maddisonmacvitie\";s:10:\"user_email\";s:30:\"Maddison-Macvitie24@abc2018.ru\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-22 13:37:22\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Maddison Macvitie\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"maddisonmacvitie\";s:10:\"first_name\";s:8:\"Maddison\";s:9:\"last_name\";s:8:\"Macvitie\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566481042\";s:25:\"synced_gravatar_hashed_id\";s:32:\"1ac227fd91fa862b6d6a5402e9751963\";s:9:\"submitted\";s:321:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566463035\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"maddisonmacvitie\";s:10:\"first_name\";s:8:\"Maddison\";s:9:\"last_name\";s:8:\"Macvitie\";s:10:\"user_email\";s:30:\"Maddison-Macvitie24@abc2018.ru\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566463035\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"maddisonmacvitie\";s:9:\"full_name\";s:17:\"maddison macvitie\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566463042\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(15602,'um_cache_userdata_137','a:77:{s:2:\"ID\";i:137;s:10:\"user_login\";s:14:\"marylinsheedy6\";s:9:\"user_pass\";s:60:\"$2y$10$0eAw.sAzcXODq8qC7pzu4.sVSXdPBg9SxCH1ED8CDqNUwj.T9Z.zS\";s:13:\"user_nicename\";s:14:\"marylinsheedy6\";s:10:\"user_email\";s:27:\"Marylin_Sheedy@kinoxaxru.ru\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-22 13:41:25\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Marylin Sheedy\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"marylinsheedy6\";s:10:\"first_name\";s:7:\"Marylin\";s:9:\"last_name\";s:6:\"Sheedy\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566481285\";s:25:\"synced_gravatar_hashed_id\";s:32:\"3fd2724e9aae2e08bde65f093a41a6a4\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566463277\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"marylinsheedy6\";s:10:\"first_name\";s:7:\"Marylin\";s:9:\"last_name\";s:6:\"Sheedy\";s:10:\"user_email\";s:27:\"Marylin_Sheedy@kinoxaxru.ru\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566463277\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"marylinsheedy6\";s:9:\"full_name\";s:14:\"marylin sheedy\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566463285\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(15667,'um_cache_userdata_139','a:77:{s:2:\"ID\";i:139;s:10:\"user_login\";s:15:\"fmafae242991017\";s:9:\"user_pass\";s:60:\"$2y$10$kz6SDW3hoMkQLPMzBJBVKuZ/zFa2RbjsAERJhWA8MHlbrbRvCCXwi\";s:13:\"user_nicename\";s:15:\"fmafae242991017\";s:10:\"user_email\";s:23:\"Fae.Coolidge@abc2018.ru\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-22 14:32:39\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Fae Coolidge\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"fmafae242991017\";s:10:\"first_name\";s:3:\"Fae\";s:9:\"last_name\";s:8:\"Coolidge\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566484359\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f5cf144fd5752c686fc3e1e5bbb2b384\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566466353\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"fmafae242991017\";s:10:\"first_name\";s:3:\"Fae\";s:9:\"last_name\";s:8:\"Coolidge\";s:10:\"user_email\";s:23:\"Fae.Coolidge@abc2018.ru\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566466353\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"fmafae242991017\";s:9:\"full_name\";s:12:\"fae coolidge\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566466360\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(15741,'um_cache_userdata_141','a:77:{s:2:\"ID\";i:141;s:10:\"user_login\";s:15:\"myronstingley05\";s:9:\"user_pass\";s:60:\"$2y$10$7AghUVeEvynmEQNuCw/HzuWqxtQlQDVR/QBjRRWHfA2eyNxXD8ZXO\";s:13:\"user_nicename\";s:15:\"myronstingley05\";s:10:\"user_email\";s:27:\"Myron.Stingley25@abc2018.ru\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-22 15:46:21\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Myron Stingley\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"myronstingley05\";s:10:\"first_name\";s:5:\"Myron\";s:9:\"last_name\";s:8:\"Stingley\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566488781\";s:25:\"synced_gravatar_hashed_id\";s:32:\"15aeeec3f22cc0106c9e45b2b985c1f6\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566470772\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"myronstingley05\";s:10:\"first_name\";s:5:\"Myron\";s:9:\"last_name\";s:8:\"Stingley\";s:10:\"user_email\";s:27:\"Myron.Stingley25@abc2018.ru\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566470772\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"myronstingley05\";s:9:\"full_name\";s:14:\"myron stingley\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566470782\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(15821,'um_cache_userdata_143','a:77:{s:2:\"ID\";i:143;s:10:\"user_login\";s:10:\"qpvsabrina\";s:9:\"user_pass\";s:60:\"$2y$10$qTtzliC4Uk2h2Y.Cz909ueDkFmch0OmcTWg4ghjO9Yj7goKuIYwoO\";s:13:\"user_nicename\";s:10:\"qpvsabrina\";s:10:\"user_email\";s:27:\"Sabrina-Preiss12@abc2018.ru\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-22 17:05:00\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Sabrina Preiss\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"qpvsabrina\";s:10:\"first_name\";s:7:\"Sabrina\";s:9:\"last_name\";s:6:\"Preiss\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566493500\";s:25:\"synced_gravatar_hashed_id\";s:32:\"333308e38d930818f938df78e980002c\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566475486\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"qpvsabrina\";s:10:\"first_name\";s:7:\"Sabrina\";s:9:\"last_name\";s:6:\"Preiss\";s:10:\"user_email\";s:27:\"Sabrina-Preiss12@abc2018.ru\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566475486\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"qpvsabrina\";s:9:\"full_name\";s:14:\"sabrina preiss\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566475501\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(15849,'um_cache_userdata_145','a:77:{s:2:\"ID\";i:145;s:10:\"user_login\";s:10:\"xowrickey3\";s:9:\"user_pass\";s:60:\"$2y$10$bm8E.rytwnHcMTJWOQfVz.wnYpYKedH852JLb9lvCGAOEUEp5kiku\";s:13:\"user_nicename\";s:10:\"xowrickey3\";s:10:\"user_email\";s:25:\"Rickey-Able@megogonett.ru\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-22 17:14:13\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Rickey Able\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"xowrickey3\";s:10:\"first_name\";s:6:\"Rickey\";s:9:\"last_name\";s:4:\"Able\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566494053\";s:25:\"synced_gravatar_hashed_id\";s:32:\"7bcf2b3207fb2d4f6909baa1df13e4a6\";s:9:\"submitted\";s:304:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566476043\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"xowrickey3\";s:10:\"first_name\";s:6:\"Rickey\";s:9:\"last_name\";s:4:\"Able\";s:10:\"user_email\";s:25:\"Rickey-Able@megogonett.ru\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566476043\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"xowrickey3\";s:9:\"full_name\";s:11:\"rickey able\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566476053\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(15857,'um_cache_userdata_146','a:77:{s:2:\"ID\";i:146;s:10:\"user_login\";s:12:\"macrettig483\";s:9:\"user_pass\";s:60:\"$2y$10$TXrNJSI2CEgILEpClthATuS58OJDYtjtZ.XUKwmw5mH0nFAGKgzmG\";s:13:\"user_nicename\";s:12:\"macrettig483\";s:10:\"user_email\";s:21:\"Mac_Rettig@abc2018.ru\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-22 17:19:57\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Mac Rettig\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"macrettig483\";s:10:\"first_name\";s:3:\"Mac\";s:9:\"last_name\";s:6:\"Rettig\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566494397\";s:25:\"synced_gravatar_hashed_id\";s:32:\"b374ba312eb90038677149cbc84a6726\";s:9:\"submitted\";s:301:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566476386\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"macrettig483\";s:10:\"first_name\";s:3:\"Mac\";s:9:\"last_name\";s:6:\"Rettig\";s:10:\"user_email\";s:21:\"Mac_Rettig@abc2018.ru\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566476386\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"macrettig483\";s:9:\"full_name\";s:10:\"mac rettig\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566476398\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(15863,'um_cache_userdata_147','a:77:{s:2:\"ID\";i:147;s:10:\"user_login\";s:16:\"mauricehenninger\";s:9:\"user_pass\";s:60:\"$2y$10$yNTQNZ7BfKT/7HdpIrGlL.RKqp4YMoyT6kvpbLNefZ6UJx4VErHxq\";s:13:\"user_nicename\";s:16:\"mauricehenninger\";s:10:\"user_email\";s:30:\"Maurice_Henninger12@abc2018.ru\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-22 17:22:51\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Maurice Henninger\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"mauricehenninger\";s:10:\"first_name\";s:7:\"Maurice\";s:9:\"last_name\";s:9:\"Henninger\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566494571\";s:25:\"synced_gravatar_hashed_id\";s:32:\"2534d4cbe5e8ee35ac9ca007735931e2\";s:9:\"submitted\";s:321:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566476561\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"mauricehenninger\";s:10:\"first_name\";s:7:\"Maurice\";s:9:\"last_name\";s:9:\"Henninger\";s:10:\"user_email\";s:30:\"Maurice_Henninger12@abc2018.ru\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566476561\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"mauricehenninger\";s:9:\"full_name\";s:17:\"maurice henninger\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566476572\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(15868,'sub-category_children','a:0:{}','yes'),(15997,'category_children','a:0:{}','yes'),(16399,'smpush_options','a:229:{s:8:\"auth_key\";s:25:\"5JkpdsCRV5Q8lRvBhd8vKnSJT\";s:13:\"push_basename\";s:4:\"push\";s:13:\"msgs_interval\";s:1:\"0\";s:10:\"cron_limit\";s:1:\"0\";s:14:\"def_connection\";s:1:\"1\";s:8:\"auto_geo\";s:1:\"1\";s:12:\"geo_provider\";s:10:\"ip-api.com\";s:12:\"db_ip_apikey\";s:0:\"\";s:12:\"gmaps_apikey\";s:0:\"\";s:11:\"fast_bridge\";s:1:\"1\";s:13:\"apple_api_ver\";s:3:\"ssl\";s:16:\"uninstall_action\";s:5:\"files\";s:11:\"apple_appid\";s:0:\"\";s:15:\"apple_cert_type\";s:3:\"pem\";s:12:\"apple_teamid\";s:0:\"\";s:11:\"apple_keyid\";s:0:\"\";s:17:\"apple_certp8_path\";s:0:\"\";s:19:\"apple_certp8_upload\";s:0:\"\";s:15:\"apple_cert_path\";s:0:\"\";s:17:\"apple_cert_upload\";s:0:\"\";s:16:\"apple_passphrase\";s:0:\"\";s:9:\"ios_badge\";s:0:\"\";s:10:\"ios_launch\";s:0:\"\";s:9:\"ios_sound\";s:7:\"default\";s:13:\"google_apikey\";s:0:\"\";s:15:\"android_fcm_msg\";s:1:\"1\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:19:\"android_msg_counter\";s:1:\"1\";s:22:\"android_corona_payload\";s:1:\"1\";s:7:\"wp_cert\";s:0:\"\";s:6:\"wp_pem\";s:0:\"\";s:9:\"wp_cainfo\";s:0:\"\";s:13:\"wp10_pack_sid\";s:0:\"\";s:18:\"wp10_client_secret\";s:0:\"\";s:8:\"bb_appid\";s:0:\"\";s:11:\"bb_password\";s:0:\"\";s:7:\"bb_cpid\";s:0:\"\";s:13:\"desktop_title\";s:20:\"Get the latest Buzz!\";s:14:\"desktop_status\";s:1:\"1\";s:18:\"desktop_gps_status\";s:1:\"1\";s:20:\"desktop_request_type\";s:6:\"native\";s:20:\"desktop_popup_layout\";s:6:\"native\";s:22:\"desktop_popup_position\";s:7:\"topleft\";s:19:\"desktop_modal_title\";s:35:\"Get the latest Buzz News & Updates!\";s:21:\"desktop_modal_message\";s:130:\"Let us send you the latest news, hottest trends & stories from across the Caribbean. We promise to only send you the hottest buzz!\";s:21:\"desktop_btn_subs_text\";s:5:\"Allow\";s:23:\"desktop_btn_unsubs_text\";s:8:\"Disallow\";s:25:\"desktop_modal_cancel_text\";s:6:\"Ignore\";s:24:\"desktop_modal_saved_text\";s:5:\"Saved\";s:17:\"desktop_popupicon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";s:21:\"desktop_icon_position\";s:7:\"topleft\";s:20:\"desktop_icon_message\";s:84:\"Let us send you the latest news, hottest trends & stories from across the Caribbean.\";s:24:\"desktop_icon_unsubs_text\";s:45:\"Unsubscribe from receiving our notifications.\";s:17:\"desktop_iconimage\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";s:17:\"desktop_popup_css\";s:0:\"\";s:13:\"desktop_delay\";s:1:\"0\";s:16:\"desktop_reqagain\";s:1:\"0\";s:22:\"desktop_notsupport_msg\";s:0:\"\";s:18:\"desktop_run_places\";a:1:{i:0;s:8:\"homepage\";}s:22:\"desktop_showin_pageids\";s:0:\"\";s:17:\"desktop_paytoread\";s:1:\"0\";s:25:\"desktop_paytoread_message\";s:0:\"\";s:26:\"desktop_paytoread_darkness\";s:1:\"9\";s:26:\"desktop_paytoread_textsize\";s:0:\"\";s:26:\"desktop_paytoread_substext\";s:0:\"\";s:21:\"desktop_chrome_status\";s:1:\"1\";s:19:\"chrome_vapid_public\";s:0:\"\";s:20:\"chrome_vapid_private\";s:0:\"\";s:13:\"chrome_apikey\";s:152:\"AAAA5ETxfRs:APA91bFICUvIKhPV1DrOVZHqQNkZAYQsf70SXqX4VDw7f852-3FoZZdSPSB7kbWIMqRMg5SFptz8sLwjxpnTDwkWIMnHN2zl6iPclWwhIqK4lJtVMbXu9mCK9Mwt_zVsQdWIMFp6GVXK\";s:16:\"chrome_projectid\";s:12:\"980409220379\";s:15:\"desktop_deficon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";s:15:\"chrome_manifest\";s:0:\"\";s:22:\"desktop_firefox_status\";s:1:\"1\";s:18:\"pwa_kaludi_support\";s:1:\"0\";s:21:\"desktop_safari_status\";s:1:\"1\";s:16:\"safari_cert_path\";s:0:\"\";s:18:\"safari_cert_upload\";s:0:\"\";s:19:\"safari_certp12_path\";s:0:\"\";s:21:\"safari_certp12_upload\";s:0:\"\";s:17:\"safari_passphrase\";s:0:\"\";s:13:\"safari_web_id\";s:0:\"\";s:11:\"safari_icon\";s:0:\"\";s:9:\"msn_appid\";s:0:\"\";s:10:\"msn_secret\";s:0:\"\";s:15:\"msn_accesstoken\";s:0:\"\";s:16:\"msn_subs_command\";s:12:\"subscribe me\";s:18:\"msn_unsubs_command\";s:33:\"unsubscribe and delete my account\";s:8:\"msn_lang\";s:5:\"en_US\";s:15:\"msn_fbpage_link\";s:0:\"\";s:16:\"msn_widget_title\";s:29:\"Send us a message on Facebook\";s:22:\"msn_official_fbpage_id\";s:0:\"\";s:14:\"msn_btn_fblink\";s:0:\"\";s:12:\"msn_btn_text\";s:15:\"Send us message\";s:13:\"msn_btn_width\";s:3:\"160\";s:14:\"msn_btn_height\";s:2:\"40\";s:13:\"msn_btn_color\";s:4:\"#fff\";s:15:\"msn_btn_bgcolor\";s:7:\"#0084ff\";s:12:\"msn_btn_icon\";s:84:\"https://buzz-caribbean.com/app/plugins/smio-push-notification/images/messenger_w.png\";s:14:\"fbnotify_appid\";s:15:\"360367148218335\";s:15:\"fbnotify_secret\";s:32:\"2151d037a5fe1b8895afe6a5c97163d1\";s:16:\"fbnotify_applink\";s:41:\"https://apps.facebook.com/360367148218335\";s:15:\"fbnotify_method\";s:8:\"redirect\";s:14:\"fbnotify_width\";s:0:\"\";s:15:\"fbnotify_height\";s:0:\"\";s:24:\"fblogin_regin_newsletter\";s:1:\"1\";s:20:\"fblogin_regin_wpuser\";s:1:\"1\";s:20:\"fblogin_btn_redirect\";s:0:\"\";s:16:\"fblogin_btn_text\";s:19:\"Login With Facebook\";s:17:\"fblogin_btn_width\";s:3:\"205\";s:18:\"fblogin_btn_height\";s:2:\"40\";s:17:\"fblogin_btn_color\";s:4:\"#fff\";s:19:\"fblogin_btn_bgcolor\";s:7:\"#0084ff\";s:16:\"fblogin_btn_icon\";s:83:\"https://buzz-caribbean.com/app/plugins/smio-push-notification/images/facebook_w.png\";s:9:\"smtp_host\";s:0:\"\";s:11:\"smtp_secure\";s:0:\"\";s:9:\"smtp_port\";s:0:\"\";s:13:\"smtp_username\";s:0:\"\";s:13:\"smtp_password\";s:0:\"\";s:18:\"desktop_welc_redir\";s:1:\"1\";s:23:\"desktop_welc_redir_link\";s:25:\"http://buzz-caribbean.com\";s:19:\"desktop_welc_status\";s:1:\"1\";s:18:\"desktop_welc_title\";s:15:\"Welcome to Buzz\";s:20:\"desktop_welc_message\";s:89:\"News, life, trends, entertainment, events, job updates and more from across the Caribbean\";s:17:\"desktop_welc_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";s:17:\"desktop_welc_link\";s:25:\"http://buzz-caribbean.com\";s:16:\"subspage_geo_lat\";s:0:\"\";s:16:\"subspage_geo_lng\";s:0:\"\";s:16:\"subspage_geo_acf\";s:0:\"\";s:18:\"subspage_post_type\";s:4:\"post\";s:22:\"subspage_post_type_tax\";s:8:\"category\";s:17:\"subspage_plat_web\";s:1:\"1\";s:21:\"subspage_applink_play\";s:0:\"\";s:20:\"subspage_applink_ios\";s:0:\"\";s:19:\"subspage_applink_wp\";s:0:\"\";s:17:\"e_appcomment_body\";s:56:\"Your comment \\\"{comment}\\\" is approved and published now\";s:17:\"e_newcomment_body\";s:74:\"Your post \\\"{subject}\\\" have new comments, Keep in touch with your readers\";s:26:\"e_newcomment_allusers_body\";s:80:\"Notify all users that commented on a post when adding a new comment on this post\";s:26:\"e_newcomment_mentions_body\";s:44:\"Someone mention you in comment \\\"{comment}\\\"\";s:18:\"e_usercomuser_body\";s:43:\"Someone reply on your comment \\\"{comment}\\\"\";s:19:\"e_woo_waiting_title\";s:18:\"{title} in stock !\";s:21:\"e_woo_waiting_message\";s:69:\"catch your waiting product now is available again with price ${price}\";s:18:\"e_woo_aband_maxage\";s:2:\"24\";s:17:\"e_woo_aband_times\";s:1:\"3\";s:20:\"e_woo_aband_interval\";s:2:\"72\";s:17:\"e_woo_aband_title\";s:39:\"{customer_name} do not miss your cart !\";s:19:\"e_woo_aband_message\";s:97:\"we saved {productscount} items cart but quantities are limited. click here to complete your order\";s:22:\"e_woo_aband_last_title\";s:31:\"{customer_name} the last call !\";s:24:\"e_woo_aband_last_message\";s:63:\"click here and complete now your order with this special coupon\";s:15:\"e_wpjobman_body\";s:75:\"You have ({counter}) job offers waiting you for ({alert}) alert, good luck!\";s:14:\"gdpr_termslink\";s:0:\"\";s:16:\"gdpr_privacylink\";s:0:\"\";s:13:\"gdpr_ver_text\";s:124:\"By proceeding in this form you will receive our marketing notifications and agree to our #Privacy Policy# and #Terms of Use#\";s:19:\"desktop_admins_only\";s:1:\"0\";s:20:\"desktop_opera_status\";s:1:\"0\";s:22:\"desktop_samsung_status\";s:1:\"0\";s:17:\"subspage_keywords\";s:1:\"0\";s:17:\"subspage_channels\";s:1:\"0\";s:20:\"subspage_cats_status\";s:1:\"0\";s:23:\"subspage_show_catimages\";s:1:\"0\";s:20:\"subspage_plat_mobile\";s:1:\"0\";s:17:\"subspage_plat_msn\";s:1:\"0\";s:19:\"subspage_plat_email\";s:1:\"0\";s:13:\"black_overlay\";s:1:\"0\";s:12:\"complex_auth\";s:1:\"0\";s:13:\"apple_sandbox\";s:1:\"0\";s:14:\"stop_summarize\";s:1:\"0\";s:12:\"ios_onebyone\";s:1:\"0\";s:15:\"desktop_offline\";s:1:\"0\";s:13:\"desktop_debug\";s:1:\"0\";s:19:\"desktop_logged_only\";s:1:\"0\";s:19:\"desktop_edge_status\";s:1:\"0\";s:20:\"ios_titanium_payload\";s:1:\"0\";s:24:\"android_titanium_payload\";s:1:\"0\";s:13:\"purchase_code\";s:36:\"9105617c-5dcf-4576-8c22-4d8c5bb27383\";s:3:\"vip\";s:1:\"0\";s:9:\"wp_authed\";s:1:\"0\";s:10:\"bb_dev_env\";s:1:\"0\";s:17:\"e_post_chantocats\";s:1:\"0\";s:12:\"e_appcomment\";s:1:\"0\";s:12:\"e_newcomment\";s:1:\"0\";s:13:\"e_usercomuser\";s:1:\"0\";s:21:\"e_newcomment_allusers\";s:1:\"0\";s:21:\"e_newcomment_mentions\";s:1:\"0\";s:20:\"metabox_check_status\";s:1:\"0\";s:17:\"bb_notify_friends\";s:1:\"0\";s:18:\"bb_notify_messages\";s:1:\"0\";s:18:\"bb_notify_activity\";s:1:\"0\";s:30:\"bb_notify_activity_admins_only\";s:1:\"0\";s:18:\"bb_notify_xprofile\";s:1:\"0\";s:10:\"msn_verify\";s:5:\"15481\";s:18:\"msn_oldaccesstoken\";s:0:\"\";s:19:\"msn_subscribe_error\";i:0;s:11:\"smtp_status\";s:1:\"0\";s:16:\"msn_woo_checkout\";s:1:\"0\";s:15:\"msn_woo_cartbtn\";s:1:\"0\";s:17:\"msn_widget_status\";s:1:\"0\";s:26:\"msn_official_widget_status\";s:1:\"0\";s:22:\"fblogin_regin_fbnotifs\";s:1:\"0\";s:17:\"e_wpjobman_status\";s:1:\"0\";s:19:\"subspage_geo_status\";s:1:\"0\";s:17:\"subspage_category\";a:0:{}s:17:\"subspage_matchone\";s:1:\"0\";s:9:\"gdpr_icon\";s:1:\"0\";s:13:\"gdpr_subs_btn\";s:1:\"0\";s:15:\"gdpr_ver_option\";s:1:\"0\";s:16:\"last_change_time\";i:1572554565;s:15:\"ios_msg_counter\";s:1:\"0\";s:13:\"e_woo_waiting\";s:1:\"0\";s:15:\"e_woo_abandoned\";s:1:\"0\";s:20:\"e_woo_aband_last_rem\";s:1:\"0\";s:15:\"desktop_webpush\";s:1:\"0\";s:25:\"webpush_onesignal_payload\";s:1:\"0\";s:19:\"desktop_webpush_old\";s:1:\"0\";s:16:\"settings_version\";d:9.334;s:10:\"no_disturb\";s:1:\"0\";s:11:\"pwa_support\";s:1:\"0\";s:11:\"amp_support\";i:0;s:15:\"amp_post_widget\";s:1:\"0\";s:15:\"amp_page_widget\";s:1:\"0\";s:18:\"amp_post_shortcode\";s:1:\"0\";s:18:\"amp_page_shortcode\";s:1:\"0\";s:20:\"peepso_notifications\";s:1:\"0\";s:23:\"gdpr_ver_text_processed\";s:124:\"By proceeding in this form you will receive our marketing notifications and agree to our #Privacy Policy# and #Terms of Use#\";s:13:\"desktop_modal\";s:1:\"0\";s:10:\"e_apprpost\";s:1:\"0\";s:13:\"e_postupdated\";s:1:\"0\";s:9:\"e_newpost\";s:1:\"0\";}','yes'),(16400,'smpush_version','8.485','yes'),(16401,'smpush_instant_send','a:0:{}','yes'),(16402,'smpush_cron_stats','a:0:{}','yes'),(16403,'smpush_stats','a:0:{}','yes'),(16404,'smpush_history','','yes'),(16405,'widget_smpush_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(16408,'wpseo_premium_version','11.9','yes'),(16864,'um_cache_userdata_144','a:77:{s:2:\"ID\";i:144;s:10:\"user_login\";s:12:\"royalguevara\";s:9:\"user_pass\";s:60:\"$2y$10$f7TbylCa/t26rdtHmxyhBufSIoU8YFJXth6d3g6ZeaITxu/1T6dmG\";s:13:\"user_nicename\";s:12:\"royalguevara\";s:10:\"user_email\";s:24:\"Royal.Guevara@abc2018.ru\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-22 17:07:45\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Royal Guevara\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"royalguevara\";s:10:\"first_name\";s:5:\"Royal\";s:9:\"last_name\";s:7:\"Guevara\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566493665\";s:25:\"synced_gravatar_hashed_id\";s:32:\"1de94de3d27dcfbbe6b9b0e5a313af7a\";s:9:\"submitted\";s:420:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566475655\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:12:\"royalguevara\";s:10:\"first_name\";s:5:\"Royal\";s:9:\"last_name\";s:7:\"Guevara\";s:10:\"user_email\";s:24:\"Royal.Guevara@abc2018.ru\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566475655\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"royalguevara\";s:9:\"full_name\";s:13:\"royal guevara\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(16865,'um_cache_userdata_142','a:77:{s:2:\"ID\";i:142;s:10:\"user_login\";s:15:\"siennawheeler87\";s:9:\"user_pass\";s:60:\"$2y$10$d/B1gN6WnQg.L94HNvbD4uDKnJ7GY9a/nbs93poF3Mq.4GmuP./2e\";s:13:\"user_nicename\";s:15:\"siennawheeler87\";s:10:\"user_email\";s:25:\"Sienna_Wheeler@abc2018.ru\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-22 15:48:48\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Sienna Wheeler\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"siennawheeler87\";s:10:\"first_name\";s:6:\"Sienna\";s:9:\"last_name\";s:7:\"Wheeler\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566488928\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c376bf44dd86973bc526021994a58b13\";s:9:\"submitted\";s:425:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566470917\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"siennawheeler87\";s:10:\"first_name\";s:6:\"Sienna\";s:9:\"last_name\";s:7:\"Wheeler\";s:10:\"user_email\";s:25:\"Sienna_Wheeler@abc2018.ru\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566470917\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"siennawheeler87\";s:9:\"full_name\";s:14:\"sienna wheeler\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(16866,'um_cache_userdata_140','a:77:{s:2:\"ID\";i:140;s:10:\"user_login\";s:15:\"josefaforehand7\";s:9:\"user_pass\";s:60:\"$2y$10$Vy3NysrlVZ1pelrSorxEwetK38f2i9lVDbIS00HWyoCQmc31jR9xC\";s:13:\"user_nicename\";s:15:\"josefaforehand7\";s:10:\"user_email\";s:23:\"brainjoesph@geargum.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-22 15:34:15\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Josefa Forehand\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"josefaforehand7\";s:10:\"first_name\";s:6:\"Josefa\";s:9:\"last_name\";s:8:\"Forehand\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566488055\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c74780b319d1e65c0e091be1c99868a1\";s:9:\"submitted\";s:424:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566470046\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"josefaforehand7\";s:10:\"first_name\";s:6:\"Josefa\";s:9:\"last_name\";s:8:\"Forehand\";s:10:\"user_email\";s:23:\"brainjoesph@geargum.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566470046\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"josefaforehand7\";s:9:\"full_name\";s:15:\"josefa forehand\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(16867,'um_cache_userdata_138','a:77:{s:2:\"ID\";i:138;s:10:\"user_login\";s:16:\"valentinchamberl\";s:9:\"user_pass\";s:60:\"$2y$10$js0PDU.3CyyUpCHwJnqgT..PUiumG9erk4uc44JssdNi87QihC4m.\";s:13:\"user_nicename\";s:16:\"valentinchamberl\";s:10:\"user_email\";s:31:\"Valentin.Chamberlain@abc2018.ru\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-22 13:59:43\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:20:\"Valentin Chamberlain\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"valentinchamberl\";s:10:\"first_name\";s:8:\"Valentin\";s:9:\"last_name\";s:11:\"Chamberlain\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566482383\";s:25:\"synced_gravatar_hashed_id\";s:32:\"0e44a21f88453b73a9d40378874fba49\";s:9:\"submitted\";s:439:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566464370\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:16:\"valentinchamberl\";s:10:\"first_name\";s:8:\"Valentin\";s:9:\"last_name\";s:11:\"Chamberlain\";s:10:\"user_email\";s:31:\"Valentin.Chamberlain@abc2018.ru\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566464370\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"valentinchamberl\";s:9:\"full_name\";s:20:\"valentin chamberlain\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(16868,'um_cache_userdata_134','a:77:{s:2:\"ID\";i:134;s:10:\"user_login\";s:13:\"dan77x8094137\";s:9:\"user_pass\";s:60:\"$2y$10$G/oxzUALQWX64QgXAHgf0OlMSyKu7ufk7NzCtegtGADB7HGiISANa\";s:13:\"user_nicename\";s:13:\"dan77x8094137\";s:10:\"user_email\";s:22:\"uwevictor@bandsoap.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-22 12:17:48\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Dan Holland\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"dan77x8094137\";s:10:\"first_name\";s:3:\"Dan\";s:9:\"last_name\";s:7:\"Holland\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566476268\";s:25:\"synced_gravatar_hashed_id\";s:32:\"8ca5bed053effb54b8d226660772a786\";s:9:\"submitted\";s:417:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566458262\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:13:\"dan77x8094137\";s:10:\"first_name\";s:3:\"Dan\";s:9:\"last_name\";s:7:\"Holland\";s:10:\"user_email\";s:22:\"uwevictor@bandsoap.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566458262\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"dan77x8094137\";s:9:\"full_name\";s:11:\"dan holland\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(16869,'um_cache_userdata_133','a:77:{s:2:\"ID\";i:133;s:10:\"user_login\";s:10:\"mittie4932\";s:9:\"user_pass\";s:60:\"$2y$10$7/t/vmypjLzbJN4iFtAl3ecvPQuO7kfMO2NaHGtGc4lsqBDPThnty\";s:13:\"user_nicename\";s:10:\"mittie4932\";s:10:\"user_email\";s:28:\"MittieHinds85@slow.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-22 10:55:06\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Mittie Hinds\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"mittie4932\";s:10:\"first_name\";s:6:\"Mittie\";s:9:\"last_name\";s:5:\"Hinds\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566471306\";s:25:\"synced_gravatar_hashed_id\";s:32:\"7e93175937f51107b3429b6c890b0297\";s:9:\"submitted\";s:421:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566453298\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"b714837cf3\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:10:\"mittie4932\";s:10:\"first_name\";s:6:\"Mittie\";s:9:\"last_name\";s:5:\"Hinds\";s:10:\"user_email\";s:28:\"MittieHinds85@slow.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566453298\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"b714837cf3\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"mittie4932\";s:9:\"full_name\";s:12:\"mittie hinds\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(17071,'um_cache_userdata_149','a:77:{s:2:\"ID\";i:149;s:10:\"user_login\";s:13:\"tanjaridley32\";s:9:\"user_pass\";s:60:\"$2y$10$ZsX/m9WcuwGDasLLNQCNxOWcutDU8vmkc..sI0FkP3VRC0P2jEip2\";s:13:\"user_nicename\";s:13:\"tanjaridley32\";s:10:\"user_email\";s:24:\"Tanja.Ridley96@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-23 21:03:15\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Tanja Ridley\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"tanjaridley32\";s:10:\"first_name\";s:5:\"Tanja\";s:9:\"last_name\";s:6:\"Ridley\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566594196\";s:25:\"synced_gravatar_hashed_id\";s:32:\"ebdbd79d6ab337ed28fe5f8eeb9428e9\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566576187\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5d20cc2d7b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"tanjaridley32\";s:10:\"first_name\";s:5:\"Tanja\";s:9:\"last_name\";s:6:\"Ridley\";s:10:\"user_email\";s:24:\"Tanja.Ridley96@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566576187\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5d20cc2d7b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"tanjaridley32\";s:9:\"full_name\";s:12:\"tanja ridley\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566576196\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(17083,'um_cache_userdata_150','a:77:{s:2:\"ID\";i:150;s:10:\"user_login\";s:10:\"haleywile9\";s:9:\"user_pass\";s:60:\"$2y$10$T5t/YPQog47BDxfPKrz0TOgWK1c2JG3HDScDqlHSBryRFt.ohZjbK\";s:13:\"user_nicename\";s:10:\"haleywile9\";s:10:\"user_email\";s:20:\"joelelvis@melcow.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-23 21:20:05\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Haley Wile\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"haleywile9\";s:10:\"first_name\";s:5:\"Haley\";s:9:\"last_name\";s:4:\"Wile\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566595205\";s:25:\"synced_gravatar_hashed_id\";s:32:\"aa259e893cf59a742e9d21813326f25d\";s:9:\"submitted\";s:298:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566577194\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5d20cc2d7b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"haleywile9\";s:10:\"first_name\";s:5:\"Haley\";s:9:\"last_name\";s:4:\"Wile\";s:10:\"user_email\";s:20:\"joelelvis@melcow.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566577194\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5d20cc2d7b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"haleywile9\";s:9:\"full_name\";s:10:\"haley wile\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566577205\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(17239,'um_cache_userdata_151','a:77:{s:2:\"ID\";i:151;s:10:\"user_login\";s:13:\"gertrudekifer\";s:9:\"user_pass\";s:60:\"$2y$10$b1o01gdfCu0MxAdfmRtoxuHFii5BPPrMtuvM3wnZkQzOrEZWPS7ZK\";s:13:\"user_nicename\";s:13:\"gertrudekifer\";s:10:\"user_email\";s:23:\"anitadiana@kovezero.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-23 23:09:35\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Gertrude Kifer\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"gertrudekifer\";s:10:\"first_name\";s:8:\"Gertrude\";s:9:\"last_name\";s:5:\"Kifer\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566601775\";s:25:\"synced_gravatar_hashed_id\";s:32:\"5e5ff3382e838c713bc48ae7f88da64c\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566583768\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5d20cc2d7b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"gertrudekifer\";s:10:\"first_name\";s:8:\"Gertrude\";s:9:\"last_name\";s:5:\"Kifer\";s:10:\"user_email\";s:23:\"anitadiana@kovezero.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566583768\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5d20cc2d7b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"gertrudekifer\";s:9:\"full_name\";s:14:\"gertrude kifer\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566583775\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(17623,'um_cache_userdata_152','a:77:{s:2:\"ID\";i:152;s:10:\"user_login\";s:13:\"joellenhazon4\";s:9:\"user_pass\";s:60:\"$2y$10$cJXIfo2yLkx6O.PdLNgMG.YMmKildDwyE4N8dAxDdOdyJKZwjhndu\";s:13:\"user_nicename\";s:13:\"joellenhazon4\";s:10:\"user_email\";s:26:\"valariejoleen@kovezero.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-24 01:47:44\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Joellen Hazon\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"joellenhazon4\";s:10:\"first_name\";s:7:\"Joellen\";s:9:\"last_name\";s:5:\"Hazon\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566611264\";s:25:\"synced_gravatar_hashed_id\";s:32:\"0cb4aff70cf2d62fe187dc0c966680e9\";s:9:\"submitted\";s:310:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566593256\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e814603fca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"joellenhazon4\";s:10:\"first_name\";s:7:\"Joellen\";s:9:\"last_name\";s:5:\"Hazon\";s:10:\"user_email\";s:26:\"valariejoleen@kovezero.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566593256\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e814603fca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"joellenhazon4\";s:9:\"full_name\";s:13:\"joellen hazon\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566593265\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(17861,'um_cache_userdata_153','a:77:{s:2:\"ID\";i:153;s:10:\"user_login\";s:15:\"margartsherlock\";s:9:\"user_pass\";s:60:\"$2y$10$xsX3qyHOpTbBQjgAgKt62OiUOhbgWetZE6RjFxssVMbY/IyB9ybwa\";s:13:\"user_nicename\";s:15:\"margartsherlock\";s:10:\"user_email\";s:24:\"robsalvatore@geargum.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-24 05:21:35\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Margart Sherlock\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"margartsherlock\";s:10:\"first_name\";s:7:\"Margart\";s:9:\"last_name\";s:8:\"Sherlock\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566624095\";s:25:\"synced_gravatar_hashed_id\";s:32:\"03e0ef85bfe04e74dca4d769285da671\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566606090\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e814603fca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"margartsherlock\";s:10:\"first_name\";s:7:\"Margart\";s:9:\"last_name\";s:8:\"Sherlock\";s:10:\"user_email\";s:24:\"robsalvatore@geargum.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566606090\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e814603fca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"margartsherlock\";s:9:\"full_name\";s:16:\"margart sherlock\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566606096\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(17898,'um_cache_userdata_154','a:77:{s:2:\"ID\";i:154;s:10:\"user_login\";s:12:\"royhaskins09\";s:9:\"user_pass\";s:60:\"$2y$10$xMZaCtxRj4rVKhZMK20kLuhBnORkmD7Qhtk/rKaWlmolkxejj9KMq\";s:13:\"user_nicename\";s:12:\"royhaskins09\";s:10:\"user_email\";s:26:\"Roy.Haskins17@aseriales.ru\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-24 10:51:22\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Roy Haskins\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"royhaskins09\";s:10:\"first_name\";s:3:\"Roy\";s:9:\"last_name\";s:7:\"Haskins\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566643882\";s:25:\"synced_gravatar_hashed_id\";s:32:\"6f6078232346cdba759ba1dc63e5d186\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566625860\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e814603fca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"royhaskins09\";s:10:\"first_name\";s:3:\"Roy\";s:9:\"last_name\";s:7:\"Haskins\";s:10:\"user_email\";s:26:\"Roy.Haskins17@aseriales.ru\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566625860\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e814603fca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"royhaskins09\";s:9:\"full_name\";s:11:\"roy haskins\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566625883\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(17944,'um_cache_userdata_155','a:77:{s:2:\"ID\";i:155;s:10:\"user_login\";s:11:\"anniecoveny\";s:9:\"user_pass\";s:60:\"$2y$10$Nt9ceiyIsikaALT0dhhYUuZCPmJGujqB06TThKYbRrCq0Ed6v/Syq\";s:13:\"user_nicename\";s:11:\"anniecoveny\";s:10:\"user_email\";s:26:\"Annie_Coveny@molodejka6.ru\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-24 12:18:37\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Annie Coveny\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"anniecoveny\";s:10:\"first_name\";s:5:\"Annie\";s:9:\"last_name\";s:6:\"Coveny\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566649117\";s:25:\"synced_gravatar_hashed_id\";s:32:\"6f450cd5bf3e2e0ba04bafb531babe7f\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566631105\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"anniecoveny\";s:10:\"first_name\";s:5:\"Annie\";s:9:\"last_name\";s:6:\"Coveny\";s:10:\"user_email\";s:26:\"Annie_Coveny@molodejka6.ru\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566631105\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"anniecoveny\";s:9:\"full_name\";s:12:\"annie coveny\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566631118\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18244,'um_cache_userdata_157','a:77:{s:2:\"ID\";i:157;s:10:\"user_login\";s:13:\"veronastroud9\";s:9:\"user_pass\";s:60:\"$2y$10$I3X60B0o4JvgCT9kaLCCrOH/Tr91mwq6sQ1oA3f2qc8.8.ACKtttu\";s:13:\"user_nicename\";s:13:\"veronastroud9\";s:10:\"user_email\";s:21:\"archievida@melcow.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-24 21:12:45\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Verona Stroud\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"veronastroud9\";s:10:\"first_name\";s:6:\"Verona\";s:9:\"last_name\";s:6:\"Stroud\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566681165\";s:25:\"synced_gravatar_hashed_id\";s:32:\"ee7b48906b41ced111b7654e3d123e1b\";s:9:\"submitted\";s:305:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566663159\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"veronastroud9\";s:10:\"first_name\";s:6:\"Verona\";s:9:\"last_name\";s:6:\"Stroud\";s:10:\"user_email\";s:21:\"archievida@melcow.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566663159\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"veronastroud9\";s:9:\"full_name\";s:13:\"verona stroud\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566663165\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18253,'um_cache_userdata_158','a:77:{s:2:\"ID\";i:158;s:10:\"user_login\";s:14:\"kathrinbales69\";s:9:\"user_pass\";s:60:\"$2y$10$96z4u8w.JU.wKiYdjAWXGuvpPJzw1LDIf26YDfks.o6eUrjWiFaWa\";s:13:\"user_nicename\";s:14:\"kathrinbales69\";s:10:\"user_email\";s:25:\"catherineeve@bandsoap.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-24 21:38:18\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Kathrin Bales\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"kathrinbales69\";s:10:\"first_name\";s:7:\"Kathrin\";s:9:\"last_name\";s:5:\"Bales\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566682698\";s:25:\"synced_gravatar_hashed_id\";s:32:\"4738a38eaed6d25934df8bbc3d169817\";s:9:\"submitted\";s:310:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566664690\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"kathrinbales69\";s:10:\"first_name\";s:7:\"Kathrin\";s:9:\"last_name\";s:5:\"Bales\";s:10:\"user_email\";s:25:\"catherineeve@bandsoap.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566664690\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"kathrinbales69\";s:9:\"full_name\";s:13:\"kathrin bales\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566664699\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18259,'um_cache_userdata_159','a:77:{s:2:\"ID\";i:159;s:10:\"user_login\";s:15:\"bufordespinoza7\";s:9:\"user_pass\";s:60:\"$2y$10$Z0WyFCKXBHnFBnVXurjQyOu6YWjgpTBEUvFTa.c1fK5noqYJViUfu\";s:13:\"user_nicename\";s:15:\"bufordespinoza7\";s:10:\"user_email\";s:24:\"rodrigolupe@kovezero.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-24 21:45:57\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Buford Espinoza\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"bufordespinoza7\";s:10:\"first_name\";s:6:\"Buford\";s:9:\"last_name\";s:8:\"Espinoza\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566683157\";s:25:\"synced_gravatar_hashed_id\";s:32:\"4b6aea325b1c0a097a30a0593845b358\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566665147\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"bufordespinoza7\";s:10:\"first_name\";s:6:\"Buford\";s:9:\"last_name\";s:8:\"Espinoza\";s:10:\"user_email\";s:24:\"rodrigolupe@kovezero.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566665147\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"bufordespinoza7\";s:9:\"full_name\";s:15:\"buford espinoza\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566665158\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18298,'um_cache_userdata_160','a:77:{s:2:\"ID\";i:160;s:10:\"user_login\";s:10:\"shanon9956\";s:9:\"user_pass\";s:60:\"$2y$10$pEtp3fgns7pcJJIAuGlKuOfN9CTlsi3w6Wx4jlLmmEIcuGCtQBIkq\";s:13:\"user_nicename\";s:10:\"shanon9956\";s:10:\"user_email\";s:30:\"ShanonPoirier40@iron.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-24 22:45:01\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Shanon Poirier\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"shanon9956\";s:10:\"first_name\";s:6:\"Shanon\";s:9:\"last_name\";s:7:\"Poirier\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566686701\";s:25:\"synced_gravatar_hashed_id\";s:32:\"5a44b13174f191c1081043c330f37aa0\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566668693\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"shanon9956\";s:10:\"first_name\";s:6:\"Shanon\";s:9:\"last_name\";s:7:\"Poirier\";s:10:\"user_email\";s:30:\"ShanonPoirier40@iron.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566668693\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"shanon9956\";s:9:\"full_name\";s:14:\"shanon poirier\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566668702\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18303,'um_cache_userdata_161','a:77:{s:2:\"ID\";i:161;s:10:\"user_login\";s:15:\"keenandresdner5\";s:9:\"user_pass\";s:60:\"$2y$10$jAR8W9/J.o0pPnkgcIlsB.iXxJooSyxJVXzLMDyYwJ5Q5ftmmmG12\";s:13:\"user_nicename\";s:15:\"keenandresdner5\";s:10:\"user_email\";s:25:\"hildadanelle@kovezero.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-24 22:49:03\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Keenan Dresdner\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"keenandresdner5\";s:10:\"first_name\";s:6:\"Keenan\";s:9:\"last_name\";s:8:\"Dresdner\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566686943\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f5cf62c749b7336d0028be7a185c48d3\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566668934\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"keenandresdner5\";s:10:\"first_name\";s:6:\"Keenan\";s:9:\"last_name\";s:8:\"Dresdner\";s:10:\"user_email\";s:25:\"hildadanelle@kovezero.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566668934\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"keenandresdner5\";s:9:\"full_name\";s:15:\"keenan dresdner\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566668943\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18315,'um_cache_userdata_162','a:77:{s:2:\"ID\";i:162;s:10:\"user_login\";s:10:\"pattyc9267\";s:9:\"user_pass\";s:60:\"$2y$10$O8g/m9QvJDtKlX5TeMQjpe48TCTpzx9GnKKlpGxM1.CZeMe1ZjPOO\";s:13:\"user_nicename\";s:10:\"pattyc9267\";s:10:\"user_email\";s:29:\"lashawndaelisabeth@melcow.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-24 22:56:58\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Patty Silvey\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"pattyc9267\";s:10:\"first_name\";s:5:\"Patty\";s:9:\"last_name\";s:6:\"Silvey\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566687418\";s:25:\"synced_gravatar_hashed_id\";s:32:\"66b350d6b391eab50380c5ba5e647075\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566669413\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"pattyc9267\";s:10:\"first_name\";s:5:\"Patty\";s:9:\"last_name\";s:6:\"Silvey\";s:10:\"user_email\";s:29:\"lashawndaelisabeth@melcow.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566669413\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"pattyc9267\";s:9:\"full_name\";s:12:\"patty silvey\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566669419\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18325,'um_cache_userdata_163','a:77:{s:2:\"ID\";i:163;s:10:\"user_login\";s:10:\"wendell27a\";s:9:\"user_pass\";s:60:\"$2y$10$43QJzFkcC.fXE4dS2kHHt.U31I9tkG..YUEsapOLzNWF2J79bBRFu\";s:13:\"user_nicename\";s:10:\"wendell27a\";s:10:\"user_email\";s:21:\"ouidaalda@geargum.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-24 23:03:02\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Wendell Lara\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"wendell27a\";s:10:\"first_name\";s:7:\"Wendell\";s:9:\"last_name\";s:4:\"Lara\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566687782\";s:25:\"synced_gravatar_hashed_id\";s:32:\"48c96164e3db470959c05a764f92554e\";s:9:\"submitted\";s:301:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566669774\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"wendell27a\";s:10:\"first_name\";s:7:\"Wendell\";s:9:\"last_name\";s:4:\"Lara\";s:10:\"user_email\";s:21:\"ouidaalda@geargum.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566669774\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"wendell27a\";s:9:\"full_name\";s:12:\"wendell lara\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566669783\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18337,'um_cache_userdata_164','a:77:{s:2:\"ID\";i:164;s:10:\"user_login\";s:15:\"faewhitehouse95\";s:9:\"user_pass\";s:60:\"$2y$10$eAH0i5b.O5bylGV/7HThf.Hx.sYRw2h3kiPkcTS2xastWCW8HwSDa\";s:13:\"user_nicename\";s:15:\"faewhitehouse95\";s:10:\"user_email\";s:26:\"stefanierhonda@geargum.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-24 23:04:59\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Fae Whitehouse\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"faewhitehouse95\";s:10:\"first_name\";s:3:\"Fae\";s:9:\"last_name\";s:10:\"Whitehouse\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566687900\";s:25:\"synced_gravatar_hashed_id\";s:32:\"ca36472ff971f3ae178117e1c48ea368\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566669894\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"faewhitehouse95\";s:10:\"first_name\";s:3:\"Fae\";s:9:\"last_name\";s:10:\"Whitehouse\";s:10:\"user_email\";s:26:\"stefanierhonda@geargum.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566669894\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"faewhitehouse95\";s:9:\"full_name\";s:14:\"fae whitehouse\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566669900\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18354,'um_cache_userdata_165','a:77:{s:2:\"ID\";i:165;s:10:\"user_login\";s:16:\"pabloblankinship\";s:9:\"user_pass\";s:60:\"$2y$10$tQs0KGTdm/0ZN.dKJIgt8.1H28vWF7eYo1G.RmNGE5b6gvmwWqLxq\";s:13:\"user_nicename\";s:16:\"pabloblankinship\";s:10:\"user_email\";s:26:\"colleenmaryjo@kovezero.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-24 23:13:07\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Pablo Blankinship\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"pabloblankinship\";s:10:\"first_name\";s:5:\"Pablo\";s:9:\"last_name\";s:11:\"Blankinship\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566688387\";s:25:\"synced_gravatar_hashed_id\";s:32:\"9c1759b8dc46dae47e2a2bfd881bf544\";s:9:\"submitted\";s:318:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566670381\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"pabloblankinship\";s:10:\"first_name\";s:5:\"Pablo\";s:9:\"last_name\";s:11:\"Blankinship\";s:10:\"user_email\";s:26:\"colleenmaryjo@kovezero.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566670381\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"pabloblankinship\";s:9:\"full_name\";s:17:\"pablo blankinship\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566670388\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18359,'um_cache_userdata_166','a:77:{s:2:\"ID\";i:166;s:10:\"user_login\";s:14:\"waldowaddy0652\";s:9:\"user_pass\";s:60:\"$2y$10$nUtx1aBmnkCQ8CdBrVNjBucQ8.GyGhI/Dyo35hSMv96c.SqAs2Nw2\";s:13:\"user_nicename\";s:14:\"waldowaddy0652\";s:10:\"user_email\";s:23:\"carleyluca@bandsoap.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-24 23:16:50\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Waldo Waddy\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"waldowaddy0652\";s:10:\"first_name\";s:5:\"Waldo\";s:9:\"last_name\";s:5:\"Waddy\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566688610\";s:25:\"synced_gravatar_hashed_id\";s:32:\"80a203f05079ff0a70e96e4846ccb040\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566670600\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"waldowaddy0652\";s:10:\"first_name\";s:5:\"Waldo\";s:9:\"last_name\";s:5:\"Waddy\";s:10:\"user_email\";s:23:\"carleyluca@bandsoap.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566670600\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"waldowaddy0652\";s:9:\"full_name\";s:11:\"waldo waddy\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566670611\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18407,'um_cache_userdata_167','a:77:{s:2:\"ID\";i:167;s:10:\"user_login\";s:14:\"donny454593104\";s:9:\"user_pass\";s:60:\"$2y$10$xNin952BzmVcJymXIJ.uhusoleypopUl2jKfzG6.VGRCvBhtfKhc.\";s:13:\"user_nicename\";s:14:\"donny454593104\";s:10:\"user_email\";s:25:\"evelynmarina@kovezero.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-24 23:37:02\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Donny Jeffery\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"donny454593104\";s:10:\"first_name\";s:5:\"Donny\";s:9:\"last_name\";s:7:\"Jeffery\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566689822\";s:25:\"synced_gravatar_hashed_id\";s:32:\"d090ffb02012433231bce9d4ec2f80a3\";s:9:\"submitted\";s:310:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566671812\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"donny454593104\";s:10:\"first_name\";s:5:\"Donny\";s:9:\"last_name\";s:7:\"Jeffery\";s:10:\"user_email\";s:25:\"evelynmarina@kovezero.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566671812\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"donny454593104\";s:9:\"full_name\";s:13:\"donny jeffery\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566671822\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18443,'um_cache_userdata_168','a:77:{s:2:\"ID\";i:168;s:10:\"user_login\";s:15:\"baileycoronado7\";s:9:\"user_pass\";s:60:\"$2y$10$IXb1CF/b6dFdp5u3F/2on..OaGWi68QqNgux75WP4jeBOgAq46XZK\";s:13:\"user_nicename\";s:15:\"baileycoronado7\";s:10:\"user_email\";s:21:\"alycepearl@melcow.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 00:15:58\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Bailey Coronado\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"baileycoronado7\";s:10:\"first_name\";s:6:\"Bailey\";s:9:\"last_name\";s:8:\"Coronado\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566692158\";s:25:\"synced_gravatar_hashed_id\";s:32:\"73f11da75a28ea04a7d59755d77977e5\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566674150\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"baileycoronado7\";s:10:\"first_name\";s:6:\"Bailey\";s:9:\"last_name\";s:8:\"Coronado\";s:10:\"user_email\";s:21:\"alycepearl@melcow.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566674150\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"baileycoronado7\";s:9:\"full_name\";s:15:\"bailey coronado\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566674158\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18474,'um_cache_userdata_169','a:77:{s:2:\"ID\";i:169;s:10:\"user_login\";s:14:\"kentonmessner5\";s:9:\"user_pass\";s:60:\"$2y$10$HgwGKV6IoWg6rY4/9yuTouttn3vg4RswBpLwEeIutvS.6UjrfxhLK\";s:13:\"user_nicename\";s:14:\"kentonmessner5\";s:10:\"user_email\";s:30:\"KentonMessner53@iron.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 00:27:01\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Kenton Messner\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"kentonmessner5\";s:10:\"first_name\";s:6:\"Kenton\";s:9:\"last_name\";s:7:\"Messner\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566692821\";s:25:\"synced_gravatar_hashed_id\";s:32:\"2058f47ead027454737d4e568ba8d4d6\";s:9:\"submitted\";s:316:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566674813\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"kentonmessner5\";s:10:\"first_name\";s:6:\"Kenton\";s:9:\"last_name\";s:7:\"Messner\";s:10:\"user_email\";s:30:\"KentonMessner53@iron.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566674813\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"kentonmessner5\";s:9:\"full_name\";s:14:\"kenton messner\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566674821\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18483,'um_cache_userdata_170','a:77:{s:2:\"ID\";i:170;s:10:\"user_login\";s:13:\"shielajulius4\";s:9:\"user_pass\";s:60:\"$2y$10$zIOKGM5TWX/xGs0lnNH2iuihXq9XiJ30f5oqzsEUs9c.V5zFXIjjK\";s:13:\"user_nicename\";s:13:\"shielajulius4\";s:10:\"user_email\";s:24:\"jamilatrent@bandsoap.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 01:02:54\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Shiela Julius\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"shielajulius4\";s:10:\"first_name\";s:6:\"Shiela\";s:9:\"last_name\";s:6:\"Julius\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566694974\";s:25:\"synced_gravatar_hashed_id\";s:32:\"9539d16d551a94da97543f593c3124f5\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566676969\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"shielajulius4\";s:10:\"first_name\";s:6:\"Shiela\";s:9:\"last_name\";s:6:\"Julius\";s:10:\"user_email\";s:24:\"jamilatrent@bandsoap.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566676969\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"shielajulius4\";s:9:\"full_name\";s:13:\"shiela julius\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566676975\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18489,'um_cache_userdata_171','a:77:{s:2:\"ID\";i:171;s:10:\"user_login\";s:16:\"pablobodenwieser\";s:9:\"user_pass\";s:60:\"$2y$10$mBrwS7xyf5tPFrcaUxfVuOSdZXSaGGI0EJ3KIc5HyHCRPZFdES4rS\";s:13:\"user_nicename\";s:16:\"pablobodenwieser\";s:10:\"user_email\";s:23:\"brentludie@bandsoap.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 01:06:27\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Pablo Bodenwieser\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"pablobodenwieser\";s:10:\"first_name\";s:5:\"Pablo\";s:9:\"last_name\";s:11:\"Bodenwieser\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566695187\";s:25:\"synced_gravatar_hashed_id\";s:32:\"5dc5f27fc8bf03db054bcd3758848999\";s:9:\"submitted\";s:315:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566677180\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"pablobodenwieser\";s:10:\"first_name\";s:5:\"Pablo\";s:9:\"last_name\";s:11:\"Bodenwieser\";s:10:\"user_email\";s:23:\"brentludie@bandsoap.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566677180\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"pablobodenwieser\";s:9:\"full_name\";s:17:\"pablo bodenwieser\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566677188\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18510,'um_cache_userdata_172','a:77:{s:2:\"ID\";i:172;s:10:\"user_login\";s:16:\"jerrodkyz9834915\";s:9:\"user_pass\";s:60:\"$2y$10$b15/e2P.Q8Ou9YomWdkgdu7kS03fC1BoEom3r/6TkFgcm03Hxv5XC\";s:13:\"user_nicename\";s:16:\"jerrodkyz9834915\";s:10:\"user_email\";s:26:\"antonettakirk@kovezero.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 01:36:18\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Jerrod Paris\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"jerrodkyz9834915\";s:10:\"first_name\";s:6:\"Jerrod\";s:9:\"last_name\";s:5:\"Paris\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566696978\";s:25:\"synced_gravatar_hashed_id\";s:32:\"779e637f774042779a3bb453466e8f4a\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566678967\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"jerrodkyz9834915\";s:10:\"first_name\";s:6:\"Jerrod\";s:9:\"last_name\";s:5:\"Paris\";s:10:\"user_email\";s:26:\"antonettakirk@kovezero.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566678967\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"jerrodkyz9834915\";s:9:\"full_name\";s:12:\"jerrod paris\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566678979\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18515,'um_cache_userdata_173','a:77:{s:2:\"ID\";i:173;s:10:\"user_login\";s:16:\"collettehuondeke\";s:9:\"user_pass\";s:60:\"$2y$10$R764SBK.J69kGzVe26Ds.e2sfh2X.cRQQmhnbX.P0f8nWh/dnKWMO\";s:13:\"user_nicename\";s:16:\"collettehuondeke\";s:10:\"user_email\";s:31:\"monserratereginald@kovezero.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 01:37:16\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:25:\"Collette Huon De Kermadec\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"collettehuondeke\";s:10:\"first_name\";s:8:\"Collette\";s:9:\"last_name\";s:16:\"Huon De Kermadec\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566697036\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f5860115d7ff00c88f2282e86f43ac57\";s:9:\"submitted\";s:331:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566679028\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"collettehuondeke\";s:10:\"first_name\";s:8:\"Collette\";s:9:\"last_name\";s:16:\"Huon De Kermadec\";s:10:\"user_email\";s:31:\"monserratereginald@kovezero.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566679028\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"collettehuondeke\";s:9:\"full_name\";s:25:\"collette huon de kermadec\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566679036\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18522,'um_cache_userdata_174','a:77:{s:2:\"ID\";i:174;s:10:\"user_login\";s:16:\"alejandrinastark\";s:9:\"user_pass\";s:60:\"$2y$10$YF.WhBM06YP4c4exqsmuu.sQ8Vuds0bSGs8OJRSBTboDW2U1POSOq\";s:13:\"user_nicename\";s:16:\"alejandrinastark\";s:10:\"user_email\";s:27:\"denishaconcetta@geargum.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 01:47:41\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:18:\"Alejandrina Starks\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"alejandrinastark\";s:10:\"first_name\";s:11:\"Alejandrina\";s:9:\"last_name\";s:6:\"Starks\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566697661\";s:25:\"synced_gravatar_hashed_id\";s:32:\"e50236c91c968f7ac1d5f19af35cbb2f\";s:9:\"submitted\";s:320:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566679653\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"alejandrinastark\";s:10:\"first_name\";s:11:\"Alejandrina\";s:9:\"last_name\";s:6:\"Starks\";s:10:\"user_email\";s:27:\"denishaconcetta@geargum.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566679653\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"alejandrinastark\";s:9:\"full_name\";s:18:\"alejandrina starks\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566679662\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18530,'um_cache_userdata_175','a:77:{s:2:\"ID\";i:175;s:10:\"user_login\";s:10:\"lizzie74k8\";s:9:\"user_pass\";s:60:\"$2y$10$BS.ztjysXTVgDeTGNXZ48.dd5kvssRgkNyPCQHNDm6X7pfA.6ooH.\";s:13:\"user_nicename\";s:10:\"lizzie74k8\";s:10:\"user_email\";s:28:\"LizzieSasse69@hate.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 02:08:53\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Lizzie Sasse\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"lizzie74k8\";s:10:\"first_name\";s:6:\"Lizzie\";s:9:\"last_name\";s:5:\"Sasse\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566698933\";s:25:\"synced_gravatar_hashed_id\";s:32:\"e62004db92239169f8b2400c9b2aa685\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566680928\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"lizzie74k8\";s:10:\"first_name\";s:6:\"Lizzie\";s:9:\"last_name\";s:5:\"Sasse\";s:10:\"user_email\";s:28:\"LizzieSasse69@hate.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566680928\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"lizzie74k8\";s:9:\"full_name\";s:12:\"lizzie sasse\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566680934\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18539,'um_cache_userdata_176','a:77:{s:2:\"ID\";i:176;s:10:\"user_login\";s:13:\"enriqueta4075\";s:9:\"user_pass\";s:60:\"$2y$10$3X2MXrkux0iDTRZWneG.iu6G/NLsox5kqjCoIa0ZK6JlXQ5sHsJB2\";s:13:\"user_nicename\";s:13:\"enriqueta4075\";s:10:\"user_email\";s:20:\"terrykam@geargum.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 02:59:34\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Enriqueta Riley\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"enriqueta4075\";s:10:\"first_name\";s:9:\"Enriqueta\";s:9:\"last_name\";s:5:\"Riley\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566701975\";s:25:\"synced_gravatar_hashed_id\";s:32:\"ede5d97fe43622b7df5498e875cd9c22\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566683966\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"enriqueta4075\";s:10:\"first_name\";s:9:\"Enriqueta\";s:9:\"last_name\";s:5:\"Riley\";s:10:\"user_email\";s:20:\"terrykam@geargum.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566683966\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"enriqueta4075\";s:9:\"full_name\";s:15:\"enriqueta riley\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566683975\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18548,'um_cache_userdata_177','a:77:{s:2:\"ID\";i:177;s:10:\"user_login\";s:13:\"avabernacchi0\";s:9:\"user_pass\";s:60:\"$2y$10$d8S1C9.ZJql/7aTy1NtBROJcmuGVFlJedeqQlHp6wYXRwyef48aJq\";s:13:\"user_nicename\";s:13:\"avabernacchi0\";s:10:\"user_email\";s:29:\"AvaBernacchi87@hate.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 03:07:33\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Ava Bernacchi\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"avabernacchi0\";s:10:\"first_name\";s:3:\"Ava\";s:9:\"last_name\";s:9:\"Bernacchi\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566702453\";s:25:\"synced_gravatar_hashed_id\";s:32:\"cfd17f4b7fe2712273897f016d1e063a\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566684447\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"avabernacchi0\";s:10:\"first_name\";s:3:\"Ava\";s:9:\"last_name\";s:9:\"Bernacchi\";s:10:\"user_email\";s:29:\"AvaBernacchi87@hate.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566684447\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"avabernacchi0\";s:9:\"full_name\";s:13:\"ava bernacchi\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566684453\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18557,'um_cache_userdata_178','a:77:{s:2:\"ID\";i:178;s:10:\"user_login\";s:14:\"autumnveasley2\";s:9:\"user_pass\";s:60:\"$2y$10$y/0iy6cyqrX7mqpSBv5T1ubibNSdDrgqfmpeKSJXS0E9cAVApObXC\";s:13:\"user_nicename\";s:14:\"autumnveasley2\";s:10:\"user_email\";s:30:\"AutumnVeasley20@hate.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 03:49:01\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Autumn Veasley\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"autumnveasley2\";s:10:\"first_name\";s:6:\"Autumn\";s:9:\"last_name\";s:7:\"Veasley\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566704941\";s:25:\"synced_gravatar_hashed_id\";s:32:\"44cc8bdafcf7144c942e7a51b874cfba\";s:9:\"submitted\";s:316:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566686932\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"autumnveasley2\";s:10:\"first_name\";s:6:\"Autumn\";s:9:\"last_name\";s:7:\"Veasley\";s:10:\"user_email\";s:30:\"AutumnVeasley20@hate.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566686932\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"autumnveasley2\";s:9:\"full_name\";s:14:\"autumn veasley\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566686942\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18564,'um_cache_userdata_179','a:77:{s:2:\"ID\";i:179;s:10:\"user_login\";s:15:\"jaimieaiello476\";s:9:\"user_pass\";s:60:\"$2y$10$o6eLDpdAQp2ONcCqExw.6uThHHUu7ZCTEaOUJ1snrC.ryh4JpEetC\";s:13:\"user_nicename\";s:15:\"jaimieaiello476\";s:10:\"user_email\";s:20:\"giaverla@geargum.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 03:57:41\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Jaimie Aiello\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"jaimieaiello476\";s:10:\"first_name\";s:6:\"Jaimie\";s:9:\"last_name\";s:6:\"Aiello\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566705462\";s:25:\"synced_gravatar_hashed_id\";s:32:\"846fca5edd54ec6c123b658efc728123\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566687452\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"jaimieaiello476\";s:10:\"first_name\";s:6:\"Jaimie\";s:9:\"last_name\";s:6:\"Aiello\";s:10:\"user_email\";s:20:\"giaverla@geargum.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566687452\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"jaimieaiello476\";s:9:\"full_name\";s:13:\"jaimie aiello\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566687462\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18569,'um_cache_userdata_180','a:77:{s:2:\"ID\";i:180;s:10:\"user_login\";s:15:\"elishanewquist4\";s:9:\"user_pass\";s:60:\"$2y$10$hJUx050iF7smHMAc3UEW3etXoHaGr7gmSx5vW9zyUo4ZtV.DjcA1a\";s:13:\"user_nicename\";s:15:\"elishanewquist4\";s:10:\"user_email\";s:31:\"ElishaNewquist14@slow.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 04:02:25\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Elisha Newquist\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"elishanewquist4\";s:10:\"first_name\";s:6:\"Elisha\";s:9:\"last_name\";s:8:\"Newquist\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566705745\";s:25:\"synced_gravatar_hashed_id\";s:32:\"14ab128bd884756cc93faec32710a189\";s:9:\"submitted\";s:319:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566687740\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"elishanewquist4\";s:10:\"first_name\";s:6:\"Elisha\";s:9:\"last_name\";s:8:\"Newquist\";s:10:\"user_email\";s:31:\"ElishaNewquist14@slow.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566687740\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"elishanewquist4\";s:9:\"full_name\";s:15:\"elisha newquist\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566687746\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18578,'um_cache_userdata_181','a:77:{s:2:\"ID\";i:181;s:10:\"user_login\";s:15:\"kianhodgkinson6\";s:9:\"user_pass\";s:60:\"$2y$10$9cMCl89/2whx.zUBT8w2K.fCM767rnQpLNXwKRMKC6rpKdimvaWiq\";s:13:\"user_nicename\";s:15:\"kianhodgkinson6\";s:10:\"user_email\";s:22:\"judialanna@geargum.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 04:25:12\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Kian Hodgkinson\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"kianhodgkinson6\";s:10:\"first_name\";s:4:\"Kian\";s:9:\"last_name\";s:10:\"Hodgkinson\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566707112\";s:25:\"synced_gravatar_hashed_id\";s:32:\"2f79f5f9ca72485e51193d9687b2c8bd\";s:9:\"submitted\";s:311:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566689105\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"kianhodgkinson6\";s:10:\"first_name\";s:4:\"Kian\";s:9:\"last_name\";s:10:\"Hodgkinson\";s:10:\"user_email\";s:22:\"judialanna@geargum.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566689105\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"kianhodgkinson6\";s:9:\"full_name\";s:15:\"kian hodgkinson\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566689112\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18592,'um_cache_userdata_182','a:77:{s:2:\"ID\";i:182;s:10:\"user_login\";s:15:\"lilia17a1044209\";s:9:\"user_pass\";s:60:\"$2y$10$Q6Xq5MS.z6bIOpMl0qoUeeCvpgqU7AZoqpz14e6ACqg4/9Sg9sgMa\";s:13:\"user_nicename\";s:15:\"lilia17a1044209\";s:10:\"user_email\";s:27:\"LiliaLoper38@iron.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 05:20:07\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Lilia Loper\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"lilia17a1044209\";s:10:\"first_name\";s:5:\"Lilia\";s:9:\"last_name\";s:5:\"Loper\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566710407\";s:25:\"synced_gravatar_hashed_id\";s:32:\"b27bd6b3010f490edc0540ac715560c3\";s:9:\"submitted\";s:311:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566692398\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"lilia17a1044209\";s:10:\"first_name\";s:5:\"Lilia\";s:9:\"last_name\";s:5:\"Loper\";s:10:\"user_email\";s:27:\"LiliaLoper38@iron.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566692398\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"lilia17a1044209\";s:9:\"full_name\";s:11:\"lilia loper\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566692408\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18598,'um_cache_userdata_183','a:77:{s:2:\"ID\";i:183;s:10:\"user_login\";s:15:\"gerardooshane59\";s:9:\"user_pass\";s:60:\"$2y$10$CkUNmomQHEsrieH4HlzIJe68qLT0SH.bDnVWpmgQID7NVfuZnmpri\";s:13:\"user_nicename\";s:15:\"gerardooshane59\";s:10:\"user_email\";s:21:\"junesonia@geargum.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 05:24:50\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Gerardo O\'Shane\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"gerardooshane59\";s:10:\"first_name\";s:7:\"Gerardo\";s:9:\"last_name\";s:7:\"O\'Shane\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566710690\";s:25:\"synced_gravatar_hashed_id\";s:32:\"8a3f7383cf9b20c1073f411cd5fd6422\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566692684\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"gerardooshane59\";s:10:\"first_name\";s:7:\"Gerardo\";s:9:\"last_name\";s:7:\"O\'Shane\";s:10:\"user_email\";s:21:\"junesonia@geargum.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566692684\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"gerardooshane59\";s:9:\"full_name\";s:14:\"gerardo oshane\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566692691\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18609,'um_cache_userdata_184','a:77:{s:2:\"ID\";i:184;s:10:\"user_login\";s:16:\"marlysmartinovic\";s:9:\"user_pass\";s:60:\"$2y$10$dUa91tbwZ3sX.oP1LFl5uufOHT2aBjqwlcOK/AzInTD27nIEHSrGG\";s:13:\"user_nicename\";s:16:\"marlysmartinovic\";s:10:\"user_email\";s:34:\"MarlysMartinovich96@iron.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 06:37:27\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:18:\"Marlys Martinovich\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"marlysmartinovic\";s:10:\"first_name\";s:6:\"Marlys\";s:9:\"last_name\";s:11:\"Martinovich\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566715047\";s:25:\"synced_gravatar_hashed_id\";s:32:\"8b0965f4f4ade145bd3a55748af20fc8\";s:9:\"submitted\";s:327:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566697040\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"marlysmartinovic\";s:10:\"first_name\";s:6:\"Marlys\";s:9:\"last_name\";s:11:\"Martinovich\";s:10:\"user_email\";s:34:\"MarlysMartinovich96@iron.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566697040\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"marlysmartinovic\";s:9:\"full_name\";s:18:\"marlys martinovich\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566697048\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18615,'um_cache_userdata_185','a:77:{s:2:\"ID\";i:185;s:10:\"user_login\";s:13:\"darinchew8979\";s:9:\"user_pass\";s:60:\"$2y$10$GAmtE7lsmF4d9oSHJLbhOOP0Zi4CdBr.iFXRRMqZKZL2IRxR4cnaC\";s:13:\"user_nicename\";s:13:\"darinchew8979\";s:10:\"user_email\";s:26:\"DarinChew42@slow.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 06:52:25\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Darin Chew\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"darinchew8979\";s:10:\"first_name\";s:5:\"Darin\";s:9:\"last_name\";s:4:\"Chew\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566715945\";s:25:\"synced_gravatar_hashed_id\";s:32:\"4e4f5708c963a5d76923511978097715\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566697937\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"darinchew8979\";s:10:\"first_name\";s:5:\"Darin\";s:9:\"last_name\";s:4:\"Chew\";s:10:\"user_email\";s:26:\"DarinChew42@slow.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566697937\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"darinchew8979\";s:9:\"full_name\";s:10:\"darin chew\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566697946\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18621,'um_cache_userdata_186','a:77:{s:2:\"ID\";i:186;s:10:\"user_login\";s:16:\"angelinevillanue\";s:9:\"user_pass\";s:60:\"$2y$10$HwBcdZ2ZT4VFZAiZDBKnIOhAUa2fITBuZEkXsH5udMaq4ghd6cszC\";s:13:\"user_nicename\";s:16:\"angelinevillanue\";s:10:\"user_email\";s:35:\"AngelineVillanueva44@slow.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 07:03:09\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:19:\"Angeline Villanueva\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"angelinevillanue\";s:10:\"first_name\";s:8:\"Angeline\";s:9:\"last_name\";s:10:\"Villanueva\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566716589\";s:25:\"synced_gravatar_hashed_id\";s:32:\"0c7dd9ca7f8a4fbfbf6a971a8156c3a1\";s:9:\"submitted\";s:329:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566698581\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"angelinevillanue\";s:10:\"first_name\";s:8:\"Angeline\";s:9:\"last_name\";s:10:\"Villanueva\";s:10:\"user_email\";s:35:\"AngelineVillanueva44@slow.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566698581\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"angelinevillanue\";s:9:\"full_name\";s:19:\"angeline villanueva\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566698589\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18628,'um_cache_userdata_187','a:77:{s:2:\"ID\";i:187;s:10:\"user_login\";s:15:\"casiewannemaker\";s:9:\"user_pass\";s:60:\"$2y$10$BwjYIWPhbfsBqODmiVcjWuCZ.6kuLjk7.je0WxqZCT6VskNTOi5v.\";s:13:\"user_nicename\";s:15:\"casiewannemaker\";s:10:\"user_email\";s:31:\"alvinhellen@goodcoffeemaker.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 07:11:51\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Casie Wannemaker\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"casiewannemaker\";s:10:\"first_name\";s:5:\"Casie\";s:9:\"last_name\";s:10:\"Wannemaker\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566717111\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f0e124d852efbb7ae6508323fe1a4a42\";s:9:\"submitted\";s:321:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566699100\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"casiewannemaker\";s:10:\"first_name\";s:5:\"Casie\";s:9:\"last_name\";s:10:\"Wannemaker\";s:10:\"user_email\";s:31:\"alvinhellen@goodcoffeemaker.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566699100\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"casiewannemaker\";s:9:\"full_name\";s:16:\"casie wannemaker\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566699111\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18634,'um_cache_userdata_188','a:77:{s:2:\"ID\";i:188;s:10:\"user_login\";s:15:\"karinabradbury4\";s:9:\"user_pass\";s:60:\"$2y$10$LqkvgaIYsc6iFfuKI6ctJuquMo6iealoX2G2RkJXSXIjk9jPejtti\";s:13:\"user_nicename\";s:15:\"karinabradbury4\";s:10:\"user_email\";s:31:\"KarinaBradbury66@iron.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 07:20:21\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Karina Bradbury\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"karinabradbury4\";s:10:\"first_name\";s:6:\"Karina\";s:9:\"last_name\";s:8:\"Bradbury\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566717621\";s:25:\"synced_gravatar_hashed_id\";s:32:\"cf806411d16dd7a9f666843f2cc3991b\";s:9:\"submitted\";s:319:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566699614\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"karinabradbury4\";s:10:\"first_name\";s:6:\"Karina\";s:9:\"last_name\";s:8:\"Bradbury\";s:10:\"user_email\";s:31:\"KarinaBradbury66@iron.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566699614\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"karinabradbury4\";s:9:\"full_name\";s:15:\"karina bradbury\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566699622\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18641,'um_cache_userdata_189','a:77:{s:2:\"ID\";i:189;s:10:\"user_login\";s:15:\"triciacarrigan7\";s:9:\"user_pass\";s:60:\"$2y$10$Am4eCxMXGOuIfNLqEgFMCutmmU5fHrx3tBPkXSIIYvzaf.0Yh5wR2\";s:13:\"user_nicename\";s:15:\"triciacarrigan7\";s:10:\"user_email\";s:31:\"TriciaCarrigan71@slow.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 07:41:29\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Tricia Carrigan\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"triciacarrigan7\";s:10:\"first_name\";s:6:\"Tricia\";s:9:\"last_name\";s:8:\"Carrigan\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566718889\";s:25:\"synced_gravatar_hashed_id\";s:32:\"b0489326331a6754dbb794e4445c23be\";s:9:\"submitted\";s:319:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566700879\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"triciacarrigan7\";s:10:\"first_name\";s:6:\"Tricia\";s:9:\"last_name\";s:8:\"Carrigan\";s:10:\"user_email\";s:31:\"TriciaCarrigan71@slow.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566700879\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"triciacarrigan7\";s:9:\"full_name\";s:15:\"tricia carrigan\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566700890\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18647,'um_cache_userdata_190','a:77:{s:2:\"ID\";i:190;s:10:\"user_login\";s:13:\"barrymyles447\";s:9:\"user_pass\";s:60:\"$2y$10$.SgHP87vK27HdYXWAdsJa.mSghH9cZk.6n1ai7Qbsd1tG24nCLMM.\";s:13:\"user_nicename\";s:13:\"barrymyles447\";s:10:\"user_email\";s:27:\"BarryMyles92@hate.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 07:58:58\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Barry Myles\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"barrymyles447\";s:10:\"first_name\";s:5:\"Barry\";s:9:\"last_name\";s:5:\"Myles\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566719938\";s:25:\"synced_gravatar_hashed_id\";s:32:\"3c99e816c064de9104b19bb32fddfd3a\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566701929\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"barrymyles447\";s:10:\"first_name\";s:5:\"Barry\";s:9:\"last_name\";s:5:\"Myles\";s:10:\"user_email\";s:27:\"BarryMyles92@hate.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566701929\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"barrymyles447\";s:9:\"full_name\";s:11:\"barry myles\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566701939\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18652,'um_cache_userdata_191','a:77:{s:2:\"ID\";i:191;s:10:\"user_login\";s:11:\"joe35n52614\";s:9:\"user_pass\";s:60:\"$2y$10$tqJtUBYRSjUvKAF4VP7W3.foH0eaFAcoi8FVhqj2s8KgYsaBOZ0bW\";s:13:\"user_nicename\";s:11:\"joe35n52614\";s:10:\"user_email\";s:23:\"JoeTew68@iron.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 08:05:42\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:7:\"Joe Tew\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"joe35n52614\";s:10:\"first_name\";s:3:\"Joe\";s:9:\"last_name\";s:3:\"Tew\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566720342\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c8678608b8b310770999784c7bd95b85\";s:9:\"submitted\";s:299:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566702336\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"joe35n52614\";s:10:\"first_name\";s:3:\"Joe\";s:9:\"last_name\";s:3:\"Tew\";s:10:\"user_email\";s:23:\"JoeTew68@iron.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566702336\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"joe35n52614\";s:9:\"full_name\";s:7:\"joe tew\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566702342\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18667,'um_cache_userdata_192','a:77:{s:2:\"ID\";i:192;s:10:\"user_login\";s:15:\"carlosorchard99\";s:9:\"user_pass\";s:60:\"$2y$10$ZLWgKW2VRNB8GtgayKzc/uM0h5JckYcFx4F3jrpPBDfc3v1rIOkZ2\";s:13:\"user_nicename\";s:15:\"carlosorchard99\";s:10:\"user_email\";s:30:\"CarlosOrchard84@hate.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 09:50:02\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Carlos Orchard\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"carlosorchard99\";s:10:\"first_name\";s:6:\"Carlos\";s:9:\"last_name\";s:7:\"Orchard\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566726602\";s:25:\"synced_gravatar_hashed_id\";s:32:\"1103e2b0fdfcab221698568a0aef8d32\";s:9:\"submitted\";s:317:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566708594\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"carlosorchard99\";s:10:\"first_name\";s:6:\"Carlos\";s:9:\"last_name\";s:7:\"Orchard\";s:10:\"user_email\";s:30:\"CarlosOrchard84@hate.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566708594\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"carlosorchard99\";s:9:\"full_name\";s:14:\"carlos orchard\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566708603\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18673,'um_cache_userdata_193','a:77:{s:2:\"ID\";i:193;s:10:\"user_login\";s:15:\"adrienetorrance\";s:9:\"user_pass\";s:60:\"$2y$10$mHGhYx7nVGqmpY6Tp0OLgOOH5KDHO2h7Ngv.4/wQsqgN8LxHijr3a\";s:13:\"user_nicename\";s:15:\"adrienetorrance\";s:10:\"user_email\";s:32:\"AdrieneTorrance78@hate.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 09:58:47\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Adriene Torrance\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"adrienetorrance\";s:10:\"first_name\";s:7:\"Adriene\";s:9:\"last_name\";s:8:\"Torrance\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566727127\";s:25:\"synced_gravatar_hashed_id\";s:32:\"21f7230b37b9ce2b915014d0938ba534\";s:9:\"submitted\";s:321:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566709119\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"adrienetorrance\";s:10:\"first_name\";s:7:\"Adriene\";s:9:\"last_name\";s:8:\"Torrance\";s:10:\"user_email\";s:32:\"AdrieneTorrance78@hate.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566709119\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"adrienetorrance\";s:9:\"full_name\";s:16:\"adriene torrance\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566709128\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18679,'um_cache_userdata_194','a:77:{s:2:\"ID\";i:194;s:10:\"user_login\";s:15:\"davisrooney6715\";s:9:\"user_pass\";s:60:\"$2y$10$Pk.u/52c7nj3c1knnCrT9.fWUGPWPTlthTeBhYtC6il4Dwo7slzR2\";s:13:\"user_nicename\";s:15:\"davisrooney6715\";s:10:\"user_email\";s:28:\"DavisRooney53@hate.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 10:07:52\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Davis Rooney\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"davisrooney6715\";s:10:\"first_name\";s:5:\"Davis\";s:9:\"last_name\";s:6:\"Rooney\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566727672\";s:25:\"synced_gravatar_hashed_id\";s:32:\"7dc81c4aefac5253e5035c1af4f4e0c9\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566709663\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"davisrooney6715\";s:10:\"first_name\";s:5:\"Davis\";s:9:\"last_name\";s:6:\"Rooney\";s:10:\"user_email\";s:28:\"DavisRooney53@hate.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566709663\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"davisrooney6715\";s:9:\"full_name\";s:12:\"davis rooney\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566709673\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18687,'um_cache_userdata_195','a:77:{s:2:\"ID\";i:195;s:10:\"user_login\";s:10:\"edison0626\";s:9:\"user_pass\";s:60:\"$2y$10$UMVmPJn20Q01HSYfe1.jKevR65OaepV/IhPAKl6rpFrPbM3jTtpQS\";s:13:\"user_nicename\";s:10:\"edison0626\";s:10:\"user_email\";s:29:\"EdisonMcCrae53@iron.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 10:31:14\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Edison McCrae\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"edison0626\";s:10:\"first_name\";s:6:\"Edison\";s:9:\"last_name\";s:6:\"McCrae\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566729074\";s:25:\"synced_gravatar_hashed_id\";s:32:\"30759b1e65c73b7079a71e43991426cd\";s:9:\"submitted\";s:310:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566711068\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"edison0626\";s:10:\"first_name\";s:6:\"Edison\";s:9:\"last_name\";s:6:\"McCrae\";s:10:\"user_email\";s:29:\"EdisonMcCrae53@iron.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566711068\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"edison0626\";s:9:\"full_name\";s:13:\"edison mccrae\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566711075\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18692,'um_cache_userdata_196','a:77:{s:2:\"ID\";i:196;s:10:\"user_login\";s:11:\"christal15r\";s:9:\"user_pass\";s:60:\"$2y$10$bqKqx9VbJtn.dmIrsDzbWOXVfv4tNYykblp5Rk6MF7vcDj.YbYzsq\";s:13:\"user_nicename\";s:11:\"christal15r\";s:10:\"user_email\";s:32:\"ChristalSquires14@iron.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 10:37:41\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Christal Squires\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"christal15r\";s:10:\"first_name\";s:8:\"Christal\";s:9:\"last_name\";s:7:\"Squires\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566729461\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f6b6ad97c5c3300bdc32165fc04203a2\";s:9:\"submitted\";s:317:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566711454\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"christal15r\";s:10:\"first_name\";s:8:\"Christal\";s:9:\"last_name\";s:7:\"Squires\";s:10:\"user_email\";s:32:\"ChristalSquires14@iron.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566711454\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"christal15r\";s:9:\"full_name\";s:16:\"christal squires\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566711462\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18698,'um_cache_userdata_197','a:77:{s:2:\"ID\";i:197;s:10:\"user_login\";s:15:\"aguedafarias888\";s:9:\"user_pass\";s:60:\"$2y$10$ddF/GP7IYVEvC6lnDBpCleNsXdq9XBoyqiwVd79RrrLywvxUceZWy\";s:13:\"user_nicename\";s:15:\"aguedafarias888\";s:10:\"user_email\";s:29:\"AguedaFarias92@hate.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 10:42:44\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Agueda Farias\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"aguedafarias888\";s:10:\"first_name\";s:6:\"Agueda\";s:9:\"last_name\";s:6:\"Farias\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566729764\";s:25:\"synced_gravatar_hashed_id\";s:32:\"1aa8d3572ac949fa29bea1edd75401ce\";s:9:\"submitted\";s:315:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566711756\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"aguedafarias888\";s:10:\"first_name\";s:6:\"Agueda\";s:9:\"last_name\";s:6:\"Farias\";s:10:\"user_email\";s:29:\"AguedaFarias92@hate.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566711756\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"aguedafarias888\";s:9:\"full_name\";s:13:\"agueda farias\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566711765\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18703,'um_cache_userdata_198','a:77:{s:2:\"ID\";i:198;s:10:\"user_login\";s:15:\"mayaq9824467777\";s:9:\"user_pass\";s:60:\"$2y$10$2RWE8LFKv2YLoi51bhxKoO3Xxi4O4/h.4pnFAFtEIuuzFsPztF/Yu\";s:13:\"user_nicename\";s:15:\"mayaq9824467777\";s:10:\"user_email\";s:30:\"MayaLorenzini82@slow.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 10:43:47\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Maya Lorenzini\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"mayaq9824467777\";s:10:\"first_name\";s:4:\"Maya\";s:9:\"last_name\";s:9:\"Lorenzini\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566729827\";s:25:\"synced_gravatar_hashed_id\";s:32:\"55ff27581b3d683d1fa897cb89ad5a0b\";s:9:\"submitted\";s:317:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566711817\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"mayaq9824467777\";s:10:\"first_name\";s:4:\"Maya\";s:9:\"last_name\";s:9:\"Lorenzini\";s:10:\"user_email\";s:30:\"MayaLorenzini82@slow.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566711817\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"mayaq9824467777\";s:9:\"full_name\";s:14:\"maya lorenzini\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566711828\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18709,'um_cache_userdata_199','a:77:{s:2:\"ID\";i:199;s:10:\"user_login\";s:13:\"janeclements3\";s:9:\"user_pass\";s:60:\"$2y$10$k7UM7.i4eEhfUXDzBH4JqeIzbqJ.hPL8SD4lGVO9bqtTG.ipTis6m\";s:13:\"user_nicename\";s:13:\"janeclements3\";s:10:\"user_email\";s:29:\"JaneClements78@hate.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 10:59:26\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Jane Clements\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"janeclements3\";s:10:\"first_name\";s:4:\"Jane\";s:9:\"last_name\";s:8:\"Clements\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566730766\";s:25:\"synced_gravatar_hashed_id\";s:32:\"fceb5558159040566b9146ef9061c4e6\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566712759\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"janeclements3\";s:10:\"first_name\";s:4:\"Jane\";s:9:\"last_name\";s:8:\"Clements\";s:10:\"user_email\";s:29:\"JaneClements78@hate.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566712759\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"janeclements3\";s:9:\"full_name\";s:13:\"jane clements\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566712767\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18716,'um_cache_userdata_200','a:77:{s:2:\"ID\";i:200;s:10:\"user_login\";s:14:\"jimmieqpx03526\";s:9:\"user_pass\";s:60:\"$2y$10$81tB0Ap4cvK78BoUsPbV1e2O2ENFTlUunKiIijfC9120gyRHzdNAi\";s:13:\"user_nicename\";s:14:\"jimmieqpx03526\";s:10:\"user_email\";s:31:\"JimmieGrossman60@iron.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 11:20:56\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Jimmie Grossman\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"jimmieqpx03526\";s:10:\"first_name\";s:6:\"Jimmie\";s:9:\"last_name\";s:8:\"Grossman\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566732056\";s:25:\"synced_gravatar_hashed_id\";s:32:\"923bada110f5385b847d4ecff2b43263\";s:9:\"submitted\";s:318:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566714047\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"jimmieqpx03526\";s:10:\"first_name\";s:6:\"Jimmie\";s:9:\"last_name\";s:8:\"Grossman\";s:10:\"user_email\";s:31:\"JimmieGrossman60@iron.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566714047\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"jimmieqpx03526\";s:9:\"full_name\";s:15:\"jimmie grossman\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566714057\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18722,'um_cache_userdata_201','a:77:{s:2:\"ID\";i:201;s:10:\"user_login\";s:14:\"jeanneboucher6\";s:9:\"user_pass\";s:60:\"$2y$10$7E57yhtxNLcl52evQXew1e11x8DO91fY6HcXe9RPD3cWyQTFnlI0m\";s:13:\"user_nicename\";s:14:\"jeanneboucher6\";s:10:\"user_email\";s:30:\"JeanneBoucher53@iron.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 11:26:02\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Jeanne Boucher\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"jeanneboucher6\";s:10:\"first_name\";s:6:\"Jeanne\";s:9:\"last_name\";s:7:\"Boucher\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566732362\";s:25:\"synced_gravatar_hashed_id\";s:32:\"b9cff0208f9a51c667ab9c1a4781fd8a\";s:9:\"submitted\";s:316:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566714356\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"jeanneboucher6\";s:10:\"first_name\";s:6:\"Jeanne\";s:9:\"last_name\";s:7:\"Boucher\";s:10:\"user_email\";s:30:\"JeanneBoucher53@iron.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566714356\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"jeanneboucher6\";s:9:\"full_name\";s:14:\"jeanne boucher\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566714363\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18728,'um_cache_userdata_202','a:77:{s:2:\"ID\";i:202;s:10:\"user_login\";s:13:\"nelsonbrough2\";s:9:\"user_pass\";s:60:\"$2y$10$TYH3KsbWqhKMthpBLfbaS./6ggclp1Z8MPYgWhpDSv9479wmA2UgW\";s:13:\"user_nicename\";s:13:\"nelsonbrough2\";s:10:\"user_email\";s:29:\"NelsonBrough99@slow.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 11:40:57\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Nelson Brough\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"nelsonbrough2\";s:10:\"first_name\";s:6:\"Nelson\";s:9:\"last_name\";s:6:\"Brough\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566733257\";s:25:\"synced_gravatar_hashed_id\";s:32:\"2a3c512142a560974987d34423807540\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566715249\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"nelsonbrough2\";s:10:\"first_name\";s:6:\"Nelson\";s:9:\"last_name\";s:6:\"Brough\";s:10:\"user_email\";s:29:\"NelsonBrough99@slow.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566715249\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"nelsonbrough2\";s:9:\"full_name\";s:13:\"nelson brough\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566715258\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18733,'um_cache_userdata_203','a:77:{s:2:\"ID\";i:203;s:10:\"user_login\";s:11:\"kate90m3117\";s:9:\"user_pass\";s:60:\"$2y$10$faXQ5x3Dgo0Ub5K9wXN3B.F4Xym/2loCm.mZqQjKqdMmV6pODKG.q\";s:13:\"user_nicename\";s:11:\"kate90m3117\";s:10:\"user_email\";s:28:\"KateRatliff93@hate.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 11:43:55\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Kate Ratliff\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"kate90m3117\";s:10:\"first_name\";s:4:\"Kate\";s:9:\"last_name\";s:7:\"Ratliff\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566733435\";s:25:\"synced_gravatar_hashed_id\";s:32:\"114e9ced871e0c586a1dc1f33490d344\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566715429\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"kate90m3117\";s:10:\"first_name\";s:4:\"Kate\";s:9:\"last_name\";s:7:\"Ratliff\";s:10:\"user_email\";s:28:\"KateRatliff93@hate.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566715429\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"kate90m3117\";s:9:\"full_name\";s:12:\"kate ratliff\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566715436\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18742,'um_cache_userdata_204','a:77:{s:2:\"ID\";i:204;s:10:\"user_login\";s:10:\"nataliallx\";s:9:\"user_pass\";s:60:\"$2y$10$9kyXrYNaZXUPPItdQ1GEB.J8F1y/YLqybapIZ9YINvOKGwRTyFBj6\";s:13:\"user_nicename\";s:10:\"nataliallx\";s:10:\"user_email\";s:33:\"NataliaGreenleaf11@slow.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 11:52:58\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Natalia Greenleaf\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"nataliallx\";s:10:\"first_name\";s:7:\"Natalia\";s:9:\"last_name\";s:9:\"Greenleaf\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566733978\";s:25:\"synced_gravatar_hashed_id\";s:32:\"1852da19a8c9b3051be2e4153272ea41\";s:9:\"submitted\";s:318:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566715971\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"nataliallx\";s:10:\"first_name\";s:7:\"Natalia\";s:9:\"last_name\";s:9:\"Greenleaf\";s:10:\"user_email\";s:33:\"NataliaGreenleaf11@slow.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566715971\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"nataliallx\";s:9:\"full_name\";s:17:\"natalia greenleaf\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566715979\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18748,'um_cache_userdata_205','a:77:{s:2:\"ID\";i:205;s:10:\"user_login\";s:15:\"georginadortch4\";s:9:\"user_pass\";s:60:\"$2y$10$6ZJJwzkVQnu44rfbW6x/juSce1LIwMtKPLf5zrRDCtcKywS/DFPqa\";s:13:\"user_nicename\";s:15:\"georginadortch4\";s:10:\"user_email\";s:31:\"GeorginaDortch17@slow.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 11:56:00\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Georgina Dortch\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"georginadortch4\";s:10:\"first_name\";s:8:\"Georgina\";s:9:\"last_name\";s:6:\"Dortch\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566734160\";s:25:\"synced_gravatar_hashed_id\";s:32:\"ee4260b99dc5e044bbfe508a30b51431\";s:9:\"submitted\";s:319:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566716152\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"georginadortch4\";s:10:\"first_name\";s:8:\"Georgina\";s:9:\"last_name\";s:6:\"Dortch\";s:10:\"user_email\";s:31:\"GeorginaDortch17@slow.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566716152\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"georginadortch4\";s:9:\"full_name\";s:15:\"georgina dortch\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566716162\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18755,'um_cache_userdata_206','a:77:{s:2:\"ID\";i:206;s:10:\"user_login\";s:16:\"bernardoretzlaff\";s:9:\"user_pass\";s:60:\"$2y$10$JRImZ3eEbmyHE9MGnEV9V.oqnabuy/mvOUivYA/PzrtKYZQHjk936\";s:13:\"user_nicename\";s:16:\"bernardoretzlaff\";s:10:\"user_email\";s:33:\"BernardoRetzlaff94@iron.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 12:13:02\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Bernardo Retzlaff\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"bernardoretzlaff\";s:10:\"first_name\";s:8:\"Bernardo\";s:9:\"last_name\";s:8:\"Retzlaff\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566735182\";s:25:\"synced_gravatar_hashed_id\";s:32:\"dc834e41838e63ca6ce9e09f27e81864\";s:9:\"submitted\";s:324:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566717175\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"bernardoretzlaff\";s:10:\"first_name\";s:8:\"Bernardo\";s:9:\"last_name\";s:8:\"Retzlaff\";s:10:\"user_email\";s:33:\"BernardoRetzlaff94@iron.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566717175\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"bernardoretzlaff\";s:9:\"full_name\";s:17:\"bernardo retzlaff\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566717183\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18762,'um_cache_userdata_207','a:77:{s:2:\"ID\";i:207;s:10:\"user_login\";s:11:\"veronicauiy\";s:9:\"user_pass\";s:60:\"$2y$10$sB8w2aWH/k0dmjcIq1MnF.VK3xgDDR47T8PwW6dT3EfdNMDs44Fue\";s:13:\"user_nicename\";s:11:\"veronicauiy\";s:10:\"user_email\";s:30:\"VeronicaPurves8@slow.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 12:28:30\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Veronica Purves\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"veronicauiy\";s:10:\"first_name\";s:8:\"Veronica\";s:9:\"last_name\";s:6:\"Purves\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566736110\";s:25:\"synced_gravatar_hashed_id\";s:32:\"639700074eaa4bc33ce7b40f8be9603d\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566718103\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"veronicauiy\";s:10:\"first_name\";s:8:\"Veronica\";s:9:\"last_name\";s:6:\"Purves\";s:10:\"user_email\";s:30:\"VeronicaPurves8@slow.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566718103\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"veronicauiy\";s:9:\"full_name\";s:15:\"veronica purves\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566718111\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18775,'um_cache_userdata_208','a:77:{s:2:\"ID\";i:208;s:10:\"user_login\";s:16:\"hanneloremountfo\";s:9:\"user_pass\";s:60:\"$2y$10$SMhz9SXtjX8ZR7i3vt//reqPflMgdkYZVby.MRkaGkzvaU6JE/N.e\";s:13:\"user_nicename\";s:16:\"hanneloremountfo\";s:10:\"user_email\";s:35:\"HanneloreMountford70@hate.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 12:39:02\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:19:\"Hannelore Mountford\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"hanneloremountfo\";s:10:\"first_name\";s:9:\"Hannelore\";s:9:\"last_name\";s:9:\"Mountford\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566736742\";s:25:\"synced_gravatar_hashed_id\";s:32:\"22064651bca2b7892fc666ce9d5e61c9\";s:9:\"submitted\";s:328:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566718735\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"hanneloremountfo\";s:10:\"first_name\";s:9:\"Hannelore\";s:9:\"last_name\";s:9:\"Mountford\";s:10:\"user_email\";s:35:\"HanneloreMountford70@hate.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566718735\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"hanneloremountfo\";s:9:\"full_name\";s:19:\"hannelore mountford\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566718742\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18781,'um_cache_userdata_209','a:77:{s:2:\"ID\";i:209;s:10:\"user_login\";s:14:\"melvinamaurice\";s:9:\"user_pass\";s:60:\"$2y$10$3l4L6BuPP96kn9TZe2k7l.JPFCawB8pQ2gwwohmhtBMin1if/eNQW\";s:13:\"user_nicename\";s:14:\"melvinamaurice\";s:10:\"user_email\";s:30:\"MelvinaMaurice5@slow.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 12:51:17\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Melvina Maurice\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"melvinamaurice\";s:10:\"first_name\";s:7:\"Melvina\";s:9:\"last_name\";s:7:\"Maurice\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566737477\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c73996050187f46c49d8e3b85d6807a0\";s:9:\"submitted\";s:317:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566719471\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"melvinamaurice\";s:10:\"first_name\";s:7:\"Melvina\";s:9:\"last_name\";s:7:\"Maurice\";s:10:\"user_email\";s:30:\"MelvinaMaurice5@slow.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566719471\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"melvinamaurice\";s:9:\"full_name\";s:15:\"melvina maurice\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566719478\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18789,'um_cache_userdata_210','a:77:{s:2:\"ID\";i:210;s:10:\"user_login\";s:15:\"sterlingbinford\";s:9:\"user_pass\";s:60:\"$2y$10$ZotFu.7KjsMNeQTPSlullu1PmtNbAZDAtWoTofQqatadLR73bfzli\";s:13:\"user_nicename\";s:15:\"sterlingbinford\";s:10:\"user_email\";s:32:\"SterlingBinford50@iron.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 13:07:48\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Sterling Binford\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"sterlingbinford\";s:10:\"first_name\";s:8:\"Sterling\";s:9:\"last_name\";s:7:\"Binford\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566738468\";s:25:\"synced_gravatar_hashed_id\";s:32:\"de958a96088dcbb90c38bc7fe41785e8\";s:9:\"submitted\";s:321:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566720457\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"sterlingbinford\";s:10:\"first_name\";s:8:\"Sterling\";s:9:\"last_name\";s:7:\"Binford\";s:10:\"user_email\";s:32:\"SterlingBinford50@iron.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566720457\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"sterlingbinford\";s:9:\"full_name\";s:16:\"sterling binford\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566720469\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18829,'um_cache_userdata_211','a:77:{s:2:\"ID\";i:211;s:10:\"user_login\";s:16:\"ferdinandsommers\";s:9:\"user_pass\";s:60:\"$2y$10$Uyhvy6qBVOgMgabJc3M3pepV3IGfaeqNxRqQZU4oYZAOP5qqEeC92\";s:13:\"user_nicename\";s:16:\"ferdinandsommers\";s:10:\"user_email\";s:33:\"FerdinandSommers40@hate.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 13:27:22\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Ferdinand Sommers\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"ferdinandsommers\";s:10:\"first_name\";s:9:\"Ferdinand\";s:9:\"last_name\";s:7:\"Sommers\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566739642\";s:25:\"synced_gravatar_hashed_id\";s:32:\"77766343a545eb55098318ab8158c637\";s:9:\"submitted\";s:324:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566721636\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"ferdinandsommers\";s:10:\"first_name\";s:9:\"Ferdinand\";s:9:\"last_name\";s:7:\"Sommers\";s:10:\"user_email\";s:33:\"FerdinandSommers40@hate.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566721636\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"ferdinandsommers\";s:9:\"full_name\";s:17:\"ferdinand sommers\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566721643\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18837,'um_cache_userdata_212','a:77:{s:2:\"ID\";i:212;s:10:\"user_login\";s:10:\"michellkpr\";s:9:\"user_pass\";s:60:\"$2y$10$4o0xurJYS6l1NtOckZdrseBGmhJamgBbiiMkKqhhYaG4BViASMOda\";s:13:\"user_nicename\";s:10:\"michellkpr\";s:10:\"user_email\";s:31:\"MichellHalcomb76@slow.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 13:30:13\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Michell Halcomb\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"michellkpr\";s:10:\"first_name\";s:7:\"Michell\";s:9:\"last_name\";s:7:\"Halcomb\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566739814\";s:25:\"synced_gravatar_hashed_id\";s:32:\"4b1ec85599520ee443c5b1d79d308251\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566721806\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"michellkpr\";s:10:\"first_name\";s:7:\"Michell\";s:9:\"last_name\";s:7:\"Halcomb\";s:10:\"user_email\";s:31:\"MichellHalcomb76@slow.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566721806\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"michellkpr\";s:9:\"full_name\";s:15:\"michell halcomb\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566721814\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18844,'um_cache_userdata_213','a:77:{s:2:\"ID\";i:213;s:10:\"user_login\";s:16:\"modestapiscitell\";s:9:\"user_pass\";s:60:\"$2y$10$XjLvXFP4r5COQLJXm4n.9eT1tiUyUVdvXKad/aOtwbJHeARYwGtNu\";s:13:\"user_nicename\";s:16:\"modestapiscitell\";s:10:\"user_email\";s:34:\"ModestaPiscitelli67@iron.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 13:33:07\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:18:\"Modesta Piscitelli\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"modestapiscitell\";s:10:\"first_name\";s:7:\"Modesta\";s:9:\"last_name\";s:10:\"Piscitelli\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566739987\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c1f02c39975f45d711b4b901e1f70dcb\";s:9:\"submitted\";s:327:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566721977\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"modestapiscitell\";s:10:\"first_name\";s:7:\"Modesta\";s:9:\"last_name\";s:10:\"Piscitelli\";s:10:\"user_email\";s:34:\"ModestaPiscitelli67@iron.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566721977\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"modestapiscitell\";s:9:\"full_name\";s:18:\"modesta piscitelli\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566721988\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18854,'um_cache_userdata_214','a:77:{s:2:\"ID\";i:214;s:10:\"user_login\";s:11:\"errolawk357\";s:9:\"user_pass\";s:60:\"$2y$10$gDrbNzn/7vHkaYRZOi9HceaeyNgZJLoGhG7Y6e0ZPMZxaSQvPWMA2\";s:13:\"user_nicename\";s:11:\"errolawk357\";s:10:\"user_email\";s:29:\"ErrolWiegand76@iron.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 13:47:00\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Errol Wiegand\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"errolawk357\";s:10:\"first_name\";s:5:\"Errol\";s:9:\"last_name\";s:7:\"Wiegand\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566740820\";s:25:\"synced_gravatar_hashed_id\";s:32:\"a65836881b2152dc66e14830af755223\";s:9:\"submitted\";s:311:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566722809\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"errolawk357\";s:10:\"first_name\";s:5:\"Errol\";s:9:\"last_name\";s:7:\"Wiegand\";s:10:\"user_email\";s:29:\"ErrolWiegand76@iron.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566722809\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"errolawk357\";s:9:\"full_name\";s:13:\"errol wiegand\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566722821\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18867,'um_cache_userdata_215','a:77:{s:2:\"ID\";i:215;s:10:\"user_login\";s:12:\"trudykimbell\";s:9:\"user_pass\";s:60:\"$2y$10$6T5TpQlQT8uXL/xNC4Q0iuV110IvA/XZb5J92jLUqJ6X9j6dDrNHa\";s:13:\"user_nicename\";s:12:\"trudykimbell\";s:10:\"user_email\";s:29:\"TrudyKimbell30@iron.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 13:51:01\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Trudy Kimbell\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"trudykimbell\";s:10:\"first_name\";s:5:\"Trudy\";s:9:\"last_name\";s:7:\"Kimbell\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566741061\";s:25:\"synced_gravatar_hashed_id\";s:32:\"4fbf7e4a6f98e7aa6b9d02c1471dfa69\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566723050\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"trudykimbell\";s:10:\"first_name\";s:5:\"Trudy\";s:9:\"last_name\";s:7:\"Kimbell\";s:10:\"user_email\";s:29:\"TrudyKimbell30@iron.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566723050\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"trudykimbell\";s:9:\"full_name\";s:13:\"trudy kimbell\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566723061\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18885,'um_cache_userdata_216','a:77:{s:2:\"ID\";i:216;s:10:\"user_login\";s:15:\"effielacroix868\";s:9:\"user_pass\";s:60:\"$2y$10$2o9gH9IydW8Jp2.mgw3sDuAgVYfExXKpRvp/qFoj9Jos6Ev5AKEu2\";s:13:\"user_nicename\";s:15:\"effielacroix868\";s:10:\"user_email\";s:28:\"EffieLacroix4@hate.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 14:05:01\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Effie Lacroix\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"effielacroix868\";s:10:\"first_name\";s:5:\"Effie\";s:9:\"last_name\";s:7:\"Lacroix\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566741901\";s:25:\"synced_gravatar_hashed_id\";s:32:\"462629163740908a65a8c52f6799d20a\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566723893\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"effielacroix868\";s:10:\"first_name\";s:5:\"Effie\";s:9:\"last_name\";s:7:\"Lacroix\";s:10:\"user_email\";s:28:\"EffieLacroix4@hate.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566723893\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"effielacroix868\";s:9:\"full_name\";s:13:\"effie lacroix\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566723902\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(18896,'um_cache_userdata_217','a:77:{s:2:\"ID\";i:217;s:10:\"user_login\";s:16:\"teodorosinclaire\";s:9:\"user_pass\";s:60:\"$2y$10$E01aoW6eFkf942lSzbU03uH05OKbsbMPxxPxEii4f6MJDNorSfeBy\";s:13:\"user_nicename\";s:16:\"teodorosinclaire\";s:10:\"user_email\";s:33:\"TeodoroSinclaire64@hate.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 14:08:04\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Teodoro Sinclaire\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"teodorosinclaire\";s:10:\"first_name\";s:7:\"Teodoro\";s:9:\"last_name\";s:9:\"Sinclaire\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566742084\";s:25:\"synced_gravatar_hashed_id\";s:32:\"5d816734dd6101006303a325aa723d35\";s:9:\"submitted\";s:324:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566724074\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"teodorosinclaire\";s:10:\"first_name\";s:7:\"Teodoro\";s:9:\"last_name\";s:9:\"Sinclaire\";s:10:\"user_email\";s:33:\"TeodoroSinclaire64@hate.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566724074\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"teodorosinclaire\";s:9:\"full_name\";s:17:\"teodoro sinclaire\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566724085\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(19338,'um_cache_userdata_219','a:77:{s:2:\"ID\";i:219;s:10:\"user_login\";s:15:\"dortheamcburney\";s:9:\"user_pass\";s:60:\"$2y$10$jiutFVmi1gEw.2BePGKLY.gMsw.4ADg7E/y6MlYoytI8dEw5zcrOO\";s:13:\"user_nicename\";s:15:\"dortheamcburney\";s:10:\"user_email\";s:28:\"Dorthea.McBurney52@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-26 00:10:17\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Dorthea McBurney\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"dortheamcburney\";s:10:\"first_name\";s:7:\"Dorthea\";s:9:\"last_name\";s:8:\"McBurney\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566778217\";s:25:\"synced_gravatar_hashed_id\";s:32:\"bcb4d2e9601d04bb21bcbce10cf5cf5f\";s:9:\"submitted\";s:317:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566760210\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"41a2548bb4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"dortheamcburney\";s:10:\"first_name\";s:7:\"Dorthea\";s:9:\"last_name\";s:8:\"McBurney\";s:10:\"user_email\";s:28:\"Dorthea.McBurney52@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566760210\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"41a2548bb4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"dortheamcburney\";s:9:\"full_name\";s:16:\"dorthea mcburney\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566760217\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(19893,'wpseo-premium-redirects-base','a:16:{i:0;a:4:{s:6:\"origin\";s:12:\"article/5830\";s:3:\"url\";s:54:\"article/nwc-improving-water-supply-in-norwood-st-james\";s:4:\"type\";i:301;s:6:\"format\";s:5:\"plain\";}i:1;a:4:{s:6:\"origin\";s:14:\"job/auto-draft\";s:3:\"url\";s:74:\"job/cable-wireless-communications-regional-enterprise-service-manager-8282\";s:4:\"type\";i:301;s:6:\"format\";s:5:\"plain\";}i:2;a:4:{s:6:\"origin\";s:48:\"job/a-chemical-company-sales-representative-8611\";s:3:\"url\";s:49:\"job/a-chemical-company-sales-representatives-8611\";s:4:\"type\";i:301;s:6:\"format\";s:5:\"plain\";}i:3;a:4:{s:6:\"origin\";s:49:\"job/a-radio-station-digital-media-specialist-8680\";s:3:\"url\";s:51:\"job/a-radio-station-a-digital-media-specialist-8680\";s:4:\"type\";i:301;s:6:\"format\";s:5:\"plain\";}i:4;a:4:{s:6:\"origin\";s:37:\"job/bdo-administrative-assistant-7407\";s:3:\"url\";s:40:\"job/bdo-an-administrative-assistant-7407\";s:4:\"type\";i:301;s:6:\"format\";s:5:\"plain\";}i:5;a:4:{s:6:\"origin\";s:46:\"job/ttech-limited-human-resources-manager-8489\";s:3:\"url\";s:48:\"job/ttech-limited-a-human-resources-manager-8489\";s:4:\"type\";i:301;s:6:\"format\";s:5:\"plain\";}i:6;a:4:{s:6:\"origin\";s:51:\"job/ramble-media-group-digital-media-executive-2993\";s:3:\"url\";s:53:\"job/ramble-media-group-a-digital-media-executive-2993\";s:4:\"type\";i:301;s:6:\"format\";s:5:\"plain\";}i:7;a:4:{s:6:\"origin\";s:57:\"job/a-new-venture-radio-station-maintenance-engineer-2794\";s:3:\"url\";s:59:\"job/a-new-venture-a-radio-station-maintenance-engineer-2794\";s:4:\"type\";i:301;s:6:\"format\";s:5:\"plain\";}i:8;a:4:{s:6:\"origin\";s:39:\"job/ramble-media-group-videographer-709\";s:3:\"url\";s:41:\"job/ramble-media-group-a-videographer-709\";s:4:\"type\";i:301;s:6:\"format\";s:5:\"plain\";}i:9;a:4:{s:6:\"origin\";s:33:\"job/ramble-media-group-driver-760\";s:3:\"url\";s:35:\"job/ramble-media-group-a-driver-760\";s:4:\"type\";i:301;s:6:\"format\";s:5:\"plain\";}i:10;a:4:{s:6:\"origin\";s:45:\"job/a-new-venture-radio-station-producer-2790\";s:3:\"url\";s:47:\"job/a-new-venture-a-radio-station-producer-2790\";s:4:\"type\";i:301;s:6:\"format\";s:5:\"plain\";}i:11;a:4:{s:6:\"origin\";s:58:\"job/a-new-venture-radio-station-digital-media-manager-2668\";s:3:\"url\";s:60:\"job/a-new-venture-a-radio-station-digital-media-manager-2668\";s:4:\"type\";i:301;s:6:\"format\";s:5:\"plain\";}i:12;a:4:{s:6:\"origin\";s:68:\"job/cw-communications-to-expand-their-team-across-the-caribbean-8910\";s:3:\"url\";s:73:\"job/cw-communications-candidates-to-join-their-team-across-countries-8910\";s:4:\"type\";i:301;s:6:\"format\";s:5:\"plain\";}i:13;a:4:{s:6:\"origin\";s:73:\"job/cw-communications-candidates-to-join-their-team-across-countries-8910\";s:3:\"url\";s:56:\"job/cw-communications-candidates-to-join-their-team-8910\";s:4:\"type\";i:301;s:6:\"format\";s:5:\"plain\";}i:14;a:4:{s:6:\"origin\";s:40:\"job/outpost-republic-community-host-8899\";s:3:\"url\";s:42:\"job/outpost-republic-a-community-host-8899\";s:4:\"type\";i:301;s:6:\"format\";s:5:\"plain\";}i:15;a:4:{s:6:\"origin\";s:44:\"out/jamaica-food-and-drink-festival__trashed\";s:3:\"url\";s:35:\"out/jamaica-food-and-drink-festival\";s:4:\"type\";i:301;s:6:\"format\";s:5:\"plain\";}}','no'),(19894,'wpseo-premium-redirects-export-plain','a:16:{s:12:\"article/5830\";a:2:{s:3:\"url\";s:54:\"article/nwc-improving-water-supply-in-norwood-st-james\";s:4:\"type\";i:301;}s:14:\"job/auto-draft\";a:2:{s:3:\"url\";s:74:\"job/cable-wireless-communications-regional-enterprise-service-manager-8282\";s:4:\"type\";i:301;}s:48:\"job/a-chemical-company-sales-representative-8611\";a:2:{s:3:\"url\";s:49:\"job/a-chemical-company-sales-representatives-8611\";s:4:\"type\";i:301;}s:49:\"job/a-radio-station-digital-media-specialist-8680\";a:2:{s:3:\"url\";s:51:\"job/a-radio-station-a-digital-media-specialist-8680\";s:4:\"type\";i:301;}s:37:\"job/bdo-administrative-assistant-7407\";a:2:{s:3:\"url\";s:40:\"job/bdo-an-administrative-assistant-7407\";s:4:\"type\";i:301;}s:46:\"job/ttech-limited-human-resources-manager-8489\";a:2:{s:3:\"url\";s:48:\"job/ttech-limited-a-human-resources-manager-8489\";s:4:\"type\";i:301;}s:51:\"job/ramble-media-group-digital-media-executive-2993\";a:2:{s:3:\"url\";s:53:\"job/ramble-media-group-a-digital-media-executive-2993\";s:4:\"type\";i:301;}s:57:\"job/a-new-venture-radio-station-maintenance-engineer-2794\";a:2:{s:3:\"url\";s:59:\"job/a-new-venture-a-radio-station-maintenance-engineer-2794\";s:4:\"type\";i:301;}s:39:\"job/ramble-media-group-videographer-709\";a:2:{s:3:\"url\";s:41:\"job/ramble-media-group-a-videographer-709\";s:4:\"type\";i:301;}s:33:\"job/ramble-media-group-driver-760\";a:2:{s:3:\"url\";s:35:\"job/ramble-media-group-a-driver-760\";s:4:\"type\";i:301;}s:45:\"job/a-new-venture-radio-station-producer-2790\";a:2:{s:3:\"url\";s:47:\"job/a-new-venture-a-radio-station-producer-2790\";s:4:\"type\";i:301;}s:58:\"job/a-new-venture-radio-station-digital-media-manager-2668\";a:2:{s:3:\"url\";s:60:\"job/a-new-venture-a-radio-station-digital-media-manager-2668\";s:4:\"type\";i:301;}s:68:\"job/cw-communications-to-expand-their-team-across-the-caribbean-8910\";a:2:{s:3:\"url\";s:73:\"job/cw-communications-candidates-to-join-their-team-across-countries-8910\";s:4:\"type\";i:301;}s:73:\"job/cw-communications-candidates-to-join-their-team-across-countries-8910\";a:2:{s:3:\"url\";s:56:\"job/cw-communications-candidates-to-join-their-team-8910\";s:4:\"type\";i:301;}s:40:\"job/outpost-republic-community-host-8899\";a:2:{s:3:\"url\";s:42:\"job/outpost-republic-a-community-host-8899\";s:4:\"type\";i:301;}s:44:\"out/jamaica-food-and-drink-festival__trashed\";a:2:{s:3:\"url\";s:35:\"out/jamaica-food-and-drink-festival\";s:4:\"type\";i:301;}}','no'),(19895,'wpseo-premium-redirects-export-regex','a:0:{}','no'),(19989,'um_cache_userdata_222','a:77:{s:2:\"ID\";i:222;s:10:\"user_login\";s:15:\"rosalinasparks5\";s:9:\"user_pass\";s:60:\"$2y$10$QW0Nd1aUuUSnRYFcEB.v7uPzNx0SqeWNtxcLb2bMouFfJ0EWI1quW\";s:13:\"user_nicename\";s:15:\"rosalinasparks5\";s:10:\"user_email\";s:25:\"Rosalina.Sparks@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-26 15:00:16\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Rosalina Sparks\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"rosalinasparks5\";s:10:\"first_name\";s:8:\"Rosalina\";s:9:\"last_name\";s:6:\"Sparks\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566831616\";s:25:\"synced_gravatar_hashed_id\";s:32:\"da578fb5dc576ee1bda0afa2f8ed629d\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566813605\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e39d1dba1b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"rosalinasparks5\";s:10:\"first_name\";s:8:\"Rosalina\";s:9:\"last_name\";s:6:\"Sparks\";s:10:\"user_email\";s:25:\"Rosalina.Sparks@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566813605\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e39d1dba1b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"rosalinasparks5\";s:9:\"full_name\";s:15:\"rosalina sparks\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566813617\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(20078,'um_cache_userdata_224','a:77:{s:2:\"ID\";i:224;s:10:\"user_login\";s:14:\"pcdbud83343661\";s:9:\"user_pass\";s:60:\"$2y$10$Twc83sJID7rxevJ6SgUBOu0lJohR8Yu6HkI2YbDpROIu3KP2aOiK.\";s:13:\"user_nicename\";s:14:\"pcdbud83343661\";s:10:\"user_email\";s:22:\"Bud_Counts85@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-26 15:45:01\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Bud Counts\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"pcdbud83343661\";s:10:\"first_name\";s:3:\"Bud\";s:9:\"last_name\";s:6:\"Counts\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566834301\";s:25:\"synced_gravatar_hashed_id\";s:32:\"bb89881ed15b306da7df20bd4b699dc0\";s:9:\"submitted\";s:304:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566816294\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e39d1dba1b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"pcdbud83343661\";s:10:\"first_name\";s:3:\"Bud\";s:9:\"last_name\";s:6:\"Counts\";s:10:\"user_email\";s:22:\"Bud_Counts85@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566816294\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e39d1dba1b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"pcdbud83343661\";s:9:\"full_name\";s:10:\"bud counts\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566816302\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(20091,'um_cache_userdata_225','a:77:{s:2:\"ID\";i:225;s:10:\"user_login\";s:14:\"cheriflack4645\";s:9:\"user_pass\";s:60:\"$2y$10$BsCrTwXeUgvlNWqXJCnbZOQVa7GAWNkK5yncCD2ghFcyXvDAMiZuO\";s:13:\"user_nicename\";s:14:\"cheriflack4645\";s:10:\"user_email\";s:23:\"Cheri.Flack46@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-26 15:52:32\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Cheri Flack\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"cheriflack4645\";s:10:\"first_name\";s:5:\"Cheri\";s:9:\"last_name\";s:5:\"Flack\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566834752\";s:25:\"synced_gravatar_hashed_id\";s:32:\"473ef32744eeff5d44c466c691998a31\";s:9:\"submitted\";s:419:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566816741\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"e39d1dba1b\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"cheriflack4645\";s:10:\"first_name\";s:5:\"Cheri\";s:9:\"last_name\";s:5:\"Flack\";s:10:\"user_email\";s:23:\"Cheri.Flack46@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566816741\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"e39d1dba1b\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"cheriflack4645\";s:9:\"full_name\";s:11:\"cheri flack\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(20092,'um_cache_userdata_223','a:77:{s:2:\"ID\";i:223;s:10:\"user_login\";s:15:\"jesus1313744525\";s:9:\"user_pass\";s:60:\"$2y$10$nzCJfaEVNExKpV0QqY6fT.YLXztmuPreqWJt9SeJcI2Q3CVioPtQm\";s:13:\"user_nicename\";s:15:\"jesus1313744525\";s:10:\"user_email\";s:45:\"Jesus-Deshotel26@ori73.freeinvestoradvice.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-26 15:01:06\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Jesus Deshotel\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"jesus1313744525\";s:10:\"first_name\";s:5:\"Jesus\";s:9:\"last_name\";s:8:\"Deshotel\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566831666\";s:25:\"synced_gravatar_hashed_id\";s:32:\"468c877448fd93ebfe58a4023e89fd56\";s:9:\"submitted\";s:445:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566813635\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"e39d1dba1b\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"jesus1313744525\";s:10:\"first_name\";s:5:\"Jesus\";s:9:\"last_name\";s:8:\"Deshotel\";s:10:\"user_email\";s:45:\"Jesus-Deshotel26@ori73.freeinvestoradvice.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566813635\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"e39d1dba1b\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"jesus1313744525\";s:9:\"full_name\";s:14:\"jesus deshotel\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(20093,'um_cache_userdata_221','a:77:{s:2:\"ID\";i:221;s:10:\"user_login\";s:15:\"milagrostarnes5\";s:9:\"user_pass\";s:60:\"$2y$10$MefqMMd1Qy392cP6fxlVbO52dJ9vqAcfGXMsG5prMsqSFgFKMeyD2\";s:13:\"user_nicename\";s:15:\"milagrostarnes5\";s:10:\"user_email\";s:25:\"Milagro_Starnes@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-26 03:04:28\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Milagro Starnes\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"milagrostarnes5\";s:10:\"first_name\";s:7:\"Milagro\";s:9:\"last_name\";s:7:\"Starnes\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566788668\";s:25:\"synced_gravatar_hashed_id\";s:32:\"0e07d781b2bae6387b59def96763f869\";s:9:\"submitted\";s:426:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566770661\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"41a2548bb4\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"milagrostarnes5\";s:10:\"first_name\";s:7:\"Milagro\";s:9:\"last_name\";s:7:\"Starnes\";s:10:\"user_email\";s:25:\"Milagro_Starnes@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566770661\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"41a2548bb4\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"milagrostarnes5\";s:9:\"full_name\";s:15:\"milagro starnes\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(20094,'um_cache_userdata_220','a:77:{s:2:\"ID\";i:220;s:10:\"user_login\";s:10:\"nicolasmut\";s:9:\"user_pass\";s:60:\"$2y$10$dqn5jjnfGyqa88YJkfKKOe9/HK7oB9a7Bh/bwf645UYp/jU8FIEIq\";s:13:\"user_nicename\";s:10:\"nicolasmut\";s:10:\"user_email\";s:27:\"Nicolas-Ferrari36@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-26 00:49:41\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Nicolas Ferrari\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"nicolasmut\";s:10:\"first_name\";s:7:\"Nicolas\";s:9:\"last_name\";s:7:\"Ferrari\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566780581\";s:25:\"synced_gravatar_hashed_id\";s:32:\"54fbd56d4e0710b64a101af5d9220345\";s:9:\"submitted\";s:423:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566762571\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"41a2548bb4\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:10:\"nicolasmut\";s:10:\"first_name\";s:7:\"Nicolas\";s:9:\"last_name\";s:7:\"Ferrari\";s:10:\"user_email\";s:27:\"Nicolas-Ferrari36@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566762571\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"41a2548bb4\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"nicolasmut\";s:9:\"full_name\";s:15:\"nicolas ferrari\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(20095,'um_cache_userdata_218','a:77:{s:2:\"ID\";i:218;s:10:\"user_login\";s:10:\"adriana22h\";s:9:\"user_pass\";s:60:\"$2y$10$xHA6wX1iKqGVo04cwxdkxu9b8y8ydsatW4CxweFIENz4UdEegC9MK\";s:13:\"user_nicename\";s:10:\"adriana22h\";s:10:\"user_email\";s:30:\"AdrianaHorder69@iron.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-25 22:36:41\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Adriana Horder\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"adriana22h\";s:10:\"first_name\";s:7:\"Adriana\";s:9:\"last_name\";s:6:\"Horder\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566772601\";s:25:\"synced_gravatar_hashed_id\";s:32:\"4220da69a971f771497d800a7c4fbe0c\";s:9:\"submitted\";s:425:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566754595\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:10:\"adriana22h\";s:10:\"first_name\";s:7:\"Adriana\";s:9:\"last_name\";s:6:\"Horder\";s:10:\"user_email\";s:30:\"AdrianaHorder69@iron.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566754595\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"adriana22h\";s:9:\"full_name\";s:14:\"adriana horder\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(20103,'um_cache_userdata_156','a:77:{s:2:\"ID\";i:156;s:10:\"user_login\";s:14:\"ameliecoungeau\";s:9:\"user_pass\";s:60:\"$2y$10$mviONteyeJhh.W4lzEm1uuQsf1492Wvqcem6XVDPC3BFpUV1LChBG\";s:13:\"user_nicename\";s:14:\"ameliecoungeau\";s:10:\"user_email\";s:22:\"rossjeannie@melcow.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-24 20:24:59\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Amelie Coungeau\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"ameliecoungeau\";s:10:\"first_name\";s:6:\"Amelie\";s:9:\"last_name\";s:8:\"Coungeau\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566678299\";s:25:\"synced_gravatar_hashed_id\";s:32:\"3cb10447f3726f1e17499f32d746b326\";s:9:\"submitted\";s:422:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566660291\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"ameliecoungeau\";s:10:\"first_name\";s:6:\"Amelie\";s:9:\"last_name\";s:8:\"Coungeau\";s:10:\"user_email\";s:22:\"rossjeannie@melcow.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566660291\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"ameliecoungeau\";s:9:\"full_name\";s:15:\"amelie coungeau\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(20104,'um_cache_userdata_148','a:77:{s:2:\"ID\";i:148;s:10:\"user_login\";s:16:\"kathleenmonteneg\";s:9:\"user_pass\";s:60:\"$2y$10$5iT9sg4vfv8h6fJ8WVMYBuvLtj2m5kGFFYMRTwLvFML.EPDgnwkGq\";s:13:\"user_nicename\";s:16:\"kathleenmonteneg\";s:10:\"user_email\";s:35:\"KathleenMontenegro94@hate.ppoet.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-23 18:30:54\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:19:\"Kathleen Montenegro\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"kathleenmonteneg\";s:10:\"first_name\";s:8:\"Kathleen\";s:9:\"last_name\";s:10:\"Montenegro\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566585054\";s:25:\"synced_gravatar_hashed_id\";s:32:\"fe15ec8108289ef76a5b25b93e5bea1e\";s:9:\"submitted\";s:442:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566567045\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"5d20cc2d7b\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:16:\"kathleenmonteneg\";s:10:\"first_name\";s:8:\"Kathleen\";s:9:\"last_name\";s:10:\"Montenegro\";s:10:\"user_email\";s:35:\"KathleenMontenegro94@hate.ppoet.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566567045\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"5d20cc2d7b\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"kathleenmonteneg\";s:9:\"full_name\";s:19:\"kathleen montenegro\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(20231,'um_cache_userdata_227','a:77:{s:2:\"ID\";i:227;s:10:\"user_login\";s:14:\"plytawnya98042\";s:9:\"user_pass\";s:60:\"$2y$10$rh82/qUkhOCudCKlabtzYeLfgE8C00H7VeA2r3i3.gE2iHsnYxhg6\";s:13:\"user_nicename\";s:14:\"plytawnya98042\";s:10:\"user_email\";s:24:\"Tawnya-Esson38@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-26 17:40:12\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Tawnya Esson\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"plytawnya98042\";s:10:\"first_name\";s:6:\"Tawnya\";s:9:\"last_name\";s:5:\"Esson\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566841212\";s:25:\"synced_gravatar_hashed_id\";s:32:\"05f356189570376944d0a96fe856fcc4\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566823202\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e39d1dba1b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"plytawnya98042\";s:10:\"first_name\";s:6:\"Tawnya\";s:9:\"last_name\";s:5:\"Esson\";s:10:\"user_email\";s:24:\"Tawnya-Esson38@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566823202\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e39d1dba1b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"plytawnya98042\";s:9:\"full_name\";s:12:\"tawnya esson\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566823212\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(20436,'um_cache_userdata_13','a:125:{s:2:\"ID\";i:13;s:10:\"user_login\";s:6:\"machel\";s:9:\"user_pass\";s:60:\"$2y$10$KOyhLysU78ca42EKuoiMUuEgxT2v2RTloD0Vne/EHwgPf/qnpK4mO\";s:13:\"user_nicename\";s:6:\"machel\";s:10:\"user_email\";s:27:\"machel@ramblemediagroup.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-07-16 00:53:50\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:6:\"Machel\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:6:\"editor\";b:1;s:8:\"wp_roles\";s:6:\"editor\";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: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:9:\"edit_poll\";b:1;s:9:\"read_poll\";b:1;s:11:\"delete_poll\";b:1;s:10:\"edit_polls\";b:1;s:12:\"delete_polls\";b:1;s:13:\"publish_polls\";b:1;s:17:\"edit_others_polls\";b:1;s:19:\"delete_others_polls\";b:1;s:20:\"edit_published_polls\";b:1;s:22:\"delete_published_polls\";b:1;s:18:\"read_private_polls\";b:1;s:18:\"edit_private_polls\";b:1;s:20:\"delete_private_polls\";b:1;s:12:\"create_polls\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:6:\"Machel\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:35:\"um_user_profile_url_slug_user_login\";s:6:\"machel\";s:14:\"account_status\";s:8:\"approved\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f4901a35dc639bbe6785c2591a49b240\";s:12:\"primary_blog\";s:1:\"1\";s:13:\"source_domain\";s:18:\"buzz-caribbean.com\";s:14:\"_um_last_login\";s:10:\"1566816510\";s:37:\"wp_dashboard_quick_press_last_post_id\";s:4:\"5349\";s:25:\"community-events-location\";s:33:\"a:1:{s:2:\"ip\";s:10:\"65.183.4.0\";}\";s:24:\"um_account_secure_fields\";s:6:\"a:0:{}\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566309682\";s:8:\"facebook\";s:0:\"\";s:9:\"instagram\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:7:\"myspace\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:7:\"twitter\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"wikipedia\";s:0:\"\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:6:\"editor\";s:5:\"roles\";a:1:{i:0;s:6:\"editor\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:6:\"Editor\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"1\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(20470,'um_cache_userdata_228','a:77:{s:2:\"ID\";i:228;s:10:\"user_login\";s:15:\"chanceqlt893276\";s:9:\"user_pass\";s:60:\"$2y$10$4Cwli/AAqwgzxKOMO7mDmugpNXNJQ2ceG5M/O5STOxFCZIwegsbXy\";s:13:\"user_nicename\";s:15:\"chanceqlt893276\";s:10:\"user_email\";s:22:\"Chance-Cyr77@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-26 20:02:26\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Chance Cyr\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"chanceqlt893276\";s:10:\"first_name\";s:6:\"Chance\";s:9:\"last_name\";s:3:\"Cyr\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566849746\";s:25:\"synced_gravatar_hashed_id\";s:32:\"8500b597c2eebe1cfad6ca6c731e02d7\";s:9:\"submitted\";s:305:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566831735\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e39d1dba1b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"chanceqlt893276\";s:10:\"first_name\";s:6:\"Chance\";s:9:\"last_name\";s:3:\"Cyr\";s:10:\"user_email\";s:22:\"Chance-Cyr77@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566831735\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e39d1dba1b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"chanceqlt893276\";s:9:\"full_name\";s:10:\"chance cyr\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566831747\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(21316,'um_cache_userdata_230','a:77:{s:2:\"ID\";i:230;s:10:\"user_login\";s:15:\"wilheminadortch\";s:9:\"user_pass\";s:60:\"$2y$10$nqbfyDnqi8pfqz/2xKazu./ow3IeDXF0KkpR95lFtAclUQA/qpaeG\";s:13:\"user_nicename\";s:15:\"wilheminadortch\";s:10:\"user_email\";s:15:\"qtdinnm@aol.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-27 09:07:34\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Wilhemina Dortch\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"wilheminadortch\";s:10:\"first_name\";s:9:\"Wilhemina\";s:9:\"last_name\";s:6:\"Dortch\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566896854\";s:25:\"synced_gravatar_hashed_id\";s:32:\"511c6bf6493bd62320b187b6088a97cd\";s:9:\"submitted\";s:417:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566878846\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"b0bd278af2\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"wilheminadortch\";s:10:\"first_name\";s:9:\"Wilhemina\";s:9:\"last_name\";s:6:\"Dortch\";s:10:\"user_email\";s:15:\"qtdinnm@aol.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566878846\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"b0bd278af2\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"wilheminadortch\";s:9:\"full_name\";s:16:\"wilhemina dortch\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(21317,'um_cache_userdata_229','a:77:{s:2:\"ID\";i:229;s:10:\"user_login\";s:14:\"zitaconnors834\";s:9:\"user_pass\";s:60:\"$2y$10$2iVb8ak.aRyXPs7/PmjDDOJ9ARvKadJXThDybKItJIabxQzjMdEdS\";s:13:\"user_nicename\";s:14:\"zitaconnors834\";s:10:\"user_email\";s:41:\"Zita_Connors@ori73.freeinvestoradvice.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-27 04:39:28\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Zita Connors\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"zitaconnors834\";s:10:\"first_name\";s:4:\"Zita\";s:9:\"last_name\";s:7:\"Connors\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566880768\";s:25:\"synced_gravatar_hashed_id\";s:32:\"27d31ad7f468c0481111b1015ee0dbf4\";s:9:\"submitted\";s:438:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566862721\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"b0bd278af2\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"zitaconnors834\";s:10:\"first_name\";s:4:\"Zita\";s:9:\"last_name\";s:7:\"Connors\";s:10:\"user_email\";s:41:\"Zita_Connors@ori73.freeinvestoradvice.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566862721\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"b0bd278af2\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"zitaconnors834\";s:9:\"full_name\";s:12:\"zita connors\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(21318,'um_cache_userdata_226','a:77:{s:2:\"ID\";i:226;s:10:\"user_login\";s:16:\"rickeyliversidge\";s:9:\"user_pass\";s:60:\"$2y$10$2i.Io/Bdss.zNxMJSe9PI.tVLF236TokHG/CZtJcH1Uj1R2/13HUK\";s:13:\"user_nicename\";s:16:\"rickeyliversidge\";s:10:\"user_email\";s:29:\"Rickey_Liversidge25@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-26 16:49:29\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Rickey Liversidge\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"rickeyliversidge\";s:10:\"first_name\";s:6:\"Rickey\";s:9:\"last_name\";s:10:\"Liversidge\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566838169\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c34f52adb8d53a6d31a8b029278a59b7\";s:9:\"submitted\";s:434:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566820163\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"e39d1dba1b\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:16:\"rickeyliversidge\";s:10:\"first_name\";s:6:\"Rickey\";s:9:\"last_name\";s:10:\"Liversidge\";s:10:\"user_email\";s:29:\"Rickey_Liversidge25@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566820163\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"e39d1dba1b\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"rickeyliversidge\";s:9:\"full_name\";s:17:\"rickey liversidge\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(21930,'wpseo-gsc-refresh_token','1/yDwl_qmB71K-id5ajy4T-EnyJPy024MMBc1F3sIiHXQ','yes'),(21931,'wpseo-gsc-access_token','a:5:{s:13:\"refresh_token\";s:45:\"1/yDwl_qmB71K-id5ajy4T-EnyJPy024MMBc1F3sIiHXQ\";s:12:\"access_token\";s:131:\"ya29.Glx6B9XQF4IMGu2oBWD4OP1tgWP9h9YyO6iuLcNR8hDAPyzWutginVbnNq0AJCZDmqOgMQd7vs4VzRMgpJmjpT2ASfU7U79vrKYK8GephO4yEeK9Jo5PbSBk7BeQ-A\";s:7:\"expires\";d:1567639430;s:10:\"expires_in\";i:3600;s:7:\"created\";i:1567653830;}','yes'),(21933,'wpseo-gsc','a:1:{s:7:\"profile\";s:27:\"https://buzz-caribbean.com/\";}','yes'),(22213,'um_cache_userdata_231','a:77:{s:2:\"ID\";i:231;s:10:\"user_login\";s:13:\"leilanityson2\";s:9:\"user_pass\";s:60:\"$2y$10$WC71E4za1ftIRciM8D2CjuZGJCMEcqHNh/SG9pATgRNNBoj2e6hUe\";s:13:\"user_nicename\";s:13:\"leilanityson2\";s:10:\"user_email\";s:30:\"Leilani-Tyson56@kinokinoggo.ru\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-27 22:32:03\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Leilani Tyson\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"leilanityson2\";s:10:\"first_name\";s:7:\"Leilani\";s:9:\"last_name\";s:5:\"Tyson\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566945123\";s:25:\"synced_gravatar_hashed_id\";s:32:\"5c736dbd4fc1993ca3b4fc008bf00005\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566927114\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1c9c21f56e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"leilanityson2\";s:10:\"first_name\";s:7:\"Leilani\";s:9:\"last_name\";s:5:\"Tyson\";s:10:\"user_email\";s:30:\"Leilani-Tyson56@kinokinoggo.ru\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566927114\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1c9c21f56e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"leilanityson2\";s:9:\"full_name\";s:13:\"leilani tyson\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566927124\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(22241,'um_cache_userdata_232','a:77:{s:2:\"ID\";i:232;s:10:\"user_login\";s:14:\"bfnsam01987159\";s:9:\"user_pass\";s:60:\"$2y$10$C4xTlkGk40qCJxl89MGu4.ZwokokLnx2jyhVWzr1uDCe9VjltyzB6\";s:13:\"user_nicename\";s:14:\"bfnsam01987159\";s:10:\"user_email\";s:28:\"Sam.Vanderpool@a-kinofilm.ru\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-27 22:42:54\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Sam Vanderpool\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"bfnsam01987159\";s:10:\"first_name\";s:3:\"Sam\";s:9:\"last_name\";s:10:\"Vanderpool\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566945774\";s:25:\"synced_gravatar_hashed_id\";s:32:\"d13b36c583735f86300d5ba26d1f92c5\";s:9:\"submitted\";s:315:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566927762\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1c9c21f56e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"bfnsam01987159\";s:10:\"first_name\";s:3:\"Sam\";s:9:\"last_name\";s:10:\"Vanderpool\";s:10:\"user_email\";s:28:\"Sam.Vanderpool@a-kinofilm.ru\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566927762\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1c9c21f56e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"bfnsam01987159\";s:9:\"full_name\";s:14:\"sam vanderpool\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566927774\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(22271,'um_cache_userdata_233','a:77:{s:2:\"ID\";i:233;s:10:\"user_login\";s:15:\"natehunt0208188\";s:9:\"user_pass\";s:60:\"$2y$10$CM4tsh1F/m2sJXlE4BX/aeoUKHt9W99MiLjnBM2IOFLWOFrOOTfPO\";s:13:\"user_nicename\";s:15:\"natehunt0208188\";s:10:\"user_email\";s:20:\"Nate.Hunt@abc2018.ru\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-27 23:06:30\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:9:\"Nate Hunt\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"natehunt0208188\";s:10:\"first_name\";s:4:\"Nate\";s:9:\"last_name\";s:4:\"Hunt\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566947190\";s:25:\"synced_gravatar_hashed_id\";s:32:\"1e66a19e08a913fcbcef6594b84e3226\";s:9:\"submitted\";s:302:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566929179\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1c9c21f56e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"natehunt0208188\";s:10:\"first_name\";s:4:\"Nate\";s:9:\"last_name\";s:4:\"Hunt\";s:10:\"user_email\";s:20:\"Nate.Hunt@abc2018.ru\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566929179\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1c9c21f56e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"natehunt0208188\";s:9:\"full_name\";s:9:\"nate hunt\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566929191\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(22578,'um_cache_userdata_234','a:77:{s:2:\"ID\";i:234;s:10:\"user_login\";s:6:\"kevint\";s:9:\"user_pass\";s:60:\"$2y$10$OThtwNnBE2nY.Y.Cci.Nuuc..5N0fnncaQy3E2Rj55TtmKGrreUci\";s:13:\"user_nicename\";s:6:\"kevint\";s:10:\"user_email\";s:18:\"kevintes@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-28 05:28:07\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Tevin Green\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:6:\"kevint\";s:10:\"first_name\";s:5:\"Tevin\";s:9:\"last_name\";s:5:\"Green\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566970088\";s:25:\"synced_gravatar_hashed_id\";s:32:\"9942fe0cf85fb130f640580f11454300\";s:9:\"submitted\";s:292:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566952023\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"8b3e62bff7\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:6:\"kevint\";s:10:\"first_name\";s:5:\"Tevin\";s:9:\"last_name\";s:5:\"Green\";s:10:\"user_email\";s:18:\"kevintes@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566952023\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"8b3e62bff7\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:6:\"kevint\";s:9:\"full_name\";s:11:\"tevin green\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1566952088\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(23517,'um_cache_userdata_14','a:126:{s:2:\"ID\";i:14;s:10:\"user_login\";s:5:\"gavin\";s:9:\"user_pass\";s:60:\"$2y$10$G0dW8uJgoeh/J3v5ThfKbuHo0.fYQUzoqk2zLNjYJ0.FOlsFhpfV2\";s:13:\"user_nicename\";s:5:\"gavin\";s:10:\"user_email\";s:26:\"gavin@ramblemediagroup.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-07-18 11:27:51\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:5:\"Gavin\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:6:\"editor\";b:1;s:8:\"wp_roles\";s:6:\"editor\";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: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:9:\"edit_poll\";b:1;s:9:\"read_poll\";b:1;s:11:\"delete_poll\";b:1;s:10:\"edit_polls\";b:1;s:12:\"delete_polls\";b:1;s:13:\"publish_polls\";b:1;s:17:\"edit_others_polls\";b:1;s:19:\"delete_others_polls\";b:1;s:20:\"edit_published_polls\";b:1;s:22:\"delete_published_polls\";b:1;s:18:\"read_private_polls\";b:1;s:18:\"edit_private_polls\";b:1;s:20:\"delete_private_polls\";b:1;s:12:\"create_polls\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:22:\"wpseo_manage_redirects\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:5:\"Gavin\";s:10:\"first_name\";s:5:\"Gavin\";s:9:\"last_name\";s:5:\"Riley\";s:11:\"description\";s:572:\"Meet Gavin Riley! An experienced content creator with good writing and editing skills. \r\n\r\nGavin, 27, is an old boy from Jamaica College.\r\n\r\nHis age has not prevented him from becoming an expert in crafting unique, engaging content that generates lively discussions and shares on social media platforms\r\n\r\n\"I\'d like to think of myself as a careful intellect, who finds a profound sense of purpose using words to create a story. My mission is to become one of the greatest writers of all time, but for now, I’ll be working towards being one of the greatest this century.\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:9:\"ectoplasm\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:35:\"um_user_profile_url_slug_user_login\";s:5:\"gavin\";s:14:\"account_status\";s:8:\"approved\";s:25:\"synced_gravatar_hashed_id\";s:32:\"6a1127898eae93f90272fa59d66ec6a2\";s:12:\"primary_blog\";s:1:\"1\";s:13:\"source_domain\";s:18:\"buzz-caribbean.com\";s:14:\"_um_last_login\";s:10:\"1567010026\";s:37:\"wp_dashboard_quick_press_last_post_id\";s:3:\"123\";s:25:\"community-events-location\";s:33:\"a:1:{s:2:\"ip\";s:10:\"65.183.4.0\";}\";s:24:\"um_account_secure_fields\";s:6:\"a:0:{}\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566309682\";s:8:\"facebook\";s:39:\"https://www.facebook.com/iamgavinreano/\";s:9:\"instagram\";s:35:\"https://www.instagram.com/iamgavin/\";s:8:\"linkedin\";s:69:\"https://www.linkedin.com/in/gavin-riley-31ba28b4?originalSubdomain=jm\";s:7:\"myspace\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:7:\"twitter\";s:8:\"gavincio\";s:7:\"youtube\";s:0:\"\";s:9:\"wikipedia\";s:0:\"\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:6:\"editor\";s:5:\"roles\";a:1:{i:0;s:6:\"editor\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:6:\"Editor\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"1\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(24372,'um_cache_userdata_239','a:79:{s:2:\"ID\";i:239;s:10:\"user_login\";s:6:\"raga-z\";s:9:\"user_pass\";s:60:\"$2y$10$Z/mnYOwuKY7yKbTXo6sklu8R0DOf56UdU6KuCFf1NnPHkRfSvFSaG\";s:13:\"user_nicename\";s:6:\"raga-z\";s:10:\"user_email\";s:17:\"Ragaze7@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-29 13:50:20\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Wayne Ingtam\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:6:\"raga-z\";s:10:\"first_name\";s:5:\"Wayne\";s:9:\"last_name\";s:6:\"Ingtam\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1567086620\";s:25:\"synced_gravatar_hashed_id\";s:32:\"24fa53fb630cd6a2d75cb4862e9d5b1e\";s:9:\"submitted\";s:292:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567068588\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51702d3683\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:6:\"Raga-z\";s:10:\"first_name\";s:5:\"Wayne\";s:9:\"last_name\";s:6:\"Ingtam\";s:10:\"user_email\";s:17:\"Ragaze7@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567068588\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51702d3683\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:6:\"raga-z\";s:9:\"full_name\";s:12:\"wayne ingtam\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1567068621\";s:24:\"um_account_secure_fields\";s:2617:\"a:5:{s:7:\"general\";a:5:{s:10:\"user_login\";a:10:{s:5:\"title\";s:8:\"Username\";s:7:\"metakey\";s:10:\"user_login\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:8:\"Username\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:0;s:8:\"validate\";s:15:\"unique_username\";s:9:\"min_chars\";i:3;s:9:\"max_chars\";i:24;}s:10:\"first_name\";a:7:{s:5:\"title\";s:10:\"First Name\";s:7:\"metakey\";s:10:\"first_name\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"First Name\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;}s:9:\"last_name\";a:7:{s:5:\"title\";s:9:\"Last Name\";s:7:\"metakey\";s:9:\"last_name\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Last Name\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;}s:10:\"user_email\";a:8:{s:5:\"title\";s:14:\"E-mail Address\";s:7:\"metakey\";s:10:\"user_email\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"E-mail Address\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"validate\";s:12:\"unique_email\";s:12:\"autocomplete\";s:3:\"off\";}s:6:\"gender\";a:8:{s:5:\"title\";s:6:\"Gender\";s:7:\"metakey\";s:6:\"gender\";s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:6:\"Gender\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:7:\"options\";a:2:{i:0;s:4:\"Male\";i:1;s:6:\"Female\";}}}s:8:\"password\";a:1:{s:13:\"user_password\";a:11:{s:5:\"title\";s:8:\"Password\";s:7:\"metakey\";s:13:\"user_password\";s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:9:\"min_chars\";i:8;s:9:\"max_chars\";i:30;s:15:\"force_good_pass\";i:1;s:18:\"force_confirm_pass\";i:1;}}s:7:\"privacy\";a:1:{s:15:\"profile_privacy\";a:13:{s:5:\"title\";s:15:\"Profile Privacy\";s:7:\"metakey\";s:15:\"profile_privacy\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:15:\"Profile Privacy\";s:4:\"help\";s:32:\"Who can see your public profile?\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:7:\"default\";s:8:\"Everyone\";s:7:\"options\";a:2:{s:8:\"Everyone\";s:8:\"Everyone\";s:7:\"Only me\";s:7:\"Only me\";}s:10:\"allowclear\";i:0;s:12:\"account_only\";b:1;s:13:\"required_perm\";s:24:\"can_make_private_profile\";}}s:6:\"delete\";a:1:{s:20:\"single_user_password\";a:8:{s:5:\"title\";s:8:\"Password\";s:7:\"metakey\";s:20:\"single_user_password\";s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:12:\"account_only\";b:1;}}i:239;a:2:{s:4:\"city\";a:8:{s:5:\"title\";s:4:\"City\";s:7:\"metakey\";s:4:\"city\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"City\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:8:\"validate\";s:4:\"city\";}s:7:\"country\";a:8:{s:5:\"title\";s:7:\"Country\";s:7:\"metakey\";s:7:\"country\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Country\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:8:\"validate\";s:7:\"country\";}}}\";s:13:\"profile_photo\";s:17:\"profile_photo.jpg\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(24843,'wpmf_field_bgfolder','a:0:{}','yes'),(25334,'app_featured_cat1','2','yes'),(25335,'app_featured_subcat1','10','yes'),(25336,'app_featured_type1','post','yes'),(25337,'app_featured_post_id1','8388','yes'),(25338,'app_featured_post_title1','Tobago fashion house debuts new collection at NY Fashion Week','yes'),(25339,'app_featured_title1','','yes'),(25340,'app_featured_img1','','yes'),(25341,'app_featured_style1','light','yes'),(25342,'app_featured_cat2','3','yes'),(25343,'app_featured_subcat2','16','yes'),(25344,'app_featured_type2','post','yes'),(25345,'app_featured_post_id2','5255','yes'),(25346,'app_featured_post_title2','Dealing with a ‘chatty’ co-worker','yes'),(25347,'app_featured_title2','','yes'),(25348,'app_featured_img2','','yes'),(25349,'app_featured_style2','dark','yes'),(25350,'app_featured_cat3','4','yes'),(25351,'app_featured_subcat3','13','yes'),(25352,'app_featured_type3','post','yes'),(25353,'app_featured_post_id3','6426','yes'),(25354,'app_featured_post_title3','Ikaya partners with King Bach for back-to-school treat','yes'),(25355,'app_featured_title3','','yes'),(25356,'app_featured_img3','','yes'),(25357,'app_featured_style3','dark','yes'),(25358,'app_featured_cat4','2','yes'),(25359,'app_featured_subcat4','14','yes'),(25360,'app_featured_type4','post','yes'),(25361,'app_featured_post_id4','6391','yes'),(25362,'app_featured_post_title4','Celebrating Michael Jackson on his birthday','yes'),(25363,'app_featured_title4','','yes'),(25364,'app_featured_img4','','yes'),(25365,'app_featured_style4','dark','yes'),(25366,'app_featured_cat5','2','yes'),(25367,'app_featured_subcat5','14','yes'),(25368,'app_featured_type5','post','yes'),(25369,'app_featured_post_id5','8298','yes'),(25370,'app_featured_post_title5','Koffee hits Billboard R&B Hip Hop Airplay chart with ‘Toast’','yes'),(25371,'app_featured_title5','','yes'),(25372,'app_featured_img5','','yes'),(25373,'app_featured_style5','light','yes'),(25374,'app_featured_cat6','3','yes'),(25375,'app_featured_subcat6','16','yes'),(25376,'app_featured_type6','post','yes'),(25377,'app_featured_post_id6','5388','yes'),(25378,'app_featured_post_title6','Jamaican man riding Lexus wave in Canada','yes'),(25379,'app_featured_title6','','yes'),(25380,'app_featured_img6','','yes'),(25381,'app_featured_style6','dark','yes'),(25382,'app_featured_cat7','4','yes'),(25383,'app_featured_subcat7','14','yes'),(25384,'app_featured_type7','post','yes'),(25385,'app_featured_post_id7','6397','yes'),(25386,'app_featured_post_title7','Entertainers, prime minister meet to discuss Cockpit Country mining','yes'),(25387,'app_featured_title7','','yes'),(25388,'app_featured_img7','','yes'),(25389,'app_featured_style7','dark','yes'),(25390,'app_featured_cat8','2','yes'),(25391,'app_featured_subcat8','881','yes'),(25392,'app_featured_type8','post','yes'),(25393,'app_featured_post_id8','8425','yes'),(25394,'app_featured_post_title8','Apple introduces new iPad and Apple Watch','yes'),(25395,'app_featured_title8','','yes'),(25396,'app_featured_img8','','yes'),(25397,'app_featured_style8','dark','yes'),(25398,'app_featured_cat9','','yes'),(25399,'app_featured_subcat9','','yes'),(25400,'app_featured_type9','post','yes'),(25401,'app_featured_post_id9','','yes'),(25402,'app_featured_post_title9','','yes'),(25403,'app_featured_title9','','yes'),(25404,'app_featured_img9','','yes'),(25405,'app_featured_style9','dark','yes'),(25406,'app_featured_cat10','','yes'),(25407,'app_featured_subcat10','','yes'),(25408,'app_featured_type10','post','yes'),(25409,'app_featured_post_id10','','yes'),(25410,'app_featured_post_title10','','yes'),(25411,'app_featured_title10','','yes'),(25412,'app_featured_img10','','yes'),(25413,'app_featured_style10','dark','yes'),(25414,'app_featured_cat11','','yes'),(25415,'app_featured_subcat11','','yes'),(25416,'app_featured_type11','post','yes'),(25417,'app_featured_post_id11','','yes'),(25418,'app_featured_post_title11','','yes'),(25419,'app_featured_title11','','yes'),(25420,'app_featured_img11','','yes'),(25421,'app_featured_style11','dark','yes'),(25422,'app_featured_cat12','','yes'),(25423,'app_featured_subcat12','','yes'),(25424,'app_featured_type12','post','yes'),(25425,'app_featured_post_id12','','yes'),(25426,'app_featured_post_title12','','yes'),(25427,'app_featured_title12','','yes'),(25428,'app_featured_img12','','yes'),(25429,'app_featured_style12','dark','yes'),(25430,'app_featured_cat13','','yes'),(25431,'app_featured_subcat13','','yes'),(25432,'app_featured_type13','post','yes'),(25433,'app_featured_post_id13','','yes'),(25434,'app_featured_post_title13','','yes'),(25435,'app_featured_title13','','yes'),(25436,'app_featured_img13','','yes'),(25437,'app_featured_style13','dark','yes'),(25438,'app_featured_cat14','','yes'),(25439,'app_featured_subcat14','','yes'),(25440,'app_featured_type14','post','yes'),(25441,'app_featured_post_id14','','yes'),(25442,'app_featured_post_title14','','yes'),(25443,'app_featured_title14','','yes'),(25444,'app_featured_img14','','yes'),(25445,'app_featured_style14','dark','yes'),(25446,'app_featured_cat15','','yes'),(25447,'app_featured_subcat15','','yes'),(25448,'app_featured_type15','post','yes'),(25449,'app_featured_post_id15','','yes'),(25450,'app_featured_post_title15','','yes'),(25451,'app_featured_title15','','yes'),(25452,'app_featured_img15','','yes'),(25453,'app_featured_style15','dark','yes'),(25454,'app_featured_cat16','','yes'),(25455,'app_featured_subcat16','','yes'),(25456,'app_featured_type16','post','yes'),(25457,'app_featured_post_id16','','yes'),(25458,'app_featured_post_title16','','yes'),(25459,'app_featured_title16','','yes'),(25460,'app_featured_img16','','yes'),(25461,'app_featured_style16','dark','yes'),(25462,'app_featured_cat17','','yes'),(25463,'app_featured_subcat17','','yes'),(25464,'app_featured_type17','post','yes'),(25465,'app_featured_post_id17','','yes'),(25466,'app_featured_post_title17','','yes'),(25467,'app_featured_title17','','yes'),(25468,'app_featured_img17','','yes'),(25469,'app_featured_style17','dark','yes'),(25470,'app_featured_cat18','','yes'),(25471,'app_featured_subcat18','','yes'),(25472,'app_featured_type18','post','yes'),(25473,'app_featured_post_id18','','yes'),(25474,'app_featured_post_title18','','yes'),(25475,'app_featured_title18','','yes'),(25476,'app_featured_img18','','yes'),(25477,'app_featured_style18','dark','yes'),(25478,'app_featured_cat19','','yes'),(25479,'app_featured_subcat19','','yes'),(25480,'app_featured_type19','post','yes'),(25481,'app_featured_post_id19','','yes'),(25482,'app_featured_post_title19','','yes'),(25483,'app_featured_title19','','yes'),(25484,'app_featured_img19','','yes'),(25485,'app_featured_style19','dark','yes'),(25486,'app_featured_cat20','','yes'),(25487,'app_featured_subcat20','','yes'),(25488,'app_featured_type20','post','yes'),(25489,'app_featured_post_id20','','yes'),(25490,'app_featured_post_title20','','yes'),(25491,'app_featured_title20','','yes'),(25492,'app_featured_img20','','yes'),(25493,'app_featured_style20','dark','yes'),(25498,'app_breaking_cat1','2','yes'),(25499,'app_breaking_subcat1','1534','yes'),(25500,'app_breaking_type1','post','yes'),(25501,'app_breaking_post_id1','5788','yes'),(25502,'app_breaking_post_title1','Jerky’s the place for jerk in MoBay','yes'),(25503,'app_breaking_title1','','yes'),(25504,'app_breaking_img1','','yes'),(25505,'app_breaking_style1','dark','yes'),(25506,'app_breaking_cat2','3','yes'),(25507,'app_breaking_subcat2','1534','yes'),(25508,'app_breaking_type2','post','yes'),(25509,'app_breaking_post_id2','2506','yes'),(25510,'app_breaking_post_title2','Father-son duo taking exotic Jamaican wines across the world','yes'),(25511,'app_breaking_title2','','yes'),(25512,'app_breaking_img2','','yes'),(25513,'app_breaking_style2','dark','yes'),(25514,'app_breaking_cat3','2','yes'),(25515,'app_breaking_subcat3','8','yes'),(25516,'app_breaking_type3','post','yes'),(25517,'app_breaking_post_id3','4614','yes'),(25518,'app_breaking_post_title3','Ahoy matey! Be a pirate for a day at Calico Jack Island.','yes'),(25519,'app_breaking_title3','','yes'),(25520,'app_breaking_img3','','yes'),(25521,'app_breaking_style3','dark','yes'),(25522,'app_breaking_cat4','2','yes'),(25523,'app_breaking_subcat4','14','yes'),(25524,'app_breaking_type4','post','yes'),(25525,'app_breaking_post_id4','6367','yes'),(25526,'app_breaking_post_title4','Missy Elliott drops new music','yes'),(25527,'app_breaking_title4','','yes'),(25528,'app_breaking_img4','','yes'),(25529,'app_breaking_style4','dark','yes'),(25530,'app_breaking_cat5','','yes'),(25531,'app_breaking_subcat5','','yes'),(25532,'app_breaking_type5','post','yes'),(25533,'app_breaking_post_id5','','yes'),(25534,'app_breaking_post_title5','','yes'),(25535,'app_breaking_title5','','yes'),(25536,'app_breaking_img5','','yes'),(25537,'app_breaking_style5','dark','yes'),(25538,'app_breaking_cat6','','yes'),(25539,'app_breaking_subcat6','','yes'),(25540,'app_breaking_type6','post','yes'),(25541,'app_breaking_post_id6','','yes'),(25542,'app_breaking_post_title6','','yes'),(25543,'app_breaking_title6','','yes'),(25544,'app_breaking_img6','','yes'),(25545,'app_breaking_style6','dark','yes'),(25546,'app_breaking_cat7','','yes'),(25547,'app_breaking_subcat7','','yes'),(25548,'app_breaking_type7','post','yes'),(25549,'app_breaking_post_id7','','yes'),(25550,'app_breaking_post_title7','','yes'),(25551,'app_breaking_title7','','yes'),(25552,'app_breaking_img7','','yes'),(25553,'app_breaking_style7','dark','yes'),(25554,'app_breaking_cat8','','yes'),(25555,'app_breaking_subcat8','','yes'),(25556,'app_breaking_type8','post','yes'),(25557,'app_breaking_post_id8','','yes'),(25558,'app_breaking_post_title8','','yes'),(25559,'app_breaking_title8','','yes'),(25560,'app_breaking_img8','','yes'),(25561,'app_breaking_style8','dark','yes'),(25562,'app_breaking_cat9','','yes'),(25563,'app_breaking_subcat9','','yes'),(25564,'app_breaking_type9','post','yes'),(25565,'app_breaking_post_id9','','yes'),(25566,'app_breaking_post_title9','','yes'),(25567,'app_breaking_title9','','yes'),(25568,'app_breaking_img9','','yes'),(25569,'app_breaking_style9','dark','yes'),(25570,'app_breaking_cat10','','yes'),(25571,'app_breaking_subcat10','','yes'),(25572,'app_breaking_type10','post','yes'),(25573,'app_breaking_post_id10','','yes'),(25574,'app_breaking_post_title10','','yes'),(25575,'app_breaking_title10','','yes'),(25576,'app_breaking_img10','','yes'),(25577,'app_breaking_style10','dark','yes'),(25578,'app_breaking_cat11','','yes'),(25579,'app_breaking_subcat11','','yes'),(25580,'app_breaking_type11','post','yes'),(25581,'app_breaking_post_id11','','yes'),(25582,'app_breaking_post_title11','','yes'),(25583,'app_breaking_title11','','yes'),(25584,'app_breaking_img11','','yes'),(25585,'app_breaking_style11','dark','yes'),(25586,'app_breaking_cat12','','yes'),(25587,'app_breaking_subcat12','','yes'),(25588,'app_breaking_type12','post','yes'),(25589,'app_breaking_post_id12','','yes'),(25590,'app_breaking_post_title12','','yes'),(25591,'app_breaking_title12','','yes'),(25592,'app_breaking_img12','','yes'),(25593,'app_breaking_style12','dark','yes'),(25594,'app_breaking_cat13','','yes'),(25595,'app_breaking_subcat13','','yes'),(25596,'app_breaking_type13','post','yes'),(25597,'app_breaking_post_id13','','yes'),(25598,'app_breaking_post_title13','','yes'),(25599,'app_breaking_title13','','yes'),(25600,'app_breaking_img13','','yes'),(25601,'app_breaking_style13','dark','yes'),(25602,'app_breaking_cat14','','yes'),(25603,'app_breaking_subcat14','','yes'),(25604,'app_breaking_type14','post','yes'),(25605,'app_breaking_post_id14','','yes'),(25606,'app_breaking_post_title14','','yes'),(25607,'app_breaking_title14','','yes'),(25608,'app_breaking_img14','','yes'),(25609,'app_breaking_style14','dark','yes'),(25610,'app_breaking_cat15','','yes'),(25611,'app_breaking_subcat15','','yes'),(25612,'app_breaking_type15','post','yes'),(25613,'app_breaking_post_id15','','yes'),(25614,'app_breaking_post_title15','','yes'),(25615,'app_breaking_title15','','yes'),(25616,'app_breaking_img15','','yes'),(25617,'app_breaking_style15','dark','yes'),(25618,'app_breaking_cat16','','yes'),(25619,'app_breaking_subcat16','','yes'),(25620,'app_breaking_type16','post','yes'),(25621,'app_breaking_post_id16','','yes'),(25622,'app_breaking_post_title16','','yes'),(25623,'app_breaking_title16','','yes'),(25624,'app_breaking_img16','','yes'),(25625,'app_breaking_style16','dark','yes'),(25626,'app_breaking_cat17','','yes'),(25627,'app_breaking_subcat17','','yes'),(25628,'app_breaking_type17','post','yes'),(25629,'app_breaking_post_id17','','yes'),(25630,'app_breaking_post_title17','','yes'),(25631,'app_breaking_title17','','yes');
INSERT INTO `wp_options` VALUES (25632,'app_breaking_img17','','yes'),(25633,'app_breaking_style17','dark','yes'),(25634,'app_breaking_cat18','','yes'),(25635,'app_breaking_subcat18','','yes'),(25636,'app_breaking_type18','post','yes'),(25637,'app_breaking_post_id18','','yes'),(25638,'app_breaking_post_title18','','yes'),(25639,'app_breaking_title18','','yes'),(25640,'app_breaking_img18','','yes'),(25641,'app_breaking_style18','dark','yes'),(25642,'app_breaking_cat19','','yes'),(25643,'app_breaking_subcat19','','yes'),(25644,'app_breaking_type19','post','yes'),(25645,'app_breaking_post_id19','','yes'),(25646,'app_breaking_post_title19','','yes'),(25647,'app_breaking_title19','','yes'),(25648,'app_breaking_img19','','yes'),(25649,'app_breaking_style19','dark','yes'),(25650,'app_breaking_cat20','','yes'),(25651,'app_breaking_subcat20','','yes'),(25652,'app_breaking_type20','post','yes'),(25653,'app_breaking_post_id20','','yes'),(25654,'app_breaking_post_title20','','yes'),(25655,'app_breaking_title20','','yes'),(25656,'app_breaking_img20','','yes'),(25657,'app_breaking_style20','dark','yes'),(25954,'um_cache_userdata_242','a:77:{s:2:\"ID\";i:242;s:10:\"user_login\";s:12:\"biancacorral\";s:9:\"user_pass\";s:60:\"$2y$10$HGQbL01Mh.P6e/qbbBb8hutIM5D5wtpHHqK5xDH94QZ4OacnUgeZa\";s:13:\"user_nicename\";s:12:\"biancacorral\";s:10:\"user_email\";s:23:\"Bianca.Corral@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-29 22:57:33\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Bianca Corral\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"biancacorral\";s:10:\"first_name\";s:6:\"Bianca\";s:9:\"last_name\";s:6:\"Corral\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1567119453\";s:25:\"synced_gravatar_hashed_id\";s:32:\"7f99dc0e0d4f5d13a1595ecc5462ece2\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567101441\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51702d3683\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"biancacorral\";s:10:\"first_name\";s:6:\"Bianca\";s:9:\"last_name\";s:6:\"Corral\";s:10:\"user_email\";s:23:\"Bianca.Corral@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567101441\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51702d3683\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"biancacorral\";s:9:\"full_name\";s:13:\"bianca corral\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1567101454\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(26041,'app_main_banner_life_cat1','3','yes'),(26042,'app_main_banner_life_subcat1','14','yes'),(26043,'app_main_banner_life_type1','post','yes'),(26044,'app_main_banner_life_post_id1','2501','yes'),(26045,'app_main_banner_life_post_title1','Being ‘insta-famous’ – is it real fame?','yes'),(26046,'app_main_banner_life_title1','','yes'),(26047,'app_main_banner_life_img1','','yes'),(26048,'app_main_banner_life_cat2','3','yes'),(26049,'app_main_banner_life_subcat2','16','yes'),(26050,'app_main_banner_life_type2','post','yes'),(26051,'app_main_banner_life_post_id2','1481','yes'),(26052,'app_main_banner_life_post_title2','Lattecha Willocks fell in love with art as a child','yes'),(26053,'app_main_banner_life_title2','','yes'),(26054,'app_main_banner_life_img2','','yes'),(26055,'app_main_banner_life_cat3','3','yes'),(26056,'app_main_banner_life_subcat3','','yes'),(26057,'app_main_banner_life_type3','post','yes'),(26058,'app_main_banner_life_post_id3','','yes'),(26059,'app_main_banner_life_post_title3','','yes'),(26060,'app_main_banner_life_title3','','yes'),(26061,'app_main_banner_life_img3','','yes'),(26062,'app_main_banner_life_cat4','3','yes'),(26063,'app_main_banner_life_subcat4','','yes'),(26064,'app_main_banner_life_type4','post','yes'),(26065,'app_main_banner_life_post_id4','','yes'),(26066,'app_main_banner_life_post_title4','','yes'),(26067,'app_main_banner_life_title4','','yes'),(26068,'app_main_banner_life_img4','','yes'),(26073,'app_trending_now_life_cat1','3','yes'),(26074,'app_trending_now_life_subcat1','14','yes'),(26075,'app_trending_now_life_type1','post','yes'),(26076,'app_trending_now_life_post_id1','2763','yes'),(26077,'app_trending_now_life_post_title1','Lizzo requests hundreds of chicken wings for tour','yes'),(26078,'app_trending_now_life_title1','','yes'),(26079,'app_trending_now_life_img1','','yes'),(26080,'app_trending_now_life_cat2','3','yes'),(26081,'app_trending_now_life_subcat2','14','yes'),(26082,'app_trending_now_life_type2','post','yes'),(26083,'app_trending_now_life_post_id2','2501','yes'),(26084,'app_trending_now_life_post_title2','Being ‘insta-famous’ – is it real fame?','yes'),(26085,'app_trending_now_life_title2','','yes'),(26086,'app_trending_now_life_img2','','yes'),(26087,'app_trending_now_life_cat3','3','yes'),(26088,'app_trending_now_life_subcat3','','yes'),(26089,'app_trending_now_life_type3','post','yes'),(26090,'app_trending_now_life_post_id3','','yes'),(26091,'app_trending_now_life_post_title3','','yes'),(26092,'app_trending_now_life_title3','','yes'),(26093,'app_trending_now_life_img3','','yes'),(26094,'app_trending_now_life_cat4','3','yes'),(26095,'app_trending_now_life_subcat4','','yes'),(26096,'app_trending_now_life_type4','post','yes'),(26097,'app_trending_now_life_post_id4','','yes'),(26098,'app_trending_now_life_post_title4','','yes'),(26099,'app_trending_now_life_title4','','yes'),(26100,'app_trending_now_life_img4','','yes'),(26101,'app_trending_now_life_cat5','3','yes'),(26102,'app_trending_now_life_subcat5','','yes'),(26103,'app_trending_now_life_type5','post','yes'),(26104,'app_trending_now_life_post_id5','','yes'),(26105,'app_trending_now_life_post_title5','','yes'),(26106,'app_trending_now_life_title5','','yes'),(26107,'app_trending_now_life_img5','','yes'),(26108,'app_trending_now_life_cat6','3','yes'),(26109,'app_trending_now_life_subcat6','','yes'),(26110,'app_trending_now_life_type6','post','yes'),(26111,'app_trending_now_life_post_id6','','yes'),(26112,'app_trending_now_life_post_title6','','yes'),(26113,'app_trending_now_life_title6','','yes'),(26114,'app_trending_now_life_img6','','yes'),(26115,'app_trending_now_life_cat7','3','yes'),(26116,'app_trending_now_life_subcat7','','yes'),(26117,'app_trending_now_life_type7','post','yes'),(26118,'app_trending_now_life_post_id7','','yes'),(26119,'app_trending_now_life_post_title7','','yes'),(26120,'app_trending_now_life_title7','','yes'),(26121,'app_trending_now_life_img7','','yes'),(26122,'app_trending_now_life_cat8','3','yes'),(26123,'app_trending_now_life_subcat8','','yes'),(26124,'app_trending_now_life_type8','post','yes'),(26125,'app_trending_now_life_post_id8','','yes'),(26126,'app_trending_now_life_post_title8','','yes'),(26127,'app_trending_now_life_title8','','yes'),(26128,'app_trending_now_life_img8','','yes'),(26129,'app_trending_now_life_cat9','3','yes'),(26130,'app_trending_now_life_subcat9','','yes'),(26131,'app_trending_now_life_type9','post','yes'),(26132,'app_trending_now_life_post_id9','','yes'),(26133,'app_trending_now_life_post_title9','','yes'),(26134,'app_trending_now_life_title9','','yes'),(26135,'app_trending_now_life_img9','','yes'),(26140,'app_main_banner_news_cat1','4','yes'),(26141,'app_main_banner_news_subcat1','6','yes'),(26142,'app_main_banner_news_type1','post','yes'),(26143,'app_main_banner_news_post_id1','2405','yes'),(26144,'app_main_banner_news_post_title1','GraceKennedy posts revenues of J$51.5 billion for six-month period','yes'),(26145,'app_main_banner_news_title1','','yes'),(26146,'app_main_banner_news_img1','','yes'),(26147,'app_main_banner_news_cat2','4','yes'),(26148,'app_main_banner_news_subcat2','7','yes'),(26149,'app_main_banner_news_type2','post','yes'),(26150,'app_main_banner_news_post_id2','6069','yes'),(26151,'app_main_banner_news_post_title2','Reggae Sunsplash to return in 2020','yes'),(26152,'app_main_banner_news_title2','','yes'),(26153,'app_main_banner_news_img2','','yes'),(26154,'app_main_banner_news_cat3','4','yes'),(26155,'app_main_banner_news_subcat3','7','yes'),(26156,'app_main_banner_news_type3','post','yes'),(26157,'app_main_banner_news_post_id3','5121','yes'),(26158,'app_main_banner_news_post_title3','‘Free up di bad word’? BUZZ poll suggests most Jamaicans endorse expletives in dancehall','yes'),(26159,'app_main_banner_news_title3','','yes'),(26160,'app_main_banner_news_img3','','yes'),(26161,'app_main_banner_news_cat4','4','yes'),(26162,'app_main_banner_news_subcat4','7','yes'),(26163,'app_main_banner_news_type4','post','yes'),(26164,'app_main_banner_news_post_id4','491','yes'),(26165,'app_main_banner_news_post_title4','Morgan Heritage’s new album, Loyalty, says it all','yes'),(26166,'app_main_banner_news_title4','','yes'),(26167,'app_main_banner_news_img4','','yes'),(26350,'um_cache_userdata_244','a:77:{s:2:\"ID\";i:244;s:10:\"user_login\";s:13:\"ellenmcfall87\";s:9:\"user_pass\";s:60:\"$2y$10$H1s0q7Rrl5ESmR3ypCqRaeGgA9gSNyYdL8sDyaFVRZhs9E7HsxhGK\";s:13:\"user_nicename\";s:13:\"ellenmcfall87\";s:10:\"user_email\";s:22:\"Ellen-Mcfall@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-30 02:32:15\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Ellen Mcfall\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"ellenmcfall87\";s:10:\"first_name\";s:5:\"Ellen\";s:9:\"last_name\";s:6:\"Mcfall\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1567132335\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c49bafd99f0d5cc0f850ed2974b30cbc\";s:9:\"submitted\";s:305:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567114323\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ead7ad7c9d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"ellenmcfall87\";s:10:\"first_name\";s:5:\"Ellen\";s:9:\"last_name\";s:6:\"Mcfall\";s:10:\"user_email\";s:22:\"Ellen-Mcfall@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567114323\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ead7ad7c9d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"ellenmcfall87\";s:9:\"full_name\";s:12:\"ellen mcfall\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1567114335\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(26355,'um_cache_userdata_245','a:77:{s:2:\"ID\";i:245;s:10:\"user_login\";s:10:\"irish90z54\";s:9:\"user_pass\";s:60:\"$2y$10$8Qxb3cZ5ZZKk9eNBNjrskuNwGVUBLddF9CjBW/c/LltliVAGyP3GC\";s:13:\"user_nicename\";s:10:\"irish90z54\";s:10:\"user_email\";s:24:\"Irish-Haskell8@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-30 02:35:13\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Irish Haskell\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"irish90z54\";s:10:\"first_name\";s:5:\"Irish\";s:9:\"last_name\";s:7:\"Haskell\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1567132513\";s:25:\"synced_gravatar_hashed_id\";s:32:\"655a9874efed2708db074d60490a7d74\";s:9:\"submitted\";s:305:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567114502\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ead7ad7c9d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"irish90z54\";s:10:\"first_name\";s:5:\"Irish\";s:9:\"last_name\";s:7:\"Haskell\";s:10:\"user_email\";s:24:\"Irish-Haskell8@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567114502\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ead7ad7c9d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"irish90z54\";s:9:\"full_name\";s:13:\"irish haskell\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1567114513\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(26371,'um_cache_userdata_246','a:77:{s:2:\"ID\";i:246;s:10:\"user_login\";s:15:\"ezequielchurch1\";s:9:\"user_pass\";s:60:\"$2y$10$SM6kUZ/G1GEYzyYocOvrHeOaaLHZ4/07Lp0.8vQIkttBbkxfb0dri\";s:13:\"user_nicename\";s:15:\"ezequielchurch1\";s:10:\"user_email\";s:25:\"Ezequiel.Church@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-30 03:59:50\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Ezequiel Church\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"ezequielchurch1\";s:10:\"first_name\";s:8:\"Ezequiel\";s:9:\"last_name\";s:6:\"Church\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1567137590\";s:25:\"synced_gravatar_hashed_id\";s:32:\"5e700a3470ad74a69f30298b026b94f1\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567119580\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ead7ad7c9d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"ezequielchurch1\";s:10:\"first_name\";s:8:\"Ezequiel\";s:9:\"last_name\";s:6:\"Church\";s:10:\"user_email\";s:25:\"Ezequiel.Church@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567119580\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ead7ad7c9d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"ezequielchurch1\";s:9:\"full_name\";s:15:\"ezequiel church\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1567119590\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(26390,'um_cache_userdata_248','a:77:{s:2:\"ID\";i:248;s:10:\"user_login\";s:16:\"williamsbeuzevil\";s:9:\"user_pass\";s:60:\"$2y$10$Up/ZRKzfAbfj1Fde3ODv2O/2eF.z7cfv6HaeUhwOKBUyTcuN87lqi\";s:13:\"user_nicename\";s:16:\"williamsbeuzevil\";s:10:\"user_email\";s:29:\"Williams_Beuzeville@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-30 05:26:35\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:19:\"Williams Beuzeville\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"williamsbeuzevil\";s:10:\"first_name\";s:8:\"Williams\";s:9:\"last_name\";s:10:\"Beuzeville\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1567142795\";s:25:\"synced_gravatar_hashed_id\";s:32:\"af619b4f988bc41001486d260c1d383c\";s:9:\"submitted\";s:323:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567124783\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ead7ad7c9d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"williamsbeuzevil\";s:10:\"first_name\";s:8:\"Williams\";s:9:\"last_name\";s:10:\"Beuzeville\";s:10:\"user_email\";s:29:\"Williams_Beuzeville@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567124783\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ead7ad7c9d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"williamsbeuzevil\";s:9:\"full_name\";s:19:\"williams beuzeville\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1567124795\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(26413,'um_cache_userdata_250','a:77:{s:2:\"ID\";i:250;s:10:\"user_login\";s:11:\"earlf280339\";s:9:\"user_pass\";s:60:\"$2y$10$PfM4M/P.94NIXtYMLXn01.hNipdfu.SPQagTiRyGTB/eqAYumiidO\";s:13:\"user_nicename\";s:11:\"earlf280339\";s:10:\"user_email\";s:24:\"Earl-Travers13@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-30 07:55:58\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Earl Travers\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"earlf280339\";s:10:\"first_name\";s:4:\"Earl\";s:9:\"last_name\";s:7:\"Travers\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1567151758\";s:25:\"synced_gravatar_hashed_id\";s:32:\"d95222861118fb268f0921ca20fe4e01\";s:9:\"submitted\";s:305:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567133752\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ead7ad7c9d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"earlf280339\";s:10:\"first_name\";s:4:\"Earl\";s:9:\"last_name\";s:7:\"Travers\";s:10:\"user_email\";s:24:\"Earl-Travers13@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567133752\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ead7ad7c9d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"earlf280339\";s:9:\"full_name\";s:12:\"earl travers\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1567133759\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(26526,'um_cache_userdata_255','a:77:{s:2:\"ID\";i:255;s:10:\"user_login\";s:12:\"chanabenning\";s:9:\"user_pass\";s:60:\"$2y$10$X9qwidTp7pE7vxcKbnIpROrufNgCL0QQ2tIftB/gif1ynbzCLpyOS\";s:13:\"user_nicename\";s:12:\"chanabenning\";s:10:\"user_email\";s:24:\"Chana.Benning8@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-30 13:51:38\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Chana Benning\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"chanabenning\";s:10:\"first_name\";s:5:\"Chana\";s:9:\"last_name\";s:7:\"Benning\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1567173099\";s:25:\"synced_gravatar_hashed_id\";s:32:\"52877579c5a6f7dacaecd48472436fb9\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567155092\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"f6af51e402\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"chanabenning\";s:10:\"first_name\";s:5:\"Chana\";s:9:\"last_name\";s:7:\"Benning\";s:10:\"user_email\";s:24:\"Chana.Benning8@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567155092\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"f6af51e402\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"chanabenning\";s:9:\"full_name\";s:13:\"chana benning\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1567155099\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(26536,'um_cache_userdata_256','a:77:{s:2:\"ID\";i:256;s:10:\"user_login\";s:13:\"elissablock73\";s:9:\"user_pass\";s:60:\"$2y$10$6LxFFkAchjMmrIvaDI.Sp.s8Pu/axnOy0Ii41smUYAwLDzMePHTR2\";s:13:\"user_nicename\";s:13:\"elissablock73\";s:10:\"user_email\";s:23:\"Elissa_Block6@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-30 13:55:16\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Elissa Block\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"elissablock73\";s:10:\"first_name\";s:6:\"Elissa\";s:9:\"last_name\";s:5:\"Block\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1567173316\";s:25:\"synced_gravatar_hashed_id\";s:32:\"fd6deff1b0fa9b67bb00457fd4b3adb0\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567155305\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"f6af51e402\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"elissablock73\";s:10:\"first_name\";s:6:\"Elissa\";s:9:\"last_name\";s:5:\"Block\";s:10:\"user_email\";s:23:\"Elissa_Block6@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567155305\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"f6af51e402\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"elissablock73\";s:9:\"full_name\";s:12:\"elissa block\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1567155317\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(27074,'um_cache_userdata_258','a:41:{s:2:\"ID\";i:258;s:10:\"user_login\";s:11:\"gabibitinho\";s:9:\"user_pass\";s:60:\"$2y$10$OZuZoX.edOjYesYxsI92eukzsn8LkaszkXx2zQy73frD8bWNwSZBq\";s:13:\"user_nicename\";s:9:\"gabibimho\";s:10:\"user_email\";s:27:\"gabriela.angeiras@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-30 16:38:04\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Gabriela Silva\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:8:\"customer\";b:1;s:8:\"wp_roles\";s:0:\"\";s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"Gabriela Silva\";s:10:\"first_name\";s:8:\"Gabriela\";s:9:\"last_name\";s:5:\"Silva\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1567183084\";s:25:\"synced_gravatar_hashed_id\";s:32:\"35411bd6c566b23e9a534cd9dc37f730\";s:6:\"gender\";s:23:\"a:1:{i:0;s:6:\"Female\";}\";s:4:\"city\";s:6:\"recife\";s:7:\"country\";s:7:\"Albania\";s:14:\"_um_last_login\";s:10:\"1567172840\";s:15:\"simplefavorites\";s:234:\"a:1:{i:0;a:3:{s:7:\"site_id\";i:1;s:5:\"posts\";a:2:{i:0;s:4:\"5255\";i:1;s:4:\"2566\";}s:6:\"groups\";a:1:{i:0;a:4:{s:8:\"group_id\";i:1;s:7:\"site_id\";i:1;s:10:\"group_name\";s:12:\"Default List\";s:5:\"posts\";a:2:{i:0;s:4:\"5255\";i:1;s:4:\"2566\";}}}}}\";s:14:\"redeemedoffers\";s:21:\"a:1:{i:0;s:4:\"2566\";}\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"gabibitinho\";s:24:\"um_account_secure_fields\";s:2363:\"a:4:{s:7:\"general\";a:5:{s:10:\"user_login\";a:10:{s:5:\"title\";s:8:\"Username\";s:7:\"metakey\";s:10:\"user_login\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:8:\"Username\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:0;s:8:\"validate\";s:15:\"unique_username\";s:9:\"min_chars\";i:3;s:9:\"max_chars\";i:24;}s:10:\"first_name\";a:7:{s:5:\"title\";s:10:\"First Name\";s:7:\"metakey\";s:10:\"first_name\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"First Name\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;}s:9:\"last_name\";a:7:{s:5:\"title\";s:9:\"Last Name\";s:7:\"metakey\";s:9:\"last_name\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Last Name\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;}s:10:\"user_email\";a:8:{s:5:\"title\";s:14:\"E-mail Address\";s:7:\"metakey\";s:10:\"user_email\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"E-mail Address\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"validate\";s:12:\"unique_email\";s:12:\"autocomplete\";s:3:\"off\";}s:6:\"gender\";a:8:{s:5:\"title\";s:6:\"Gender\";s:7:\"metakey\";s:6:\"gender\";s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:6:\"Gender\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:7:\"options\";a:2:{i:0;s:4:\"Male\";i:1;s:6:\"Female\";}}}s:8:\"password\";a:1:{s:13:\"user_password\";a:11:{s:5:\"title\";s:8:\"Password\";s:7:\"metakey\";s:13:\"user_password\";s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:9:\"min_chars\";i:8;s:9:\"max_chars\";i:30;s:15:\"force_good_pass\";i:1;s:18:\"force_confirm_pass\";i:1;}}s:7:\"privacy\";a:1:{s:15:\"profile_privacy\";a:13:{s:5:\"title\";s:15:\"Profile Privacy\";s:7:\"metakey\";s:15:\"profile_privacy\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:15:\"Profile Privacy\";s:4:\"help\";s:32:\"Who can see your public profile?\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:7:\"default\";s:8:\"Everyone\";s:7:\"options\";a:2:{s:8:\"Everyone\";s:8:\"Everyone\";s:7:\"Only me\";s:7:\"Only me\";}s:10:\"allowclear\";i:0;s:12:\"account_only\";b:1;s:13:\"required_perm\";s:24:\"can_make_private_profile\";}}i:258;a:2:{s:4:\"city\";a:8:{s:5:\"title\";s:4:\"City\";s:7:\"metakey\";s:4:\"city\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"City\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:8:\"validate\";s:4:\"city\";}s:7:\"country\";a:8:{s:5:\"title\";s:7:\"Country\";s:7:\"metakey\";s:7:\"country\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Country\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:8:\"validate\";s:7:\"country\";}}}\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";b:0;s:5:\"roles\";b:0;s:11:\"super_admin\";i:0;}','no'),(27130,'wpseo_taxonomy_meta','a:1:{s:8:\"post_tag\";a:2:{i:3233;a:3:{s:21:\"wpseo_keywordsynonyms\";s:4:\"[\"\"]\";s:13:\"wpseo_linkdex\";s:2:\"42\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:9102;a:3:{s:21:\"wpseo_keywordsynonyms\";s:4:\"[\"\"]\";s:13:\"wpseo_linkdex\";s:2:\"46\";s:19:\"wpseo_content_score\";s:2:\"30\";}}}','yes'),(27977,'um_cache_userdata_266','a:77:{s:2:\"ID\";i:266;s:10:\"user_login\";s:15:\"rileymedders637\";s:9:\"user_pass\";s:60:\"$2y$10$ezPJIkraVW/gqNraintpzuKih2x3p1ODvGavNuVmN1tixfdD9urFi\";s:13:\"user_nicename\";s:15:\"rileymedders637\";s:10:\"user_email\";s:23:\"Riley.Medders@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-31 20:58:00\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Riley Medders\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"rileymedders637\";s:10:\"first_name\";s:5:\"Riley\";s:9:\"last_name\";s:7:\"Medders\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1567285080\";s:25:\"synced_gravatar_hashed_id\";s:32:\"fa6427ebd128bb722f1150f4520413c4\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567267070\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"8a3f2e9a24\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"rileymedders637\";s:10:\"first_name\";s:5:\"Riley\";s:9:\"last_name\";s:7:\"Medders\";s:10:\"user_email\";s:23:\"Riley.Medders@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567267070\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"8a3f2e9a24\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"rileymedders637\";s:9:\"full_name\";s:13:\"riley medders\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1567267081\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(30988,'um_cache_userdata_276','a:81:{s:2:\"ID\";i:276;s:10:\"user_login\";s:8:\"gmatalon\";s:9:\"user_pass\";s:60:\"$2y$10$Q4ZyQz1brgNYIOa2MPNuEey0uZVMLvm8I75iU6be4jjdL8P8e.G8m\";s:13:\"user_nicename\";s:8:\"gmatalon\";s:10:\"user_email\";s:20:\"gmatalon@hotmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-03 15:01:01\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Gary Matalon\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:8:\"gmatalon\";s:10:\"first_name\";s:4:\"Gary\";s:9:\"last_name\";s:7:\"Matalon\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1567522861\";s:25:\"synced_gravatar_hashed_id\";s:32:\"ebd1669f71245a391bb0932eeda30511\";s:9:\"submitted\";s:297:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567504838\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"efcd881112\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:8:\"gmatalon\";s:10:\"first_name\";s:4:\"Gary\";s:9:\"last_name\";s:7:\"Matalon\";s:10:\"user_email\";s:20:\"gmatalon@hotmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567504838\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"efcd881112\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:8:\"gmatalon\";s:9:\"full_name\";s:12:\"gary matalon\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1567504862\";s:24:\"um_account_secure_fields\";s:2617:\"a:5:{s:7:\"general\";a:5:{s:10:\"user_login\";a:10:{s:5:\"title\";s:8:\"Username\";s:7:\"metakey\";s:10:\"user_login\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:8:\"Username\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:0;s:8:\"validate\";s:15:\"unique_username\";s:9:\"min_chars\";i:3;s:9:\"max_chars\";i:24;}s:10:\"first_name\";a:7:{s:5:\"title\";s:10:\"First Name\";s:7:\"metakey\";s:10:\"first_name\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"First Name\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;}s:9:\"last_name\";a:7:{s:5:\"title\";s:9:\"Last Name\";s:7:\"metakey\";s:9:\"last_name\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Last Name\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;}s:10:\"user_email\";a:8:{s:5:\"title\";s:14:\"E-mail Address\";s:7:\"metakey\";s:10:\"user_email\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"E-mail Address\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"validate\";s:12:\"unique_email\";s:12:\"autocomplete\";s:3:\"off\";}s:6:\"gender\";a:8:{s:5:\"title\";s:6:\"Gender\";s:7:\"metakey\";s:6:\"gender\";s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:6:\"Gender\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:7:\"options\";a:2:{i:0;s:4:\"Male\";i:1;s:6:\"Female\";}}}s:8:\"password\";a:1:{s:13:\"user_password\";a:11:{s:5:\"title\";s:8:\"Password\";s:7:\"metakey\";s:13:\"user_password\";s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:9:\"min_chars\";i:8;s:9:\"max_chars\";i:30;s:15:\"force_good_pass\";i:1;s:18:\"force_confirm_pass\";i:1;}}s:7:\"privacy\";a:1:{s:15:\"profile_privacy\";a:13:{s:5:\"title\";s:15:\"Profile Privacy\";s:7:\"metakey\";s:15:\"profile_privacy\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:15:\"Profile Privacy\";s:4:\"help\";s:32:\"Who can see your public profile?\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:7:\"default\";s:8:\"Everyone\";s:7:\"options\";a:2:{s:8:\"Everyone\";s:8:\"Everyone\";s:7:\"Only me\";s:7:\"Only me\";}s:10:\"allowclear\";i:0;s:12:\"account_only\";b:1;s:13:\"required_perm\";s:24:\"can_make_private_profile\";}}s:6:\"delete\";a:1:{s:20:\"single_user_password\";a:8:{s:5:\"title\";s:8:\"Password\";s:7:\"metakey\";s:20:\"single_user_password\";s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:12:\"account_only\";b:1;}}i:276;a:2:{s:4:\"city\";a:8:{s:5:\"title\";s:4:\"City\";s:7:\"metakey\";s:4:\"city\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"City\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:8:\"validate\";s:4:\"city\";}s:7:\"country\";a:8:{s:5:\"title\";s:7:\"Country\";s:7:\"metakey\";s:7:\"country\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Country\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:8:\"validate\";s:7:\"country\";}}}\";s:4:\"city\";s:8:\"Kingston\";s:7:\"country\";s:2:\"JM\";s:6:\"gender\";s:21:\"a:1:{i:0;s:4:\"Male\";}\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(32041,'um_cache_userdata_280','a:77:{s:2:\"ID\";i:280;s:10:\"user_login\";s:16:\"esmeraldaloprest\";s:9:\"user_pass\";s:60:\"$2y$10$bZ0NdUOn.LI59xtPFnnXmeqRTg/A6Hgfs76ImxzMNspp7UdZnGvH.\";s:13:\"user_nicename\";s:16:\"esmeraldaloprest\";s:10:\"user_email\";s:28:\"Esmeralda.Lopresti@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-04 08:56:56\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:18:\"Esmeralda Lopresti\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"esmeraldaloprest\";s:10:\"first_name\";s:9:\"Esmeralda\";s:9:\"last_name\";s:8:\"Lopresti\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1567587416\";s:25:\"synced_gravatar_hashed_id\";s:32:\"4fbda9dc633e35d2a2b13e9888a95aa8\";s:9:\"submitted\";s:320:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567569409\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ccedb536a4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"esmeraldaloprest\";s:10:\"first_name\";s:9:\"Esmeralda\";s:9:\"last_name\";s:8:\"Lopresti\";s:10:\"user_email\";s:28:\"Esmeralda.Lopresti@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567569409\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ccedb536a4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"esmeraldaloprest\";s:9:\"full_name\";s:18:\"esmeralda lopresti\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1567569417\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(32140,'um_cache_userdata_281','a:77:{s:2:\"ID\";i:281;s:10:\"user_login\";s:9:\"shanayung\";s:9:\"user_pass\";s:60:\"$2y$10$CrvZZTQuvV0jfvwcKDOx9Ou7F3SxR4RnLgWyewTMwXXLPV8mJrCnG\";s:13:\"user_nicename\";s:9:\"shanayung\";s:10:\"user_email\";s:26:\"shanayoung1990@hotmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-04 14:40:05\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Cheryl Young\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:9:\"shanayung\";s:10:\"first_name\";s:6:\"Cheryl\";s:9:\"last_name\";s:5:\"Young\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1567608005\";s:25:\"synced_gravatar_hashed_id\";s:32:\"b998a550a5af1e69d8499bb4a692b36c\";s:9:\"submitted\";s:504:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567589991\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:79:\"https://buzz-caribbean.com/job/ramble-media-group-digital-media-executive-2993/\";s:8:\"_wpnonce\";s:10:\"33e7f36d0b\";s:16:\"_wp_http_referer\";s:102:\"/register/?redirect_to=https://buzz-caribbean.com/job/ramble-media-group-digital-media-executive-2993/\";s:10:\"user_login\";s:9:\"ShanaYung\";s:10:\"first_name\";s:6:\"Cheryl\";s:9:\"last_name\";s:5:\"Young\";s:10:\"user_email\";s:26:\"shanayoung1990@hotmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567589991\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:79:\"https://buzz-caribbean.com/job/ramble-media-group-digital-media-executive-2993/\";s:8:\"_wpnonce\";s:10:\"33e7f36d0b\";s:16:\"_wp_http_referer\";s:102:\"/register/?redirect_to=https://buzz-caribbean.com/job/ramble-media-group-digital-media-executive-2993/\";s:35:\"um_user_profile_url_slug_user_login\";s:9:\"shanayung\";s:9:\"full_name\";s:12:\"cheryl young\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(32566,'um_cache_userdata_283','a:77:{s:2:\"ID\";i:283;s:10:\"user_login\";s:12:\"sheenaheiden\";s:9:\"user_pass\";s:60:\"$2y$10$PYcTX80NPOBV.3rRGHHXPOxPOH3cr37dMoffz3VxQHh9o0mNNh2F2\";s:13:\"user_nicename\";s:12:\"sheenaheiden\";s:10:\"user_email\";s:23:\"Sheena_Heiden@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-04 18:35:50\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Sheena Heiden\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"sheenaheiden\";s:10:\"first_name\";s:6:\"Sheena\";s:9:\"last_name\";s:6:\"Heiden\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1567622150\";s:25:\"synced_gravatar_hashed_id\";s:32:\"b407475abccfab89570e96f29163341f\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567604142\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"33e7f36d0b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"sheenaheiden\";s:10:\"first_name\";s:6:\"Sheena\";s:9:\"last_name\";s:6:\"Heiden\";s:10:\"user_email\";s:23:\"Sheena_Heiden@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567604142\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"33e7f36d0b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"sheenaheiden\";s:9:\"full_name\";s:13:\"sheena heiden\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1567604151\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(32689,'um_cache_userdata_284','a:77:{s:2:\"ID\";i:284;s:10:\"user_login\";s:14:\"latishabilliot\";s:9:\"user_pass\";s:60:\"$2y$10$FnW.aRzhslbsncaEgwWgxOPPUgZnjbhONo3cbIVn1VoYqaKQJNJxu\";s:13:\"user_nicename\";s:14:\"latishabilliot\";s:10:\"user_email\";s:25:\"Latisha-Billiot@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-04 21:24:28\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Latisha Billiot\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"latishabilliot\";s:10:\"first_name\";s:7:\"Latisha\";s:9:\"last_name\";s:7:\"Billiot\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1567632268\";s:25:\"synced_gravatar_hashed_id\";s:32:\"59e7f59f040ea07dbd24a919f9525d24\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567614260\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"33e7f36d0b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"latishabilliot\";s:10:\"first_name\";s:7:\"Latisha\";s:9:\"last_name\";s:7:\"Billiot\";s:10:\"user_email\";s:25:\"Latisha-Billiot@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567614260\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"33e7f36d0b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"latishabilliot\";s:9:\"full_name\";s:15:\"latisha billiot\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1567614269\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(32898,'um_cache_userdata_287','a:77:{s:2:\"ID\";i:287;s:10:\"user_login\";s:14:\"mariettapflaum\";s:9:\"user_pass\";s:60:\"$2y$10$yLKm6QBsVMQt8vJuh2IvC.4fUknKqQB1eYt3ldhmyxF2xmJBNl67e\";s:13:\"user_nicename\";s:14:\"mariettapflaum\";s:10:\"user_email\";s:48:\"Marietta_Pflaum16@creator.clicksendingserver.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-04 23:20:40\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Marietta Pflaum\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"mariettapflaum\";s:10:\"first_name\";s:8:\"Marietta\";s:9:\"last_name\";s:6:\"Pflaum\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1567639240\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f8e2abafe3b6423e2a92597ea3b5e962\";s:9:\"submitted\";s:335:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567621231\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"33e7f36d0b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"mariettapflaum\";s:10:\"first_name\";s:8:\"Marietta\";s:9:\"last_name\";s:6:\"Pflaum\";s:10:\"user_email\";s:48:\"Marietta_Pflaum16@creator.clicksendingserver.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567621231\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"33e7f36d0b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"mariettapflaum\";s:9:\"full_name\";s:15:\"marietta pflaum\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1567621241\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(35912,'um_cache_userdata_301','a:32:{s:2:\"ID\";i:301;s:10:\"user_login\";s:5:\"ponce\";s:9:\"user_pass\";s:60:\"$2y$10$nv3r7itMnPfDQczr21pV5.B8zzLAajvPDg6sS6th17VH.D/3gxKzu\";s:13:\"user_nicename\";s:5:\"ponce\";s:10:\"user_email\";s:16:\"ponce@cappen.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-07 20:06:52\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Andre Ponce\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:8:\"customer\";b:1;s:8:\"wp_roles\";s:0:\"\";s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"Andre Ponce\";s:10:\"first_name\";s:5:\"Andre\";s:9:\"last_name\";s:5:\"Ponce\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1567886812\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";b:0;s:5:\"roles\";b:0;s:11:\"super_admin\";i:0;}','no'),(38834,'smush_global_stats','a:9:{s:11:\"size_before\";i:665801485;s:10:\"size_after\";i:422993590;s:7:\"percent\";d:36.5;s:5:\"human\";s:8:\"231.6 MB\";s:5:\"bytes\";i:242807895;s:12:\"total_images\";i:5242;s:12:\"resize_count\";i:386;s:14:\"resize_savings\";i:228196721;s:18:\"conversion_savings\";i:0;}','no'),(39747,'um_cache_userdata_303','a:41:{s:2:\"ID\";i:303;s:10:\"user_login\";s:8:\"medeiros\";s:9:\"user_pass\";s:60:\"$2y$10$TP2klPTv0pvPjgmZ8gEwY.ZAXAoeuEb4oo01ZJpVV0EhWqXtx2wTC\";s:13:\"user_nicename\";s:8:\"medeiros\";s:10:\"user_email\";s:12:\"eu@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-10 21:00:26\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"felipe Medeiros\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:8:\"customer\";b:1;s:8:\"wp_roles\";s:0:\"\";s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"felipe Medeiros\";s:10:\"first_name\";s:6:\"felipe\";s:9:\"last_name\";s:8:\"Medeiros\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568149226\";s:25:\"synced_gravatar_hashed_id\";s:32:\"21263dbf0d472d2611bc69ee5463850a\";s:6:\"gender\";s:12:\"a:1:{i:0;N;}\";s:4:\"city\";s:5:\"Miami\";s:7:\"country\";s:13:\"United States\";s:14:\"_um_last_login\";s:10:\"1568131226\";s:24:\"um_account_secure_fields\";s:6:\"a:0:{}\";s:15:\"simplefavorites\";s:264:\"a:1:{i:0;a:3:{s:7:\"site_id\";i:1;s:5:\"posts\";a:3:{i:0;s:4:\"8269\";i:1;s:4:\"2566\";i:2;s:4:\"2600\";}s:6:\"groups\";a:1:{i:0;a:4:{s:8:\"group_id\";i:1;s:7:\"site_id\";i:1;s:10:\"group_name\";s:12:\"Default List\";s:5:\"posts\";a:3:{i:0;s:4:\"8269\";i:1;s:4:\"2566\";i:2;s:4:\"2600\";}}}}}\";s:14:\"redeemedoffers\";s:36:\"a:2:{i:0;s:4:\"2566\";i:1;s:4:\"2600\";}\";s:35:\"um_user_profile_url_slug_user_login\";s:8:\"medeiros\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";b:0;s:5:\"roles\";b:0;s:11:\"super_admin\";i:0;}','no'),(40712,'um_cache_userdata_305','a:77:{s:2:\"ID\";i:305;s:10:\"user_login\";s:10:\"angeirasss\";s:9:\"user_pass\";s:60:\"$2y$10$lJ2qiLJjyhaxwUz9AniC1.JRMLC.UDMaQ60fDfmNd/47CevdzAK/2\";s:13:\"user_nicename\";s:10:\"angeirasss\";s:10:\"user_email\";s:19:\"angeiras@cappen.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-11 19:27:18\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"felipe angeiras\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"angeirasss\";s:10:\"first_name\";s:6:\"felipe\";s:9:\"last_name\";s:8:\"angeiras\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568230038\";s:25:\"synced_gravatar_hashed_id\";s:32:\"2782d5b2eb1594559eba0807303bae8f\";s:9:\"submitted\";s:302:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568212034\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"632ee044c9\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"angeirasss\";s:10:\"first_name\";s:6:\"felipe\";s:9:\"last_name\";s:8:\"angeiras\";s:10:\"user_email\";s:19:\"angeiras@cappen.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568212034\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"632ee044c9\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"angeirasss\";s:9:\"full_name\";s:15:\"felipe angeiras\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568212039\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(41202,'um_cache_userdata_307','a:77:{s:2:\"ID\";i:307;s:10:\"user_login\";s:13:\"earnestine99w\";s:9:\"user_pass\";s:60:\"$2y$10$hTmnVQkSOmtLw0o33JCCjuUWtI8A7MdwDpsiZz2K07tYfouj1kuCC\";s:13:\"user_nicename\";s:13:\"earnestine99w\";s:10:\"user_email\";s:27:\"Earnestine_Wonggu@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 02:18:13\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Earnestine Wonggu\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"earnestine99w\";s:10:\"first_name\";s:10:\"Earnestine\";s:9:\"last_name\";s:6:\"Wonggu\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568254693\";s:25:\"synced_gravatar_hashed_id\";s:32:\"fb85d99eb3d7cea62a3a96072a34b7cd\";s:9:\"submitted\";s:316:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568236682\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"earnestine99w\";s:10:\"first_name\";s:10:\"Earnestine\";s:9:\"last_name\";s:6:\"Wonggu\";s:10:\"user_email\";s:27:\"Earnestine_Wonggu@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568236682\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"earnestine99w\";s:9:\"full_name\";s:17:\"earnestine wonggu\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568236693\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(41209,'um_cache_userdata_308','a:77:{s:2:\"ID\";i:308;s:10:\"user_login\";s:13:\"mackswint7962\";s:9:\"user_pass\";s:60:\"$2y$10$DJB5iBJ97.QmOXmI3Aa8R.PRwg95X2.o6QHFG8SEpaJnj8pywfqFi\";s:13:\"user_nicename\";s:13:\"mackswint7962\";s:10:\"user_email\";s:20:\"Mack.Swint@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 02:36:41\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Mack Swint\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"mackswint7962\";s:10:\"first_name\";s:4:\"Mack\";s:9:\"last_name\";s:5:\"Swint\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568255801\";s:25:\"synced_gravatar_hashed_id\";s:32:\"1b35f8f66642a68cc3213454841a73bf\";s:9:\"submitted\";s:301:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568237793\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"mackswint7962\";s:10:\"first_name\";s:4:\"Mack\";s:9:\"last_name\";s:5:\"Swint\";s:10:\"user_email\";s:20:\"Mack.Swint@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568237793\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"mackswint7962\";s:9:\"full_name\";s:10:\"mack swint\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568237802\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(41235,'um_cache_userdata_310','a:77:{s:2:\"ID\";i:310;s:10:\"user_login\";s:14:\"rufuswinfrey06\";s:9:\"user_pass\";s:60:\"$2y$10$Yp6FkubQTCrQdYaU6N9v5e4KfGJgVxsviNcEXEpq7zvAYLSAXdFBO\";s:13:\"user_nicename\";s:14:\"rufuswinfrey06\";s:10:\"user_email\";s:23:\"Rufus-Winfrey@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 05:04:39\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Rufus Winfrey\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"rufuswinfrey06\";s:10:\"first_name\";s:5:\"Rufus\";s:9:\"last_name\";s:7:\"Winfrey\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568264679\";s:25:\"synced_gravatar_hashed_id\";s:32:\"6090c2d2849c3bf7e8fb75fdff99cd21\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568246669\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"rufuswinfrey06\";s:10:\"first_name\";s:5:\"Rufus\";s:9:\"last_name\";s:7:\"Winfrey\";s:10:\"user_email\";s:23:\"Rufus-Winfrey@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568246669\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"rufuswinfrey06\";s:9:\"full_name\";s:13:\"rufus winfrey\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568246680\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(41243,'um_cache_userdata_311','a:77:{s:2:\"ID\";i:311;s:10:\"user_login\";s:12:\"elliotpotts4\";s:9:\"user_pass\";s:60:\"$2y$10$NBYisPqXl/dy4dqk3YTFYuAmC5/EOT9bE2.bkXN9e/CaPmn/jvIG2\";s:13:\"user_nicename\";s:12:\"elliotpotts4\";s:10:\"user_email\";s:24:\"Elliot-Potts44@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 05:22:15\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Elliot Potts\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"elliotpotts4\";s:10:\"first_name\";s:6:\"Elliot\";s:9:\"last_name\";s:5:\"Potts\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568265735\";s:25:\"synced_gravatar_hashed_id\";s:32:\"433ae699092f4a7691d1f72a3fd8ee63\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568247727\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"elliotpotts4\";s:10:\"first_name\";s:6:\"Elliot\";s:9:\"last_name\";s:5:\"Potts\";s:10:\"user_email\";s:24:\"Elliot-Potts44@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568247727\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"elliotpotts4\";s:9:\"full_name\";s:12:\"elliot potts\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568247736\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(41251,'um_cache_userdata_312','a:77:{s:2:\"ID\";i:312;s:10:\"user_login\";s:14:\"valentinybarra\";s:9:\"user_pass\";s:60:\"$2y$10$9FjUMUaobccqEcyIrsE4uePgyqkyvQ9usLyaOjhNodgmH6IUf3Kmy\";s:13:\"user_nicename\";s:14:\"valentinybarra\";s:10:\"user_email\";s:27:\"Valentin-Ybarra83@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 06:02:01\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Valentin Ybarra\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"valentinybarra\";s:10:\"first_name\";s:8:\"Valentin\";s:9:\"last_name\";s:6:\"Ybarra\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568268121\";s:25:\"synced_gravatar_hashed_id\";s:32:\"af3c21b370d5e3fdacc673462baeb37f\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568250111\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"valentinybarra\";s:10:\"first_name\";s:8:\"Valentin\";s:9:\"last_name\";s:6:\"Ybarra\";s:10:\"user_email\";s:27:\"Valentin-Ybarra83@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568250111\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"valentinybarra\";s:9:\"full_name\";s:15:\"valentin ybarra\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568250122\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(41258,'um_cache_userdata_313','a:77:{s:2:\"ID\";i:313;s:10:\"user_login\";s:14:\"lilliegrunwald\";s:9:\"user_pass\";s:60:\"$2y$10$3BCkmvaT9OXMTGCRSjONBeoNXUPpX.MuO6M5ksbsm63bZ0nW5z32y\";s:13:\"user_nicename\";s:14:\"lilliegrunwald\";s:10:\"user_email\";s:27:\"Lillie.Grunwald57@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 06:09:45\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Lillie Grunwald\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"lilliegrunwald\";s:10:\"first_name\";s:6:\"Lillie\";s:9:\"last_name\";s:8:\"Grunwald\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568268585\";s:25:\"synced_gravatar_hashed_id\";s:32:\"b888561943c4dfef52e18481f77aa6fc\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568250572\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"lilliegrunwald\";s:10:\"first_name\";s:6:\"Lillie\";s:9:\"last_name\";s:8:\"Grunwald\";s:10:\"user_email\";s:27:\"Lillie.Grunwald57@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568250572\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"lilliegrunwald\";s:9:\"full_name\";s:15:\"lillie grunwald\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568250586\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(41268,'um_cache_userdata_314','a:77:{s:2:\"ID\";i:314;s:10:\"user_login\";s:13:\"launajephcott\";s:9:\"user_pass\";s:60:\"$2y$10$tLW21Yu4f4O3Of7TqX40JOApX3KQ7oxu/6wWE7zQ8modIi3b1/F7.\";s:13:\"user_nicename\";s:13:\"launajephcott\";s:10:\"user_email\";s:26:\"Launa_Jephcott12@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 07:07:11\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Launa Jephcott\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"launajephcott\";s:10:\"first_name\";s:5:\"Launa\";s:9:\"last_name\";s:8:\"Jephcott\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568272031\";s:25:\"synced_gravatar_hashed_id\";s:32:\"a6519f8b4c77cd2c6f6b8489a50ba7a5\";s:9:\"submitted\";s:311:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568254022\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"launajephcott\";s:10:\"first_name\";s:5:\"Launa\";s:9:\"last_name\";s:8:\"Jephcott\";s:10:\"user_email\";s:26:\"Launa_Jephcott12@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568254022\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"launajephcott\";s:9:\"full_name\";s:14:\"launa jephcott\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568254032\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(41277,'um_cache_userdata_315','a:77:{s:2:\"ID\";i:315;s:10:\"user_login\";s:15:\"jamilalozano639\";s:9:\"user_pass\";s:60:\"$2y$10$voM28qrOQvt4tSeC0CyGluB4O6EL1oxtmQFHHeZrVv8tLV5D9aKYS\";s:13:\"user_nicename\";s:15:\"jamilalozano639\";s:10:\"user_email\";s:23:\"Jamila-Lozano@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 07:29:38\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Jamila Lozano\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"jamilalozano639\";s:10:\"first_name\";s:6:\"Jamila\";s:9:\"last_name\";s:6:\"Lozano\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568273378\";s:25:\"synced_gravatar_hashed_id\";s:32:\"be83573cfeacb020205794cb89f81daf\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568255371\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"jamilalozano639\";s:10:\"first_name\";s:6:\"Jamila\";s:9:\"last_name\";s:6:\"Lozano\";s:10:\"user_email\";s:23:\"Jamila-Lozano@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568255371\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"jamilalozano639\";s:9:\"full_name\";s:13:\"jamila lozano\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568255379\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(41284,'um_cache_userdata_316','a:77:{s:2:\"ID\";i:316;s:10:\"user_login\";s:12:\"tiaengland49\";s:9:\"user_pass\";s:60:\"$2y$10$UVxL1nsHqxc2FeyZvgaupOemY.GmQGsOXZ44lEZBEPD5DLFARFR6i\";s:13:\"user_nicename\";s:12:\"tiaengland49\";s:10:\"user_email\";s:21:\"Tia.England@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 08:03:20\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Tia England\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"tiaengland49\";s:10:\"first_name\";s:3:\"Tia\";s:9:\"last_name\";s:7:\"England\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568275400\";s:25:\"synced_gravatar_hashed_id\";s:32:\"473256bd64b4fbd84b939d2b47d6cd56\";s:9:\"submitted\";s:302:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568257391\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"tiaengland49\";s:10:\"first_name\";s:3:\"Tia\";s:9:\"last_name\";s:7:\"England\";s:10:\"user_email\";s:21:\"Tia.England@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568257391\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"tiaengland49\";s:9:\"full_name\";s:11:\"tia england\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568257400\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(41293,'um_cache_userdata_317','a:77:{s:2:\"ID\";i:317;s:10:\"user_login\";s:15:\"lamarandersen17\";s:9:\"user_pass\";s:60:\"$2y$10$OkJqK1aSpvx2Z24Fb97ieeLJTkmwa8BY9Ttc3u1SKMy5hz2aE5dTG\";s:13:\"user_nicename\";s:15:\"lamarandersen17\";s:10:\"user_email\";s:26:\"Lamar_Andersen93@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 08:32:54\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Lamar Andersen\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"lamarandersen17\";s:10:\"first_name\";s:5:\"Lamar\";s:9:\"last_name\";s:8:\"Andersen\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568277174\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c9e426b8cf3442974a0e0baaadd56a37\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568259165\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"lamarandersen17\";s:10:\"first_name\";s:5:\"Lamar\";s:9:\"last_name\";s:8:\"Andersen\";s:10:\"user_email\";s:26:\"Lamar_Andersen93@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568259165\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"lamarandersen17\";s:9:\"full_name\";s:14:\"lamar andersen\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568259175\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(41316,'um_cache_userdata_319','a:77:{s:2:\"ID\";i:319;s:10:\"user_login\";s:14:\"melbaspofforth\";s:9:\"user_pass\";s:60:\"$2y$10$IGXeQaICFjWUlZMhX7EHsOC12ftOgAChm/5IcHUkOHz6cYUdmWUb2\";s:13:\"user_nicename\";s:14:\"melbaspofforth\";s:10:\"user_email\";s:27:\"Melba-Spofforth56@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 10:54:23\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Melba Spofforth\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"melbaspofforth\";s:10:\"first_name\";s:5:\"Melba\";s:9:\"last_name\";s:9:\"Spofforth\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568285663\";s:25:\"synced_gravatar_hashed_id\";s:32:\"eba9fb17336647bd423eec1ab4d870e4\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568267657\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"melbaspofforth\";s:10:\"first_name\";s:5:\"Melba\";s:9:\"last_name\";s:9:\"Spofforth\";s:10:\"user_email\";s:27:\"Melba-Spofforth56@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568267657\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"melbaspofforth\";s:9:\"full_name\";s:15:\"melba spofforth\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568267664\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(41343,'um_cache_userdata_321','a:77:{s:2:\"ID\";i:321;s:10:\"user_login\";s:15:\"liambloodsworth\";s:9:\"user_pass\";s:60:\"$2y$10$u6iHH5HQQOE9HB7G62g79O9B0aefwMcXWOVEgcWgL/z6PnE3tmB7G\";s:13:\"user_nicename\";s:15:\"liambloodsworth\";s:10:\"user_email\";s:28:\"Liam.Bloodsworth71@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 11:26:41\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Liam Bloodsworth\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"liambloodsworth\";s:10:\"first_name\";s:4:\"Liam\";s:9:\"last_name\";s:11:\"Bloodsworth\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568287601\";s:25:\"synced_gravatar_hashed_id\";s:32:\"88b8030adda0cce34805710307ebe4ad\";s:9:\"submitted\";s:318:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568269593\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"liambloodsworth\";s:10:\"first_name\";s:4:\"Liam\";s:9:\"last_name\";s:11:\"Bloodsworth\";s:10:\"user_email\";s:28:\"Liam.Bloodsworth71@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568269593\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"liambloodsworth\";s:9:\"full_name\";s:16:\"liam bloodsworth\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568269602\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(41379,'um_cache_userdata_322','a:77:{s:2:\"ID\";i:322;s:10:\"user_login\";s:13:\"kinghumphery7\";s:9:\"user_pass\";s:60:\"$2y$10$VHJsRxrkbYtAUCfhTRCth.1sUopCOtX0n8K7dSryPKU5.VMbZJAuC\";s:13:\"user_nicename\";s:13:\"kinghumphery7\";s:10:\"user_email\";s:25:\"King-Humphery34@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 12:05:51\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"King Humphery\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"kinghumphery7\";s:10:\"first_name\";s:4:\"King\";s:9:\"last_name\";s:8:\"Humphery\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568289951\";s:25:\"synced_gravatar_hashed_id\";s:32:\"0d7c8ce0be69b1054cb7c82723ee4aef\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568271942\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"kinghumphery7\";s:10:\"first_name\";s:4:\"King\";s:9:\"last_name\";s:8:\"Humphery\";s:10:\"user_email\";s:25:\"King-Humphery34@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568271942\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"kinghumphery7\";s:9:\"full_name\";s:13:\"king humphery\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568271952\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(41396,'um_cache_userdata_323','a:77:{s:2:\"ID\";i:323;s:10:\"user_login\";s:11:\"buckramsden\";s:9:\"user_pass\";s:60:\"$2y$10$1eu6G/llpxgCDbQ/t4n9peONzSMjxAX3Ztna48GUME2g3vWIgL4ga\";s:13:\"user_nicename\";s:11:\"buckramsden\";s:10:\"user_email\";s:22:\"Buck-Ramsden@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 12:36:12\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Buck Ramsden\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"buckramsden\";s:10:\"first_name\";s:4:\"Buck\";s:9:\"last_name\";s:7:\"Ramsden\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568291772\";s:25:\"synced_gravatar_hashed_id\";s:32:\"0c1088875fe01a6063531b39f89c8c91\";s:9:\"submitted\";s:303:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568273762\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"buckramsden\";s:10:\"first_name\";s:4:\"Buck\";s:9:\"last_name\";s:7:\"Ramsden\";s:10:\"user_email\";s:22:\"Buck-Ramsden@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568273762\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"buckramsden\";s:9:\"full_name\";s:12:\"buck ramsden\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568273773\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(41586,'um_cache_userdata_324','a:77:{s:2:\"ID\";i:324;s:10:\"user_login\";s:14:\"jeannietoosey3\";s:9:\"user_pass\";s:60:\"$2y$10$qvxqNH8WITbKcEQY7Siz.OSrwmz8MjzEXLJX7cr85WHQDL3fOSwau\";s:13:\"user_nicename\";s:14:\"jeannietoosey3\";s:10:\"user_email\";s:24:\"Jeannie-Toosey@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 13:18:01\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Jeannie Toosey\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"jeannietoosey3\";s:10:\"first_name\";s:7:\"Jeannie\";s:9:\"last_name\";s:6:\"Toosey\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568294281\";s:25:\"synced_gravatar_hashed_id\";s:32:\"707e4783c00cf910a3944940eb81e59b\";s:9:\"submitted\";s:310:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568276272\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"jeannietoosey3\";s:10:\"first_name\";s:7:\"Jeannie\";s:9:\"last_name\";s:6:\"Toosey\";s:10:\"user_email\";s:24:\"Jeannie-Toosey@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568276272\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"jeannietoosey3\";s:9:\"full_name\";s:14:\"jeannie toosey\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568276282\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(41625,'um_cache_userdata_325','a:77:{s:2:\"ID\";i:325;s:10:\"user_login\";s:15:\"clevelandmccool\";s:9:\"user_pass\";s:60:\"$2y$10$7KdUTeJ5oOb0e.syngfwouPTI5SQIDJGrsjLz5moCjETnPYLAEnwK\";s:13:\"user_nicename\";s:15:\"clevelandmccool\";s:10:\"user_email\";s:28:\"Cleveland_Mccool69@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 13:34:25\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Cleveland Mccool\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"clevelandmccool\";s:10:\"first_name\";s:9:\"Cleveland\";s:9:\"last_name\";s:6:\"Mccool\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568295265\";s:25:\"synced_gravatar_hashed_id\";s:32:\"6ba007ddc2c6e7b017645da2b68d6196\";s:9:\"submitted\";s:317:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568277259\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"clevelandmccool\";s:10:\"first_name\";s:9:\"Cleveland\";s:9:\"last_name\";s:6:\"Mccool\";s:10:\"user_email\";s:28:\"Cleveland_Mccool69@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568277259\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"clevelandmccool\";s:9:\"full_name\";s:16:\"cleveland mccool\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568277266\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(41705,'um_cache_userdata_326','a:77:{s:2:\"ID\";i:326;s:10:\"user_login\";s:15:\"alphonsogilyard\";s:9:\"user_pass\";s:60:\"$2y$10$ieZ9gWvizXzDy66px4BVFeZGyG9r2D06CiaWBUglcMXFSW.WFlAdS\";s:13:\"user_nicename\";s:15:\"alphonsogilyard\";s:10:\"user_email\";s:28:\"Alphonso_Gilyard58@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 14:18:44\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Alphonso Gilyard\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"alphonsogilyard\";s:10:\"first_name\";s:8:\"Alphonso\";s:9:\"last_name\";s:7:\"Gilyard\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568297924\";s:25:\"synced_gravatar_hashed_id\";s:32:\"157f5a8caa7dfd874176afda43e58a53\";s:9:\"submitted\";s:317:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568279917\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"alphonsogilyard\";s:10:\"first_name\";s:8:\"Alphonso\";s:9:\"last_name\";s:7:\"Gilyard\";s:10:\"user_email\";s:28:\"Alphonso_Gilyard58@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568279917\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"alphonsogilyard\";s:9:\"full_name\";s:16:\"alphonso gilyard\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568279924\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(41848,'um_cache_userdata_329','a:77:{s:2:\"ID\";i:329;s:10:\"user_login\";s:10:\"crystleh77\";s:9:\"user_pass\";s:60:\"$2y$10$kJ8qM0xIkXeD1VgsREfcvu3gG0CIpGl1OinzxSM17.cTJlRpZpw6y\";s:13:\"user_nicename\";s:10:\"crystleh77\";s:10:\"user_email\";s:26:\"Crystle_Espinoza@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 16:00:32\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Crystle Espinoza\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"crystleh77\";s:10:\"first_name\";s:7:\"Crystle\";s:9:\"last_name\";s:8:\"Espinoza\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568304032\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c24f84b68f58b7baec9693c99519902f\";s:9:\"submitted\";s:310:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568286024\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"crystleh77\";s:10:\"first_name\";s:7:\"Crystle\";s:9:\"last_name\";s:8:\"Espinoza\";s:10:\"user_email\";s:26:\"Crystle_Espinoza@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568286024\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"crystleh77\";s:9:\"full_name\";s:16:\"crystle espinoza\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568286032\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(41867,'um_cache_userdata_330','a:77:{s:2:\"ID\";i:330;s:10:\"user_login\";s:10:\"oygmikayla\";s:9:\"user_pass\";s:60:\"$2y$10$zUWUAiWllxukx1WMY3sWCeBAeBwS1ob8gzt1MjBC8OcNCwj4pvorm\";s:13:\"user_nicename\";s:10:\"oygmikayla\";s:10:\"user_email\";s:26:\"Mikayla.Temple33@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 16:14:55\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Mikayla Temple\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"oygmikayla\";s:10:\"first_name\";s:7:\"Mikayla\";s:9:\"last_name\";s:6:\"Temple\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568304895\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c542d58555adc9a3ea9762be167962a9\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568286884\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"oygmikayla\";s:10:\"first_name\";s:7:\"Mikayla\";s:9:\"last_name\";s:6:\"Temple\";s:10:\"user_email\";s:26:\"Mikayla.Temple33@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568286884\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"oygmikayla\";s:9:\"full_name\";s:14:\"mikayla temple\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568286896\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(41915,'um_cache_userdata_331','a:77:{s:2:\"ID\";i:331;s:10:\"user_login\";s:13:\"duaneliebe936\";s:9:\"user_pass\";s:60:\"$2y$10$DfqWdWD5wZupU9UKBkwiSOyETonvLUkPWzuRria1YJOtAzSKcLTy2\";s:13:\"user_nicename\";s:13:\"duaneliebe936\";s:10:\"user_email\";s:23:\"Duane_Liebe20@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 16:39:54\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Duane Liebe\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"duaneliebe936\";s:10:\"first_name\";s:5:\"Duane\";s:9:\"last_name\";s:5:\"Liebe\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568306394\";s:25:\"synced_gravatar_hashed_id\";s:32:\"4ddf9c3f0196d1f99a886dce797dc987\";s:9:\"submitted\";s:305:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568288385\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"duaneliebe936\";s:10:\"first_name\";s:5:\"Duane\";s:9:\"last_name\";s:5:\"Liebe\";s:10:\"user_email\";s:23:\"Duane_Liebe20@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568288385\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"duaneliebe936\";s:9:\"full_name\";s:11:\"duane liebe\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568288394\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(41942,'um_cache_userdata_332','a:77:{s:2:\"ID\";i:332;s:10:\"user_login\";s:14:\"gusrodriguez79\";s:9:\"user_pass\";s:60:\"$2y$10$ZGHS5cK5q8V8AlimNCsUh.1OMo8g1Kj2/ku5ENtG8XXlNGB5j5sH6\";s:13:\"user_nicename\";s:14:\"gusrodriguez79\";s:10:\"user_email\";s:23:\"Gus.Rodriguez@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 17:13:25\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Gus Rodriguez\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"gusrodriguez79\";s:10:\"first_name\";s:3:\"Gus\";s:9:\"last_name\";s:9:\"Rodriguez\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568308405\";s:25:\"synced_gravatar_hashed_id\";s:32:\"1234e56c0ad369f47ac6139b913ea460\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568290394\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"gusrodriguez79\";s:10:\"first_name\";s:3:\"Gus\";s:9:\"last_name\";s:9:\"Rodriguez\";s:10:\"user_email\";s:23:\"Gus.Rodriguez@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568290394\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"gusrodriguez79\";s:9:\"full_name\";s:13:\"gus rodriguez\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568290406\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42007,'um_cache_userdata_334','a:77:{s:2:\"ID\";i:334;s:10:\"user_login\";s:15:\"klauscervantes3\";s:9:\"user_pass\";s:60:\"$2y$10$wFk8B7N9wFwJ53UD3CHoK.gfCPNMvHCKLKKn9j7ayeQ4v/dF0Vy3u\";s:13:\"user_nicename\";s:15:\"klauscervantes3\";s:10:\"user_email\";s:25:\"Klaus-Cervantes@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 18:01:15\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Klaus Cervantes\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"klauscervantes3\";s:10:\"first_name\";s:5:\"Klaus\";s:9:\"last_name\";s:9:\"Cervantes\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568311275\";s:25:\"synced_gravatar_hashed_id\";s:32:\"fe36a71cbaafc6c77c8ff59d1a2df9e3\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568293265\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"klauscervantes3\";s:10:\"first_name\";s:5:\"Klaus\";s:9:\"last_name\";s:9:\"Cervantes\";s:10:\"user_email\";s:25:\"Klaus-Cervantes@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568293265\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"klauscervantes3\";s:9:\"full_name\";s:15:\"klaus cervantes\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568293276\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42026,'um_cache_userdata_335','a:77:{s:2:\"ID\";i:335;s:10:\"user_login\";s:15:\"forrestdonovan4\";s:9:\"user_pass\";s:60:\"$2y$10$OmabrwE1jsvfxPtwIDFQ0.UTLqkhPFMabKaEJctSejQk/Q8iUBUCG\";s:13:\"user_nicename\";s:15:\"forrestdonovan4\";s:10:\"user_email\";s:27:\"Forrest-Donovan15@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 18:17:17\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Forrest Donovan\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"forrestdonovan4\";s:10:\"first_name\";s:7:\"Forrest\";s:9:\"last_name\";s:7:\"Donovan\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568312237\";s:25:\"synced_gravatar_hashed_id\";s:32:\"7d6f5940ee9094c0a1acefbb70b36740\";s:9:\"submitted\";s:315:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568294230\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"forrestdonovan4\";s:10:\"first_name\";s:7:\"Forrest\";s:9:\"last_name\";s:7:\"Donovan\";s:10:\"user_email\";s:27:\"Forrest-Donovan15@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568294230\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"forrestdonovan4\";s:9:\"full_name\";s:15:\"forrest donovan\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568294238\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42035,'um_cache_userdata_336','a:77:{s:2:\"ID\";i:336;s:10:\"user_login\";s:14:\"darrenloe29738\";s:9:\"user_pass\";s:60:\"$2y$10$wK3NgivkIQej2AnD535qYew5BqXUzMsC6rYx4fQSi3cy6vKlUTIbK\";s:13:\"user_nicename\";s:14:\"darrenloe29738\";s:10:\"user_email\";s:20:\"Darren_Loe@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 18:38:09\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Darren Loe\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"darrenloe29738\";s:10:\"first_name\";s:6:\"Darren\";s:9:\"last_name\";s:3:\"Loe\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568313489\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c14e9494526067022a2089e24044310f\";s:9:\"submitted\";s:302:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568295479\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"darrenloe29738\";s:10:\"first_name\";s:6:\"Darren\";s:9:\"last_name\";s:3:\"Loe\";s:10:\"user_email\";s:20:\"Darren_Loe@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568295479\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"darrenloe29738\";s:9:\"full_name\";s:10:\"darren loe\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568295490\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42047,'um_cache_userdata_337','a:77:{s:2:\"ID\";i:337;s:10:\"user_login\";s:14:\"hildredbarna13\";s:9:\"user_pass\";s:60:\"$2y$10$5ylloyHUOYL7PQXJnPjiReiwQOauCU.rMEEyc8Vpv0UbqrxyGeITa\";s:13:\"user_nicename\";s:14:\"hildredbarna13\";s:10:\"user_email\";s:23:\"Hildred-Barna@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 19:19:49\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Hildred Barna\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"hildredbarna13\";s:10:\"first_name\";s:7:\"Hildred\";s:9:\"last_name\";s:5:\"Barna\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568315989\";s:25:\"synced_gravatar_hashed_id\";s:32:\"072d43f8dea02cd828f6b27a741f4275\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568297982\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"hildredbarna13\";s:10:\"first_name\";s:7:\"Hildred\";s:9:\"last_name\";s:5:\"Barna\";s:10:\"user_email\";s:23:\"Hildred-Barna@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568297982\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"hildredbarna13\";s:9:\"full_name\";s:13:\"hildred barna\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568297989\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42073,'um_cache_userdata_339','a:77:{s:2:\"ID\";i:339;s:10:\"user_login\";s:15:\"lacywashington3\";s:9:\"user_pass\";s:60:\"$2y$10$hrkPc6b2MySk9Qz0e2EC.u2.2gGfhp.9Y21A1kunFaw3QGnTOcQma\";s:13:\"user_nicename\";s:15:\"lacywashington3\";s:10:\"user_email\";s:27:\"Lacy.Washington25@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 19:53:54\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Lacy Washington\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"lacywashington3\";s:10:\"first_name\";s:4:\"Lacy\";s:9:\"last_name\";s:10:\"Washington\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568318034\";s:25:\"synced_gravatar_hashed_id\";s:32:\"544b7bac284153bf490f3c7d503b6efe\";s:9:\"submitted\";s:316:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568300026\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"lacywashington3\";s:10:\"first_name\";s:4:\"Lacy\";s:9:\"last_name\";s:10:\"Washington\";s:10:\"user_email\";s:27:\"Lacy.Washington25@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568300026\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"lacywashington3\";s:9:\"full_name\";s:15:\"lacy washington\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568300034\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42145,'um_cache_userdata_340','a:77:{s:2:\"ID\";i:340;s:10:\"user_login\";s:13:\"ginamckelvy97\";s:9:\"user_pass\";s:60:\"$2y$10$HeYvwArgQ1f3wHp1f3XXM.e96ER9F2mA/OhQkOEwGSRVyIKgj9C0u\";s:13:\"user_nicename\";s:13:\"ginamckelvy97\";s:10:\"user_email\";s:24:\"Gina-McKelvy17@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 20:27:50\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Gina McKelvy\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"ginamckelvy97\";s:10:\"first_name\";s:4:\"Gina\";s:9:\"last_name\";s:7:\"McKelvy\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568320071\";s:25:\"synced_gravatar_hashed_id\";s:32:\"0815822e5e2a323806e2a65ffb792b2b\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568302063\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"ginamckelvy97\";s:10:\"first_name\";s:4:\"Gina\";s:9:\"last_name\";s:7:\"McKelvy\";s:10:\"user_email\";s:24:\"Gina-McKelvy17@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568302063\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"ginamckelvy97\";s:9:\"full_name\";s:12:\"gina mckelvy\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568302071\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42182,'um_cache_userdata_341','a:77:{s:2:\"ID\";i:341;s:10:\"user_login\";s:10:\"hamish4946\";s:9:\"user_pass\";s:60:\"$2y$10$5h687Y0Jew2KvKl1x0nsge8xo4ECT9a9awKxNiFBiFlyj9ct5xfqW\";s:13:\"user_nicename\";s:10:\"hamish4946\";s:10:\"user_email\";s:23:\"Hamish-Weddle@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 20:33:12\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Hamish Weddle\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"hamish4946\";s:10:\"first_name\";s:6:\"Hamish\";s:9:\"last_name\";s:6:\"Weddle\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568320392\";s:25:\"synced_gravatar_hashed_id\";s:32:\"36370342316af63f873c19760d8e9d58\";s:9:\"submitted\";s:304:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568302383\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"hamish4946\";s:10:\"first_name\";s:6:\"Hamish\";s:9:\"last_name\";s:6:\"Weddle\";s:10:\"user_email\";s:23:\"Hamish-Weddle@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568302383\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"hamish4946\";s:9:\"full_name\";s:13:\"hamish weddle\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568302393\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42213,'um_cache_userdata_342','a:77:{s:2:\"ID\";i:342;s:10:\"user_login\";s:11:\"danigek8789\";s:9:\"user_pass\";s:60:\"$2y$10$yyPw4swvcOHScINsVH0oy.oEZ6iK6fMpy.l.S7maXwVCIuqmJCfea\";s:13:\"user_nicename\";s:11:\"danigek8789\";s:10:\"user_email\";s:23:\"Dani.McPeak11@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 20:50:38\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Dani McPeak\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"danigek8789\";s:10:\"first_name\";s:4:\"Dani\";s:9:\"last_name\";s:6:\"McPeak\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568321438\";s:25:\"synced_gravatar_hashed_id\";s:32:\"e6e9a4a9fc83aaa89c5081a28472827d\";s:9:\"submitted\";s:303:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568303430\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"danigek8789\";s:10:\"first_name\";s:4:\"Dani\";s:9:\"last_name\";s:6:\"McPeak\";s:10:\"user_email\";s:23:\"Dani.McPeak11@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568303430\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"danigek8789\";s:9:\"full_name\";s:11:\"dani mcpeak\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568303439\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42243,'um_cache_userdata_344','a:77:{s:2:\"ID\";i:344;s:10:\"user_login\";s:10:\"milagro47o\";s:9:\"user_pass\";s:60:\"$2y$10$0p9WtlL0rBLXEh/ura2eoeV93XM6OgL3HVo5INgE905S1gD6Ul9Uu\";s:13:\"user_nicename\";s:10:\"milagro47o\";s:10:\"user_email\";s:25:\"Milagro_Shrader@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 21:00:15\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Milagro Shrader\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"milagro47o\";s:10:\"first_name\";s:7:\"Milagro\";s:9:\"last_name\";s:7:\"Shrader\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568322015\";s:25:\"synced_gravatar_hashed_id\";s:32:\"3d2e624755172a04b095ba980692be0f\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568304005\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"milagro47o\";s:10:\"first_name\";s:7:\"Milagro\";s:9:\"last_name\";s:7:\"Shrader\";s:10:\"user_email\";s:25:\"Milagro_Shrader@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568304005\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"milagro47o\";s:9:\"full_name\";s:15:\"milagro shrader\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568304015\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42275,'um_cache_userdata_345','a:77:{s:2:\"ID\";i:345;s:10:\"user_login\";s:16:\"xaviereasterling\";s:9:\"user_pass\";s:60:\"$2y$10$uNo9z6jVe6M8gl7g/z3bWO/sl7OS8AS6tLxmvhGbmka0B3N1Emc9W\";s:13:\"user_nicename\";s:16:\"xaviereasterling\";s:10:\"user_email\";s:27:\"Xavier-Easterling@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 21:25:52\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Xavier Easterling\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"xaviereasterling\";s:10:\"first_name\";s:6:\"Xavier\";s:9:\"last_name\";s:10:\"Easterling\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568323552\";s:25:\"synced_gravatar_hashed_id\";s:32:\"2a5a588fc8cb056b07402a123c006156\";s:9:\"submitted\";s:319:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568305542\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"xaviereasterling\";s:10:\"first_name\";s:6:\"Xavier\";s:9:\"last_name\";s:10:\"Easterling\";s:10:\"user_email\";s:27:\"Xavier-Easterling@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568305542\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"xaviereasterling\";s:9:\"full_name\";s:17:\"xavier easterling\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568305553\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42310,'um_cache_userdata_347','a:77:{s:2:\"ID\";i:347;s:10:\"user_login\";s:13:\"chantalcobbs6\";s:9:\"user_pass\";s:60:\"$2y$10$bRD4Aqh0LvWy3aVqXeaAXeFIIPx9vl0N/GG0t8OXy0njSFHfZ1iza\";s:13:\"user_nicename\";s:13:\"chantalcobbs6\";s:10:\"user_email\";s:23:\"Chantal-Cobbs@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 21:47:23\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Chantal Cobbs\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"chantalcobbs6\";s:10:\"first_name\";s:7:\"Chantal\";s:9:\"last_name\";s:5:\"Cobbs\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568324843\";s:25:\"synced_gravatar_hashed_id\";s:32:\"8004a58c3007cf5965a735180601b0f5\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568306832\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"chantalcobbs6\";s:10:\"first_name\";s:7:\"Chantal\";s:9:\"last_name\";s:5:\"Cobbs\";s:10:\"user_email\";s:23:\"Chantal-Cobbs@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568306832\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"chantalcobbs6\";s:9:\"full_name\";s:13:\"chantal cobbs\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568306844\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42322,'um_cache_userdata_348','a:77:{s:2:\"ID\";i:348;s:10:\"user_login\";s:12:\"horacioselfe\";s:9:\"user_pass\";s:60:\"$2y$10$8D.p.hvAyzX1bziTuo43OOAxQKq1060lRyCSQ1oMJcg/zlpqELZtm\";s:13:\"user_nicename\";s:12:\"horacioselfe\";s:10:\"user_email\";s:24:\"Horacio_Selfe8@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 21:58:22\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Horacio Selfe\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"horacioselfe\";s:10:\"first_name\";s:7:\"Horacio\";s:9:\"last_name\";s:5:\"Selfe\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568325502\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f032ec587af682c0f2821633f85109ce\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568307491\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"horacioselfe\";s:10:\"first_name\";s:7:\"Horacio\";s:9:\"last_name\";s:5:\"Selfe\";s:10:\"user_email\";s:24:\"Horacio_Selfe8@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568307491\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"horacioselfe\";s:9:\"full_name\";s:13:\"horacio selfe\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568307502\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42338,'um_cache_userdata_349','a:77:{s:2:\"ID\";i:349;s:10:\"user_login\";s:14:\"rhea7736235767\";s:9:\"user_pass\";s:60:\"$2y$10$4JiMlfytTgrR9iPDRgIOwe4TFq3fQvGvkB0ko04S2VMFqsoEgq61a\";s:13:\"user_nicename\";s:14:\"rhea7736235767\";s:10:\"user_email\";s:26:\"Rhea_Fergerson13@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 22:06:33\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Rhea Fergerson\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"rhea7736235767\";s:10:\"first_name\";s:4:\"Rhea\";s:9:\"last_name\";s:9:\"Fergerson\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568325993\";s:25:\"synced_gravatar_hashed_id\";s:32:\"7990636101b5adf71639dad780ed76ef\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568307986\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"rhea7736235767\";s:10:\"first_name\";s:4:\"Rhea\";s:9:\"last_name\";s:9:\"Fergerson\";s:10:\"user_email\";s:26:\"Rhea_Fergerson13@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568307986\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"rhea7736235767\";s:9:\"full_name\";s:14:\"rhea fergerson\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568307994\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42345,'um_cache_userdata_350','a:77:{s:2:\"ID\";i:350;s:10:\"user_login\";s:11:\"fporyan8943\";s:9:\"user_pass\";s:60:\"$2y$10$mUeFlevLS2SoaO9EhUroMulVxT7BUQN1iTfcUC.J.OgoF1K8AVrZW\";s:13:\"user_nicename\";s:11:\"fporyan8943\";s:10:\"user_email\";s:20:\"Ryan.Reyna@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 22:12:01\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Ryan Reyna\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"fporyan8943\";s:10:\"first_name\";s:4:\"Ryan\";s:9:\"last_name\";s:5:\"Reyna\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568326321\";s:25:\"synced_gravatar_hashed_id\";s:32:\"1723b96a9a91db4937064052dc1c028e\";s:9:\"submitted\";s:299:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568308313\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"fporyan8943\";s:10:\"first_name\";s:4:\"Ryan\";s:9:\"last_name\";s:5:\"Reyna\";s:10:\"user_email\";s:20:\"Ryan.Reyna@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568308313\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"fporyan8943\";s:9:\"full_name\";s:10:\"ryan reyna\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568308322\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42353,'um_cache_userdata_351','a:77:{s:2:\"ID\";i:351;s:10:\"user_login\";s:13:\"uzakina175905\";s:9:\"user_pass\";s:60:\"$2y$10$XxyLwkQ7GhNU1uQV0cH0TuNzPsETcRq1zaVPrsV59qpQDKG9A6x8q\";s:13:\"user_nicename\";s:13:\"uzakina175905\";s:10:\"user_email\";s:20:\"Kina_Riggs@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 22:17:38\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Kina Riggs\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"uzakina175905\";s:10:\"first_name\";s:4:\"Kina\";s:9:\"last_name\";s:5:\"Riggs\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568326658\";s:25:\"synced_gravatar_hashed_id\";s:32:\"3ec34fad9960c53e52ac9870536bd465\";s:9:\"submitted\";s:301:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568308648\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"uzakina175905\";s:10:\"first_name\";s:4:\"Kina\";s:9:\"last_name\";s:5:\"Riggs\";s:10:\"user_email\";s:20:\"Kina_Riggs@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568308648\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"uzakina175905\";s:9:\"full_name\";s:10:\"kina riggs\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568308659\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42363,'um_cache_userdata_352','a:77:{s:2:\"ID\";i:352;s:10:\"user_login\";s:15:\"desmondwills051\";s:9:\"user_pass\";s:60:\"$2y$10$ur2ATUx0WxqTlSDpcf8vpOktWoeTmTZlSxUaIuIw05OKKkpfVd2jG\";s:13:\"user_nicename\";s:15:\"desmondwills051\";s:10:\"user_email\";s:23:\"Desmond-Wills@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 22:31:19\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Desmond Wills\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"desmondwills051\";s:10:\"first_name\";s:7:\"Desmond\";s:9:\"last_name\";s:5:\"Wills\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568327479\";s:25:\"synced_gravatar_hashed_id\";s:32:\"9da7a9f4bbf1b7cb8ca601dde30c7354\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568309472\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"desmondwills051\";s:10:\"first_name\";s:7:\"Desmond\";s:9:\"last_name\";s:5:\"Wills\";s:10:\"user_email\";s:23:\"Desmond-Wills@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568309472\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"desmondwills051\";s:9:\"full_name\";s:13:\"desmond wills\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568309479\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42383,'um_cache_userdata_354','a:77:{s:2:\"ID\";i:354;s:10:\"user_login\";s:15:\"isabellbroyles7\";s:9:\"user_pass\";s:60:\"$2y$10$rlBuRu26KTNPOo8H5nZaDuKERFAbRUGN97YkM9qDsr7iGKqC/.0UC\";s:13:\"user_nicename\";s:15:\"isabellbroyles7\";s:10:\"user_email\";s:27:\"Isabell.Broyles87@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 22:44:58\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Isabell Broyles\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"isabellbroyles7\";s:10:\"first_name\";s:7:\"Isabell\";s:9:\"last_name\";s:7:\"Broyles\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568328298\";s:25:\"synced_gravatar_hashed_id\";s:32:\"08e15634c7658fdd6ebafd10b3e0efcb\";s:9:\"submitted\";s:315:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568310287\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"isabellbroyles7\";s:10:\"first_name\";s:7:\"Isabell\";s:9:\"last_name\";s:7:\"Broyles\";s:10:\"user_email\";s:27:\"Isabell.Broyles87@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568310287\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"isabellbroyles7\";s:9:\"full_name\";s:15:\"isabell broyles\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568310299\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42423,'um_cache_userdata_355','a:77:{s:2:\"ID\";i:355;s:10:\"user_login\";s:14:\"jeroldflanders\";s:9:\"user_pass\";s:60:\"$2y$10$yoVWZjJ9eFOyYwOB1v.lgOlH9BbBe.eHBbyGjXlm.70PPJnRcyE3.\";s:13:\"user_nicename\";s:14:\"jeroldflanders\";s:10:\"user_email\";s:27:\"Jerold.Flanders47@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 23:00:43\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Jerold Flanders\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"jeroldflanders\";s:10:\"first_name\";s:6:\"Jerold\";s:9:\"last_name\";s:8:\"Flanders\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568329243\";s:25:\"synced_gravatar_hashed_id\";s:32:\"6348176ea632add2fe28f95e9ff991fb\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568311234\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"jeroldflanders\";s:10:\"first_name\";s:6:\"Jerold\";s:9:\"last_name\";s:8:\"Flanders\";s:10:\"user_email\";s:27:\"Jerold.Flanders47@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568311234\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"jeroldflanders\";s:9:\"full_name\";s:15:\"jerold flanders\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568311243\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42430,'um_cache_userdata_356','a:77:{s:2:\"ID\";i:356;s:10:\"user_login\";s:13:\"malindaaddy04\";s:9:\"user_pass\";s:60:\"$2y$10$MmdSenU6WJDwPWfNH0Ldv.2K5wnAjlfbqul6d0oA4rrqqNjcLhNay\";s:13:\"user_nicename\";s:13:\"malindaaddy04\";s:10:\"user_email\";s:24:\"Malinda.Addy70@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 23:05:45\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Malinda Addy\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"malindaaddy04\";s:10:\"first_name\";s:7:\"Malinda\";s:9:\"last_name\";s:4:\"Addy\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568329545\";s:25:\"synced_gravatar_hashed_id\";s:32:\"944291f06ee5dc1d388276d0b200133c\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568311537\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"malindaaddy04\";s:10:\"first_name\";s:7:\"Malinda\";s:9:\"last_name\";s:4:\"Addy\";s:10:\"user_email\";s:24:\"Malinda.Addy70@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568311537\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"malindaaddy04\";s:9:\"full_name\";s:12:\"malinda addy\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568311545\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42444,'um_cache_userdata_358','a:77:{s:2:\"ID\";i:358;s:10:\"user_login\";s:13:\"titustarrant2\";s:9:\"user_pass\";s:60:\"$2y$10$Hu6Hcm6ev1EP6q2jBDduv.MCK2pCNr8BpTX.SPl/bcZ6AsyMOOJyC\";s:13:\"user_nicename\";s:13:\"titustarrant2\";s:10:\"user_email\";s:23:\"Titus.Tarrant@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 23:19:04\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Titus Tarrant\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"titustarrant2\";s:10:\"first_name\";s:5:\"Titus\";s:9:\"last_name\";s:7:\"Tarrant\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568330344\";s:25:\"synced_gravatar_hashed_id\";s:32:\"24b6914be3df9505b498d81560c57515\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568312334\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"titustarrant2\";s:10:\"first_name\";s:5:\"Titus\";s:9:\"last_name\";s:7:\"Tarrant\";s:10:\"user_email\";s:23:\"Titus.Tarrant@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568312334\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"titustarrant2\";s:9:\"full_name\";s:13:\"titus tarrant\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568312345\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42454,'um_cache_userdata_359','a:77:{s:2:\"ID\";i:359;s:10:\"user_login\";s:16:\"guadalupeashcrof\";s:9:\"user_pass\";s:60:\"$2y$10$PHxd34g8MzFpH9ViD.um8OfsjoA9aUGgR4YFYYurFJHShF7y3iD12\";s:13:\"user_nicename\";s:16:\"guadalupeashcrof\";s:10:\"user_email\";s:28:\"Guadalupe-Ashcroft@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 23:28:29\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:18:\"Guadalupe Ashcroft\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"guadalupeashcrof\";s:10:\"first_name\";s:9:\"Guadalupe\";s:9:\"last_name\";s:8:\"Ashcroft\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568330909\";s:25:\"synced_gravatar_hashed_id\";s:32:\"92a0bd9a0b742b3864d43ae991f50020\";s:9:\"submitted\";s:320:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568312900\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"guadalupeashcrof\";s:10:\"first_name\";s:9:\"Guadalupe\";s:9:\"last_name\";s:8:\"Ashcroft\";s:10:\"user_email\";s:28:\"Guadalupe-Ashcroft@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568312900\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"guadalupeashcrof\";s:9:\"full_name\";s:18:\"guadalupe ashcroft\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568312910\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42463,'um_cache_userdata_360','a:77:{s:2:\"ID\";i:360;s:10:\"user_login\";s:14:\"laurenfihelly6\";s:9:\"user_pass\";s:60:\"$2y$10$3PdPKNE./61KxwrvrAyiPe/PuehDGLqPBbmfr3CCUjL3jVIhnENMO\";s:13:\"user_nicename\";s:14:\"laurenfihelly6\";s:10:\"user_email\";s:26:\"Lauren_Fihelly81@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 23:32:10\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Lauren Fihelly\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"laurenfihelly6\";s:10:\"first_name\";s:6:\"Lauren\";s:9:\"last_name\";s:7:\"Fihelly\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568331130\";s:25:\"synced_gravatar_hashed_id\";s:32:\"8dd6f12bdae5cdd5d757eacaf0080b08\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568313119\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"laurenfihelly6\";s:10:\"first_name\";s:6:\"Lauren\";s:9:\"last_name\";s:7:\"Fihelly\";s:10:\"user_email\";s:26:\"Lauren_Fihelly81@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568313119\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"laurenfihelly6\";s:9:\"full_name\";s:14:\"lauren fihelly\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568313131\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42468,'um_cache_userdata_361','a:77:{s:2:\"ID\";i:361;s:10:\"user_login\";s:15:\"phillamarr89064\";s:9:\"user_pass\";s:60:\"$2y$10$s9owwKZWc2qmRVmy8/KPwed1fursoXaTDAcvrJqBNU7mZgMPSDq8K\";s:13:\"user_nicename\";s:15:\"phillamarr89064\";s:10:\"user_email\";s:21:\"Phil-Lamarr@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 23:36:26\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Phil Lamarr\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"phillamarr89064\";s:10:\"first_name\";s:4:\"Phil\";s:9:\"last_name\";s:6:\"Lamarr\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568331386\";s:25:\"synced_gravatar_hashed_id\";s:32:\"60b71eb12da136ee0a1417381be302ba\";s:9:\"submitted\";s:305:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568313377\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"phillamarr89064\";s:10:\"first_name\";s:4:\"Phil\";s:9:\"last_name\";s:6:\"Lamarr\";s:10:\"user_email\";s:21:\"Phil-Lamarr@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568313377\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"phillamarr89064\";s:9:\"full_name\";s:11:\"phil lamarr\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568313387\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42493,'um_cache_userdata_362','a:77:{s:2:\"ID\";i:362;s:10:\"user_login\";s:16:\"christydominquez\";s:9:\"user_pass\";s:60:\"$2y$10$xZ9wFFFljN5aEjPnlsPeGO1lyOoufIyb3TmNvsIbGKgn60M6ZMMvm\";s:13:\"user_nicename\";s:16:\"christydominquez\";s:10:\"user_email\";s:27:\"Christy_Dominquez@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 23:46:44\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Christy Dominquez\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"christydominquez\";s:10:\"first_name\";s:7:\"Christy\";s:9:\"last_name\";s:9:\"Dominquez\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568332004\";s:25:\"synced_gravatar_hashed_id\";s:32:\"ca92d5b658cf9dce3da93a2288ca9129\";s:9:\"submitted\";s:318:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568313993\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"christydominquez\";s:10:\"first_name\";s:7:\"Christy\";s:9:\"last_name\";s:9:\"Dominquez\";s:10:\"user_email\";s:27:\"Christy_Dominquez@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568313993\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"christydominquez\";s:9:\"full_name\";s:17:\"christy dominquez\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568314005\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42500,'um_cache_userdata_363','a:77:{s:2:\"ID\";i:363;s:10:\"user_login\";s:10:\"mellisa42g\";s:9:\"user_pass\";s:60:\"$2y$10$Nq7tm8aMf30Qe.1ETdf1G.JNFQgCyYV.DE3lS45aPoMW1RofWQBtu\";s:13:\"user_nicename\";s:10:\"mellisa42g\";s:10:\"user_email\";s:29:\"Mellisa_McQuillen94@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 23:54:26\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Mellisa McQuillen\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"mellisa42g\";s:10:\"first_name\";s:7:\"Mellisa\";s:9:\"last_name\";s:9:\"McQuillen\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568332466\";s:25:\"synced_gravatar_hashed_id\";s:32:\"e6a4e2a2220951668e5d5364f0595e85\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568314459\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"mellisa42g\";s:10:\"first_name\";s:7:\"Mellisa\";s:9:\"last_name\";s:9:\"McQuillen\";s:10:\"user_email\";s:29:\"Mellisa_McQuillen94@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568314459\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"mellisa42g\";s:9:\"full_name\";s:17:\"mellisa mcquillen\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568314467\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42506,'um_cache_userdata_364','a:77:{s:2:\"ID\";i:364;s:10:\"user_login\";s:13:\"miguelmoody85\";s:9:\"user_pass\";s:60:\"$2y$10$AHQIEbPU7uSWzt30gfdFNuaPrusrgZlYxjnOuyC3T7gUa8r.o4DNC\";s:13:\"user_nicename\";s:13:\"miguelmoody85\";s:10:\"user_email\";s:22:\"Miguel_Moody@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-12 23:58:17\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Miguel Moody\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"miguelmoody85\";s:10:\"first_name\";s:6:\"Miguel\";s:9:\"last_name\";s:5:\"Moody\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568332697\";s:25:\"synced_gravatar_hashed_id\";s:32:\"5b217f35f9522617c80c36c7cf0bde2d\";s:9:\"submitted\";s:305:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568314690\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"miguelmoody85\";s:10:\"first_name\";s:6:\"Miguel\";s:9:\"last_name\";s:5:\"Moody\";s:10:\"user_email\";s:22:\"Miguel_Moody@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568314690\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"miguelmoody85\";s:9:\"full_name\";s:12:\"miguel moody\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568314698\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42571,'um_cache_userdata_365','a:77:{s:2:\"ID\";i:365;s:10:\"user_login\";s:14:\"jaclynkeane721\";s:9:\"user_pass\";s:60:\"$2y$10$QTRCBRxP2yw9hnSJrEdtQuOuwCCNmghhPfxmFl6yldDkOfMq291yK\";s:13:\"user_nicename\";s:14:\"jaclynkeane721\";s:10:\"user_email\";s:24:\"Jaclyn_Keane13@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 00:33:10\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Jaclyn Keane\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"jaclynkeane721\";s:10:\"first_name\";s:6:\"Jaclyn\";s:9:\"last_name\";s:5:\"Keane\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568334790\";s:25:\"synced_gravatar_hashed_id\";s:32:\"35fe68e333aa3316f6028904b5e6a838\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568316784\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"jaclynkeane721\";s:10:\"first_name\";s:6:\"Jaclyn\";s:9:\"last_name\";s:5:\"Keane\";s:10:\"user_email\";s:24:\"Jaclyn_Keane13@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568316784\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"jaclynkeane721\";s:9:\"full_name\";s:12:\"jaclyn keane\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568316791\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42591,'um_cache_userdata_366','a:77:{s:2:\"ID\";i:366;s:10:\"user_login\";s:14:\"nganx295590042\";s:9:\"user_pass\";s:60:\"$2y$10$FA26XOIEKINbYnn3emiYieLCj/W5jkoDEVPNSI3Br69Ul4mWN.Gly\";s:13:\"user_nicename\";s:14:\"nganx295590042\";s:10:\"user_email\";s:20:\"Ngan_Keith@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 00:42:47\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Ngan Keith\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"nganx295590042\";s:10:\"first_name\";s:4:\"Ngan\";s:9:\"last_name\";s:5:\"Keith\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568335367\";s:25:\"synced_gravatar_hashed_id\";s:32:\"fe1ed1691b5a755cae28bad62500dd8f\";s:9:\"submitted\";s:302:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568317356\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"nganx295590042\";s:10:\"first_name\";s:4:\"Ngan\";s:9:\"last_name\";s:5:\"Keith\";s:10:\"user_email\";s:20:\"Ngan_Keith@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568317356\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"nganx295590042\";s:9:\"full_name\";s:10:\"ngan keith\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568317367\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42604,'um_cache_userdata_367','a:77:{s:2:\"ID\";i:367;s:10:\"user_login\";s:13:\"emeryleslie86\";s:9:\"user_pass\";s:60:\"$2y$10$IvZs8Sqa2hafrWk6/IcOau2r7KgdE3iHsPVIuYgqF5JMUDKXnQ8w.\";s:13:\"user_nicename\";s:13:\"emeryleslie86\";s:10:\"user_email\";s:24:\"Emery-Leslie39@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 00:55:06\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Emery Leslie\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"emeryleslie86\";s:10:\"first_name\";s:5:\"Emery\";s:9:\"last_name\";s:6:\"Leslie\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568336106\";s:25:\"synced_gravatar_hashed_id\";s:32:\"02264c0c20ca59cba3da27cf21aafdbe\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568318095\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"emeryleslie86\";s:10:\"first_name\";s:5:\"Emery\";s:9:\"last_name\";s:6:\"Leslie\";s:10:\"user_email\";s:24:\"Emery-Leslie39@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568318095\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"emeryleslie86\";s:9:\"full_name\";s:12:\"emery leslie\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568318108\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42615,'um_cache_userdata_368','a:77:{s:2:\"ID\";i:368;s:10:\"user_login\";s:14:\"briannakrimmer\";s:9:\"user_pass\";s:60:\"$2y$10$pYezlX22fXIj68j3Rgpx9.bGZb99pFB3jaaKSmm05XK6I4Knoe5di\";s:13:\"user_nicename\";s:14:\"briannakrimmer\";s:10:\"user_email\";s:27:\"Brianna_Krimmer50@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 01:00:06\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Brianna Krimmer\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"briannakrimmer\";s:10:\"first_name\";s:7:\"Brianna\";s:9:\"last_name\";s:7:\"Krimmer\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568336406\";s:25:\"synced_gravatar_hashed_id\";s:32:\"adc407084e32cb7277867bd296a6d70a\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568318394\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"briannakrimmer\";s:10:\"first_name\";s:7:\"Brianna\";s:9:\"last_name\";s:7:\"Krimmer\";s:10:\"user_email\";s:27:\"Brianna_Krimmer50@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568318394\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"briannakrimmer\";s:9:\"full_name\";s:15:\"brianna krimmer\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568318406\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42624,'um_cache_userdata_369','a:77:{s:2:\"ID\";i:369;s:10:\"user_login\";s:13:\"shereefalcone\";s:9:\"user_pass\";s:60:\"$2y$10$j9TpmFmH1JUvvyfZoeGzV.hUNScQqbtxrDB3DPmwqzpRTjcK0Ijem\";s:13:\"user_nicename\";s:13:\"shereefalcone\";s:10:\"user_email\";s:26:\"Sheree.Falcone29@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 01:08:41\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Sheree Falcone\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"shereefalcone\";s:10:\"first_name\";s:6:\"Sheree\";s:9:\"last_name\";s:7:\"Falcone\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568336921\";s:25:\"synced_gravatar_hashed_id\";s:32:\"45bd646ecece8e7dae12603a45e90a51\";s:9:\"submitted\";s:311:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568318912\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"shereefalcone\";s:10:\"first_name\";s:6:\"Sheree\";s:9:\"last_name\";s:7:\"Falcone\";s:10:\"user_email\";s:26:\"Sheree.Falcone29@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568318912\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"shereefalcone\";s:9:\"full_name\";s:14:\"sheree falcone\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568318922\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42656,'um_cache_userdata_370','a:77:{s:2:\"ID\";i:370;s:10:\"user_login\";s:16:\"mackenziekilpatr\";s:9:\"user_pass\";s:60:\"$2y$10$ns67n.KJy7ictRiIO/CJx.DC5RGrqA5cRUl7RlVdrWuyAgXcxTcUu\";s:13:\"user_nicename\";s:16:\"mackenziekilpatr\";s:10:\"user_email\";s:32:\"Mackenzie.Kilpatrick46@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 01:24:42\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:20:\"Mackenzie Kilpatrick\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"mackenziekilpatr\";s:10:\"first_name\";s:9:\"Mackenzie\";s:9:\"last_name\";s:10:\"Kilpatrick\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568337882\";s:25:\"synced_gravatar_hashed_id\";s:32:\"11de0fae0761183833d2b93692b12b91\";s:9:\"submitted\";s:327:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568319871\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"mackenziekilpatr\";s:10:\"first_name\";s:9:\"Mackenzie\";s:9:\"last_name\";s:10:\"Kilpatrick\";s:10:\"user_email\";s:32:\"Mackenzie.Kilpatrick46@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568319871\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"mackenziekilpatr\";s:9:\"full_name\";s:20:\"mackenzie kilpatrick\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568319883\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42679,'um_cache_userdata_371','a:77:{s:2:\"ID\";i:371;s:10:\"user_login\";s:16:\"mckinleyblanchet\";s:9:\"user_pass\";s:60:\"$2y$10$nB7UPIh9bAaCQPv67IFuvOZ5fdPE0MnHmcU1JcD4JCVsjpIC3bcp.\";s:13:\"user_nicename\";s:16:\"mckinleyblanchet\";s:10:\"user_email\";s:31:\"Mckinley_Blanchette19@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 01:41:24\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:19:\"Mckinley Blanchette\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"mckinleyblanchet\";s:10:\"first_name\";s:8:\"Mckinley\";s:9:\"last_name\";s:10:\"Blanchette\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568338885\";s:25:\"synced_gravatar_hashed_id\";s:32:\"21d1f1d19fe3efff3f8567521206ec19\";s:9:\"submitted\";s:325:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568320874\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"mckinleyblanchet\";s:10:\"first_name\";s:8:\"Mckinley\";s:9:\"last_name\";s:10:\"Blanchette\";s:10:\"user_email\";s:31:\"Mckinley_Blanchette19@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568320874\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"mckinleyblanchet\";s:9:\"full_name\";s:19:\"mckinley blanchette\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568320885\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42686,'um_cache_userdata_372','a:77:{s:2:\"ID\";i:372;s:10:\"user_login\";s:12:\"johnette2121\";s:9:\"user_pass\";s:60:\"$2y$10$e25T2tl725dWp88v6M8KhuCXsv5pDBba9hQ5ts8DyNjrhec4Jkpna\";s:13:\"user_nicename\";s:12:\"johnette2121\";s:10:\"user_email\";s:25:\"Johnette_Oliver@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 02:04:39\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Johnette Oliver\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"johnette2121\";s:10:\"first_name\";s:8:\"Johnette\";s:9:\"last_name\";s:6:\"Oliver\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568340279\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f4dc9d0f87cc5b2fb4adc332572a2497\";s:9:\"submitted\";s:310:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568322271\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"johnette2121\";s:10:\"first_name\";s:8:\"Johnette\";s:9:\"last_name\";s:6:\"Oliver\";s:10:\"user_email\";s:25:\"Johnette_Oliver@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568322271\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"johnette2121\";s:9:\"full_name\";s:15:\"johnette oliver\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568322280\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42693,'um_cache_userdata_373','a:77:{s:2:\"ID\";i:373;s:10:\"user_login\";s:15:\"adelabeardsmore\";s:9:\"user_pass\";s:60:\"$2y$10$R69bqXxABSVKyatOKKYVU..ApFa39BohsR35ZQoCH/K7lrMA5lAmq\";s:13:\"user_nicename\";s:15:\"adelabeardsmore\";s:10:\"user_email\";s:26:\"Adela_Beardsmore@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 02:08:23\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Adela Beardsmore\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"adelabeardsmore\";s:10:\"first_name\";s:5:\"Adela\";s:9:\"last_name\";s:10:\"Beardsmore\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568340503\";s:25:\"synced_gravatar_hashed_id\";s:32:\"e9403211056b7729c82fe8b02bd65b52\";s:9:\"submitted\";s:316:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568322496\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"adelabeardsmore\";s:10:\"first_name\";s:5:\"Adela\";s:9:\"last_name\";s:10:\"Beardsmore\";s:10:\"user_email\";s:26:\"Adela_Beardsmore@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568322496\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"adelabeardsmore\";s:9:\"full_name\";s:16:\"adela beardsmore\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568322504\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42700,'um_cache_userdata_374','a:77:{s:2:\"ID\";i:374;s:10:\"user_login\";s:14:\"dorothykellett\";s:9:\"user_pass\";s:60:\"$2y$10$EKuhe7TnxNrhuOQXQp2OJe8h/cr7Vo2vXK6cOiu9slkwrYIOqzIEm\";s:13:\"user_nicename\";s:14:\"dorothykellett\";s:10:\"user_email\";s:25:\"Dorothy.Kellett@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 02:25:58\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Dorothy Kellett\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"dorothykellett\";s:10:\"first_name\";s:7:\"Dorothy\";s:9:\"last_name\";s:7:\"Kellett\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568341558\";s:25:\"synced_gravatar_hashed_id\";s:32:\"1e31f14bc67bab7fbc804af2c6cdef57\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568323550\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"dorothykellett\";s:10:\"first_name\";s:7:\"Dorothy\";s:9:\"last_name\";s:7:\"Kellett\";s:10:\"user_email\";s:25:\"Dorothy.Kellett@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568323550\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"dorothykellett\";s:9:\"full_name\";s:15:\"dorothy kellett\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568323558\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42705,'um_cache_userdata_375','a:77:{s:2:\"ID\";i:375;s:10:\"user_login\";s:12:\"chaseichhorn\";s:9:\"user_pass\";s:60:\"$2y$10$XDcJicrF2uo0JUKowLvBe.qoEa5MBN5UVL4YO9goN0dfLuWkHzZfu\";s:13:\"user_nicename\";s:12:\"chaseichhorn\";s:10:\"user_email\";s:23:\"Chas-Eichhorn@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 02:33:46\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Chas Eichhorn\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"chaseichhorn\";s:10:\"first_name\";s:4:\"Chas\";s:9:\"last_name\";s:8:\"Eichhorn\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568342026\";s:25:\"synced_gravatar_hashed_id\";s:32:\"1fcd3d08620d3ce9aab6a1839e4b6a03\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568324015\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"chaseichhorn\";s:10:\"first_name\";s:4:\"Chas\";s:9:\"last_name\";s:8:\"Eichhorn\";s:10:\"user_email\";s:23:\"Chas-Eichhorn@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568324015\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"chaseichhorn\";s:9:\"full_name\";s:13:\"chas eichhorn\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568324027\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42711,'um_cache_userdata_376','a:77:{s:2:\"ID\";i:376;s:10:\"user_login\";s:12:\"noblesar2875\";s:9:\"user_pass\";s:60:\"$2y$10$CfZ3dl7Rphd6yxxtCDxMDegC8kvbLzIQbSiyiWO.Ca6KxVnMv5D0m\";s:13:\"user_nicename\";s:12:\"noblesar2875\";s:10:\"user_email\";s:21:\"Noble-Jasso@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 02:40:23\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Noble Jasso\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"noblesar2875\";s:10:\"first_name\";s:5:\"Noble\";s:9:\"last_name\";s:5:\"Jasso\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568342423\";s:25:\"synced_gravatar_hashed_id\";s:32:\"6c4f6bbf26a76a357fbd423ee6a6edc9\";s:9:\"submitted\";s:302:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568324417\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"noblesar2875\";s:10:\"first_name\";s:5:\"Noble\";s:9:\"last_name\";s:5:\"Jasso\";s:10:\"user_email\";s:21:\"Noble-Jasso@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568324417\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"noblesar2875\";s:9:\"full_name\";s:11:\"noble jasso\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568324424\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42716,'um_cache_userdata_377','a:77:{s:2:\"ID\";i:377;s:10:\"user_login\";s:15:\"roseannemauldon\";s:9:\"user_pass\";s:60:\"$2y$10$JE3J/tSzV.qw4U/cW0tgluzQb3THrDjYcsXw84zndnuWU6Cyg0suW\";s:13:\"user_nicename\";s:15:\"roseannemauldon\";s:10:\"user_email\";s:28:\"Roseanne_Mauldon52@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 02:40:45\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Roseanne Mauldon\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"roseannemauldon\";s:10:\"first_name\";s:8:\"Roseanne\";s:9:\"last_name\";s:7:\"Mauldon\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568342445\";s:25:\"synced_gravatar_hashed_id\";s:32:\"7f661449bfce2ee532c49687e5421a1e\";s:9:\"submitted\";s:317:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568324438\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"roseannemauldon\";s:10:\"first_name\";s:8:\"Roseanne\";s:9:\"last_name\";s:7:\"Mauldon\";s:10:\"user_email\";s:28:\"Roseanne_Mauldon52@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568324438\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"roseannemauldon\";s:9:\"full_name\";s:16:\"roseanne mauldon\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568324446\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42737,'um_cache_userdata_378','a:77:{s:2:\"ID\";i:378;s:10:\"user_login\";s:13:\"sallyfontenot\";s:9:\"user_pass\";s:60:\"$2y$10$46PJ2OFTgUrgtYIvaqbHS.qJnsBx5tIuZWRLyERW6wjUCc4Qyaq1S\";s:13:\"user_nicename\";s:13:\"sallyfontenot\";s:10:\"user_email\";s:24:\"Sally.Fontenot@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 03:07:24\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Sally Fontenot\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"sallyfontenot\";s:10:\"first_name\";s:5:\"Sally\";s:9:\"last_name\";s:8:\"Fontenot\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568344044\";s:25:\"synced_gravatar_hashed_id\";s:32:\"870deb5c594150497e19d9a39606f8fa\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568326036\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"sallyfontenot\";s:10:\"first_name\";s:5:\"Sally\";s:9:\"last_name\";s:8:\"Fontenot\";s:10:\"user_email\";s:24:\"Sally.Fontenot@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568326036\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"sallyfontenot\";s:9:\"full_name\";s:14:\"sally fontenot\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568326044\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42795,'um_cache_userdata_379','a:77:{s:2:\"ID\";i:379;s:10:\"user_login\";s:12:\"bill64n43552\";s:9:\"user_pass\";s:60:\"$2y$10$vQtsuQjpiYzCXhgnYKIe6OD2Qhv.dHSLi27nPdFKe34KjRIIL6yG2\";s:13:\"user_nicename\";s:12:\"bill64n43552\";s:10:\"user_email\";s:21:\"Bill.Muriel@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 03:24:18\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Bill Muriel\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"bill64n43552\";s:10:\"first_name\";s:4:\"Bill\";s:9:\"last_name\";s:6:\"Muriel\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568345058\";s:25:\"synced_gravatar_hashed_id\";s:32:\"d53a91f9199b8e84f5b92f0703cef38c\";s:9:\"submitted\";s:302:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568327047\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"bill64n43552\";s:10:\"first_name\";s:4:\"Bill\";s:9:\"last_name\";s:6:\"Muriel\";s:10:\"user_email\";s:21:\"Bill.Muriel@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568327047\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"bill64n43552\";s:9:\"full_name\";s:11:\"bill muriel\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568327059\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42802,'um_cache_userdata_380','a:77:{s:2:\"ID\";i:380;s:10:\"user_login\";s:15:\"valeriaboshears\";s:9:\"user_pass\";s:60:\"$2y$10$bxyna03UGlKvtFQRhJtMTub5CCafcWIrSugQ0AMpOzIgmERPKOYZu\";s:13:\"user_nicename\";s:15:\"valeriaboshears\";s:10:\"user_email\";s:28:\"Valeria-Boshears66@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 03:27:36\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Valeria Boshears\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"valeriaboshears\";s:10:\"first_name\";s:7:\"Valeria\";s:9:\"last_name\";s:8:\"Boshears\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568345256\";s:25:\"synced_gravatar_hashed_id\";s:32:\"83b7208d680c9791c0a1d77af7756534\";s:9:\"submitted\";s:317:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568327249\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"valeriaboshears\";s:10:\"first_name\";s:7:\"Valeria\";s:9:\"last_name\";s:8:\"Boshears\";s:10:\"user_email\";s:28:\"Valeria-Boshears66@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568327249\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"valeriaboshears\";s:9:\"full_name\";s:16:\"valeria boshears\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568327257\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42813,'um_cache_userdata_382','a:77:{s:2:\"ID\";i:382;s:10:\"user_login\";s:15:\"terribadillo679\";s:9:\"user_pass\";s:60:\"$2y$10$GZZXStIvBjWNwQF7CoGxxuAJr1CeatUnMgTShTFNkOwubCAMABAcK\";s:13:\"user_nicename\";s:15:\"terribadillo679\";s:10:\"user_email\";s:25:\"Terri_Badillo78@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 03:42:57\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Terri Badillo\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"terribadillo679\";s:10:\"first_name\";s:5:\"Terri\";s:9:\"last_name\";s:7:\"Badillo\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568346177\";s:25:\"synced_gravatar_hashed_id\";s:32:\"312b8a512fb562b3499b26a5a6568c28\";s:9:\"submitted\";s:311:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568328165\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"terribadillo679\";s:10:\"first_name\";s:5:\"Terri\";s:9:\"last_name\";s:7:\"Badillo\";s:10:\"user_email\";s:25:\"Terri_Badillo78@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568328165\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"terribadillo679\";s:9:\"full_name\";s:13:\"terri badillo\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568328177\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42818,'um_cache_userdata_383','a:77:{s:2:\"ID\";i:383;s:10:\"user_login\";s:14:\"mohammaddowdle\";s:9:\"user_pass\";s:60:\"$2y$10$WF3oShvM0sL6qPYcRiW2x.ZmE6qJmsUQV.IP7SItpMa3P4tCYcI32\";s:13:\"user_nicename\";s:14:\"mohammaddowdle\";s:10:\"user_email\";s:27:\"Mohammad.Dowdle43@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 03:53:01\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Mohammad Dowdle\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"mohammaddowdle\";s:10:\"first_name\";s:8:\"Mohammad\";s:9:\"last_name\";s:6:\"Dowdle\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568346781\";s:25:\"synced_gravatar_hashed_id\";s:32:\"abf75f8509e42dbd0f843f9e4d6cd1d5\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568328773\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"mohammaddowdle\";s:10:\"first_name\";s:8:\"Mohammad\";s:9:\"last_name\";s:6:\"Dowdle\";s:10:\"user_email\";s:27:\"Mohammad.Dowdle43@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568328773\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"mohammaddowdle\";s:9:\"full_name\";s:15:\"mohammad dowdle\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568328782\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42826,'um_cache_userdata_384','a:77:{s:2:\"ID\";i:384;s:10:\"user_login\";s:11:\"julibarger2\";s:9:\"user_pass\";s:60:\"$2y$10$NTHWsp0FhPwYCsS.iWQ5Bu0N8pJJIf6L7aQ3CVMcuj/WMuOuUKomW\";s:13:\"user_nicename\";s:11:\"julibarger2\";s:10:\"user_email\";s:23:\"Juli-Barger78@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 04:17:19\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Juli Barger\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"julibarger2\";s:10:\"first_name\";s:4:\"Juli\";s:9:\"last_name\";s:6:\"Barger\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568348239\";s:25:\"synced_gravatar_hashed_id\";s:32:\"215c9274f39107850d085d3749bf3ae2\";s:9:\"submitted\";s:303:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568330233\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"julibarger2\";s:10:\"first_name\";s:4:\"Juli\";s:9:\"last_name\";s:6:\"Barger\";s:10:\"user_email\";s:23:\"Juli-Barger78@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568330233\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"julibarger2\";s:9:\"full_name\";s:11:\"juli barger\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568330239\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42831,'um_cache_userdata_385','a:77:{s:2:\"ID\";i:385;s:10:\"user_login\";s:14:\"dawndunaway308\";s:9:\"user_pass\";s:60:\"$2y$10$yImB1oSpA4oh0ITtaV61cOrv3A17gckbBHGcOKIazBgZhxDjvtbGa\";s:13:\"user_nicename\";s:14:\"dawndunaway308\";s:10:\"user_email\";s:22:\"Dawn_Dunaway@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 04:17:27\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Dawn Dunaway\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"dawndunaway308\";s:10:\"first_name\";s:4:\"Dawn\";s:9:\"last_name\";s:7:\"Dunaway\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568348247\";s:25:\"synced_gravatar_hashed_id\";s:32:\"0df82704c020949993496701e7008d38\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568330239\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"dawndunaway308\";s:10:\"first_name\";s:4:\"Dawn\";s:9:\"last_name\";s:7:\"Dunaway\";s:10:\"user_email\";s:22:\"Dawn_Dunaway@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568330239\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"dawndunaway308\";s:9:\"full_name\";s:12:\"dawn dunaway\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568330248\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42838,'um_cache_userdata_386','a:77:{s:2:\"ID\";i:386;s:10:\"user_login\";s:11:\"cristinadkq\";s:9:\"user_pass\";s:60:\"$2y$10$SFfE7OLr0IbKZjE6Fcs61.UQhmKbF0Kt0mjiagrrRDEv1HtxQAmoG\";s:13:\"user_nicename\";s:11:\"cristinadkq\";s:10:\"user_email\";s:25:\"Cristina_Schurr@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 04:23:31\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Cristina Schurr\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"cristinadkq\";s:10:\"first_name\";s:8:\"Cristina\";s:9:\"last_name\";s:6:\"Schurr\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568348611\";s:25:\"synced_gravatar_hashed_id\";s:32:\"34e913b333c0209b4c56b929bb8b867f\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568330600\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"cristinadkq\";s:10:\"first_name\";s:8:\"Cristina\";s:9:\"last_name\";s:6:\"Schurr\";s:10:\"user_email\";s:25:\"Cristina_Schurr@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568330600\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"cristinadkq\";s:9:\"full_name\";s:15:\"cristina schurr\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568330612\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42843,'um_cache_userdata_387','a:77:{s:2:\"ID\";i:387;s:10:\"user_login\";s:12:\"brainfunnell\";s:9:\"user_pass\";s:60:\"$2y$10$zeF3XOax7v3R5z.oyU.Bge6KJ/pS2.Ed8aNj4xHlE1svgTdzDNImO\";s:13:\"user_nicename\";s:12:\"brainfunnell\";s:10:\"user_email\";s:25:\"Brain-Funnell20@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 04:37:18\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Brain Funnell\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"brainfunnell\";s:10:\"first_name\";s:5:\"Brain\";s:9:\"last_name\";s:7:\"Funnell\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568349439\";s:25:\"synced_gravatar_hashed_id\";s:32:\"0e2c2d5399472b2dac348124a05a7807\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568331429\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"brainfunnell\";s:10:\"first_name\";s:5:\"Brain\";s:9:\"last_name\";s:7:\"Funnell\";s:10:\"user_email\";s:25:\"Brain-Funnell20@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568331429\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"brainfunnell\";s:9:\"full_name\";s:13:\"brain funnell\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568331439\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42849,'um_cache_userdata_388','a:77:{s:2:\"ID\";i:388;s:10:\"user_login\";s:15:\"ernestrandolph9\";s:9:\"user_pass\";s:60:\"$2y$10$adTb.eNKcpijaLJAlM3fTOVtpelerSQdZLfE6KeVOjZ.122UwkioS\";s:13:\"user_nicename\";s:15:\"ernestrandolph9\";s:10:\"user_email\";s:27:\"Ernest.Randolph57@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 04:48:50\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Ernest Randolph\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"ernestrandolph9\";s:10:\"first_name\";s:6:\"Ernest\";s:9:\"last_name\";s:8:\"Randolph\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568350130\";s:25:\"synced_gravatar_hashed_id\";s:32:\"a9fb68ac4afb830ae7553163dd3900de\";s:9:\"submitted\";s:315:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568332119\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"ernestrandolph9\";s:10:\"first_name\";s:6:\"Ernest\";s:9:\"last_name\";s:8:\"Randolph\";s:10:\"user_email\";s:27:\"Ernest.Randolph57@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568332119\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"ernestrandolph9\";s:9:\"full_name\";s:15:\"ernest randolph\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568332131\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42855,'um_cache_userdata_389','a:77:{s:2:\"ID\";i:389;s:10:\"user_login\";s:11:\"janiemcnab7\";s:9:\"user_pass\";s:60:\"$2y$10$gAsloOnnxhGGNNNpNP9WHO2FOoL43GFEq5FYtRnn9Qcd9NBYmHXz.\";s:13:\"user_nicename\";s:11:\"janiemcnab7\";s:10:\"user_email\";s:21:\"Janie_McNab@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 04:55:50\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Janie McNab\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"janiemcnab7\";s:10:\"first_name\";s:5:\"Janie\";s:9:\"last_name\";s:5:\"McNab\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568350550\";s:25:\"synced_gravatar_hashed_id\";s:32:\"54d902ec1505eae21ce42f7f99e94eec\";s:9:\"submitted\";s:301:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568332539\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"janiemcnab7\";s:10:\"first_name\";s:5:\"Janie\";s:9:\"last_name\";s:5:\"McNab\";s:10:\"user_email\";s:21:\"Janie_McNab@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568332539\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"janiemcnab7\";s:9:\"full_name\";s:11:\"janie mcnab\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568332551\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42862,'um_cache_userdata_390','a:77:{s:2:\"ID\";i:390;s:10:\"user_login\";s:14:\"emelylunsford5\";s:9:\"user_pass\";s:60:\"$2y$10$xEzgQU8scoJ2DDM3nRpsJOxMWislzBIcMSaYKvQourVJl61nwDvUC\";s:13:\"user_nicename\";s:14:\"emelylunsford5\";s:10:\"user_email\";s:26:\"Emely.Lunsford10@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 05:08:41\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Emely Lunsford\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"emelylunsford5\";s:10:\"first_name\";s:5:\"Emely\";s:9:\"last_name\";s:8:\"Lunsford\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568351321\";s:25:\"synced_gravatar_hashed_id\";s:32:\"733ecce9cea363be808b5f0af8a92283\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568333314\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"emelylunsford5\";s:10:\"first_name\";s:5:\"Emely\";s:9:\"last_name\";s:8:\"Lunsford\";s:10:\"user_email\";s:26:\"Emely.Lunsford10@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568333314\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"emelylunsford5\";s:9:\"full_name\";s:14:\"emely lunsford\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568333322\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42869,'um_cache_userdata_391','a:77:{s:2:\"ID\";i:391;s:10:\"user_login\";s:11:\"hattiemora1\";s:9:\"user_pass\";s:60:\"$2y$10$rVkakZuMt8isDRF.5OJGPe7OfMhax4832FuhVoaOEWSKV6s/PeCpu\";s:13:\"user_nicename\";s:11:\"hattiemora1\";s:10:\"user_email\";s:21:\"Hattie-Mora@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 05:24:07\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Hattie Mora\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"hattiemora1\";s:10:\"first_name\";s:6:\"Hattie\";s:9:\"last_name\";s:4:\"Mora\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568352247\";s:25:\"synced_gravatar_hashed_id\";s:32:\"ab4aa94b6c752394cb1e1545c3c0d184\";s:9:\"submitted\";s:301:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568334240\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"hattiemora1\";s:10:\"first_name\";s:6:\"Hattie\";s:9:\"last_name\";s:4:\"Mora\";s:10:\"user_email\";s:21:\"Hattie-Mora@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568334240\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"hattiemora1\";s:9:\"full_name\";s:11:\"hattie mora\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568334248\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42874,'um_cache_userdata_392','a:77:{s:2:\"ID\";i:392;s:10:\"user_login\";s:15:\"larrycoode05939\";s:9:\"user_pass\";s:60:\"$2y$10$C9zOc//CzHxWThvkk1H4.eqANAY4R5nhM2wYpxhT0juWUJy4yT2yO\";s:13:\"user_nicename\";s:15:\"larrycoode05939\";s:10:\"user_email\";s:21:\"Larry.Coode@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 05:27:12\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Larry Coode\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"larrycoode05939\";s:10:\"first_name\";s:5:\"Larry\";s:9:\"last_name\";s:5:\"Coode\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568352432\";s:25:\"synced_gravatar_hashed_id\";s:32:\"1844d41765b96919376520e4ccb18fa8\";s:9:\"submitted\";s:305:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568334424\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"larrycoode05939\";s:10:\"first_name\";s:5:\"Larry\";s:9:\"last_name\";s:5:\"Coode\";s:10:\"user_email\";s:21:\"Larry.Coode@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568334424\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"larrycoode05939\";s:9:\"full_name\";s:11:\"larry coode\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568334432\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42879,'um_cache_userdata_393','a:77:{s:2:\"ID\";i:393;s:10:\"user_login\";s:15:\"franchescamock5\";s:9:\"user_pass\";s:60:\"$2y$10$ajZPYj0KTiiUe0xVJmaPIe.g3DUzAeyccYsDSXKcx1tZWH.HP8l4a\";s:13:\"user_nicename\";s:15:\"franchescamock5\";s:10:\"user_email\";s:27:\"Franchesca-Mock12@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 05:32:44\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Franchesca Mock\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"franchescamock5\";s:10:\"first_name\";s:10:\"Franchesca\";s:9:\"last_name\";s:4:\"Mock\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568352764\";s:25:\"synced_gravatar_hashed_id\";s:32:\"23ca0c2de074205e0c1c5833f821b161\";s:9:\"submitted\";s:316:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568334756\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"franchescamock5\";s:10:\"first_name\";s:10:\"Franchesca\";s:9:\"last_name\";s:4:\"Mock\";s:10:\"user_email\";s:27:\"Franchesca-Mock12@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568334756\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"franchescamock5\";s:9:\"full_name\";s:15:\"franchesca mock\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568334765\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42890,'um_cache_userdata_395','a:77:{s:2:\"ID\";i:395;s:10:\"user_login\";s:15:\"kellimcclung445\";s:9:\"user_pass\";s:60:\"$2y$10$xZq7o0uAOglkwRKcPBLfM.53xLSJGk/8Fm1iAApAwN51cL0rdIyuq\";s:13:\"user_nicename\";s:15:\"kellimcclung445\";s:10:\"user_email\";s:23:\"Kelli_Mcclung@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 05:56:49\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Kelli Mcclung\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"kellimcclung445\";s:10:\"first_name\";s:5:\"Kelli\";s:9:\"last_name\";s:7:\"Mcclung\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568354209\";s:25:\"synced_gravatar_hashed_id\";s:32:\"70d01eea124f842a42e1495560e03da3\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568336199\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"kellimcclung445\";s:10:\"first_name\";s:5:\"Kelli\";s:9:\"last_name\";s:7:\"Mcclung\";s:10:\"user_email\";s:23:\"Kelli_Mcclung@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568336199\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"kellimcclung445\";s:9:\"full_name\";s:13:\"kelli mcclung\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568336210\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42895,'um_cache_userdata_396','a:77:{s:2:\"ID\";i:396;s:10:\"user_login\";s:15:\"kerriesutcliffe\";s:9:\"user_pass\";s:60:\"$2y$10$PvVt5gSNGqbZ6gKbeeHa8eGOapu4faAOvTDA99EnqQQWgVZatHpk.\";s:13:\"user_nicename\";s:15:\"kerriesutcliffe\";s:10:\"user_email\";s:26:\"Kerrie_Sutcliffe@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 06:00:28\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Kerrie Sutcliffe\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"kerriesutcliffe\";s:10:\"first_name\";s:6:\"Kerrie\";s:9:\"last_name\";s:9:\"Sutcliffe\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568354428\";s:25:\"synced_gravatar_hashed_id\";s:32:\"b38c3ad4c85150f23a9d94bda63eec6c\";s:9:\"submitted\";s:315:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568336419\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"kerriesutcliffe\";s:10:\"first_name\";s:6:\"Kerrie\";s:9:\"last_name\";s:9:\"Sutcliffe\";s:10:\"user_email\";s:26:\"Kerrie_Sutcliffe@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568336419\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"kerriesutcliffe\";s:9:\"full_name\";s:16:\"kerrie sutcliffe\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568336429\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42902,'um_cache_userdata_397','a:77:{s:2:\"ID\";i:397;s:10:\"user_login\";s:10:\"joien72287\";s:9:\"user_pass\";s:60:\"$2y$10$XJncXfaasr9tWel4EIdBQOhcaHJrctODxl1gkWjBaZM9ugc52BKei\";s:13:\"user_nicename\";s:10:\"joien72287\";s:10:\"user_email\";s:20:\"Joie.Wyatt@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 06:13:13\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Joie Wyatt\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"joien72287\";s:10:\"first_name\";s:4:\"Joie\";s:9:\"last_name\";s:5:\"Wyatt\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568355193\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f38a01bc87b7e5bb4a046f439945be33\";s:9:\"submitted\";s:298:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568337186\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"joien72287\";s:10:\"first_name\";s:4:\"Joie\";s:9:\"last_name\";s:5:\"Wyatt\";s:10:\"user_email\";s:20:\"Joie.Wyatt@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568337186\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"joien72287\";s:9:\"full_name\";s:10:\"joie wyatt\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568337194\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42907,'um_cache_userdata_398','a:77:{s:2:\"ID\";i:398;s:10:\"user_login\";s:15:\"carltonlenz2411\";s:9:\"user_pass\";s:60:\"$2y$10$WRJaBLFHbfJg/tdePN2KOOufgBv7EKQzyqnZeROBZ5sRGaNA7YPJ6\";s:13:\"user_nicename\";s:15:\"carltonlenz2411\";s:10:\"user_email\";s:24:\"Carlton.Lenz45@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 06:15:26\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Carlton Lenz\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"carltonlenz2411\";s:10:\"first_name\";s:7:\"Carlton\";s:9:\"last_name\";s:4:\"Lenz\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568355326\";s:25:\"synced_gravatar_hashed_id\";s:32:\"3539f204b3057028ebcd3856ed039784\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568337314\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"carltonlenz2411\";s:10:\"first_name\";s:7:\"Carlton\";s:9:\"last_name\";s:4:\"Lenz\";s:10:\"user_email\";s:24:\"Carlton.Lenz45@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568337314\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"carltonlenz2411\";s:9:\"full_name\";s:12:\"carlton lenz\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568337326\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42914,'um_cache_userdata_399','a:77:{s:2:\"ID\";i:399;s:10:\"user_login\";s:12:\"adanmerritt5\";s:9:\"user_pass\";s:60:\"$2y$10$I5PixCmVktVhZGDUr8wXquUZcr7UZHcVYc2qADExBJ14L16zq49z6\";s:13:\"user_nicename\";s:12:\"adanmerritt5\";s:10:\"user_email\";s:22:\"Adan-Merritt@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 06:27:20\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Adan Merritt\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"adanmerritt5\";s:10:\"first_name\";s:4:\"Adan\";s:9:\"last_name\";s:7:\"Merritt\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568356040\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f599fba0b9268468bc042002d80c79bc\";s:9:\"submitted\";s:304:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568338029\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"adanmerritt5\";s:10:\"first_name\";s:4:\"Adan\";s:9:\"last_name\";s:7:\"Merritt\";s:10:\"user_email\";s:22:\"Adan-Merritt@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568338029\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"adanmerritt5\";s:9:\"full_name\";s:12:\"adan merritt\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568338040\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42919,'um_cache_userdata_400','a:77:{s:2:\"ID\";i:400;s:10:\"user_login\";s:10:\"clint09268\";s:9:\"user_pass\";s:60:\"$2y$10$YwjsHOZMXnuPJrGvJMY5b.WvzMTIvOYgBpSugDP6Pb8ZeLHeiU68S\";s:13:\"user_nicename\";s:10:\"clint09268\";s:10:\"user_email\";s:26:\"Clint.Eichhorn43@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 06:30:36\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Clint Eichhorn\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"clint09268\";s:10:\"first_name\";s:5:\"Clint\";s:9:\"last_name\";s:8:\"Eichhorn\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568356236\";s:25:\"synced_gravatar_hashed_id\";s:32:\"2dd3a9b51aca71e456699b577fbb0067\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568338226\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"clint09268\";s:10:\"first_name\";s:5:\"Clint\";s:9:\"last_name\";s:8:\"Eichhorn\";s:10:\"user_email\";s:26:\"Clint.Eichhorn43@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568338226\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"clint09268\";s:9:\"full_name\";s:14:\"clint eichhorn\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568338236\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42925,'um_cache_userdata_401','a:77:{s:2:\"ID\";i:401;s:10:\"user_login\";s:15:\"emilioroche0893\";s:9:\"user_pass\";s:60:\"$2y$10$0jB8PN0ZcfDs982QXk5JPOIMa3ovhsAuinWvESurF2KQgcGJTGQ0u\";s:13:\"user_nicename\";s:15:\"emilioroche0893\";s:10:\"user_email\";s:22:\"Emilio.Roche@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 06:52:43\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Emilio Roche\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"emilioroche0893\";s:10:\"first_name\";s:6:\"Emilio\";s:9:\"last_name\";s:5:\"Roche\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568357563\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f4ea72a7f40f0a16a5bfb4c7643a925c\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568339557\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"emilioroche0893\";s:10:\"first_name\";s:6:\"Emilio\";s:9:\"last_name\";s:5:\"Roche\";s:10:\"user_email\";s:22:\"Emilio.Roche@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568339557\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"emilioroche0893\";s:9:\"full_name\";s:12:\"emilio roche\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568339563\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42931,'um_cache_userdata_402','a:77:{s:2:\"ID\";i:402;s:10:\"user_login\";s:11:\"meaganlsa40\";s:9:\"user_pass\";s:60:\"$2y$10$hfuDUXbBDv8wSMO9CIY.GOCwDmeO0DeUHyji3He0ERTKcljrSNWtC\";s:13:\"user_nicename\";s:11:\"meaganlsa40\";s:10:\"user_email\";s:25:\"Meagan-Detwiler@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 06:53:22\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Meagan Detwiler\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"meaganlsa40\";s:10:\"first_name\";s:6:\"Meagan\";s:9:\"last_name\";s:8:\"Detwiler\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568357602\";s:25:\"synced_gravatar_hashed_id\";s:32:\"773a136273eb537ff2ce2f656c79a3d2\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568339592\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"meaganlsa40\";s:10:\"first_name\";s:6:\"Meagan\";s:9:\"last_name\";s:8:\"Detwiler\";s:10:\"user_email\";s:25:\"Meagan-Detwiler@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568339592\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"meaganlsa40\";s:9:\"full_name\";s:15:\"meagan detwiler\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568339602\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42946,'um_cache_userdata_404','a:77:{s:2:\"ID\";i:404;s:10:\"user_login\";s:11:\"nicole91p12\";s:9:\"user_pass\";s:60:\"$2y$10$0t2jiOhrWBtraCdZnR0Sde5CuUPKCjk4nlfRUl9rdhY3oM4KXm.9O\";s:13:\"user_nicename\";s:11:\"nicole91p12\";s:10:\"user_email\";s:26:\"Nicole_Clopton49@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 07:59:42\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Nicole Clopton\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"nicole91p12\";s:10:\"first_name\";s:6:\"Nicole\";s:9:\"last_name\";s:7:\"Clopton\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568361582\";s:25:\"synced_gravatar_hashed_id\";s:32:\"bbe4a2fca43568bd04299d034339d194\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568343575\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"nicole91p12\";s:10:\"first_name\";s:6:\"Nicole\";s:9:\"last_name\";s:7:\"Clopton\";s:10:\"user_email\";s:26:\"Nicole_Clopton49@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568343575\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"nicole91p12\";s:9:\"full_name\";s:14:\"nicole clopton\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568343582\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42951,'um_cache_userdata_405','a:77:{s:2:\"ID\";i:405;s:10:\"user_login\";s:15:\"gretafaucett213\";s:9:\"user_pass\";s:60:\"$2y$10$DlWEu15PytXtximDO4HlkOWj/dQNbduLanrkSBtxTqMtV/wTzvHli\";s:13:\"user_nicename\";s:15:\"gretafaucett213\";s:10:\"user_email\";s:23:\"Greta-Faucett@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 08:05:03\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Greta Faucett\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"gretafaucett213\";s:10:\"first_name\";s:5:\"Greta\";s:9:\"last_name\";s:7:\"Faucett\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568361903\";s:25:\"synced_gravatar_hashed_id\";s:32:\"7bd0cf26f21d0634d7a3a00a754c74f4\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568343892\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"gretafaucett213\";s:10:\"first_name\";s:5:\"Greta\";s:9:\"last_name\";s:7:\"Faucett\";s:10:\"user_email\";s:23:\"Greta-Faucett@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568343892\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"gretafaucett213\";s:9:\"full_name\";s:13:\"greta faucett\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568343903\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42960,'um_cache_userdata_406','a:77:{s:2:\"ID\";i:406;s:10:\"user_login\";s:12:\"tracyllanos9\";s:9:\"user_pass\";s:60:\"$2y$10$x/k.EHktEKYhev9J2lqWa.Pi/AUKzgWWM0lRqDkp4ESX6lhDuMpMq\";s:13:\"user_nicename\";s:12:\"tracyllanos9\";s:10:\"user_email\";s:24:\"Tracy.Llanos12@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 08:24:13\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Tracy Llanos\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"tracyllanos9\";s:10:\"first_name\";s:5:\"Tracy\";s:9:\"last_name\";s:6:\"Llanos\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568363053\";s:25:\"synced_gravatar_hashed_id\";s:32:\"127b28e31cd0de34ba9b8164025a3f78\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568345047\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"tracyllanos9\";s:10:\"first_name\";s:5:\"Tracy\";s:9:\"last_name\";s:6:\"Llanos\";s:10:\"user_email\";s:24:\"Tracy.Llanos12@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568345047\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"tracyllanos9\";s:9:\"full_name\";s:12:\"tracy llanos\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568345054\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42965,'um_cache_userdata_407','a:77:{s:2:\"ID\";i:407;s:10:\"user_login\";s:14:\"jeffryturner36\";s:9:\"user_pass\";s:60:\"$2y$10$K7P2J/As3wtWBys6rwhwTOBGh1dirPKPZ1J.RXCaCctNz0KE/TvP6\";s:13:\"user_nicename\";s:14:\"jeffryturner36\";s:10:\"user_email\";s:23:\"Jeffry.Turner@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 08:34:45\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Jeffry Turner\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"jeffryturner36\";s:10:\"first_name\";s:6:\"Jeffry\";s:9:\"last_name\";s:6:\"Turner\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568363685\";s:25:\"synced_gravatar_hashed_id\";s:32:\"af6b4b4501860d1c4dcf65b0e7f942fe\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568345679\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"jeffryturner36\";s:10:\"first_name\";s:6:\"Jeffry\";s:9:\"last_name\";s:6:\"Turner\";s:10:\"user_email\";s:23:\"Jeffry.Turner@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568345679\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"jeffryturner36\";s:9:\"full_name\";s:13:\"jeffry turner\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568345686\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42970,'um_cache_userdata_408','a:77:{s:2:\"ID\";i:408;s:10:\"user_login\";s:14:\"billiecissell8\";s:9:\"user_pass\";s:60:\"$2y$10$w.CBrYqIz9LSCVoPLBm2m.C4X.lWeqWgeg8X.MiCxbPgUjOWF/ZhW\";s:13:\"user_nicename\";s:14:\"billiecissell8\";s:10:\"user_email\";s:26:\"Billie.Cissell74@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 08:35:29\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Billie Cissell\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"billiecissell8\";s:10:\"first_name\";s:6:\"Billie\";s:9:\"last_name\";s:7:\"Cissell\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568363730\";s:25:\"synced_gravatar_hashed_id\";s:32:\"ae0bb9921d039f513caa58e866990d94\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568345721\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"billiecissell8\";s:10:\"first_name\";s:6:\"Billie\";s:9:\"last_name\";s:7:\"Cissell\";s:10:\"user_email\";s:26:\"Billie.Cissell74@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568345721\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"billiecissell8\";s:9:\"full_name\";s:14:\"billie cissell\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568345730\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42976,'um_cache_userdata_409','a:77:{s:2:\"ID\";i:409;s:10:\"user_login\";s:14:\"jeanettebagley\";s:9:\"user_pass\";s:60:\"$2y$10$zW1rB3ou9rcRdDNQlLS7U.lx8MwscTYFuww7VIjWB8bdbBsQMR9VC\";s:13:\"user_nicename\";s:14:\"jeanettebagley\";s:10:\"user_email\";s:26:\"Jeanette.Bagley8@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 08:48:12\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Jeanette Bagley\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"jeanettebagley\";s:10:\"first_name\";s:8:\"Jeanette\";s:9:\"last_name\";s:6:\"Bagley\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568364492\";s:25:\"synced_gravatar_hashed_id\";s:32:\"eb3fd24c20418d8d485e099059aec42f\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568346486\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"jeanettebagley\";s:10:\"first_name\";s:8:\"Jeanette\";s:9:\"last_name\";s:6:\"Bagley\";s:10:\"user_email\";s:26:\"Jeanette.Bagley8@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568346486\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"jeanettebagley\";s:9:\"full_name\";s:15:\"jeanette bagley\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568346492\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42982,'um_cache_userdata_410','a:77:{s:2:\"ID\";i:410;s:10:\"user_login\";s:15:\"jerrytincher584\";s:9:\"user_pass\";s:60:\"$2y$10$XLRX86i4WetTCESfH4jn.eHRfabtigKztWyAAtpIHdJj0y1okZuya\";s:13:\"user_nicename\";s:15:\"jerrytincher584\";s:10:\"user_email\";s:25:\"Jerry.Tincher20@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 08:53:08\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Jerry Tincher\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"jerrytincher584\";s:10:\"first_name\";s:5:\"Jerry\";s:9:\"last_name\";s:7:\"Tincher\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568364788\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f3a7de65fae377ed9597dea78df832ff\";s:9:\"submitted\";s:311:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568346780\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"jerrytincher584\";s:10:\"first_name\";s:5:\"Jerry\";s:9:\"last_name\";s:7:\"Tincher\";s:10:\"user_email\";s:25:\"Jerry.Tincher20@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568346780\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"jerrytincher584\";s:9:\"full_name\";s:13:\"jerry tincher\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568346788\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42989,'um_cache_userdata_411','a:77:{s:2:\"ID\";i:411;s:10:\"user_login\";s:11:\"faithchiodo\";s:9:\"user_pass\";s:60:\"$2y$10$5tgYD/9Vt3G.YsQFknx3M.KkCgOHvD14qV6JQAohzSdbd/WWjXT9O\";s:13:\"user_nicename\";s:11:\"faithchiodo\";s:10:\"user_email\";s:22:\"Faith.Chiodo@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 09:11:20\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Faith Chiodo\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"faithchiodo\";s:10:\"first_name\";s:5:\"Faith\";s:9:\"last_name\";s:6:\"Chiodo\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568365880\";s:25:\"synced_gravatar_hashed_id\";s:32:\"4e5f435ff7b6c0fbb7c6854f36f03dcc\";s:9:\"submitted\";s:303:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568347873\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"faithchiodo\";s:10:\"first_name\";s:5:\"Faith\";s:9:\"last_name\";s:6:\"Chiodo\";s:10:\"user_email\";s:22:\"Faith.Chiodo@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568347873\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"faithchiodo\";s:9:\"full_name\";s:12:\"faith chiodo\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568347881\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42994,'um_cache_userdata_412','a:77:{s:2:\"ID\";i:412;s:10:\"user_login\";s:10:\"erikamckee\";s:9:\"user_pass\";s:60:\"$2y$10$CZfGi7T6qbnVnQMNqtemxejxIetwyXRG5sgVQmNAdZu5sFlZzV8Ve\";s:13:\"user_nicename\";s:10:\"erikamckee\";s:10:\"user_email\";s:23:\"Erika_McKee23@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 09:14:47\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Erika McKee\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"erikamckee\";s:10:\"first_name\";s:5:\"Erika\";s:9:\"last_name\";s:5:\"McKee\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568366087\";s:25:\"synced_gravatar_hashed_id\";s:32:\"2ba135d47c85e59c54f642e1ec47214e\";s:9:\"submitted\";s:302:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568348077\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"erikamckee\";s:10:\"first_name\";s:5:\"Erika\";s:9:\"last_name\";s:5:\"McKee\";s:10:\"user_email\";s:23:\"Erika_McKee23@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568348077\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"erikamckee\";s:9:\"full_name\";s:11:\"erika mckee\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568348088\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(42999,'um_cache_userdata_413','a:77:{s:2:\"ID\";i:413;s:10:\"user_login\";s:14:\"charlinegoudie\";s:9:\"user_pass\";s:60:\"$2y$10$N6Tu3dlSS9scx477nKVs1.Z8wAvMiZvUkhswDdfKkcjL/Fe2BBa4a\";s:13:\"user_nicename\";s:14:\"charlinegoudie\";s:10:\"user_email\";s:27:\"Charline-Goudie11@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 09:17:25\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Charline Goudie\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"charlinegoudie\";s:10:\"first_name\";s:8:\"Charline\";s:9:\"last_name\";s:6:\"Goudie\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568366245\";s:25:\"synced_gravatar_hashed_id\";s:32:\"a9c3afd825d5b83e5a1b22e71daf8d52\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568348237\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"charlinegoudie\";s:10:\"first_name\";s:8:\"Charline\";s:9:\"last_name\";s:6:\"Goudie\";s:10:\"user_email\";s:27:\"Charline-Goudie11@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568348237\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"charlinegoudie\";s:9:\"full_name\";s:15:\"charline goudie\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568348246\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43006,'um_cache_userdata_414','a:77:{s:2:\"ID\";i:414;s:10:\"user_login\";s:11:\"xevjohnette\";s:9:\"user_pass\";s:60:\"$2y$10$g64.NgfDzXEpFCaAIRsMvuiJWUUB6o0.FUDArNzL2Z6LThMhRGTnW\";s:13:\"user_nicename\";s:11:\"xevjohnette\";s:10:\"user_email\";s:26:\"Johnette-Knipe30@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 09:34:09\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Johnette Knipe\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"xevjohnette\";s:10:\"first_name\";s:8:\"Johnette\";s:9:\"last_name\";s:5:\"Knipe\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568367249\";s:25:\"synced_gravatar_hashed_id\";s:32:\"755ff1048ba39f80e65cbd91e53e26c9\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568349242\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"xevjohnette\";s:10:\"first_name\";s:8:\"Johnette\";s:9:\"last_name\";s:5:\"Knipe\";s:10:\"user_email\";s:26:\"Johnette-Knipe30@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568349242\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"xevjohnette\";s:9:\"full_name\";s:14:\"johnette knipe\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568349250\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43011,'um_cache_userdata_415','a:77:{s:2:\"ID\";i:415;s:10:\"user_login\";s:10:\"jackson50z\";s:9:\"user_pass\";s:60:\"$2y$10$AvbgD7G0SNyIeeFkkBdXVO3NkR6FbPnqjC/FNr0A9vkOjC5LQYLU6\";s:13:\"user_nicename\";s:10:\"jackson50z\";s:10:\"user_email\";s:24:\"Jackson-Dundas@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 09:37:12\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Jackson Dundas\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"jackson50z\";s:10:\"first_name\";s:7:\"Jackson\";s:9:\"last_name\";s:6:\"Dundas\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568367432\";s:25:\"synced_gravatar_hashed_id\";s:32:\"753e9af604ee6adfdaf1288fbf8b4728\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568349424\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"jackson50z\";s:10:\"first_name\";s:7:\"Jackson\";s:9:\"last_name\";s:6:\"Dundas\";s:10:\"user_email\";s:24:\"Jackson-Dundas@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568349424\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"jackson50z\";s:9:\"full_name\";s:14:\"jackson dundas\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568349432\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43017,'um_cache_userdata_416','a:77:{s:2:\"ID\";i:416;s:10:\"user_login\";s:13:\"jeremygurley8\";s:9:\"user_pass\";s:60:\"$2y$10$7iBe3R86NMaxqsxntaUS4uAtTB3wcgRJWqfdINWdhFd1j4T/y/jwm\";s:13:\"user_nicename\";s:13:\"jeremygurley8\";s:10:\"user_email\";s:23:\"Jeremy_Gurley@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 09:50:15\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Jeremy Gurley\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"jeremygurley8\";s:10:\"first_name\";s:6:\"Jeremy\";s:9:\"last_name\";s:6:\"Gurley\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568368215\";s:25:\"synced_gravatar_hashed_id\";s:32:\"5fea92acbd0c47ee5978577ee58f693e\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568350205\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"jeremygurley8\";s:10:\"first_name\";s:6:\"Jeremy\";s:9:\"last_name\";s:6:\"Gurley\";s:10:\"user_email\";s:23:\"Jeremy_Gurley@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568350205\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"jeremygurley8\";s:9:\"full_name\";s:13:\"jeremy gurley\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568350216\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43035,'um_cache_userdata_419','a:77:{s:2:\"ID\";i:419;s:10:\"user_login\";s:15:\"aliciadeuchar38\";s:9:\"user_pass\";s:60:\"$2y$10$.fqZP.THR47uuVs/NXJDp.XoFh5WUy34AWLCobFvU/fuI/TGl0o4C\";s:13:\"user_nicename\";s:15:\"aliciadeuchar38\";s:10:\"user_email\";s:26:\"Alicia-Deuchar52@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 10:32:31\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Alicia Deuchar\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"aliciadeuchar38\";s:10:\"first_name\";s:6:\"Alicia\";s:9:\"last_name\";s:7:\"Deuchar\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568370751\";s:25:\"synced_gravatar_hashed_id\";s:32:\"db0eea54114c5dca3dcf5ade5a2eabbd\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568352744\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"aliciadeuchar38\";s:10:\"first_name\";s:6:\"Alicia\";s:9:\"last_name\";s:7:\"Deuchar\";s:10:\"user_email\";s:26:\"Alicia-Deuchar52@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568352744\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"aliciadeuchar38\";s:9:\"full_name\";s:14:\"alicia deuchar\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568352751\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43040,'um_cache_userdata_420','a:77:{s:2:\"ID\";i:420;s:10:\"user_login\";s:15:\"rosellatindale3\";s:9:\"user_pass\";s:60:\"$2y$10$gQ/pb7EU6BxOdBfq1qln/uIi4PYMCH0V1XYU0OZLai4dVaTc62jea\";s:13:\"user_nicename\";s:15:\"rosellatindale3\";s:10:\"user_email\";s:25:\"Rosella.Tindale@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 10:33:09\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Rosella Tindale\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"rosellatindale3\";s:10:\"first_name\";s:7:\"Rosella\";s:9:\"last_name\";s:7:\"Tindale\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568370790\";s:25:\"synced_gravatar_hashed_id\";s:32:\"a31bbaf81a17926c0d4e4e8b12f488f1\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568352783\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"rosellatindale3\";s:10:\"first_name\";s:7:\"Rosella\";s:9:\"last_name\";s:7:\"Tindale\";s:10:\"user_email\";s:25:\"Rosella.Tindale@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568352783\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"rosellatindale3\";s:9:\"full_name\";s:15:\"rosella tindale\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568352790\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43045,'um_cache_userdata_421','a:77:{s:2:\"ID\";i:421;s:10:\"user_login\";s:10:\"cameronbto\";s:9:\"user_pass\";s:60:\"$2y$10$2IqTo8SpXBdOMcI/BA9Y4eThlQBIoDbA/K8KKcr.oAIo5i4XtTyJ.\";s:13:\"user_nicename\";s:10:\"cameronbto\";s:10:\"user_email\";s:24:\"Cameron.Thring@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 10:36:49\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Cameron Thring\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"cameronbto\";s:10:\"first_name\";s:7:\"Cameron\";s:9:\"last_name\";s:6:\"Thring\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568371009\";s:25:\"synced_gravatar_hashed_id\";s:32:\"10219f4c8ccb7a58c95c406b5873de1c\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568352998\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"cameronbto\";s:10:\"first_name\";s:7:\"Cameron\";s:9:\"last_name\";s:6:\"Thring\";s:10:\"user_email\";s:24:\"Cameron.Thring@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568352998\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"cameronbto\";s:9:\"full_name\";s:14:\"cameron thring\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568353010\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43051,'um_cache_userdata_422','a:77:{s:2:\"ID\";i:422;s:10:\"user_login\";s:16:\"oscarwollstonecr\";s:9:\"user_pass\";s:60:\"$2y$10$tlPulO3kFJWX5MAvMZ0ycuYEllJk4447KaNR6TYd6kRTu0GuynTjG\";s:13:\"user_nicename\";s:16:\"oscarwollstonecr\";s:10:\"user_email\";s:30:\"Oscar-Wollstonecraft@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 10:47:50\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:20:\"Oscar Wollstonecraft\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"oscarwollstonecr\";s:10:\"first_name\";s:5:\"Oscar\";s:9:\"last_name\";s:14:\"Wollstonecraft\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568371670\";s:25:\"synced_gravatar_hashed_id\";s:32:\"dac1dfce23128554cbd5d5e0df48f888\";s:9:\"submitted\";s:325:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568353662\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"oscarwollstonecr\";s:10:\"first_name\";s:5:\"Oscar\";s:9:\"last_name\";s:14:\"Wollstonecraft\";s:10:\"user_email\";s:30:\"Oscar-Wollstonecraft@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568353662\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"oscarwollstonecr\";s:9:\"full_name\";s:20:\"oscar wollstonecraft\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568353671\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43057,'um_cache_userdata_423','a:77:{s:2:\"ID\";i:423;s:10:\"user_login\";s:15:\"ericamcclemans5\";s:9:\"user_pass\";s:60:\"$2y$10$bVGM6o7kWPHUnFq3vXy/KesEc0Gb06VG3vF4aJeUu4ngEu2kQ0DVq\";s:13:\"user_nicename\";s:15:\"ericamcclemans5\";s:10:\"user_email\";s:25:\"Erica_McClemans@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 11:04:13\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Erica McClemans\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"ericamcclemans5\";s:10:\"first_name\";s:5:\"Erica\";s:9:\"last_name\";s:9:\"McClemans\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568372653\";s:25:\"synced_gravatar_hashed_id\";s:32:\"14e5233d2b9d85028f02bacd0e54e3bb\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568354646\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"ericamcclemans5\";s:10:\"first_name\";s:5:\"Erica\";s:9:\"last_name\";s:9:\"McClemans\";s:10:\"user_email\";s:25:\"Erica_McClemans@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568354646\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"ericamcclemans5\";s:9:\"full_name\";s:15:\"erica mcclemans\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568354653\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43063,'um_cache_userdata_424','a:77:{s:2:\"ID\";i:424;s:10:\"user_login\";s:11:\"sherrill70r\";s:9:\"user_pass\";s:60:\"$2y$10$4x2aj9Mdzaxfzq.nCmUKhuZw0uEbYH/TmF5QO2LeruUpSVRDj0aQO\";s:13:\"user_nicename\";s:11:\"sherrill70r\";s:10:\"user_email\";s:23:\"Sherrill-Kump@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 11:07:20\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Sherrill Kump\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"sherrill70r\";s:10:\"first_name\";s:8:\"Sherrill\";s:9:\"last_name\";s:4:\"Kump\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568372840\";s:25:\"synced_gravatar_hashed_id\";s:32:\"b82d86a58c81c8617c92f45faec1d9a2\";s:9:\"submitted\";s:305:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568354832\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"sherrill70r\";s:10:\"first_name\";s:8:\"Sherrill\";s:9:\"last_name\";s:4:\"Kump\";s:10:\"user_email\";s:23:\"Sherrill-Kump@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568354832\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"sherrill70r\";s:9:\"full_name\";s:13:\"sherrill kump\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568354840\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43074,'um_cache_userdata_425','a:77:{s:2:\"ID\";i:425;s:10:\"user_login\";s:14:\"willianbrody98\";s:9:\"user_pass\";s:60:\"$2y$10$P7QlCUW97nu7Av85z6JSAOYQcS3vYwtViipduPiMm.PHjR0LfEmVq\";s:13:\"user_nicename\";s:14:\"willianbrody98\";s:10:\"user_email\";s:23:\"Willian.Brody@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 11:26:04\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Willian Brody\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"willianbrody98\";s:10:\"first_name\";s:7:\"Willian\";s:9:\"last_name\";s:5:\"Brody\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568373964\";s:25:\"synced_gravatar_hashed_id\";s:32:\"690b7c2dd2267e9cb917f5abe224c0b4\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568355956\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"willianbrody98\";s:10:\"first_name\";s:7:\"Willian\";s:9:\"last_name\";s:5:\"Brody\";s:10:\"user_email\";s:23:\"Willian.Brody@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568355956\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"willianbrody98\";s:9:\"full_name\";s:13:\"willian brody\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568355965\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43091,'um_cache_userdata_426','a:77:{s:2:\"ID\";i:426;s:10:\"user_login\";s:15:\"alexandriaewing\";s:9:\"user_pass\";s:60:\"$2y$10$sU5gdnGZX3jx/7EUmW.Mb.3P4kangw9vw/jDTZD5SX5g4Ifmdzz0K\";s:13:\"user_nicename\";s:15:\"alexandriaewing\";s:10:\"user_email\";s:28:\"Alexandria-Ewing11@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 11:31:17\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Alexandria Ewing\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"alexandriaewing\";s:10:\"first_name\";s:10:\"Alexandria\";s:9:\"last_name\";s:5:\"Ewing\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568374277\";s:25:\"synced_gravatar_hashed_id\";s:32:\"cd6c54fec59e013b61618cfadee6269a\";s:9:\"submitted\";s:318:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568356271\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"alexandriaewing\";s:10:\"first_name\";s:10:\"Alexandria\";s:9:\"last_name\";s:5:\"Ewing\";s:10:\"user_email\";s:28:\"Alexandria-Ewing11@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568356271\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"alexandriaewing\";s:9:\"full_name\";s:16:\"alexandria ewing\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568356278\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43113,'um_cache_userdata_427','a:77:{s:2:\"ID\";i:427;s:10:\"user_login\";s:13:\"laraebarlow23\";s:9:\"user_pass\";s:60:\"$2y$10$9vV4O.szGwzPV/04TwCN9eFow0B9p64uacfe.MFzmwjW7yhX4w0T2\";s:13:\"user_nicename\";s:13:\"laraebarlow23\";s:10:\"user_email\";s:24:\"Larae-Barlow10@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 11:55:00\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Larae Barlow\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"laraebarlow23\";s:10:\"first_name\";s:5:\"Larae\";s:9:\"last_name\";s:6:\"Barlow\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568375700\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c82c13e0f28149bd3117850cb2d628c6\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568357692\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"laraebarlow23\";s:10:\"first_name\";s:5:\"Larae\";s:9:\"last_name\";s:6:\"Barlow\";s:10:\"user_email\";s:24:\"Larae-Barlow10@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568357692\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"laraebarlow23\";s:9:\"full_name\";s:12:\"larae barlow\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568357701\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43177,'um_cache_userdata_429','a:77:{s:2:\"ID\";i:429;s:10:\"user_login\";s:15:\"benjaminpaschke\";s:9:\"user_pass\";s:60:\"$2y$10$LsnGvrrRbY98/4W8ZSYrEOYO.S0QFQLanlu28XrEEZw6BfFTm2beq\";s:13:\"user_nicename\";s:15:\"benjaminpaschke\";s:10:\"user_email\";s:28:\"Benjamin-Paschke80@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 12:25:24\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Benjamin Paschke\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"benjaminpaschke\";s:10:\"first_name\";s:8:\"Benjamin\";s:9:\"last_name\";s:7:\"Paschke\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568377524\";s:25:\"synced_gravatar_hashed_id\";s:32:\"79c36043d99e953c45ee5f4193ad8f5d\";s:9:\"submitted\";s:317:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568359517\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"benjaminpaschke\";s:10:\"first_name\";s:8:\"Benjamin\";s:9:\"last_name\";s:7:\"Paschke\";s:10:\"user_email\";s:28:\"Benjamin-Paschke80@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568359517\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"benjaminpaschke\";s:9:\"full_name\";s:16:\"benjamin paschke\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568359525\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43190,'um_cache_userdata_430','a:77:{s:2:\"ID\";i:430;s:10:\"user_login\";s:13:\"chandradodge7\";s:9:\"user_pass\";s:60:\"$2y$10$iJpPjMDf06Kdgg4xqnPnWuEx1kDxhQ.4vGcihp0Ccnc36Cp2/w9hu\";s:13:\"user_nicename\";s:13:\"chandradodge7\";s:10:\"user_email\";s:25:\"Chandra-Dodge46@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 12:46:40\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Chandra Dodge\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"chandradodge7\";s:10:\"first_name\";s:7:\"Chandra\";s:9:\"last_name\";s:5:\"Dodge\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568378800\";s:25:\"synced_gravatar_hashed_id\";s:32:\"0ee81e8804b3de9f98b5ea32f3576324\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568360794\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"chandradodge7\";s:10:\"first_name\";s:7:\"Chandra\";s:9:\"last_name\";s:5:\"Dodge\";s:10:\"user_email\";s:25:\"Chandra-Dodge46@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568360794\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"chandradodge7\";s:9:\"full_name\";s:13:\"chandra dodge\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568360801\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43202,'um_cache_userdata_431','a:77:{s:2:\"ID\";i:431;s:10:\"user_login\";s:14:\"linoschweizer8\";s:9:\"user_pass\";s:60:\"$2y$10$kFKl/RIzU2QR6I8G2WX/Fu.yQFA.FHDbLv4YAqOOgbzqaYnjGFnV6\";s:13:\"user_nicename\";s:14:\"linoschweizer8\";s:10:\"user_email\";s:24:\"Lino_Schweizer@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 12:49:33\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Lino Schweizer\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"linoschweizer8\";s:10:\"first_name\";s:4:\"Lino\";s:9:\"last_name\";s:9:\"Schweizer\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568378973\";s:25:\"synced_gravatar_hashed_id\";s:32:\"5255f692dda1c3ab837e808ff2096fbc\";s:9:\"submitted\";s:310:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568360966\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"linoschweizer8\";s:10:\"first_name\";s:4:\"Lino\";s:9:\"last_name\";s:9:\"Schweizer\";s:10:\"user_email\";s:24:\"Lino_Schweizer@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568360966\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"linoschweizer8\";s:9:\"full_name\";s:14:\"lino schweizer\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568360974\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43226,'um_cache_userdata_433','a:77:{s:2:\"ID\";i:433;s:10:\"user_login\";s:13:\"jannalderson9\";s:9:\"user_pass\";s:60:\"$2y$10$sHL8wZxRjOZkjsAL4djLO.3XHagtjy4adT0.ApZ6/PYDoWSVYVmCu\";s:13:\"user_nicename\";s:13:\"jannalderson9\";s:10:\"user_email\";s:25:\"Jann_Alderson22@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 13:10:19\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Jann Alderson\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"jannalderson9\";s:10:\"first_name\";s:4:\"Jann\";s:9:\"last_name\";s:8:\"Alderson\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568380219\";s:25:\"synced_gravatar_hashed_id\";s:32:\"48c3ed88ee880a147b1983764cc684a6\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568362210\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"jannalderson9\";s:10:\"first_name\";s:4:\"Jann\";s:9:\"last_name\";s:8:\"Alderson\";s:10:\"user_email\";s:25:\"Jann_Alderson22@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568362210\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"jannalderson9\";s:9:\"full_name\";s:13:\"jann alderson\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568362220\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43231,'um_cache_userdata_434','a:77:{s:2:\"ID\";i:434;s:10:\"user_login\";s:10:\"bfmkatia01\";s:9:\"user_pass\";s:60:\"$2y$10$ygGbaLzqf30ImvOXFd.BLeNnhDcQG1BjK0pYNtpJ3sxtXTxuxnVJa\";s:13:\"user_nicename\";s:10:\"bfmkatia01\";s:10:\"user_email\";s:20:\"Katia.Bold@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 13:16:58\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Katia Bold\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"bfmkatia01\";s:10:\"first_name\";s:5:\"Katia\";s:9:\"last_name\";s:4:\"Bold\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568380618\";s:25:\"synced_gravatar_hashed_id\";s:32:\"8ff1e5e3333d392ef8ddedeca2001a94\";s:9:\"submitted\";s:298:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568362609\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"bfmkatia01\";s:10:\"first_name\";s:5:\"Katia\";s:9:\"last_name\";s:4:\"Bold\";s:10:\"user_email\";s:20:\"Katia.Bold@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568362609\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"bfmkatia01\";s:9:\"full_name\";s:10:\"katia bold\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568362619\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43253,'um_cache_userdata_435','a:77:{s:2:\"ID\";i:435;s:10:\"user_login\";s:11:\"bfqelvira98\";s:9:\"user_pass\";s:60:\"$2y$10$zjM9o20sosR4nO91kGpImOhvX9ffo.poFAAFwuMbqKlDxv2zRuvWO\";s:13:\"user_nicename\";s:11:\"bfqelvira98\";s:10:\"user_email\";s:28:\"Elvira_Kauffmann80@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 13:36:22\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Elvira Kauffmann\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"bfqelvira98\";s:10:\"first_name\";s:6:\"Elvira\";s:9:\"last_name\";s:9:\"Kauffmann\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568381782\";s:25:\"synced_gravatar_hashed_id\";s:32:\"a6a92872f69862893e07ed359448ad10\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568363775\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"bfqelvira98\";s:10:\"first_name\";s:6:\"Elvira\";s:9:\"last_name\";s:9:\"Kauffmann\";s:10:\"user_email\";s:28:\"Elvira_Kauffmann80@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568363775\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"bfqelvira98\";s:9:\"full_name\";s:16:\"elvira kauffmann\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568363783\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43262,'um_cache_userdata_436','a:77:{s:2:\"ID\";i:436;s:10:\"user_login\";s:10:\"fawnteakle\";s:9:\"user_pass\";s:60:\"$2y$10$6rDDMrmoS4B5Uqeopa4.Uu.HSrub3va5guwuOsT9rvz5HWdnyMwla\";s:13:\"user_nicename\";s:10:\"fawnteakle\";s:10:\"user_email\";s:21:\"Fawn_Teakle@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 13:40:08\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Fawn Teakle\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"fawnteakle\";s:10:\"first_name\";s:4:\"Fawn\";s:9:\"last_name\";s:6:\"Teakle\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568382008\";s:25:\"synced_gravatar_hashed_id\";s:32:\"2920c49e44ecda021196ac6966f540a6\";s:9:\"submitted\";s:300:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568363998\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"fawnteakle\";s:10:\"first_name\";s:4:\"Fawn\";s:9:\"last_name\";s:6:\"Teakle\";s:10:\"user_email\";s:21:\"Fawn_Teakle@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568363998\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"fawnteakle\";s:9:\"full_name\";s:11:\"fawn teakle\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568364009\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43267,'um_cache_userdata_437','a:77:{s:2:\"ID\";i:437;s:10:\"user_login\";s:13:\"karinahanley9\";s:9:\"user_pass\";s:60:\"$2y$10$m4eyXcO1H7GGEKD4JSQK5.ywgwp5sk6URdej7G6xDNwwWJ.cwJ6Uu\";s:13:\"user_nicename\";s:13:\"karinahanley9\";s:10:\"user_email\";s:25:\"Karina.Hanley69@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 13:46:23\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Karina Hanley\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"karinahanley9\";s:10:\"first_name\";s:6:\"Karina\";s:9:\"last_name\";s:6:\"Hanley\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568382383\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f7a291c1cb6760344aa7769539f21227\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568364373\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"karinahanley9\";s:10:\"first_name\";s:6:\"Karina\";s:9:\"last_name\";s:6:\"Hanley\";s:10:\"user_email\";s:25:\"Karina.Hanley69@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568364373\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"karinahanley9\";s:9:\"full_name\";s:13:\"karina hanley\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568364384\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43272,'um_cache_userdata_438','a:77:{s:2:\"ID\";i:438;s:10:\"user_login\";s:11:\"lucienneqot\";s:9:\"user_pass\";s:60:\"$2y$10$lni/f0b6hQVU5JcbOgld8ODI/1bwIPQhAJNjGXTT2OhQqYQwTIm1G\";s:13:\"user_nicename\";s:11:\"lucienneqot\";s:10:\"user_email\";s:27:\"Lucienne-Hoskin60@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 13:52:34\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Lucienne Hoskin\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"lucienneqot\";s:10:\"first_name\";s:8:\"Lucienne\";s:9:\"last_name\";s:6:\"Hoskin\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568382754\";s:25:\"synced_gravatar_hashed_id\";s:32:\"dfef9c0b4decedea39ec5af206c25749\";s:9:\"submitted\";s:311:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568364745\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"lucienneqot\";s:10:\"first_name\";s:8:\"Lucienne\";s:9:\"last_name\";s:6:\"Hoskin\";s:10:\"user_email\";s:27:\"Lucienne-Hoskin60@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568364745\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"lucienneqot\";s:9:\"full_name\";s:15:\"lucienne hoskin\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568364754\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43278,'um_cache_userdata_439','a:77:{s:2:\"ID\";i:439;s:10:\"user_login\";s:11:\"cathyk52862\";s:9:\"user_pass\";s:60:\"$2y$10$HjppeULhHMk4acTIWm5YVe4gteIJJ10pD8JSYJEWb2SM1HsFPHOEK\";s:13:\"user_nicename\";s:11:\"cathyk52862\";s:10:\"user_email\";s:26:\"Cathy.Reinhart38@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 13:55:27\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Cathy Reinhart\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"cathyk52862\";s:10:\"first_name\";s:5:\"Cathy\";s:9:\"last_name\";s:8:\"Reinhart\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568382927\";s:25:\"synced_gravatar_hashed_id\";s:32:\"ccd1001e586c09bdd945ab11b6840f23\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568364921\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"cathyk52862\";s:10:\"first_name\";s:5:\"Cathy\";s:9:\"last_name\";s:8:\"Reinhart\";s:10:\"user_email\";s:26:\"Cathy.Reinhart38@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568364921\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"cathyk52862\";s:9:\"full_name\";s:14:\"cathy reinhart\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568364928\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43283,'um_cache_userdata_440','a:77:{s:2:\"ID\";i:440;s:10:\"user_login\";s:12:\"haleyjamar03\";s:9:\"user_pass\";s:60:\"$2y$10$AQnq5iNSdstNax3.E6IjIOtDPcf5cAXOvew/72bgJuH5zwlfic3iO\";s:13:\"user_nicename\";s:12:\"haleyjamar03\";s:10:\"user_email\";s:23:\"Haley.Jamar15@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 14:04:00\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Haley Jamar\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"haleyjamar03\";s:10:\"first_name\";s:5:\"Haley\";s:9:\"last_name\";s:5:\"Jamar\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568383440\";s:25:\"synced_gravatar_hashed_id\";s:32:\"e0ccaca92abcd5f53e08ca41de29943e\";s:9:\"submitted\";s:304:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568365432\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"haleyjamar03\";s:10:\"first_name\";s:5:\"Haley\";s:9:\"last_name\";s:5:\"Jamar\";s:10:\"user_email\";s:23:\"Haley.Jamar15@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568365432\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"haleyjamar03\";s:9:\"full_name\";s:11:\"haley jamar\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568365441\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43290,'um_cache_userdata_441','a:77:{s:2:\"ID\";i:441;s:10:\"user_login\";s:16:\"klaratjangamarra\";s:9:\"user_pass\";s:60:\"$2y$10$NjrO34fbro7z7g9XbbKfW.aOjXmQA7OfVCGjbyJY25tL1PkuOa7jC\";s:13:\"user_nicename\";s:16:\"klaratjangamarra\";s:10:\"user_email\";s:27:\"Klara-Tjangamarra@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 14:11:49\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Klara Tjangamarra\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"klaratjangamarra\";s:10:\"first_name\";s:5:\"Klara\";s:9:\"last_name\";s:11:\"Tjangamarra\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568383909\";s:25:\"synced_gravatar_hashed_id\";s:32:\"06bd7f43e8124d8ddc11f26f7fcab90a\";s:9:\"submitted\";s:319:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568365899\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"klaratjangamarra\";s:10:\"first_name\";s:5:\"Klara\";s:9:\"last_name\";s:11:\"Tjangamarra\";s:10:\"user_email\";s:27:\"Klara-Tjangamarra@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568365899\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"klaratjangamarra\";s:9:\"full_name\";s:17:\"klara tjangamarra\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568365909\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43298,'um_cache_userdata_442','a:77:{s:2:\"ID\";i:442;s:10:\"user_login\";s:15:\"cherylomar27363\";s:9:\"user_pass\";s:60:\"$2y$10$468FAz6E/GPhpSiTbtxLzO3keOyt2UxaKuAZM/0AOdiCPkgvbXsIC\";s:13:\"user_nicename\";s:15:\"cherylomar27363\";s:10:\"user_email\";s:23:\"Cheryl_Omar89@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 14:19:53\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Cheryl Omar\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"cherylomar27363\";s:10:\"first_name\";s:6:\"Cheryl\";s:9:\"last_name\";s:4:\"Omar\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568384393\";s:25:\"synced_gravatar_hashed_id\";s:32:\"e79920b60024e649fd7c315ab2c63eb9\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568366382\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"cherylomar27363\";s:10:\"first_name\";s:6:\"Cheryl\";s:9:\"last_name\";s:4:\"Omar\";s:10:\"user_email\";s:23:\"Cheryl_Omar89@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568366382\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"cherylomar27363\";s:9:\"full_name\";s:11:\"cheryl omar\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568366394\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43341,'um_cache_userdata_443','a:77:{s:2:\"ID\";i:443;s:10:\"user_login\";s:13:\"jillt61881397\";s:9:\"user_pass\";s:60:\"$2y$10$2GBqP6nZH7KKijml80B6uuDnCPGDWM1/Z67Zf8KgpJjFP7ZLE9yau\";s:13:\"user_nicename\";s:13:\"jillt61881397\";s:10:\"user_email\";s:24:\"Jill_Quezada78@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 14:34:19\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Jill Quezada\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"jillt61881397\";s:10:\"first_name\";s:4:\"Jill\";s:9:\"last_name\";s:7:\"Quezada\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568385259\";s:25:\"synced_gravatar_hashed_id\";s:32:\"eca5a5fa4891bd55ed099490f85208ab\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568367249\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"jillt61881397\";s:10:\"first_name\";s:4:\"Jill\";s:9:\"last_name\";s:7:\"Quezada\";s:10:\"user_email\";s:24:\"Jill_Quezada78@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568367249\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"jillt61881397\";s:9:\"full_name\";s:12:\"jill quezada\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568367260\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43347,'um_cache_userdata_444','a:77:{s:2:\"ID\";i:444;s:10:\"user_login\";s:15:\"curtisridgley38\";s:9:\"user_pass\";s:60:\"$2y$10$5fs8b.XHEv40Bsb//ND6Uu7EYd5GrMm6vWfC5O/RQCOyqP864Nomm\";s:13:\"user_nicename\";s:15:\"curtisridgley38\";s:10:\"user_email\";s:26:\"Curtis_Ridgley27@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 14:39:27\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Curtis Ridgley\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"curtisridgley38\";s:10:\"first_name\";s:6:\"Curtis\";s:9:\"last_name\";s:7:\"Ridgley\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568385567\";s:25:\"synced_gravatar_hashed_id\";s:32:\"90a1bf2e767987e35882f8fefde42345\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568367557\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"curtisridgley38\";s:10:\"first_name\";s:6:\"Curtis\";s:9:\"last_name\";s:7:\"Ridgley\";s:10:\"user_email\";s:26:\"Curtis_Ridgley27@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568367557\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"curtisridgley38\";s:9:\"full_name\";s:14:\"curtis ridgley\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568367567\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43361,'um_cache_userdata_446','a:77:{s:2:\"ID\";i:446;s:10:\"user_login\";s:10:\"jenniivey6\";s:9:\"user_pass\";s:60:\"$2y$10$JkN62xyUBq5vJXh.lFQD3eyFLcryJfIqgdqpcHiXOtGoDT7XraPom\";s:13:\"user_nicename\";s:10:\"jenniivey6\";s:10:\"user_email\";s:22:\"Jenni-Ivey96@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 14:52:33\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Jenni Ivey\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"jenniivey6\";s:10:\"first_name\";s:5:\"Jenni\";s:9:\"last_name\";s:4:\"Ivey\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568386353\";s:25:\"synced_gravatar_hashed_id\";s:32:\"7592e3a7859da090f17a16e6bdeb2197\";s:9:\"submitted\";s:300:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568368345\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"jenniivey6\";s:10:\"first_name\";s:5:\"Jenni\";s:9:\"last_name\";s:4:\"Ivey\";s:10:\"user_email\";s:22:\"Jenni-Ivey96@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568368345\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"jenniivey6\";s:9:\"full_name\";s:10:\"jenni ivey\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568368354\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43369,'um_cache_userdata_447','a:77:{s:2:\"ID\";i:447;s:10:\"user_login\";s:14:\"foresthardwick\";s:9:\"user_pass\";s:60:\"$2y$10$zy9Vnw5PjFe1zmbwhg4RceF8MtO7465eOPhFV/DO7ibsq.qjLdZEW\";s:13:\"user_nicename\";s:14:\"foresthardwick\";s:10:\"user_email\";s:25:\"Forest.Hardwick@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 14:53:57\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Forest Hardwick\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"foresthardwick\";s:10:\"first_name\";s:6:\"Forest\";s:9:\"last_name\";s:8:\"Hardwick\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568386437\";s:25:\"synced_gravatar_hashed_id\";s:32:\"465868061c4996aa02db521057e4e9b5\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568368431\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"foresthardwick\";s:10:\"first_name\";s:6:\"Forest\";s:9:\"last_name\";s:8:\"Hardwick\";s:10:\"user_email\";s:25:\"Forest.Hardwick@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568368431\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"foresthardwick\";s:9:\"full_name\";s:15:\"forest hardwick\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568368438\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43379,'um_cache_userdata_448','a:77:{s:2:\"ID\";i:448;s:10:\"user_login\";s:13:\"lethacolosimo\";s:9:\"user_pass\";s:60:\"$2y$10$e8E54j26kspY6pri.vOt2.MtB96Pfnd2GG.EroDCpOEY3iQLzUX4y\";s:13:\"user_nicename\";s:13:\"lethacolosimo\";s:10:\"user_email\";s:26:\"Letha_Colosimo49@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 14:56:49\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Letha Colosimo\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"lethacolosimo\";s:10:\"first_name\";s:5:\"Letha\";s:9:\"last_name\";s:8:\"Colosimo\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568386609\";s:25:\"synced_gravatar_hashed_id\";s:32:\"e9085cbab756bc422593ea0c5bf08741\";s:9:\"submitted\";s:311:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568368597\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"lethacolosimo\";s:10:\"first_name\";s:5:\"Letha\";s:9:\"last_name\";s:8:\"Colosimo\";s:10:\"user_email\";s:26:\"Letha_Colosimo49@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568368597\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"lethacolosimo\";s:9:\"full_name\";s:14:\"letha colosimo\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568368609\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43386,'um_cache_userdata_449','a:77:{s:2:\"ID\";i:449;s:10:\"user_login\";s:13:\"fionaweisz720\";s:9:\"user_pass\";s:60:\"$2y$10$cj6Cde9Zf46nnNuWqfOleeLjJFofQxGZzrImCqqiGL3iSX9BxiF0e\";s:13:\"user_nicename\";s:13:\"fionaweisz720\";s:10:\"user_email\";s:22:\"Fiona_Weisz7@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 15:00:56\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Fiona Weisz\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"fionaweisz720\";s:10:\"first_name\";s:5:\"Fiona\";s:9:\"last_name\";s:5:\"Weisz\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568386856\";s:25:\"synced_gravatar_hashed_id\";s:32:\"e00567dee12934d3d818027d9e474a33\";s:9:\"submitted\";s:304:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568368849\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"fionaweisz720\";s:10:\"first_name\";s:5:\"Fiona\";s:9:\"last_name\";s:5:\"Weisz\";s:10:\"user_email\";s:22:\"Fiona_Weisz7@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568368849\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"fionaweisz720\";s:9:\"full_name\";s:11:\"fiona weisz\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568368856\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43392,'um_cache_userdata_450','a:77:{s:2:\"ID\";i:450;s:10:\"user_login\";s:10:\"nwfboyd541\";s:9:\"user_pass\";s:60:\"$2y$10$M8e7W8BzC1FMbFvviQi5p.PByVU75RUt0v3IOjxPOZjC.vv6Gb0ti\";s:13:\"user_nicename\";s:10:\"nwfboyd541\";s:10:\"user_email\";s:24:\"Boyd-Hannaford@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 15:05:51\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Boyd Hannaford\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"nwfboyd541\";s:10:\"first_name\";s:4:\"Boyd\";s:9:\"last_name\";s:9:\"Hannaford\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568387151\";s:25:\"synced_gravatar_hashed_id\";s:32:\"1a34dc2ea723f81ba837a046d0adf647\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568369143\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"nwfboyd541\";s:10:\"first_name\";s:4:\"Boyd\";s:9:\"last_name\";s:9:\"Hannaford\";s:10:\"user_email\";s:24:\"Boyd-Hannaford@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568369143\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"nwfboyd541\";s:9:\"full_name\";s:14:\"boyd hannaford\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568369151\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43401,'um_cache_userdata_451','a:77:{s:2:\"ID\";i:451;s:10:\"user_login\";s:15:\"ramondalrymple8\";s:9:\"user_pass\";s:60:\"$2y$10$xQup2JJl/yJfAfAEui0ttO3.mKmDV8/POFUwOBqvZuX/.j2bD508K\";s:13:\"user_nicename\";s:15:\"ramondalrymple8\";s:10:\"user_email\";s:25:\"Ramon_Dalrymple@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 15:08:37\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Ramon Dalrymple\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"ramondalrymple8\";s:10:\"first_name\";s:5:\"Ramon\";s:9:\"last_name\";s:9:\"Dalrymple\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568387317\";s:25:\"synced_gravatar_hashed_id\";s:32:\"8b13d5c5912b2b6e8718b5ebb52668e0\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568369311\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"ramondalrymple8\";s:10:\"first_name\";s:5:\"Ramon\";s:9:\"last_name\";s:9:\"Dalrymple\";s:10:\"user_email\";s:25:\"Ramon_Dalrymple@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568369311\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"ramondalrymple8\";s:9:\"full_name\";s:15:\"ramon dalrymple\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568369318\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43406,'um_cache_userdata_452','a:77:{s:2:\"ID\";i:452;s:10:\"user_login\";s:15:\"johnniebeggs898\";s:9:\"user_pass\";s:60:\"$2y$10$TOIkKiHNSUE1k/vCoNkpVueLXQjX2yAoMRLFxxL7IAVPklMy6ajqG\";s:13:\"user_nicename\";s:15:\"johnniebeggs898\";s:10:\"user_email\";s:25:\"Johnnie_Beggs97@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 15:09:33\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Johnnie Beggs\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"johnniebeggs898\";s:10:\"first_name\";s:7:\"Johnnie\";s:9:\"last_name\";s:5:\"Beggs\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568387373\";s:25:\"synced_gravatar_hashed_id\";s:32:\"562426e09cd78c39bf10015ff14625cc\";s:9:\"submitted\";s:311:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568369367\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"johnniebeggs898\";s:10:\"first_name\";s:7:\"Johnnie\";s:9:\"last_name\";s:5:\"Beggs\";s:10:\"user_email\";s:25:\"Johnnie_Beggs97@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568369367\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"johnniebeggs898\";s:9:\"full_name\";s:13:\"johnnie beggs\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568369374\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43415,'um_cache_userdata_453','a:77:{s:2:\"ID\";i:453;s:10:\"user_login\";s:16:\"adalbertogratwic\";s:9:\"user_pass\";s:60:\"$2y$10$fRgeLUhCmZq6QpX6bNk3eOR4bx2RKEApHzG1P3hy5nvr.wJrU7ocu\";s:13:\"user_nicename\";s:16:\"adalbertogratwic\";s:10:\"user_email\";s:28:\"Adalberto.Gratwick@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 15:14:58\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:18:\"Adalberto Gratwick\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"adalbertogratwic\";s:10:\"first_name\";s:9:\"Adalberto\";s:9:\"last_name\";s:8:\"Gratwick\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568387698\";s:25:\"synced_gravatar_hashed_id\";s:32:\"b36ee92b8ecca8654e1d415ff8c7487b\";s:9:\"submitted\";s:320:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568369687\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"adalbertogratwic\";s:10:\"first_name\";s:9:\"Adalberto\";s:9:\"last_name\";s:8:\"Gratwick\";s:10:\"user_email\";s:28:\"Adalberto.Gratwick@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568369687\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"adalbertogratwic\";s:9:\"full_name\";s:18:\"adalberto gratwick\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568369699\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43420,'um_cache_userdata_454','a:77:{s:2:\"ID\";i:454;s:10:\"user_login\";s:11:\"vquerik6116\";s:9:\"user_pass\";s:60:\"$2y$10$L.oWw6zEpM540VZGM.T7QO7zh7/lD5R8PxG5Hkxd9Pjcsqd3tWvje\";s:13:\"user_nicename\";s:11:\"vquerik6116\";s:10:\"user_email\";s:20:\"Erik_Bunch@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 15:16:19\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Erik Bunch\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"vquerik6116\";s:10:\"first_name\";s:4:\"Erik\";s:9:\"last_name\";s:5:\"Bunch\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568387779\";s:25:\"synced_gravatar_hashed_id\";s:32:\"7d858a43c12a2d6eafa9f7d1869952fe\";s:9:\"submitted\";s:299:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568369770\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"vquerik6116\";s:10:\"first_name\";s:4:\"Erik\";s:9:\"last_name\";s:5:\"Bunch\";s:10:\"user_email\";s:20:\"Erik_Bunch@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568369770\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"vquerik6116\";s:9:\"full_name\";s:10:\"erik bunch\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568369780\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43446,'um_cache_userdata_455','a:77:{s:2:\"ID\";i:455;s:10:\"user_login\";s:11:\"reynamckay9\";s:9:\"user_pass\";s:60:\"$2y$10$BpF6y3bPtMN29yzRZA836Ojpqj2wEEWkd52LQNGD45/djr1TvkXVG\";s:13:\"user_nicename\";s:11:\"reynamckay9\";s:10:\"user_email\";s:22:\"Reyna.McKay4@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 15:27:47\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Reyna McKay\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"reynamckay9\";s:10:\"first_name\";s:5:\"Reyna\";s:9:\"last_name\";s:5:\"McKay\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568388467\";s:25:\"synced_gravatar_hashed_id\";s:32:\"381a319e08730ff213bcaac995f97cf9\";s:9:\"submitted\";s:302:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568370460\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"reynamckay9\";s:10:\"first_name\";s:5:\"Reyna\";s:9:\"last_name\";s:5:\"McKay\";s:10:\"user_email\";s:22:\"Reyna.McKay4@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568370460\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"reynamckay9\";s:9:\"full_name\";s:11:\"reyna mckay\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568370468\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43459,'um_cache_userdata_456','a:77:{s:2:\"ID\";i:456;s:10:\"user_login\";s:15:\"jeromemordaunt8\";s:9:\"user_pass\";s:60:\"$2y$10$9mPu5DwOkrioKdfmatyZiOYfVUJ.HtYsMnUb4QwPYmn4wiCYedj4y\";s:13:\"user_nicename\";s:15:\"jeromemordaunt8\";s:10:\"user_email\";s:25:\"Jerome.Mordaunt@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 15:33:50\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Jerome Mordaunt\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"jeromemordaunt8\";s:10:\"first_name\";s:6:\"Jerome\";s:9:\"last_name\";s:8:\"Mordaunt\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568388831\";s:25:\"synced_gravatar_hashed_id\";s:32:\"67048cfa541f41ae6f3360b58a335cad\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568370821\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"jeromemordaunt8\";s:10:\"first_name\";s:6:\"Jerome\";s:9:\"last_name\";s:8:\"Mordaunt\";s:10:\"user_email\";s:25:\"Jerome.Mordaunt@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568370821\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"jeromemordaunt8\";s:9:\"full_name\";s:15:\"jerome mordaunt\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568370831\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43502,'um_cache_userdata_457','a:77:{s:2:\"ID\";i:457;s:10:\"user_login\";s:11:\"jdrbettye18\";s:9:\"user_pass\";s:60:\"$2y$10$uOUB1sWgYSCYhMmeS6jc3.5iU4dyEkWrV/7Z5YZFkInoPHK7cBrTK\";s:13:\"user_nicename\";s:11:\"jdrbettye18\";s:10:\"user_email\";s:25:\"Bettye-Hatter44@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 15:49:51\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Bettye Hatter\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"jdrbettye18\";s:10:\"first_name\";s:6:\"Bettye\";s:9:\"last_name\";s:6:\"Hatter\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568389791\";s:25:\"synced_gravatar_hashed_id\";s:32:\"361f0cfd76a8e1a18be1cbc62100d769\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568371780\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"jdrbettye18\";s:10:\"first_name\";s:6:\"Bettye\";s:9:\"last_name\";s:6:\"Hatter\";s:10:\"user_email\";s:25:\"Bettye-Hatter44@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568371780\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"jdrbettye18\";s:9:\"full_name\";s:13:\"bettye hatter\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568371792\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43509,'um_cache_userdata_458','a:77:{s:2:\"ID\";i:458;s:10:\"user_login\";s:14:\"dessieralston3\";s:9:\"user_pass\";s:60:\"$2y$10$5w1wDLIM9YzV2l1pcaYw3O2dlg1MN8HIf3lUWXMZhI.hPBZ6SzkuS\";s:13:\"user_nicename\";s:14:\"dessieralston3\";s:10:\"user_email\";s:24:\"Dessie_Ralston@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 15:52:23\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Dessie Ralston\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"dessieralston3\";s:10:\"first_name\";s:6:\"Dessie\";s:9:\"last_name\";s:7:\"Ralston\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568389943\";s:25:\"synced_gravatar_hashed_id\";s:32:\"48d8919e22c8600447ba39b3c5dbeed8\";s:9:\"submitted\";s:310:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568371935\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"dessieralston3\";s:10:\"first_name\";s:6:\"Dessie\";s:9:\"last_name\";s:7:\"Ralston\";s:10:\"user_email\";s:24:\"Dessie_Ralston@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568371935\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"dessieralston3\";s:9:\"full_name\";s:14:\"dessie ralston\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568371944\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43529,'um_cache_userdata_459','a:77:{s:2:\"ID\";i:459;s:10:\"user_login\";s:15:\"francescohorder\";s:9:\"user_pass\";s:60:\"$2y$10$KCRuawHx58sL5Rk6N7u0V.trloNjZKRp.we01WeU7NhmHERNZvxqO\";s:13:\"user_nicename\";s:15:\"francescohorder\";s:10:\"user_email\";s:26:\"Francesco-Horder@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 16:08:01\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Francesco Horder\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"francescohorder\";s:10:\"first_name\";s:9:\"Francesco\";s:9:\"last_name\";s:6:\"Horder\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568390881\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c047188dbacf81b983d01cdbcd4c6f5f\";s:9:\"submitted\";s:315:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568372870\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"francescohorder\";s:10:\"first_name\";s:9:\"Francesco\";s:9:\"last_name\";s:6:\"Horder\";s:10:\"user_email\";s:26:\"Francesco-Horder@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568372870\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"francescohorder\";s:9:\"full_name\";s:16:\"francesco horder\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568372882\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43546,'um_cache_userdata_460','a:77:{s:2:\"ID\";i:460;s:10:\"user_login\";s:14:\"augustawreford\";s:9:\"user_pass\";s:60:\"$2y$10$ccRbr4Miee49VJpvJqfp7eFvJfleCHmkDX6C6qaxjhxtzpU/3Vzqi\";s:13:\"user_nicename\";s:14:\"augustawreford\";s:10:\"user_email\";s:25:\"Augusta-Wreford@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 16:17:30\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Augusta Wreford\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"augustawreford\";s:10:\"first_name\";s:7:\"Augusta\";s:9:\"last_name\";s:7:\"Wreford\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568391450\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f0cbc31ab1f96db9bb1956f88b947859\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568373442\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"augustawreford\";s:10:\"first_name\";s:7:\"Augusta\";s:9:\"last_name\";s:7:\"Wreford\";s:10:\"user_email\";s:25:\"Augusta-Wreford@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568373442\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"augustawreford\";s:9:\"full_name\";s:15:\"augusta wreford\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568373451\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43591,'um_cache_userdata_462','a:77:{s:2:\"ID\";i:462;s:10:\"user_login\";s:14:\"jodiemccarter4\";s:9:\"user_pass\";s:60:\"$2y$10$b8y9ojXR5TT4F//u7RUYEeBgMgXm6PqvV1XAFiR5lJrbhbBafvjxe\";s:13:\"user_nicename\";s:14:\"jodiemccarter4\";s:10:\"user_email\";s:24:\"Jodie-Mccarter@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 16:34:49\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Jodie Mccarter\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"jodiemccarter4\";s:10:\"first_name\";s:5:\"Jodie\";s:9:\"last_name\";s:8:\"Mccarter\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568392489\";s:25:\"synced_gravatar_hashed_id\";s:32:\"dee8c8b9db79a6633ad2a28d6d17f722\";s:9:\"submitted\";s:310:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568374478\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"jodiemccarter4\";s:10:\"first_name\";s:5:\"Jodie\";s:9:\"last_name\";s:8:\"Mccarter\";s:10:\"user_email\";s:24:\"Jodie-Mccarter@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568374478\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"jodiemccarter4\";s:9:\"full_name\";s:14:\"jodie mccarter\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568374489\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43663,'um_cache_userdata_463','a:77:{s:2:\"ID\";i:463;s:10:\"user_login\";s:12:\"mitchbrunson\";s:9:\"user_pass\";s:60:\"$2y$10$CwqUck8MnG6mSsxwKgG78.SWVCY1iKVVmiTkG6e3EJv0nz8Liwwnq\";s:13:\"user_nicename\";s:12:\"mitchbrunson\";s:10:\"user_email\";s:25:\"Mitch-Brunson87@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 16:54:58\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Mitch Brunson\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"mitchbrunson\";s:10:\"first_name\";s:5:\"Mitch\";s:9:\"last_name\";s:7:\"Brunson\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568393698\";s:25:\"synced_gravatar_hashed_id\";s:32:\"d7369b1ff766b0e3113df3df76b5a379\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568375689\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"mitchbrunson\";s:10:\"first_name\";s:5:\"Mitch\";s:9:\"last_name\";s:7:\"Brunson\";s:10:\"user_email\";s:25:\"Mitch-Brunson87@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568375689\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"mitchbrunson\";s:9:\"full_name\";s:13:\"mitch brunson\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568375699\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43750,'um_cache_userdata_464','a:77:{s:2:\"ID\";i:464;s:10:\"user_login\";s:14:\"alvingrishin12\";s:9:\"user_pass\";s:60:\"$2y$10$j5MeJX03uPoFlHW11xdB0eas13IUGfmTjhYtXRmX8W9o9dgCNF6WW\";s:13:\"user_nicename\";s:14:\"alvingrishin12\";s:10:\"user_email\";s:23:\"Alvin-Grishin@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 17:26:25\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Alvin Grishin\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"alvingrishin12\";s:10:\"first_name\";s:5:\"Alvin\";s:9:\"last_name\";s:7:\"Grishin\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568395585\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c288287647cd7edc5bca378b7c8430d4\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568377577\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"alvingrishin12\";s:10:\"first_name\";s:5:\"Alvin\";s:9:\"last_name\";s:7:\"Grishin\";s:10:\"user_email\";s:23:\"Alvin-Grishin@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568377577\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"alvingrishin12\";s:9:\"full_name\";s:13:\"alvin grishin\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568377585\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43760,'location_children','a:0:{}','yes'),(43781,'um_cache_userdata_465','a:77:{s:2:\"ID\";i:465;s:10:\"user_login\";s:14:\"clayumberger68\";s:9:\"user_pass\";s:60:\"$2y$10$EtSVP4jsaLZEv761pdFIIOlJVELdr/ZzDiHkZG7st/1oZwFbiAQzu\";s:13:\"user_nicename\";s:14:\"clayumberger68\";s:10:\"user_email\";s:23:\"Clay.Umberger@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 17:37:15\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Clay Umberger\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"clayumberger68\";s:10:\"first_name\";s:4:\"Clay\";s:9:\"last_name\";s:8:\"Umberger\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568396235\";s:25:\"synced_gravatar_hashed_id\";s:32:\"37f12460f40d6b530a7226ee14291427\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568378228\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"clayumberger68\";s:10:\"first_name\";s:4:\"Clay\";s:9:\"last_name\";s:8:\"Umberger\";s:10:\"user_email\";s:23:\"Clay.Umberger@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568378228\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"clayumberger68\";s:9:\"full_name\";s:13:\"clay umberger\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568378236\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43802,'um_cache_userdata_466','a:77:{s:2:\"ID\";i:466;s:10:\"user_login\";s:10:\"domenicmav\";s:9:\"user_pass\";s:60:\"$2y$10$q3rhHLBOGFOc3fNVVpKQcOv2G2YstrA0IDI1MyhoTf.q6UQGHJ6ey\";s:13:\"user_nicename\";s:10:\"domenicmav\";s:10:\"user_email\";s:25:\"Domenic.Umbagai@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 17:46:57\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Domenic Umbagai\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"domenicmav\";s:10:\"first_name\";s:7:\"Domenic\";s:9:\"last_name\";s:7:\"Umbagai\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568396817\";s:25:\"synced_gravatar_hashed_id\";s:32:\"38dc20666e9d585106cdf063acffd894\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568378808\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"domenicmav\";s:10:\"first_name\";s:7:\"Domenic\";s:9:\"last_name\";s:7:\"Umbagai\";s:10:\"user_email\";s:25:\"Domenic.Umbagai@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568378808\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"domenicmav\";s:9:\"full_name\";s:15:\"domenic umbagai\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568378817\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43818,'um_cache_userdata_467','a:77:{s:2:\"ID\";i:467;s:10:\"user_login\";s:14:\"mohammedhenley\";s:9:\"user_pass\";s:60:\"$2y$10$ySzGRi3ZOcYwomFGaFewgOa8OQiTb53h1mzUiNvd1gnrqe5DwKmHq\";s:13:\"user_nicename\";s:14:\"mohammedhenley\";s:10:\"user_email\";s:25:\"Mohammed.Henley@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 17:51:22\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Mohammed Henley\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"mohammedhenley\";s:10:\"first_name\";s:8:\"Mohammed\";s:9:\"last_name\";s:6:\"Henley\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568397082\";s:25:\"synced_gravatar_hashed_id\";s:32:\"d8195024563c7ff5c50c162533c47fb5\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568379073\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"mohammedhenley\";s:10:\"first_name\";s:8:\"Mohammed\";s:9:\"last_name\";s:6:\"Henley\";s:10:\"user_email\";s:25:\"Mohammed.Henley@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568379073\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"mohammedhenley\";s:9:\"full_name\";s:15:\"mohammed henley\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568379082\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43835,'um_cache_userdata_468','a:77:{s:2:\"ID\";i:468;s:10:\"user_login\";s:14:\"dylankinsela38\";s:9:\"user_pass\";s:60:\"$2y$10$XzurNuNTqHF9HGic7sVLeO/xfh0l.LzXsm80dCcAKsITOsdbVes2C\";s:13:\"user_nicename\";s:14:\"dylankinsela38\";s:10:\"user_email\";s:24:\"Dylan_Kinsela7@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 17:58:15\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Dylan Kinsela\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"dylankinsela38\";s:10:\"first_name\";s:5:\"Dylan\";s:9:\"last_name\";s:7:\"Kinsela\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568397495\";s:25:\"synced_gravatar_hashed_id\";s:32:\"7450283708df1f88f43b997e528ce9ec\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568379488\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"dylankinsela38\";s:10:\"first_name\";s:5:\"Dylan\";s:9:\"last_name\";s:7:\"Kinsela\";s:10:\"user_email\";s:24:\"Dylan_Kinsela7@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568379488\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"dylankinsela38\";s:9:\"full_name\";s:13:\"dylan kinsela\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568379495\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43858,'um_cache_userdata_469','a:77:{s:2:\"ID\";i:469;s:10:\"user_login\";s:14:\"chanellavender\";s:9:\"user_pass\";s:60:\"$2y$10$yjmUKLJsKr/uOzKHEk9cP.dPhXIUBOl7ffTLNit4PNttzNBQXY7ju\";s:13:\"user_nicename\";s:14:\"chanellavender\";s:10:\"user_email\";s:26:\"Chanel-Lavender8@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 18:04:50\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Chanel Lavender\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"chanellavender\";s:10:\"first_name\";s:6:\"Chanel\";s:9:\"last_name\";s:8:\"Lavender\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568397890\";s:25:\"synced_gravatar_hashed_id\";s:32:\"d891aecb5e310d7f17613f3a12997f7e\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568379880\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"chanellavender\";s:10:\"first_name\";s:6:\"Chanel\";s:9:\"last_name\";s:8:\"Lavender\";s:10:\"user_email\";s:26:\"Chanel-Lavender8@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568379880\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"chanellavender\";s:9:\"full_name\";s:15:\"chanel lavender\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568379890\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43869,'um_cache_userdata_470','a:77:{s:2:\"ID\";i:470;s:10:\"user_login\";s:15:\"annmarieheadley\";s:9:\"user_pass\";s:60:\"$2y$10$SPQ0u3TcfJSj2QW6xOwvjuwxeWB4IVd8rOHWd5mTblMNyyhxpkCt.\";s:13:\"user_nicename\";s:15:\"annmarieheadley\";s:10:\"user_email\";s:28:\"Annmarie_Headley17@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 18:08:38\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Annmarie Headley\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"annmarieheadley\";s:10:\"first_name\";s:8:\"Annmarie\";s:9:\"last_name\";s:7:\"Headley\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568398118\";s:25:\"synced_gravatar_hashed_id\";s:32:\"234252d2158c74eae568dd893d0f8cbf\";s:9:\"submitted\";s:317:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568380111\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"annmarieheadley\";s:10:\"first_name\";s:8:\"Annmarie\";s:9:\"last_name\";s:7:\"Headley\";s:10:\"user_email\";s:28:\"Annmarie_Headley17@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568380111\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"annmarieheadley\";s:9:\"full_name\";s:16:\"annmarie headley\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568380119\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43877,'um_cache_userdata_471','a:77:{s:2:\"ID\";i:471;s:10:\"user_login\";s:12:\"sgudanny1288\";s:9:\"user_pass\";s:60:\"$2y$10$0F8RCBiCGjplQo/npBK6purf3dHx4NqKsnXUV7Uh3Oitc4Wjw5wJy\";s:13:\"user_nicename\";s:12:\"sgudanny1288\";s:10:\"user_email\";s:24:\"Danny-Backhaus@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 18:21:21\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Danny Backhaus\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"sgudanny1288\";s:10:\"first_name\";s:5:\"Danny\";s:9:\"last_name\";s:8:\"Backhaus\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568398881\";s:25:\"synced_gravatar_hashed_id\";s:32:\"2df513d1769b97a287b802bdd325a308\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568380871\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"sgudanny1288\";s:10:\"first_name\";s:5:\"Danny\";s:9:\"last_name\";s:8:\"Backhaus\";s:10:\"user_email\";s:24:\"Danny-Backhaus@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568380871\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"sgudanny1288\";s:9:\"full_name\";s:14:\"danny backhaus\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568380881\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43902,'um_cache_userdata_472','a:77:{s:2:\"ID\";i:472;s:10:\"user_login\";s:11:\"debrad43398\";s:9:\"user_pass\";s:60:\"$2y$10$s6ww0GhSsrLD2ra/QwlsteCwQbXkMabX2ihSznT.mVqfq6moAnefK\";s:13:\"user_nicename\";s:11:\"debrad43398\";s:10:\"user_email\";s:23:\"Debra.Cline67@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 18:44:16\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Debra Cline\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"debrad43398\";s:10:\"first_name\";s:5:\"Debra\";s:9:\"last_name\";s:5:\"Cline\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568400256\";s:25:\"synced_gravatar_hashed_id\";s:32:\"068fc3ce9945be794609a561e727432e\";s:9:\"submitted\";s:303:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568382247\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"debrad43398\";s:10:\"first_name\";s:5:\"Debra\";s:9:\"last_name\";s:5:\"Cline\";s:10:\"user_email\";s:23:\"Debra.Cline67@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568382247\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"debrad43398\";s:9:\"full_name\";s:11:\"debra cline\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568382257\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43908,'um_cache_userdata_473','a:77:{s:2:\"ID\";i:473;s:10:\"user_login\";s:14:\"ola24101328230\";s:9:\"user_pass\";s:60:\"$2y$10$Gb.Wgairlq81g9KvR/jRjOsBISiDv2C3d1Y0kSOR26/LCC2kSHO4u\";s:13:\"user_nicename\";s:14:\"ola24101328230\";s:10:\"user_email\";s:22:\"Ola_Schott10@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 18:56:18\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Ola Schott\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"ola24101328230\";s:10:\"first_name\";s:3:\"Ola\";s:9:\"last_name\";s:6:\"Schott\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568400978\";s:25:\"synced_gravatar_hashed_id\";s:32:\"6f1e231426a272584c0e14d08188d43a\";s:9:\"submitted\";s:304:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568382966\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"ola24101328230\";s:10:\"first_name\";s:3:\"Ola\";s:9:\"last_name\";s:6:\"Schott\";s:10:\"user_email\";s:22:\"Ola_Schott10@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568382966\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"ola24101328230\";s:9:\"full_name\";s:10:\"ola schott\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568382978\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43918,'um_cache_userdata_475','a:77:{s:2:\"ID\";i:475;s:10:\"user_login\";s:16:\"lesterbaragwanat\";s:9:\"user_pass\";s:60:\"$2y$10$mBSKT65I6E457G9XZ3WJ6exqqHT79ShjP8znGZ9lidnKpP4q2H0MO\";s:13:\"user_nicename\";s:16:\"lesterbaragwanat\";s:10:\"user_email\";s:28:\"Lester-Baragwanath@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 19:03:42\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:18:\"Lester Baragwanath\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"lesterbaragwanat\";s:10:\"first_name\";s:6:\"Lester\";s:9:\"last_name\";s:11:\"Baragwanath\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568401422\";s:25:\"synced_gravatar_hashed_id\";s:32:\"e7b5b973fd2254e83d20368d081d01b5\";s:9:\"submitted\";s:321:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568383414\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"lesterbaragwanat\";s:10:\"first_name\";s:6:\"Lester\";s:9:\"last_name\";s:11:\"Baragwanath\";s:10:\"user_email\";s:28:\"Lester-Baragwanath@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568383414\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"lesterbaragwanat\";s:9:\"full_name\";s:18:\"lester baragwanath\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568383423\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43925,'um_cache_userdata_476','a:77:{s:2:\"ID\";i:476;s:10:\"user_login\";s:13:\"lukasmonash08\";s:9:\"user_pass\";s:60:\"$2y$10$30bwpH9LX0G0HOz4YL3BTeDl4mJeBhp2Yg7JfwTMAPYjjyBnAav7i\";s:13:\"user_nicename\";s:13:\"lukasmonash08\";s:10:\"user_email\";s:24:\"Lukas_Monash31@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 19:11:44\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Lukas Monash\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"lukasmonash08\";s:10:\"first_name\";s:5:\"Lukas\";s:9:\"last_name\";s:6:\"Monash\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568401904\";s:25:\"synced_gravatar_hashed_id\";s:32:\"9ce0fa1d7aa789bcb3442d46930309e1\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568383896\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"lukasmonash08\";s:10:\"first_name\";s:5:\"Lukas\";s:9:\"last_name\";s:6:\"Monash\";s:10:\"user_email\";s:24:\"Lukas_Monash31@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568383896\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"lukasmonash08\";s:9:\"full_name\";s:12:\"lukas monash\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568383905\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43930,'um_cache_userdata_477','a:77:{s:2:\"ID\";i:477;s:10:\"user_login\";s:16:\"cherylfitzsimons\";s:9:\"user_pass\";s:60:\"$2y$10$b0wcpO31LHXdndSFdKzzU.wAPx6DrRK/AxbW19.eRqkXOVvX0cmAm\";s:13:\"user_nicename\";s:16:\"cherylfitzsimons\";s:10:\"user_email\";s:27:\"Cheryl-Fitzsimons@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 19:15:31\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Cheryl Fitzsimons\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"cherylfitzsimons\";s:10:\"first_name\";s:6:\"Cheryl\";s:9:\"last_name\";s:10:\"Fitzsimons\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568402131\";s:25:\"synced_gravatar_hashed_id\";s:32:\"cc41bbb01ec824fb0a36a5f599cd9036\";s:9:\"submitted\";s:319:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568384121\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"cherylfitzsimons\";s:10:\"first_name\";s:6:\"Cheryl\";s:9:\"last_name\";s:10:\"Fitzsimons\";s:10:\"user_email\";s:27:\"Cheryl-Fitzsimons@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568384121\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"cherylfitzsimons\";s:9:\"full_name\";s:17:\"cheryl fitzsimons\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568384131\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43958,'um_cache_userdata_478','a:77:{s:2:\"ID\";i:478;s:10:\"user_login\";s:14:\"thurmanharitos\";s:9:\"user_pass\";s:60:\"$2y$10$nzP9KnlWs.T5DASIh88qm.C2N9A/qFYG56pTBK1N2.1Ga.ohFj9Lq\";s:13:\"user_nicename\";s:14:\"thurmanharitos\";s:10:\"user_email\";s:27:\"Thurman_Haritos38@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 19:34:43\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Thurman Haritos\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"thurmanharitos\";s:10:\"first_name\";s:7:\"Thurman\";s:9:\"last_name\";s:7:\"Haritos\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568403283\";s:25:\"synced_gravatar_hashed_id\";s:32:\"d7722fcbbaf9b2afdb6891a5aac2b4f8\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568385275\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"thurmanharitos\";s:10:\"first_name\";s:7:\"Thurman\";s:9:\"last_name\";s:7:\"Haritos\";s:10:\"user_email\";s:27:\"Thurman_Haritos38@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568385275\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"thurmanharitos\";s:9:\"full_name\";s:15:\"thurman haritos\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568385284\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43963,'um_cache_userdata_479','a:77:{s:2:\"ID\";i:479;s:10:\"user_login\";s:13:\"chancemckenny\";s:9:\"user_pass\";s:60:\"$2y$10$A05ShZLtq9RaQNqLJQeIIe7I619cs7EHF4HeUXhr.kYSQ4A75MhcO\";s:13:\"user_nicename\";s:13:\"chancemckenny\";s:10:\"user_email\";s:26:\"Chance-McKenny85@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 19:35:05\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Chance McKenny\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"chancemckenny\";s:10:\"first_name\";s:6:\"Chance\";s:9:\"last_name\";s:7:\"McKenny\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568403305\";s:25:\"synced_gravatar_hashed_id\";s:32:\"9d6111c9ce20c0647c4b055e198e4dbb\";s:9:\"submitted\";s:311:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568385295\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"chancemckenny\";s:10:\"first_name\";s:6:\"Chance\";s:9:\"last_name\";s:7:\"McKenny\";s:10:\"user_email\";s:26:\"Chance-McKenny85@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568385295\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"chancemckenny\";s:9:\"full_name\";s:14:\"chance mckenny\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568385306\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(43970,'um_cache_userdata_480','a:77:{s:2:\"ID\";i:480;s:10:\"user_login\";s:10:\"otisroe867\";s:9:\"user_pass\";s:60:\"$2y$10$8T2d3N3kUsWYqyGg/3Gsvuf92dJXFqUxxXBNgzcW0fq8dyYLgc2Iq\";s:13:\"user_nicename\";s:10:\"otisroe867\";s:10:\"user_email\";s:20:\"Otis.Roe14@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 19:49:35\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:8:\"Otis Roe\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"otisroe867\";s:10:\"first_name\";s:4:\"Otis\";s:9:\"last_name\";s:3:\"Roe\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568404175\";s:25:\"synced_gravatar_hashed_id\";s:32:\"ee7c8dc6f49f7e647abfa7ff7528c61e\";s:9:\"submitted\";s:296:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568386168\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"otisroe867\";s:10:\"first_name\";s:4:\"Otis\";s:9:\"last_name\";s:3:\"Roe\";s:10:\"user_email\";s:20:\"Otis.Roe14@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568386168\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"otisroe867\";s:9:\"full_name\";s:8:\"otis roe\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568386176\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44014,'um_cache_userdata_481','a:77:{s:2:\"ID\";i:481;s:10:\"user_login\";s:16:\"latishalovegrove\";s:9:\"user_pass\";s:60:\"$2y$10$lCT6.gtqHOl.HkmIm8e.Hutzsy8zRilQEzucOOTVgOEWPeSSgYMDy\";s:13:\"user_nicename\";s:16:\"latishalovegrove\";s:10:\"user_email\";s:29:\"Latisha.Lovegrove66@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 20:05:10\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Latisha Lovegrove\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"latishalovegrove\";s:10:\"first_name\";s:7:\"Latisha\";s:9:\"last_name\";s:9:\"Lovegrove\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568405110\";s:25:\"synced_gravatar_hashed_id\";s:32:\"15e57d9f97831c1abaa2da0c52d94fb5\";s:9:\"submitted\";s:320:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568387103\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"latishalovegrove\";s:10:\"first_name\";s:7:\"Latisha\";s:9:\"last_name\";s:9:\"Lovegrove\";s:10:\"user_email\";s:29:\"Latisha.Lovegrove66@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568387103\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"latishalovegrove\";s:9:\"full_name\";s:17:\"latisha lovegrove\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568387111\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44022,'um_cache_userdata_482','a:77:{s:2:\"ID\";i:482;s:10:\"user_login\";s:15:\"cathernjewell71\";s:9:\"user_pass\";s:60:\"$2y$10$A/EAAHA.9wk6JwaSZwkbj.WJxhn01sdhK/bttGOeflOgYDopQA4kS\";s:13:\"user_nicename\";s:15:\"cathernjewell71\";s:10:\"user_email\";s:26:\"Cathern.Jewell99@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 20:09:11\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Cathern Jewell\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"cathernjewell71\";s:10:\"first_name\";s:7:\"Cathern\";s:9:\"last_name\";s:6:\"Jewell\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568405351\";s:25:\"synced_gravatar_hashed_id\";s:32:\"caa97e2c5214e93fd4b64fd9360470a0\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568387341\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"cathernjewell71\";s:10:\"first_name\";s:7:\"Cathern\";s:9:\"last_name\";s:6:\"Jewell\";s:10:\"user_email\";s:26:\"Cathern.Jewell99@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568387341\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"cathernjewell71\";s:9:\"full_name\";s:14:\"cathern jewell\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568387351\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44036,'um_cache_userdata_483','a:77:{s:2:\"ID\";i:483;s:10:\"user_login\";s:13:\"marcusm535188\";s:9:\"user_pass\";s:60:\"$2y$10$QUZ6HJ3IQIICM1ci1O1CJewDfgqBuV/7UB7IpG4duPymeRtuk5.uO\";s:13:\"user_nicename\";s:13:\"marcusm535188\";s:10:\"user_email\";s:26:\"Marcus-Carpenter@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 20:14:16\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Marcus Carpenter\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"marcusm535188\";s:10:\"first_name\";s:6:\"Marcus\";s:9:\"last_name\";s:9:\"Carpenter\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568405656\";s:25:\"synced_gravatar_hashed_id\";s:32:\"b6046dfd8769dc8eae22c474acdc7398\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568387645\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"marcusm535188\";s:10:\"first_name\";s:6:\"Marcus\";s:9:\"last_name\";s:9:\"Carpenter\";s:10:\"user_email\";s:26:\"Marcus-Carpenter@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568387645\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"marcusm535188\";s:9:\"full_name\";s:16:\"marcus carpenter\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568387657\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44055,'um_cache_userdata_484','a:77:{s:2:\"ID\";i:484;s:10:\"user_login\";s:10:\"phillisj96\";s:9:\"user_pass\";s:60:\"$2y$10$PLO6uiaG8hMtUOWa5wWbQOP8agYENUKFEYY.DMMR338Ww0OAv.uAS\";s:13:\"user_nicename\";s:10:\"phillisj96\";s:10:\"user_email\";s:27:\"Phillis_Novotny60@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 20:23:35\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Phillis Novotny\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"phillisj96\";s:10:\"first_name\";s:7:\"Phillis\";s:9:\"last_name\";s:7:\"Novotny\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568406215\";s:25:\"synced_gravatar_hashed_id\";s:32:\"4a716691dd9be917ecbd901549d0c405\";s:9:\"submitted\";s:310:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568388203\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"phillisj96\";s:10:\"first_name\";s:7:\"Phillis\";s:9:\"last_name\";s:7:\"Novotny\";s:10:\"user_email\";s:27:\"Phillis_Novotny60@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568388203\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"phillisj96\";s:9:\"full_name\";s:15:\"phillis novotny\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568388215\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44084,'um_cache_userdata_485','a:77:{s:2:\"ID\";i:485;s:10:\"user_login\";s:12:\"carson82h459\";s:9:\"user_pass\";s:60:\"$2y$10$ORseCGpSRJoKEJaowKbTlOxtmVR6QC0MTcMZBlpgzGg3FbRig92T6\";s:13:\"user_nicename\";s:12:\"carson82h459\";s:10:\"user_email\";s:22:\"Carson.Allie@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 20:42:07\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Carson Allie\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"carson82h459\";s:10:\"first_name\";s:6:\"Carson\";s:9:\"last_name\";s:5:\"Allie\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568407328\";s:25:\"synced_gravatar_hashed_id\";s:32:\"df13972ed612f6a96e66dc6fb16070b0\";s:9:\"submitted\";s:304:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568389318\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"carson82h459\";s:10:\"first_name\";s:6:\"Carson\";s:9:\"last_name\";s:5:\"Allie\";s:10:\"user_email\";s:22:\"Carson.Allie@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568389318\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"carson82h459\";s:9:\"full_name\";s:12:\"carson allie\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568389328\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44095,'um_cache_userdata_486','a:77:{s:2:\"ID\";i:486;s:10:\"user_login\";s:16:\"celesteabernathy\";s:9:\"user_pass\";s:60:\"$2y$10$7ZuFxZZyciuD1t3PiqII8OCG372gyJ/yTWceGy5jc4H4c4b5RyShK\";s:13:\"user_nicename\";s:16:\"celesteabernathy\";s:10:\"user_email\";s:51:\"Celeste.Abernathy@giannitti.modernsailorclothes.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 20:48:43\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Celeste Abernathy\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"celesteabernathy\";s:10:\"first_name\";s:7:\"Celeste\";s:9:\"last_name\";s:9:\"Abernathy\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568407723\";s:25:\"synced_gravatar_hashed_id\";s:32:\"599671f13ec2e099ed2e6f0ce5fb8490\";s:9:\"submitted\";s:342:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568389686\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"celesteabernathy\";s:10:\"first_name\";s:7:\"Celeste\";s:9:\"last_name\";s:9:\"Abernathy\";s:10:\"user_email\";s:51:\"Celeste.Abernathy@giannitti.modernsailorclothes.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568389686\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"celesteabernathy\";s:9:\"full_name\";s:17:\"celeste abernathy\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568389723\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44104,'um_cache_userdata_487','a:77:{s:2:\"ID\";i:487;s:10:\"user_login\";s:13:\"penneygaffney\";s:9:\"user_pass\";s:60:\"$2y$10$z5lNLO.UVB7rBI0dp2NDYOJ94tiOb/.qDtNE4StcmbS/XO5WO0ghm\";s:13:\"user_nicename\";s:13:\"penneygaffney\";s:10:\"user_email\";s:26:\"Penney_Gaffney58@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 20:49:13\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Penney Gaffney\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"penneygaffney\";s:10:\"first_name\";s:6:\"Penney\";s:9:\"last_name\";s:7:\"Gaffney\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568407753\";s:25:\"synced_gravatar_hashed_id\";s:32:\"1da2cd3b674f94dac2e64a31c07198ef\";s:9:\"submitted\";s:311:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568389746\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"penneygaffney\";s:10:\"first_name\";s:6:\"Penney\";s:9:\"last_name\";s:7:\"Gaffney\";s:10:\"user_email\";s:26:\"Penney_Gaffney58@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568389746\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"penneygaffney\";s:9:\"full_name\";s:14:\"penney gaffney\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568389754\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44117,'um_cache_userdata_488','a:77:{s:2:\"ID\";i:488;s:10:\"user_login\";s:16:\"williemaestillwe\";s:9:\"user_pass\";s:60:\"$2y$10$0eiSS5uUkErss0jJi2tEMuCg/ZJSThKIGgKhvRT7IcloZYoNRPowu\";s:13:\"user_nicename\";s:16:\"williemaestillwe\";s:10:\"user_email\";s:29:\"Williemae_Stillwell@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 20:50:42\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:19:\"Williemae Stillwell\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"williemaestillwe\";s:10:\"first_name\";s:9:\"Williemae\";s:9:\"last_name\";s:9:\"Stillwell\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568407842\";s:25:\"synced_gravatar_hashed_id\";s:32:\"21fe8d906dfb3f6bff4e9a41ce4e1f68\";s:9:\"submitted\";s:322:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568389832\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"williemaestillwe\";s:10:\"first_name\";s:9:\"Williemae\";s:9:\"last_name\";s:9:\"Stillwell\";s:10:\"user_email\";s:29:\"Williemae_Stillwell@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568389832\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"williemaestillwe\";s:9:\"full_name\";s:19:\"williemae stillwell\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568389843\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44128,'um_cache_userdata_489','a:77:{s:2:\"ID\";i:489;s:10:\"user_login\";s:15:\"cristinabottoms\";s:9:\"user_pass\";s:60:\"$2y$10$pR24wqNLd6ncOFrnjPm1me1DxHOOBfrQZyTJG7kRyn/Ad5W.Ge3y6\";s:13:\"user_nicename\";s:15:\"cristinabottoms\";s:10:\"user_email\";s:28:\"Cristina_Bottoms87@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 20:54:56\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Cristina Bottoms\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"cristinabottoms\";s:10:\"first_name\";s:8:\"Cristina\";s:9:\"last_name\";s:7:\"Bottoms\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568408096\";s:25:\"synced_gravatar_hashed_id\";s:32:\"3da8653e0c65fb3ae4f3805097553e80\";s:9:\"submitted\";s:317:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568390086\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"cristinabottoms\";s:10:\"first_name\";s:8:\"Cristina\";s:9:\"last_name\";s:7:\"Bottoms\";s:10:\"user_email\";s:28:\"Cristina_Bottoms87@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568390086\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"cristinabottoms\";s:9:\"full_name\";s:16:\"cristina bottoms\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568390096\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44143,'um_cache_userdata_490','a:77:{s:2:\"ID\";i:490;s:10:\"user_login\";s:15:\"jonahpoidevin97\";s:9:\"user_pass\";s:60:\"$2y$10$tbgeCZbLcOK53SL4o7QFXeNEKDr1IeuptfLZaDz5NAqG6gy0i8VU2\";s:13:\"user_nicename\";s:15:\"jonahpoidevin97\";s:10:\"user_email\";s:24:\"Jonah_Poidevin@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 21:01:41\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Jonah Poidevin\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"jonahpoidevin97\";s:10:\"first_name\";s:5:\"Jonah\";s:9:\"last_name\";s:8:\"Poidevin\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568408501\";s:25:\"synced_gravatar_hashed_id\";s:32:\"fb02d55b365e258239e0f51bd85ab033\";s:9:\"submitted\";s:311:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568390491\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"jonahpoidevin97\";s:10:\"first_name\";s:5:\"Jonah\";s:9:\"last_name\";s:8:\"Poidevin\";s:10:\"user_email\";s:24:\"Jonah_Poidevin@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568390491\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"jonahpoidevin97\";s:9:\"full_name\";s:14:\"jonah poidevin\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568390501\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44150,'um_cache_userdata_491','a:77:{s:2:\"ID\";i:491;s:10:\"user_login\";s:14:\"dorinecis57464\";s:9:\"user_pass\";s:60:\"$2y$10$8WrFHPM.IvosCCnXM/wBJ.ZMStutBHifZX6dLoX9w2FkE2qI3yYZm\";s:13:\"user_nicename\";s:14:\"dorinecis57464\";s:10:\"user_email\";s:27:\"Dorine_Mandalis49@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 21:04:57\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Dorine Mandalis\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"dorinecis57464\";s:10:\"first_name\";s:6:\"Dorine\";s:9:\"last_name\";s:8:\"Mandalis\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568408697\";s:25:\"synced_gravatar_hashed_id\";s:32:\"b718f802c7e10260b07602df160c39d3\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568390691\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"dorinecis57464\";s:10:\"first_name\";s:6:\"Dorine\";s:9:\"last_name\";s:8:\"Mandalis\";s:10:\"user_email\";s:27:\"Dorine_Mandalis49@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568390691\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"dorinecis57464\";s:9:\"full_name\";s:15:\"dorine mandalis\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568390697\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44225,'um_cache_userdata_492','a:77:{s:2:\"ID\";i:492;s:10:\"user_login\";s:13:\"danimclane640\";s:9:\"user_pass\";s:60:\"$2y$10$tIWRaX9Dft3X6RSKC3JYl.Xvb5AJBa7mEC6B5ceK/Xi.pLgXBjOHq\";s:13:\"user_nicename\";s:13:\"danimclane640\";s:10:\"user_email\";s:21:\"Dani-McLane@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 21:27:38\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Dani McLane\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"danimclane640\";s:10:\"first_name\";s:4:\"Dani\";s:9:\"last_name\";s:6:\"McLane\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568410058\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f71414270be036550e40b027287a03b1\";s:9:\"submitted\";s:303:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568392050\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"danimclane640\";s:10:\"first_name\";s:4:\"Dani\";s:9:\"last_name\";s:6:\"McLane\";s:10:\"user_email\";s:21:\"Dani-McLane@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568392050\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"danimclane640\";s:9:\"full_name\";s:11:\"dani mclane\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568392058\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44279,'um_cache_userdata_494','a:77:{s:2:\"ID\";i:494;s:10:\"user_login\";s:13:\"chestertabor7\";s:9:\"user_pass\";s:60:\"$2y$10$MjNBQmn9WmEYhNKrsUBELumtBiurfYhhn8dyJ7QHMfjEtaWtE2aHO\";s:13:\"user_nicename\";s:13:\"chestertabor7\";s:10:\"user_email\";s:23:\"Chester.Tabor@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 21:48:06\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Chester Tabor\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"chestertabor7\";s:10:\"first_name\";s:7:\"Chester\";s:9:\"last_name\";s:5:\"Tabor\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568411286\";s:25:\"synced_gravatar_hashed_id\";s:32:\"17e9f5936da1c404c0dfbf899e3b7585\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568393276\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"chestertabor7\";s:10:\"first_name\";s:7:\"Chester\";s:9:\"last_name\";s:5:\"Tabor\";s:10:\"user_email\";s:23:\"Chester.Tabor@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568393276\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"chestertabor7\";s:9:\"full_name\";s:13:\"chester tabor\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568393287\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44302,'um_cache_userdata_495','a:77:{s:2:\"ID\";i:495;s:10:\"user_login\";s:12:\"charistorres\";s:9:\"user_pass\";s:60:\"$2y$10$aOHf31D3J7c7I3r5pGZJ5uTF6tma/gomgkX349hqZSLIeujWSpgfC\";s:13:\"user_nicename\";s:12:\"charistorres\";s:10:\"user_email\";s:23:\"Charis-Torres@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 21:57:51\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Charis Torres\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"charistorres\";s:10:\"first_name\";s:6:\"Charis\";s:9:\"last_name\";s:6:\"Torres\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568411871\";s:25:\"synced_gravatar_hashed_id\";s:32:\"2130e0226653f62f86706008001ded9f\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568393864\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"charistorres\";s:10:\"first_name\";s:6:\"Charis\";s:9:\"last_name\";s:6:\"Torres\";s:10:\"user_email\";s:23:\"Charis-Torres@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568393864\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"charistorres\";s:9:\"full_name\";s:13:\"charis torres\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568393872\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44316,'um_cache_userdata_496','a:77:{s:2:\"ID\";i:496;s:10:\"user_login\";s:15:\"aprilkrajewski1\";s:9:\"user_pass\";s:60:\"$2y$10$dWHBHTzVcOQKPmHC/xCUSOVPB44ELXoIbJf/V4HEfq6zlAcHWshP6\";s:13:\"user_nicename\";s:15:\"aprilkrajewski1\";s:10:\"user_email\";s:25:\"April_Krajewski@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 22:09:48\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"April Krajewski\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"aprilkrajewski1\";s:10:\"first_name\";s:5:\"April\";s:9:\"last_name\";s:9:\"Krajewski\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568412588\";s:25:\"synced_gravatar_hashed_id\";s:32:\"d6cedd3cf690c87d51fa6c204a079c53\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568394581\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"aprilkrajewski1\";s:10:\"first_name\";s:5:\"April\";s:9:\"last_name\";s:9:\"Krajewski\";s:10:\"user_email\";s:25:\"April_Krajewski@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568394581\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"aprilkrajewski1\";s:9:\"full_name\";s:15:\"april krajewski\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568394588\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44332,'um_cache_userdata_497','a:77:{s:2:\"ID\";i:497;s:10:\"user_login\";s:13:\"bobbyy9901733\";s:9:\"user_pass\";s:60:\"$2y$10$LhKXSecbQsU1wQ.dZ0BGU.5r4ULvKMP6jX/NOeWOpYL4pEaYmu3a6\";s:13:\"user_nicename\";s:13:\"bobbyy9901733\";s:10:\"user_email\";s:23:\"Bobby.Blank64@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 22:15:11\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Bobby Blank\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"bobbyy9901733\";s:10:\"first_name\";s:5:\"Bobby\";s:9:\"last_name\";s:5:\"Blank\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568412911\";s:25:\"synced_gravatar_hashed_id\";s:32:\"63fc5cc2659bd2295592b7a9981a4c20\";s:9:\"submitted\";s:305:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568394900\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"bobbyy9901733\";s:10:\"first_name\";s:5:\"Bobby\";s:9:\"last_name\";s:5:\"Blank\";s:10:\"user_email\";s:23:\"Bobby.Blank64@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568394900\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"bobbyy9901733\";s:9:\"full_name\";s:11:\"bobby blank\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568394912\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44357,'um_cache_userdata_498','a:77:{s:2:\"ID\";i:498;s:10:\"user_login\";s:11:\"sadyefinnis\";s:9:\"user_pass\";s:60:\"$2y$10$iiPvwza7A3ZDrEgMie9GFufsCijMMxxGZO4aq15FBGqxQO/2/PWzO\";s:13:\"user_nicename\";s:11:\"sadyefinnis\";s:10:\"user_email\";s:24:\"Sadye_Finnis46@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 22:28:14\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Sadye Finnis\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"sadyefinnis\";s:10:\"first_name\";s:5:\"Sadye\";s:9:\"last_name\";s:6:\"Finnis\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568413694\";s:25:\"synced_gravatar_hashed_id\";s:32:\"88b5dc9192d8964c1dc620b0f196aafb\";s:9:\"submitted\";s:305:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568395688\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"sadyefinnis\";s:10:\"first_name\";s:5:\"Sadye\";s:9:\"last_name\";s:6:\"Finnis\";s:10:\"user_email\";s:24:\"Sadye_Finnis46@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568395688\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"sadyefinnis\";s:9:\"full_name\";s:12:\"sadye finnis\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568395695\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44412,'um_cache_userdata_499','a:77:{s:2:\"ID\";i:499;s:10:\"user_login\";s:15:\"lizalemieux0022\";s:9:\"user_pass\";s:60:\"$2y$10$a9fapJlfyqHvvzU.kMbT0OZYNQWV56ivGcZjE/.SvVPQ47Zoc8rAq\";s:13:\"user_nicename\";s:15:\"lizalemieux0022\";s:10:\"user_email\";s:24:\"Liza-Lemieux11@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 22:57:33\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Liza Lemieux\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"lizalemieux0022\";s:10:\"first_name\";s:4:\"Liza\";s:9:\"last_name\";s:7:\"Lemieux\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568415453\";s:25:\"synced_gravatar_hashed_id\";s:32:\"9e32f3a6cf394cb543db29c42a2ee4d8\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568397442\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"lizalemieux0022\";s:10:\"first_name\";s:4:\"Liza\";s:9:\"last_name\";s:7:\"Lemieux\";s:10:\"user_email\";s:24:\"Liza-Lemieux11@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568397442\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"lizalemieux0022\";s:9:\"full_name\";s:12:\"liza lemieux\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568397453\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44417,'um_cache_userdata_500','a:77:{s:2:\"ID\";i:500;s:10:\"user_login\";s:6:\"nashus\";s:9:\"user_pass\";s:60:\"$2y$10$lwkx0NxnYJrS/a34EczzGOGiQLhTkQAMhHvdsiP0rov5uH0nqSRJq\";s:13:\"user_nicename\";s:6:\"nashus\";s:10:\"user_email\";s:23:\"Nashanehamilton@yah.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 22:58:44\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Nashane Hamilton\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:6:\"nashus\";s:10:\"first_name\";s:7:\"Nashane\";s:9:\"last_name\";s:8:\"Hamilton\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568415524\";s:25:\"synced_gravatar_hashed_id\";s:32:\"0eb8004e88a2fa641b96dde071dddb23\";s:9:\"submitted\";s:302:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568397488\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:6:\"Nashus\";s:10:\"first_name\";s:7:\"Nashane\";s:9:\"last_name\";s:8:\"Hamilton\";s:10:\"user_email\";s:23:\"Nashanehamilton@yah.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568397488\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:6:\"nashus\";s:9:\"full_name\";s:16:\"nashane hamilton\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568397524\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44426,'um_cache_userdata_501','a:77:{s:2:\"ID\";i:501;s:10:\"user_login\";s:13:\"aleidastory24\";s:9:\"user_pass\";s:60:\"$2y$10$kYw99VGwL99pGA5W8LjjwujzgAa7cu9p/mj7qH29rIYzwvvfKQ8Ry\";s:13:\"user_nicename\";s:13:\"aleidastory24\";s:10:\"user_email\";s:22:\"Aleida.Story@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 23:03:20\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Aleida Story\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"aleidastory24\";s:10:\"first_name\";s:6:\"Aleida\";s:9:\"last_name\";s:5:\"Story\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568415801\";s:25:\"synced_gravatar_hashed_id\";s:32:\"d832526372c5d0e8a2ae755cf454fa05\";s:9:\"submitted\";s:305:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568397793\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"aleidastory24\";s:10:\"first_name\";s:6:\"Aleida\";s:9:\"last_name\";s:5:\"Story\";s:10:\"user_email\";s:22:\"Aleida.Story@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568397793\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"aleidastory24\";s:9:\"full_name\";s:12:\"aleida story\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568397801\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44442,'um_cache_userdata_502','a:77:{s:2:\"ID\";i:502;s:10:\"user_login\";s:15:\"adriannabayldon\";s:9:\"user_pass\";s:60:\"$2y$10$XrJSt7BIq7XcBkClNJp/D.8L.Gl5jjZjKD6lkhZROsHZz2CD8rOQ6\";s:13:\"user_nicename\";s:15:\"adriannabayldon\";s:10:\"user_email\";s:28:\"Adrianna.Bayldon87@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 23:28:15\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Adrianna Bayldon\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"adriannabayldon\";s:10:\"first_name\";s:8:\"Adrianna\";s:9:\"last_name\";s:7:\"Bayldon\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568417295\";s:25:\"synced_gravatar_hashed_id\";s:32:\"e5007b592c452cae9b8d3622d5579072\";s:9:\"submitted\";s:317:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568399289\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"adriannabayldon\";s:10:\"first_name\";s:8:\"Adrianna\";s:9:\"last_name\";s:7:\"Bayldon\";s:10:\"user_email\";s:28:\"Adrianna.Bayldon87@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568399289\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"adriannabayldon\";s:9:\"full_name\";s:16:\"adrianna bayldon\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568399296\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44448,'um_cache_userdata_503','a:77:{s:2:\"ID\";i:503;s:10:\"user_login\";s:13:\"richardthiel4\";s:9:\"user_pass\";s:60:\"$2y$10$HjnK1cJSXtIfkS3o/QzZEe1ImhDn5oVTdHjIRPls42dBV/UCoHCl.\";s:13:\"user_nicename\";s:13:\"richardthiel4\";s:10:\"user_email\";s:25:\"Richard.Thiel18@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 23:39:01\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Richard Thiel\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"richardthiel4\";s:10:\"first_name\";s:7:\"Richard\";s:9:\"last_name\";s:5:\"Thiel\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568417941\";s:25:\"synced_gravatar_hashed_id\";s:32:\"0de0bc59eed47284661dae2e9271574c\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568399930\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"richardthiel4\";s:10:\"first_name\";s:7:\"Richard\";s:9:\"last_name\";s:5:\"Thiel\";s:10:\"user_email\";s:25:\"Richard.Thiel18@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568399930\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"richardthiel4\";s:9:\"full_name\";s:13:\"richard thiel\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568399941\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44453,'um_cache_userdata_504','a:77:{s:2:\"ID\";i:504;s:10:\"user_login\";s:12:\"karrikaylock\";s:9:\"user_pass\";s:60:\"$2y$10$BxjvayNpdHZAW.KB1fvRAOyRqIiHKnuUW4avPOoyqxN4uyvj/4a/m\";s:13:\"user_nicename\";s:12:\"karrikaylock\";s:10:\"user_email\";s:23:\"Karri.Kaylock@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 23:42:48\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Karri Kaylock\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"karrikaylock\";s:10:\"first_name\";s:5:\"Karri\";s:9:\"last_name\";s:7:\"Kaylock\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568418168\";s:25:\"synced_gravatar_hashed_id\";s:32:\"092cfa1ff6507161a6a5acf67627eaa8\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568400162\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"karrikaylock\";s:10:\"first_name\";s:5:\"Karri\";s:9:\"last_name\";s:7:\"Kaylock\";s:10:\"user_email\";s:23:\"Karri.Kaylock@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568400162\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"karrikaylock\";s:9:\"full_name\";s:13:\"karri kaylock\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568400169\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44465,'um_cache_userdata_505','a:77:{s:2:\"ID\";i:505;s:10:\"user_login\";s:11:\"eddybeckman\";s:9:\"user_pass\";s:60:\"$2y$10$S7tk23ro4UvrSq7AKHHMR.YlQBlTYdI8mB.oRbmOQurzr7yytD/Ka\";s:13:\"user_nicename\";s:11:\"eddybeckman\";s:10:\"user_email\";s:22:\"Eddy_Beckman@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-13 23:53:52\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Eddy Beckman\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"eddybeckman\";s:10:\"first_name\";s:4:\"Eddy\";s:9:\"last_name\";s:7:\"Beckman\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568418832\";s:25:\"synced_gravatar_hashed_id\";s:32:\"38320b80da18f35ef26783fbb8dc452e\";s:9:\"submitted\";s:303:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568400824\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"eddybeckman\";s:10:\"first_name\";s:4:\"Eddy\";s:9:\"last_name\";s:7:\"Beckman\";s:10:\"user_email\";s:22:\"Eddy_Beckman@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568400824\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"eddybeckman\";s:9:\"full_name\";s:12:\"eddy beckman\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568400833\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44470,'um_cache_userdata_506','a:77:{s:2:\"ID\";i:506;s:10:\"user_login\";s:12:\"shanikraker8\";s:9:\"user_pass\";s:60:\"$2y$10$KF/Bxb5lZBY3Axb3c/h5Lu7rvlepgiwLO1T/MnTKJ/ZHZNX1RNnjK\";s:13:\"user_nicename\";s:12:\"shanikraker8\";s:10:\"user_email\";s:22:\"Shani.Kraker@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 00:00:25\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Shani Kraker\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"shanikraker8\";s:10:\"first_name\";s:5:\"Shani\";s:9:\"last_name\";s:6:\"Kraker\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568419225\";s:25:\"synced_gravatar_hashed_id\";s:32:\"dc1a98262be26dc06efd8deb49ade75a\";s:9:\"submitted\";s:304:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568401217\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"shanikraker8\";s:10:\"first_name\";s:5:\"Shani\";s:9:\"last_name\";s:6:\"Kraker\";s:10:\"user_email\";s:22:\"Shani.Kraker@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568401217\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"shanikraker8\";s:9:\"full_name\";s:12:\"shani kraker\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568401225\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44479,'um_cache_userdata_507','a:77:{s:2:\"ID\";i:507;s:10:\"user_login\";s:14:\"kris9409538333\";s:9:\"user_pass\";s:60:\"$2y$10$MnD/NgrRrO93QifnwUeutOfI8S/IIaOResC7nszbuNaGUEbzUXeF2\";s:13:\"user_nicename\";s:14:\"kris9409538333\";s:10:\"user_email\";s:19:\"Kris.Burd@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 00:10:45\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:9:\"Kris Burd\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"kris9409538333\";s:10:\"first_name\";s:4:\"Kris\";s:9:\"last_name\";s:4:\"Burd\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568419845\";s:25:\"synced_gravatar_hashed_id\";s:32:\"93a7edfef1c09e16692d7345f42e5286\";s:9:\"submitted\";s:300:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568401834\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"kris9409538333\";s:10:\"first_name\";s:4:\"Kris\";s:9:\"last_name\";s:4:\"Burd\";s:10:\"user_email\";s:19:\"Kris.Burd@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568401834\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"kris9409538333\";s:9:\"full_name\";s:9:\"kris burd\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568401846\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44484,'um_cache_userdata_508','a:77:{s:2:\"ID\";i:508;s:10:\"user_login\";s:13:\"lesleearmer90\";s:9:\"user_pass\";s:60:\"$2y$10$KaSPEKsEMtXfMWz6/T8OUef0exT4OK3yeKw3OCdkOXpbBGC7t3Xue\";s:13:\"user_nicename\";s:13:\"lesleearmer90\";s:10:\"user_email\";s:22:\"Leslee_Armer@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 00:15:36\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Leslee Armer\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"lesleearmer90\";s:10:\"first_name\";s:6:\"Leslee\";s:9:\"last_name\";s:5:\"Armer\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568420136\";s:25:\"synced_gravatar_hashed_id\";s:32:\"623aa9ec741dc3f4bb6c90ed43d12d39\";s:9:\"submitted\";s:305:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568402127\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"lesleearmer90\";s:10:\"first_name\";s:6:\"Leslee\";s:9:\"last_name\";s:5:\"Armer\";s:10:\"user_email\";s:22:\"Leslee_Armer@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568402127\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"lesleearmer90\";s:9:\"full_name\";s:12:\"leslee armer\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568402136\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44490,'um_cache_userdata_509','a:77:{s:2:\"ID\";i:509;s:10:\"user_login\";s:15:\"kirbybrassell49\";s:9:\"user_pass\";s:60:\"$2y$10$rvChSH1ubqiMTrUHTSA2/ec/DoVXSSVmO8CglJ6.H/6yk8pRilWG2\";s:13:\"user_nicename\";s:15:\"kirbybrassell49\";s:10:\"user_email\";s:26:\"Kirby_Brassell81@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 00:21:45\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Kirby Brassell\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"kirbybrassell49\";s:10:\"first_name\";s:5:\"Kirby\";s:9:\"last_name\";s:8:\"Brassell\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568420505\";s:25:\"synced_gravatar_hashed_id\";s:32:\"3abff67dbb3a2b3937d1f84acec2a142\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568402494\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"kirbybrassell49\";s:10:\"first_name\";s:5:\"Kirby\";s:9:\"last_name\";s:8:\"Brassell\";s:10:\"user_email\";s:26:\"Kirby_Brassell81@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568402494\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"kirbybrassell49\";s:9:\"full_name\";s:14:\"kirby brassell\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568402505\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44496,'um_cache_userdata_510','a:77:{s:2:\"ID\";i:510;s:10:\"user_login\";s:13:\"dicklow533738\";s:9:\"user_pass\";s:60:\"$2y$10$KYL7HyZdvIg21wJL0ruBWesbzaXKLnG5BKoK93R6KpstqoT8J.vTm\";s:13:\"user_nicename\";s:13:\"dicklow533738\";s:10:\"user_email\";s:18:\"Dick-Low@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 00:24:40\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:8:\"Dick Low\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"dicklow533738\";s:10:\"first_name\";s:4:\"Dick\";s:9:\"last_name\";s:3:\"Low\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568420680\";s:25:\"synced_gravatar_hashed_id\";s:32:\"31e9d7c7f1defd6d7b4232b02496b9b6\";s:9:\"submitted\";s:297:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568402674\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"dicklow533738\";s:10:\"first_name\";s:4:\"Dick\";s:9:\"last_name\";s:3:\"Low\";s:10:\"user_email\";s:18:\"Dick-Low@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568402674\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"dicklow533738\";s:9:\"full_name\";s:8:\"dick low\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568402681\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44502,'um_cache_userdata_511','a:77:{s:2:\"ID\";i:511;s:10:\"user_login\";s:14:\"maggiewithers3\";s:9:\"user_pass\";s:60:\"$2y$10$9OoMbb3vk0UYDlRyyX0TLuNbUvSnzGxTy.aEQyHypAyk2l7Cxz68.\";s:13:\"user_nicename\";s:14:\"maggiewithers3\";s:10:\"user_email\";s:26:\"Maggie.Withers36@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 00:28:10\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Maggie Withers\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"maggiewithers3\";s:10:\"first_name\";s:6:\"Maggie\";s:9:\"last_name\";s:7:\"Withers\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568420890\";s:25:\"synced_gravatar_hashed_id\";s:32:\"25bcc12a79360711304d09be4bf82c6e\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568402877\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"maggiewithers3\";s:10:\"first_name\";s:6:\"Maggie\";s:9:\"last_name\";s:7:\"Withers\";s:10:\"user_email\";s:26:\"Maggie.Withers36@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568402877\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"maggiewithers3\";s:9:\"full_name\";s:14:\"maggie withers\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568402890\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44509,'um_cache_userdata_512','a:77:{s:2:\"ID\";i:512;s:10:\"user_login\";s:12:\"brucerous930\";s:9:\"user_pass\";s:60:\"$2y$10$hTwp.9fKr0XrOpKuvAOS9O0RADBEiPSrgJzU164uyALjxBPIAaZGK\";s:13:\"user_nicename\";s:12:\"brucerous930\";s:10:\"user_email\";s:22:\"Bruce.Rous98@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 00:29:44\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Bruce Rous\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"brucerous930\";s:10:\"first_name\";s:5:\"Bruce\";s:9:\"last_name\";s:4:\"Rous\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568420984\";s:25:\"synced_gravatar_hashed_id\";s:32:\"23ac89511c5605b9ec008998b807a857\";s:9:\"submitted\";s:302:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568402975\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"brucerous930\";s:10:\"first_name\";s:5:\"Bruce\";s:9:\"last_name\";s:4:\"Rous\";s:10:\"user_email\";s:22:\"Bruce.Rous98@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568402975\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"brucerous930\";s:9:\"full_name\";s:10:\"bruce rous\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568402985\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44528,'um_cache_userdata_513','a:77:{s:2:\"ID\";i:513;s:10:\"user_login\";s:15:\"waldosalinas063\";s:9:\"user_pass\";s:60:\"$2y$10$jav44NTXQptMhoLx.CH5S.vPZJWOxUmZIZ3fvPcn/D4orTfwdOxlu\";s:13:\"user_nicename\";s:15:\"waldosalinas063\";s:10:\"user_email\";s:25:\"Waldo.Salinas93@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 00:33:40\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Waldo Salinas\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"waldosalinas063\";s:10:\"first_name\";s:5:\"Waldo\";s:9:\"last_name\";s:7:\"Salinas\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568421220\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f9c9b60428535e5f354b88360b413988\";s:9:\"submitted\";s:311:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568403213\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"waldosalinas063\";s:10:\"first_name\";s:5:\"Waldo\";s:9:\"last_name\";s:7:\"Salinas\";s:10:\"user_email\";s:25:\"Waldo.Salinas93@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568403213\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"waldosalinas063\";s:9:\"full_name\";s:13:\"waldo salinas\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568403221\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44561,'um_cache_userdata_514','a:77:{s:2:\"ID\";i:514;s:10:\"user_login\";s:12:\"marcella9183\";s:9:\"user_pass\";s:60:\"$2y$10$Asruzywo/X.vcxPaoiTl6.l8za5AYQtRuRoH1Fq16VChGzQsNYQiW\";s:13:\"user_nicename\";s:12:\"marcella9183\";s:10:\"user_email\";s:26:\"Marcella_Worsham@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 00:44:24\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Marcella Worsham\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"marcella9183\";s:10:\"first_name\";s:8:\"Marcella\";s:9:\"last_name\";s:7:\"Worsham\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568421864\";s:25:\"synced_gravatar_hashed_id\";s:32:\"ed419ff74464487b3b75303caf0343bf\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568403856\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"marcella9183\";s:10:\"first_name\";s:8:\"Marcella\";s:9:\"last_name\";s:7:\"Worsham\";s:10:\"user_email\";s:26:\"Marcella_Worsham@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568403856\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"marcella9183\";s:9:\"full_name\";s:16:\"marcella worsham\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568403865\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44591,'um_cache_userdata_515','a:77:{s:2:\"ID\";i:515;s:10:\"user_login\";s:15:\"shelbylinderman\";s:9:\"user_pass\";s:60:\"$2y$10$8FHEAI9IYmughdtknAKPIewKRwz7eDWnJmf8i8ZAJbGGwx05R7VA2\";s:13:\"user_nicename\";s:15:\"shelbylinderman\";s:10:\"user_email\";s:26:\"Shelby.Linderman@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 00:58:21\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Shelby Linderman\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"shelbylinderman\";s:10:\"first_name\";s:6:\"Shelby\";s:9:\"last_name\";s:9:\"Linderman\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568422701\";s:25:\"synced_gravatar_hashed_id\";s:32:\"8dd649f0206733b3af172f9d7526a5e1\";s:9:\"submitted\";s:315:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568404690\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"shelbylinderman\";s:10:\"first_name\";s:6:\"Shelby\";s:9:\"last_name\";s:9:\"Linderman\";s:10:\"user_email\";s:26:\"Shelby.Linderman@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568404690\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"shelbylinderman\";s:9:\"full_name\";s:16:\"shelby linderman\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568404701\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44597,'um_cache_userdata_516','a:77:{s:2:\"ID\";i:516;s:10:\"user_login\";s:10:\"shirleym69\";s:9:\"user_pass\";s:60:\"$2y$10$EPbgClfW0P6zv8SO7S2ayuttfJ3tW7LjYNevnVaEMisITgzjs3ULi\";s:13:\"user_nicename\";s:10:\"shirleym69\";s:10:\"user_email\";s:26:\"Shirley.Patino18@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 01:02:44\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Shirley Patino\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"shirleym69\";s:10:\"first_name\";s:7:\"Shirley\";s:9:\"last_name\";s:6:\"Patino\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568422965\";s:25:\"synced_gravatar_hashed_id\";s:32:\"93471763759dc0c3e1ef7672f80e88d8\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568404939\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"shirleym69\";s:10:\"first_name\";s:7:\"Shirley\";s:9:\"last_name\";s:6:\"Patino\";s:10:\"user_email\";s:26:\"Shirley.Patino18@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568404939\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"shirleym69\";s:9:\"full_name\";s:14:\"shirley patino\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568404965\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44605,'um_cache_userdata_517','a:77:{s:2:\"ID\";i:517;s:10:\"user_login\";s:14:\"amosmacfarlane\";s:9:\"user_pass\";s:60:\"$2y$10$3Voyo6.zC2kPFR65FLlZ6usJ9cU5Zmy651wdAtE7uDsatYAIABrqG\";s:13:\"user_nicename\";s:14:\"amosmacfarlane\";s:10:\"user_email\";s:26:\"Amos-Macfarlane5@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 01:08:55\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Amos Macfarlane\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"amosmacfarlane\";s:10:\"first_name\";s:4:\"Amos\";s:9:\"last_name\";s:10:\"Macfarlane\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568423335\";s:25:\"synced_gravatar_hashed_id\";s:32:\"a6af6fe6e973b3d64c5b99f4afe2d141\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568405328\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"amosmacfarlane\";s:10:\"first_name\";s:4:\"Amos\";s:9:\"last_name\";s:10:\"Macfarlane\";s:10:\"user_email\";s:26:\"Amos-Macfarlane5@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568405328\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"amosmacfarlane\";s:9:\"full_name\";s:15:\"amos macfarlane\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568405335\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44612,'um_cache_userdata_518','a:77:{s:2:\"ID\";i:518;s:10:\"user_login\";s:16:\"dorotheagreenlea\";s:9:\"user_pass\";s:60:\"$2y$10$EmOwHyyKIAfXGlUhnSjp0uHQiFNUtuhqzHLpeipqvS9YkazluNdDW\";s:13:\"user_nicename\";s:16:\"dorotheagreenlea\";s:10:\"user_email\";s:30:\"Dorothea_Greenleaf55@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 01:11:55\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:18:\"Dorothea Greenleaf\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"dorotheagreenlea\";s:10:\"first_name\";s:8:\"Dorothea\";s:9:\"last_name\";s:9:\"Greenleaf\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568423515\";s:25:\"synced_gravatar_hashed_id\";s:32:\"ebe5fc773efb7961fb382cacf52887cc\";s:9:\"submitted\";s:322:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568405507\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"dorotheagreenlea\";s:10:\"first_name\";s:8:\"Dorothea\";s:9:\"last_name\";s:9:\"Greenleaf\";s:10:\"user_email\";s:30:\"Dorothea_Greenleaf55@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568405507\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"dorotheagreenlea\";s:9:\"full_name\";s:18:\"dorothea greenleaf\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568405516\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44618,'um_cache_userdata_519','a:77:{s:2:\"ID\";i:519;s:10:\"user_login\";s:15:\"nellieblackston\";s:9:\"user_pass\";s:60:\"$2y$10$KDK3guEFXxDwFBs0fQ3uHO5EEXWEGl4KyZ0Mmj6IW5BMIOCbt6SIm\";s:13:\"user_nicename\";s:15:\"nellieblackston\";s:10:\"user_email\";s:26:\"Nellie-Blackston@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 01:19:22\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Nellie Blackston\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"nellieblackston\";s:10:\"first_name\";s:6:\"Nellie\";s:9:\"last_name\";s:9:\"Blackston\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568423962\";s:25:\"synced_gravatar_hashed_id\";s:32:\"21b7606c071f4eaa620b247c38a80a0b\";s:9:\"submitted\";s:315:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568405954\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"nellieblackston\";s:10:\"first_name\";s:6:\"Nellie\";s:9:\"last_name\";s:9:\"Blackston\";s:10:\"user_email\";s:26:\"Nellie-Blackston@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568405954\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"nellieblackston\";s:9:\"full_name\";s:16:\"nellie blackston\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568405962\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44715,'um_cache_userdata_520','a:77:{s:2:\"ID\";i:520;s:10:\"user_login\";s:10:\"samira02g6\";s:9:\"user_pass\";s:60:\"$2y$10$dTsCaUyYex/n7HakCtZdnOZ5zze5TLykK/K3Jbsm4NZaD82vFig5i\";s:13:\"user_nicename\";s:10:\"samira02g6\";s:10:\"user_email\";s:26:\"Samira_Abernathy@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 02:00:14\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Samira Abernathy\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"samira02g6\";s:10:\"first_name\";s:6:\"Samira\";s:9:\"last_name\";s:9:\"Abernathy\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568426414\";s:25:\"synced_gravatar_hashed_id\";s:32:\"a80607223d305ea4680d5b5014189bbf\";s:9:\"submitted\";s:310:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568408402\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"samira02g6\";s:10:\"first_name\";s:6:\"Samira\";s:9:\"last_name\";s:9:\"Abernathy\";s:10:\"user_email\";s:26:\"Samira_Abernathy@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568408402\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"samira02g6\";s:9:\"full_name\";s:16:\"samira abernathy\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568408414\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44748,'um_cache_userdata_521','a:77:{s:2:\"ID\";i:521;s:10:\"user_login\";s:12:\"kristalnina3\";s:9:\"user_pass\";s:60:\"$2y$10$ygPwDjN2nStf8wX2EyZG1.gtmMNpWI8GMt9/8cSjCq3OcHpuG6CJW\";s:13:\"user_nicename\";s:12:\"kristalnina3\";s:10:\"user_email\";s:22:\"Kristal-Nina@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 02:12:59\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Kristal Nina\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"kristalnina3\";s:10:\"first_name\";s:7:\"Kristal\";s:9:\"last_name\";s:4:\"Nina\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568427179\";s:25:\"synced_gravatar_hashed_id\";s:32:\"db9e21e25d5f871a35381456854cb82a\";s:9:\"submitted\";s:304:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568409168\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"kristalnina3\";s:10:\"first_name\";s:7:\"Kristal\";s:9:\"last_name\";s:4:\"Nina\";s:10:\"user_email\";s:22:\"Kristal-Nina@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568409168\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"kristalnina3\";s:9:\"full_name\";s:12:\"kristal nina\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568409180\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44756,'um_cache_userdata_522','a:77:{s:2:\"ID\";i:522;s:10:\"user_login\";s:13:\"joycemcvicars\";s:9:\"user_pass\";s:60:\"$2y$10$A3aRGZszoJi3soLKcWi.XOH1lQwvknOkwHgXpDsvwHd1Rimktsu92\";s:13:\"user_nicename\";s:13:\"joycemcvicars\";s:10:\"user_email\";s:25:\"Joyce-McVicars6@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 02:16:52\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Joyce McVicars\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"joycemcvicars\";s:10:\"first_name\";s:5:\"Joyce\";s:9:\"last_name\";s:8:\"McVicars\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568427412\";s:25:\"synced_gravatar_hashed_id\";s:32:\"d256e7b26029597e01ada31d0cb282dc\";s:9:\"submitted\";s:310:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568409402\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"joycemcvicars\";s:10:\"first_name\";s:5:\"Joyce\";s:9:\"last_name\";s:8:\"McVicars\";s:10:\"user_email\";s:25:\"Joyce-McVicars6@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568409402\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"joycemcvicars\";s:9:\"full_name\";s:14:\"joyce mcvicars\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568409412\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44762,'um_cache_userdata_523','a:77:{s:2:\"ID\";i:523;s:10:\"user_login\";s:10:\"apzvernell\";s:9:\"user_pass\";s:60:\"$2y$10$8RAnuu/1GAp7PpuFylv/yOhRH81vYlOJhT2FR.smbJ6Zpk7WsmZKy\";s:13:\"user_nicename\";s:10:\"apzvernell\";s:10:\"user_email\";s:25:\"Vernell_Semmens@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 02:22:31\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Vernell Semmens\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"apzvernell\";s:10:\"first_name\";s:7:\"Vernell\";s:9:\"last_name\";s:7:\"Semmens\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568427751\";s:25:\"synced_gravatar_hashed_id\";s:32:\"2da9ed81f3fff3a4b59676815a5c8887\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568409744\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"apzvernell\";s:10:\"first_name\";s:7:\"Vernell\";s:9:\"last_name\";s:7:\"Semmens\";s:10:\"user_email\";s:25:\"Vernell_Semmens@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568409744\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"apzvernell\";s:9:\"full_name\";s:15:\"vernell semmens\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568409751\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44768,'um_cache_userdata_524','a:77:{s:2:\"ID\";i:524;s:10:\"user_login\";s:14:\"finleyburk5350\";s:9:\"user_pass\";s:60:\"$2y$10$DNgP0gfza8JvUDh4IYUBpuE2aKppppURgw54GMg9j/dT1HUijrHeO\";s:13:\"user_nicename\";s:14:\"finleyburk5350\";s:10:\"user_email\";s:21:\"Finley-Burk@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 02:26:57\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Finley Burk\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"finleyburk5350\";s:10:\"first_name\";s:6:\"Finley\";s:9:\"last_name\";s:4:\"Burk\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568428017\";s:25:\"synced_gravatar_hashed_id\";s:32:\"dfa17e261b9625fd8031912777234fcb\";s:9:\"submitted\";s:304:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568410010\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"finleyburk5350\";s:10:\"first_name\";s:6:\"Finley\";s:9:\"last_name\";s:4:\"Burk\";s:10:\"user_email\";s:21:\"Finley-Burk@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568410010\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"finleyburk5350\";s:9:\"full_name\";s:11:\"finley burk\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568410017\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44775,'um_cache_userdata_525','a:77:{s:2:\"ID\";i:525;s:10:\"user_login\";s:13:\"altarobichaud\";s:9:\"user_pass\";s:60:\"$2y$10$WWV8XeLJSdCzdSpAXU1J2u/aMZSI1l7j3tpPMKdFtW.7J0jshJVey\";s:13:\"user_nicename\";s:13:\"altarobichaud\";s:10:\"user_email\";s:24:\"Alta-Robichaud@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 02:39:43\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Alta Robichaud\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"altarobichaud\";s:10:\"first_name\";s:4:\"Alta\";s:9:\"last_name\";s:9:\"Robichaud\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568428783\";s:25:\"synced_gravatar_hashed_id\";s:32:\"6e96bbaffc07fb0a3adb6f596084e8d5\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568410774\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"altarobichaud\";s:10:\"first_name\";s:4:\"Alta\";s:9:\"last_name\";s:9:\"Robichaud\";s:10:\"user_email\";s:24:\"Alta-Robichaud@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568410774\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"altarobichaud\";s:9:\"full_name\";s:14:\"alta robichaud\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568410784\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44786,'um_cache_userdata_526','a:77:{s:2:\"ID\";i:526;s:10:\"user_login\";s:10:\"amosdruitt\";s:9:\"user_pass\";s:60:\"$2y$10$0/v5WghM5zfNSiGjHy8oF.QNvPl.CbrH6odGzAWtJcX1JZpAz7F0q\";s:13:\"user_nicename\";s:10:\"amosdruitt\";s:10:\"user_email\";s:23:\"Amos-Druitt10@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 02:54:49\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Amos Druitt\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"amosdruitt\";s:10:\"first_name\";s:4:\"Amos\";s:9:\"last_name\";s:6:\"Druitt\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568429689\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f1434f14b5884a1e4b824b58674e0a16\";s:9:\"submitted\";s:302:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568411677\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"amosdruitt\";s:10:\"first_name\";s:4:\"Amos\";s:9:\"last_name\";s:6:\"Druitt\";s:10:\"user_email\";s:23:\"Amos-Druitt10@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568411677\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"amosdruitt\";s:9:\"full_name\";s:11:\"amos druitt\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568411689\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44791,'um_cache_userdata_527','a:77:{s:2:\"ID\";i:527;s:10:\"user_login\";s:15:\"theojorgenson67\";s:9:\"user_pass\";s:60:\"$2y$10$UMmpe5UWmhqMx6lVTNKKPuFxjye6TQv1AGztOgksxAjv05s5p63Iq\";s:13:\"user_nicename\";s:15:\"theojorgenson67\";s:10:\"user_email\";s:26:\"Theo-Jorgenson28@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 02:55:06\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Theo Jorgenson\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"theojorgenson67\";s:10:\"first_name\";s:4:\"Theo\";s:9:\"last_name\";s:9:\"Jorgenson\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568429706\";s:25:\"synced_gravatar_hashed_id\";s:32:\"53022b9a6cc3d32237dff284d3e5dcd5\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568411698\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"theojorgenson67\";s:10:\"first_name\";s:4:\"Theo\";s:9:\"last_name\";s:9:\"Jorgenson\";s:10:\"user_email\";s:26:\"Theo-Jorgenson28@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568411698\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"theojorgenson67\";s:9:\"full_name\";s:14:\"theo jorgenson\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568411706\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44801,'um_cache_userdata_528','a:77:{s:2:\"ID\";i:528;s:10:\"user_login\";s:12:\"luciennecosh\";s:9:\"user_pass\";s:60:\"$2y$10$BBsNxdtOOSWwVet4CoRxgOW6l8/mX79JBj4k57sSnmJT1VL7zUGjK\";s:13:\"user_nicename\";s:12:\"luciennecosh\";s:10:\"user_email\";s:24:\"Lucienne_Cosh6@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 03:09:43\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Lucienne Cosh\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"luciennecosh\";s:10:\"first_name\";s:8:\"Lucienne\";s:9:\"last_name\";s:4:\"Cosh\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568430583\";s:25:\"synced_gravatar_hashed_id\";s:32:\"0acf57c92280e22e852285334ea73538\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568412573\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"luciennecosh\";s:10:\"first_name\";s:8:\"Lucienne\";s:9:\"last_name\";s:4:\"Cosh\";s:10:\"user_email\";s:24:\"Lucienne_Cosh6@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568412573\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"luciennecosh\";s:9:\"full_name\";s:13:\"lucienne cosh\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568412584\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44806,'um_cache_userdata_529','a:77:{s:2:\"ID\";i:529;s:10:\"user_login\";s:10:\"freddien28\";s:9:\"user_pass\";s:60:\"$2y$10$7bdy.G2JnRl4OJFPdunDPu8GOiPrYRzZohMocVlhg6Sq6dkeuCCgy\";s:13:\"user_nicename\";s:10:\"freddien28\";s:10:\"user_email\";s:27:\"Freddie_Anthony71@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 03:12:20\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Freddie Anthony\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"freddien28\";s:10:\"first_name\";s:7:\"Freddie\";s:9:\"last_name\";s:7:\"Anthony\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568430740\";s:25:\"synced_gravatar_hashed_id\";s:32:\"46703c403ab7895d286b4adfe503ba36\";s:9:\"submitted\";s:310:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568412733\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"freddien28\";s:10:\"first_name\";s:7:\"Freddie\";s:9:\"last_name\";s:7:\"Anthony\";s:10:\"user_email\";s:27:\"Freddie_Anthony71@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568412733\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"freddien28\";s:9:\"full_name\";s:15:\"freddie anthony\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568412740\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44812,'um_cache_userdata_530','a:77:{s:2:\"ID\";i:530;s:10:\"user_login\";s:13:\"alannahlingle\";s:9:\"user_pass\";s:60:\"$2y$10$MGGqzeEtTS4oplrq6sLyNeT.PnsezAwgZ8PLn/DSNwuhfqGLOo0qe\";s:13:\"user_nicename\";s:13:\"alannahlingle\";s:10:\"user_email\";s:26:\"Alannah_Lingle74@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 03:17:45\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Alannah Lingle\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"alannahlingle\";s:10:\"first_name\";s:7:\"Alannah\";s:9:\"last_name\";s:6:\"Lingle\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568431065\";s:25:\"synced_gravatar_hashed_id\";s:32:\"d0874836b88869e2c82c826a13aa249c\";s:9:\"submitted\";s:311:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568413055\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"alannahlingle\";s:10:\"first_name\";s:7:\"Alannah\";s:9:\"last_name\";s:6:\"Lingle\";s:10:\"user_email\";s:26:\"Alannah_Lingle74@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568413055\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"alannahlingle\";s:9:\"full_name\";s:14:\"alannah lingle\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568413065\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44817,'um_cache_userdata_531','a:77:{s:2:\"ID\";i:531;s:10:\"user_login\";s:16:\"geoffreyweathers\";s:9:\"user_pass\";s:60:\"$2y$10$OwXspE1soVUgV/uveQEDAO2eAu3Cxf58VGdFGSzZyWi.BVQ21ism2\";s:13:\"user_nicename\";s:16:\"geoffreyweathers\";s:10:\"user_email\";s:29:\"Geoffrey.Weathers22@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 03:21:30\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Geoffrey Weathers\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"geoffreyweathers\";s:10:\"first_name\";s:8:\"Geoffrey\";s:9:\"last_name\";s:8:\"Weathers\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568431290\";s:25:\"synced_gravatar_hashed_id\";s:32:\"efe4217c801763096990e44ac11fe13f\";s:9:\"submitted\";s:320:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568413280\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"geoffreyweathers\";s:10:\"first_name\";s:8:\"Geoffrey\";s:9:\"last_name\";s:8:\"Weathers\";s:10:\"user_email\";s:29:\"Geoffrey.Weathers22@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568413280\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"geoffreyweathers\";s:9:\"full_name\";s:17:\"geoffrey weathers\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568413291\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44824,'um_cache_userdata_532','a:77:{s:2:\"ID\";i:532;s:10:\"user_login\";s:15:\"maddisonbedard2\";s:9:\"user_pass\";s:60:\"$2y$10$XbG.MaJYp9OiKmwhG7.3hOOaGweJCB6q44Ix6wK49CfoTmUt.zFJ.\";s:13:\"user_nicename\";s:15:\"maddisonbedard2\";s:10:\"user_email\";s:27:\"Maddison_Bedard76@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 03:25:58\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Maddison Bedard\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"maddisonbedard2\";s:10:\"first_name\";s:8:\"Maddison\";s:9:\"last_name\";s:6:\"Bedard\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568431558\";s:25:\"synced_gravatar_hashed_id\";s:32:\"44e2fcca0a5029afc95c272b90943eca\";s:9:\"submitted\";s:315:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568413552\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"maddisonbedard2\";s:10:\"first_name\";s:8:\"Maddison\";s:9:\"last_name\";s:6:\"Bedard\";s:10:\"user_email\";s:27:\"Maddison_Bedard76@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568413552\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"maddisonbedard2\";s:9:\"full_name\";s:15:\"maddison bedard\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568413559\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44845,'um_cache_userdata_533','a:77:{s:2:\"ID\";i:533;s:10:\"user_login\";s:14:\"mohamedkraegen\";s:9:\"user_pass\";s:60:\"$2y$10$4LqzdupO.J/3MHHMvTUwwueozXzbwWw1c3aFQa7T1Hcn3GAc/SljG\";s:13:\"user_nicename\";s:14:\"mohamedkraegen\";s:10:\"user_email\";s:27:\"Mohamed-Kraegen39@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 03:52:14\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Mohamed Kraegen\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"mohamedkraegen\";s:10:\"first_name\";s:7:\"Mohamed\";s:9:\"last_name\";s:7:\"Kraegen\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568433134\";s:25:\"synced_gravatar_hashed_id\";s:32:\"afc9eeb7373bd11c875151c5b02d8c52\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568415127\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"mohamedkraegen\";s:10:\"first_name\";s:7:\"Mohamed\";s:9:\"last_name\";s:7:\"Kraegen\";s:10:\"user_email\";s:27:\"Mohamed-Kraegen39@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568415127\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"mohamedkraegen\";s:9:\"full_name\";s:15:\"mohamed kraegen\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568415134\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44850,'um_cache_userdata_534','a:77:{s:2:\"ID\";i:534;s:10:\"user_login\";s:11:\"josetteclay\";s:9:\"user_pass\";s:60:\"$2y$10$v/gZmRg9Yn.fcMJ6jzJk3OwCiGtsfhhQDZB2VE1VbXroCvgFoetfi\";s:13:\"user_nicename\";s:11:\"josetteclay\";s:10:\"user_email\";s:24:\"Josette-Clay58@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 03:52:18\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Josette Clay\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"josetteclay\";s:10:\"first_name\";s:7:\"Josette\";s:9:\"last_name\";s:4:\"Clay\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568433138\";s:25:\"synced_gravatar_hashed_id\";s:32:\"b39abbead86e727860b4f667938a9ac7\";s:9:\"submitted\";s:305:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568415130\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"josetteclay\";s:10:\"first_name\";s:7:\"Josette\";s:9:\"last_name\";s:4:\"Clay\";s:10:\"user_email\";s:24:\"Josette-Clay58@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568415130\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"josetteclay\";s:9:\"full_name\";s:12:\"josette clay\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568415139\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44856,'um_cache_userdata_535','a:77:{s:2:\"ID\";i:535;s:10:\"user_login\";s:14:\"benwink6599566\";s:9:\"user_pass\";s:60:\"$2y$10$09/EsA1MRJOk9mus.ljY8.TECnGa6aqFzZMO3skwxvfub5wl28j.2\";s:13:\"user_nicename\";s:14:\"benwink6599566\";s:10:\"user_email\";s:18:\"Ben-Wink@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 03:54:19\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:8:\"Ben Wink\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"benwink6599566\";s:10:\"first_name\";s:3:\"Ben\";s:9:\"last_name\";s:4:\"Wink\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568433259\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c51a1a2f3b61853c6a855633a607e582\";s:9:\"submitted\";s:298:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568415248\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"benwink6599566\";s:10:\"first_name\";s:3:\"Ben\";s:9:\"last_name\";s:4:\"Wink\";s:10:\"user_email\";s:18:\"Ben-Wink@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568415248\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"benwink6599566\";s:9:\"full_name\";s:8:\"ben wink\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568415260\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44894,'um_cache_userdata_536','a:77:{s:2:\"ID\";i:536;s:10:\"user_login\";s:16:\"lashundarosenber\";s:9:\"user_pass\";s:60:\"$2y$10$MSh4cb9X3whvq5pto4sDtOnojMPLcNBHXKVVDaERNzzaZQoU4YwBm\";s:13:\"user_nicename\";s:16:\"lashundarosenber\";s:10:\"user_email\";s:30:\"Lashunda-Rosenberg75@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 04:15:46\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:18:\"Lashunda Rosenberg\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"lashundarosenber\";s:10:\"first_name\";s:8:\"Lashunda\";s:9:\"last_name\";s:9:\"Rosenberg\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568434546\";s:25:\"synced_gravatar_hashed_id\";s:32:\"538e726ccc419881bc10cf3793bbcf66\";s:9:\"submitted\";s:322:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568416535\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"lashundarosenber\";s:10:\"first_name\";s:8:\"Lashunda\";s:9:\"last_name\";s:9:\"Rosenberg\";s:10:\"user_email\";s:30:\"Lashunda-Rosenberg75@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568416535\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"lashundarosenber\";s:9:\"full_name\";s:18:\"lashunda rosenberg\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568416546\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44902,'um_cache_userdata_537','a:77:{s:2:\"ID\";i:537;s:10:\"user_login\";s:14:\"cliffordfusco6\";s:9:\"user_pass\";s:60:\"$2y$10$zYoi56DI8dTyFLX7IVMnwehm0.v1d9XgtDuXVHMEHRTWWelL3j7Lu\";s:13:\"user_nicename\";s:14:\"cliffordfusco6\";s:10:\"user_email\";s:24:\"Clifford.Fusco@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 04:24:51\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Clifford Fusco\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"cliffordfusco6\";s:10:\"first_name\";s:8:\"Clifford\";s:9:\"last_name\";s:5:\"Fusco\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568435091\";s:25:\"synced_gravatar_hashed_id\";s:32:\"92f8e8eb55d390bca62a0c9c953d29f7\";s:9:\"submitted\";s:310:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568417081\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"cliffordfusco6\";s:10:\"first_name\";s:8:\"Clifford\";s:9:\"last_name\";s:5:\"Fusco\";s:10:\"user_email\";s:24:\"Clifford.Fusco@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568417081\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"cliffordfusco6\";s:9:\"full_name\";s:14:\"clifford fusco\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568417092\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44907,'um_cache_userdata_538','a:77:{s:2:\"ID\";i:538;s:10:\"user_login\";s:16:\"frankiebracewell\";s:9:\"user_pass\";s:60:\"$2y$10$UGsiziIsIH8XtThDneoTg.QQXYdTW0fLMrhUdfU07Rd7d0qFi/.nS\";s:13:\"user_nicename\";s:16:\"frankiebracewell\";s:10:\"user_email\";s:27:\"Frankie.Bracewell@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 04:32:37\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Frankie Bracewell\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"frankiebracewell\";s:10:\"first_name\";s:7:\"Frankie\";s:9:\"last_name\";s:9:\"Bracewell\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568435557\";s:25:\"synced_gravatar_hashed_id\";s:32:\"d9bcfd61d5d92cec1e7ea06dd62d63e4\";s:9:\"submitted\";s:318:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568417546\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"frankiebracewell\";s:10:\"first_name\";s:7:\"Frankie\";s:9:\"last_name\";s:9:\"Bracewell\";s:10:\"user_email\";s:27:\"Frankie.Bracewell@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568417546\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"frankiebracewell\";s:9:\"full_name\";s:17:\"frankie bracewell\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568417558\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44917,'um_cache_userdata_540','a:77:{s:2:\"ID\";i:540;s:10:\"user_login\";s:12:\"adelashetler\";s:9:\"user_pass\";s:60:\"$2y$10$Bh0LlBhdIVp5cWQS8o45Reyc79/hOj.AC8NJ2T/7QUmAidbA.8ey6\";s:13:\"user_nicename\";s:12:\"adelashetler\";s:10:\"user_email\";s:25:\"Adela.Shetler87@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 04:39:01\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Adela Shetler\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"adelashetler\";s:10:\"first_name\";s:5:\"Adela\";s:9:\"last_name\";s:7:\"Shetler\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568435941\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c0211ad7d21c0601e5881e9c34ba4ba3\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568417932\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"adelashetler\";s:10:\"first_name\";s:5:\"Adela\";s:9:\"last_name\";s:7:\"Shetler\";s:10:\"user_email\";s:25:\"Adela.Shetler87@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568417932\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"adelashetler\";s:9:\"full_name\";s:13:\"adela shetler\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568417942\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44922,'um_cache_userdata_541','a:77:{s:2:\"ID\";i:541;s:10:\"user_login\";s:10:\"bernard33k\";s:9:\"user_pass\";s:60:\"$2y$10$OYVtv7IDLfWCegntylhHlOZ56IfBcko3VoL0Tle0GLxt9AMuiN9L.\";s:13:\"user_nicename\";s:10:\"bernard33k\";s:10:\"user_email\";s:25:\"Bernard.Brandon@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 04:46:41\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Bernard Brandon\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"bernard33k\";s:10:\"first_name\";s:7:\"Bernard\";s:9:\"last_name\";s:7:\"Brandon\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568436401\";s:25:\"synced_gravatar_hashed_id\";s:32:\"23a6503a79f5ebfcb1e15af4703169b5\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568418392\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"bernard33k\";s:10:\"first_name\";s:7:\"Bernard\";s:9:\"last_name\";s:7:\"Brandon\";s:10:\"user_email\";s:25:\"Bernard.Brandon@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568418392\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"bernard33k\";s:9:\"full_name\";s:15:\"bernard brandon\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568418402\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44934,'um_cache_userdata_542','a:77:{s:2:\"ID\";i:542;s:10:\"user_login\";s:13:\"olliebelcher9\";s:9:\"user_pass\";s:60:\"$2y$10$etOFI4jJXzHA.9DbYdQvD.JWoRYU3pv7Ei7SC0c5zHit2Fawn/G1S\";s:13:\"user_nicename\";s:13:\"olliebelcher9\";s:10:\"user_email\";s:23:\"Ollie.Belcher@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 05:57:50\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Ollie Belcher\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"olliebelcher9\";s:10:\"first_name\";s:5:\"Ollie\";s:9:\"last_name\";s:7:\"Belcher\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568440671\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f66ef53ca36f4d704774fb9fa2c905eb\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568422660\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"olliebelcher9\";s:10:\"first_name\";s:5:\"Ollie\";s:9:\"last_name\";s:7:\"Belcher\";s:10:\"user_email\";s:23:\"Ollie.Belcher@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568422660\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"olliebelcher9\";s:9:\"full_name\";s:13:\"ollie belcher\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568422671\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44946,'um_cache_userdata_544','a:77:{s:2:\"ID\";i:544;s:10:\"user_login\";s:13:\"evien59118349\";s:9:\"user_pass\";s:60:\"$2y$10$8PhwnqknPrfILGJwhTji1exeFKYmhS46vKFQySNd3M6y0tJmZ9XL6\";s:13:\"user_nicename\";s:13:\"evien59118349\";s:10:\"user_email\";s:25:\"Evie.Blubaugh95@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 06:18:07\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Evie Blubaugh\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"evien59118349\";s:10:\"first_name\";s:4:\"Evie\";s:9:\"last_name\";s:8:\"Blubaugh\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568441887\";s:25:\"synced_gravatar_hashed_id\";s:32:\"5dcbf2fff7d38ad6102bc8deea84f5d8\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568423880\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"evien59118349\";s:10:\"first_name\";s:4:\"Evie\";s:9:\"last_name\";s:8:\"Blubaugh\";s:10:\"user_email\";s:25:\"Evie.Blubaugh95@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568423880\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"evien59118349\";s:9:\"full_name\";s:13:\"evie blubaugh\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568423887\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44952,'um_cache_userdata_545','a:77:{s:2:\"ID\";i:545;s:10:\"user_login\";s:15:\"dominikburbank4\";s:9:\"user_pass\";s:60:\"$2y$10$RHle4PbcwoRVTpwH2ve/FOf0U1vst3mo/LoR.b6hJbE/5J4NNBLGu\";s:13:\"user_nicename\";s:15:\"dominikburbank4\";s:10:\"user_email\";s:25:\"Dominik.Burbank@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 06:29:20\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Dominik Burbank\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"dominikburbank4\";s:10:\"first_name\";s:7:\"Dominik\";s:9:\"last_name\";s:7:\"Burbank\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568442560\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c62eb3e9a3ab81e17a7b0cd8be29be2f\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568424554\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"dominikburbank4\";s:10:\"first_name\";s:7:\"Dominik\";s:9:\"last_name\";s:7:\"Burbank\";s:10:\"user_email\";s:25:\"Dominik.Burbank@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568424554\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"dominikburbank4\";s:9:\"full_name\";s:15:\"dominik burbank\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568424561\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44958,'um_cache_userdata_546','a:77:{s:2:\"ID\";i:546;s:10:\"user_login\";s:14:\"wyatt99h489099\";s:9:\"user_pass\";s:60:\"$2y$10$3qSGPre/dNd9QvFRPcSaluhTaXxHr.pbsj4VCaA31Ds/0/x63BTU2\";s:13:\"user_nicename\";s:14:\"wyatt99h489099\";s:10:\"user_email\";s:21:\"Wyatt-Giles@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 06:39:02\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Wyatt Giles\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"wyatt99h489099\";s:10:\"first_name\";s:5:\"Wyatt\";s:9:\"last_name\";s:5:\"Giles\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568443142\";s:25:\"synced_gravatar_hashed_id\";s:32:\"152afa63591f96dd213c0c99558ffcc4\";s:9:\"submitted\";s:304:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568425134\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"wyatt99h489099\";s:10:\"first_name\";s:5:\"Wyatt\";s:9:\"last_name\";s:5:\"Giles\";s:10:\"user_email\";s:21:\"Wyatt-Giles@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568425134\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"wyatt99h489099\";s:9:\"full_name\";s:11:\"wyatt giles\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568425143\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44973,'um_cache_userdata_548','a:77:{s:2:\"ID\";i:548;s:10:\"user_login\";s:10:\"brete07234\";s:9:\"user_pass\";s:60:\"$2y$10$XDGq2XPxt8unGlNGXBiAI.TMXgMXF7kGUca/14g6FVhIU3XwmoykK\";s:13:\"user_nicename\";s:10:\"brete07234\";s:10:\"user_email\";s:24:\"Bret_Coulter70@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 07:38:30\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Bret Coulter\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"brete07234\";s:10:\"first_name\";s:4:\"Bret\";s:9:\"last_name\";s:7:\"Coulter\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568446710\";s:25:\"synced_gravatar_hashed_id\";s:32:\"e2225b4b663116b1e13d814ee2533945\";s:9:\"submitted\";s:304:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568428698\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"brete07234\";s:10:\"first_name\";s:4:\"Bret\";s:9:\"last_name\";s:7:\"Coulter\";s:10:\"user_email\";s:24:\"Bret_Coulter70@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568428698\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"brete07234\";s:9:\"full_name\";s:12:\"bret coulter\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568428711\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44981,'um_cache_userdata_549','a:77:{s:2:\"ID\";i:549;s:10:\"user_login\";s:10:\"novellal66\";s:9:\"user_pass\";s:60:\"$2y$10$Zq1WpiIIhtyWYMZyJDyCUexrWrFEF5ifbPXojUzNtOb69zT3O.wle\";s:13:\"user_nicename\";s:10:\"novellal66\";s:10:\"user_email\";s:24:\"Novella.Jenyns@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 08:12:18\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Novella Jenyns\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"novellal66\";s:10:\"first_name\";s:7:\"Novella\";s:9:\"last_name\";s:6:\"Jenyns\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568448738\";s:25:\"synced_gravatar_hashed_id\";s:32:\"d467e4ee2483448fe22b19ba07c6a332\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568430729\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"novellal66\";s:10:\"first_name\";s:7:\"Novella\";s:9:\"last_name\";s:6:\"Jenyns\";s:10:\"user_email\";s:24:\"Novella.Jenyns@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568430729\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"novellal66\";s:9:\"full_name\";s:14:\"novella jenyns\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568430738\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(44996,'um_cache_userdata_551','a:77:{s:2:\"ID\";i:551;s:10:\"user_login\";s:16:\"dann996849872164\";s:9:\"user_pass\";s:60:\"$2y$10$ku6thoZa50LgKXba7CPDg.drhB3goln96nQIF/tz2cx/pnUj0kS2e\";s:13:\"user_nicename\";s:16:\"dann996849872164\";s:10:\"user_email\";s:22:\"Dann.Kraft67@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 09:16:15\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Dann Kraft\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"dann996849872164\";s:10:\"first_name\";s:4:\"Dann\";s:9:\"last_name\";s:5:\"Kraft\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568452575\";s:25:\"synced_gravatar_hashed_id\";s:32:\"dc46998bddc80a94d22bbb70d204e431\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568434563\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"dann996849872164\";s:10:\"first_name\";s:4:\"Dann\";s:9:\"last_name\";s:5:\"Kraft\";s:10:\"user_email\";s:22:\"Dann.Kraft67@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568434563\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"dann996849872164\";s:9:\"full_name\";s:10:\"dann kraft\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568434576\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45009,'um_cache_userdata_553','a:77:{s:2:\"ID\";i:553;s:10:\"user_login\";s:15:\"clark4885744188\";s:9:\"user_pass\";s:60:\"$2y$10$yEplCbb7Zmu6c37V7Mmo0uJ3yY4WvzTdEHe2IAIB4JrtwjcUtgoOq\";s:13:\"user_nicename\";s:15:\"clark4885744188\";s:10:\"user_email\";s:23:\"Clark_Lopez27@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 09:56:44\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Clark Lopez\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"clark4885744188\";s:10:\"first_name\";s:5:\"Clark\";s:9:\"last_name\";s:5:\"Lopez\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568455004\";s:25:\"synced_gravatar_hashed_id\";s:32:\"70ef360d08f7ab05d0d02b94083fc7e6\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568436991\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"clark4885744188\";s:10:\"first_name\";s:5:\"Clark\";s:9:\"last_name\";s:5:\"Lopez\";s:10:\"user_email\";s:23:\"Clark_Lopez27@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568436991\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"clark4885744188\";s:9:\"full_name\";s:11:\"clark lopez\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568437004\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45018,'um_cache_userdata_554','a:77:{s:2:\"ID\";i:554;s:10:\"user_login\";s:15:\"jeffreysprent08\";s:9:\"user_pass\";s:60:\"$2y$10$o0HwbrLhv23PKwl1.DDg.ujWFfGXm0I8vlH4II1Z8hOLiB8tgdScO\";s:13:\"user_nicename\";s:15:\"jeffreysprent08\";s:10:\"user_email\";s:24:\"Jeffrey_Sprent@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 10:26:27\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Jeffrey Sprent\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"jeffreysprent08\";s:10:\"first_name\";s:7:\"Jeffrey\";s:9:\"last_name\";s:6:\"Sprent\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568456787\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c66dbd20faa41e89d6001a26b4f6ef39\";s:9:\"submitted\";s:311:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568438778\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"jeffreysprent08\";s:10:\"first_name\";s:7:\"Jeffrey\";s:9:\"last_name\";s:6:\"Sprent\";s:10:\"user_email\";s:24:\"Jeffrey_Sprent@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568438778\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"jeffreysprent08\";s:9:\"full_name\";s:14:\"jeffrey sprent\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568438788\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45024,'um_cache_userdata_555','a:77:{s:2:\"ID\";i:555;s:10:\"user_login\";s:16:\"douglasmungomery\";s:9:\"user_pass\";s:60:\"$2y$10$WBl0nx/4u15aPS87V1YSV.2Jx3.VhyHoTTjes0UBiCHtz9AAWyhne\";s:13:\"user_nicename\";s:16:\"douglasmungomery\";s:10:\"user_email\";s:29:\"Douglas-Mungomery95@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 10:51:00\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Douglas Mungomery\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"douglasmungomery\";s:10:\"first_name\";s:7:\"Douglas\";s:9:\"last_name\";s:9:\"Mungomery\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568458261\";s:25:\"synced_gravatar_hashed_id\";s:32:\"fb1766522f8ad00ec4cd13a95988fa7e\";s:9:\"submitted\";s:320:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568440253\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"douglasmungomery\";s:10:\"first_name\";s:7:\"Douglas\";s:9:\"last_name\";s:9:\"Mungomery\";s:10:\"user_email\";s:29:\"Douglas-Mungomery95@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568440253\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"douglasmungomery\";s:9:\"full_name\";s:17:\"douglas mungomery\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568440261\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45035,'um_cache_userdata_556','a:77:{s:2:\"ID\";i:556;s:10:\"user_login\";s:16:\"christoperstephe\";s:9:\"user_pass\";s:60:\"$2y$10$m4bwZdeLxaV2aMN15QrnXe.rCjh/epk4U86sPlNubY.UxtbdFWitS\";s:13:\"user_nicename\";s:16:\"christoperstephe\";s:10:\"user_email\";s:29:\"Christoper_Stephens@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 11:47:24\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:19:\"Christoper Stephens\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"christoperstephe\";s:10:\"first_name\";s:10:\"Christoper\";s:9:\"last_name\";s:8:\"Stephens\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568461644\";s:25:\"synced_gravatar_hashed_id\";s:32:\"482181a632c6fcf9693ed41d9fa41058\";s:9:\"submitted\";s:323:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568443635\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"christoperstephe\";s:10:\"first_name\";s:10:\"Christoper\";s:9:\"last_name\";s:8:\"Stephens\";s:10:\"user_email\";s:29:\"Christoper_Stephens@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568443635\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"christoperstephe\";s:9:\"full_name\";s:19:\"christoper stephens\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568443645\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45041,'um_cache_userdata_557','a:77:{s:2:\"ID\";i:557;s:10:\"user_login\";s:14:\"maritzaadams26\";s:9:\"user_pass\";s:60:\"$2y$10$HfTpfKaytuhDL/CbaDziXObL8EibcU6NEh.mJlbysaGZJer79etwu\";s:13:\"user_nicename\";s:14:\"maritzaadams26\";s:10:\"user_email\";s:25:\"Maritza.Adams34@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 11:58:40\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Maritza Adams\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"maritzaadams26\";s:10:\"first_name\";s:7:\"Maritza\";s:9:\"last_name\";s:5:\"Adams\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568462320\";s:25:\"synced_gravatar_hashed_id\";s:32:\"be8f6bb3097d8694792786b37f8faed8\";s:9:\"submitted\";s:310:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568444311\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"maritzaadams26\";s:10:\"first_name\";s:7:\"Maritza\";s:9:\"last_name\";s:5:\"Adams\";s:10:\"user_email\";s:25:\"Maritza.Adams34@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568444311\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"maritzaadams26\";s:9:\"full_name\";s:13:\"maritza adams\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568444321\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45181,'um_cache_userdata_561','a:77:{s:2:\"ID\";i:561;s:10:\"user_login\";s:14:\"marcellaadey70\";s:9:\"user_pass\";s:60:\"$2y$10$tGbgCJYZu6FYb0QpNsGRS.i.IhIv1SsgTUjhNKTUlYYBKicqMcP3a\";s:13:\"user_nicename\";s:14:\"marcellaadey70\";s:10:\"user_email\";s:26:\"Marcella-Adey100@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 14:31:54\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Marcella Adey\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"marcellaadey70\";s:10:\"first_name\";s:8:\"Marcella\";s:9:\"last_name\";s:4:\"Adey\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568471514\";s:25:\"synced_gravatar_hashed_id\";s:32:\"902a2f9d7563415ebb4d78511d5b9bf6\";s:9:\"submitted\";s:311:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568453508\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"marcellaadey70\";s:10:\"first_name\";s:8:\"Marcella\";s:9:\"last_name\";s:4:\"Adey\";s:10:\"user_email\";s:26:\"Marcella-Adey100@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568453508\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"marcellaadey70\";s:9:\"full_name\";s:13:\"marcella adey\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568453515\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45414,'um_cache_userdata_562','a:77:{s:2:\"ID\";i:562;s:10:\"user_login\";s:15:\"ernestinemclean\";s:9:\"user_pass\";s:60:\"$2y$10$sMnmFYSiEpPhiAXwiVF7MObBSeEaYYNDFq83On8v5XgUS9.hZY1ya\";s:13:\"user_nicename\";s:15:\"ernestinemclean\";s:10:\"user_email\";s:28:\"Ernestine.McLean71@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 19:00:19\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Ernestine McLean\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"ernestinemclean\";s:10:\"first_name\";s:9:\"Ernestine\";s:9:\"last_name\";s:6:\"McLean\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568487619\";s:25:\"synced_gravatar_hashed_id\";s:32:\"527a5ba5b9d221c4b9a8223add70da60\";s:9:\"submitted\";s:317:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568469609\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"ernestinemclean\";s:10:\"first_name\";s:9:\"Ernestine\";s:9:\"last_name\";s:6:\"McLean\";s:10:\"user_email\";s:28:\"Ernestine.McLean71@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568469609\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"ernestinemclean\";s:9:\"full_name\";s:16:\"ernestine mclean\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568469619\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45427,'um_cache_userdata_563','a:77:{s:2:\"ID\";i:563;s:10:\"user_login\";s:14:\"latishatulloch\";s:9:\"user_pass\";s:60:\"$2y$10$39zTwP3Rc1sYvx5pupL8I.vRMoadnJQhMhXmKWGqrNGU43k5XQvCa\";s:13:\"user_nicename\";s:14:\"latishatulloch\";s:10:\"user_email\";s:25:\"Latisha-Tulloch@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 19:18:40\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Latisha Tulloch\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"latishatulloch\";s:10:\"first_name\";s:7:\"Latisha\";s:9:\"last_name\";s:7:\"Tulloch\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568488720\";s:25:\"synced_gravatar_hashed_id\";s:32:\"87279f8b4a58e772cb8f7c77b81667ca\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568470710\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"latishatulloch\";s:10:\"first_name\";s:7:\"Latisha\";s:9:\"last_name\";s:7:\"Tulloch\";s:10:\"user_email\";s:25:\"Latisha-Tulloch@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568470710\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"latishatulloch\";s:9:\"full_name\";s:15:\"latisha tulloch\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568470721\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45432,'um_cache_userdata_564','a:77:{s:2:\"ID\";i:564;s:10:\"user_login\";s:14:\"carlosscammell\";s:9:\"user_pass\";s:60:\"$2y$10$BRI4yrVRSnykAqzIGMEZLe5h9ZvjRD3R/x0B3clupdxlz.2.qi9uW\";s:13:\"user_nicename\";s:14:\"carlosscammell\";s:10:\"user_email\";s:25:\"Carlos-Scammell@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 19:21:03\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Carlos Scammell\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"carlosscammell\";s:10:\"first_name\";s:6:\"Carlos\";s:9:\"last_name\";s:8:\"Scammell\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568488863\";s:25:\"synced_gravatar_hashed_id\";s:32:\"b1a4a7a822f0800b8db34c17db1d4fe5\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568470854\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"carlosscammell\";s:10:\"first_name\";s:6:\"Carlos\";s:9:\"last_name\";s:8:\"Scammell\";s:10:\"user_email\";s:25:\"Carlos-Scammell@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568470854\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"carlosscammell\";s:9:\"full_name\";s:15:\"carlos scammell\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568470864\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45438,'um_cache_userdata_565','a:77:{s:2:\"ID\";i:565;s:10:\"user_login\";s:15:\"lenaraggatt7415\";s:9:\"user_pass\";s:60:\"$2y$10$2zzHbZP03X2cI7WWrmeqoO6SY0flhGd1enDOEPPuQr6UX5gKKlmn.\";s:13:\"user_nicename\";s:15:\"lenaraggatt7415\";s:10:\"user_email\";s:22:\"Lena_Raggatt@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 19:28:55\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Lena Raggatt\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"lenaraggatt7415\";s:10:\"first_name\";s:4:\"Lena\";s:9:\"last_name\";s:7:\"Raggatt\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568489335\";s:25:\"synced_gravatar_hashed_id\";s:32:\"7bcb86bd36a07564dd3647501538e4e5\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568471327\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"lenaraggatt7415\";s:10:\"first_name\";s:4:\"Lena\";s:9:\"last_name\";s:7:\"Raggatt\";s:10:\"user_email\";s:22:\"Lena_Raggatt@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568471327\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"lenaraggatt7415\";s:9:\"full_name\";s:12:\"lena raggatt\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568471335\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45443,'um_cache_userdata_566','a:77:{s:2:\"ID\";i:566;s:10:\"user_login\";s:13:\"chanaveal3506\";s:9:\"user_pass\";s:60:\"$2y$10$8wgSOEPvpD.hirmMhXj4VO0mWUGOhooHPx1lrrcBgZDbrtgJPfhhu\";s:13:\"user_nicename\";s:13:\"chanaveal3506\";s:10:\"user_email\";s:20:\"Chana-Veal@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 19:31:26\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Chana Veal\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"chanaveal3506\";s:10:\"first_name\";s:5:\"Chana\";s:9:\"last_name\";s:4:\"Veal\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568489486\";s:25:\"synced_gravatar_hashed_id\";s:32:\"dd23bcda156495e01a3f13d52c270970\";s:9:\"submitted\";s:301:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568471475\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"chanaveal3506\";s:10:\"first_name\";s:5:\"Chana\";s:9:\"last_name\";s:4:\"Veal\";s:10:\"user_email\";s:20:\"Chana-Veal@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568471475\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"chanaveal3506\";s:9:\"full_name\";s:10:\"chana veal\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568471487\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45450,'um_cache_userdata_567','a:77:{s:2:\"ID\";i:567;s:10:\"user_login\";s:11:\"colby039096\";s:9:\"user_pass\";s:60:\"$2y$10$gXpjcH.1cw1sIghUQyEHne9Gw0kiNYnKpE4ez0Vmduu6P2gFC02Vy\";s:13:\"user_nicename\";s:11:\"colby039096\";s:10:\"user_email\";s:23:\"Colby-Hellyer@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 20:03:50\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Colby Hellyer\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"colby039096\";s:10:\"first_name\";s:5:\"Colby\";s:9:\"last_name\";s:7:\"Hellyer\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568491431\";s:25:\"synced_gravatar_hashed_id\";s:32:\"21242eb38c4eb51fd980a4532ae52162\";s:9:\"submitted\";s:305:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568473423\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"colby039096\";s:10:\"first_name\";s:5:\"Colby\";s:9:\"last_name\";s:7:\"Hellyer\";s:10:\"user_email\";s:23:\"Colby-Hellyer@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568473423\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"colby039096\";s:9:\"full_name\";s:13:\"colby hellyer\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568473431\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45457,'um_cache_userdata_568','a:77:{s:2:\"ID\";i:568;s:10:\"user_login\";s:13:\"tpgemmett8544\";s:9:\"user_pass\";s:60:\"$2y$10$v.rErDVj95C9VkF2ooCkP.IylhEwtgEiwPEhanX3dgkXHfXLDLrcC\";s:13:\"user_nicename\";s:13:\"tpgemmett8544\";s:10:\"user_email\";s:25:\"Emmett-Mcdaniel@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 20:12:18\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Emmett Mcdaniel\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"tpgemmett8544\";s:10:\"first_name\";s:6:\"Emmett\";s:9:\"last_name\";s:8:\"Mcdaniel\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568491938\";s:25:\"synced_gravatar_hashed_id\";s:32:\"99dc12bef3c85d465a0eb388321359ca\";s:9:\"submitted\";s:311:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568473927\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"tpgemmett8544\";s:10:\"first_name\";s:6:\"Emmett\";s:9:\"last_name\";s:8:\"Mcdaniel\";s:10:\"user_email\";s:25:\"Emmett-Mcdaniel@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568473927\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"tpgemmett8544\";s:9:\"full_name\";s:15:\"emmett mcdaniel\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568473939\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45471,'um_cache_userdata_569','a:77:{s:2:\"ID\";i:569;s:10:\"user_login\";s:14:\"erikmacrory340\";s:9:\"user_pass\";s:60:\"$2y$10$NJd0i8ASlxIqlRdPO.Pu6.54vDndSGB4I15H6T7ocYjJ1NyRVeHva\";s:13:\"user_nicename\";s:14:\"erikmacrory340\";s:10:\"user_email\";s:22:\"Erik-MacRory@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 20:32:41\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Erik MacRory\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"erikmacrory340\";s:10:\"first_name\";s:4:\"Erik\";s:9:\"last_name\";s:7:\"MacRory\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568493161\";s:25:\"synced_gravatar_hashed_id\";s:32:\"939921dc95d646e8379a021535ea9607\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568475153\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"erikmacrory340\";s:10:\"first_name\";s:4:\"Erik\";s:9:\"last_name\";s:7:\"MacRory\";s:10:\"user_email\";s:22:\"Erik-MacRory@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568475153\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"erikmacrory340\";s:9:\"full_name\";s:12:\"erik macrory\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568475161\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45501,'um_cache_userdata_570','a:77:{s:2:\"ID\";i:570;s:10:\"user_login\";s:13:\"vueluis273147\";s:9:\"user_pass\";s:60:\"$2y$10$qt37mzOBsfmQVdtwitgzVuSkbW6A6ukLug4ypdBqgoFJ6OEC6SeY.\";s:13:\"user_nicename\";s:13:\"vueluis273147\";s:10:\"user_email\";s:22:\"Luis-Wheaton@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 20:53:50\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Luis Wheaton\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"vueluis273147\";s:10:\"first_name\";s:4:\"Luis\";s:9:\"last_name\";s:7:\"Wheaton\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568494430\";s:25:\"synced_gravatar_hashed_id\";s:32:\"48340ed2a0cd6d8c5d75d23b20e4190d\";s:9:\"submitted\";s:305:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568476422\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"vueluis273147\";s:10:\"first_name\";s:4:\"Luis\";s:9:\"last_name\";s:7:\"Wheaton\";s:10:\"user_email\";s:22:\"Luis-Wheaton@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568476422\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"vueluis273147\";s:9:\"full_name\";s:12:\"luis wheaton\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568476431\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45521,'um_cache_userdata_571','a:77:{s:2:\"ID\";i:571;s:10:\"user_login\";s:12:\"karinerubino\";s:9:\"user_pass\";s:60:\"$2y$10$9M7etQmq.FVFGt4/1SMdYeTIQWsA7xA3ddbMkaHk3AtqvElS6Mp.i\";s:13:\"user_nicename\";s:12:\"karinerubino\";s:10:\"user_email\";s:23:\"Karine.Rubino@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 21:23:13\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Karine Rubino\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"karinerubino\";s:10:\"first_name\";s:6:\"Karine\";s:9:\"last_name\";s:6:\"Rubino\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568496193\";s:25:\"synced_gravatar_hashed_id\";s:32:\"139a3c43e0313def47855e5a6a5d48d9\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568478183\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"karinerubino\";s:10:\"first_name\";s:6:\"Karine\";s:9:\"last_name\";s:6:\"Rubino\";s:10:\"user_email\";s:23:\"Karine.Rubino@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568478183\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"karinerubino\";s:9:\"full_name\";s:13:\"karine rubino\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568478194\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45536,'um_cache_userdata_572','a:77:{s:2:\"ID\";i:572;s:10:\"user_login\";s:13:\"anitradarvall\";s:9:\"user_pass\";s:60:\"$2y$10$2RSPC1ekkvo52mcDiHdWYuzYoSYenGTzyTHxIxmDvsBJK8iHGOooO\";s:13:\"user_nicename\";s:13:\"anitradarvall\";s:10:\"user_email\";s:24:\"Anitra_Darvall@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 21:36:55\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Anitra Darvall\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"anitradarvall\";s:10:\"first_name\";s:6:\"Anitra\";s:9:\"last_name\";s:7:\"Darvall\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568497015\";s:25:\"synced_gravatar_hashed_id\";s:32:\"075becbf6a447ed7e43d1e794f477c5e\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568479008\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"anitradarvall\";s:10:\"first_name\";s:6:\"Anitra\";s:9:\"last_name\";s:7:\"Darvall\";s:10:\"user_email\";s:24:\"Anitra_Darvall@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568479008\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"anitradarvall\";s:9:\"full_name\";s:14:\"anitra darvall\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568479015\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45549,'um_cache_userdata_573','a:77:{s:2:\"ID\";i:573;s:10:\"user_login\";s:14:\"patricianewell\";s:9:\"user_pass\";s:60:\"$2y$10$jcIoQgkz1dVZvxDKttRjHuvO4dYU.gDthM93VBBy0cgpx85VUx5N6\";s:13:\"user_nicename\";s:14:\"patricianewell\";s:10:\"user_email\";s:27:\"Patricia_Newell36@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 21:41:14\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Patricia Newell\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"patricianewell\";s:10:\"first_name\";s:8:\"Patricia\";s:9:\"last_name\";s:6:\"Newell\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568497274\";s:25:\"synced_gravatar_hashed_id\";s:32:\"962131b90b339e366a7db38aaabc3b4b\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568479265\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"patricianewell\";s:10:\"first_name\";s:8:\"Patricia\";s:9:\"last_name\";s:6:\"Newell\";s:10:\"user_email\";s:27:\"Patricia_Newell36@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568479265\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"patricianewell\";s:9:\"full_name\";s:15:\"patricia newell\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568479275\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45606,'um_cache_userdata_575','a:77:{s:2:\"ID\";i:575;s:10:\"user_login\";s:16:\"franchescagoodle\";s:9:\"user_pass\";s:60:\"$2y$10$VAvK4Tqiiwc2S7E1jr5TX.HchhshDs2LV1E/ny9/9OI/RDRjjRFh.\";s:13:\"user_nicename\";s:16:\"franchescagoodle\";s:10:\"user_email\";s:28:\"Franchesca-Goodlet@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 22:15:08\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:18:\"Franchesca Goodlet\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"franchescagoodle\";s:10:\"first_name\";s:10:\"Franchesca\";s:9:\"last_name\";s:7:\"Goodlet\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568499308\";s:25:\"synced_gravatar_hashed_id\";s:32:\"ed50d52548076d3584431caef668db77\";s:9:\"submitted\";s:321:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568481300\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"franchescagoodle\";s:10:\"first_name\";s:10:\"Franchesca\";s:9:\"last_name\";s:7:\"Goodlet\";s:10:\"user_email\";s:28:\"Franchesca-Goodlet@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568481300\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"franchescagoodle\";s:9:\"full_name\";s:18:\"franchesca goodlet\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568481308\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45644,'um_cache_userdata_576','a:77:{s:2:\"ID\";i:576;s:10:\"user_login\";s:15:\"jerroldherbert0\";s:9:\"user_pass\";s:60:\"$2y$10$xX8sUAUXzrfzQo75.ZMn5eliuQSNCexZq8DGBtf25OsX48.sdVWQu\";s:13:\"user_nicename\";s:15:\"jerroldherbert0\";s:10:\"user_email\";s:27:\"Jerrold-Herbert88@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 22:30:53\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Jerrold Herbert\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"jerroldherbert0\";s:10:\"first_name\";s:7:\"Jerrold\";s:9:\"last_name\";s:7:\"Herbert\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568500253\";s:25:\"synced_gravatar_hashed_id\";s:32:\"3cbe069c4b20957147c9391ee21e0d68\";s:9:\"submitted\";s:315:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568482244\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"jerroldherbert0\";s:10:\"first_name\";s:7:\"Jerrold\";s:9:\"last_name\";s:7:\"Herbert\";s:10:\"user_email\";s:27:\"Jerrold-Herbert88@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568482244\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"jerroldherbert0\";s:9:\"full_name\";s:15:\"jerrold herbert\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568482254\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45670,'um_cache_userdata_578','a:77:{s:2:\"ID\";i:578;s:10:\"user_login\";s:15:\"cortezgarten246\";s:9:\"user_pass\";s:60:\"$2y$10$OuRJg7o8/xtkDXw9LvIXq.6d/E1bQkUA8ju9bIlXD.JI9U/sm7iuK\";s:13:\"user_nicename\";s:15:\"cortezgarten246\";s:10:\"user_email\";s:24:\"Cortez-Garten2@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 22:47:37\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Cortez Garten\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"cortezgarten246\";s:10:\"first_name\";s:6:\"Cortez\";s:9:\"last_name\";s:6:\"Garten\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568501257\";s:25:\"synced_gravatar_hashed_id\";s:32:\"144068b96afefb467d1fc423ff04545b\";s:9:\"submitted\";s:310:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568483249\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"cortezgarten246\";s:10:\"first_name\";s:6:\"Cortez\";s:9:\"last_name\";s:6:\"Garten\";s:10:\"user_email\";s:24:\"Cortez-Garten2@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568483249\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"cortezgarten246\";s:9:\"full_name\";s:13:\"cortez garten\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568483258\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45684,'um_cache_userdata_579','a:77:{s:2:\"ID\";i:579;s:10:\"user_login\";s:13:\"ethelallie036\";s:9:\"user_pass\";s:60:\"$2y$10$.P5s4rNg1kLcHxXbjWtrT.WRo0PJXGE1pIHw8BI1QmVERluRVBflC\";s:13:\"user_nicename\";s:13:\"ethelallie036\";s:10:\"user_email\";s:23:\"Ethel_Allie99@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 23:00:27\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Ethel Allie\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"ethelallie036\";s:10:\"first_name\";s:5:\"Ethel\";s:9:\"last_name\";s:5:\"Allie\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568502027\";s:25:\"synced_gravatar_hashed_id\";s:32:\"a887020997625fef4df3234f45a96d1b\";s:9:\"submitted\";s:305:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568484019\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"ethelallie036\";s:10:\"first_name\";s:5:\"Ethel\";s:9:\"last_name\";s:5:\"Allie\";s:10:\"user_email\";s:23:\"Ethel_Allie99@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568484019\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"ethelallie036\";s:9:\"full_name\";s:11:\"ethel allie\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568484027\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45714,'um_cache_userdata_580','a:77:{s:2:\"ID\";i:580;s:10:\"user_login\";s:13:\"jarreddlw3639\";s:9:\"user_pass\";s:60:\"$2y$10$db8hasECuNNkn.7W4S4XK.EnPYoI7x8rpkn5.u8HkhJHAsu.KPeJy\";s:13:\"user_nicename\";s:13:\"jarreddlw3639\";s:10:\"user_email\";s:25:\"Jarred_Larkin86@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 23:32:43\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Jarred Larkin\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"jarreddlw3639\";s:10:\"first_name\";s:6:\"Jarred\";s:9:\"last_name\";s:6:\"Larkin\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568503963\";s:25:\"synced_gravatar_hashed_id\";s:32:\"56ed82a9aa9e4497e5eb64d36c1be4e3\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568485954\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"jarreddlw3639\";s:10:\"first_name\";s:6:\"Jarred\";s:9:\"last_name\";s:6:\"Larkin\";s:10:\"user_email\";s:25:\"Jarred_Larkin86@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568485954\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"jarreddlw3639\";s:9:\"full_name\";s:13:\"jarred larkin\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568485964\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45720,'um_cache_userdata_581','a:77:{s:2:\"ID\";i:581;s:10:\"user_login\";s:15:\"margaretworkman\";s:9:\"user_pass\";s:60:\"$2y$10$Y.KnVhFaKWJFRN9aZkecjuz6i73HAy481PjV4MlWJSQWRBrpX3KHS\";s:13:\"user_nicename\";s:15:\"margaretworkman\";s:10:\"user_email\";s:28:\"Margaret.Workman17@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 23:47:15\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Margaret Workman\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"margaretworkman\";s:10:\"first_name\";s:8:\"Margaret\";s:9:\"last_name\";s:7:\"Workman\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568504835\";s:25:\"synced_gravatar_hashed_id\";s:32:\"09e4cbabcdafbf2dc22b47032de21156\";s:9:\"submitted\";s:317:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568486824\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"margaretworkman\";s:10:\"first_name\";s:8:\"Margaret\";s:9:\"last_name\";s:7:\"Workman\";s:10:\"user_email\";s:28:\"Margaret.Workman17@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568486824\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"margaretworkman\";s:9:\"full_name\";s:16:\"margaret workman\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568486836\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45730,'um_cache_userdata_582','a:77:{s:2:\"ID\";i:582;s:10:\"user_login\";s:16:\"antwanf701453402\";s:9:\"user_pass\";s:60:\"$2y$10$1Pv.JzkgWxJ6Y3kKXJyKvOxCICQ0I/4xTDvGNI.fu9N.jip3Q9AJy\";s:13:\"user_nicename\";s:16:\"antwanf701453402\";s:10:\"user_email\";s:24:\"Antwan.Burston@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-14 23:54:17\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Antwan Burston\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"antwanf701453402\";s:10:\"first_name\";s:6:\"Antwan\";s:9:\"last_name\";s:7:\"Burston\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568505257\";s:25:\"synced_gravatar_hashed_id\";s:32:\"6511e35b756a78cf9fc349978624cd72\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568487245\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"antwanf701453402\";s:10:\"first_name\";s:6:\"Antwan\";s:9:\"last_name\";s:7:\"Burston\";s:10:\"user_email\";s:24:\"Antwan.Burston@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568487245\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"antwanf701453402\";s:9:\"full_name\";s:14:\"antwan burston\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568487258\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45735,'um_cache_userdata_583','a:77:{s:2:\"ID\";i:583;s:10:\"user_login\";s:14:\"ines2044502378\";s:9:\"user_pass\";s:60:\"$2y$10$dtQu.lV2vHeR4ztF2w0cmOuCe5mx991/VIolNOnObtnKeBsI2YBBa\";s:13:\"user_nicename\";s:14:\"ines2044502378\";s:10:\"user_email\";s:21:\"Ines.Delano@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 00:05:30\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Ines Delano\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"ines2044502378\";s:10:\"first_name\";s:4:\"Ines\";s:9:\"last_name\";s:6:\"Delano\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568505930\";s:25:\"synced_gravatar_hashed_id\";s:32:\"afdb8c4bfb5589f33061d3cdfb9156c3\";s:9:\"submitted\";s:304:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568487919\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"ines2044502378\";s:10:\"first_name\";s:4:\"Ines\";s:9:\"last_name\";s:6:\"Delano\";s:10:\"user_email\";s:21:\"Ines.Delano@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568487919\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"ines2044502378\";s:9:\"full_name\";s:11:\"ines delano\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568487930\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45743,'um_cache_userdata_584','a:77:{s:2:\"ID\";i:584;s:10:\"user_login\";s:15:\"rgbsol568034239\";s:9:\"user_pass\";s:60:\"$2y$10$cb2E5aADpb6pBTD2bOf.vOgwHg.QvtxUkHriAoSYAp9JQuOhHb8jG\";s:13:\"user_nicename\";s:15:\"rgbsol568034239\";s:10:\"user_email\";s:24:\"Sol_Bertrand40@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 00:19:32\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Sol Bertrand\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"rgbsol568034239\";s:10:\"first_name\";s:3:\"Sol\";s:9:\"last_name\";s:8:\"Bertrand\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568506772\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f1fd5d050136f6389573b2f52729437d\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568488764\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"rgbsol568034239\";s:10:\"first_name\";s:3:\"Sol\";s:9:\"last_name\";s:8:\"Bertrand\";s:10:\"user_email\";s:24:\"Sol_Bertrand40@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568488764\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"rgbsol568034239\";s:9:\"full_name\";s:12:\"sol bertrand\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568488773\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45755,'um_cache_userdata_585','a:77:{s:2:\"ID\";i:585;s:10:\"user_login\";s:10:\"lynnehoch0\";s:9:\"user_pass\";s:60:\"$2y$10$GUlhLJ9yem3Xs4YRRrsYbOrbIM7T28DTQEebcgHwJNL6eMBdlc2Ze\";s:13:\"user_nicename\";s:10:\"lynnehoch0\";s:10:\"user_email\";s:20:\"Lynne_Hoch@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 00:55:49\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Lynne Hoch\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"lynnehoch0\";s:10:\"first_name\";s:5:\"Lynne\";s:9:\"last_name\";s:4:\"Hoch\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568508949\";s:25:\"synced_gravatar_hashed_id\";s:32:\"5dc4ccf5278faf3e5f08252827222136\";s:9:\"submitted\";s:298:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568490943\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"lynnehoch0\";s:10:\"first_name\";s:5:\"Lynne\";s:9:\"last_name\";s:4:\"Hoch\";s:10:\"user_email\";s:20:\"Lynne_Hoch@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568490943\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"lynnehoch0\";s:9:\"full_name\";s:10:\"lynne hoch\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568490950\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45788,'um_cache_userdata_586','a:77:{s:2:\"ID\";i:586;s:10:\"user_login\";s:14:\"julianneheyne4\";s:9:\"user_pass\";s:60:\"$2y$10$S3grnEpPrMw8lp971r6pk.oiJTof7zsoLFjClMXqKSNj6yHIYsure\";s:13:\"user_nicename\";s:14:\"julianneheyne4\";s:10:\"user_email\";s:26:\"Julianne-Heyne42@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 01:41:15\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Julianne Heyne\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"julianneheyne4\";s:10:\"first_name\";s:8:\"Julianne\";s:9:\"last_name\";s:5:\"Heyne\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568511675\";s:25:\"synced_gravatar_hashed_id\";s:32:\"8380b3d05e9889cf72bf8d2400521f11\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568493666\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"julianneheyne4\";s:10:\"first_name\";s:8:\"Julianne\";s:9:\"last_name\";s:5:\"Heyne\";s:10:\"user_email\";s:26:\"Julianne-Heyne42@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568493666\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"julianneheyne4\";s:9:\"full_name\";s:14:\"julianne heyne\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568493675\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45799,'um_cache_userdata_587','a:77:{s:2:\"ID\";i:587;s:10:\"user_login\";s:15:\"alisiadempster4\";s:9:\"user_pass\";s:60:\"$2y$10$6yO6gVgr4ECn/HjpmIvpAerFOyn1Ahd2J64TzLYFT1rbWQ0aGw.JO\";s:13:\"user_nicename\";s:15:\"alisiadempster4\";s:10:\"user_email\";s:27:\"Alisia-Dempster77@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 01:46:48\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Alisia Dempster\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"alisiadempster4\";s:10:\"first_name\";s:6:\"Alisia\";s:9:\"last_name\";s:8:\"Dempster\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568512008\";s:25:\"synced_gravatar_hashed_id\";s:32:\"615352b68824dd523370eb059da0adb7\";s:9:\"submitted\";s:315:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568494001\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"alisiadempster4\";s:10:\"first_name\";s:6:\"Alisia\";s:9:\"last_name\";s:8:\"Dempster\";s:10:\"user_email\";s:27:\"Alisia-Dempster77@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568494001\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"alisiadempster4\";s:9:\"full_name\";s:15:\"alisia dempster\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568494009\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45818,'um_cache_userdata_588','a:77:{s:2:\"ID\";i:588;s:10:\"user_login\";s:14:\"ambrosebarton5\";s:9:\"user_pass\";s:60:\"$2y$10$eqt.rsUPEq4jkGB/8cpHEegSE1HlGI.DtRJVqvb3CrQea4ahydy.C\";s:13:\"user_nicename\";s:14:\"ambrosebarton5\";s:10:\"user_email\";s:24:\"Ambrose-Barton@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 01:51:35\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Ambrose Barton\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"ambrosebarton5\";s:10:\"first_name\";s:7:\"Ambrose\";s:9:\"last_name\";s:6:\"Barton\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568512295\";s:25:\"synced_gravatar_hashed_id\";s:32:\"72d928338120764b19b5f9fdb152b726\";s:9:\"submitted\";s:310:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568494288\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"ambrosebarton5\";s:10:\"first_name\";s:7:\"Ambrose\";s:9:\"last_name\";s:6:\"Barton\";s:10:\"user_email\";s:24:\"Ambrose-Barton@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568494288\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"ambrosebarton5\";s:9:\"full_name\";s:14:\"ambrose barton\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568494295\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45841,'um_cache_userdata_589','a:77:{s:2:\"ID\";i:589;s:10:\"user_login\";s:14:\"kristitgn26123\";s:9:\"user_pass\";s:60:\"$2y$10$O7SENY4Tw0Kdtn.9kEDNYeRjY.WeMzsgEzYiv8V0JXgAhRwIiDrSi\";s:13:\"user_nicename\";s:14:\"kristitgn26123\";s:10:\"user_email\";s:25:\"Kristi-Muramats@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 02:03:54\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Kristi Muramats\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"kristitgn26123\";s:10:\"first_name\";s:6:\"Kristi\";s:9:\"last_name\";s:8:\"Muramats\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568513034\";s:25:\"synced_gravatar_hashed_id\";s:32:\"16995c5b668d35cae65d2684502fdb62\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568495028\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"kristitgn26123\";s:10:\"first_name\";s:6:\"Kristi\";s:9:\"last_name\";s:8:\"Muramats\";s:10:\"user_email\";s:25:\"Kristi-Muramats@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568495028\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"kristitgn26123\";s:9:\"full_name\";s:15:\"kristi muramats\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568495035\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45860,'um_cache_userdata_590','a:77:{s:2:\"ID\";i:590;s:10:\"user_login\";s:13:\"levistarns450\";s:9:\"user_pass\";s:60:\"$2y$10$XoMG1UBkvFIQlh9.BWuQQ.8bY7XdE5ArxDttIQCTpsRUGVRLplbAq\";s:13:\"user_nicename\";s:13:\"levistarns450\";s:10:\"user_email\";s:21:\"Levi.Starns@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 02:19:59\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Levi Starns\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"levistarns450\";s:10:\"first_name\";s:4:\"Levi\";s:9:\"last_name\";s:6:\"Starns\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568513999\";s:25:\"synced_gravatar_hashed_id\";s:32:\"fbb9d7c629221635debdae724cd1fe17\";s:9:\"submitted\";s:303:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568495991\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"levistarns450\";s:10:\"first_name\";s:4:\"Levi\";s:9:\"last_name\";s:6:\"Starns\";s:10:\"user_email\";s:21:\"Levi.Starns@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568495991\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"levistarns450\";s:9:\"full_name\";s:11:\"levi starns\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568495999\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45866,'um_cache_userdata_591','a:77:{s:2:\"ID\";i:591;s:10:\"user_login\";s:13:\"edwardonix542\";s:9:\"user_pass\";s:60:\"$2y$10$3024ojP73WyIEj3HSu8W5eVcUi8lzS1sFXSt18Hj8eJADMjXOBrEC\";s:13:\"user_nicename\";s:13:\"edwardonix542\";s:10:\"user_email\";s:23:\"Edwardo.Nix19@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 02:30:27\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Edwardo Nix\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"edwardonix542\";s:10:\"first_name\";s:7:\"Edwardo\";s:9:\"last_name\";s:3:\"Nix\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568514627\";s:25:\"synced_gravatar_hashed_id\";s:32:\"62412982ef2645b9e8d0539a1cb94b20\";s:9:\"submitted\";s:305:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568496619\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"edwardonix542\";s:10:\"first_name\";s:7:\"Edwardo\";s:9:\"last_name\";s:3:\"Nix\";s:10:\"user_email\";s:23:\"Edwardo.Nix19@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568496619\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"edwardonix542\";s:9:\"full_name\";s:11:\"edwardo nix\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568496628\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45878,'um_cache_userdata_592','a:77:{s:2:\"ID\";i:592;s:10:\"user_login\";s:12:\"mikemenge033\";s:9:\"user_pass\";s:60:\"$2y$10$61TXEi3Z8VXxZrfG3PG1dOE7IKvAJMy.4emwRtXDPp1wlPIuTaLf6\";s:13:\"user_nicename\";s:12:\"mikemenge033\";s:10:\"user_email\";s:20:\"Mike-Menge@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 03:16:33\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Mike Menge\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"mikemenge033\";s:10:\"first_name\";s:4:\"Mike\";s:9:\"last_name\";s:5:\"Menge\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568517393\";s:25:\"synced_gravatar_hashed_id\";s:32:\"a2459fcfdbdc45220be6d922a1615f9a\";s:9:\"submitted\";s:300:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568499385\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"mikemenge033\";s:10:\"first_name\";s:4:\"Mike\";s:9:\"last_name\";s:5:\"Menge\";s:10:\"user_email\";s:20:\"Mike-Menge@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568499385\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"mikemenge033\";s:9:\"full_name\";s:10:\"mike menge\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568499393\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45887,'um_cache_userdata_593','a:77:{s:2:\"ID\";i:593;s:10:\"user_login\";s:12:\"ervinshelton\";s:9:\"user_pass\";s:60:\"$2y$10$wr5DqXjMR2yRNlMagcD0cOVp98gxuITLnL7JTpSM97jscCrek5ASG\";s:13:\"user_nicename\";s:12:\"ervinshelton\";s:10:\"user_email\";s:23:\"Ervin_Shelton@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 04:05:50\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Ervin Shelton\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"ervinshelton\";s:10:\"first_name\";s:5:\"Ervin\";s:9:\"last_name\";s:7:\"Shelton\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568520350\";s:25:\"synced_gravatar_hashed_id\";s:32:\"708d1b98201f944fb5ed1cda09b839c3\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568502339\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"ervinshelton\";s:10:\"first_name\";s:5:\"Ervin\";s:9:\"last_name\";s:7:\"Shelton\";s:10:\"user_email\";s:23:\"Ervin_Shelton@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568502339\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"ervinshelton\";s:9:\"full_name\";s:13:\"ervin shelton\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568502350\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45897,'um_cache_userdata_594','a:77:{s:2:\"ID\";i:594;s:10:\"user_login\";s:12:\"jaredwilbur1\";s:9:\"user_pass\";s:60:\"$2y$10$xl2ORTx2.W8uO98M0l/rPutHjTdYsn92oL2Tu7AZu.59X.2BB0Uky\";s:13:\"user_nicename\";s:12:\"jaredwilbur1\";s:10:\"user_email\";s:24:\"Jared.Wilbur60@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 04:33:13\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Jared Wilbur\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"jaredwilbur1\";s:10:\"first_name\";s:5:\"Jared\";s:9:\"last_name\";s:6:\"Wilbur\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568521993\";s:25:\"synced_gravatar_hashed_id\";s:32:\"6edb68125627df8695e035c42a7bfed5\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568503986\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"jaredwilbur1\";s:10:\"first_name\";s:5:\"Jared\";s:9:\"last_name\";s:6:\"Wilbur\";s:10:\"user_email\";s:24:\"Jared.Wilbur60@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568503986\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"jaredwilbur1\";s:9:\"full_name\";s:12:\"jared wilbur\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568503993\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45902,'um_cache_userdata_595','a:77:{s:2:\"ID\";i:595;s:10:\"user_login\";s:16:\"gonzalolamington\";s:9:\"user_pass\";s:60:\"$2y$10$b94S..flWG1MRkXDE1Way.NYz7idf/F7IF..rJCzfVy8bAspmypUa\";s:13:\"user_nicename\";s:16:\"gonzalolamington\";s:10:\"user_email\";s:27:\"Gonzalo-Lamington@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 04:37:37\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Gonzalo Lamington\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"gonzalolamington\";s:10:\"first_name\";s:7:\"Gonzalo\";s:9:\"last_name\";s:9:\"Lamington\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568522257\";s:25:\"synced_gravatar_hashed_id\";s:32:\"1204b0d85a259c6602ab8e2fa9389ca4\";s:9:\"submitted\";s:318:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568504245\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"gonzalolamington\";s:10:\"first_name\";s:7:\"Gonzalo\";s:9:\"last_name\";s:9:\"Lamington\";s:10:\"user_email\";s:27:\"Gonzalo-Lamington@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568504245\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"gonzalolamington\";s:9:\"full_name\";s:17:\"gonzalo lamington\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568504257\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45908,'um_cache_userdata_596','a:77:{s:2:\"ID\";i:596;s:10:\"user_login\";s:13:\"steffenschell\";s:9:\"user_pass\";s:60:\"$2y$10$LNVrzLrSEGoJ9dYSN7dpsugni230S87XCk09Ts4esXo3vbCbD15iq\";s:13:\"user_nicename\";s:13:\"steffenschell\";s:10:\"user_email\";s:24:\"Steffen-Schell@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 04:48:25\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Steffen Schell\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"steffenschell\";s:10:\"first_name\";s:7:\"Steffen\";s:9:\"last_name\";s:6:\"Schell\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568522905\";s:25:\"synced_gravatar_hashed_id\";s:32:\"74595045523b3636e94b3d893f0a7714\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568504899\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"steffenschell\";s:10:\"first_name\";s:7:\"Steffen\";s:9:\"last_name\";s:6:\"Schell\";s:10:\"user_email\";s:24:\"Steffen-Schell@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568504899\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"steffenschell\";s:9:\"full_name\";s:14:\"steffen schell\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568504905\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45917,'um_cache_userdata_597','a:77:{s:2:\"ID\";i:597;s:10:\"user_login\";s:12:\"danilo90i159\";s:9:\"user_pass\";s:60:\"$2y$10$FupFdYExqYU4f4trG9kY1ueq3Mudd1XGI1I/GUcs9ARdL9DX582ta\";s:13:\"user_nicename\";s:12:\"danilo90i159\";s:10:\"user_email\";s:24:\"Danilo_Marzano@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 05:21:52\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Danilo Marzano\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"danilo90i159\";s:10:\"first_name\";s:6:\"Danilo\";s:9:\"last_name\";s:7:\"Marzano\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568524912\";s:25:\"synced_gravatar_hashed_id\";s:32:\"e231e8a0f46d71a5a5117afece51b8b0\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568506901\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"danilo90i159\";s:10:\"first_name\";s:6:\"Danilo\";s:9:\"last_name\";s:7:\"Marzano\";s:10:\"user_email\";s:24:\"Danilo_Marzano@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568506901\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"danilo90i159\";s:9:\"full_name\";s:14:\"danilo marzano\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568506913\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45923,'um_cache_userdata_598','a:77:{s:2:\"ID\";i:598;s:10:\"user_login\";s:10:\"almaakj320\";s:9:\"user_pass\";s:60:\"$2y$10$abMHfHnUDa.5tqud1VihlenQ9azGJd.K2YufUx43uNYjvh8M5lJnS\";s:13:\"user_nicename\";s:10:\"almaakj320\";s:10:\"user_email\";s:20:\"Alma-Duhig@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 05:30:50\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Alma Duhig\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"almaakj320\";s:10:\"first_name\";s:4:\"Alma\";s:9:\"last_name\";s:5:\"Duhig\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568525451\";s:25:\"synced_gravatar_hashed_id\";s:32:\"4738b243bb49897437367d141979892c\";s:9:\"submitted\";s:298:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568507441\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"almaakj320\";s:10:\"first_name\";s:4:\"Alma\";s:9:\"last_name\";s:5:\"Duhig\";s:10:\"user_email\";s:20:\"Alma-Duhig@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568507441\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"almaakj320\";s:9:\"full_name\";s:10:\"alma duhig\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568507451\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45928,'um_cache_userdata_599','a:77:{s:2:\"ID\";i:599;s:10:\"user_login\";s:15:\"lashundamclain5\";s:9:\"user_pass\";s:60:\"$2y$10$ILsNujvtB6uPQqO4gYqAieFdJyXpW1PGLXK/QEYct9mFdfKmzUYra\";s:13:\"user_nicename\";s:15:\"lashundamclain5\";s:10:\"user_email\";s:27:\"Lashunda_Mclain13@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 05:36:01\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Lashunda Mclain\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"lashundamclain5\";s:10:\"first_name\";s:8:\"Lashunda\";s:9:\"last_name\";s:6:\"Mclain\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568525761\";s:25:\"synced_gravatar_hashed_id\";s:32:\"cdc17b9383d252dea92286dd24afd2ec\";s:9:\"submitted\";s:315:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568507753\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"lashundamclain5\";s:10:\"first_name\";s:8:\"Lashunda\";s:9:\"last_name\";s:6:\"Mclain\";s:10:\"user_email\";s:27:\"Lashunda_Mclain13@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568507753\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"lashundamclain5\";s:9:\"full_name\";s:15:\"lashunda mclain\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568507762\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45934,'um_cache_userdata_600','a:77:{s:2:\"ID\";i:600;s:10:\"user_login\";s:14:\"etsukodeniehy0\";s:9:\"user_pass\";s:60:\"$2y$10$PwDHgUlcXXSv99d9fM1lKeyG6BY3n4t9DmLWDwL/zNP52JA97/yjC\";s:13:\"user_nicename\";s:14:\"etsukodeniehy0\";s:10:\"user_email\";s:26:\"Etsuko_Deniehy61@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 05:49:25\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Etsuko Deniehy\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"etsukodeniehy0\";s:10:\"first_name\";s:6:\"Etsuko\";s:9:\"last_name\";s:7:\"Deniehy\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568526565\";s:25:\"synced_gravatar_hashed_id\";s:32:\"1e1092021cdd2b5fc09fffa556ffc8f4\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568508557\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"etsukodeniehy0\";s:10:\"first_name\";s:6:\"Etsuko\";s:9:\"last_name\";s:7:\"Deniehy\";s:10:\"user_email\";s:26:\"Etsuko_Deniehy61@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568508557\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"etsukodeniehy0\";s:9:\"full_name\";s:14:\"etsuko deniehy\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568508565\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45941,'um_cache_userdata_601','a:77:{s:2:\"ID\";i:601;s:10:\"user_login\";s:12:\"alvincastle2\";s:9:\"user_pass\";s:60:\"$2y$10$I55qr2IJYuqIsp1XmHkUQ.yJCgDiuAODxqvwR1eXuj2.CTJf5uHCm\";s:13:\"user_nicename\";s:12:\"alvincastle2\";s:10:\"user_email\";s:22:\"Alvin-Castle@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 06:07:46\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Alvin Castle\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"alvincastle2\";s:10:\"first_name\";s:5:\"Alvin\";s:9:\"last_name\";s:6:\"Castle\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568527666\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c771f8b4644bde54eb22fdadc6893e9a\";s:9:\"submitted\";s:304:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568509659\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"alvincastle2\";s:10:\"first_name\";s:5:\"Alvin\";s:9:\"last_name\";s:6:\"Castle\";s:10:\"user_email\";s:22:\"Alvin-Castle@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568509659\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"alvincastle2\";s:9:\"full_name\";s:12:\"alvin castle\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568509667\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45947,'um_cache_userdata_602','a:77:{s:2:\"ID\";i:602;s:10:\"user_login\";s:14:\"sharrongoodlet\";s:9:\"user_pass\";s:60:\"$2y$10$CzPQ/eJjURjiBpCUYdjNjOjHfdpaboyW.6NUYwDEV4fsxW7UacuIi\";s:13:\"user_nicename\";s:14:\"sharrongoodlet\";s:10:\"user_email\";s:25:\"Sharron.Goodlet@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 06:17:26\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Sharron Goodlet\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"sharrongoodlet\";s:10:\"first_name\";s:7:\"Sharron\";s:9:\"last_name\";s:7:\"Goodlet\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568528246\";s:25:\"synced_gravatar_hashed_id\";s:32:\"cf9fbcd0507d85adc5ccad5d41466713\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568510235\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"sharrongoodlet\";s:10:\"first_name\";s:7:\"Sharron\";s:9:\"last_name\";s:7:\"Goodlet\";s:10:\"user_email\";s:25:\"Sharron.Goodlet@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568510235\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"sharrongoodlet\";s:9:\"full_name\";s:15:\"sharron goodlet\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568510247\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45955,'um_cache_userdata_603','a:77:{s:2:\"ID\";i:603;s:10:\"user_login\";s:10:\"kerry00j93\";s:9:\"user_pass\";s:60:\"$2y$10$4i11sgLq4asVgEE3IaTqjOpOeeAGqCNG55HjwAkQjeIR.EKBqiwaO\";s:13:\"user_nicename\";s:10:\"kerry00j93\";s:10:\"user_email\";s:24:\"Kerry.Roderick@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 06:44:25\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Kerry Roderick\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"kerry00j93\";s:10:\"first_name\";s:5:\"Kerry\";s:9:\"last_name\";s:8:\"Roderick\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568529865\";s:25:\"synced_gravatar_hashed_id\";s:32:\"9ae1234a7a317ad505ea369b0677653e\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568511856\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"kerry00j93\";s:10:\"first_name\";s:5:\"Kerry\";s:9:\"last_name\";s:8:\"Roderick\";s:10:\"user_email\";s:24:\"Kerry.Roderick@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568511856\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"kerry00j93\";s:9:\"full_name\";s:14:\"kerry roderick\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568511866\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no');
INSERT INTO `wp_options` VALUES (45961,'um_cache_userdata_604','a:77:{s:2:\"ID\";i:604;s:10:\"user_login\";s:15:\"coraldudley2024\";s:9:\"user_pass\";s:60:\"$2y$10$C3eUORyXVHoTHo0PVNigte.Hh5CqV4vstwqe.O5u.5R6BFTfllpma\";s:13:\"user_nicename\";s:15:\"coraldudley2024\";s:10:\"user_email\";s:22:\"Coral-Dudley@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 06:56:04\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Coral Dudley\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"coraldudley2024\";s:10:\"first_name\";s:5:\"Coral\";s:9:\"last_name\";s:6:\"Dudley\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568530564\";s:25:\"synced_gravatar_hashed_id\";s:32:\"d325799a7c41075683c56f39b48b5507\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568512557\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"coraldudley2024\";s:10:\"first_name\";s:5:\"Coral\";s:9:\"last_name\";s:6:\"Dudley\";s:10:\"user_email\";s:22:\"Coral-Dudley@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568512557\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"coraldudley2024\";s:9:\"full_name\";s:12:\"coral dudley\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568512565\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45968,'um_cache_userdata_605','a:77:{s:2:\"ID\";i:605;s:10:\"user_login\";s:14:\"dietermathew72\";s:9:\"user_pass\";s:60:\"$2y$10$TvgoiphpgSlwkEtvyeKaROrTwohbrmJQgJPs8nhhjhKRlsWgIuQ8m\";s:13:\"user_nicename\";s:14:\"dietermathew72\";s:10:\"user_email\";s:25:\"Dieter.Mathew54@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 07:12:55\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Dieter Mathew\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"dietermathew72\";s:10:\"first_name\";s:6:\"Dieter\";s:9:\"last_name\";s:6:\"Mathew\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568531575\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c1ac8adef7b854726915bdc4eb7be645\";s:9:\"submitted\";s:310:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568513566\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"dietermathew72\";s:10:\"first_name\";s:6:\"Dieter\";s:9:\"last_name\";s:6:\"Mathew\";s:10:\"user_email\";s:25:\"Dieter.Mathew54@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568513566\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"dietermathew72\";s:9:\"full_name\";s:13:\"dieter mathew\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568513576\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45976,'um_cache_userdata_606','a:77:{s:2:\"ID\";i:606;s:10:\"user_login\";s:14:\"genie735878073\";s:9:\"user_pass\";s:60:\"$2y$10$o5bdk6nTdzhHkRTlpJr.ze2e05i343lAYp7QQ7yHlJwQMtri1obIu\";s:13:\"user_nicename\";s:14:\"genie735878073\";s:10:\"user_email\";s:25:\"Genie_Ellwood49@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 07:46:26\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Genie Ellwood\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"genie735878073\";s:10:\"first_name\";s:5:\"Genie\";s:9:\"last_name\";s:7:\"Ellwood\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568533586\";s:25:\"synced_gravatar_hashed_id\";s:32:\"bbc3f94c5963d3d9220faf20d45024ed\";s:9:\"submitted\";s:310:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568515580\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"genie735878073\";s:10:\"first_name\";s:5:\"Genie\";s:9:\"last_name\";s:7:\"Ellwood\";s:10:\"user_email\";s:25:\"Genie_Ellwood49@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568515580\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"genie735878073\";s:9:\"full_name\";s:13:\"genie ellwood\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568515587\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45983,'um_cache_userdata_607','a:77:{s:2:\"ID\";i:607;s:10:\"user_login\";s:14:\"thanhburley721\";s:9:\"user_pass\";s:60:\"$2y$10$1CzD7VM06DOhyV4ZoT8CUOdYP6Xh5mh7wPM2mX7rcr3rKg261DvKS\";s:13:\"user_nicename\";s:14:\"thanhburley721\";s:10:\"user_email\";s:22:\"Thanh_Burley@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 08:06:14\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Thanh Burley\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"thanhburley721\";s:10:\"first_name\";s:5:\"Thanh\";s:9:\"last_name\";s:6:\"Burley\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568534774\";s:25:\"synced_gravatar_hashed_id\";s:32:\"5f06d17b93260a12c8399289adb50c82\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568516765\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"thanhburley721\";s:10:\"first_name\";s:5:\"Thanh\";s:9:\"last_name\";s:6:\"Burley\";s:10:\"user_email\";s:22:\"Thanh_Burley@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568516765\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"thanhburley721\";s:9:\"full_name\";s:12:\"thanh burley\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568516775\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(45992,'um_cache_userdata_608','a:77:{s:2:\"ID\";i:608;s:10:\"user_login\";s:11:\"fernseppelt\";s:9:\"user_pass\";s:60:\"$2y$10$qd63QMkcDnN.vx1rG6nrX.gyFi4RRQ31kCdp4K9oCnkyu2atuHzDa\";s:13:\"user_nicename\";s:11:\"fernseppelt\";s:10:\"user_email\";s:22:\"Fern-Seppelt@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 08:46:39\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Fern Seppelt\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"fernseppelt\";s:10:\"first_name\";s:4:\"Fern\";s:9:\"last_name\";s:7:\"Seppelt\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568537199\";s:25:\"synced_gravatar_hashed_id\";s:32:\"0d60ffbc03ed8d48fb3fd1d890fe995b\";s:9:\"submitted\";s:303:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568519192\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"fernseppelt\";s:10:\"first_name\";s:4:\"Fern\";s:9:\"last_name\";s:7:\"Seppelt\";s:10:\"user_email\";s:22:\"Fern-Seppelt@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568519192\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"fernseppelt\";s:9:\"full_name\";s:12:\"fern seppelt\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568519200\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46003,'um_cache_userdata_610','a:77:{s:2:\"ID\";i:610;s:10:\"user_login\";s:15:\"preciouscolson6\";s:9:\"user_pass\";s:60:\"$2y$10$zfEc8R9NvCvSGG3iXpkxzOO8k./XRr4ykI7ZS7sKyH3mnV53qsJm.\";s:13:\"user_nicename\";s:15:\"preciouscolson6\";s:10:\"user_email\";s:25:\"Precious-Colson@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 09:06:48\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Precious Colson\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"preciouscolson6\";s:10:\"first_name\";s:8:\"Precious\";s:9:\"last_name\";s:6:\"Colson\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568538408\";s:25:\"synced_gravatar_hashed_id\";s:32:\"3156d815cee948e0c6ca8d7de0fc5633\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568520400\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"preciouscolson6\";s:10:\"first_name\";s:8:\"Precious\";s:9:\"last_name\";s:6:\"Colson\";s:10:\"user_email\";s:25:\"Precious-Colson@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568520400\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"preciouscolson6\";s:9:\"full_name\";s:15:\"precious colson\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568520409\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46014,'um_cache_userdata_612','a:77:{s:2:\"ID\";i:612;s:10:\"user_login\";s:16:\"latiau0195077085\";s:9:\"user_pass\";s:60:\"$2y$10$Z9agVN.cVWx.JMszxeGwzeLz/tC/XG.CSCpZoXfL7Gw8ddg5z9GQe\";s:13:\"user_nicename\";s:16:\"latiau0195077085\";s:10:\"user_email\";s:22:\"Latia-Olvera@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 09:20:42\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Latia Olvera\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"latiau0195077085\";s:10:\"first_name\";s:5:\"Latia\";s:9:\"last_name\";s:6:\"Olvera\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568539242\";s:25:\"synced_gravatar_hashed_id\";s:32:\"feb888fe33a6095492891b21d94d8129\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568521235\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"latiau0195077085\";s:10:\"first_name\";s:5:\"Latia\";s:9:\"last_name\";s:6:\"Olvera\";s:10:\"user_email\";s:22:\"Latia-Olvera@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568521235\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"latiau0195077085\";s:9:\"full_name\";s:12:\"latia olvera\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568521243\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46020,'um_cache_userdata_613','a:77:{s:2:\"ID\";i:613;s:10:\"user_login\";s:12:\"wroconstance\";s:9:\"user_pass\";s:60:\"$2y$10$6D4I8gt.eZIuvGg1BhD.S.4KCojvRA.LZ7GeFRALIT998FFdtreHq\";s:13:\"user_nicename\";s:12:\"wroconstance\";s:10:\"user_email\";s:29:\"Constance_Lienhop53@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 09:29:49\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Constance Lienhop\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"wroconstance\";s:10:\"first_name\";s:9:\"Constance\";s:9:\"last_name\";s:7:\"Lienhop\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568539789\";s:25:\"synced_gravatar_hashed_id\";s:32:\"9172f05ddcf69bc0a7018d21f69c7851\";s:9:\"submitted\";s:316:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568521782\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"wroconstance\";s:10:\"first_name\";s:9:\"Constance\";s:9:\"last_name\";s:7:\"Lienhop\";s:10:\"user_email\";s:29:\"Constance_Lienhop53@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568521782\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"wroconstance\";s:9:\"full_name\";s:17:\"constance lienhop\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568521789\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46026,'um_cache_userdata_614','a:77:{s:2:\"ID\";i:614;s:10:\"user_login\";s:15:\"pearlinesotelo8\";s:9:\"user_pass\";s:60:\"$2y$10$zTKNSBvq4xr4iWSbs/WTS.zXbtkqbN49lefEIy0jJig/crO3vo18K\";s:13:\"user_nicename\";s:15:\"pearlinesotelo8\";s:10:\"user_email\";s:25:\"Pearline_Sotelo@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 09:49:38\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Pearline Sotelo\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"pearlinesotelo8\";s:10:\"first_name\";s:8:\"Pearline\";s:9:\"last_name\";s:6:\"Sotelo\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568540978\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f842d64f009a58c4811280734d77c32d\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568522969\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"pearlinesotelo8\";s:10:\"first_name\";s:8:\"Pearline\";s:9:\"last_name\";s:6:\"Sotelo\";s:10:\"user_email\";s:25:\"Pearline_Sotelo@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568522969\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"pearlinesotelo8\";s:9:\"full_name\";s:15:\"pearline sotelo\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568522979\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46034,'um_cache_userdata_615','a:77:{s:2:\"ID\";i:615;s:10:\"user_login\";s:13:\"leonorcoull90\";s:9:\"user_pass\";s:60:\"$2y$10$NWk3mU5nG2Cna3SLD6LwBO3LygSzHGPWy/vhrsMlZAwqJJR/gvjiq\";s:13:\"user_nicename\";s:13:\"leonorcoull90\";s:10:\"user_email\";s:22:\"Leonor-Coull@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 10:13:08\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Leonor Coull\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"leonorcoull90\";s:10:\"first_name\";s:6:\"Leonor\";s:9:\"last_name\";s:5:\"Coull\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568542388\";s:25:\"synced_gravatar_hashed_id\";s:32:\"5bd4e6686fe58f5779b4a76561cf46fb\";s:9:\"submitted\";s:305:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568524376\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"leonorcoull90\";s:10:\"first_name\";s:6:\"Leonor\";s:9:\"last_name\";s:5:\"Coull\";s:10:\"user_email\";s:22:\"Leonor-Coull@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568524376\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"leonorcoull90\";s:9:\"full_name\";s:12:\"leonor coull\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568524388\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46041,'um_cache_userdata_616','a:77:{s:2:\"ID\";i:616;s:10:\"user_login\";s:14:\"lonamcnamara86\";s:9:\"user_pass\";s:60:\"$2y$10$zkTB6RtN0KyDuw425L734eFTQwkoc2T8Zp.5LVAHkXlv/Q2YvSzqe\";s:13:\"user_nicename\";s:14:\"lonamcnamara86\";s:10:\"user_email\";s:25:\"Lona-McNamara75@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 10:23:59\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Lona McNamara\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"lonamcnamara86\";s:10:\"first_name\";s:4:\"Lona\";s:9:\"last_name\";s:8:\"McNamara\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568543039\";s:25:\"synced_gravatar_hashed_id\";s:32:\"82de8247320adc4f10dd7a25ea20b6e1\";s:9:\"submitted\";s:310:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568525031\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"lonamcnamara86\";s:10:\"first_name\";s:4:\"Lona\";s:9:\"last_name\";s:8:\"McNamara\";s:10:\"user_email\";s:25:\"Lona-McNamara75@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568525031\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"lonamcnamara86\";s:9:\"full_name\";s:13:\"lona mcnamara\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568525040\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46046,'um_cache_userdata_617','a:77:{s:2:\"ID\";i:617;s:10:\"user_login\";s:11:\"mathewhort2\";s:9:\"user_pass\";s:60:\"$2y$10$yO.nIk0ZznX2gsxujXDpxuFBBpJAdBp.zPkp4vXsiYa9ei7tuKIMG\";s:13:\"user_nicename\";s:11:\"mathewhort2\";s:10:\"user_email\";s:23:\"Mathew.Hort45@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 10:27:46\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Mathew Hort\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"mathewhort2\";s:10:\"first_name\";s:6:\"Mathew\";s:9:\"last_name\";s:4:\"Hort\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568543266\";s:25:\"synced_gravatar_hashed_id\";s:32:\"17a0dd043e79fcbe08c3f622356b2eaf\";s:9:\"submitted\";s:303:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568525257\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"mathewhort2\";s:10:\"first_name\";s:6:\"Mathew\";s:9:\"last_name\";s:4:\"Hort\";s:10:\"user_email\";s:23:\"Mathew.Hort45@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568525257\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"mathewhort2\";s:9:\"full_name\";s:11:\"mathew hort\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568525267\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46053,'um_cache_userdata_618','a:77:{s:2:\"ID\";i:618;s:10:\"user_login\";s:14:\"antonygoolsby8\";s:9:\"user_pass\";s:60:\"$2y$10$APOUwVvk8DPMagkfD4etyukK.ttV37mlEIBkRnJzqMcfUGJ36WJ4a\";s:13:\"user_nicename\";s:14:\"antonygoolsby8\";s:10:\"user_email\";s:24:\"Antony_Goolsby@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 10:55:27\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Antony Goolsby\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"antonygoolsby8\";s:10:\"first_name\";s:6:\"Antony\";s:9:\"last_name\";s:7:\"Goolsby\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568544927\";s:25:\"synced_gravatar_hashed_id\";s:32:\"557b8f8e33b69f966ddab592b5ed9d01\";s:9:\"submitted\";s:310:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568526919\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"antonygoolsby8\";s:10:\"first_name\";s:6:\"Antony\";s:9:\"last_name\";s:7:\"Goolsby\";s:10:\"user_email\";s:24:\"Antony_Goolsby@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568526919\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"antonygoolsby8\";s:9:\"full_name\";s:14:\"antony goolsby\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568526928\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46061,'um_cache_userdata_619','a:77:{s:2:\"ID\";i:619;s:10:\"user_login\";s:16:\"stephaniahillard\";s:9:\"user_pass\";s:60:\"$2y$10$vkYKnJmrwi8PIxT.s/y0iuuUV3V1VRnVM/GFKkBzxm5s4KNh65xXq\";s:13:\"user_nicename\";s:16:\"stephaniahillard\";s:10:\"user_email\";s:29:\"Stephania-Hillard75@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 11:18:16\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Stephania Hillard\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"stephaniahillard\";s:10:\"first_name\";s:9:\"Stephania\";s:9:\"last_name\";s:7:\"Hillard\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568546296\";s:25:\"synced_gravatar_hashed_id\";s:32:\"4d880a84f34a5f872747b963c0984c7b\";s:9:\"submitted\";s:320:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568528289\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"stephaniahillard\";s:10:\"first_name\";s:9:\"Stephania\";s:9:\"last_name\";s:7:\"Hillard\";s:10:\"user_email\";s:29:\"Stephania-Hillard75@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568528289\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"stephaniahillard\";s:9:\"full_name\";s:17:\"stephania hillard\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568528297\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46067,'um_cache_userdata_620','a:77:{s:2:\"ID\";i:620;s:10:\"user_login\";s:14:\"aletheaalarcon\";s:9:\"user_pass\";s:60:\"$2y$10$Nj3ePFx7T3C//xlf2rK/huz.zYv16n6mLMvx03HhZSe6z0WGMUKSK\";s:13:\"user_nicename\";s:14:\"aletheaalarcon\";s:10:\"user_email\";s:27:\"Alethea.Alarcon43@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 11:25:45\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Alethea Alarcon\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"aletheaalarcon\";s:10:\"first_name\";s:7:\"Alethea\";s:9:\"last_name\";s:7:\"Alarcon\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568546745\";s:25:\"synced_gravatar_hashed_id\";s:32:\"bbd94d98b778b21004d0e5fda28534ac\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568528737\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"aletheaalarcon\";s:10:\"first_name\";s:7:\"Alethea\";s:9:\"last_name\";s:7:\"Alarcon\";s:10:\"user_email\";s:27:\"Alethea.Alarcon43@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568528737\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"aletheaalarcon\";s:9:\"full_name\";s:15:\"alethea alarcon\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568528746\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46080,'um_cache_userdata_621','a:77:{s:2:\"ID\";i:621;s:10:\"user_login\";s:10:\"chun80u639\";s:9:\"user_pass\";s:60:\"$2y$10$FkbPuNNTDGBxPfFU5romwuY6QYWSzeUBFZEvdu/pi6F2BJ8uANwpe\";s:13:\"user_nicename\";s:10:\"chun80u639\";s:10:\"user_email\";s:22:\"Chun_Manzi90@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 11:57:24\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Chun Manzi\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"chun80u639\";s:10:\"first_name\";s:4:\"Chun\";s:9:\"last_name\";s:5:\"Manzi\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568548644\";s:25:\"synced_gravatar_hashed_id\";s:32:\"740d467f64d900e61fd7ae753b16b8bd\";s:9:\"submitted\";s:300:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568530636\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"chun80u639\";s:10:\"first_name\";s:4:\"Chun\";s:9:\"last_name\";s:5:\"Manzi\";s:10:\"user_email\";s:22:\"Chun_Manzi90@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568530636\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"chun80u639\";s:9:\"full_name\";s:10:\"chun manzi\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568530645\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46099,'um_cache_userdata_622','a:77:{s:2:\"ID\";i:622;s:10:\"user_login\";s:11:\"myrtiss3720\";s:9:\"user_pass\";s:60:\"$2y$10$MtfSCc1S7b3r4R5JsKKyLOrz85K.kp2QdpNYiCwtD/.lWsAEawtI6\";s:13:\"user_nicename\";s:11:\"myrtiss3720\";s:10:\"user_email\";s:24:\"Myrtis_Farwell@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 12:07:32\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Myrtis Farwell\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"myrtiss3720\";s:10:\"first_name\";s:6:\"Myrtis\";s:9:\"last_name\";s:7:\"Farwell\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568549252\";s:25:\"synced_gravatar_hashed_id\";s:32:\"6058730d1b7d833251e1b30eaddd40ff\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568531244\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"myrtiss3720\";s:10:\"first_name\";s:6:\"Myrtis\";s:9:\"last_name\";s:7:\"Farwell\";s:10:\"user_email\";s:24:\"Myrtis_Farwell@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568531244\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"myrtiss3720\";s:9:\"full_name\";s:14:\"myrtis farwell\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568531252\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46138,'um_cache_userdata_624','a:77:{s:2:\"ID\";i:624;s:10:\"user_login\";s:15:\"fletchernorthey\";s:9:\"user_pass\";s:60:\"$2y$10$HSHb/Iqf4SAvrK4bjOv/s.CEoAwV4PCARWRtpWRUzPbIRFj5XgJem\";s:13:\"user_nicename\";s:15:\"fletchernorthey\";s:10:\"user_email\";s:28:\"Fletcher.Northey38@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 12:34:51\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Fletcher Northey\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"fletchernorthey\";s:10:\"first_name\";s:8:\"Fletcher\";s:9:\"last_name\";s:7:\"Northey\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568550891\";s:25:\"synced_gravatar_hashed_id\";s:32:\"997f56e64e93852c92a55e7bc2d3edf6\";s:9:\"submitted\";s:317:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568532882\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"fletchernorthey\";s:10:\"first_name\";s:8:\"Fletcher\";s:9:\"last_name\";s:7:\"Northey\";s:10:\"user_email\";s:28:\"Fletcher.Northey38@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568532882\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"fletchernorthey\";s:9:\"full_name\";s:16:\"fletcher northey\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568532891\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46151,'um_cache_userdata_625','a:77:{s:2:\"ID\";i:625;s:10:\"user_login\";s:14:\"xvvluann296742\";s:9:\"user_pass\";s:60:\"$2y$10$97HsLOe0Xc2sUg7.tbpO2OCIQe7C/vf4HIJ6mgeIEViiLhdIrYEaO\";s:13:\"user_nicename\";s:14:\"xvvluann296742\";s:10:\"user_email\";s:21:\"Luann_Damon@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 12:41:48\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Luann Damon\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"xvvluann296742\";s:10:\"first_name\";s:5:\"Luann\";s:9:\"last_name\";s:5:\"Damon\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568551308\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f6c543d461126ac071f43e12c56570c6\";s:9:\"submitted\";s:304:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568533298\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"xvvluann296742\";s:10:\"first_name\";s:5:\"Luann\";s:9:\"last_name\";s:5:\"Damon\";s:10:\"user_email\";s:21:\"Luann_Damon@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568533298\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"xvvluann296742\";s:9:\"full_name\";s:11:\"luann damon\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568533309\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46216,'um_cache_userdata_627','a:77:{s:2:\"ID\";i:627;s:10:\"user_login\";s:12:\"autumncaban4\";s:9:\"user_pass\";s:60:\"$2y$10$bETORVsP.lvcIbkr.nlAx.RXzunVJj0L1UGcqnJUw4S1tHpWeLsmG\";s:13:\"user_nicename\";s:12:\"autumncaban4\";s:10:\"user_email\";s:22:\"Autumn_Caban@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 13:08:57\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Autumn Caban\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"autumncaban4\";s:10:\"first_name\";s:6:\"Autumn\";s:9:\"last_name\";s:5:\"Caban\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568552937\";s:25:\"synced_gravatar_hashed_id\";s:32:\"316807197ca7b85a69f9b0b82488691e\";s:9:\"submitted\";s:304:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568534929\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"autumncaban4\";s:10:\"first_name\";s:6:\"Autumn\";s:9:\"last_name\";s:5:\"Caban\";s:10:\"user_email\";s:22:\"Autumn_Caban@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568534929\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"autumncaban4\";s:9:\"full_name\";s:12:\"autumn caban\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568534938\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46249,'um_cache_userdata_628','a:77:{s:2:\"ID\";i:628;s:10:\"user_login\";s:14:\"kimleverett184\";s:9:\"user_pass\";s:60:\"$2y$10$X81iecAT.cIALhcHD3pGLe.UIj8G5KS2Wfm3jAVhjCuckAT/Oc7dO\";s:13:\"user_nicename\";s:14:\"kimleverett184\";s:10:\"user_email\";s:24:\"Kim_Leverett47@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 13:22:53\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Kim Leverett\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"kimleverett184\";s:10:\"first_name\";s:3:\"Kim\";s:9:\"last_name\";s:8:\"Leverett\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568553773\";s:25:\"synced_gravatar_hashed_id\";s:32:\"54ade4c1e5e40bb32716a8766f257a65\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568535763\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"kimleverett184\";s:10:\"first_name\";s:3:\"Kim\";s:9:\"last_name\";s:8:\"Leverett\";s:10:\"user_email\";s:24:\"Kim_Leverett47@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568535763\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"kimleverett184\";s:9:\"full_name\";s:12:\"kim leverett\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568535773\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46263,'um_cache_userdata_629','a:77:{s:2:\"ID\";i:629;s:10:\"user_login\";s:14:\"ruthienicolay1\";s:9:\"user_pass\";s:60:\"$2y$10$t/lYrE9prZ/7EWsSTts8JuE.x3fJ3P856huivBKawMAlQzozg5022\";s:13:\"user_nicename\";s:14:\"ruthienicolay1\";s:10:\"user_email\";s:26:\"Ruthie_Nicolay40@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 13:30:42\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Ruthie Nicolay\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"ruthienicolay1\";s:10:\"first_name\";s:6:\"Ruthie\";s:9:\"last_name\";s:7:\"Nicolay\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568554242\";s:25:\"synced_gravatar_hashed_id\";s:32:\"1d1c6ee57f19172d314fc8ec50ac08d1\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568536235\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"ruthienicolay1\";s:10:\"first_name\";s:6:\"Ruthie\";s:9:\"last_name\";s:7:\"Nicolay\";s:10:\"user_email\";s:26:\"Ruthie_Nicolay40@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568536235\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"ruthienicolay1\";s:9:\"full_name\";s:14:\"ruthie nicolay\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568536243\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46296,'um_cache_userdata_630','a:77:{s:2:\"ID\";i:630;s:10:\"user_login\";s:14:\"louellamayne44\";s:9:\"user_pass\";s:60:\"$2y$10$aRAGYSYv8SEvFjXnTmHJA.jftXpHiCcG1wJqDEhGdsGEG19iUoJ7y\";s:13:\"user_nicename\";s:14:\"louellamayne44\";s:10:\"user_email\";s:25:\"Louella_Mayne34@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 14:12:12\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Louella Mayne\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"louellamayne44\";s:10:\"first_name\";s:7:\"Louella\";s:9:\"last_name\";s:5:\"Mayne\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568556732\";s:25:\"synced_gravatar_hashed_id\";s:32:\"8a7b0987244ff1df72603589a84a2e45\";s:9:\"submitted\";s:310:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568538722\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"louellamayne44\";s:10:\"first_name\";s:7:\"Louella\";s:9:\"last_name\";s:5:\"Mayne\";s:10:\"user_email\";s:25:\"Louella_Mayne34@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568538722\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"louellamayne44\";s:9:\"full_name\";s:13:\"louella mayne\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568538733\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46301,'um_cache_userdata_631','a:77:{s:2:\"ID\";i:631;s:10:\"user_login\";s:15:\"evonnegrimstone\";s:9:\"user_pass\";s:60:\"$2y$10$rY/kvZ4VmT6o6jWYTEdX4.7K/fddweZww37Uk6TdiJl.NxeHtl4d2\";s:13:\"user_nicename\";s:15:\"evonnegrimstone\";s:10:\"user_email\";s:28:\"Evonne-Grimstone70@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 14:15:55\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Evonne Grimstone\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"evonnegrimstone\";s:10:\"first_name\";s:6:\"Evonne\";s:9:\"last_name\";s:9:\"Grimstone\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568556955\";s:25:\"synced_gravatar_hashed_id\";s:32:\"d85bba4d9802f1e004c8fd0bcfa77ca1\";s:9:\"submitted\";s:317:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568538947\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"evonnegrimstone\";s:10:\"first_name\";s:6:\"Evonne\";s:9:\"last_name\";s:9:\"Grimstone\";s:10:\"user_email\";s:28:\"Evonne-Grimstone70@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568538947\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"evonnegrimstone\";s:9:\"full_name\";s:16:\"evonne grimstone\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568538956\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46311,'um_cache_userdata_632','a:77:{s:2:\"ID\";i:632;s:10:\"user_login\";s:13:\"bernardoforet\";s:9:\"user_pass\";s:60:\"$2y$10$JSX9RpD2u8cxZu0HctM/eOWhFbp7UEdMnWIOtvNGdO6G5HDSOe.QW\";s:13:\"user_nicename\";s:13:\"bernardoforet\";s:10:\"user_email\";s:24:\"Bernardo.Foret@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 14:33:30\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Bernardo Foret\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"bernardoforet\";s:10:\"first_name\";s:8:\"Bernardo\";s:9:\"last_name\";s:5:\"Foret\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568558010\";s:25:\"synced_gravatar_hashed_id\";s:32:\"4bb790023f5726a4d874d269429491fd\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568540002\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"bernardoforet\";s:10:\"first_name\";s:8:\"Bernardo\";s:9:\"last_name\";s:5:\"Foret\";s:10:\"user_email\";s:24:\"Bernardo.Foret@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568540002\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"bernardoforet\";s:9:\"full_name\";s:14:\"bernardo foret\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568540011\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46318,'um_cache_userdata_633','a:77:{s:2:\"ID\";i:633;s:10:\"user_login\";s:16:\"cornellstricklin\";s:9:\"user_pass\";s:60:\"$2y$10$ORks4i/XbnpBKkj7cUO1cetVjI/qaFBRPReEC2sWK.TNTLw2316WO\";s:13:\"user_nicename\";s:16:\"cornellstricklin\";s:10:\"user_email\";s:27:\"Cornell-Stricklin@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 14:47:35\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Cornell Stricklin\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"cornellstricklin\";s:10:\"first_name\";s:7:\"Cornell\";s:9:\"last_name\";s:9:\"Stricklin\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568558855\";s:25:\"synced_gravatar_hashed_id\";s:32:\"5a4ca2ac7c865073e65019b70fc07bc4\";s:9:\"submitted\";s:318:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568540848\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"cornellstricklin\";s:10:\"first_name\";s:7:\"Cornell\";s:9:\"last_name\";s:9:\"Stricklin\";s:10:\"user_email\";s:27:\"Cornell-Stricklin@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568540848\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"cornellstricklin\";s:9:\"full_name\";s:17:\"cornell stricklin\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568540855\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46329,'um_cache_userdata_634','a:77:{s:2:\"ID\";i:634;s:10:\"user_login\";s:6:\"suebee\";s:9:\"user_pass\";s:60:\"$2y$10$MlFh4rSzW5ihCf0D3h14R.ydx4lnz4PjwFAE9zj7YthTNXfsi/.dG\";s:13:\"user_nicename\";s:6:\"suebee\";s:10:\"user_email\";s:23:\"bucknor.susan@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 14:52:51\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Susan Bucknor\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:6:\"suebee\";s:10:\"first_name\";s:5:\"Susan\";s:9:\"last_name\";s:7:\"Bucknor\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568559171\";s:25:\"synced_gravatar_hashed_id\";s:32:\"29aeb1b2a1182acedcd31647fb46c4ae\";s:9:\"submitted\";s:503:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568541151\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:81:\"https://buzz-caribbean.com/job/ramble-media-group-a-digital-media-executive-2993/\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:104:\"/register/?redirect_to=https://buzz-caribbean.com/job/ramble-media-group-a-digital-media-executive-2993/\";s:10:\"user_login\";s:6:\"SueBee\";s:10:\"first_name\";s:5:\"Susan\";s:9:\"last_name\";s:7:\"Bucknor\";s:10:\"user_email\";s:23:\"bucknor.susan@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568541151\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:81:\"https://buzz-caribbean.com/job/ramble-media-group-a-digital-media-executive-2993/\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:104:\"/register/?redirect_to=https://buzz-caribbean.com/job/ramble-media-group-a-digital-media-executive-2993/\";s:35:\"um_user_profile_url_slug_user_login\";s:6:\"suebee\";s:9:\"full_name\";s:13:\"susan bucknor\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46341,'um_cache_userdata_635','a:77:{s:2:\"ID\";i:635;s:10:\"user_login\";s:15:\"brigidajaime998\";s:9:\"user_pass\";s:60:\"$2y$10$8YuUQaJo9LJIREusJtcznOAt26VmcTHIVFZCsyyXGlBIqmkA371rW\";s:13:\"user_nicename\";s:15:\"brigidajaime998\";s:10:\"user_email\";s:23:\"Brigida-Jaime@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 14:55:06\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Brigida Jaime\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"brigidajaime998\";s:10:\"first_name\";s:7:\"Brigida\";s:9:\"last_name\";s:5:\"Jaime\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568559306\";s:25:\"synced_gravatar_hashed_id\";s:32:\"963af682cda61e8111347b2a814b59e9\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568541298\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"brigidajaime998\";s:10:\"first_name\";s:7:\"Brigida\";s:9:\"last_name\";s:5:\"Jaime\";s:10:\"user_email\";s:23:\"Brigida-Jaime@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568541298\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"brigidajaime998\";s:9:\"full_name\";s:13:\"brigida jaime\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568541306\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46358,'um_cache_userdata_636','a:77:{s:2:\"ID\";i:636;s:10:\"user_login\";s:10:\"valarie86b\";s:9:\"user_pass\";s:60:\"$2y$10$kzEI75Ps12tN8jzHWbUZ.uHUr6dT3ZTqutK41/tDBUe.lPBltknm2\";s:13:\"user_nicename\";s:10:\"valarie86b\";s:10:\"user_email\";s:24:\"Valarie.John99@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 15:05:36\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Valarie John\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"valarie86b\";s:10:\"first_name\";s:7:\"Valarie\";s:9:\"last_name\";s:4:\"John\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568559936\";s:25:\"synced_gravatar_hashed_id\";s:32:\"bf9bf42eca8c8f460eed4f5bd5997f57\";s:9:\"submitted\";s:304:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568541925\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"valarie86b\";s:10:\"first_name\";s:7:\"Valarie\";s:9:\"last_name\";s:4:\"John\";s:10:\"user_email\";s:24:\"Valarie.John99@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568541925\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"valarie86b\";s:9:\"full_name\";s:12:\"valarie john\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568541936\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46408,'um_cache_userdata_637','a:77:{s:2:\"ID\";i:637;s:10:\"user_login\";s:12:\"ashlisaldana\";s:9:\"user_pass\";s:60:\"$2y$10$QZRjRc8pfF2wyT2x8eb/wui6D2nAF4tXxNSc3Y2PsGVooitFjiydK\";s:13:\"user_nicename\";s:12:\"ashlisaldana\";s:10:\"user_email\";s:23:\"Ashli_Saldana@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 15:25:46\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Ashli Saldana\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"ashlisaldana\";s:10:\"first_name\";s:5:\"Ashli\";s:9:\"last_name\";s:7:\"Saldana\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568561146\";s:25:\"synced_gravatar_hashed_id\";s:32:\"100aca9739d8d786f8a274079d59bcd3\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568543138\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"ashlisaldana\";s:10:\"first_name\";s:5:\"Ashli\";s:9:\"last_name\";s:7:\"Saldana\";s:10:\"user_email\";s:23:\"Ashli_Saldana@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568543138\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"ashlisaldana\";s:9:\"full_name\";s:13:\"ashli saldana\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568543147\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46419,'um_cache_userdata_638','a:77:{s:2:\"ID\";i:638;s:10:\"user_login\";s:14:\"mindakendrick5\";s:9:\"user_pass\";s:60:\"$2y$10$HpjWhCaPijIt56JlYelEM.kUiDvtPWUZe20FsmhN.jGsudNBwOSDW\";s:13:\"user_nicename\";s:14:\"mindakendrick5\";s:10:\"user_email\";s:26:\"Minda-Kendrick85@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 15:32:00\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Minda Kendrick\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"mindakendrick5\";s:10:\"first_name\";s:5:\"Minda\";s:9:\"last_name\";s:8:\"Kendrick\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568561520\";s:25:\"synced_gravatar_hashed_id\";s:32:\"18d861068e3b66cb6394d13895a0018d\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568543509\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"mindakendrick5\";s:10:\"first_name\";s:5:\"Minda\";s:9:\"last_name\";s:8:\"Kendrick\";s:10:\"user_email\";s:26:\"Minda-Kendrick85@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568543509\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"mindakendrick5\";s:9:\"full_name\";s:14:\"minda kendrick\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568543520\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46454,'um_cache_userdata_639','a:77:{s:2:\"ID\";i:639;s:10:\"user_login\";s:13:\"loumtc1295002\";s:9:\"user_pass\";s:60:\"$2y$10$WjrorDaBHxpI93Pk6X0ynekYUlVFNPwAAgsLWEYrswf2.stRZ0jTu\";s:13:\"user_nicename\";s:13:\"loumtc1295002\";s:10:\"user_email\";s:23:\"Lou-Elizabeth@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 15:53:25\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Lou Elizabeth\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"loumtc1295002\";s:10:\"first_name\";s:3:\"Lou\";s:9:\"last_name\";s:9:\"Elizabeth\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568562805\";s:25:\"synced_gravatar_hashed_id\";s:32:\"a3dcc2f57da4205ddd54b8d33db219be\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568544794\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"loumtc1295002\";s:10:\"first_name\";s:3:\"Lou\";s:9:\"last_name\";s:9:\"Elizabeth\";s:10:\"user_email\";s:23:\"Lou-Elizabeth@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568544794\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"loumtc1295002\";s:9:\"full_name\";s:13:\"lou elizabeth\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568544806\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46515,'um_cache_userdata_640','a:77:{s:2:\"ID\";i:640;s:10:\"user_login\";s:11:\"duanef38216\";s:9:\"user_pass\";s:60:\"$2y$10$qTuhwIGCyOG1YcpHHERfmO8pUCdmk1UPIVb.NvkRseSCwHJODcRVa\";s:13:\"user_nicename\";s:11:\"duanef38216\";s:10:\"user_email\";s:25:\"Duane_McClinton@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 16:32:13\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Duane McClinton\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"duanef38216\";s:10:\"first_name\";s:5:\"Duane\";s:9:\"last_name\";s:9:\"McClinton\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568565133\";s:25:\"synced_gravatar_hashed_id\";s:32:\"62ed8cc0072b09e1ff6d226eff39cfd0\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568547125\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"duanef38216\";s:10:\"first_name\";s:5:\"Duane\";s:9:\"last_name\";s:9:\"McClinton\";s:10:\"user_email\";s:25:\"Duane_McClinton@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568547125\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"duanef38216\";s:9:\"full_name\";s:15:\"duane mcclinton\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568547134\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46522,'um_cache_userdata_641','a:77:{s:2:\"ID\";i:641;s:10:\"user_login\";s:10:\"elviraruss\";s:9:\"user_pass\";s:60:\"$2y$10$txuT/Qj/lwcZH2i.mjJ2Jejsc9rjw1FM3MdS0GX0hx5s13y4ELLuK\";s:13:\"user_nicename\";s:10:\"elviraruss\";s:10:\"user_email\";s:23:\"Elvira_Russ72@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 16:39:34\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Elvira Russ\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"elviraruss\";s:10:\"first_name\";s:6:\"Elvira\";s:9:\"last_name\";s:4:\"Russ\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568565574\";s:25:\"synced_gravatar_hashed_id\";s:32:\"9ebd789c65dbdd1be3ca5f6b9a25fb70\";s:9:\"submitted\";s:302:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568547563\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"elviraruss\";s:10:\"first_name\";s:6:\"Elvira\";s:9:\"last_name\";s:4:\"Russ\";s:10:\"user_email\";s:23:\"Elvira_Russ72@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568547563\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"elviraruss\";s:9:\"full_name\";s:11:\"elvira russ\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568547575\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46527,'um_cache_userdata_642','a:77:{s:2:\"ID\";i:642;s:10:\"user_login\";s:15:\"jorgeoas0273059\";s:9:\"user_pass\";s:60:\"$2y$10$tOzgDXcKBkIIA3OuAyEYnOdWyoAgjGO0kOAIyom1wiMtfF32.wIEq\";s:13:\"user_nicename\";s:15:\"jorgeoas0273059\";s:10:\"user_email\";s:24:\"Jorge.Biermann@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 16:41:42\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Jorge Biermann\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"jorgeoas0273059\";s:10:\"first_name\";s:5:\"Jorge\";s:9:\"last_name\";s:8:\"Biermann\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568565702\";s:25:\"synced_gravatar_hashed_id\";s:32:\"2ad1fd59f1317fe737473c1cb5515fe0\";s:9:\"submitted\";s:311:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568547691\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"jorgeoas0273059\";s:10:\"first_name\";s:5:\"Jorge\";s:9:\"last_name\";s:8:\"Biermann\";s:10:\"user_email\";s:24:\"Jorge.Biermann@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568547691\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"jorgeoas0273059\";s:9:\"full_name\";s:14:\"jorge biermann\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568547703\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46535,'um_cache_userdata_643','a:77:{s:2:\"ID\";i:643;s:10:\"user_login\";s:12:\"enriqueta66w\";s:9:\"user_pass\";s:60:\"$2y$10$rDDf8PXBsAJLi5FI7RL0YeMnRvxiQpRhih6aqNLy3gHeYX5.HTHgy\";s:13:\"user_nicename\";s:12:\"enriqueta66w\";s:10:\"user_email\";s:30:\"Enriqueta_Fitzwater3@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 16:54:49\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:19:\"Enriqueta Fitzwater\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"enriqueta66w\";s:10:\"first_name\";s:9:\"Enriqueta\";s:9:\"last_name\";s:9:\"Fitzwater\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568566489\";s:25:\"synced_gravatar_hashed_id\";s:32:\"a4750e11d83c8c8c2360cd9a1c49887c\";s:9:\"submitted\";s:319:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568548479\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"enriqueta66w\";s:10:\"first_name\";s:9:\"Enriqueta\";s:9:\"last_name\";s:9:\"Fitzwater\";s:10:\"user_email\";s:30:\"Enriqueta_Fitzwater3@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568548479\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"enriqueta66w\";s:9:\"full_name\";s:19:\"enriqueta fitzwater\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568548490\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46622,'um_cache_userdata_644','a:77:{s:2:\"ID\";i:644;s:10:\"user_login\";s:15:\"wilmerims861588\";s:9:\"user_pass\";s:60:\"$2y$10$iNsgs2nGf/B7DKFQ0/1e1e42ewc6crfu3XDJwQiqrOj5q0ePWh9c2\";s:13:\"user_nicename\";s:15:\"wilmerims861588\";s:10:\"user_email\";s:24:\"Wilmer_Eusebio@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 17:40:48\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Wilmer Eusebio\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"wilmerims861588\";s:10:\"first_name\";s:6:\"Wilmer\";s:9:\"last_name\";s:7:\"Eusebio\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568569248\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f429adb6b53a14380da2bc1c8529114c\";s:9:\"submitted\";s:311:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568551240\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"wilmerims861588\";s:10:\"first_name\";s:6:\"Wilmer\";s:9:\"last_name\";s:7:\"Eusebio\";s:10:\"user_email\";s:24:\"Wilmer_Eusebio@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568551240\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"wilmerims861588\";s:9:\"full_name\";s:14:\"wilmer eusebio\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568551249\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46634,'um_cache_userdata_645','a:77:{s:2:\"ID\";i:645;s:10:\"user_login\";s:12:\"myrtlekeiser\";s:9:\"user_pass\";s:60:\"$2y$10$XJe/tFwOo4ntVIrlWipoVunoxlj2D4yM4yJBh.QHHZiyWkFEWvsdC\";s:13:\"user_nicename\";s:12:\"myrtlekeiser\";s:10:\"user_email\";s:23:\"Myrtle_Keiser@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 17:46:23\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Myrtle Keiser\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"myrtlekeiser\";s:10:\"first_name\";s:6:\"Myrtle\";s:9:\"last_name\";s:6:\"Keiser\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568569583\";s:25:\"synced_gravatar_hashed_id\";s:32:\"9714693cdbed614c98f9c78d78776665\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568551574\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"myrtlekeiser\";s:10:\"first_name\";s:6:\"Myrtle\";s:9:\"last_name\";s:6:\"Keiser\";s:10:\"user_email\";s:23:\"Myrtle_Keiser@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568551574\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"myrtlekeiser\";s:9:\"full_name\";s:13:\"myrtle keiser\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568551584\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46654,'um_cache_userdata_646','a:77:{s:2:\"ID\";i:646;s:10:\"user_login\";s:14:\"angeldhakiyarr\";s:9:\"user_pass\";s:60:\"$2y$10$22jhT8Y5RPKligVqmq7w5e4K6f8WlzQcPyvi3ZW4GXmDT2mYgW0c6\";s:13:\"user_nicename\";s:14:\"angeldhakiyarr\";s:10:\"user_email\";s:27:\"Angel-Dhakiyarr58@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 18:15:11\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Angel Dhakiyarr\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"angeldhakiyarr\";s:10:\"first_name\";s:5:\"Angel\";s:9:\"last_name\";s:9:\"Dhakiyarr\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568571311\";s:25:\"synced_gravatar_hashed_id\";s:32:\"631d55d3fe04749686be0d807631d1b4\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568553304\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"angeldhakiyarr\";s:10:\"first_name\";s:5:\"Angel\";s:9:\"last_name\";s:9:\"Dhakiyarr\";s:10:\"user_email\";s:27:\"Angel-Dhakiyarr58@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568553304\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"angeldhakiyarr\";s:9:\"full_name\";s:15:\"angel dhakiyarr\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568553312\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46676,'um_cache_userdata_648','a:77:{s:2:\"ID\";i:648;s:10:\"user_login\";s:13:\"dixieoaks4106\";s:9:\"user_pass\";s:60:\"$2y$10$rEE2LNjbuQbPSFx221r2/evmZNhyz1mcopv9bQQyOAO97cYsQRXnW\";s:13:\"user_nicename\";s:13:\"dixieoaks4106\";s:10:\"user_email\";s:20:\"Dixie_Oaks@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 18:27:41\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Dixie Oaks\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"dixieoaks4106\";s:10:\"first_name\";s:5:\"Dixie\";s:9:\"last_name\";s:4:\"Oaks\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568572061\";s:25:\"synced_gravatar_hashed_id\";s:32:\"6267e93fb6fe7a43cf26b7edb8951f62\";s:9:\"submitted\";s:301:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568554052\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"dixieoaks4106\";s:10:\"first_name\";s:5:\"Dixie\";s:9:\"last_name\";s:4:\"Oaks\";s:10:\"user_email\";s:20:\"Dixie_Oaks@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568554052\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"dixieoaks4106\";s:9:\"full_name\";s:10:\"dixie oaks\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568554061\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46746,'um_cache_userdata_649','a:77:{s:2:\"ID\";i:649;s:10:\"user_login\";s:15:\"richardbrockman\";s:9:\"user_pass\";s:60:\"$2y$10$G12eMaRUBSF3OsUYKNtjFu.bKEjI0eAcuD4uVS8YUa3IwydFdSutW\";s:13:\"user_nicename\";s:15:\"richardbrockman\";s:10:\"user_email\";s:26:\"Richard-Brockman@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 18:55:51\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Richard Brockman\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"richardbrockman\";s:10:\"first_name\";s:7:\"Richard\";s:9:\"last_name\";s:8:\"Brockman\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568573751\";s:25:\"synced_gravatar_hashed_id\";s:32:\"a4d4ce10c810f90b75cb9b7a96c6b308\";s:9:\"submitted\";s:315:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568555741\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"richardbrockman\";s:10:\"first_name\";s:7:\"Richard\";s:9:\"last_name\";s:8:\"Brockman\";s:10:\"user_email\";s:26:\"Richard-Brockman@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568555741\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"richardbrockman\";s:9:\"full_name\";s:16:\"richard brockman\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568555752\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46751,'um_cache_userdata_650','a:77:{s:2:\"ID\";i:650;s:10:\"user_login\";s:13:\"tommydalton03\";s:9:\"user_pass\";s:60:\"$2y$10$2WZZpEfTtWHvyEnHtSkbRueScf2esY2iSKFiX4oMRKYJc3gCpIR1O\";s:13:\"user_nicename\";s:13:\"tommydalton03\";s:10:\"user_email\";s:24:\"Tommy_Dalton90@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 18:55:55\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Tommy Dalton\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"tommydalton03\";s:10:\"first_name\";s:5:\"Tommy\";s:9:\"last_name\";s:6:\"Dalton\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568573755\";s:25:\"synced_gravatar_hashed_id\";s:32:\"effc422403db28ef5c7930d2e8c83295\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568555744\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"tommydalton03\";s:10:\"first_name\";s:5:\"Tommy\";s:9:\"last_name\";s:6:\"Dalton\";s:10:\"user_email\";s:24:\"Tommy_Dalton90@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568555744\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"tommydalton03\";s:9:\"full_name\";s:12:\"tommy dalton\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568555755\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46764,'um_cache_userdata_651','a:77:{s:2:\"ID\";i:651;s:10:\"user_login\";s:12:\"mosangus5572\";s:9:\"user_pass\";s:60:\"$2y$10$fpyrFkTAjiZZjEBV/4/5RORvCZoIVH6sLwXu7QbvL1AYY3hKtmN5y\";s:13:\"user_nicename\";s:12:\"mosangus5572\";s:10:\"user_email\";s:23:\"Angus_Cambage@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 19:07:39\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Angus Cambage\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"mosangus5572\";s:10:\"first_name\";s:5:\"Angus\";s:9:\"last_name\";s:7:\"Cambage\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568574459\";s:25:\"synced_gravatar_hashed_id\";s:32:\"87ae8399e2aa94383725929e9aa7a011\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568556447\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"mosangus5572\";s:10:\"first_name\";s:5:\"Angus\";s:9:\"last_name\";s:7:\"Cambage\";s:10:\"user_email\";s:23:\"Angus_Cambage@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568556447\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"mosangus5572\";s:9:\"full_name\";s:13:\"angus cambage\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568556459\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46778,'um_cache_userdata_652','a:77:{s:2:\"ID\";i:652;s:10:\"user_login\";s:10:\"dorethab43\";s:9:\"user_pass\";s:60:\"$2y$10$ThHVZD0Ed.ubtRxjrn9OAe2ymEGtKR2/Czfj8RcWcIxRrnUI7O0XG\";s:13:\"user_nicename\";s:10:\"dorethab43\";s:10:\"user_email\";s:29:\"Doretha.Trethowan91@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 19:14:51\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Doretha Trethowan\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"dorethab43\";s:10:\"first_name\";s:7:\"Doretha\";s:9:\"last_name\";s:9:\"Trethowan\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568574891\";s:25:\"synced_gravatar_hashed_id\";s:32:\"4d417eea320eeefba1a2f81d74a9e952\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568556882\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"dorethab43\";s:10:\"first_name\";s:7:\"Doretha\";s:9:\"last_name\";s:9:\"Trethowan\";s:10:\"user_email\";s:29:\"Doretha.Trethowan91@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568556882\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"dorethab43\";s:9:\"full_name\";s:17:\"doretha trethowan\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568556891\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46815,'um_cache_userdata_654','a:77:{s:2:\"ID\";i:654;s:10:\"user_login\";s:15:\"penelopekappel6\";s:9:\"user_pass\";s:60:\"$2y$10$o51bAY53rNC2wLv8HqwWC.75r/Z950xQT8iwoGhXT4A142e19jTga\";s:13:\"user_nicename\";s:15:\"penelopekappel6\";s:10:\"user_email\";s:25:\"Penelope.Kappel@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 19:43:28\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Penelope Kappel\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"penelopekappel6\";s:10:\"first_name\";s:8:\"Penelope\";s:9:\"last_name\";s:6:\"Kappel\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568576608\";s:25:\"synced_gravatar_hashed_id\";s:32:\"5827288f11e217018f2071c86411da34\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568558598\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"penelopekappel6\";s:10:\"first_name\";s:8:\"Penelope\";s:9:\"last_name\";s:6:\"Kappel\";s:10:\"user_email\";s:25:\"Penelope.Kappel@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568558598\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"penelopekappel6\";s:9:\"full_name\";s:15:\"penelope kappel\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568558609\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46821,'um_cache_userdata_655','a:77:{s:2:\"ID\";i:655;s:10:\"user_login\";s:13:\"ofeliatunn999\";s:9:\"user_pass\";s:60:\"$2y$10$N67O/Zp/Wob/lJECa3tc0.fSAIgWF7.ahZBRr4MszMD7C9U2GzG4m\";s:13:\"user_nicename\";s:13:\"ofeliatunn999\";s:10:\"user_email\";s:21:\"Ofelia.Tunn@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 19:48:58\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Ofelia Tunn\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"ofeliatunn999\";s:10:\"first_name\";s:6:\"Ofelia\";s:9:\"last_name\";s:4:\"Tunn\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568576938\";s:25:\"synced_gravatar_hashed_id\";s:32:\"0e510375b1a51c13112838937e844097\";s:9:\"submitted\";s:303:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568558932\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"ofeliatunn999\";s:10:\"first_name\";s:6:\"Ofelia\";s:9:\"last_name\";s:4:\"Tunn\";s:10:\"user_email\";s:21:\"Ofelia.Tunn@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568558932\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"ofeliatunn999\";s:9:\"full_name\";s:11:\"ofelia tunn\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568558939\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46827,'um_cache_userdata_656','a:77:{s:2:\"ID\";i:656;s:10:\"user_login\";s:13:\"renedarvall97\";s:9:\"user_pass\";s:60:\"$2y$10$vj9U8a2e7RLPGIoBMIjYL.oc1CCUOvI1b5uU3yIJFIM61mh3Ed26e\";s:13:\"user_nicename\";s:13:\"renedarvall97\";s:10:\"user_email\";s:22:\"Rene.Darvall@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 19:53:23\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Rene Darvall\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"renedarvall97\";s:10:\"first_name\";s:4:\"Rene\";s:9:\"last_name\";s:7:\"Darvall\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568577203\";s:25:\"synced_gravatar_hashed_id\";s:32:\"33c30b304572e2ea62ba9ff4a6cca415\";s:9:\"submitted\";s:305:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568559191\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"renedarvall97\";s:10:\"first_name\";s:4:\"Rene\";s:9:\"last_name\";s:7:\"Darvall\";s:10:\"user_email\";s:22:\"Rene.Darvall@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568559191\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"renedarvall97\";s:9:\"full_name\";s:12:\"rene darvall\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568559203\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46834,'um_cache_userdata_657','a:77:{s:2:\"ID\";i:657;s:10:\"user_login\";s:15:\"pilarkolios3337\";s:9:\"user_pass\";s:60:\"$2y$10$JJHWCaKQbD1JjKXrkHqc6e1n6ZKTNBFZx4CFCPAhtWjstaBYls2r2\";s:13:\"user_nicename\";s:15:\"pilarkolios3337\";s:10:\"user_email\";s:22:\"Pilar.Kolios@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 19:59:15\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Pilar Kolios\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"pilarkolios3337\";s:10:\"first_name\";s:5:\"Pilar\";s:9:\"last_name\";s:6:\"Kolios\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568577555\";s:25:\"synced_gravatar_hashed_id\";s:32:\"39483171431484d3095e8f3b9593b597\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568559546\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"pilarkolios3337\";s:10:\"first_name\";s:5:\"Pilar\";s:9:\"last_name\";s:6:\"Kolios\";s:10:\"user_email\";s:22:\"Pilar.Kolios@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568559546\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"pilarkolios3337\";s:9:\"full_name\";s:12:\"pilar kolios\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568559555\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46850,'um_cache_userdata_658','a:77:{s:2:\"ID\";i:658;s:10:\"user_login\";s:13:\"abduledens750\";s:9:\"user_pass\";s:60:\"$2y$10$FPgEB3O0OpN5m7q0KMN67u2.auW/9.dRnN0DLQWAle677niygkeL2\";s:13:\"user_nicename\";s:13:\"abduledens750\";s:10:\"user_email\";s:21:\"Abdul.Edens@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 20:16:12\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Abdul Edens\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"abduledens750\";s:10:\"first_name\";s:5:\"Abdul\";s:9:\"last_name\";s:5:\"Edens\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568578572\";s:25:\"synced_gravatar_hashed_id\";s:32:\"74fc1ec3de8443d13e1f5094861cb196\";s:9:\"submitted\";s:303:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568560566\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"abduledens750\";s:10:\"first_name\";s:5:\"Abdul\";s:9:\"last_name\";s:5:\"Edens\";s:10:\"user_email\";s:21:\"Abdul.Edens@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568560566\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"abduledens750\";s:9:\"full_name\";s:11:\"abdul edens\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568560572\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46891,'um_cache_userdata_659','a:77:{s:2:\"ID\";i:659;s:10:\"user_login\";s:15:\"frankmortensen5\";s:9:\"user_pass\";s:60:\"$2y$10$dXHoDH8.EZg9x2zCF7jmWuHgPQqAsrNAYPKOK7rGL/Ywep59Ske82\";s:13:\"user_nicename\";s:15:\"frankmortensen5\";s:10:\"user_email\";s:27:\"Frank-Mortensen53@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 20:29:00\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Frank Mortensen\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"frankmortensen5\";s:10:\"first_name\";s:5:\"Frank\";s:9:\"last_name\";s:9:\"Mortensen\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568579340\";s:25:\"synced_gravatar_hashed_id\";s:32:\"fd65477e24f0f4036271534ef99837f7\";s:9:\"submitted\";s:315:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568561331\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"frankmortensen5\";s:10:\"first_name\";s:5:\"Frank\";s:9:\"last_name\";s:9:\"Mortensen\";s:10:\"user_email\";s:27:\"Frank-Mortensen53@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568561331\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"frankmortensen5\";s:9:\"full_name\";s:15:\"frank mortensen\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568561340\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46906,'um_cache_userdata_660','a:77:{s:2:\"ID\";i:660;s:10:\"user_login\";s:15:\"eulazkm50255821\";s:9:\"user_pass\";s:60:\"$2y$10$KG0Y0HWLZvcoMrzRhQf0pe77UWavagiwzIzKjKXOI5.qXBL7kUt9G\";s:13:\"user_nicename\";s:15:\"eulazkm50255821\";s:10:\"user_email\";s:19:\"Eula_Witt@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 20:35:01\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:9:\"Eula Witt\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"eulazkm50255821\";s:10:\"first_name\";s:4:\"Eula\";s:9:\"last_name\";s:4:\"Witt\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568579701\";s:25:\"synced_gravatar_hashed_id\";s:32:\"b2370740ebe1b5f6a9db3aae90035c09\";s:9:\"submitted\";s:301:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568561695\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"eulazkm50255821\";s:10:\"first_name\";s:4:\"Eula\";s:9:\"last_name\";s:4:\"Witt\";s:10:\"user_email\";s:19:\"Eula_Witt@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568561695\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"eulazkm50255821\";s:9:\"full_name\";s:9:\"eula witt\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568561702\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46919,'um_cache_userdata_661','a:77:{s:2:\"ID\";i:661;s:10:\"user_login\";s:12:\"judyproby854\";s:9:\"user_pass\";s:60:\"$2y$10$kZrrW5FLY.erZTC4JmaBxuHClNz6IDAUO7YVzqYYUaqAQYi0wWnkO\";s:13:\"user_nicename\";s:12:\"judyproby854\";s:10:\"user_email\";s:22:\"Judy.Proby40@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 20:37:08\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Judy Proby\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"judyproby854\";s:10:\"first_name\";s:4:\"Judy\";s:9:\"last_name\";s:5:\"Proby\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568579828\";s:25:\"synced_gravatar_hashed_id\";s:32:\"7a9f1bcf7b6cd9afc0d081ee880d02c9\";s:9:\"submitted\";s:302:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568561821\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"judyproby854\";s:10:\"first_name\";s:4:\"Judy\";s:9:\"last_name\";s:5:\"Proby\";s:10:\"user_email\";s:22:\"Judy.Proby40@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568561821\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"judyproby854\";s:9:\"full_name\";s:10:\"judy proby\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568561829\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46945,'um_cache_userdata_662','a:77:{s:2:\"ID\";i:662;s:10:\"user_login\";s:14:\"kalacollee8289\";s:9:\"user_pass\";s:60:\"$2y$10$rPYY9QLEuy./JBHMSdV32e3yV0Mjoz1PDVJ.a2h0/iI50V9.zqI2C\";s:13:\"user_nicename\";s:14:\"kalacollee8289\";s:10:\"user_email\";s:21:\"Kala-Collee@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 20:54:23\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Kala Collee\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"kalacollee8289\";s:10:\"first_name\";s:4:\"Kala\";s:9:\"last_name\";s:6:\"Collee\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568580863\";s:25:\"synced_gravatar_hashed_id\";s:32:\"4a79cf8c9fb4164adf7dd242103f37bb\";s:9:\"submitted\";s:304:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568562853\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"kalacollee8289\";s:10:\"first_name\";s:4:\"Kala\";s:9:\"last_name\";s:6:\"Collee\";s:10:\"user_email\";s:21:\"Kala-Collee@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568562853\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"kalacollee8289\";s:9:\"full_name\";s:11:\"kala collee\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568562863\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46962,'um_cache_userdata_663','a:77:{s:2:\"ID\";i:663;s:10:\"user_login\";s:14:\"francescoprell\";s:9:\"user_pass\";s:60:\"$2y$10$6uaAMD7kXJQTVT0C0m4BCeHWPLO.EZr0reBjI9DPLwlUvrMag1rI2\";s:13:\"user_nicename\";s:14:\"francescoprell\";s:10:\"user_email\";s:27:\"Francesco.Prell35@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 21:02:44\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Francesco Prell\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"francescoprell\";s:10:\"first_name\";s:9:\"Francesco\";s:9:\"last_name\";s:5:\"Prell\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568581364\";s:25:\"synced_gravatar_hashed_id\";s:32:\"36768878adf0de0a41c6bc7e7f59692c\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568563356\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"francescoprell\";s:10:\"first_name\";s:9:\"Francesco\";s:9:\"last_name\";s:5:\"Prell\";s:10:\"user_email\";s:27:\"Francesco.Prell35@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568563356\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"francescoprell\";s:9:\"full_name\";s:15:\"francesco prell\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568563365\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46976,'um_cache_userdata_664','a:77:{s:2:\"ID\";i:664;s:10:\"user_login\";s:12:\"anastasia93z\";s:9:\"user_pass\";s:60:\"$2y$10$vKzAWvpAQEUOrsUw7Cf3bevFvEpSqlXthN26aDPTjOlXinWwP2DAu\";s:13:\"user_nicename\";s:12:\"anastasia93z\";s:10:\"user_email\";s:27:\"Anastasia-Brewton@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 21:04:59\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Anastasia Brewton\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"anastasia93z\";s:10:\"first_name\";s:9:\"Anastasia\";s:9:\"last_name\";s:7:\"Brewton\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568581499\";s:25:\"synced_gravatar_hashed_id\";s:32:\"a1b997dcb4c0de72ba801b10a43eace2\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568563488\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"anastasia93z\";s:10:\"first_name\";s:9:\"Anastasia\";s:9:\"last_name\";s:7:\"Brewton\";s:10:\"user_email\";s:27:\"Anastasia-Brewton@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568563488\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"anastasia93z\";s:9:\"full_name\";s:17:\"anastasia brewton\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568563500\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(46995,'um_cache_userdata_665','a:77:{s:2:\"ID\";i:665;s:10:\"user_login\";s:14:\"raymundominter\";s:9:\"user_pass\";s:60:\"$2y$10$FchX/96qk4pYp6B7WezwHuWTEXVF.VNVbJomcmcgLvdRpFs82e.Gq\";s:13:\"user_nicename\";s:14:\"raymundominter\";s:10:\"user_email\";s:27:\"Raymundo.Minter51@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 21:09:49\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Raymundo Minter\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"raymundominter\";s:10:\"first_name\";s:8:\"Raymundo\";s:9:\"last_name\";s:6:\"Minter\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568581789\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c359fcb63a97afc1012d3143577f31dc\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568563782\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"raymundominter\";s:10:\"first_name\";s:8:\"Raymundo\";s:9:\"last_name\";s:6:\"Minter\";s:10:\"user_email\";s:27:\"Raymundo.Minter51@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568563782\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"raymundominter\";s:9:\"full_name\";s:15:\"raymundo minter\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568563790\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47036,'um_cache_userdata_666','a:77:{s:2:\"ID\";i:666;s:10:\"user_login\";s:14:\"dorthealaseron\";s:9:\"user_pass\";s:60:\"$2y$10$sOp2BIcBBuuHx0oNvt/nmOlSsPwzJXtjLICKjHPiUG4.B345N4com\";s:13:\"user_nicename\";s:14:\"dorthealaseron\";s:10:\"user_email\";s:25:\"Dorthea-Laseron@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 21:40:43\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Dorthea Laseron\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"dorthealaseron\";s:10:\"first_name\";s:7:\"Dorthea\";s:9:\"last_name\";s:7:\"Laseron\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568583643\";s:25:\"synced_gravatar_hashed_id\";s:32:\"7c6aa127e24f7f5d578ba5e095e5cad8\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568565632\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"dorthealaseron\";s:10:\"first_name\";s:7:\"Dorthea\";s:9:\"last_name\";s:7:\"Laseron\";s:10:\"user_email\";s:25:\"Dorthea-Laseron@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568565632\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"dorthealaseron\";s:9:\"full_name\";s:15:\"dorthea laseron\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568565643\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47060,'um_cache_userdata_667','a:77:{s:2:\"ID\";i:667;s:10:\"user_login\";s:14:\"arleenmcmurray\";s:9:\"user_pass\";s:60:\"$2y$10$w8XypXtPDxZMvsOVumcjPebAfPWyelbudfLGyvtsgPevBWmUNMGRq\";s:13:\"user_nicename\";s:14:\"arleenmcmurray\";s:10:\"user_email\";s:25:\"Arleen-McMurray@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 21:50:18\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Arleen McMurray\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"arleenmcmurray\";s:10:\"first_name\";s:6:\"Arleen\";s:9:\"last_name\";s:8:\"McMurray\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568584218\";s:25:\"synced_gravatar_hashed_id\";s:32:\"4fa77b3cb95260ce63b7c51d2624df3c\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568566209\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"arleenmcmurray\";s:10:\"first_name\";s:6:\"Arleen\";s:9:\"last_name\";s:8:\"McMurray\";s:10:\"user_email\";s:25:\"Arleen-McMurray@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568566209\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"arleenmcmurray\";s:9:\"full_name\";s:15:\"arleen mcmurray\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568566218\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47075,'um_cache_userdata_668','a:77:{s:2:\"ID\";i:668;s:10:\"user_login\";s:14:\"deneseholloman\";s:9:\"user_pass\";s:60:\"$2y$10$AzeIyTN0AE43ZjPj7agrUez0A8bOisxwYTl.m9UiE5k8FrDE5G/xi\";s:13:\"user_nicename\";s:14:\"deneseholloman\";s:10:\"user_email\";s:27:\"Denese_Holloman53@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 22:56:31\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Denese Holloman\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"deneseholloman\";s:10:\"first_name\";s:6:\"Denese\";s:9:\"last_name\";s:8:\"Holloman\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568588191\";s:25:\"synced_gravatar_hashed_id\";s:32:\"72282fe6f5bb867899733fdac144a2c6\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568570185\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"deneseholloman\";s:10:\"first_name\";s:6:\"Denese\";s:9:\"last_name\";s:8:\"Holloman\";s:10:\"user_email\";s:27:\"Denese_Holloman53@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568570185\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"deneseholloman\";s:9:\"full_name\";s:15:\"denese holloman\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568570192\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47086,'um_cache_userdata_669','a:77:{s:2:\"ID\";i:669;s:10:\"user_login\";s:12:\"margeneblum3\";s:9:\"user_pass\";s:60:\"$2y$10$e9H.t7ypaXVf4/QVZrXNHO9qkgJf5VR92qD.FLWkxA2E7TRyZAG72\";s:13:\"user_nicename\";s:12:\"margeneblum3\";s:10:\"user_email\";s:24:\"Margene.Blum53@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-15 23:59:38\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Margene Blum\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"margeneblum3\";s:10:\"first_name\";s:7:\"Margene\";s:9:\"last_name\";s:4:\"Blum\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568591978\";s:25:\"synced_gravatar_hashed_id\";s:32:\"ea77d9baf88a59048821d6bd73f57ce6\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568573971\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"margeneblum3\";s:10:\"first_name\";s:7:\"Margene\";s:9:\"last_name\";s:4:\"Blum\";s:10:\"user_email\";s:24:\"Margene.Blum53@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568573971\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"margeneblum3\";s:9:\"full_name\";s:12:\"margene blum\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568573979\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47093,'um_cache_userdata_670','a:77:{s:2:\"ID\";i:670;s:10:\"user_login\";s:10:\"aurorai738\";s:9:\"user_pass\";s:60:\"$2y$10$fjZWXC.WlC8euQK.4BZkauC6aXM6HVzVZGUv4SxWalJHxvVvIUYv2\";s:13:\"user_nicename\";s:10:\"aurorai738\";s:10:\"user_email\";s:25:\"Aurora-Castillo@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 00:16:31\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Aurora Castillo\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"aurorai738\";s:10:\"first_name\";s:6:\"Aurora\";s:9:\"last_name\";s:8:\"Castillo\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568592991\";s:25:\"synced_gravatar_hashed_id\";s:32:\"02f0a97c45ba878651f7deae95afc457\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568574983\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"aurorai738\";s:10:\"first_name\";s:6:\"Aurora\";s:9:\"last_name\";s:8:\"Castillo\";s:10:\"user_email\";s:25:\"Aurora-Castillo@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568574983\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"aurorai738\";s:9:\"full_name\";s:15:\"aurora castillo\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568574992\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47099,'um_cache_userdata_671','a:77:{s:2:\"ID\";i:671;s:10:\"user_login\";s:13:\"silkejgt65103\";s:9:\"user_pass\";s:60:\"$2y$10$d/dqsjB2tTLvcGahBEolteRsgh0Y3GIg7fe8BaxNEJzPGgkQP2EZa\";s:13:\"user_nicename\";s:13:\"silkejgt65103\";s:10:\"user_email\";s:24:\"Silke.Kiefer45@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 00:19:08\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Silke Kiefer\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"silkejgt65103\";s:10:\"first_name\";s:5:\"Silke\";s:9:\"last_name\";s:6:\"Kiefer\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568593148\";s:25:\"synced_gravatar_hashed_id\";s:32:\"d796827c5edb1e5951bfefad8d138465\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568575139\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"silkejgt65103\";s:10:\"first_name\";s:5:\"Silke\";s:9:\"last_name\";s:6:\"Kiefer\";s:10:\"user_email\";s:24:\"Silke.Kiefer45@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568575139\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"silkejgt65103\";s:9:\"full_name\";s:12:\"silke kiefer\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568575149\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47106,'um_cache_userdata_672','a:77:{s:2:\"ID\";i:672;s:10:\"user_login\";s:15:\"casieterrell686\";s:9:\"user_pass\";s:60:\"$2y$10$jBWgC5ODvEfk20Lt6YTPPO3y0W.C6oDuJ6TtrG73w.GEClBoJ01pO\";s:13:\"user_nicename\";s:15:\"casieterrell686\";s:10:\"user_email\";s:23:\"Casie.Terrell@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 00:39:41\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Casie Terrell\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"casieterrell686\";s:10:\"first_name\";s:5:\"Casie\";s:9:\"last_name\";s:7:\"Terrell\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568594381\";s:25:\"synced_gravatar_hashed_id\";s:32:\"346503be84f12fb43f03bb3e35c7c972\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568576373\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"casieterrell686\";s:10:\"first_name\";s:5:\"Casie\";s:9:\"last_name\";s:7:\"Terrell\";s:10:\"user_email\";s:23:\"Casie.Terrell@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568576373\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"casieterrell686\";s:9:\"full_name\";s:13:\"casie terrell\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568576382\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47111,'um_cache_userdata_673','a:77:{s:2:\"ID\";i:673;s:10:\"user_login\";s:14:\"cristinemansom\";s:9:\"user_pass\";s:60:\"$2y$10$8ZLgt5F2.vY4pPtEwmzHSuuJBntawMDffYCROhzcAxlFDelUACU3i\";s:13:\"user_nicename\";s:14:\"cristinemansom\";s:10:\"user_email\";s:27:\"Cristine_Mansom46@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 00:51:00\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Cristine Mansom\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"cristinemansom\";s:10:\"first_name\";s:8:\"Cristine\";s:9:\"last_name\";s:6:\"Mansom\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568595060\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f5deeb5e398a92e253d2091eafe6c034\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568577052\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"cristinemansom\";s:10:\"first_name\";s:8:\"Cristine\";s:9:\"last_name\";s:6:\"Mansom\";s:10:\"user_email\";s:27:\"Cristine_Mansom46@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568577052\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"cristinemansom\";s:9:\"full_name\";s:15:\"cristine mansom\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568577061\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47121,'um_cache_userdata_674','a:77:{s:2:\"ID\";i:674;s:10:\"user_login\";s:13:\"ginozzn533034\";s:9:\"user_pass\";s:60:\"$2y$10$LAjCJ2uLk/kd8ZTGpkjOdudUw.lFvy4OKiyJRYdqZ.6B7p2Q6r9I2\";s:13:\"user_nicename\";s:13:\"ginozzn533034\";s:10:\"user_email\";s:24:\"Gino.Wearing11@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 01:09:36\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Gino Wearing\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"ginozzn533034\";s:10:\"first_name\";s:4:\"Gino\";s:9:\"last_name\";s:7:\"Wearing\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568596176\";s:25:\"synced_gravatar_hashed_id\";s:32:\"db7489b8b65b7b3150e58dfd698ba56b\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568578166\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"ginozzn533034\";s:10:\"first_name\";s:4:\"Gino\";s:9:\"last_name\";s:7:\"Wearing\";s:10:\"user_email\";s:24:\"Gino.Wearing11@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568578166\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"ginozzn533034\";s:9:\"full_name\";s:12:\"gino wearing\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568578177\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47128,'um_cache_userdata_675','a:77:{s:2:\"ID\";i:675;s:10:\"user_login\";s:13:\"calebmenzies5\";s:9:\"user_pass\";s:60:\"$2y$10$fb9Lada4n1lJsinipmhLVOm.UTo4pf03DKvRaQdvUAbk/aGwRYbQW\";s:13:\"user_nicename\";s:13:\"calebmenzies5\";s:10:\"user_email\";s:23:\"Caleb.Menzies@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 01:35:26\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Caleb Menzies\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"calebmenzies5\";s:10:\"first_name\";s:5:\"Caleb\";s:9:\"last_name\";s:7:\"Menzies\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568597726\";s:25:\"synced_gravatar_hashed_id\";s:32:\"3fa2665bbe83fe5f7ae05d6e7b7a1d63\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568579715\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"calebmenzies5\";s:10:\"first_name\";s:5:\"Caleb\";s:9:\"last_name\";s:7:\"Menzies\";s:10:\"user_email\";s:23:\"Caleb.Menzies@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568579715\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"calebmenzies5\";s:9:\"full_name\";s:13:\"caleb menzies\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568579727\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47135,'um_cache_userdata_676','a:77:{s:2:\"ID\";i:676;s:10:\"user_login\";s:13:\"normancurtin8\";s:9:\"user_pass\";s:60:\"$2y$10$nDTcQYggCCzxpOOP8j76RO2kTkm3xe6Xl23LJpM7SC.nvWduQIKmO\";s:13:\"user_nicename\";s:13:\"normancurtin8\";s:10:\"user_email\";s:23:\"Norman.Curtin@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 01:53:25\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Norman Curtin\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"normancurtin8\";s:10:\"first_name\";s:6:\"Norman\";s:9:\"last_name\";s:6:\"Curtin\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568598805\";s:25:\"synced_gravatar_hashed_id\";s:32:\"529981774b685b9796fb8e3ebb58c601\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568580797\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"normancurtin8\";s:10:\"first_name\";s:6:\"Norman\";s:9:\"last_name\";s:6:\"Curtin\";s:10:\"user_email\";s:23:\"Norman.Curtin@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568580797\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"normancurtin8\";s:9:\"full_name\";s:13:\"norman curtin\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568580805\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47142,'um_cache_userdata_677','a:77:{s:2:\"ID\";i:677;s:10:\"user_login\";s:15:\"tonjabrownell68\";s:9:\"user_pass\";s:60:\"$2y$10$UASj5oXlPpkTWD/7xswQz.a6pQf02lUv/PrBX1hJfqSmDYbLEGt1K\";s:13:\"user_nicename\";s:15:\"tonjabrownell68\";s:10:\"user_email\";s:26:\"Tonja.Brownell60@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 02:12:59\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Tonja Brownell\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"tonjabrownell68\";s:10:\"first_name\";s:5:\"Tonja\";s:9:\"last_name\";s:8:\"Brownell\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568599979\";s:25:\"synced_gravatar_hashed_id\";s:32:\"6650407f2fcc6e6ee987e0291255330c\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568581973\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"tonjabrownell68\";s:10:\"first_name\";s:5:\"Tonja\";s:9:\"last_name\";s:8:\"Brownell\";s:10:\"user_email\";s:26:\"Tonja.Brownell60@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568581973\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"tonjabrownell68\";s:9:\"full_name\";s:14:\"tonja brownell\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568581980\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47148,'um_cache_userdata_678','a:77:{s:2:\"ID\";i:678;s:10:\"user_login\";s:16:\"franchescaalison\";s:9:\"user_pass\";s:60:\"$2y$10$NTElGdkSH7Ah1Gf4X24T7.VJDBUq7UcHqPrH5U23b5aJ7oK/KMSsO\";s:13:\"user_nicename\";s:16:\"franchescaalison\";s:10:\"user_email\";s:27:\"Franchesca-Alison@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 02:18:48\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Franchesca Alison\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"franchescaalison\";s:10:\"first_name\";s:10:\"Franchesca\";s:9:\"last_name\";s:6:\"Alison\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568600328\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c12251ddd300d12e5462af643c417c88\";s:9:\"submitted\";s:319:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568582319\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"franchescaalison\";s:10:\"first_name\";s:10:\"Franchesca\";s:9:\"last_name\";s:6:\"Alison\";s:10:\"user_email\";s:27:\"Franchesca-Alison@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568582319\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"franchescaalison\";s:9:\"full_name\";s:17:\"franchesca alison\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568582329\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47155,'um_cache_userdata_679','a:77:{s:2:\"ID\";i:679;s:10:\"user_login\";s:14:\"opheliasmalls7\";s:9:\"user_pass\";s:60:\"$2y$10$DIQTlyK1oj0wKiCuI/187OzoyPISTL388P308PEeowYPRz.d8HtXW\";s:13:\"user_nicename\";s:14:\"opheliasmalls7\";s:10:\"user_email\";s:24:\"Ophelia-Smalls@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 02:42:21\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Ophelia Smalls\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"opheliasmalls7\";s:10:\"first_name\";s:7:\"Ophelia\";s:9:\"last_name\";s:6:\"Smalls\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568601741\";s:25:\"synced_gravatar_hashed_id\";s:32:\"9b78febb80962504a54cb5506a512b11\";s:9:\"submitted\";s:310:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568583730\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"opheliasmalls7\";s:10:\"first_name\";s:7:\"Ophelia\";s:9:\"last_name\";s:6:\"Smalls\";s:10:\"user_email\";s:24:\"Ophelia-Smalls@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568583730\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"opheliasmalls7\";s:9:\"full_name\";s:14:\"ophelia smalls\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568583741\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47172,'um_cache_userdata_681','a:77:{s:2:\"ID\";i:681;s:10:\"user_login\";s:15:\"emiltruebridge8\";s:9:\"user_pass\";s:60:\"$2y$10$rmJYikH9Rb3S1AnaRrWC9OEBNIxGEoXEYMx92oreOEZfeIGmlBK9y\";s:13:\"user_nicename\";s:15:\"emiltruebridge8\";s:10:\"user_email\";s:25:\"Emil_Truebridge@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 03:26:02\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Emil Truebridge\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"emiltruebridge8\";s:10:\"first_name\";s:4:\"Emil\";s:9:\"last_name\";s:10:\"Truebridge\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568604362\";s:25:\"synced_gravatar_hashed_id\";s:32:\"68b1238750c18b9e215799061c365632\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568586356\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"emiltruebridge8\";s:10:\"first_name\";s:4:\"Emil\";s:9:\"last_name\";s:10:\"Truebridge\";s:10:\"user_email\";s:25:\"Emil_Truebridge@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568586356\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"emiltruebridge8\";s:9:\"full_name\";s:15:\"emil truebridge\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568586363\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47178,'um_cache_userdata_682','a:77:{s:2:\"ID\";i:682;s:10:\"user_login\";s:16:\"annmariecoughlin\";s:9:\"user_pass\";s:60:\"$2y$10$qRsHCg.Cdrxh2phDF4izeOCxQFL6f1elHK0g4nG7Dr25vTxONySem\";s:13:\"user_nicename\";s:16:\"annmariecoughlin\";s:10:\"user_email\";s:27:\"Annmarie.Coughlin@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 03:46:20\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Annmarie Coughlin\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"annmariecoughlin\";s:10:\"first_name\";s:8:\"Annmarie\";s:9:\"last_name\";s:8:\"Coughlin\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568605580\";s:25:\"synced_gravatar_hashed_id\";s:32:\"74b015706d36fe42011c319a1883fe75\";s:9:\"submitted\";s:318:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568587572\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"annmariecoughlin\";s:10:\"first_name\";s:8:\"Annmarie\";s:9:\"last_name\";s:8:\"Coughlin\";s:10:\"user_email\";s:27:\"Annmarie.Coughlin@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568587572\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"annmariecoughlin\";s:9:\"full_name\";s:17:\"annmarie coughlin\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568587581\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47184,'um_cache_userdata_683','a:77:{s:2:\"ID\";i:683;s:10:\"user_login\";s:11:\"lukelinder8\";s:9:\"user_pass\";s:60:\"$2y$10$Dewf.tvRArPYBd9ayrEj3.BXeUuOU1w6QMGt1n5oKrnR91btqr/C2\";s:13:\"user_nicename\";s:11:\"lukelinder8\";s:10:\"user_email\";s:21:\"Luke.Linder@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 03:57:00\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Luke Linder\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"lukelinder8\";s:10:\"first_name\";s:4:\"Luke\";s:9:\"last_name\";s:6:\"Linder\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568606221\";s:25:\"synced_gravatar_hashed_id\";s:32:\"9931dd46afbaee0d34f83bbbe138c75a\";s:9:\"submitted\";s:301:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568588213\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"lukelinder8\";s:10:\"first_name\";s:4:\"Luke\";s:9:\"last_name\";s:6:\"Linder\";s:10:\"user_email\";s:21:\"Luke.Linder@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568588213\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"lukelinder8\";s:9:\"full_name\";s:11:\"luke linder\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568588221\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47191,'um_cache_userdata_684','a:77:{s:2:\"ID\";i:684;s:10:\"user_login\";s:12:\"bjxchristine\";s:9:\"user_pass\";s:60:\"$2y$10$q0IFCFrw0hpdUh7JziK0S.qglMaX0YKqySdnUaVKG/jejRteLzrri\";s:13:\"user_nicename\";s:12:\"bjxchristine\";s:10:\"user_email\";s:28:\"Christine_Slagle60@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 04:12:23\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Christine Slagle\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"bjxchristine\";s:10:\"first_name\";s:9:\"Christine\";s:9:\"last_name\";s:6:\"Slagle\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568607143\";s:25:\"synced_gravatar_hashed_id\";s:32:\"2f3338c2e25f53dcfa2511141f5cdd3f\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568589132\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"bjxchristine\";s:10:\"first_name\";s:9:\"Christine\";s:9:\"last_name\";s:6:\"Slagle\";s:10:\"user_email\";s:28:\"Christine_Slagle60@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568589132\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"bjxchristine\";s:9:\"full_name\";s:16:\"christine slagle\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568589143\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47196,'um_cache_userdata_685','a:77:{s:2:\"ID\";i:685;s:10:\"user_login\";s:14:\"joiemoeller562\";s:9:\"user_pass\";s:60:\"$2y$10$F8x8880jFWFnsiqOLdeDremmRbNXn1FtrZxEeL8C0PBw1VyMjOTsW\";s:13:\"user_nicename\";s:14:\"joiemoeller562\";s:10:\"user_email\";s:24:\"Joie_Moeller26@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 04:12:30\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Joie Moeller\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"joiemoeller562\";s:10:\"first_name\";s:4:\"Joie\";s:9:\"last_name\";s:7:\"Moeller\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568607150\";s:25:\"synced_gravatar_hashed_id\";s:32:\"8c299fd78c664cea4e7309ab9086a56a\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568589142\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"joiemoeller562\";s:10:\"first_name\";s:4:\"Joie\";s:9:\"last_name\";s:7:\"Moeller\";s:10:\"user_email\";s:24:\"Joie_Moeller26@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568589142\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"joiemoeller562\";s:9:\"full_name\";s:12:\"joie moeller\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568589150\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47203,'um_cache_userdata_686','a:77:{s:2:\"ID\";i:686;s:10:\"user_login\";s:15:\"betsykingsmill4\";s:9:\"user_pass\";s:60:\"$2y$10$KATY4.cB/skoq2yhLCTjh.8DHM06PokultD14H/ucs659Ix7IlZHa\";s:13:\"user_nicename\";s:15:\"betsykingsmill4\";s:10:\"user_email\";s:25:\"Betsy.Kingsmill@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 04:35:06\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Betsy Kingsmill\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"betsykingsmill4\";s:10:\"first_name\";s:5:\"Betsy\";s:9:\"last_name\";s:9:\"Kingsmill\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568608506\";s:25:\"synced_gravatar_hashed_id\";s:32:\"17c797f2826b7318831f30212f660c6b\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568590495\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"betsykingsmill4\";s:10:\"first_name\";s:5:\"Betsy\";s:9:\"last_name\";s:9:\"Kingsmill\";s:10:\"user_email\";s:25:\"Betsy.Kingsmill@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568590495\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"betsykingsmill4\";s:9:\"full_name\";s:15:\"betsy kingsmill\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568590506\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47211,'um_cache_userdata_687','a:77:{s:2:\"ID\";i:687;s:10:\"user_login\";s:15:\"colemanangulo71\";s:9:\"user_pass\";s:60:\"$2y$10$VteTJ2BHyg7WT4PBuo3Rfu7unQHEv1Kb9AZ2WCWB.6E2WmWVkZgSC\";s:13:\"user_nicename\";s:15:\"colemanangulo71\";s:10:\"user_email\";s:24:\"Coleman-Angulo@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 05:06:58\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Coleman Angulo\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"colemanangulo71\";s:10:\"first_name\";s:7:\"Coleman\";s:9:\"last_name\";s:6:\"Angulo\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568610419\";s:25:\"synced_gravatar_hashed_id\";s:32:\"bfcc593337d9579b0592c2cceed8fbce\";s:9:\"submitted\";s:311:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568592408\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"colemanangulo71\";s:10:\"first_name\";s:7:\"Coleman\";s:9:\"last_name\";s:6:\"Angulo\";s:10:\"user_email\";s:24:\"Coleman-Angulo@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568592408\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"colemanangulo71\";s:9:\"full_name\";s:14:\"coleman angulo\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568592419\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47221,'um_cache_userdata_688','a:77:{s:2:\"ID\";i:688;s:10:\"user_login\";s:13:\"josettearchie\";s:9:\"user_pass\";s:60:\"$2y$10$5GZvvBXrzcZd9wHX.pdhm.6IXqHjYShxRUrEidrR7vP3hx1ffNIDa\";s:13:\"user_nicename\";s:13:\"josettearchie\";s:10:\"user_email\";s:26:\"Josette_Archie19@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 05:16:23\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Josette Archie\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"josettearchie\";s:10:\"first_name\";s:7:\"Josette\";s:9:\"last_name\";s:6:\"Archie\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568610984\";s:25:\"synced_gravatar_hashed_id\";s:32:\"15bbb255900baddacec5d3eb229e4a70\";s:9:\"submitted\";s:311:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568592973\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"josettearchie\";s:10:\"first_name\";s:7:\"Josette\";s:9:\"last_name\";s:6:\"Archie\";s:10:\"user_email\";s:26:\"Josette_Archie19@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568592973\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"josettearchie\";s:9:\"full_name\";s:14:\"josette archie\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568592984\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47251,'um_cache_userdata_689','a:77:{s:2:\"ID\";i:689;s:10:\"user_login\";s:15:\"glennajaramillo\";s:9:\"user_pass\";s:60:\"$2y$10$X69ifJKVKhWN3KOxcDCDG.bFEAXA2.d.lY3.BUDU3kjXtI3ZGpVhu\";s:13:\"user_nicename\";s:15:\"glennajaramillo\";s:10:\"user_email\";s:26:\"Glenna-Jaramillo@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 06:27:02\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Glenna Jaramillo\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"glennajaramillo\";s:10:\"first_name\";s:6:\"Glenna\";s:9:\"last_name\";s:9:\"Jaramillo\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568615222\";s:25:\"synced_gravatar_hashed_id\";s:32:\"33167f9dbe36808a0e5f06cf33659631\";s:9:\"submitted\";s:315:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568597214\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"glennajaramillo\";s:10:\"first_name\";s:6:\"Glenna\";s:9:\"last_name\";s:9:\"Jaramillo\";s:10:\"user_email\";s:26:\"Glenna-Jaramillo@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568597214\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"glennajaramillo\";s:9:\"full_name\";s:16:\"glenna jaramillo\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568597223\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47256,'um_cache_userdata_690','a:77:{s:2:\"ID\";i:690;s:10:\"user_login\";s:14:\"edgarb58121209\";s:9:\"user_pass\";s:60:\"$2y$10$BCsqGTBoPlAOcZEEehQ3iOKVRDFbd3Wai0CsCCNe9HUwKphNA9SgS\";s:13:\"user_nicename\";s:14:\"edgarb58121209\";s:10:\"user_email\";s:23:\"Edgar.Muskett@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 06:33:21\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Edgar Muskett\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"edgarb58121209\";s:10:\"first_name\";s:5:\"Edgar\";s:9:\"last_name\";s:7:\"Muskett\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568615601\";s:25:\"synced_gravatar_hashed_id\";s:32:\"d34f57736634990ebd6387196f945b93\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568597593\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"edgarb58121209\";s:10:\"first_name\";s:5:\"Edgar\";s:9:\"last_name\";s:7:\"Muskett\";s:10:\"user_email\";s:23:\"Edgar.Muskett@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568597593\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"edgarb58121209\";s:9:\"full_name\";s:13:\"edgar muskett\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568597601\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47262,'um_cache_userdata_691','a:77:{s:2:\"ID\";i:691;s:10:\"user_login\";s:12:\"luzcallender\";s:9:\"user_pass\";s:60:\"$2y$10$ndKifz1xc/m9MwfiTNOGP.tnZxKH7H8s4SDhb/mCBR10hM8Y/0CIe\";s:13:\"user_nicename\";s:12:\"luzcallender\";s:10:\"user_email\";s:23:\"Luz-Callender@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 06:41:40\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Luz Callender\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"luzcallender\";s:10:\"first_name\";s:3:\"Luz\";s:9:\"last_name\";s:9:\"Callender\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568616100\";s:25:\"synced_gravatar_hashed_id\";s:32:\"8dcfa433ab39f50a57a41e713bf4de7f\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568598089\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"luzcallender\";s:10:\"first_name\";s:3:\"Luz\";s:9:\"last_name\";s:9:\"Callender\";s:10:\"user_email\";s:23:\"Luz-Callender@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568598089\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"luzcallender\";s:9:\"full_name\";s:13:\"luz callender\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568598100\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47270,'um_cache_userdata_692','a:77:{s:2:\"ID\";i:692;s:10:\"user_login\";s:14:\"alissajenks070\";s:9:\"user_pass\";s:60:\"$2y$10$CUy3sjdH3TpnaCRg6cuaZ.iUdDs9669Ivtpsp0uWWqgn.2mfrlZre\";s:13:\"user_nicename\";s:14:\"alissajenks070\";s:10:\"user_email\";s:22:\"Alissa_Jenks@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 07:11:53\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Alissa Jenks\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"alissajenks070\";s:10:\"first_name\";s:6:\"Alissa\";s:9:\"last_name\";s:5:\"Jenks\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568617913\";s:25:\"synced_gravatar_hashed_id\";s:32:\"5220bb7acb07f0d3dfc53ef7f0728f58\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568599905\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"alissajenks070\";s:10:\"first_name\";s:6:\"Alissa\";s:9:\"last_name\";s:5:\"Jenks\";s:10:\"user_email\";s:22:\"Alissa_Jenks@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568599905\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"alissajenks070\";s:9:\"full_name\";s:12:\"alissa jenks\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568599915\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47276,'um_cache_userdata_693','a:77:{s:2:\"ID\";i:693;s:10:\"user_login\";s:15:\"charissabennett\";s:9:\"user_pass\";s:60:\"$2y$10$NdO6w/bkFFUElbEAXuYGp.91obeRdQS36XIDvQYvL5r/Jub6OvE4K\";s:13:\"user_nicename\";s:15:\"charissabennett\";s:10:\"user_email\";s:28:\"Charissa-Bennett57@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 07:20:54\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Charissa Bennett\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"charissabennett\";s:10:\"first_name\";s:8:\"Charissa\";s:9:\"last_name\";s:7:\"Bennett\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568618454\";s:25:\"synced_gravatar_hashed_id\";s:32:\"dd8f203efea4781b7dbd8c255d905eaa\";s:9:\"submitted\";s:317:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568600446\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"charissabennett\";s:10:\"first_name\";s:8:\"Charissa\";s:9:\"last_name\";s:7:\"Bennett\";s:10:\"user_email\";s:28:\"Charissa-Bennett57@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568600446\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"charissabennett\";s:9:\"full_name\";s:16:\"charissa bennett\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568600454\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47284,'um_cache_userdata_694','a:77:{s:2:\"ID\";i:694;s:10:\"user_login\";s:13:\"angusgovett89\";s:9:\"user_pass\";s:60:\"$2y$10$Wcl5Xu5gMDl9axP99e9g3emypo5K3sfRU8WGDfdFDyPYD1zikk5qy\";s:13:\"user_nicename\";s:13:\"angusgovett89\";s:10:\"user_email\";s:24:\"Angus-Govett98@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 07:54:25\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Angus Govett\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"angusgovett89\";s:10:\"first_name\";s:5:\"Angus\";s:9:\"last_name\";s:6:\"Govett\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568620465\";s:25:\"synced_gravatar_hashed_id\";s:32:\"3cdb0645cd199b6f466ed05db419921b\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568602457\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"angusgovett89\";s:10:\"first_name\";s:5:\"Angus\";s:9:\"last_name\";s:6:\"Govett\";s:10:\"user_email\";s:24:\"Angus-Govett98@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568602457\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"angusgovett89\";s:9:\"full_name\";s:12:\"angus govett\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568602466\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47289,'um_cache_userdata_695','a:77:{s:2:\"ID\";i:695;s:10:\"user_login\";s:10:\"leonel2552\";s:9:\"user_pass\";s:60:\"$2y$10$J2CfJhSXVGQMhSnGfvdg/.IoOY4dwBECs304eN4q9KNLRF.foDWuS\";s:13:\"user_nicename\";s:10:\"leonel2552\";s:10:\"user_email\";s:23:\"Leonel.Hamlet@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 08:05:13\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Leonel Hamlet\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"leonel2552\";s:10:\"first_name\";s:6:\"Leonel\";s:9:\"last_name\";s:6:\"Hamlet\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568621113\";s:25:\"synced_gravatar_hashed_id\";s:32:\"2d1c916b4ef41b72c71fa9969a56bab9\";s:9:\"submitted\";s:304:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568603102\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"leonel2552\";s:10:\"first_name\";s:6:\"Leonel\";s:9:\"last_name\";s:6:\"Hamlet\";s:10:\"user_email\";s:23:\"Leonel.Hamlet@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568603102\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"leonel2552\";s:9:\"full_name\";s:13:\"leonel hamlet\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568603114\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47296,'um_cache_userdata_696','a:77:{s:2:\"ID\";i:696;s:10:\"user_login\";s:16:\"suzettebannerman\";s:9:\"user_pass\";s:60:\"$2y$10$t4NLOPFQGu2lhb/dBYUvvOP.R0xHlgoVEEMpw.0IXW3zpdDTtOKvO\";s:13:\"user_nicename\";s:16:\"suzettebannerman\";s:10:\"user_email\";s:27:\"Suzette-Bannerman@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 08:18:08\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"Suzette Bannerman\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"suzettebannerman\";s:10:\"first_name\";s:7:\"Suzette\";s:9:\"last_name\";s:9:\"Bannerman\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568621888\";s:25:\"synced_gravatar_hashed_id\";s:32:\"bc1a9bc97dee94f7391d989cd5bc5824\";s:9:\"submitted\";s:318:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568603879\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"suzettebannerman\";s:10:\"first_name\";s:7:\"Suzette\";s:9:\"last_name\";s:9:\"Bannerman\";s:10:\"user_email\";s:27:\"Suzette-Bannerman@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568603879\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"suzettebannerman\";s:9:\"full_name\";s:17:\"suzette bannerman\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568603889\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47302,'um_cache_userdata_697','a:77:{s:2:\"ID\";i:697;s:10:\"user_login\";s:11:\"terriquinto\";s:9:\"user_pass\";s:60:\"$2y$10$VAlumbHpRLOvwpdaZEpYO.nziP1OV/bulWp0Av3kufBI4z3PD71La\";s:13:\"user_nicename\";s:11:\"terriquinto\";s:10:\"user_email\";s:24:\"Terri_Quinto91@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 08:26:22\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Terri Quinto\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"terriquinto\";s:10:\"first_name\";s:5:\"Terri\";s:9:\"last_name\";s:6:\"Quinto\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568622382\";s:25:\"synced_gravatar_hashed_id\";s:32:\"e4598e27b57cb5146c84afea3a01d0ca\";s:9:\"submitted\";s:305:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568604373\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"terriquinto\";s:10:\"first_name\";s:5:\"Terri\";s:9:\"last_name\";s:6:\"Quinto\";s:10:\"user_email\";s:24:\"Terri_Quinto91@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568604373\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"terriquinto\";s:9:\"full_name\";s:12:\"terri quinto\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568604382\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47304,'um_cache_userdata_698','a:32:{s:2:\"ID\";i:698;s:10:\"user_login\";s:11:\"dsjkndksfjk\";s:9:\"user_pass\";s:60:\"$2y$10$XbKpm4ItAgm8TEbjet8Cf.NWryL3FMvYhUQy5RHfufqpo2orp5z7K\";s:13:\"user_nicename\";s:11:\"dsjkndksfjk\";s:10:\"user_email\";s:18:\"ponce20@cappen.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 08:47:23\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"lknsdfnjkj jkjk\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:8:\"customer\";b:1;s:8:\"wp_roles\";s:0:\"\";s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"lknsdfnjkj jkjk\";s:10:\"first_name\";s:10:\"lknsdfnjkj\";s:9:\"last_name\";s:4:\"jkjk\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568623643\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";b:0;s:5:\"roles\";b:0;s:11:\"super_admin\";i:0;}','no'),(47312,'um_cache_userdata_699','a:77:{s:2:\"ID\";i:699;s:10:\"user_login\";s:14:\"ahmedhandcock3\";s:9:\"user_pass\";s:60:\"$2y$10$N9BzzE9yAi1DcZbtW.I9UeYN6a8bwqNyh46zm6eVeChGZSafFS1Yq\";s:13:\"user_nicename\";s:14:\"ahmedhandcock3\";s:10:\"user_email\";s:26:\"Ahmed-Handcock94@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 09:14:09\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Ahmed Handcock\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"ahmedhandcock3\";s:10:\"first_name\";s:5:\"Ahmed\";s:9:\"last_name\";s:8:\"Handcock\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568625249\";s:25:\"synced_gravatar_hashed_id\";s:32:\"931c720e97ca5b084d064bc15bd76566\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568607238\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"ahmedhandcock3\";s:10:\"first_name\";s:5:\"Ahmed\";s:9:\"last_name\";s:8:\"Handcock\";s:10:\"user_email\";s:26:\"Ahmed-Handcock94@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568607238\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"ahmedhandcock3\";s:9:\"full_name\";s:14:\"ahmed handcock\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568607250\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47320,'um_cache_userdata_700','a:77:{s:2:\"ID\";i:700;s:10:\"user_login\";s:10:\"tammie6134\";s:9:\"user_pass\";s:60:\"$2y$10$GGJ4V28rix8cvJFn2/xOQubHx1HhUKF7LX0ph4n.Xu9ABJJ1Gme6O\";s:13:\"user_nicename\";s:10:\"tammie6134\";s:10:\"user_email\";s:22:\"Tammie.Uther@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 09:45:22\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Tammie Uther\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"tammie6134\";s:10:\"first_name\";s:6:\"Tammie\";s:9:\"last_name\";s:5:\"Uther\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568627122\";s:25:\"synced_gravatar_hashed_id\";s:32:\"534aaf203c486e9fdbebb6c4361a6199\";s:9:\"submitted\";s:302:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568609110\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"tammie6134\";s:10:\"first_name\";s:6:\"Tammie\";s:9:\"last_name\";s:5:\"Uther\";s:10:\"user_email\";s:22:\"Tammie.Uther@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568609110\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"tammie6134\";s:9:\"full_name\";s:12:\"tammie uther\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568609122\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47329,'um_cache_userdata_701','a:77:{s:2:\"ID\";i:701;s:10:\"user_login\";s:14:\"floydcoburn819\";s:9:\"user_pass\";s:60:\"$2y$10$WUKt3UHi/tmyXFkxUn7RTO4XRxB4yI1MHMyXAlAd19ph86wwVpOQC\";s:13:\"user_nicename\";s:14:\"floydcoburn819\";s:10:\"user_email\";s:24:\"Floyd_Coburn72@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 10:34:22\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Floyd Coburn\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"floydcoburn819\";s:10:\"first_name\";s:5:\"Floyd\";s:9:\"last_name\";s:6:\"Coburn\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568630062\";s:25:\"synced_gravatar_hashed_id\";s:32:\"2eb31a120822f00f817ba97d353fcf10\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568612052\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"floydcoburn819\";s:10:\"first_name\";s:5:\"Floyd\";s:9:\"last_name\";s:6:\"Coburn\";s:10:\"user_email\";s:24:\"Floyd_Coburn72@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568612052\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"floydcoburn819\";s:9:\"full_name\";s:12:\"floyd coburn\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568612063\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47335,'um_cache_userdata_702','a:77:{s:2:\"ID\";i:702;s:10:\"user_login\";s:15:\"gabriellesachse\";s:9:\"user_pass\";s:60:\"$2y$10$e6kW959FZAcxd5JBstcYO.gVHkKbKexu0z3hRvPT8tFMWziBTw0mi\";s:13:\"user_nicename\";s:15:\"gabriellesachse\";s:10:\"user_email\";s:28:\"Gabrielle_Sachse62@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 10:46:54\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Gabrielle Sachse\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"gabriellesachse\";s:10:\"first_name\";s:9:\"Gabrielle\";s:9:\"last_name\";s:6:\"Sachse\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568630814\";s:25:\"synced_gravatar_hashed_id\";s:32:\"b2209ced315cc077a115ce8b5940ff74\";s:9:\"submitted\";s:317:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568612802\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"gabriellesachse\";s:10:\"first_name\";s:9:\"Gabrielle\";s:9:\"last_name\";s:6:\"Sachse\";s:10:\"user_email\";s:28:\"Gabrielle_Sachse62@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568612802\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"gabriellesachse\";s:9:\"full_name\";s:16:\"gabrielle sachse\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568612814\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47346,'um_cache_userdata_703','a:77:{s:2:\"ID\";i:703;s:10:\"user_login\";s:12:\"willismccree\";s:9:\"user_pass\";s:60:\"$2y$10$pVl2cYMXdhMb7Jbzv.mNROAhdpwEPTu.m/Pwp2oLGkrg2bev./Ami\";s:13:\"user_nicename\";s:12:\"willismccree\";s:10:\"user_email\";s:24:\"Willis-McCree3@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 11:41:40\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Willis McCree\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"willismccree\";s:10:\"first_name\";s:6:\"Willis\";s:9:\"last_name\";s:6:\"McCree\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568634100\";s:25:\"synced_gravatar_hashed_id\";s:32:\"e143e2c7bd6f1e3156d4a33c4d701b68\";s:9:\"submitted\";s:307:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568616091\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"willismccree\";s:10:\"first_name\";s:6:\"Willis\";s:9:\"last_name\";s:6:\"McCree\";s:10:\"user_email\";s:24:\"Willis-McCree3@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568616091\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"willismccree\";s:9:\"full_name\";s:13:\"willis mccree\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568616101\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47356,'um_cache_userdata_704','a:77:{s:2:\"ID\";i:704;s:10:\"user_login\";s:14:\"melanieronan74\";s:9:\"user_pass\";s:60:\"$2y$10$lkGu8PJHHAd08uj58vj9a.zlAC1Zy/WqYFTp.tqru59ak/XKpfQtW\";s:13:\"user_nicename\";s:14:\"melanieronan74\";s:10:\"user_email\";s:23:\"Melanie.Ronan@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 12:29:50\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Melanie Ronan\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"melanieronan74\";s:10:\"first_name\";s:7:\"Melanie\";s:9:\"last_name\";s:5:\"Ronan\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568636990\";s:25:\"synced_gravatar_hashed_id\";s:32:\"4d26465fdcf50ff2cb56d7d571fd539b\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568618979\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"melanieronan74\";s:10:\"first_name\";s:7:\"Melanie\";s:9:\"last_name\";s:5:\"Ronan\";s:10:\"user_email\";s:23:\"Melanie.Ronan@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568618979\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"melanieronan74\";s:9:\"full_name\";s:13:\"melanie ronan\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568618991\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47364,'um_cache_userdata_705','a:77:{s:2:\"ID\";i:705;s:10:\"user_login\";s:13:\"garycalvin212\";s:9:\"user_pass\";s:60:\"$2y$10$.ABNGnXGD1A4bB1sEn1WieAZSslcMToyzLVhIDIzcoUE.0qonLz9q\";s:13:\"user_nicename\";s:13:\"garycalvin212\";s:10:\"user_email\";s:23:\"Gary_Calvin21@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 13:01:45\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Gary Calvin\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"garycalvin212\";s:10:\"first_name\";s:4:\"Gary\";s:9:\"last_name\";s:6:\"Calvin\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568638905\";s:25:\"synced_gravatar_hashed_id\";s:32:\"1f2e65df9b632ae606a837cb87e18d07\";s:9:\"submitted\";s:305:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568620896\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"garycalvin212\";s:10:\"first_name\";s:4:\"Gary\";s:9:\"last_name\";s:6:\"Calvin\";s:10:\"user_email\";s:23:\"Gary_Calvin21@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568620896\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"garycalvin212\";s:9:\"full_name\";s:11:\"gary calvin\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568620906\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47403,'um_cache_userdata_706','a:77:{s:2:\"ID\";i:706;s:10:\"user_login\";s:14:\"emeliarafferty\";s:9:\"user_pass\";s:60:\"$2y$10$o7sRmwPO9oAXb8C9MyrkMOK.voCV2tH5ppPkNosdvPxaM6VFG09iS\";s:13:\"user_nicename\";s:14:\"emeliarafferty\";s:10:\"user_email\";s:27:\"Emelia.Rafferty45@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 14:30:38\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Emelia Rafferty\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"emeliarafferty\";s:10:\"first_name\";s:6:\"Emelia\";s:9:\"last_name\";s:8:\"Rafferty\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568644238\";s:25:\"synced_gravatar_hashed_id\";s:32:\"92f8e32c0376749011c0c0a595a7792c\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568626231\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"emeliarafferty\";s:10:\"first_name\";s:6:\"Emelia\";s:9:\"last_name\";s:8:\"Rafferty\";s:10:\"user_email\";s:27:\"Emelia.Rafferty45@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568626231\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"emeliarafferty\";s:9:\"full_name\";s:15:\"emelia rafferty\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568626238\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47414,'um_cache_userdata_707','a:77:{s:2:\"ID\";i:707;s:10:\"user_login\";s:15:\"markontiveros33\";s:9:\"user_pass\";s:60:\"$2y$10$jAGQRc5Ftr/y8G2XyDDa9OaTi5daqlQo6RA.WToJ37/vLSFuyV7c.\";s:13:\"user_nicename\";s:15:\"markontiveros33\";s:10:\"user_email\";s:26:\"Mark-Ontiveros52@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 14:36:08\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Mark Ontiveros\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"markontiveros33\";s:10:\"first_name\";s:4:\"Mark\";s:9:\"last_name\";s:9:\"Ontiveros\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568644568\";s:25:\"synced_gravatar_hashed_id\";s:32:\"d148f888668c9f8f4f7a4f26ce1b7304\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568626562\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"markontiveros33\";s:10:\"first_name\";s:4:\"Mark\";s:9:\"last_name\";s:9:\"Ontiveros\";s:10:\"user_email\";s:26:\"Mark-Ontiveros52@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568626562\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"markontiveros33\";s:9:\"full_name\";s:14:\"mark ontiveros\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568626569\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47443,'um_cache_userdata_708','a:77:{s:2:\"ID\";i:708;s:10:\"user_login\";s:16:\"juliennealnginda\";s:9:\"user_pass\";s:60:\"$2y$10$.u5DPvbpT4eo35TcEym/C.3BRNo3Q7BxU3V14mybLElYiLppdEuNm\";s:13:\"user_nicename\";s:16:\"juliennealnginda\";s:10:\"user_email\";s:29:\"Julienne.Alngindabu@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 14:51:16\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:19:\"Julienne Alngindabu\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"juliennealnginda\";s:10:\"first_name\";s:8:\"Julienne\";s:9:\"last_name\";s:10:\"Alngindabu\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568645476\";s:25:\"synced_gravatar_hashed_id\";s:32:\"6b7fdb64a1f9c10bb33bacd129af3305\";s:9:\"submitted\";s:323:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568627465\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"juliennealnginda\";s:10:\"first_name\";s:8:\"Julienne\";s:9:\"last_name\";s:10:\"Alngindabu\";s:10:\"user_email\";s:29:\"Julienne.Alngindabu@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568627465\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:16:\"juliennealnginda\";s:9:\"full_name\";s:19:\"julienne alngindabu\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568627477\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47597,'um_cache_userdata_709','a:77:{s:2:\"ID\";i:709;s:10:\"user_login\";s:15:\"bobbye83k667074\";s:9:\"user_pass\";s:60:\"$2y$10$tSyt98chw9yKzyOiM8rKQOKPMEOZ0MZ6rKL6xp20pJeJnYF/Tu28y\";s:13:\"user_nicename\";s:15:\"bobbye83k667074\";s:10:\"user_email\";s:27:\"Bobbye_Starling59@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 15:51:10\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Bobbye Starling\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"bobbye83k667074\";s:10:\"first_name\";s:6:\"Bobbye\";s:9:\"last_name\";s:8:\"Starling\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568649070\";s:25:\"synced_gravatar_hashed_id\";s:32:\"bc25f4968f73cb2b1f43f1c38e73e4d7\";s:9:\"submitted\";s:315:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568631063\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"bobbye83k667074\";s:10:\"first_name\";s:6:\"Bobbye\";s:9:\"last_name\";s:8:\"Starling\";s:10:\"user_email\";s:27:\"Bobbye_Starling59@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568631063\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"bobbye83k667074\";s:9:\"full_name\";s:15:\"bobbye starling\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568631071\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47665,'um_cache_userdata_710','a:77:{s:2:\"ID\";i:710;s:10:\"user_login\";s:12:\"reinaldogoll\";s:9:\"user_pass\";s:60:\"$2y$10$8ZV5JQOGj7QKsHzDRHqaVuRNCODapiJD04Mh3NQHQ0O7cYerNvRyW\";s:13:\"user_nicename\";s:12:\"reinaldogoll\";s:10:\"user_email\";s:23:\"Reinaldo.Goll@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 16:25:08\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Reinaldo Goll\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"reinaldogoll\";s:10:\"first_name\";s:8:\"Reinaldo\";s:9:\"last_name\";s:4:\"Goll\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568651108\";s:25:\"synced_gravatar_hashed_id\";s:32:\"e89a298d27922473ddd30fe0737db4cb\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568633099\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"reinaldogoll\";s:10:\"first_name\";s:8:\"Reinaldo\";s:9:\"last_name\";s:4:\"Goll\";s:10:\"user_email\";s:23:\"Reinaldo.Goll@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568633099\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"reinaldogoll\";s:9:\"full_name\";s:13:\"reinaldo goll\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568633109\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47707,'um_cache_userdata_711','a:77:{s:2:\"ID\";i:711;s:10:\"user_login\";s:11:\"antjeher504\";s:9:\"user_pass\";s:60:\"$2y$10$ghZqS9evB/46naP.3ODzhOrBkxxbyXxCFBHD8uSkBW9F8Yd43WYG2\";s:13:\"user_nicename\";s:11:\"antjeher504\";s:10:\"user_email\";s:19:\"Antje.Her@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 17:08:34\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:9:\"Antje Her\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"antjeher504\";s:10:\"first_name\";s:5:\"Antje\";s:9:\"last_name\";s:3:\"Her\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568653714\";s:25:\"synced_gravatar_hashed_id\";s:32:\"8923c7f9acc06bce82d0d6f445549e12\";s:9:\"submitted\";s:297:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568635707\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"antjeher504\";s:10:\"first_name\";s:5:\"Antje\";s:9:\"last_name\";s:3:\"Her\";s:10:\"user_email\";s:19:\"Antje.Her@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568635707\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"antjeher504\";s:9:\"full_name\";s:9:\"antje her\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568635715\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47761,'um_cache_userdata_712','a:77:{s:2:\"ID\";i:712;s:10:\"user_login\";s:14:\"eleanorgivens3\";s:9:\"user_pass\";s:60:\"$2y$10$Cc1/fTT03maqFCj1.WJI1.4nY1kgaNyUqUQZfvT2mUCppCorrSMzS\";s:13:\"user_nicename\";s:14:\"eleanorgivens3\";s:10:\"user_email\";s:26:\"Eleanor.Givens63@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 17:35:52\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Eleanor Givens\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"eleanorgivens3\";s:10:\"first_name\";s:7:\"Eleanor\";s:9:\"last_name\";s:6:\"Givens\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568655352\";s:25:\"synced_gravatar_hashed_id\";s:32:\"8c1acf967484c94e8416bc315c6f4756\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568637343\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"eleanorgivens3\";s:10:\"first_name\";s:7:\"Eleanor\";s:9:\"last_name\";s:6:\"Givens\";s:10:\"user_email\";s:26:\"Eleanor.Givens63@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568637343\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"eleanorgivens3\";s:9:\"full_name\";s:14:\"eleanor givens\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568637353\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47845,'um_cache_userdata_713','a:77:{s:2:\"ID\";i:713;s:10:\"user_login\";s:11:\"aidantripp8\";s:9:\"user_pass\";s:60:\"$2y$10$SpWJ8/BgZAGPWVzRSJpSGOWoFClD2Yz0N6hQfD75T504EeW1929Zy\";s:13:\"user_nicename\";s:11:\"aidantripp8\";s:10:\"user_email\";s:23:\"Aidan.Tripp18@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 18:08:54\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Aidan Tripp\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"aidantripp8\";s:10:\"first_name\";s:5:\"Aidan\";s:9:\"last_name\";s:5:\"Tripp\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568657334\";s:25:\"synced_gravatar_hashed_id\";s:32:\"de6ccdbe677a79c343cacce486cc89dc\";s:9:\"submitted\";s:303:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568639327\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"aidantripp8\";s:10:\"first_name\";s:5:\"Aidan\";s:9:\"last_name\";s:5:\"Tripp\";s:10:\"user_email\";s:23:\"Aidan.Tripp18@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568639327\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"aidantripp8\";s:9:\"full_name\";s:11:\"aidan tripp\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568639334\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47913,'um_cache_userdata_714','a:77:{s:2:\"ID\";i:714;s:10:\"user_login\";s:11:\"kristeen99z\";s:9:\"user_pass\";s:60:\"$2y$10$PDn9DlGHDXhAU7xfIt0BleFZDv88M2kr8mvWpfNbtWfL06QcZJkdO\";s:13:\"user_nicename\";s:11:\"kristeen99z\";s:10:\"user_email\";s:27:\"Kristeen-Moritz82@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 18:31:33\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Kristeen Moritz\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"kristeen99z\";s:10:\"first_name\";s:8:\"Kristeen\";s:9:\"last_name\";s:6:\"Moritz\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568658693\";s:25:\"synced_gravatar_hashed_id\";s:32:\"eaad962203c1514c6cf79cabaff88677\";s:9:\"submitted\";s:311:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568640686\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"kristeen99z\";s:10:\"first_name\";s:8:\"Kristeen\";s:9:\"last_name\";s:6:\"Moritz\";s:10:\"user_email\";s:27:\"Kristeen-Moritz82@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568640686\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"kristeen99z\";s:9:\"full_name\";s:15:\"kristeen moritz\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568640694\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47924,'um_cache_userdata_715','a:77:{s:2:\"ID\";i:715;s:10:\"user_login\";s:13:\"bettiebolling\";s:9:\"user_pass\";s:60:\"$2y$10$miAwgdleQ/wUgPST9367yO6HrlIamZ1S1TMhyYI641WYbjEFySn9S\";s:13:\"user_nicename\";s:13:\"bettiebolling\";s:10:\"user_email\";s:24:\"Bettie-Bolling@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 18:38:58\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Bettie Bolling\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"bettiebolling\";s:10:\"first_name\";s:6:\"Bettie\";s:9:\"last_name\";s:7:\"Bolling\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568659138\";s:25:\"synced_gravatar_hashed_id\";s:32:\"458f9864be0fce03f0a69455e697bc78\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568641130\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"bettiebolling\";s:10:\"first_name\";s:6:\"Bettie\";s:9:\"last_name\";s:7:\"Bolling\";s:10:\"user_email\";s:24:\"Bettie-Bolling@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568641130\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"bettiebolling\";s:9:\"full_name\";s:14:\"bettie bolling\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568641139\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47940,'um_cache_userdata_716','a:77:{s:2:\"ID\";i:716;s:10:\"user_login\";s:12:\"vernfrayne60\";s:9:\"user_pass\";s:60:\"$2y$10$HXbR4kAYoxlMeTRRggaXguSG.dbRgMGHglC1wDYjIhMZ0BQbIyB3S\";s:13:\"user_nicename\";s:12:\"vernfrayne60\";s:10:\"user_email\";s:21:\"Vern.Frayne@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 18:47:41\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Vern Frayne\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"vernfrayne60\";s:10:\"first_name\";s:4:\"Vern\";s:9:\"last_name\";s:6:\"Frayne\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568659661\";s:25:\"synced_gravatar_hashed_id\";s:32:\"57d0065bbf0042ebd0922889c8bb5903\";s:9:\"submitted\";s:302:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568641651\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"vernfrayne60\";s:10:\"first_name\";s:4:\"Vern\";s:9:\"last_name\";s:6:\"Frayne\";s:10:\"user_email\";s:21:\"Vern.Frayne@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568641651\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"vernfrayne60\";s:9:\"full_name\";s:11:\"vern frayne\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568641662\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(47974,'um_cache_userdata_717','a:77:{s:2:\"ID\";i:717;s:10:\"user_login\";s:13:\"maziefarthing\";s:9:\"user_pass\";s:60:\"$2y$10$NPQ5It9y6qhm44x6K0AsuucrH8G8vu0BPvQ.QkTkH6SLpxbOkoZni\";s:13:\"user_nicename\";s:13:\"maziefarthing\";s:10:\"user_email\";s:24:\"Mazie-Farthing@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 19:07:20\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Mazie Farthing\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"maziefarthing\";s:10:\"first_name\";s:5:\"Mazie\";s:9:\"last_name\";s:8:\"Farthing\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568660840\";s:25:\"synced_gravatar_hashed_id\";s:32:\"0c6d76fd512acbbc9278009257040e82\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568642834\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"maziefarthing\";s:10:\"first_name\";s:5:\"Mazie\";s:9:\"last_name\";s:8:\"Farthing\";s:10:\"user_email\";s:24:\"Mazie-Farthing@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568642834\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"maziefarthing\";s:9:\"full_name\";s:14:\"mazie farthing\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568642841\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(48046,'um_cache_userdata_718','a:77:{s:2:\"ID\";i:718;s:10:\"user_login\";s:10:\"uweramsden\";s:9:\"user_pass\";s:60:\"$2y$10$O5ri4xZPy3NveLomLlFLiusZNVdSMWp6mQ3BFyFx0zTyd6JGiiyfu\";s:13:\"user_nicename\";s:10:\"uweramsden\";s:10:\"user_email\";s:23:\"Uwe_Ramsden50@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 19:59:01\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Uwe Ramsden\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"uweramsden\";s:10:\"first_name\";s:3:\"Uwe\";s:9:\"last_name\";s:7:\"Ramsden\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568663941\";s:25:\"synced_gravatar_hashed_id\";s:32:\"aa841a68b11e131e2f8359d5c219d36b\";s:9:\"submitted\";s:302:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568645934\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"uweramsden\";s:10:\"first_name\";s:3:\"Uwe\";s:9:\"last_name\";s:7:\"Ramsden\";s:10:\"user_email\";s:23:\"Uwe_Ramsden50@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568645934\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"uweramsden\";s:9:\"full_name\";s:11:\"uwe ramsden\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568645942\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(48079,'um_cache_userdata_719','a:77:{s:2:\"ID\";i:719;s:10:\"user_login\";s:15:\"faithmoriarty05\";s:9:\"user_pass\";s:60:\"$2y$10$0hskCDI5mjCmP/h3VvZQ5ef6zqMYDLIXnPxWKBTmjRpmMKJY0tMNe\";s:13:\"user_nicename\";s:15:\"faithmoriarty05\";s:10:\"user_email\";s:26:\"Faith.Moriarty81@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 20:30:18\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Faith Moriarty\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"faithmoriarty05\";s:10:\"first_name\";s:5:\"Faith\";s:9:\"last_name\";s:8:\"Moriarty\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568665818\";s:25:\"synced_gravatar_hashed_id\";s:32:\"a2fb5a57b7a08d4374d962f1f4697b7e\";s:9:\"submitted\";s:313:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568647809\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"faithmoriarty05\";s:10:\"first_name\";s:5:\"Faith\";s:9:\"last_name\";s:8:\"Moriarty\";s:10:\"user_email\";s:26:\"Faith.Moriarty81@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568647809\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"faithmoriarty05\";s:9:\"full_name\";s:14:\"faith moriarty\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568647819\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(48096,'um_cache_userdata_720','a:77:{s:2:\"ID\";i:720;s:10:\"user_login\";s:15:\"jaynepalmerston\";s:9:\"user_pass\";s:60:\"$2y$10$9fmVL8fEv.X4kP0lfJM6/e6W8WuFtMb27xiH06WcvmVdZeY1NyW5q\";s:13:\"user_nicename\";s:15:\"jaynepalmerston\";s:10:\"user_email\";s:26:\"Jayne-Palmerston@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 20:40:28\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Jayne Palmerston\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"jaynepalmerston\";s:10:\"first_name\";s:5:\"Jayne\";s:9:\"last_name\";s:10:\"Palmerston\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568666428\";s:25:\"synced_gravatar_hashed_id\";s:32:\"ef75ae9d5eac60f17cafcffa0bf575b1\";s:9:\"submitted\";s:316:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568648419\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"jaynepalmerston\";s:10:\"first_name\";s:5:\"Jayne\";s:9:\"last_name\";s:10:\"Palmerston\";s:10:\"user_email\";s:26:\"Jayne-Palmerston@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568648419\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:15:\"jaynepalmerston\";s:9:\"full_name\";s:16:\"jayne palmerston\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568648428\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(48165,'home_leaderboard_status','','yes'),(48177,'um_cache_userdata_721','a:77:{s:2:\"ID\";i:721;s:10:\"user_login\";s:12:\"melainebyars\";s:9:\"user_pass\";s:60:\"$2y$10$46nUt0dW3BTzR6i8das.e.UnKkss8tA571Dh0dwmtLAAWBxS2laDS\";s:13:\"user_nicename\";s:12:\"melainebyars\";s:10:\"user_email\";s:25:\"Melaine_Byars21@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 21:03:08\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Melaine Byars\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"melainebyars\";s:10:\"first_name\";s:7:\"Melaine\";s:9:\"last_name\";s:5:\"Byars\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568667788\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c2a93fa3cde45e8ddbdcb784a3cd5ca2\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568649778\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"melainebyars\";s:10:\"first_name\";s:7:\"Melaine\";s:9:\"last_name\";s:5:\"Byars\";s:10:\"user_email\";s:25:\"Melaine_Byars21@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568649778\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"melainebyars\";s:9:\"full_name\";s:13:\"melaine byars\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568649788\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(48235,'um_cache_userdata_722','a:77:{s:2:\"ID\";i:722;s:10:\"user_login\";s:14:\"chelseamarrone\";s:9:\"user_pass\";s:60:\"$2y$10$0sZq31F0o/jOh5d4tZnj5.lpxzGXO3hN0EOFI3.gg0.TczobmRvlm\";s:13:\"user_nicename\";s:14:\"chelseamarrone\";s:10:\"user_email\";s:25:\"Chelsea-Marrone@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 21:29:26\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Chelsea Marrone\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"chelseamarrone\";s:10:\"first_name\";s:7:\"Chelsea\";s:9:\"last_name\";s:7:\"Marrone\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568669366\";s:25:\"synced_gravatar_hashed_id\";s:32:\"da6972007eb5fa95ad64c9596e134753\";s:9:\"submitted\";s:312:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568651357\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"chelseamarrone\";s:10:\"first_name\";s:7:\"Chelsea\";s:9:\"last_name\";s:7:\"Marrone\";s:10:\"user_email\";s:25:\"Chelsea-Marrone@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568651357\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"chelseamarrone\";s:9:\"full_name\";s:15:\"chelsea marrone\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568651367\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(48267,'um_cache_userdata_723','a:77:{s:2:\"ID\";i:723;s:10:\"user_login\";s:14:\"milosolberg945\";s:9:\"user_pass\";s:60:\"$2y$10$kMzy6LFqaWgkGRzzfnEAMeTU6u0sfWpQ8RmjBI3Q/C/Wv3hpJ18F.\";s:13:\"user_nicename\";s:14:\"milosolberg945\";s:10:\"user_email\";s:22:\"Milo-Solberg@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 21:50:36\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Milo Solberg\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"milosolberg945\";s:10:\"first_name\";s:4:\"Milo\";s:9:\"last_name\";s:7:\"Solberg\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568670636\";s:25:\"synced_gravatar_hashed_id\";s:32:\"e4033e59b10e6b41cb0a84a2b7028640\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568652628\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"milosolberg945\";s:10:\"first_name\";s:4:\"Milo\";s:9:\"last_name\";s:7:\"Solberg\";s:10:\"user_email\";s:22:\"Milo-Solberg@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568652628\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"milosolberg945\";s:9:\"full_name\";s:12:\"milo solberg\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568652637\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(48432,'um_cache_userdata_724','a:77:{s:2:\"ID\";i:724;s:10:\"user_login\";s:11:\"juandeaton3\";s:9:\"user_pass\";s:60:\"$2y$10$bv82rDDEoS47PBFFsNZ9huDKPlptU.05UhkgdJsAbokTti07JSMuK\";s:13:\"user_nicename\";s:11:\"juandeaton3\";s:10:\"user_email\";s:21:\"Juan_Deaton@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 22:34:11\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Juan Deaton\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"juandeaton3\";s:10:\"first_name\";s:4:\"Juan\";s:9:\"last_name\";s:6:\"Deaton\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568673252\";s:25:\"synced_gravatar_hashed_id\";s:32:\"a4a92857820dc6b6120b775b7f8fe8dc\";s:9:\"submitted\";s:301:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568655245\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"juandeaton3\";s:10:\"first_name\";s:4:\"Juan\";s:9:\"last_name\";s:6:\"Deaton\";s:10:\"user_email\";s:21:\"Juan_Deaton@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568655245\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"juandeaton3\";s:9:\"full_name\";s:11:\"juan deaton\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568655252\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(48452,'um_cache_userdata_725','a:77:{s:2:\"ID\";i:725;s:10:\"user_login\";s:12:\"adalbertof52\";s:9:\"user_pass\";s:60:\"$2y$10$C6px.yCz8sCVUOkAJASb1OZbUX2pJ430DeaKM.l4gGMq6HQvJ5pWe\";s:13:\"user_nicename\";s:12:\"adalbertof52\";s:10:\"user_email\";s:28:\"Adalberto.Teague85@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 22:39:18\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Adalberto Teague\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"adalbertof52\";s:10:\"first_name\";s:9:\"Adalberto\";s:9:\"last_name\";s:6:\"Teague\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568673558\";s:25:\"synced_gravatar_hashed_id\";s:32:\"14fe7936065428ad52bc82b5bb231f0d\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568655550\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"adalbertof52\";s:10:\"first_name\";s:9:\"Adalberto\";s:9:\"last_name\";s:6:\"Teague\";s:10:\"user_email\";s:28:\"Adalberto.Teague85@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568655550\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"adalbertof52\";s:9:\"full_name\";s:16:\"adalberto teague\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568655559\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(48542,'um_cache_userdata_726','a:38:{s:2:\"ID\";i:726;s:10:\"user_login\";s:9:\"fmedeiros\";s:9:\"user_pass\";s:60:\"$2y$10$yrDuADm9ZJlylBpc6kHGneF0qK6//9W/09YhgjMiG3XKRWOgkaR7W\";s:13:\"user_nicename\";s:11:\"fmedeiros22\";s:10:\"user_email\";s:17:\"felipe@cappen.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 22:54:26\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"felipe medeiris\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:8:\"customer\";b:1;s:8:\"wp_roles\";s:0:\"\";s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"felipe medeiris\";s:10:\"first_name\";s:6:\"felipe\";s:9:\"last_name\";s:8:\"medeiris\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568674466\";s:25:\"synced_gravatar_hashed_id\";s:32:\"d0f38efc70f257beb36cf374191aedd2\";s:6:\"gender\";s:12:\"a:1:{i:0;N;}\";s:4:\"city\";s:5:\"Miami\";s:7:\"country\";s:13:\"United States\";s:14:\"_um_last_login\";s:10:\"1568656466\";s:35:\"um_user_profile_url_slug_user_login\";s:9:\"fmedeiros\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";b:0;s:5:\"roles\";b:0;s:11:\"super_admin\";i:0;}','no'),(48558,'um_cache_userdata_727','a:77:{s:2:\"ID\";i:727;s:10:\"user_login\";s:11:\"fredrickcxu\";s:9:\"user_pass\";s:60:\"$2y$10$SUd/WtZPmYoCCbFycIm8IeEWB1xvC91G.3kXvUOgtNm2.6mg2wGdW\";s:13:\"user_nicename\";s:11:\"fredrickcxu\";s:10:\"user_email\";s:25:\"Fredrick-Easty4@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 23:09:43\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Fredrick Easty\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"fredrickcxu\";s:10:\"first_name\";s:8:\"Fredrick\";s:9:\"last_name\";s:5:\"Easty\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568675383\";s:25:\"synced_gravatar_hashed_id\";s:32:\"2cda5e69b1186600adab4d883ebecdf0\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568657376\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"fredrickcxu\";s:10:\"first_name\";s:8:\"Fredrick\";s:9:\"last_name\";s:5:\"Easty\";s:10:\"user_email\";s:25:\"Fredrick-Easty4@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568657376\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"fredrickcxu\";s:9:\"full_name\";s:14:\"fredrick easty\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568657384\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(48565,'um_cache_userdata_728','a:38:{s:2:\"ID\";i:728;s:10:\"user_login\";s:14:\"angeirasfelipe\";s:9:\"user_pass\";s:60:\"$2y$10$z./VsVx7Llfn9.UxLWIZaezBv9hCTVYTd5/AZWw.4dMQvzXuHj8W6\";s:13:\"user_nicename\";s:14:\"angeirasfelipe\";s:10:\"user_email\";s:19:\"angeiras@cappen.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 23:12:57\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"felipw anveiras\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:8:\"customer\";b:1;s:8:\"wp_roles\";s:0:\"\";s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"felipw anveiras\";s:10:\"first_name\";s:6:\"felipw\";s:9:\"last_name\";s:8:\"anveiras\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568675577\";s:25:\"synced_gravatar_hashed_id\";s:32:\"2782d5b2eb1594559eba0807303bae8f\";s:6:\"gender\";s:12:\"a:1:{i:0;N;}\";s:4:\"city\";s:4:\"lala\";s:7:\"country\";s:6:\"Angola\";s:14:\"_um_last_login\";s:10:\"1568657577\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"angeirasfelipe\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";b:0;s:5:\"roles\";b:0;s:11:\"super_admin\";i:0;}','no'),(48588,'um_cache_userdata_729','a:77:{s:2:\"ID\";i:729;s:10:\"user_login\";s:14:\"caryginder1950\";s:9:\"user_pass\";s:60:\"$2y$10$y0a.blwwTM7vXyCC0sCBvOozo/h/FOVvDp/ZD0QSbDeGL1CrgwJFG\";s:13:\"user_nicename\";s:14:\"caryginder1950\";s:10:\"user_email\";s:23:\"Cary_Ginder57@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 23:20:30\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Cary Ginder\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"caryginder1950\";s:10:\"first_name\";s:4:\"Cary\";s:9:\"last_name\";s:6:\"Ginder\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568676030\";s:25:\"synced_gravatar_hashed_id\";s:32:\"0ccf8bfed02085904db029b90cd990d7\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568658022\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"caryginder1950\";s:10:\"first_name\";s:4:\"Cary\";s:9:\"last_name\";s:6:\"Ginder\";s:10:\"user_email\";s:23:\"Cary_Ginder57@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568658022\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"caryginder1950\";s:9:\"full_name\";s:11:\"cary ginder\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568658031\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(48593,'um_cache_userdata_730','a:77:{s:2:\"ID\";i:730;s:10:\"user_login\";s:12:\"shennagainer\";s:9:\"user_pass\";s:60:\"$2y$10$IBiGCxSUl0YaVkd3.w0xj./murZ6t4dfdRpx20ZfX2jOtotFulWsS\";s:13:\"user_nicename\";s:12:\"shennagainer\";s:10:\"user_email\";s:25:\"Shenna_Gainer22@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 23:20:34\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Shenna Gainer\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"shennagainer\";s:10:\"first_name\";s:6:\"Shenna\";s:9:\"last_name\";s:6:\"Gainer\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568676034\";s:25:\"synced_gravatar_hashed_id\";s:32:\"d42021d55fe197a47bff74f12d09105b\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568658026\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"shennagainer\";s:10:\"first_name\";s:6:\"Shenna\";s:9:\"last_name\";s:6:\"Gainer\";s:10:\"user_email\";s:25:\"Shenna_Gainer22@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568658026\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:12:\"shennagainer\";s:9:\"full_name\";s:13:\"shenna gainer\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568658034\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(48611,'um_cache_userdata_731','a:77:{s:2:\"ID\";i:731;s:10:\"user_login\";s:13:\"launagendron0\";s:9:\"user_pass\";s:60:\"$2y$10$YueZ1MOV6L.fPoc4gkTNTeX/XLXninh7u/ZRKDuEg/Cyb4tn.wQM6\";s:13:\"user_nicename\";s:13:\"launagendron0\";s:10:\"user_email\";s:24:\"Launa.Gendron7@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 23:25:33\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Launa Gendron\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"launagendron0\";s:10:\"first_name\";s:5:\"Launa\";s:9:\"last_name\";s:7:\"Gendron\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568676333\";s:25:\"synced_gravatar_hashed_id\";s:32:\"94f3e0260d535a306612227ae0aa8214\";s:9:\"submitted\";s:308:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568658326\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"launagendron0\";s:10:\"first_name\";s:5:\"Launa\";s:9:\"last_name\";s:7:\"Gendron\";s:10:\"user_email\";s:24:\"Launa.Gendron7@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568658326\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"launagendron0\";s:9:\"full_name\";s:13:\"launa gendron\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568658334\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(48698,'um_cache_userdata_732','a:77:{s:2:\"ID\";i:732;s:10:\"user_login\";s:13:\"allenprim5131\";s:9:\"user_pass\";s:60:\"$2y$10$TvKDdrGAnd/gegEV.lkKbeePgXIsmr0V8mGE0AEHDvsFyrAF1Nb8.\";s:13:\"user_nicename\";s:13:\"allenprim5131\";s:10:\"user_email\";s:21:\"Allen.Prim3@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-16 23:57:21\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Allen Prim\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"allenprim5131\";s:10:\"first_name\";s:5:\"Allen\";s:9:\"last_name\";s:4:\"Prim\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568678241\";s:25:\"synced_gravatar_hashed_id\";s:32:\"0429f43d9b30ab1422ad49863bc5cd1f\";s:9:\"submitted\";s:302:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568660231\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"allenprim5131\";s:10:\"first_name\";s:5:\"Allen\";s:9:\"last_name\";s:4:\"Prim\";s:10:\"user_email\";s:21:\"Allen.Prim3@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568660231\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"allenprim5131\";s:9:\"full_name\";s:10:\"allen prim\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568660242\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(48741,'um_cache_userdata_733','a:77:{s:2:\"ID\";i:733;s:10:\"user_login\";s:14:\"judithmedworth\";s:9:\"user_pass\";s:60:\"$2y$10$Caql6MRk8SDSUDHWVt26h.7wsjBruUN.XTLGcsUpIXGobOntjYz9C\";s:13:\"user_nicename\";s:14:\"judithmedworth\";s:10:\"user_email\";s:27:\"Judith_Medworth49@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-17 00:09:36\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Judith Medworth\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"judithmedworth\";s:10:\"first_name\";s:6:\"Judith\";s:9:\"last_name\";s:8:\"Medworth\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568678976\";s:25:\"synced_gravatar_hashed_id\";s:32:\"1fd83404c3a3c55b1d64b6d9b225d762\";s:9:\"submitted\";s:314:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568660970\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"judithmedworth\";s:10:\"first_name\";s:6:\"Judith\";s:9:\"last_name\";s:8:\"Medworth\";s:10:\"user_email\";s:27:\"Judith_Medworth49@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568660970\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"judithmedworth\";s:9:\"full_name\";s:15:\"judith medworth\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568660977\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(48781,'um_cache_userdata_734','a:77:{s:2:\"ID\";i:734;s:10:\"user_login\";s:13:\"carmenwhitney\";s:9:\"user_pass\";s:60:\"$2y$10$qoyGns.2V82YbhyXVSH82O9ZcslLH4NyfSjUNOT73.g8yuBtWK5yi\";s:13:\"user_nicename\";s:13:\"carmenwhitney\";s:10:\"user_email\";s:26:\"Carmen_Whitney91@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-17 00:26:08\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Carmen Whitney\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"carmenwhitney\";s:10:\"first_name\";s:6:\"Carmen\";s:9:\"last_name\";s:7:\"Whitney\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568679968\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c2cd8b4f35e77ebb4e3b4c76f1a9b6f9\";s:9:\"submitted\";s:311:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568661961\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"carmenwhitney\";s:10:\"first_name\";s:6:\"Carmen\";s:9:\"last_name\";s:7:\"Whitney\";s:10:\"user_email\";s:26:\"Carmen_Whitney91@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568661961\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"carmenwhitney\";s:9:\"full_name\";s:14:\"carmen whitney\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568661969\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(48805,'um_cache_userdata_735','a:77:{s:2:\"ID\";i:735;s:10:\"user_login\";s:14:\"xiomaraflower1\";s:9:\"user_pass\";s:60:\"$2y$10$/7qD5MNfq511PQfK0HPIB.iozYxZp2XJ5o9rXX.xbdPnOJ0f5dvAW\";s:13:\"user_nicename\";s:14:\"xiomaraflower1\";s:10:\"user_email\";s:24:\"Xiomara_Flower@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-17 00:35:32\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Xiomara Flower\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"xiomaraflower1\";s:10:\"first_name\";s:7:\"Xiomara\";s:9:\"last_name\";s:6:\"Flower\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568680532\";s:25:\"synced_gravatar_hashed_id\";s:32:\"8cb837341d214c6a1dab0bc8dd475dd3\";s:9:\"submitted\";s:310:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568662525\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"xiomaraflower1\";s:10:\"first_name\";s:7:\"Xiomara\";s:9:\"last_name\";s:6:\"Flower\";s:10:\"user_email\";s:24:\"Xiomara_Flower@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568662525\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"xiomaraflower1\";s:9:\"full_name\";s:14:\"xiomara flower\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568662533\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(48813,'um_cache_userdata_736','a:77:{s:2:\"ID\";i:736;s:10:\"user_login\";s:11:\"sadyetovell\";s:9:\"user_pass\";s:60:\"$2y$10$kkYxynzoT9sEnjpoe6z2uuV5llR0LsK.Sq2ahTWyR4I.vK6k1LSn.\";s:13:\"user_nicename\";s:11:\"sadyetovell\";s:10:\"user_email\";s:22:\"Sadye.Tovell@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-17 00:40:47\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Sadye Tovell\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"sadyetovell\";s:10:\"first_name\";s:5:\"Sadye\";s:9:\"last_name\";s:6:\"Tovell\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568680847\";s:25:\"synced_gravatar_hashed_id\";s:32:\"1743efae41036d31a84e7b2d016f7569\";s:9:\"submitted\";s:303:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568662837\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"sadyetovell\";s:10:\"first_name\";s:5:\"Sadye\";s:9:\"last_name\";s:6:\"Tovell\";s:10:\"user_email\";s:22:\"Sadye.Tovell@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568662837\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"sadyetovell\";s:9:\"full_name\";s:12:\"sadye tovell\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568662848\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(48833,'um_cache_userdata_737','a:77:{s:2:\"ID\";i:737;s:10:\"user_login\";s:11:\"madelineb81\";s:9:\"user_pass\";s:60:\"$2y$10$UB1xQseTdlE0MF8c/JIjDuVJHTraToQgitwh6BW0D1N6FR6QlIVDi\";s:13:\"user_nicename\";s:11:\"madelineb81\";s:10:\"user_email\";s:28:\"Madeline_Wakefield@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-17 00:49:21\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:18:\"Madeline Wakefield\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"madelineb81\";s:10:\"first_name\";s:8:\"Madeline\";s:9:\"last_name\";s:9:\"Wakefield\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568681361\";s:25:\"synced_gravatar_hashed_id\";s:32:\"6080b5d7ef3b10fab98bf681cb1e5872\";s:9:\"submitted\";s:315:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568663351\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"madelineb81\";s:10:\"first_name\";s:8:\"Madeline\";s:9:\"last_name\";s:9:\"Wakefield\";s:10:\"user_email\";s:28:\"Madeline_Wakefield@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568663351\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"madelineb81\";s:9:\"full_name\";s:18:\"madeline wakefield\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568663362\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(48844,'um_cache_userdata_738','a:77:{s:2:\"ID\";i:738;s:10:\"user_login\";s:13:\"rachellekell1\";s:9:\"user_pass\";s:60:\"$2y$10$iYCjs2FNcInfq5tAi8HC/ud1G1QmVynU7pWj2f68tsN9Gf23sE3Fe\";s:13:\"user_nicename\";s:13:\"rachellekell1\";s:10:\"user_email\";s:25:\"Rachelle-Kell68@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-17 01:01:43\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Rachelle Kell\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"rachellekell1\";s:10:\"first_name\";s:8:\"Rachelle\";s:9:\"last_name\";s:4:\"Kell\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568682103\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f449ce4525f46f062a26d7dfc805471b\";s:9:\"submitted\";s:309:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568664092\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"rachellekell1\";s:10:\"first_name\";s:8:\"Rachelle\";s:9:\"last_name\";s:4:\"Kell\";s:10:\"user_email\";s:25:\"Rachelle-Kell68@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568664092\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"rachellekell1\";s:9:\"full_name\";s:13:\"rachelle kell\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568664104\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(48864,'um_cache_userdata_739','a:77:{s:2:\"ID\";i:739;s:10:\"user_login\";s:14:\"walkermcswain9\";s:9:\"user_pass\";s:60:\"$2y$10$RL5r0e5uSoCUl18hkXXbN.SJdr.93zzjP.V8omsMJejNa3QRh3/ri\";s:13:\"user_nicename\";s:14:\"walkermcswain9\";s:10:\"user_email\";s:24:\"Walker-Mcswain@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-17 01:19:01\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Walker Mcswain\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"walkermcswain9\";s:10:\"first_name\";s:6:\"Walker\";s:9:\"last_name\";s:7:\"Mcswain\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568683141\";s:25:\"synced_gravatar_hashed_id\";s:32:\"9063d65628ceccedf315be98e2986163\";s:9:\"submitted\";s:310:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568665130\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"walkermcswain9\";s:10:\"first_name\";s:6:\"Walker\";s:9:\"last_name\";s:7:\"Mcswain\";s:10:\"user_email\";s:24:\"Walker-Mcswain@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568665130\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"walkermcswain9\";s:9:\"full_name\";s:14:\"walker mcswain\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568665141\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(48870,'um_cache_userdata_740','a:77:{s:2:\"ID\";i:740;s:10:\"user_login\";s:13:\"carrolwendt19\";s:9:\"user_pass\";s:60:\"$2y$10$DesYgJGf7lG3lqfuLUwPTOV1OpHMIhG0SQEjRR1Qv5kxATM0wNI56\";s:13:\"user_nicename\";s:13:\"carrolwendt19\";s:10:\"user_email\";s:22:\"Carrol_Wendt@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-17 01:24:40\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Carrol Wendt\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"carrolwendt19\";s:10:\"first_name\";s:6:\"Carrol\";s:9:\"last_name\";s:5:\"Wendt\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568683480\";s:25:\"synced_gravatar_hashed_id\";s:32:\"688d5f040d50e9a67276ae3be7fcd000\";s:9:\"submitted\";s:305:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568665473\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"carrolwendt19\";s:10:\"first_name\";s:6:\"Carrol\";s:9:\"last_name\";s:5:\"Wendt\";s:10:\"user_email\";s:22:\"Carrol_Wendt@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568665473\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"carrolwendt19\";s:9:\"full_name\";s:12:\"carrol wendt\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568665481\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(48887,'um_cache_userdata_741','a:77:{s:2:\"ID\";i:741;s:10:\"user_login\";s:11:\"georginadyv\";s:9:\"user_pass\";s:60:\"$2y$10$O3SYoLkUNKej0pkjDVXTsO9c/g6bkX5FiG4AKCegmQ6FV8ZbN8a9C\";s:13:\"user_nicename\";s:11:\"georginadyv\";s:10:\"user_email\";s:21:\"myduyexbeulse@aol.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-17 01:31:48\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Georgina Chavers\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"georginadyv\";s:10:\"first_name\";s:8:\"Georgina\";s:9:\"last_name\";s:7:\"Chavers\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568683909\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f31e94b2a92231ce60acd6a235c3fd86\";s:9:\"submitted\";s:306:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568665901\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"georginadyv\";s:10:\"first_name\";s:8:\"Georgina\";s:9:\"last_name\";s:7:\"Chavers\";s:10:\"user_email\";s:21:\"myduyexbeulse@aol.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568665901\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"georginadyv\";s:9:\"full_name\";s:16:\"georgina chavers\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568665909\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(48895,'um_cache_userdata_742','a:77:{s:2:\"ID\";i:742;s:10:\"user_login\";s:11:\"acrharry702\";s:9:\"user_pass\";s:60:\"$2y$10$kb8pUGmmz.uRDRoBtVnxb.TMYHmPs4ZzSMAVTAXK4AtCgwFqfhJCC\";s:13:\"user_nicename\";s:11:\"acrharry702\";s:10:\"user_email\";s:27:\"Harry_Michalski25@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-17 01:40:36\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"Harry Michalski\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"acrharry702\";s:10:\"first_name\";s:5:\"Harry\";s:9:\"last_name\";s:9:\"Michalski\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568684436\";s:25:\"synced_gravatar_hashed_id\";s:32:\"d3144f1d918f166917555bf0c519e5b4\";s:9:\"submitted\";s:311:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568666428\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"acrharry702\";s:10:\"first_name\";s:5:\"Harry\";s:9:\"last_name\";s:9:\"Michalski\";s:10:\"user_email\";s:27:\"Harry_Michalski25@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568666428\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:11:\"acrharry702\";s:9:\"full_name\";s:15:\"harry michalski\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568666437\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(48913,'um_cache_userdata_743','a:77:{s:2:\"ID\";i:743;s:10:\"user_login\";s:13:\"abellogue2991\";s:9:\"user_pass\";s:60:\"$2y$10$zs6fZbXZ5HJZtoRlfdcc5u1SDrxBqm.pCTV8VEsgip6f.pz9f2kTa\";s:13:\"user_nicename\";s:13:\"abellogue2991\";s:10:\"user_email\";s:22:\"Abel-Logue60@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-17 01:52:58\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Abel Logue\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"abellogue2991\";s:10:\"first_name\";s:4:\"Abel\";s:9:\"last_name\";s:5:\"Logue\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568685178\";s:25:\"synced_gravatar_hashed_id\";s:32:\"e91687c8299eec73cbf0a3f7a1954b98\";s:9:\"submitted\";s:303:\"a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568667169\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"abellogue2991\";s:10:\"first_name\";s:4:\"Abel\";s:9:\"last_name\";s:5:\"Logue\";s:10:\"user_email\";s:22:\"Abel-Logue60@gmail.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568667169\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"abellogue2991\";s:9:\"full_name\";s:10:\"abel logue\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1568667179\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(49237,'wp-smush-settings','a:20:{s:4:\"auto\";b:1;s:5:\"lossy\";b:0;s:10:\"strip_exif\";b:1;s:6:\"resize\";b:0;s:9:\"detection\";b:0;s:8:\"original\";b:0;s:6:\"backup\";b:0;s:10:\"png_to_jpg\";b:0;s:7:\"nextgen\";b:0;s:2:\"s3\";b:0;s:9:\"gutenberg\";b:0;s:10:\"js_builder\";b:0;s:3:\"cdn\";b:0;s:11:\"auto_resize\";b:0;s:4:\"webp\";b:1;s:5:\"usage\";b:1;s:17:\"accessible_colors\";b:0;s:9:\"keep_data\";b:1;s:9:\"lazy_load\";b:0;s:17:\"background_images\";b:1;}','yes'),(49241,'wdev-frash','a:3:{s:7:\"plugins\";a:1:{s:23:\"wp-smushit/wp-smush.php\";i:1568731250;}s:5:\"queue\";a:0:{}s:4:\"done\";a:2:{i:0;a:6:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:5:\"email\";s:7:\"show_at\";i:1568731250;s:5:\"state\";s:6:\"ignore\";s:4:\"hash\";s:32:\"fc50097023d0d34c5a66f6cddcf77694\";s:10:\"handled_at\";i:1568895971;}i:1;a:6:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:4:\"rate\";s:7:\"show_at\";i:1569336050;s:5:\"state\";s:6:\"ignore\";s:4:\"hash\";s:32:\"fc50097023d0d34c5a66f6cddcf77694\";s:10:\"handled_at\";i:1572554920;}}}','no'),(49242,'wp-smush-install-type','existing','no'),(49243,'wp-smush-version','3.3.2','no'),(49263,'wpp_settings_config','a:2:{s:5:\"stats\";a:7:{s:5:\"range\";s:9:\"last7days\";s:9:\"time_unit\";s:4:\"hour\";s:13:\"time_quantity\";i:24;s:8:\"order_by\";s:5:\"views\";s:5:\"limit\";i:10;s:9:\"post_type\";s:9:\"post,page\";s:9:\"freshness\";b:0;}s:5:\"tools\";a:7:{s:4:\"ajax\";b:0;s:3:\"css\";b:1;s:4:\"link\";a:1:{s:6:\"target\";s:5:\"_self\";}s:9:\"thumbnail\";a:4:{s:6:\"source\";s:8:\"featured\";s:5:\"field\";s:0:\"\";s:6:\"resize\";b:0;s:7:\"default\";s:0:\"\";}s:3:\"log\";a:3:{s:5:\"level\";i:1;s:5:\"limit\";i:0;s:13:\"expires_after\";i:180;}s:5:\"cache\";a:2:{s:6:\"active\";b:1;s:8:\"interval\";a:2:{s:4:\"time\";s:6:\"minute\";s:5:\"value\";i:1;}}s:8:\"sampling\";a:2:{s:6:\"active\";b:0;s:4:\"rate\";i:100;}}}','yes'),(49264,'widget_wpp','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(49265,'wpp_ver','4.2.2','yes'),(49268,'wpp_rand','ff260a570770aca5f62c2a8f82c4c5bd','yes'),(49273,'wpp_transients','a:3:{i:0;s:32:\"382ea2f39002a28490ba6679d314de1d\";i:1;s:32:\"1010ccbdb0de605f0040699479afeb32\";i:2;s:32:\"3cacd3f49fa8989605e2693d8433fb64\";}','yes'),(49344,'dir_smush_stats','a:2:{s:9:\"dir_smush\";a:2:{s:5:\"total\";s:1:\"0\";s:9:\"optimised\";i:0;}s:14:\"combined_stats\";a:0:{}}','no'),(49345,'skip-smush-setup','1','yes'),(49348,'wp-smush-hide_upgrade_notice','1','no'),(49370,'um_cache_userdata_745','a:77:{s:2:\"ID\";i:745;s:10:\"user_login\";s:13:\"raulcalderone\";s:9:\"user_pass\";s:60:\"$2y$10$MHOk/LPpBKFXLe1ltsVuYOcKXvEqk82RplKrqkVAVjIbUwO0ppT9u\";s:13:\"user_nicename\";s:13:\"raulcalderone\";s:10:\"user_email\";s:46:\"Raul_Calderone@coan.antiquerestorationwork.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-17 11:48:35\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Raul Calderone\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"raulcalderone\";s:10:\"first_name\";s:4:\"Raul\";s:9:\"last_name\";s:9:\"Calderone\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568720915\";s:25:\"synced_gravatar_hashed_id\";s:32:\"ddb7f4b6bde2fa58e560217fc1a167e1\";s:9:\"submitted\";s:444:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568702888\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:13:\"raulcalderone\";s:10:\"first_name\";s:4:\"Raul\";s:9:\"last_name\";s:9:\"Calderone\";s:10:\"user_email\";s:46:\"Raul_Calderone@coan.antiquerestorationwork.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568702888\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"raulcalderone\";s:9:\"full_name\";s:14:\"raul calderone\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(49371,'um_cache_userdata_744','a:77:{s:2:\"ID\";i:744;s:10:\"user_login\";s:10:\"fabian8404\";s:9:\"user_pass\";s:60:\"$2y$10$eEvX.th9Jo79chrt2aXojO2eHnQdZLvQUvUz/U12IqUVLeOm8NoiK\";s:13:\"user_nicename\";s:10:\"fabian8404\";s:10:\"user_email\";s:45:\"Fabian-Want@giannitti.modernsailorclothes.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-17 07:23:17\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"Fabian Want\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"fabian8404\";s:10:\"first_name\";s:6:\"Fabian\";s:9:\"last_name\";s:4:\"Want\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1568704997\";s:25:\"synced_gravatar_hashed_id\";s:32:\"1c5662ea21887801850cbf4545822b2c\";s:9:\"submitted\";s:437:\"a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568686966\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:10:\"fabian8404\";s:10:\"first_name\";s:6:\"Fabian\";s:9:\"last_name\";s:4:\"Want\";s:10:\"user_email\";s:45:\"Fabian-Want@giannitti.modernsailorclothes.com\";}\";s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568686966\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"fabian8404\";s:9:\"full_name\";s:11:\"fabian want\";s:14:\"account_status\";s:8:\"approved\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(49967,'um_cache_userdata_260','a:43:{s:2:\"ID\";i:260;s:10:\"user_login\";s:13:\"gabi.angeiras\";s:9:\"user_pass\";s:60:\"$2y$10$yPWsm1hbvdRpRqah7HI51uSqNOTtdicYLbyXDhLSrVZCLLeCJGlGa\";s:13:\"user_nicename\";s:13:\"gabi-angeiras\";s:10:\"user_email\";s:19:\"gabriela@cappen.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-08-30 19:36:37\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Gabriela Silva\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:8:\"customer\";b:1;s:8:\"wp_roles\";s:0:\"\";s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"Gabriela Silva\";s:10:\"first_name\";s:8:\"Gabriela\";s:9:\"last_name\";s:5:\"Silva\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1567193797\";s:25:\"synced_gravatar_hashed_id\";s:32:\"405cc717bb4268e0d783342c3348bbbd\";s:6:\"gender\";s:23:\"a:1:{i:0;s:6:\"Female\";}\";s:4:\"city\";s:4:\"hshs\";s:7:\"country\";s:19:\"Antigua and Barbuda\";s:14:\"_um_last_login\";s:10:\"1570636911\";s:35:\"um_user_profile_url_slug_user_login\";s:13:\"gabi.angeiras\";s:14:\"account_status\";s:8:\"approved\";s:20:\"default_password_nag\";s:0:\"\";s:24:\"um_account_secure_fields\";s:6:\"a:0:{}\";s:11:\"appliedjobs\";s:442:\"a:28:{i:0;s:3:\"421\";i:1;s:4:\"8899\";i:2;s:4:\"8899\";i:3;s:4:\"8899\";i:4;s:4:\"8899\";i:5;s:4:\"8899\";i:6;s:4:\"8899\";i:7;s:4:\"8899\";i:8;s:4:\"8899\";i:9;s:4:\"8899\";i:10;s:4:\"8899\";i:11;s:4:\"8899\";i:12;s:4:\"8899\";i:13;s:4:\"8899\";i:14;s:4:\"8899\";i:15;s:4:\"8899\";i:16;s:4:\"8899\";i:17;s:4:\"8899\";i:18;s:4:\"8899\";i:19;s:4:\"8899\";i:20;s:4:\"8899\";i:21;s:4:\"8899\";i:22;s:4:\"8899\";i:23;s:4:\"8899\";i:24;s:4:\"8899\";i:25;s:4:\"8899\";i:26;s:3:\"889\";i:27;s:3:\"889\";}\";s:15:\"simplefavorites\";s:232:\"a:1:{i:0;a:3:{s:7:\"site_id\";i:1;s:5:\"posts\";a:2:{i:0;s:3:\"421\";i:1;s:4:\"8899\";}s:6:\"groups\";a:1:{i:0;a:4:{s:8:\"group_id\";i:1;s:7:\"site_id\";i:1;s:10:\"group_name\";s:12:\"Default List\";s:5:\"posts\";a:2:{i:0;s:3:\"421\";i:1;s:4:\"8899\";}}}}}\";s:13:\"profile_photo\";s:17:\"profile_photo.png\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";b:0;s:5:\"roles\";b:0;s:11:\"super_admin\";i:0;}','no'),(50008,'um_cache_userdata_753','a:38:{s:2:\"ID\";i:753;s:10:\"user_login\";s:9:\"gabriela8\";s:9:\"user_pass\";s:60:\"$2y$10$WAiiyZIw.uUsqOn0Dh9CmOKC.QAcJC.ZMnitSxG9jLiTaL7TYgqiK\";s:13:\"user_nicename\";s:9:\"gabriela8\";s:10:\"user_email\";s:24:\"gabriela8@mailinator.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-10-10 13:02:57\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Gabriela Oito\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:8:\"customer\";b:1;s:8:\"wp_roles\";s:0:\"\";s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"Gabriela Oito\";s:10:\"first_name\";s:8:\"Gabriela\";s:9:\"last_name\";s:4:\"Oito\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"284b77c77434b50792dca0842a27b265\";s:13:\"profile_photo\";s:17:\"profile_photo.png\";s:6:\"gender\";s:12:\"a:1:{i:0;N;}\";s:4:\"city\";s:6:\"Recife\";s:7:\"country\";s:6:\"Brazil\";s:14:\"_um_last_login\";s:10:\"1570694577\";s:14:\"account_status\";s:8:\"approved\";s:35:\"um_user_profile_url_slug_user_login\";s:9:\"gabriela8\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";b:0;s:5:\"roles\";b:0;s:11:\"super_admin\";i:0;}','no'),(50009,'um_cache_userdata_752','a:38:{s:2:\"ID\";i:752;s:10:\"user_login\";s:9:\"gabriela7\";s:9:\"user_pass\";s:60:\"$2y$10$5cU3h.P0AN8SWP7voFGGKOQj6oH2BrWDd6t9zR9U5N5.dLGnMFP8q\";s:13:\"user_nicename\";s:9:\"gabriela7\";s:10:\"user_email\";s:24:\"gabriela7@mailinator.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-10-10 13:02:07\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Gabriela Sete\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:8:\"customer\";b:1;s:8:\"wp_roles\";s:0:\"\";s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"Gabriela Sete\";s:10:\"first_name\";s:8:\"Gabriela\";s:9:\"last_name\";s:4:\"Sete\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"dfe4611432d7a6c921e7b34dbc00858a\";s:13:\"profile_photo\";s:17:\"profile_photo.png\";s:6:\"gender\";s:12:\"a:1:{i:0;N;}\";s:4:\"city\";s:6:\"Recife\";s:7:\"country\";s:6:\"Brazil\";s:14:\"_um_last_login\";s:10:\"1570694527\";s:14:\"account_status\";s:8:\"approved\";s:35:\"um_user_profile_url_slug_user_login\";s:9:\"gabriela7\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";b:0;s:5:\"roles\";b:0;s:11:\"super_admin\";i:0;}','no'),(50010,'um_cache_userdata_751','a:38:{s:2:\"ID\";i:751;s:10:\"user_login\";s:9:\"gabriela6\";s:9:\"user_pass\";s:60:\"$2y$10$gFUEPhBokxL8ucIfvN8wQOEftRi5IOW1upUfxKBJBr2W5/sw1dpZa\";s:13:\"user_nicename\";s:9:\"gabriela6\";s:10:\"user_email\";s:24:\"gabriela6@mailinator.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-10-10 13:00:13\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Gabriela Seis\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:8:\"customer\";b:1;s:8:\"wp_roles\";s:0:\"\";s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"Gabriela Seis\";s:10:\"first_name\";s:8:\"Gabriela\";s:9:\"last_name\";s:4:\"Seis\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"3013e56e1873fc1d4004cb7847d274c8\";s:13:\"profile_photo\";s:17:\"profile_photo.png\";s:6:\"gender\";s:12:\"a:1:{i:0;N;}\";s:4:\"city\";s:6:\"Recife\";s:7:\"country\";s:6:\"Brazil\";s:14:\"_um_last_login\";s:10:\"1570694414\";s:14:\"account_status\";s:8:\"approved\";s:35:\"um_user_profile_url_slug_user_login\";s:9:\"gabriela6\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";b:0;s:5:\"roles\";b:0;s:11:\"super_admin\";i:0;}','no'),(50011,'um_cache_userdata_750','a:38:{s:2:\"ID\";i:750;s:10:\"user_login\";s:9:\"gabriela5\";s:9:\"user_pass\";s:60:\"$2y$10$IhiYcXajEScm46MfXaOheeNLvOtM2jIlFxuiIN09/sWsFxmKOn0DS\";s:13:\"user_nicename\";s:9:\"gabriela5\";s:10:\"user_email\";s:24:\"gabriela5@mailinator.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-10-10 12:56:25\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Gabriela Cinco\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:8:\"customer\";b:1;s:8:\"wp_roles\";s:0:\"\";s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:14:\"Gabriela Cinco\";s:10:\"first_name\";s:8:\"Gabriela\";s:9:\"last_name\";s:5:\"Cinco\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"61acceadae476231b18dc4e27921a9eb\";s:13:\"profile_photo\";s:17:\"profile_photo.png\";s:6:\"gender\";s:12:\"a:1:{i:0;N;}\";s:4:\"city\";s:6:\"Recife\";s:7:\"country\";s:6:\"Brazil\";s:14:\"_um_last_login\";s:10:\"1570694185\";s:14:\"account_status\";s:8:\"approved\";s:35:\"um_user_profile_url_slug_user_login\";s:9:\"gabriela5\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";b:0;s:5:\"roles\";b:0;s:11:\"super_admin\";i:0;}','no'),(50012,'um_cache_userdata_749','a:39:{s:2:\"ID\";i:749;s:10:\"user_login\";s:6:\"iuyuiy\";s:9:\"user_pass\";s:60:\"$2y$10$wyrcxp8Jp0EZuGj0wOqhnOVFNxoDAFa8WPOR6QyjO1iBoBn7oR.hC\";s:13:\"user_nicename\";s:6:\"iuyuiy\";s:10:\"user_email\";s:19:\"iuyuiyuy@iuyiuy.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-10-01 18:42:48\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"iuyiuy iuyiuy\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:8:\"customer\";b:1;s:8:\"wp_roles\";s:0:\"\";s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"iuyiuy iuyiuy\";s:10:\"first_name\";s:6:\"iuyiuy\";s:9:\"last_name\";s:6:\"iuyiuy\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"2e4a804f07131904bf3a6cc8fea9199e\";s:6:\"gender\";s:12:\"a:1:{i:0;N;}\";s:4:\"city\";s:6:\"123213\";s:7:\"country\";s:7:\"Albania\";s:14:\"_um_last_login\";s:10:\"1569937368\";s:11:\"appliedjobs\";s:28:\"a:2:{i:0;i:8899;i:1;i:8899;}\";s:15:\"simplefavorites\";s:174:\"a:1:{i:0;a:3:{s:7:\"site_id\";i:1;s:5:\"posts\";a:0:{}s:6:\"groups\";a:1:{i:0;a:4:{s:8:\"group_id\";i:1;s:7:\"site_id\";i:1;s:10:\"group_name\";s:12:\"Default List\";s:5:\"posts\";a:0:{}}}}}\";s:14:\"account_status\";s:8:\"approved\";s:35:\"um_user_profile_url_slug_user_login\";s:6:\"iuyuiy\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";b:0;s:5:\"roles\";b:0;s:11:\"super_admin\";i:0;}','no'),(50014,'um_cache_userdata_747','a:38:{s:2:\"ID\";i:747;s:10:\"user_login\";s:6:\"uytuyt\";s:9:\"user_pass\";s:60:\"$2y$10$fUqnxx/tw.1JLHqr4knPtut51sM3ZlKV88B3MZtiXIQiP9ZuUoAuK\";s:13:\"user_nicename\";s:6:\"uytuyt\";s:10:\"user_email\";s:17:\"uytuyt@uytuyt.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-20 17:37:35\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"utuytyut uytuyt\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:8:\"customer\";b:1;s:8:\"wp_roles\";s:0:\"\";s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:15:\"utuytyut uytuyt\";s:10:\"first_name\";s:8:\"utuytyut\";s:9:\"last_name\";s:6:\"uytuyt\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"f371f3719e0f49d4c612e27f8bbce5af\";s:6:\"gender\";s:12:\"a:1:{i:0;N;}\";s:4:\"city\";s:9:\"yutuytuyt\";s:7:\"country\";s:7:\"Albania\";s:14:\"_um_last_login\";s:10:\"1568983055\";s:15:\"simplefavorites\";s:204:\"a:1:{i:0;a:3:{s:7:\"site_id\";i:1;s:5:\"posts\";a:1:{i:0;s:4:\"9546\";}s:6:\"groups\";a:1:{i:0;a:4:{s:8:\"group_id\";i:1;s:7:\"site_id\";i:1;s:10:\"group_name\";s:12:\"Default List\";s:5:\"posts\";a:1:{i:0;s:4:\"9546\";}}}}}\";s:14:\"account_status\";s:8:\"approved\";s:35:\"um_user_profile_url_slug_user_login\";s:6:\"uytuyt\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";b:0;s:5:\"roles\";b:0;s:11:\"super_admin\";i:0;}','no'),(50015,'um_cache_userdata_746','a:38:{s:2:\"ID\";i:746;s:10:\"user_login\";s:6:\"iuyiuy\";s:9:\"user_pass\";s:60:\"$2y$10$wYPQkG7JO8YSwySUgPEDUuGPF8iyqIvqzOXLDPk0lz4GS23OqGw1y\";s:13:\"user_nicename\";s:6:\"iuyiuy\";s:10:\"user_email\";s:17:\"iuyuiy@outfit.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-18 12:23:04\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"werwer werwer\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:8:\"customer\";b:1;s:8:\"wp_roles\";s:0:\"\";s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:13:\"werwer werwer\";s:10:\"first_name\";s:6:\"werwer\";s:9:\"last_name\";s:6:\"werwer\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"ce30d01ad248f9441d48cf8b843388be\";s:6:\"gender\";s:12:\"a:1:{i:0;N;}\";s:4:\"city\";s:6:\"werwer\";s:7:\"country\";s:7:\"Albania\";s:14:\"_um_last_login\";s:10:\"1568791384\";s:15:\"simplefavorites\";s:234:\"a:1:{i:0;a:3:{s:7:\"site_id\";i:1;s:5:\"posts\";a:2:{i:0;s:4:\"9219\";i:1;s:4:\"9546\";}s:6:\"groups\";a:1:{i:0;a:4:{s:8:\"group_id\";i:1;s:7:\"site_id\";i:1;s:10:\"group_name\";s:12:\"Default List\";s:5:\"posts\";a:2:{i:0;s:4:\"9219\";i:1;s:4:\"9546\";}}}}}\";s:14:\"account_status\";s:8:\"approved\";s:35:\"um_user_profile_url_slug_user_login\";s:6:\"iuyiuy\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";b:0;s:5:\"roles\";b:0;s:11:\"super_admin\";i:0;}','no'),(51582,'widget_onesignalwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(51593,'OneSignalWPSetting','a:84:{s:6:\"app_id\";s:36:\"82039aa1-c251-4875-a3cd-c0c70684bb4f\";s:13:\"gcm_sender_id\";s:0:\"\";s:20:\"prompt_auto_register\";b:1;s:25:\"send_welcome_notification\";b:1;s:26:\"welcome_notification_title\";s:0:\"\";s:28:\"welcome_notification_message\";s:0:\"\";s:24:\"welcome_notification_url\";s:0:\"\";s:20:\"notification_on_post\";b:1;s:32:\"notification_on_post_from_plugin\";b:0;s:23:\"is_site_https_firsttime\";s:3:\"set\";s:13:\"is_site_https\";b:0;s:16:\"use_modal_prompt\";b:0;s:9:\"subdomain\";s:4:\"Buzz\";s:6:\"origin\";s:0:\"\";s:13:\"default_title\";s:0:\"\";s:12:\"default_icon\";s:0:\"\";s:11:\"default_url\";s:0:\"\";s:16:\"app_rest_api_key\";s:48:\"YTU5YmExYjctZjhmNi00ZDRmLTk2NWMtNDdjNWVjNzYzOTY4\";s:13:\"safari_web_id\";s:0:\"\";s:37:\"showNotificationIconFromPostThumbnail\";b:1;s:33:\"chrome_auto_dismiss_notifications\";b:0;s:21:\"prompt_action_message\";s:81:\"See what all the Buzz is about. Get alerts on news & trends across the Caribbean.\";s:41:\"prompt_example_notification_title_desktop\";s:7:\"Welcome\";s:43:\"prompt_example_notification_message_desktop\";s:81:\"See what all the Buzz is about. Get alerts on news & trends across the Caribbean.\";s:40:\"prompt_example_notification_title_mobile\";s:7:\"Welcome\";s:42:\"prompt_example_notification_message_mobile\";s:81:\"See what all the Buzz is about. Get alerts on news & trends across the Caribbean.\";s:35:\"prompt_example_notification_caption\";s:0:\"\";s:25:\"prompt_accept_button_text\";s:0:\"\";s:25:\"prompt_cancel_button_text\";s:0:\"\";s:24:\"prompt_auto_accept_title\";s:0:\"\";s:16:\"prompt_site_name\";s:21:\"http://buzz.labcp.co/\";s:21:\"notifyButton_position\";s:12:\"bottom-right\";s:17:\"notifyButton_size\";s:6:\"medium\";s:18:\"notifyButton_theme\";s:7:\"inverse\";s:22:\"notifyButton_prenotify\";b:1;s:36:\"notifyButton_customize_colors_enable\";b:0;s:36:\"notifyButton_customize_offset_enable\";b:0;s:29:\"notifyButton_color_background\";s:0:\"\";s:29:\"notifyButton_color_foreground\";s:0:\"\";s:35:\"notifyButton_color_badge_background\";s:0:\"\";s:35:\"notifyButton_color_badge_foreground\";s:0:\"\";s:31:\"notifyButton_color_badge_border\";s:0:\"\";s:24:\"notifyButton_color_pulse\";s:0:\"\";s:42:\"notifyButton_color_popup_button_background\";s:0:\"\";s:48:\"notifyButton_color_popup_button_background_hover\";s:0:\"\";s:49:\"notifyButton_color_popup_button_background_active\";s:0:\"\";s:37:\"notifyButton_color_popup_button_color\";s:0:\"\";s:26:\"notifyButton_offset_bottom\";s:0:\"\";s:24:\"notifyButton_offset_left\";s:0:\"\";s:25:\"notifyButton_offset_right\";s:0:\"\";s:23:\"notifyButton_showcredit\";b:0;s:32:\"notifyButton_showAfterSubscribed\";b:1;s:30:\"notifyButton_message_prenotify\";s:0:\"\";s:35:\"notifyButton_tip_state_unsubscribed\";s:0:\"\";s:33:\"notifyButton_tip_state_subscribed\";s:0:\"\";s:30:\"notifyButton_tip_state_blocked\";s:0:\"\";s:38:\"notifyButton_message_action_subscribed\";s:0:\"\";s:40:\"notifyButton_message_action_resubscribed\";s:0:\"\";s:40:\"notifyButton_message_action_unsubscribed\";s:0:\"\";s:30:\"notifyButton_dialog_main_title\";s:0:\"\";s:41:\"notifyButton_dialog_main_button_subscribe\";s:0:\"\";s:43:\"notifyButton_dialog_main_button_unsubscribe\";s:0:\"\";s:33:\"notifyButton_dialog_blocked_title\";s:0:\"\";s:35:\"notifyButton_dialog_blocked_message\";s:0:\"\";s:25:\"utm_additional_url_params\";s:0:\"\";s:25:\"allowed_custom_post_types\";s:0:\"\";s:18:\"notification_title\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:24:\"send_to_mobile_platforms\";b:1;s:18:\"show_gcm_sender_id\";b:0;s:19:\"use_custom_manifest\";b:0;s:19:\"custom_manifest_url\";s:0:\"\";s:19:\"use_custom_sdk_init\";b:0;s:37:\"show_notification_send_status_message\";b:1;s:35:\"http_permission_request_modal_title\";s:0:\"\";s:37:\"http_permission_request_modal_message\";s:0:\"\";s:41:\"http_permission_request_modal_button_text\";s:0:\"\";s:42:\"use_slidedown_permission_message_for_https\";b:0;s:38:\"showNotificationImageFromPostThumbnail\";b:1;s:19:\"notifyButton_enable\";b:0;s:29:\"notifyButton_customize_enable\";b:1;s:23:\"prompt_customize_enable\";b:1;s:27:\"use_http_permission_request\";b:0;s:21:\"persist_notifications\";s:41:\"yes-except-notification-manager-platforms\";s:33:\"customize_http_permission_request\";b:0;}','yes'),(52144,'is_https_supported','1','yes'),(52145,'insecure_content','a:0:{}','yes'),(52170,'APP_BANNERS_apple_id','1478912293','yes'),(52171,'APP_BANNERS_android_id','com.cappen.BUZZ','yes'),(52172,'APP_BANNERS_author','','yes'),(52173,'APP_BANNERS_price','','yes'),(52174,'APP_BANNERS_title','','yes'),(52175,'APP_BANNERS_icon','','yes'),(52176,'APP_BANNERS_button','','yes'),(52177,'APP_BANNERS_url','','yes'),(52178,'APP_BANNERS_daysHidden','0','yes'),(52179,'APP_BANNERS_daysReminder','0','yes'),(52180,'APP_BANNERS_speedOut','400','yes'),(52181,'APP_BANNERS_speedIn','300','yes'),(52182,'APP_BANNERS_iconGloss','false','yes'),(52183,'APP_BANNERS_inAppStore','On the App Store','yes'),(52184,'APP_BANNERS_inGooglePlay','In Google Play','yes'),(52185,'APP_BANNERS_appStoreLanguage','US','yes'),(52186,'APP_BANNERS_ms_application_id','','yes'),(52187,'APP_BANNERS_ms_application_package_name','','yes'),(52188,'APP_BANNERS_appendToSelector','body','yes'),(52189,'APP_BANNERS_printViewPort','1','yes'),(52190,'APP_BANNERS_pushSelector','html','yes'),(52227,'rewrite_rules','a:344:{s:46:\"um-download/([^/]+)/([^/]+)/([^/]+)/([^/]+)/?$\";s:111:\"index.php?um_action=download&um_form=$matches[1]&um_field=$matches[2]&um_user=$matches[3]&um_verify=$matches[4]\";s:15:\"user/([^/]+)/?$\";s:46:\"index.php?page_id=21&um_user=$matches[1]&lang=\";s:17:\"account/([^/]+)?$\";s:45:\"index.php?page_id=26&um_tab=$matches[1]&lang=\";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:7:\"push/?$\";s:29:\"index.php?smpushcontrol=debug\";s:10:\"push/(.+)$\";s:35:\"index.php?smpushcontrol=$matches[1]\";s:16:\"article/polls/?$\";s:24:\"index.php?post_type=poll\";s:11:\"app-post/?$\";s:28:\"index.php?post_type=app-post\";s:41:\"app-post/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=app-post&feed=$matches[1]\";s:36:\"app-post/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=app-post&feed=$matches[1]\";s:28:\"app-post/page/([0-9]{1,})/?$\";s:46:\"index.php?post_type=app-post&paged=$matches[1]\";s:20:\"push-notification/?$\";s:37:\"index.php?post_type=push-notification\";s:50:\"push-notification/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=push-notification&feed=$matches[1]\";s:45:\"push-notification/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=push-notification&feed=$matches[1]\";s:37:\"push-notification/page/([0-9]{1,})/?$\";s:55:\"index.php?post_type=push-notification&paged=$matches[1]\";s:8:\"video/?$\";s:25:\"index.php?post_type=video\";s:38:\"video/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=video&feed=$matches[1]\";s:33:\"video/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=video&feed=$matches[1]\";s:25:\"video/page/([0-9]{1,})/?$\";s:43:\"index.php?post_type=video&paged=$matches[1]\";s:6:\"job/?$\";s:23:\"index.php?post_type=job\";s:36:\"job/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?post_type=job&feed=$matches[1]\";s:31:\"job/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?post_type=job&feed=$matches[1]\";s:23:\"job/page/([0-9]{1,})/?$\";s:41:\"index.php?post_type=job&paged=$matches[1]\";s:8:\"offer/?$\";s:25:\"index.php?post_type=offer\";s:38:\"offer/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=offer&feed=$matches[1]\";s:33:\"offer/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=offer&feed=$matches[1]\";s:25:\"offer/page/([0-9]{1,})/?$\";s:43:\"index.php?post_type=offer&paged=$matches[1]\";s:6:\"out/?$\";s:23:\"index.php?post_type=out\";s:36:\"out/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?post_type=out&feed=$matches[1]\";s:31:\"out/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?post_type=out&feed=$matches[1]\";s:23:\"out/page/([0-9]{1,})/?$\";s:41:\"index.php?post_type=out&paged=$matches[1]\";s:55:\"article/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"article/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:31:\"article/category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:43:\"article/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:40:\"article/category/(.+?)/um-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&um-api=$matches[3]\";s:25:\"article/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:52:\"article/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:47:\"article/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:28:\"article/tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:40:\"article/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:37:\"article/tag/([^/]+)/um-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&um-api=$matches[3]\";s:22:\"article/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:53:\"article/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:48:\"article/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:29:\"article/type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:41:\"article/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:23:\"article/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:53:\"sub-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:65:\"index.php?taxonomy=sub-category&term=$matches[1]&feed=$matches[2]\";s:48:\"sub-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:65:\"index.php?taxonomy=sub-category&term=$matches[1]&feed=$matches[2]\";s:29:\"sub-category/([^/]+)/embed/?$\";s:59:\"index.php?taxonomy=sub-category&term=$matches[1]&embed=true\";s:41:\"sub-category/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?taxonomy=sub-category&term=$matches[1]&paged=$matches[2]\";s:23:\"sub-category/([^/]+)/?$\";s:48:\"index.php?taxonomy=sub-category&term=$matches[1]\";s:50:\"countries/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:62:\"index.php?taxonomy=countries&term=$matches[1]&feed=$matches[2]\";s:45:\"countries/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:62:\"index.php?taxonomy=countries&term=$matches[1]&feed=$matches[2]\";s:26:\"countries/([^/]+)/embed/?$\";s:56:\"index.php?taxonomy=countries&term=$matches[1]&embed=true\";s:38:\"countries/([^/]+)/page/?([0-9]{1,})/?$\";s:63:\"index.php?taxonomy=countries&term=$matches[1]&paged=$matches[2]\";s:20:\"countries/([^/]+)/?$\";s:45:\"index.php?taxonomy=countries&term=$matches[1]\";s:55:\"offer-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?taxonomy=offer-category&term=$matches[1]&feed=$matches[2]\";s:50:\"offer-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?taxonomy=offer-category&term=$matches[1]&feed=$matches[2]\";s:31:\"offer-category/([^/]+)/embed/?$\";s:61:\"index.php?taxonomy=offer-category&term=$matches[1]&embed=true\";s:43:\"offer-category/([^/]+)/page/?([0-9]{1,})/?$\";s:68:\"index.php?taxonomy=offer-category&term=$matches[1]&paged=$matches[2]\";s:25:\"offer-category/([^/]+)/?$\";s:50:\"index.php?taxonomy=offer-category&term=$matches[1]\";s:53:\"out-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:65:\"index.php?taxonomy=out-category&term=$matches[1]&feed=$matches[2]\";s:48:\"out-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:65:\"index.php?taxonomy=out-category&term=$matches[1]&feed=$matches[2]\";s:29:\"out-category/([^/]+)/embed/?$\";s:59:\"index.php?taxonomy=out-category&term=$matches[1]&embed=true\";s:41:\"out-category/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?taxonomy=out-category&term=$matches[1]&paged=$matches[2]\";s:23:\"out-category/([^/]+)/?$\";s:48:\"index.php?taxonomy=out-category&term=$matches[1]\";s:43:\"article/um_form/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"article/um_form/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"article/um_form/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"article/um_form/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"article/um_form/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"article/um_form/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"article/um_form/([^/]+)/embed/?$\";s:40:\"index.php?um_form=$matches[1]&embed=true\";s:36:\"article/um_form/([^/]+)/trackback/?$\";s:34:\"index.php?um_form=$matches[1]&tb=1\";s:44:\"article/um_form/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?um_form=$matches[1]&paged=$matches[2]\";s:51:\"article/um_form/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?um_form=$matches[1]&cpage=$matches[2]\";s:41:\"article/um_form/([^/]+)/um-api(/(.*))?/?$\";s:48:\"index.php?um_form=$matches[1]&um-api=$matches[3]\";s:47:\"article/um_form/[^/]+/([^/]+)/um-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&um-api=$matches[3]\";s:58:\"article/um_form/[^/]+/attachment/([^/]+)/um-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&um-api=$matches[3]\";s:40:\"article/um_form/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?um_form=$matches[1]&page=$matches[2]\";s:32:\"article/um_form/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"article/um_form/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"article/um_form/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"article/um_form/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"article/um_form/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"article/um_form/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\"article/um_mailchimp/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:58:\"article/um_mailchimp/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:78:\"article/um_mailchimp/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"article/um_mailchimp/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"article/um_mailchimp/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:54:\"article/um_mailchimp/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"article/um_mailchimp/([^/]+)/embed/?$\";s:45:\"index.php?um_mailchimp=$matches[1]&embed=true\";s:41:\"article/um_mailchimp/([^/]+)/trackback/?$\";s:39:\"index.php?um_mailchimp=$matches[1]&tb=1\";s:49:\"article/um_mailchimp/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?um_mailchimp=$matches[1]&paged=$matches[2]\";s:56:\"article/um_mailchimp/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?um_mailchimp=$matches[1]&cpage=$matches[2]\";s:46:\"article/um_mailchimp/([^/]+)/um-api(/(.*))?/?$\";s:53:\"index.php?um_mailchimp=$matches[1]&um-api=$matches[3]\";s:52:\"article/um_mailchimp/[^/]+/([^/]+)/um-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&um-api=$matches[3]\";s:63:\"article/um_mailchimp/[^/]+/attachment/([^/]+)/um-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&um-api=$matches[3]\";s:45:\"article/um_mailchimp/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?um_mailchimp=$matches[1]&page=$matches[2]\";s:37:\"article/um_mailchimp/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"article/um_mailchimp/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"article/um_mailchimp/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"article/um_mailchimp/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"article/um_mailchimp/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"article/um_mailchimp/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"article/poll/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"article/poll/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"article/poll/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"article/poll/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"article/poll/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"article/poll/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"article/poll/([^/]+)/embed/?$\";s:52:\"index.php?post_type=poll&name=$matches[1]&embed=true\";s:33:\"article/poll/([^/]+)/trackback/?$\";s:46:\"index.php?post_type=poll&name=$matches[1]&tb=1\";s:41:\"article/poll/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?post_type=poll&name=$matches[1]&paged=$matches[2]\";s:48:\"article/poll/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?post_type=poll&name=$matches[1]&cpage=$matches[2]\";s:38:\"article/poll/([^/]+)/um-api(/(.*))?/?$\";s:60:\"index.php?post_type=poll&name=$matches[1]&um-api=$matches[3]\";s:44:\"article/poll/[^/]+/([^/]+)/um-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&um-api=$matches[3]\";s:55:\"article/poll/[^/]+/attachment/([^/]+)/um-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&um-api=$matches[3]\";s:37:\"article/poll/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?post_type=poll&name=$matches[1]&page=$matches[2]\";s:29:\"article/poll/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"article/poll/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"article/poll/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"article/poll/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"article/poll/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"article/poll/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"app-post/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"app-post/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"app-post/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"app-post/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"app-post/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"app-post/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"app-post/([^/]+)/embed/?$\";s:41:\"index.php?app-post=$matches[1]&embed=true\";s:29:\"app-post/([^/]+)/trackback/?$\";s:35:\"index.php?app-post=$matches[1]&tb=1\";s:49:\"app-post/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?app-post=$matches[1]&feed=$matches[2]\";s:44:\"app-post/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?app-post=$matches[1]&feed=$matches[2]\";s:37:\"app-post/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?app-post=$matches[1]&paged=$matches[2]\";s:44:\"app-post/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?app-post=$matches[1]&cpage=$matches[2]\";s:34:\"app-post/([^/]+)/um-api(/(.*))?/?$\";s:49:\"index.php?app-post=$matches[1]&um-api=$matches[3]\";s:40:\"app-post/[^/]+/([^/]+)/um-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&um-api=$matches[3]\";s:51:\"app-post/[^/]+/attachment/([^/]+)/um-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&um-api=$matches[3]\";s:33:\"app-post/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?app-post=$matches[1]&page=$matches[2]\";s:25:\"app-post/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"app-post/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"app-post/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"app-post/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"app-post/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"app-post/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"push-notification/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"push-notification/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"push-notification/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"push-notification/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"push-notification/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"push-notification/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"push-notification/([^/]+)/embed/?$\";s:50:\"index.php?push-notification=$matches[1]&embed=true\";s:38:\"push-notification/([^/]+)/trackback/?$\";s:44:\"index.php?push-notification=$matches[1]&tb=1\";s:58:\"push-notification/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?push-notification=$matches[1]&feed=$matches[2]\";s:53:\"push-notification/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?push-notification=$matches[1]&feed=$matches[2]\";s:46:\"push-notification/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?push-notification=$matches[1]&paged=$matches[2]\";s:53:\"push-notification/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?push-notification=$matches[1]&cpage=$matches[2]\";s:43:\"push-notification/([^/]+)/um-api(/(.*))?/?$\";s:58:\"index.php?push-notification=$matches[1]&um-api=$matches[3]\";s:49:\"push-notification/[^/]+/([^/]+)/um-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&um-api=$matches[3]\";s:60:\"push-notification/[^/]+/attachment/([^/]+)/um-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&um-api=$matches[3]\";s:42:\"push-notification/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?push-notification=$matches[1]&page=$matches[2]\";s:34:\"push-notification/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"push-notification/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"push-notification/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"push-notification/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"push-notification/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"push-notification/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"video/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"video/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"video/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"video/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"video/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"video/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"video/([^/]+)/embed/?$\";s:38:\"index.php?video=$matches[1]&embed=true\";s:26:\"video/([^/]+)/trackback/?$\";s:32:\"index.php?video=$matches[1]&tb=1\";s:46:\"video/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?video=$matches[1]&feed=$matches[2]\";s:41:\"video/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?video=$matches[1]&feed=$matches[2]\";s:34:\"video/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?video=$matches[1]&paged=$matches[2]\";s:41:\"video/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?video=$matches[1]&cpage=$matches[2]\";s:31:\"video/([^/]+)/um-api(/(.*))?/?$\";s:46:\"index.php?video=$matches[1]&um-api=$matches[3]\";s:37:\"video/[^/]+/([^/]+)/um-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&um-api=$matches[3]\";s:48:\"video/[^/]+/attachment/([^/]+)/um-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&um-api=$matches[3]\";s:30:\"video/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?video=$matches[1]&page=$matches[2]\";s:22:\"video/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"video/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"video/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"video/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"video/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"video/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"job/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"job/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"job/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"job/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"job/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"job/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:20:\"job/([^/]+)/embed/?$\";s:36:\"index.php?job=$matches[1]&embed=true\";s:24:\"job/([^/]+)/trackback/?$\";s:30:\"index.php?job=$matches[1]&tb=1\";s:44:\"job/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?job=$matches[1]&feed=$matches[2]\";s:39:\"job/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?job=$matches[1]&feed=$matches[2]\";s:32:\"job/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?job=$matches[1]&paged=$matches[2]\";s:39:\"job/([^/]+)/comment-page-([0-9]{1,})/?$\";s:43:\"index.php?job=$matches[1]&cpage=$matches[2]\";s:29:\"job/([^/]+)/um-api(/(.*))?/?$\";s:44:\"index.php?job=$matches[1]&um-api=$matches[3]\";s:35:\"job/[^/]+/([^/]+)/um-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&um-api=$matches[3]\";s:46:\"job/[^/]+/attachment/([^/]+)/um-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&um-api=$matches[3]\";s:28:\"job/([^/]+)(?:/([0-9]+))?/?$\";s:42:\"index.php?job=$matches[1]&page=$matches[2]\";s:20:\"job/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:30:\"job/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:50:\"job/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\"job/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\"job/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:26:\"job/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"offer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"offer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"offer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"offer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"offer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"offer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"offer/([^/]+)/embed/?$\";s:38:\"index.php?offer=$matches[1]&embed=true\";s:26:\"offer/([^/]+)/trackback/?$\";s:32:\"index.php?offer=$matches[1]&tb=1\";s:46:\"offer/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?offer=$matches[1]&feed=$matches[2]\";s:41:\"offer/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?offer=$matches[1]&feed=$matches[2]\";s:34:\"offer/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?offer=$matches[1]&paged=$matches[2]\";s:41:\"offer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?offer=$matches[1]&cpage=$matches[2]\";s:31:\"offer/([^/]+)/um-api(/(.*))?/?$\";s:46:\"index.php?offer=$matches[1]&um-api=$matches[3]\";s:37:\"offer/[^/]+/([^/]+)/um-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&um-api=$matches[3]\";s:48:\"offer/[^/]+/attachment/([^/]+)/um-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&um-api=$matches[3]\";s:30:\"offer/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?offer=$matches[1]&page=$matches[2]\";s:22:\"offer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"offer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"offer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"offer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"offer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"offer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"out/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"out/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"out/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"out/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"out/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"out/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:20:\"out/([^/]+)/embed/?$\";s:36:\"index.php?out=$matches[1]&embed=true\";s:24:\"out/([^/]+)/trackback/?$\";s:30:\"index.php?out=$matches[1]&tb=1\";s:44:\"out/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?out=$matches[1]&feed=$matches[2]\";s:39:\"out/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?out=$matches[1]&feed=$matches[2]\";s:32:\"out/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?out=$matches[1]&paged=$matches[2]\";s:39:\"out/([^/]+)/comment-page-([0-9]{1,})/?$\";s:43:\"index.php?out=$matches[1]&cpage=$matches[2]\";s:29:\"out/([^/]+)/um-api(/(.*))?/?$\";s:44:\"index.php?out=$matches[1]&um-api=$matches[3]\";s:35:\"out/[^/]+/([^/]+)/um-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&um-api=$matches[3]\";s:46:\"out/[^/]+/attachment/([^/]+)/um-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&um-api=$matches[3]\";s:28:\"out/([^/]+)(?:/([0-9]+))?/?$\";s:42:\"index.php?out=$matches[1]&page=$matches[2]\";s:20:\"out/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:30:\"out/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:50:\"out/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\"out/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\"out/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:26:\"out/[^/]+/([^/]+)/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:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";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:17:\"um-api(/(.*))?/?$\";s:29:\"index.php?&um-api=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:26:\"comments/um-api(/(.*))?/?$\";s:29:\"index.php?&um-api=$matches[2]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";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:29:\"search/(.+)/um-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&um-api=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:55:\"article/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:50:\"article/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:31:\"article/author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:43:\"article/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:40:\"article/author/([^/]+)/um-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&um-api=$matches[3]\";s:25:\"article/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:77:\"article/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:72:\"article/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:53:\"article/([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:65:\"article/([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:62:\"article/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/um-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&um-api=$matches[5]\";s:47:\"article/([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:64:\"article/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:59:\"article/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:40:\"article/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:52:\"article/([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:49:\"article/([0-9]{4})/([0-9]{1,2})/um-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&um-api=$matches[4]\";s:34:\"article/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:51:\"article/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:46:\"article/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:27:\"article/([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:39:\"article/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:36:\"article/([0-9]{4})/um-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&um-api=$matches[3]\";s:21:\"article/([0-9]{4})/?$\";s:26:\"index.php?year=$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:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";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:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";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:25:\"(.?.+?)/um-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&um-api=$matches[3]\";s:31:\".?.+?/([^/]+)/um-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&um-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/um-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&um-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:35:\"article/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"article/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"article/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"article/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"article/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"article/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"article/([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:28:\"article/([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:48:\"article/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:43:\"article/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:36:\"article/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:43:\"article/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:33:\"article/([^/]+)/um-api(/(.*))?/?$\";s:45:\"index.php?name=$matches[1]&um-api=$matches[3]\";s:39:\"article/[^/]+/([^/]+)/um-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&um-api=$matches[3]\";s:50:\"article/[^/]+/attachment/([^/]+)/um-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&um-api=$matches[3]\";s:32:\"article/([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:24:\"article/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"article/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"article/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"article/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"article/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"article/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(52242,'advanced-ads-ad-health-notices','a:1:{s:6:\"ignore\";a:0:{}}','yes'),(52243,'widget_advads_ad_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(52244,'advanced-ads-internal','a:2:{s:7:\"version\";s:7:\"1.14.11\";s:9:\"installed\";i:1572554000;}','yes'),(52245,'GADSENSE_OPT_NAME','a:2:{s:10:\"adsense-id\";s:0:\"\";s:14:\"limit-per-page\";b:0;}','yes'),(52247,'advanced-ads-notices','a:3:{s:5:\"queue\";a:1:{i:0;s:8:\"nl_intro\";}s:6:\"closed\";a:1:{s:15:\"license_invalid\";i:1572554014;}s:6:\"paused\";a:0:{}}','yes'),(52253,'advanced-ads-adsense-mapi','a:5:{s:8:\"accounts\";a:0:{}s:8:\"ad_codes\";a:0:{}s:17:\"unsupported_units\";a:0:{}s:5:\"quota\";a:2:{s:5:\"count\";i:20;s:2:\"ts\";i:0;}s:13:\"connect_error\";a:0:{}}','yes'),(52254,'advanced_ads_ads_txt','a:4:{s:7:\"enabled\";b:1;s:11:\"all_network\";b:0;s:6:\"custom\";s:0:\"\";s:8:\"networks\";a:1:{s:7:\"adsense\";a:1:{s:3:\"rec\";s:58:\"google.com, pub-8620486985659715, DIRECT, f08c47fec0942fa0\";}}}','yes'),(52255,'advanced-ads-adsense','a:4:{s:10:\"adsense-id\";s:20:\"pub-8620486985659715\";s:14:\"limit-per-page\";b:0;s:18:\"page-level-enabled\";b:1;s:10:\"background\";b:0;}','yes'),(53995,'admin_email_lifespan','1599850653','yes'),(53996,'db_upgraded','','yes'),(53997,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:6:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.6-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"5.6\";s:7:\"version\";s:3:\"5.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.6-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"5.6\";s:7:\"version\";s:3:\"5.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.3.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.5.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.5.3\";s:7:\"version\";s:5:\"5.5.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.2.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.5.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.5.2\";s:7:\"version\";s:5:\"5.5.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.4.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.4.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.4.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.4\";s:7:\"version\";s:5:\"5.4.4\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.6.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.3.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.6-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.3.6-partial-1.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.6-rollback-1.zip\";}s:7:\"current\";s:5:\"5.3.6\";s:7:\"version\";s:5:\"5.3.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:5:\"5.3.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1610501319;s:15:\"version_checked\";s:5:\"5.3.1\";s:12:\"translations\";a:0:{}}','no'),(54007,'can_compress_scripts','0','no'),(54020,'_transient_um_mc_api:lists','a:1:{i:0;a:21:{s:2:\"id\";s:10:\"6d90265345\";s:6:\"web_id\";i:72257;s:4:\"name\";s:4:\"Buzz\";s:7:\"contact\";a:8:{s:7:\"company\";s:4:\"Buzz\";s:8:\"address1\";s:1:\"2\";s:8:\"address2\";s:0:\"\";s:4:\"city\";s:14:\"Pembroke Pines\";s:5:\"state\";s:7:\"Florida\";s:3:\"zip\";s:5:\"33029\";s:7:\"country\";s:2:\"US\";s:5:\"phone\";s:0:\"\";}s:19:\"permission_reminder\";s:66:\"You are receiving this email because you opted in via our website.\";s:15:\"use_archive_bar\";b:1;s:17:\"campaign_defaults\";a:4:{s:9:\"from_name\";s:4:\"Buzz\";s:10:\"from_email\";s:26:\"contact@buzz-caribbean.com\";s:7:\"subject\";s:0:\"\";s:8:\"language\";s:2:\"en\";}s:19:\"notify_on_subscribe\";s:0:\"\";s:21:\"notify_on_unsubscribe\";s:0:\"\";s:12:\"date_created\";s:25:\"2019-05-17T20:15:31+00:00\";s:11:\"list_rating\";i:0;s:17:\"email_type_option\";b:0;s:19:\"subscribe_url_short\";s:24:\"http://eepurl.com/gr-5Rb\";s:18:\"subscribe_url_long\";s:97:\"https://ramblemediagroup.us20.list-manage.com/subscribe?u=d8543a93a46b349dda640219a&id=6d90265345\";s:14:\"beamer_address\";s:48:\"us20-45d0f8e54e-2b5e910e13@inbound.mailchimp.com\";s:10:\"visibility\";s:3:\"pub\";s:12:\"double_optin\";b:0;s:11:\"has_welcome\";b:1;s:21:\"marketing_permissions\";b:0;s:7:\"modules\";a:0:{}s:5:\"stats\";a:16:{s:12:\"member_count\";i:91;s:17:\"unsubscribe_count\";i:0;s:13:\"cleaned_count\";i:0;s:23:\"member_count_since_send\";i:105;s:28:\"unsubscribe_count_since_send\";i:0;s:24:\"cleaned_count_since_send\";i:0;s:14:\"campaign_count\";i:4;s:18:\"campaign_last_sent\";s:0:\"\";s:17:\"merge_field_count\";i:2;s:12:\"avg_sub_rate\";i:16;s:14:\"avg_unsub_rate\";i:0;s:15:\"target_sub_rate\";i:0;s:9:\"open_rate\";i:0;s:10:\"click_rate\";i:0;s:13:\"last_sub_date\";s:25:\"2019-11-22T12:39:37+00:00\";s:15:\"last_unsub_date\";s:0:\"\";}}}','yes'),(54617,'app_featured_jamaica_cat1','3','yes'),(54618,'app_featured_jamaica_subcat1','7','yes'),(54619,'app_featured_jamaica_type1','post','yes'),(54620,'app_featured_jamaica_post_id1','4506','yes'),(54621,'app_featured_jamaica_post_title1','Snoop Dogg: I don’t care about record sales','yes'),(54622,'app_featured_jamaica_title1','','yes'),(54623,'app_featured_jamaica_img1','','yes'),(54624,'app_featured_jamaica_style1','dark','yes'),(54625,'app_featured_jamaica_cat2','2','yes'),(54626,'app_featured_jamaica_subcat2','','yes'),(54627,'app_featured_jamaica_type2','post','yes'),(54628,'app_featured_jamaica_post_id2','9104','yes'),(54629,'app_featured_jamaica_post_title2','Munro takes on STETHS in daCosta Cup top billing','yes'),(54630,'app_featured_jamaica_title2','','yes'),(54631,'app_featured_jamaica_img2','','yes'),(54632,'app_featured_jamaica_style2','dark','yes'),(54633,'app_featured_jamaica_cat3','','yes'),(54634,'app_featured_jamaica_subcat3','','yes'),(54635,'app_featured_jamaica_type3','post','yes'),(54636,'app_featured_jamaica_post_id3','','yes'),(54637,'app_featured_jamaica_post_title3','','yes'),(54638,'app_featured_jamaica_title3','','yes'),(54639,'app_featured_jamaica_img3','','yes'),(54640,'app_featured_jamaica_style3','dark','yes'),(54641,'app_featured_jamaica_cat4','','yes'),(54642,'app_featured_jamaica_subcat4','','yes'),(54643,'app_featured_jamaica_type4','post','yes'),(54644,'app_featured_jamaica_post_id4','','yes'),(54645,'app_featured_jamaica_post_title4','','yes'),(54646,'app_featured_jamaica_title4','','yes'),(54647,'app_featured_jamaica_img4','','yes'),(54648,'app_featured_jamaica_style4','dark','yes'),(54649,'app_featured_jamaica_cat5','','yes'),(54650,'app_featured_jamaica_subcat5','','yes'),(54651,'app_featured_jamaica_type5','post','yes'),(54652,'app_featured_jamaica_post_id5','','yes'),(54653,'app_featured_jamaica_post_title5','','yes'),(54654,'app_featured_jamaica_title5','','yes'),(54655,'app_featured_jamaica_img5','','yes'),(54656,'app_featured_jamaica_style5','dark','yes'),(54657,'app_featured_jamaica_cat6','','yes'),(54658,'app_featured_jamaica_subcat6','','yes'),(54659,'app_featured_jamaica_type6','post','yes'),(54660,'app_featured_jamaica_post_id6','','yes'),(54661,'app_featured_jamaica_post_title6','','yes'),(54662,'app_featured_jamaica_title6','','yes'),(54663,'app_featured_jamaica_img6','','yes'),(54664,'app_featured_jamaica_style6','dark','yes'),(54665,'app_featured_jamaica_cat7','','yes'),(54666,'app_featured_jamaica_subcat7','','yes'),(54667,'app_featured_jamaica_type7','post','yes'),(54668,'app_featured_jamaica_post_id7','','yes'),(54669,'app_featured_jamaica_post_title7','','yes'),(54670,'app_featured_jamaica_title7','','yes'),(54671,'app_featured_jamaica_img7','','yes'),(54672,'app_featured_jamaica_style7','dark','yes'),(54673,'app_featured_jamaica_cat8','','yes'),(54674,'app_featured_jamaica_subcat8','','yes'),(54675,'app_featured_jamaica_type8','post','yes'),(54676,'app_featured_jamaica_post_id8','','yes'),(54677,'app_featured_jamaica_post_title8','','yes'),(54678,'app_featured_jamaica_title8','','yes'),(54679,'app_featured_jamaica_img8','','yes'),(54680,'app_featured_jamaica_style8','dark','yes'),(54681,'app_featured_jamaica_cat9','','yes'),(54682,'app_featured_jamaica_subcat9','','yes'),(54683,'app_featured_jamaica_type9','post','yes'),(54684,'app_featured_jamaica_post_id9','','yes'),(54685,'app_featured_jamaica_post_title9','','yes'),(54686,'app_featured_jamaica_title9','','yes'),(54687,'app_featured_jamaica_img9','','yes'),(54688,'app_featured_jamaica_style9','dark','yes'),(54689,'app_featured_jamaica_cat10','','yes'),(54690,'app_featured_jamaica_subcat10','','yes'),(54691,'app_featured_jamaica_type10','post','yes'),(54692,'app_featured_jamaica_post_id10','','yes'),(54693,'app_featured_jamaica_post_title10','','yes'),(54694,'app_featured_jamaica_title10','','yes'),(54695,'app_featured_jamaica_img10','','yes'),(54696,'app_featured_jamaica_style10','dark','yes'),(54697,'app_featured_jamaica_cat11','','yes'),(54698,'app_featured_jamaica_subcat11','','yes'),(54699,'app_featured_jamaica_type11','post','yes'),(54700,'app_featured_jamaica_post_id11','','yes'),(54701,'app_featured_jamaica_post_title11','','yes'),(54702,'app_featured_jamaica_title11','','yes'),(54703,'app_featured_jamaica_img11','','yes'),(54704,'app_featured_jamaica_style11','dark','yes'),(54705,'app_featured_jamaica_cat12','','yes'),(54706,'app_featured_jamaica_subcat12','','yes'),(54707,'app_featured_jamaica_type12','post','yes'),(54708,'app_featured_jamaica_post_id12','','yes'),(54709,'app_featured_jamaica_post_title12','','yes'),(54710,'app_featured_jamaica_title12','','yes'),(54711,'app_featured_jamaica_img12','','yes'),(54712,'app_featured_jamaica_style12','dark','yes'),(54713,'app_featured_jamaica_cat13','','yes'),(54714,'app_featured_jamaica_subcat13','','yes'),(54715,'app_featured_jamaica_type13','post','yes'),(54716,'app_featured_jamaica_post_id13','','yes'),(54717,'app_featured_jamaica_post_title13','','yes'),(54718,'app_featured_jamaica_title13','','yes'),(54719,'app_featured_jamaica_img13','','yes'),(54720,'app_featured_jamaica_style13','dark','yes'),(54721,'app_featured_jamaica_cat14','','yes'),(54722,'app_featured_jamaica_subcat14','','yes'),(54723,'app_featured_jamaica_type14','post','yes'),(54724,'app_featured_jamaica_post_id14','','yes'),(54725,'app_featured_jamaica_post_title14','','yes'),(54726,'app_featured_jamaica_title14','','yes'),(54727,'app_featured_jamaica_img14','','yes'),(54728,'app_featured_jamaica_style14','dark','yes'),(54729,'app_featured_jamaica_cat15','','yes'),(54730,'app_featured_jamaica_subcat15','','yes'),(54731,'app_featured_jamaica_type15','post','yes'),(54732,'app_featured_jamaica_post_id15','','yes'),(54733,'app_featured_jamaica_post_title15','','yes'),(54734,'app_featured_jamaica_title15','','yes'),(54735,'app_featured_jamaica_img15','','yes'),(54736,'app_featured_jamaica_style15','dark','yes'),(54737,'app_featured_jamaica_cat16','','yes'),(54738,'app_featured_jamaica_subcat16','','yes'),(54739,'app_featured_jamaica_type16','post','yes'),(54740,'app_featured_jamaica_post_id16','','yes'),(54741,'app_featured_jamaica_post_title16','','yes'),(54742,'app_featured_jamaica_title16','','yes'),(54743,'app_featured_jamaica_img16','','yes'),(54744,'app_featured_jamaica_style16','dark','yes'),(54745,'app_featured_jamaica_cat17','','yes'),(54746,'app_featured_jamaica_subcat17','','yes'),(54747,'app_featured_jamaica_type17','post','yes'),(54748,'app_featured_jamaica_post_id17','','yes'),(54749,'app_featured_jamaica_post_title17','','yes'),(54750,'app_featured_jamaica_title17','','yes'),(54751,'app_featured_jamaica_img17','','yes'),(54752,'app_featured_jamaica_style17','dark','yes'),(54753,'app_featured_jamaica_cat18','','yes'),(54754,'app_featured_jamaica_subcat18','','yes'),(54755,'app_featured_jamaica_type18','post','yes'),(54756,'app_featured_jamaica_post_id18','','yes'),(54757,'app_featured_jamaica_post_title18','','yes'),(54758,'app_featured_jamaica_title18','','yes'),(54759,'app_featured_jamaica_img18','','yes'),(54760,'app_featured_jamaica_style18','dark','yes'),(54761,'app_featured_jamaica_cat19','','yes'),(54762,'app_featured_jamaica_subcat19','','yes'),(54763,'app_featured_jamaica_type19','post','yes'),(54764,'app_featured_jamaica_post_id19','','yes'),(54765,'app_featured_jamaica_post_title19','','yes'),(54766,'app_featured_jamaica_title19','','yes'),(54767,'app_featured_jamaica_img19','','yes'),(54768,'app_featured_jamaica_style19','dark','yes'),(54769,'app_featured_jamaica_cat20','','yes'),(54770,'app_featured_jamaica_subcat20','','yes'),(54771,'app_featured_jamaica_type20','post','yes'),(54772,'app_featured_jamaica_post_id20','','yes'),(54773,'app_featured_jamaica_post_title20','','yes'),(54774,'app_featured_jamaica_title20','','yes'),(54775,'app_featured_jamaica_img20','','yes'),(54776,'app_featured_jamaica_style20','dark','yes'),(54785,'main_banner_hot_jamaica_cat1','2','yes'),(54786,'main_banner_hot_jamaica_subcat1','','yes'),(54787,'main_banner_hot_jamaica_type1','post','yes'),(54788,'main_banner_hot_jamaica_post_id1','9563','yes'),(54789,'main_banner_hot_jamaica_post_title1','$25 million to be allocated for road rehabilitation in Trelawny','yes'),(54790,'main_banner_hot_jamaica_title1','','yes'),(54791,'main_banner_hot_jamaica_img1','','yes'),(54792,'main_banner_hot_jamaica_cat2','2','yes'),(54793,'main_banner_hot_jamaica_subcat2','','yes'),(54794,'main_banner_hot_jamaica_type2','post','yes'),(54795,'main_banner_hot_jamaica_post_id2','','yes'),(54796,'main_banner_hot_jamaica_post_title2','','yes'),(54797,'main_banner_hot_jamaica_title2','','yes'),(54798,'main_banner_hot_jamaica_img2','','yes'),(54799,'main_banner_hot_jamaica_cat3','2','yes'),(54800,'main_banner_hot_jamaica_subcat3','','yes'),(54801,'main_banner_hot_jamaica_type3','post','yes'),(54802,'main_banner_hot_jamaica_post_id3','','yes'),(54803,'main_banner_hot_jamaica_post_title3','','yes'),(54804,'main_banner_hot_jamaica_title3','','yes'),(54805,'main_banner_hot_jamaica_img3','','yes'),(54836,'trending_now_hot_jamaica_cat1','2','yes'),(54837,'trending_now_hot_jamaica_subcat1','16','yes'),(54838,'trending_now_hot_jamaica_type1','post','yes'),(54839,'trending_now_hot_jamaica_post_id1','9498','yes'),(54840,'trending_now_hot_jamaica_post_title1','Brad Pitt: Age has changed me','yes'),(54841,'trending_now_hot_jamaica_title1','','yes'),(54842,'trending_now_hot_jamaica_img1','','yes'),(54843,'trending_now_hot_jamaica_cat2','2','yes'),(54844,'trending_now_hot_jamaica_subcat2','','yes'),(54845,'trending_now_hot_jamaica_type2','post','yes'),(54846,'trending_now_hot_jamaica_post_id2','','yes'),(54847,'trending_now_hot_jamaica_post_title2','','yes'),(54848,'trending_now_hot_jamaica_title2','','yes'),(54849,'trending_now_hot_jamaica_img2','','yes'),(54850,'trending_now_hot_jamaica_cat3','2','yes'),(54851,'trending_now_hot_jamaica_subcat3','','yes'),(54852,'trending_now_hot_jamaica_type3','post','yes'),(54853,'trending_now_hot_jamaica_post_id3','','yes'),(54854,'trending_now_hot_jamaica_post_title3','','yes'),(54855,'trending_now_hot_jamaica_title3','','yes'),(54856,'trending_now_hot_jamaica_img3','','yes'),(54857,'trending_now_hot_jamaica_cat4','2','yes'),(54858,'trending_now_hot_jamaica_subcat4','','yes'),(54859,'trending_now_hot_jamaica_type4','post','yes'),(54860,'trending_now_hot_jamaica_post_id4','','yes'),(54861,'trending_now_hot_jamaica_post_title4','','yes'),(54862,'trending_now_hot_jamaica_title4','','yes'),(54863,'trending_now_hot_jamaica_img4','','yes'),(54864,'trending_now_hot_jamaica_cat5','2','yes'),(54865,'trending_now_hot_jamaica_subcat5','','yes'),(54866,'trending_now_hot_jamaica_type5','post','yes'),(54867,'trending_now_hot_jamaica_post_id5','','yes'),(54868,'trending_now_hot_jamaica_post_title5','','yes'),(54869,'trending_now_hot_jamaica_title5','','yes'),(54870,'trending_now_hot_jamaica_img5','','yes'),(54871,'trending_now_hot_jamaica_cat6','2','yes'),(54872,'trending_now_hot_jamaica_subcat6','','yes'),(54873,'trending_now_hot_jamaica_type6','post','yes'),(54874,'trending_now_hot_jamaica_post_id6','','yes'),(54875,'trending_now_hot_jamaica_post_title6','','yes'),(54876,'trending_now_hot_jamaica_title6','','yes'),(54877,'trending_now_hot_jamaica_img6','','yes'),(54878,'trending_now_hot_jamaica_cat7','2','yes'),(54879,'trending_now_hot_jamaica_subcat7','','yes'),(54880,'trending_now_hot_jamaica_type7','post','yes'),(54881,'trending_now_hot_jamaica_post_id7','','yes'),(54882,'trending_now_hot_jamaica_post_title7','','yes'),(54883,'trending_now_hot_jamaica_title7','','yes'),(54884,'trending_now_hot_jamaica_img7','','yes'),(54885,'trending_now_hot_jamaica_cat8','2','yes'),(54886,'trending_now_hot_jamaica_subcat8','','yes'),(54887,'trending_now_hot_jamaica_type8','post','yes'),(54888,'trending_now_hot_jamaica_post_id8','','yes'),(54889,'trending_now_hot_jamaica_post_title8','','yes'),(54890,'trending_now_hot_jamaica_title8','','yes'),(54891,'trending_now_hot_jamaica_img8','','yes'),(54892,'trending_now_hot_jamaica_cat9','2','yes'),(54893,'trending_now_hot_jamaica_subcat9','','yes'),(54894,'trending_now_hot_jamaica_type9','post','yes'),(54895,'trending_now_hot_jamaica_post_id9','','yes'),(54896,'trending_now_hot_jamaica_post_title9','','yes'),(54897,'trending_now_hot_jamaica_title9','','yes'),(54898,'trending_now_hot_jamaica_img9','','yes'),(54901,'trending_now_hot_cat1','2','yes'),(54902,'trending_now_hot_subcat1','16','yes'),(54903,'trending_now_hot_type1','post','yes'),(54904,'trending_now_hot_post_id1','2679','yes'),(54905,'trending_now_hot_post_title1','Sexy henna designs gain popularity in Jamaica','yes'),(54906,'trending_now_hot_title1','','yes'),(54907,'trending_now_hot_img1','','yes'),(54908,'trending_now_hot_cat2','2','yes'),(54909,'trending_now_hot_subcat2','10','yes'),(54910,'trending_now_hot_type2','post','yes'),(54911,'trending_now_hot_post_id2','6369','yes'),(54912,'trending_now_hot_post_title2','Yanique Curvy Diva shows off eye-popping underwear','yes'),(54913,'trending_now_hot_title2','','yes'),(54914,'trending_now_hot_img2','','yes'),(54915,'trending_now_hot_cat3','2','yes'),(54916,'trending_now_hot_subcat3','13','yes'),(54917,'trending_now_hot_type3','post','yes'),(54918,'trending_now_hot_post_id3','8967','yes'),(54919,'trending_now_hot_post_title3','Fifth annual Diamond Ball a huge success — Rihanna grateful for huge support','yes'),(54920,'trending_now_hot_title3','','yes'),(54921,'trending_now_hot_img3','','yes'),(54922,'trending_now_hot_cat4','2','yes'),(54923,'trending_now_hot_subcat4','','yes'),(54924,'trending_now_hot_type4','post','yes'),(54925,'trending_now_hot_post_id4','','yes'),(54926,'trending_now_hot_post_title4','','yes'),(54927,'trending_now_hot_title4','','yes'),(54928,'trending_now_hot_img4','','yes'),(54929,'trending_now_hot_cat5','2','yes'),(54930,'trending_now_hot_subcat5','','yes'),(54931,'trending_now_hot_type5','post','yes'),(54932,'trending_now_hot_post_id5','','yes'),(54933,'trending_now_hot_post_title5','','yes'),(54934,'trending_now_hot_title5','','yes'),(54935,'trending_now_hot_img5','','yes'),(54936,'trending_now_hot_cat6','2','yes'),(54937,'trending_now_hot_subcat6','','yes'),(54938,'trending_now_hot_type6','post','yes'),(54939,'trending_now_hot_post_id6','','yes'),(54940,'trending_now_hot_post_title6','','yes'),(54941,'trending_now_hot_title6','','yes'),(54942,'trending_now_hot_img6','','yes'),(54943,'trending_now_hot_cat7','2','yes'),(54944,'trending_now_hot_subcat7','','yes'),(54945,'trending_now_hot_type7','post','yes'),(54946,'trending_now_hot_post_id7','','yes'),(54947,'trending_now_hot_post_title7','','yes'),(54948,'trending_now_hot_title7','','yes'),(54949,'trending_now_hot_img7','','yes'),(54950,'trending_now_hot_cat8','2','yes'),(54951,'trending_now_hot_subcat8','','yes'),(54952,'trending_now_hot_type8','post','yes'),(54953,'trending_now_hot_post_id8','','yes'),(54954,'trending_now_hot_post_title8','','yes'),(54955,'trending_now_hot_title8','','yes'),(54956,'trending_now_hot_img8','','yes'),(54957,'trending_now_hot_cat9','2','yes'),(54958,'trending_now_hot_subcat9','','yes'),(54959,'trending_now_hot_type9','post','yes'),(54960,'trending_now_hot_post_id9','','yes'),(54961,'trending_now_hot_post_title9','','yes'),(54962,'trending_now_hot_title9','','yes'),(54963,'trending_now_hot_img9','','yes'),(55053,'countries_children','a:0:{}','yes'),(55787,'um_cache_userdata_748','a:43:{s:2:\"ID\";i:748;s:10:\"user_login\";s:7:\"ponce22\";s:9:\"user_pass\";s:60:\"$2y$10$F85.t9GooWfyLWiULDL2Mu/FDqfyLBOLRAxUagx/eyFfIF46bETza\";s:13:\"user_nicename\";s:7:\"ponce22\";s:10:\"user_email\";s:18:\"ponce22@cappen.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-30 20:34:49\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:11:\"jsjs djjsjs\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:8:\"customer\";b:1;s:8:\"wp_roles\";s:0:\"\";s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:11:\"jsjs djjsjs\";s:10:\"first_name\";s:4:\"jsjs\";s:9:\"last_name\";s:6:\"djjsjs\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"4041e42a2ea9e6816c6f6cd3485349ae\";s:6:\"gender\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:4:\"city\";s:6:\"hdhshs\";s:7:\"country\";s:11:\"Afghanistan\";s:14:\"_um_last_login\";s:10:\"1578400653\";s:15:\"simplefavorites\";s:324:\"a:1:{i:0;a:3:{s:7:\"site_id\";i:1;s:5:\"posts\";a:5:{i:0;s:4:\"9546\";i:2;s:4:\"9536\";i:3;s:4:\"9480\";i:4;s:4:\"9552\";i:5;s:4:\"9373\";}s:6:\"groups\";a:1:{i:0;a:4:{s:8:\"group_id\";i:1;s:7:\"site_id\";i:1;s:10:\"group_name\";s:12:\"Default List\";s:5:\"posts\";a:5:{i:0;s:4:\"9546\";i:2;s:4:\"9536\";i:3;s:4:\"9480\";i:4;s:4:\"9552\";i:5;s:4:\"9373\";}}}}}\";s:24:\"um_account_secure_fields\";s:6:\"a:0:{}\";s:14:\"account_status\";s:8:\"approved\";s:35:\"um_user_profile_url_slug_user_login\";s:7:\"ponce22\";s:15:\"alert_breaknews\";s:1:\"1\";s:17:\"alert_promotional\";s:0:\"\";s:13:\"alert_updates\";s:0:\"\";s:13:\"alert_general\";s:0:\"\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";b:0;s:5:\"roles\";b:0;s:11:\"super_admin\";i:0;}','no'),(56063,'w3tc_state','{\"common.install\":1578839806,\"common.show_note.nginx_restart_required\":true,\"license.status\":\"no_key\",\"license.next_check\":1580313500,\"license.terms\":\"\",\"license.community_terms\":\"accept\",\"minify.hide_minify_help\":true,\"common.show_note.flush_statics_needed\":false,\"common.show_note.flush_statics_needed.timestamp\":1578840679,\"common.show_note.flush_posts_needed\":false,\"common.show_note.flush_posts_needed.timestamp\":1578840679,\"common.show_note.plugins_updated\":true,\"common.show_note.plugins_updated.timestamp\":1579881531,\"minify.show_note.need_flush\":false,\"minify.show_note.need_flush.timestamp\":1578840679,\"objectcache.show_note.flush_needed\":false,\"objectcache.show_note.flush_needed.timestamp\":1578840679,\"common.next_support_us_invitation\":1580141406,\"common.support_us_invitations\":1}','no'),(56078,'w3tc_minify','{\"00068.js\":[\"app\\/themes\\/buzz\\/scripts\\/modernizr.js\"],\"17897.js\":[\"app\\/plugins\\/wordpress-popular-posts\\/public\\/js\\/wpp-4.2.0.min.js\",\"app\\/themes\\/buzz\\/scripts\\/vendor\\/jquery.js\"],\"832e8.js\":[\"app\\/themes\\/buzz\\/functions\\/jobs\\/apply-job\\/apply-job.js\"],\"5d3d2.js\":[\"app\\/themes\\/buzz\\/functions\\/offers\\/redeem-offer\\/redeem-offer.js\"],\"82888.js\":[\"app\\/themes\\/buzz\\/functions\\/load-more\\/load-more.js\"],\"7a87d.js\":[\"app\\/themes\\/buzz\\/functions\\/filter-results\\/filter-results.js\"],\"25e21.js\":[\"app\\/plugins\\/favorites\\/assets\\/js\\/favorites.min.js\",\"app\\/plugins\\/smio-push-notification\\/js\\/frontend.js\",\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/um-gdpr.js\"],\"083a0.js\":[\"wp\\/wp-includes\\/js\\/imagesloaded.min.js\",\"wp\\/wp-includes\\/js\\/masonry.min.js\",\"wp\\/wp-includes\\/js\\/jquery\\/jquery.masonry.min.js\",\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/select2\\/select2.full.min.js\",\"wp\\/wp-includes\\/js\\/underscore.min.js\"],\"57d4c.js\":[\"wp\\/wp-includes\\/js\\/wp-util.js\",\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/um-crop.js\",\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/um-modal.js\",\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/um-jquery-form.js\",\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/um-fileupload.js\",\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/pickadate\\/picker.js\",\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/pickadate\\/picker.date.js\",\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/pickadate\\/picker.time.js\",\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/pickadate\\/legacy.js\",\"wp\\/wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill.js\",\"wp\\/wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill-fetch.js\",\"wp\\/wp-includes\\/js\\/dist\\/i18n.js\",\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/um-raty.js\",\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/um-tipsy.js\",\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/simplebar.js\",\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/um-functions.js\",\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/um-responsive.js\",\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/um-conditional.js\"],\"51f4a.js\":[\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/um-scripts.js\",\"wp\\/wp-includes\\/js\\/jquery\\/ui\\/core.min.js\",\"wp\\/wp-includes\\/js\\/jquery\\/ui\\/widget.min.js\",\"wp\\/wp-includes\\/js\\/jquery\\/ui\\/mouse.min.js\",\"wp\\/wp-includes\\/js\\/jquery\\/ui\\/slider.min.js\",\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/dropdown.js\",\"wp\\/wp-includes\\/js\\/dist\\/hooks.js\",\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/um-members.js\",\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/um-profile.js\",\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/um-account.js\",\"app\\/plugins\\/smio-push-notification\\/js\\/tooltipster.bundle.min.js\"],\"33079.js\":[\"app\\/themes\\/buzz\\/scripts\\/main.js\"],\"5ac6b.css\":[\"app\\/themes\\/buzz\\/styles\\/main.css\",\"app\\/plugins\\/wordpress-popular-posts\\/public\\/css\\/wpp.css\",\"app\\/plugins\\/ultimate-member\\/assets\\/css\\/um-fonticons-ii.css\",\"app\\/plugins\\/ultimate-member\\/assets\\/css\\/um-fonticons-fa.css\",\"app\\/plugins\\/ultimate-member\\/assets\\/css\\/select2\\/select2.min.css\",\"app\\/plugins\\/ultimate-member\\/assets\\/css\\/um-crop.css\",\"app\\/plugins\\/ultimate-member\\/assets\\/css\\/um-modal.css\",\"app\\/plugins\\/ultimate-member\\/assets\\/css\\/um-styles.css\",\"app\\/plugins\\/ultimate-member\\/assets\\/css\\/jquery-ui.css\",\"app\\/plugins\\/ultimate-member\\/assets\\/css\\/um-members.css\",\"app\\/plugins\\/ultimate-member\\/assets\\/css\\/um-profile.css\",\"app\\/plugins\\/ultimate-member\\/assets\\/css\\/um-account.css\",\"app\\/plugins\\/ultimate-member\\/assets\\/css\\/um-misc.css\",\"app\\/plugins\\/ultimate-member\\/assets\\/css\\/um-fileupload.css\",\"app\\/plugins\\/ultimate-member\\/assets\\/css\\/pickadate\\/default.css\",\"app\\/plugins\\/ultimate-member\\/assets\\/css\\/pickadate\\/default.date.css\",\"app\\/plugins\\/ultimate-member\\/assets\\/css\\/pickadate\\/default.time.css\",\"app\\/plugins\\/ultimate-member\\/assets\\/css\\/um-raty.css\",\"app\\/plugins\\/ultimate-member\\/assets\\/css\\/simplebar.css\",\"app\\/plugins\\/ultimate-member\\/assets\\/css\\/um-tipsy.css\",\"app\\/plugins\\/ultimate-member\\/assets\\/css\\/um-responsive.css\",\"app\\/plugins\\/ultimate-member\\/assets\\/css\\/um-old-default.css\"],\"d710a.css\":[\"app\\/plugins\\/smio-push-notification\\/css\\/tooltipster.bundle.min.css\"],\"41614.js\":[\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/um-scripts.js\",\"wp\\/wp-includes\\/js\\/jquery\\/ui\\/core.min.js\",\"wp\\/wp-includes\\/js\\/jquery\\/ui\\/widget.min.js\",\"wp\\/wp-includes\\/js\\/jquery\\/ui\\/mouse.min.js\",\"wp\\/wp-includes\\/js\\/jquery\\/ui\\/slider.min.js\",\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/dropdown.js\",\"wp\\/wp-includes\\/js\\/dist\\/hooks.js\",\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/um-members.js\",\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/um-profile.js\",\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/um-account.js\"],\"30767.js\":[\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/um-scripts.js\",\"wp\\/wp-includes\\/js\\/jquery\\/ui\\/core.min.js\",\"wp\\/wp-includes\\/js\\/jquery\\/ui\\/widget.min.js\",\"wp\\/wp-includes\\/js\\/jquery\\/ui\\/mouse.min.js\",\"wp\\/wp-includes\\/js\\/jquery\\/ui\\/slider.min.js\",\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/dropdown.js\",\"wp\\/wp-includes\\/js\\/dist\\/hooks.js\",\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/um-members.js\",\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/um-profile.js\",\"app\\/plugins\\/ultimate-member\\/assets\\/js\\/um-account.js\",\"app\\/plugins\\/totalpoll\\/assets\\/dist\\/scripts\\/frontend\\/totalpoll.js\",\"app\\/plugins\\/smio-push-notification\\/js\\/tooltipster.bundle.min.js\"],\"bd4e0.css\":[\"app\\/cache\\/totalpoll\\/css\\/2e21fe0b6d537996d47c3d4b16d0e3cc.css\",\"app\\/plugins\\/smio-push-notification\\/css\\/tooltipster.bundle.min.css\"],\"06d44.js\":[\"app\\/plugins\\/smio-push-notification\\/js\\/tooltipster.bundle.min.js\"],\"a55ed.js\":[\"app\\/plugins\\/totalpoll\\/assets\\/dist\\/scripts\\/frontend\\/totalpoll.js\",\"app\\/plugins\\/smio-push-notification\\/js\\/tooltipster.bundle.min.js\"]}','no'),(56894,'um_cache_userdata_758','a:41:{s:2:\"ID\";i:758;s:10:\"user_login\";s:7:\"ponce25\";s:9:\"user_pass\";s:60:\"$2y$10$RI9MGgFKSu1yOipGThpHTOkRVCNBi.qThZ4j8R.BTf238vk2jUSUK\";s:13:\"user_nicename\";s:7:\"ponce25\";s:10:\"user_email\";s:24:\"adadsdf@dafdfdfdfsfs.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2020-01-07 17:56:27\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"jjkjk njkknj\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:8:\"customer\";b:1;s:8:\"wp_roles\";s:0:\"\";s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:12:\"jjkjk njkknj\";s:10:\"first_name\";s:5:\"jjkjk\";s:9:\"last_name\";s:6:\"njkknj\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"ddc36ed56d231e674ec49c9f9b3bcff4\";s:6:\"gender\";s:12:\"a:1:{i:0;N;}\";s:4:\"city\";s:0:\"\";s:7:\"country\";s:0:\"\";s:15:\"alert_breaknews\";s:1:\"1\";s:17:\"alert_promotional\";s:1:\"1\";s:13:\"alert_updates\";s:1:\"1\";s:13:\"alert_general\";s:1:\"1\";s:14:\"_um_last_login\";s:10:\"1578401787\";s:14:\"account_status\";s:8:\"approved\";s:35:\"um_user_profile_url_slug_user_login\";s:7:\"ponce25\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";b:0;s:5:\"roles\";b:0;s:11:\"super_admin\";i:0;}','no'),(56895,'um_cache_userdata_757','a:41:{s:2:\"ID\";i:757;s:10:\"user_login\";s:7:\"ponce26\";s:9:\"user_pass\";s:60:\"$2y$10$/pKha6PiRSKiUkV7N6gUtOVVuWyOA.gIo1ACI1/KdyKcHQ0QcPHy2\";s:13:\"user_nicename\";s:7:\"ponce26\";s:10:\"user_email\";s:18:\"ponce26@cappen.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-12-23 20:37:33\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:9:\"nsns bsjs\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:8:\"customer\";b:1;s:8:\"wp_roles\";s:0:\"\";s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:9:\"nsns bsjs\";s:10:\"first_name\";s:4:\"nsns\";s:9:\"last_name\";s:4:\"bsjs\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"ccc6185804512000be3782ca0164efd4\";s:6:\"gender\";s:12:\"a:1:{i:0;N;}\";s:4:\"city\";s:5:\"hshhs\";s:7:\"country\";s:14:\"American Samoa\";s:15:\"alert_breaknews\";s:1:\"1\";s:17:\"alert_promotional\";s:1:\"1\";s:13:\"alert_updates\";s:1:\"1\";s:13:\"alert_general\";s:1:\"1\";s:14:\"_um_last_login\";s:10:\"1577115453\";s:14:\"account_status\";s:8:\"approved\";s:35:\"um_user_profile_url_slug_user_login\";s:7:\"ponce26\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";b:0;s:5:\"roles\";b:0;s:11:\"super_admin\";i:0;}','no'),(56896,'um_cache_userdata_756','a:41:{s:2:\"ID\";i:756;s:10:\"user_login\";s:5:\"gabs3\";s:9:\"user_pass\";s:60:\"$2y$10$EsYvNjlQH8lp1FlfGsm0MOq7GBswpCCOBia1kgRUr7ydCZkLoyReS\";s:13:\"user_nicename\";s:5:\"gabs3\";s:10:\"user_email\";s:14:\"gab3@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-12-23 18:46:29\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:22:\"Gabriela Batista Silva\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:8:\"customer\";b:1;s:8:\"wp_roles\";s:0:\"\";s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:22:\"Gabriela Batista Silva\";s:10:\"first_name\";s:8:\"Gabriela\";s:9:\"last_name\";s:13:\"Batista Silva\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"d69067d4b8ac2dc171c5da5cdd1dbed6\";s:6:\"gender\";s:12:\"a:1:{i:0;N;}\";s:4:\"city\";s:0:\"\";s:7:\"country\";s:0:\"\";s:15:\"alert_breaknews\";s:0:\"\";s:17:\"alert_promotional\";s:0:\"\";s:13:\"alert_updates\";s:0:\"\";s:13:\"alert_general\";s:1:\"1\";s:14:\"_um_last_login\";s:10:\"1577108789\";s:14:\"account_status\";s:8:\"approved\";s:35:\"um_user_profile_url_slug_user_login\";s:5:\"gabs3\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";b:0;s:5:\"roles\";b:0;s:11:\"super_admin\";i:0;}','no'),(56897,'um_cache_userdata_755','a:40:{s:2:\"ID\";i:755;s:10:\"user_login\";s:4:\"gabs\";s:9:\"user_pass\";s:60:\"$2y$10$Yd53u.kDOGKe1ohm6du.Ee2ppdLO1S4KBv2Dho530Scg2hwsNswfO\";s:13:\"user_nicename\";s:4:\"gabs\";s:10:\"user_email\";s:14:\"gabs@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-12-12 20:16:41\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Gabriela Batista\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:8:\"customer\";b:1;s:8:\"wp_roles\";s:0:\"\";s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"Gabriela Batista\";s:10:\"first_name\";s:8:\"Gabriela\";s:9:\"last_name\";s:7:\"Batista\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:6:\"gender\";s:23:\"a:1:{i:0;s:6:\"Female\";}\";s:4:\"city\";s:6:\"Recife\";s:7:\"country\";s:19:\"Antigua and Barbuda\";s:15:\"alert_breaknews\";s:0:\"\";s:17:\"alert_promotional\";s:1:\"1\";s:13:\"alert_updates\";s:1:\"1\";s:13:\"alert_general\";s:1:\"1\";s:14:\"account_status\";s:8:\"approved\";s:35:\"um_user_profile_url_slug_user_login\";s:4:\"gabs\";s:13:\"profile_photo\";s:17:\"profile_photo.png\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";b:0;s:5:\"roles\";b:0;s:11:\"super_admin\";i:0;}','no'),(56898,'um_cache_userdata_754','a:42:{s:2:\"ID\";i:754;s:10:\"user_login\";s:9:\"gabriela9\";s:9:\"user_pass\";s:60:\"$2y$10$CdXbi80Ya0EXxA2hA/Chx./i3akgXdsXWyeViJoMnsYNMpzke1q7.\";s:13:\"user_nicename\";s:9:\"gabriela9\";s:10:\"user_email\";s:15:\"gabs3@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-10-10 13:39:32\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Gabriela Batista\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:8:\"customer\";b:1;s:8:\"wp_roles\";s:0:\"\";s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"Gabriela Batista\";s:10:\"first_name\";s:8:\"Gabriela\";s:9:\"last_name\";s:7:\"Batista\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:25:\"synced_gravatar_hashed_id\";s:32:\"bcc04d25ff9d73e28f5b7d53a5180bcd\";s:13:\"profile_photo\";s:17:\"profile_photo.png\";s:6:\"gender\";s:23:\"a:1:{i:0;s:6:\"Female\";}\";s:4:\"city\";s:6:\"Recife\";s:7:\"country\";s:19:\"Antigua and Barbuda\";s:14:\"_um_last_login\";s:10:\"1577350714\";s:14:\"account_status\";s:8:\"approved\";s:35:\"um_user_profile_url_slug_user_login\";s:9:\"gabriela9\";s:15:\"alert_breaknews\";s:1:\"1\";s:17:\"alert_promotional\";s:1:\"1\";s:13:\"alert_updates\";s:1:\"1\";s:13:\"alert_general\";s:1:\"1\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";b:0;s:5:\"roles\";b:0;s:11:\"super_admin\";i:0;}','no'),(56901,'_transient_um_mc_api:lists/6d90265345/members/e15ebfa2d9e1e2cde592cdd762828bb4','a:5:{s:4:\"type\";s:77:\"http://developer.mailchimp.com/documentation/mailchimp/guides/error-glossary/\";s:5:\"title\";s:18:\"Resource Not Found\";s:6:\"status\";i:404;s:6:\"detail\";s:42:\"The requested resource could not be found.\";s:8:\"instance\";s:36:\"8cbde9a2-2cf5-405e-8577-96c3bd2330ca\";}','yes'),(56903,'um_cache_userdata_12','a:161:{s:2:\"ID\";i:12;s:10:\"user_login\";s:6:\"kevinw\";s:9:\"user_pass\";s:60:\"$2y$10$G9kZ9AVToiR60nJ3Dd0rMut37MZLdlcWC4nIS7Kh/bIVeKE0HTdHC\";s:13:\"user_nicename\";s:6:\"kevinw\";s:10:\"user_email\";s:28:\"kevinww@ramblemediagroup.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-07-16 00:53:19\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:6:\"kevinw\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:13:\"administrator\";b:1;s:8:\"wp_roles\";s:13:\"administrator\";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: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:9:\"edit_poll\";b:1;s:9:\"read_poll\";b:1;s:11:\"delete_poll\";b:1;s:10:\"edit_polls\";b:1;s:12:\"delete_polls\";b:1;s:13:\"publish_polls\";b:1;s:17:\"edit_others_polls\";b:1;s:19:\"delete_others_polls\";b:1;s:20:\"edit_published_polls\";b:1;s:22:\"delete_published_polls\";b:1;s:18:\"read_private_polls\";b:1;s:18:\"edit_private_polls\";b:1;s:20:\"delete_private_polls\";b:1;s:12:\"create_polls\";b:1;s:20:\"wpseo_manage_options\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:7:\"kevinww\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:35:\"um_user_profile_url_slug_user_login\";s:6:\"kevinw\";s:14:\"account_status\";s:8:\"approved\";s:25:\"synced_gravatar_hashed_id\";s:32:\"caecfa5a24564f6f45d84a4f0c25ef56\";s:12:\"primary_blog\";s:1:\"1\";s:13:\"source_domain\";s:18:\"buzz-caribbean.com\";s:14:\"_um_last_login\";s:10:\"1579906555\";s:37:\"wp_dashboard_quick_press_last_post_id\";s:4:\"9596\";s:25:\"community-events-location\";s:36:\"a:1:{s:2:\"ip\";s:13:\"104.244.230.0\";}\";s:24:\"um_account_secure_fields\";s:6:\"a:0:{}\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566929525\";s:11:\"wpseo_title\";s:0:\"\";s:14:\"wpseo_metadesc\";s:0:\"\";s:20:\"wpseo_noindex_author\";s:0:\"\";s:30:\"wpseo_content_analysis_disable\";s:0:\"\";s:30:\"wpseo_keyword_analysis_disable\";s:0:\"\";s:8:\"facebook\";s:0:\"\";s:9:\"instagram\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:7:\"myspace\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:7:\"twitter\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"wikipedia\";s:0:\"\";s:27:\"manageedit-outcolumnshidden\";s:138:\"a:5:{i:0;s:11:\"wpseo-links\";i:1;s:11:\"wpseo-score\";i:2;s:23:\"wpseo-score-readability\";i:3;s:14:\"wpseo-metadesc\";i:4;s:13:\"wpseo-focuskw\";}\";s:17:\"edit_out_per_page\";s:2:\"20\";s:28:\"manageedit-pagecolumnshidden\";s:138:\"a:5:{i:0;s:11:\"wpseo-score\";i:1;s:23:\"wpseo-score-readability\";i:2;s:11:\"wpseo-title\";i:3;s:14:\"wpseo-metadesc\";i:4;s:13:\"wpseo-focuskw\";}\";s:18:\"edit_page_per_page\";s:2:\"20\";s:28:\"manageedit-postcolumnshidden\";s:115:\"a:4:{i:0;s:23:\"wpseo-score-readability\";i:1;s:11:\"wpseo-title\";i:2;s:14:\"wpseo-metadesc\";i:3;s:13:\"wpseo-focuskw\";}\";s:15:\"simplefavorites\";s:196:\"a:1:{i:0;a:3:{s:7:\"site_id\";i:1;s:5:\"posts\";a:1:{i:0;i:2176;}s:6:\"groups\";a:1:{i:0;a:4:{s:8:\"group_id\";i:1;s:7:\"site_id\";i:1;s:10:\"group_name\";s:12:\"Default List\";s:5:\"posts\";a:1:{i:0;i:2176;}}}}}\";s:43:\"wpseo-remove-post-type-archive-notification\";s:1:\"1\";s:20:\"default_password_nag\";s:0:\"\";s:8:\"_mylists\";s:28:\"a:1:{s:10:\"6d90265345\";b:0;}\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:13:\"administrator\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:13:\"Administrator\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"1\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:1;}','no'),(56908,'_transient_um_mc_api:lists/6d90265345/members/d888ecd85dc664e1d0c6bc332b4fabe6','a:5:{s:4:\"type\";s:77:\"http://developer.mailchimp.com/documentation/mailchimp/guides/error-glossary/\";s:5:\"title\";s:18:\"Resource Not Found\";s:6:\"status\";i:404;s:6:\"detail\";s:42:\"The requested resource could not be found.\";s:8:\"instance\";s:36:\"7bb849e3-e056-4390-968e-be0b091c9336\";}','yes'),(56910,'um_cache_userdata_3','a:141:{s:2:\"ID\";i:3;s:10:\"user_login\";s:5:\"clare\";s:9:\"user_pass\";s:60:\"$2y$10$z4vVeqoob3b/.h7BTLoc.OVPB1W/yrXi9aWiMRfM14G0ZxTYmGk5S\";s:13:\"user_nicename\";s:5:\"clare\";s:10:\"user_email\";s:32:\"clare_@wonderfulandbrilliant.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-07-05 17:18:06\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:5:\"clare\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:13:\"administrator\";b:1;s:8:\"wp_roles\";s:13:\"administrator\";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: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:9:\"edit_poll\";b:1;s:9:\"read_poll\";b:1;s:11:\"delete_poll\";b:1;s:10:\"edit_polls\";b:1;s:12:\"delete_polls\";b:1;s:13:\"publish_polls\";b:1;s:17:\"edit_others_polls\";b:1;s:19:\"delete_others_polls\";b:1;s:20:\"edit_published_polls\";b:1;s:22:\"delete_published_polls\";b:1;s:18:\"read_private_polls\";b:1;s:18:\"edit_private_polls\";b:1;s:20:\"delete_private_polls\";b:1;s:12:\"create_polls\";b:1;s:20:\"wpseo_manage_options\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:8:\"Clare Mc\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:35:\"um_user_profile_url_slug_user_login\";s:5:\"clare\";s:14:\"account_status\";s:8:\"approved\";s:25:\"synced_gravatar_hashed_id\";s:32:\"539f60d59f71315c7f3b6f6d7ff5c428\";s:12:\"primary_blog\";s:1:\"1\";s:13:\"source_domain\";s:18:\"buzz-caribbean.com\";s:14:\"_um_last_login\";s:10:\"1565714576\";s:37:\"wp_dashboard_quick_press_last_post_id\";s:4:\"5378\";s:25:\"community-events-location\";s:31:\"a:1:{s:2:\"ip\";s:9:\"5.66.30.0\";}\";s:24:\"um_account_secure_fields\";s:6:\"a:0:{}\";s:15:\"simplefavorites\";s:194:\"a:1:{i:0;a:3:{s:7:\"site_id\";i:1;s:5:\"posts\";a:1:{i:0;i:440;}s:6:\"groups\";a:1:{i:0;a:4:{s:8:\"group_id\";i:1;s:7:\"site_id\";i:1;s:10:\"group_name\";s:12:\"Default List\";s:5:\"posts\";a:1:{i:0;i:440;}}}}}\";s:14:\"redeemedoffers\";s:17:\"a:1:{i:0;i:3535;}\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566309682\";s:21:\"password_rst_attempts\";s:1:\"1\";s:8:\"_mylists\";s:28:\"a:1:{s:10:\"6d90265345\";b:0;}\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:13:\"administrator\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:13:\"Administrator\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"1\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:1;}','no'),(56915,'_transient_um_mc_api:lists/6d90265345/members/32b2773f820206a100d3760349a0c109','a:5:{s:4:\"type\";s:77:\"http://developer.mailchimp.com/documentation/mailchimp/guides/error-glossary/\";s:5:\"title\";s:18:\"Resource Not Found\";s:6:\"status\";i:404;s:6:\"detail\";s:42:\"The requested resource could not be found.\";s:8:\"instance\";s:36:\"3ca044d8-7d76-4a46-a726-39d2a2870bbd\";}','yes'),(56917,'um_cache_userdata_7','a:75:{s:2:\"ID\";i:7;s:10:\"user_login\";s:5:\"gavay\";s:9:\"user_pass\";s:60:\"$2y$10$JpDhNPcOd.wtqLTXWnZOI.Ub60Uxxw7U6mmkrlIQCXZqUkTTuJJ.W\";s:13:\"user_nicename\";s:5:\"gavay\";s:10:\"user_email\";s:27:\"gavayy@ramblemediagroup.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-07-05 17:46:46\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:5:\"gavay\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:5:\"gavay\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:35:\"um_user_profile_url_slug_user_login\";s:5:\"gavay\";s:14:\"account_status\";s:8:\"approved\";s:25:\"synced_gravatar_hashed_id\";s:32:\"32b2773f820206a100d3760349a0c109\";s:12:\"primary_blog\";s:1:\"1\";s:13:\"source_domain\";s:18:\"buzz-caribbean.com\";s:14:\"_um_last_login\";s:10:\"1563431229\";s:37:\"wp_dashboard_quick_press_last_post_id\";s:2:\"97\";s:25:\"community-events-location\";s:35:\"a:1:{s:2:\"ip\";s:12:\"187.105.11.0\";}\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566309682\";s:8:\"_mylists\";s:28:\"a:1:{s:10:\"6d90265345\";b:0;}\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(56920,'um_cache_userdata_286','a:38:{s:2:\"ID\";i:286;s:10:\"user_login\";s:10:\"kir2wander\";s:9:\"user_pass\";s:60:\"$2y$10$rti1EHJup/DCHArRyjYZN.Ge53LObOjOH5BHmL3d.WOJ5mY3fL8D6\";s:13:\"user_nicename\";s:10:\"kir2wander\";s:10:\"user_email\";s:20:\"kir2wander@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-04 21:51:40\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"kiran kerr\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:8:\"customer\";b:1;s:8:\"wp_roles\";s:0:\"\";s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:10:\"kiran kerr\";s:10:\"first_name\";s:5:\"kiran\";s:9:\"last_name\";s:4:\"kerr\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1567633900\";s:25:\"synced_gravatar_hashed_id\";s:32:\"72ed4d85c6d1c1c6ffc17ec2cdc83154\";s:6:\"gender\";s:12:\"a:1:{i:0;N;}\";s:4:\"city\";s:8:\"kingston\";s:7:\"country\";s:7:\"Jamaica\";s:14:\"_um_last_login\";s:10:\"1567615900\";s:14:\"account_status\";s:8:\"approved\";s:35:\"um_user_profile_url_slug_user_login\";s:10:\"kir2wander\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";b:0;s:5:\"roles\";b:0;s:11:\"super_admin\";i:0;}','no'),(56923,'_transient_um_mc_api:lists/6d90265345/members/da90864e46004731afdbca8985b66e6f','a:5:{s:4:\"type\";s:77:\"http://developer.mailchimp.com/documentation/mailchimp/guides/error-glossary/\";s:5:\"title\";s:18:\"Resource Not Found\";s:6:\"status\";i:404;s:6:\"detail\";s:42:\"The requested resource could not be found.\";s:8:\"instance\";s:36:\"44785f09-85ad-48a5-aa5e-b39391d41a37\";}','yes'),(56924,'um_cache_userdata_17','a:91:{s:2:\"ID\";i:17;s:10:\"user_login\";s:5:\"kiran\";s:9:\"user_pass\";s:60:\"$2y$10$A0pfxE6JTGKeUP9jihDOz.atFItqNTG8neq46GTsb/UfhTDzRsIOS\";s:13:\"user_nicename\";s:5:\"kiran\";s:10:\"user_email\";s:27:\"kiran_@ramblemediagroup.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-07-19 11:46:19\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:5:\"Kiran\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:6:\"Kirann\";s:10:\"first_name\";s:5:\"Kiran\";s:9:\"last_name\";s:4:\"Kerr\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:35:\"um_user_profile_url_slug_user_login\";s:5:\"kiran\";s:14:\"account_status\";s:8:\"approved\";s:25:\"synced_gravatar_hashed_id\";s:32:\"c785cd2293b197f9787959cec71790e5\";s:12:\"primary_blog\";s:1:\"1\";s:13:\"source_domain\";s:18:\"buzz-caribbean.com\";s:14:\"_um_last_login\";s:10:\"1568301553\";s:37:\"wp_dashboard_quick_press_last_post_id\";s:4:\"8572\";s:25:\"community-events-location\";s:33:\"a:1:{s:2:\"ip\";s:10:\"65.183.4.0\";}\";s:24:\"um_account_secure_fields\";s:6:\"a:0:{}\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566309682\";s:14:\"redeemedoffers\";s:39:\"a:3:{i:0;i:2600;i:1;i:2566;i:2;i:8681;}\";s:8:\"facebook\";s:0:\"\";s:9:\"instagram\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:7:\"myspace\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:7:\"twitter\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"wikipedia\";s:0:\"\";s:6:\"gender\";s:23:\"a:1:{i:0;s:6:\"Female\";}\";s:4:\"city\";s:8:\"Kingston\";s:7:\"country\";s:2:\"JM\";s:15:\"simplefavorites\";s:196:\"a:1:{i:0;a:3:{s:7:\"site_id\";i:1;s:5:\"posts\";a:1:{i:0;i:8388;}s:6:\"groups\";a:1:{i:0;a:4:{s:8:\"group_id\";i:1;s:7:\"site_id\";i:1;s:10:\"group_name\";s:12:\"Default List\";s:5:\"posts\";a:1:{i:0;i:8388;}}}}}\";s:8:\"_mylists\";s:28:\"a:1:{s:10:\"6d90265345\";b:0;}\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(56928,'um_cache_userdata_282','a:38:{s:2:\"ID\";i:282;s:10:\"user_login\";s:8:\"janlaing\";s:9:\"user_pass\";s:60:\"$2y$10$ZeyLJSwhvehQUZEm4omf8e8NVefXGgQzsEAP7t/ADG1BoaqMgGAGO\";s:13:\"user_nicename\";s:8:\"janlaing\";s:10:\"user_email\";s:25:\"janiellejohnson@yahoo.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-09-04 17:49:34\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Janielle Johnson\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:8:\"customer\";b:1;s:8:\"wp_roles\";s:0:\"\";s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:16:\"Janielle Johnson\";s:10:\"first_name\";s:8:\"Janielle\";s:9:\"last_name\";s:7:\"Johnson\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1567619374\";s:25:\"synced_gravatar_hashed_id\";s:32:\"357a32e64beb0f0e7f6ff8f91d8492ae\";s:6:\"gender\";s:12:\"a:1:{i:0;N;}\";s:4:\"city\";s:8:\"Kingston\";s:7:\"country\";s:7:\"Jamaica\";s:14:\"_um_last_login\";s:10:\"1568710253\";s:14:\"account_status\";s:8:\"approved\";s:35:\"um_user_profile_url_slug_user_login\";s:8:\"janlaing\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";b:0;s:5:\"roles\";b:0;s:11:\"super_admin\";i:0;}','no'),(56930,'_transient_um_mc_api:lists/6d90265345/members/168948032cf15d9f934c37f125778c1f','a:5:{s:4:\"type\";s:77:\"http://developer.mailchimp.com/documentation/mailchimp/guides/error-glossary/\";s:5:\"title\";s:18:\"Resource Not Found\";s:6:\"status\";i:404;s:6:\"detail\";s:42:\"The requested resource could not be found.\";s:8:\"instance\";s:36:\"c2e02513-a3a6-449d-823d-ebd8225178ea\";}','yes'),(56932,'um_cache_userdata_16','a:78:{s:2:\"ID\";i:16;s:10:\"user_login\";s:8:\"janielle\";s:9:\"user_pass\";s:60:\"$2y$10$g/UN5LxK.34EuLpFYgLUCudaIpR7Lsk4O5YwtxDrw./wub/32VoHa\";s:13:\"user_nicename\";s:8:\"janielle\";s:10:\"user_email\";s:30:\"janielle_@ramblemediagroup.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-07-19 11:45:16\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:8:\"Janielle\";s:4:\"spam\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:4:\"read\";b:1;s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;s:8:\"nickname\";s:8:\"Janielle\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:19:\"syntax_highlighting\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:6:\"locale\";s:0:\"\";s:35:\"um_user_profile_url_slug_user_login\";s:8:\"janielle\";s:14:\"account_status\";s:8:\"approved\";s:25:\"synced_gravatar_hashed_id\";s:32:\"168948032cf15d9f934c37f125778c1f\";s:12:\"primary_blog\";s:1:\"1\";s:13:\"source_domain\";s:18:\"buzz-caribbean.com\";s:14:\"_um_last_login\";s:10:\"1572266740\";s:37:\"wp_dashboard_quick_press_last_post_id\";s:4:\"9572\";s:25:\"community-events-location\";s:33:\"a:1:{s:2:\"ip\";s:10:\"65.183.4.0\";}\";s:24:\"um_account_secure_fields\";s:6:\"a:0:{}\";s:11:\"appliedjobs\";s:26:\"a:2:{i:0;i:709;i:1;i:760;}\";s:28:\"_yoast_wpseo_profile_updated\";s:10:\"1566309682\";s:14:\"redeemedoffers\";s:50:\"a:4:{i:0;i:2600;i:1;i:2566;i:2;i:8681;i:3;i:8710;}\";s:8:\"_mylists\";s:28:\"a:1:{s:10:\"6d90265345\";b:0;}\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"role\";s:10:\"subscriber\";s:5:\"roles\";a:1:{i:0;s:10:\"subscriber\";}s:9:\"is_custom\";s:1:\"0\";s:4:\"name\";s:10:\"Subscriber\";s:8:\"priority\";s:0:\"\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:14:\"can_edit_roles\";s:0:\"\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_delete_roles\";s:0:\"\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"0\";s:14:\"can_view_roles\";s:0:\"\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:170:\"Thank you for applying for membership to our site. We will review your details and send you an email letting you know whether your application has been successful or not.\";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:16:\"redirect_profile\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','no'),(62875,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1610501319;s:8:\"response\";a:12:{s:29:\"easy-wp-smtp/easy-wp-smtp.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:26:\"w.org/plugins/easy-wp-smtp\";s:4:\"slug\";s:12:\"easy-wp-smtp\";s:6:\"plugin\";s:29:\"easy-wp-smtp/easy-wp-smtp.php\";s:11:\"new_version\";s:5:\"1.4.5\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/easy-wp-smtp/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/easy-wp-smtp.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/easy-wp-smtp/assets/icon-128x128.png?rev=1242044\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/easy-wp-smtp/assets/banner-772x250.png?rev=1650323\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.6\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:25:\"fakerpress/fakerpress.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/fakerpress\";s:4:\"slug\";s:10:\"fakerpress\";s:6:\"plugin\";s:25:\"fakerpress/fakerpress.php\";s:11:\"new_version\";s:5:\"0.5.1\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/fakerpress/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/plugin/fakerpress.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:63:\"https://ps.w.org/fakerpress/assets/icon-256x256.png?rev=1846090\";s:2:\"1x\";s:55:\"https://ps.w.org/fakerpress/assets/icon.svg?rev=1846090\";s:3:\"svg\";s:55:\"https://ps.w.org/fakerpress/assets/icon.svg?rev=1846090\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/fakerpress/assets/banner-1544x500.png?rev=1152002\";s:2:\"1x\";s:65:\"https://ps.w.org/fakerpress/assets/banner-772x250.png?rev=1152002\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.6\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:23:\"favorites/favorites.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/favorites\";s:4:\"slug\";s:9:\"favorites\";s:6:\"plugin\";s:23:\"favorites/favorites.php\";s:11:\"new_version\";s:5:\"2.3.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/favorites/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/favorites.2.3.2.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:62:\"https://ps.w.org/favorites/assets/icon-128x128.png?rev=1677726\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:64:\"https://ps.w.org/favorites/assets/banner-772x250.png?rev=1677726\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.4\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:51:\"onesignal-free-web-push-notifications/onesignal.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:51:\"w.org/plugins/onesignal-free-web-push-notifications\";s:4:\"slug\";s:37:\"onesignal-free-web-push-notifications\";s:6:\"plugin\";s:51:\"onesignal-free-web-push-notifications/onesignal.php\";s:11:\"new_version\";s:5:\"2.1.4\";s:3:\"url\";s:68:\"https://wordpress.org/plugins/onesignal-free-web-push-notifications/\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/plugin/onesignal-free-web-push-notifications.2.1.4.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:90:\"https://ps.w.org/onesignal-free-web-push-notifications/assets/icon-256x256.png?rev=1669089\";s:2:\"1x\";s:82:\"https://ps.w.org/onesignal-free-web-push-notifications/assets/icon.svg?rev=1669089\";s:3:\"svg\";s:82:\"https://ps.w.org/onesignal-free-web-push-notifications/assets/icon.svg?rev=1669089\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:93:\"https://ps.w.org/onesignal-free-web-push-notifications/assets/banner-1544x500.png?rev=2277828\";s:2:\"1x\";s:92:\"https://ps.w.org/onesignal-free-web-push-notifications/assets/banner-772x250.png?rev=2277828\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:11:\"pwa/pwa.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:17:\"w.org/plugins/pwa\";s:4:\"slug\";s:3:\"pwa\";s:6:\"plugin\";s:11:\"pwa/pwa.php\";s:11:\"new_version\";s:5:\"0.5.0\";s:3:\"url\";s:34:\"https://wordpress.org/plugins/pwa/\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/plugin/pwa.0.5.0.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:56:\"https://ps.w.org/pwa/assets/icon-256x256.png?rev=1908485\";s:2:\"1x\";s:48:\"https://ps.w.org/pwa/assets/icon.svg?rev=1908485\";s:3:\"svg\";s:48:\"https://ps.w.org/pwa/assets/icon.svg?rev=1908485\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/pwa/assets/banner-1544x500.png?rev=2272148\";s:2:\"1x\";s:58:\"https://ps.w.org/pwa/assets/banner-772x250.png?rev=2272148\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:61:\"radio-buttons-for-taxonomies/radio-buttons-for-taxonomies.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:42:\"w.org/plugins/radio-buttons-for-taxonomies\";s:4:\"slug\";s:28:\"radio-buttons-for-taxonomies\";s:6:\"plugin\";s:61:\"radio-buttons-for-taxonomies/radio-buttons-for-taxonomies.php\";s:11:\"new_version\";s:5:\"2.2.1\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/radio-buttons-for-taxonomies/\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/plugin/radio-buttons-for-taxonomies.2.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/radio-buttons-for-taxonomies/assets/icon-256x256.png?rev=2260600\";s:2:\"1x\";s:81:\"https://ps.w.org/radio-buttons-for-taxonomies/assets/icon-128x128.png?rev=2260605\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:84:\"https://ps.w.org/radio-buttons-for-taxonomies/assets/banner-1544x500.png?rev=2260600\";s:2:\"1x\";s:83:\"https://ps.w.org/radio-buttons-for-taxonomies/assets/banner-772x250.png?rev=2260605\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.0\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:23:\"wp-smushit/wp-smush.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/wp-smushit\";s:4:\"slug\";s:10:\"wp-smushit\";s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:11:\"new_version\";s:5:\"3.8.2\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/wp-smushit/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/wp-smushit.3.8.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/wp-smushit/assets/icon-256x256.gif?rev=2263432\";s:2:\"1x\";s:63:\"https://ps.w.org/wp-smushit/assets/icon-128x128.gif?rev=2263431\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wp-smushit/assets/banner-1544x500.png?rev=1863697\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-smushit/assets/banner-772x250.png?rev=1863697\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.6\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:55:\"social-media-auto-publish/social-media-auto-publish.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:39:\"w.org/plugins/social-media-auto-publish\";s:4:\"slug\";s:25:\"social-media-auto-publish\";s:6:\"plugin\";s:55:\"social-media-auto-publish/social-media-auto-publish.php\";s:11:\"new_version\";s:5:\"2.4.1\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/social-media-auto-publish/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/social-media-auto-publish.2.4.1.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:78:\"https://ps.w.org/social-media-auto-publish/assets/icon-128x128.png?rev=1790483\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:80:\"https://ps.w.org/social-media-auto-publish/assets/banner-772x250.jpg?rev=1790500\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:35:\"ultimate-member/ultimate-member.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/ultimate-member\";s:4:\"slug\";s:15:\"ultimate-member\";s:6:\"plugin\";s:35:\"ultimate-member/ultimate-member.php\";s:11:\"new_version\";s:6:\"2.1.15\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/ultimate-member/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/ultimate-member.2.1.15.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/ultimate-member/assets/icon-256x256.png?rev=2143339\";s:2:\"1x\";s:68:\"https://ps.w.org/ultimate-member/assets/icon-128x128.png?rev=2143339\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/ultimate-member/assets/banner-1544x500.png?rev=2143172\";s:2:\"1x\";s:70:\"https://ps.w.org/ultimate-member/assets/banner-772x250.png?rev=2143172\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.6\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"w3-total-cache/w3-total-cache.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/w3-total-cache\";s:4:\"slug\";s:14:\"w3-total-cache\";s:6:\"plugin\";s:33:\"w3-total-cache/w3-total-cache.php\";s:11:\"new_version\";s:5:\"2.0.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/w3-total-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/w3-total-cache.2.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-256x256.png?rev=1041806\";s:2:\"1x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-128x128.png?rev=1041806\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/w3-total-cache/assets/banner-772x250.jpg?rev=1041806\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.6\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:51:\"wordpress-popular-posts/wordpress-popular-posts.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:37:\"w.org/plugins/wordpress-popular-posts\";s:4:\"slug\";s:23:\"wordpress-popular-posts\";s:6:\"plugin\";s:51:\"wordpress-popular-posts/wordpress-popular-posts.php\";s:11:\"new_version\";s:5:\"5.2.4\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/wordpress-popular-posts/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/wordpress-popular-posts.5.2.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/wordpress-popular-posts/assets/icon-256x256.png?rev=1232659\";s:2:\"1x\";s:76:\"https://ps.w.org/wordpress-popular-posts/assets/icon-128x128.png?rev=1232659\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:78:\"https://ps.w.org/wordpress-popular-posts/assets/banner-772x250.png?rev=2179381\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"wp-user-avatar/wp-user-avatar.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/wp-user-avatar\";s:4:\"slug\";s:14:\"wp-user-avatar\";s:6:\"plugin\";s:33:\"wp-user-avatar/wp-user-avatar.php\";s:11:\"new_version\";s:5:\"2.2.9\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-user-avatar/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-user-avatar.2.2.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wp-user-avatar/assets/icon-256x256.png?rev=1755722\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-user-avatar/assets/icon-128x128.png?rev=1755722\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/wp-user-avatar/assets/banner-772x250.png?rev=882713\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:31:\"cookie-notice/cookie-notice.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/cookie-notice\";s:4:\"slug\";s:13:\"cookie-notice\";s:6:\"plugin\";s:31:\"cookie-notice/cookie-notice.php\";s:11:\"new_version\";s:5:\"1.3.2\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/cookie-notice/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/cookie-notice.1.3.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/cookie-notice/assets/icon-256x256.png?rev=1805756\";s:2:\"1x\";s:66:\"https://ps.w.org/cookie-notice/assets/icon-128x128.png?rev=1805756\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/cookie-notice/assets/banner-772x250.png?rev=1805749\";}s:11:\"banners_rtl\";a:0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:6:\"15.6.2\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.15.6.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=2363699\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}s:6:\"tested\";s:3:\"5.6\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";a:0:{}}}}','no'),(62877,'cookie_notice_options','a:34:{s:12:\"message_text\";s:153:\"We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.\";s:11:\"accept_text\";s:2:\"Ok\";s:8:\"see_more\";b:1;s:12:\"see_more_opt\";a:5:{s:4:\"text\";s:14:\"Privacy policy\";s:9:\"link_type\";s:4:\"page\";s:2:\"id\";i:3;s:4:\"link\";s:0:\"\";s:4:\"sync\";b:0;}s:11:\"link_target\";s:6:\"_blank\";s:13:\"link_position\";s:6:\"banner\";s:11:\"refuse_text\";s:2:\"No\";s:19:\"revoke_message_text\";s:69:\"You can revoke your consent any time using the Revoke consent button.\";s:11:\"revoke_text\";s:14:\"Revoke consent\";s:18:\"revoke_cookies_opt\";s:9:\"automatic\";s:16:\"refuse_code_head\";s:0:\"\";s:11:\"refuse_code\";s:0:\"\";s:16:\"on_scroll_offset\";i:100;s:4:\"time\";s:5:\"month\";s:13:\"time_rejected\";s:5:\"month\";s:16:\"script_placement\";s:6:\"header\";s:15:\"coronabar_cases\";b:1;s:22:\"coronabar_text_strings\";a:13:{s:8:\"headline\";s:35:\"Spread the message. Stop the virus.\";s:14:\"step_one_title\";s:5:\"Hands\";s:13:\"step_one_desc\";s:10:\"Wash often\";s:14:\"step_two_title\";s:5:\"Elbow\";s:13:\"step_two_desc\";s:10:\"Cough into\";s:16:\"step_three_title\";s:4:\"Face\";s:15:\"step_three_desc\";s:11:\"Don\'t touch\";s:15:\"step_four_title\";s:5:\"Space\";s:14:\"step_four_desc\";s:12:\"Avoid crowds\";s:15:\"step_five_title\";s:4:\"Home\";s:14:\"step_five_desc\";s:11:\"Stay inside\";s:9:\"confirmed\";s:9:\"Confirmed\";s:9:\"recovered\";s:9:\"Recovered\";}s:8:\"position\";s:6:\"bottom\";s:11:\"hide_effect\";s:4:\"fade\";s:9:\"css_style\";s:9:\"bootstrap\";s:9:\"css_class\";s:0:\"\";s:6:\"colors\";a:3:{s:4:\"text\";s:7:\"#ffffff\";s:3:\"bar\";s:7:\"#dd9933\";s:11:\"bar_opacity\";i:100;}s:10:\"refuse_opt\";b:0;s:14:\"revoke_cookies\";b:0;s:11:\"redirection\";b:0;s:9:\"on_scroll\";b:0;s:8:\"on_click\";b:0;s:19:\"deactivation_delete\";b:0;s:9:\"coronabar\";b:0;s:15:\"coronabar_texts\";b:0;s:14:\"update_version\";i:4;s:13:\"update_notice\";b:1;s:9:\"translate\";b:0;}','no'),(62878,'cookie_notice_version','1.3.2','no'),(63089,'um_cached_users_queue','0','no'),(64674,'_site_transient_timeout_theme_roots','1610503119','no'),(64675,'_site_transient_theme_roots','a:5:{s:4:\"buzz\";s:7:\"/themes\";s:14:\"twentynineteen\";s:50:\"/home/forge/buzz.labcp.co/web/wp/wp-content/themes\";s:15:\"twentyseventeen\";s:50:\"/home/forge/buzz.labcp.co/web/wp/wp-content/themes\";s:13:\"twentysixteen\";s:50:\"/home/forge/buzz.labcp.co/web/wp/wp-content/themes\";s:12:\"twentytwenty\";s:50:\"/home/forge/buzz.labcp.co/web/wp/wp-content/themes\";}','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_popularpostsdata`
--

DROP TABLE IF EXISTS `wp_popularpostsdata`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_popularpostsdata` (
  `postid` bigint(20) NOT NULL,
  `day` datetime NOT NULL,
  `last_viewed` datetime NOT NULL,
  `pageviews` bigint(20) DEFAULT '1',
  PRIMARY KEY (`postid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_popularpostsdata`
--

LOCK TABLES `wp_popularpostsdata` WRITE;
/*!40000 ALTER TABLE `wp_popularpostsdata` DISABLE KEYS */;
INSERT INTO `wp_popularpostsdata` VALUES (3,'2019-09-18 08:39:03','2020-10-18 17:37:43',5),(5,'2019-09-18 08:30:26','2020-10-29 14:35:43',21),(6,'2019-09-17 12:54:43','2020-10-29 14:34:22',34),(7,'2019-09-17 16:07:09','2020-10-22 22:04:45',33),(9,'2019-10-07 15:18:04','2020-10-29 14:33:25',17),(10,'2019-09-17 16:08:18','2020-10-29 14:33:56',34),(11,'2019-09-18 08:31:19','2020-11-29 23:02:30',22),(13,'2019-09-18 08:38:39','2020-08-10 09:56:19',12),(14,'2019-09-18 08:38:51','2020-10-22 22:05:34',8),(15,'2019-09-18 08:38:36','2020-10-22 22:05:14',8),(16,'2019-09-18 08:39:08','2020-10-18 17:38:20',13),(21,'2019-09-17 16:16:46','2020-01-06 09:39:56',5),(22,'2019-09-17 16:13:50','2020-12-03 04:06:24',58),(23,'2019-09-18 08:37:36','2020-11-10 07:00:56',37),(27,'2019-09-17 16:13:53','2020-11-14 05:38:04',15),(53,'2019-10-26 07:23:29','2020-05-18 02:21:57',3),(59,'2019-10-13 03:23:26','2019-11-22 16:31:31',3),(66,'2019-10-13 03:27:10','2019-12-12 19:03:53',7),(77,'2019-10-17 17:38:38','2020-03-07 00:21:19',8),(98,'2019-10-14 12:46:45','2020-06-01 16:17:03',5),(105,'2019-10-24 06:44:39','2020-05-24 13:51:02',4),(116,'2019-10-13 03:40:14','2020-02-24 09:55:13',5),(117,'2019-11-09 13:55:59','2020-08-03 08:00:23',4),(124,'2019-10-13 03:32:32','2020-05-26 09:55:29',4),(140,'2019-10-19 17:46:08','2020-12-03 18:52:11',5),(155,'2019-10-13 03:39:00','2020-11-27 14:56:12',4),(169,'2019-10-13 03:32:18','2020-09-17 12:50:23',5),(185,'2019-10-13 03:27:43','2020-10-24 01:43:15',5),(198,'2019-11-03 05:19:58','2020-05-24 19:32:44',3),(203,'2019-10-23 06:22:54','2020-04-27 12:57:07',3),(215,'2019-10-24 01:05:08','2020-12-06 13:14:24',4),(219,'2019-10-25 02:57:30','2020-12-01 10:33:21',4),(274,'2019-10-22 07:35:05','2019-11-04 17:02:49',2),(281,'2019-10-18 22:37:09','2020-05-28 22:55:34',7),(282,'2019-11-05 21:00:29','2020-05-24 00:09:56',3),(300,'2019-10-17 18:54:16','2020-12-26 10:58:37',5),(321,'2019-10-13 03:30:45','2020-12-28 08:33:06',7),(332,'2019-11-23 09:52:16','2020-12-30 15:24:37',3),(336,'2019-10-13 03:15:21','2020-12-30 11:15:51',5),(357,'2019-10-27 07:30:04','2020-12-25 04:28:00',5),(368,'2019-10-13 03:27:42','2020-06-27 15:06:57',7),(379,'2019-10-14 12:43:16','2020-05-16 04:28:16',4),(386,'2019-10-13 03:07:13','2020-12-01 10:28:30',5),(404,'2019-10-27 17:02:45','2020-12-26 02:57:42',4),(405,'2019-10-14 15:47:16','2020-08-30 18:10:09',5),(420,'2019-10-13 03:26:12','2020-05-17 00:01:08',5),(442,'2019-10-13 03:07:55','2020-11-28 04:35:11',3),(444,'2019-10-13 03:22:14','2020-12-09 03:07:21',5),(456,'2019-10-13 03:11:54','2020-04-18 13:31:06',4),(465,'2019-10-13 03:22:20','2019-11-22 16:23:00',3),(487,'2019-10-25 11:31:40','2020-05-21 14:35:07',4),(491,'2019-09-19 03:33:54','2020-04-09 01:45:07',6),(500,'2019-10-29 02:47:41','2020-02-21 00:09:16',8),(511,'2019-10-30 02:26:08','2021-01-05 03:18:56',5),(513,'2019-10-25 11:02:44','2020-11-29 08:48:12',4),(516,'2019-10-29 23:19:02','2020-02-07 08:03:40',4),(533,'2019-10-13 03:29:06','2020-06-12 18:36:30',4),(542,'2019-10-20 01:14:11','2020-12-02 03:05:55',5),(547,'2019-10-18 13:12:36','2020-05-31 11:42:26',4),(559,'2019-10-13 03:12:21','2020-10-31 21:01:41',6),(560,'2019-10-19 09:05:33','2020-12-14 14:52:40',4),(571,'2019-10-13 03:07:45','2020-12-24 04:31:52',5),(581,'2019-10-13 03:34:40','2020-11-22 13:20:52',4),(594,'2019-10-13 03:28:55','2020-05-24 06:42:10',3),(599,'2019-10-22 21:32:46','2021-01-01 03:18:32',4),(603,'2019-10-13 03:27:39','2019-11-22 22:40:09',2),(622,'2019-10-20 18:58:36','2019-11-23 05:27:10',2),(623,'2019-10-13 03:28:37','2020-08-28 01:19:10',5),(644,'2019-10-13 03:30:33','2020-11-29 06:48:22',3),(648,'2019-11-03 05:48:23','2020-05-21 18:37:21',3),(649,'2019-11-22 16:28:40','2019-11-24 00:11:14',2),(652,'2019-11-22 16:28:29','2020-08-01 22:01:53',2),(660,'2019-11-21 00:50:26','2019-11-22 16:27:37',2),(662,'2019-11-22 16:28:20','2019-11-22 23:51:16',2),(666,'2019-11-22 16:27:17','2019-11-22 16:27:17',1),(676,'2019-11-21 12:08:17','2019-11-22 16:27:55',2),(690,'2019-11-14 19:55:43','2019-11-22 16:28:23',2),(695,'2019-11-17 15:16:01','2019-11-22 16:27:11',2),(700,'2019-10-29 02:46:08','2020-09-10 20:43:21',4),(709,'2019-11-22 16:23:32','2019-11-24 07:36:09',2),(731,'2019-10-29 02:49:14','2020-06-09 02:36:45',4),(746,'2019-10-13 03:32:51','2020-12-14 13:11:56',4),(756,'2019-10-13 03:28:39','2019-11-26 03:47:45',3),(760,'2019-11-22 16:23:37','2019-11-24 02:33:14',2),(762,'2019-10-14 12:47:05','2020-05-10 13:07:59',3),(781,'2019-10-20 13:42:02','2020-11-22 19:22:19',5),(789,'2019-10-13 03:15:45','2020-05-02 15:31:17',3),(828,'2019-10-23 01:33:47','2020-07-07 21:58:14',4),(832,'2019-10-15 07:34:13','2020-04-16 16:23:23',2),(855,'2019-10-13 03:28:18','2020-09-18 04:10:24',7),(861,'2019-11-22 16:28:19','2019-11-22 23:51:29',3),(867,'2019-10-13 03:12:07','2020-05-07 19:12:09',4),(872,'2019-10-13 03:20:47','2020-07-26 11:27:48',6),(888,'2019-10-13 03:32:55','2020-08-21 16:19:15',5),(889,'2019-10-18 21:43:47','2020-04-30 22:11:34',4),(899,'2019-10-13 03:35:22','2019-11-26 01:29:42',2),(907,'2019-10-15 12:37:14','2020-06-09 09:06:46',5),(909,'2019-10-17 21:25:44','2020-11-25 10:17:51',5),(913,'2019-10-13 03:29:21','2020-12-02 23:51:40',6),(924,'2019-10-16 22:23:19','2020-05-24 01:06:52',8),(936,'2019-10-13 03:31:22','2020-04-15 14:00:14',3),(943,'2019-09-23 11:10:54','2020-06-08 19:03:28',5),(961,'2019-10-13 03:20:40','2020-07-31 02:51:39',7),(963,'2019-10-13 03:27:48','2020-04-17 20:47:36',3),(982,'2019-10-13 03:05:09','2020-05-22 18:06:58',3),(984,'2019-10-13 03:26:03','2020-12-20 02:48:07',13),(1003,'2019-10-26 07:12:54','2020-07-27 19:10:44',4),(1013,'2019-10-13 03:04:57','2020-06-01 12:17:17',3),(1016,'2019-10-13 03:31:16','2020-02-01 20:06:43',5),(1046,'2019-10-13 03:28:03','2020-12-06 01:14:29',8),(1073,'2019-10-24 17:06:10','2020-09-22 03:29:23',5),(1082,'2019-10-17 17:57:27','2020-08-28 08:07:27',6),(1089,'2019-10-19 08:56:03','2020-05-28 08:16:57',4),(1095,'2019-10-31 18:28:16','2020-05-14 01:32:47',3),(1105,'2019-10-26 06:56:24','2020-12-31 03:17:16',4),(1117,'2019-10-29 03:29:41','2020-05-11 01:32:00',3),(1120,'2019-10-13 03:38:01','2020-05-05 05:25:21',4),(1126,'2019-10-30 01:48:51','2020-11-23 02:41:51',4),(1134,'2019-09-17 12:54:57','2020-05-27 10:10:45',5),(1139,'2019-10-13 03:29:16','2019-11-24 21:20:05',2),(1148,'2019-09-17 13:03:57','2020-05-24 13:37:50',5),(1151,'2019-10-13 03:30:57','2020-11-30 03:56:00',4),(1156,'2019-10-14 12:42:09','2019-11-22 16:24:17',3),(1162,'2019-10-25 12:43:38','2020-12-11 00:46:39',4),(1176,'2019-10-13 11:00:09','2020-09-04 10:08:22',7),(1199,'2019-10-26 07:13:55','2019-11-04 18:57:59',2),(1213,'2019-11-14 19:12:55','2020-07-23 13:45:48',6),(1225,'2019-10-13 03:12:01','2020-05-07 03:37:57',4),(1246,'2019-09-17 12:57:38','2020-11-25 03:19:20',4),(1251,'2019-10-13 03:19:51','2020-11-30 22:00:56',6),(1257,'2019-10-30 03:36:52','2020-02-07 01:12:28',9),(1263,'2019-10-18 12:34:42','2020-04-27 18:44:59',3),(1265,'2019-10-19 16:11:33','2020-05-01 04:23:34',3),(1282,'2019-10-13 03:28:49','2020-12-15 14:39:13',5),(1295,'2019-11-02 19:32:57','2020-05-23 08:40:38',2),(1348,'2019-10-27 04:24:46','2020-05-23 12:45:23',3),(1355,'2019-10-13 03:16:39','2020-05-31 19:04:31',3),(1359,'2019-10-22 09:03:41','2020-11-30 03:03:09',4),(1377,'2019-10-13 03:37:20','2021-01-02 04:15:36',4),(1380,'2019-10-25 06:14:43','2020-04-27 06:30:05',4),(1394,'2019-11-16 10:56:05','2019-11-22 16:28:18',2),(1395,'2019-10-16 01:43:01','2020-05-24 11:13:10',4),(1403,'2019-11-21 11:49:42','2019-11-22 16:27:37',2),(1426,'2019-10-17 16:51:11','2019-11-26 17:02:56',3),(1429,'2019-10-31 18:28:18','2020-05-25 23:25:57',3),(1434,'2019-10-16 21:07:37','2020-04-30 14:08:38',4),(1440,'2019-10-19 00:43:28','2021-01-05 05:54:43',8),(1443,'2019-09-17 14:59:12','2021-01-12 11:19:05',7),(1445,'2019-10-28 09:57:57','2020-05-23 13:40:04',4),(1459,'2019-10-20 01:25:52','2020-11-30 15:27:12',4),(1471,'2019-10-13 03:39:27','2020-05-16 10:37:23',4),(1476,'2019-09-27 16:16:24','2020-08-15 14:24:34',5),(1479,'2019-10-13 03:21:43','2020-11-30 09:39:30',4),(1480,'2019-10-14 20:31:14','2019-11-22 16:24:16',3),(1481,'2019-09-19 02:52:30','2020-11-14 10:07:29',5),(1483,'2019-10-30 00:00:52','2020-06-15 14:11:39',5),(1487,'2019-10-22 18:51:51','2020-05-17 00:05:37',3),(1502,'2019-10-13 03:12:09','2020-09-29 05:31:32',5),(1509,'2019-10-21 00:27:53','2020-05-01 04:34:14',4),(1511,'2019-10-23 21:00:21','2020-04-08 21:03:50',5),(1515,'2019-11-02 02:12:42','2020-12-16 12:45:28',5),(1529,'2019-10-22 11:12:50','2020-07-26 11:37:58',4),(1531,'2019-10-13 03:03:27','2020-12-01 01:17:49',3),(1533,'2019-11-05 16:09:15','2020-06-22 17:18:18',3),(1542,'2019-10-23 16:05:12','2020-12-16 20:32:27',5),(1543,'2019-10-15 06:28:00','2021-01-10 09:12:06',5),(1552,'2019-10-14 14:50:31','2020-11-29 15:45:42',4),(1557,'2019-10-13 03:24:43','2020-04-14 23:55:35',3),(1573,'2019-10-13 03:27:18','2020-12-10 17:37:35',5),(1585,'2019-10-19 12:43:16','2020-12-23 13:33:22',11),(1603,'2019-10-24 00:43:32','2020-07-31 05:39:06',7),(1606,'2019-10-17 08:29:29','2020-11-27 03:58:28',5),(1609,'2019-10-19 02:46:50','2020-08-23 15:26:34',5),(1612,'2019-10-25 02:58:41','2020-07-26 11:54:06',5),(1617,'2019-10-15 23:58:53','2020-12-11 00:38:38',5),(1618,'2019-10-13 03:34:44','2020-06-04 08:37:37',4),(1620,'2019-10-14 15:56:41','2020-05-25 07:41:32',4),(1640,'2019-10-29 16:11:53','2020-05-23 12:09:34',4),(1649,'2019-10-13 03:30:27','2020-04-25 07:37:16',4),(1655,'2019-10-18 13:03:06','2021-01-07 20:12:27',5),(1656,'2019-10-29 23:15:39','2020-12-27 06:23:03',5),(1662,'2019-11-22 08:37:06','2019-11-22 16:27:57',2),(1670,'2019-10-17 20:47:51','2020-08-22 20:17:56',5),(1672,'2019-10-13 03:13:40','2020-11-06 19:50:51',6),(1691,'2019-09-17 12:57:00','2020-05-30 15:20:21',4),(1695,'2019-10-29 03:58:29','2020-12-30 06:56:28',4),(1704,'2019-10-13 03:23:38','2020-12-02 18:50:21',4),(1715,'2019-10-15 15:37:10','2020-11-30 03:50:43',4),(1734,'2019-10-20 07:34:49','2020-12-16 17:21:02',5),(1735,'2019-10-15 15:18:07','2020-04-27 13:17:19',4),(1747,'2019-10-25 15:35:38','2021-01-05 04:13:56',5),(1750,'2019-10-20 01:06:38','2020-11-18 09:15:02',5),(1757,'2019-10-14 07:38:09','2020-12-17 18:46:12',5),(1758,'2019-11-02 02:16:35','2020-10-23 00:09:46',7),(1766,'2019-10-24 19:19:35','2020-12-06 11:46:37',4),(1788,'2019-10-30 02:53:54','2020-12-02 03:42:00',4),(1791,'2019-10-13 03:30:56','2020-12-16 14:42:32',5),(1801,'2019-10-13 03:31:04','2019-10-31 18:28:49',2),(1817,'2019-10-18 13:49:09','2020-12-16 15:28:09',21),(1822,'2019-10-13 03:27:28','2020-11-27 14:55:11',5),(1829,'2019-10-15 18:18:02','2019-11-24 20:43:30',3),(1836,'2019-10-24 10:49:46','2020-12-16 12:50:47',4),(1838,'2019-10-13 03:20:07','2020-11-05 03:36:27',5),(1849,'2019-10-13 03:18:37','2020-04-24 23:32:08',5),(1855,'2019-10-23 02:54:37','2020-12-07 04:24:28',4),(1860,'2019-10-17 10:32:43','2020-12-30 11:15:10',4),(1869,'2019-10-23 23:31:39','2020-11-30 07:03:25',4),(1885,'2019-11-03 07:42:00','2020-12-27 06:25:59',5),(1890,'2019-11-06 21:24:15','2020-11-13 18:55:36',4),(1895,'2019-10-20 10:54:56','2019-11-22 16:22:37',2),(1901,'2019-10-13 03:20:16','2020-04-15 11:07:07',3),(1910,'2019-10-16 13:33:12','2020-09-26 18:18:37',7),(1911,'2019-10-17 11:10:26','2020-09-14 09:53:50',7),(1927,'2019-10-20 01:14:39','2019-11-19 01:22:58',2),(1934,'2019-10-13 03:20:42','2020-06-21 09:29:56',4),(1935,'2019-10-13 03:26:47','2020-05-23 20:25:39',4),(1943,'2019-10-22 06:02:51','2020-04-28 14:23:24',5),(1946,'2019-10-29 03:07:16','2020-05-08 15:17:08',9),(1955,'2019-10-13 03:16:56','2020-11-29 23:59:11',5),(1965,'2019-10-17 12:54:32','2020-07-31 18:26:51',4),(1973,'2019-10-13 03:12:15','2020-04-15 22:46:45',3),(1980,'2019-10-13 03:38:26','2020-04-15 13:56:25',3),(1983,'2019-10-13 03:25:49','2020-07-21 04:33:15',4),(1987,'2019-10-14 20:22:49','2020-12-15 23:43:44',4),(1990,'2019-10-13 03:28:28','2019-11-03 11:06:57',2),(1993,'2019-10-13 03:29:00','2020-10-19 22:05:17',6),(1998,'2019-10-20 08:54:03','2020-05-31 13:00:28',4),(2006,'2019-10-13 03:27:49','2020-11-29 13:28:20',4),(2008,'2019-10-17 15:07:07','2020-04-29 10:13:09',3),(2019,'2019-10-23 21:43:32','2021-01-08 13:23:17',5),(2024,'2019-10-24 11:38:45','2021-01-06 04:21:17',4),(2028,'2019-10-17 13:32:25','2020-10-03 16:15:36',7),(2041,'2019-10-18 18:05:11','2020-06-09 19:31:02',5),(2044,'2019-10-13 03:32:25','2020-12-17 07:26:26',4),(2056,'2019-10-15 09:56:16','2019-11-22 16:37:27',2),(2058,'2019-10-27 13:48:20','2020-05-08 16:26:03',6),(2067,'2019-11-22 16:28:35','2019-11-22 16:28:35',1),(2071,'2019-11-05 16:03:06','2020-01-26 02:34:59',6),(2074,'2019-10-31 18:14:05','2020-05-14 01:51:40',3),(2078,'2019-10-13 03:20:51','2020-12-05 23:46:25',5),(2088,'2019-11-22 16:28:17','2019-11-25 09:04:56',3),(2090,'2019-10-24 18:15:48','2020-12-08 00:20:18',4),(2098,'2019-11-04 17:31:38','2020-12-05 23:53:24',5),(2101,'2019-10-25 06:36:22','2020-12-26 03:49:28',6),(2107,'2019-09-17 12:57:32','2019-11-22 16:26:31',4),(2108,'2019-10-19 09:52:50','2020-12-03 23:35:13',5),(2126,'2019-10-14 18:56:36','2020-11-30 04:01:14',4),(2130,'2019-10-20 17:54:04','2020-12-31 03:07:27',5),(2143,'2019-09-17 12:57:41','2021-01-03 04:40:52',5),(2152,'2019-10-15 15:27:35','2020-12-27 05:01:53',6),(2155,'2019-11-02 10:05:44','2020-05-08 19:57:14',7),(2156,'2019-10-14 13:35:32','2019-11-26 01:23:52',3),(2157,'2019-10-13 03:20:58','2020-04-16 13:54:40',3),(2164,'2019-10-13 03:28:14','2020-11-30 04:02:53',4),(2176,'2019-10-24 19:27:42','2020-06-12 13:34:42',4),(2187,'2019-10-19 23:31:05','2019-11-22 16:37:07',4),(2192,'2019-11-06 21:25:46','2020-10-18 19:42:41',8),(2195,'2019-10-27 05:20:14','2020-12-16 08:56:05',5),(2197,'2019-10-22 20:36:00','2020-12-25 06:36:15',4),(2200,'2019-10-13 03:39:20','2019-11-26 15:47:12',2),(2207,'2019-10-13 03:27:38','2021-01-06 10:02:19',4),(2220,'2019-10-13 03:40:21','2020-11-29 13:29:07',4),(2223,'2019-10-24 06:46:55','2020-12-02 02:58:14',5),(2225,'2019-11-05 16:19:28','2021-01-05 02:29:14',6),(2236,'2019-10-13 03:24:58','2020-11-22 18:57:14',3),(2237,'2019-10-13 03:21:41','2020-11-30 09:39:02',5),(2244,'2019-11-02 06:00:53','2020-05-27 00:05:09',3),(2246,'2019-10-13 03:24:36','2020-08-02 14:29:35',8),(2247,'2019-10-19 14:27:21','2020-05-01 06:05:48',3),(2253,'2019-10-14 12:45:49','2021-01-12 16:09:06',3),(2267,'2019-10-18 12:26:47','2020-04-29 11:51:05',4),(2268,'2019-10-13 03:29:32','2021-01-02 03:53:09',3),(2273,'2019-10-13 13:43:05','2020-12-17 07:25:10',5),(2278,'2019-10-13 03:22:28','2020-11-18 13:19:12',6),(2283,'2019-10-22 14:22:08','2020-06-06 01:06:10',4),(2295,'2019-10-13 03:24:29','2020-05-13 22:01:56',4),(2305,'2019-09-20 15:54:58','2020-05-16 04:28:55',5),(2310,'2019-10-15 09:08:53','2021-01-06 08:33:48',5),(2316,'2019-10-17 06:45:19','2020-04-29 15:27:57',3),(2321,'2019-10-13 03:22:11','2019-12-13 15:44:06',4),(2335,'2019-10-13 03:28:10','2020-11-30 15:23:58',2),(2337,'2019-10-08 15:49:29','2020-12-25 05:01:59',7),(2346,'2019-10-31 18:26:19','2020-05-15 10:28:38',3),(2367,'2019-10-30 02:54:12','2020-05-22 08:58:07',4),(2373,'2019-10-13 03:40:35','2020-04-27 09:55:02',3),(2376,'2019-10-19 11:37:03','2021-01-02 02:42:27',5),(2381,'2019-10-28 04:55:33','2020-12-28 05:59:32',5),(2387,'2019-10-19 06:15:09','2020-06-20 14:26:44',5),(2392,'2019-10-17 11:03:05','2020-02-28 13:22:32',6),(2396,'2019-10-13 03:21:58','2021-01-09 12:08:36',5),(2402,'2019-10-17 15:26:02','2020-02-08 09:39:03',5),(2405,'2019-09-18 08:14:25','2020-04-01 06:21:42',12),(2410,'2019-11-06 21:30:51','2020-06-04 08:59:25',4),(2419,'2019-10-13 03:22:27','2020-12-16 17:31:21',4),(2423,'2019-10-16 00:17:49','2020-12-31 02:54:35',9),(2427,'2019-10-29 02:48:30','2021-01-03 09:16:44',4),(2433,'2019-10-13 03:30:49','2020-12-29 04:20:51',6),(2434,'2019-10-25 15:57:56','2020-11-25 17:48:33',4),(2446,'2019-10-29 23:12:04','2020-05-14 08:32:35',3),(2453,'2019-10-15 20:58:59','2020-02-08 07:38:02',5),(2457,'2019-10-18 18:53:22','2020-12-16 17:10:59',5),(2458,'2019-10-13 03:18:22','2020-03-04 16:18:31',7),(2473,'2019-10-13 03:26:26','2020-11-14 15:00:08',7),(2480,'2019-10-13 03:06:41','2020-07-19 10:31:38',5),(2485,'2019-10-13 03:28:02','2020-12-30 06:43:03',5),(2487,'2019-10-14 23:42:45','2020-11-19 14:29:58',2),(2492,'2019-10-13 03:28:47','2020-12-17 18:40:21',5),(2495,'2019-10-23 01:48:23','2020-03-19 09:49:26',6),(2501,'2019-09-19 02:51:59','2020-12-22 13:10:16',5),(2503,'2019-11-23 10:20:40','2020-05-07 20:08:27',2),(2506,'2019-10-30 02:17:40','2020-12-11 16:54:31',4),(2507,'2019-10-13 03:38:50','2020-12-25 07:45:22',5),(2510,'2019-10-18 23:09:00','2019-11-18 03:58:34',2),(2544,'2019-10-13 03:15:57','2020-12-04 18:24:06',3),(2547,'2019-10-13 03:28:55','2019-12-21 04:30:46',10),(2551,'2019-10-24 01:48:19','2020-02-08 07:07:57',10),(2558,'2019-10-14 21:41:30','2020-11-13 10:36:30',8),(2566,'2019-10-31 18:14:44','2019-10-31 18:14:44',1),(2596,'2019-10-25 03:05:19','2021-01-02 11:28:30',5),(2598,'2019-11-22 16:26:21','2020-11-29 13:28:42',3),(2600,'2019-10-31 18:14:54','2019-10-31 18:14:54',1),(2616,'2019-10-15 17:55:38','2020-04-17 11:50:43',4),(2619,'2019-10-20 03:22:51','2020-09-25 05:10:18',6),(2628,'2019-10-18 17:37:38','2020-06-08 06:09:23',3),(2629,'2019-10-13 03:21:42','2020-12-28 03:14:34',4),(2653,'2019-10-13 03:23:11','2020-11-27 10:31:55',6),(2668,'2019-10-31 18:13:55','2021-01-01 08:17:10',4),(2673,'2019-10-13 03:31:19','2020-05-17 04:05:33',4),(2679,'2019-10-13 03:11:55','2020-11-30 12:44:42',7),(2701,'2019-11-05 18:50:48','2020-05-21 12:24:46',3),(2704,'2019-10-25 11:20:49','2020-11-25 03:03:42',5),(2715,'2019-10-19 02:08:58','2020-05-24 22:32:46',4),(2736,'2019-10-17 16:22:47','2020-12-07 15:20:25',5),(2748,'2019-10-24 06:43:40','2020-10-08 21:22:06',6),(2762,'2019-10-20 11:32:28','2020-05-01 22:18:49',3),(2763,'2019-10-08 10:51:00','2020-10-10 02:32:15',6),(2770,'2019-10-15 06:20:09','2020-06-26 12:46:19',4),(2775,'2019-10-13 03:31:47','2020-04-18 20:56:11',4),(2783,'2019-10-30 04:56:04','2019-11-25 01:26:14',3),(2790,'2019-10-31 18:13:41','2020-12-11 00:39:40',4),(2794,'2019-10-31 18:13:35','2020-12-17 16:39:31',3),(2798,'2019-10-13 03:17:07','2020-12-06 11:43:39',5),(2884,'2019-10-13 03:25:29','2019-12-21 05:40:53',3),(2897,'2019-10-13 03:11:29','2020-09-04 11:30:45',6),(2993,'2019-10-14 12:41:39','2020-12-11 01:33:46',4),(3008,'2019-10-13 03:29:31','2020-12-13 08:40:35',3),(3040,'2019-09-20 15:55:26','2019-11-22 16:28:51',3),(3061,'2019-11-22 16:28:07','2019-11-24 02:04:53',2),(3064,'2019-11-22 16:27:53','2019-11-23 23:52:15',2),(3222,'2019-10-18 19:31:15','2020-11-15 20:53:36',4),(3279,'2019-10-17 17:00:40','2020-09-02 11:28:56',6),(3321,'2019-11-05 15:48:09','2020-04-03 01:31:46',3),(3371,'2019-10-27 14:38:50','2020-05-18 11:59:12',4),(3384,'2019-11-03 08:48:15','2020-06-21 18:50:13',4),(3392,'2019-10-31 18:23:39','2020-05-14 01:35:41',3),(3501,'2019-11-08 18:57:04','2020-11-05 23:28:41',8),(3502,'2019-10-17 13:22:55','2020-12-16 20:30:45',3),(3526,'2019-11-05 22:41:19','2020-12-25 04:32:08',5),(3535,'2019-10-31 18:27:05','2019-10-31 18:27:05',1),(3540,'2019-10-13 03:25:40','2020-04-16 09:18:21',3),(3560,'2019-11-05 23:31:37','2019-11-26 08:31:45',2),(3643,'2019-10-15 09:01:24','2020-06-14 13:13:46',4),(3662,'2019-10-13 03:26:53','2020-05-14 08:38:08',4),(3678,'2019-09-19 13:40:58','2020-06-13 22:50:56',7),(3687,'2019-10-13 03:32:59','2020-12-03 17:13:24',3),(3690,'2019-10-14 12:47:01','2020-05-24 13:25:42',4),(3691,'2019-09-17 12:54:55','2020-05-11 19:26:39',5),(3706,'2019-10-31 18:24:28','2019-10-31 18:24:28',1),(3713,'2019-10-13 03:21:44','2020-05-14 01:56:46',4),(3723,'2019-09-27 16:20:24','2020-12-19 12:02:39',5),(3727,'2019-10-13 03:38:20','2020-12-30 09:38:38',4),(3741,'2019-10-13 03:37:02','2020-05-13 19:08:28',5),(3750,'2019-10-31 18:24:23','2019-10-31 18:24:23',1),(3769,'2019-10-28 11:24:29','2020-12-03 03:53:23',4),(3773,'2019-10-13 03:39:13','2020-05-14 01:56:56',5),(3809,'2019-10-15 06:24:22','2020-04-17 10:09:35',3),(3843,'2019-11-24 12:39:12','2019-11-24 12:39:12',1),(3847,'2019-10-31 18:29:31','2020-06-09 12:12:35',3),(3854,'2019-10-15 11:59:17','2020-06-09 01:57:21',4),(3860,'2019-10-14 12:48:31','2020-05-13 21:24:15',4),(3867,'2019-10-13 03:26:49','2020-08-02 20:19:18',4),(3888,'2019-11-22 16:23:56','2019-11-24 08:04:34',2),(3890,'2019-10-13 03:30:05','2020-05-21 12:18:40',4),(3921,'2019-11-22 16:23:22','2019-11-24 03:58:24',2),(3922,'2019-11-23 23:23:51','2019-11-23 23:23:51',1),(3926,'2019-10-13 03:31:20','2020-04-26 14:46:54',3),(3928,'2019-11-24 04:36:16','2019-11-24 04:36:16',1),(3932,'2019-11-24 04:17:20','2019-11-24 04:17:20',1),(3934,'2019-09-19 13:41:04','2020-04-27 02:47:02',4),(3936,'2019-11-24 06:10:57','2019-11-24 06:10:57',1),(3941,'2019-10-13 03:28:30','2020-06-02 01:03:04',3),(3952,'2019-11-24 02:52:09','2019-11-24 02:52:09',1),(3960,'2019-11-24 12:01:22','2019-11-24 12:01:22',1),(3962,'2019-10-24 06:46:04','2020-06-25 04:28:42',4),(3963,'2019-11-22 16:23:27','2019-11-24 03:49:01',2),(3965,'2019-11-24 14:27:43','2019-11-24 20:39:41',2),(4010,'2019-09-17 12:57:01','2020-04-24 02:07:19',4),(4052,'2019-11-24 11:13:56','2019-11-24 11:13:56',1),(4056,'2019-11-22 16:23:34','2019-11-24 05:52:01',2),(4057,'2019-11-22 16:23:40','2019-11-24 08:51:54',2),(4062,'2019-11-24 06:41:41','2019-11-24 06:41:41',1),(4065,'2019-11-26 01:31:21','2019-11-26 04:35:05',2),(4067,'2019-11-24 01:55:20','2019-11-24 01:55:20',1),(4068,'2019-11-24 01:17:29','2019-11-24 01:17:29',1),(4073,'2019-11-24 13:23:43','2019-11-24 13:23:43',1),(4075,'2019-11-24 13:30:29','2019-11-24 13:30:29',1),(4086,'2019-10-13 16:52:44','2019-11-22 16:21:14',3),(4104,'2019-09-20 15:55:22','2019-11-26 07:53:53',5),(4120,'2019-10-13 03:37:09','2020-04-15 10:00:19',3),(4165,'2019-10-18 18:34:28','2020-06-16 22:47:38',4),(4168,'2019-10-13 03:30:58','2020-05-13 06:11:40',4),(4170,'2019-10-13 03:33:27','2020-06-14 13:04:18',4),(4202,'2019-10-13 03:21:26','2019-11-22 16:36:23',3),(4229,'2019-10-13 03:38:04','2020-05-05 09:34:34',4),(4246,'2019-10-13 03:37:05','2020-06-19 17:58:08',4),(4254,'2019-10-13 03:29:37','2020-05-31 22:07:30',3),(4319,'2019-11-04 14:11:43','2020-12-06 11:46:10',5),(4340,'2019-10-19 13:58:59','2020-12-07 11:34:21',4),(4367,'2019-10-20 17:32:27','2020-06-14 13:23:12',3),(4372,'2019-10-13 03:20:05','2020-12-10 05:41:59',5),(4373,'2019-10-23 13:26:45','2019-11-24 20:46:16',2),(4399,'2019-10-13 03:36:09','2020-11-27 13:15:56',4),(4400,'2019-11-04 14:09:18','2021-01-06 14:36:39',5),(4403,'2019-10-30 12:00:58','2020-12-25 02:55:39',5),(4406,'2019-10-14 07:26:27','2020-04-15 06:28:54',3),(4408,'2019-10-14 12:43:09','2019-11-24 21:38:58',3),(4429,'2019-10-30 01:30:37','2019-11-23 13:20:32',3),(4432,'2019-10-30 02:28:38','2020-05-23 02:47:56',3),(4438,'2019-10-22 13:06:30','2021-01-11 17:00:04',4),(4454,'2019-10-29 23:19:09','2020-05-18 15:48:26',4),(4457,'2019-10-20 07:06:06','2020-12-30 04:49:25',5),(4464,'2019-10-13 03:13:16','2020-05-30 13:30:16',4),(4470,'2019-10-18 13:27:44','2020-05-23 07:24:55',5),(4476,'2019-10-26 19:26:44','2020-05-07 01:28:45',2),(4484,'2019-10-13 03:20:19','2020-12-07 15:50:04',5),(4490,'2019-10-13 03:25:08','2021-01-05 03:46:17',4),(4491,'2019-10-29 02:47:07','2019-11-23 01:11:35',3),(4500,'2019-10-13 03:36:29','2021-01-02 19:47:23',5),(4505,'2019-10-18 08:57:00','2020-12-12 02:56:46',4),(4506,'2019-10-15 06:46:53','2020-01-07 15:34:10',6),(4516,'2019-10-13 03:38:52','2020-06-01 10:34:38',4),(4524,'2019-10-13 03:38:40','2020-06-01 07:19:09',2),(4537,'2019-10-13 03:38:46','2020-12-17 11:20:48',5),(4542,'2019-10-24 01:33:56','2020-12-30 07:54:51',5),(4545,'2019-10-22 18:23:29','2020-12-21 07:01:26',5),(4550,'2019-10-19 15:24:10','2019-11-09 14:27:00',2),(4552,'2019-11-05 21:22:04','2020-05-23 00:26:43',5),(4563,'2019-10-26 08:17:08','2020-07-04 21:54:46',4),(4569,'2019-10-15 17:41:21','2020-12-22 12:52:12',4),(4577,'2019-10-25 16:24:44','2020-07-14 03:40:59',4),(4583,'2019-10-17 17:47:58','2020-12-10 19:16:29',4),(4587,'2019-11-19 01:36:31','2020-06-26 07:11:00',3),(4589,'2019-10-23 11:02:44','2020-04-26 22:36:33',3),(4598,'2019-10-13 03:25:14','2020-12-17 18:09:53',4),(4601,'2019-10-22 19:58:05','2019-11-25 10:16:19',3),(4606,'2019-10-16 01:24:04','2020-11-30 12:41:36',5),(4614,'2019-10-13 11:11:48','2019-11-23 14:17:19',2),(4615,'2019-10-13 03:19:17','2020-05-31 05:23:18',2),(4626,'2019-10-15 12:56:11','2020-06-02 10:30:07',4),(4661,'2019-10-13 03:27:33','2020-04-18 07:14:30',3),(4667,'2019-10-18 22:52:22','2019-11-15 23:41:49',2),(4678,'2019-10-16 13:04:48','2019-11-22 16:33:05',2),(4682,'2019-10-28 09:07:36','2020-12-17 18:34:08',5),(4691,'2019-10-29 02:45:21','2020-07-22 23:06:43',5),(4697,'2019-10-13 03:12:14','2020-12-11 00:47:50',5),(4707,'2019-10-26 07:20:59','2020-12-28 10:54:28',5),(4712,'2019-10-21 01:40:49','2020-05-17 10:03:01',4),(4724,'2019-10-28 11:38:45','2021-01-01 05:21:57',5),(4725,'2019-10-20 12:58:52','2019-11-23 00:24:15',2),(4732,'2019-10-13 03:08:29','2020-04-27 05:38:30',4),(4738,'2019-10-23 21:57:59','2020-12-27 06:24:49',5),(4759,'2019-10-17 11:48:16','2020-11-30 15:23:36',5),(4770,'2019-10-13 03:12:11','2021-01-12 21:08:34',4),(4772,'2019-10-26 06:53:03','2020-11-10 00:43:18',4),(4774,'2019-10-13 03:35:36','2020-12-28 11:36:47',4),(4776,'2019-11-05 16:05:16','2020-05-19 01:27:40',4),(4782,'2019-10-28 11:09:55','2021-01-01 16:02:44',5),(4786,'2019-10-31 18:13:12','2020-05-15 04:17:06',3),(4790,'2019-10-31 18:13:04','2020-05-26 14:31:23',3),(4795,'2019-10-27 09:21:58','2020-12-25 04:09:07',5),(4798,'2019-10-14 12:46:49','2019-11-22 16:35:31',3),(4801,'2019-10-25 03:17:38','2020-06-05 06:42:04',3),(4808,'2019-10-13 03:28:52','2020-11-13 19:11:58',4),(4819,'2019-11-07 01:12:25','2020-12-17 17:55:41',4),(4823,'2019-10-18 22:40:37','2020-12-09 23:33:57',5),(4836,'2019-11-06 21:27:25','2021-01-13 03:19:16',4),(4848,'2019-11-19 01:16:35','2019-11-22 16:27:32',2),(4860,'2019-10-25 16:48:22','2020-12-02 03:03:52',4),(4867,'2019-11-02 02:21:27','2020-12-30 09:22:02',3),(4872,'2019-10-18 15:19:53','2020-04-26 14:45:27',4),(4893,'2019-10-13 03:31:56','2019-11-24 20:39:30',3),(4910,'2019-10-18 05:05:24','2020-06-15 11:28:56',3),(4918,'2019-10-13 03:31:36','2020-04-26 08:46:07',3),(4940,'2019-10-13 03:29:20','2020-05-16 13:57:38',4),(4957,'2019-10-30 01:56:11','2020-07-05 07:28:50',3),(4972,'2019-10-13 03:31:17','2019-11-24 23:32:38',2),(4990,'2019-10-13 03:14:53','2020-12-16 08:59:27',3),(4993,'2019-10-15 07:05:49','2020-11-23 02:45:44',5),(5022,'2019-10-15 20:49:31','2020-04-24 11:16:01',3),(5026,'2019-10-20 15:51:38','2021-01-03 12:37:35',5),(5031,'2019-10-30 10:34:31','2021-01-02 05:09:07',5),(5041,'2019-10-14 12:42:31','2020-05-16 04:27:39',5),(5057,'2019-10-13 03:28:23','2020-06-10 07:29:27',3),(5059,'2019-10-14 21:46:57','2020-05-30 02:29:10',4),(5067,'2019-10-13 03:17:40','2019-11-22 16:33:15',3),(5074,'2019-10-14 22:05:53','2019-11-22 16:24:36',3),(5097,'2019-09-19 13:40:39','2019-11-22 18:34:01',4),(5101,'2019-09-20 15:55:28','2019-11-22 16:28:14',3),(5104,'2019-11-21 12:07:29','2019-11-22 16:27:44',2),(5106,'2019-10-31 18:28:23','2020-05-26 12:08:48',3),(5108,'2019-10-13 03:29:06','2020-12-27 04:17:19',5),(5113,'2019-10-14 07:32:41','2020-12-30 03:00:18',4),(5117,'2019-10-20 01:17:29','2020-06-08 21:05:28',5),(5121,'2019-09-17 12:56:59','2020-11-26 21:26:27',5),(5129,'2019-11-03 04:23:13','2021-01-03 04:48:06',3),(5132,'2019-11-12 11:56:22','2020-05-24 19:06:54',3),(5144,'2019-10-19 17:55:38','2020-05-29 04:36:30',4),(5165,'2019-10-13 03:11:52','2020-12-24 03:22:21',4),(5174,'2019-10-13 03:29:09','2020-05-31 16:22:07',4),(5199,'2019-10-30 04:40:48','2020-12-15 14:36:15',4),(5200,'2019-10-22 07:54:01','2020-05-31 22:01:50',4),(5210,'2019-10-13 03:28:38','2020-12-06 03:58:24',4),(5238,'2019-10-13 03:20:40','2020-04-06 09:52:29',4),(5239,'2019-10-18 17:18:43','2020-12-07 20:03:26',5),(5246,'2019-10-24 11:45:56','2020-06-21 09:31:49',4),(5255,'2019-10-13 03:19:04','2021-01-07 17:55:20',4),(5266,'2019-11-02 02:24:44','2020-05-24 01:08:52',3),(5268,'2019-10-31 18:20:57','2019-11-02 13:48:57',2),(5297,'2019-10-14 07:13:07','2020-06-29 16:14:48',4),(5308,'2019-10-14 07:43:13','2020-12-04 16:04:35',5),(5313,'2019-10-26 09:50:45','2020-05-02 07:50:18',4),(5316,'2019-10-14 07:15:40','2019-10-14 07:15:40',1),(5327,'2019-09-17 12:59:55','2020-05-24 13:36:05',5),(5328,'2019-10-13 03:28:15','2020-12-16 06:09:41',4),(5330,'2019-10-30 05:10:28','2019-11-26 04:54:01',3),(5337,'2019-10-20 10:13:14','2020-04-26 02:52:56',4),(5351,'2019-11-22 08:01:51','2019-11-22 16:27:40',2),(5353,'2019-10-13 03:35:55','2020-07-09 01:59:16',4),(5363,'2019-10-13 03:39:39','2020-06-04 10:01:01',4),(5369,'2019-10-30 00:51:17','2020-12-10 17:36:33',4),(5371,'2019-11-22 16:27:50','2020-06-25 23:57:52',2),(5375,'2019-10-13 03:31:07','2019-11-22 16:24:10',2),(5380,'2019-10-20 07:28:00','2020-05-27 00:31:30',4),(5383,'2019-10-24 11:09:56','2020-04-28 19:05:17',3),(5384,'2019-10-30 05:53:40','2020-06-13 18:46:07',4),(5388,'2019-10-18 16:52:26','2020-12-07 14:44:42',5),(5394,'2019-11-06 21:27:40','2019-11-22 16:38:08',2),(5398,'2019-10-13 03:38:10','2020-12-06 12:31:41',5),(5407,'2019-10-27 07:05:15','2021-01-09 00:36:23',5),(5436,'2019-11-22 16:28:06','2019-11-24 00:20:41',2),(5455,'2019-10-13 03:08:07','2019-11-22 16:26:56',3),(5456,'2019-10-14 12:40:22','2020-05-23 14:00:29',6),(5458,'2019-10-13 03:33:51','2020-05-26 01:10:01',4),(5469,'2019-10-13 03:28:18','2020-12-05 08:06:57',5),(5471,'2019-10-14 04:56:25','2020-12-04 07:09:25',5),(5518,'2019-10-13 03:21:07','2020-07-17 20:52:36',4),(5530,'2019-10-13 03:33:42','2020-05-23 14:44:42',3),(5551,'2019-10-13 03:30:26','2020-05-17 22:29:39',4),(5557,'2019-10-13 03:33:06','2021-01-03 07:54:42',5),(5582,'2019-10-22 19:29:42','2020-12-31 02:21:41',4),(5602,'2019-10-20 00:51:28','2020-11-29 22:58:36',6),(5618,'2019-10-17 01:48:31','2020-04-26 05:44:25',3),(5634,'2019-10-13 03:27:12','2020-05-30 15:08:49',4),(5638,'2019-10-24 07:18:29','2020-12-05 04:59:26',4),(5641,'2019-10-14 23:22:29','2019-11-04 20:24:24',2),(5645,'2019-10-16 05:48:14','2019-11-24 20:47:03',3),(5649,'2019-10-13 03:05:50','2020-08-17 18:04:29',6),(5655,'2019-10-13 03:31:47','2020-12-06 11:36:13',4),(5658,'2019-10-16 16:14:08','2020-12-13 16:22:49',5),(5662,'2019-10-18 05:57:05','2019-11-25 09:47:55',3),(5668,'2019-10-13 03:17:52','2021-01-10 10:49:04',5),(5672,'2019-10-13 03:31:56','2020-11-15 11:29:34',5),(5680,'2019-10-13 03:28:45','2021-01-06 05:17:42',3),(5687,'2019-10-15 19:33:48','2020-12-06 12:12:45',4),(5692,'2019-10-19 23:31:48','2020-12-04 15:18:04',5),(5699,'2019-10-21 21:00:46','2019-10-21 21:00:46',1),(5701,'2019-10-20 04:20:29','2021-01-07 17:55:20',4),(5706,'2019-10-25 04:48:21','2020-06-09 05:54:02',4),(5711,'2019-10-28 03:29:08','2019-11-22 16:38:55',3),(5718,'2019-10-13 03:35:05','2020-12-06 09:17:44',4),(5730,'2019-10-18 13:31:32','2020-06-14 12:35:51',4),(5736,'2019-10-19 10:53:01','2019-11-22 16:37:15',3),(5745,'2019-10-13 03:25:05','2020-04-26 22:39:58',3),(5751,'2019-10-13 03:28:53','2020-12-10 19:14:16',4),(5763,'2019-10-13 03:28:54','2020-12-10 17:40:59',4),(5783,'2019-10-24 12:26:07','2021-01-06 04:28:53',5),(5788,'2019-11-05 21:07:37','2019-11-22 16:30:42',2),(5797,'2019-10-13 03:30:17','2019-11-04 13:09:01',2),(5803,'2019-10-19 07:14:03','2020-12-31 08:18:41',4),(5809,'2019-10-19 23:55:44','2020-05-14 22:36:46',7),(5813,'2019-10-14 12:43:34','2021-01-03 11:25:02',4),(5819,'2019-10-24 11:24:21','2020-07-13 18:39:04',4),(5830,'2019-10-14 12:46:04','2020-12-04 17:07:58',5),(5837,'2019-09-19 13:40:45','2020-05-24 14:40:49',5),(5841,'2019-10-13 03:34:15','2020-12-05 21:45:25',5),(5844,'2019-10-25 09:14:45','2021-01-08 18:46:06',5),(5854,'2019-10-13 03:26:44','2021-01-04 02:42:16',4),(5855,'2019-10-17 22:22:33','2020-12-14 14:20:02',4),(5865,'2019-10-31 18:24:14','2020-05-25 23:46:24',3),(5867,'2019-11-02 02:15:18','2020-05-20 08:53:37',3),(5869,'2019-11-20 12:50:43','2019-11-22 16:28:48',2),(5876,'2019-10-18 19:21:47','2020-06-13 16:52:34',4),(5879,'2019-11-04 03:00:24','2019-11-25 03:57:38',3),(5884,'2019-10-26 08:45:56','2020-06-06 03:24:19',4),(5897,'2019-10-27 18:07:41','2020-05-09 13:37:18',4),(5899,'2019-10-13 03:38:21','2020-06-11 09:48:34',4),(5902,'2019-10-13 03:31:11','2020-08-29 01:30:25',3),(5904,'2019-10-23 20:24:22','2020-06-28 09:14:13',4),(5918,'2019-10-13 03:27:04','2020-12-31 03:20:45',5),(5920,'2019-09-17 12:54:47','2020-05-11 14:35:27',7),(5945,'2019-10-17 22:31:59','2020-12-25 02:58:37',4),(5966,'2019-10-20 08:46:56','2020-12-02 08:59:26',3),(5973,'2019-10-13 03:28:45','2020-12-16 15:27:09',4),(5974,'2019-10-13 03:22:03','2019-11-22 16:36:31',2),(5977,'2019-10-19 14:36:50','2020-07-17 19:51:20',3),(5984,'2019-10-19 22:45:51','2020-04-23 08:59:14',4),(5988,'2019-10-27 03:15:39','2020-11-30 09:38:54',4),(6001,'2019-11-03 00:35:59','2020-12-30 11:24:19',5),(6005,'2019-10-13 03:31:49','2020-11-22 09:27:19',4),(6011,'2019-10-15 09:27:52','2019-11-22 16:37:41',3),(6016,'2019-10-18 19:12:19','2020-05-18 10:58:22',4),(6020,'2019-10-15 18:08:33','2020-04-15 11:23:06',3),(6036,'2019-10-20 17:10:51','2020-12-15 23:43:09',5),(6040,'2019-10-14 07:31:22','2020-12-07 04:26:27',4),(6050,'2019-10-27 16:48:20','2020-05-25 14:23:19',4),(6057,'2019-10-15 22:05:15','2020-04-26 15:03:40',3),(6067,'2019-10-20 02:03:24','2020-06-12 21:09:28',4),(6069,'2019-09-19 02:51:45','2020-05-05 17:33:24',5),(6077,'2019-10-26 07:05:22','2020-11-21 13:55:42',3),(6079,'2019-11-20 03:41:44','2019-11-22 16:44:37',3),(6091,'2019-10-13 03:31:39','2020-12-12 07:08:39',5),(6097,'2019-10-20 17:18:06','2020-11-22 05:44:04',2),(6105,'2019-10-13 03:31:30','2020-12-15 15:14:59',5),(6113,'2019-10-13 03:17:34','2020-05-30 13:26:44',5),(6116,'2019-09-18 13:31:20','2020-05-13 19:05:12',6),(6119,'2019-11-21 20:45:45','2020-05-21 15:38:59',5),(6131,'2019-10-14 07:23:36','2020-06-06 16:22:32',4),(6143,'2019-10-13 03:16:06','2020-08-18 14:42:30',4),(6147,'2019-10-13 03:22:16','2020-11-13 20:17:46',4),(6148,'2019-10-15 08:21:34','2020-06-10 15:49:41',4),(6154,'2019-10-29 02:46:13','2020-12-04 15:58:15',5),(6162,'2019-11-05 18:43:49','2020-12-23 16:29:23',4),(6173,'2019-10-23 19:48:21','2020-12-03 19:42:22',4),(6182,'2019-10-24 16:12:22','2020-06-02 06:09:36',4),(6188,'2019-10-13 03:16:12','2020-05-29 04:24:45',4),(6195,'2019-10-24 07:32:00','2020-07-11 00:59:14',4),(6199,'2019-10-13 03:34:27','2020-04-20 02:28:42',3),(6203,'2019-10-29 03:36:52','2020-07-06 19:07:32',3),(6204,'2019-10-23 04:14:03','2021-01-06 04:23:41',5),(6206,'2019-11-02 02:14:05','2020-05-31 01:52:42',3),(6218,'2019-10-13 03:32:24','2020-11-13 16:49:25',4),(6222,'2019-10-13 03:22:13','2020-11-29 13:58:35',4),(6252,'2019-10-27 15:00:21','2019-11-22 16:35:12',2),(6253,'2019-10-15 19:05:21','2021-01-03 08:31:49',5),(6258,'2019-11-03 07:51:28','2020-05-16 13:34:11',3),(6269,'2019-10-13 03:22:12','2020-05-14 04:58:41',4),(6273,'2019-10-13 03:29:05','2020-12-17 18:06:15',5),(6276,'2019-11-05 16:00:06','2020-07-31 13:50:09',3),(6279,'2019-10-13 03:12:21','2020-12-11 00:43:16',6),(6287,'2019-11-05 16:58:02','2020-06-04 21:37:43',4),(6292,'2019-10-20 03:34:01','2020-05-17 00:03:25',4),(6294,'2019-11-02 20:29:48','2019-11-23 08:27:05',2),(6297,'2019-10-13 03:27:35','2020-04-16 01:12:35',4),(6300,'2019-10-29 02:46:21','2020-12-30 02:27:47',5),(6308,'2019-10-13 03:36:54','2020-04-17 14:32:58',3),(6309,'2019-10-14 07:01:13','2020-12-26 02:23:25',5),(6314,'2019-10-30 12:15:18','2020-12-04 17:01:30',4),(6322,'2019-11-04 05:17:11','2019-11-26 04:25:37',3),(6332,'2019-10-17 04:25:42','2020-05-24 13:17:29',4),(6336,'2019-10-20 08:10:51','2020-05-22 16:10:49',4),(6342,'2019-10-24 06:45:01','2020-12-24 03:47:13',4),(6351,'2019-10-29 04:12:52','2020-06-05 19:17:33',4),(6356,'2019-09-17 12:57:19','2020-04-17 02:09:59',3),(6367,'2019-10-25 14:53:09','2020-05-22 16:05:06',4),(6368,'2019-10-21 21:12:59','2020-12-27 04:24:22',4),(6369,'2019-11-08 13:57:32','2020-05-27 12:34:48',4),(6380,'2019-10-29 18:31:40','2020-12-27 09:49:21',4),(6382,'2019-10-13 03:29:38','2020-11-23 02:35:27',3),(6391,'2019-09-18 06:54:33','2021-01-07 12:18:18',5),(6397,'2019-10-14 21:52:29','2020-06-12 13:57:20',4),(6400,'2019-09-17 12:56:58','2020-04-23 10:51:08',5),(6405,'2019-10-19 13:11:55','2019-11-22 16:36:46',3),(6418,'2019-10-13 03:17:21','2020-06-04 21:59:37',4),(6425,'2019-10-13 03:30:52','2021-01-03 11:12:47',3),(6426,'2019-10-08 10:52:55','2020-11-18 09:56:26',9),(6427,'2019-10-16 13:43:01','2020-05-22 17:19:50',4),(6438,'2019-10-17 22:03:37','2019-11-22 16:22:06',3),(6452,'2019-10-19 12:52:44','2020-06-01 00:04:27',4),(6456,'2019-10-22 06:23:12','2020-06-07 06:56:22',4),(6461,'2019-10-25 02:58:55','2020-12-06 17:35:10',4),(6462,'2020-04-27 07:22:02','2020-12-03 18:47:29',2),(6469,'2019-10-22 07:06:40','2021-01-09 13:57:41',3),(6472,'2019-10-27 10:30:05','2021-01-01 02:39:45',3),(6480,'2019-11-03 08:10:22','2020-06-22 01:56:50',5),(6489,'2019-10-13 03:27:07','2020-11-30 03:59:01',5),(6498,'2019-10-13 03:26:07','2020-11-29 08:45:45',4),(6505,'2019-10-25 02:51:12','2020-05-21 11:24:22',4),(6507,'2019-10-20 04:42:05','2020-06-10 15:46:17',4),(6520,'2019-10-21 13:27:11','2020-12-30 05:25:47',4),(6522,'2019-11-02 02:17:12','2020-12-04 21:49:39',4),(6532,'2019-10-23 19:55:36','2020-12-16 04:16:19',4),(6537,'2019-10-14 07:17:34','2020-11-29 01:38:45',5),(6573,'2019-10-29 04:27:17','2020-12-05 21:46:42',5),(6587,'2019-10-13 03:29:34','2020-05-16 13:59:08',3),(6590,'2019-10-17 12:07:13','2020-12-30 12:08:46',4),(6594,'2019-10-28 10:27:35','2020-12-11 17:29:42',4),(6599,'2019-10-26 20:31:42','2020-11-24 16:46:43',5),(6605,'2019-10-13 03:31:29','2020-11-14 23:49:26',3),(6610,'2019-10-14 13:44:09','2020-06-05 02:34:48',4),(6618,'2019-10-23 22:12:20','2019-11-25 02:41:54',3),(6623,'2019-10-24 01:26:44','2020-07-17 23:14:12',4),(6627,'2019-10-21 01:41:08','2020-12-06 15:52:56',6),(6629,'2019-09-20 15:54:09','2020-11-26 10:02:45',6),(6631,'2019-10-30 02:08:39','2020-07-24 21:33:36',4),(6636,'2019-10-13 03:16:48','2020-05-28 09:39:14',3),(6656,'2019-10-13 03:28:07','2021-01-02 05:09:08',4),(6657,'2019-09-20 15:56:02','2020-12-16 06:05:10',5),(6659,'2019-10-13 03:37:52','2020-11-13 16:46:51',4),(6666,'2019-10-18 17:16:35','2020-04-27 14:26:16',4),(6670,'2019-10-24 07:15:51','2020-11-29 12:06:29',5),(6672,'2019-10-13 03:28:41','2020-05-05 09:59:00',4),(6677,'2019-10-17 11:29:21','2020-11-14 10:23:29',5),(6680,'2019-10-29 23:15:41','2020-05-30 08:14:47',4),(6695,'2019-10-13 03:37:15','2020-06-13 09:30:51',4),(6715,'2019-10-19 15:43:22','2020-12-03 15:44:28',4),(6722,'2019-10-13 03:29:19','2020-12-27 08:36:15',4),(6730,'2019-10-26 06:47:19','2020-04-27 23:58:20',4),(6735,'2019-10-16 21:26:33','2020-12-03 00:25:22',5),(6747,'2019-10-22 09:57:10','2021-01-11 02:13:35',5),(6750,'2019-10-14 12:48:06','2020-12-06 13:14:46',4),(6754,'2019-10-13 03:19:10','2021-01-11 23:23:59',4),(6760,'2019-10-27 00:07:37','2020-12-07 15:45:22',4),(6763,'2019-10-16 02:42:46','2020-07-02 15:29:39',3),(6766,'2019-10-24 16:25:30','2020-12-14 20:38:49',4),(6770,'2019-10-13 03:31:58','2020-06-05 20:00:19',3),(6776,'2019-10-15 21:27:22','2020-04-29 08:32:16',3),(6780,'2019-10-13 03:27:22','2019-11-22 16:23:50',3),(6783,'2019-11-12 13:17:21','2019-11-22 16:32:45',2),(6787,'2019-10-24 00:07:34','2019-11-26 14:50:31',2),(6793,'2019-10-14 13:33:23','2020-11-13 10:43:05',4),(6795,'2019-10-14 07:59:26','2019-11-26 09:19:04',3),(6807,'2019-10-23 14:25:12','2020-06-16 23:25:36',3),(6817,'2019-10-23 10:41:15','2020-04-28 15:16:00',3),(6828,'2019-10-24 00:36:20','2021-01-01 13:06:04',4),(6836,'2019-10-25 02:52:45','2020-06-26 05:44:47',4),(6852,'2019-10-13 03:30:58','2019-11-22 16:30:16',2),(6857,'2019-10-14 06:16:44','2021-01-12 18:25:54',4),(6860,'2019-11-05 17:53:14','2020-12-31 03:11:37',5),(6868,'2019-11-03 06:07:18','2020-05-27 00:54:43',3),(6869,'2019-10-17 17:11:56','2020-12-30 11:18:11',4),(6878,'2019-10-22 06:28:50','2019-11-23 09:23:51',2),(6886,'2019-10-26 06:57:26','2019-11-22 16:30:36',3),(6890,'2019-10-25 04:19:34','2020-12-06 13:21:51',4),(6897,'2019-10-18 20:47:00','2020-11-27 04:09:20',3),(6898,'2019-10-30 10:20:03','2020-12-28 11:34:45',5),(6908,'2019-10-15 14:59:12','2020-12-27 18:23:08',4),(6924,'2019-10-13 03:29:40','2020-11-27 13:15:53',4),(6928,'2019-10-13 03:31:12','2019-11-24 20:51:30',2),(6932,'2019-10-14 07:39:00','2020-04-18 19:25:09',3),(6943,'2019-10-13 10:01:48','2019-11-26 01:25:14',3),(6949,'2019-10-20 00:47:44','2020-12-12 06:38:41',6),(6951,'2019-10-17 10:04:08','2020-06-03 22:16:32',4),(6982,'2019-10-13 03:32:08','2020-11-19 04:10:34',3),(6986,'2019-10-27 03:41:41','2020-12-24 03:10:19',5),(6990,'2019-10-17 13:04:02','2020-04-22 18:24:21',3),(6997,'2019-10-27 17:53:09','2020-05-10 19:10:55',3),(7000,'2019-11-05 23:02:49','2019-11-26 16:06:10',2),(7005,'2019-10-30 09:15:19','2020-12-27 18:28:07',4),(7008,'2019-10-13 03:32:06','2020-11-29 23:59:05',5),(7016,'2019-09-20 15:55:24','2019-11-22 16:31:49',2),(7019,'2019-10-19 14:46:19','2020-07-19 11:17:46',4),(7020,'2019-11-22 23:08:34','2020-11-22 05:48:34',3),(7042,'2019-10-13 03:34:38','2020-06-12 01:22:53',4),(7044,'2019-10-14 12:44:09','2020-12-01 10:32:37',4),(7053,'2019-10-13 03:32:13','2020-12-17 18:40:50',4),(7060,'2019-10-13 03:21:36','2020-05-15 09:05:17',4),(7072,'2019-10-18 16:07:56','2020-05-21 17:22:02',5),(7074,'2019-10-15 20:05:59','2019-11-25 08:22:42',3),(7080,'2019-10-27 11:17:30','2021-01-12 10:52:21',6),(7082,'2019-10-13 03:31:28','2021-01-09 09:35:51',4),(7094,'2019-10-22 16:29:50','2020-12-26 03:04:10',5),(7099,'2019-10-15 18:36:58','2020-11-27 14:58:38',3),(7103,'2019-11-25 11:22:35','2020-11-06 00:13:05',3),(7109,'2019-10-13 03:29:11','2019-10-13 03:29:11',1),(7113,'2019-10-31 18:28:55','2021-01-03 11:13:55',5),(7124,'2019-10-30 03:40:49','2020-12-26 13:11:53',5),(7129,'2019-10-23 10:12:20','2020-12-25 03:01:14',5),(7133,'2019-10-25 02:52:56','2020-12-06 03:29:21',5),(7139,'2019-10-25 05:17:09','2021-01-04 03:10:24',5),(7151,'2019-10-13 03:32:05','2020-12-30 05:40:46',4),(7155,'2019-10-23 21:50:45','2019-11-26 07:34:54',3),(7157,'2019-10-13 03:28:04','2020-04-19 11:21:42',3),(7159,'2019-11-02 02:20:27','2020-12-07 04:27:11',4),(7161,'2019-11-05 23:24:27','2020-08-21 10:10:12',5),(7179,'2019-10-13 03:29:18','2020-05-24 16:37:53',3),(7180,'2019-10-23 18:58:01','2020-06-02 13:31:42',4),(7182,'2019-10-13 03:22:18','2020-04-28 18:37:17',4),(7183,'2019-10-15 11:13:23','2020-12-07 15:20:03',5),(7187,'2019-10-13 03:28:02','2020-12-27 18:24:38',4),(7196,'2019-11-03 05:29:31','2020-06-10 02:34:08',4),(7201,'2019-10-13 03:33:38','2020-12-17 07:32:41',5),(7205,'2019-10-20 02:39:39','2020-12-31 11:10:53',5),(7246,'2019-10-13 03:28:25','2021-01-06 04:23:12',5),(7247,'2019-10-31 18:12:53','2020-05-26 15:43:22',3),(7249,'2019-10-24 15:43:35','2020-05-26 00:03:39',4),(7288,'2019-11-18 05:16:30','2019-11-22 16:33:53',2),(7291,'2019-11-02 21:45:36','2020-05-20 19:59:42',3),(7292,'2019-11-22 08:15:18','2019-11-22 16:31:12',2),(7303,'2019-11-20 15:14:23','2019-11-22 16:29:19',2),(7304,'2019-10-25 03:25:22','2020-11-30 13:59:04',5),(7312,'2019-11-19 01:42:19','2019-11-22 16:33:43',2),(7319,'2019-09-17 16:08:14','2020-05-25 23:46:50',5),(7320,'2019-10-14 20:50:10','2019-11-22 16:21:56',3),(7325,'2019-10-24 16:41:09','2020-12-21 11:09:47',5),(7327,'2019-09-17 12:57:21','2021-01-01 02:29:04',6),(7338,'2019-10-14 14:31:29','2020-06-09 14:06:14',4),(7352,'2019-10-30 11:53:39','2020-05-14 07:34:43',3),(7360,'2019-10-14 14:22:00','2020-12-31 03:12:02',5),(7383,'2019-10-13 03:27:07','2020-12-01 22:14:07',3),(7395,'2019-10-13 03:30:28','2020-12-28 09:27:04',4),(7402,'2019-10-13 03:29:24','2020-12-27 06:23:54',4),(7403,'2019-10-13 03:32:38','2019-11-22 16:27:05',3),(7407,'2019-11-22 16:23:29','2019-11-24 05:04:44',2),(7410,'2019-10-23 19:41:07','2021-01-07 23:01:47',5),(7412,'2019-09-17 12:57:18','2019-11-26 01:26:15',4),(7417,'2019-11-06 21:22:50','2019-11-22 22:02:15',2),(7421,'2019-10-18 22:02:42','2020-12-26 03:40:50',5),(7426,'2019-10-13 03:18:33','2020-12-06 01:06:58',5),(7432,'2019-10-13 03:26:55','2020-05-13 09:27:16',4),(7435,'2019-09-18 13:31:15','2019-11-27 00:04:48',4),(7437,'2019-10-22 17:55:01','2021-01-02 03:25:32',5),(7441,'2019-10-13 03:31:01','2020-11-29 01:39:22',4),(7444,'2019-10-29 23:15:56','2020-06-01 08:24:16',4),(7449,'2019-10-18 16:40:51','2020-06-02 07:27:26',2),(7457,'2019-10-13 03:22:20','2020-12-16 20:28:24',4),(7472,'2019-10-13 03:15:03','2020-04-16 13:11:07',3),(7476,'2019-11-02 02:21:57','2020-12-30 03:05:23',3),(7479,'2019-10-17 16:03:52','2020-12-12 14:43:38',4),(7488,'2019-10-19 18:24:08','2020-12-06 10:42:44',4),(7502,'2019-10-24 16:01:28','2021-01-03 11:18:36',4),(7505,'2019-10-15 07:06:59','2020-06-08 16:05:55',3),(7509,'2019-10-20 00:08:48','2020-11-30 03:01:45',5),(7512,'2019-10-25 02:56:25','2021-01-09 07:02:28',4),(7521,'2019-10-13 03:27:28','2020-12-10 00:30:07',5),(7526,'2019-10-13 03:17:17','2020-11-22 17:00:11',4),(7530,'2019-10-20 00:14:28','2020-05-20 18:46:14',5),(7535,'2019-10-13 03:30:38','2019-11-22 16:31:07',3),(7540,'2019-10-13 03:29:27','2020-04-16 17:22:12',3),(7552,'2019-10-22 06:57:13','2020-04-28 02:08:08',3),(7554,'2019-10-23 02:45:10','2020-05-14 01:11:40',4),(7555,'2019-10-23 20:02:44','2021-01-03 10:47:45',4),(7571,'2019-10-13 03:18:44','2020-12-02 20:21:23',5),(7577,'2019-10-13 03:11:40','2020-11-29 15:46:11',5),(7579,'2019-10-22 07:16:09','2019-11-23 12:52:12',3),(7591,'2019-10-24 19:05:53','2020-04-30 14:05:17',3),(7601,'2019-10-13 03:12:20','2020-04-24 11:23:07',3),(7612,'2019-09-17 12:59:58','2020-05-11 10:44:42',6),(7614,'2019-10-16 11:16:32','2020-12-05 00:02:56',3),(7616,'2019-10-17 23:19:20','2020-04-27 02:06:45',3),(7617,'2019-09-17 12:54:59','2020-05-26 05:36:54',8),(7620,'2019-10-13 03:29:07','2020-12-06 01:18:31',4),(7636,'2019-10-13 03:33:04','2021-01-09 03:24:30',4),(7641,'2019-11-03 09:54:30','2019-11-28 06:54:19',3),(7646,'2019-10-13 03:27:21','2020-12-15 14:43:18',5),(7650,'2019-10-13 03:21:11','2021-01-04 09:12:44',5),(7651,'2019-10-25 02:56:50','2021-01-03 10:42:08',4),(7652,'2019-10-13 23:36:14','2020-11-14 23:46:28',3),(7662,'2019-10-14 07:46:41','2020-04-25 14:30:38',4),(7665,'2019-11-06 00:29:16','2020-12-17 07:28:57',3),(7690,'2019-10-13 03:31:23','2020-04-19 11:31:28',4),(7693,'2019-10-16 09:55:27','2020-12-17 07:36:36',5),(7695,'2019-10-30 06:00:53','2020-05-16 21:51:22',4),(7698,'2019-11-21 12:25:23','2019-11-22 16:27:58',2),(7707,'2019-10-31 18:44:05','2021-01-01 18:36:55',5),(7716,'2019-10-16 11:56:36','2021-01-11 07:59:50',4),(7723,'2019-11-22 16:27:31','2020-06-15 10:58:14',2),(7725,'2019-11-21 12:18:32','2020-06-09 17:06:22',3),(7728,'2019-10-20 05:25:16','2020-12-30 03:06:10',5),(7734,'2019-10-16 10:14:25','2021-01-04 06:23:47',5),(7744,'2019-10-13 03:26:34','2020-04-18 02:55:25',2),(7745,'2019-10-14 00:32:06','2020-11-14 23:44:44',5),(7762,'2019-11-05 16:15:58','2019-11-26 01:31:56',2),(7769,'2019-10-13 03:31:32','2020-11-25 03:08:39',4),(7776,'2019-10-14 05:18:13','2020-11-22 09:30:58',4),(7781,'2019-10-15 17:59:58','2020-04-15 17:41:21',3),(7801,'2019-10-14 05:26:40','2020-11-30 04:09:01',5),(7807,'2019-10-21 08:51:52','2020-12-07 19:59:09',4),(7810,'2019-10-27 09:36:21','2020-05-13 01:33:27',4),(7817,'2019-11-03 06:54:38','2021-01-03 12:27:29',4),(7845,'2019-10-13 03:11:08','2020-04-28 00:01:18',3),(7853,'2019-10-13 03:28:40','2020-12-02 01:45:48',5),(7877,'2019-10-13 03:18:24','2021-01-03 07:52:18',5),(7878,'2019-11-08 13:45:06','2019-11-26 01:28:49',2),(7907,'2019-10-13 03:06:51','2020-08-13 07:40:39',5),(7935,'2019-10-13 03:09:55','2020-11-09 18:08:13',4),(7948,'2019-10-15 23:49:26','2020-05-05 09:52:14',4),(7949,'2019-10-13 03:31:06','2019-11-23 08:17:37',2),(7961,'2019-10-29 23:13:40','2020-06-07 17:21:58',5),(7967,'2019-11-06 21:23:46','2020-05-31 02:40:52',4),(7973,'2019-11-05 16:04:16','2020-08-29 03:32:31',4),(7977,'2019-09-17 12:57:21','2019-11-27 21:52:01',3),(7990,'2019-10-24 17:17:27','2020-12-12 06:09:33',5),(7998,'2019-10-14 07:16:56','2020-07-26 17:36:56',3),(8003,'2019-10-13 03:40:05','2020-05-11 07:37:30',3),(8007,'2019-10-22 08:22:31','2020-12-31 06:13:00',5),(8012,'2019-10-30 02:23:51','2021-01-01 02:28:39',4),(8018,'2019-10-13 03:16:20','2020-06-08 15:23:06',4),(8021,'2019-10-27 19:12:20','2021-01-10 21:27:14',5),(8030,'2019-11-02 18:30:18','2020-05-21 11:18:32',3),(8037,'2019-10-13 03:24:47','2019-11-22 16:35:31',2),(8041,'2019-10-14 06:26:40','2020-05-14 14:00:07',4),(8045,'2019-10-19 02:03:53','2020-12-21 11:09:22',5),(8048,'2019-11-06 21:36:04','2020-06-04 22:39:17',4),(8052,'2019-10-13 03:26:36','2020-06-14 05:59:15',3),(8060,'2019-10-14 12:44:25','2020-04-18 20:49:52',3),(8063,'2019-11-22 16:31:57','2020-04-19 01:38:04',2),(8066,'2019-11-08 13:30:50','2020-05-21 11:41:30',3),(8069,'2019-10-17 10:51:28','2021-01-02 03:57:31',5),(8074,'2019-10-22 03:03:23','2021-01-07 07:20:16',4),(8078,'2019-10-26 09:29:10','2020-12-02 18:59:26',5),(8083,'2019-10-13 03:11:46','2020-06-19 03:08:25',4),(8086,'2019-10-23 14:17:09','2020-11-21 22:31:56',4),(8089,'2019-10-18 23:18:28','2020-12-19 11:01:55',7),(8096,'2019-10-28 02:19:01','2020-04-13 01:20:44',4),(8097,'2019-10-28 03:50:47','2020-12-16 04:22:19',4),(8100,'2019-11-19 01:27:29','2019-11-22 23:36:56',2),(8101,'2019-11-05 16:48:26','2021-01-03 10:39:55',4),(8103,'2019-11-26 03:28:48','2020-12-08 05:47:53',3),(8105,'2019-10-22 15:47:22','2020-05-17 12:45:30',4),(8120,'2019-10-24 00:57:56','2020-11-30 08:44:38',4),(8123,'2019-10-20 00:04:52','2020-04-29 19:13:57',4),(8124,'2019-10-23 21:07:32','2021-01-07 08:34:17',5),(8128,'2019-10-17 23:47:43','2020-11-30 13:56:06',5),(8150,'2019-11-05 16:03:17','2021-01-12 20:44:49',5),(8156,'2019-10-14 12:44:38','2019-11-23 05:36:39',3),(8160,'2019-10-29 02:56:56','2021-01-02 03:53:57',10),(8170,'2019-10-20 06:22:52','2020-05-27 08:46:37',4),(8171,'2019-10-22 07:25:49','2020-04-29 19:10:29',3),(8174,'2019-10-20 00:41:08','2020-05-15 02:44:02',5),(8180,'2019-10-13 03:32:23','2020-04-20 05:52:08',3),(8186,'2019-10-14 12:48:46','2019-11-23 14:45:48',3),(8193,'2019-11-05 16:03:11','2021-01-02 03:59:03',4),(8195,'2019-10-13 03:38:17','2020-06-11 06:10:51',4),(8200,'2019-10-21 22:54:23','2021-01-01 04:59:06',4),(8204,'2019-10-14 22:53:14','2020-12-07 11:30:35',5),(8215,'2019-10-27 03:36:41','2020-05-16 01:25:29',6),(8218,'2019-10-13 03:34:53','2020-12-10 19:18:04',5),(8230,'2019-10-13 03:29:34','2020-05-25 20:24:59',4),(8231,'2019-10-13 03:29:26','2020-07-16 10:58:45',4),(8237,'2019-10-13 03:30:50','2020-11-14 20:36:58',3),(8239,'2019-10-13 03:27:36','2020-12-22 13:08:46',5),(8241,'2019-10-13 03:34:05','2020-11-06 06:54:22',5),(8251,'2019-11-02 02:40:48','2020-12-12 06:22:14',4),(8253,'2019-10-13 03:36:33','2020-12-27 15:43:40',5),(8259,'2019-10-23 17:09:57','2020-04-30 16:56:54',3),(8263,'2019-10-13 03:38:57','2020-04-15 11:22:03',4),(8269,'2019-10-13 03:28:20','2020-12-11 00:48:12',4),(8275,'2019-09-17 12:59:06','2020-05-16 18:15:04',7),(8277,'2019-10-15 10:15:32','2020-11-30 03:02:51',5),(8281,'2019-10-17 19:52:11','2020-04-26 01:21:07',2),(8284,'2019-10-17 12:26:07','2020-05-04 05:41:28',3),(8287,'2019-10-13 03:31:30','2020-06-04 11:11:28',4),(8291,'2019-09-20 15:53:18','2020-12-25 12:01:06',5),(8298,'2019-10-13 03:22:10','2020-05-02 14:21:16',4),(8301,'2019-10-13 03:34:57','2019-11-22 16:36:35',3),(8322,'2019-10-28 01:34:00','2021-01-10 08:29:01',5),(8325,'2019-10-13 03:32:06','2020-04-30 22:12:08',4),(8327,'2019-11-03 01:42:14','2019-11-24 22:54:45',2),(8330,'2019-09-17 12:57:22','2020-06-03 22:14:41',5),(8342,'2019-10-25 02:56:58','2020-05-31 16:48:47',4),(8352,'2019-10-23 15:50:45','2020-06-05 20:55:20',4),(8355,'2019-11-06 21:28:27','2020-05-28 00:46:27',3),(8360,'2019-11-05 16:10:04','2020-12-27 06:28:52',4),(8372,'2019-09-17 12:57:06','2020-12-11 01:32:58',6),(8374,'2019-10-20 03:44:28','2020-06-06 06:46:18',4),(8379,'2019-11-04 05:46:04','2020-12-28 17:15:33',5),(8388,'2019-09-18 15:59:06','2020-12-24 03:25:47',28),(8391,'2019-10-13 03:20:59','2020-06-19 01:56:24',3),(8425,'2019-10-13 03:32:23','2020-11-22 13:21:06',4),(8426,'2019-10-15 19:52:42','2020-12-16 15:37:22',5),(8427,'2019-10-22 05:22:33','2020-12-08 18:12:11',4),(8432,'2019-10-13 03:20:35','2020-12-03 04:07:02',3),(8437,'2019-10-13 03:28:05','2020-06-26 12:45:58',4),(8450,'2019-10-14 13:53:47','2020-11-29 22:54:12',3),(8467,'2019-10-25 06:30:52','2019-11-27 21:52:22',3),(8472,'2019-10-24 07:31:02','2019-11-24 20:40:55',3),(8474,'2019-10-13 03:20:27','2020-04-15 15:32:34',3),(8477,'2019-10-25 13:25:30','2020-05-17 03:16:05',3),(8482,'2019-09-17 12:57:44','2020-11-30 03:41:12',5),(8489,'2019-10-14 12:40:40','2020-05-28 21:11:24',3),(8502,'2019-09-17 12:54:46','2020-05-13 02:01:52',13),(8506,'2019-09-18 13:31:29','2020-05-14 08:33:31',4),(8521,'2019-10-13 03:19:29','2020-04-27 04:00:10',3),(8526,'2019-10-25 16:33:59','2020-06-04 07:11:18',3),(8527,'2019-10-17 04:18:41','2020-12-06 01:22:22',4),(8533,'2019-10-31 18:23:31','2020-05-15 10:27:01',3),(8537,'2019-10-17 09:35:44','2020-06-06 09:00:03',4),(8544,'2019-10-13 03:29:08','2020-04-28 10:45:07',3),(8555,'2019-10-13 03:19:58','2020-12-08 05:13:26',5),(8560,'2019-10-13 03:28:09','2020-11-12 16:50:27',4),(8563,'2019-10-13 03:18:27','2020-04-26 08:43:20',4),(8565,'2019-10-13 03:22:01','2020-05-18 16:50:09',4),(8573,'2019-11-03 10:42:27','2020-12-07 19:01:47',4),(8574,'2019-11-20 23:45:41','2020-06-15 10:22:57',3),(8575,'2019-10-30 04:34:28','2020-12-27 04:25:34',4),(8588,'2019-11-22 16:28:52','2019-11-22 16:28:52',1),(8593,'2019-10-30 02:50:36','2020-12-04 17:07:16',4),(8596,'2019-10-30 04:48:52','2020-05-27 00:49:23',4),(8605,'2019-09-17 12:57:05','2020-12-11 01:32:13',6),(8611,'2019-11-24 07:55:07','2019-11-24 07:55:07',1),(8614,'2019-10-13 03:19:44','2020-06-07 16:46:15',4),(8621,'2019-10-14 12:43:02','2020-05-13 19:08:07',4),(8628,'2019-10-30 11:32:06','2020-05-18 05:19:19',4),(8629,'2019-10-27 12:07:34','2020-12-09 23:06:48',5),(8634,'2019-10-13 03:19:42','2020-12-25 03:03:18',5),(8638,'2019-10-22 06:38:16','2019-11-22 16:24:06',3),(8641,'2019-09-17 12:57:04','2020-11-23 16:07:41',5),(8646,'2019-10-13 03:20:09','2020-12-06 05:13:20',5),(8659,'2019-10-24 14:31:34','2020-06-07 07:07:19',3),(8668,'2019-10-22 08:31:54','2020-06-16 11:27:32',3),(8673,'2019-10-13 03:31:52','2019-11-26 05:50:49',3),(8680,'2019-09-18 08:31:59','2019-11-24 08:14:00',2),(8681,'2019-09-18 08:30:38','2019-10-31 18:15:02',3),(8685,'2019-10-13 03:28:34','2020-12-26 13:11:47',4),(8686,'2019-10-13 03:18:08','2020-12-10 00:29:51',6),(8688,'2019-10-22 19:44:21','2021-01-04 12:14:43',5),(8692,'2019-10-13 03:32:27','2020-12-26 02:28:22',5),(8705,'2019-10-30 02:31:37','2020-05-30 23:56:28',3),(8710,'2019-09-20 15:55:37','2020-01-30 13:05:59',3),(8713,'2019-10-18 08:14:26','2019-11-22 16:32:15',3),(8719,'2019-10-13 03:18:48','2019-11-22 16:22:51',3),(8726,'2019-10-17 12:16:41','2020-11-23 02:44:59',4),(8729,'2019-10-13 03:26:59','2020-12-15 18:31:12',4),(8744,'2019-10-18 22:33:12','2020-11-26 10:08:28',4),(8752,'2019-11-19 23:46:31','2019-11-22 16:27:43',2),(8758,'2019-10-13 03:19:35','2019-10-13 03:19:35',1),(8767,'2019-10-28 09:50:46','2021-01-09 05:52:16',5),(8773,'2019-11-05 16:15:21','2020-07-08 04:49:15',4),(8778,'2019-10-21 03:58:33','2019-11-19 00:48:47',2),(8785,'2019-10-13 03:26:08','2020-07-21 13:45:38',4),(8788,'2019-10-30 02:03:17','2020-06-20 17:58:22',4),(8790,'2019-10-18 12:25:40','2019-11-26 17:59:45',4),(8793,'2019-10-13 03:27:06','2020-12-30 15:00:50',5),(8807,'2019-10-15 22:35:43','2020-05-20 21:57:54',4),(8811,'2019-10-13 03:31:25','2020-04-16 05:39:04',3),(8827,'2019-11-03 02:49:01','2019-11-25 02:23:01',9),(8836,'2019-10-13 03:34:12','2019-11-27 21:39:05',3),(8843,'2019-10-23 22:26:46','2020-05-08 20:53:53',4),(8853,'2019-11-22 16:28:50','2019-11-22 21:45:29',2),(8857,'2019-10-13 03:21:58','2020-05-10 10:51:43',3),(8860,'2019-10-03 16:22:23','2019-11-26 13:16:42',5),(8861,'2019-09-17 12:54:46','2020-05-15 22:02:13',14),(8867,'2019-10-20 05:03:39','2021-01-05 08:19:59',5),(8871,'2019-10-25 02:55:46','2020-06-08 15:42:24',4),(8873,'2019-10-23 23:45:57','2021-01-03 04:52:40',5),(8882,'2019-10-14 12:41:08','2020-12-07 21:50:22',6),(8899,'2019-09-23 08:26:19','2020-05-13 04:45:04',6),(8915,'2019-10-03 16:04:58','2019-11-03 08:29:20',3),(8925,'2019-10-13 03:27:23','2020-12-16 15:38:43',6),(8932,'2019-10-14 07:23:22','2020-05-08 14:16:49',6),(8939,'2019-09-17 16:07:11','2019-09-20 15:55:41',4),(8945,'2019-10-13 03:30:54','2020-06-22 11:54:33',4),(8967,'2019-10-15 22:24:13','2020-12-04 15:56:40',4),(8975,'2019-10-14 12:41:27','2020-12-03 18:46:57',4),(8976,'2019-10-13 03:31:54','2020-12-26 13:07:42',5),(8988,'2019-10-18 17:56:35','2020-05-31 13:16:42',3),(8992,'2019-10-14 12:41:15','2020-04-18 05:29:02',4),(9007,'2019-10-20 07:42:04','2019-11-22 16:22:35',2),(9022,'2019-10-13 03:37:39','2020-12-06 17:37:56',4),(9026,'2019-10-24 16:34:34','2020-06-05 20:07:31',4),(9028,'2019-10-23 21:31:40','2021-01-03 11:12:16',5),(9040,'2019-10-30 04:20:04','2020-12-31 10:14:40',5),(9045,'2019-09-17 12:57:20','2020-07-05 18:34:24',6),(9062,'2019-10-13 03:29:55','2019-11-16 11:07:01',2),(9070,'2019-10-14 12:42:51','2020-12-30 02:58:18',5),(9075,'2019-10-24 07:06:37','2020-12-26 04:59:15',5),(9079,'2019-10-13 03:12:12','2020-05-07 03:35:12',4),(9088,'2019-10-17 18:44:48','2020-12-16 12:53:18',4),(9091,'2019-10-18 04:50:52','2020-04-28 19:46:51',3),(9093,'2019-10-19 22:34:50','2019-11-26 16:34:34',4),(9104,'2019-10-20 12:02:46','2020-06-04 14:07:37',5),(9125,'2019-10-13 03:33:22','2020-05-26 16:36:35',4),(9131,'2019-10-13 22:55:56','2021-01-12 11:05:20',4),(9150,'2019-10-30 01:34:28','2020-05-09 01:42:19',4),(9168,'2019-10-14 12:44:07','2020-12-24 03:26:30',5),(9173,'2019-10-20 11:54:05','2020-12-27 04:19:09',3),(9193,'2019-11-05 17:07:59','2020-05-29 06:53:16',3),(9196,'2019-10-13 03:28:06','2020-06-02 03:40:01',4),(9202,'2019-11-02 03:47:47','2020-05-17 03:58:20',3),(9208,'2019-10-19 23:03:35','2020-04-26 17:36:14',4),(9211,'2019-10-17 11:38:49','2020-05-15 05:13:59',4),(9219,'2019-10-22 10:16:08','2020-06-14 00:56:54',4),(9225,'2019-10-19 23:03:42','2020-05-15 02:46:59',5),(9228,'2019-10-25 07:55:38','2020-05-22 14:24:16',4),(9232,'2019-11-04 00:57:59','2020-05-23 08:35:37',4),(9236,'2019-10-28 10:22:35','2019-11-22 16:46:54',3),(9238,'2019-09-18 13:36:17','2020-05-27 00:26:48',4),(9249,'2019-09-18 13:36:24','2020-12-07 19:03:57',5),(9251,'2019-09-17 12:55:53','2021-01-09 12:10:02',9),(9258,'2019-09-18 13:36:24','2020-12-12 05:40:01',4),(9275,'2019-10-29 16:58:04','2020-12-26 03:05:28',5),(9278,'2019-09-17 12:55:53','2020-12-17 16:46:25',8),(9285,'2019-10-14 12:47:15','2019-11-22 16:35:39',2),(9306,'2019-09-18 13:36:13','2020-12-03 00:56:34',4),(9312,'2019-09-18 13:36:22','2020-07-05 07:25:46',5),(9316,'2019-11-02 20:41:22','2020-12-29 17:10:23',4),(9337,'2019-09-17 12:57:02','2020-12-22 08:36:02',8),(9340,'2019-09-17 16:08:21','2020-12-07 11:34:37',8),(9343,'2019-09-18 13:36:03','2020-05-20 06:28:55',5),(9345,'2019-10-13 03:12:19','2020-05-15 14:57:33',3),(9349,'2019-09-17 12:55:50','2020-08-27 08:10:52',8),(9355,'2019-09-18 13:36:01','2020-05-26 15:53:45',5),(9363,'2019-10-13 18:19:23','2020-04-29 15:16:39',4),(9372,'2019-09-17 12:57:01','2020-12-03 04:14:18',6),(9373,'2019-09-18 13:36:17','2021-01-04 08:23:49',4),(9384,'2019-10-13 03:26:14','2020-05-30 13:17:04',7),(9393,'2019-09-17 12:55:51','2020-12-11 00:08:21',6),(9394,'2019-10-03 16:22:09','2021-01-03 11:10:00',7),(9398,'2019-10-31 18:14:13','2020-05-14 05:59:08',3),(9403,'2019-10-08 15:49:50','2021-01-04 12:29:01',7),(9423,'2019-10-13 02:59:09','2020-12-02 09:12:50',9),(9424,'2019-10-03 16:00:20','2020-12-25 08:31:03',7),(9432,'2019-10-13 03:08:51','2020-05-14 11:43:18',4),(9436,'2019-09-18 13:36:10','2020-05-14 13:47:40',6),(9443,'2019-10-13 03:26:45','2021-01-01 16:02:47',5),(9447,'2019-10-13 02:58:55','2020-12-30 18:23:24',5),(9455,'2019-09-17 12:57:55','2020-12-17 16:42:54',6),(9460,'2019-09-24 04:51:42','2020-12-11 01:37:57',11),(9461,'2019-09-23 05:50:14','2020-12-11 00:05:42',14),(9470,'2019-10-14 12:40:36','2020-12-11 01:35:01',5),(9474,'2019-10-14 12:40:52','2020-05-16 04:22:21',4),(9480,'2019-09-24 09:47:45','2020-12-11 01:34:38',9),(9497,'2019-10-14 12:41:26','2020-05-14 10:58:58',4),(9498,'2019-10-31 18:11:10','2020-12-11 01:31:38',5),(9508,'2019-09-17 12:56:55','2020-12-17 16:43:59',8),(9531,'2019-10-14 12:40:04','2020-11-06 20:20:25',6),(9536,'2019-09-17 12:55:56','2020-05-27 16:35:09',17),(9538,'2019-09-17 12:23:13','2020-05-26 04:28:38',71),(9544,'2019-09-17 12:55:48','2020-05-23 20:38:21',18),(9546,'2019-09-17 12:57:00','2020-12-11 01:31:03',27),(9552,'2019-09-17 12:55:49','2020-05-10 07:10:19',7),(9566,'2019-11-22 16:25:35','2020-06-03 18:05:33',6),(9592,'2020-09-19 07:39:12','2020-09-19 07:39:12',1);
/*!40000 ALTER TABLE `wp_popularpostsdata` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_popularpostssummary`
--

DROP TABLE IF EXISTS `wp_popularpostssummary`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_popularpostssummary` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `postid` bigint(20) NOT NULL,
  `pageviews` bigint(20) NOT NULL DEFAULT '1',
  `view_date` date NOT NULL,
  `view_datetime` datetime NOT NULL,
  PRIMARY KEY (`ID`),
  KEY `postid` (`postid`),
  KEY `view_date` (`view_date`),
  KEY `view_datetime` (`view_datetime`)
) ENGINE=InnoDB AUTO_INCREMENT=5093 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_popularpostssummary`
--

LOCK TABLES `wp_popularpostssummary` WRITE;
/*!40000 ALTER TABLE `wp_popularpostssummary` DISABLE KEYS */;
INSERT INTO `wp_popularpostssummary` VALUES (1,9538,1,'2019-09-17','2019-09-17 12:23:13'),(2,9538,1,'2019-09-17','2019-09-17 12:54:40'),(3,9538,1,'2019-09-17','2019-09-17 12:54:40'),(4,6,1,'2019-09-17','2019-09-17 12:54:43'),(5,8861,1,'2019-09-17','2019-09-17 12:54:46'),(6,8502,1,'2019-09-17','2019-09-17 12:54:46'),(7,5920,1,'2019-09-17','2019-09-17 12:54:47'),(8,3691,1,'2019-09-17','2019-09-17 12:54:55'),(9,1134,1,'2019-09-17','2019-09-17 12:54:57'),(10,7617,1,'2019-09-17','2019-09-17 12:54:59'),(11,9544,1,'2019-09-17','2019-09-17 12:55:48'),(12,9552,1,'2019-09-17','2019-09-17 12:55:49'),(13,9349,1,'2019-09-17','2019-09-17 12:55:50'),(14,9393,1,'2019-09-17','2019-09-17 12:55:51'),(15,9278,1,'2019-09-17','2019-09-17 12:55:53'),(16,9251,1,'2019-09-17','2019-09-17 12:55:53'),(17,9536,1,'2019-09-17','2019-09-17 12:55:56'),(18,9278,1,'2019-09-17','2019-09-17 12:56:40'),(19,9251,1,'2019-09-17','2019-09-17 12:56:40'),(20,9349,1,'2019-09-17','2019-09-17 12:56:40'),(21,9508,1,'2019-09-17','2019-09-17 12:56:55'),(22,6400,1,'2019-09-17','2019-09-17 12:56:58'),(23,5121,1,'2019-09-17','2019-09-17 12:56:59'),(24,1691,1,'2019-09-17','2019-09-17 12:57:00'),(25,9546,1,'2019-09-17','2019-09-17 12:57:00'),(26,4010,1,'2019-09-17','2019-09-17 12:57:01'),(27,9508,1,'2019-09-17','2019-09-17 12:57:01'),(28,9372,1,'2019-09-17','2019-09-17 12:57:01'),(29,9337,1,'2019-09-17','2019-09-17 12:57:02'),(30,9544,1,'2019-09-17','2019-09-17 12:57:04'),(31,8641,1,'2019-09-17','2019-09-17 12:57:04'),(32,8605,1,'2019-09-17','2019-09-17 12:57:05'),(33,8372,1,'2019-09-17','2019-09-17 12:57:06'),(34,9251,1,'2019-09-17','2019-09-17 12:57:13'),(35,7412,1,'2019-09-17','2019-09-17 12:57:18'),(36,6356,1,'2019-09-17','2019-09-17 12:57:19'),(37,9045,1,'2019-09-17','2019-09-17 12:57:20'),(38,7327,1,'2019-09-17','2019-09-17 12:57:21'),(39,7977,1,'2019-09-17','2019-09-17 12:57:21'),(40,8330,1,'2019-09-17','2019-09-17 12:57:22'),(41,2107,1,'2019-09-17','2019-09-17 12:57:32'),(42,1246,1,'2019-09-17','2019-09-17 12:57:38'),(43,2143,1,'2019-09-17','2019-09-17 12:57:41'),(44,8482,1,'2019-09-17','2019-09-17 12:57:44'),(45,9349,1,'2019-09-17','2019-09-17 12:57:47'),(46,9455,1,'2019-09-17','2019-09-17 12:57:55'),(47,6,1,'2019-09-17','2019-09-17 12:58:57'),(48,8275,1,'2019-09-17','2019-09-17 12:59:06'),(49,8502,1,'2019-09-17','2019-09-17 12:59:10'),(50,5327,1,'2019-09-17','2019-09-17 12:59:55'),(51,7612,1,'2019-09-17','2019-09-17 12:59:58'),(52,1148,1,'2019-09-17','2019-09-17 13:03:57'),(53,1443,1,'2019-09-17','2019-09-17 14:59:12'),(54,1443,1,'2019-09-17','2019-09-17 15:01:15'),(55,1443,1,'2019-09-17','2019-09-17 15:02:29'),(56,7,1,'2019-09-17','2019-09-17 16:07:09'),(57,8939,1,'2019-09-17','2019-09-17 16:07:11'),(58,8939,1,'2019-09-17','2019-09-17 16:07:14'),(59,8939,1,'2019-09-17','2019-09-17 16:08:08'),(60,7319,1,'2019-09-17','2019-09-17 16:08:14'),(61,6,1,'2019-09-17','2019-09-17 16:08:15'),(62,8861,1,'2019-09-17','2019-09-17 16:08:17'),(63,10,1,'2019-09-17','2019-09-17 16:08:18'),(64,9340,1,'2019-09-17','2019-09-17 16:08:21'),(65,9340,1,'2019-09-17','2019-09-17 16:08:25'),(66,7319,1,'2019-09-17','2019-09-17 16:08:37'),(67,8861,1,'2019-09-17','2019-09-17 16:08:51'),(68,8861,1,'2019-09-17','2019-09-17 16:08:59'),(69,22,1,'2019-09-17','2019-09-17 16:13:50'),(70,27,1,'2019-09-17','2019-09-17 16:13:53'),(71,21,1,'2019-09-17','2019-09-17 16:16:46'),(72,22,1,'2019-09-17','2019-09-17 16:16:53'),(73,27,1,'2019-09-17','2019-09-17 16:16:57'),(74,22,1,'2019-09-17','2019-09-17 16:20:58'),(75,27,1,'2019-09-17','2019-09-17 16:21:01'),(76,22,1,'2019-09-17','2019-09-17 16:21:06'),(77,27,1,'2019-09-17','2019-09-17 16:21:38'),(78,27,1,'2019-09-17','2019-09-17 16:21:46'),(79,6391,1,'2019-09-18','2019-09-18 06:54:33'),(80,2405,1,'2019-09-18','2019-09-18 08:14:25'),(81,9546,1,'2019-09-18','2019-09-18 08:25:35'),(82,9546,1,'2019-09-18','2019-09-18 08:26:43'),(83,9544,1,'2019-09-18','2019-09-18 08:29:30'),(84,5,1,'2019-09-18','2019-09-18 08:30:26'),(85,7,1,'2019-09-18','2019-09-18 08:30:32'),(86,5,1,'2019-09-18','2019-09-18 08:30:36'),(87,8681,1,'2019-09-18','2019-09-18 08:30:38'),(88,11,1,'2019-09-18','2019-09-18 08:31:19'),(89,7,1,'2019-09-18','2019-09-18 08:31:57'),(90,8680,1,'2019-09-18','2019-09-18 08:31:59'),(91,22,1,'2019-09-18','2019-09-18 08:32:05'),(92,22,1,'2019-09-18','2019-09-18 08:37:26'),(93,23,1,'2019-09-18','2019-09-18 08:37:36'),(94,22,1,'2019-09-18','2019-09-18 08:37:44'),(95,27,1,'2019-09-18','2019-09-18 08:38:22'),(96,15,1,'2019-09-18','2019-09-18 08:38:36'),(97,13,1,'2019-09-18','2019-09-18 08:38:39'),(98,14,1,'2019-09-18','2019-09-18 08:38:51'),(99,3,1,'2019-09-18','2019-09-18 08:39:03'),(100,16,1,'2019-09-18','2019-09-18 08:39:08'),(101,22,1,'2019-09-18','2019-09-18 08:39:20'),(102,22,1,'2019-09-18','2019-09-18 08:43:09'),(103,9538,1,'2019-09-18','2019-09-18 08:56:24'),(104,22,1,'2019-09-18','2019-09-18 09:37:55'),(105,22,1,'2019-09-18','2019-09-18 09:38:02'),(106,27,1,'2019-09-18','2019-09-18 09:38:04'),(107,27,1,'2019-09-18','2019-09-18 09:38:14'),(108,6,1,'2019-09-18','2019-09-18 13:30:56'),(109,5920,1,'2019-09-18','2019-09-18 13:31:05'),(110,8502,1,'2019-09-18','2019-09-18 13:31:05'),(111,7435,1,'2019-09-18','2019-09-18 13:31:15'),(112,7612,1,'2019-09-18','2019-09-18 13:31:15'),(113,7617,1,'2019-09-18','2019-09-18 13:31:19'),(114,8275,1,'2019-09-18','2019-09-18 13:31:19'),(115,6116,1,'2019-09-18','2019-09-18 13:31:20'),(116,8506,1,'2019-09-18','2019-09-18 13:31:29'),(117,10,1,'2019-09-18','2019-09-18 13:35:52'),(118,9340,1,'2019-09-18','2019-09-18 13:36:00'),(119,9355,1,'2019-09-18','2019-09-18 13:36:01'),(120,9343,1,'2019-09-18','2019-09-18 13:36:03'),(121,9436,1,'2019-09-18','2019-09-18 13:36:10'),(122,9546,1,'2019-09-18','2019-09-18 13:36:10'),(123,9306,1,'2019-09-18','2019-09-18 13:36:13'),(124,9393,1,'2019-09-18','2019-09-18 13:36:14'),(125,9238,1,'2019-09-18','2019-09-18 13:36:17'),(126,9538,1,'2019-09-18','2019-09-18 13:36:17'),(127,9373,1,'2019-09-18','2019-09-18 13:36:17'),(128,9312,1,'2019-09-18','2019-09-18 13:36:22'),(129,9258,1,'2019-09-18','2019-09-18 13:36:24'),(130,9249,1,'2019-09-18','2019-09-18 13:36:24'),(131,8388,1,'2019-09-18','2019-09-18 15:59:06'),(132,2405,1,'2019-09-18','2019-09-18 16:25:01'),(133,9552,1,'2019-09-18','2019-09-18 17:39:05'),(134,6069,1,'2019-09-19','2019-09-19 02:51:45'),(135,2501,1,'2019-09-19','2019-09-19 02:51:59'),(136,1481,1,'2019-09-19','2019-09-19 02:52:30'),(137,491,1,'2019-09-19','2019-09-19 03:33:54'),(138,5,1,'2019-09-19','2019-09-19 07:25:37'),(139,8681,1,'2019-09-19','2019-09-19 07:25:40'),(140,8861,1,'2019-09-19','2019-09-19 13:40:27'),(141,5920,1,'2019-09-19','2019-09-19 13:40:33'),(142,5097,1,'2019-09-19','2019-09-19 13:40:39'),(143,5837,1,'2019-09-19','2019-09-19 13:40:45'),(144,3678,1,'2019-09-19','2019-09-19 13:40:58'),(145,3934,1,'2019-09-19','2019-09-19 13:41:04'),(146,23,1,'2019-09-20','2019-09-20 07:52:13'),(147,22,1,'2019-09-20','2019-09-20 07:52:17'),(148,9508,1,'2019-09-20','2019-09-20 15:52:48'),(149,10,1,'2019-09-20','2019-09-20 15:53:02'),(150,8291,1,'2019-09-20','2019-09-20 15:53:18'),(151,10,1,'2019-09-20','2019-09-20 15:53:20'),(152,6629,1,'2019-09-20','2019-09-20 15:54:09'),(153,6629,1,'2019-09-20','2019-09-20 15:54:20'),(154,6629,1,'2019-09-20','2019-09-20 15:54:55'),(155,2305,1,'2019-09-20','2019-09-20 15:54:58'),(156,6,1,'2019-09-20','2019-09-20 15:55:08'),(157,5,1,'2019-09-20','2019-09-20 15:55:14'),(158,7,1,'2019-09-20','2019-09-20 15:55:16'),(159,9544,1,'2019-09-20','2019-09-20 15:55:18'),(160,4104,1,'2019-09-20','2019-09-20 15:55:22'),(161,7016,1,'2019-09-20','2019-09-20 15:55:24'),(162,3040,1,'2019-09-20','2019-09-20 15:55:26'),(163,5101,1,'2019-09-20','2019-09-20 15:55:28'),(164,1443,1,'2019-09-20','2019-09-20 15:55:32'),(165,8710,1,'2019-09-20','2019-09-20 15:55:37'),(166,8939,1,'2019-09-20','2019-09-20 15:55:41'),(167,4104,1,'2019-09-20','2019-09-20 15:55:55'),(168,6657,1,'2019-09-20','2019-09-20 15:56:02'),(169,9538,1,'2019-09-20','2019-09-20 16:02:12'),(170,9461,1,'2019-09-23','2019-09-23 05:50:14'),(171,6,1,'2019-09-23','2019-09-23 07:27:48'),(172,8861,1,'2019-09-23','2019-09-23 07:27:51'),(173,22,1,'2019-09-23','2019-09-23 07:28:20'),(174,22,1,'2019-09-23','2019-09-23 07:28:23'),(175,27,1,'2019-09-23','2019-09-23 07:29:16'),(176,27,1,'2019-09-23','2019-09-23 07:29:20'),(177,27,1,'2019-09-23','2019-09-23 07:29:33'),(178,22,1,'2019-09-23','2019-09-23 07:29:39'),(179,21,1,'2019-09-23','2019-09-23 07:29:49'),(180,6,1,'2019-09-23','2019-09-23 07:29:59'),(181,8861,1,'2019-09-23','2019-09-23 07:29:59'),(182,7,1,'2019-09-23','2019-09-23 08:26:15'),(183,8899,1,'2019-09-23','2019-09-23 08:26:19'),(184,21,1,'2019-09-23','2019-09-23 08:41:37'),(185,9544,1,'2019-09-23','2019-09-23 11:10:02'),(186,943,1,'2019-09-23','2019-09-23 11:10:54'),(187,9544,1,'2019-09-23','2019-09-23 11:11:13'),(188,9460,1,'2019-09-24','2019-09-24 04:51:42'),(189,9460,1,'2019-09-24','2019-09-24 04:52:18'),(190,9508,1,'2019-09-24','2019-09-24 08:48:08'),(191,9546,1,'2019-09-24','2019-09-24 09:44:53'),(192,9480,1,'2019-09-24','2019-09-24 09:47:45'),(193,9546,1,'2019-09-24','2019-09-24 09:48:43'),(194,9536,1,'2019-09-24','2019-09-24 09:48:54'),(195,9546,1,'2019-09-24','2019-09-24 13:07:01'),(196,9546,1,'2019-09-24','2019-09-24 13:07:16'),(197,9546,1,'2019-09-24','2019-09-24 13:43:56'),(198,9461,1,'2019-09-25','2019-09-25 09:36:42'),(199,22,1,'2019-09-25','2019-09-25 12:34:06'),(200,6,1,'2019-09-27','2019-09-27 16:08:40'),(201,8502,1,'2019-09-27','2019-09-27 16:08:42'),(202,8502,1,'2019-09-27','2019-09-27 16:08:54'),(203,8502,1,'2019-09-27','2019-09-27 16:14:09'),(204,8502,1,'2019-09-27','2019-09-27 16:16:18'),(205,1476,1,'2019-09-27','2019-09-27 16:16:24'),(206,7617,1,'2019-09-27','2019-09-27 16:16:27'),(207,7617,1,'2019-09-27','2019-09-27 16:16:36'),(208,8502,1,'2019-09-27','2019-09-27 16:20:09'),(209,3678,1,'2019-09-27','2019-09-27 16:20:21'),(210,3723,1,'2019-09-27','2019-09-27 16:20:24'),(211,9546,1,'2019-09-30','2019-09-30 16:22:44'),(212,9546,1,'2019-09-30','2019-09-30 16:22:59'),(213,9536,1,'2019-09-30','2019-09-30 16:41:20'),(214,9480,1,'2019-09-30','2019-09-30 17:49:56'),(215,7,1,'2019-10-01','2019-10-01 07:32:57'),(216,9544,1,'2019-10-01','2019-10-01 12:25:49'),(217,9546,1,'2019-10-01','2019-10-01 13:12:29'),(218,9546,1,'2019-10-01','2019-10-01 13:12:35'),(219,9546,1,'2019-10-01','2019-10-01 13:16:48'),(220,9546,1,'2019-10-01','2019-10-01 13:16:54'),(221,9546,1,'2019-10-01','2019-10-01 13:17:18'),(222,9546,1,'2019-10-01','2019-10-01 13:18:09'),(223,9546,1,'2019-10-01','2019-10-01 13:22:05'),(224,9546,1,'2019-10-01','2019-10-01 13:22:13'),(225,9552,1,'2019-10-01','2019-10-01 13:22:33'),(226,9546,1,'2019-10-01','2019-10-01 13:22:55'),(227,7,1,'2019-10-01','2019-10-01 13:25:26'),(228,8899,1,'2019-10-02','2019-10-02 09:28:44'),(229,9337,1,'2019-10-02','2019-10-02 15:14:52'),(230,9424,1,'2019-10-03','2019-10-03 16:00:20'),(231,9424,1,'2019-10-03','2019-10-03 16:00:26'),(232,9436,1,'2019-10-03','2019-10-03 16:04:51'),(233,8915,1,'2019-10-03','2019-10-03 16:04:58'),(234,8915,1,'2019-10-03','2019-10-03 16:05:03'),(235,9394,1,'2019-10-03','2019-10-03 16:22:09'),(236,8860,1,'2019-10-03','2019-10-03 16:22:23'),(237,9544,1,'2019-10-03','2019-10-03 16:24:04'),(238,8860,1,'2019-10-03','2019-10-03 16:24:35'),(239,11,1,'2019-10-04','2019-10-04 14:10:26'),(240,11,1,'2019-10-04','2019-10-04 14:11:20'),(241,22,1,'2019-10-07','2019-10-07 08:36:19'),(242,23,1,'2019-10-07','2019-10-07 08:36:21'),(243,9,1,'2019-10-07','2019-10-07 15:18:04'),(244,9349,1,'2019-10-08','2019-10-08 09:35:50'),(245,7617,1,'2019-10-08','2019-10-08 09:36:14'),(246,8861,1,'2019-10-08','2019-10-08 10:02:22'),(247,2763,1,'2019-10-08','2019-10-08 10:51:00'),(248,6426,1,'2019-10-08','2019-10-08 10:52:55'),(249,6426,1,'2019-10-08','2019-10-08 10:53:03'),(250,6426,1,'2019-10-08','2019-10-08 10:53:05'),(251,6426,1,'2019-10-08','2019-10-08 10:53:08'),(252,9546,1,'2019-10-08','2019-10-08 12:27:01'),(253,8388,1,'2019-10-08','2019-10-08 12:49:21'),(254,6426,1,'2019-10-08','2019-10-08 13:00:57'),(255,9536,1,'2019-10-08','2019-10-08 13:01:11'),(256,9480,1,'2019-10-08','2019-10-08 13:01:19'),(257,9436,1,'2019-10-08','2019-10-08 13:01:28'),(258,9480,1,'2019-10-08','2019-10-08 15:48:56'),(259,2337,1,'2019-10-08','2019-10-08 15:49:29'),(260,9544,1,'2019-10-08','2019-10-08 15:49:36'),(261,9403,1,'2019-10-08','2019-10-08 15:49:50'),(262,8502,1,'2019-10-08','2019-10-08 15:50:00'),(263,8388,1,'2019-10-08','2019-10-08 15:50:31'),(264,8388,1,'2019-10-09','2019-10-09 08:54:58'),(265,2337,1,'2019-10-09','2019-10-09 08:55:43'),(266,8275,1,'2019-10-09','2019-10-09 08:57:03'),(267,6116,1,'2019-10-09','2019-10-09 12:50:57'),(268,22,1,'2019-10-09','2019-10-09 15:51:03'),(269,21,1,'2019-10-09','2019-10-09 15:51:12'),(270,7,1,'2019-10-09','2019-10-09 16:25:52'),(271,7,1,'2019-10-09','2019-10-09 16:26:09'),(272,23,1,'2019-10-10','2019-10-10 14:52:19'),(273,3,1,'2019-10-11','2019-10-11 08:13:52'),(274,8372,1,'2019-10-13','2019-10-13 02:57:31'),(275,9394,1,'2019-10-13','2019-10-13 02:58:10'),(276,9337,1,'2019-10-13','2019-10-13 02:58:31'),(277,9372,1,'2019-10-13','2019-10-13 02:58:32'),(278,9447,1,'2019-10-13','2019-10-13 02:58:55'),(279,9423,1,'2019-10-13','2019-10-13 02:59:09'),(280,9544,1,'2019-10-13','2019-10-13 02:59:16'),(281,8861,1,'2019-10-13','2019-10-13 02:59:21'),(282,9349,1,'2019-10-13','2019-10-13 02:59:33'),(283,1531,1,'2019-10-13','2019-10-13 03:03:27'),(284,3723,1,'2019-10-13','2019-10-13 03:04:34'),(285,1013,1,'2019-10-13','2019-10-13 03:04:57'),(286,982,1,'2019-10-13','2019-10-13 03:05:09'),(287,5649,1,'2019-10-13','2019-10-13 03:05:50'),(288,1246,1,'2019-10-13','2019-10-13 03:06:04'),(289,2480,1,'2019-10-13','2019-10-13 03:06:41'),(290,7907,1,'2019-10-13','2019-10-13 03:06:51'),(291,386,1,'2019-10-13','2019-10-13 03:07:13'),(292,3678,1,'2019-10-13','2019-10-13 03:07:27'),(293,571,1,'2019-10-13','2019-10-13 03:07:45'),(294,442,1,'2019-10-13','2019-10-13 03:07:55'),(295,5455,1,'2019-10-13','2019-10-13 03:08:07'),(296,4732,1,'2019-10-13','2019-10-13 03:08:29'),(297,9432,1,'2019-10-13','2019-10-13 03:08:51'),(298,7935,1,'2019-10-13','2019-10-13 03:09:55'),(299,7845,1,'2019-10-13','2019-10-13 03:11:08'),(300,2897,1,'2019-10-13','2019-10-13 03:11:29'),(301,7577,1,'2019-10-13','2019-10-13 03:11:40'),(302,8083,1,'2019-10-13','2019-10-13 03:11:46'),(303,5165,1,'2019-10-13','2019-10-13 03:11:52'),(304,456,1,'2019-10-13','2019-10-13 03:11:54'),(305,2679,1,'2019-10-13','2019-10-13 03:11:55'),(306,1225,1,'2019-10-13','2019-10-13 03:12:01'),(307,867,1,'2019-10-13','2019-10-13 03:12:07'),(308,1502,1,'2019-10-13','2019-10-13 03:12:09'),(309,4770,1,'2019-10-13','2019-10-13 03:12:11'),(310,9079,1,'2019-10-13','2019-10-13 03:12:12'),(311,4697,1,'2019-10-13','2019-10-13 03:12:14'),(312,1481,1,'2019-10-13','2019-10-13 03:12:15'),(313,1973,1,'2019-10-13','2019-10-13 03:12:15'),(314,9345,1,'2019-10-13','2019-10-13 03:12:19'),(315,7601,1,'2019-10-13','2019-10-13 03:12:20'),(316,559,1,'2019-10-13','2019-10-13 03:12:21'),(317,6279,1,'2019-10-13','2019-10-13 03:12:21'),(318,4464,1,'2019-10-13','2019-10-13 03:13:16'),(319,1672,1,'2019-10-13','2019-10-13 03:13:40'),(320,943,1,'2019-10-13','2019-10-13 03:14:44'),(321,4990,1,'2019-10-13','2019-10-13 03:14:53'),(322,7472,1,'2019-10-13','2019-10-13 03:15:03'),(323,336,1,'2019-10-13','2019-10-13 03:15:21'),(324,789,1,'2019-10-13','2019-10-13 03:15:45'),(325,2544,1,'2019-10-13','2019-10-13 03:15:57'),(326,6143,1,'2019-10-13','2019-10-13 03:16:06'),(327,6188,1,'2019-10-13','2019-10-13 03:16:12'),(328,8018,1,'2019-10-13','2019-10-13 03:16:20'),(329,1355,1,'2019-10-13','2019-10-13 03:16:39'),(330,6636,1,'2019-10-13','2019-10-13 03:16:48'),(331,1955,1,'2019-10-13','2019-10-13 03:16:56'),(332,2798,1,'2019-10-13','2019-10-13 03:17:07'),(333,7526,1,'2019-10-13','2019-10-13 03:17:17'),(334,6418,1,'2019-10-13','2019-10-13 03:17:21'),(335,1134,1,'2019-10-13','2019-10-13 03:17:28'),(336,6113,1,'2019-10-13','2019-10-13 03:17:34'),(337,5067,1,'2019-10-13','2019-10-13 03:17:40'),(338,5668,1,'2019-10-13','2019-10-13 03:17:52'),(339,5097,1,'2019-10-13','2019-10-13 03:18:06'),(340,8686,1,'2019-10-13','2019-10-13 03:18:08'),(341,2458,1,'2019-10-13','2019-10-13 03:18:22'),(342,7877,1,'2019-10-13','2019-10-13 03:18:24'),(343,8563,1,'2019-10-13','2019-10-13 03:18:27'),(344,7426,1,'2019-10-13','2019-10-13 03:18:33'),(345,1849,1,'2019-10-13','2019-10-13 03:18:37'),(346,7571,1,'2019-10-13','2019-10-13 03:18:44'),(347,8719,1,'2019-10-13','2019-10-13 03:18:48'),(348,5255,1,'2019-10-13','2019-10-13 03:19:04'),(349,6754,1,'2019-10-13','2019-10-13 03:19:10'),(350,4615,1,'2019-10-13','2019-10-13 03:19:17'),(351,8521,1,'2019-10-13','2019-10-13 03:19:29'),(352,8758,1,'2019-10-13','2019-10-13 03:19:35'),(353,8634,1,'2019-10-13','2019-10-13 03:19:42'),(354,8614,1,'2019-10-13','2019-10-13 03:19:44'),(355,1251,1,'2019-10-13','2019-10-13 03:19:51'),(356,8555,1,'2019-10-13','2019-10-13 03:19:58'),(357,4372,1,'2019-10-13','2019-10-13 03:20:05'),(358,1838,1,'2019-10-13','2019-10-13 03:20:07'),(359,8646,1,'2019-10-13','2019-10-13 03:20:09'),(360,1901,1,'2019-10-13','2019-10-13 03:20:16'),(361,4484,1,'2019-10-13','2019-10-13 03:20:19'),(362,8474,1,'2019-10-13','2019-10-13 03:20:27'),(363,8432,1,'2019-10-13','2019-10-13 03:20:35'),(364,5238,1,'2019-10-13','2019-10-13 03:20:40'),(365,961,1,'2019-10-13','2019-10-13 03:20:40'),(366,1934,1,'2019-10-13','2019-10-13 03:20:42'),(367,872,1,'2019-10-13','2019-10-13 03:20:47'),(368,2078,1,'2019-10-13','2019-10-13 03:20:51'),(369,2157,1,'2019-10-13','2019-10-13 03:20:58'),(370,8391,1,'2019-10-13','2019-10-13 03:20:59'),(371,5518,1,'2019-10-13','2019-10-13 03:21:07'),(372,7650,1,'2019-10-13','2019-10-13 03:21:11'),(373,4202,1,'2019-10-13','2019-10-13 03:21:26'),(374,4104,1,'2019-10-13','2019-10-13 03:21:28'),(375,7060,1,'2019-10-13','2019-10-13 03:21:36'),(376,2237,1,'2019-10-13','2019-10-13 03:21:41'),(377,2629,1,'2019-10-13','2019-10-13 03:21:42'),(378,1479,1,'2019-10-13','2019-10-13 03:21:43'),(379,3713,1,'2019-10-13','2019-10-13 03:21:44'),(380,2396,1,'2019-10-13','2019-10-13 03:21:58'),(381,8857,1,'2019-10-13','2019-10-13 03:21:58'),(382,8565,1,'2019-10-13','2019-10-13 03:22:01'),(383,5974,1,'2019-10-13','2019-10-13 03:22:03'),(384,8298,1,'2019-10-13','2019-10-13 03:22:10'),(385,2321,1,'2019-10-13','2019-10-13 03:22:11'),(386,6269,1,'2019-10-13','2019-10-13 03:22:12'),(387,6222,1,'2019-10-13','2019-10-13 03:22:13'),(388,444,1,'2019-10-13','2019-10-13 03:22:14'),(389,6147,1,'2019-10-13','2019-10-13 03:22:16'),(390,7182,1,'2019-10-13','2019-10-13 03:22:18'),(391,7457,1,'2019-10-13','2019-10-13 03:22:20'),(392,465,1,'2019-10-13','2019-10-13 03:22:20'),(393,2419,1,'2019-10-13','2019-10-13 03:22:27'),(394,6356,1,'2019-10-13','2019-10-13 03:22:27'),(395,2278,1,'2019-10-13','2019-10-13 03:22:28'),(396,9424,1,'2019-10-13','2019-10-13 03:22:32'),(397,2653,1,'2019-10-13','2019-10-13 03:23:11'),(398,59,1,'2019-10-13','2019-10-13 03:23:26'),(399,1704,1,'2019-10-13','2019-10-13 03:23:38'),(400,2295,1,'2019-10-13','2019-10-13 03:24:29'),(401,2246,1,'2019-10-13','2019-10-13 03:24:36'),(402,1557,1,'2019-10-13','2019-10-13 03:24:43'),(403,8037,1,'2019-10-13','2019-10-13 03:24:47'),(404,2236,1,'2019-10-13','2019-10-13 03:24:58'),(405,5745,1,'2019-10-13','2019-10-13 03:25:05'),(406,4490,1,'2019-10-13','2019-10-13 03:25:08'),(407,4598,1,'2019-10-13','2019-10-13 03:25:14'),(408,2884,1,'2019-10-13','2019-10-13 03:25:29'),(409,3540,1,'2019-10-13','2019-10-13 03:25:40'),(410,8275,1,'2019-10-13','2019-10-13 03:25:41'),(411,5837,1,'2019-10-13','2019-10-13 03:25:44'),(412,1983,1,'2019-10-13','2019-10-13 03:25:49'),(413,3934,1,'2019-10-13','2019-10-13 03:25:58'),(414,984,1,'2019-10-13','2019-10-13 03:26:03'),(415,6498,1,'2019-10-13','2019-10-13 03:26:07'),(416,8785,1,'2019-10-13','2019-10-13 03:26:08'),(417,420,1,'2019-10-13','2019-10-13 03:26:12'),(418,9384,1,'2019-10-13','2019-10-13 03:26:14'),(419,2473,1,'2019-10-13','2019-10-13 03:26:26'),(420,7744,1,'2019-10-13','2019-10-13 03:26:34'),(421,8052,1,'2019-10-13','2019-10-13 03:26:36'),(422,5854,1,'2019-10-13','2019-10-13 03:26:44'),(423,9443,1,'2019-10-13','2019-10-13 03:26:45'),(424,1935,1,'2019-10-13','2019-10-13 03:26:47'),(425,3867,1,'2019-10-13','2019-10-13 03:26:49'),(426,3662,1,'2019-10-13','2019-10-13 03:26:53'),(427,7432,1,'2019-10-13','2019-10-13 03:26:55'),(428,8729,1,'2019-10-13','2019-10-13 03:26:59'),(429,5918,1,'2019-10-13','2019-10-13 03:27:04'),(430,8793,1,'2019-10-13','2019-10-13 03:27:06'),(431,6489,1,'2019-10-13','2019-10-13 03:27:07'),(432,7383,1,'2019-10-13','2019-10-13 03:27:07'),(433,66,1,'2019-10-13','2019-10-13 03:27:10'),(434,5634,1,'2019-10-13','2019-10-13 03:27:12'),(435,1573,1,'2019-10-13','2019-10-13 03:27:18'),(436,7646,1,'2019-10-13','2019-10-13 03:27:21'),(437,6780,1,'2019-10-13','2019-10-13 03:27:22'),(438,8925,1,'2019-10-13','2019-10-13 03:27:23'),(439,1822,1,'2019-10-13','2019-10-13 03:27:28'),(440,7521,1,'2019-10-13','2019-10-13 03:27:28'),(441,4661,1,'2019-10-13','2019-10-13 03:27:33'),(442,6297,1,'2019-10-13','2019-10-13 03:27:35'),(443,8239,1,'2019-10-13','2019-10-13 03:27:36'),(444,2207,1,'2019-10-13','2019-10-13 03:27:38'),(445,603,1,'2019-10-13','2019-10-13 03:27:39'),(446,368,1,'2019-10-13','2019-10-13 03:27:42'),(447,185,1,'2019-10-13','2019-10-13 03:27:43'),(448,963,1,'2019-10-13','2019-10-13 03:27:48'),(449,2006,1,'2019-10-13','2019-10-13 03:27:49'),(450,7187,1,'2019-10-13','2019-10-13 03:28:02'),(451,2485,1,'2019-10-13','2019-10-13 03:28:02'),(452,1046,1,'2019-10-13','2019-10-13 03:28:03'),(453,7157,1,'2019-10-13','2019-10-13 03:28:04'),(454,8437,1,'2019-10-13','2019-10-13 03:28:05'),(455,9196,1,'2019-10-13','2019-10-13 03:28:06'),(456,6656,1,'2019-10-13','2019-10-13 03:28:07'),(457,8560,1,'2019-10-13','2019-10-13 03:28:09'),(458,2335,1,'2019-10-13','2019-10-13 03:28:10'),(459,2164,1,'2019-10-13','2019-10-13 03:28:14'),(460,5328,1,'2019-10-13','2019-10-13 03:28:15'),(461,5469,1,'2019-10-13','2019-10-13 03:28:18'),(462,855,1,'2019-10-13','2019-10-13 03:28:18'),(463,8269,1,'2019-10-13','2019-10-13 03:28:20'),(464,5057,1,'2019-10-13','2019-10-13 03:28:23'),(465,6657,1,'2019-10-13','2019-10-13 03:28:24'),(466,7246,1,'2019-10-13','2019-10-13 03:28:25'),(467,6629,1,'2019-10-13','2019-10-13 03:28:28'),(468,1990,1,'2019-10-13','2019-10-13 03:28:28'),(469,3941,1,'2019-10-13','2019-10-13 03:28:30'),(470,8685,1,'2019-10-13','2019-10-13 03:28:34'),(471,623,1,'2019-10-13','2019-10-13 03:28:37'),(472,5210,1,'2019-10-13','2019-10-13 03:28:38'),(473,756,1,'2019-10-13','2019-10-13 03:28:39'),(474,7853,1,'2019-10-13','2019-10-13 03:28:40'),(475,6672,1,'2019-10-13','2019-10-13 03:28:41'),(476,5973,1,'2019-10-13','2019-10-13 03:28:45'),(477,5680,1,'2019-10-13','2019-10-13 03:28:45'),(478,2492,1,'2019-10-13','2019-10-13 03:28:47'),(479,1282,1,'2019-10-13','2019-10-13 03:28:49'),(480,4808,1,'2019-10-13','2019-10-13 03:28:52'),(481,5751,1,'2019-10-13','2019-10-13 03:28:53'),(482,5763,1,'2019-10-13','2019-10-13 03:28:54'),(483,594,1,'2019-10-13','2019-10-13 03:28:55'),(484,2547,1,'2019-10-13','2019-10-13 03:28:55'),(485,1993,1,'2019-10-13','2019-10-13 03:29:00'),(486,6273,1,'2019-10-13','2019-10-13 03:29:05'),(487,5108,1,'2019-10-13','2019-10-13 03:29:06'),(488,533,1,'2019-10-13','2019-10-13 03:29:06'),(489,7620,1,'2019-10-13','2019-10-13 03:29:07'),(490,8544,1,'2019-10-13','2019-10-13 03:29:08'),(491,5174,1,'2019-10-13','2019-10-13 03:29:09'),(492,7109,1,'2019-10-13','2019-10-13 03:29:11'),(493,6426,1,'2019-10-13','2019-10-13 03:29:13'),(494,1139,1,'2019-10-13','2019-10-13 03:29:16'),(495,7179,1,'2019-10-13','2019-10-13 03:29:18'),(496,6722,1,'2019-10-13','2019-10-13 03:29:19'),(497,4940,1,'2019-10-13','2019-10-13 03:29:20'),(498,913,1,'2019-10-13','2019-10-13 03:29:21'),(499,7402,1,'2019-10-13','2019-10-13 03:29:24'),(500,8231,1,'2019-10-13','2019-10-13 03:29:26'),(501,7540,1,'2019-10-13','2019-10-13 03:29:27'),(502,3008,1,'2019-10-13','2019-10-13 03:29:31'),(503,2268,1,'2019-10-13','2019-10-13 03:29:32'),(504,8230,1,'2019-10-13','2019-10-13 03:29:34'),(505,6587,1,'2019-10-13','2019-10-13 03:29:34'),(506,1148,1,'2019-10-13','2019-10-13 03:29:35'),(507,4254,1,'2019-10-13','2019-10-13 03:29:37'),(508,6382,1,'2019-10-13','2019-10-13 03:29:38'),(509,6924,1,'2019-10-13','2019-10-13 03:29:40'),(510,9062,1,'2019-10-13','2019-10-13 03:29:55'),(511,3890,1,'2019-10-13','2019-10-13 03:30:05'),(512,4010,1,'2019-10-13','2019-10-13 03:30:05'),(513,7435,1,'2019-10-13','2019-10-13 03:30:10'),(514,5797,1,'2019-10-13','2019-10-13 03:30:17'),(515,5551,1,'2019-10-13','2019-10-13 03:30:26'),(516,1649,1,'2019-10-13','2019-10-13 03:30:27'),(517,7395,1,'2019-10-13','2019-10-13 03:30:28'),(518,644,1,'2019-10-13','2019-10-13 03:30:33'),(519,7535,1,'2019-10-13','2019-10-13 03:30:38'),(520,321,1,'2019-10-13','2019-10-13 03:30:45'),(521,2433,1,'2019-10-13','2019-10-13 03:30:49'),(522,8237,1,'2019-10-13','2019-10-13 03:30:50'),(523,6425,1,'2019-10-13','2019-10-13 03:30:52'),(524,8945,1,'2019-10-13','2019-10-13 03:30:54'),(525,1791,1,'2019-10-13','2019-10-13 03:30:56'),(526,1151,1,'2019-10-13','2019-10-13 03:30:57'),(527,6852,1,'2019-10-13','2019-10-13 03:30:58'),(528,4168,1,'2019-10-13','2019-10-13 03:30:58'),(529,7441,1,'2019-10-13','2019-10-13 03:31:01'),(530,1801,1,'2019-10-13','2019-10-13 03:31:04'),(531,7949,1,'2019-10-13','2019-10-13 03:31:06'),(532,5375,1,'2019-10-13','2019-10-13 03:31:07'),(533,1476,1,'2019-10-13','2019-10-13 03:31:08'),(534,5902,1,'2019-10-13','2019-10-13 03:31:11'),(535,6928,1,'2019-10-13','2019-10-13 03:31:12'),(536,8502,1,'2019-10-13','2019-10-13 03:31:14'),(537,1016,1,'2019-10-13','2019-10-13 03:31:16'),(538,4972,1,'2019-10-13','2019-10-13 03:31:17'),(539,2673,1,'2019-10-13','2019-10-13 03:31:19'),(540,3926,1,'2019-10-13','2019-10-13 03:31:20'),(541,936,1,'2019-10-13','2019-10-13 03:31:22'),(542,7690,1,'2019-10-13','2019-10-13 03:31:23'),(543,8811,1,'2019-10-13','2019-10-13 03:31:25'),(544,7082,1,'2019-10-13','2019-10-13 03:31:28'),(545,6605,1,'2019-10-13','2019-10-13 03:31:29'),(546,6105,1,'2019-10-13','2019-10-13 03:31:30'),(547,8287,1,'2019-10-13','2019-10-13 03:31:30'),(548,7769,1,'2019-10-13','2019-10-13 03:31:32'),(549,5121,1,'2019-10-13','2019-10-13 03:31:35'),(550,4918,1,'2019-10-13','2019-10-13 03:31:36'),(551,6091,1,'2019-10-13','2019-10-13 03:31:39'),(552,5655,1,'2019-10-13','2019-10-13 03:31:47'),(553,2775,1,'2019-10-13','2019-10-13 03:31:47'),(554,6005,1,'2019-10-13','2019-10-13 03:31:49'),(555,8673,1,'2019-10-13','2019-10-13 03:31:52'),(556,8976,1,'2019-10-13','2019-10-13 03:31:54'),(557,8482,1,'2019-10-13','2019-10-13 03:31:55'),(558,4893,1,'2019-10-13','2019-10-13 03:31:56'),(559,5672,1,'2019-10-13','2019-10-13 03:31:56'),(560,6770,1,'2019-10-13','2019-10-13 03:31:58'),(561,7151,1,'2019-10-13','2019-10-13 03:32:05'),(562,7008,1,'2019-10-13','2019-10-13 03:32:06'),(563,8325,1,'2019-10-13','2019-10-13 03:32:06'),(564,6982,1,'2019-10-13','2019-10-13 03:32:08'),(565,7053,1,'2019-10-13','2019-10-13 03:32:13'),(566,169,1,'2019-10-13','2019-10-13 03:32:18'),(567,8425,1,'2019-10-13','2019-10-13 03:32:23'),(568,8180,1,'2019-10-13','2019-10-13 03:32:23'),(569,6218,1,'2019-10-13','2019-10-13 03:32:24'),(570,2044,1,'2019-10-13','2019-10-13 03:32:25'),(571,9306,1,'2019-10-13','2019-10-13 03:32:26'),(572,8692,1,'2019-10-13','2019-10-13 03:32:27'),(573,124,1,'2019-10-13','2019-10-13 03:32:32'),(574,7403,1,'2019-10-13','2019-10-13 03:32:38'),(575,8506,1,'2019-10-13','2019-10-13 03:32:40'),(576,746,1,'2019-10-13','2019-10-13 03:32:51'),(577,888,1,'2019-10-13','2019-10-13 03:32:55'),(578,5327,1,'2019-10-13','2019-10-13 03:32:58'),(579,3687,1,'2019-10-13','2019-10-13 03:32:59'),(580,7636,1,'2019-10-13','2019-10-13 03:33:04'),(581,5557,1,'2019-10-13','2019-10-13 03:33:06'),(582,7617,1,'2019-10-13','2019-10-13 03:33:20'),(583,9125,1,'2019-10-13','2019-10-13 03:33:22'),(584,4170,1,'2019-10-13','2019-10-13 03:33:27'),(585,7201,1,'2019-10-13','2019-10-13 03:33:38'),(586,5530,1,'2019-10-13','2019-10-13 03:33:42'),(587,5458,1,'2019-10-13','2019-10-13 03:33:51'),(588,8241,1,'2019-10-13','2019-10-13 03:34:05'),(589,8388,1,'2019-10-13','2019-10-13 03:34:06'),(590,8836,1,'2019-10-13','2019-10-13 03:34:12'),(591,5841,1,'2019-10-13','2019-10-13 03:34:15'),(592,6199,1,'2019-10-13','2019-10-13 03:34:27'),(593,7042,1,'2019-10-13','2019-10-13 03:34:38'),(594,581,1,'2019-10-13','2019-10-13 03:34:40'),(595,1618,1,'2019-10-13','2019-10-13 03:34:44'),(596,8218,1,'2019-10-13','2019-10-13 03:34:53'),(597,8301,1,'2019-10-13','2019-10-13 03:34:57'),(598,5718,1,'2019-10-13','2019-10-13 03:35:05'),(599,899,1,'2019-10-13','2019-10-13 03:35:22'),(600,4774,1,'2019-10-13','2019-10-13 03:35:36'),(601,5353,1,'2019-10-13','2019-10-13 03:35:55'),(602,4399,1,'2019-10-13','2019-10-13 03:36:09'),(603,4500,1,'2019-10-13','2019-10-13 03:36:29'),(604,8253,1,'2019-10-13','2019-10-13 03:36:33'),(605,6308,1,'2019-10-13','2019-10-13 03:36:54'),(606,3741,1,'2019-10-13','2019-10-13 03:37:02'),(607,4246,1,'2019-10-13','2019-10-13 03:37:05'),(608,4120,1,'2019-10-13','2019-10-13 03:37:09'),(609,6695,1,'2019-10-13','2019-10-13 03:37:15'),(610,1377,1,'2019-10-13','2019-10-13 03:37:20'),(611,9022,1,'2019-10-13','2019-10-13 03:37:39'),(612,6659,1,'2019-10-13','2019-10-13 03:37:52'),(613,1120,1,'2019-10-13','2019-10-13 03:38:01'),(614,4229,1,'2019-10-13','2019-10-13 03:38:04'),(615,5398,1,'2019-10-13','2019-10-13 03:38:10'),(616,8195,1,'2019-10-13','2019-10-13 03:38:17'),(617,3727,1,'2019-10-13','2019-10-13 03:38:20'),(618,5899,1,'2019-10-13','2019-10-13 03:38:21'),(619,1980,1,'2019-10-13','2019-10-13 03:38:26'),(620,4524,1,'2019-10-13','2019-10-13 03:38:40'),(621,4537,1,'2019-10-13','2019-10-13 03:38:46'),(622,2507,1,'2019-10-13','2019-10-13 03:38:50'),(623,4516,1,'2019-10-13','2019-10-13 03:38:52'),(624,8263,1,'2019-10-13','2019-10-13 03:38:57'),(625,155,1,'2019-10-13','2019-10-13 03:39:00'),(626,3773,1,'2019-10-13','2019-10-13 03:39:13'),(627,2200,1,'2019-10-13','2019-10-13 03:39:20'),(628,1471,1,'2019-10-13','2019-10-13 03:39:27'),(629,5363,1,'2019-10-13','2019-10-13 03:39:39'),(630,8003,1,'2019-10-13','2019-10-13 03:40:05'),(631,116,1,'2019-10-13','2019-10-13 03:40:14'),(632,2220,1,'2019-10-13','2019-10-13 03:40:21'),(633,2373,1,'2019-10-13','2019-10-13 03:40:35'),(634,6943,1,'2019-10-13','2019-10-13 10:01:48'),(635,1176,1,'2019-10-13','2019-10-13 11:00:09'),(636,4614,1,'2019-10-13','2019-10-13 11:11:48'),(637,2273,1,'2019-10-13','2019-10-13 13:43:05'),(638,4086,1,'2019-10-13','2019-10-13 16:52:44'),(639,9363,1,'2019-10-13','2019-10-13 18:19:23'),(640,9546,1,'2019-10-13','2019-10-13 20:53:51'),(641,9131,1,'2019-10-13','2019-10-13 22:55:56'),(642,7652,1,'2019-10-13','2019-10-13 23:36:14'),(643,7745,1,'2019-10-14','2019-10-14 00:32:06'),(644,6069,1,'2019-10-14','2019-10-14 01:17:37'),(645,5471,1,'2019-10-14','2019-10-14 04:56:25'),(646,7776,1,'2019-10-14','2019-10-14 05:18:13'),(647,7801,1,'2019-10-14','2019-10-14 05:26:40'),(648,6857,1,'2019-10-14','2019-10-14 06:16:44'),(649,8041,1,'2019-10-14','2019-10-14 06:26:40'),(650,6309,1,'2019-10-14','2019-10-14 07:01:13'),(651,5297,1,'2019-10-14','2019-10-14 07:13:07'),(652,5316,1,'2019-10-14','2019-10-14 07:15:40'),(653,7998,1,'2019-10-14','2019-10-14 07:16:56'),(654,6537,1,'2019-10-14','2019-10-14 07:17:34'),(655,8932,1,'2019-10-14','2019-10-14 07:23:22'),(656,6131,1,'2019-10-14','2019-10-14 07:23:36'),(657,4406,1,'2019-10-14','2019-10-14 07:26:27'),(658,6040,1,'2019-10-14','2019-10-14 07:31:22'),(659,5113,1,'2019-10-14','2019-10-14 07:32:41'),(660,1757,1,'2019-10-14','2019-10-14 07:38:09'),(661,6932,1,'2019-10-14','2019-10-14 07:39:00'),(662,5308,1,'2019-10-14','2019-10-14 07:43:13'),(663,7662,1,'2019-10-14','2019-10-14 07:46:41'),(664,6795,1,'2019-10-14','2019-10-14 07:59:26'),(665,9455,1,'2019-10-14','2019-10-14 12:39:37'),(666,9552,1,'2019-10-14','2019-10-14 12:39:56'),(667,9531,1,'2019-10-14','2019-10-14 12:40:04'),(668,8899,1,'2019-10-14','2019-10-14 12:40:16'),(669,9393,1,'2019-10-14','2019-10-14 12:40:21'),(670,5456,1,'2019-10-14','2019-10-14 12:40:22'),(671,9278,1,'2019-10-14','2019-10-14 12:40:25'),(672,9470,1,'2019-10-14','2019-10-14 12:40:36'),(673,8489,1,'2019-10-14','2019-10-14 12:40:40'),(674,9474,1,'2019-10-14','2019-10-14 12:40:52'),(675,8882,1,'2019-10-14','2019-10-14 12:41:08'),(676,8992,1,'2019-10-14','2019-10-14 12:41:15'),(677,9497,1,'2019-10-14','2019-10-14 12:41:26'),(678,8975,1,'2019-10-14','2019-10-14 12:41:27'),(679,2993,1,'2019-10-14','2019-10-14 12:41:39'),(680,9536,1,'2019-10-14','2019-10-14 12:41:41'),(681,9538,1,'2019-10-14','2019-10-14 12:41:49'),(682,1156,1,'2019-10-14','2019-10-14 12:42:09'),(683,9480,1,'2019-10-14','2019-10-14 12:42:28'),(684,5041,1,'2019-10-14','2019-10-14 12:42:31'),(685,9070,1,'2019-10-14','2019-10-14 12:42:51'),(686,9461,1,'2019-10-14','2019-10-14 12:42:52'),(687,8621,1,'2019-10-14','2019-10-14 12:43:02'),(688,4408,1,'2019-10-14','2019-10-14 12:43:09'),(689,379,1,'2019-10-14','2019-10-14 12:43:16'),(690,8605,1,'2019-10-14','2019-10-14 12:43:26'),(691,5813,1,'2019-10-14','2019-10-14 12:43:34'),(692,9460,1,'2019-10-14','2019-10-14 12:43:55'),(693,9168,1,'2019-10-14','2019-10-14 12:44:07'),(694,7044,1,'2019-10-14','2019-10-14 12:44:09'),(695,8060,1,'2019-10-14','2019-10-14 12:44:25'),(696,8156,1,'2019-10-14','2019-10-14 12:44:38'),(697,2305,1,'2019-10-14','2019-10-14 12:45:04'),(698,2253,1,'2019-10-14','2019-10-14 12:45:49'),(699,5830,1,'2019-10-14','2019-10-14 12:46:04'),(700,98,1,'2019-10-14','2019-10-14 12:46:45'),(701,4798,1,'2019-10-14','2019-10-14 12:46:49'),(702,3690,1,'2019-10-14','2019-10-14 12:47:01'),(703,762,1,'2019-10-14','2019-10-14 12:47:05'),(704,9285,1,'2019-10-14','2019-10-14 12:47:15'),(705,5920,1,'2019-10-14','2019-10-14 12:47:28'),(706,6750,1,'2019-10-14','2019-10-14 12:48:06'),(707,3860,1,'2019-10-14','2019-10-14 12:48:31'),(708,8186,1,'2019-10-14','2019-10-14 12:48:46'),(709,6793,1,'2019-10-14','2019-10-14 13:33:23'),(710,2156,1,'2019-10-14','2019-10-14 13:35:32'),(711,6610,1,'2019-10-14','2019-10-14 13:44:09'),(712,8450,1,'2019-10-14','2019-10-14 13:53:47'),(713,7360,1,'2019-10-14','2019-10-14 14:22:00'),(714,7338,1,'2019-10-14','2019-10-14 14:31:29'),(715,1552,1,'2019-10-14','2019-10-14 14:50:31'),(716,2107,1,'2019-10-14','2019-10-14 15:03:48'),(717,10,1,'2019-10-14','2019-10-14 15:16:19'),(718,10,1,'2019-10-14','2019-10-14 15:16:30'),(719,10,1,'2019-10-14','2019-10-14 15:16:42'),(720,405,1,'2019-10-14','2019-10-14 15:47:16'),(721,1620,1,'2019-10-14','2019-10-14 15:56:41'),(722,2501,1,'2019-10-14','2019-10-14 16:44:01'),(723,1691,1,'2019-10-14','2019-10-14 17:40:50'),(724,2126,1,'2019-10-14','2019-10-14 18:56:36'),(725,1987,1,'2019-10-14','2019-10-14 20:22:49'),(726,1480,1,'2019-10-14','2019-10-14 20:31:14'),(727,7320,1,'2019-10-14','2019-10-14 20:50:10'),(728,2558,1,'2019-10-14','2019-10-14 21:41:30'),(729,5059,1,'2019-10-14','2019-10-14 21:46:57'),(730,6397,1,'2019-10-14','2019-10-14 21:52:29'),(731,5074,1,'2019-10-14','2019-10-14 22:05:53'),(732,6116,1,'2019-10-14','2019-10-14 22:34:17'),(733,8204,1,'2019-10-14','2019-10-14 22:53:14'),(734,5641,1,'2019-10-14','2019-10-14 23:22:29'),(735,2487,1,'2019-10-14','2019-10-14 23:42:45'),(736,9355,1,'2019-10-15','2019-10-15 06:17:26'),(737,2770,1,'2019-10-15','2019-10-15 06:20:09'),(738,3809,1,'2019-10-15','2019-10-15 06:24:22'),(739,1543,1,'2019-10-15','2019-10-15 06:28:00'),(740,4506,1,'2019-10-15','2019-10-15 06:46:53'),(741,4993,1,'2019-10-15','2019-10-15 07:05:49'),(742,7505,1,'2019-10-15','2019-10-15 07:06:59'),(743,832,1,'2019-10-15','2019-10-15 07:34:13'),(744,6148,1,'2019-10-15','2019-10-15 08:21:34'),(745,3643,1,'2019-10-15','2019-10-15 09:01:24'),(746,2310,1,'2019-10-15','2019-10-15 09:08:53'),(747,6011,1,'2019-10-15','2019-10-15 09:27:52'),(748,2056,1,'2019-10-15','2019-10-15 09:56:16'),(749,8277,1,'2019-10-15','2019-10-15 10:15:32'),(750,7183,1,'2019-10-15','2019-10-15 11:13:23'),(751,3854,1,'2019-10-15','2019-10-15 11:59:17'),(752,907,1,'2019-10-15','2019-10-15 12:37:14'),(753,4626,1,'2019-10-15','2019-10-15 12:56:11'),(754,6400,1,'2019-10-15','2019-10-15 14:02:26'),(755,6908,1,'2019-10-15','2019-10-15 14:59:12'),(756,1735,1,'2019-10-15','2019-10-15 15:18:07'),(757,2152,1,'2019-10-15','2019-10-15 15:27:35'),(758,1715,1,'2019-10-15','2019-10-15 15:37:10'),(759,7662,1,'2019-10-15','2019-10-15 16:24:23'),(760,3691,1,'2019-10-15','2019-10-15 17:16:02'),(761,4569,1,'2019-10-15','2019-10-15 17:41:21'),(762,2616,1,'2019-10-15','2019-10-15 17:55:38'),(763,7781,1,'2019-10-15','2019-10-15 17:59:58'),(764,6020,1,'2019-10-15','2019-10-15 18:08:33'),(765,1829,1,'2019-10-15','2019-10-15 18:18:02'),(766,7099,1,'2019-10-15','2019-10-15 18:36:58'),(767,6253,1,'2019-10-15','2019-10-15 19:05:21'),(768,5687,1,'2019-10-15','2019-10-15 19:33:48'),(769,8426,1,'2019-10-15','2019-10-15 19:52:42'),(770,7074,1,'2019-10-15','2019-10-15 20:05:59'),(771,5022,1,'2019-10-15','2019-10-15 20:49:31'),(772,2453,1,'2019-10-15','2019-10-15 20:58:59'),(773,6776,1,'2019-10-15','2019-10-15 21:27:22'),(774,9538,1,'2019-10-15','2019-10-15 21:48:03'),(775,9538,1,'2019-10-15','2019-10-15 21:48:11'),(776,9538,1,'2019-10-15','2019-10-15 21:48:20'),(777,9538,1,'2019-10-15','2019-10-15 21:48:42'),(778,6057,1,'2019-10-15','2019-10-15 22:05:15'),(779,8967,1,'2019-10-15','2019-10-15 22:24:13'),(780,8807,1,'2019-10-15','2019-10-15 22:35:43'),(781,9258,1,'2019-10-15','2019-10-15 23:40:34'),(782,7948,1,'2019-10-15','2019-10-15 23:49:26'),(783,1617,1,'2019-10-15','2019-10-15 23:58:53'),(784,2423,1,'2019-10-16','2019-10-16 00:17:49'),(785,4606,1,'2019-10-16','2019-10-16 01:24:04'),(786,7612,1,'2019-10-16','2019-10-16 01:35:55'),(787,1395,1,'2019-10-16','2019-10-16 01:43:01'),(788,6763,1,'2019-10-16','2019-10-16 02:42:46'),(789,5645,1,'2019-10-16','2019-10-16 05:48:14'),(790,7693,1,'2019-10-16','2019-10-16 09:55:27'),(791,7734,1,'2019-10-16','2019-10-16 10:14:25'),(792,10,1,'2019-10-16','2019-10-16 10:24:58'),(793,23,1,'2019-10-16','2019-10-16 10:33:20'),(794,22,1,'2019-10-16','2019-10-16 10:56:17'),(795,7614,1,'2019-10-16','2019-10-16 11:16:32'),(796,7716,1,'2019-10-16','2019-10-16 11:56:36'),(797,23,1,'2019-10-16','2019-10-16 11:58:34'),(798,23,1,'2019-10-16','2019-10-16 12:17:29'),(799,4678,1,'2019-10-16','2019-10-16 13:04:48'),(800,1910,1,'2019-10-16','2019-10-16 13:33:12'),(801,6427,1,'2019-10-16','2019-10-16 13:43:01'),(802,6,1,'2019-10-16','2019-10-16 15:36:09'),(803,9544,1,'2019-10-16','2019-10-16 15:36:40'),(804,9544,1,'2019-10-16','2019-10-16 15:36:47'),(805,5658,1,'2019-10-16','2019-10-16 16:14:08'),(806,1434,1,'2019-10-16','2019-10-16 21:07:37'),(807,6735,1,'2019-10-16','2019-10-16 21:26:33'),(808,2143,1,'2019-10-16','2019-10-16 22:13:53'),(809,924,1,'2019-10-16','2019-10-16 22:23:19'),(810,5618,1,'2019-10-17','2019-10-17 01:48:31'),(811,8527,1,'2019-10-17','2019-10-17 04:18:41'),(812,6332,1,'2019-10-17','2019-10-17 04:25:42'),(813,2316,1,'2019-10-17','2019-10-17 06:45:19'),(814,1606,1,'2019-10-17','2019-10-17 08:29:29'),(815,8537,1,'2019-10-17','2019-10-17 09:35:44'),(816,6951,1,'2019-10-17','2019-10-17 10:04:08'),(817,1860,1,'2019-10-17','2019-10-17 10:32:43'),(818,8069,1,'2019-10-17','2019-10-17 10:51:28'),(819,2392,1,'2019-10-17','2019-10-17 11:03:05'),(820,1911,1,'2019-10-17','2019-10-17 11:10:26'),(821,6677,1,'2019-10-17','2019-10-17 11:29:21'),(822,9211,1,'2019-10-17','2019-10-17 11:38:49'),(823,4759,1,'2019-10-17','2019-10-17 11:48:16'),(824,6590,1,'2019-10-17','2019-10-17 12:07:13'),(825,8726,1,'2019-10-17','2019-10-17 12:16:41'),(826,8284,1,'2019-10-17','2019-10-17 12:26:07'),(827,8925,1,'2019-10-17','2019-10-17 12:42:12'),(828,9,1,'2019-10-17','2019-10-17 12:42:16'),(829,1965,1,'2019-10-17','2019-10-17 12:54:32'),(830,6990,1,'2019-10-17','2019-10-17 13:04:02'),(831,9403,1,'2019-10-17','2019-10-17 13:13:27'),(832,3502,1,'2019-10-17','2019-10-17 13:22:55'),(833,2028,1,'2019-10-17','2019-10-17 13:32:25'),(834,2008,1,'2019-10-17','2019-10-17 15:07:07'),(835,2402,1,'2019-10-17','2019-10-17 15:26:02'),(836,7479,1,'2019-10-17','2019-10-17 16:03:52'),(837,2736,1,'2019-10-17','2019-10-17 16:22:47'),(838,1426,1,'2019-10-17','2019-10-17 16:51:11'),(839,3279,1,'2019-10-17','2019-10-17 17:00:40'),(840,6869,1,'2019-10-17','2019-10-17 17:11:56'),(841,77,1,'2019-10-17','2019-10-17 17:38:38'),(842,4583,1,'2019-10-17','2019-10-17 17:47:58'),(843,1082,1,'2019-10-17','2019-10-17 17:57:27'),(844,9088,1,'2019-10-17','2019-10-17 18:44:48'),(845,300,1,'2019-10-17','2019-10-17 18:54:16'),(846,8281,1,'2019-10-17','2019-10-17 19:52:11'),(847,1670,1,'2019-10-17','2019-10-17 20:47:51'),(848,909,1,'2019-10-17','2019-10-17 21:25:44'),(849,6438,1,'2019-10-17','2019-10-17 22:03:37'),(850,5855,1,'2019-10-17','2019-10-17 22:22:33'),(851,5945,1,'2019-10-17','2019-10-17 22:31:59'),(852,7616,1,'2019-10-17','2019-10-17 23:19:20'),(853,8128,1,'2019-10-17','2019-10-17 23:47:43'),(854,9091,1,'2019-10-18','2019-10-18 04:50:52'),(855,4910,1,'2019-10-18','2019-10-18 05:05:24'),(856,5662,1,'2019-10-18','2019-10-18 05:57:05'),(857,8713,1,'2019-10-18','2019-10-18 08:14:26'),(858,4505,1,'2019-10-18','2019-10-18 08:57:00'),(859,9045,1,'2019-10-18','2019-10-18 12:17:45'),(860,8790,1,'2019-10-18','2019-10-18 12:25:40'),(861,2267,1,'2019-10-18','2019-10-18 12:26:47'),(862,1263,1,'2019-10-18','2019-10-18 12:34:42'),(863,7,1,'2019-10-18','2019-10-18 12:50:40'),(864,1655,1,'2019-10-18','2019-10-18 13:03:06'),(865,8899,1,'2019-10-18','2019-10-18 13:05:50'),(866,7,1,'2019-10-18','2019-10-18 13:05:51'),(867,547,1,'2019-10-18','2019-10-18 13:12:36'),(868,4470,1,'2019-10-18','2019-10-18 13:27:44'),(869,5730,1,'2019-10-18','2019-10-18 13:31:32'),(870,1817,1,'2019-10-18','2019-10-18 13:49:09'),(871,4872,1,'2019-10-18','2019-10-18 15:19:53'),(872,7072,1,'2019-10-18','2019-10-18 16:07:56'),(873,7449,1,'2019-10-18','2019-10-18 16:40:51'),(874,5388,1,'2019-10-18','2019-10-18 16:52:26'),(875,6666,1,'2019-10-18','2019-10-18 17:16:35'),(876,5239,1,'2019-10-18','2019-10-18 17:18:43'),(877,2628,1,'2019-10-18','2019-10-18 17:37:38'),(878,8988,1,'2019-10-18','2019-10-18 17:56:35'),(879,2041,1,'2019-10-18','2019-10-18 18:05:11'),(880,4165,1,'2019-10-18','2019-10-18 18:34:28'),(881,2457,1,'2019-10-18','2019-10-18 18:53:22'),(882,6016,1,'2019-10-18','2019-10-18 19:12:19'),(883,5876,1,'2019-10-18','2019-10-18 19:21:47'),(884,3222,1,'2019-10-18','2019-10-18 19:31:15'),(885,6897,1,'2019-10-18','2019-10-18 20:47:00'),(886,889,1,'2019-10-18','2019-10-18 21:43:47'),(887,7421,1,'2019-10-18','2019-10-18 22:02:42'),(888,8744,1,'2019-10-18','2019-10-18 22:33:12'),(889,281,1,'2019-10-18','2019-10-18 22:37:09'),(890,4823,1,'2019-10-18','2019-10-18 22:40:37'),(891,4667,1,'2019-10-18','2019-10-18 22:52:22'),(892,2510,1,'2019-10-18','2019-10-18 23:09:00'),(893,8089,1,'2019-10-18','2019-10-18 23:18:28'),(894,1440,1,'2019-10-19','2019-10-19 00:43:28'),(895,8045,1,'2019-10-19','2019-10-19 02:03:53'),(896,2715,1,'2019-10-19','2019-10-19 02:08:58'),(897,1609,1,'2019-10-19','2019-10-19 02:46:50'),(898,2387,1,'2019-10-19','2019-10-19 06:15:09'),(899,5803,1,'2019-10-19','2019-10-19 07:14:03'),(900,1089,1,'2019-10-19','2019-10-19 08:56:03'),(901,560,1,'2019-10-19','2019-10-19 09:05:33'),(902,2108,1,'2019-10-19','2019-10-19 09:52:50'),(903,2558,1,'2019-10-19','2019-10-19 09:55:58'),(904,5736,1,'2019-10-19','2019-10-19 10:53:01'),(905,2376,1,'2019-10-19','2019-10-19 11:37:03'),(906,1585,1,'2019-10-19','2019-10-19 12:43:16'),(907,6452,1,'2019-10-19','2019-10-19 12:52:44'),(908,6405,1,'2019-10-19','2019-10-19 13:11:55'),(909,4340,1,'2019-10-19','2019-10-19 13:58:59'),(910,2247,1,'2019-10-19','2019-10-19 14:27:21'),(911,5977,1,'2019-10-19','2019-10-19 14:36:50'),(912,7019,1,'2019-10-19','2019-10-19 14:46:19'),(913,4550,1,'2019-10-19','2019-10-19 15:24:10'),(914,6715,1,'2019-10-19','2019-10-19 15:43:22'),(915,1265,1,'2019-10-19','2019-10-19 16:11:33'),(916,140,1,'2019-10-19','2019-10-19 17:46:08'),(917,5144,1,'2019-10-19','2019-10-19 17:55:38'),(918,7488,1,'2019-10-19','2019-10-19 18:24:08'),(919,9093,1,'2019-10-19','2019-10-19 22:34:50'),(920,5984,1,'2019-10-19','2019-10-19 22:45:51'),(921,9312,1,'2019-10-19','2019-10-19 22:53:49'),(922,9208,1,'2019-10-19','2019-10-19 23:03:35'),(923,9225,1,'2019-10-19','2019-10-19 23:03:42'),(924,2187,1,'2019-10-19','2019-10-19 23:31:05'),(925,5692,1,'2019-10-19','2019-10-19 23:31:48'),(926,5809,1,'2019-10-19','2019-10-19 23:55:44'),(927,8123,1,'2019-10-20','2019-10-20 00:04:52'),(928,7509,1,'2019-10-20','2019-10-20 00:08:48'),(929,7530,1,'2019-10-20','2019-10-20 00:14:28'),(930,8174,1,'2019-10-20','2019-10-20 00:41:08'),(931,6949,1,'2019-10-20','2019-10-20 00:47:44'),(932,5602,1,'2019-10-20','2019-10-20 00:51:28'),(933,1750,1,'2019-10-20','2019-10-20 01:06:38'),(934,542,1,'2019-10-20','2019-10-20 01:14:11'),(935,1927,1,'2019-10-20','2019-10-20 01:14:39'),(936,5117,1,'2019-10-20','2019-10-20 01:17:29'),(937,1459,1,'2019-10-20','2019-10-20 01:25:52'),(938,6067,1,'2019-10-20','2019-10-20 02:03:24'),(939,7205,1,'2019-10-20','2019-10-20 02:39:39'),(940,2619,1,'2019-10-20','2019-10-20 03:22:51'),(941,6292,1,'2019-10-20','2019-10-20 03:34:01'),(942,8374,1,'2019-10-20','2019-10-20 03:44:28'),(943,5701,1,'2019-10-20','2019-10-20 04:20:29'),(944,6507,1,'2019-10-20','2019-10-20 04:42:05'),(945,8867,1,'2019-10-20','2019-10-20 05:03:39'),(946,7728,1,'2019-10-20','2019-10-20 05:25:16'),(947,8170,1,'2019-10-20','2019-10-20 06:22:52'),(948,4457,1,'2019-10-20','2019-10-20 07:06:06'),(949,5380,1,'2019-10-20','2019-10-20 07:28:00'),(950,1734,1,'2019-10-20','2019-10-20 07:34:49'),(951,9007,1,'2019-10-20','2019-10-20 07:42:04'),(952,6336,1,'2019-10-20','2019-10-20 08:10:51'),(953,5966,1,'2019-10-20','2019-10-20 08:46:56'),(954,1998,1,'2019-10-20','2019-10-20 08:54:03'),(955,5337,1,'2019-10-20','2019-10-20 10:13:14'),(956,1895,1,'2019-10-20','2019-10-20 10:54:56'),(957,2762,1,'2019-10-20','2019-10-20 11:32:28'),(958,9173,1,'2019-10-20','2019-10-20 11:54:05'),(959,9104,1,'2019-10-20','2019-10-20 12:02:46'),(960,4725,1,'2019-10-20','2019-10-20 12:58:52'),(961,781,1,'2019-10-20','2019-10-20 13:42:02'),(962,2763,1,'2019-10-20','2019-10-20 14:10:51'),(963,542,1,'2019-10-20','2019-10-20 14:46:50'),(964,9045,1,'2019-10-20','2019-10-20 15:08:27'),(965,5809,1,'2019-10-20','2019-10-20 15:22:50'),(966,5026,1,'2019-10-20','2019-10-20 15:51:38'),(967,6036,1,'2019-10-20','2019-10-20 17:10:51'),(968,6097,1,'2019-10-20','2019-10-20 17:18:06'),(969,4367,1,'2019-10-20','2019-10-20 17:32:27'),(970,2130,1,'2019-10-20','2019-10-20 17:54:04'),(971,622,1,'2019-10-20','2019-10-20 18:58:36'),(972,1509,1,'2019-10-21','2019-10-21 00:27:53'),(973,4712,1,'2019-10-21','2019-10-21 01:40:49'),(974,6627,1,'2019-10-21','2019-10-21 01:41:08'),(975,8778,1,'2019-10-21','2019-10-21 03:58:33'),(976,9460,1,'2019-10-21','2019-10-21 08:40:09'),(977,9460,1,'2019-10-21','2019-10-21 08:40:23'),(978,9460,1,'2019-10-21','2019-10-21 08:45:21'),(979,7807,1,'2019-10-21','2019-10-21 08:51:52'),(980,22,1,'2019-10-21','2019-10-21 08:52:51'),(981,23,1,'2019-10-21','2019-10-21 09:09:13'),(982,6520,1,'2019-10-21','2019-10-21 13:27:11'),(983,9538,1,'2019-10-21','2019-10-21 13:36:33'),(984,5699,1,'2019-10-21','2019-10-21 21:00:46'),(985,6368,1,'2019-10-21','2019-10-21 21:12:59'),(986,7327,1,'2019-10-21','2019-10-21 21:38:40'),(987,8200,1,'2019-10-21','2019-10-21 22:54:23'),(988,8074,1,'2019-10-22','2019-10-22 03:03:23'),(989,8427,1,'2019-10-22','2019-10-22 05:22:33'),(990,9249,1,'2019-10-22','2019-10-22 05:50:58'),(991,1943,1,'2019-10-22','2019-10-22 06:02:51'),(992,6456,1,'2019-10-22','2019-10-22 06:23:12'),(993,6878,1,'2019-10-22','2019-10-22 06:28:50'),(994,8638,1,'2019-10-22','2019-10-22 06:38:16'),(995,7552,1,'2019-10-22','2019-10-22 06:57:13'),(996,6469,1,'2019-10-22','2019-10-22 07:06:40'),(997,7579,1,'2019-10-22','2019-10-22 07:16:09'),(998,8171,1,'2019-10-22','2019-10-22 07:25:49'),(999,274,1,'2019-10-22','2019-10-22 07:35:05'),(1000,5200,1,'2019-10-22','2019-10-22 07:54:01'),(1001,8007,1,'2019-10-22','2019-10-22 08:22:31'),(1002,8668,1,'2019-10-22','2019-10-22 08:31:54'),(1003,1359,1,'2019-10-22','2019-10-22 09:03:41'),(1004,9538,1,'2019-10-22','2019-10-22 09:13:04'),(1005,9538,1,'2019-10-22','2019-10-22 09:14:02'),(1006,6747,1,'2019-10-22','2019-10-22 09:57:10'),(1007,9219,1,'2019-10-22','2019-10-22 10:16:08'),(1008,1529,1,'2019-10-22','2019-10-22 11:12:50'),(1009,4438,1,'2019-10-22','2019-10-22 13:06:30'),(1010,2283,1,'2019-10-22','2019-10-22 14:22:08'),(1011,8105,1,'2019-10-22','2019-10-22 15:47:22'),(1012,7094,1,'2019-10-22','2019-10-22 16:29:50'),(1013,7437,1,'2019-10-22','2019-10-22 17:55:01'),(1014,491,1,'2019-10-22','2019-10-22 18:13:57'),(1015,4545,1,'2019-10-22','2019-10-22 18:23:29'),(1016,1487,1,'2019-10-22','2019-10-22 18:51:51'),(1017,5582,1,'2019-10-22','2019-10-22 19:29:42'),(1018,8688,1,'2019-10-22','2019-10-22 19:44:21'),(1019,4601,1,'2019-10-22','2019-10-22 19:58:05'),(1020,2197,1,'2019-10-22','2019-10-22 20:36:00'),(1021,599,1,'2019-10-22','2019-10-22 21:32:46'),(1022,828,1,'2019-10-23','2019-10-23 01:33:47'),(1023,2495,1,'2019-10-23','2019-10-23 01:48:23'),(1024,7554,1,'2019-10-23','2019-10-23 02:45:10'),(1025,1855,1,'2019-10-23','2019-10-23 02:54:37'),(1026,6204,1,'2019-10-23','2019-10-23 04:14:03'),(1027,203,1,'2019-10-23','2019-10-23 06:22:54'),(1028,6949,1,'2019-10-23','2019-10-23 06:41:50'),(1029,8174,1,'2019-10-23','2019-10-23 06:53:31'),(1030,7129,1,'2019-10-23','2019-10-23 10:12:20'),(1031,23,1,'2019-10-23','2019-10-23 10:13:56'),(1032,6817,1,'2019-10-23','2019-10-23 10:41:15'),(1033,4589,1,'2019-10-23','2019-10-23 11:02:44'),(1034,4373,1,'2019-10-23','2019-10-23 13:26:45'),(1035,8086,1,'2019-10-23','2019-10-23 14:17:09'),(1036,6807,1,'2019-10-23','2019-10-23 14:25:12'),(1037,8352,1,'2019-10-23','2019-10-23 15:50:45'),(1038,1542,1,'2019-10-23','2019-10-23 16:05:12'),(1039,8045,1,'2019-10-23','2019-10-23 16:41:15'),(1040,2267,1,'2019-10-23','2019-10-23 17:02:44'),(1041,8259,1,'2019-10-23','2019-10-23 17:09:57'),(1042,9225,1,'2019-10-23','2019-10-23 17:17:11'),(1043,7180,1,'2019-10-23','2019-10-23 18:58:01'),(1044,7410,1,'2019-10-23','2019-10-23 19:41:07'),(1045,6173,1,'2019-10-23','2019-10-23 19:48:21'),(1046,6532,1,'2019-10-23','2019-10-23 19:55:36'),(1047,7555,1,'2019-10-23','2019-10-23 20:02:44'),(1048,9340,1,'2019-10-23','2019-10-23 20:09:56'),(1049,5904,1,'2019-10-23','2019-10-23 20:24:22'),(1050,1511,1,'2019-10-23','2019-10-23 21:00:21'),(1051,8124,1,'2019-10-23','2019-10-23 21:07:32'),(1052,9028,1,'2019-10-23','2019-10-23 21:31:40'),(1053,2019,1,'2019-10-23','2019-10-23 21:43:32'),(1054,7155,1,'2019-10-23','2019-10-23 21:50:45'),(1055,4738,1,'2019-10-23','2019-10-23 21:57:59'),(1056,6618,1,'2019-10-23','2019-10-23 22:12:20'),(1057,8790,1,'2019-10-23','2019-10-23 22:19:33'),(1058,8843,1,'2019-10-23','2019-10-23 22:26:46'),(1059,9436,1,'2019-10-23','2019-10-23 22:33:56'),(1060,2337,1,'2019-10-23','2019-10-23 22:41:09'),(1061,1869,1,'2019-10-23','2019-10-23 23:31:39'),(1062,8873,1,'2019-10-23','2019-10-23 23:45:57'),(1063,6787,1,'2019-10-24','2019-10-24 00:07:34'),(1064,5117,1,'2019-10-24','2019-10-24 00:14:44'),(1065,9093,1,'2019-10-24','2019-10-24 00:21:56'),(1066,6828,1,'2019-10-24','2019-10-24 00:36:20'),(1067,1603,1,'2019-10-24','2019-10-24 00:43:32'),(1068,8120,1,'2019-10-24','2019-10-24 00:57:56'),(1069,215,1,'2019-10-24','2019-10-24 01:05:08'),(1070,6623,1,'2019-10-24','2019-10-24 01:26:44'),(1071,4542,1,'2019-10-24','2019-10-24 01:33:56'),(1072,2551,1,'2019-10-24','2019-10-24 01:48:19'),(1073,2748,1,'2019-10-24','2019-10-24 06:43:40'),(1074,105,1,'2019-10-24','2019-10-24 06:44:39'),(1075,6342,1,'2019-10-24','2019-10-24 06:45:01'),(1076,3962,1,'2019-10-24','2019-10-24 06:46:04'),(1077,2223,1,'2019-10-24','2019-10-24 06:46:55'),(1078,9075,1,'2019-10-24','2019-10-24 07:06:37'),(1079,6670,1,'2019-10-24','2019-10-24 07:15:51'),(1080,5638,1,'2019-10-24','2019-10-24 07:18:29'),(1081,8472,1,'2019-10-24','2019-10-24 07:31:02'),(1082,6195,1,'2019-10-24','2019-10-24 07:32:00'),(1083,1836,1,'2019-10-24','2019-10-24 10:49:46'),(1084,5383,1,'2019-10-24','2019-10-24 11:09:56'),(1085,5819,1,'2019-10-24','2019-10-24 11:24:21'),(1086,2024,1,'2019-10-24','2019-10-24 11:38:45'),(1087,5246,1,'2019-10-24','2019-10-24 11:45:56'),(1088,5783,1,'2019-10-24','2019-10-24 12:26:07'),(1089,9208,1,'2019-10-24','2019-10-24 14:15:08'),(1090,8659,1,'2019-10-24','2019-10-24 14:31:34'),(1091,7249,1,'2019-10-24','2019-10-24 15:43:35'),(1092,7502,1,'2019-10-24','2019-10-24 16:01:28'),(1093,6182,1,'2019-10-24','2019-10-24 16:12:22'),(1094,6766,1,'2019-10-24','2019-10-24 16:25:30'),(1095,9026,1,'2019-10-24','2019-10-24 16:34:34'),(1096,7325,1,'2019-10-24','2019-10-24 16:41:09'),(1097,1073,1,'2019-10-24','2019-10-24 17:06:10'),(1098,7990,1,'2019-10-24','2019-10-24 17:17:27'),(1099,2090,1,'2019-10-24','2019-10-24 18:15:48'),(1100,7591,1,'2019-10-24','2019-10-24 19:05:53'),(1101,1766,1,'2019-10-24','2019-10-24 19:19:35'),(1102,2176,1,'2019-10-24','2019-10-24 19:27:42'),(1103,6505,1,'2019-10-25','2019-10-25 02:51:12'),(1104,4872,1,'2019-10-25','2019-10-25 02:52:30'),(1105,6836,1,'2019-10-25','2019-10-25 02:52:45'),(1106,7133,1,'2019-10-25','2019-10-25 02:52:56'),(1107,8871,1,'2019-10-25','2019-10-25 02:55:46'),(1108,7512,1,'2019-10-25','2019-10-25 02:56:25'),(1109,7651,1,'2019-10-25','2019-10-25 02:56:50'),(1110,8342,1,'2019-10-25','2019-10-25 02:56:58'),(1111,219,1,'2019-10-25','2019-10-25 02:57:30'),(1112,1612,1,'2019-10-25','2019-10-25 02:58:41'),(1113,6461,1,'2019-10-25','2019-10-25 02:58:55'),(1114,2596,1,'2019-10-25','2019-10-25 03:05:19'),(1115,8123,1,'2019-10-25','2019-10-25 03:12:20'),(1116,4801,1,'2019-10-25','2019-10-25 03:17:38'),(1117,7304,1,'2019-10-25','2019-10-25 03:25:22'),(1118,6890,1,'2019-10-25','2019-10-25 04:19:34'),(1119,5706,1,'2019-10-25','2019-10-25 04:48:21'),(1120,7139,1,'2019-10-25','2019-10-25 05:17:09'),(1121,1380,1,'2019-10-25','2019-10-25 06:14:43'),(1122,8467,1,'2019-10-25','2019-10-25 06:30:52'),(1123,2101,1,'2019-10-25','2019-10-25 06:36:22'),(1124,9228,1,'2019-10-25','2019-10-25 07:55:38'),(1125,5844,1,'2019-10-25','2019-10-25 09:14:45'),(1126,7530,1,'2019-10-25','2019-10-25 09:43:34'),(1127,513,1,'2019-10-25','2019-10-25 11:02:44'),(1128,2704,1,'2019-10-25','2019-10-25 11:20:49'),(1129,487,1,'2019-10-25','2019-10-25 11:31:40'),(1130,1162,1,'2019-10-25','2019-10-25 12:43:38'),(1131,7,1,'2019-10-25','2019-10-25 13:01:05'),(1132,8477,1,'2019-10-25','2019-10-25 13:25:30'),(1133,6367,1,'2019-10-25','2019-10-25 14:53:09'),(1134,1747,1,'2019-10-25','2019-10-25 15:35:38'),(1135,2434,1,'2019-10-25','2019-10-25 15:57:56'),(1136,4577,1,'2019-10-25','2019-10-25 16:24:44'),(1137,8526,1,'2019-10-25','2019-10-25 16:33:59'),(1138,4860,1,'2019-10-25','2019-10-25 16:48:22'),(1139,6730,1,'2019-10-26','2019-10-26 06:47:19'),(1140,4772,1,'2019-10-26','2019-10-26 06:53:03'),(1141,1105,1,'2019-10-26','2019-10-26 06:56:24'),(1142,6886,1,'2019-10-26','2019-10-26 06:57:26'),(1143,6077,1,'2019-10-26','2019-10-26 07:05:22'),(1144,1459,1,'2019-10-26','2019-10-26 07:06:40'),(1145,1003,1,'2019-10-26','2019-10-26 07:12:54'),(1146,1199,1,'2019-10-26','2019-10-26 07:13:55'),(1147,4707,1,'2019-10-26','2019-10-26 07:20:59'),(1148,53,1,'2019-10-26','2019-10-26 07:23:29'),(1149,4563,1,'2019-10-26','2019-10-26 08:17:08'),(1150,5884,1,'2019-10-26','2019-10-26 08:45:56'),(1151,8078,1,'2019-10-26','2019-10-26 09:29:10'),(1152,5313,1,'2019-10-26','2019-10-26 09:50:45'),(1153,4476,1,'2019-10-26','2019-10-26 19:26:44'),(1154,6599,1,'2019-10-26','2019-10-26 20:31:42'),(1155,1509,1,'2019-10-26','2019-10-26 23:24:20'),(1156,6760,1,'2019-10-27','2019-10-27 00:07:37'),(1157,1440,1,'2019-10-27','2019-10-27 03:10:05'),(1158,5988,1,'2019-10-27','2019-10-27 03:15:39'),(1159,8215,1,'2019-10-27','2019-10-27 03:36:41'),(1160,6986,1,'2019-10-27','2019-10-27 03:41:41'),(1161,1348,1,'2019-10-27','2019-10-27 04:24:46'),(1162,2195,1,'2019-10-27','2019-10-27 05:20:14'),(1163,5407,1,'2019-10-27','2019-10-27 07:05:15'),(1164,357,1,'2019-10-27','2019-10-27 07:30:04'),(1165,5692,1,'2019-10-27','2019-10-27 08:25:00'),(1166,4795,1,'2019-10-27','2019-10-27 09:21:58'),(1167,6627,1,'2019-10-27','2019-10-27 09:29:08'),(1168,7810,1,'2019-10-27','2019-10-27 09:36:21'),(1169,6472,1,'2019-10-27','2019-10-27 10:30:05'),(1170,7080,1,'2019-10-27','2019-10-27 11:17:30'),(1171,4470,1,'2019-10-27','2019-10-27 12:00:21'),(1172,8629,1,'2019-10-27','2019-10-27 12:07:34'),(1173,2058,1,'2019-10-27','2019-10-27 13:48:20'),(1174,3371,1,'2019-10-27','2019-10-27 14:38:50'),(1175,6252,1,'2019-10-27','2019-10-27 15:00:21'),(1176,6050,1,'2019-10-27','2019-10-27 16:48:20'),(1177,404,1,'2019-10-27','2019-10-27 17:02:45'),(1178,6997,1,'2019-10-27','2019-10-27 17:53:09'),(1179,5897,1,'2019-10-27','2019-10-27 18:07:41'),(1180,8021,1,'2019-10-27','2019-10-27 19:12:20'),(1181,8322,1,'2019-10-28','2019-10-28 01:34:00'),(1182,9373,1,'2019-10-28','2019-10-28 01:41:10'),(1183,9343,1,'2019-10-28','2019-10-28 01:55:34'),(1184,8096,1,'2019-10-28','2019-10-28 02:19:01'),(1185,5711,1,'2019-10-28','2019-10-28 03:29:08'),(1186,281,1,'2019-10-28','2019-10-28 03:36:22'),(1187,8097,1,'2019-10-28','2019-10-28 03:50:47'),(1188,2381,1,'2019-10-28','2019-10-28 04:55:33'),(1189,4682,1,'2019-10-28','2019-10-28 09:07:36'),(1190,8767,1,'2019-10-28','2019-10-28 09:50:46'),(1191,1445,1,'2019-10-28','2019-10-28 09:57:57'),(1192,9236,1,'2019-10-28','2019-10-28 10:22:35'),(1193,6594,1,'2019-10-28','2019-10-28 10:27:35'),(1194,4782,1,'2019-10-28','2019-10-28 11:09:55'),(1195,3769,1,'2019-10-28','2019-10-28 11:24:29'),(1196,4724,1,'2019-10-28','2019-10-28 11:38:45'),(1197,4691,1,'2019-10-29','2019-10-29 02:45:21'),(1198,700,1,'2019-10-29','2019-10-29 02:46:08'),(1199,6154,1,'2019-10-29','2019-10-29 02:46:13'),(1200,6300,1,'2019-10-29','2019-10-29 02:46:21'),(1201,4491,1,'2019-10-29','2019-10-29 02:47:07'),(1202,500,1,'2019-10-29','2019-10-29 02:47:41'),(1203,2427,1,'2019-10-29','2019-10-29 02:48:30'),(1204,731,1,'2019-10-29','2019-10-29 02:49:14'),(1205,8160,1,'2019-10-29','2019-10-29 02:56:56'),(1206,1946,1,'2019-10-29','2019-10-29 03:07:16'),(1207,1117,1,'2019-10-29','2019-10-29 03:29:41'),(1208,6203,1,'2019-10-29','2019-10-29 03:36:52'),(1209,1695,1,'2019-10-29','2019-10-29 03:58:29'),(1210,6351,1,'2019-10-29','2019-10-29 04:12:52'),(1211,6573,1,'2019-10-29','2019-10-29 04:27:17'),(1212,9423,1,'2019-10-29','2019-10-29 10:46:14'),(1213,9423,1,'2019-10-29','2019-10-29 11:04:10'),(1214,9423,1,'2019-10-29','2019-10-29 11:04:29'),(1215,9536,1,'2019-10-29','2019-10-29 12:13:23'),(1216,9536,1,'2019-10-29','2019-10-29 13:18:07'),(1217,1640,1,'2019-10-29','2019-10-29 16:11:53'),(1218,9275,1,'2019-10-29','2019-10-29 16:58:04'),(1219,6380,1,'2019-10-29','2019-10-29 18:31:40'),(1220,6391,1,'2019-10-29','2019-10-29 22:55:07'),(1221,2187,1,'2019-10-29','2019-10-29 23:08:45'),(1222,2446,1,'2019-10-29','2019-10-29 23:12:04'),(1223,7961,1,'2019-10-29','2019-10-29 23:13:40'),(1224,1656,1,'2019-10-29','2019-10-29 23:15:39'),(1225,6680,1,'2019-10-29','2019-10-29 23:15:41'),(1226,7444,1,'2019-10-29','2019-10-29 23:15:56'),(1227,516,1,'2019-10-29','2019-10-29 23:19:02'),(1228,4454,1,'2019-10-29','2019-10-29 23:19:09'),(1229,1483,1,'2019-10-30','2019-10-30 00:00:52'),(1230,5369,1,'2019-10-30','2019-10-30 00:51:17'),(1231,4429,1,'2019-10-30','2019-10-30 01:30:37'),(1232,9150,1,'2019-10-30','2019-10-30 01:34:28'),(1233,1126,1,'2019-10-30','2019-10-30 01:48:51'),(1234,2041,1,'2019-10-30','2019-10-30 01:51:08'),(1235,4957,1,'2019-10-30','2019-10-30 01:56:11'),(1236,8788,1,'2019-10-30','2019-10-30 02:03:17'),(1237,6631,1,'2019-10-30','2019-10-30 02:08:39'),(1238,2506,1,'2019-10-30','2019-10-30 02:17:40'),(1239,8012,1,'2019-10-30','2019-10-30 02:23:51'),(1240,511,1,'2019-10-30','2019-10-30 02:26:08'),(1241,5602,1,'2019-10-30','2019-10-30 02:26:43'),(1242,4432,1,'2019-10-30','2019-10-30 02:28:38'),(1243,8705,1,'2019-10-30','2019-10-30 02:31:37'),(1244,7072,1,'2019-10-30','2019-10-30 02:32:07'),(1245,8593,1,'2019-10-30','2019-10-30 02:50:36'),(1246,1788,1,'2019-10-30','2019-10-30 02:53:54'),(1247,2367,1,'2019-10-30','2019-10-30 02:54:12'),(1248,7509,1,'2019-10-30','2019-10-30 03:08:31'),(1249,1257,1,'2019-10-30','2019-10-30 03:36:52'),(1250,7124,1,'2019-10-30','2019-10-30 03:40:49'),(1251,9040,1,'2019-10-30','2019-10-30 04:20:04'),(1252,8575,1,'2019-10-30','2019-10-30 04:34:28'),(1253,5199,1,'2019-10-30','2019-10-30 04:40:48'),(1254,8596,1,'2019-10-30','2019-10-30 04:48:52'),(1255,2783,1,'2019-10-30','2019-10-30 04:56:04'),(1256,5330,1,'2019-10-30','2019-10-30 05:10:28'),(1257,5384,1,'2019-10-30','2019-10-30 05:53:40'),(1258,7695,1,'2019-10-30','2019-10-30 06:00:53'),(1259,7005,1,'2019-10-30','2019-10-30 09:15:19'),(1260,5984,1,'2019-10-30','2019-10-30 10:05:42'),(1261,1750,1,'2019-10-30','2019-10-30 10:12:52'),(1262,6898,1,'2019-10-30','2019-10-30 10:20:03'),(1263,5031,1,'2019-10-30','2019-10-30 10:34:31'),(1264,8628,1,'2019-10-30','2019-10-30 11:32:06'),(1265,7352,1,'2019-10-30','2019-10-30 11:53:39'),(1266,4403,1,'2019-10-30','2019-10-30 12:00:58'),(1267,6314,1,'2019-10-30','2019-10-30 12:15:18'),(1268,9538,1,'2019-10-30','2019-10-30 13:07:31'),(1269,9538,1,'2019-10-30','2019-10-30 14:33:51'),(1270,9538,1,'2019-10-30','2019-10-30 14:47:18'),(1271,9538,1,'2019-10-30','2019-10-30 14:56:50'),(1272,9538,1,'2019-10-30','2019-10-30 16:36:19'),(1273,9538,1,'2019-10-30','2019-10-30 17:01:04'),(1274,9538,1,'2019-10-30','2019-10-30 17:01:12'),(1275,9538,1,'2019-10-31','2019-10-31 07:51:55'),(1276,9538,1,'2019-10-31','2019-10-31 07:52:18'),(1277,9461,1,'2019-10-31','2019-10-31 08:26:48'),(1278,9461,1,'2019-10-31','2019-10-31 12:52:25'),(1279,9536,1,'2019-10-31','2019-10-31 14:45:40'),(1280,9,1,'2019-10-31','2019-10-31 14:46:54'),(1281,11,1,'2019-10-31','2019-10-31 14:47:09'),(1282,9384,1,'2019-10-31','2019-10-31 14:47:34'),(1283,9538,1,'2019-10-31','2019-10-31 14:48:07'),(1284,9538,1,'2019-10-31','2019-10-31 14:48:43'),(1285,9337,1,'2019-10-31','2019-10-31 14:49:06'),(1286,8641,1,'2019-10-31','2019-10-31 14:49:25'),(1287,15,1,'2019-10-31','2019-10-31 14:49:40'),(1288,10,1,'2019-10-31','2019-10-31 18:03:20'),(1289,5,1,'2019-10-31','2019-10-31 18:03:42'),(1290,23,1,'2019-10-31','2019-10-31 18:03:56'),(1291,7,1,'2019-10-31','2019-10-31 18:04:10'),(1292,22,1,'2019-10-31','2019-10-31 18:04:11'),(1293,11,1,'2019-10-31','2019-10-31 18:04:12'),(1294,16,1,'2019-10-31','2019-10-31 18:04:12'),(1295,15,1,'2019-10-31','2019-10-31 18:04:13'),(1296,13,1,'2019-10-31','2019-10-31 18:05:10'),(1297,14,1,'2019-10-31','2019-10-31 18:05:15'),(1298,6489,1,'2019-10-31','2019-10-31 18:09:01'),(1299,9455,1,'2019-10-31','2019-10-31 18:10:11'),(1300,9552,1,'2019-10-31','2019-10-31 18:10:39'),(1301,9498,1,'2019-10-31','2019-10-31 18:11:10'),(1302,22,1,'2019-10-31','2019-10-31 18:11:26'),(1303,9531,1,'2019-10-31','2019-10-31 18:11:40'),(1304,8372,1,'2019-10-31','2019-10-31 18:11:55'),(1305,9393,1,'2019-10-31','2019-10-31 18:11:56'),(1306,8899,1,'2019-10-31','2019-10-31 18:12:11'),(1307,9278,1,'2019-10-31','2019-10-31 18:12:27'),(1308,9343,1,'2019-10-31','2019-10-31 18:12:43'),(1309,7247,1,'2019-10-31','2019-10-31 18:12:53'),(1310,4790,1,'2019-10-31','2019-10-31 18:13:04'),(1311,4786,1,'2019-10-31','2019-10-31 18:13:12'),(1312,8502,1,'2019-10-31','2019-10-31 18:13:23'),(1313,27,1,'2019-10-31','2019-10-31 18:13:30'),(1314,2794,1,'2019-10-31','2019-10-31 18:13:35'),(1315,2790,1,'2019-10-31','2019-10-31 18:13:41'),(1316,7612,1,'2019-10-31','2019-10-31 18:13:53'),(1317,2668,1,'2019-10-31','2019-10-31 18:13:55'),(1318,2074,1,'2019-10-31','2019-10-31 18:14:05'),(1319,13,1,'2019-10-31','2019-10-31 18:14:08'),(1320,9398,1,'2019-10-31','2019-10-31 18:14:13'),(1321,8506,1,'2019-10-31','2019-10-31 18:14:19'),(1322,9432,1,'2019-10-31','2019-10-31 18:14:28'),(1323,7617,1,'2019-10-31','2019-10-31 18:14:34'),(1324,8710,1,'2019-10-31','2019-10-31 18:14:43'),(1325,2566,1,'2019-10-31','2019-10-31 18:14:44'),(1326,8275,1,'2019-10-31','2019-10-31 18:14:48'),(1327,2600,1,'2019-10-31','2019-10-31 18:14:54'),(1328,8681,1,'2019-10-31','2019-10-31 18:15:02'),(1329,9508,1,'2019-10-31','2019-10-31 18:15:07'),(1330,2993,1,'2019-10-31','2019-10-31 18:15:14'),(1331,9372,1,'2019-10-31','2019-10-31 18:15:17'),(1332,9480,1,'2019-10-31','2019-10-31 18:15:22'),(1333,9394,1,'2019-10-31','2019-10-31 18:15:29'),(1334,6116,1,'2019-10-31','2019-10-31 18:15:40'),(1335,8489,1,'2019-10-31','2019-10-31 18:15:46'),(1336,9443,1,'2019-10-31','2019-10-31 18:15:52'),(1337,9275,1,'2019-10-31','2019-10-31 18:15:57'),(1338,9373,1,'2019-10-31','2019-10-31 18:16:15'),(1339,9251,1,'2019-10-31','2019-10-31 18:16:21'),(1340,8641,1,'2019-10-31','2019-10-31 18:16:27'),(1341,9497,1,'2019-10-31','2019-10-31 18:16:32'),(1342,9337,1,'2019-10-31','2019-10-31 18:16:33'),(1343,9424,1,'2019-10-31','2019-10-31 18:16:37'),(1344,9355,1,'2019-10-31','2019-10-31 18:16:44'),(1345,9225,1,'2019-10-31','2019-10-31 18:16:47'),(1346,9345,1,'2019-10-31','2019-10-31 18:16:48'),(1347,9447,1,'2019-10-31','2019-10-31 18:17:00'),(1348,9461,1,'2019-10-31','2019-10-31 18:17:00'),(1349,9363,1,'2019-10-31','2019-10-31 18:17:23'),(1350,9423,1,'2019-10-31','2019-10-31 18:17:24'),(1351,7907,1,'2019-10-31','2019-10-31 18:17:24'),(1352,9150,1,'2019-10-31','2019-10-31 18:17:25'),(1353,9211,1,'2019-10-31','2019-10-31 18:17:35'),(1354,9349,1,'2019-10-31','2019-10-31 18:17:38'),(1355,8861,1,'2019-10-31','2019-10-31 18:17:54'),(1356,9196,1,'2019-10-31','2019-10-31 18:17:55'),(1357,9340,1,'2019-10-31','2019-10-31 18:18:04'),(1358,9544,1,'2019-10-31','2019-10-31 18:18:06'),(1359,9474,1,'2019-10-31','2019-10-31 18:18:11'),(1360,9546,1,'2019-10-31','2019-10-31 18:18:18'),(1361,9470,1,'2019-10-31','2019-10-31 18:18:21'),(1362,9403,1,'2019-10-31','2019-10-31 18:18:21'),(1363,8605,1,'2019-10-31','2019-10-31 18:18:28'),(1364,9538,1,'2019-10-31','2019-10-31 18:18:39'),(1365,9436,1,'2019-10-31','2019-10-31 18:18:41'),(1366,7435,1,'2019-10-31','2019-10-31 18:18:44'),(1367,9460,1,'2019-10-31','2019-10-31 18:18:57'),(1368,9536,1,'2019-10-31','2019-10-31 18:19:04'),(1369,9384,1,'2019-10-31','2019-10-31 18:19:08'),(1370,9168,1,'2019-10-31','2019-10-31 18:19:10'),(1371,5268,1,'2019-10-31','2019-10-31 18:20:57'),(1372,1156,1,'2019-10-31','2019-10-31 18:21:36'),(1373,4168,1,'2019-10-31','2019-10-31 18:21:46'),(1374,1829,1,'2019-10-31','2019-10-31 18:22:17'),(1375,7187,1,'2019-10-31','2019-10-31 18:22:32'),(1376,5730,1,'2019-10-31','2019-10-31 18:23:06'),(1377,5920,1,'2019-10-31','2019-10-31 18:23:22'),(1378,8533,1,'2019-10-31','2019-10-31 18:23:31'),(1379,7810,1,'2019-10-31','2019-10-31 18:23:38'),(1380,3392,1,'2019-10-31','2019-10-31 18:23:39'),(1381,8692,1,'2019-10-31','2019-10-31 18:23:56'),(1382,3371,1,'2019-10-31','2019-10-31 18:24:04'),(1383,5865,1,'2019-10-31','2019-10-31 18:24:14'),(1384,3750,1,'2019-10-31','2019-10-31 18:24:23'),(1385,3706,1,'2019-10-31','2019-10-31 18:24:28'),(1386,1134,1,'2019-10-31','2019-10-31 18:24:45'),(1387,1148,1,'2019-10-31','2019-10-31 18:24:46'),(1388,5327,1,'2019-10-31','2019-10-31 18:24:47'),(1389,22,1,'2019-10-31','2019-10-31 18:24:52'),(1390,23,1,'2019-10-31','2019-10-31 18:25:03'),(1391,5837,1,'2019-10-31','2019-10-31 18:25:08'),(1392,3691,1,'2019-10-31','2019-10-31 18:25:21'),(1393,8041,1,'2019-10-31','2019-10-31 18:25:30'),(1394,3662,1,'2019-10-31','2019-10-31 18:25:36'),(1395,6269,1,'2019-10-31','2019-10-31 18:25:51'),(1396,4993,1,'2019-10-31','2019-10-31 18:26:15'),(1397,2346,1,'2019-10-31','2019-10-31 18:26:19'),(1398,8374,1,'2019-10-31','2019-10-31 18:26:24'),(1399,5809,1,'2019-10-31','2019-10-31 18:26:37'),(1400,511,1,'2019-10-31','2019-10-31 18:26:46'),(1401,2207,1,'2019-10-31','2019-10-31 18:26:48'),(1402,22,1,'2019-10-31','2019-10-31 18:26:51'),(1403,3535,1,'2019-10-31','2019-10-31 18:27:05'),(1404,2295,1,'2019-10-31','2019-10-31 18:27:07'),(1405,8767,1,'2019-10-31','2019-10-31 18:27:14'),(1406,3769,1,'2019-10-31','2019-10-31 18:27:14'),(1407,1734,1,'2019-10-31','2019-10-31 18:27:16'),(1408,2485,1,'2019-10-31','2019-10-31 18:27:18'),(1409,8325,1,'2019-10-31','2019-10-31 18:27:23'),(1410,6380,1,'2019-10-31','2019-10-31 18:27:27'),(1411,336,1,'2019-10-31','2019-10-31 18:27:30'),(1412,5718,1,'2019-10-31','2019-10-31 18:27:35'),(1413,6418,1,'2019-10-31','2019-10-31 18:27:35'),(1414,6273,1,'2019-10-31','2019-10-31 18:27:39'),(1415,4500,1,'2019-10-31','2019-10-31 18:27:41'),(1416,5398,1,'2019-10-31','2019-10-31 18:27:48'),(1417,2629,1,'2019-10-31','2019-10-31 18:27:56'),(1418,2152,1,'2019-10-31','2019-10-31 18:28:01'),(1419,9093,1,'2019-10-31','2019-10-31 18:28:06'),(1420,1471,1,'2019-10-31','2019-10-31 18:28:10'),(1421,5899,1,'2019-10-31','2019-10-31 18:28:11'),(1422,3690,1,'2019-10-31','2019-10-31 18:28:14'),(1423,1095,1,'2019-10-31','2019-10-31 18:28:16'),(1424,1429,1,'2019-10-31','2019-10-31 18:28:18'),(1425,3741,1,'2019-10-31','2019-10-31 18:28:18'),(1426,23,1,'2019-10-31','2019-10-31 18:28:20'),(1427,5106,1,'2019-10-31','2019-10-31 18:28:23'),(1428,4697,1,'2019-10-31','2019-10-31 18:28:24'),(1429,5918,1,'2019-10-31','2019-10-31 18:28:26'),(1430,6113,1,'2019-10-31','2019-10-31 18:28:29'),(1431,1046,1,'2019-10-31','2019-10-31 18:28:36'),(1432,7877,1,'2019-10-31','2019-10-31 18:28:42'),(1433,2246,1,'2019-10-31','2019-10-31 18:28:46'),(1434,7319,1,'2019-10-31','2019-10-31 18:28:48'),(1435,1801,1,'2019-10-31','2019-10-31 18:28:49'),(1436,889,1,'2019-10-31','2019-10-31 18:28:54'),(1437,8003,1,'2019-10-31','2019-10-31 18:28:54'),(1438,7113,1,'2019-10-31','2019-10-31 18:28:55'),(1439,3847,1,'2019-10-31','2019-10-31 18:29:31'),(1440,6986,1,'2019-10-31','2019-10-31 18:30:42'),(1441,7707,1,'2019-10-31','2019-10-31 18:44:05'),(1442,5884,1,'2019-10-31','2019-10-31 18:51:17'),(1443,5830,1,'2019-10-31','2019-10-31 18:58:28'),(1444,5067,1,'2019-10-31','2019-10-31 19:05:44'),(1445,3860,1,'2019-10-31','2019-10-31 19:06:51'),(1446,8007,1,'2019-10-31','2019-10-31 19:12:54'),(1447,6472,1,'2019-10-31','2019-10-31 19:28:29'),(1448,7521,1,'2019-10-31','2019-10-31 19:37:22'),(1449,8218,1,'2019-10-31','2019-10-31 19:45:46'),(1450,8426,1,'2019-10-31','2019-10-31 20:04:42'),(1451,1573,1,'2019-10-31','2019-10-31 20:10:55'),(1452,7060,1,'2019-10-31','2019-10-31 20:17:42'),(1453,9461,1,'2019-10-31','2019-10-31 21:19:19'),(1454,9538,1,'2019-11-01','2019-11-01 09:43:00'),(1455,9538,1,'2019-11-01','2019-11-01 09:43:10'),(1456,9538,1,'2019-11-01','2019-11-01 13:55:47'),(1457,9538,1,'2019-11-01','2019-11-01 14:21:10'),(1458,9538,1,'2019-11-01','2019-11-01 14:22:44'),(1459,9538,1,'2019-11-01','2019-11-01 15:35:08'),(1460,1817,1,'2019-11-02','2019-11-02 01:55:53'),(1461,1515,1,'2019-11-02','2019-11-02 02:12:42'),(1462,6206,1,'2019-11-02','2019-11-02 02:14:05'),(1463,5867,1,'2019-11-02','2019-11-02 02:15:18'),(1464,1758,1,'2019-11-02','2019-11-02 02:16:35'),(1465,6522,1,'2019-11-02','2019-11-02 02:17:12'),(1466,7159,1,'2019-11-02','2019-11-02 02:20:27'),(1467,4867,1,'2019-11-02','2019-11-02 02:21:27'),(1468,7476,1,'2019-11-02','2019-11-02 02:21:57'),(1469,5266,1,'2019-11-02','2019-11-02 02:24:44'),(1470,8251,1,'2019-11-02','2019-11-02 02:40:48'),(1471,7636,1,'2019-11-02','2019-11-02 03:36:53'),(1472,9202,1,'2019-11-02','2019-11-02 03:47:47'),(1473,2244,1,'2019-11-02','2019-11-02 06:00:53'),(1474,9251,1,'2019-11-02','2019-11-02 06:09:36'),(1475,9251,1,'2019-11-02','2019-11-02 06:09:54'),(1476,2155,1,'2019-11-02','2019-11-02 10:05:44'),(1477,5268,1,'2019-11-02','2019-11-02 13:48:57'),(1478,8030,1,'2019-11-02','2019-11-02 18:30:18'),(1479,4712,1,'2019-11-02','2019-11-02 18:45:38'),(1480,1295,1,'2019-11-02','2019-11-02 19:32:57'),(1481,6294,1,'2019-11-02','2019-11-02 20:29:48'),(1482,9316,1,'2019-11-02','2019-11-02 20:41:22'),(1483,7291,1,'2019-11-02','2019-11-02 21:45:36'),(1484,6001,1,'2019-11-03','2019-11-03 00:35:59'),(1485,8327,1,'2019-11-03','2019-11-03 01:42:14'),(1486,8827,1,'2019-11-03','2019-11-03 02:49:01'),(1487,5129,1,'2019-11-03','2019-11-03 04:23:13'),(1488,198,1,'2019-11-03','2019-11-03 05:19:58'),(1489,7196,1,'2019-11-03','2019-11-03 05:29:31'),(1490,648,1,'2019-11-03','2019-11-03 05:48:23'),(1491,6868,1,'2019-11-03','2019-11-03 06:07:18'),(1492,6666,1,'2019-11-03','2019-11-03 06:16:48'),(1493,7817,1,'2019-11-03','2019-11-03 06:54:38'),(1494,8291,1,'2019-11-03','2019-11-03 07:32:32'),(1495,1885,1,'2019-11-03','2019-11-03 07:42:00'),(1496,6258,1,'2019-11-03','2019-11-03 07:51:28'),(1497,6480,1,'2019-11-03','2019-11-03 08:10:22'),(1498,8915,1,'2019-11-03','2019-11-03 08:29:20'),(1499,3384,1,'2019-11-03','2019-11-03 08:48:15'),(1500,7641,1,'2019-11-03','2019-11-03 09:54:30'),(1501,8573,1,'2019-11-03','2019-11-03 10:42:27'),(1502,1990,1,'2019-11-03','2019-11-03 11:06:57'),(1503,1735,1,'2019-11-03','2019-11-03 12:10:05'),(1504,5672,1,'2019-11-03','2019-11-03 12:18:07'),(1505,2433,1,'2019-11-03','2019-11-03 12:36:25'),(1506,2402,1,'2019-11-03','2019-11-03 12:50:50'),(1507,300,1,'2019-11-03','2019-11-03 13:12:25'),(1508,2715,1,'2019-11-03','2019-11-03 13:26:47'),(1509,8807,1,'2019-11-03','2019-11-03 14:02:49'),(1510,6677,1,'2019-11-03','2019-11-03 14:15:20'),(1511,2278,1,'2019-11-03','2019-11-03 14:17:14'),(1512,1073,1,'2019-11-03','2019-11-03 14:31:38'),(1513,8477,1,'2019-11-03','2019-11-03 14:53:12'),(1514,5945,1,'2019-11-03','2019-11-03 15:14:48'),(1515,487,1,'2019-11-03','2019-11-03 15:22:01'),(1516,1911,1,'2019-11-03','2019-11-03 15:43:38'),(1517,1612,1,'2019-11-03','2019-11-03 15:50:49'),(1518,6367,1,'2019-11-03','2019-11-03 16:05:12'),(1519,1655,1,'2019-11-03','2019-11-03 16:34:00'),(1520,1082,1,'2019-11-03','2019-11-03 17:31:39'),(1521,1670,1,'2019-11-03','2019-11-03 18:14:48'),(1522,2108,1,'2019-11-03','2019-11-03 19:19:40'),(1523,2376,1,'2019-11-03','2019-11-03 19:26:48'),(1524,6857,1,'2019-11-03','2019-11-03 19:34:00'),(1525,1348,1,'2019-11-03','2019-11-03 19:41:12'),(1526,8215,1,'2019-11-03','2019-11-03 20:10:00'),(1527,6427,1,'2019-11-03','2019-11-03 20:24:25'),(1528,7205,1,'2019-11-03','2019-11-03 20:46:01'),(1529,6050,1,'2019-11-03','2019-11-03 20:53:12'),(1530,2058,1,'2019-11-03','2019-11-03 21:00:23'),(1531,6507,1,'2019-11-03','2019-11-03 21:07:36'),(1532,5380,1,'2019-11-03','2019-11-03 21:14:47'),(1533,5897,1,'2019-11-03','2019-11-03 21:22:01'),(1534,6292,1,'2019-11-03','2019-11-03 21:29:11'),(1535,6336,1,'2019-11-03','2019-11-03 21:36:26'),(1536,5655,1,'2019-11-03','2019-11-03 21:43:36'),(1537,420,1,'2019-11-03','2019-11-03 21:50:47'),(1538,140,1,'2019-11-03','2019-11-03 22:48:23'),(1539,1445,1,'2019-11-03','2019-11-03 22:55:36'),(1540,7505,1,'2019-11-03','2019-11-03 23:02:50'),(1541,4682,1,'2019-11-03','2019-11-03 23:17:11'),(1542,6300,1,'2019-11-03','2019-11-03 23:53:14'),(1543,2130,1,'2019-11-04','2019-11-04 00:14:47'),(1544,4432,1,'2019-11-04','2019-11-04 00:22:00'),(1545,500,1,'2019-11-04','2019-11-04 00:36:23'),(1546,2223,1,'2019-11-04','2019-11-04 00:43:35'),(1547,9232,1,'2019-11-04','2019-11-04 00:57:59'),(1548,2619,1,'2019-11-04','2019-11-04 01:19:37'),(1549,6573,1,'2019-11-04','2019-11-04 01:48:27'),(1550,1483,1,'2019-11-04','2019-11-04 02:02:48'),(1551,1542,1,'2019-11-04','2019-11-04 02:10:00'),(1552,5783,1,'2019-11-04','2019-11-04 02:24:23'),(1553,2019,1,'2019-11-04','2019-11-04 02:38:56'),(1554,5879,1,'2019-11-04','2019-11-04 03:00:24'),(1555,516,1,'2019-11-04','2019-11-04 03:14:48'),(1556,8688,1,'2019-11-04','2019-11-04 03:22:01'),(1557,5246,1,'2019-11-04','2019-11-04 03:29:12'),(1558,2337,1,'2019-11-04','2019-11-04 03:36:23'),(1559,8298,1,'2019-11-04','2019-11-04 03:43:40'),(1560,7437,1,'2019-11-04','2019-11-04 03:58:00'),(1561,7129,1,'2019-11-04','2019-11-04 04:05:13'),(1562,215,1,'2019-11-04','2019-11-04 04:33:59'),(1563,1649,1,'2019-11-04','2019-11-04 04:41:12'),(1564,7410,1,'2019-11-04','2019-11-04 04:48:23'),(1565,6898,1,'2019-11-04','2019-11-04 04:55:35'),(1566,8124,1,'2019-11-04','2019-11-04 05:02:48'),(1567,6322,1,'2019-11-04','2019-11-04 05:17:11'),(1568,7155,1,'2019-11-04','2019-11-04 05:31:37'),(1569,8379,1,'2019-11-04','2019-11-04 05:46:04'),(1570,7139,1,'2019-11-04','2019-11-04 05:53:11'),(1571,7080,1,'2019-11-04','2019-11-04 06:07:37'),(1572,7094,1,'2019-11-04','2019-11-04 09:41:47'),(1573,5797,1,'2019-11-04','2019-11-04 13:09:01'),(1574,2387,1,'2019-11-04','2019-11-04 13:33:52'),(1575,4774,1,'2019-11-04','2019-11-04 14:01:32'),(1576,4400,1,'2019-11-04','2019-11-04 14:09:18'),(1577,4319,1,'2019-11-04','2019-11-04 14:11:43'),(1578,1377,1,'2019-11-04','2019-11-04 14:38:12'),(1579,8200,1,'2019-11-04','2019-11-04 14:39:20'),(1580,6747,1,'2019-11-04','2019-11-04 15:07:43'),(1581,4399,1,'2019-11-04','2019-11-04 16:55:41'),(1582,274,1,'2019-11-04','2019-11-04 17:02:49'),(1583,7182,1,'2019-11-04','2019-11-04 17:09:59'),(1584,5551,1,'2019-11-04','2019-11-04 17:17:11'),(1585,1620,1,'2019-11-04','2019-11-04 17:24:24'),(1586,2098,1,'2019-11-04','2019-11-04 17:31:38'),(1587,4606,1,'2019-11-04','2019-11-04 17:31:58'),(1588,5458,1,'2019-11-04','2019-11-04 17:53:12'),(1589,5844,1,'2019-11-04','2019-11-04 18:00:24'),(1590,2107,1,'2019-11-04','2019-11-04 18:07:37'),(1591,7113,1,'2019-11-04','2019-11-04 18:30:28'),(1592,169,1,'2019-11-04','2019-11-04 18:30:40'),(1593,913,1,'2019-11-04','2019-11-04 18:37:42'),(1594,6754,1,'2019-11-04','2019-11-04 18:43:35'),(1595,1199,1,'2019-11-04','2019-11-04 18:57:59'),(1596,2653,1,'2019-11-04','2019-11-04 19:05:13'),(1597,368,1,'2019-11-04','2019-11-04 19:44:10'),(1598,1089,1,'2019-11-04','2019-11-04 20:02:38'),(1599,5641,1,'2019-11-04','2019-11-04 20:24:24'),(1600,5059,1,'2019-11-04','2019-11-04 20:35:59'),(1601,7571,1,'2019-11-04','2019-11-04 20:46:17'),(1602,5557,1,'2019-11-04','2019-11-04 21:21:59'),(1603,5557,1,'2019-11-04','2019-11-04 21:22:58'),(1604,924,1,'2019-11-04','2019-11-04 21:29:12'),(1605,4470,1,'2019-11-04','2019-11-04 21:36:23'),(1606,2457,1,'2019-11-04','2019-11-04 21:54:20'),(1607,8867,1,'2019-11-04','2019-11-04 22:26:47'),(1608,5456,1,'2019-11-04','2019-11-04 22:41:12'),(1609,7246,1,'2019-11-04','2019-11-04 23:10:04'),(1610,3321,1,'2019-11-05','2019-11-05 15:48:09'),(1611,6276,1,'2019-11-05','2019-11-05 16:00:06'),(1612,2071,1,'2019-11-05','2019-11-05 16:03:06'),(1613,8193,1,'2019-11-05','2019-11-05 16:03:11'),(1614,8150,1,'2019-11-05','2019-11-05 16:03:17'),(1615,7973,1,'2019-11-05','2019-11-05 16:04:16'),(1616,4776,1,'2019-11-05','2019-11-05 16:05:16'),(1617,9538,1,'2019-11-05','2019-11-05 16:05:33'),(1618,1533,1,'2019-11-05','2019-11-05 16:09:15'),(1619,8360,1,'2019-11-05','2019-11-05 16:10:04'),(1620,7977,1,'2019-11-05','2019-11-05 16:11:22'),(1621,8773,1,'2019-11-05','2019-11-05 16:15:21'),(1622,7762,1,'2019-11-05','2019-11-05 16:15:58'),(1623,2225,1,'2019-11-05','2019-11-05 16:19:28'),(1624,2405,1,'2019-11-05','2019-11-05 16:21:27'),(1625,8101,1,'2019-11-05','2019-11-05 16:48:26'),(1626,6287,1,'2019-11-05','2019-11-05 16:58:02'),(1627,9193,1,'2019-11-05','2019-11-05 17:07:59'),(1628,6860,1,'2019-11-05','2019-11-05 17:53:14'),(1629,6162,1,'2019-11-05','2019-11-05 18:43:49'),(1630,2701,1,'2019-11-05','2019-11-05 18:50:48'),(1631,282,1,'2019-11-05','2019-11-05 21:00:29'),(1632,5788,1,'2019-11-05','2019-11-05 21:07:37'),(1633,4552,1,'2019-11-05','2019-11-05 21:22:04'),(1634,4552,1,'2019-11-05','2019-11-05 21:22:17'),(1635,3526,1,'2019-11-05','2019-11-05 22:41:19'),(1636,7000,1,'2019-11-05','2019-11-05 23:02:49'),(1637,7161,1,'2019-11-05','2019-11-05 23:24:27'),(1638,3560,1,'2019-11-05','2019-11-05 23:31:37'),(1639,7665,1,'2019-11-06','2019-11-06 00:29:16'),(1640,9538,1,'2019-11-06','2019-11-06 07:43:12'),(1641,9538,1,'2019-11-06','2019-11-06 07:43:17'),(1642,9538,1,'2019-11-06','2019-11-06 07:43:33'),(1643,9538,1,'2019-11-06','2019-11-06 07:43:48'),(1644,9538,1,'2019-11-06','2019-11-06 07:43:54'),(1645,9538,1,'2019-11-06','2019-11-06 07:44:01'),(1646,9538,1,'2019-11-06','2019-11-06 08:34:31'),(1647,9538,1,'2019-11-06','2019-11-06 09:00:27'),(1648,9538,1,'2019-11-06','2019-11-06 09:03:24'),(1649,9538,1,'2019-11-06','2019-11-06 14:56:51'),(1650,8330,1,'2019-11-06','2019-11-06 21:21:45'),(1651,8379,1,'2019-11-06','2019-11-06 21:22:29'),(1652,7417,1,'2019-11-06','2019-11-06 21:22:50'),(1653,22,1,'2019-11-06','2019-11-06 21:23:18'),(1654,7967,1,'2019-11-06','2019-11-06 21:23:46'),(1655,2098,1,'2019-11-06','2019-11-06 21:23:52'),(1656,1890,1,'2019-11-06','2019-11-06 21:24:15'),(1657,7412,1,'2019-11-06','2019-11-06 21:24:38'),(1658,5879,1,'2019-11-06','2019-11-06 21:25:09'),(1659,2192,1,'2019-11-06','2019-11-06 21:25:46'),(1660,4836,1,'2019-11-06','2019-11-06 21:27:25'),(1661,5394,1,'2019-11-06','2019-11-06 21:27:40'),(1662,8355,1,'2019-11-06','2019-11-06 21:28:27'),(1663,2410,1,'2019-11-06','2019-11-06 21:30:51'),(1664,9232,1,'2019-11-06','2019-11-06 21:34:27'),(1665,8048,1,'2019-11-06','2019-11-06 21:36:04'),(1666,4819,1,'2019-11-07','2019-11-07 01:12:25'),(1667,13,1,'2019-11-07','2019-11-07 09:04:04'),(1668,9531,1,'2019-11-07','2019-11-07 12:54:14'),(1669,9538,1,'2019-11-07','2019-11-07 15:09:06'),(1670,7,1,'2019-11-07','2019-11-07 16:16:04'),(1671,5,1,'2019-11-07','2019-11-07 16:33:17'),(1672,9538,1,'2019-11-08','2019-11-08 07:01:17'),(1673,9538,1,'2019-11-08','2019-11-08 07:02:28'),(1674,9536,1,'2019-11-08','2019-11-08 07:11:44'),(1675,9536,1,'2019-11-08','2019-11-08 07:35:35'),(1676,9536,1,'2019-11-08','2019-11-08 07:35:45'),(1677,9536,1,'2019-11-08','2019-11-08 07:36:08'),(1678,9538,1,'2019-11-08','2019-11-08 07:36:33'),(1679,9536,1,'2019-11-08','2019-11-08 07:36:41'),(1680,9538,1,'2019-11-08','2019-11-08 07:48:50'),(1681,9461,1,'2019-11-08','2019-11-08 07:56:32'),(1682,9538,1,'2019-11-08','2019-11-08 08:14:58'),(1683,9538,1,'2019-11-08','2019-11-08 09:34:18'),(1684,9538,1,'2019-11-08','2019-11-08 11:02:53'),(1685,6438,1,'2019-11-08','2019-11-08 12:12:01'),(1686,599,1,'2019-11-08','2019-11-08 12:33:35'),(1687,1543,1,'2019-11-08','2019-11-08 12:42:42'),(1688,9538,1,'2019-11-08','2019-11-08 12:45:43'),(1689,7457,1,'2019-11-08','2019-11-08 13:22:46'),(1690,5388,1,'2019-11-08','2019-11-08 13:26:21'),(1691,8066,1,'2019-11-08','2019-11-08 13:30:50'),(1692,4545,1,'2019-11-08','2019-11-08 13:31:12'),(1693,404,1,'2019-11-08','2019-11-08 13:33:03'),(1694,6715,1,'2019-11-08','2019-11-08 13:42:35'),(1695,1935,1,'2019-11-08','2019-11-08 13:43:09'),(1696,7878,1,'2019-11-08','2019-11-08 13:45:06'),(1697,5328,1,'2019-11-08','2019-11-08 13:45:34'),(1698,6505,1,'2019-11-08','2019-11-08 13:47:02'),(1699,5255,1,'2019-11-08','2019-11-08 13:47:57'),(1700,762,1,'2019-11-08','2019-11-08 13:50:07'),(1701,7421,1,'2019-11-08','2019-11-08 13:55:26'),(1702,5530,1,'2019-11-08','2019-11-08 13:55:41'),(1703,6369,1,'2019-11-08','2019-11-08 13:57:32'),(1704,5031,1,'2019-11-08','2019-11-08 13:58:13'),(1705,8128,1,'2019-11-08','2019-11-08 13:59:16'),(1706,1176,1,'2019-11-08','2019-11-08 13:59:27'),(1707,9249,1,'2019-11-08','2019-11-08 14:01:14'),(1708,1817,1,'2019-11-08','2019-11-08 14:02:06'),(1709,7961,1,'2019-11-08','2019-11-08 14:08:17'),(1710,1817,1,'2019-11-08','2019-11-08 14:15:09'),(1711,8277,1,'2019-11-08','2019-11-08 14:17:27'),(1712,7444,1,'2019-11-08','2019-11-08 14:18:50'),(1713,9040,1,'2019-11-08','2019-11-08 14:24:47'),(1714,7530,1,'2019-11-08','2019-11-08 14:32:42'),(1715,594,1,'2019-11-08','2019-11-08 14:38:45'),(1716,9538,1,'2019-11-08','2019-11-08 16:32:46'),(1717,9538,1,'2019-11-08','2019-11-08 16:35:51'),(1718,9538,1,'2019-11-08','2019-11-08 16:36:28'),(1719,9538,1,'2019-11-08','2019-11-08 16:37:06'),(1720,9538,1,'2019-11-08','2019-11-08 16:37:30'),(1721,9538,1,'2019-11-08','2019-11-08 16:39:09'),(1722,9538,1,'2019-11-08','2019-11-08 16:39:14'),(1723,9538,1,'2019-11-08','2019-11-08 16:52:55'),(1724,9538,1,'2019-11-08','2019-11-08 17:08:13'),(1725,7249,1,'2019-11-08','2019-11-08 17:58:13'),(1726,2197,1,'2019-11-08','2019-11-08 18:39:01'),(1727,9238,1,'2019-11-08','2019-11-08 18:42:57'),(1728,5668,1,'2019-11-08','2019-11-08 18:56:28'),(1729,3501,1,'2019-11-08','2019-11-08 18:57:04'),(1730,9538,1,'2019-11-08','2019-11-08 19:58:59'),(1731,117,1,'2019-11-09','2019-11-09 13:55:59'),(1732,4782,1,'2019-11-09','2019-11-09 13:57:36'),(1733,6253,1,'2019-11-09','2019-11-09 13:57:59'),(1734,9075,1,'2019-11-09','2019-11-09 14:24:23'),(1735,2024,1,'2019-11-09','2019-11-09 14:24:41'),(1736,4819,1,'2019-11-09','2019-11-09 14:25:40'),(1737,6405,1,'2019-11-09','2019-11-09 14:25:42'),(1738,6618,1,'2019-11-09','2019-11-09 14:25:47'),(1739,1395,1,'2019-11-09','2019-11-09 14:26:36'),(1740,5471,1,'2019-11-09','2019-11-09 14:26:48'),(1741,4550,1,'2019-11-09','2019-11-09 14:27:00'),(1742,8360,1,'2019-11-09','2019-11-09 14:27:09'),(1743,4372,1,'2019-11-09','2019-11-09 14:27:14'),(1744,7579,1,'2019-11-09','2019-11-09 14:27:28'),(1745,6949,1,'2019-11-09','2019-11-09 14:27:47'),(1746,2090,1,'2019-11-09','2019-11-09 14:27:48'),(1747,2381,1,'2019-11-09','2019-11-09 14:27:57'),(1748,6204,1,'2019-11-09','2019-11-09 14:28:01'),(1749,7967,1,'2019-11-09','2019-11-09 14:29:19'),(1750,2273,1,'2019-11-09','2019-11-09 14:29:19'),(1751,5384,1,'2019-11-09','2019-11-09 14:29:54'),(1752,6332,1,'2019-11-09','2019-11-09 14:30:11'),(1753,6860,1,'2019-11-09','2019-11-09 14:30:18'),(1754,2679,1,'2019-11-09','2019-11-09 14:32:19'),(1755,4505,1,'2019-11-09','2019-11-09 14:32:29'),(1756,8074,1,'2019-11-09','2019-11-09 14:32:42'),(1757,9028,1,'2019-11-09','2019-11-09 14:33:10'),(1758,4403,1,'2019-11-09','2019-11-09 14:33:17'),(1759,4552,1,'2019-11-09','2019-11-09 14:34:11'),(1760,5638,1,'2019-11-09','2019-11-09 14:36:18'),(1761,1885,1,'2019-11-09','2019-11-09 14:36:55'),(1762,8873,1,'2019-11-09','2019-11-09 14:38:05'),(1763,7641,1,'2019-11-09','2019-11-09 14:39:25'),(1764,8342,1,'2019-11-09','2019-11-09 14:39:39'),(1765,7693,1,'2019-11-09','2019-11-09 14:40:04'),(1766,7973,1,'2019-11-09','2019-11-09 14:40:42'),(1767,8048,1,'2019-11-09','2019-11-09 14:41:49'),(1768,4776,1,'2019-11-09','2019-11-09 14:53:14'),(1769,5854,1,'2019-11-09','2019-11-09 16:21:20'),(1770,8160,1,'2019-11-09','2019-11-09 16:26:50'),(1771,2596,1,'2019-11-09','2019-11-09 19:18:31'),(1772,8790,1,'2019-11-09','2019-11-09 19:47:28'),(1773,13,1,'2019-11-09','2019-11-09 20:14:35'),(1774,9538,1,'2019-11-10','2019-11-10 09:27:16'),(1775,9461,1,'2019-11-10','2019-11-10 18:49:22'),(1776,9461,1,'2019-11-10','2019-11-10 18:49:35'),(1777,9538,1,'2019-11-10','2019-11-10 19:04:40'),(1778,2396,1,'2019-11-11','2019-11-11 04:22:11'),(1779,6016,1,'2019-11-11','2019-11-11 04:23:18'),(1780,5297,1,'2019-11-11','2019-11-11 04:31:29'),(1781,8170,1,'2019-11-11','2019-11-11 04:35:49'),(1782,5239,1,'2019-11-11','2019-11-11 04:51:31'),(1783,6657,1,'2019-11-11','2019-11-11 05:02:31'),(1784,8230,1,'2019-11-11','2019-11-11 05:02:42'),(1785,7074,1,'2019-11-11','2019-11-11 05:02:45'),(1786,5200,1,'2019-11-11','2019-11-11 05:03:43'),(1787,2495,1,'2019-11-11','2019-11-11 05:04:04'),(1788,124,1,'2019-11-11','2019-11-11 05:04:06'),(1789,8052,1,'2019-11-11','2019-11-11 05:04:11'),(1790,1640,1,'2019-11-11','2019-11-11 05:04:29'),(1791,105,1,'2019-11-11','2019-11-11 05:04:30'),(1792,7327,1,'2019-11-11','2019-11-11 05:04:47'),(1793,7151,1,'2019-11-11','2019-11-11 05:04:56'),(1794,9236,1,'2019-11-11','2019-11-11 05:06:30'),(1795,756,1,'2019-11-11','2019-11-11 05:06:44'),(1796,5330,1,'2019-11-11','2019-11-11 05:06:49'),(1797,5469,1,'2019-11-11','2019-11-11 05:07:14'),(1798,8628,1,'2019-11-11','2019-11-11 05:07:18'),(1799,6780,1,'2019-11-11','2019-11-11 05:07:29'),(1800,8563,1,'2019-11-11','2019-11-11 05:07:30'),(1801,5841,1,'2019-11-11','2019-11-11 05:07:37'),(1802,1993,1,'2019-11-11','2019-11-11 05:07:45'),(1803,9228,1,'2019-11-11','2019-11-11 05:07:58'),(1804,7665,1,'2019-11-11','2019-11-11 05:08:00'),(1805,5658,1,'2019-11-11','2019-11-11 05:08:12'),(1806,6623,1,'2019-11-11','2019-11-11 05:08:15'),(1807,4542,1,'2019-11-11','2019-11-11 05:08:18'),(1808,2551,1,'2019-11-11','2019-11-11 05:08:29'),(1809,6680,1,'2019-11-11','2019-11-11 05:08:35'),(1810,7426,1,'2019-11-11','2019-11-11 05:08:37'),(1811,4801,1,'2019-11-11','2019-11-11 05:08:38'),(1812,547,1,'2019-11-11','2019-11-11 05:09:06'),(1813,7412,1,'2019-11-11','2019-11-11 05:09:18'),(1814,4707,1,'2019-11-11','2019-11-11 05:09:29'),(1815,8596,1,'2019-11-11','2019-11-11 05:09:39'),(1816,7180,1,'2019-11-11','2019-11-11 05:09:43'),(1817,700,1,'2019-11-11','2019-11-11 05:09:56'),(1818,6105,1,'2019-11-11','2019-11-11 05:10:10'),(1819,5819,1,'2019-11-11','2019-11-11 05:10:58'),(1820,7734,1,'2019-11-11','2019-11-11 05:11:18'),(1821,1955,1,'2019-11-11','2019-11-11 05:11:53'),(1822,5803,1,'2019-11-11','2019-11-11 05:12:07'),(1823,9125,1,'2019-11-11','2019-11-11 05:12:29'),(1824,6322,1,'2019-11-11','2019-11-11 05:13:29'),(1825,22,1,'2019-11-11','2019-11-11 05:15:03'),(1826,2310,1,'2019-11-11','2019-11-11 07:05:45'),(1827,6182,1,'2019-11-11','2019-11-11 08:55:34'),(1828,9538,1,'2019-11-11','2019-11-11 15:02:11'),(1829,9538,1,'2019-11-11','2019-11-11 15:02:17'),(1830,9538,1,'2019-11-11','2019-11-11 15:03:15'),(1831,9538,1,'2019-11-11','2019-11-11 16:18:43'),(1832,9538,1,'2019-11-11','2019-11-11 16:21:19'),(1833,9538,1,'2019-11-11','2019-11-11 16:35:17'),(1834,8322,1,'2019-11-12','2019-11-12 11:47:05'),(1835,7325,1,'2019-11-12','2019-11-12 11:51:13'),(1836,5132,1,'2019-11-12','2019-11-12 11:56:22'),(1837,7403,1,'2019-11-12','2019-11-12 12:05:49'),(1838,1609,1,'2019-11-12','2019-11-12 12:08:56'),(1839,8101,1,'2019-11-12','2019-11-12 12:17:52'),(1840,963,1,'2019-11-12','2019-11-12 12:25:37'),(1841,8713,1,'2019-11-12','2019-11-12 12:30:48'),(1842,7535,1,'2019-11-12','2019-11-12 12:32:09'),(1843,2736,1,'2019-11-12','2019-11-12 12:37:08'),(1844,1704,1,'2019-11-12','2019-11-12 12:42:31'),(1845,1251,1,'2019-11-12','2019-11-12 12:46:41'),(1846,909,1,'2019-11-12','2019-11-12 12:51:17'),(1847,4229,1,'2019-11-12','2019-11-12 12:56:08'),(1848,116,1,'2019-11-12','2019-11-12 12:59:58'),(1849,8686,1,'2019-11-12','2019-11-12 13:03:27'),(1850,6783,1,'2019-11-12','2019-11-12 13:17:21'),(1851,4319,1,'2019-11-12','2019-11-12 13:18:44'),(1852,3713,1,'2019-11-12','2019-11-12 13:25:52'),(1853,8012,1,'2019-11-12','2019-11-12 13:31:48'),(1854,7616,1,'2019-11-12','2019-11-12 13:40:53'),(1855,961,1,'2019-11-12','2019-11-12 13:44:45'),(1856,8204,1,'2019-11-12','2019-11-12 13:45:25'),(1857,4795,1,'2019-11-12','2019-11-12 13:46:33'),(1858,2775,1,'2019-11-12','2019-11-12 13:55:01'),(1859,8021,1,'2019-11-12','2019-11-12 13:55:19'),(1860,8263,1,'2019-11-12','2019-11-12 13:56:40'),(1861,8629,1,'2019-11-12','2019-11-12 13:57:27'),(1862,1656,1,'2019-11-12','2019-11-12 14:44:24'),(1863,5337,1,'2019-11-12','2019-11-12 15:10:26'),(1864,6297,1,'2019-11-12','2019-11-12 17:51:09'),(1865,2492,1,'2019-11-12','2019-11-12 18:00:37'),(1866,781,1,'2019-11-12','2019-11-12 18:19:36'),(1867,6036,1,'2019-11-12','2019-11-12 19:44:46'),(1868,6520,1,'2019-11-12','2019-11-12 20:13:11'),(1869,465,1,'2019-11-12','2019-11-12 21:47:50'),(1870,5313,1,'2019-11-13','2019-11-13 01:38:29'),(1871,77,1,'2019-11-13','2019-11-13 01:49:16'),(1872,5407,1,'2019-11-13','2019-11-13 05:18:34'),(1873,2078,1,'2019-11-13','2019-11-13 06:10:33'),(1874,2237,1,'2019-11-13','2019-11-13 08:21:21'),(1875,513,1,'2019-11-13','2019-11-13 08:24:04'),(1876,5363,1,'2019-11-13','2019-11-13 08:26:04'),(1877,5455,1,'2019-11-13','2019-11-13 08:27:40'),(1878,1617,1,'2019-11-13','2019-11-13 08:33:27'),(1879,2558,1,'2019-11-13','2019-11-13 08:34:24'),(1880,7183,1,'2019-11-13','2019-11-13 08:47:01'),(1881,5174,1,'2019-11-13','2019-11-13 08:47:55'),(1882,1120,1,'2019-11-13','2019-11-13 08:48:15'),(1883,1943,1,'2019-11-13','2019-11-13 08:53:03'),(1884,6154,1,'2019-11-13','2019-11-13 08:54:38'),(1885,1691,1,'2019-11-13','2019-11-13 08:56:48'),(1886,4537,1,'2019-11-13','2019-11-13 08:58:06'),(1887,623,1,'2019-11-13','2019-11-13 08:59:23'),(1888,6400,1,'2019-11-13','2019-11-13 09:01:42'),(1889,9070,1,'2019-11-13','2019-11-13 09:03:30'),(1890,8241,1,'2019-11-13','2019-11-13 09:18:05'),(1891,6730,1,'2019-11-13','2019-11-13 09:19:12'),(1892,6770,1,'2019-11-13','2019-11-13 09:26:23'),(1893,405,1,'2019-11-13','2019-11-13 09:27:30'),(1894,2616,1,'2019-11-13','2019-11-13 09:28:32'),(1895,456,1,'2019-11-13','2019-11-13 09:49:05'),(1896,6069,1,'2019-11-13','2019-11-13 11:13:02'),(1897,581,1,'2019-11-13','2019-11-13 14:32:51'),(1898,1934,1,'2019-11-13','2019-11-13 14:39:15'),(1899,6599,1,'2019-11-13','2019-11-13 18:44:47'),(1900,1695,1,'2019-11-13','2019-11-13 19:23:09'),(1901,1585,1,'2019-11-13','2019-11-13 21:28:27'),(1902,357,1,'2019-11-13','2019-11-13 21:47:27'),(1903,7690,1,'2019-11-13','2019-11-13 22:15:43'),(1904,1890,1,'2019-11-13','2019-11-13 22:26:05'),(1905,5692,1,'2019-11-13','2019-11-13 22:28:37'),(1906,4340,1,'2019-11-13','2019-11-13 22:31:17'),(1907,2195,1,'2019-11-13','2019-11-13 22:32:05'),(1908,6627,1,'2019-11-13','2019-11-13 23:00:20'),(1909,155,1,'2019-11-14','2019-11-14 00:06:20'),(1910,5602,1,'2019-11-14','2019-11-14 00:44:08'),(1911,2156,1,'2019-11-14','2019-11-14 01:21:58'),(1912,1213,1,'2019-11-14','2019-11-14 19:12:55'),(1913,4454,1,'2019-11-14','2019-11-14 19:16:35'),(1914,1434,1,'2019-11-14','2019-11-14 19:18:08'),(1915,4626,1,'2019-11-14','2019-11-14 19:18:40'),(1916,6537,1,'2019-11-14','2019-11-14 19:23:04'),(1917,7801,1,'2019-11-14','2019-11-14 19:25:16'),(1918,6735,1,'2019-11-14','2019-11-14 19:33:14'),(1919,8992,1,'2019-11-14','2019-11-14 19:47:01'),(1920,6091,1,'2019-11-14','2019-11-14 19:48:04'),(1921,690,1,'2019-11-14','2019-11-14 19:55:43'),(1922,5645,1,'2019-11-14','2019-11-14 19:56:19'),(1923,7304,1,'2019-11-14','2019-11-14 19:56:58'),(1924,22,1,'2019-11-14','2019-11-14 19:58:38'),(1925,22,1,'2019-11-14','2019-11-14 20:00:24'),(1926,1552,1,'2019-11-14','2019-11-14 20:02:54'),(1927,8467,1,'2019-11-14','2019-11-14 20:05:13'),(1928,6659,1,'2019-11-14','2019-11-14 20:14:19'),(1929,1380,1,'2019-11-14','2019-11-14 20:19:38'),(1930,3934,1,'2019-11-14','2019-11-14 20:40:14'),(1931,8330,1,'2019-11-14','2019-11-14 21:08:28'),(1932,2507,1,'2019-11-14','2019-11-14 21:15:22'),(1933,4484,1,'2019-11-14','2019-11-14 21:37:00'),(1934,4661,1,'2019-11-14','2019-11-14 21:44:12'),(1935,7745,1,'2019-11-14','2019-11-14 21:51:41'),(1936,2704,1,'2019-11-14','2019-11-14 21:58:31'),(1937,7990,1,'2019-11-14','2019-11-14 22:20:18'),(1938,7053,1,'2019-11-14','2019-11-14 22:34:31'),(1939,8069,1,'2019-11-14','2019-11-14 22:41:41'),(1940,2423,1,'2019-11-14','2019-11-14 22:48:54'),(1941,2071,1,'2019-11-15','2019-11-15 05:54:02'),(1942,2157,1,'2019-11-15','2019-11-15 10:02:01'),(1943,1817,1,'2019-11-15','2019-11-15 23:07:14'),(1944,1603,1,'2019-11-15','2019-11-15 23:16:17'),(1945,8976,1,'2019-11-15','2019-11-15 23:18:46'),(1946,3678,1,'2019-11-15','2019-11-15 23:30:14'),(1947,5634,1,'2019-11-15','2019-11-15 23:36:00'),(1948,4667,1,'2019-11-15','2019-11-15 23:41:49'),(1949,8083,1,'2019-11-15','2019-11-15 23:54:43'),(1950,8788,1,'2019-11-15','2019-11-15 23:55:53'),(1951,2458,1,'2019-11-16','2019-11-16 00:08:20'),(1952,2392,1,'2019-11-16','2019-11-16 00:09:18'),(1953,9079,1,'2019-11-16','2019-11-16 00:13:48'),(1954,8352,1,'2019-11-16','2019-11-16 00:57:50'),(1955,1998,1,'2019-11-16','2019-11-16 00:57:54'),(1956,4104,1,'2019-11-16','2019-11-16 00:58:28'),(1957,6795,1,'2019-11-16','2019-11-16 00:58:39'),(1958,6011,1,'2019-11-16','2019-11-16 01:00:42'),(1959,7695,1,'2019-11-16','2019-11-16 01:02:45'),(1960,7019,1,'2019-11-16','2019-11-16 01:06:09'),(1961,6672,1,'2019-11-16','2019-11-16 01:12:10'),(1962,6279,1,'2019-11-16','2019-11-16 01:32:27'),(1963,368,1,'2019-11-16','2019-11-16 01:37:52'),(1964,7853,1,'2019-11-16','2019-11-16 02:21:18'),(1965,1791,1,'2019-11-16','2019-11-16 02:31:04'),(1966,924,1,'2019-11-16','2019-11-16 02:40:08'),(1967,4438,1,'2019-11-16','2019-11-16 02:48:31'),(1968,1838,1,'2019-11-16','2019-11-16 02:49:16'),(1969,4506,1,'2019-11-16','2019-11-16 02:54:20'),(1970,4798,1,'2019-11-16','2019-11-16 02:55:50'),(1971,4400,1,'2019-11-16','2019-11-16 02:56:09'),(1972,4823,1,'2019-11-16','2019-11-16 02:59:36'),(1973,2367,1,'2019-11-16','2019-11-16 03:12:54'),(1974,7124,1,'2019-11-16','2019-11-16 03:16:55'),(1975,2187,1,'2019-11-16','2019-11-16 03:17:41'),(1976,8472,1,'2019-11-16','2019-11-16 03:18:30'),(1977,6067,1,'2019-11-16','2019-11-16 03:18:44'),(1978,3643,1,'2019-11-16','2019-11-16 03:18:57'),(1979,5518,1,'2019-11-16','2019-11-16 03:19:05'),(1980,5736,1,'2019-11-16','2019-11-16 03:19:18'),(1981,5977,1,'2019-11-16','2019-11-16 03:19:20'),(1982,3773,1,'2019-11-16','2019-11-16 03:20:07'),(1983,3962,1,'2019-11-16','2019-11-16 03:20:49'),(1984,386,1,'2019-11-16','2019-11-16 03:20:51'),(1985,8301,1,'2019-11-16','2019-11-16 03:20:51'),(1986,6148,1,'2019-11-16','2019-11-16 03:23:42'),(1987,8719,1,'2019-11-16','2019-11-16 03:24:38'),(1988,5144,1,'2019-11-16','2019-11-16 03:24:49'),(1989,7646,1,'2019-11-16','2019-11-16 03:25:16'),(1990,872,1,'2019-11-16','2019-11-16 03:25:19'),(1991,4408,1,'2019-11-16','2019-11-16 03:25:38'),(1992,5711,1,'2019-11-16','2019-11-16 03:26:10'),(1993,1225,1,'2019-11-16','2019-11-16 03:27:33'),(1994,8945,1,'2019-11-16','2019-11-16 03:27:33'),(1995,2305,1,'2019-11-16','2019-11-16 03:28:35'),(1996,491,1,'2019-11-16','2019-11-16 03:38:04'),(1997,5041,1,'2019-11-16','2019-11-16 03:43:24'),(1998,5097,1,'2019-11-16','2019-11-16 03:48:14'),(1999,2770,1,'2019-11-16','2019-11-16 03:51:47'),(2000,4724,1,'2019-11-16','2019-11-16 03:58:32'),(2001,2192,1,'2019-11-16','2019-11-16 04:05:46'),(2002,16,1,'2019-11-16','2019-11-16 04:11:56'),(2003,5108,1,'2019-11-16','2019-11-16 04:13:06'),(2004,8150,1,'2019-11-16','2019-11-16 04:27:12'),(2005,533,1,'2019-11-16','2019-11-16 04:27:17'),(2006,2547,1,'2019-11-16','2019-11-16 04:34:33'),(2007,907,1,'2019-11-16','2019-11-16 04:41:52'),(2008,6456,1,'2019-11-16','2019-11-16 05:32:04'),(2009,6456,1,'2019-11-16','2019-11-16 05:32:41'),(2010,9104,1,'2019-11-16','2019-11-16 07:12:56'),(2011,6131,1,'2019-11-16','2019-11-16 07:20:06'),(2012,3890,1,'2019-11-16','2019-11-16 07:41:40'),(2013,1817,1,'2019-11-16','2019-11-16 08:09:11'),(2014,4491,1,'2019-11-16','2019-11-16 08:14:00'),(2015,6397,1,'2019-11-16','2019-11-16 08:24:52'),(2016,2283,1,'2019-11-16','2019-11-16 08:32:05'),(2017,5026,1,'2019-11-16','2019-11-16 08:46:28'),(2018,9045,1,'2019-11-16','2019-11-16 08:53:42'),(2019,4516,1,'2019-11-16','2019-11-16 09:11:21'),(2020,8239,1,'2019-11-16','2019-11-16 09:22:29'),(2021,8673,1,'2019-11-16','2019-11-16 09:29:44'),(2022,8156,1,'2019-11-16','2019-11-16 09:36:52'),(2023,3526,1,'2019-11-16','2019-11-16 10:12:52'),(2024,1394,1,'2019-11-16','2019-11-16 10:56:05'),(2025,9062,1,'2019-11-16','2019-11-16 11:07:01'),(2026,7769,1,'2019-11-16','2019-11-16 11:10:39'),(2027,8614,1,'2019-11-16','2019-11-16 11:17:43'),(2028,7360,1,'2019-11-16','2019-11-16 11:24:54'),(2029,7072,1,'2019-11-16','2019-11-16 11:30:48'),(2030,2410,1,'2019-11-16','2019-11-16 11:53:42'),(2031,23,1,'2019-11-16','2019-11-16 12:15:19'),(2032,6188,1,'2019-11-16','2019-11-16 12:22:29'),(2033,3867,1,'2019-11-16','2019-11-16 12:29:43'),(2034,66,1,'2019-11-16','2019-11-16 12:51:20'),(2035,16,1,'2019-11-16','2019-11-16 13:02:00'),(2036,7338,1,'2019-11-16','2019-11-16 13:48:54'),(2037,1946,1,'2019-11-16','2019-11-16 14:10:29'),(2038,828,1,'2019-11-16','2019-11-16 14:24:53'),(2039,2101,1,'2019-11-16','2019-11-16 14:39:20'),(2040,2547,1,'2019-11-16','2019-11-16 15:52:04'),(2041,16,1,'2019-11-16','2019-11-16 23:04:09'),(2042,2547,1,'2019-11-17','2019-11-17 00:44:24'),(2043,2155,1,'2019-11-17','2019-11-17 02:52:03'),(2044,8253,1,'2019-11-17','2019-11-17 02:53:37'),(2045,982,1,'2019-11-17','2019-11-17 03:03:52'),(2046,2176,1,'2019-11-17','2019-11-17 03:24:13'),(2047,1618,1,'2019-11-17','2019-11-17 03:24:50'),(2048,7008,1,'2019-11-17','2019-11-17 03:26:42'),(2049,8195,1,'2019-11-17','2019-11-17 03:34:51'),(2050,6309,1,'2019-11-17','2019-11-17 03:36:30'),(2051,2473,1,'2019-11-17','2019-11-17 03:38:39'),(2052,1965,1,'2019-11-17','2019-11-17 03:40:51'),(2053,4563,1,'2019-11-17','2019-11-17 03:51:31'),(2054,1585,1,'2019-11-17','2019-11-17 04:46:10'),(2055,23,1,'2019-11-17','2019-11-17 05:35:34'),(2056,1817,1,'2019-11-17','2019-11-17 11:58:55'),(2057,16,1,'2019-11-17','2019-11-17 13:28:35'),(2058,695,1,'2019-11-17','2019-11-17 15:16:01'),(2059,2510,1,'2019-11-18','2019-11-18 03:58:34'),(2060,4246,1,'2019-11-18','2019-11-18 04:06:54'),(2061,1822,1,'2019-11-18','2019-11-18 04:18:03'),(2062,8638,1,'2019-11-18','2019-11-18 04:24:31'),(2063,8857,1,'2019-11-18','2019-11-18 04:27:09'),(2064,4910,1,'2019-11-18','2019-11-18 04:27:31'),(2065,7998,1,'2019-11-18','2019-11-18 04:28:09'),(2066,6631,1,'2019-11-18','2019-11-18 04:32:00'),(2067,8174,1,'2019-11-18','2019-11-18 04:37:53'),(2068,4893,1,'2019-11-18','2019-11-18 04:42:41'),(2069,6351,1,'2019-11-18','2019-11-18 04:45:34'),(2070,9219,1,'2019-11-18','2019-11-18 04:46:22'),(2071,6195,1,'2019-11-18','2019-11-18 04:47:39'),(2072,6670,1,'2019-11-18','2019-11-18 04:48:21'),(2073,6908,1,'2019-11-18','2019-11-18 04:48:22'),(2074,4940,1,'2019-11-18','2019-11-18 04:48:58'),(2075,2748,1,'2019-11-18','2019-11-18 04:51:42'),(2076,888,1,'2019-11-18','2019-11-18 04:52:47'),(2077,1747,1,'2019-11-18','2019-11-18 04:53:48'),(2078,5904,1,'2019-11-18','2019-11-18 04:54:38'),(2079,1511,1,'2019-11-18','2019-11-18 04:55:08'),(2080,2783,1,'2019-11-18','2019-11-18 04:55:31'),(2081,8526,1,'2019-11-18','2019-11-18 04:56:37'),(2082,4577,1,'2019-11-18','2019-11-18 04:56:46'),(2083,185,1,'2019-11-18','2019-11-18 04:57:04'),(2084,7650,1,'2019-11-18','2019-11-18 04:57:05'),(2085,7728,1,'2019-11-18','2019-11-18 04:57:30'),(2086,8231,1,'2019-11-18','2019-11-18 04:57:39'),(2087,7577,1,'2019-11-18','2019-11-18 04:58:13'),(2088,2321,1,'2019-11-18','2019-11-18 04:58:54'),(2089,6498,1,'2019-11-18','2019-11-18 04:59:37'),(2090,4738,1,'2019-11-18','2019-11-18 05:00:57'),(2091,22,1,'2019-11-18','2019-11-18 05:01:17'),(2092,5117,1,'2019-11-18','2019-11-18 05:02:06'),(2093,5662,1,'2019-11-18','2019-11-18 05:02:15'),(2094,4601,1,'2019-11-18','2019-11-18 05:03:09'),(2095,867,1,'2019-11-18','2019-11-18 05:04:22'),(2096,8537,1,'2019-11-18','2019-11-18 05:05:49'),(2097,379,1,'2019-11-18','2019-11-18 05:05:51'),(2098,4759,1,'2019-11-18','2019-11-18 05:06:35'),(2099,8078,1,'2019-11-18','2019-11-18 05:07:31'),(2100,2628,1,'2019-11-18','2019-11-18 05:07:52'),(2101,9026,1,'2019-11-18','2019-11-18 05:08:01'),(2102,59,1,'2019-11-18','2019-11-18 05:08:34'),(2103,5876,1,'2019-11-18','2019-11-18 05:08:35'),(2104,5813,1,'2019-11-18','2019-11-18 05:08:47'),(2105,7554,1,'2019-11-18','2019-11-18 05:08:49'),(2106,6287,1,'2019-11-18','2019-11-18 05:08:49'),(2107,2798,1,'2019-11-18','2019-11-18 05:09:31'),(2108,4165,1,'2019-11-18','2019-11-18 05:09:47'),(2109,984,1,'2019-11-18','2019-11-18 05:10:20'),(2110,1480,1,'2019-11-18','2019-11-18 05:10:39'),(2111,3501,1,'2019-11-18','2019-11-18 05:11:04'),(2112,571,1,'2019-11-18','2019-11-18 05:11:48'),(2113,6610,1,'2019-11-18','2019-11-18 05:12:02'),(2114,8018,1,'2019-11-18','2019-11-18 05:12:21'),(2115,444,1,'2019-11-18','2019-11-18 05:12:41'),(2116,8793,1,'2019-11-18','2019-11-18 05:13:07'),(2117,5353,1,'2019-11-18','2019-11-18 05:13:22'),(2118,943,1,'2019-11-18','2019-11-18 05:13:40'),(2119,22,1,'2019-11-18','2019-11-18 05:13:53'),(2120,5074,1,'2019-11-18','2019-11-18 05:13:59'),(2121,4170,1,'2019-11-18','2019-11-18 05:14:00'),(2122,8925,1,'2019-11-18','2019-11-18 05:14:23'),(2123,8287,1,'2019-11-18','2019-11-18 05:14:48'),(2124,23,1,'2019-11-18','2019-11-18 05:15:02'),(2125,2453,1,'2019-11-18','2019-11-18 05:15:09'),(2126,1426,1,'2019-11-18','2019-11-18 05:15:31'),(2127,1476,1,'2019-11-18','2019-11-18 05:16:09'),(2128,7288,1,'2019-11-18','2019-11-18 05:16:30'),(2129,6695,1,'2019-11-18','2019-11-18 05:16:31'),(2130,5238,1,'2019-11-18','2019-11-18 05:16:53'),(2131,98,1,'2019-11-18','2019-11-18 05:17:30'),(2132,4464,1,'2019-11-18','2019-11-18 05:17:46'),(2133,855,1,'2019-11-18','2019-11-18 05:18:00'),(2134,4202,1,'2019-11-18','2019-11-18 05:19:48'),(2135,6452,1,'2019-11-18','2019-11-18 05:20:30'),(2136,3941,1,'2019-11-18','2019-11-18 05:20:36'),(2137,2041,1,'2019-11-18','2019-11-18 05:21:16'),(2138,5165,1,'2019-11-18','2019-11-18 05:21:53'),(2139,8785,1,'2019-11-18','2019-11-18 05:22:45'),(2140,8882,1,'2019-11-18','2019-11-18 05:26:43'),(2141,1003,1,'2019-11-18','2019-11-18 17:34:47'),(2142,6951,1,'2019-11-18','2019-11-18 18:00:02'),(2143,8843,1,'2019-11-19','2019-11-19 00:16:35'),(2144,6836,1,'2019-11-19','2019-11-19 00:24:08'),(2145,3279,1,'2019-11-19','2019-11-19 00:27:00'),(2146,3854,1,'2019-11-19','2019-11-19 00:43:00'),(2147,8871,1,'2019-11-19','2019-11-19 00:47:45'),(2148,8778,1,'2019-11-19','2019-11-19 00:48:47'),(2149,7133,1,'2019-11-19','2019-11-19 00:57:17'),(2150,5706,1,'2019-11-19','2019-11-19 01:00:53'),(2151,8836,1,'2019-11-19','2019-11-19 01:03:36'),(2152,1817,1,'2019-11-19','2019-11-19 01:08:50'),(2153,8646,1,'2019-11-19','2019-11-19 01:14:38'),(2154,4848,1,'2019-11-19','2019-11-19 01:16:35'),(2155,4457,1,'2019-11-19','2019-11-19 01:18:20'),(2156,2897,1,'2019-11-19','2019-11-19 01:18:45'),(2157,1162,1,'2019-11-19','2019-11-19 01:19:31'),(2158,1927,1,'2019-11-19','2019-11-19 01:22:58'),(2159,1502,1,'2019-11-19','2019-11-19 01:23:03'),(2160,7432,1,'2019-11-19','2019-11-19 01:23:44'),(2161,8100,1,'2019-11-19','2019-11-19 01:27:29'),(2162,7320,1,'2019-11-19','2019-11-19 01:27:42'),(2163,1443,1,'2019-11-19','2019-11-19 01:30:40'),(2164,4587,1,'2019-11-19','2019-11-19 01:36:31'),(2165,7312,1,'2019-11-19','2019-11-19 01:42:19'),(2166,5,1,'2019-11-19','2019-11-19 09:20:50'),(2167,731,1,'2019-11-19','2019-11-19 22:43:46'),(2168,8668,1,'2019-11-19','2019-11-19 22:44:44'),(2169,22,1,'2019-11-19','2019-11-19 22:58:38'),(2170,4691,1,'2019-11-19','2019-11-19 23:08:41'),(2171,8105,1,'2019-11-19','2019-11-19 23:11:13'),(2172,9312,1,'2019-11-19','2019-11-19 23:16:21'),(2173,2480,1,'2019-11-19','2019-11-19 23:18:44'),(2174,2427,1,'2019-11-19','2019-11-19 23:29:15'),(2175,1836,1,'2019-11-19','2019-11-19 23:34:22'),(2176,1479,1,'2019-11-19','2019-11-19 23:34:59'),(2177,281,1,'2019-11-19','2019-11-19 23:38:21'),(2178,321,1,'2019-11-19','2019-11-19 23:45:57'),(2179,8752,1,'2019-11-19','2019-11-19 23:46:31'),(2180,8555,1,'2019-11-19','2019-11-19 23:47:43'),(2181,23,1,'2019-11-19','2019-11-19 23:56:44'),(2182,8565,1,'2019-11-20','2019-11-20 01:29:07'),(2183,7042,1,'2019-11-20','2019-11-20 02:06:57'),(2184,6143,1,'2019-11-20','2019-11-20 03:03:47'),(2185,6079,1,'2019-11-20','2019-11-20 03:41:44'),(2186,4429,1,'2019-11-20','2019-11-20 03:51:08'),(2187,1529,1,'2019-11-20','2019-11-20 04:19:31'),(2188,7948,1,'2019-11-20','2019-11-20 04:38:24'),(2189,8186,1,'2019-11-20','2019-11-20 04:47:53'),(2190,4086,1,'2019-11-20','2019-11-20 04:57:23'),(2191,8621,1,'2019-11-20','2019-11-20 07:47:50'),(2192,5101,1,'2019-11-20','2019-11-20 08:06:41'),(2193,1282,1,'2019-11-20','2019-11-20 08:25:37'),(2194,5869,1,'2019-11-20','2019-11-20 12:50:43'),(2195,10,1,'2019-11-20','2019-11-20 12:51:18'),(2196,7,1,'2019-11-20','2019-11-20 12:51:23'),(2197,2673,1,'2019-11-20','2019-11-20 14:25:19'),(2198,7303,1,'2019-11-20','2019-11-20 15:14:23'),(2199,1983,1,'2019-11-20','2019-11-20 15:50:27'),(2200,3384,1,'2019-11-20','2019-11-20 19:26:26'),(2201,8437,1,'2019-11-20','2019-11-20 20:23:58'),(2202,1515,1,'2019-11-20','2019-11-20 20:38:24'),(2203,8773,1,'2019-11-20','2019-11-20 23:24:01'),(2204,8574,1,'2019-11-20','2019-11-20 23:45:41'),(2205,660,1,'2019-11-21','2019-11-21 00:50:26'),(2206,9531,1,'2019-11-21','2019-11-21 07:50:15'),(2207,7,1,'2019-11-21','2019-11-21 07:51:31'),(2208,10,1,'2019-11-21','2019-11-21 07:52:04'),(2209,1403,1,'2019-11-21','2019-11-21 11:49:42'),(2210,5104,1,'2019-11-21','2019-11-21 12:07:29'),(2211,676,1,'2019-11-21','2019-11-21 12:08:17'),(2212,7725,1,'2019-11-21','2019-11-21 12:18:32'),(2213,7698,1,'2019-11-21','2019-11-21 12:25:23'),(2214,6943,1,'2019-11-21','2019-11-21 16:44:05'),(2215,8860,1,'2019-11-21','2019-11-21 16:55:11'),(2216,3040,1,'2019-11-21','2019-11-21 18:14:24'),(2217,1817,1,'2019-11-21','2019-11-21 19:16:36'),(2218,6119,1,'2019-11-21','2019-11-21 20:45:45'),(2219,7196,1,'2019-11-22','2019-11-22 06:54:17'),(2220,2028,1,'2019-11-22','2019-11-22 07:35:41'),(2221,5351,1,'2019-11-22','2019-11-22 08:01:51'),(2222,7292,1,'2019-11-22','2019-11-22 08:15:18'),(2223,1662,1,'2019-11-22','2019-11-22 08:37:06'),(2224,2547,1,'2019-11-22','2019-11-22 13:40:38'),(2225,2405,1,'2019-11-22','2019-11-22 16:01:44'),(2226,2405,1,'2019-11-22','2019-11-22 16:05:07'),(2227,2405,1,'2019-11-22','2019-11-22 16:06:17'),(2228,8827,1,'2019-11-22','2019-11-22 16:07:56'),(2229,8827,1,'2019-11-22','2019-11-22 16:08:13'),(2230,8827,1,'2019-11-22','2019-11-22 16:11:07'),(2231,8827,1,'2019-11-22','2019-11-22 16:12:46'),(2232,8827,1,'2019-11-22','2019-11-22 16:13:08'),(2233,8827,1,'2019-11-22','2019-11-22 16:18:12'),(2234,8388,1,'2019-11-22','2019-11-22 16:19:39'),(2235,6036,1,'2019-11-22','2019-11-22 16:21:09'),(2236,2715,1,'2019-11-22','2019-11-22 16:21:10'),(2237,1073,1,'2019-11-22','2019-11-22 16:21:12'),(2238,4086,1,'2019-11-22','2019-11-22 16:21:14'),(2239,1606,1,'2019-11-22','2019-11-22 16:21:16'),(2240,571,1,'2019-11-22','2019-11-22 16:21:18'),(2241,2473,1,'2019-11-22','2019-11-22 16:21:20'),(2242,6505,1,'2019-11-22','2019-11-22 16:21:22'),(2243,4484,1,'2019-11-22','2019-11-22 16:21:24'),(2244,5751,1,'2019-11-22','2019-11-22 16:21:27'),(2245,7877,1,'2019-11-22','2019-11-22 16:21:29'),(2246,1573,1,'2019-11-22','2019-11-22 16:21:31'),(2247,6890,1,'2019-11-22','2019-11-22 16:21:33'),(2248,7650,1,'2019-11-22','2019-11-22 16:21:38'),(2249,1911,1,'2019-11-22','2019-11-22 16:21:40'),(2250,6754,1,'2019-11-22','2019-11-22 16:21:43'),(2251,4707,1,'2019-11-22','2019-11-22 16:21:45'),(2252,1105,1,'2019-11-22','2019-11-22 16:21:47'),(2253,8437,1,'2019-11-22','2019-11-22 16:21:49'),(2254,2736,1,'2019-11-22','2019-11-22 16:21:52'),(2255,7421,1,'2019-11-22','2019-11-22 16:21:54'),(2256,7320,1,'2019-11-22','2019-11-22 16:21:56'),(2257,8521,1,'2019-11-22','2019-11-22 16:21:58'),(2258,1973,1,'2019-11-22','2019-11-22 16:22:00'),(2259,8744,1,'2019-11-22','2019-11-22 16:22:02'),(2260,1440,1,'2019-11-22','2019-11-22 16:22:04'),(2261,6438,1,'2019-11-22','2019-11-22 16:22:06'),(2262,8128,1,'2019-11-22','2019-11-22 16:22:08'),(2263,6695,1,'2019-11-22','2019-11-22 16:22:11'),(2264,7080,1,'2019-11-22','2019-11-22 16:22:13'),(2265,98,1,'2019-11-22','2019-11-22 16:22:15'),(2266,1987,1,'2019-11-22','2019-11-22 16:22:18'),(2267,1910,1,'2019-11-22','2019-11-22 16:22:20'),(2268,7205,1,'2019-11-22','2019-11-22 16:22:23'),(2269,6656,1,'2019-11-22','2019-11-22 16:22:25'),(2270,8089,1,'2019-11-22','2019-11-22 16:22:28'),(2271,8629,1,'2019-11-22','2019-11-22 16:22:30'),(2272,855,1,'2019-11-22','2019-11-22 16:22:32'),(2273,9007,1,'2019-11-22','2019-11-22 16:22:35'),(2274,1895,1,'2019-11-22','2019-11-22 16:22:37'),(2275,1998,1,'2019-11-22','2019-11-22 16:22:40'),(2276,4399,1,'2019-11-22','2019-11-22 16:22:42'),(2277,8170,1,'2019-11-22','2019-11-22 16:22:45'),(2278,5899,1,'2019-11-22','2019-11-22 16:22:47'),(2279,5456,1,'2019-11-22','2019-11-22 16:22:49'),(2280,8719,1,'2019-11-22','2019-11-22 16:22:51'),(2281,140,1,'2019-11-22','2019-11-22 16:22:54'),(2282,2381,1,'2019-11-22','2019-11-22 16:22:56'),(2283,5830,1,'2019-11-22','2019-11-22 16:22:58'),(2284,465,1,'2019-11-22','2019-11-22 16:23:00'),(2285,491,1,'2019-11-22','2019-11-22 16:23:02'),(2286,1734,1,'2019-11-22','2019-11-22 16:23:03'),(2287,6594,1,'2019-11-22','2019-11-22 16:23:05'),(2288,3769,1,'2019-11-22','2019-11-22 16:23:08'),(2289,1445,1,'2019-11-22','2019-11-22 16:23:10'),(2290,700,1,'2019-11-22','2019-11-22 16:23:13'),(2291,9104,1,'2019-11-22','2019-11-22 16:23:16'),(2292,6005,1,'2019-11-22','2019-11-22 16:23:19'),(2293,3921,1,'2019-11-22','2019-11-22 16:23:22'),(2294,7,1,'2019-11-22','2019-11-22 16:23:24'),(2295,3963,1,'2019-11-22','2019-11-22 16:23:27'),(2296,7407,1,'2019-11-22','2019-11-22 16:23:29'),(2297,709,1,'2019-11-22','2019-11-22 16:23:32'),(2298,4056,1,'2019-11-22','2019-11-22 16:23:34'),(2299,760,1,'2019-11-22','2019-11-22 16:23:37'),(2300,2790,1,'2019-11-22','2019-11-22 16:23:38'),(2301,4057,1,'2019-11-22','2019-11-22 16:23:40'),(2302,1943,1,'2019-11-22','2019-11-22 16:23:43'),(2303,8160,1,'2019-11-22','2019-11-22 16:23:47'),(2304,6780,1,'2019-11-22','2019-11-22 16:23:50'),(2305,6297,1,'2019-11-22','2019-11-22 16:23:52'),(2306,2480,1,'2019-11-22','2019-11-22 16:23:54'),(2307,3888,1,'2019-11-22','2019-11-22 16:23:56'),(2308,2410,1,'2019-11-22','2019-11-22 16:23:59'),(2309,9372,1,'2019-11-22','2019-11-22 16:24:02'),(2310,8827,1,'2019-11-22','2019-11-22 16:24:03'),(2311,9232,1,'2019-11-22','2019-11-22 16:24:04'),(2312,8638,1,'2019-11-22','2019-11-22 16:24:06'),(2313,1672,1,'2019-11-22','2019-11-22 16:24:06'),(2314,2668,1,'2019-11-22','2019-11-22 16:24:09'),(2315,5375,1,'2019-11-22','2019-11-22 16:24:10'),(2316,6,1,'2019-11-22','2019-11-22 16:24:10'),(2317,1120,1,'2019-11-22','2019-11-22 16:24:11'),(2318,1672,1,'2019-11-22','2019-11-22 16:24:11'),(2319,8275,1,'2019-11-22','2019-11-22 16:24:11'),(2320,7612,1,'2019-11-22','2019-11-22 16:24:12'),(2321,8502,1,'2019-11-22','2019-11-22 16:24:13'),(2322,1134,1,'2019-11-22','2019-11-22 16:24:14'),(2323,4165,1,'2019-11-22','2019-11-22 16:24:15'),(2324,4229,1,'2019-11-22','2019-11-22 16:24:16'),(2325,1480,1,'2019-11-22','2019-11-22 16:24:16'),(2326,1156,1,'2019-11-22','2019-11-22 16:24:17'),(2327,1148,1,'2019-11-22','2019-11-22 16:24:18'),(2328,4168,1,'2019-11-22','2019-11-22 16:24:19'),(2329,1471,1,'2019-11-22','2019-11-22 16:24:21'),(2330,4246,1,'2019-11-22','2019-11-22 16:24:28'),(2331,6113,1,'2019-11-22','2019-11-22 16:24:31'),(2332,6,1,'2019-11-22','2019-11-22 16:24:34'),(2333,5074,1,'2019-11-22','2019-11-22 16:24:36'),(2334,9,1,'2019-11-22','2019-11-22 16:24:41'),(2335,10,1,'2019-11-22','2019-11-22 16:24:55'),(2336,7,1,'2019-11-22','2019-11-22 16:24:56'),(2337,22,1,'2019-11-22','2019-11-22 16:25:01'),(2338,11,1,'2019-11-22','2019-11-22 16:25:08'),(2339,5,1,'2019-11-22','2019-11-22 16:25:14'),(2340,13,1,'2019-11-22','2019-11-22 16:25:28'),(2341,15,1,'2019-11-22','2019-11-22 16:25:30'),(2342,9566,1,'2019-11-22','2019-11-22 16:25:35'),(2343,23,1,'2019-11-22','2019-11-22 16:25:36'),(2344,27,1,'2019-11-22','2019-11-22 16:25:37'),(2345,3,1,'2019-11-22','2019-11-22 16:25:40'),(2346,22,1,'2019-11-22','2019-11-22 16:25:44'),(2347,14,1,'2019-11-22','2019-11-22 16:25:48'),(2348,16,1,'2019-11-22','2019-11-22 16:25:50'),(2349,909,1,'2019-11-22','2019-11-22 16:25:53'),(2350,405,1,'2019-11-22','2019-11-22 16:25:55'),(2351,1980,1,'2019-11-22','2019-11-22 16:26:01'),(2352,1620,1,'2019-11-22','2019-11-22 16:26:06'),(2353,9455,1,'2019-11-22','2019-11-22 16:26:07'),(2354,8372,1,'2019-11-22','2019-11-22 16:26:08'),(2355,1552,1,'2019-11-22','2019-11-22 16:26:11'),(2356,7426,1,'2019-11-22','2019-11-22 16:26:15'),(2357,2598,1,'2019-11-22','2019-11-22 16:26:21'),(2358,1849,1,'2019-11-22','2019-11-22 16:26:21'),(2359,1617,1,'2019-11-22','2019-11-22 16:26:23'),(2360,5855,1,'2019-11-22','2019-11-22 16:26:27'),(2361,513,1,'2019-11-22','2019-11-22 16:26:28'),(2362,2237,1,'2019-11-22','2019-11-22 16:26:28'),(2363,5718,1,'2019-11-22','2019-11-22 16:26:30'),(2364,2107,1,'2019-11-22','2019-11-22 16:26:31'),(2365,442,1,'2019-11-22','2019-11-22 16:26:36'),(2366,9552,1,'2019-11-22','2019-11-22 16:26:37'),(2367,1955,1,'2019-11-22','2019-11-22 16:26:38'),(2368,2673,1,'2019-11-22','2019-11-22 16:26:43'),(2369,746,1,'2019-11-22','2019-11-22 16:26:55'),(2370,5455,1,'2019-11-22','2019-11-22 16:26:56'),(2371,7053,1,'2019-11-22','2019-11-22 16:26:59'),(2372,487,1,'2019-11-22','2019-11-22 16:27:02'),(2373,7403,1,'2019-11-22','2019-11-22 16:27:05'),(2374,2558,1,'2019-11-22','2019-11-22 16:27:06'),(2375,2423,1,'2019-11-22','2019-11-22 16:27:07'),(2376,9498,1,'2019-11-22','2019-11-22 16:27:09'),(2377,695,1,'2019-11-22','2019-11-22 16:27:11'),(2378,5132,1,'2019-11-22','2019-11-22 16:27:13'),(2379,7725,1,'2019-11-22','2019-11-22 16:27:16'),(2380,666,1,'2019-11-22','2019-11-22 16:27:17'),(2381,4790,1,'2019-11-22','2019-11-22 16:27:21'),(2382,1443,1,'2019-11-22','2019-11-22 16:27:22'),(2383,1095,1,'2019-11-22','2019-11-22 16:27:28'),(2384,8574,1,'2019-11-22','2019-11-22 16:27:29'),(2385,7723,1,'2019-11-22','2019-11-22 16:27:31'),(2386,4848,1,'2019-11-22','2019-11-22 16:27:32'),(2387,4786,1,'2019-11-22','2019-11-22 16:27:36'),(2388,660,1,'2019-11-22','2019-11-22 16:27:37'),(2389,1403,1,'2019-11-22','2019-11-22 16:27:37'),(2390,7716,1,'2019-11-22','2019-11-22 16:27:39'),(2391,5351,1,'2019-11-22','2019-11-22 16:27:40'),(2392,8752,1,'2019-11-22','2019-11-22 16:27:43'),(2393,5104,1,'2019-11-22','2019-11-22 16:27:44'),(2394,5371,1,'2019-11-22','2019-11-22 16:27:50'),(2395,3064,1,'2019-11-22','2019-11-22 16:27:53'),(2396,676,1,'2019-11-22','2019-11-22 16:27:55'),(2397,1662,1,'2019-11-22','2019-11-22 16:27:57'),(2398,7698,1,'2019-11-22','2019-11-22 16:27:58'),(2399,7707,1,'2019-11-22','2019-11-22 16:28:00'),(2400,5436,1,'2019-11-22','2019-11-22 16:28:06'),(2401,3061,1,'2019-11-22','2019-11-22 16:28:07'),(2402,6079,1,'2019-11-22','2019-11-22 16:28:08'),(2403,7247,1,'2019-11-22','2019-11-22 16:28:13'),(2404,5101,1,'2019-11-22','2019-11-22 16:28:14'),(2405,2088,1,'2019-11-22','2019-11-22 16:28:17'),(2406,1394,1,'2019-11-22','2019-11-22 16:28:18'),(2407,861,1,'2019-11-22','2019-11-22 16:28:19'),(2408,662,1,'2019-11-22','2019-11-22 16:28:20'),(2409,690,1,'2019-11-22','2019-11-22 16:28:23'),(2410,8860,1,'2019-11-22','2019-11-22 16:28:25'),(2411,652,1,'2019-11-22','2019-11-22 16:28:29'),(2412,1429,1,'2019-11-22','2019-11-22 16:28:32'),(2413,2067,1,'2019-11-22','2019-11-22 16:28:35'),(2414,8533,1,'2019-11-22','2019-11-22 16:28:36'),(2415,3392,1,'2019-11-22','2019-11-22 16:28:37'),(2416,649,1,'2019-11-22','2019-11-22 16:28:40'),(2417,4587,1,'2019-11-22','2019-11-22 16:28:42'),(2418,5869,1,'2019-11-22','2019-11-22 16:28:48'),(2419,8853,1,'2019-11-22','2019-11-22 16:28:50'),(2420,3040,1,'2019-11-22','2019-11-22 16:28:51'),(2421,8588,1,'2019-11-22','2019-11-22 16:28:52'),(2422,1612,1,'2019-11-22','2019-11-22 16:28:54'),(2423,2278,1,'2019-11-22','2019-11-22 16:28:57'),(2424,1609,1,'2019-11-22','2019-11-22 16:28:58'),(2425,1162,1,'2019-11-22','2019-11-22 16:29:04'),(2426,5745,1,'2019-11-22','2019-11-22 16:29:05'),(2427,4770,1,'2019-11-22','2019-11-22 16:29:11'),(2428,4606,1,'2019-11-22','2019-11-22 16:29:16'),(2429,2101,1,'2019-11-22','2019-11-22 16:29:16'),(2430,6367,1,'2019-11-22','2019-11-22 16:29:18'),(2431,7303,1,'2019-11-22','2019-11-22 16:29:19'),(2432,2434,1,'2019-11-22','2019-11-22 16:29:19'),(2433,1747,1,'2019-11-22','2019-11-22 16:29:21'),(2434,5763,1,'2019-11-22','2019-11-22 16:29:22'),(2435,4598,1,'2019-11-22','2019-11-22 16:29:25'),(2436,5106,1,'2019-11-22','2019-11-22 16:29:28'),(2437,1089,1,'2019-11-22','2019-11-22 16:29:28'),(2438,6636,1,'2019-11-22','2019-11-22 16:29:30'),(2439,8391,1,'2019-11-22','2019-11-22 16:29:35'),(2440,1013,1,'2019-11-22','2019-11-22 16:29:37'),(2441,5255,1,'2019-11-22','2019-11-22 16:29:41'),(2442,4772,1,'2019-11-22','2019-11-22 16:29:44'),(2443,4774,1,'2019-11-22','2019-11-22 16:29:45'),(2444,5803,1,'2019-11-22','2019-11-22 16:29:46'),(2445,1655,1,'2019-11-22','2019-11-22 16:29:47'),(2446,6418,1,'2019-11-22','2019-11-22 16:29:49'),(2447,2074,1,'2019-11-22','2019-11-22 16:29:51'),(2448,4918,1,'2019-11-22','2019-11-22 16:29:53'),(2449,4577,1,'2019-11-22','2019-11-22 16:29:55'),(2450,185,1,'2019-11-22','2019-11-22 16:30:00'),(2451,6199,1,'2019-11-22','2019-11-22 16:30:03'),(2452,4860,1,'2019-11-22','2019-11-22 16:30:05'),(2453,6886,1,'2019-11-22','2019-11-22 16:30:05'),(2454,5730,1,'2019-11-22','2019-11-22 16:30:10'),(2455,8253,1,'2019-11-22','2019-11-22 16:30:11'),(2456,2155,1,'2019-11-22','2019-11-22 16:30:14'),(2457,547,1,'2019-11-22','2019-11-22 16:30:15'),(2458,6852,1,'2019-11-22','2019-11-22 16:30:16'),(2459,6269,1,'2019-11-22','2019-11-22 16:30:19'),(2460,6730,1,'2019-11-22','2019-11-22 16:30:21'),(2461,1618,1,'2019-11-22','2019-11-22 16:30:28'),(2462,8180,1,'2019-11-22','2019-11-22 16:30:29'),(2463,9125,1,'2019-11-22','2019-11-22 16:30:31'),(2464,2653,1,'2019-11-22','2019-11-22 16:30:35'),(2465,1860,1,'2019-11-22','2019-11-22 16:30:35'),(2466,6886,1,'2019-11-22','2019-11-22 16:30:36'),(2467,1003,1,'2019-11-22','2019-11-22 16:30:38'),(2468,1993,1,'2019-11-22','2019-11-22 16:30:38'),(2469,5788,1,'2019-11-22','2019-11-22 16:30:42'),(2470,8692,1,'2019-11-22','2019-11-22 16:30:44'),(2471,456,1,'2019-11-22','2019-11-22 16:30:45'),(2472,5313,1,'2019-11-22','2019-11-22 16:30:47'),(2473,8560,1,'2019-11-22','2019-11-22 16:30:50'),(2474,7008,1,'2019-11-22','2019-11-22 16:30:52'),(2475,4563,1,'2019-11-22','2019-11-22 16:30:59'),(2476,4759,1,'2019-11-22','2019-11-22 16:31:01'),(2477,6069,1,'2019-11-22','2019-11-22 16:31:01'),(2478,2126,1,'2019-11-22','2019-11-22 16:31:03'),(2479,8078,1,'2019-11-22','2019-11-22 16:31:05'),(2480,2501,1,'2019-11-22','2019-11-22 16:31:06'),(2481,7535,1,'2019-11-22','2019-11-22 16:31:07'),(2482,368,1,'2019-11-22','2019-11-22 16:31:10'),(2483,7292,1,'2019-11-22','2019-11-22 16:31:12'),(2484,5884,1,'2019-11-22','2019-11-22 16:31:16'),(2485,9508,1,'2019-11-22','2019-11-22 16:31:22'),(2486,3502,1,'2019-11-22','2019-11-22 16:31:23'),(2487,53,1,'2019-11-22','2019-11-22 16:31:28'),(2488,7319,1,'2019-11-22','2019-11-22 16:31:29'),(2489,1965,1,'2019-11-22','2019-11-22 16:31:30'),(2490,59,1,'2019-11-22','2019-11-22 16:31:31'),(2491,8988,1,'2019-11-22','2019-11-22 16:31:33'),(2492,5876,1,'2019-11-22','2019-11-22 16:31:36'),(2493,984,1,'2019-11-22','2019-11-22 16:31:40'),(2494,5865,1,'2019-11-22','2019-11-22 16:31:43'),(2495,2798,1,'2019-11-22','2019-11-22 16:31:45'),(2496,6599,1,'2019-11-22','2019-11-22 16:31:47'),(2497,6760,1,'2019-11-22','2019-11-22 16:31:47'),(2498,7016,1,'2019-11-22','2019-11-22 16:31:49'),(2499,2044,1,'2019-11-22','2019-11-22 16:31:53'),(2500,77,1,'2019-11-22','2019-11-22 16:31:54'),(2501,8063,1,'2019-11-22','2019-11-22 16:31:57'),(2502,889,1,'2019-11-22','2019-11-22 16:32:03'),(2503,943,1,'2019-11-22','2019-11-22 16:32:04'),(2504,9398,1,'2019-11-22','2019-11-22 16:32:06'),(2505,1082,1,'2019-11-22','2019-11-22 16:32:08'),(2506,4319,1,'2019-11-22','2019-11-22 16:32:11'),(2507,6986,1,'2019-11-22','2019-11-22 16:32:13'),(2508,8713,1,'2019-11-22','2019-11-22 16:32:15'),(2509,5059,1,'2019-11-22','2019-11-22 16:32:17'),(2510,1704,1,'2019-11-22','2019-11-22 16:32:20'),(2511,7044,1,'2019-11-22','2019-11-22 16:32:22'),(2512,1509,1,'2019-11-22','2019-11-22 16:32:27'),(2513,1670,1,'2019-11-22','2019-11-22 16:32:29'),(2514,2108,1,'2019-11-22','2019-11-22 16:32:29'),(2515,7526,1,'2019-11-22','2019-11-22 16:32:33'),(2516,4583,1,'2019-11-22','2019-11-22 16:32:39'),(2517,7113,1,'2019-11-22','2019-11-22 16:32:41'),(2518,2376,1,'2019-11-22','2019-11-22 16:32:43'),(2519,6783,1,'2019-11-22','2019-11-22 16:32:45'),(2520,4170,1,'2019-11-22','2019-11-22 16:32:46'),(2521,2897,1,'2019-11-22','2019-11-22 16:32:47'),(2522,5988,1,'2019-11-22','2019-11-22 16:32:48'),(2523,3713,1,'2019-11-22','2019-11-22 16:32:50'),(2524,4254,1,'2019-11-22','2019-11-22 16:32:50'),(2525,6489,1,'2019-11-22','2019-11-22 16:32:52'),(2526,2396,1,'2019-11-22','2019-11-22 16:32:55'),(2527,1251,1,'2019-11-22','2019-11-22 16:32:57'),(2528,644,1,'2019-11-22','2019-11-22 16:32:58'),(2529,1585,1,'2019-11-22','2019-11-22 16:33:04'),(2530,4678,1,'2019-11-22','2019-11-22 16:33:05'),(2531,357,1,'2019-11-22','2019-11-22 16:33:09'),(2532,4500,1,'2019-11-22','2019-11-22 16:33:10'),(2533,6116,1,'2019-11-22','2019-11-22 16:33:14'),(2534,5067,1,'2019-11-22','2019-11-22 16:33:15'),(2535,2006,1,'2019-11-22','2019-11-22 16:33:18'),(2536,5407,1,'2019-11-22','2019-11-22 16:33:20'),(2537,1476,1,'2019-11-22','2019-11-22 16:33:27'),(2538,6273,1,'2019-11-22','2019-11-22 16:33:28'),(2539,8925,1,'2019-11-22','2019-11-22 16:33:28'),(2540,7488,1,'2019-11-22','2019-11-22 16:33:30'),(2541,5902,1,'2019-11-22','2019-11-22 16:33:30'),(2542,8432,1,'2019-11-22','2019-11-22 16:33:36'),(2543,5692,1,'2019-11-22','2019-11-22 16:33:37'),(2544,8215,1,'2019-11-22','2019-11-22 16:33:39'),(2545,1531,1,'2019-11-22','2019-11-22 16:33:40'),(2546,8204,1,'2019-11-22','2019-11-22 16:33:42'),(2547,7312,1,'2019-11-22','2019-11-22 16:33:43'),(2548,8932,1,'2019-11-22','2019-11-22 16:33:49'),(2549,2195,1,'2019-11-22','2019-11-22 16:33:51'),(2550,7288,1,'2019-11-22','2019-11-22 16:33:53'),(2551,1176,1,'2019-11-22','2019-11-22 16:33:53'),(2552,4732,1,'2019-11-22','2019-11-22 16:33:55'),(2553,7571,1,'2019-11-22','2019-11-22 16:33:56'),(2554,7810,1,'2019-11-22','2019-11-22 16:34:04'),(2555,6279,1,'2019-11-22','2019-11-22 16:34:05'),(2556,5239,1,'2019-11-22','2019-11-22 16:34:05'),(2557,5238,1,'2019-11-22','2019-11-22 16:34:09'),(2558,6427,1,'2019-11-22','2019-11-22 16:34:11'),(2559,5388,1,'2019-11-22','2019-11-22 16:34:14'),(2560,8686,1,'2019-11-22','2019-11-22 16:34:19'),(2561,6627,1,'2019-11-22','2019-11-22 16:34:22'),(2562,7807,1,'2019-11-22','2019-11-22 16:34:28'),(2563,8041,1,'2019-11-22','2019-11-22 16:34:29'),(2564,7853,1,'2019-11-22','2019-11-22 16:34:30'),(2565,8060,1,'2019-11-22','2019-11-22 16:34:31'),(2566,2629,1,'2019-11-22','2019-11-22 16:34:32'),(2567,924,1,'2019-11-22','2019-11-22 16:34:36'),(2568,1046,1,'2019-11-22','2019-11-22 16:34:38'),(2569,2775,1,'2019-11-22','2019-11-22 16:34:42'),(2570,9278,1,'2019-11-22','2019-11-22 16:34:44'),(2571,8976,1,'2019-11-22','2019-11-22 16:34:44'),(2572,4464,1,'2019-11-22','2019-11-22 16:34:46'),(2573,4506,1,'2019-11-22','2019-11-22 16:34:46'),(2574,8021,1,'2019-11-22','2019-11-22 16:34:48'),(2575,5867,1,'2019-11-22','2019-11-22 16:34:50'),(2576,3371,1,'2019-11-22','2019-11-22 16:34:53'),(2577,6050,1,'2019-11-22','2019-11-22 16:34:57'),(2578,5634,1,'2019-11-22','2019-11-22 16:34:59'),(2579,1838,1,'2019-11-22','2019-11-22 16:35:05'),(2580,5973,1,'2019-11-22','2019-11-22 16:35:09'),(2581,6016,1,'2019-11-22','2019-11-22 16:35:10'),(2582,6252,1,'2019-11-22','2019-11-22 16:35:12'),(2583,5308,1,'2019-11-22','2019-11-22 16:35:14'),(2584,8263,1,'2019-11-22','2019-11-22 16:35:14'),(2585,2457,1,'2019-11-22','2019-11-22 16:35:19'),(2586,2058,1,'2019-11-22','2019-11-22 16:35:21'),(2587,4470,1,'2019-11-22','2019-11-22 16:35:21'),(2588,8425,1,'2019-11-22','2019-11-22 16:35:22'),(2589,4823,1,'2019-11-22','2019-11-22 16:35:23'),(2590,3690,1,'2019-11-22','2019-11-22 16:35:27'),(2591,4798,1,'2019-11-22','2019-11-22 16:35:31'),(2592,8037,1,'2019-11-22','2019-11-22 16:35:31'),(2593,1934,1,'2019-11-22','2019-11-22 16:35:36'),(2594,9285,1,'2019-11-22','2019-11-22 16:35:39'),(2595,5701,1,'2019-11-22','2019-11-22 16:35:41'),(2596,7472,1,'2019-11-22','2019-11-22 16:35:42'),(2597,511,1,'2019-11-22','2019-11-22 16:35:44'),(2598,9306,1,'2019-11-22','2019-11-22 16:35:45'),(2599,6507,1,'2019-11-22','2019-11-22 16:35:53'),(2600,10,1,'2019-11-22','2019-11-22 16:35:54'),(2601,2346,1,'2019-11-22','2019-11-22 16:35:55'),(2602,4993,1,'2019-11-22','2019-11-22 16:35:56'),(2603,5380,1,'2019-11-22','2019-11-22 16:36:00'),(2604,1543,1,'2019-11-22','2019-11-22 16:36:01'),(2605,8374,1,'2019-11-22','2019-11-22 16:36:05'),(2606,6292,1,'2019-11-22','2019-11-22 16:36:07'),(2607,8218,1,'2019-11-22','2019-11-22 16:36:08'),(2608,5897,1,'2019-11-22','2019-11-22 16:36:12'),(2609,5655,1,'2019-11-22','2019-11-22 16:36:14'),(2610,6997,1,'2019-11-22','2019-11-22 16:36:16'),(2611,8269,1,'2019-11-22','2019-11-22 16:36:21'),(2612,6336,1,'2019-11-22','2019-11-22 16:36:22'),(2613,4202,1,'2019-11-22','2019-11-22 16:36:23'),(2614,2367,1,'2019-11-22','2019-11-22 16:36:28'),(2615,7636,1,'2019-11-22','2019-11-22 16:36:29'),(2616,5974,1,'2019-11-22','2019-11-22 16:36:31'),(2617,1788,1,'2019-11-22','2019-11-22 16:36:33'),(2618,8301,1,'2019-11-22','2019-11-22 16:36:35'),(2619,5337,1,'2019-11-22','2019-11-22 16:36:42'),(2620,8867,1,'2019-11-22','2019-11-22 16:36:44'),(2621,936,1,'2019-11-22','2019-11-22 16:36:45'),(2622,6405,1,'2019-11-22','2019-11-22 16:36:46'),(2623,6452,1,'2019-11-22','2019-11-22 16:36:47'),(2624,9443,1,'2019-11-22','2019-11-22 16:36:48'),(2625,7124,1,'2019-11-22','2019-11-22 16:36:51'),(2626,6391,1,'2019-11-22','2019-11-22 16:36:52'),(2627,9251,1,'2019-11-22','2019-11-22 16:36:56'),(2628,420,1,'2019-11-22','2019-11-22 16:36:57'),(2629,7521,1,'2019-11-22','2019-11-22 16:36:59'),(2630,2762,1,'2019-11-22','2019-11-22 16:37:01'),(2631,2041,1,'2019-11-22','2019-11-22 16:37:06'),(2632,2187,1,'2019-11-22','2019-11-22 16:37:07'),(2633,6148,1,'2019-11-22','2019-11-22 16:37:09'),(2634,3643,1,'2019-11-22','2019-11-22 16:37:14'),(2635,5736,1,'2019-11-22','2019-11-22 16:37:15'),(2636,2446,1,'2019-11-22','2019-11-22 16:37:17'),(2637,6218,1,'2019-11-22','2019-11-22 16:37:20'),(2638,5297,1,'2019-11-22','2019-11-22 16:37:22'),(2639,6067,1,'2019-11-22','2019-11-22 16:37:24'),(2640,2056,1,'2019-11-22','2019-11-22 16:37:27'),(2641,2253,1,'2019-11-22','2019-11-22 16:37:29'),(2642,386,1,'2019-11-22','2019-11-22 16:37:29'),(2643,2310,1,'2019-11-22','2019-11-22 16:37:35'),(2644,1479,1,'2019-11-22','2019-11-22 16:37:38'),(2645,8785,1,'2019-11-22','2019-11-22 16:37:40'),(2646,6011,1,'2019-11-22','2019-11-22 16:37:41'),(2647,7019,1,'2019-11-22','2019-11-22 16:37:43'),(2648,8096,1,'2019-11-22','2019-11-22 16:37:45'),(2649,5327,1,'2019-11-22','2019-11-22 16:37:45'),(2650,2220,1,'2019-11-22','2019-11-22 16:37:48'),(2651,9343,1,'2019-11-22','2019-11-22 16:37:52'),(2652,5618,1,'2019-11-22','2019-11-22 16:37:53'),(2653,2247,1,'2019-11-22','2019-11-22 16:37:54'),(2654,9432,1,'2019-11-22','2019-11-22 16:37:59'),(2655,5057,1,'2019-11-22','2019-11-22 16:38:01'),(2656,3687,1,'2019-11-22','2019-11-22 16:38:06'),(2657,2295,1,'2019-11-22','2019-11-22 16:38:06'),(2658,5394,1,'2019-11-22','2019-11-22 16:38:08'),(2659,5398,1,'2019-11-22','2019-11-22 16:38:10'),(2660,3854,1,'2019-11-22','2019-11-22 16:38:11'),(2661,5144,1,'2019-11-22','2019-11-22 16:38:12'),(2662,6657,1,'2019-11-22','2019-11-22 16:38:16'),(2663,7441,1,'2019-11-22','2019-11-22 16:38:23'),(2664,9497,1,'2019-11-22','2019-11-22 16:38:23'),(2665,1672,1,'2019-11-22','2019-11-22 16:38:25'),(2666,8277,1,'2019-11-22','2019-11-22 16:38:25'),(2667,8767,1,'2019-11-22','2019-11-22 16:38:29'),(2668,872,1,'2019-11-22','2019-11-22 16:38:29'),(2669,961,1,'2019-11-22','2019-11-22 16:38:30'),(2670,5809,1,'2019-11-22','2019-11-22 16:38:42'),(2671,5668,1,'2019-11-22','2019-11-22 16:38:43'),(2672,1265,1,'2019-11-22','2019-11-22 16:38:45'),(2673,5649,1,'2019-11-22','2019-11-22 16:38:46'),(2674,2164,1,'2019-11-22','2019-11-22 16:38:47'),(2675,5113,1,'2019-11-22','2019-11-22 16:38:50'),(2676,8322,1,'2019-11-22','2019-11-22 16:38:52'),(2677,1935,1,'2019-11-22','2019-11-22 16:38:53'),(2678,3723,1,'2019-11-22','2019-11-22 16:38:54'),(2679,5711,1,'2019-11-22','2019-11-22 16:38:55'),(2680,4490,1,'2019-11-22','2019-11-22 16:38:59'),(2681,6520,1,'2019-11-22','2019-11-22 16:39:00'),(2682,2244,1,'2019-11-22','2019-11-22 16:42:10'),(2683,7246,1,'2019-11-22','2019-11-22 16:44:26'),(2684,6079,1,'2019-11-22','2019-11-22 16:44:37'),(2685,9236,1,'2019-11-22','2019-11-22 16:46:54'),(2686,8641,1,'2019-11-22','2019-11-22 16:49:48'),(2687,1757,1,'2019-11-22','2019-11-22 16:52:51'),(2688,4457,1,'2019-11-22','2019-11-22 16:54:11'),(2689,8097,1,'2019-11-22','2019-11-22 16:59:20'),(2690,2679,1,'2019-11-22','2019-11-22 17:08:47'),(2691,7432,1,'2019-11-22','2019-11-22 17:18:17'),(2692,5041,1,'2019-11-22','2019-11-22 17:27:46'),(2693,4454,1,'2019-11-22','2019-11-22 17:37:13'),(2694,8200,1,'2019-11-22','2019-11-22 17:46:38'),(2695,9480,1,'2019-11-22','2019-11-22 17:56:07'),(2696,1434,1,'2019-11-22','2019-11-22 18:05:35'),(2697,888,1,'2019-11-22','2019-11-22 18:15:05'),(2698,1656,1,'2019-11-22','2019-11-22 18:24:30'),(2699,861,1,'2019-11-22','2019-11-22 18:27:52'),(2700,5097,1,'2019-11-22','2019-11-22 18:34:01'),(2701,4724,1,'2019-11-22','2019-11-22 18:43:27'),(2702,8729,1,'2019-11-22','2019-11-22 18:52:54'),(2703,1901,1,'2019-11-22','2019-11-22 19:02:23'),(2704,2088,1,'2019-11-22','2019-11-22 19:06:28'),(2705,5108,1,'2019-11-22','2019-11-22 19:11:52'),(2706,9566,1,'2019-11-22','2019-11-22 19:19:12'),(2707,533,1,'2019-11-22','2019-11-22 19:21:19'),(2708,2078,1,'2019-11-22','2019-11-22 19:30:49'),(2709,1609,1,'2019-11-22','2019-11-22 19:38:10'),(2710,4682,1,'2019-11-22','2019-11-22 19:40:14'),(2711,9394,1,'2019-11-22','2019-11-22 19:49:43'),(2712,907,1,'2019-11-22','2019-11-22 19:59:12'),(2713,599,1,'2019-11-22','2019-11-22 20:08:41'),(2714,4782,1,'2019-11-22','2019-11-22 20:20:04'),(2715,2246,1,'2019-11-22','2019-11-22 20:27:35'),(2716,2485,1,'2019-11-22','2019-11-22 20:37:08'),(2717,4626,1,'2019-11-22','2019-11-22 20:46:32'),(2718,7509,1,'2019-11-22','2019-11-22 20:55:59'),(2719,5920,1,'2019-11-22','2019-11-22 21:05:28'),(2720,2152,1,'2019-11-22','2019-11-22 21:14:57'),(2721,8325,1,'2019-11-22','2019-11-22 21:24:23'),(2722,5200,1,'2019-11-22','2019-11-22 21:33:51'),(2723,5638,1,'2019-11-22','2019-11-22 21:43:22'),(2724,8853,1,'2019-11-22','2019-11-22 21:45:29'),(2725,9249,1,'2019-11-22','2019-11-22 21:52:47'),(2726,7417,1,'2019-11-22','2019-11-22 22:02:15'),(2727,3741,1,'2019-11-22','2019-11-22 22:11:45'),(2728,6300,1,'2019-11-22','2019-11-22 22:21:12'),(2729,5210,1,'2019-11-22','2019-11-22 22:30:38'),(2730,603,1,'2019-11-22','2019-11-22 22:40:09'),(2731,7183,1,'2019-11-22','2019-11-22 22:49:36'),(2732,336,1,'2019-11-22','2019-11-22 22:59:08'),(2733,7020,1,'2019-11-22','2019-11-22 23:08:34'),(2734,5174,1,'2019-11-22','2019-11-22 23:17:58'),(2735,5199,1,'2019-11-22','2019-11-22 23:27:28'),(2736,8100,1,'2019-11-22','2019-11-22 23:36:56'),(2737,9173,1,'2019-11-22','2019-11-22 23:46:23'),(2738,66,1,'2019-11-22','2019-11-22 23:49:39'),(2739,662,1,'2019-11-22','2019-11-22 23:51:16'),(2740,861,1,'2019-11-22','2019-11-22 23:51:29'),(2741,7961,1,'2019-11-22','2019-11-22 23:55:52'),(2742,1791,1,'2019-11-23','2019-11-23 00:05:21'),(2743,731,1,'2019-11-23','2019-11-23 00:14:46'),(2744,4725,1,'2019-11-23','2019-11-23 00:24:15'),(2745,6154,1,'2019-11-23','2019-11-23 00:33:43'),(2746,5363,1,'2019-11-23','2019-11-23 00:43:13'),(2747,7552,1,'2019-11-23','2019-11-23 00:52:39'),(2748,1735,1,'2019-11-23','2019-11-23 01:02:08'),(2749,4491,1,'2019-11-23','2019-11-23 01:11:35'),(2750,2763,1,'2019-11-23','2019-11-23 01:21:08'),(2751,2283,1,'2019-11-23','2019-11-23 01:30:33'),(2752,4691,1,'2019-11-23','2019-11-23 01:39:58'),(2753,2130,1,'2019-11-23','2019-11-23 01:49:29'),(2754,4367,1,'2019-11-23','2019-11-23 01:58:56'),(2755,4537,1,'2019-11-23','2019-11-23 02:08:28'),(2756,124,1,'2019-11-23','2019-11-23 02:17:50'),(2757,8105,1,'2019-11-23','2019-11-23 02:27:21'),(2758,6400,1,'2019-11-23','2019-11-23 02:36:49'),(2759,924,1,'2019-11-23','2019-11-23 02:42:33'),(2760,5026,1,'2019-11-23','2019-11-23 02:46:17'),(2761,9312,1,'2019-11-23','2019-11-23 02:55:43'),(2762,2223,1,'2019-11-23','2019-11-23 03:05:12'),(2763,9045,1,'2019-11-23','2019-11-23 03:14:41'),(2764,1359,1,'2019-11-23','2019-11-23 03:24:07'),(2765,9275,1,'2019-11-23','2019-11-23 03:33:35'),(2766,105,1,'2019-11-23','2019-11-23 03:43:06'),(2767,2492,1,'2019-11-23','2019-11-23 03:52:36'),(2768,1640,1,'2019-11-23','2019-11-23 04:02:01'),(2769,781,1,'2019-11-23','2019-11-23 04:11:29'),(2770,4516,1,'2019-11-23','2019-11-23 04:20:56'),(2771,1481,1,'2019-11-23','2019-11-23 04:30:28'),(2772,2427,1,'2019-11-23','2019-11-23 04:39:52'),(2773,9070,1,'2019-11-23','2019-11-23 04:49:19'),(2774,6279,1,'2019-11-23','2019-11-23 04:54:47'),(2775,542,1,'2019-11-23','2019-11-23 04:58:47'),(2776,500,1,'2019-11-23','2019-11-23 05:08:19'),(2777,8239,1,'2019-11-23','2019-11-23 05:17:45'),(2778,622,1,'2019-11-23','2019-11-23 05:27:10'),(2779,8156,1,'2019-11-23','2019-11-23 05:36:39'),(2780,4712,1,'2019-11-23','2019-11-23 05:46:11'),(2781,6368,1,'2019-11-23','2019-11-23 05:55:35'),(2782,9316,1,'2019-11-23','2019-11-23 06:05:05'),(2783,3860,1,'2019-11-23','2019-11-23 06:14:31'),(2784,5819,1,'2019-11-23','2019-11-23 06:24:02'),(2785,3727,1,'2019-11-23','2019-11-23 06:33:29'),(2786,2616,1,'2019-11-23','2019-11-23 06:42:56'),(2787,1213,1,'2019-11-23','2019-11-23 06:52:22'),(2788,6020,1,'2019-11-23','2019-11-23 07:01:51'),(2789,321,1,'2019-11-23','2019-11-23 07:11:19'),(2790,8241,1,'2019-11-23','2019-11-23 07:20:46'),(2791,8614,1,'2019-11-23','2019-11-23 07:30:17'),(2792,6537,1,'2019-11-23','2019-11-23 07:39:46'),(2793,7327,1,'2019-11-23','2019-11-23 07:49:11'),(2794,3867,1,'2019-11-23','2019-11-23 07:58:38'),(2795,8555,1,'2019-11-23','2019-11-23 08:08:07'),(2796,7949,1,'2019-11-23','2019-11-23 08:17:37'),(2797,6294,1,'2019-11-23','2019-11-23 08:27:05'),(2798,3540,1,'2019-11-23','2019-11-23 08:36:37'),(2799,7801,1,'2019-11-23','2019-11-23 08:46:00'),(2800,9022,1,'2019-11-23','2019-11-23 08:55:31'),(2801,6369,1,'2019-11-23','2019-11-23 09:04:54'),(2802,8450,1,'2019-11-23','2019-11-23 09:14:28'),(2803,6878,1,'2019-11-23','2019-11-23 09:23:51'),(2804,7099,1,'2019-11-23','2019-11-23 09:33:19'),(2805,6735,1,'2019-11-23','2019-11-23 09:42:47'),(2806,332,1,'2019-11-23','2019-11-23 09:52:16'),(2807,6119,1,'2019-11-23','2019-11-23 09:58:47'),(2808,4400,1,'2019-11-23','2019-11-23 10:01:43'),(2809,7196,1,'2019-11-23','2019-11-23 10:11:12'),(2810,2503,1,'2019-11-23','2019-11-23 10:20:40'),(2811,198,1,'2019-11-23','2019-11-23 10:30:08'),(2812,203,1,'2019-11-23','2019-11-23 10:39:40'),(2813,9168,1,'2019-11-23','2019-11-23 10:49:07'),(2814,8426,1,'2019-11-23','2019-11-23 10:58:33'),(2815,1946,1,'2019-11-23','2019-11-23 11:07:59'),(2816,8427,1,'2019-11-23','2019-11-23 11:17:29'),(2817,6253,1,'2019-11-23','2019-11-23 11:26:57'),(2818,8565,1,'2019-11-23','2019-11-23 11:36:23'),(2819,2619,1,'2019-11-23','2019-11-23 11:45:51'),(2820,828,1,'2019-11-23','2019-11-23 11:55:21'),(2821,7662,1,'2019-11-23','2019-11-23 12:04:48'),(2822,6143,1,'2019-11-23','2019-11-23 12:14:16'),(2823,5658,1,'2019-11-23','2019-11-23 12:23:44'),(2824,7291,1,'2019-11-23','2019-11-23 12:33:12'),(2825,6573,1,'2019-11-23','2019-11-23 12:42:42'),(2826,7579,1,'2019-11-23','2019-11-23 12:52:12'),(2827,1822,1,'2019-11-23','2019-11-23 13:01:44'),(2828,1117,1,'2019-11-23','2019-11-23 13:11:09'),(2829,4429,1,'2019-11-23','2019-11-23 13:20:32'),(2830,4697,1,'2019-11-23','2019-11-23 13:29:58'),(2831,2884,1,'2019-11-23','2019-11-23 13:39:29'),(2832,8171,1,'2019-11-23','2019-11-23 13:48:55'),(2833,23,1,'2019-11-23','2019-11-23 13:50:56'),(2834,6631,1,'2019-11-23','2019-11-23 13:58:28'),(2835,1529,1,'2019-11-23','2019-11-23 14:07:54'),(2836,4614,1,'2019-11-23','2019-11-23 14:17:19'),(2837,8174,1,'2019-11-23','2019-11-23 14:26:48'),(2838,7948,1,'2019-11-23','2019-11-23 14:36:15'),(2839,8186,1,'2019-11-23','2019-11-23 14:45:48'),(2840,7157,1,'2019-11-23','2019-11-23 14:55:11'),(2841,648,1,'2019-11-23','2019-11-23 15:04:49'),(2842,2267,1,'2019-11-23','2019-11-23 15:14:09'),(2843,7935,1,'2019-11-23','2019-11-23 15:23:38'),(2844,6091,1,'2019-11-23','2019-11-23 15:33:07'),(2845,6203,1,'2019-11-23','2019-11-23 15:42:31'),(2846,4569,1,'2019-11-23','2019-11-23 15:52:00'),(2847,5471,1,'2019-11-23','2019-11-23 16:01:29'),(2848,6480,1,'2019-11-23','2019-11-23 16:40:07'),(2849,2246,1,'2019-11-23','2019-11-23 18:22:58'),(2850,2551,1,'2019-11-23','2019-11-23 18:40:37'),(2851,16,1,'2019-11-23','2019-11-23 20:21:41'),(2852,9566,1,'2019-11-23','2019-11-23 21:30:16'),(2853,3922,1,'2019-11-23','2019-11-23 23:23:51'),(2854,3064,1,'2019-11-23','2019-11-23 23:52:15'),(2855,649,1,'2019-11-24','2019-11-24 00:11:14'),(2856,5436,1,'2019-11-24','2019-11-24 00:20:41'),(2857,4068,1,'2019-11-24','2019-11-24 01:17:29'),(2858,4067,1,'2019-11-24','2019-11-24 01:55:20'),(2859,3061,1,'2019-11-24','2019-11-24 02:04:53'),(2860,760,1,'2019-11-24','2019-11-24 02:33:14'),(2861,3952,1,'2019-11-24','2019-11-24 02:52:09'),(2862,3963,1,'2019-11-24','2019-11-24 03:49:01'),(2863,3921,1,'2019-11-24','2019-11-24 03:58:24'),(2864,3932,1,'2019-11-24','2019-11-24 04:17:20'),(2865,3928,1,'2019-11-24','2019-11-24 04:36:16'),(2866,7407,1,'2019-11-24','2019-11-24 05:04:44'),(2867,4056,1,'2019-11-24','2019-11-24 05:52:01'),(2868,3936,1,'2019-11-24','2019-11-24 06:10:57'),(2869,4062,1,'2019-11-24','2019-11-24 06:41:41'),(2870,709,1,'2019-11-24','2019-11-24 07:36:09'),(2871,8611,1,'2019-11-24','2019-11-24 07:55:07'),(2872,3888,1,'2019-11-24','2019-11-24 08:04:34'),(2873,8680,1,'2019-11-24','2019-11-24 08:14:00'),(2874,4057,1,'2019-11-24','2019-11-24 08:51:54'),(2875,4052,1,'2019-11-24','2019-11-24 11:13:56'),(2876,2246,1,'2019-11-24','2019-11-24 11:55:01'),(2877,3960,1,'2019-11-24','2019-11-24 12:01:22'),(2878,3843,1,'2019-11-24','2019-11-24 12:39:12'),(2879,4073,1,'2019-11-24','2019-11-24 13:23:43'),(2880,4075,1,'2019-11-24','2019-11-24 13:30:29'),(2881,1585,1,'2019-11-24','2019-11-24 13:59:07'),(2882,3965,1,'2019-11-24','2019-11-24 14:27:43'),(2883,23,1,'2019-11-24','2019-11-24 16:18:15'),(2884,16,1,'2019-11-24','2019-11-24 16:48:37'),(2885,7620,1,'2019-11-24','2019-11-24 20:38:56'),(2886,6680,1,'2019-11-24','2019-11-24 20:39:05'),(2887,6001,1,'2019-11-24','2019-11-24 20:39:15'),(2888,6629,1,'2019-11-24','2019-11-24 20:39:21'),(2889,4893,1,'2019-11-24','2019-11-24 20:39:30'),(2890,3965,1,'2019-11-24','2019-11-24 20:39:41'),(2891,7781,1,'2019-11-24','2019-11-24 20:39:51'),(2892,3691,1,'2019-11-24','2019-11-24 20:40:02'),(2893,1715,1,'2019-11-24','2019-11-24 20:40:19'),(2894,6351,1,'2019-11-24','2019-11-24 20:40:40'),(2895,8472,1,'2019-11-24','2019-11-24 20:40:55'),(2896,1695,1,'2019-11-24','2019-11-24 20:41:38'),(2897,8575,1,'2019-11-24','2019-11-24 20:41:52'),(2898,6750,1,'2019-11-24','2019-11-24 20:42:11'),(2899,3662,1,'2019-11-24','2019-11-24 20:42:33'),(2900,117,1,'2019-11-24','2019-11-24 20:43:06'),(2901,1829,1,'2019-11-24','2019-11-24 20:43:30'),(2902,5518,1,'2019-11-24','2019-11-24 20:43:33'),(2903,1257,1,'2019-11-24','2019-11-24 20:43:42'),(2904,6868,1,'2019-11-24','2019-11-24 20:44:03'),(2905,5129,1,'2019-11-24','2019-11-24 20:44:04'),(2906,9040,1,'2019-11-24','2019-11-24 20:44:19'),(2907,4010,1,'2019-11-24','2019-11-24 20:44:40'),(2908,8621,1,'2019-11-24','2019-11-24 20:44:56'),(2909,4957,1,'2019-11-24','2019-11-24 20:45:14'),(2910,3773,1,'2019-11-24','2019-11-24 20:45:56'),(2911,9219,1,'2019-11-24','2019-11-24 20:46:12'),(2912,4373,1,'2019-11-24','2019-11-24 20:46:16'),(2913,9424,1,'2019-11-24','2019-11-24 20:46:30'),(2914,5645,1,'2019-11-24','2019-11-24 20:47:03'),(2915,3847,1,'2019-11-24','2019-11-24 20:47:07'),(2916,9075,1,'2019-11-24','2019-11-24 20:47:29'),(2917,6747,1,'2019-11-24','2019-11-24 20:47:44'),(2918,3962,1,'2019-11-24','2019-11-24 20:48:04'),(2919,1483,1,'2019-11-24','2019-11-24 20:48:23'),(2920,8007,1,'2019-11-24','2019-11-24 20:48:38'),(2921,913,1,'2019-11-24','2019-11-24 20:48:59'),(2922,8945,1,'2019-11-24','2019-11-24 20:49:20'),(2923,9225,1,'2019-11-24','2019-11-24 20:49:37'),(2924,8544,1,'2019-11-24','2019-11-24 20:50:13'),(2925,1542,1,'2019-11-24','2019-11-24 20:50:30'),(2926,7845,1,'2019-11-24','2019-11-24 20:50:49'),(2927,1282,1,'2019-11-24','2019-11-24 20:51:09'),(2928,6928,1,'2019-11-24','2019-11-24 20:51:30'),(2929,6670,1,'2019-11-24','2019-11-24 20:51:45'),(2930,2305,1,'2019-11-24','2019-11-24 20:52:05'),(2931,7179,1,'2019-11-24','2019-11-24 20:52:23'),(2932,7646,1,'2019-11-24','2019-11-24 20:52:43'),(2933,5783,1,'2019-11-24','2019-11-24 20:53:02'),(2934,5672,1,'2019-11-24','2019-11-24 20:53:22'),(2935,6195,1,'2019-11-24','2019-11-24 20:55:48'),(2936,4940,1,'2019-11-24','2019-11-24 21:01:07'),(2937,2748,1,'2019-11-24','2019-11-24 21:10:37'),(2938,1139,1,'2019-11-24','2019-11-24 21:20:05'),(2939,9337,1,'2019-11-24','2019-11-24 21:29:32'),(2940,4408,1,'2019-11-24','2019-11-24 21:38:58'),(2941,6426,1,'2019-11-24','2019-11-24 21:48:29'),(2942,1263,1,'2019-11-24','2019-11-24 21:57:56'),(2943,9461,1,'2019-11-24','2019-11-24 22:07:22'),(2944,9355,1,'2019-11-24','2019-11-24 22:16:51'),(2945,7690,1,'2019-11-24','2019-11-24 22:26:19'),(2946,5383,1,'2019-11-24','2019-11-24 22:35:49'),(2947,6342,1,'2019-11-24','2019-11-24 22:45:16'),(2948,8327,1,'2019-11-24','2019-11-24 22:54:45'),(2949,6666,1,'2019-11-24','2019-11-24 23:04:12'),(2950,8030,1,'2019-11-24','2019-11-24 23:13:40'),(2951,4819,1,'2019-11-24','2019-11-24 23:23:12'),(2952,4972,1,'2019-11-24','2019-11-24 23:32:38'),(2953,7555,1,'2019-11-24','2019-11-24 23:42:06'),(2954,7444,1,'2019-11-24','2019-11-24 23:51:35'),(2955,2019,1,'2019-11-25','2019-11-25 00:01:02'),(2956,5904,1,'2019-11-25','2019-11-25 00:10:29'),(2957,7614,1,'2019-11-25','2019-11-25 00:19:55'),(2958,6222,1,'2019-11-25','2019-11-25 00:29:29'),(2959,5551,1,'2019-11-25','2019-11-25 00:38:51'),(2960,1585,1,'2019-11-25','2019-11-25 00:44:30'),(2961,2321,1,'2019-11-25','2019-11-25 00:48:22'),(2962,1511,1,'2019-11-25','2019-11-25 00:57:46'),(2963,7817,1,'2019-11-25','2019-11-25 01:07:16'),(2964,8705,1,'2019-11-25','2019-11-25 01:16:43'),(2965,2783,1,'2019-11-25','2019-11-25 01:26:14'),(2966,6605,1,'2019-11-25','2019-11-25 01:35:39'),(2967,6659,1,'2019-11-25','2019-11-25 01:45:07'),(2968,1890,1,'2019-11-25','2019-11-25 01:54:41'),(2969,13,1,'2019-11-25','2019-11-25 01:55:03'),(2970,1750,1,'2019-11-25','2019-11-25 02:04:07'),(2971,1225,1,'2019-11-25','2019-11-25 02:13:32'),(2972,8827,1,'2019-11-25','2019-11-25 02:23:01'),(2973,1126,1,'2019-11-25','2019-11-25 02:32:28'),(2974,6618,1,'2019-11-25','2019-11-25 02:41:54'),(2975,4120,1,'2019-11-25','2019-11-25 02:51:24'),(2976,2143,1,'2019-11-25','2019-11-25 03:00:52'),(2977,9447,1,'2019-11-25','2019-11-25 03:10:19'),(2978,6587,1,'2019-11-25','2019-11-25 03:19:46'),(2979,9091,1,'2019-11-25','2019-11-25 03:29:15'),(2980,5582,1,'2019-11-25','2019-11-25 03:38:47'),(2981,5687,1,'2019-11-25','2019-11-25 03:48:13'),(2982,5879,1,'2019-11-25','2019-11-25 03:57:38'),(2983,2316,1,'2019-11-25','2019-11-25 04:07:08'),(2984,4545,1,'2019-11-25','2019-11-25 04:16:35'),(2985,4738,1,'2019-11-25','2019-11-25 04:26:06'),(2986,2770,1,'2019-11-25','2019-11-25 04:35:30'),(2987,516,1,'2019-11-25','2019-11-25 04:44:59'),(2988,8688,1,'2019-11-25','2019-11-25 04:54:29'),(2989,5246,1,'2019-11-25','2019-11-25 05:03:56'),(2990,2337,1,'2019-11-25','2019-11-25 05:13:23'),(2991,9363,1,'2019-11-25','2019-11-25 05:22:50'),(2992,8355,1,'2019-11-25','2019-11-25 05:32:19'),(2993,8231,1,'2019-11-25','2019-11-25 05:41:46'),(2994,8330,1,'2019-11-25','2019-11-25 05:51:17'),(2995,7728,1,'2019-11-25','2019-11-25 06:00:44'),(2996,2507,1,'2019-11-25','2019-11-25 06:10:12'),(2997,7577,1,'2019-11-25','2019-11-25 06:19:39'),(2998,6793,1,'2019-11-25','2019-11-25 06:29:08'),(2999,4808,1,'2019-11-25','2019-11-25 06:38:37'),(3000,8593,1,'2019-11-25','2019-11-25 06:48:04'),(3001,8634,1,'2019-11-25','2019-11-25 06:57:32'),(3002,8298,1,'2019-11-25','2019-11-25 07:07:01'),(3003,5369,1,'2019-11-25','2019-11-25 07:16:30'),(3004,2192,1,'2019-11-25','2019-11-25 07:25:55'),(3005,8066,1,'2019-11-25','2019-11-25 07:35:29'),(3006,5602,1,'2019-11-25','2019-11-25 07:44:54'),(3007,8230,1,'2019-11-25','2019-11-25 07:54:22'),(3008,7437,1,'2019-11-25','2019-11-25 08:03:47'),(3009,7094,1,'2019-11-25','2019-11-25 08:13:20'),(3010,7074,1,'2019-11-25','2019-11-25 08:22:42'),(3011,1395,1,'2019-11-25','2019-11-25 08:32:13'),(3012,5117,1,'2019-11-25','2019-11-25 08:41:39'),(3013,789,1,'2019-11-25','2019-11-25 08:51:10'),(3014,6763,1,'2019-11-25','2019-11-25 09:00:34'),(3015,2088,1,'2019-11-25','2019-11-25 09:04:56'),(3016,7745,1,'2019-11-25','2019-11-25 09:10:05'),(3017,5031,1,'2019-11-25','2019-11-25 09:19:32'),(3018,9544,1,'2019-11-25','2019-11-25 09:31:17'),(3019,3741,1,'2019-11-25','2019-11-25 09:31:38'),(3020,5662,1,'2019-11-25','2019-11-25 09:47:55'),(3021,8150,1,'2019-11-25','2019-11-25 09:57:30'),(3022,215,1,'2019-11-25','2019-11-25 10:06:51'),(3023,4601,1,'2019-11-25','2019-11-25 10:16:19'),(3024,2495,1,'2019-11-25','2019-11-25 10:25:48'),(3025,4406,1,'2019-11-25','2019-11-25 10:35:14'),(3026,6766,1,'2019-11-25','2019-11-25 10:44:43'),(3027,8527,1,'2019-11-25','2019-11-25 10:54:11'),(3028,2547,1,'2019-11-25','2019-11-25 11:03:40'),(3029,7072,1,'2019-11-25','2019-11-25 11:13:08'),(3030,7103,1,'2019-11-25','2019-11-25 11:22:35'),(3031,2506,1,'2019-11-25','2019-11-25 11:32:03'),(3032,7151,1,'2019-11-25','2019-11-25 11:41:30'),(3033,2419,1,'2019-11-25','2019-11-25 11:51:00'),(3034,2405,1,'2019-11-25','2019-11-25 12:01:13'),(3035,2405,1,'2019-11-25','2019-11-25 12:01:17'),(3036,6480,1,'2019-11-25','2019-11-25 21:20:30'),(3037,2246,1,'2019-11-25','2019-11-25 21:50:52'),(3038,6119,1,'2019-11-25','2019-11-25 22:01:00'),(3039,2156,1,'2019-11-26','2019-11-26 01:23:52'),(3040,9238,1,'2019-11-26','2019-11-26 01:23:56'),(3041,3809,1,'2019-11-26','2019-11-26 01:23:59'),(3042,6276,1,'2019-11-26','2019-11-26 01:24:09'),(3043,1487,1,'2019-11-26','2019-11-26 01:24:20'),(3044,7990,1,'2019-11-26','2019-11-26 01:24:32'),(3045,9423,1,'2019-11-26','2019-11-26 01:24:41'),(3046,867,1,'2019-11-26','2019-11-26 01:24:50'),(3047,8388,1,'2019-11-26','2019-11-26 01:25:01'),(3048,6943,1,'2019-11-26','2019-11-26 01:25:14'),(3049,8069,1,'2019-11-26','2019-11-26 01:25:31'),(3050,1649,1,'2019-11-26','2019-11-26 01:25:40'),(3051,1603,1,'2019-11-26','2019-11-26 01:25:42'),(3052,6590,1,'2019-11-26','2019-11-26 01:25:53'),(3053,8537,1,'2019-11-26','2019-11-26 01:26:05'),(3054,7412,1,'2019-11-26','2019-11-26 01:26:15'),(3055,8360,1,'2019-11-26','2019-11-26 01:26:30'),(3056,9211,1,'2019-11-26','2019-11-26 01:26:41'),(3057,379,1,'2019-11-26','2019-11-26 01:26:45'),(3058,3678,1,'2019-11-26','2019-11-26 01:27:00'),(3059,5022,1,'2019-11-26','2019-11-26 01:27:04'),(3060,9349,1,'2019-11-26','2019-11-26 01:27:17'),(3061,7129,1,'2019-11-26','2019-11-26 01:27:31'),(3062,4589,1,'2019-11-26','2019-11-26 01:27:36'),(3063,7907,1,'2019-11-26','2019-11-26 01:27:46'),(3064,9150,1,'2019-11-26','2019-11-26 01:27:57'),(3065,3384,1,'2019-11-26','2019-11-26 01:28:10'),(3066,6382,1,'2019-11-26','2019-11-26 01:28:17'),(3067,8811,1,'2019-11-26','2019-11-26 01:28:30'),(3068,4372,1,'2019-11-26','2019-11-26 01:28:38'),(3069,7878,1,'2019-11-26','2019-11-26 01:28:49'),(3070,1855,1,'2019-11-26','2019-11-26 01:28:59'),(3071,6951,1,'2019-11-26','2019-11-26 01:29:10'),(3072,4836,1,'2019-11-26','2019-11-26 01:29:20'),(3073,9196,1,'2019-11-26','2019-11-26 01:29:31'),(3074,899,1,'2019-11-26','2019-11-26 01:29:42'),(3075,9026,1,'2019-11-26','2019-11-26 01:29:52'),(3076,9544,1,'2019-11-26','2019-11-26 01:30:02'),(3077,8861,1,'2019-11-26','2019-11-26 01:30:12'),(3078,8726,1,'2019-11-26','2019-11-26 01:30:21'),(3079,7601,1,'2019-11-26','2019-11-26 01:30:41'),(3080,7591,1,'2019-11-26','2019-11-26 01:30:44'),(3081,8083,1,'2019-11-26','2019-11-26 01:30:52'),(3082,6131,1,'2019-11-26','2019-11-26 01:31:08'),(3083,6147,1,'2019-11-26','2019-11-26 01:31:13'),(3084,4065,1,'2019-11-26','2019-11-26 01:31:21'),(3085,2098,1,'2019-11-26','2019-11-26 01:31:30'),(3086,3890,1,'2019-11-26','2019-11-26 01:31:39'),(3087,7554,1,'2019-11-26','2019-11-26 01:31:44'),(3088,7762,1,'2019-11-26','2019-11-26 01:31:56'),(3089,8788,1,'2019-11-26','2019-11-26 01:32:07'),(3090,9470,1,'2019-11-26','2019-11-26 01:32:18'),(3091,2176,1,'2019-11-26','2019-11-26 01:32:31'),(3092,1355,1,'2019-11-26','2019-11-26 01:32:41'),(3093,1766,1,'2019-11-26','2019-11-26 01:32:49'),(3094,3321,1,'2019-11-26','2019-11-26 01:33:01'),(3095,6990,1,'2019-11-26','2019-11-26 01:33:10'),(3096,7395,1,'2019-11-26','2019-11-26 01:33:19'),(3097,7082,1,'2019-11-26','2019-11-26 01:33:30'),(3098,2458,1,'2019-11-26','2019-11-26 01:33:41'),(3099,8379,1,'2019-11-26','2019-11-26 01:33:49'),(3100,6949,1,'2019-11-26','2019-11-26 01:34:01'),(3101,8596,1,'2019-11-26','2019-11-26 01:34:12'),(3102,9403,1,'2019-11-26','2019-11-26 01:34:20'),(3103,6807,1,'2019-11-26','2019-11-26 01:34:30'),(3104,8259,1,'2019-11-26','2019-11-26 01:34:41'),(3105,7652,1,'2019-11-26','2019-11-26 01:34:53'),(3106,2090,1,'2019-11-26','2019-11-26 01:35:07'),(3107,7402,1,'2019-11-26','2019-11-26 01:35:12'),(3108,1533,1,'2019-11-26','2019-11-26 01:35:31'),(3109,6204,1,'2019-11-26','2019-11-26 01:35:34'),(3110,8045,1,'2019-11-26','2019-11-26 01:35:45'),(3111,7776,1,'2019-11-26','2019-11-26 01:35:54'),(3112,2405,1,'2019-11-26','2019-11-26 01:36:05'),(3113,7180,1,'2019-11-26','2019-11-26 01:36:14'),(3114,8605,1,'2019-11-26','2019-11-26 01:36:30'),(3115,6817,1,'2019-11-26','2019-11-26 01:36:35'),(3116,2392,1,'2019-11-26','2019-11-26 01:36:49'),(3117,6924,1,'2019-11-26','2019-11-26 01:36:58'),(3118,7410,1,'2019-11-26','2019-11-26 01:37:07'),(3119,6677,1,'2019-11-26','2019-11-26 01:37:17'),(3120,6287,1,'2019-11-26','2019-11-26 01:37:30'),(3121,6173,1,'2019-11-26','2019-11-26 01:37:38'),(3122,5813,1,'2019-11-26','2019-11-26 01:37:48'),(3123,7005,1,'2019-11-26','2019-11-26 01:38:01'),(3124,2433,1,'2019-11-26','2019-11-26 01:38:08'),(3125,2008,1,'2019-11-26','2019-11-26 01:38:20'),(3126,9079,1,'2019-11-26','2019-11-26 01:38:36'),(3127,6397,1,'2019-11-26','2019-11-26 01:44:40'),(3128,22,1,'2019-11-26','2019-11-26 01:46:38'),(3129,6898,1,'2019-11-26','2019-11-26 01:54:08'),(3130,8474,1,'2019-11-26','2019-11-26 02:03:37'),(3131,9384,1,'2019-11-26','2019-11-26 02:13:05'),(3132,3501,1,'2019-11-26','2019-11-26 02:22:38'),(3133,2402,1,'2019-11-26','2019-11-26 02:31:59'),(3134,2701,1,'2019-11-26','2019-11-26 02:41:31'),(3135,8685,1,'2019-11-26','2019-11-26 02:50:56'),(3136,2273,1,'2019-11-26','2019-11-26 03:00:23'),(3137,8018,1,'2019-11-26','2019-11-26 03:09:55'),(3138,6532,1,'2019-11-26','2019-11-26 03:19:22'),(3139,8103,1,'2019-11-26','2019-11-26 03:28:48'),(3140,6722,1,'2019-11-26','2019-11-26 03:38:16'),(3141,756,1,'2019-11-26','2019-11-26 03:47:45'),(3142,8124,1,'2019-11-26','2019-11-26 03:57:15'),(3143,7967,1,'2019-11-26','2019-11-26 04:06:41'),(3144,8284,1,'2019-11-26','2019-11-26 04:16:08'),(3145,6322,1,'2019-11-26','2019-11-26 04:25:37'),(3146,4065,1,'2019-11-26','2019-11-26 04:35:05'),(3147,6461,1,'2019-11-26','2019-11-26 04:44:33'),(3148,5330,1,'2019-11-26','2019-11-26 04:54:01'),(3149,7479,1,'2019-11-26','2019-11-26 05:03:32'),(3150,9460,1,'2019-11-26','2019-11-26 05:12:57'),(3151,6610,1,'2019-11-26','2019-11-26 05:22:24'),(3152,5458,1,'2019-11-26','2019-11-26 05:31:54'),(3153,8773,1,'2019-11-26','2019-11-26 05:41:21'),(3154,8673,1,'2019-11-26','2019-11-26 05:50:49'),(3155,8086,1,'2019-11-26','2019-11-26 06:00:20'),(3156,444,1,'2019-11-26','2019-11-26 06:09:47'),(3157,7352,1,'2019-11-26','2019-11-26 06:19:12'),(3158,8195,1,'2019-11-26','2019-11-26 06:28:40'),(3159,8352,1,'2019-11-26','2019-11-26 06:38:08'),(3160,5384,1,'2019-11-26','2019-11-26 06:47:35'),(3161,8482,1,'2019-11-26','2019-11-26 06:57:03'),(3162,6314,1,'2019-11-26','2019-11-26 07:06:35'),(3163,3526,1,'2019-11-26','2019-11-26 07:16:02'),(3164,7695,1,'2019-11-26','2019-11-26 07:25:33'),(3165,7155,1,'2019-11-26','2019-11-26 07:34:54'),(3166,5469,1,'2019-11-26','2019-11-26 07:44:23'),(3167,4104,1,'2019-11-26','2019-11-26 07:53:53'),(3168,8291,1,'2019-11-26','2019-11-26 08:03:22'),(3169,8793,1,'2019-11-26','2019-11-26 08:12:48'),(3170,6309,1,'2019-11-26','2019-11-26 08:22:17'),(3171,3560,1,'2019-11-26','2019-11-26 08:31:45'),(3172,6258,1,'2019-11-26','2019-11-26 08:41:16'),(3173,6105,1,'2019-11-26','2019-11-26 08:50:40'),(3174,6776,1,'2019-11-26','2019-11-26 09:00:08'),(3175,7161,1,'2019-11-26','2019-11-26 09:09:37'),(3176,6795,1,'2019-11-26','2019-11-26 09:19:04'),(3177,8123,1,'2019-11-26','2019-11-26 09:28:34'),(3178,6332,1,'2019-11-26','2019-11-26 09:38:03'),(3179,8975,1,'2019-11-26','2019-11-26 09:47:30'),(3180,9088,1,'2019-11-26','2019-11-26 09:57:01'),(3181,5353,1,'2019-11-26','2019-11-26 10:06:23'),(3182,6860,1,'2019-11-26','2019-11-26 10:15:51'),(3183,6162,1,'2019-11-26','2019-11-26 10:25:21'),(3184,7769,1,'2019-11-26','2019-11-26 10:34:47'),(3185,8563,1,'2019-11-26','2019-11-26 10:44:21'),(3186,5984,1,'2019-11-26','2019-11-26 10:53:45'),(3187,5918,1,'2019-11-26','2019-11-26 11:03:13'),(3188,6869,1,'2019-11-26','2019-11-26 11:12:40'),(3189,9340,1,'2019-11-26','2019-11-26 11:22:09'),(3190,8628,1,'2019-11-26','2019-11-26 11:31:51'),(3191,5841,1,'2019-11-26','2019-11-26 11:41:12'),(3192,9474,1,'2019-11-26','2019-11-26 11:50:39'),(3193,2405,1,'2019-11-26','2019-11-26 11:52:22'),(3194,6480,1,'2019-11-26','2019-11-26 12:00:01'),(3195,9536,1,'2019-11-26','2019-11-26 12:17:41'),(3196,9131,1,'2019-11-26','2019-11-26 12:28:26'),(3197,5,1,'2019-11-26','2019-11-26 12:36:17'),(3198,1869,1,'2019-11-26','2019-11-26 12:37:51'),(3199,6308,1,'2019-11-26','2019-11-26 12:47:21'),(3200,6040,1,'2019-11-26','2019-11-26 12:56:49'),(3201,7383,1,'2019-11-26','2019-11-26 13:06:17'),(3202,3926,1,'2019-11-26','2019-11-26 13:15:46'),(3203,8860,1,'2019-11-26','2019-11-26 13:16:42'),(3204,282,1,'2019-11-26','2019-11-26 13:25:13'),(3205,2501,1,'2019-11-26','2019-11-26 13:29:24'),(3206,2405,1,'2019-11-26','2019-11-26 13:32:27'),(3207,300,1,'2019-11-26','2019-11-26 13:34:43'),(3208,6057,1,'2019-11-26','2019-11-26 13:44:10'),(3209,9028,1,'2019-11-26','2019-11-26 13:53:39'),(3210,4403,1,'2019-11-26','2019-11-26 14:03:12'),(3211,7540,1,'2019-11-26','2019-11-26 14:12:35'),(3212,7651,1,'2019-11-26','2019-11-26 14:22:00'),(3213,7360,1,'2019-11-26','2019-11-26 14:32:46'),(3214,6672,1,'2019-11-26','2019-11-26 14:41:00'),(3215,6787,1,'2019-11-26','2019-11-26 14:50:31'),(3216,4552,1,'2019-11-26','2019-11-26 14:59:53'),(3217,9546,1,'2019-11-26','2019-11-26 15:09:18'),(3218,8967,1,'2019-11-26','2019-11-26 15:18:48'),(3219,8992,1,'2019-11-26','2019-11-26 15:28:16'),(3220,5837,1,'2019-11-26','2019-11-26 15:37:49'),(3221,2200,1,'2019-11-26','2019-11-26 15:47:12'),(3222,7139,1,'2019-11-26','2019-11-26 15:56:41'),(3223,7000,1,'2019-11-26','2019-11-26 16:06:10'),(3224,6828,1,'2019-11-26','2019-11-26 16:15:36'),(3225,8287,1,'2019-11-26','2019-11-26 16:25:04'),(3226,872,1,'2019-11-26','2019-11-26 16:30:31'),(3227,9093,1,'2019-11-26','2019-11-26 16:34:34'),(3228,2453,1,'2019-11-26','2019-11-26 16:44:00'),(3229,6522,1,'2019-11-26','2019-11-26 16:53:32'),(3230,1426,1,'2019-11-26','2019-11-26 17:02:56'),(3231,8193,1,'2019-11-26','2019-11-26 17:12:23'),(3232,1983,1,'2019-11-26','2019-11-26 17:12:29'),(3233,6836,1,'2019-11-26','2019-11-26 17:21:51'),(3234,8843,1,'2019-11-26','2019-11-26 17:31:19'),(3235,1151,1,'2019-11-26','2019-11-26 17:40:49'),(3236,8120,1,'2019-11-26','2019-11-26 17:50:16'),(3237,8790,1,'2019-11-26','2019-11-26 17:59:45'),(3238,7182,1,'2019-11-26','2019-11-26 18:09:15'),(3239,2551,1,'2019-11-26','2019-11-26 18:14:12'),(3240,6206,1,'2019-11-26','2019-11-26 18:18:41'),(3241,6188,1,'2019-11-26','2019-11-26 18:28:08'),(3242,4872,1,'2019-11-26','2019-11-26 18:37:36'),(3243,9228,1,'2019-11-26','2019-11-26 23:53:59'),(3244,1557,1,'2019-11-26','2019-11-26 23:54:46'),(3245,7973,1,'2019-11-26','2019-11-26 23:55:36'),(3246,4542,1,'2019-11-26','2019-11-26 23:56:31'),(3247,7159,1,'2019-11-26','2019-11-26 23:57:14'),(3248,8659,1,'2019-11-26','2019-11-26 23:58:04'),(3249,8048,1,'2019-11-26','2019-11-26 23:59:14'),(3250,6982,1,'2019-11-26','2019-11-26 23:59:49'),(3251,4776,1,'2019-11-27','2019-11-27 00:00:44'),(3252,7530,1,'2019-11-27','2019-11-27 00:01:32'),(3253,1502,1,'2019-11-27','2019-11-27 00:02:17'),(3254,8646,1,'2019-11-27','2019-11-27 00:03:08'),(3255,8251,1,'2019-11-27','2019-11-27 00:03:59'),(3256,7435,1,'2019-11-27','2019-11-27 00:04:48'),(3257,7249,1,'2019-11-27','2019-11-27 00:05:40'),(3258,7502,1,'2019-11-27','2019-11-27 00:06:56'),(3259,6182,1,'2019-11-27','2019-11-27 00:07:32'),(3260,7325,1,'2019-11-27','2019-11-27 00:08:32'),(3261,2551,1,'2019-11-27','2019-11-27 04:33:12'),(3262,10,1,'2019-11-27','2019-11-27 09:43:53'),(3263,10,1,'2019-11-27','2019-11-27 09:44:04'),(3264,9566,1,'2019-11-27','2019-11-27 09:44:09'),(3265,10,1,'2019-11-27','2019-11-27 09:44:17'),(3266,2551,1,'2019-11-27','2019-11-27 13:04:43'),(3267,8836,1,'2019-11-27','2019-11-27 21:39:05'),(3268,2596,1,'2019-11-27','2019-11-27 21:40:21'),(3269,6623,1,'2019-11-27','2019-11-27 21:40:28'),(3270,7133,1,'2019-11-27','2019-11-27 21:41:37'),(3271,5844,1,'2019-11-27','2019-11-27 21:42:19'),(3272,66,1,'2019-11-27','2019-11-27 21:43:04'),(3273,8873,1,'2019-11-27','2019-11-27 21:43:25'),(3274,8871,1,'2019-11-27','2019-11-27 21:43:45'),(3275,7512,1,'2019-11-27','2019-11-27 21:44:09'),(3276,8573,1,'2019-11-27','2019-11-27 21:44:29'),(3277,8807,1,'2019-11-27','2019-11-27 21:44:52'),(3278,2225,1,'2019-11-27','2019-11-27 21:45:16'),(3279,7304,1,'2019-11-27','2019-11-27 21:46:18'),(3280,9193,1,'2019-11-27','2019-11-27 21:46:43'),(3281,219,1,'2019-11-27','2019-11-27 21:47:12'),(3282,5266,1,'2019-11-27','2019-11-27 21:47:46'),(3283,5706,1,'2019-11-27','2019-11-27 21:48:07'),(3284,8342,1,'2019-11-27','2019-11-27 21:48:28'),(3285,1817,1,'2019-11-27','2019-11-27 21:48:47'),(3286,2551,1,'2019-11-27','2019-11-27 21:48:51'),(3287,2071,1,'2019-11-27','2019-11-27 21:49:16'),(3288,7693,1,'2019-11-27','2019-11-27 21:49:37'),(3289,6932,1,'2019-11-27','2019-11-27 21:50:14'),(3290,8237,1,'2019-11-27','2019-11-27 21:50:25'),(3291,5121,1,'2019-11-27','2019-11-27 21:50:49'),(3292,7338,1,'2019-11-27','2019-11-27 21:51:14'),(3293,9202,1,'2019-11-27','2019-11-27 21:51:41'),(3294,7977,1,'2019-11-27','2019-11-27 21:52:01'),(3295,8467,1,'2019-11-27','2019-11-27 21:52:22'),(3296,1758,1,'2019-11-27','2019-11-27 21:52:50'),(3297,1515,1,'2019-11-27','2019-11-27 21:53:11'),(3298,1380,1,'2019-11-27','2019-11-27 21:53:42'),(3299,2551,1,'2019-11-28','2019-11-28 00:53:23'),(3300,2551,1,'2019-11-28','2019-11-28 00:55:07'),(3301,23,1,'2019-11-28','2019-11-28 01:04:54'),(3302,1817,1,'2019-11-28','2019-11-28 02:04:02'),(3303,1817,1,'2019-11-28','2019-11-28 02:34:42'),(3304,7734,1,'2019-11-28','2019-11-28 05:40:01'),(3305,9208,1,'2019-11-28','2019-11-28 05:59:08'),(3306,559,1,'2019-11-28','2019-11-28 06:03:43'),(3307,7641,1,'2019-11-28','2019-11-28 06:54:19'),(3308,1885,1,'2019-11-28','2019-11-28 07:37:58'),(3309,2373,1,'2019-11-28','2019-11-28 07:39:19'),(3310,66,1,'2019-11-28','2019-11-28 10:34:10'),(3311,11,1,'2019-11-28','2019-11-28 12:50:57'),(3312,6,1,'2019-11-28','2019-11-28 12:51:15'),(3313,9544,1,'2019-11-28','2019-11-28 12:51:20'),(3314,2544,1,'2019-11-28','2019-11-28 14:40:19'),(3315,66,1,'2019-11-28','2019-11-28 15:56:27'),(3316,1176,1,'2019-11-29','2019-11-29 06:40:46'),(3317,9498,1,'2019-11-29','2019-11-29 07:55:53'),(3318,368,1,'2019-11-29','2019-11-29 13:06:04'),(3319,1817,1,'2019-11-29','2019-11-29 17:13:24'),(3320,368,1,'2019-11-29','2019-11-29 23:19:55'),(3321,1176,1,'2019-11-30','2019-11-30 01:17:20'),(3322,1585,1,'2019-11-30','2019-11-30 20:32:38'),(3323,1603,1,'2019-12-01','2019-12-01 06:05:46'),(3324,13,1,'2019-12-01','2019-12-01 08:08:37'),(3325,1817,1,'2019-12-01','2019-12-01 12:16:52'),(3326,1817,1,'2019-12-01','2019-12-01 22:15:10'),(3327,9544,1,'2019-12-02','2019-12-02 13:38:21'),(3328,22,1,'2019-12-02','2019-12-02 13:38:51'),(3329,9,1,'2019-12-04','2019-12-04 13:51:27'),(3330,1817,1,'2019-12-05','2019-12-05 13:53:34'),(3331,2547,1,'2019-12-05','2019-12-05 17:05:29'),(3332,1603,1,'2019-12-05','2019-12-05 20:22:57'),(3333,1585,1,'2019-12-06','2019-12-06 07:54:51'),(3334,924,1,'2019-12-06','2019-12-06 12:46:52'),(3335,1817,1,'2019-12-06','2019-12-06 20:36:14'),(3336,5649,1,'2019-12-08','2019-12-08 07:35:22'),(3337,6119,1,'2019-12-08','2019-12-08 10:58:05'),(3338,2547,1,'2019-12-09','2019-12-09 02:21:03'),(3339,9546,1,'2019-12-09','2019-12-09 07:55:04'),(3340,6,1,'2019-12-10','2019-12-10 09:05:40'),(3341,8861,1,'2019-12-10','2019-12-10 09:05:52'),(3342,8861,1,'2019-12-10','2019-12-10 09:36:56'),(3343,6,1,'2019-12-10','2019-12-10 12:19:12'),(3344,1817,1,'2019-12-12','2019-12-12 18:44:04'),(3345,1603,1,'2019-12-12','2019-12-12 18:53:26'),(3346,66,1,'2019-12-12','2019-12-12 19:03:53'),(3347,23,1,'2019-12-12','2019-12-12 20:34:50'),(3348,5649,1,'2019-12-13','2019-12-13 12:39:12'),(3349,1251,1,'2019-12-13','2019-12-13 14:24:32'),(3350,924,1,'2019-12-13','2019-12-13 14:34:35'),(3351,907,1,'2019-12-13','2019-12-13 15:34:11'),(3352,2321,1,'2019-12-13','2019-12-13 15:44:06'),(3353,1511,1,'2019-12-13','2019-12-13 19:47:38'),(3354,281,1,'2019-12-13','2019-12-13 22:47:05'),(3355,9394,1,'2019-12-16','2019-12-16 15:09:55'),(3356,8388,1,'2019-12-16','2019-12-16 15:10:12'),(3357,1817,1,'2019-12-17','2019-12-17 08:41:31'),(3358,2547,1,'2019-12-17','2019-12-17 10:21:58'),(3359,961,1,'2019-12-21','2019-12-21 03:09:53'),(3360,1585,1,'2019-12-21','2019-12-21 03:40:23'),(3361,2547,1,'2019-12-21','2019-12-21 04:30:46'),(3362,2884,1,'2019-12-21','2019-12-21 05:40:53'),(3363,1822,1,'2019-12-21','2019-12-21 06:41:22'),(3364,1213,1,'2019-12-21','2019-12-21 06:51:24'),(3365,1993,1,'2019-12-21','2019-12-21 08:21:28'),(3366,2480,1,'2019-12-21','2019-12-21 13:22:25'),(3367,281,1,'2019-12-21','2019-12-21 15:02:54'),(3368,117,1,'2019-12-21','2019-12-21 15:42:53'),(3369,1082,1,'2019-12-21','2019-12-21 15:53:20'),(3370,16,1,'2019-12-21','2019-12-21 16:03:03'),(3371,5649,1,'2019-12-23','2019-12-23 07:37:49'),(3372,8388,1,'2019-12-23','2019-12-23 12:44:51'),(3373,3279,1,'2019-12-30','2019-12-30 21:24:07'),(3374,2071,1,'2019-12-31','2019-12-31 00:21:52'),(3375,2071,1,'2019-12-31','2019-12-31 00:32:19'),(3376,961,1,'2020-01-04','2020-01-04 13:05:16'),(3377,1612,1,'2020-01-04','2020-01-04 17:10:15'),(3378,22,1,'2020-01-05','2020-01-05 11:02:41'),(3379,22,1,'2020-01-05','2020-01-05 11:02:50'),(3380,7707,1,'2020-01-05','2020-01-05 11:42:47'),(3381,22,1,'2020-01-05','2020-01-05 13:23:17'),(3382,7,1,'2020-01-05','2020-01-05 17:14:06'),(3383,22,1,'2020-01-05','2020-01-05 20:44:16'),(3384,1213,1,'2020-01-06','2020-01-06 00:47:51'),(3385,21,1,'2020-01-06','2020-01-06 09:39:56'),(3386,10,1,'2020-01-06','2020-01-06 09:45:54'),(3387,10,1,'2020-01-06','2020-01-06 09:46:05'),(3388,10,1,'2020-01-06','2020-01-06 09:46:39'),(3389,9,1,'2020-01-06','2020-01-06 09:46:42'),(3390,11,1,'2020-01-06','2020-01-06 09:46:44'),(3391,6,1,'2020-01-06','2020-01-06 09:46:47'),(3392,961,1,'2020-01-06','2020-01-06 10:44:28'),(3393,1213,1,'2020-01-06','2020-01-06 11:51:55'),(3394,872,1,'2020-01-06','2020-01-06 11:57:17'),(3395,3279,1,'2020-01-06','2020-01-06 12:16:56'),(3396,11,1,'2020-01-06','2020-01-06 12:28:01'),(3397,6,1,'2020-01-06','2020-01-06 12:28:04'),(3398,10,1,'2020-01-06','2020-01-06 12:28:07'),(3399,9,1,'2020-01-06','2020-01-06 12:28:09'),(3400,11,1,'2020-01-06','2020-01-06 12:28:11'),(3401,6,1,'2020-01-06','2020-01-06 12:28:13'),(3402,6,1,'2020-01-06','2020-01-06 12:28:15'),(3403,281,1,'2020-01-06','2020-01-06 14:01:03'),(3404,6,1,'2020-01-06','2020-01-06 14:01:20'),(3405,6,1,'2020-01-06','2020-01-06 14:01:24'),(3406,6,1,'2020-01-06','2020-01-06 14:01:31'),(3407,10,1,'2020-01-06','2020-01-06 21:21:11'),(3408,9,1,'2020-01-06','2020-01-06 21:21:26'),(3409,11,1,'2020-01-06','2020-01-06 21:21:28'),(3410,6,1,'2020-01-06','2020-01-06 21:21:31'),(3411,6,1,'2020-01-07','2020-01-07 11:09:02'),(3412,6,1,'2020-01-07','2020-01-07 11:09:07'),(3413,6,1,'2020-01-07','2020-01-07 11:09:29'),(3414,6,1,'2020-01-07','2020-01-07 11:09:42'),(3415,6,1,'2020-01-07','2020-01-07 11:09:47'),(3416,11,1,'2020-01-07','2020-01-07 11:09:53'),(3417,11,1,'2020-01-07','2020-01-07 11:09:58'),(3418,11,1,'2020-01-07','2020-01-07 11:10:05'),(3419,9,1,'2020-01-07','2020-01-07 11:51:19'),(3420,10,1,'2020-01-07','2020-01-07 11:51:21'),(3421,7,1,'2020-01-07','2020-01-07 11:51:26'),(3422,10,1,'2020-01-07','2020-01-07 11:51:27'),(3423,9,1,'2020-01-07','2020-01-07 11:51:29'),(3424,11,1,'2020-01-07','2020-01-07 11:51:31'),(3425,9566,1,'2020-01-07','2020-01-07 11:52:27'),(3426,8388,1,'2020-01-07','2020-01-07 12:16:55'),(3427,8388,1,'2020-01-07','2020-01-07 12:19:13'),(3428,8388,1,'2020-01-07','2020-01-07 12:20:41'),(3429,8388,1,'2020-01-07','2020-01-07 12:23:21'),(3430,8388,1,'2020-01-07','2020-01-07 12:28:23'),(3431,8388,1,'2020-01-07','2020-01-07 12:32:00'),(3432,8388,1,'2020-01-07','2020-01-07 12:32:09'),(3433,8388,1,'2020-01-07','2020-01-07 12:33:07'),(3434,8388,1,'2020-01-07','2020-01-07 12:33:46'),(3435,8388,1,'2020-01-07','2020-01-07 12:33:48'),(3436,8388,1,'2020-01-07','2020-01-07 12:33:50'),(3437,8388,1,'2020-01-07','2020-01-07 12:33:51'),(3438,8388,1,'2020-01-07','2020-01-07 12:33:51'),(3439,8388,1,'2020-01-07','2020-01-07 12:34:00'),(3440,8388,1,'2020-01-07','2020-01-07 12:34:16'),(3441,8388,1,'2020-01-07','2020-01-07 12:34:40'),(3442,8388,1,'2020-01-07','2020-01-07 12:34:50'),(3443,4506,1,'2020-01-07','2020-01-07 13:31:53'),(3444,4506,1,'2020-01-07','2020-01-07 13:32:14'),(3445,4506,1,'2020-01-07','2020-01-07 15:34:10'),(3446,4691,1,'2020-01-09','2020-01-09 06:23:09'),(3447,1502,1,'2020-01-10','2020-01-10 18:32:49'),(3448,3279,1,'2020-01-10','2020-01-10 20:02:55'),(3449,2387,1,'2020-01-10','2020-01-10 20:13:07'),(3450,2246,1,'2020-01-11','2020-01-11 04:03:22'),(3451,321,1,'2020-01-11','2020-01-11 06:42:55'),(3452,1016,1,'2020-01-11','2020-01-11 21:14:06'),(3453,1016,1,'2020-01-11','2020-01-11 21:18:23'),(3454,6,1,'2020-01-12','2020-01-12 09:37:23'),(3455,10,1,'2020-01-12','2020-01-12 09:37:25'),(3456,6,1,'2020-01-12','2020-01-12 09:37:28'),(3457,7,1,'2020-01-12','2020-01-12 09:37:30'),(3458,10,1,'2020-01-12','2020-01-12 09:37:32'),(3459,9,1,'2020-01-12','2020-01-12 09:37:34'),(3460,11,1,'2020-01-12','2020-01-12 09:37:35'),(3461,10,1,'2020-01-12','2020-01-12 09:38:44'),(3462,7,1,'2020-01-12','2020-01-12 09:38:47'),(3463,2071,1,'2020-01-26','2020-01-26 02:34:59'),(3464,7161,1,'2020-01-26','2020-01-26 05:53:51'),(3465,1016,1,'2020-01-26','2020-01-26 06:44:03'),(3466,405,1,'2020-01-27','2020-01-27 17:47:54'),(3467,22,1,'2020-01-27','2020-01-27 23:27:48'),(3468,23,1,'2020-01-27','2020-01-27 23:27:50'),(3469,23,1,'2020-01-27','2020-01-27 23:28:06'),(3470,22,1,'2020-01-27','2020-01-27 23:28:11'),(3471,13,1,'2020-01-27','2020-01-27 23:28:14'),(3472,855,1,'2020-01-28','2020-01-28 02:47:26'),(3473,169,1,'2020-01-28','2020-01-28 02:57:13'),(3474,888,1,'2020-01-28','2020-01-28 03:37:32'),(3475,2453,1,'2020-01-28','2020-01-28 03:47:44'),(3476,2402,1,'2020-01-28','2020-01-28 04:07:45'),(3477,2619,1,'2020-01-28','2020-01-28 04:27:35'),(3478,491,1,'2020-01-28','2020-01-28 04:57:54'),(3479,1073,1,'2020-01-28','2020-01-28 05:18:04'),(3480,1758,1,'2020-01-28','2020-01-28 05:58:41'),(3481,98,1,'2020-01-28','2020-01-28 09:39:58'),(3482,77,1,'2020-01-28','2020-01-28 12:04:43'),(3483,2387,1,'2020-01-28','2020-01-28 12:13:50'),(3484,7907,1,'2020-01-28','2020-01-28 12:31:13'),(3485,321,1,'2020-01-28','2020-01-28 13:31:02'),(3486,13,1,'2020-01-28','2020-01-28 13:41:03'),(3487,14,1,'2020-01-28','2020-01-28 13:59:07'),(3488,4795,1,'2020-01-28','2020-01-28 17:09:09'),(3489,1257,1,'2020-01-28','2020-01-28 22:46:36'),(3490,7707,1,'2020-01-28','2020-01-28 23:36:51'),(3491,2748,1,'2020-01-29','2020-01-29 00:57:11'),(3492,7161,1,'2020-01-29','2020-01-29 06:50:17'),(3493,77,1,'2020-01-29','2020-01-29 13:12:36'),(3494,7,1,'2020-01-30','2020-01-30 13:05:16'),(3495,5,1,'2020-01-30','2020-01-30 13:05:23'),(3496,8710,1,'2020-01-30','2020-01-30 13:05:59'),(3497,5,1,'2020-01-30','2020-01-30 13:13:10'),(3498,7,1,'2020-01-30','2020-01-30 13:13:12'),(3499,6,1,'2020-01-30','2020-01-30 13:13:15'),(3500,1257,1,'2020-01-31','2020-01-31 13:43:20'),(3501,1016,1,'2020-02-01','2020-02-01 20:06:43'),(3502,623,1,'2020-02-01','2020-02-01 20:26:18'),(3503,169,1,'2020-02-01','2020-02-01 21:06:48'),(3504,1670,1,'2020-02-01','2020-02-01 21:27:02'),(3505,855,1,'2020-02-01','2020-02-01 21:37:11'),(3506,1257,1,'2020-02-01','2020-02-01 22:07:33'),(3507,77,1,'2020-02-01','2020-02-01 23:48:06'),(3508,2748,1,'2020-02-02','2020-02-02 00:08:29'),(3509,1758,1,'2020-02-03','2020-02-03 01:55:12'),(3510,77,1,'2020-02-03','2020-02-03 03:15:42'),(3511,500,1,'2020-02-03','2020-02-03 12:18:31'),(3512,9403,1,'2020-02-03','2020-02-03 13:43:13'),(3513,7,1,'2020-02-03','2020-02-03 13:43:20'),(3514,5,1,'2020-02-03','2020-02-03 13:43:23'),(3515,116,1,'2020-02-04','2020-02-04 08:42:03'),(3516,116,1,'2020-02-04','2020-02-04 11:43:29'),(3517,1257,1,'2020-02-04','2020-02-04 15:24:04'),(3518,1257,1,'2020-02-04','2020-02-04 15:24:33'),(3519,2458,1,'2020-02-05','2020-02-05 18:05:17'),(3520,984,1,'2020-02-05','2020-02-05 18:25:34'),(3521,2653,1,'2020-02-06','2020-02-06 11:41:11'),(3522,1257,1,'2020-02-06','2020-02-06 15:33:10'),(3523,2192,1,'2020-02-06','2020-02-06 20:10:26'),(3524,1257,1,'2020-02-07','2020-02-07 01:12:28'),(3525,516,1,'2020-02-07','2020-02-07 08:03:40'),(3526,984,1,'2020-02-08','2020-02-08 06:22:22'),(3527,623,1,'2020-02-08','2020-02-08 06:58:00'),(3528,2551,1,'2020-02-08','2020-02-08 07:07:57'),(3529,2453,1,'2020-02-08','2020-02-08 07:38:02'),(3530,2402,1,'2020-02-08','2020-02-08 09:39:03'),(3531,1758,1,'2020-02-08','2020-02-08 10:58:40'),(3532,500,1,'2020-02-08','2020-02-08 11:30:29'),(3533,14,1,'2020-02-08','2020-02-08 17:11:16'),(3534,500,1,'2020-02-08','2020-02-08 20:22:45'),(3535,2897,1,'2020-02-08','2020-02-08 22:33:52'),(3536,2897,1,'2020-02-10','2020-02-10 10:52:04'),(3537,2192,1,'2020-02-10','2020-02-10 12:12:35'),(3538,23,1,'2020-02-10','2020-02-10 13:43:19'),(3539,1946,1,'2020-02-10','2020-02-10 21:39:37'),(3540,420,1,'2020-02-11','2020-02-11 06:53:46'),(3541,2392,1,'2020-02-11','2020-02-11 18:19:08'),(3542,2458,1,'2020-02-12','2020-02-12 05:45:04'),(3543,2192,1,'2020-02-14','2020-02-14 11:33:45'),(3544,1838,1,'2020-02-14','2020-02-14 13:14:24'),(3545,1946,1,'2020-02-14','2020-02-14 13:44:31'),(3546,984,1,'2020-02-14','2020-02-14 14:14:27'),(3547,2473,1,'2020-02-14','2020-02-14 14:34:29'),(3548,2619,1,'2020-02-14','2020-02-14 15:04:28'),(3549,500,1,'2020-02-14','2020-02-14 15:24:58'),(3550,855,1,'2020-02-14','2020-02-14 15:54:52'),(3551,2458,1,'2020-02-14','2020-02-14 16:45:13'),(3552,984,1,'2020-02-15','2020-02-15 04:38:44'),(3553,2192,1,'2020-02-15','2020-02-15 12:49:35'),(3554,2028,1,'2020-02-17','2020-02-17 00:03:31'),(3555,3501,1,'2020-02-17','2020-02-17 05:54:28'),(3556,984,1,'2020-02-18','2020-02-18 09:21:30'),(3557,1993,1,'2020-02-18','2020-02-18 11:13:02'),(3558,8160,1,'2020-02-20','2020-02-20 18:56:18'),(3559,2495,1,'2020-02-20','2020-02-20 19:26:34'),(3560,984,1,'2020-02-20','2020-02-20 22:38:26'),(3561,1946,1,'2020-02-20','2020-02-20 23:19:02'),(3562,2028,1,'2020-02-20','2020-02-20 23:39:05'),(3563,2392,1,'2020-02-20','2020-02-20 23:59:04'),(3564,500,1,'2020-02-21','2020-02-21 00:09:16'),(3565,1440,1,'2020-02-21','2020-02-21 00:29:26'),(3566,3501,1,'2020-02-21','2020-02-21 02:50:14'),(3567,1758,1,'2020-02-21','2020-02-21 03:00:24'),(3568,8160,1,'2020-02-21','2020-02-21 12:06:09'),(3569,1946,1,'2020-02-21','2020-02-21 22:43:03'),(3570,1911,1,'2020-02-22','2020-02-22 08:07:26'),(3571,116,1,'2020-02-24','2020-02-24 09:55:13'),(3572,9461,1,'2020-02-24','2020-02-24 11:44:14'),(3573,9104,1,'2020-02-24','2020-02-24 11:45:22'),(3574,1910,1,'2020-02-28','2020-02-28 13:10:48'),(3575,2392,1,'2020-02-28','2020-02-28 13:22:32'),(3576,1911,1,'2020-02-28','2020-02-28 14:51:32'),(3577,8160,1,'2020-02-28','2020-02-28 15:22:15'),(3578,1946,1,'2020-02-28','2020-02-28 15:31:54'),(3579,2028,1,'2020-02-28','2020-02-28 15:52:00'),(3580,3501,1,'2020-02-28','2020-02-28 16:41:41'),(3581,2473,1,'2020-02-28','2020-02-28 19:42:23'),(3582,1911,1,'2020-02-29','2020-02-29 00:02:26'),(3583,8160,1,'2020-02-29','2020-02-29 04:54:24'),(3584,1910,1,'2020-02-29','2020-02-29 09:03:24'),(3585,10,1,'2020-03-02','2020-03-02 13:55:55'),(3586,2423,1,'2020-03-04','2020-03-04 13:47:43'),(3587,2458,1,'2020-03-04','2020-03-04 16:18:31'),(3588,8160,1,'2020-03-06','2020-03-06 11:37:45'),(3589,2028,1,'2020-03-06','2020-03-06 14:48:54'),(3590,2495,1,'2020-03-06','2020-03-06 15:19:18'),(3591,3501,1,'2020-03-06','2020-03-06 16:18:59'),(3592,1910,1,'2020-03-06','2020-03-06 17:09:03'),(3593,1440,1,'2020-03-06','2020-03-06 18:59:20'),(3594,77,1,'2020-03-07','2020-03-07 00:21:19'),(3595,8160,1,'2020-03-07','2020-03-07 08:52:48'),(3596,2473,1,'2020-03-09','2020-03-09 04:07:02'),(3597,185,1,'2020-03-09','2020-03-09 05:07:21'),(3598,10,1,'2020-03-10','2020-03-10 10:44:11'),(3599,10,1,'2020-03-10','2020-03-10 10:44:14'),(3600,9,1,'2020-03-10','2020-03-10 10:44:22'),(3601,11,1,'2020-03-10','2020-03-10 10:44:29'),(3602,11,1,'2020-03-10','2020-03-10 10:44:34'),(3603,10,1,'2020-03-10','2020-03-10 10:44:36'),(3604,9,1,'2020-03-10','2020-03-10 10:44:45'),(3605,9,1,'2020-03-10','2020-03-10 10:44:47'),(3606,2558,1,'2020-03-11','2020-03-11 05:47:32'),(3607,2225,1,'2020-03-11','2020-03-11 12:49:52'),(3608,27,1,'2020-03-12','2020-03-12 08:09:06'),(3609,559,1,'2020-03-12','2020-03-12 20:56:24'),(3610,2423,1,'2020-03-12','2020-03-12 22:48:01'),(3611,2423,1,'2020-03-12','2020-03-12 22:58:48'),(3612,15,1,'2020-03-14','2020-03-14 16:10:47'),(3613,22,1,'2020-03-17','2020-03-17 05:54:30'),(3614,9,1,'2020-03-17','2020-03-17 05:54:46'),(3615,6,1,'2020-03-17','2020-03-17 05:55:29'),(3616,5,1,'2020-03-17','2020-03-17 05:56:04'),(3617,7,1,'2020-03-17','2020-03-17 05:56:23'),(3618,11,1,'2020-03-17','2020-03-17 05:56:50'),(3619,14,1,'2020-03-17','2020-03-17 05:57:46'),(3620,3,1,'2020-03-17','2020-03-17 05:59:38'),(3621,22,1,'2020-03-17','2020-03-17 10:34:58'),(3622,10,1,'2020-03-17','2020-03-17 11:26:16'),(3623,16,1,'2020-03-18','2020-03-18 03:55:52'),(3624,22,1,'2020-03-18','2020-03-18 03:59:07'),(3625,15,1,'2020-03-18','2020-03-18 04:54:57'),(3626,7,1,'2020-03-18','2020-03-18 12:28:53'),(3627,2679,1,'2020-03-18','2020-03-18 23:36:19'),(3628,1046,1,'2020-03-19','2020-03-19 00:55:54'),(3629,2225,1,'2020-03-19','2020-03-19 02:34:33'),(3630,2423,1,'2020-03-19','2020-03-19 05:06:45'),(3631,2225,1,'2020-03-19','2020-03-19 08:38:53'),(3632,2495,1,'2020-03-19','2020-03-19 09:49:26'),(3633,1910,1,'2020-03-19','2020-03-19 09:59:35'),(3634,1440,1,'2020-03-19','2020-03-19 11:31:41'),(3635,2423,1,'2020-03-25','2020-03-25 17:50:20'),(3636,2679,1,'2020-03-25','2020-03-25 22:32:54'),(3637,2558,1,'2020-03-26','2020-03-26 15:43:51'),(3638,8882,1,'2020-03-27','2020-03-27 01:14:34'),(3639,9278,1,'2020-03-27','2020-03-27 17:19:20'),(3640,559,1,'2020-03-28','2020-03-28 08:02:45'),(3641,8096,1,'2020-03-28','2020-03-28 11:14:16'),(3642,1046,1,'2020-03-28','2020-03-28 11:47:04'),(3643,8215,1,'2020-03-29','2020-03-29 09:29:37'),(3644,8215,1,'2020-03-30','2020-03-30 20:38:46'),(3645,913,1,'2020-04-01','2020-04-01 03:00:52'),(3646,1377,1,'2020-04-01','2020-04-01 03:50:46'),(3647,8089,1,'2020-04-01','2020-04-01 05:21:05'),(3648,1606,1,'2020-04-01','2020-04-01 06:01:31'),(3649,2405,1,'2020-04-01','2020-04-01 06:21:42'),(3650,1757,1,'2020-04-01','2020-04-01 07:27:49'),(3651,2155,1,'2020-04-01','2020-04-01 08:29:23'),(3652,2152,1,'2020-04-01','2020-04-01 11:19:25'),(3653,5809,1,'2020-04-01','2020-04-01 11:25:16'),(3654,1251,1,'2020-04-01','2020-04-01 13:03:03'),(3655,2679,1,'2020-04-01','2020-04-01 14:52:44'),(3656,3526,1,'2020-04-01','2020-04-01 17:54:34'),(3657,2653,1,'2020-04-01','2020-04-01 21:36:12'),(3658,1046,1,'2020-04-01','2020-04-01 22:06:07'),(3659,6599,1,'2020-04-02','2020-04-02 02:17:40'),(3660,2763,1,'2020-04-02','2020-04-02 05:03:49'),(3661,22,1,'2020-04-02','2020-04-02 08:22:27'),(3662,8089,1,'2020-04-02','2020-04-02 13:26:45'),(3663,3321,1,'2020-04-03','2020-04-03 01:31:46'),(3664,2278,1,'2020-04-03','2020-04-03 16:38:13'),(3665,2155,1,'2020-04-03','2020-04-03 16:49:24'),(3666,2058,1,'2020-04-05','2020-04-05 14:21:49'),(3667,8089,1,'2020-04-05','2020-04-05 14:31:54'),(3668,7042,1,'2020-04-06','2020-04-06 03:12:16'),(3669,5238,1,'2020-04-06','2020-04-06 09:52:29'),(3670,1606,1,'2020-04-06','2020-04-06 16:14:08'),(3671,2763,1,'2020-04-07','2020-04-07 17:57:30'),(3672,8882,1,'2020-04-08','2020-04-08 01:32:50'),(3673,1082,1,'2020-04-08','2020-04-08 19:04:32'),(3674,1511,1,'2020-04-08','2020-04-08 21:03:50'),(3675,5456,1,'2020-04-08','2020-04-08 22:11:40'),(3676,2507,1,'2020-04-09','2020-04-09 00:24:41'),(3677,491,1,'2020-04-09','2020-04-09 01:45:07'),(3678,2058,1,'2020-04-09','2020-04-09 02:32:56'),(3679,984,1,'2020-04-09','2020-04-09 03:19:38'),(3680,2101,1,'2020-04-09','2020-04-09 06:48:59'),(3681,2155,1,'2020-04-10','2020-04-10 06:49:21'),(3682,2558,1,'2020-04-10','2020-04-10 12:42:05'),(3683,560,1,'2020-04-12','2020-04-12 05:27:03'),(3684,913,1,'2020-04-12','2020-04-12 05:43:02'),(3685,5809,1,'2020-04-12','2020-04-12 12:27:48'),(3686,8096,1,'2020-04-13','2020-04-13 01:20:44'),(3687,8089,1,'2020-04-13','2020-04-13 04:54:45'),(3688,559,1,'2020-04-13','2020-04-13 08:26:18'),(3689,1849,1,'2020-04-13','2020-04-13 14:51:05'),(3690,2237,1,'2020-04-14','2020-04-14 23:50:22'),(3691,1557,1,'2020-04-14','2020-04-14 23:55:35'),(3692,5687,1,'2020-04-14','2020-04-14 23:58:15'),(3693,5973,1,'2020-04-15','2020-04-15 00:48:17'),(3694,5308,1,'2020-04-15','2020-04-15 01:58:51'),(3695,4490,1,'2020-04-15','2020-04-15 01:59:47'),(3696,5210,1,'2020-04-15','2020-04-15 02:55:28'),(3697,2078,1,'2020-04-15','2020-04-15 05:12:23'),(3698,4406,1,'2020-04-15','2020-04-15 06:28:54'),(3699,4120,1,'2020-04-15','2020-04-15 10:00:19'),(3700,6537,1,'2020-04-15','2020-04-15 10:28:13'),(3701,1901,1,'2020-04-15','2020-04-15 11:07:07'),(3702,8263,1,'2020-04-15','2020-04-15 11:22:03'),(3703,6020,1,'2020-04-15','2020-04-15 11:23:06'),(3704,7201,1,'2020-04-15','2020-04-15 13:11:30'),(3705,1980,1,'2020-04-15','2020-04-15 13:56:25'),(3706,936,1,'2020-04-15','2020-04-15 14:00:14'),(3707,2006,1,'2020-04-15','2020-04-15 14:28:50'),(3708,2164,1,'2020-04-15','2020-04-15 15:30:56'),(3709,8474,1,'2020-04-15','2020-04-15 15:32:34'),(3710,7781,1,'2020-04-15','2020-04-15 17:41:21'),(3711,4990,1,'2020-04-15','2020-04-15 19:01:34'),(3712,2419,1,'2020-04-15','2020-04-15 19:17:47'),(3713,5763,1,'2020-04-15','2020-04-15 20:29:06'),(3714,6222,1,'2020-04-15','2020-04-15 21:16:02'),(3715,8932,1,'2020-04-15','2020-04-15 22:11:21'),(3716,1973,1,'2020-04-15','2020-04-15 22:46:45'),(3717,6297,1,'2020-04-16','2020-04-16 01:12:35'),(3718,7776,1,'2020-04-16','2020-04-16 01:57:06'),(3719,2044,1,'2020-04-16','2020-04-16 05:23:02'),(3720,2268,1,'2020-04-16','2020-04-16 05:30:32'),(3721,8811,1,'2020-04-16','2020-04-16 05:39:04'),(3722,7526,1,'2020-04-16','2020-04-16 06:10:00'),(3723,3540,1,'2020-04-16','2020-04-16 09:18:21'),(3724,7472,1,'2020-04-16','2020-04-16 13:11:07'),(3725,2157,1,'2020-04-16','2020-04-16 13:54:40'),(3726,7183,1,'2020-04-16','2020-04-16 15:42:37'),(3727,1715,1,'2020-04-16','2020-04-16 15:48:42'),(3728,832,1,'2020-04-16','2020-04-16 16:23:23'),(3729,6750,1,'2020-04-16','2020-04-16 17:19:36'),(3730,7540,1,'2020-04-16','2020-04-16 17:22:12'),(3731,1246,1,'2020-04-16','2020-04-16 17:25:40'),(3732,8103,1,'2020-04-16','2020-04-16 19:42:59'),(3733,6005,1,'2020-04-16','2020-04-16 19:53:39'),(3734,7044,1,'2020-04-17','2020-04-17 00:42:16'),(3735,2126,1,'2020-04-17','2020-04-17 01:53:18'),(3736,6924,1,'2020-04-17','2020-04-17 01:55:11'),(3737,6356,1,'2020-04-17','2020-04-17 02:09:59'),(3738,6218,1,'2020-04-17','2020-04-17 03:25:35'),(3739,6793,1,'2020-04-17','2020-04-17 03:35:07'),(3740,8975,1,'2020-04-17','2020-04-17 04:16:50'),(3741,6040,1,'2020-04-17','2020-04-17 08:19:21'),(3742,9131,1,'2020-04-17','2020-04-17 08:48:38'),(3743,8686,1,'2020-04-17','2020-04-17 09:23:32'),(3744,3809,1,'2020-04-17','2020-04-17 10:09:35'),(3745,6656,1,'2020-04-17','2020-04-17 11:09:09'),(3746,2616,1,'2020-04-17','2020-04-17 11:50:43'),(3747,9022,1,'2020-04-17','2020-04-17 12:25:55'),(3748,6308,1,'2020-04-17','2020-04-17 14:32:58'),(3749,8685,1,'2020-04-17','2020-04-17 18:21:45'),(3750,963,1,'2020-04-17','2020-04-17 20:47:36'),(3751,8241,1,'2020-04-17','2020-04-17 21:50:01'),(3752,5121,1,'2020-04-17','2020-04-17 22:36:50'),(3753,1481,1,'2020-04-17','2020-04-17 22:40:38'),(3754,7103,1,'2020-04-17','2020-04-17 23:14:22'),(3755,7744,1,'2020-04-18','2020-04-18 02:55:25'),(3756,8992,1,'2020-04-18','2020-04-18 05:29:02'),(3757,7082,1,'2020-04-18','2020-04-18 06:40:09'),(3758,2598,1,'2020-04-18','2020-04-18 06:46:13'),(3759,4661,1,'2020-04-18','2020-04-18 07:14:30'),(3760,1151,1,'2020-04-18','2020-04-18 07:27:13'),(3761,4732,1,'2020-04-18','2020-04-18 09:48:56'),(3762,6091,1,'2020-04-18','2020-04-18 12:45:41'),(3763,456,1,'2020-04-18','2020-04-18 13:31:06'),(3764,8729,1,'2020-04-18','2020-04-18 15:14:32'),(3765,2220,1,'2020-04-18','2020-04-18 17:40:07'),(3766,6932,1,'2020-04-18','2020-04-18 19:25:09'),(3767,6426,1,'2020-04-18','2020-04-18 19:54:51'),(3768,8060,1,'2020-04-18','2020-04-18 20:49:52'),(3769,2775,1,'2020-04-18','2020-04-18 20:56:11'),(3770,8425,1,'2020-04-18','2020-04-18 20:56:14'),(3771,8063,1,'2020-04-19','2020-04-19 01:38:04'),(3772,7402,1,'2020-04-19','2020-04-19 08:16:29'),(3773,7157,1,'2020-04-19','2020-04-19 11:21:42'),(3774,7690,1,'2020-04-19','2020-04-19 11:31:28'),(3775,1849,1,'2020-04-19','2020-04-19 12:47:36'),(3776,6147,1,'2020-04-19','2020-04-19 13:48:39'),(3777,8269,1,'2020-04-19','2020-04-19 16:49:29'),(3778,4808,1,'2020-04-19','2020-04-19 19:46:47'),(3779,6199,1,'2020-04-20','2020-04-20 02:28:42'),(3780,746,1,'2020-04-20','2020-04-20 03:55:49'),(3781,8180,1,'2020-04-20','2020-04-20 05:52:08'),(3782,1672,1,'2020-04-20','2020-04-20 09:02:03'),(3783,9531,1,'2020-04-20','2020-04-20 09:04:00'),(3784,9372,1,'2020-04-20','2020-04-20 09:34:35'),(3785,7877,1,'2020-04-20','2020-04-20 14:45:33'),(3786,7571,1,'2020-04-20','2020-04-20 15:19:16'),(3787,5841,1,'2020-04-21','2020-04-21 02:59:26'),(3788,5855,1,'2020-04-21','2020-04-21 06:05:50'),(3789,1860,1,'2020-04-21','2020-04-21 08:21:15'),(3790,6590,1,'2020-04-21','2020-04-21 09:30:32'),(3791,6869,1,'2020-04-21','2020-04-21 14:51:56'),(3792,5918,1,'2020-04-22','2020-04-22 06:30:04'),(3793,7801,1,'2020-04-22','2020-04-22 07:45:32'),(3794,6990,1,'2020-04-22','2020-04-22 18:24:21'),(3795,7509,1,'2020-04-23','2020-04-23 00:06:17'),(3796,7745,1,'2020-04-23','2020-04-23 03:50:37'),(3797,5984,1,'2020-04-23','2020-04-23 08:59:14'),(3798,542,1,'2020-04-23','2020-04-23 09:00:17'),(3799,6400,1,'2020-04-23','2020-04-23 10:51:08'),(3800,5113,1,'2020-04-23','2020-04-23 13:58:58'),(3801,4010,1,'2020-04-24','2020-04-24 02:07:19'),(3802,8560,1,'2020-04-24','2020-04-24 04:35:09'),(3803,6897,1,'2020-04-24','2020-04-24 04:47:22'),(3804,5022,1,'2020-04-24','2020-04-24 11:16:01'),(3805,7601,1,'2020-04-24','2020-04-24 11:23:07'),(3806,4770,1,'2020-04-24','2020-04-24 13:56:45'),(3807,2236,1,'2020-04-24','2020-04-24 17:49:41'),(3808,4484,1,'2020-04-24','2020-04-24 19:34:12'),(3809,6425,1,'2020-04-24','2020-04-24 22:12:36'),(3810,1849,1,'2020-04-24','2020-04-24 23:32:08'),(3811,6309,1,'2020-04-25','2020-04-25 03:41:22'),(3812,8692,1,'2020-04-25','2020-04-25 03:46:32'),(3813,1649,1,'2020-04-25','2020-04-25 07:37:16'),(3814,909,1,'2020-04-25','2020-04-25 07:51:50'),(3815,7662,1,'2020-04-25','2020-04-25 14:30:38'),(3816,321,1,'2020-04-25','2020-04-25 14:35:54'),(3817,8744,1,'2020-04-26','2020-04-26 00:26:45'),(3818,2492,1,'2020-04-26','2020-04-26 00:39:33'),(3819,581,1,'2020-04-26','2020-04-26 01:08:39'),(3820,8281,1,'2020-04-26','2020-04-26 01:21:07'),(3821,5337,1,'2020-04-26','2020-04-26 02:52:56'),(3822,5618,1,'2020-04-26','2020-04-26 05:44:25'),(3823,5751,1,'2020-04-26','2020-04-26 06:26:46'),(3824,8563,1,'2020-04-26','2020-04-26 08:43:20'),(3825,4918,1,'2020-04-26','2020-04-26 08:46:07'),(3826,8555,1,'2020-04-26','2020-04-26 08:48:27'),(3827,9258,1,'2020-04-26','2020-04-26 12:49:28'),(3828,4872,1,'2020-04-26','2020-04-26 14:45:27'),(3829,3926,1,'2020-04-26','2020-04-26 14:46:54'),(3830,6057,1,'2020-04-26','2020-04-26 15:03:40'),(3831,560,1,'2020-04-26','2020-04-26 15:16:36'),(3832,9447,1,'2020-04-26','2020-04-26 15:46:01'),(3833,3222,1,'2020-04-26','2020-04-26 16:09:23'),(3834,2143,1,'2020-04-26','2020-04-26 16:56:23'),(3835,9546,1,'2020-04-26','2020-04-26 17:22:01'),(3836,9208,1,'2020-04-26','2020-04-26 17:36:14'),(3837,8932,1,'2020-04-26','2020-04-26 18:00:50'),(3838,1836,1,'2020-04-26','2020-04-26 18:22:14'),(3839,8388,1,'2020-04-26','2020-04-26 22:08:42'),(3840,4589,1,'2020-04-26','2020-04-26 22:36:33'),(3841,5745,1,'2020-04-26','2020-04-26 22:39:58'),(3842,1459,1,'2020-04-26','2020-04-26 22:40:32'),(3843,300,1,'2020-04-26','2020-04-26 22:55:16'),(3844,5854,1,'2020-04-26','2020-04-26 23:20:55'),(3845,4583,1,'2020-04-27','2020-04-27 00:32:39'),(3846,7616,1,'2020-04-27','2020-04-27 02:06:45'),(3847,3934,1,'2020-04-27','2020-04-27 02:47:02'),(3848,219,1,'2020-04-27','2020-04-27 02:57:30'),(3849,8521,1,'2020-04-27','2020-04-27 04:00:10'),(3850,8427,1,'2020-04-27','2020-04-27 04:59:15'),(3851,4732,1,'2020-04-27','2020-04-27 05:38:30'),(3852,8932,1,'2020-04-27','2020-04-27 06:02:26'),(3853,1380,1,'2020-04-27','2020-04-27 06:30:05'),(3854,6462,1,'2020-04-27','2020-04-27 07:22:02'),(3855,8726,1,'2020-04-27','2020-04-27 07:28:59'),(3856,7935,1,'2020-04-27','2020-04-27 09:42:04'),(3857,8482,1,'2020-04-27','2020-04-27 09:53:12'),(3858,2373,1,'2020-04-27','2020-04-27 09:55:02'),(3859,1440,1,'2020-04-27','2020-04-27 10:49:16'),(3860,5108,1,'2020-04-27','2020-04-27 10:49:27'),(3861,4537,1,'2020-04-27','2020-04-27 10:49:35'),(3862,1750,1,'2020-04-27','2020-04-27 12:07:46'),(3863,1757,1,'2020-04-27','2020-04-27 12:20:11'),(3864,203,1,'2020-04-27','2020-04-27 12:57:07'),(3865,1735,1,'2020-04-27','2020-04-27 13:17:19'),(3866,6666,1,'2020-04-27','2020-04-27 14:26:16'),(3867,7512,1,'2020-04-27','2020-04-27 15:25:34'),(3868,7304,1,'2020-04-27','2020-04-27 15:54:24'),(3869,3222,1,'2020-04-27','2020-04-27 16:45:29'),(3870,4772,1,'2020-04-27','2020-04-27 17:32:11'),(3871,1263,1,'2020-04-27','2020-04-27 18:44:59'),(3872,781,1,'2020-04-27','2020-04-27 22:28:33'),(3873,6730,1,'2020-04-27','2020-04-27 23:58:20'),(3874,7845,1,'2020-04-28','2020-04-28 00:01:18'),(3875,6828,1,'2020-04-28','2020-04-28 00:08:29'),(3876,7441,1,'2020-04-28','2020-04-28 01:12:22'),(3877,6532,1,'2020-04-28','2020-04-28 01:18:19'),(3878,4340,1,'2020-04-28','2020-04-28 01:47:50'),(3879,7555,1,'2020-04-28','2020-04-28 01:49:02'),(3880,8120,1,'2020-04-28','2020-04-28 01:50:00'),(3881,7552,1,'2020-04-28','2020-04-28 02:08:08'),(3882,6173,1,'2020-04-28','2020-04-28 03:29:05'),(3883,7807,1,'2020-04-28','2020-04-28 04:29:11'),(3884,7426,1,'2020-04-28','2020-04-28 10:09:32'),(3885,23,1,'2020-04-28','2020-04-28 10:28:34'),(3886,8544,1,'2020-04-28','2020-04-28 10:45:07'),(3887,1943,1,'2020-04-28','2020-04-28 14:06:15'),(3888,1943,1,'2020-04-28','2020-04-28 14:23:24'),(3889,9394,1,'2020-04-28','2020-04-28 14:59:19'),(3890,6817,1,'2020-04-28','2020-04-28 15:16:00'),(3891,5582,1,'2020-04-28','2020-04-28 15:27:43'),(3892,2704,1,'2020-04-28','2020-04-28 15:31:59'),(3893,4598,1,'2020-04-28','2020-04-28 18:15:14'),(3894,7182,1,'2020-04-28','2020-04-28 18:37:17'),(3895,5383,1,'2020-04-28','2020-04-28 19:05:17'),(3896,9091,1,'2020-04-28','2020-04-28 19:46:51'),(3897,5672,1,'2020-04-29','2020-04-29 01:45:45'),(3898,8086,1,'2020-04-29','2020-04-29 01:52:46'),(3899,2704,1,'2020-04-29','2020-04-29 02:11:37'),(3900,8045,1,'2020-04-29','2020-04-29 04:57:30'),(3901,1855,1,'2020-04-29','2020-04-29 05:36:46'),(3902,2434,1,'2020-04-29','2020-04-29 06:01:39'),(3903,6776,1,'2020-04-29','2020-04-29 08:32:16'),(3904,2008,1,'2020-04-29','2020-04-29 10:13:09'),(3905,5988,1,'2020-04-29','2020-04-29 10:32:12'),(3906,5668,1,'2020-04-29','2020-04-29 10:58:54'),(3907,2267,1,'2020-04-29','2020-04-29 11:51:05'),(3908,6722,1,'2020-04-29','2020-04-29 11:52:48'),(3909,1359,1,'2020-04-29','2020-04-29 12:35:11'),(3910,9363,1,'2020-04-29','2020-04-29 15:16:39'),(3911,2316,1,'2020-04-29','2020-04-29 15:27:57'),(3912,1869,1,'2020-04-29','2020-04-29 15:29:43'),(3913,7853,1,'2020-04-29','2020-04-29 16:46:47'),(3914,7651,1,'2020-04-29','2020-04-29 17:13:34'),(3915,8171,1,'2020-04-29','2020-04-29 19:10:29'),(3916,8123,1,'2020-04-29','2020-04-29 19:13:57'),(3917,6627,1,'2020-04-30','2020-04-30 00:59:21'),(3918,6368,1,'2020-04-30','2020-04-30 01:14:22'),(3919,9423,1,'2020-04-30','2020-04-30 02:44:24'),(3920,9070,1,'2020-04-30','2020-04-30 04:34:15'),(3921,6677,1,'2020-04-30','2020-04-30 05:37:25'),(3922,1585,1,'2020-04-30','2020-04-30 05:40:55'),(3923,23,1,'2020-04-30','2020-04-30 09:48:27'),(3924,7990,1,'2020-04-30','2020-04-30 11:29:58'),(3925,5328,1,'2020-04-30','2020-04-30 12:09:20'),(3926,4860,1,'2020-04-30','2020-04-30 13:05:18'),(3927,7591,1,'2020-04-30','2020-04-30 14:05:17'),(3928,1434,1,'2020-04-30','2020-04-30 14:08:38'),(3929,23,1,'2020-04-30','2020-04-30 14:15:14'),(3930,8259,1,'2020-04-30','2020-04-30 16:56:54'),(3931,889,1,'2020-04-30','2020-04-30 22:11:34'),(3932,8325,1,'2020-04-30','2020-04-30 22:12:08'),(3933,1265,1,'2020-05-01','2020-05-01 04:23:34'),(3934,1509,1,'2020-05-01','2020-05-01 04:34:14'),(3935,2247,1,'2020-05-01','2020-05-01 06:05:48'),(3936,6342,1,'2020-05-01','2020-05-01 08:26:24'),(3937,6036,1,'2020-05-01','2020-05-01 11:26:29'),(3938,4993,1,'2020-05-01','2020-05-01 19:07:59'),(3939,9460,1,'2020-05-01','2020-05-01 19:08:24'),(3940,5680,1,'2020-05-01','2020-05-01 19:08:59'),(3941,2762,1,'2020-05-01','2020-05-01 22:18:49'),(3942,5966,1,'2020-05-01','2020-05-01 22:38:29'),(3943,6498,1,'2020-05-02','2020-05-02 02:58:12'),(3944,1282,1,'2020-05-02','2020-05-02 02:59:03'),(3945,155,1,'2020-05-02','2020-05-02 05:29:13'),(3946,5313,1,'2020-05-02','2020-05-02 07:50:18'),(3947,8128,1,'2020-05-02','2020-05-02 10:33:30'),(3948,8298,1,'2020-05-02','2020-05-02 14:21:16'),(3949,789,1,'2020-05-02','2020-05-02 15:31:17'),(3950,8069,1,'2020-05-02','2020-05-02 16:18:49'),(3951,9423,1,'2020-05-03','2020-05-03 09:48:03'),(3952,8284,1,'2020-05-04','2020-05-04 05:41:28'),(3953,1656,1,'2020-05-04','2020-05-04 13:04:37'),(3954,8239,1,'2020-05-04','2020-05-04 14:10:26'),(3955,6766,1,'2020-05-04','2020-05-04 15:40:40'),(3956,9460,1,'2020-05-04','2020-05-04 16:04:36'),(3957,6461,1,'2020-05-04','2020-05-04 16:34:06'),(3958,4697,1,'2020-05-04','2020-05-04 16:35:48'),(3959,5471,1,'2020-05-04','2020-05-04 17:36:03'),(3960,6908,1,'2020-05-04','2020-05-04 17:48:52'),(3961,1120,1,'2020-05-05','2020-05-05 05:25:21'),(3962,11,1,'2020-05-05','2020-05-05 05:26:45'),(3963,4229,1,'2020-05-05','2020-05-05 09:34:34'),(3964,2506,1,'2020-05-05','2020-05-05 09:39:50'),(3965,7948,1,'2020-05-05','2020-05-05 09:52:14'),(3966,6735,1,'2020-05-05','2020-05-05 09:53:32'),(3967,2108,1,'2020-05-05','2020-05-05 09:55:28'),(3968,6672,1,'2020-05-05','2020-05-05 09:59:00'),(3969,386,1,'2020-05-05','2020-05-05 14:04:09'),(3970,357,1,'2020-05-05','2020-05-05 14:53:46'),(3971,6069,1,'2020-05-05','2020-05-05 17:33:24'),(3972,1955,1,'2020-05-06','2020-05-06 02:02:26'),(3973,9461,1,'2020-05-06','2020-05-06 02:06:40'),(3974,1126,1,'2020-05-07','2020-05-07 01:13:15'),(3975,4476,1,'2020-05-07','2020-05-07 01:28:45'),(3976,7008,1,'2020-05-07','2020-05-07 03:27:05'),(3977,6489,1,'2020-05-07','2020-05-07 03:27:55'),(3978,5165,1,'2020-05-07','2020-05-07 03:28:33'),(3979,6279,1,'2020-05-07','2020-05-07 03:29:11'),(3980,9079,1,'2020-05-07','2020-05-07 03:35:12'),(3981,1225,1,'2020-05-07','2020-05-07 03:37:57'),(3982,5602,1,'2020-05-07','2020-05-07 17:01:00'),(3983,867,1,'2020-05-07','2020-05-07 19:12:09'),(3984,4457,1,'2020-05-07','2020-05-07 19:15:28'),(3985,7246,1,'2020-05-07','2020-05-07 19:17:13'),(3986,6670,1,'2020-05-07','2020-05-07 19:19:04'),(3987,2503,1,'2020-05-07','2020-05-07 20:08:27'),(3988,6469,1,'2020-05-07','2020-05-07 21:21:46'),(3989,8078,1,'2020-05-07','2020-05-07 21:25:49'),(3990,1791,1,'2020-05-07','2020-05-07 21:28:01'),(3991,2993,1,'2020-05-08','2020-05-08 00:23:03'),(3992,23,1,'2020-05-08','2020-05-08 01:26:19'),(3993,22,1,'2020-05-08','2020-05-08 02:34:43'),(3994,7201,1,'2020-05-08','2020-05-08 06:55:20'),(3995,2195,1,'2020-05-08','2020-05-08 09:15:52'),(3996,1617,1,'2020-05-08','2020-05-08 10:19:39'),(3997,8932,1,'2020-05-08','2020-05-08 14:16:49'),(3998,7005,1,'2020-05-08','2020-05-08 15:09:38'),(3999,2223,1,'2020-05-08','2020-05-08 15:12:04'),(4000,1946,1,'2020-05-08','2020-05-08 15:17:08'),(4001,2058,1,'2020-05-08','2020-05-08 16:26:03'),(4002,4759,1,'2020-05-08','2020-05-08 17:48:05'),(4003,2155,1,'2020-05-08','2020-05-08 19:57:14'),(4004,6077,1,'2020-05-08','2020-05-08 20:46:03'),(4005,8843,1,'2020-05-08','2020-05-08 20:53:53'),(4006,2101,1,'2020-05-08','2020-05-08 21:04:05'),(4007,1788,1,'2020-05-09','2020-05-09 00:59:13'),(4008,7020,1,'2020-05-09','2020-05-09 01:12:40'),(4009,7133,1,'2020-05-09','2020-05-09 01:13:59'),(4010,4606,1,'2020-05-09','2020-05-09 01:27:08'),(4011,9150,1,'2020-05-09','2020-05-09 01:42:19'),(4012,8007,1,'2020-05-09','2020-05-09 08:46:23'),(4013,8593,1,'2020-05-09','2020-05-09 11:42:08'),(4014,4724,1,'2020-05-09','2020-05-09 13:33:48'),(4015,5897,1,'2020-05-09','2020-05-09 13:37:18'),(4016,6154,1,'2020-05-09','2020-05-09 15:34:18'),(4017,23,1,'2020-05-09','2020-05-09 19:09:15'),(4018,8021,1,'2020-05-10','2020-05-10 03:11:39'),(4019,9393,1,'2020-05-10','2020-05-10 04:47:01'),(4020,9552,1,'2020-05-10','2020-05-10 07:10:19'),(4021,6949,1,'2020-05-10','2020-05-10 10:18:21'),(4022,8857,1,'2020-05-10','2020-05-10 10:51:43'),(4023,7094,1,'2020-05-10','2020-05-10 12:38:39'),(4024,9480,1,'2020-05-10','2020-05-10 12:52:46'),(4025,762,1,'2020-05-10','2020-05-10 13:07:59'),(4026,8322,1,'2020-05-10','2020-05-10 13:34:47'),(4027,23,1,'2020-05-10','2020-05-10 13:45:26'),(4028,6105,1,'2020-05-10','2020-05-10 14:53:24'),(4029,8646,1,'2020-05-10','2020-05-10 14:55:30'),(4030,1817,1,'2020-05-10','2020-05-10 17:12:49'),(4031,6997,1,'2020-05-10','2020-05-10 19:10:55'),(4032,332,1,'2020-05-10','2020-05-10 19:17:15'),(4033,5658,1,'2020-05-10','2020-05-10 20:59:37'),(4034,7187,1,'2020-05-10','2020-05-10 21:59:52'),(4035,1117,1,'2020-05-11','2020-05-11 01:32:00'),(4036,6113,1,'2020-05-11','2020-05-11 03:18:01'),(4037,8003,1,'2020-05-11','2020-05-11 07:37:30'),(4038,7612,1,'2020-05-11','2020-05-11 10:44:42'),(4039,5026,1,'2020-05-11','2020-05-11 12:21:17'),(4040,9028,1,'2020-05-11','2020-05-11 12:26:20'),(4041,5920,1,'2020-05-11','2020-05-11 14:35:27'),(4042,7479,1,'2020-05-11','2020-05-11 18:07:53'),(4043,5398,1,'2020-05-11','2020-05-11 18:15:52'),(4044,3691,1,'2020-05-11','2020-05-11 19:26:39'),(4045,5369,1,'2020-05-11','2020-05-11 22:38:34'),(4046,5199,1,'2020-05-11','2020-05-11 23:53:35'),(4047,7810,1,'2020-05-13','2020-05-13 01:33:27'),(4048,8502,1,'2020-05-13','2020-05-13 02:01:52'),(4049,7650,1,'2020-05-13','2020-05-13 04:16:23'),(4050,6391,1,'2020-05-13','2020-05-13 04:44:56'),(4051,8899,1,'2020-05-13','2020-05-13 04:45:04'),(4052,4168,1,'2020-05-13','2020-05-13 06:11:40'),(4053,7432,1,'2020-05-13','2020-05-13 09:27:16'),(4054,6116,1,'2020-05-13','2020-05-13 19:05:12'),(4055,8621,1,'2020-05-13','2020-05-13 19:08:07'),(4056,3741,1,'2020-05-13','2020-05-13 19:08:28'),(4057,9384,1,'2020-05-13','2020-05-13 19:12:46'),(4058,9498,1,'2020-05-13','2020-05-13 20:23:21'),(4059,3860,1,'2020-05-13','2020-05-13 21:24:15'),(4060,8291,1,'2020-05-13','2020-05-13 21:28:05'),(4061,2295,1,'2020-05-13','2020-05-13 22:01:56'),(4062,6890,1,'2020-05-13','2020-05-13 22:02:16'),(4063,7488,1,'2020-05-13','2020-05-13 22:02:59'),(4064,4500,1,'2020-05-13','2020-05-13 22:12:55'),(4065,6573,1,'2020-05-13','2020-05-13 22:30:19'),(4066,6986,1,'2020-05-13','2020-05-13 22:33:59'),(4067,9340,1,'2020-05-14','2020-05-14 00:58:29'),(4068,7554,1,'2020-05-14','2020-05-14 01:11:40'),(4069,1095,1,'2020-05-14','2020-05-14 01:32:47'),(4070,3392,1,'2020-05-14','2020-05-14 01:35:41'),(4071,2074,1,'2020-05-14','2020-05-14 01:51:40'),(4072,3773,1,'2020-05-14','2020-05-14 01:55:32'),(4073,3713,1,'2020-05-14','2020-05-14 01:56:46'),(4074,3773,1,'2020-05-14','2020-05-14 01:56:56'),(4075,3727,1,'2020-05-14','2020-05-14 01:57:56'),(4076,6269,1,'2020-05-14','2020-05-14 04:58:41'),(4077,2207,1,'2020-05-14','2020-05-14 05:56:05'),(4078,7620,1,'2020-05-14','2020-05-14 05:58:52'),(4079,9398,1,'2020-05-14','2020-05-14 05:59:08'),(4080,511,1,'2020-05-14','2020-05-14 06:02:02'),(4081,1734,1,'2020-05-14','2020-05-14 06:05:47'),(4082,7352,1,'2020-05-14','2020-05-14 07:34:43'),(4083,2446,1,'2020-05-14','2020-05-14 08:32:35'),(4084,8506,1,'2020-05-14','2020-05-14 08:33:31'),(4085,3662,1,'2020-05-14','2020-05-14 08:38:08'),(4086,4569,1,'2020-05-14','2020-05-14 09:35:50'),(4087,9497,1,'2020-05-14','2020-05-14 10:58:58'),(4088,8629,1,'2020-05-14','2020-05-14 10:59:11'),(4089,9432,1,'2020-05-14','2020-05-14 11:43:18'),(4090,9436,1,'2020-05-14','2020-05-14 13:47:40'),(4091,9455,1,'2020-05-14','2020-05-14 13:53:47'),(4092,8041,1,'2020-05-14','2020-05-14 14:00:07'),(4093,9443,1,'2020-05-14','2020-05-14 14:37:56'),(4094,8012,1,'2020-05-14','2020-05-14 16:30:08'),(4095,9251,1,'2020-05-14','2020-05-14 16:47:07'),(4096,8925,1,'2020-05-14','2020-05-14 16:48:25'),(4097,9275,1,'2020-05-14','2020-05-14 17:26:06'),(4098,22,1,'2020-05-14','2020-05-14 17:30:36'),(4099,23,1,'2020-05-14','2020-05-14 17:35:31'),(4100,2736,1,'2020-05-14','2020-05-14 18:30:43'),(4101,8767,1,'2020-05-14','2020-05-14 18:58:38'),(4102,9168,1,'2020-05-14','2020-05-14 19:14:21'),(4103,5809,1,'2020-05-14','2020-05-14 22:36:46'),(4104,9508,1,'2020-05-15','2020-05-15 00:00:50'),(4105,8174,1,'2020-05-15','2020-05-15 02:44:02'),(4106,9225,1,'2020-05-15','2020-05-15 02:46:59'),(4107,2485,1,'2020-05-15','2020-05-15 02:55:15'),(4108,4786,1,'2020-05-15','2020-05-15 04:17:06'),(4109,9211,1,'2020-05-15','2020-05-15 05:13:59'),(4110,2790,1,'2020-05-15','2020-05-15 06:28:08'),(4111,2794,1,'2020-05-15','2020-05-15 06:28:25'),(4112,2668,1,'2020-05-15','2020-05-15 06:28:47'),(4113,8218,1,'2020-05-15','2020-05-15 07:48:36'),(4114,7060,1,'2020-05-15','2020-05-15 09:05:11'),(4115,7060,1,'2020-05-15','2020-05-15 09:05:17'),(4116,8533,1,'2020-05-15','2020-05-15 10:27:01'),(4117,2346,1,'2020-05-15','2020-05-15 10:28:38'),(4118,6314,1,'2020-05-15','2020-05-15 14:05:31'),(4119,1046,1,'2020-05-15','2020-05-15 14:34:47'),(4120,8605,1,'2020-05-15','2020-05-15 14:38:58'),(4121,9345,1,'2020-05-15','2020-05-15 14:57:33'),(4122,9536,1,'2020-05-15','2020-05-15 14:59:36'),(4123,22,1,'2020-05-15','2020-05-15 15:27:16'),(4124,5830,1,'2020-05-15','2020-05-15 17:55:28'),(4125,5783,1,'2020-05-15','2020-05-15 19:53:22'),(4126,4795,1,'2020-05-15','2020-05-15 21:09:34'),(4127,444,1,'2020-05-15','2020-05-15 21:14:11'),(4128,8861,1,'2020-05-15','2020-05-15 22:02:13'),(4129,4505,1,'2020-05-16','2020-05-16 01:23:47'),(4130,8215,1,'2020-05-16','2020-05-16 01:25:29'),(4131,8634,1,'2020-05-16','2020-05-16 01:29:04'),(4132,8634,1,'2020-05-16','2020-05-16 01:29:46'),(4133,1573,1,'2020-05-16','2020-05-16 02:40:03'),(4134,8426,1,'2020-05-16','2020-05-16 02:41:48'),(4135,7521,1,'2020-05-16','2020-05-16 03:25:25'),(4136,8873,1,'2020-05-16','2020-05-16 03:59:03'),(4137,9474,1,'2020-05-16','2020-05-16 04:22:21'),(4138,571,1,'2020-05-16','2020-05-16 04:25:43'),(4139,5041,1,'2020-05-16','2020-05-16 04:27:02'),(4140,5041,1,'2020-05-16','2020-05-16 04:27:39'),(4141,379,1,'2020-05-16','2020-05-16 04:28:16'),(4142,2305,1,'2020-05-16','2020-05-16 04:28:55'),(4143,9088,1,'2020-05-16','2020-05-16 05:54:30'),(4144,8527,1,'2020-05-16','2020-05-16 05:57:49'),(4145,23,1,'2020-05-16','2020-05-16 09:56:16'),(4146,1471,1,'2020-05-16','2020-05-16 10:37:23'),(4147,6258,1,'2020-05-16','2020-05-16 13:34:11'),(4148,4940,1,'2020-05-16','2020-05-16 13:57:38'),(4149,6587,1,'2020-05-16','2020-05-16 13:59:08'),(4150,5844,1,'2020-05-16','2020-05-16 15:16:26'),(4151,9,1,'2020-05-16','2020-05-16 16:08:30'),(4152,8372,1,'2020-05-16','2020-05-16 16:40:57'),(4153,8253,1,'2020-05-16','2020-05-16 17:47:02'),(4154,9424,1,'2020-05-16','2020-05-16 18:03:59'),(4155,6273,1,'2020-05-16','2020-05-16 18:05:37'),(4156,3008,1,'2020-05-16','2020-05-16 18:10:04'),(4157,8275,1,'2020-05-16','2020-05-16 18:15:04'),(4158,7695,1,'2020-05-16','2020-05-16 21:51:22'),(4159,7395,1,'2020-05-16','2020-05-16 23:40:10'),(4160,420,1,'2020-05-17','2020-05-17 00:01:08'),(4161,6292,1,'2020-05-17','2020-05-17 00:03:25'),(4162,1487,1,'2020-05-17','2020-05-17 00:05:37'),(4163,7577,1,'2020-05-17','2020-05-17 00:07:15'),(4164,7646,1,'2020-05-17','2020-05-17 01:44:59'),(4165,8688,1,'2020-05-17','2020-05-17 01:58:43'),(4166,8477,1,'2020-05-17','2020-05-17 03:16:05'),(4167,7360,1,'2020-05-17','2020-05-17 03:39:01'),(4168,9202,1,'2020-05-17','2020-05-17 03:58:20'),(4169,8204,1,'2020-05-17','2020-05-17 04:02:00'),(4170,4823,1,'2020-05-17','2020-05-17 04:03:05'),(4171,1542,1,'2020-05-17','2020-05-17 04:04:09'),(4172,2673,1,'2020-05-17','2020-05-17 04:05:33'),(4173,4319,1,'2020-05-17','2020-05-17 07:41:55'),(4174,4712,1,'2020-05-17','2020-05-17 10:03:01'),(4175,2798,1,'2020-05-17','2020-05-17 10:07:20'),(4176,2152,1,'2020-05-17','2020-05-17 10:07:47'),(4177,140,1,'2020-05-17','2020-05-17 10:08:53'),(4178,7124,1,'2020-05-17','2020-05-17 10:18:49'),(4179,6380,1,'2020-05-17','2020-05-17 10:49:10'),(4180,8097,1,'2020-05-17','2020-05-17 10:59:01'),(4181,8251,1,'2020-05-17','2020-05-17 11:07:25'),(4182,6760,1,'2020-05-17','2020-05-17 12:18:10'),(4183,8105,1,'2020-05-17','2020-05-17 12:45:30'),(4184,7421,1,'2020-05-17','2020-05-17 14:18:57'),(4185,8976,1,'2020-05-17','2020-05-17 16:46:25'),(4186,1766,1,'2020-05-17','2020-05-17 18:06:01'),(4187,5551,1,'2020-05-17','2020-05-17 22:29:39'),(4188,53,1,'2020-05-18','2020-05-18 02:21:57'),(4189,1515,1,'2020-05-18','2020-05-18 02:59:58'),(4190,6522,1,'2020-05-18','2020-05-18 05:10:54'),(4191,9470,1,'2020-05-18','2020-05-18 05:17:35'),(4192,2433,1,'2020-05-18','2020-05-18 05:18:27'),(4193,8628,1,'2020-05-18','2020-05-18 05:19:19'),(4194,7325,1,'2020-05-18','2020-05-18 09:55:32'),(4195,6016,1,'2020-05-18','2020-05-18 10:58:22'),(4196,3371,1,'2020-05-18','2020-05-18 11:59:12'),(4197,7201,1,'2020-05-18','2020-05-18 12:58:02'),(4198,22,1,'2020-05-18','2020-05-18 13:03:02'),(4199,7139,1,'2020-05-18','2020-05-18 13:55:40'),(4200,8967,1,'2020-05-18','2020-05-18 14:53:08'),(4201,4454,1,'2020-05-18','2020-05-18 15:48:26'),(4202,5456,1,'2020-05-18','2020-05-18 16:41:04'),(4203,8565,1,'2020-05-18','2020-05-18 16:50:09'),(4204,9403,1,'2020-05-18','2020-05-18 19:24:47'),(4205,23,1,'2020-05-18','2020-05-18 21:00:27'),(4206,23,1,'2020-05-18','2020-05-18 21:00:48'),(4207,9316,1,'2020-05-18','2020-05-18 23:31:13'),(4208,4776,1,'2020-05-19','2020-05-19 01:27:40'),(4209,8277,1,'2020-05-19','2020-05-19 02:12:36'),(4210,4682,1,'2020-05-19','2020-05-19 03:39:16'),(4211,6594,1,'2020-05-19','2020-05-19 06:21:02'),(4212,2381,1,'2020-05-19','2020-05-19 08:54:04'),(4213,7129,1,'2020-05-19','2020-05-19 09:51:28'),(4214,7693,1,'2020-05-19','2020-05-19 10:31:09'),(4215,7159,1,'2020-05-19','2020-05-19 11:32:32'),(4216,2098,1,'2020-05-19','2020-05-19 12:42:49'),(4217,5388,1,'2020-05-19','2020-05-19 16:12:03'),(4218,2457,1,'2020-05-19','2020-05-19 20:25:04'),(4219,4782,1,'2020-05-19','2020-05-19 21:31:16'),(4220,8193,1,'2020-05-20','2020-05-20 00:53:38'),(4221,9343,1,'2020-05-20','2020-05-20 06:28:55'),(4222,5867,1,'2020-05-20','2020-05-20 08:53:37'),(4223,4403,1,'2020-05-20','2020-05-20 10:46:30'),(4224,2024,1,'2020-05-20','2020-05-20 11:12:50'),(4225,9075,1,'2020-05-20','2020-05-20 16:42:45'),(4226,2130,1,'2020-05-20','2020-05-20 17:18:33'),(4227,2310,1,'2020-05-20','2020-05-20 18:17:07'),(4228,7530,1,'2020-05-20','2020-05-20 18:46:14'),(4229,7291,1,'2020-05-20','2020-05-20 19:59:42'),(4230,8807,1,'2020-05-20','2020-05-20 21:57:54'),(4231,2197,1,'2020-05-20','2020-05-20 22:43:16'),(4232,5945,1,'2020-05-20','2020-05-20 22:56:48'),(4233,6715,1,'2020-05-21','2020-05-21 00:33:13'),(4234,8882,1,'2020-05-21','2020-05-21 01:48:49'),(4235,1655,1,'2020-05-21','2020-05-21 02:02:48'),(4236,1987,1,'2020-05-21','2020-05-21 08:58:48'),(4237,8030,1,'2020-05-21','2020-05-21 11:18:32'),(4238,6505,1,'2020-05-21','2020-05-21 11:24:22'),(4239,8066,1,'2020-05-21','2020-05-21 11:41:30'),(4240,1885,1,'2020-05-21','2020-05-21 11:48:33'),(4241,3723,1,'2020-05-21','2020-05-21 12:17:47'),(4242,3890,1,'2020-05-21','2020-05-21 12:18:40'),(4243,2701,1,'2020-05-21','2020-05-21 12:24:46'),(4244,487,1,'2020-05-21','2020-05-21 14:35:07'),(4245,6119,1,'2020-05-21','2020-05-21 15:38:59'),(4246,7072,1,'2020-05-21','2020-05-21 17:22:02'),(4247,9278,1,'2020-05-21','2020-05-21 17:38:51'),(4248,404,1,'2020-05-21','2020-05-21 18:32:02'),(4249,648,1,'2020-05-21','2020-05-21 18:37:21'),(4250,5557,1,'2020-05-21','2020-05-21 19:59:29'),(4251,8573,1,'2020-05-21','2020-05-21 20:11:36'),(4252,8575,1,'2020-05-21','2020-05-21 21:13:59'),(4253,5239,1,'2020-05-22','2020-05-22 04:09:54'),(4254,2367,1,'2020-05-22','2020-05-22 08:58:07'),(4255,2596,1,'2020-05-22','2020-05-22 11:59:02'),(4256,9228,1,'2020-05-22','2020-05-22 14:24:16'),(4257,7327,1,'2020-05-22','2020-05-22 15:01:22'),(4258,6367,1,'2020-05-22','2020-05-22 16:05:06'),(4259,6336,1,'2020-05-22','2020-05-22 16:10:49'),(4260,6427,1,'2020-05-22','2020-05-22 17:19:50'),(4261,2337,1,'2020-05-22','2020-05-22 17:25:14'),(4262,982,1,'2020-05-22','2020-05-22 18:06:58'),(4263,6253,1,'2020-05-22','2020-05-22 18:08:38'),(4264,4552,1,'2020-05-23','2020-05-23 00:26:43'),(4265,4432,1,'2020-05-23','2020-05-23 02:47:56'),(4266,7205,1,'2020-05-23','2020-05-23 03:08:58'),(4267,4470,1,'2020-05-23','2020-05-23 07:24:55'),(4268,5469,1,'2020-05-23','2020-05-23 08:05:47'),(4269,7437,1,'2020-05-23','2020-05-23 08:08:00'),(4270,9232,1,'2020-05-23','2020-05-23 08:35:37'),(4271,1295,1,'2020-05-23','2020-05-23 08:40:38'),(4272,7457,1,'2020-05-23','2020-05-23 08:48:43'),(4273,1640,1,'2020-05-23','2020-05-23 12:09:34'),(4274,1348,1,'2020-05-23','2020-05-23 12:45:23'),(4275,1445,1,'2020-05-23','2020-05-23 13:40:04'),(4276,5456,1,'2020-05-23','2020-05-23 14:00:29'),(4277,5530,1,'2020-05-23','2020-05-23 14:44:42'),(4278,1935,1,'2020-05-23','2020-05-23 20:25:39'),(4279,9544,1,'2020-05-23','2020-05-23 20:38:21'),(4280,6300,1,'2020-05-23','2020-05-23 20:40:29'),(4281,4867,1,'2020-05-23','2020-05-23 21:05:56'),(4282,282,1,'2020-05-24','2020-05-24 00:09:56'),(4283,4707,1,'2020-05-24','2020-05-24 00:51:49'),(4284,924,1,'2020-05-24','2020-05-24 01:06:52'),(4285,5266,1,'2020-05-24','2020-05-24 01:08:52'),(4286,594,1,'2020-05-24','2020-05-24 06:42:10'),(4287,1395,1,'2020-05-24','2020-05-24 11:13:10'),(4288,4542,1,'2020-05-24','2020-05-24 13:15:10'),(4289,6332,1,'2020-05-24','2020-05-24 13:17:29'),(4290,9337,1,'2020-05-24','2020-05-24 13:20:29'),(4291,3690,1,'2020-05-24','2020-05-24 13:25:42'),(4292,5327,1,'2020-05-24','2020-05-24 13:36:05'),(4293,1148,1,'2020-05-24','2020-05-24 13:37:50'),(4294,105,1,'2020-05-24','2020-05-24 13:51:02'),(4295,5837,1,'2020-05-24','2020-05-24 14:40:49'),(4296,7179,1,'2020-05-24','2020-05-24 16:37:53'),(4297,6204,1,'2020-05-24','2020-05-24 17:40:50'),(4298,8101,1,'2020-05-24','2020-05-24 18:49:44'),(4299,5132,1,'2020-05-24','2020-05-24 19:06:54'),(4300,7716,1,'2020-05-24','2020-05-24 19:08:06'),(4301,198,1,'2020-05-24','2020-05-24 19:32:44'),(4302,2376,1,'2020-05-24','2020-05-24 19:50:25'),(4303,5031,1,'2020-05-24','2020-05-24 21:02:54'),(4304,7476,1,'2020-05-24','2020-05-24 22:01:48'),(4305,2715,1,'2020-05-24','2020-05-24 22:32:46'),(4306,8793,1,'2020-05-25','2020-05-25 04:16:19'),(4307,1620,1,'2020-05-25','2020-05-25 07:41:32'),(4308,6747,1,'2020-05-25','2020-05-25 08:15:34'),(4309,7113,1,'2020-05-25','2020-05-25 09:01:58'),(4310,9040,1,'2020-05-25','2020-05-25 09:03:41'),(4311,5407,1,'2020-05-25','2020-05-25 11:28:12'),(4312,6001,1,'2020-05-25','2020-05-25 11:55:58'),(4313,6050,1,'2020-05-25','2020-05-25 14:23:19'),(4314,4836,1,'2020-05-25','2020-05-25 19:10:40'),(4315,8230,1,'2020-05-25','2020-05-25 20:24:59'),(4316,1429,1,'2020-05-25','2020-05-25 23:25:57'),(4317,5865,1,'2020-05-25','2020-05-25 23:46:24'),(4318,7319,1,'2020-05-25','2020-05-25 23:46:50'),(4319,7249,1,'2020-05-26','2020-05-26 00:03:39'),(4320,5458,1,'2020-05-26','2020-05-26 01:10:01'),(4321,7961,1,'2020-05-26','2020-05-26 04:21:44'),(4322,9538,1,'2020-05-26','2020-05-26 04:28:38'),(4323,7617,1,'2020-05-26','2020-05-26 05:36:54'),(4324,6369,1,'2020-05-26','2020-05-26 05:51:58'),(4325,124,1,'2020-05-26','2020-05-26 09:55:29'),(4326,5701,1,'2020-05-26','2020-05-26 10:51:15'),(4327,4372,1,'2020-05-26','2020-05-26 11:01:52'),(4328,7734,1,'2020-05-26','2020-05-26 11:05:33'),(4329,5106,1,'2020-05-26','2020-05-26 12:08:48'),(4330,7410,1,'2020-05-26','2020-05-26 12:27:10'),(4331,4790,1,'2020-05-26','2020-05-26 14:31:23'),(4332,7247,1,'2020-05-26','2020-05-26 15:43:22'),(4333,9355,1,'2020-05-26','2020-05-26 15:53:45'),(4334,9125,1,'2020-05-26','2020-05-26 16:36:35'),(4335,2244,1,'2020-05-27','2020-05-27 00:05:09'),(4336,9238,1,'2020-05-27','2020-05-27 00:26:48'),(4337,5380,1,'2020-05-27','2020-05-27 00:31:30'),(4338,8596,1,'2020-05-27','2020-05-27 00:49:23'),(4339,6868,1,'2020-05-27','2020-05-27 00:54:43'),(4340,8124,1,'2020-05-27','2020-05-27 00:57:16'),(4341,336,1,'2020-05-27','2020-05-27 06:52:52'),(4342,8170,1,'2020-05-27','2020-05-27 08:46:37'),(4343,1105,1,'2020-05-27','2020-05-27 09:05:26'),(4344,1134,1,'2020-05-27','2020-05-27 10:10:45'),(4345,6369,1,'2020-05-27','2020-05-27 12:34:48'),(4346,6001,1,'2020-05-27','2020-05-27 14:27:23'),(4347,9536,1,'2020-05-27','2020-05-27 16:35:09'),(4348,9384,1,'2020-05-27','2020-05-27 17:22:27'),(4349,6898,1,'2020-05-28','2020-05-28 00:44:03'),(4350,8355,1,'2020-05-28','2020-05-28 00:46:27'),(4351,8074,1,'2020-05-28','2020-05-28 01:05:54'),(4352,6860,1,'2020-05-28','2020-05-28 02:18:25'),(4353,984,1,'2020-05-28','2020-05-28 02:21:47'),(4354,2396,1,'2020-05-28','2020-05-28 04:19:40'),(4355,8867,1,'2020-05-28','2020-05-28 07:08:58'),(4356,1089,1,'2020-05-28','2020-05-28 08:16:57'),(4357,6636,1,'2020-05-28','2020-05-28 09:39:14'),(4358,2273,1,'2020-05-28','2020-05-28 10:48:41'),(4359,6162,1,'2020-05-28','2020-05-28 17:28:31'),(4360,8489,1,'2020-05-28','2020-05-28 21:11:24'),(4361,281,1,'2020-05-28','2020-05-28 22:55:34'),(4362,2019,1,'2020-05-29','2020-05-29 00:00:10'),(4363,6188,1,'2020-05-29','2020-05-29 04:24:45'),(4364,5144,1,'2020-05-29','2020-05-29 04:36:30'),(4365,9193,1,'2020-05-29','2020-05-29 06:53:16'),(4366,1543,1,'2020-05-29','2020-05-29 16:25:26'),(4367,5059,1,'2020-05-30','2020-05-30 02:29:10'),(4368,8379,1,'2020-05-30','2020-05-30 05:25:40'),(4369,6680,1,'2020-05-30','2020-05-30 08:14:47'),(4370,7728,1,'2020-05-30','2020-05-30 11:28:38'),(4371,7502,1,'2020-05-30','2020-05-30 12:19:01'),(4372,9384,1,'2020-05-30','2020-05-30 13:17:04'),(4373,6113,1,'2020-05-30','2020-05-30 13:26:44'),(4374,4464,1,'2020-05-30','2020-05-30 13:30:16'),(4375,4738,1,'2020-05-30','2020-05-30 13:37:14'),(4376,5634,1,'2020-05-30','2020-05-30 15:08:49'),(4377,1691,1,'2020-05-30','2020-05-30 15:20:21'),(4378,8705,1,'2020-05-30','2020-05-30 23:56:28'),(4379,6857,1,'2020-05-31','2020-05-31 01:51:01'),(4380,6206,1,'2020-05-31','2020-05-31 01:52:42'),(4381,7967,1,'2020-05-31','2020-05-31 02:40:52'),(4382,4545,1,'2020-05-31','2020-05-31 02:57:47'),(4383,7817,1,'2020-05-31','2020-05-31 03:08:56'),(4384,4615,1,'2020-05-31','2020-05-31 05:23:18'),(4385,7080,1,'2020-05-31','2020-05-31 10:20:51'),(4386,547,1,'2020-05-31','2020-05-31 11:42:26'),(4387,1998,1,'2020-05-31','2020-05-31 13:00:28'),(4388,8988,1,'2020-05-31','2020-05-31 13:16:42'),(4389,1747,1,'2020-05-31','2020-05-31 14:38:13'),(4390,5174,1,'2020-05-31','2020-05-31 16:22:07'),(4391,8342,1,'2020-05-31','2020-05-31 16:48:47'),(4392,1355,1,'2020-05-31','2020-05-31 19:04:31'),(4393,5200,1,'2020-05-31','2020-05-31 22:01:50'),(4394,4254,1,'2020-05-31','2020-05-31 22:07:30'),(4395,6452,1,'2020-06-01','2020-06-01 00:04:27'),(4396,4524,1,'2020-06-01','2020-06-01 07:19:09'),(4397,4400,1,'2020-06-01','2020-06-01 08:00:28'),(4398,7444,1,'2020-06-01','2020-06-01 08:24:16'),(4399,4516,1,'2020-06-01','2020-06-01 10:34:38'),(4400,1013,1,'2020-06-01','2020-06-01 12:17:17'),(4401,98,1,'2020-06-01','2020-06-01 16:17:03'),(4402,3941,1,'2020-06-02','2020-06-02 01:03:04'),(4403,9196,1,'2020-06-02','2020-06-02 03:40:01'),(4404,6182,1,'2020-06-02','2020-06-02 06:09:36'),(4405,7449,1,'2020-06-02','2020-06-02 07:27:26'),(4406,4626,1,'2020-06-02','2020-06-02 10:30:07'),(4407,7180,1,'2020-06-02','2020-06-02 13:31:42'),(4408,9566,1,'2020-06-03','2020-06-03 18:05:33'),(4409,8330,1,'2020-06-03','2020-06-03 22:14:41'),(4410,6951,1,'2020-06-03','2020-06-03 22:16:32'),(4411,8526,1,'2020-06-04','2020-06-04 07:11:18'),(4412,1618,1,'2020-06-04','2020-06-04 08:37:37'),(4413,2410,1,'2020-06-04','2020-06-04 08:59:25'),(4414,5363,1,'2020-06-04','2020-06-04 10:01:01'),(4415,4438,1,'2020-06-04','2020-06-04 10:04:28'),(4416,8287,1,'2020-06-04','2020-06-04 11:11:28'),(4417,9104,1,'2020-06-04','2020-06-04 14:07:37'),(4418,6287,1,'2020-06-04','2020-06-04 21:37:43'),(4419,6418,1,'2020-06-04','2020-06-04 21:59:37'),(4420,8048,1,'2020-06-04','2020-06-04 22:39:17'),(4421,6610,1,'2020-06-05','2020-06-05 02:34:48'),(4422,4801,1,'2020-06-05','2020-06-05 06:42:04'),(4423,6351,1,'2020-06-05','2020-06-05 19:17:33'),(4424,6770,1,'2020-06-05','2020-06-05 20:00:19'),(4425,9026,1,'2020-06-05','2020-06-05 20:07:31'),(4426,8352,1,'2020-06-05','2020-06-05 20:55:20'),(4427,2283,1,'2020-06-06','2020-06-06 01:06:10'),(4428,5884,1,'2020-06-06','2020-06-06 03:24:19'),(4429,1483,1,'2020-06-06','2020-06-06 04:13:14'),(4430,8374,1,'2020-06-06','2020-06-06 06:46:18'),(4431,8537,1,'2020-06-06','2020-06-06 09:00:03'),(4432,13,1,'2020-06-06','2020-06-06 16:10:29'),(4433,6131,1,'2020-06-06','2020-06-06 16:22:32'),(4434,6456,1,'2020-06-07','2020-06-07 06:56:22'),(4435,8659,1,'2020-06-07','2020-06-07 07:07:19'),(4436,8614,1,'2020-06-07','2020-06-07 16:46:15'),(4437,7961,1,'2020-06-07','2020-06-07 17:21:58'),(4438,2628,1,'2020-06-08','2020-06-08 06:09:23'),(4439,8018,1,'2020-06-08','2020-06-08 15:23:06'),(4440,8871,1,'2020-06-08','2020-06-08 15:42:24'),(4441,7505,1,'2020-06-08','2020-06-08 16:05:55'),(4442,943,1,'2020-06-08','2020-06-08 19:03:28'),(4443,5117,1,'2020-06-08','2020-06-08 21:05:28'),(4444,3854,1,'2020-06-09','2020-06-09 01:57:21'),(4445,731,1,'2020-06-09','2020-06-09 02:36:45'),(4446,5706,1,'2020-06-09','2020-06-09 05:54:02'),(4447,907,1,'2020-06-09','2020-06-09 09:06:46'),(4448,3847,1,'2020-06-09','2020-06-09 12:12:35'),(4449,7338,1,'2020-06-09','2020-06-09 14:06:14'),(4450,7725,1,'2020-06-09','2020-06-09 17:06:22'),(4451,2041,1,'2020-06-09','2020-06-09 19:31:02'),(4452,7196,1,'2020-06-10','2020-06-10 02:34:08'),(4453,5057,1,'2020-06-10','2020-06-10 07:29:27'),(4454,6507,1,'2020-06-10','2020-06-10 15:46:17'),(4455,6148,1,'2020-06-10','2020-06-10 15:49:41'),(4456,8195,1,'2020-06-11','2020-06-11 06:10:51'),(4457,5899,1,'2020-06-11','2020-06-11 09:48:34'),(4458,7042,1,'2020-06-12','2020-06-12 01:22:53'),(4459,8150,1,'2020-06-12','2020-06-12 13:26:54'),(4460,2176,1,'2020-06-12','2020-06-12 13:34:42'),(4461,6397,1,'2020-06-12','2020-06-12 13:57:20'),(4462,533,1,'2020-06-12','2020-06-12 18:36:30'),(4463,6067,1,'2020-06-12','2020-06-12 21:09:28'),(4464,3678,1,'2020-06-13','2020-06-13 08:40:22'),(4465,6695,1,'2020-06-13','2020-06-13 09:30:51'),(4466,5876,1,'2020-06-13','2020-06-13 16:52:34'),(4467,5384,1,'2020-06-13','2020-06-13 18:46:07'),(4468,3678,1,'2020-06-13','2020-06-13 22:50:56'),(4469,9219,1,'2020-06-14','2020-06-14 00:56:54'),(4470,8052,1,'2020-06-14','2020-06-14 05:59:15'),(4471,5730,1,'2020-06-14','2020-06-14 12:35:51'),(4472,4170,1,'2020-06-14','2020-06-14 13:04:18'),(4473,3643,1,'2020-06-14','2020-06-14 13:13:46'),(4474,4367,1,'2020-06-14','2020-06-14 13:23:12'),(4475,8574,1,'2020-06-15','2020-06-15 10:22:57'),(4476,7723,1,'2020-06-15','2020-06-15 10:58:14'),(4477,4910,1,'2020-06-15','2020-06-15 11:28:56'),(4478,1483,1,'2020-06-15','2020-06-15 14:11:39'),(4479,8668,1,'2020-06-16','2020-06-16 11:27:32'),(4480,4165,1,'2020-06-16','2020-06-16 22:47:38'),(4481,6807,1,'2020-06-16','2020-06-16 23:25:36'),(4482,23,1,'2020-06-17','2020-06-17 07:30:40'),(4483,23,1,'2020-06-17','2020-06-17 07:31:19'),(4484,8391,1,'2020-06-19','2020-06-19 01:56:24'),(4485,8083,1,'2020-06-19','2020-06-19 03:08:25'),(4486,4246,1,'2020-06-19','2020-06-19 17:58:08'),(4487,2387,1,'2020-06-20','2020-06-20 14:26:44'),(4488,8788,1,'2020-06-20','2020-06-20 17:58:22'),(4489,1934,1,'2020-06-21','2020-06-21 09:29:56'),(4490,5246,1,'2020-06-21','2020-06-21 09:31:49'),(4491,3384,1,'2020-06-21','2020-06-21 18:50:13'),(4492,6480,1,'2020-06-22','2020-06-22 01:56:50'),(4493,8945,1,'2020-06-22','2020-06-22 11:54:33'),(4494,1533,1,'2020-06-22','2020-06-22 17:18:18'),(4495,3962,1,'2020-06-25','2020-06-25 04:28:42'),(4496,5371,1,'2020-06-25','2020-06-25 23:57:52'),(4497,6836,1,'2020-06-26','2020-06-26 05:44:47'),(4498,4587,1,'2020-06-26','2020-06-26 07:11:00'),(4499,8437,1,'2020-06-26','2020-06-26 12:45:58'),(4500,2770,1,'2020-06-26','2020-06-26 12:46:19'),(4501,368,1,'2020-06-27','2020-06-27 15:06:57'),(4502,5904,1,'2020-06-28','2020-06-28 09:14:13'),(4503,5297,1,'2020-06-29','2020-06-29 16:14:48'),(4504,6763,1,'2020-07-02','2020-07-02 15:29:39'),(4505,4563,1,'2020-07-04','2020-07-04 21:54:46'),(4506,9312,1,'2020-07-05','2020-07-05 07:25:46'),(4507,4957,1,'2020-07-05','2020-07-05 07:28:50'),(4508,9045,1,'2020-07-05','2020-07-05 18:34:24'),(4509,6203,1,'2020-07-06','2020-07-06 19:07:32'),(4510,828,1,'2020-07-07','2020-07-07 21:58:14'),(4511,8773,1,'2020-07-08','2020-07-08 04:49:15'),(4512,5353,1,'2020-07-09','2020-07-09 01:59:16'),(4513,6195,1,'2020-07-11','2020-07-11 00:59:14'),(4514,5819,1,'2020-07-13','2020-07-13 18:39:04'),(4515,4577,1,'2020-07-14','2020-07-14 03:40:59'),(4516,16,1,'2020-07-14','2020-07-14 22:42:28'),(4517,8231,1,'2020-07-16','2020-07-16 10:58:45'),(4518,5977,1,'2020-07-17','2020-07-17 19:51:20'),(4519,5518,1,'2020-07-17','2020-07-17 20:52:36'),(4520,6623,1,'2020-07-17','2020-07-17 23:14:12'),(4521,22,1,'2020-07-18','2020-07-18 14:31:05'),(4522,2480,1,'2020-07-19','2020-07-19 10:31:38'),(4523,7019,1,'2020-07-19','2020-07-19 11:17:46'),(4524,1983,1,'2020-07-21','2020-07-21 04:33:15'),(4525,8785,1,'2020-07-21','2020-07-21 13:45:38'),(4526,4691,1,'2020-07-22','2020-07-22 23:06:43'),(4527,984,1,'2020-07-23','2020-07-23 09:01:45'),(4528,1213,1,'2020-07-23','2020-07-23 13:45:48'),(4529,6631,1,'2020-07-24','2020-07-24 21:33:36'),(4530,872,1,'2020-07-26','2020-07-26 11:27:48'),(4531,1529,1,'2020-07-26','2020-07-26 11:37:58'),(4532,1612,1,'2020-07-26','2020-07-26 11:54:06'),(4533,7998,1,'2020-07-26','2020-07-26 17:36:56'),(4534,1003,1,'2020-07-27','2020-07-27 19:10:44'),(4535,1176,1,'2020-07-28','2020-07-28 06:47:42'),(4536,961,1,'2020-07-31','2020-07-31 02:51:39'),(4537,1603,1,'2020-07-31','2020-07-31 05:39:06'),(4538,6276,1,'2020-07-31','2020-07-31 13:50:09'),(4539,1965,1,'2020-07-31','2020-07-31 18:26:51'),(4540,652,1,'2020-08-01','2020-08-01 22:01:53'),(4541,2246,1,'2020-08-02','2020-08-02 14:29:35'),(4542,3867,1,'2020-08-02','2020-08-02 20:19:18'),(4543,117,1,'2020-08-03','2020-08-03 08:00:23'),(4544,13,1,'2020-08-10','2020-08-10 09:56:19'),(4545,7907,1,'2020-08-13','2020-08-13 07:40:39'),(4546,1476,1,'2020-08-15','2020-08-15 14:24:34'),(4547,5649,1,'2020-08-17','2020-08-17 18:04:29'),(4548,6143,1,'2020-08-18','2020-08-18 14:42:30'),(4549,7161,1,'2020-08-21','2020-08-21 10:10:12'),(4550,888,1,'2020-08-21','2020-08-21 16:19:15'),(4551,1670,1,'2020-08-22','2020-08-22 20:17:56'),(4552,1609,1,'2020-08-23','2020-08-23 15:26:34'),(4553,9349,1,'2020-08-27','2020-08-27 08:10:52'),(4554,623,1,'2020-08-28','2020-08-28 01:19:10'),(4555,1082,1,'2020-08-28','2020-08-28 08:07:27'),(4556,5902,1,'2020-08-29','2020-08-29 01:30:25'),(4557,7973,1,'2020-08-29','2020-08-29 03:32:31'),(4558,405,1,'2020-08-30','2020-08-30 18:10:09'),(4559,3279,1,'2020-09-02','2020-09-02 11:28:56'),(4560,1176,1,'2020-09-04','2020-09-04 10:08:22'),(4561,2897,1,'2020-09-04','2020-09-04 11:30:45'),(4562,700,1,'2020-09-10','2020-09-10 20:43:21'),(4563,22,1,'2020-09-12','2020-09-12 21:55:43'),(4564,1911,1,'2020-09-14','2020-09-14 09:53:50'),(4565,169,1,'2020-09-17','2020-09-17 12:50:23'),(4566,855,1,'2020-09-18','2020-09-18 04:10:24'),(4567,9592,1,'2020-09-19','2020-09-19 07:39:12'),(4568,5,1,'2020-09-21','2020-09-21 18:05:49'),(4569,5,1,'2020-09-21','2020-09-21 18:17:51'),(4570,5,1,'2020-09-21','2020-09-21 18:19:10'),(4571,5,1,'2020-09-21','2020-09-21 18:19:14'),(4572,1073,1,'2020-09-22','2020-09-22 03:29:23'),(4573,5,1,'2020-09-24','2020-09-24 16:13:15'),(4574,7,1,'2020-09-24','2020-09-24 16:14:19'),(4575,7,1,'2020-09-25','2020-09-25 00:12:11'),(4576,2619,1,'2020-09-25','2020-09-25 05:10:18'),(4577,1910,1,'2020-09-26','2020-09-26 18:18:37'),(4578,1502,1,'2020-09-29','2020-09-29 05:31:32'),(4579,7,1,'2020-10-02','2020-10-02 07:44:38'),(4580,7,1,'2020-10-03','2020-10-03 00:13:00'),(4581,2028,1,'2020-10-03','2020-10-03 16:15:36'),(4582,2748,1,'2020-10-08','2020-10-08 21:22:06'),(4583,2763,1,'2020-10-10','2020-10-10 02:32:15'),(4584,7,1,'2020-10-18','2020-10-18 17:37:03'),(4585,11,1,'2020-10-18','2020-10-18 17:37:09'),(4586,6,1,'2020-10-18','2020-10-18 17:37:21'),(4587,10,1,'2020-10-18','2020-10-18 17:37:23'),(4588,22,1,'2020-10-18','2020-10-18 17:37:25'),(4589,5,1,'2020-10-18','2020-10-18 17:37:31'),(4590,15,1,'2020-10-18','2020-10-18 17:37:36'),(4591,3,1,'2020-10-18','2020-10-18 17:37:43'),(4592,14,1,'2020-10-18','2020-10-18 17:37:51'),(4593,16,1,'2020-10-18','2020-10-18 17:38:20'),(4594,2192,1,'2020-10-18','2020-10-18 19:42:41'),(4595,1993,1,'2020-10-19','2020-10-19 22:05:17'),(4596,22,1,'2020-10-21','2020-10-21 10:20:42'),(4597,7,1,'2020-10-22','2020-10-22 22:04:45'),(4598,10,1,'2020-10-22','2020-10-22 22:05:05'),(4599,6,1,'2020-10-22','2020-10-22 22:05:05'),(4600,15,1,'2020-10-22','2020-10-22 22:05:14'),(4601,14,1,'2020-10-22','2020-10-22 22:05:34'),(4602,22,1,'2020-10-22','2020-10-22 22:05:58'),(4603,5,1,'2020-10-22','2020-10-22 22:07:48'),(4604,1758,1,'2020-10-23','2020-10-23 00:09:46'),(4605,185,1,'2020-10-24','2020-10-24 01:43:15'),(4606,22,1,'2020-10-25','2020-10-25 06:04:58'),(4607,9,1,'2020-10-29','2020-10-29 14:33:25'),(4608,10,1,'2020-10-29','2020-10-29 14:33:56'),(4609,6,1,'2020-10-29','2020-10-29 14:34:22'),(4610,22,1,'2020-10-29','2020-10-29 14:35:01'),(4611,5,1,'2020-10-29','2020-10-29 14:35:43'),(4612,559,1,'2020-10-31','2020-10-31 21:01:41'),(4613,1838,1,'2020-11-05','2020-11-05 03:36:27'),(4614,3501,1,'2020-11-05','2020-11-05 23:28:41'),(4615,7103,1,'2020-11-06','2020-11-06 00:13:05'),(4616,8241,1,'2020-11-06','2020-11-06 06:54:22'),(4617,1672,1,'2020-11-06','2020-11-06 19:50:51'),(4618,9531,1,'2020-11-06','2020-11-06 20:20:25'),(4619,7935,1,'2020-11-09','2020-11-09 18:08:13'),(4620,4772,1,'2020-11-10','2020-11-10 00:43:18'),(4621,23,1,'2020-11-10','2020-11-10 07:00:56'),(4622,22,1,'2020-11-10','2020-11-10 07:06:00'),(4623,8560,1,'2020-11-12','2020-11-12 16:50:27'),(4624,2558,1,'2020-11-13','2020-11-13 10:36:30'),(4625,6793,1,'2020-11-13','2020-11-13 10:43:05'),(4626,6659,1,'2020-11-13','2020-11-13 16:46:51'),(4627,6218,1,'2020-11-13','2020-11-13 16:49:25'),(4628,1890,1,'2020-11-13','2020-11-13 18:55:36'),(4629,4808,1,'2020-11-13','2020-11-13 19:11:58'),(4630,6147,1,'2020-11-13','2020-11-13 20:17:46'),(4631,27,1,'2020-11-14','2020-11-14 05:38:04'),(4632,1481,1,'2020-11-14','2020-11-14 10:07:29'),(4633,6677,1,'2020-11-14','2020-11-14 10:23:29'),(4634,2473,1,'2020-11-14','2020-11-14 15:00:08'),(4635,8237,1,'2020-11-14','2020-11-14 20:36:58'),(4636,7745,1,'2020-11-14','2020-11-14 23:44:44'),(4637,7652,1,'2020-11-14','2020-11-14 23:46:28'),(4638,6605,1,'2020-11-14','2020-11-14 23:49:26'),(4639,5672,1,'2020-11-15','2020-11-15 11:29:34'),(4640,3222,1,'2020-11-15','2020-11-15 20:53:36'),(4641,2278,1,'2020-11-16','2020-11-16 14:10:11'),(4642,1750,1,'2020-11-18','2020-11-18 09:15:02'),(4643,6426,1,'2020-11-18','2020-11-18 09:56:26'),(4644,2278,1,'2020-11-18','2020-11-18 13:19:12'),(4645,6982,1,'2020-11-19','2020-11-19 04:10:34'),(4646,2487,1,'2020-11-19','2020-11-19 14:29:58'),(4647,6077,1,'2020-11-21','2020-11-21 13:55:42'),(4648,8086,1,'2020-11-21','2020-11-21 22:31:56'),(4649,6097,1,'2020-11-22','2020-11-22 05:44:04'),(4650,7020,1,'2020-11-22','2020-11-22 05:48:34'),(4651,6005,1,'2020-11-22','2020-11-22 09:27:19'),(4652,7776,1,'2020-11-22','2020-11-22 09:30:58'),(4653,581,1,'2020-11-22','2020-11-22 13:20:52'),(4654,8425,1,'2020-11-22','2020-11-22 13:21:06'),(4655,7526,1,'2020-11-22','2020-11-22 17:00:11'),(4656,2236,1,'2020-11-22','2020-11-22 18:57:14'),(4657,781,1,'2020-11-22','2020-11-22 19:22:19'),(4658,6382,1,'2020-11-23','2020-11-23 02:35:27'),(4659,1126,1,'2020-11-23','2020-11-23 02:41:51'),(4660,8726,1,'2020-11-23','2020-11-23 02:44:59'),(4661,4993,1,'2020-11-23','2020-11-23 02:45:44'),(4662,8641,1,'2020-11-23','2020-11-23 16:07:41'),(4663,6599,1,'2020-11-24','2020-11-24 16:46:43'),(4664,2704,1,'2020-11-25','2020-11-25 03:03:42'),(4665,7769,1,'2020-11-25','2020-11-25 03:08:39'),(4666,1246,1,'2020-11-25','2020-11-25 03:19:20'),(4667,909,1,'2020-11-25','2020-11-25 10:17:51'),(4668,2434,1,'2020-11-25','2020-11-25 17:48:33'),(4669,6629,1,'2020-11-26','2020-11-26 10:02:45'),(4670,8744,1,'2020-11-26','2020-11-26 10:08:28'),(4671,5121,1,'2020-11-26','2020-11-26 21:26:27'),(4672,1606,1,'2020-11-27','2020-11-27 03:58:28'),(4673,6897,1,'2020-11-27','2020-11-27 04:09:20'),(4674,2653,1,'2020-11-27','2020-11-27 10:31:55'),(4675,6924,1,'2020-11-27','2020-11-27 13:15:53'),(4676,4399,1,'2020-11-27','2020-11-27 13:15:56'),(4677,1822,1,'2020-11-27','2020-11-27 14:55:11'),(4678,155,1,'2020-11-27','2020-11-27 14:56:12'),(4679,7099,1,'2020-11-27','2020-11-27 14:58:38'),(4680,442,1,'2020-11-28','2020-11-28 04:35:11'),(4681,6537,1,'2020-11-29','2020-11-29 01:38:45'),(4682,7441,1,'2020-11-29','2020-11-29 01:39:22'),(4683,644,1,'2020-11-29','2020-11-29 06:48:22'),(4684,6498,1,'2020-11-29','2020-11-29 08:45:45'),(4685,513,1,'2020-11-29','2020-11-29 08:48:12'),(4686,6670,1,'2020-11-29','2020-11-29 12:06:29'),(4687,2006,1,'2020-11-29','2020-11-29 13:28:20'),(4688,2598,1,'2020-11-29','2020-11-29 13:28:42'),(4689,2220,1,'2020-11-29','2020-11-29 13:29:07'),(4690,6222,1,'2020-11-29','2020-11-29 13:58:35'),(4691,1552,1,'2020-11-29','2020-11-29 15:45:42'),(4692,7577,1,'2020-11-29','2020-11-29 15:46:11'),(4693,8450,1,'2020-11-29','2020-11-29 22:54:12'),(4694,5602,1,'2020-11-29','2020-11-29 22:58:36'),(4695,11,1,'2020-11-29','2020-11-29 23:02:30'),(4696,7008,1,'2020-11-29','2020-11-29 23:59:05'),(4697,1955,1,'2020-11-29','2020-11-29 23:59:11'),(4698,7509,1,'2020-11-30','2020-11-30 03:01:45'),(4699,8277,1,'2020-11-30','2020-11-30 03:02:51'),(4700,1359,1,'2020-11-30','2020-11-30 03:03:09'),(4701,8482,1,'2020-11-30','2020-11-30 03:41:12'),(4702,1715,1,'2020-11-30','2020-11-30 03:50:43'),(4703,1151,1,'2020-11-30','2020-11-30 03:56:00'),(4704,6489,1,'2020-11-30','2020-11-30 03:59:01'),(4705,2126,1,'2020-11-30','2020-11-30 04:01:14'),(4706,2164,1,'2020-11-30','2020-11-30 04:02:53'),(4707,7801,1,'2020-11-30','2020-11-30 04:09:01'),(4708,1869,1,'2020-11-30','2020-11-30 07:03:25'),(4709,8120,1,'2020-11-30','2020-11-30 08:44:38'),(4710,5988,1,'2020-11-30','2020-11-30 09:38:54'),(4711,2237,1,'2020-11-30','2020-11-30 09:39:02'),(4712,1479,1,'2020-11-30','2020-11-30 09:39:30'),(4713,4606,1,'2020-11-30','2020-11-30 12:41:36'),(4714,2679,1,'2020-11-30','2020-11-30 12:44:42'),(4715,8128,1,'2020-11-30','2020-11-30 13:56:06'),(4716,7304,1,'2020-11-30','2020-11-30 13:59:04'),(4717,4759,1,'2020-11-30','2020-11-30 15:23:36'),(4718,2335,1,'2020-11-30','2020-11-30 15:23:58'),(4719,1459,1,'2020-11-30','2020-11-30 15:27:12'),(4720,1251,1,'2020-11-30','2020-11-30 22:00:56'),(4721,1531,1,'2020-12-01','2020-12-01 01:17:49'),(4722,386,1,'2020-12-01','2020-12-01 10:28:30'),(4723,7044,1,'2020-12-01','2020-12-01 10:32:37'),(4724,219,1,'2020-12-01','2020-12-01 10:33:21'),(4725,7383,1,'2020-12-01','2020-12-01 22:14:07'),(4726,7853,1,'2020-12-02','2020-12-02 01:45:48'),(4727,2223,1,'2020-12-02','2020-12-02 02:58:14'),(4728,4860,1,'2020-12-02','2020-12-02 03:03:52'),(4729,542,1,'2020-12-02','2020-12-02 03:05:55'),(4730,8686,1,'2020-12-02','2020-12-02 03:08:25'),(4731,1788,1,'2020-12-02','2020-12-02 03:42:00'),(4732,5966,1,'2020-12-02','2020-12-02 08:59:26'),(4733,9423,1,'2020-12-02','2020-12-02 09:12:50'),(4734,1704,1,'2020-12-02','2020-12-02 18:50:21'),(4735,8078,1,'2020-12-02','2020-12-02 18:59:26'),(4736,7571,1,'2020-12-02','2020-12-02 20:21:23'),(4737,913,1,'2020-12-02','2020-12-02 23:51:40'),(4738,6735,1,'2020-12-03','2020-12-03 00:25:22'),(4739,9306,1,'2020-12-03','2020-12-03 00:56:34'),(4740,3769,1,'2020-12-03','2020-12-03 03:53:23'),(4741,22,1,'2020-12-03','2020-12-03 04:06:24'),(4742,8432,1,'2020-12-03','2020-12-03 04:07:02'),(4743,9372,1,'2020-12-03','2020-12-03 04:14:18'),(4744,6715,1,'2020-12-03','2020-12-03 15:44:28'),(4745,3687,1,'2020-12-03','2020-12-03 17:13:24'),(4746,8975,1,'2020-12-03','2020-12-03 18:46:57'),(4747,6462,1,'2020-12-03','2020-12-03 18:47:29'),(4748,140,1,'2020-12-03','2020-12-03 18:52:11'),(4749,6173,1,'2020-12-03','2020-12-03 19:42:22'),(4750,2108,1,'2020-12-03','2020-12-03 23:35:13'),(4751,5471,1,'2020-12-04','2020-12-04 07:09:25'),(4752,5692,1,'2020-12-04','2020-12-04 15:18:04'),(4753,8967,1,'2020-12-04','2020-12-04 15:56:40'),(4754,6154,1,'2020-12-04','2020-12-04 15:58:15'),(4755,5308,1,'2020-12-04','2020-12-04 16:01:36'),(4756,5308,1,'2020-12-04','2020-12-04 16:04:35'),(4757,6314,1,'2020-12-04','2020-12-04 17:01:30'),(4758,8593,1,'2020-12-04','2020-12-04 17:07:16'),(4759,5830,1,'2020-12-04','2020-12-04 17:07:58'),(4760,2544,1,'2020-12-04','2020-12-04 18:24:06'),(4761,6522,1,'2020-12-04','2020-12-04 21:49:39'),(4762,7614,1,'2020-12-05','2020-12-05 00:02:56'),(4763,5638,1,'2020-12-05','2020-12-05 04:59:26'),(4764,5469,1,'2020-12-05','2020-12-05 08:06:57'),(4765,5841,1,'2020-12-05','2020-12-05 21:45:25'),(4766,6573,1,'2020-12-05','2020-12-05 21:46:42'),(4767,2078,1,'2020-12-05','2020-12-05 23:46:25'),(4768,2098,1,'2020-12-05','2020-12-05 23:53:24'),(4769,7426,1,'2020-12-06','2020-12-06 01:06:58'),(4770,1046,1,'2020-12-06','2020-12-06 01:14:29'),(4771,7620,1,'2020-12-06','2020-12-06 01:18:31'),(4772,8527,1,'2020-12-06','2020-12-06 01:22:22'),(4773,7133,1,'2020-12-06','2020-12-06 03:29:21'),(4774,5210,1,'2020-12-06','2020-12-06 03:58:24'),(4775,8646,1,'2020-12-06','2020-12-06 05:13:20'),(4776,5718,1,'2020-12-06','2020-12-06 09:17:44'),(4777,7488,1,'2020-12-06','2020-12-06 10:42:44'),(4778,5655,1,'2020-12-06','2020-12-06 11:36:13'),(4779,2798,1,'2020-12-06','2020-12-06 11:43:39'),(4780,4319,1,'2020-12-06','2020-12-06 11:46:10'),(4781,1766,1,'2020-12-06','2020-12-06 11:46:37'),(4782,5687,1,'2020-12-06','2020-12-06 12:12:45'),(4783,5398,1,'2020-12-06','2020-12-06 12:31:41'),(4784,215,1,'2020-12-06','2020-12-06 13:14:24'),(4785,6750,1,'2020-12-06','2020-12-06 13:14:46'),(4786,6890,1,'2020-12-06','2020-12-06 13:21:51'),(4787,6627,1,'2020-12-06','2020-12-06 15:52:56'),(4788,6461,1,'2020-12-06','2020-12-06 17:35:10'),(4789,9022,1,'2020-12-06','2020-12-06 17:37:56'),(4790,1855,1,'2020-12-07','2020-12-07 04:24:28'),(4791,6040,1,'2020-12-07','2020-12-07 04:26:27'),(4792,7159,1,'2020-12-07','2020-12-07 04:27:11'),(4793,8204,1,'2020-12-07','2020-12-07 11:30:35'),(4794,4340,1,'2020-12-07','2020-12-07 11:34:21'),(4795,9340,1,'2020-12-07','2020-12-07 11:34:37'),(4796,5388,1,'2020-12-07','2020-12-07 14:44:42'),(4797,7183,1,'2020-12-07','2020-12-07 15:20:03'),(4798,2736,1,'2020-12-07','2020-12-07 15:20:25'),(4799,6760,1,'2020-12-07','2020-12-07 15:45:22'),(4800,4484,1,'2020-12-07','2020-12-07 15:50:04'),(4801,8573,1,'2020-12-07','2020-12-07 19:01:47'),(4802,9249,1,'2020-12-07','2020-12-07 19:03:57'),(4803,7807,1,'2020-12-07','2020-12-07 19:59:09'),(4804,5239,1,'2020-12-07','2020-12-07 20:03:26'),(4805,8882,1,'2020-12-07','2020-12-07 21:50:22'),(4806,2090,1,'2020-12-08','2020-12-08 00:20:18'),(4807,8555,1,'2020-12-08','2020-12-08 05:13:26'),(4808,8103,1,'2020-12-08','2020-12-08 05:47:53'),(4809,8427,1,'2020-12-08','2020-12-08 18:12:11'),(4810,444,1,'2020-12-09','2020-12-09 03:07:21'),(4811,8629,1,'2020-12-09','2020-12-09 23:06:48'),(4812,4823,1,'2020-12-09','2020-12-09 23:33:57'),(4813,8686,1,'2020-12-10','2020-12-10 00:29:51'),(4814,7521,1,'2020-12-10','2020-12-10 00:30:07'),(4815,4372,1,'2020-12-10','2020-12-10 05:41:59'),(4816,5369,1,'2020-12-10','2020-12-10 17:36:33'),(4817,1573,1,'2020-12-10','2020-12-10 17:37:35'),(4818,5763,1,'2020-12-10','2020-12-10 17:40:59'),(4819,5751,1,'2020-12-10','2020-12-10 19:14:16'),(4820,4583,1,'2020-12-10','2020-12-10 19:16:29'),(4821,8218,1,'2020-12-10','2020-12-10 19:18:04'),(4822,9461,1,'2020-12-11','2020-12-11 00:05:42'),(4823,9393,1,'2020-12-11','2020-12-11 00:08:21'),(4824,1617,1,'2020-12-11','2020-12-11 00:38:38'),(4825,2790,1,'2020-12-11','2020-12-11 00:39:40'),(4826,6279,1,'2020-12-11','2020-12-11 00:43:16'),(4827,1162,1,'2020-12-11','2020-12-11 00:46:39'),(4828,4697,1,'2020-12-11','2020-12-11 00:47:50'),(4829,8269,1,'2020-12-11','2020-12-11 00:48:12'),(4830,9546,1,'2020-12-11','2020-12-11 01:31:03'),(4831,9498,1,'2020-12-11','2020-12-11 01:31:38'),(4832,8605,1,'2020-12-11','2020-12-11 01:32:13'),(4833,8372,1,'2020-12-11','2020-12-11 01:32:58'),(4834,2993,1,'2020-12-11','2020-12-11 01:33:46'),(4835,9480,1,'2020-12-11','2020-12-11 01:34:38'),(4836,9470,1,'2020-12-11','2020-12-11 01:35:01'),(4837,9460,1,'2020-12-11','2020-12-11 01:37:57'),(4838,2506,1,'2020-12-11','2020-12-11 16:54:31'),(4839,6594,1,'2020-12-11','2020-12-11 17:29:42'),(4840,4505,1,'2020-12-12','2020-12-12 02:56:46'),(4841,9258,1,'2020-12-12','2020-12-12 05:40:01'),(4842,7990,1,'2020-12-12','2020-12-12 06:09:33'),(4843,8251,1,'2020-12-12','2020-12-12 06:22:14'),(4844,6949,1,'2020-12-12','2020-12-12 06:38:41'),(4845,6091,1,'2020-12-12','2020-12-12 07:08:39'),(4846,7479,1,'2020-12-12','2020-12-12 14:43:38'),(4847,3008,1,'2020-12-13','2020-12-13 08:40:35'),(4848,5658,1,'2020-12-13','2020-12-13 16:22:49'),(4849,746,1,'2020-12-14','2020-12-14 13:11:56'),(4850,5855,1,'2020-12-14','2020-12-14 14:20:02'),(4851,560,1,'2020-12-14','2020-12-14 14:52:40'),(4852,6766,1,'2020-12-14','2020-12-14 20:38:49'),(4853,5199,1,'2020-12-15','2020-12-15 14:36:15'),(4854,1282,1,'2020-12-15','2020-12-15 14:39:13'),(4855,7646,1,'2020-12-15','2020-12-15 14:43:18'),(4856,6105,1,'2020-12-15','2020-12-15 15:14:59'),(4857,8729,1,'2020-12-15','2020-12-15 18:31:12'),(4858,6036,1,'2020-12-15','2020-12-15 23:43:09'),(4859,1987,1,'2020-12-15','2020-12-15 23:43:44'),(4860,6532,1,'2020-12-16','2020-12-16 04:16:19'),(4861,8097,1,'2020-12-16','2020-12-16 04:22:19'),(4862,6657,1,'2020-12-16','2020-12-16 06:05:10'),(4863,5328,1,'2020-12-16','2020-12-16 06:09:41'),(4864,2195,1,'2020-12-16','2020-12-16 08:56:05'),(4865,4990,1,'2020-12-16','2020-12-16 08:59:27'),(4866,1515,1,'2020-12-16','2020-12-16 12:45:28'),(4867,1836,1,'2020-12-16','2020-12-16 12:50:47'),(4868,9088,1,'2020-12-16','2020-12-16 12:53:18'),(4869,1791,1,'2020-12-16','2020-12-16 14:42:32'),(4870,5973,1,'2020-12-16','2020-12-16 15:27:09'),(4871,1817,1,'2020-12-16','2020-12-16 15:28:09'),(4872,8426,1,'2020-12-16','2020-12-16 15:37:22'),(4873,8925,1,'2020-12-16','2020-12-16 15:38:43'),(4874,2457,1,'2020-12-16','2020-12-16 17:10:59'),(4875,1734,1,'2020-12-16','2020-12-16 17:21:02'),(4876,2419,1,'2020-12-16','2020-12-16 17:31:21'),(4877,7457,1,'2020-12-16','2020-12-16 20:28:24'),(4878,3502,1,'2020-12-16','2020-12-16 20:30:45'),(4879,1542,1,'2020-12-16','2020-12-16 20:32:27'),(4880,2273,1,'2020-12-17','2020-12-17 07:25:10'),(4881,2044,1,'2020-12-17','2020-12-17 07:26:26'),(4882,7665,1,'2020-12-17','2020-12-17 07:28:57'),(4883,7201,1,'2020-12-17','2020-12-17 07:32:41'),(4884,7693,1,'2020-12-17','2020-12-17 07:36:36'),(4885,4537,1,'2020-12-17','2020-12-17 11:20:48'),(4886,2794,1,'2020-12-17','2020-12-17 16:39:31'),(4887,9455,1,'2020-12-17','2020-12-17 16:42:54'),(4888,9508,1,'2020-12-17','2020-12-17 16:43:59'),(4889,9278,1,'2020-12-17','2020-12-17 16:46:25'),(4890,4819,1,'2020-12-17','2020-12-17 17:55:41'),(4891,6273,1,'2020-12-17','2020-12-17 18:06:15'),(4892,4598,1,'2020-12-17','2020-12-17 18:09:53'),(4893,4682,1,'2020-12-17','2020-12-17 18:34:08'),(4894,2492,1,'2020-12-17','2020-12-17 18:40:21'),(4895,7053,1,'2020-12-17','2020-12-17 18:40:50'),(4896,1757,1,'2020-12-17','2020-12-17 18:46:12'),(4897,8089,1,'2020-12-19','2020-12-19 11:01:55'),(4898,3723,1,'2020-12-19','2020-12-19 12:02:39'),(4899,984,1,'2020-12-20','2020-12-20 02:48:07'),(4900,4545,1,'2020-12-21','2020-12-21 07:01:26'),(4901,8045,1,'2020-12-21','2020-12-21 11:09:22'),(4902,7325,1,'2020-12-21','2020-12-21 11:09:47'),(4903,9337,1,'2020-12-22','2020-12-22 08:36:02'),(4904,4569,1,'2020-12-22','2020-12-22 12:52:12'),(4905,8239,1,'2020-12-22','2020-12-22 13:08:46'),(4906,2501,1,'2020-12-22','2020-12-22 13:10:16'),(4907,1585,1,'2020-12-23','2020-12-23 13:33:22'),(4908,6162,1,'2020-12-23','2020-12-23 16:29:23'),(4909,6986,1,'2020-12-24','2020-12-24 03:10:19'),(4910,5165,1,'2020-12-24','2020-12-24 03:22:21'),(4911,8388,1,'2020-12-24','2020-12-24 03:25:47'),(4912,9168,1,'2020-12-24','2020-12-24 03:26:30'),(4913,6342,1,'2020-12-24','2020-12-24 03:47:13'),(4914,571,1,'2020-12-24','2020-12-24 04:31:52'),(4915,4403,1,'2020-12-25','2020-12-25 02:55:39'),(4916,5945,1,'2020-12-25','2020-12-25 02:58:37'),(4917,7129,1,'2020-12-25','2020-12-25 03:01:14'),(4918,8634,1,'2020-12-25','2020-12-25 03:03:18'),(4919,4795,1,'2020-12-25','2020-12-25 04:09:07'),(4920,357,1,'2020-12-25','2020-12-25 04:28:00'),(4921,3526,1,'2020-12-25','2020-12-25 04:32:08'),(4922,2337,1,'2020-12-25','2020-12-25 05:01:59'),(4923,2197,1,'2020-12-25','2020-12-25 06:36:15'),(4924,2507,1,'2020-12-25','2020-12-25 07:45:22'),(4925,9424,1,'2020-12-25','2020-12-25 08:31:03'),(4926,8291,1,'2020-12-25','2020-12-25 12:01:06'),(4927,6309,1,'2020-12-26','2020-12-26 02:23:25'),(4928,8692,1,'2020-12-26','2020-12-26 02:28:22'),(4929,404,1,'2020-12-26','2020-12-26 02:57:42'),(4930,7094,1,'2020-12-26','2020-12-26 03:04:10'),(4931,9275,1,'2020-12-26','2020-12-26 03:05:28'),(4932,7421,1,'2020-12-26','2020-12-26 03:40:50'),(4933,2101,1,'2020-12-26','2020-12-26 03:49:28'),(4934,9075,1,'2020-12-26','2020-12-26 04:59:15'),(4935,300,1,'2020-12-26','2020-12-26 10:58:37'),(4936,8976,1,'2020-12-26','2020-12-26 13:07:42'),(4937,8685,1,'2020-12-26','2020-12-26 13:11:47'),(4938,7124,1,'2020-12-26','2020-12-26 13:11:53'),(4939,5108,1,'2020-12-27','2020-12-27 04:17:19'),(4940,9173,1,'2020-12-27','2020-12-27 04:19:09'),(4941,6368,1,'2020-12-27','2020-12-27 04:24:22'),(4942,8575,1,'2020-12-27','2020-12-27 04:25:34'),(4943,2152,1,'2020-12-27','2020-12-27 05:01:53'),(4944,1656,1,'2020-12-27','2020-12-27 06:23:03'),(4945,7402,1,'2020-12-27','2020-12-27 06:23:54'),(4946,4738,1,'2020-12-27','2020-12-27 06:24:49'),(4947,1885,1,'2020-12-27','2020-12-27 06:25:59'),(4948,8360,1,'2020-12-27','2020-12-27 06:28:52'),(4949,6722,1,'2020-12-27','2020-12-27 08:36:15'),(4950,6380,1,'2020-12-27','2020-12-27 09:49:21'),(4951,8253,1,'2020-12-27','2020-12-27 15:43:40'),(4952,6908,1,'2020-12-27','2020-12-27 18:23:08'),(4953,7187,1,'2020-12-27','2020-12-27 18:24:38'),(4954,7005,1,'2020-12-27','2020-12-27 18:28:07'),(4955,2629,1,'2020-12-28','2020-12-28 03:14:34'),(4956,2381,1,'2020-12-28','2020-12-28 05:59:32'),(4957,321,1,'2020-12-28','2020-12-28 08:33:06'),(4958,7395,1,'2020-12-28','2020-12-28 09:27:04'),(4959,4707,1,'2020-12-28','2020-12-28 10:54:28'),(4960,6898,1,'2020-12-28','2020-12-28 11:34:45'),(4961,4774,1,'2020-12-28','2020-12-28 11:36:47'),(4962,8379,1,'2020-12-28','2020-12-28 17:15:33'),(4963,2433,1,'2020-12-29','2020-12-29 03:00:03'),(4964,2433,1,'2020-12-29','2020-12-29 04:20:51'),(4965,9316,1,'2020-12-29','2020-12-29 17:10:23'),(4966,6300,1,'2020-12-30','2020-12-30 02:27:47'),(4967,9070,1,'2020-12-30','2020-12-30 02:58:18'),(4968,5113,1,'2020-12-30','2020-12-30 03:00:18'),(4969,7476,1,'2020-12-30','2020-12-30 03:05:23'),(4970,7728,1,'2020-12-30','2020-12-30 03:06:10'),(4971,4457,1,'2020-12-30','2020-12-30 04:49:25'),(4972,6520,1,'2020-12-30','2020-12-30 05:25:47'),(4973,7151,1,'2020-12-30','2020-12-30 05:40:46'),(4974,2485,1,'2020-12-30','2020-12-30 06:43:03'),(4975,1695,1,'2020-12-30','2020-12-30 06:56:28'),(4976,4542,1,'2020-12-30','2020-12-30 07:54:51'),(4977,4867,1,'2020-12-30','2020-12-30 09:22:02'),(4978,3727,1,'2020-12-30','2020-12-30 09:38:38'),(4979,1860,1,'2020-12-30','2020-12-30 11:15:10'),(4980,336,1,'2020-12-30','2020-12-30 11:15:51'),(4981,6869,1,'2020-12-30','2020-12-30 11:18:11'),(4982,6001,1,'2020-12-30','2020-12-30 11:24:19'),(4983,6590,1,'2020-12-30','2020-12-30 12:08:46'),(4984,8793,1,'2020-12-30','2020-12-30 15:00:50'),(4985,332,1,'2020-12-30','2020-12-30 15:24:37'),(4986,9447,1,'2020-12-30','2020-12-30 18:23:24'),(4987,5582,1,'2020-12-31','2020-12-31 02:21:41'),(4988,2423,1,'2020-12-31','2020-12-31 02:54:35'),(4989,2130,1,'2020-12-31','2020-12-31 03:07:27'),(4990,6860,1,'2020-12-31','2020-12-31 03:11:37'),(4991,7360,1,'2020-12-31','2020-12-31 03:12:02'),(4992,1105,1,'2020-12-31','2020-12-31 03:17:16'),(4993,5918,1,'2020-12-31','2020-12-31 03:20:45'),(4994,8007,1,'2020-12-31','2020-12-31 06:13:00'),(4995,5803,1,'2020-12-31','2020-12-31 08:18:41'),(4996,9040,1,'2020-12-31','2020-12-31 10:14:40'),(4997,7205,1,'2020-12-31','2020-12-31 11:10:53'),(4998,8012,1,'2021-01-01','2021-01-01 02:28:39'),(4999,7327,1,'2021-01-01','2021-01-01 02:29:04'),(5000,6472,1,'2021-01-01','2021-01-01 02:39:45'),(5001,599,1,'2021-01-01','2021-01-01 03:18:32'),(5002,8200,1,'2021-01-01','2021-01-01 04:59:06'),(5003,4724,1,'2021-01-01','2021-01-01 05:21:57'),(5004,2668,1,'2021-01-01','2021-01-01 08:17:10'),(5005,6828,1,'2021-01-01','2021-01-01 13:06:04'),(5006,4782,1,'2021-01-01','2021-01-01 16:02:44'),(5007,9443,1,'2021-01-01','2021-01-01 16:02:47'),(5008,7707,1,'2021-01-01','2021-01-01 18:36:55'),(5009,2376,1,'2021-01-02','2021-01-02 02:42:27'),(5010,7437,1,'2021-01-02','2021-01-02 03:25:32'),(5011,2268,1,'2021-01-02','2021-01-02 03:53:09'),(5012,8160,1,'2021-01-02','2021-01-02 03:53:57'),(5013,8069,1,'2021-01-02','2021-01-02 03:57:31'),(5014,8193,1,'2021-01-02','2021-01-02 03:59:03'),(5015,1377,1,'2021-01-02','2021-01-02 04:15:36'),(5016,5031,1,'2021-01-02','2021-01-02 05:09:07'),(5017,6656,1,'2021-01-02','2021-01-02 05:09:08'),(5018,2596,1,'2021-01-02','2021-01-02 11:28:30'),(5019,4500,1,'2021-01-02','2021-01-02 19:47:23'),(5020,2143,1,'2021-01-03','2021-01-03 04:40:52'),(5021,5129,1,'2021-01-03','2021-01-03 04:48:06'),(5022,8873,1,'2021-01-03','2021-01-03 04:52:40'),(5023,7877,1,'2021-01-03','2021-01-03 07:52:18'),(5024,5557,1,'2021-01-03','2021-01-03 07:54:42'),(5025,6253,1,'2021-01-03','2021-01-03 08:31:49'),(5026,2427,1,'2021-01-03','2021-01-03 09:16:44'),(5027,8101,1,'2021-01-03','2021-01-03 10:39:55'),(5028,7651,1,'2021-01-03','2021-01-03 10:42:08'),(5029,7555,1,'2021-01-03','2021-01-03 10:47:45'),(5030,9394,1,'2021-01-03','2021-01-03 11:10:00'),(5031,9028,1,'2021-01-03','2021-01-03 11:12:16'),(5032,6425,1,'2021-01-03','2021-01-03 11:12:47'),(5033,7113,1,'2021-01-03','2021-01-03 11:13:55'),(5034,7502,1,'2021-01-03','2021-01-03 11:18:36'),(5035,5813,1,'2021-01-03','2021-01-03 11:25:02'),(5036,7817,1,'2021-01-03','2021-01-03 12:27:29'),(5037,5026,1,'2021-01-03','2021-01-03 12:37:35'),(5038,5854,1,'2021-01-04','2021-01-04 02:42:16'),(5039,7139,1,'2021-01-04','2021-01-04 03:10:24'),(5040,7734,1,'2021-01-04','2021-01-04 06:23:47'),(5041,9373,1,'2021-01-04','2021-01-04 08:23:49'),(5042,7650,1,'2021-01-04','2021-01-04 09:12:44'),(5043,8688,1,'2021-01-04','2021-01-04 12:14:43'),(5044,9403,1,'2021-01-04','2021-01-04 12:29:01'),(5045,2225,1,'2021-01-05','2021-01-05 02:29:14'),(5046,511,1,'2021-01-05','2021-01-05 03:18:56'),(5047,4490,1,'2021-01-05','2021-01-05 03:46:17'),(5048,1747,1,'2021-01-05','2021-01-05 04:13:56'),(5049,1440,1,'2021-01-05','2021-01-05 05:54:43'),(5050,8867,1,'2021-01-05','2021-01-05 08:19:59'),(5051,2024,1,'2021-01-06','2021-01-06 04:21:17'),(5052,7246,1,'2021-01-06','2021-01-06 04:23:12'),(5053,6204,1,'2021-01-06','2021-01-06 04:23:41'),(5054,5783,1,'2021-01-06','2021-01-06 04:28:53'),(5055,5680,1,'2021-01-06','2021-01-06 05:17:42'),(5056,2310,1,'2021-01-06','2021-01-06 08:33:48'),(5057,2207,1,'2021-01-06','2021-01-06 10:02:19'),(5058,4400,1,'2021-01-06','2021-01-06 14:36:39'),(5059,8074,1,'2021-01-07','2021-01-07 07:20:16'),(5060,8124,1,'2021-01-07','2021-01-07 08:34:17'),(5061,6391,1,'2021-01-07','2021-01-07 12:18:18'),(5062,5701,1,'2021-01-07','2021-01-07 17:55:20'),(5063,5255,1,'2021-01-07','2021-01-07 17:55:20'),(5064,1655,1,'2021-01-07','2021-01-07 20:12:27'),(5065,7410,1,'2021-01-07','2021-01-07 23:01:47'),(5066,2019,1,'2021-01-08','2021-01-08 13:23:17'),(5067,5844,1,'2021-01-08','2021-01-08 18:46:06'),(5068,5407,1,'2021-01-09','2021-01-09 00:36:23'),(5069,7636,1,'2021-01-09','2021-01-09 03:24:30'),(5070,8767,1,'2021-01-09','2021-01-09 05:52:16'),(5071,7512,1,'2021-01-09','2021-01-09 07:02:28'),(5072,7080,1,'2021-01-09','2021-01-09 08:52:40'),(5073,7082,1,'2021-01-09','2021-01-09 09:35:51'),(5074,2396,1,'2021-01-09','2021-01-09 12:08:36'),(5075,9251,1,'2021-01-09','2021-01-09 12:10:02'),(5076,6469,1,'2021-01-09','2021-01-09 13:57:41'),(5077,8322,1,'2021-01-10','2021-01-10 08:29:01'),(5078,1543,1,'2021-01-10','2021-01-10 09:12:06'),(5079,5668,1,'2021-01-10','2021-01-10 10:49:04'),(5080,8021,1,'2021-01-10','2021-01-10 21:27:14'),(5081,6747,1,'2021-01-11','2021-01-11 02:13:35'),(5082,7716,1,'2021-01-11','2021-01-11 07:59:50'),(5083,4438,1,'2021-01-11','2021-01-11 17:00:04'),(5084,6754,1,'2021-01-11','2021-01-11 23:23:59'),(5085,7080,1,'2021-01-12','2021-01-12 10:52:21'),(5086,9131,1,'2021-01-12','2021-01-12 11:05:20'),(5087,1443,1,'2021-01-12','2021-01-12 11:19:05'),(5088,2253,1,'2021-01-12','2021-01-12 16:09:06'),(5089,6857,1,'2021-01-12','2021-01-12 18:25:54'),(5090,8150,1,'2021-01-12','2021-01-12 20:44:49'),(5091,4770,1,'2021-01-12','2021-01-12 21:08:34'),(5092,4836,1,'2021-01-13','2021-01-13 03:19:16');
/*!40000 ALTER TABLE `wp_popularpostssummary` 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_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=32330 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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 (2,3,'_wp_page_template','privacy.php'),(3,5,'_wp_page_template','offers.php'),(4,6,'_wp_page_template','videos.php'),(5,7,'_wp_page_template','jobs.php'),(6,8,'_wp_page_template','default'),(7,9,'_wp_page_template','categories.php'),(8,10,'_wp_page_template','categories.php'),(9,11,'_wp_page_template','categories.php'),(10,12,'_wp_page_template','suggest-content.php'),(11,13,'_wp_page_template','contact.php'),(12,14,'_wp_page_template','advertise.php'),(13,15,'_wp_page_template','about.php'),(14,16,'_wp_page_template','terms.php'),(15,17,'_um_custom_fields','a:6:{s:10:\"user_login\";a:15:{s:5:\"title\";s:8:\"Username\";s:7:\"metakey\";s:10:\"user_login\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:8:\"Username\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:0;s:8:\"validate\";s:15:\"unique_username\";s:9:\"min_chars\";i:3;s:9:\"max_chars\";i:24;s:8:\"position\";s:1:\"1\";s:6:\"in_row\";s:9:\"_um_row_1\";s:10:\"in_sub_row\";s:1:\"0\";s:9:\"in_column\";s:1:\"1\";s:8:\"in_group\";s:0:\"\";}s:10:\"user_email\";a:13:{s:5:\"title\";s:14:\"E-mail Address\";s:7:\"metakey\";s:10:\"user_email\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"E-mail Address\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:8:\"validate\";s:12:\"unique_email\";s:8:\"position\";s:1:\"4\";s:6:\"in_row\";s:9:\"_um_row_1\";s:10:\"in_sub_row\";s:1:\"0\";s:9:\"in_column\";s:1:\"1\";s:8:\"in_group\";s:0:\"\";}s:13:\"user_password\";a:16:{s:5:\"title\";s:8:\"Password\";s:7:\"metakey\";s:13:\"user_password\";s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:9:\"min_chars\";i:8;s:9:\"max_chars\";i:30;s:15:\"force_good_pass\";i:1;s:18:\"force_confirm_pass\";i:1;s:8:\"position\";s:1:\"5\";s:6:\"in_row\";s:9:\"_um_row_1\";s:10:\"in_sub_row\";s:1:\"0\";s:9:\"in_column\";s:1:\"1\";s:8:\"in_group\";s:0:\"\";}s:10:\"first_name\";a:12:{s:5:\"title\";s:10:\"First Name\";s:7:\"metakey\";s:10:\"first_name\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"First Name\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:8:\"position\";s:1:\"2\";s:6:\"in_row\";s:9:\"_um_row_1\";s:10:\"in_sub_row\";s:1:\"0\";s:9:\"in_column\";s:1:\"1\";s:8:\"in_group\";s:0:\"\";}s:9:\"last_name\";a:12:{s:5:\"title\";s:9:\"Last Name\";s:7:\"metakey\";s:9:\"last_name\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Last Name\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:8:\"position\";s:1:\"3\";s:6:\"in_row\";s:9:\"_um_row_1\";s:10:\"in_sub_row\";s:1:\"0\";s:9:\"in_column\";s:1:\"1\";s:8:\"in_group\";s:0:\"\";}s:9:\"_um_row_1\";a:5:{s:4:\"type\";s:3:\"row\";s:2:\"id\";s:9:\"_um_row_1\";s:8:\"sub_rows\";s:1:\"1\";s:4:\"cols\";s:1:\"1\";s:6:\"origin\";s:9:\"_um_row_1\";}}'),(16,17,'_um_mode','register'),(17,17,'_um_core','register'),(18,17,'_um_register_use_custom_settings','1'),(19,18,'_um_custom_fields','a:3:{s:8:\"username\";a:13:{s:5:\"title\";s:18:\"Username or E-mail\";s:7:\"metakey\";s:8:\"username\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:18:\"Username or E-mail\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:0;s:8:\"validate\";s:24:\"unique_username_or_email\";s:8:\"position\";s:1:\"1\";s:6:\"in_row\";s:9:\"_um_row_1\";s:10:\"in_sub_row\";s:1:\"0\";s:9:\"in_column\";s:1:\"1\";s:8:\"in_group\";s:0:\"\";}s:13:\"user_password\";a:16:{s:5:\"title\";s:8:\"Password\";s:7:\"metakey\";s:13:\"user_password\";s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:9:\"min_chars\";i:8;s:9:\"max_chars\";i:30;s:15:\"force_good_pass\";i:1;s:18:\"force_confirm_pass\";i:1;s:8:\"position\";s:1:\"2\";s:6:\"in_row\";s:9:\"_um_row_1\";s:10:\"in_sub_row\";s:1:\"0\";s:9:\"in_column\";s:1:\"1\";s:8:\"in_group\";s:0:\"\";}s:9:\"_um_row_1\";a:5:{s:4:\"type\";s:3:\"row\";s:2:\"id\";s:9:\"_um_row_1\";s:8:\"sub_rows\";s:1:\"1\";s:4:\"cols\";s:1:\"1\";s:6:\"origin\";s:9:\"_um_row_1\";}}'),(20,18,'_um_mode','login'),(21,18,'_um_core','login'),(22,18,'_um_login_use_custom_settings','1'),(23,19,'_um_custom_fields','a:5:{s:10:\"first_name\";a:12:{s:5:\"title\";s:10:\"First Name\";s:7:\"metakey\";s:10:\"first_name\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"First Name\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:8:\"position\";s:1:\"1\";s:6:\"in_row\";s:9:\"_um_row_1\";s:10:\"in_sub_row\";s:1:\"0\";s:9:\"in_column\";s:1:\"1\";s:8:\"in_group\";s:0:\"\";}s:9:\"last_name\";a:12:{s:5:\"title\";s:9:\"Last Name\";s:7:\"metakey\";s:9:\"last_name\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Last Name\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:8:\"position\";s:1:\"2\";s:6:\"in_row\";s:9:\"_um_row_1\";s:10:\"in_sub_row\";s:1:\"0\";s:9:\"in_column\";s:1:\"1\";s:8:\"in_group\";s:0:\"\";}s:6:\"gender\";a:13:{s:5:\"title\";s:6:\"Gender\";s:7:\"metakey\";s:6:\"gender\";s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:6:\"Gender\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:7:\"options\";a:2:{i:0;s:4:\"Male\";i:1;s:6:\"Female\";}s:8:\"position\";s:1:\"3\";s:6:\"in_row\";s:9:\"_um_row_1\";s:10:\"in_sub_row\";s:1:\"0\";s:9:\"in_column\";s:1:\"1\";s:8:\"in_group\";s:0:\"\";}s:7:\"country\";a:14:{s:5:\"title\";s:7:\"Country\";s:7:\"metakey\";s:7:\"country\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:7:\"Country\";s:11:\"placeholder\";s:16:\"Choose a Country\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:7:\"options\";a:247:{s:2:\"AF\";s:11:\"Afghanistan\";s:2:\"AX\";s:14:\"Åland Islands\";s:2:\"AL\";s:7:\"Albania\";s:2:\"DZ\";s:7:\"Algeria\";s:2:\"AS\";s:14:\"American Samoa\";s:2:\"AD\";s:7:\"Andorra\";s:2:\"AO\";s:6:\"Angola\";s:2:\"AI\";s:8:\"Anguilla\";s:2:\"AQ\";s:10:\"Antarctica\";s:2:\"AG\";s:19:\"Antigua and Barbuda\";s:2:\"AR\";s:9:\"Argentina\";s:2:\"AM\";s:7:\"Armenia\";s:2:\"AW\";s:5:\"Aruba\";s:2:\"AU\";s:9:\"Australia\";s:2:\"AT\";s:7:\"Austria\";s:2:\"AZ\";s:10:\"Azerbaijan\";s:2:\"BS\";s:7:\"Bahamas\";s:2:\"BH\";s:7:\"Bahrain\";s:2:\"BD\";s:10:\"Bangladesh\";s:2:\"BB\";s:8:\"Barbados\";s:2:\"BY\";s:7:\"Belarus\";s:2:\"BE\";s:7:\"Belgium\";s:2:\"BZ\";s:6:\"Belize\";s:2:\"BJ\";s:5:\"Benin\";s:2:\"BM\";s:7:\"Bermuda\";s:2:\"BT\";s:6:\"Bhutan\";s:2:\"BO\";s:31:\"Bolivia, Plurinational State of\";s:2:\"BA\";s:22:\"Bosnia and Herzegovina\";s:2:\"BW\";s:8:\"Botswana\";s:2:\"BV\";s:13:\"Bouvet Island\";s:2:\"BR\";s:6:\"Brazil\";s:2:\"IO\";s:30:\"British Indian Ocean Territory\";s:2:\"BN\";s:17:\"Brunei Darussalam\";s:2:\"BG\";s:8:\"Bulgaria\";s:2:\"BF\";s:12:\"Burkina Faso\";s:2:\"BI\";s:7:\"Burundi\";s:2:\"KH\";s:8:\"Cambodia\";s:2:\"CM\";s:8:\"Cameroon\";s:2:\"CA\";s:6:\"Canada\";s:2:\"CV\";s:10:\"Cape Verde\";s:2:\"KY\";s:14:\"Cayman Islands\";s:2:\"CF\";s:24:\"Central African Republic\";s:2:\"TD\";s:4:\"Chad\";s:2:\"CL\";s:5:\"Chile\";s:2:\"CN\";s:5:\"China\";s:2:\"CX\";s:16:\"Christmas Island\";s:2:\"CC\";s:23:\"Cocos (Keeling) Islands\";s:2:\"CO\";s:8:\"Colombia\";s:2:\"KM\";s:7:\"Comoros\";s:2:\"CG\";s:5:\"Congo\";s:2:\"CD\";s:37:\"Congo, the Democratic Republic of the\";s:2:\"CK\";s:12:\"Cook Islands\";s:2:\"CR\";s:10:\"Costa Rica\";s:2:\"CI\";s:14:\"Côte d\'Ivoire\";s:2:\"HR\";s:7:\"Croatia\";s:2:\"CU\";s:4:\"Cuba\";s:2:\"CY\";s:6:\"Cyprus\";s:2:\"CZ\";s:14:\"Czech Republic\";s:2:\"DK\";s:7:\"Denmark\";s:2:\"DJ\";s:8:\"Djibouti\";s:2:\"DM\";s:8:\"Dominica\";s:2:\"DO\";s:18:\"Dominican Republic\";s:2:\"EC\";s:7:\"Ecuador\";s:2:\"EG\";s:5:\"Egypt\";s:2:\"SV\";s:11:\"El Salvador\";s:2:\"GQ\";s:17:\"Equatorial Guinea\";s:2:\"ER\";s:7:\"Eritrea\";s:2:\"EE\";s:7:\"Estonia\";s:2:\"ET\";s:8:\"Ethiopia\";s:2:\"FK\";s:27:\"Falkland Islands (Malvinas)\";s:2:\"FO\";s:13:\"Faroe Islands\";s:2:\"FJ\";s:4:\"Fiji\";s:2:\"FI\";s:7:\"Finland\";s:2:\"FR\";s:6:\"France\";s:2:\"GF\";s:13:\"French Guiana\";s:2:\"PF\";s:16:\"French Polynesia\";s:2:\"TF\";s:27:\"French Southern Territories\";s:2:\"GA\";s:5:\"Gabon\";s:2:\"GM\";s:6:\"Gambia\";s:2:\"GE\";s:7:\"Georgia\";s:2:\"DE\";s:7:\"Germany\";s:2:\"GH\";s:5:\"Ghana\";s:2:\"GI\";s:9:\"Gibraltar\";s:2:\"GR\";s:6:\"Greece\";s:2:\"GL\";s:9:\"Greenland\";s:2:\"GD\";s:7:\"Grenada\";s:2:\"GP\";s:10:\"Guadeloupe\";s:2:\"GU\";s:4:\"Guam\";s:2:\"GT\";s:9:\"Guatemala\";s:2:\"GG\";s:8:\"Guernsey\";s:2:\"GN\";s:6:\"Guinea\";s:2:\"GW\";s:13:\"Guinea-Bissau\";s:2:\"GY\";s:6:\"Guyana\";s:2:\"HT\";s:5:\"Haiti\";s:2:\"HM\";s:33:\"Heard Island and McDonald Islands\";s:2:\"VA\";s:29:\"Holy See (Vatican City State)\";s:2:\"HN\";s:8:\"Honduras\";s:2:\"HK\";s:9:\"Hong Kong\";s:2:\"HU\";s:7:\"Hungary\";s:2:\"IS\";s:7:\"Iceland\";s:2:\"IN\";s:5:\"India\";s:2:\"ID\";s:9:\"Indonesia\";s:2:\"IR\";s:25:\"Iran, Islamic Republic of\";s:2:\"IQ\";s:4:\"Iraq\";s:2:\"IE\";s:7:\"Ireland\";s:2:\"IM\";s:11:\"Isle of Man\";s:2:\"IL\";s:6:\"Israel\";s:2:\"IT\";s:5:\"Italy\";s:2:\"JM\";s:7:\"Jamaica\";s:2:\"JP\";s:5:\"Japan\";s:2:\"JE\";s:6:\"Jersey\";s:2:\"JO\";s:6:\"Jordan\";s:2:\"KZ\";s:10:\"Kazakhstan\";s:2:\"KE\";s:5:\"Kenya\";s:2:\"KI\";s:8:\"Kiribati\";s:2:\"KP\";s:38:\"Korea, Democratic People\'s Republic of\";s:2:\"KR\";s:18:\"Korea, Republic of\";s:2:\"KW\";s:6:\"Kuwait\";s:2:\"KG\";s:10:\"Kyrgyzstan\";s:2:\"LA\";s:32:\"Lao People\'s Democratic Republic\";s:2:\"LV\";s:6:\"Latvia\";s:2:\"LB\";s:7:\"Lebanon\";s:2:\"LS\";s:7:\"Lesotho\";s:2:\"LR\";s:7:\"Liberia\";s:2:\"LY\";s:22:\"Libyan Arab Jamahiriya\";s:2:\"LI\";s:13:\"Liechtenstein\";s:2:\"LT\";s:9:\"Lithuania\";s:2:\"LU\";s:10:\"Luxembourg\";s:2:\"MO\";s:5:\"Macao\";s:2:\"MK\";s:42:\"Macedonia, the former Yugoslav Republic of\";s:2:\"MG\";s:10:\"Madagascar\";s:2:\"MW\";s:6:\"Malawi\";s:2:\"MY\";s:8:\"Malaysia\";s:2:\"MV\";s:8:\"Maldives\";s:2:\"ML\";s:4:\"Mali\";s:2:\"MT\";s:5:\"Malta\";s:2:\"MH\";s:16:\"Marshall Islands\";s:2:\"MQ\";s:10:\"Martinique\";s:2:\"MR\";s:10:\"Mauritania\";s:2:\"MU\";s:9:\"Mauritius\";s:2:\"YT\";s:7:\"Mayotte\";s:2:\"MX\";s:6:\"Mexico\";s:2:\"FM\";s:31:\"Micronesia, Federated States of\";s:2:\"MD\";s:20:\"Moldova, Republic of\";s:2:\"MC\";s:6:\"Monaco\";s:2:\"MN\";s:8:\"Mongolia\";s:2:\"ME\";s:10:\"Montenegro\";s:2:\"MS\";s:10:\"Montserrat\";s:2:\"MA\";s:7:\"Morocco\";s:2:\"MZ\";s:10:\"Mozambique\";s:2:\"MM\";s:7:\"Myanmar\";s:2:\"NA\";s:7:\"Namibia\";s:2:\"NR\";s:5:\"Nauru\";s:2:\"NP\";s:5:\"Nepal\";s:2:\"NL\";s:11:\"Netherlands\";s:2:\"AN\";s:20:\"Netherlands Antilles\";s:2:\"NC\";s:13:\"New Caledonia\";s:2:\"NZ\";s:11:\"New Zealand\";s:2:\"NI\";s:9:\"Nicaragua\";s:2:\"NE\";s:5:\"Niger\";s:2:\"NG\";s:7:\"Nigeria\";s:2:\"NU\";s:4:\"Niue\";s:2:\"NF\";s:14:\"Norfolk Island\";s:2:\"MP\";s:24:\"Northern Mariana Islands\";s:2:\"NO\";s:6:\"Norway\";s:2:\"OM\";s:4:\"Oman\";s:2:\"PK\";s:8:\"Pakistan\";s:2:\"PW\";s:5:\"Palau\";s:2:\"PS\";s:9:\"Palestine\";s:2:\"PA\";s:6:\"Panama\";s:2:\"PG\";s:16:\"Papua New Guinea\";s:2:\"PY\";s:8:\"Paraguay\";s:2:\"PE\";s:4:\"Peru\";s:2:\"PH\";s:11:\"Philippines\";s:2:\"PN\";s:8:\"Pitcairn\";s:2:\"PL\";s:6:\"Poland\";s:2:\"PT\";s:8:\"Portugal\";s:2:\"PR\";s:11:\"Puerto Rico\";s:2:\"QA\";s:5:\"Qatar\";s:2:\"RE\";s:8:\"Réunion\";s:2:\"RO\";s:7:\"Romania\";s:2:\"RU\";s:18:\"Russian Federation\";s:2:\"RW\";s:6:\"Rwanda\";s:2:\"BL\";s:17:\"Saint Barthélemy\";s:2:\"SH\";s:12:\"Saint Helena\";s:2:\"KN\";s:21:\"Saint Kitts and Nevis\";s:2:\"LC\";s:11:\"Saint Lucia\";s:2:\"MF\";s:26:\"Saint Martin (French part)\";s:2:\"PM\";s:25:\"Saint Pierre and Miquelon\";s:2:\"VC\";s:32:\"Saint Vincent and the Grenadines\";s:2:\"WS\";s:5:\"Samoa\";s:2:\"SM\";s:10:\"San Marino\";s:2:\"ST\";s:21:\"Sao Tome and Principe\";s:2:\"SA\";s:12:\"Saudi Arabia\";s:2:\"SN\";s:7:\"Senegal\";s:2:\"RS\";s:6:\"Serbia\";s:2:\"SC\";s:10:\"Seychelles\";s:2:\"SL\";s:12:\"Sierra Leone\";s:2:\"SG\";s:9:\"Singapore\";s:2:\"SK\";s:8:\"Slovakia\";s:2:\"SI\";s:8:\"Slovenia\";s:2:\"SB\";s:15:\"Solomon Islands\";s:2:\"SO\";s:7:\"Somalia\";s:2:\"ZA\";s:12:\"South Africa\";s:2:\"GS\";s:44:\"South Georgia and the South Sandwich Islands\";s:2:\"SS\";s:11:\"South Sudan\";s:2:\"ES\";s:5:\"Spain\";s:2:\"LK\";s:9:\"Sri Lanka\";s:2:\"SD\";s:5:\"Sudan\";s:2:\"SR\";s:8:\"Suriname\";s:2:\"SJ\";s:22:\"Svalbard and Jan Mayen\";s:2:\"SZ\";s:9:\"Swaziland\";s:2:\"SE\";s:6:\"Sweden\";s:2:\"CH\";s:11:\"Switzerland\";s:2:\"SY\";s:20:\"Syrian Arab Republic\";s:2:\"TW\";s:25:\"Taiwan, Province of China\";s:2:\"TJ\";s:10:\"Tajikistan\";s:2:\"TZ\";s:28:\"Tanzania, United Republic of\";s:2:\"TH\";s:8:\"Thailand\";s:2:\"TL\";s:11:\"Timor-Leste\";s:2:\"TG\";s:4:\"Togo\";s:2:\"TK\";s:7:\"Tokelau\";s:2:\"TO\";s:5:\"Tonga\";s:2:\"TT\";s:19:\"Trinidad and Tobago\";s:2:\"TN\";s:7:\"Tunisia\";s:2:\"TR\";s:6:\"Turkey\";s:2:\"TM\";s:12:\"Turkmenistan\";s:2:\"TC\";s:24:\"Turks and Caicos Islands\";s:2:\"TV\";s:6:\"Tuvalu\";s:2:\"UG\";s:6:\"Uganda\";s:2:\"UA\";s:7:\"Ukraine\";s:2:\"AE\";s:20:\"United Arab Emirates\";s:2:\"GB\";s:14:\"United Kingdom\";s:2:\"US\";s:13:\"United States\";s:2:\"UM\";s:36:\"United States Minor Outlying Islands\";s:2:\"UY\";s:7:\"Uruguay\";s:2:\"UZ\";s:10:\"Uzbekistan\";s:2:\"VU\";s:7:\"Vanuatu\";s:2:\"VE\";s:33:\"Venezuela, Bolivarian Republic of\";s:2:\"VN\";s:8:\"Viet Nam\";s:2:\"VG\";s:23:\"Virgin Islands, British\";s:2:\"VI\";s:20:\"Virgin Islands, U.S.\";s:2:\"WF\";s:17:\"Wallis and Futuna\";s:2:\"EH\";s:14:\"Western Sahara\";s:2:\"YE\";s:5:\"Yemen\";s:2:\"ZM\";s:6:\"Zambia\";s:2:\"ZW\";s:8:\"Zimbabwe\";}s:8:\"position\";s:1:\"4\";s:6:\"in_row\";s:9:\"_um_row_1\";s:10:\"in_sub_row\";s:1:\"0\";s:9:\"in_column\";s:1:\"1\";s:8:\"in_group\";s:0:\"\";}s:9:\"_um_row_1\";a:5:{s:4:\"type\";s:3:\"row\";s:2:\"id\";s:9:\"_um_row_1\";s:8:\"sub_rows\";s:1:\"1\";s:4:\"cols\";s:1:\"1\";s:6:\"origin\";s:9:\"_um_row_1\";}}'),(24,19,'_um_mode','profile'),(25,19,'_um_core','profile'),(26,19,'_um_profile_use_custom_settings','0'),(27,20,'_um_template','members'),(28,20,'_um_mode','directory'),(29,20,'_um_has_profile_photo','0'),(30,20,'_um_has_cover_photo','0'),(31,20,'_um_show_social','0'),(32,20,'_um_show_userinfo','0'),(33,20,'_um_show_tagline','0'),(34,20,'_um_search','0'),(35,20,'_um_userinfo_animate','1'),(36,20,'_um_sortby','user_registered_desc'),(37,20,'_um_profile_photo','1'),(38,20,'_um_cover_photos','1'),(39,20,'_um_show_name','1'),(40,20,'_um_search_filters','a:0:{}'),(41,20,'_um_directory_header','{total_users} Members'),(42,20,'_um_directory_header_single','{total_users} Member'),(43,20,'_um_directory_no_users','We are sorry. We cannot find any users who match your search criteria.'),(44,20,'_um_profiles_per_page','12'),(45,20,'_um_profiles_per_page_mobile','6'),(46,20,'_um_core','members'),(47,21,'_um_core','user'),(48,22,'_um_core','login'),(49,23,'_um_core','register'),(50,24,'_um_core','members'),(51,25,'_um_core','logout'),(52,26,'_um_core','account'),(53,27,'_um_core','password-reset'),(61,18,'_edit_lock','1562332935:1'),(62,18,'_edit_last','1'),(63,18,'_um_register_use_custom_settings','0'),(64,18,'_um_register_role','0'),(65,18,'_um_register_template','register'),(66,18,'_um_register_max_width',''),(67,18,'_um_register_icons','field'),(68,18,'_um_register_primary_btn_word',''),(69,18,'_um_register_secondary_btn','0'),(70,18,'_um_register_secondary_btn_word',''),(71,18,'_um_register_use_gdpr','0'),(72,18,'_um_register_use_gdpr_content_id',''),(73,18,'_um_register_use_gdpr_toggle_show',''),(74,18,'_um_register_use_gdpr_toggle_hide',''),(75,18,'_um_register_use_gdpr_agreement',''),(76,18,'_um_register_use_gdpr_error_text',''),(77,18,'_um_profile_use_custom_settings','0'),(78,18,'_um_profile_role',''),(79,18,'_um_profile_template','profile'),(80,18,'_um_profile_max_width',''),(81,18,'_um_profile_area_max_width',''),(82,18,'_um_profile_icons','field'),(83,18,'_um_profile_primary_btn_word',''),(84,18,'_um_profile_secondary_btn','0'),(85,18,'_um_profile_secondary_btn_word',''),(86,18,'_um_profile_cover_enabled','0'),(87,18,'_um_profile_cover_ratio','1.6:1'),(88,18,'_um_profile_photosize',''),(89,18,'_um_profile_photo_required','0'),(90,18,'_um_profile_show_name','0'),(91,18,'_um_profile_show_social_links','0'),(92,18,'_um_profile_show_bio','0'),(93,18,'_um_login_template','login'),(94,18,'_um_login_max_width',''),(95,18,'_um_login_icons','field'),(96,18,'_um_login_primary_btn_word','Login'),(97,18,'_um_login_secondary_btn','1'),(98,18,'_um_login_secondary_btn_word','Register'),(99,18,'_um_login_forgot_pass_link','1'),(100,18,'_um_login_show_rememberme','1'),(101,18,'_um_login_after_login','0'),(102,18,'_um_login_redirect_url',''),(103,17,'_edit_lock','1571843536:1'),(104,17,'_edit_last','1'),(105,17,'_um_register_role','0'),(106,17,'_um_register_template','register'),(107,17,'_um_register_max_width',''),(108,17,'_um_register_icons','field'),(109,17,'_um_register_primary_btn_word','Register'),(110,17,'_um_register_secondary_btn','1'),(111,17,'_um_register_secondary_btn_word','Login'),(112,17,'_um_register_use_gdpr','0'),(113,17,'_um_register_use_gdpr_content_id',''),(114,17,'_um_register_use_gdpr_toggle_show',''),(115,17,'_um_register_use_gdpr_toggle_hide',''),(116,17,'_um_register_use_gdpr_agreement',''),(117,17,'_um_register_use_gdpr_error_text',''),(118,17,'_um_profile_use_custom_settings','0'),(119,17,'_um_profile_role',''),(120,17,'_um_profile_template','profile'),(121,17,'_um_profile_max_width',''),(122,17,'_um_profile_area_max_width',''),(123,17,'_um_profile_icons','field'),(124,17,'_um_profile_primary_btn_word',''),(125,17,'_um_profile_secondary_btn','0'),(126,17,'_um_profile_secondary_btn_word',''),(127,17,'_um_profile_cover_enabled','0'),(128,17,'_um_profile_cover_ratio','1.6:1'),(129,17,'_um_profile_photosize',''),(130,17,'_um_profile_photo_required','0'),(131,17,'_um_profile_show_name','0'),(132,17,'_um_profile_show_social_links','0'),(133,17,'_um_profile_show_bio','0'),(134,17,'_um_login_use_custom_settings','0'),(135,17,'_um_login_template','login'),(136,17,'_um_login_max_width',''),(137,17,'_um_login_icons','field'),(138,17,'_um_login_primary_btn_word',''),(139,17,'_um_login_secondary_btn','0'),(140,17,'_um_login_secondary_btn_word',''),(141,17,'_um_login_forgot_pass_link','0'),(142,17,'_um_login_show_rememberme','0'),(143,17,'_um_login_after_login','0'),(144,17,'_um_login_redirect_url',''),(145,19,'_edit_lock','1562333026:1'),(146,19,'_edit_last','1'),(147,19,'_um_register_use_custom_settings','0'),(148,19,'_um_register_role','0'),(149,19,'_um_register_template','register'),(150,19,'_um_register_max_width',''),(151,19,'_um_register_icons','field'),(152,19,'_um_register_primary_btn_word',''),(153,19,'_um_register_secondary_btn','0'),(154,19,'_um_register_secondary_btn_word',''),(155,19,'_um_register_use_gdpr','0'),(156,19,'_um_register_use_gdpr_content_id',''),(157,19,'_um_register_use_gdpr_toggle_show',''),(158,19,'_um_register_use_gdpr_toggle_hide',''),(159,19,'_um_register_use_gdpr_agreement',''),(160,19,'_um_register_use_gdpr_error_text',''),(161,19,'_um_profile_role',''),(162,19,'_um_profile_template','profile'),(163,19,'_um_profile_max_width',''),(164,19,'_um_profile_area_max_width',''),(165,19,'_um_profile_icons','field'),(166,19,'_um_profile_primary_btn_word',''),(167,19,'_um_profile_secondary_btn','0'),(168,19,'_um_profile_secondary_btn_word',''),(169,19,'_um_profile_cover_enabled','0'),(170,19,'_um_profile_cover_ratio','1.6:1'),(171,19,'_um_profile_photosize',''),(172,19,'_um_profile_photo_required','0'),(173,19,'_um_profile_show_name','0'),(174,19,'_um_profile_show_social_links','0'),(175,19,'_um_profile_show_bio','0'),(176,19,'_um_login_use_custom_settings','0'),(177,19,'_um_login_template','login'),(178,19,'_um_login_max_width',''),(179,19,'_um_login_icons','field'),(180,19,'_um_login_primary_btn_word',''),(181,19,'_um_login_secondary_btn','0'),(182,19,'_um_login_secondary_btn_word',''),(183,19,'_um_login_forgot_pass_link','0'),(184,19,'_um_login_show_rememberme','0'),(185,19,'_um_login_after_login','0'),(186,19,'_um_login_redirect_url',''),(187,26,'_edit_lock','1562334371:1'),(188,22,'_edit_lock','1562334380:1'),(189,3,'_edit_lock','1567686298:1'),(205,39,'_wp_attached_file','2019/07/Screenshot-2019-07-15-at-3.34.00-PM-1-e1563223332620.png'),(206,39,'wpmf_size','638622'),(207,39,'wpmf_filetype','png'),(208,39,'wpmf_order','0'),(209,39,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:926;s:6:\"height\";i:689;s:4:\"file\";s:64:\"2019/07/Screenshot-2019-07-15-at-3.34.00-PM-1-e1563223332620.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"Screenshot-2019-07-15-at-3.34.00-PM-1-e1563223332620-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:64:\"Screenshot-2019-07-15-at-3.34.00-PM-1-e1563223332620-300x223.png\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:64:\"Screenshot-2019-07-15-at-3.34.00-PM-1-e1563223332620-768x571.png\";s:5:\"width\";i:768;s:6:\"height\";i:571;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:64:\"Screenshot-2019-07-15-at-3.34.00-PM-1-e1563223332620-926x655.png\";s:5:\"width\";i:926;s:6:\"height\";i:655;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:{}}}'),(210,39,'_edit_lock','1563223317:6'),(211,39,'_wp_attachment_backup_sizes','a:5:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:926;s:6:\"height\";i:698;s:4:\"file\";s:41:\"Screenshot-2019-07-15-at-3.34.00-PM-1.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:49:\"Screenshot-2019-07-15-at-3.34.00-PM-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:49:\"Screenshot-2019-07-15-at-3.34.00-PM-1-300x226.png\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:49:\"Screenshot-2019-07-15-at-3.34.00-PM-1-768x579.png\";s:5:\"width\";i:768;s:6:\"height\";i:579;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:49:\"Screenshot-2019-07-15-at-3.34.00-PM-1-926x655.png\";s:5:\"width\";i:926;s:6:\"height\";i:655;s:9:\"mime-type\";s:9:\"image/png\";}}'),(212,39,'_wpmf_gallery_custom_image_link',''),(213,39,'_gallery_link_target',''),(214,39,'_edit_last','6'),(217,42,'_wp_attached_file','2019/07/exemplo_buzz_imagens.jpg'),(218,42,'wpmf_size','314465'),(219,42,'wpmf_filetype','jpg'),(220,42,'wpmf_order','0'),(221,42,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:32:\"2019/07/exemplo_buzz_imagens.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"exemplo_buzz_imagens-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:\"exemplo_buzz_imagens-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"exemplo_buzz_imagens-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"exemplo_buzz_imagens-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"exemplo_buzz_imagens-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"gl-foto.com\";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:{}}}'),(223,44,'_wp_attached_file','2019/07/exemplo_buzz_imagens-1.jpg'),(224,44,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:34:\"2019/07/exemplo_buzz_imagens-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"exemplo_buzz_imagens-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:\"exemplo_buzz_imagens-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"exemplo_buzz_imagens-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"exemplo_buzz_imagens-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"exemplo_buzz_imagens-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"gl-foto.com\";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:{}}}'),(230,53,'_edit_lock','1565802224:21'),(231,54,'_wp_attached_file','2019/07/Leon_Bailey_Buzz.jpg'),(232,54,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2019/07/Leon_Bailey_Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Leon_Bailey_Buzz-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:\"Leon_Bailey_Buzz-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Leon_Bailey_Buzz-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Leon_Bailey_Buzz-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Leon_Bailey_Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(233,55,'_wp_attached_file','2019/07/Kingsley_Coman_Buzz.jpg'),(234,55,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:968;s:6:\"height\";i:545;s:4:\"file\";s:31:\"2019/07/Kingsley_Coman_Buzz.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Kingsley_Coman_Buzz-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:\"Kingsley_Coman_Buzz-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:31:\"Kingsley_Coman_Buzz-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:{}}}'),(235,56,'_wp_attached_file','2019/07/Leon_Bailey_Barmenia_Buzz.jpg'),(236,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:37:\"2019/07/Leon_Bailey_Barmenia_Buzz.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Leon_Bailey_Barmenia_Buzz-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:\"Leon_Bailey_Barmenia_Buzz-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:37:\"Leon_Bailey_Barmenia_Buzz-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:{}}}'),(237,57,'_wp_attached_file','2019/07/Leon_Bailey_Buzz-1.jpg'),(238,57,'wpmf_size','127671'),(239,57,'wpmf_filetype','jpg'),(240,57,'wpmf_order','0'),(241,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2019/07/Leon_Bailey_Buzz-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Leon_Bailey_Buzz-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:\"Leon_Bailey_Buzz-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Leon_Bailey_Buzz-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Leon_Bailey_Buzz-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Leon_Bailey_Buzz-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(242,53,'_thumbnail_id','3610'),(243,53,'_edit_last','21'),(244,53,'sponsored_url',''),(247,59,'_edit_lock','1567524973:11'),(248,60,'_wp_attached_file','2019/07/Kia_Sorento_Buzz.jpg'),(249,60,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2019/07/Kia_Sorento_Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Kia_Sorento_Buzz-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:\"Kia_Sorento_Buzz-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Kia_Sorento_Buzz-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Kia_Sorento_Buzz-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Kia_Sorento_Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(250,61,'_wp_attached_file','2019/07/Kia_Optima_Buzz.jpg'),(251,61,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:27:\"2019/07/Kia_Optima_Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Kia_Optima_Buzz-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:\"Kia_Optima_Buzz-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Kia_Optima_Buzz-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Kia_Optima_Buzz-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Kia_Optima_Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(252,62,'_wp_attached_file','2019/07/Kia_Sportage_Buzz.jpg'),(253,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2019/07/Kia_Sportage_Buzz.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Kia_Sportage_Buzz-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:\"Kia_Sportage_Buzz-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;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:{}}}'),(254,63,'_wp_attached_file','2019/07/Kia_Soul_Buzz.jpg'),(255,63,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2100;s:6:\"height\";i:1386;s:4:\"file\";s:25:\"2019/07/Kia_Soul_Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Kia_Soul_Buzz-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:\"Kia_Soul_Buzz-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Kia_Soul_Buzz-768x507.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Kia_Soul_Buzz-1024x676.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:676;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Kia_Soul_Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(256,59,'_thumbnail_id','3512'),(257,59,'_edit_last','11'),(258,59,'sponsored_url',''),(261,66,'_edit_lock','1565560096:11'),(262,67,'_wp_attached_file','2019/07/Supra-2020_1.jpg'),(263,67,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2019/07/Supra-2020_1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Supra-2020_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:24:\"Supra-2020_1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Supra-2020_1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Supra-2020_1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Supra-2020_1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(264,68,'_wp_attached_file','2019/07/paul-walker-supra.jpg'),(265,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1051;s:6:\"height\";i:729;s:4:\"file\";s:29:\"2019/07/paul-walker-supra.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"paul-walker-supra-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:\"paul-walker-supra-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"paul-walker-supra-768x533.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"paul-walker-supra-1024x710.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:710;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"paul-walker-supra-1051x655.jpg\";s:5:\"width\";i:1051;s:6:\"height\";i:655;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:{}}}'),(266,69,'_wp_attached_file','2019/07/supra-2020.jpg'),(267,69,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:22:\"2019/07/supra-2020.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"supra-2020-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:\"supra-2020-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"supra-2020-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"supra-2020-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"supra-2020-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(268,70,'_wp_attached_file','2019/07/supra-supra.jpg'),(269,70,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2019/07/supra-supra.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"supra-supra-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:\"supra-supra-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"supra-supra-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"supra-supra-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"supra-supra-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(270,71,'_wp_attached_file','2019/07/Supra-2020_1-1.jpg'),(271,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:26:\"2019/07/Supra-2020_1-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Supra-2020_1-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:26:\"Supra-2020_1-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Supra-2020_1-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Supra-2020_1-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Supra-2020_1-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(272,72,'_wp_attached_file','2019/07/Supra-2020_1-2.jpg'),(273,72,'wpmf_size','163771'),(274,72,'wpmf_filetype','jpg'),(275,72,'wpmf_order','0'),(276,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:26:\"2019/07/Supra-2020_1-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Supra-2020_1-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:26:\"Supra-2020_1-2-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Supra-2020_1-2-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Supra-2020_1-2-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Supra-2020_1-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(278,66,'_thumbnail_id','72'),(279,66,'_edit_last','4'),(281,66,'sponsored_url',''),(286,77,'_edit_lock','1565802644:21'),(287,78,'_wp_attached_file','2019/07/china-coffee-cup.jpg'),(288,78,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:968;s:6:\"height\";i:681;s:4:\"file\";s:28:\"2019/07/china-coffee-cup.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"china-coffee-cup-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:\"china-coffee-cup-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"china-coffee-cup-768x540.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"china-coffee-cup-968x655.jpg\";s:5:\"width\";i:968;s:6:\"height\";i:655;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:{}}}'),(289,79,'_wp_attached_file','2019/07/signed_document_contract_clip_art_26508.jpg'),(290,79,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:468;s:6:\"height\";i:595;s:4:\"file\";s:51:\"2019/07/signed_document_contract_clip_art_26508.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"signed_document_contract_clip_art_26508-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:\"signed_document_contract_clip_art_26508-236x300.jpg\";s:5:\"width\";i:236;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:{}}}'),(291,80,'_wp_attached_file','2019/07/Dried-Beans-and-a-Bag.jpg'),(292,80,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:680;s:6:\"height\";i:454;s:4:\"file\";s:33:\"2019/07/Dried-Beans-and-a-Bag.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Dried-Beans-and-a-Bag-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:\"Dried-Beans-and-a-Bag-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:\"1\";s:8:\"keywords\";a:0:{}}}'),(293,81,'_wp_attached_file','2019/07/idiot.jpg'),(294,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:1400;s:4:\"file\";s:17:\"2019/07/idiot.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"idiot-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:\"idiot-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"idiot-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"idiot-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"idiot-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(295,82,'_wp_attached_file','2019/07/crazy.jpg'),(296,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:397;s:6:\"height\";i:474;s:4:\"file\";s:17:\"2019/07/crazy.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"crazy-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:\"crazy-251x300.jpg\";s:5:\"width\";i:251;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:{}}}'),(297,83,'_wp_attached_file','2019/07/wedding-bands.jpg'),(298,83,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:25:\"2019/07/wedding-bands.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wedding-bands-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:\"wedding-bands-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:{}}}'),(299,84,'_wp_attached_file','2019/07/igloo-real-tools_h.jpg'),(300,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:948;s:6:\"height\";i:622;s:4:\"file\";s:30:\"2019/07/igloo-real-tools_h.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"igloo-real-tools_h-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:\"igloo-real-tools_h-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"igloo-real-tools_h-768x504.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:504;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:{}}}'),(301,85,'_wp_attached_file','2019/07/birthdaycalendar.jpg'),(302,85,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:28:\"2019/07/birthdaycalendar.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"birthdaycalendar-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:{}}}'),(304,77,'_thumbnail_id','3401'),(305,77,'_edit_last','21'),(307,77,'sponsored_url',''),(308,87,'_wp_attached_file','2019/07/popcaan.jpg'),(309,87,'wpmf_size','22838'),(310,87,'wpmf_filetype','jpg'),(311,87,'wpmf_order','0'),(312,87,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:504;s:6:\"height\";i:332;s:4:\"file\";s:19:\"2019/07/popcaan.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"popcaan-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:\"popcaan-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;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:{}}}'),(313,91,'_wp_attached_file','2019/07/jerry-wonda.jpg'),(314,91,'wpmf_size','96533'),(315,91,'wpmf_filetype','jpg'),(316,91,'wpmf_order','0'),(317,91,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:23:\"2019/07/jerry-wonda.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"jerry-wonda-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:\"jerry-wonda-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:23:\"jerry-wonda-768x512.jpg\";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:{}}}'),(318,92,'_wp_attached_file','2019/07/Morgans-Heritage.jpg'),(319,92,'wpmf_size','69529'),(320,92,'wpmf_filetype','jpg'),(321,92,'wpmf_order','0'),(322,92,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:523;s:4:\"file\";s:28:\"2019/07/Morgans-Heritage.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Morgans-Heritage-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:\"Morgans-Heritage-300x262.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:262;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:{}}}'),(327,98,'_edit_lock','1565822353:6'),(328,99,'_wp_attached_file','2019/07/ministro-de-turismo-manuel-marrero-cuba.jpg'),(329,99,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:541;s:4:\"file\";s:51:\"2019/07/ministro-de-turismo-manuel-marrero-cuba.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"ministro-de-turismo-manuel-marrero-cuba-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:\"ministro-de-turismo-manuel-marrero-cuba-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"ministro-de-turismo-manuel-marrero-cuba-768x519.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:519;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:6:\"Alvite\";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:{}}}'),(330,100,'_wp_attached_file','2019/07/Turistas-estadounidenses-en-La-Habana-_ab-620x330.jpg'),(331,100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:330;s:4:\"file\";s:61:\"2019/07/Turistas-estadounidenses-en-La-Habana-_ab-620x330.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Turistas-estadounidenses-en-La-Habana-_ab-620x330-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:61:\"Turistas-estadounidenses-en-La-Habana-_ab-620x330-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;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:{}}}'),(332,101,'_wp_attached_file','2019/07/Tourists-in-Cuba.jpg'),(333,101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:561;s:4:\"file\";s:28:\"2019/07/Tourists-in-Cuba.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Tourists-in-Cuba-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:\"Tourists-in-Cuba-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Tourists-in-Cuba-768x431.jpg\";s:5:\"width\";i:768;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:{}}}'),(334,102,'_wp_attached_file','2019/07/Cuban-Rum-and-Daiquiri.jpg'),(335,102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:364;s:4:\"file\";s:34:\"2019/07/Cuban-Rum-and-Daiquiri.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Cuban-Rum-and-Daiquiri-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:\"Cuban-Rum-and-Daiquiri-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: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:{}}}'),(337,98,'_thumbnail_id','101'),(338,98,'_edit_last','6'),(340,98,'sponsored_url',''),(342,105,'_edit_lock','1565838470:9'),(343,106,'_wp_attached_file','2019/07/Wedding-rings.jpg'),(344,106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:395;s:6:\"height\";i:395;s:4:\"file\";s:25:\"2019/07/Wedding-rings.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Wedding-rings-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:\"Wedding-rings-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:{}}}'),(345,107,'_wp_attached_file','2019/07/mood-swings.jpg'),(346,107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:459;s:4:\"file\";s:23:\"2019/07/mood-swings.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"mood-swings-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:\"mood-swings-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"mood-swings-768x392.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:392;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:{}}}'),(347,108,'_wp_attached_file','2019/07/black-couple-happy.jpg'),(348,108,'wpmf_size','74104'),(349,108,'wpmf_filetype','jpg'),(350,108,'wpmf_order','0'),(351,108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:630;s:6:\"height\";i:378;s:4:\"file\";s:30:\"2019/07/black-couple-happy.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"black-couple-happy-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:\"black-couple-happy-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;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:{}}}'),(353,105,'_thumbnail_id','108'),(354,105,'_edit_last','9'),(356,105,'sponsored_url',''),(358,111,'_wp_attached_file','2019/07/ian-parry.jpg'),(359,111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:450;s:4:\"file\";s:21:\"2019/07/ian-parry.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ian-parry-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:\"ian-parry-267x300.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1291201611\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(360,112,'_wp_attached_file','2019/07/Greenlands-Ice-Sheet-Is-Melting.png'),(361,112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:588;s:6:\"height\";i:369;s:4:\"file\";s:43:\"2019/07/Greenlands-Ice-Sheet-Is-Melting.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Greenlands-Ice-Sheet-Is-Melting-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:\"Greenlands-Ice-Sheet-Is-Melting-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;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:{}}}'),(362,113,'_wp_attached_file','2019/07/air_pollution_Buzz.jpg'),(363,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:653;s:6:\"height\";i:436;s:4:\"file\";s:30:\"2019/07/air_pollution_Buzz.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"air_pollution_Buzz-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:\"air_pollution_Buzz-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:{}}}'),(369,116,'_edit_lock','1565887787:12'),(370,117,'_edit_lock','1565875912:4'),(371,118,'_wp_attached_file','2019/07/Knife-cut.jpg'),(372,118,'wpmf_size','87975'),(373,118,'wpmf_filetype','jpg'),(374,118,'wpmf_order','0'),(375,118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2019/07/Knife-cut.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Knife-cut-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:\"Knife-cut-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Knife-cut-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Knife-cut-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Knife-cut-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(376,119,'_wp_attached_file','2019/07/knife-1.jpg'),(377,119,'wpmf_size','82039'),(378,119,'wpmf_filetype','jpg'),(379,119,'wpmf_order','0'),(380,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:19:\"2019/07/knife-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"knife-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:19:\"knife-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"knife-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"knife-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"knife-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(381,120,'_wp_attached_file','2019/07/knife-fire.jpg'),(382,120,'wpmf_size','96073'),(383,120,'wpmf_filetype','jpg'),(384,120,'wpmf_order','0'),(385,120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:22:\"2019/07/knife-fire.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"knife-fire-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:\"knife-fire-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"knife-fire-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"knife-fire-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"knife-fire-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(386,121,'_wp_attached_file','2019/07/Knife.jpg'),(387,121,'wpmf_size','127329'),(388,121,'wpmf_filetype','jpg'),(389,121,'wpmf_order','0'),(390,121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:17:\"2019/07/Knife.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Knife-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:\"Knife-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Knife-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"Knife-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Knife-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(391,122,'_wp_attached_file','2019/07/jabulani-johnson.jpg'),(392,122,'wpmf_size','74722'),(393,122,'wpmf_filetype','jpg'),(394,122,'wpmf_order','0'),(395,122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2019/07/jabulani-johnson.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"jabulani-johnson-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:\"jabulani-johnson-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"jabulani-johnson-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"jabulani-johnson-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"jabulani-johnson-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(396,124,'_edit_lock','1566305780:14'),(397,125,'_wp_attached_file','2019/07/knife-fire-1.jpg'),(398,125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2019/07/knife-fire-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"knife-fire-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:24:\"knife-fire-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"knife-fire-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"knife-fire-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"knife-fire-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(399,117,'_edit_last','4'),(400,117,'sponsored_url',''),(401,124,'_edit_last','14'),(402,124,'sponsored_url',''),(429,136,'_wp_attached_file','2019/07/hombre-eccentric-.jpg'),(430,136,'wpmf_size','234930'),(431,136,'wpmf_filetype','jpg'),(432,136,'wpmf_order','0'),(433,136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:29:\"2019/07/hombre-eccentric-.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"hombre-eccentric--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:\"hombre-eccentric--300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"hombre-eccentric--768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"hombre-eccentric--1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"hombre-eccentric--1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(435,138,'_wp_attached_file','2019/07/andrew-holness-norman-dunn-2017.jpg'),(436,138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1266;s:6:\"height\";i:720;s:4:\"file\";s:43:\"2019/07/andrew-holness-norman-dunn-2017.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"andrew-holness-norman-dunn-2017-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:\"andrew-holness-norman-dunn-2017-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"andrew-holness-norman-dunn-2017-768x437.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"andrew-holness-norman-dunn-2017-1024x582.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"andrew-holness-norman-dunn-2017-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(437,140,'_edit_lock','1565816102:14'),(438,140,'_edit_last','14'),(439,140,'sponsored_url',''),(440,142,'_wp_attached_file','2019/07/Screen-Shot-2019-07-17-at-6.00.45-PM.jpg'),(441,142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1401;s:6:\"height\";i:900;s:4:\"file\";s:48:\"2019/07/Screen-Shot-2019-07-17-at-6.00.45-PM.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-07-17-at-6.00.45-PM-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:48:\"Screen-Shot-2019-07-17-at-6.00.45-PM-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-07-17-at-6.00.45-PM-768x493.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-07-17-at-6.00.45-PM-1024x658.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-07-17-at-6.00.45-PM-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(444,144,'_wp_attached_file','2019/07/kushite-1.jpg'),(445,144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2019/07/kushite-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"kushite-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:\"kushite-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"kushite-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"kushite-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"kushite-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(446,145,'_wp_attached_file','2019/07/cheffing-don.jpg'),(447,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2019/07/cheffing-don.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"cheffing-don-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:\"cheffing-don-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"cheffing-don-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"cheffing-don-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"cheffing-don-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(448,146,'_wp_attached_file','2019/07/cheffing-don-1.jpg'),(449,146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:26:\"2019/07/cheffing-don-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"cheffing-don-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:26:\"cheffing-don-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"cheffing-don-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"cheffing-don-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"cheffing-don-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(450,147,'_wp_attached_file','2019/07/veggie-campus.jpg'),(451,147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2019/07/veggie-campus.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"veggie-campus-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:\"veggie-campus-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"veggie-campus-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"veggie-campus-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"veggie-campus-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(452,148,'_wp_attached_file','2019/07/Screen-Shot-2019-07-17-at-6.00.45-PM-1.jpg'),(453,148,'wpmf_size','768781'),(454,148,'wpmf_filetype','jpg'),(455,148,'wpmf_order','0'),(456,148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1401;s:6:\"height\";i:900;s:4:\"file\";s:50:\"2019/07/Screen-Shot-2019-07-17-at-6.00.45-PM-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2019-07-17-at-6.00.45-PM-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:50:\"Screen-Shot-2019-07-17-at-6.00.45-PM-1-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2019-07-17-at-6.00.45-PM-1-768x493.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Screen-Shot-2019-07-17-at-6.00.45-PM-1-1024x658.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"Screen-Shot-2019-07-17-at-6.00.45-PM-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(457,148,'_wp_attachment_image_alt','Prime Minister Andrew Holness'),(462,116,'_thumbnail_id','3194'),(463,116,'_edit_last','12'),(465,116,'sponsored_url',''),(466,152,'_wp_attached_file','2019/07/Screen-Shot-2019-07-17-at-6.00.45-PM-2.jpg'),(467,152,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1401;s:6:\"height\";i:900;s:4:\"file\";s:50:\"2019/07/Screen-Shot-2019-07-17-at-6.00.45-PM-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2019-07-17-at-6.00.45-PM-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:50:\"Screen-Shot-2019-07-17-at-6.00.45-PM-2-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2019-07-17-at-6.00.45-PM-2-768x493.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Screen-Shot-2019-07-17-at-6.00.45-PM-2-1024x658.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"Screen-Shot-2019-07-17-at-6.00.45-PM-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(471,155,'_edit_lock','1565822535:6'),(473,155,'_thumbnail_id','39'),(474,155,'_edit_last','11'),(476,155,'sponsored_url',''),(479,158,'_wp_attached_file','2019/07/andrew-holness-negril-1.jpg'),(480,158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1416;s:6:\"height\";i:900;s:4:\"file\";s:35:\"2019/07/andrew-holness-negril-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"andrew-holness-negril-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:35:\"andrew-holness-negril-1-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"andrew-holness-negril-1-768x488.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"andrew-holness-negril-1-1024x651.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"andrew-holness-negril-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(481,159,'_wp_attached_file','2019/07/andrew-holness-nesbeth-performance1.jpg'),(482,159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:844;s:4:\"file\";s:47:\"2019/07/andrew-holness-nesbeth-performance1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"andrew-holness-nesbeth-performance1-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:\"andrew-holness-nesbeth-performance1-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:47:\"andrew-holness-nesbeth-performance1-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:48:\"andrew-holness-nesbeth-performance1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"andrew-holness-nesbeth-performance1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(483,160,'_wp_attached_file','2019/07/andrew-holness-family1.jpg'),(484,160,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:883;s:4:\"file\";s:34:\"2019/07/andrew-holness-family1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"andrew-holness-family1-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:\"andrew-holness-family1-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"andrew-holness-family1-768x452.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"andrew-holness-family1-1024x603.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"andrew-holness-family1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(485,161,'_wp_attached_file','2019/07/andrew-holness-norman-dunn-20171.jpg'),(486,161,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:853;s:4:\"file\";s:44:\"2019/07/andrew-holness-norman-dunn-20171.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"andrew-holness-norman-dunn-20171-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:\"andrew-holness-norman-dunn-20171-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"andrew-holness-norman-dunn-20171-768x437.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"andrew-holness-norman-dunn-20171-1024x582.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"andrew-holness-norman-dunn-20171-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(487,162,'_wp_attached_file','2019/07/andrew-holness-community-football1.jpg'),(488,162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1454;s:6:\"height\";i:900;s:4:\"file\";s:46:\"2019/07/andrew-holness-community-football1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"andrew-holness-community-football1-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:\"andrew-holness-community-football1-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"andrew-holness-community-football1-768x475.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"andrew-holness-community-football1-1024x634.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:634;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"andrew-holness-community-football1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(489,163,'_wp_attached_file','2019/07/Screen-Shot-2019-07-17-at-5.55.51-PM.jpg'),(490,163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1266;s:6:\"height\";i:900;s:4:\"file\";s:48:\"2019/07/Screen-Shot-2019-07-17-at-5.55.51-PM.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-07-17-at-5.55.51-PM-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:48:\"Screen-Shot-2019-07-17-at-5.55.51-PM-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-07-17-at-5.55.51-PM-768x546.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-07-17-at-5.55.51-PM-1024x728.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-07-17-at-5.55.51-PM-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(491,164,'_wp_attached_file','2019/07/Screen-Shot-2019-07-17-at-6.00.45-PM-3.jpg'),(492,164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1401;s:6:\"height\";i:900;s:4:\"file\";s:50:\"2019/07/Screen-Shot-2019-07-17-at-6.00.45-PM-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2019-07-17-at-6.00.45-PM-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:50:\"Screen-Shot-2019-07-17-at-6.00.45-PM-3-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2019-07-17-at-6.00.45-PM-3-768x493.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Screen-Shot-2019-07-17-at-6.00.45-PM-3-1024x658.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"Screen-Shot-2019-07-17-at-6.00.45-PM-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(493,165,'_wp_attached_file','2019/07/Screen-Shot-2019-07-17-at-6.05.45-PM.jpg'),(494,165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:900;s:4:\"file\";s:48:\"2019/07/Screen-Shot-2019-07-17-at-6.05.45-PM.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-07-17-at-6.05.45-PM-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:48:\"Screen-Shot-2019-07-17-at-6.05.45-PM-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:48:\"Screen-Shot-2019-07-17-at-6.05.45-PM-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-07-17-at-6.05.45-PM-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-07-17-at-6.05.45-PM-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(495,166,'_wp_attached_file','2019/07/Screen-Shot-2019-07-17-at-5.36.15-PM.jpg'),(496,166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:684;s:6:\"height\";i:900;s:4:\"file\";s:48:\"2019/07/Screen-Shot-2019-07-17-at-5.36.15-PM.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-07-17-at-5.36.15-PM-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:48:\"Screen-Shot-2019-07-17-at-5.36.15-PM-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-07-17-at-5.36.15-PM-684x655.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:655;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:{}}}'),(497,167,'_wp_attached_file','2019/07/Screen-Shot-2019-07-18-at-9.53.28-AM.jpg'),(498,167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:714;s:6:\"height\";i:900;s:4:\"file\";s:48:\"2019/07/Screen-Shot-2019-07-18-at-9.53.28-AM.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-07-18-at-9.53.28-AM-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:48:\"Screen-Shot-2019-07-18-at-9.53.28-AM-238x300.jpg\";s:5:\"width\";i:238;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-07-18-at-9.53.28-AM-714x655.jpg\";s:5:\"width\";i:714;s:6:\"height\";i:655;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:{}}}'),(504,169,'_edit_lock','1565897221:4'),(505,169,'_edit_last','4'),(506,169,'sponsored_url',''),(512,176,'_wp_attached_file','2019/07/hombre-eccentric-3.jpg'),(513,176,'wpmf_size','94939'),(514,176,'wpmf_filetype','jpg'),(515,176,'wpmf_order','0'),(516,176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:710;s:4:\"file\";s:30:\"2019/07/hombre-eccentric-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"hombre-eccentric-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:\"hombre-eccentric-3-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"hombre-eccentric-3-768x505.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"hombre-eccentric-3-1024x673.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:673;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"hombre-eccentric-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1563449476\";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:{}}}'),(517,177,'_wp_attached_file','2019/07/Hombre-eccentric-Steve-morgan.jpg'),(518,177,'wpmf_size','151212'),(519,177,'wpmf_filetype','jpg'),(520,177,'wpmf_order','0'),(521,177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:774;s:6:\"height\";i:774;s:4:\"file\";s:41:\"2019/07/Hombre-eccentric-Steve-morgan.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Hombre-eccentric-Steve-morgan-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:\"Hombre-eccentric-Steve-morgan-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Hombre-eccentric-Steve-morgan-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Hombre-eccentric-Steve-morgan-774x655.jpg\";s:5:\"width\";i:774;s:6:\"height\";i:655;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:\"1563389650\";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:{}}}'),(523,117,'_wp_old_date','2019-08-15'),(526,117,'_thumbnail_id','122'),(530,180,'_wp_attached_file','2019/07/hombre-eccentric-2-1.jpg'),(531,180,'wpmf_size','129385'),(532,180,'wpmf_filetype','jpg'),(533,180,'wpmf_order','0'),(534,180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:759;s:6:\"height\";i:1137;s:4:\"file\";s:32:\"2019/07/hombre-eccentric-2-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"hombre-eccentric-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:32:\"hombre-eccentric-2-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:33:\"hombre-eccentric-2-1-684x1024.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"hombre-eccentric-2-1-759x655.jpg\";s:5:\"width\";i:759;s:6:\"height\";i:655;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:\"1563449466\";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:{}}}'),(539,182,'_wp_attached_file','2019/07/hombre-eccentric-4-1.jpg'),(540,182,'wpmf_size','210076'),(541,182,'wpmf_filetype','jpg'),(542,182,'wpmf_order','0'),(543,182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:945;s:6:\"height\";i:943;s:4:\"file\";s:32:\"2019/07/hombre-eccentric-4-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"hombre-eccentric-4-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:32:\"hombre-eccentric-4-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"hombre-eccentric-4-1-768x766.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"hombre-eccentric-4-1-945x655.jpg\";s:5:\"width\";i:945;s:6:\"height\";i:655;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:\"1563449490\";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:{}}}'),(544,183,'_wp_attached_file','2019/07/hombre-eccentric-5-1.jpg'),(545,183,'wpmf_size','133748'),(546,183,'wpmf_filetype','jpg'),(547,183,'wpmf_order','0'),(548,183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1011;s:6:\"height\";i:1012;s:4:\"file\";s:32:\"2019/07/hombre-eccentric-5-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"hombre-eccentric-5-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:32:\"hombre-eccentric-5-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"hombre-eccentric-5-1-768x769.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"hombre-eccentric-5-1-1011x655.jpg\";s:5:\"width\";i:1011;s:6:\"height\";i:655;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:\"1563449448\";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:{}}}'),(551,185,'_edit_lock','1565822762:6'),(552,185,'_edit_last','6'),(553,185,'sponsored_url',''),(554,187,'_wp_attached_file','2019/07/Jah-Cure-in-Kenya.jpg'),(555,187,'wpmf_size','73188'),(556,187,'wpmf_filetype','jpg'),(557,187,'wpmf_order','0'),(558,187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:29:\"2019/07/Jah-Cure-in-Kenya.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Jah-Cure-in-Kenya-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:\"Jah-Cure-in-Kenya-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:29:\"Jah-Cure-in-Kenya-768x512.jpg\";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:{}}}'),(559,190,'_wp_attached_file','2019/07/Jah-Cure-in-Kenya-2.jpg'),(560,190,'wpmf_size','105817'),(561,190,'wpmf_filetype','jpg'),(562,190,'wpmf_order','0'),(563,190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:31:\"2019/07/Jah-Cure-in-Kenya-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Jah-Cure-in-Kenya-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:31:\"Jah-Cure-in-Kenya-2-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:31:\"Jah-Cure-in-Kenya-2-768x512.jpg\";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:{}}}'),(564,191,'_wp_attached_file','2019/07/jah-cure-in-kenya-3.jpg'),(565,191,'wpmf_size','71480'),(566,191,'wpmf_filetype','jpg'),(567,191,'wpmf_order','0'),(568,191,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:31:\"2019/07/jah-cure-in-kenya-3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"jah-cure-in-kenya-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:31:\"jah-cure-in-kenya-3-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:31:\"jah-cure-in-kenya-3-768x512.jpg\";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:{}}}'),(569,192,'_wp_attached_file','2019/07/Jah-Cure-in-Kenya-5.jpg'),(570,192,'wpmf_size','94719'),(571,192,'wpmf_filetype','jpg'),(572,192,'wpmf_order','0'),(573,192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:31:\"2019/07/Jah-Cure-in-Kenya-5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Jah-Cure-in-Kenya-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:31:\"Jah-Cure-in-Kenya-5-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:31:\"Jah-Cure-in-Kenya-5-768x512.jpg\";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:{}}}'),(577,185,'_thumbnail_id','187'),(582,196,'_wp_attached_file','2019/07/Gabrielle-Union-and-Dwayne-Wade-.jpeg'),(583,196,'wpmf_size','92469'),(584,196,'wpmf_filetype','jpeg'),(585,196,'wpmf_order','0'),(586,196,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:650;s:4:\"file\";s:45:\"2019/07/Gabrielle-Union-and-Dwayne-Wade-.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Gabrielle-Union-and-Dwayne-Wade--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:45:\"Gabrielle-Union-and-Dwayne-Wade--300x300.jpeg\";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:3:\"5.6\";s:6:\"credit\";s:9:\"FilmMagic\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:192:\"LOS ANGELES, CALIFORNIA - JULY 10:  Gabrielle Union and Dwyane Wade attend The 2019 ESPYs at Microsoft Theater on July 10, 2019 in Los Angeles, California. (Photo by Phillip Faraone/FilmMagic)\";s:17:\"created_timestamp\";s:10:\"1562716800\";s:9:\"copyright\";s:14:\"2019 FilmMagic\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:25:\"The 2019 ESPYs - Arrivals\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(588,198,'_edit_lock','1565808665:21'),(592,198,'_thumbnail_id','1291'),(593,198,'_edit_last','21'),(595,198,'sponsored_url',''),(602,203,'_edit_lock','1565808830:21'),(603,203,'_edit_last','21'),(604,203,'sponsored_url',''),(615,208,'_wp_attached_file','2019/07/CARDI-B-KULTER.jpg'),(616,208,'wpmf_size','228520'),(617,208,'wpmf_filetype','jpg'),(618,208,'wpmf_order','0'),(619,208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:343;s:4:\"file\";s:26:\"2019/07/CARDI-B-KULTER.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"CARDI-B-KULTER-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:\"CARDI-B-KULTER-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;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:\"1562745825\";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:{}}}'),(624,10,'_edit_lock','1566955598:12'),(626,215,'_edit_lock','1567120256:11'),(633,218,'_wp_attached_file','2019/07/coco-3.jpg'),(634,218,'wpmf_size','39206'),(635,218,'wpmf_filetype','jpg'),(636,218,'wpmf_order','0'),(637,218,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:670;s:4:\"file\";s:18:\"2019/07/coco-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"coco-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:18:\"coco-3-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"coco-3-768x536.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"coco-3-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(638,219,'_edit_lock','1565887614:12'),(639,219,'_edit_last','4'),(640,219,'sponsored_url',''),(641,222,'_wp_attached_file','2019/07/cori-and-venus-williams.jpg'),(642,222,'wpmf_size','152556'),(643,222,'wpmf_filetype','jpg'),(644,222,'wpmf_order','0'),(645,222,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:35:\"2019/07/cori-and-venus-williams.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"cori-and-venus-williams-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:\"cori-and-venus-williams-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:35:\"cori-and-venus-williams-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:36:\"cori-and-venus-williams-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"cori-and-venus-williams-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(646,223,'_wp_attached_file','2019/07/coco-2.jpg'),(647,223,'wpmf_size','95007'),(648,223,'wpmf_filetype','jpg'),(649,223,'wpmf_order','0'),(650,223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:601;s:4:\"file\";s:18:\"2019/07/coco-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"coco-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:18:\"coco-2-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:18:\"coco-2-768x481.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:481;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:{}}}'),(651,224,'_wp_attached_file','2019/07/coco-4.jpg'),(652,224,'wpmf_size','75770'),(653,224,'wpmf_filetype','jpg'),(654,224,'wpmf_order','0'),(655,224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:18:\"2019/07/coco-4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"coco-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:18:\"coco-4-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:18:\"coco-4-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;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:{}}}'),(656,225,'_wp_attached_file','2019/07/coco-5.jpg'),(657,225,'wpmf_size','42308'),(658,225,'wpmf_filetype','jpg'),(659,225,'wpmf_order','0'),(660,225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:18:\"2019/07/coco-5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"coco-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:18:\"coco-5-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:18:\"coco-5-768x512.jpg\";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:{}}}'),(661,226,'_wp_attached_file','2019/07/sylvester-black.jpg'),(662,226,'wpmf_size','477666'),(663,226,'wpmf_filetype','jpg'),(664,226,'wpmf_order','0'),(665,226,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1689;s:6:\"height\";i:1266;s:4:\"file\";s:27:\"2019/07/sylvester-black.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"sylvester-black-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:\"sylvester-black-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:\"sylvester-black-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"sylvester-black-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"sylvester-black-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:16:\"SAMSUNG-SGH-I497\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1377542248\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.79\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(666,227,'_wp_attached_file','2019/07/sylvester-and-Coco-at-8-yo.jpg'),(667,227,'wpmf_size','859148'),(668,227,'wpmf_filetype','jpg'),(669,227,'wpmf_order','0'),(670,227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1846;s:6:\"height\";i:2461;s:4:\"file\";s:38:\"2019/07/sylvester-and-Coco-at-8-yo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"sylvester-and-Coco-at-8-yo-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:\"sylvester-and-Coco-at-8-yo-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"sylvester-and-Coco-at-8-yo-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"sylvester-and-Coco-at-8-yo-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"sylvester-and-Coco-at-8-yo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:9:\"iPhone 4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1351089433\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.28\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:19:\"0.00075815011372252\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(671,219,'_oembed_1e471346ef1de01578d7f0a98330561f','<iframe title=\"Cori Gauff 12&#039;s Clay Court Supernational Champion\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/-nN8Nx87ww0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(672,219,'_oembed_time_1e471346ef1de01578d7f0a98330561f','1565822844'),(673,219,'_thumbnail_id','223'),(681,243,'_edit_lock','1565881082:1'),(682,243,'_edit_last','3'),(684,215,'_oembed_4ecf35fcf5e11c53840b1cfecc9e88e5','<iframe title=\"Storm Saulter - The mind behind the film Sprinter Pt.2\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/BT965g8nOno?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(685,215,'_oembed_time_4ecf35fcf5e11c53840b1cfecc9e88e5','1563825643'),(686,215,'_oembed_846590965e7b0bdf1225719e8a83e5c4','<iframe title=\"Storm Saulter: The mind behind the film Sprinter Pt.1\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/X9d2j1IVbfw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(687,215,'_oembed_time_846590965e7b0bdf1225719e8a83e5c4','1567120389'),(688,215,'_edit_last','14'),(689,215,'sponsored_url',''),(690,140,'_oembed_4ecf35fcf5e11c53840b1cfecc9e88e5','<iframe title=\"Storm Saulter - The mind behind the film Sprinter Pt.2\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/BT965g8nOno?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(691,140,'_oembed_time_4ecf35fcf5e11c53840b1cfecc9e88e5','1563830448'),(702,265,'_wp_attached_file','2019/07/storm-saulter-buzz-interview-5.jpg'),(703,265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:42:\"2019/07/storm-saulter-buzz-interview-5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"storm-saulter-buzz-interview-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:42:\"storm-saulter-buzz-interview-5-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"storm-saulter-buzz-interview-5-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"storm-saulter-buzz-interview-5-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"storm-saulter-buzz-interview-5-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(704,266,'_wp_attached_file','2019/07/storm-saulter-buzz-interview-4.jpg'),(705,266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:42:\"2019/07/storm-saulter-buzz-interview-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"storm-saulter-buzz-interview-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:42:\"storm-saulter-buzz-interview-4-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"storm-saulter-buzz-interview-4-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"storm-saulter-buzz-interview-4-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"storm-saulter-buzz-interview-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(706,267,'_wp_attached_file','2019/07/storm-saulter-buzz-interview-1.jpg'),(707,267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:42:\"2019/07/storm-saulter-buzz-interview-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"storm-saulter-buzz-interview-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:42:\"storm-saulter-buzz-interview-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"storm-saulter-buzz-interview-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"storm-saulter-buzz-interview-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"storm-saulter-buzz-interview-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(716,273,'_wp_attached_file','2019/07/storm-saulter-buzz-interview-4-1.jpg'),(717,273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:44:\"2019/07/storm-saulter-buzz-interview-4-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"storm-saulter-buzz-interview-4-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:44:\"storm-saulter-buzz-interview-4-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"storm-saulter-buzz-interview-4-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"storm-saulter-buzz-interview-4-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"storm-saulter-buzz-interview-4-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(718,274,'_edit_lock','1565821834:6'),(726,274,'_edit_last','11'),(727,274,'sponsored_url',''),(734,281,'_edit_lock','1568412069:11'),(735,282,'_edit_lock','1565887602:12'),(736,282,'_oembed_1d9e510b610bdedc2b52397eb843c2b3','<iframe title=\"Chris Gayle meets Rihanna!\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/b-v0t3mdWQc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(737,282,'_oembed_time_1d9e510b610bdedc2b52397eb843c2b3','1563993870'),(738,283,'_wp_attached_file','2019/07/rihanna-chris-gayle_buzz.jpg'),(739,283,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:36:\"2019/07/rihanna-chris-gayle_buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"rihanna-chris-gayle_buzz-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:\"rihanna-chris-gayle_buzz-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"rihanna-chris-gayle_buzz-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"rihanna-chris-gayle_buzz-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"rihanna-chris-gayle_buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(740,282,'_edit_last','14'),(741,282,'sponsored_url',''),(742,287,'_wp_attached_file','2019/07/storm-saulter-buzz-interview-3.jpg'),(743,287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3456;s:6:\"height\";i:5184;s:4:\"file\";s:42:\"2019/07/storm-saulter-buzz-interview-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"storm-saulter-buzz-interview-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:42:\"storm-saulter-buzz-interview-3-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"storm-saulter-buzz-interview-3-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"storm-saulter-buzz-interview-3-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"storm-saulter-buzz-interview-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1562332634\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(746,294,'_wp_attached_file','2019/07/kevin-spacey.jpeg'),(747,294,'wpmf_size','99137'),(748,294,'wpmf_filetype','jpeg'),(749,294,'wpmf_order','0'),(750,294,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:552;s:6:\"height\";i:553;s:4:\"file\";s:25:\"2019/07/kevin-spacey.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"kevin-spacey-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:25:\"kevin-spacey-300x300.jpeg\";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:3:\"5.6\";s:6:\"credit\";s:11:\"Splash News\";s:6:\"camera\";s:8:\"NIKON D4\";s:7:\"caption\";s:334:\"House Of Cards Season 3 World Premiere at the Empire Leicester Square\r<P>\rPictured: Kevin Spacey\r<B>Ref: SPL961878  260215  </B><BR />\rPicture by: Splash News<BR />\r</P><P>\r<B>Splash News and Pictures</B><BR />\rLos Angeles:	310-821-2666<BR />\rNew York:	212-619-2666<BR />\rLondon:	870-934-2666<BR />\rphotodesk@splashnews.com<BR />\r</P>\";s:17:\"created_timestamp\";s:10:\"1424980495\";s:9:\"copyright\";s:21:\"© www.splashnews.com\";s:12:\"focal_length\";s:3:\"125\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:48:\"House Of Cards Season 3 World Premiere in London\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(764,300,'_edit_lock','1569013777:1'),(765,301,'_wp_attached_file','2019/07/bajo-nuevo.jpg'),(766,301,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1021;s:6:\"height\";i:675;s:4:\"file\";s:22:\"2019/07/bajo-nuevo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"bajo-nuevo-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:\"bajo-nuevo-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"bajo-nuevo-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"bajo-nuevo-1021x655.jpg\";s:5:\"width\";i:1021;s:6:\"height\";i:655;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:{}}}'),(767,302,'_wp_attached_file','2019/07/bajo-nuevo-google-maps-jamaica.jpg'),(768,302,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1359;s:6:\"height\";i:774;s:4:\"file\";s:42:\"2019/07/bajo-nuevo-google-maps-jamaica.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"bajo-nuevo-google-maps-jamaica-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:42:\"bajo-nuevo-google-maps-jamaica-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"bajo-nuevo-google-maps-jamaica-768x437.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"bajo-nuevo-google-maps-jamaica-1024x583.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:583;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"bajo-nuevo-google-maps-jamaica-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(769,300,'_edit_last','14'),(770,300,'sponsored_url',''),(771,304,'_wp_attached_file','2019/07/posada-paul-robertson-sbscollage-buzz.jpg'),(772,304,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:49:\"2019/07/posada-paul-robertson-sbscollage-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"posada-paul-robertson-sbscollage-buzz-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:\"posada-paul-robertson-sbscollage-buzz-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"posada-paul-robertson-sbscollage-buzz-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"posada-paul-robertson-sbscollage-buzz-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"posada-paul-robertson-sbscollage-buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(773,305,'_wp_attached_file','2019/07/bajo-nuevo-countries-dispute-flags.jpg'),(774,305,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:46:\"2019/07/bajo-nuevo-countries-dispute-flags.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"bajo-nuevo-countries-dispute-flags-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:\"bajo-nuevo-countries-dispute-flags-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"bajo-nuevo-countries-dispute-flags-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"bajo-nuevo-countries-dispute-flags-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"bajo-nuevo-countries-dispute-flags-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(775,306,'_wp_attached_file','2019/07/bajo-nuevo-light-beacon.jpg'),(776,306,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:349;s:6:\"height\";i:450;s:4:\"file\";s:35:\"2019/07/bajo-nuevo-light-beacon.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"bajo-nuevo-light-beacon-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:\"bajo-nuevo-light-beacon-233x300.jpg\";s:5:\"width\";i:233;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:{}}}'),(777,307,'_wp_attached_file','2019/07/usa_flag-demo.jpg'),(778,307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2019/07/usa_flag-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"usa_flag-demo-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:\"usa_flag-demo-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"usa_flag-demo-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"usa_flag-demo-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"usa_flag-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(783,314,'_wp_attached_file','2019/07/Richard-Branson.jpg'),(784,314,'wpmf_size','82312'),(785,314,'wpmf_filetype','jpg'),(786,314,'wpmf_order','0'),(787,314,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:27:\"2019/07/Richard-Branson.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Richard-Branson-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:\"Richard-Branson-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Richard-Branson-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Richard-Branson-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Richard-Branson-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(788,315,'_wp_attached_file','2019/07/Virgin-Galactic.jpg'),(789,315,'wpmf_size','41876'),(790,315,'wpmf_filetype','jpg'),(791,315,'wpmf_order','0'),(792,315,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:879;s:6:\"height\";i:485;s:4:\"file\";s:27:\"2019/07/Virgin-Galactic.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Virgin-Galactic-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:\"Virgin-Galactic-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Virgin-Galactic-768x424.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:424;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:{}}}'),(793,316,'_wp_attached_file','2019/07/tessellated.jpg'),(794,316,'wpmf_size','441859'),(795,316,'wpmf_filetype','jpg'),(796,316,'wpmf_order','0'),(797,316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2019/07/tessellated.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"tessellated-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:\"tessellated-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:23:\"tessellated-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:24:\"tessellated-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"tessellated-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563825552\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(798,317,'_wp_attached_file','2019/07/Adam_Stewart_AC_Marriott.jpg'),(799,317,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2415;s:6:\"height\";i:2022;s:4:\"file\";s:36:\"2019/07/Adam_Stewart_AC_Marriott.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Adam_Stewart_AC_Marriott-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:\"Adam_Stewart_AC_Marriott-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:36:\"Adam_Stewart_AC_Marriott-768x643.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:643;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Adam_Stewart_AC_Marriott-1024x857.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:857;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Adam_Stewart_AC_Marriott-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560802334\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(800,319,'_wp_attached_file','2019/07/AC_Marriott_Hotel_Rooms.jpg'),(801,319,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2074;s:6:\"height\";i:1383;s:4:\"file\";s:35:\"2019/07/AC_Marriott_Hotel_Rooms.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"AC_Marriott_Hotel_Rooms-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:\"AC_Marriott_Hotel_Rooms-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:35:\"AC_Marriott_Hotel_Rooms-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:36:\"AC_Marriott_Hotel_Rooms-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"AC_Marriott_Hotel_Rooms-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560430341\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(802,300,'_thumbnail_id','301'),(803,321,'_edit_lock','1565885888:12'),(804,281,'_edit_last','14'),(805,281,'sponsored_url',''),(806,323,'_wp_attached_file','2019/07/flying-into-sunset-demo.jpg'),(807,323,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:734;s:4:\"file\";s:35:\"2019/07/flying-into-sunset-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"flying-into-sunset-demo-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:\"flying-into-sunset-demo-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:35:\"flying-into-sunset-demo-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:36:\"flying-into-sunset-demo-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"flying-into-sunset-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(808,324,'_wp_attached_file','2019/07/AC_Marriott_Hotel.jpg'),(809,324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2074;s:6:\"height\";i:1383;s:4:\"file\";s:29:\"2019/07/AC_Marriott_Hotel.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"AC_Marriott_Hotel-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:\"AC_Marriott_Hotel-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:29:\"AC_Marriott_Hotel-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:30:\"AC_Marriott_Hotel-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"AC_Marriott_Hotel-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560431174\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(810,325,'_wp_attached_file','2019/07/jamaica-passport-demo.jpg'),(811,325,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:932;s:4:\"file\";s:33:\"2019/07/jamaica-passport-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"jamaica-passport-demo-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:\"jamaica-passport-demo-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:33:\"jamaica-passport-demo-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"jamaica-passport-demo-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"jamaica-passport-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1462842542\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"27\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(817,327,'_wp_attached_file','2019/07/airpods.png'),(818,327,'wpmf_size','843915'),(819,327,'wpmf_filetype','png'),(820,327,'wpmf_order','0'),(821,327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1160;s:6:\"height\";i:652;s:4:\"file\";s:19:\"2019/07/airpods.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"airpods-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:19:\"airpods-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"airpods-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"airpods-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"airpods-1060x652.png\";s:5:\"width\";i:1060;s:6:\"height\";i:652;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:{}}}'),(822,328,'_wp_attached_file','2019/07/world-map-demo.jpg'),(823,328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:715;s:4:\"file\";s:26:\"2019/07/world-map-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"world-map-demo-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:\"world-map-demo-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"world-map-demo-768x458.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"world-map-demo-1024x610.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"world-map-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(824,329,'_wp_attached_file','2019/07/AC_MARRIOTT_KINGSTON.jpg'),(825,329,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1939;s:6:\"height\";i:1089;s:4:\"file\";s:32:\"2019/07/AC_MARRIOTT_KINGSTON.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"AC_MARRIOTT_KINGSTON-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:\"AC_MARRIOTT_KINGSTON-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"AC_MARRIOTT_KINGSTON-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"AC_MARRIOTT_KINGSTON-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"AC_MARRIOTT_KINGSTON-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560431065\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(826,321,'_thumbnail_id','323'),(827,321,'_edit_last','14'),(828,321,'sponsored_url',''),(829,332,'_edit_lock','1565887590:12'),(830,333,'_wp_attached_file','2019/07/AC_MARRIOTT_HOTEL_EXTERIOR.jpg'),(831,333,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1745;s:6:\"height\";i:1164;s:4:\"file\";s:38:\"2019/07/AC_MARRIOTT_HOTEL_EXTERIOR.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"AC_MARRIOTT_HOTEL_EXTERIOR-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:\"AC_MARRIOTT_HOTEL_EXTERIOR-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:38:\"AC_MARRIOTT_HOTEL_EXTERIOR-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:39:\"AC_MARRIOTT_HOTEL_EXTERIOR-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"AC_MARRIOTT_HOTEL_EXTERIOR-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560800014\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(832,334,'_wp_attached_file','2019/07/STATE_OF_THE_ART_FACILITIES_AC_MARRIOTT_KINGSTON.jpg'),(833,334,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1743;s:6:\"height\";i:1162;s:4:\"file\";s:60:\"2019/07/STATE_OF_THE_ART_FACILITIES_AC_MARRIOTT_KINGSTON.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"STATE_OF_THE_ART_FACILITIES_AC_MARRIOTT_KINGSTON-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:\"STATE_OF_THE_ART_FACILITIES_AC_MARRIOTT_KINGSTON-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:60:\"STATE_OF_THE_ART_FACILITIES_AC_MARRIOTT_KINGSTON-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:61:\"STATE_OF_THE_ART_FACILITIES_AC_MARRIOTT_KINGSTON-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:61:\"STATE_OF_THE_ART_FACILITIES_AC_MARRIOTT_KINGSTON-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560800053\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(834,335,'_wp_attached_file','2019/07/GYM_AC_MARIOTT_HOTEL.jpg'),(835,335,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1918;s:6:\"height\";i:1175;s:4:\"file\";s:32:\"2019/07/GYM_AC_MARIOTT_HOTEL.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"GYM_AC_MARIOTT_HOTEL-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:\"GYM_AC_MARIOTT_HOTEL-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"GYM_AC_MARIOTT_HOTEL-768x470.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"GYM_AC_MARIOTT_HOTEL-1024x627.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:627;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"GYM_AC_MARIOTT_HOTEL-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560799835\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(836,336,'_edit_lock','1565845654:4'),(837,336,'_edit_last','4'),(838,336,'sponsored_url',''),(839,332,'_oembed_3570235ae46476949ee6b1a763e892bf','<iframe title=\"How to make air conditioner at home using Plastic Bottle - Easy life hacks\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/Y2XU2uAxYYM?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(840,332,'_oembed_time_3570235ae46476949ee6b1a763e892bf','1565887607'),(841,332,'_oembed_9a7bb9c530d07c1e9d5c36a4057a9cd6','<iframe title=\"Homemade Portable Air Conditioner DIY - Coldest One Yet!\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/FS2YaJkkHQY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(842,332,'_oembed_time_9a7bb9c530d07c1e9d5c36a4057a9cd6','1565887607'),(843,332,'_edit_last','14'),(844,332,'sponsored_url',''),(845,339,'_wp_attached_file','2019/07/tessellated-2.jpg'),(846,339,'wpmf_size','238040'),(847,339,'wpmf_filetype','jpg'),(848,339,'wpmf_order','0'),(849,339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1027;s:6:\"height\";i:730;s:4:\"file\";s:25:\"2019/07/tessellated-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"tessellated-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:25:\"tessellated-2-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"tessellated-2-768x546.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"tessellated-2-1024x728.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"tessellated-2-1027x655.jpg\";s:5:\"width\";i:1027;s:6:\"height\";i:655;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:{}}}'),(850,340,'_wp_attached_file','2019/07/AC_MARRIOTT_HOTEL_EXTERIOR-1.jpg'),(851,340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1745;s:6:\"height\";i:1164;s:4:\"file\";s:40:\"2019/07/AC_MARRIOTT_HOTEL_EXTERIOR-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"AC_MARRIOTT_HOTEL_EXTERIOR-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:40:\"AC_MARRIOTT_HOTEL_EXTERIOR-1-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:40:\"AC_MARRIOTT_HOTEL_EXTERIOR-1-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:41:\"AC_MARRIOTT_HOTEL_EXTERIOR-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"AC_MARRIOTT_HOTEL_EXTERIOR-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560800014\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(852,341,'_wp_attached_file','2019/07/ART-1_AC_MARRIOTT.jpg'),(853,341,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1892;s:6:\"height\";i:1261;s:4:\"file\";s:29:\"2019/07/ART-1_AC_MARRIOTT.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"ART-1_AC_MARRIOTT-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:\"ART-1_AC_MARRIOTT-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:29:\"ART-1_AC_MARRIOTT-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:30:\"ART-1_AC_MARRIOTT-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"ART-1_AC_MARRIOTT-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560428345\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(854,342,'_wp_attached_file','2019/07/MODERN-FACILITIES_AC_MARRIOTT.jpg'),(855,342,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2193;s:6:\"height\";i:1462;s:4:\"file\";s:41:\"2019/07/MODERN-FACILITIES_AC_MARRIOTT.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"MODERN-FACILITIES_AC_MARRIOTT-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:\"MODERN-FACILITIES_AC_MARRIOTT-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:41:\"MODERN-FACILITIES_AC_MARRIOTT-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:42:\"MODERN-FACILITIES_AC_MARRIOTT-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"MODERN-FACILITIES_AC_MARRIOTT-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560428892\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(856,343,'_wp_attached_file','2019/07/SLEEK-DESIGN_AC_MARRIOTT.jpg'),(857,343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1864;s:6:\"height\";i:1243;s:4:\"file\";s:36:\"2019/07/SLEEK-DESIGN_AC_MARRIOTT.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"SLEEK-DESIGN_AC_MARRIOTT-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:\"SLEEK-DESIGN_AC_MARRIOTT-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:36:\"SLEEK-DESIGN_AC_MARRIOTT-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:37:\"SLEEK-DESIGN_AC_MARRIOTT-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"SLEEK-DESIGN_AC_MARRIOTT-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560429146\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(858,344,'_wp_attached_file','2019/07/diy-air-conditioning-screengrab-buzz.jpg'),(859,344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:48:\"2019/07/diy-air-conditioning-screengrab-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"diy-air-conditioning-screengrab-buzz-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:48:\"diy-air-conditioning-screengrab-buzz-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:48:\"diy-air-conditioning-screengrab-buzz-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:49:\"diy-air-conditioning-screengrab-buzz-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"diy-air-conditioning-screengrab-buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(860,349,'_wp_attached_file','2019/07/TEAM_AC_MARRIOTT_KINGSTON.jpg'),(861,349,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2241;s:6:\"height\";i:1494;s:4:\"file\";s:37:\"2019/07/TEAM_AC_MARRIOTT_KINGSTON.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"TEAM_AC_MARRIOTT_KINGSTON-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:\"TEAM_AC_MARRIOTT_KINGSTON-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:37:\"TEAM_AC_MARRIOTT_KINGSTON-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:38:\"TEAM_AC_MARRIOTT_KINGSTON-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"TEAM_AC_MARRIOTT_KINGSTON-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560431757\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(862,351,'_wp_attached_file','2019/07/ART-3_AC_MARRIOTT.jpg'),(863,351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1245;s:6:\"height\";i:830;s:4:\"file\";s:29:\"2019/07/ART-3_AC_MARRIOTT.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"ART-3_AC_MARRIOTT-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:\"ART-3_AC_MARRIOTT-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:29:\"ART-3_AC_MARRIOTT-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:30:\"ART-3_AC_MARRIOTT-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"ART-3_AC_MARRIOTT-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560428548\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(864,281,'_thumbnail_id','317'),(865,336,'_thumbnail_id','316'),(866,357,'_edit_lock','1565823147:6'),(867,357,'_edit_last','6'),(868,357,'sponsored_url',''),(869,357,'_thumbnail_id','315'),(874,368,'_edit_lock','1565838450:9'),(875,368,'_edit_last','9'),(876,368,'sponsored_url',''),(882,371,'_wp_attached_file','2019/07/Maroonblack-issue-1.jpg'),(883,371,'wpmf_size','462201'),(884,371,'wpmf_filetype','jpg'),(885,371,'wpmf_order','0'),(886,371,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1676;s:6:\"height\";i:901;s:4:\"file\";s:31:\"2019/07/Maroonblack-issue-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Maroonblack-issue-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:\"Maroonblack-issue-1-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Maroonblack-issue-1-768x413.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Maroonblack-issue-1-1024x550.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Maroonblack-issue-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(890,373,'_wp_attached_file','2019/07/Maroonblack-issue-2.jpg'),(891,373,'wpmf_size','493815'),(892,373,'wpmf_filetype','jpg'),(893,373,'wpmf_order','0'),(894,373,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1730;s:6:\"height\";i:1382;s:4:\"file\";s:31:\"2019/07/Maroonblack-issue-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Maroonblack-issue-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:31:\"Maroonblack-issue-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Maroonblack-issue-2-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Maroonblack-issue-2-1024x818.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:818;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Maroonblack-issue-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(895,375,'_wp_attached_file','2019/07/Maroonblack-3.jpg'),(896,375,'wpmf_size','282537'),(897,375,'wpmf_filetype','jpg'),(898,375,'wpmf_order','0'),(899,375,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1561;s:6:\"height\";i:796;s:4:\"file\";s:25:\"2019/07/Maroonblack-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Maroonblack-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:25:\"Maroonblack-3-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Maroonblack-3-768x392.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Maroonblack-3-1024x522.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Maroonblack-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(900,368,'_thumbnail_id','375'),(901,379,'_edit_lock','1565887713:12'),(902,380,'_wp_attached_file','2019/07/Stevie-J_Estelita.jpg'),(903,380,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:595;s:4:\"file\";s:29:\"2019/07/Stevie-J_Estelita.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Stevie-J_Estelita-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:\"Stevie-J_Estelita-300x298.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:298;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:{}}}'),(904,381,'_wp_attached_file','2019/07/Removal-of-Implants_Quintero.jpg'),(905,381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:320;s:4:\"file\";s:40:\"2019/07/Removal-of-Implants_Quintero.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Removal-of-Implants_Quintero-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:\"Removal-of-Implants_Quintero-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:{}}}'),(906,382,'_wp_attached_file','2019/07/Quintero-Pre-Surgery_Buzz.jpg'),(907,382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:594;s:6:\"height\";i:443;s:4:\"file\";s:37:\"2019/07/Quintero-Pre-Surgery_Buzz.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Quintero-Pre-Surgery_Buzz-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:\"Quintero-Pre-Surgery_Buzz-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: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:{}}}'),(908,383,'_wp_attached_file','2019/07/Excerpt-from-Video.jpg'),(909,383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:864;s:4:\"file\";s:30:\"2019/07/Excerpt-from-Video.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Excerpt-from-Video-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:\"Excerpt-from-Video-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:30:\"Excerpt-from-Video-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:31:\"Excerpt-from-Video-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Excerpt-from-Video-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(910,384,'_wp_attached_file','2019/07/During-Surgery-Quintero.jpg'),(911,384,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:599;s:6:\"height\";i:591;s:4:\"file\";s:35:\"2019/07/During-Surgery-Quintero.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"During-Surgery-Quintero-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:\"During-Surgery-Quintero-300x296.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:296;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:{}}}'),(912,379,'_edit_last','12'),(913,379,'sponsored_url',''),(914,386,'_edit_lock','1565888835:9'),(915,387,'_wp_attached_file','2019/07/Nose-Picker.jpg'),(916,387,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:207;s:4:\"file\";s:23:\"2019/07/Nose-Picker.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Nose-Picker-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:\"Nose-Picker-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;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:{}}}'),(917,388,'_wp_attached_file','2019/07/Tight-Jeans-Buzz.jpg'),(918,388,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2019/07/Tight-Jeans-Buzz.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Tight-Jeans-Buzz-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:\"Tight-Jeans-Buzz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Tight-Jeans-Buzz-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Tight-Jeans-Buzz-800x655.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:655;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:{}}}'),(919,389,'_wp_attached_file','2019/07/Mamas-Boy.png'),(920,389,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2019/07/Mamas-Boy.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Mamas-Boy-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:\"Mamas-Boy-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Mamas-Boy-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Mamas-Boy-1000x655.png\";s:5:\"width\";i:1000;s:6:\"height\";i:655;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:{}}}'),(921,390,'_wp_attached_file','2019/07/Mamas-Boy-1.png'),(922,390,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:23:\"2019/07/Mamas-Boy-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Mamas-Boy-1-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:23:\"Mamas-Boy-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Mamas-Boy-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Mamas-Boy-1-1000x655.png\";s:5:\"width\";i:1000;s:6:\"height\";i:655;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:{}}}'),(923,391,'_wp_attached_file','2019/07/Phone-Searcher.jpg'),(924,391,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:392;s:6:\"height\";i:261;s:4:\"file\";s:26:\"2019/07/Phone-Searcher.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Phone-Searcher-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:\"Phone-Searcher-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:{}}}'),(925,392,'_wp_attached_file','2019/07/Cheater.jpg'),(926,392,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:1400;s:4:\"file\";s:19:\"2019/07/Cheater.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Cheater-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:\"Cheater-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Cheater-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Cheater-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Cheater-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(927,393,'_wp_attached_file','2019/07/Woman-Beater.jpg'),(928,393,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:24:\"2019/07/Woman-Beater.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Woman-Beater-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:\"Woman-Beater-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\";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:{}}}'),(939,396,'_wp_attached_file','2019/07/Narcissist.jpg'),(940,396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:631;s:6:\"height\";i:475;s:4:\"file\";s:22:\"2019/07/Narcissist.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Narcissist-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:\"Narcissist-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;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:{}}}'),(941,386,'_edit_last','12'),(942,386,'sponsored_url',''),(946,384,'_edit_lock','1563992421:3'),(949,282,'_wp_old_date','2019-07-22'),(950,282,'_thumbnail_id','283'),(953,404,'_edit_lock','1565839042:9'),(954,405,'_edit_lock','1565824232:6'),(956,357,'_wp_old_date','2019-08-15'),(957,357,'xyz_smap','1'),(960,281,'_wp_old_date','2019-08-15'),(961,281,'xyz_smap','1'),(964,282,'_wp_old_date','2019-08-15'),(965,282,'xyz_smap','1'),(968,274,'_wp_old_date','2019-08-15'),(969,274,'xyz_smap','1'),(972,336,'_wp_old_date','2019-07-31'),(973,336,'xyz_smap','1'),(976,215,'_thumbnail_id','265'),(977,215,'xyz_smap','1'),(980,140,'_thumbnail_id','287'),(981,140,'xyz_smap','1'),(990,332,'_wp_old_date','2019-07-23'),(1001,410,'_wp_attached_file','2019/07/Lee_Scratch-1.jpg'),(1002,410,'wpmf_size','509908'),(1003,410,'wpmf_filetype','jpg'),(1004,410,'wpmf_order','0'),(1005,410,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2280;s:6:\"height\";i:880;s:4:\"file\";s:25:\"2019/07/Lee_Scratch-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Lee_Scratch-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:25:\"Lee_Scratch-1-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Lee_Scratch-1-768x296.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Lee_Scratch-1-1024x395.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:395;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Lee_Scratch-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1008,412,'_wp_attached_file','2019/07/the-trio-kgnartwalk-jun30-buzz2.jpg'),(1009,412,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:43:\"2019/07/the-trio-kgnartwalk-jun30-buzz2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"the-trio-kgnartwalk-jun30-buzz2-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:\"the-trio-kgnartwalk-jun30-buzz2-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"the-trio-kgnartwalk-jun30-buzz2-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"the-trio-kgnartwalk-jun30-buzz2-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"the-trio-kgnartwalk-jun30-buzz2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1010,414,'_wp_attached_file','2019/07/Removing-Butt-Injections.jpg'),(1011,414,'wpmf_size','42036'),(1012,414,'wpmf_filetype','jpg'),(1013,414,'wpmf_order','0'),(1014,414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:556;s:6:\"height\";i:385;s:4:\"file\";s:36:\"2019/07/Removing-Butt-Injections.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Removing-Butt-Injections-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:\"Removing-Butt-Injections-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;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:{}}}'),(1016,379,'_thumbnail_id','3710'),(1017,379,'xyz_smap','1'),(1019,415,'_wp_attached_file','2019/07/the-trio-kgnartwalk-jun30-buzz3.jpg'),(1020,415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:43:\"2019/07/the-trio-kgnartwalk-jun30-buzz3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"the-trio-kgnartwalk-jun30-buzz3-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:\"the-trio-kgnartwalk-jun30-buzz3-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"the-trio-kgnartwalk-jun30-buzz3-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"the-trio-kgnartwalk-jun30-buzz3-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"the-trio-kgnartwalk-jun30-buzz3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1022,368,'_wp_old_date','2019-07-23'),(1023,368,'xyz_smap','1'),(1025,416,'_wp_attached_file','2019/07/the-trio-kgnartwalk-jun30-buzz1.jpg'),(1026,416,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:43:\"2019/07/the-trio-kgnartwalk-jun30-buzz1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"the-trio-kgnartwalk-jun30-buzz1-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:\"the-trio-kgnartwalk-jun30-buzz1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"the-trio-kgnartwalk-jun30-buzz1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"the-trio-kgnartwalk-jun30-buzz1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"the-trio-kgnartwalk-jun30-buzz1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1027,405,'_edit_last','6'),(1028,405,'sponsored_url',''),(1030,405,'xyz_smap','1'),(1032,420,'_edit_lock','1565893701:9'),(1037,423,'_wp_attached_file','2019/07/Booty-Call.gif'),(1038,423,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:22:\"2019/07/Booty-Call.gif\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Booty-Call-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:22:\"Booty-Call-300x225.gif\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/gif\";}}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:{}}}'),(1039,425,'_wp_attached_file','2019/07/Cheater-1.jpg'),(1040,425,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:374;s:4:\"file\";s:21:\"2019/07/Cheater-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Cheater-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:\"Cheater-1-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: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:{}}}'),(1041,426,'_wp_attached_file','2019/07/Montego-Bay-.jpg'),(1042,426,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2019/07/Montego-Bay-.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Montego-Bay--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:\"Montego-Bay--300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Montego-Bay--768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Montego-Bay--1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Montego-Bay--1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:16:\"Moto G (5S) Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563899455\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.59\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:18:\"0.0029498525073746\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1043,427,'_wp_attached_file','2019/07/Baby-Mama-Seeker.jpg'),(1044,427,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:403;s:6:\"height\";i:479;s:4:\"file\";s:28:\"2019/07/Baby-Mama-Seeker.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Baby-Mama-Seeker-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:\"Baby-Mama-Seeker-252x300.jpg\";s:5:\"width\";i:252;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:{}}}'),(1047,404,'_thumbnail_id','3588'),(1048,404,'_edit_last','9'),(1049,404,'sponsored_url',''),(1052,435,'_wp_attached_file','2019/07/Womans-Place-In-The-Kitchen.png'),(1053,435,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:477;s:6:\"height\";i:415;s:4:\"file\";s:39:\"2019/07/Womans-Place-In-The-Kitchen.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Womans-Place-In-The-Kitchen-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:39:\"Womans-Place-In-The-Kitchen-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;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:{}}}'),(1054,420,'_edit_last','14'),(1055,420,'sponsored_url',''),(1057,386,'xyz_smap','1'),(1061,440,'_edit_lock','1566319971:4'),(1065,404,'xyz_smap','1'),(1067,442,'_edit_lock','1565838419:9'),(1069,440,'_edit_last','14'),(1070,440,'xyz_smap','1'),(1072,440,'sponsored_url',''),(1073,444,'_edit_lock','1565887526:12'),(1074,445,'_wp_attached_file','2019/07/Brushing-Teeth.jpg'),(1075,445,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:574;s:6:\"height\";i:346;s:4:\"file\";s:26:\"2019/07/Brushing-Teeth.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Brushing-Teeth-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:\"Brushing-Teeth-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;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:{}}}'),(1076,446,'_wp_attached_file','2019/07/Hand-washing-Clothes.jpg'),(1077,446,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:733;s:4:\"file\";s:32:\"2019/07/Hand-washing-Clothes.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Hand-washing-Clothes-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:\"Hand-washing-Clothes-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:32:\"Hand-washing-Clothes-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:33:\"Hand-washing-Clothes-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Hand-washing-Clothes-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1078,447,'_wp_attached_file','2019/07/Travelling-With-Backpack.jpg'),(1079,447,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1770;s:6:\"height\";i:1181;s:4:\"file\";s:36:\"2019/07/Travelling-With-Backpack.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Travelling-With-Backpack-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:\"Travelling-With-Backpack-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:36:\"Travelling-With-Backpack-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:37:\"Travelling-With-Backpack-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Travelling-With-Backpack-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1263379905\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1080,448,'_wp_attached_file','2019/07/Supermarket-Backpack.jpg'),(1081,448,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:600;s:4:\"file\";s:32:\"2019/07/Supermarket-Backpack.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Supermarket-Backpack-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:\"Supermarket-Backpack-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:32:\"Supermarket-Backpack-768x512.jpg\";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:{}}}'),(1082,449,'_wp_attached_file','2019/07/Take-Stairs-Two-At-A-Time.jpg'),(1083,449,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:351;s:4:\"file\";s:37:\"2019/07/Take-Stairs-Two-At-A-Time.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Take-Stairs-Two-At-A-Time-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:\"Take-Stairs-Two-At-A-Time-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;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:{}}}'),(1084,450,'_wp_attached_file','2019/07/Walking-While-At-Work.jpg'),(1085,450,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:844;s:6:\"height\";i:1185;s:4:\"file\";s:33:\"2019/07/Walking-While-At-Work.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Walking-While-At-Work-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:\"Walking-While-At-Work-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Walking-While-At-Work-768x1078.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1078;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Walking-While-At-Work-729x1024.jpg\";s:5:\"width\";i:729;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Walking-While-At-Work-844x655.jpg\";s:5:\"width\";i:844;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:13:\"lev dolgachov\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:522:\"SSUCv3H4sIAAAAAAAEAH2STU/DMAyG70j8hynndaRrtqUckeCMBBKHaYc09bZobVw16QBN/e8k/aAZIC5V/Nh6a7/25fZmNiOZMEqS+9nFRy5WRdEYWwurUDtM5wOHXFmslSg89KztMsRYYRsDJpCQQhuL8lQd0aLjyaghscCmzvAjhDlUaJTtis1VogZRGqtKCOnelRVKhKhCna9CYI6NtVB3TXgetCuFhYOb46rh0YNtH8/GxDCNdSnyDFgVQOZBxjSZz7xhCZqMvJ3/I/LQGKXBmLsnpYWWf8pNSv1jN04lDqDl59T2lRnbQCimm3SziCmna/+N2bfkrn+0gSE1FCD6/Q0ahOar9Z5lEKU0hYjJJYt4ypNoQ5eS8b1YZox3kn1r5PTuzC47QwfRs8oBA4OrWkm/RcYW4e2IJldh2RmlKMzPjblzxDIUG9Y92SCx0bb21pDHl9fJVHdb+/HXdKLojyL+bUXubsNrxAnlKeNJzBNOV3zJUjdt+wXI9TKqLwMAAA==\";s:17:\"created_timestamp\";s:10:\"1436357527\";s:9:\"copyright\";s:13:\"lev dolgachov\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1086,451,'_wp_attached_file','2019/07/Sleeping.jpg'),(1087,451,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:20:\"2019/07/Sleeping.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Sleeping-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:\"Sleeping-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:20:\"Sleeping-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:21:\"Sleeping-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:{}}}'),(1089,444,'_edit_last','14'),(1090,444,'xyz_smap','1'),(1092,444,'sponsored_url',''),(1093,453,'_wp_attached_file','2019/07/Exercise-On-The-Go.jpg'),(1094,453,'wpmf_size','30670'),(1095,453,'wpmf_filetype','jpg'),(1096,453,'wpmf_order','0'),(1097,453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:601;s:6:\"height\";i:333;s:4:\"file\";s:30:\"2019/07/Exercise-On-The-Go.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Exercise-On-The-Go-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:\"Exercise-On-The-Go-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;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:{}}}'),(1099,442,'_thumbnail_id','453'),(1100,442,'_edit_last','9'),(1101,442,'xyz_smap','1'),(1103,442,'sponsored_url',''),(1104,456,'_edit_lock','1565887522:12'),(1105,456,'_oembed_0cc7a524eade3226b68afc036839f201','<iframe title=\"Clarks - Vybz Kartel ft Popcaan and Gaza Slim\" width=\"1333\" height=\"1000\" src=\"https://www.youtube.com/embed/videoseries?list=RDfQE3mTZ-abQ\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(1106,456,'_oembed_time_0cc7a524eade3226b68afc036839f201','1565887600'),(1107,456,'_oembed_76f9a6f1810c62e2ce16057dbf83b29d','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/tv/BzfkrBSgN6e/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/tv/BzfkrBSgN6e/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/tv/BzfkrBSgN6e/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Jamaica and Clarks go way back and the movement continues. Massive love to @jahvillani for this summer anthem ‘Clarks Pon Foot’. #ClarksOriginals #Wallabee #DesertBoot</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/clarksoriginals/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Clarks Originals</a> (@clarksoriginals) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-04T11:37:26+00:00\">Jul 4, 2019 at 4:37am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(1108,456,'_oembed_time_76f9a6f1810c62e2ce16057dbf83b29d','1565887600'),(1109,456,'_edit_last','11'),(1110,456,'sponsored_url',''),(1111,458,'_wp_attached_file','2019/07/chris-gayle-jose-mourinho-photo-1.jpg'),(1112,458,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:45:\"2019/07/chris-gayle-jose-mourinho-photo-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"chris-gayle-jose-mourinho-photo-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:45:\"chris-gayle-jose-mourinho-photo-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"chris-gayle-jose-mourinho-photo-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"chris-gayle-jose-mourinho-photo-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"chris-gayle-jose-mourinho-photo-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1115,461,'_wp_attached_file','2019/07/L-Stitch-Clarks.jpg'),(1116,461,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:27:\"2019/07/L-Stitch-Clarks.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"L-Stitch-Clarks-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:\"L-Stitch-Clarks-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"L-Stitch-Clarks-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"L-Stitch-Clarks-1000x655.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:655;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:{}}}'),(1117,462,'_wp_attached_file','2019/07/Wallabee.jpg'),(1118,462,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:756;s:4:\"file\";s:20:\"2019/07/Wallabee.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Wallabee-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:\"Wallabee-300x151.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Wallabee-768x387.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:387;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Wallabee-1024x516.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Wallabee-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1119,463,'_wp_attached_file','2019/07/L-Stitch-Clarks-1.jpg'),(1120,463,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:29:\"2019/07/L-Stitch-Clarks-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"L-Stitch-Clarks-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:29:\"L-Stitch-Clarks-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"L-Stitch-Clarks-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"L-Stitch-Clarks-1-1000x655.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:655;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:{}}}'),(1122,465,'_edit_lock','1565811971:21'),(1123,282,'_oembed_113f91e4b14c5532560ab51ea2b71375','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BzaZkjelpjr/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BzaZkjelpjr/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BzaZkjelpjr/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">It’s a Caribbean thing, Ask RiRi! @badgalriri it was pleasure meeting you ?. Thanks for the cheers and support! May god continue to bless you ???. I hope you take up the offer to come to my Birthday Party September 20th #40ShadesOfGayle #UniverseBoss ??? ? #NuffRespect ?? ?? ✊? @krisallyna333</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/chrisgayle333/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> KingGayle ?</a> (@chrisgayle333) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-02T11:21:03+00:00\">Jul 2, 2019 at 4:21am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(1124,282,'_oembed_time_113f91e4b14c5532560ab51ea2b71375','1564007402'),(1125,467,'_wp_attached_file','2019/07/Clarks-Pon-Foot.jpg'),(1126,467,'wpmf_size','118392'),(1127,467,'wpmf_filetype','jpg'),(1128,467,'wpmf_order','0'),(1129,467,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2019/07/Clarks-Pon-Foot.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Clarks-Pon-Foot-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:\"Clarks-Pon-Foot-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:27:\"Clarks-Pon-Foot-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:28:\"Clarks-Pon-Foot-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Clarks-Pon-Foot-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1131,456,'_thumbnail_id','467'),(1132,456,'xyz_smap','1'),(1135,282,'_oembed_30e21ca185a7d15af520dcfffb306ca6','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BzYpjRxgfXP/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BzYpjRxgfXP/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BzYpjRxgfXP/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">When Rihanna met the Universe Boss ? ? #CWC19 #cricket #lovecricket #MenInMaroon</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/cricketworldcup/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Cricket World Cup</a> (@cricketworldcup) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-01T19:02:48+00:00\">Jul 1, 2019 at 12:02pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(1136,282,'_oembed_time_30e21ca185a7d15af520dcfffb306ca6','1564007767'),(1138,444,'_oembed_58fad0d27c37d319f98cf3fd4edf3dfe','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/Bz2pcj5lpik/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/Bz2pcj5lpik/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/Bz2pcj5lpik/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">We out for some fresh air... ?</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/chrisgayle333/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> KingGayle ?</a> (@chrisgayle333) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-13T10:38:30+00:00\">Jul 13, 2019 at 3:38am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(1139,444,'_oembed_time_58fad0d27c37d319f98cf3fd4edf3dfe','1565887601'),(1142,473,'_wp_attached_file','2019/07/L-Stitch.jpg'),(1143,473,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:395;s:6:\"height\";i:395;s:4:\"file\";s:20:\"2019/07/L-Stitch.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"L-Stitch-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:\"L-Stitch-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:{}}}'),(1146,475,'_wp_attached_file','2019/07/65876745_2135845069875918_5173827031938367488_n.jpg'),(1147,475,'wpmf_size','83304'),(1148,475,'wpmf_filetype','jpg'),(1149,475,'wpmf_order','0'),(1150,475,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:825;s:6:\"height\";i:575;s:4:\"file\";s:59:\"2019/07/65876745_2135845069875918_5173827031938367488_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"65876745_2135845069875918_5173827031938367488_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:\"65876745_2135845069875918_5173827031938367488_n-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"65876745_2135845069875918_5173827031938367488_n-768x535.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:535;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:{}}}'),(1152,477,'_wp_attached_file','2019/07/andrea-dempster-chung-kingston-creative.jpg'),(1153,477,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:51:\"2019/07/andrea-dempster-chung-kingston-creative.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"andrea-dempster-chung-kingston-creative-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:\"andrea-dempster-chung-kingston-creative-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:{}}}'),(1156,479,'_wp_attached_file','2019/07/the-trio-kgnartwalk-jun30-buzz4.jpg'),(1157,479,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:43:\"2019/07/the-trio-kgnartwalk-jun30-buzz4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"the-trio-kgnartwalk-jun30-buzz4-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:\"the-trio-kgnartwalk-jun30-buzz4-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:{}}}'),(1161,444,'_thumbnail_id','458'),(1164,440,'_thumbnail_id','477'),(1170,465,'_edit_last','21'),(1171,465,'sponsored_url',''),(1172,486,'_wp_attached_file','2019/07/IMG-20190724-WA0009.jpg'),(1173,486,'wpmf_size','195273'),(1174,486,'wpmf_filetype','jpg'),(1175,486,'wpmf_order','0'),(1176,486,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1301;s:6:\"height\";i:629;s:4:\"file\";s:31:\"2019/07/IMG-20190724-WA0009.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20190724-WA0009-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:\"IMG-20190724-WA0009-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"IMG-20190724-WA0009-768x371.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG-20190724-WA0009-1024x495.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"IMG-20190724-WA0009-1060x629.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:629;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:{}}}'),(1177,487,'_edit_lock','1565225925:6'),(1179,465,'_thumbnail_id','475'),(1180,465,'xyz_smap','1'),(1185,332,'xyz_smap','1'),(1189,491,'_edit_lock','1565824641:6'),(1190,491,'_edit_last','6'),(1191,491,'sponsored_url',''),(1197,494,'_wp_attached_file','2019/07/Morgans-Heritage-2.jpg'),(1198,494,'wpmf_size','110827'),(1199,494,'wpmf_filetype','jpg'),(1200,494,'wpmf_order','0'),(1201,494,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:599;s:6:\"height\";i:446;s:4:\"file\";s:30:\"2019/07/Morgans-Heritage-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Morgans-Heritage-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:30:\"Morgans-Heritage-2-300x223.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:223;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:{}}}'),(1203,491,'_thumbnail_id','494'),(1205,332,'_thumbnail_id','344'),(1209,500,'_edit_lock','1565875398:14'),(1212,500,'_edit_last','14'),(1213,500,'xyz_smap','1'),(1215,500,'sponsored_url',''),(1244,511,'_edit_lock','1565893280:9'),(1246,511,'_edit_last','9'),(1247,511,'xyz_smap','1'),(1249,511,'sponsored_url',''),(1250,513,'_edit_lock','1566057029:11'),(1252,491,'_wp_old_date','2019-07-24'),(1253,491,'xyz_smap','1'),(1260,516,'_edit_lock','1565918679:4'),(1262,519,'_wp_attached_file','2019/07/PUBG-Mobile-1024.jpg'),(1263,519,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:28:\"2019/07/PUBG-Mobile-1024.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"PUBG-Mobile-1024-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:\"PUBG-Mobile-1024-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:28:\"PUBG-Mobile-1024-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"PUBG-Mobile-1024-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"PUBG-Mobile-1024-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 80D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1551892435\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"168\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1264,520,'_wp_attached_file','2019/07/pubgloadingscreen.jpg'),(1265,520,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2019/07/pubgloadingscreen.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"pubgloadingscreen-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:\"pubgloadingscreen-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"pubgloadingscreen-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"pubgloadingscreen-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"pubgloadingscreen-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1266,487,'_edit_last','6'),(1267,487,'sponsored_url',''),(1268,487,'_thumbnail_id','520'),(1270,487,'xyz_smap','1'),(1275,526,'_wp_attached_file','2019/07/IMG-20190708-WA0006.jpg'),(1276,526,'wpmf_size','73084'),(1277,526,'wpmf_filetype','jpg'),(1278,526,'wpmf_order','0'),(1279,526,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:31:\"2019/07/IMG-20190708-WA0006.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20190708-WA0006-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:\"IMG-20190708-WA0006-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:31:\"IMG-20190708-WA0006-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG-20190708-WA0006-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"IMG-20190708-WA0006-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(1280,527,'_wp_attached_file','2019/07/IMG-20190708-WA0007.jpg'),(1281,527,'wpmf_size','56404'),(1282,527,'wpmf_filetype','jpg'),(1283,527,'wpmf_order','0'),(1284,527,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:31:\"2019/07/IMG-20190708-WA0007.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20190708-WA0007-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:\"IMG-20190708-WA0007-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:31:\"IMG-20190708-WA0007-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG-20190708-WA0007-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"IMG-20190708-WA0007-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(1295,516,'_edit_last','4'),(1296,516,'sponsored_url',''),(1298,420,'xyz_smap','1'),(1300,516,'_thumbnail_id','1464'),(1302,516,'xyz_smap','1'),(1307,533,'_edit_lock','1565824561:6'),(1308,534,'_wp_attached_file','2019/07/Women-Are-Stronger-Buzz.jpg'),(1309,534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1908;s:6:\"height\";i:1146;s:4:\"file\";s:35:\"2019/07/Women-Are-Stronger-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Women-Are-Stronger-Buzz-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:\"Women-Are-Stronger-Buzz-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Women-Are-Stronger-Buzz-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Women-Are-Stronger-Buzz-1024x615.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Women-Are-Stronger-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1310,535,'_wp_attached_file','2019/07/Meny-Crying-Like-Babies-Buzz.jpg'),(1311,535,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:350;s:4:\"file\";s:40:\"2019/07/Meny-Crying-Like-Babies-Buzz.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Meny-Crying-Like-Babies-Buzz-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:\"Meny-Crying-Like-Babies-Buzz-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:\"0\";s:8:\"keywords\";a:0:{}}}'),(1312,536,'_wp_attached_file','2019/07/Extinction-Buzz.jpg'),(1313,536,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:532;s:6:\"height\";i:306;s:4:\"file\";s:27:\"2019/07/Extinction-Buzz.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Extinction-Buzz-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:\"Extinction-Buzz-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;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:{}}}'),(1314,537,'_wp_attached_file','2019/07/Men-Morning-Sickness-Buzz.jpg'),(1315,537,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:621;s:6:\"height\";i:409;s:4:\"file\";s:37:\"2019/07/Men-Morning-Sickness-Buzz.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Men-Morning-Sickness-Buzz-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:\"Men-Morning-Sickness-Buzz-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;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:{}}}'),(1316,533,'_edit_last','11'),(1317,533,'sponsored_url',''),(1318,539,'_wp_attached_file','2019/07/Kanye-West.jpeg'),(1319,539,'wpmf_size','100776'),(1320,539,'wpmf_filetype','jpeg'),(1321,539,'wpmf_order','0'),(1322,539,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:649;s:6:\"height\";i:536;s:4:\"file\";s:23:\"2019/07/Kanye-West.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Kanye-West-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:23:\"Kanye-West-300x248.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:248;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:{}}}'),(1323,540,'_wp_attached_file','2019/07/Waddling-Buzz.gif'),(1324,540,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:215;s:6:\"height\";i:133;s:4:\"file\";s:25:\"2019/07/Waddling-Buzz.gif\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Waddling-Buzz-150x133.gif\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/gif\";}}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:{}}}'),(1325,513,'_oembed_a6b54a1511e43c48019f02d9b815621e','<a href=\"https://giphy.com/gifs/running-W6K8MnLAy9W24\"><img src=\"https://media.giphy.com/media/W6K8MnLAy9W24/giphy.gif\" alt=\"Running GIF - Find &amp; Share on GIPHY\" width=\"358\" height=\"221\" /></a>'),(1326,513,'_oembed_time_a6b54a1511e43c48019f02d9b815621e','1565814045'),(1327,541,'_wp_attached_file','2019/07/Men-Childbirth-Buzz.jpg'),(1328,541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:774;s:6:\"height\";i:386;s:4:\"file\";s:31:\"2019/07/Men-Childbirth-Buzz.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Men-Childbirth-Buzz-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:\"Men-Childbirth-Buzz-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Men-Childbirth-Buzz-768x383.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:383;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:{}}}'),(1329,542,'_edit_lock','1565887518:12'),(1330,543,'_wp_attached_file','2019/07/Lamaze-Method-Of-Childbirth-Buzz.jpg'),(1331,543,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:480;s:4:\"file\";s:44:\"2019/07/Lamaze-Method-Of-Childbirth-Buzz.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Lamaze-Method-Of-Childbirth-Buzz-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:\"Lamaze-Method-Of-Childbirth-Buzz-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:{}}}'),(1332,544,'_wp_attached_file','2019/07/Mood-Swings-For-Men.jpg'),(1333,544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:4:\"file\";s:31:\"2019/07/Mood-Swings-For-Men.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Mood-Swings-For-Men-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:\"Mood-Swings-For-Men-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Mood-Swings-For-Men-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Mood-Swings-For-Men-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Mood-Swings-For-Men-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1334,513,'_thumbnail_id','534'),(1335,513,'_edit_last','11'),(1336,513,'sponsored_url',''),(1338,513,'xyz_smap','1'),(1344,547,'_edit_lock','1565892951:9'),(1345,542,'_oembed_442ec96f642701038b4920745baaaae0','<iframe title=\"Koffee - Toast\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/9BtonHilG0E?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(1346,542,'_oembed_time_442ec96f642701038b4920745baaaae0','1565887599'),(1347,548,'_wp_attached_file','2019/07/koffee-backstage-jimmy-kimmel-live.jpg'),(1348,548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:752;s:6:\"height\";i:900;s:4:\"file\";s:46:\"2019/07/koffee-backstage-jimmy-kimmel-live.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"koffee-backstage-jimmy-kimmel-live-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:\"koffee-backstage-jimmy-kimmel-live-251x300.jpg\";s:5:\"width\";i:251;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"koffee-backstage-jimmy-kimmel-live-752x655.jpg\";s:5:\"width\";i:752;s:6:\"height\";i:655;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:{}}}'),(1349,549,'_wp_attached_file','2019/07/koffee-backstage-jimmy-kimmel-live-1.jpg'),(1350,549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:752;s:6:\"height\";i:900;s:4:\"file\";s:48:\"2019/07/koffee-backstage-jimmy-kimmel-live-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"koffee-backstage-jimmy-kimmel-live-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:48:\"koffee-backstage-jimmy-kimmel-live-1-251x300.jpg\";s:5:\"width\";i:251;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"koffee-backstage-jimmy-kimmel-live-1-752x655.jpg\";s:5:\"width\";i:752;s:6:\"height\";i:655;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:{}}}'),(1356,551,'_wp_attached_file','2019/07/koffee-official.jpg'),(1357,551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:27:\"2019/07/koffee-official.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"koffee-official-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:\"koffee-official-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:27:\"koffee-official-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:28:\"koffee-official-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"koffee-official-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1359,542,'_thumbnail_id','551'),(1360,542,'_edit_last','14'),(1361,542,'xyz_smap','1'),(1363,542,'sponsored_url',''),(1366,554,'_wp_attached_file','2019/07/danny-mcbride-1.jpg'),(1367,554,'wpmf_size','120173'),(1368,554,'wpmf_filetype','jpg'),(1369,554,'wpmf_order','0'),(1370,554,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:594;s:6:\"height\";i:372;s:4:\"file\";s:27:\"2019/07/danny-mcbride-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"danny-mcbride-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:27:\"danny-mcbride-1-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;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:{}}}'),(1375,533,'xyz_smap','1'),(1384,547,'_edit_last','9'),(1385,547,'xyz_smap','1'),(1387,547,'sponsored_url',''),(1388,559,'_edit_lock','1565818702:21'),(1389,440,'simplefavorites_count','1'),(1390,560,'_edit_lock','1565825003:6'),(1391,561,'_wp_attached_file','2019/07/dunns-river-demo.jpg'),(1392,561,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1122;s:6:\"height\";i:630;s:4:\"file\";s:28:\"2019/07/dunns-river-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dunns-river-demo-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:\"dunns-river-demo-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"dunns-river-demo-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"dunns-river-demo-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"dunns-river-demo-1060x630.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:630;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:{}}}'),(1393,559,'_edit_last','21'),(1394,559,'sponsored_url',''),(1399,563,'_wp_attached_file','2019/07/testimage1.jpg'),(1400,563,'wpmf_size','106875'),(1401,563,'wpmf_filetype','jpg'),(1402,563,'wpmf_order','0'),(1403,563,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:22:\"2019/07/testimage1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"testimage1-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:\"testimage1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"testimage1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"testimage1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"testimage1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1404,564,'_wp_attached_file','2019/07/testimage2.jpg'),(1405,564,'wpmf_size','277926'),(1406,564,'wpmf_filetype','jpg'),(1407,564,'wpmf_order','0'),(1408,564,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:22:\"2019/07/testimage2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"testimage2-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:\"testimage2-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"testimage2-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"testimage2-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"testimage2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1418,568,'_wp_attached_file','2019/07/dunns-river-splash-pad-demo.jpg'),(1419,568,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:39:\"2019/07/dunns-river-splash-pad-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"dunns-river-splash-pad-demo-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:\"dunns-river-splash-pad-demo-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:39:\"dunns-river-splash-pad-demo-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:40:\"dunns-river-splash-pad-demo-1024x461.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"dunns-river-splash-pad-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1421,117,'xyz_smap','1'),(1424,559,'xyz_smap','1'),(1427,571,'_edit_lock','1566605465:11'),(1430,574,'_wp_attached_file','2019/07/koffeetestofficial.jpg'),(1431,574,'wpmf_size','326629'),(1432,574,'wpmf_filetype','jpg'),(1433,574,'wpmf_order','0'),(1434,574,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2019/07/koffeetestofficial.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"koffeetestofficial-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:\"koffeetestofficial-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"koffeetestofficial-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"koffeetestofficial-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"koffeetestofficial-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1443,571,'_edit_last','11'),(1444,571,'sponsored_url',''),(1446,560,'_thumbnail_id','561'),(1447,560,'_edit_last','6'),(1448,560,'xyz_smap','1'),(1450,560,'sponsored_url',''),(1453,581,'_edit_lock','1565973697:4'),(1454,582,'_wp_attached_file','2019/07/jik-rueben-1.jpg'),(1455,582,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2019/07/jik-rueben-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"jik-rueben-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:24:\"jik-rueben-1-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"jik-rueben-1-720x655.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:655;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:{}}}'),(1456,583,'_wp_attached_file','2019/07/jik-rueben-2.jpg'),(1457,583,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:618;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2019/07/jik-rueben-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"jik-rueben-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:24:\"jik-rueben-2-206x300.jpg\";s:5:\"width\";i:206;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"jik-rueben-2-618x655.jpg\";s:5:\"width\";i:618;s:6:\"height\";i:655;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:{}}}'),(1458,584,'_wp_attached_file','2019/07/jik-rueben-4.jpg'),(1459,584,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2019/07/jik-rueben-4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"jik-rueben-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:24:\"jik-rueben-4-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"jik-rueben-4-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:{}}}'),(1460,585,'_wp_attached_file','2019/07/jik-rueben-3.jpg'),(1461,585,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:642;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2019/07/jik-rueben-3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"jik-rueben-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:24:\"jik-rueben-3-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"jik-rueben-3-642x655.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:655;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:{}}}'),(1463,581,'_edit_last','4'),(1464,581,'xyz_smap','1'),(1466,581,'sponsored_url',''),(1472,594,'_edit_lock','1565892541:9'),(1476,599,'_edit_lock','1565820567:21'),(1479,594,'_edit_last','9'),(1480,594,'xyz_smap','1'),(1482,594,'sponsored_url',''),(1483,603,'_edit_lock','1565893779:9'),(1484,599,'_edit_last','21'),(1485,599,'sponsored_url',''),(1486,603,'_edit_last','9'),(1487,603,'sponsored_url',''),(1489,603,'xyz_smap','1'),(1496,609,'_wp_attached_file','2019/07/sumfest-crowd.jpg'),(1497,609,'wpmf_size','478668'),(1498,609,'wpmf_filetype','jpg'),(1499,609,'wpmf_order','0'),(1500,609,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"2019/07/sumfest-crowd.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"sumfest-crowd-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:\"sumfest-crowd-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:\"sumfest-crowd-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:\"sumfest-crowd-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"sumfest-crowd-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563832613\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1507,613,'_wp_attached_file','2019/07/PM-at-sumfest.jpg'),(1508,613,'wpmf_size','704576'),(1509,613,'wpmf_filetype','jpg'),(1510,613,'wpmf_order','0'),(1511,613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1533;s:6:\"height\";i:1022;s:4:\"file\";s:25:\"2019/07/PM-at-sumfest.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"PM-at-sumfest-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:\"PM-at-sumfest-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:\"PM-at-sumfest-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:\"PM-at-sumfest-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"PM-at-sumfest-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563677026\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1521,599,'_thumbnail_id','609'),(1523,599,'xyz_smap','1'),(1525,622,'_edit_lock','1566053897:11'),(1526,623,'_edit_lock','1564432661:4'),(1528,623,'_edit_last','4'),(1529,623,'sponsored_url',''),(1540,630,'_wp_attached_file','2019/07/Lovers-Leap-.jpg'),(1541,630,'wpmf_size','906257'),(1542,630,'wpmf_filetype','jpg'),(1543,630,'wpmf_order','0'),(1544,630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1854;s:6:\"height\";i:1038;s:4:\"file\";s:24:\"2019/07/Lovers-Leap-.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Lovers-Leap--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:\"Lovers-Leap--300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Lovers-Leap--768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Lovers-Leap--1024x573.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Lovers-Leap--1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1545,632,'_wp_attached_file','2019/07/LBD-Sample-Feature-Image.jpg'),(1546,632,'wpmf_size','18112'),(1547,632,'wpmf_filetype','jpg'),(1548,632,'wpmf_order','0'),(1549,632,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:430;s:4:\"file\";s:36:\"2019/07/LBD-Sample-Feature-Image.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"LBD-Sample-Feature-Image-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:\"LBD-Sample-Feature-Image-258x300.jpg\";s:5:\"width\";i:258;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:{}}}'),(1550,622,'_thumbnail_id','4448'),(1551,622,'_edit_last','11'),(1552,622,'sponsored_url',''),(1559,640,'_wp_attached_file','2019/07/the-Pelican-Bar.jpg'),(1560,640,'wpmf_size','83248'),(1561,640,'wpmf_filetype','jpg'),(1562,640,'wpmf_order','0'),(1563,640,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:27:\"2019/07/the-Pelican-Bar.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"the-Pelican-Bar-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:\"the-Pelican-Bar-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"the-Pelican-Bar-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"the-Pelican-Bar-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"the-Pelican-Bar-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1564,644,'_edit_lock','1566428438:14'),(1566,644,'_edit_last','14'),(1567,644,'xyz_smap','1'),(1569,644,'sponsored_url',''),(1570,646,'_wp_attached_file','2019/07/jaevion-nelson-jflag-buzz-demo.jpg'),(1571,646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:42:\"2019/07/jaevion-nelson-jflag-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"jaevion-nelson-jflag-buzz-demo-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:42:\"jaevion-nelson-jflag-buzz-demo-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:42:\"jaevion-nelson-jflag-buzz-demo-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:43:\"jaevion-nelson-jflag-buzz-demo-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"jaevion-nelson-jflag-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1573,644,'_thumbnail_id','646'),(1577,648,'_edit_lock','1565887505:12'),(1578,648,'_oembed_6a64bbe090ebac1b52c1595903e04f15','<iframe title=\"Brushy One String - A NEW Album for the People!\" src=\"https://www.kickstarter.com/projects/brushyonestring/brushy-one-string-a-new-album-for-the-people/widget/video.html\" height=\"810.0\" width=\"1440\" frameborder=\"0\" scrolling=\"no\"></iframe>'),(1579,648,'_oembed_time_6a64bbe090ebac1b52c1595903e04f15','1564409778'),(1580,649,'_edit_lock','1564414080:13'),(1583,650,'_wp_attached_file','2019/07/green-rooibos-orange.jpg'),(1584,650,'wpmf_size','16587'),(1585,650,'wpmf_filetype','jpg'),(1586,650,'wpmf_order','0'),(1587,650,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:32:\"2019/07/green-rooibos-orange.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"green-rooibos-orange-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:{}}}'),(1588,651,'_wp_attached_file','2019/07/tea-special.jpg'),(1589,651,'wpmf_size','11907'),(1590,651,'wpmf_filetype','jpg'),(1591,651,'wpmf_order','0'),(1592,651,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:183;s:4:\"file\";s:23:\"2019/07/tea-special.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"tea-special-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:{}}}'),(1593,649,'_thumbnail_id','651'),(1594,649,'_edit_last','13'),(1595,649,'out_date','2019-07-31'),(1596,649,'out_time','15:00'),(1597,649,'out_address','26 Hope Road, Kingston, St Andrew Parish '),(1598,649,'out_description','FREE\r\nLikkle Tea is a Jamaican tea company which specializes in premium loose- leaf tea and tisane blends.\r\n'),(1599,649,'out_mapurl','https://www.google.com/search?q=devon%20house%20jamaica%20address&oq=devon+house+jama&aqs=chrome.2.69i57j0l5.9117j0j4&sourceid=chrome&ie=UTF-8&npsic=0&rflfq=1&rlha=0&rllag=18018839,-76777604,1351&tbm=lcl&rldimm=10215707224954586212&lqi=ChtkZXZvbiBob3VzZSBqYW1haWNhIGFkZHJlc3MiAkgBWgIKAA&phdesc=PxDp4snNgdY&ved=2ahUKEwjpq6LbrNrjAhXRrVkKHQB9BGwQvS4wAHoECAoQJg&rldoc=1&tbs=lrf:!2m1!1e2!2m1!1e3!2m1!1e16!3sIAE,lf:1,lf_ui:9#rldoc=1&rlfi=hd:;si:;mv:!1m2!1d18.0226994!2d-76.7638664!2m2!1d18.0149789!2d-76.79134239999999!3m12!1m3!1d3754.614744314837!2d-76.77760439999999!3d18.01883915!2m3!1f0!2f0!3f0!3m2!1i641!2i190!4f13.1'),(1600,649,'post_gallery_id','a:2:{i:0;s:3:\"650\";i:1;s:3:\"651\";}'),(1601,652,'_edit_lock','1564431016:13'),(1602,653,'_wp_attached_file','2019/07/65254971_3021947984497126_1664350211461349376_n.jpg'),(1603,653,'wpmf_size','179466'),(1604,653,'wpmf_filetype','jpg'),(1605,653,'wpmf_order','0'),(1606,653,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:960;s:4:\"file\";s:59:\"2019/07/65254971_3021947984497126_1664350211461349376_n.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"65254971_3021947984497126_1664350211461349376_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:\"65254971_3021947984497126_1664350211461349376_n-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"65254971_3021947984497126_1664350211461349376_n-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:59:\"65254971_3021947984497126_1664350211461349376_n-768x655.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:655;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:{}}}'),(1607,654,'_wp_attached_file','2019/07/64654525_3081317635226827_4411759864938758144_n.jpg'),(1608,654,'wpmf_size','225980'),(1609,654,'wpmf_filetype','jpg'),(1610,654,'wpmf_order','0'),(1611,654,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:59:\"2019/07/64654525_3081317635226827_4411759864938758144_n.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"64654525_3081317635226827_4411759864938758144_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:\"64654525_3081317635226827_4411759864938758144_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"64654525_3081317635226827_4411759864938758144_n-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:59:\"64654525_3081317635226827_4411759864938758144_n-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(1612,655,'_wp_attached_file','2019/07/65254971_3021947984497126_1664350211461349376_n-1.jpg'),(1613,655,'wpmf_size','179466'),(1614,655,'wpmf_filetype','jpg'),(1615,655,'wpmf_order','0'),(1616,655,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:960;s:4:\"file\";s:61:\"2019/07/65254971_3021947984497126_1664350211461349376_n-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"65254971_3021947984497126_1664350211461349376_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:61:\"65254971_3021947984497126_1664350211461349376_n-1-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"65254971_3021947984497126_1664350211461349376_n-1-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:61:\"65254971_3021947984497126_1664350211461349376_n-1-768x655.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:655;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:{}}}'),(1617,656,'_wp_attached_file','2019/07/64654525_3081317635226827_4411759864938758144_n-1.jpg'),(1618,656,'wpmf_size','225980'),(1619,656,'wpmf_filetype','jpg'),(1620,656,'wpmf_order','0'),(1621,656,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:61:\"2019/07/64654525_3081317635226827_4411759864938758144_n-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"64654525_3081317635226827_4411759864938758144_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:61:\"64654525_3081317635226827_4411759864938758144_n-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"64654525_3081317635226827_4411759864938758144_n-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:61:\"64654525_3081317635226827_4411759864938758144_n-1-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(1622,657,'_wp_attached_file','2019/07/65254971_3021947984497126_1664350211461349376_n-2.jpg'),(1623,657,'wpmf_size','179466'),(1624,657,'wpmf_filetype','jpg'),(1625,657,'wpmf_order','0'),(1626,657,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:960;s:4:\"file\";s:61:\"2019/07/65254971_3021947984497126_1664350211461349376_n-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"65254971_3021947984497126_1664350211461349376_n-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:61:\"65254971_3021947984497126_1664350211461349376_n-2-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"65254971_3021947984497126_1664350211461349376_n-2-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:61:\"65254971_3021947984497126_1664350211461349376_n-2-768x655.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:655;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:{}}}'),(1627,658,'_wp_attached_file','2019/07/64654525_3081317635226827_4411759864938758144_n-2.jpg'),(1628,658,'wpmf_size','225980'),(1629,658,'wpmf_filetype','jpg'),(1630,658,'wpmf_order','0'),(1631,658,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:61:\"2019/07/64654525_3081317635226827_4411759864938758144_n-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"64654525_3081317635226827_4411759864938758144_n-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:61:\"64654525_3081317635226827_4411759864938758144_n-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"64654525_3081317635226827_4411759864938758144_n-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:61:\"64654525_3081317635226827_4411759864938758144_n-2-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(1632,659,'_wp_attached_file','2019/07/65254971_3021947984497126_1664350211461349376_n-3.jpg'),(1633,659,'wpmf_size','179466'),(1634,659,'wpmf_filetype','jpg'),(1635,659,'wpmf_order','0'),(1636,659,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:960;s:4:\"file\";s:61:\"2019/07/65254971_3021947984497126_1664350211461349376_n-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"65254971_3021947984497126_1664350211461349376_n-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:61:\"65254971_3021947984497126_1664350211461349376_n-3-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"65254971_3021947984497126_1664350211461349376_n-3-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:61:\"65254971_3021947984497126_1664350211461349376_n-3-768x655.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:655;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:{}}}'),(1637,652,'_thumbnail_id','659'),(1638,652,'_edit_last','13'),(1639,652,'out_date','2019-08-01'),(1640,652,'out_time','16:00'),(1641,652,'out_address','Drax Hall, St Ann '),(1642,652,'out_description','Cultural Concert with Live performances by Jesse Royal, the No-madzz and Feluké'),(1643,652,'out_mapurl','https://www.google.com/maps/place/Drax+Hall+Country+Club/@18.432693,-77.1765304,17z/data=!3m1!4b1!4m5!3m4!1s0x8edaff6cf571d517:0x49839f1a585ed1ed!8m2!3d18.432693!4d-77.1743417'),(1644,652,'post_gallery_id','a:2:{i:0;s:3:\"656\";i:1;s:3:\"659\";}'),(1645,660,'_edit_lock','1564431051:13'),(1646,661,'_wp_attached_file','2019/07/65511022_3043124802379444_5988685312715390976_n.jpg'),(1647,661,'wpmf_size','71351'),(1648,661,'wpmf_filetype','jpg'),(1649,661,'wpmf_order','0'),(1650,661,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:960;s:4:\"file\";s:59:\"2019/07/65511022_3043124802379444_5988685312715390976_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"65511022_3043124802379444_5988685312715390976_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:\"65511022_3043124802379444_5988685312715390976_n-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:59:\"65511022_3043124802379444_5988685312715390976_n-540x655.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:655;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:{}}}'),(1651,660,'_thumbnail_id','661'),(1652,660,'_edit_last','13'),(1653,660,'out_date','2019-08-02'),(1654,660,'out_time','10:00'),(1655,660,'out_address','Pearly Beach East St.Ann'),(1656,660,'out_description','10:00 am - 4:00 pm \r\nBonfire Beach Party  \r\nB.E.A.C.H =Best Escape Anyone Can Have'),(1657,660,'out_mapurl','https://www.google.com/maps/place/Pearly+Beach+Villas/@18.4124931,-77.1029636,15z/data=!4m5!3m4!1s0x0:0xcb694a8ce1df41f5!8m2!3d18.4124931!4d-77.1029636'),(1658,660,'post_gallery_id','a:2:{i:0;s:3:\"661\";i:1;s:3:\"658\";}'),(1659,662,'_edit_lock','1565288790:13'),(1660,663,'_wp_attached_file','2019/07/61659239_2961910053834253_632576797833166848_n.jpg'),(1661,663,'wpmf_size','62653'),(1662,663,'wpmf_filetype','jpg'),(1663,663,'wpmf_order','0'),(1664,663,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:627;s:6:\"height\";i:783;s:4:\"file\";s:58:\"2019/07/61659239_2961910053834253_632576797833166848_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"61659239_2961910053834253_632576797833166848_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:\"61659239_2961910053834253_632576797833166848_n-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:58:\"61659239_2961910053834253_632576797833166848_n-627x655.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:655;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:{}}}'),(1665,664,'_wp_attached_file','2019/07/64654525_3081317635226827_4411759864938758144_n-3.jpg'),(1666,664,'wpmf_size','225980'),(1667,664,'wpmf_filetype','jpg'),(1668,664,'wpmf_order','0'),(1669,664,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:61:\"2019/07/64654525_3081317635226827_4411759864938758144_n-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"64654525_3081317635226827_4411759864938758144_n-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:61:\"64654525_3081317635226827_4411759864938758144_n-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"64654525_3081317635226827_4411759864938758144_n-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:61:\"64654525_3081317635226827_4411759864938758144_n-3-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(1670,665,'_wp_attached_file','2019/07/64654525_3081317635226827_4411759864938758144_n-4.jpg'),(1671,665,'wpmf_size','225980'),(1672,665,'wpmf_filetype','jpg'),(1673,665,'wpmf_order','0'),(1674,665,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:61:\"2019/07/64654525_3081317635226827_4411759864938758144_n-4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"64654525_3081317635226827_4411759864938758144_n-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:61:\"64654525_3081317635226827_4411759864938758144_n-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"64654525_3081317635226827_4411759864938758144_n-4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:61:\"64654525_3081317635226827_4411759864938758144_n-4-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(1675,662,'_thumbnail_id','663'),(1676,662,'_edit_last','13'),(1677,662,'out_date','2019-08-03'),(1678,662,'out_time','16:00'),(1679,662,'out_address','Grizzly\'s Plantation Cove St. Ann '),(1680,662,'out_description','Fully Loaded Returns \r\n4:00 pm - 2:00 am '),(1681,662,'out_mapurl','https://www.google.com/maps/place/Grizzlys+Plantation+Cove/@18.4549664,-77.2327689,15z/data=!4m5!3m4!1s0x0:0xeb58d2c2dd3994fb!8m2!3d18.4549664!4d-77.2327689'),(1682,662,'post_gallery_id','a:2:{i:0;s:3:\"663\";i:1;s:3:\"665\";}'),(1683,666,'_edit_lock','1565288809:13'),(1684,667,'_wp_attached_file','2019/07/13312702_1226116284080314_1926006318659109326_n.jpg'),(1685,667,'wpmf_size','93501'),(1686,667,'wpmf_filetype','jpg'),(1687,667,'wpmf_order','0'),(1688,667,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:960;s:4:\"file\";s:59:\"2019/07/13312702_1226116284080314_1926006318659109326_n.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"13312702_1226116284080314_1926006318659109326_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:\"13312702_1226116284080314_1926006318659109326_n-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"13312702_1226116284080314_1926006318659109326_n-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:59:\"13312702_1226116284080314_1926006318659109326_n-768x655.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:655;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:{}}}'),(1689,666,'_edit_last','13'),(1690,666,'out_date','2019-08-04'),(1691,666,'out_time','12:00'),(1692,666,'out_address','Pearly Beach West St. Ann'),(1693,666,'out_description','Pre-sold 14k \r\nLate bird- 17k \r\nBeverage and Cuisine Inclusive\r\n'),(1694,666,'out_mapurl','https://www.google.com/maps/search/pearly+beach+west+jamaica/@18.4174444,-77.1422021,14z/data=!3m1!4b1'),(1695,666,'post_gallery_id','a:1:{i:0;s:3:\"664\";}'),(1702,673,'_wp_attached_file','2019/07/pelican-bar.png'),(1703,673,'wpmf_size','741529'),(1704,673,'wpmf_filetype','png'),(1705,673,'wpmf_order','0'),(1706,673,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1020;s:6:\"height\";i:553;s:4:\"file\";s:23:\"2019/07/pelican-bar.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"pelican-bar-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:23:\"pelican-bar-300x163.png\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"pelican-bar-768x416.png\";s:5:\"width\";i:768;s:6:\"height\";i:416;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:{}}}'),(1711,676,'_edit_lock','1564431167:13'),(1712,677,'_wp_attached_file','2019/07/jack-sprat-restaurant2.jpg'),(1713,677,'wpmf_size','83421'),(1714,677,'wpmf_filetype','jpg'),(1715,677,'wpmf_order','0'),(1716,677,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:34:\"2019/07/jack-sprat-restaurant2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"jack-sprat-restaurant2-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:\"jack-sprat-restaurant2-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:34:\"jack-sprat-restaurant2-768x512.jpg\";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:{}}}'),(1717,679,'_wp_attached_file','2019/07/ACCOMPONG.jpg'),(1718,679,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:709;s:6:\"height\";i:475;s:4:\"file\";s:21:\"2019/07/ACCOMPONG.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ACCOMPONG-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:\"ACCOMPONG-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;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:{}}}'),(1719,682,'_wp_attached_file','2019/07/seafood.jpg'),(1720,682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:19:\"2019/07/seafood.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"seafood-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:\"seafood-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:19:\"seafood-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:20:\"seafood-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"seafood-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564313257\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1721,685,'_wp_attached_file','2019/07/Holland-Bamboo.png'),(1722,685,'wpmf_size','1003079'),(1723,685,'wpmf_filetype','png'),(1724,685,'wpmf_order','0'),(1725,685,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:819;s:6:\"height\";i:458;s:4:\"file\";s:26:\"2019/07/Holland-Bamboo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Holland-Bamboo-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:26:\"Holland-Bamboo-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Holland-Bamboo-768x429.png\";s:5:\"width\";i:768;s:6:\"height\";i:429;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:{}}}'),(1726,688,'_wp_attached_file','2019/07/twisted.jpg'),(1727,688,'wpmf_size','516523'),(1728,688,'wpmf_filetype','jpg'),(1729,688,'wpmf_order','0'),(1730,688,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1888;s:6:\"height\";i:1888;s:4:\"file\";s:19:\"2019/07/twisted.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"twisted-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:\"twisted-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"twisted-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"twisted-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"twisted-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1731,689,'_wp_attached_file','2019/07/dream_weekend_2019-1.png'),(1732,689,'wpmf_size','563290'),(1733,689,'wpmf_filetype','png'),(1734,689,'wpmf_order','0'),(1735,689,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:32:\"2019/07/dream_weekend_2019-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"dream_weekend_2019-1-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:\"dream_weekend_2019-1-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"dream_weekend_2019-1-768x480.png\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"dream_weekend_2019-1-1024x640.png\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"dream_weekend_2019-1-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1736,676,'_edit_last','13'),(1737,676,'out_date','2019-08-02'),(1738,676,'out_time','10:00'),(1739,676,'out_address','Wavz, Negril'),(1740,676,'out_description','Featuring Spice\r\n6,500 General,\r\n9,500 VIP \r\nFree with season Band'),(1741,676,'out_mapurl','https://www.google.com/maps/place/Wavz+Beach/@18.2979203,-78.3402483,17z/data=!3m1!4b1!4m5!3m4!1s0x8ed90d076591505d:0x2261f77fe26b4a86!8m2!3d18.2979203!4d-78.3380596'),(1742,676,'post_gallery_id','a:2:{i:0;s:3:\"688\";i:1;s:3:\"689\";}'),(1743,690,'_edit_lock','1565288780:13'),(1744,691,'_wp_attached_file','2019/07/daydreams.jpg'),(1745,691,'wpmf_size','356210'),(1746,691,'wpmf_filetype','jpg'),(1747,691,'wpmf_order','0'),(1748,691,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1888;s:6:\"height\";i:1888;s:4:\"file\";s:21:\"2019/07/daydreams.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"daydreams-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:\"daydreams-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"daydreams-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"daydreams-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"daydreams-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1749,690,'_edit_last','13'),(1750,690,'out_date','2019-08-03'),(1751,690,'out_time','14:00'),(1752,690,'out_address','Wonderland Negril'),(1753,690,'out_description','Premium Day Rave experience'),(1754,690,'out_mapurl','https://www.google.com/maps/search/wonderland+negril/@18.2692143,-78.3659379,14z/data=!3m1!4b1'),(1755,690,'post_gallery_id','a:2:{i:0;s:3:\"691\";i:1;s:3:\"689\";}'),(1757,676,'_thumbnail_id','688'),(1758,690,'_thumbnail_id','691'),(1759,695,'_edit_lock','1565288526:13'),(1763,623,'xyz_smap','1'),(1766,623,'_thumbnail_id','673'),(1768,700,'_edit_lock','1565887513:12'),(1769,701,'_wp_attached_file','2019/07/yush.jpg'),(1770,701,'wpmf_size','608180'),(1771,701,'wpmf_filetype','jpg'),(1772,701,'wpmf_order','0'),(1773,701,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1888;s:6:\"height\";i:1888;s:4:\"file\";s:16:\"2019/07/yush.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"yush-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:\"yush-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"yush-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"yush-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"yush-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1776,695,'_thumbnail_id','701'),(1777,695,'_edit_last','13'),(1778,695,'out_date','2019-08-03'),(1779,695,'out_time','22:00'),(1780,695,'out_address','Cayenne Beach, Negril'),(1781,695,'out_description','Jamaica\'s #1 90\'s party #No Long Talking\r\nFeaturing: Capleton\r\n10:00 pm to 4:00 am\r\nBeach Chic \r\n'),(1782,695,'out_mapurl','https://www.google.com/maps/place/Cayenne+Beach+Negril/@18.2866554,-78.3433355,17z/data=!3m1!4b1!4m5!3m4!1s0x8ed90da0e8104c7b:0x73e6a9db9dcfbf1c!8m2!3d18.2866554!4d-78.3411468'),(1783,695,'post_gallery_id','a:2:{i:0;s:3:\"701\";i:1;s:3:\"689\";}'),(1794,700,'_edit_last','11'),(1795,700,'sponsored_url',''),(1796,709,'_edit_lock','1568297131:16'),(1797,709,'_edit_last','16'),(1798,709,'job_position','a Videographer'),(1799,709,'job_type','Full-time'),(1800,709,'job_company','Ramble Media Group'),(1801,709,'job_company_email','ramblemedia@gmail.com'),(1802,710,'_wp_attached_file','2019/07/videographer.jpeg'),(1803,710,'wpmf_size','18224'),(1804,710,'wpmf_filetype','jpeg'),(1805,710,'wpmf_order','0'),(1806,710,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:333;s:4:\"file\";s:25:\"2019/07/videographer.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"videographer-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:25:\"videographer-300x200.jpeg\";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:{}}}'),(1807,709,'_thumbnail_id','7024'),(1808,711,'_wp_attached_file','2019/07/brabus-1.jpg'),(1809,711,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4959;s:6:\"height\";i:3306;s:4:\"file\";s:20:\"2019/07/brabus-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"brabus-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:20:\"brabus-1-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:20:\"brabus-1-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:21:\"brabus-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"brabus-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564064897\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1810,712,'_wp_attached_file','2019/07/brabus-2.jpg'),(1811,712,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3164;s:6:\"height\";i:4746;s:4:\"file\";s:20:\"2019/07/brabus-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"brabus-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:20:\"brabus-2-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"brabus-2-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"brabus-2-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"brabus-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564058805\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"25\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1812,713,'_wp_attached_file','2019/07/brabus-3.jpg'),(1813,713,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4933;s:6:\"height\";i:3289;s:4:\"file\";s:20:\"2019/07/brabus-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"brabus-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:20:\"brabus-3-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:20:\"brabus-3-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:21:\"brabus-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"brabus-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564058933\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1814,714,'_wp_attached_file','2019/07/brabus4.jpg'),(1815,714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3315;s:6:\"height\";i:4973;s:4:\"file\";s:19:\"2019/07/brabus4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"brabus4-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:\"brabus4-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"brabus4-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"brabus4-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"brabus4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564058919\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"34\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1816,715,'_wp_attached_file','2019/07/brabus5.jpg'),(1817,715,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:19:\"2019/07/brabus5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"brabus5-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:\"brabus5-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:19:\"brabus5-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:20:\"brabus5-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"brabus5-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564065223\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"95\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1818,715,'wpmf_order','0'),(1819,714,'wpmf_order','0'),(1820,713,'wpmf_order','0'),(1821,712,'wpmf_order','0'),(1822,720,'_wp_attached_file','2019/07/brabus5-1.jpg'),(1823,720,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:21:\"2019/07/brabus5-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"brabus5-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:\"brabus5-1-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:21:\"brabus5-1-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:22:\"brabus5-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"brabus5-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564065223\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"95\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1824,721,'_wp_attached_file','2019/07/brabus7.jpg'),(1825,721,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4251;s:6:\"height\";i:2834;s:4:\"file\";s:19:\"2019/07/brabus7.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"brabus7-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:\"brabus7-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:19:\"brabus7-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:20:\"brabus7-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"brabus7-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564058714\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1826,722,'_wp_attached_file','2019/07/brabus-3-1.jpg'),(1827,722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4933;s:6:\"height\";i:3289;s:4:\"file\";s:22:\"2019/07/brabus-3-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"brabus-3-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:22:\"brabus-3-1-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:22:\"brabus-3-1-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:23:\"brabus-3-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"brabus-3-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564058933\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1828,723,'_wp_attached_file','2019/07/Brabus6.jpg'),(1829,723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4836;s:6:\"height\";i:3224;s:4:\"file\";s:19:\"2019/07/Brabus6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Brabus6-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:\"Brabus6-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:19:\"Brabus6-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:20:\"Brabus6-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Brabus6-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564065832\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"150\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1830,724,'_wp_attached_file','2019/07/brabus9.jpg'),(1831,724,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:19:\"2019/07/brabus9.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"brabus9-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:\"brabus9-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:19:\"brabus9-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:20:\"brabus9-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"brabus9-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564064796\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1832,727,'_wp_attached_file','2019/07/leon-bailey.jpg'),(1833,727,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:23:\"2019/07/leon-bailey.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"leon-bailey-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:\"leon-bailey-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:23:\"leon-bailey-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:{}}}'),(1834,700,'_thumbnail_id','711'),(1836,700,'xyz_smap','1'),(1838,731,'_edit_lock','1565887509:12'),(1839,731,'_oembed_f2a04564a178ee530ee35aec7d16aa9c','<iframe title=\"Naomi Campbell&#039;s Airport Routine | Come Fly With Me\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/b-U_jT9qWvs?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(1840,731,'_oembed_time_f2a04564a178ee530ee35aec7d16aa9c','1565887595'),(1841,731,'_edit_last','21'),(1842,731,'sponsored_url',''),(1843,735,'_wp_attached_file','2019/07/Naomi-Campbell-c-YouTube-.jpeg'),(1844,735,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:650;s:4:\"file\";s:38:\"2019/07/Naomi-Campbell-c-YouTube-.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Naomi-Campbell-c-YouTube--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:38:\"Naomi-Campbell-c-YouTube--300x300.jpeg\";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:{}}}'),(1845,737,'_wp_attached_file','2019/07/campbell.jpg'),(1846,737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:408;s:4:\"file\";s:20:\"2019/07/campbell.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"campbell-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:\"campbell-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;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:{}}}'),(1847,731,'_thumbnail_id','737'),(1858,744,'_wp_attached_file','2019/07/Naomi-Campbell.jpg'),(1859,744,'wpmf_size','162152'),(1860,744,'wpmf_filetype','jpg'),(1861,744,'wpmf_order','0'),(1862,744,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1208;s:6:\"height\";i:633;s:4:\"file\";s:26:\"2019/07/Naomi-Campbell.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Naomi-Campbell-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:\"Naomi-Campbell-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Naomi-Campbell-768x402.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Naomi-Campbell-1024x537.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Naomi-Campbell-1060x633.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:633;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:\"1564432588\";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:{}}}'),(1864,731,'xyz_smap','1'),(1866,746,'_edit_lock','1565821599:21'),(1867,747,'_edit_lock','1565881082:1'),(1868,747,'_edit_last','1'),(1869,750,'_wp_attached_file','2019/07/Tamara-Pridgett-Fitness-Influencer.png'),(1870,750,'wpmf_size','699969'),(1871,750,'wpmf_filetype','png'),(1872,750,'wpmf_order','0'),(1873,750,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:752;s:6:\"height\";i:752;s:4:\"file\";s:46:\"2019/07/Tamara-Pridgett-Fitness-Influencer.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Tamara-Pridgett-Fitness-Influencer-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:46:\"Tamara-Pridgett-Fitness-Influencer-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Tamara-Pridgett-Fitness-Influencer-752x655.png\";s:5:\"width\";i:752;s:6:\"height\";i:655;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:{}}}'),(1874,746,'_thumbnail_id','750'),(1875,746,'_edit_last','21'),(1876,746,'sponsored_url',''),(1877,648,'_oembed_3f18cd996d24835a88ab6f094bdca96a','<iframe title=\"Brushy One String | Chicken in The Corn (Official Video)\" width=\"1333\" height=\"1000\" src=\"https://www.youtube.com/embed/E8H-67ILaqc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(1878,648,'_oembed_time_3f18cd996d24835a88ab6f094bdca96a','1565887595'),(1879,755,'_wp_attached_file','2019/07/brushy1string-buzz-demo.jpg'),(1880,755,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2019/07/brushy1string-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"brushy1string-buzz-demo-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:\"brushy1string-buzz-demo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"brushy1string-buzz-demo-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"brushy1string-buzz-demo-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"brushy1string-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1882,746,'xyz_smap','1'),(1884,756,'_edit_lock','1565875919:4'),(1885,757,'_wp_attached_file','2019/07/brushy1string-kickstarter-buzz.jpg'),(1886,757,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1212;s:6:\"height\";i:592;s:4:\"file\";s:42:\"2019/07/brushy1string-kickstarter-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"brushy1string-kickstarter-buzz-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:42:\"brushy1string-kickstarter-buzz-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"brushy1string-kickstarter-buzz-768x375.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"brushy1string-kickstarter-buzz-1024x500.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"brushy1string-kickstarter-buzz-1060x592.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:592;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:{}}}'),(1888,648,'_edit_last','21'),(1889,648,'xyz_smap','1'),(1891,648,'sponsored_url',''),(1892,760,'_edit_lock','1568297152:16'),(1893,756,'_edit_last','4'),(1894,756,'sponsored_url',''),(1895,762,'_edit_lock','1565875555:14'),(1896,762,'_edit_last','14'),(1897,762,'sponsored_url',''),(1898,764,'_wp_attached_file','2019/07/ramble-logo.png'),(1899,764,'wpmf_size','11825'),(1900,764,'wpmf_filetype','png'),(1901,764,'wpmf_order','0'),(1902,764,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:626;s:6:\"height\";i:269;s:4:\"file\";s:23:\"2019/07/ramble-logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ramble-logo-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:23:\"ramble-logo-300x129.png\";s:5:\"width\";i:300;s:6:\"height\";i:129;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:{}}}'),(1903,760,'_thumbnail_id','7024'),(1904,760,'_edit_last','16'),(1905,760,'_wp_old_slug','auto-draft'),(1906,760,'job_position','a Driver'),(1907,760,'job_type','Full-time'),(1908,760,'job_company','Ramble Media Group'),(1909,760,'job_company_email','Ramblemedia@gmail.com'),(1910,765,'_wp_attached_file','2019/07/ramble-logo-1.png'),(1911,765,'wpmf_size','11825'),(1912,765,'wpmf_filetype','png'),(1913,765,'wpmf_order','0'),(1914,765,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:626;s:6:\"height\";i:269;s:4:\"file\";s:25:\"2019/07/ramble-logo-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ramble-logo-1-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:25:\"ramble-logo-1-300x129.png\";s:5:\"width\";i:300;s:6:\"height\";i:129;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:{}}}'),(1915,766,'_wp_attached_file','2019/07/Made-With-Love.jpg'),(1916,766,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:895;s:4:\"file\";s:26:\"2019/07/Made-With-Love.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Made-With-Love-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:\"Made-With-Love-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Made-With-Love-691x655.jpg\";s:5:\"width\";i:691;s:6:\"height\";i:655;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:{}}}'),(1917,767,'_wp_attached_file','2019/07/Quilt-Bag.jpg'),(1918,767,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:721;s:6:\"height\";i:899;s:4:\"file\";s:21:\"2019/07/Quilt-Bag.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Quilt-Bag-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:\"Quilt-Bag-241x300.jpg\";s:5:\"width\";i:241;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Quilt-Bag-721x655.jpg\";s:5:\"width\";i:721;s:6:\"height\";i:655;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:{}}}'),(1919,768,'_wp_attached_file','2019/07/So-Cute.jpg'),(1920,768,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:738;s:6:\"height\";i:866;s:4:\"file\";s:19:\"2019/07/So-Cute.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"So-Cute-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:\"So-Cute-256x300.jpg\";s:5:\"width\";i:256;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"So-Cute-738x655.jpg\";s:5:\"width\";i:738;s:6:\"height\";i:655;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:{}}}'),(1921,769,'_wp_attached_file','2019/07/abkhazia-flag.jpg'),(1922,769,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2019/07/abkhazia-flag.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"abkhazia-flag-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:\"abkhazia-flag-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:25:\"abkhazia-flag-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:26:\"abkhazia-flag-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"abkhazia-flag-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1923,770,'_wp_attached_file','2019/07/Latte-Anyone.jpg'),(1924,770,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:661;s:6:\"height\";i:895;s:4:\"file\";s:24:\"2019/07/Latte-Anyone.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Latte-Anyone-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:\"Latte-Anyone-222x300.jpg\";s:5:\"width\";i:222;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Latte-Anyone-661x655.jpg\";s:5:\"width\";i:661;s:6:\"height\";i:655;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:{}}}'),(1925,771,'_wp_attached_file','2019/07/abkhazia-on-world-map.png'),(1926,771,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:710;s:4:\"file\";s:33:\"2019/07/abkhazia-on-world-map.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"abkhazia-on-world-map-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:\"abkhazia-on-world-map-300x178.png\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"abkhazia-on-world-map-768x454.png\";s:5:\"width\";i:768;s:6:\"height\";i:454;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"abkhazia-on-world-map-1024x606.png\";s:5:\"width\";i:1024;s:6:\"height\";i:606;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"abkhazia-on-world-map-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1927,772,'_wp_attached_file','2019/07/quilt-queen-1.jpg'),(1928,772,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2019/07/quilt-queen-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"quilt-queen-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:25:\"quilt-queen-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"quilt-queen-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"quilt-queen-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"quilt-queen-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1929,774,'_wp_attached_file','2019/07/krubera-cave-abkhazia-demo.jpg'),(1930,774,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:512;s:4:\"file\";s:38:\"2019/07/krubera-cave-abkhazia-demo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"krubera-cave-abkhazia-demo-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:\"krubera-cave-abkhazia-demo-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:38:\"krubera-cave-abkhazia-demo-768x512.jpg\";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:{}}}'),(1931,775,'_wp_attached_file','2019/07/kosovo-flag.png'),(1932,775,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1067;s:4:\"file\";s:23:\"2019/07/kosovo-flag.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"kosovo-flag-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:23:\"kosovo-flag-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"kosovo-flag-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"kosovo-flag-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"kosovo-flag-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1933,777,'_wp_attached_file','2019/07/kosovo-map.jpg'),(1934,777,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:22:\"2019/07/kosovo-map.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"kosovo-map-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:\"kosovo-map-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:22:\"kosovo-map-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:23:\"kosovo-map-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"kosovo-map-1060x608.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:608;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:{}}}'),(1935,779,'_wp_attached_file','2019/07/territorial-disputes-all-countries.jpg'),(1936,779,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1636;s:6:\"height\";i:900;s:4:\"file\";s:46:\"2019/07/territorial-disputes-all-countries.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"territorial-disputes-all-countries-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:\"territorial-disputes-all-countries-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"territorial-disputes-all-countries-768x422.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"territorial-disputes-all-countries-1024x563.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:563;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"territorial-disputes-all-countries-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1937,781,'_edit_lock','1565648256:9'),(1938,784,'_wp_attached_file','2019/07/prishtina-city-center.jpg'),(1939,784,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:896;s:6:\"height\";i:596;s:4:\"file\";s:33:\"2019/07/prishtina-city-center.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"prishtina-city-center-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:\"prishtina-city-center-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:33:\"prishtina-city-center-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;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:{}}}'),(1940,786,'_wp_attached_file','2019/07/transnistria-flag.png'),(1941,786,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2019/07/transnistria-flag.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"transnistria-flag-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:29:\"transnistria-flag-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"transnistria-flag-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"transnistria-flag-1024x512.png\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"transnistria-flag-1060x600.png\";s:5:\"width\";i:1060;s:6:\"height\";i:600;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:{}}}'),(1942,756,'_thumbnail_id','766'),(1944,756,'xyz_smap','1'),(1946,789,'_edit_lock','1565877116:4'),(1947,790,'_wp_attached_file','2019/07/transnistria-map.jpg'),(1948,790,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:431;s:6:\"height\";i:469;s:4:\"file\";s:28:\"2019/07/transnistria-map.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"transnistria-map-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:\"transnistria-map-276x300.jpg\";s:5:\"width\";i:276;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:{}}}'),(1949,791,'_wp_attached_file','2019/07/bender-fortress-transnistria.jpg'),(1950,791,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1229;s:4:\"file\";s:40:\"2019/07/bender-fortress-transnistria.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"bender-fortress-transnistria-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:\"bender-fortress-transnistria-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"bender-fortress-transnistria-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"bender-fortress-transnistria-1024x615.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"bender-fortress-transnistria-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1951,792,'_wp_attached_file','2019/07/somaliland-flag.png'),(1952,792,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2019/07/somaliland-flag.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"somaliland-flag-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:27:\"somaliland-flag-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"somaliland-flag-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"somaliland-flag-1024x512.png\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"somaliland-flag-1060x600.png\";s:5:\"width\";i:1060;s:6:\"height\";i:600;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:{}}}'),(1953,793,'_wp_attached_file','2019/07/Dubproof.jpg'),(1954,793,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2019/07/Dubproof.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Dubproof-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:\"Dubproof-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:{}}}'),(1955,781,'_thumbnail_id','3246'),(1956,781,'_edit_last','9'),(1957,781,'sponsored_url',''),(1959,781,'xyz_smap','1'),(1961,796,'_wp_attached_file','2019/07/somaliland-map.jpg'),(1962,796,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:26:\"2019/07/somaliland-map.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"somaliland-map-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:\"somaliland-map-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:26:\"somaliland-map-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:27:\"somaliland-map-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"somaliland-map-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1963,797,'_wp_attached_file','2019/07/laas-geel-rock-cave-paintings.jpg'),(1964,797,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:610;s:6:\"height\";i:359;s:4:\"file\";s:41:\"2019/07/laas-geel-rock-cave-paintings.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"laas-geel-rock-cave-paintings-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:\"laas-geel-rock-cave-paintings-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;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:{}}}'),(1965,798,'_wp_attached_file','2019/07/artsakh.png'),(1966,798,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2019/07/artsakh.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"artsakh-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:19:\"artsakh-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"artsakh-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"artsakh-1024x512.png\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"artsakh-1060x600.png\";s:5:\"width\";i:1060;s:6:\"height\";i:600;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:{}}}'),(1967,799,'_wp_attached_file','2019/07/artsakh-sights.jpg'),(1968,799,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1065;s:4:\"file\";s:26:\"2019/07/artsakh-sights.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"artsakh-sights-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:\"artsakh-sights-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:26:\"artsakh-sights-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"artsakh-sights-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"artsakh-sights-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1969,800,'_wp_attached_file','2019/07/artsakh-waterfall.jpg'),(1970,800,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:931;s:4:\"file\";s:29:\"2019/07/artsakh-waterfall.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"artsakh-waterfall-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:\"artsakh-waterfall-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:29:\"artsakh-waterfall-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"artsakh-waterfall-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"artsakh-waterfall-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1377176555\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"27\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1973,760,'_wp_old_slug','ramble-media-corporation-driver-760'),(1974,803,'_wp_attached_file','2019/07/Ramble_Logo_positive.jpg'),(1975,803,'wpmf_size','732065'),(1976,803,'wpmf_filetype','jpg'),(1977,803,'wpmf_order','0'),(1978,803,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4146;s:6:\"height\";i:2050;s:4:\"file\";s:32:\"2019/07/Ramble_Logo_positive.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Ramble_Logo_positive-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:\"Ramble_Logo_positive-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Ramble_Logo_positive-768x380.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Ramble_Logo_positive-1024x506.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Ramble_Logo_positive-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(1980,805,'_edit_lock','1564688982:1'),(1981,805,'_edit_last','1'),(1986,789,'_edit_last','11'),(1987,789,'sponsored_url',''),(2024,822,'_wp_attached_file','2019/07/south-ossetia-flag.png'),(2025,822,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2019/07/south-ossetia-flag.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"south-ossetia-flag-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:\"south-ossetia-flag-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"south-ossetia-flag-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"south-ossetia-flag-1024x512.png\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"south-ossetia-flag-1060x600.png\";s:5:\"width\";i:1060;s:6:\"height\";i:600;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:{}}}'),(2026,823,'_wp_attached_file','2019/07/south-ossetia-mountain-lake.jpg'),(2027,823,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:675;s:4:\"file\";s:39:\"2019/07/south-ossetia-mountain-lake.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"south-ossetia-mountain-lake-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:\"south-ossetia-mountain-lake-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:39:\"south-ossetia-mountain-lake-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"south-ossetia-mountain-lake-900x655.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:655;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:{}}}'),(2028,824,'_wp_attached_file','2019/07/south-ossetia-ksani-fortress.jpg'),(2029,824,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:999;s:6:\"height\";i:742;s:4:\"file\";s:40:\"2019/07/south-ossetia-ksani-fortress.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"south-ossetia-ksani-fortress-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:\"south-ossetia-ksani-fortress-300x223.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"south-ossetia-ksani-fortress-768x570.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"south-ossetia-ksani-fortress-999x655.jpg\";s:5:\"width\";i:999;s:6:\"height\";i:655;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:{}}}'),(2030,825,'_wp_attached_file','2019/07/Cover-Photo.jpg'),(2031,825,'wpmf_size','92430'),(2032,825,'wpmf_filetype','jpg'),(2033,825,'wpmf_order','0'),(2034,825,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:407;s:6:\"height\";i:610;s:4:\"file\";s:23:\"2019/07/Cover-Photo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Cover-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:23:\"Cover-Photo-200x300.jpg\";s:5:\"width\";i:200;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:{}}}'),(2035,826,'_wp_attached_file','2019/07/lugansk-people-republic-flag.png'),(2036,826,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:40:\"2019/07/lugansk-people-republic-flag.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"lugansk-people-republic-flag-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:40:\"lugansk-people-republic-flag-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"lugansk-people-republic-flag-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"lugansk-people-republic-flag-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"lugansk-people-republic-flag-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2037,827,'_wp_attached_file','2019/07/lugansk-people-republic-map.jpg'),(2038,827,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:647;s:4:\"file\";s:39:\"2019/07/lugansk-people-republic-map.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"lugansk-people-republic-map-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:\"lugansk-people-republic-map-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"lugansk-people-republic-map-768x552.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:552;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:{}}}'),(2040,789,'_thumbnail_id','825'),(2041,789,'xyz_smap','1'),(2043,828,'_edit_lock','1565919033:4'),(2044,829,'_wp_attached_file','2019/07/sahrawi-republic-flag.png'),(2045,829,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:600;s:4:\"file\";s:33:\"2019/07/sahrawi-republic-flag.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"sahrawi-republic-flag-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:\"sahrawi-republic-flag-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"sahrawi-republic-flag-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"sahrawi-republic-flag-1024x512.png\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"sahrawi-republic-flag-1060x600.png\";s:5:\"width\";i:1060;s:6:\"height\";i:600;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:{}}}'),(2046,830,'_wp_attached_file','2019/07/western-sahara-conflict-map.jpg'),(2047,830,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:39:\"2019/07/western-sahara-conflict-map.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"western-sahara-conflict-map-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:\"western-sahara-conflict-map-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:39:\"western-sahara-conflict-map-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"western-sahara-conflict-map-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"western-sahara-conflict-map-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2048,828,'_edit_last','4'),(2049,828,'sponsored_url',''),(2050,832,'_edit_lock','1565890358:9'),(2051,833,'_wp_attached_file','2019/07/IMG-20190719-WA0002.jpg'),(2052,833,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1242;s:6:\"height\";i:1229;s:4:\"file\";s:31:\"2019/07/IMG-20190719-WA0002.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20190719-WA0002-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:\"IMG-20190719-WA0002-300x297.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"IMG-20190719-WA0002-768x760.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:760;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"IMG-20190719-WA0002-1024x1013.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"IMG-20190719-WA0002-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2054,835,'_wp_attached_file','2019/07/polisario-morocco-palace.jpg'),(2055,835,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:528;s:4:\"file\";s:36:\"2019/07/polisario-morocco-palace.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"polisario-morocco-palace-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:\"polisario-morocco-palace-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"polisario-morocco-palace-768x507.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:507;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:{}}}'),(2056,832,'_edit_last','9'),(2057,832,'sponsored_url',''),(2060,762,'xyz_smap','1'),(2063,832,'_oembed_f9289c4bd3868c7613d3e1f5f0d7432d','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B0HC_mXBt6g/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B0HC_mXBt6g/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B0HC_mXBt6g/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">I’m not gonna lie being in studio today and being before those cameras had me in my feelings. I miss the TV business guys ??, thank you @oblessa for having me, those questions were expertly written.</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/laurenolauren/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Info@LaurenOlauren.com</a> (@laurenolauren) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-19T19:29:35+00:00\">Jul 19, 2019 at 12:29pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(2064,832,'_oembed_time_f9289c4bd3868c7613d3e1f5f0d7432d','1564518667'),(2066,832,'_oembed_251db209c0b0ed391fa51e4d8bf61ea2','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/Bw2aujThfW_/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/Bw2aujThfW_/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/Bw2aujThfW_/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">AYOOOOO - this look is currently LIVE ON BLOG. Guess who just redesigned their website ??‍♀️ a brand spanking new LaurenOLauren is UP. I have a new tab called shop where I will have links to my most popular worn items that you guys ask about. (Like the outfit I wore with the flowy top yes that’s on my shop tab). ❤️ Go show my website some love. #happymonday</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/laurenolauren/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Info@LaurenOlauren.com</a> (@laurenolauren) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-04-29T18:55:42+00:00\">Apr 29, 2019 at 11:55am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(2067,832,'_oembed_time_251db209c0b0ed391fa51e4d8bf61ea2','1565889446'),(2068,832,'xyz_smap','1'),(2070,841,'_wp_attached_file','2019/07/AC-Hotel-Exterior.jpg'),(2071,841,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1647;s:6:\"height\";i:1098;s:4:\"file\";s:29:\"2019/07/AC-Hotel-Exterior.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"AC-Hotel-Exterior-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:\"AC-Hotel-Exterior-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:29:\"AC-Hotel-Exterior-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:30:\"AC-Hotel-Exterior-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"AC-Hotel-Exterior-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560429544\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"33\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2072,842,'_wp_attached_file','2019/07/Pool.jpg'),(2073,842,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1994;s:6:\"height\";i:1330;s:4:\"file\";s:16:\"2019/07/Pool.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Pool-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:\"Pool-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:16:\"Pool-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:17:\"Pool-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"Pool-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560800014\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2074,843,'_wp_attached_file','2019/07/Busy-Lobby.jpg'),(2075,843,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1660;s:6:\"height\";i:960;s:4:\"file\";s:22:\"2019/07/Busy-Lobby.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Busy-Lobby-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:\"Busy-Lobby-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Busy-Lobby-768x444.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Busy-Lobby-1024x592.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:592;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Busy-Lobby-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560801393\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2076,844,'_wp_attached_file','2019/07/Adam-Stewart-Sharon-Burke.jpg'),(2077,844,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1660;s:6:\"height\";i:1107;s:4:\"file\";s:37:\"2019/07/Adam-Stewart-Sharon-Burke.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Adam-Stewart-Sharon-Burke-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:\"Adam-Stewart-Sharon-Burke-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:37:\"Adam-Stewart-Sharon-Burke-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:38:\"Adam-Stewart-Sharon-Burke-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Adam-Stewart-Sharon-Burke-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560812930\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"42\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2080,846,'_wp_attached_file','2019/07/AC-Pool.jpg'),(2081,846,'wpmf_size','609428'),(2082,846,'wpmf_filetype','jpg'),(2083,846,'wpmf_order','0'),(2084,846,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1478;s:6:\"height\";i:985;s:4:\"file\";s:19:\"2019/07/AC-Pool.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"AC-Pool-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:\"AC-Pool-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:19:\"AC-Pool-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:20:\"AC-Pool-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"AC-Pool-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560800357\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"29\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2085,847,'_wp_attached_file','2019/07/13.mp4'),(2086,847,'wpmf_size','648485'),(2087,847,'wpmf_filetype','mp4'),(2088,847,'wpmf_order','0'),(2089,847,'_wp_attachment_metadata','a:10:{s:7:\"bitrate\";i:1703611;s:8:\"filesize\";i:648485;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:3;s:16:\"length_formatted\";s:4:\"0:03\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:1563212912;}'),(2090,848,'_wp_attached_file','2019/07/Art-1.jpg'),(2091,848,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2231;s:6:\"height\";i:1488;s:4:\"file\";s:17:\"2019/07/Art-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Art-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:17:\"Art-1-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:17:\"Art-1-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:18:\"Art-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Art-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560801196\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"42\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2099,851,'_wp_attached_file','2019/07/Art-2-AC-Marriott.jpg'),(2100,851,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1633;s:6:\"height\";i:1089;s:4:\"file\";s:29:\"2019/07/Art-2-AC-Marriott.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Art-2-AC-Marriott-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:\"Art-2-AC-Marriott-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:29:\"Art-2-AC-Marriott-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:30:\"Art-2-AC-Marriott-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Art-2-AC-Marriott-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560812974\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2101,852,'_wp_attached_file','2019/07/Art-3-AC-Marriott.jpg'),(2102,852,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1583;s:6:\"height\";i:1056;s:4:\"file\";s:29:\"2019/07/Art-3-AC-Marriott.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Art-3-AC-Marriott-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:\"Art-3-AC-Marriott-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:29:\"Art-3-AC-Marriott-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:30:\"Art-3-AC-Marriott-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Art-3-AC-Marriott-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560813045\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2103,853,'_wp_attached_file','2019/07/Art-4-AC-Marriott.jpg'),(2104,853,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1660;s:6:\"height\";i:1107;s:4:\"file\";s:29:\"2019/07/Art-4-AC-Marriott.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Art-4-AC-Marriott-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:\"Art-4-AC-Marriott-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:29:\"Art-4-AC-Marriott-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:30:\"Art-4-AC-Marriott-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Art-4-AC-Marriott-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560428420\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"41\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2105,854,'_wp_attached_file','2019/07/Art-5-AC-Marriott.jpg'),(2106,854,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1245;s:6:\"height\";i:830;s:4:\"file\";s:29:\"2019/07/Art-5-AC-Marriott.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Art-5-AC-Marriott-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:\"Art-5-AC-Marriott-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:29:\"Art-5-AC-Marriott-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:30:\"Art-5-AC-Marriott-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Art-5-AC-Marriott-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560428548\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2107,855,'_edit_lock','1564691068:4'),(2108,856,'_wp_attached_file','2019/07/Idris-Elba-.jpeg'),(2109,856,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:650;s:4:\"file\";s:24:\"2019/07/Idris-Elba-.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Idris-Elba--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:24:\"Idris-Elba--300x300.jpeg\";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:{}}}'),(2111,828,'_thumbnail_id','841'),(2112,828,'xyz_smap','1'),(2123,861,'_edit_lock','1566426349:16'),(2137,865,'_wp_attached_file','2019/07/Art-6-AC-Marriott.jpg'),(2138,865,'wpmf_size','958703'),(2139,865,'wpmf_filetype','jpg'),(2140,865,'wpmf_order','0'),(2141,865,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2592;s:6:\"height\";i:1728;s:4:\"file\";s:29:\"2019/07/Art-6-AC-Marriott.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Art-6-AC-Marriott-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:\"Art-6-AC-Marriott-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:29:\"Art-6-AC-Marriott-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:30:\"Art-6-AC-Marriott-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Art-6-AC-Marriott-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560431246\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2144,867,'_edit_lock','1565897091:4'),(2149,869,'_wp_attached_file','2019/07/12.mp4'),(2150,869,'wpmf_size','1890832'),(2151,869,'wpmf_filetype','mp4'),(2152,869,'wpmf_order','0'),(2153,869,'_wp_attachment_metadata','a:10:{s:7:\"bitrate\";i:3661875;s:8:\"filesize\";i:1890832;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:4;s:16:\"length_formatted\";s:4:\"0:04\";s:5:\"width\";i:1580;s:6:\"height\";i:628;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:1560285107;}'),(2160,872,'_edit_lock','1566250893:9'),(2161,873,'_wp_attached_file','2019/07/PBR-6.jpg'),(2162,873,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:854;s:6:\"height\";i:1068;s:4:\"file\";s:17:\"2019/07/PBR-6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"PBR-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:17:\"PBR-6-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"PBR-6-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"PBR-6-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"PBR-6-854x655.jpg\";s:5:\"width\";i:854;s:6:\"height\";i:655;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:{}}}'),(2163,874,'_wp_attached_file','2019/07/PBR-3.jpg'),(2164,874,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:17:\"2019/07/PBR-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"PBR-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:17:\"PBR-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"PBR-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"PBR-3-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"PBR-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2165,875,'_wp_attached_file','2019/07/PBR-8.jpg'),(2166,875,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:17:\"2019/07/PBR-8.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"PBR-8-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:\"PBR-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"PBR-8-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"PBR-8-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"PBR-8-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2167,876,'_wp_attached_file','2019/07/PBR-11.jpg'),(2168,876,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1280;s:4:\"file\";s:18:\"2019/07/PBR-11.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"PBR-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:18:\"PBR-11-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"PBR-11-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"PBR-11-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"PBR-11-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(2169,877,'_wp_attached_file','2019/07/PBR-4.jpg'),(2170,877,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:854;s:6:\"height\";i:1068;s:4:\"file\";s:17:\"2019/07/PBR-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"PBR-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:17:\"PBR-4-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"PBR-4-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"PBR-4-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"PBR-4-854x655.jpg\";s:5:\"width\";i:854;s:6:\"height\";i:655;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:{}}}'),(2171,878,'_wp_attached_file','2019/07/PBR-2.jpg'),(2172,878,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:854;s:6:\"height\";i:1280;s:4:\"file\";s:17:\"2019/07/PBR-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"PBR-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:17:\"PBR-2-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"PBR-2-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"PBR-2-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"PBR-2-854x655.jpg\";s:5:\"width\";i:854;s:6:\"height\";i:655;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:{}}}'),(2173,879,'_wp_attached_file','2019/07/PBR-1.jpg'),(2174,879,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1280;s:4:\"file\";s:17:\"2019/07/PBR-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"PBR-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:17:\"PBR-1-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"PBR-1-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"PBR-1-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"PBR-1-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(2175,880,'_wp_attached_file','2019/07/PBR-5.jpg'),(2176,880,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:854;s:6:\"height\";i:1068;s:4:\"file\";s:17:\"2019/07/PBR-5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"PBR-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:17:\"PBR-5-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"PBR-5-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"PBR-5-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"PBR-5-854x655.jpg\";s:5:\"width\";i:854;s:6:\"height\";i:655;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:{}}}'),(2177,881,'_wp_attached_file','2019/07/PBR-7.jpg'),(2178,881,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:854;s:4:\"file\";s:17:\"2019/07/PBR-7.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"PBR-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:17:\"PBR-7-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:17:\"PBR-7-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:18:\"PBR-7-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"PBR-7-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2179,882,'_wp_attached_file','2019/07/PBR-9.jpg'),(2180,882,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:17:\"2019/07/PBR-9.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"PBR-9-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:\"PBR-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"PBR-9-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"PBR-9-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"PBR-9-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2182,855,'_thumbnail_id','1293'),(2183,855,'_edit_last','4'),(2184,855,'xyz_smap','1'),(2186,855,'sponsored_url',''),(2187,867,'_thumbnail_id','881'),(2188,867,'_oembed_f560d3d1ec759dbe95c4afc58c274615','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BwUt71cBaOT/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BwUt71cBaOT/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BwUt71cBaOT/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">#repost #available #buyitnow</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/piecesbyrush/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> PiecesByRush??????</a> (@piecesbyrush) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-04-16T16:49:22+00:00\">Apr 16, 2019 at 9:49am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(2189,867,'_oembed_time_f560d3d1ec759dbe95c4afc58c274615','1565886348'),(2190,867,'_edit_last','4'),(2191,867,'sponsored_url',''),(2193,867,'xyz_smap','1'),(2195,888,'_edit_lock','1565997744:4'),(2196,889,'_edit_lock','1565823917:21'),(2197,889,'_edit_last','21'),(2198,889,'sponsored_url',''),(2201,893,'_wp_attached_file','2019/07/DSC_0278-1.jpg'),(2202,893,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:22:\"2019/07/DSC_0278-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0278-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:22:\"DSC_0278-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"DSC_0278-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"DSC_0278-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"DSC_0278-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563109324\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"34\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2203,894,'_wp_attached_file','2019/07/MSI_5031-1.jpg'),(2204,894,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:22:\"2019/07/MSI_5031-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"MSI_5031-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:22:\"MSI_5031-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"MSI_5031-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"MSI_5031-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"MSI_5031-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563109779\";s:9:\"copyright\";s:10:\"MIKEYSPICE\";s:12:\"focal_length\";s:2:\"22\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2205,895,'_wp_attached_file','2019/07/Healthy-Living.jpg'),(2206,895,'wpmf_size','92735'),(2207,895,'wpmf_filetype','jpg'),(2208,895,'wpmf_order','0'),(2209,895,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:26:\"2019/07/Healthy-Living.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Healthy-Living-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:\"Healthy-Living-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:26:\"Healthy-Living-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:27:\"Healthy-Living-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Healthy-Living-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2210,888,'_thumbnail_id','895'),(2211,888,'_edit_last','4'),(2212,888,'sponsored_url',''),(2214,888,'xyz_smap','1'),(2216,898,'_wp_attached_file','2019/07/AlexPowellA.jpg'),(2217,898,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:710;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2019/07/AlexPowellA.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"AlexPowellA-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:\"AlexPowellA-237x300.jpg\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"AlexPowellA-710x655.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563109563\";s:9:\"copyright\";s:10:\"MIKEYSPICE\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2218,899,'_edit_lock','1565887418:4'),(2224,901,'_wp_attached_file','2019/07/DSC_0071-1.jpg'),(2225,901,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:22:\"2019/07/DSC_0071-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0071-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:22:\"DSC_0071-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"DSC_0071-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"DSC_0071-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"DSC_0071-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563106184\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2226,902,'_wp_attached_file','2019/07/Vaginoplasty.jpg'),(2227,902,'wpmf_size','27101'),(2228,902,'wpmf_filetype','jpg'),(2229,902,'wpmf_order','0'),(2230,902,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:474;s:6:\"height\";i:312;s:4:\"file\";s:24:\"2019/07/Vaginoplasty.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Vaginoplasty-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:\"Vaginoplasty-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;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:{}}}'),(2231,899,'_thumbnail_id','4204'),(2232,899,'_edit_last','4'),(2233,899,'sponsored_url',''),(2236,899,'xyz_smap','1'),(2241,907,'_edit_lock','1565887577:12'),(2242,872,'_thumbnail_id','894'),(2243,872,'_edit_last','9'),(2244,872,'sponsored_url',''),(2245,909,'_edit_lock','1565887607:12'),(2247,872,'xyz_smap','1'),(2249,907,'_edit_last','12'),(2250,907,'sponsored_url',''),(2252,116,'xyz_smap','1'),(2255,909,'_edit_last','12'),(2256,909,'xyz_smap','1'),(2258,909,'sponsored_url',''),(2259,913,'_edit_lock','1565875464:14'),(2260,914,'_wp_attached_file','2019/07/McVegan.jpg'),(2261,914,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:19:\"2019/07/McVegan.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"McVegan-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:\"McVegan-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"McVegan-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"McVegan-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(2262,916,'_wp_attached_file','2019/07/Cashew.jpg'),(2263,916,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:4:\"file\";s:18:\"2019/07/Cashew.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Cashew-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:\"Cashew-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:18:\"Cashew-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Cashew-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Cashew-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2264,917,'_wp_attached_file','2019/07/Blac-Chyna-.jpeg'),(2265,917,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:650;s:4:\"file\";s:24:\"2019/07/Blac-Chyna-.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Blac-Chyna--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:24:\"Blac-Chyna--300x300.jpeg\";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:3:\"5.6\";s:6:\"credit\";s:26:\"Romain Maurice/Splash News\";s:6:\"camera\";s:9:\"NIKON D4S\";s:7:\"caption\";s:341:\"Blac Chyna attends the Blowpro event in Miami Beach, Florida. \r<P>\rPictured: Blac Chyna\r<B>Ref: SPL1595301  081017  </B><BR />\rPicture by: Romain Maurice/Splash News<BR />\r</P><P>\r<B>Splash News and Pictures</B><BR />\rLos Angeles:	310-821-2666<BR />\rNew York:	212-619-2666<BR />\rLondon:	870-934-2666<BR />\rphotodesk@splashnews.com<BR />\r</P>\";s:17:\"created_timestamp\";s:10:\"1507422844\";s:9:\"copyright\";s:21:\"© www.splashnews.com\";s:12:\"focal_length\";s:2:\"44\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:51:\"Blac Chyna attends the Blowpro event in Miami Beach\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:3:{i:0;s:14:\"rob kardashian\";i:1;s:7:\"Hip Hop\";i:2;s:10:\"Kardashian\";}}}'),(2266,918,'_wp_attached_file','2019/07/golden-pothos_demo.jpg'),(2267,918,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2019/07/golden-pothos_demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"golden-pothos_demo-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:\"golden-pothos_demo-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"golden-pothos_demo-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"golden-pothos_demo-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"golden-pothos_demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2268,919,'_wp_attached_file','2019/07/potted-ferns_demo.jpg'),(2269,919,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2019/07/potted-ferns_demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"potted-ferns_demo-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:\"potted-ferns_demo-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"potted-ferns_demo-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"potted-ferns_demo-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"potted-ferns_demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2270,920,'_wp_attached_file','2019/07/acrea-palm-tree_demo.jpg'),(2271,920,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:32:\"2019/07/acrea-palm-tree_demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"acrea-palm-tree_demo-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:\"acrea-palm-tree_demo-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:32:\"acrea-palm-tree_demo-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:33:\"acrea-palm-tree_demo-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"acrea-palm-tree_demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2272,921,'_wp_attached_file','2019/07/snake-plant_demo.jpg'),(2273,921,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:28:\"2019/07/snake-plant_demo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"snake-plant_demo-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:\"snake-plant_demo-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:28:\"snake-plant_demo-768x512.jpg\";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:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:53:\"Sansevieria trifasciata or Snake plant in pot at home\";s:17:\"created_timestamp\";s:10:\"1502024456\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.6\";s:5:\"title\";s:53:\"Sansevieria trifasciata or Snake plant in pot at home\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:28:{i:0;s:4:\"tree\";i:1;s:9:\"succulent\";i:2;s:10:\"decoration\";i:3;s:7:\"natural\";i:4;s:5:\"green\";i:5;s:3:\"pot\";i:6;s:11:\"condominium\";i:7;s:5:\"light\";i:8;s:5:\"condo\";i:9;s:9:\"gardening\";i:10;s:3:\"box\";i:11;s:4:\"wood\";i:12;s:4:\"room\";i:13;s:6:\"oxygen\";i:14;s:7:\"texture\";i:15;s:6:\"garden\";i:16;s:5:\"plant\";i:17;s:4:\"home\";i:18;s:5:\"house\";i:19;s:6:\"wooden\";i:20;s:5:\"fresh\";i:21;s:6:\"nature\";i:22;s:11:\"environment\";i:23;s:4:\"vase\";i:24;s:9:\"freshness\";i:25;s:23:\"sansevieria trifasciata\";i:26;s:11:\"snake plant\";i:27;s:11:\"dracaenacea\";}}}'),(2274,922,'_wp_attached_file','2019/07/potted-aloe-vera_demo.jpg'),(2275,922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:480;s:4:\"file\";s:33:\"2019/07/potted-aloe-vera_demo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"potted-aloe-vera_demo-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:\"potted-aloe-vera_demo-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:{}}}'),(2276,923,'_wp_attached_file','2019/07/coconut.jpg'),(2277,923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:750;s:4:\"file\";s:19:\"2019/07/coconut.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"coconut-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:\"coconut-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:19:\"coconut-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"coconut-1000x655.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:655;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:{}}}'),(2278,924,'_edit_lock','1565827473:9'),(2279,926,'_wp_attached_file','2019/07/Coconut-milk.png'),(2280,926,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:472;s:6:\"height\";i:389;s:4:\"file\";s:24:\"2019/07/Coconut-milk.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Coconut-milk-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:\"Coconut-milk-300x247.png\";s:5:\"width\";i:300;s:6:\"height\";i:247;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:{}}}'),(2281,928,'_wp_attached_file','2019/07/chickpeas-in-a-bowl.jpg'),(2282,928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:802;s:4:\"file\";s:31:\"2019/07/chickpeas-in-a-bowl.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"chickpeas-in-a-bowl-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:\"chickpeas-in-a-bowl-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"chickpeas-in-a-bowl-768x560.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"chickpeas-in-a-bowl-1024x747.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:747;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"chickpeas-in-a-bowl-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2283,929,'_wp_attached_file','2019/07/MarieShabba.jpg'),(2284,929,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2019/07/MarieShabba.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"MarieShabba-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:\"MarieShabba-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:23:\"MarieShabba-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:24:\"MarieShabba-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"MarieShabba-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2285,930,'_wp_attached_file','2019/07/MarieA.jpg'),(2286,930,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:599;s:6:\"height\";i:900;s:4:\"file\";s:18:\"2019/07/MarieA.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"MarieA-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:\"MarieA-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"MarieA-599x655.jpg\";s:5:\"width\";i:599;s:6:\"height\";i:655;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:{}}}'),(2287,931,'_wp_attached_file','2019/07/plants-in-home-demo.jpeg'),(2288,931,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:32:\"2019/07/plants-in-home-demo.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"plants-in-home-demo-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:32:\"plants-in-home-demo-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:32:\"plants-in-home-demo-768x512.jpeg\";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:33:\"plants-in-home-demo-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"plants-in-home-demo-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2289,932,'_wp_attached_file','2019/07/Green-Plantain.jpg'),(2290,932,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2019/07/Green-Plantain.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Green-Plantain-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:\"Green-Plantain-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:26:\"Green-Plantain-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:27:\"Green-Plantain-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Green-Plantain-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2292,889,'xyz_smap','1'),(2294,924,'_thumbnail_id','930'),(2295,924,'_edit_last','9'),(2296,924,'sponsored_url',''),(2298,924,'xyz_smap','1'),(2300,934,'_wp_attached_file','2019/07/Fried-Plantain.jpg'),(2301,934,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:299;s:4:\"file\";s:26:\"2019/07/Fried-Plantain.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Fried-Plantain-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:\"Fried-Plantain-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: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:{}}}'),(2302,935,'_wp_attached_file','2019/07/Bulgur-Wheat.jpg'),(2303,935,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2019/07/Bulgur-Wheat.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Bulgur-Wheat-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:\"Bulgur-Wheat-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:{}}}'),(2304,936,'_edit_lock','1565887407:12'),(2305,937,'_wp_attached_file','2019/07/Serena-Williams-.jpeg'),(2306,937,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:650;s:4:\"file\";s:29:\"2019/07/Serena-Williams-.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Serena-Williams--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:29:\"Serena-Williams--300x300.jpeg\";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:{}}}'),(2307,938,'_wp_attached_file','2019/07/Ackee-Tortilla.jpg'),(2308,938,'wpmf_size','61315'),(2309,938,'wpmf_filetype','jpg'),(2310,938,'wpmf_order','0'),(2311,938,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:592;s:6:\"height\";i:568;s:4:\"file\";s:26:\"2019/07/Ackee-Tortilla.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Ackee-Tortilla-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:\"Ackee-Tortilla-300x288.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:288;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:{}}}'),(2312,907,'_thumbnail_id','938'),(2314,907,'xyz_smap','1'),(2323,942,'_wp_attached_file','2019/07/potted-plant-around-buzz.jpg'),(2324,942,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2019/07/potted-plant-around-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"potted-plant-around-buzz-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:\"potted-plant-around-buzz-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:36:\"potted-plant-around-buzz-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:37:\"potted-plant-around-buzz-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"potted-plant-around-buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2325,943,'_edit_lock','1565888897:9'),(2327,913,'_thumbnail_id','931'),(2328,913,'_edit_last','14'),(2329,913,'xyz_smap','1'),(2331,913,'sponsored_url',''),(2334,946,'_wp_attached_file','2019/07/machine-learning-demo.jpeg'),(2335,946,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:647;s:4:\"file\";s:34:\"2019/07/machine-learning-demo.jpeg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"machine-learning-demo-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:34:\"machine-learning-demo-300x194.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"machine-learning-demo-768x497.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:497;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:{}}}'),(2336,943,'_edit_last','9'),(2337,943,'sponsored_url',''),(2346,951,'_wp_attached_file','2019/07/Dealbreaker.png'),(2347,951,'wpmf_size','54752'),(2348,951,'wpmf_filetype','png'),(2349,951,'wpmf_order','0'),(2350,951,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:286;s:4:\"file\";s:23:\"2019/07/Dealbreaker.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Dealbreaker-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:23:\"Dealbreaker-300x268.png\";s:5:\"width\";i:300;s:6:\"height\";i:268;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:{}}}'),(2352,943,'_thumbnail_id','4269'),(2353,943,'xyz_smap','1'),(2359,936,'_thumbnail_id','955'),(2360,936,'_edit_last','21'),(2361,936,'sponsored_url',''),(2362,955,'_wp_attached_file','2019/07/serena-and-olympia2.jpg.png'),(2363,955,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:593;s:6:\"height\";i:457;s:4:\"file\";s:35:\"2019/07/serena-and-olympia2.jpg.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"serena-and-olympia2.jpg-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:35:\"serena-and-olympia2.jpg-300x231.png\";s:5:\"width\";i:300;s:6:\"height\";i:231;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:{}}}'),(2365,936,'xyz_smap','1'),(2374,961,'_edit_lock','1564606649:4'),(2375,961,'_edit_last','4'),(2376,961,'sponsored_url',''),(2377,963,'_edit_lock','1565829503:6'),(2380,966,'_wp_attached_file','2019/07/Glistening-Waters-Luminous-Lagoon.jpg'),(2381,966,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:500;s:4:\"file\";s:45:\"2019/07/Glistening-Waters-Luminous-Lagoon.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Glistening-Waters-Luminous-Lagoon-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:45:\"Glistening-Waters-Luminous-Lagoon-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Glistening-Waters-Luminous-Lagoon-768x427.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:10:\"Picasa 2.7\";s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1203009715\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:2:\"20\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2382,967,'_wp_attached_file','2019/07/Airbnb-Rental-In-Trelawny.jpg'),(2383,967,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:37:\"2019/07/Airbnb-Rental-In-Trelawny.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Airbnb-Rental-In-Trelawny-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:\"Airbnb-Rental-In-Trelawny-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:37:\"Airbnb-Rental-In-Trelawny-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Airbnb-Rental-In-Trelawny-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Airbnb-Rental-In-Trelawny-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2384,968,'_wp_attached_file','2019/07/epic-phantom-react-flyknit5.jpg'),(2385,968,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:861;s:6:\"height\";i:519;s:4:\"file\";s:39:\"2019/07/epic-phantom-react-flyknit5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"epic-phantom-react-flyknit5-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:\"epic-phantom-react-flyknit5-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"epic-phantom-react-flyknit5-768x463.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:463;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:{}}}'),(2386,969,'_wp_attached_file','2019/07/epic-phantom-react-flyknit2.jpg'),(2387,969,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1723;s:6:\"height\";i:1153;s:4:\"file\";s:39:\"2019/07/epic-phantom-react-flyknit2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"epic-phantom-react-flyknit2-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:\"epic-phantom-react-flyknit2-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:39:\"epic-phantom-react-flyknit2-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"epic-phantom-react-flyknit2-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"epic-phantom-react-flyknit2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2388,970,'_wp_attached_file','2019/07/epic-phantom-react-flyknit3.jpg'),(2389,970,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1723;s:6:\"height\";i:1713;s:4:\"file\";s:39:\"2019/07/epic-phantom-react-flyknit3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"epic-phantom-react-flyknit3-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:\"epic-phantom-react-flyknit3-300x298.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"epic-phantom-react-flyknit3-768x764.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:764;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"epic-phantom-react-flyknit3-1024x1018.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1018;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"epic-phantom-react-flyknit3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2390,971,'_wp_attached_file','2019/07/epic-phantom-react-flyknit-mens4.jpg'),(2391,971,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1728;s:6:\"height\";i:1104;s:4:\"file\";s:44:\"2019/07/epic-phantom-react-flyknit-mens4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"epic-phantom-react-flyknit-mens4-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:\"epic-phantom-react-flyknit-mens4-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"epic-phantom-react-flyknit-mens4-768x491.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"epic-phantom-react-flyknit-mens4-1024x654.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"epic-phantom-react-flyknit-mens4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2392,972,'_wp_attached_file','2019/07/epic-phantom-react-flyknitouter-sole.jpg'),(2393,972,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1728;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2019/07/epic-phantom-react-flyknitouter-sole.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"epic-phantom-react-flyknitouter-sole-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:48:\"epic-phantom-react-flyknitouter-sole-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:48:\"epic-phantom-react-flyknitouter-sole-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"epic-phantom-react-flyknitouter-sole-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"epic-phantom-react-flyknitouter-sole-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2394,973,'_wp_attached_file','2019/07/epic-phantom-react-flyknit.jpg'),(2395,973,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1727;s:6:\"height\";i:1109;s:4:\"file\";s:38:\"2019/07/epic-phantom-react-flyknit.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"epic-phantom-react-flyknit-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:\"epic-phantom-react-flyknit-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"epic-phantom-react-flyknit-768x493.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"epic-phantom-react-flyknit-1024x658.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"epic-phantom-react-flyknit-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2396,961,'_thumbnail_id','968'),(2397,975,'_wp_attached_file','2019/07/Falmouth-Pier.jpg'),(2398,975,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:454;s:6:\"height\";i:249;s:4:\"file\";s:25:\"2019/07/Falmouth-Pier.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Falmouth-Pier-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:\"Falmouth-Pier-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;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:{}}}'),(2400,961,'xyz_smap','1'),(2402,976,'_wp_attached_file','2019/07/airbnb-logo.jpg'),(2403,976,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:348;s:4:\"file\";s:23:\"2019/07/airbnb-logo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"airbnb-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:23:\"airbnb-logo-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: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:{}}}'),(2406,978,'_wp_attached_file','2019/07/Airbnb-Rental-In-Trelawny-1.jpg'),(2407,978,'wpmf_size','272924'),(2408,978,'wpmf_filetype','jpg'),(2409,978,'wpmf_order','0'),(2410,978,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2019/07/Airbnb-Rental-In-Trelawny-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Airbnb-Rental-In-Trelawny-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:39:\"Airbnb-Rental-In-Trelawny-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:39:\"Airbnb-Rental-In-Trelawny-1-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Airbnb-Rental-In-Trelawny-1-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Airbnb-Rental-In-Trelawny-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2412,963,'_thumbnail_id','978'),(2413,963,'_edit_last','11'),(2414,963,'xyz_smap','1'),(2416,963,'sponsored_url',''),(2419,982,'_edit_lock','1565822693:21'),(2424,984,'_edit_lock','1564607065:4'),(2425,984,'_edit_last','4'),(2426,984,'sponsored_url',''),(2427,982,'_oembed_68d169592a84b17a2258cd5ce6d29097','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Always happy to hold a reason with the young G’s <a href=\"https://twitter.com/racerstrack?ref_src=twsrc%5Etfw\">@racerstrack</a> <a href=\"https://twitter.com/hashtag/SummerCamp?src=hash&amp;ref_src=twsrc%5Etfw\">#SummerCamp</a> <a href=\"https://t.co/eoca4VjDuW\">pic.twitter.com/eoca4VjDuW</a></p>&mdash; Usain St. Leo Bolt (@usainbolt) <a href=\"https://twitter.com/usainbolt/status/1151538171169116160?ref_src=twsrc%5Etfw\">July 17, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(2428,982,'_oembed_time_68d169592a84b17a2258cd5ce6d29097','1565822463'),(2429,987,'_wp_attached_file','2019/07/Group-Photo.jpg'),(2430,987,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:768;s:4:\"file\";s:23:\"2019/07/Group-Photo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Group-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:23:\"Group-Photo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Group-Photo-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Group-Photo-768x655.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:655;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:{}}}'),(2431,988,'_wp_attached_file','2019/07/Priceless-Autograph.jpg'),(2432,988,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:31:\"2019/07/Priceless-Autograph.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Priceless-Autograph-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:\"Priceless-Autograph-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Priceless-Autograph-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Priceless-Autograph-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(2433,982,'_thumbnail_id','987'),(2434,982,'_edit_last','21'),(2435,982,'sponsored_url',''),(2437,982,'xyz_smap','1'),(2443,993,'_wp_attached_file','2019/07/leon-bailey-eric-davis-jamaica-panama-gold-cup-2019.jpg'),(2444,993,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:63:\"2019/07/leon-bailey-eric-davis-jamaica-panama-gold-cup-2019.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"leon-bailey-eric-davis-jamaica-panama-gold-cup-2019-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:63:\"leon-bailey-eric-davis-jamaica-panama-gold-cup-2019-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:63:\"leon-bailey-eric-davis-jamaica-panama-gold-cup-2019-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:64:\"leon-bailey-eric-davis-jamaica-panama-gold-cup-2019-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:64:\"leon-bailey-eric-davis-jamaica-panama-gold-cup-2019-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2447,995,'_wp_attached_file','2019/07/New-Love-for-LB.jpg'),(2448,995,'wpmf_size','170433'),(2449,995,'wpmf_filetype','jpg'),(2450,995,'wpmf_order','0'),(2451,995,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:721;s:4:\"file\";s:27:\"2019/07/New-Love-for-LB.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"New-Love-for-LB-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:\"New-Love-for-LB-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:27:\"New-Love-for-LB-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"New-Love-for-LB-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"New-Love-for-LB-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2462,1001,'_wp_attached_file','2019/07/kendrick-lamar-nike-cortez.jpg'),(2463,1001,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:1996;s:4:\"file\";s:38:\"2019/07/kendrick-lamar-nike-cortez.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"kendrick-lamar-nike-cortez-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:\"kendrick-lamar-nike-cortez-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:38:\"kendrick-lamar-nike-cortez-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"kendrick-lamar-nike-cortez-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"kendrick-lamar-nike-cortez-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2464,1002,'_wp_attached_file','2019/07/nike-cortez-1972-sp-og-1.jpg'),(2465,1002,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:429;s:4:\"file\";s:36:\"2019/07/nike-cortez-1972-sp-og-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"nike-cortez-1972-sp-og-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:36:\"nike-cortez-1972-sp-og-1-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;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:{}}}'),(2466,1003,'_edit_lock','1565887367:12'),(2471,1003,'_oembed_dbcf2582bc36bb18985bc80398ee143c','<div id=\"fb-root\"></div><script async=\"1\" defer=\"1\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v4.0\"></script><div class=\"fb-post\" data-href=\"https://www.facebook.com/permalink.php?story_fbid=10105548277289709&amp;id=7821126\" data-width=\"750\"><blockquote cite=\"https://www.facebook.com/permalink.php?story_fbid=10105548277289709&amp;id=7821126\" class=\"fb-xfbml-parse-ignore\"><p>The filter comes off now..I think it&#039;s easier for people to believe that I left teaching because of the lousy pay. ...</p>Posted by <a href=\"https://www.facebook.com/people/Jessica-Gentry/7821126\">Jessica Gentry</a> on&nbsp;<a href=\"https://www.facebook.com/permalink.php?story_fbid=10105548277289709&amp;id=7821126\">Thursday, June 13, 2019</a></blockquote></div>'),(2472,1003,'_oembed_time_dbcf2582bc36bb18985bc80398ee143c','1565822268'),(2473,1003,'_edit_last','21'),(2474,1003,'sponsored_url',''),(2475,1007,'_wp_attached_file','2019/07/Parents-Reading-With-Children.jpg'),(2476,1007,'wpmf_size','68057'),(2477,1007,'wpmf_filetype','jpg'),(2478,1007,'wpmf_order','0'),(2479,1007,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:760;s:6:\"height\";i:506;s:4:\"file\";s:41:\"2019/07/Parents-Reading-With-Children.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Parents-Reading-With-Children-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:\"Parents-Reading-With-Children-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:{}}}'),(2481,1003,'_thumbnail_id','1007'),(2482,1003,'xyz_smap','1'),(2489,1013,'_edit_lock','1565829902:21'),(2493,1016,'_edit_lock','1565884791:9'),(2494,1013,'_edit_last','21'),(2495,1013,'sponsored_url',''),(2496,1018,'_wp_attached_file','2019/07/spanish-bridge-ochi-buzz-1.jpg'),(2497,1018,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:38:\"2019/07/spanish-bridge-ochi-buzz-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"spanish-bridge-ochi-buzz-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:38:\"spanish-bridge-ochi-buzz-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"spanish-bridge-ochi-buzz-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"spanish-bridge-ochi-buzz-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"spanish-bridge-ochi-buzz-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1553439302\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2499,1020,'_wp_attached_file','2019/07/spanish-bridge-ochi-buzz-3.jpg'),(2500,1020,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:38:\"2019/07/spanish-bridge-ochi-buzz-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"spanish-bridge-ochi-buzz-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:38:\"spanish-bridge-ochi-buzz-3-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"spanish-bridge-ochi-buzz-3-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"spanish-bridge-ochi-buzz-3-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"spanish-bridge-ochi-buzz-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1553439670\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2501,1021,'_wp_attached_file','2019/07/spanish-bridge-ochi-buzz-1-1.jpg'),(2502,1021,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:40:\"2019/07/spanish-bridge-ochi-buzz-1-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"spanish-bridge-ochi-buzz-1-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:40:\"spanish-bridge-ochi-buzz-1-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"spanish-bridge-ochi-buzz-1-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"spanish-bridge-ochi-buzz-1-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"spanish-bridge-ochi-buzz-1-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1553439302\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2503,1022,'_wp_attached_file','2019/07/spanish-bridge-ochi-buzz-2.jpg'),(2504,1022,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:38:\"2019/07/spanish-bridge-ochi-buzz-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"spanish-bridge-ochi-buzz-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:38:\"spanish-bridge-ochi-buzz-2-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"spanish-bridge-ochi-buzz-2-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"spanish-bridge-ochi-buzz-2-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"spanish-bridge-ochi-buzz-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1553438551\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2505,1023,'_wp_attached_file','2019/07/spanish-bridge-ochi-buzz-3-1.jpg'),(2506,1023,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:40:\"2019/07/spanish-bridge-ochi-buzz-3-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"spanish-bridge-ochi-buzz-3-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:40:\"spanish-bridge-ochi-buzz-3-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"spanish-bridge-ochi-buzz-3-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"spanish-bridge-ochi-buzz-3-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"spanish-bridge-ochi-buzz-3-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1553439670\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2507,1024,'_wp_attached_file','2019/07/spanish-bridge-ochi-buzz-4.jpg'),(2508,1024,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:38:\"2019/07/spanish-bridge-ochi-buzz-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"spanish-bridge-ochi-buzz-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:38:\"spanish-bridge-ochi-buzz-4-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"spanish-bridge-ochi-buzz-4-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"spanish-bridge-ochi-buzz-4-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"spanish-bridge-ochi-buzz-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1553439478\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2509,1025,'_wp_attached_file','2019/07/spanish-bridge-ochi-buzz-5.jpg'),(2510,1025,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:38:\"2019/07/spanish-bridge-ochi-buzz-5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"spanish-bridge-ochi-buzz-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:38:\"spanish-bridge-ochi-buzz-5-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"spanish-bridge-ochi-buzz-5-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"spanish-bridge-ochi-buzz-5-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"spanish-bridge-ochi-buzz-5-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1553442703\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2511,1026,'_wp_attached_file','2019/07/spanish-bridge-ochi-buzz-6.jpg'),(2512,1026,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:38:\"2019/07/spanish-bridge-ochi-buzz-6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"spanish-bridge-ochi-buzz-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:38:\"spanish-bridge-ochi-buzz-6-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"spanish-bridge-ochi-buzz-6-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"spanish-bridge-ochi-buzz-6-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"spanish-bridge-ochi-buzz-6-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1553440645\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2513,1027,'_wp_attached_file','2019/07/spanish-bridge-ochi-buzz-7.jpg'),(2514,1027,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:38:\"2019/07/spanish-bridge-ochi-buzz-7.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"spanish-bridge-ochi-buzz-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:38:\"spanish-bridge-ochi-buzz-7-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"spanish-bridge-ochi-buzz-7-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"spanish-bridge-ochi-buzz-7-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"spanish-bridge-ochi-buzz-7-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1553440271\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2515,1028,'_wp_attached_file','2019/07/spanish-bridge-ochi-buzz-8.jpg'),(2516,1028,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:38:\"2019/07/spanish-bridge-ochi-buzz-8.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"spanish-bridge-ochi-buzz-8-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:\"spanish-bridge-ochi-buzz-8-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"spanish-bridge-ochi-buzz-8-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"spanish-bridge-ochi-buzz-8-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"spanish-bridge-ochi-buzz-8-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1553439942\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2517,1029,'_wp_attached_file','2019/07/spanish-bridge-ochi-buzz-9.jpg'),(2518,1029,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:38:\"2019/07/spanish-bridge-ochi-buzz-9.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"spanish-bridge-ochi-buzz-9-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:\"spanish-bridge-ochi-buzz-9-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"spanish-bridge-ochi-buzz-9-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"spanish-bridge-ochi-buzz-9-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"spanish-bridge-ochi-buzz-9-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1553439954\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2521,1016,'_edit_last','9'),(2522,1016,'xyz_smap','1'),(2524,1016,'sponsored_url',''),(2528,1035,'_edit_lock','1565744186:9'),(2529,1036,'_wp_attached_file','2019/07/maestro-don-buzz-5.jpg'),(2530,1036,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2019/07/maestro-don-buzz-5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"maestro-don-buzz-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:30:\"maestro-don-buzz-5-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"maestro-don-buzz-5-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561913695\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2531,1037,'_wp_attached_file','2019/07/maestro-don-buzz-6.jpg'),(2532,1037,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2019/07/maestro-don-buzz-6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"maestro-don-buzz-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:30:\"maestro-don-buzz-6-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"maestro-don-buzz-6-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561911743\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2533,1038,'_wp_attached_file','2019/07/maestro-don-buzz-3.jpg'),(2534,1038,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2019/07/maestro-don-buzz-3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"maestro-don-buzz-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:\"maestro-don-buzz-3-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"maestro-don-buzz-3-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561911222\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2535,1039,'_wp_attached_file','2019/07/maestro-don-buzz-1.jpg'),(2536,1039,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2019/07/maestro-don-buzz-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"maestro-don-buzz-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:\"maestro-don-buzz-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"maestro-don-buzz-1-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561909904\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2537,1040,'_wp_attached_file','2019/07/maestro-don-buzz-2.jpg'),(2538,1040,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2019/07/maestro-don-buzz-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"maestro-don-buzz-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:30:\"maestro-don-buzz-2-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"maestro-don-buzz-2-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561911094\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2539,1041,'_wp_attached_file','2019/07/maestro-don-buzz-3-1.jpg'),(2540,1041,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:32:\"2019/07/maestro-don-buzz-3-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"maestro-don-buzz-3-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:32:\"maestro-don-buzz-3-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"maestro-don-buzz-3-1-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561911222\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2541,1042,'_wp_attached_file','2019/07/maestro-don-buzz-4.jpg'),(2542,1042,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2019/07/maestro-don-buzz-4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"maestro-don-buzz-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:30:\"maestro-don-buzz-4-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"maestro-don-buzz-4-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561917577\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2543,1043,'_wp_attached_file','2019/07/maestro-don-buzz-5-1.jpg'),(2544,1043,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:32:\"2019/07/maestro-don-buzz-5-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"maestro-don-buzz-5-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:32:\"maestro-don-buzz-5-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"maestro-don-buzz-5-1-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561913695\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2545,1044,'_wp_attached_file','2019/07/maestro-don-buzz-6-1.jpg'),(2546,1044,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:32:\"2019/07/maestro-don-buzz-6-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"maestro-don-buzz-6-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:32:\"maestro-don-buzz-6-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"maestro-don-buzz-6-1-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561911743\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2548,1035,'_edit_last','9'),(2549,1035,'xyz_smap','1'),(2551,1035,'sponsored_url',''),(2552,1046,'_edit_lock','1565814339:14'),(2553,1047,'_wp_attached_file','2019/07/fb-downtown-buzz-4.jpg'),(2554,1047,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2019/07/fb-downtown-buzz-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"fb-downtown-buzz-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:30:\"fb-downtown-buzz-4-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:30:\"fb-downtown-buzz-4-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:31:\"fb-downtown-buzz-4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"fb-downtown-buzz-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1553986322\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"49\";s:3:\"iso\";s:5:\"12800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2555,1048,'_wp_attached_file','2019/07/fb-downtown-buzz-5.jpg'),(2556,1048,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2019/07/fb-downtown-buzz-5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"fb-downtown-buzz-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:30:\"fb-downtown-buzz-5-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:30:\"fb-downtown-buzz-5-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:31:\"fb-downtown-buzz-5-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"fb-downtown-buzz-5-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1553988780\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"31\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2557,1049,'_wp_attached_file','2019/07/fb-downtown-buzz-8.jpg'),(2558,1049,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2019/07/fb-downtown-buzz-8.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"fb-downtown-buzz-8-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:\"fb-downtown-buzz-8-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:30:\"fb-downtown-buzz-8-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:31:\"fb-downtown-buzz-8-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"fb-downtown-buzz-8-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1553994371\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:3:\"0.2\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2559,1050,'_wp_attached_file','2019/07/fb-downtown-buzz-1.jpg'),(2560,1050,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2019/07/fb-downtown-buzz-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"fb-downtown-buzz-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:\"fb-downtown-buzz-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"fb-downtown-buzz-1-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1553985826\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2561,1051,'_wp_attached_file','2019/07/fb-downtown-buzz-2.jpg'),(2562,1051,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2019/07/fb-downtown-buzz-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"fb-downtown-buzz-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:30:\"fb-downtown-buzz-2-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"fb-downtown-buzz-2-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1553986132\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"44\";s:3:\"iso\";s:5:\"12800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2563,1052,'_wp_attached_file','2019/07/fb-downtown-buzz-3.jpg'),(2564,1052,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2019/07/fb-downtown-buzz-3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"fb-downtown-buzz-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:\"fb-downtown-buzz-3-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"fb-downtown-buzz-3-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1553986137\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"36\";s:3:\"iso\";s:5:\"12800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2565,1053,'_wp_attached_file','2019/07/fb-downtown-buzz-4-1.jpg'),(2566,1053,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:32:\"2019/07/fb-downtown-buzz-4-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"fb-downtown-buzz-4-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:32:\"fb-downtown-buzz-4-1-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:32:\"fb-downtown-buzz-4-1-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:33:\"fb-downtown-buzz-4-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"fb-downtown-buzz-4-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1553986322\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"49\";s:3:\"iso\";s:5:\"12800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2567,1054,'_wp_attached_file','2019/07/fb-downtown-buzz-5-1.jpg'),(2568,1054,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:32:\"2019/07/fb-downtown-buzz-5-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"fb-downtown-buzz-5-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:32:\"fb-downtown-buzz-5-1-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:32:\"fb-downtown-buzz-5-1-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:33:\"fb-downtown-buzz-5-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"fb-downtown-buzz-5-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1553988780\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"31\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2569,1055,'_wp_attached_file','2019/07/fb-downtown-buzz-6.jpg'),(2570,1055,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2019/07/fb-downtown-buzz-6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"fb-downtown-buzz-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:30:\"fb-downtown-buzz-6-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"fb-downtown-buzz-6-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1553991034\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:5:\"10000\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2571,1056,'_wp_attached_file','2019/07/fb-downtown-buzz-7.jpg'),(2572,1056,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2019/07/fb-downtown-buzz-7.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"fb-downtown-buzz-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:30:\"fb-downtown-buzz-7-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:30:\"fb-downtown-buzz-7-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:31:\"fb-downtown-buzz-7-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"fb-downtown-buzz-7-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1553993925\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:5:\"10000\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2573,1057,'_wp_attached_file','2019/07/fb-downtown-buzz-8-1.jpg'),(2574,1057,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:32:\"2019/07/fb-downtown-buzz-8-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"fb-downtown-buzz-8-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:32:\"fb-downtown-buzz-8-1-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:32:\"fb-downtown-buzz-8-1-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:33:\"fb-downtown-buzz-8-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"fb-downtown-buzz-8-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1553994371\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:3:\"0.2\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2575,1058,'_wp_attached_file','2019/07/fb-downtown-buzz-2-1.jpg'),(2576,1058,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:32:\"2019/07/fb-downtown-buzz-2-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"fb-downtown-buzz-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:32:\"fb-downtown-buzz-2-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"fb-downtown-buzz-2-1-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1553986132\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"44\";s:3:\"iso\";s:5:\"12800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2578,1046,'_edit_last','14'),(2579,1046,'xyz_smap','1'),(2581,1046,'sponsored_url',''),(2582,1060,'_edit_lock','1566319201:4'),(2583,1061,'_wp_attached_file','2019/07/itopia-life-buzz-5.jpg'),(2584,1061,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2019/07/itopia-life-buzz-5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"itopia-life-buzz-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:30:\"itopia-life-buzz-5-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"itopia-life-buzz-5-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"itopia-life-buzz-5-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"itopia-life-buzz-5-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563306634\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2585,1062,'_wp_attached_file','2019/07/itopia-life-buzz-1.jpg'),(2586,1062,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2019/07/itopia-life-buzz-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"itopia-life-buzz-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:\"itopia-life-buzz-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"itopia-life-buzz-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"itopia-life-buzz-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"itopia-life-buzz-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1562791342\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2587,1063,'_wp_attached_file','2019/07/itopia-life-buzz-2.jpg'),(2588,1063,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2019/07/itopia-life-buzz-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"itopia-life-buzz-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:30:\"itopia-life-buzz-2-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"itopia-life-buzz-2-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"itopia-life-buzz-2-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"itopia-life-buzz-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1562791385\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2589,1064,'_wp_attached_file','2019/07/itopia-life-buzz-3.jpg'),(2590,1064,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2019/07/itopia-life-buzz-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"itopia-life-buzz-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:\"itopia-life-buzz-3-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"itopia-life-buzz-3-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"itopia-life-buzz-3-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"itopia-life-buzz-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1562791396\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2591,1065,'_wp_attached_file','2019/07/itopia-life-buzz-4.jpg'),(2592,1065,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2019/07/itopia-life-buzz-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"itopia-life-buzz-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:30:\"itopia-life-buzz-4-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"itopia-life-buzz-4-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"itopia-life-buzz-4-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"itopia-life-buzz-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563306531\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2593,1066,'_wp_attached_file','2019/07/itopia-life-buzz-5-1.jpg'),(2594,1066,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:32:\"2019/07/itopia-life-buzz-5-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"itopia-life-buzz-5-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:32:\"itopia-life-buzz-5-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"itopia-life-buzz-5-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"itopia-life-buzz-5-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"itopia-life-buzz-5-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563306634\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2595,1067,'_wp_attached_file','2019/07/itopia-life-buzz-6.jpg'),(2596,1067,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2019/07/itopia-life-buzz-6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"itopia-life-buzz-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:30:\"itopia-life-buzz-6-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"itopia-life-buzz-6-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"itopia-life-buzz-6-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"itopia-life-buzz-6-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563306452\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2598,1060,'_edit_last','4'),(2599,1060,'xyz_smap','1'),(2601,1060,'sponsored_url',''),(2618,1073,'_edit_lock','1565829947:21'),(2619,1074,'_wp_attached_file','2019/07/skating-at-uwi-buzz-4.jpg'),(2620,1074,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:33:\"2019/07/skating-at-uwi-buzz-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"skating-at-uwi-buzz-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:33:\"skating-at-uwi-buzz-4-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"skating-at-uwi-buzz-4-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"skating-at-uwi-buzz-4-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"skating-at-uwi-buzz-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1549642712\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2621,1075,'_wp_attached_file','2019/07/skating-at-uwi-buzz-1.jpg'),(2622,1075,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:33:\"2019/07/skating-at-uwi-buzz-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"skating-at-uwi-buzz-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:33:\"skating-at-uwi-buzz-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"skating-at-uwi-buzz-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"skating-at-uwi-buzz-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"skating-at-uwi-buzz-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1549642435\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2623,1076,'_wp_attached_file','2019/07/skating-at-uwi-buzz-2.jpg'),(2624,1076,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:33:\"2019/07/skating-at-uwi-buzz-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"skating-at-uwi-buzz-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:33:\"skating-at-uwi-buzz-2-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"skating-at-uwi-buzz-2-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"skating-at-uwi-buzz-2-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"skating-at-uwi-buzz-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1549642447\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2625,1077,'_wp_attached_file','2019/07/skating-at-uwi-buzz-3.jpg'),(2626,1077,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:33:\"2019/07/skating-at-uwi-buzz-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"skating-at-uwi-buzz-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:33:\"skating-at-uwi-buzz-3-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"skating-at-uwi-buzz-3-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"skating-at-uwi-buzz-3-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"skating-at-uwi-buzz-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1549642460\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2627,1078,'_wp_attached_file','2019/07/skating-at-uwi-buzz-4-1.jpg'),(2628,1078,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:35:\"2019/07/skating-at-uwi-buzz-4-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"skating-at-uwi-buzz-4-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:35:\"skating-at-uwi-buzz-4-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"skating-at-uwi-buzz-4-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"skating-at-uwi-buzz-4-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"skating-at-uwi-buzz-4-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1549642712\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2629,1079,'_wp_attached_file','2019/07/skating-at-uwi-buzz-5.jpg'),(2630,1079,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:33:\"2019/07/skating-at-uwi-buzz-5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"skating-at-uwi-buzz-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:33:\"skating-at-uwi-buzz-5-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"skating-at-uwi-buzz-5-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"skating-at-uwi-buzz-5-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"skating-at-uwi-buzz-5-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1549643035\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2632,1073,'_thumbnail_id','1078'),(2633,1073,'_edit_last','21'),(2634,1073,'xyz_smap','1'),(2636,1073,'sponsored_url',''),(2638,1082,'_edit_lock','1565925066:4'),(2639,1083,'_wp_attached_file','2019/07/IMG-20190729-WA0003.jpg'),(2640,1083,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:1280;s:4:\"file\";s:31:\"2019/07/IMG-20190729-WA0003.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20190729-WA0003-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:\"IMG-20190729-WA0003-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"IMG-20190729-WA0003-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG-20190729-WA0003-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20190729-WA0003-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(2641,1084,'_wp_attached_file','2019/07/IMG-20190729-WA0006.jpg'),(2642,1084,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:960;s:4:\"file\";s:31:\"2019/07/IMG-20190729-WA0006.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20190729-WA0006-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:\"IMG-20190729-WA0006-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"IMG-20190729-WA0006-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20190729-WA0006-768x655.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:655;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:{}}}'),(2643,1083,'_edit_lock','1564594184:9'),(2644,1085,'_wp_attached_file','2019/07/Dont-Share-Cover-Image.png'),(2645,1085,'wpmf_size','61273'),(2646,1085,'wpmf_filetype','png'),(2647,1085,'wpmf_order','0'),(2648,1085,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:599;s:6:\"height\";i:313;s:4:\"file\";s:34:\"2019/07/Dont-Share-Cover-Image.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Dont-Share-Cover-Image-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:34:\"Dont-Share-Cover-Image-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;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:{}}}'),(2650,1082,'_edit_last','4'),(2651,1082,'xyz_smap','1'),(2653,1082,'sponsored_url',''),(2654,1089,'_edit_lock','1565829663:6'),(2655,1090,'_wp_attached_file','2019/07/Underwear.jpg'),(2656,1090,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2974;s:6:\"height\";i:2976;s:4:\"file\";s:21:\"2019/07/Underwear.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Underwear-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:\"Underwear-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Underwear-768x769.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Underwear-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Underwear-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2657,1091,'_wp_attached_file','2019/07/toothbrush.jpg'),(2658,1091,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5636;s:6:\"height\";i:3757;s:4:\"file\";s:22:\"2019/07/toothbrush.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"toothbrush-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:\"toothbrush-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:22:\"toothbrush-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:23:\"toothbrush-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"toothbrush-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2659,1092,'_wp_attached_file','2019/07/Secret.jpg'),(2660,1092,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:285;s:6:\"height\";i:245;s:4:\"file\";s:18:\"2019/07/Secret.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Secret-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:{}}}'),(2665,1095,'_edit_lock','1565372482:13'),(2666,1096,'_wp_attached_file','2019/07/grand-gala.png'),(2667,1096,'wpmf_size','761421'),(2668,1096,'wpmf_filetype','png'),(2669,1096,'wpmf_order','0'),(2670,1096,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:708;s:6:\"height\";i:482;s:4:\"file\";s:22:\"2019/07/grand-gala.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"grand-gala-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:22:\"grand-gala-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;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:{}}}'),(2671,1097,'_wp_attached_file','2019/07/grand-gala-2.jpg'),(2672,1097,'wpmf_size','17530'),(2673,1097,'wpmf_filetype','jpg'),(2674,1097,'wpmf_order','0'),(2675,1097,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:183;s:4:\"file\";s:24:\"2019/07/grand-gala-2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"grand-gala-2-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:{}}}'),(2676,1098,'_wp_attached_file','2019/07/grand-gala-1.png'),(2677,1098,'wpmf_size','761421'),(2678,1098,'wpmf_filetype','png'),(2679,1098,'wpmf_order','0'),(2680,1098,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:708;s:6:\"height\";i:482;s:4:\"file\";s:24:\"2019/07/grand-gala-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"grand-gala-1-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:\"grand-gala-1-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;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:{}}}'),(2681,1095,'_thumbnail_id','1098'),(2682,1095,'_edit_last','13'),(2683,1095,'out_date','2019-08-06'),(2684,1095,'out_time','18:00'),(2685,1095,'out_address','Independence Park, National Stadium,statue rd. Kingston '),(2686,1095,'out_description','featuring Marion Hall, Koffee \r\nSpecial Guest:\r\nPresident of Kenya, Uhuru Kenyatta'),(2687,1095,'out_mapurl','https://www.google.com/maps/@18.0014263,-76.7747402,17z'),(2688,1095,'post_gallery_id','a:2:{i:0;s:4:\"1098\";i:1;s:4:\"1097\";}'),(2689,1100,'_wp_attached_file','2019/07/beach-exotic-holiday-248797.jpg'),(2690,1100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1000;s:4:\"file\";s:39:\"2019/07/beach-exotic-holiday-248797.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"beach-exotic-holiday-248797-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:\"beach-exotic-holiday-248797-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"beach-exotic-holiday-248797-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"beach-exotic-holiday-248797-1024x410.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"beach-exotic-holiday-248797-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2694,1089,'_edit_last','9'),(2695,1089,'xyz_smap','1'),(2697,1089,'sponsored_url',''),(2698,1104,'_wp_attached_file','2019/07/Dont-Tell.jpg'),(2699,1104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2120;s:6:\"height\";i:1416;s:4:\"file\";s:21:\"2019/07/Dont-Tell.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Dont-Tell-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:\"Dont-Tell-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:21:\"Dont-Tell-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Dont-Tell-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Dont-Tell-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2700,1105,'_edit_lock','1566110200:9'),(2701,1106,'_wp_attached_file','2019/07/deodorant.jpg'),(2702,1106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2040;s:6:\"height\";i:1977;s:4:\"file\";s:21:\"2019/07/deodorant.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"deodorant-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:\"deodorant-300x291.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"deodorant-768x744.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:744;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"deodorant-1024x992.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:992;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"deodorant-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2703,1107,'_wp_attached_file','2019/07/IMG-20190731-WA0009.jpg'),(2704,1107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:31:\"2019/07/IMG-20190731-WA0009.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20190731-WA0009-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:\"IMG-20190731-WA0009-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:31:\"IMG-20190731-WA0009-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG-20190731-WA0009-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"IMG-20190731-WA0009-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2705,1108,'_wp_attached_file','2019/07/make-up.jpg'),(2706,1108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3210;s:6:\"height\";i:2140;s:4:\"file\";s:19:\"2019/07/make-up.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"make-up-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:\"make-up-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:19:\"make-up-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:20:\"make-up-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"make-up-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2707,1109,'_wp_attached_file','2019/07/IMG-20190731-WA0007.jpg'),(2708,1109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:592;s:6:\"height\";i:1052;s:4:\"file\";s:31:\"2019/07/IMG-20190731-WA0007.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20190731-WA0007-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:\"IMG-20190731-WA0007-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG-20190731-WA0007-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20190731-WA0007-592x655.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:655;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:{}}}'),(2709,1110,'_wp_attached_file','2019/07/IMG-20190731-WA0006.jpg'),(2710,1110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1052;s:6:\"height\";i:592;s:4:\"file\";s:31:\"2019/07/IMG-20190731-WA0006.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20190731-WA0006-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:\"IMG-20190731-WA0006-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:31:\"IMG-20190731-WA0006-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:32:\"IMG-20190731-WA0006-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:{}}}'),(2711,1111,'_wp_attached_file','2019/07/towels.jpg'),(2712,1111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1770;s:6:\"height\";i:1179;s:4:\"file\";s:18:\"2019/07/towels.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"towels-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:\"towels-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:18:\"towels-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:19:\"towels-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"towels-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2714,1105,'_edit_last','9'),(2715,1105,'xyz_smap','1'),(2717,1105,'sponsored_url',''),(2730,1117,'_edit_lock','1565813762:14'),(2732,1117,'_oembed_d3c31561283db3345d16f2c41d054eda','<iframe title=\"Buzz YouTube Top 10, (Week July 16)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/ZP8GQYZIUT4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(2733,1117,'_oembed_time_d3c31561283db3345d16f2c41d054eda','1565643553'),(2734,1117,'_edit_last','14'),(2735,1117,'xyz_smap','1'),(2737,1117,'sponsored_url',''),(2738,1120,'_edit_lock','1568217119:11'),(2739,1120,'_oembed_d3c31561283db3345d16f2c41d054eda','<iframe title=\"Buzz YouTube Top 10, (Week July 16)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/ZP8GQYZIUT4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(2740,1120,'_oembed_time_d3c31561283db3345d16f2c41d054eda','1565643491'),(2741,1120,'_edit_last','11'),(2742,1120,'video_parent_post_id',''),(2743,1122,'_wp_attached_file','2019/07/squash-vybz-kartel_beat_dem_bad.jpg'),(2744,1122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:43:\"2019/07/squash-vybz-kartel_beat_dem_bad.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"squash-vybz-kartel_beat_dem_bad-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:\"squash-vybz-kartel_beat_dem_bad-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:43:\"squash-vybz-kartel_beat_dem_bad-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:44:\"squash-vybz-kartel_beat_dem_bad-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"squash-vybz-kartel_beat_dem_bad-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2747,1124,'_wp_attached_file','2019/07/couple-holding-hands.jpg'),(2748,1124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:32:\"2019/07/couple-holding-hands.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"couple-holding-hands-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:\"couple-holding-hands-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:32:\"couple-holding-hands-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:33:\"couple-holding-hands-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"couple-holding-hands-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2749,1013,'_thumbnail_id','3970'),(2750,1126,'_edit_lock','1565813731:14'),(2751,1127,'_wp_attached_file','2019/07/squash-vybz-kartel_beat_dem_bad-1.jpg'),(2752,1127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:45:\"2019/07/squash-vybz-kartel_beat_dem_bad-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"squash-vybz-kartel_beat_dem_bad-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:45:\"squash-vybz-kartel_beat_dem_bad-1-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:45:\"squash-vybz-kartel_beat_dem_bad-1-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:46:\"squash-vybz-kartel_beat_dem_bad-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"squash-vybz-kartel_beat_dem_bad-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2754,1013,'xyz_smap','1'),(2756,1126,'_oembed_c693bdb1c59fa6ee75b28ce97e2e300d','<iframe title=\"BUZZ Music Top 10 (Week of July 9)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/eNUuF_hxNYA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(2757,1126,'_oembed_time_c693bdb1c59fa6ee75b28ce97e2e300d','1565643290'),(2759,1126,'_edit_last','14'),(2760,1126,'xyz_smap','1'),(2762,1126,'sponsored_url',''),(2765,1134,'_edit_lock','1568217156:11'),(2768,1134,'_oembed_c693bdb1c59fa6ee75b28ce97e2e300d','<iframe title=\"BUZZ Music Top 10 (Week of July 9)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/eNUuF_hxNYA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(2769,1134,'_oembed_time_c693bdb1c59fa6ee75b28ce97e2e300d','1565642841'),(2770,1134,'_edit_last','11'),(2771,1134,'video_parent_post_id',''),(2785,1126,'_thumbnail_id','3170'),(2787,1139,'_edit_lock','1565813695:14'),(2788,1141,'_wp_attached_file','2019/07/jahvillani-clarks_pon_foot_buzzgrab.jpg'),(2789,1141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:47:\"2019/07/jahvillani-clarks_pon_foot_buzzgrab.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"jahvillani-clarks_pon_foot_buzzgrab-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:\"jahvillani-clarks_pon_foot_buzzgrab-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:47:\"jahvillani-clarks_pon_foot_buzzgrab-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:48:\"jahvillani-clarks_pon_foot_buzzgrab-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"jahvillani-clarks_pon_foot_buzzgrab-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2793,1139,'_oembed_8ab4ece41b27f1f126acd8480e8c58f7','<iframe title=\"BUZZ Music Top 10 (Week of July 2)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/mRANCaATcvg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(2794,1139,'_oembed_time_8ab4ece41b27f1f126acd8480e8c58f7','1565642611'),(2796,1139,'_thumbnail_id','3159'),(2797,1139,'_edit_last','14'),(2798,1139,'xyz_smap','1'),(2800,1139,'sponsored_url',''),(2806,1148,'_edit_lock','1568216917:11'),(2807,1148,'_oembed_8ab4ece41b27f1f126acd8480e8c58f7','<iframe title=\"BUZZ Music Top 10 (Week of July 2)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/mRANCaATcvg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(2808,1148,'_oembed_time_8ab4ece41b27f1f126acd8480e8c58f7','1565823594'),(2809,1148,'_edit_last','11'),(2810,1148,'video_parent_post_id',''),(2811,1149,'_wp_attached_file','2019/07/beat-dem-bad-artwork-buzz.jpg'),(2812,1149,'wpmf_size','130731'),(2813,1149,'wpmf_filetype','jpg'),(2814,1149,'wpmf_order','0'),(2815,1149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:37:\"2019/07/beat-dem-bad-artwork-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"beat-dem-bad-artwork-buzz-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:\"beat-dem-bad-artwork-buzz-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:37:\"beat-dem-bad-artwork-buzz-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:38:\"beat-dem-bad-artwork-buzz-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"beat-dem-bad-artwork-buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2818,1151,'_edit_lock','1565813609:14'),(2819,1153,'_wp_attached_file','2019/07/beat-dem-bad-artwork-buzz-2.png'),(2820,1153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2272;s:6:\"height\";i:1340;s:4:\"file\";s:39:\"2019/07/beat-dem-bad-artwork-buzz-2.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"beat-dem-bad-artwork-buzz-2-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:39:\"beat-dem-bad-artwork-buzz-2-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"beat-dem-bad-artwork-buzz-2-768x453.png\";s:5:\"width\";i:768;s:6:\"height\";i:453;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"beat-dem-bad-artwork-buzz-2-1024x604.png\";s:5:\"width\";i:1024;s:6:\"height\";i:604;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"beat-dem-bad-artwork-buzz-2-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2822,1151,'_thumbnail_id','1153'),(2823,1151,'_oembed_05a6a3a6ae84ce9295170a04f93087da','<iframe title=\"BUZZ Music Top 10 (Week of June 25)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/lphCSTsLNQc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(2824,1151,'_oembed_time_05a6a3a6ae84ce9295170a04f93087da','1565813558'),(2825,1151,'_edit_last','14'),(2826,1151,'xyz_smap','1'),(2828,1151,'sponsored_url',''),(2829,1156,'_edit_lock','1568216997:11'),(2830,1156,'_oembed_05a6a3a6ae84ce9295170a04f93087da','<iframe title=\"BUZZ Music Top 10 (Week of June 25)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/lphCSTsLNQc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(2831,1156,'_oembed_time_05a6a3a6ae84ce9295170a04f93087da','1565642508'),(2832,1156,'_edit_last','11'),(2833,1156,'video_parent_post_id',''),(2835,1105,'_thumbnail_id','1107'),(2848,1162,'_edit_lock','1565889211:9'),(2855,1166,'_wp_attached_file','2019/07/Jelly-Coconut.jpg'),(2856,1166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2340;s:6:\"height\";i:1558;s:4:\"file\";s:25:\"2019/07/Jelly-Coconut.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Jelly-Coconut-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:\"Jelly-Coconut-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:\"Jelly-Coconut-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Jelly-Coconut-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Jelly-Coconut-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2860,1168,'_wp_attached_file','2019/07/cortez-basic-mens-shoe-M.jpg'),(2861,1168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:863;s:6:\"height\";i:459;s:4:\"file\";s:36:\"2019/07/cortez-basic-mens-shoe-M.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"cortez-basic-mens-shoe-M-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:\"cortez-basic-mens-shoe-M-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"cortez-basic-mens-shoe-M-768x408.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:408;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:{}}}'),(2863,1117,'_thumbnail_id','1122'),(2865,1169,'_wp_attached_file','2019/07/cortez-72-sd-mens-shoe-DGrZWN.jpg'),(2866,1169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1727;s:6:\"height\";i:1133;s:4:\"file\";s:41:\"2019/07/cortez-72-sd-mens-shoe-DGrZWN.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"cortez-72-sd-mens-shoe-DGrZWN-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:\"cortez-72-sd-mens-shoe-DGrZWN-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"cortez-72-sd-mens-shoe-DGrZWN-768x504.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"cortez-72-sd-mens-shoe-DGrZWN-1024x672.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"cortez-72-sd-mens-shoe-DGrZWN-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2867,1171,'_wp_attached_file','2019/07/cortez-basic-shoe-345sdw.jpg'),(2868,1171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:863;s:6:\"height\";i:449;s:4:\"file\";s:36:\"2019/07/cortez-basic-shoe-345sdw.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"cortez-basic-shoe-345sdw-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:\"cortez-basic-shoe-345sdw-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"cortez-basic-shoe-345sdw-768x400.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:400;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:{}}}'),(2869,984,'_thumbnail_id','1168'),(2870,1176,'_edit_lock','1565829461:21'),(2871,1177,'_wp_attached_file','2019/07/PortRoyalSign.jpg'),(2872,1177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:25:\"2019/07/PortRoyalSign.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"PortRoyalSign-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:\"PortRoyalSign-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"PortRoyalSign-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"PortRoyalSign-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"PortRoyalSign-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2873,1178,'_wp_attached_file','2019/07/GettyImages-Fort-Charles-48914975_high.jpg'),(2874,1178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1344;s:6:\"height\";i:900;s:4:\"file\";s:50:\"2019/07/GettyImages-Fort-Charles-48914975_high.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"GettyImages-Fort-Charles-48914975_high-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:50:\"GettyImages-Fort-Charles-48914975_high-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:50:\"GettyImages-Fort-Charles-48914975_high-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"GettyImages-Fort-Charles-48914975_high-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"GettyImages-Fort-Charles-48914975_high-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:33:\"Getty Images/Lonely Planet Images\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:47:\"Cannons and tower in courtyard of Fort Charles.\";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:9:\"148914975\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2875,1179,'_wp_attached_file','2019/07/giddy-house-port-royal-56.jpg'),(2876,1179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:522;s:4:\"file\";s:37:\"2019/07/giddy-house-port-royal-56.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"giddy-house-port-royal-56-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:\"giddy-house-port-royal-56-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"giddy-house-port-royal-56-768x401.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:401;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:{}}}'),(2877,1180,'_wp_attached_file','2019/07/Fishermen-in-Port-Royal.jpg'),(2878,1180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:35:\"2019/07/Fishermen-in-Port-Royal.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Fishermen-in-Port-Royal-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:\"Fishermen-in-Port-Royal-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:35:\"Fishermen-in-Port-Royal-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:36:\"Fishermen-in-Port-Royal-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Fishermen-in-Port-Royal-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:23:\"© 2016 Mango Tree Arts\";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:{}}}'),(2880,984,'xyz_smap','1'),(2884,1182,'_wp_attached_file','2019/07/Dandy-Shandy.jpg'),(2885,1182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:447;s:6:\"height\";i:323;s:4:\"file\";s:24:\"2019/07/Dandy-Shandy.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Dandy-Shandy-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:\"Dandy-Shandy-300x217.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:217;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:{}}}'),(2888,1176,'_thumbnail_id','1178'),(2889,1176,'_edit_last','21'),(2890,1176,'sponsored_url',''),(2892,1176,'xyz_smap','1'),(2896,1187,'_wp_attached_file','2019/07/Dandy-Shandy-1.jpg'),(2897,1187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:447;s:6:\"height\";i:323;s:4:\"file\";s:26:\"2019/07/Dandy-Shandy-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Dandy-Shandy-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:26:\"Dandy-Shandy-1-300x217.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:217;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:{}}}'),(2898,1188,'_wp_attached_file','2019/07/Jamaican-suck-suck.jpg'),(2899,1188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:460;s:6:\"height\";i:345;s:4:\"file\";s:30:\"2019/07/Jamaican-suck-suck.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Jamaican-suck-suck-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:\"Jamaican-suck-suck-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\";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:{}}}'),(2900,1189,'_wp_attached_file','2019/07/Jelly-Coconut-1.jpg'),(2901,1189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2340;s:6:\"height\";i:1558;s:4:\"file\";s:27:\"2019/07/Jelly-Coconut-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Jelly-Coconut-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:27:\"Jelly-Coconut-1-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:27:\"Jelly-Coconut-1-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Jelly-Coconut-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Jelly-Coconut-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2902,1190,'_wp_attached_file','2019/07/Share-A-Patty.jpg'),(2903,1190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2019/07/Share-A-Patty.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Share-A-Patty-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:\"Share-A-Patty-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Share-A-Patty-768x494.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Share-A-Patty-1024x658.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Share-A-Patty-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2904,1191,'_wp_attached_file','2019/07/rippled-flag.jpg'),(2905,1191,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:24:\"2019/07/rippled-flag.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"rippled-flag-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:\"rippled-flag-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:24:\"rippled-flag-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:25:\"rippled-flag-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:\"1\";s:8:\"keywords\";a:0:{}}}'),(2906,1162,'_edit_last','9'),(2907,1162,'sponsored_url',''),(2909,1162,'xyz_smap','1'),(2911,1162,'_thumbnail_id','3961'),(2912,1180,'_edit_lock','1564611342:9'),(2916,1197,'_wp_attached_file','2019/07/Fishermen-in-Port-Royal.jpg-new.jpg'),(2917,1197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1929;s:6:\"height\";i:1324;s:4:\"file\";s:43:\"2019/07/Fishermen-in-Port-Royal.jpg-new.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Fishermen-in-Port-Royal.jpg-new-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:\"Fishermen-in-Port-Royal.jpg-new-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Fishermen-in-Port-Royal.jpg-new-768x527.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Fishermen-in-Port-Royal.jpg-new-1024x703.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:703;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Fishermen-in-Port-Royal.jpg-new-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:23:\"© 2016 Mango Tree Arts\";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:{}}}'),(2920,1199,'_edit_lock','1565645889:9'),(2921,1200,'_wp_attached_file','2019/07/kartel-dancehall.jpg'),(2922,1200,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:207;s:6:\"height\";i:243;s:4:\"file\";s:28:\"2019/07/kartel-dancehall.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"kartel-dancehall-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:{}}}'),(2923,1201,'_wp_attached_file','2019/07/koffee.jpg'),(2924,1201,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:999;s:4:\"file\";s:18:\"2019/07/koffee.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"koffee-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:\"koffee-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:18:\"koffee-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"koffee-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"koffee-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2925,1202,'_wp_attached_file','2019/07/Vybz-Kartel-pic.jpg'),(2926,1202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:1058;s:4:\"file\";s:27:\"2019/07/Vybz-Kartel-pic.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Vybz-Kartel-pic-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:\"Vybz-Kartel-pic-255x300.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Vybz-Kartel-pic-768x903.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:903;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Vybz-Kartel-pic-871x1024.jpg\";s:5:\"width\";i:871;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Vybz-Kartel-pic-900x655.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:655;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:{}}}'),(2927,1203,'_wp_attached_file','2019/07/spice-dancehall.jpg'),(2928,1203,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1548;s:6:\"height\";i:1024;s:4:\"file\";s:27:\"2019/07/spice-dancehall.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"spice-dancehall-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:\"spice-dancehall-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"spice-dancehall-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"spice-dancehall-1024x677.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"spice-dancehall-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2929,1199,'_edit_last','9'),(2930,1199,'sponsored_url',''),(2932,1199,'_thumbnail_id','1208'),(2933,1199,'xyz_smap','1'),(2943,1208,'_wp_attached_file','2019/07/Vybz-Kartel-birthday.jpg'),(2944,1208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1242;s:6:\"height\";i:775;s:4:\"file\";s:32:\"2019/07/Vybz-Kartel-birthday.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Vybz-Kartel-birthday-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:\"Vybz-Kartel-birthday-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Vybz-Kartel-birthday-768x479.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Vybz-Kartel-birthday-1024x639.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:639;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Vybz-Kartel-birthday-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(2959,1213,'_edit_lock','1565645821:9'),(2963,1214,'_wp_attached_file','2019/07/taino-book.jpg'),(2964,1214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:752;s:4:\"file\";s:22:\"2019/07/taino-book.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"taino-book-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:\"taino-book-300x237.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"taino-book-768x608.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"taino-book-950x655.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:655;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:{}}}'),(2965,1215,'_wp_attached_file','2019/07/Dr-Swaby.jpg'),(2966,1215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:20:\"2019/07/Dr-Swaby.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Dr-Swaby-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:\"Dr-Swaby-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:20:\"Dr-Swaby-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:{}}}'),(2967,1213,'_thumbnail_id','1214'),(2968,1213,'_edit_last','9'),(2969,1213,'sponsored_url',''),(2971,1213,'xyz_smap','1'),(2975,1221,'_wp_attached_file','2019/07/Blac-Chyna-1-1.jpeg'),(2976,1221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:650;s:4:\"file\";s:27:\"2019/07/Blac-Chyna-1-1.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Blac-Chyna-1-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:\"Blac-Chyna-1-1-300x300.jpeg\";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:3:\"5.6\";s:6:\"credit\";s:26:\"Romain Maurice/Splash News\";s:6:\"camera\";s:9:\"NIKON D4S\";s:7:\"caption\";s:341:\"Blac Chyna attends the Blowpro event in Miami Beach, Florida. \r<P>\rPictured: Blac Chyna\r<B>Ref: SPL1595301  081017  </B><BR />\rPicture by: Romain Maurice/Splash News<BR />\r</P><P>\r<B>Splash News and Pictures</B><BR />\rLos Angeles:	310-821-2666<BR />\rNew York:	212-619-2666<BR />\rLondon:	870-934-2666<BR />\rphotodesk@splashnews.com<BR />\r</P>\";s:17:\"created_timestamp\";s:10:\"1507422844\";s:9:\"copyright\";s:21:\"© www.splashnews.com\";s:12:\"focal_length\";s:2:\"44\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:51:\"Blac Chyna attends the Blowpro event in Miami Beach\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:3:{i:0;s:14:\"rob kardashian\";i:1;s:7:\"Hip Hop\";i:2;s:10:\"Kardashian\";}}}'),(2979,1224,'_wp_attached_file','2019/07/2018_07_07_48925_1530972022._large.jpg'),(2980,1224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:512;s:4:\"file\";s:46:\"2019/07/2018_07_07_48925_1530972022._large.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"2018_07_07_48925_1530972022._large-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:\"2018_07_07_48925_1530972022._large-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:46:\"2018_07_07_48925_1530972022._large-768x512.jpg\";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:{}}}'),(2981,1225,'_edit_lock','1566232617:9'),(2982,1225,'_edit_last','9'),(2983,1225,'sponsored_url',''),(2984,1228,'_wp_attached_file','2019/07/brittny1.jpg'),(2985,1228,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2064;s:6:\"height\";i:1197;s:4:\"file\";s:20:\"2019/07/brittny1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"brittny1-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:\"brittny1-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"brittny1-768x445.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"brittny1-1024x594.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:594;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"brittny1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Swiftlink Photograqhyy\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563126098\";s:9:\"copyright\";s:10:\"Dave Virgo\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2986,1231,'_wp_attached_file','2019/07/Brittny.jpg'),(2987,1231,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1926;s:6:\"height\";i:1286;s:4:\"file\";s:19:\"2019/07/Brittny.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Brittny-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:\"Brittny-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:19:\"Brittny-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Brittny-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Brittny-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Swiftlink Photograqhyy\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563126191\";s:9:\"copyright\";s:10:\"Dave Virgo\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2988,1232,'_wp_attached_file','2019/07/Brittny-1.jpg'),(2989,1232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1926;s:6:\"height\";i:1286;s:4:\"file\";s:21:\"2019/07/Brittny-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Brittny-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:\"Brittny-1-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:21:\"Brittny-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Brittny-1-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Brittny-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:22:\"Swiftlink Photograqhyy\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563126191\";s:9:\"copyright\";s:10:\"Dave Virgo\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2990,1234,'_wp_attached_file','2019/07/no-logo-3.jpg'),(2991,1234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1831;s:6:\"height\";i:2040;s:4:\"file\";s:21:\"2019/07/no-logo-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"no-logo-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:\"no-logo-3-269x300.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"no-logo-3-768x856.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:856;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"no-logo-3-919x1024.jpg\";s:5:\"width\";i:919;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"no-logo-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:22:\"Swiftlink Photograqhyy\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563126755\";s:9:\"copyright\";s:10:\"Dave Virgo\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2992,1225,'_thumbnail_id','1228'),(2993,1238,'_wp_attached_file','2019/07/brittny.jpeg'),(2994,1238,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1594;s:6:\"height\";i:2183;s:4:\"file\";s:20:\"2019/07/brittny.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"brittny-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:\"brittny-219x300.jpeg\";s:5:\"width\";i:219;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"brittny-768x1052.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1052;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"brittny-748x1024.jpeg\";s:5:\"width\";i:748;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"brittny-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:22:\"Swiftlink Photograqhyy\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563124180\";s:9:\"copyright\";s:10:\"Dave Virgo\";s:12:\"focal_length\";s:2:\"92\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2995,1239,'_wp_attached_file','2019/07/brit-no-logo.jpg'),(2996,1239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1652;s:6:\"height\";i:2064;s:4:\"file\";s:24:\"2019/07/brit-no-logo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"brit-no-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:24:\"brit-no-logo-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"brit-no-logo-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"brit-no-logo-820x1024.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"brit-no-logo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:22:\"Swiftlink Photograqhyy\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563122868\";s:9:\"copyright\";s:10:\"Dave Virgo\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2998,1225,'xyz_smap','1'),(3008,1246,'_edit_lock','1565829766:6'),(3009,1247,'_wp_attached_file','2019/08/2018-jaguar-xjr575-e1516672804195.jpg'),(3010,1247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:679;s:4:\"file\";s:45:\"2019/08/2018-jaguar-xjr575-e1516672804195.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"2018-jaguar-xjr575-e1516672804195-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:45:\"2018-jaguar-xjr575-e1516672804195-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"2018-jaguar-xjr575-e1516672804195-768x382.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"2018-jaguar-xjr575-e1516672804195-1024x509.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"2018-jaguar-xjr575-e1516672804195-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3011,1246,'_thumbnail_id','1247'),(3012,1246,'_edit_last','9'),(3013,1246,'sponsored_url',''),(3015,1246,'xyz_smap','1'),(3017,1251,'_edit_lock','1565645576:9'),(3018,1252,'_wp_attached_file','2019/08/Craig-David-.jpeg'),(3019,1252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:650;s:4:\"file\";s:25:\"2019/08/Craig-David-.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Craig-David--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:25:\"Craig-David--300x300.jpeg\";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:3:\"2.8\";s:6:\"credit\";s:14:\"Michael Redina\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:206:\"The Global Awards at London Eventim Apollo Hammersmith,1st March 2018 BANG MEDIA INTERNATIONAL FAMOUS PICTURES 28 HOLMES ROAD LONDON NW5 3AB UNITED KINGDOM tel +44 (0) 20 7485 1005 e-mail info@famous.uk.com\";s:17:\"created_timestamp\";s:10:\"1519925103\";s:9:\"copyright\";s:14:\"Michael Redina\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:14:\"NORESTRICTIONS\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3021,1251,'_thumbnail_id','1252'),(3022,1251,'_edit_last','9'),(3023,1251,'sponsored_url',''),(3025,1251,'xyz_smap','1'),(3028,1257,'_edit_lock','1565645485:9'),(3030,1259,'_wp_attached_file','2019/08/Bella-Thorne-and-Benjamin-Mascolo--e1564686863227.jpeg'),(3031,1259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:650;s:4:\"file\";s:62:\"2019/08/Bella-Thorne-and-Benjamin-Mascolo--e1564686863227.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"Bella-Thorne-and-Benjamin-Mascolo--e1564686863227-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:62:\"Bella-Thorne-and-Benjamin-Mascolo--e1564686863227-300x300.jpeg\";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:{}}}'),(3032,1257,'_thumbnail_id','1292'),(3033,1257,'_edit_last','9'),(3034,1257,'sponsored_url',''),(3036,1259,'_edit_lock','1564687046:9'),(3037,1259,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:650;s:6:\"height\";i:650;s:4:\"file\";s:39:\"Bella-Thorne-and-Benjamin-Mascolo-.jpeg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:47:\"Bella-Thorne-and-Benjamin-Mascolo--150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:47:\"Bella-Thorne-and-Benjamin-Mascolo--300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(3039,1259,'_wpmf_gallery_custom_image_link',''),(3040,1259,'_gallery_link_target',''),(3041,1259,'_edit_last','9'),(3043,1257,'xyz_smap','1'),(3045,1263,'_edit_lock','1565829808:6'),(3047,1265,'_edit_lock','1565645436:9'),(3048,1266,'_wp_attached_file','2019/08/Busta-Rhymes.jpg'),(3049,1266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:650;s:4:\"file\";s:24:\"2019/08/Busta-Rhymes.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Busta-Rhymes-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:\"Busta-Rhymes-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:3:\"4.5\";s:6:\"credit\";s:27:\"Ron Asadorian / Splash News\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:357:\"2013 MTV Video Music Awards held at the Barclays Center in New York City.\r<P>\rPictured: Busta Rhymes\r<P><B>Ref: SPL600282  250813  </B><BR />\rPicture by: Ron Asadorian / Splash News<BR />\r</P><P>\r<B>Splash News and Pictures</B><BR />\rLos Angeles:	310-821-2666<BR />\rNew York:	212-619-2666<BR />\rLondon:	870-934-2666<BR />\rphotodesk@splashnews.com<BR />\r</P>\";s:17:\"created_timestamp\";s:10:\"1377474858\";s:9:\"copyright\";s:21:\"© www.splashnews.com\";s:12:\"focal_length\";s:3:\"135\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:34:\"2013 MTV Video Music Awards in NYC\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3050,1267,'_wp_attached_file','2019/08/Khloe-Kardashian-and-Tristan-Thompson.jpeg'),(3051,1267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:650;s:4:\"file\";s:50:\"2019/08/Khloe-Kardashian-and-Tristan-Thompson.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Khloe-Kardashian-and-Tristan-Thompson-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:50:\"Khloe-Kardashian-and-Tristan-Thompson-300x300.jpeg\";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:{}}}'),(3052,1265,'_edit_last','9'),(3053,1265,'sponsored_url',''),(3054,1265,'_thumbnail_id','1276'),(3056,1265,'xyz_smap','1'),(3058,1269,'_edit_lock','1565881081:1'),(3060,1263,'_thumbnail_id','1294'),(3061,1263,'_edit_last','4'),(3062,1263,'xyz_smap','1'),(3064,1263,'sponsored_url',''),(3065,1269,'_edit_last','1'),(3075,1276,'_wp_attached_file','2019/08/Newkhloe-kardashian-3-2000.jpg'),(3076,1276,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:38:\"2019/08/Newkhloe-kardashian-3-2000.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Newkhloe-kardashian-3-2000-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:\"Newkhloe-kardashian-3-2000-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:38:\"Newkhloe-kardashian-3-2000-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:39:\"Newkhloe-kardashian-3-2000-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Newkhloe-kardashian-3-2000-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:30:\"Marion Curtis/REX/Shutterstock\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:237:\"22637\rMandatory Credit: Photo by Marion Curtis/REX/Shutterstock (9777932p)\rKhloe Kardashian\rExclusive - Good American and SIX:02 Launch Performance Line with Co-Founders Emma Grede and Khloe Kardashian in New York City, USA - 02 Aug 2018\";s:17:\"created_timestamp\";s:10:\"1533168000\";s:9:\"copyright\";s:59:\"Copyright (c) 2018 Shutterstock. No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:145:\"Exclusive - Good American and SIX:02 Launch Performance Line with Co-Founders Emma Grede and Khloe Kardashian in New York City, USA - 02 Aug 2018\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:26:{i:0;s:9:\"EXCLUSIVE\";i:1;s:4:\"GOOD\";i:2;s:8:\"AMERICAN\";i:3;s:5:\"SIX02\";i:4;s:6:\"LAUNCH\";i:5;s:11:\"PERFORMANCE\";i:6;s:4:\"LINE\";i:7;s:4:\"WITH\";i:8;s:10:\"COFOUNDERS\";i:9;s:4:\"EMMA\";i:10;s:5:\"GREDE\";i:11;s:5:\"KHLOE\";i:12;s:10:\"KARDASHIAN\";i:13;s:3:\"NEW\";i:14;s:4:\"YORK\";i:15;s:4:\"CITY\";i:16;s:3:\"USA\";i:17;s:2:\"02\";i:18;s:3:\"AUG\";i:19;s:4:\"2018\";i:20;s:5:\"Alone\";i:21;s:6:\"Female\";i:22;s:11:\"Personality\";i:23;s:9:\"Socialite\";i:24;s:15:\"Reality TV Star\";i:25;s:8:\"73459451\";}}}'),(3096,1281,'_edit_lock','1564688520:1'),(3101,1281,'_thumbnail_id','1259'),(3102,1281,'_edit_last','1'),(3103,1281,'out_date','2019-08-03'),(3104,1281,'out_time','12:10'),(3105,1281,'out_address',''),(3106,1281,'out_description','Brief Description 02'),(3107,1281,'out_mapurl','https://www.google.com/maps/place/Jamaica+Observer+Limited/@18.203126,-77.0915752,11z/data=!4m8!1m2!2m1!1sjamaican+observer+map!3m4!1s0x0:0x22853c11a734ac47!8m2!3d17.998448!4d-76.7973518'),(3108,1281,'post_gallery_id','a:8:{i:0;s:4:\"1247\";i:1;s:4:\"1239\";i:2;s:4:\"1238\";i:3;s:4:\"1234\";i:4;s:4:\"1232\";i:5;s:4:\"1231\";i:6;s:4:\"1228\";i:7;s:4:\"1224\";}'),(3109,1282,'_edit_lock','1564689976:4'),(3112,1282,'_edit_last','4'),(3113,1282,'sponsored_url',''),(3114,1285,'_wp_attached_file','2019/08/Dwayne-The-Rock-Johnson-1.jpg'),(3115,1285,'wpmf_size','107238'),(3116,1285,'wpmf_filetype','jpg'),(3117,1285,'wpmf_order','0'),(3118,1285,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:455;s:4:\"file\";s:37:\"2019/08/Dwayne-The-Rock-Johnson-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Dwayne-The-Rock-Johnson-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:\"Dwayne-The-Rock-Johnson-1-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;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:{}}}'),(3119,1282,'_thumbnail_id','1285'),(3120,1287,'_wp_attached_file','2019/08/Rock-Johnson.jpg'),(3121,1287,'wpmf_size','135487'),(3122,1287,'wpmf_filetype','jpg'),(3123,1287,'wpmf_order','0'),(3124,1287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:649;s:6:\"height\";i:553;s:4:\"file\";s:24:\"2019/08/Rock-Johnson.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Rock-Johnson-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:\"Rock-Johnson-300x256.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:256;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:{}}}'),(3125,1288,'_wp_attached_file','2019/08/Rock-Johnson-1.jpg'),(3126,1288,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:649;s:6:\"height\";i:553;s:4:\"file\";s:26:\"2019/08/Rock-Johnson-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Rock-Johnson-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:26:\"Rock-Johnson-1-300x256.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:256;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:{}}}'),(3128,1282,'xyz_smap','1'),(3132,1291,'_wp_attached_file','2019/08/Gabrielle-Union-and-Dwayne-Wade-.jpg'),(3133,1291,'wpmf_size','95717'),(3134,1291,'wpmf_filetype','jpg'),(3135,1291,'wpmf_order','0'),(3136,1291,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:646;s:6:\"height\";i:415;s:4:\"file\";s:44:\"2019/08/Gabrielle-Union-and-Dwayne-Wade-.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Gabrielle-Union-and-Dwayne-Wade--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:\"Gabrielle-Union-and-Dwayne-Wade--300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;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:9:\"FilmMagic\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:192:\"LOS ANGELES, CALIFORNIA - JULY 10:  Gabrielle Union and Dwyane Wade attend The 2019 ESPYs at Microsoft Theater on July 10, 2019 in Los Angeles, California. (Photo by Phillip Faraone/FilmMagic)\";s:17:\"created_timestamp\";s:10:\"1562716800\";s:9:\"copyright\";s:14:\"2019 FilmMagic\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:25:\"The 2019 ESPYs - Arrivals\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3138,198,'xyz_smap','1'),(3140,1292,'_wp_attached_file','2019/08/Bella-Thorne-and-Benjamin-featured-image.jpg'),(3141,1292,'wpmf_size','92209'),(3142,1292,'wpmf_filetype','jpg'),(3143,1292,'wpmf_order','0'),(3144,1292,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:649;s:6:\"height\";i:437;s:4:\"file\";s:52:\"2019/08/Bella-Thorne-and-Benjamin-featured-image.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Bella-Thorne-and-Benjamin-featured-image-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:52:\"Bella-Thorne-and-Benjamin-featured-image-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;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:{}}}'),(3147,1293,'_wp_attached_file','2019/08/Idris-Elba-featured-image.jpg'),(3148,1293,'wpmf_size','63683'),(3149,1293,'wpmf_filetype','jpg'),(3150,1293,'wpmf_order','0'),(3151,1293,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:649;s:6:\"height\";i:481;s:4:\"file\";s:37:\"2019/08/Idris-Elba-featured-image.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Idris-Elba-featured-image-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:\"Idris-Elba-featured-image-300x222.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:222;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:{}}}'),(3154,1294,'_wp_attached_file','2019/08/Busta-Rhymes-featured-image.jpg'),(3155,1294,'wpmf_size','161165'),(3156,1294,'wpmf_filetype','jpg'),(3157,1294,'wpmf_order','0'),(3158,1294,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:647;s:6:\"height\";i:497;s:4:\"file\";s:39:\"2019/08/Busta-Rhymes-featured-image.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Busta-Rhymes-featured-image-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:\"Busta-Rhymes-featured-image-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:27:\"Ron Asadorian / Splash News\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:357:\"2013 MTV Video Music Awards held at the Barclays Center in New York City.\r<P>\rPictured: Busta Rhymes\r<P><B>Ref: SPL600282  250813  </B><BR />\rPicture by: Ron Asadorian / Splash News<BR />\r</P><P>\r<B>Splash News and Pictures</B><BR />\rLos Angeles:	310-821-2666<BR />\rNew York:	212-619-2666<BR />\rLondon:	870-934-2666<BR />\rphotodesk@splashnews.com<BR />\r</P>\";s:17:\"created_timestamp\";s:10:\"1377474858\";s:9:\"copyright\";s:21:\"© www.splashnews.com\";s:12:\"focal_length\";s:3:\"135\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:34:\"2013 MTV Video Music Awards in NYC\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3161,1295,'_edit_lock','1565722785:9'),(3162,1296,'_wp_attached_file','2019/08/hot-frass-featured-image.jpg'),(3163,1296,'wpmf_size','125250'),(3164,1296,'wpmf_filetype','jpg'),(3165,1296,'wpmf_order','0'),(3166,1296,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:765;s:6:\"height\";i:495;s:4:\"file\";s:36:\"2019/08/hot-frass-featured-image.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"hot-frass-featured-image-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:\"hot-frass-featured-image-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;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:{}}}'),(3168,1082,'_thumbnail_id','1918'),(3177,1298,'_wp_attached_file','2019/08/Kanye-West-featured-image.jpg'),(3178,1298,'wpmf_size','84561'),(3179,1298,'wpmf_filetype','jpg'),(3180,1298,'wpmf_order','0'),(3181,1298,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:648;s:6:\"height\";i:430;s:4:\"file\";s:37:\"2019/08/Kanye-West-featured-image.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Kanye-West-featured-image-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:\"Kanye-West-featured-image-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: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:{}}}'),(3183,533,'_thumbnail_id','1298'),(3185,1299,'_wp_attached_file','2019/08/DSC_1219.jpg'),(3186,1299,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1219.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1219-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:\"DSC_1219-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:20:\"DSC_1219-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:21:\"DSC_1219-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1219-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564313302\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3187,1300,'_wp_attached_file','2019/08/DSC_1335.jpg'),(3188,1300,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1335.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1335-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:\"DSC_1335-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:20:\"DSC_1335-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:21:\"DSC_1335-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1335-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564313283\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3189,1301,'_wp_attached_file','2019/08/DSC_1339.jpg'),(3190,1301,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1339.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1339-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:\"DSC_1339-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:20:\"DSC_1339-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:21:\"DSC_1339-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1339-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564313281\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3191,1302,'_wp_attached_file','2019/08/DSC_1347.jpg'),(3192,1302,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1347.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1347-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:\"DSC_1347-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:20:\"DSC_1347-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:21:\"DSC_1347-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1347-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564313279\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3193,1303,'_wp_attached_file','2019/08/DSC_1361.jpg'),(3194,1303,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1361.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1361-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:\"DSC_1361-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:20:\"DSC_1361-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:21:\"DSC_1361-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1361-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564313276\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3195,1304,'_wp_attached_file','2019/08/DSC_1386.jpg'),(3196,1304,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1386.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1386-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:\"DSC_1386-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:20:\"DSC_1386-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:21:\"DSC_1386-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1386-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564313265\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3197,1305,'_wp_attached_file','2019/08/DSC_1449.jpg'),(3198,1305,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1449.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1449-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:\"DSC_1449-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:20:\"DSC_1449-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:21:\"DSC_1449-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1449-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564313253\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3199,1306,'_wp_attached_file','2019/08/DSC_1453.jpg'),(3200,1306,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1453.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1453-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:\"DSC_1453-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:20:\"DSC_1453-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:21:\"DSC_1453-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1453-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564313252\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3201,1307,'_wp_attached_file','2019/08/DSC_1461-1.jpg'),(3202,1307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2019/08/DSC_1461-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_1461-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:22:\"DSC_1461-1-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:22:\"DSC_1461-1-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:23:\"DSC_1461-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"DSC_1461-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564313249\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3203,1308,'_wp_attached_file','2019/08/DSC_1299.jpg'),(3204,1308,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1299.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1299-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:\"DSC_1299-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:20:\"DSC_1299-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:21:\"DSC_1299-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1299-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564313292\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3210,1310,'_wp_attached_file','2019/08/DSC_1418-1.jpg'),(3211,1310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2019/08/DSC_1418-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_1418-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:22:\"DSC_1418-1-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:22:\"DSC_1418-1-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:23:\"DSC_1418-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"DSC_1418-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564313258\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3212,1311,'_wp_attached_file','2019/08/DSC_1395.jpg'),(3213,1311,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1395.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1395-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:\"DSC_1395-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:20:\"DSC_1395-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:21:\"DSC_1395-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1395-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564313263\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3217,1312,'_wp_attached_file','2019/08/DSC_1517.jpg'),(3218,1312,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1517.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1517-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:\"DSC_1517-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:20:\"DSC_1517-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:21:\"DSC_1517-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1517-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564313238\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3219,1310,'_edit_lock','1564760331:9'),(3236,581,'_thumbnail_id','1315'),(3238,1315,'_wp_attached_file','2019/08/jik-rueben-featured-image-1.jpg'),(3239,1315,'wpmf_size','180476'),(3240,1315,'wpmf_filetype','jpg'),(3241,1315,'wpmf_order','0'),(3242,1315,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:613;s:6:\"height\";i:747;s:4:\"file\";s:39:\"2019/08/jik-rueben-featured-image-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"jik-rueben-featured-image-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:39:\"jik-rueben-featured-image-1-246x300.jpg\";s:5:\"width\";i:246;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"jik-rueben-featured-image-1-613x655.jpg\";s:5:\"width\";i:613;s:6:\"height\";i:655;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:{}}}'),(3245,1316,'_wp_attached_file','2019/08/DSC_1369.jpg'),(3246,1316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1369.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1369-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:\"DSC_1369-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:20:\"DSC_1369-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:21:\"DSC_1369-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1369-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564313271\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3247,1317,'_wp_attached_file','2019/08/DSC_1213.jpg'),(3248,1317,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1213.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1213-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:\"DSC_1213-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:20:\"DSC_1213-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:21:\"DSC_1213-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1213-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564313304\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3249,1318,'_wp_attached_file','2019/08/DSC_1211.jpg'),(3250,1318,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1211.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1211-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:\"DSC_1211-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:20:\"DSC_1211-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:21:\"DSC_1211-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1211-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564313305\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3251,1295,'_edit_last','9'),(3252,1295,'sponsored_url',''),(3254,1295,'_thumbnail_id','1878'),(3255,1295,'xyz_smap','1'),(3267,1322,'_wp_attached_file','2019/08/lauren-o-lauren-featured-image.jpg'),(3268,1322,'wpmf_size','114821'),(3269,1322,'wpmf_filetype','jpg'),(3270,1322,'wpmf_order','0'),(3271,1322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1015;s:6:\"height\";i:883;s:4:\"file\";s:42:\"2019/08/lauren-o-lauren-featured-image.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"lauren-o-lauren-featured-image-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:42:\"lauren-o-lauren-featured-image-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"lauren-o-lauren-featured-image-768x668.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"lauren-o-lauren-featured-image-1015x655.jpg\";s:5:\"width\";i:1015;s:6:\"height\";i:655;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:{}}}'),(3273,832,'_thumbnail_id','3236'),(3283,1324,'_wp_attached_file','2019/08/kevin-spacey-featured-image.jpg'),(3284,1324,'wpmf_size','86981'),(3285,1324,'wpmf_filetype','jpg'),(3286,1324,'wpmf_order','0'),(3287,1324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:401;s:4:\"file\";s:39:\"2019/08/kevin-spacey-featured-image.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"kevin-spacey-featured-image-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:\"kevin-spacey-featured-image-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;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:11:\"Splash News\";s:6:\"camera\";s:8:\"NIKON D4\";s:7:\"caption\";s:334:\"House Of Cards Season 3 World Premiere at the Empire Leicester Square\r<P>\rPictured: Kevin Spacey\r<B>Ref: SPL961878  260215  </B><BR />\rPicture by: Splash News<BR />\r</P><P>\r<B>Splash News and Pictures</B><BR />\rLos Angeles:	310-821-2666<BR />\rNew York:	212-619-2666<BR />\rLondon:	870-934-2666<BR />\rphotodesk@splashnews.com<BR />\r</P>\";s:17:\"created_timestamp\";s:10:\"1424980495\";s:9:\"copyright\";s:21:\"© www.splashnews.com\";s:12:\"focal_length\";s:3:\"125\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:48:\"House Of Cards Season 3 World Premiere in London\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3289,274,'_thumbnail_id','1324'),(3291,1325,'_wp_attached_file','2019/08/maestro-don-buzz-3.jpg'),(3292,1325,'wpmf_size','111474'),(3293,1325,'wpmf_filetype','jpg'),(3294,1325,'wpmf_order','0'),(3295,1325,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:597;s:6:\"height\";i:709;s:4:\"file\";s:30:\"2019/08/maestro-don-buzz-3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"maestro-don-buzz-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:\"maestro-don-buzz-3-253x300.jpg\";s:5:\"width\";i:253;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"maestro-don-buzz-3-597x655.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561911222\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3296,1326,'_wp_attached_file','2019/08/maestro-don-buzz-5.jpg'),(3297,1326,'wpmf_size','150350'),(3298,1326,'wpmf_filetype','jpg'),(3299,1326,'wpmf_order','0'),(3300,1326,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:594;s:6:\"height\";i:614;s:4:\"file\";s:30:\"2019/08/maestro-don-buzz-5.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"maestro-don-buzz-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:30:\"maestro-don-buzz-5-290x300.jpg\";s:5:\"width\";i:290;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561913695\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3301,1327,'_wp_attached_file','2019/08/maestro-don-buzz-6.jpg'),(3302,1327,'wpmf_size','97279'),(3303,1327,'wpmf_filetype','jpg'),(3304,1327,'wpmf_order','0'),(3305,1327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:597;s:6:\"height\";i:661;s:4:\"file\";s:30:\"2019/08/maestro-don-buzz-6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"maestro-don-buzz-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:30:\"maestro-don-buzz-6-271x300.jpg\";s:5:\"width\";i:271;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"maestro-don-buzz-6-597x655.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561911743\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3330,169,'xyz_smap','1'),(3332,1335,'_wp_attached_file','2019/08/hombre-eccentric-featured-image-.jpg'),(3333,1335,'wpmf_size','62958'),(3334,1335,'wpmf_filetype','jpg'),(3335,1335,'wpmf_order','0'),(3336,1335,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:379;s:6:\"height\";i:312;s:4:\"file\";s:44:\"2019/08/hombre-eccentric-featured-image-.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"hombre-eccentric-featured-image--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:\"hombre-eccentric-featured-image--300x247.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:247;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:\"1563449490\";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:{}}}'),(3338,169,'_thumbnail_id','1335'),(3345,219,'xyz_smap','1'),(3359,1348,'_edit_lock','1564702377:4'),(3360,1348,'_edit_last','4'),(3361,1348,'sponsored_url',''),(3362,1351,'_wp_attached_file','2019/08/justin-and-hailey-bieber.jpg'),(3363,1351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:650;s:4:\"file\";s:36:\"2019/08/justin-and-hailey-bieber.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"justin-and-hailey-bieber-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:\"justin-and-hailey-bieber-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:{}}}'),(3364,1354,'_wp_attached_file','2019/08/justin-and-hailey-bieber-featured-image.jpg'),(3365,1354,'wpmf_size','92180'),(3366,1354,'wpmf_filetype','jpg'),(3367,1354,'wpmf_order','0'),(3368,1354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:641;s:6:\"height\";i:537;s:4:\"file\";s:51:\"2019/08/justin-and-hailey-bieber-featured-image.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"justin-and-hailey-bieber-featured-image-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:\"justin-and-hailey-bieber-featured-image-300x251.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:251;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:{}}}'),(3369,1348,'_thumbnail_id','1354'),(3371,1348,'xyz_smap','1'),(3375,1355,'_edit_lock','1564707527:4'),(3376,1355,'_edit_last','4'),(3377,1355,'sponsored_url',''),(3378,1357,'_wp_attached_file','2019/08/Gemma-Chan.jpg'),(3379,1357,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:643;s:6:\"height\";i:421;s:4:\"file\";s:22:\"2019/08/Gemma-Chan.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Gemma-Chan-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:\"Gemma-Chan-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;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:{}}}'),(3380,1359,'_edit_lock','1565827772:21'),(3381,1361,'_wp_attached_file','2019/08/Coffee-Beans.jpg'),(3382,1361,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1880;s:6:\"height\";i:1253;s:4:\"file\";s:24:\"2019/08/Coffee-Beans.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Coffee-Beans-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:\"Coffee-Beans-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:24:\"Coffee-Beans-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:25:\"Coffee-Beans-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Coffee-Beans-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3384,1355,'xyz_smap','1'),(3386,1363,'_wp_attached_file','2019/08/Pouring-Coffee.jpg'),(3387,1363,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1917;s:6:\"height\";i:1278;s:4:\"file\";s:26:\"2019/08/Pouring-Coffee.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Pouring-Coffee-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:\"Pouring-Coffee-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:26:\"Pouring-Coffee-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:27:\"Pouring-Coffee-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Pouring-Coffee-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3388,1364,'_wp_attached_file','2019/08/beverage-brewed-coffee-caffeine.jpg'),(3389,1364,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:43:\"2019/08/beverage-brewed-coffee-caffeine.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"beverage-brewed-coffee-caffeine-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:\"beverage-brewed-coffee-caffeine-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:43:\"beverage-brewed-coffee-caffeine-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:44:\"beverage-brewed-coffee-caffeine-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"beverage-brewed-coffee-caffeine-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3390,1365,'_wp_attached_file','2019/08/aromatic-blur-caffeine.jpg'),(3391,1365,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5421;s:6:\"height\";i:3543;s:4:\"file\";s:34:\"2019/08/aromatic-blur-caffeine.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"aromatic-blur-caffeine-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:\"aromatic-blur-caffeine-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:34:\"aromatic-blur-caffeine-768x502.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:502;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"aromatic-blur-caffeine-1024x669.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:669;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"aromatic-blur-caffeine-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3392,1367,'_wp_attached_file','2019/08/burn-fat.jpg'),(3393,1367,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4590;s:6:\"height\";i:2704;s:4:\"file\";s:20:\"2019/08/burn-fat.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"burn-fat-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:\"burn-fat-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"burn-fat-768x452.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"burn-fat-1024x603.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"burn-fat-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3394,1359,'_edit_last','21'),(3395,1359,'sponsored_url',''),(3402,1373,'_wp_attached_file','2019/08/art-blur-cappuccino.jpg'),(3403,1373,'wpmf_size','1945366'),(3404,1373,'wpmf_filetype','jpg'),(3405,1373,'wpmf_order','0'),(3406,1373,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6016;s:6:\"height\";i:4016;s:4:\"file\";s:31:\"2019/08/art-blur-cappuccino.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"art-blur-cappuccino-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:\"art-blur-cappuccino-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:31:\"art-blur-cappuccino-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"art-blur-cappuccino-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"art-blur-cappuccino-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3407,1359,'_thumbnail_id','1373'),(3411,1359,'xyz_smap','1'),(3415,1355,'_thumbnail_id','1357'),(3419,1377,'_edit_lock','1566054834:11'),(3422,1377,'_edit_last','4'),(3423,1377,'sponsored_url',''),(3424,1380,'_edit_lock','1565829819:6'),(3425,1381,'_wp_attached_file','2019/08/Naomi-Campbell-skin.jpg'),(3426,1381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:493;s:4:\"file\";s:31:\"2019/08/Naomi-Campbell-skin.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Naomi-Campbell-skin-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:\"Naomi-Campbell-skin-300x228.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:228;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:{}}}'),(3428,1380,'_thumbnail_id','1383'),(3429,1380,'_edit_last','4'),(3430,1380,'xyz_smap','1'),(3432,1380,'sponsored_url',''),(3433,1383,'_wp_attached_file','2019/08/Naomi-Campbell-skin-featured-image.jpg'),(3434,1383,'wpmf_size','111336'),(3435,1383,'wpmf_filetype','jpg'),(3436,1383,'wpmf_order','0'),(3437,1383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:649;s:6:\"height\";i:411;s:4:\"file\";s:46:\"2019/08/Naomi-Campbell-skin-featured-image.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Naomi-Campbell-skin-featured-image-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:\"Naomi-Campbell-skin-featured-image-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;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:{}}}'),(3449,66,'xyz_smap','1'),(3461,1388,'_wp_attached_file','2019/08/Chimney-Records-Logo.jpg'),(3462,1388,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:768;s:4:\"file\";s:32:\"2019/08/Chimney-Records-Logo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Chimney-Records-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:32:\"Chimney-Records-Logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Chimney-Records-Logo-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Chimney-Records-Logo-768x655.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:655;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:{}}}'),(3463,1389,'_wp_attached_file','2019/08/After-Party-Riddim.jpg'),(3464,1389,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:30:\"2019/08/After-Party-Riddim.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"After-Party-Riddim-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:\"After-Party-Riddim-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:{}}}'),(3465,1390,'_wp_attached_file','2019/08/Rising-Sun-Riddim.jpg'),(3466,1390,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2019/08/Rising-Sun-Riddim.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Rising-Sun-Riddim-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:\"Rising-Sun-Riddim-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:{}}}'),(3467,1392,'_wp_attached_file','2019/08/MAKEUP_20190712163627_save.jpg'),(3468,1392,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:38:\"2019/08/MAKEUP_20190712163627_save.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"MAKEUP_20190712163627_save-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:\"MAKEUP_20190712163627_save-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:38:\"MAKEUP_20190712163627_save-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:39:\"MAKEUP_20190712163627_save-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"MAKEUP_20190712163627_save-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3471,1394,'_edit_lock','1565884857:16'),(3472,1395,'_edit_lock','1565976823:4'),(3473,1396,'_wp_attached_file','2019/08/miss-universe-jamaica-2.jpg'),(3474,1396,'wpmf_size','143482'),(3475,1396,'wpmf_filetype','jpg'),(3476,1396,'wpmf_order','0'),(3477,1396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:466;s:4:\"file\";s:35:\"2019/08/miss-universe-jamaica-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"miss-universe-jamaica-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:35:\"miss-universe-jamaica-2-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"miss-universe-jamaica-2-768x373.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:373;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:{}}}'),(3478,1397,'_wp_attached_file','2019/08/miss-universe-jamaica.jpg'),(3479,1397,'wpmf_size','208180'),(3480,1397,'wpmf_filetype','jpg'),(3481,1397,'wpmf_order','0'),(3482,1397,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:33:\"2019/08/miss-universe-jamaica.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"miss-universe-jamaica-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:\"miss-universe-jamaica-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:33:\"miss-universe-jamaica-768x512.jpg\";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:13:\"JordacheJones\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:15:\"DASHproductions\";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:{}}}'),(3483,1398,'_wp_attached_file','2019/08/miss-universe-jamaica-3.jpg'),(3484,1398,'wpmf_size','133670'),(3485,1398,'wpmf_filetype','jpg'),(3486,1398,'wpmf_order','0'),(3487,1398,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:466;s:4:\"file\";s:35:\"2019/08/miss-universe-jamaica-3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"miss-universe-jamaica-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:35:\"miss-universe-jamaica-3-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"miss-universe-jamaica-3-768x373.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:373;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:{}}}'),(3488,1394,'_thumbnail_id','1397'),(3489,1394,'_edit_last','16'),(3490,1394,'out_date','2019-08-31'),(3491,1394,'out_time','08:00 PM'),(3492,1394,'out_address','National Arena, Kingston, Jamaica'),(3493,1394,'out_description','18 beautiful young ladies will compete for the 2019 Miss Universe Jamaica title.'),(3494,1394,'out_mapurl','https://www.google.com/maps/place/National+Arena,+Arthur+Wint+Dr,+Kingston/@18.0017692,-76.7770368,17z/data=!3m1!4b1!4m5!3m4!1s0x8edb3f093a84dab5:0xfe13ab7a53f5a4cb!8m2!3d18.0017323!4d-76.774949'),(3495,1394,'post_gallery_id','a:3:{i:0;s:4:\"1397\";i:1;s:4:\"1398\";i:2;s:4:\"1396\";}'),(3496,1399,'_wp_attached_file','2019/08/Shenseea_Tie-Me-Up.jpg'),(3497,1399,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:843;s:6:\"height\";i:469;s:4:\"file\";s:30:\"2019/08/Shenseea_Tie-Me-Up.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Shenseea_Tie-Me-Up-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:\"Shenseea_Tie-Me-Up-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Shenseea_Tie-Me-Up-768x427.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:427;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:{}}}'),(3498,1401,'_wp_attached_file','2019/08/Traffic-Riddim.jpg'),(3499,1401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:381;s:6:\"height\";i:353;s:4:\"file\";s:26:\"2019/08/Traffic-Riddim.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Traffic-Riddim-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:\"Traffic-Riddim-300x278.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:278;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:{}}}'),(3500,1402,'_wp_attached_file','2019/08/Shenseea-Tie-Me-Up-Apple.jpg'),(3501,1402,'wpmf_size','78335'),(3502,1402,'wpmf_filetype','jpg'),(3503,1402,'wpmf_order','0'),(3504,1402,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:735;s:6:\"height\";i:414;s:4:\"file\";s:36:\"2019/08/Shenseea-Tie-Me-Up-Apple.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Shenseea-Tie-Me-Up-Apple-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:\"Shenseea-Tie-Me-Up-Apple-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:\"0\";s:8:\"keywords\";a:0:{}}}'),(3505,1403,'_edit_lock','1565821322:16'),(3506,1377,'_thumbnail_id','1402'),(3507,1405,'_wp_attached_file','2019/08/the-wine-event.jpg'),(3508,1405,'wpmf_size','105089'),(3509,1405,'wpmf_filetype','jpg'),(3510,1405,'wpmf_order','0'),(3511,1405,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:637;s:6:\"height\";i:960;s:4:\"file\";s:26:\"2019/08/the-wine-event.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"the-wine-event-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:\"the-wine-event-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"the-wine-event-637x655.jpg\";s:5:\"width\";i:637;s:6:\"height\";i:655;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:{}}}'),(3512,1406,'_wp_attached_file','2019/08/the-wine-event-2.jpg'),(3513,1406,'wpmf_size','79692'),(3514,1406,'wpmf_filetype','jpg'),(3515,1406,'wpmf_order','0'),(3516,1406,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:637;s:4:\"file\";s:28:\"2019/08/the-wine-event-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"the-wine-event-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:28:\"the-wine-event-2-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"the-wine-event-2-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;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:{}}}'),(3517,1403,'_thumbnail_id','1407'),(3518,1403,'_edit_last','16'),(3519,1403,'out_date','2019-10-19'),(3520,1403,'out_time','07:30 PM'),(3521,1403,'out_address','shoppes at Rose Hall, Montego Bay, Jamaica'),(3522,1403,'out_description','Wine lovers will be out in their numbers for this event!'),(3523,1403,'out_mapurl','https://www.google.com/maps/place/The+Shoppes+at+Rose+Hall/@18.5160667,-77.8277146,15z/data=!4m8!1m2!2m1!1sshops+at+Rose+Hall+Great+House,+Montego+Bay!3m4!1s0x8eda2ebb8a7786d1:0x70ba5171a992cec7!8m2!3d18.522139!4d-77.819441'),(3524,1403,'post_gallery_id','a:3:{i:0;s:4:\"1407\";i:1;s:4:\"1406\";i:2;s:4:\"1405\";}'),(3525,1407,'_wp_attached_file','2019/08/the-wine-event-3.jpeg'),(3526,1407,'wpmf_size','44102'),(3527,1407,'wpmf_filetype','jpeg'),(3528,1407,'wpmf_order','0'),(3529,1407,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:603;s:4:\"file\";s:29:\"2019/08/the-wine-event-3.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"the-wine-event-3-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:29:\"the-wine-event-3-249x300.jpeg\";s:5:\"width\";i:249;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:{}}}'),(3531,1410,'_wp_attached_file','2019/08/DSC_0020.jpg'),(3532,1410,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:4:\"file\";s:20:\"2019/08/DSC_0020.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0020-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:\"DSC_0020-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:20:\"DSC_0020-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0020-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0020-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1460204884\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3533,1411,'_wp_attached_file','2019/08/DSC_0159.jpg-New.jpg'),(3534,1411,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1344;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2019/08/DSC_0159.jpg-New.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"DSC_0159.jpg-New-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:\"DSC_0159.jpg-New-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:28:\"DSC_0159.jpg-New-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"DSC_0159.jpg-New-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"DSC_0159.jpg-New-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564237661\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3535,1412,'_wp_attached_file','2019/08/DSC_0172.jpg-new.jpg'),(3536,1412,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1344;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2019/08/DSC_0172.jpg-new.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"DSC_0172.jpg-new-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:\"DSC_0172.jpg-new-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:28:\"DSC_0172.jpg-new-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"DSC_0172.jpg-new-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"DSC_0172.jpg-new-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564238051\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3537,1413,'_wp_attached_file','2019/08/DSC_0176.jpg-new.jpg'),(3538,1413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1344;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2019/08/DSC_0176.jpg-new.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"DSC_0176.jpg-new-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:\"DSC_0176.jpg-new-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:28:\"DSC_0176.jpg-new-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"DSC_0176.jpg-new-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"DSC_0176.jpg-new-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564238107\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"22\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3539,1395,'_edit_last','4'),(3540,1395,'sponsored_url',''),(3541,1415,'_wp_attached_file','2019/08/jamaic-bridal-expo.jpg'),(3542,1415,'wpmf_size','91032'),(3543,1415,'wpmf_filetype','jpg'),(3544,1415,'wpmf_order','0'),(3545,1415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:616;s:4:\"file\";s:30:\"2019/08/jamaic-bridal-expo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"jamaic-bridal-expo-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:\"jamaic-bridal-expo-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"jamaic-bridal-expo-768x493.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:493;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:{}}}'),(3546,1416,'_wp_attached_file','2019/08/jamaica-bridal-expo-2.jpg'),(3547,1416,'wpmf_size','844765'),(3548,1416,'wpmf_filetype','jpg'),(3549,1416,'wpmf_order','0'),(3550,1416,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:919;s:4:\"file\";s:33:\"2019/08/jamaica-bridal-expo-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"jamaica-bridal-expo-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:33:\"jamaica-bridal-expo-2-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"jamaica-bridal-expo-2-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"jamaica-bridal-expo-2-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"jamaica-bridal-expo-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3551,1417,'_wp_attached_file','2019/08/jamaica-bridal-expo-3.jpg'),(3552,1417,'wpmf_size','9625'),(3553,1417,'wpmf_filetype','jpg'),(3554,1417,'wpmf_order','0'),(3555,1417,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:325;s:6:\"height\";i:155;s:4:\"file\";s:33:\"2019/08/jamaica-bridal-expo-3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"jamaica-bridal-expo-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:33:\"jamaica-bridal-expo-3-300x143.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:143;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:{}}}'),(3557,1377,'xyz_smap','1'),(3577,1395,'_thumbnail_id','1410'),(3578,1395,'xyz_smap','1'),(3581,1426,'_edit_lock','1565887236:12'),(3582,1427,'_wp_attached_file','2019/08/Meek-Mills.jpg'),(3583,1427,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:22:\"2019/08/Meek-Mills.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Meek-Mills-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:\"Meek-Mills-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Meek-Mills-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:9:\"WireImage\";s:6:\"camera\";s:10:\"NIKON D850\";s:7:\"caption\";s:154:\"LOS ANGELES, CALIFORNIA - JUNE 23: Meek Mill attends the 2019 BET Awards on June 23, 2019 in Los Angeles, California. (Photo by Rodin Eckenroth/WireImage)\";s:17:\"created_timestamp\";s:10:\"1561303419\";s:9:\"copyright\";s:14:\"2019 WireImage\";s:12:\"focal_length\";s:2:\"62\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:26:\"2019 BET Awards - Arrivals\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3585,1426,'_thumbnail_id','1427'),(3586,1426,'_oembed_b7eb02b99b4c5a248979c19724a9ecc7','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/Bz0n7aVAjj2/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/Bz0n7aVAjj2/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/Bz0n7aVAjj2/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Hey! ?</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/kimkardashian/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Kim Kardashian West</a> (@kimkardashian) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-12T15:46:45+00:00\">Jul 12, 2019 at 8:46am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(3587,1426,'_oembed_time_b7eb02b99b4c5a248979c19724a9ecc7','1564766980'),(3588,1426,'_edit_last','9'),(3589,1426,'xyz_smap','1'),(3591,1426,'sponsored_url',''),(3592,1429,'_edit_lock','1566426725:16'),(3593,1430,'_wp_attached_file','2019/08/we-inspire-ja.jpg'),(3594,1430,'wpmf_size','100456'),(3595,1430,'wpmf_filetype','jpg'),(3596,1430,'wpmf_order','0'),(3597,1430,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:25:\"2019/08/we-inspire-ja.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"we-inspire-ja-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:\"we-inspire-ja-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:\"we-inspire-ja-768x512.jpg\";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:{}}}'),(3598,1429,'_thumbnail_id','2985'),(3599,1429,'_edit_last','16'),(3600,1429,'out_date','2019-08-24'),(3601,1429,'out_time','11:00 AM'),(3602,1429,'out_address','Courtleigh Auditorium, 8 St. Lucia Ave. Kingston 5 '),(3603,1429,'out_description','Success Strategies and true stories of “Overcome” from successful women & a filling up of your spirit.'),(3604,1429,'out_mapurl','https://www.google.com/maps/place/Courtleigh+Corporate+Centre,/@18.0071617,-76.7871117,17z/data=!3m1!4b1!4m5!3m4!1s0x8edb3fa8b0892be5:0x8a268127e409a4db!8m2!3d18.0071617!4d-76.784923'),(3605,1429,'post_gallery_id','a:1:{i:0;s:4:\"1430\";}'),(3607,1432,'_wp_attached_file','2019/08/unity-in-th-city.jpg'),(3608,1432,'wpmf_size','76360'),(3609,1432,'wpmf_filetype','jpg'),(3610,1432,'wpmf_order','0'),(3611,1432,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:389;s:4:\"file\";s:28:\"2019/08/unity-in-th-city.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"unity-in-th-city-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:\"unity-in-th-city-300x122.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"unity-in-th-city-768x311.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:311;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:{}}}'),(3612,1433,'_wp_attached_file','2019/08/church.jpeg'),(3613,1433,'wpmf_size','149652'),(3614,1433,'wpmf_filetype','jpeg'),(3615,1433,'wpmf_order','0'),(3616,1433,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1880;s:6:\"height\";i:1253;s:4:\"file\";s:19:\"2019/08/church.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"church-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:\"church-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:19:\"church-768x512.jpeg\";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:20:\"church-1024x682.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"church-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3625,1434,'_edit_lock','1565889055:4'),(3626,1435,'_wp_attached_file','2019/08/beach-beverage-cocktail-68672.jpg'),(3627,1435,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4419;s:6:\"height\";i:2946;s:4:\"file\";s:41:\"2019/08/beach-beverage-cocktail-68672.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"beach-beverage-cocktail-68672-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:\"beach-beverage-cocktail-68672-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:41:\"beach-beverage-cocktail-68672-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:42:\"beach-beverage-cocktail-68672-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"beach-beverage-cocktail-68672-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3628,1436,'_wp_attached_file','2019/08/beach-exotic-holiday-248797.jpg'),(3629,1436,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1000;s:4:\"file\";s:39:\"2019/08/beach-exotic-holiday-248797.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"beach-exotic-holiday-248797-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:\"beach-exotic-holiday-248797-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"beach-exotic-holiday-248797-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"beach-exotic-holiday-248797-1024x410.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"beach-exotic-holiday-248797-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3630,1434,'_edit_last','9'),(3631,1434,'sponsored_url',''),(3632,1434,'_thumbnail_id','3328'),(3634,1434,'xyz_smap','1'),(3638,1440,'_edit_lock','1565726496:9'),(3639,1441,'_wp_attached_file','2019/08/Nicki-and-Kenny.jpg'),(3640,1441,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:27:\"2019/08/Nicki-and-Kenny.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Nicki-and-Kenny-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:\"Nicki-and-Kenny-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Nicki-and-Kenny-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:27:\"PacificCoastNews/Avalon.red\";s:6:\"camera\";s:13:\"Canon EOS 70D\";s:7:\"caption\";s:228:\"Nicki Minaj Hosts Church on Sundays Grammy weekend party at Argyle in Hollywood   Photograph: © MHD/PacificCoastNews. Los Angeles Office (PCN): +1 310.822.0419 UK Office (Avalon): +44 (0) 20 7421 6000 sales@pacificcoastnews.com\";s:17:\"created_timestamp\";s:10:\"1549851066\";s:9:\"copyright\";s:49:\"PacificCoastNews/Avalon.red. All rights reserved.\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:79:\"Nicki Minaj Hosts Church on Sundays Grammy weekend party at Argyle in Hollywood\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:17:{i:0;s:4:\"JSA1\";i:1;s:6:\"329073\";i:2;s:12:\"B6446_329073\";i:3;s:5:\"B6446\";i:4;s:16:\"NICKI_MINAJ (19)\";i:5;s:3:\"pap\";i:6;s:9:\"paparazzi\";i:7;s:9:\"paparazzo\";i:8;s:8:\"sighting\";i:9;s:9:\"celebrity\";i:10;s:13:\"out and about\";i:11;s:4:\"seen\";i:12;s:15:\"out &amp; about\";i:13;s:6:\"candid\";i:14;s:17:\"ZB6446_329073_011\";i:15;s:13:\"RDP2_20190211\";i:16;s:28:\"Grammyweek_ZB6446_329073_011\";}}}'),(3641,1440,'_thumbnail_id','1441'),(3642,1440,'_edit_last','9'),(3643,1440,'sponsored_url',''),(3645,1440,'xyz_smap','1'),(3647,1443,'_edit_lock','1568750467:1'),(3648,1444,'_wp_attached_file','2019/08/painted.jpg'),(3649,1444,'wpmf_size','160440'),(3650,1444,'wpmf_filetype','jpg'),(3651,1444,'wpmf_order','0'),(3652,1444,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:19:\"2019/08/painted.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"painted-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:\"painted-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"painted-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"painted-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(3653,1443,'_thumbnail_id','3233'),(3654,1443,'_edit_last','1'),(3655,1443,'out_date','2019-10-05'),(3656,1443,'out_time','05:00 PM'),(3657,1443,'out_address','Sabina Park, Kingston, Jamaica.'),(3658,1443,'out_description','Relive the energy of Jamaica\'s Largest Paint Party. '),(3659,1443,'out_mapurl','https://www.google.com/maps/place/Sabina+Park/@17.9779338,-76.7847104,17z/data=!3m1!4b1!4m5!3m4!1s0x8edb3f82327e5e6f:0x92d500597b381af9!8m2!3d17.9779338!4d-76.7825217'),(3661,1445,'_edit_lock','1565874845:14'),(3662,1446,'_wp_attached_file','2019/08/men-and-emotions-demo-1.jpg'),(3663,1446,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:35:\"2019/08/men-and-emotions-demo-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"men-and-emotions-demo-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:35:\"men-and-emotions-demo-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"men-and-emotions-demo-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"men-and-emotions-demo-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"men-and-emotions-demo-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3664,1447,'_wp_attached_file','2019/08/men-and-emotions-demo-2.jpg'),(3665,1447,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:35:\"2019/08/men-and-emotions-demo-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"men-and-emotions-demo-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:35:\"men-and-emotions-demo-2-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"men-and-emotions-demo-2-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"men-and-emotions-demo-2-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"men-and-emotions-demo-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3667,1445,'_oembed_818668ce40e584e147ebd5a1d71144a8','<iframe title=\"&#039;Men &amp; Emotions&#039; (part 1) Jaevion Nelson speaks || BUZZ\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/QBQ1GjWuUY8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(3668,1445,'_oembed_time_818668ce40e584e147ebd5a1d71144a8','1565389350'),(3669,1445,'_edit_last','14'),(3670,1445,'xyz_smap','1'),(3672,1445,'sponsored_url',''),(3677,1454,'_wp_attached_file','2019/08/al-miller-buzz-interview-1.jpg'),(3678,1454,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:3688;s:4:\"file\";s:38:\"2019/08/al-miller-buzz-interview-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"al-miller-buzz-interview-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:38:\"al-miller-buzz-interview-1-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"al-miller-buzz-interview-1-768x472.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"al-miller-buzz-interview-1-1024x629.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:629;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"al-miller-buzz-interview-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563536721\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3679,1456,'_wp_attached_file','2019/08/al-miller-buzz-interview-3.jpg'),(3680,1456,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5999;s:6:\"height\";i:3582;s:4:\"file\";s:38:\"2019/08/al-miller-buzz-interview-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"al-miller-buzz-interview-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:38:\"al-miller-buzz-interview-3-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"al-miller-buzz-interview-3-768x459.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:459;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"al-miller-buzz-interview-3-1024x611.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:611;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"al-miller-buzz-interview-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563538562\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3681,1457,'_wp_attached_file','2019/08/al-miller-buzz-interview-2.jpg'),(3682,1457,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:3688;s:4:\"file\";s:38:\"2019/08/al-miller-buzz-interview-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"al-miller-buzz-interview-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:38:\"al-miller-buzz-interview-2-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"al-miller-buzz-interview-2-768x472.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"al-miller-buzz-interview-2-1024x629.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:629;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"al-miller-buzz-interview-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563536725\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3683,1458,'_wp_attached_file','2019/08/men-and-emotions-demo-3.jpg'),(3684,1458,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4608;s:6:\"height\";i:3072;s:4:\"file\";s:35:\"2019/08/men-and-emotions-demo-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"men-and-emotions-demo-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:35:\"men-and-emotions-demo-3-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:35:\"men-and-emotions-demo-3-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:36:\"men-and-emotions-demo-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"men-and-emotions-demo-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3685,1459,'_edit_lock','1565726486:9'),(3687,1461,'_wp_attached_file','2019/07/Oxtail-Oak-Wine-Bar.jpg'),(3688,1461,'wpmf_size','102252'),(3689,1461,'wpmf_filetype','jpg'),(3690,1461,'wpmf_order','0'),(3691,1461,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:596;s:6:\"height\";i:432;s:4:\"file\";s:31:\"2019/07/Oxtail-Oak-Wine-Bar.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Oxtail-Oak-Wine-Bar-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:\"Oxtail-Oak-Wine-Bar-300x217.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:217;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:{}}}'),(3692,1463,'_wp_attached_file','2019/08/ed-sheeran.jpg'),(3693,1463,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:22:\"2019/08/ed-sheeran.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"ed-sheeran-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:\"ed-sheeran-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"ed-sheeran-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:13:\"Famous/Avalon\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:66:\"Radio One Biggest Weekend 2018 live performances -    \r\rEd Sheeran\";s:17:\"created_timestamp\";s:10:\"1527338417\";s:9:\"copyright\";s:28:\"Avalon. All rights reserved.\";s:12:\"focal_length\";s:3:\"183\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:10:\"Ed Sheeran\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:15:{i:0;s:9:\"Radio One\";i:1;s:15:\"Biggest Weekend\";i:2;s:14:\"Singleton Park\";i:3;s:7:\"Swansea\";i:4;s:10:\"Live Music\";i:5;s:11:\"Performance\";i:6;s:10:\"Ed Sheeran\";i:7;s:6:\"317317\";i:8;s:12:\"B6106_317317\";i:9;s:5:\"B6106\";i:10;s:8:\"acax4347\";i:11;s:18:\"ZB6106_317317_0145\";i:12;s:13:\"RDP1_20180529\";i:13;s:10:\"26.05.2018\";i:14;s:29:\"BIGGESTWEE_ZB6106_317317_0145\";}}}'),(3694,1464,'_wp_attached_file','2019/07/Curry-Goat-Display-Pic-Oak-Wine-Bar.jpg'),(3695,1464,'wpmf_size','115992'),(3696,1464,'wpmf_filetype','jpg'),(3697,1464,'wpmf_order','0'),(3698,1464,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:593;s:6:\"height\";i:596;s:4:\"file\";s:47:\"2019/07/Curry-Goat-Display-Pic-Oak-Wine-Bar.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Curry-Goat-Display-Pic-Oak-Wine-Bar-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:\"Curry-Goat-Display-Pic-Oak-Wine-Bar-298x300.jpg\";s:5:\"width\";i:298;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:{}}}'),(3701,1466,'_wp_attached_file','2019/08/Oak-Wine-Bar-and-Lounge.jpg'),(3702,1466,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:478;s:6:\"height\";i:495;s:4:\"file\";s:35:\"2019/08/Oak-Wine-Bar-and-Lounge.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Oak-Wine-Bar-and-Lounge-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:\"Oak-Wine-Bar-and-Lounge-290x300.jpg\";s:5:\"width\";i:290;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:{}}}'),(3703,1459,'_thumbnail_id','1463'),(3704,1459,'_edit_last','9'),(3705,1459,'sponsored_url',''),(3709,1459,'xyz_smap','1'),(3716,1471,'_edit_lock','1568216893:11'),(3717,1471,'_oembed_adc8f703f3976f8b628fb4532019c6a4','<iframe title=\"BUZZ Artiste watch (Week of July 2)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/qFUJfaTVzwQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(3718,1471,'_oembed_time_adc8f703f3976f8b628fb4532019c6a4','1564788166'),(3719,1471,'_edit_last','11'),(3720,1471,'video_parent_post_id',''),(3721,1472,'_wp_attached_file','2019/07/Tricks-of-the-Trade-for-Tuesdays-Happy-Hour-@-Oak-Wine-Bar-Cocktail-Lounge.jpg'),(3722,1472,'wpmf_size','115863'),(3723,1472,'wpmf_filetype','jpg'),(3724,1472,'wpmf_order','0'),(3725,1472,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:590;s:6:\"height\";i:571;s:4:\"file\";s:86:\"2019/07/Tricks-of-the-Trade-for-Tuesdays-Happy-Hour-@-Oak-Wine-Bar-Cocktail-Lounge.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:86:\"Tricks-of-the-Trade-for-Tuesdays-Happy-Hour-@-Oak-Wine-Bar-Cocktail-Lounge-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:86:\"Tricks-of-the-Trade-for-Tuesdays-Happy-Hour-@-Oak-Wine-Bar-Cocktail-Lounge-300x290.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:290;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:{}}}'),(3727,1475,'_wp_attached_file','2019/08/Fried-Chicken-Oak-Wine-Bar-Lounge.jpg'),(3728,1475,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:596;s:6:\"height\";i:467;s:4:\"file\";s:45:\"2019/08/Fried-Chicken-Oak-Wine-Bar-Lounge.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Fried-Chicken-Oak-Wine-Bar-Lounge-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:45:\"Fried-Chicken-Oak-Wine-Bar-Lounge-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;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:{}}}'),(3729,1476,'_edit_lock','1575031508:1'),(3732,1476,'_oembed_ac35f0af1e838c812f48905faa81b523','<iframe title=\"BUZZ Artiste Watch  (Week of June 25)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/lLepBAQ0tng?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(3733,1476,'_oembed_time_ac35f0af1e838c812f48905faa81b523','1565642387'),(3734,1476,'_edit_last','1'),(3735,1476,'video_parent_post_id',''),(3736,1479,'_edit_lock','1564791113:11'),(3737,1480,'_edit_lock','1568217134:11'),(3738,1481,'_edit_lock','1565924181:4'),(3739,1480,'_oembed_00f47767308d1368b1c945037f8f9266','<iframe title=\"BUZZ Artiste Watch (Week of July 9)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/uqsmZtXTkb4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(3740,1480,'_oembed_time_00f47767308d1368b1c945037f8f9266','1565887422'),(3741,1480,'_edit_last','11'),(3742,1480,'video_parent_post_id',''),(3746,1483,'_edit_lock','1564789464:4'),(3747,1484,'_wp_attached_file','2019/08/Overhead-beach-shot.jpg'),(3748,1484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2400;s:4:\"file\";s:31:\"2019/08/Overhead-beach-shot.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Overhead-beach-shot-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:\"Overhead-beach-shot-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Overhead-beach-shot-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Overhead-beach-shot-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Overhead-beach-shot-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3749,1485,'_wp_attached_file','2019/08/Cristiano-Ronaldo.jpg'),(3750,1485,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:29:\"2019/08/Cristiano-Ronaldo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Cristiano-Ronaldo-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:\"Cristiano-Ronaldo-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Cristiano-Ronaldo-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(3751,1486,'_wp_attached_file','2019/08/Art-Piece.jpg'),(3752,1486,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2019/08/Art-Piece.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Art-Piece-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:\"Art-Piece-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Art-Piece-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Art-Piece-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Art-Piece-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3753,1487,'_edit_lock','1565813373:14'),(3754,1489,'_wp_attached_file','2019/08/Doctors-Cave-Beach-Montego-Bay.jpg'),(3755,1489,'wpmf_size','144225'),(3756,1489,'wpmf_filetype','jpg'),(3757,1489,'wpmf_order','0'),(3758,1489,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:854;s:4:\"file\";s:42:\"2019/08/Doctors-Cave-Beach-Montego-Bay.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Doctors-Cave-Beach-Montego-Bay-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:42:\"Doctors-Cave-Beach-Montego-Bay-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:42:\"Doctors-Cave-Beach-Montego-Bay-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:43:\"Doctors-Cave-Beach-Montego-Bay-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Doctors-Cave-Beach-Montego-Bay-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3759,1490,'_wp_attached_file','2019/08/lattecha.jpg'),(3760,1490,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:535;s:6:\"height\";i:423;s:4:\"file\";s:20:\"2019/08/lattecha.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"lattecha-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:\"lattecha-300x237.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:237;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:{}}}'),(3761,1491,'_wp_attached_file','2019/08/lattecha-1.jpg'),(3762,1491,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:535;s:6:\"height\";i:423;s:4:\"file\";s:22:\"2019/08/lattecha-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"lattecha-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:22:\"lattecha-1-300x237.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:237;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:{}}}'),(3763,1492,'_wp_attached_file','2019/08/Overhead-beach-shot-1.jpg'),(3764,1492,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2400;s:4:\"file\";s:33:\"2019/08/Overhead-beach-shot-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Overhead-beach-shot-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:33:\"Overhead-beach-shot-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Overhead-beach-shot-1-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Overhead-beach-shot-1-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Overhead-beach-shot-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3765,1487,'_oembed_ac35f0af1e838c812f48905faa81b523','<iframe title=\"BUZZ Artiste Watch  (Week of June 25)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/lLepBAQ0tng?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(3766,1487,'_oembed_time_ac35f0af1e838c812f48905faa81b523','1565813234'),(3767,1493,'_wp_attached_file','2019/08/willocksA.jpg'),(3768,1493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2019/08/willocksA.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"willocksA-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:\"willocksA-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"willocksA-720x655.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:655;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:{}}}'),(3769,1494,'_wp_attached_file','2019/08/willocksBBB.jpg'),(3770,1494,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:655;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2019/08/willocksBBB.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"willocksBBB-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:\"willocksBBB-218x300.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"willocksBBB-655x655.jpg\";s:5:\"width\";i:655;s:6:\"height\";i:655;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:{}}}'),(3771,1483,'_edit_last','4'),(3772,1483,'sponsored_url',''),(3774,1483,'xyz_smap','1'),(3776,1481,'_edit_last','4'),(3777,1481,'sponsored_url',''),(3779,1483,'_thumbnail_id','1485'),(3781,1498,'_wp_attached_file','2019/08/876-beach-club-is-the.jpg'),(3782,1498,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:308;s:4:\"file\";s:33:\"2019/08/876-beach-club-is-the.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"876-beach-club-is-the-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:\"876-beach-club-is-the-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: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:{}}}'),(3783,1499,'_wp_attached_file','2019/08/vybz-kartel-buzz-demo-1.jpg'),(3784,1499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:750;s:4:\"file\";s:35:\"2019/08/vybz-kartel-buzz-demo-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"vybz-kartel-buzz-demo-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:35:\"vybz-kartel-buzz-demo-1-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:35:\"vybz-kartel-buzz-demo-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"vybz-kartel-buzz-demo-1-1000x655.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:655;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:{}}}'),(3786,1487,'_thumbnail_id','3148'),(3787,1487,'_edit_last','14'),(3788,1487,'xyz_smap','1'),(3790,1487,'sponsored_url',''),(3791,1501,'_wp_attached_file','2019/08/lattecha.jpg-new.jpg'),(3792,1501,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:532;s:6:\"height\";i:374;s:4:\"file\";s:28:\"2019/08/lattecha.jpg-new.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"lattecha.jpg-new-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:\"lattecha.jpg-new-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: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:{}}}'),(3793,1502,'_edit_lock','1565813139:14'),(3796,1481,'_thumbnail_id','1501'),(3797,1505,'_wp_attached_file','2019/08/876-Beach-Club.jpg'),(3798,1505,'wpmf_size','91753'),(3799,1505,'wpmf_filetype','jpg'),(3800,1505,'wpmf_order','0'),(3801,1505,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:757;s:6:\"height\";i:473;s:4:\"file\";s:26:\"2019/08/876-Beach-Club.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"876-Beach-Club-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:\"876-Beach-Club-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;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:{}}}'),(3803,1481,'xyz_smap','1'),(3807,1509,'_edit_lock','1565827009:21'),(3808,1510,'_wp_attached_file','2019/08/Silver-Sands-Beach-at-Silver-Sands-Villa.jpg'),(3809,1510,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:954;s:6:\"height\";i:719;s:4:\"file\";s:52:\"2019/08/Silver-Sands-Beach-at-Silver-Sands-Villa.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Silver-Sands-Beach-at-Silver-Sands-Villa-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:52:\"Silver-Sands-Beach-at-Silver-Sands-Villa-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"Silver-Sands-Beach-at-Silver-Sands-Villa-768x579.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"Silver-Sands-Beach-at-Silver-Sands-Villa-954x655.jpg\";s:5:\"width\";i:954;s:6:\"height\";i:655;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:{}}}'),(3810,1511,'_edit_lock','1565827179:21'),(3811,1512,'_wp_attached_file','2019/08/michelle-obama.jpg'),(3812,1512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:26:\"2019/08/michelle-obama.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"michelle-obama-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:\"michelle-obama-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"michelle-obama-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:21:\"AKM-GSI / Splash News\";s:6:\"camera\";s:20:\"Canon EOS-1D Mark IV\";s:7:\"caption\";s:505:\"UK CLIENTS MUST CREDIT: AKM-GSI ONLY<BR />\rFirst Lady Michelle Obama welcomed Harrison Ford and others from the new Jackie Robinson biopic â??42â??  to the White House for a student workshop on the newmovie about the baseball legend.\r<P>\rPictured: Michelle Obama\r<P><B>Ref: SPL519904  020413  </B><BR />\rPicture by: AKM-GSI / Splash News<BR />\r</P><P>\r<B>Splash News and Pictures</B><br>\rLos Angeles: 310-821-2666<br>\rNew York: 212-619-2666<br>\rLondon: 870-934-2666<br>\rphotodesk@splashnews.com<br>\r</P>\";s:17:\"created_timestamp\";s:10:\"1364900594\";s:9:\"copyright\";s:21:\"© www.splashnews.com\";s:12:\"focal_length\";s:3:\"160\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:48:\"Michelle Obama hosts workshop at the White House\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:14:{i:0;s:7:\"Smiling\";i:1;s:5:\"Style\";i:2;s:4:\"Suit\";i:3;s:7:\"Glasses\";i:4;s:5:\"Actor\";i:5;s:28:\"Chadwick Boseman. Washington\";i:6;s:10:\"First Lady\";i:7;s:2:\"42\";i:8;s:7:\"Fashion\";i:9;s:2:\"DC\";i:10;s:28:\"Interactive Student Workshop\";i:11;s:14:\"Michelle Obama\";i:12;s:13:\"Harrison Ford\";i:13;s:5:\"Movie\";}}}'),(3813,1513,'_wp_attached_file','2019/08/876-Beach-Club-1.jpg'),(3814,1513,'wpmf_size','91753'),(3815,1513,'wpmf_filetype','jpg'),(3816,1513,'wpmf_order','0'),(3817,1513,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:757;s:6:\"height\";i:473;s:4:\"file\";s:28:\"2019/08/876-Beach-Club-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"876-Beach-Club-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:28:\"876-Beach-Club-1-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;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:{}}}'),(3819,1502,'_thumbnail_id','3124'),(3820,1502,'_oembed_adc8f703f3976f8b628fb4532019c6a4','<iframe title=\"BUZZ Artiste Watch (Week of July 2)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/qFUJfaTVzwQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(3821,1502,'_oembed_time_adc8f703f3976f8b628fb4532019c6a4','1565641374'),(3822,1502,'_edit_last','14'),(3823,1502,'xyz_smap','1'),(3825,1502,'sponsored_url',''),(3826,1515,'_edit_lock','1566054543:11'),(3829,1517,'_wp_attached_file','2019/08/BurwoodBeach-1.jpg'),(3830,1517,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:460;s:6:\"height\";i:276;s:4:\"file\";s:26:\"2019/08/BurwoodBeach-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"BurwoodBeach-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:26:\"BurwoodBeach-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:32:\"Photograph: Heidi Zech/Getty Ima\";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:44:\"Burwood public beach, near Falmouth, Jamaica\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3831,1518,'_wp_attached_file','2019/08/Dave-Bautista-.jpg'),(3832,1518,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:648;s:6:\"height\";i:398;s:4:\"file\";s:26:\"2019/08/Dave-Bautista-.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Dave-Bautista--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:\"Dave-Bautista--300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;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:{}}}'),(3833,1520,'_wp_attached_file','2019/08/BurwoodBeach-1-1.jpg'),(3834,1520,'wpmf_size','31780'),(3835,1520,'wpmf_filetype','jpg'),(3836,1520,'wpmf_order','0'),(3837,1520,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:460;s:6:\"height\";i:276;s:4:\"file\";s:28:\"2019/08/BurwoodBeach-1-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"BurwoodBeach-1-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:28:\"BurwoodBeach-1-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:32:\"Photograph: Heidi Zech/Getty Ima\";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:44:\"Burwood public beach, near Falmouth, Jamaica\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3838,1521,'_wp_attached_file','2019/08/Bamboo-Beach-Trelawny.jpg'),(3839,1521,'wpmf_size','112612'),(3840,1521,'wpmf_filetype','jpg'),(3841,1521,'wpmf_order','0'),(3842,1521,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1122;s:6:\"height\";i:630;s:4:\"file\";s:33:\"2019/08/Bamboo-Beach-Trelawny.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Bamboo-Beach-Trelawny-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:\"Bamboo-Beach-Trelawny-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Bamboo-Beach-Trelawny-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Bamboo-Beach-Trelawny-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Bamboo-Beach-Trelawny-1060x630.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:630;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:{}}}'),(3843,1511,'_thumbnail_id','3199'),(3844,1511,'_edit_last','21'),(3845,1511,'sponsored_url',''),(3846,1523,'_wp_attached_file','2019/08/Silver-Sands-Beach-Trelawny.jpg'),(3847,1523,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:540;s:4:\"file\";s:39:\"2019/08/Silver-Sands-Beach-Trelawny.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Silver-Sands-Beach-Trelawny-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:\"Silver-Sands-Beach-Trelawny-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\";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:{}}}'),(3849,1511,'xyz_smap','1'),(3856,1509,'_edit_last','21'),(3857,1509,'xyz_smap','1'),(3859,1509,'sponsored_url',''),(3860,1515,'_oembed_00f47767308d1368b1c945037f8f9266','<iframe title=\"BUZZ Artiste Watch (Week of July 9)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/uqsmZtXTkb4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(3861,1515,'_oembed_time_00f47767308d1368b1c945037f8f9266','1565640290'),(3862,1526,'_wp_attached_file','2019/08/876-Beach-Club-2.jpg'),(3863,1526,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:432;s:4:\"file\";s:28:\"2019/08/876-Beach-Club-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"876-Beach-Club-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:28:\"876-Beach-Club-2-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:28:\"876-Beach-Club-2-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:{}}}'),(3864,1527,'_wp_attached_file','2019/08/Silver-Sands-Beach.png'),(3865,1527,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:604;s:6:\"height\";i:255;s:4:\"file\";s:30:\"2019/08/Silver-Sands-Beach.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Silver-Sands-Beach-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:\"Silver-Sands-Beach-300x127.png\";s:5:\"width\";i:300;s:6:\"height\";i:127;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:{}}}'),(3866,1479,'_thumbnail_id','1527'),(3867,1479,'_edit_last','11'),(3868,1479,'sponsored_url',''),(3870,1479,'xyz_smap','1'),(3872,1529,'_edit_lock','1565038421:11'),(3874,1515,'_thumbnail_id','3111'),(3875,1515,'_edit_last','14'),(3876,1515,'xyz_smap','1'),(3878,1515,'sponsored_url',''),(3879,1531,'_edit_lock','1565893313:1'),(3880,1531,'_oembed_9552744e7fb0825f89e4a2e01958b6f1','<iframe title=\"Trench Town Ceramic Centre || BUZZ feature\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/zUdm7fDHWoc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(3881,1531,'_oembed_time_9552744e7fb0825f89e4a2e01958b6f1','1565878555'),(3882,1531,'_edit_last','1'),(3883,1531,'video_parent_post_id',''),(3884,1532,'_wp_attached_file','2019/08/alcoholic-beverage-bottle-champagne-162784.jpg'),(3885,1532,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5132;s:6:\"height\";i:3395;s:4:\"file\";s:54:\"2019/08/alcoholic-beverage-bottle-champagne-162784.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"alcoholic-beverage-bottle-champagne-162784-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:54:\"alcoholic-beverage-bottle-champagne-162784-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"alcoholic-beverage-bottle-champagne-162784-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"alcoholic-beverage-bottle-champagne-162784-1024x677.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"alcoholic-beverage-bottle-champagne-162784-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3886,1533,'_edit_lock','1565887222:12'),(3887,1533,'_oembed_593da3b764b845d91780771e6f6d0a0d','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/tv/B0qNoVyH3Cp/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/tv/B0qNoVyH3Cp/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/tv/B0qNoVyH3Cp/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">This is not a one day ting or a nine day talk. Vigilance is a must. We MUST STAND for something or FALL for anything ...NO MINING IN THE COCKPIT COUNTRY..</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/spraggabenz3/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Spragga Benz</a> (@spraggabenz3) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-02T11:19:35+00:00\">Aug 2, 2019 at 4:19am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(3888,1533,'_oembed_time_593da3b764b845d91780771e6f6d0a0d','1565830301'),(3889,1533,'_edit_last','12'),(3890,1533,'sponsored_url',''),(3891,1535,'_wp_attached_file','2019/08/Wine.jpg'),(3892,1535,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:16:\"2019/08/Wine.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Wine-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:\"Wine-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:16:\"Wine-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:17:\"Wine-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"Wine-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3893,1536,'_wp_attached_file','2019/08/pouring-red-wine.jpg'),(3894,1536,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2925;s:6:\"height\";i:3323;s:4:\"file\";s:28:\"2019/08/pouring-red-wine.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"pouring-red-wine-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:\"pouring-red-wine-264x300.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"pouring-red-wine-768x873.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:873;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"pouring-red-wine-901x1024.jpg\";s:5:\"width\";i:901;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"pouring-red-wine-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3895,1537,'_wp_attached_file','2019/08/Hawksmoor.jpg'),(3896,1537,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1114;s:6:\"height\";i:437;s:4:\"file\";s:21:\"2019/08/Hawksmoor.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Hawksmoor-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:\"Hawksmoor-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Hawksmoor-768x301.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Hawksmoor-1024x402.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Hawksmoor-1060x437.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:437;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:{}}}'),(3897,1529,'_edit_last','11'),(3898,1529,'sponsored_url',''),(3900,1529,'xyz_smap','1'),(3906,1542,'_edit_lock','1565838200:9'),(3908,1529,'_thumbnail_id','1536'),(3910,1543,'_edit_lock','1565887228:12'),(3911,1544,'_wp_attached_file','2019/08/Martha-Brae.jpeg'),(3912,1544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2019/08/Martha-Brae.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Martha-Brae-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:24:\"Martha-Brae-300x180.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Martha-Brae-768x461.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Martha-Brae-1024x614.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Martha-Brae-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3913,1545,'_wp_attached_file','2019/08/Martha-Brae-1.jpeg'),(3914,1545,'wpmf_size','373544'),(3915,1545,'wpmf_filetype','jpeg'),(3916,1545,'wpmf_order','0'),(3917,1545,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:26:\"2019/08/Martha-Brae-1.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Martha-Brae-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:26:\"Martha-Brae-1-300x180.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Martha-Brae-1-768x461.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Martha-Brae-1-1024x614.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Martha-Brae-1-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3918,1543,'_oembed_12d89e36eed8c6c4a55aff6ef441f326','<iframe title=\"Hank robot from Cambridge Consultants\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/H5njXIHzFxY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(3919,1543,'_oembed_time_12d89e36eed8c6c4a55aff6ef441f326','1564793263'),(3920,1542,'_thumbnail_id','3942'),(3921,1542,'_edit_last','9'),(3922,1542,'sponsored_url',''),(3923,1547,'_wp_attached_file','2019/08/doctor-who-daleks.jpg'),(3924,1547,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:644;s:6:\"height\";i:362;s:4:\"file\";s:29:\"2019/08/doctor-who-daleks.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"doctor-who-daleks-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:\"doctor-who-daleks-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:\"0\";s:8:\"keywords\";a:0:{}}}'),(3925,1548,'_wp_attached_file','2019/08/Hank-Cambridge-Consultants.jpg'),(3926,1548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1836;s:6:\"height\";i:603;s:4:\"file\";s:38:\"2019/08/Hank-Cambridge-Consultants.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Hank-Cambridge-Consultants-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:\"Hank-Cambridge-Consultants-300x99.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Hank-Cambridge-Consultants-768x252.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Hank-Cambridge-Consultants-1024x336.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Hank-Cambridge-Consultants-1060x603.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:603;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:{}}}'),(3927,1549,'_wp_attached_file','2019/08/Cambridge-Consultants-Hank-Egg.jpg'),(3928,1549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1673;s:6:\"height\";i:928;s:4:\"file\";s:42:\"2019/08/Cambridge-Consultants-Hank-Egg.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Cambridge-Consultants-Hank-Egg-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:42:\"Cambridge-Consultants-Hank-Egg-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Cambridge-Consultants-Hank-Egg-768x426.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Cambridge-Consultants-Hank-Egg-1024x568.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:568;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Cambridge-Consultants-Hank-Egg-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3929,1550,'_wp_attached_file','2019/08/Screenshot-2019-08-02-at-7.52.49-PM.png'),(3930,1550,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:936;s:6:\"height\";i:716;s:4:\"file\";s:47:\"2019/08/Screenshot-2019-08-02-at-7.52.49-PM.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Screenshot-2019-08-02-at-7.52.49-PM-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:47:\"Screenshot-2019-08-02-at-7.52.49-PM-300x229.png\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Screenshot-2019-08-02-at-7.52.49-PM-768x587.png\";s:5:\"width\";i:768;s:6:\"height\";i:587;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Screenshot-2019-08-02-at-7.52.49-PM-936x655.png\";s:5:\"width\";i:936;s:6:\"height\";i:655;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:{}}}'),(3932,1542,'xyz_smap','1'),(3934,1552,'_edit_lock','1565225992:6'),(3935,1553,'_wp_attached_file','2019/08/Hondas-Asimo-Using-Japanese-Sign-Language-During-A-News-Conference-Near-Tokyo.jpg'),(3936,1553,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:495;s:6:\"height\";i:349;s:4:\"file\";s:89:\"2019/08/Hondas-Asimo-Using-Japanese-Sign-Language-During-A-News-Conference-Near-Tokyo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:89:\"Hondas-Asimo-Using-Japanese-Sign-Language-During-A-News-Conference-Near-Tokyo-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:89:\"Hondas-Asimo-Using-Japanese-Sign-Language-During-A-News-Conference-Near-Tokyo-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: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:{}}}'),(3937,1543,'_edit_last','11'),(3938,1543,'sponsored_url',''),(3939,1556,'_wp_attached_file','2019/08/Screenshot-2019-08-02-at-8.02.02-PM.png'),(3940,1556,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:47:\"2019/08/Screenshot-2019-08-02-at-8.02.02-PM.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Screenshot-2019-08-02-at-8.02.02-PM-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:47:\"Screenshot-2019-08-02-at-8.02.02-PM-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Screenshot-2019-08-02-at-8.02.02-PM-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Screenshot-2019-08-02-at-8.02.02-PM-1024x614.png\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"Screenshot-2019-08-02-at-8.02.02-PM-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3941,1543,'_thumbnail_id','1548'),(3943,1543,'xyz_smap','1'),(3945,1557,'_edit_lock','1565896382:4'),(3946,1558,'_wp_attached_file','2019/08/Screenshot-2019-08-02-at-8.06.52-PM.png'),(3947,1558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:47:\"2019/08/Screenshot-2019-08-02-at-8.06.52-PM.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Screenshot-2019-08-02-at-8.06.52-PM-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:47:\"Screenshot-2019-08-02-at-8.06.52-PM-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Screenshot-2019-08-02-at-8.06.52-PM-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Screenshot-2019-08-02-at-8.06.52-PM-1024x614.png\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"Screenshot-2019-08-02-at-8.06.52-PM-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3948,1559,'_wp_attached_file','2019/08/Screenshot-2019-08-02-at-8.06.52-PM-1.png'),(3949,1559,'wpmf_size','1647305'),(3950,1559,'wpmf_filetype','png'),(3951,1559,'wpmf_order','0'),(3952,1559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:49:\"2019/08/Screenshot-2019-08-02-at-8.06.52-PM-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Screenshot-2019-08-02-at-8.06.52-PM-1-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:49:\"Screenshot-2019-08-02-at-8.06.52-PM-1-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Screenshot-2019-08-02-at-8.06.52-PM-1-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Screenshot-2019-08-02-at-8.06.52-PM-1-1024x614.png\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"Screenshot-2019-08-02-at-8.06.52-PM-1-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3953,1561,'_wp_attached_file','2019/08/Screenshot-2019-08-02-at-8.12.06-PM.png'),(3954,1561,'wpmf_size','1821434'),(3955,1561,'wpmf_filetype','png'),(3956,1561,'wpmf_order','0'),(3957,1561,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:47:\"2019/08/Screenshot-2019-08-02-at-8.12.06-PM.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Screenshot-2019-08-02-at-8.12.06-PM-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:47:\"Screenshot-2019-08-02-at-8.12.06-PM-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Screenshot-2019-08-02-at-8.12.06-PM-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Screenshot-2019-08-02-at-8.12.06-PM-1024x614.png\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"Screenshot-2019-08-02-at-8.12.06-PM-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3958,1552,'_thumbnail_id','1561'),(3959,1552,'_edit_last','6'),(3960,1552,'sponsored_url',''),(3961,1563,'_wp_attached_file','2019/08/Ryan-Reid-First-Rock.jpg'),(3962,1563,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:453;s:6:\"height\";i:300;s:4:\"file\";s:32:\"2019/08/Ryan-Reid-First-Rock.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Ryan-Reid-First-Rock-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:\"Ryan-Reid-First-Rock-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: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:{}}}'),(3964,1552,'xyz_smap','1'),(3966,1565,'_wp_attached_file','2019/08/Screenshot-2019-08-02-at-7.52.49-PM-1.png'),(3967,1565,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:931;s:6:\"height\";i:701;s:4:\"file\";s:49:\"2019/08/Screenshot-2019-08-02-at-7.52.49-PM-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Screenshot-2019-08-02-at-7.52.49-PM-1-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:49:\"Screenshot-2019-08-02-at-7.52.49-PM-1-300x226.png\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Screenshot-2019-08-02-at-7.52.49-PM-1-768x578.png\";s:5:\"width\";i:768;s:6:\"height\";i:578;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"Screenshot-2019-08-02-at-7.52.49-PM-1-931x655.png\";s:5:\"width\";i:931;s:6:\"height\";i:655;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:{}}}'),(3970,1567,'_wp_attached_file','2019/08/PROVEN-Wealth-White-logo.png'),(3971,1567,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:397;s:6:\"height\";i:128;s:4:\"file\";s:36:\"2019/08/PROVEN-Wealth-White-logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"PROVEN-Wealth-White-logo-150x128.png\";s:5:\"width\";i:150;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"PROVEN-Wealth-White-logo-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;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:{}}}'),(3972,1568,'_wp_attached_file','2019/08/PROVEN-Wealth.png'),(3973,1568,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:185;s:4:\"file\";s:25:\"2019/08/PROVEN-Wealth.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"PROVEN-Wealth-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(3974,1569,'_wp_attached_file','2019/08/FirstRock-Logo2.png'),(3975,1569,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:8071;s:6:\"height\";i:2609;s:4:\"file\";s:27:\"2019/08/FirstRock-Logo2.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"FirstRock-Logo2-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:26:\"FirstRock-Logo2-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"FirstRock-Logo2-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"FirstRock-Logo2-1024x331.png\";s:5:\"width\";i:1024;s:6:\"height\";i:331;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"FirstRock-Logo2-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3976,1570,'_wp_attached_file','2019/08/Stock-Market.jpg'),(3977,1570,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5472;s:6:\"height\";i:3648;s:4:\"file\";s:24:\"2019/08/Stock-Market.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Stock-Market-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:\"Stock-Market-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:24:\"Stock-Market-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:25:\"Stock-Market-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Stock-Market-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3978,1557,'_thumbnail_id','1563'),(3979,1557,'_edit_last','4'),(3980,1557,'sponsored_url',''),(3981,1573,'_edit_lock','1564797245:11'),(3982,1574,'_wp_attached_file','2019/08/Dog-Ripping-Jeans.jpg'),(3983,1574,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:845;s:6:\"height\";i:450;s:4:\"file\";s:29:\"2019/08/Dog-Ripping-Jeans.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Dog-Ripping-Jeans-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:\"Dog-Ripping-Jeans-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Dog-Ripping-Jeans-768x409.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:409;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:{}}}'),(3984,1575,'_wp_attached_file','2019/08/Levi-Strauss-Jacob-Davis.jpg'),(3985,1575,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:770;s:6:\"height\";i:515;s:4:\"file\";s:36:\"2019/08/Levi-Strauss-Jacob-Davis.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Levi-Strauss-Jacob-Davis-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:\"Levi-Strauss-Jacob-Davis-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:36:\"Levi-Strauss-Jacob-Davis-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:{}}}'),(3986,1577,'_wp_attached_file','2019/08/Copy_of_Figure_from_Patent.jpg'),(3987,1577,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:220;s:6:\"height\";i:343;s:4:\"file\";s:38:\"2019/08/Copy_of_Figure_from_Patent.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Copy_of_Figure_from_Patent-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:\"Copy_of_Figure_from_Patent-192x300.jpg\";s:5:\"width\";i:192;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:{}}}'),(3988,1573,'_edit_last','11'),(3989,1573,'sponsored_url',''),(3990,1579,'_wp_attached_file','2019/08/acid-wash-jeans.jpg'),(3991,1579,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:434;s:4:\"file\";s:27:\"2019/08/acid-wash-jeans.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"acid-wash-jeans-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:\"acid-wash-jeans-194x300.jpg\";s:5:\"width\";i:194;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:{}}}'),(3992,1580,'_wp_attached_file','2019/08/Bret-Michaels.jpg'),(3993,1580,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:421;s:4:\"file\";s:25:\"2019/08/Bret-Michaels.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Bret-Michaels-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:\"Bret-Michaels-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:{}}}'),(3994,1581,'_wp_attached_file','2019/08/Distressed-Jeans.jpeg'),(3995,1581,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1545;s:6:\"height\";i:1300;s:4:\"file\";s:29:\"2019/08/Distressed-Jeans.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Distressed-Jeans-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:29:\"Distressed-Jeans-300x252.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Distressed-Jeans-768x646.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:646;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Distressed-Jeans-1024x862.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:862;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Distressed-Jeans-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(3996,1582,'_wp_attached_file','2019/08/Extreme-Cut-Out-Jean.jpg'),(3997,1582,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:1000;s:4:\"file\";s:32:\"2019/08/Extreme-Cut-Out-Jean.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Extreme-Cut-Out-Jean-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:\"Extreme-Cut-Out-Jean-195x300.jpg\";s:5:\"width\";i:195;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Extreme-Cut-Out-Jean-650x655.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:655;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:{}}}'),(3998,1573,'_thumbnail_id','1581'),(4000,1573,'xyz_smap','1'),(4002,1585,'_edit_lock','1565975463:9'),(4003,1587,'_wp_attached_file','2019/08/UB-Feet.png'),(4004,1587,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:473;s:6:\"height\";i:604;s:4:\"file\";s:19:\"2019/08/UB-Feet.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"UB-Feet-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:19:\"UB-Feet-235x300.png\";s:5:\"width\";i:235;s:6:\"height\";i:300;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:{}}}'),(4005,1588,'_wp_attached_file','2019/08/Reaction-To-Bolts-Feet.jpg'),(4006,1588,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:501;s:4:\"file\";s:34:\"2019/08/Reaction-To-Bolts-Feet.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Reaction-To-Bolts-Feet-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:\"Reaction-To-Bolts-Feet-300x236.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:236;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:{}}}'),(4007,1589,'_wp_attached_file','2019/08/Hard-Boots.jpg'),(4008,1589,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:350;s:4:\"file\";s:22:\"2019/08/Hard-Boots.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Hard-Boots-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:\"Hard-Boots-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;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:{}}}'),(4009,1590,'_wp_attached_file','2019/08/pedicure.jpg'),(4010,1590,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:20:\"2019/08/pedicure.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"pedicure-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:\"pedicure-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:20:\"pedicure-768x512.jpg\";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:{}}}'),(4011,1591,'_wp_attached_file','2019/08/Rough-Feet.jpg'),(4012,1591,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:788;s:6:\"height\";i:444;s:4:\"file\";s:22:\"2019/08/Rough-Feet.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Rough-Feet-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:\"Rough-Feet-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:22:\"Rough-Feet-768x433.jpg\";s:5:\"width\";i:768;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: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:{}}}'),(4013,1592,'_wp_attached_file','2019/08/socks.jpg'),(4014,1592,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1925;s:6:\"height\";i:1284;s:4:\"file\";s:17:\"2019/08/socks.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"socks-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:\"socks-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:17:\"socks-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:18:\"socks-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"socks-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4015,1593,'_wp_attached_file','2019/08/UB-Before-and-After.jpg'),(4016,1593,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:540;s:4:\"file\";s:31:\"2019/08/UB-Before-and-After.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"UB-Before-and-After-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:\"UB-Before-and-After-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"UB-Before-and-After-768x461.jpg\";s:5:\"width\";i:768;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:10:\"1518108799\";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:{}}}'),(4017,1585,'_edit_last','9'),(4018,1585,'sponsored_url',''),(4019,1596,'_wp_attached_file','2019/08/Male-Pedicure.jpg'),(4020,1596,'wpmf_size','37659'),(4021,1596,'wpmf_filetype','jpg'),(4022,1596,'wpmf_order','0'),(4023,1596,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:25:\"2019/08/Male-Pedicure.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Male-Pedicure-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:\"Male-Pedicure-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:25:\"Male-Pedicure-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:26:\"Male-Pedicure-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Male-Pedicure-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4025,1585,'_thumbnail_id','1596'),(4026,1585,'xyz_smap','1'),(4029,1557,'xyz_smap','1'),(4038,1533,'xyz_smap','1'),(4040,1601,'_wp_attached_file','2019/08/spragga-benz.jpg'),(4041,1601,'wpmf_size','29666'),(4042,1601,'wpmf_filetype','jpg'),(4043,1601,'wpmf_order','0'),(4044,1601,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:401;s:6:\"height\";i:291;s:4:\"file\";s:24:\"2019/08/spragga-benz.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"spragga-benz-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:\"spragga-benz-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;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:{}}}'),(4046,1533,'_thumbnail_id','1601'),(4052,1603,'_edit_lock','1565225917:6'),(4053,1604,'_wp_attached_file','2019/08/Screenshot-2019-08-02-at-9.59.56-PM.png'),(4054,1604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:47:\"2019/08/Screenshot-2019-08-02-at-9.59.56-PM.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Screenshot-2019-08-02-at-9.59.56-PM-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:47:\"Screenshot-2019-08-02-at-9.59.56-PM-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Screenshot-2019-08-02-at-9.59.56-PM-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Screenshot-2019-08-02-at-9.59.56-PM-1024x614.png\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"Screenshot-2019-08-02-at-9.59.56-PM-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4055,1603,'_thumbnail_id','1604'),(4056,1603,'_edit_last','6'),(4057,1603,'sponsored_url',''),(4059,1603,'xyz_smap','1'),(4061,1606,'_edit_lock','1565225858:6'),(4062,1607,'_wp_attached_file','2019/08/r-kelly-copy.jpg'),(4063,1607,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2019/08/r-kelly-copy.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"r-kelly-copy-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:\"r-kelly-copy-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"r-kelly-copy-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"r-kelly-copy-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"r-kelly-copy-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:21:\"Ouzounova/Splash News\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:383:\"R. Kelly performs during the last concert of his \"Love Letter\" Tour at the Mann Music Center in Philadelphia.\n<P>\nPictured: R. Kelly\n<P><B>Ref: SPL294004  030711  </B><BR />\nPicture by: Ouzounova/Splash News<BR />\n</P><P>\n<B>Splash News and Pictures</B><BR />\nLos Angeles:	310-821-2666<BR />\nNew York:	212-619-2666<BR />\nLondon:	870-934-2666<BR />\nphotodesk@splashnews.com<BR />\n</P>\";s:17:\"created_timestamp\";s:10:\"1309729386\";s:9:\"copyright\";s:26:\"Ã?Â© www.splashnews.com\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:43:\"R. Kelly \"Love Letter\" Tour in Philadelphia\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4064,1606,'_thumbnail_id','1607'),(4065,1606,'_edit_last','6'),(4066,1606,'sponsored_url',''),(4068,1606,'xyz_smap','1'),(4070,1609,'_edit_lock','1565225826:6'),(4071,1610,'_wp_attached_file','2019/08/asap-rocky-copy.jpg'),(4072,1610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:27:\"2019/08/asap-rocky-copy.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"asap-rocky-copy-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:\"asap-rocky-copy-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"asap-rocky-copy-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"asap-rocky-copy-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"asap-rocky-copy-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4073,1609,'_thumbnail_id','1610'),(4074,1609,'_edit_last','6'),(4075,1609,'sponsored_url',''),(4077,1609,'xyz_smap','1'),(4079,1612,'_edit_lock','1565225790:6'),(4080,1613,'_wp_attached_file','2019/08/christina-milian-copy.jpg'),(4081,1613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:33:\"2019/08/christina-milian-copy.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"christina-milian-copy-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:\"christina-milian-copy-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"christina-milian-copy-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"christina-milian-copy-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"christina-milian-copy-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4082,1614,'_wp_attached_file','2019/08/Screenshot-2019-08-02-at-10.20.48-PM.png'),(4083,1614,'wpmf_size','1562697'),(4084,1614,'wpmf_filetype','png'),(4085,1614,'wpmf_order','0'),(4086,1614,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:48:\"2019/08/Screenshot-2019-08-02-at-10.20.48-PM.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screenshot-2019-08-02-at-10.20.48-PM-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:48:\"Screenshot-2019-08-02-at-10.20.48-PM-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Screenshot-2019-08-02-at-10.20.48-PM-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Screenshot-2019-08-02-at-10.20.48-PM-1024x614.png\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"Screenshot-2019-08-02-at-10.20.48-PM-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4087,1615,'_wp_attached_file','2019/08/Screenshot-2019-08-02-at-10.20.48-PM-1.png'),(4088,1615,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:50:\"2019/08/Screenshot-2019-08-02-at-10.20.48-PM-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Screenshot-2019-08-02-at-10.20.48-PM-1-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:50:\"Screenshot-2019-08-02-at-10.20.48-PM-1-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Screenshot-2019-08-02-at-10.20.48-PM-1-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Screenshot-2019-08-02-at-10.20.48-PM-1-1024x614.png\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"Screenshot-2019-08-02-at-10.20.48-PM-1-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4089,1612,'_thumbnail_id','1614'),(4090,1612,'_edit_last','6'),(4091,1612,'sponsored_url',''),(4093,1612,'xyz_smap','1'),(4095,1617,'_edit_lock','1565825504:21'),(4096,1618,'_edit_lock','1566405590:14'),(4098,1617,'_thumbnail_id','1124'),(4099,1617,'_edit_last','21'),(4100,1617,'xyz_smap','1'),(4102,1617,'sponsored_url',''),(4103,1620,'_edit_lock','1565830436:21'),(4104,1621,'_wp_attached_file','2019/08/ghana-flag.jpg'),(4105,1621,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2019/08/ghana-flag.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"ghana-flag-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:\"ghana-flag-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:22:\"ghana-flag-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:23:\"ghana-flag-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"ghana-flag-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4106,1618,'_oembed_6b9466f6baf6c6a354b49ae7b07d44f4','{{unknown}}'),(4107,1622,'_wp_attached_file','2019/08/map-of-ghana-west-africa.jpg'),(4108,1622,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:932;s:6:\"height\";i:506;s:4:\"file\";s:36:\"2019/08/map-of-ghana-west-africa.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"map-of-ghana-west-africa-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:\"map-of-ghana-west-africa-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"map-of-ghana-west-africa-768x417.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:417;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564997030\";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:{}}}'),(4109,1623,'_wp_attached_file','2019/08/accra-at-night.jpg'),(4110,1623,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:808;s:4:\"file\";s:26:\"2019/08/accra-at-night.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"accra-at-night-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:\"accra-at-night-300x237.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"accra-at-night-768x606.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:606;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"accra-at-night-1024x808.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:808;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"accra-at-night-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(4111,1624,'_wp_attached_file','2019/08/kokrobrite-accra-ghana.jpg'),(4112,1624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:34:\"2019/08/kokrobrite-accra-ghana.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"kokrobrite-accra-ghana-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:\"kokrobrite-accra-ghana-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"kokrobrite-accra-ghana-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"kokrobrite-accra-ghana-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"kokrobrite-accra-ghana-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4113,1625,'_wp_attached_file','2019/08/kokrobrite-accra-ghana-2.jpg'),(4114,1625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:899;s:4:\"file\";s:36:\"2019/08/kokrobrite-accra-ghana-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"kokrobrite-accra-ghana-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:36:\"kokrobrite-accra-ghana-2-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:36:\"kokrobrite-accra-ghana-2-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:37:\"kokrobrite-accra-ghana-2-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"kokrobrite-accra-ghana-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4115,1626,'_wp_attached_file','2019/08/kokrobrite-accra-ghana-3.jpg'),(4116,1626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:681;s:4:\"file\";s:36:\"2019/08/kokrobrite-accra-ghana-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"kokrobrite-accra-ghana-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:36:\"kokrobrite-accra-ghana-3-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:36:\"kokrobrite-accra-ghana-3-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"kokrobrite-accra-ghana-3-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"kokrobrite-accra-ghana-3-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(4117,1627,'_wp_attached_file','2019/08/accra-at-night-1.jpg'),(4118,1627,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:808;s:4:\"file\";s:28:\"2019/08/accra-at-night-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"accra-at-night-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:28:\"accra-at-night-1-300x237.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"accra-at-night-1-768x606.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:606;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"accra-at-night-1-1024x808.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:808;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"accra-at-night-1-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(4119,1628,'_wp_attached_file','2019/08/makola-market-accra-ghana.jpg'),(4120,1628,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:37:\"2019/08/makola-market-accra-ghana.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"makola-market-accra-ghana-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:\"makola-market-accra-ghana-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:37:\"makola-market-accra-ghana-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:38:\"makola-market-accra-ghana-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"makola-market-accra-ghana-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4121,1629,'_wp_attached_file','2019/08/makola-market-accra-ghana-2.jpg'),(4122,1629,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:810;s:4:\"file\";s:39:\"2019/08/makola-market-accra-ghana-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"makola-market-accra-ghana-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:39:\"makola-market-accra-ghana-2-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:39:\"makola-market-accra-ghana-2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"makola-market-accra-ghana-2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"makola-market-accra-ghana-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4123,1630,'_wp_attached_file','2019/08/national-museum-ghana-from-1st-floor.jpg'),(4124,1630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:48:\"2019/08/national-museum-ghana-from-1st-floor.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"national-museum-ghana-from-1st-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:48:\"national-museum-ghana-from-1st-floor-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"national-museum-ghana-from-1st-floor-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"national-museum-ghana-from-1st-floor-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"national-museum-ghana-from-1st-floor-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4125,1631,'_wp_attached_file','2019/08/kakum-nature-reserve-ghana.jpg'),(4126,1631,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:38:\"2019/08/kakum-nature-reserve-ghana.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"kakum-nature-reserve-ghana-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:\"kakum-nature-reserve-ghana-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:38:\"kakum-nature-reserve-ghana-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:39:\"kakum-nature-reserve-ghana-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"kakum-nature-reserve-ghana-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(4127,1632,'_wp_attached_file','2019/08/kakum-nature-reserve-ghana-2.jpg'),(4128,1632,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:358;s:6:\"height\";i:238;s:4:\"file\";s:40:\"2019/08/kakum-nature-reserve-ghana-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"kakum-nature-reserve-ghana-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:\"kakum-nature-reserve-ghana-2-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: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:{}}}'),(4129,1633,'_wp_attached_file','2019/08/kakum-nature-reserve-ghana-2-1.jpg'),(4130,1633,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3968;s:6:\"height\";i:2232;s:4:\"file\";s:42:\"2019/08/kakum-nature-reserve-ghana-2-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"kakum-nature-reserve-ghana-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:42:\"kakum-nature-reserve-ghana-2-1-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:42:\"kakum-nature-reserve-ghana-2-1-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:43:\"kakum-nature-reserve-ghana-2-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"kakum-nature-reserve-ghana-2-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4132,1618,'_edit_last','14'),(4133,1618,'xyz_smap','1'),(4135,1618,'sponsored_url',''),(4136,1635,'_wp_attached_file','2019/08/Radio-Volume.jpg'),(4137,1635,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1634;s:6:\"height\";i:1090;s:4:\"file\";s:24:\"2019/08/Radio-Volume.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Radio-Volume-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:\"Radio-Volume-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:24:\"Radio-Volume-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:25:\"Radio-Volume-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Radio-Volume-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4138,1636,'_wp_attached_file','2019/08/Zodiac-Signs.jpg'),(4139,1636,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2333;s:6:\"height\";i:1556;s:4:\"file\";s:24:\"2019/08/Zodiac-Signs.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Zodiac-Signs-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:\"Zodiac-Signs-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:24:\"Zodiac-Signs-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:25:\"Zodiac-Signs-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Zodiac-Signs-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4140,1637,'_wp_attached_file','2019/08/astrology-astronomy-background.jpg'),(4141,1637,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1275;s:6:\"height\";i:718;s:4:\"file\";s:42:\"2019/08/astrology-astronomy-background.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"astrology-astronomy-background-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:42:\"astrology-astronomy-background-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:42:\"astrology-astronomy-background-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:43:\"astrology-astronomy-background-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"astrology-astronomy-background-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4142,1638,'_wp_attached_file','2019/08/Sirius.jpg'),(4143,1638,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:653;s:6:\"height\";i:509;s:4:\"file\";s:18:\"2019/08/Sirius.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Sirius-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:\"Sirius-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;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:{}}}'),(4144,1640,'_edit_lock','1565885810:12'),(4145,1641,'_wp_attached_file','2019/08/IMG_20190713_165834_546.jpg'),(4146,1641,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:473;s:6:\"height\";i:474;s:4:\"file\";s:35:\"2019/08/IMG_20190713_165834_546.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20190713_165834_546-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:\"IMG_20190713_165834_546-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:{}}}'),(4147,1642,'_wp_attached_file','2019/08/Ophiuchus.jpg'),(4148,1642,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:629;s:6:\"height\";i:310;s:4:\"file\";s:21:\"2019/08/Ophiuchus.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Ophiuchus-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:\"Ophiuchus-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;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:{}}}'),(4149,1643,'_wp_attached_file','2019/08/icey-A.jpg'),(4150,1643,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:18:\"2019/08/icey-A.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"icey-A-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:\"icey-A-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:18:\"icey-A-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:19:\"icey-A-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"icey-A-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4151,1644,'_wp_attached_file','2019/08/30688783_10156332880774722_4940333316734713856_o.jpg'),(4152,1644,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:4:\"file\";s:60:\"2019/08/30688783_10156332880774722_4940333316734713856_o.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"30688783_10156332880774722_4940333316734713856_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:60:\"30688783_10156332880774722_4940333316734713856_o-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"30688783_10156332880774722_4940333316734713856_o-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"30688783_10156332880774722_4940333316734713856_o-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:61:\"30688783_10156332880774722_4940333316734713856_o-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"Gospel Linkup\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:56:\"Follow @GospelLinkUp for fresh music, news &amp; events.\";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:{}}}'),(4153,1645,'_wp_attached_file','2019/08/IMG_20190713_165834_546-1.jpg'),(4154,1645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:473;s:6:\"height\";i:474;s:4:\"file\";s:37:\"2019/08/IMG_20190713_165834_546-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_20190713_165834_546-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:\"IMG_20190713_165834_546-1-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:{}}}'),(4155,1646,'_wp_attached_file','2019/08/icey-B.jpg'),(4156,1646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:18:\"2019/08/icey-B.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"icey-B-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:\"icey-B-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:18:\"icey-B-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:19:\"icey-B-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"icey-B-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:13:\"WONLIDJ SMITH\";s:6:\"camera\";s:20:\"Canon EOS 6D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1553933675\";s:9:\"copyright\";s:35:\"VOGUEPIXEL@GMAIL.COM @VOGUE_PIXELJA\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"5000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4157,1647,'_wp_attached_file','2019/08/IMG_20190614_122826_718.jpg'),(4158,1647,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:632;s:6:\"height\";i:632;s:4:\"file\";s:35:\"2019/08/IMG_20190614_122826_718.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20190614_122826_718-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:\"IMG_20190614_122826_718-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:{}}}'),(4161,1649,'_edit_lock','1565887247:12'),(4162,1640,'_edit_last','9'),(4163,1640,'sponsored_url',''),(4164,1651,'_wp_attached_file','2019/08/avengers-endgame-poster-buzz-crop.jpg'),(4165,1651,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1910;s:6:\"height\";i:1000;s:4:\"file\";s:45:\"2019/08/avengers-endgame-poster-buzz-crop.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"avengers-endgame-poster-buzz-crop-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:45:\"avengers-endgame-poster-buzz-crop-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"avengers-endgame-poster-buzz-crop-768x402.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"avengers-endgame-poster-buzz-crop-1024x536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"avengers-endgame-poster-buzz-crop-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4167,1640,'_thumbnail_id','1643'),(4168,1640,'xyz_smap','1'),(4170,1653,'_wp_attached_file','2019/08/Whats-your-sign.jpg'),(4171,1653,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:449;s:6:\"height\";i:344;s:4:\"file\";s:27:\"2019/08/Whats-your-sign.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Whats-your-sign-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:\"Whats-your-sign-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;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:{}}}'),(4173,1620,'_thumbnail_id','1636'),(4174,1620,'_edit_last','21'),(4175,1620,'xyz_smap','1'),(4177,1620,'sponsored_url',''),(4178,1655,'_edit_lock','1565830949:21'),(4179,1656,'_edit_lock','1565726463:9'),(4180,1649,'_oembed_29228ea00de5c3121978520032834508','<iframe title=\"Marvel Studios&#039; Avengers: Endgame - Official Trailer\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/TcMBFSGVi1c?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(4181,1649,'_oembed_time_29228ea00de5c3121978520032834508','1565018655'),(4182,1657,'_wp_attached_file','2019/08/avengers-endgame-vs-avatar.jpg'),(4183,1657,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:798;s:6:\"height\";i:420;s:4:\"file\";s:38:\"2019/08/avengers-endgame-vs-avatar.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"avengers-endgame-vs-avatar-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:\"avengers-endgame-vs-avatar-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"avengers-endgame-vs-avatar-768x404.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:404;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:{}}}'),(4184,1658,'_wp_attached_file','2019/08/kylie-jenner.jpg'),(4185,1658,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:24:\"2019/08/kylie-jenner.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"kylie-jenner-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:\"kylie-jenner-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"kylie-jenner-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(4186,1656,'_thumbnail_id','1658'),(4187,1656,'_edit_last','9'),(4188,1656,'sponsored_url',''),(4190,1656,'xyz_smap','1'),(4193,1649,'_oembed_92d0cf7098f18b1dd42dd072fee25887','<iframe title=\"Marvel Studios&#039; Avengers: Endgame - Official Trailer\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/TcMBFSGVi1c?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(4194,1649,'_oembed_time_92d0cf7098f18b1dd42dd072fee25887','1565026716'),(4195,1649,'_edit_last','12'),(4196,1649,'xyz_smap','1'),(4198,1649,'sponsored_url',''),(4200,1662,'_edit_lock','1565892466:1'),(4202,1649,'_thumbnail_id','1651'),(4216,1670,'_edit_lock','1565887111:12'),(4217,1671,'_wp_attached_file','2019/08/clean-cleaning-mop.jpg'),(4218,1671,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1971;s:6:\"height\";i:1314;s:4:\"file\";s:30:\"2019/08/clean-cleaning-mop.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"clean-cleaning-mop-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:\"clean-cleaning-mop-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:30:\"clean-cleaning-mop-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:31:\"clean-cleaning-mop-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"clean-cleaning-mop-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4219,1672,'_edit_lock','1565838154:9'),(4220,1673,'_wp_attached_file','2019/08/break-up-breakup-broken-14303.jpg'),(4221,1673,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2074;s:6:\"height\";i:1383;s:4:\"file\";s:41:\"2019/08/break-up-breakup-broken-14303.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"break-up-breakup-broken-14303-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:\"break-up-breakup-broken-14303-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:41:\"break-up-breakup-broken-14303-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:42:\"break-up-breakup-broken-14303-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"break-up-breakup-broken-14303-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4222,1674,'_wp_attached_file','2019/08/Instagram-Posts.jpg'),(4223,1674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2448;s:6:\"height\";i:2448;s:4:\"file\";s:27:\"2019/08/Instagram-Posts.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Instagram-Posts-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:\"Instagram-Posts-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Instagram-Posts-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Instagram-Posts-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Instagram-Posts-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4224,1675,'_wp_attached_file','2019/08/Checklist.jpg'),(4225,1675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3456;s:6:\"height\";i:2304;s:4:\"file\";s:21:\"2019/08/Checklist.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Checklist-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:\"Checklist-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:21:\"Checklist-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:22:\"Checklist-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Checklist-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4226,1676,'_wp_attached_file','2019/08/laundry.jpg'),(4227,1676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1960;s:6:\"height\";i:1307;s:4:\"file\";s:19:\"2019/08/laundry.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"laundry-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:\"laundry-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:19:\"laundry-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:20:\"laundry-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"laundry-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4228,1677,'_wp_attached_file','2019/08/white-clothes.jpg'),(4229,1677,'wpmf_size','1928582'),(4230,1677,'wpmf_filetype','jpg'),(4231,1677,'wpmf_order','0'),(4232,1677,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5830;s:6:\"height\";i:3900;s:4:\"file\";s:25:\"2019/08/white-clothes.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"white-clothes-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:\"white-clothes-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:25:\"white-clothes-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"white-clothes-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"white-clothes-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4233,1678,'_wp_attached_file','2019/08/Summerset-B.jpg'),(4234,1678,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1358;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2019/08/Summerset-B.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Summerset-B-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:\"Summerset-B-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Summerset-B-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Summerset-B-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Summerset-B-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560901608\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"280\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4235,1679,'_wp_attached_file','2019/08/resort-summerset-CCC.jpg'),(4236,1679,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1358;s:6:\"height\";i:900;s:4:\"file\";s:32:\"2019/08/resort-summerset-CCC.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"resort-summerset-CCC-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:\"resort-summerset-CCC-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"resort-summerset-CCC-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"resort-summerset-CCC-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"resort-summerset-CCC-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560906256\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"280\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4237,1680,'_wp_attached_file','2019/08/resort-summerset-BB.jpg'),(4238,1680,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1358;s:6:\"height\";i:900;s:4:\"file\";s:31:\"2019/08/resort-summerset-BB.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"resort-summerset-BB-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:\"resort-summerset-BB-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"resort-summerset-BB-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"resort-summerset-BB-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"resort-summerset-BB-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560902134\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"280\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4239,1681,'_wp_attached_file','2019/08/Summerset-cotage.jpg'),(4240,1681,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1358;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2019/08/Summerset-cotage.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Summerset-cotage-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:\"Summerset-cotage-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Summerset-cotage-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Summerset-cotage-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Summerset-cotage-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560902613\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"280\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4241,1682,'_wp_attached_file','2019/08/breakup.jpg'),(4242,1682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3284;s:6:\"height\";i:2189;s:4:\"file\";s:19:\"2019/08/breakup.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"breakup-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:\"breakup-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:19:\"breakup-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:20:\"breakup-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"breakup-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4243,1655,'_edit_last','21'),(4244,1655,'sponsored_url',''),(4245,1684,'_wp_attached_file','2019/08/avengers-age-of-ultron-screengrab-bluray-buzz.jpg'),(4246,1684,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:57:\"2019/08/avengers-age-of-ultron-screengrab-bluray-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"avengers-age-of-ultron-screengrab-bluray-buzz-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:57:\"avengers-age-of-ultron-screengrab-bluray-buzz-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:57:\"avengers-age-of-ultron-screengrab-bluray-buzz-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:58:\"avengers-age-of-ultron-screengrab-bluray-buzz-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:58:\"avengers-age-of-ultron-screengrab-bluray-buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4247,1685,'_wp_attached_file','2019/08/furious-7-screengrab-buzz.jpg'),(4248,1685,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3200;s:6:\"height\";i:1680;s:4:\"file\";s:37:\"2019/08/furious-7-screengrab-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"furious-7-screengrab-buzz-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:\"furious-7-screengrab-buzz-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"furious-7-screengrab-buzz-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"furious-7-screengrab-buzz-1024x538.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"furious-7-screengrab-buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4250,1687,'_wp_attached_file','2019/08/avengers-2012-assemble.jpg'),(4251,1687,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:34:\"2019/08/avengers-2012-assemble.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"avengers-2012-assemble-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:\"avengers-2012-assemble-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:34:\"avengers-2012-assemble-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:35:\"avengers-2012-assemble-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:{}}}'),(4252,1688,'_wp_attached_file','2019/08/avengers-endgame-poster-buzz-crop-1.jpg'),(4253,1688,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1910;s:6:\"height\";i:1000;s:4:\"file\";s:47:\"2019/08/avengers-endgame-poster-buzz-crop-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"avengers-endgame-poster-buzz-crop-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:47:\"avengers-endgame-poster-buzz-crop-1-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"avengers-endgame-poster-buzz-crop-1-768x402.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"avengers-endgame-poster-buzz-crop-1-1024x536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"avengers-endgame-poster-buzz-crop-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4254,1689,'_wp_attached_file','2019/08/black-panther-two-kings-buzz.jpg'),(4255,1689,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:40:\"2019/08/black-panther-two-kings-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"black-panther-two-kings-buzz-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:\"black-panther-two-kings-buzz-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:40:\"black-panther-two-kings-buzz-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:41:\"black-panther-two-kings-buzz-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"black-panther-two-kings-buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4257,1691,'_edit_lock','1565831026:6'),(4258,1672,'_thumbnail_id','3286'),(4259,1672,'_edit_last','9'),(4260,1672,'sponsored_url',''),(4261,1693,'_wp_attached_file','2019/08/jurassic-world-2015-buzz-screengrab.jpg'),(4262,1693,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:47:\"2019/08/jurassic-world-2015-buzz-screengrab.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"jurassic-world-2015-buzz-screengrab-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:\"jurassic-world-2015-buzz-screengrab-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:47:\"jurassic-world-2015-buzz-screengrab-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:48:\"jurassic-world-2015-buzz-screengrab-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"jurassic-world-2015-buzz-screengrab-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4264,1672,'xyz_smap','1'),(4266,1695,'_edit_lock','1565726453:9'),(4267,1696,'_wp_attached_file','2019/08/avengers-infinity-war-official-buzz.jpg'),(4268,1696,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1494;s:4:\"file\";s:47:\"2019/08/avengers-infinity-war-official-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"avengers-infinity-war-official-buzz-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:\"avengers-infinity-war-official-buzz-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"avengers-infinity-war-official-buzz-768x598.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:598;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"avengers-infinity-war-official-buzz-1024x797.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:797;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"avengers-infinity-war-official-buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4269,1691,'_edit_last','6'),(4270,1691,'sponsored_url',''),(4271,1698,'_wp_attached_file','2019/08/star-wars-tfa-poster-buzz.jpg'),(4272,1698,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:1417;s:4:\"file\";s:37:\"2019/08/star-wars-tfa-poster-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"star-wars-tfa-poster-buzz-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:\"star-wars-tfa-poster-buzz-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"star-wars-tfa-poster-buzz-768x504.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"star-wars-tfa-poster-buzz-1024x672.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"star-wars-tfa-poster-buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4273,1699,'_wp_attached_file','2019/08/titanic-iconic-scene-buzz-screengrab.jpeg'),(4274,1699,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1192;s:4:\"file\";s:49:\"2019/08/titanic-iconic-scene-buzz-screengrab.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"titanic-iconic-scene-buzz-screengrab-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:\"titanic-iconic-scene-buzz-screengrab-300x175.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"titanic-iconic-scene-buzz-screengrab-768x447.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:447;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"titanic-iconic-scene-buzz-screengrab-1024x596.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:596;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"titanic-iconic-scene-buzz-screengrab-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4275,1700,'_wp_attached_file','2019/08/britney-spears-bae.jpg'),(4276,1700,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:30:\"2019/08/britney-spears-bae.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"britney-spears-bae-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:\"britney-spears-bae-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"britney-spears-bae-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"Avalon.red\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:339:\"172459, Britney Spears and boyfriend Sam Asghari attend Lakers vs the NBA Champions Golden State Warriors at the Staples Center in Downtown Los Angeles. Los Angeles, California - Wednesday November 29,  2017  Photograph: Â© Jerry Perez, PacificCoastNews. Los Angeles Office (PCN): +1 310.822.0419 UK Office (Avalon): +44 (0) 20 7421 6000\";s:17:\"created_timestamp\";s:10:\"1511913600\";s:9:\"copyright\";s:32:\"Avalon.red. All rights reserved.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:107:\"Britney Spears and boyfriend Sam Asghari attend Lakers vs the Golden State Warriors in Downtown Los Angeles\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:26:{i:0;s:14:\"Britney Spears\";i:1;s:12:\" Sam Asghari\";i:2;s:12:\" Celebrities\";i:3;s:7:\" Lakers\";i:4;s:4:\" NBA\";i:5;s:9:\" Warriors\";i:6;s:13:\" Golden State\";i:7;s:12:\" Los Angeles\";i:8;s:10:\"29.11.2017\";i:9;s:4:\"JYZ1\";i:10;s:6:\"308253\";i:11;s:12:\"B5794_308253\";i:12;s:5:\"B5794\";i:13;s:29:\"172459PCN_BritneySpearsJYZ006\";i:14;s:17:\"B5794_308253_0132\";i:15;s:13:\"RDP1_20171130\";i:16;s:3:\"pap\";i:17;s:9:\"paparazzi\";i:18;s:9:\"paparazzo\";i:19;s:8:\"sighting\";i:20;s:9:\"celebrity\";i:21;s:13:\"out and about\";i:22;s:4:\"seen\";i:23;s:15:\"out &amp; about\";i:24;s:6:\"candid\";i:25;s:28:\"172459PCNB_B5794_308253_0132\";}}}'),(4277,1701,'_wp_attached_file','2019/08/avatar-offical-poster-buzz.jpg'),(4278,1701,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1012;s:4:\"file\";s:38:\"2019/08/avatar-offical-poster-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"avatar-offical-poster-buzz-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:\"avatar-offical-poster-buzz-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:38:\"avatar-offical-poster-buzz-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:39:\"avatar-offical-poster-buzz-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"avatar-offical-poster-buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4280,1670,'_edit_last','12'),(4281,1670,'xyz_smap','1'),(4283,1670,'sponsored_url',''),(4285,1655,'xyz_smap','1'),(4287,1704,'_edit_lock','1565887036:12'),(4288,1695,'_edit_last','9'),(4289,1695,'sponsored_url',''),(4293,1695,'xyz_smap','1'),(4295,1708,'_wp_attached_file','2019/08/norman-manley.jpg'),(4296,1708,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:25:\"2019/08/norman-manley.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"norman-manley-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:\"norman-manley-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:\"norman-manley-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:\"norman-manley-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"norman-manley-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1558107455\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4297,1710,'_wp_attached_file','2019/08/peter-bunting.jpg'),(4298,1710,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:25:\"2019/08/peter-bunting.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"peter-bunting-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:\"peter-bunting-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:\"peter-bunting-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:\"peter-bunting-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"peter-bunting-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564134355\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4299,1713,'_wp_attached_file','2019/08/Screengrab-Viral-Video.jpg'),(4300,1713,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:595;s:6:\"height\";i:353;s:4:\"file\";s:34:\"2019/08/Screengrab-Viral-Video.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Screengrab-Viral-Video-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:\"Screengrab-Viral-Video-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;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:{}}}'),(4302,1715,'_edit_lock','1565726446:9'),(4303,1716,'_wp_attached_file','2019/08/bunting-addressing-delegates-.jpg'),(4304,1716,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:41:\"2019/08/bunting-addressing-delegates-.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"bunting-addressing-delegates--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:\"bunting-addressing-delegates--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:41:\"bunting-addressing-delegates--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:42:\"bunting-addressing-delegates--1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"bunting-addressing-delegates--1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564134912\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"255\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4305,1717,'_wp_attached_file','2019/08/zendaya.jpg'),(4306,1717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:19:\"2019/08/zendaya.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"zendaya-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:\"zendaya-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"zendaya-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:24:\"Julie Edwards/LFI/Avalon\";s:6:\"camera\";s:4:\"X-T2\";s:7:\"caption\";s:249:\"Zendaya at GQ Men of the Year Awards 2018 in association with Hugo Boss held at Tate Modern in London. London, United Kingdom - Wednesday September 5, 2018.\r\rPicture by Julie Edwards/LFI/Avalon.\r\rAll usages must be credited Julie Edwards/LFI/Avalon.\";s:17:\"created_timestamp\";s:10:\"1536176069\";s:9:\"copyright\";s:32:\"LFI/Avalon. All rights reserved.\";s:12:\"focal_length\";s:3:\"106\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:101:\"Zendaya at GQ Men of the Year Awards 2018 in association with Hugo Boss held at Tate Modern in London\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:24:{i:0;s:8:\"Arrivals\";i:1;s:9:\"Attending\";i:2;s:11:\"Celebrities\";i:3;s:9:\"Celebrity\";i:4;s:7:\"England\";i:5;s:9:\"GQ Awards\";i:6;s:60:\"GQ Men of the Year Awards 2018 in association with Hugo Boss\";i:7;s:16:\"London - England\";i:8;s:15:\"Men of the Year\";i:9;s:22:\"Men of the year awards\";i:10;s:10:\"Red Carpet\";i:11;s:11:\"Tate Modern\";i:12;s:30:\"arts culture and entertainment\";i:13;s:2:\"uk\";i:14;s:9:\"xx Who xx\";i:15;s:10:\"05.09.2018\";i:16;s:6:\"321895\";i:17;s:12:\"B4171_321895\";i:18;s:5:\"B4171\";i:19;s:28:\"PHT_B4171_GQMEN_2018_151_135\";i:20;s:18:\"ZB4171_321895_0056\";i:21;s:13:\"RDP1_20180905\";i:22;s:64:\"pressedit;top pics;top_pics;toppics;top_pix;top pix;toppix;best_\";i:23;s:27:\"GQAWARDS_ZB4171_321895_0056\";}}}'),(4309,1715,'_thumbnail_id','1717'),(4310,1715,'_edit_last','9'),(4311,1715,'sponsored_url',''),(4313,1715,'xyz_smap','1'),(4319,1726,'_wp_attached_file','2019/08/accessories-adorable-baby.jpg'),(4320,1726,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2178;s:6:\"height\";i:1452;s:4:\"file\";s:37:\"2019/08/accessories-adorable-baby.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"accessories-adorable-baby-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:\"accessories-adorable-baby-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:37:\"accessories-adorable-baby-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:38:\"accessories-adorable-baby-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"accessories-adorable-baby-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4323,1704,'_edit_last','12'),(4324,1704,'sponsored_url',''),(4326,1704,'_thumbnail_id','1726'),(4327,1704,'xyz_smap','1'),(4329,1734,'_edit_lock','1565874843:21'),(4330,1735,'_edit_lock','1565835570:21'),(4331,1736,'_wp_attached_file','2019/08/RAF-2.jpg'),(4332,1736,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4256;s:6:\"height\";i:2760;s:4:\"file\";s:17:\"2019/08/RAF-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"RAF-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:17:\"RAF-2-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"RAF-2-768x498.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"RAF-2-1024x664.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"RAF-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563469301\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4333,1620,'_oembed_ef9a8c5f2368e50edc39d48f8c3b0bb2','<iframe title=\"Earth Rotating\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/qZK0jdY03ak?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(4334,1620,'_oembed_time_ef9a8c5f2368e50edc39d48f8c3b0bb2','1565030268'),(4335,1738,'_wp_attached_file','2019/08/RAF-4.jpg'),(4336,1738,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4512;s:6:\"height\";i:3008;s:4:\"file\";s:17:\"2019/08/RAF-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"RAF-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:17:\"RAF-4-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:17:\"RAF-4-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:18:\"RAF-4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"RAF-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563469466\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"27\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4339,1740,'_wp_attached_file','2019/08/Marriage-Problems.jpg'),(4340,1740,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:833;s:6:\"height\";i:460;s:4:\"file\";s:29:\"2019/08/Marriage-Problems.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Marriage-Problems-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:\"Marriage-Problems-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Marriage-Problems-768x424.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:424;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:{}}}'),(4342,1735,'_edit_last','21'),(4343,1735,'xyz_smap','1'),(4345,1735,'sponsored_url',''),(4347,1743,'_wp_attached_file','2019/08/Hall-Pass-Movie.jpg'),(4348,1743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:535;s:6:\"height\";i:401;s:4:\"file\";s:27:\"2019/08/Hall-Pass-Movie.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Hall-Pass-Movie-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:\"Hall-Pass-Movie-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\";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:{}}}'),(4349,1744,'_wp_attached_file','2019/08/Indecent-Proposal-Movie.jpg'),(4350,1744,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:288;s:4:\"file\";s:35:\"2019/08/Indecent-Proposal-Movie.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Indecent-Proposal-Movie-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:\"Indecent-Proposal-Movie-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:\"0\";s:8:\"keywords\";a:0:{}}}'),(4355,1746,'_wp_attached_file','2019/08/peter-phillips.jpg'),(4356,1746,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:26:\"2019/08/peter-phillips.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"peter-phillips-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:\"peter-phillips-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:26:\"peter-phillips-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:27:\"peter-phillips-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"peter-phillips-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4357,1747,'_edit_lock','1565874900:21'),(4358,1750,'_edit_lock','1565891881:9'),(4359,1751,'_wp_attached_file','2019/08/Bond.jpg'),(4360,1751,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2070;s:6:\"height\";i:1372;s:4:\"file\";s:16:\"2019/08/Bond.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Bond-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:\"Bond-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"Bond-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"Bond-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"Bond-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4362,1750,'_edit_last','9'),(4363,1750,'xyz_smap','1'),(4365,1750,'sponsored_url',''),(4366,1753,'_wp_attached_file','2019/08/No-Rules.jpg'),(4367,1753,'wpmf_size','169892'),(4368,1753,'wpmf_filetype','jpg'),(4369,1753,'wpmf_order','0'),(4370,1753,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:627;s:4:\"file\";s:20:\"2019/08/No-Rules.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"No-Rules-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:\"No-Rules-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"No-Rules-768x401.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"No-Rules-1024x535.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:535;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"No-Rules-1060x627.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:627;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:{}}}'),(4372,1691,'_thumbnail_id','2811'),(4373,1691,'xyz_smap','1'),(4376,1734,'_thumbnail_id','1753'),(4377,1734,'_edit_last','21'),(4378,1734,'xyz_smap','1'),(4380,1734,'sponsored_url',''),(4382,1757,'_edit_lock','1565832590:6'),(4383,1758,'_edit_lock','1565831199:6'),(4384,1759,'_wp_attached_file','2019/08/office-romance-DD.jpg'),(4385,1759,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2019/08/office-romance-DD.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"office-romance-DD-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:\"office-romance-DD-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:29:\"office-romance-DD-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:30:\"office-romance-DD-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"office-romance-DD-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4386,1760,'_wp_attached_file','2019/08/office-romance-CC.jpg'),(4387,1760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2019/08/office-romance-CC.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"office-romance-CC-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:\"office-romance-CC-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:29:\"office-romance-CC-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:30:\"office-romance-CC-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"office-romance-CC-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4388,1761,'_wp_attached_file','2019/08/office-romance-EE.jpg'),(4389,1761,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2019/08/office-romance-EE.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"office-romance-EE-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:\"office-romance-EE-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:29:\"office-romance-EE-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:30:\"office-romance-EE-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"office-romance-EE-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4390,1762,'_wp_attached_file','2019/08/office-romance-FF.jpg'),(4391,1762,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1349;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2019/08/office-romance-FF.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"office-romance-FF-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:\"office-romance-FF-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:29:\"office-romance-FF-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:30:\"office-romance-FF-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"office-romance-FF-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4392,1747,'_edit_last','21'),(4393,1747,'sponsored_url',''),(4397,1766,'_edit_lock','1565831392:6'),(4398,1757,'_edit_last','6'),(4399,1757,'sponsored_url',''),(4400,1747,'_thumbnail_id','1760'),(4402,1747,'xyz_smap','1'),(4404,1769,'_wp_attached_file','2019/08/sweet-potato.jpg'),(4405,1769,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:350;s:4:\"file\";s:24:\"2019/08/sweet-potato.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"sweet-potato-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:\"sweet-potato-300x150.jpg\";s:5:\"width\";i:300;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:6:\"zeleno\";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:{}}}'),(4406,1770,'_wp_attached_file','2019/08/sweet-potato-1.jpg'),(4407,1770,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:350;s:4:\"file\";s:26:\"2019/08/sweet-potato-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"sweet-potato-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:26:\"sweet-potato-1-300x150.jpg\";s:5:\"width\";i:300;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:6:\"zeleno\";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:{}}}'),(4408,1771,'_wp_attached_file','2019/08/tinned-ackee.jpg'),(4409,1771,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:920;s:6:\"height\";i:613;s:4:\"file\";s:24:\"2019/08/tinned-ackee.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"tinned-ackee-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:\"tinned-ackee-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:24:\"tinned-ackee-768x512.jpg\";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:{}}}'),(4410,1772,'_wp_attached_file','2019/08/yam.jpg'),(4411,1772,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:15:\"2019/08/yam.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"yam-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:15:\"yam-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:15:\"yam-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:{}}}'),(4412,1773,'_wp_attached_file','2019/08/Grace_jerk-products-group.png'),(4413,1773,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1271;s:6:\"height\";i:754;s:4:\"file\";s:37:\"2019/08/Grace_jerk-products-group.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Grace_jerk-products-group-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:37:\"Grace_jerk-products-group-300x178.png\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Grace_jerk-products-group-768x456.png\";s:5:\"width\";i:768;s:6:\"height\";i:456;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Grace_jerk-products-group-1024x607.png\";s:5:\"width\";i:1024;s:6:\"height\";i:607;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Grace_jerk-products-group-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4414,1766,'_edit_last','6'),(4415,1766,'sponsored_url',''),(4416,1775,'_wp_attached_file','2019/08/Grace_jerk-products-group-1.png'),(4417,1775,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1271;s:6:\"height\";i:754;s:4:\"file\";s:39:\"2019/08/Grace_jerk-products-group-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Grace_jerk-products-group-1-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:39:\"Grace_jerk-products-group-1-300x178.png\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Grace_jerk-products-group-1-768x456.png\";s:5:\"width\";i:768;s:6:\"height\";i:456;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Grace_jerk-products-group-1-1024x607.png\";s:5:\"width\";i:1024;s:6:\"height\";i:607;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Grace_jerk-products-group-1-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4418,1776,'_wp_attached_file','2019/08/st-catherine-jerk-fest-2.jpg'),(4419,1776,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2019/08/st-catherine-jerk-fest-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"st-catherine-jerk-fest-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:36:\"st-catherine-jerk-fest-2-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:36:\"st-catherine-jerk-fest-2-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:37:\"st-catherine-jerk-fest-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"st-catherine-jerk-fest-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4420,1777,'_wp_attached_file','2019/08/DSC_0058.jpg'),(4421,1777,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2324;s:6:\"height\";i:1556;s:4:\"file\";s:20:\"2019/08/DSC_0058.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0058-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:\"DSC_0058-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:20:\"DSC_0058-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0058-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0058-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565001697\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4422,1778,'_wp_attached_file','2019/08/st-catherine-jerk-fest-1.jpg'),(4423,1778,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:36:\"2019/08/st-catherine-jerk-fest-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"st-catherine-jerk-fest-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:36:\"st-catherine-jerk-fest-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"st-catherine-jerk-fest-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"st-catherine-jerk-fest-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"st-catherine-jerk-fest-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4424,1779,'_wp_attached_file','2019/08/st-catherine-jerk-fest-3.jpg'),(4425,1779,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2019/08/st-catherine-jerk-fest-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"st-catherine-jerk-fest-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:36:\"st-catherine-jerk-fest-3-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:36:\"st-catherine-jerk-fest-3-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:37:\"st-catherine-jerk-fest-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"st-catherine-jerk-fest-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4426,1780,'_wp_attached_file','2019/08/st-catherine-jerk-fest-6.jpg'),(4427,1780,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2019/08/st-catherine-jerk-fest-6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"st-catherine-jerk-fest-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:36:\"st-catherine-jerk-fest-6-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:36:\"st-catherine-jerk-fest-6-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:37:\"st-catherine-jerk-fest-6-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"st-catherine-jerk-fest-6-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4428,1781,'_wp_attached_file','2019/08/DSC_0066.jpg'),(4429,1781,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2556;s:6:\"height\";i:1711;s:4:\"file\";s:20:\"2019/08/DSC_0066.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0066-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:\"DSC_0066-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:20:\"DSC_0066-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0066-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0066-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565001829\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4430,1782,'_wp_attached_file','2019/08/st-catherine-jerk-fest-5.jpg'),(4431,1782,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2019/08/st-catherine-jerk-fest-5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"st-catherine-jerk-fest-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:36:\"st-catherine-jerk-fest-5-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:36:\"st-catherine-jerk-fest-5-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:37:\"st-catherine-jerk-fest-5-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"st-catherine-jerk-fest-5-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4432,1783,'_wp_attached_file','2019/08/st-catherine-jerk-fest-9.jpg'),(4433,1783,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:36:\"2019/08/st-catherine-jerk-fest-9.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"st-catherine-jerk-fest-9-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:\"st-catherine-jerk-fest-9-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"st-catherine-jerk-fest-9-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:{}}}'),(4434,1784,'_wp_attached_file','2019/08/Grace-Jerk-Seasoning.jpg'),(4435,1784,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:492;s:6:\"height\";i:252;s:4:\"file\";s:32:\"2019/08/Grace-Jerk-Seasoning.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Grace-Jerk-Seasoning-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:\"Grace-Jerk-Seasoning-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: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:{}}}'),(4436,1785,'_wp_attached_file','2019/08/st-catherine-jerk-fest-5-1.jpg'),(4437,1785,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:38:\"2019/08/st-catherine-jerk-fest-5-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"st-catherine-jerk-fest-5-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:38:\"st-catherine-jerk-fest-5-1-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:38:\"st-catherine-jerk-fest-5-1-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:39:\"st-catherine-jerk-fest-5-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"st-catherine-jerk-fest-5-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4438,1786,'_wp_attached_file','2019/08/st-catherine-jerk-fest-4.jpg'),(4439,1786,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2019/08/st-catherine-jerk-fest-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"st-catherine-jerk-fest-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:36:\"st-catherine-jerk-fest-4-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:36:\"st-catherine-jerk-fest-4-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:37:\"st-catherine-jerk-fest-4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"st-catherine-jerk-fest-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4441,1758,'_edit_last','6'),(4442,1758,'xyz_smap','1'),(4444,1758,'sponsored_url',''),(4445,1788,'_edit_lock','1565643726:9'),(4446,1789,'_wp_attached_file','2019/08/tinned-ackee-1.jpg'),(4447,1789,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:920;s:6:\"height\";i:613;s:4:\"file\";s:26:\"2019/08/tinned-ackee-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"tinned-ackee-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:26:\"tinned-ackee-1-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:26:\"tinned-ackee-1-768x512.jpg\";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:{}}}'),(4450,1791,'_edit_lock','1565886871:12'),(4451,1792,'_wp_attached_file','2019/08/DSC_0135.jpg'),(4452,1792,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1236;s:6:\"height\";i:1058;s:4:\"file\";s:20:\"2019/08/DSC_0135.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0135-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:\"DSC_0135-300x257.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"DSC_0135-768x657.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:657;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0135-1024x877.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:877;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0135-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563999792\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4453,1793,'_wp_attached_file','2019/08/curvy-diva-bunx.jpg'),(4454,1793,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:27:\"2019/08/curvy-diva-bunx.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"curvy-diva-bunx-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:\"curvy-diva-bunx-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:27:\"curvy-diva-bunx-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:28:\"curvy-diva-bunx-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"curvy-diva-bunx-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:14:\"Bradley Banner\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1562959192\";s:9:\"copyright\";s:14:\"Bradley Banner\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4455,1794,'_wp_attached_file','2019/08/DSC_0135-1.jpg'),(4456,1794,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1236;s:6:\"height\";i:1058;s:4:\"file\";s:22:\"2019/08/DSC_0135-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0135-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:22:\"DSC_0135-1-300x257.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"DSC_0135-1-768x657.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:657;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"DSC_0135-1-1024x877.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:877;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"DSC_0135-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563999792\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4457,1795,'_wp_attached_file','2019/08/DSC_0131.jpg'),(4458,1795,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2440;s:6:\"height\";i:1634;s:4:\"file\";s:20:\"2019/08/DSC_0131.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0131-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:\"DSC_0131-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:20:\"DSC_0131-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0131-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0131-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563999355\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4459,1796,'_wp_attached_file','2019/08/GraceKennedy-HQ.jpg'),(4460,1796,'wpmf_size','864228'),(4461,1796,'wpmf_filetype','jpg'),(4462,1796,'wpmf_order','0'),(4463,1796,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1772;s:6:\"height\";i:1181;s:4:\"file\";s:27:\"2019/08/GraceKennedy-HQ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"GraceKennedy-HQ-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:\"GraceKennedy-HQ-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:27:\"GraceKennedy-HQ-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:28:\"GraceKennedy-HQ-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"GraceKennedy-HQ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1557852530\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4464,1766,'_thumbnail_id','2418'),(4465,1788,'_thumbnail_id','1793'),(4466,1788,'_edit_last','9'),(4467,1788,'sponsored_url',''),(4469,1788,'xyz_smap','1'),(4471,1799,'_wp_attached_file','2019/08/DSC_0111.jpg'),(4472,1799,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2556;s:6:\"height\";i:1711;s:4:\"file\";s:20:\"2019/08/DSC_0111.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0111-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:\"DSC_0111-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:20:\"DSC_0111-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0111-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0111-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563998356\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"44\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4474,1766,'xyz_smap','1'),(4478,1800,'_wp_attached_file','2019/08/DSC_0067.jpg'),(4479,1800,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2511;s:6:\"height\";i:1681;s:4:\"file\";s:20:\"2019/08/DSC_0067.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0067-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:\"DSC_0067-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:20:\"DSC_0067-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0067-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0067-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565001903\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4480,1801,'_edit_lock','1565884405:6'),(4481,1802,'_wp_attached_file','2019/08/DSC_0092.jpg'),(4482,1802,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2556;s:6:\"height\";i:1711;s:4:\"file\";s:20:\"2019/08/DSC_0092.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0092-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:\"DSC_0092-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:20:\"DSC_0092-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0092-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0092-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565002362\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4483,1803,'_wp_attached_file','2019/08/DSC_0133.jpg'),(4484,1803,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2711;s:6:\"height\";i:1815;s:4:\"file\";s:20:\"2019/08/DSC_0133.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0133-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:\"DSC_0133-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:20:\"DSC_0133-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0133-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0133-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563999695\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4485,1804,'_wp_attached_file','2019/08/DSC_0099.jpg'),(4486,1804,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2556;s:6:\"height\";i:1711;s:4:\"file\";s:20:\"2019/08/DSC_0099.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0099-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:\"DSC_0099-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:20:\"DSC_0099-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0099-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0099-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563994960\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4487,1805,'_wp_attached_file','2019/08/halle-berry-belgian-malinois-john-wick-3_opener.jpg'),(4488,1805,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:832;s:4:\"file\";s:59:\"2019/08/halle-berry-belgian-malinois-john-wick-3_opener.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"halle-berry-belgian-malinois-john-wick-3_opener-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:\"halle-berry-belgian-malinois-john-wick-3_opener-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"halle-berry-belgian-malinois-john-wick-3_opener-768x426.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"halle-berry-belgian-malinois-john-wick-3_opener-1024x568.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:568;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:60:\"halle-berry-belgian-malinois-john-wick-3_opener-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4489,1757,'_thumbnail_id','1781'),(4490,1807,'_wp_attached_file','2019/08/halle-berry-belgian-malinois-john-wick-3_2.jpg'),(4491,1807,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1800;s:4:\"file\";s:54:\"2019/08/halle-berry-belgian-malinois-john-wick-3_2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"halle-berry-belgian-malinois-john-wick-3_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:54:\"halle-berry-belgian-malinois-john-wick-3_2-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:54:\"halle-berry-belgian-malinois-john-wick-3_2-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:55:\"halle-berry-belgian-malinois-john-wick-3_2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"halle-berry-belgian-malinois-john-wick-3_2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:11:\"Mark Rogers\";s:6:\"camera\";s:6:\"ILCE-9\";s:7:\"caption\";s:94:\"Halle Berry stars as \'Sophia\' in JOHN WICK: CHAPTER 3 - PARABELLUM. Photo Credit: Mark Rogers.\";s:17:\"created_timestamp\";s:10:\"1541322797\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4492,1809,'_wp_attached_file','2019/08/halle-berry-belgian-malinois-john-wick-3.jpg'),(4493,1809,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1000;s:4:\"file\";s:52:\"2019/08/halle-berry-belgian-malinois-john-wick-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"halle-berry-belgian-malinois-john-wick-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:52:\"halle-berry-belgian-malinois-john-wick-3-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"halle-berry-belgian-malinois-john-wick-3-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"halle-berry-belgian-malinois-john-wick-3-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"halle-berry-belgian-malinois-john-wick-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4494,1811,'_wp_attached_file','2019/08/Howard-Mitchell.jpg'),(4495,1811,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2095;s:6:\"height\";i:1111;s:4:\"file\";s:27:\"2019/08/Howard-Mitchell.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Howard-Mitchell-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:\"Howard-Mitchell-300x159.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Howard-Mitchell-768x407.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Howard-Mitchell-1024x543.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Howard-Mitchell-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1562145699\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"205\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4497,1757,'xyz_smap','1'),(4499,1812,'_wp_attached_file','2019/08/halle-berry-belgian-malinois-john-wick-3_extra.jpg'),(4500,1812,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:58:\"2019/08/halle-berry-belgian-malinois-john-wick-3_extra.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"halle-berry-belgian-malinois-john-wick-3_extra-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:\"halle-berry-belgian-malinois-john-wick-3_extra-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:58:\"halle-berry-belgian-malinois-john-wick-3_extra-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:59:\"halle-berry-belgian-malinois-john-wick-3_extra-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:59:\"halle-berry-belgian-malinois-john-wick-3_extra-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4501,1801,'_edit_last','11'),(4502,1801,'sponsored_url',''),(4507,1791,'_oembed_8cca7dfe3181ff16a2a9f244e915a4a6','<iframe title=\"John Wick: Chapter 3 - Parabellum (2019 Movie) Official Trailer – Keanu Reeves, Halle Berry\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/M7XM597XO94?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(4508,1791,'_oembed_time_8cca7dfe3181ff16a2a9f244e915a4a6','1565223581'),(4509,1801,'_thumbnail_id','1811'),(4511,1791,'_thumbnail_id','1805'),(4512,1791,'_edit_last','15'),(4513,1791,'xyz_smap','1'),(4515,1791,'sponsored_url',''),(4517,1817,'_edit_lock','1565886858:12'),(4518,1817,'_oembed_e84598aaef3b29b462e889d9fa5b8bab','<iframe title=\"PNL - Blanka [Clip Officiel]\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/u8bHjdljyLw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(4519,1817,'_oembed_time_e84598aaef3b29b462e889d9fa5b8bab','1565038171'),(4520,1818,'_wp_attached_file','2019/08/pnl-blanka-buzz-2.jpg'),(4521,1818,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:720;s:4:\"file\";s:29:\"2019/08/pnl-blanka-buzz-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"pnl-blanka-buzz-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:29:\"pnl-blanka-buzz-2-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"pnl-blanka-buzz-2-768x288.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"pnl-blanka-buzz-2-1024x384.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"pnl-blanka-buzz-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4522,1819,'_wp_attached_file','2019/08/pnl-blanka-screengrab-buzz.jpg'),(4523,1819,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:38:\"2019/08/pnl-blanka-screengrab-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"pnl-blanka-screengrab-buzz-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:\"pnl-blanka-screengrab-buzz-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:38:\"pnl-blanka-screengrab-buzz-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:39:\"pnl-blanka-screengrab-buzz-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"pnl-blanka-screengrab-buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4524,1820,'_wp_attached_file','2019/08/pnl-blanka-buzz.jpg'),(4525,1820,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1068;s:6:\"height\";i:552;s:4:\"file\";s:27:\"2019/08/pnl-blanka-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"pnl-blanka-buzz-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:\"pnl-blanka-buzz-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"pnl-blanka-buzz-768x397.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"pnl-blanka-buzz-1024x529.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:529;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"pnl-blanka-buzz-1060x552.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:552;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:{}}}'),(4526,1821,'_wp_attached_file','2019/08/Red.jpg'),(4527,1821,'wpmf_size','753254'),(4528,1821,'wpmf_filetype','jpg'),(4529,1821,'wpmf_order','0'),(4530,1821,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1680;s:6:\"height\";i:1559;s:4:\"file\";s:15:\"2019/08/Red.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"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:15:\"Red-300x278.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"Red-768x713.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"Red-1024x950.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:950;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"Red-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4531,1822,'_edit_lock','1565643648:9'),(4532,1823,'_wp_attached_file','2019/08/Pouring-Wine.jpg'),(4533,1823,'wpmf_size','910250'),(4534,1823,'wpmf_filetype','jpg'),(4535,1823,'wpmf_order','0'),(4536,1823,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1829;s:6:\"height\";i:2761;s:4:\"file\";s:24:\"2019/08/Pouring-Wine.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Pouring-Wine-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:\"Pouring-Wine-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Pouring-Wine-768x1159.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Pouring-Wine-678x1024.jpg\";s:5:\"width\";i:678;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Pouring-Wine-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4540,1801,'xyz_smap','1'),(4544,1817,'_thumbnail_id','1819'),(4545,1817,'_edit_last','11'),(4546,1817,'xyz_smap','1'),(4548,1817,'sponsored_url',''),(4549,1828,'_wp_attached_file','2019/08/samardo-samuelsA.jpg'),(4550,1828,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1241;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2019/08/samardo-samuelsA.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"samardo-samuelsA-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:\"samardo-samuelsA-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"samardo-samuelsA-768x557.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"samardo-samuelsA-1024x743.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:743;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"samardo-samuelsA-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:16:\"Moto G (5S) Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563980441\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.59\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:18:\"0.0068493150684932\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4551,1829,'_edit_lock','1566399164:14'),(4552,1829,'_thumbnail_id','1820'),(4553,1829,'_oembed_e84598aaef3b29b462e889d9fa5b8bab','<iframe title=\"PNL - Blanka [Clip Officiel]\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/u8bHjdljyLw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(4554,1829,'_oembed_time_e84598aaef3b29b462e889d9fa5b8bab','1565641720'),(4555,1829,'_edit_last','14'),(4556,1829,'video_parent_post_id',''),(4557,1822,'_thumbnail_id','1828'),(4558,1822,'_edit_last','9'),(4559,1822,'sponsored_url',''),(4560,1831,'_wp_attached_file','2019/08/Roaring-River.jpg'),(4561,1831,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:25:\"2019/08/Roaring-River.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Roaring-River-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:\"Roaring-River-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:25:\"Roaring-River-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:26:\"Roaring-River-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Roaring-River-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4562,1832,'_wp_attached_file','2019/08/Sunset-In-Negril.jpg'),(4563,1832,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:28:\"2019/08/Sunset-In-Negril.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Sunset-In-Negril-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:\"Sunset-In-Negril-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:28:\"Sunset-In-Negril-768x512.jpg\";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:3:\"2.8\";s:6:\"credit\";s:16:\"Adam Lukaszewicz\";s:6:\"camera\";s:6:\"FC300X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1487224659\";s:9:\"copyright\";s:28:\"Copyright GettingStamped.com\";s:12:\"focal_length\";s:4:\"3.61\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4564,1833,'_wp_attached_file','2019/08/IceCube-e1535129885106-1000x675.jpg'),(4565,1833,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:675;s:4:\"file\";s:43:\"2019/08/IceCube-e1535129885106-1000x675.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"IceCube-e1535129885106-1000x675-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:\"IceCube-e1535129885106-1000x675-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"IceCube-e1535129885106-1000x675-768x518.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"IceCube-e1535129885106-1000x675-1000x655.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:655;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:{}}}'),(4567,1822,'xyz_smap','1'),(4569,1835,'_wp_attached_file','2019/08/Rasta-Safari.jpg'),(4570,1835,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:24:\"2019/08/Rasta-Safari.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Rasta-Safari-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:\"Rasta-Safari-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:24:\"Rasta-Safari-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:25:\"Rasta-Safari-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Rasta-Safari-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4571,1836,'_edit_lock','1565726432:9'),(4578,1838,'_edit_lock','1565734249:14'),(4580,1839,'_wp_attached_file','2019/08/chrissy-legend.jpg'),(4581,1839,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:26:\"2019/08/chrissy-legend.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"chrissy-legend-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:\"chrissy-legend-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"chrissy-legend-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:14:\"SplashNews.com\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:370:\"Chrissy Tiegen is seen wearings red and black in New York City, NY.\r\r\r\rPictured: Chrissy Tiegen\r\rRef: SPL5026298 200918 NON-EXCLUSIVE\r\rPicture by: SplashNews.com\r\r\r\rSplash News and Pictures\r\rLos Angeles: 310-821-2666\rNew York: 212-619-2666\rLondon: 0207 644 7656\rMilan: +39 02 4399 8577\rSydney: +61 02 9240 7700\r\rphotodesk@splashnews.com\r\r\r\rWorld Rights, No France Rights\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:23:\"www.SplashNews.com 2018\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:41:\"Chrissy Tiegen Wears Red In New York City\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:58:\"Candid,Chrissy Tiegen,Red Dress,Black Jacket,Hoop Earrings\";}}}'),(4582,1836,'_thumbnail_id','1839'),(4583,1836,'_edit_last','9'),(4584,1836,'sponsored_url',''),(4586,1836,'xyz_smap','1'),(4589,1640,'_oembed_65c899873bed14f1057a51d7a5249391','<iframe title=\"DING DONG - LEBEH LEBEH (Official Video)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/BUCTrcSGvsU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(4590,1640,'_oembed_time_65c899873bed14f1057a51d7a5249391','1565644207'),(4601,1847,'_wp_attached_file','2019/08/Work-Tools.jpg'),(4602,1847,'wpmf_size','1657681'),(4603,1847,'wpmf_filetype','jpg'),(4604,1847,'wpmf_order','0'),(4605,1847,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:22:\"2019/08/Work-Tools.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Work-Tools-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:\"Work-Tools-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:22:\"Work-Tools-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:23:\"Work-Tools-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Work-Tools-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4607,1838,'_thumbnail_id','2998'),(4608,1838,'_edit_last','14'),(4609,1838,'xyz_smap','1'),(4611,1838,'sponsored_url',''),(4612,1849,'_edit_lock','1565888652:21'),(4616,1852,'_wp_attached_file','2019/08/2018_07_07_48925_1530972022._large.jpg'),(4617,1852,'wpmf_size','57016'),(4618,1852,'wpmf_filetype','jpg'),(4619,1852,'wpmf_order','0'),(4620,1852,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:512;s:4:\"file\";s:46:\"2019/08/2018_07_07_48925_1530972022._large.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"2018_07_07_48925_1530972022._large-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:\"2018_07_07_48925_1530972022._large-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:46:\"2018_07_07_48925_1530972022._large-768x512.jpg\";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:{}}}'),(4622,1854,'_wp_attached_file','2019/08/michael-caine-buzz.jpeg'),(4623,1854,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:268;s:6:\"height\";i:188;s:4:\"file\";s:31:\"2019/08/michael-caine-buzz.jpeg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"michael-caine-buzz-150x150.jpeg\";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:{}}}'),(4624,1855,'_edit_lock','1565884669:6'),(4625,1856,'_wp_attached_file','2019/08/Surveillance.jpg'),(4626,1856,'wpmf_size','80636'),(4627,1856,'wpmf_filetype','jpg'),(4628,1856,'wpmf_order','0'),(4629,1856,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:24:\"2019/08/Surveillance.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Surveillance-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:\"Surveillance-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:24:\"Surveillance-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:25:\"Surveillance-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Surveillance-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4630,1857,'_wp_attached_file','2019/08/halle-berry-john-wick-3.jpg'),(4631,1857,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:563;s:4:\"file\";s:35:\"2019/08/halle-berry-john-wick-3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"halle-berry-john-wick-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:35:\"halle-berry-john-wick-3-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:35:\"halle-berry-john-wick-3-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:{}}}'),(4633,1849,'_thumbnail_id','4248'),(4634,1849,'_edit_last','21'),(4635,1849,'xyz_smap','1'),(4637,1849,'sponsored_url',''),(4639,1860,'_edit_lock','1565884603:6'),(4640,1861,'_wp_attached_file','2019/08/download.png'),(4641,1861,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:183;s:4:\"file\";s:20:\"2019/08/download.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"download-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(4642,1862,'_wp_attached_file','2019/08/fayval-williams.jpg'),(4643,1862,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3136;s:6:\"height\";i:2272;s:4:\"file\";s:27:\"2019/08/fayval-williams.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"fayval-williams-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:\"fayval-williams-300x217.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"fayval-williams-768x556.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:556;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"fayval-williams-1024x742.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:742;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"fayval-williams-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564585496\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4644,1855,'_edit_last','11'),(4645,1855,'sponsored_url',''),(4646,1864,'_wp_attached_file','2019/08/Collaboration.jpg'),(4647,1864,'wpmf_size','418271'),(4648,1864,'wpmf_filetype','jpg'),(4649,1864,'wpmf_order','0'),(4650,1864,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:2024;s:4:\"file\";s:25:\"2019/08/Collaboration.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Collaboration-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:\"Collaboration-300x243.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Collaboration-768x622.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:622;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Collaboration-1024x829.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:829;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Collaboration-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4652,1860,'_thumbnail_id','1864'),(4653,1860,'_edit_last','9'),(4654,1860,'xyz_smap','1'),(4656,1860,'sponsored_url',''),(4657,1867,'_wp_attached_file','2019/08/gas.jpg'),(4658,1867,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:732;s:6:\"height\";i:549;s:4:\"file\";s:15:\"2019/08/gas.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"gas-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:15:\"gas-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\";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:{}}}'),(4659,1869,'_edit_lock','1566054460:11'),(4660,1870,'_wp_attached_file','2019/08/001.jpeg'),(4661,1870,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1360;s:6:\"height\";i:1360;s:4:\"file\";s:16:\"2019/08/001.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"001-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:16:\"001-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"001-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"001-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"001-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4662,1871,'_wp_attached_file','2019/08/Bootlegrocstar-A.jpg'),(4663,1871,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1347;s:6:\"height\";i:1113;s:4:\"file\";s:28:\"2019/08/Bootlegrocstar-A.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Bootlegrocstar-A-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:\"Bootlegrocstar-A-300x248.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Bootlegrocstar-A-768x635.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:635;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Bootlegrocstar-A-1024x846.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:846;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Bootlegrocstar-A-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4664,1872,'_wp_attached_file','2019/08/002.jpeg'),(4665,1872,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1066;s:4:\"file\";s:16:\"2019/08/002.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"002-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:16:\"002-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:16:\"002-768x512.jpeg\";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:17:\"002-1024x682.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"002-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4666,1873,'_wp_attached_file','2019/08/004.jpeg'),(4667,1873,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1616;s:6:\"height\";i:1080;s:4:\"file\";s:16:\"2019/08/004.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"004-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:16:\"004-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:16:\"004-768x513.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"004-1024x684.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"004-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4668,1869,'_thumbnail_id','1871'),(4669,1869,'_edit_last','4'),(4670,1869,'sponsored_url','');
INSERT INTO `wp_postmeta` VALUES (4672,1869,'xyz_smap','1'),(4674,1855,'_thumbnail_id','1867'),(4676,1855,'xyz_smap','1'),(4682,1878,'_wp_attached_file','2019/08/kingston-kitchen.jpg'),(4683,1878,'wpmf_size','512362'),(4684,1878,'wpmf_filetype','jpg'),(4685,1878,'wpmf_order','0'),(4686,1878,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:28:\"2019/08/kingston-kitchen.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"kingston-kitchen-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:\"kingston-kitchen-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:28:\"kingston-kitchen-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:29:\"kingston-kitchen-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"kingston-kitchen-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564314582\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4687,1879,'_wp_attached_file','2019/08/kingston-kitchen-1.jpg'),(4688,1879,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:30:\"2019/08/kingston-kitchen-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"kingston-kitchen-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:\"kingston-kitchen-1-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:30:\"kingston-kitchen-1-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:31:\"kingston-kitchen-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"kingston-kitchen-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564314582\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4696,1225,'_wp_old_date','2019-07-31'),(4698,1885,'_edit_lock','1565838701:9'),(4699,1886,'_wp_attached_file','2019/08/cockpit-country.jpg'),(4700,1886,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1706;s:6:\"height\";i:1000;s:4:\"file\";s:27:\"2019/08/cockpit-country.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"cockpit-country-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:\"cockpit-country-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"cockpit-country-768x450.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"cockpit-country-1024x600.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"cockpit-country-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4701,1887,'_wp_attached_file','2019/08/queen-ifrica.jpg'),(4702,1887,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:504;s:6:\"height\";i:332;s:4:\"file\";s:24:\"2019/08/queen-ifrica.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"queen-ifrica-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:\"queen-ifrica-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;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:{}}}'),(4703,1888,'_wp_attached_file','2019/08/jamaican-boa-.jpg'),(4704,1888,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:25:\"2019/08/jamaican-boa-.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"jamaican-boa--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:\"jamaican-boa--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:25:\"jamaican-boa--768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;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:{}}}'),(4705,1889,'_wp_attached_file','2019/08/jerk-pork.jpg'),(4706,1889,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:21:\"2019/08/jerk-pork.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"jerk-pork-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:\"jerk-pork-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:21:\"jerk-pork-768x512.jpg\";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:{}}}'),(4707,1890,'_edit_lock','1565643273:9'),(4708,1891,'_wp_attached_file','2019/08/C-Diva2.jpg'),(4709,1891,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:19:\"2019/08/C-Diva2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"C-Diva2-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:\"C-Diva2-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:19:\"C-Diva2-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:20:\"C-Diva2-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"C-Diva2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4710,1892,'_wp_attached_file','2019/08/cdiva4.jpg-new.jpg'),(4711,1892,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:728;s:6:\"height\";i:900;s:4:\"file\";s:26:\"2019/08/cdiva4.jpg-new.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"cdiva4.jpg-new-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:\"cdiva4.jpg-new-243x300.jpg\";s:5:\"width\";i:243;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"cdiva4.jpg-new-728x655.jpg\";s:5:\"width\";i:728;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS Rebel T6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561471923\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"36\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4712,1890,'_thumbnail_id','1891'),(4713,1890,'_edit_last','9'),(4714,1890,'sponsored_url',''),(4716,1890,'xyz_smap','1'),(4718,1894,'_wp_attached_file','2019/08/kabaka-pyramid4.jpg'),(4719,1894,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:765;s:6:\"height\";i:589;s:4:\"file\";s:27:\"2019/08/kabaka-pyramid4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"kabaka-pyramid4-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:\"kabaka-pyramid4-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;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:{}}}'),(4720,1895,'_edit_lock','1565726243:9'),(4721,1885,'_edit_last','9'),(4722,1885,'sponsored_url',''),(4723,1897,'_wp_attached_file','2019/08/mariah-carey.jpg'),(4724,1897,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:24:\"2019/08/mariah-carey.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"mariah-carey-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:\"mariah-carey-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"mariah-carey-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:17:\"SPW / Splash News\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:481:\"First pictures of Mariah Carey since she spoke out about suffering Bipolar as she celebrates her boyfriend Bryan Tanaka\'s 35th Birthday with friends at \'Mastro\'s Steak House\' in Beverly Hills, CA\r<P>\rPictured: Mariah Carey, Bryan Tanaka\r<B>Ref: SPL1680341  120418  </B><BR />\rPicture by: SPW / Splash News<BR />\r</P><P>\r<B>Splash News and Pictures</B><BR />\rLos Angeles:	310-821-2666<BR />\rNew York:	212-619-2666<BR />\rLondon:	870-934-2666<BR />\rphotodesk@splashnews.com<BR />\r</P>\";s:17:\"created_timestamp\";s:10:\"1523493757\";s:9:\"copyright\";s:21:\"© www.splashnews.com\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:126:\"Mariah Carey celebrates her boyfriend Bryan Tanaka\'s 35th Birthday with friends at \'Mastro\'s Steak House\' in Beverly Hills, CA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4725,1895,'_thumbnail_id','1897'),(4726,1895,'_edit_last','9'),(4727,1895,'sponsored_url',''),(4729,1895,'xyz_smap','1'),(4731,1900,'_wp_attached_file','2019/08/kabaka-pyramid4-1.jpg'),(4732,1900,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:764;s:6:\"height\";i:528;s:4:\"file\";s:29:\"2019/08/kabaka-pyramid4-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"kabaka-pyramid4-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:29:\"kabaka-pyramid4-1-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;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:{}}}'),(4733,1901,'_edit_lock','1565726232:9'),(4734,1902,'_wp_attached_file','2019/08/Iggy.jpg'),(4735,1902,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:16:\"2019/08/Iggy.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Iggy-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:\"Iggy-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"Iggy-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:15:\"Retna/Photoshot\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:118:\"Iggy Azalea\r\r\r\r2014 Billboard Music Awards - Arrivals\r\rat the MGM Grand Garden Arena\r\rMay 18, 2014 - Las Vegas, Nevada\";s:17:\"created_timestamp\";s:10:\"1400430685\";s:9:\"copyright\";s:31:\"Photoshot. All rights reserved.\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:50:\"Iggy Azalea    2014 Billboard Music Awar..........\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:12:{i:0;s:11:\"Full Length\";i:1;s:10:\"18.05.2014\";i:2;s:6:\"246451\";i:3;s:12:\"B2777_246451\";i:4;s:5:\"B2777\";i:5;s:19:\"I_Izalea051814-FB13\";i:6;s:17:\"B2777_246451_0046\";i:7;s:8:\"arrivals\";i:8;s:8:\"arriving\";i:9;s:10:\"red carpet\";i:10;s:9:\"celebrity\";i:11;s:28:\"BILLBOARDA_B2777_246451_0046\";}}}'),(4736,1885,'_thumbnail_id','1900'),(4737,1901,'_thumbnail_id','1902'),(4738,1901,'_edit_last','9'),(4739,1901,'sponsored_url',''),(4741,1901,'xyz_smap','1'),(4746,1885,'xyz_smap','1'),(4750,1910,'_edit_lock','1565886849:12'),(4751,1911,'_edit_lock','1565726225:9'),(4752,1912,'_wp_attached_file','2019/08/bebe.jpg'),(4753,1912,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:16:\"2019/08/bebe.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"bebe-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:\"bebe-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"bebe-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:4:\"NYKC\";s:6:\"camera\";s:8:\"NIKON D4\";s:7:\"caption\";s:259:\"Bebe Rexha attending arrivals for The Fragrance Foundation Awards at Lincoln Center on June 5, 2019 in New York City.\r\rBANG MEDIA INTERNATIONAL FAMOUS PICTURES 28 HOLMES ROAD LONDON NW5 3AB UNITED KINGDOM tel +44 (0) 20 7485 1005 e-mail pictures@famous.uk.com\";s:17:\"created_timestamp\";s:10:\"1559772053\";s:9:\"copyright\";s:30:\"©2019 Kristin Callahan/Famous\";s:12:\"focal_length\";s:2:\"38\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:14:\"NORESTRICTIONS\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:64:\"attending arrivals The Fragrance Foundation Awards Lincoln Cente\";}}}'),(4754,1911,'_thumbnail_id','1912'),(4755,1911,'_edit_last','9'),(4756,1911,'sponsored_url',''),(4757,1914,'_wp_attached_file','2019/08/Harlow.jpg'),(4758,1914,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1076;s:6:\"height\";i:671;s:4:\"file\";s:18:\"2019/08/Harlow.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Harlow-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:\"Harlow-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Harlow-768x479.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Harlow-1024x639.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:639;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Harlow-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4759,1910,'_oembed_23c843f96a177c3e1ad57070a68e1842','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B0vxelZDvzt/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B0vxelZDvzt/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B0vxelZDvzt/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">I wish the whole trip was in slo mo ? • braids by @jaybrumant • @royaltonnegril</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/winnieharlow/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> ♔Jamaican Canadian♔</a> (@winnieharlow) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-04T15:12:15+00:00\">Aug 4, 2019 at 8:12am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(4760,1910,'_oembed_time_23c843f96a177c3e1ad57070a68e1842','1565120392'),(4762,1911,'xyz_smap','1'),(4764,1910,'_oembed_608275d1a4b0a6bdc4425ddc737c1f55','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B0txEwyFIst/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B0txEwyFIst/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B0txEwyFIst/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">First time for everything ? @badgyalshanshan @herapatra • • •Thank you @royaltonnegril for showing us a new view of Jamaica ?⛱</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/winnieharlow/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> ♔Jamaican Canadian♔</a> (@winnieharlow) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-03T21:07:08+00:00\">Aug 3, 2019 at 2:07pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(4765,1910,'_oembed_time_608275d1a4b0a6bdc4425ddc737c1f55','1565198394'),(4766,1910,'_thumbnail_id','1914'),(4767,1910,'_edit_last','4'),(4768,1910,'sponsored_url',''),(4770,1910,'xyz_smap','1'),(4774,1918,'_wp_attached_file','2019/08/Sanjay-Nelson-A.jpg'),(4775,1918,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:27:\"2019/08/Sanjay-Nelson-A.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Sanjay-Nelson-A-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:\"Sanjay-Nelson-A-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:27:\"Sanjay-Nelson-A-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:28:\"Sanjay-Nelson-A-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Sanjay-Nelson-A-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564883927\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"35.3\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:10:\"0.00015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4776,1919,'_wp_attached_file','2019/08/Sanjay-Nelson-BB.jpg'),(4777,1919,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:753;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2019/08/Sanjay-Nelson-BB.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Sanjay-Nelson-BB-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:\"Sanjay-Nelson-BB-251x300.jpg\";s:5:\"width\";i:251;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Sanjay-Nelson-BB-753x655.jpg\";s:5:\"width\";i:753;s:6:\"height\";i:655;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:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564883000\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4778,1920,'_wp_attached_file','2019/08/IMG-20190729-WA0003.jpg'),(4779,1920,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:1280;s:4:\"file\";s:31:\"2019/08/IMG-20190729-WA0003.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20190729-WA0003-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:\"IMG-20190729-WA0003-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"IMG-20190729-WA0003-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG-20190729-WA0003-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20190729-WA0003-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(4780,1921,'_wp_attached_file','2019/08/IMG-20190729-WA0006.jpg'),(4781,1921,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:960;s:4:\"file\";s:31:\"2019/08/IMG-20190729-WA0006.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20190729-WA0006-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:\"IMG-20190729-WA0006-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"IMG-20190729-WA0006-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20190729-WA0006-768x655.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:655;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:{}}}'),(4782,1922,'_wp_attached_file','2019/08/Sanjay-Nelson-CCC.jpg'),(4783,1922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2019/08/Sanjay-Nelson-CCC.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Sanjay-Nelson-CCC-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:\"Sanjay-Nelson-CCC-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:29:\"Sanjay-Nelson-CCC-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:30:\"Sanjay-Nelson-CCC-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Sanjay-Nelson-CCC-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564882890\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4784,1923,'_wp_attached_file','2019/08/Sanjay-Nelson-DDDD.jpg'),(4785,1923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2019/08/Sanjay-Nelson-DDDD.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Sanjay-Nelson-DDDD-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:\"Sanjay-Nelson-DDDD-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:30:\"Sanjay-Nelson-DDDD-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:31:\"Sanjay-Nelson-DDDD-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Sanjay-Nelson-DDDD-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564882678\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"35.3\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4788,1927,'_edit_lock','1565192253:4'),(4789,1928,'_wp_attached_file','2019/08/shaggy.jpg'),(4790,1928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:473;s:4:\"file\";s:18:\"2019/08/shaggy.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"shaggy-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:\"shaggy-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;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:{}}}'),(4791,1929,'_wp_attached_file','2019/08/queen-latifah.jpg'),(4792,1929,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1862;s:6:\"height\";i:1048;s:4:\"file\";s:25:\"2019/08/queen-latifah.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"queen-latifah-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:\"queen-latifah-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:25:\"queen-latifah-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:26:\"queen-latifah-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"queen-latifah-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4794,1927,'_thumbnail_id','1928'),(4795,1927,'_edit_last','4'),(4796,1927,'xyz_smap','1'),(4798,1927,'sponsored_url',''),(4799,1931,'_wp_attached_file','2019/08/Sebastian.jpg'),(4800,1931,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:656;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2019/08/Sebastian.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Sebastian-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:\"Sebastian-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;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:{}}}'),(4803,1934,'_edit_lock','1565462485:11'),(4804,1935,'_edit_lock','1565891716:9'),(4806,1935,'_edit_last','9'),(4807,1935,'xyz_smap','1'),(4809,1935,'sponsored_url',''),(4810,1934,'_edit_last','11'),(4811,1934,'sponsored_url',''),(4818,1940,'_wp_attached_file','2019/08/66419864_133095604605123_1845335081541409373_n.jpg'),(4819,1940,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:750;s:4:\"file\";s:58:\"2019/08/66419864_133095604605123_1845335081541409373_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"66419864_133095604605123_1845335081541409373_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:\"66419864_133095604605123_1845335081541409373_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:58:\"66419864_133095604605123_1845335081541409373_n-750x655.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:655;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:{}}}'),(4820,1941,'_wp_attached_file','2019/08/blake-watch.jpg'),(4821,1941,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1160;s:4:\"file\";s:23:\"2019/08/blake-watch.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"blake-watch-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:\"blake-watch-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"blake-watch-768x594.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:594;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"blake-watch-1024x792.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:792;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"blake-watch-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4823,1934,'_thumbnail_id','1941'),(4824,1934,'xyz_smap','1'),(4826,1943,'_edit_lock','1565128654:4'),(4827,1944,'_wp_attached_file','2019/08/r-kelly-mugshot-.jpg'),(4828,1944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:28:\"2019/08/r-kelly-mugshot-.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"r-kelly-mugshot--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:\"r-kelly-mugshot--300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"r-kelly-mugshot--768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(4830,1943,'_thumbnail_id','1944'),(4831,1943,'_edit_last','4'),(4832,1943,'xyz_smap','1'),(4834,1943,'sponsored_url',''),(4835,1946,'_edit_lock','1565130028:4'),(4836,1947,'_wp_attached_file','2019/08/Lil-Nas-X.jpg'),(4837,1947,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:21:\"2019/08/Lil-Nas-X.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Lil-Nas-X-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:\"Lil-Nas-X-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Lil-Nas-X-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(4839,1946,'_edit_last','4'),(4840,1946,'xyz_smap','1'),(4842,1946,'sponsored_url',''),(4843,1949,'_edit_lock','1565974794:9'),(4844,1950,'_wp_attached_file','2019/08/vershon-1.jpg'),(4845,1950,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:750;s:4:\"file\";s:21:\"2019/08/vershon-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"vershon-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:\"vershon-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"vershon-1-750x655.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:655;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:{}}}'),(4846,1949,'_edit_last','9'),(4847,1949,'sponsored_url',''),(4849,1949,'_thumbnail_id','1953'),(4850,1949,'xyz_smap','1'),(4852,1953,'_wp_attached_file','2019/08/vershon-1-1.jpg'),(4853,1953,'wpmf_size','139700'),(4854,1953,'wpmf_filetype','jpg'),(4855,1953,'wpmf_order','0'),(4856,1953,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:747;s:6:\"height\";i:691;s:4:\"file\";s:23:\"2019/08/vershon-1-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"vershon-1-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:\"vershon-1-1-300x278.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"vershon-1-1-747x655.jpg\";s:5:\"width\";i:747;s:6:\"height\";i:655;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:{}}}'),(4862,1509,'_oembed_8454facd3a0e1314caa295f17b316a30','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/Ba7M6EsguSM/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/Ba7M6EsguSM/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/Ba7M6EsguSM/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Thrilled to be back home on the South Side! @BarackObama and I can’t wait to spend the next few days with young leaders from across the country and around the world. Join us as we kick off the @ObamaFoundation Summit by tuning in at obama.org. #ObamaSummit</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/michelleobama/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Michelle Obama</a> (@michelleobama) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2017-10-31T20:00:28+00:00\">Oct 31, 2017 at 1:00pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(4863,1509,'_oembed_time_8454facd3a0e1314caa295f17b316a30','1565650160'),(4867,1955,'_edit_lock','1565139080:11'),(4868,1956,'_wp_attached_file','2019/08/Facebook-likes.png'),(4869,1956,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:26:\"2019/08/Facebook-likes.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Facebook-likes-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:26:\"Facebook-likes-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Facebook-likes-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Facebook-likes-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Facebook-likes-1060x630.png\";s:5:\"width\";i:1060;s:6:\"height\";i:630;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:{}}}'),(4870,1957,'_wp_attached_file','2019/08/Facebook-celebration.jpg'),(4871,1957,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:570;s:6:\"height\";i:659;s:4:\"file\";s:32:\"2019/08/Facebook-celebration.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Facebook-celebration-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:\"Facebook-celebration-259x300.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Facebook-celebration-570x655.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:655;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:{}}}'),(4872,1958,'_wp_attached_file','2019/08/facebook-users.jpg'),(4873,1958,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:26:\"2019/08/facebook-users.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"facebook-users-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:\"facebook-users-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:26:\"facebook-users-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:{}}}'),(4876,1960,'_wp_attached_file','2019/08/globe-with-markers-with-friends-social-media-con-vector-758105.jpg'),(4877,1960,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:911;s:4:\"file\";s:74:\"2019/08/globe-with-markers-with-friends-social-media-con-vector-758105.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:74:\"globe-with-markers-with-friends-social-media-con-vector-758105-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:74:\"globe-with-markers-with-friends-social-media-con-vector-758105-300x273.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:74:\"globe-with-markers-with-friends-social-media-con-vector-758105-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:75:\"globe-with-markers-with-friends-social-media-con-vector-758105-1000x655.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:655;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:{}}}'),(4878,1961,'_wp_attached_file','2019/08/freinds-across-the-globe.jpg'),(4879,1961,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:991;s:6:\"height\";i:823;s:4:\"file\";s:36:\"2019/08/freinds-across-the-globe.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"freinds-across-the-globe-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:\"freinds-across-the-globe-300x249.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"freinds-across-the-globe-768x638.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:638;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"freinds-across-the-globe-991x655.jpg\";s:5:\"width\";i:991;s:6:\"height\";i:655;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:{}}}'),(4880,1962,'_wp_attached_file','2019/08/Hugging.jpg'),(4881,1962,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1000;s:4:\"file\";s:19:\"2019/08/Hugging.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Hugging-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:\"Hugging-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Hugging-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Hugging-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Hugging-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:28:\"Getty Images/Blend Images RM\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:40:\"Women laughing together on urban rooftop\";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:9:\"482150715\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4882,1963,'_wp_attached_file','2019/08/High-Five-06.png'),(4883,1963,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:24:\"2019/08/High-Five-06.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"High-Five-06-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:\"High-Five-06-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"High-Five-06-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;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:{}}}'),(4885,1955,'_thumbnail_id','1962'),(4886,1955,'_edit_last','11'),(4887,1955,'xyz_smap','1'),(4889,1955,'sponsored_url',''),(4890,1965,'_edit_lock','1565555607:11'),(4891,1966,'_wp_attached_file','2019/08/adult-black-and-white-blur-735978.jpg'),(4892,1966,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2208;s:6:\"height\";i:1474;s:4:\"file\";s:45:\"2019/08/adult-black-and-white-blur-735978.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"adult-black-and-white-blur-735978-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:45:\"adult-black-and-white-blur-735978-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:45:\"adult-black-and-white-blur-735978-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"adult-black-and-white-blur-735978-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"adult-black-and-white-blur-735978-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4893,1967,'_wp_attached_file','2019/08/Ugly-Duckling.jpg'),(4894,1967,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:532;s:6:\"height\";i:422;s:4:\"file\";s:25:\"2019/08/Ugly-Duckling.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Ugly-Duckling-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:\"Ugly-Duckling-300x238.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:238;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:{}}}'),(4895,1968,'_wp_attached_file','2019/08/back-view-two-black-girls-shopping.jpg'),(4896,1968,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:626;s:6:\"height\";i:417;s:4:\"file\";s:46:\"2019/08/back-view-two-black-girls-shopping.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"back-view-two-black-girls-shopping-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:\"back-view-two-black-girls-shopping-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:{}}}'),(4897,1969,'_wp_attached_file','2019/08/LEFT-OUT.jpg'),(4898,1969,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:598;s:6:\"height\";i:291;s:4:\"file\";s:20:\"2019/08/LEFT-OUT.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"LEFT-OUT-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:\"LEFT-OUT-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;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:{}}}'),(4899,1970,'_wp_attached_file','2019/08/self-love-is-selfish-1200x385.jpg'),(4900,1970,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:385;s:4:\"file\";s:41:\"2019/08/self-love-is-selfish-1200x385.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"self-love-is-selfish-1200x385-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:\"self-love-is-selfish-1200x385-300x96.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"self-love-is-selfish-1200x385-768x246.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"self-love-is-selfish-1200x385-1024x329.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:329;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"self-love-is-selfish-1200x385-1060x385.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:385;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:{}}}'),(4901,1971,'_wp_attached_file','2019/08/sad.jpg'),(4902,1971,'wpmf_size','642361'),(4903,1971,'wpmf_filetype','jpg'),(4904,1971,'wpmf_order','0'),(4905,1971,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1680;s:6:\"height\";i:1212;s:4:\"file\";s:15:\"2019/08/sad.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"sad-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:15:\"sad-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"sad-768x554.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"sad-1024x739.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:739;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"sad-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4907,1965,'_thumbnail_id','1971'),(4908,1965,'_edit_last','11'),(4909,1965,'xyz_smap','1'),(4911,1965,'sponsored_url',''),(4912,1973,'_edit_lock','1565836537:21'),(4913,1974,'_wp_attached_file','2019/08/Braid-4.jpg'),(4914,1974,'wpmf_size','81189'),(4915,1974,'wpmf_filetype','jpg'),(4916,1974,'wpmf_order','0'),(4917,1974,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:19:\"2019/08/Braid-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Braid-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:19:\"Braid-4-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:19:\"Braid-4-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:20:\"Braid-4-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Braid-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4918,1975,'_wp_attached_file','2019/08/Braid-3.jpg'),(4919,1975,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:19:\"2019/08/Braid-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Braid-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:19:\"Braid-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Braid-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Braid-3-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Braid-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4920,1976,'_wp_attached_file','2019/08/Braid-1.jpg'),(4921,1976,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:19:\"2019/08/Braid-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Braid-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:19:\"Braid-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Braid-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Braid-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Braid-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4922,1977,'_wp_attached_file','2019/08/Braid-2.jpg'),(4923,1977,'wpmf_size','60622'),(4924,1977,'wpmf_filetype','jpg'),(4925,1977,'wpmf_order','0'),(4926,1977,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:19:\"2019/08/Braid-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Braid-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:\"Braid-2-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:19:\"Braid-2-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:20:\"Braid-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Braid-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4927,1978,'_wp_attached_file','2019/08/Dwayne-Wade-with-braids.jpg'),(4928,1978,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:567;s:6:\"height\";i:333;s:4:\"file\";s:35:\"2019/08/Dwayne-Wade-with-braids.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Dwayne-Wade-with-braids-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:\"Dwayne-Wade-with-braids-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;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:{}}}'),(4930,1973,'_thumbnail_id','1974'),(4931,1973,'_edit_last','4'),(4932,1973,'xyz_smap','1'),(4934,1973,'sponsored_url',''),(4935,1980,'_edit_lock','1565836104:21'),(4936,1981,'_wp_attached_file','2019/08/Sugar-Mama-1.jpg'),(4937,1981,'wpmf_size','109411'),(4938,1981,'wpmf_filetype','jpg'),(4939,1981,'wpmf_order','0'),(4940,1981,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:627;s:4:\"file\";s:24:\"2019/08/Sugar-Mama-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Sugar-Mama-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:24:\"Sugar-Mama-1-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Sugar-Mama-1-768x401.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Sugar-Mama-1-1024x535.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:535;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Sugar-Mama-1-1060x627.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:627;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:{}}}'),(4942,1980,'_thumbnail_id','1981'),(4943,1980,'_edit_last','21'),(4944,1980,'xyz_smap','1'),(4946,1980,'sponsored_url',''),(4947,1983,'_edit_lock','1565893535:9'),(4948,1984,'_wp_attached_file','2019/08/MB-1.jpg'),(4949,1984,'wpmf_size','62179'),(4950,1984,'wpmf_filetype','jpg'),(4951,1984,'wpmf_order','0'),(4952,1984,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:16:\"2019/08/MB-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"MB-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:16:\"MB-1-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\";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:{}}}'),(4954,1983,'_thumbnail_id','3985'),(4955,1983,'_edit_last','21'),(4956,1983,'xyz_smap','1'),(4958,1983,'sponsored_url',''),(4959,1986,'_wp_attached_file','2019/08/worship-feast.jpg'),(4960,1986,'wpmf_size','78029'),(4961,1986,'wpmf_filetype','jpg'),(4962,1986,'wpmf_order','0'),(4963,1986,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:25:\"2019/08/worship-feast.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"worship-feast-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:\"worship-feast-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"worship-feast-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"worship-feast-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(4964,1987,'_edit_lock','1566234765:11'),(4967,1990,'_edit_lock','1565726218:9'),(4968,1991,'_wp_attached_file','2019/08/halle-berry.jpg'),(4969,1991,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:23:\"2019/08/halle-berry.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"halle-berry-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:\"halle-berry-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"halle-berry-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"Avalon.red\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:297:\"170396, Halle Berry signs autographs for waiting fans as she arrives for her appearance on Jimmy Kimmel Live! Los Angeles, California - Thursday September 21, 2017.  Photograph: Â© Cathy Gibson, PacificCoastNews. Los Angeles Office (PCN): +1 310.822.0419 UK Office (Avalon): +44 (0) 20 7421 6000\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:32:\"Avalon.red. All rights reserved.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:101:\"Halle Berry signs autographs for waiting fans as she arrives for her appearance on Jimmy Kimmel Live!\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:42:{i:0;s:6:\"cheers\";i:1;s:11:\" television\";i:2;s:7:\" whoopi\";i:3;s:9:\" goldberg\";i:4;s:7:\" friars\";i:5;s:6:\" clubs\";i:6;s:6:\" black\";i:7;s:5:\" face\";i:8;s:6:\" actor\";i:9;s:7:\" author\";i:10;s:10:\" bartender\";i:11;s:7:\" comedy\";i:12;s:7:\" sticom\";i:13;s:9:\" simpsons\";i:14;s:11:\" enthusiasm\";i:15;s:5:\" curb\";i:16;s:5:\" bill\";i:17;s:8:\" clinton\";i:18;s:5:\" mary\";i:19;s:12:\" steenburgen\";i:20;s:5:\" wife\";i:21;s:13:\" billboarding\";i:22;s:3:\" ax\";i:23;s:12:\" pescatarian\";i:24;s:6:\" vegan\";i:25;s:10:\"21.09.2017\";i:26;s:4:\"CAT1\";i:27;s:6:\"304702\";i:28;s:12:\"B5794_304702\";i:29;s:5:\"B5794\";i:30;s:26:\"170396PCN_HalleBerryCAT008\";i:31;s:17:\"B5794_304702_0048\";i:32;s:3:\"pap\";i:33;s:9:\"paparazzi\";i:34;s:9:\"paparazzo\";i:35;s:8:\"sighting\";i:36;s:9:\"celebrity\";i:37;s:13:\"out and about\";i:38;s:4:\"seen\";i:39;s:15:\"out &amp; about\";i:40;s:6:\"candid\";i:41;s:28:\"170396PCNH_B5794_304702_0048\";}}}'),(4970,1990,'_thumbnail_id','3145'),(4971,1990,'_edit_last','9'),(4972,1990,'sponsored_url',''),(4974,1990,'xyz_smap','1'),(4976,1993,'_edit_lock','1565886839:12'),(4977,1993,'_oembed_b21d73791cf98728bcd0c5c3c9ce7014','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B0zzCAglUit/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B0zzCAglUit/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B0zzCAglUit/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">@champagnepapi thanks for making me and dancehall music a part of this historical event?? whole city crazy tonight... trouble is there???</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/popcaanmusic/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> 876GUD</a> (@popcaanmusic) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-06T04:35:56+00:00\">Aug 5, 2019 at 9:35pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(4978,1993,'_oembed_time_b21d73791cf98728bcd0c5c3c9ce7014','1565641701'),(4979,1994,'_wp_attached_file','2019/08/Drake-and-Popcaan-2019.jpg'),(4980,1994,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1250;s:6:\"height\";i:802;s:4:\"file\";s:34:\"2019/08/Drake-and-Popcaan-2019.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Drake-and-Popcaan-2019-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:\"Drake-and-Popcaan-2019-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Drake-and-Popcaan-2019-768x493.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Drake-and-Popcaan-2019-1024x657.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:657;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Drake-and-Popcaan-2019-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4982,1993,'_thumbnail_id','1994'),(4983,1993,'_edit_last','9'),(4984,1993,'xyz_smap','1'),(4986,1993,'sponsored_url',''),(4989,1998,'_edit_lock','1565641615:9'),(4990,1999,'_wp_attached_file','2019/08/Family.jpg'),(4991,1999,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1814;s:6:\"height\";i:1323;s:4:\"file\";s:18:\"2019/08/Family.jpg\";s:5:\"sizes\";a:5:{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-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Family-768x560.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Family-1024x747.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:747;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Family-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(4992,2000,'_wp_attached_file','2019/08/Oprah.jpg'),(4993,2000,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:17:\"2019/08/Oprah.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Oprah-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:\"Oprah-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Oprah-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:10:\"Avalon.red\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:277:\"173950, Oprah Winfrey at the Los Angeles premiere of Disney\'s \'A Wrinkle In Time\' at the El Capitan Theatre. Los Angeles, California - Monday February 26, 2018.  Photograph: © PacificCoastNews. Los Angeles Office (PCN): +1 310.822.0419 UK Office (Avalon): +44 (0) 20 7421 6000\";s:17:\"created_timestamp\";s:10:\"1519673511\";s:9:\"copyright\";s:32:\"Avalon.red. All rights reserved.\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:99:\"Oprah Winfrey at the Los Angeles premiere of Disney\'s \'A Wrinkle In Time\' at the El Capitan Theatre\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:9:{i:0;s:10:\"26.02.2018\";i:1;s:3:\"XM1\";i:2;s:6:\"312487\";i:3;s:12:\"B5794_312487\";i:4;s:5:\"B5794\";i:5;s:26:\"173950PCN_WrinklePremXM122\";i:6;s:17:\"B5794_312487_0025\";i:7;s:13:\"RDP1_20180227\";i:8;s:28:\"173950PCNW_B5794_312487_0025\";}}}'),(4994,2001,'_wp_attached_file','2019/08/michae-b-jordan.jpg-new.jpg'),(4995,2001,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:726;s:6:\"height\";i:900;s:4:\"file\";s:35:\"2019/08/michae-b-jordan.jpg-new.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"michae-b-jordan.jpg-new-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:\"michae-b-jordan.jpg-new-242x300.jpg\";s:5:\"width\";i:242;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"michae-b-jordan.jpg-new-726x655.jpg\";s:5:\"width\";i:726;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:9:\"WireImage\";s:6:\"camera\";s:8:\"NIKON D4\";s:7:\"caption\";s:187:\"HOLLYWOOD, CA - MARCH 02:  Actor Michael B. Jordan attends the Oscars held at Hollywood &amp; Highland Center on March 2, 2014 in Hollywood, California.  (Photo by Lester Cohen/WireImage)\";s:17:\"created_timestamp\";s:10:\"1393775897\";s:9:\"copyright\";s:17:\"2014 Lester Cohen\";s:12:\"focal_length\";s:3:\"300\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:37:\"86th Annual Academy Awards - Arrivals\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:8:{i:0;s:22:\"Celebrities|Television\";i:1;s:9:\"Show|2014\";i:2;s:7:\"Academy\";i:3;s:11:\"Awards|2014\";i:4;s:11:\"Oscars|2014\";i:5;s:11:\"Oscar\'s|The\";i:6;s:10:\"Oscars|The\";i:7;s:7:\"Oscar\'s\";}}}'),(4996,2002,'_wp_attached_file','2019/08/Supportive-Stepparents.jpg'),(4997,2002,'wpmf_size','66573'),(4998,2002,'wpmf_filetype','jpg'),(4999,2002,'wpmf_order','0'),(5000,2002,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:473;s:6:\"height\";i:291;s:4:\"file\";s:34:\"2019/08/Supportive-Stepparents.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Supportive-Stepparents-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:\"Supportive-Stepparents-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;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:{}}}'),(5001,1987,'_edit_last','11'),(5002,1987,'sponsored_url',''),(5003,1998,'_thumbnail_id','2000'),(5004,1998,'_edit_last','9'),(5005,1998,'sponsored_url',''),(5006,2005,'_wp_attached_file','2019/08/stepparent.jpg'),(5007,2005,'wpmf_size','223308'),(5008,2005,'wpmf_filetype','jpg'),(5009,2005,'wpmf_order','0'),(5010,2005,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1001;s:4:\"file\";s:22:\"2019/08/stepparent.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"stepparent-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:\"stepparent-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:22:\"stepparent-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"stepparent-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"stepparent-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5012,1987,'_thumbnail_id','4621'),(5013,1987,'xyz_smap','1'),(5016,1998,'xyz_smap','1'),(5018,2006,'_edit_lock','1565888780:4'),(5021,2008,'_edit_lock','1565641571:9'),(5022,2009,'_wp_attached_file','2019/08/joanna-walker.jpg'),(5023,2009,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2019/08/joanna-walker.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"joanna-walker-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:\"joanna-walker-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:\"joanna-walker-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"joanna-walker-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"joanna-walker-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564952677\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"220\";s:3:\"iso\";s:4:\"5000\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5024,2010,'_wp_attached_file','2019/08/dark-erotic-lingerie-193356.jpg'),(5025,2010,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5405;s:6:\"height\";i:3603;s:4:\"file\";s:39:\"2019/08/dark-erotic-lingerie-193356.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"dark-erotic-lingerie-193356-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:\"dark-erotic-lingerie-193356-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:39:\"dark-erotic-lingerie-193356-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:40:\"dark-erotic-lingerie-193356-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"dark-erotic-lingerie-193356-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5028,2012,'_wp_attached_file','2019/08/black-and-white-body-erotic-230986.jpg'),(5029,2012,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4272;s:6:\"height\";i:2848;s:4:\"file\";s:46:\"2019/08/black-and-white-body-erotic-230986.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"black-and-white-body-erotic-230986-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:\"black-and-white-body-erotic-230986-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:46:\"black-and-white-body-erotic-230986-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:47:\"black-and-white-body-erotic-230986-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"black-and-white-body-erotic-230986-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5030,2013,'_wp_attached_file','2019/08/joanna-walker-BB.jpg'),(5031,2013,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2019/08/joanna-walker-BB.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"joanna-walker-BB-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:\"joanna-walker-BB-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:28:\"joanna-walker-BB-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:29:\"joanna-walker-BB-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"joanna-walker-BB-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564998765\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"5000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5032,2014,'_wp_attached_file','2019/08/art-black-and-white-black-and-white-1569124.jpg'),(5033,2014,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:1440;s:4:\"file\";s:55:\"2019/08/art-black-and-white-black-and-white-1569124.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"art-black-and-white-black-and-white-1569124-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:55:\"art-black-and-white-black-and-white-1569124-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:55:\"art-black-and-white-black-and-white-1569124-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:56:\"art-black-and-white-black-and-white-1569124-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:56:\"art-black-and-white-black-and-white-1569124-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5034,2015,'_wp_attached_file','2019/08/joanna-walker-CCC.jpg'),(5035,2015,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2019/08/joanna-walker-CCC.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"joanna-walker-CCC-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:\"joanna-walker-CCC-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:29:\"joanna-walker-CCC-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:30:\"joanna-walker-CCC-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"joanna-walker-CCC-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564998744\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"220\";s:3:\"iso\";s:4:\"5000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5036,2008,'_edit_last','9'),(5037,2008,'sponsored_url',''),(5038,2019,'_edit_lock','1565886831:12'),(5039,2020,'_wp_attached_file','2019/08/black-man-on-the-computer.jpg'),(5040,2020,'wpmf_size','24999'),(5041,2020,'wpmf_filetype','jpg'),(5042,2020,'wpmf_order','0'),(5043,2020,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:513;s:6:\"height\";i:288;s:4:\"file\";s:37:\"2019/08/black-man-on-the-computer.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"black-man-on-the-computer-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:\"black-man-on-the-computer-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: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:{}}}'),(5044,2021,'_wp_attached_file','2019/08/unhappy-couple.jpg'),(5045,2021,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:626;s:6:\"height\";i:417;s:4:\"file\";s:26:\"2019/08/unhappy-couple.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"unhappy-couple-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:\"unhappy-couple-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:{}}}'),(5046,2022,'_wp_attached_file','2019/08/black-and-white-body-erotic-415314.jpg'),(5047,2022,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4096;s:6:\"height\";i:2730;s:4:\"file\";s:46:\"2019/08/black-and-white-body-erotic-415314.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"black-and-white-body-erotic-415314-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:\"black-and-white-body-erotic-415314-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:46:\"black-and-white-body-erotic-415314-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:47:\"black-and-white-body-erotic-415314-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"black-and-white-body-erotic-415314-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5048,2008,'_thumbnail_id','2015'),(5050,2008,'xyz_smap','1'),(5052,2024,'_edit_lock','1565888759:4'),(5053,2025,'_wp_attached_file','2019/08/bed-bedroom-black-and-white-1405846.jpg'),(5054,2025,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1680;s:6:\"height\";i:1120;s:4:\"file\";s:47:\"2019/08/bed-bedroom-black-and-white-1405846.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"bed-bedroom-black-and-white-1405846-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:\"bed-bedroom-black-and-white-1405846-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:47:\"bed-bedroom-black-and-white-1405846-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:48:\"bed-bedroom-black-and-white-1405846-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"bed-bedroom-black-and-white-1405846-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5055,2026,'_wp_attached_file','2019/08/abs-adult-athlete-1229356.jpg'),(5056,2026,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:4:\"file\";s:37:\"2019/08/abs-adult-athlete-1229356.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"abs-adult-athlete-1229356-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:\"abs-adult-athlete-1229356-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:37:\"abs-adult-athlete-1229356-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"abs-adult-athlete-1229356-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"abs-adult-athlete-1229356-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5058,2006,'_thumbnail_id','2012'),(5059,2006,'_edit_last','11'),(5060,2006,'xyz_smap','1'),(5062,2006,'sponsored_url',''),(5063,2028,'_edit_lock','1565204234:11'),(5064,2019,'_oembed_016407f2e4ad05535c7b299a74bbbab4','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B0zuYXynFUz/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B0zuYXynFUz/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B0zuYXynFUz/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Excited to be a part of it!! Thanx to the guys at ABC networks and the wonderful world of Disney for the opportunity! #sebastianstan #littlemermaid ??</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/direalshaggy/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Shaggy Aka Mr Boombastic O.D</a> (@direalshaggy) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-06T03:55:17+00:00\">Aug 5, 2019 at 8:55pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(5065,2019,'_oembed_time_016407f2e4ad05535c7b299a74bbbab4','1565197462'),(5066,2024,'_oembed_b4ea1be77bb9e554d18a7fdaed6bd2a9','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B0dxx7LFcdN/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B0dxx7LFcdN/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B0dxx7LFcdN/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">#carltontttbrownsuit #carltontttbrowmshirt #cleannnnn #pocketsquare #lapelpin #manofstyle #maninsuit @bujuofficial @reggaesumfest #sumfest2019 #suit #Linensuit #masterclass #believe ????????????????</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/carltontttbrown/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> carlton brown jamaica ????????</a> (@carltontttbrown) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-28T15:21:42+00:00\">Jul 28, 2019 at 8:21am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(5067,2024,'_oembed_time_b4ea1be77bb9e554d18a7fdaed6bd2a9','1565886760'),(5077,2019,'_edit_last','4'),(5078,2019,'sponsored_url',''),(5079,2032,'_wp_attached_file','2019/08/shaggy2.jpg'),(5080,2032,'wpmf_size','94506'),(5081,2032,'wpmf_filetype','jpg'),(5082,2032,'wpmf_order','0'),(5083,2032,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:575;s:6:\"height\";i:415;s:4:\"file\";s:19:\"2019/08/shaggy2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"shaggy2-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:\"shaggy2-300x217.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:217;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:{}}}'),(5085,2019,'_thumbnail_id','2032'),(5086,2019,'xyz_smap','1'),(5088,2033,'_wp_attached_file','2019/08/bolt-carlton.jpg'),(5089,2033,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:866;s:6:\"height\";i:737;s:4:\"file\";s:24:\"2019/08/bolt-carlton.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bolt-carlton-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:\"bolt-carlton-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"bolt-carlton-768x654.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"bolt-carlton-866x655.jpg\";s:5:\"width\";i:866;s:6:\"height\";i:655;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:{}}}'),(5092,2036,'_wp_attached_file','2019/08/carlton-brown.jpg'),(5093,2036,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:25:\"2019/08/carlton-brown.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"carlton-brown-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:\"carlton-brown-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:{}}}'),(5098,2024,'_thumbnail_id','2132'),(5099,2024,'_edit_last','9'),(5100,2024,'sponsored_url',''),(5102,2024,'xyz_smap','1'),(5104,2041,'_edit_lock','1565641204:9'),(5105,2042,'_wp_attached_file','2019/08/Jennifer-Aniston-A.jpg'),(5106,2042,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:30:\"2019/08/Jennifer-Aniston-A.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Jennifer-Aniston-A-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:\"Jennifer-Aniston-A-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Jennifer-Aniston-A-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Avalon\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:268:\"163684, Jennifer Aniston attends the premiere Of HBO\'s \'The Leftovers\' Season 3 at Avalon Hollywood. Los Angeles, California - Tuesday April 4, 2017. Photograph: © PacificCoastNews. Los Angeles Office (PCN): +1 310.822.0419 UK Office (Photoshot): +44 (0) 20 7421 6000\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:28:\"Avalon. All rights reserved.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:84:\"Jennifer Aniston attends the premiere Of HBO\'s \'The Leftovers\' Season 3 in Hollywood\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:13:{i:0;s:8:\"arrivals\";i:1;s:4:\" HBO\";i:2;s:10:\" Hollywood\";i:3;s:9:\" premiere\";i:4;s:14:\" The Leftovers\";i:5;s:10:\"04.04.2017\";i:6;s:3:\"XM1\";i:7;s:6:\"295695\";i:8;s:12:\"B5794_295695\";i:9;s:5:\"B5794\";i:10;s:27:\"163684PCN_TheLeftoversXM062\";i:11;s:17:\"B5794_295695_0062\";i:12;s:28:\"163684PCNT_B5794_295695_0062\";}}}'),(5107,2041,'_thumbnail_id','2042'),(5108,2041,'_edit_last','9'),(5109,2041,'sponsored_url',''),(5111,2041,'xyz_smap','1'),(5113,2044,'_edit_lock','1565215208:14'),(5114,2044,'_edit_last','14'),(5115,2044,'sponsored_url',''),(5116,2047,'_wp_attached_file','2019/08/Happy-Couple.jpg'),(5117,2047,'wpmf_size','404290'),(5118,2047,'wpmf_filetype','jpg'),(5119,2047,'wpmf_order','0'),(5120,2047,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2019/08/Happy-Couple.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Happy-Couple-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:\"Happy-Couple-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:24:\"Happy-Couple-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:25:\"Happy-Couple-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Happy-Couple-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5121,2048,'_wp_attached_file','2019/08/Cheerful-Couple.jpg'),(5122,2048,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2259;s:6:\"height\";i:1506;s:4:\"file\";s:27:\"2019/08/Cheerful-Couple.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Cheerful-Couple-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:\"Cheerful-Couple-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:27:\"Cheerful-Couple-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:28:\"Cheerful-Couple-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Cheerful-Couple-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5123,2049,'_wp_attached_file','2019/08/amazon-fedex-logo.jpg'),(5124,2049,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:535;s:4:\"file\";s:29:\"2019/08/amazon-fedex-logo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"amazon-fedex-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:29:\"amazon-fedex-logo-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:29:\"amazon-fedex-logo-768x433.jpg\";s:5:\"width\";i:768;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: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:{}}}'),(5125,2051,'_wp_attached_file','2019/08/Thanks-For-Existing.jpg'),(5126,2051,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3176;s:6:\"height\";i:2117;s:4:\"file\";s:31:\"2019/08/Thanks-For-Existing.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Thanks-For-Existing-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:\"Thanks-For-Existing-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:31:\"Thanks-For-Existing-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:32:\"Thanks-For-Existing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Thanks-For-Existing-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5128,2044,'_thumbnail_id','2049'),(5129,2044,'xyz_smap','1'),(5131,2053,'_wp_attached_file','2019/08/Black-Couple-Being-Intimate.jpg'),(5132,2053,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:626;s:6:\"height\";i:439;s:4:\"file\";s:39:\"2019/08/Black-Couple-Being-Intimate.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Black-Couple-Being-Intimate-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:\"Black-Couple-Being-Intimate-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;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:30:\"A couple being intimate in bed\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:13:\"Rawpixel Ltd.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:30:\"A couple being intimate in bed\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:68:{i:0;s:5:\"adult\";i:1;s:12:\"affectionate\";i:2;s:6:\"africa\";i:3;s:7:\"african\";i:4;s:16:\"african american\";i:5;s:15:\"african descent\";i:6;s:7:\"america\";i:7;s:8:\"american\";i:8;s:9:\"apartment\";i:9;s:5:\"awake\";i:10;s:3:\"bed\";i:11;s:7:\"bedding\";i:12;s:7:\"bedroom\";i:13;s:5:\"black\";i:14;s:15:\"black and white\";i:15;s:7:\"blanket\";i:16;s:9:\"boyfriend\";i:17;s:2:\"bw\";i:18;s:5:\"condo\";i:19;s:11:\"condominium\";i:20;s:6:\"couple\";i:21;s:7:\"descent\";i:22;s:9:\"diversity\";i:23;s:5:\"dwell\";i:24;s:13:\"encouragement\";i:25;s:5:\"enjoy\";i:26;s:6:\"female\";i:27;s:3:\"fun\";i:28;s:10:\"girlfriend\";i:29;s:9:\"happiness\";i:30;s:5:\"happy\";i:31;s:4:\"home\";i:32;s:5:\"house\";i:33;s:7:\"husband\";i:34;s:8:\"intimacy\";i:35;s:8:\"intimate\";i:36;s:4:\"kiss\";i:37;s:4:\"love\";i:38;s:5:\"lover\";i:39;s:4:\"male\";i:40;s:3:\"man\";i:41;s:4:\"mood\";i:42;s:7:\"nigeria\";i:43;s:8:\"nigerian\";i:44;s:9:\"nightwear\";i:45;s:7:\"pajamas\";i:46;s:7:\"passion\";i:47;s:10:\"passionate\";i:48;s:7:\"patient\";i:49;s:6:\"people\";i:50;s:6:\"pillow\";i:51;s:3:\"pla\";i:52;s:4:\"play\";i:53;s:7:\"pyjamas\";i:54;s:12:\"relationship\";i:55;s:5:\"relax\";i:56;s:8:\"romantic\";i:57;s:4:\"room\";i:58;s:7:\"sensual\";i:59;s:5:\"smile\";i:60;s:9:\"take care\";i:61;s:10:\"temptation\";i:62;s:8:\"together\";i:63;s:12:\"togetherness\";i:64;s:3:\"two\";i:65;s:7:\"wake up\";i:66;s:4:\"wife\";i:67;s:5:\"woman\";}}}'),(5134,2028,'_thumbnail_id','2053'),(5135,2028,'_edit_last','11'),(5136,2028,'xyz_smap','1'),(5138,2028,'sponsored_url',''),(5139,2056,'_edit_lock','1565886916:12'),(5142,2058,'_edit_lock','1565888731:4'),(5143,2058,'_edit_last','14'),(5144,2058,'sponsored_url',''),(5145,2060,'_wp_attached_file','2019/08/Cellphones-and-Relationships.jpg'),(5146,2060,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1292;s:6:\"height\";i:862;s:4:\"file\";s:40:\"2019/08/Cellphones-and-Relationships.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Cellphones-and-Relationships-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:\"Cellphones-and-Relationships-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:40:\"Cellphones-and-Relationships-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:41:\"Cellphones-and-Relationships-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Cellphones-and-Relationships-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5147,2061,'_wp_attached_file','2019/08/Couple-On-Phone.jpg'),(5148,2061,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:401;s:6:\"height\";i:245;s:4:\"file\";s:27:\"2019/08/Couple-On-Phone.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Couple-On-Phone-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:\"Couple-On-Phone-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;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:{}}}'),(5149,2062,'_wp_attached_file','2019/08/Distracted.jpg'),(5150,2062,'wpmf_size','53989'),(5151,2062,'wpmf_filetype','jpg'),(5152,2062,'wpmf_order','0'),(5153,2062,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:22:\"2019/08/Distracted.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Distracted-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:\"Distracted-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:22:\"Distracted-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Distracted-1000x655.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:655;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:{}}}'),(5154,2056,'_edit_last','12'),(5155,2056,'sponsored_url',''),(5157,2056,'_thumbnail_id','2062'),(5158,2056,'xyz_smap','1'),(5163,2067,'_edit_lock','1565892150:1'),(5164,2068,'_wp_attached_file','2019/08/colour-me-charity-run.jpg'),(5165,2068,'wpmf_size','74725'),(5166,2068,'wpmf_filetype','jpg'),(5167,2068,'wpmf_order','0'),(5168,2068,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:365;s:4:\"file\";s:33:\"2019/08/colour-me-charity-run.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"colour-me-charity-run-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:\"colour-me-charity-run-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"colour-me-charity-run-768x292.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:292;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:{}}}'),(5175,2071,'_edit_lock','1565641194:9'),(5176,2067,'_thumbnail_id','4307'),(5177,2073,'_wp_attached_file','2019/08/Festival-Queen-A.jpg'),(5178,2067,'_edit_last','1'),(5179,2067,'out_date','2019-09-14'),(5180,2067,'out_time','04:00 PM'),(5181,2067,'out_address','231 0ld Hope Rd, Hope Gardens, Kingston Jamaica'),(5182,2067,'out_description','6th annual Powder Charity Run Colour Me Happy '),(5183,2067,'out_mapurl',''),(5184,2067,'post_gallery_id','a:1:{i:0;s:4:\"2068\";}'),(5185,2073,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2019/08/Festival-Queen-A.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Festival-Queen-A-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:\"Festival-Queen-A-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:28:\"Festival-Queen-A-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:29:\"Festival-Queen-A-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Festival-Queen-A-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564732832\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"330\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5186,2074,'_edit_lock','1565735183:16'),(5187,2076,'_wp_attached_file','2019/08/Festival-Queen-BB.jpg'),(5188,2076,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2019/08/Festival-Queen-BB.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Festival-Queen-BB-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:\"Festival-Queen-BB-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:29:\"Festival-Queen-BB-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:30:\"Festival-Queen-BB-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Festival-Queen-BB-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564732844\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"250\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5192,2077,'_wp_attached_file','2019/08/Festival-Queen-CC.jpg'),(5193,2077,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2019/08/Festival-Queen-CC.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Festival-Queen-CC-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:\"Festival-Queen-CC-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:29:\"Festival-Queen-CC-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:30:\"Festival-Queen-CC-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Festival-Queen-CC-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564732835\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5194,2078,'_edit_lock','1565888252:6'),(5195,2080,'_wp_attached_file','2019/08/Justin-Morin-former-CEO-of-Digicel-Jamaica.jpg'),(5196,2080,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1272;s:6:\"height\";i:720;s:4:\"file\";s:54:\"2019/08/Justin-Morin-former-CEO-of-Digicel-Jamaica.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Justin-Morin-former-CEO-of-Digicel-Jamaica-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:54:\"Justin-Morin-former-CEO-of-Digicel-Jamaica-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Justin-Morin-former-CEO-of-Digicel-Jamaica-768x435.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"Justin-Morin-former-CEO-of-Digicel-Jamaica-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"Justin-Morin-former-CEO-of-Digicel-Jamaica-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5197,2082,'_wp_attached_file','2019/08/film-festival-portie.jpg'),(5198,2082,'wpmf_size','212505'),(5199,2082,'wpmf_filetype','jpg'),(5200,2082,'wpmf_order','0'),(5201,2082,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:685;s:6:\"height\";i:960;s:4:\"file\";s:32:\"2019/08/film-festival-portie.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"film-festival-portie-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:\"film-festival-portie-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"film-festival-portie-685x655.jpg\";s:5:\"width\";i:685;s:6:\"height\";i:655;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:{}}}'),(5202,2074,'_thumbnail_id','2082'),(5203,2074,'_edit_last','16'),(5204,2074,'out_date','2019-11-01'),(5205,2074,'out_time','05:00 PM'),(5206,2074,'out_address','Great Huts Resort 8-10 Boston Bay, Port Antonio'),(5207,2074,'out_description','The Portie Film Festival is back. It will feature amazing screenings, film celeb appearances and contests.'),(5208,2074,'out_mapurl','https://www.google.com/maps/place/Great+Huts+Resort/@18.1596957,-76.3578175,17z/data=!3m1!4b1!4m8!3m7!1s0x8ec4d1e8914508c7:0x781cd0367fa08dd2!5m2!4m1!1i2!8m2!3d18.1596957!4d-76.3556288'),(5209,2074,'post_gallery_id','a:1:{i:0;s:4:\"2082\";}'),(5212,2071,'_thumbnail_id','2073'),(5213,2071,'_edit_last','9'),(5214,2071,'sponsored_url',''),(5215,2087,'_wp_attached_file','2019/08/good-samaritan-walk.jpg'),(5216,2087,'wpmf_size','63163'),(5217,2087,'wpmf_filetype','jpg'),(5218,2087,'wpmf_order','0'),(5219,2087,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:397;s:4:\"file\";s:31:\"2019/08/good-samaritan-walk.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"good-samaritan-walk-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:\"good-samaritan-walk-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"good-samaritan-walk-768x318.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:318;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:{}}}'),(5221,2071,'xyz_smap','1'),(5231,2088,'_edit_lock','1565800297:13'),(5232,2090,'_edit_lock','1565888464:6'),(5233,2091,'_wp_attached_file','2019/08/Digicel-Logo.png'),(5234,2091,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1275;s:6:\"height\";i:629;s:4:\"file\";s:24:\"2019/08/Digicel-Logo.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Digicel-Logo-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:\"Digicel-Logo-300x148.png\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Digicel-Logo-768x379.png\";s:5:\"width\";i:768;s:6:\"height\";i:379;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Digicel-Logo-1024x505.png\";s:5:\"width\";i:1024;s:6:\"height\";i:505;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Digicel-Logo-1060x629.png\";s:5:\"width\";i:1060;s:6:\"height\";i:629;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:{}}}'),(5235,2092,'_wp_attached_file','2019/08/river-n-picnic.jpg'),(5236,2092,'wpmf_size','128534'),(5237,2092,'wpmf_filetype','jpg'),(5238,2092,'wpmf_order','0'),(5239,2092,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:697;s:6:\"height\";i:960;s:4:\"file\";s:26:\"2019/08/river-n-picnic.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"river-n-picnic-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:\"river-n-picnic-218x300.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"river-n-picnic-697x655.jpg\";s:5:\"width\";i:697;s:6:\"height\";i:655;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:{}}}'),(5240,2093,'_wp_attached_file','2019/08/Revolving-Door.jpg'),(5241,2093,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:267;s:4:\"file\";s:26:\"2019/08/Revolving-Door.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Revolving-Door-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:\"Revolving-Door-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:{}}}'),(5242,2088,'_thumbnail_id','3584'),(5243,2088,'_edit_last','13'),(5244,2088,'out_date','2019-08-17'),(5245,2088,'out_time','06:00 AM'),(5246,2088,'out_address','True Juice, Bog Walk St Catherine '),(5247,2088,'out_description','A great family day of hiking & picnic.\r\n '),(5248,2088,'out_mapurl','https://www.google.com/maps/place/Tru+juice+jamaica/@18.0835222,-77.0529503,17z/data=!3m1!4b1!4m5!3m4!1s0x8edb0e7f4cc3e661:0x30b028cb41a881bd!8m2!3d18.0835171!4d-77.0507616'),(5249,2088,'post_gallery_id','a:2:{i:0;s:4:\"2092\";i:1;s:4:\"3584\";}'),(5250,2094,'_wp_attached_file','2019/08/google-assistant-vs-apple-siri-demo-buzz.jpg'),(5251,2094,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:52:\"2019/08/google-assistant-vs-apple-siri-demo-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"google-assistant-vs-apple-siri-demo-buzz-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:52:\"google-assistant-vs-apple-siri-demo-buzz-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:52:\"google-assistant-vs-apple-siri-demo-buzz-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:53:\"google-assistant-vs-apple-siri-demo-buzz-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"google-assistant-vs-apple-siri-demo-buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5252,2095,'_wp_attached_file','2019/08/Allison-Cole-Phillbert.jpg'),(5253,2095,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:504;s:6:\"height\";i:332;s:4:\"file\";s:34:\"2019/08/Allison-Cole-Phillbert.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Allison-Cole-Phillbert-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:\"Allison-Cole-Phillbert-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;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:{}}}'),(5254,2078,'_edit_last','6'),(5255,2078,'sponsored_url',''),(5257,2078,'_thumbnail_id','4201'),(5258,2078,'xyz_smap','1'),(5260,2098,'_edit_lock','1565886940:21'),(5262,2090,'_edit_last','14'),(5263,2090,'xyz_smap','1'),(5265,2090,'sponsored_url',''),(5266,2101,'_edit_lock','1565886755:12'),(5267,2102,'_wp_attached_file','2019/08/Digicel-CEO.jpg'),(5268,2102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:801;s:4:\"file\";s:23:\"2019/08/Digicel-CEO.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Digicel-CEO-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:\"Digicel-CEO-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:23:\"Digicel-CEO-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Digicel-CEO-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Digicel-CEO-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5269,2103,'_wp_attached_file','2019/08/DSC_0141.jpg'),(5270,2103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1549;s:6:\"height\";i:1037;s:4:\"file\";s:20:\"2019/08/DSC_0141.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0141-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:\"DSC_0141-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:20:\"DSC_0141-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0141-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0141-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564178642\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5273,2098,'_thumbnail_id','2080'),(5274,2098,'_edit_last','21'),(5275,2098,'xyz_smap','1'),(5277,2098,'sponsored_url',''),(5278,2107,'_edit_lock','1565886861:21'),(5279,2108,'_edit_lock','1565977098:21'),(5280,2109,'_wp_attached_file','2019/08/milla1-copy.jpg'),(5281,2109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2019/08/milla1-copy.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"milla1-copy-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:\"milla1-copy-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"milla1-copy-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"milla1-copy-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"milla1-copy-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5282,2110,'_wp_attached_file','2019/08/Fashionenira-A.jpg'),(5283,2110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:2250;s:4:\"file\";s:26:\"2019/08/Fashionenira-A.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Fashionenira-A-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:\"Fashionenira-A-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Fashionenira-A-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Fashionenira-A-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Fashionenira-A-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"Jamie Barnett\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1562748844\";s:9:\"copyright\";s:24:\"jamiebarnett photography\";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:{}}}'),(5284,2111,'_wp_attached_file','2019/08/Fashionenira-BB.jpg'),(5285,2111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:27:\"2019/08/Fashionenira-BB.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Fashionenira-BB-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:\"Fashionenira-BB-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:27:\"Fashionenira-BB-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:28:\"Fashionenira-BB-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Fashionenira-BB-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:13:\"Jamie Barnett\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1554825650\";s:9:\"copyright\";s:24:\"jamiebarnett photography\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5286,2112,'_wp_attached_file','2019/08/Fashionenira-CCC.jpg'),(5287,2112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:4:\"file\";s:28:\"2019/08/Fashionenira-CCC.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Fashionenira-CCC-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:\"Fashionenira-CCC-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Fashionenira-CCC-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Fashionenira-CCC-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Fashionenira-CCC-1000x655.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:13:\"Jamie Barnett\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1554824341\";s:9:\"copyright\";s:24:\"jamiebarnett photography\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5288,2113,'_wp_attached_file','2019/08/DSC_0137.jpg'),(5289,2113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1162;s:6:\"height\";i:778;s:4:\"file\";s:20:\"2019/08/DSC_0137.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0137-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:\"DSC_0137-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:20:\"DSC_0137-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0137-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0137-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564178310\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5290,2114,'_wp_attached_file','2019/08/Moodys.jpg'),(5291,2114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:628;s:6:\"height\";i:378;s:4:\"file\";s:18:\"2019/08/Moodys.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Moodys-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:\"Moodys-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;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:438:\"Image processed by CodeCarvings Piczard ### FREE Community Edition ### on 2017-06-08 10:20:55Z | http://piczard.com | http://codecarvings.comýýÿþþþÿþþþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýÿÿÿüÿÿÿÿýÿÿÿþÿÿøÿüÿ¤ÿA}eÿCmÿ@mÿ&gt;mÿ&gt;mÿBmÿGlÿFjÿHoÿL}mÿ²¥ÿßõîÿùÿÿÿýÿþÿÿüþÿþÿÿÿý+ppÝÉÈ\";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:{}}}'),(5292,2115,'_wp_attached_file','2019/08/DSC_0146.jpg'),(5293,2115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2324;s:6:\"height\";i:1556;s:4:\"file\";s:20:\"2019/08/DSC_0146.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0146-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:\"DSC_0146-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:20:\"DSC_0146-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0146-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0146-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564178993\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"22\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5294,2116,'_wp_attached_file','2019/08/Fashionenira-DDDD.jpg'),(5295,2116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:4:\"file\";s:29:\"2019/08/Fashionenira-DDDD.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Fashionenira-DDDD-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:\"Fashionenira-DDDD-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Fashionenira-DDDD-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Fashionenira-DDDD-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Fashionenira-DDDD-1000x655.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:655;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:\"Jamie Barnett\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1562748857\";s:9:\"copyright\";s:24:\"jamiebarnett photography\";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:{}}}'),(5296,2117,'_wp_attached_file','2019/08/Fan_MillaJovovich_ResidentE.jpg'),(5297,2117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:39:\"2019/08/Fan_MillaJovovich_ResidentE.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Fan_MillaJovovich_ResidentE-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:\"Fan_MillaJovovich_ResidentE-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Fan_MillaJovovich_ResidentE-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Fan_MillaJovovich_ResidentE-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Fan_MillaJovovich_ResidentE-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5298,2118,'_wp_attached_file','2019/08/Fashionenira-EEEE.jpg'),(5299,2118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:4:\"file\";s:29:\"2019/08/Fashionenira-EEEE.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Fashionenira-EEEE-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:\"Fashionenira-EEEE-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Fashionenira-EEEE-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Fashionenira-EEEE-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Fashionenira-EEEE-1000x655.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:655;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:\"Jamie Barnett\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1562748696\";s:9:\"copyright\";s:24:\"jamiebarnett photography\";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:{}}}'),(5300,2101,'_thumbnail_id','4076'),(5301,2101,'_edit_last','14'),(5302,2101,'sponsored_url',''),(5303,2120,'_wp_attached_file','2019/08/Fashionenira-cover.jpg'),(5304,2120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:895;s:4:\"file\";s:30:\"2019/08/Fashionenira-cover.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Fashionenira-cover-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:\"Fashionenira-cover-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Fashionenira-cover-768x458.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Fashionenira-cover-1024x611.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:611;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Fashionenira-cover-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"Jamie Barnett\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1562748844\";s:9:\"copyright\";s:24:\"jamiebarnett photography\";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:{}}}'),(5306,2101,'xyz_smap','1'),(5308,2108,'_edit_last','21'),(5309,2108,'sponsored_url',''),(5310,2123,'_wp_attached_file','2019/08/Digicel-HQ.jpg'),(5311,2123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:726;s:6:\"height\";i:485;s:4:\"file\";s:22:\"2019/08/Digicel-HQ.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Digicel-HQ-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:\"Digicel-HQ-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:{}}}'),(5313,2108,'_thumbnail_id','2120'),(5314,2108,'xyz_smap','1'),(5317,2107,'_thumbnail_id','2091'),(5318,2107,'_edit_last','21'),(5319,2107,'xyz_smap','1'),(5321,2107,'sponsored_url',''),(5322,2126,'_edit_lock','1565886988:21'),(5324,2058,'_thumbnail_id','2103'),(5325,2058,'xyz_smap','1'),(5328,2126,'_thumbnail_id','2123'),(5329,2126,'_edit_last','21'),(5330,2126,'xyz_smap','1'),(5332,2126,'sponsored_url',''),(5333,2130,'_edit_lock','1565838477:14'),(5334,2131,'_wp_attached_file','2019/08/Sportage.jpg'),(5335,2131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5143;s:6:\"height\";i:3429;s:4:\"file\";s:20:\"2019/08/Sportage.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Sportage-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:\"Sportage-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:20:\"Sportage-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:21:\"Sportage-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Sportage-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563793948\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"23\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5336,2132,'_wp_attached_file','2019/08/bolt-carlton-featured-image.jpg'),(5337,2132,'wpmf_size','124452'),(5338,2132,'wpmf_filetype','jpg'),(5339,2132,'wpmf_order','0'),(5340,2132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:866;s:6:\"height\";i:427;s:4:\"file\";s:39:\"2019/08/bolt-carlton-featured-image.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"bolt-carlton-featured-image-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:\"bolt-carlton-featured-image-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"bolt-carlton-featured-image-768x379.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:379;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:{}}}'),(5343,2133,'_wp_attached_file','2019/08/Kevoy-Burton-B.jpeg'),(5344,2133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:805;s:4:\"file\";s:27:\"2019/08/Kevoy-Burton-B.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Kevoy-Burton-B-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:\"Kevoy-Burton-B-300x189.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Kevoy-Burton-B-768x483.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:483;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Kevoy-Burton-B-1024x644.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Kevoy-Burton-B-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5345,2134,'_wp_attached_file','2019/08/Kevoy-Burton-CC.jpeg'),(5346,2134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:719;s:6:\"height\";i:1280;s:4:\"file\";s:28:\"2019/08/Kevoy-Burton-CC.jpeg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Kevoy-Burton-CC-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:28:\"Kevoy-Burton-CC-169x300.jpeg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Kevoy-Burton-CC-575x1024.jpeg\";s:5:\"width\";i:575;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Kevoy-Burton-CC-719x655.jpeg\";s:5:\"width\";i:719;s:6:\"height\";i:655;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:{}}}'),(5347,2135,'_wp_attached_file','2019/08/Kevoy-Burton-A.jpeg'),(5348,2135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:719;s:4:\"file\";s:27:\"2019/08/Kevoy-Burton-A.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Kevoy-Burton-A-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:\"Kevoy-Burton-A-300x169.jpeg\";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:27:\"Kevoy-Burton-A-768x431.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Kevoy-Burton-A-1024x575.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Kevoy-Burton-A-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5349,2136,'_wp_attached_file','2019/07/Kia-Sorento.jpg'),(5350,2136,'wpmf_size','1301731'),(5351,2136,'wpmf_filetype','jpg'),(5352,2136,'wpmf_order','0'),(5353,2136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5126;s:6:\"height\";i:3111;s:4:\"file\";s:23:\"2019/07/Kia-Sorento.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Kia-Sorento-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:\"Kia-Sorento-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:23:\"Kia-Sorento-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:24:\"Kia-Sorento-1024x621.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:621;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Kia-Sorento-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563795301\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5354,2137,'_wp_attached_file','2019/07/Push-Button-Start-Kia-Sorento.jpg'),(5355,2137,'wpmf_size','673183'),(5356,2137,'wpmf_filetype','jpg'),(5357,2137,'wpmf_order','0'),(5358,2137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:2916;s:4:\"file\";s:41:\"2019/07/Push-Button-Start-Kia-Sorento.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Push-Button-Start-Kia-Sorento-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:\"Push-Button-Start-Kia-Sorento-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:41:\"Push-Button-Start-Kia-Sorento-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:42:\"Push-Button-Start-Kia-Sorento-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Push-Button-Start-Kia-Sorento-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563795813\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5359,2138,'_wp_attached_file','2019/07/Spacious-interior-of-Kia-Sorento.jpg'),(5360,2138,'wpmf_size','824461'),(5361,2138,'wpmf_filetype','jpg'),(5362,2138,'wpmf_order','0'),(5363,2138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:2916;s:4:\"file\";s:44:\"2019/07/Spacious-interior-of-Kia-Sorento.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Spacious-interior-of-Kia-Sorento-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:\"Spacious-interior-of-Kia-Sorento-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:44:\"Spacious-interior-of-Kia-Sorento-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:45:\"Spacious-interior-of-Kia-Sorento-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Spacious-interior-of-Kia-Sorento-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563795408\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5364,2139,'_wp_attached_file','2019/07/Kia-Optima.jpg'),(5365,2139,'wpmf_size','921851'),(5366,2139,'wpmf_filetype','jpg'),(5367,2139,'wpmf_order','0'),(5368,2139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:2916;s:4:\"file\";s:22:\"2019/07/Kia-Optima.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Kia-Optima-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:\"Kia-Optima-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:22:\"Kia-Optima-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:23:\"Kia-Optima-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Kia-Optima-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563796628\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"47\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5373,2143,'_edit_lock','1565812495:14'),(5374,2130,'_thumbnail_id','2133'),(5375,2130,'_edit_last','14'),(5376,2130,'sponsored_url',''),(5377,2146,'_wp_attached_file','2019/07/KIA.jpg'),(5378,2146,'wpmf_size','950371'),(5379,2146,'wpmf_filetype','jpg'),(5380,2146,'wpmf_order','0'),(5381,2146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:15:\"2019/07/KIA.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"KIA-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:15:\"KIA-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:15:\"KIA-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:16:\"KIA-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"KIA-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563793867\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"27\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5383,2130,'xyz_smap','1'),(5386,2150,'_wp_attached_file','2019/07/Driving-KIA.jpg'),(5387,2150,'wpmf_size','611677'),(5388,2150,'wpmf_filetype','jpg'),(5389,2150,'wpmf_order','0'),(5390,2150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:2916;s:4:\"file\";s:23:\"2019/07/Driving-KIA.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Driving-KIA-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:\"Driving-KIA-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:23:\"Driving-KIA-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:24:\"Driving-KIA-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Driving-KIA-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563795766\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5392,59,'xyz_smap','1'),(5394,2152,'_edit_lock','1565640681:9'),(5395,2153,'_wp_attached_file','2019/08/katy-perry.jpg'),(5396,2153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:22:\"2019/08/katy-perry.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"katy-perry-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:\"katy-perry-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"katy-perry-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(5397,2152,'_thumbnail_id','2153'),(5398,2152,'_edit_last','9'),(5399,2152,'sponsored_url',''),(5401,2152,'xyz_smap','1'),(5403,2155,'_edit_lock','1567289748:4'),(5404,2156,'_edit_lock','1565640639:9'),(5405,2157,'_edit_lock','1565838251:14'),(5406,2158,'_wp_attached_file','2019/08/nicholas-cage.jpg'),(5407,2158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:25:\"2019/08/nicholas-cage.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"nicholas-cage-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:\"nicholas-cage-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"nicholas-cage-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:26:\"J.B Nicholas / Splash News\";s:6:\"camera\";s:11:\"NIKON D300S\";s:7:\"caption\";s:358:\"Nicolas Cage seen arriving at \'The Late Show with David Letterman\' in NYC.\r<P>\rPictured: Nicolas Cage\r<P>\r<B>Ref: SPL358891  090212  </B><BR />\rPicture by: J.B Nicholas / Splash News<BR />\r</P><P>\r<B>Splash News and Pictures</B><BR />\rLos Angeles:	310-821-2666<BR />\rNew York:	212-619-2666<BR />\rLondon:	870-934-2666<BR />\rphotodesk@splashnews.com<BR />\r</P>\";s:17:\"created_timestamp\";s:10:\"1328753274\";s:9:\"copyright\";s:26:\"Ã?Â© www.splashnews.com\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:43:\"Nick Cage visits \"Letterman,\" New York City\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:11:{i:0;s:12:\"Nicolas Cage\";i:1;s:34:\"The Late Show with David Letterman\";i:2;s:7:\"TV show\";i:3;s:15:\"television show\";i:4;s:21:\"arriving at TV studio\";i:5;s:29:\"arriving at television studio\";i:6;s:5:\"happy\";i:7;s:6:\"smiley\";i:8;s:7:\"smiling\";i:9;s:5:\"smile\";i:10;s:13:\"looking happy\";}}}'),(5408,2156,'_edit_last','9'),(5409,2156,'sponsored_url',''),(5410,2156,'_thumbnail_id','2158'),(5412,2156,'xyz_smap','1'),(5414,2162,'_wp_attached_file','2019/08/Businesswoman.jpg'),(5415,2162,'wpmf_size','1909548'),(5416,2162,'wpmf_filetype','jpg'),(5417,2162,'wpmf_order','0'),(5418,2162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4000;s:6:\"height\";i:2666;s:4:\"file\";s:25:\"2019/08/Businesswoman.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Businesswoman-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:\"Businesswoman-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:\"Businesswoman-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:\"Businesswoman-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Businesswoman-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5420,2155,'_thumbnail_id','4304'),(5421,2155,'_edit_last','21'),(5422,2155,'xyz_smap','1'),(5424,2155,'sponsored_url',''),(5425,2164,'_edit_lock','1565224394:15'),(5426,2157,'_edit_last','14'),(5427,2157,'sponsored_url',''),(5428,2166,'_wp_attached_file','2019/08/DeborahChen_Board2019-2021_portrait.jpg'),(5429,2166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:625;s:4:\"file\";s:47:\"2019/08/DeborahChen_Board2019-2021_portrait.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"DeborahChen_Board2019-2021_portrait-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:\"DeborahChen_Board2019-2021_portrait-240x300.jpg\";s:5:\"width\";i:240;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(5430,2167,'_wp_attached_file','2019/08/NCD-alliance-logo-1200x354.jpg'),(5431,2167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:354;s:4:\"file\";s:38:\"2019/08/NCD-alliance-logo-1200x354.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"NCD-alliance-logo-1200x354-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:\"NCD-alliance-logo-1200x354-300x89.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"NCD-alliance-logo-1200x354-768x227.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"NCD-alliance-logo-1200x354-1024x302.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:302;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"NCD-alliance-logo-1200x354-1060x354.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:354;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:8:\"Imprimir\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5433,2164,'_thumbnail_id','2166'),(5434,2164,'_edit_last','11'),(5435,2164,'xyz_smap','1'),(5437,2164,'sponsored_url',''),(5443,2174,'_wp_attached_file','2019/08/NCDA-new_board.jpg'),(5444,2174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:26:\"2019/08/NCDA-new_board.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"NCDA-new_board-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:\"NCDA-new_board-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"NCDA-new_board-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"NCDA-new_board-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"NCDA-new_board-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5449,2176,'_edit_lock','1565838068:9'),(5450,2177,'_wp_attached_file','2019/08/andrew-holness.jpeg'),(5451,2177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:350;s:4:\"file\";s:27:\"2019/08/andrew-holness.jpeg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"andrew-holness-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:\"andrew-holness-300x124.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"andrew-holness-768x316.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:316;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:{}}}'),(5452,2178,'_wp_attached_file','2019/08/andrew-holness-1.jpeg'),(5453,2178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:350;s:4:\"file\";s:29:\"2019/08/andrew-holness-1.jpeg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"andrew-holness-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:29:\"andrew-holness-1-300x124.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"andrew-holness-1-768x316.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:316;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:{}}}'),(5456,2180,'_wp_attached_file','2019/08/stinky-shoes.jpg'),(5457,2180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:805;s:6:\"height\";i:457;s:4:\"file\";s:24:\"2019/08/stinky-shoes.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"stinky-shoes-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:\"stinky-shoes-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"stinky-shoes-768x436.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:436;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:{}}}'),(5460,2182,'_wp_attached_file','2019/08/tea-bag-shoe-deodorizer-let-sit.jpg'),(5461,2182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1065;s:6:\"height\";i:701;s:4:\"file\";s:43:\"2019/08/tea-bag-shoe-deodorizer-let-sit.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"tea-bag-shoe-deodorizer-let-sit-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:\"tea-bag-shoe-deodorizer-let-sit-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"tea-bag-shoe-deodorizer-let-sit-768x506.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"tea-bag-shoe-deodorizer-let-sit-1024x674.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"tea-bag-shoe-deodorizer-let-sit-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5462,2184,'_wp_attached_file','2019/08/tea-bag-shoe-deodorizer-what-you-need.jpg'),(5463,2184,'wpmf_size','195183'),(5464,2184,'wpmf_filetype','jpg'),(5465,2184,'wpmf_order','0'),(5466,2184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1086;s:6:\"height\";i:694;s:4:\"file\";s:49:\"2019/08/tea-bag-shoe-deodorizer-what-you-need.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"tea-bag-shoe-deodorizer-what-you-need-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:\"tea-bag-shoe-deodorizer-what-you-need-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"tea-bag-shoe-deodorizer-what-you-need-768x491.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"tea-bag-shoe-deodorizer-what-you-need-1024x654.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"tea-bag-shoe-deodorizer-what-you-need-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5468,2176,'_thumbnail_id','3399'),(5469,2176,'_edit_last','9'),(5470,2176,'xyz_smap','1'),(5472,2176,'sponsored_url',''),(5473,2186,'_wp_attached_file','2019/08/MMJ09827-1.jpg'),(5474,2186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2208;s:6:\"height\";i:1242;s:4:\"file\";s:22:\"2019/08/MMJ09827-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"MMJ09827-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:22:\"MMJ09827-1-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:22:\"MMJ09827-1-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:23:\"MMJ09827-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"MMJ09827-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5475,2187,'_edit_lock','1565466795:11'),(5476,2188,'_wp_attached_file','2019/08/Weeknd-and-Bella.jpg'),(5477,2188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:28:\"2019/08/Weeknd-and-Bella.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Weeknd-and-Bella-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:\"Weeknd-and-Bella-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Weeknd-and-Bella-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:11:\"Splash News\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:424:\"Model Bella Hadid and The Weeknd arrive at The 58th Grammy Awards Red Carpet Feb 15, 2016 - Staples Center - Los Angeles, California, United States\r<P>\rPictured: The Weeknd, Bella Hadid\r<B>Ref: SPL1241606  150216  </B><BR />\rPicture by: Splash News<BR />\r</P><P>\r<B>Splash News and Pictures</B><BR />\rLos Angeles:	310-821-2666<BR />\rNew York:	212-619-2666<BR />\rLondon:	870-934-2666<BR />\rphotodesk@splashnews.com<BR />\r</P>\";s:17:\"created_timestamp\";s:10:\"1455584385\";s:9:\"copyright\";s:21:\"© www.splashnews.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:76:\"Model Bella Hadid and The Weeknd arrive at The 58th Grammy Awards Red Carpet\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:78:{i:0;s:11:\"Award shows\";i:1;s:20:\"Celebrity red carpet\";i:2;s:6:\"Events\";i:3;s:5:\"Music\";i:4;s:13:\"Entertainment\";i:5;s:22:\"Arts and entertainment\";i:6;s:9:\"Celebrity\";i:7;s:25:\"58th annual Grammy Awards\";i:8;s:11:\"Los Angeles\";i:9;s:10:\"CALIFORNIA\";i:10;s:13:\"United States\";i:11;s:7:\"Grammys\";i:12;s:11:\"The Grammys\";i:13;s:13:\"Grammy Awards\";i:14;s:17:\"The Grammy Awards\";i:15;s:12:\"2016 Grammys\";i:16;s:12:\"Grammys 2016\";i:17;s:18:\"2016 Grammy Awards\";i:18;s:18:\"Grammy Awards 2016\";i:19;s:12:\"58th Grammys\";i:20;s:18:\"58th Grammy Awards\";i:21;s:10:\"Award Show\";i:22;s:14:\"Award Ceremony\";i:23;s:10:\"One Person\";i:24;s:10:\"Red Carpet\";i:25;s:11:\"Full Length\";i:26;s:9:\"Side View\";i:27;s:12:\"Profile View\";i:28;s:5:\"Style\";i:29;s:7:\"Fashion\";i:30;s:11:\"Formal Wear\";i:31;s:12:\"Evening Wear\";i:32;s:10:\"Black Hair\";i:33;s:13:\"Straight Hair\";i:34;s:4:\"Bust\";i:35;s:12:\"Music awards\";i:36;s:7:\"Breasts\";i:37;s:13:\"Grammy Awards\";i:38;s:8:\"Cleavage\";i:39;s:11:\"Decolletage\";i:40;s:15:\"Plunge Neckline\";i:41;s:17:\"Plunging Neckline\";i:42;s:11:\"Black Dress\";i:43;s:13:\"Side Cut Outs\";i:44;s:14:\"Waist Cut Outs\";i:45;s:13:\"Cut Out Dress\";i:46;s:16:\"Cut Out Clothing\";i:47;s:12:\"Long Sleeves\";i:48;s:12:\"Long Sleeved\";i:49;s:5:\"Shiny\";i:50;s:7:\"Sparkly\";i:51;s:10:\"Slit Dress\";i:52;s:11:\"Split Dress\";i:53;s:10:\"Thigh Slit\";i:54;s:11:\"Thigh Split\";i:55;s:17:\"Full Length Dress\";i:56;s:11:\"Ankle Strap\";i:57;s:11:\"Black Shoes\";i:58;s:13:\"Black Sandals\";i:59;s:14:\"Open Toe Shoes\";i:60;s:10:\"High Heels\";i:61;s:17:\"High Heeled Shoes\";i:62;s:19:\"High Heeled Sandals\";i:63;s:11:\"Black Purse\";i:64;s:12:\"Black Clutch\";i:65;s:14:\"Diamond Bangle\";i:66;s:16:\"Diamond Bracelet\";i:67;s:10:\"Two People\";i:68;s:10:\"Red Carpet\";i:69;s:9:\"Boyfriend\";i:70;s:10:\"Girlfriend\";i:71;s:7:\"Partner\";i:72;s:6:\"Couple\";i:73;s:16:\"Arm Around Waist\";i:74;s:11:\"Eye Contact\";i:75;s:10:\"supermodel\";i:76;s:7:\"Low Cut\";i:77;s:5:\"Boobs\";}}}'),(5478,2189,'_wp_attached_file','2019/08/smollett-copy.jpg'),(5479,2189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2019/08/smollett-copy.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"smollett-copy-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:\"smollett-copy-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"smollett-copy-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"smollett-copy-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"smollett-copy-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5480,2187,'_thumbnail_id','2189'),(5481,2187,'_edit_last','11'),(5482,2187,'sponsored_url',''),(5484,2187,'xyz_smap','1'),(5487,2157,'_thumbnail_id','2188'),(5488,2157,'xyz_smap','1'),(5490,2192,'_edit_lock','1565649000:9'),(5491,2193,'_wp_attached_file','2019/08/matt-damon-copy.jpg'),(5492,2193,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:27:\"2019/08/matt-damon-copy.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"matt-damon-copy-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:\"matt-damon-copy-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"matt-damon-copy-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"matt-damon-copy-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"matt-damon-copy-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1565107011\";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:{}}}'),(5494,2192,'_thumbnail_id','3260'),(5495,2192,'_edit_last','9'),(5496,2192,'xyz_smap','1'),(5498,2192,'sponsored_url',''),(5499,2195,'_edit_lock','1565225502:6'),(5501,2143,'_edit_last','14'),(5502,2143,'xyz_smap','1'),(5504,2143,'sponsored_url',''),(5505,2197,'_edit_lock','1565890413:9'),(5506,2198,'_wp_attached_file','2019/08/Whoopi-.jpg'),(5507,2198,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:19:\"2019/08/Whoopi-.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Whoopi--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:\"Whoopi--300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Whoopi--768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Whoopi--1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Whoopi--1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5509,2197,'_edit_last','9'),(5510,2197,'xyz_smap','1'),(5512,2197,'sponsored_url',''),(5513,2200,'_edit_lock','1565890333:9'),(5515,2195,'_thumbnail_id','2198'),(5516,2195,'_edit_last','6'),(5517,2195,'xyz_smap','1'),(5519,2195,'sponsored_url',''),(5521,2200,'_edit_last','4'),(5522,2200,'xyz_smap','1'),(5524,2200,'sponsored_url',''),(5531,2207,'_edit_lock','1565632378:14'),(5539,2207,'_edit_last','14'),(5540,2207,'xyz_smap','1'),(5542,2207,'sponsored_url',''),(5558,2220,'_edit_lock','1565228137:4'),(5559,2220,'_edit_last','4'),(5560,2220,'sponsored_url',''),(5561,2223,'_edit_lock','1566053608:11'),(5563,2223,'_edit_last','9'),(5564,2223,'xyz_smap','1'),(5566,2223,'sponsored_url',''),(5567,2225,'_edit_lock','1565227597:15'),(5568,2226,'_wp_attached_file','2019/08/Meg-Ryan.jpg'),(5569,2226,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:20:\"2019/08/Meg-Ryan.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Meg-Ryan-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:\"Meg-Ryan-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Meg-Ryan-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:11:\"Splash News\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:338:\"Meg Ryan is all smiles as she steps out in New York City in a red skirt. \r<P>\rPictured: Meg Ryan \r<P><B>Ref: SPL652233  181113  </B><BR />\rPicture by: Splash News<BR />\r</P><P>\r<B>Splash News and Pictures</B><BR />\rLos Angeles:	310-821-2666<BR />\rNew York:	212-619-2666<BR />\rLondon:	870-934-2666<BR />\rphotodesk@splashnews.com<BR />\r</P>\";s:17:\"created_timestamp\";s:10:\"1384793711\";s:9:\"copyright\";s:21:\"© www.splashnews.com\";s:12:\"focal_length\";s:3:\"170\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:50:\"Meg Ryan steps out in New York City in a red skirt\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:7:{i:0;s:3:\"red\";i:1;s:15:\"john mellancamp\";i:2;s:1:\"a\";i:3;s:3:\"nyc\";i:4;s:5:\"skirt\";i:5;s:2:\"at\";i:6;s:8:\"meg ryan\";}}}'),(5570,2225,'_edit_last','15'),(5571,2225,'sponsored_url',''),(5572,2228,'_wp_attached_file','2019/08/John-Mellencamp.jpg'),(5573,2228,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1021;s:6:\"height\";i:683;s:4:\"file\";s:27:\"2019/08/John-Mellencamp.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"John-Mellencamp-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:\"John-Mellencamp-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:27:\"John-Mellencamp-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"John-Mellencamp-1021x655.jpg\";s:5:\"width\";i:1021;s:6:\"height\";i:655;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:{}}}'),(5574,2230,'_wp_attached_file','2019/08/doctors-demo-buzz.jpeg'),(5575,2230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2250;s:6:\"height\";i:1500;s:4:\"file\";s:30:\"2019/08/doctors-demo-buzz.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"doctors-demo-buzz-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:30:\"doctors-demo-buzz-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:30:\"doctors-demo-buzz-768x512.jpeg\";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:31:\"doctors-demo-buzz-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"doctors-demo-buzz-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5577,2225,'_thumbnail_id','2230'),(5578,2225,'xyz_smap','1'),(5580,2220,'_thumbnail_id','2226'),(5582,2220,'xyz_smap','1'),(5588,2236,'_edit_lock','1565885739:12'),(5589,2237,'_edit_lock','1565886733:12'),(5590,2238,'_wp_attached_file','2019/08/spice-dancehall.jpg'),(5591,2238,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1548;s:6:\"height\";i:1024;s:4:\"file\";s:27:\"2019/08/spice-dancehall.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"spice-dancehall-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:\"spice-dancehall-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"spice-dancehall-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"spice-dancehall-1024x677.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"spice-dancehall-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5592,2239,'_wp_attached_file','2019/08/Spice-dancehall-artiste.jpg'),(5593,2239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1250;s:6:\"height\";i:740;s:4:\"file\";s:35:\"2019/08/Spice-dancehall-artiste.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Spice-dancehall-artiste-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:\"Spice-dancehall-artiste-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Spice-dancehall-artiste-768x455.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Spice-dancehall-artiste-1024x606.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:606;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Spice-dancehall-artiste-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5594,2237,'_thumbnail_id','2239'),(5595,2237,'_oembed_8d36e1661758df6523e54a90369c1eee','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B01Bdy1HCkl/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B01Bdy1HCkl/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B01Bdy1HCkl/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">On this day August 6th a Queen ?was born. I share this special day with my country as it’s this same date Jamaica?? became independent. With that being said Happy Independence Day JAMAICA ?? and Happy birthday to me #QueenofDancehall no wonder why  I’m so independent . I made it to the top on my own perseverance, I fought through it all , no manager, no record label, no company force behind me . Just my little creative brain ? and I thank God?? I believed in myself and was determine to make it despite all the close doors?. I created my own staff that I love so much ?. I’ve made a lot of mistakes along the way and I know I’ve fucked up a few times, forgive me for being me ??‍♀ y’all know mi no ramp fi cuss out dem bloodclaaat but today I’m a change woman.  meet a new person, I’ve created a calmer alto ego the one that will not answer to everything her name is Sage? You gonna like her ? . . My birthday party last night was sold out thanks to everyone that came out. I have the best fans in the world ? I LOVE YOU ALL SO MUCH . FYI (Mi never born inna clothes? ) Just be nice it’s my birthdayyyyyyyyy ??❤?</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/spiceofficial/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Grace Hamilton</a> (@spiceofficial) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-06T16:01:18+00:00\">Aug 6, 2019 at 9:01am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(5596,2237,'_oembed_time_8d36e1661758df6523e54a90369c1eee','1565886756'),(5597,2237,'_edit_last','11'),(5598,2237,'sponsored_url',''),(5600,2237,'xyz_smap','1'),(5604,2236,'_edit_last','12'),(5605,2236,'sponsored_url',''),(5606,2244,'_edit_lock','1565886711:12'),(5607,2244,'_oembed_08f1fa19be46ac844c9ce2a2814fe8f1','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B0uNAysAyam/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B0uNAysAyam/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B0uNAysAyam/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">A Nuff A Dem Stay So! #STAYSO ????????? . . #FireWorksBand #VolcanicTour @kirkledove @yaakabass @wurltremamusic @ellybmusic . . . #busysignal #BusyGorilla #gorillaturf #turfpresident #sirexcellency #turfambassador #Europe #egypt #israel</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/busysignal_turf/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> BUSY SIGNAL</a> (@busysignal_turf) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-04T00:28:38+00:00\">Aug 3, 2019 at 5:28pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(5608,2244,'_oembed_time_08f1fa19be46ac844c9ce2a2814fe8f1','1565886753'),(5611,2236,'xyz_smap','1'),(5613,2246,'_edit_lock','1566056291:11'),(5614,2247,'_edit_lock','1565885045:26'),(5615,2244,'_oembed_25ebf78d32472ba7df076879e6822f6d','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/tv/B0hJvnaAwu3/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/tv/B0hJvnaAwu3/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/tv/B0hJvnaAwu3/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">????????? . . . #busysignal #BusyGorilla #gorillaturf #turfpresident #sirexcellency #turfambassador #Europe #egypt #israel #JUMP @majorlazer @bacardiusa</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/busysignal_turf/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> BUSY SIGNAL</a> (@busysignal_turf) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-29T22:51:12+00:00\">Jul 29, 2019 at 3:51pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(5616,2244,'_oembed_time_25ebf78d32472ba7df076879e6822f6d','1565886753'),(5617,2244,'_edit_last','14'),(5618,2244,'sponsored_url',''),(5619,2247,'_oembed_8cc90cda714cf8751f2b27976bf6c768','<iframe title=\"Chronixx - &quot;I Can&quot; (Official Music Video)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/fUREgj4i684?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(5620,2247,'_oembed_time_8cc90cda714cf8751f2b27976bf6c768','1565640364'),(5621,2250,'_wp_attached_file','2019/08/Allan-McDaniel.png'),(5622,2250,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:359;s:4:\"file\";s:26:\"2019/08/Allan-McDaniel.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Allan-McDaniel-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:26:\"Allan-McDaniel-251x300.png\";s:5:\"width\";i:251;s:6:\"height\";i:300;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:{}}}'),(5623,2251,'_wp_attached_file','2019/08/SOS-logo.png'),(5624,2251,'wpmf_size','51051'),(5625,2251,'wpmf_filetype','png'),(5626,2251,'wpmf_order','0'),(5627,2251,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:433;s:6:\"height\";i:105;s:4:\"file\";s:20:\"2019/08/SOS-logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"SOS-logo-150x105.png\";s:5:\"width\";i:150;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"SOS-logo-300x73.png\";s:5:\"width\";i:300;s:6:\"height\";i:73;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:{}}}'),(5629,2246,'_thumbnail_id','4451'),(5630,2246,'_edit_last','11'),(5631,2246,'xyz_smap','1'),(5633,2246,'sponsored_url',''),(5634,2253,'_edit_lock','1565886687:12'),(5635,2254,'_wp_attached_file','2019/08/chronixx.jpg'),(5636,2254,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:20:\"2019/08/chronixx.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"chronixx-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:\"chronixx-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:20:\"chronixx-768x512.jpg\";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:{}}}'),(5637,2255,'_wp_attached_file','2019/08/bob-marley.jpg'),(5638,2255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:711;s:4:\"file\";s:22:\"2019/08/bob-marley.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"bob-marley-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:\"bob-marley-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"bob-marley-768x427.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"bob-marley-1024x569.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"bob-marley-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5639,2256,'_wp_attached_file','2019/08/bob-marley-B.jpg'),(5640,2256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:688;s:4:\"file\";s:24:\"2019/08/bob-marley-B.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bob-marley-B-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:\"bob-marley-B-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"bob-marley-B-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"bob-marley-B-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"bob-marley-B-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5641,2258,'_wp_attached_file','2019/08/chronixx-A.jpg'),(5642,2258,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:22:\"2019/08/chronixx-A.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"chronixx-A-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:\"chronixx-A-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:22:\"chronixx-A-768x512.jpg\";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:{}}}'),(5650,2244,'xyz_smap','1'),(5652,2260,'_wp_attached_file','2019/08/busy.jpg'),(5653,2260,'wpmf_size','42549'),(5654,2260,'wpmf_filetype','jpg'),(5655,2260,'wpmf_order','0'),(5656,2260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:534;s:6:\"height\";i:361;s:4:\"file\";s:16:\"2019/08/busy.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"busy-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:\"busy-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;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:{}}}'),(5658,2244,'_thumbnail_id','2260'),(5660,2261,'_wp_attached_file','2019/08/ben-simmons.jpg'),(5661,2261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:23:\"2019/08/ben-simmons.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ben-simmons-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:\"ben-simmons-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:23:\"ben-simmons-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"ben-simmons-1000x655.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:31:\"Bill Streicher-USA TODAY Sports\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:221:\"Mar 13, 2018; Philadelphia, PA, USA; Philadelphia 76ers guard Ben Simmons (25) rebounds the ball against the Indiana Pacers during the third quarter at Wells Fargo Center. Mandatory Credit: Bill Streicher-USA TODAY Sports\";s:17:\"created_timestamp\";s:10:\"1520973028\";s:9:\"copyright\";s:14:\"Bill Streicher\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:41:\"NBA: Indiana Pacers at Philadelphia 76ers\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5662,2247,'_thumbnail_id','2254'),(5663,2247,'_edit_last','26'),(5664,2247,'sponsored_url',''),(5666,2247,'xyz_smap','1'),(5672,2253,'_oembed_ff3518242412bf01a5d9cb699dd8d9c2','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B0pC8_aHLEv/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B0pC8_aHLEv/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B0pC8_aHLEv/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">??????????</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/bensimmons/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Ben Simmons</a> (@bensimmons) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-02T00:23:24+00:00\">Aug 1, 2019 at 5:23pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(5673,2253,'_oembed_time_ff3518242412bf01a5d9cb699dd8d9c2','1565886753'),(5675,2253,'_thumbnail_id','2261'),(5676,2253,'_oembed_e6a342aae890b0206d997fa11d072a9a','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B0kP5vDn2k0/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B0kP5vDn2k0/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B0kP5vDn2k0/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Born n’ raised ?? Melbourne, Australia ? ?</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/bensimmons/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Ben Simmons</a> (@bensimmons) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-31T03:40:21+00:00\">Jul 30, 2019 at 8:40pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(5677,2253,'_oembed_time_e6a342aae890b0206d997fa11d072a9a','1565886754'),(5678,2253,'_edit_last','12'),(5679,2253,'xyz_smap','1'),(5681,2253,'sponsored_url',''),(5684,2267,'_edit_lock','1565886266:12'),(5685,2268,'_edit_lock','1565838020:9'),(5686,2269,'_wp_attached_file','2019/08/IMG-20190808-WA0006.jpg'),(5687,2269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:639;s:6:\"height\";i:640;s:4:\"file\";s:31:\"2019/08/IMG-20190808-WA0006.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20190808-WA0006-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:\"IMG-20190808-WA0006-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:{}}}'),(5688,2270,'_wp_attached_file','2019/08/sarge-A.jpg'),(5689,2270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1399;s:6:\"height\";i:1041;s:4:\"file\";s:19:\"2019/08/sarge-A.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"sarge-A-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:\"sarge-A-300x223.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"sarge-A-768x571.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"sarge-A-1024x762.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:762;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"sarge-A-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1565253694\";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:{}}}'),(5690,2271,'_wp_attached_file','2019/08/SARGE-2.jpg'),(5691,2271,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:19:\"2019/08/SARGE-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"SARGE-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:\"SARGE-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"SARGE-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"SARGE-2-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(5692,2268,'_edit_last','9'),(5693,2268,'sponsored_url',''),(5695,2268,'xyz_smap','1'),(5697,2273,'_edit_lock','1565640076:9'),(5698,2274,'_wp_attached_file','2019/08/charlie-sheen.jpg'),(5699,2274,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:25:\"2019/08/charlie-sheen.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"charlie-sheen-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:\"charlie-sheen-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"charlie-sheen-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:21:\"Pauline French/FAMOUS\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:261:\"Charlie Sheen and Denise Richards arriving to the Giorgio Armani \"Rodeo Drive Walk of Style Award\" in Beverly Hills - 09/09/03                    \r\rFAMOUS PICTURES AND FEATURES AGENCY\rtel  +44 (0) 20 7731 9333\rfax +44 (0) 20 7731 9330\rwww.famous.uk.com\rFAM11725\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:9:\"FAMOUS.©\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:4:\"NONE\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5700,2273,'_edit_last','9'),(5701,2273,'sponsored_url',''),(5702,2273,'_thumbnail_id','2274'),(5704,2273,'xyz_smap','1'),(5706,2276,'_wp_attached_file','2019/08/Award-Winning-Farmer.jpg'),(5707,2276,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:953;s:6:\"height\";i:956;s:4:\"file\";s:32:\"2019/08/Award-Winning-Farmer.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Award-Winning-Farmer-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:\"Award-Winning-Farmer-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Award-Winning-Farmer-768x770.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Award-Winning-Farmer-953x655.jpg\";s:5:\"width\";i:953;s:6:\"height\";i:655;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:\"1565264100\";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:{}}}'),(5708,2267,'_edit_last','9'),(5709,2267,'sponsored_url',''),(5710,2278,'_edit_lock','1565838010:9'),(5711,2279,'_wp_attached_file','2019/08/Asheika-James-A.jpg'),(5712,2279,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1825;s:6:\"height\";i:1125;s:4:\"file\";s:27:\"2019/08/Asheika-James-A.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Asheika-James-A-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:\"Asheika-James-A-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Asheika-James-A-768x473.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Asheika-James-A-1024x631.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:631;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Asheika-James-A-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5713,2280,'_wp_attached_file','2019/08/Asheika-James-BB.jpg'),(5714,2280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1181;s:6:\"height\";i:1734;s:4:\"file\";s:28:\"2019/08/Asheika-James-BB.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Asheika-James-BB-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:\"Asheika-James-BB-204x300.jpg\";s:5:\"width\";i:204;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Asheika-James-BB-768x1128.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Asheika-James-BB-697x1024.jpg\";s:5:\"width\";i:697;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Asheika-James-BB-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5715,2278,'_thumbnail_id','2291'),(5716,2278,'_edit_last','9'),(5717,2278,'sponsored_url',''),(5719,2278,'xyz_smap','1'),(5721,2283,'_edit_lock','1565375464:6'),(5722,2283,'_edit_last','6'),(5723,2283,'sponsored_url',''),(5724,2285,'_wp_attached_file','2019/08/Diandra-Rowe-Champion-Farmer.jpg'),(5725,2285,'wpmf_size','245394'),(5726,2285,'wpmf_filetype','jpg'),(5727,2285,'wpmf_order','0'),(5728,2285,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:713;s:6:\"height\";i:710;s:4:\"file\";s:40:\"2019/08/Diandra-Rowe-Champion-Farmer.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Diandra-Rowe-Champion-Farmer-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:\"Diandra-Rowe-Champion-Farmer-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Diandra-Rowe-Champion-Farmer-713x655.jpg\";s:5:\"width\";i:713;s:6:\"height\";i:655;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:\"1565264100\";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:{}}}'),(5729,2286,'_wp_attached_file','2019/08/Farmers-reaping-and-planting-crops-in-Rowes-greenhouse.jpg'),(5730,2286,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:66:\"2019/08/Farmers-reaping-and-planting-crops-in-Rowes-greenhouse.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"Farmers-reaping-and-planting-crops-in-Rowes-greenhouse-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:66:\"Farmers-reaping-and-planting-crops-in-Rowes-greenhouse-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:66:\"Farmers-reaping-and-planting-crops-in-Rowes-greenhouse-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:66:\"Farmers-reaping-and-planting-crops-in-Rowes-greenhouse-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(5731,2287,'_wp_attached_file','2019/08/tristan-thompson-.jpg'),(5732,2287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:29:\"2019/08/tristan-thompson-.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"tristan-thompson--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:\"tristan-thompson--300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"tristan-thompson--768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:32:\"Photographer Group / Splash News\";s:6:\"camera\";s:22:\"Canon EOS-1Ds Mark III\";s:7:\"caption\";s:444:\"Khloe Kardashian and boyfriend Tristan Thompson grab a late night dinner at Ruth\'s Chris Steak House in Beverly Hills, CA.\r<P>\rPictured: Khloe Kardashian and boyfriend Tristan Thompson\r<B>Ref: SPL1464149  190317  </B><BR />\rPicture by: Photographer Group / Splash News<BR />\r</P><P>\r<B>Splash News and Pictures</B><BR />\rLos Angeles:	310-821-2666<BR />\rNew York:	212-619-2666<BR />\rLondon:	870-934-2666<BR />\rphotodesk@splashnews.com<BR />\r</P>\";s:17:\"created_timestamp\";s:10:\"1489924950\";s:9:\"copyright\";s:21:\"© www.splashnews.com\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:100:\"Khloe Kardashian and boyfriend Tristan Thompson grab a late night dinner at Ruth\'s Chris Steak House\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5733,2289,'_wp_attached_file','2019/08/Rowe-reaping-rewards-from-her-hard-work.jpg'),(5734,2289,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:51:\"2019/08/Rowe-reaping-rewards-from-her-hard-work.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Rowe-reaping-rewards-from-her-hard-work-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:\"Rowe-reaping-rewards-from-her-hard-work-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:\"Rowe-reaping-rewards-from-her-hard-work-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:\"Rowe-reaping-rewards-from-her-hard-work-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"Rowe-reaping-rewards-from-her-hard-work-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5735,2290,'_wp_attached_file','2019/08/Rows-of-greens-ready-to-be-reaped.jpg'),(5736,2290,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:45:\"2019/08/Rows-of-greens-ready-to-be-reaped.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Rows-of-greens-ready-to-be-reaped-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:45:\"Rows-of-greens-ready-to-be-reaped-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Rows-of-greens-ready-to-be-reaped-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Rows-of-greens-ready-to-be-reaped-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(5737,2291,'_wp_attached_file','2019/08/ash4-1.jpg'),(5738,2291,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:740;s:6:\"height\";i:516;s:4:\"file\";s:18:\"2019/08/ash4-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"ash4-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:\"ash4-1-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"253125881011102\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565252830\";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:{}}}'),(5740,2283,'_thumbnail_id','2287'),(5741,2283,'xyz_smap','1'),(5745,2295,'_edit_lock','1565300655:4'),(5746,2296,'_wp_attached_file','2019/08/Basil.jpg'),(5747,2296,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:590;s:6:\"height\";i:585;s:4:\"file\";s:17:\"2019/08/Basil.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Basil-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:\"Basil-300x297.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:297;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:{}}}'),(5748,2297,'_wp_attached_file','2019/08/Bell-Peppers.jpg'),(5749,2297,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:587;s:6:\"height\";i:571;s:4:\"file\";s:24:\"2019/08/Bell-Peppers.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Bell-Peppers-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:\"Bell-Peppers-300x292.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:292;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:{}}}'),(5750,2298,'_wp_attached_file','2019/08/Lettuce.jpg'),(5751,2298,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:591;s:6:\"height\";i:509;s:4:\"file\";s:19:\"2019/08/Lettuce.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Lettuce-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:\"Lettuce-300x258.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:258;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:{}}}'),(5752,2299,'_wp_attached_file','2019/08/Strawberry.jpg'),(5753,2299,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:557;s:6:\"height\";i:566;s:4:\"file\";s:22:\"2019/08/Strawberry.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Strawberry-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:\"Strawberry-295x300.jpg\";s:5:\"width\";i:295;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:{}}}'),(5754,2300,'_wp_attached_file','2019/08/Tomatoes.jpg'),(5755,2300,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:555;s:6:\"height\";i:559;s:4:\"file\";s:20:\"2019/08/Tomatoes.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Tomatoes-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:\"Tomatoes-298x300.jpg\";s:5:\"width\";i:298;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:{}}}'),(5756,2301,'_wp_attached_file','2019/08/Fresh-Produce.jpg'),(5757,2301,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:594;s:6:\"height\";i:368;s:4:\"file\";s:25:\"2019/08/Fresh-Produce.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Fresh-Produce-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:\"Fresh-Produce-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;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:{}}}'),(5758,2302,'_wp_attached_file','2019/08/Mixed-lettuce-at-Abbey-Garden-Farm.jpg'),(5759,2302,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:547;s:6:\"height\";i:588;s:4:\"file\";s:46:\"2019/08/Mixed-lettuce-at-Abbey-Garden-Farm.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Mixed-lettuce-at-Abbey-Garden-Farm-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:\"Mixed-lettuce-at-Abbey-Garden-Farm-279x300.jpg\";s:5:\"width\";i:279;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:{}}}'),(5760,2267,'_oembed_1e01374622954ea76d49b924fbc6b8fd','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/Bf_J76glWLE/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/Bf_J76glWLE/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/Bf_J76glWLE/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">This morning we had the pleasure of conducting a tour with a group of Manchester High School Environmental Studies students and their teacher.  Thank you guys for being a delightful and interactive group :) #manchesterhighschool #schooltour #abbeygardenfarm #freshproduce #greenhousefarming #jamaicanfarm #agriculture #farmlife #farmersmarket #farminglifestyle #farmingislife</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/abbey_garden_farm/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Abbey Garden Farm</a> (@abbey_garden_farm) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2018-03-06T15:28:26+00:00\">Mar 6, 2018 at 7:28am PST</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(5761,2267,'_oembed_time_1e01374622954ea76d49b924fbc6b8fd','1565822880'),(5763,2267,'xyz_smap','1'),(5765,2305,'_edit_lock','1565885917:12'),(5766,2305,'_oembed_df99a2363f6d1e80b5619c24ee610e66','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BwevFAdHTYe/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BwevFAdHTYe/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BwevFAdHTYe/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">One happy little lady to be exploring a different city in Japan. ?? Made it to Osaka and I love it, love it! #VisitJapan | #VisitJapanJP | #Osaka</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/theworldupcloser/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Shea Powell</a> (@theworldupcloser) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-04-20T14:11:45+00:00\">Apr 20, 2019 at 7:11am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(5767,2305,'_oembed_time_df99a2363f6d1e80b5619c24ee610e66','1565548849'),(5768,2306,'_wp_attached_file','2019/08/Shea-Japan.jpg'),(5769,2306,'wpmf_size','77419'),(5770,2306,'wpmf_filetype','jpg'),(5771,2306,'wpmf_order','0'),(5772,2306,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:479;s:6:\"height\";i:369;s:4:\"file\";s:22:\"2019/08/Shea-Japan.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Shea-Japan-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:\"Shea-Japan-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;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:{}}}'),(5774,2305,'_thumbnail_id','3389'),(5775,2305,'_edit_last','12'),(5776,2305,'xyz_smap','1'),(5778,2305,'sponsored_url',''),(5781,622,'_wp_old_date','2019-07-26'),(5782,622,'xyz_smap','1'),(5784,2310,'_edit_lock','1566569720:11'),(5785,2312,'_wp_attached_file','2019/08/Woman-With-Workout-Equipment.jpg'),(5786,2312,'wpmf_size','404140'),(5787,2312,'wpmf_filetype','jpg'),(5788,2312,'wpmf_order','0'),(5789,2312,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1130;s:6:\"height\";i:753;s:4:\"file\";s:40:\"2019/08/Woman-With-Workout-Equipment.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Woman-With-Workout-Equipment-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:\"Woman-With-Workout-Equipment-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:40:\"Woman-With-Workout-Equipment-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:41:\"Woman-With-Workout-Equipment-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Woman-With-Workout-Equipment-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5791,2310,'_thumbnail_id','750'),(5792,2310,'_edit_last','11'),(5793,2310,'xyz_smap','1'),(5795,2310,'sponsored_url',''),(5796,2316,'_edit_lock','1566604503:11'),(5797,2295,'_edit_last','4'),(5798,2295,'sponsored_url',''),(5799,2317,'_wp_attached_file','2019/08/Demarco-4.jpg'),(5800,2317,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2574;s:6:\"height\";i:1745;s:4:\"file\";s:21:\"2019/08/Demarco-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Demarco-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:\"Demarco-4-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Demarco-4-768x521.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Demarco-4-1024x694.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:694;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Demarco-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1325901749\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5801,2316,'_thumbnail_id','2317'),(5802,2316,'_edit_last','11'),(5803,2316,'sponsored_url',''),(5805,2316,'xyz_smap','1'),(5807,2321,'_edit_lock','1565640080:9'),(5808,2322,'_wp_attached_file','2019/08/taylor-swift.jpg'),(5809,2322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:24:\"2019/08/taylor-swift.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"taylor-swift-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:\"taylor-swift-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"taylor-swift-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:29:\"Jackie Brown / SplashNews.com\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:406:\"The Time 100 class of 2019 attend the Time 100 Gala at Frederick P. Rose Hall, Jazz at Lincoln Center on April 23, 2019 in New York City.\r\r\r\rPictured: Taylor Swift\r\rRef: SPL5081896 240419 NON-EXCLUSIVE\r\rPicture by: Jackie Brown / SplashNews.com\r\r\r\rSplash News and Pictures\r\rLos Angeles: 310-821-2666\rNew York: 212-619-2666\rLondon: 0207 644 7656\rMilan: 02 4399 8577\r\rphotodesk@splashnews.com\r\r\r\rWorld Rights\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:23:\"www.SplashNews.com 2019\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:18:\"2019 Time 100 Gala\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5810,2323,'_edit_lock','1566319646:4'),(5811,2321,'_thumbnail_id','2322'),(5812,2321,'_edit_last','9'),(5813,2321,'sponsored_url',''),(5815,2321,'xyz_smap','1'),(5818,2323,'_edit_last','14'),(5819,2323,'xyz_smap','1'),(5821,2323,'sponsored_url',''),(5822,2327,'_wp_attached_file','2019/08/Coco-Chanel-LBD.jpg'),(5823,2327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:630;s:6:\"height\";i:813;s:4:\"file\";s:27:\"2019/08/Coco-Chanel-LBD.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Coco-Chanel-LBD-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:\"Coco-Chanel-LBD-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Coco-Chanel-LBD-630x655.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:655;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:{}}}'),(5824,2328,'_wp_attached_file','2019/07/jamaica-family-fest.jpg'),(5825,2328,'wpmf_size','26569'),(5826,2328,'wpmf_filetype','jpg'),(5827,2328,'wpmf_order','0'),(5828,2328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:502;s:4:\"file\";s:31:\"2019/07/jamaica-family-fest.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"jamaica-family-fest-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:\"jamaica-family-fest-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"jamaica-family-fest-768x402.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:402;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:{}}}'),(5829,861,'_wp_old_date','2019-07-30'),(5830,861,'_thumbnail_id','3815'),(5831,861,'_edit_last','16'),(5832,861,'out_date','2019-10-21'),(5833,861,'out_time','10:00 AM'),(5834,861,'out_address','Kingston, Jamaica'),(5835,861,'out_description','It\'s the 7th staging and we\'re going all out to make it EPIC!\r\nFamily Fest 2019.'),(5836,861,'out_mapurl','https://www.google.com/maps/place/Kingston/@18.0179237,-76.8706975,12z/data=!3m1!4b1!4m5!3m4!1s0x8edb3f9784ded2a1:0x24f321bfabb7af40!8m2!3d18.0178743!4d-76.8099041'),(5837,861,'post_gallery_id','a:1:{i:0;s:4:\"2328\";}'),(5843,2334,'_wp_attached_file','2019/08/Love-Of-Farming-Diandra-Rowe.jpg'),(5844,2334,'wpmf_size','204485'),(5845,2334,'wpmf_filetype','jpg'),(5846,2334,'wpmf_order','0'),(5847,2334,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:40:\"2019/08/Love-Of-Farming-Diandra-Rowe.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Love-Of-Farming-Diandra-Rowe-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:\"Love-Of-Farming-Diandra-Rowe-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Love-Of-Farming-Diandra-Rowe-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Love-Of-Farming-Diandra-Rowe-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(5849,2267,'_thumbnail_id','3953'),(5853,2335,'_edit_lock','1565893045:21'),(5854,2336,'_wp_attached_file','2019/08/wolmers-banquet.jpg'),(5855,2336,'wpmf_size','99164'),(5856,2336,'wpmf_filetype','jpg'),(5857,2336,'wpmf_order','0'),(5858,2336,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:27:\"2019/08/wolmers-banquet.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"wolmers-banquet-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:\"wolmers-banquet-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:27:\"wolmers-banquet-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;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:{}}}'),(5859,2337,'_edit_lock','1565886534:12'),(5860,2338,'_wp_attached_file','2019/08/wolmers.jpg'),(5861,2338,'wpmf_size','26743'),(5862,2338,'wpmf_filetype','jpg'),(5863,2338,'wpmf_order','0'),(5864,2338,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:371;s:6:\"height\";i:371;s:4:\"file\";s:19:\"2019/08/wolmers.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wolmers-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:\"wolmers-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:{}}}'),(5874,2340,'_wp_attached_file','2019/08/TamiChin-WanyeMarshall-.jpg'),(5875,2340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:588;s:6:\"height\";i:411;s:4:\"file\";s:35:\"2019/08/TamiChin-WanyeMarshall-.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"TamiChin-WanyeMarshall--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:\"TamiChin-WanyeMarshall--300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;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:{}}}'),(5876,2337,'_oembed_5c6f2de2f6e8c3f3823f6fc72e751b3a','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B03-bI4JLYx/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B03-bI4JLYx/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B03-bI4JLYx/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Wayne and I are overjoyed to welcome to the world our beautiful boy, Oz Orion David Mitchell, born August 5th 2019 at 7am. We have waited for you patiently. Thanking God for you this and every day here on. . “May he realise and accept that every good desire and love is already his as he has entered into this beautiful world. May he actively see and experience the love and beauty surrounding him from everyone and everything daily. May he be a happy, pleasant, intelligent, loveable, inquisitive, wise, powerful, understanding mover and shaker of a human being. May his wit, sense of humor  and compassion sustain him through life. May his every action be from a divine space of love and understanding.” . #MeetTheMitchellsJa #MomOfBoys #BabyNumber3 #OzOrionDavid #LOML #lookwhatwemadewayne #lovehimtoomuch #GodBlessTheAMHstaff #helloworld #goodbyesleep #onemorereasonetoFRET ? Ps. My dear friend wrote this beautiful blessing for my children years ago and it’s still my deepest wish for them.</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/tamichinmitchell/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Tami Chin Mitchell</a> (@tamichinmitchell) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-07T19:32:26+00:00\">Aug 7, 2019 at 12:32pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(5877,2337,'_oembed_time_5c6f2de2f6e8c3f3823f6fc72e751b3a','1565298186'),(5878,2337,'_edit_last','14'),(5879,2337,'sponsored_url',''),(5881,2337,'_thumbnail_id','2340'),(5882,2337,'xyz_smap','1'),(5884,2342,'_wp_attached_file','2019/08/international-food-and-safety-conference.jpg'),(5885,2342,'wpmf_size','110355'),(5886,2342,'wpmf_filetype','jpg'),(5887,2342,'wpmf_order','0'),(5888,2342,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:503;s:4:\"file\";s:52:\"2019/08/international-food-and-safety-conference.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"international-food-and-safety-conference-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:52:\"international-food-and-safety-conference-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"international-food-and-safety-conference-768x402.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:402;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:{}}}'),(5898,2344,'_wp_attached_file','2019/08/DSC_1541.jpg'),(5899,2344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1541.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1541-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:\"DSC_1541-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:20:\"DSC_1541-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:21:\"DSC_1541-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1541-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564396454\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5900,2345,'_wp_attached_file','2019/08/DSC_1700.jpg'),(5901,2345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1700.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1700-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:\"DSC_1700-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:20:\"DSC_1700-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:21:\"DSC_1700-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1700-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564396422\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5902,2346,'_edit_lock','1565884988:16'),(5903,2347,'_wp_attached_file','2019/08/DSC_1720.jpg'),(5904,2347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1720.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1720-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:\"DSC_1720-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:20:\"DSC_1720-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:21:\"DSC_1720-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1720-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564396420\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5905,2349,'_wp_attached_file','2019/08/20190728_142351.jpg'),(5906,2349,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1913;s:6:\"height\";i:1076;s:4:\"file\";s:27:\"2019/08/20190728_142351.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20190728_142351-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:\"20190728_142351-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:27:\"20190728_142351-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:28:\"20190728_142351-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"20190728_142351-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G920P\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564323831\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";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:{}}}'),(5907,2351,'_wp_attached_file','2019/08/DSC_1744.jpg'),(5908,2351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1744.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1744-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:\"DSC_1744-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:20:\"DSC_1744-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:21:\"DSC_1744-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1744-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564396414\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5909,2352,'_wp_attached_file','2019/08/DSC_1571.jpg'),(5910,2352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1129;s:6:\"height\";i:993;s:4:\"file\";s:20:\"2019/08/DSC_1571.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1571-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:\"DSC_1571-300x264.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"DSC_1571-768x675.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_1571-1024x901.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:901;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1571-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564396447\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5911,2354,'_wp_attached_file','2019/08/DSC_1589.jpg'),(5912,2354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1589.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1589-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:\"DSC_1589-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:20:\"DSC_1589-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:21:\"DSC_1589-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1589-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564396443\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5913,2355,'_wp_attached_file','2019/08/DSC_1665.jpg'),(5914,2355,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1665.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1665-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:\"DSC_1665-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:20:\"DSC_1665-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:21:\"DSC_1665-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1665-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564396431\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5915,2356,'_wp_attached_file','2019/08/DSC_1546.jpg'),(5916,2356,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1546.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1546-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:\"DSC_1546-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:20:\"DSC_1546-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:21:\"DSC_1546-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1546-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564396451\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5917,2357,'_wp_attached_file','2019/08/DSC_1749.jpg'),(5918,2357,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1749.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1749-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:\"DSC_1749-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:20:\"DSC_1749-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:21:\"DSC_1749-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1749-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564396412\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5919,2358,'_wp_attached_file','2019/08/DSC_1672.jpg'),(5920,2358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1672.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1672-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:\"DSC_1672-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:20:\"DSC_1672-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:21:\"DSC_1672-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1672-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564396429\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5921,2359,'_wp_attached_file','2019/08/DSC_1725.jpg'),(5922,2359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1725.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1725-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:\"DSC_1725-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:20:\"DSC_1725-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:21:\"DSC_1725-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1725-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564396419\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5923,2360,'_wp_attached_file','2019/08/DSC_1772.jpg'),(5924,2360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1772.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1772-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:\"DSC_1772-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:20:\"DSC_1772-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:21:\"DSC_1772-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1772-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564396408\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5925,2361,'_wp_attached_file','2019/08/Witter-Proud-Ambassador.jpg'),(5926,2361,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:685;s:6:\"height\";i:490;s:4:\"file\";s:35:\"2019/08/Witter-Proud-Ambassador.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Witter-Proud-Ambassador-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:\"Witter-Proud-Ambassador-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;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:\"1565279340\";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:{}}}'),(5927,2362,'_wp_attached_file','2019/08/DSC_1728-1.jpg'),(5928,2362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2019/08/DSC_1728-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_1728-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:22:\"DSC_1728-1-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:22:\"DSC_1728-1-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:23:\"DSC_1728-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"DSC_1728-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564396418\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5929,2363,'_wp_attached_file','2019/08/DSC_1732.jpg'),(5930,2363,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1732.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1732-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:\"DSC_1732-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:20:\"DSC_1732-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:21:\"DSC_1732-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1732-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564396416\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5931,2365,'_wp_attached_file','2019/08/Children-in-Summer-Programme.jpg'),(5932,2365,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:773;s:6:\"height\";i:580;s:4:\"file\";s:40:\"2019/08/Children-in-Summer-Programme.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Children-in-Summer-Programme-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:\"Children-in-Summer-Programme-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:40:\"Children-in-Summer-Programme-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:{}}}'),(5933,2366,'_wp_attached_file','2019/08/fire-Baptism.jpg'),(5934,2366,'wpmf_size','180760'),(5935,2366,'wpmf_filetype','jpg'),(5936,2366,'wpmf_order','0'),(5937,2366,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:699;s:6:\"height\";i:960;s:4:\"file\";s:24:\"2019/08/fire-Baptism.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"fire-Baptism-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:\"fire-Baptism-218x300.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"fire-Baptism-699x655.jpg\";s:5:\"width\";i:699;s:6:\"height\";i:655;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:{}}}'),(5938,2367,'_edit_lock','1566053514:11'),(5939,2370,'_wp_attached_file','2019/08/Ashley-Witter-Black-River-Safari.jpg'),(5940,2370,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:952;s:6:\"height\";i:913;s:4:\"file\";s:44:\"2019/08/Ashley-Witter-Black-River-Safari.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Ashley-Witter-Black-River-Safari-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:\"Ashley-Witter-Black-River-Safari-300x288.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Ashley-Witter-Black-River-Safari-768x737.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:737;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Ashley-Witter-Black-River-Safari-952x655.jpg\";s:5:\"width\";i:952;s:6:\"height\";i:655;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:\"1565279340\";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:{}}}'),(5941,2346,'_thumbnail_id','2366'),(5942,2346,'_edit_last','16'),(5943,2346,'out_date','2019-10-24'),(5944,2346,'out_time','06:00 PM'),(5945,2346,'out_address','Morant Bay St. Thomas'),(5946,2346,'out_description','All Africans both at home and in the Diaspora, show full support and participation toward the Paul Bogle Foundation. '),(5947,2346,'out_mapurl','https://www.google.com/maps/place/Morant+Bay/@17.8842088,-76.4091399,14z/data=!3m1!4b1!4m5!3m4!1s0x8ec4b4466c655a3d:0xb41be56ef7c169d1!8m2!3d17.8886522!4d-76.3897733'),(5948,2346,'post_gallery_id','a:1:{i:0;s:4:\"2366\";}'),(5950,2367,'_oembed_9552744e7fb0825f89e4a2e01958b6f1','<iframe title=\"Trench Town Ceramic Centre || BUZZ feature\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/zUdm7fDHWoc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(5951,2367,'_oembed_time_9552744e7fb0825f89e4a2e01958b6f1','1565812402'),(5952,2367,'_edit_last','14'),(5953,2367,'xyz_smap','1'),(5955,2367,'sponsored_url',''),(5957,2295,'_thumbnail_id','2344'),(5958,2295,'xyz_smap','1'),(5962,2373,'_edit_lock','1565835595:9'),(5963,2374,'_wp_attached_file','2019/08/Witter-At-Safari.jpg'),(5964,2374,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:623;s:6:\"height\";i:854;s:4:\"file\";s:28:\"2019/08/Witter-At-Safari.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Witter-At-Safari-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:\"Witter-At-Safari-219x300.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Witter-At-Safari-623x655.jpg\";s:5:\"width\";i:623;s:6:\"height\";i:655;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:\"1565279340\";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:{}}}'),(5966,2335,'_thumbnail_id','3377'),(5967,2335,'_edit_last','21'),(5968,2335,'xyz_smap','1'),(5970,2335,'sponsored_url',''),(5971,2376,'_edit_lock','1566774674:11'),(5972,2377,'_wp_attached_file','2019/08/James-and-Tommy.jpg'),(5973,2377,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"2019/08/James-and-Tommy.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"James-and-Tommy-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:\"James-and-Tommy-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:27:\"James-and-Tommy-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:28:\"James-and-Tommy-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"James-and-Tommy-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:32:\"© 2016 Starz Entertainment, LLC\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1456710253\";s:9:\"copyright\";s:32:\"© 2016 Starz Entertainment, LLC\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:4:\"6400\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:14:\"Power Season 3\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:4:{i:0;s:12:\"Milan\'s Lair\";i:1;s:42:\"Jamie \'Ghost\' St. Patrick (Omari Hardwick)\";i:2;s:26:\"Tommy Egan (Joseph Sikora)\";i:3;s:11:\"unit select\";}}}'),(5974,2378,'_wp_attached_file','2019/08/50cent-Exec-Producer.jpg'),(5975,2378,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:740;s:6:\"height\";i:493;s:4:\"file\";s:32:\"2019/08/50cent-Exec-Producer.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"50cent-Exec-Producer-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:\"50cent-Exec-Producer-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:{}}}'),(5976,2380,'_wp_attached_file','2019/08/farmer.jpg'),(5977,2380,'wpmf_size','285158'),(5978,2380,'wpmf_filetype','jpg'),(5979,2380,'wpmf_order','0'),(5980,2380,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:959;s:6:\"height\";i:563;s:4:\"file\";s:18:\"2019/08/farmer.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"farmer-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:\"farmer-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"farmer-768x451.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:451;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:{}}}'),(5983,2381,'_edit_lock','1565639690:9'),(5984,2376,'_oembed_50ae97fb663e8c41bbafcbd6b070560c','<iframe title=\"‘Betrayal’ Trailer | Power Season 6 | STARZ\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/w8GuKAxLytU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(5985,2376,'_oembed_time_50ae97fb663e8c41bbafcbd6b070560c','1565835694'),(5986,2382,'_wp_attached_file','2019/08/power-6-1.jpg'),(5987,2382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:865;s:6:\"height\";i:402;s:4:\"file\";s:21:\"2019/08/power-6-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"power-6-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:\"power-6-1-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"power-6-1-768x357.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:357;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:{}}}'),(5988,2383,'_wp_attached_file','2019/08/aeroplane-aircraft-airplane-new-67807.jpg'),(5989,2383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:49:\"2019/08/aeroplane-aircraft-airplane-new-67807.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"aeroplane-aircraft-airplane-new-67807-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:\"aeroplane-aircraft-airplane-new-67807-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:49:\"aeroplane-aircraft-airplane-new-67807-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:50:\"aeroplane-aircraft-airplane-new-67807-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"aeroplane-aircraft-airplane-new-67807-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(5990,2384,'_wp_attached_file','2019/08/Cover-Image-Power-Season-6.jpg'),(5991,2384,'wpmf_size','42104'),(5992,2384,'wpmf_filetype','jpg'),(5993,2384,'wpmf_order','0'),(5994,2384,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1014;s:6:\"height\";i:570;s:4:\"file\";s:38:\"2019/08/Cover-Image-Power-Season-6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Cover-Image-Power-Season-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:38:\"Cover-Image-Power-Season-6-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:38:\"Cover-Image-Power-Season-6-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:{}}}'),(5995,2376,'_thumbnail_id','3558'),(5996,2376,'_edit_last','11'),(5997,2376,'sponsored_url',''),(5999,2376,'xyz_smap','1'),(6001,2387,'_edit_lock','1565878039:21'),(6002,2388,'_wp_attached_file','2019/08/fashion-female-footwear-NEW2285500.jpg'),(6003,2388,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1288;s:6:\"height\";i:900;s:4:\"file\";s:46:\"2019/08/fashion-female-footwear-NEW2285500.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"fashion-female-footwear-NEW2285500-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:\"fashion-female-footwear-NEW2285500-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:46:\"fashion-female-footwear-NEW2285500-768x537.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"fashion-female-footwear-NEW2285500-1024x716.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:716;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"fashion-female-footwear-NEW2285500-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6004,2389,'_wp_attached_file','2019/08/beauty-fragrance-girl-NEW-6404.jpg'),(6005,2389,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:42:\"2019/08/beauty-fragrance-girl-NEW-6404.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"beauty-fragrance-girl-NEW-6404-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:42:\"beauty-fragrance-girl-NEW-6404-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:42:\"beauty-fragrance-girl-NEW-6404-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:43:\"beauty-fragrance-girl-NEW-6404-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"beauty-fragrance-girl-NEW-6404-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6006,2390,'_wp_attached_file','2019/08/Heavenly-Skies.jpg'),(6007,2390,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1671;s:6:\"height\";i:1114;s:4:\"file\";s:26:\"2019/08/Heavenly-Skies.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Heavenly-Skies-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:\"Heavenly-Skies-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:26:\"Heavenly-Skies-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:27:\"Heavenly-Skies-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Heavenly-Skies-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6008,2381,'_thumbnail_id','2388'),(6009,2381,'_edit_last','9'),(6010,2381,'sponsored_url',''),(6011,2392,'_edit_lock','1565303091:4'),(6013,2381,'xyz_smap','1'),(6015,2392,'_edit_last','4'),(6016,2392,'sponsored_url',''),(6017,2394,'_wp_attached_file','2019/08/Covers-Face.jpg'),(6018,2394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:852;s:6:\"height\";i:480;s:4:\"file\";s:23:\"2019/08/Covers-Face.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Covers-Face-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:\"Covers-Face-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:23:\"Covers-Face-768x433.jpg\";s:5:\"width\";i:768;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: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:{}}}'),(6019,2395,'_wp_attached_file','2019/08/Troian-Bellisario.jpg'),(6020,2395,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:29:\"2019/08/Troian-Bellisario.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Troian-Bellisario-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:\"Troian-Bellisario-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Troian-Bellisario-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(6021,2396,'_edit_lock','1565726190:9'),(6023,2373,'_edit_last','9'),(6024,2373,'xyz_smap','1'),(6026,2373,'sponsored_url',''),(6029,2392,'_thumbnail_id','2395'),(6030,2392,'xyz_smap','1'),(6032,2400,'_wp_attached_file','2019/08/lambert.jpg'),(6033,2400,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:19:\"2019/08/lambert.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"lambert-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:\"lambert-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"lambert-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:10:\"Avalon.red\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:100:\"Adam Lambert  at The Glamour Women Of The Year Awards, Arrivals, Berkeley Square Gardens, London, UK\";s:17:\"created_timestamp\";s:10:\"1496778652\";s:9:\"copyright\";s:32:\"Avalon.red. All rights reserved.\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:100:\"Adam Lambert  at The Glamour Women Of The Year Awards, Arrivals, Berkeley Square Gardens, London, UK\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:8:{i:0;s:10:\"06.06.2017\";i:1;s:6:\"299168\";i:2;s:12:\"B5327_299168\";i:3;s:5:\"B5327\";i:4;s:30:\"PHT_B5327_glamour_awards_25152\";i:5;s:18:\"ZB5327_299168_0051\";i:6;s:64:\"pressedit;top pics;top_pics;toppics;top_pix;top pix;toppix;best_\";i:7;s:29:\"GLAMOURWOM_ZB5327_299168_0051\";}}}'),(6035,2223,'_wp_old_date','2019-08-07'),(6038,2396,'_thumbnail_id','2400'),(6039,2396,'_edit_last','9'),(6040,2396,'sponsored_url',''),(6042,2396,'xyz_smap','1'),(6044,2402,'_edit_lock','1565645783:14'),(6046,2402,'_edit_last','14'),(6047,2402,'xyz_smap','1'),(6049,2402,'sponsored_url',''),(6051,2405,'_edit_lock','1565466419:11'),(6052,2406,'_wp_attached_file','2019/08/bearded-black-man-smoking.jpg'),(6053,2406,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:37:\"2019/08/bearded-black-man-smoking.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"bearded-black-man-smoking-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:\"bearded-black-man-smoking-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:37:\"bearded-black-man-smoking-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:38:\"bearded-black-man-smoking-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"bearded-black-man-smoking-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6054,2407,'_wp_attached_file','2019/08/audley-shaw-demo.jpg'),(6055,2407,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:28:\"2019/08/audley-shaw-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"audley-shaw-demo-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:\"audley-shaw-demo-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:28:\"audley-shaw-demo-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:29:\"audley-shaw-demo-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"audley-shaw-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6058,2409,'_wp_attached_file','2019/08/Cemetery.jpg'),(6059,2409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:20:\"2019/08/Cemetery.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Cemetery-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:\"Cemetery-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:20:\"Cemetery-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:21:\"Cemetery-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Cemetery-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561557599\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6060,2410,'_edit_lock','1565726182:9'),(6062,2387,'_thumbnail_id','2415'),(6063,2387,'_edit_last','21'),(6064,2387,'xyz_smap','1'),(6066,2387,'sponsored_url',''),(6067,2412,'_wp_attached_file','2019/08/don-wehby-demo.jpg'),(6068,2412,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:26:\"2019/08/don-wehby-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"don-wehby-demo-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:\"don-wehby-demo-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:26:\"don-wehby-demo-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:27:\"don-wehby-demo-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"don-wehby-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6069,2413,'_wp_attached_file','2019/08/julia.jpg'),(6070,2413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:17:\"2019/08/julia.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"julia-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:\"julia-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"julia-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:26:\"Jackie Brown / Splash News\";s:6:\"camera\";s:8:\"NIKON D3\";s:7:\"caption\";s:520:\"New York, New York-April 26: Donald Trump, Melania Trump, Nicki Minaj, Karlie Kloss, Gina Rodriguez, Lindsey Vonn, Julia Louise Dreyfus and more attend the Time 100 Gala on April 26, 2016 at Frederick P. Rose Hall in New York City. \r<P>\rPictured: Julia Louis-Dreyfus\r<B>Ref: SPL1270424  260416  </B><BR />\rPicture by: Jackie Brown / Splash News<BR />\r</P><P>\r<B>Splash News and Pictures</B><BR />\rLos Angeles:	310-821-2666<BR />\rNew York:	212-619-2666<BR />\rLondon:	870-934-2666<BR />\rphotodesk@splashnews.com<BR />\r</P>\";s:17:\"created_timestamp\";s:10:\"1171078936\";s:9:\"copyright\";s:21:\"© www.splashnews.com\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:103:\"the Time 100 Gala Most Influential People on April 26, 2016 at Frederick P. Rose Hall in New York City.\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6071,2410,'_thumbnail_id','2413'),(6072,2410,'_edit_last','9'),(6073,2410,'sponsored_url',''),(6075,2410,'xyz_smap','1'),(6077,2415,'_wp_attached_file','2019/08/Coffin.jpg'),(6078,2415,'wpmf_size','75319'),(6079,2415,'wpmf_filetype','jpg'),(6080,2415,'wpmf_order','0'),(6081,2415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:360;s:4:\"file\";s:18:\"2019/08/Coffin.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Coffin-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:\"Coffin-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:\"0\";s:8:\"keywords\";a:0:{}}}'),(6085,2418,'_wp_attached_file','2019/08/GraceKennedy-HQ-1.jpg'),(6086,2418,'wpmf_size','983097'),(6087,2418,'wpmf_filetype','jpg'),(6088,2418,'wpmf_order','0'),(6089,2418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4918;s:6:\"height\";i:3279;s:4:\"file\";s:29:\"2019/08/GraceKennedy-HQ-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"GraceKennedy-HQ-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:29:\"GraceKennedy-HQ-1-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:29:\"GraceKennedy-HQ-1-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:30:\"GraceKennedy-HQ-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"GraceKennedy-HQ-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1557852530\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6092,2419,'_edit_lock','1565726172:9'),(6097,2421,'_wp_attached_file','2019/08/Wires-Removed.jpg'),(6098,2421,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4918;s:6:\"height\";i:3279;s:4:\"file\";s:25:\"2019/08/Wires-Removed.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Wires-Removed-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:\"Wires-Removed-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:\"Wires-Removed-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:\"Wires-Removed-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Wires-Removed-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1557852530\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6099,2422,'_wp_attached_file','2019/08/kim-cattrall.jpg'),(6100,2422,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:24:\"2019/08/kim-cattrall.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"kim-cattrall-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:\"kim-cattrall-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"kim-cattrall-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1494786631\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6101,2423,'_edit_lock','1565888457:4'),(6102,2419,'_edit_last','9'),(6103,2419,'sponsored_url',''),(6105,2405,'_edit_last','11'),(6106,2405,'xyz_smap','1'),(6108,2405,'sponsored_url',''),(6109,2426,'_wp_attached_file','2019/08/christophers-demo.png'),(6110,2426,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:663;s:4:\"file\";s:29:\"2019/08/christophers-demo.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"christophers-demo-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:29:\"christophers-demo-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"christophers-demo-768x509.png\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"christophers-demo-1000x655.png\";s:5:\"width\";i:1000;s:6:\"height\";i:655;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:{}}}'),(6111,2427,'_edit_lock','1565307850:15'),(6112,2419,'_thumbnail_id','2422'),(6114,2419,'xyz_smap','1'),(6116,2428,'_wp_attached_file','2019/08/christophers-demo-1.png'),(6117,2428,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:663;s:4:\"file\";s:31:\"2019/08/christophers-demo-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"christophers-demo-1-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:31:\"christophers-demo-1-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"christophers-demo-1-768x509.png\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"christophers-demo-1-1000x655.png\";s:5:\"width\";i:1000;s:6:\"height\";i:655;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:{}}}'),(6118,2429,'_wp_attached_file','2019/08/Christophers-Badge.png'),(6119,2429,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"2019/08/Christophers-Badge.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Christophers-Badge-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:\"Christophers-Badge-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Christophers-Badge-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Christophers-Badge-1000x655.png\";s:5:\"width\";i:1000;s:6:\"height\";i:655;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:{}}}'),(6120,2430,'_wp_attached_file','2019/08/BMW-CEO-Harald-Kruger-2018.jpg'),(6121,2430,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1125;s:6:\"height\";i:750;s:4:\"file\";s:38:\"2019/08/BMW-CEO-Harald-Kruger-2018.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"BMW-CEO-Harald-Kruger-2018-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:\"BMW-CEO-Harald-Kruger-2018-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:38:\"BMW-CEO-Harald-Kruger-2018-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:39:\"BMW-CEO-Harald-Kruger-2018-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"BMW-CEO-Harald-Kruger-2018-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:17:\"CHRISTIAN STADLER\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1521626979\";s:9:\"copyright\";s:20:\"WWW.STADLERPHOTO.COM\";s:12:\"focal_length\";s:3:\"130\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6122,2431,'_wp_attached_file','2019/08/christopher-s-seaside.jpg'),(6123,2431,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:367;s:4:\"file\";s:33:\"2019/08/christopher-s-seaside.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"christopher-s-seaside-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:\"christopher-s-seaside-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:{}}}'),(6125,2423,'_edit_last','4'),(6126,2423,'xyz_smap','1'),(6128,2423,'sponsored_url',''),(6129,2433,'_edit_lock','1565639631:9'),(6130,2434,'_edit_lock','1565887984:4'),(6132,2427,'_edit_last','15'),(6133,2427,'xyz_smap','1'),(6135,2427,'sponsored_url',''),(6136,2436,'_wp_attached_file','2019/08/Seared-Mahi-Mahi.jpg'),(6137,2436,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:28:\"2019/08/Seared-Mahi-Mahi.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Seared-Mahi-Mahi-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:\"Seared-Mahi-Mahi-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:28:\"Seared-Mahi-Mahi-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:29:\"Seared-Mahi-Mahi-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Seared-Mahi-Mahi-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6138,2437,'_wp_attached_file','2019/08/Seared-Mahi-Mahi-1.jpg'),(6139,2437,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:30:\"2019/08/Seared-Mahi-Mahi-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Seared-Mahi-Mahi-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:\"Seared-Mahi-Mahi-1-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:30:\"Seared-Mahi-Mahi-1-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:31:\"Seared-Mahi-Mahi-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Seared-Mahi-Mahi-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6140,2438,'_wp_attached_file','2019/08/Morant-Bay-3.jpg'),(6141,2438,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1205;s:4:\"file\";s:24:\"2019/08/Morant-Bay-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Morant-Bay-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:24:\"Morant-Bay-3-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Morant-Bay-3-768x452.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Morant-Bay-3-1024x603.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Morant-Bay-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6142,2439,'_wp_attached_file','2019/08/Seafood-Medley-Broth.jpg'),(6143,2439,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:562;s:6:\"height\";i:499;s:4:\"file\";s:32:\"2019/08/Seafood-Medley-Broth.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Seafood-Medley-Broth-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:\"Seafood-Medley-Broth-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;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:\"1557248996\";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:{}}}'),(6145,2434,'_edit_last','4'),(6146,2434,'xyz_smap','1'),(6148,2434,'sponsored_url',''),(6149,2441,'_wp_attached_file','2019/08/Pina-Colada-Menu.jpg'),(6150,2441,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:28:\"2019/08/Pina-Colada-Menu.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Pina-Colada-Menu-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:\"Pina-Colada-Menu-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Pina-Colada-Menu-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Pina-Colada-Menu-720x655.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:655;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:{}}}'),(6155,2433,'_thumbnail_id','2438'),(6156,2433,'_edit_last','9'),(6157,2433,'sponsored_url',''),(6159,2433,'xyz_smap','1'),(6161,2446,'_edit_lock','1565734374:9'),(6162,2447,'_wp_attached_file','2019/08/image.png'),(6163,2447,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:415;s:6:\"height\";i:689;s:4:\"file\";s:17:\"2019/08/image.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"image-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:17:\"image-181x300.png\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"image-415x655.png\";s:5:\"width\";i:415;s:6:\"height\";i:655;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:{}}}'),(6170,2450,'_wp_attached_file','2019/08/artificiql-intelligence-demo.jpg'),(6171,2450,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:40:\"2019/08/artificiql-intelligence-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"artificiql-intelligence-demo-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:\"artificiql-intelligence-demo-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:40:\"artificiql-intelligence-demo-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:41:\"artificiql-intelligence-demo-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"artificiql-intelligence-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6172,2451,'_wp_attached_file','2019/08/mckinsey-global-institute-demo.jpg'),(6173,2451,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:42:\"2019/08/mckinsey-global-institute-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"mckinsey-global-institute-demo-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:42:\"mckinsey-global-institute-demo-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:42:\"mckinsey-global-institute-demo-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:43:\"mckinsey-global-institute-demo-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"mckinsey-global-institute-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6175,2446,'_edit_last','9'),(6176,2446,'xyz_smap','1'),(6178,2446,'sponsored_url',''),(6179,2453,'_edit_lock','1565877703:21'),(6180,2454,'_wp_attached_file','2019/08/denise-richards.jpg'),(6181,2454,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:27:\"2019/08/denise-richards.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"denise-richards-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:\"denise-richards-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"denise-richards-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1371157057\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6182,2453,'_edit_last','4'),(6183,2453,'sponsored_url',''),(6185,2453,'xyz_smap','1'),(6193,2457,'_edit_lock','1565877791:21'),(6194,2458,'_edit_lock','1565834285:14'),(6195,2459,'_wp_attached_file','2019/08/worship-feast-1.jpg'),(6196,2459,'wpmf_size','78029'),(6197,2459,'wpmf_filetype','jpg'),(6198,2459,'wpmf_order','0'),(6199,2459,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:27:\"2019/08/worship-feast-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"worship-feast-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:27:\"worship-feast-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"worship-feast-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"worship-feast-1-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(6200,1662,'_wp_old_date','2019-08-05'),(6201,1662,'_thumbnail_id','4312'),(6202,1662,'_edit_last','1'),(6203,1662,'out_date','2019-10-04'),(6204,1662,'out_time','07:00 PM'),(6205,1662,'out_address','Portmore St Catherine'),(6206,1662,'out_description','Worship Feast is a prayer, praise and worship gathering; in His presence is fullness of joy - Nehemiah 8'),(6207,1662,'out_mapurl','https://www.google.com/maps/place/Portmore/@17.9605179,-76.9188889,13z/data=!3m1!4b1!4m5!3m4!1s0x8edb6b3bcc365e87:0x7a37535e069fb3b6!8m2!3d17.9611269!4d-76.8893907'),(6208,1662,'post_gallery_id','a:1:{i:0;s:4:\"2459\";}'),(6210,2461,'_wp_attached_file','2019/08/Beauty-and-the-Beast.jpg'),(6211,2461,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:630;s:4:\"file\";s:32:\"2019/08/Beauty-and-the-Beast.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Beauty-and-the-Beast-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:\"Beauty-and-the-Beast-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Beauty-and-the-Beast-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Beauty-and-the-Beast-1024x496.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Beauty-and-the-Beast-1060x630.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:630;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:{}}}'),(6212,2462,'_wp_attached_file','2019/08/Pulse-Supermodel-Alicia-Burke-for-Ralph-Laurens-Iconic-campaign.jpg'),(6213,2462,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:1534;s:4:\"file\";s:75:\"2019/08/Pulse-Supermodel-Alicia-Burke-for-Ralph-Laurens-Iconic-campaign.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"Pulse-Supermodel-Alicia-Burke-for-Ralph-Laurens-Iconic-campaign-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:75:\"Pulse-Supermodel-Alicia-Burke-for-Ralph-Laurens-Iconic-campaign-274x300.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:75:\"Pulse-Supermodel-Alicia-Burke-for-Ralph-Laurens-Iconic-campaign-768x842.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:842;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:76:\"Pulse-Supermodel-Alicia-Burke-for-Ralph-Laurens-Iconic-campaign-935x1024.jpg\";s:5:\"width\";i:935;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:76:\"Pulse-Supermodel-Alicia-Burke-for-Ralph-Laurens-Iconic-campaign-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6214,2463,'_wp_attached_file','2019/08/Pulse-Supermodel-Alicia-Burke-takes-a-call-ahead-of-a-luncheon-in-her-honour-in-the-lobby-of-Pulse-Rooms-at-Trafalgar.jpg'),(6215,2463,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4000;s:6:\"height\";i:6000;s:4:\"file\";s:129:\"2019/08/Pulse-Supermodel-Alicia-Burke-takes-a-call-ahead-of-a-luncheon-in-her-honour-in-the-lobby-of-Pulse-Rooms-at-Trafalgar.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:129:\"Pulse-Supermodel-Alicia-Burke-takes-a-call-ahead-of-a-luncheon-in-her-honour-in-the-lobby-of-Pulse-Rooms-at-Trafalgar-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:129:\"Pulse-Supermodel-Alicia-Burke-takes-a-call-ahead-of-a-luncheon-in-her-honour-in-the-lobby-of-Pulse-Rooms-at-Trafalgar-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:130:\"Pulse-Supermodel-Alicia-Burke-takes-a-call-ahead-of-a-luncheon-in-her-honour-in-the-lobby-of-Pulse-Rooms-at-Trafalgar-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:130:\"Pulse-Supermodel-Alicia-Burke-takes-a-call-ahead-of-a-luncheon-in-her-honour-in-the-lobby-of-Pulse-Rooms-at-Trafalgar-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:130:\"Pulse-Supermodel-Alicia-Burke-takes-a-call-ahead-of-a-luncheon-in-her-honour-in-the-lobby-of-Pulse-Rooms-at-Trafalgar-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6216,2464,'_wp_attached_file','2019/08/heartbreak.jpg'),(6217,2464,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:320;s:4:\"file\";s:22:\"2019/08/heartbreak.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"heartbreak-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:\"heartbreak-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;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:{}}}'),(6218,2465,'_wp_attached_file','2019/08/Alicia-Burke-Vogue-Cover.jpg'),(6219,2465,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:969;s:4:\"file\";s:36:\"2019/08/Alicia-Burke-Vogue-Cover.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Alicia-Burke-Vogue-Cover-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:\"Alicia-Burke-Vogue-Cover-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Alicia-Burke-Vogue-Cover-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Alicia-Burke-Vogue-Cover-1024x496.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Alicia-Burke-Vogue-Cover-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6220,2466,'_wp_attached_file','2019/08/Quasimodo.jpg'),(6221,2466,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1466;s:4:\"file\";s:21:\"2019/08/Quasimodo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Quasimodo-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:\"Quasimodo-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Quasimodo-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Quasimodo-1024x586.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Quasimodo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6222,2467,'_wp_attached_file','2019/08/Pulse-Supermodel-Alicia-Burke-in-Ralph-Lauren-campaign.jpg'),(6223,2467,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2538;s:6:\"height\";i:1712;s:4:\"file\";s:66:\"2019/08/Pulse-Supermodel-Alicia-Burke-in-Ralph-Lauren-campaign.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"Pulse-Supermodel-Alicia-Burke-in-Ralph-Lauren-campaign-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:66:\"Pulse-Supermodel-Alicia-Burke-in-Ralph-Lauren-campaign-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:66:\"Pulse-Supermodel-Alicia-Burke-in-Ralph-Lauren-campaign-768x518.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:67:\"Pulse-Supermodel-Alicia-Burke-in-Ralph-Lauren-campaign-1024x691.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:67:\"Pulse-Supermodel-Alicia-Burke-in-Ralph-Lauren-campaign-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6224,2458,'_thumbnail_id','3479'),(6225,2458,'_edit_last','14'),(6226,2458,'sponsored_url',''),(6227,2469,'_wp_attached_file','2019/08/Man-With-Chiselled-Abs.jpg'),(6228,2469,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4674;s:6:\"height\";i:3096;s:4:\"file\";s:34:\"2019/08/Man-With-Chiselled-Abs.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Man-With-Chiselled-Abs-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:\"Man-With-Chiselled-Abs-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Man-With-Chiselled-Abs-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Man-With-Chiselled-Abs-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Man-With-Chiselled-Abs-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6230,2458,'xyz_smap','1'),(6236,2470,'_wp_attached_file','2019/08/Male-Magazine.jpg'),(6237,2470,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:446;s:6:\"height\";i:606;s:4:\"file\";s:25:\"2019/08/Male-Magazine.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Male-Magazine-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:\"Male-Magazine-221x300.jpg\";s:5:\"width\";i:221;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:{}}}'),(6240,2471,'_wp_attached_file','2019/08/arguing-couple.jpg'),(6241,2471,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:26:\"2019/08/arguing-couple.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"arguing-couple-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:\"arguing-couple-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:{}}}'),(6243,2457,'_thumbnail_id','2461'),(6244,2457,'_edit_last','21'),(6245,2457,'xyz_smap','1'),(6247,2457,'sponsored_url',''),(6248,2473,'_edit_lock','1565975285:9'),(6249,2474,'_wp_attached_file','2019/08/Big-Feet.jpg'),(6250,2474,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:457;s:4:\"file\";s:20:\"2019/08/Big-Feet.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Big-Feet-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:\"Big-Feet-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;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:\"1493484882\";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:{}}}'),(6251,2475,'_wp_attached_file','2019/08/False.jpg'),(6252,2475,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:185;s:4:\"file\";s:17:\"2019/08/False.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"False-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:\"1\";s:8:\"keywords\";a:0:{}}}'),(6253,2476,'_wp_attached_file','2019/08/False.png'),(6254,2476,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:186;s:4:\"file\";s:17:\"2019/08/False.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"False-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(6255,2477,'_wp_attached_file','2019/08/Measuring-Tape.jpg'),(6256,2477,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5000;s:6:\"height\";i:3333;s:4:\"file\";s:26:\"2019/08/Measuring-Tape.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Measuring-Tape-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:\"Measuring-Tape-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:26:\"Measuring-Tape-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:27:\"Measuring-Tape-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Measuring-Tape-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6258,2473,'_thumbnail_id','2474'),(6259,2473,'_edit_last','9'),(6260,2473,'xyz_smap','1'),(6262,2473,'sponsored_url',''),(6263,2479,'_edit_lock','1565874335:4'),(6264,2480,'_edit_lock','1565639599:9'),(6265,2481,'_wp_attached_file','2019/08/tifanny-haddish.jpg'),(6266,2481,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:27:\"2019/08/tifanny-haddish.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"tifanny-haddish-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:\"tifanny-haddish-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"tifanny-haddish-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(6267,2482,'_wp_attached_file','2019/08/Cerebral-Palsy.jpg'),(6268,2482,'wpmf_size','38610'),(6269,2482,'wpmf_filetype','jpg'),(6270,2482,'wpmf_order','0'),(6271,2482,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:26:\"2019/08/Cerebral-Palsy.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Cerebral-Palsy-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:\"Cerebral-Palsy-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Cerebral-Palsy-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Cerebral-Palsy-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(6272,2480,'_thumbnail_id','2481'),(6273,2480,'_edit_last','9'),(6274,2480,'sponsored_url',''),(6276,2479,'_thumbnail_id','2482'),(6277,2479,'_edit_last','4'),(6278,2479,'xyz_smap','1'),(6280,2479,'sponsored_url',''),(6282,2480,'xyz_smap','1'),(6284,2485,'_edit_lock','1565876377:21'),(6286,2487,'_edit_lock','1565885533:9'),(6287,2488,'_wp_attached_file','2019/08/chabad-A.jpg'),(6288,2488,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2019/08/chabad-A.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"chabad-A-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:\"chabad-A-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:20:\"chabad-A-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"chabad-A-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"chabad-A-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:16:\"Moto G (5S) Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565262687\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.59\";s:3:\"iso\";s:3:\"171\";s:13:\"shutter_speed\";s:16:\"0.03030303030303\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6289,2489,'_wp_attached_file','2019/08/chabad.jpg'),(6290,2489,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:18:\"2019/08/chabad.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"chabad-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:\"chabad-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:\"chabad-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"chabad-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"chabad-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:16:\"Moto G (5S) Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565261084\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.59\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:18:\"0.0012919896640827\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6291,2487,'_thumbnail_id','2489'),(6292,2487,'_edit_last','9'),(6293,2487,'sponsored_url',''),(6295,2487,'xyz_smap','1'),(6297,2491,'_wp_attached_file','2019/08/Child-Going-Off-To-College.jpg'),(6298,2491,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1407;s:4:\"file\";s:38:\"2019/08/Child-Going-Off-To-College.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Child-Going-Off-To-College-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:\"Child-Going-Off-To-College-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:38:\"Child-Going-Off-To-College-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:39:\"Child-Going-Off-To-College-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Child-Going-Off-To-College-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:25:\"Getty Images/Blend Images\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:50:\"Mother hugging teenage son as he packs for college\";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:6:\"Image:\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6299,2492,'_edit_lock','1565726053:9'),(6300,2493,'_wp_attached_file','2019/08/french-montana.jpg'),(6301,2493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:26:\"2019/08/french-montana.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"french-montana-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:\"french-montana-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"french-montana-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:32:\"Chessa /London Entertainment/Spl\";s:6:\"camera\";s:12:\"Canon EOS 7D\";s:7:\"caption\";s:413:\"French Montana, the rumoured boyfriend of Khloe Kardashian, is spotted arriving at LAX Airport in Los Angeles, CA.\r<P>\rPictured: French Montana\r<P><B>Ref: SPL899900  261114  </B><BR />\rPicture by: Chessa /London Entertainment/Splash News<BR />\r</P>\r<P><B>Splash News and Pictures</B><BR />\rLos Angeles:	310-821-2666<BR />\rNew York:	212-619-2666<BR />\rLondon:	870-934-2666<BR />\rphotodesk@splashnews.com<BR />\r</P>\";s:17:\"created_timestamp\";s:10:\"1416885567\";s:9:\"copyright\";s:21:\"© www.splashnews.com\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:113:\"French Montana, the rumoured boyfriend of Khloe Kardashian, is spotted arriving at LAX Airport in Los Angeles, CA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:3:{i:0;s:64:\"the rumoured boyfriend of Khloe Kardashian is spotted as he arri\";i:1;s:2:\"Ca\";i:2;s:14:\"French Montana\";}}}'),(6302,2492,'_thumbnail_id','2838'),(6303,2492,'_edit_last','9'),(6304,2492,'sponsored_url',''),(6306,2492,'xyz_smap','1'),(6308,2495,'_edit_lock','1565726045:9'),(6309,2496,'_wp_attached_file','2019/08/eye-screening-mobay.jpg'),(6310,2496,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1114;s:6:\"height\";i:743;s:4:\"file\";s:31:\"2019/08/eye-screening-mobay.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"eye-screening-mobay-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:\"eye-screening-mobay-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:31:\"eye-screening-mobay-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:32:\"eye-screening-mobay-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"eye-screening-mobay-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6311,2497,'_wp_attached_file','2019/08/eye-screening-mobay-B.jpg'),(6312,2497,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:333;s:4:\"file\";s:33:\"2019/08/eye-screening-mobay-B.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"eye-screening-mobay-B-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:\"eye-screening-mobay-B-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:{}}}'),(6313,2495,'_thumbnail_id','2496'),(6314,2495,'_edit_last','9'),(6315,2495,'sponsored_url',''),(6317,2495,'xyz_smap','1'),(6319,2499,'_edit_lock','1565619062:13'),(6321,2485,'_thumbnail_id','2491'),(6322,2485,'_edit_last','21'),(6323,2485,'xyz_smap','1'),(6325,2485,'sponsored_url',''),(6326,2501,'_edit_lock','1565886478:12'),(6327,2499,'_edit_last','13'),(6328,2499,'job_position','Securities and Settlement Officer'),(6329,2499,'job_type','Full-time'),(6330,2499,'job_company','Ministry of Labour and Social Security'),(6331,2499,'job_company_email','secretariat@nif.gov.jm'),(6332,2499,'job_expiration','2019-08-16'),(6333,2503,'_edit_lock','1565834266:14'),(6334,2504,'_wp_attached_file','2019/08/leslie-jones.jpg'),(6335,2504,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:24:\"2019/08/leslie-jones.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"leslie-jones-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:\"leslie-jones-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"leslie-jones-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:26:\"Nate Beckett / Splash News\";s:6:\"camera\";s:9:\"NIKON D4S\";s:7:\"caption\";s:378:\"arriving to the \"Ghostbusters\" Los Angeles Premiere held at the Chinese Theatre in Hollywood, CA.\r<P>\rPictured: Leslie Jones\r<B>Ref: SPL1316098  100716  </B><BR />\rPicture by: Nate Beckett / Splash News<BR />\r</P><P>\r<B>Splash News and Pictures</B><BR />\rLos Angeles:	310-821-2666<BR />\rNew York:	212-619-2666<BR />\rLondon:	870-934-2666<BR />\rphotodesk@splashnews.com<BR />\r</P>\";s:17:\"created_timestamp\";s:10:\"1468173238\";s:9:\"copyright\";s:21:\"© www.splashnews.com\";s:12:\"focal_length\";s:2:\"52\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:35:\"\"Ghostbusters\" Los Angeles Premiere\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6336,2503,'_edit_last','14'),(6337,2503,'sponsored_url',''),(6338,2506,'_edit_lock','1565909560:14'),(6339,2507,'_edit_lock','1565755646:4'),(6340,2508,'_wp_attached_file','2019/08/chairs-classroom-college-289740.jpg'),(6341,2508,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3065;s:6:\"height\";i:2043;s:4:\"file\";s:43:\"2019/08/chairs-classroom-college-289740.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"chairs-classroom-college-289740-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:\"chairs-classroom-college-289740-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:43:\"chairs-classroom-college-289740-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:44:\"chairs-classroom-college-289740-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"chairs-classroom-college-289740-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6342,2509,'_wp_attached_file','2019/08/journeys-end-wine-buzz-7.jpg'),(6343,2509,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2019/08/journeys-end-wine-buzz-7.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"journeys-end-wine-buzz-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:36:\"journeys-end-wine-buzz-7-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:36:\"journeys-end-wine-buzz-7-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:37:\"journeys-end-wine-buzz-7-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"journeys-end-wine-buzz-7-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6344,2510,'_edit_lock','1565817299:9'),(6345,2512,'_wp_attached_file','2019/08/flavours-of-the-past-logo.jpg'),(6346,2512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1941;s:6:\"height\";i:1227;s:4:\"file\";s:37:\"2019/08/flavours-of-the-past-logo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"flavours-of-the-past-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:37:\"flavours-of-the-past-logo-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"flavours-of-the-past-logo-768x485.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:485;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"flavours-of-the-past-logo-1024x647.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:647;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"flavours-of-the-past-logo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6347,2507,'_thumbnail_id','2508'),(6348,2507,'_edit_last','4'),(6349,2507,'sponsored_url',''),(6350,2515,'_wp_attached_file','2019/08/ministry-of-labour-and-Social-Security.jpg'),(6351,2515,'wpmf_size','97986'),(6352,2515,'wpmf_filetype','jpg'),(6353,2515,'wpmf_order','0'),(6354,2515,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:50:\"2019/08/ministry-of-labour-and-Social-Security.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"ministry-of-labour-and-Social-Security-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:50:\"ministry-of-labour-and-Social-Security-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:50:\"ministry-of-labour-and-Social-Security-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"ministry-of-labour-and-Social-Security-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(6355,2516,'_wp_attached_file','2019/08/journeys-end-wine-buzz-19.jpg'),(6356,2516,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2019/08/journeys-end-wine-buzz-19.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"journeys-end-wine-buzz-19-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:\"journeys-end-wine-buzz-19-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"journeys-end-wine-buzz-19-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:{}}}'),(6358,2518,'_wp_attached_file','2019/08/journeys-end-wine-buzz-18.jpg'),(6359,2518,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:599;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2019/08/journeys-end-wine-buzz-18.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"journeys-end-wine-buzz-18-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:\"journeys-end-wine-buzz-18-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"journeys-end-wine-buzz-18-599x655.jpg\";s:5:\"width\";i:599;s:6:\"height\";i:655;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:{}}}'),(6360,2507,'xyz_smap','1'),(6362,2519,'_wp_attached_file','2019/08/journeys-end-wine-buzz-17.jpg'),(6363,2519,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:599;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2019/08/journeys-end-wine-buzz-17.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"journeys-end-wine-buzz-17-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:\"journeys-end-wine-buzz-17-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"journeys-end-wine-buzz-17-599x655.jpg\";s:5:\"width\";i:599;s:6:\"height\";i:655;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:{}}}'),(6364,2520,'_wp_attached_file','2019/08/journeys-end-wine-buzz-16.jpg'),(6365,2520,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:599;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2019/08/journeys-end-wine-buzz-16.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"journeys-end-wine-buzz-16-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:\"journeys-end-wine-buzz-16-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"journeys-end-wine-buzz-16-599x655.jpg\";s:5:\"width\";i:599;s:6:\"height\";i:655;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:{}}}'),(6366,2521,'_wp_attached_file','2019/08/journeys-end-wine-buzz-15.jpg'),(6367,2521,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:599;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2019/08/journeys-end-wine-buzz-15.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"journeys-end-wine-buzz-15-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:\"journeys-end-wine-buzz-15-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"journeys-end-wine-buzz-15-599x655.jpg\";s:5:\"width\";i:599;s:6:\"height\";i:655;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:{}}}'),(6368,2522,'_wp_attached_file','2019/08/journeys-end-wine-buzz-14.jpg'),(6369,2522,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:599;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2019/08/journeys-end-wine-buzz-14.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"journeys-end-wine-buzz-14-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:\"journeys-end-wine-buzz-14-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"journeys-end-wine-buzz-14-599x655.jpg\";s:5:\"width\";i:599;s:6:\"height\";i:655;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:{}}}'),(6370,2523,'_wp_attached_file','2019/08/journeys-end-wine-buzz-13.jpg'),(6371,2523,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:599;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2019/08/journeys-end-wine-buzz-13.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"journeys-end-wine-buzz-13-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:\"journeys-end-wine-buzz-13-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"journeys-end-wine-buzz-13-599x655.jpg\";s:5:\"width\";i:599;s:6:\"height\";i:655;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:{}}}'),(6372,2524,'_wp_attached_file','2019/08/journeys-end-wine-buzz-12.jpg'),(6373,2524,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:599;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2019/08/journeys-end-wine-buzz-12.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"journeys-end-wine-buzz-12-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:\"journeys-end-wine-buzz-12-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"journeys-end-wine-buzz-12-599x655.jpg\";s:5:\"width\";i:599;s:6:\"height\";i:655;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:{}}}'),(6374,2525,'_wp_attached_file','2019/08/journeys-end-wine-buzz-11.jpg'),(6375,2525,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2019/08/journeys-end-wine-buzz-11.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"journeys-end-wine-buzz-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:37:\"journeys-end-wine-buzz-11-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"journeys-end-wine-buzz-11-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:{}}}'),(6376,2526,'_wp_attached_file','2019/08/journeys-end-wine-buzz-10.jpg'),(6377,2526,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:599;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2019/08/journeys-end-wine-buzz-10.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"journeys-end-wine-buzz-10-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:\"journeys-end-wine-buzz-10-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"journeys-end-wine-buzz-10-599x655.jpg\";s:5:\"width\";i:599;s:6:\"height\";i:655;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:{}}}'),(6379,2528,'_wp_attached_file','2019/08/journeys-end-wine-buzz-1.jpg'),(6380,2528,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:848;s:4:\"file\";s:36:\"2019/08/journeys-end-wine-buzz-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"journeys-end-wine-buzz-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:36:\"journeys-end-wine-buzz-1-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"journeys-end-wine-buzz-1-768x434.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"journeys-end-wine-buzz-1-1024x579.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"journeys-end-wine-buzz-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6381,2529,'_wp_attached_file','2019/08/journeys-end-wine-buzz-4.jpg'),(6382,2529,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2019/08/journeys-end-wine-buzz-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"journeys-end-wine-buzz-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:36:\"journeys-end-wine-buzz-4-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:36:\"journeys-end-wine-buzz-4-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:37:\"journeys-end-wine-buzz-4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"journeys-end-wine-buzz-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6385,2531,'_wp_attached_file','2019/08/journeys-end-wine-buzz-3.jpg'),(6386,2531,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:999;s:4:\"file\";s:36:\"2019/08/journeys-end-wine-buzz-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"journeys-end-wine-buzz-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:36:\"journeys-end-wine-buzz-3-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:36:\"journeys-end-wine-buzz-3-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"journeys-end-wine-buzz-3-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"journeys-end-wine-buzz-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6387,2532,'_wp_attached_file','2019/08/journeys-end-wine-buzz-2.jpg'),(6388,2499,'_thumbnail_id','2515'),(6389,2532,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2019/08/journeys-end-wine-buzz-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"journeys-end-wine-buzz-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:36:\"journeys-end-wine-buzz-2-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:36:\"journeys-end-wine-buzz-2-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:37:\"journeys-end-wine-buzz-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"journeys-end-wine-buzz-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6390,2533,'_wp_attached_file','2019/08/journeys-end-wine-buzz-7-1.jpg'),(6391,2533,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:38:\"2019/08/journeys-end-wine-buzz-7-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"journeys-end-wine-buzz-7-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:38:\"journeys-end-wine-buzz-7-1-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:38:\"journeys-end-wine-buzz-7-1-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:39:\"journeys-end-wine-buzz-7-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"journeys-end-wine-buzz-7-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6394,2534,'_wp_attached_file','2019/08/journeys-end-wine-buzz-5.jpg'),(6395,2534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2019/08/journeys-end-wine-buzz-5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"journeys-end-wine-buzz-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:36:\"journeys-end-wine-buzz-5-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:36:\"journeys-end-wine-buzz-5-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:37:\"journeys-end-wine-buzz-5-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"journeys-end-wine-buzz-5-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6398,2536,'_wp_attached_file','2019/08/journeys-end-logo-buzz.jpg'),(6399,2536,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:1998;s:4:\"file\";s:34:\"2019/08/journeys-end-logo-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"journeys-end-logo-buzz-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:\"journeys-end-logo-buzz-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:34:\"journeys-end-logo-buzz-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"journeys-end-logo-buzz-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"journeys-end-logo-buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:17:\"Journeys end logo\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6401,2503,'_thumbnail_id','2504'),(6402,2503,'xyz_smap','1'),(6404,2538,'_wp_attached_file','2019/08/skn-moves-official.jpg'),(6405,2538,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:796;s:6:\"height\";i:1024;s:4:\"file\";s:30:\"2019/08/skn-moves-official.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"skn-moves-official-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:\"skn-moves-official-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"skn-moves-official-768x988.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:988;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"skn-moves-official-796x1024.jpg\";s:5:\"width\";i:796;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"skn-moves-official-796x655.jpg\";s:5:\"width\";i:796;s:6:\"height\";i:655;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:{}}}'),(6406,2501,'_oembed_d3e02bc8c7bb93b5d141af5abbb3bcf5','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B0YbURUAVOW/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B0YbURUAVOW/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B0YbURUAVOW/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">The good things them . Goodie come right out</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/mackerel_offical/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Mackerel offical Business Page</a> (@mackerel_offical) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-26T13:29:13+00:00\">Jul 26, 2019 at 6:29am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(6407,2501,'_oembed_time_d3e02bc8c7bb93b5d141af5abbb3bcf5','1565370842'),(6409,2510,'_edit_last','9'),(6410,2510,'xyz_smap','1'),(6412,2510,'sponsored_url',''),(6413,2501,'_oembed_256c3323e8eb3633731b77e1b2234549','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B0PRItJA6mY/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B0PRItJA6mY/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B0PRItJA6mY/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">I love #UK. England party them nice. ???????</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/mackerel_offical/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Mackerel offical Business Page</a> (@mackerel_offical) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-23T00:10:22+00:00\">Jul 22, 2019 at 5:10pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(6414,2501,'_oembed_time_256c3323e8eb3633731b77e1b2234549','1565371018'),(6415,2540,'_wp_attached_file','2019/08/Keeping-Up-With-the-Kardashians.jpg'),(6416,2540,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:618;s:6:\"height\";i:412;s:4:\"file\";s:43:\"2019/08/Keeping-Up-With-the-Kardashians.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Keeping-Up-With-the-Kardashians-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:\"Keeping-Up-With-the-Kardashians-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:30:\"Miller Mobley/E! Entertainment\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:120:\"KEEPING UP WITH THE KARDASHIANS -- Season: 16 -- Pictured: The Kardashians -- (Photo by: Miller Mobley/E! Entertainment)\";s:17:\"created_timestamp\";s:10:\"1554076800\";s:9:\"copyright\";s:36:\"2019 E! Entertainment Television LLC\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:43:\"Keeping Up with the Kardashians - Season 16\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:2:{i:0;s:10:\"NUP_186549\";i:1;s:6:\"select\";}}}'),(6417,2541,'_wp_attached_file','2019/08/journeys-end-wine-buzz-6.jpg'),(6418,2541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2019/08/journeys-end-wine-buzz-6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"journeys-end-wine-buzz-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:36:\"journeys-end-wine-buzz-6-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:36:\"journeys-end-wine-buzz-6-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:37:\"journeys-end-wine-buzz-6-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"journeys-end-wine-buzz-6-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6420,2506,'_thumbnail_id','4337'),(6421,2506,'_edit_last','14'),(6422,2506,'xyz_smap','1'),(6424,2506,'sponsored_url',''),(6426,2501,'_thumbnail_id','2540'),(6427,2501,'_edit_last','12'),(6428,2501,'xyz_smap','1'),(6430,2501,'sponsored_url',''),(6431,2544,'_edit_lock','1565465843:11'),(6432,2544,'_edit_last','11'),(6433,2544,'sponsored_url',''),(6434,2547,'_edit_lock','1565886525:12'),(6435,2547,'_oembed_819e45c2b10bbad896828c9edd0d286b','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B01xDhEBTOm/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B01xDhEBTOm/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B01xDhEBTOm/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Yaniquethecurvydiva takes off her knickers on stage ?</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/dancehall_ig/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Dancehall IG</a> (@dancehall_ig) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-06T22:57:25+00:00\">Aug 6, 2019 at 3:57pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(6436,2547,'_oembed_time_819e45c2b10bbad896828c9edd0d286b','1565379133'),(6437,2548,'_wp_attached_file','2019/08/yanique-barrett-A.jpg'),(6438,2548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:478;s:6:\"height\";i:386;s:4:\"file\";s:29:\"2019/08/yanique-barrett-A.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"yanique-barrett-A-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:\"yanique-barrett-A-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;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:{}}}'),(6439,2549,'_wp_attached_file','2019/08/yanique-curvy-diva-cccc.jpg'),(6440,2549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1439;s:6:\"height\";i:1101;s:4:\"file\";s:35:\"2019/08/yanique-curvy-diva-cccc.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"yanique-curvy-diva-cccc-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:\"yanique-curvy-diva-cccc-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"yanique-curvy-diva-cccc-768x588.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"yanique-curvy-diva-cccc-1024x783.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:783;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"yanique-curvy-diva-cccc-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6441,2551,'_edit_lock','1565465930:11'),(6442,2547,'_thumbnail_id','2549'),(6443,2547,'_edit_last','12'),(6444,2547,'sponsored_url',''),(6446,2547,'xyz_smap','1'),(6449,2558,'_edit_lock','1565836643:9'),(6450,2560,'_wp_attached_file','2019/08/Tracy-Leanne-Jefford.jpg'),(6451,2560,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:32:\"2019/08/Tracy-Leanne-Jefford.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Tracy-Leanne-Jefford-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:\"Tracy-Leanne-Jefford-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:32:\"Tracy-Leanne-Jefford-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:{}}}'),(6456,2566,'_edit_lock','1568301559:16'),(6457,2567,'_wp_attached_file','2019/08/kartel.jpg'),(6458,2567,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:658;s:6:\"height\";i:350;s:4:\"file\";s:18:\"2019/08/kartel.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"kartel-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:\"kartel-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:20:\"© 2011 Ports Bishop\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:12:\"Ports_VK 001\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:20:\"© 2011 Ports Bishop\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:12:\"Ports_VK 001\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6460,2570,'_wp_attached_file','2019/08/ResizeArtboard-1.jpg'),(6461,2570,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2019/08/ResizeArtboard-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"ResizeArtboard-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:28:\"ResizeArtboard-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"ResizeArtboard-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"ResizeArtboard-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"ResizeArtboard-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6464,2573,'_wp_attached_file','2019/08/ResizeArtboard-17.jpg'),(6465,2573,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2019/08/ResizeArtboard-17.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"ResizeArtboard-17-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:\"ResizeArtboard-17-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"ResizeArtboard-17-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"ResizeArtboard-17-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"ResizeArtboard-17-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6466,2576,'_edit_lock','1568300237:16'),(6467,2577,'_wp_attached_file','2019/08/ResizeArtboard-15.jpg'),(6468,2577,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2019/08/ResizeArtboard-15.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"ResizeArtboard-15-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:\"ResizeArtboard-15-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"ResizeArtboard-15-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"ResizeArtboard-15-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"ResizeArtboard-15-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6469,2578,'_wp_attached_file','2019/08/Tribute-To-Loved-One.jpg'),(6470,2578,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:32:\"2019/08/Tribute-To-Loved-One.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Tribute-To-Loved-One-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:\"Tribute-To-Loved-One-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\";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:{}}}'),(6471,2579,'_wp_attached_file','2019/08/Arm-Tats.jpg'),(6472,2579,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:20:\"2019/08/Arm-Tats.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Arm-Tats-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:\"Arm-Tats-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:20:\"Arm-Tats-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:21:\"Arm-Tats-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Arm-Tats-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6473,2581,'_wp_attached_file','2019/08/Coloured-Arm-Tattoo.jpg'),(6474,2576,'_edit_last','16'),(6475,2581,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1743;s:6:\"height\";i:1160;s:4:\"file\";s:31:\"2019/08/Coloured-Arm-Tattoo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Coloured-Arm-Tattoo-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:\"Coloured-Arm-Tattoo-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:31:\"Coloured-Arm-Tattoo-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Coloured-Arm-Tattoo-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Coloured-Arm-Tattoo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6477,2551,'_edit_last','11'),(6478,2551,'xyz_smap','1'),(6480,2551,'sponsored_url',''),(6485,2586,'_wp_attached_file','2019/08/Basketball-Star-J-R-Smith-showcases-his-full-upper-body-tattoo.jpg'),(6486,2586,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:183;s:6:\"height\";i:275;s:4:\"file\";s:74:\"2019/08/Basketball-Star-J-R-Smith-showcases-his-full-upper-body-tattoo.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:74:\"Basketball-Star-J-R-Smith-showcases-his-full-upper-body-tattoo-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:\"1\";s:8:\"keywords\";a:0:{}}}'),(6487,2588,'_wp_attached_file','2019/08/Upper-Body-Tattoo.jpg'),(6488,2588,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:350;s:4:\"file\";s:29:\"2019/08/Upper-Body-Tattoo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Upper-Body-Tattoo-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:\"Upper-Body-Tattoo-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;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:{}}}'),(6489,2590,'_wp_attached_file','2019/08/Couple-Tattoos.jpg'),(6490,2590,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4368;s:6:\"height\";i:2893;s:4:\"file\";s:26:\"2019/08/Couple-Tattoos.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Couple-Tattoos-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:\"Couple-Tattoos-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Couple-Tattoos-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Couple-Tattoos-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Couple-Tattoos-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6492,2544,'xyz_smap','1'),(6494,2592,'_wp_attached_file','2019/08/cc-milkshake-poster-620-x-500-pixels.jpg'),(6495,2592,'wpmf_size','272104'),(6496,2592,'wpmf_filetype','jpg'),(6497,2592,'wpmf_order','0'),(6498,2592,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:500;s:4:\"file\";s:48:\"2019/08/cc-milkshake-poster-620-x-500-pixels.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"cc-milkshake-poster-620-x-500-pixels-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:48:\"cc-milkshake-poster-620-x-500-pixels-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;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:{}}}'),(6499,2566,'_thumbnail_id','4318'),(6500,2566,'_edit_last','1'),(6501,2566,'offer_expiration','2019-11-30'),(6502,2566,'offer_fullprice','0'),(6503,2566,'offer_discount','50'),(6504,2566,'offer_price','0'),(6505,2566,'offer_description','Buy one get another one 50% off'),(6506,2566,'offer_code','BUZZCANDY'),(6507,2566,'offer_shortcode','[totalpoll id=\"2576\"]'),(6508,2566,'offer_company','Candy Craze'),(6509,2566,'offer_companyurl',''),(6510,2566,'post_gallery_id','a:1:{i:0;s:4:\"2592\";}'),(6512,2544,'_thumbnail_id','2560'),(6517,2595,'_wp_attached_file','2019/08/Tattoos-with-names.jpg'),(6518,2595,'wpmf_size','42422'),(6519,2595,'wpmf_filetype','jpg'),(6520,2595,'wpmf_order','0'),(6521,2595,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:622;s:6:\"height\";i:618;s:4:\"file\";s:30:\"2019/08/Tattoos-with-names.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Tattoos-with-names-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:\"Tattoos-with-names-300x298.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:298;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:{}}}'),(6522,2596,'_edit_lock','1565839147:9'),(6523,760,'job_expiration','2019-09-30'),(6524,709,'job_expiration','2019-09-30'),(6525,2598,'_edit_lock','1565837675:9'),(6530,709,'_wp_old_slug','ramble-media-corporation-videographer-709'),(6531,2599,'_wp_attached_file','2019/08/Face-Tat.jpg'),(6532,2599,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:968;s:6:\"height\";i:681;s:4:\"file\";s:20:\"2019/08/Face-Tat.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Face-Tat-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:\"Face-Tat-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Face-Tat-768x540.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Face-Tat-968x655.jpg\";s:5:\"width\";i:968;s:6:\"height\";i:655;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:{}}}'),(6533,2600,'_edit_lock','1568299981:16'),(6535,2602,'_wp_attached_file','2019/08/hot-sun-buzz.jpg'),(6536,2602,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1201;s:6:\"height\";i:629;s:4:\"file\";s:24:\"2019/08/hot-sun-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"hot-sun-buzz-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:\"hot-sun-buzz-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"hot-sun-buzz-768x402.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"hot-sun-buzz-1024x536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"hot-sun-buzz-1060x629.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:629;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:{}}}'),(6538,2596,'_edit_last','9'),(6539,2596,'xyz_smap','1'),(6541,2596,'sponsored_url',''),(6542,2603,'_edit_lock','1565387112:13'),(6549,2608,'_wp_attached_file','2019/08/icon-producer.jpg'),(6550,2608,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1033;s:6:\"height\";i:1021;s:4:\"file\";s:25:\"2019/08/icon-producer.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"icon-producer-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:\"icon-producer-300x297.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"icon-producer-768x759.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"icon-producer-1024x1012.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1012;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"icon-producer-1033x655.jpg\";s:5:\"width\";i:1033;s:6:\"height\";i:655;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:{}}}'),(6551,2610,'_wp_attached_file','2019/08/Applying-Tattoo.jpg'),(6552,2610,'wpmf_size','1173383'),(6553,2610,'wpmf_filetype','jpg'),(6554,2610,'wpmf_order','0'),(6555,2610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4288;s:6:\"height\";i:2848;s:4:\"file\";s:27:\"2019/08/Applying-Tattoo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Applying-Tattoo-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:\"Applying-Tattoo-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Applying-Tattoo-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Applying-Tattoo-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Applying-Tattoo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6558,2614,'_wp_attached_file','2019/08/adult-art-body.jpg'),(6559,2614,'wpmf_size','577416'),(6560,2614,'wpmf_filetype','jpg'),(6561,2614,'wpmf_order','0'),(6562,2614,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1890;s:6:\"height\";i:1185;s:4:\"file\";s:26:\"2019/08/adult-art-body.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"adult-art-body-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:\"adult-art-body-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:26:\"adult-art-body-768x482.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:482;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"adult-art-body-1024x642.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:642;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"adult-art-body-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6564,2558,'_thumbnail_id','2614'),(6565,2558,'_edit_last','9'),(6566,2558,'xyz_smap','1'),(6568,2558,'sponsored_url',''),(6569,2616,'_edit_lock','1565888472:4'),(6570,2617,'_wp_attached_file','2019/07/Tip-Jar.jpeg'),(6571,2617,'wpmf_size','298022'),(6572,2617,'wpmf_filetype','jpeg'),(6573,2617,'wpmf_order','0'),(6574,2617,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1838;s:6:\"height\";i:1225;s:4:\"file\";s:20:\"2019/07/Tip-Jar.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Tip-Jar-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:\"Tip-Jar-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:20:\"Tip-Jar-768x512.jpeg\";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:21:\"Tip-Jar-1024x682.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Tip-Jar-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6575,2616,'_edit_last','4'),(6576,2616,'sponsored_url',''),(6577,2619,'_edit_lock','1565726007:9'),(6578,2620,'_wp_attached_file','2019/08/Tipping.jpg'),(6579,2620,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:19:\"2019/08/Tipping.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Tipping-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:\"Tipping-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:19:\"Tipping-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:20:\"Tipping-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Tipping-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6580,2621,'_wp_attached_file','2019/08/lady-gaga.jpg'),(6581,2621,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:21:\"2019/08/lady-gaga.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"lady-gaga-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:\"lady-gaga-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"lady-gaga-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:28:\"Tony DiMaio / SplashNews.com\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:293:\"2019 Vanity Fair Oscar Party\r\r\r\rPictured: Lady Gaga\r\rRef: SPL5067418 240219 NON-EXCLUSIVE\r\rPicture by: Tony DiMaio / SplashNews.com\r\r\r\rSplash News and Pictures\r\rLos Angeles: 310-821-2666\rNew York: 212-619-2666\rLondon: 0207 644 7656\rMilan: 02 4399 8577\r\rphotodesk@splashnews.com\r\r\r\rWorld Rights\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:23:\"www.SplashNews.com 2019\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:28:\"2019 Vanity Fair Oscar Party\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:64:\"Vanity Fair,2019 Academy Awards,2019 Oscars,91st Oscars,91st Aca\";}}}'),(6582,2622,'_wp_attached_file','2019/08/coldstone-thursdays-620-x-500.jpg'),(6583,2622,'wpmf_size','255576'),(6584,2622,'wpmf_filetype','jpg'),(6585,2622,'wpmf_order','0'),(6586,2622,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:500;s:4:\"file\";s:41:\"2019/08/coldstone-thursdays-620-x-500.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"coldstone-thursdays-620-x-500-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:\"coldstone-thursdays-620-x-500-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;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:{}}}'),(6588,2619,'_thumbnail_id','2621'),(6589,2619,'_edit_last','9'),(6590,2619,'sponsored_url',''),(6592,2619,'xyz_smap','1'),(6594,2625,'_wp_attached_file','2019/08/Bribing-Police.jpg'),(6595,2625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:640;s:4:\"file\";s:26:\"2019/08/Bribing-Police.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Bribing-Police-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:\"Bribing-Police-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Bribing-Police-768x546.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:546;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:{}}}'),(6597,571,'_thumbnail_id','5587'),(6598,571,'xyz_smap','1'),(6601,2628,'_edit_lock','1565875162:21'),(6602,2629,'_edit_lock','1565725995:9'),(6603,2630,'_wp_attached_file','2019/08/harry-styles.jpg'),(6604,2630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:24:\"2019/08/harry-styles.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"harry-styles-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:\"harry-styles-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"harry-styles-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:29:\"Ronin 47/London Entertainment\";s:6:\"camera\";s:20:\"Canon PowerShot G3 X\";s:7:\"caption\";s:392:\"Harry Styles opens his first night of his world tour at the Nob Hill Masonic Auditorium in San Francisco, CA\r<P>\rPictured: Harry Styles\r<B>Ref: SPL1582088  190917  </B><BR />\rPicture by: Ronin 47/London Entertainment<BR />\r</P><P>\r<B>Splash News and Pictures</B><BR />\rLos Angeles:	310-821-2666<BR />\rNew York:	212-619-2666<BR />\rLondon:	870-934-2666<BR />\rphotodesk@splashnews.com<BR />\r</P>\";s:17:\"created_timestamp\";s:10:\"1505860991\";s:9:\"copyright\";s:21:\"© www.splashnews.com\";s:12:\"focal_length\";s:6:\"74.078\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:108:\"Harry Styles opens his first night of his world tour at the Nob Hill Masonic Auditorium in San Francisco, CA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6606,2434,'_thumbnail_id','2436'),(6608,2629,'_edit_last','9'),(6609,2629,'sponsored_url',''),(6610,2634,'_wp_attached_file','2019/08/paper-plate.jpg'),(6611,2634,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:970;s:6:\"height\";i:400;s:4:\"file\";s:23:\"2019/08/paper-plate.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"paper-plate-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:\"paper-plate-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"paper-plate-768x317.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:317;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:{}}}'),(6615,2423,'_thumbnail_id','2431'),(6618,2629,'_thumbnail_id','2630'),(6619,2629,'xyz_smap','1'),(6627,2638,'_wp_attached_file','2019/08/Kids-Eating.jpg'),(6628,2638,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:168;s:4:\"file\";s:23:\"2019/08/Kids-Eating.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Kids-Eating-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:\"Kids-Eating-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: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:{}}}'),(6629,2640,'_wp_attached_file','2019/08/Whistle.jpg'),(6630,2640,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1028;s:6:\"height\";i:491;s:4:\"file\";s:19:\"2019/08/Whistle.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Whistle-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:\"Whistle-300x143.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Whistle-768x367.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Whistle-1024x489.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:489;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:{}}}'),(6631,2642,'_wp_attached_file','2019/08/di-wine-yaad-ocho-rios.jpg'),(6632,2642,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;s:4:\"file\";s:34:\"2019/08/di-wine-yaad-ocho-rios.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"di-wine-yaad-ocho-rios-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:\"di-wine-yaad-ocho-rios-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"di-wine-yaad-ocho-rios-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"di-wine-yaad-ocho-rios-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"di-wine-yaad-ocho-rios-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6633,2644,'_wp_attached_file','2019/08/Bath-Time.jpeg'),(6634,2644,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:22:\"2019/08/Bath-Time.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Bath-Time-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:22:\"Bath-Time-300x225.jpeg\";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:22:\"Bath-Time-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Bath-Time-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Bath-Time-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6635,2645,'_wp_attached_file','2019/08/miss-ts-kitchen-entrance-demo.jpg'),(6636,2645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1122;s:6:\"height\";i:630;s:4:\"file\";s:41:\"2019/08/miss-ts-kitchen-entrance-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"miss-ts-kitchen-entrance-demo-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:\"miss-ts-kitchen-entrance-demo-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"miss-ts-kitchen-entrance-demo-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"miss-ts-kitchen-entrance-demo-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"miss-ts-kitchen-entrance-demo-1060x630.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:630;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:{}}}'),(6637,2646,'_wp_attached_file','2019/08/music-at-home-with-kids.jpg'),(6638,2646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:467;s:6:\"height\";i:267;s:4:\"file\";s:35:\"2019/08/music-at-home-with-kids.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"music-at-home-with-kids-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:\"music-at-home-with-kids-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;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:{}}}'),(6639,2648,'_wp_attached_file','2019/08/miss-ts-kitchen-inside-demo.jpg'),(6640,2648,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:39:\"2019/08/miss-ts-kitchen-inside-demo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"miss-ts-kitchen-inside-demo-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:\"miss-ts-kitchen-inside-demo-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:39:\"miss-ts-kitchen-inside-demo-768x512.jpg\";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:10:\"Nigel Lord\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:7:\"(c)2016\";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:{}}}'),(6641,2649,'_wp_attached_file','2019/08/miss-t-owner-demo.jpg'),(6642,2649,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:834;s:6:\"height\";i:960;s:4:\"file\";s:29:\"2019/08/miss-t-owner-demo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"miss-t-owner-demo-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:\"miss-t-owner-demo-261x300.jpg\";s:5:\"width\";i:261;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"miss-t-owner-demo-768x884.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:884;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"miss-t-owner-demo-834x655.jpg\";s:5:\"width\";i:834;s:6:\"height\";i:655;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:{}}}'),(6646,2598,'_edit_last','9'),(6647,2598,'xyz_smap','1'),(6649,2598,'sponsored_url',''),(6650,2652,'_wp_attached_file','2019/08/Fun-With-Dad.jpg'),(6651,2652,'wpmf_size','33543'),(6652,2652,'wpmf_filetype','jpg'),(6653,2652,'wpmf_order','0'),(6654,2652,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:379;s:4:\"file\";s:24:\"2019/08/Fun-With-Dad.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Fun-With-Dad-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:\"Fun-With-Dad-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;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:{}}}'),(6656,2598,'_thumbnail_id','4053'),(6658,2653,'_edit_lock','1565837662:9'),(6659,2603,'_edit_last','13'),(6660,2628,'_thumbnail_id','2652'),(6661,2628,'_edit_last','21'),(6662,2628,'sponsored_url',''),(6664,2628,'xyz_smap','1'),(6666,2662,'_wp_attached_file','2019/08/miss-ts-kitchen-inside-demo-1.jpg'),(6667,2662,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:41:\"2019/08/miss-ts-kitchen-inside-demo-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"miss-ts-kitchen-inside-demo-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:41:\"miss-ts-kitchen-inside-demo-1-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:41:\"miss-ts-kitchen-inside-demo-1-768x512.jpg\";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:10:\"Nigel Lord\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:7:\"(c)2016\";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:{}}}'),(6668,2663,'_wp_attached_file','2019/08/miss-ts-braised-oxtail-on-cocobread.jpg'),(6669,2663,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:47:\"2019/08/miss-ts-braised-oxtail-on-cocobread.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"miss-ts-braised-oxtail-on-cocobread-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:\"miss-ts-braised-oxtail-on-cocobread-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:{}}}'),(6670,2664,'_wp_attached_file','2019/08/miss-ts-oxtail-buzz.jpg'),(6671,2664,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:905;s:6:\"height\";i:900;s:4:\"file\";s:31:\"2019/08/miss-ts-oxtail-buzz.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"miss-ts-oxtail-buzz-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:\"miss-ts-oxtail-buzz-300x298.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"miss-ts-oxtail-buzz-768x764.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:764;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"miss-ts-oxtail-buzz-905x655.jpg\";s:5:\"width\";i:905;s:6:\"height\";i:655;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:{}}}'),(6672,2665,'_wp_attached_file','2019/08/miss-ts-sea-trout-buzz.jpg'),(6673,2665,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:907;s:6:\"height\";i:900;s:4:\"file\";s:34:\"2019/08/miss-ts-sea-trout-buzz.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"miss-ts-sea-trout-buzz-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:\"miss-ts-sea-trout-buzz-300x298.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"miss-ts-sea-trout-buzz-768x762.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:762;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"miss-ts-sea-trout-buzz-907x655.jpg\";s:5:\"width\";i:907;s:6:\"height\";i:655;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:{}}}'),(6674,2616,'_oembed_a9624ce6ed44e8ed447a285a4c2c4b67','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B07jBMZgt2Q/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B07jBMZgt2Q/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B07jBMZgt2Q/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Thank you for all your love Boston!  My love for you is never ending. #neverending2019tour #givingthanks #ifeelgood #rockaway</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/bereshammond/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Beres Hammond</a> (@bereshammond) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-09T04:55:03+00:00\">Aug 8, 2019 at 9:55pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(6675,2616,'_oembed_time_a9624ce6ed44e8ed447a285a4c2c4b67','1565383597'),(6676,2668,'_edit_lock','1568297234:16'),(6678,2653,'_thumbnail_id','2648'),(6679,2653,'_edit_last','9'),(6680,2653,'xyz_smap','1'),(6682,2653,'sponsored_url',''),(6683,2668,'_edit_last','16'),(6684,2668,'job_position','a Radio Station Digital Media Manager'),(6685,2668,'job_type','Full-time'),(6686,2668,'job_company','A new venture '),(6687,2668,'job_company_email',''),(6688,2668,'job_expiration','2019-11-30'),(6691,2672,'_wp_attached_file','2019/08/miss-ts-braised-oxtail-on-cocobread-1.jpg'),(6692,2672,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:601;s:6:\"height\";i:571;s:4:\"file\";s:49:\"2019/08/miss-ts-braised-oxtail-on-cocobread-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"miss-ts-braised-oxtail-on-cocobread-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:49:\"miss-ts-braised-oxtail-on-cocobread-1-300x285.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565366025\";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:{}}}'),(6693,2673,'_edit_lock','1565875045:21'),(6694,2676,'_wp_attached_file','2019/08/miss-ts-oxtail-buzz-1.jpg'),(6695,2676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:602;s:4:\"file\";s:33:\"2019/08/miss-ts-oxtail-buzz-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"miss-ts-oxtail-buzz-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:33:\"miss-ts-oxtail-buzz-1-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:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565366201\";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:{}}}'),(6696,2677,'_wp_attached_file','2019/08/miss-ts-oxtail-buzz-2.jpg'),(6697,2677,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:604;s:6:\"height\";i:603;s:4:\"file\";s:33:\"2019/08/miss-ts-oxtail-buzz-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"miss-ts-oxtail-buzz-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:33:\"miss-ts-oxtail-buzz-2-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:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565366268\";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:{}}}'),(6700,2679,'_edit_lock','1565885953:9'),(6705,2682,'_wp_attached_file','2019/08/henna-H.jpg'),(6706,2682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:2500;s:4:\"file\";s:19:\"2019/08/henna-H.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"henna-H-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:\"henna-H-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"henna-H-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"henna-H-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"henna-H-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1519921727\";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:{}}}'),(6707,2683,'_wp_attached_file','2019/08/henna-H-1.jpg'),(6708,2683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2491;s:6:\"height\";i:2033;s:4:\"file\";s:21:\"2019/08/henna-H-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"henna-H-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:\"henna-H-1-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"henna-H-1-768x627.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:627;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"henna-H-1-1024x836.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:836;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"henna-H-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1519921727\";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:{}}}'),(6709,2684,'_wp_attached_file','2019/08/beres-hammond.jpg'),(6710,2684,'wpmf_size','56653'),(6711,2684,'wpmf_filetype','jpg'),(6712,2684,'wpmf_order','0'),(6713,2684,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:585;s:6:\"height\";i:381;s:4:\"file\";s:25:\"2019/08/beres-hammond.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"beres-hammond-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:\"beres-hammond-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;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:{}}}'),(6714,2685,'_wp_attached_file','2019/08/Henna-CCC.jpg'),(6715,2685,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2019/08/Henna-CCC.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Henna-CCC-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:\"Henna-CCC-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Henna-CCC-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Henna-CCC-900x655.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:24:\"Mark Draughtsman Samuels\";s:6:\"camera\";s:19:\"Canon EOS REBEL T2i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1525801044\";s:9:\"copyright\";s:13:\"Henna Threads\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6716,2686,'_wp_attached_file','2019/08/Henna-DDD.jpg'),(6717,2686,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2019/08/Henna-DDD.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Henna-DDD-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:\"Henna-DDD-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Henna-DDD-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Henna-DDD-900x655.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:24:\"Mark Draughtsman Samuels\";s:6:\"camera\";s:19:\"Canon EOS REBEL T2i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1523535683\";s:9:\"copyright\";s:13:\"Henna Threads\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6719,2616,'_thumbnail_id','2684'),(6720,2616,'_oembed_2741eb0a036fd5a43c60c4a7734f1e2f','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B07jBMZgt2Q/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:500px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B07jBMZgt2Q/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B07jBMZgt2Q/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Thank you for all your love Boston!  My love for you is never ending. #neverending2019tour #givingthanks #ifeelgood #rockaway</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/bereshammond/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Beres Hammond</a> (@bereshammond) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-09T04:55:03+00:00\">Aug 8, 2019 at 9:55pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(6721,2616,'_oembed_time_2741eb0a036fd5a43c60c4a7734f1e2f','1565385969'),(6722,2616,'xyz_smap','1'),(6724,2687,'_wp_attached_file','2019/08/Henna-F.jpg'),(6725,2687,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1107;s:6:\"height\";i:900;s:4:\"file\";s:19:\"2019/08/Henna-F.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Henna-F-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:\"Henna-F-300x244.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Henna-F-768x624.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:624;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Henna-F-1024x833.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:833;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Henna-F-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:24:\"Mark Draughtsman Samuels\";s:6:\"camera\";s:19:\"Canon EOS REBEL T2i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1557495708\";s:9:\"copyright\";s:13:\"Henna Threads\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6726,2688,'_wp_attached_file','2019/08/henna-BB.jpg'),(6727,2688,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/henna-BB.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"henna-BB-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:\"henna-BB-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"henna-BB-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"henna-BB-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"henna-BB-900x655.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:24:\"Mark Draughtsman Samuels\";s:6:\"camera\";s:19:\"Canon EOS REBEL T2i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529161491\";s:9:\"copyright\";s:13:\"Henna Threads\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6729,2679,'_thumbnail_id','2683'),(6730,2679,'_edit_last','9'),(6731,2679,'sponsored_url',''),(6733,2679,'xyz_smap','1'),(6735,2600,'_edit_last','1'),(6736,2600,'offer_expiration','2019-11-30'),(6737,2600,'offer_fullprice','0'),(6738,2600,'offer_discount','50'),(6739,2600,'offer_price','0'),(6740,2600,'offer_description','Buy one double scoop, get the second one 50% off'),(6741,2600,'offer_code','BUZZCREAM'),(6742,2600,'offer_shortcode','[totalpoll id=\"3386\"]'),(6743,2600,'offer_company','CandyCraze'),(6744,2600,'offer_companyurl',''),(6745,2694,'_edit_lock','1565388099:13'),(6746,2673,'_edit_last','21'),(6747,2673,'sponsored_url',''),(6778,2701,'_edit_lock','1565725986:9'),(6780,321,'_wp_old_date','2019-07-23'),(6781,321,'xyz_smap','1'),(6783,2694,'_edit_last','13'),(6785,300,'_wp_old_date','2019-07-23'),(6786,300,'xyz_smap','1'),(6797,2704,'_edit_lock','1565742513:9'),(6805,2708,'_wp_attached_file','2019/08/Hot-sun-buzz.jpeg'),(6806,2708,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:168;s:4:\"file\";s:25:\"2019/08/Hot-sun-buzz.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Hot-sun-buzz-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:25:\"Hot-sun-buzz-300x168.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:168;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:{}}}'),(6808,2709,'_wp_attached_file','2019/08/Workshop-road-crash.jpg'),(6809,2709,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1418;s:4:\"file\";s:31:\"2019/08/Workshop-road-crash.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Workshop-road-crash-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:\"Workshop-road-crash-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Workshop-road-crash-768x532.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:532;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Workshop-road-crash-1024x709.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Workshop-road-crash-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6810,2711,'_wp_attached_file','2019/08/new-road-crash.jpg'),(6811,2711,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1451;s:6:\"height\";i:900;s:4:\"file\";s:26:\"2019/08/new-road-crash.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"new-road-crash-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:\"new-road-crash-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"new-road-crash-768x476.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"new-road-crash-1024x635.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:635;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"new-road-crash-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6813,2714,'_wp_attached_file','2019/08/kids-playing-in-water.jpeg'),(6814,2714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:262;s:6:\"height\";i:192;s:4:\"file\";s:34:\"2019/08/kids-playing-in-water.jpeg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"kids-playing-in-water-150x150.jpeg\";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:{}}}'),(6815,2715,'_edit_lock','1565886307:12'),(6816,2701,'_thumbnail_id','2711'),(6817,2701,'_edit_last','9'),(6818,2701,'sponsored_url',''),(6819,2717,'_wp_attached_file','2019/08/security-camera.png'),(6820,2717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2019/08/security-camera.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"security-camera-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:27:\"security-camera-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"security-camera-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"security-camera-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"security-camera-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6821,2718,'_wp_attached_file','2019/08/Office-Kitchenette.jpg'),(6822,2718,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:413;s:4:\"file\";s:30:\"2019/08/Office-Kitchenette.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Office-Kitchenette-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:\"Office-Kitchenette-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\";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:{}}}'),(6825,2701,'xyz_smap','1'),(6827,2721,'_wp_attached_file','2019/08/Eating-Lunch-At-Desk.jpg'),(6828,2721,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:32:\"2019/08/Eating-Lunch-At-Desk.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Eating-Lunch-At-Desk-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:\"Eating-Lunch-At-Desk-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:32:\"Eating-Lunch-At-Desk-768x512.jpg\";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:{}}}'),(6829,2722,'_wp_attached_file','2019/08/Hot-weather-buzz.jpeg'),(6830,2722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:168;s:4:\"file\";s:29:\"2019/08/Hot-weather-buzz.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Hot-weather-buzz-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:29:\"Hot-weather-buzz-300x168.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:168;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:{}}}'),(6831,2723,'_wp_attached_file','2019/08/work-kitchen-chatter.jpg'),(6832,2723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:624;s:6:\"height\";i:415;s:4:\"file\";s:32:\"2019/08/work-kitchen-chatter.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"work-kitchen-chatter-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:\"work-kitchen-chatter-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:{}}}'),(6834,2704,'_edit_last','9'),(6835,2704,'xyz_smap','1'),(6837,2704,'sponsored_url',''),(6838,2725,'_wp_attached_file','2019/08/My-Bottle.jpg'),(6839,2725,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1001;s:6:\"height\";i:1001;s:4:\"file\";s:21:\"2019/08/My-Bottle.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"My-Bottle-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:\"My-Bottle-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"My-Bottle-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"My-Bottle-1001x655.jpg\";s:5:\"width\";i:1001;s:6:\"height\";i:655;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:{}}}'),(6840,2726,'_wp_attached_file','2019/08/Lipstick-Stain.jpg'),(6841,2726,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:965;s:6:\"height\";i:819;s:4:\"file\";s:26:\"2019/08/Lipstick-Stain.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Lipstick-Stain-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:\"Lipstick-Stain-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Lipstick-Stain-768x652.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Lipstick-Stain-965x655.jpg\";s:5:\"width\";i:965;s:6:\"height\";i:655;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:{}}}'),(6842,2715,'_edit_last','14'),(6843,2715,'sponsored_url',''),(6845,2729,'_wp_attached_file','2019/08/Leftovers-in-Styrofoam-Box.jpg'),(6846,2729,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:360;s:4:\"file\";s:38:\"2019/08/Leftovers-in-Styrofoam-Box.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Leftovers-in-Styrofoam-Box-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:\"Leftovers-in-Styrofoam-Box-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:12:\"Getty Images\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:39:\"Take food in Asia with roast pork rice.\";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:39:\"Take food in Asia with roast pork rice.\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6855,2673,'_thumbnail_id','2725'),(6856,2673,'xyz_smap','1'),(6858,2734,'_wp_attached_file','2019/08/20190805_153001.jpg'),(6859,2734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1864;s:6:\"height\";i:1049;s:4:\"file\";s:27:\"2019/08/20190805_153001.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20190805_153001-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:\"20190805_153001-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:27:\"20190805_153001-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:28:\"20190805_153001-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"20190805_153001-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G930U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565019001\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:18:\"0.0023696682464455\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6860,2736,'_edit_lock','1565875001:21'),(6861,2737,'_wp_attached_file','2019/08/20190805_152846.jpg'),(6862,2737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1210;s:6:\"height\";i:681;s:4:\"file\";s:27:\"2019/08/20190805_152846.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20190805_152846-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:\"20190805_152846-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:27:\"20190805_152846-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:28:\"20190805_152846-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"20190805_152846-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G930U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565018925\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:18:\"0.0024813895781638\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6865,2738,'_wp_attached_file','2019/08/20190805_145013.jpg'),(6866,2738,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1613;s:6:\"height\";i:908;s:4:\"file\";s:27:\"2019/08/20190805_145013.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20190805_145013-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:\"20190805_145013-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:27:\"20190805_145013-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:28:\"20190805_145013-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"20190805_145013-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G930U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565016613\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:18:\"0.0004416961130742\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6867,2739,'_wp_attached_file','2019/08/featured-image.jpg'),(6868,2739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1936;s:6:\"height\";i:1089;s:4:\"file\";s:26:\"2019/08/featured-image.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"featured-image-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:\"featured-image-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:26:\"featured-image-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:27:\"featured-image-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"featured-image-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G930U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565010540\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:19:\"0.00034340659340659\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6869,2741,'_wp_attached_file','2019/08/20190805_132209.jpg'),(6870,2741,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1613;s:6:\"height\";i:908;s:4:\"file\";s:27:\"2019/08/20190805_132209.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20190805_132209-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:\"20190805_132209-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:27:\"20190805_132209-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:28:\"20190805_132209-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"20190805_132209-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G930U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565011328\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:18:\"0.0020790020790021\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6871,2742,'_wp_attached_file','2019/07/holness-capute-buzz.jpg'),(6872,2742,'wpmf_size','39891'),(6873,2742,'wpmf_filetype','jpg'),(6874,2742,'wpmf_order','0'),(6875,2742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:580;s:6:\"height\";i:353;s:4:\"file\";s:31:\"2019/07/holness-capute-buzz.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"holness-capute-buzz-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:\"holness-capute-buzz-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565373732\";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:{}}}'),(6878,124,'_thumbnail_id','3889'),(6879,124,'xyz_smap','1'),(6881,2744,'_wp_attached_file','2019/08/20190805_144631.jpg'),(6882,2744,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1613;s:6:\"height\";i:908;s:4:\"file\";s:27:\"2019/08/20190805_144631.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20190805_144631-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:\"20190805_144631-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:27:\"20190805_144631-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:28:\"20190805_144631-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"20190805_144631-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G930U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565016391\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:18:\"0.0013192612137203\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6883,2745,'_wp_attached_file','2019/08/20190805_130908.jpg'),(6884,2745,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1613;s:6:\"height\";i:908;s:4:\"file\";s:27:\"2019/08/20190805_130908.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20190805_130908-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:\"20190805_130908-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:27:\"20190805_130908-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:28:\"20190805_130908-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"20190805_130908-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G930U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565010548\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:19:\"0.00028735632183908\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6885,2746,'_wp_attached_file','2019/08/20190805_154459.jpg'),(6886,2746,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1613;s:6:\"height\";i:908;s:4:\"file\";s:27:\"2019/08/20190805_154459.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20190805_154459-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:\"20190805_154459-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:27:\"20190805_154459-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:28:\"20190805_154459-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"20190805_154459-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G930U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565019899\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:18:\"0.0026809651474531\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6887,2747,'_wp_attached_file','2019/08/IMG-20190805-WA0030.jpg'),(6888,2747,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"2019/08/IMG-20190805-WA0030.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20190805-WA0030-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:\"IMG-20190805-WA0030-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:31:\"IMG-20190805-WA0030-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG-20190805-WA0030-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"IMG-20190805-WA0030-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6889,2748,'_edit_lock','1565845779:4'),(6890,2749,'_wp_attached_file','2019/08/20190805_154308.jpg'),(6891,2749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1864;s:6:\"height\";i:1048;s:4:\"file\";s:27:\"2019/08/20190805_154308.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20190805_154308-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:\"20190805_154308-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:27:\"20190805_154308-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:28:\"20190805_154308-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"20190805_154308-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G930U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565019787\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:18:\"0.0007163323782235\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6892,2750,'_wp_attached_file','2019/08/20190805_145052.jpg'),(6893,2750,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1707;s:6:\"height\";i:960;s:4:\"file\";s:27:\"2019/08/20190805_145052.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20190805_145052-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:\"20190805_145052-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:27:\"20190805_145052-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:28:\"20190805_145052-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"20190805_145052-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G930U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565016652\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:19:\"0.00053418803418803\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6894,2751,'_wp_attached_file','2019/08/20190805_144932.jpg'),(6895,2751,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1412;s:6:\"height\";i:794;s:4:\"file\";s:27:\"2019/08/20190805_144932.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20190805_144932-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:\"20190805_144932-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:27:\"20190805_144932-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:28:\"20190805_144932-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"20190805_144932-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G930U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565016572\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:19:\"0.00067385444743935\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6896,2752,'_wp_attached_file','2019/08/20190805_153055.jpg'),(6897,2752,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1936;s:6:\"height\";i:1089;s:4:\"file\";s:27:\"2019/08/20190805_153055.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20190805_153055-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:\"20190805_153055-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:27:\"20190805_153055-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:28:\"20190805_153055-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"20190805_153055-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G930U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565019055\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:17:\"0.001207729468599\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6898,2753,'_wp_attached_file','2019/08/Annaixe-A.jpg'),(6899,2753,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1017;s:6:\"height\";i:771;s:4:\"file\";s:21:\"2019/08/Annaixe-A.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Annaixe-A-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:\"Annaixe-A-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Annaixe-A-768x582.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Annaixe-A-1017x655.jpg\";s:5:\"width\";i:1017;s:6:\"height\";i:655;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:{}}}'),(6900,2754,'_wp_attached_file','2019/08/Annaixe-BB.jpg'),(6901,2754,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:854;s:4:\"file\";s:22:\"2019/08/Annaixe-BB.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Annaixe-BB-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:\"Annaixe-BB-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:22:\"Annaixe-BB-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:23:\"Annaixe-BB-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Annaixe-BB-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6902,2755,'_wp_attached_file','2019/08/Annaixe-CC.jpg'),(6903,2755,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1280;s:4:\"file\";s:22:\"2019/08/Annaixe-CC.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Annaixe-CC-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:\"Annaixe-CC-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Annaixe-CC-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Annaixe-CC-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Annaixe-CC-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(6904,2756,'_wp_attached_file','2019/08/Annaixe-DD.jpg'),(6905,2756,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1280;s:4:\"file\";s:22:\"2019/08/Annaixe-DD.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Annaixe-DD-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:\"Annaixe-DD-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Annaixe-DD-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Annaixe-DD-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Annaixe-DD-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(6909,2748,'_thumbnail_id','2792'),(6910,2748,'_edit_last','4'),(6911,2748,'sponsored_url',''),(6913,2748,'xyz_smap','1'),(6918,2715,'_thumbnail_id','2734'),(6919,2715,'xyz_smap','1'),(6921,2762,'_edit_lock','1565725855:9'),(6922,2763,'_edit_lock','1565394549:4'),(6923,2764,'_wp_attached_file','2019/08/lizzo.jpg'),(6924,2764,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:17:\"2019/08/lizzo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"lizzo-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:\"lizzo-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"lizzo-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:16:\"Retna/Avalon.red\";s:6:\"camera\";s:4:\"X-T2\";s:7:\"caption\";s:62:\"Lizzo at Glastonbury Festival 2019 photo by Dawn Fletcher-Park\";s:17:\"created_timestamp\";s:10:\"1561830134\";s:9:\"copyright\";s:32:\"Avalon.red. All rights reserved.\";s:12:\"focal_length\";s:4:\"90.6\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:25:\"Glastonbury Festival 2019\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:8:{i:0;s:10:\"29.06.2019\";i:1;s:6:\"336060\";i:2;s:12:\"B2820_336060\";i:3;s:5:\"B2820\";i:4;s:8:\"Lizzo198\";i:5;s:17:\"ZB2820_336060_038\";i:6;s:13:\"RDP2_20190702\";i:7;s:28:\"Glastonbur_ZB2820_336060_038\";}}}'),(6925,2765,'_wp_attached_file','2019/08/kelly-osbourne.jpg'),(6926,2765,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:26:\"2019/08/kelly-osbourne.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"kelly-osbourne-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:\"kelly-osbourne-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"kelly-osbourne-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"NYSX/FAMOUS\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:253:\"www.acepixs.com\r\rJune 21 2016, New York City\r\rKelly Osbourne attending the amfAR generationCure Solstice 2016 on June 21, 2016 in New York City. \r\rBy Line: Serena Xu/ACE Pictures\r\r\rACE Pictures Inc\rTel: 6467670430\rEmail: info@acepixs.com\rwww.acepixs.com\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:6:\"FAMOUS\";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:{}}}'),(6927,2763,'_edit_last','4'),(6928,2763,'sponsored_url',''),(6929,2762,'_thumbnail_id','2765'),(6930,2762,'_edit_last','9'),(6931,2762,'sponsored_url',''),(6933,2762,'xyz_smap','1'),(6935,2770,'_edit_lock','1565886296:12'),(6936,2771,'_wp_attached_file','2019/08/camila.jpg'),(6937,2771,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:18:\"2019/08/camila.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"camila-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:\"camila-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"camila-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1520739300\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"42\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6938,2770,'_thumbnail_id','2771'),(6939,2770,'_edit_last','14'),(6940,2770,'sponsored_url',''),(6942,2770,'xyz_smap','1'),(6945,2763,'xyz_smap','1'),(6947,2775,'_edit_lock','1565457280:14'),(6948,2776,'_wp_attached_file','2019/08/Denroy-Morgan-1.jpg'),(6949,2776,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:399;s:4:\"file\";s:27:\"2019/08/Denroy-Morgan-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Denroy-Morgan-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:27:\"Denroy-Morgan-1-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:\"1\";s:8:\"keywords\";a:0:{}}}'),(6950,2775,'_edit_last','14'),(6951,2775,'sponsored_url',''),(6952,2779,'_wp_attached_file','2019/08/denroy-morgan-2.jpg'),(6953,2779,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:420;s:4:\"file\";s:27:\"2019/08/denroy-morgan-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"denroy-morgan-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:27:\"denroy-morgan-2-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"denroy-morgan-2-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;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:{}}}'),(6954,2781,'_wp_attached_file','2019/08/Morgans-Heritage.jpg'),(6955,2781,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:599;s:6:\"height\";i:446;s:4:\"file\";s:28:\"2019/08/Morgans-Heritage.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Morgans-Heritage-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:\"Morgans-Heritage-300x223.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:223;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:{}}}'),(6957,2775,'xyz_smap','1'),(6959,2783,'_edit_lock','1565832689:14'),(6960,2784,'_wp_attached_file','2019/08/ishawana-new_pic.jpg'),(6961,2784,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1261;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2019/08/ishawana-new_pic.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"ishawana-new_pic-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:\"ishawana-new_pic-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"ishawana-new_pic-768x548.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"ishawana-new_pic-1024x731.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:731;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"ishawana-new_pic-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6962,2785,'_wp_attached_file','2019/08/ishawna-B.jpg'),(6963,2785,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1194;s:6:\"height\";i:1200;s:4:\"file\";s:21:\"2019/08/ishawna-B.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ishawna-B-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:\"ishawna-B-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"ishawna-B-768x772.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:772;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"ishawna-B-1019x1024.jpg\";s:5:\"width\";i:1019;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"ishawna-B-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(6964,2783,'_thumbnail_id','2795'),(6965,2783,'_edit_last','14'),(6966,2783,'sponsored_url',''),(6968,2783,'xyz_smap','1'),(6970,2787,'_edit_lock','1565446975:13'),(6971,2787,'_edit_last','13'),(6973,2790,'_edit_lock','1568297192:16'),(6974,2790,'_edit_last','16'),(6975,2790,'job_position','a Radio Station Producer'),(6976,2790,'job_type','Full-time'),(6977,2790,'job_company','A new venture'),(6978,2790,'job_company_email',''),(6979,2790,'job_expiration','2019-11-30'),(6980,2790,'_wp_old_slug','undisclosed-producer--2790'),(6981,2790,'_wp_old_slug','undisclosed-producer-2790'),(6988,2792,'_wp_attached_file','2019/08/Annaixe-A-featured-image.jpg'),(6989,2792,'wpmf_size','203406'),(6990,2792,'wpmf_filetype','jpg'),(6991,2792,'wpmf_order','0'),(6992,2792,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1013;s:6:\"height\";i:689;s:4:\"file\";s:36:\"2019/08/Annaixe-A-featured-image.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Annaixe-A-featured-image-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:\"Annaixe-A-featured-image-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Annaixe-A-featured-image-768x522.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Annaixe-A-featured-image-1013x655.jpg\";s:5:\"width\";i:1013;s:6:\"height\";i:655;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:{}}}'),(6995,2793,'_wp_attached_file','2019/08/Mom-and-Daughter-Arguing.jpg'),(6996,2793,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:270;s:4:\"file\";s:36:\"2019/08/Mom-and-Daughter-Arguing.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Mom-and-Daughter-Arguing-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:\"Mom-and-Daughter-Arguing-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:\"0\";s:8:\"keywords\";a:0:{}}}'),(6997,2794,'_edit_lock','1568297112:16'),(6998,2794,'_edit_last','16'),(6999,2794,'_wp_old_slug','auto-draft'),(7000,2794,'job_position','a Radio Station Maintenance Engineer'),(7001,2794,'job_type','Full-time'),(7002,2794,'job_company','A new venture'),(7003,2794,'job_company_email',''),(7004,2794,'job_expiration','2019-11-30'),(7005,2795,'_wp_attached_file','2019/08/ishawana-new-featured-image-.jpg'),(7006,2795,'wpmf_size','82833'),(7007,2795,'wpmf_filetype','jpg'),(7008,2795,'wpmf_order','0'),(7009,2795,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:516;s:4:\"file\";s:40:\"2019/08/ishawana-new-featured-image-.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"ishawana-new-featured-image--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:\"ishawana-new-featured-image--300x151.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"ishawana-new-featured-image--768x387.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:387;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"ishawana-new-featured-image--1024x516.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:516;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:{}}}'),(7014,2798,'_edit_lock','1565551346:11'),(7015,2799,'_wp_attached_file','2019/08/Teen-Girl-Smoking.jpg'),(7016,2799,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:29:\"2019/08/Teen-Girl-Smoking.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Teen-Girl-Smoking-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:\"Teen-Girl-Smoking-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Teen-Girl-Smoking-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;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:{}}}'),(7018,2801,'_wp_attached_file','2019/08/beyonce-jz.jpg'),(7019,2801,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:22:\"2019/08/beyonce-jz.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"beyonce-jz-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:\"beyonce-jz-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"beyonce-jz-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:25:\"Tom Meinelt / Splash News\";s:6:\"camera\";s:20:\"Canon EOS-1D Mark IV\";s:7:\"caption\";s:406:\"Jay Z and Beyonce leave a movie theater in NYC. The cute couple left a movie theater on Sunday night.\r<P>\rPictured: Jay Z A.K.A Sean Carter and Beyonce\r<P><B>Ref: SPL554272  020613  </B><BR />\rPicture by: Tom Meinelt / Splash News<BR />\r</P><P>\r<B>Splash News and Pictures</B><BR />\rLos Angeles:	310-821-2666<BR />\rNew York:	212-619-2666<BR />\rLondon:	870-934-2666<BR />\rphotodesk@splashnews.com<BR />\r</P>\";s:17:\"created_timestamp\";s:10:\"1370208922\";s:9:\"copyright\";s:21:\"© www.splashnews.com\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:46:\"Jay Z and Beyonce leave a movie theater in NYC\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7020,2668,'_wp_old_slug','undisclosed-digital-media-manager-2668'),(7021,2802,'_wp_attached_file','2019/08/Father-Daughter.jpg'),(7022,2802,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1671;s:6:\"height\";i:1114;s:4:\"file\";s:27:\"2019/08/Father-Daughter.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Father-Daughter-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:\"Father-Daughter-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:27:\"Father-Daughter-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:28:\"Father-Daughter-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Father-Daughter-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7023,2794,'_wp_old_slug','undisclosed-radio-station-maintenance-engineer--2794'),(7024,2794,'_wp_old_slug','undisclosed-radio-station-maintenance-engineer-2794'),(7025,2798,'_edit_last','4'),(7026,2798,'sponsored_url',''),(7027,2790,'_wp_old_slug','undisclosed-radio-station-producer--2790'),(7028,2790,'_wp_old_slug','undisclosed-radio-station-producer-2790'),(7033,2668,'_wp_old_slug','undisclosed-radio-station-digital-media-manager-2668'),(7034,2806,'_wp_attached_file','2019/08/Father-Daughter-Love.jpg'),(7035,2806,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1752;s:6:\"height\";i:1168;s:4:\"file\";s:32:\"2019/08/Father-Daughter-Love.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Father-Daughter-Love-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:\"Father-Daughter-Love-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:32:\"Father-Daughter-Love-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:33:\"Father-Daughter-Love-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Father-Daughter-Love-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7036,2807,'_wp_attached_file','2019/08/Father-Daughter-Selfie.jpg'),(7037,2807,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1671;s:6:\"height\";i:1114;s:4:\"file\";s:34:\"2019/08/Father-Daughter-Selfie.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Father-Daughter-Selfie-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:\"Father-Daughter-Selfie-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:34:\"Father-Daughter-Selfie-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:35:\"Father-Daughter-Selfie-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Father-Daughter-Selfie-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7039,2736,'_thumbnail_id','2802'),(7041,2798,'_thumbnail_id','2801'),(7042,2798,'xyz_smap','1'),(7044,2811,'_wp_attached_file','2019/08/norman-manley-featured-image.jpg'),(7045,2811,'wpmf_size','61050'),(7046,2811,'wpmf_filetype','jpg'),(7047,2811,'wpmf_order','0'),(7048,2811,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:594;s:6:\"height\";i:556;s:4:\"file\";s:40:\"2019/08/norman-manley-featured-image.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"norman-manley-featured-image-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:\"norman-manley-featured-image-300x281.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:281;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:{}}}'),(7104,2838,'_wp_attached_file','2019/08/vicious-german-shepherd.jpg'),(7105,2838,'wpmf_size','94180'),(7106,2838,'wpmf_filetype','jpg'),(7107,2838,'wpmf_order','0'),(7108,2838,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:35:\"2019/08/vicious-german-shepherd.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"vicious-german-shepherd-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:\"vicious-german-shepherd-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:35:\"vicious-german-shepherd-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:36:\"vicious-german-shepherd-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"vicious-german-shepherd-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7180,2405,'_thumbnail_id','2421'),(7222,2881,'_wp_attached_file','2019/08/racquel-2.jpg'),(7223,2881,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1947;s:6:\"height\";i:1779;s:4:\"file\";s:21:\"2019/08/racquel-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"racquel-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:\"racquel-2-300x274.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"racquel-2-768x702.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:702;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"racquel-2-1024x936.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:936;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"racquel-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"13\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1532781647\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"22\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7226,2884,'_edit_lock','1565554099:6'),(7227,2885,'_wp_attached_file','2019/08/Miley-Cyrus.jpg'),(7228,2885,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:23:\"2019/08/Miley-Cyrus.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Miley-Cyrus-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:\"Miley-Cyrus-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Miley-Cyrus-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:14:\"SplashNews.com\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:950:\"BEVERLY HILLS, LOS ANGELES, CA, USA - MARCH 04: 2018 Vanity Fair Oscar Party held at the Wallis Annenberg Center for the Performing Arts on March 4, 2018 in Beverly Hills, Los Angeles, California, United States. (Photo by Xavier Collin/Image Press Agency/Splash News)\r\rPictured: Miley Cyrus,Liam Hemsworth,Margot Robbie\rMark Bailey\rRory Kennedy\rMark Hamill\rMark Ronson\rMartha Hunt\rMary J. Blige\rMatt Bomer\rMaya Hawke\rZac Posen\rMegan Mullally\rMelissa Bolona\rMichael Govan\rKatherine Ross\rMichael Polish\rKate Bosworth\rMichelle Monaghan\rMichelle Rodriguez\rMiles Teller\rKeleigh Sperry\rMiley Cyrus\rLiam Hemsworth\rMindy Kaling\rMinnie Driver\rMira Sorvino\rMolly Sims\rMonica Lewinsky\rGretchen Carlson\rNaomi Campbell\rNick Offerman\rNina Agdal\rRef: SPL1667737 040318 NON-EXCLUSIVE\rPicture by: SplashNews.com\r\rSplash News and Pictures\rLos Angeles: 310-821-2666\rNew York: 212-619-2666\rLondon: 0207 644 7656\rMilan: 02 4399 8577\rphotodesk@splashnews.com\r\rWorld Rights\";s:17:\"created_timestamp\";s:10:\"1520121600\";s:9:\"copyright\";s:23:\"www.SplashNews.com 2019\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:28:\"2018 Vanity Fair Oscar Party\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:64:\"Image Press; Image Press Agency; IPA; USA; United States; United\";}}}'),(7229,2884,'_edit_last','4'),(7230,2884,'sponsored_url',''),(7232,2884,'_thumbnail_id','2885'),(7233,2884,'xyz_smap','1'),(7235,2888,'_wp_attached_file','2019/08/Shea-Japan-Cherry-Blossoms-BUZZ.jpg'),(7236,2888,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3273;s:6:\"height\";i:2337;s:4:\"file\";s:43:\"2019/08/Shea-Japan-Cherry-Blossoms-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Shea-Japan-Cherry-Blossoms-BUZZ-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:\"Shea-Japan-Cherry-Blossoms-BUZZ-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Shea-Japan-Cherry-Blossoms-BUZZ-768x548.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Shea-Japan-Cherry-Blossoms-BUZZ-1024x731.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:731;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Shea-Japan-Cherry-Blossoms-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1565418204\";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:{}}}'),(7237,2889,'_wp_attached_file','2019/08/Shea-India-BUZZ.jpg'),(7238,2889,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1023;s:6:\"height\";i:731;s:4:\"file\";s:27:\"2019/08/Shea-India-BUZZ.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Shea-India-BUZZ-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:\"Shea-India-BUZZ-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Shea-India-BUZZ-768x549.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Shea-India-BUZZ-1023x655.jpg\";s:5:\"width\";i:1023;s:6:\"height\";i:655;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:\"1565417986\";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:{}}}'),(7241,2891,'_wp_attached_file','2019/08/Houseboat-India-BUZZ.jpg'),(7242,2891,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2178;s:6:\"height\";i:1452;s:4:\"file\";s:32:\"2019/08/Houseboat-India-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Houseboat-India-BUZZ-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:\"Houseboat-India-BUZZ-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:32:\"Houseboat-India-BUZZ-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:33:\"Houseboat-India-BUZZ-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Houseboat-India-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7243,2892,'_wp_attached_file','2019/08/donald-tapia-demo-buzz-3.jpg'),(7244,2892,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:732;s:4:\"file\";s:36:\"2019/08/donald-tapia-demo-buzz-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"donald-tapia-demo-buzz-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:36:\"donald-tapia-demo-buzz-3-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"donald-tapia-demo-buzz-3-768x375.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"donald-tapia-demo-buzz-3-1024x500.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"donald-tapia-demo-buzz-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7245,2893,'_wp_attached_file','2019/08/Shea-India-Next-Adventure-BUZZ.jpg'),(7246,2893,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3449;s:6:\"height\";i:2760;s:4:\"file\";s:42:\"2019/08/Shea-India-Next-Adventure-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Shea-India-Next-Adventure-BUZZ-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:42:\"Shea-India-Next-Adventure-BUZZ-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Shea-India-Next-Adventure-BUZZ-768x615.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Shea-India-Next-Adventure-BUZZ-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Shea-India-Next-Adventure-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1565418336\";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:{}}}'),(7249,2896,'_wp_attached_file','2019/08/saintleo-business-school.jpg'),(7250,2896,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1119;s:6:\"height\";i:690;s:4:\"file\";s:36:\"2019/08/saintleo-business-school.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"saintleo-business-school-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:\"saintleo-business-school-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"saintleo-business-school-768x474.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"saintleo-business-school-1024x631.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:631;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"saintleo-business-school-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7251,2897,'_edit_lock','1565832510:14'),(7252,2898,'_wp_attached_file','2019/08/donald-tapia-demo-buzz-2.jpg'),(7253,2898,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:36:\"2019/08/donald-tapia-demo-buzz-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"donald-tapia-demo-buzz-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:36:\"donald-tapia-demo-buzz-2-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:36:\"donald-tapia-demo-buzz-2-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:37:\"donald-tapia-demo-buzz-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"donald-tapia-demo-buzz-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7255,2900,'_wp_attached_file','2019/08/donald-tapia-demo-buzz.jpg'),(7256,2900,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:652;s:6:\"height\";i:900;s:4:\"file\";s:34:\"2019/08/donald-tapia-demo-buzz.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"donald-tapia-demo-buzz-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:\"donald-tapia-demo-buzz-217x300.jpg\";s:5:\"width\";i:217;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"donald-tapia-demo-buzz-652x655.jpg\";s:5:\"width\";i:652;s:6:\"height\";i:655;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:{}}}'),(7260,2200,'_thumbnail_id','2892'),(7275,2909,'_wp_attached_file','2019/08/Matthew-Bell-and-Elle-Evans.jpg'),(7276,2909,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:39:\"2019/08/Matthew-Bell-and-Elle-Evans.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Matthew-Bell-and-Elle-Evans-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:\"Matthew-Bell-and-Elle-Evans-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Matthew-Bell-and-Elle-Evans-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(7280,2897,'_thumbnail_id','2909'),(7281,2897,'_edit_last','14'),(7282,2897,'xyz_smap','1'),(7284,2897,'sponsored_url',''),(7289,2917,'_wp_attached_file','2019/08/ford-vw-america-ceos-demo-buzz.jpg'),(7290,2917,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:42:\"2019/08/ford-vw-america-ceos-demo-buzz.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"ford-vw-america-ceos-demo-buzz-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:42:\"ford-vw-america-ceos-demo-buzz-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:42:\"ford-vw-america-ceos-demo-buzz-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:{}}}'),(7292,2919,'_wp_attached_file','2019/08/ford-and-vw-demo-buzz.jpg'),(7293,2919,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:33:\"2019/08/ford-and-vw-demo-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"ford-and-vw-demo-buzz-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:\"ford-and-vw-demo-buzz-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:33:\"ford-and-vw-demo-buzz-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:34:\"ford-and-vw-demo-buzz-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"ford-and-vw-demo-buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7297,2197,'_thumbnail_id','2917'),(7305,2924,'_wp_attached_file','2019/08/people-on-photo-silhouette-buzz-demo.jpg'),(7306,2924,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:690;s:4:\"file\";s:48:\"2019/08/people-on-photo-silhouette-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"people-on-photo-silhouette-buzz-demo-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:48:\"people-on-photo-silhouette-buzz-demo-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"people-on-photo-silhouette-buzz-demo-768x518.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"people-on-photo-silhouette-buzz-demo-1024x690.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:690;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"people-on-photo-silhouette-buzz-demo-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(7307,2925,'_wp_attached_file','2019/08/siri-demo-buzz.jpg'),(7308,2925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:26:\"2019/08/siri-demo-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"siri-demo-buzz-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:\"siri-demo-buzz-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"siri-demo-buzz-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"siri-demo-buzz-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"siri-demo-buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7310,2090,'_thumbnail_id','2924'),(7321,2933,'_wp_attached_file','2019/08/toni-morrison-martin-schoeller.jpg'),(7322,2933,'wpmf_size','125121'),(7323,2933,'wpmf_filetype','jpg'),(7324,2933,'wpmf_order','0'),(7325,2933,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1012;s:6:\"height\";i:569;s:4:\"file\";s:42:\"2019/08/toni-morrison-martin-schoeller.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"toni-morrison-martin-schoeller-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:42:\"toni-morrison-martin-schoeller-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:42:\"toni-morrison-martin-schoeller-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:{}}}'),(7326,2935,'_wp_attached_file','2019/08/toni-morrison-martin-schoeller-1.jpg'),(7327,2935,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1012;s:6:\"height\";i:569;s:4:\"file\";s:44:\"2019/08/toni-morrison-martin-schoeller-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"toni-morrison-martin-schoeller-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:44:\"toni-morrison-martin-schoeller-1-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:44:\"toni-morrison-martin-schoeller-1-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:{}}}'),(7328,2937,'_wp_attached_file','2019/08/the-bluest-eye-toni-morrison.jpg'),(7329,2937,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:583;s:6:\"height\";i:900;s:4:\"file\";s:40:\"2019/08/the-bluest-eye-toni-morrison.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"the-bluest-eye-toni-morrison-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:\"the-bluest-eye-toni-morrison-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"the-bluest-eye-toni-morrison-583x655.jpg\";s:5:\"width\";i:583;s:6:\"height\";i:655;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:{}}}'),(7331,1935,'_thumbnail_id','2933'),(7344,2943,'_wp_attached_file','2019/08/hot-weather-temperature-demo.jpg'),(7345,2943,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1025;s:6:\"height\";i:683;s:4:\"file\";s:40:\"2019/08/hot-weather-temperature-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"hot-weather-temperature-demo-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:\"hot-weather-temperature-demo-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:40:\"hot-weather-temperature-demo-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:41:\"hot-weather-temperature-demo-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"hot-weather-temperature-demo-1025x655.jpg\";s:5:\"width\";i:1025;s:6:\"height\";i:655;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:{}}}'),(7346,2944,'_wp_attached_file','2019/08/hot-sun-buzz-demo.jpg'),(7347,2944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2019/08/hot-sun-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"hot-sun-buzz-demo-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:\"hot-sun-buzz-demo-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:29:\"hot-sun-buzz-demo-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:30:\"hot-sun-buzz-demo-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"hot-sun-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7349,2704,'_thumbnail_id','2944'),(7357,2949,'_wp_attached_file','2019/08/sweating-demo-buzz.jpg'),(7358,2949,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:625;s:4:\"file\";s:30:\"2019/08/sweating-demo-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"sweating-demo-buzz-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:\"sweating-demo-buzz-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"sweating-demo-buzz-768x436.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"sweating-demo-buzz-1024x582.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"sweating-demo-buzz-1060x625.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:625;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:{}}}'),(7359,2950,'_wp_attached_file','2019/08/hot-sun-at-dawn-buzz-demo.jpg'),(7360,2950,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5472;s:6:\"height\";i:3648;s:4:\"file\";s:37:\"2019/08/hot-sun-at-dawn-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"hot-sun-at-dawn-buzz-demo-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:\"hot-sun-at-dawn-buzz-demo-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:37:\"hot-sun-at-dawn-buzz-demo-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:38:\"hot-sun-at-dawn-buzz-demo-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"hot-sun-at-dawn-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7362,2596,'_thumbnail_id','2949'),(7400,2962,'_wp_attached_file','2019/08/sweating-demo-buzz-1.jpg'),(7401,2962,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:625;s:4:\"file\";s:32:\"2019/08/sweating-demo-buzz-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"sweating-demo-buzz-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:32:\"sweating-demo-buzz-1-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"sweating-demo-buzz-1-768x436.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"sweating-demo-buzz-1-1024x582.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"sweating-demo-buzz-1-1060x625.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:625;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:{}}}'),(7404,2964,'_wp_attached_file','2019/08/andrew-holness-builder-buzz-demo.jpg'),(7405,2964,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:699;s:4:\"file\";s:44:\"2019/08/andrew-holness-builder-buzz-demo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"andrew-holness-builder-buzz-demo-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:\"andrew-holness-builder-buzz-demo-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"andrew-holness-builder-buzz-demo-768x559.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"andrew-holness-builder-buzz-demo-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(7410,2966,'_wp_attached_file','2019/08/andrew-holness-malaki.jpg'),(7411,2966,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1138;s:6:\"height\";i:707;s:4:\"file\";s:33:\"2019/08/andrew-holness-malaki.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"andrew-holness-malaki-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:\"andrew-holness-malaki-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"andrew-holness-malaki-768x477.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"andrew-holness-malaki-1024x636.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:636;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"andrew-holness-malaki-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7412,2967,'_wp_attached_file','2019/08/andrew-holness-east-portland.jpg'),(7413,2967,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1356;s:6:\"height\";i:814;s:4:\"file\";s:40:\"2019/08/andrew-holness-east-portland.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"andrew-holness-east-portland-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:\"andrew-holness-east-portland-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"andrew-holness-east-portland-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"andrew-holness-east-portland-1024x615.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"andrew-holness-east-portland-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7414,2968,'_wp_attached_file','2019/08/andrew-holness-placehotb-tweet.jpg'),(7415,2968,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:684;s:6:\"height\";i:900;s:4:\"file\";s:42:\"2019/08/andrew-holness-placehotb-tweet.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"andrew-holness-placehotb-tweet-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:42:\"andrew-holness-placehotb-tweet-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"andrew-holness-placehotb-tweet-684x655.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:655;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:{}}}'),(7418,2970,'_wp_attached_file','2019/08/andrew-holness-malaki-1.jpg'),(7419,2970,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1138;s:6:\"height\";i:707;s:4:\"file\";s:35:\"2019/08/andrew-holness-malaki-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"andrew-holness-malaki-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:35:\"andrew-holness-malaki-1-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"andrew-holness-malaki-1-768x477.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"andrew-holness-malaki-1-1024x636.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:636;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"andrew-holness-malaki-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7434,2976,'_wp_attached_file','2019/08/giphy.gif'),(7435,2976,'wpmf_size','582053'),(7436,2976,'wpmf_filetype','gif'),(7437,2976,'wpmf_order','0'),(7438,2976,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:270;s:4:\"file\";s:17:\"2019/08/giphy.gif\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"giphy-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:17:\"giphy-300x169.gif\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/gif\";}}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:{}}}'),(7439,2794,'_wp_old_slug','new-venture-radio-station-maintenance-engineer--2794'),(7440,2794,'_wp_old_slug','new-venture-radio-station-maintenance-engineer-2794'),(7441,2790,'_wp_old_slug','new-venture-radio-station-producer--2790'),(7442,2790,'_wp_old_slug','new-venture-radio-station-producer-2790'),(7443,2668,'_wp_old_slug','new-venture-radio-station-digital-media-manager-2668'),(7446,2981,'_wp_attached_file','2019/08/jobs-image.jpg'),(7447,2981,'wpmf_size','34358'),(7448,2981,'wpmf_filetype','jpg'),(7449,2981,'wpmf_order','0'),(7450,2981,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:22:\"2019/08/jobs-image.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"jobs-image-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:\"jobs-image-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:{}}}'),(7452,2794,'_thumbnail_id','2981'),(7454,2982,'_wp_attached_file','2019/08/jobs-image-1.jpg'),(7455,2982,'wpmf_size','34358'),(7456,2982,'wpmf_filetype','jpg'),(7457,2982,'wpmf_order','0'),(7458,2982,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:24:\"2019/08/jobs-image-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"jobs-image-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:24:\"jobs-image-1-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:{}}}'),(7459,2983,'_wp_attached_file','2019/08/jobs-image-2.jpg'),(7460,2983,'wpmf_size','34358'),(7461,2983,'wpmf_filetype','jpg'),(7462,2983,'wpmf_order','0'),(7463,2983,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:24:\"2019/08/jobs-image-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"jobs-image-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:24:\"jobs-image-2-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:{}}}'),(7465,2790,'_thumbnail_id','2981'),(7467,2668,'_thumbnail_id','2982'),(7468,2984,'_wp_attached_file','2019/08/worship-feast-edit.jpg'),(7469,2984,'wpmf_size','165190'),(7470,2984,'wpmf_filetype','jpg'),(7471,2984,'wpmf_order','0'),(7472,2984,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"2019/08/worship-feast-edit.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"worship-feast-edit-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:\"worship-feast-edit-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"worship-feast-edit-768x619.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:619;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"worship-feast-edit-1024x826.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:826;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"worship-feast-edit-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7473,2985,'_wp_attached_file','2019/08/women-pic-edit.jpg'),(7474,2985,'wpmf_size','293024'),(7475,2985,'wpmf_filetype','jpg'),(7476,2985,'wpmf_order','0'),(7477,2985,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2019/08/women-pic-edit.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"women-pic-edit-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:\"women-pic-edit-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"women-pic-edit-768x619.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:619;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"women-pic-edit-1024x826.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:826;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"women-pic-edit-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7478,2986,'_wp_attached_file','2019/08/unity-in-the-city-edit.jpg'),(7479,2986,'wpmf_size','225257'),(7480,2986,'wpmf_filetype','jpg'),(7481,2986,'wpmf_order','0'),(7482,2986,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:1000;s:4:\"file\";s:34:\"2019/08/unity-in-the-city-edit.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"unity-in-the-city-edit-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:\"unity-in-the-city-edit-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"unity-in-the-city-edit-768x619.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:619;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"unity-in-the-city-edit-1024x826.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:826;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"unity-in-the-city-edit-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7483,2987,'_wp_attached_file','2019/08/river-and-picnic-edit.jpg'),(7484,2987,'wpmf_size','251348'),(7485,2987,'wpmf_filetype','jpg'),(7486,2987,'wpmf_order','0'),(7487,2987,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:1000;s:4:\"file\";s:33:\"2019/08/river-and-picnic-edit.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"river-and-picnic-edit-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:\"river-and-picnic-edit-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"river-and-picnic-edit-768x619.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:619;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"river-and-picnic-edit-1024x826.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:826;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"river-and-picnic-edit-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7488,2988,'_wp_attached_file','2019/08/painted-edit.jpg'),(7489,2988,'wpmf_size','218014'),(7490,2988,'wpmf_filetype','jpg'),(7491,2988,'wpmf_order','0'),(7492,2988,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2019/08/painted-edit.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"painted-edit-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:\"painted-edit-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"painted-edit-768x619.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:619;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"painted-edit-1024x826.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:826;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"painted-edit-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7493,2990,'_wp_attached_file','2019/08/colour-me-edit.jpg'),(7494,2990,'wpmf_size','229853'),(7495,2990,'wpmf_filetype','jpg'),(7496,2990,'wpmf_order','0'),(7497,2990,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2019/08/colour-me-edit.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"colour-me-edit-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:\"colour-me-edit-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"colour-me-edit-768x619.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:619;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"colour-me-edit-1024x826.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:826;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"colour-me-edit-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7499,2992,'_wp_attached_file','2019/07/ramble-jobs-image.jpg'),(7500,2992,'wpmf_size','8166'),(7501,2992,'wpmf_filetype','jpg'),(7502,2992,'wpmf_order','0'),(7503,2992,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2019/07/ramble-jobs-image.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"ramble-jobs-image-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:{}}}'),(7504,2993,'_edit_lock','1574788993:1'),(7505,2993,'_thumbnail_id','7024'),(7506,2993,'_edit_last','1'),(7507,2993,'_wp_old_slug','auto-draft'),(7508,2993,'job_position','a Digital Media Executive'),(7509,2993,'job_type','Full-time'),(7510,2993,'job_company','Ramble Media Group'),(7511,2993,'job_company_email','jobs@ramblemediagroup.com'),(7512,2993,'job_expiration','2019-11-30'),(7513,2995,'_wp_attached_file','2019/08/J-1-BUZZ.jpg'),(7514,2995,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1494;s:6:\"height\";i:1400;s:4:\"file\";s:20:\"2019/08/J-1-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"J-1-BUZZ-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:\"J-1-BUZZ-300x281.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"J-1-BUZZ-768x720.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"J-1-BUZZ-1024x960.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"J-1-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7515,2996,'_wp_attached_file','2019/08/J-2-BUZZ.jpg'),(7516,2996,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1569;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2019/08/J-2-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"J-2-BUZZ-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:\"J-2-BUZZ-294x300.jpg\";s:5:\"width\";i:294;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"J-2-BUZZ-768x783.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:783;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"J-2-BUZZ-1004x1024.jpg\";s:5:\"width\";i:1004;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"J-2-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7517,2997,'_wp_attached_file','2019/08/S-1-BUZZ.jpg'),(7518,2997,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1551;s:4:\"file\";s:20:\"2019/08/S-1-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"S-1-BUZZ-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:\"S-1-BUZZ-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"S-1-BUZZ-768x582.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"S-1-BUZZ-1024x776.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:776;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"S-1-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7519,2998,'_wp_attached_file','2019/08/S-2-BUZZ.jpg'),(7520,2998,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1677;s:6:\"height\";i:1228;s:4:\"file\";s:20:\"2019/08/S-2-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"S-2-BUZZ-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:\"S-2-BUZZ-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"S-2-BUZZ-768x562.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:562;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"S-2-BUZZ-1024x750.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"S-2-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7521,2999,'_wp_attached_file','2019/08/M-1-BUZZ.jpg'),(7522,2999,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1554;s:6:\"height\";i:1523;s:4:\"file\";s:20:\"2019/08/M-1-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"M-1-BUZZ-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:\"M-1-BUZZ-300x294.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"M-1-BUZZ-768x753.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:753;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"M-1-BUZZ-1024x1004.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1004;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"M-1-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7523,3000,'_wp_attached_file','2019/08/M-2-BUZZ.jpg'),(7524,3000,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1452;s:6:\"height\";i:1398;s:4:\"file\";s:20:\"2019/08/M-2-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"M-2-BUZZ-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:\"M-2-BUZZ-300x289.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"M-2-BUZZ-768x739.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:739;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"M-2-BUZZ-1024x986.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:986;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"M-2-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7525,3001,'_wp_attached_file','2019/08/T-1-BUZZ.jpg'),(7526,3001,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1704;s:6:\"height\";i:1800;s:4:\"file\";s:20:\"2019/08/T-1-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"T-1-BUZZ-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:\"T-1-BUZZ-284x300.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"T-1-BUZZ-768x811.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:811;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"T-1-BUZZ-969x1024.jpg\";s:5:\"width\";i:969;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"T-1-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7527,3002,'_wp_attached_file','2019/08/T-2-BUZZ.jpg'),(7528,3002,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1176;s:6:\"height\";i:1207;s:4:\"file\";s:20:\"2019/08/T-2-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"T-2-BUZZ-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:\"T-2-BUZZ-292x300.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"T-2-BUZZ-768x788.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:788;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"T-2-BUZZ-998x1024.jpg\";s:5:\"width\";i:998;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"T-2-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7535,1082,'_oembed_f4db81663e9278c4ddf689c35f0c50d9','{{unknown}}'),(7536,1082,'_oembed_e008aeb962a4a0ae2bae3e631162af7b','{{unknown}}'),(7538,1082,'_oembed_0c3bf67ba12650849084add1ad0f2e59','<iframe title=\"JAE EPIC CLIP   BUZZ\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/Ft2HVqVOhuY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(7539,1082,'_oembed_time_0c3bf67ba12650849084add1ad0f2e59','1565793923'),(7544,3008,'_edit_lock','1565885252:9'),(7545,3008,'_oembed_0c3bf67ba12650849084add1ad0f2e59','<iframe title=\"JAE EPIC CLIP   BUZZ\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/Ft2HVqVOhuY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(7546,3008,'_oembed_time_0c3bf67ba12650849084add1ad0f2e59','1565659573'),(7547,3008,'_edit_last','9'),(7548,3008,'video_parent_post_id',''),(7549,3009,'_wp_attached_file','2019/08/BUZZ-Japan-Scenery-Shea-Powell.jpg'),(7550,3009,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1122;s:6:\"height\";i:898;s:4:\"file\";s:42:\"2019/08/BUZZ-Japan-Scenery-Shea-Powell.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"BUZZ-Japan-Scenery-Shea-Powell-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:42:\"BUZZ-Japan-Scenery-Shea-Powell-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"BUZZ-Japan-Scenery-Shea-Powell-768x615.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"BUZZ-Japan-Scenery-Shea-Powell-1024x820.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"BUZZ-Japan-Scenery-Shea-Powell-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1565417866\";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:{}}}'),(7551,3010,'_wp_attached_file','2019/08/BUZZ-Japan-Shea-Powell.jpg'),(7552,3010,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1209;s:6:\"height\";i:1016;s:4:\"file\";s:34:\"2019/08/BUZZ-Japan-Shea-Powell.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"BUZZ-Japan-Shea-Powell-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:\"BUZZ-Japan-Shea-Powell-300x252.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"BUZZ-Japan-Shea-Powell-768x645.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"BUZZ-Japan-Shea-Powell-1024x861.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:861;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"BUZZ-Japan-Shea-Powell-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1565418308\";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:{}}}'),(7553,3011,'_wp_attached_file','2019/08/Japanese-Meal-BUZZ.jpg'),(7554,3011,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2086;s:6:\"height\";i:1669;s:4:\"file\";s:30:\"2019/08/Japanese-Meal-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Japanese-Meal-BUZZ-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:\"Japanese-Meal-BUZZ-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Japanese-Meal-BUZZ-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Japanese-Meal-BUZZ-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Japanese-Meal-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1565418228\";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:{}}}'),(7555,3012,'_wp_attached_file','2019/08/Shea-Japan-1.jpg'),(7556,3012,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:479;s:6:\"height\";i:369;s:4:\"file\";s:24:\"2019/08/Shea-Japan-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Shea-Japan-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:24:\"Shea-Japan-1-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;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:{}}}'),(7557,3013,'_wp_attached_file','2019/08/Shea-Japan-BUZZ.jpg'),(7558,3013,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2273;s:6:\"height\";i:1516;s:4:\"file\";s:27:\"2019/08/Shea-Japan-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Shea-Japan-BUZZ-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:\"Shea-Japan-BUZZ-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:27:\"Shea-Japan-BUZZ-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:28:\"Shea-Japan-BUZZ-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Shea-Japan-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7559,3017,'_wp_attached_file','2019/08/jmmb-keith-duncan-buzz.jpg'),(7560,3017,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:999;s:4:\"file\";s:34:\"2019/08/jmmb-keith-duncan-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"jmmb-keith-duncan-buzz-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:\"jmmb-keith-duncan-buzz-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:34:\"jmmb-keith-duncan-buzz-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"jmmb-keith-duncan-buzz-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"jmmb-keith-duncan-buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7561,3018,'_wp_attached_file','2019/08/jmmb-keith-duncan-buzz-2.jpg'),(7562,3018,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2019/08/jmmb-keith-duncan-buzz-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"jmmb-keith-duncan-buzz-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:36:\"jmmb-keith-duncan-buzz-2-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:36:\"jmmb-keith-duncan-buzz-2-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:37:\"jmmb-keith-duncan-buzz-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"jmmb-keith-duncan-buzz-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7566,2207,'_thumbnail_id','3017'),(7568,3020,'_wp_attached_file','2019/08/the-trio-kgnartwalk-jun30-buzz5.jpg'),(7569,3020,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:43:\"2019/08/the-trio-kgnartwalk-jun30-buzz5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"the-trio-kgnartwalk-jun30-buzz5-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:\"the-trio-kgnartwalk-jun30-buzz5-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:43:\"the-trio-kgnartwalk-jun30-buzz5-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:44:\"the-trio-kgnartwalk-jun30-buzz5-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"the-trio-kgnartwalk-jun30-buzz5-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7572,3008,'_thumbnail_id','1918'),(7573,3023,'_wp_attached_file','2019/08/Cabin-Lake-Scenery-BUZZ.jpg'),(7574,3023,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3016;s:6:\"height\";i:2414;s:4:\"file\";s:35:\"2019/08/Cabin-Lake-Scenery-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Cabin-Lake-Scenery-BUZZ-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:\"Cabin-Lake-Scenery-BUZZ-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Cabin-Lake-Scenery-BUZZ-768x615.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Cabin-Lake-Scenery-BUZZ-1024x820.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Cabin-Lake-Scenery-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1565418078\";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:{}}}'),(7575,3024,'_wp_attached_file','2019/08/City-Overview-Italy-BUZZ.jpg'),(7576,3024,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3449;s:6:\"height\";i:2760;s:4:\"file\";s:36:\"2019/08/City-Overview-Italy-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"City-Overview-Italy-BUZZ-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:\"City-Overview-Italy-BUZZ-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"City-Overview-Italy-BUZZ-768x615.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"City-Overview-Italy-BUZZ-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"City-Overview-Italy-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1565418104\";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:{}}}'),(7577,3025,'_wp_attached_file','2019/08/Historic-Architecture-Italy-BUZZ.jpg'),(7578,3025,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:810;s:6:\"height\";i:640;s:4:\"file\";s:44:\"2019/08/Historic-Architecture-Italy-BUZZ.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Historic-Architecture-Italy-BUZZ-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:\"Historic-Architecture-Italy-BUZZ-300x237.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Historic-Architecture-Italy-BUZZ-768x607.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:607;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:\"1565417990\";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:{}}}'),(7579,3026,'_wp_attached_file','2019/08/IMG_6250.jpg'),(7580,3026,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3449;s:6:\"height\";i:2588;s:4:\"file\";s:20:\"2019/08/IMG_6250.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6250-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:\"IMG_6250-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:20:\"IMG_6250-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_6250-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_6250-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1565418060\";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:{}}}'),(7581,3027,'_wp_attached_file','2019/08/Stunning-Architecture-BUZZ-Shea-Powell.jpg'),(7582,3027,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3277;s:6:\"height\";i:2622;s:4:\"file\";s:50:\"2019/08/Stunning-Architecture-BUZZ-Shea-Powell.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Stunning-Architecture-BUZZ-Shea-Powell-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:50:\"Stunning-Architecture-BUZZ-Shea-Powell-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Stunning-Architecture-BUZZ-Shea-Powell-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Stunning-Architecture-BUZZ-Shea-Powell-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"Stunning-Architecture-BUZZ-Shea-Powell-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1565417994\";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:{}}}'),(7583,3028,'_wp_attached_file','2019/08/Wine-Drinking-Italy-BUZZ.jpg'),(7584,3028,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1153;s:4:\"file\";s:36:\"2019/08/Wine-Drinking-Italy-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Wine-Drinking-Italy-BUZZ-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:\"Wine-Drinking-Italy-BUZZ-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Wine-Drinking-Italy-BUZZ-768x615.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Wine-Drinking-Italy-BUZZ-1024x820.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Wine-Drinking-Italy-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1565418010\";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:{}}}'),(7585,3029,'_wp_attached_file','2019/08/Fields-Italy-BUZZ.jpg'),(7586,3029,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1997;s:6:\"height\";i:1498;s:4:\"file\";s:29:\"2019/08/Fields-Italy-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Fields-Italy-BUZZ-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:\"Fields-Italy-BUZZ-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:29:\"Fields-Italy-BUZZ-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Fields-Italy-BUZZ-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Fields-Italy-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1565418038\";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:{}}}'),(7587,3030,'_wp_attached_file','2019/08/Shea-Powell-Feature-Image-BUZZ.jpg'),(7588,3030,'wpmf_size','1183451'),(7589,3030,'wpmf_filetype','jpg'),(7590,3030,'wpmf_order','0'),(7591,3030,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3272;s:6:\"height\";i:2454;s:4:\"file\";s:42:\"2019/08/Shea-Powell-Feature-Image-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Shea-Powell-Feature-Image-BUZZ-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:42:\"Shea-Powell-Feature-Image-BUZZ-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:42:\"Shea-Powell-Feature-Image-BUZZ-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Shea-Powell-Feature-Image-BUZZ-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Shea-Powell-Feature-Image-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1565418204\";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:{}}}'),(7592,2305,'_oembed_66fcecfb71c36e68b7bc1070695a128d','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/Bnl51VxAD7b/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/Bnl51VxAD7b/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/Bnl51VxAD7b/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">The Blue Lagoon — literally one of my favourite places to kick back! ?? #Portland x #TropicalLagoon</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/theworldupcloser/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Shea Powell</a> (@theworldupcloser) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2018-09-11T16:17:52+00:00\">Sep 11, 2018 at 9:17am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(7593,2305,'_oembed_time_66fcecfb71c36e68b7bc1070695a128d','1565634534'),(7603,124,'_oembed_d68826c3a0d7465f037d3c90f1713efd','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Holding a serious reasoning with <a href=\"https://twitter.com/PopcaanMusic?ref_src=twsrc%5Etfw\">@PopcaanMusic</a>.<br>Interview coming soon. <a href=\"https://twitter.com/hashtag/ForeverFirmAndStrong?src=hash&amp;ref_src=twsrc%5Etfw\">#ForeverFirmAndStrong</a> ???? <a href=\"https://t.co/giP932ygD7\">pic.twitter.com/giP932ygD7</a></p>&mdash; Andrew Holness (@AndrewHolnessJM) <a href=\"https://twitter.com/AndrewHolnessJM/status/1143948249155477504?ref_src=twsrc%5Etfw\">June 26, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(7604,124,'_oembed_time_d68826c3a0d7465f037d3c90f1713efd','1565809764'),(7617,3040,'_edit_lock','1568305867:16'),(7647,3051,'_wp_attached_file','2019/08/Employe-engagement-conference.jpg'),(7648,3051,'wpmf_size','127330'),(7649,3051,'wpmf_filetype','jpg'),(7650,3051,'wpmf_order','0'),(7651,3051,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:621;s:4:\"file\";s:41:\"2019/08/Employe-engagement-conference.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Employe-engagement-conference-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:\"Employe-engagement-conference-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Employe-engagement-conference-768x497.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:497;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:{}}}'),(7668,3040,'_thumbnail_id','4315'),(7669,3040,'_edit_last','16'),(7670,3040,'out_date','2019-10-16'),(7671,3040,'out_time','08:30 AM'),(7672,3040,'out_address','14-20 Port Royal Jamaica Conference Centre, Kingston, Jamaica'),(7673,3040,'out_description','The 2019 Employee Engagement Conference under the theme: Employee Experience 3D - Design. Develop. '),(7674,3040,'out_mapurl','https://www.google.com/maps/place/Jamaica+Conference+Centre/@17.9661029,-76.7986444,15z/data=!4m5!3m4!1s0x0:0x8322036e133efd71!8m2!3d17.9661029!4d-76.7986444'),(7675,3040,'post_gallery_id','a:1:{i:0;s:4:\"3051\";}'),(7677,3060,'_wp_attached_file','2019/08/caribbean-creative-exchange.jpg'),(7678,3060,'wpmf_size','130059'),(7679,3060,'wpmf_filetype','jpg'),(7680,3060,'wpmf_order','0'),(7681,3060,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:884;s:6:\"height\";i:779;s:4:\"file\";s:39:\"2019/08/caribbean-creative-exchange.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"caribbean-creative-exchange-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:\"caribbean-creative-exchange-300x264.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"caribbean-creative-exchange-768x677.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"caribbean-creative-exchange-884x655.jpg\";s:5:\"width\";i:884;s:6:\"height\";i:655;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:{}}}'),(7690,3061,'_edit_lock','1565884902:16'),(7691,3062,'_wp_attached_file','2019/08/frenchmen-weekend.jpg'),(7692,3062,'wpmf_size','157135'),(7693,3062,'wpmf_filetype','jpg'),(7694,3062,'wpmf_order','0'),(7695,3062,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:29:\"2019/08/frenchmen-weekend.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"frenchmen-weekend-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:\"frenchmen-weekend-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"frenchmen-weekend-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"frenchmen-weekend-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(7696,3061,'_thumbnail_id','3808'),(7697,3061,'_edit_last','16'),(7698,3061,'out_date','2019-10-19'),(7699,3061,'out_time','12:00 PM'),(7700,3061,'out_address','Ocho Rios, Jamaica'),(7701,3061,'out_description','Your favorite all-inclusive event weekend is back! It’s Frenchmen Weekend and we’re transforming Ocho Rios into our personal playground. '),(7702,3061,'out_mapurl','https://www.google.com/maps/place/Ocho+Rios/@18.4008289,-77.099973,14z/data=!3m1!4b1!4m5!3m4!1s0x8edafdc91dfb81d5:0x24cebac16dce2c77!8m2!3d18.4073894!4d-77.1031345'),(7703,3061,'post_gallery_id','a:1:{i:0;s:4:\"3062\";}'),(7704,3063,'_wp_attached_file','2019/08/West-African-Gumbo-Kushites.jpg'),(7705,3063,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:598;s:6:\"height\";i:517;s:4:\"file\";s:39:\"2019/08/West-African-Gumbo-Kushites.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"West-African-Gumbo-Kushites-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:\"West-African-Gumbo-Kushites-300x259.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:259;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:{}}}'),(7706,2794,'_wp_old_slug','a-new-venture-radio-station-maintenance-engineer--2794'),(7707,2790,'_wp_old_slug','a-new-venture-radio-station-producer--2790'),(7708,3064,'_edit_lock','1566426175:16'),(7709,3065,'_wp_attached_file','2019/08/Breadfruit-salsa-Kushites.jpg'),(7710,3065,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:592;s:6:\"height\";i:575;s:4:\"file\";s:37:\"2019/08/Breadfruit-salsa-Kushites.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Breadfruit-salsa-Kushites-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:\"Breadfruit-salsa-Kushites-300x291.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:291;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:{}}}'),(7711,3066,'_wp_attached_file','2019/08/Jerked-Chayote-and-quinoa-Kushites.jpg'),(7712,3066,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:595;s:6:\"height\";i:503;s:4:\"file\";s:46:\"2019/08/Jerked-Chayote-and-quinoa-Kushites.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Jerked-Chayote-and-quinoa-Kushites-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:\"Jerked-Chayote-and-quinoa-Kushites-300x254.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:254;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:{}}}'),(7713,3067,'_wp_attached_file','2019/08/Saltfish-Kushites.jpg'),(7714,3067,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:597;s:6:\"height\";i:510;s:4:\"file\";s:29:\"2019/08/Saltfish-Kushites.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Saltfish-Kushites-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:\"Saltfish-Kushites-300x256.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:256;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:{}}}'),(7715,3068,'_wp_attached_file','2019/08/Vegan-Passion-Fruit-Ice-Cream-Kushites.jpg'),(7716,3068,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:597;s:6:\"height\";i:514;s:4:\"file\";s:50:\"2019/08/Vegan-Passion-Fruit-Ice-Cream-Kushites.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Vegan-Passion-Fruit-Ice-Cream-Kushites-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:50:\"Vegan-Passion-Fruit-Ice-Cream-Kushites-300x258.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:258;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:{}}}'),(7719,3070,'_wp_attached_file','2019/08/colombia-armada-demo-buzz.jpg'),(7720,3070,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1116;s:4:\"file\";s:37:\"2019/08/colombia-armada-demo-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"colombia-armada-demo-buzz-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:\"colombia-armada-demo-buzz-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"colombia-armada-demo-buzz-768x536.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"colombia-armada-demo-buzz-1024x714.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:714;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"colombia-armada-demo-buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7721,3071,'_wp_attached_file','2019/08/fit-fest-weekend.jpg'),(7722,3071,'wpmf_size','210482'),(7723,3071,'wpmf_filetype','jpg'),(7724,3071,'wpmf_order','0'),(7725,3071,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:502;s:4:\"file\";s:28:\"2019/08/fit-fest-weekend.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"fit-fest-weekend-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:\"fit-fest-weekend-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"fit-fest-weekend-768x402.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:402;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:{}}}'),(7726,3064,'_thumbnail_id','3071'),(7727,3064,'_edit_last','16'),(7728,3064,'out_date','2019-10-25'),(7729,3064,'out_time','07:00 AM'),(7730,3064,'out_address','Holiday Inn,  Montego Bay, Jamaica'),(7731,3064,'out_description','FitFest party and expo is back! Book your space now at Holiday Inn All-inclusive Resort in Montego Bay from October 25-27, 2019.'),(7732,3064,'out_mapurl','https://www.google.com/maps/uv?hl=en&pb=!1s0x8eda29428da7fc87%3A0x654d78ef04bd3848!2m22!2m2!1i80!2i80!3m1!2i20!16m16!1b1!2m2!1m1!1e1!2m2!1m1!1e3!2m2!1m1!1e5!2m2!1m1!1e4!2m2!1m1!1e6!3m1!7e115!4shttps%3A%2F%2Flh5.googleusercontent.com%2Fp%2FAF1QipO8-LTVak7KZ2fSkmtNh7JnOPIO6qxnZibKQvKk%3Dw239-h160-k-no!5sholiday%20inn%20jamaica%20-%20Google%20Search!15sCAQ&imagekey=!1e10!2sAF1QipO8-LTVak7KZ2fSkmtNh7JnOPIO6qxnZibKQvKk&sa=X&ved=2ahUKEwjPjKGLiP7jAhWJv1kKHRvrBLcQoiowC3oECA8QBg'),(7733,3064,'post_gallery_id','a:1:{i:0;s:4:\"3071\";}'),(7734,3073,'_wp_attached_file','2019/08/gavel-in-court-buzz-demo.jpg'),(7735,3073,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:995;s:4:\"file\";s:36:\"2019/08/gavel-in-court-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"gavel-in-court-buzz-demo-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:\"gavel-in-court-buzz-demo-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"gavel-in-court-buzz-demo-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"gavel-in-court-buzz-demo-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"gavel-in-court-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7740,3077,'_wp_attached_file','2019/08/Vegan-Burger-Mi-Hungry.jpg'),(7741,3077,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:561;s:6:\"height\";i:384;s:4:\"file\";s:34:\"2019/08/Vegan-Burger-Mi-Hungry.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Vegan-Burger-Mi-Hungry-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:\"Vegan-Burger-Mi-Hungry-300x205.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:205;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:{}}}'),(7743,3079,'_wp_attached_file','2019/08/Mi-Hungry-Vegan-Dish.jpg'),(7744,3079,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:596;s:6:\"height\";i:490;s:4:\"file\";s:32:\"2019/08/Mi-Hungry-Vegan-Dish.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Mi-Hungry-Vegan-Dish-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:\"Mi-Hungry-Vegan-Dish-300x247.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:247;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:{}}}'),(7745,3080,'_wp_attached_file','2019/08/Rap-Raw_Seaweed-broccoli-avocado-tomato-and-ackee-Mi-Hungry.jpg'),(7746,3080,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:586;s:6:\"height\";i:329;s:4:\"file\";s:71:\"2019/08/Rap-Raw_Seaweed-broccoli-avocado-tomato-and-ackee-Mi-Hungry.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:71:\"Rap-Raw_Seaweed-broccoli-avocado-tomato-and-ackee-Mi-Hungry-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:71:\"Rap-Raw_Seaweed-broccoli-avocado-tomato-and-ackee-Mi-Hungry-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: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:{}}}'),(7747,3081,'_wp_attached_file','2019/08/Savory-pie-ackeeplantain-with-black-olives-tomatoes-Mi-Hungry.jpg'),(7748,3081,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:577;s:4:\"file\";s:73:\"2019/08/Savory-pie-ackeeplantain-with-black-olives-tomatoes-Mi-Hungry.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:73:\"Savory-pie-ackeeplantain-with-black-olives-tomatoes-Mi-Hungry-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:73:\"Savory-pie-ackeeplantain-with-black-olives-tomatoes-Mi-Hungry-300x289.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:289;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:{}}}'),(7751,3083,'_wp_attached_file','2019/08/comedy.jpg'),(7752,3083,'wpmf_size','135249'),(7753,3083,'wpmf_filetype','jpg'),(7754,3083,'wpmf_order','0'),(7755,3083,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:960;s:4:\"file\";s:18:\"2019/08/comedy.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"comedy-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:\"comedy-216x300.jpg\";s:5:\"width\";i:216;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"comedy-691x655.jpg\";s:5:\"width\";i:691;s:6:\"height\";i:655;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:{}}}'),(7787,3093,'_wp_attached_file','2019/08/jamaica-tallawahs-vs-trinibago.jpg'),(7788,3093,'wpmf_size','267869'),(7789,3093,'wpmf_filetype','jpg'),(7790,3093,'wpmf_order','0'),(7791,3093,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:589;s:4:\"file\";s:42:\"2019/08/jamaica-tallawahs-vs-trinibago.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"jamaica-tallawahs-vs-trinibago-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:42:\"jamaica-tallawahs-vs-trinibago-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"jamaica-tallawahs-vs-trinibago-768x471.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:471;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:{}}}'),(7796,3095,'_wp_attached_file','2019/08/jamaica-vs-guyana.jpg'),(7797,3095,'wpmf_size','267649'),(7798,3095,'wpmf_filetype','jpg'),(7799,3095,'wpmf_order','0'),(7800,3095,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:589;s:4:\"file\";s:29:\"2019/08/jamaica-vs-guyana.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"jamaica-vs-guyana-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:\"jamaica-vs-guyana-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"jamaica-vs-guyana-768x471.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:471;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:{}}}'),(7817,3102,'_wp_attached_file','2019/08/The-Cheffing-Don-lentil-stew-pastafari-sautéed-ackee-steamed-veggies-greatness-salad-and-green-pressed-plantain.jpg'),(7818,3102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:586;s:6:\"height\";i:566;s:4:\"file\";s:124:\"2019/08/The-Cheffing-Don-lentil-stew-pastafari-sautéed-ackee-steamed-veggies-greatness-salad-and-green-pressed-plantain.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:124:\"The-Cheffing-Don-lentil-stew-pastafari-sautéed-ackee-steamed-veggies-greatness-salad-and-green-pressed-plantain-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:124:\"The-Cheffing-Don-lentil-stew-pastafari-sautéed-ackee-steamed-veggies-greatness-salad-and-green-pressed-plantain-300x290.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:290;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:{}}}'),(7832,3106,'_wp_attached_file','2019/08/The-Cheffing-Don-Combination-Menu-Item.jpg'),(7833,3106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:526;s:6:\"height\";i:570;s:4:\"file\";s:50:\"2019/08/The-Cheffing-Don-Combination-Menu-Item.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"The-Cheffing-Don-Combination-Menu-Item-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:50:\"The-Cheffing-Don-Combination-Menu-Item-277x300.jpg\";s:5:\"width\";i:277;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:{}}}'),(7834,3107,'_wp_attached_file','2019/08/The-Cheffing-Don-sautéed-ackee-greatness-salad-curried-chickpeas-veggie-fried-rice-pumpkin-takari-and-steam-veggies.jpg'),(7835,3107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:592;s:6:\"height\";i:548;s:4:\"file\";s:128:\"2019/08/The-Cheffing-Don-sautéed-ackee-greatness-salad-curried-chickpeas-veggie-fried-rice-pumpkin-takari-and-steam-veggies.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:128:\"The-Cheffing-Don-sautéed-ackee-greatness-salad-curried-chickpeas-veggie-fried-rice-pumpkin-takari-and-steam-veggies-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:128:\"The-Cheffing-Don-sautéed-ackee-greatness-salad-curried-chickpeas-veggie-fried-rice-pumpkin-takari-and-steam-veggies-300x278.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:278;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:{}}}'),(7836,3108,'_wp_attached_file','2019/08/The-Cheffing-Don-Wrap.jpg'),(7837,3108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:561;s:6:\"height\";i:509;s:4:\"file\";s:33:\"2019/08/The-Cheffing-Don-Wrap.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"The-Cheffing-Don-Wrap-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:\"The-Cheffing-Don-Wrap-300x272.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:272;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:{}}}'),(7844,3111,'_wp_attached_file','2019/08/shenseea-blessed-buzz-demo.jpg'),(7845,3111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:38:\"2019/08/shenseea-blessed-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"shenseea-blessed-buzz-demo-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:\"shenseea-blessed-buzz-demo-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:38:\"shenseea-blessed-buzz-demo-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:39:\"shenseea-blessed-buzz-demo-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"shenseea-blessed-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7850,1480,'_thumbnail_id','3111'),(7851,3114,'_wp_attached_file','2019/08/JAMAICA-VS-ST-KITTS.jpg'),(7852,3114,'wpmf_size','263705'),(7853,3114,'wpmf_filetype','jpg'),(7854,3114,'wpmf_order','0'),(7855,3114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:589;s:4:\"file\";s:31:\"2019/08/JAMAICA-VS-ST-KITTS.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"JAMAICA-VS-ST-KITTS-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:\"JAMAICA-VS-ST-KITTS-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"JAMAICA-VS-ST-KITTS-768x471.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:471;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:{}}}'),(7858,3116,'_wp_attached_file','2019/08/The-Cheffing-Dons-Plant-based-meal-served-in-customary-calabash-with-bamboo-spork.jpg'),(7859,3116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:479;s:6:\"height\";i:583;s:4:\"file\";s:93:\"2019/08/The-Cheffing-Dons-Plant-based-meal-served-in-customary-calabash-with-bamboo-spork.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:93:\"The-Cheffing-Dons-Plant-based-meal-served-in-customary-calabash-with-bamboo-spork-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:93:\"The-Cheffing-Dons-Plant-based-meal-served-in-customary-calabash-with-bamboo-spork-246x300.jpg\";s:5:\"width\";i:246;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:{}}}'),(7880,3121,'_wp_attached_file','2019/08/jamaica-vs-Barbados.jpg'),(7881,3121,'wpmf_size','270237'),(7882,3121,'wpmf_filetype','jpg'),(7883,3121,'wpmf_order','0'),(7884,3121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:589;s:4:\"file\";s:31:\"2019/08/jamaica-vs-Barbados.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"jamaica-vs-Barbados-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:\"jamaica-vs-Barbados-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"jamaica-vs-Barbados-768x471.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:471;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:{}}}'),(7885,3122,'_wp_attached_file','2019/08/Veggie-Campus-Veggie-Ball-Sub.jpg'),(7886,3122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:556;s:6:\"height\";i:406;s:4:\"file\";s:41:\"2019/08/Veggie-Campus-Veggie-Ball-Sub.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Veggie-Campus-Veggie-Ball-Sub-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:\"Veggie-Campus-Veggie-Ball-Sub-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;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:{}}}'),(7895,3123,'_wp_attached_file','2019/08/nicki-miaj-megatron-buzz-demo.jpg'),(7896,3123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:41:\"2019/08/nicki-miaj-megatron-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"nicki-miaj-megatron-buzz-demo-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:\"nicki-miaj-megatron-buzz-demo-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:41:\"nicki-miaj-megatron-buzz-demo-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:42:\"nicki-miaj-megatron-buzz-demo-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"nicki-miaj-megatron-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7897,3124,'_wp_attached_file','2019/08/cardi-b-press-buzz-demo.jpg'),(7898,3124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1642;s:6:\"height\";i:924;s:4:\"file\";s:35:\"2019/08/cardi-b-press-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"cardi-b-press-buzz-demo-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:\"cardi-b-press-buzz-demo-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:35:\"cardi-b-press-buzz-demo-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:36:\"cardi-b-press-buzz-demo-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"cardi-b-press-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7903,3128,'_wp_attached_file','2019/08/Veggie-Caampus-Ackee-Quesadilla.jpg'),(7904,3128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:561;s:6:\"height\";i:435;s:4:\"file\";s:43:\"2019/08/Veggie-Caampus-Ackee-Quesadilla.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Veggie-Caampus-Ackee-Quesadilla-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:\"Veggie-Caampus-Ackee-Quesadilla-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;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:{}}}'),(7905,3129,'_wp_attached_file','2019/08/Veggie-Campus-Ackee-Wrap.jpg'),(7906,3129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:569;s:6:\"height\";i:542;s:4:\"file\";s:36:\"2019/08/Veggie-Campus-Ackee-Wrap.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Veggie-Campus-Ackee-Wrap-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:\"Veggie-Campus-Ackee-Wrap-300x286.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:286;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:{}}}'),(7907,3130,'_wp_attached_file','2019/08/Veggie-Campus-Turn-breadfruit-and-ackee-with-butter-beans.jpg'),(7908,3130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:588;s:6:\"height\";i:336;s:4:\"file\";s:69:\"2019/08/Veggie-Campus-Turn-breadfruit-and-ackee-with-butter-beans.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:69:\"Veggie-Campus-Turn-breadfruit-and-ackee-with-butter-beans-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:69:\"Veggie-Campus-Turn-breadfruit-and-ackee-with-butter-beans-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;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:{}}}'),(7919,1471,'_thumbnail_id','3124'),(7922,3137,'_wp_attached_file','2019/08/Pinto-Bean-and-Avocado-Wrap.jpg'),(7923,3137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:39:\"2019/08/Pinto-Bean-and-Avocado-Wrap.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Pinto-Bean-and-Avocado-Wrap-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:\"Pinto-Bean-and-Avocado-Wrap-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:39:\"Pinto-Bean-and-Avocado-Wrap-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:40:\"Pinto-Bean-and-Avocado-Wrap-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Pinto-Bean-and-Avocado-Wrap-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565192151\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7924,3139,'_wp_attached_file','2019/08/Blueberry-Smoothie-with-coconut-milk.jpg'),(7925,3139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:48:\"2019/08/Blueberry-Smoothie-with-coconut-milk.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Blueberry-Smoothie-with-coconut-milk-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:48:\"Blueberry-Smoothie-with-coconut-milk-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:48:\"Blueberry-Smoothie-with-coconut-milk-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:49:\"Blueberry-Smoothie-with-coconut-milk-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"Blueberry-Smoothie-with-coconut-milk-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565192386\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"34\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7926,3140,'_wp_attached_file','2019/08/Homestyle-lentil-stew-with-brown-rice-and-plantain.jpg'),(7927,3140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:62:\"2019/08/Homestyle-lentil-stew-with-brown-rice-and-plantain.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"Homestyle-lentil-stew-with-brown-rice-and-plantain-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:62:\"Homestyle-lentil-stew-with-brown-rice-and-plantain-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:62:\"Homestyle-lentil-stew-with-brown-rice-and-plantain-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:63:\"Homestyle-lentil-stew-with-brown-rice-and-plantain-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:63:\"Homestyle-lentil-stew-with-brown-rice-and-plantain-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565193716\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7928,3141,'_wp_attached_file','2019/08/Tofu-fried-rice-with-steamed-vegetables-and-plantain.jpg'),(7929,3141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:64:\"2019/08/Tofu-fried-rice-with-steamed-vegetables-and-plantain.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"Tofu-fried-rice-with-steamed-vegetables-and-plantain-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:64:\"Tofu-fried-rice-with-steamed-vegetables-and-plantain-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:64:\"Tofu-fried-rice-with-steamed-vegetables-and-plantain-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:65:\"Tofu-fried-rice-with-steamed-vegetables-and-plantain-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:65:\"Tofu-fried-rice-with-steamed-vegetables-and-plantain-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565192933\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7930,3142,'_wp_attached_file','2019/08/Vegan-falafel.jpg'),(7931,3142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:25:\"2019/08/Vegan-falafel.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Vegan-falafel-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:\"Vegan-falafel-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:\"Vegan-falafel-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:\"Vegan-falafel-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Vegan-falafel-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565193067\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7932,3143,'_wp_attached_file','2019/08/jaevion-nelson-buzz-demo.jpg'),(7933,3143,'wpmf_size','48156'),(7934,3143,'wpmf_filetype','jpg'),(7935,3143,'wpmf_order','0'),(7936,3143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:36:\"2019/08/jaevion-nelson-buzz-demo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"jaevion-nelson-buzz-demo-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:\"jaevion-nelson-buzz-demo-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:36:\"jaevion-nelson-buzz-demo-768x512.jpg\";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:{}}}'),(7938,3145,'_wp_attached_file','2019/08/halle-berry-A.jpg'),(7939,3145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2019/08/halle-berry-A.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"halle-berry-A-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:\"halle-berry-A-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"halle-berry-A-768x495.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"halle-berry-A-1024x661.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:661;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"halle-berry-A-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7942,3148,'_wp_attached_file','2019/08/tasha-cobbs-leonard-buzz-demo.jpg'),(7943,3148,'wpmf_size','66537'),(7944,3148,'wpmf_filetype','jpg'),(7945,3148,'wpmf_order','0'),(7946,3148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:41:\"2019/08/tasha-cobbs-leonard-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"tasha-cobbs-leonard-buzz-demo-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:\"tasha-cobbs-leonard-buzz-demo-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:41:\"tasha-cobbs-leonard-buzz-demo-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:42:\"tasha-cobbs-leonard-buzz-demo-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"tasha-cobbs-leonard-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7958,1476,'_thumbnail_id','3148'),(7968,1156,'_thumbnail_id','1153'),(7971,3159,'_wp_attached_file','2019/07/jahvillani-buzzgrab-demo.jpg'),(7972,3159,'wpmf_size','67538'),(7973,3159,'wpmf_filetype','jpg'),(7974,3159,'wpmf_order','0'),(7975,3159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1250;s:6:\"height\";i:707;s:4:\"file\";s:36:\"2019/07/jahvillani-buzzgrab-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"jahvillani-buzzgrab-demo-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:\"jahvillani-buzzgrab-demo-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"jahvillani-buzzgrab-demo-768x434.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"jahvillani-buzzgrab-demo-1024x579.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"jahvillani-buzzgrab-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(7978,1148,'_thumbnail_id','3159'),(8001,3170,'_wp_attached_file','2019/08/koffee-toast-buzzgrab-demo.jpg'),(8002,3170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:38:\"2019/08/koffee-toast-buzzgrab-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"koffee-toast-buzzgrab-demo-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:\"koffee-toast-buzzgrab-demo-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:38:\"koffee-toast-buzzgrab-demo-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:39:\"koffee-toast-buzzgrab-demo-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"koffee-toast-buzzgrab-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8011,1134,'_thumbnail_id','3170'),(8016,1120,'_thumbnail_id','1127'),(8027,3181,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-7.jpg'),(8028,3181,'wpmf_size','395417'),(8029,3181,'wpmf_filetype','jpg'),(8030,3181,'wpmf_order','0'),(8031,3181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:38:\"2019/08/trench-town-ceramic-buzz-7.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"trench-town-ceramic-buzz-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:38:\"trench-town-ceramic-buzz-7-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:38:\"trench-town-ceramic-buzz-7-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:39:\"trench-town-ceramic-buzz-7-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-7-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8032,1531,'_thumbnail_id','3181'),(8057,3191,'_wp_attached_file','2019/08/West-African-Gumbo-Kushites-1.jpg'),(8058,3191,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:597;s:6:\"height\";i:336;s:4:\"file\";s:41:\"2019/08/West-African-Gumbo-Kushites-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"West-African-Gumbo-Kushites-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:41:\"West-African-Gumbo-Kushites-1-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:10:\"1565618589\";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:{}}}'),(8063,3194,'_wp_attached_file','2019/07/Tofu-fried-rice-with-steamed-vegetables-and-plantain.jpg'),(8064,3194,'wpmf_size','820908'),(8065,3194,'wpmf_filetype','jpg'),(8066,3194,'wpmf_order','0'),(8067,3194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:64:\"2019/07/Tofu-fried-rice-with-steamed-vegetables-and-plantain.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"Tofu-fried-rice-with-steamed-vegetables-and-plantain-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:64:\"Tofu-fried-rice-with-steamed-vegetables-and-plantain-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:64:\"Tofu-fried-rice-with-steamed-vegetables-and-plantain-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:65:\"Tofu-fried-rice-with-steamed-vegetables-and-plantain-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:65:\"Tofu-fried-rice-with-steamed-vegetables-and-plantain-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565192933\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8073,2736,'_edit_last','21'),(8074,2736,'xyz_smap','1'),(8076,2736,'sponsored_url',''),(8085,3199,'_wp_attached_file','2019/08/david-guardians_galaxy_2014_14.jpg'),(8086,3199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:433;s:4:\"file\";s:42:\"2019/08/david-guardians_galaxy_2014_14.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"david-guardians_galaxy_2014_14-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:42:\"david-guardians_galaxy_2014_14-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:42:\"david-guardians_galaxy_2014_14-768x433.jpg\";s:5:\"width\";i:768;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: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:{}}}'),(8101,3205,'_wp_attached_file','2019/08/New-Leaf-Vegetarian-Thursday-Specials.jpg'),(8102,3205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:49:\"2019/08/New-Leaf-Vegetarian-Thursday-Specials.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"New-Leaf-Vegetarian-Thursday-Specials-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:\"New-Leaf-Vegetarian-Thursday-Specials-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:49:\"New-Leaf-Vegetarian-Thursday-Specials-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:50:\"New-Leaf-Vegetarian-Thursday-Specials-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"New-Leaf-Vegetarian-Thursday-Specials-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565193770\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8107,3207,'_wp_attached_file','2019/08/audley-shaw-buzz.jpg'),(8108,3207,'wpmf_size','419783'),(8109,3207,'wpmf_filetype','jpg'),(8110,3207,'wpmf_order','0'),(8111,3207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:28:\"2019/08/audley-shaw-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"audley-shaw-buzz-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:\"audley-shaw-buzz-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:28:\"audley-shaw-buzz-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:29:\"audley-shaw-buzz-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"audley-shaw-buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8114,3209,'_wp_attached_file','2019/08/audley-shaw-buzz-1.jpg'),(8115,3209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"2019/08/audley-shaw-buzz-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"audley-shaw-buzz-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:\"audley-shaw-buzz-1-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:30:\"audley-shaw-buzz-1-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:31:\"audley-shaw-buzz-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"audley-shaw-buzz-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8118,3211,'_wp_attached_file','2019/08/DSC_1004.jpg'),(8119,3211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1004.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1004-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:\"DSC_1004-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:20:\"DSC_1004-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:21:\"DSC_1004-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1004-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564314582\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8122,3214,'_wp_attached_file','2019/07/West-African-Gumbo-Tomato-and-okra-stew-with-seafood-Calaloo-stuffed-yam-balls-Whole-roasted-plantain-In-harissa-sauce.jpg'),(8123,3214,'wpmf_size','70597'),(8124,3214,'wpmf_filetype','jpg'),(8125,3214,'wpmf_order','0'),(8126,3214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:597;s:6:\"height\";i:519;s:4:\"file\";s:130:\"2019/07/West-African-Gumbo-Tomato-and-okra-stew-with-seafood-Calaloo-stuffed-yam-balls-Whole-roasted-plantain-In-harissa-sauce.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:130:\"West-African-Gumbo-Tomato-and-okra-stew-with-seafood-Calaloo-stuffed-yam-balls-Whole-roasted-plantain-In-harissa-sauce-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:130:\"West-African-Gumbo-Tomato-and-okra-stew-with-seafood-Calaloo-stuffed-yam-balls-Whole-roasted-plantain-In-harissa-sauce-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;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:{}}}'),(8127,3215,'_wp_attached_file','2019/08/stephen-hill-buzz-demo.jpg'),(8128,3215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:855;s:4:\"file\";s:34:\"2019/08/stephen-hill-buzz-demo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"stephen-hill-buzz-demo-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:\"stephen-hill-buzz-demo-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"stephen-hill-buzz-demo-768x684.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"stephen-hill-buzz-demo-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(8144,2402,'_thumbnail_id','3207'),(8151,3222,'_edit_lock','1565649034:4'),(8172,3222,'_edit_last','4'),(8173,3222,'sponsored_url',''),(8188,3233,'_wp_attached_file','2019/08/painted-1.jpg'),(8189,3233,'wpmf_size','160440'),(8190,3233,'wpmf_filetype','jpg'),(8191,3233,'wpmf_order','0'),(8192,3233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:21:\"2019/08/painted-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"painted-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:\"painted-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"painted-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"painted-1-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(8193,832,'_oembed_e4055a6d00af8be170f71211d7abed1b','{{unknown}}'),(8194,3235,'_wp_attached_file','2019/08/colour-me-edit-1.jpg'),(8195,3235,'wpmf_size','227405'),(8196,3235,'wpmf_filetype','jpg'),(8197,3235,'wpmf_order','0'),(8198,3235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1292;s:6:\"height\";i:1042;s:4:\"file\";s:28:\"2019/08/colour-me-edit-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"colour-me-edit-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:28:\"colour-me-edit-1-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"colour-me-edit-1-768x619.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:619;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"colour-me-edit-1-1024x826.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:826;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"colour-me-edit-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8199,3236,'_wp_attached_file','2019/08/lauren-o-lauren.jpg'),(8200,3236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1075;s:6:\"height\";i:881;s:4:\"file\";s:27:\"2019/08/lauren-o-lauren.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"lauren-o-lauren-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:\"lauren-o-lauren-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"lauren-o-lauren-768x629.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:629;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"lauren-o-lauren-1024x839.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:839;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"lauren-o-lauren-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8209,3239,'_wp_attached_file','2019/08/AAFnuec.jpg'),(8210,3239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1152;s:6:\"height\";i:768;s:4:\"file\";s:19:\"2019/08/AAFnuec.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"AAFnuec-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:\"AAFnuec-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:19:\"AAFnuec-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:20:\"AAFnuec-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"AAFnuec-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8213,3240,'_wp_attached_file','2019/08/river-and-picnic-edit-1.jpg'),(8214,3240,'wpmf_size','103573'),(8215,3240,'wpmf_filetype','jpg'),(8216,3240,'wpmf_order','0'),(8217,3240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:500;s:4:\"file\";s:35:\"2019/08/river-and-picnic-edit-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"river-and-picnic-edit-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:35:\"river-and-picnic-edit-1-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;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:{}}}'),(8218,3242,'_wp_attached_file','2019/08/unity-in-the-city-edit-1.jpg'),(8219,3242,'wpmf_size','93889'),(8220,3242,'wpmf_filetype','jpg'),(8221,3242,'wpmf_order','0'),(8222,3242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:500;s:4:\"file\";s:36:\"2019/08/unity-in-the-city-edit-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"unity-in-the-city-edit-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:36:\"unity-in-the-city-edit-1-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;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:{}}}'),(8223,3243,'_wp_attached_file','2019/08/worship-feast-edit-1.jpg'),(8224,3243,'wpmf_size','68088'),(8225,3243,'wpmf_filetype','jpg'),(8226,3243,'wpmf_order','0'),(8227,3243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:500;s:4:\"file\";s:32:\"2019/08/worship-feast-edit-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"worship-feast-edit-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:32:\"worship-feast-edit-1-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;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:{}}}'),(8228,3244,'_wp_attached_file','2019/08/AAFnrUg.jpg'),(8229,3244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1152;s:6:\"height\";i:768;s:4:\"file\";s:19:\"2019/08/AAFnrUg.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"AAFnrUg-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:\"AAFnrUg-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:19:\"AAFnrUg-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:20:\"AAFnrUg-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"AAFnrUg-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8230,3246,'_wp_attached_file','2019/08/Dubproof-CC.jpg'),(8231,3246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1073;s:6:\"height\";i:677;s:4:\"file\";s:23:\"2019/08/Dubproof-CC.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Dubproof-CC-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:\"Dubproof-CC-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Dubproof-CC-768x485.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:485;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Dubproof-CC-1024x646.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:646;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Dubproof-CC-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8232,3247,'_wp_attached_file','2019/08/Jeremy-Farrar.jpg'),(8233,3247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:968;s:6:\"height\";i:645;s:4:\"file\";s:25:\"2019/08/Jeremy-Farrar.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Jeremy-Farrar-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:\"Jeremy-Farrar-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:\"Jeremy-Farrar-768x512.jpg\";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:{}}}'),(8240,3254,'_wp_attached_file','2019/07/zimi-seh-riva-buzzgrab.jpg'),(8241,3254,'wpmf_size','148661'),(8242,3254,'wpmf_filetype','jpg'),(8243,3254,'wpmf_order','0'),(8244,3254,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:920;s:4:\"file\";s:34:\"2019/07/zimi-seh-riva-buzzgrab.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"zimi-seh-riva-buzzgrab-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:\"zimi-seh-riva-buzzgrab-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"zimi-seh-riva-buzzgrab-768x471.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"zimi-seh-riva-buzzgrab-1024x628.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:628;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"zimi-seh-riva-buzzgrab-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8245,3255,'_wp_attached_file','2019/08/worship-feast-edit-2.jpg'),(8246,3255,'wpmf_size','78048'),(8247,3255,'wpmf_filetype','jpg'),(8248,3255,'wpmf_order','0'),(8249,3255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:500;s:4:\"file\";s:32:\"2019/08/worship-feast-edit-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"worship-feast-edit-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:32:\"worship-feast-edit-2-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;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:{}}}'),(8250,3257,'_wp_attached_file','2019/07/zimi-seh-riva-buzzgrab-2.jpg'),(8251,3257,'wpmf_size','116706'),(8252,3257,'wpmf_filetype','jpg'),(8253,3257,'wpmf_order','0'),(8254,3257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:920;s:4:\"file\";s:36:\"2019/07/zimi-seh-riva-buzzgrab-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"zimi-seh-riva-buzzgrab-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:36:\"zimi-seh-riva-buzzgrab-2-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"zimi-seh-riva-buzzgrab-2-768x471.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"zimi-seh-riva-buzzgrab-2-1024x628.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:628;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"zimi-seh-riva-buzzgrab-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8256,3258,'_wp_attached_file','2019/07/fridays-atd-buzz-demo.jpg'),(8257,3258,'wpmf_size','136276'),(8258,3258,'wpmf_filetype','jpg'),(8259,3258,'wpmf_order','0'),(8260,3258,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:920;s:4:\"file\";s:33:\"2019/07/fridays-atd-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"fridays-atd-buzz-demo-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:\"fridays-atd-buzz-demo-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"fridays-atd-buzz-demo-768x471.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"fridays-atd-buzz-demo-1024x628.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:628;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"fridays-atd-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8261,3222,'_thumbnail_id','3239'),(8263,3260,'_wp_attached_file','2019/08/matt-damon-bourne.jpg'),(8264,3260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:532;s:4:\"file\";s:29:\"2019/08/matt-damon-bourne.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"matt-damon-bourne-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:\"matt-damon-bourne-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:29:\"matt-damon-bourne-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:176:\"MADRID, SPAIN - JULY 13:  Actor Matt Damon attends \"Jason Bourne\" photocall at Villamagna Hotel on July 13, 2016 in Madrid, Spain.  (Photo by Juan Naharro Gimenez/Getty Images)\";s:17:\"created_timestamp\";s:10:\"1468404480\";s:9:\"copyright\";s:17:\"2016 Getty Images\";s:12:\"focal_length\";s:3:\"150\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:24:\"\"Jason Bourne\" Photocall\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8268,3222,'xyz_smap','1'),(8283,3269,'_wp_attached_file','2019/08/barack-michelle-lede.jpg'),(8284,3269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:32:\"2019/08/barack-michelle-lede.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"barack-michelle-lede-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:\"barack-michelle-lede-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:32:\"barack-michelle-lede-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:33:\"barack-michelle-lede-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"barack-michelle-lede-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8285,3270,'_wp_attached_file','2019/08/peter-bunting-nom-day-buzz-1.jpg'),(8286,3270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:40:\"2019/08/peter-bunting-nom-day-buzz-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"peter-bunting-nom-day-buzz-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:40:\"peter-bunting-nom-day-buzz-1-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:40:\"peter-bunting-nom-day-buzz-1-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:41:\"peter-bunting-nom-day-buzz-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"peter-bunting-nom-day-buzz-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564137931\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"44\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8287,3271,'_wp_attached_file','2019/08/peter-bunting-nom-day-buzz-6.jpg'),(8288,3271,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5182;s:6:\"height\";i:3455;s:4:\"file\";s:40:\"2019/08/peter-bunting-nom-day-buzz-6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"peter-bunting-nom-day-buzz-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:40:\"peter-bunting-nom-day-buzz-6-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:40:\"peter-bunting-nom-day-buzz-6-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:41:\"peter-bunting-nom-day-buzz-6-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"peter-bunting-nom-day-buzz-6-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564135018\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8289,3272,'_wp_attached_file','2019/08/peter-bunting-nom-day-buzz-3.jpg'),(8290,3272,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:40:\"2019/08/peter-bunting-nom-day-buzz-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"peter-bunting-nom-day-buzz-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:40:\"peter-bunting-nom-day-buzz-3-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:40:\"peter-bunting-nom-day-buzz-3-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:41:\"peter-bunting-nom-day-buzz-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"peter-bunting-nom-day-buzz-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564133210\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8291,3273,'_wp_attached_file','2019/08/peter-bunting-nom-day-buzz-4.jpg'),(8292,3273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:40:\"2019/08/peter-bunting-nom-day-buzz-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"peter-bunting-nom-day-buzz-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:40:\"peter-bunting-nom-day-buzz-4-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:40:\"peter-bunting-nom-day-buzz-4-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:41:\"peter-bunting-nom-day-buzz-4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"peter-bunting-nom-day-buzz-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564134926\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"300\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8293,3274,'_wp_attached_file','2019/08/peter-bunting-nom-day-buzz-5.jpg'),(8294,3274,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:40:\"2019/08/peter-bunting-nom-day-buzz-5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"peter-bunting-nom-day-buzz-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:40:\"peter-bunting-nom-day-buzz-5-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:40:\"peter-bunting-nom-day-buzz-5-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:41:\"peter-bunting-nom-day-buzz-5-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"peter-bunting-nom-day-buzz-5-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564134998\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8296,1509,'_thumbnail_id','3269'),(8302,3277,'_wp_attached_file','2019/08/peter-bunting-nom-day-buzz-9.jpg'),(8303,3277,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5079;s:6:\"height\";i:3386;s:4:\"file\";s:40:\"2019/08/peter-bunting-nom-day-buzz-9.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"peter-bunting-nom-day-buzz-9-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:\"peter-bunting-nom-day-buzz-9-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:40:\"peter-bunting-nom-day-buzz-9-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:41:\"peter-bunting-nom-day-buzz-9-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"peter-bunting-nom-day-buzz-9-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564136556\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8305,3279,'_edit_lock','1565814317:26'),(8310,3279,'_edit_last','26'),(8311,3279,'sponsored_url',''),(8313,2373,'_thumbnail_id','3964'),(8321,3285,'_wp_attached_file','2019/08/rita-marley-public-speaking-winner.jpg'),(8322,3285,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:46:\"2019/08/rita-marley-public-speaking-winner.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"rita-marley-public-speaking-winner-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:\"rita-marley-public-speaking-winner-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"rita-marley-public-speaking-winner-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"rita-marley-public-speaking-winner-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(8323,3286,'_wp_attached_file','2019/08/Summerset-B_Fixed.jpg'),(8324,3286,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1358;s:6:\"height\";i:777;s:4:\"file\";s:29:\"2019/08/Summerset-B_Fixed.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Summerset-B_Fixed-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:\"Summerset-B_Fixed-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Summerset-B_Fixed-768x439.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Summerset-B_Fixed-1024x586.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Summerset-B_Fixed-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560901608\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"280\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8329,3288,'_wp_attached_file','2019/08/rita-marley-public-speaking-winner-2.jpg'),(8330,3288,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:48:\"2019/08/rita-marley-public-speaking-winner-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"rita-marley-public-speaking-winner-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:48:\"rita-marley-public-speaking-winner-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"rita-marley-public-speaking-winner-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"rita-marley-public-speaking-winner-2-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(8331,3289,'_wp_attached_file','2019/08/rita-marley-buzz-demo.jpg'),(8332,3289,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:33:\"2019/08/rita-marley-buzz-demo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"rita-marley-buzz-demo-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:\"rita-marley-buzz-demo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"rita-marley-buzz-demo-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"rita-marley-buzz-demo-800x655.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:655;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:{}}}'),(8334,1750,'_thumbnail_id','3285'),(8344,3296,'_wp_attached_file','2019/08/raheem-sterling.jpg'),(8345,3296,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1074;s:6:\"height\";i:959;s:4:\"file\";s:27:\"2019/08/raheem-sterling.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"raheem-sterling-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:\"raheem-sterling-300x268.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"raheem-sterling-768x686.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"raheem-sterling-1024x914.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:914;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"raheem-sterling-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8346,3298,'_wp_attached_file','2019/08/raheem-sterling-fwa.jpg'),(8347,3298,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1075;s:6:\"height\";i:1019;s:4:\"file\";s:31:\"2019/08/raheem-sterling-fwa.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"raheem-sterling-fwa-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:\"raheem-sterling-fwa-300x284.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"raheem-sterling-fwa-768x728.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"raheem-sterling-fwa-1024x971.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:971;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"raheem-sterling-fwa-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8348,3300,'_wp_attached_file','2019/08/raheem-sterling3.jpg'),(8349,3300,'wpmf_size','187339'),(8350,3300,'wpmf_filetype','jpg'),(8351,3300,'wpmf_order','0'),(8352,3300,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:729;s:4:\"file\";s:28:\"2019/08/raheem-sterling3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"raheem-sterling3-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:\"raheem-sterling3-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"raheem-sterling3-768x519.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:519;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"raheem-sterling3-1024x692.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:692;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"raheem-sterling3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8354,3279,'_thumbnail_id','3596'),(8355,3279,'xyz_smap','1'),(8370,3318,'_wp_attached_file','2019/08/Pastor-Stephen-Blake-3-jpg.jpg'),(8371,3318,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1235;s:6:\"height\";i:997;s:4:\"file\";s:38:\"2019/08/Pastor-Stephen-Blake-3-jpg.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Pastor-Stephen-Blake-3-jpg-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:\"Pastor-Stephen-Blake-3-jpg-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Pastor-Stephen-Blake-3-jpg-768x620.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Pastor-Stephen-Blake-3-jpg-1024x827.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:827;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Pastor-Stephen-Blake-3-jpg-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8372,3319,'_wp_attached_file','2019/08/Pastor-Stephen-Blake-2.jpg'),(8373,3319,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1226;s:6:\"height\";i:1245;s:4:\"file\";s:34:\"2019/08/Pastor-Stephen-Blake-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Pastor-Stephen-Blake-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:34:\"Pastor-Stephen-Blake-2-295x300.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Pastor-Stephen-Blake-2-768x780.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Pastor-Stephen-Blake-2-1008x1024.jpg\";s:5:\"width\";i:1008;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Pastor-Stephen-Blake-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8377,3321,'_edit_lock','1566779931:11'),(8378,3321,'_edit_last','11'),(8379,3321,'sponsored_url',''),(8380,3325,'_wp_attached_file','2019/08/hard-rock-A.jpg'),(8381,3325,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:23:\"2019/08/hard-rock-A.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"hard-rock-A-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:\"hard-rock-A-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:23:\"hard-rock-A-768x512.jpg\";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:{}}}'),(8382,3326,'_wp_attached_file','2019/08/hard-rock-B.jpg'),(8383,3326,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2019/08/hard-rock-B.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"hard-rock-B-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:\"hard-rock-B-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"hard-rock-B-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"hard-rock-B-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"hard-rock-B-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8384,3327,'_wp_attached_file','2019/08/hard-rock-D.jpg'),(8385,3327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:675;s:4:\"file\";s:23:\"2019/08/hard-rock-D.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"hard-rock-D-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:\"hard-rock-D-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:23:\"hard-rock-D-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"hard-rock-D-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"hard-rock-D-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8386,3328,'_wp_attached_file','2019/08/hard-rock-C.jpg'),(8387,3328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:775;s:4:\"file\";s:23:\"2019/08/hard-rock-C.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"hard-rock-C-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:\"hard-rock-C-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"hard-rock-C-768x551.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"hard-rock-C-1024x735.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"hard-rock-C-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8394,3333,'_wp_attached_file','2019/08/DSC_1132.jpg'),(8395,3333,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1132.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1132-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:\"DSC_1132-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:20:\"DSC_1132-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:21:\"DSC_1132-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1132-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564314551\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8396,3334,'_wp_attached_file','2019/08/DSC_1361-1.jpg'),(8397,3334,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2019/08/DSC_1361-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_1361-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:22:\"DSC_1361-1-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:22:\"DSC_1361-1-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:23:\"DSC_1361-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"DSC_1361-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564313276\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8398,3336,'_wp_attached_file','2019/08/DSC_0963.jpg'),(8399,3336,'wpmf_size','456351'),(8400,3336,'wpmf_filetype','jpg'),(8401,3336,'wpmf_order','0'),(8402,3336,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_0963.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0963-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:\"DSC_0963-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:20:\"DSC_0963-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:21:\"DSC_0963-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0963-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564314590\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8403,3337,'_wp_attached_file','2019/08/DSC_1022.jpg'),(8404,3337,'wpmf_size','504259'),(8405,3337,'wpmf_filetype','jpg'),(8406,3337,'wpmf_order','0'),(8407,3337,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1022.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1022-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:\"DSC_1022-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:20:\"DSC_1022-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:21:\"DSC_1022-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1022-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564314577\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8408,3338,'_wp_attached_file','2019/08/DSC_1044.jpg'),(8409,3338,'wpmf_size','491327'),(8410,3338,'wpmf_filetype','jpg'),(8411,3338,'wpmf_order','0'),(8412,3338,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1044.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1044-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:\"DSC_1044-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:20:\"DSC_1044-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:21:\"DSC_1044-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1044-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564314572\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8413,3339,'_wp_attached_file','2019/08/DSC_1101.jpg'),(8414,3339,'wpmf_size','616423'),(8415,3339,'wpmf_filetype','jpg'),(8416,3339,'wpmf_order','0'),(8417,3339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1101.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1101-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:\"DSC_1101-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:20:\"DSC_1101-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:21:\"DSC_1101-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1101-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564314559\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8418,3340,'_wp_attached_file','2019/08/DSC_1209.jpg'),(8419,3340,'wpmf_size','537473'),(8420,3340,'wpmf_filetype','jpg'),(8421,3340,'wpmf_order','0'),(8422,3340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1209.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1209-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:\"DSC_1209-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:20:\"DSC_1209-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:21:\"DSC_1209-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1209-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564313307\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8423,3341,'_wp_attached_file','2019/08/DSC_0963-1.jpg'),(8424,3341,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2019/08/DSC_0963-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0963-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:22:\"DSC_0963-1-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:22:\"DSC_0963-1-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:23:\"DSC_0963-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"DSC_0963-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564314590\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8425,3342,'_wp_attached_file','2019/08/DSC_0982.jpg'),(8426,3342,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_0982.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0982-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:\"DSC_0982-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:20:\"DSC_0982-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:21:\"DSC_0982-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0982-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564314586\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8427,3343,'_wp_attached_file','2019/08/DSC_1022-1.jpg'),(8428,3343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2019/08/DSC_1022-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_1022-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:22:\"DSC_1022-1-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:22:\"DSC_1022-1-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:23:\"DSC_1022-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"DSC_1022-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564314577\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8429,3344,'_wp_attached_file','2019/08/DSC_1044-1.jpg'),(8430,3344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2019/08/DSC_1044-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_1044-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:22:\"DSC_1044-1-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:22:\"DSC_1044-1-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:23:\"DSC_1044-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"DSC_1044-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564314572\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8431,3345,'_wp_attached_file','2019/08/DSC_1132-1.jpg'),(8432,3345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2019/08/DSC_1132-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_1132-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:22:\"DSC_1132-1-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:22:\"DSC_1132-1-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:23:\"DSC_1132-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"DSC_1132-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564314551\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8433,3346,'_wp_attached_file','2019/08/DSC_1431.jpg'),(8434,3346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1431.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1431-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:\"DSC_1431-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:20:\"DSC_1431-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:21:\"DSC_1431-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1431-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564313257\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8435,3347,'_wp_attached_file','2019/08/DSC_1435.jpg'),(8436,3347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1435.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1435-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:\"DSC_1435-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:20:\"DSC_1435-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:21:\"DSC_1435-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1435-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564313255\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8437,3348,'_wp_attached_file','2019/08/Signage-SOS-BUZZ.jpg'),(8438,3348,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:28:\"2019/08/Signage-SOS-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Signage-SOS-BUZZ-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:\"Signage-SOS-BUZZ-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:28:\"Signage-SOS-BUZZ-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:29:\"Signage-SOS-BUZZ-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Signage-SOS-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565276113\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"160\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8439,3349,'_wp_attached_file','2019/08/DSC_0932.jpg'),(8440,3349,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_0932.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0932-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:\"DSC_0932-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:20:\"DSC_0932-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:21:\"DSC_0932-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0932-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564314597\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8441,3350,'_wp_attached_file','2019/08/DSC_0974.jpg'),(8442,3350,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_0974.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0974-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:\"DSC_0974-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:20:\"DSC_0974-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:21:\"DSC_0974-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0974-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564314588\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8443,3351,'_wp_attached_file','2019/08/DSC_1008.jpg'),(8444,3351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1008.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1008-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:\"DSC_1008-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:20:\"DSC_1008-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:21:\"DSC_1008-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1008-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564314580\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8445,3352,'_wp_attached_file','2019/08/DSC_1074.jpg'),(8446,3352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1074.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1074-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:\"DSC_1074-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:20:\"DSC_1074-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:21:\"DSC_1074-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1074-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564314566\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8447,3353,'_wp_attached_file','2019/08/DSC_1079.jpg'),(8448,3353,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1079.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1079-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:\"DSC_1079-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:20:\"DSC_1079-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:21:\"DSC_1079-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1079-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564314565\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8449,3354,'_wp_attached_file','2019/08/DSC_1299-1.jpg'),(8450,3354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2019/08/DSC_1299-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_1299-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:22:\"DSC_1299-1-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:22:\"DSC_1299-1-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:23:\"DSC_1299-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"DSC_1299-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564313292\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8451,3355,'_wp_attached_file','2019/08/Robert-Montague.jpg'),(8452,3356,'_wp_attached_file','2019/08/DSC_0945.jpg'),(8453,3355,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:425;s:4:\"file\";s:27:\"2019/08/Robert-Montague.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Robert-Montague-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:\"Robert-Montague-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: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:{}}}'),(8454,3356,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_0945.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0945-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:\"DSC_0945-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:20:\"DSC_0945-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:21:\"DSC_0945-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0945-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564314594\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8455,3358,'_wp_attached_file','2019/08/Manufacturing-SEEK-Notebooks-SOS-BUZZ.jpg'),(8456,3358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:49:\"2019/08/Manufacturing-SEEK-Notebooks-SOS-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Manufacturing-SEEK-Notebooks-SOS-BUZZ-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:\"Manufacturing-SEEK-Notebooks-SOS-BUZZ-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:49:\"Manufacturing-SEEK-Notebooks-SOS-BUZZ-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:50:\"Manufacturing-SEEK-Notebooks-SOS-BUZZ-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"Manufacturing-SEEK-Notebooks-SOS-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565276794\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8457,3359,'_wp_attached_file','2019/08/DSC_0925.jpg'),(8458,3359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_0925.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0925-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:\"DSC_0925-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:20:\"DSC_0925-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:21:\"DSC_0925-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0925-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564314598\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8459,3360,'_wp_attached_file','2019/08/SEEK-Composition-Books-SOS-BUZZ.jpg'),(8460,3360,'wpmf_size','503886'),(8461,3360,'wpmf_filetype','jpg'),(8462,3360,'wpmf_order','0'),(8463,3360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:43:\"2019/08/SEEK-Composition-Books-SOS-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"SEEK-Composition-Books-SOS-BUZZ-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:\"SEEK-Composition-Books-SOS-BUZZ-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:43:\"SEEK-Composition-Books-SOS-BUZZ-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:44:\"SEEK-Composition-Books-SOS-BUZZ-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"SEEK-Composition-Books-SOS-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565276902\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8464,3361,'_wp_attached_file','2019/08/SEEK-Stationery-SOS-BUZZ.jpg'),(8465,3361,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:36:\"2019/08/SEEK-Stationery-SOS-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"SEEK-Stationery-SOS-BUZZ-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:\"SEEK-Stationery-SOS-BUZZ-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:36:\"SEEK-Stationery-SOS-BUZZ-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:37:\"SEEK-Stationery-SOS-BUZZ-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"SEEK-Stationery-SOS-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565277784\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8468,3363,'_wp_attached_file','2019/08/drive-safe-app.png'),(8469,3363,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:363;s:6:\"height\";i:472;s:4:\"file\";s:26:\"2019/08/drive-safe-app.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"drive-safe-app-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:26:\"drive-safe-app-231x300.png\";s:5:\"width\";i:231;s:6:\"height\";i:300;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:{}}}'),(8482,3371,'_edit_lock','1565735455:4'),(8495,3375,'_wp_attached_file','2019/08/Nicholas-Scott-Eppley-4.jpg'),(8496,3375,'wpmf_size','1199231'),(8497,3375,'wpmf_filetype','jpg'),(8498,3375,'wpmf_order','0'),(8499,3375,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:2400;s:4:\"file\";s:35:\"2019/08/Nicholas-Scott-Eppley-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Nicholas-Scott-Eppley-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:35:\"Nicholas-Scott-Eppley-4-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:35:\"Nicholas-Scott-Eppley-4-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:36:\"Nicholas-Scott-Eppley-4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Nicholas-Scott-Eppley-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8501,2236,'_thumbnail_id','3375'),(8503,3377,'_wp_attached_file','2019/08/Ashley-Witter.jpg'),(8504,3377,'wpmf_size','102326'),(8505,3377,'wpmf_filetype','jpg'),(8506,3377,'wpmf_order','0'),(8507,3377,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:638;s:6:\"height\";i:688;s:4:\"file\";s:25:\"2019/08/Ashley-Witter.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Ashley-Witter-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:\"Ashley-Witter-278x300.jpg\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Ashley-Witter-638x655.jpg\";s:5:\"width\";i:638;s:6:\"height\";i:655;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:\"1565279340\";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:{}}}'),(8508,3371,'_edit_last','4'),(8509,3371,'sponsored_url',''),(8532,3384,'_edit_lock','1565754659:4'),(8535,3386,'_edit_lock','1568299060:16'),(8547,3384,'_edit_last','4'),(8548,3384,'sponsored_url',''),(8549,3386,'_edit_last','16'),(8550,3389,'_wp_attached_file','2019/08/Shea-Powell-Feature-Image-BUZZ-1.jpg'),(8551,3389,'wpmf_size','364981'),(8552,3389,'wpmf_filetype','jpg'),(8553,3389,'wpmf_order','0'),(8554,3389,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:920;s:4:\"file\";s:44:\"2019/08/Shea-Powell-Feature-Image-BUZZ-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Shea-Powell-Feature-Image-BUZZ-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:44:\"Shea-Powell-Feature-Image-BUZZ-1-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Shea-Powell-Feature-Image-BUZZ-1-768x471.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Shea-Powell-Feature-Image-BUZZ-1-1024x628.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:628;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Shea-Powell-Feature-Image-BUZZ-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8559,3390,'_wp_attached_file','2019/08/coldstone-thursdays-620-x-500-1.jpg'),(8560,3390,'wpmf_size','255576'),(8561,3390,'wpmf_filetype','jpg'),(8562,3390,'wpmf_order','0'),(8563,3390,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:500;s:4:\"file\";s:43:\"2019/08/coldstone-thursdays-620-x-500-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"coldstone-thursdays-620-x-500-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:\"coldstone-thursdays-620-x-500-1-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;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:{}}}'),(8564,2600,'_wp_old_date','2019-08-10'),(8565,2600,'_thumbnail_id','4314'),(8566,2600,'post_gallery_id','a:1:{i:0;s:4:\"3390\";}'),(8571,3392,'_edit_lock','1565891344:1'),(8572,3393,'_wp_attached_file','2019/08/back-to-school-fair-ramble.jpg'),(8573,3393,'wpmf_size','387162'),(8574,3393,'wpmf_filetype','jpg'),(8575,3393,'wpmf_order','0'),(8576,3393,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:500;s:4:\"file\";s:38:\"2019/08/back-to-school-fair-ramble.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"back-to-school-fair-ramble-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:\"back-to-school-fair-ramble-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;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:{}}}'),(8577,3392,'_thumbnail_id','4300'),(8578,3392,'_edit_last','1'),(8579,3392,'out_date','2019-08-17'),(8580,3392,'out_time','10:00 AM'),(8581,3392,'out_address','21 Orange Street, Kingston, Jamaica'),(8582,3392,'out_description','Back to school Fair '),(8583,3392,'out_mapurl',''),(8584,3392,'post_gallery_id','a:1:{i:0;s:4:\"3650\";}'),(8585,3396,'_wp_attached_file','2019/08/Putting-in-Teabag.jpg'),(8586,3396,'wpmf_size','771272'),(8587,3396,'wpmf_filetype','jpg'),(8588,3396,'wpmf_order','0'),(8589,3396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2074;s:6:\"height\";i:1383;s:4:\"file\";s:29:\"2019/08/Putting-in-Teabag.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Putting-in-Teabag-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:\"Putting-in-Teabag-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:29:\"Putting-in-Teabag-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:30:\"Putting-in-Teabag-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Putting-in-Teabag-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565287583\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8590,3398,'_wp_attached_file','2019/08/Tea-Bag-in-Sneakers.jpg'),(8591,3398,'wpmf_size','740371'),(8592,3398,'wpmf_filetype','jpg'),(8593,3398,'wpmf_order','0'),(8594,3398,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1660;s:6:\"height\";i:1107;s:4:\"file\";s:31:\"2019/08/Tea-Bag-in-Sneakers.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Tea-Bag-in-Sneakers-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:\"Tea-Bag-in-Sneakers-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:31:\"Tea-Bag-in-Sneakers-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:32:\"Tea-Bag-in-Sneakers-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Tea-Bag-in-Sneakers-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565287710\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8595,3399,'_wp_attached_file','2019/08/Tea-Bag-Solution.jpg'),(8596,3399,'wpmf_size','801421'),(8597,3399,'wpmf_filetype','jpg'),(8598,3399,'wpmf_order','0'),(8599,3399,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2074;s:6:\"height\";i:1383;s:4:\"file\";s:28:\"2019/08/Tea-Bag-Solution.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Tea-Bag-Solution-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:\"Tea-Bag-Solution-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:28:\"Tea-Bag-Solution-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:29:\"Tea-Bag-Solution-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Tea-Bag-Solution-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565287634\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8602,3401,'_wp_attached_file','2019/07/Divorce.jpg'),(8603,3401,'wpmf_size','961826'),(8604,3401,'wpmf_filetype','jpg'),(8605,3401,'wpmf_order','0'),(8606,3401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2010;s:4:\"file\";s:19:\"2019/07/Divorce.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Divorce-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:\"Divorce-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:19:\"Divorce-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Divorce-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Divorce-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8607,3402,'_wp_attached_file','2019/08/destoryed-rail-in-jamaica-buzz-demo.jpg'),(8608,3402,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:417;s:4:\"file\";s:47:\"2019/08/destoryed-rail-in-jamaica-buzz-demo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"destoryed-rail-in-jamaica-buzz-demo-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:\"destoryed-rail-in-jamaica-buzz-demo-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;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:{}}}'),(8609,3403,'_wp_attached_file','2019/08/cemeteries-buzz-1.jpg'),(8610,3403,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:29:\"2019/08/cemeteries-buzz-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cemeteries-buzz-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:29:\"cemeteries-buzz-1-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:29:\"cemeteries-buzz-1-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:30:\"cemeteries-buzz-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"cemeteries-buzz-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561558909\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8612,77,'xyz_smap','1'),(8614,3406,'_wp_attached_file','2019/08/cemeteries-buzz-7.jpg'),(8615,3406,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4992;s:6:\"height\";i:3328;s:4:\"file\";s:29:\"2019/08/cemeteries-buzz-7.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cemeteries-buzz-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:29:\"cemeteries-buzz-7-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:29:\"cemeteries-buzz-7-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:30:\"cemeteries-buzz-7-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"cemeteries-buzz-7-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561558402\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8618,3408,'_wp_attached_file','2019/08/cemeteries-buzz-12.jpg'),(8619,3408,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:3376;s:4:\"file\";s:30:\"2019/08/cemeteries-buzz-12.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"cemeteries-buzz-12-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:\"cemeteries-buzz-12-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:30:\"cemeteries-buzz-12-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:31:\"cemeteries-buzz-12-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"cemeteries-buzz-12-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561626790\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8620,3410,'_wp_attached_file','2019/08/cemeteries-buzz-19.jpg'),(8621,3410,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"2019/08/cemeteries-buzz-19.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"cemeteries-buzz-19-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:\"cemeteries-buzz-19-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:30:\"cemeteries-buzz-19-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:31:\"cemeteries-buzz-19-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"cemeteries-buzz-19-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8622,3412,'_wp_attached_file','2019/08/cemeteries-buzz-17.jpg'),(8623,3412,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:737;s:6:\"height\";i:625;s:4:\"file\";s:30:\"2019/08/cemeteries-buzz-17.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"cemeteries-buzz-17-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:\"cemeteries-buzz-17-300x254.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:254;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1403432701\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.28\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:19:\"0.00039793076004775\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8624,3415,'_wp_attached_file','2019/08/marriage.jpg'),(8625,3415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:20:\"2019/08/marriage.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"marriage-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:\"marriage-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:20:\"marriage-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:21:\"marriage-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"marriage-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8630,3421,'_wp_attached_file','2019/08/black-couple-arguing.jpg'),(8631,3421,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1531;s:6:\"height\";i:993;s:4:\"file\";s:32:\"2019/08/black-couple-arguing.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"black-couple-arguing-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:\"black-couple-arguing-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"black-couple-arguing-768x498.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"black-couple-arguing-1024x664.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"black-couple-arguing-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:23:\"Shutterstock / zulufoto\";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:8:\"22034965\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:27:{i:0;s:10:\"accusation\";i:1;s:6:\"accuse\";i:2;s:7:\"accused\";i:3;s:7:\"african\";i:4;s:8:\"american\";i:5;s:8:\"argument\";i:6;s:5:\"black\";i:7;s:5:\"couch\";i:8;s:6:\"couple\";i:9;s:9:\"defensive\";i:10;s:6:\"denial\";i:11;s:6:\"denied\";i:12;s:4:\"deny\";i:13;s:7:\"diverse\";i:14;s:9:\"diversity\";i:15;s:6:\"family\";i:16;s:5:\"fight\";i:17;s:6:\"finger\";i:18;s:6:\"lovers\";i:19;s:3:\"man\";i:20;s:2:\"no\";i:21;s:8:\"pointing\";i:22;s:7:\"quality\";i:23;s:3:\"sad\";i:24;s:8:\"together\";i:25;s:5:\"woman\";i:26;s:5:\"wrong\";}}}'),(8636,3426,'_wp_attached_file','2019/08/cemeteries-buzz-21.jpg'),(8637,3426,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:30:\"2019/08/cemeteries-buzz-21.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"cemeteries-buzz-21-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:\"cemeteries-buzz-21-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:30:\"cemeteries-buzz-21-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"cemeteries-buzz-21-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"cemeteries-buzz-21-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(8638,3427,'_wp_attached_file','2019/08/Black-Man-with-Bible.jpg'),(8639,3427,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:696;s:4:\"file\";s:32:\"2019/08/Black-Man-with-Bible.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Black-Man-with-Bible-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:\"Black-Man-with-Bible-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Black-Man-with-Bible-768x445.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Black-Man-with-Bible-1024x594.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:594;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Black-Man-with-Bible-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8640,3428,'_wp_attached_file','2019/08/cemeteries-buzz-20.jpg'),(8641,3428,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:30:\"2019/08/cemeteries-buzz-20.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"cemeteries-buzz-20-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:\"cemeteries-buzz-20-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:30:\"cemeteries-buzz-20-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"cemeteries-buzz-20-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"cemeteries-buzz-20-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(8643,105,'xyz_smap','1'),(8645,3430,'_wp_attached_file','2019/08/11.jpg'),(8646,3430,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:14:\"2019/08/11.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"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:14:\"11-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"11-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561897232\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8647,3431,'_wp_attached_file','2019/08/Artwalk-D.jpg'),(8648,3431,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2019/08/Artwalk-D.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Artwalk-D-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:\"Artwalk-D-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Artwalk-D-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Artwalk-D-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Artwalk-D-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8649,3432,'_wp_attached_file','2019/08/Artwalk-B.jpg'),(8650,3432,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2019/08/Artwalk-B.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Artwalk-B-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:\"Artwalk-B-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Artwalk-B-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Artwalk-B-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Artwalk-B-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8651,3433,'_wp_attached_file','2019/08/Artwalk-E.jpg'),(8652,3433,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2019/08/Artwalk-E.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Artwalk-E-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:\"Artwalk-E-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Artwalk-E-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Artwalk-E-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Artwalk-E-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8653,3434,'_wp_attached_file','2019/08/Artwalk-F.jpg'),(8654,3434,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2019/08/Artwalk-F.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Artwalk-F-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:\"Artwalk-F-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Artwalk-F-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Artwalk-F-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Artwalk-F-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8655,3435,'_wp_attached_file','2019/08/Artwalk-H.jpg'),(8656,3435,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2019/08/Artwalk-H.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Artwalk-H-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:\"Artwalk-H-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Artwalk-H-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Artwalk-H-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Artwalk-H-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8657,3436,'_wp_attached_file','2019/08/Artwalk-I.jpg'),(8658,3436,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2019/08/Artwalk-I.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Artwalk-I-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:\"Artwalk-I-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Artwalk-I-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Artwalk-I-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Artwalk-I-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8659,3437,'_wp_attached_file','2019/08/Artwalk-J.jpg'),(8660,3437,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2019/08/Artwalk-J.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Artwalk-J-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:\"Artwalk-J-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Artwalk-J-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Artwalk-J-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Artwalk-J-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8661,3438,'_wp_attached_file','2019/08/Artwalk-C.jpg'),(8662,3438,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3175;s:6:\"height\";i:4749;s:4:\"file\";s:21:\"2019/08/Artwalk-C.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Artwalk-C-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:\"Artwalk-C-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Artwalk-C-768x1149.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1149;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Artwalk-C-685x1024.jpg\";s:5:\"width\";i:685;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Artwalk-C-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561897223\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8663,3439,'_wp_attached_file','2019/08/Artwalk-A.jpg'),(8664,3439,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2019/08/Artwalk-A.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Artwalk-A-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:\"Artwalk-A-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Artwalk-A-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Artwalk-A-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Artwalk-A-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8665,3440,'_wp_attached_file','2019/08/cemeteries-buzz-22.png'),(8666,3440,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1167;s:6:\"height\";i:520;s:4:\"file\";s:30:\"2019/08/cemeteries-buzz-22.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"cemeteries-buzz-22-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:\"cemeteries-buzz-22-300x134.png\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"cemeteries-buzz-22-768x342.png\";s:5:\"width\";i:768;s:6:\"height\";i:342;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"cemeteries-buzz-22-1024x456.png\";s:5:\"width\";i:1024;s:6:\"height\";i:456;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"cemeteries-buzz-22-1060x520.png\";s:5:\"width\";i:1060;s:6:\"height\";i:520;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:{}}}'),(8669,3442,'_wp_attached_file','2019/08/cemeteries-buzz-10.jpg'),(8670,3442,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5870;s:6:\"height\";i:3303;s:4:\"file\";s:30:\"2019/08/cemeteries-buzz-10.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"cemeteries-buzz-10-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:\"cemeteries-buzz-10-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:30:\"cemeteries-buzz-10-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:31:\"cemeteries-buzz-10-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"cemeteries-buzz-10-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561627068\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8671,3443,'_wp_attached_file','2019/08/cemeteries-buzz-4.jpg'),(8672,3443,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4924;s:6:\"height\";i:3283;s:4:\"file\";s:29:\"2019/08/cemeteries-buzz-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cemeteries-buzz-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:29:\"cemeteries-buzz-4-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:29:\"cemeteries-buzz-4-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:30:\"cemeteries-buzz-4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"cemeteries-buzz-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561559014\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8673,3446,'_wp_attached_file','2019/08/cemeteries-buzz-23.png'),(8674,3446,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1351;s:6:\"height\";i:524;s:4:\"file\";s:30:\"2019/08/cemeteries-buzz-23.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"cemeteries-buzz-23-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:\"cemeteries-buzz-23-300x116.png\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"cemeteries-buzz-23-768x298.png\";s:5:\"width\";i:768;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"cemeteries-buzz-23-1024x397.png\";s:5:\"width\";i:1024;s:6:\"height\";i:397;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"cemeteries-buzz-23-1060x524.png\";s:5:\"width\";i:1060;s:6:\"height\";i:524;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:{}}}'),(8675,3447,'_wp_attached_file','2019/08/cemeteries-buzz-15.jpg'),(8676,3447,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:30:\"2019/08/cemeteries-buzz-15.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"cemeteries-buzz-15-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:\"cemeteries-buzz-15-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:30:\"cemeteries-buzz-15-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"cemeteries-buzz-15-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"cemeteries-buzz-15-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8678,420,'_thumbnail_id','3772'),(8680,3449,'_wp_attached_file','2019/08/cemeteries-buzz-14.jpg'),(8681,3449,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:682;s:4:\"file\";s:30:\"2019/08/cemeteries-buzz-14.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"cemeteries-buzz-14-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:\"cemeteries-buzz-14-300x256.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"cemeteries-buzz-14-768x655.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"cemeteries-buzz-14-800x655.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:655;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:{}}}'),(8684,3450,'_wp_attached_file','2019/08/MGM-Muthu-Hotel-Cuba.jpg'),(8685,3450,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:545;s:4:\"file\";s:32:\"2019/08/MGM-Muthu-Hotel-Cuba.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"MGM-Muthu-Hotel-Cuba-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:\"MGM-Muthu-Hotel-Cuba-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"MGM-Muthu-Hotel-Cuba-768x436.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:436;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:{}}}'),(8686,3451,'_wp_attached_file','2019/08/cemeteries-buzz-24.jpg'),(8687,3451,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1600;s:4:\"file\";s:30:\"2019/08/cemeteries-buzz-24.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"cemeteries-buzz-24-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:\"cemeteries-buzz-24-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:30:\"cemeteries-buzz-24-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:31:\"cemeteries-buzz-24-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"cemeteries-buzz-24-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8690,3452,'_wp_attached_file','2019/07/CCC-Grand-Muthu-Cayo-Guillermo-Pool-006.jpg'),(8691,3452,'wpmf_size','311430'),(8692,3452,'wpmf_filetype','jpg'),(8693,3452,'wpmf_order','0'),(8694,3452,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:839;s:4:\"file\";s:51:\"2019/07/CCC-Grand-Muthu-Cayo-Guillermo-Pool-006.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"CCC-Grand-Muthu-Cayo-Guillermo-Pool-006-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:\"CCC-Grand-Muthu-Cayo-Guillermo-Pool-006-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"CCC-Grand-Muthu-Cayo-Guillermo-Pool-006-768x460.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"CCC-Grand-Muthu-Cayo-Guillermo-Pool-006-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"CCC-Grand-Muthu-Cayo-Guillermo-Pool-006-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8698,98,'xyz_smap','1'),(8700,3455,'_wp_attached_file','2019/08/cemeteries-buzz-6.jpg'),(8701,3455,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5963;s:6:\"height\";i:3355;s:4:\"file\";s:29:\"2019/08/cemeteries-buzz-6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cemeteries-buzz-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:29:\"cemeteries-buzz-6-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:29:\"cemeteries-buzz-6-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:30:\"cemeteries-buzz-6-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"cemeteries-buzz-6-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561633457\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8702,3456,'_wp_attached_file','2019/08/dayton-campbell.jpg'),(8703,3456,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1076;s:6:\"height\";i:952;s:4:\"file\";s:27:\"2019/08/dayton-campbell.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"dayton-campbell-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:\"dayton-campbell-300x265.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"dayton-campbell-768x679.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"dayton-campbell-1024x906.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:906;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dayton-campbell-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8704,3457,'_wp_attached_file','2019/08/cemeteries-buzz-2.jpg'),(8705,3457,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5966;s:6:\"height\";i:3357;s:4:\"file\";s:29:\"2019/08/cemeteries-buzz-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cemeteries-buzz-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:29:\"cemeteries-buzz-2-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:29:\"cemeteries-buzz-2-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:30:\"cemeteries-buzz-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"cemeteries-buzz-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561633553\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8706,3458,'_wp_attached_file','2019/08/cemeteries-buzz-11.jpg'),(8707,3458,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5993;s:6:\"height\";i:3372;s:4:\"file\";s:30:\"2019/08/cemeteries-buzz-11.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"cemeteries-buzz-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:30:\"cemeteries-buzz-11-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:30:\"cemeteries-buzz-11-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:31:\"cemeteries-buzz-11-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"cemeteries-buzz-11-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561626998\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8708,3459,'_wp_attached_file','2019/08/cemeteries-buzz-13.jpg'),(8709,3459,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:3376;s:4:\"file\";s:30:\"2019/08/cemeteries-buzz-13.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"cemeteries-buzz-13-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:\"cemeteries-buzz-13-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:30:\"cemeteries-buzz-13-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:31:\"cemeteries-buzz-13-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"cemeteries-buzz-13-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561626865\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8710,3461,'_wp_attached_file','2019/08/dayton-campbell-1.jpg'),(8711,3461,'wpmf_size','150192'),(8712,3461,'wpmf_filetype','jpg'),(8713,3461,'wpmf_order','0'),(8714,3461,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1075;s:6:\"height\";i:647;s:4:\"file\";s:29:\"2019/08/dayton-campbell-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"dayton-campbell-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:29:\"dayton-campbell-1-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"dayton-campbell-1-768x462.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"dayton-campbell-1-1024x616.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:616;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"dayton-campbell-1-1060x647.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:647;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:{}}}'),(8715,3462,'_wp_attached_file','2019/08/cemeteries-buzz-27.jpg'),(8716,3462,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:30:\"2019/08/cemeteries-buzz-27.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"cemeteries-buzz-27-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:\"cemeteries-buzz-27-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:30:\"cemeteries-buzz-27-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"cemeteries-buzz-27-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"cemeteries-buzz-27-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(8718,3371,'_thumbnail_id','3461'),(8719,3371,'xyz_smap','1'),(8721,3464,'_wp_attached_file','2019/08/cemeteries-buzz-28.jpg'),(8722,3464,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"2019/08/cemeteries-buzz-28.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"cemeteries-buzz-28-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:\"cemeteries-buzz-28-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:30:\"cemeteries-buzz-28-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:31:\"cemeteries-buzz-28-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"cemeteries-buzz-28-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8724,500,'_thumbnail_id','3458'),(8734,3321,'_thumbnail_id','3355'),(8735,3470,'_wp_attached_file','2019/08/Montague-2.jpg'),(8736,3470,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1587;s:6:\"height\";i:885;s:4:\"file\";s:22:\"2019/08/Montague-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Montague-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:22:\"Montague-2-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Montague-2-768x428.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Montague-2-1024x571.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Montague-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8741,3321,'xyz_smap','1'),(8754,3479,'_wp_attached_file','2019/08/alicia-burke-pulse-buzz-2.jpg'),(8755,3479,'wpmf_size','634940'),(8756,3479,'wpmf_filetype','jpg'),(8757,3479,'wpmf_order','0'),(8758,3479,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:984;s:4:\"file\";s:37:\"2019/08/alicia-burke-pulse-buzz-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"alicia-burke-pulse-buzz-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:37:\"alicia-burke-pulse-buzz-2-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"alicia-burke-pulse-buzz-2-768x504.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"alicia-burke-pulse-buzz-2-1024x672.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"alicia-burke-pulse-buzz-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8761,3482,'_wp_attached_file','2019/08/scientists-buzz-demo.jpg'),(8762,3482,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1001;s:4:\"file\";s:32:\"2019/08/scientists-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"scientists-buzz-demo-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:\"scientists-buzz-demo-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:32:\"scientists-buzz-demo-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"scientists-buzz-demo-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"scientists-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8763,3483,'_wp_attached_file','2019/08/coding-closeup-buzz-demo.jpg'),(8764,3483,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2019/08/coding-closeup-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"coding-closeup-buzz-demo-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:\"coding-closeup-buzz-demo-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:36:\"coding-closeup-buzz-demo-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:37:\"coding-closeup-buzz-demo-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"coding-closeup-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8765,3485,'_wp_attached_file','2019/08/metal-sparks-buzz-demo.jpg'),(8766,3485,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:797;s:6:\"height\";i:900;s:4:\"file\";s:34:\"2019/08/metal-sparks-buzz-demo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"metal-sparks-buzz-demo-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:\"metal-sparks-buzz-demo-266x300.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"metal-sparks-buzz-demo-768x867.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:867;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"metal-sparks-buzz-demo-797x655.jpg\";s:5:\"width\";i:797;s:6:\"height\";i:655;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:{}}}'),(8777,3491,'_wp_attached_file','2019/08/Tainos-steps.jpg'),(8778,3491,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:24:\"2019/08/Tainos-steps.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Tainos-steps-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:\"Tainos-steps-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:24:\"Tainos-steps-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:{}}}'),(8790,3501,'_edit_lock','1565754972:4'),(8791,3502,'_edit_lock','1565744522:4'),(8792,3503,'_wp_attached_file','2019/08/Jeremy-Meeks-and-Chloe-Green.jpg'),(8793,3503,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:40:\"2019/08/Jeremy-Meeks-and-Chloe-Green.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Jeremy-Meeks-and-Chloe-Green-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:\"Jeremy-Meeks-and-Chloe-Green-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Jeremy-Meeks-and-Chloe-Green-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"Avalon.red\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:302:\"173310, Chloe Green and Jeremy Meeks seen in Paris on the first day of Haute Couture Spring Summer 2018 shows at Paris Fashion Week. Paris, France - Monday January 22, 2018.  Photograph: © Palace Lee, PacificCoastNews. Los Angeles Office (PCN): +1 310.822.0419 UK Office (Avalon): +44 (0) 20 7421 6000\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:32:\"Avalon.red. All rights reserved.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:123:\"Chloe Green and Jeremy Meeks seen in Paris on the first day of Haute Couture Spring Summer 2018 shows at Paris Fashion Week\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:28:{i:0;s:5:\"Tired\";i:1;s:12:\"All in black\";i:2;s:11:\"Gold chains\";i:3;s:20:\"Gold bejewelled coat\";i:4;s:9:\"Fur lined\";i:5;s:8:\"Fur neck\";i:6;s:9:\"Fur cuffs\";i:7;s:8:\"No socks\";i:8;s:13:\"Slip on shoes\";i:9;s:8:\"Sockless\";i:10;s:10:\"22.01.2018\";i:11;s:4:\"LTK1\";i:12;s:6:\"310567\";i:13;s:12:\"B5794_310567\";i:14;s:5:\"B5794\";i:15;s:23:\"173310PCN_GreenMeeks003\";i:16;s:17:\"B5794_310567_0016\";i:17;s:13:\"RDP1_20180123\";i:18;s:3:\"pap\";i:19;s:9:\"paparazzi\";i:20;s:9:\"paparazzo\";i:21;s:8:\"sighting\";i:22;s:9:\"celebrity\";i:23;s:13:\"out and about\";i:24;s:4:\"seen\";i:25;s:15:\"out &amp; about\";i:26;s:6:\"candid\";i:27;s:28:\"173310PCNG_B5794_310567_0016\";}}}'),(8795,700,'_oembed_54ba8e4d2fa35b5327c97e53b3838329','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/Bz6LAOxIGdm/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/Bz6LAOxIGdm/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/Bz6LAOxIGdm/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">man neva born ina luxury, a just hard work &amp; father god.??</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/leonbailey_9/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Leon Bailey ⚽️✞</a> (@leonbailey_9) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-14T19:29:27+00:00\">Jul 14, 2019 at 12:29pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(8796,700,'_oembed_time_54ba8e4d2fa35b5327c97e53b3838329','1565887599'),(8798,3502,'_edit_last','4'),(8799,3502,'sponsored_url',''),(8801,1035,'_thumbnail_id','1040'),(8815,3502,'_thumbnail_id','3503'),(8816,3502,'xyz_smap','1'),(8818,3510,'_wp_attached_file','2019/08/peter-phillips-nomination-day2019-buzz-demo.jpg'),(8819,3510,'wpmf_size','97391'),(8820,3510,'wpmf_filetype','jpg'),(8821,3510,'wpmf_order','0'),(8822,3510,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:55:\"2019/08/peter-phillips-nomination-day2019-buzz-demo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"peter-phillips-nomination-day2019-buzz-demo-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:55:\"peter-phillips-nomination-day2019-buzz-demo-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:55:\"peter-phillips-nomination-day2019-buzz-demo-768x512.jpg\";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:26:\"Ramone \"Arrdüblü\" Wynter\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:7:\"© 2019\";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:{}}}'),(8823,3512,'_wp_attached_file','2019/07/KIA-Sportage.jpg'),(8824,3512,'wpmf_size','1016341'),(8825,3512,'wpmf_filetype','jpg'),(8826,3512,'wpmf_order','0'),(8827,3512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5143;s:6:\"height\";i:3429;s:4:\"file\";s:24:\"2019/07/KIA-Sportage.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"KIA-Sportage-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:\"KIA-Sportage-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:24:\"KIA-Sportage-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:25:\"KIA-Sportage-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"KIA-Sportage-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563793948\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"23\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8833,3515,'_wp_attached_file','2019/08/lisa-hanna-peter-phillips-buzz-demo.jpg'),(8834,3515,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:47:\"2019/08/lisa-hanna-peter-phillips-buzz-demo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"lisa-hanna-peter-phillips-buzz-demo-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:\"lisa-hanna-peter-phillips-buzz-demo-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:47:\"lisa-hanna-peter-phillips-buzz-demo-768x512.jpg\";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:{}}}'),(8837,3501,'_thumbnail_id','3515'),(8838,3501,'_edit_last','4'),(8839,3501,'xyz_smap','1'),(8841,3501,'sponsored_url',''),(8842,3518,'_wp_attached_file','2019/08/Erna-Brodber.jpg'),(8843,3518,'wpmf_size','556266'),(8844,3518,'wpmf_filetype','jpg'),(8845,3518,'wpmf_order','0'),(8846,3518,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1799;s:6:\"height\";i:1200;s:4:\"file\";s:24:\"2019/08/Erna-Brodber.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Erna-Brodber-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:\"Erna-Brodber-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:24:\"Erna-Brodber-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:25:\"Erna-Brodber-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Erna-Brodber-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565695448\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8847,3519,'_wp_attached_file','2019/08/Erna-Brodber-1.jpg'),(8848,3519,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1799;s:6:\"height\";i:1200;s:4:\"file\";s:26:\"2019/08/Erna-Brodber-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Erna-Brodber-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:26:\"Erna-Brodber-1-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:26:\"Erna-Brodber-1-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:27:\"Erna-Brodber-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Erna-Brodber-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565695448\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8854,3522,'_wp_attached_file','2019/08/woodside-winner.jpg'),(8855,3522,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1077;s:6:\"height\";i:606;s:4:\"file\";s:27:\"2019/08/woodside-winner.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"woodside-winner-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:\"woodside-winner-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:27:\"woodside-winner-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:28:\"woodside-winner-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"woodside-winner-1060x606.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:606;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G920P\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565696798\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:18:\"0.0068493150684932\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8856,3524,'_wp_attached_file','2019/08/klao.jpg'),(8857,3524,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2069;s:6:\"height\";i:1380;s:4:\"file\";s:16:\"2019/08/klao.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"klao-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:\"klao-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:16:\"klao-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:17:\"klao-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"klao-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565694605\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8858,3526,'_edit_lock','1565797184:4'),(8859,3526,'_edit_last','4'),(8860,3526,'sponsored_url',''),(8862,3526,'xyz_smap','1'),(8865,3384,'xyz_smap','1'),(8882,3535,'_edit_lock','1567456396:1'),(8883,3536,'_edit_lock','1565883404:16'),(8884,3536,'_edit_last','16'),(8885,3538,'_wp_attached_file','2019/08/amazing-august-ramble-002.jpg'),(8886,3538,'wpmf_size','341352'),(8887,3538,'wpmf_filetype','jpg'),(8888,3538,'wpmf_order','0'),(8889,3538,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:500;s:4:\"file\";s:37:\"2019/08/amazing-august-ramble-002.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"amazing-august-ramble-002-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:\"amazing-august-ramble-002-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;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:{}}}'),(8890,3535,'_thumbnail_id','4286'),(8891,3535,'_edit_last','1'),(8892,3535,'offer_expiration','2019-08-31'),(8893,3535,'offer_fullprice','-'),(8894,3535,'offer_discount','30'),(8895,3535,'offer_price','0'),(8896,3535,'offer_description','Bashco has a sale up to 30% off select items. '),(8897,3535,'offer_code','BUZZBASHCO'),(8898,3535,'offer_shortcode','[totalpoll id=\"3536\"]'),(8899,3535,'offer_company','BASHCO'),(8900,3535,'offer_companyurl','https://bashcotradingcol.gdclicks.com/'),(8901,3535,'post_gallery_id','a:1:{i:0;s:4:\"3538\";}'),(8911,3540,'_edit_lock','1565832455:14'),(8912,3541,'_wp_attached_file','2019/08/HarmonyOS-Launch.jpg'),(8913,3541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:808;s:6:\"height\";i:538;s:4:\"file\";s:28:\"2019/08/HarmonyOS-Launch.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"HarmonyOS-Launch-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:\"HarmonyOS-Launch-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:28:\"HarmonyOS-Launch-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;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:{}}}'),(8914,3543,'_wp_attached_file','2019/08/Harmony-OS.jpg'),(8915,3543,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:810;s:6:\"height\";i:298;s:4:\"file\";s:22:\"2019/08/Harmony-OS.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Harmony-OS-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:\"Harmony-OS-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Harmony-OS-768x283.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:283;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:{}}}'),(8918,3545,'_wp_attached_file','2019/08/Richard-Yu-Huawei.jpg'),(8919,3545,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:808;s:6:\"height\";i:455;s:4:\"file\";s:29:\"2019/08/Richard-Yu-Huawei.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Richard-Yu-Huawei-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:\"Richard-Yu-Huawei-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:29:\"Richard-Yu-Huawei-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:{}}}'),(8920,3540,'_edit_last','14'),(8921,3540,'sponsored_url',''),(8924,3548,'_wp_attached_file','2019/08/Huawei-1280.jpg'),(8925,3548,'wpmf_size','101897'),(8926,3548,'wpmf_filetype','jpg'),(8927,3548,'wpmf_order','0'),(8928,3548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:23:\"2019/08/Huawei-1280.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Huawei-1280-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:\"Huawei-1280-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:23:\"Huawei-1280-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:24:\"Huawei-1280-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Huawei-1280-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:7:\"REUTERS\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:165:\"A Huawei company logo is seen at the Shenzhen International Airport in Shenzhen in Shenzhen, Guangdong province, China June 17, 2019. REUTERS/Aly Song - RC1BCA194B00\";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:91:\"A Huawei company logo is seen at the Shenzhen International Airport in Shenzhen in Shenzhen\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8930,3540,'_thumbnail_id','3548'),(8931,3540,'xyz_smap','1'),(8945,3558,'_wp_attached_file','2019/08/power-series.jpg'),(8946,3558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1299;s:6:\"height\";i:929;s:4:\"file\";s:24:\"2019/08/power-series.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"power-series-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:\"power-series-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"power-series-768x549.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"power-series-1024x732.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:732;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"power-series-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8949,3559,'_wp_attached_file','2019/08/power-series-1.jpg'),(8950,3559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1299;s:6:\"height\";i:929;s:4:\"file\";s:26:\"2019/08/power-series-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"power-series-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:26:\"power-series-1-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"power-series-1-768x549.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"power-series-1-1024x732.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:732;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"power-series-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(8951,3560,'_edit_lock','1566056475:11'),(8956,3562,'_wp_attached_file','2019/08/Lloyd-and-Dujae-Beckford.jpg'),(8957,3562,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:36:\"2019/08/Lloyd-and-Dujae-Beckford.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Lloyd-and-Dujae-Beckford-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:\"Lloyd-and-Dujae-Beckford-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:36:\"Lloyd-and-Dujae-Beckford-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:37:\"Lloyd-and-Dujae-Beckford-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Lloyd-and-Dujae-Beckford-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564280910\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8958,3563,'_wp_attached_file','2019/08/Dujae-crafting-sandals.jpg'),(8959,3563,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:34:\"2019/08/Dujae-crafting-sandals.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Dujae-crafting-sandals-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:\"Dujae-crafting-sandals-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:34:\"Dujae-crafting-sandals-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:35:\"Dujae-crafting-sandals-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Dujae-crafting-sandals-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564275059\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8960,3564,'_wp_attached_file','2019/08/Variety-of-hand-crafted-male-slippers-with-exceptional-finish.jpg'),(8961,3564,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5706;s:6:\"height\";i:3804;s:4:\"file\";s:73:\"2019/08/Variety-of-hand-crafted-male-slippers-with-exceptional-finish.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:73:\"Variety-of-hand-crafted-male-slippers-with-exceptional-finish-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:73:\"Variety-of-hand-crafted-male-slippers-with-exceptional-finish-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:73:\"Variety-of-hand-crafted-male-slippers-with-exceptional-finish-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:74:\"Variety-of-hand-crafted-male-slippers-with-exceptional-finish-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:74:\"Variety-of-hand-crafted-male-slippers-with-exceptional-finish-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564278932\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8962,3565,'_wp_attached_file','2019/08/Hand-crafted-brown-male-slippers-BUZZ.jpg'),(8963,3565,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4930;s:6:\"height\";i:3582;s:4:\"file\";s:49:\"2019/08/Hand-crafted-brown-male-slippers-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Hand-crafted-brown-male-slippers-BUZZ-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:\"Hand-crafted-brown-male-slippers-BUZZ-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Hand-crafted-brown-male-slippers-BUZZ-768x558.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:558;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Hand-crafted-brown-male-slippers-BUZZ-1024x744.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:744;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"Hand-crafted-brown-male-slippers-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564279556\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8970,3567,'_wp_attached_file','2019/08/Black-and-white-male-sandals-BUZZ.jpg'),(8971,3567,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:45:\"2019/08/Black-and-white-male-sandals-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Black-and-white-male-sandals-BUZZ-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:45:\"Black-and-white-male-sandals-BUZZ-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:45:\"Black-and-white-male-sandals-BUZZ-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:46:\"Black-and-white-male-sandals-BUZZ-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Black-and-white-male-sandals-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564280231\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8972,3569,'_wp_attached_file','2019/08/Intricate-Design-Beevas-BUZZ.jpg'),(8973,3569,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:40:\"2019/08/Intricate-Design-Beevas-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Intricate-Design-Beevas-BUZZ-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:\"Intricate-Design-Beevas-BUZZ-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:40:\"Intricate-Design-Beevas-BUZZ-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:41:\"Intricate-Design-Beevas-BUZZ-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Intricate-Design-Beevas-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564281053\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:4:\"6400\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8978,3572,'_wp_attached_file','2019/08/Cut-outs-ready-for-next-pairs-of-Beevas-sandals-BUZZ.jpg'),(8979,3572,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5785;s:6:\"height\";i:3857;s:4:\"file\";s:64:\"2019/08/Cut-outs-ready-for-next-pairs-of-Beevas-sandals-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"Cut-outs-ready-for-next-pairs-of-Beevas-sandals-BUZZ-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:64:\"Cut-outs-ready-for-next-pairs-of-Beevas-sandals-BUZZ-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:64:\"Cut-outs-ready-for-next-pairs-of-Beevas-sandals-BUZZ-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:65:\"Cut-outs-ready-for-next-pairs-of-Beevas-sandals-BUZZ-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:65:\"Cut-outs-ready-for-next-pairs-of-Beevas-sandals-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"13\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564275001\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8980,3573,'_wp_attached_file','2019/08/Exceptional-handcrafted-branding.jpg'),(8981,3573,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:44:\"2019/08/Exceptional-handcrafted-branding.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Exceptional-handcrafted-branding-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:\"Exceptional-handcrafted-branding-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:44:\"Exceptional-handcrafted-branding-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:45:\"Exceptional-handcrafted-branding-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Exceptional-handcrafted-branding-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"13\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564275037\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8984,3574,'_wp_attached_file','2019/08/Quality-leather-products.jpg'),(8985,3574,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:36:\"2019/08/Quality-leather-products.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Quality-leather-products-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:\"Quality-leather-products-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:36:\"Quality-leather-products-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:37:\"Quality-leather-products-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Quality-leather-products-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564278722\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8986,3575,'_wp_attached_file','2019/08/Blue-and-whit-Claw-male-slippers.jpg'),(8987,3575,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5704;s:6:\"height\";i:3803;s:4:\"file\";s:44:\"2019/08/Blue-and-whit-Claw-male-slippers.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Blue-and-whit-Claw-male-slippers-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:\"Blue-and-whit-Claw-male-slippers-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:44:\"Blue-and-whit-Claw-male-slippers-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:45:\"Blue-and-whit-Claw-male-slippers-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Blue-and-whit-Claw-male-slippers-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564279266\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8988,3576,'_wp_attached_file','2019/08/Claw-Male-Slippers-White-and-Blue.jpg'),(8989,3576,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:45:\"2019/08/Claw-Male-Slippers-White-and-Blue.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Claw-Male-Slippers-White-and-Blue-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:45:\"Claw-Male-Slippers-White-and-Blue-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:45:\"Claw-Male-Slippers-White-and-Blue-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:46:\"Claw-Male-Slippers-White-and-Blue-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Claw-Male-Slippers-White-and-Blue-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564278753\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8990,3577,'_wp_attached_file','2019/08/Portrait-yellow-and-white-male-slippers.jpg'),(8991,3577,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4000;s:6:\"height\";i:6000;s:4:\"file\";s:51:\"2019/08/Portrait-yellow-and-white-male-slippers.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Portrait-yellow-and-white-male-slippers-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:\"Portrait-yellow-and-white-male-slippers-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"Portrait-yellow-and-white-male-slippers-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"Portrait-yellow-and-white-male-slippers-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"Portrait-yellow-and-white-male-slippers-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564279320\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8994,3560,'_oembed_3130a7d8b35b04ba59e49e6b7546b4f6','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BaP52LYB5XU/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BaP52LYB5XU/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BaP52LYB5XU/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">&#34;Steppin Style&#34;</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/beevas_footwear/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Beeva&#39;s Footwear</a> (@beevas_footwear) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2017-10-15T00:26:34+00:00\">Oct 14, 2017 at 5:26pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(8995,3560,'_oembed_time_3130a7d8b35b04ba59e49e6b7546b4f6','1565832013'),(8996,3578,'_wp_attached_file','2019/08/Blue-and-whit-Claw-male-slippers-1.jpg'),(8997,3578,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5704;s:6:\"height\";i:3803;s:4:\"file\";s:46:\"2019/08/Blue-and-whit-Claw-male-slippers-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Blue-and-whit-Claw-male-slippers-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:46:\"Blue-and-whit-Claw-male-slippers-1-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:46:\"Blue-and-whit-Claw-male-slippers-1-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:47:\"Blue-and-whit-Claw-male-slippers-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Blue-and-whit-Claw-male-slippers-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564279266\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8998,3579,'_wp_attached_file','2019/08/Yellow-and-white-male-slippers.jpg'),(8999,3579,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5500;s:6:\"height\";i:3667;s:4:\"file\";s:42:\"2019/08/Yellow-and-white-male-slippers.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Yellow-and-white-male-slippers-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:42:\"Yellow-and-white-male-slippers-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:42:\"Yellow-and-white-male-slippers-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:43:\"Yellow-and-white-male-slippers-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Yellow-and-white-male-slippers-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564279303\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9000,3580,'_wp_attached_file','2019/08/Black-male-slippers.jpg'),(9001,3580,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:31:\"2019/08/Black-male-slippers.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Black-male-slippers-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:\"Black-male-slippers-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:31:\"Black-male-slippers-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:32:\"Black-male-slippers-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Black-male-slippers-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564279002\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9002,3581,'_wp_attached_file','2019/08/Black-and-white-male-sandals-BUZZ-1.jpg'),(9003,3581,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:47:\"2019/08/Black-and-white-male-sandals-BUZZ-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Black-and-white-male-sandals-BUZZ-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:47:\"Black-and-white-male-sandals-BUZZ-1-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:47:\"Black-and-white-male-sandals-BUZZ-1-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:48:\"Black-and-white-male-sandals-BUZZ-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"Black-and-white-male-sandals-BUZZ-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564280231\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9007,3560,'_thumbnail_id','3565'),(9008,3560,'_edit_last','11'),(9009,3560,'xyz_smap','1'),(9011,3560,'sponsored_url',''),(9012,3584,'_wp_attached_file','2019/08/river-n-picnic-1.jpg'),(9013,3584,'wpmf_size','128534'),(9014,3584,'wpmf_filetype','jpg'),(9015,3584,'wpmf_order','0'),(9016,3584,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:697;s:6:\"height\";i:960;s:4:\"file\";s:28:\"2019/08/river-n-picnic-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"river-n-picnic-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:28:\"river-n-picnic-1-218x300.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"river-n-picnic-1-697x655.jpg\";s:5:\"width\";i:697;s:6:\"height\";i:655;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:{}}}'),(9017,3588,'_wp_attached_file','2019/08/Montego-Bay-SIGN-new.jpg'),(9018,3588,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:900;s:4:\"file\";s:32:\"2019/08/Montego-Bay-SIGN-new.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Montego-Bay-SIGN-new-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:\"Montego-Bay-SIGN-new-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:32:\"Montego-Bay-SIGN-new-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Montego-Bay-SIGN-new-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Montego-Bay-SIGN-new-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"18\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1497590692\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"46\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9019,3589,'_wp_attached_file','2019/08/Montego-Bay-Sam-SHARPE-SQUARE-new.jpg'),(9020,3589,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:900;s:4:\"file\";s:45:\"2019/08/Montego-Bay-Sam-SHARPE-SQUARE-new.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Montego-Bay-Sam-SHARPE-SQUARE-new-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:45:\"Montego-Bay-Sam-SHARPE-SQUARE-new-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:45:\"Montego-Bay-Sam-SHARPE-SQUARE-new-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Montego-Bay-Sam-SHARPE-SQUARE-new-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Montego-Bay-Sam-SHARPE-SQUARE-new-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D3300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1497597047\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"140\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9021,3590,'_wp_attached_file','2019/08/Montego-Bay-Dump-up-beach-new.jpg'),(9022,3590,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:900;s:4:\"file\";s:41:\"2019/08/Montego-Bay-Dump-up-beach-new.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Montego-Bay-Dump-up-beach-new-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:\"Montego-Bay-Dump-up-beach-new-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:41:\"Montego-Bay-Dump-up-beach-new-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Montego-Bay-Dump-up-beach-new-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Montego-Bay-Dump-up-beach-new-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D3300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1497594535\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"34\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9039,3596,'_wp_attached_file','2019/08/raheem-sterling-1.jpg'),(9040,3596,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1008;s:6:\"height\";i:861;s:4:\"file\";s:29:\"2019/08/raheem-sterling-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"raheem-sterling-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:29:\"raheem-sterling-1-300x256.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"raheem-sterling-1-768x656.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"raheem-sterling-1-1008x655.jpg\";s:5:\"width\";i:1008;s:6:\"height\";i:655;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:{}}}'),(9047,3598,'_wp_attached_file','2019/08/lifeyard-buzz-15.jpg'),(9048,3598,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:28:\"2019/08/lifeyard-buzz-15.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"lifeyard-buzz-15-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:\"lifeyard-buzz-15-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:28:\"lifeyard-buzz-15-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:29:\"lifeyard-buzz-15-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"lifeyard-buzz-15-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563967038\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9049,3599,'_wp_attached_file','2019/08/lifeyard-buzz-12.jpg'),(9050,3599,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:28:\"2019/08/lifeyard-buzz-12.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"lifeyard-buzz-12-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:\"lifeyard-buzz-12-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:28:\"lifeyard-buzz-12-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:29:\"lifeyard-buzz-12-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"lifeyard-buzz-12-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563966137\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9051,3600,'_wp_attached_file','2019/08/lifeyard-buzz-8.jpg'),(9052,3600,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:27:\"2019/08/lifeyard-buzz-8.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"lifeyard-buzz-8-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:\"lifeyard-buzz-8-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:27:\"lifeyard-buzz-8-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:28:\"lifeyard-buzz-8-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"lifeyard-buzz-8-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563967254\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"36\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9053,3601,'_wp_attached_file','2019/08/lifeyard-buzz-11.jpg'),(9054,3601,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:28:\"2019/08/lifeyard-buzz-11.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"lifeyard-buzz-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:28:\"lifeyard-buzz-11-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:28:\"lifeyard-buzz-11-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:29:\"lifeyard-buzz-11-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"lifeyard-buzz-11-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563967588\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"46\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9055,3602,'_wp_attached_file','2019/08/lifeyard-buzz-14.jpg'),(9056,3602,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:28:\"2019/08/lifeyard-buzz-14.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"lifeyard-buzz-14-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:\"lifeyard-buzz-14-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:28:\"lifeyard-buzz-14-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:29:\"lifeyard-buzz-14-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"lifeyard-buzz-14-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563967625\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9057,3603,'_wp_attached_file','2019/08/lifeyard-buzz-7.jpg'),(9058,3603,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:27:\"2019/08/lifeyard-buzz-7.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"lifeyard-buzz-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:27:\"lifeyard-buzz-7-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:27:\"lifeyard-buzz-7-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:28:\"lifeyard-buzz-7-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"lifeyard-buzz-7-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563967225\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9059,3604,'_wp_attached_file','2019/08/lifeyard-buzz-9.jpg'),(9060,3604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:27:\"2019/08/lifeyard-buzz-9.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"lifeyard-buzz-9-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:\"lifeyard-buzz-9-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:27:\"lifeyard-buzz-9-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:28:\"lifeyard-buzz-9-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"lifeyard-buzz-9-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563967411\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9061,3605,'_wp_attached_file','2019/08/lifeyard-buzz-6.jpg'),(9062,3605,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:27:\"2019/08/lifeyard-buzz-6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"lifeyard-buzz-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:27:\"lifeyard-buzz-6-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:27:\"lifeyard-buzz-6-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:28:\"lifeyard-buzz-6-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"lifeyard-buzz-6-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563967193\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"34\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9063,3606,'_wp_attached_file','2019/08/lifeyard-buzz-4.jpg'),(9064,3606,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:27:\"2019/08/lifeyard-buzz-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"lifeyard-buzz-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:27:\"lifeyard-buzz-4-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:27:\"lifeyard-buzz-4-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:28:\"lifeyard-buzz-4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"lifeyard-buzz-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563966769\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"140\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9065,3607,'_wp_attached_file','2019/08/lifeyard-buzz-10.jpg'),(9066,3607,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:28:\"2019/08/lifeyard-buzz-10.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"lifeyard-buzz-10-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:\"lifeyard-buzz-10-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:28:\"lifeyard-buzz-10-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:29:\"lifeyard-buzz-10-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"lifeyard-buzz-10-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563967491\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9067,3608,'_wp_attached_file','2019/08/lifeyard-buzz-2.jpg'),(9068,3608,'wpmf_size','173543'),(9069,3608,'wpmf_filetype','jpg'),(9070,3608,'wpmf_order','0'),(9071,3608,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:27:\"2019/08/lifeyard-buzz-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"lifeyard-buzz-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:27:\"lifeyard-buzz-2-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:27:\"lifeyard-buzz-2-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:28:\"lifeyard-buzz-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"lifeyard-buzz-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563965940\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"150\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9072,3609,'_wp_attached_file','2019/08/lifeyard-buzz-12-1.jpg');
INSERT INTO `wp_postmeta` VALUES (9073,3609,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:30:\"2019/08/lifeyard-buzz-12-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"lifeyard-buzz-12-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:\"lifeyard-buzz-12-1-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:30:\"lifeyard-buzz-12-1-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:31:\"lifeyard-buzz-12-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"lifeyard-buzz-12-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563966137\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9074,16,'_edit_lock','1567174393:12'),(9075,3610,'_wp_attached_file','2019/07/Leon_Bailey_Featured-Image.jpg'),(9076,3610,'wpmf_size','87051'),(9077,3610,'wpmf_filetype','jpg'),(9078,3610,'wpmf_order','0'),(9079,3610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:492;s:6:\"height\";i:369;s:4:\"file\";s:38:\"2019/07/Leon_Bailey_Featured-Image.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Leon_Bailey_Featured-Image-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:\"Leon_Bailey_Featured-Image-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\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565784271\";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:{}}}'),(9081,53,'xyz_smap','1'),(9083,3612,'_wp_attached_file','2019/08/black-couple.jpg'),(9084,3612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1191;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2019/08/black-couple.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"black-couple-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:\"black-couple-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"black-couple-768x580.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"black-couple-1024x774.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:774;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"black-couple-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9085,3613,'_wp_attached_file','2019/08/phone-search.jpg'),(9086,3613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:864;s:4:\"file\";s:24:\"2019/08/phone-search.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"phone-search-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:\"phone-search-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"phone-search-768x442.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:442;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"phone-search-1024x590.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:590;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"phone-search-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9090,386,'_thumbnail_id','3722'),(9094,3616,'_wp_attached_file','2019/08/unity-in-th-city-1.jpg'),(9095,3616,'wpmf_size','76360'),(9096,3616,'wpmf_filetype','jpg'),(9097,3616,'wpmf_order','0'),(9098,3616,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:389;s:4:\"file\";s:30:\"2019/08/unity-in-th-city-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"unity-in-th-city-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:\"unity-in-th-city-1-300x122.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"unity-in-th-city-1-768x311.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:311;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:{}}}'),(9102,2223,'_thumbnail_id','3598'),(9110,3624,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-24.jpg'),(9111,3624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:39:\"2019/08/trench-town-ceramic-buzz-24.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-24-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:\"trench-town-ceramic-buzz-24-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:39:\"trench-town-ceramic-buzz-24-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:40:\"trench-town-ceramic-buzz-24-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"trench-town-ceramic-buzz-24-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563889544\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9112,3625,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-20.jpg'),(9113,3625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:39:\"2019/08/trench-town-ceramic-buzz-20.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-20-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:\"trench-town-ceramic-buzz-20-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:39:\"trench-town-ceramic-buzz-20-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:40:\"trench-town-ceramic-buzz-20-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"trench-town-ceramic-buzz-20-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563888864\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"27\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9114,3626,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-13.jpg'),(9115,3626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:39:\"2019/08/trench-town-ceramic-buzz-13.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-13-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:\"trench-town-ceramic-buzz-13-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:39:\"trench-town-ceramic-buzz-13-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:40:\"trench-town-ceramic-buzz-13-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"trench-town-ceramic-buzz-13-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563886973\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9116,3627,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-27.jpg'),(9117,3627,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:39:\"2019/08/trench-town-ceramic-buzz-27.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-27-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:\"trench-town-ceramic-buzz-27-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:39:\"trench-town-ceramic-buzz-27-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:40:\"trench-town-ceramic-buzz-27-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"trench-town-ceramic-buzz-27-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563889776\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9118,3628,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-10.jpg'),(9119,3628,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:39:\"2019/08/trench-town-ceramic-buzz-10.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-10-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:\"trench-town-ceramic-buzz-10-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:39:\"trench-town-ceramic-buzz-10-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:40:\"trench-town-ceramic-buzz-10-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"trench-town-ceramic-buzz-10-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563886756\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9120,3629,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-13-1.jpg'),(9121,3629,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:41:\"2019/08/trench-town-ceramic-buzz-13-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"trench-town-ceramic-buzz-13-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:41:\"trench-town-ceramic-buzz-13-1-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:41:\"trench-town-ceramic-buzz-13-1-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:42:\"trench-town-ceramic-buzz-13-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"trench-town-ceramic-buzz-13-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563886973\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9122,3630,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-4.jpg'),(9123,3630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:38:\"2019/08/trench-town-ceramic-buzz-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"trench-town-ceramic-buzz-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:38:\"trench-town-ceramic-buzz-4-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:38:\"trench-town-ceramic-buzz-4-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:39:\"trench-town-ceramic-buzz-4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563886433\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"47\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9124,3632,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-28.jpg'),(9125,3632,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:39:\"2019/08/trench-town-ceramic-buzz-28.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-28-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:\"trench-town-ceramic-buzz-28-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:39:\"trench-town-ceramic-buzz-28-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:40:\"trench-town-ceramic-buzz-28-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"trench-town-ceramic-buzz-28-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563889821\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9126,3633,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-21.jpg'),(9127,3633,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:39:\"2019/08/trench-town-ceramic-buzz-21.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-21-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:\"trench-town-ceramic-buzz-21-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:39:\"trench-town-ceramic-buzz-21-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:40:\"trench-town-ceramic-buzz-21-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"trench-town-ceramic-buzz-21-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563889216\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9128,3634,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-30.jpg'),(9129,3634,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:39:\"2019/08/trench-town-ceramic-buzz-30.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-30-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:\"trench-town-ceramic-buzz-30-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:39:\"trench-town-ceramic-buzz-30-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:40:\"trench-town-ceramic-buzz-30-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"trench-town-ceramic-buzz-30-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563888445\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"42\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9130,3635,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-19.jpg'),(9131,3635,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:39:\"2019/08/trench-town-ceramic-buzz-19.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-19-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:\"trench-town-ceramic-buzz-19-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:39:\"trench-town-ceramic-buzz-19-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:40:\"trench-town-ceramic-buzz-19-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"trench-town-ceramic-buzz-19-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563887597\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"39\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9132,3636,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-18.jpg'),(9133,3636,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:39:\"2019/08/trench-town-ceramic-buzz-18.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-18-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:\"trench-town-ceramic-buzz-18-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:39:\"trench-town-ceramic-buzz-18-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:40:\"trench-town-ceramic-buzz-18-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"trench-town-ceramic-buzz-18-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563887234\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"37\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9134,3637,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-9.jpg'),(9135,3637,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:38:\"2019/08/trench-town-ceramic-buzz-9.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"trench-town-ceramic-buzz-9-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:\"trench-town-ceramic-buzz-9-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:38:\"trench-town-ceramic-buzz-9-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:39:\"trench-town-ceramic-buzz-9-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-9-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563886679\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9136,3638,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-3.jpg'),(9137,3638,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:38:\"2019/08/trench-town-ceramic-buzz-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"trench-town-ceramic-buzz-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:38:\"trench-town-ceramic-buzz-3-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:38:\"trench-town-ceramic-buzz-3-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:39:\"trench-town-ceramic-buzz-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563886421\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"49\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9138,3639,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-2.jpg'),(9139,3639,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:38:\"2019/08/trench-town-ceramic-buzz-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"trench-town-ceramic-buzz-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:38:\"trench-town-ceramic-buzz-2-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:38:\"trench-town-ceramic-buzz-2-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:39:\"trench-town-ceramic-buzz-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563886412\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"49\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9140,3640,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-1.jpg'),(9141,3641,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-17.jpg'),(9142,3640,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:38:\"2019/08/trench-town-ceramic-buzz-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"trench-town-ceramic-buzz-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:38:\"trench-town-ceramic-buzz-1-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:38:\"trench-town-ceramic-buzz-1-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:39:\"trench-town-ceramic-buzz-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563886398\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"49\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9143,3641,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:39:\"2019/08/trench-town-ceramic-buzz-17.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-17-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:\"trench-town-ceramic-buzz-17-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:39:\"trench-town-ceramic-buzz-17-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:40:\"trench-town-ceramic-buzz-17-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"trench-town-ceramic-buzz-17-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563887175\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"27\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9144,3642,'_wp_attached_file','2019/08/unity-in-the-city-edit-2.jpg'),(9145,3642,'wpmf_size','93889'),(9146,3642,'wpmf_filetype','jpg'),(9147,3642,'wpmf_order','0'),(9148,3642,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:500;s:4:\"file\";s:36:\"2019/08/unity-in-the-city-edit-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"unity-in-the-city-edit-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:36:\"unity-in-the-city-edit-2-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;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:{}}}'),(9149,3643,'_edit_lock','1566399144:14'),(9150,3643,'_oembed_42940fad3717befbfd59c001c2ad5694','{{unknown}}'),(9151,3644,'_wp_attached_file','2019/08/ResizeArtboard-10Katie-Prics.jpg'),(9152,3644,'wpmf_size','715074'),(9153,3644,'wpmf_filetype','jpg'),(9154,3644,'wpmf_order','0'),(9155,3644,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:40:\"2019/08/ResizeArtboard-10Katie-Prics.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"ResizeArtboard-10Katie-Prics-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:\"ResizeArtboard-10Katie-Prics-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"ResizeArtboard-10Katie-Prics-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"ResizeArtboard-10Katie-Prics-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"ResizeArtboard-10Katie-Prics-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9156,3645,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-16.jpg'),(9157,3645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3456;s:6:\"height\";i:5184;s:4:\"file\";s:39:\"2019/08/trench-town-ceramic-buzz-16.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-16-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:\"trench-town-ceramic-buzz-16-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"trench-town-ceramic-buzz-16-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"trench-town-ceramic-buzz-16-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"trench-town-ceramic-buzz-16-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563887101\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9158,3646,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-15.jpg'),(9159,3646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3456;s:6:\"height\";i:5184;s:4:\"file\";s:39:\"2019/08/trench-town-ceramic-buzz-15.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-15-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:\"trench-town-ceramic-buzz-15-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"trench-town-ceramic-buzz-15-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"trench-town-ceramic-buzz-15-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"trench-town-ceramic-buzz-15-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563887048\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9160,3647,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-6.jpg'),(9161,3647,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3456;s:6:\"height\";i:5184;s:4:\"file\";s:38:\"2019/08/trench-town-ceramic-buzz-6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"trench-town-ceramic-buzz-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:38:\"trench-town-ceramic-buzz-6-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-6-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-6-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-6-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563886515\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9162,3648,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-5.jpg'),(9163,3648,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3456;s:6:\"height\";i:5184;s:4:\"file\";s:38:\"2019/08/trench-town-ceramic-buzz-5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"trench-town-ceramic-buzz-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:38:\"trench-town-ceramic-buzz-5-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-5-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-5-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-5-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563886509\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"47\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9164,3649,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-17-1.jpg'),(9165,3649,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:41:\"2019/08/trench-town-ceramic-buzz-17-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"trench-town-ceramic-buzz-17-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:41:\"trench-town-ceramic-buzz-17-1-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:41:\"trench-town-ceramic-buzz-17-1-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:42:\"trench-town-ceramic-buzz-17-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"trench-town-ceramic-buzz-17-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563887175\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"27\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9166,3643,'_oembed_7a99431b049b266d2f3a254ff12d9328','{{unknown}}'),(9167,3643,'_oembed_7919af699aaee8b0dd2949be88d37c76','<iframe title=\"UK 60 Katie Price\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/VKIBS5Shibg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(9168,3643,'_oembed_time_7919af699aaee8b0dd2949be88d37c76','1565804855'),(9169,3643,'_thumbnail_id','3644'),(9170,3643,'_edit_last','14'),(9171,3643,'video_parent_post_id',''),(9172,3650,'_wp_attached_file','2019/08/back-to-school-fair-ramble-1.jpg'),(9173,3650,'wpmf_size','398170'),(9174,3650,'wpmf_filetype','jpg'),(9175,3650,'wpmf_order','0'),(9176,3650,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:500;s:4:\"file\";s:40:\"2019/08/back-to-school-fair-ramble-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"back-to-school-fair-ramble-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:40:\"back-to-school-fair-ramble-1-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;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:{}}}'),(9177,3651,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-31.jpg'),(9178,3651,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3456;s:6:\"height\";i:5184;s:4:\"file\";s:39:\"2019/08/trench-town-ceramic-buzz-31.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-31-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:\"trench-town-ceramic-buzz-31-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"trench-town-ceramic-buzz-31-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"trench-town-ceramic-buzz-31-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"trench-town-ceramic-buzz-31-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563888468\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"42\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9179,3652,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-33.jpg'),(9180,3652,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3456;s:6:\"height\";i:5184;s:4:\"file\";s:39:\"2019/08/trench-town-ceramic-buzz-33.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-33-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:\"trench-town-ceramic-buzz-33-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"trench-town-ceramic-buzz-33-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"trench-town-ceramic-buzz-33-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"trench-town-ceramic-buzz-33-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563887623\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9181,3653,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-32.jpg'),(9182,3653,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:39:\"2019/08/trench-town-ceramic-buzz-32.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-32-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:\"trench-town-ceramic-buzz-32-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:39:\"trench-town-ceramic-buzz-32-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:40:\"trench-town-ceramic-buzz-32-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"trench-town-ceramic-buzz-32-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563886567\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9183,3654,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-29.jpg'),(9184,3654,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:39:\"2019/08/trench-town-ceramic-buzz-29.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-29-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:\"trench-town-ceramic-buzz-29-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:39:\"trench-town-ceramic-buzz-29-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:40:\"trench-town-ceramic-buzz-29-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"trench-town-ceramic-buzz-29-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563887374\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9185,3655,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-12.jpg'),(9186,3655,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:39:\"2019/08/trench-town-ceramic-buzz-12.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-12-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:\"trench-town-ceramic-buzz-12-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:39:\"trench-town-ceramic-buzz-12-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:40:\"trench-town-ceramic-buzz-12-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"trench-town-ceramic-buzz-12-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563886955\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9187,3656,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-11.jpg'),(9188,3656,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:39:\"2019/08/trench-town-ceramic-buzz-11.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-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:39:\"trench-town-ceramic-buzz-11-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:39:\"trench-town-ceramic-buzz-11-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:40:\"trench-town-ceramic-buzz-11-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"trench-town-ceramic-buzz-11-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563886864\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9189,3657,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-10-1.jpg'),(9190,3657,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:41:\"2019/08/trench-town-ceramic-buzz-10-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"trench-town-ceramic-buzz-10-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:41:\"trench-town-ceramic-buzz-10-1-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:41:\"trench-town-ceramic-buzz-10-1-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:42:\"trench-town-ceramic-buzz-10-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"trench-town-ceramic-buzz-10-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563886756\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9191,3658,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-8.jpg'),(9192,3658,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:38:\"2019/08/trench-town-ceramic-buzz-8.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"trench-town-ceramic-buzz-8-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:\"trench-town-ceramic-buzz-8-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:38:\"trench-town-ceramic-buzz-8-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:39:\"trench-town-ceramic-buzz-8-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-8-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563886745\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9193,3659,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-26.jpg'),(9194,3659,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:2916;s:4:\"file\";s:39:\"2019/08/trench-town-ceramic-buzz-26.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-26-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:\"trench-town-ceramic-buzz-26-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:\"trench-town-ceramic-buzz-26-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:\"trench-town-ceramic-buzz-26-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"trench-town-ceramic-buzz-26-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563889736\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9195,3660,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-25.jpg'),(9196,3660,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:39:\"2019/08/trench-town-ceramic-buzz-25.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-25-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:\"trench-town-ceramic-buzz-25-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:39:\"trench-town-ceramic-buzz-25-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:40:\"trench-town-ceramic-buzz-25-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"trench-town-ceramic-buzz-25-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563889650\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9197,3661,'_wp_attached_file','2019/08/trench-town-ceramic-buzz-23.jpg'),(9198,3661,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:2916;s:4:\"file\";s:39:\"2019/08/trench-town-ceramic-buzz-23.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"trench-town-ceramic-buzz-23-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:\"trench-town-ceramic-buzz-23-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:\"trench-town-ceramic-buzz-23-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:\"trench-town-ceramic-buzz-23-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"trench-town-ceramic-buzz-23-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563889388\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9199,3662,'_edit_lock','1566399137:14'),(9201,2367,'_thumbnail_id','3181'),(9203,3662,'_oembed_92131f71637709c91e8d9f29be9855f0','<iframe title=\"UK 100 Millie Eternals\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/5HhrlTY8sm0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(9204,3662,'_oembed_time_92131f71637709c91e8d9f29be9855f0','1565805817'),(9205,3664,'_wp_attached_file','2019/08/ResizeArtboard-10Millie-Brown.jpg'),(9206,3664,'wpmf_size','338149'),(9207,3664,'wpmf_filetype','jpg'),(9208,3664,'wpmf_order','0'),(9209,3664,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:41:\"2019/08/ResizeArtboard-10Millie-Brown.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"ResizeArtboard-10Millie-Brown-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:\"ResizeArtboard-10Millie-Brown-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"ResizeArtboard-10Millie-Brown-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"ResizeArtboard-10Millie-Brown-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"ResizeArtboard-10Millie-Brown-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9210,3665,'_wp_attached_file','2019/08/ResizeArtboard-10Leo-Margot.jpg'),(9211,3665,'wpmf_size','433484'),(9212,3665,'wpmf_filetype','jpg'),(9213,3665,'wpmf_order','0'),(9214,3665,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:39:\"2019/08/ResizeArtboard-10Leo-Margot.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"ResizeArtboard-10Leo-Margot-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:\"ResizeArtboard-10Leo-Margot-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"ResizeArtboard-10Leo-Margot-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"ResizeArtboard-10Leo-Margot-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"ResizeArtboard-10Leo-Margot-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9215,3666,'_wp_attached_file','2019/08/ResizeArtboard-10Puff-and-Paint.jpg'),(9216,3666,'wpmf_size','308085'),(9217,3666,'wpmf_filetype','jpg'),(9218,3666,'wpmf_order','0'),(9219,3666,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:43:\"2019/08/ResizeArtboard-10Puff-and-Paint.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"ResizeArtboard-10Puff-and-Paint-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:\"ResizeArtboard-10Puff-and-Paint-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"ResizeArtboard-10Puff-and-Paint-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"ResizeArtboard-10Puff-and-Paint-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"ResizeArtboard-10Puff-and-Paint-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9220,3667,'_wp_attached_file','2019/08/ResizeArtboard-10Katy-Perry-VMA.jpg'),(9221,3667,'wpmf_size','705736'),(9222,3667,'wpmf_filetype','jpg'),(9223,3667,'wpmf_order','0'),(9224,3667,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:43:\"2019/08/ResizeArtboard-10Katy-Perry-VMA.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"ResizeArtboard-10Katy-Perry-VMA-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:\"ResizeArtboard-10Katy-Perry-VMA-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"ResizeArtboard-10Katy-Perry-VMA-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"ResizeArtboard-10Katy-Perry-VMA-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"ResizeArtboard-10Katy-Perry-VMA-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9225,3668,'_wp_attached_file','2019/08/ResizeArtboard-10Kim-Tristan.jpg'),(9226,3668,'wpmf_size','625641'),(9227,3668,'wpmf_filetype','jpg'),(9228,3668,'wpmf_order','0'),(9229,3668,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:40:\"2019/08/ResizeArtboard-10Kim-Tristan.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"ResizeArtboard-10Kim-Tristan-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:\"ResizeArtboard-10Kim-Tristan-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"ResizeArtboard-10Kim-Tristan-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"ResizeArtboard-10Kim-Tristan-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"ResizeArtboard-10Kim-Tristan-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9230,3670,'_wp_attached_file','2019/08/ResizeArtboard-10Epican-1.jpg'),(9231,3670,'wpmf_size','312285'),(9232,3670,'wpmf_filetype','jpg'),(9233,3670,'wpmf_order','0'),(9234,3670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2019/08/ResizeArtboard-10Epican-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"ResizeArtboard-10Epican-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:\"ResizeArtboard-10Epican-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"ResizeArtboard-10Epican-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"ResizeArtboard-10Epican-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"ResizeArtboard-10Epican-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9235,3671,'_wp_attached_file','2019/08/ResizeArtboard-10Epican-2.jpg'),(9236,3671,'wpmf_size','356350'),(9237,3671,'wpmf_filetype','jpg'),(9238,3671,'wpmf_order','0'),(9239,3671,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2019/08/ResizeArtboard-10Epican-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"ResizeArtboard-10Epican-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:37:\"ResizeArtboard-10Epican-2-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"ResizeArtboard-10Epican-2-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"ResizeArtboard-10Epican-2-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"ResizeArtboard-10Epican-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9240,3672,'_wp_attached_file','2019/08/ResizeArtboard-10Fully-Loaded.jpg'),(9241,3672,'wpmf_size','1653605'),(9242,3672,'wpmf_filetype','jpg'),(9243,3672,'wpmf_order','0'),(9244,3672,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:41:\"2019/08/ResizeArtboard-10Fully-Loaded.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"ResizeArtboard-10Fully-Loaded-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:\"ResizeArtboard-10Fully-Loaded-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"ResizeArtboard-10Fully-Loaded-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"ResizeArtboard-10Fully-Loaded-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"ResizeArtboard-10Fully-Loaded-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9245,3673,'_wp_attached_file','2019/08/ResizeArtboard-10Gospel.jpg'),(9246,3673,'wpmf_size','490337'),(9247,3673,'wpmf_filetype','jpg'),(9248,3673,'wpmf_order','0'),(9249,3673,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:35:\"2019/08/ResizeArtboard-10Gospel.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"ResizeArtboard-10Gospel-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:\"ResizeArtboard-10Gospel-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"ResizeArtboard-10Gospel-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"ResizeArtboard-10Gospel-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"ResizeArtboard-10Gospel-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9250,3674,'_wp_attached_file','2019/08/ResizeArtboard-10Gweneth.jpg'),(9251,3674,'wpmf_size','421314'),(9252,3674,'wpmf_filetype','jpg'),(9253,3674,'wpmf_order','0'),(9254,3674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:36:\"2019/08/ResizeArtboard-10Gweneth.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"ResizeArtboard-10Gweneth-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:\"ResizeArtboard-10Gweneth-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"ResizeArtboard-10Gweneth-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"ResizeArtboard-10Gweneth-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"ResizeArtboard-10Gweneth-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9255,3675,'_wp_attached_file','2019/08/ResizeArtboard-10Heidi-Klum.jpg'),(9256,3675,'wpmf_size','379400'),(9257,3675,'wpmf_filetype','jpg'),(9258,3675,'wpmf_order','0'),(9259,3675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:39:\"2019/08/ResizeArtboard-10Heidi-Klum.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"ResizeArtboard-10Heidi-Klum-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:\"ResizeArtboard-10Heidi-Klum-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"ResizeArtboard-10Heidi-Klum-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"ResizeArtboard-10Heidi-Klum-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"ResizeArtboard-10Heidi-Klum-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9260,3676,'_wp_attached_file','2019/08/ResizeArtboard-10Anne-Hateway.jpg'),(9261,3676,'wpmf_size','451834'),(9262,3676,'wpmf_filetype','jpg'),(9263,3676,'wpmf_order','0'),(9264,3676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:41:\"2019/08/ResizeArtboard-10Anne-Hateway.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"ResizeArtboard-10Anne-Hateway-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:\"ResizeArtboard-10Anne-Hateway-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"ResizeArtboard-10Anne-Hateway-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"ResizeArtboard-10Anne-Hateway-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"ResizeArtboard-10Anne-Hateway-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9265,3677,'_wp_attached_file','2019/08/ResizeArtboard-10Beiber.jpg'),(9266,3677,'wpmf_size','439431'),(9267,3677,'wpmf_filetype','jpg'),(9268,3677,'wpmf_order','0'),(9269,3677,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:35:\"2019/08/ResizeArtboard-10Beiber.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"ResizeArtboard-10Beiber-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:\"ResizeArtboard-10Beiber-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"ResizeArtboard-10Beiber-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"ResizeArtboard-10Beiber-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"ResizeArtboard-10Beiber-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9270,3662,'_thumbnail_id','3664'),(9271,3662,'_edit_last','14'),(9272,3662,'video_parent_post_id',''),(9273,3678,'_edit_lock','1566399131:14'),(9274,3679,'_wp_attached_file','2019/08/lng-frst-andrew-holness-buzz-4.jpg'),(9275,3679,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:42:\"2019/08/lng-frst-andrew-holness-buzz-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"lng-frst-andrew-holness-buzz-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:42:\"lng-frst-andrew-holness-buzz-4-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:42:\"lng-frst-andrew-holness-buzz-4-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:43:\"lng-frst-andrew-holness-buzz-4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"lng-frst-andrew-holness-buzz-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563526082\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9276,3680,'_wp_attached_file','2019/08/lng-frst-andrew-holness-buzz-5.jpg'),(9277,3680,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:42:\"2019/08/lng-frst-andrew-holness-buzz-5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"lng-frst-andrew-holness-buzz-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:42:\"lng-frst-andrew-holness-buzz-5-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:42:\"lng-frst-andrew-holness-buzz-5-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:43:\"lng-frst-andrew-holness-buzz-5-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"lng-frst-andrew-holness-buzz-5-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563526070\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9278,3681,'_wp_attached_file','2019/08/lng-frst-andrew-holness-buzz-3.jpg'),(9279,3681,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3456;s:6:\"height\";i:5184;s:4:\"file\";s:42:\"2019/08/lng-frst-andrew-holness-buzz-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"lng-frst-andrew-holness-buzz-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:42:\"lng-frst-andrew-holness-buzz-3-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"lng-frst-andrew-holness-buzz-3-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"lng-frst-andrew-holness-buzz-3-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"lng-frst-andrew-holness-buzz-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563526807\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9280,3682,'_wp_attached_file','2019/08/lng-frst-andrew-holness-buzz-2.jpg'),(9281,3682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:42:\"2019/08/lng-frst-andrew-holness-buzz-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"lng-frst-andrew-holness-buzz-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:42:\"lng-frst-andrew-holness-buzz-2-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:42:\"lng-frst-andrew-holness-buzz-2-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:43:\"lng-frst-andrew-holness-buzz-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"lng-frst-andrew-holness-buzz-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563538825\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9282,3683,'_wp_attached_file','2019/08/lng-frst-andrew-holness-buzz-1.jpg'),(9283,3683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:42:\"2019/08/lng-frst-andrew-holness-buzz-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"lng-frst-andrew-holness-buzz-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:42:\"lng-frst-andrew-holness-buzz-1-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:42:\"lng-frst-andrew-holness-buzz-1-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:43:\"lng-frst-andrew-holness-buzz-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"lng-frst-andrew-holness-buzz-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563538809\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9284,3685,'_wp_attached_file','2019/08/lng-frst-andrew-holness-buzz-6.jpg'),(9285,3685,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:42:\"2019/08/lng-frst-andrew-holness-buzz-6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"lng-frst-andrew-holness-buzz-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:42:\"lng-frst-andrew-holness-buzz-6-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:42:\"lng-frst-andrew-holness-buzz-6-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:43:\"lng-frst-andrew-holness-buzz-6-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"lng-frst-andrew-holness-buzz-6-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563537724\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9286,3686,'_wp_attached_file','2019/08/lng-frst-andrew-holness-buzz-6-1.jpg'),(9287,3678,'_thumbnail_id','3668'),(9288,3678,'_oembed_c44379945535ecc6471ac0f189d43fd7','<iframe title=\"Kim Kardashian unhappy with Tristan&#039;s birthday party behaviour\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/alTWFyvjmVw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(9289,3678,'_oembed_time_c44379945535ecc6471ac0f189d43fd7','1565806737'),(9290,3686,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:44:\"2019/08/lng-frst-andrew-holness-buzz-6-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"lng-frst-andrew-holness-buzz-6-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:44:\"lng-frst-andrew-holness-buzz-6-1-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:44:\"lng-frst-andrew-holness-buzz-6-1-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:45:\"lng-frst-andrew-holness-buzz-6-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"lng-frst-andrew-holness-buzz-6-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563537284\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"170\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9291,3678,'_edit_last','14'),(9292,3678,'video_parent_post_id',''),(9293,3687,'_edit_lock','1566399126:14'),(9294,3687,'_oembed_304e5edd9520bcefad18b03a233a33e5','<iframe title=\"UK 46 Hugh Jackman\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/3wifXEpjOuY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(9295,3687,'_oembed_time_304e5edd9520bcefad18b03a233a33e5','1565807138'),(9296,3688,'_wp_attached_file','2019/08/ResizeArtboard-10HughJackman.jpg'),(9297,3688,'wpmf_size','383407'),(9298,3688,'wpmf_filetype','jpg'),(9299,3688,'wpmf_order','0'),(9300,3688,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:40:\"2019/08/ResizeArtboard-10HughJackman.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"ResizeArtboard-10HughJackman-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:\"ResizeArtboard-10HughJackman-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"ResizeArtboard-10HughJackman-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"ResizeArtboard-10HughJackman-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"ResizeArtboard-10HughJackman-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9302,2143,'_thumbnail_id','3686'),(9304,3687,'_thumbnail_id','3688'),(9305,3687,'_edit_last','14'),(9306,3687,'video_parent_post_id',''),(9307,3690,'_edit_lock','1566399118:14'),(9308,3690,'_oembed_aae80eb329d156d6051ce35f50e29c05','<iframe title=\"UK 46 Gwyneth Paltrow Dakota\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/b_bRPH5Oseg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(9309,3690,'_oembed_time_aae80eb329d156d6051ce35f50e29c05','1565807824'),(9310,3690,'_edit_last','14'),(9311,3690,'video_parent_post_id',''),(9312,3691,'_edit_lock','1566399111:14'),(9313,3691,'_oembed_76f9637236cebeb8a20729ce8278e625','<iframe title=\"UK 45 Leo Margot Success\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/CTLMO7Yi0SE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(9314,3691,'_oembed_time_76f9637236cebeb8a20729ce8278e625','1565808165'),(9315,3693,'_wp_attached_file','2019/08/buzz-memories-2.jpg'),(9316,3693,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1637;s:6:\"height\";i:1290;s:4:\"file\";s:27:\"2019/08/buzz-memories-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"buzz-memories-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:27:\"buzz-memories-2-300x236.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"buzz-memories-2-768x605.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:605;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"buzz-memories-2-1024x807.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:807;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"buzz-memories-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9317,3694,'_wp_attached_file','2019/07/buzz-memories-4.jpg'),(9318,3694,'wpmf_size','382302'),(9319,3694,'wpmf_filetype','jpg'),(9320,3694,'wpmf_order','0'),(9321,3694,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1995;s:6:\"height\";i:1662;s:4:\"file\";s:27:\"2019/07/buzz-memories-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"buzz-memories-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:27:\"buzz-memories-4-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"buzz-memories-4-768x640.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"buzz-memories-4-1024x853.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"buzz-memories-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9322,3691,'_thumbnail_id','3665'),(9323,3691,'_edit_last','14'),(9324,3691,'video_parent_post_id',''),(9325,3695,'_wp_attached_file','2019/08/buzz-memories-1.jpg'),(9326,3695,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1854;s:6:\"height\";i:1501;s:4:\"file\";s:27:\"2019/08/buzz-memories-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"buzz-memories-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:27:\"buzz-memories-1-300x243.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"buzz-memories-1-768x622.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:622;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"buzz-memories-1-1024x829.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:829;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"buzz-memories-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9327,3696,'_wp_attached_file','2019/08/buzz-memories-3.jpg'),(9328,3696,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2049;s:6:\"height\";i:1525;s:4:\"file\";s:27:\"2019/08/buzz-memories-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"buzz-memories-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:27:\"buzz-memories-3-300x223.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"buzz-memories-3-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"buzz-memories-3-1024x762.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:762;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"buzz-memories-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9329,3697,'_wp_attached_file','2019/08/buzz-memories-4.jpg'),(9330,3697,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1995;s:6:\"height\";i:1662;s:4:\"file\";s:27:\"2019/08/buzz-memories-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"buzz-memories-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:27:\"buzz-memories-4-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"buzz-memories-4-768x640.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"buzz-memories-4-1024x853.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"buzz-memories-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9339,511,'_thumbnail_id','3694'),(9342,203,'xyz_smap','1'),(9348,3706,'_edit_lock','1567456382:1'),(9351,3709,'_wp_attached_file','2019/08/atl-190814-DAB-PURE-PRESSURE-_BUZZ_620x500.jpg'),(9352,3709,'wpmf_size','290793'),(9353,3709,'wpmf_filetype','jpg'),(9354,3709,'wpmf_order','0'),(9355,3709,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:500;s:4:\"file\";s:54:\"2019/08/atl-190814-DAB-PURE-PRESSURE-_BUZZ_620x500.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"atl-190814-DAB-PURE-PRESSURE-_BUZZ_620x500-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:54:\"atl-190814-DAB-PURE-PRESSURE-_BUZZ_620x500-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;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:{}}}'),(9356,3710,'_wp_attached_file','2019/07/Estelita-Quintero_Instagram.jpg'),(9357,3710,'wpmf_size','517489'),(9358,3710,'wpmf_filetype','jpg'),(9359,3710,'wpmf_order','0'),(9360,3710,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1241;s:6:\"height\";i:1226;s:4:\"file\";s:39:\"2019/07/Estelita-Quintero_Instagram.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Estelita-Quintero_Instagram-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:\"Estelita-Quintero_Instagram-300x296.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Estelita-Quintero_Instagram-768x759.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Estelita-Quintero_Instagram-1024x1012.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1012;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Estelita-Quintero_Instagram-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9363,3690,'_thumbnail_id','3674'),(9364,3713,'_edit_lock','1566399104:14'),(9365,3714,'_edit_lock','1565883444:16'),(9369,124,'_oembed_4247ced3f07720bc0ce30c24ef68eaa5','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BzMTJt2F2Rw/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BzMTJt2F2Rw/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BzMTJt2F2Rw/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Coming soon. My interview with @PopcaanMusic #wicked #FirmandStrong</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/andrewholnessjm/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Hon. Andrew Holness</a> (@andrewholnessjm) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-06-26T23:56:05+00:00\">Jun 26, 2019 at 4:56pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(9370,124,'_oembed_time_4247ced3f07720bc0ce30c24ef68eaa5','1565821275'),(9380,3713,'_oembed_d4f0671135005df04b436f29c6d1abce','<iframe title=\"Heidi Klum faces fine over honeymoon dip\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/GfdJmysMFMw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(9381,3713,'_oembed_time_d4f0671135005df04b436f29c6d1abce','1565810126'),(9385,3713,'_edit_last','14'),(9386,3713,'video_parent_post_id',''),(9387,3719,'_wp_attached_file','2019/08/alicia-burke-pulse-buzz-2-1.jpg'),(9388,3719,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:984;s:4:\"file\";s:39:\"2019/08/alicia-burke-pulse-buzz-2-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"alicia-burke-pulse-buzz-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:39:\"alicia-burke-pulse-buzz-2-1-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"alicia-burke-pulse-buzz-2-1-768x504.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"alicia-burke-pulse-buzz-2-1-1024x672.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"alicia-burke-pulse-buzz-2-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9389,3713,'_thumbnail_id','3675'),(9390,3721,'_wp_attached_file','2019/07/On-The-Hunt.jpg'),(9391,3721,'wpmf_size','648614'),(9392,3721,'wpmf_filetype','jpg'),(9393,3721,'wpmf_order','0'),(9394,3721,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2304;s:6:\"height\";i:1536;s:4:\"file\";s:23:\"2019/07/On-The-Hunt.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"On-The-Hunt-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:\"On-The-Hunt-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:23:\"On-The-Hunt-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:24:\"On-The-Hunt-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"On-The-Hunt-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9395,3722,'_wp_attached_file','2019/07/Right-Way-Verses-the-Wrong-Way.jpg'),(9396,3722,'wpmf_size','89750'),(9397,3722,'wpmf_filetype','jpg'),(9398,3722,'wpmf_order','0'),(9399,3722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:893;s:4:\"file\";s:42:\"2019/07/Right-Way-Verses-the-Wrong-Way.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Right-Way-Verses-the-Wrong-Way-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:42:\"Right-Way-Verses-the-Wrong-Way-300x262.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Right-Way-Verses-the-Wrong-Way-768x670.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Right-Way-Verses-the-Wrong-Way-1024x893.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:893;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Right-Way-Verses-the-Wrong-Way-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(9400,3723,'_edit_lock','1565893236:1'),(9401,3724,'_wp_attached_file','2019/08/alicia-burke-pulse-buzz-3.jpg'),(9402,3724,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:37:\"2019/08/alicia-burke-pulse-buzz-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"alicia-burke-pulse-buzz-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:37:\"alicia-burke-pulse-buzz-3-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:37:\"alicia-burke-pulse-buzz-3-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:38:\"alicia-burke-pulse-buzz-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"alicia-burke-pulse-buzz-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9405,3723,'_thumbnail_id','3676'),(9406,3723,'_oembed_e49579602ab22c72c8eb8dc54b01e855','<iframe title=\"UK 40 Anne Hathaway memory\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/AhBvC4re-mo?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(9407,3723,'_oembed_time_e49579602ab22c72c8eb8dc54b01e855','1565810970'),(9408,3723,'_edit_last','1'),(9409,3723,'video_parent_post_id',''),(9412,3727,'_edit_lock','1566399098:14'),(9415,3729,'_wp_attached_file','2019/07/onlinedating.jpg'),(9416,3729,'wpmf_size','430175'),(9417,3729,'wpmf_filetype','jpg'),(9418,3729,'wpmf_order','0'),(9419,3729,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1356;s:6:\"height\";i:668;s:4:\"file\";s:24:\"2019/07/onlinedating.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"onlinedating-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:\"onlinedating-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"onlinedating-768x378.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"onlinedating-1024x504.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"onlinedating-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9420,3730,'_wp_attached_file','2019/08/Online-Dating-BUZZ.jpg'),(9421,3730,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1500;s:4:\"file\";s:30:\"2019/08/Online-Dating-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Online-Dating-BUZZ-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:\"Online-Dating-BUZZ-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:30:\"Online-Dating-BUZZ-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Online-Dating-BUZZ-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Online-Dating-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9426,3732,'_wp_attached_file','2019/08/Andrew-Holness-Official.jpg'),(9427,3732,'wpmf_size','176682'),(9428,3732,'wpmf_filetype','jpg'),(9429,3732,'wpmf_order','0'),(9430,3732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:475;s:4:\"file\";s:35:\"2019/08/Andrew-Holness-Official.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Andrew-Holness-Official-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:\"Andrew-Holness-Official-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;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:{}}}'),(9431,3733,'_wp_attached_file','2019/08/ResizeArtboard-10UK-Kim-Kanye.jpg'),(9432,3733,'wpmf_size','624319'),(9433,3733,'wpmf_filetype','jpg'),(9434,3733,'wpmf_order','0'),(9435,3733,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:41:\"2019/08/ResizeArtboard-10UK-Kim-Kanye.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"ResizeArtboard-10UK-Kim-Kanye-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:\"ResizeArtboard-10UK-Kim-Kanye-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"ResizeArtboard-10UK-Kim-Kanye-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"ResizeArtboard-10UK-Kim-Kanye-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"ResizeArtboard-10UK-Kim-Kanye-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9436,3727,'_oembed_d5fe23a861d5f881e4e2408097aac1f0','<iframe title=\"UK 38 Kanye West Kim\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/pVQTRCR5HIE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(9437,3727,'_oembed_time_d5fe23a861d5f881e4e2408097aac1f0','1565811486'),(9442,3727,'_thumbnail_id','3733'),(9443,3727,'_edit_last','14'),(9444,3727,'video_parent_post_id',''),(9448,3714,'_edit_last','16'),(9453,3741,'_edit_lock','1566399093:14'),(9456,3706,'_thumbnail_id','4291'),(9457,3706,'_edit_last','1'),(9458,3706,'offer_expiration','2019-08-31'),(9459,3706,'offer_fullprice',''),(9460,3706,'offer_discount','10'),(9461,3706,'offer_price','0'),(9462,3706,'offer_description','Get up to 10 percent off dab pumps when you shop water solutions systems.'),(9463,3706,'offer_code','BUZZH20 '),(9464,3706,'offer_shortcode','[totalpoll id=\"3714\"]'),(9465,3706,'offer_company','Appliances Traders Limited'),(9466,3706,'offer_companyurl','http://www.atljamaica.com/'),(9467,3706,'post_gallery_id','a:1:{i:0;s:4:\"3709\";}'),(9470,3741,'_oembed_64967578fbf47619391761fa6f669d56','<iframe title=\"Fullyloaded 2019\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/dWD9qMmjRxg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(9471,3741,'_oembed_time_64967578fbf47619391761fa6f669d56','1565812105'),(9478,3750,'_edit_lock','1567456341:1'),(9481,3741,'_thumbnail_id','3672'),(9482,3741,'_edit_last','14'),(9483,3741,'video_parent_post_id',''),(9490,3750,'_edit_last','1'),(9491,3750,'offer_expiration','2019-08-31'),(9492,3750,'offer_fullprice','100-200.00'),(9493,3750,'offer_discount','5'),(9494,3750,'offer_price','95'),(9495,3750,'offer_description','Get 5% off Kitchen Aid Products '),(9496,3750,'offer_code','BUZZKITCHEN'),(9497,3750,'offer_shortcode','[totalpoll id=\"3714\"]'),(9498,3750,'offer_company','Appliance Traders Limited'),(9499,3750,'offer_companyurl','www.atljamaica.com '),(9507,3761,'_wp_attached_file','2019/08/atl-190814-KITCHENAID-_BUZZ_620x500.jpg'),(9508,3761,'wpmf_size','213601'),(9509,3761,'wpmf_filetype','jpg'),(9510,3761,'wpmf_order','0'),(9511,3761,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:500;s:4:\"file\";s:47:\"2019/08/atl-190814-KITCHENAID-_BUZZ_620x500.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"atl-190814-KITCHENAID-_BUZZ_620x500-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:\"atl-190814-KITCHENAID-_BUZZ_620x500-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;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:{}}}'),(9513,3763,'_edit_lock','1565814100:13'),(9516,3765,'_wp_attached_file','2019/08/tasha-cobbs-leonard-buzz-demo-1.jpg'),(9517,3765,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:43:\"2019/08/tasha-cobbs-leonard-buzz-demo-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"tasha-cobbs-leonard-buzz-demo-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:\"tasha-cobbs-leonard-buzz-demo-1-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:43:\"tasha-cobbs-leonard-buzz-demo-1-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:44:\"tasha-cobbs-leonard-buzz-demo-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"tasha-cobbs-leonard-buzz-demo-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9522,3769,'_edit_lock','1565837119:4'),(9525,3772,'_wp_attached_file','2019/07/Kingston-Creatives-Feature-Image.jpg'),(9526,3772,'wpmf_size','2015213'),(9527,3772,'wpmf_filetype','jpg'),(9528,3772,'wpmf_order','0'),(9529,3772,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2967;s:6:\"height\";i:1984;s:4:\"file\";s:44:\"2019/07/Kingston-Creatives-Feature-Image.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Kingston-Creatives-Feature-Image-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:\"Kingston-Creatives-Feature-Image-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:44:\"Kingston-Creatives-Feature-Image-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Kingston-Creatives-Feature-Image-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Kingston-Creatives-Feature-Image-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561897223\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9530,3773,'_edit_lock','1566399084:14'),(9545,3773,'_oembed_9c1e57657e960c424d323e317711337a','<iframe title=\"JCDC Gospel Sogns Competition 2019\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/4rdMsx0-Jr4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(9546,3773,'_oembed_time_9c1e57657e960c424d323e317711337a','1565813829'),(9548,3769,'_edit_last','4'),(9549,3769,'xyz_smap','1'),(9551,3769,'sponsored_url',''),(9554,3784,'_wp_attached_file','2019/07/LEBRON-crying.jpg'),(9555,3784,'wpmf_size','415078'),(9556,3784,'wpmf_filetype','jpg'),(9557,3784,'wpmf_order','0'),(9558,3784,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:25:\"2019/07/LEBRON-crying.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"LEBRON-crying-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:\"LEBRON-crying-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:25:\"LEBRON-crying-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:26:\"LEBRON-crying-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"LEBRON-crying-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9563,3763,'_edit_last','13'),(9567,3750,'post_gallery_id','a:1:{i:0;s:4:\"3761\";}'),(9582,3796,'_wp_attached_file','2019/08/A-Night-Of-Comedy-edit.jpg'),(9583,3796,'wpmf_size','135779'),(9584,3796,'wpmf_filetype','jpg'),(9585,3796,'wpmf_order','0'),(9586,3796,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:500;s:4:\"file\";s:34:\"2019/08/A-Night-Of-Comedy-edit.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"A-Night-Of-Comedy-edit-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:\"A-Night-Of-Comedy-edit-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;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:{}}}'),(9589,3798,'_wp_attached_file','2019/08/men-cheating.jpg'),(9590,3798,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1281;s:6:\"height\";i:719;s:4:\"file\";s:24:\"2019/08/men-cheating.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"men-cheating-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:\"men-cheating-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"men-cheating-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"men-cheating-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"men-cheating-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9591,3799,'_wp_attached_file','2019/08/colour-me-charity-run-edit.jpg'),(9592,3799,'wpmf_size','131214'),(9593,3799,'wpmf_filetype','jpg'),(9594,3799,'wpmf_order','0'),(9595,3799,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:500;s:4:\"file\";s:38:\"2019/08/colour-me-charity-run-edit.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"colour-me-charity-run-edit-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:\"colour-me-charity-run-edit-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;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:{}}}'),(9603,3804,'_wp_attached_file','2019/08/ResizeArtboard-10Gospel-1.jpg'),(9604,3804,'wpmf_size','490337'),(9605,3804,'wpmf_filetype','jpg'),(9606,3804,'wpmf_order','0'),(9607,3804,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2019/08/ResizeArtboard-10Gospel-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"ResizeArtboard-10Gospel-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:\"ResizeArtboard-10Gospel-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"ResizeArtboard-10Gospel-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"ResizeArtboard-10Gospel-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"ResizeArtboard-10Gospel-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9608,3805,'_wp_attached_file','2019/08/Employee-Engagement-Conference-edit.jpg'),(9609,3805,'wpmf_size','109431'),(9610,3805,'wpmf_filetype','jpg'),(9611,3805,'wpmf_order','0'),(9612,3805,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:500;s:4:\"file\";s:47:\"2019/08/Employee-Engagement-Conference-edit.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Employee-Engagement-Conference-edit-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:\"Employee-Engagement-Conference-edit-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;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:{}}}'),(9613,3806,'_wp_attached_file','2019/08/Crying.jpeg'),(9614,3806,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2625;s:6:\"height\";i:1752;s:4:\"file\";s:19:\"2019/08/Crying.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Crying-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:\"Crying-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:19:\"Crying-768x513.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Crying-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Crying-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9615,3773,'_thumbnail_id','3804'),(9616,3773,'_edit_last','14'),(9617,3773,'video_parent_post_id',''),(9620,3808,'_wp_attached_file','2019/08/frenchmen-weekend-edit.jpg'),(9621,3808,'wpmf_size','116854'),(9622,3808,'wpmf_filetype','jpg'),(9623,3808,'wpmf_order','0'),(9624,3808,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:500;s:4:\"file\";s:34:\"2019/08/frenchmen-weekend-edit.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"frenchmen-weekend-edit-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:\"frenchmen-weekend-edit-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;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:{}}}'),(9625,3809,'_edit_lock','1566399078:14'),(9627,909,'_thumbnail_id','946'),(9629,3810,'_wp_attached_file','2019/08/International-food-safety-edit.jpg'),(9630,3810,'wpmf_size','146167'),(9631,3810,'wpmf_filetype','jpg'),(9632,3810,'wpmf_order','0'),(9633,3810,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:500;s:4:\"file\";s:42:\"2019/08/International-food-safety-edit.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"International-food-safety-edit-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:42:\"International-food-safety-edit-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;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:{}}}'),(9634,3809,'_oembed_3fa1f55a9c1aa06c2a506f6964f2e371','<iframe title=\"Tessellated to release EP soon, speaks about his work with Apple\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/EYLcdnDFOao?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(9635,3809,'_oembed_time_3fa1f55a9c1aa06c2a506f6964f2e371','1565815560'),(9642,3813,'_wp_attached_file','2019/07/Cry-Together.jpg'),(9643,3813,'wpmf_size','139630'),(9644,3813,'wpmf_filetype','jpg'),(9645,3813,'wpmf_order','0'),(9646,3813,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1600;s:4:\"file\";s:24:\"2019/07/Cry-Together.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Cry-Together-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:\"Cry-Together-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:24:\"Cry-Together-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:25:\"Cry-Together-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Cry-Together-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Jacob Wackerhausen\";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:{}}}'),(9649,3815,'_wp_attached_file','2019/08/Jamaica-Family-Fun-Fest-edit.jpg'),(9650,3815,'wpmf_size','31300'),(9651,3815,'wpmf_filetype','jpg'),(9652,3815,'wpmf_order','0'),(9653,3815,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:500;s:4:\"file\";s:40:\"2019/08/Jamaica-Family-Fun-Fest-edit.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Jamaica-Family-Fun-Fest-edit-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:\"Jamaica-Family-Fun-Fest-edit-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;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:{}}}'),(9654,3809,'_edit_last','14'),(9655,3809,'video_parent_post_id',''),(9660,3819,'_wp_attached_file','2019/07/Dating-friends-ex-girlfriend.jpg'),(9661,3819,'wpmf_size','132568'),(9662,3819,'wpmf_filetype','jpg'),(9663,3819,'wpmf_order','0'),(9664,3819,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:40:\"2019/07/Dating-friends-ex-girlfriend.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Dating-friends-ex-girlfriend-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:\"Dating-friends-ex-girlfriend-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:40:\"Dating-friends-ex-girlfriend-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:41:\"Dating-friends-ex-girlfriend-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Dating-friends-ex-girlfriend-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9667,3809,'_thumbnail_id','316'),(9683,547,'_thumbnail_id','3819'),(9685,3826,'_wp_attached_file','2019/08/SKN-Moves-new-MMJ07392.jpg'),(9686,3826,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:844;s:4:\"file\";s:34:\"2019/08/SKN-Moves-new-MMJ07392.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"SKN-Moves-new-MMJ07392-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:\"SKN-Moves-new-MMJ07392-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:34:\"SKN-Moves-new-MMJ07392-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:35:\"SKN-Moves-new-MMJ07392-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"SKN-Moves-new-MMJ07392-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565387219\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"66\";s:3:\"iso\";s:4:\"5000\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9691,3828,'_wp_attached_file','2019/08/SKN-Moves-new-MMJ07495.jpg'),(9692,3828,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:844;s:4:\"file\";s:34:\"2019/08/SKN-Moves-new-MMJ07495.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"SKN-Moves-new-MMJ07495-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:\"SKN-Moves-new-MMJ07495-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:34:\"SKN-Moves-new-MMJ07495-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:35:\"SKN-Moves-new-MMJ07495-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"SKN-Moves-new-MMJ07495-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565431089\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"51\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9693,3829,'_wp_attached_file','2019/08/SKN-Moves-new-MMJ07551.jpg'),(9694,3829,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:844;s:4:\"file\";s:34:\"2019/08/SKN-Moves-new-MMJ07551.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"SKN-Moves-new-MMJ07551-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:\"SKN-Moves-new-MMJ07551-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:34:\"SKN-Moves-new-MMJ07551-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:35:\"SKN-Moves-new-MMJ07551-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"SKN-Moves-new-MMJ07551-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565435732\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9709,3839,'_wp_attached_file','2019/07/andrew-holness-buzz-final-fix.jpg'),(9710,3839,'wpmf_size','519032'),(9711,3839,'wpmf_filetype','jpg'),(9712,3839,'wpmf_order','0'),(9713,3839,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:41:\"2019/07/andrew-holness-buzz-final-fix.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"andrew-holness-buzz-final-fix-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:\"andrew-holness-buzz-final-fix-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"andrew-holness-buzz-final-fix-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"andrew-holness-buzz-final-fix-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"andrew-holness-buzz-final-fix-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9718,3841,'_wp_attached_file','2019/08/journeys-end-final-buzz.jpg'),(9719,3841,'wpmf_size','595156'),(9720,3841,'wpmf_filetype','jpg'),(9721,3841,'wpmf_order','0'),(9722,3841,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:35:\"2019/08/journeys-end-final-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"journeys-end-final-buzz-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:\"journeys-end-final-buzz-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"journeys-end-final-buzz-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"journeys-end-final-buzz-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"journeys-end-final-buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9728,2510,'_thumbnail_id','3826'),(9730,3843,'_edit_lock','1568294460:1'),(9735,3845,'_wp_attached_file','2019/08/Rihanna-Lingerie.jpg'),(9736,3845,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:881;s:6:\"height\";i:1225;s:4:\"file\";s:28:\"2019/08/Rihanna-Lingerie.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Rihanna-Lingerie-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:\"Rihanna-Lingerie-216x300.jpg\";s:5:\"width\";i:216;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Rihanna-Lingerie-768x1068.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Rihanna-Lingerie-736x1024.jpg\";s:5:\"width\";i:736;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Rihanna-Lingerie-881x655.jpg\";s:5:\"width\";i:881;s:6:\"height\";i:655;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:{}}}'),(9737,3846,'_wp_attached_file','2019/08/Rihanna-Lingerie-BB.jpg'),(9738,3846,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:989;s:6:\"height\";i:709;s:4:\"file\";s:31:\"2019/08/Rihanna-Lingerie-BB.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Rihanna-Lingerie-BB-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:\"Rihanna-Lingerie-BB-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Rihanna-Lingerie-BB-768x551.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Rihanna-Lingerie-BB-989x655.jpg\";s:5:\"width\";i:989;s:6:\"height\";i:655;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:{}}}'),(9739,3847,'_edit_lock','1566399072:14'),(9741,3769,'_thumbnail_id','3846'),(9743,3847,'_oembed_48ed43437d3eaf617d77c962b335877a','<iframe title=\"Puff and Paint: Celebrating creativity through marijuana\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/a4mjpO748nY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(9744,3847,'_oembed_time_48ed43437d3eaf617d77c962b335877a','1565822054'),(9745,3849,'_wp_attached_file','2019/08/jobs-image-3.jpg'),(9746,3849,'wpmf_size','34358'),(9747,3849,'wpmf_filetype','jpg'),(9748,3849,'wpmf_order','0'),(9749,3849,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:24:\"2019/08/jobs-image-3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"jobs-image-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:24:\"jobs-image-3-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:{}}}'),(9750,3847,'_edit_last','14'),(9751,3847,'video_parent_post_id',''),(9752,3843,'_thumbnail_id','3849'),(9753,3843,'_edit_last','1'),(9754,3843,'_wp_old_slug','auto-draft'),(9755,3843,'job_position','Web Content Creator'),(9756,3843,'job_type','Select type'),(9757,3843,'job_company','A Digital Media House'),(9758,3843,'job_company_email','applicationshr04@gmail.com'),(9759,3843,'job_expiration','2019-08-31'),(9762,3847,'_thumbnail_id','3666'),(9769,3851,'_edit_lock','1566423555:11'),(9770,3843,'_wp_old_slug','an-undisclosed-company-web-content-creator--3843'),(9771,3843,'_wp_old_slug','an-undisclosed-company-web-content-creator-3843'),(9772,3851,'_edit_last','11'),(9773,3843,'_wp_old_slug','a-digital-company-web-content-creator--3843'),(9774,3843,'_wp_old_slug','a-digital-company-web-content-creator-3843'),(9775,3854,'_edit_lock','1565893247:1'),(9779,3854,'_oembed_fa4baac1a020bfcd3d48b6894462e33b','<iframe title=\"Epican celebrates one year anniversary in style\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/WgurVpCppjg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(9780,3854,'_oembed_time_fa4baac1a020bfcd3d48b6894462e33b','1565821858'),(9781,3854,'_edit_last','1'),(9782,3854,'video_parent_post_id',''),(9785,3854,'_thumbnail_id','3670'),(9787,3858,'_edit_lock','1565884078:16'),(9788,3859,'_wp_attached_file','2019/07/Superstitious.jpg'),(9789,3859,'wpmf_size','70723'),(9790,3859,'wpmf_filetype','jpg'),(9791,3859,'wpmf_order','0'),(9792,3859,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:25:\"2019/07/Superstitious.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Superstitious-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:\"Superstitious-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:\"Superstitious-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:\"Superstitious-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Superstitious-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9793,3843,'_wp_old_slug','a-digital-media-house-web-content-creator--3843'),(9794,3860,'_edit_lock','1565893250:1'),(9796,559,'_thumbnail_id','3859'),(9800,3860,'_oembed_4121209e06f57405c720d06d45643adf','<iframe title=\"Storm Saulter: The mind behind the film Sprinter Pt.2\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/BT965g8nOno?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(9801,3860,'_oembed_time_4121209e06f57405c720d06d45643adf','1565818844'),(9802,3860,'_edit_last','1'),(9803,3860,'video_parent_post_id',''),(9807,3860,'_thumbnail_id','287'),(9808,3858,'_edit_last','13'),(9809,3858,'out_date','2019-08-23'),(9810,3858,'out_time',''),(9811,3858,'out_address',''),(9812,3858,'out_description','“WITH THESE HANDS” EXPO AND TALENT SHOWCASE\r\n\r\nCome out and support your team members, prices start as low as 400JMD!!!!\r\n\r\nPlease see flyer attached for further details.\r\n'),(9813,3858,'out_mapurl',''),(9814,3865,'_wp_attached_file','2019/07/40-and-fabulous.jpg'),(9815,3865,'wpmf_size','524165'),(9816,3865,'wpmf_filetype','jpg'),(9817,3865,'wpmf_order','0'),(9818,3865,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2561;s:4:\"file\";s:27:\"2019/07/40-and-fabulous.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"40-and-fabulous-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:\"40-and-fabulous-300x256.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"40-and-fabulous-768x656.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"40-and-fabulous-1024x874.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:874;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"40-and-fabulous-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9819,3867,'_edit_lock','1565893252:1'),(9824,3868,'_edit_lock','1571843387:1'),(9825,3868,'_edit_last','1'),(9826,3868,'_um_list','6d90265345'),(9827,3868,'_um_status','1'),(9828,3868,'_um_double_optin','0'),(9829,3868,'_um_desc','Newsletter'),(9830,3868,'_um_desc_reg','Newsletter'),(9831,3868,'_um_reg_status','0'),(9832,3868,'_um_roles','a:5:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";}'),(9833,3868,'_um_merge','a:2:{s:5:\"FNAME\";s:10:\"first_name\";s:5:\"LNAME\";s:9:\"last_name\";}'),(9834,3867,'_thumbnail_id','265'),(9835,3867,'_oembed_846590965e7b0bdf1225719e8a83e5c4','<iframe title=\"Storm Saulter: The mind behind the film Sprinter Pt.1\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/X9d2j1IVbfw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(9836,3867,'_oembed_time_846590965e7b0bdf1225719e8a83e5c4','1565819571'),(9837,3867,'_edit_last','1'),(9838,3867,'video_parent_post_id',''),(9840,594,'_thumbnail_id','3865'),(9844,3873,'_wp_attached_file','2019/08/Black-Dress-YUH_0103.jpg'),(9845,3873,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:856;s:4:\"file\";s:32:\"2019/08/Black-Dress-YUH_0103.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Black-Dress-YUH_0103-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:\"Black-Dress-YUH_0103-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Black-Dress-YUH_0103-768x438.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Black-Dress-YUH_0103-1024x584.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:584;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Black-Dress-YUH_0103-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9846,3874,'_wp_attached_file','2019/08/Monster-In-Law.jpg'),(9847,3874,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:743;s:4:\"file\";s:26:\"2019/08/Monster-In-Law.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Monster-In-Law-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:\"Monster-In-Law-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Monster-In-Law-768x528.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:528;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Monster-In-Law-1024x704.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:704;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Monster-In-Law-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9848,3875,'_wp_attached_file','2019/08/Black-Dress-YUH_0050.jpg'),(9849,3875,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1418;s:6:\"height\";i:900;s:4:\"file\";s:32:\"2019/08/Black-Dress-YUH_0050.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Black-Dress-YUH_0050-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:\"Black-Dress-YUH_0050-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Black-Dress-YUH_0050-768x487.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Black-Dress-YUH_0050-1024x650.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Black-Dress-YUH_0050-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9850,3876,'_wp_attached_file','2019/08/Black-Dress-YUH_9479.jpg'),(9851,3876,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1332;s:6:\"height\";i:900;s:4:\"file\";s:32:\"2019/08/Black-Dress-YUH_9479.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Black-Dress-YUH_9479-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:\"Black-Dress-YUH_9479-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Black-Dress-YUH_9479-768x519.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:519;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Black-Dress-YUH_9479-1024x692.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:692;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Black-Dress-YUH_9479-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9852,3877,'_wp_attached_file','2019/08/Black-Dress-YUH_9605.jpg'),(9853,3877,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:900;s:4:\"file\";s:32:\"2019/08/Black-Dress-YUH_9605.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Black-Dress-YUH_9605-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:\"Black-Dress-YUH_9605-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:32:\"Black-Dress-YUH_9605-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Black-Dress-YUH_9605-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Black-Dress-YUH_9605-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9867,3881,'_wp_attached_file','2019/07/Ruining-Your-Relationship.jpg'),(9868,3881,'wpmf_size','121276'),(9869,3881,'wpmf_filetype','jpg'),(9870,3881,'wpmf_order','0'),(9871,3881,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1012;s:4:\"file\";s:37:\"2019/07/Ruining-Your-Relationship.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Ruining-Your-Relationship-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:\"Ruining-Your-Relationship-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:37:\"Ruining-Your-Relationship-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:38:\"Ruining-Your-Relationship-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Ruining-Your-Relationship-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9873,603,'_thumbnail_id','3881'),(9877,3884,'_wp_attached_file','2019/08/Screenshot-30.png'),(9878,3884,'wpmf_size','1047627'),(9879,3884,'wpmf_filetype','png'),(9880,3884,'wpmf_order','0'),(9881,3884,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:997;s:6:\"height\";i:561;s:4:\"file\";s:25:\"2019/08/Screenshot-30.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Screenshot-30-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:25:\"Screenshot-30-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Screenshot-30-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;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:{}}}'),(9891,3888,'_edit_lock','1568294458:1'),(9892,3889,'_wp_attached_file','2019/07/Andrew-Holness-Cool-B-NEW.jpg'),(9893,3889,'wpmf_size','391343'),(9894,3889,'wpmf_filetype','jpg'),(9895,3889,'wpmf_order','0'),(9896,3889,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2019/07/Andrew-Holness-Cool-B-NEW.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Andrew-Holness-Cool-B-NEW-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:\"Andrew-Holness-Cool-B-NEW-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:37:\"Andrew-Holness-Cool-B-NEW-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:38:\"Andrew-Holness-Cool-B-NEW-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Andrew-Holness-Cool-B-NEW-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9899,3890,'_edit_lock','1566399061:14'),(9902,3890,'_oembed_19fdd41ad4dc9b1596b3392a806d4d8c','<iframe title=\"PETER BUNTING DON FINDINGS CLIP\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/iA1SMjcY6-U?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(9903,3890,'_oembed_time_19fdd41ad4dc9b1596b3392a806d4d8c','1565821668'),(9904,3893,'_wp_attached_file','2019/08/Sandals-Logo.png'),(9905,3893,'wpmf_size','55467'),(9906,3893,'wpmf_filetype','png'),(9907,3893,'wpmf_order','0'),(9908,3893,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:453;s:6:\"height\";i:184;s:4:\"file\";s:24:\"2019/08/Sandals-Logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Sandals-Logo-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:\"Sandals-Logo-300x122.png\";s:5:\"width\";i:300;s:6:\"height\";i:122;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:{}}}'),(9909,3890,'_thumbnail_id','3884'),(9910,3890,'_edit_last','14'),(9911,3890,'video_parent_post_id',''),(9912,3888,'_thumbnail_id','3918'),(9913,3888,'_edit_last','1'),(9914,3888,'job_position','Assistant Water Sports Manager'),(9915,3888,'job_type','Full-time'),(9916,3888,'job_company','Sandals'),(9917,3888,'job_company_email','recruitsat@grp.sandals.com'),(9918,3888,'job_expiration','2019-08-30'),(9920,1016,'_thumbnail_id','1018'),(9922,3898,'_wp_attached_file','2019/08/Teachers.jpg'),(9923,3898,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:20:\"2019/08/Teachers.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Teachers-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:\"Teachers-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:20:\"Teachers-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:21:\"Teachers-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Teachers-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9924,3899,'_wp_attached_file','2019/08/Parent-Teacher.jpg'),(9925,3899,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:512;s:4:\"file\";s:26:\"2019/08/Parent-Teacher.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Parent-Teacher-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:\"Parent-Teacher-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:26:\"Parent-Teacher-768x512.jpg\";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:{}}}'),(9935,185,'xyz_smap','1'),(9938,936,'_oembed_47739978882d7838263d5001e3145dad','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BzYEcSQHjoT/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BzYEcSQHjoT/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BzYEcSQHjoT/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Let the games begin!</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/serenawilliams/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Serena Williams</a> (@serenawilliams) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-01T13:37:56+00:00\">Jul 1, 2019 at 6:37am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(9939,936,'_oembed_time_47739978882d7838263d5001e3145dad','1565822928'),(9954,3917,'_wp_attached_file','2019/07/Fried-Plantain-1.jpg'),(9955,3917,'wpmf_size','162949'),(9956,3917,'wpmf_filetype','jpg'),(9957,3917,'wpmf_order','0'),(9958,3917,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2019/07/Fried-Plantain-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Fried-Plantain-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:28:\"Fried-Plantain-1-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:28:\"Fried-Plantain-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Fried-Plantain-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Fried-Plantain-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(9959,3918,'_wp_attached_file','2019/08/Sandals.gif'),(9960,3918,'wpmf_size','2744'),(9961,3918,'wpmf_filetype','gif'),(9962,3918,'wpmf_order','0'),(9963,3918,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2019/08/Sandals.gif\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Sandals-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}}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:{}}}'),(9973,889,'_thumbnail_id','1221'),(9977,3921,'_edit_lock','1568294456:1'),(9978,3921,'_thumbnail_id','3918'),(9979,3921,'_edit_last','1'),(9980,3921,'_wp_old_slug','auto-draft'),(9981,3921,'job_position','Wedding Manager'),(9982,3921,'job_type','Full-time'),(9983,3921,'job_company','Sandals'),(9984,3921,'job_company_email','recruitsat@grp.sandals.com'),(9985,3921,'job_expiration','2019-08-30'),(9988,3922,'_edit_lock','1568294354:1'),(9989,3922,'_thumbnail_id','3918'),(9990,3922,'_edit_last','1'),(9991,3922,'_wp_old_slug','auto-draft'),(9992,3922,'job_position','Boat Captain'),(9993,3922,'job_type','Full-time'),(9994,3922,'job_company','Sandals'),(9995,3922,'job_company_email','recruitsat@grp.sandals.com'),(9996,3922,'job_expiration','2019-08-30'),(9999,3926,'_edit_lock','1566399055:14'),(10002,3926,'_oembed_e141e58ab6f2122151391acc59bf03eb','<iframe title=\"Superchappy speaks on his viral song St E Gyal and his dancehall ambitions\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/pVFNdaHfGuU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(10003,3926,'_oembed_time_e141e58ab6f2122151391acc59bf03eb','1565824730'),(10004,3926,'_edit_last','14'),(10005,3926,'video_parent_post_id',''),(10006,3928,'_edit_lock','1568294353:1'),(10007,3928,'_thumbnail_id','3918'),(10008,3928,'_edit_last','1'),(10009,3928,'_wp_old_slug','auto-draft'),(10010,3928,'job_position','Dining Room Supervisor'),(10011,3928,'job_type','Full-time'),(10012,3928,'job_company','Sandals'),(10013,3928,'job_company_email','recruitsat@grp.sandals.com'),(10014,3928,'job_expiration','2019-08-30'),(10017,3929,'_wp_attached_file','2019/08/Screenshot-31.png'),(10018,3929,'wpmf_size','823827'),(10019,3929,'wpmf_filetype','png'),(10020,3929,'wpmf_order','0'),(10021,3929,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:883;s:6:\"height\";i:637;s:4:\"file\";s:25:\"2019/08/Screenshot-31.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Screenshot-31-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:25:\"Screenshot-31-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:25:\"Screenshot-31-768x554.png\";s:5:\"width\";i:768;s:6:\"height\";i:554;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:{}}}'),(10022,3926,'_thumbnail_id','3929'),(10025,3932,'_edit_lock','1568294352:1'),(10026,3932,'_thumbnail_id','3918'),(10027,3932,'_edit_last','1'),(10028,3932,'_wp_old_slug','auto-draft'),(10029,3932,'job_position','Assistant Bar Manager'),(10030,3932,'job_type','Full-time'),(10031,3932,'job_company','Sandals'),(10032,3932,'job_company_email','recruitsat@grp.sandals.com'),(10033,3932,'job_expiration','2019-08-30'),(10034,3934,'_edit_lock','1566399036:14'),(10037,3936,'_edit_lock','1568294448:1'),(10038,3937,'_wp_attached_file','2019/08/kaya-buzz-video-thumbnail.jpg'),(10039,3937,'wpmf_size','369294'),(10040,3937,'wpmf_filetype','jpg'),(10041,3937,'wpmf_order','0'),(10042,3937,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:37:\"2019/08/kaya-buzz-video-thumbnail.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"kaya-buzz-video-thumbnail-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:\"kaya-buzz-video-thumbnail-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:37:\"kaya-buzz-video-thumbnail-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:38:\"kaya-buzz-video-thumbnail-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"kaya-buzz-video-thumbnail-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10043,3936,'_thumbnail_id','3918'),(10044,3936,'_edit_last','1'),(10045,3936,'_wp_old_slug','auto-draft'),(10046,3936,'job_position','Entertainment Coordinator'),(10047,3936,'job_type','Full-time'),(10048,3936,'job_company','Sandals'),(10049,3936,'job_company_email','recruitsat@grp.sandals.com'),(10050,3936,'job_expiration','2019-08-30'),(10053,3934,'_thumbnail_id','3937'),(10054,3934,'_oembed_79176e1f191327ca21f122bcd97faf4d','<iframe title=\"KAYA: A BUZZ Documentary\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/t8cr2mST4Go?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(10055,3934,'_oembed_time_79176e1f191327ca21f122bcd97faf4d','1565825511'),(10056,3934,'_edit_last','14'),(10057,3934,'video_parent_post_id',''),(10082,3941,'_edit_lock','1565892952:21'),(10083,3942,'_wp_attached_file','2019/08/Rafting.jpg'),(10084,3942,'wpmf_size','337110'),(10085,3942,'wpmf_filetype','jpg'),(10086,3942,'wpmf_order','0'),(10087,3942,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:19:\"2019/08/Rafting.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Rafting-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:\"Rafting-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:19:\"Rafting-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:20:\"Rafting-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Rafting-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10094,3944,'_wp_attached_file','2019/07/bad-gyal-marie-XX.jpg'),(10095,3944,'wpmf_size','1912980'),(10096,3944,'wpmf_filetype','jpg'),(10097,3944,'wpmf_order','0'),(10098,3944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3607;s:6:\"height\";i:3889;s:4:\"file\";s:29:\"2019/07/bad-gyal-marie-XX.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"bad-gyal-marie-XX-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:\"bad-gyal-marie-XX-278x300.jpg\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"bad-gyal-marie-XX-768x828.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:828;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"bad-gyal-marie-XX-950x1024.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"bad-gyal-marie-XX-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 70D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1443451258\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"42\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10099,3945,'_wp_attached_file','2019/08/Dave-Bautista.jpg'),(10100,3945,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2240;s:6:\"height\";i:3000;s:4:\"file\";s:25:\"2019/08/Dave-Bautista.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Dave-Bautista-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:\"Dave-Bautista-224x300.jpg\";s:5:\"width\";i:224;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Dave-Bautista-768x1029.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1029;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Dave-Bautista-765x1024.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Dave-Bautista-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10101,3947,'_wp_attached_file','2019/08/Dave-Bautista-1.jpg'),(10102,3947,'wpmf_size','115818'),(10103,3947,'wpmf_filetype','jpg'),(10104,3947,'wpmf_order','0'),(10105,3947,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:799;s:4:\"file\";s:27:\"2019/08/Dave-Bautista-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Dave-Bautista-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:27:\"Dave-Bautista-1-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:27:\"Dave-Bautista-1-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Dave-Bautista-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Dave-Bautista-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10110,3950,'_wp_attached_file','2019/08/JABLUM-Blue-Mountain-Coffee-Beans.jpg'),(10111,3950,'wpmf_size','189129'),(10112,3950,'wpmf_filetype','jpg'),(10113,3950,'wpmf_order','0'),(10114,3950,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:880;s:4:\"file\";s:45:\"2019/08/JABLUM-Blue-Mountain-Coffee-Beans.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"JABLUM-Blue-Mountain-Coffee-Beans-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:45:\"JABLUM-Blue-Mountain-Coffee-Beans-300x258.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"JABLUM-Blue-Mountain-Coffee-Beans-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"JABLUM-Blue-Mountain-Coffee-Beans-1024x880.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"JABLUM-Blue-Mountain-Coffee-Beans-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(10117,3952,'_edit_lock','1568294351:1'),(10118,3953,'_wp_attached_file','2019/08/Diandra-Rowe-NEW.jpg'),(10119,3953,'wpmf_size','311140'),(10120,3953,'wpmf_filetype','jpg'),(10121,3953,'wpmf_order','0'),(10122,3953,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:951;s:6:\"height\";i:579;s:4:\"file\";s:28:\"2019/08/Diandra-Rowe-NEW.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Diandra-Rowe-NEW-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:\"Diandra-Rowe-NEW-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Diandra-Rowe-NEW-768x468.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:468;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:{}}}'),(10127,3952,'_edit_last','1'),(10128,3952,'job_position','Photographer '),(10129,3952,'job_type','Full-time'),(10130,3952,'job_company','Sandals Halcyon'),(10131,3952,'job_company_email','recruitshc@grp.sandals.com'),(10132,3952,'job_expiration','2019-09-02'),(10133,3954,'_wp_attached_file','2019/08/rebecca-stevenson-buzz-demo-3.jpg'),(10134,3954,'wpmf_size','867783'),(10135,3954,'wpmf_filetype','jpg'),(10136,3954,'wpmf_order','0'),(10137,3954,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6016;s:6:\"height\";i:4016;s:4:\"file\";s:41:\"2019/08/rebecca-stevenson-buzz-demo-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"rebecca-stevenson-buzz-demo-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:41:\"rebecca-stevenson-buzz-demo-3-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:41:\"rebecca-stevenson-buzz-demo-3-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"rebecca-stevenson-buzz-demo-3-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"rebecca-stevenson-buzz-demo-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10138,3955,'_wp_attached_file','2019/08/rebecca-stevenson-buzz-demo-1.jpg'),(10139,3955,'wpmf_size','1344028'),(10140,3955,'wpmf_filetype','jpg'),(10141,3955,'wpmf_order','0'),(10142,3955,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5925;s:6:\"height\";i:3955;s:4:\"file\";s:41:\"2019/08/rebecca-stevenson-buzz-demo-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"rebecca-stevenson-buzz-demo-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:41:\"rebecca-stevenson-buzz-demo-1-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:41:\"rebecca-stevenson-buzz-demo-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"rebecca-stevenson-buzz-demo-1-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"rebecca-stevenson-buzz-demo-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10143,3956,'_wp_attached_file','2019/08/rebecca-stevenson-buzz-demo-2.jpg'),(10144,3956,'wpmf_size','1341606'),(10145,3956,'wpmf_filetype','jpg'),(10146,3956,'wpmf_order','0'),(10147,3956,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5878;s:6:\"height\";i:3782;s:4:\"file\";s:41:\"2019/08/rebecca-stevenson-buzz-demo-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"rebecca-stevenson-buzz-demo-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:41:\"rebecca-stevenson-buzz-demo-2-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"rebecca-stevenson-buzz-demo-2-768x494.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"rebecca-stevenson-buzz-demo-2-1024x659.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:659;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"rebecca-stevenson-buzz-demo-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10148,3952,'_thumbnail_id','3918'),(10150,3941,'_edit_last','21'),(10151,3941,'xyz_smap','1'),(10153,3941,'sponsored_url',''),(10154,3960,'_edit_lock','1568294442:1'),(10156,3941,'_thumbnail_id','3954'),(10158,3960,'_edit_last','1'),(10159,3960,'_wp_old_slug','auto-draft'),(10160,3960,'job_position','Entertainment Coordinator '),(10161,3960,'job_type','Full-time'),(10162,3960,'job_company','Sandals Halcyon'),(10163,3960,'job_company_email','recruitshc@grp.sandals.com'),(10164,3960,'job_expiration','2019-08-30'),(10165,3961,'_wp_attached_file','2019/07/Jamaican-Flags.jpg'),(10166,3961,'wpmf_size','190729'),(10167,3961,'wpmf_filetype','jpg'),(10168,3961,'wpmf_order','0'),(10169,3961,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:519;s:4:\"file\";s:26:\"2019/07/Jamaican-Flags.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Jamaican-Flags-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:\"Jamaican-Flags-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Jamaican-Flags-768x498.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:11:\"NIKON D800E\";s:7:\"caption\";s:42:\"Group of People Waving the Flag of Jamaica\";s:17:\"created_timestamp\";s:10:\"1415809882\";s:9:\"copyright\";s:12:\"Rawpixel Ltd\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:42:\"Group of People Waving the Flag of Jamaica\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:20:{i:0;s:5:\"Women\";i:1;s:3:\"Men\";i:2;s:15:\"Group Of People\";i:3;s:11:\"Celebration\";i:4;s:10:\"Patriotism\";i:5;s:13:\"Jamaican Flag\";i:6;s:7:\"Holding\";i:7;s:8:\"Teamwork\";i:8;s:9:\"Variation\";i:9;s:8:\"Back Lit\";i:10;s:8:\"Outdoors\";i:11;s:8:\"Cheerful\";i:12;s:8:\"Audience\";i:13;s:6:\"People\";i:14;s:7:\"Jamaica\";i:15;s:6:\"Sunset\";i:16;s:13:\"National Flag\";i:17;s:4:\"Flag\";i:18;s:6:\"Waving\";i:19;s:16:\"Jamaican Culture\";}}}'),(10170,3962,'_edit_lock','1566099783:15'),(10171,3963,'_edit_lock','1568294440:1'),(10172,3963,'_thumbnail_id','3918'),(10173,3963,'_edit_last','1'),(10174,3963,'_wp_old_slug','auto-draft'),(10175,3963,'job_position','Server'),(10176,3963,'job_type','Full-time'),(10177,3963,'job_company','Sandals Halycon '),(10178,3963,'job_company_email','recruitshc@grp.sandals.com'),(10179,3963,'job_expiration','2019-09-02'),(10180,3960,'_thumbnail_id','3918'),(10181,3964,'_wp_attached_file','2019/08/Peter-Bunting-AAA.jpg'),(10182,3964,'wpmf_size','164525'),(10183,3964,'wpmf_filetype','jpg'),(10184,3964,'wpmf_order','0'),(10185,3964,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:29:\"2019/08/Peter-Bunting-AAA.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Peter-Bunting-AAA-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:\"Peter-Bunting-AAA-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:29:\"Peter-Bunting-AAA-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:30:\"Peter-Bunting-AAA-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Peter-Bunting-AAA-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(10188,3965,'_edit_lock','1568294340:1'),(10199,3965,'_thumbnail_id','4132'),(10200,3965,'_edit_last','1'),(10201,3965,'_wp_old_slug','auto-draft'),(10202,3965,'job_position','Social Media and Intranet Coordinator '),(10203,3965,'job_type','Full-time'),(10204,3965,'job_company','Beaches Negril '),(10205,3965,'job_company_email','bngrecruit@grp.sandals.com'),(10206,3965,'job_expiration','2019-09-02'),(10210,3970,'_wp_attached_file','2019/07/Sharing-Bowl.jpg'),(10211,3970,'wpmf_size','938598'),(10212,3970,'wpmf_filetype','jpg'),(10213,3970,'wpmf_order','0'),(10214,3970,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2298;s:4:\"file\";s:24:\"2019/07/Sharing-Bowl.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Sharing-Bowl-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:\"Sharing-Bowl-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Sharing-Bowl-768x588.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Sharing-Bowl-1024x784.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Sharing-Bowl-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10229,3962,'_oembed_23d1c72e74ee86bbfae27a58389981ef','<iframe title=\"Garth Walker invests millions in expanding Adam &amp; Eve Spa Pt 1\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/TaUA_Jc-hjc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(10230,3962,'_oembed_time_23d1c72e74ee86bbfae27a58389981ef','1566067361'),(10231,3962,'_edit_last','15'),(10232,3962,'sponsored_url',''),(10237,3978,'_wp_attached_file','2019/08/Black-woman-cooking.jpg'),(10238,3978,'wpmf_size','104847'),(10239,3978,'wpmf_filetype','jpg'),(10240,3978,'wpmf_order','0'),(10241,3978,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:31:\"2019/08/Black-woman-cooking.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Black-woman-cooking-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:\"Black-woman-cooking-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:31:\"Black-woman-cooking-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:32:\"Black-woman-cooking-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Black-woman-cooking-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10243,1655,'_thumbnail_id','3978'),(10251,3982,'_wp_attached_file','2019/08/Mamas-Boy.jpg'),(10252,3982,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2019/08/Mamas-Boy.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Mamas-Boy-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:\"Mamas-Boy-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Mamas-Boy-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Mamas-Boy-1000x655.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:655;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:{}}}'),(10255,3985,'_wp_attached_file','2019/08/Mamas-Boy-Mom-Intervening.jpg'),(10256,3985,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:37:\"2019/08/Mamas-Boy-Mom-Intervening.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Mamas-Boy-Mom-Intervening-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:\"Mamas-Boy-Mom-Intervening-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:37:\"Mamas-Boy-Mom-Intervening-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:38:\"Mamas-Boy-Mom-Intervening-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Mamas-Boy-Mom-Intervening-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:22:\"Monkey Business Images\";s:6:\"camera\";s:21:\"Canon EOS-1Ds Mark II\";s:7:\"caption\";s:62:\"Senior Mother Interferring With Couple Having Argument At Home\";s:17:\"created_timestamp\";s:10:\"1291742267\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10259,3987,'_wp_attached_file','2019/08/Fresh-Laundry.jpeg'),(10260,3987,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1880;s:6:\"height\";i:1241;s:4:\"file\";s:26:\"2019/08/Fresh-Laundry.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Fresh-Laundry-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:26:\"Fresh-Laundry-300x198.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Fresh-Laundry-768x507.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Fresh-Laundry-1024x676.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:676;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Fresh-Laundry-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10261,3989,'_wp_attached_file','2019/08/Woman-relaxing.jpg'),(10262,3989,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1952;s:6:\"height\";i:1292;s:4:\"file\";s:26:\"2019/08/Woman-relaxing.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Woman-relaxing-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:\"Woman-relaxing-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Woman-relaxing-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Woman-relaxing-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Woman-relaxing-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10269,3995,'_wp_attached_file','2019/08/tinder.png'),(10270,3995,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:18:\"2019/08/tinder.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"tinder-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:18:\"tinder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"tinder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"tinder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"tinder-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10273,3997,'_wp_attached_file','2019/08/sugar-mama.jpg'),(10274,3997,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:22:\"2019/08/sugar-mama.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"sugar-mama-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:\"sugar-mama-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"sugar-mama-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"sugar-mama-1000x655.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:655;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:{}}}'),(10281,4001,'_wp_attached_file','2019/08/luxury-apartment.jpeg'),(10282,4001,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:412;s:4:\"file\";s:29:\"2019/08/luxury-apartment.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"luxury-apartment-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:29:\"luxury-apartment-300x247.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:247;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:{}}}'),(10284,2770,'_oembed_73770e0dc0e8d29bf28fd49840ff155c','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B08zxPaHRFQ/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B08zxPaHRFQ/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B08zxPaHRFQ/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Happy birthday to this magic human, I love you!!!!❤️❤️❤️❤️</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/camila_cabello/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> camila</a> (@camila_cabello) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-09T16:35:32+00:00\">Aug 9, 2019 at 9:35am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(10285,2770,'_oembed_time_73770e0dc0e8d29bf28fd49840ff155c','1565832872'),(10286,4003,'_wp_attached_file','2019/08/money.jpg'),(10288,4003,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2048;s:4:\"file\";s:17:\"2019/08/money.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"money-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:\"money-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:17:\"money-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:18:\"money-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"money-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10289,2715,'_oembed_38fde792c8a2c9dc8a01caa1f8001d91','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B09XEH1H752/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B09XEH1H752/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B09XEH1H752/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">??</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/badgalriri/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> badgalriri</a> (@badgalriri) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-09T21:43:57+00:00\">Aug 9, 2019 at 2:43pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(10290,2715,'_oembed_time_38fde792c8a2c9dc8a01caa1f8001d91','1565833084'),(10301,4010,'_edit_lock','1566398948:14'),(10302,4010,'_oembed_cbce623020e7decc6180acb3b072cef9','<iframe title=\"Garth Walker invests millions in expanding Adam &amp; Eve Spa Pt 2\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/fnWiwYcRRGw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(10303,4010,'_oembed_time_cbce623020e7decc6180acb3b072cef9','1565834574'),(10304,4010,'_edit_last','14'),(10305,4010,'video_parent_post_id',''),(10312,4015,'_wp_attached_file','2019/08/Garth-Walker.png'),(10313,4015,'wpmf_size','575496'),(10314,4015,'wpmf_filetype','png'),(10315,4015,'wpmf_order','0'),(10316,4015,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1297;s:6:\"height\";i:723;s:4:\"file\";s:24:\"2019/08/Garth-Walker.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Garth-Walker-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:\"Garth-Walker-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Garth-Walker-768x428.png\";s:5:\"width\";i:768;s:6:\"height\";i:428;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Garth-Walker-1024x571.png\";s:5:\"width\";i:1024;s:6:\"height\";i:571;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Garth-Walker-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10326,4010,'_thumbnail_id','4015'),(10329,4025,'_wp_attached_file','2019/08/gareth-walker.jpg'),(10330,4025,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:3376;s:4:\"file\";s:25:\"2019/08/gareth-walker.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"gareth-walker-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:\"gareth-walker-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:25:\"gareth-walker-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:26:\"gareth-walker-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"gareth-walker-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1562680031\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10333,4027,'_wp_attached_file','2019/08/gareth-walker-2.jpg'),(10334,4027,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5918;s:6:\"height\";i:3330;s:4:\"file\";s:27:\"2019/08/gareth-walker-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"gareth-walker-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:27:\"gareth-walker-2-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:27:\"gareth-walker-2-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:28:\"gareth-walker-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"gareth-walker-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1562680016\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10335,4028,'_wp_attached_file','2019/08/Beaches.jpg'),(10336,4028,'wpmf_size','8023'),(10337,4028,'wpmf_filetype','jpg'),(10338,4028,'wpmf_order','0'),(10339,4028,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:180;s:4:\"file\";s:19:\"2019/08/Beaches.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Beaches-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:\"Beaches-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;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:{}}}'),(10340,4030,'_wp_attached_file','2019/08/Pearnell-Charles.jpg'),(10341,4030,'wpmf_size','121560'),(10342,4030,'wpmf_filetype','jpg'),(10343,4030,'wpmf_order','0'),(10344,4030,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:664;s:4:\"file\";s:28:\"2019/08/Pearnell-Charles.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Pearnell-Charles-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:\"Pearnell-Charles-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Pearnell-Charles-768x498.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Pearnell-Charles-1024x664.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Pearnell-Charles-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(10346,1735,'_thumbnail_id','4030'),(10350,4031,'_wp_attached_file','2019/08/Garth-Walker-featured-image.jpg'),(10351,4031,'wpmf_size','1052513'),(10352,4031,'wpmf_filetype','jpg'),(10353,4031,'wpmf_order','0'),(10354,4031,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2026;s:6:\"height\";i:1868;s:4:\"file\";s:39:\"2019/08/Garth-Walker-featured-image.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Garth-Walker-featured-image-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:\"Garth-Walker-featured-image-300x277.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Garth-Walker-featured-image-768x708.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:708;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Garth-Walker-featured-image-1024x944.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:944;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Garth-Walker-featured-image-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1562680357\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10357,4033,'_wp_attached_file','2019/08/Sugar-Mama-1-1.jpg'),(10358,4033,'wpmf_size','109411'),(10359,4033,'wpmf_filetype','jpg'),(10360,4033,'wpmf_order','0'),(10361,4033,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:627;s:4:\"file\";s:26:\"2019/08/Sugar-Mama-1-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Sugar-Mama-1-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:26:\"Sugar-Mama-1-1-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Sugar-Mama-1-1-768x401.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Sugar-Mama-1-1-1024x535.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:535;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Sugar-Mama-1-1-1060x627.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:627;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:{}}}'),(10366,4038,'_wp_attached_file','2019/08/Tinder-on-Phone.jpg'),(10367,4038,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1484;s:6:\"height\";i:989;s:4:\"file\";s:27:\"2019/08/Tinder-on-Phone.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Tinder-on-Phone-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:\"Tinder-on-Phone-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:27:\"Tinder-on-Phone-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:28:\"Tinder-on-Phone-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Tinder-on-Phone-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10369,3962,'_thumbnail_id','4041'),(10370,3962,'xyz_smap','1'),(10374,4041,'_wp_attached_file','2019/08/Garth-Walker-featured-image-1.jpg'),(10375,4041,'wpmf_size','691447'),(10376,4041,'wpmf_filetype','jpg'),(10377,4041,'wpmf_order','0'),(10378,4041,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2008;s:6:\"height\";i:1253;s:4:\"file\";s:41:\"2019/08/Garth-Walker-featured-image-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Garth-Walker-featured-image-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:41:\"Garth-Walker-featured-image-1-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Garth-Walker-featured-image-1-768x479.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Garth-Walker-featured-image-1-1024x639.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:639;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Garth-Walker-featured-image-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1562680357\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10383,4043,'_wp_attached_file','2019/08/Beaches-Logo.png'),(10384,4043,'wpmf_size','78722'),(10385,4043,'wpmf_filetype','png'),(10386,4043,'wpmf_order','0'),(10387,4043,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1996;s:6:\"height\";i:608;s:4:\"file\";s:24:\"2019/08/Beaches-Logo.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Beaches-Logo-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:23:\"Beaches-Logo-300x91.png\";s:5:\"width\";i:300;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Beaches-Logo-768x234.png\";s:5:\"width\";i:768;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Beaches-Logo-1024x312.png\";s:5:\"width\";i:1024;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Beaches-Logo-1060x608.png\";s:5:\"width\";i:1060;s:6:\"height\";i:608;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:{}}}'),(10393,4047,'_wp_attached_file','2019/08/Beaches-Logo-1.png'),(10394,4047,'wpmf_size','78722'),(10395,4047,'wpmf_filetype','png'),(10396,4047,'wpmf_order','0'),(10397,4047,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1996;s:6:\"height\";i:608;s:4:\"file\";s:26:\"2019/08/Beaches-Logo-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Beaches-Logo-1-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:25:\"Beaches-Logo-1-300x91.png\";s:5:\"width\";i:300;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Beaches-Logo-1-768x234.png\";s:5:\"width\";i:768;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Beaches-Logo-1-1024x312.png\";s:5:\"width\";i:1024;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Beaches-Logo-1-1060x608.png\";s:5:\"width\";i:1060;s:6:\"height\";i:608;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:{}}}'),(10401,2130,'_wp_old_date','2019-08-07'),(10408,1225,'_wp_old_date','2019-08-06'),(10410,2310,'_oembed_e28611034a6a26b43b6d4b4a24084098','<iframe title=\"Exercise - Cardio (BUZZ with Spry Training)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/tSamgMp4524?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(10411,2310,'_oembed_time_e28611034a6a26b43b6d4b4a24084098','1565837763'),(10412,4052,'_edit_lock','1568294435:1'),(10413,4053,'_wp_attached_file','2019/08/miss-t-owner-New.jpg'),(10414,4053,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:831;s:6:\"height\";i:753;s:4:\"file\";s:28:\"2019/08/miss-t-owner-New.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"miss-t-owner-New-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:\"miss-t-owner-New-300x272.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"miss-t-owner-New-768x696.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"miss-t-owner-New-831x655.jpg\";s:5:\"width\";i:831;s:6:\"height\";i:655;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:{}}}'),(10419,2310,'_oembed_c8c06c6cfca0bf9bbe9b7e2d53e7df45','<iframe title=\"Curtsy Lunges (BUZZ with Spry Training)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/BVaWe_LXKiI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(10420,2310,'_oembed_time_c8c06c6cfca0bf9bbe9b7e2d53e7df45','1565837763'),(10421,4052,'_edit_last','1'),(10422,4052,'_wp_old_slug','auto-draft'),(10423,4052,'job_position','Entertainment Coordinator '),(10424,4052,'job_type','Full-time'),(10425,4052,'job_company','Beaches Negril'),(10426,4052,'job_company_email','bngrecruit@grp.sandals.com'),(10427,4052,'job_expiration','2019-09-02'),(10429,2108,'_wp_old_date','2019-08-07'),(10433,4052,'_thumbnail_id','4132'),(10434,4056,'_edit_lock','1568294338:1'),(10439,2310,'_oembed_b6cdd3dd6f72fb25cb4ab13a89c40515','<iframe title=\"Lunge Chops (BUZZ with Spry Training)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/Il78j90B3_0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(10440,2310,'_oembed_time_b6cdd3dd6f72fb25cb4ab13a89c40515','1565837763'),(10441,4056,'_thumbnail_id','3918'),(10442,4056,'_edit_last','1'),(10443,4056,'_wp_old_slug','auto-draft'),(10444,4056,'job_position','Photographer'),(10445,4056,'job_type','Full-time'),(10446,4056,'job_company','Sandals South Coast '),(10447,4056,'job_company_email','recruitswh'),(10448,4056,'job_expiration','2019-09-02'),(10450,1082,'_wp_old_date','2019-07-31'),(10452,2310,'_oembed_7b4f7a5133dacd444639da26c62bf5a6','<iframe title=\"Standing One Arm Press (BUZZ with Spry Training)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/5W68vzaVX-o?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(10453,2310,'_oembed_time_7b4f7a5133dacd444639da26c62bf5a6','1565837763'),(10457,2679,'_wp_old_date','2019-08-09'),(10459,4057,'_edit_lock','1568294431:1'),(10461,321,'_wp_old_date','2019-08-09'),(10463,2653,'_wp_old_date','2019-08-09'),(10464,4059,'_wp_attached_file','2019/08/untitled-11-of-50.jpg'),(10465,4059,'wpmf_size','1326840'),(10466,4059,'wpmf_filetype','jpg'),(10467,4059,'wpmf_order','0'),(10468,4059,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5048;s:6:\"height\";i:3365;s:4:\"file\";s:29:\"2019/08/untitled-11-of-50.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"untitled-11-of-50-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:\"untitled-11-of-50-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:29:\"untitled-11-of-50-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:30:\"untitled-11-of-50-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"untitled-11-of-50-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565020478\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10469,2310,'_oembed_cf80c9c81d2c8e0079d401bc67f96137','<iframe title=\"T Pushups (BUZZ with Spry Training)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/MEVCuQWT_I0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(10470,2310,'_oembed_time_cf80c9c81d2c8e0079d401bc67f96137','1565837763'),(10472,2598,'_wp_old_date','2019-08-09'),(10474,571,'_wp_old_date','2019-08-09'),(10476,2506,'_wp_old_date','2019-08-09'),(10477,4057,'_thumbnail_id','3918'),(10478,4057,'_edit_last','1'),(10479,4057,'_wp_old_slug','auto-draft'),(10480,4057,'job_position','Dining Room Supervisor '),(10481,4057,'job_type','Full-time'),(10482,4057,'job_company','Sandals South Coast '),(10483,4057,'job_company_email','wh@grp.Sandals.com'),(10484,4057,'job_expiration','2019-08-30'),(10486,2473,'_wp_old_date','2019-08-09'),(10488,2423,'_wp_old_date','2019-08-08'),(10490,2434,'_wp_old_date','2019-08-08'),(10492,2223,'_wp_old_date','2019-08-08'),(10494,2335,'_wp_old_date','2019-08-08'),(10496,2367,'_wp_old_date','2019-08-08'),(10498,2305,'_wp_old_date','2019-08-08'),(10503,2278,'_wp_old_date','2019-08-08'),(10505,2268,'_wp_old_date','2019-08-08'),(10507,2247,'_wp_old_date','2019-08-08'),(10509,2176,'_wp_old_date','2019-08-07'),(10513,1849,'_wp_old_date','2019-08-05'),(10515,1747,'_wp_old_date','2019-08-05'),(10518,4062,'_edit_lock','1568294428:1'),(10520,1734,'_wp_old_date','2019-08-05'),(10522,1672,'_wp_old_date','2019-08-05'),(10524,1640,'_wp_old_date','2019-08-05'),(10528,1542,'_wp_old_date','2019-08-02'),(10530,1162,'_wp_old_date','2019-07-31'),(10533,4062,'_edit_last','1'),(10534,4062,'_wp_old_slug','auto-draft'),(10535,4062,'job_position','Wedding Manager '),(10536,4062,'job_type','Full-time'),(10537,4062,'job_company','Sandals South Coast '),(10538,4062,'job_company_email','recruitswh@grp.Sandals.com'),(10539,4062,'job_expiration','2019-08-30'),(10543,1016,'_wp_old_date','2019-07-31'),(10544,4062,'_thumbnail_id','3918'),(10545,4065,'_edit_lock','1568294336:1'),(10547,872,'_wp_old_date','2019-07-30'),(10549,832,'_wp_old_date','2019-07-30'),(10551,500,'_wp_old_date','2019-07-25'),(10554,4065,'_thumbnail_id','3918'),(10555,4065,'_edit_last','1'),(10556,4065,'_wp_old_slug','auto-draft'),(10557,4065,'job_position','Assistant Training and Development Manager'),(10558,4065,'job_type','Full-time'),(10559,4065,'job_company','Sandals South Coast '),(10560,4065,'job_company_email','recruitsls@grp.sandals.com'),(10561,4065,'job_expiration','2019-08-30'),(10563,368,'_wp_old_date','2019-07-24'),(10567,105,'_wp_old_date','2019-07-18'),(10570,4067,'_edit_lock','1568294480:1'),(10572,124,'_wp_old_date','2019-07-18'),(10573,4067,'_thumbnail_id','3918'),(10574,4067,'_edit_last','1'),(10575,4067,'_wp_old_slug','auto-draft'),(10576,4067,'job_position','Landscaper'),(10577,4067,'job_type','Full-time'),(10578,4067,'job_company','Sandals Grenada'),(10579,4067,'job_company_email','recruitsls@grp.sandals.com'),(10580,4067,'job_expiration','2019-08-30'),(10581,4068,'_edit_lock','1568294479:1'),(10583,2267,'_wp_old_date','2019-08-08'),(10585,2236,'_wp_old_date','2019-08-08'),(10589,1885,'_wp_old_date','2019-08-06'),(10594,4068,'_thumbnail_id','3918'),(10595,4068,'_edit_last','1'),(10596,4068,'_wp_old_slug','auto-draft'),(10597,4068,'job_position','Bartender '),(10598,4068,'job_type','Full-time'),(10599,4068,'job_company','Sandals Grenada'),(10600,4068,'job_company_email','recruitsls@grp.sandals.com'),(10601,4068,'job_expiration','2019-08-30'),(10603,300,'_wp_old_date','2019-08-09'),(10604,4073,'_edit_lock','1568294479:1'),(10606,867,'_wp_old_date','2019-07-30'),(10608,4073,'_thumbnail_id','3918'),(10609,4073,'_edit_last','1'),(10610,4073,'_wp_old_slug','auto-draft'),(10611,4073,'job_position','Entertainment Coordinator '),(10612,4073,'job_type','Full-time'),(10613,4073,'job_company','Sandals Grenada'),(10614,4073,'job_company_email','recruitsls@grp.sandals.com'),(10615,4073,'job_expiration','2019-08-30'),(10616,4075,'_edit_lock','1568294333:1'),(10618,1395,'_wp_old_date','2019-08-02'),(10620,1105,'_wp_old_date','2019-07-31'),(10622,404,'_wp_old_date','2019-07-24'),(10624,336,'_wp_old_date','2019-07-24'),(10626,117,'_wp_old_date','2019-07-18'),(10627,4075,'_thumbnail_id','3918'),(10628,4075,'_edit_last','1'),(10629,4075,'_wp_old_slug','auto-draft'),(10630,4075,'job_position','Loyalty Travel Consultant '),(10631,4075,'job_type','Full-time'),(10632,4075,'job_company','Sandals Grenada'),(10633,4075,'job_company_email','recruitsls@grp.sandals.com'),(10634,4075,'job_expiration','2019-08-30'),(10636,2596,'_wp_old_date','2019-08-09'),(10637,4076,'_wp_attached_file','2019/08/milla-jovovich-resident-evil-buzz-demo.jpg'),(10638,4076,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:50:\"2019/08/milla-jovovich-resident-evil-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"milla-jovovich-resident-evil-buzz-demo-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:50:\"milla-jovovich-resident-evil-buzz-demo-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:50:\"milla-jovovich-resident-evil-buzz-demo-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:51:\"milla-jovovich-resident-evil-buzz-demo-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"milla-jovovich-resident-evil-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10640,2101,'_oembed_eb2652ef0415f896c5b6ddaf848b4edc','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B04Dt3mHeZu/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B04Dt3mHeZu/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B04Dt3mHeZu/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Knocked up again.? After I found out I was pregnant 13 weeks ago, I had a mixture of feelings ranging between complete joy and utter terror. Because of my age and losing the last pregnancy I didn’t want to get attached to this potential baby too quickly. That was obviously not fun and the last few months have been my family and I living on pins and needles waiting for a slew of different test results to come in and spending most of our time in doctors offices. Thank goodness we’re in the clear AND we found out that we’ve been blessed with another girl!??? Anyway, wish me and my baby luck! I send you all a lot of love and I’ll keep you posted on my progression! Xoxo m❤️</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/millajovovich/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Milla Jovovich</a> (@millajovovich) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-07T20:18:41+00:00\">Aug 7, 2019 at 1:18pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(10641,2101,'_oembed_time_eb2652ef0415f896c5b6ddaf848b4edc','1565886758'),(10668,4086,'_edit_lock','1565887520:21'),(10669,4087,'_wp_attached_file','2019/08/Samsung-Galaxy-Note10-1.jpg'),(10670,4087,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3327;s:6:\"height\";i:3327;s:4:\"file\";s:35:\"2019/08/Samsung-Galaxy-Note10-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Samsung-Galaxy-Note10-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:35:\"Samsung-Galaxy-Note10-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Samsung-Galaxy-Note10-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Samsung-Galaxy-Note10-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Samsung-Galaxy-Note10-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"IQ180\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1554911881\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10671,4088,'_wp_attached_file','2019/08/Galaxy-Note10-BUZZ.jpg'),(10672,4088,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4851;s:6:\"height\";i:2475;s:4:\"file\";s:30:\"2019/08/Galaxy-Note10-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Galaxy-Note10-BUZZ-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:\"Galaxy-Note10-BUZZ-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Galaxy-Note10-BUZZ-768x392.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Galaxy-Note10-BUZZ-1024x522.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Galaxy-Note10-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10675,4090,'_wp_attached_file','2019/08/Samsung_Galaxy_Note10.gif'),(10676,4090,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:33:\"2019/08/Samsung_Galaxy_Note10.gif\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Samsung_Galaxy_Note10-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:33:\"Samsung_Galaxy_Note10-300x169.gif\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Samsung_Galaxy_Note10-768x432.gif\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/gif\";}}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:{}}}'),(10679,4092,'_wp_attached_file','2019/08/Samsung-Galaxy-Note10-3.jpg'),(10680,4092,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3696;s:6:\"height\";i:2838;s:4:\"file\";s:35:\"2019/08/Samsung-Galaxy-Note10-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Samsung-Galaxy-Note10-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:35:\"Samsung-Galaxy-Note10-3-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Samsung-Galaxy-Note10-3-768x590.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:590;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Samsung-Galaxy-Note10-3-1024x786.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:786;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Samsung-Galaxy-Note10-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"IQ180\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1554911881\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10685,4096,'_wp_attached_file','2019/08/Samsung-Galaxy-Note-10-Plus-screen-head-on-2-1200x675.jpg'),(10686,4096,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:675;s:4:\"file\";s:65:\"2019/08/Samsung-Galaxy-Note-10-Plus-screen-head-on-2-1200x675.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"Samsung-Galaxy-Note-10-Plus-screen-head-on-2-1200x675-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:65:\"Samsung-Galaxy-Note-10-Plus-screen-head-on-2-1200x675-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:65:\"Samsung-Galaxy-Note-10-Plus-screen-head-on-2-1200x675-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:66:\"Samsung-Galaxy-Note-10-Plus-screen-head-on-2-1200x675-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:66:\"Samsung-Galaxy-Note-10-Plus-screen-head-on-2-1200x675-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10687,4098,'_wp_attached_file','2019/08/galaxy-note-10-s-pen.jpg'),(10688,4098,'wpmf_size','56283'),(10689,4098,'wpmf_filetype','jpg'),(10690,4098,'wpmf_order','0'),(10691,4098,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:829;s:6:\"height\";i:478;s:4:\"file\";s:32:\"2019/08/galaxy-note-10-s-pen.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"galaxy-note-10-s-pen-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:\"galaxy-note-10-s-pen-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"galaxy-note-10-s-pen-768x443.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:443;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:{}}}'),(10692,4099,'_wp_attached_file','2019/08/galaxy-note-10-s-pen-out-1.jpg'),(10693,4099,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:825;s:6:\"height\";i:574;s:4:\"file\";s:38:\"2019/08/galaxy-note-10-s-pen-out-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"galaxy-note-10-s-pen-out-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:38:\"galaxy-note-10-s-pen-out-1-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"galaxy-note-10-s-pen-out-1-768x534.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:534;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:{}}}'),(10694,4100,'_wp_attached_file','2019/08/Samsung-Galaxy-Note-10-Plus-screen-head-on-2-1200x675-1.jpg'),(10695,4100,'wpmf_size','58210'),(10696,4100,'wpmf_filetype','jpg'),(10697,4100,'wpmf_order','0'),(10698,4100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:675;s:4:\"file\";s:67:\"2019/08/Samsung-Galaxy-Note-10-Plus-screen-head-on-2-1200x675-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:67:\"Samsung-Galaxy-Note-10-Plus-screen-head-on-2-1200x675-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:67:\"Samsung-Galaxy-Note-10-Plus-screen-head-on-2-1200x675-1-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:67:\"Samsung-Galaxy-Note-10-Plus-screen-head-on-2-1200x675-1-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:68:\"Samsung-Galaxy-Note-10-Plus-screen-head-on-2-1200x675-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:68:\"Samsung-Galaxy-Note-10-Plus-screen-head-on-2-1200x675-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10700,4086,'_thumbnail_id','4092'),(10701,4086,'_edit_last','21'),(10702,4086,'xyz_smap','1'),(10704,4086,'sponsored_url',''),(10708,1445,'_oembed_27b9bb1263e23ee365660ec45dfd58eb','<iframe title=\"&#039;Men &amp; Emotions&#039; | Jaevion Nelson speaks (Part 1)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/RmTcCG5ZnxU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(10709,1445,'_oembed_time_27b9bb1263e23ee365660ec45dfd58eb','1565874844'),(10714,4104,'_edit_lock','1565893315:1'),(10717,4104,'_thumbnail_id','3143'),(10718,4104,'_oembed_27b9bb1263e23ee365660ec45dfd58eb','<iframe title=\"&#039;Men &amp; Emotions&#039; | Jaevion Nelson speaks (Part 1)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/RmTcCG5ZnxU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(10719,4104,'_oembed_time_27b9bb1263e23ee365660ec45dfd58eb','1565878198'),(10720,4104,'_edit_last','1'),(10721,4104,'video_parent_post_id',''),(10727,2367,'_oembed_7d5ed569c9f5f3d97965b3e1951aeeeb','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1JTJ2kBCyJ/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1JTJ2kBCyJ/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1JTJ2kBCyJ/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Nice little surprise visit yesterday from auntie Lorraine, all the way from Toronto #trenchtownvibes</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/trenchtownartcentre/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Trenchtown Artcentre</a> (@trenchtownartcentre) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-14T13:00:40+00:00\">Aug 14, 2019 at 6:00am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(10728,2367,'_oembed_time_7d5ed569c9f5f3d97965b3e1951aeeeb','1565875131'),(10765,4120,'_edit_lock','1566399155:14'),(10772,4120,'_oembed_09ba7ddd3227f081dc290159885888db','<iframe title=\"Garth Walker invests millions in expanding Adam &amp; Eve Spa Pt 1\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/TaUA_Jc-hjc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(10773,4120,'_oembed_time_09ba7ddd3227f081dc290159885888db','1565962828'),(10774,4120,'_edit_last','14'),(10775,4120,'video_parent_post_id',''),(10779,4120,'_thumbnail_id','4015'),(10784,1120,'_wp_old_date','2019-07-31'),(10785,1134,'_wp_old_date','2019-07-31'),(10788,1148,'_wp_old_date','2019-07-31'),(10789,1156,'_wp_old_date','2019-07-31'),(10790,1471,'_wp_old_date','2019-08-02'),(10791,1476,'_wp_old_date','2019-08-02'),(10792,1480,'_wp_old_date','2019-08-02'),(10793,4128,'_wp_attached_file','2019/08/affection-couple-BUZZ.jpg'),(10794,4128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1736;s:6:\"height\";i:1199;s:4:\"file\";s:33:\"2019/08/affection-couple-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"affection-couple-BUZZ-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:\"affection-couple-BUZZ-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"affection-couple-BUZZ-768x530.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"affection-couple-BUZZ-1024x707.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:707;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"affection-couple-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10795,4129,'_wp_attached_file','2019/08/Aging.jpg'),(10796,4129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2937;s:6:\"height\";i:2456;s:4:\"file\";s:17:\"2019/08/Aging.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Aging-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:\"Aging-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:17:\"Aging-768x642.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:642;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"Aging-1024x856.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:856;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Aging-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1565859486\";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:{}}}'),(10797,4130,'_wp_attached_file','2019/08/Holness-Wall.jpg'),(10798,4130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:328;s:4:\"file\";s:24:\"2019/08/Holness-Wall.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Holness-Wall-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:\"Holness-Wall-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;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:{}}}'),(10801,4132,'_wp_attached_file','2019/08/beacheslogo.png'),(10802,4132,'wpmf_size','7548'),(10803,4132,'wpmf_filetype','png'),(10804,4132,'wpmf_order','0'),(10805,4132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:23:\"2019/08/beacheslogo.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(10810,4137,'_wp_attached_file','2019/07/Vaginoplasty-1.jpg'),(10811,4137,'wpmf_size','145637'),(10812,4137,'wpmf_filetype','jpg'),(10813,4137,'wpmf_order','0'),(10814,4137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1245;s:4:\"file\";s:26:\"2019/07/Vaginoplasty-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Vaginoplasty-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:26:\"Vaginoplasty-1-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Vaginoplasty-1-768x531.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Vaginoplasty-1-1024x708.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:708;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Vaginoplasty-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10817,4139,'_wp_attached_file','2019/08/Camel-toe.jpg'),(10818,4139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:767;s:6:\"height\";i:767;s:4:\"file\";s:21:\"2019/08/Camel-toe.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Camel-toe-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:\"Camel-toe-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Camel-toe-767x655.jpg\";s:5:\"width\";i:767;s:6:\"height\";i:655;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:{}}}'),(10833,1082,'simplefavorites_count','1'),(10840,4165,'_edit_lock','1568216867:11'),(10841,4167,'_wp_attached_file','2019/08/chris-brown-no-guidance-buzzgrab.jpg'),(10842,4167,'wpmf_size','219073'),(10843,4167,'wpmf_filetype','jpg'),(10844,4167,'wpmf_order','0'),(10845,4167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1250;s:6:\"height\";i:725;s:4:\"file\";s:44:\"2019/08/chris-brown-no-guidance-buzzgrab.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"chris-brown-no-guidance-buzzgrab-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:\"chris-brown-no-guidance-buzzgrab-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"chris-brown-no-guidance-buzzgrab-768x445.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"chris-brown-no-guidance-buzzgrab-1024x594.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:594;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"chris-brown-no-guidance-buzzgrab-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10846,4165,'_thumbnail_id','4167'),(10847,4165,'_oembed_b88037e0b63b2604231b47c6603d0684','<iframe title=\"Buzz YouTube Top 10, (Week July 29)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/YOrE-lEzF-w?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(10848,4165,'_oembed_time_b88037e0b63b2604231b47c6603d0684','1565884094'),(10849,4165,'_edit_last','11'),(10850,4165,'video_parent_post_id',''),(10851,4165,'_wp_old_date','2019-08-15'),(10852,4168,'_edit_lock','1568217096:11'),(10858,4169,'_wp_attached_file','2019/08/tommy-lee-sparta-shotta-buzzgrab.jpg'),(10859,4169,'wpmf_size','97890'),(10860,4169,'wpmf_filetype','jpg'),(10861,4169,'wpmf_order','0'),(10862,4169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:44:\"2019/08/tommy-lee-sparta-shotta-buzzgrab.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"tommy-lee-sparta-shotta-buzzgrab-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:\"tommy-lee-sparta-shotta-buzzgrab-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:44:\"tommy-lee-sparta-shotta-buzzgrab-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:45:\"tommy-lee-sparta-shotta-buzzgrab-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"tommy-lee-sparta-shotta-buzzgrab-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10863,4168,'_thumbnail_id','4169'),(10864,4168,'_oembed_4f145d9f8b639865749c7f400d402d3d','<iframe title=\"Buzz YouTube Top 10, (Week August 5)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/fhfYZwfc0l4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(10865,4168,'_oembed_time_4f145d9f8b639865749c7f400d402d3d','1565884354'),(10866,4168,'_edit_last','11'),(10867,4168,'video_parent_post_id',''),(10868,4168,'_wp_old_date','2019-08-15'),(10869,4170,'_edit_lock','1568216725:11'),(10872,4170,'_oembed_73296c7209d6e5917e68cf86ca3c6b3d','<iframe title=\"BUZZ Music Top 10 (Week August 12)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/8xbMSxGT2CE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(10873,4170,'_oembed_time_73296c7209d6e5917e68cf86ca3c6b3d','1566398434'),(10874,4171,'_wp_attached_file','2019/08/rygin-king-one-time-buzzgrab.jpg'),(10875,4171,'wpmf_size','81923'),(10876,4171,'wpmf_filetype','jpg'),(10877,4171,'wpmf_order','0'),(10878,4171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:40:\"2019/08/rygin-king-one-time-buzzgrab.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"rygin-king-one-time-buzzgrab-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:\"rygin-king-one-time-buzzgrab-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:40:\"rygin-king-one-time-buzzgrab-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:41:\"rygin-king-one-time-buzzgrab-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"rygin-king-one-time-buzzgrab-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10879,4170,'_thumbnail_id','4171'),(10880,4170,'_edit_last','11'),(10881,4170,'video_parent_post_id',''),(10882,4170,'_wp_old_date','2019-08-15'),(10896,4174,'_wp_attached_file','2019/08/71J1TtxfOL._SX679_.jpg'),(10897,4174,'wpmf_size','128860'),(10898,4174,'wpmf_filetype','jpg'),(10899,4174,'wpmf_order','0'),(10900,4174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2019/08/71J1TtxfOL._SX679_.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"71J1TtxfOL._SX679_-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:\"71J1TtxfOL._SX679_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"71J1TtxfOL._SX679_-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"71J1TtxfOL._SX679_-800x655.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:655;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:{}}}'),(10901,3750,'_thumbnail_id','4294'),(10902,4175,'_wp_attached_file','2019/08/LBD-Sleek.jpg'),(10903,4175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2166;s:6:\"height\";i:1446;s:4:\"file\";s:21:\"2019/08/LBD-Sleek.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"LBD-Sleek-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:\"LBD-Sleek-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:21:\"LBD-Sleek-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"LBD-Sleek-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"LBD-Sleek-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10909,4177,'_wp_attached_file','2019/08/LBD-Drama.jpg'),(10910,4177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2013;s:6:\"height\";i:1274;s:4:\"file\";s:21:\"2019/08/LBD-Drama.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"LBD-Drama-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:\"LBD-Drama-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"LBD-Drama-768x486.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"LBD-Drama-1024x648.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:648;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"LBD-Drama-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10914,3008,'_wp_old_date','2019-08-12'),(10915,4170,'_wp_old_date','2019-08-13'),(10929,4187,'_wp_attached_file','2019/08/LBD-Dangling-Earrings.jpg'),(10930,4187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2166;s:6:\"height\";i:1446;s:4:\"file\";s:33:\"2019/08/LBD-Dangling-Earrings.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"LBD-Dangling-Earrings-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:\"LBD-Dangling-Earrings-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:33:\"LBD-Dangling-Earrings-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"LBD-Dangling-Earrings-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"LBD-Dangling-Earrings-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10936,2367,'_oembed_617044b53ad90050c9a216bf4b2fe887','<iframe title=\"Trench Town Ceramic Centre || BUZZ feature\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/iCnQkFXw5N0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(10937,2367,'_oembed_time_617044b53ad90050c9a216bf4b2fe887','1565885892'),(10944,1531,'_oembed_617044b53ad90050c9a216bf4b2fe887','<iframe title=\"Trench Town Ceramic Centre || BUZZ feature\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/iCnQkFXw5N0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(10945,1531,'_oembed_time_617044b53ad90050c9a216bf4b2fe887','1565885924'),(10947,4191,'_wp_attached_file','2019/08/BUZZ_1.jpg'),(10948,4191,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5973;s:6:\"height\";i:3352;s:4:\"file\";s:18:\"2019/08/BUZZ_1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"BUZZ_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:\"BUZZ_1-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"BUZZ_1-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"BUZZ_1-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"BUZZ_1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10949,4192,'_wp_attached_file','2019/08/BUZZ_2.jpg'),(10950,4192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5554;s:6:\"height\";i:3732;s:4:\"file\";s:18:\"2019/08/BUZZ_2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"BUZZ_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:18:\"BUZZ_2-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"BUZZ_2-768x516.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"BUZZ_2-1024x688.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:688;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"BUZZ_2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10952,4193,'_wp_attached_file','2019/08/BUZZ_3.jpg'),(10954,4193,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5922;s:6:\"height\";i:3148;s:4:\"file\";s:18:\"2019/08/BUZZ_3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"BUZZ_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:18:\"BUZZ_3-300x159.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"BUZZ_3-768x408.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"BUZZ_3-1024x544.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"BUZZ_3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10955,1531,'_wp_old_date','2019-08-02'),(10962,4199,'_wp_attached_file','2019/08/Digicel-CEOS-BUZZ.jpg'),(10963,4199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:920;s:4:\"file\";s:29:\"2019/08/Digicel-CEOS-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Digicel-CEOS-BUZZ-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:\"Digicel-CEOS-BUZZ-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Digicel-CEOS-BUZZ-768x471.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Digicel-CEOS-BUZZ-1024x628.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:628;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Digicel-CEOS-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10966,4201,'_wp_attached_file','2019/08/Allison-Cole-Phillbert-1.jpg'),(10967,4201,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:504;s:6:\"height\";i:332;s:4:\"file\";s:36:\"2019/08/Allison-Cole-Phillbert-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Allison-Cole-Phillbert-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:36:\"Allison-Cole-Phillbert-1-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;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:{}}}'),(10968,4202,'_edit_lock','1565893191:1'),(10971,4204,'_wp_attached_file','2019/08/abdomen-belly-button-bikini-1615850.jpg'),(10972,4204,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:47:\"2019/08/abdomen-belly-button-bikini-1615850.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"abdomen-belly-button-bikini-1615850-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:\"abdomen-belly-button-bikini-1615850-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:47:\"abdomen-belly-button-bikini-1615850-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:48:\"abdomen-belly-button-bikini-1615850-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"abdomen-belly-button-bikini-1615850-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(10987,4202,'_oembed_eed2382273f5f1d851f0b41ddd2b8493','<iframe title=\"LifeYard...Kingston&#039;s epicentre of rebirth || BUZZ feature\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/T0sX7A4AoXU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(10988,4202,'_oembed_time_eed2382273f5f1d851f0b41ddd2b8493','1565889682'),(10989,4202,'_thumbnail_id','3608'),(10990,4202,'_edit_last','1'),(10991,4202,'video_parent_post_id',''),(11002,3279,'simplefavorites_count','1'),(11018,4229,'_edit_lock','1568216846:11'),(11035,4245,'_wp_attached_file','2019/08/popcaan-body-so-good-buzzgrab.jpg'),(11036,4245,'wpmf_size','62718'),(11037,4245,'wpmf_filetype','jpg'),(11038,4245,'wpmf_order','0'),(11039,4245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:41:\"2019/08/popcaan-body-so-good-buzzgrab.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"popcaan-body-so-good-buzzgrab-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:\"popcaan-body-so-good-buzzgrab-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:41:\"popcaan-body-so-good-buzzgrab-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:42:\"popcaan-body-so-good-buzzgrab-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"popcaan-body-so-good-buzzgrab-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11040,4229,'_thumbnail_id','4245'),(11041,4229,'_oembed_9fa3a86d673a16e17ead852f9c94cd4a','<iframe title=\"BUZZ Artiste Watch (Week of July 29)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/zFA3VHCwZho?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(11042,4229,'_oembed_time_9fa3a86d673a16e17ead852f9c94cd4a','1565887639'),(11043,4229,'_edit_last','11'),(11044,4229,'video_parent_post_id',''),(11045,4229,'_wp_old_date','2019-08-15'),(11046,4246,'_edit_lock','1568217039:11'),(11049,4248,'_wp_attached_file','2019/08/Boss-Watching-Feature-BUZZ.jpg'),(11050,4248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1943;s:6:\"height\";i:1495;s:4:\"file\";s:38:\"2019/08/Boss-Watching-Feature-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Boss-Watching-Feature-BUZZ-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:\"Boss-Watching-Feature-BUZZ-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Boss-Watching-Feature-BUZZ-768x591.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:591;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Boss-Watching-Feature-BUZZ-1024x788.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:788;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Boss-Watching-Feature-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11053,4246,'_oembed_a62a57c51e781dd36f9fb134c3288414','<iframe title=\"BUZZ Artiste Watch (Week of August 5)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/3BLNEI1M7Fc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(11054,4246,'_oembed_time_a62a57c51e781dd36f9fb134c3288414','1565887767'),(11061,4253,'_wp_attached_file','2019/08/masicka-top-form-buzzgrab.jpg'),(11062,4253,'wpmf_size','123317'),(11063,4253,'wpmf_filetype','jpg'),(11064,4253,'wpmf_order','0'),(11065,4253,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:37:\"2019/08/masicka-top-form-buzzgrab.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"masicka-top-form-buzzgrab-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:\"masicka-top-form-buzzgrab-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:37:\"masicka-top-form-buzzgrab-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:38:\"masicka-top-form-buzzgrab-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"masicka-top-form-buzzgrab-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11066,4246,'_thumbnail_id','4253'),(11067,4246,'_edit_last','11'),(11068,4246,'video_parent_post_id',''),(11069,4246,'_wp_old_date','2019-08-15'),(11070,4254,'_edit_lock','1568217075:11'),(11073,4256,'_wp_attached_file','2019/08/ice.jpg'),(11074,4256,'wpmf_size','111570'),(11075,4256,'wpmf_filetype','jpg'),(11076,4256,'wpmf_order','0'),(11077,4256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:793;s:4:\"file\";s:15:\"2019/08/ice.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ice-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:15:\"ice-242x300.jpg\";s:5:\"width\";i:242;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"ice-640x655.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:655;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:{}}}'),(11078,4257,'_wp_attached_file','2019/08/milk.jpg'),(11079,4257,'wpmf_size','60546'),(11080,4257,'wpmf_filetype','jpg'),(11081,4257,'wpmf_order','0'),(11082,4257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:16:\"2019/08/milk.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"milk-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:\"milk-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:{}}}'),(11085,4259,'_wp_attached_file','2019/08/dexta-daps-nakedmv-buzzgrab.jpg'),(11086,4259,'wpmf_size','59032'),(11087,4259,'wpmf_filetype','jpg'),(11088,4259,'wpmf_order','0'),(11089,4259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:39:\"2019/08/dexta-daps-nakedmv-buzzgrab.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"dexta-daps-nakedmv-buzzgrab-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:\"dexta-daps-nakedmv-buzzgrab-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:\"dexta-daps-nakedmv-buzzgrab-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:\"dexta-daps-nakedmv-buzzgrab-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"dexta-daps-nakedmv-buzzgrab-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11090,4254,'_thumbnail_id','4259'),(11091,4254,'_oembed_a9c71abd0d9bfac938d4bc500e460ed9','<iframe title=\"BUZZ Artiste Watch (Week of August 12)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/HEHku5dnvgI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(11092,4254,'_oembed_time_a9c71abd0d9bfac938d4bc500e460ed9','1566398483'),(11093,4254,'_edit_last','11'),(11094,4254,'video_parent_post_id',''),(11098,4254,'_wp_old_slug','buzz-top-10-artiste-watch-week-august-12__trashed'),(11099,4254,'_wp_old_date','2019-08-15'),(11104,4261,'_wp_attached_file','2019/08/Facebook-at-Work.jpg'),(11105,4261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2996;s:6:\"height\";i:1990;s:4:\"file\";s:28:\"2019/08/Facebook-at-Work.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Facebook-at-Work-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:\"Facebook-at-Work-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Facebook-at-Work-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Facebook-at-Work-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Facebook-at-Work-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11107,2616,'_wp_old_date','2019-08-09'),(11111,4264,'_wp_attached_file','2019/08/1.png'),(11112,4264,'wpmf_size','171907'),(11113,4264,'wpmf_filetype','png'),(11114,4264,'wpmf_order','0'),(11115,4264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:13:\"2019/08/1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-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:13:\"1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"1-800x655.png\";s:5:\"width\";i:800;s:6:\"height\";i:655;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:{}}}'),(11116,4266,'_wp_attached_file','2019/08/accomplished-adults.jpg'),(11117,4266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1680;s:6:\"height\";i:1609;s:4:\"file\";s:31:\"2019/08/accomplished-adults.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"accomplished-adults-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:\"accomplished-adults-300x287.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"accomplished-adults-768x736.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"accomplished-adults-1024x981.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:981;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"accomplished-adults-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11118,4267,'_wp_attached_file','2019/08/BMW.jpg'),(11119,4267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1728;s:6:\"height\";i:1152;s:4:\"file\";s:15:\"2019/08/BMW.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"BMW-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:15:\"BMW-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:15:\"BMW-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:16:\"BMW-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"BMW-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11120,4268,'_wp_attached_file','2019/08/relationship-argument-bench-breakup-984949.jpg'),(11121,4268,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:900;s:4:\"file\";s:54:\"2019/08/relationship-argument-bench-breakup-984949.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"relationship-argument-bench-breakup-984949-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:54:\"relationship-argument-bench-breakup-984949-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:54:\"relationship-argument-bench-breakup-984949-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"relationship-argument-bench-breakup-984949-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"relationship-argument-bench-breakup-984949-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11122,4269,'_wp_attached_file','2019/08/relationship-adult-art-artsy-278312-1.jpg'),(11123,4269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1358;s:6:\"height\";i:900;s:4:\"file\";s:49:\"2019/08/relationship-adult-art-artsy-278312-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"relationship-adult-art-artsy-278312-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:49:\"relationship-adult-art-artsy-278312-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"relationship-adult-art-artsy-278312-1-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"relationship-adult-art-artsy-278312-1-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"relationship-adult-art-artsy-278312-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11126,4272,'_wp_attached_file','2019/08/Lonely-At-Home.png'),(11127,4272,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:941;s:6:\"height\";i:530;s:4:\"file\";s:26:\"2019/08/Lonely-At-Home.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Lonely-At-Home-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:26:\"Lonely-At-Home-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Lonely-At-Home-768x433.png\";s:5:\"width\";i:768;s:6:\"height\";i:433;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:{}}}'),(11134,4275,'_wp_attached_file','2019/08/Water-Pumps.jpg'),(11135,4275,'wpmf_size','76693'),(11136,4275,'wpmf_filetype','jpg'),(11137,4275,'wpmf_order','0'),(11138,4275,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:872;s:6:\"height\";i:302;s:4:\"file\";s:23:\"2019/08/Water-Pumps.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Water-Pumps-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:\"Water-Pumps-300x104.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Water-Pumps-768x266.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:266;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:{}}}'),(11139,832,'_oembed_2027af2084fbef6342f7f32228e7733c','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/Bw2aujThfW_/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:500px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/Bw2aujThfW_/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/Bw2aujThfW_/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">AYOOOOO - this look is currently LIVE ON BLOG. Guess who just redesigned their website ??‍♀️ a brand spanking new LaurenOLauren is UP. I have a new tab called shop where I will have links to my most popular worn items that you guys ask about. (Like the outfit I wore with the flowy top yes that’s on my shop tab). ❤️ Go show my website some love. #happymonday</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/laurenolauren/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Info@LaurenOlauren.com</a> (@laurenolauren) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-04-29T18:55:42+00:00\">Apr 29, 2019 at 11:55am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(11140,832,'_oembed_time_2027af2084fbef6342f7f32228e7733c','1565889380'),(11149,4282,'_wp_attached_file','2019/08/CPUM2DABK38-18M_Large.jpg'),(11150,4282,'wpmf_size','47252'),(11151,4282,'wpmf_filetype','jpg'),(11152,4282,'wpmf_order','0'),(11153,4282,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:33:\"2019/08/CPUM2DABK38-18M_Large.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"CPUM2DABK38-18M_Large-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:\"CPUM2DABK38-18M_Large-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:{}}}'),(11154,4283,'_wp_attached_file','2019/08/CPUM2DABK38-18M_Large-1.jpg'),(11155,4283,'wpmf_size','47252'),(11156,4283,'wpmf_filetype','jpg'),(11157,4283,'wpmf_order','0'),(11158,4283,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2019/08/CPUM2DABK38-18M_Large-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"CPUM2DABK38-18M_Large-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:35:\"CPUM2DABK38-18M_Large-1-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:{}}}'),(11159,4284,'_wp_attached_file','2019/08/DAB_Waterpump.png'),(11160,4284,'wpmf_size','209815'),(11161,4284,'wpmf_filetype','png'),(11162,4284,'wpmf_order','0'),(11163,4284,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2019/08/DAB_Waterpump.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"DAB_Waterpump-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:25:\"DAB_Waterpump-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(11164,4285,'_wp_attached_file','2019/08/DAB_Waterpump-1.png'),(11165,4285,'wpmf_size','209815'),(11166,4285,'wpmf_filetype','png'),(11167,4285,'wpmf_order','0'),(11168,4285,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2019/08/DAB_Waterpump-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"DAB_Waterpump-1-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:27:\"DAB_Waterpump-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(11169,4286,'_wp_attached_file','2019/08/Bashco.png'),(11170,4286,'wpmf_size','7933'),(11171,4286,'wpmf_filetype','png'),(11172,4286,'wpmf_order','0'),(11173,4286,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:18:\"2019/08/Bashco.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Bashco-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(11174,700,'simplefavorites_count','1'),(11179,4288,'_wp_attached_file','2019/08/HBD.jpg'),(11180,4288,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1700;s:4:\"file\";s:15:\"2019/08/HBD.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"HBD-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:15:\"HBD-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"HBD-768x544.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"HBD-1024x725.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"HBD-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11181,4289,'_wp_attached_file','2019/08/Balance.jpg'),(11182,4289,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5472;s:6:\"height\";i:3648;s:4:\"file\";s:19:\"2019/08/Balance.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Balance-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:\"Balance-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:19:\"Balance-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:20:\"Balance-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Balance-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11184,4291,'_wp_attached_file','2019/08/DAB_Waterpump-2.png'),(11185,4291,'wpmf_size','296553'),(11186,4291,'wpmf_filetype','png'),(11187,4291,'wpmf_order','0'),(11188,4291,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2019/08/DAB_Waterpump-2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"DAB_Waterpump-2-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:27:\"DAB_Waterpump-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(11189,4293,'_wp_attached_file','2019/08/Plumber.jpg'),(11190,4293,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:338;s:4:\"file\";s:19:\"2019/08/Plumber.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Plumber-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:\"Plumber-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:\"0\";s:8:\"keywords\";a:0:{}}}'),(11191,4294,'_wp_attached_file','2019/08/KitchenAid_Products.png'),(11192,4294,'wpmf_size','138479'),(11193,4294,'wpmf_filetype','png'),(11194,4294,'wpmf_order','0'),(11195,4294,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2019/08/KitchenAid_Products.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"KitchenAid_Products-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:31:\"KitchenAid_Products-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(11196,4295,'_wp_attached_file','2019/08/Empty-Bed.jpg'),(11197,4295,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2019/08/Empty-Bed.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Empty-Bed-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:\"Empty-Bed-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:21:\"Empty-Bed-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:22:\"Empty-Bed-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Empty-Bed-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11200,4297,'_wp_attached_file','2019/08/Romantic-dinner.jpg'),(11201,4297,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5472;s:6:\"height\";i:3648;s:4:\"file\";s:27:\"2019/08/Romantic-dinner.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Romantic-dinner-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:\"Romantic-dinner-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:27:\"Romantic-dinner-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:28:\"Romantic-dinner-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Romantic-dinner-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11203,4299,'_wp_attached_file','2019/08/Vice-Grip-On-Wallet.jpg'),(11204,4299,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4780;s:6:\"height\";i:3648;s:4:\"file\";s:31:\"2019/08/Vice-Grip-On-Wallet.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Vice-Grip-On-Wallet-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:\"Vice-Grip-On-Wallet-300x229.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Vice-Grip-On-Wallet-768x586.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Vice-Grip-On-Wallet-1024x781.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:781;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Vice-Grip-On-Wallet-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11205,4300,'_wp_attached_file','2019/08/1-1.png'),(11206,4300,'wpmf_size','937114'),(11207,4300,'wpmf_filetype','png'),(11208,4300,'wpmf_order','0'),(11209,4300,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:784;s:6:\"height\";i:784;s:4:\"file\";s:15:\"2019/08/1-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"1-1-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:15:\"1-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"1-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"1-1-784x655.png\";s:5:\"width\";i:784;s:6:\"height\";i:655;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:{}}}'),(11212,4302,'_wp_attached_file','2019/08/Checklist-Manicured-Nails.jpeg'),(11213,4302,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1500;s:4:\"file\";s:38:\"2019/08/Checklist-Manicured-Nails.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Checklist-Manicured-Nails-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:38:\"Checklist-Manicured-Nails-300x225.jpeg\";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:38:\"Checklist-Manicured-Nails-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Checklist-Manicured-Nails-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Checklist-Manicured-Nails-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11216,4303,'_wp_attached_file','wpmf_remote_video/garth-walker-invests-millions-in-expanding-adam-and-eve-spa-pt-2.jpg'),(11217,4303,'wpmf_size','65073'),(11218,4303,'wpmf_filetype','jpg'),(11219,4303,'wpmf_order','0'),(11220,4303,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:86:\"wpmf_remote_video/garth-walker-invests-millions-in-expanding-adam-and-eve-spa-pt-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:76:\"garth-walker-invests-millions-in-expanding-adam-and-eve-spa-pt-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:76:\"garth-walker-invests-millions-in-expanding-adam-and-eve-spa-pt-2-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:76:\"garth-walker-invests-millions-in-expanding-adam-and-eve-spa-pt-2-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:77:\"garth-walker-invests-millions-in-expanding-adam-and-eve-spa-pt-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:77:\"garth-walker-invests-millions-in-expanding-adam-and-eve-spa-pt-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11221,4303,'wpmf_remote_video_link','https://www.youtube.com/watch?v=fnWiwYcRRGw'),(11222,4304,'_wp_attached_file','2019/08/Lonely.jpg'),(11223,4304,'wpmf_size','858216'),(11224,4304,'wpmf_filetype','jpg'),(11225,4304,'wpmf_order','0'),(11226,4304,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3092;s:6:\"height\";i:2064;s:4:\"file\";s:18:\"2019/08/Lonely.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Lonely-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:\"Lonely-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:18:\"Lonely-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Lonely-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Lonely-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11229,4305,'_wp_attached_file','2019/08/Cheers.jpg'),(11230,4305,'wpmf_size','1971465'),(11231,4305,'wpmf_filetype','jpg'),(11232,4305,'wpmf_order','0'),(11233,4305,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4928;s:6:\"height\";i:3264;s:4:\"file\";s:18:\"2019/08/Cheers.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Cheers-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:\"Cheers-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Cheers-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Cheers-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Cheers-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11236,4307,'_wp_attached_file','2019/08/1-2.png'),(11237,4307,'wpmf_size','621607'),(11238,4307,'wpmf_filetype','png'),(11239,4307,'wpmf_order','0'),(11240,4307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:599;s:6:\"height\";i:599;s:4:\"file\";s:15:\"2019/08/1-2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"1-2-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:15:\"1-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(11247,4312,'_wp_attached_file','2019/08/1-3.png'),(11248,4312,'wpmf_size','197944'),(11249,4312,'wpmf_filetype','png'),(11250,4312,'wpmf_order','0'),(11251,4312,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:15:\"2019/08/1-3.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"1-3-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:15:\"1-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"1-3-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"1-3-800x655.png\";s:5:\"width\";i:800;s:6:\"height\";i:655;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:{}}}'),(11252,4314,'_wp_attached_file','2019/08/candycraze.png'),(11253,4314,'wpmf_size','443733'),(11254,4314,'wpmf_filetype','png'),(11255,4314,'wpmf_order','0'),(11256,4314,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:22:\"2019/08/candycraze.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"candycraze-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:22:\"candycraze-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(11257,4315,'_wp_attached_file','2019/08/1-4.png'),(11258,4315,'wpmf_size','678398'),(11259,4315,'wpmf_filetype','png'),(11260,4315,'wpmf_order','0'),(11261,4315,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:760;s:6:\"height\";i:760;s:4:\"file\";s:15:\"2019/08/1-4.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"1-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:15:\"1-4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"1-4-760x655.png\";s:5:\"width\";i:760;s:6:\"height\";i:655;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:{}}}'),(11262,4316,'_wp_attached_file','2019/08/adult-business-people-businessmen-1243524.jpg'),(11263,4316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:53:\"2019/08/adult-business-people-businessmen-1243524.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"adult-business-people-businessmen-1243524-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:\"adult-business-people-businessmen-1243524-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:53:\"adult-business-people-businessmen-1243524-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:54:\"adult-business-people-businessmen-1243524-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:54:\"adult-business-people-businessmen-1243524-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11268,4318,'_wp_attached_file','2019/08/candycraze_milkshake.png'),(11269,4318,'wpmf_size','502728'),(11270,4318,'wpmf_filetype','png'),(11271,4318,'wpmf_order','0'),(11272,4318,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:32:\"2019/08/candycraze_milkshake.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"candycraze_milkshake-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:\"candycraze_milkshake-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(11273,4319,'_edit_lock','1565893729:4'),(11276,4322,'_wp_attached_file','2019/08/dating-african-lady-close-up-couple-1667847.jpg'),(11277,4322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:55:\"2019/08/dating-african-lady-close-up-couple-1667847.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"dating-african-lady-close-up-couple-1667847-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:55:\"dating-african-lady-close-up-couple-1667847-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:55:\"dating-african-lady-close-up-couple-1667847-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:56:\"dating-african-lady-close-up-couple-1667847-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:56:\"dating-african-lady-close-up-couple-1667847-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11284,4319,'_edit_last','4'),(11285,4319,'sponsored_url',''),(11288,4328,'_wp_attached_file','2019/08/Starbucks_CamanaBay_Aug2019_RC-1.jpg'),(11289,4328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:4:\"file\";s:44:\"2019/08/Starbucks_CamanaBay_Aug2019_RC-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Starbucks_CamanaBay_Aug2019_RC-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:44:\"Starbucks_CamanaBay_Aug2019_RC-1-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:44:\"Starbucks_CamanaBay_Aug2019_RC-1-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:45:\"Starbucks_CamanaBay_Aug2019_RC-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Starbucks_CamanaBay_Aug2019_RC-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565732634\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:1:\"1\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11290,4331,'_wp_attached_file','2019/08/Starbucks_CamanaBay_Aug2019_RC-4.jpg'),(11293,4331,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1944;s:6:\"height\";i:1297;s:4:\"file\";s:44:\"2019/08/Starbucks_CamanaBay_Aug2019_RC-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Starbucks_CamanaBay_Aug2019_RC-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:44:\"Starbucks_CamanaBay_Aug2019_RC-4-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:44:\"Starbucks_CamanaBay_Aug2019_RC-4-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:45:\"Starbucks_CamanaBay_Aug2019_RC-4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Starbucks_CamanaBay_Aug2019_RC-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565728797\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:1:\"1\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11299,4319,'_thumbnail_id','4328'),(11300,4319,'xyz_smap','1'),(11304,4337,'_wp_attached_file','2019/08/1-5.png'),(11305,4337,'wpmf_size','392453'),(11306,4337,'wpmf_filetype','png'),(11307,4337,'wpmf_order','0'),(11308,4337,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:599;s:6:\"height\";i:599;s:4:\"file\";s:15:\"2019/08/1-5.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"1-5-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:15:\"1-5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(11313,4340,'_edit_lock','1566239714:9'),(11316,4341,'_wp_attached_file','2019/08/uwi-graduates-2014.png'),(11317,4341,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:350;s:4:\"file\";s:30:\"2019/08/uwi-graduates-2014.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"uwi-graduates-2014-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:\"uwi-graduates-2014-300x124.png\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"uwi-graduates-2014-768x316.png\";s:5:\"width\";i:768;s:6:\"height\";i:316;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:{}}}'),(11320,4342,'_wp_attached_file','2019/08/kfc-big-deal-buzz-demo.jpg'),(11321,4342,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:702;s:4:\"file\";s:34:\"2019/08/kfc-big-deal-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"kfc-big-deal-buzz-demo-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:\"kfc-big-deal-buzz-demo-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"kfc-big-deal-buzz-demo-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"kfc-big-deal-buzz-demo-1024x666.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"kfc-big-deal-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11322,4343,'_wp_attached_file','2019/08/andrew-holness-clarks-buzz.jpg'),(11323,4343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1066;s:6:\"height\";i:1332;s:4:\"file\";s:38:\"2019/08/andrew-holness-clarks-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"andrew-holness-clarks-buzz-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:\"andrew-holness-clarks-buzz-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"andrew-holness-clarks-buzz-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"andrew-holness-clarks-buzz-820x1024.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"andrew-holness-clarks-buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11324,4344,'_wp_attached_file','2019/08/sandhills-vista-buzz-demo.jpg'),(11325,4344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:680;s:4:\"file\";s:37:\"2019/08/sandhills-vista-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"sandhills-vista-buzz-demo-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:\"sandhills-vista-buzz-demo-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"sandhills-vista-buzz-demo-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"sandhills-vista-buzz-demo-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"sandhills-vista-buzz-demo-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(11326,4345,'_wp_attached_file','2019/08/luxury-apartments-20south-kingston-buzz-demo.jpg'),(11327,4345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:56:\"2019/08/luxury-apartments-20south-kingston-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"luxury-apartments-20south-kingston-buzz-demo-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:56:\"luxury-apartments-20south-kingston-buzz-demo-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:56:\"luxury-apartments-20south-kingston-buzz-demo-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:57:\"luxury-apartments-20south-kingston-buzz-demo-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:57:\"luxury-apartments-20south-kingston-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11328,4346,'_wp_attached_file','2019/08/andrew-holness-in-a-suit.jpg'),(11329,4346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:824;s:4:\"file\";s:36:\"2019/08/andrew-holness-in-a-suit.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"andrew-holness-in-a-suit-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:\"andrew-holness-in-a-suit-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"andrew-holness-in-a-suit-768x494.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"andrew-holness-in-a-suit-1024x659.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:659;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"andrew-holness-in-a-suit-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11330,4347,'_wp_attached_file','2019/08/galaxy-note10-buzz-demo.jpg'),(11331,4347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:35:\"2019/08/galaxy-note10-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"galaxy-note10-buzz-demo-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:\"galaxy-note10-buzz-demo-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"galaxy-note10-buzz-demo-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"galaxy-note10-buzz-demo-1024x538.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"galaxy-note10-buzz-demo-1060x630.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:630;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:{}}}'),(11332,4348,'_wp_attached_file','2019/08/boys-khaki-uniforms-demo.jpg'),(11333,4348,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1140;s:6:\"height\";i:555;s:4:\"file\";s:36:\"2019/08/boys-khaki-uniforms-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"boys-khaki-uniforms-demo-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:\"boys-khaki-uniforms-demo-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"boys-khaki-uniforms-demo-768x374.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"boys-khaki-uniforms-demo-1024x499.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"boys-khaki-uniforms-demo-1060x555.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:555;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:{}}}'),(11334,4349,'_wp_attached_file','2019/08/andrew-holness-spend-buzz.jpg'),(11335,4349,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:37:\"2019/08/andrew-holness-spend-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"andrew-holness-spend-buzz-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:\"andrew-holness-spend-buzz-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:37:\"andrew-holness-spend-buzz-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:38:\"andrew-holness-spend-buzz-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"andrew-holness-spend-buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563537420\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"170\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11336,4350,'_wp_attached_file','2019/08/jamaica-money.jpg'),(11337,4350,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:740;s:6:\"height\";i:493;s:4:\"file\";s:25:\"2019/08/jamaica-money.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"jamaica-money-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:\"jamaica-money-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:\"1\";s:8:\"keywords\";a:0:{}}}'),(11343,4340,'_thumbnail_id','4349'),(11344,4340,'_edit_last','9'),(11345,4340,'xyz_smap','1'),(11347,4340,'sponsored_url',''),(11358,4120,'_wp_old_date','2019-08-15'),(11367,4057,'_wp_old_slug','sandals-south-coast-dinning-room-supervisor-4057'),(11388,4367,'_edit_lock','1565967757:4'),(11389,4367,'_oembed_925cec8d93ccd353a3dbcc1cf2a8ccc9','<iframe title=\"CHAPPY - ST E GYAL Official Video\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/8vzuG14FZis?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(11390,4367,'_oembed_time_925cec8d93ccd353a3dbcc1cf2a8ccc9','1565967711'),(11391,4367,'_edit_last','4'),(11392,4367,'video_parent_post_id',''),(11393,4368,'_wp_attached_file','2019/08/Screenshot-39.png'),(11394,4368,'wpmf_size','653649'),(11395,4368,'wpmf_filetype','png'),(11396,4368,'wpmf_order','0'),(11397,4368,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:641;s:4:\"file\";s:25:\"2019/08/Screenshot-39.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Screenshot-39-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:25:\"Screenshot-39-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Screenshot-39-768x577.png\";s:5:\"width\";i:768;s:6:\"height\";i:577;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:{}}}'),(11398,4367,'_thumbnail_id','4368'),(11405,4372,'_edit_lock','1565976532:21'),(11408,4373,'_edit_lock','1565974847:4'),(11409,4374,'_wp_attached_file','2019/08/Kevaun.jpg'),(11410,4374,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1764;s:6:\"height\";i:1143;s:4:\"file\";s:18:\"2019/08/Kevaun.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Kevaun-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:\"Kevaun-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Kevaun-768x498.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Kevaun-1024x664.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Kevaun-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565778450\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"23\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11411,4373,'_edit_last','4'),(11412,4373,'sponsored_url',''),(11413,4376,'_wp_attached_file','2019/08/Snacks-Galore.jpg'),(11414,4376,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1452;s:6:\"height\";i:968;s:4:\"file\";s:25:\"2019/08/Snacks-Galore.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Snacks-Galore-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:\"Snacks-Galore-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:\"Snacks-Galore-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:\"Snacks-Galore-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Snacks-Galore-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565778350\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11419,4379,'_wp_attached_file','2019/08/Spice-Box-Large.jpg'),(11420,4379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:4:\"file\";s:27:\"2019/08/Spice-Box-Large.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Spice-Box-Large-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:\"Spice-Box-Large-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Spice-Box-Large-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Spice-Box-Large-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Spice-Box-Large-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1565701920\";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:{}}}'),(11421,4380,'_wp_attached_file','2019/08/asap-rocky-3.jpg'),(11422,4380,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:24:\"2019/08/asap-rocky-3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"asap-rocky-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:24:\"asap-rocky-3-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"asap-rocky-3-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:28:\"John Salangsang /Splash News\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:472:\"ASAP Rocky arrives at the premiere of Summit Entertainment\'s \'Divergent\' at the Regency Bruin Theatre on March 18, 2014 in Los Angeles, California. (Photo by John Salangsang | LEP | Splash)\r<P>\rPictured: ASAP Rocky\r<P><B>Ref: SPL722047  180314  </B><BR />\rPicture by: John Salangsang/Splash News <BR />\r</P><P>\r<B>Splash News and Pictures</B><BR />\rLos Angeles:	310-821-2666<BR />\rNew York:	212-619-2666<BR />\rLondon:	870-934-2666<BR />\rphotodesk@splashnews.com<BR />\r</P>\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:21:\"© www.splashnews.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:61:\"ASAP Rocky arrives at the Los Angeles premiere of \'Divergent\'\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:21:{i:0;s:8:\"premiere\";i:1;s:10:\"A$AP Rocky\";i:2;s:5:\"movie\";i:3;s:10:\"red carpet\";i:4;s:21:\"Regency Bruin Theatre\";i:5;s:4:\"ucla\";i:6;s:8:\"arrivals\";i:7;s:4:\"fans\";i:8;s:12:\"black carpet\";i:9;s:11:\"los angeles\";i:10;s:8:\"westwood\";i:11;s:10:\"ASAP Rocky\";i:12;s:12:\"Rakim Mayers\";i:13;s:9:\"Divergent\";i:14;s:5:\"rocky\";i:15;s:6:\"rapper\";i:16;s:6:\"Harlem\";i:17;s:2:\"ny\";i:18;s:6:\"grills\";i:19;s:5:\"teeth\";i:20;s:8:\"ASAP Mob\";}}}'),(11423,4382,'_wp_attached_file','2019/08/Small-Snack-Box.jpg'),(11424,4382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:4:\"file\";s:27:\"2019/08/Small-Snack-Box.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Small-Snack-Box-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:\"Small-Snack-Box-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Small-Snack-Box-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Small-Snack-Box-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Small-Snack-Box-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1565701920\";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:{}}}'),(11425,4383,'_wp_attached_file','2019/08/Spice-Box-Small.png'),(11426,4383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:615;s:6:\"height\";i:615;s:4:\"file\";s:27:\"2019/08/Spice-Box-Small.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Spice-Box-Small-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:27:\"Spice-Box-Small-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(11427,4384,'_wp_attached_file','2019/08/Grab-A-Snack.jpg'),(11428,4384,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:24:\"2019/08/Grab-A-Snack.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Grab-A-Snack-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:\"Grab-A-Snack-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:24:\"Grab-A-Snack-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:25:\"Grab-A-Snack-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Grab-A-Snack-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565778646\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"33\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11429,4372,'_oembed_fec8f3c20bdea6cf18c20f66e61afec4','<blockquote class=\"instagram-media\" data-instgrm-permalink=\"https://www.instagram.com/p/BxgRvi3lo39/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BxgRvi3lo39/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\"></div></div></a><p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\"><a href=\"https://www.instagram.com/p/BxgRvi3lo39/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A post shared by JamBox Subscription Services (@jamboxsub)</a> on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-05-16T01:05:18+00:00\">May 15, 2019 at 6:05pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(11430,4372,'_oembed_time_fec8f3c20bdea6cf18c20f66e61afec4','1565976152'),(11431,4385,'_wp_attached_file','2019/08/Snack-Box-Large.jpg'),(11432,4385,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:4:\"file\";s:27:\"2019/08/Snack-Box-Large.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Snack-Box-Large-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:\"Snack-Box-Large-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Snack-Box-Large-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Snack-Box-Large-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Snack-Box-Large-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11434,4373,'_thumbnail_id','4380'),(11435,4373,'xyz_smap','1'),(11438,4372,'_thumbnail_id','4394'),(11439,4372,'_edit_last','21'),(11440,4372,'xyz_smap','1'),(11442,4372,'sponsored_url',''),(11451,4394,'_wp_attached_file','2019/08/Kevaun-Hamilton.jpg'),(11452,4394,'wpmf_size','1891306'),(11453,4394,'wpmf_filetype','jpg'),(11454,4394,'wpmf_order','0'),(11455,4394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:27:\"2019/08/Kevaun-Hamilton.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Kevaun-Hamilton-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:\"Kevaun-Hamilton-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:27:\"Kevaun-Hamilton-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:28:\"Kevaun-Hamilton-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Kevaun-Hamilton-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565778791\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11467,4399,'_edit_lock','1566055479:11'),(11468,4400,'_edit_lock','1566280132:11'),(11469,4401,'_wp_attached_file','2019/08/will-smith-and-wife.jpg'),(11470,4401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:31:\"2019/08/will-smith-and-wife.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"will-smith-and-wife-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:\"will-smith-and-wife-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"will-smith-and-wife-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:32:\"Xavier Collin/Image Press/Splash\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:601:\"SANTA MONICA, LOS ANGELES, CA, USA - DECEMBER 10: Actress Jada Pinkett Smith and husband/actor Will Smith arrive at the 2nd Annual Diamond Ball held at The Barker Hangar on December 10, 2015 in Santa Monica, Los Angeles, California, United States. (Photo by Xavier Collin/Image Press/Splash News)\r<P>\rPictured: Jada Pinkett Smith, Will Smith\r<B>Ref: SPL1194369  101215  </B><BR />\rPicture by: Xavier Collin/Image Press/Splash<BR />\r</P><P>\r<B>Splash News and Pictures</B><BR />\rLos Angeles:	310-821-2666<BR />\rNew York:	212-619-2666<BR />\rLondon:	870-934-2666<BR />\rphotodesk@splashnews.com<BR />\r</P>\";s:17:\"created_timestamp\";s:10:\"1449804913\";s:9:\"copyright\";s:21:\"© www.splashnews.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:79:\"Jada Pinkett Smith and husband Will Smith arrive at the 2nd Annual Diamond Ball\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:112:{i:0;s:10:\"Long Dress\";i:1;s:13:\"Pocket Square\";i:2;s:12:\"Leather Shoe\";i:3;s:11:\"Silver Shoe\";i:4;s:10:\"Black Shoe\";i:5;s:11:\"White Shirt\";i:6;s:16:\"Asymmetric Dress\";i:7;s:11:\"White Dress\";i:8;s:19:\"Asymmetric Clothing\";i:9;s:3:\"USA\";i:10;s:13:\"United States\";i:11;s:24:\"United States Of America\";i:12;s:10:\"California\";i:13;s:12:\"Santa Monica\";i:14;s:26:\"Santa Monica - Los Angeles\";i:15;s:25:\"Santa Monica - California\";i:16;s:11:\"Los Angeles\";i:17;s:19:\"City of Los Angeles\";i:18;s:10:\"Red Carpet\";i:19;s:30:\"Arts Culture and Entertainment\";i:20;s:16:\"Red Carpet Event\";i:21;s:9:\"Editorial\";i:22;s:4:\"Show\";i:23;s:9:\"Attending\";i:24;s:11:\"Celebrities\";i:25;s:4:\"Arts\";i:26;s:7:\"Culture\";i:27;s:13:\"Entertainment\";i:28;s:11:\"Full Length\";i:29;s:8:\"Headshot\";i:30;s:6:\"Posing\";i:31;s:8:\"Portrait\";i:32;s:7:\"Smiling\";i:33;s:11:\"Eye Contact\";i:34;s:7:\"Fashion\";i:35;s:17:\"Looking At Camera\";i:36;s:4:\"2015\";i:37;s:6:\"People\";i:38;s:11:\"Photography\";i:39;s:5:\"Event\";i:40;s:6:\"Annual\";i:41;s:12:\"Annual Event\";i:42;s:17:\"The Barker Hangar\";i:43;s:17:\"The Barker Hanger\";i:44;s:13:\"Barker Hangar\";i:45;s:27:\"The Clara Lionel Foundation\";i:46;s:23:\"Clara Lionel Foundation\";i:47;s:7:\"Rihanna\";i:48;s:33:\"Rihanna\'s 2nd Annual Diamond Ball\";i:49;s:12:\"Diamond Ball\";i:50;s:17:\"2015 Diamond Ball\";i:51;s:17:\"Diamond Ball 2015\";i:52;s:20:\"Rihanna Diamond Ball\";i:53;s:24:\"Rihanna 2nd Diamond Ball\";i:54;s:16:\"2nd Diamond Ball\";i:55;s:3:\"CLF\";i:56;s:21:\"Robyn \"Rihanna\" Fenty\";i:57;s:21:\"Robyn \'Rihanna\' Fenty\";i:58;s:21:\"Robyn \"Rihanna\" Fenty\";i:59;s:11:\"Robyn Fenty\";i:60;s:28:\"Clara and Lionel Braithwaite\";i:61;s:17:\"Clara Braithwaite\";i:62;s:18:\"Lionel Braithwaite\";i:63;s:29:\"www.claralionelfoundation.org\";i:64;s:13:\"Second Annual\";i:65;s:6:\"Second\";i:66;s:26:\"Second Annual Diamond Ball\";i:67;s:18:\"Jada Pinkett Smith\";i:68;s:10:\"Will Smith\";i:69;s:10:\"Two People\";i:70;s:4:\"Male\";i:71;s:6:\"Female\";i:72;s:3:\"Man\";i:73;s:5:\"Woman\";i:74;s:7:\"Husband\";i:75;s:4:\"Wife\";i:76;s:12:\"Relationship\";i:77;s:7:\"African\";i:78;s:15:\"African descent\";i:79;s:16:\"African American\";i:80;s:16:\"African-American\";i:81;s:7:\"Hosting\";i:82;s:10:\"Formalwear\";i:83;s:4:\"Shoe\";i:84;s:5:\"Dress\";i:85;s:6:\"Sandal\";i:86;s:8:\"Vertical\";i:87;s:7:\"Bow Tie\";i:88;s:11:\"Black Color\";i:89;s:11:\"White Color\";i:90;s:7:\"Leather\";i:91;s:6:\"Zipper\";i:92;s:5:\"Adult\";i:93;s:17:\"Button Down Shirt\";i:94;s:5:\"Actor\";i:95;s:5:\"Music\";i:96;s:6:\"Tuxedo\";i:97;s:14:\"Silver Colored\";i:98;s:10:\"High Heels\";i:99;s:8:\"Metallic\";i:100;s:3:\"Men\";i:101;s:5:\"Women\";i:102;s:12:\"Evening Gown\";i:103;s:12:\"Evening Ball\";i:104;s:5:\"Shirt\";i:105;s:30:\"Will Smith - Actor - Born 1968\";i:106;s:10:\"Slit Dress\";i:107;s:8:\"Open Toe\";i:108;s:7:\"Diamond\";i:109;s:12:\"Floor Length\";i:110;s:16:\"Ankle Strap Shoe\";i:111;s:7:\"Actress\";}}}'),(11472,4399,'_edit_last','11'),(11473,4399,'xyz_smap','1'),(11475,4399,'sponsored_url',''),(11476,4403,'_edit_lock','1565981753:4'),(11477,4404,'_wp_attached_file','2019/08/michael-jackson.jpg'),(11478,4404,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:27:\"2019/08/michael-jackson.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"michael-jackson-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:\"michael-jackson-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"michael-jackson-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:32:\"Flynetpictures.com / SplashNews.\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:356:\"Michael Jackson flies out of Heathrow Airport with children and entourage.Picture Steve Bagness.21/3/07\r\rPictured: \rRef: SPL3047694 210307 NON-EXCLUSIVE\rPicture by: Flynetpictures.com / SplashNews.com\r\rSplash News and Pictures\rLos Angeles: 310-821-2666\rNew York: 212-619-2666\rLondon: 0207 644 7656\rMilan: 02 4399 8577\rphotodesk@splashnews.com\r\rWorld Rights\";s:17:\"created_timestamp\";s:10:\"1174435200\";s:9:\"copyright\";s:23:\"www.SplashNews.com 2019\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:103:\"Michael Jackson flies out of Heathrow Airport with children and entourage.Picture Steve Bagness.21/3/07\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11480,4403,'_edit_last','4'),(11481,4403,'xyz_smap','1'),(11483,4403,'sponsored_url',''),(11485,4403,'_thumbnail_id','4404'),(11489,4406,'_edit_lock','1566009274:11'),(11490,4407,'_wp_attached_file','2019/08/gabrielle-union.jpg'),(11491,4407,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:27:\"2019/08/gabrielle-union.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"gabrielle-union-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:\"gabrielle-union-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"gabrielle-union-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"NIKON D4\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1523290294\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11492,4408,'_edit_lock','1565994468:9'),(11493,4409,'_wp_attached_file','2019/08/Matthew-Colquhoun-A.jpg'),(11494,4409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:959;s:6:\"height\";i:709;s:4:\"file\";s:31:\"2019/08/Matthew-Colquhoun-A.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Matthew-Colquhoun-A-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:\"Matthew-Colquhoun-A-300x222.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Matthew-Colquhoun-A-768x568.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:568;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Matthew-Colquhoun-A-959x655.jpg\";s:5:\"width\";i:959;s:6:\"height\";i:655;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:{}}}'),(11495,4410,'_wp_attached_file','2019/08/Matthew-Colquhoun-D.jpg'),(11496,4410,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:502;s:4:\"file\";s:31:\"2019/08/Matthew-Colquhoun-D.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Matthew-Colquhoun-D-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:\"Matthew-Colquhoun-D-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;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:{}}}'),(11497,4411,'_wp_attached_file','2019/08/Matthew-Colquhoun-B.jpg'),(11498,4411,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:496;s:4:\"file\";s:31:\"2019/08/Matthew-Colquhoun-B.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Matthew-Colquhoun-B-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:\"Matthew-Colquhoun-B-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;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:{}}}'),(11499,4412,'_wp_attached_file','2019/08/Matthew-Colquhoun-E.jpg'),(11500,4412,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:1125;s:4:\"file\";s:31:\"2019/08/Matthew-Colquhoun-E.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Matthew-Colquhoun-E-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:\"Matthew-Colquhoun-E-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:32:\"Matthew-Colquhoun-E-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Matthew-Colquhoun-E-750x655.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:655;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:{}}}'),(11501,4413,'_wp_attached_file','2019/08/Matthew-Colquhoun-C.jpg'),(11502,4413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:1124;s:4:\"file\";s:31:\"2019/08/Matthew-Colquhoun-C.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Matthew-Colquhoun-C-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:\"Matthew-Colquhoun-C-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:32:\"Matthew-Colquhoun-C-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Matthew-Colquhoun-C-750x655.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:655;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:{}}}'),(11503,4414,'_wp_attached_file','2019/08/gabrielle-and-baby.jpg'),(11504,4414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;s:4:\"file\";s:30:\"2019/08/gabrielle-and-baby.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"gabrielle-and-baby-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:\"gabrielle-and-baby-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"gabrielle-and-baby-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"gabrielle-and-baby-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"gabrielle-and-baby-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11506,4408,'_thumbnail_id','4409'),(11507,4408,'_edit_last','9'),(11508,4408,'xyz_smap','1'),(11510,4408,'sponsored_url',''),(11511,4406,'_edit_last','11'),(11512,4406,'sponsored_url',''),(11520,4406,'xyz_smap','1'),(11544,4424,'_wp_attached_file','2019/08/Gabrielle-and-baby2.jpg'),(11545,4424,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2019/08/Gabrielle-and-baby2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Gabrielle-and-baby2-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:\"Gabrielle-and-baby2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Gabrielle-and-baby2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Gabrielle-and-baby2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Gabrielle-and-baby2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11555,4428,'_wp_attached_file','2019/08/gabrielle-and-baby-featured-image.jpg'),(11556,4428,'wpmf_size','143495'),(11557,4428,'wpmf_filetype','jpg'),(11558,4428,'wpmf_order','0'),(11559,4428,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1004;s:6:\"height\";i:707;s:4:\"file\";s:45:\"2019/08/gabrielle-and-baby-featured-image.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"gabrielle-and-baby-featured-image-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:45:\"gabrielle-and-baby-featured-image-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"gabrielle-and-baby-featured-image-768x541.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:541;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"gabrielle-and-baby-featured-image-1004x655.jpg\";s:5:\"width\";i:1004;s:6:\"height\";i:655;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:{}}}'),(11561,4406,'_thumbnail_id','4428'),(11565,4429,'_edit_lock','1566053835:11'),(11566,4429,'_edit_last','11'),(11567,4429,'sponsored_url',''),(11568,4432,'_edit_lock','1567526964:12'),(11569,4433,'_wp_attached_file','2019/08/Kevoy-C.jpg'),(11570,4433,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:19:\"2019/08/Kevoy-C.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Kevoy-C-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:\"Kevoy-C-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:19:\"Kevoy-C-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:20:\"Kevoy-C-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Kevoy-C-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565962717\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11571,4434,'_wp_attached_file','2019/08/Kevoy-D.jpg'),(11572,4434,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:19:\"2019/08/Kevoy-D.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Kevoy-D-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:\"Kevoy-D-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:19:\"Kevoy-D-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:20:\"Kevoy-D-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Kevoy-D-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565962749\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"170\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11573,4436,'_wp_attached_file','2019/08/Bounty-Killer-and-notnice.jpg'),(11574,4436,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:37:\"2019/08/Bounty-Killer-and-notnice.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Bounty-Killer-and-notnice-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:\"Bounty-Killer-and-notnice-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:37:\"Bounty-Killer-and-notnice-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:38:\"Bounty-Killer-and-notnice-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Bounty-Killer-and-notnice-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565605936\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11575,4432,'_thumbnail_id','4433'),(11576,4432,'_edit_last','9'),(11577,4432,'sponsored_url',''),(11579,4432,'xyz_smap','1'),(11581,4438,'_edit_lock','1566055383:11'),(11582,4439,'_wp_attached_file','2019/08/Kapa-Shanti-A.jpg'),(11583,4439,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1008;s:6:\"height\";i:713;s:4:\"file\";s:25:\"2019/08/Kapa-Shanti-A.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Kapa-Shanti-A-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:\"Kapa-Shanti-A-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Kapa-Shanti-A-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Kapa-Shanti-A-1008x655.jpg\";s:5:\"width\";i:1008;s:6:\"height\";i:655;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:{}}}'),(11584,4440,'_wp_attached_file','2019/08/Kapa-Shanti-1-1.jpg'),(11585,4440,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2019/08/Kapa-Shanti-1-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Kapa-Shanti-1-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:27:\"Kapa-Shanti-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Kapa-Shanti-1-1-720x655.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:655;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:{}}}'),(11586,4438,'_thumbnail_id','4439'),(11587,4438,'_edit_last','9'),(11588,4438,'sponsored_url',''),(11590,4438,'xyz_smap','1'),(11593,4429,'_thumbnail_id','4436'),(11594,4429,'xyz_smap','1'),(11603,4448,'_wp_attached_file','2019/08/BUZZ_1-1.jpg'),(11604,4448,'wpmf_size','990247'),(11605,4448,'wpmf_filetype','jpg'),(11606,4448,'wpmf_order','0'),(11607,4448,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5973;s:6:\"height\";i:3352;s:4:\"file\";s:20:\"2019/08/BUZZ_1-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"BUZZ_1-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:20:\"BUZZ_1-1-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"BUZZ_1-1-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"BUZZ_1-1-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"BUZZ_1-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11608,4449,'_wp_attached_file','2019/08/BUZZ_1-2.jpg'),(11609,4449,'wpmf_size','990247'),(11610,4449,'wpmf_filetype','jpg'),(11611,4449,'wpmf_order','0'),(11612,4449,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5973;s:6:\"height\";i:3352;s:4:\"file\";s:20:\"2019/08/BUZZ_1-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"BUZZ_1-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:20:\"BUZZ_1-2-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"BUZZ_1-2-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"BUZZ_1-2-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"BUZZ_1-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11621,4399,'_thumbnail_id','4401'),(11623,4451,'_wp_attached_file','2019/08/Manufacturing-SEEK-Notebooks-SOS-BUZZ-1.jpg'),(11624,4451,'wpmf_size','583745'),(11625,4451,'wpmf_filetype','jpg'),(11626,4451,'wpmf_order','0'),(11627,4451,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:51:\"2019/08/Manufacturing-SEEK-Notebooks-SOS-BUZZ-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Manufacturing-SEEK-Notebooks-SOS-BUZZ-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:51:\"Manufacturing-SEEK-Notebooks-SOS-BUZZ-1-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:51:\"Manufacturing-SEEK-Notebooks-SOS-BUZZ-1-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:52:\"Manufacturing-SEEK-Notebooks-SOS-BUZZ-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"Manufacturing-SEEK-Notebooks-SOS-BUZZ-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565276794\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11639,4454,'_edit_lock','1566081467:11'),(11640,4455,'_wp_attached_file','2019/08/jussie-smollett.jpg'),(11641,4455,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:27:\"2019/08/jussie-smollett.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"jussie-smollett-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:\"jussie-smollett-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"jussie-smollett-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(11643,4454,'_thumbnail_id','4455'),(11644,4454,'_edit_last','4'),(11645,4454,'xyz_smap','1'),(11647,4454,'sponsored_url',''),(11648,4457,'_edit_lock','1566062488:4'),(11649,4457,'_thumbnail_id','1354'),(11650,4457,'_edit_last','4'),(11651,4457,'sponsored_url',''),(11653,4457,'xyz_smap','1'),(11658,14,'_edit_lock','1566590027:12'),(11662,4464,'_edit_lock','1566152248:9'),(11663,4465,'_wp_attached_file','2019/08/kristenmcgregor.jpg'),(11664,4465,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:27:\"2019/08/kristenmcgregor.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"kristenmcgregor-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:\"kristenmcgregor-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:27:\"kristenmcgregor-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:28:\"kristenmcgregor-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"kristenmcgregor-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11665,4466,'_wp_attached_file','2019/08/kristen3.jpg'),(11666,4466,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:1105;s:4:\"file\";s:20:\"2019/08/kristen3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"kristen3-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:\"kristen3-195x300.jpg\";s:5:\"width\";i:195;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"kristen3-667x1024.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"kristen3-720x655.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:655;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:{}}}'),(11667,4467,'_wp_attached_file','2019/08/kristen2.jpg'),(11668,4467,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1221;s:6:\"height\";i:970;s:4:\"file\";s:20:\"2019/08/kristen2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"kristen2-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:\"kristen2-300x238.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"kristen2-768x610.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"kristen2-1024x813.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:813;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"kristen2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11669,4464,'_thumbnail_id','4465'),(11670,4464,'_edit_last','9'),(11671,4464,'sponsored_url',''),(11673,4464,'xyz_smap','1'),(11676,4470,'_edit_lock','1566155224:9'),(11677,4471,'_wp_attached_file','2019/08/Lila-Ike-A.jpg'),(11678,4471,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:22:\"2019/08/Lila-Ike-A.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Lila-Ike-A-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:\"Lila-Ike-A-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:22:\"Lila-Ike-A-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Lila-Ike-A-1000x655.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:655;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:{}}}'),(11679,4472,'_wp_attached_file','2019/08/Lila-Ike-C.jpg'),(11680,4472,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:421;s:4:\"file\";s:22:\"2019/08/Lila-Ike-C.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Lila-Ike-C-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:\"Lila-Ike-C-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: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:{}}}'),(11681,4473,'_wp_attached_file','2019/08/Lila-Ike-B.jpg'),(11682,4473,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:22:\"2019/08/Lila-Ike-B.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Lila-Ike-B-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:\"Lila-Ike-B-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Lila-Ike-B-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:{}}}'),(11683,4470,'_thumbnail_id','4471'),(11684,4470,'_oembed_e9609799b9e69a4f2bbb587757977ae7','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1UF-mYgR6T/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1UF-mYgR6T/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1UF-mYgR6T/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">☄️☄️☄️?☄️☺️☺️????⚡️????⭐️?⭐️??????????????????☺️☺️??? @rototomsunsplash overwhelmed with joy to be able to experience this moment  big respect to the #SOULREBELBAND who I met the night before a big up @jazzwad ?  @marleydrummond ?  @andre_solid ? @valerievybz ??? @ryanwbassist1990 bass ? we had only one evening to rehearse and they delivered amazingly #Whereimcomingfrom please continue to stream and share this song on all available platforms #Gratitudeisamust #Heightsbygreatmenreachandkept ?????????? @clarksoriginals weh unuh deh pon?</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/lilaike/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Lila Ike</a> (@lilaike) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-18T17:48:41+00:00\">Aug 18, 2019 at 10:48am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(11685,4470,'_oembed_time_e9609799b9e69a4f2bbb587757977ae7','1566154818'),(11686,4470,'_edit_last','9'),(11687,4470,'sponsored_url',''),(11689,4470,'xyz_smap','1'),(11691,4476,'_edit_lock','1566158468:9'),(11692,4477,'_wp_attached_file','2019/08/NEW-Third-World-B.jpg'),(11693,4477,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2019/08/NEW-Third-World-B.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"NEW-Third-World-B-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:\"NEW-Third-World-B-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:29:\"NEW-Third-World-B-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"NEW-Third-World-B-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"NEW-Third-World-B-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565902800\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11694,4478,'_wp_attached_file','2019/08/NEW-Third-World-A.jpg'),(11695,4478,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2019/08/NEW-Third-World-A.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"NEW-Third-World-A-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:\"NEW-Third-World-A-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:29:\"NEW-Third-World-A-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"NEW-Third-World-A-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"NEW-Third-World-A-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565903062\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11696,4479,'_wp_attached_file','2019/08/NEW-Third-World-C.jpg'),(11697,4479,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2019/08/NEW-Third-World-C.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"NEW-Third-World-C-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:\"NEW-Third-World-C-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:29:\"NEW-Third-World-C-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"NEW-Third-World-C-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"NEW-Third-World-C-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565909191\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11698,4480,'_wp_attached_file','2019/08/NEW-Third-World-D.jpg'),(11699,4480,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2019/08/NEW-Third-World-D.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"NEW-Third-World-D-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:\"NEW-Third-World-D-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:29:\"NEW-Third-World-D-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"NEW-Third-World-D-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"NEW-Third-World-D-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565905627\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11700,4481,'_wp_attached_file','2019/08/NEW-Third-World-E.jpg'),(11701,4481,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2019/08/NEW-Third-World-E.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"NEW-Third-World-E-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:\"NEW-Third-World-E-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:29:\"NEW-Third-World-E-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"NEW-Third-World-E-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"NEW-Third-World-E-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565901401\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11702,4482,'_wp_attached_file','2019/08/NEW-Third-World-F.jpg'),(11703,4482,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2019/08/NEW-Third-World-F.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"NEW-Third-World-F-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:\"NEW-Third-World-F-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:29:\"NEW-Third-World-F-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"NEW-Third-World-F-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"NEW-Third-World-F-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565904973\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11704,4476,'_edit_last','9'),(11705,4476,'sponsored_url',''),(11707,4476,'xyz_smap','1'),(11709,4484,'_edit_lock','1566162018:4'),(11710,4485,'_wp_attached_file','2019/08/break-up-A.jpg'),(11711,4485,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:900;s:4:\"file\";s:22:\"2019/08/break-up-A.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"break-up-A-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:\"break-up-A-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:22:\"break-up-A-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"break-up-A-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"break-up-A-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11712,4486,'_wp_attached_file','2019/08/happy-woman.jpg'),(11713,4486,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2019/08/happy-woman.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"happy-woman-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:\"happy-woman-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"happy-woman-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:{}}}'),(11714,4484,'_edit_last','4'),(11715,4484,'sponsored_url',''),(11716,4484,'_thumbnail_id','4485'),(11718,4484,'xyz_smap','1'),(11720,4490,'_edit_lock','1566161523:9'),(11721,4491,'_edit_lock','1566161288:4'),(11722,4492,'_wp_attached_file','2019/08/daniellebirmingham.jpg'),(11723,4492,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2025;s:6:\"height\";i:1343;s:4:\"file\";s:30:\"2019/08/daniellebirmingham.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"daniellebirmingham-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:\"daniellebirmingham-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"daniellebirmingham-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"daniellebirmingham-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"daniellebirmingham-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11724,4493,'_wp_attached_file','2019/08/blakeandgemili.jpg'),(11725,4493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1264;s:4:\"file\";s:26:\"2019/08/blakeandgemili.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"blakeandgemili-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:\"blakeandgemili-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"blakeandgemili-768x474.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"blakeandgemili-1024x632.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:632;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"blakeandgemili-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11726,4494,'_wp_attached_file','2019/08/omarbirmingham.jpg'),(11727,4494,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1012;s:4:\"file\";s:26:\"2019/08/omarbirmingham.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"omarbirmingham-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:\"omarbirmingham-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"omarbirmingham-768x405.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"omarbirmingham-1024x540.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"omarbirmingham-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11728,4495,'_wp_attached_file','2019/08/disney-cruise.jpg'),(11729,4495,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3456;s:6:\"height\";i:2304;s:4:\"file\";s:25:\"2019/08/disney-cruise.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"disney-cruise-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:\"disney-cruise-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:\"disney-cruise-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:\"disney-cruise-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"disney-cruise-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:7:\"unknown\";s:6:\"camera\";s:26:\"Canon EOS DIGITAL REBEL XT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1381189793\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"67\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11730,4490,'_oembed_61ea755da672924b50322f9914207767','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1UUZaxhCf7/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1UUZaxhCf7/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1UUZaxhCf7/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Blessed beyond measure ?? #Journeycontinues  #RoadToTheFinal #BirminghamDL</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/original_ants/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Danielle Williams</a> (@original_ants) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-18T19:44:01+00:00\">Aug 18, 2019 at 12:44pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(11731,4490,'_oembed_time_61ea755da672924b50322f9914207767','1566161160'),(11732,4490,'_edit_last','9'),(11733,4490,'sponsored_url',''),(11735,4491,'_thumbnail_id','4495'),(11736,4491,'_edit_last','4'),(11737,4491,'xyz_smap','1'),(11739,4491,'sponsored_url',''),(11741,4490,'xyz_smap','1'),(11743,4500,'_edit_lock','1566162093:9'),(11744,4501,'_wp_attached_file','2019/08/jamie-foxx.jpg'),(11745,4501,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:22:\"2019/08/jamie-foxx.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"jamie-foxx-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:\"jamie-foxx-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"jamie-foxx-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(11746,4500,'_thumbnail_id','4501'),(11747,4500,'_edit_last','9'),(11748,4500,'sponsored_url',''),(11753,4505,'_edit_lock','1566163369:4'),(11755,4500,'xyz_smap','1'),(11757,4506,'_edit_lock','1566162348:9'),(11760,4508,'_wp_attached_file','2019/08/snoop-dogg.jpg'),(11761,4508,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:22:\"2019/08/snoop-dogg.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"snoop-dogg-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:\"snoop-dogg-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"snoop-dogg-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(11762,4505,'_edit_last','4'),(11763,4505,'sponsored_url',''),(11764,4506,'_thumbnail_id','4508'),(11765,4506,'_edit_last','9'),(11766,4506,'sponsored_url',''),(11768,4506,'xyz_smap','1'),(11770,4514,'_wp_attached_file','2019/08/mike-tyson-instagrM-1.jpg'),(11771,4514,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:770;s:6:\"height\";i:626;s:4:\"file\";s:33:\"2019/08/mike-tyson-instagrM-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"mike-tyson-instagrM-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:33:\"mike-tyson-instagrM-1-300x244.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"mike-tyson-instagrM-1-768x624.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:624;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:{}}}'),(11773,4505,'_thumbnail_id','4514'),(11774,4505,'xyz_smap','1'),(11776,4516,'_edit_lock','1566178889:9'),(11777,4516,'_edit_last','9'),(11778,4516,'sponsored_url',''),(11779,4518,'_wp_attached_file','2019/08/DSC_0434.jpg'),(11780,4518,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:685;s:4:\"file\";s:20:\"2019/08/DSC_0434.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0434-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:\"DSC_0434-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:20:\"DSC_0434-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0434-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0434-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565538892\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11781,4519,'_wp_attached_file','2019/08/DSC_0418.jpg'),(11782,4519,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:685;s:4:\"file\";s:20:\"2019/08/DSC_0418.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0418-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:\"DSC_0418-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:20:\"DSC_0418-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0418-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0418-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565538053\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11783,4520,'_wp_attached_file','2019/08/DSC_0491.jpg'),(11784,4520,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:728;s:4:\"file\";s:20:\"2019/08/DSC_0491.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0491-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:\"DSC_0491-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"DSC_0491-768x546.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0491-1024x728.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0491-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565539210\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11785,4521,'_wp_attached_file','2019/08/DSC_0423.jpg'),(11786,4521,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:689;s:4:\"file\";s:20:\"2019/08/DSC_0423.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0423-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:\"DSC_0423-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"DSC_0423-768x517.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0423-1024x689.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0423-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565538058\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11787,4516,'_thumbnail_id','4518'),(11788,4524,'_edit_lock','1566220202:4'),(11789,4524,'_edit_last','4'),(11790,4524,'sponsored_url',''),(11791,4527,'_wp_attached_file','2019/08/tessellated.jpg'),(11792,4527,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2019/08/tessellated.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"tessellated-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:\"tessellated-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:23:\"tessellated-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:24:\"tessellated-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"tessellated-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563825552\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11793,4528,'_wp_attached_file','2019/08/Tessellated-.jpg'),(11794,4528,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2019/08/Tessellated-.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Tessellated--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:\"Tessellated--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:24:\"Tessellated--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:25:\"Tessellated--1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Tessellated--1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565605918\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11795,4529,'_wp_attached_file','2019/08/tessallated-3.jpg'),(11796,4529,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"2019/08/tessallated-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"tessallated-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:25:\"tessallated-3-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:\"tessallated-3-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:\"tessallated-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"tessallated-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565605919\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11797,4531,'_wp_attached_file','2019/08/DSC_5945.jpg'),(11798,4531,'wpmf_size','464614'),(11799,4531,'wpmf_filetype','jpg'),(11800,4531,'wpmf_order','0'),(11801,4531,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_5945.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_5945-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:\"DSC_5945-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:20:\"DSC_5945-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:21:\"DSC_5945-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_5945-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565701825\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11802,4524,'_thumbnail_id','4567'),(11803,4532,'_wp_attached_file','2019/08/Tessellated-featrured-image-.jpg'),(11804,4532,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:40:\"2019/08/Tessellated-featrured-image-.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Tessellated-featrured-image--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:\"Tessellated-featrured-image--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:40:\"Tessellated-featrured-image--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:41:\"Tessellated-featrured-image--1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Tessellated-featrured-image--1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565701824\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11805,4537,'_edit_lock','1566230194:9'),(11806,4538,'_wp_attached_file','2019/08/Notnice-and-jade.jpg'),(11807,4538,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:28:\"2019/08/Notnice-and-jade.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Notnice-and-jade-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:\"Notnice-and-jade-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:28:\"Notnice-and-jade-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:29:\"Notnice-and-jade-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Notnice-and-jade-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565605922\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11808,4539,'_wp_attached_file','2019/08/tessellated-22.jpg'),(11809,4539,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:26:\"2019/08/tessellated-22.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"tessellated-22-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:\"tessellated-22-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:26:\"tessellated-22-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:27:\"tessellated-22-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"tessellated-22-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565701827\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11810,4537,'_edit_last','9'),(11811,4537,'sponsored_url',''),(11812,4541,'_wp_attached_file','2019/08/Notnice-featured-image.jpg'),(11813,4541,'wpmf_size','188792'),(11814,4541,'wpmf_filetype','jpg'),(11815,4541,'wpmf_order','0'),(11816,4541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:985;s:6:\"height\";i:621;s:4:\"file\";s:34:\"2019/08/Notnice-featured-image.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Notnice-featured-image-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:\"Notnice-featured-image-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Notnice-featured-image-768x484.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565605922\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11817,4537,'_thumbnail_id','4541'),(11818,4542,'_edit_lock','1566224905:4'),(11819,4543,'_wp_attached_file','2019/08/table-tennis-team.jpg'),(11820,4543,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:809;s:4:\"file\";s:29:\"2019/08/table-tennis-team.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"table-tennis-team-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:\"table-tennis-team-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:29:\"table-tennis-team-768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"table-tennis-team-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"table-tennis-team-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11821,4542,'_edit_last','4'),(11822,4542,'sponsored_url',''),(11823,4545,'_edit_lock','1566181127:4'),(11830,4548,'_wp_attached_file','2019/08/Rad-Dixon-A.jpg'),(11831,4548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1145;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2019/08/Rad-Dixon-A.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Rad-Dixon-A-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:\"Rad-Dixon-A-300x236.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Rad-Dixon-A-768x604.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Rad-Dixon-A-1024x805.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:805;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Rad-Dixon-A-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 40D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1475067475\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"37\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11832,4545,'_edit_last','9'),(11833,4545,'sponsored_url',''),(11834,4545,'_thumbnail_id','4548'),(11835,4550,'_edit_lock','1566219269:4'),(11836,4551,'_wp_attached_file','2019/08/lena.jpg'),(11837,4551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:16:\"2019/08/lena.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"lena-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:\"lena-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"lena-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:4:\"NYKC\";s:6:\"camera\";s:8:\"NIKON D4\";s:7:\"caption\";s:286:\"Heavenly Bodies: Fashion &amp; The Catholic Imagination Costume Institute Gala at the Metropolitan Museum of Art on May 7, 2018 in New York City. \r\rBANG MEDIA INTERNATIONAL FAMOUS PICTURES \r28 HOLMES ROAD LONDON NW5 3AB UNITED KINGDOM \rtel +44 (0) 20 7485 1005 e-mail info@famous.uk.com\";s:17:\"created_timestamp\";s:10:\"1525720152\";s:9:\"copyright\";s:34:\"2018 Kristin Callahan/ACE Pictures\";s:12:\"focal_length\";s:2:\"38\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:11:\"Lena Waithe\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:51:\"met gala long cape rainbow black jacket white shirt\";}}}'),(11838,4552,'_edit_lock','1566180051:9'),(11839,4553,'_wp_attached_file','2019/08/duke-and-duchess.jpg'),(11840,4553,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:28:\"2019/08/duke-and-duchess.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"duke-and-duchess-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:\"duke-and-duchess-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"duke-and-duchess-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:24:\"Julie Edwards/LFI/Avalon\";s:6:\"camera\";s:4:\"X-T2\";s:7:\"caption\";s:392:\"The Duke and Duchess of Sussex arrive on the yellow carpet at the European premiere of Disneys \"The Lion King\" on Sunday 14 July 2019 at ODEON LUXE Leicester Square, London. Prince Harry, The Duke of Sussex, Meghan, Duchess of Sussex. /LFI/Avalon. All usages must be credited Julie Edwards/LFI/Avalon.\rPicture by Julie Edwards/LFI/Avalon.\rAll usages must be credited Julie Edwards/LFI/Avalon.\";s:17:\"created_timestamp\";s:10:\"1563127025\";s:9:\"copyright\";s:32:\"LFI/Avalon. All rights reserved.\";s:12:\"focal_length\";s:4:\"58.7\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:133:\"The Duke and Duchess of Sussex arrive on the yellow carpet at the European premiere of Disneys \"The Lion King\" on Sunday 14 July 2019\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:44:{i:0;s:23:\"20190714_1757_X-T2_0586\";i:1;s:8:\"Arrivals\";i:2;s:9:\"Attending\";i:3;s:11:\"Celebrities\";i:4;s:9:\"Celebrity\";i:5;s:6:\"Cinema\";i:6;s:17:\"Duchess of Sussex\";i:7;s:7:\"England\";i:8;s:4:\"Film\";i:9;s:13:\"Film Industry\";i:10;s:13:\"Film Premiere\";i:11;s:3:\"LFI\";i:12;s:16:\"London - England\";i:13;s:6:\"Meghan\";i:14;s:27:\"ODEON LUXE Leicester Square\";i:15;s:8:\"Premiere\";i:16;s:12:\"Prince Harry\";i:17;s:5:\"Royal\";i:18;s:7:\"Royalty\";i:19;s:30:\"The Duke and Duchess of Sussex\";i:20;s:18:\"The Duke of Sussex\";i:21;s:13:\"The Lion King\";i:22;s:30:\"arrive on the yellow carpet at\";i:23;s:30:\"arts culture and entertainment\";i:24;s:20:\"british royal family\";i:25;s:10:\"horizontal\";i:26;s:6:\"royals\";i:27;s:48:\"the European premiere of Disneys \"The Lion King\"\";i:28;s:2:\"uk\";i:29;s:8:\"PCN_WIRE\";i:30;s:42:\"Sent to US Press on 14.07.2019 at 20:04:25\";i:31;s:10:\"14.07.2019\";i:32;s:6:\"336730\";i:33;s:12:\"B4171_336730\";i:34;s:5:\"B4171\";i:35;s:33:\"PCN_The_Duke_and_Duchess_of_Su_52\";i:36;s:18:\"ZB4171_336730_0052\";i:37;s:13:\"RDP1_20190714\";i:38;s:44:\"PHT_B4171_LIONKING_EURO_PREM_SUSSEXES_13_006\";i:39;s:64:\"pressedit;top pics;top_pics;toppics;top_pix;top pix;toppix;best_\";i:40;s:5:\"royal\";i:41;s:6:\"royals\";i:42;s:7:\"royalty\";i:43;s:12:\"royal family\";}}}'),(11841,4552,'_edit_last','9'),(11842,4552,'sponsored_url',''),(11843,4552,'_thumbnail_id','4553'),(11845,4550,'_thumbnail_id','4551'),(11846,4550,'_edit_last','4'),(11847,4550,'sponsored_url',''),(11848,4542,'_oembed_541164552788c59992c92cf7b3881102','<blockquote class=\"wp-embedded-content\"><a href=\"https://www.tabletennisja.com/national-teams/under-13/\">Under 13</a></blockquote><script type=\'text/javascript\'><!--//--><![CDATA[//><!--		!function(a,b){\"use strict\";function c(){if(!e){e=!0;var a,c,d,f,g=-1!==navigator.appVersion.indexOf(\"MSIE 10\"),h=!!navigator.userAgent.match(/Trident.*rv:11./),i=b.querySelectorAll(\"iframe.wp-embedded-content\");for(c=0;c<i.length;c++){if(d=i[c],!d.getAttribute(\"data-secret\"))f=Math.random().toString(36).substr(2,10),d.src+=\"#?secret=\"+f,d.setAttribute(\"data-secret\",f);if(g||h)a=d.cloneNode(!0),a.removeAttribute(\"security\"),d.parentNode.replaceChild(a,d)}}}var d=!1,e=!1;if(b.querySelector)if(a.addEventListener)d=!0;if(a.wp=a.wp||{},!a.wp.receiveEmbedMessage)if(a.wp.receiveEmbedMessage=function(c){var d=c.data;if(d)if(d.secret||d.message||d.value)if(!/[^a-zA-Z0-9]/.test(d.secret)){var e,f,g,h,i,j=b.querySelectorAll(\'iframe[data-secret=\"\'+d.secret+\'\"]\'),k=b.querySelectorAll(\'blockquote[data-secret=\"\'+d.secret+\'\"]\');for(e=0;e<k.length;e++)k[e].style.display=\"none\";for(e=0;e<j.length;e++)if(f=j[e],c.source===f.contentWindow){if(f.removeAttribute(\"style\"),\"height\"===d.message){if(g=parseInt(d.value,10),g>1e3)g=1e3;else if(~~g<200)g=200;f.height=g}if(\"link\"===d.message)if(h=b.createElement(\"a\"),i=b.createElement(\"a\"),h.href=f.getAttribute(\"src\"),i.href=d.value,i.host===h.host)if(b.activeElement===f)a.top.location.href=d.value}else;}},d)a.addEventListener(\"message\",a.wp.receiveEmbedMessage,!1),b.addEventListener(\"DOMContentLoaded\",c,!1),a.addEventListener(\"load\",c,!1)}(window,document);//--><!]]></script><iframe title=\"&#8220;Under 13&#8221; &#8212; Table Tennis Jamaica\" sandbox=\"allow-scripts\" security=\"restricted\" src=\"https://www.tabletennisja.com/national-teams/under-13/embed/\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" class=\"wp-embedded-content\"></iframe>'),(11849,4542,'_oembed_time_541164552788c59992c92cf7b3881102','1566181335'),(11850,4560,'_wp_attached_file','2019/08/table-tennis-team1.jpg'),(11851,4560,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:30:\"2019/08/table-tennis-team1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"table-tennis-team1-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:\"table-tennis-team1-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:30:\"table-tennis-team1-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:31:\"table-tennis-team1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"table-tennis-team1-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(11853,4542,'xyz_smap','1'),(11855,4563,'_edit_lock','1566219076:4'),(11856,4564,'_wp_attached_file','2019/08/jay-z.jpg'),(11857,4564,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:17:\"2019/08/jay-z.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"jay-z-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:\"jay-z-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"jay-z-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1372058531\";s:9:\"copyright\";s:36:\"Marco Sagliocco   marcosag@gmail.com\";s:12:\"focal_length\";s:2:\"78\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11859,4563,'_thumbnail_id','4564'),(11860,4563,'_edit_last','4'),(11861,4563,'xyz_smap','1'),(11863,4563,'sponsored_url',''),(11864,4516,'xyz_smap','1'),(11866,4545,'xyz_smap','1'),(11868,4552,'xyz_smap','1'),(11871,4550,'_wp_old_date','2019-08-18'),(11872,4550,'xyz_smap','1'),(11875,4537,'_wp_old_date','2019-08-18'),(11876,4537,'xyz_smap','1'),(11879,4524,'_wp_old_date','2019-08-18'),(11880,4524,'xyz_smap','1'),(11882,4567,'_wp_attached_file','2019/08/tessellated-featured-image.jpg'),(11883,4567,'wpmf_size','380059'),(11884,4567,'wpmf_filetype','jpg'),(11885,4567,'wpmf_order','0'),(11886,4567,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1616;s:6:\"height\";i:901;s:4:\"file\";s:38:\"2019/08/tessellated-featured-image.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"tessellated-featured-image-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:\"tessellated-featured-image-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"tessellated-featured-image-768x428.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"tessellated-featured-image-1024x571.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"tessellated-featured-image-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565701825\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11891,4568,'_wp_attached_file','2019/08/table-tennis-team-featured-image-1.jpg'),(11892,4568,'wpmf_size','174053'),(11893,4568,'wpmf_filetype','jpg'),(11894,4568,'wpmf_order','0'),(11895,4568,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:910;s:6:\"height\";i:573;s:4:\"file\";s:46:\"2019/08/table-tennis-team-featured-image-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"table-tennis-team-featured-image-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:46:\"table-tennis-team-featured-image-1-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"table-tennis-team-featured-image-1-768x484.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:484;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:{}}}'),(11897,4542,'_thumbnail_id','4568'),(11899,4569,'_edit_lock','1566248741:17'),(11902,4571,'_wp_attached_file','2019/08/lamar-and-sabrina-2.jpg'),(11903,4571,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;s:4:\"file\";s:31:\"2019/08/lamar-and-sabrina-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"lamar-and-sabrina-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:31:\"lamar-and-sabrina-2-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"lamar-and-sabrina-2-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"lamar-and-sabrina-2-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"lamar-and-sabrina-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11904,4572,'_wp_attached_file','2019/08/lamar-and-sabrina.jpg'),(11905,4572,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1066;s:6:\"height\";i:1066;s:4:\"file\";s:29:\"2019/08/lamar-and-sabrina.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"lamar-and-sabrina-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:\"lamar-and-sabrina-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"lamar-and-sabrina-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"lamar-and-sabrina-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"lamar-and-sabrina-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11906,4569,'_edit_last','6'),(11907,4569,'sponsored_url',''),(11908,4574,'_wp_attached_file','2019/08/lamar-and-sabrina-featured-image.jpg'),(11909,4574,'wpmf_size','110978'),(11910,4574,'wpmf_filetype','jpg'),(11911,4574,'wpmf_order','0'),(11912,4574,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:963;s:6:\"height\";i:658;s:4:\"file\";s:44:\"2019/08/lamar-and-sabrina-featured-image.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"lamar-and-sabrina-featured-image-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:\"lamar-and-sabrina-featured-image-300x205.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"lamar-and-sabrina-featured-image-768x525.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"lamar-and-sabrina-featured-image-963x655.jpg\";s:5:\"width\";i:963;s:6:\"height\";i:655;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:{}}}'),(11914,4569,'_thumbnail_id','4574'),(11915,4569,'xyz_smap','1'),(11919,4577,'_edit_lock','1566233024:9'),(11920,4578,'_wp_attached_file','2019/08/Dwayne-The-Rock-Johnson-wedding.jpg'),(11921,4578,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:992;s:6:\"height\";i:992;s:4:\"file\";s:43:\"2019/08/Dwayne-The-Rock-Johnson-wedding.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Dwayne-The-Rock-Johnson-wedding-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:\"Dwayne-The-Rock-Johnson-wedding-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Dwayne-The-Rock-Johnson-wedding-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Dwayne-The-Rock-Johnson-wedding-992x655.jpg\";s:5:\"width\";i:992;s:6:\"height\";i:655;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:{}}}'),(11922,4579,'_wp_attached_file','2019/08/dwayne-johnson-weds.jpg'),(11923,4579,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:730;s:6:\"height\";i:666;s:4:\"file\";s:31:\"2019/08/dwayne-johnson-weds.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"dwayne-johnson-weds-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:\"dwayne-johnson-weds-300x274.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"dwayne-johnson-weds-730x655.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:655;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:{}}}'),(11925,4577,'_edit_last','4'),(11926,4577,'sponsored_url',''),(11927,4582,'_wp_attached_file','2019/08/dwayne-johnson-weds-featured-image.jpg'),(11928,4582,'wpmf_size','70297'),(11929,4582,'wpmf_filetype','jpg'),(11930,4582,'wpmf_order','0'),(11931,4582,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:634;s:6:\"height\";i:400;s:4:\"file\";s:46:\"2019/08/dwayne-johnson-weds-featured-image.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"dwayne-johnson-weds-featured-image-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:\"dwayne-johnson-weds-featured-image-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;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:{}}}'),(11932,4583,'_edit_lock','1566226607:9'),(11934,4577,'_thumbnail_id','4582'),(11935,4577,'xyz_smap','1'),(11937,4584,'_wp_attached_file','2019/08/66815740_128497198418518_8646632185253156548_n.jpg'),(11938,4584,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:845;s:6:\"height\";i:557;s:4:\"file\";s:58:\"2019/08/66815740_128497198418518_8646632185253156548_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"66815740_128497198418518_8646632185253156548_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:\"66815740_128497198418518_8646632185253156548_n-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"66815740_128497198418518_8646632185253156548_n-768x506.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:506;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:{}}}'),(11939,4585,'_wp_attached_file','2019/08/53109632_392891618191912_7169011948174278364_n.jpg'),(11940,4585,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;s:4:\"file\";s:58:\"2019/08/53109632_392891618191912_7169011948174278364_n.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"53109632_392891618191912_7169011948174278364_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:\"53109632_392891618191912_7169011948174278364_n-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"53109632_392891618191912_7169011948174278364_n-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"53109632_392891618191912_7169011948174278364_n-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:59:\"53109632_392891618191912_7169011948174278364_n-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11948,4587,'_edit_lock','1566403303:13'),(11950,4583,'_thumbnail_id','4584'),(11951,4583,'_edit_last','9'),(11952,4583,'xyz_smap','1'),(11954,4583,'sponsored_url',''),(11955,4589,'_edit_lock','1566495910:9'),(11956,4590,'_wp_attached_file','2019/08/tracks-and-records-Jerk.jpg'),(11957,4590,'wpmf_size','251325'),(11958,4590,'wpmf_filetype','jpg'),(11959,4590,'wpmf_order','0'),(11960,4590,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:4:\"file\";s:35:\"2019/08/tracks-and-records-Jerk.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"tracks-and-records-Jerk-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:\"tracks-and-records-Jerk-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"tracks-and-records-Jerk-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"tracks-and-records-Jerk-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"tracks-and-records-Jerk-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11961,4587,'_thumbnail_id','4593'),(11962,4587,'_edit_last','13'),(11963,4587,'out_date','2019-08-31'),(11964,4587,'out_time','12:00 AM'),(11965,4587,'out_address','67 Constant Spring Rd, Kingston, Jamaica '),(11966,4587,'out_description','Our Str8 Jerk menu promotion features a variation of jerk fusion items.\r\nWE JERK Chicken, Pork, Lamb, Shrimp, Tacos, Burgers, Quesadillas, Wings and Pastas. \r\n\r\n'),(11967,4587,'out_mapurl','https://www.google.com/maps/place/Usain+Bolt\'s+Tracks+%26+Records/@18.0220666,-76.7994574,17z/data=!3m1!4b1!4m5!3m4!1s0x8edb3e4b83735123:0x60c820d0907adafe!8m2!3d18.0220615!4d-76.7972687'),(11968,4587,'post_gallery_id','a:2:{i:0;s:4:\"4590\";i:1;s:4:\"4597\";}'),(11969,4591,'_wp_attached_file','2019/08/tracks-and-records-Jerk-1.jpg'),(11970,4591,'wpmf_size','251325'),(11971,4591,'wpmf_filetype','jpg'),(11972,4591,'wpmf_order','0'),(11973,4591,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:4:\"file\";s:37:\"2019/08/tracks-and-records-Jerk-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"tracks-and-records-Jerk-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:\"tracks-and-records-Jerk-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"tracks-and-records-Jerk-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"tracks-and-records-Jerk-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"tracks-and-records-Jerk-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11974,4592,'_wp_attached_file','2019/08/tracks-and-rcords.png'),(11975,4592,'wpmf_size','23195'),(11976,4592,'wpmf_filetype','png'),(11977,4592,'wpmf_order','0'),(11978,4592,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:117;s:4:\"file\";s:29:\"2019/08/tracks-and-rcords.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"tracks-and-rcords-150x117.png\";s:5:\"width\";i:150;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"tracks-and-rcords-300x117.png\";s:5:\"width\";i:300;s:6:\"height\";i:117;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:{}}}'),(11979,4593,'_wp_attached_file','2019/08/jamaica-tracks-and-record-logo-2.jpg'),(11980,4593,'wpmf_size','7050'),(11981,4593,'wpmf_filetype','jpg'),(11982,4593,'wpmf_order','0'),(11983,4593,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:180;s:4:\"file\";s:44:\"2019/08/jamaica-tracks-and-record-logo-2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"jamaica-tracks-and-record-logo-2-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:{}}}'),(11984,4594,'_wp_attached_file','2019/08/underwear-thong.jpg'),(11985,4594,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1379;s:6:\"height\";i:900;s:4:\"file\";s:27:\"2019/08/underwear-thong.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"underwear-thong-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:\"underwear-thong-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:27:\"underwear-thong-768x501.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"underwear-thong-1024x668.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"underwear-thong-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11986,4595,'_wp_attached_file','2019/08/underwear-thong-B.jpg'),(11987,4595,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2019/08/underwear-thong-B.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"underwear-thong-B-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:\"underwear-thong-B-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:29:\"underwear-thong-B-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:30:\"underwear-thong-B-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"underwear-thong-B-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11988,4589,'_thumbnail_id','4594'),(11989,4589,'_edit_last','9'),(11990,4589,'sponsored_url',''),(11992,4589,'xyz_smap','1'),(11994,4597,'_wp_attached_file','2019/08/tracks-burger.jpg'),(11995,4597,'wpmf_size','255059'),(11996,4597,'wpmf_filetype','jpg'),(11997,4597,'wpmf_order','0'),(11998,4597,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:4:\"file\";s:25:\"2019/08/tracks-burger.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"tracks-burger-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:\"tracks-burger-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"tracks-burger-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"tracks-burger-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"tracks-burger-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(11999,4598,'_edit_lock','1566236549:11'),(12002,4601,'_edit_lock','1566231738:9'),(12003,4602,'_wp_attached_file','2019/08/aretha-franklin.jpg'),(12004,4602,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:27:\"2019/08/aretha-franklin.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"aretha-franklin-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:\"aretha-franklin-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"aretha-franklin-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:18:\"MARK YEOMAN/FAMOUS\";s:6:\"camera\";s:8:\"NIKON D3\";s:7:\"caption\";s:269:\"Aretha Franklin at the Mandela Day Concert in Radio City, New York - 19 July 2009   FAMOUS PICTURES AND FEATURES AGENCY 13 HARWOOD ROAD LONDON SW6 4QP UNITED KINGDOM tel +44 (0) 20 7731 9333 fax +44 (0) 20 7731 9330 e-mail info@famous.uk.com www.famous.uk.com  FAM26409\";s:17:\"created_timestamp\";s:10:\"1247974703\";s:9:\"copyright\";s:8:\"©FAMOUS\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:15:\"NO RESTRICTIONS\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:1:\"-\";}}}'),(12007,4601,'_thumbnail_id','4602'),(12008,4601,'_edit_last','9'),(12009,4601,'sponsored_url',''),(12011,4601,'xyz_smap','1'),(12013,4606,'_edit_lock','1566245860:17'),(12014,4607,'_wp_attached_file','2019/08/sammystars.jpg'),(12015,4607,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:941;s:6:\"height\";i:761;s:4:\"file\";s:22:\"2019/08/sammystars.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"sammystars-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:\"sammystars-300x243.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"sammystars-768x621.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:621;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"sammystars-941x655.jpg\";s:5:\"width\";i:941;s:6:\"height\";i:655;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:{}}}'),(12016,4608,'_wp_attached_file','2019/08/st-lucia-starsfield.jpg'),(12017,4608,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1269;s:6:\"height\";i:717;s:4:\"file\";s:31:\"2019/08/st-lucia-starsfield.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"st-lucia-starsfield-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:\"st-lucia-starsfield-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"st-lucia-starsfield-768x434.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"st-lucia-starsfield-1024x579.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"st-lucia-starsfield-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12018,4606,'_thumbnail_id','4607'),(12019,4610,'_wp_attached_file','2019/08/Couple-Hurt.jpg'),(12020,4610,'wpmf_size','165972'),(12021,4610,'wpmf_filetype','jpg'),(12022,4610,'wpmf_order','0'),(12023,4610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:23:\"2019/08/Couple-Hurt.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Couple-Hurt-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:\"Couple-Hurt-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:{}}}'),(12024,4606,'_edit_last','9'),(12025,4606,'sponsored_url',''),(12026,4611,'_wp_attached_file','2019/08/Couple-Hurt-1.jpg'),(12027,4611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:25:\"2019/08/Couple-Hurt-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Couple-Hurt-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:25:\"Couple-Hurt-1-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:{}}}'),(12029,4606,'xyz_smap','1'),(12031,4613,'_wp_attached_file','2019/08/lead_cheating.jpeg'),(12032,4613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:425;s:4:\"file\";s:26:\"2019/08/lead_cheating.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"lead_cheating-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:26:\"lead_cheating-212x300.jpeg\";s:5:\"width\";i:212;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:{}}}'),(12033,4614,'_edit_lock','1566239133:4'),(12034,4615,'_edit_lock','1566235437:9'),(12035,4614,'_edit_last','4'),(12036,4614,'sponsored_url',''),(12037,4618,'_wp_attached_file','2019/08/condom-BUZZ.jpg'),(12038,4618,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2097;s:6:\"height\";i:1444;s:4:\"file\";s:23:\"2019/08/condom-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"condom-BUZZ-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:\"condom-BUZZ-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"condom-BUZZ-768x529.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:529;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"condom-BUZZ-1024x705.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"condom-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12039,4619,'_wp_attached_file','2019/08/Cheating-Partner-BUZZ.jpg'),(12040,4619,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:627;s:4:\"file\";s:33:\"2019/08/Cheating-Partner-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Cheating-Partner-BUZZ-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:\"Cheating-Partner-BUZZ-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Cheating-Partner-BUZZ-768x401.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Cheating-Partner-BUZZ-1024x535.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:535;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Cheating-Partner-BUZZ-1060x627.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:627;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:{}}}'),(12041,4620,'_wp_attached_file','2019/08/Sidechick-Cheating.jpg'),(12042,4620,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:491;s:4:\"file\";s:30:\"2019/08/Sidechick-Cheating.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Sidechick-Cheating-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:\"Sidechick-Cheating-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Sidechick-Cheating-768x491.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:491;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:{}}}'),(12043,4621,'_wp_attached_file','2019/08/Supportive-Stepparents-1.jpg'),(12044,4621,'wpmf_size','770623'),(12045,4621,'wpmf_filetype','jpg'),(12046,4621,'wpmf_order','0'),(12047,4621,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:988;s:4:\"file\";s:36:\"2019/08/Supportive-Stepparents-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Supportive-Stepparents-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:36:\"Supportive-Stepparents-1-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Supportive-Stepparents-1-768x474.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Supportive-Stepparents-1-1024x632.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:632;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Supportive-Stepparents-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12048,4622,'_wp_attached_file','2019/08/piercing.jpg'),(12049,4622,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1125;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2019/08/piercing.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"piercing-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:\"piercing-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"piercing-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"piercing-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"piercing-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12052,4624,'_wp_attached_file','2019/08/Couple-Being-Counselled.jpg'),(12053,4624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:852;s:6:\"height\";i:480;s:4:\"file\";s:35:\"2019/08/Couple-Being-Counselled.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Couple-Being-Counselled-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:\"Couple-Being-Counselled-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:35:\"Couple-Being-Counselled-768x433.jpg\";s:5:\"width\";i:768;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: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:{}}}'),(12054,4626,'_edit_lock','1566242917:4'),(12055,4627,'_wp_attached_file','2019/08/coming-to-america.jpg'),(12056,4627,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:563;s:4:\"file\";s:29:\"2019/08/coming-to-america.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"coming-to-america-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:\"coming-to-america-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:29:\"coming-to-america-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:{}}}'),(12057,4626,'_edit_last','4'),(12058,4626,'sponsored_url',''),(12059,4630,'_wp_attached_file','2019/08/piercing-B.jpg'),(12060,4630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:629;s:6:\"height\";i:900;s:4:\"file\";s:22:\"2019/08/piercing-B.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"piercing-B-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:\"piercing-B-210x300.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"piercing-B-629x655.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:655;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:{}}}'),(12061,4615,'_thumbnail_id','4622'),(12062,4615,'_edit_last','9'),(12063,4615,'sponsored_url',''),(12065,4615,'xyz_smap','1'),(12067,4632,'_wp_attached_file','2019/08/Talking-To-Each-Other.jpeg'),(12068,4632,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:34:\"2019/08/Talking-To-Each-Other.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Talking-To-Each-Other-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:34:\"Talking-To-Each-Other-300x169.jpeg\";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:34:\"Talking-To-Each-Other-768x432.jpeg\";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:35:\"Talking-To-Each-Other-1024x576.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Talking-To-Each-Other-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12069,4598,'_thumbnail_id','4610'),(12070,4598,'_edit_last','11'),(12071,4598,'sponsored_url',''),(12073,4598,'xyz_smap','1'),(12077,4642,'_wp_attached_file','2019/08/untitled-3-of-8.jpg'),(12078,4642,'wpmf_size','469500'),(12079,4642,'wpmf_filetype','jpg'),(12080,4642,'wpmf_order','0'),(12081,4642,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:4:\"file\";s:27:\"2019/08/untitled-3-of-8.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"untitled-3-of-8-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:\"untitled-3-of-8-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:27:\"untitled-3-of-8-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"untitled-3-of-8-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"untitled-3-of-8-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563448630\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"22\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12082,4643,'_wp_attached_file','2019/08/untitled-4-of-8.jpg'),(12083,4643,'wpmf_size','345760'),(12084,4643,'wpmf_filetype','jpg'),(12085,4643,'wpmf_order','0'),(12086,4643,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:4:\"file\";s:27:\"2019/08/untitled-4-of-8.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"untitled-4-of-8-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:\"untitled-4-of-8-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:27:\"untitled-4-of-8-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"untitled-4-of-8-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"untitled-4-of-8-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563451221\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12087,4644,'_wp_attached_file','2019/08/untitled-5-of-8.jpg'),(12088,4644,'wpmf_size','388731'),(12089,4644,'wpmf_filetype','jpg'),(12090,4644,'wpmf_order','0'),(12091,4644,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2592;s:6:\"height\";i:3872;s:4:\"file\";s:27:\"2019/08/untitled-5-of-8.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"untitled-5-of-8-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:\"untitled-5-of-8-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"untitled-5-of-8-768x1147.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"untitled-5-of-8-685x1024.jpg\";s:5:\"width\";i:685;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"untitled-5-of-8-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563451284\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12092,4645,'_wp_attached_file','2019/08/untitled-6-of-8.jpg'),(12093,4645,'wpmf_size','574541'),(12094,4645,'wpmf_filetype','jpg'),(12095,4645,'wpmf_order','0'),(12096,4645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:4:\"file\";s:27:\"2019/08/untitled-6-of-8.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"untitled-6-of-8-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:\"untitled-6-of-8-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:27:\"untitled-6-of-8-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"untitled-6-of-8-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"untitled-6-of-8-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563455619\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"22\";s:3:\"iso\";s:3:\"280\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12097,4646,'_wp_attached_file','2019/08/untitled-7-of-8.jpg'),(12098,4646,'wpmf_size','410438'),(12099,4646,'wpmf_filetype','jpg'),(12100,4646,'wpmf_order','0'),(12101,4646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:4:\"file\";s:27:\"2019/08/untitled-7-of-8.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"untitled-7-of-8-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:\"untitled-7-of-8-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:27:\"untitled-7-of-8-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"untitled-7-of-8-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"untitled-7-of-8-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563457258\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:3:\"110\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12102,4647,'_wp_attached_file','2019/08/untitled-8-of-8.jpg'),(12103,4647,'wpmf_size','405333'),(12104,4647,'wpmf_filetype','jpg'),(12105,4647,'wpmf_order','0'),(12106,4647,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:4:\"file\";s:27:\"2019/08/untitled-8-of-8.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"untitled-8-of-8-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:\"untitled-8-of-8-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:27:\"untitled-8-of-8-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"untitled-8-of-8-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"untitled-8-of-8-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563457655\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12107,4648,'_wp_attached_file','2019/08/untitled-1-of-8.jpg'),(12108,4648,'wpmf_size','762091'),(12109,4648,'wpmf_filetype','jpg'),(12110,4648,'wpmf_order','0'),(12111,4648,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:4:\"file\";s:27:\"2019/08/untitled-1-of-8.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"untitled-1-of-8-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:\"untitled-1-of-8-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:27:\"untitled-1-of-8-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"untitled-1-of-8-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"untitled-1-of-8-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563448447\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12112,4649,'_wp_attached_file','2019/08/untitled-2-of-8.jpg'),(12113,4649,'wpmf_size','627358'),(12114,4649,'wpmf_filetype','jpg'),(12115,4649,'wpmf_order','0'),(12116,4649,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:4:\"file\";s:27:\"2019/08/untitled-2-of-8.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"untitled-2-of-8-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:\"untitled-2-of-8-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:27:\"untitled-2-of-8-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"untitled-2-of-8-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"untitled-2-of-8-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563448453\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12121,4661,'_edit_lock','1566249251:11'),(12123,4614,'_thumbnail_id','4646'),(12124,4614,'xyz_smap','1'),(12126,4667,'_edit_lock','1566245941:17'),(12127,4668,'_wp_attached_file','2019/08/alcohol-drunk-hangover-52507.jpg'),(12128,4668,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1352;s:6:\"height\";i:900;s:4:\"file\";s:40:\"2019/08/alcohol-drunk-hangover-52507.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"alcohol-drunk-hangover-52507-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:\"alcohol-drunk-hangover-52507-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:40:\"alcohol-drunk-hangover-52507-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"alcohol-drunk-hangover-52507-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"alcohol-drunk-hangover-52507-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12129,4669,'_wp_attached_file','2019/08/alcohol-alcoholic-beverages-beer-1446271.jpg'),(12130,4669,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1282;s:6:\"height\";i:900;s:4:\"file\";s:52:\"2019/08/alcohol-alcoholic-beverages-beer-1446271.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"alcohol-alcoholic-beverages-beer-1446271-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:52:\"alcohol-alcoholic-beverages-beer-1446271-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"alcohol-alcoholic-beverages-beer-1446271-768x539.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:539;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"alcohol-alcoholic-beverages-beer-1446271-1024x719.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"alcohol-alcoholic-beverages-beer-1446271-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12132,4667,'_thumbnail_id','4668'),(12133,4667,'_edit_last','9'),(12134,4667,'xyz_smap','1'),(12136,4667,'sponsored_url',''),(12138,4626,'_thumbnail_id','4627'),(12139,4626,'xyz_smap','1'),(12141,4672,'_wp_attached_file','2019/08/Reality-Show-Star-Uthando-Ne-Sthembu-Polygamous-Marriage-Source-HuffPost.jpeg'),(12142,4672,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:630;s:6:\"height\";i:315;s:4:\"file\";s:85:\"2019/08/Reality-Show-Star-Uthando-Ne-Sthembu-Polygamous-Marriage-Source-HuffPost.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:85:\"Reality-Show-Star-Uthando-Ne-Sthembu-Polygamous-Marriage-Source-HuffPost-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:85:\"Reality-Show-Star-Uthando-Ne-Sthembu-Polygamous-Marriage-Source-HuffPost-300x150.jpeg\";s:5:\"width\";i:300;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:{}}}'),(12143,4674,'_wp_attached_file','2019/08/Groom-and-two-brides.jpg'),(12144,4674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:702;s:6:\"height\";i:459;s:4:\"file\";s:32:\"2019/08/Groom-and-two-brides.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Groom-and-two-brides-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:\"Groom-and-two-brides-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;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:{}}}'),(12147,4676,'_wp_attached_file','2019/08/Polygamy-Tease.jpg'),(12148,4676,'wpmf_size','120226'),(12149,4676,'wpmf_filetype','jpg'),(12150,4676,'wpmf_order','0'),(12151,4676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1160;s:6:\"height\";i:629;s:4:\"file\";s:26:\"2019/08/Polygamy-Tease.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Polygamy-Tease-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:\"Polygamy-Tease-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Polygamy-Tease-768x416.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Polygamy-Tease-1024x555.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Polygamy-Tease-1060x629.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:629;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:{}}}'),(12153,4678,'_edit_lock','1566254782:4'),(12154,4678,'_edit_last','4'),(12155,4678,'sponsored_url',''),(12156,4680,'_wp_attached_file','2019/08/Link.jpg'),(12157,4680,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1049;s:6:\"height\";i:711;s:4:\"file\";s:16:\"2019/08/Link.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Link-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:\"Link-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"Link-768x521.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"Link-1024x694.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:694;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"Link-1049x655.jpg\";s:5:\"width\";i:1049;s:6:\"height\";i:655;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:{}}}'),(12158,4682,'_edit_lock','1566248691:9'),(12159,4683,'_wp_attached_file','2019/08/SKERRIIT2.jpg'),(12160,4683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:21:\"2019/08/SKERRIIT2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"SKERRIIT2-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:\"SKERRIIT2-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:21:\"SKERRIIT2-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:22:\"SKERRIIT2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"SKERRIIT2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12161,4684,'_wp_attached_file','2019/08/Sleeping-Together-Polygamy.jpg'),(12162,4684,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:38:\"2019/08/Sleeping-Together-Polygamy.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Sleeping-Together-Polygamy-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:\"Sleeping-Together-Polygamy-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:38:\"Sleeping-Together-Polygamy-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:39:\"Sleeping-Together-Polygamy-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Sleeping-Together-Polygamy-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12163,4661,'_edit_last','11'),(12164,4661,'sponsored_url',''),(12166,4661,'_thumbnail_id','4684'),(12167,4661,'xyz_smap','1'),(12169,4682,'_thumbnail_id','4683'),(12170,4682,'_edit_last','9'),(12171,4682,'sponsored_url',''),(12173,4682,'xyz_smap','1'),(12175,4691,'_edit_lock','1566249466:9'),(12176,4692,'_wp_attached_file','2019/08/elton-john.jpg'),(12177,4692,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:22:\"2019/08/elton-john.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"elton-john-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:\"elton-john-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"elton-john-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(12178,4647,'_wp_attachment_image_alt',''),(12179,4646,'_wp_attachment_image_alt',''),(12180,4645,'_wp_attachment_image_alt',''),(12181,4644,'_wp_attachment_image_alt',''),(12182,4643,'_wp_attachment_image_alt',''),(12183,4642,'_wp_attachment_image_alt',''),(12184,4691,'_thumbnail_id','4692'),(12185,4691,'_edit_last','9'),(12186,4691,'sponsored_url',''),(12188,4691,'xyz_smap','1'),(12190,4697,'_edit_lock','1566250799:9'),(12191,4698,'_edit_lock','1566311526:9'),(12192,4698,'_edit_last','9'),(12193,4701,'_wp_attached_file','2019/08/katherine-foster.jpg'),(12194,4701,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:28:\"2019/08/katherine-foster.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"katherine-foster-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:\"katherine-foster-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"katherine-foster-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:20:\"Christopher Peterson\";s:6:\"camera\";s:20:\"Canon EOS-1D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1348596436\";s:9:\"copyright\";s:4:\"2012\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12195,4697,'_edit_last','9'),(12196,4697,'sponsored_url',''),(12198,4697,'xyz_smap','1'),(12201,4678,'_thumbnail_id','4709'),(12202,4678,'xyz_smap','1'),(12204,4707,'_edit_lock','1566256733:4'),(12205,4707,'_edit_last','4'),(12206,4707,'sponsored_url',''),(12207,4709,'_wp_attached_file','2019/08/ink-stained-finger.jpg'),(12208,4709,'wpmf_size','59480'),(12209,4709,'wpmf_filetype','jpg'),(12210,4709,'wpmf_order','0'),(12211,4709,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:637;s:4:\"file\";s:30:\"2019/08/ink-stained-finger.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"ink-stained-finger-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:\"ink-stained-finger-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"ink-stained-finger-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;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:{}}}'),(12214,4710,'_wp_attached_file','2019/08/katie-holmes.jpg'),(12215,4710,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:24:\"2019/08/katie-holmes.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"katie-holmes-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:\"katie-holmes-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"katie-holmes-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(12217,4707,'_thumbnail_id','4710'),(12218,4707,'xyz_smap','1'),(12220,4712,'_edit_lock','1566261164:4'),(12221,4712,'_edit_last','4'),(12222,4712,'sponsored_url',''),(12223,4715,'_wp_attached_file','2019/08/champions.jpg'),(12224,4715,'wpmf_size','303560'),(12225,4715,'wpmf_filetype','jpg'),(12226,4715,'wpmf_order','0'),(12227,4715,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1077;s:6:\"height\";i:1165;s:4:\"file\";s:21:\"2019/08/champions.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"champions-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:\"champions-277x300.jpg\";s:5:\"width\";i:277;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"champions-768x831.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:831;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"champions-947x1024.jpg\";s:5:\"width\";i:947;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"champions-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12235,4712,'xyz_smap','1'),(12237,4722,'_wp_attached_file','2019/08/champions-1.jpg'),(12238,4722,'wpmf_size','188124'),(12239,4722,'wpmf_filetype','jpg'),(12240,4722,'wpmf_order','0'),(12241,4722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1066;s:6:\"height\";i:745;s:4:\"file\";s:23:\"2019/08/champions-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"champions-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:\"champions-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:23:\"champions-1-768x537.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"champions-1-1024x716.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:716;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"champions-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12243,4712,'_thumbnail_id','4722'),(12247,4724,'_edit_lock','1566307545:1'),(12248,4725,'_edit_lock','1566775073:11'),(12249,4726,'_wp_attached_file','2019/08/half-moon-A.jpg'),(12250,4726,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2019/08/half-moon-A.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"half-moon-A-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:\"half-moon-A-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:23:\"half-moon-A-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:24:\"half-moon-A-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"half-moon-A-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"DMC-TZ5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1397618375\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.7\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:19:\"0.00076923076923077\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12251,4727,'_wp_attached_file','2019/08/half-moon-C.jpg'),(12252,4727,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2019/08/half-moon-C.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"half-moon-C-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:\"half-moon-C-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:23:\"half-moon-C-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:24:\"half-moon-C-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"half-moon-C-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"DMC-TZ5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1397618433\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.7\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12253,4728,'_wp_attached_file','2019/08/half-moon-B.jpg'),(12254,4728,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2019/08/half-moon-B.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"half-moon-B-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:\"half-moon-B-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:23:\"half-moon-B-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:24:\"half-moon-B-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"half-moon-B-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"DMC-TZ5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1397618410\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.7\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12255,4724,'_edit_last','4'),(12256,4724,'sponsored_url',''),(12257,4725,'_thumbnail_id','5781'),(12258,4725,'_edit_last','11'),(12259,4725,'sponsored_url',''),(12260,4732,'_edit_lock','1566309238:4'),(12261,4733,'_wp_attached_file','2019/08/Bags-new-B.jpg'),(12262,4733,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1344;s:6:\"height\";i:900;s:4:\"file\";s:22:\"2019/08/Bags-new-B.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Bags-new-B-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:\"Bags-new-B-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:22:\"Bags-new-B-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Bags-new-B-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Bags-new-B-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563029830\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12263,4734,'_wp_attached_file','2019/08/Bags-new-C.jpg'),(12264,4734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:734;s:6:\"height\";i:900;s:4:\"file\";s:22:\"2019/08/Bags-new-C.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Bags-new-C-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:\"Bags-new-C-245x300.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Bags-new-C-734x655.jpg\";s:5:\"width\";i:734;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563028652\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12265,4735,'_wp_attached_file','2019/08/Bags-new-E.jpg'),(12266,4735,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:900;s:4:\"file\";s:22:\"2019/08/Bags-new-E.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Bags-new-E-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:\"Bags-new-E-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Bags-new-E-602x655.jpg\";s:5:\"width\";i:602;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563027930\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12267,4732,'_thumbnail_id','4733'),(12268,4732,'_edit_last','4'),(12269,4732,'sponsored_url',''),(12270,4738,'_edit_lock','1566270377:9'),(12271,4739,'_wp_attached_file','2019/08/Kit-game-of-thrones.jpg'),(12272,4739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:31:\"2019/08/Kit-game-of-thrones.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Kit-game-of-thrones-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:\"Kit-game-of-thrones-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Kit-game-of-thrones-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"NIKON D3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1420485162\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"185\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12273,4738,'_thumbnail_id','4739'),(12274,4738,'_edit_last','9'),(12275,4738,'sponsored_url',''),(12276,4741,'_wp_attached_file','2019/08/Parris-Lyew-Ayee.png'),(12277,4741,'wpmf_size','1094919'),(12278,4741,'wpmf_filetype','png'),(12279,4741,'wpmf_order','0'),(12280,4741,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1141;s:6:\"height\";i:765;s:4:\"file\";s:28:\"2019/08/Parris-Lyew-Ayee.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Parris-Lyew-Ayee-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:28:\"Parris-Lyew-Ayee-300x201.png\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Parris-Lyew-Ayee-768x515.png\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Parris-Lyew-Ayee-1024x687.png\";s:5:\"width\";i:1024;s:6:\"height\";i:687;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Parris-Lyew-Ayee-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12281,4724,'_thumbnail_id','4741'),(12282,4744,'_wp_attached_file','2019/08/caribbean-cement-plant2.jpg'),(12283,4744,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1077;s:6:\"height\";i:599;s:4:\"file\";s:35:\"2019/08/caribbean-cement-plant2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"caribbean-cement-plant2-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:\"caribbean-cement-plant2-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"caribbean-cement-plant2-768x427.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"caribbean-cement-plant2-1024x570.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"caribbean-cement-plant2-1060x599.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:599;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:{}}}'),(12284,4748,'_wp_attached_file','2019/08/Saggy-Pants-1-BUZZ.jpg'),(12285,4748,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1250;s:6:\"height\";i:650;s:4:\"file\";s:30:\"2019/08/Saggy-Pants-1-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Saggy-Pants-1-BUZZ-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:\"Saggy-Pants-1-BUZZ-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Saggy-Pants-1-BUZZ-768x399.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Saggy-Pants-1-BUZZ-1024x532.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:532;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Saggy-Pants-1-BUZZ-1060x650.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:21:\"Canon EOS-1D Mark III\";s:7:\"caption\";s:375:\"RIVIERA BEACH, FL - APRIL 23:  A youngster wears his pants with underwear showing on April 23, 2009 in Riviera Beach, Florida. Recently Palm Beach Circuit Judge Paul Moyle ruled a Riviera Beach city law banning sagging pants is unconstitutional in the case of a 17-year-old who was arrested and held overnight in jail for breaking the law.  (Photo by Joe Raedle/Getty Images)\";s:17:\"created_timestamp\";s:10:\"1240509240\";s:9:\"copyright\";s:17:\"2009 Getty Images\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:10:\"0.00015625\";s:5:\"title\";s:47:\"Judge Rules Ban On Saggy Pants Unconstitutional\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:5:{i:0;s:7:\"america\";i:1;s:5:\"Crime\";i:2;s:7:\"Justice\";i:3;s:3:\"Law\";i:4;s:5:\"urban\";}}}'),(12288,4750,'_wp_attached_file','2019/08/Saggy-Pants-3-BUZZ.jpg'),(12289,4750,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:30:\"2019/08/Saggy-Pants-3-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Saggy-Pants-3-BUZZ-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:\"Saggy-Pants-3-BUZZ-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:30:\"Saggy-Pants-3-BUZZ-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:31:\"Saggy-Pants-3-BUZZ-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Saggy-Pants-3-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12290,4751,'_wp_attached_file','2019/08/Pull-Up-Your-Pants.jpg'),(12291,4751,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:564;s:6:\"height\";i:375;s:4:\"file\";s:30:\"2019/08/Pull-Up-Your-Pants.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Pull-Up-Your-Pants-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:\"Pull-Up-Your-Pants-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: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:{}}}'),(12292,4752,'_wp_attached_file','2019/08/Bra-strap-showing.jpg'),(12293,4752,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:349;s:4:\"file\";s:29:\"2019/08/Bra-strap-showing.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Bra-strap-showing-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:\"Bra-strap-showing-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:\"0\";s:8:\"keywords\";a:0:{}}}'),(12294,4753,'_wp_attached_file','2019/08/Belt.jpg'),(12295,4753,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:667;s:4:\"file\";s:16:\"2019/08/Belt.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Belt-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:\"Belt-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"Belt-768x427.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"Belt-1024x569.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"Belt-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12296,4754,'_wp_attached_file','2019/08/Saggy-Pants-2-BUZZ.jpg'),(12297,4754,'wpmf_size','65568'),(12298,4754,'wpmf_filetype','jpg'),(12299,4754,'wpmf_order','0'),(12300,4754,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:470;s:4:\"file\";s:30:\"2019/08/Saggy-Pants-2-BUZZ.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Saggy-Pants-2-BUZZ-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:\"Saggy-Pants-2-BUZZ-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Saggy-Pants-2-BUZZ-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;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:{}}}'),(12301,4400,'_thumbnail_id','4754'),(12302,4400,'_edit_last','11'),(12303,4400,'sponsored_url',''),(12305,4400,'xyz_smap','1'),(12307,4759,'_edit_lock','1566281701:11'),(12308,4760,'_wp_attached_file','2019/08/kissing-mirror.jpg'),(12309,4760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:614;s:6:\"height\";i:509;s:4:\"file\";s:26:\"2019/08/kissing-mirror.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"kissing-mirror-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:\"kissing-mirror-300x249.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:249;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:\"1566262300\";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:{}}}'),(12310,4761,'_wp_attached_file','2019/08/Narcissus-BUZZ.jpg'),(12311,4761,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:623;s:4:\"file\";s:26:\"2019/08/Narcissus-BUZZ.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Narcissus-BUZZ-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:\"Narcissus-BUZZ-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Narcissus-BUZZ-768x467.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Narcissus-BUZZ-1024x623.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:623;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:{}}}'),(12312,4762,'_wp_attached_file','2019/08/can-chat-chatting-362.jpg'),(12313,4762,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4272;s:6:\"height\";i:2848;s:4:\"file\";s:33:\"2019/08/can-chat-chatting-362.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"can-chat-chatting-362-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:\"can-chat-chatting-362-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:33:\"can-chat-chatting-362-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:34:\"can-chat-chatting-362-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"can-chat-chatting-362-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12314,4763,'_wp_attached_file','2019/08/mirror.jpg'),(12315,4763,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1642;s:6:\"height\";i:1095;s:4:\"file\";s:18:\"2019/08/mirror.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"mirror-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:\"mirror-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:18:\"mirror-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:19:\"mirror-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"mirror-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12316,4764,'_wp_attached_file','2019/08/superiority.jpg'),(12317,4764,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:840;s:6:\"height\";i:560;s:4:\"file\";s:23:\"2019/08/superiority.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"superiority-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:\"superiority-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:23:\"superiority-768x512.jpg\";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:{}}}'),(12318,4765,'_wp_attached_file','2019/08/ignore.jpg'),(12319,4765,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:360;s:4:\"file\";s:18:\"2019/08/ignore.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"ignore-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:\"ignore-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:\"0\";s:8:\"keywords\";a:0:{}}}'),(12320,4759,'_thumbnail_id','4763'),(12321,4759,'_edit_last','11'),(12322,4759,'sponsored_url',''),(12324,4759,'xyz_smap','1'),(12326,4770,'_edit_lock','1566336792:11'),(12327,4770,'_edit_last','11'),(12328,4770,'sponsored_url',''),(12329,4772,'_edit_lock','1566336501:12'),(12330,4772,'_edit_last','11'),(12331,4772,'sponsored_url',''),(12332,4774,'_edit_lock','1566315413:11'),(12333,4774,'_edit_last','11'),(12334,4774,'sponsored_url',''),(12335,4725,'xyz_smap','1'),(12337,4732,'xyz_smap','1'),(12339,4738,'xyz_smap','1'),(12341,4776,'_edit_lock','1567880230:14'),(12342,4724,'xyz_smap','1'),(12344,4777,'_wp_attached_file','2019/08/peter-bunting-nom-day-buzz-1-1.jpg'),(12345,4777,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:42:\"2019/08/peter-bunting-nom-day-buzz-1-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"peter-bunting-nom-day-buzz-1-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:42:\"peter-bunting-nom-day-buzz-1-1-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:42:\"peter-bunting-nom-day-buzz-1-1-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:43:\"peter-bunting-nom-day-buzz-1-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"peter-bunting-nom-day-buzz-1-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564137931\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"44\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12346,4778,'_wp_attached_file','2019/08/peter-bunting-rise-united-launch-june-buzz-demo.jpg'),(12347,4778,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:960;s:4:\"file\";s:59:\"2019/08/peter-bunting-rise-united-launch-june-buzz-demo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"peter-bunting-rise-united-launch-june-buzz-demo-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:\"peter-bunting-rise-united-launch-june-buzz-demo-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:59:\"peter-bunting-rise-united-launch-june-buzz-demo-640x655.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:655;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:{}}}'),(12348,4779,'_wp_attached_file','2019/08/pnp-logo-official-demo-buzz.png'),(12349,4779,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:760;s:4:\"file\";s:39:\"2019/08/pnp-logo-official-demo-buzz.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"pnp-logo-official-demo-buzz-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:39:\"pnp-logo-official-demo-buzz-300x190.png\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"pnp-logo-official-demo-buzz-768x486.png\";s:5:\"width\";i:768;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"pnp-logo-official-demo-buzz-1024x649.png\";s:5:\"width\";i:1024;s:6:\"height\";i:649;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"pnp-logo-official-demo-buzz-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12350,4780,'_wp_attached_file','2019/08/osmond-theodore-fairclough-image.jpg'),(12351,4780,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:187;s:6:\"height\";i:269;s:4:\"file\";s:44:\"2019/08/osmond-theodore-fairclough-image.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"osmond-theodore-fairclough-image-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:{}}}'),(12352,4776,'_edit_last','14'),(12353,4776,'sponsored_url',''),(12354,4782,'_edit_lock','1566518108:14'),(12355,15,'_edit_lock','1566937543:12'),(12358,4732,'_yoast_wpseo_primary_category','2'),(12359,4732,'_yoast_wpseo_primary_sub-category','10'),(12360,4732,'_yoast_wpseo_content_score','60'),(12361,4782,'_edit_last','14'),(12362,4782,'sponsored_url',''),(12363,4786,'_edit_lock','1566329053:13'),(12364,4787,'_wp_attached_file','2019/08/drenched.jpg'),(12365,4787,'wpmf_size','240672'),(12366,4787,'wpmf_filetype','jpg'),(12367,4787,'wpmf_order','0'),(12368,4787,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:20:\"2019/08/drenched.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"drenched-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:\"drenched-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"drenched-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"drenched-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(12369,4788,'_wp_attached_file','2019/08/zj-nova.jpg'),(12370,4788,'wpmf_size','47599'),(12371,4788,'wpmf_filetype','jpg'),(12372,4788,'wpmf_order','0'),(12373,4788,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:750;s:4:\"file\";s:19:\"2019/08/zj-nova.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"zj-nova-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:\"zj-nova-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"zj-nova-750x655.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:655;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:{}}}'),(12374,4786,'_thumbnail_id','4787'),(12375,4786,'_edit_last','13'),(12376,4786,'_yoast_wpseo_primary_out-category','25'),(12377,4786,'_yoast_wpseo_primary_location','36'),(12378,4786,'out_date','2019-11-03'),(12379,4786,'out_time','02:00 PM'),(12380,4786,'out_address','Bay Beach, Ocho Rios Jamaica  '),(12381,4786,'out_description','The Ultimate Foam and Water Party'),(12382,4786,'out_mapurl',''),(12383,4786,'post_gallery_id','a:2:{i:0;s:4:\"4788\";i:1;s:4:\"4787\";}'),(12384,4786,'_yoast_wpseo_content_score','30'),(12386,4790,'_edit_lock','1566330590:13'),(12387,4791,'_wp_attached_file','2019/08/mask-off.jpg'),(12388,4791,'wpmf_size','89239'),(12389,4791,'wpmf_filetype','jpg'),(12390,4791,'wpmf_order','0'),(12391,4791,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:773;s:6:\"height\";i:960;s:4:\"file\";s:20:\"2019/08/mask-off.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"mask-off-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:\"mask-off-242x300.jpg\";s:5:\"width\";i:242;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"mask-off-768x954.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:954;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"mask-off-773x655.jpg\";s:5:\"width\";i:773;s:6:\"height\";i:655;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:{}}}'),(12392,4792,'_wp_attached_file','2019/08/Angry.jpg'),(12393,4792,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1526;s:6:\"height\";i:1017;s:4:\"file\";s:17:\"2019/08/Angry.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Angry-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:\"Angry-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:17:\"Angry-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:18:\"Angry-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Angry-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12394,4790,'_thumbnail_id','4791'),(12395,4790,'_edit_last','13'),(12396,4790,'_yoast_wpseo_primary_out-category','26'),(12397,4790,'_yoast_wpseo_primary_location','33'),(12398,4790,'out_date','2019-11-24'),(12399,4790,'out_time','07:00 AM'),(12400,4790,'out_address','East Kings House Rd, Kingston, Jamaica.'),(12401,4790,'out_description','Obstacle Course Racing Event'),(12402,4790,'out_mapurl','https://www.google.com/maps/place/Barbican+Football+Field/@18.0250062,-76.7816542,17z/data=!3m1!4b1!4m5!3m4!1s0x8edb3e5604cb76d3:0xe637821962c3a1b!8m2!3d18.0250062!4d-76.7794655'),(12403,4790,'post_gallery_id','a:1:{i:0;s:4:\"4791\";}'),(12404,4790,'_yoast_wpseo_content_score','30'),(12405,4793,'_wp_attached_file','2019/08/Gossip.jpg'),(12406,4793,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:18:\"2019/08/Gossip.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Gossip-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:\"Gossip-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:18:\"Gossip-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:19:\"Gossip-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Gossip-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12407,4794,'_wp_attached_file','2019/08/dislike.jpg'),(12408,4794,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:775;s:4:\"file\";s:19:\"2019/08/dislike.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"dislike-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:\"dislike-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:19:\"dislike-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"dislike-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"dislike-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12409,4795,'_edit_lock','1566316405:9'),(12410,4796,'_wp_attached_file','2019/08/ed-sheeran-BB.jpg'),(12411,4796,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:25:\"2019/08/ed-sheeran-BB.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ed-sheeran-BB-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:\"ed-sheeran-BB-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"ed-sheeran-BB-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(12412,4795,'_edit_last','9'),(12413,4795,'_yoast_wpseo_primary_category','3'),(12414,4795,'_yoast_wpseo_primary_sub-category','14'),(12415,4795,'sponsored_url',''),(12416,4795,'_yoast_wpseo_content_score','30'),(12418,4795,'_thumbnail_id','4796'),(12419,4795,'xyz_smap','1'),(12421,4798,'_edit_lock','1566316934:4'),(12422,4798,'_oembed_3039ba147219e778a1f9747ec6d24f53','<iframe title=\"Wayne Marshall talks album and spirituality\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/VS46B70nKng?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(12423,4798,'_oembed_time_3039ba147219e778a1f9747ec6d24f53','1566315314'),(12425,4774,'_thumbnail_id','4792'),(12426,4774,'xyz_smap','1'),(12428,4774,'_yoast_wpseo_primary_category','4'),(12429,4774,'_yoast_wpseo_primary_sub-category','11'),(12430,4774,'_yoast_wpseo_content_score','90'),(12431,4801,'_edit_lock','1566317711:9'),(12432,4802,'_wp_attached_file','2019/08/makeup-BB.jpg'),(12433,4802,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2019/08/makeup-BB.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"makeup-BB-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:\"makeup-BB-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:21:\"makeup-BB-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:22:\"makeup-BB-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"makeup-BB-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12434,4803,'_wp_attached_file','2019/08/makeupA.jpg'),(12435,4803,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:19:\"2019/08/makeupA.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"makeupA-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:\"makeupA-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:19:\"makeupA-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:20:\"makeupA-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"makeupA-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12436,4801,'_thumbnail_id','4803'),(12437,4801,'_edit_last','9'),(12438,4801,'_yoast_wpseo_primary_category','3'),(12439,4801,'_yoast_wpseo_primary_sub-category','10'),(12440,4801,'sponsored_url',''),(12441,4801,'_yoast_wpseo_content_score','60'),(12443,4801,'xyz_smap','1'),(12445,4798,'_edit_last','4'),(12446,4798,'_yoast_wpseo_primary_category','2'),(12447,4798,'_yoast_wpseo_primary_sub-category','7'),(12448,4798,'video_parent_post_id',''),(12449,4798,'_yoast_wpseo_content_score','60'),(12450,4805,'_wp_attached_file','2019/08/Screenshot-50.png'),(12451,4805,'wpmf_size','834810'),(12452,4805,'wpmf_filetype','png'),(12453,4805,'wpmf_order','0'),(12454,4805,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1335;s:6:\"height\";i:713;s:4:\"file\";s:25:\"2019/08/Screenshot-50.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Screenshot-50-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:25:\"Screenshot-50-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Screenshot-50-768x410.png\";s:5:\"width\";i:768;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Screenshot-50-1024x547.png\";s:5:\"width\";i:1024;s:6:\"height\";i:547;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Screenshot-50-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12455,4798,'_thumbnail_id','4805'),(12457,4807,'_wp_attached_file','2019/08/Annoying-Co-Worker-Office-Etiquette-Buzz.jpg'),(12458,4807,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2078;s:6:\"height\";i:1017;s:4:\"file\";s:52:\"2019/08/Annoying-Co-Worker-Office-Etiquette-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Annoying-Co-Worker-Office-Etiquette-Buzz-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:52:\"Annoying-Co-Worker-Office-Etiquette-Buzz-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"Annoying-Co-Worker-Office-Etiquette-Buzz-768x376.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"Annoying-Co-Worker-Office-Etiquette-Buzz-1024x501.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"Annoying-Co-Worker-Office-Etiquette-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1410957862\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"130\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12459,4808,'_edit_lock','1566318431:9'),(12460,4809,'_wp_attached_file','2019/08/adults-communication-cooperation-Buzz.jpg'),(12461,4809,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:2542;s:4:\"file\";s:49:\"2019/08/adults-communication-cooperation-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"adults-communication-cooperation-Buzz-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:\"adults-communication-cooperation-Buzz-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"adults-communication-cooperation-Buzz-768x542.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:542;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"adults-communication-cooperation-Buzz-1024x723.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:723;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"adults-communication-cooperation-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12464,4811,'_wp_attached_file','2019/08/Aton-AA.jpg'),(12465,4811,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1208;s:6:\"height\";i:900;s:4:\"file\";s:19:\"2019/08/Aton-AA.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Aton-AA-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:\"Aton-AA-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Aton-AA-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Aton-AA-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Aton-AA-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564239738\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12466,4812,'_wp_attached_file','2019/08/Aton-BB.jpg'),(12467,4812,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1344;s:6:\"height\";i:900;s:4:\"file\";s:19:\"2019/08/Aton-BB.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Aton-BB-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:\"Aton-BB-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:19:\"Aton-BB-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Aton-BB-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Aton-BB-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564249816\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"22\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12468,4813,'_wp_attached_file','2019/08/aton-CC.jpg'),(12469,4813,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1344;s:6:\"height\";i:900;s:4:\"file\";s:19:\"2019/08/aton-CC.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"aton-CC-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:\"aton-CC-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:19:\"aton-CC-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"aton-CC-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"aton-CC-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564249850\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"22\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12470,4808,'_edit_last','9'),(12471,4808,'_yoast_wpseo_primary_category','3'),(12472,4808,'_yoast_wpseo_primary_sub-category','16'),(12473,4808,'sponsored_url',''),(12474,4808,'_yoast_wpseo_content_score','60'),(12476,4808,'_thumbnail_id','4811'),(12477,4808,'xyz_smap','1'),(12489,1060,'_yoast_wpseo_primary_category','3'),(12490,1060,'_yoast_wpseo_primary_sub-category','16'),(12491,1060,'_yoast_wpseo_content_score','60'),(12492,4819,'_edit_lock','1566329385:12'),(12493,4820,'_wp_attached_file','2019/08/rhonda-rousey.jpg'),(12494,4820,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:25:\"2019/08/rhonda-rousey.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"rhonda-rousey-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:\"rhonda-rousey-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"rhonda-rousey-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(12495,4819,'_thumbnail_id','4820'),(12496,4819,'_edit_last','12'),(12497,4819,'_yoast_wpseo_primary_category','4'),(12498,4819,'_yoast_wpseo_primary_sub-category','14'),(12499,4819,'sponsored_url',''),(12500,4819,'_yoast_wpseo_content_score','60'),(12502,4819,'xyz_smap','1'),(12504,4823,'_edit_lock','1566328651:9'),(12505,4824,'_wp_attached_file','2019/08/Negril-Wine-F.jpg'),(12506,4824,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:596;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2019/08/Negril-Wine-F.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Negril-Wine-F-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:\"Negril-Wine-F-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Negril-Wine-F-596x655.jpg\";s:5:\"width\";i:596;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566040359\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"280\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12507,4825,'_wp_attached_file','2019/08/Bubble-Gum-Buzz-Office-Etiquette.jpg'),(12508,4825,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2738;s:6:\"height\";i:1825;s:4:\"file\";s:44:\"2019/08/Bubble-Gum-Buzz-Office-Etiquette.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Bubble-Gum-Buzz-Office-Etiquette-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:\"Bubble-Gum-Buzz-Office-Etiquette-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:44:\"Bubble-Gum-Buzz-Office-Etiquette-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:45:\"Bubble-Gum-Buzz-Office-Etiquette-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Bubble-Gum-Buzz-Office-Etiquette-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12509,4826,'_wp_attached_file','2019/08/negril-wine-H.jpg'),(12510,4826,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1358;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2019/08/negril-wine-H.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"negril-wine-H-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:\"negril-wine-H-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"negril-wine-H-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"negril-wine-H-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"negril-wine-H-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566034763\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"280\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12511,4827,'_wp_attached_file','2019/08/Negril-Wine-B.jpg'),(12512,4827,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1358;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2019/08/Negril-Wine-B.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Negril-Wine-B-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:\"Negril-Wine-B-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Negril-Wine-B-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Negril-Wine-B-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Negril-Wine-B-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566034970\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"280\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12513,4828,'_wp_attached_file','2019/08/Negril-Wine-C.jpg'),(12514,4828,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1358;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2019/08/Negril-Wine-C.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Negril-Wine-C-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:\"Negril-Wine-C-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Negril-Wine-C-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Negril-Wine-C-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Negril-Wine-C-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566035893\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"44\";s:3:\"iso\";s:3:\"280\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12515,4829,'_wp_attached_file','2019/08/Negril-Wine-D.jpg'),(12516,4829,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1358;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2019/08/Negril-Wine-D.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Negril-Wine-D-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:\"Negril-Wine-D-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Negril-Wine-D-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Negril-Wine-D-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Negril-Wine-D-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566033790\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"280\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12517,4830,'_wp_attached_file','2019/08/Negril-Wine-E.jpg'),(12518,4830,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:596;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2019/08/Negril-Wine-E.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Negril-Wine-E-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:\"Negril-Wine-E-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Negril-Wine-E-596x655.jpg\";s:5:\"width\";i:596;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566035260\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"280\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12519,4831,'_wp_attached_file','2019/08/Negril-Wine-F-1.jpg'),(12520,4831,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:596;s:6:\"height\";i:900;s:4:\"file\";s:27:\"2019/08/Negril-Wine-F-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Negril-Wine-F-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:27:\"Negril-Wine-F-1-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Negril-Wine-F-1-596x655.jpg\";s:5:\"width\";i:596;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566040359\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"280\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12521,4832,'_wp_attached_file','2019/08/Negril-Wine-G.jpg'),(12522,4832,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:596;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2019/08/Negril-Wine-G.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Negril-Wine-G-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:\"Negril-Wine-G-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Negril-Wine-G-596x655.jpg\";s:5:\"width\";i:596;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566040460\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"280\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12523,4823,'_thumbnail_id','4826'),(12525,4823,'_edit_last','9'),(12526,4823,'xyz_smap','1'),(12528,4823,'_yoast_wpseo_primary_category','2'),(12529,4823,'_yoast_wpseo_primary_sub-category','14'),(12530,4823,'sponsored_url',''),(12531,4823,'_yoast_wpseo_content_score','30'),(12532,4836,'_edit_lock','1566327557:4'),(12533,4837,'_wp_attached_file','2019/08/cornwallappeal.jpg'),(12534,4837,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1230;s:4:\"file\";s:26:\"2019/08/cornwallappeal.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"cornwallappeal-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:\"cornwallappeal-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"cornwallappeal-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"cornwallappeal-1024x615.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"cornwallappeal-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1508605576\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"420\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:41:\"SRI LANKAN A WI A 2ND TEST DAY3 SESSION 1\";}}}'),(12535,4836,'_edit_last','4'),(12536,4836,'_yoast_wpseo_primary_category','4'),(12537,4836,'_yoast_wpseo_primary_sub-category','5'),(12538,4836,'sponsored_url',''),(12539,4836,'_yoast_wpseo_content_score','30'),(12540,4840,'_wp_attached_file','2019/08/cornwallshot.jpg'),(12541,4840,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:24:\"2019/08/cornwallshot.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"cornwallshot-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:\"cornwallshot-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:24:\"cornwallshot-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:25:\"cornwallshot-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"cornwallshot-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Ashley Allen\";s:6:\"camera\";s:12:\"Canon EOS 7D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1456745085\";s:9:\"copyright\";s:36:\"Copyright Ash Allen Photography 2014\";s:12:\"focal_length\";s:3:\"420\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12542,4842,'_wp_attached_file','2019/08/rahkeemarms.jpg'),(12543,4842,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1673;s:6:\"height\";i:1057;s:4:\"file\";s:23:\"2019/08/rahkeemarms.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"rahkeemarms-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:\"rahkeemarms-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"rahkeemarms-768x485.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:485;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"rahkeemarms-1024x647.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:647;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"rahkeemarms-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1475869868\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"550\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12544,4836,'_thumbnail_id','4842'),(12545,4845,'_wp_attached_file','2019/08/Headphones-In-Office-Etiquette-Buzz.jpg'),(12546,4845,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5044;s:6:\"height\";i:3363;s:4:\"file\";s:47:\"2019/08/Headphones-In-Office-Etiquette-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Headphones-In-Office-Etiquette-Buzz-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:\"Headphones-In-Office-Etiquette-Buzz-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:47:\"Headphones-In-Office-Etiquette-Buzz-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:48:\"Headphones-In-Office-Etiquette-Buzz-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"Headphones-In-Office-Etiquette-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12548,4836,'xyz_smap','1'),(12550,4846,'_wp_attached_file','2019/08/Messy-Workstation-Office-Etiquette-Buzz.jpg'),(12551,4846,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1793;s:6:\"height\";i:1181;s:4:\"file\";s:51:\"2019/08/Messy-Workstation-Office-Etiquette-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Messy-Workstation-Office-Etiquette-Buzz-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:\"Messy-Workstation-Office-Etiquette-Buzz-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"Messy-Workstation-Office-Etiquette-Buzz-768x506.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"Messy-Workstation-Office-Etiquette-Buzz-1024x674.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"Messy-Workstation-Office-Etiquette-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12552,4847,'_wp_attached_file','2019/08/buzz-logo.jpg'),(12553,4847,'wpmf_size','18509'),(12554,4847,'wpmf_filetype','jpg'),(12555,4847,'wpmf_order','0'),(12556,4847,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:21:\"2019/08/buzz-logo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"buzz-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:21:\"buzz-logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"buzz-logo-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"buzz-logo-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(12557,4848,'_edit_lock','1566427784:16'),(12558,4849,'_wp_attached_file','2019/08/sick-black-man-coughing-in-office-Buzz.png'),(12559,4849,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:50:\"2019/08/sick-black-man-coughing-in-office-Buzz.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"sick-black-man-coughing-in-office-Buzz-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:50:\"sick-black-man-coughing-in-office-Buzz-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"sick-black-man-coughing-in-office-Buzz-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"sick-black-man-coughing-in-office-Buzz-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"sick-black-man-coughing-in-office-Buzz-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12560,4850,'_wp_attached_file','2019/08/Flip-Flops-At-Work-Buzz.jpeg'),(12561,4850,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:678;s:4:\"file\";s:36:\"2019/08/Flip-Flops-At-Work-Buzz.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Flip-Flops-At-Work-Buzz-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:36:\"Flip-Flops-At-Work-Buzz-300x159.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Flip-Flops-At-Work-Buzz-768x407.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Flip-Flops-At-Work-Buzz-1024x542.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:542;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Flip-Flops-At-Work-Buzz-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12562,4851,'_wp_attached_file','2019/08/Floatopia-Jamaica.jpg'),(12563,4851,'wpmf_size','89142'),(12564,4851,'wpmf_filetype','jpg'),(12565,4851,'wpmf_order','0'),(12566,4851,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:859;s:4:\"file\";s:29:\"2019/08/Floatopia-Jamaica.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Floatopia-Jamaica-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:\"Floatopia-Jamaica-300x268.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Floatopia-Jamaica-768x687.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Floatopia-Jamaica-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(12567,4852,'_wp_attached_file','2019/08/floatopia-2.jpg'),(12568,4852,'wpmf_size','130901'),(12569,4852,'wpmf_filetype','jpg'),(12570,4852,'wpmf_order','0'),(12571,4852,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:735;s:4:\"file\";s:23:\"2019/08/floatopia-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"floatopia-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:23:\"floatopia-2-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"floatopia-2-768x588.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"floatopia-2-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(12572,4853,'_wp_attached_file','2019/08/floatopia-3.jpg'),(12573,4853,'wpmf_size','98913'),(12574,4853,'wpmf_filetype','jpg'),(12575,4853,'wpmf_order','0'),(12576,4853,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:766;s:4:\"file\";s:23:\"2019/08/floatopia-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"floatopia-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:23:\"floatopia-3-300x239.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"floatopia-3-768x613.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:613;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"floatopia-3-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(12577,4854,'_wp_attached_file','2019/08/floatopia-4.jpg'),(12578,4854,'wpmf_size','97755'),(12579,4854,'wpmf_filetype','jpg'),(12580,4854,'wpmf_order','0'),(12581,4854,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:23:\"2019/08/floatopia-4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"floatopia-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:23:\"floatopia-4-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:23:\"floatopia-4-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;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:{}}}'),(12582,4855,'_wp_attached_file','2019/08/floatopia-dj-nicco.jpg'),(12583,4855,'wpmf_size','234984'),(12584,4855,'wpmf_filetype','jpg'),(12585,4855,'wpmf_order','0'),(12586,4855,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:939;s:6:\"height\";i:1200;s:4:\"file\";s:30:\"2019/08/floatopia-dj-nicco.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"floatopia-dj-nicco-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:\"floatopia-dj-nicco-235x300.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"floatopia-dj-nicco-768x981.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:981;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"floatopia-dj-nicco-801x1024.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"floatopia-dj-nicco-939x655.jpg\";s:5:\"width\";i:939;s:6:\"height\";i:655;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:{}}}'),(12594,4848,'_thumbnail_id','4851'),(12595,4848,'_edit_last','16'),(12596,4848,'_yoast_wpseo_primary_out-category','25'),(12597,4848,'_yoast_wpseo_primary_location','36'),(12598,4848,'out_date','2019-08-31'),(12599,4848,'out_time','12:00 PM'),(12600,4848,'out_address','Ocho Rios Jamaica '),(12601,4848,'out_description','The last summer Hoorah! '),(12602,4848,'out_mapurl','https://www.google.com/maps/place/Ocho+Rios/@18.4008265,-77.1174829,13z/data=!3m1!4b1!4m5!3m4!1s0x8edafdc91dfb81d5:0x24cebac16dce2c77!8m2!3d18.4073894!4d-77.1031345'),(12603,4848,'post_gallery_id','a:5:{i:0;s:4:\"4854\";i:1;s:4:\"4853\";i:2;s:4:\"4852\";i:3;s:4:\"4851\";i:4;s:4:\"4855\";}'),(12604,4848,'_yoast_wpseo_content_score','30'),(12605,4858,'_wp_attached_file','2019/08/knock-door-office-etiquette-Buzz.jpg'),(12606,4858,'wpmf_size','181379'),(12607,4858,'wpmf_filetype','jpg'),(12608,4858,'wpmf_order','0'),(12609,4858,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:44:\"2019/08/knock-door-office-etiquette-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"knock-door-office-etiquette-Buzz-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:\"knock-door-office-etiquette-Buzz-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:44:\"knock-door-office-etiquette-Buzz-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"knock-door-office-etiquette-Buzz-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"knock-door-office-etiquette-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12610,4859,'_wp_attached_file','2019/08/Inappropriate-Wallpaper-Buzz.jpg'),(12611,4859,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:40:\"2019/08/Inappropriate-Wallpaper-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Inappropriate-Wallpaper-Buzz-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:\"Inappropriate-Wallpaper-Buzz-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:40:\"Inappropriate-Wallpaper-Buzz-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:41:\"Inappropriate-Wallpaper-Buzz-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Inappropriate-Wallpaper-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566310962\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12612,4860,'_edit_lock','1566331234:9'),(12614,4862,'_wp_attached_file','2019/08/Frassdon-A.jpg'),(12615,4862,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1187;s:6:\"height\";i:901;s:4:\"file\";s:22:\"2019/08/Frassdon-A.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Frassdon-A-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:\"Frassdon-A-300x228.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Frassdon-A-768x583.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:583;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Frassdon-A-1024x777.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:777;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Frassdon-A-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12616,4860,'_edit_last','9'),(12617,4860,'_yoast_wpseo_primary_category','2'),(12618,4860,'_yoast_wpseo_primary_sub-category','7'),(12619,4860,'sponsored_url',''),(12620,4860,'_yoast_wpseo_content_score','90'),(12622,4860,'xyz_smap','1'),(12624,4772,'_yoast_wpseo_primary_category','3'),(12625,4772,'_yoast_wpseo_primary_sub-category','12'),(12626,4772,'_yoast_wpseo_focuskw','office etiquette'),(12627,4772,'_yoast_wpseo_linkdex','64'),(12628,4772,'_yoast_wpseo_content_score','90'),(12629,4867,'_edit_lock','1566331734:9'),(12633,4870,'_wp_attached_file','2019/08/Zoe-Kravitz.jpg'),(12634,4870,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:23:\"2019/08/Zoe-Kravitz.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Zoe-Kravitz-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:\"Zoe-Kravitz-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Zoe-Kravitz-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:2:\"JW\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:290:\"Zoe Kravitz attends the UK Premiere of \'Fantastic Beasts: The Crimes of Grindelwald\' at Leicester Square in London, England. 13th November 2018. -  - BANG MEDIA INTERNATIONAL FAMOUS PICTURES 28 HOLMES ROAD LONDON NW5 3AB UNITED KINGDOM tel +44 (0) 02 7485 1005 email: pictures@famous.uk.com\";s:17:\"created_timestamp\";s:10:\"1542132082\";s:9:\"copyright\";s:2:\"jw\";s:12:\"focal_length\";s:2:\"95\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:14:\"NORESTRICTIONS\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12635,4867,'_thumbnail_id','4870'),(12636,4867,'_edit_last','9'),(12637,4867,'_yoast_wpseo_primary_category','3'),(12638,4867,'_yoast_wpseo_primary_sub-category','10'),(12639,4867,'sponsored_url',''),(12640,4867,'_yoast_wpseo_content_score','90'),(12641,4872,'_edit_lock','1566593785:4'),(12643,4867,'xyz_smap','1'),(12645,4873,'_wp_attached_file','2019/08/lgo1-lgt-copy-1.png'),(12646,4873,'wpmf_size','8068'),(12647,4873,'wpmf_filetype','png'),(12648,4873,'wpmf_order','0'),(12649,4873,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:161;s:6:\"height\";i:39;s:4:\"file\";s:27:\"2019/08/lgo1-lgt-copy-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"lgo1-lgt-copy-1-150x39.png\";s:5:\"width\";i:150;s:6:\"height\";i:39;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:{}}}'),(12650,4772,'_thumbnail_id','4807'),(12651,15,'_edit_last','12'),(12652,15,'_yoast_wpseo_title','About Buzz %%sep%% Buzz'),(12653,15,'_yoast_wpseo_metadesc','BUZZ is a Caribbean news and opinion website and blog that aims to showcase, celebrate, entertain and inform today’s generation on Caribbean news, culture, life and trends'),(12654,15,'_yoast_wpseo_content_score','30'),(12655,15,'_yoast_wpseo_focuskw','about buzz caribbean'),(12656,15,'_yoast_wpseo_linkdex','33'),(12657,9,'_edit_lock','1566482834:16'),(12658,4872,'_edit_last','4'),(12659,4872,'_yoast_wpseo_primary_category','3'),(12660,4872,'_yoast_wpseo_primary_sub-category','15'),(12661,4872,'sponsored_img',''),(12662,4872,'sponsored_url',''),(12663,4872,'_yoast_wpseo_content_score','90'),(12664,9,'_edit_last','12'),(12665,9,'_yoast_wpseo_focuskw','Trending entertainment in jamaica and the caribbean'),(12666,9,'_yoast_wpseo_metadesc','See what’s trending now from fashion, dance, music, sports, film and entertainment across Jamaica and the Caribbean.'),(12667,9,'_yoast_wpseo_linkdex','33'),(12668,9,'_yoast_wpseo_content_score','30'),(12670,4772,'xyz_smap','1'),(12672,9,'_yoast_wpseo_title','Caribbean and Jamaican Trends %%sep%% %%title%% %%sep%% Buzz'),(12673,11,'_edit_lock','1566567445:12'),(12674,4881,'_wp_attached_file','2019/08/pnp-presidents-demo-buzz.jpg'),(12675,4881,'wpmf_size','624853'),(12676,4881,'wpmf_filetype','jpg'),(12677,4881,'wpmf_order','0'),(12678,4881,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:36:\"2019/08/pnp-presidents-demo-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"pnp-presidents-demo-buzz-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:\"pnp-presidents-demo-buzz-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"pnp-presidents-demo-buzz-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"pnp-presidents-demo-buzz-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"pnp-presidents-demo-buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12679,11,'_edit_last','12'),(12680,11,'_yoast_wpseo_focuskw','Caribbean food lifestyle and travel'),(12681,11,'_yoast_wpseo_title','Caribbean & Jamaican Lifestyle %%sep%% %%title%% %%sep%% Buzz'),(12682,11,'_yoast_wpseo_metadesc','Get the latest tips, stories and facts on travel, food, culture, fashion, health, sports and everyday life in the Caribbean'),(12683,11,'_yoast_wpseo_linkdex','30'),(12684,11,'_yoast_wpseo_content_score','30'),(12685,4883,'_wp_attached_file','2019/08/norman-manley-buzz-demo.jpg'),(12686,4883,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:706;s:6:\"height\";i:900;s:4:\"file\";s:35:\"2019/08/norman-manley-buzz-demo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"norman-manley-buzz-demo-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:\"norman-manley-buzz-demo-235x300.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"norman-manley-buzz-demo-706x655.jpg\";s:5:\"width\";i:706;s:6:\"height\";i:655;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:{}}}'),(12687,10,'_edit_last','12'),(12688,10,'_yoast_wpseo_focuskw','Caribbean news headlines'),(12689,10,'_yoast_wpseo_title','Caribbean and Jamaican News %%sep%% Buzz'),(12690,10,'_yoast_wpseo_metadesc','Read the latest headlines and top news stories in the Caribbean with Buzz.'),(12691,10,'_yoast_wpseo_linkdex','33'),(12692,10,'_yoast_wpseo_content_score','30'),(12693,6,'_edit_lock','1567644040:12'),(12694,4885,'_wp_attached_file','2019/08/michael-manley-buzz-demo.jpg'),(12695,4885,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:900;s:4:\"file\";s:36:\"2019/08/michael-manley-buzz-demo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"michael-manley-buzz-demo-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:\"michael-manley-buzz-demo-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"michael-manley-buzz-demo-700x655.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:655;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:{}}}'),(12696,4886,'_wp_attached_file','2019/08/casablanca.jpg'),(12697,4886,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:22:\"2019/08/casablanca.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"casablanca-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:\"casablanca-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"casablanca-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"casablanca-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"casablanca-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12698,6,'_edit_last','12'),(12699,6,'_yoast_wpseo_focuskw','Caribbean Jamaica documentaries and trending videos'),(12700,6,'_yoast_wpseo_title','Caribbean Documentaries and Videos %%sep%% %%title%% %%sep%% Buzz'),(12701,6,'_yoast_wpseo_metadesc','Watch original documentaries or trending videos from Jamaica and the Caribbean with Buzz.'),(12702,6,'_yoast_wpseo_linkdex','33'),(12703,6,'_yoast_wpseo_content_score','30'),(12704,4889,'_wp_attached_file','2019/08/pj-patterson-buzz-demo.jpg'),(12705,4889,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:338;s:6:\"height\";i:437;s:4:\"file\";s:34:\"2019/08/pj-patterson-buzz-demo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"pj-patterson-buzz-demo-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:\"pj-patterson-buzz-demo-232x300.jpg\";s:5:\"width\";i:232;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:{}}}'),(12706,7,'_edit_lock','1567521160:1'),(12707,7,'_edit_last','1'),(12708,7,'_yoast_wpseo_focuskw','caribbean jobs and career'),(12709,7,'_yoast_wpseo_title','Caribbean & Jamaica Jobs %%sep%% Buzz'),(12710,7,'_yoast_wpseo_metadesc','Buzz is your go to source for jobs and career opportunities. Search for jobs or recruit new employees from across the Caribbean.'),(12711,7,'_yoast_wpseo_linkdex','30'),(12712,7,'_yoast_wpseo_content_score','30'),(12713,4892,'_wp_attached_file','2019/08/pj-patterson-buzz-demo-1.jpg'),(12714,4892,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1079;s:6:\"height\";i:900;s:4:\"file\";s:36:\"2019/08/pj-patterson-buzz-demo-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"pj-patterson-buzz-demo-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:36:\"pj-patterson-buzz-demo-1-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"pj-patterson-buzz-demo-1-768x641.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"pj-patterson-buzz-demo-1-1024x854.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"pj-patterson-buzz-demo-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12715,4893,'_edit_lock','1566335937:9'),(12716,8,'_edit_lock','1567641738:12'),(12717,4894,'_wp_attached_file','2019/08/VP-Records-A.jpg'),(12718,4894,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2019/08/VP-Records-A.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"VP-Records-A-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:\"VP-Records-A-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:24:\"VP-Records-A-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:25:\"VP-Records-A-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"VP-Records-A-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1533932738\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12719,8,'_edit_last','12'),(12720,8,'_yoast_wpseo_focuskw','caribbean jamaica nightlife and event'),(12721,8,'_yoast_wpseo_title','Caribbean and Jamaican Events, Outings & Entertainment %%sep%% %%title%% %%sep%% Buzz'),(12722,8,'_yoast_wpseo_metadesc','Find out what’s happening now in the Caribbean & Jamaica with event listings showing everything from parties, nightlife, music, corporate, conferences, gospel, food, film, sports and more'),(12723,8,'_yoast_wpseo_linkdex','37'),(12724,8,'_yoast_wpseo_content_score','30'),(12725,4896,'_wp_attached_file','2019/08/portia-simpson-miller-demo-buzz.jpg'),(12726,4896,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:800;s:4:\"file\";s:43:\"2019/08/portia-simpson-miller-demo-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"portia-simpson-miller-demo-buzz-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:\"portia-simpson-miller-demo-buzz-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:43:\"portia-simpson-miller-demo-buzz-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"portia-simpson-miller-demo-buzz-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"portia-simpson-miller-demo-buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12727,4897,'_wp_attached_file','2019/08/Independent-Teen-Buzz.jpg'),(12728,4897,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:725;s:6:\"height\";i:483;s:4:\"file\";s:33:\"2019/08/Independent-Teen-Buzz.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Independent-Teen-Buzz-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:\"Independent-Teen-Buzz-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:{}}}'),(12729,4898,'_wp_attached_file','2019/08/dr-peter-phillips-buzz-demo.jpg'),(12730,4898,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:819;s:6:\"height\";i:1024;s:4:\"file\";s:39:\"2019/08/dr-peter-phillips-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"dr-peter-phillips-buzz-demo-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:\"dr-peter-phillips-buzz-demo-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"dr-peter-phillips-buzz-demo-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"dr-peter-phillips-buzz-demo-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"dr-peter-phillips-buzz-demo-819x655.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:655;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:{}}}'),(12731,4893,'_thumbnail_id','4894'),(12732,4893,'_edit_last','9'),(12733,4893,'_yoast_wpseo_primary_category','2'),(12734,4893,'_yoast_wpseo_primary_sub-category','14'),(12735,4893,'sponsored_url',''),(12736,4893,'_yoast_wpseo_content_score','30'),(12737,5,'_edit_lock','1566362401:12'),(12739,4893,'xyz_smap','1'),(12741,5,'_edit_last','12'),(12742,5,'_yoast_wpseo_focuskw','caribbean jamaica deals savings and promotional offers'),(12743,5,'_yoast_wpseo_title','Jamaica Online Promotions %%sep%% %%title%% %%sep%% Buzz'),(12744,5,'_yoast_wpseo_metadesc','Buzz is your go to source for the latest deals or promotional offers giving you the best savings on events, products and services across the Caribbean'),(12745,5,'_yoast_wpseo_linkdex','26'),(12746,5,'_yoast_wpseo_content_score','30'),(12748,4776,'_thumbnail_id','5252'),(12749,4776,'xyz_smap','1'),(12751,4776,'_yoast_wpseo_primary_category','4'),(12752,4776,'_yoast_wpseo_primary_sub-category','15'),(12753,4776,'_yoast_wpseo_content_score','90'),(12754,4904,'_wp_attached_file','2019/08/soufflé.jpg'),(12755,4904,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:402;s:4:\"file\";s:20:\"2019/08/soufflé.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"soufflé-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:\"soufflé-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 7D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1297077346\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12756,4905,'_wp_attached_file','2019/08/Sad-woman.jpg'),(12757,4905,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2208;s:6:\"height\";i:1474;s:4:\"file\";s:21:\"2019/08/Sad-woman.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Sad-woman-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:\"Sad-woman-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:21:\"Sad-woman-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Sad-woman-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Sad-woman-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12758,4906,'_wp_attached_file','2019/08/Staying-Close-To-Kid.jpg'),(12759,4906,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1140;s:6:\"height\";i:655;s:4:\"file\";s:32:\"2019/08/Staying-Close-To-Kid.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Staying-Close-To-Kid-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:\"Staying-Close-To-Kid-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Staying-Close-To-Kid-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Staying-Close-To-Kid-1024x588.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Staying-Close-To-Kid-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:12:\"Johnny Greig\";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:{}}}'),(12762,4589,'_yoast_wpseo_primary_category','3'),(12763,4589,'_yoast_wpseo_primary_sub-category','10'),(12764,4589,'_yoast_wpseo_content_score','60'),(12765,4908,'_wp_attached_file','2019/08/senior_tech_savvy.jpg'),(12766,4908,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:29:\"2019/08/senior_tech_savvy.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"senior_tech_savvy-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:\"senior_tech_savvy-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:29:\"senior_tech_savvy-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:30:\"senior_tech_savvy-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"senior_tech_savvy-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:37:\"This content is subject to copyright.\";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:{}}}'),(12767,4910,'_edit_lock','1566336555:9'),(12768,4911,'_wp_attached_file','2019/08/khloe-kardashian201908019.jpg'),(12769,4911,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:37:\"2019/08/khloe-kardashian201908019.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"khloe-kardashian201908019-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:\"khloe-kardashian201908019-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"khloe-kardashian201908019-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(12770,4912,'_wp_attached_file','2019/08/beach-blue-female-33622.jpg'),(12771,4912,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1340;s:4:\"file\";s:35:\"2019/08/beach-blue-female-33622.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"beach-blue-female-33622-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:\"beach-blue-female-33622-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:35:\"beach-blue-female-33622-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"beach-blue-female-33622-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"beach-blue-female-33622-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12772,4910,'_edit_last','9'),(12773,4910,'_yoast_wpseo_primary_category','2'),(12774,4910,'_yoast_wpseo_primary_sub-category','14'),(12775,4910,'sponsored_url',''),(12776,4910,'_yoast_wpseo_content_score','60'),(12777,4914,'_wp_attached_file','2019/08/design-garden-gardening.jpg'),(12778,4914,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1642;s:6:\"height\";i:1095;s:4:\"file\";s:35:\"2019/08/design-garden-gardening.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"design-garden-gardening-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:\"design-garden-gardening-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:35:\"design-garden-gardening-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:36:\"design-garden-gardening-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"design-garden-gardening-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12780,4770,'_thumbnail_id','4897'),(12781,4770,'_yoast_wpseo_primary_category','3'),(12782,4770,'_yoast_wpseo_primary_sub-category','9'),(12783,4770,'_yoast_wpseo_content_score','60'),(12785,4910,'_thumbnail_id','4911'),(12786,4910,'xyz_smap','1'),(12788,4918,'_edit_lock','1566493578:11'),(12790,4770,'xyz_smap','1'),(12792,4782,'_yoast_wpseo_primary_category','3'),(12793,4782,'_yoast_wpseo_primary_sub-category','16'),(12794,4782,'_yoast_wpseo_content_score','30'),(12795,4937,'_wp_attached_file','2019/08/bunting-in-space.jpg'),(12796,4937,'wpmf_size','779169'),(12797,4937,'wpmf_filetype','jpg'),(12798,4937,'wpmf_order','0'),(12799,4937,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2019/08/bunting-in-space.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"bunting-in-space-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:\"bunting-in-space-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"bunting-in-space-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"bunting-in-space-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"bunting-in-space-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12800,4938,'_wp_attached_file','2019/08/delroy-chuck.png'),(12801,4938,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:475;s:4:\"file\";s:24:\"2019/08/delroy-chuck.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"delroy-chuck-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:\"delroy-chuck-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;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:{}}}'),(12802,4940,'_edit_lock','1566414032:14'),(12803,4940,'_oembed_c391ee89d0d6d8dcc540e9ea62a454d7','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"und\" dir=\"ltr\">2009 / 2019 ? <a href=\"https://t.co/BZGDU4sBRY\">pic.twitter.com/BZGDU4sBRY</a></p>&mdash; Popcaan (@PopcaanMusic) <a href=\"https://twitter.com/PopcaanMusic/status/1084918651390738432?ref_src=twsrc%5Etfw\">January 14, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(12804,4940,'_oembed_time_c391ee89d0d6d8dcc540e9ea62a454d7','1566341845'),(12809,4918,'_thumbnail_id','4938'),(12810,4918,'_edit_last','11'),(12811,4918,'_yoast_wpseo_primary_category','4'),(12812,4918,'_yoast_wpseo_primary_sub-category','9'),(12813,4918,'sponsored_url',''),(12814,4918,'_yoast_wpseo_content_score','60'),(12815,4940,'_oembed_923e0e8f74645bd4f9d0192b8374d0b5','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"und\" dir=\"ltr\"><a href=\"https://t.co/6PHTldTPfF\">pic.twitter.com/6PHTldTPfF</a></p>&mdash; Popcaan (@PopcaanMusic) <a href=\"https://twitter.com/PopcaanMusic/status/1066432895957520384?ref_src=twsrc%5Etfw\">November 24, 2018</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(12816,4940,'_oembed_time_923e0e8f74645bd4f9d0192b8374d0b5','1566338881'),(12817,4940,'_oembed_945850c1ba8e89f455b58b7e7746f03b','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">daddy duties <a href=\"https://t.co/phdhSr7Bto\">pic.twitter.com/phdhSr7Bto</a></p>&mdash; Popcaan (@PopcaanMusic) <a href=\"https://twitter.com/PopcaanMusic/status/1039600688395939843?ref_src=twsrc%5Etfw\">September 11, 2018</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(12818,4940,'_oembed_time_945850c1ba8e89f455b58b7e7746f03b','1566339320'),(12819,4940,'_oembed_3b106c0b837f17e0b256825790bd3c21','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B0ZAigJlM_s/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B0ZAigJlM_s/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B0ZAigJlM_s/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Trouble ina airport ?????‍♂️</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/popcaanmusic/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> 876GUD</a> (@popcaanmusic) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-26T18:59:51+00:00\">Jul 26, 2019 at 11:59am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(12820,4940,'_oembed_time_3b106c0b837f17e0b256825790bd3c21','1566341844'),(12821,4940,'_oembed_d7994b923d55a5cafc2cd3bfacccf5ef','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BxXqO9GFzMN/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BxXqO9GFzMN/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BxXqO9GFzMN/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">God bless you mama thanks for making the choice for not throwing me away❤️I love you??????HAPPY Mother’s Day to all beautiful and ugly Mother’s ?#BLESSWITHLIFE??</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/popcaanmusic/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> 876GUD</a> (@popcaanmusic) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-05-12T16:48:27+00:00\">May 12, 2019 at 9:48am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(12822,4940,'_oembed_time_d7994b923d55a5cafc2cd3bfacccf5ef','1566341844'),(12823,4940,'_oembed_4c873717b2ef2e33d20c9557c1ca27c5','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/ByyW330lbry/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/ByyW330lbry/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/ByyW330lbry/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Wey!!! ?</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/popcaanmusic/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> 876GUD</a> (@popcaanmusic) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-06-16T22:08:42+00:00\">Jun 16, 2019 at 3:08pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(12824,4940,'_oembed_time_4c873717b2ef2e33d20c9557c1ca27c5','1566341846'),(12825,4940,'_oembed_db2fcc4c98e7025ea4b0104428abaf4e','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/Bnhqy8SHJDw/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/Bnhqy8SHJDw/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/Bnhqy8SHJDw/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Miss Rhona nuh ramp enuh ?? #family?</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/popcaanmusic/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> 876GUD</a> (@popcaanmusic) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2018-09-10T00:53:23+00:00\">Sep 9, 2018 at 5:53pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(12826,4940,'_oembed_time_db2fcc4c98e7025ea4b0104428abaf4e','1566341844'),(12827,4940,'_oembed_6944829b769902a1bad18680bf8ee5a1','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BpxuhXmHBpL/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BpxuhXmHBpL/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BpxuhXmHBpL/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Talented all over... #876GAD Y</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/popcaanmusic/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> 876GUD</a> (@popcaanmusic) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2018-11-04T23:33:34+00:00\">Nov 4, 2018 at 3:33pm PST</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(12828,4940,'_oembed_time_6944829b769902a1bad18680bf8ee5a1','1566341845'),(12829,4957,'_edit_lock','1566779625:11'),(12830,4959,'_wp_attached_file','2019/08/rada.jpg'),(12831,4959,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:16:\"2019/08/rada.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"rada-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:\"rada-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:16:\"rada-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:17:\"rada-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"rada-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12837,4961,'_wp_attached_file','2019/08/popcaan-unruly-fest-dec2018-drake-tory-lane-demo-buzz.jpg'),(12838,4961,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1125;s:6:\"height\";i:1358;s:4:\"file\";s:65:\"2019/08/popcaan-unruly-fest-dec2018-drake-tory-lane-demo-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"popcaan-unruly-fest-dec2018-drake-tory-lane-demo-buzz-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:65:\"popcaan-unruly-fest-dec2018-drake-tory-lane-demo-buzz-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:65:\"popcaan-unruly-fest-dec2018-drake-tory-lane-demo-buzz-768x927.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:927;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:66:\"popcaan-unruly-fest-dec2018-drake-tory-lane-demo-buzz-848x1024.jpg\";s:5:\"width\";i:848;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:66:\"popcaan-unruly-fest-dec2018-drake-tory-lane-demo-buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12840,4957,'_edit_last','11'),(12841,4957,'_yoast_wpseo_primary_category','4'),(12842,4957,'_yoast_wpseo_primary_sub-category',''),(12843,4957,'sponsored_url',''),(12844,4957,'_yoast_wpseo_content_score','30'),(12845,4940,'_oembed_d233a85acdebde0d7a440548e7dfbaa1','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BhcFVHhHsWy/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BhcFVHhHsWy/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BhcFVHhHsWy/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">How is this ???</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/popcaanmusic/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> 876GUD</a> (@popcaanmusic) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2018-04-11T17:37:53+00:00\">Apr 11, 2018 at 10:37am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(12846,4940,'_oembed_time_d233a85acdebde0d7a440548e7dfbaa1','1566341846'),(12847,4940,'_oembed_d0feaf043a227e0c29be635344f28af1','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BfdaBz-Hljd/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BfdaBz-Hljd/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BfdaBz-Hljd/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Big performance now ?????</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/popcaanmusic/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> 876GUD</a> (@popcaanmusic) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2018-02-21T12:55:21+00:00\">Feb 21, 2018 at 4:55am PST</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(12848,4940,'_oembed_time_d0feaf043a227e0c29be635344f28af1','1566341847'),(12849,4940,'_oembed_2cbd37e818035cdf3c39739a049c559a','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/Bv8LDRNFJmc/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/Bv8LDRNFJmc/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/Bv8LDRNFJmc/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">?</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/popcaanmusic/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> 876GUD</a> (@popcaanmusic) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-04-07T04:02:46+00:00\">Apr 6, 2019 at 9:02pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(12850,4940,'_oembed_time_2cbd37e818035cdf3c39739a049c559a','1566341847'),(12851,4940,'_edit_last','14'),(12852,4940,'_yoast_wpseo_primary_category','2'),(12853,4940,'_yoast_wpseo_primary_sub-category','16'),(12854,4940,'sponsored_url',''),(12855,4940,'_yoast_wpseo_content_score','60'),(12862,4972,'_edit_lock','1566345426:4'),(12863,4972,'_oembed_53b8a127cfd83373481de0b40d36bb76','<iframe title=\"Nadine Sutherland\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/NIsUey3Pnyw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(12864,4972,'_oembed_time_53b8a127cfd83373481de0b40d36bb76','1566345287'),(12865,4974,'_wp_attached_file','2019/08/popcaan-buzz-demo.jpeg'),(12866,4974,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:30:\"2019/08/popcaan-buzz-demo.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"popcaan-buzz-demo-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:30:\"popcaan-buzz-demo-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:30:\"popcaan-buzz-demo-768x512.jpeg\";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:31:\"popcaan-buzz-demo-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"popcaan-buzz-demo-1024x655.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(12868,4940,'_thumbnail_id','4974'),(12869,4940,'xyz_smap','1'),(12874,4972,'_edit_last','4'),(12875,4972,'_yoast_wpseo_primary_category','2'),(12876,4972,'_yoast_wpseo_primary_sub-category','7'),(12877,4972,'video_parent_post_id',''),(12878,4972,'_yoast_wpseo_content_score','60'),(12879,4979,'_wp_attached_file','2019/08/Chef-Peter-B.jpg'),(12880,4979,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2019/08/Chef-Peter-B.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Chef-Peter-B-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:\"Chef-Peter-B-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Chef-Peter-B-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Chef-Peter-B-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Chef-Peter-B-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12882,4872,'xyz_smap','1'),(12888,4984,'_wp_attached_file','2019/08/bunting-in-space-1.jpg'),(12889,4984,'wpmf_size','246939'),(12890,4984,'wpmf_filetype','jpg'),(12891,4984,'wpmf_order','0'),(12892,4984,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:866;s:6:\"height\";i:749;s:4:\"file\";s:30:\"2019/08/bunting-in-space-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"bunting-in-space-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:\"bunting-in-space-1-300x259.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"bunting-in-space-1-768x664.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"bunting-in-space-1-866x655.jpg\";s:5:\"width\";i:866;s:6:\"height\";i:655;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:{}}}'),(12894,4872,'_thumbnail_id','5519'),(12896,4987,'_wp_attached_file','2019/08/Screenshot-55.png'),(12897,4987,'wpmf_size','825160'),(12898,4987,'wpmf_filetype','png'),(12899,4987,'wpmf_order','0'),(12900,4987,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1063;s:6:\"height\";i:763;s:4:\"file\";s:25:\"2019/08/Screenshot-55.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Screenshot-55-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:25:\"Screenshot-55-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:25:\"Screenshot-55-768x551.png\";s:5:\"width\";i:768;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Screenshot-55-1024x735.png\";s:5:\"width\";i:1024;s:6:\"height\";i:735;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Screenshot-55-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12901,4972,'_thumbnail_id','4987'),(12906,4990,'_edit_lock','1566354706:4'),(12907,4990,'_oembed_ba8af8423d65f3873bf92d21848475f5','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1Zz9_qHxqP/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1Zz9_qHxqP/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1Zz9_qHxqP/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">I’d like to apologize to the children who left disappointed ? today at my back to school give away✏️? @gracehamilton_wef . I too left in tears as I didn’t have enough to give . This video is when I left the front and went to the back of the crowd to make sure that kids at the back was getting before I ran out of bags . Thanks to who came on board but there’s so much more we can do so I’m still asking others to reach out gracehamiltonwef@gmail.com I promise to make this bigger and better next time and definitely more organized ??please forgive me for underestimating ??. BY THE WAY THE CROWD WAS TOO THICK TO FORM A LINE SO I HAD NO CHOICE BUT TO DO IT THIS WAS?</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/spiceofficial/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Grace Hamilton</a> (@spiceofficial) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-20T23:00:55+00:00\">Aug 20, 2019 at 4:00pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(12908,4990,'_oembed_time_ba8af8423d65f3873bf92d21848475f5','1566354334'),(12909,4990,'_edit_last','4'),(12910,4990,'_yoast_wpseo_primary_category','4'),(12911,4990,'_yoast_wpseo_primary_sub-category','13'),(12912,4990,'sponsored_url',''),(12913,4990,'_yoast_wpseo_content_score','90'),(12916,4993,'_edit_lock','1566481511:11'),(12917,4993,'_oembed_81893b3ba10b6b192a9de6f8d2d0e49c','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1B8cWdH9HH/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1B8cWdH9HH/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1B8cWdH9HH/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Thank you Canada for welcoming my team and I with open arms! I appreciate the support. ??❤️⠀ ⠀ Photo creds: @dukeydukez ⠀ #KoffeOnTour #Canada</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/originalkoffee/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Koffee</a> (@originalkoffee) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-11T16:27:32+00:00\">Aug 11, 2019 at 9:27am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(12918,4993,'_oembed_time_81893b3ba10b6b192a9de6f8d2d0e49c','1566399991'),(12919,4995,'_wp_attached_file','2019/08/koffee-official-3.jpg'),(12920,4995,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1036;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2019/08/koffee-official-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"koffee-official-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:29:\"koffee-official-3-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"koffee-official-3-768x667.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"koffee-official-3-1024x890.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:890;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"koffee-official-3-1036x655.jpg\";s:5:\"width\";i:1036;s:6:\"height\";i:655;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:{}}}'),(12921,4996,'_wp_attached_file','2019/08/house-of-blues-buzz-demo.jpg'),(12922,4996,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1700;s:6:\"height\";i:900;s:4:\"file\";s:36:\"2019/08/house-of-blues-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"house-of-blues-buzz-demo-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:\"house-of-blues-buzz-demo-300x159.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"house-of-blues-buzz-demo-768x407.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"house-of-blues-buzz-demo-1024x542.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:542;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"house-of-blues-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12925,4998,'_wp_attached_file','2019/08/roseland-theatre-oregon-buzz-demo.jpg'),(12926,4998,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:45:\"2019/08/roseland-theatre-oregon-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"roseland-theatre-oregon-buzz-demo-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:45:\"roseland-theatre-oregon-buzz-demo-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:45:\"roseland-theatre-oregon-buzz-demo-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:46:\"roseland-theatre-oregon-buzz-demo-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"roseland-theatre-oregon-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12930,4993,'_thumbnail_id','5071'),(12931,4993,'_edit_last','11'),(12932,4993,'xyz_smap','1'),(12934,4993,'_yoast_wpseo_primary_category','2'),(12935,4993,'_yoast_wpseo_primary_sub-category','14'),(12936,4993,'sponsored_url',''),(12937,4993,'_yoast_wpseo_content_score','60'),(12941,5004,'_wp_attached_file','2019/08/spice-crowd.jpg'),(12942,5004,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1032;s:6:\"height\";i:774;s:4:\"file\";s:23:\"2019/08/spice-crowd.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"spice-crowd-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:\"spice-crowd-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:23:\"spice-crowd-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"spice-crowd-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"spice-crowd-1032x655.jpg\";s:5:\"width\";i:1032;s:6:\"height\";i:655;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:{}}}'),(12945,5008,'_wp_attached_file','2019/08/spice-treat-1.jpg'),(12946,5008,'wpmf_size','215924'),(12947,5008,'wpmf_filetype','jpg'),(12948,5008,'wpmf_order','0'),(12949,5008,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1025;s:6:\"height\";i:703;s:4:\"file\";s:25:\"2019/08/spice-treat-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"spice-treat-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:25:\"spice-treat-1-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"spice-treat-1-768x527.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"spice-treat-1-1024x702.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:702;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"spice-treat-1-1025x655.jpg\";s:5:\"width\";i:1025;s:6:\"height\";i:655;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:{}}}'),(12955,5016,'_wp_attached_file','2019/08/spice-featured-image-1.jpg'),(12956,5016,'wpmf_size','195588'),(12957,5016,'wpmf_filetype','jpg'),(12958,5016,'wpmf_order','0'),(12959,5016,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:951;s:6:\"height\";i:611;s:4:\"file\";s:34:\"2019/08/spice-featured-image-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"spice-featured-image-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:\"spice-featured-image-1-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"spice-featured-image-1-768x493.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:493;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:{}}}'),(12960,4957,'_thumbnail_id','4959'),(12961,4990,'_thumbnail_id','5016'),(12962,5022,'_edit_lock','1566356098:9'),(12964,5024,'_wp_attached_file','2019/08/robert-montague.jpg'),(12965,5024,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1580;s:4:\"file\";s:27:\"2019/08/robert-montague.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"robert-montague-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:\"robert-montague-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"robert-montague-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"robert-montague-1024x790.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:790;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"robert-montague-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(12971,5026,'_edit_lock','1567177766:11'),(12972,5026,'_edit_last','11'),(12973,5026,'_yoast_wpseo_primary_category','4'),(12974,5026,'_yoast_wpseo_primary_sub-category','6'),(12975,5026,'sponsored_url',''),(12976,5026,'_yoast_wpseo_content_score','30'),(12977,5022,'_thumbnail_id','5024'),(12978,5022,'_edit_last','9'),(12979,5022,'_yoast_wpseo_primary_category','4'),(12980,5022,'_yoast_wpseo_primary_sub-category','16'),(12981,5022,'sponsored_url',''),(12982,5022,'_yoast_wpseo_content_score','30'),(12983,5031,'_edit_lock','1566361906:4'),(12984,5031,'_edit_last','4'),(12985,5031,'_yoast_wpseo_primary_category','2'),(12986,5031,'_yoast_wpseo_primary_sub-category','7'),(12987,5031,'sponsored_url',''),(12988,5031,'_yoast_wpseo_content_score','30'),(12989,5034,'_wp_attached_file','2019/08/papito-1.jpg'),(12990,5034,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2461;s:6:\"height\";i:2266;s:4:\"file\";s:20:\"2019/08/papito-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"papito-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:20:\"papito-1-300x276.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"papito-1-768x707.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:707;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"papito-1-1024x943.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:943;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"papito-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.4\";s:6:\"credit\";s:14:\"JORDACHE JONES\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1538331404\";s:9:\"copyright\";s:15:\"DASHproductions\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12991,5036,'_wp_attached_file','2019/08/papito-2.jpg'),(12992,5036,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1361;s:6:\"height\";i:1589;s:4:\"file\";s:20:\"2019/08/papito-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"papito-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:20:\"papito-2-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"papito-2-768x897.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"papito-2-877x1024.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"papito-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:15:\"DASHproductions\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1446399267\";s:9:\"copyright\";s:14:\"Jordache Jones\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12998,5039,'_wp_attached_file','2019/08/papito-featured-image.jpg'),(12999,5039,'wpmf_size','516661'),(13000,5039,'wpmf_filetype','jpg'),(13001,5039,'wpmf_order','0'),(13002,5039,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1441;s:4:\"file\";s:33:\"2019/08/papito-featured-image.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"papito-featured-image-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:\"papito-featured-image-300x228.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"papito-featured-image-768x582.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"papito-featured-image-1024x777.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:777;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"papito-featured-image-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.4\";s:6:\"credit\";s:14:\"JORDACHE JONES\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1538331404\";s:9:\"copyright\";s:15:\"DASHproductions\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13003,5031,'_thumbnail_id','5039'),(13004,5041,'_edit_lock','1566363808:4'),(13005,5041,'_edit_last','4'),(13006,5041,'_yoast_wpseo_primary_category','3'),(13007,5041,'_yoast_wpseo_primary_sub-category','8'),(13008,5041,'sponsored_url',''),(13009,5041,'_yoast_wpseo_content_score','60'),(13010,13,'_edit_lock','1567103830:12'),(13011,13,'_edit_last','12'),(13012,13,'_yoast_wpseo_title','Contact Us %%sep%% Buzz'),(13013,13,'_yoast_wpseo_content_score','30'),(13014,14,'_edit_last','12'),(13015,14,'_yoast_wpseo_title','Advertise in the Caribbean and Jamaica %%sep%% Buzz'),(13016,14,'_yoast_wpseo_content_score','30'),(13017,14,'_yoast_wpseo_metadesc','At Buzz, we help our partners reach the right audience across the Caribbean using our insights. Contact us today about online advertising and content opportunities in Jamaica and the Caribbean'),(13018,13,'_yoast_wpseo_metadesc','Contact Buzz if you are interested in online advertising, content production, have a suggestion or feedback for our team.'),(13019,12,'_edit_lock','1566362864:12'),(13020,12,'_edit_last','12'),(13021,12,'_yoast_wpseo_focuskw','writers contribute story'),(13022,12,'_yoast_wpseo_title','Contribute a story or video %%sep%% Buzz'),(13023,12,'_yoast_wpseo_metadesc','At Buzz, we love to collaborate. Contact us if you have an idea that you would like to share or if you would like to join our community of writers and content creators from across the Caribbean'),(13024,12,'_yoast_wpseo_linkdex','26'),(13025,12,'_yoast_wpseo_content_score','30'),(13026,14,'_yoast_wpseo_focuskw','Advertise with Buzz Caribbean'),(13027,14,'_yoast_wpseo_linkdex','31'),(13028,5049,'_wp_attached_file','2019/08/black-river-tour1.jpg'),(13029,5049,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1076;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2019/08/black-river-tour1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"black-river-tour1-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:\"black-river-tour1-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:29:\"black-river-tour1-768x642.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:642;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"black-river-tour1-1024x857.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:857;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"black-river-tour1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13030,5050,'_wp_attached_file','2019/08/black-river-tour2.jpg'),(13031,5050,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:1836;s:4:\"file\";s:29:\"2019/08/black-river-tour2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"black-river-tour2-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:\"black-river-tour2-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:29:\"black-river-tour2-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:30:\"black-river-tour2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"black-river-tour2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"XT1068\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1498228444\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.54\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:6:\"0.0062\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13032,5051,'_wp_attached_file','2019/08/black-river-tiur4.jpg'),(13033,5051,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:1836;s:4:\"file\";s:29:\"2019/08/black-river-tiur4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"black-river-tiur4-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:\"black-river-tiur4-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:29:\"black-river-tiur4-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:30:\"black-river-tiur4-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"black-river-tiur4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"XT1068\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1498228054\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.54\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:6:\"0.0022\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13034,5052,'_wp_attached_file','2019/08/black-river-tour2-1.jpg'),(13035,5052,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:1836;s:4:\"file\";s:31:\"2019/08/black-river-tour2-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"black-river-tour2-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:\"black-river-tour2-1-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:31:\"black-river-tour2-1-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:32:\"black-river-tour2-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"black-river-tour2-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"XT1068\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1498228444\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.54\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:6:\"0.0062\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13036,5053,'_wp_attached_file','2019/08/black-river-tiur4-1.jpg'),(13037,5053,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:1836;s:4:\"file\";s:31:\"2019/08/black-river-tiur4-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"black-river-tiur4-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:\"black-river-tiur4-1-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:31:\"black-river-tiur4-1-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:32:\"black-river-tiur4-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"black-river-tiur4-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"XT1068\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1498228054\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.54\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:6:\"0.0022\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13038,5054,'_wp_attached_file','2019/08/black-river-tour3.jpg'),(13039,5054,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1616;s:6:\"height\";i:909;s:4:\"file\";s:29:\"2019/08/black-river-tour3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"black-river-tour3-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:\"black-river-tour3-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:29:\"black-river-tour3-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:30:\"black-river-tour3-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"black-river-tour3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"XT1068\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1498223409\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.54\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:7:\"0.00154\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13040,5041,'_thumbnail_id','5049'),(13041,4990,'xyz_smap','1'),(13043,5041,'xyz_smap','1'),(13045,5031,'xyz_smap','1'),(13047,4918,'xyz_smap','1'),(13049,5057,'_edit_lock','1566392057:4'),(13051,5057,'_thumbnail_id','1292'),(13052,5057,'_edit_last','4'),(13053,5057,'xyz_smap','1'),(13055,5057,'_yoast_wpseo_primary_category','3'),(13056,5057,'_yoast_wpseo_primary_sub-category','9'),(13057,5057,'sponsored_url',''),(13058,5057,'_yoast_wpseo_content_score','90'),(13059,5059,'_edit_lock','1566392759:4'),(13060,5060,'_wp_attached_file','2019/08/young-thug.jpg'),(13061,5060,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:22:\"2019/08/young-thug.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"young-thug-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:\"young-thug-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"young-thug-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(13062,4957,'xyz_smap','1'),(13065,5059,'_thumbnail_id','5060'),(13066,5059,'_edit_last','4'),(13067,5059,'xyz_smap','1'),(13069,5059,'_yoast_wpseo_primary_category','2'),(13070,5059,'_yoast_wpseo_primary_sub-category','14'),(13071,5059,'sponsored_url',''),(13072,5059,'_yoast_wpseo_content_score','60'),(13073,5022,'xyz_smap','1'),(13086,5067,'_edit_lock','1568216691:11'),(13087,5067,'_oembed_997745b8b17948b1f06da3031d793d68','<iframe title=\"BUZZ Artiste Watch (Week of August 19)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/bmWau5zAq6A?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(13088,5067,'_oembed_time_997745b8b17948b1f06da3031d793d68','1566398531'),(13089,5071,'_wp_attached_file','2019/08/koffee-A.jpeg'),(13090,5071,'wpmf_size','147796'),(13091,5071,'wpmf_filetype','jpeg'),(13092,5071,'wpmf_order','0'),(13093,5071,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2019/08/koffee-A.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"koffee-A-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:21:\"koffee-A-300x160.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"koffee-A-768x410.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"koffee-A-1024x546.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"koffee-A-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13098,5073,'_wp_attached_file','2019/08/daddy1-custom-buzzgrab.jpg'),(13099,5073,'wpmf_size','81476'),(13100,5073,'wpmf_filetype','jpg'),(13101,5073,'wpmf_order','0'),(13102,5073,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:34:\"2019/08/daddy1-custom-buzzgrab.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"daddy1-custom-buzzgrab-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:\"daddy1-custom-buzzgrab-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:34:\"daddy1-custom-buzzgrab-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:35:\"daddy1-custom-buzzgrab-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"daddy1-custom-buzzgrab-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13103,5067,'_thumbnail_id','5073'),(13104,5067,'_edit_last','11'),(13105,5067,'_yoast_wpseo_primary_category','2'),(13106,5067,'_yoast_wpseo_primary_sub-category','7'),(13107,5067,'video_parent_post_id',''),(13108,5067,'_yoast_wpseo_content_score','30'),(13109,5074,'_edit_lock','1568216104:11'),(13110,5075,'_wp_attached_file','2019/08/alkaline-with-the-thing-buzzgrab.jpg'),(13111,5075,'wpmf_size','119839'),(13112,5075,'wpmf_filetype','jpg'),(13113,5075,'wpmf_order','0'),(13114,5075,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:44:\"2019/08/alkaline-with-the-thing-buzzgrab.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"alkaline-with-the-thing-buzzgrab-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:\"alkaline-with-the-thing-buzzgrab-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:44:\"alkaline-with-the-thing-buzzgrab-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:45:\"alkaline-with-the-thing-buzzgrab-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"alkaline-with-the-thing-buzzgrab-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13115,5074,'_thumbnail_id','5075'),(13116,5074,'_oembed_3751ef7d4443a28eccddc77655048ba4','<iframe title=\"BUZZ Music Top 10 (Week August 19)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/-j-3c6rJ-5s?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(13117,5074,'_oembed_time_3751ef7d4443a28eccddc77655048ba4','1566398681'),(13118,5074,'_edit_last','11'),(13119,5074,'_yoast_wpseo_primary_category','2'),(13120,5074,'_yoast_wpseo_primary_sub-category','7'),(13121,5074,'video_parent_post_id',''),(13122,5074,'_yoast_wpseo_content_score','30'),(13123,4254,'_yoast_wpseo_primary_category','2'),(13124,4254,'_yoast_wpseo_primary_sub-category','7'),(13125,4254,'_yoast_wpseo_content_score','30'),(13126,4170,'_yoast_wpseo_primary_category','2'),(13127,4170,'_yoast_wpseo_primary_sub-category','7'),(13128,4170,'_yoast_wpseo_content_score','30'),(13129,5097,'_edit_lock','1566400025:14'),(13130,5098,'_wp_attached_file','2019/08/lifeyard-buzz-12-2.jpg'),(13131,5098,'wpmf_size','214554'),(13132,5098,'wpmf_filetype','jpg'),(13133,5098,'wpmf_order','0'),(13134,5098,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:30:\"2019/08/lifeyard-buzz-12-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"lifeyard-buzz-12-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:30:\"lifeyard-buzz-12-2-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:30:\"lifeyard-buzz-12-2-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:31:\"lifeyard-buzz-12-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"lifeyard-buzz-12-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563966137\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13135,5097,'_thumbnail_id','5098'),(13136,5097,'_oembed_ce938f41b3fd36122fb21c7320377dc8','<iframe title=\"Deeper into LifeYard || BUZZ feature (part 2)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/MFcwBRt7SRQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(13137,5097,'_oembed_time_ce938f41b3fd36122fb21c7320377dc8','1566399901'),(13138,5097,'_edit_last','14'),(13139,5097,'_yoast_wpseo_primary_category','3'),(13140,5097,'_yoast_wpseo_primary_sub-category','16'),(13141,5097,'video_parent_post_id',''),(13142,5097,'_yoast_wpseo_content_score','30'),(13143,5101,'_edit_lock','1566401728:13'),(13144,5102,'_wp_attached_file','2019/08/townhall-reasoning-bunting.jpg'),(13145,5102,'wpmf_size','160017'),(13146,5102,'wpmf_filetype','jpg'),(13147,5102,'wpmf_order','0'),(13148,5102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:639;s:6:\"height\";i:960;s:4:\"file\";s:38:\"2019/08/townhall-reasoning-bunting.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"townhall-reasoning-bunting-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:\"townhall-reasoning-bunting-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"townhall-reasoning-bunting-639x655.jpg\";s:5:\"width\";i:639;s:6:\"height\";i:655;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:{}}}'),(13150,5101,'_thumbnail_id','5102'),(13151,5101,'_edit_last','13'),(13152,5101,'_yoast_wpseo_primary_out-category','1961'),(13153,5101,'_yoast_wpseo_primary_location','33'),(13154,5101,'out_date','2019-08-22'),(13155,5101,'out_time','08:00 PM'),(13156,5101,'out_address','8 Haining rd, Kingston, Jamaica '),(13157,5101,'out_description','See you at the PAC Leadership Townhall with MP Peter Bunting. No need to RSVP, come on over and let\'s hold a reasoning.'),(13158,5101,'out_mapurl','https://www.google.com/maps/place/8+Haining+Rd,+Kingston/@18.0022922,-76.7876235,17z/data=!3m1!4b1!4m5!3m4!1s0x8edb3fa69dd6c06b:0x72da3560a74f2f0f!8m2!3d18.0022922!4d-76.7854348'),(13159,5101,'post_gallery_id','a:1:{i:0;s:4:\"5102\";}'),(13160,5101,'_yoast_wpseo_content_score','30'),(13161,5104,'_edit_lock','1566401662:13'),(13162,5105,'_wp_attached_file','2019/08/big-money-bingo.jpg'),(13163,5105,'wpmf_size','131174'),(13164,5105,'wpmf_filetype','jpg'),(13165,5105,'wpmf_order','0'),(13166,5105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:27:\"2019/08/big-money-bingo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"big-money-bingo-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:\"big-money-bingo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"big-money-bingo-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"big-money-bingo-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(13167,5104,'_thumbnail_id','5105'),(13168,5104,'_edit_last','13'),(13169,5104,'_yoast_wpseo_primary_out-category','25'),(13170,5104,'_yoast_wpseo_primary_location','37'),(13171,5104,'out_date','2019-08-23'),(13172,5104,'out_time','08:00 AM'),(13173,5104,'out_address','Dumbeholden, Portmore, Jamaica.'),(13174,5104,'out_description',''),(13175,5104,'out_mapurl','https://www.google.com/maps/place/Salt+Pond+Rd/@17.9807702,-76.9474607,17z/data=!3m1!4b1!4m5!3m4!1s0x8edb6ccb39a590e5:0x2e9f0fd711d8ea4c!8m2!3d17.9807702!4d-76.945272'),(13176,5104,'post_gallery_id','a:1:{i:0;s:4:\"5105\";}'),(13177,5104,'_yoast_wpseo_content_score','30'),(13178,5106,'_edit_lock','1566403254:13'),(13179,5107,'_wp_attached_file','2019/08/Kushites-end-of-Summer-brunch.jpg'),(13180,5107,'wpmf_size','179418'),(13181,5107,'wpmf_filetype','jpg'),(13182,5107,'wpmf_order','0'),(13183,5107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:41:\"2019/08/Kushites-end-of-Summer-brunch.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Kushites-end-of-Summer-brunch-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:\"Kushites-end-of-Summer-brunch-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:41:\"Kushites-end-of-Summer-brunch-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;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:{}}}'),(13184,5108,'_edit_lock','1566402124:9'),(13185,5109,'_wp_attached_file','2019/08/kanye.jpg'),(13186,5109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:17:\"2019/08/kanye.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"kanye-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:\"kanye-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"kanye-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1525187420\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13187,5106,'_thumbnail_id','5107'),(13188,5106,'_edit_last','13'),(13189,5106,'_yoast_wpseo_primary_out-category','1798'),(13190,5106,'_yoast_wpseo_primary_location','33'),(13191,5106,'out_date','2019-08-31'),(13192,5106,'out_time','10:00 AM'),(13193,5106,'out_address','39 Lady Musgrave Rd. Kingston Jamaica'),(13194,5106,'out_description','End of Summer Brunch event! All vegan. Pure vibes. Pure deliciousness \r\n$4000 per person\r\nRSVP required'),(13195,5106,'out_mapurl','https://www.google.com/maps/place/39+Lady+Musgrave+Rd,+Kingston/@18.0103675,-76.7809632,17z/data=!3m1!4b1!4m5!3m4!1s0x8edb3f0743d221eb:0x4e751815e0a12f9!8m2!3d18.0103675!4d-76.7787745'),(13196,5106,'post_gallery_id','a:1:{i:0;s:4:\"5107\";}'),(13197,5106,'_yoast_wpseo_content_score','30'),(13198,5108,'_thumbnail_id','5109'),(13199,5108,'_edit_last','9'),(13200,5108,'_yoast_wpseo_primary_category','4'),(13201,5108,'_yoast_wpseo_primary_sub-category','14'),(13202,5108,'sponsored_url',''),(13203,5108,'_yoast_wpseo_content_score','30'),(13205,5108,'xyz_smap','1'),(13208,5113,'_edit_lock','1566403184:9'),(13209,5114,'_wp_attached_file','2019/08/burger-king.jpg'),(13210,5114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:23:\"2019/08/burger-king.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"burger-king-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:\"burger-king-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:23:\"burger-king-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"burger-king-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"burger-king-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13211,5113,'_thumbnail_id','5114'),(13212,5113,'_edit_last','9'),(13213,5113,'_yoast_wpseo_primary_category','4'),(13214,5113,'_yoast_wpseo_primary_sub-category','16'),(13215,5113,'sponsored_url',''),(13216,5113,'_yoast_wpseo_content_score','60'),(13218,5113,'xyz_smap','1'),(13223,5117,'_edit_lock','1566427818:11'),(13224,5118,'_wp_attached_file','2019/08/symphony-ship.jpg'),(13225,5118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:530;s:4:\"file\";s:25:\"2019/08/symphony-ship.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"symphony-ship-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:\"symphony-ship-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"symphony-ship-768x428.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:428;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:{}}}'),(13226,5117,'_thumbnail_id','5118'),(13227,5117,'_edit_last','11'),(13228,5117,'_yoast_wpseo_primary_category','4'),(13229,5117,'_yoast_wpseo_primary_sub-category','16'),(13230,5117,'sponsored_url',''),(13231,5117,'_yoast_wpseo_content_score','90'),(13233,5117,'xyz_smap','1'),(13235,5120,'_wp_attached_file','2019/08/big-millys-backyard-buzz-demo.jpg'),(13236,5120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:933;s:6:\"height\";i:700;s:4:\"file\";s:41:\"2019/08/big-millys-backyard-buzz-demo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"big-millys-backyard-buzz-demo-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:\"big-millys-backyard-buzz-demo-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:41:\"big-millys-backyard-buzz-demo-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"big-millys-backyard-buzz-demo-933x655.jpg\";s:5:\"width\";i:933;s:6:\"height\";i:655;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:{}}}'),(13237,5121,'_edit_lock','1566414302:9'),(13238,5122,'_wp_attached_file','2019/08/makola-market-accra-ghana-1.jpg'),(13239,5122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:39:\"2019/08/makola-market-accra-ghana-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"makola-market-accra-ghana-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:39:\"makola-market-accra-ghana-1-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:39:\"makola-market-accra-ghana-1-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:40:\"makola-market-accra-ghana-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"makola-market-accra-ghana-1-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(13240,5123,'_wp_attached_file','2019/08/cape-coast-castle-ghana-buzz-demo.jpg'),(13241,5123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:723;s:4:\"file\";s:45:\"2019/08/cape-coast-castle-ghana-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"cape-coast-castle-ghana-buzz-demo-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:45:\"cape-coast-castle-ghana-buzz-demo-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"cape-coast-castle-ghana-buzz-demo-768x542.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:542;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"cape-coast-castle-ghana-buzz-demo-1024x723.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:723;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"cape-coast-castle-ghana-buzz-demo-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(13242,5124,'_wp_attached_file','2019/08/cape-coast-castle-door-of-no-return-demo.jpg'),(13243,5124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:52:\"2019/08/cape-coast-castle-door-of-no-return-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"cape-coast-castle-door-of-no-return-demo-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:52:\"cape-coast-castle-door-of-no-return-demo-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:52:\"cape-coast-castle-door-of-no-return-demo-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:53:\"cape-coast-castle-door-of-no-return-demo-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"cape-coast-castle-door-of-no-return-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13244,5125,'_wp_attached_file','2019/08/paga-crocodile-1.jpg'),(13245,5125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:28:\"2019/08/paga-crocodile-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"paga-crocodile-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:28:\"paga-crocodile-1-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:28:\"paga-crocodile-1-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:29:\"paga-crocodile-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"paga-crocodile-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13246,5121,'_edit_last','9'),(13247,5121,'_yoast_wpseo_primary_category','4'),(13248,5121,'_yoast_wpseo_primary_sub-category','7'),(13249,5121,'sponsored_url',''),(13250,5121,'_yoast_wpseo_content_score','60'),(13251,5127,'_wp_attached_file','2019/08/paga-crocodile-2.jpg'),(13252,5127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:28:\"2019/08/paga-crocodile-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"paga-crocodile-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:28:\"paga-crocodile-2-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:28:\"paga-crocodile-2-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:29:\"paga-crocodile-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"paga-crocodile-2-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(13253,5128,'_wp_attached_file','2019/08/see-ghana-feel-ghana-logo.jpg'),(13254,5128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:37:\"2019/08/see-ghana-feel-ghana-logo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"see-ghana-feel-ghana-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:37:\"see-ghana-feel-ghana-logo-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:37:\"see-ghana-feel-ghana-logo-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:38:\"see-ghana-feel-ghana-logo-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"see-ghana-feel-ghana-logo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13255,5129,'_edit_lock','1566406626:9'),(13257,1618,'_thumbnail_id','1621'),(13259,1618,'_yoast_wpseo_primary_category','3'),(13260,1618,'_yoast_wpseo_primary_sub-category','8'),(13261,1618,'_yoast_wpseo_content_score','60'),(13263,1618,'_wp_old_date','2019-08-05'),(13265,5129,'_edit_last','9'),(13266,5129,'_yoast_wpseo_primary_category','2'),(13267,5129,'_yoast_wpseo_primary_sub-category','14'),(13268,5129,'sponsored_url',''),(13269,5129,'_yoast_wpseo_content_score','30'),(13270,5132,'_edit_lock','1566426116:16'),(13271,5129,'_oembed_1c38becc500b45d39dd1ec85ab789d3e','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/Bwzf1uGBFG7/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/Bwzf1uGBFG7/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/Bwzf1uGBFG7/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">We appreciate every single mind who contributed to the creation of “Heaven On Earth”. ☂ • Produced with @walshyfire &amp; @theofficialwixard • Creative Directors @thenomaddz • Recorded at @geejamstudios • Art Director @epicmayers ?? And a special thank you to all those who have supported us throughout the years. ? @thequirkyrebel #TheNomaddz #HeavenOnEarth #AlbumParty</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/thenomaddz/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> The No-Maddz</a> (@thenomaddz) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-04-28T15:42:39+00:00\">Apr 28, 2019 at 8:42am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(13272,5129,'_oembed_time_1c38becc500b45d39dd1ec85ab789d3e','1566406531'),(13273,5135,'_wp_attached_file','2019/08/No-Maddz-A.jpg'),(13274,5135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1385;s:6:\"height\";i:900;s:4:\"file\";s:22:\"2019/08/No-Maddz-A.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"No-Maddz-A-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:\"No-Maddz-A-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"No-Maddz-A-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"No-Maddz-A-1024x665.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:665;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"No-Maddz-A-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1555939568\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13275,5129,'_thumbnail_id','5135'),(13277,5129,'xyz_smap','1'),(13279,5139,'_wp_attached_file','2019/08/east-1.jpg'),(13280,5139,'wpmf_size','89817'),(13281,5139,'wpmf_filetype','jpg'),(13282,5139,'wpmf_order','0'),(13283,5139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:18:\"2019/08/east-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"east-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:\"east-1-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:{}}}'),(13284,5140,'_wp_attached_file','2019/08/east-2.jpg'),(13285,5140,'wpmf_size','66301'),(13286,5140,'wpmf_filetype','jpg'),(13287,5140,'wpmf_order','0'),(13288,5140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:18:\"2019/08/east-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"east-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:18:\"east-2-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:{}}}'),(13294,5132,'_thumbnail_id','5140'),(13295,5132,'_edit_last','13'),(13296,5132,'_yoast_wpseo_primary_out-category','25'),(13297,5132,'_yoast_wpseo_primary_location','33'),(13298,5132,'out_date','2019-08-24'),(13299,5132,'out_time','10:00 PM'),(13300,5132,'out_address','National Stadium, Kingston, Jamaica'),(13301,5132,'out_description','Grung Hottt!!!!'),(13302,5132,'out_mapurl','https://www.google.com/maps/place/CONCACAF+GOLD+CUP/@18.0014212,-76.7747402,17z/data=!3m1!4b1!4m5!3m4!1s0x8edb3f0ec88c2e9f:0xcf8f5a6650ecde50!8m2!3d18.0014212!4d-76.7725515'),(13303,5132,'post_gallery_id','a:1:{i:0;s:4:\"5139\";}'),(13304,5132,'_yoast_wpseo_content_score','30'),(13306,5144,'_edit_lock','1566407783:9'),(13307,5145,'_wp_attached_file','2019/08/lewis.jpg'),(13308,5145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:17:\"2019/08/lewis.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"lewis-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:\"lewis-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"lewis-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(13309,5146,'_wp_attached_file','2019/08/yes-buzz-demo.jpeg'),(13310,5146,'wpmf_size','392889'),(13311,5146,'wpmf_filetype','jpeg'),(13312,5146,'wpmf_order','0'),(13313,5146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:835;s:4:\"file\";s:26:\"2019/08/yes-buzz-demo.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"yes-buzz-demo-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:26:\"yes-buzz-demo-300x167.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"yes-buzz-demo-768x428.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"yes-buzz-demo-1024x570.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"yes-buzz-demo-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13314,5147,'_wp_attached_file','2019/08/lewis-B.jpg'),(13315,5147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:650;s:4:\"file\";s:19:\"2019/08/lewis-B.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"lewis-B-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:\"lewis-B-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:\"1\";s:8:\"keywords\";a:0:{}}}'),(13316,5148,'_wp_attached_file','2019/08/fully-loaded-2019-buzzgrab.jpg'),(13317,5148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:38:\"2019/08/fully-loaded-2019-buzzgrab.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"fully-loaded-2019-buzzgrab-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:\"fully-loaded-2019-buzzgrab-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"fully-loaded-2019-buzzgrab-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"fully-loaded-2019-buzzgrab-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"fully-loaded-2019-buzzgrab-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13318,5149,'_wp_attached_file','2019/08/lewis-BBB.jpg'),(13319,5149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1069;s:6:\"height\";i:865;s:4:\"file\";s:21:\"2019/08/lewis-BBB.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"lewis-BBB-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:\"lewis-BBB-300x243.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"lewis-BBB-768x621.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:621;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"lewis-BBB-1024x829.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:829;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"lewis-BBB-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13320,5144,'_thumbnail_id','5149'),(13321,5144,'_edit_last','9'),(13322,5144,'_yoast_wpseo_primary_category','3'),(13323,5144,'_yoast_wpseo_primary_sub-category','14'),(13324,5144,'sponsored_url',''),(13325,5144,'_yoast_wpseo_content_score','30'),(13328,5121,'_thumbnail_id','5146'),(13329,5121,'xyz_smap','1'),(13333,5144,'xyz_smap','1'),(13338,4782,'_oembed_efef966803e32b22052180722552a04d','<iframe title=\"Puff and Paint: Celebrating creativity through marijuana\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/a4mjpO748nY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(13339,4782,'_oembed_time_efef966803e32b22052180722552a04d','1566503089'),(13340,5158,'_wp_attached_file','2019/08/puff-and-paint-buzz-1.jpg'),(13341,5158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:33:\"2019/08/puff-and-paint-buzz-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"puff-and-paint-buzz-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:33:\"puff-and-paint-buzz-1-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:33:\"puff-and-paint-buzz-1-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:34:\"puff-and-paint-buzz-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"puff-and-paint-buzz-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13342,5159,'_wp_attached_file','2019/08/puff-and-paint-buzz-3.jpg'),(13343,5159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:33:\"2019/08/puff-and-paint-buzz-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"puff-and-paint-buzz-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:33:\"puff-and-paint-buzz-3-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:33:\"puff-and-paint-buzz-3-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:34:\"puff-and-paint-buzz-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"puff-and-paint-buzz-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13344,5160,'_wp_attached_file','2019/08/puff-and-paint-buzz-5.jpg'),(13345,5160,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:33:\"2019/08/puff-and-paint-buzz-5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"puff-and-paint-buzz-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:33:\"puff-and-paint-buzz-5-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:33:\"puff-and-paint-buzz-5-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:34:\"puff-and-paint-buzz-5-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"puff-and-paint-buzz-5-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13346,5161,'_wp_attached_file','2019/08/puff-and-paint-buzz-7.jpg'),(13347,5161,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:33:\"2019/08/puff-and-paint-buzz-7.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"puff-and-paint-buzz-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:33:\"puff-and-paint-buzz-7-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:33:\"puff-and-paint-buzz-7-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:34:\"puff-and-paint-buzz-7-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"puff-and-paint-buzz-7-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13348,5162,'_wp_attached_file','2019/08/puff-and-paint-buzz-6.jpg'),(13349,5162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:33:\"2019/08/puff-and-paint-buzz-6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"puff-and-paint-buzz-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:33:\"puff-and-paint-buzz-6-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:33:\"puff-and-paint-buzz-6-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:34:\"puff-and-paint-buzz-6-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"puff-and-paint-buzz-6-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13350,5163,'_wp_attached_file','2019/08/puff-and-paint-buzz-9.jpg'),(13351,5163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:33:\"2019/08/puff-and-paint-buzz-9.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"puff-and-paint-buzz-9-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:\"puff-and-paint-buzz-9-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:33:\"puff-and-paint-buzz-9-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:34:\"puff-and-paint-buzz-9-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"puff-and-paint-buzz-9-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13352,5164,'_wp_attached_file','2019/08/puff-and-paint-buzz-2.jpg'),(13353,5164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:33:\"2019/08/puff-and-paint-buzz-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"puff-and-paint-buzz-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:33:\"puff-and-paint-buzz-2-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:33:\"puff-and-paint-buzz-2-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:34:\"puff-and-paint-buzz-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"puff-and-paint-buzz-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13354,5165,'_edit_lock','1566411809:9'),(13355,5166,'_wp_attached_file','2019/08/puff-and-paint-buzz-4.jpg'),(13356,5166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:33:\"2019/08/puff-and-paint-buzz-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"puff-and-paint-buzz-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:33:\"puff-and-paint-buzz-4-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:33:\"puff-and-paint-buzz-4-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:34:\"puff-and-paint-buzz-4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"puff-and-paint-buzz-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13357,5167,'_wp_attached_file','2019/08/JEI-gaming.jpg'),(13358,5167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1344;s:6:\"height\";i:900;s:4:\"file\";s:22:\"2019/08/JEI-gaming.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"JEI-gaming-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:\"JEI-gaming-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:22:\"JEI-gaming-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"JEI-gaming-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"JEI-gaming-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564252915\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13359,5168,'_wp_attached_file','2019/08/puff-and-paint-buzz-8.jpg'),(13360,5168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:33:\"2019/08/puff-and-paint-buzz-8.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"puff-and-paint-buzz-8-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:\"puff-and-paint-buzz-8-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:33:\"puff-and-paint-buzz-8-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:34:\"puff-and-paint-buzz-8-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"puff-and-paint-buzz-8-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13361,5169,'_wp_attached_file','2019/08/JEI-gaming-A.jpg'),(13362,5169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1124;s:6:\"height\";i:750;s:4:\"file\";s:24:\"2019/08/JEI-gaming-A.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"JEI-gaming-A-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:\"JEI-gaming-A-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:24:\"JEI-gaming-A-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:25:\"JEI-gaming-A-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"JEI-gaming-A-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13363,5170,'_wp_attached_file','2019/08/JEI-gaming-BB.jpg'),(13364,5170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1124;s:6:\"height\";i:750;s:4:\"file\";s:25:\"2019/08/JEI-gaming-BB.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"JEI-gaming-BB-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:\"JEI-gaming-BB-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:\"JEI-gaming-BB-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:\"JEI-gaming-BB-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"JEI-gaming-BB-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13365,5165,'_thumbnail_id','5167'),(13366,5165,'_edit_last','9'),(13367,5165,'_yoast_wpseo_primary_category','2'),(13368,5165,'_yoast_wpseo_primary_sub-category','881'),(13369,5165,'sponsored_url',''),(13370,5165,'_yoast_wpseo_content_score','30'),(13372,4782,'xyz_smap','1'),(13374,5174,'_edit_lock','1566414822:11'),(13375,5174,'_oembed_8c4d33f9ff7ca2b237437e2031132a50','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">My birthday is tomorrow and I need your help! Let me know how to celebrate in the most daring way:<br>- like for champagne pray my friends<br>- retweet to my friends champagne spray me<a href=\"https://twitter.com/hashtag/NextVictory?src=hash&amp;ref_src=twsrc%5Etfw\">#NextVictory</a> <a href=\"https://t.co/5JTnQvyAR7\">pic.twitter.com/5JTnQvyAR7</a></p>&mdash; Usain St. Leo Bolt (@usainbolt) <a href=\"https://twitter.com/usainbolt/status/1164006485782872064?ref_src=twsrc%5Etfw\">August 21, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(13376,5174,'_oembed_time_8c4d33f9ff7ca2b237437e2031132a50','1566412674'),(13377,5177,'_wp_attached_file','2019/08/Usain-Launches-Signature-Champagne.jpg'),(13378,5177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:46:\"2019/08/Usain-Launches-Signature-Champagne.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Usain-Launches-Signature-Champagne-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:\"Usain-Launches-Signature-Champagne-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:46:\"Usain-Launches-Signature-Champagne-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:47:\"Usain-Launches-Signature-Champagne-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Usain-Launches-Signature-Champagne-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13381,5178,'_wp_attached_file','2019/08/Logic-One-Ribbon-Cutting-3.jpg'),(13382,5178,'wpmf_size','1028270'),(13383,5178,'wpmf_filetype','jpg'),(13384,5178,'wpmf_order','0'),(13385,5178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2529;s:6:\"height\";i:1332;s:4:\"file\";s:38:\"2019/08/Logic-One-Ribbon-Cutting-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Logic-One-Ribbon-Cutting-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:38:\"Logic-One-Ribbon-Cutting-3-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Logic-One-Ribbon-Cutting-3-768x404.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Logic-One-Ribbon-Cutting-3-1024x539.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:539;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Logic-One-Ribbon-Cutting-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G920P\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566306473\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13386,5179,'_wp_attached_file','2019/08/Tweet-1.jpg'),(13387,5179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:580;s:6:\"height\";i:162;s:4:\"file\";s:19:\"2019/08/Tweet-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Tweet-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:\"Tweet-1-300x84.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:84;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:{}}}'),(13388,5180,'_wp_attached_file','2019/08/Tweet-2.jpg'),(13389,5180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:584;s:6:\"height\";i:219;s:4:\"file\";s:19:\"2019/08/Tweet-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Tweet-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:\"Tweet-2-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;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:{}}}'),(13390,5181,'_wp_attached_file','2019/08/Tweet-3.jpg'),(13391,5181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:593;s:6:\"height\";i:213;s:4:\"file\";s:19:\"2019/08/Tweet-3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Tweet-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:19:\"Tweet-3-300x108.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:108;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:{}}}'),(13392,5182,'_wp_attached_file','2019/08/Logic-One-Ribbon-Cutting-1.jpg'),(13393,5182,'wpmf_size','1074246'),(13394,5182,'wpmf_filetype','jpg'),(13395,5182,'wpmf_order','0'),(13396,5182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2558;s:6:\"height\";i:1439;s:4:\"file\";s:38:\"2019/08/Logic-One-Ribbon-Cutting-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Logic-One-Ribbon-Cutting-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:38:\"Logic-One-Ribbon-Cutting-1-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:38:\"Logic-One-Ribbon-Cutting-1-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:39:\"Logic-One-Ribbon-Cutting-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Logic-One-Ribbon-Cutting-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G920P\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566306077\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:18:\"0.0007163323782235\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13397,5183,'_wp_attached_file','2019/08/Logic-One-Ribbon-Cutting-1-1.jpg'),(13398,5183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2558;s:6:\"height\";i:1439;s:4:\"file\";s:40:\"2019/08/Logic-One-Ribbon-Cutting-1-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Logic-One-Ribbon-Cutting-1-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:40:\"Logic-One-Ribbon-Cutting-1-1-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:40:\"Logic-One-Ribbon-Cutting-1-1-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:41:\"Logic-One-Ribbon-Cutting-1-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Logic-One-Ribbon-Cutting-1-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G920P\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566306077\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:18:\"0.0007163323782235\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13399,5184,'_wp_attached_file','2019/08/puff-and-paint-buzz-3-1.jpg'),(13400,5184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2019/08/puff-and-paint-buzz-3-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"puff-and-paint-buzz-3-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:35:\"puff-and-paint-buzz-3-1-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:35:\"puff-and-paint-buzz-3-1-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:36:\"puff-and-paint-buzz-3-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"puff-and-paint-buzz-3-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13401,5185,'_wp_attached_file','2019/08/Fan-Response.jpg'),(13402,5185,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:594;s:6:\"height\";i:439;s:4:\"file\";s:24:\"2019/08/Fan-Response.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Fan-Response-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:\"Fan-Response-300x222.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:222;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:{}}}'),(13409,5165,'xyz_smap','1'),(13411,5174,'_oembed_10a129dc9e23dffff17aa1a46d9021fe','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/Bt3pflJgXN4/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/Bt3pflJgXN4/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/Bt3pflJgXN4/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Happy Valentine&#39;s Day! #NextVictory @ghmumm</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/usainbolt/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Usain St.Leo Bolt</a> (@usainbolt) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-02-14T16:52:20+00:00\">Feb 14, 2019 at 8:52am PST</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(13412,5174,'_oembed_time_10a129dc9e23dffff17aa1a46d9021fe','1566414119'),(13413,5174,'_oembed_7271747bd0e30e6c021a2d144eee958b','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Happy birthday to me. <a href=\"https://twitter.com/hashtag/TopADiTop?src=hash&amp;ref_src=twsrc%5Etfw\">#TopADiTop</a> Lifestyle ??⚡️??????????? <a href=\"https://twitter.com/hashtag/OlympeRose?src=hash&amp;ref_src=twsrc%5Etfw\">#OlympeRose</a>’ <a href=\"https://t.co/XGk4PQgHRf\">pic.twitter.com/XGk4PQgHRf</a></p>&mdash; Usain St. Leo Bolt (@usainbolt) <a href=\"https://twitter.com/usainbolt/status/1164241727034707968?ref_src=twsrc%5Etfw\">August 21, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(13414,5174,'_oembed_time_7271747bd0e30e6c021a2d144eee958b','1566414119'),(13419,5174,'_thumbnail_id','5177'),(13420,5174,'_edit_last','11'),(13421,5174,'_yoast_wpseo_primary_category','2'),(13422,5174,'_yoast_wpseo_primary_sub-category','16'),(13423,5174,'sponsored_url',''),(13424,5174,'_yoast_wpseo_content_score','30'),(13426,5026,'_thumbnail_id','5183'),(13427,5026,'xyz_smap','1'),(13430,5174,'xyz_smap','1'),(13438,5199,'_edit_lock','1566426434:4'),(13439,5200,'_edit_lock','1566428998:11'),(13440,5200,'_edit_last','9'),(13441,5200,'_yoast_wpseo_primary_category','3'),(13442,5200,'_yoast_wpseo_primary_sub-category','1534'),(13443,5200,'sponsored_url',''),(13444,5200,'_yoast_wpseo_content_score','30'),(13445,5202,'_wp_attached_file','2019/08/Boardwalk-NEW-C.jpg'),(13446,5202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:27:\"2019/08/Boardwalk-NEW-C.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Boardwalk-NEW-C-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:\"Boardwalk-NEW-C-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:27:\"Boardwalk-NEW-C-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:28:\"Boardwalk-NEW-C-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Boardwalk-NEW-C-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1446273086\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13447,5203,'_wp_attached_file','2019/08/Boardwalk-NEW-D.jpg'),(13448,5203,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:920;s:6:\"height\";i:900;s:4:\"file\";s:27:\"2019/08/Boardwalk-NEW-D.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Boardwalk-NEW-D-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:\"Boardwalk-NEW-D-300x293.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Boardwalk-NEW-D-768x751.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:751;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Boardwalk-NEW-D-920x655.jpg\";s:5:\"width\";i:920;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:36:\"????????????????????????????????????\";s:17:\"created_timestamp\";s:10:\"1530958150\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13449,5204,'_wp_attached_file','2019/08/Boardwalk-NEW-A.jpg'),(13450,5204,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1358;s:6:\"height\";i:900;s:4:\"file\";s:27:\"2019/08/Boardwalk-NEW-A.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Boardwalk-NEW-A-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:\"Boardwalk-NEW-A-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Boardwalk-NEW-A-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Boardwalk-NEW-A-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Boardwalk-NEW-A-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1530954238\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1100\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13451,5200,'_thumbnail_id','5202'),(13453,5200,'xyz_smap','1'),(13455,5199,'_edit_last','4'),(13456,5199,'_yoast_wpseo_primary_category','4'),(13457,5199,'_yoast_wpseo_primary_sub-category','5'),(13458,5199,'sponsored_url',''),(13459,5199,'_yoast_wpseo_content_score','30'),(13462,5210,'_edit_lock','1566480887:11'),(13463,5211,'_wp_attached_file','2019/08/Fort-Charlotte-A.jpg'),(13464,5211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4608;s:6:\"height\";i:2592;s:4:\"file\";s:28:\"2019/08/Fort-Charlotte-A.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Fort-Charlotte-A-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:\"Fort-Charlotte-A-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:28:\"Fort-Charlotte-A-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:29:\"Fort-Charlotte-A-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Fort-Charlotte-A-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:24:\"Canon PowerShot A3300 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1533096104\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"5\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13465,5212,'_wp_attached_file','2019/08/Fort-Charlotte-C.jpg'),(13466,5212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2019/08/Fort-Charlotte-C.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Fort-Charlotte-C-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:\"Fort-Charlotte-C-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:28:\"Fort-Charlotte-C-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:29:\"Fort-Charlotte-C-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Fort-Charlotte-C-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1486682629\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13467,5213,'_wp_attached_file','2019/08/For-t-Charlotte-D.jpg'),(13468,5213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2019/08/For-t-Charlotte-D.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"For-t-Charlotte-D-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:\"For-t-Charlotte-D-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:29:\"For-t-Charlotte-D-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"For-t-Charlotte-D-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"For-t-Charlotte-D-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1533147929\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"220\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13469,5214,'_wp_attached_file','2019/08/Fort-Charlotte-B.jpg'),(13470,5214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2019/08/Fort-Charlotte-B.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Fort-Charlotte-B-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:\"Fort-Charlotte-B-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:28:\"Fort-Charlotte-B-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Fort-Charlotte-B-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Fort-Charlotte-B-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1533148251\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13471,5215,'_wp_attached_file','2019/08/Fort-Charlotte-E.jpg'),(13472,5215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2019/08/Fort-Charlotte-E.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Fort-Charlotte-E-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:\"Fort-Charlotte-E-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:28:\"Fort-Charlotte-E-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Fort-Charlotte-E-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Fort-Charlotte-E-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1533147932\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13475,5217,'_wp_attached_file','2019/08/linvern-wright.jpg'),(13476,5217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2473;s:6:\"height\";i:1650;s:4:\"file\";s:26:\"2019/08/linvern-wright.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"linvern-wright-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:\"linvern-wright-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:26:\"linvern-wright-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:27:\"linvern-wright-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"linvern-wright-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566385506\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"175\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13477,5211,'_edit_lock','1566424399:9'),(13478,5221,'_wp_attached_file','2019/08/Fort-Charlotte-A-1.jpg'),(13479,5221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:843;s:4:\"file\";s:30:\"2019/08/Fort-Charlotte-A-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Fort-Charlotte-A-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:\"Fort-Charlotte-A-1-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:30:\"Fort-Charlotte-A-1-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:31:\"Fort-Charlotte-A-1-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Fort-Charlotte-A-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:24:\"Canon PowerShot A3300 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1533096104\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"5\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13481,5210,'_thumbnail_id','5221'),(13482,5210,'_edit_last','9'),(13483,5210,'_yoast_wpseo_primary_category','3'),(13484,5210,'_yoast_wpseo_primary_sub-category','8'),(13485,5210,'sponsored_url',''),(13486,5210,'_yoast_wpseo_content_score','60'),(13487,3851,'_yoast_wpseo_content_score','30'),(13488,5225,'_wp_attached_file','2019/08/jaevion-nelson-demo-buzz.jpg'),(13489,5225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:36:\"2019/08/jaevion-nelson-demo-buzz.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"jaevion-nelson-demo-buzz-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:\"jaevion-nelson-demo-buzz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"jaevion-nelson-demo-buzz-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"jaevion-nelson-demo-buzz-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(13491,5227,'_wp_attached_file','2019/08/pride-2019-buzz-demo-1.jpg'),(13492,5227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:34:\"2019/08/pride-2019-buzz-demo-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"pride-2019-buzz-demo-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:\"pride-2019-buzz-demo-1-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:34:\"pride-2019-buzz-demo-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"pride-2019-buzz-demo-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"pride-2019-buzz-demo-1-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(13494,644,'_wp_old_date','2019-07-29'),(13496,644,'_yoast_wpseo_primary_category','4'),(13497,644,'_yoast_wpseo_primary_sub-category','11'),(13498,644,'_yoast_wpseo_content_score','30'),(13505,5234,'_wp_attached_file','2019/08/william-mahfood2.jpg'),(13506,5234,'wpmf_size','1022051'),(13507,5234,'wpmf_filetype','jpg'),(13508,5234,'wpmf_order','0'),(13509,5234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2070;s:6:\"height\";i:1381;s:4:\"file\";s:28:\"2019/08/william-mahfood2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"william-mahfood2-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:\"william-mahfood2-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:28:\"william-mahfood2-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:29:\"william-mahfood2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"william-mahfood2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566383558\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"175\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13510,5235,'_wp_attached_file','2019/08/football-competition.jpg'),(13511,5235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2024;s:6:\"height\";i:1350;s:4:\"file\";s:32:\"2019/08/football-competition.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"football-competition-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:\"football-competition-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:32:\"football-competition-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:33:\"football-competition-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"football-competition-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566386476\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13513,5199,'xyz_smap','1'),(13515,5238,'_edit_lock','1566427542:9'),(13516,5239,'_edit_lock','1566430958:4'),(13517,5240,'_wp_attached_file','2019/08/black-couple-AAA-20190819.jpg'),(13518,5240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2019/08/black-couple-AAA-20190819.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"black-couple-AAA-20190819-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:\"black-couple-AAA-20190819-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:37:\"black-couple-AAA-20190819-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:38:\"black-couple-AAA-20190819-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"black-couple-AAA-20190819-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13519,5241,'_wp_attached_file','2019/08/black-couple-20190819.jpg'),(13520,5241,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:33:\"2019/08/black-couple-20190819.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"black-couple-20190819-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:\"black-couple-20190819-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:33:\"black-couple-20190819-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:34:\"black-couple-20190819-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"black-couple-20190819-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13521,5238,'_thumbnail_id','5241'),(13522,5238,'_edit_last','9'),(13523,5238,'_yoast_wpseo_primary_category','3'),(13524,5238,'_yoast_wpseo_primary_sub-category','9'),(13525,5238,'sponsored_url',''),(13526,5238,'_yoast_wpseo_content_score','60'),(13528,5238,'xyz_smap','1'),(13530,5239,'_edit_last','4'),(13531,5239,'_yoast_wpseo_primary_category','4'),(13532,5239,'_yoast_wpseo_primary_sub-category','5'),(13533,5239,'sponsored_url',''),(13534,5239,'_yoast_wpseo_content_score','30'),(13536,3040,'_yoast_wpseo_primary_out-category','27'),(13537,3040,'_yoast_wpseo_primary_location','33'),(13538,3040,'_yoast_wpseo_content_score','30'),(13541,1429,'_yoast_wpseo_primary_out-category',''),(13542,1429,'_yoast_wpseo_primary_location','33'),(13543,1429,'_yoast_wpseo_content_score','30'),(13544,5246,'_edit_lock','1566429574:9'),(13548,5249,'_wp_attached_file','2019/08/miley-cyrus-20190821.jpg'),(13549,5249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:32:\"2019/08/miley-cyrus-20190821.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"miley-cyrus-20190821-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:\"miley-cyrus-20190821-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"miley-cyrus-20190821-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(13550,5246,'_thumbnail_id','5249'),(13551,5246,'_edit_last','9'),(13552,5246,'_yoast_wpseo_primary_category','2'),(13553,5246,'_yoast_wpseo_primary_sub-category','14'),(13554,5246,'sponsored_url',''),(13555,5246,'_yoast_wpseo_content_score','60'),(13557,5246,'xyz_smap','1'),(13559,5252,'_wp_attached_file','2019/08/pnp-the-two-peters-buntingvsphillips-buzz-official.jpg'),(13560,5252,'wpmf_size','804169'),(13561,5252,'wpmf_filetype','jpg'),(13562,5252,'wpmf_order','0'),(13563,5252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:62:\"2019/08/pnp-the-two-peters-buntingvsphillips-buzz-official.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"pnp-the-two-peters-buntingvsphillips-buzz-official-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:62:\"pnp-the-two-peters-buntingvsphillips-buzz-official-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:62:\"pnp-the-two-peters-buntingvsphillips-buzz-official-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:63:\"pnp-the-two-peters-buntingvsphillips-buzz-official-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:63:\"pnp-the-two-peters-buntingvsphillips-buzz-official-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13566,5255,'_edit_lock','1566480840:11'),(13567,5256,'_wp_attached_file','2019/08/talk-20190819.jpg'),(13568,5256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2019/08/talk-20190819.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"talk-20190819-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:\"talk-20190819-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:\"talk-20190819-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:\"talk-20190819-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"talk-20190819-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13569,5257,'_wp_attached_file','2019/08/talk-B-20190819.jpg'),(13570,5257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:27:\"2019/08/talk-B-20190819.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"talk-B-20190819-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:\"talk-B-20190819-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"talk-B-20190819-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:{}}}'),(13571,5255,'_thumbnail_id','5256'),(13572,5255,'_edit_last','9'),(13573,5255,'_yoast_wpseo_primary_category','3'),(13574,5255,'_yoast_wpseo_primary_sub-category','16'),(13575,5255,'sponsored_url',''),(13576,5255,'_yoast_wpseo_content_score','60'),(13577,5260,'_wp_attached_file','2019/08/DSC_0822.jpg'),(13578,5260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_0822.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0822-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:\"DSC_0822-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:20:\"DSC_0822-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:21:\"DSC_0822-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0822-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566409057\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13580,5239,'_thumbnail_id','5260'),(13581,5266,'_edit_lock','1566481277:11'),(13584,5268,'_edit_lock','1566433682:11'),(13587,5266,'_edit_last','11'),(13588,5266,'_yoast_wpseo_primary_category','3'),(13589,5266,'_yoast_wpseo_primary_sub-category','8'),(13590,5266,'sponsored_url',''),(13591,5266,'_yoast_wpseo_content_score','30'),(13592,5270,'_wp_attached_file','2019/08/Remi-Screen-Grab.jpg'),(13593,5270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:183;s:6:\"height\";i:292;s:4:\"file\";s:28:\"2019/08/Remi-Screen-Grab.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Remi-Screen-Grab-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:{}}}'),(13594,5272,'_wp_attached_file','2019/08/Levi-and-Remi.png'),(13595,5272,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:597;s:6:\"height\";i:1060;s:4:\"file\";s:25:\"2019/08/Levi-and-Remi.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Levi-and-Remi-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:25:\"Levi-and-Remi-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Levi-and-Remi-577x1024.png\";s:5:\"width\";i:577;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Levi-and-Remi-597x655.png\";s:5:\"width\";i:597;s:6:\"height\";i:655;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:{}}}'),(13596,5273,'_wp_attached_file','2019/08/Levi-and-Remi-1.png'),(13597,5273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:596;s:6:\"height\";i:959;s:4:\"file\";s:27:\"2019/08/Levi-and-Remi-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Levi-and-Remi-1-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:27:\"Levi-and-Remi-1-186x300.png\";s:5:\"width\";i:186;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Levi-and-Remi-1-596x655.png\";s:5:\"width\";i:596;s:6:\"height\";i:655;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:{}}}'),(13598,5274,'_wp_attached_file','2019/08/Sean-Paul.jpg'),(13599,5274,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1548;s:6:\"height\";i:1024;s:4:\"file\";s:21:\"2019/08/Sean-Paul.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Sean-Paul-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:\"Sean-Paul-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Sean-Paul-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Sean-Paul-1024x677.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Sean-Paul-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13600,5278,'_wp_attached_file','2019/08/Jinx-and-Baby.jpg'),(13601,5278,'wpmf_size','574240'),(13602,5278,'wpmf_filetype','jpg'),(13603,5278,'wpmf_order','0'),(13604,5278,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2019/08/Jinx-and-Baby.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Jinx-and-Baby-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:\"Jinx-and-Baby-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Jinx-and-Baby-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Jinx-and-Baby-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Jinx-and-Baby-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13606,5268,'_thumbnail_id','5278'),(13607,5268,'_edit_last','11'),(13608,5268,'xyz_smap','1'),(13610,5268,'_yoast_wpseo_primary_category','2'),(13611,5268,'_yoast_wpseo_primary_sub-category','9'),(13612,5268,'sponsored_url',''),(13613,5268,'_yoast_wpseo_content_score','30'),(13616,5282,'_wp_attached_file','2019/08/sarita.jpeg'),(13617,5282,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:19:\"2019/08/sarita.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"sarita-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:\"sarita-225x300.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"sarita-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"sarita-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"sarita-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13618,5284,'_wp_attached_file','2019/08/sarita-in-japan.jpeg'),(13619,5284,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:28:\"2019/08/sarita-in-japan.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"sarita-in-japan-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:28:\"sarita-in-japan-225x300.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"sarita-in-japan-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"sarita-in-japan-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"sarita-in-japan-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13620,5285,'_wp_attached_file','2019/08/sarita-japan.jpeg'),(13621,5285,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:25:\"2019/08/sarita-japan.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"sarita-japan-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:25:\"sarita-japan-225x300.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"sarita-japan-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"sarita-japan-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"sarita-japan-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13622,5288,'_wp_attached_file','2019/08/sarita-featured-image.jpeg'),(13623,5288,'wpmf_size','87652'),(13624,5288,'wpmf_filetype','jpeg'),(13625,5288,'wpmf_order','0'),(13626,5288,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:562;s:6:\"height\";i:325;s:4:\"file\";s:34:\"2019/08/sarita-featured-image.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"sarita-featured-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:34:\"sarita-featured-image-300x173.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:173;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:{}}}'),(13627,5266,'_thumbnail_id','5284'),(13628,5297,'_edit_lock','1566438683:4'),(13629,5297,'_edit_last','4'),(13630,5297,'_yoast_wpseo_primary_category','4'),(13631,5297,'_yoast_wpseo_primary_sub-category','6'),(13632,5297,'sponsored_url',''),(13633,5297,'_yoast_wpseo_content_score','90'),(13634,5300,'_wp_attached_file','2019/08/dwayne-the-rock-johnson-.jpg'),(13635,5300,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:36:\"2019/08/dwayne-the-rock-johnson-.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"dwayne-the-rock-johnson--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:\"dwayne-the-rock-johnson--300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"dwayne-the-rock-johnson--768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:12:\"Darren Brade\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:279:\"Dwayne Johnson attends the \'RAMPAGE\' European Premiere on Wednesday 11th April 2018, held at CINEWORLD, Leicester Square London, ENGLAND.\r\rBANG MEDIA INTERNATIONAL FAMOUS PICTURES 28 HOLMES ROAD LONDON NW5 3AB UNITED KINGDOM tel +44 (0) 02 7485 1005 email: pictures@famous.uk.com\";s:17:\"created_timestamp\";s:10:\"1523467930\";s:9:\"copyright\";s:15:\"© Darren Brade\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:14:\"NORESTRICTIONS\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:36:{i:0;s:5:\"offer\";i:1;s:4:\"film\";i:2;s:9:\"redcarpet\";i:3;s:3:\"red\";i:4;s:6:\"carpet\";i:5;s:4:\"2018\";i:6;s:5:\"Actor\";i:7;s:6:\"Actors\";i:8;s:7:\"Actress\";i:9;s:6:\"London\";i:10;s:7:\"England\";i:11;s:7:\"english\";i:12;s:7:\"britain\";i:13;s:7:\"british\";i:14;s:2:\"TV\";i:15;s:9:\"actresses\";i:16;s:4:\"cast\";i:17;s:5:\"celeb\";i:18;s:11:\"celebrities\";i:19;s:9:\"celebrity\";i:20;s:6:\"celebs\";i:21;s:8:\"ceremony\";i:22;s:5:\"event\";i:23;s:4:\"fame\";i:24;s:6:\"famous\";i:25;s:8:\"industry\";i:26;s:5:\"movie\";i:27;s:6:\"movies\";i:28;s:4:\"star\";i:29;s:5:\"stars\";i:30;s:9:\"photocall\";i:31;s:10:\"photo call\";i:32;s:4:\"bang\";i:33;s:5:\"media\";i:34;s:7:\"rampage\";i:35;s:12:\"rampagemovie\";}}}'),(13636,5239,'xyz_smap','1'),(13638,5266,'xyz_smap','1'),(13640,5297,'xyz_smap','1'),(13642,5210,'xyz_smap','1'),(13652,5255,'xyz_smap','1'),(13662,5308,'_edit_lock','1566487952:9'),(13663,5309,'_wp_attached_file','2019/08/gabrielle-union-1.jpg'),(13664,5309,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:29:\"2019/08/gabrielle-union-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"gabrielle-union-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:29:\"gabrielle-union-1-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"gabrielle-union-1-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:32:\"David Edwards/DailyCeleb.com 818\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:138:\"Gabrielle Union\rat the \"Sleepless\" Los Angeles Premiere, Regal LA Live, Los Angeles, CA 01-05-17\rDavid Edwards/DailyCeleb.com 818-249-4998\";s:17:\"created_timestamp\";s:10:\"1483647669\";s:9:\"copyright\";s:41:\"David Edwards/DailyCeleb.com 818-249-4998\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:80:\"at the \"Sleepless\" Los Angeles Premiere, Regal LA Live, Los Angeles, CA 01-05-17\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:7:{i:0;s:10:\"05.01.2017\";i:1;s:6:\"290951\";i:2;s:12:\"B5242_290951\";i:3;s:5:\"B5242\";i:4;s:18:\"ZB5242_290951_0101\";i:5;s:6:\"678078\";i:6;s:29:\"SLEEPLESSP_ZB5242_290951_0101\";}}}'),(13665,5308,'_thumbnail_id','5309'),(13666,5308,'_oembed_c33c3d8d42a07420bb175dcc90a565c1','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1ZudutHvSt/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1ZudutHvSt/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1ZudutHvSt/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">@kaaviajames speaks!!!! Get ready world. Next stop, #agt judges table! Bye bye.</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/gabunion/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Gabrielle Union-Wade</a> (@gabunion) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-20T22:12:19+00:00\">Aug 20, 2019 at 3:12pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(13667,5308,'_oembed_time_c33c3d8d42a07420bb175dcc90a565c1','1566485973'),(13668,5308,'_edit_last','9'),(13669,5308,'_yoast_wpseo_primary_category','2'),(13670,5308,'_yoast_wpseo_primary_sub-category','16'),(13671,5308,'sponsored_url',''),(13672,5308,'_yoast_wpseo_content_score','60'),(13674,5308,'xyz_smap','1'),(13676,5313,'_edit_lock','1566518516:4'),(13677,5313,'_edit_last','4'),(13678,5313,'_yoast_wpseo_primary_category','2'),(13679,5313,'_yoast_wpseo_primary_sub-category','14'),(13680,5313,'sponsored_url',''),(13681,5313,'_yoast_wpseo_content_score','90'),(13684,5316,'_edit_lock','1566489182:9'),(13685,5316,'_edit_last','9'),(13686,5316,'_yoast_wpseo_primary_category','4'),(13687,5316,'_yoast_wpseo_primary_sub-category','11'),(13688,5316,'sponsored_url',''),(13689,5316,'_yoast_wpseo_content_score','30'),(13690,5316,'_oembed_fb03bf0323f1980b31090bf44c98ea38','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/Bzvxweqh2PN/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/Bzvxweqh2PN/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/Bzvxweqh2PN/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">“We don’t talk about mental health, we don’t deal with it. For generations, we’ve been told it’s a weakness, to pray our problems away– and that’s just not gonna cut it.” . “If we can teach children about sex education and physical education, why not mental?” @tarajiphenson “That’s where we start attacking this issue: with the children.” . . ? Copyright: @cspan . . #MentalHealthMatters</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/safespaceja/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Safe Space JA</a> (@safespaceja) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-10T18:40:05+00:00\">Jul 10, 2019 at 11:40am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(13691,5316,'_oembed_time_fb03bf0323f1980b31090bf44c98ea38','1566488542'),(13692,5319,'_wp_attached_file','2019/08/addiction-adult-capsule-mental-health.jpg'),(13693,5319,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:49:\"2019/08/addiction-adult-capsule-mental-health.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"addiction-adult-capsule-mental-health-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:\"addiction-adult-capsule-mental-health-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:49:\"addiction-adult-capsule-mental-health-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:50:\"addiction-adult-capsule-mental-health-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"addiction-adult-capsule-mental-health-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13694,5320,'_wp_attached_file','2019/08/jc-lodge-and-Gin-Re.jpg'),(13695,5320,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2295;s:6:\"height\";i:1640;s:4:\"file\";s:31:\"2019/08/jc-lodge-and-Gin-Re.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"jc-lodge-and-Gin-Re-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:\"jc-lodge-and-Gin-Re-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"jc-lodge-and-Gin-Re-768x549.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"jc-lodge-and-Gin-Re-1024x732.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:732;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"jc-lodge-and-Gin-Re-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565907674\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13696,5321,'_wp_attached_file','2019/08/jc-lodge-and-Gin-Re-1.jpg'),(13697,5321,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2295;s:6:\"height\";i:1640;s:4:\"file\";s:33:\"2019/08/jc-lodge-and-Gin-Re-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"jc-lodge-and-Gin-Re-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:33:\"jc-lodge-and-Gin-Re-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"jc-lodge-and-Gin-Re-1-768x549.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"jc-lodge-and-Gin-Re-1-1024x732.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:732;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"jc-lodge-and-Gin-Re-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565907674\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13698,5316,'_thumbnail_id','5319'),(13700,5316,'xyz_smap','1'),(13702,5313,'_oembed_7f53d2e29e9fd09b1aa7314314f8a44b','<iframe title=\"JC Lodge talks new projects\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/lFusaZfgbyI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(13703,5313,'_oembed_time_7f53d2e29e9fd09b1aa7314314f8a44b','1566489291'),(13706,5313,'_thumbnail_id','5321'),(13707,5313,'xyz_smap','1'),(13709,5327,'_edit_lock','1566520227:4'),(13710,5328,'_edit_lock','1566576685:14'),(13712,5330,'_edit_lock','1566492888:9'),(13713,5331,'_wp_attached_file','2019/08/mavis-bank-bridge-holness.jpg'),(13714,5331,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1310;s:4:\"file\";s:37:\"2019/08/mavis-bank-bridge-holness.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"mavis-bank-bridge-holness-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:\"mavis-bank-bridge-holness-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"mavis-bank-bridge-holness-768x491.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"mavis-bank-bridge-holness-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"mavis-bank-bridge-holness-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13715,5332,'_wp_attached_file','2019/08/cori-gauff-demo-3.jpg'),(13716,5332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1136;s:6:\"height\";i:792;s:4:\"file\";s:29:\"2019/08/cori-gauff-demo-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cori-gauff-demo-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:29:\"cori-gauff-demo-3-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"cori-gauff-demo-3-768x535.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:535;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"cori-gauff-demo-3-1024x714.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:714;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"cori-gauff-demo-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13717,5330,'_thumbnail_id','5331'),(13718,5330,'_edit_last','9'),(13719,5330,'_yoast_wpseo_primary_category','4'),(13720,5330,'_yoast_wpseo_primary_sub-category','8'),(13721,5330,'sponsored_url',''),(13722,5330,'_yoast_wpseo_content_score','30'),(13724,5330,'xyz_smap','1'),(13732,5337,'_edit_lock','1566501228:9'),(13733,5337,'_thumbnail_id','3421'),(13735,5337,'_edit_last','9'),(13736,5337,'xyz_smap','1'),(13738,5337,'_yoast_wpseo_primary_category','3'),(13739,5337,'_yoast_wpseo_primary_sub-category','2049'),(13740,5337,'sponsored_url',''),(13741,5337,'_yoast_wpseo_content_score','90'),(13742,5339,'_wp_attached_file','2019/08/cori-gauff-demo-4.jpg'),(13743,5339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:1160;s:4:\"file\";s:29:\"2019/08/cori-gauff-demo-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cori-gauff-demo-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:29:\"cori-gauff-demo-4-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"cori-gauff-demo-4-768x580.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"cori-gauff-demo-4-1024x773.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"cori-gauff-demo-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13744,5340,'_wp_attached_file','2019/08/cori-gauff-demo-5.jpg'),(13745,5340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:29:\"2019/08/cori-gauff-demo-5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cori-gauff-demo-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:29:\"cori-gauff-demo-5-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:29:\"cori-gauff-demo-5-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:30:\"cori-gauff-demo-5-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"cori-gauff-demo-5-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13746,5341,'_wp_attached_file','2019/08/cori-gauff-demo-1.jpg'),(13747,5341,'wpmf_size','210456'),(13748,5341,'wpmf_filetype','jpg'),(13749,5341,'wpmf_order','0'),(13750,5341,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:629;s:4:\"file\";s:29:\"2019/08/cori-gauff-demo-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cori-gauff-demo-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:29:\"cori-gauff-demo-1-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"cori-gauff-demo-1-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"cori-gauff-demo-1-1024x537.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"cori-gauff-demo-1-1060x629.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:629;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:{}}}'),(13751,5342,'_wp_attached_file','2019/08/cori-gauff-demo-1-1.jpg'),(13752,5342,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:629;s:4:\"file\";s:31:\"2019/08/cori-gauff-demo-1-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"cori-gauff-demo-1-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:\"cori-gauff-demo-1-1-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"cori-gauff-demo-1-1-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"cori-gauff-demo-1-1-1024x537.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"cori-gauff-demo-1-1-1060x629.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:629;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:{}}}'),(13753,5343,'_wp_attached_file','2019/08/cori-gauff-demo-2.jpg'),(13754,5343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1368;s:6:\"height\";i:909;s:4:\"file\";s:29:\"2019/08/cori-gauff-demo-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cori-gauff-demo-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:29:\"cori-gauff-demo-2-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"cori-gauff-demo-2-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"cori-gauff-demo-2-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"cori-gauff-demo-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13755,5328,'_oembed_83cab48ea940096f33218fe284c876aa','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BztBBQ4A-Qd/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BztBBQ4A-Qd/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BztBBQ4A-Qd/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Thank you Wimbledon. #dreamBIG - - - - - - video credits: @jdopefx (I do not own the rights to the music)</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/cocogauff/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Coco Gauff</a> (@cocogauff) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-09T16:52:05+00:00\">Jul 9, 2019 at 9:52am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(13756,5328,'_oembed_time_83cab48ea940096f33218fe284c876aa','1566497985'),(13762,5328,'_thumbnail_id','5341'),(13763,5328,'_edit_last','14'),(13764,5328,'xyz_smap','1'),(13766,5328,'_yoast_wpseo_primary_category','4'),(13767,5328,'_yoast_wpseo_primary_sub-category','5'),(13768,5328,'sponsored_url',''),(13769,5328,'_yoast_wpseo_content_score','30'),(13773,5351,'_edit_lock','1566508457:13'),(13776,5353,'_edit_lock','1566505528:9'),(13779,5355,'_wp_attached_file','2019/08/angelina-jolie.jpg'),(13780,5355,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:26:\"2019/08/angelina-jolie.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"angelina-jolie-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:\"angelina-jolie-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"angelina-jolie-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:11:\"Splash News\";s:6:\"camera\";s:8:\"NIKON D5\";s:7:\"caption\";s:336:\"The EE British Academy Film Awards at the Royal Albert Hall, London.\r<P>\rPictured: Angelina Jolie\r<B>Ref: SPL1661388  190218  </B><BR />\rPicture by: Splash News<BR />\r</P><P>\r<B>Splash News and Pictures</B><BR />\rLos Angeles:	310-821-2666<BR />\rNew York:	212-619-2666<BR />\rLondon:	870-934-2666<BR />\rphotodesk@splashnews.com<BR />\r</P>\";s:17:\"created_timestamp\";s:10:\"1519064599\";s:9:\"copyright\";s:21:\"© www.splashnews.com\";s:12:\"focal_length\";s:3:\"300\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:30:\"EE BRITISH ACADEMY FILM AWARDS\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13781,5353,'_thumbnail_id','5355'),(13782,5353,'_edit_last','9'),(13783,5353,'_yoast_wpseo_primary_category','3'),(13784,5353,'_yoast_wpseo_primary_sub-category','14'),(13785,5353,'sponsored_url',''),(13786,5353,'_yoast_wpseo_content_score','60'),(13788,5353,'xyz_smap','1'),(13790,5327,'_oembed_7f53d2e29e9fd09b1aa7314314f8a44b','<iframe title=\"JC Lodge and daughter Gin Re talk new projects\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/lFusaZfgbyI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(13791,5327,'_oembed_time_7f53d2e29e9fd09b1aa7314314f8a44b','1566504708'),(13792,5360,'_wp_attached_file','2019/08/pure-party-2.jpg'),(13793,5360,'wpmf_size','190829'),(13794,5360,'wpmf_filetype','jpg'),(13795,5360,'wpmf_order','0'),(13796,5360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1296;s:4:\"file\";s:24:\"2019/08/pure-party-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"pure-party-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:24:\"pure-party-2-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"pure-party-2-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"pure-party-2-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"pure-party-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13797,5361,'_wp_attached_file','2019/08/pure-pool-party-ja.jpg'),(13798,5361,'wpmf_size','159211'),(13799,5361,'wpmf_filetype','jpg'),(13800,5361,'wpmf_order','0'),(13801,5361,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1296;s:4:\"file\";s:30:\"2019/08/pure-pool-party-ja.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"pure-pool-party-ja-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:\"pure-pool-party-ja-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"pure-pool-party-ja-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"pure-pool-party-ja-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"pure-pool-party-ja-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13802,5362,'_wp_attached_file','2019/08/pure-pool-party3.jpg'),(13803,5362,'wpmf_size','180157'),(13804,5362,'wpmf_filetype','jpg'),(13805,5362,'wpmf_order','0'),(13806,5362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;s:4:\"file\";s:28:\"2019/08/pure-pool-party3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"pure-pool-party3-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:\"pure-pool-party3-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"pure-pool-party3-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"pure-pool-party3-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"pure-pool-party3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13807,5351,'_thumbnail_id','5368'),(13808,5351,'_edit_last','13'),(13809,5351,'_yoast_wpseo_primary_out-category','25'),(13810,5351,'_yoast_wpseo_primary_location','33'),(13811,5351,'out_date','2019-08-25'),(13812,5351,'out_time','02:00 PM'),(13813,5351,'out_address','Barbican rd , Kingston, Jamaica'),(13814,5351,'out_description','You will be shuttled from a secure location for approx. 8 minutes to our hidden and vibes guaranteed location.  Food Inclusive! '),(13815,5351,'out_mapurl','https://www.google.com/maps/place/Barbican+Rd,+Kingston/@18.0307746,-76.7771621,17z/data=!3m1!4b1!4m5!3m4!1s0x8edb3e57d6b34e21:0x43b8495dc8d06b46!8m2!3d18.0307746!4d-76.7749734'),(13816,5351,'post_gallery_id','a:2:{i:0;s:4:\"5361\";i:1;s:4:\"5360\";}'),(13817,5351,'_yoast_wpseo_content_score','30'),(13818,5363,'_edit_lock','1566507934:9'),(13819,5364,'_wp_attached_file','2019/08/maxi-priest-shaggy.jpg'),(13820,5364,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1075;s:6:\"height\";i:661;s:4:\"file\";s:30:\"2019/08/maxi-priest-shaggy.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"maxi-priest-shaggy-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:\"maxi-priest-shaggy-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"maxi-priest-shaggy-768x472.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"maxi-priest-shaggy-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"maxi-priest-shaggy-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13821,5363,'_thumbnail_id','5364'),(13822,5363,'_edit_last','9'),(13823,5363,'_yoast_wpseo_primary_category','2'),(13824,5363,'_yoast_wpseo_primary_sub-category','7'),(13825,5363,'sponsored_url',''),(13826,5363,'_yoast_wpseo_content_score','90'),(13828,5363,'xyz_smap','1'),(13830,5327,'_edit_last','4'),(13831,5327,'_yoast_wpseo_primary_category','2'),(13832,5327,'_yoast_wpseo_primary_sub-category','14'),(13833,5327,'video_parent_post_id',''),(13834,5327,'_yoast_wpseo_content_score','60'),(13839,5367,'_wp_attached_file','2019/08/girl-in-swim-suit.jpeg'),(13840,5367,'wpmf_size','28989'),(13841,5367,'wpmf_filetype','jpeg'),(13842,5367,'wpmf_order','0'),(13843,5367,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:750;s:4:\"file\";s:30:\"2019/08/girl-in-swim-suit.jpeg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"girl-in-swim-suit-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:30:\"girl-in-swim-suit-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"girl-in-swim-suit-500x655.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:655;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:{}}}'),(13844,5368,'_wp_attached_file','2019/08/beautiful-bikini-body-908888.jpg'),(13845,5368,'wpmf_size','45935'),(13846,5368,'wpmf_filetype','jpg'),(13847,5368,'wpmf_order','0'),(13848,5368,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:40:\"2019/08/beautiful-bikini-body-908888.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"beautiful-bikini-body-908888-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:\"beautiful-bikini-body-908888-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:{}}}'),(13853,5369,'_edit_lock','1566508873:9'),(13854,5370,'_wp_attached_file','2019/08/major-lazer.jpg'),(13855,5370,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1079;s:6:\"height\";i:665;s:4:\"file\";s:23:\"2019/08/major-lazer.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"major-lazer-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:\"major-lazer-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"major-lazer-768x473.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"major-lazer-1024x631.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:631;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"major-lazer-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13856,5371,'_edit_lock','1566709603:13'),(13857,5369,'_thumbnail_id','5370'),(13858,5369,'_edit_last','9'),(13859,5369,'_yoast_wpseo_primary_category','2'),(13860,5369,'_yoast_wpseo_primary_sub-category','7'),(13861,5369,'sponsored_url',''),(13862,5369,'_yoast_wpseo_content_score','60'),(13864,5369,'xyz_smap','1'),(13866,5374,'_wp_attached_file','2019/08/daybreak-2019-teaser.jpg'),(13867,5374,'wpmf_size','1699251'),(13868,5374,'wpmf_filetype','jpg'),(13869,5374,'wpmf_order','0'),(13870,5374,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1321;s:6:\"height\";i:1321;s:4:\"file\";s:32:\"2019/08/daybreak-2019-teaser.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"daybreak-2019-teaser-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:\"daybreak-2019-teaser-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"daybreak-2019-teaser-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"daybreak-2019-teaser-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"daybreak-2019-teaser-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13871,5371,'_thumbnail_id','5374'),(13872,5371,'_edit_last','13'),(13873,5371,'_yoast_wpseo_primary_out-category','25'),(13874,5371,'_yoast_wpseo_primary_location','36'),(13875,5371,'out_date','2019-10-19'),(13876,5371,'out_time','08:00 AM'),(13877,5371,'out_address','Ocho Rios, St Ann, Jamaica'),(13878,5371,'out_description','Party Til  the Sun Come Up !'),(13879,5371,'out_mapurl','https://www.google.com/maps/place/Ocho+Rios/@18.4008265,-77.1174829,13z/data=!3m1!4b1!4m5!3m4!1s0x8edafdc91dfb81d5:0x24cebac16dce2c77!8m2!3d18.4073894!4d-77.1031345'),(13880,5371,'post_gallery_id','a:1:{i:0;s:4:\"5374\";}'),(13881,5371,'_yoast_wpseo_content_score','30'),(13882,5375,'_edit_lock','1566510047:9'),(13883,5376,'_wp_attached_file','2019/08/ziggy-marley.jpg'),(13884,5376,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:24:\"2019/08/ziggy-marley.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"ziggy-marley-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:\"ziggy-marley-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"ziggy-marley-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(13885,5375,'_thumbnail_id','5376'),(13886,5375,'_edit_last','9'),(13887,5375,'_yoast_wpseo_primary_category','2'),(13888,5375,'_yoast_wpseo_primary_sub-category','14'),(13889,5375,'sponsored_url',''),(13890,5375,'_yoast_wpseo_content_score','30'),(13892,5380,'_edit_lock','1566510501:9'),(13893,5381,'_wp_attached_file','2019/08/taylor-swift-20190822.jpg'),(13894,5381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:33:\"2019/08/taylor-swift-20190822.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"taylor-swift-20190822-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:\"taylor-swift-20190822-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"taylor-swift-20190822-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(13895,5375,'xyz_smap','1'),(13897,5380,'_thumbnail_id','5381'),(13898,5380,'_edit_last','9'),(13899,5380,'_yoast_wpseo_primary_category','3'),(13900,5380,'_yoast_wpseo_primary_sub-category','7'),(13901,5380,'sponsored_url',''),(13902,5380,'_yoast_wpseo_content_score','90'),(13903,5383,'_edit_lock','1566525984:4'),(13904,5384,'_edit_lock','1566518352:9'),(13905,5380,'xyz_smap','1'),(13907,5383,'_edit_last','4'),(13908,5383,'_yoast_wpseo_primary_category','4'),(13909,5383,'_yoast_wpseo_primary_sub-category','13'),(13910,5383,'sponsored_url',''),(13911,5383,'_yoast_wpseo_content_score','30'),(13912,5386,'_wp_attached_file','2019/08/Krystal-Tomlinson-Post.jpg'),(13913,5386,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:326;s:6:\"height\";i:70;s:4:\"file\";s:34:\"2019/08/Krystal-Tomlinson-Post.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Krystal-Tomlinson-Post-150x70.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Krystal-Tomlinson-Post-300x64.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:64;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:{}}}'),(13914,5384,'_oembed_828e549e3c4256df45e78073c2984034','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1eGomAneFc/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1eGomAneFc/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1eGomAneFc/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">The source of all our belly bottom deep laughs and the loving masculine energy that created our gift of light. You’re  the other half of my heart and you helped me make the second half?. I love you from the root of my longest lock to my toe point, Mo! You are all things bright and beautiful ... no joke. Thank you for sharing your wildly contagious and soul lifting energy with the world. We owe you one! ❤️❤️ #MyKing #HappyBirthday #OurEverything #XiahsDaddy</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/krystaltomlinson/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Krystal Tomlinson</a> (@krystaltomlinson) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-22T14:55:19+00:00\">Aug 22, 2019 at 7:55am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(13915,5384,'_oembed_time_828e549e3c4256df45e78073c2984034','1566517958'),(13916,5388,'_edit_lock','1566655107:4'),(13917,5384,'_oembed_768a5140ce0255df2f831c8e20c97bdd','<iframe title=\"Celebrating &#039;The King Of The Dancehall Beenie Man&#039;\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/tKi99m82hY4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(13918,5384,'_oembed_time_768a5140ce0255df2f831c8e20c97bdd','1566517958'),(13919,5390,'_wp_attached_file','2019/08/marcello-20190822.jpg'),(13920,5390,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2722;s:6:\"height\";i:2249;s:4:\"file\";s:29:\"2019/08/marcello-20190822.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"marcello-20190822-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:\"marcello-20190822-300x248.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"marcello-20190822-768x635.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:635;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"marcello-20190822-1024x846.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:846;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"marcello-20190822-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone XS Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566471204\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13921,5391,'_wp_attached_file','2019/08/marcello-B-20190822.jpg'),(13922,5391,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:852;s:4:\"file\";s:31:\"2019/08/marcello-B-20190822.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"marcello-B-20190822-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:\"marcello-B-20190822-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"marcello-B-20190822-640x655.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:655;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:{}}}'),(13923,5392,'_wp_attached_file','2019/08/marcello-20190822-1.jpg'),(13924,5392,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2722;s:6:\"height\";i:2249;s:4:\"file\";s:31:\"2019/08/marcello-20190822-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"marcello-20190822-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:\"marcello-20190822-1-300x248.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"marcello-20190822-1-768x635.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:635;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"marcello-20190822-1-1024x846.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:846;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"marcello-20190822-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone XS Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566471204\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13925,5388,'_thumbnail_id','5392'),(13926,5388,'_edit_last','4'),(13927,5388,'_yoast_wpseo_primary_category','3'),(13928,5388,'_yoast_wpseo_primary_sub-category','16'),(13929,5388,'sponsored_url',''),(13930,5388,'_yoast_wpseo_content_score','30'),(13931,5394,'_edit_lock','1566568381:11'),(13932,5395,'_wp_attached_file','2019/08/nadine-sutherland.jpg'),(13933,5395,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:723;s:6:\"height\";i:493;s:4:\"file\";s:29:\"2019/08/nadine-sutherland.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"nadine-sutherland-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:\"nadine-sutherland-300x205.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:205;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:{}}}'),(13934,5394,'_thumbnail_id','5395'),(13935,5394,'_edit_last','9'),(13936,5394,'_yoast_wpseo_primary_category','2'),(13937,5394,'_yoast_wpseo_primary_sub-category','14'),(13938,5394,'sponsored_url',''),(13939,5394,'_yoast_wpseo_content_score','60'),(13940,5398,'_edit_lock','1566517877:9'),(13941,5399,'_wp_attached_file','2019/08/shockingmurray2.jpg'),(13942,5399,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:27:\"2019/08/shockingmurray2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"shockingmurray2-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:\"shockingmurray2-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:27:\"shockingmurray2-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:28:\"shockingmurray2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"shockingmurray2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13943,5400,'_wp_attached_file','2019/08/Beenie-Man.jpg'),(13944,5400,'wpmf_size','50818'),(13945,5400,'wpmf_filetype','jpg'),(13946,5400,'wpmf_order','0'),(13947,5400,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:22:\"2019/08/Beenie-Man.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Beenie-Man-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:\"Beenie-Man-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:22:\"Beenie-Man-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:23:\"Beenie-Man-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Beenie-Man-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13948,5398,'_thumbnail_id','5399'),(13949,5398,'_edit_last','9'),(13950,5398,'_yoast_wpseo_primary_category','3'),(13951,5398,'_yoast_wpseo_primary_sub-category','14'),(13952,5398,'sponsored_url',''),(13953,5398,'_yoast_wpseo_content_score','90'),(13955,5384,'_thumbnail_id','5400'),(13956,5384,'_edit_last','9'),(13957,5384,'xyz_smap','1'),(13959,5384,'_yoast_wpseo_primary_category','2'),(13960,5384,'_yoast_wpseo_primary_sub-category','14'),(13961,5384,'sponsored_url',''),(13962,5384,'_yoast_wpseo_content_score','60'),(13967,5407,'_edit_lock','1566574815:14'),(13969,5410,'_wp_attached_file','2019/08/college-graduate-buzz-demo.jpg'),(13970,5410,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:999;s:4:\"file\";s:38:\"2019/08/college-graduate-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"college-graduate-buzz-demo-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:\"college-graduate-buzz-demo-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:38:\"college-graduate-buzz-demo-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"college-graduate-buzz-demo-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"college-graduate-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(13972,5313,'_oembed_a8a26c6ece536c4f32f523be3b56150f','<iframe title=\"JC Lodge and daughter talk new projects\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/MBiMZW5uw0I?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(13973,5313,'_oembed_time_a8a26c6ece536c4f32f523be3b56150f','1566518515'),(13975,5413,'_wp_attached_file','2019/08/leachim-semaj-buzz-demo.jpg'),(13976,5413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:960;s:4:\"file\";s:35:\"2019/08/leachim-semaj-buzz-demo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"leachim-semaj-buzz-demo-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:\"leachim-semaj-buzz-demo-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"leachim-semaj-buzz-demo-640x655.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:655;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:{}}}'),(13977,5414,'_wp_attached_file','2019/08/leachim-semaj-buzz-demo-2.jpg'),(13978,5414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:459;s:6:\"height\";i:344;s:4:\"file\";s:37:\"2019/08/leachim-semaj-buzz-demo-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"leachim-semaj-buzz-demo-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:37:\"leachim-semaj-buzz-demo-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: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:{}}}'),(13979,5407,'_thumbnail_id','5410'),(13980,5407,'_edit_last','14'),(13981,5407,'_yoast_wpseo_primary_category','4'),(13982,5407,'_yoast_wpseo_primary_sub-category','12'),(13983,5407,'sponsored_url',''),(13984,5407,'_yoast_wpseo_content_score','60'),(13985,5327,'_oembed_a8a26c6ece536c4f32f523be3b56150f','<iframe title=\"JC Lodge and daughter talk new projects\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/MBiMZW5uw0I?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(13986,5327,'_oembed_time_a8a26c6ece536c4f32f523be3b56150f','1566518909'),(13987,5417,'_wp_attached_file','2019/08/jc-lodge-and-daughter.png'),(13988,5417,'wpmf_size','1032730'),(13989,5417,'wpmf_filetype','png'),(13990,5417,'wpmf_order','0'),(13991,5417,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1045;s:6:\"height\";i:588;s:4:\"file\";s:33:\"2019/08/jc-lodge-and-daughter.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"jc-lodge-and-daughter-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:\"jc-lodge-and-daughter-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"jc-lodge-and-daughter-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"jc-lodge-and-daughter-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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:{}}}'),(13992,5327,'_thumbnail_id','5417'),(13993,5418,'_wp_attached_file','2019/08/wayne-mckenzie.jpg');
INSERT INTO `wp_postmeta` VALUES (13994,5418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2698;s:6:\"height\";i:1800;s:4:\"file\";s:26:\"2019/08/wayne-mckenzie.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"wayne-mckenzie-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:\"wayne-mckenzie-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:26:\"wayne-mckenzie-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:27:\"wayne-mckenzie-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"wayne-mckenzie-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566374717\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"175\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13995,5419,'_wp_attached_file','2019/08/scholarship.jpg'),(13996,5419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2441;s:6:\"height\";i:1908;s:4:\"file\";s:23:\"2019/08/scholarship.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"scholarship-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:\"scholarship-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"scholarship-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"scholarship-1024x800.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"scholarship-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566380421\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13997,5422,'_wp_attached_file','2019/08/scholarship2.jpg'),(13998,5422,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3880;s:6:\"height\";i:2822;s:4:\"file\";s:24:\"2019/08/scholarship2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"scholarship2-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:\"scholarship2-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"scholarship2-768x559.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"scholarship2-1024x745.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:745;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"scholarship2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566380575\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13999,5425,'_wp_attached_file','2019/08/DSC_0687.jpg'),(14000,5425,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2248;s:6:\"height\";i:1500;s:4:\"file\";s:20:\"2019/08/DSC_0687.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0687-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:\"DSC_0687-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:20:\"DSC_0687-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:21:\"DSC_0687-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0687-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566380693\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14001,5426,'_wp_attached_file','2019/08/DSC_0609.jpg'),(14002,5426,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2698;s:6:\"height\";i:1800;s:4:\"file\";s:20:\"2019/08/DSC_0609.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0609-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:\"DSC_0609-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:20:\"DSC_0609-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:21:\"DSC_0609-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0609-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566380187\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14003,5427,'_wp_attached_file','2019/08/DSC_0637.jpg'),(14004,5427,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2698;s:6:\"height\";i:1800;s:4:\"file\";s:20:\"2019/08/DSC_0637.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0637-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:\"DSC_0637-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:20:\"DSC_0637-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:21:\"DSC_0637-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0637-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566380335\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14005,5428,'_wp_attached_file','2019/08/DSC_0651.jpg'),(14006,5428,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2698;s:6:\"height\";i:1800;s:4:\"file\";s:20:\"2019/08/DSC_0651.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0651-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:\"DSC_0651-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:20:\"DSC_0651-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:21:\"DSC_0651-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0651-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566380462\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14007,5429,'_wp_attached_file','2019/08/DSC_0661.jpg'),(14008,5429,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2698;s:6:\"height\";i:1800;s:4:\"file\";s:20:\"2019/08/DSC_0661.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0661-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:\"DSC_0661-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:20:\"DSC_0661-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:21:\"DSC_0661-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0661-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566380527\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14009,5430,'_wp_attached_file','2019/08/DSC_0675.jpg'),(14010,5430,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2698;s:6:\"height\";i:1800;s:4:\"file\";s:20:\"2019/08/DSC_0675.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0675-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:\"DSC_0675-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:20:\"DSC_0675-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:21:\"DSC_0675-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0675-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566380616\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14011,5431,'_wp_attached_file','2019/08/DSC_0682.jpg'),(14012,5431,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2698;s:6:\"height\";i:1800;s:4:\"file\";s:20:\"2019/08/DSC_0682.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0682-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:\"DSC_0682-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:20:\"DSC_0682-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:21:\"DSC_0682-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0682-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566380666\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14013,5383,'_thumbnail_id','5431'),(14014,5407,'xyz_smap','1'),(14016,5383,'xyz_smap','1'),(14018,5388,'xyz_smap','1'),(14020,5394,'xyz_smap','1'),(14022,5398,'xyz_smap','1'),(14024,11,'_yst_prominent_words_version','1'),(14025,4872,'_yst_prominent_words_version','1'),(14026,5436,'_edit_lock','1566581485:13'),(14027,5436,'_yst_prominent_words_version','1'),(14028,5437,'_wp_attached_file','2019/08/site_icon_buzz.jpg'),(14029,5437,'wpmf_size','33626'),(14030,5437,'wpmf_filetype','jpg'),(14031,5437,'wpmf_order','0'),(14032,5437,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:360;s:4:\"file\";s:26:\"2019/08/site_icon_buzz.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"site_icon_buzz-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:\"site_icon_buzz-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:\"1\";s:8:\"keywords\";a:0:{}}}'),(14033,5394,'_yst_prominent_words_version','1'),(14039,5439,'_wp_attached_file','2019/08/motgage-expo-fGB-1.jpg'),(14040,5439,'wpmf_size','68770'),(14041,5439,'wpmf_filetype','jpg'),(14042,5439,'wpmf_order','0'),(14043,5439,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:30:\"2019/08/motgage-expo-fGB-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"motgage-expo-fGB-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:\"motgage-expo-fGB-1-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:30:\"motgage-expo-fGB-1-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:{}}}'),(14044,5436,'_thumbnail_id','5453'),(14045,5436,'_edit_last','13'),(14046,5436,'smpush_mute_activated','no'),(14047,5436,'_yoast_wpseo_primary_out-category',''),(14048,5436,'_yoast_wpseo_primary_location','37'),(14049,5436,'out_date','2019-08-24'),(14050,5436,'out_time','01:00 PM'),(14051,5436,'out_address','Soverign Village Portmore'),(14052,5436,'out_description','We will be hosting a LIVE Mortgage panel discussion with veterans in the field who will be breaking down the process in its simplest form'),(14053,5436,'out_mapurl','https://www.google.com/maps/place/Sovereign+Village/@17.9616447,-76.899653,17z/data=!3m1!4b1!4m5!3m4!1s0x8edb6b40d2d1018f:0x36108c65ebbb070c!8m2!3d17.9616447!4d-76.8974643'),(14054,5436,'post_gallery_id','a:1:{i:0;s:4:\"5439\";}'),(14055,5436,'_yoast_wpseo_content_score','30'),(14056,5436,'_yoast_wpseo_focuskeywords','[]'),(14057,5436,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14058,3858,'_yst_prominent_words_version','1'),(14059,3750,'_yst_prominent_words_version','1'),(14060,1829,'_yst_prominent_words_version','1'),(14061,5,'_yst_prominent_words_version','1'),(14062,1281,'_yst_prominent_words_version','1'),(14063,3706,'_yst_prominent_words_version','1'),(14064,4229,'_yst_prominent_words_version','1'),(14065,6,'_yst_prominent_words_version','1'),(14066,695,'_yst_prominent_words_version','1'),(14067,3535,'_yst_prominent_words_version','1'),(14068,4165,'_yst_prominent_words_version','1'),(14069,7,'_yst_prominent_words_version','1'),(14071,5445,'_wp_attached_file','2019/08/twitter-profile-photo-2.jpg'),(14072,5445,'wpmf_size','3273'),(14073,5445,'wpmf_filetype','jpg'),(14074,5445,'wpmf_order','0'),(14075,5445,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:35:\"2019/08/twitter-profile-photo-2.jpg\";s:5:\"sizes\";a:0:{}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:{}}}'),(14076,5446,'_wp_attached_file','2019/08/twitter-profile-photo-2-1.jpg'),(14077,5446,'wpmf_size','3273'),(14078,5446,'wpmf_filetype','jpg'),(14079,5446,'wpmf_order','0'),(14080,5446,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:37:\"2019/08/twitter-profile-photo-2-1.jpg\";s:5:\"sizes\";a:0:{}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:{}}}'),(14081,5447,'_wp_attached_file','2019/08/twitter-profile-photo-2-2.jpg'),(14082,5447,'wpmf_size','3273'),(14083,5447,'wpmf_filetype','jpg'),(14084,5447,'wpmf_order','0'),(14085,5447,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:37:\"2019/08/twitter-profile-photo-2-2.jpg\";s:5:\"sizes\";a:0:{}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:{}}}'),(14086,5446,'_wpmf_gallery_custom_image_link',''),(14087,5446,'_gallery_link_target',''),(14088,5448,'_wp_attached_file','2019/08/black-banker.jpg'),(14089,5448,'wpmf_size','7842'),(14090,5448,'wpmf_filetype','jpg'),(14091,5448,'wpmf_order','0'),(14092,5448,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:265;s:6:\"height\";i:190;s:4:\"file\";s:24:\"2019/08/black-banker.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"black-banker-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:{}}}'),(14093,5449,'_wp_attached_file','2019/08/twitter-profile-photo-2-3.jpg'),(14094,5449,'wpmf_size','3273'),(14095,5449,'wpmf_filetype','jpg'),(14096,5449,'wpmf_order','0'),(14097,5449,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:37:\"2019/08/twitter-profile-photo-2-3.jpg\";s:5:\"sizes\";a:0:{}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:{}}}'),(14098,5449,'_wpmf_gallery_custom_image_link',''),(14099,5449,'_gallery_link_target',''),(14100,5448,'_wpmf_gallery_custom_image_link',''),(14101,5448,'_gallery_link_target',''),(14102,5447,'_wpmf_gallery_custom_image_link',''),(14103,5447,'_gallery_link_target',''),(14104,5445,'_wpmf_gallery_custom_image_link',''),(14105,5445,'_gallery_link_target',''),(14106,5439,'_wpmf_gallery_custom_image_link',''),(14107,5439,'_gallery_link_target',''),(14108,5437,'_wpmf_gallery_custom_image_link',''),(14109,5437,'_gallery_link_target',''),(14110,5431,'_wpmf_gallery_custom_image_link',''),(14111,5431,'_gallery_link_target',''),(14112,5430,'_wpmf_gallery_custom_image_link',''),(14113,5430,'_gallery_link_target',''),(14114,5429,'_wpmf_gallery_custom_image_link',''),(14115,5429,'_gallery_link_target',''),(14116,5428,'_wpmf_gallery_custom_image_link',''),(14117,5428,'_gallery_link_target',''),(14118,5427,'_wpmf_gallery_custom_image_link',''),(14119,5427,'_gallery_link_target',''),(14120,5426,'_wpmf_gallery_custom_image_link',''),(14121,5426,'_gallery_link_target',''),(14122,5425,'_wpmf_gallery_custom_image_link',''),(14123,5425,'_gallery_link_target',''),(14124,5422,'_wpmf_gallery_custom_image_link',''),(14125,5422,'_gallery_link_target',''),(14126,5419,'_wpmf_gallery_custom_image_link',''),(14127,5419,'_gallery_link_target',''),(14128,5418,'_wpmf_gallery_custom_image_link',''),(14129,5418,'_gallery_link_target',''),(14130,5417,'_wpmf_gallery_custom_image_link',''),(14131,5417,'_gallery_link_target',''),(14132,5414,'_wpmf_gallery_custom_image_link',''),(14133,5414,'_gallery_link_target',''),(14134,5413,'_wpmf_gallery_custom_image_link',''),(14135,5413,'_gallery_link_target',''),(14136,5450,'_wp_attached_file','2019/08/twitter-profile-photo-2-4.jpg'),(14137,5450,'wpmf_size','3273'),(14138,5450,'wpmf_filetype','jpg'),(14139,5450,'wpmf_order','0'),(14140,5450,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:37:\"2019/08/twitter-profile-photo-2-4.jpg\";s:5:\"sizes\";a:0:{}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:{}}}'),(14141,5450,'_wpmf_gallery_custom_image_link',''),(14142,5450,'_gallery_link_target',''),(14143,5451,'_wp_attached_file','2019/08/BUZZ-Instagram-DP.jpg'),(14144,5451,'wpmf_size','23277'),(14145,5451,'wpmf_filetype','jpg'),(14146,5451,'wpmf_order','0'),(14147,5451,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:180;s:4:\"file\";s:29:\"2019/08/BUZZ-Instagram-DP.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"BUZZ-Instagram-DP-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:\"1\";s:8:\"keywords\";a:0:{}}}'),(14148,5451,'_wpmf_gallery_custom_image_link',''),(14149,5451,'_gallery_link_target',''),(14150,5452,'_wp_attached_file','2019/08/welcome-to-our-home-mortgage.jpeg'),(14151,5452,'wpmf_size','129030'),(14152,5452,'wpmf_filetype','jpeg'),(14153,5452,'wpmf_order','0'),(14154,5452,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1880;s:6:\"height\";i:1250;s:4:\"file\";s:41:\"2019/08/welcome-to-our-home-mortgage.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"welcome-to-our-home-mortgage-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:41:\"welcome-to-our-home-mortgage-300x199.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"welcome-to-our-home-mortgage-768x511.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"welcome-to-our-home-mortgage-1024x681.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"welcome-to-our-home-mortgage-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14155,5452,'_wpmf_gallery_custom_image_link',''),(14156,5452,'_gallery_link_target',''),(14157,5453,'_wp_attached_file','2019/08/mortgage.jpg'),(14158,5453,'wpmf_size','13244'),(14159,5453,'wpmf_filetype','jpg'),(14160,5453,'wpmf_order','0'),(14161,5453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:177;s:4:\"file\";s:20:\"2019/08/mortgage.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"mortgage-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:{}}}'),(14162,5455,'_edit_lock','1566589025:11'),(14163,5455,'_yst_prominent_words_version','1'),(14164,15,'_yst_prominent_words_version','1'),(14165,5456,'_edit_lock','1566583278:4'),(14166,5456,'_yst_prominent_words_version','1'),(14167,5457,'_wp_attached_file','2019/08/crashed-plane.jpg'),(14168,5457,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:955;s:6:\"height\";i:795;s:4:\"file\";s:25:\"2019/08/crashed-plane.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"crashed-plane-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:\"crashed-plane-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"crashed-plane-768x639.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:639;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"crashed-plane-955x655.jpg\";s:5:\"width\";i:955;s:6:\"height\";i:655;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:{}}}'),(14169,5458,'_edit_lock','1566603305:14'),(14171,5456,'_thumbnail_id','5457'),(14172,5456,'_edit_last','4'),(14173,5456,'xyz_smap','1'),(14174,5456,'smpush_mute_activated','no'),(14176,5456,'_yoast_wpseo_primary_category','4'),(14177,5456,'_yoast_wpseo_primary_sub-category','13'),(14178,5456,'sponsored_url',''),(14179,5456,'_yoast_wpseo_content_score','60'),(14180,5456,'_yoast_wpseo_focuskeywords','[]'),(14181,5456,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14182,5458,'_yst_prominent_words_version','1'),(14183,5460,'_wp_attached_file','2019/08/microplastics-buzz-demo.jpg'),(14184,5460,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1099;s:6:\"height\";i:728;s:4:\"file\";s:35:\"2019/08/microplastics-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"microplastics-buzz-demo-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:\"microplastics-buzz-demo-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"microplastics-buzz-demo-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"microplastics-buzz-demo-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"microplastics-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14185,5461,'_wp_attached_file','2019/08/water-buzz-demo.jpg'),(14186,5461,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:966;s:6:\"height\";i:900;s:4:\"file\";s:27:\"2019/08/water-buzz-demo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"water-buzz-demo-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:\"water-buzz-demo-300x280.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"water-buzz-demo-768x716.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:716;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"water-buzz-demo-966x655.jpg\";s:5:\"width\";i:966;s:6:\"height\";i:655;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:{}}}'),(14187,5462,'_wp_attached_file','2019/08/dr-maria-neira-who-buzz-demo.jpg'),(14188,5462,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:40:\"2019/08/dr-maria-neira-who-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"dr-maria-neira-who-buzz-demo-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:\"dr-maria-neira-who-buzz-demo-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:40:\"dr-maria-neira-who-buzz-demo-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:41:\"dr-maria-neira-who-buzz-demo-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"dr-maria-neira-who-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14189,15,'smpush_mute_activated','no'),(14190,15,'_yoast_wpseo_focuskeywords','[{\"keyword\":\"contact buzz\",\"score\":\"ok\"}]'),(14191,15,'_yoast_wpseo_keywordsynonyms','[\"\",\"\"]'),(14192,5463,'_wp_attached_file','2019/08/water-buzz-demo-2.jpg'),(14193,5463,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:988;s:4:\"file\";s:29:\"2019/08/water-buzz-demo-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"water-buzz-demo-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:29:\"water-buzz-demo-2-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"water-buzz-demo-2-768x506.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"water-buzz-demo-2-1024x674.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"water-buzz-demo-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14194,5456,'_oembed_be17436172d2f9ad2dd8ae4fb751348e','<iframe title=\"JDF Training aircraft crashes\" width=\"1333\" height=\"1000\" src=\"https://www.youtube.com/embed/Y4EwoWQ8vXk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(14195,5456,'_oembed_time_be17436172d2f9ad2dd8ae4fb751348e','1566575799'),(14197,5458,'_thumbnail_id','5460'),(14198,5458,'_edit_last','14'),(14199,5458,'xyz_smap','1'),(14200,5458,'smpush_mute_activated','no'),(14202,5458,'_yoast_wpseo_primary_category','4'),(14203,5458,'_yoast_wpseo_primary_sub-category','1534'),(14204,5458,'sponsored_url',''),(14205,5458,'_yoast_wpseo_content_score','30'),(14206,5458,'_yoast_wpseo_focuskeywords','[]'),(14207,5458,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14213,5469,'_edit_lock','1566588789:4'),(14214,5469,'_yst_prominent_words_version','1'),(14215,5469,'_edit_last','4'),(14216,5469,'smpush_mute_activated','no'),(14217,5469,'_yoast_wpseo_primary_category','4'),(14218,5469,'_yoast_wpseo_primary_sub-category','5'),(14219,5469,'sponsored_url',''),(14220,5469,'_yoast_wpseo_content_score','60'),(14221,5469,'_yoast_wpseo_focuskeywords','[]'),(14222,5469,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14223,5471,'_edit_lock','1566583853:4'),(14224,5471,'_yst_prominent_words_version','1'),(14225,5471,'_edit_last','4'),(14226,5471,'smpush_mute_activated','no'),(14227,5471,'_yoast_wpseo_primary_category','4'),(14228,5471,'_yoast_wpseo_primary_sub-category','5'),(14229,5471,'sponsored_url',''),(14230,5471,'_yoast_wpseo_content_score','60'),(14231,5471,'_yoast_wpseo_focuskeywords','[]'),(14232,5471,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14233,5473,'_wp_attached_file','2019/08/DSC_1098.jpg'),(14234,5473,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1098.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1098-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:\"DSC_1098-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:20:\"DSC_1098-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:21:\"DSC_1098-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1098-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566501079\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"360\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14235,5474,'_wp_attached_file','2019/08/DSC_0974-1.jpg'),(14236,5474,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2019/08/DSC_0974-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0974-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:22:\"DSC_0974-1-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:22:\"DSC_0974-1-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:23:\"DSC_0974-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"DSC_0974-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566501123\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"360\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:9:\"0.0003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14237,5475,'_wp_attached_file','2019/08/DSC_0938.jpg'),(14238,5475,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_0938.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0938-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:\"DSC_0938-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:20:\"DSC_0938-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:21:\"DSC_0938-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0938-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566501142\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"135\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:6:\"0.0008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14239,5476,'_wp_attached_file','2019/08/DSC_0974-2.jpg'),(14240,5476,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2019/08/DSC_0974-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_0974-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:22:\"DSC_0974-2-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:22:\"DSC_0974-2-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:23:\"DSC_0974-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"DSC_0974-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566501123\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"360\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:9:\"0.0003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14241,5477,'_wp_attached_file','2019/08/DSC_0992.jpg'),(14242,5477,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_0992.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0992-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:\"DSC_0992-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:20:\"DSC_0992-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:21:\"DSC_0992-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_0992-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566501118\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14243,5478,'_wp_attached_file','2019/08/DSC_1016.jpg'),(14244,5478,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1016.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1016-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:\"DSC_1016-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:20:\"DSC_1016-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:21:\"DSC_1016-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1016-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566501109\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"360\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14245,5479,'_wp_attached_file','2019/08/DSC_1025.jpg'),(14246,5479,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1025.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1025-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:\"DSC_1025-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:20:\"DSC_1025-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:21:\"DSC_1025-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1025-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566501106\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14247,5480,'_wp_attached_file','2019/08/DSC_1041.jpg'),(14248,5480,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1041.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1041-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:\"DSC_1041-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:20:\"DSC_1041-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:21:\"DSC_1041-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1041-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566501100\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"300\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:6:\"0.0008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14249,5481,'_wp_attached_file','2019/08/DSC_1057.jpg'),(14250,5481,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1057.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1057-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:\"DSC_1057-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:20:\"DSC_1057-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:21:\"DSC_1057-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1057-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566501094\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14251,5482,'_wp_attached_file','2019/08/DSC_1065.jpg'),(14252,5482,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1065.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1065-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:\"DSC_1065-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:20:\"DSC_1065-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:21:\"DSC_1065-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1065-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566501091\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"240\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14253,5483,'_wp_attached_file','2019/08/DSC_1072.jpg'),(14254,5483,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1072.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1072-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:\"DSC_1072-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:20:\"DSC_1072-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:21:\"DSC_1072-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1072-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566501090\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14255,5484,'_wp_attached_file','2019/08/DSC_1074-1.jpg'),(14256,5484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2019/08/DSC_1074-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_1074-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:22:\"DSC_1074-1-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:22:\"DSC_1074-1-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:23:\"DSC_1074-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"DSC_1074-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566501088\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14257,5485,'_wp_attached_file','2019/08/DSC_1080.jpg'),(14258,5485,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1080.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1080-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:\"DSC_1080-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:20:\"DSC_1080-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:21:\"DSC_1080-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1080-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566501085\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14259,5486,'_wp_attached_file','2019/08/DSC_1098-1.jpg'),(14260,5486,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2019/08/DSC_1098-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_1098-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:22:\"DSC_1098-1-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:22:\"DSC_1098-1-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:23:\"DSC_1098-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"DSC_1098-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566501079\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"360\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14261,5487,'_wp_attached_file','2019/08/DSC_1105.jpg'),(14262,5487,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1105.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1105-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:\"DSC_1105-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:20:\"DSC_1105-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:21:\"DSC_1105-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1105-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566501075\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"360\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14263,5488,'_wp_attached_file','2019/08/DSC_1113.jpg'),(14264,5488,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_1113.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1113-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:\"DSC_1113-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:20:\"DSC_1113-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:21:\"DSC_1113-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_1113-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566501070\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"175\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14265,5489,'_wp_attached_file','2019/08/fletcher-waterhouse-fc.jpg'),(14266,5489,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:34:\"2019/08/fletcher-waterhouse-fc.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"fletcher-waterhouse-fc-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:\"fletcher-waterhouse-fc-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:34:\"fletcher-waterhouse-fc-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:35:\"fletcher-waterhouse-fc-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"fletcher-waterhouse-fc-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566501103\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"250\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14267,5471,'_thumbnail_id','5476'),(14270,15,'_yoast_wpseo_meta-robots-noindex','2'),(14271,5493,'_wp_attached_file','2019/08/Lucien-Jones.jpg'),(14272,5493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:553;s:6:\"height\";i:211;s:4:\"file\";s:24:\"2019/08/Lucien-Jones.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Lucien-Jones-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:\"Lucien-Jones-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;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:{}}}'),(14274,5471,'xyz_smap','1'),(14276,5495,'_wp_attached_file','2019/08/Damian-Marley.jpg'),(14277,5495,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:25:\"2019/08/Damian-Marley.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Damian-Marley-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:\"Damian-Marley-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:25:\"Damian-Marley-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:26:\"Damian-Marley-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Damian-Marley-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14278,5497,'_wp_attached_file','2019/08/Stony-Hill.jpg'),(14279,5497,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:22:\"2019/08/Stony-Hill.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Stony-Hill-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:\"Stony-Hill-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Stony-Hill-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Stony-Hill-1000x655.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:655;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:{}}}'),(14280,5498,'_wp_attached_file','2019/08/Damian-Marley-Portrait.jpg'),(14281,5498,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:34:\"2019/08/Damian-Marley-Portrait.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Damian-Marley-Portrait-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:\"Damian-Marley-Portrait-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:{}}}'),(14282,5500,'_wp_attached_file','2019/08/Fan-Response-1.jpg'),(14283,5500,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:726;s:6:\"height\";i:558;s:4:\"file\";s:26:\"2019/08/Fan-Response-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Fan-Response-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:26:\"Fan-Response-1-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;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:{}}}'),(14284,5501,'_wp_attached_file','2019/08/Damian-Marley-1.jpg'),(14285,5501,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2019/08/Damian-Marley-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Damian-Marley-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:27:\"Damian-Marley-1-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:27:\"Damian-Marley-1-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:28:\"Damian-Marley-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Damian-Marley-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14286,5455,'_oembed_7d0caae7a77f39fb7adc5800e66c6808','<iframe title=\"Damian &quot;Jr Gong&quot; Marley - Reach Home Safe (Official Audio)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/ULf7tkm_roA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(14287,5455,'_oembed_time_7d0caae7a77f39fb7adc5800e66c6808','1566585420'),(14288,5455,'_edit_last','11'),(14289,5455,'smpush_mute_activated','no'),(14290,5455,'_yoast_wpseo_primary_category','2'),(14291,5455,'_yoast_wpseo_primary_sub-category','14'),(14292,5455,'sponsored_url',''),(14293,5455,'_yoast_wpseo_content_score','90'),(14294,5455,'_yoast_wpseo_focuskeywords','[]'),(14295,5455,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14296,5504,'_wp_attached_file','2019/08/Jr-Gong-Featured-Image.jpg'),(14297,5504,'wpmf_size','83899'),(14298,5504,'wpmf_filetype','jpg'),(14299,5504,'wpmf_order','0'),(14300,5504,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:563;s:4:\"file\";s:34:\"2019/08/Jr-Gong-Featured-Image.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Jr-Gong-Featured-Image-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:\"Jr-Gong-Featured-Image-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:34:\"Jr-Gong-Featured-Image-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:{}}}'),(14302,5455,'_thumbnail_id','5504'),(14303,5455,'xyz_smap','1'),(14306,5507,'_wp_attached_file','2019/08/dutchman4.jpg'),(14307,5507,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:21:\"2019/08/dutchman4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"dutchman4-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:\"dutchman4-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"dutchman4-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"dutchman4-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"dutchman4-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565540631\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14308,5508,'_wp_attached_file','2019/08/dutchman2.jpg'),(14309,5508,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:21:\"2019/08/dutchman2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"dutchman2-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:\"dutchman2-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"dutchman2-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"dutchman2-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"dutchman2-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1544968294\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14310,5509,'_wp_attached_file','2019/08/dutchman.jpg'),(14311,5509,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:20:\"2019/08/dutchman.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dutchman-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:\"dutchman-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"dutchman-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dutchman-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"dutchman-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1555256226\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"145\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14312,5510,'_wp_attached_file','2019/08/dutchman3.jpg'),(14313,5510,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:21:\"2019/08/dutchman3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"dutchman3-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:\"dutchman3-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"dutchman3-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"dutchman3-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"dutchman3-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(14314,5513,'_wp_attached_file','2019/08/dutchman3-1.jpg'),(14315,5513,'wpmf_size','311121'),(14316,5513,'wpmf_filetype','jpg'),(14317,5513,'wpmf_order','0'),(14318,5513,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1023;s:6:\"height\";i:619;s:4:\"file\";s:23:\"2019/08/dutchman3-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"dutchman3-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:\"dutchman3-1-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:23:\"dutchman3-1-768x465.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:465;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:{}}}'),(14319,5469,'_thumbnail_id','5513'),(14321,5469,'xyz_smap','1'),(14323,5518,'_edit_lock','1566608162:11'),(14324,5518,'_yst_prominent_words_version','1'),(14325,5519,'_wp_attached_file','2019/08/ResizeArtboard-10Pilot.jpg'),(14326,5519,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:34:\"2019/08/ResizeArtboard-10Pilot.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"ResizeArtboard-10Pilot-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:\"ResizeArtboard-10Pilot-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"ResizeArtboard-10Pilot-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"ResizeArtboard-10Pilot-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"ResizeArtboard-10Pilot-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14327,5520,'_wp_attached_file','2019/08/Chef-Peter-B-1.jpg'),(14328,5520,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:26:\"2019/08/Chef-Peter-B-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Chef-Peter-B-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:26:\"Chef-Peter-B-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Chef-Peter-B-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Chef-Peter-B-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Chef-Peter-B-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14329,14,'_yst_prominent_words_version','1'),(14330,5521,'_wp_attached_file','2019/08/RiRi-at-Crop-Over-2019.jpg'),(14331,5521,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:449;s:4:\"file\";s:34:\"2019/08/RiRi-at-Crop-Over-2019.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"RiRi-at-Crop-Over-2019-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:\"RiRi-at-Crop-Over-2019-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"RiRi-at-Crop-Over-2019-768x431.jpg\";s:5:\"width\";i:768;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:{}}}'),(14332,5522,'_wp_attached_file','2019/08/Nicki-Minaj.jpg'),(14333,5522,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:634;s:6:\"height\";i:415;s:4:\"file\";s:23:\"2019/08/Nicki-Minaj.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Nicki-Minaj-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:\"Nicki-Minaj-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;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:{}}}'),(14334,5523,'_wp_attached_file','2019/08/DJ-Grandmaster-Flash.png'),(14335,5523,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:605;s:6:\"height\";i:448;s:4:\"file\";s:32:\"2019/08/DJ-Grandmaster-Flash.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"DJ-Grandmaster-Flash-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:\"DJ-Grandmaster-Flash-300x222.png\";s:5:\"width\";i:300;s:6:\"height\";i:222;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:{}}}'),(14336,5524,'_wp_attached_file','2019/08/Heather-Headley.jpg'),(14337,5524,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:630;s:6:\"height\";i:383;s:4:\"file\";s:27:\"2019/08/Heather-Headley.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Heather-Headley-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:\"Heather-Headley-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:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1340575892\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14338,5525,'_wp_attached_file','2019/08/Lorraine-Toussaint.jpg'),(14339,5525,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:575;s:4:\"file\";s:30:\"2019/08/Lorraine-Toussaint.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Lorraine-Toussaint-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:\"Lorraine-Toussaint-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Lorraine-Toussaint-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Lorraine-Toussaint-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;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:{}}}'),(14340,4872,'smpush_mute_activated','no'),(14341,4872,'_yoast_wpseo_focuskeywords','[]'),(14342,4872,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14347,5529,'_wp_attached_file','2019/08/Winston-Duke.jpeg'),(14348,5529,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:770;s:6:\"height\";i:433;s:4:\"file\";s:25:\"2019/08/Winston-Duke.jpeg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Winston-Duke-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:25:\"Winston-Duke-300x169.jpeg\";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:25:\"Winston-Duke-768x432.jpeg\";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:{}}}'),(14352,5530,'_edit_lock','1566608400:4'),(14353,5530,'_yst_prominent_words_version','1'),(14354,5530,'_edit_last','4'),(14355,5530,'smpush_mute_activated','no'),(14356,5530,'_yoast_wpseo_primary_category','4'),(14357,5530,'_yoast_wpseo_primary_sub-category','13'),(14358,5530,'sponsored_url',''),(14359,5530,'_yoast_wpseo_content_score','30'),(14360,5530,'_yoast_wpseo_focuskeywords','[]'),(14361,5530,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14366,5534,'_wp_attached_file','2019/08/Doug_E._Fresh.jpg'),(14367,5534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:680;s:4:\"file\";s:25:\"2019/08/Doug_E._Fresh.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Doug_E._Fresh-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:\"Doug_E._Fresh-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Doug_E._Fresh-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Doug_E._Fresh-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Doug_E._Fresh-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D90\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1283108170\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"125\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14368,5535,'_wp_attached_file','2019/08/CCH-Pounder.jpg'),(14369,5535,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:421;s:4:\"file\";s:23:\"2019/08/CCH-Pounder.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"CCH-Pounder-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:\"CCH-Pounder-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:3:\"CBS\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:207:\"CCH Pounder as Dr. Loretta Wade on the CBS drama NCIS: New Orleans, premiering Tuesday, Sept. 23, 2014 on the CBS Television Network.  Photo: Cliff Lipson/CBS  2014 CBS Broadcasting, Inc. All Rights Reserved\";s:17:\"created_timestamp\";s:10:\"1393612633\";s:9:\"copyright\";s:55:\"ÃÂ©2014 CBS Broadcasting, Inc. All Rights Reserved\";s:12:\"focal_length\";s:3:\"140\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:31:\"CCH Pounder as Dr. Loretta Wade\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:7:\"GALLERY\";}}}'),(14370,5537,'_wp_attached_file','2019/08/Ptarick-Ewing.jpg'),(14371,5537,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:618;s:6:\"height\";i:410;s:4:\"file\";s:25:\"2019/08/Ptarick-Ewing.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Ptarick-Ewing-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:\"Ptarick-Ewing-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: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:{}}}'),(14372,5538,'_wp_attached_file','2019/08/Grace-Jones.jpg'),(14373,5538,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1439;s:4:\"file\";s:23:\"2019/08/Grace-Jones.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Grace-Jones-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:\"Grace-Jones-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:23:\"Grace-Jones-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Grace-Jones-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Grace-Jones-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14376,5541,'_wp_attached_file','2019/08/jdf-helicopter-crash.png'),(14377,5541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1057;s:6:\"height\";i:572;s:4:\"file\";s:32:\"2019/08/jdf-helicopter-crash.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"jdf-helicopter-crash-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:\"jdf-helicopter-crash-300x162.png\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"jdf-helicopter-crash-768x416.png\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"jdf-helicopter-crash-1024x554.png\";s:5:\"width\";i:1024;s:6:\"height\";i:554;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:{}}}'),(14378,5518,'_edit_last','11'),(14379,5518,'smpush_mute_activated','no'),(14380,5518,'_yoast_wpseo_primary_category','2'),(14381,5518,'_yoast_wpseo_primary_sub-category','16'),(14382,5518,'sponsored_url',''),(14386,5518,'_yoast_wpseo_content_score','30'),(14387,5518,'_yoast_wpseo_focuskeywords','[]'),(14388,5518,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14389,5518,'_thumbnail_id','5529'),(14390,5545,'_wp_attached_file','2019/08/Nicki-Minaj-1.jpg'),(14391,5545,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:634;s:6:\"height\";i:395;s:4:\"file\";s:25:\"2019/08/Nicki-Minaj-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Nicki-Minaj-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:25:\"Nicki-Minaj-1-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;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:{}}}'),(14393,5518,'xyz_smap','1'),(14397,5551,'_edit_lock','1568146283:14'),(14398,5551,'_yst_prominent_words_version','1'),(14399,5554,'_wp_attached_file','2019/08/Donald-Trump.jpg'),(14400,5554,'wpmf_size','143319'),(14401,5554,'wpmf_filetype','jpg'),(14402,5554,'wpmf_order','0'),(14403,5554,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:907;s:4:\"file\";s:24:\"2019/08/Donald-Trump.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Donald-Trump-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:\"Donald-Trump-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Donald-Trump-768x484.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Donald-Trump-1024x645.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Donald-Trump-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14404,5551,'_edit_last','14'),(14405,5551,'smpush_mute_activated','no'),(14406,5551,'_yoast_wpseo_primary_category','4'),(14407,5551,'_yoast_wpseo_primary_sub-category','6'),(14408,5551,'sponsored_url',''),(14409,5551,'_yoast_wpseo_content_score','30'),(14410,5551,'_yoast_wpseo_focuskeywords','[]'),(14411,5551,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14412,5557,'_edit_lock','1566654783:9'),(14413,5557,'_yst_prominent_words_version','1'),(14414,5558,'_wp_attached_file','2019/08/lamar-harris-buzz-demo.jpg'),(14415,5558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:1200;s:4:\"file\";s:34:\"2019/08/lamar-harris-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"lamar-harris-buzz-demo-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:\"lamar-harris-buzz-demo-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"lamar-harris-buzz-demo-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"lamar-harris-buzz-demo-684x1024.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"lamar-harris-buzz-demo-801x655.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:655;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:{}}}'),(14416,5559,'_wp_attached_file','2019/08/BTS-Instagram-Post.jpg'),(14417,5559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:881;s:6:\"height\";i:745;s:4:\"file\";s:30:\"2019/08/BTS-Instagram-Post.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"BTS-Instagram-Post-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:\"BTS-Instagram-Post-300x254.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:254;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"BTS-Instagram-Post-768x649.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:649;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"BTS-Instagram-Post-881x655.jpg\";s:5:\"width\";i:881;s:6:\"height\";i:655;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:{}}}'),(14418,5560,'_wp_attached_file','2019/08/donald-trump-buzz-demo.jpg'),(14419,5560,'wpmf_size','59282'),(14420,5560,'wpmf_filetype','jpg'),(14421,5560,'wpmf_order','0'),(14422,5561,'_wp_attached_file','2019/08/Demarco.jpg'),(14423,5561,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:504;s:6:\"height\";i:332;s:4:\"file\";s:19:\"2019/08/Demarco.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Demarco-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:\"Demarco-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;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:{}}}'),(14424,5557,'_oembed_a16f6ecefe36cf89bd9e79cba5f9e551','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">? A new song called &quot;Private Loving&quot; has been registered on BMI. The song is written by Rihanna and Demarco (Jamaican dancehall/reggae artist) <a href=\"https://twitter.com/hashtag/R9?src=hash&amp;ref_src=twsrc%5Etfw\">#R9</a> <a href=\"https://t.co/b9rr6bndc5\">pic.twitter.com/b9rr6bndc5</a></p>&mdash; Rihanna News (@Rihanna2) <a href=\"https://twitter.com/Rihanna2/status/1162760864971276289?ref_src=twsrc%5Etfw\">August 17, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(14425,5557,'_oembed_time_a16f6ecefe36cf89bd9e79cba5f9e551','1566602673'),(14426,5566,'_wp_attached_file','2019/08/Screenshot-of-Tweet.jpg'),(14427,5566,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:246;s:6:\"height\";i:467;s:4:\"file\";s:31:\"2019/08/Screenshot-of-Tweet.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Screenshot-of-Tweet-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:\"Screenshot-of-Tweet-158x300.jpg\";s:5:\"width\";i:158;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:{}}}'),(14428,5567,'_wp_attached_file','2019/08/american-airlines-crash.jpg'),(14429,5567,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:35:\"2019/08/american-airlines-crash.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"american-airlines-crash-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:\"american-airlines-crash-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:35:\"american-airlines-crash-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"american-airlines-crash-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"american-airlines-crash-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:7:\"DSC-T70\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1261564124\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.9\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:3:\"0.2\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14430,5569,'_wp_attached_file','2019/08/lamar-harris-buzz-demo-2.png'),(14431,5569,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:528;s:6:\"height\";i:719;s:4:\"file\";s:36:\"2019/08/lamar-harris-buzz-demo-2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"lamar-harris-buzz-demo-2-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:36:\"lamar-harris-buzz-demo-2-220x300.png\";s:5:\"width\";i:220;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"lamar-harris-buzz-demo-2-528x655.png\";s:5:\"width\";i:528;s:6:\"height\";i:655;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:{}}}'),(14432,5570,'_wp_attached_file','2019/08/donald-trump-buzz-demo-1.jpg'),(14433,5570,'wpmf_size','141667'),(14434,5570,'wpmf_filetype','jpg'),(14435,5570,'wpmf_order','0'),(14436,5570,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:719;s:4:\"file\";s:36:\"2019/08/donald-trump-buzz-demo-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"donald-trump-buzz-demo-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:36:\"donald-trump-buzz-demo-1-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:36:\"donald-trump-buzz-demo-1-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"donald-trump-buzz-demo-1-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"donald-trump-buzz-demo-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14437,5572,'_wp_attached_file','2019/08/nyse-stock-market-buzz-demo.jpg'),(14438,5572,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:39:\"2019/08/nyse-stock-market-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"nyse-stock-market-buzz-demo-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:\"nyse-stock-market-buzz-demo-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:39:\"nyse-stock-market-buzz-demo-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:40:\"nyse-stock-market-buzz-demo-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"nyse-stock-market-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14440,5551,'_thumbnail_id','5570'),(14441,5551,'xyz_smap','1'),(14445,5576,'_wp_attached_file','2019/08/Rihanna-variety.jpg'),(14446,5576,'wpmf_size','61727'),(14447,5576,'wpmf_filetype','jpg'),(14448,5576,'wpmf_order','0'),(14449,5576,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:563;s:4:\"file\";s:27:\"2019/08/Rihanna-variety.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Rihanna-variety-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:\"Rihanna-variety-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:27:\"Rihanna-variety-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:{}}}'),(14452,5557,'_thumbnail_id','5576'),(14453,5579,'_wp_attached_file','2019/08/plane-crash-greenwich-town-.jpg'),(14454,5579,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:805;s:6:\"height\";i:450;s:4:\"file\";s:39:\"2019/08/plane-crash-greenwich-town-.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"plane-crash-greenwich-town--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:\"plane-crash-greenwich-town--300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"plane-crash-greenwich-town--768x429.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:429;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:{}}}'),(14455,5582,'_edit_lock','1566828769:14'),(14456,5582,'_yst_prominent_words_version','1'),(14457,5583,'_wp_attached_file','2019/08/boris-johnson-macron-buzz-2.jpg'),(14458,5583,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:953;s:4:\"file\";s:39:\"2019/08/boris-johnson-macron-buzz-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"boris-johnson-macron-buzz-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:39:\"boris-johnson-macron-buzz-2-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"boris-johnson-macron-buzz-2-768x488.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"boris-johnson-macron-buzz-2-1024x651.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"boris-johnson-macron-buzz-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14460,5584,'_wp_attached_file','2019/08/boris-johnson-angela-merkel-buzz-demo.jpg'),(14461,5584,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:570;s:4:\"file\";s:49:\"2019/08/boris-johnson-angela-merkel-buzz-demo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"boris-johnson-angela-merkel-buzz-demo-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:\"boris-johnson-angela-merkel-buzz-demo-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"boris-johnson-angela-merkel-buzz-demo-768x456.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:2:\"AP\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:347:\"Germany\'s Chancellor Angela Merkel and British Prime Minister Boris Johnson attend a joint press conference, in Berlin, Wednesday, Aug. 21, 2019. German Chancellor Angela Merkel says she plans to discuss with UK Prime Minister Boris Johnson how Britain\'s exit from the European Union can be \"as frictionless as possible.\" (Kay Nietfeld/dpa via AP)\";s:17:\"created_timestamp\";s:10:\"1566406704\";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:22:\"Germany Britain Brexit\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14462,5585,'_wp_attached_file','2019/08/boris-johnson-macron-buzz-demo.jpeg'),(14463,5585,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:666;s:4:\"file\";s:43:\"2019/08/boris-johnson-macron-buzz-demo.jpeg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"boris-johnson-macron-buzz-demo-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:43:\"boris-johnson-macron-buzz-demo-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:43:\"boris-johnson-macron-buzz-demo-768x511.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"boris-johnson-macron-buzz-demo-1000x655.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:655;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:{}}}'),(14464,5530,'_thumbnail_id','5567'),(14465,571,'_yst_prominent_words_version','1'),(14466,5587,'_wp_attached_file','2019/08/Tip-Jar.jpg'),(14467,5587,'wpmf_size','1758075'),(14468,5587,'wpmf_filetype','jpg'),(14469,5587,'wpmf_order','0'),(14470,5587,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:2836;s:4:\"file\";s:19:\"2019/08/Tip-Jar.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Tip-Jar-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:\"Tip-Jar-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Tip-Jar-768x540.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Tip-Jar-1024x720.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Tip-Jar-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14472,571,'smpush_mute_activated','no'),(14474,571,'_yoast_wpseo_primary_category','3'),(14475,571,'_yoast_wpseo_primary_sub-category','6'),(14476,571,'_yoast_wpseo_content_score','30'),(14477,571,'_yoast_wpseo_focuskeywords','[]'),(14478,571,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14479,5582,'_oembed_ce681ec3799e570892e87bc57481e1e0','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Feet on the table!  Mr Johnson is an ill-mannered slob and a disgrace to our country <a href=\"https://twitter.com/hashtag/BorisJohnson?src=hash&amp;ref_src=twsrc%5Etfw\">#BorisJohnson</a> <a href=\"https://t.co/eO4TryPXiA\">pic.twitter.com/eO4TryPXiA</a></p>&mdash; Cllr. Andy Furlong (@andy4pcc) <a href=\"https://twitter.com/andy4pcc/status/1164926045373513729?ref_src=twsrc%5Etfw\">August 23, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(14480,5582,'_oembed_time_ce681ec3799e570892e87bc57481e1e0','1566605546'),(14481,5582,'_oembed_04e2f40e9ee11eeb92640da02b004eb6','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Rude and embarrassing. Imagine if Macron put his foot on the table at Buckingham Palace <a href=\"https://t.co/tv67iA5rpM\">https://t.co/tv67iA5rpM</a></p>&mdash; Sonia Purnell (@soniapurnell) <a href=\"https://twitter.com/soniapurnell/status/1164546796816875521?ref_src=twsrc%5Etfw\">August 22, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(14482,5582,'_oembed_time_04e2f40e9ee11eeb92640da02b004eb6','1566605897'),(14483,5582,'_oembed_d95b378c3af6453852ab5e08ca5a3eba','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Manspreading inside the Elysee. That should win Manu round. <a href=\"https://t.co/oIay8wf0wO\">pic.twitter.com/oIay8wf0wO</a></p>&mdash; Tom Newton Dunn (@tnewtondunn) <a href=\"https://twitter.com/tnewtondunn/status/1164543707741401089?ref_src=twsrc%5Etfw\">August 22, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(14484,5582,'_oembed_time_d95b378c3af6453852ab5e08ca5a3eba','1566605897'),(14485,5582,'_edit_last','14'),(14486,5582,'smpush_mute_activated','no'),(14487,5582,'_yoast_wpseo_primary_category','4'),(14488,5582,'_yoast_wpseo_primary_sub-category','15'),(14489,5582,'sponsored_url',''),(14490,5582,'_yoast_wpseo_content_score','30'),(14491,5582,'_yoast_wpseo_focuskeywords','[]'),(14492,5582,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14497,5582,'_thumbnail_id','5585'),(14503,5602,'_edit_lock','1566607432:15'),(14504,5602,'_yst_prominent_words_version','1'),(14505,5604,'_wp_attached_file','2019/08/arsenal.jpg'),(14506,5604,'wpmf_size','55815'),(14507,5604,'wpmf_filetype','jpg'),(14508,5604,'wpmf_order','0'),(14509,5604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:556;s:6:\"height\";i:559;s:4:\"file\";s:19:\"2019/08/arsenal.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"arsenal-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:\"arsenal-298x300.jpg\";s:5:\"width\";i:298;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:{}}}'),(14510,5606,'_wp_attached_file','2019/08/Chelsea.png'),(14511,5606,'wpmf_size','13208'),(14512,5606,'wpmf_filetype','png'),(14513,5606,'wpmf_order','0'),(14514,5606,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:19:\"2019/08/Chelsea.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Chelsea-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(14515,5607,'_wp_attached_file','2019/08/image1-3.jpeg'),(14516,5607,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:21:\"2019/08/image1-3.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"image1-3-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:21:\"image1-3-300x225.jpeg\";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:21:\"image1-3-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"image1-3-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"image1-3-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14517,5608,'_wp_attached_file','2019/08/Liverpool-logo.png'),(14518,5608,'wpmf_size','488265'),(14519,5608,'wpmf_filetype','png'),(14520,5608,'wpmf_order','0'),(14521,5608,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3840;s:6:\"height\";i:2160;s:4:\"file\";s:26:\"2019/08/Liverpool-logo.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Liverpool-logo-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:26:\"Liverpool-logo-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Liverpool-logo-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Liverpool-logo-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Liverpool-logo-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14522,5609,'_wp_attached_file','2019/08/tottenham.png'),(14523,5609,'wpmf_size','15325'),(14524,5609,'wpmf_filetype','png'),(14525,5609,'wpmf_order','0'),(14526,5609,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2019/08/tottenham.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"tottenham-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(14527,5610,'_wp_attached_file','2019/08/image4.jpeg'),(14528,5610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:1280;s:4:\"file\";s:19:\"2019/08/image4.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image4-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:\"image4-225x300.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"image4-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"image4-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image4-960x655.jpeg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(14538,5613,'_wp_attached_file','2019/08/image1-2.jpeg'),(14539,5613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:21:\"2019/08/image1-2.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"image1-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:21:\"image1-2-300x225.jpeg\";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:21:\"image1-2-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"image1-2-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"image1-2-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14540,5614,'_wp_attached_file','2019/08/image3.jpeg'),(14541,5614,'wpmf_size','196554'),(14542,5614,'wpmf_filetype','jpeg'),(14543,5614,'wpmf_order','0'),(14544,5614,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:19:\"2019/08/image3.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image3-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:\"image3-300x225.jpeg\";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:19:\"image3-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"image3-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"image3-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14545,5615,'_wp_attached_file','2019/08/image2.jpeg'),(14546,5615,'wpmf_size','143854'),(14547,5615,'wpmf_filetype','jpeg'),(14548,5615,'wpmf_order','0'),(14549,5615,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1032;s:6:\"height\";i:774;s:4:\"file\";s:19:\"2019/08/image2.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image2-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:\"image2-300x225.jpeg\";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:19:\"image2-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"image2-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"image2-1032x655.jpeg\";s:5:\"width\";i:1032;s:6:\"height\";i:655;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:{}}}'),(14550,5602,'_edit_last','15'),(14551,5602,'smpush_mute_activated','no'),(14552,5602,'_yoast_wpseo_primary_category','3'),(14553,5602,'_yoast_wpseo_primary_sub-category','5'),(14554,5602,'sponsored_url',''),(14555,5602,'_yoast_wpseo_content_score','30'),(14556,5602,'_yoast_wpseo_focuskeywords','[]'),(14557,5602,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14559,5602,'xyz_smap','1'),(14561,5618,'_edit_lock','1566620222:9'),(14562,5618,'_yst_prominent_words_version','1'),(14563,5621,'_wp_attached_file','2019/08/heineken-demo-buzz.jpg'),(14564,5621,'wpmf_size','375868'),(14565,5621,'wpmf_filetype','jpg'),(14566,5621,'wpmf_order','0'),(14567,5621,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1261;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2019/08/heineken-demo-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"heineken-demo-buzz-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:\"heineken-demo-buzz-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"heineken-demo-buzz-768x487.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"heineken-demo-buzz-1024x650.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"heineken-demo-buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14568,5622,'_wp_attached_file','2019/08/bow-tie-buzz-demo.jpg'),(14569,5622,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:4:\"file\";s:29:\"2019/08/bow-tie-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"bow-tie-buzz-demo-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:\"bow-tie-buzz-demo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"bow-tie-buzz-demo-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"bow-tie-buzz-demo-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"bow-tie-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14570,5623,'_wp_attached_file','2019/08/heineken-demo-buzz-1.jpg'),(14571,5623,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1261;s:6:\"height\";i:800;s:4:\"file\";s:32:\"2019/08/heineken-demo-buzz-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"heineken-demo-buzz-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:32:\"heineken-demo-buzz-1-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"heineken-demo-buzz-1-768x487.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"heineken-demo-buzz-1-1024x650.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"heineken-demo-buzz-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14574,5627,'_wp_attached_file','2019/08/bow-tie-man-dressed-buzz.jpeg'),(14575,5627,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:740;s:4:\"file\";s:37:\"2019/08/bow-tie-man-dressed-buzz.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"bow-tie-man-dressed-buzz-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:37:\"bow-tie-man-dressed-buzz-300x148.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"bow-tie-man-dressed-buzz-768x379.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"bow-tie-man-dressed-buzz-1024x505.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"bow-tie-man-dressed-buzz-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14576,5618,'_thumbnail_id','5621'),(14577,5618,'_edit_last','9'),(14578,5618,'smpush_mute_activated','no'),(14579,5618,'_yoast_wpseo_primary_category','2'),(14580,5618,'_yoast_wpseo_primary_sub-category','1534'),(14581,5618,'sponsored_url',''),(14582,5618,'_yoast_wpseo_content_score','90'),(14583,5618,'_yoast_wpseo_focuskeywords','[]'),(14584,5618,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14588,5530,'xyz_smap','1'),(14597,5634,'_edit_lock','1566614711:9'),(14598,5634,'_yst_prominent_words_version','1'),(14599,5635,'_wp_attached_file','2019/08/tarrus-riley-A.jpg'),(14600,5635,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:684;s:4:\"file\";s:26:\"2019/08/tarrus-riley-A.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"tarrus-riley-A-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:\"tarrus-riley-A-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:26:\"tarrus-riley-A-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"tarrus-riley-A-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"tarrus-riley-A-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(14601,5634,'_thumbnail_id','5635'),(14602,5634,'_oembed_2c0c800f462d139bb0ebefa63307ffdc','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1cPPPwna3w/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1cPPPwna3w/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1cPPPwna3w/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">?Should we Bring the B.L.E.M. sessions on the road?And Where Should we Go 1st?.Talk to me  #UpCloseLiveinLivingColorMusicalMoment #SingySingyIZYareUkiddingme #BLEMEpOutNowAllPlatforms</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/tarrusrileyja/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Tarrus Riley</a> (@tarrusrileyja) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-21T21:32:35+00:00\">Aug 21, 2019 at 2:32pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(14603,5634,'_oembed_time_2c0c800f462d139bb0ebefa63307ffdc','1566614678'),(14604,5634,'_edit_last','9'),(14605,5634,'smpush_mute_activated','no'),(14606,5634,'_yoast_wpseo_primary_category','2'),(14607,5634,'_yoast_wpseo_primary_sub-category','7'),(14608,5634,'sponsored_url',''),(14609,5634,'_yoast_wpseo_content_score','60'),(14610,5634,'_yoast_wpseo_focuskeywords','[]'),(14611,5634,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14612,5638,'_edit_lock','1566779557:11'),(14613,5638,'_yst_prominent_words_version','1'),(14614,5639,'_wp_attached_file','2019/08/delroy-chuck-20190823.jpg'),(14615,5639,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1402;s:4:\"file\";s:33:\"2019/08/delroy-chuck-20190823.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"delroy-chuck-20190823-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:\"delroy-chuck-20190823-300x205.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"delroy-chuck-20190823-768x526.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:526;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"delroy-chuck-20190823-1024x701.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:701;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"delroy-chuck-20190823-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14616,5638,'_thumbnail_id','5639'),(14617,5638,'_edit_last','11'),(14618,5638,'smpush_mute_activated','no'),(14619,5638,'_yoast_wpseo_primary_category','4'),(14620,5638,'_yoast_wpseo_primary_sub-category',''),(14621,5638,'sponsored_url',''),(14622,5638,'_yoast_wpseo_content_score','60'),(14623,5638,'_yoast_wpseo_focuskeywords','[]'),(14624,5638,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14625,5641,'_edit_lock','1566615885:9'),(14626,5641,'_yst_prominent_words_version','1'),(14627,5642,'_wp_attached_file','2019/08/rolling-stones.jpg'),(14628,5642,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:26:\"2019/08/rolling-stones.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"rolling-stones-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:\"rolling-stones-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"rolling-stones-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(14629,5388,'_yst_prominent_words_version','1'),(14631,5388,'smpush_mute_activated','no'),(14633,5388,'_yoast_wpseo_focuskeywords','[]'),(14634,5388,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14635,5641,'_thumbnail_id','5642'),(14636,5641,'_edit_last','9'),(14637,5641,'smpush_mute_activated','no'),(14638,5641,'_yoast_wpseo_primary_category','4'),(14639,5641,'_yoast_wpseo_primary_sub-category','16'),(14640,5641,'sponsored_url',''),(14641,5641,'_yoast_wpseo_content_score','30'),(14642,5641,'_yoast_wpseo_focuskeywords','[]'),(14643,5641,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14644,5645,'_edit_lock','1566618947:9'),(14645,5645,'_yst_prominent_words_version','1'),(14646,5646,'_wp_attached_file','2019/08/Christina-Milian-20190823.jpg'),(14647,5646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:37:\"2019/08/Christina-Milian-20190823.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Christina-Milian-20190823-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:\"Christina-Milian-20190823-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Christina-Milian-20190823-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:11:\"Splash News\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:335:\"Christina Milian at PLT Shape X Stassie Launch Party in Hollywood\r<P>\rPictured: Christina Milian\r<B>Ref: SPL1477562  120417  </B><BR />\rPicture by: Splash News<BR />\r</P><P>\r<B>Splash News and Pictures</B><BR />\rLos Angeles:	310-821-2666<BR />\rNew York:	212-619-2666<BR />\rLondon:	870-934-2666<BR />\rphotodesk@splashnews.com<BR />\r</P>\";s:17:\"created_timestamp\";s:10:\"1492057147\";s:9:\"copyright\";s:21:\"© www.splashnews.com\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:65:\"Christina Milian at PLT Shape X Stassie Launch Party in Hollywood\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:64:\"Christina Milian at PLT Shape X Stassie Launch Party in Hollywoo\";}}}'),(14648,5645,'_thumbnail_id','5646'),(14649,5645,'_edit_last','9'),(14650,5645,'smpush_mute_activated','no'),(14651,5645,'_yoast_wpseo_primary_category','3'),(14652,5645,'_yoast_wpseo_primary_sub-category','11'),(14653,5645,'sponsored_url',''),(14654,5645,'_yoast_wpseo_content_score','90'),(14655,5645,'_yoast_wpseo_focuskeywords','[]'),(14656,5645,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14657,5649,'_edit_lock','1566674651:4'),(14658,5649,'_yst_prominent_words_version','1'),(14659,5650,'_wp_attached_file','2019/08/Wake-Bake-Cafe-B-20190823.jpg'),(14660,5650,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1344;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2019/08/Wake-Bake-Cafe-B-20190823.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Wake-Bake-Cafe-B-20190823-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:\"Wake-Bake-Cafe-B-20190823-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:\"Wake-Bake-Cafe-B-20190823-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Wake-Bake-Cafe-B-20190823-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Wake-Bake-Cafe-B-20190823-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563032581\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14661,5651,'_wp_attached_file','2019/08/Wake-Bake-Cafe-A-20190823.jpg'),(14662,5651,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:907;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2019/08/Wake-Bake-Cafe-A-20190823.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Wake-Bake-Cafe-A-20190823-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:\"Wake-Bake-Cafe-A-20190823-300x298.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Wake-Bake-Cafe-A-20190823-768x762.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:762;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Wake-Bake-Cafe-A-20190823-907x655.jpg\";s:5:\"width\";i:907;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563025342\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14663,5652,'_wp_attached_file','2019/08/Wake-Bake-Cafe-C-20190823.jpg'),(14664,5652,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1344;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2019/08/Wake-Bake-Cafe-C-20190823.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Wake-Bake-Cafe-C-20190823-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:\"Wake-Bake-Cafe-C-20190823-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:\"Wake-Bake-Cafe-C-20190823-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Wake-Bake-Cafe-C-20190823-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Wake-Bake-Cafe-C-20190823-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563032430\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14665,5649,'_thumbnail_id','5650'),(14666,5649,'_edit_last','4'),(14667,5649,'smpush_mute_activated','no'),(14668,5649,'_yoast_wpseo_primary_category','3'),(14669,5649,'_yoast_wpseo_primary_sub-category','1534'),(14670,5649,'sponsored_url',''),(14671,5649,'_yoast_wpseo_content_score','60'),(14672,5649,'_yoast_wpseo_focuskeywords','[]'),(14673,5649,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14675,5655,'_edit_lock','1566619680:9'),(14676,5655,'_yst_prominent_words_version','1'),(14677,5656,'_wp_attached_file','2019/08/meryl-streep.jpg'),(14678,5656,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:24:\"2019/08/meryl-streep.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"meryl-streep-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:\"meryl-streep-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"meryl-streep-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:9:\"JW/Famous\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:279:\"Meryl Streep attends the \'Mary Poppins Returns\' - European Premiere at the Royal Albert Hall  in London, England. 12th December 2018. -  - BANG MEDIA INTERNATIONAL FAMOUS PICTURES 28 HOLMES ROAD LONDON NW5 3AB UNITED KINGDOM tel +44 (0) 02 7485 1005 email: pictures@famous.uk.com\";s:17:\"created_timestamp\";s:10:\"1544638973\";s:9:\"copyright\";s:2:\"JW\";s:12:\"focal_length\";s:2:\"95\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:14:\"NORESTRICTIONS\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14679,5655,'_thumbnail_id','5656'),(14680,5655,'_edit_last','9'),(14681,5655,'smpush_mute_activated','no'),(14682,5655,'_yoast_wpseo_primary_category','4'),(14683,5655,'_yoast_wpseo_primary_sub-category','6'),(14684,5655,'sponsored_url',''),(14685,5655,'_yoast_wpseo_content_score','60'),(14686,5655,'_yoast_wpseo_focuskeywords','[]'),(14687,5655,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14688,5658,'_edit_lock','1566620082:9'),(14689,5658,'_yst_prominent_words_version','1'),(14690,5659,'_wp_attached_file','2019/08/fayval-williams-1.jpg'),(14691,5659,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1392;s:4:\"file\";s:29:\"2019/08/fayval-williams-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"fayval-williams-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:29:\"fayval-williams-1-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"fayval-williams-1-768x522.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"fayval-williams-1-1024x696.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"fayval-williams-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14692,5658,'_thumbnail_id','5659'),(14693,5658,'_edit_last','9'),(14694,5658,'smpush_mute_activated','no'),(14695,5658,'_yoast_wpseo_primary_category','4'),(14696,5658,'_yoast_wpseo_primary_sub-category','881'),(14697,5658,'sponsored_url',''),(14698,5658,'_yoast_wpseo_content_score','60'),(14699,5658,'_yoast_wpseo_focuskeywords','[]'),(14700,5658,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14701,5662,'_edit_lock','1566683218:4'),(14702,5662,'_yst_prominent_words_version','1'),(14703,5663,'_wp_attached_file','2019/08/IMG_0982.jpg'),(14704,5663,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4789;s:6:\"height\";i:3302;s:4:\"file\";s:20:\"2019/08/IMG_0982.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0982-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:\"IMG_0982-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0982-768x530.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0982-1024x706.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:706;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_0982-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566497619\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14705,5664,'_wp_attached_file','2019/08/IMG_0992.jpg'),(14706,5664,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:20:\"2019/08/IMG_0992.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0992-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:\"IMG_0992-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:20:\"IMG_0992-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:21:\"IMG_0992-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_0992-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566497740\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14707,5665,'_wp_attached_file','2019/08/IMG_0994.jpg'),(14708,5665,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5002;s:6:\"height\";i:3335;s:4:\"file\";s:20:\"2019/08/IMG_0994.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0994-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:\"IMG_0994-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:20:\"IMG_0994-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:21:\"IMG_0994-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_0994-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566497893\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14709,5666,'_wp_attached_file','2019/08/IMG_0991.jpg'),(14710,5666,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:20:\"2019/08/IMG_0991.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0991-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:\"IMG_0991-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:20:\"IMG_0991-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:21:\"IMG_0991-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_0991-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566497693\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"25\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14711,5662,'_thumbnail_id','5663'),(14712,5662,'_edit_last','4'),(14713,5662,'smpush_mute_activated','no'),(14714,5662,'_yoast_wpseo_primary_category','2'),(14715,5662,'_yoast_wpseo_primary_sub-category','1534'),(14716,5662,'sponsored_url',''),(14717,5662,'_yoast_wpseo_content_score','30'),(14718,5662,'_yoast_wpseo_focuskeywords','[]'),(14719,5662,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14720,5668,'_edit_lock','1566621699:9'),(14721,5668,'_yst_prominent_words_version','1'),(14722,5669,'_wp_attached_file','2019/08/Kirsten-Dunst.jpg'),(14723,5669,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:25:\"2019/08/Kirsten-Dunst.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Kirsten-Dunst-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:\"Kirsten-Dunst-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Kirsten-Dunst-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:17:\"Xinhua/Avalon.red\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:187:\"(170905) -- VENICE, Sept. 5, 2017 () -- Actress Kirsten Dunst attends the premiere of the movie \"Woodshock\" at the 74th Venice Film Festival in Venice, Italy, Sept. 4, 2017. (/Jin Yu)(yy)\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:39:\"Xinhua/Avalon.red. All rights reserved.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:47:\"ITALY-VENICE-FILM FESTIVAL-\"WOODSHOCK\"-PREMIERE\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:8:{i:0;s:2:\"we\";i:1;s:10:\"05.09.2017\";i:2;s:6:\"303752\";i:3;s:11:\"B950_303752\";i:4;s:4:\"B950\";i:5;s:33:\"XxjpbeE000191_20170905_TPPFN0A001\";i:6;s:17:\"ZB950_303752_0085\";i:7;s:24:\"VENICE_ZB950_303752_0085\";}}}'),(14724,5668,'_thumbnail_id','5669'),(14725,5668,'_edit_last','9'),(14726,5668,'smpush_mute_activated','no'),(14727,5668,'_yoast_wpseo_primary_category','3'),(14728,5668,'_yoast_wpseo_primary_sub-category','9'),(14729,5668,'sponsored_url',''),(14730,5668,'_yoast_wpseo_content_score','90'),(14731,5668,'_yoast_wpseo_focuskeywords','[]'),(14732,5668,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14734,5557,'_edit_last','9'),(14735,5557,'xyz_smap','1'),(14736,5557,'smpush_mute_activated','no'),(14738,5557,'_yoast_wpseo_primary_category','2'),(14739,5557,'_yoast_wpseo_primary_sub-category','14'),(14740,5557,'sponsored_url',''),(14741,5557,'_yoast_wpseo_content_score','30'),(14742,5557,'_yoast_wpseo_focuskeywords','[]'),(14743,5557,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14744,5582,'xyz_smap','1'),(14746,5672,'_edit_lock','1566827841:14'),(14747,5672,'_yst_prominent_words_version','1'),(14748,5673,'_wp_attached_file','2019/08/linton-kwesi-johnson-buzz-demo.jpg'),(14749,5673,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:42:\"2019/08/linton-kwesi-johnson-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"linton-kwesi-johnson-buzz-demo-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:42:\"linton-kwesi-johnson-buzz-demo-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:42:\"linton-kwesi-johnson-buzz-demo-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:43:\"linton-kwesi-johnson-buzz-demo-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"linton-kwesi-johnson-buzz-demo-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:\"1537064352\";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:{}}}'),(14750,5674,'_wp_attached_file','2019/08/lkj-dub-poet-music.jpg'),(14751,5674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:436;s:6:\"height\";i:436;s:4:\"file\";s:30:\"2019/08/lkj-dub-poet-music.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"lkj-dub-poet-music-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:\"lkj-dub-poet-music-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:{}}}'),(14752,5675,'_wp_attached_file','2019/08/linton-kwesi-johnson-buzz-demo-2.jpg'),(14753,5675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:44:\"2019/08/linton-kwesi-johnson-buzz-demo-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"linton-kwesi-johnson-buzz-demo-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:44:\"linton-kwesi-johnson-buzz-demo-2-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:44:\"linton-kwesi-johnson-buzz-demo-2-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:45:\"linton-kwesi-johnson-buzz-demo-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"linton-kwesi-johnson-buzz-demo-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14754,5676,'_wp_attached_file','2019/08/lkj-published-work-by-penguin-classics-demo.jpg'),(14755,5676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:1280;s:4:\"file\";s:55:\"2019/08/lkj-published-work-by-penguin-classics-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"lkj-published-work-by-penguin-classics-demo-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:55:\"lkj-published-work-by-penguin-classics-demo-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"lkj-published-work-by-penguin-classics-demo-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"lkj-published-work-by-penguin-classics-demo-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"lkj-published-work-by-penguin-classics-demo-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(14756,5618,'xyz_smap','1'),(14758,5672,'_thumbnail_id','5673'),(14759,5672,'_oembed_ec6575c3c622653be2ffe7b18c72e11f','<iframe title=\"Linton Kwesi Johnson - Inglan Is A Bitch\" width=\"1333\" height=\"1000\" src=\"https://www.youtube.com/embed/Zq9OpJYck7Y?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(14760,5672,'_oembed_time_ec6575c3c622653be2ffe7b18c72e11f','1566648043'),(14761,5672,'_edit_last','14'),(14762,5672,'smpush_mute_activated','no'),(14763,5672,'_yoast_wpseo_primary_category','3'),(14764,5672,'_yoast_wpseo_primary_sub-category','13'),(14765,5672,'sponsored_url',''),(14766,5672,'_yoast_wpseo_content_score','30'),(14767,5672,'_yoast_wpseo_focuskeywords','[]'),(14768,5672,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14769,5638,'xyz_smap','1'),(14771,5672,'xyz_smap','1'),(14773,5641,'xyz_smap','1'),(14775,5634,'xyz_smap','1'),(14777,5645,'xyz_smap','1'),(14779,5649,'xyz_smap','1'),(14781,5655,'xyz_smap','1'),(14783,5680,'_edit_lock','1566692088:9'),(14784,5680,'_yst_prominent_words_version','1'),(14785,5681,'_wp_attached_file','2019/08/obama-headphones-.jpg'),(14786,5681,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1000;s:4:\"file\";s:29:\"2019/08/obama-headphones-.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"obama-headphones--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:\"obama-headphones--300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"obama-headphones--768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"obama-headphones--1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"obama-headphones--1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14788,5680,'_thumbnail_id','5071'),(14789,5680,'_edit_last','9'),(14790,5680,'xyz_smap','1'),(14791,5680,'smpush_mute_activated','no'),(14793,5680,'_yoast_wpseo_primary_category','2'),(14794,5680,'_yoast_wpseo_primary_sub-category','7'),(14795,5680,'sponsored_url',''),(14796,5680,'_yoast_wpseo_content_score','30'),(14797,5680,'_yoast_wpseo_focuskeywords','[]'),(14798,5680,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14799,5683,'_wp_attached_file','2019/08/obama-playlist.png'),(14800,5683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:1520;s:4:\"file\";s:26:\"2019/08/obama-playlist.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"obama-playlist-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:26:\"obama-playlist-142x300.png\";s:5:\"width\";i:142;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"obama-playlist-485x1024.png\";s:5:\"width\";i:485;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"obama-playlist-720x655.png\";s:5:\"width\";i:720;s:6:\"height\";i:655;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:{}}}'),(14809,5687,'_edit_lock','1566675683:4'),(14810,5687,'_yst_prominent_words_version','1'),(14811,5688,'_wp_attached_file','2019/08/robert-downey-jr.jpg'),(14812,5688,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:28:\"2019/08/robert-downey-jr.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"robert-downey-jr-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:\"robert-downey-jr-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"robert-downey-jr-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:24:\"Jen Lowery / Splash News\";s:6:\"camera\";s:20:\"Canon EOS-1D Mark IV\";s:7:\"caption\";s:414:\"Red carpet arrivals at the World Premiere of \'Spider-Man: Homecoming\', held at the TCL Chinese Theater in Hollywood, California.\r\r\r<P>\rPictured: Robert Downey Jr.\r<B>Ref: SPL1529607  280617  </B><BR />\rPicture by: Jen Lowery / Splash News<BR />\r</P><P>\r<B>Splash News and Pictures</B><BR />\rLos Angeles:	310-821-2666<BR />\rNew York:	212-619-2666<BR />\rLondon:	870-934-2666<BR />\rphotodesk@splashnews.com<BR />\r</P>\";s:17:\"created_timestamp\";s:10:\"1498673839\";s:9:\"copyright\";s:21:\"© www.splashnews.com\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:74:\"Celebrities at World Premiere of \'Spider-Man: Homecoming\' in Hollywood, CA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14814,5687,'_thumbnail_id','5688'),(14815,5687,'_edit_last','4'),(14816,5687,'xyz_smap','1'),(14817,5687,'smpush_mute_activated','no'),(14819,5687,'_yoast_wpseo_primary_category','4'),(14820,5687,'_yoast_wpseo_primary_sub-category','14'),(14821,5687,'sponsored_url',''),(14822,5687,'_yoast_wpseo_content_score','60'),(14823,5687,'_yoast_wpseo_focuskeywords','[]'),(14824,5687,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14825,5658,'xyz_smap','1'),(14827,5662,'xyz_smap','1'),(14831,5692,'_edit_lock','1566687948:4'),(14832,5692,'_yst_prominent_words_version','1'),(14833,5693,'_wp_attached_file','2019/08/Ewan-McGregor.jpg'),(14834,5693,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:25:\"2019/08/Ewan-McGregor.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Ewan-McGregor-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:\"Ewan-McGregor-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Ewan-McGregor-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:13:\"FAM012/FAMOUS\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:259:\"Ewan McGregor at the \'Beauty &amp; The Beast\' premiere  in New York City.  \r13 MARCH 2017 BANG MEDIA INTERNATIONAL FAMOUS PICTURES 28 HOLMES ROAD LONDON NW5 3AB UNITED KINGDOM tel +44 (0) 20 7485 1005 e-mail pictures@famous.uk.com www.famous.uk.com\rDARA000880\";s:17:\"created_timestamp\";s:10:\"1489426879\";s:9:\"copyright\";s:13:\"FAM012/FAMOUS\";s:12:\"focal_length\";s:2:\"58\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:15:\"NO RESTRICTIONS\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14835,5668,'xyz_smap','1'),(14837,5694,'_wp_attached_file','2019/08/Ewan-McGregor2.jpg'),(14838,5694,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2019/08/Ewan-McGregor2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Ewan-McGregor2-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:\"Ewan-McGregor2-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;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:{}}}'),(14839,5692,'_edit_last','4'),(14840,5692,'smpush_mute_activated','no'),(14841,5692,'_yoast_wpseo_primary_category','2'),(14842,5692,'_yoast_wpseo_primary_sub-category','14'),(14843,5692,'sponsored_url',''),(14844,5692,'_yoast_wpseo_content_score','30'),(14845,5692,'_yoast_wpseo_focuskeywords','[]'),(14846,5692,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14856,5692,'xyz_smap','1'),(14858,5698,'_wp_attached_file','2019/08/Ewan-McGregor2-1.jpg'),(14859,5698,'wpmf_size','25879'),(14860,5698,'wpmf_filetype','jpg'),(14861,5698,'wpmf_order','0'),(14862,5698,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:452;s:6:\"height\";i:302;s:4:\"file\";s:28:\"2019/08/Ewan-McGregor2-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Ewan-McGregor2-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:28:\"Ewan-McGregor2-1-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:\"1\";s:8:\"keywords\";a:0:{}}}'),(14864,5692,'_thumbnail_id','5698'),(14866,5699,'_edit_lock','1566779530:11'),(14867,5699,'_yst_prominent_words_version','1'),(14868,5700,'_wp_attached_file','2019/08/tropical-storm-dorian-.jpg'),(14869,5700,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:997;s:6:\"height\";i:824;s:4:\"file\";s:34:\"2019/08/tropical-storm-dorian-.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"tropical-storm-dorian--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:\"tropical-storm-dorian--300x248.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"tropical-storm-dorian--768x635.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:635;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"tropical-storm-dorian--997x655.jpg\";s:5:\"width\";i:997;s:6:\"height\";i:655;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:{}}}'),(14870,5701,'_edit_lock','1566689807:9'),(14871,5701,'_yst_prominent_words_version','1'),(14872,5701,'_oembed_e9e2351f303f3526211df9f97d7cfc4a','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1gt7iTn7ig/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1gt7iTn7ig/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1gt7iTn7ig/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">I was the first Jamaican artist to appear on Good morning Britain ?? this morning @gmb Thanks again for having me, I tried to behave myself but I had to cool it down ? They asked for it so ??‍♀️ This is how the interview ended with  @bignarstie</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/spiceofficial/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Grace Hamilton</a> (@spiceofficial) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-23T15:20:45+00:00\">Aug 23, 2019 at 8:20am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(14873,5701,'_oembed_time_e9e2351f303f3526211df9f97d7cfc4a','1566689672'),(14874,5701,'_thumbnail_id','2239'),(14875,5701,'_edit_last','9'),(14876,5701,'smpush_mute_activated','no'),(14877,5701,'_yoast_wpseo_primary_category','2'),(14878,5701,'_yoast_wpseo_primary_sub-category','14'),(14879,5701,'sponsored_url',''),(14880,5701,'_yoast_wpseo_content_score','30'),(14881,5701,'_yoast_wpseo_focuskeywords','[]'),(14882,5701,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14884,5701,'xyz_smap','1'),(14887,5699,'_thumbnail_id','5700'),(14888,5699,'_edit_last','11'),(14889,5699,'xyz_smap','1'),(14890,5699,'smpush_mute_activated','no'),(14892,5699,'_yoast_wpseo_primary_category','4'),(14893,5699,'_yoast_wpseo_primary_sub-category',''),(14894,5699,'sponsored_url',''),(14895,5699,'_yoast_wpseo_content_score','60'),(14896,5699,'_yoast_wpseo_focuskeywords','[]'),(14897,5699,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14900,5706,'_edit_lock','1566738740:11'),(14901,5706,'_yst_prominent_words_version','1'),(14902,5707,'_wp_attached_file','2019/08/WhatsApp-Image-2019-08-23-at-4.14.01-PM.jpeg'),(14903,5707,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1242;s:6:\"height\";i:661;s:4:\"file\";s:52:\"2019/08/WhatsApp-Image-2019-08-23-at-4.14.01-PM.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2019-08-23-at-4.14.01-PM-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:52:\"WhatsApp-Image-2019-08-23-at-4.14.01-PM-300x160.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2019-08-23-at-4.14.01-PM-768x409.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:409;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-08-23-at-4.14.01-PM-1024x545.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2019-08-23-at-4.14.01-PM-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14904,5706,'_thumbnail_id','5707'),(14905,5706,'_edit_last','4'),(14906,5706,'smpush_mute_activated','no'),(14907,5706,'_yoast_wpseo_primary_category','3'),(14908,5706,'_yoast_wpseo_primary_sub-category','881'),(14909,5706,'sponsored_url',''),(14910,5706,'_yoast_wpseo_content_score','30'),(14911,5706,'_yoast_wpseo_focuskeywords','[]'),(14912,5706,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14914,5706,'xyz_smap','1'),(14918,5371,'_yst_prominent_words_version','1'),(14919,5371,'smpush_mute_activated','no'),(14920,5371,'_yoast_wpseo_focuskeywords','[]'),(14921,5371,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14925,5711,'_edit_lock','1566742003:11'),(14926,5711,'_yst_prominent_words_version','1'),(14927,5712,'_wp_attached_file','2019/08/YUH_1233.jpg'),(14928,5712,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5900;s:6:\"height\";i:3566;s:4:\"file\";s:20:\"2019/08/YUH_1233.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"YUH_1233-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:\"YUH_1233-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"YUH_1233-768x464.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"YUH_1233-1024x619.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:619;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"YUH_1233-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14929,5713,'_wp_attached_file','2019/08/YUH_0723.jpg'),(14930,5713,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5993;s:6:\"height\";i:3889;s:4:\"file\";s:20:\"2019/08/YUH_0723.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"YUH_0723-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:\"YUH_0723-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"YUH_0723-768x498.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"YUH_0723-1024x664.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"YUH_0723-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14931,5714,'_wp_attached_file','2019/08/YUH_0457.jpg'),(14932,5714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5949;s:6:\"height\";i:3611;s:4:\"file\";s:20:\"2019/08/YUH_0457.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"YUH_0457-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:\"YUH_0457-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:20:\"YUH_0457-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:21:\"YUH_0457-1024x622.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:622;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"YUH_0457-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14933,5715,'_wp_attached_file','2019/08/YUH_0623.jpg'),(14934,5715,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6003;s:6:\"height\";i:3759;s:4:\"file\";s:20:\"2019/08/YUH_0623.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"YUH_0623-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:\"YUH_0623-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:20:\"YUH_0623-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:21:\"YUH_0623-1024x641.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"YUH_0623-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14941,5711,'_thumbnail_id','5715'),(14942,5711,'_edit_last','11'),(14943,5711,'xyz_smap','1'),(14944,5711,'smpush_mute_activated','no'),(14946,5711,'_yoast_wpseo_primary_category','3'),(14947,5711,'_yoast_wpseo_primary_sub-category','12'),(14948,5711,'sponsored_img',''),(14949,5711,'sponsored_url',''),(14950,5711,'_yoast_wpseo_focuskw','co-working'),(14951,5711,'_yoast_wpseo_linkdex','45'),(14952,5711,'_yoast_wpseo_content_score','60'),(14953,5711,'_yoast_wpseo_focuskeywords','[]'),(14954,5711,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14956,5718,'_edit_lock','1566779518:11'),(14957,5718,'_yst_prominent_words_version','1'),(14958,5719,'_wp_attached_file','2019/08/Checklist-1.jpg'),(14959,5719,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4635;s:6:\"height\";i:3090;s:4:\"file\";s:23:\"2019/08/Checklist-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Checklist-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:\"Checklist-1-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:23:\"Checklist-1-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:24:\"Checklist-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Checklist-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14962,5721,'_wp_attached_file','2019/08/Digital-checklist.png'),(14963,5721,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1114;s:4:\"file\";s:29:\"2019/08/Digital-checklist.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Digital-checklist-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:29:\"Digital-checklist-300x223.png\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Digital-checklist-768x570.png\";s:5:\"width\";i:768;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Digital-checklist-1024x760.png\";s:5:\"width\";i:1024;s:6:\"height\";i:760;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Digital-checklist-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14964,5722,'_wp_attached_file','2019/08/workflow-1.png'),(14965,5722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:881;s:4:\"file\";s:22:\"2019/08/workflow-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"workflow-1-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:22:\"workflow-1-300x206.png\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"workflow-1-768x529.png\";s:5:\"width\";i:768;s:6:\"height\";i:529;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"workflow-1-1024x705.png\";s:5:\"width\";i:1024;s:6:\"height\";i:705;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"workflow-1-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14966,5723,'_wp_attached_file','2019/08/Acieving-Goals.jpg'),(14967,5723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2508;s:6:\"height\";i:1672;s:4:\"file\";s:26:\"2019/08/Acieving-Goals.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Acieving-Goals-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:\"Acieving-Goals-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:26:\"Acieving-Goals-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:27:\"Acieving-Goals-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Acieving-Goals-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14968,5724,'_wp_attached_file','2019/08/cake-chocolate-chocolate-cake-132694.jpg'),(14969,5724,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2340;s:6:\"height\";i:1561;s:4:\"file\";s:48:\"2019/08/cake-chocolate-chocolate-cake-132694.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"cake-chocolate-chocolate-cake-132694-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:48:\"cake-chocolate-chocolate-cake-132694-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:48:\"cake-chocolate-chocolate-cake-132694-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:49:\"cake-chocolate-chocolate-cake-132694-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"cake-chocolate-chocolate-cake-132694-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14970,5725,'_wp_attached_file','2019/08/team-checklist.jpg'),(14971,5725,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5472;s:6:\"height\";i:3648;s:4:\"file\";s:26:\"2019/08/team-checklist.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"team-checklist-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:\"team-checklist-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:26:\"team-checklist-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:27:\"team-checklist-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"team-checklist-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14972,5726,'_wp_attached_file','2019/08/teamwork.jpg'),(14973,5726,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5000;s:6:\"height\";i:2868;s:4:\"file\";s:20:\"2019/08/teamwork.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"teamwork-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:\"teamwork-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"teamwork-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"teamwork-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"teamwork-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14974,5727,'_wp_attached_file','2019/08/playlist.jpg'),(14975,5727,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4288;s:6:\"height\";i:2848;s:4:\"file\";s:20:\"2019/08/playlist.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"playlist-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:\"playlist-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"playlist-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"playlist-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"playlist-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14979,5718,'_thumbnail_id','5723'),(14980,5718,'_edit_last','11'),(14981,5718,'xyz_smap','1'),(14982,5718,'smpush_mute_activated','no'),(14984,5718,'_yoast_wpseo_primary_category','3'),(14985,5718,'_yoast_wpseo_primary_sub-category',''),(14986,5718,'sponsored_url',''),(14987,5718,'_yoast_wpseo_content_score','30'),(14988,5718,'_yoast_wpseo_focuskeywords','[]'),(14989,5718,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(14990,5730,'_edit_lock','1566754180:11'),(14991,5730,'_yst_prominent_words_version','1'),(14992,5731,'_wp_attached_file','2019/08/Embarrassed.png'),(14993,5731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2220;s:6:\"height\";i:1248;s:4:\"file\";s:23:\"2019/08/Embarrassed.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Embarrassed-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:23:\"Embarrassed-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Embarrassed-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Embarrassed-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Embarrassed-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(14994,5732,'_wp_attached_file','2019/08/ball-cheers-crowd-59884.jpg'),(14995,5732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3996;s:6:\"height\";i:3197;s:4:\"file\";s:35:\"2019/08/ball-cheers-crowd-59884.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"ball-cheers-crowd-59884-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:\"ball-cheers-crowd-59884-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"ball-cheers-crowd-59884-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"ball-cheers-crowd-59884-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"ball-cheers-crowd-59884-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1566734929\";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:{}}}'),(14996,5733,'_wp_attached_file','2019/08/office-party.jpg'),(14997,5733,'wpmf_size','623798'),(14998,5733,'wpmf_filetype','jpg'),(14999,5733,'wpmf_order','0'),(15000,5733,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1254;s:6:\"height\";i:836;s:4:\"file\";s:24:\"2019/08/office-party.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"office-party-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:\"office-party-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:24:\"office-party-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:25:\"office-party-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"office-party-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:41:\"Group of friends at office birthday party\";s:17:\"created_timestamp\";s:10:\"1466698148\";s:9:\"copyright\";s:15:\"Martin Dimitrov\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:28:\"Birthday party in the office\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:52:{i:0;s:15:\"African Descent\";i:1;s:7:\"Student\";i:2;s:11:\"Hand Raised\";i:3;s:16:\"Social Gathering\";i:4;s:11:\"Beer Bottle\";i:5;s:11:\"Young Women\";i:6;s:7:\"Females\";i:7;s:3:\"Men\";i:8;s:5:\"Males\";i:9;s:15:\"Group Of People\";i:10;s:16:\"Breaking the Ice\";i:11;s:12:\"Office Party\";i:12;s:11:\"Celebration\";i:13;s:17:\"Facial Expression\";i:14;s:9:\"Screaming\";i:15;s:8:\"Confetti\";i:16;s:11:\"20-29 Years\";i:17;s:11:\"Young Adult\";i:18;s:7:\"Smiling\";i:19;s:11:\"Arms Raised\";i:20;s:8:\"Shouting\";i:21;s:10:\"Picking Up\";i:22;s:3:\"Fun\";i:23;s:19:\"Caucasian Ethnicity\";i:24;s:17:\"Mixed Race Person\";i:25;s:18:\"Multi-Ethnic Group\";i:26;s:7:\"Meeting\";i:27;s:8:\"Teamwork\";i:28;s:11:\"Partnership\";i:29;s:3:\"Joy\";i:30;s:9:\"Enjoyment\";i:31;s:9:\"Happiness\";i:32;s:8:\"Surprise\";i:33;s:10:\"Friendship\";i:34;s:9:\"Vacations\";i:35;s:10:\"Lifestyles\";i:36;s:8:\"Cheerful\";i:37;s:16:\"Positive Emotion\";i:38;s:13:\"Office Worker\";i:39;s:6:\"People\";i:40;s:13:\"Home Interior\";i:41;s:6:\"Office\";i:42;s:10:\"Graduation\";i:43;s:8:\"Birthday\";i:44;s:20:\"Party - Social Event\";i:45;s:17:\"Celebration Event\";i:46;s:14:\"Beer - Alcohol\";i:47;s:7:\"Alcohol\";i:48;s:4:\"Team\";i:49;s:7:\"Hipster\";i:50;s:7:\"Alcohol\";i:51;s:9:\"Colleague\";}}}'),(15001,5734,'_wp_attached_file','2019/08/alcohol-bar-champagne-16408.jpg'),(15002,5734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1728;s:6:\"height\";i:1152;s:4:\"file\";s:39:\"2019/08/alcohol-bar-champagne-16408.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"alcohol-bar-champagne-16408-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:\"alcohol-bar-champagne-16408-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:39:\"alcohol-bar-champagne-16408-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:40:\"alcohol-bar-champagne-16408-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"alcohol-bar-champagne-16408-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(15004,5730,'_thumbnail_id','5733'),(15005,5730,'_edit_last','11'),(15006,5730,'xyz_smap','1'),(15007,5730,'smpush_mute_activated','no'),(15009,5730,'_yoast_wpseo_primary_category','3'),(15010,5730,'_yoast_wpseo_primary_sub-category','12'),(15011,5730,'sponsored_url',''),(15012,5730,'_yoast_wpseo_content_score','90'),(15013,5730,'_yoast_wpseo_focuskeywords','[]'),(15014,5730,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15015,5736,'_edit_lock','1566767090:11'),(15016,5736,'_yst_prominent_words_version','1'),(15017,5737,'_wp_attached_file','2019/08/Empty-road.jpg'),(15018,5737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1811;s:6:\"height\";i:1358;s:4:\"file\";s:22:\"2019/08/Empty-road.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Empty-road-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:\"Empty-road-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:22:\"Empty-road-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Empty-road-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Empty-road-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1566747377\";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:{}}}'),(15019,5738,'_wp_attached_file','2019/08/traffic.jpg'),(15020,5738,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6016;s:6:\"height\";i:4000;s:4:\"file\";s:19:\"2019/08/traffic.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"traffic-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:\"traffic-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"traffic-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"traffic-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"traffic-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(15021,5739,'_wp_attached_file','2019/08/podcast.jpg'),(15022,5739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:759;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2019/08/podcast.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"podcast-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:\"podcast-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;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:{}}}'),(15023,5740,'_wp_attached_file','2019/08/outstretched-arm-fwd-1-.jpg'),(15024,5740,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:645;s:6:\"height\";i:365;s:4:\"file\";s:35:\"2019/08/outstretched-arm-fwd-1-.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"outstretched-arm-fwd-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:35:\"outstretched-arm-fwd-1--300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;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:{}}}'),(15025,5741,'_wp_attached_file','2019/08/singing-in-car.jpg'),(15026,5741,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:852;s:6:\"height\";i:480;s:4:\"file\";s:26:\"2019/08/singing-in-car.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"singing-in-car-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:\"singing-in-car-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:26:\"singing-in-car-768x433.jpg\";s:5:\"width\";i:768;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: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:{}}}'),(15027,5742,'_wp_attached_file','2019/08/Audible-Car-Ride.jpg'),(15028,5742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:433;s:4:\"file\";s:28:\"2019/08/Audible-Car-Ride.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Audible-Car-Ride-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:\"Audible-Car-Ride-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"NX30\";s:7:\"caption\";s:11:\"SAMSUNG CSC\";s:17:\"created_timestamp\";s:10:\"1464351093\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:11:\"SAMSUNG CSC\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15029,5743,'_wp_attached_file','2019/08/hands-free.jpg'),(15030,5743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:287;s:6:\"height\";i:176;s:4:\"file\";s:22:\"2019/08/hands-free.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"hands-free-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:{}}}'),(15032,5736,'_thumbnail_id','5741'),(15033,5736,'_edit_last','11'),(15034,5736,'xyz_smap','1'),(15035,5736,'smpush_mute_activated','no'),(15037,5736,'_yoast_wpseo_primary_category','3'),(15038,5736,'_yoast_wpseo_primary_sub-category','11'),(15039,5736,'sponsored_url',''),(15040,5736,'_yoast_wpseo_content_score','90'),(15041,5736,'_yoast_wpseo_focuskeywords','[]'),(15042,5736,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15043,5745,'_edit_lock','1566788417:4'),(15044,5745,'_yst_prominent_words_version','1'),(15045,5746,'_wp_attached_file','2019/08/Best-Time.jpg'),(15046,5746,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2000;s:4:\"file\";s:21:\"2019/08/Best-Time.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Best-Time-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:\"Best-Time-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:21:\"Best-Time-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:22:\"Best-Time-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Best-Time-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(15047,5747,'_wp_attached_file','2019/08/perfect.jpg'),(15048,5747,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:19:\"2019/08/perfect.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"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:19:\"perfect-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:19:\"perfect-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"perfect-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"perfect-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(15049,5748,'_wp_attached_file','2019/08/Talking-In-Office.jpg'),(15050,5748,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:326;s:4:\"file\";s:29:\"2019/08/Talking-In-Office.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Talking-In-Office-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:\"Talking-In-Office-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;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:{}}}'),(15051,5749,'_wp_attached_file','2019/08/desk-guy-man-7060.jpg'),(15052,5749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5616;s:6:\"height\";i:3744;s:4:\"file\";s:29:\"2019/08/desk-guy-man-7060.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"desk-guy-man-7060-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:\"desk-guy-man-7060-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:29:\"desk-guy-man-7060-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:30:\"desk-guy-man-7060-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"desk-guy-man-7060-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(15054,5745,'_thumbnail_id','5712'),(15055,5745,'_edit_last','4'),(15056,5745,'xyz_smap','1'),(15057,5745,'smpush_mute_activated','no'),(15059,5745,'_yoast_wpseo_primary_category','3'),(15060,5745,'_yoast_wpseo_primary_sub-category','12'),(15061,5745,'sponsored_url',''),(15062,5745,'_yoast_wpseo_content_score','30'),(15063,5745,'_yoast_wpseo_focuskeywords','[]'),(15064,5745,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15065,5751,'_edit_lock','1566772292:11'),(15066,5751,'_yst_prominent_words_version','1'),(15067,5752,'_wp_attached_file','2019/08/Drake.png'),(15068,5752,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:283;s:6:\"height\";i:178;s:4:\"file\";s:17:\"2019/08/Drake.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Drake-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(15069,5753,'_wp_attached_file','2019/08/Popcaan.jpg'),(15070,5753,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:841;s:6:\"height\";i:601;s:4:\"file\";s:19:\"2019/08/Popcaan.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Popcaan-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:\"Popcaan-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Popcaan-768x549.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:549;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:{}}}'),(15071,5754,'_wp_attached_file','2019/08/Popcaan-Profile.jpg'),(15072,5754,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1548;s:6:\"height\";i:1024;s:4:\"file\";s:27:\"2019/08/Popcaan-Profile.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Popcaan-Profile-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:\"Popcaan-Profile-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Popcaan-Profile-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Popcaan-Profile-1024x677.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Popcaan-Profile-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(15073,5751,'_oembed_8c9c57e2783da34aaeb61d485e6deb75','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BwE2YK3l1kc/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BwE2YK3l1kc/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BwE2YK3l1kc/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Real people do real things.. @champagnepapi Bredda Bredda #upforever</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/popcaanmusic/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> 876GUD</a> (@popcaanmusic) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-04-10T12:55:17+00:00\">Apr 10, 2019 at 5:55am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(15074,5751,'_oembed_time_8c9c57e2783da34aaeb61d485e6deb75','1566771109'),(15075,5751,'_oembed_26951e61893a6238511609caa8eb3433','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1WvpbEFdKy/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1WvpbEFdKy/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1WvpbEFdKy/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">#popcaan in #newyork ? #demdead</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/urbanislandz/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Urbanislandz</a> (@urbanislandz) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-19T18:19:46+00:00\">Aug 19, 2019 at 11:19am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(15076,5751,'_oembed_time_26951e61893a6238511609caa8eb3433','1566771425'),(15078,5751,'_thumbnail_id','5761'),(15079,5751,'_edit_last','11'),(15080,5751,'xyz_smap','1'),(15081,5751,'smpush_mute_activated','no'),(15083,5751,'_yoast_wpseo_primary_category','2'),(15084,5751,'_yoast_wpseo_primary_sub-category','14'),(15085,5751,'sponsored_url',''),(15086,5751,'_yoast_wpseo_content_score','30'),(15087,5751,'_yoast_wpseo_focuskeywords','[]'),(15088,5751,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15089,2376,'_yst_prominent_words_version','1'),(15091,2376,'smpush_mute_activated','no'),(15093,2376,'_yoast_wpseo_primary_category','2'),(15094,2376,'_yoast_wpseo_primary_sub-category','16'),(15095,2376,'_yoast_wpseo_content_score','30'),(15096,2376,'_yoast_wpseo_focuskeywords','[]'),(15097,2376,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15098,5760,'_wp_attached_file','2019/08/Popcaan-Profile-1.jpg'),(15099,5760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1548;s:6:\"height\";i:1024;s:4:\"file\";s:29:\"2019/08/Popcaan-Profile-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Popcaan-Profile-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:29:\"Popcaan-Profile-1-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Popcaan-Profile-1-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Popcaan-Profile-1-1024x677.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Popcaan-Profile-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(15100,5761,'_wp_attached_file','2019/08/popcaaan.jpeg'),(15101,5761,'wpmf_size','606627'),(15102,5761,'wpmf_filetype','jpeg'),(15103,5761,'wpmf_order','0'),(15104,5761,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2060;s:6:\"height\";i:1236;s:4:\"file\";s:21:\"2019/08/popcaaan.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"popcaaan-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:21:\"popcaaan-300x180.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"popcaaan-768x461.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"popcaaan-1024x614.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"popcaaan-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:26:\"Marvin Bartley Studios ltd\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1386859964\";s:9:\"copyright\";s:26:\"marvin bartley studios ltd\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15107,5763,'_edit_lock','1566774946:11'),(15108,5763,'_yst_prominent_words_version','1'),(15109,5763,'_oembed_04692ce50000c32d0e98ad20d993f146','<iframe title=\"P-Square - Personally (Official Music Video)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/ttdU19Kwce8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(15110,5763,'_oembed_time_04692ce50000c32d0e98ad20d993f146','1566772598'),(15111,5763,'_oembed_ca682ea782b42e5446453c10cc2b541e','<iframe title=\"SKALES - SHAKE BODY (OFFICIAL VIDEO)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/_qoUU4onORY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(15112,5763,'_oembed_time_ca682ea782b42e5446453c10cc2b541e','1566772850'),(15113,5763,'_oembed_58b368044826c186c3eb44423ca2315e','<iframe title=\"Davido - If (Official Music Video)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/helEv0kGHd4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(15114,5763,'_oembed_time_58b368044826c186c3eb44423ca2315e','1566772850'),(15115,5763,'_oembed_34778363c8685b224508edf4fb669f78','<iframe title=\"Mr Eazi - She Loves Me (feat. Chronixx) [Visualizer]\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/jeDnwkzu8DI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(15116,5763,'_oembed_time_34778363c8685b224508edf4fb669f78','1566773153'),(15117,5768,'_wp_attached_file','2019/08/WizKid.png'),(15118,5768,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:18:\"2019/08/WizKid.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"WizKid-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:18:\"WizKid-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"WizKid-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"WizKid-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"WizKid-1060x630.png\";s:5:\"width\";i:1060;s:6:\"height\";i:630;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:{}}}'),(15119,5769,'_wp_attached_file','2019/08/Burnaboy.png'),(15120,5769,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:20:\"2019/08/Burnaboy.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Burnaboy-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:\"Burnaboy-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Burnaboy-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Burnaboy-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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:{}}}'),(15121,5770,'_wp_attached_file','2019/08/Davido.png'),(15122,5770,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:744;s:6:\"height\";i:446;s:4:\"file\";s:18:\"2019/08/Davido.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Davido-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:18:\"Davido-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;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:{}}}'),(15123,5771,'_wp_attached_file','2019/08/stonebwoy.jpg'),(15124,5771,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:744;s:6:\"height\";i:446;s:4:\"file\";s:21:\"2019/08/stonebwoy.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"stonebwoy-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:\"stonebwoy-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;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:{}}}'),(15125,5772,'_wp_attached_file','2019/08/patoranking.jpg'),(15126,5772,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2019/08/patoranking.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"patoranking-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:\"patoranking-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:23:\"patoranking-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:24:\"patoranking-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"patoranking-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(15127,5773,'_wp_attached_file','2019/08/tiwa-savage.jpg'),(15128,5773,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:421;s:4:\"file\";s:23:\"2019/08/tiwa-savage.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"tiwa-savage-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:\"tiwa-savage-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: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:{}}}'),(15129,5774,'_wp_attached_file','2019/08/Mr-Eazi.jpg'),(15130,5774,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1820;s:6:\"height\";i:1024;s:4:\"file\";s:19:\"2019/08/Mr-Eazi.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Mr-Eazi-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:\"Mr-Eazi-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:19:\"Mr-Eazi-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:20:\"Mr-Eazi-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Mr-Eazi-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 70D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1527023424\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"44\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.022222222222222\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15131,5775,'_wp_attached_file','2019/08/Runtown.jpg'),(15132,5775,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:801;s:4:\"file\";s:19:\"2019/08/Runtown.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Runtown-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:\"Runtown-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:19:\"Runtown-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Runtown-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Runtown-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(15133,5776,'_wp_attached_file','2019/08/Tekno.jpg'),(15134,5776,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2151;s:6:\"height\";i:1434;s:4:\"file\";s:17:\"2019/08/Tekno.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Tekno-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:\"Tekno-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:17:\"Tekno-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:18:\"Tekno-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Tekno-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(15135,5777,'_wp_attached_file','2019/08/Ice-Prince.jpg'),(15136,5777,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:22:\"2019/08/Ice-Prince.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Ice-Prince-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:\"Ice-Prince-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:22:\"Ice-Prince-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:23:\"Ice-Prince-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Ice-Prince-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(15137,5778,'_wp_attached_file','2019/08/GOLDEN-RIDDIM.jpg'),(15138,5778,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:25:\"2019/08/GOLDEN-RIDDIM.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"GOLDEN-RIDDIM-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:\"GOLDEN-RIDDIM-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:{}}}'),(15140,5763,'_thumbnail_id','5771'),(15141,5763,'_edit_last','11'),(15142,5763,'xyz_smap','1'),(15143,5763,'smpush_mute_activated','no'),(15145,5763,'_yoast_wpseo_primary_category','2'),(15146,5763,'_yoast_wpseo_primary_sub-category','14'),(15147,5763,'sponsored_url',''),(15148,5763,'_yoast_wpseo_content_score','90'),(15149,5763,'_yoast_wpseo_focuskeywords','[]'),(15150,5763,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15151,5780,'_wp_attached_file','2019/08/half-moon-beach.jpg'),(15152,5780,'wpmf_size','30511'),(15153,5780,'wpmf_filetype','jpg'),(15154,5780,'wpmf_order','0'),(15155,4725,'_yst_prominent_words_version','1'),(15156,5780,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:413;s:4:\"file\";s:27:\"2019/08/half-moon-beach.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"half-moon-beach-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:\"half-moon-beach-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\";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:{}}}'),(15157,5781,'_wp_attached_file','2019/08/half-moon-beach-1.jpg'),(15158,5781,'wpmf_size','30511'),(15159,5781,'wpmf_filetype','jpg'),(15160,5781,'wpmf_order','0'),(15161,5781,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:413;s:4:\"file\";s:29:\"2019/08/half-moon-beach-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"half-moon-beach-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:29:\"half-moon-beach-1-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\";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:{}}}'),(15163,4725,'smpush_mute_activated','no'),(15165,4725,'_yoast_wpseo_primary_category','3'),(15166,4725,'_yoast_wpseo_primary_sub-category','8'),(15167,4725,'_yoast_wpseo_content_score','30'),(15168,4725,'_yoast_wpseo_focuskeywords','[]'),(15169,4725,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15170,5783,'_edit_lock','1566776337:11'),(15171,5783,'_yst_prominent_words_version','1'),(15172,5784,'_wp_attached_file','2019/08/Nigel-Clarke.jpg'),(15173,5784,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:475;s:4:\"file\";s:24:\"2019/08/Nigel-Clarke.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Nigel-Clarke-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:\"Nigel-Clarke-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;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:{}}}'),(15176,5786,'_wp_attached_file','2019/08/MoU-Signing_Source-JIS-1.jpg'),(15177,5786,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:670;s:6:\"height\";i:369;s:4:\"file\";s:36:\"2019/08/MoU-Signing_Source-JIS-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"MoU-Signing_Source-JIS-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:36:\"MoU-Signing_Source-JIS-1-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;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:{}}}'),(15179,5783,'_thumbnail_id','5786'),(15180,5783,'_edit_last','11'),(15181,5783,'xyz_smap','1'),(15182,5783,'smpush_mute_activated','no'),(15184,5783,'_yoast_wpseo_primary_category','4'),(15185,5783,'_yoast_wpseo_primary_sub-category','6'),(15186,5783,'sponsored_url',''),(15187,5783,'_yoast_wpseo_content_score','30'),(15188,5783,'_yoast_wpseo_focuskeywords','[]'),(15189,5783,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15190,5788,'_edit_lock','1566777439:11'),(15191,5788,'_yst_prominent_words_version','1'),(15192,5789,'_wp_attached_file','2019/08/Jerkys.jpg'),(15193,5789,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:480;s:4:\"file\";s:18:\"2019/08/Jerkys.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Jerkys-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:\"Jerkys-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:{}}}'),(15194,5790,'_wp_attached_file','2019/08/Establishment.jpg'),(15195,5790,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1332;s:6:\"height\";i:999;s:4:\"file\";s:25:\"2019/08/Establishment.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Establishment-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:\"Establishment-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:25:\"Establishment-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Establishment-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Establishment-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:16:\"Moto G (5S) Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566672248\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.59\";s:3:\"iso\";s:4:\"1596\";s:13:\"shutter_speed\";s:17:\"0.058823529411765\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15196,5791,'_wp_attached_file','2019/08/Jerkys-Bar-and-Grill.jpg'),(15197,5791,'wpmf_size','94636'),(15198,5791,'wpmf_filetype','jpg'),(15199,5791,'wpmf_order','0'),(15200,5791,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:928;s:6:\"height\";i:384;s:4:\"file\";s:32:\"2019/08/Jerkys-Bar-and-Grill.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Jerkys-Bar-and-Grill-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:\"Jerkys-Bar-and-Grill-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Jerkys-Bar-and-Grill-768x318.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:318;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:{}}}'),(15201,5792,'_wp_attached_file','2019/08/Chill-vybe.jpg'),(15202,5792,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:793;s:6:\"height\";i:365;s:4:\"file\";s:22:\"2019/08/Chill-vybe.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Chill-vybe-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:\"Chill-vybe-300x138.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Chill-vybe-768x353.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:353;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:{}}}'),(15203,5793,'_wp_attached_file','2019/08/Counter.png'),(15204,5793,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:465;s:6:\"height\";i:575;s:4:\"file\";s:19:\"2019/08/Counter.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Counter-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:19:\"Counter-243x300.png\";s:5:\"width\";i:243;s:6:\"height\";i:300;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:{}}}'),(15205,5794,'_wp_attached_file','2019/08/Orders.jpg'),(15206,5794,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:839;s:6:\"height\";i:533;s:4:\"file\";s:18:\"2019/08/Orders.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Orders-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:\"Orders-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Orders-768x488.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:488;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:{}}}'),(15207,5795,'_wp_attached_file','2019/08/Jerkys-1.jpg'),(15208,5795,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:479;s:6:\"height\";i:270;s:4:\"file\";s:20:\"2019/08/Jerkys-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Jerkys-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:20:\"Jerkys-1-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:10:\"1566758580\";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:{}}}'),(15210,5788,'_thumbnail_id','5795'),(15211,5788,'_edit_last','11'),(15212,5788,'xyz_smap','1'),(15213,5788,'smpush_mute_activated','no'),(15215,5788,'_yoast_wpseo_primary_category','2'),(15216,5788,'_yoast_wpseo_primary_sub-category','1534'),(15217,5788,'sponsored_url',''),(15218,5788,'_yoast_wpseo_content_score','90'),(15219,5788,'_yoast_wpseo_focuskeywords','[]'),(15220,5788,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15221,5797,'_edit_lock','1566778620:11'),(15222,5797,'_yst_prominent_words_version','1'),(15223,5798,'_wp_attached_file','2019/08/Hillary-Duff.jpg'),(15224,5798,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2400;s:4:\"file\";s:24:\"2019/08/Hillary-Duff.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Hillary-Duff-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:\"Hillary-Duff-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Hillary-Duff-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Hillary-Duff-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Hillary-Duff-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(15225,5797,'_oembed_278f5ae38d468e457ed1964dc7f1aa7f','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Lemme get a cameo ? <a href=\"https://t.co/5oKAG5wIWI\">https://t.co/5oKAG5wIWI</a></p>&mdash; |L I Z Z O| (@lizzo) <a href=\"https://twitter.com/lizzo/status/1165074308143681537?ref_src=twsrc%5Etfw\">August 24, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(15226,5797,'_oembed_time_278f5ae38d468e457ed1964dc7f1aa7f','1566778336'),(15227,5797,'_oembed_250e110f1408b949de59bfd078115ee8','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Ummmmm duh! Hired! Animated Lizzie might explode! Saw you in Brooklyn ♥️?♥️?♥️?♥️?♥️?♥️DEAD</p>&mdash; Hilary Duff (@HilaryDuff) <a href=\"https://twitter.com/HilaryDuff/status/1165297147899572224?ref_src=twsrc%5Etfw\">August 24, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(15228,5797,'_oembed_time_250e110f1408b949de59bfd078115ee8','1566778336'),(15229,5801,'_wp_attached_file','2019/08/lizzo-1.jpg'),(15230,5801,'wpmf_size','1149515'),(15231,5801,'wpmf_filetype','jpg'),(15232,5801,'wpmf_order','0'),(15233,5801,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2405;s:6:\"height\";i:1603;s:4:\"file\";s:19:\"2019/08/lizzo-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"lizzo-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:19:\"lizzo-1-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:19:\"lizzo-1-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:20:\"lizzo-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"lizzo-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(15235,5797,'_thumbnail_id','5801'),(15236,5797,'_edit_last','11'),(15237,5797,'xyz_smap','1'),(15238,5797,'smpush_mute_activated','no'),(15240,5797,'_yoast_wpseo_primary_category','2'),(15241,5797,'_yoast_wpseo_primary_sub-category','14'),(15242,5797,'sponsored_url',''),(15243,5797,'_yoast_wpseo_content_score','90'),(15244,5797,'_yoast_wpseo_focuskeywords','[]'),(15245,5797,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15246,5803,'_edit_lock','1566779979:11'),(15247,5803,'_yst_prominent_words_version','1'),(15248,5804,'_wp_attached_file','2019/08/ammika-harris.jpg'),(15249,5804,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:350;s:4:\"file\";s:25:\"2019/08/ammika-harris.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ammika-harris-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:\"ammika-harris-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:32:\"Copyright © 2018 BACKGRID, Inc.\";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:{}}}'),(15250,5805,'_wp_attached_file','2019/08/Chris-Brown.jpg'),(15251,5805,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:23:\"2019/08/Chris-Brown.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Chris-Brown-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:\"Chris-Brown-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Chris-Brown-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(15253,5803,'_thumbnail_id','5805'),(15254,5803,'_oembed_21ad638c333f02f2bca59dd606ecdcdf','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/Bz7IsBCBJDL/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/Bz7IsBCBJDL/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/Bz7IsBCBJDL/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">THE QUEEN</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/chrisbrownofficial/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> CHRIS BROWN</a> (@chrisbrownofficial) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-15T04:28:27+00:00\">Jul 14, 2019 at 9:28pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(15255,5803,'_oembed_time_21ad638c333f02f2bca59dd606ecdcdf','1566779244'),(15256,5803,'_edit_last','11'),(15257,5803,'xyz_smap','1'),(15258,5803,'smpush_mute_activated','no'),(15260,5803,'_yoast_wpseo_primary_category','4'),(15261,5803,'_yoast_wpseo_primary_sub-category','14'),(15262,5803,'sponsored_url',''),(15263,5803,'_yoast_wpseo_content_score','30'),(15264,5803,'_yoast_wpseo_focuskeywords','[]'),(15265,5803,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15276,5809,'_edit_lock','1566781239:4'),(15277,5809,'_yst_prominent_words_version','1'),(15278,5810,'_wp_attached_file','2019/08/mia-mottley.jpg'),(15279,5810,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:433;s:4:\"file\";s:23:\"2019/08/mia-mottley.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"mia-mottley-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:\"mia-mottley-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:{}}}'),(15281,5809,'_edit_last','4'),(15282,5809,'xyz_smap','1'),(15283,5809,'smpush_mute_activated','no'),(15285,5809,'_yoast_wpseo_primary_category','4'),(15286,5809,'_yoast_wpseo_primary_sub-category',''),(15287,5809,'sponsored_url',''),(15288,5809,'_yoast_wpseo_content_score','90'),(15289,5809,'_yoast_wpseo_focuskeywords','[]'),(15290,5809,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15292,5809,'_thumbnail_id','5810'),(15297,5813,'_edit_lock','1566786089:11'),(15298,5813,'_yst_prominent_words_version','1'),(15299,5814,'_wp_attached_file','2019/08/Stampede-backstage.jpg'),(15300,5814,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:935;s:6:\"height\";i:575;s:4:\"file\";s:30:\"2019/08/Stampede-backstage.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Stampede-backstage-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:\"Stampede-backstage-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Stampede-backstage-768x472.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:472;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:{}}}'),(15301,5815,'_wp_attached_file','2019/08/Dancers.jpg'),(15302,5815,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:927;s:6:\"height\";i:593;s:4:\"file\";s:19:\"2019/08/Dancers.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Dancers-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:\"Dancers-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Dancers-768x491.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:491;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:{}}}'),(15303,5816,'_wp_attached_file','2019/08/Spice.jpg'),(15304,5816,'wpmf_size','35228'),(15305,5816,'wpmf_filetype','jpg'),(15306,5816,'wpmf_order','0'),(15307,5816,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:421;s:4:\"file\";s:17:\"2019/08/Spice.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Spice-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:\"Spice-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: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:{}}}'),(15309,5813,'_thumbnail_id','5816'),(15310,5813,'_edit_last','11'),(15311,5813,'xyz_smap','1'),(15312,5813,'smpush_mute_activated','no'),(15314,5813,'_yoast_wpseo_primary_category','2'),(15315,5813,'_yoast_wpseo_primary_sub-category','14'),(15316,5813,'sponsored_url',''),(15317,5813,'_yoast_wpseo_content_score','60'),(15318,5813,'_yoast_wpseo_focuskeywords','[]'),(15319,5813,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15324,5819,'_edit_lock','1566831352:4'),(15325,5819,'_yst_prominent_words_version','1'),(15326,5819,'_oembed_54d8027089d0fe1faffa6bd8167d68f4','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1mbkkBgY8d/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1mbkkBgY8d/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1mbkkBgY8d/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Happening Now: Prime Minister Mia Amor Mottley and members of her Cabinet are on tour of Murphy&#39;s Pasture and the Constitution River in St. Michael, as well as other sites, to assess the preparatory work under way as Tropical Storm Dorian approaches. ?: C. Pitt/BGIS #PMMottley #TropicalStormDorian</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/gisbarbados/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> gisbarbados</a> (@gisbarbados) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-25T20:32:12+00:00\">Aug 25, 2019 at 1:32pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(15327,5819,'_oembed_time_54d8027089d0fe1faffa6bd8167d68f4','1566824250'),(15328,5819,'_edit_last','4'),(15329,5819,'smpush_mute_activated','no'),(15330,5819,'_yoast_wpseo_primary_category','4'),(15331,5819,'_yoast_wpseo_primary_sub-category','15'),(15332,5819,'sponsored_url',''),(15333,5819,'_yoast_wpseo_content_score','30'),(15334,5819,'_yoast_wpseo_focuskeywords','[]'),(15335,5819,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15336,5822,'_wp_attached_file','2019/08/Barbados-Tropical-Storm-Dorian-road-cleanup.jpg'),(15337,5822,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2005;s:6:\"height\";i:1128;s:4:\"file\";s:55:\"2019/08/Barbados-Tropical-Storm-Dorian-road-cleanup.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Barbados-Tropical-Storm-Dorian-road-cleanup-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:55:\"Barbados-Tropical-Storm-Dorian-road-cleanup-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:55:\"Barbados-Tropical-Storm-Dorian-road-cleanup-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:56:\"Barbados-Tropical-Storm-Dorian-road-cleanup-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:56:\"Barbados-Tropical-Storm-Dorian-road-cleanup-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G930U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566729957\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:19:\"0.00051975051975052\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15338,5826,'_wp_attached_file','2019/08/Barbados-Tropical-Storm-Dorian-service-station.jpg'),(15339,5826,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2073;s:6:\"height\";i:1166;s:4:\"file\";s:58:\"2019/08/Barbados-Tropical-Storm-Dorian-service-station.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"Barbados-Tropical-Storm-Dorian-service-station-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:\"Barbados-Tropical-Storm-Dorian-service-station-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:58:\"Barbados-Tropical-Storm-Dorian-service-station-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:59:\"Barbados-Tropical-Storm-Dorian-service-station-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:59:\"Barbados-Tropical-Storm-Dorian-service-station-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(15341,5819,'_thumbnail_id','5822'),(15342,5819,'xyz_smap','1'),(15354,5830,'_edit_lock','1566830069:11'),(15355,5830,'_yst_prominent_words_version','1'),(15356,5831,'_wp_attached_file','2019/08/nwc-norwood.jpg'),(15357,5831,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:696;s:6:\"height\";i:464;s:4:\"file\";s:23:\"2019/08/nwc-norwood.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"nwc-norwood-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:\"nwc-norwood-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:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566563609\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15358,5830,'_edit_last','11'),(15359,5830,'smpush_mute_activated','no'),(15360,5830,'_yoast_wpseo_primary_category','4'),(15361,5830,'_yoast_wpseo_primary_sub-category','11'),(15362,5830,'sponsored_url',''),(15363,5830,'_yoast_wpseo_content_score','30'),(15364,5830,'_yoast_wpseo_focuskeywords','[]'),(15365,5830,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15366,5834,'_wp_attached_file','2019/08/steven-fong-yee.jpg'),(15367,5834,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:557;s:6:\"height\";i:372;s:4:\"file\";s:27:\"2019/08/steven-fong-yee.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"steven-fong-yee-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:\"steven-fong-yee-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:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566560573\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"122\";s:3:\"iso\";s:3:\"180\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15371,5830,'_thumbnail_id','5831'),(15372,5830,'xyz_smap','1'),(15374,5837,'_edit_lock','1566828235:11'),(15375,5837,'_yst_prominent_words_version','1'),(15380,5837,'_oembed_7426612bfeb1f9d3ced86944a714465f','<iframe title=\"BUZZ Feature: Basil Clayton, The Painter\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/P97UfNvH7eI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(15381,5837,'_oembed_time_7426612bfeb1f9d3ced86944a714465f','1566828138'),(15382,5840,'_wp_attached_file','2019/08/Thumbnail-Basil-Clayton-Video.jpg'),(15383,5840,'wpmf_size','295566'),(15384,5840,'wpmf_filetype','jpg'),(15385,5840,'wpmf_order','0'),(15386,5840,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1285;s:6:\"height\";i:689;s:4:\"file\";s:41:\"2019/08/Thumbnail-Basil-Clayton-Video.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Thumbnail-Basil-Clayton-Video-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:\"Thumbnail-Basil-Clayton-Video-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Thumbnail-Basil-Clayton-Video-768x412.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Thumbnail-Basil-Clayton-Video-1024x549.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Thumbnail-Basil-Clayton-Video-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(15387,5837,'_thumbnail_id','5840'),(15388,5837,'_edit_last','11'),(15389,5837,'smpush_mute_activated','no'),(15390,5837,'_yoast_wpseo_primary_category','3'),(15391,5837,'_yoast_wpseo_primary_sub-category','16'),(15392,5837,'video_parent_post_id',''),(15393,5837,'_yoast_wpseo_focuskw','art'),(15394,5837,'_yoast_wpseo_linkdex','20'),(15395,5837,'_yoast_wpseo_content_score','30'),(15396,5837,'_yoast_wpseo_focuskeywords','[]'),(15397,5837,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15398,5841,'_edit_lock','1566913007:4'),(15399,5841,'_yst_prominent_words_version','1'),(15402,5843,'_wp_attached_file','2019/08/Oscar-Nelson.jpg'),(15403,5843,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:24:\"2019/08/Oscar-Nelson.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Oscar-Nelson-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:\"Oscar-Nelson-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Oscar-Nelson-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Oscar-Nelson-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Oscar-Nelson-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(15404,5844,'_edit_lock','1566830255:4'),(15405,5844,'_yst_prominent_words_version','1'),(15406,5845,'_wp_attached_file','2019/08/Oscar-Nelson-1.jpg'),(15407,5845,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1193;s:6:\"height\";i:967;s:4:\"file\";s:26:\"2019/08/Oscar-Nelson-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Oscar-Nelson-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:26:\"Oscar-Nelson-1-300x243.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Oscar-Nelson-1-768x623.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:623;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Oscar-Nelson-1-1024x830.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:830;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Oscar-Nelson-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1566811093\";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:{}}}'),(15409,5830,'_wp_old_slug','5830'),(15411,5844,'_edit_last','4'),(15412,5844,'smpush_mute_activated','no'),(15413,5844,'_yoast_wpseo_primary_category','4'),(15414,5844,'_yoast_wpseo_primary_sub-category','12'),(15415,5844,'sponsored_url',''),(15416,5844,'_yoast_wpseo_content_score','30'),(15417,5844,'_yoast_wpseo_focuskeywords','[]'),(15418,5844,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15419,5848,'_wp_attached_file','2019/08/tourism-pension.jpg'),(15420,5848,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:678;s:4:\"file\";s:27:\"2019/08/tourism-pension.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"tourism-pension-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:\"tourism-pension-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"tourism-pension-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"tourism-pension-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"tourism-pension-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(15424,5844,'_thumbnail_id','5848'),(15425,5844,'xyz_smap','1'),(15428,5841,'_thumbnail_id','5845'),(15433,5854,'_edit_lock','1566833104:9'),(15434,5854,'_yst_prominent_words_version','1'),(15435,5855,'_edit_lock','1566839087:11'),(15436,5855,'_yst_prominent_words_version','1'),(15437,5856,'_wp_attached_file','2019/08/mariah-carey-A.jpg'),(15438,5856,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:26:\"2019/08/mariah-carey-A.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"mariah-carey-A-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:\"mariah-carey-A-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"mariah-carey-A-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:14:\"SplashNews.com\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:496:\"Celebrities attend the American Music Awards 2018 at Microsoft Theatre in Los Angeles, USA, on 09 October 2018.\r\r\r\rPictured: Mariah Carey\r\rRef: SPL5032075 091018 NON-EXCLUSIVE\r\rPicture by: SplashNews.com\r\r\r\rSplash News and Pictures\r\rLos Angeles: 310-821-2666\rNew York: 212-619-2666\rLondon: 0207 644 7656\rMilan: +39 02 4399 8577\rSydney: +61 02 9240 7700\r\rphotodesk@splashnews.com\r\r\r\rWorld Rights, No Denmark Rights, No Germany Rights, No Netherlands Rights, No Sweden Rights, No Switzerland Rights\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:23:\"www.SplashNews.com 2018\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:41:\"American Music Awards 2018 in Los Angeles\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15439,5854,'_thumbnail_id','5856'),(15440,5854,'_edit_last','9'),(15441,5854,'smpush_mute_activated','no'),(15442,5854,'_yoast_wpseo_primary_category','4'),(15443,5854,'_yoast_wpseo_primary_sub-category','14'),(15444,5854,'sponsored_url',''),(15445,5854,'_yoast_wpseo_content_score','60'),(15446,5854,'_yoast_wpseo_focuskeywords','[]'),(15447,5854,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15449,5854,'xyz_smap','1'),(15451,5858,'_wp_attached_file','2019/08/baby-bedroom.jpg'),(15452,5858,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:2400;s:4:\"file\";s:24:\"2019/08/baby-bedroom.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"baby-bedroom-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:\"baby-bedroom-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:24:\"baby-bedroom-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:25:\"baby-bedroom-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"baby-bedroom-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(15453,5859,'_wp_attached_file','2019/08/Father-With-Baby.jpeg'),(15454,5859,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:628;s:6:\"height\";i:314;s:4:\"file\";s:29:\"2019/08/Father-With-Baby.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Father-With-Baby-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:29:\"Father-With-Baby-300x150.jpeg\";s:5:\"width\";i:300;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:{}}}'),(15457,5861,'_wp_attached_file','2019/08/chang-nwc.jpg'),(15458,5861,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:696;s:6:\"height\";i:464;s:4:\"file\";s:21:\"2019/08/chang-nwc.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"chang-nwc-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:\"chang-nwc-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:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566563609\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15459,5862,'_wp_attached_file','2019/08/During-Delivery.jpg'),(15460,5862,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:27:\"2019/08/During-Delivery.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"During-Delivery-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:\"During-Delivery-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:27:\"During-Delivery-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:28:\"During-Delivery-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"During-Delivery-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1532642241\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15473,5864,'_wp_attached_file','2019/08/dad-bottlefeeding-newborn.jpg'),(15474,5864,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:573;s:6:\"height\";i:300;s:4:\"file\";s:37:\"2019/08/dad-bottlefeeding-newborn.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"dad-bottlefeeding-newborn-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:\"dad-bottlefeeding-newborn-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;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:{}}}'),(15475,5865,'_edit_lock','1566836204:13'),(15476,5865,'_yst_prominent_words_version','1'),(15477,5866,'_wp_attached_file','2019/08/jfj-violence.jpg'),(15478,5866,'wpmf_size','207786'),(15479,5866,'wpmf_filetype','jpg'),(15480,5866,'wpmf_order','0'),(15481,5866,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:480;s:4:\"file\";s:24:\"2019/08/jfj-violence.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"jfj-violence-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:\"jfj-violence-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"jfj-violence-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;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:{}}}'),(15482,5867,'_edit_lock','1566839852:9'),(15483,5867,'_yst_prominent_words_version','1'),(15484,5865,'_thumbnail_id','5868'),(15485,5865,'_edit_last','13'),(15486,5865,'smpush_mute_activated','no'),(15487,5865,'_yoast_wpseo_primary_out-category','28'),(15488,5865,'_yoast_wpseo_primary_location','33'),(15489,5865,'out_date','2019-08-28'),(15490,5865,'out_time','10:00 AM'),(15491,5865,'out_address','Knutsford Court Hotel, Kingston, Jamaica '),(15492,5865,'out_description',' On August 28, 2019, join us for an in-depth exploration of police violence in Jamaica that speaks truth to power through a combination of the arts, victims’ voices and expert analysis'),(15493,5865,'out_mapurl','https://www.google.com/maps/place/Knutsford+Court+Hotel/@18.0073139,-76.7925607,15z/data=!4m2!3m1!1s0x0:0x788149ad685d1bb1?sa=X&ved=2ahUKEwjVrLu39qDkAhVvpVkKHSe8CYkQ_BIwDnoECAsQCA'),(15494,5865,'post_gallery_id','a:1:{i:0;s:4:\"5866\";}'),(15495,5865,'_yoast_wpseo_content_score','30'),(15496,5865,'_yoast_wpseo_focuskeywords','[]'),(15497,5865,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15498,5868,'_wp_attached_file','2019/08/police-lined-off.jpg'),(15499,5868,'wpmf_size','16684'),(15500,5868,'wpmf_filetype','jpg'),(15501,5868,'wpmf_order','0'),(15502,5868,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:333;s:4:\"file\";s:28:\"2019/08/police-lined-off.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"police-lined-off-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:\"police-lined-off-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;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:{}}}'),(15503,5869,'_edit_lock','1566836508:13'),(15504,5869,'_yst_prominent_words_version','1'),(15505,5870,'_wp_attached_file','2019/08/cruise-on-the-harbour.jpg'),(15506,5870,'wpmf_size','49183'),(15507,5870,'wpmf_filetype','jpg'),(15508,5870,'wpmf_order','0'),(15509,5870,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:740;s:6:\"height\";i:513;s:4:\"file\";s:33:\"2019/08/cruise-on-the-harbour.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"cruise-on-the-harbour-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:\"cruise-on-the-harbour-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;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:{}}}'),(15510,5869,'_thumbnail_id','5870'),(15511,5869,'_edit_last','13'),(15512,5869,'smpush_mute_activated','no'),(15513,5869,'_yoast_wpseo_primary_out-category','25'),(15514,5869,'_yoast_wpseo_primary_location','33'),(15515,5869,'out_date','2019-08-30'),(15516,5869,'out_time','08:00 PM'),(15517,5869,'out_address','Victoria Pier, Kingston, Jamaica'),(15518,5869,'out_description','This Friday, we host an all-inclusive Party Cruise on board the Loose Cannon Catamaran. We pick-up guests from Ribbiz Ocean Lounge in downtown Kingston at 8pm, and return at 11pm.'),(15519,5869,'out_mapurl',''),(15520,5869,'post_gallery_id','a:1:{i:0;s:4:\"5870\";}'),(15521,5869,'_yoast_wpseo_content_score','30'),(15522,5869,'_yoast_wpseo_focuskeywords','[]'),(15523,5869,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15524,5867,'_thumbnail_id','3964'),(15525,5867,'_edit_last','9'),(15526,5867,'smpush_mute_activated','no'),(15527,5867,'_yoast_wpseo_primary_category','4'),(15528,5867,'_yoast_wpseo_primary_sub-category','15'),(15529,5867,'sponsored_url',''),(15530,5867,'_yoast_wpseo_content_score','30'),(15531,5867,'_yoast_wpseo_focuskeywords','[]'),(15532,5867,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15534,5867,'xyz_smap','1'),(15536,5872,'_wp_attached_file','2019/08/Baby-clutching-fingers.jpg'),(15537,5872,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:299;s:6:\"height\";i:168;s:4:\"file\";s:34:\"2019/08/Baby-clutching-fingers.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Baby-clutching-fingers-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:{}}}'),(15538,5873,'_wp_attached_file','2019/08/Dad-with-son.jpg'),(15539,5873,'wpmf_size','620220'),(15540,5873,'wpmf_filetype','jpg'),(15541,5873,'wpmf_order','0'),(15542,5873,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2021;s:4:\"file\";s:24:\"2019/08/Dad-with-son.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Dad-with-son-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:\"Dad-with-son-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Dad-with-son-768x517.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Dad-with-son-1024x690.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:690;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Dad-with-son-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(15543,5874,'_wp_attached_file','2019/08/adorable-baby-asleep.jpg'),(15544,5874,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4752;s:6:\"height\";i:3168;s:4:\"file\";s:32:\"2019/08/adorable-baby-asleep.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"adorable-baby-asleep-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:\"adorable-baby-asleep-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:32:\"adorable-baby-asleep-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:33:\"adorable-baby-asleep-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"adorable-baby-asleep-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(15546,5855,'_thumbnail_id','5864'),(15547,5855,'_edit_last','11'),(15548,5855,'xyz_smap','1'),(15549,5855,'smpush_mute_activated','no'),(15551,5855,'_yoast_wpseo_primary_category','3'),(15552,5855,'_yoast_wpseo_primary_sub-category','9'),(15553,5855,'sponsored_url',''),(15554,5855,'_yoast_wpseo_content_score','60'),(15555,5855,'_yoast_wpseo_focuskeywords','[]'),(15556,5855,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15557,5876,'_edit_lock','1566842384:11'),(15558,5876,'_yst_prominent_words_version','1'),(15559,5877,'_wp_attached_file','2019/08/Expectant-Mom.jpg'),(15560,5877,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:998;s:4:\"file\";s:25:\"2019/08/Expectant-Mom.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Expectant-Mom-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:\"Expectant-Mom-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:\"Expectant-Mom-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Expectant-Mom-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Expectant-Mom-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(15561,5878,'_wp_attached_file','2019/08/apparel-baby-clothes-blue-2252000.jpg'),(15562,5878,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3256;s:6:\"height\";i:2443;s:4:\"file\";s:45:\"2019/08/apparel-baby-clothes-blue-2252000.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"apparel-baby-clothes-blue-2252000-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:45:\"apparel-baby-clothes-blue-2252000-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:45:\"apparel-baby-clothes-blue-2252000-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"apparel-baby-clothes-blue-2252000-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"apparel-baby-clothes-blue-2252000-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1566821564\";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:{}}}'),(15563,5879,'_edit_lock','1566924151:11'),(15564,5879,'_yst_prominent_words_version','1'),(15565,5880,'_wp_attached_file','2019/08/Hospital-Bag.jpg'),(15566,5880,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3840;s:6:\"height\";i:2160;s:4:\"file\";s:24:\"2019/08/Hospital-Bag.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Hospital-Bag-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:\"Hospital-Bag-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:24:\"Hospital-Bag-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:25:\"Hospital-Bag-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Hospital-Bag-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(15567,5881,'_wp_attached_file','2019/08/hand-sanitizer.jpg'),(15568,5881,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1984;s:6:\"height\";i:1116;s:4:\"file\";s:26:\"2019/08/hand-sanitizer.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"hand-sanitizer-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:\"hand-sanitizer-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:26:\"hand-sanitizer-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:27:\"hand-sanitizer-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"hand-sanitizer-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"13\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:9:\"NIKON D3X\";s:7:\"caption\";s:52:\"Female hands using hand sanitizer gel pump dispenser\";s:17:\"created_timestamp\";s:10:\"1284336000\";s:9:\"copyright\";s:12:\"Elenathewise\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:33:\"Hands applying germ sanitizer gel\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:21:{i:0;s:9:\"Squeezing\";i:1;s:15:\"Facial Cleanser\";i:2;s:8:\"Hair Gel\";i:3;s:14:\"Soap Dispenser\";i:4;s:10:\"Toiletries\";i:5;s:7:\"Females\";i:6;s:9:\"Squirting\";i:7;s:11:\"Moisturizer\";i:8;s:7:\"Pushing\";i:9;s:7:\"Washing\";i:10;s:8:\"Cleaning\";i:11;s:7:\"Hygiene\";i:12;s:19:\"Caucasian Ethnicity\";i:13;s:11:\"Transparent\";i:14;s:12:\"Human Finger\";i:15;s:10:\"Human Hand\";i:16;s:6:\"Liquid\";i:17;s:6:\"Bottle\";i:18;s:14:\"hand sanitizer\";i:19;s:17:\"Objects/Equipment\";i:20;s:27:\"Household Objects/Equipment\";}}}'),(15569,5882,'_wp_attached_file','2019/08/Kiss41.jpg'),(15570,5882,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:18:\"2019/08/Kiss41.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Kiss41-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:\"Kiss41-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:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1390147904\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15571,23,'_edit_lock','1566848147:12'),(15572,23,'_yst_prominent_words_version','1'),(15573,5883,'_wp_attached_file','2019/08/Crying-Baby.jpg'),(15574,5883,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:612;s:6:\"height\";i:408;s:4:\"file\";s:23:\"2019/08/Crying-Baby.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Crying-Baby-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:\"Crying-Baby-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:12:\"Getty Images\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:50:\"Face of crying African American baby, 6 months old\";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:50:\"Face of crying African American baby, 6 months old\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15575,5884,'_edit_lock','1566840565:9'),(15576,5884,'_yst_prominent_words_version','1'),(15577,23,'_edit_last','12'),(15578,23,'smpush_mute_activated','no'),(15579,23,'_yoast_wpseo_focuskw','create an account'),(15580,23,'_yoast_wpseo_title','Create a Buzz Account %%sep%% Buzz'),(15581,23,'_yoast_wpseo_metadesc','Register with us to receive updates and have access to exclusive content.'),(15582,23,'_yoast_wpseo_linkdex','31'),(15583,23,'_yoast_wpseo_content_score','30'),(15584,23,'_yoast_wpseo_focuskeywords','[]'),(15585,23,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15586,5886,'_wp_attached_file','2019/08/dishes-in-the-sink.jpg'),(15587,5886,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:495;s:4:\"file\";s:30:\"2019/08/dishes-in-the-sink.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"dishes-in-the-sink-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:\"dishes-in-the-sink-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:30:\"dishes-in-the-sink-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:{}}}'),(15588,5887,'_wp_attached_file','2019/08/woman-sleeping-in-bed.jpg'),(15589,5887,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:734;s:4:\"file\";s:33:\"2019/08/woman-sleeping-in-bed.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"woman-sleeping-in-bed-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:\"woman-sleeping-in-bed-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:33:\"woman-sleeping-in-bed-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:34:\"woman-sleeping-in-bed-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"woman-sleeping-in-bed-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(15590,5888,'_wp_attached_file','2019/08/Go-Kart-A-20190826.jpg'),(15591,5888,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:728;s:4:\"file\";s:30:\"2019/08/Go-Kart-A-20190826.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Go-Kart-A-20190826-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:\"Go-Kart-A-20190826-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Go-Kart-A-20190826-768x546.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Go-Kart-A-20190826-1024x728.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Go-Kart-A-20190826-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565527634\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15592,5889,'_wp_attached_file','2019/08/forgetting.jpg'),(15593,5889,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:325;s:4:\"file\";s:22:\"2019/08/forgetting.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"forgetting-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:\"forgetting-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;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:{}}}'),(15594,5890,'_wp_attached_file','2019/08/Go-Kart-B-20190826.jpg'),(15595,5890,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:561;s:4:\"file\";s:30:\"2019/08/Go-Kart-B-20190826.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Go-Kart-B-20190826-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:\"Go-Kart-B-20190826-300x164.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Go-Kart-B-20190826-768x421.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Go-Kart-B-20190826-1024x561.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"18\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565529815\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"52\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15596,5891,'_wp_attached_file','2019/08/adult-reading.jpg'),(15597,5891,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4000;s:6:\"height\";i:2667;s:4:\"file\";s:25:\"2019/08/adult-reading.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"adult-reading-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:\"adult-reading-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:\"adult-reading-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:\"adult-reading-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"adult-reading-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(15598,5892,'_wp_attached_file','2019/08/Black-baby.jpg'),(15599,5892,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:626;s:6:\"height\";i:397;s:4:\"file\";s:22:\"2019/08/Black-baby.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Black-baby-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:\"Black-baby-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:9:\"© CORBIS\";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:{}}}'),(15600,5884,'_thumbnail_id','5888'),(15601,5884,'_edit_last','9'),(15602,5884,'smpush_mute_activated','no'),(15603,5884,'_yoast_wpseo_primary_category','4'),(15604,5884,'_yoast_wpseo_primary_sub-category','5'),(15605,5884,'sponsored_url',''),(15606,5884,'_yoast_wpseo_content_score','90'),(15607,5884,'_yoast_wpseo_focuskeywords','[]'),(15608,5884,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15610,5884,'xyz_smap','1'),(15612,5894,'_wp_attached_file','2019/08/stretch-marks.jpg'),(15613,5894,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2019/08/stretch-marks.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"stretch-marks-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:\"stretch-marks-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:25:\"stretch-marks-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:{}}}'),(15615,5876,'_thumbnail_id','5877'),(15616,5876,'_edit_last','11'),(15617,5876,'xyz_smap','1'),(15618,5876,'smpush_mute_activated','no'),(15620,5876,'_yoast_wpseo_primary_category','3'),(15621,5876,'_yoast_wpseo_primary_sub-category','9'),(15622,5876,'sponsored_url',''),(15623,5876,'_yoast_wpseo_content_score','60'),(15624,5876,'_yoast_wpseo_focuskeywords','[]'),(15625,5876,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15626,5879,'_edit_last','11'),(15627,5879,'smpush_mute_activated','no'),(15628,5879,'_yoast_wpseo_primary_category','4'),(15629,5879,'_yoast_wpseo_primary_sub-category','16'),(15630,5879,'sponsored_url',''),(15631,5879,'_yoast_wpseo_content_score','90'),(15632,5879,'_yoast_wpseo_focuskeywords','[]'),(15633,5879,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15634,5897,'_edit_lock','1566842816:9'),(15635,5897,'_yst_prominent_words_version','1'),(15636,5898,'_wp_attached_file','2019/08/odpem-richard-thompson.jpg'),(15637,5898,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:843;s:6:\"height\";i:650;s:4:\"file\";s:34:\"2019/08/odpem-richard-thompson.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"odpem-richard-thompson-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:\"odpem-richard-thompson-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"odpem-richard-thompson-768x592.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:592;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:{}}}'),(15638,5899,'_edit_lock','1566850913:11'),(15639,5897,'_thumbnail_id','5898'),(15640,5897,'_edit_last','9'),(15641,5897,'smpush_mute_activated','no'),(15642,5897,'_yoast_wpseo_primary_category','4'),(15643,5897,'_yoast_wpseo_primary_sub-category',''),(15644,5897,'sponsored_url',''),(15645,5897,'_yoast_wpseo_content_score','60'),(15646,5897,'_yoast_wpseo_focuskeywords','[]'),(15647,5897,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15648,5899,'_yst_prominent_words_version','1'),(15650,5897,'xyz_smap','1'),(15652,5902,'_edit_lock','1566852553:12'),(15653,5902,'_yst_prominent_words_version','1'),(15657,5902,'_edit_last','12'),(15658,5902,'smpush_mute_activated','no'),(15659,5902,'_yoast_wpseo_primary_category','4'),(15660,5902,'_yoast_wpseo_primary_sub-category','15'),(15661,5902,'sponsored_url',''),(15662,5902,'_yoast_wpseo_content_score','90'),(15663,5902,'_yoast_wpseo_focuskeywords','[]'),(15664,5902,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15665,5904,'_edit_lock','1566844840:9'),(15666,5904,'_yst_prominent_words_version','1'),(15667,5905,'_wp_attached_file','2019/08/jennifer-lopez.jpg'),(15668,5905,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:26:\"2019/08/jennifer-lopez.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"jennifer-lopez-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:\"jennifer-lopez-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"jennifer-lopez-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(15669,5906,'_wp_attached_file','2019/08/jess-meets.jpg'),(15670,5906,'wpmf_size','184557'),(15671,5906,'wpmf_filetype','jpg'),(15672,5906,'wpmf_order','0'),(15673,5906,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:715;s:6:\"height\";i:543;s:4:\"file\";s:22:\"2019/08/jess-meets.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"jess-meets-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:\"jess-meets-300x228.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:228;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:{}}}'),(15674,5907,'_wp_attached_file','2019/08/jess-pose-shrimp.jpg'),(15675,5907,'wpmf_size','205913'),(15676,5907,'wpmf_filetype','jpg'),(15677,5907,'wpmf_order','0'),(15678,5907,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:717;s:6:\"height\";i:637;s:4:\"file\";s:28:\"2019/08/jess-pose-shrimp.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"jess-pose-shrimp-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:\"jess-pose-shrimp-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;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:{}}}'),(15684,5909,'_wp_attached_file','2019/08/jess-talks.jpg'),(15685,5909,'wpmf_size','160267'),(15686,5909,'wpmf_filetype','jpg'),(15687,5909,'wpmf_order','0'),(15688,5909,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:717;s:6:\"height\";i:597;s:4:\"file\";s:22:\"2019/08/jess-talks.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"jess-talks-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:\"jess-talks-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;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:{}}}'),(15689,5910,'_wp_attached_file','2019/08/jess-village.jpg'),(15690,5910,'wpmf_size','211460'),(15691,5910,'wpmf_filetype','jpg'),(15692,5910,'wpmf_order','0'),(15693,5910,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:717;s:6:\"height\";i:599;s:4:\"file\";s:24:\"2019/08/jess-village.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"jess-village-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:\"jess-village-300x251.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:251;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:{}}}'),(15694,5911,'_wp_attached_file','2019/08/jess-youths.jpg'),(15695,5911,'wpmf_size','194145'),(15696,5911,'wpmf_filetype','jpg'),(15697,5911,'wpmf_order','0'),(15698,5911,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:719;s:6:\"height\";i:577;s:4:\"file\";s:23:\"2019/08/jess-youths.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"jess-youths-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:\"jess-youths-300x241.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:241;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:{}}}'),(15699,5912,'_wp_attached_file','2019/08/jess-bike.jpg'),(15700,5912,'wpmf_size','220532'),(15701,5912,'wpmf_filetype','jpg'),(15702,5912,'wpmf_order','0'),(15703,5912,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:717;s:6:\"height\";i:547;s:4:\"file\";s:21:\"2019/08/jess-bike.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"jess-bike-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:\"jess-bike-300x229.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:229;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:{}}}'),(15704,5913,'_wp_attached_file','2019/08/jess-gueinep.jpg'),(15705,5913,'wpmf_size','191521'),(15706,5913,'wpmf_filetype','jpg'),(15707,5913,'wpmf_order','0'),(15708,5913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:719;s:6:\"height\";i:511;s:4:\"file\";s:24:\"2019/08/jess-gueinep.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"jess-gueinep-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:\"jess-gueinep-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;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:{}}}'),(15714,5904,'_thumbnail_id','5905'),(15715,5904,'_edit_last','9'),(15716,5904,'smpush_mute_activated','no'),(15717,5904,'_yoast_wpseo_primary_category','3'),(15718,5904,'_yoast_wpseo_primary_sub-category','14'),(15719,5904,'sponsored_url',''),(15720,5904,'_yoast_wpseo_content_score','90'),(15721,5904,'_yoast_wpseo_focuskeywords','[]'),(15722,5904,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15724,5904,'xyz_smap','1'),(15727,5902,'_thumbnail_id','5911'),(15728,5902,'xyz_smap','1'),(15730,5918,'_edit_lock','1566853730:4'),(15731,5918,'_yst_prominent_words_version','1'),(15732,5918,'_edit_last','4'),(15733,5918,'smpush_mute_activated','no'),(15734,5918,'_yoast_wpseo_primary_category','4'),(15735,5918,'_yoast_wpseo_primary_sub-category','5'),(15736,5918,'sponsored_url',''),(15737,5918,'_yoast_wpseo_content_score','30'),(15738,5918,'_yoast_wpseo_focuskeywords','[]'),(15739,5918,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15740,5920,'_edit_lock','1566853407:11'),(15741,5920,'_yst_prominent_words_version','1'),(15742,5920,'_oembed_eb934fc97c6dfe31c8ffdee3843e0019','<iframe title=\"BUZZ Exclusive Feature: Butler showcases impressive car fleet\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/m47CbkFE2FI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(15743,5920,'_oembed_time_eb934fc97c6dfe31c8ffdee3843e0019','1566847045'),(15744,5922,'_wp_attached_file','2019/08/Halle-Berry.jpg'),(15745,5922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:4:\"file\";s:23:\"2019/08/Halle-Berry.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Halle-Berry-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:\"Halle-Berry-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Halle-Berry-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Halle-Berry-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Halle-Berry-1000x655.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:4:\"EHKK\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:505:\"Beverly Hills, CA  - *EXCLUSIVE* Halle Berry takes her little ones Nahla and Maceo shopping ahead of Thanksgiving at Bristol Farms in Beverly Hills. Halle holds hands with Maceo and wraps her arm around her growing Nahla, as they walk to the car.Pictured: Halle BerryBACKGRID USA 21 NOVEMBER 2017 BYLINE MUST READ: W Blanco / BACKGRIDUSA: +1 310 798 9111 / usasales@backgrid.comUK: +44 208 344 2007 / uksales@backgrid.com*UK Clients - Pictures Containing ChildrenPlease Pixelate Face Prior To Publication*\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:32:\"Copyright © 2017 BACKGRID, Inc.\";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:{}}}'),(15746,5923,'_wp_attached_file','2019/08/Gwen-Stefani.jpg'),(15747,5923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:903;s:4:\"file\";s:24:\"2019/08/Gwen-Stefani.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Gwen-Stefani-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:\"Gwen-Stefani-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Gwen-Stefani-768x462.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Gwen-Stefani-1024x616.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:616;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Gwen-Stefani-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:17:\"2018 Getty Images\";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:{}}}'),(15750,5902,'_yoast_wpseo_metadesc','Yet another member of the People National Party (PNP) has come out in support of incumbent president Dr. Peter Phillips, who is facing a leadership challenge from Peter Bunting.'),(15751,5924,'_wp_attached_file','2019/08/Craig-Butler-Jeep-Collection.jpg'),(15752,5924,'wpmf_size','1397813'),(15753,5924,'wpmf_filetype','jpg'),(15754,5924,'wpmf_order','0'),(15755,5924,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5137;s:6:\"height\";i:3244;s:4:\"file\";s:40:\"2019/08/Craig-Butler-Jeep-Collection.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Craig-Butler-Jeep-Collection-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:\"Craig-Butler-Jeep-Collection-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Craig-Butler-Jeep-Collection-768x485.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:485;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Craig-Butler-Jeep-Collection-1024x647.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:647;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Craig-Butler-Jeep-Collection-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564065163\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15756,5920,'_thumbnail_id','5924'),(15757,5920,'_edit_last','11'),(15758,5920,'smpush_mute_activated','no'),(15759,5920,'_yoast_wpseo_primary_category','2'),(15760,5920,'_yoast_wpseo_primary_sub-category','16'),(15761,5920,'video_parent_post_id',''),(15762,5920,'_yoast_wpseo_content_score','30'),(15763,5920,'_yoast_wpseo_focuskeywords','[]'),(15764,5920,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15765,5925,'_wp_attached_file','2019/08/rachel-zoe.jpg'),(15766,5925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:684;s:6:\"height\";i:727;s:4:\"file\";s:22:\"2019/08/rachel-zoe.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"rachel-zoe-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:\"rachel-zoe-282x300.jpg\";s:5:\"width\";i:282;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"rachel-zoe-684x655.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:655;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:{}}}'),(15767,5926,'_wp_attached_file','2019/08/Laura-Linney.jpg'),(15768,5926,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:840;s:6:\"height\";i:470;s:4:\"file\";s:24:\"2019/08/Laura-Linney.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Laura-Linney-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:\"Laura-Linney-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Laura-Linney-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;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:{}}}'),(15769,5927,'_wp_attached_file','2019/08/Tina-Fey.jpg'),(15770,5927,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:525;s:4:\"file\";s:20:\"2019/08/Tina-Fey.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Tina-Fey-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:\"Tina-Fey-171x300.jpg\";s:5:\"width\";i:171;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:{}}}'),(15771,5928,'_wp_attached_file','2019/08/mariah-carey-1.jpg'),(15772,5928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:433;s:4:\"file\";s:26:\"2019/08/mariah-carey-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"mariah-carey-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:26:\"mariah-carey-1-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;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:{}}}'),(15780,5931,'_wp_attached_file','2019/08/Nicole-Kidman-1.jpg'),(15781,5931,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:604;s:6:\"height\";i:768;s:4:\"file\";s:27:\"2019/08/Nicole-Kidman-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Nicole-Kidman-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:27:\"Nicole-Kidman-1-236x300.jpg\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Nicole-Kidman-1-604x655.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:655;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:\"1566832180\";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:{}}}'),(15782,5933,'_wp_attached_file','2019/08/Celine-Dion.jpg'),(15783,5933,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1407;s:4:\"file\";s:23:\"2019/08/Celine-Dion.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Celine-Dion-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:\"Celine-Dion-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:23:\"Celine-Dion-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:24:\"Celine-Dion-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Celine-Dion-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:25:\"NurPhoto via Getty Images\";s:6:\"camera\";s:15:\"Canon EOS 5DS R\";s:7:\"caption\";s:184:\"Celine Dion out with her child visit a shop in Paris, France, on July 17, 2017. Celine Dion is a Canadian singer and businesswoman. (Photo by Mehdi Taamallah/NurPhoto via Getty Images)\";s:17:\"created_timestamp\";s:10:\"1500274800\";s:9:\"copyright\";s:24:\"Mehdi Taamallah/NurPhoto\";s:12:\"focal_length\";s:3:\"140\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:20:\"Celine Dion In Paris\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:14:{i:0;s:4:\"News\";i:1;s:12:\"General News\";i:2;s:9:\"Lifestyle\";i:3;s:4:\"Arts\";i:4;s:13:\"Entertainment\";i:5;s:9:\"Celebrity\";i:6;s:7:\"July 17\";i:7;s:4:\"2017\";i:8;s:14:\"17th July 2017\";i:9;s:15:\"Canadian Singer\";i:10;s:13:\"Businesswoman\";i:11;s:5:\"Paris\";i:12;s:7:\"Walking\";i:13;s:18:\"Celine Dion France\";}}}'),(15784,5934,'_wp_attached_file','2019/08/Salma-Hayek.jpg'),(15785,5934,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:696;s:6:\"height\";i:696;s:4:\"file\";s:23:\"2019/08/Salma-Hayek.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Salma-Hayek-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:\"Salma-Hayek-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Salma-Hayek-696x655.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:655;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:{}}}'),(15786,5935,'_wp_attached_file','2019/08/Michelle-Duggar.jpeg'),(15787,5935,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:437;s:4:\"file\";s:28:\"2019/08/Michelle-Duggar.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Michelle-Duggar-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:28:\"Michelle-Duggar-300x182.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:182;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:{}}}'),(15789,5899,'_thumbnail_id','5935'),(15790,5899,'_edit_last','11'),(15791,5899,'xyz_smap','1'),(15792,5899,'smpush_mute_activated','no'),(15794,5899,'_yoast_wpseo_primary_category','3'),(15795,5899,'_yoast_wpseo_primary_sub-category','9'),(15796,5899,'sponsored_url',''),(15797,5899,'_yoast_wpseo_content_score','90'),(15798,5899,'_yoast_wpseo_focuskeywords','[]'),(15799,5899,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15807,5940,'_edit_lock','1566984673:11'),(15808,5940,'_yst_prominent_words_version','1'),(15809,5941,'_wp_attached_file','2019/08/rae-town-ball-2.png'),(15810,5941,'wpmf_size','988314'),(15811,5941,'wpmf_filetype','png'),(15812,5941,'wpmf_order','0'),(15813,5941,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:909;s:6:\"height\";i:552;s:4:\"file\";s:27:\"2019/08/rae-town-ball-2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"rae-town-ball-2-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:27:\"rae-town-ball-2-300x182.png\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"rae-town-ball-2-768x466.png\";s:5:\"width\";i:768;s:6:\"height\";i:466;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:{}}}'),(15814,5942,'_wp_attached_file','2019/08/rae-town-ball.png'),(15815,5942,'wpmf_size','1380236'),(15816,5942,'wpmf_filetype','png'),(15817,5942,'wpmf_order','0'),(15818,5942,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1225;s:6:\"height\";i:761;s:4:\"file\";s:25:\"2019/08/rae-town-ball.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"rae-town-ball-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:25:\"rae-town-ball-300x186.png\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"rae-town-ball-768x477.png\";s:5:\"width\";i:768;s:6:\"height\";i:477;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"rae-town-ball-1024x636.png\";s:5:\"width\";i:1024;s:6:\"height\";i:636;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"rae-town-ball-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(15819,5943,'_wp_attached_file','2019/08/coach-russell.png'),(15820,5943,'wpmf_size','523595'),(15821,5943,'wpmf_filetype','png'),(15822,5943,'wpmf_order','0'),(15823,5943,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1103;s:6:\"height\";i:649;s:4:\"file\";s:25:\"2019/08/coach-russell.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"coach-russell-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:25:\"coach-russell-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"coach-russell-768x452.png\";s:5:\"width\";i:768;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"coach-russell-1024x603.png\";s:5:\"width\";i:1024;s:6:\"height\";i:603;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"coach-russell-1060x649.png\";s:5:\"width\";i:1060;s:6:\"height\";i:649;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:{}}}'),(15824,5945,'_edit_lock','1566856968:11'),(15825,5945,'_yst_prominent_words_version','1'),(15827,5918,'_thumbnail_id','5941'),(15828,5918,'xyz_smap','1'),(15830,5945,'_oembed_37ba5e08b835e85127c6d3714120d82a','<iframe title=\"50 Cent - &quot;Big Rich Town&quot; REMIX (Feat. Trey Songz &amp; A Boogie Wit Da Hoodie)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/oCDXQOFzmRg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(15831,5945,'_oembed_time_37ba5e08b835e85127c6d3714120d82a','1566856899'),(15832,5948,'_wp_attached_file','2019/08/Comments-2.jpg'),(15833,5948,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:312;s:6:\"height\";i:206;s:4:\"file\";s:22:\"2019/08/Comments-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Comments-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:22:\"Comments-2-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;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:{}}}'),(15834,5949,'_wp_attached_file','2019/08/Comments-1.jpg'),(15835,5949,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:307;s:6:\"height\";i:224;s:4:\"file\";s:22:\"2019/08/Comments-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Comments-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:22:\"Comments-1-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;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:{}}}'),(15836,5945,'_oembed_29767262ace8bb885623646f734b100d','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">This theme song is the final betrayal <a href=\"https://twitter.com/hashtag/power?src=hash&amp;ref_src=twsrc%5Etfw\">#power</a></p>&mdash; hoodpodcast (@hoodpodcast) <a href=\"https://twitter.com/hoodpodcast/status/1165479796891148288?ref_src=twsrc%5Etfw\">August 25, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(15837,5945,'_oembed_time_29767262ace8bb885623646f734b100d','1566856899'),(15838,5951,'_wp_attached_file','2019/08/Trey-Songz-Reply.jpg'),(15839,5951,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:326;s:6:\"height\";i:103;s:4:\"file\";s:28:\"2019/08/Trey-Songz-Reply.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Trey-Songz-Reply-150x103.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Trey-Songz-Reply-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;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:{}}}'),(15840,5945,'_oembed_7a431b440d9743065fb267eb8b370d1e','<iframe title=\"Power | Opening Credits w/ Music by 50 Cent ft. Joe | STARZ\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/TGLwbMX0o5Y?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(15841,5945,'_oembed_time_7a431b440d9743065fb267eb8b370d1e','1566856899'),(15842,5953,'_edit_lock','1566856297:4'),(15843,5953,'_yst_prominent_words_version','1'),(15844,5945,'_edit_last','11'),(15845,5945,'smpush_mute_activated','no'),(15846,5945,'_yoast_wpseo_primary_category','2'),(15847,5945,'_yoast_wpseo_primary_sub-category','14'),(15848,5945,'sponsored_url',''),(15849,5945,'_yoast_wpseo_content_score','30'),(15850,5945,'_yoast_wpseo_focuskeywords','[]'),(15851,5945,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15852,5953,'_edit_last','4'),(15853,5953,'smpush_mute_activated','no'),(15854,5953,'_yoast_wpseo_primary_category','4'),(15855,5953,'_yoast_wpseo_primary_sub-category',''),(15856,5953,'sponsored_url',''),(15857,5953,'_yoast_wpseo_content_score','60'),(15858,5953,'_yoast_wpseo_focuskeywords','[]'),(15859,5953,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15860,5956,'_wp_attached_file','2019/08/Trey-Songz.jpg'),(15861,5956,'wpmf_size','175002'),(15862,5956,'wpmf_filetype','jpg'),(15863,5956,'wpmf_order','0'),(15864,5956,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2019/08/Trey-Songz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Trey-Songz-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:\"Trey-Songz-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:22:\"Trey-Songz-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:23:\"Trey-Songz-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Trey-Songz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(15865,5945,'_thumbnail_id','5956'),(15867,5945,'xyz_smap','1'),(15869,5958,'_wp_attached_file','2019/08/Money-mattersOption-2-Cover33.jpg'),(15870,5958,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:41:\"2019/08/Money-mattersOption-2-Cover33.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Money-mattersOption-2-Cover33-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:\"Money-mattersOption-2-Cover33-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Money-mattersOption-2-Cover33-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Money-mattersOption-2-Cover33-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Money-mattersOption-2-Cover33-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(15873,5959,'_wp_attached_file','2019/08/Money-mattersOption-2-Logo.jpg'),(15874,5959,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1033;s:6:\"height\";i:413;s:4:\"file\";s:38:\"2019/08/Money-mattersOption-2-Logo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Money-mattersOption-2-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:38:\"Money-mattersOption-2-Logo-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Money-mattersOption-2-Logo-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Money-mattersOption-2-Logo-1024x409.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:409;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:{}}}'),(15877,5953,'_thumbnail_id','5958'),(15880,5945,'_oembed_f5e35def252671297355be5dd8ea868e','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1o9m5OA-Qs/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1o9m5OA-Qs/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1o9m5OA-Qs/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">@50cent since we changing the theme song i just wanna submit my gospel jazz r&amp;b version for your consideration..?? #RnBMoney #TheGeneral #Elevation #Power #PowerSeason6 #PowerThemeSongChallenge</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/therealtank/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Tank</a> (@therealtank) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-26T20:09:48+00:00\">Aug 26, 2019 at 1:09pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(15881,5945,'_oembed_time_f5e35def252671297355be5dd8ea868e','1566856899'),(15884,5966,'_edit_lock','1566858645:9'),(15885,5966,'_yst_prominent_words_version','1'),(15886,5967,'_wp_attached_file','2019/08/Aqueduct-NegrilT.jpg'),(15887,5967,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1358;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2019/08/Aqueduct-NegrilT.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Aqueduct-NegrilT-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:\"Aqueduct-NegrilT-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Aqueduct-NegrilT-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Aqueduct-NegrilT-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Aqueduct-NegrilT-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560566450\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"280\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15888,5968,'_wp_attached_file','2019/08/Aqueduct-NegrilA.jpg'),(15889,5968,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1358;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2019/08/Aqueduct-NegrilA.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Aqueduct-NegrilA-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:\"Aqueduct-NegrilA-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Aqueduct-NegrilA-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Aqueduct-NegrilA-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Aqueduct-NegrilA-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560571202\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"280\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15890,5969,'_wp_attached_file','2019/08/Aqueduct-NegrilW.jpg'),(15891,5969,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1358;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2019/08/Aqueduct-NegrilW.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Aqueduct-NegrilW-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:\"Aqueduct-NegrilW-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Aqueduct-NegrilW-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Aqueduct-NegrilW-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Aqueduct-NegrilW-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560564944\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"280\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15892,5970,'_wp_attached_file','2019/08/Aqueduct-NegrilX.jpg'),(15893,5970,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1358;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2019/08/Aqueduct-NegrilX.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Aqueduct-NegrilX-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:\"Aqueduct-NegrilX-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Aqueduct-NegrilX-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Aqueduct-NegrilX-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Aqueduct-NegrilX-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560564915\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"280\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15894,5966,'_thumbnail_id','5968'),(15895,5966,'_edit_last','9'),(15896,5966,'smpush_mute_activated','no'),(15897,5966,'_yoast_wpseo_primary_category','3'),(15898,5966,'_yoast_wpseo_primary_sub-category','8'),(15899,5966,'sponsored_url',''),(15900,5966,'_yoast_wpseo_content_score','60'),(15901,5966,'_yoast_wpseo_focuskeywords','[]'),(15902,5966,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15904,5966,'xyz_smap','1'),(15906,5559,'_wpmf_gallery_custom_image_link',''),(15907,5559,'_gallery_link_target',''),(15908,3710,'_wpmf_gallery_custom_image_link',''),(15909,3710,'_gallery_link_target',''),(15910,1674,'_wpmf_gallery_custom_image_link',''),(15911,1674,'_gallery_link_target',''),(15912,5973,'_edit_lock','1566910876:14'),(15913,5973,'_yst_prominent_words_version','1'),(15914,5974,'_edit_lock','1566858986:9'),(15915,5974,'_yst_prominent_words_version','1'),(15916,5975,'_wp_attached_file','2019/08/kim-kardashian.jpg'),(15917,5975,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:26:\"2019/08/kim-kardashian.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"kim-kardashian-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:\"kim-kardashian-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"kim-kardashian-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(15918,5974,'_thumbnail_id','5975'),(15919,5974,'_edit_last','9'),(15920,5974,'smpush_mute_activated','no'),(15921,5974,'_yoast_wpseo_primary_category','2'),(15922,5974,'_yoast_wpseo_primary_sub-category','10'),(15923,5974,'sponsored_url',''),(15924,5974,'_yoast_wpseo_content_score','30'),(15925,5974,'_yoast_wpseo_focuskeywords','[]'),(15926,5974,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15928,5974,'xyz_smap','1'),(15930,5977,'_edit_lock','1566861419:9'),(15931,5977,'_yst_prominent_words_version','1'),(15932,5978,'_wp_attached_file','2019/08/DSC_0034.jpg'),(15933,5978,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:611;s:4:\"file\";s:20:\"2019/08/DSC_0034.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0034-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:\"DSC_0034-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"DSC_0034-768x458.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0034-1024x611.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:611;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:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566055846\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15934,5979,'_wp_attached_file','2019/08/Dr-Birdz-A.jpg'),(15935,5979,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:611;s:4:\"file\";s:22:\"2019/08/Dr-Birdz-A.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Dr-Birdz-A-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:\"Dr-Birdz-A-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Dr-Birdz-A-768x458.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Dr-Birdz-A-1024x611.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:611;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:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566055846\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15936,5980,'_wp_attached_file','2019/08/Dr-Birdz-ChinLoy_Evo2019.jpg'),(15937,5980,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:770;s:4:\"file\";s:36:\"2019/08/Dr-Birdz-ChinLoy_Evo2019.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Dr-Birdz-ChinLoy_Evo2019-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:\"Dr-Birdz-ChinLoy_Evo2019-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Dr-Birdz-ChinLoy_Evo2019-768x578.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:578;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Dr-Birdz-ChinLoy_Evo2019-1024x770.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Dr-Birdz-ChinLoy_Evo2019-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(15938,5981,'_wp_attached_file','2019/08/Dr-Birdz-ChinLoy_Evo2019-1.jpg'),(15939,5981,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:770;s:4:\"file\";s:38:\"2019/08/Dr-Birdz-ChinLoy_Evo2019-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Dr-Birdz-ChinLoy_Evo2019-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:38:\"Dr-Birdz-ChinLoy_Evo2019-1-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Dr-Birdz-ChinLoy_Evo2019-1-768x578.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:578;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Dr-Birdz-ChinLoy_Evo2019-1-1024x770.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Dr-Birdz-ChinLoy_Evo2019-1-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(15940,5982,'_wp_attached_file','2019/08/Dr-Birdz-Andrew_Evo2019.jpg'),(15941,5982,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:736;s:4:\"file\";s:35:\"2019/08/Dr-Birdz-Andrew_Evo2019.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Dr-Birdz-Andrew_Evo2019-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:\"Dr-Birdz-Andrew_Evo2019-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Dr-Birdz-Andrew_Evo2019-768x552.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:552;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Dr-Birdz-Andrew_Evo2019-1024x736.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Dr-Birdz-Andrew_Evo2019-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(15942,5977,'_thumbnail_id','5979'),(15943,5977,'_edit_last','9'),(15944,5977,'smpush_mute_activated','no'),(15945,5977,'_yoast_wpseo_primary_category','2'),(15946,5977,'_yoast_wpseo_primary_sub-category','881'),(15947,5977,'sponsored_url',''),(15948,5977,'_yoast_wpseo_content_score','60'),(15949,5977,'_yoast_wpseo_focuskeywords','[]'),(15950,5977,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15951,5984,'_edit_lock','1566910789:14'),(15952,5984,'_yst_prominent_words_version','1'),(15953,5973,'_edit_last','14'),(15954,5973,'smpush_mute_activated','no'),(15955,5973,'_yoast_wpseo_primary_category','2'),(15956,5973,'_yoast_wpseo_primary_sub-category','7'),(15957,5973,'sponsored_url',''),(15958,5973,'_yoast_wpseo_content_score','30'),(15959,5973,'_yoast_wpseo_focuskeywords','[]'),(15960,5973,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15961,5986,'_wp_attached_file','2019/08/Leonardo-DiCaprio.jpg'),(15962,5986,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:29:\"2019/08/Leonardo-DiCaprio.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Leonardo-DiCaprio-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:\"Leonardo-DiCaprio-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Leonardo-DiCaprio-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(15963,5984,'_thumbnail_id','5986'),(15964,5984,'_edit_last','14'),(15965,5984,'smpush_mute_activated','no'),(15966,5984,'_yoast_wpseo_primary_category','4'),(15967,5984,'_yoast_wpseo_primary_sub-category','14'),(15968,5984,'sponsored_url',''),(15969,5984,'_yoast_wpseo_content_score','30'),(15970,5984,'_yoast_wpseo_focuskeywords','[]'),(15971,5984,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15972,5988,'_edit_lock','1566876263:4'),(15973,5988,'_yst_prominent_words_version','1'),(15974,5988,'_edit_last','4'),(15975,5988,'smpush_mute_activated','no'),(15976,5988,'_yoast_wpseo_primary_category','2'),(15977,5988,'_yoast_wpseo_primary_sub-category','16'),(15978,5988,'sponsored_url',''),(15979,5988,'_yoast_wpseo_content_score','30'),(15980,5988,'_yoast_wpseo_focuskeywords','[]'),(15981,5988,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(15982,5991,'_wp_attached_file','2019/08/IMG_8172.png'),(15983,5991,'wpmf_size','1027207'),(15984,5991,'wpmf_filetype','png'),(15985,5991,'wpmf_order','0'),(15986,5991,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:820;s:6:\"height\";i:544;s:4:\"file\";s:20:\"2019/08/IMG_8172.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_8172-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:\"IMG_8172-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_8172-768x510.png\";s:5:\"width\";i:768;s:6:\"height\";i:510;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:{}}}'),(15987,5992,'_wp_attached_file','2019/08/IMG_8184.jpg'),(15988,5992,'wpmf_size','251117'),(15989,5992,'wpmf_filetype','jpg'),(15990,5992,'wpmf_order','0'),(15991,5992,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1234;s:6:\"height\";i:1117;s:4:\"file\";s:20:\"2019/08/IMG_8184.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_8184-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:\"IMG_8184-300x272.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_8184-768x695.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:695;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_8184-1024x927.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:927;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_8184-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1566645860\";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:{}}}'),(15992,5993,'_wp_attached_file','2019/08/IMG_8187.jpg'),(15993,5993,'wpmf_size','1301502'),(15994,5993,'wpmf_filetype','jpg'),(15995,5993,'wpmf_order','0'),(15996,5993,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3061;s:6:\"height\";i:1453;s:4:\"file\";s:20:\"2019/08/IMG_8187.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_8187-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:\"IMG_8187-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_8187-768x365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_8187-1024x486.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_8187-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1432749831\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:18:\"0.0009861932938856\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15997,5994,'_wp_attached_file','2019/08/IMG_8195.png'),(15998,5994,'wpmf_size','746147'),(15999,5994,'wpmf_filetype','png'),(16000,5994,'wpmf_order','0'),(16001,5994,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:743;s:6:\"height\";i:499;s:4:\"file\";s:20:\"2019/08/IMG_8195.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_8195-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:\"IMG_8195-300x201.png\";s:5:\"width\";i:300;s:6:\"height\";i:201;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:{}}}'),(16002,5995,'_wp_attached_file','2019/08/IMG_8198.png'),(16003,5995,'wpmf_size','958264'),(16004,5995,'wpmf_filetype','png'),(16005,5995,'wpmf_order','0'),(16006,5995,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:782;s:6:\"height\";i:642;s:4:\"file\";s:20:\"2019/08/IMG_8198.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_8198-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:\"IMG_8198-300x246.png\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_8198-768x631.png\";s:5:\"width\";i:768;s:6:\"height\";i:631;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:{}}}'),(16007,5996,'_wp_attached_file','2019/08/IMG_8200.png'),(16008,5996,'wpmf_size','1068551'),(16009,5996,'wpmf_filetype','png'),(16010,5996,'wpmf_order','0'),(16011,5996,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:706;s:4:\"file\";s:20:\"2019/08/IMG_8200.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_8200-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:\"IMG_8200-300x264.png\";s:5:\"width\";i:300;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_8200-768x677.png\";s:5:\"width\";i:768;s:6:\"height\";i:677;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_8200-801x655.png\";s:5:\"width\";i:801;s:6:\"height\";i:655;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:{}}}'),(16012,5997,'_wp_attached_file','2019/08/howard-pounall-plane.JPG.png'),(16013,5997,'wpmf_size','1053828'),(16014,5997,'wpmf_filetype','png'),(16015,5997,'wpmf_order','0'),(16016,5997,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:759;s:6:\"height\";i:651;s:4:\"file\";s:36:\"2019/08/howard-pounall-plane.JPG.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"howard-pounall-plane.JPG-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:36:\"howard-pounall-plane.JPG-300x257.png\";s:5:\"width\";i:300;s:6:\"height\";i:257;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:{}}}'),(16017,5998,'_wp_attached_file','2019/08/IMG_8158.jpg'),(16018,5998,'wpmf_size','272929'),(16019,5998,'wpmf_filetype','jpg'),(16020,5998,'wpmf_order','0'),(16021,5998,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1241;s:6:\"height\";i:755;s:4:\"file\";s:20:\"2019/08/IMG_8158.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_8158-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:\"IMG_8158-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_8158-768x467.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_8158-1024x623.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:623;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_8158-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1566517840\";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:{}}}'),(16022,5999,'_wp_attached_file','2019/08/IMG_8163.jpg'),(16023,5999,'wpmf_size','399137'),(16024,5999,'wpmf_filetype','jpg'),(16025,5999,'wpmf_order','0'),(16026,5999,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1242;s:6:\"height\";i:1293;s:4:\"file\";s:20:\"2019/08/IMG_8163.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_8163-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:\"IMG_8163-288x300.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_8163-768x800.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_8163-984x1024.jpg\";s:5:\"width\";i:984;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_8163-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1566518368\";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:{}}}'),(16027,6000,'_wp_attached_file','2019/08/IMG_8164.jpg'),(16028,6000,'wpmf_size','269692'),(16029,6000,'wpmf_filetype','jpg'),(16030,6000,'wpmf_order','0'),(16031,6000,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1242;s:6:\"height\";i:914;s:4:\"file\";s:20:\"2019/08/IMG_8164.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_8164-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:\"IMG_8164-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_8164-768x565.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:565;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_8164-1024x754.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:754;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_8164-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1566518412\";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:{}}}'),(16032,6001,'_edit_lock','1566869864:4'),(16033,6001,'_yst_prominent_words_version','1'),(16034,6001,'_edit_last','4'),(16035,6001,'smpush_mute_activated','no'),(16036,6001,'_yoast_wpseo_primary_category','4'),(16037,6001,'_yoast_wpseo_primary_sub-category','16'),(16038,6001,'sponsored_url',''),(16039,6001,'_yoast_wpseo_content_score','30'),(16040,6001,'_yoast_wpseo_focuskeywords','[]'),(16041,6001,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16042,6003,'_wp_attached_file','2019/08/ts-dorian.jpg'),(16043,6003,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:810;s:4:\"file\";s:21:\"2019/08/ts-dorian.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ts-dorian-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:\"ts-dorian-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:21:\"ts-dorian-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"ts-dorian-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"ts-dorian-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(16045,6001,'_thumbnail_id','6003'),(16046,6001,'xyz_smap','1'),(16048,6005,'_edit_lock','1566872834:4'),(16049,6005,'_yst_prominent_words_version','1'),(16050,6006,'_wp_attached_file','2019/08/barbados-ts-dorian.jpg'),(16051,6006,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2327;s:6:\"height\";i:1309;s:4:\"file\";s:30:\"2019/08/barbados-ts-dorian.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"barbados-ts-dorian-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:\"barbados-ts-dorian-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:30:\"barbados-ts-dorian-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:31:\"barbados-ts-dorian-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"barbados-ts-dorian-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G930U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566814784\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:19:\"0.00036764705882353\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16052,6007,'_wp_attached_file','2019/08/barbados-Tropical-Storm-Dorian-20190826-.jpg'),(16053,6007,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2844;s:6:\"height\";i:1600;s:4:\"file\";s:52:\"2019/08/barbados-Tropical-Storm-Dorian-20190826-.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"barbados-Tropical-Storm-Dorian-20190826--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:52:\"barbados-Tropical-Storm-Dorian-20190826--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:52:\"barbados-Tropical-Storm-Dorian-20190826--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:53:\"barbados-Tropical-Storm-Dorian-20190826--1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"barbados-Tropical-Storm-Dorian-20190826--1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G930U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566818434\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:19:\"0.00022321428571429\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16054,6005,'_thumbnail_id','6006'),(16055,6005,'_edit_last','4'),(16056,6005,'smpush_mute_activated','no'),(16057,6005,'_yoast_wpseo_primary_category','4'),(16058,6005,'_yoast_wpseo_primary_sub-category','13'),(16059,6005,'sponsored_url',''),(16060,6005,'_yoast_wpseo_content_score','60'),(16061,6005,'_yoast_wpseo_focuskeywords','[]'),(16062,6005,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16064,6005,'xyz_smap','1'),(16066,5988,'_thumbnail_id','5997'),(16067,6011,'_edit_lock','1566910686:4'),(16068,6011,'_yst_prominent_words_version','1'),(16069,6012,'_wp_attached_file','2019/08/Barbados-Tropical-Storm-Harvey-2017.jpg'),(16070,6012,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:47:\"2019/08/Barbados-Tropical-Storm-Harvey-2017.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Barbados-Tropical-Storm-Harvey-2017-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:\"Barbados-Tropical-Storm-Harvey-2017-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:47:\"Barbados-Tropical-Storm-Harvey-2017-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:48:\"Barbados-Tropical-Storm-Harvey-2017-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"Barbados-Tropical-Storm-Harvey-2017-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(16071,6013,'_wp_attached_file','2019/08/Barbados-Hurricane-Janet-Source-UK-National-Archives.jpg'),(16072,6013,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3038;s:6:\"height\";i:2447;s:4:\"file\";s:64:\"2019/08/Barbados-Hurricane-Janet-Source-UK-National-Archives.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"Barbados-Hurricane-Janet-Source-UK-National-Archives-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:64:\"Barbados-Hurricane-Janet-Source-UK-National-Archives-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:64:\"Barbados-Hurricane-Janet-Source-UK-National-Archives-768x619.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:619;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:65:\"Barbados-Hurricane-Janet-Source-UK-National-Archives-1024x825.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:825;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:65:\"Barbados-Hurricane-Janet-Source-UK-National-Archives-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:1349:\"<b>Description:</b> Barbados. \'Houses blown across the road by the angry wind prevented free passage to pedestrians and vehicles of all kinds\'. [Hurricane Janet] Photograph No R 21169 Official Barbados photograph compiled by Central Office of Information. Department of Education hand stamp appears on the reverse. \n\n<b>Location:</b> Barbados\n\n<b>Date:</b> [1955]\n\n<b>Our Catalogue Reference:</b> INF 10/48/28\n\nThis image is part of the Central Office of Information\'s photographic collection held at The National Archives, uploaded as part of the <a href=\"http://www.nationalarchives.gov.uk/caribbean\">Caribbean Through a Lens project</a></p>.\n\n<b>We need your help</b> to fill in the gaps, to unearth the missing stories, the social and cultural memories from this selection of colonial recordings.\n\nDo you recognise anything or anyone in the photographs?\n\nDo they provoke any personal or historical memories?\n\nIf so, please leave your comments, tags and stories to enrich our records.\n\nIf you would like to get involved in our community project Caribbean through a lens, <a href=\"mailto:education@nationalarchives.gov.uk\" rel=\"nofollow\">we would love to hear from you</a>.\n\nFor high quality reproductions of any item from our collection please contact our <a href=\'http://www.nationalarchives.gov.uk/imagelibrary\' rel=\'nofollow\'>image library</a>\";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:{}}}'),(16073,6011,'_thumbnail_id','6012'),(16074,6011,'_edit_last','4'),(16075,6011,'smpush_mute_activated','no'),(16076,6011,'_yoast_wpseo_primary_category','4'),(16077,6011,'_yoast_wpseo_primary_sub-category','13'),(16078,6011,'sponsored_url',''),(16079,6011,'_yoast_wpseo_content_score','30'),(16080,6011,'_yoast_wpseo_focuskeywords','[]'),(16081,6011,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16082,6016,'_edit_lock','1566877329:4'),(16083,6016,'_yst_prominent_words_version','1'),(16084,6016,'_thumbnail_id','6003'),(16085,6016,'_edit_last','4'),(16086,6016,'smpush_mute_activated','no'),(16087,6016,'_yoast_wpseo_primary_category','4'),(16088,6016,'_yoast_wpseo_primary_sub-category','16'),(16089,6016,'sponsored_url',''),(16090,6016,'_yoast_wpseo_content_score','30'),(16091,6016,'_yoast_wpseo_focuskeywords','[]'),(16092,6016,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16094,6016,'xyz_smap','1'),(16098,5973,'xyz_smap','1'),(16100,5988,'xyz_smap','1'),(16102,6020,'_edit_lock','1566911467:4'),(16103,6020,'_yst_prominent_words_version','1'),(16104,5977,'xyz_smap','1'),(16106,6011,'xyz_smap','1'),(16108,6021,'_wp_attached_file','2019/08/bus-service-barbados.jpg'),(16109,6021,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1407;s:6:\"height\";i:791;s:4:\"file\";s:32:\"2019/08/bus-service-barbados.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"bus-service-barbados-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:\"bus-service-barbados-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:32:\"bus-service-barbados-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:33:\"bus-service-barbados-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"bus-service-barbados-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(16110,6022,'_wp_attached_file','2019/08/private-bus-service-barbados.jpg'),(16111,6022,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:40:\"2019/08/private-bus-service-barbados.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"private-bus-service-barbados-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:\"private-bus-service-barbados-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:40:\"private-bus-service-barbados-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:41:\"private-bus-service-barbados-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"private-bus-service-barbados-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(16112,6023,'_wp_attached_file','2019/08/workmen-removing-shutter-barbados.jpg'),(16113,6023,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1451;s:6:\"height\";i:815;s:4:\"file\";s:45:\"2019/08/workmen-removing-shutter-barbados.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"workmen-removing-shutter-barbados-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:45:\"workmen-removing-shutter-barbados-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:45:\"workmen-removing-shutter-barbados-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"workmen-removing-shutter-barbados-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"workmen-removing-shutter-barbados-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(16115,6020,'_thumbnail_id','6023'),(16116,6020,'_edit_last','4'),(16117,6020,'xyz_smap','1'),(16118,6020,'smpush_mute_activated','no'),(16120,6020,'_yoast_wpseo_primary_category','4'),(16121,6020,'_yoast_wpseo_primary_sub-category','16'),(16122,6020,'sponsored_url',''),(16123,6020,'_yoast_wpseo_content_score','30'),(16124,6020,'_yoast_wpseo_focuskeywords','[]'),(16125,6020,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16135,5984,'xyz_smap','1'),(16138,5841,'_edit_last','4'),(16139,5841,'xyz_smap','1'),(16140,5841,'smpush_mute_activated','no'),(16142,5841,'_yoast_wpseo_primary_category','4'),(16143,5841,'_yoast_wpseo_primary_sub-category','16'),(16144,5841,'sponsored_url',''),(16145,5841,'_yoast_wpseo_content_score','60'),(16146,5841,'_yoast_wpseo_focuskeywords','[]'),(16147,5841,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16148,4075,'_yst_prominent_words_version','1'),(16149,6033,'_wp_attached_file','2019/08/TwoGirls_Profile.jpg'),(16150,6033,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3405;s:6:\"height\";i:2337;s:4:\"file\";s:28:\"2019/08/TwoGirls_Profile.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"TwoGirls_Profile-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:\"TwoGirls_Profile-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"TwoGirls_Profile-768x527.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"TwoGirls_Profile-1024x703.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:703;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"TwoGirls_Profile-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:7:\"E064740\";s:6:\"camera\";s:18:\"Canon EOS Rebel T6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566895943\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16152,5879,'_wp_old_date','2019-08-26'),(16153,5879,'_thumbnail_id','6033'),(16154,5879,'xyz_smap','1'),(16156,6036,'_edit_lock','1566927981:4'),(16157,6036,'_yst_prominent_words_version','1'),(16158,6037,'_wp_attached_file','2019/08/steve-deAngelo-and-douglas-gordon.jpg'),(16159,6037,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2642;s:6:\"height\";i:1643;s:4:\"file\";s:45:\"2019/08/steve-deAngelo-and-douglas-gordon.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"steve-deAngelo-and-douglas-gordon-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:45:\"steve-deAngelo-and-douglas-gordon-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"steve-deAngelo-and-douglas-gordon-768x478.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"steve-deAngelo-and-douglas-gordon-1024x637.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:637;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"steve-deAngelo-and-douglas-gordon-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"SM-G965U1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1556880095\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.058823529411765\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16160,6038,'_wp_attached_file','2019/08/steve-deAngelo-.jpg'),(16161,6038,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:809;s:4:\"file\";s:27:\"2019/08/steve-deAngelo-.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"steve-deAngelo--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:\"steve-deAngelo--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:\"steve-deAngelo--768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"steve-deAngelo--1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"steve-deAngelo--1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(16164,6039,'_wp_attached_file','2019/08/steve-deAngelo-22.jpg'),(16165,6039,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:29:\"2019/08/steve-deAngelo-22.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"steve-deAngelo-22-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:\"steve-deAngelo-22-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"steve-deAngelo-22-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"steve-deAngelo-22-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"steve-deAngelo-22-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(16166,6040,'_edit_lock','1566928374:11'),(16167,6040,'_yst_prominent_words_version','1'),(16168,6036,'_edit_last','4'),(16169,6036,'smpush_mute_activated','no'),(16170,6036,'_yoast_wpseo_primary_category','3'),(16171,6036,'_yoast_wpseo_primary_sub-category','16'),(16172,6036,'sponsored_url',''),(16173,6036,'_yoast_wpseo_content_score','30'),(16174,6036,'_yoast_wpseo_focuskeywords','[]'),(16175,6036,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16176,6042,'_wp_attached_file','2019/08/harbourside.jpg'),(16177,6042,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2019/08/harbourside.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"harbourside-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:\"harbourside-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"harbourside-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"harbourside-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"harbourside-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(16178,6043,'_wp_attached_file','2019/08/harbourside-1.jpg'),(16179,6043,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"2019/08/harbourside-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"harbourside-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:25:\"harbourside-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"harbourside-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"harbourside-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"harbourside-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(16180,6044,'_wp_attached_file','2019/08/harbsde.jpg'),(16181,6044,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:681;s:6:\"height\";i:357;s:4:\"file\";s:19:\"2019/08/harbsde.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"harbsde-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:\"harbsde-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;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:{}}}'),(16182,6040,'_oembed_798a36b3232c9acc3a5ea781b0db6826','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1kMIrUnOjA/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1kMIrUnOjA/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1kMIrUnOjA/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Wanna take time to big up my Bredrin: @chris.dehring CEO of #ReadyTV and @katiadehring on the launch of #ReadyNet last Thursday in Mullet Hall Portland ... for the 1st time Residents had the opportunity to witness satellite internet in this rural community’ I’m honored to be apart of this’ and salute the #ReadyTV/ ReadyNet team on their hard work and brilliant execution. Also wanna take time out to big up Cass. Casanova! On his genius and leadership. This venture is very important to the development of jamaica.  #ReadyTv and the Ready team is doing an excellent job leading Jamaica to the 1st world in technology. It’s not just important to provide fast and reliable internet to these rural areas ... it’s also very important that it’s affordable! ...as demonstrated by the two young ladies at the launch in Mullet Hall ( Shilo and Rickayla) ..it would cost Shilo who lives in Kingston $2,500 JA dollars a month, including GOJ fees, but would cost Rickayla who lives in Mullet Hall Port Antonio $25,000 JA dollars a month including GOJ fees to get the same and Internet package, it’s great that the Ready Net Team is working along side the Jamaican Govt., to try and make it affordable for all. Special thanx to Hon. Daryl Vaz M.P. For Portland and Hon. Fayval Williams, Minister of Science, Energy and Technology, And Therese Turner-Jones of the Inter-American Development Bank and Judy Green of the International Finance Corporation/World Bank for their hard work and support .. and the ReadyTv team and Ready tv commandos. Well done!</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/direalshaggy/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Shaggy Aka Mr Boombastic O.D</a> (@direalshaggy) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-24T23:38:50+00:00\">Aug 24, 2019 at 4:38pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(16183,6040,'_oembed_time_798a36b3232c9acc3a5ea781b0db6826','1566925977'),(16185,6036,'_thumbnail_id','6038'),(16186,6036,'xyz_smap','1'),(16188,6047,'_wp_attached_file','2019/08/Chris-Dehring.jpeg'),(16189,6047,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1124;s:6:\"height\";i:605;s:4:\"file\";s:26:\"2019/08/Chris-Dehring.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Chris-Dehring-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:26:\"Chris-Dehring-300x161.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Chris-Dehring-768x413.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Chris-Dehring-1024x551.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Chris-Dehring-1060x605.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:605;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:{}}}'),(16190,6040,'_oembed_e3ff671913614eb65d8db0ccb5d4fb43','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1j_wPwBTBH/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1j_wPwBTBH/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1j_wPwBTBH/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Twins... born 2 days apart. Besties Bright &amp; Beautiful. Except one gets 24/7 internet for J$2,500 a month.. while GOJ fees alone for the other to get in Mullet Hall would be J$25,000/month. We can fix this.</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/chris.dehring/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Chris Dehring</a> (@chris.dehring) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-24T21:50:39+00:00\">Aug 24, 2019 at 2:50pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(16191,6040,'_oembed_time_e3ff671913614eb65d8db0ccb5d4fb43','1566926400'),(16192,6040,'_oembed_c9784e8bf17728837c3818a3690d0cbb','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1jGQkSB6bI/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1jGQkSB6bI/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1jGQkSB6bI/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">The magic of Satellite Internet.. Anyone. Anywhere. Anytime.</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/chris.dehring/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Chris Dehring</a> (@chris.dehring) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-24T13:28:15+00:00\">Aug 24, 2019 at 6:28am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(16193,6040,'_oembed_time_c9784e8bf17728837c3818a3690d0cbb','1566926660'),(16194,6050,'_edit_lock','1566935902:4'),(16195,6050,'_yst_prominent_words_version','1'),(16196,6051,'_wp_attached_file','2019/08/Shaggy-and-Team.jpg'),(16197,6051,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:27:\"2019/08/Shaggy-and-Team.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Shaggy-and-Team-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:\"Shaggy-and-Team-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:27:\"Shaggy-and-Team-768x512.jpg\";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:{}}}'),(16198,6052,'_wp_attached_file','2019/08/Dehring-with-Kids.jpg'),(16199,6052,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:29:\"2019/08/Dehring-with-Kids.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Dehring-with-Kids-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:\"Dehring-with-Kids-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:29:\"Dehring-with-Kids-768x512.jpg\";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:{}}}'),(16200,6040,'_oembed_8d19d26a1f64cf9fe5bd609b5542ca17','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Satellite internet will soon be commercially available to rural villages and remote farmers. High Speed broadband internet will drastically improve greenhouse farming, research, innovation and communication! <a href=\"https://twitter.com/ReadyTV_Ja?ref_src=twsrc%5Etfw\">@readytv_ja</a>  <a href=\"https://twitter.com/DiRealShaggy?ref_src=twsrc%5Etfw\">@direalshaggy</a> <a href=\"https://t.co/Orihe00fcZ\">pic.twitter.com/Orihe00fcZ</a></p>&mdash; Audley Shaw (@AudleyShaw) <a href=\"https://twitter.com/AudleyShaw/status/1165466727641210881?ref_src=twsrc%5Etfw\">August 25, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(16201,6040,'_oembed_time_8d19d26a1f64cf9fe5bd609b5542ca17','1566928037'),(16203,6040,'_thumbnail_id','6052'),(16204,6040,'_edit_last','11'),(16205,6040,'xyz_smap','1'),(16206,6040,'smpush_mute_activated','no'),(16208,6040,'_yoast_wpseo_primary_category','4'),(16209,6040,'_yoast_wpseo_primary_sub-category','881'),(16210,6040,'sponsored_url',''),(16211,6040,'_yoast_wpseo_content_score','30'),(16212,6040,'_yoast_wpseo_focuskeywords','[]'),(16213,6040,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16214,6055,'_wp_attached_file','2019/08/lab-sample.jpg'),(16215,6055,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:857;s:4:\"file\";s:22:\"2019/08/lab-sample.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"lab-sample-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:\"lab-sample-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:22:\"lab-sample-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"lab-sample-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"lab-sample-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(16216,6050,'_edit_last','4'),(16217,6050,'smpush_mute_activated','no'),(16218,6050,'_yoast_wpseo_primary_category','4'),(16219,6050,'_yoast_wpseo_primary_sub-category','5'),(16220,6050,'sponsored_url',''),(16221,6050,'_yoast_wpseo_content_score','60'),(16222,6050,'_yoast_wpseo_focuskeywords','[]'),(16223,6050,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16224,6057,'_edit_lock','1567010073:9'),(16225,6057,'_yst_prominent_words_version','1'),(16226,6058,'_wp_attached_file','2019/08/labsample.jpg'),(16227,6058,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1380;s:4:\"file\";s:21:\"2019/08/labsample.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"labsample-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:\"labsample-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"labsample-768x530.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"labsample-1024x707.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:707;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"labsample-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:2:\"AP\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:119:\"A Florida Department of Health employee processes a urine sample to test for the Zika virus on Sept. 14 in Miami Beach.\";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:12:\"zika-testing\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:19:\"|storyid=494592598|\";}}}'),(16229,6050,'_thumbnail_id','6058'),(16230,6050,'xyz_smap','1'),(16232,6060,'_wp_attached_file','2019/08/DAngel-1.jpg'),(16233,6060,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:582;s:4:\"file\";s:20:\"2019/08/DAngel-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DAngel-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:20:\"DAngel-1-247x300.jpg\";s:5:\"width\";i:247;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(16234,6061,'_wp_attached_file','2019/08/DAngel-2.jpg'),(16235,6061,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:584;s:4:\"file\";s:20:\"2019/08/DAngel-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DAngel-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:20:\"DAngel-2-247x300.jpg\";s:5:\"width\";i:247;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(16236,6062,'_wp_attached_file','2019/08/DAngel-3.jpg'),(16237,6062,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:407;s:6:\"height\";i:488;s:4:\"file\";s:20:\"2019/08/DAngel-3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DAngel-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:20:\"DAngel-3-250x300.jpg\";s:5:\"width\";i:250;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(16238,6063,'_wp_attached_file','2019/08/DAngel-4.jpg'),(16239,6063,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:512;s:4:\"file\";s:20:\"2019/08/DAngel-4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DAngel-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:20:\"DAngel-4-281x300.jpg\";s:5:\"width\";i:281;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(16240,6064,'_wp_attached_file','2019/08/DAngel-5.jpg'),(16241,6064,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:589;s:4:\"file\";s:20:\"2019/08/DAngel-5.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DAngel-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:20:\"DAngel-5-244x300.jpg\";s:5:\"width\";i:244;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(16242,6065,'_wp_attached_file','2019/08/DAngel-6.jpg'),(16243,6065,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:377;s:6:\"height\";i:468;s:4:\"file\";s:20:\"2019/08/DAngel-6.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DAngel-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:20:\"DAngel-6-242x300.jpg\";s:5:\"width\";i:242;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(16244,6065,'_wpmf_gallery_custom_image_link',''),(16245,6065,'_gallery_link_target',''),(16246,6064,'_wpmf_gallery_custom_image_link',''),(16247,6064,'_gallery_link_target',''),(16248,6063,'_wpmf_gallery_custom_image_link',''),(16249,6063,'_gallery_link_target',''),(16250,6062,'_wpmf_gallery_custom_image_link',''),(16251,6062,'_gallery_link_target',''),(16252,6061,'_wpmf_gallery_custom_image_link',''),(16253,6061,'_gallery_link_target',''),(16254,6060,'_wpmf_gallery_custom_image_link',''),(16255,6060,'_gallery_link_target',''),(16256,6058,'_wpmf_gallery_custom_image_link',''),(16257,6058,'_gallery_link_target',''),(16258,6055,'_wpmf_gallery_custom_image_link',''),(16259,6055,'_gallery_link_target',''),(16260,6052,'_wpmf_gallery_custom_image_link',''),(16261,6052,'_gallery_link_target',''),(16262,6051,'_wpmf_gallery_custom_image_link',''),(16263,6051,'_gallery_link_target',''),(16264,6047,'_wpmf_gallery_custom_image_link',''),(16265,6047,'_gallery_link_target',''),(16266,6044,'_wpmf_gallery_custom_image_link',''),(16267,6044,'_gallery_link_target',''),(16268,6043,'_wpmf_gallery_custom_image_link',''),(16269,6043,'_gallery_link_target',''),(16270,6042,'_wpmf_gallery_custom_image_link',''),(16271,6042,'_gallery_link_target',''),(16272,6039,'_wpmf_gallery_custom_image_link',''),(16273,6039,'_gallery_link_target',''),(16274,6038,'_wpmf_gallery_custom_image_link',''),(16275,6038,'_gallery_link_target',''),(16276,6037,'_wpmf_gallery_custom_image_link',''),(16277,6037,'_gallery_link_target',''),(16278,6033,'_wpmf_gallery_custom_image_link',''),(16279,6033,'_gallery_link_target',''),(16280,6023,'_wpmf_gallery_custom_image_link',''),(16281,6023,'_gallery_link_target',''),(16282,6022,'_wpmf_gallery_custom_image_link',''),(16283,6022,'_gallery_link_target',''),(16285,6057,'_thumbnail_id','6213'),(16286,6057,'_edit_last','9'),(16287,6057,'xyz_smap','1'),(16288,6057,'smpush_mute_activated','no'),(16290,6057,'_yoast_wpseo_primary_category','2'),(16291,6057,'_yoast_wpseo_primary_sub-category','14'),(16292,6057,'sponsored_url',''),(16293,6057,'_yoast_wpseo_content_score','30'),(16294,6057,'_yoast_wpseo_focuskeywords','[]'),(16295,6057,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16296,6067,'_edit_lock','1566933677:12'),(16297,6067,'_yst_prominent_words_version','1'),(16300,6069,'_edit_lock','1566936072:12'),(16301,6069,'_yst_prominent_words_version','1'),(16302,6070,'_wp_attached_file','2019/08/Rihanna.jpg'),(16303,6070,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:19:\"2019/08/Rihanna.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Rihanna-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:\"Rihanna-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:19:\"Rihanna-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:20:\"Rihanna-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Rihanna-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(16304,6071,'_wp_attached_file','2019/08/BEYONCE.jpg'),(16305,6071,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:651;s:4:\"file\";s:19:\"2019/08/BEYONCE.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"BEYONCE-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:\"BEYONCE-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"BEYONCE-768x488.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"BEYONCE-1024x651.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:26:\"Getty Images for Coachella\";s:6:\"camera\";s:9:\"NIKON D4S\";s:7:\"caption\";s:235:\"INDIO, CA - APRIL 14:  Beyonce Knowles performs onstage during 2018 Coachella Valley Music And Arts Festival Weekend 1 at the Empire Polo Field on April 14, 2018 in Indio, California.  (Photo by Kevin Winter/Getty Images for Coachella)\";s:17:\"created_timestamp\";s:10:\"1523747975\";s:9:\"copyright\";s:17:\"2018 Getty Images\";s:12:\"focal_length\";s:3:\"600\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:65:\"2018 Coachella Valley Music And Arts Festival - Weekend 1 - Day 2\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16306,6072,'_wp_attached_file','2019/08/TAYLOR-SWIFT.jpg'),(16307,6072,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:24:\"2019/08/TAYLOR-SWIFT.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"TAYLOR-SWIFT-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:\"TAYLOR-SWIFT-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:24:\"TAYLOR-SWIFT-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:25:\"TAYLOR-SWIFT-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"TAYLOR-SWIFT-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(16308,6073,'_wp_attached_file','2019/08/Ariana-Grande.jpg'),(16309,6073,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:25:\"2019/08/Ariana-Grande.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Ariana-Grande-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:\"Ariana-Grande-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:25:\"Ariana-Grande-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:26:\"Ariana-Grande-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Ariana-Grande-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(16310,6074,'_wp_attached_file','2019/08/Katy-Perry.jpg'),(16311,6074,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:22:\"2019/08/Katy-Perry.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Katy-Perry-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:\"Katy-Perry-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Katy-Perry-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Katy-Perry-1024x538.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Katy-Perry-1060x630.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:630;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:{}}}'),(16312,6075,'_wp_attached_file','2019/08/BEYONCE-1.jpg'),(16313,6075,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:651;s:4:\"file\";s:21:\"2019/08/BEYONCE-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"BEYONCE-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:\"BEYONCE-1-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"BEYONCE-1-768x488.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"BEYONCE-1-1024x651.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:26:\"Getty Images for Coachella\";s:6:\"camera\";s:9:\"NIKON D4S\";s:7:\"caption\";s:235:\"INDIO, CA - APRIL 14:  Beyonce Knowles performs onstage during 2018 Coachella Valley Music And Arts Festival Weekend 1 at the Empire Polo Field on April 14, 2018 in Indio, California.  (Photo by Kevin Winter/Getty Images for Coachella)\";s:17:\"created_timestamp\";s:10:\"1523747975\";s:9:\"copyright\";s:17:\"2018 Getty Images\";s:12:\"focal_length\";s:3:\"600\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:65:\"2018 Coachella Valley Music And Arts Festival - Weekend 1 - Day 2\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16315,6067,'_thumbnail_id','6072'),(16316,6067,'_edit_last','11'),(16317,6067,'xyz_smap','1'),(16318,6067,'smpush_mute_activated','no'),(16320,6067,'_yoast_wpseo_primary_category','2'),(16321,6067,'_yoast_wpseo_primary_sub-category','14'),(16322,6067,'sponsored_url',''),(16323,6067,'_yoast_wpseo_content_score','30'),(16324,6067,'_yoast_wpseo_focuskeywords','[]'),(16325,6067,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16326,6077,'_edit_lock','1566942121:11'),(16327,6077,'_yst_prominent_words_version','1'),(16330,6079,'_edit_lock','1566933935:13'),(16331,6079,'_yst_prominent_words_version','1'),(16332,6080,'_wp_attached_file','2019/08/gw-art.jpg'),(16333,6080,'wpmf_size','140149'),(16334,6080,'wpmf_filetype','jpg'),(16335,6080,'wpmf_order','0'),(16336,6080,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:4:\"file\";s:18:\"2019/08/gw-art.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"gw-art-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:\"gw-art-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"gw-art-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"gw-art-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"gw-art-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(16337,6081,'_wp_attached_file','2019/08/gw-arts-painting.jpg'),(16338,6081,'wpmf_size','224492'),(16339,6081,'wpmf_filetype','jpg'),(16340,6081,'wpmf_order','0'),(16341,6081,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:474;s:6:\"height\";i:575;s:4:\"file\";s:28:\"2019/08/gw-arts-painting.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"gw-arts-painting-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:\"gw-arts-painting-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G950F\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1562196610\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16342,6079,'_thumbnail_id','6081'),(16343,6079,'_edit_last','13'),(16344,6079,'smpush_mute_activated','no'),(16345,6079,'_yoast_wpseo_primary_out-category','1799'),(16346,6079,'_yoast_wpseo_primary_location','33'),(16347,6079,'out_date','2019-09-28'),(16348,6079,'out_time','05:00 PM'),(16349,6079,'out_address','The Jamaica Pegasus, Kingston Jamaica'),(16350,6079,'out_description','Come View, Sip and Shop '),(16351,6079,'out_mapurl','https://www.google.com/maps/place/The+Jamaica+Pegasus+Hotel/@18.002876,-76.788007,15z/data=!4m2!3m1!1s0x0:0x16faadbfcd91a7af?sa=X&ved=2ahUKEwiyqfGq46PkAhXruFkKHVQ2Af0Q_BIwC3oECAsQCA'),(16352,6079,'post_gallery_id','a:1:{i:0;s:4:\"6080\";}'),(16353,6079,'_yoast_wpseo_content_score','30'),(16354,6079,'_yoast_wpseo_focuskeywords','[]'),(16355,6079,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16356,6082,'_wp_attached_file','2019/08/Tyrone-Wilson.jpg'),(16357,6082,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:959;s:6:\"height\";i:885;s:4:\"file\";s:25:\"2019/08/Tyrone-Wilson.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Tyrone-Wilson-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:\"Tyrone-Wilson-300x277.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Tyrone-Wilson-768x709.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Tyrone-Wilson-959x655.jpg\";s:5:\"width\";i:959;s:6:\"height\";i:655;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:{}}}'),(16358,6069,'_edit_last','4'),(16359,6069,'smpush_mute_activated','no'),(16360,6069,'_yoast_wpseo_primary_category','4'),(16361,6069,'_yoast_wpseo_primary_sub-category','7'),(16362,6069,'sponsored_url',''),(16363,6069,'_yoast_wpseo_content_score','30'),(16364,6069,'_yoast_wpseo_focuskeywords','[]'),(16365,6069,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16366,6084,'_wp_attached_file','2019/08/Tyrone-Wilson-1.jpg'),(16367,6084,'wpmf_size','187800'),(16368,6084,'wpmf_filetype','jpg'),(16369,6084,'wpmf_order','0'),(16370,6084,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:958;s:6:\"height\";i:629;s:4:\"file\";s:27:\"2019/08/Tyrone-Wilson-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Tyrone-Wilson-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:27:\"Tyrone-Wilson-1-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Tyrone-Wilson-1-768x504.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:504;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:{}}}'),(16371,6085,'_wp_attached_file','2019/08/Tyrone-Wilson-2.jpg'),(16372,6085,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:958;s:6:\"height\";i:629;s:4:\"file\";s:27:\"2019/08/Tyrone-Wilson-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Tyrone-Wilson-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:27:\"Tyrone-Wilson-2-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Tyrone-Wilson-2-768x504.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:504;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:{}}}'),(16374,6069,'_thumbnail_id','6085'),(16375,6069,'xyz_smap','1'),(16379,6088,'_wp_attached_file','2019/08/Claro.jpg'),(16380,6088,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:663;s:6:\"height\";i:344;s:4:\"file\";s:17:\"2019/08/Claro.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Claro-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:\"Claro-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;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:{}}}'),(16381,6089,'_wp_attached_file','2019/08/Digicel.jpg'),(16382,6089,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:429;s:6:\"height\";i:300;s:4:\"file\";s:19:\"2019/08/Digicel.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Digicel-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:\"Digicel-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;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:{}}}'),(16383,6090,'_wp_attached_file','2019/08/Flow-Free-WhatsApp.jpg'),(16384,6090,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:590;s:6:\"height\";i:416;s:4:\"file\";s:30:\"2019/08/Flow-Free-WhatsApp.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Flow-Free-WhatsApp-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:\"Flow-Free-WhatsApp-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: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:{}}}'),(16385,6091,'_edit_lock','1566937859:4'),(16386,6091,'_yst_prominent_words_version','1'),(16387,6091,'_edit_last','4'),(16388,6091,'smpush_mute_activated','no'),(16389,6091,'_yoast_wpseo_primary_category','4'),(16390,6091,'_yoast_wpseo_primary_sub-category','6'),(16391,6091,'sponsored_url',''),(16392,6091,'_yoast_wpseo_content_score','60'),(16393,6091,'_yoast_wpseo_focuskeywords','[]'),(16394,6091,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16395,6093,'_wp_attached_file','2019/08/road-contract.jpg'),(16396,6093,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:25:\"2019/08/road-contract.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"road-contract-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:\"road-contract-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:\"road-contract-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:\"road-contract-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"road-contract-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(16408,6091,'_thumbnail_id','6093'),(16409,6091,'xyz_smap','1'),(16411,6097,'_edit_lock','1566940207:4'),(16412,6097,'_yst_prominent_words_version','1'),(16413,5959,'_wpmf_gallery_custom_image_link',''),(16414,5959,'_gallery_link_target',''),(16415,5608,'_wpmf_gallery_custom_image_link',''),(16416,5608,'_gallery_link_target',''),(16417,5128,'_wpmf_gallery_custom_image_link',''),(16418,5128,'_gallery_link_target',''),(16419,4847,'_wpmf_gallery_custom_image_link',''),(16420,4847,'_gallery_link_target',''),(16421,4779,'_wpmf_gallery_custom_image_link',''),(16422,4779,'_gallery_link_target',''),(16423,4593,'_wpmf_gallery_custom_image_link',''),(16424,4593,'_gallery_link_target',''),(16425,4132,'_wpmf_gallery_custom_image_link',''),(16426,4132,'_gallery_link_target',''),(16427,4047,'_wpmf_gallery_custom_image_link',''),(16428,4047,'_gallery_link_target',''),(16429,4043,'_wpmf_gallery_custom_image_link',''),(16430,4043,'_gallery_link_target',''),(16431,3893,'_wpmf_gallery_custom_image_link',''),(16432,3893,'_gallery_link_target',''),(16433,3548,'_wpmf_gallery_custom_image_link',''),(16434,3548,'_gallery_link_target',''),(16435,2536,'_wpmf_gallery_custom_image_link',''),(16436,2536,'_gallery_link_target',''),(16437,2512,'_wpmf_gallery_custom_image_link',''),(16438,2512,'_gallery_link_target',''),(16439,2251,'_wpmf_gallery_custom_image_link',''),(16440,2251,'_gallery_link_target',''),(16441,2091,'_wpmf_gallery_custom_image_link',''),(16442,2091,'_gallery_link_target',''),(16443,2049,'_wpmf_gallery_custom_image_link',''),(16444,2049,'_gallery_link_target',''),(16445,1569,'_wpmf_gallery_custom_image_link',''),(16446,1569,'_gallery_link_target',''),(16447,1567,'_wpmf_gallery_custom_image_link',''),(16448,1567,'_gallery_link_target',''),(16449,1388,'_wpmf_gallery_custom_image_link',''),(16450,1388,'_gallery_link_target',''),(16451,1239,'_wpmf_gallery_custom_image_link',''),(16452,1239,'_gallery_link_target',''),(16453,6097,'_edit_last','4'),(16454,6097,'smpush_mute_activated','no'),(16455,6097,'_yoast_wpseo_primary_category','4'),(16456,6097,'_yoast_wpseo_primary_sub-category','14'),(16457,6097,'sponsored_url',''),(16458,6097,'_yoast_wpseo_content_score','30'),(16459,6097,'_yoast_wpseo_focuskeywords','[]'),(16460,6097,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16461,6101,'_wp_attached_file','2019/08/meek-mill.jpg'),(16462,6101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:21:\"2019/08/meek-mill.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"meek-mill-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:\"meek-mill-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"meek-mill-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:9:\"WireImage\";s:6:\"camera\";s:10:\"NIKON D850\";s:7:\"caption\";s:154:\"LOS ANGELES, CALIFORNIA - JUNE 23: Meek Mill attends the 2019 BET Awards on June 23, 2019 in Los Angeles, California. (Photo by Rodin Eckenroth/WireImage)\";s:17:\"created_timestamp\";s:10:\"1561303419\";s:9:\"copyright\";s:14:\"2019 WireImage\";s:12:\"focal_length\";s:2:\"62\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:26:\"2019 BET Awards - Arrivals\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16463,6102,'_wp_attached_file','2019/08/IMG_1305.jpg'),(16464,6102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:20:\"2019/08/IMG_1305.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1305-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:\"IMG_1305-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:20:\"IMG_1305-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:21:\"IMG_1305-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_1305-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566918844\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16465,6103,'_wp_attached_file','2019/08/IMG_1307.jpg'),(16466,6103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:20:\"2019/08/IMG_1307.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1307-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:\"IMG_1307-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:20:\"IMG_1307-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:21:\"IMG_1307-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_1307-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566921231\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"39\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16468,6097,'xyz_smap','1'),(16470,6105,'_edit_lock','1566943509:4'),(16471,6105,'_yst_prominent_words_version','1'),(16472,6077,'_edit_last','11'),(16473,6077,'smpush_mute_activated','no'),(16474,6077,'_yoast_wpseo_primary_category','2'),(16475,6077,'_yoast_wpseo_primary_sub-category','881'),(16476,6077,'sponsored_url',''),(16477,6077,'_yoast_wpseo_content_score','90'),(16478,6077,'_yoast_wpseo_focuskeywords','[]'),(16479,6077,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16480,6108,'_wp_attached_file','2019/08/Telegram-Send-Without-Sound.jpg'),(16481,6108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1055;s:6:\"height\";i:1088;s:4:\"file\";s:39:\"2019/08/Telegram-Send-Without-Sound.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Telegram-Send-Without-Sound-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:\"Telegram-Send-Without-Sound-291x300.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Telegram-Send-Without-Sound-768x792.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:792;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Telegram-Send-Without-Sound-993x1024.jpg\";s:5:\"width\";i:993;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Telegram-Send-Without-Sound-1055x655.jpg\";s:5:\"width\";i:1055;s:6:\"height\";i:655;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:{}}}'),(16483,6077,'_thumbnail_id','6102'),(16484,6077,'xyz_smap','1'),(16486,6105,'_edit_last','4'),(16487,6105,'smpush_mute_activated','no'),(16488,6105,'_yoast_wpseo_primary_category','4'),(16489,6105,'_yoast_wpseo_primary_sub-category','5'),(16490,6105,'sponsored_url',''),(16491,6105,'_yoast_wpseo_content_score','30'),(16492,6105,'_yoast_wpseo_focuskeywords','[]'),(16493,6105,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16494,6113,'_edit_lock','1568217238:11'),(16495,6113,'_yst_prominent_words_version','1'),(16496,6114,'_wp_attached_file','2019/08/Artiste-Watch-Thumbnail.jpg'),(16497,6114,'wpmf_size','122039'),(16498,6114,'wpmf_filetype','jpg'),(16499,6114,'wpmf_order','0'),(16500,6114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1349;s:6:\"height\";i:745;s:4:\"file\";s:35:\"2019/08/Artiste-Watch-Thumbnail.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Artiste-Watch-Thumbnail-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:\"Artiste-Watch-Thumbnail-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Artiste-Watch-Thumbnail-768x424.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Artiste-Watch-Thumbnail-1024x566.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:566;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Artiste-Watch-Thumbnail-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(16501,6115,'_wp_attached_file','2019/08/Top-10-Charts-Thumbnail.jpg'),(16502,6115,'wpmf_size','236245'),(16503,6115,'wpmf_filetype','jpg'),(16504,6115,'wpmf_order','0'),(16505,6115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1331;s:6:\"height\";i:753;s:4:\"file\";s:35:\"2019/08/Top-10-Charts-Thumbnail.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Top-10-Charts-Thumbnail-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:\"Top-10-Charts-Thumbnail-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Top-10-Charts-Thumbnail-768x434.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Top-10-Charts-Thumbnail-1024x579.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Top-10-Charts-Thumbnail-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(16506,6113,'_thumbnail_id','6115'),(16507,6113,'_edit_last','11'),(16508,6113,'smpush_mute_activated','no'),(16509,6113,'_yoast_wpseo_primary_category','2'),(16510,6113,'_yoast_wpseo_primary_sub-category','14'),(16511,6113,'video_parent_post_id',''),(16512,6113,'_yoast_wpseo_content_score','30'),(16513,6113,'_yoast_wpseo_focuskeywords','[]'),(16514,6113,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16515,6116,'_edit_lock','1568217249:11'),(16516,6116,'_yst_prominent_words_version','1'),(16517,6116,'_thumbnail_id','6114'),(16518,6116,'_oembed_315a7517dad01119212e2a24a9080739','<iframe title=\"BUZZ Top 10 Artiste Watch (Week August 26)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/kqkJtHzEABw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(16519,6116,'_oembed_time_315a7517dad01119212e2a24a9080739','1566942868'),(16520,6116,'_edit_last','11'),(16521,6116,'smpush_mute_activated','no'),(16522,6116,'_yoast_wpseo_primary_category','2'),(16523,6116,'_yoast_wpseo_primary_sub-category','14'),(16524,6116,'video_parent_post_id',''),(16525,6116,'_yoast_wpseo_content_score','30'),(16526,6116,'_yoast_wpseo_focuskeywords','[]'),(16527,6116,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16528,6118,'_wp_attached_file','2019/08/Tsenaye-Lianna-Olivia-002.jpeg'),(16529,6118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:855;s:6:\"height\";i:713;s:4:\"file\";s:38:\"2019/08/Tsenaye-Lianna-Olivia-002.jpeg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Tsenaye-Lianna-Olivia-002-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:38:\"Tsenaye-Lianna-Olivia-002-300x250.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Tsenaye-Lianna-Olivia-002-768x640.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Tsenaye-Lianna-Olivia-002-855x655.jpeg\";s:5:\"width\";i:855;s:6:\"height\";i:655;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:{}}}'),(16530,6119,'_edit_lock','1566945199:11'),(16531,6119,'_yst_prominent_words_version','1'),(16532,6121,'_wp_attached_file','2019/08/Gianna-Lewis-and-Azizi-Johnson-in-action-against-Puerto-Rico-002.jpeg'),(16533,6121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1229;s:6:\"height\";i:719;s:4:\"file\";s:77:\"2019/08/Gianna-Lewis-and-Azizi-Johnson-in-action-against-Puerto-Rico-002.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:77:\"Gianna-Lewis-and-Azizi-Johnson-in-action-against-Puerto-Rico-002-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:77:\"Gianna-Lewis-and-Azizi-Johnson-in-action-against-Puerto-Rico-002-300x176.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:77:\"Gianna-Lewis-and-Azizi-Johnson-in-action-against-Puerto-Rico-002-768x449.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:78:\"Gianna-Lewis-and-Azizi-Johnson-in-action-against-Puerto-Rico-002-1024x599.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:78:\"Gianna-Lewis-and-Azizi-Johnson-in-action-against-Puerto-Rico-002-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(16534,6122,'_wp_attached_file','2019/08/Gari-Whyte-and-Nickoy-Smith-receive-bronze-medals-002.jpeg'),(16535,6122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:849;s:6:\"height\";i:548;s:4:\"file\";s:66:\"2019/08/Gari-Whyte-and-Nickoy-Smith-receive-bronze-medals-002.jpeg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"Gari-Whyte-and-Nickoy-Smith-receive-bronze-medals-002-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:66:\"Gari-Whyte-and-Nickoy-Smith-receive-bronze-medals-002-300x194.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:66:\"Gari-Whyte-and-Nickoy-Smith-receive-bronze-medals-002-768x496.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:496;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:{}}}'),(16536,6123,'_wp_attached_file','2019/08/Azizi-Johnson-and-Tsenaye-Lewis-002.jpeg'),(16537,6123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:899;s:6:\"height\";i:505;s:4:\"file\";s:48:\"2019/08/Azizi-Johnson-and-Tsenaye-Lewis-002.jpeg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Azizi-Johnson-and-Tsenaye-Lewis-002-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:48:\"Azizi-Johnson-and-Tsenaye-Lewis-002-300x169.jpeg\";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:48:\"Azizi-Johnson-and-Tsenaye-Lewis-002-768x431.jpeg\";s:5:\"width\";i:768;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:10:\"1566880752\";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:{}}}'),(16539,6105,'_thumbnail_id','6118'),(16540,6105,'xyz_smap','1'),(16542,6127,'_wp_attached_file','2019/08/BB.jpg'),(16543,6127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:14:\"2019/08/BB.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"BB-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:14:\"BB-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:14:\"BB-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:15:\"BB-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"BB-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(16544,6128,'_wp_attached_file','2019/08/BB-1.jpg'),(16545,6128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1245;s:6:\"height\";i:673;s:4:\"file\";s:16:\"2019/08/BB-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"BB-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:16:\"BB-1-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"BB-1-768x415.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"BB-1-1024x554.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"BB-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(16546,6119,'_oembed_4d6d1e933f882387315a10abb5f5286a','<iframe title=\"Mistake Too - Bella Blair\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/Zr7jEdPjDew?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(16547,6119,'_oembed_time_4d6d1e933f882387315a10abb5f5286a','1566944218'),(16548,6130,'_wp_attached_file','2019/08/Bella-Portrait-Landscape.jpg'),(16549,6130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3891;s:6:\"height\";i:3026;s:4:\"file\";s:36:\"2019/08/Bella-Portrait-Landscape.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Bella-Portrait-Landscape-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:\"Bella-Portrait-Landscape-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Bella-Portrait-Landscape-768x597.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Bella-Portrait-Landscape-1024x796.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:796;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Bella-Portrait-Landscape-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1566926160\";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:{}}}'),(16550,6131,'_edit_lock','1567033887:17'),(16551,6131,'_yst_prominent_words_version','1'),(16552,6131,'_edit_last','4'),(16553,6131,'smpush_mute_activated','no'),(16554,6131,'_yoast_wpseo_primary_category','4'),(16555,6131,'_yoast_wpseo_primary_sub-category','12'),(16556,6131,'sponsored_url',''),(16557,6131,'_yoast_wpseo_content_score','30'),(16558,6131,'_yoast_wpseo_focuskeywords','[]'),(16559,6131,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16560,6119,'_edit_last','11'),(16561,6119,'smpush_mute_activated','no'),(16562,6119,'_yoast_wpseo_primary_category','2'),(16563,6119,'_yoast_wpseo_primary_sub-category','14'),(16564,6119,'sponsored_url',''),(16565,6119,'_yoast_wpseo_content_score','90'),(16566,6119,'_yoast_wpseo_focuskeywords','[]'),(16567,6119,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16569,6119,'_thumbnail_id','6130'),(16570,6119,'xyz_smap','1'),(16572,6136,'_wp_attached_file','2019/08/Nicholeen-DeGrasse-Johnson.jpg'),(16573,6136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:475;s:4:\"file\";s:38:\"2019/08/Nicholeen-DeGrasse-Johnson.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Nicholeen-DeGrasse-Johnson-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:\"Nicholeen-DeGrasse-Johnson-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;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:{}}}'),(16574,6139,'_wp_attached_file','2019/08/edna-manley.png'),(16575,6139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:957;s:6:\"height\";i:463;s:4:\"file\";s:23:\"2019/08/edna-manley.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"edna-manley-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:23:\"edna-manley-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"edna-manley-768x372.png\";s:5:\"width\";i:768;s:6:\"height\";i:372;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:{}}}'),(16576,6140,'_wp_attached_file','2019/08/edna-manley-1.png'),(16577,6140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1019;s:6:\"height\";i:525;s:4:\"file\";s:25:\"2019/08/edna-manley-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"edna-manley-1-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:25:\"edna-manley-1-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"edna-manley-1-768x396.png\";s:5:\"width\";i:768;s:6:\"height\";i:396;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:{}}}'),(16579,6131,'_thumbnail_id','6136'),(16580,6131,'xyz_smap','1'),(16582,10,'_yst_prominent_words_version','1'),(16583,10,'smpush_mute_activated','no'),(16584,10,'_yoast_wpseo_focuskeywords','[{\"keyword\":\"Jamaica news\",\"score\":\"ok\"}]'),(16585,10,'_yoast_wpseo_keywordsynonyms','[\"\",\"\"]'),(16586,10,'_yoast_wpseo_meta-robots-noindex','2'),(16588,6143,'_edit_lock','1566960723:11'),(16589,6143,'_yst_prominent_words_version','1'),(16590,6143,'_oembed_80677f73fe3a6eb1e932f72d6ddce890','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1ohOjQAhYZ/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1ohOjQAhYZ/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1ohOjQAhYZ/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">It’s Kentucky Fried Chicken but it’s made with @beyondmeat. It’s confusing, but it’s also delicious. Feast on these Kentucky Fried miracles tomorrow while they last at KFC in Atlanta, Georgia.</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/kfc/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Kentucky Fried Chicken</a> (@kfc) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-26T16:00:06+00:00\">Aug 26, 2019 at 9:00am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(16591,6143,'_oembed_time_80677f73fe3a6eb1e932f72d6ddce890','1566960573'),(16592,6145,'_wp_attached_file','2019/08/KFC-Featured-Image.jpg'),(16593,6145,'wpmf_size','103934'),(16594,6145,'wpmf_filetype','jpg'),(16595,6145,'wpmf_order','0'),(16596,6145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:30:\"2019/08/KFC-Featured-Image.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"KFC-Featured-Image-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:\"KFC-Featured-Image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"KFC-Featured-Image-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"KFC-Featured-Image-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(16597,6143,'_thumbnail_id','6145'),(16598,6143,'_edit_last','11'),(16599,6143,'smpush_mute_activated','no'),(16600,6143,'_yoast_wpseo_primary_category','3'),(16601,6143,'_yoast_wpseo_primary_sub-category','1534'),(16602,6143,'sponsored_url',''),(16603,6143,'_yoast_wpseo_content_score','30'),(16604,6143,'_yoast_wpseo_focuskeywords','[]'),(16605,6143,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16606,6147,'_edit_lock','1567024134:4'),(16607,6147,'_yst_prominent_words_version','1'),(16608,13,'_yst_prominent_words_version','1'),(16609,13,'smpush_mute_activated','no'),(16610,13,'_yoast_wpseo_focuskeywords','[]'),(16611,13,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16612,13,'_yoast_wpseo_meta-robots-noindex','2'),(16613,6148,'_edit_lock','1566963560:4'),(16614,6148,'_yst_prominent_words_version','1'),(16617,6149,'_wp_attached_file','2019/08/D-Chris-1.jpg'),(16618,6149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:21:\"2019/08/D-Chris-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"D-Chris-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:\"D-Chris-1-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:21:\"D-Chris-1-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:22:\"D-Chris-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"D-Chris-1-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(16619,6150,'_wp_attached_file','2019/08/D-Chris-2.jpg'),(16620,6150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:21:\"2019/08/D-Chris-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"D-Chris-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:\"D-Chris-2-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:22:\"D-Chris-2-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"D-Chris-2-683x655.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:655;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:{}}}'),(16621,6151,'_wp_attached_file','2019/08/D-Chris-3.jpg'),(16622,6151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:21:\"2019/08/D-Chris-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"D-Chris-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:\"D-Chris-3-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:22:\"D-Chris-3-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"D-Chris-3-683x655.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:655;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:{}}}'),(16623,6152,'_wp_attached_file','2019/08/D-Chris-4.jpg'),(16624,6152,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:488;s:4:\"file\";s:21:\"2019/08/D-Chris-4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"D-Chris-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:\"D-Chris-4-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;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:\"1566943620\";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:{}}}'),(16625,6147,'_thumbnail_id','6150'),(16626,6147,'_edit_last','4'),(16627,6147,'smpush_mute_activated','no'),(16628,6147,'_yoast_wpseo_primary_category','2'),(16629,6147,'_yoast_wpseo_primary_sub-category','14'),(16630,6147,'sponsored_url',''),(16631,6147,'_yoast_wpseo_content_score','30'),(16632,6147,'_yoast_wpseo_focuskeywords','[]'),(16633,6147,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16634,6154,'_edit_lock','1567024053:4'),(16635,6155,'_wp_attached_file','2019/08/PM-Skerrit-on-Dorian.jpg'),(16636,6155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1265;s:6:\"height\";i:739;s:4:\"file\";s:32:\"2019/08/PM-Skerrit-on-Dorian.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"PM-Skerrit-on-Dorian-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:\"PM-Skerrit-on-Dorian-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"PM-Skerrit-on-Dorian-768x449.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"PM-Skerrit-on-Dorian-1024x598.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:598;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"PM-Skerrit-on-Dorian-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(16637,6154,'_yst_prominent_words_version','1'),(16638,6156,'_wp_attached_file','2019/08/Chay-Hanna.jpg'),(16639,6156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1455;s:4:\"file\";s:22:\"2019/08/Chay-Hanna.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Chay-Hanna-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:\"Chay-Hanna-297x300.jpg\";s:5:\"width\";i:297;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Chay-Hanna-768x776.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:776;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Chay-Hanna-1013x1024.jpg\";s:5:\"width\";i:1013;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Chay-Hanna-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(16641,6148,'_thumbnail_id','6155'),(16642,6148,'_edit_last','4'),(16643,6148,'smpush_mute_activated','no'),(16644,6148,'_yoast_wpseo_primary_category','4'),(16645,6148,'_yoast_wpseo_primary_sub-category','13'),(16646,6148,'sponsored_url',''),(16647,6148,'_yoast_wpseo_content_score','30'),(16648,6148,'_yoast_wpseo_focuskeywords','[]'),(16649,6148,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16650,6158,'_wp_attached_file','2019/08/Anderson.jpg'),(16651,6158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:739;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2019/08/Anderson.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Anderson-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:\"Anderson-139x300.jpg\";s:5:\"width\";i:139;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Anderson-473x1024.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Anderson-739x655.jpg\";s:5:\"width\";i:739;s:6:\"height\";i:655;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:{}}}'),(16652,6159,'_wp_attached_file','2019/08/Chay-Hanna-Feature-Image.jpg'),(16653,6159,'wpmf_size','225522'),(16654,6159,'wpmf_filetype','jpg'),(16655,6159,'wpmf_order','0'),(16656,6159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1164;s:6:\"height\";i:872;s:4:\"file\";s:36:\"2019/08/Chay-Hanna-Feature-Image.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Chay-Hanna-Feature-Image-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:\"Chay-Hanna-Feature-Image-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:36:\"Chay-Hanna-Feature-Image-768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Chay-Hanna-Feature-Image-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Chay-Hanna-Feature-Image-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1566945120\";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:{}}}'),(16657,6154,'_thumbnail_id','6159'),(16658,6154,'_edit_last','4'),(16659,6154,'smpush_mute_activated','no'),(16660,6154,'_yoast_wpseo_primary_category','2'),(16661,6154,'_yoast_wpseo_primary_sub-category','10'),(16662,6154,'sponsored_url',''),(16663,6154,'_yoast_wpseo_content_score','30'),(16664,6154,'_yoast_wpseo_focuskeywords','[]'),(16665,6154,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16666,6162,'_edit_lock','1566966982:11'),(16667,6162,'_yst_prominent_words_version','1'),(16668,6163,'_wp_attached_file','2019/08/IMG_20190827_121245.jpg'),(16669,6163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:590;s:4:\"file\";s:31:\"2019/08/IMG_20190827_121245.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_20190827_121245-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:\"IMG_20190827_121245-244x300.jpg\";s:5:\"width\";i:244;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(16670,6164,'_wp_attached_file','2019/08/IMG_20190809_204520.jpg'),(16671,6164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:605;s:4:\"file\";s:31:\"2019/08/IMG_20190809_204520.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_20190809_204520-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:\"IMG_20190809_204520-238x300.jpg\";s:5:\"width\";i:238;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(16672,6165,'_wp_attached_file','2019/08/Davina-1.jpg'),(16673,6165,'wpmf_size','64803'),(16674,6165,'wpmf_filetype','jpg'),(16675,6165,'wpmf_order','0'),(16676,6165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:469;s:6:\"height\";i:591;s:4:\"file\";s:20:\"2019/08/Davina-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Davina-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:20:\"Davina-1-238x300.jpg\";s:5:\"width\";i:238;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:{}}}'),(16677,6166,'_wp_attached_file','2019/08/IMG_20190809_204520-1.jpg'),(16678,6166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:605;s:4:\"file\";s:33:\"2019/08/IMG_20190809_204520-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"IMG_20190809_204520-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:33:\"IMG_20190809_204520-1-238x300.jpg\";s:5:\"width\";i:238;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(16679,6162,'_oembed_68918f1402d9130f1313e86d307ecff3','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B0ZUExBoM3f/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B0ZUExBoM3f/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B0ZUExBoM3f/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Antiparos? This island is less than one nautical mile from my last destination (Paros) and the economy is based on tourism, fishing, and farming. It is known for its white houses, cobbled streets and the flowers that thrive in the yards of the houses. Clean water and a peaceful environment is definitely a win here! I would definitely say to add this next exotic island on your bucket list, it&#39;s just too beautiful to pass up!??‍♀️ P.S. I wish, I wish, I wish, I was this was this dark!??? #antiparos #beachbum #melaninoverload #travel #naturalhairstyles  #curlsallsummer #redhair #orange #beautifulspots #turquoisewaters #exoticisland #beach #summer #vacation #blue #blueeverythaang #yatch #marinelife #swipeleft</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/davinabennett/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> DAVINA BENNETT</a> (@davinabennett) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-26T21:45:10+00:00\">Jul 26, 2019 at 2:45pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(16680,6162,'_oembed_time_68918f1402d9130f1313e86d307ecff3','1566965910'),(16681,6168,'_wp_attached_file','2019/08/Davina-5.jpg'),(16682,6168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:472;s:6:\"height\";i:577;s:4:\"file\";s:20:\"2019/08/Davina-5.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Davina-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:20:\"Davina-5-245x300.jpg\";s:5:\"width\";i:245;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:{}}}'),(16683,6169,'_wp_attached_file','2019/08/Davina-4.jpg'),(16684,6169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:473;s:6:\"height\";i:555;s:4:\"file\";s:20:\"2019/08/Davina-4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Davina-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:20:\"Davina-4-256x300.jpg\";s:5:\"width\";i:256;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:{}}}'),(16685,6162,'_oembed_6e2a94ad08b0dc1ee2ad9ec50d5bade7','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BwrpoZMh2uW/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BwrpoZMh2uW/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BwrpoZMh2uW/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">#TBT To my Signature #afro, a few highlights of the inspiration, the impact it created, the demographics it reach, the difference it made, the meaning, and the love of the afro hair. Celebrated by people of different races, nationality, ethnicity &amp; background. It was universally loved. It paved the way for many changes to pageants worldwide, placed a different perspective on a beauty queen, an inspiration to many girls across the world, made me recognizable almost anywhere, paid me big bucks and made my country proud.  Thanks for the out pouring love of the afro?, now it&#39;s LESS HAIR AND MORE FACE BECAUSE MY HAIR DOESN&#39;T DEFINE ME, I AM MUCH MORE THAN JUST MY HAIR. ❤ #thebigafroisgone #shorthair #liberated #tbt #afrodays #babyhairs #changeishere #afroappreciationpost</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/davinabennett/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> DAVINA BENNETT</a> (@davinabennett) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-04-25T14:34:17+00:00\">Apr 25, 2019 at 7:34am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(16686,6162,'_oembed_time_6e2a94ad08b0dc1ee2ad9ec50d5bade7','1566966163'),(16687,6162,'_edit_last','11'),(16688,6162,'smpush_mute_activated','no'),(16689,6162,'_yoast_wpseo_primary_category','2'),(16690,6162,'_yoast_wpseo_primary_sub-category','10'),(16691,6162,'sponsored_url',''),(16692,6162,'_yoast_wpseo_content_score','90'),(16693,6162,'_yoast_wpseo_focuskeywords','[]'),(16694,6162,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16695,6162,'_thumbnail_id','6165'),(16696,6173,'_edit_lock','1566968096:11'),(16697,6173,'_yst_prominent_words_version','1'),(16698,6174,'_wp_attached_file','2019/08/Grace-j.jpg'),(16699,6174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:494;s:6:\"height\";i:494;s:4:\"file\";s:19:\"2019/08/Grace-j.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Grace-j-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:\"Grace-j-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:{}}}'),(16700,6175,'_wp_attached_file','2019/08/Bristol-1.png'),(16701,6175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:962;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2019/08/Bristol-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Bristol-1-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:\"Bristol-1-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Bristol-1-768x1022.png\";s:5:\"width\";i:768;s:6:\"height\";i:1022;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Bristol-1-770x1024.png\";s:5:\"width\";i:770;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Bristol-1-962x655.png\";s:5:\"width\";i:962;s:6:\"height\";i:655;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:{}}}'),(16702,6176,'_wp_attached_file','2019/08/Grace-grace.jpg'),(16703,6176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2019/08/Grace-grace.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Grace-grace-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:\"Grace-grace-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Grace-grace-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Grace-grace-800x655.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:655;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:{}}}'),(16704,6177,'_wp_attached_file','2019/08/Lauryn-Hill.jpg'),(16705,6177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1548;s:6:\"height\";i:1024;s:4:\"file\";s:23:\"2019/08/Lauryn-Hill.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Lauryn-Hill-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:\"Lauryn-Hill-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Lauryn-Hill-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Lauryn-Hill-1024x677.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Lauryn-Hill-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:20:\"2019 Mariano Regidor\";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:{}}}'),(16706,6173,'_thumbnail_id','6176'),(16707,6173,'_edit_last','11'),(16708,6173,'smpush_mute_activated','no'),(16709,6173,'_yoast_wpseo_primary_category','2'),(16710,6173,'_yoast_wpseo_primary_sub-category','14'),(16711,6173,'sponsored_url',''),(16712,6173,'_yoast_wpseo_content_score','30'),(16713,6173,'_yoast_wpseo_focuskeywords','[]'),(16714,6173,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16715,6179,'_edit_lock','1566971683:12'),(16716,6179,'_yst_prominent_words_version','1'),(16717,6179,'_edit_last','12'),(16718,6179,'smpush_mute_activated','no'),(16719,6179,'_yoast_wpseo_focuskw','news alerts'),(16721,6179,'_yoast_wpseo_content_score','30'),(16722,6179,'_yoast_wpseo_focuskeywords','[]'),(16723,6179,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16724,6179,'_yoast_wpseo_meta-robots-noindex','1'),(16725,6179,'_yoast_wpseo_meta-robots-nofollow','1'),(16726,4514,'_wpmf_gallery_custom_image_link',''),(16727,4514,'_gallery_link_target',''),(16728,6182,'_edit_lock','1566984658:11'),(16729,6182,'_yst_prominent_words_version','1'),(16730,6183,'_wp_attached_file','2019/08/PM-Signing.jpg'),(16731,6183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4416;s:6:\"height\";i:2944;s:4:\"file\";s:22:\"2019/08/PM-Signing.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"PM-Signing-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:\"PM-Signing-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:22:\"PM-Signing-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:23:\"PM-Signing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"PM-Signing-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:16:\"Yhomo Hutchinson\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566815452\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16732,6182,'_thumbnail_id','6183'),(16733,6182,'_edit_last','11'),(16734,6182,'smpush_mute_activated','no'),(16735,6182,'_yoast_wpseo_primary_category',''),(16736,6182,'_yoast_wpseo_primary_sub-category',''),(16737,6182,'sponsored_url',''),(16738,6182,'_yoast_wpseo_content_score','30'),(16739,6182,'_yoast_wpseo_focuskeywords','[]'),(16740,6182,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16741,5940,'_edit_last','11'),(16742,5940,'smpush_mute_activated','no'),(16743,5940,'_yoast_wpseo_primary_category','4'),(16744,5940,'_yoast_wpseo_primary_sub-category',''),(16745,5940,'sponsored_url',''),(16746,5940,'_yoast_wpseo_content_score','30'),(16747,5940,'_yoast_wpseo_focuskeywords','[]'),(16748,5940,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16752,6188,'_edit_lock','1566986399:11'),(16753,6188,'_yst_prominent_words_version','1'),(16754,6189,'_wp_attached_file','2019/08/DDP9666.jpg'),(16755,6189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:19:\"2019/08/DDP9666.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"DDP9666-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:\"DDP9666-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:19:\"DDP9666-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:20:\"DDP9666-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"DDP9666-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:17:\"Donald De La Haye\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565699349\";s:9:\"copyright\";s:17:\"Donald De La Haye\";s:12:\"focal_length\";s:2:\"52\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16756,6190,'_wp_attached_file','2019/08/DDP1010.jpg'),(16757,6190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:19:\"2019/08/DDP1010.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"DDP1010-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:\"DDP1010-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:19:\"DDP1010-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:20:\"DDP1010-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"DDP1010-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:17:\"Donald De La Haye\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566818408\";s:9:\"copyright\";s:17:\"Donald De La Haye\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16758,6191,'_wp_attached_file','2019/08/DDP9654.jpg'),(16759,6191,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:19:\"2019/08/DDP9654.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"DDP9654-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:\"DDP9654-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:19:\"DDP9654-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:20:\"DDP9654-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"DDP9654-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:17:\"Donald De La Haye\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565699351\";s:9:\"copyright\";s:17:\"Donald De La Haye\";s:12:\"focal_length\";s:2:\"52\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16760,6192,'_wp_attached_file','2019/08/DDP9645.jpg'),(16761,6192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:19:\"2019/08/DDP9645.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"DDP9645-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:\"DDP9645-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:19:\"DDP9645-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:20:\"DDP9645-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"DDP9645-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:17:\"Donald De La Haye\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565699348\";s:9:\"copyright\";s:17:\"Donald De La Haye\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16762,6188,'_thumbnail_id','6189'),(16763,6188,'_edit_last','11'),(16764,6188,'smpush_mute_activated','no'),(16765,6188,'_yoast_wpseo_primary_category','4'),(16766,6188,'_yoast_wpseo_primary_sub-category','6'),(16767,6188,'sponsored_url',''),(16768,6188,'_yoast_wpseo_content_score','30'),(16769,6188,'_yoast_wpseo_focuskeywords','[]'),(16770,6188,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16773,6148,'xyz_smap','1'),(16775,6182,'xyz_smap','1'),(16777,6143,'xyz_smap','1'),(16779,6188,'xyz_smap','1'),(16781,6147,'xyz_smap','1'),(16783,6154,'xyz_smap','1'),(16785,6173,'xyz_smap','1'),(16787,6162,'xyz_smap','1'),(16789,4413,'_wp_attachment_image_alt','Jamaican MMA Fighter Matthew Colquhoun'),(16790,4413,'_edit_lock','1567002540:17'),(16791,4413,'_wpmf_gallery_custom_image_link',''),(16792,4413,'_gallery_link_target',''),(16793,4413,'_edit_last','17'),(16794,6195,'_edit_lock','1567004725:9'),(16795,6195,'_yst_prominent_words_version','1'),(16796,6196,'_wp_attached_file','2019/08/Health-Ministry-Christopher-Tufton.jpg'),(16797,6196,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:46:\"2019/08/Health-Ministry-Christopher-Tufton.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Health-Ministry-Christopher-Tufton-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:\"Health-Ministry-Christopher-Tufton-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:46:\"Health-Ministry-Christopher-Tufton-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:47:\"Health-Ministry-Christopher-Tufton-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Health-Ministry-Christopher-Tufton-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(16798,6195,'_thumbnail_id','6196'),(16799,6195,'_edit_last','9'),(16800,6195,'smpush_mute_activated','no'),(16801,6195,'_yoast_wpseo_primary_category','4'),(16802,6195,'_yoast_wpseo_primary_sub-category','11'),(16803,6195,'sponsored_url',''),(16804,6195,'_yoast_wpseo_content_score','90'),(16805,6195,'_yoast_wpseo_focuskeywords','[]'),(16806,6195,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16808,6195,'xyz_smap','1'),(16810,6199,'_edit_lock','1567008772:9'),(16811,6199,'_yst_prominent_words_version','1'),(16812,6200,'_wp_attached_file','2019/08/Ed-Sheeran-20190828-C.jpg'),(16813,6200,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:33:\"2019/08/Ed-Sheeran-20190828-C.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Ed-Sheeran-20190828-C-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:\"Ed-Sheeran-20190828-C-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Ed-Sheeran-20190828-C-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(16814,6199,'_thumbnail_id','6200'),(16815,6199,'_edit_last','9'),(16816,6199,'smpush_mute_activated','no'),(16817,6199,'_yoast_wpseo_primary_category','4'),(16818,6199,'_yoast_wpseo_primary_sub-category','14'),(16819,6199,'sponsored_url',''),(16820,6199,'_yoast_wpseo_content_score','90'),(16821,6199,'_yoast_wpseo_focuskeywords','[]'),(16822,6199,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16824,6199,'xyz_smap','1'),(16828,6203,'_edit_lock','1567010640:11'),(16829,6203,'_yst_prominent_words_version','1'),(16830,6204,'_edit_lock','1567010739:11'),(16831,6204,'_yst_prominent_words_version','1'),(16832,6205,'_wp_attached_file','2019/08/Usain-Bolt-rhythm.jpg'),(16833,6205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:568;s:4:\"file\";s:29:\"2019/08/Usain-Bolt-rhythm.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Usain-Bolt-rhythm-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:\"Usain-Bolt-rhythm-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:29:\"Usain-Bolt-rhythm-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;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:{}}}'),(16834,6206,'_edit_lock','1567024215:14'),(16835,6206,'_yst_prominent_words_version','1'),(16836,6207,'_wp_attached_file','2019/08/IMG-20190827-WA0001.jpg'),(16837,6207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1040;s:6:\"height\";i:780;s:4:\"file\";s:31:\"2019/08/IMG-20190827-WA0001.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20190827-WA0001-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:\"IMG-20190827-WA0001-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:31:\"IMG-20190827-WA0001-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG-20190827-WA0001-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"IMG-20190827-WA0001-1040x655.jpg\";s:5:\"width\";i:1040;s:6:\"height\";i:655;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:{}}}'),(16839,6204,'_thumbnail_id','6205'),(16840,6204,'_oembed_8ada9f2b0c15a94d66ea59d18c092cf5','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1osjeZFk2-/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1osjeZFk2-/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1osjeZFk2-/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Olympe Rose’ Riddim Video Medley✨ World Premiere on @billboard .com ????? ? This Wednesday, August 28th ??????????? #TopADiTop #Dweet #BallaFiLife #Weekend #BigMoves</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/usainbolt/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Usain St.Leo Bolt</a> (@usainbolt) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-26T17:45:44+00:00\">Aug 26, 2019 at 10:45am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(16841,6204,'_oembed_time_8ada9f2b0c15a94d66ea59d18c092cf5','1567009635'),(16842,6204,'_edit_last','9'),(16843,6204,'xyz_smap','1'),(16844,6204,'smpush_mute_activated','no'),(16846,6204,'_yoast_wpseo_primary_category','2'),(16847,6204,'_yoast_wpseo_primary_sub-category','14'),(16848,6204,'sponsored_url',''),(16849,6204,'_yoast_wpseo_content_score','60'),(16850,6204,'_yoast_wpseo_focuskeywords','[]'),(16851,6204,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16852,6210,'_wp_attached_file','2019/08/dr-dayton-campbell.jpg'),(16853,6210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1040;s:6:\"height\";i:780;s:4:\"file\";s:30:\"2019/08/dr-dayton-campbell.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"dr-dayton-campbell-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:\"dr-dayton-campbell-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:30:\"dr-dayton-campbell-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"dr-dayton-campbell-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"dr-dayton-campbell-1040x655.jpg\";s:5:\"width\";i:1040;s:6:\"height\";i:655;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:{}}}'),(16854,6211,'_wp_attached_file','2019/08/Third-World-Billboard-Reggae-Chart-BUZZ.jpg'),(16855,6211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:671;s:6:\"height\";i:382;s:4:\"file\";s:51:\"2019/08/Third-World-Billboard-Reggae-Chart-BUZZ.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Third-World-Billboard-Reggae-Chart-BUZZ-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:\"Third-World-Billboard-Reggae-Chart-BUZZ-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;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:{}}}'),(16856,6212,'_wp_attached_file','2019/08/Third-World-Bunny-Rugs-BUZZ.jpg'),(16857,6212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:350;s:4:\"file\";s:39:\"2019/08/Third-World-Bunny-Rugs-BUZZ.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Third-World-Bunny-Rugs-BUZZ-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:\"Third-World-Bunny-Rugs-BUZZ-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"E-PL1\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1342132445\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"29\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16858,6213,'_wp_attached_file','2019/08/D-Angel.jpg'),(16859,6213,'wpmf_size','37147'),(16860,6213,'wpmf_filetype','jpg'),(16861,6213,'wpmf_order','0'),(16862,6213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1250;s:6:\"height\";i:750;s:4:\"file\";s:19:\"2019/08/D-Angel.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"D-Angel-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:\"D-Angel-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"D-Angel-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"D-Angel-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"D-Angel-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(16865,6215,'_wp_attached_file','2019/08/Album-Cover-More-Work-To-Be-Done-Third-World.jpg'),(16866,6215,'wpmf_size','209455'),(16867,6215,'wpmf_filetype','jpg'),(16868,6215,'wpmf_order','0'),(16869,6215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:56:\"2019/08/Album-Cover-More-Work-To-Be-Done-Third-World.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Album-Cover-More-Work-To-Be-Done-Third-World-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:56:\"Album-Cover-More-Work-To-Be-Done-Third-World-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:56:\"Album-Cover-More-Work-To-Be-Done-Third-World-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:57:\"Album-Cover-More-Work-To-Be-Done-Third-World-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:57:\"Album-Cover-More-Work-To-Be-Done-Third-World-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(16871,6203,'_thumbnail_id','6215'),(16872,6203,'_edit_last','11'),(16873,6203,'xyz_smap','1'),(16874,6203,'smpush_mute_activated','no'),(16876,6203,'_yoast_wpseo_primary_category','2'),(16877,6203,'_yoast_wpseo_primary_sub-category','14'),(16878,6203,'sponsored_url',''),(16879,6203,'_yoast_wpseo_content_score','30'),(16880,6203,'_yoast_wpseo_focuskeywords','[]'),(16881,6203,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16884,6218,'_edit_lock','1567015543:9'),(16885,6218,'_yst_prominent_words_version','1'),(16886,6219,'_wp_attached_file','2019/08/iguana21.jpg'),(16887,6219,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2019/08/iguana21.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"iguana21-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:\"iguana21-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:20:\"iguana21-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;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:{}}}'),(16888,6220,'_wp_attached_file','2019/08/Jamaican-iguana-.jpg'),(16889,6220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:656;s:6:\"height\";i:492;s:4:\"file\";s:28:\"2019/08/Jamaican-iguana-.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Jamaican-iguana--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:\"Jamaican-iguana--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\";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:{}}}'),(16891,6206,'_thumbnail_id','3461'),(16892,6206,'_edit_last','14'),(16893,6206,'xyz_smap','1'),(16894,6206,'smpush_mute_activated','no'),(16896,6206,'_yoast_wpseo_primary_category','4'),(16897,6206,'_yoast_wpseo_primary_sub-category','15'),(16898,6206,'sponsored_url',''),(16899,6206,'_yoast_wpseo_content_score','90'),(16900,6206,'_yoast_wpseo_focuskeywords','[]'),(16901,6206,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16902,6222,'_edit_lock','1567025579:4'),(16903,6222,'_yst_prominent_words_version','1'),(16904,6218,'_thumbnail_id','4349'),(16905,6218,'_edit_last','9'),(16906,6218,'smpush_mute_activated','no'),(16907,6218,'_yoast_wpseo_primary_category','4'),(16908,6218,'_yoast_wpseo_primary_sub-category','16'),(16909,6218,'sponsored_url',''),(16910,6218,'_yoast_wpseo_content_score','30'),(16911,6218,'_yoast_wpseo_focuskeywords','[]'),(16912,6218,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16914,6218,'xyz_smap','1'),(16918,6222,'_edit_last','4'),(16919,6222,'smpush_mute_activated','no'),(16920,6222,'_yoast_wpseo_primary_category','3'),(16921,6222,'_yoast_wpseo_primary_sub-category','8'),(16922,6222,'sponsored_url',''),(16923,6222,'_yoast_wpseo_content_score','30'),(16924,6222,'_yoast_wpseo_focuskeywords','[]'),(16925,6222,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(16926,6229,'_wp_attached_file','2019/08/Beres-Hammond-Birthday-BUZZ.png'),(16927,6229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:714;s:6:\"height\";i:476;s:4:\"file\";s:39:\"2019/08/Beres-Hammond-Birthday-BUZZ.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Beres-Hammond-Birthday-BUZZ-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:39:\"Beres-Hammond-Birthday-BUZZ-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: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:{}}}'),(16928,6230,'_wp_attached_file','2019/08/Beres-Hammond-Reggae-BUZZ.jpg'),(16929,6230,'wpmf_size','107620'),(16930,6230,'wpmf_filetype','jpg'),(16931,6230,'wpmf_order','0'),(16932,6230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1143;s:6:\"height\";i:714;s:4:\"file\";s:37:\"2019/08/Beres-Hammond-Reggae-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Beres-Hammond-Reggae-BUZZ-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:\"Beres-Hammond-Reggae-BUZZ-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Beres-Hammond-Reggae-BUZZ-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Beres-Hammond-Reggae-BUZZ-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Beres-Hammond-Reggae-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(16933,6231,'_wp_attached_file','2019/08/Rastasafari-tour-guide-Marvin-Clayton.jpg'),(16934,6232,'_wp_attached_file','2019/08/DSC_5692.jpg'),(16935,6231,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1750;s:6:\"height\";i:1201;s:4:\"file\";s:49:\"2019/08/Rastasafari-tour-guide-Marvin-Clayton.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Rastasafari-tour-guide-Marvin-Clayton-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:\"Rastasafari-tour-guide-Marvin-Clayton-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Rastasafari-tour-guide-Marvin-Clayton-768x527.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Rastasafari-tour-guide-Marvin-Clayton-1024x703.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:703;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"Rastasafari-tour-guide-Marvin-Clayton-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1559901312\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"26\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16936,6232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2130;s:6:\"height\";i:1426;s:4:\"file\";s:20:\"2019/08/DSC_5692.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_5692-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:\"DSC_5692-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:20:\"DSC_5692-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_5692-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_5692-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1559905396\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"22\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16937,6234,'_wp_attached_file','2019/08/RastaSafari-Jack-Jill-and-Bill-mountain-peak.jpg'),(16938,6234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2352;s:6:\"height\";i:1459;s:4:\"file\";s:56:\"2019/08/RastaSafari-Jack-Jill-and-Bill-mountain-peak.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"RastaSafari-Jack-Jill-and-Bill-mountain-peak-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:56:\"RastaSafari-Jack-Jill-and-Bill-mountain-peak-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"RastaSafari-Jack-Jill-and-Bill-mountain-peak-768x476.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"RastaSafari-Jack-Jill-and-Bill-mountain-peak-1024x635.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:635;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:57:\"RastaSafari-Jack-Jill-and-Bill-mountain-peak-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1559908661\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"26\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16947,6240,'_wp_attached_file','2019/08/DSC_5680.jpg'),(16948,6240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2582;s:6:\"height\";i:2009;s:4:\"file\";s:20:\"2019/08/DSC_5680.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_5680-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:\"DSC_5680-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"DSC_5680-768x598.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:598;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_5680-1024x797.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:797;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_5680-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1559905016\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16949,6246,'_wp_attached_file','2019/08/roaring-river-river.jpg'),(16950,6246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1294;s:6:\"height\";i:831;s:4:\"file\";s:31:\"2019/08/roaring-river-river.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"roaring-river-river-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:\"roaring-river-river-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"roaring-river-river-768x493.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"roaring-river-river-1024x658.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"roaring-river-river-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1559912585\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16965,6246,'_wp_attachment_image_alt','Two kids playing in Roaring River, Westmoreland'),(16966,6196,'_wp_attachment_image_alt','Minister of Health Christopher Tufton speaks about clearing mosquito breeding sites'),(16967,6196,'_edit_lock','1567025401:17'),(16968,6196,'_wpmf_gallery_custom_image_link',''),(16969,6196,'_gallery_link_target',''),(16970,6196,'_edit_last','17'),(16972,6222,'_thumbnail_id','6240'),(16973,6222,'xyz_smap','1'),(16975,6252,'_edit_lock','1567028470:9'),(16976,6252,'_yst_prominent_words_version','1'),(16977,6253,'_edit_lock','1567028309:4'),(16978,6253,'_yst_prominent_words_version','1'),(16979,6254,'_wp_attached_file','2019/08/Karinas-Kitchen-A-20190828C.jpg'),(16980,6254,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1171;s:6:\"height\";i:900;s:4:\"file\";s:39:\"2019/08/Karinas-Kitchen-A-20190828C.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Karinas-Kitchen-A-20190828C-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:\"Karinas-Kitchen-A-20190828C-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Karinas-Kitchen-A-20190828C-768x590.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:590;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Karinas-Kitchen-A-20190828C-1024x787.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:787;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Karinas-Kitchen-A-20190828C-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(16981,6255,'_wp_attached_file','2019/08/karinas-Kitchen-E-20190828-C.jpg'),(16982,6255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:40:\"2019/08/karinas-Kitchen-E-20190828-C.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"karinas-Kitchen-E-20190828-C-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:\"karinas-Kitchen-E-20190828-C-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:40:\"karinas-Kitchen-E-20190828-C-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:41:\"karinas-Kitchen-E-20190828-C-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"karinas-Kitchen-E-20190828-C-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(16983,6256,'_wp_attached_file','2019/08/karinas-Kitchen-D-20190828-C.jpg'),(16984,6256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:900;s:4:\"file\";s:40:\"2019/08/karinas-Kitchen-D-20190828-C.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"karinas-Kitchen-D-20190828-C-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:\"karinas-Kitchen-D-20190828-C-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"karinas-Kitchen-D-20190828-C-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"karinas-Kitchen-D-20190828-C-900x655.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:655;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:{}}}'),(16985,6257,'_wp_attached_file','2019/08/karinas-Kitchen-F-20190828-C.jpg'),(16986,6257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1012;s:6:\"height\";i:900;s:4:\"file\";s:40:\"2019/08/karinas-Kitchen-F-20190828-C.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"karinas-Kitchen-F-20190828-C-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:\"karinas-Kitchen-F-20190828-C-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"karinas-Kitchen-F-20190828-C-768x683.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"karinas-Kitchen-F-20190828-C-1012x655.jpg\";s:5:\"width\";i:1012;s:6:\"height\";i:655;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:{}}}'),(16987,6258,'_edit_lock','1567028241:4'),(16988,6258,'_yst_prominent_words_version','1'),(16992,6252,'_thumbnail_id','6255'),(16993,6252,'_edit_last','9'),(16994,6252,'smpush_mute_activated','no'),(16995,6252,'_yoast_wpseo_primary_category','3'),(16996,6252,'_yoast_wpseo_primary_sub-category','1534'),(16997,6252,'sponsored_url',''),(16998,6252,'_yoast_wpseo_content_score','30'),(16999,6252,'_yoast_wpseo_focuskeywords','[]'),(17000,6252,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17002,6252,'xyz_smap','1'),(17004,6113,'_oembed_8acd9e47770e06ddf225bd6790dbba17','<iframe title=\"BUZZ Top 10 music charts (Week August 26)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/pa6tqEfLN54?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(17005,6113,'_oembed_time_8acd9e47770e06ddf225bd6790dbba17','1567026994'),(17006,6261,'_wp_attached_file','2019/08/briana-williams-Jamaican-athlete-BUZZ.jpg'),(17007,6261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:49:\"2019/08/briana-williams-Jamaican-athlete-BUZZ.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"briana-williams-Jamaican-athlete-BUZZ-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:\"briana-williams-Jamaican-athlete-BUZZ-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:49:\"briana-williams-Jamaican-athlete-BUZZ-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"briana-williams-Jamaican-athlete-BUZZ-1000x655.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:655;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:{}}}'),(17008,6262,'_wp_attached_file','2019/08/Gilberto-Silva-Arsenal-Future-Stars-.jpg'),(17009,6262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:700;s:4:\"file\";s:48:\"2019/08/Gilberto-Silva-Arsenal-Future-Stars-.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Gilberto-Silva-Arsenal-Future-Stars--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:48:\"Gilberto-Silva-Arsenal-Future-Stars--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:48:\"Gilberto-Silva-Arsenal-Future-Stars--768x538.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"Gilberto-Silva-Arsenal-Future-Stars--1000x655.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:655;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:{}}}'),(17010,6263,'_wp_attached_file','2019/08/Briana-Williams-Ato-Boldon.jpg'),(17011,6263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:288;s:4:\"file\";s:38:\"2019/08/Briana-Williams-Ato-Boldon.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Briana-Williams-Ato-Boldon-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:\"Briana-Williams-Ato-Boldon-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:\"0\";s:8:\"keywords\";a:0:{}}}'),(17012,6258,'_edit_last','4'),(17013,6258,'smpush_mute_activated','no'),(17014,6258,'_yoast_wpseo_primary_category','4'),(17015,6258,'_yoast_wpseo_primary_sub-category','5'),(17016,6258,'sponsored_url',''),(17017,6258,'_yoast_wpseo_content_score','30'),(17018,6258,'_yoast_wpseo_focuskeywords','[]'),(17019,6258,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17020,6265,'_wp_attached_file','2019/08/Daniel_Canning.jpg'),(17021,6265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:540;s:4:\"file\";s:26:\"2019/08/Daniel_Canning.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Daniel_Canning-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:\"Daniel_Canning-200x300.jpg\";s:5:\"width\";i:200;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:{}}}'),(17022,6266,'_wp_attached_file','2019/08/Briana-Williams-BUZZ.jpg'),(17023,6266,'wpmf_size','235616'),(17024,6266,'wpmf_filetype','jpg'),(17025,6266,'wpmf_order','0'),(17026,6266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1105;s:6:\"height\";i:622;s:4:\"file\";s:32:\"2019/08/Briana-Williams-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Briana-Williams-BUZZ-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:\"Briana-Williams-BUZZ-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:32:\"Briana-Williams-BUZZ-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:33:\"Briana-Williams-BUZZ-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Briana-Williams-BUZZ-1060x622.jpg\";s:5:\"width\";i:1060;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:{}}}'),(17028,6253,'_thumbnail_id','6266'),(17029,6253,'_edit_last','11'),(17030,6253,'xyz_smap','1'),(17031,6253,'smpush_mute_activated','no'),(17033,6253,'_yoast_wpseo_primary_category','4'),(17034,6253,'_yoast_wpseo_primary_sub-category','5'),(17035,6253,'sponsored_url',''),(17036,6253,'_yoast_wpseo_content_score','30'),(17037,6253,'_yoast_wpseo_focuskeywords','[]'),(17038,6253,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17039,6269,'_edit_lock','1567030653:11'),(17040,6269,'_yst_prominent_words_version','1'),(17042,6258,'_thumbnail_id','6262'),(17043,6258,'xyz_smap','1'),(17046,39,'_wp_attachment_image_alt','Profile photo of PSOJ boss, Howard Mitchell'),(17047,54,'_wp_attachment_image_alt','Leon Bailey on a beach in Jamaica'),(17048,6266,'_wp_attachment_image_alt','Brianna-Williams-'),(17049,55,'_wp_attachment_image_alt','Footballer Kingsley Coman on the field'),(17050,6273,'_edit_lock','1567029789:9'),(17051,56,'_wp_attachment_image_alt','Footballer Leon Bailey celebrating on the field'),(17052,6273,'_yst_prominent_words_version','1'),(17053,6255,'_wp_attachment_image_alt','breadfruit festival'),(17054,57,'_wp_attachment_image_alt','Footballer Leon Bailey on a beach in Jamaica'),(17055,6254,'_wp_attachment_image_alt','Karina Matalon of Karina\'s Kitchen poses for the camera'),(17056,67,'_wp_attachment_image_alt','Red Toyota Supra on the road'),(17057,87,'_wp_attachment_image_alt','Popcaan on the stage at Reggae Sumfest'),(17058,91,'_wp_attachment_image_alt','Jerry Wonda with his guitar in studio'),(17059,92,'_wp_attachment_image_alt','Group shot of the reggae group Morgan\'s Heritage'),(17060,99,'_wp_attachment_image_alt','Profile photo of Manuel Marrero'),(17061,100,'_wp_attachment_image_alt','Tourists posing in the streets of Cuba'),(17062,101,'_wp_attachment_image_alt','Tourists in Cuba'),(17063,111,'_wp_attachment_image_alt','Profile photo of Ian Parry'),(17064,113,'_wp_attachment_image_alt','Photo of air pollution over a city'),(17065,119,'_wp_attachment_image_alt','Chef Sasha Gordon shows her Karma Knife'),(17066,6274,'_wp_attached_file','2019/08/Govana-Dancehall-Artiste-BUZZ.jpg'),(17067,6274,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1303;s:6:\"height\";i:787;s:4:\"file\";s:41:\"2019/08/Govana-Dancehall-Artiste-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Govana-Dancehall-Artiste-BUZZ-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:\"Govana-Dancehall-Artiste-BUZZ-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Govana-Dancehall-Artiste-BUZZ-768x464.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Govana-Dancehall-Artiste-BUZZ-1024x618.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:618;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Govana-Dancehall-Artiste-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(17068,120,'_wp_attachment_image_alt','A knife being forged'),(17069,121,'_wp_attachment_image_alt','Person holding a Karma Knife in the palm of their hand'),(17070,122,'_wp_attachment_image_alt','Jabulani Johnson forging one of his knives'),(17071,6275,'_wp_attached_file','2019/08/Govana-Album-Cover.jpg'),(17072,6275,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:30:\"2019/08/Govana-Album-Cover.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Govana-Album-Cover-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:\"Govana-Album-Cover-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:{}}}'),(17073,125,'_wp_attachment_image_alt','A Karma knife being forged'),(17074,136,'_wp_attachment_image_alt','Man showing off his Hombre Eccentric'),(17075,138,'_wp_attachment_image_alt','Andrew Holness walking across a river'),(17076,6276,'_edit_lock','1567031319:4'),(17077,6276,'_yst_prominent_words_version','1'),(17078,142,'_wp_attachment_image_alt','PM Andrew Holness shaking hands with someone'),(17079,6273,'_thumbnail_id','4611'),(17080,6273,'_edit_last','9'),(17081,6273,'smpush_mute_activated','no'),(17082,6273,'_yoast_wpseo_primary_category','3'),(17083,6273,'_yoast_wpseo_primary_sub-category','9'),(17084,6273,'sponsored_url',''),(17085,6273,'_yoast_wpseo_content_score','60'),(17086,6273,'_yoast_wpseo_focuskeywords','[]'),(17087,6273,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17088,144,'_wp_attachment_image_alt','Food photo of a dish from Kushite restaurant'),(17089,152,'_wp_attachment_image_alt','PM Andrew Holness shaking hands with a constituent'),(17091,6273,'xyz_smap','1'),(17093,158,'_wp_attachment_image_alt','Andrew Holness drinking a coconut on a beachin Negril'),(17096,160,'_wp_attachment_image_alt','PM Andrew Holness riding a bike with his family'),(17097,163,'_wp_attachment_image_alt','PM Andrew Holness taking a selfie with a group'),(17098,167,'_wp_attachment_image_alt','PM Andrew Holness cleaning his clarks'),(17099,176,'_wp_attachment_image_alt','Man models his Hombre Eccentric clothign'),(17100,177,'_wp_attachment_image_alt','Steve Morgan models his Hombre Eccentric designs'),(17101,183,'_wp_attachment_image_alt','Female models Hombre Eccentric clothing'),(17102,187,'_wp_attachment_image_alt','Reggae artist Jah Cure in Kenya'),(17103,190,'_wp_attachment_image_alt','Reggae artists on a bike in Kenya'),(17104,191,'_wp_attachment_image_alt','Reggae artists Jah Cure helping to clean streets in Kenya'),(17105,192,'_wp_attachment_image_alt','Jah Cure helping to keep the streets of Kenya clean.'),(17106,196,'_wp_attachment_image_alt','Gabrielle Union and Dwayne Wade pose at the ESPYS'),(17107,208,'_wp_attachment_image_alt','Kulter cover mom Cardi B in birthday cake'),(17108,218,'_wp_attachment_image_alt','Tennis sensation Cori ‘Coco’ Gauff on court'),(17109,223,'_wp_attachment_image_alt','Tennis start Cori ‘Coco’ Gauff serves'),(17110,6279,'_edit_lock','1567030386:9'),(17111,6279,'_yst_prominent_words_version','1'),(17112,224,'_wp_attachment_image_alt','Tennis star Cori ‘Coco’ Gauff looks at her award'),(17113,225,'_wp_attachment_image_alt','Tennis start Coco Gauff with fist in the air on the tennis court'),(17114,6280,'_wp_attached_file','2019/08/NicholasChinLoy.jpg'),(17115,6280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:27:\"2019/08/NicholasChinLoy.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"NicholasChinLoy-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:\"NicholasChinLoy-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"NicholasChinLoy-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"NicholasChinLoy-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"NicholasChinLoy-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(17116,227,'_wp_attachment_image_alt','A young Cori Gauff with her Jamaican tennis coach, Sylvester Black'),(17117,265,'_wp_attachment_image_alt','Storm Saulter poses for Buzz in studio'),(17118,266,'_wp_attachment_image_alt','Director, Storm Saulter looking out of the studio window'),(17119,267,'_wp_attachment_image_alt','Storm Saulter looking directly at camera'),(17120,6279,'_thumbnail_id','6280'),(17121,6279,'_edit_last','9'),(17122,6279,'smpush_mute_activated','no'),(17123,6279,'_yoast_wpseo_primary_category','3'),(17124,6279,'_yoast_wpseo_primary_sub-category','5'),(17125,6279,'sponsored_url',''),(17126,6279,'_yoast_wpseo_content_score','90'),(17127,6279,'_yoast_wpseo_focuskeywords','[]'),(17128,6279,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17129,273,'_wp_attachment_image_alt','Director, Storm Saulter looking out of the studio window'),(17131,6279,'xyz_smap','1'),(17134,6269,'_edit_last','11'),(17135,6269,'xyz_smap','1'),(17136,6269,'smpush_mute_activated','no'),(17138,6269,'_yoast_wpseo_primary_category','2'),(17139,6269,'_yoast_wpseo_primary_sub-category','14'),(17140,6269,'sponsored_url',''),(17141,6269,'_yoast_wpseo_content_score','30'),(17142,6269,'_yoast_wpseo_focuskeywords','[]'),(17143,6269,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17144,283,'_wp_attachment_image_alt','Chris Gayle on field and Rihanna in the stands of the cricket stadium'),(17147,294,'_wp_attachment_image_alt','PIcture of Kevin Spacey from House of cards Season 3 premiere'),(17149,6269,'_thumbnail_id','6274'),(17151,301,'_wp_attachment_image_alt','Overhead photo of Bajo Nuevo, a disputed island given up by Jamaica'),(17152,302,'_wp_attachment_image_alt','Map showing the distance between Bajo Nueve and Jamaica'),(17153,314,'_wp_attachment_image_alt','Side profile photo of Richard Branson'),(17154,315,'_wp_attachment_image_alt','Virgin Galactic in the air'),(17157,306,'_wp_attachment_image_alt','Light Beacon on the island of Bajo Nuevo'),(17158,6286,'_wp_attached_file','2019/08/moh-christopher-tufton.jpg'),(17159,6286,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:34:\"2019/08/moh-christopher-tufton.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"moh-christopher-tufton-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:\"moh-christopher-tufton-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:34:\"moh-christopher-tufton-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:35:\"moh-christopher-tufton-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"moh-christopher-tufton-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566905720\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"92\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17160,316,'_wp_attachment_image_alt','Tessellated performing on stage'),(17161,6287,'_edit_lock','1567125889:4'),(17162,317,'_wp_attachment_image_alt','Adam Stewart sitting on a couch in the new AC Marriott Hotel in Kingston'),(17163,6287,'_yst_prominent_words_version','1'),(17164,319,'_wp_attachment_image_alt','A bedroom in the new AC Marriott Hotel in Kingston Jamaica'),(17165,324,'_wp_attachment_image_alt','The sign at the new AC Hotel in Kingston'),(17166,325,'_wp_attachment_image_alt','Two Jamaican Passports on display'),(17167,6288,'_wp_attached_file','2019/08/OkairMcLare.jpg'),(17168,6288,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:23:\"2019/08/OkairMcLare.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"OkairMcLare-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:\"OkairMcLare-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"OkairMcLare-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"OkairMcLare-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"OkairMcLare-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(17171,328,'_wp_attachment_image_alt','World Map'),(17172,329,'_wp_attachment_image_alt','The open lobby inside the new AC Hotel in Kingston'),(17173,333,'_wp_attachment_image_alt','The poolside at the AC Hotel in Kingston'),(17174,6287,'_thumbnail_id','6288'),(17175,6287,'_edit_last','4'),(17176,6287,'smpush_mute_activated','no'),(17177,6287,'_yoast_wpseo_primary_category','3'),(17178,6287,'_yoast_wpseo_primary_sub-category','5'),(17179,6287,'sponsored_url',''),(17180,6287,'_yoast_wpseo_content_score','90'),(17181,6287,'_yoast_wpseo_focuskeywords','[]'),(17182,6287,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17183,334,'_wp_attachment_image_alt','The outside bar at the AC Hotel in Kingston'),(17184,335,'_wp_attachment_image_alt','The new gym inside the AC Hotel in Kingston'),(17185,6292,'_edit_lock','1567032450:11'),(17186,339,'_wp_attachment_image_alt','Jamaican artist Tessellated holding a sax'),(17187,6292,'_yst_prominent_words_version','1'),(17188,340,'_wp_attachment_image_alt','A view of the pool area at the new AC Hotel in Kingston'),(17189,342,'_wp_attachment_image_alt','Lobby sitting area inside the new AC Hotel'),(17190,349,'_wp_attachment_image_alt','The AC Marriott staff smiling for the camera'),(17191,351,'_wp_attachment_image_alt','Blue art piece hanging from the ceiling of the AC Hotel in Kingston'),(17192,371,'_wp_attachment_image_alt','Cartoon drawing from the Jamaican comic book, Maroon Black'),(17193,373,'_wp_attachment_image_alt','Drawings from page of the Jamaican comic book, Maroon black'),(17194,375,'_wp_attachment_image_alt','Inside page from the Jamaican comic book, Maroon Black'),(17195,380,'_wp_attachment_image_alt','Former Reality TV star, Estelita poses with Stevie J'),(17196,381,'_wp_attachment_image_alt','Two surgeons smiling during Estelita\'s surgery to remove butt implants'),(17198,6276,'_thumbnail_id','6286'),(17199,6276,'_edit_last','4'),(17200,6276,'xyz_smap','1'),(17201,6276,'smpush_mute_activated','no'),(17203,6276,'_yoast_wpseo_primary_category','4'),(17204,6276,'_yoast_wpseo_primary_sub-category','11'),(17205,6276,'sponsored_url',''),(17206,6276,'_yoast_wpseo_content_score','30'),(17207,6276,'_yoast_wpseo_focuskeywords','[]'),(17208,6276,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17209,384,'_wp_attachment_image_alt','Two surgeons smiling during Estelita\'s surgery to remove butt implants'),(17210,387,'_wp_attachment_image_alt','Man picking his nose'),(17211,390,'_wp_attachment_image_alt','black tshirt with Straight up Mama\'s boy printed on the fron'),(17212,410,'_wp_attachment_image_alt','Lee Scratch smiling'),(17213,415,'_wp_attachment_image_alt','Artwork on display at the Kingston Art Walk'),(17214,458,'_wp_attachment_image_alt','Jamaican all-round cricketer Chris Gayle poses with Portuguese football coach José Mourinho and others on launch pad at undisclosed location'),(17215,6294,'_edit_lock','1567032215:4'),(17216,6294,'_yst_prominent_words_version','1'),(17217,6294,'_edit_last','4'),(17218,6294,'smpush_mute_activated','no'),(17219,6294,'_yoast_wpseo_primary_category','4'),(17220,6294,'_yoast_wpseo_primary_sub-category','15'),(17221,6294,'sponsored_url',''),(17222,6294,'_yoast_wpseo_content_score','30'),(17223,6294,'_yoast_wpseo_focuskeywords','[]'),(17224,6294,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17225,6297,'_edit_lock','1567032540:9'),(17226,6297,'_yst_prominent_words_version','1'),(17227,6286,'_wp_attachment_image_alt','Jamaica\'s Minister of Health, Chris Tufton speaks about clearing mosquito breeding sites'),(17228,6299,'_wp_attached_file','2019/08/Emmy-Awards-Power-BUZZ.jpg'),(17229,6299,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:34:\"2019/08/Emmy-Awards-Power-BUZZ.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Emmy-Awards-Power-BUZZ-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:\"Emmy-Awards-Power-BUZZ-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:34:\"Emmy-Awards-Power-BUZZ-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:{}}}'),(17230,6275,'_wp_attachment_image_alt','The album cover for Govana, Jamaican Dancehall artist'),(17231,6274,'_wp_attachment_image_alt','Dancehall artist, Govana poses'),(17232,6300,'_edit_lock','1567033911:9'),(17233,6300,'_yst_prominent_words_version','1'),(17234,2378,'_edit_lock','1567032337:11'),(17235,2378,'_wpmf_gallery_custom_image_link',''),(17236,2378,'_gallery_link_target',''),(17237,2378,'_edit_last','11'),(17238,6301,'_wp_attached_file','2019/08/Dwayne-Francis_-spanish-town-hospital.jpg'),(17239,6301,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:475;s:4:\"file\";s:49:\"2019/08/Dwayne-Francis_-spanish-town-hospital.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Dwayne-Francis_-spanish-town-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:49:\"Dwayne-Francis_-spanish-town-hospital-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;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:{}}}'),(17240,6265,'_wp_attachment_image_alt','Daniel Canning posing for the camera at WorldRemit'),(17241,6302,'_wp_attached_file','2019/08/dirk-harrison.jpg'),(17242,6302,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:1017;s:4:\"file\";s:25:\"2019/08/dirk-harrison.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"dirk-harrison-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:\"dirk-harrison-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"dirk-harrison-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"dirk-harrison-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"dirk-harrison-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(17243,6262,'_wp_attachment_image_alt','Arsenal legend Gilberto Silva posing on the field'),(17244,6257,'_wp_attachment_image_alt','Karina\'s Kitchn skewers of shrimp'),(17246,6294,'_thumbnail_id','6302'),(17247,6294,'xyz_smap','1'),(17249,6297,'_thumbnail_id','6301'),(17250,6297,'_edit_last','9'),(17251,6297,'smpush_mute_activated','no'),(17252,6297,'_yoast_wpseo_primary_category','4'),(17253,6297,'_yoast_wpseo_primary_sub-category','11'),(17254,6297,'sponsored_url',''),(17255,6297,'_yoast_wpseo_content_score','60'),(17256,6297,'_yoast_wpseo_focuskeywords','[]'),(17257,6297,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17258,6240,'_wp_attachment_image_alt','Girl laying on a wall with the Roaring River flowing below her'),(17260,6292,'_thumbnail_id','2378'),(17261,6292,'_edit_last','11'),(17262,6292,'xyz_smap','1'),(17263,6292,'smpush_mute_activated','no'),(17265,6292,'_yoast_wpseo_primary_category','2'),(17266,6292,'_yoast_wpseo_primary_sub-category','14'),(17267,6292,'sponsored_url',''),(17268,6292,'_yoast_wpseo_content_score','30'),(17269,6292,'_yoast_wpseo_focuskeywords','[]'),(17270,6292,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17273,6231,'_wp_attachment_image_alt','Rastasafari tour guide, Marvin Clayton in a vehicle on the field'),(17274,6229,'_wp_attachment_image_alt','Bere Hammond posing in studio'),(17275,6220,'_wp_attachment_image_alt','Person holding two Jamaican Iguanas'),(17276,6219,'_wp_attachment_image_alt','A large green iguana sits on a rock'),(17277,6215,'_wp_attachment_image_alt','Third World\'s album cover for More Work To be Done'),(17278,6308,'_edit_lock','1567034479:4'),(17279,6308,'_yst_prominent_words_version','1'),(17280,6213,'_wp_attachment_image_alt','Dancehall artists shows off her toned physique in a white tied t-shirt and high-waisted black bottom'),(17281,6309,'_edit_lock','1567090891:9'),(17282,6309,'_yst_prominent_words_version','1'),(17283,6212,'_wp_attachment_image_alt','Third World\'s Bunny Rugs with open arms'),(17284,6210,'_wp_attachment_image_alt','Dr Dayton Campbell listens to a supporter'),(17285,6200,'_wp_attachment_image_alt','Ed Sheeran'),(17286,6192,'_wp_attachment_image_alt','Outgoing IMF Resident Representative for Jamaica, r Lonkeng Ngouana speaking at his desk'),(17287,6191,'_wp_attachment_image_alt','Dr Constant Lonkeng Ngouana speaking to Buzz in his office'),(17290,6190,'_wp_attachment_image_alt','Outgoing IMF representative speaks to the incoming representative and others following the PIOJ’s quarterly briefing on August 26'),(17291,6189,'_wp_attachment_image_alt','Outgoing IMF resident representative for Jamaica in office'),(17292,6312,'_wp_attached_file','2019/08/missy-elliot-VMA.jpg'),(17293,6312,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:28:\"2019/08/missy-elliot-VMA.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"missy-elliot-VMA-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:\"missy-elliot-VMA-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"missy-elliot-VMA-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:9:\"WireImage\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:212:\"NEWARK, NEW JERSEY - AUGUST 26: Rapper Missy Elliott poses in the Press Room during the 2019 MTV Video Music Awards at Prudential Center on August 26, 2019 in Newark, New Jersey. (Photo by Jim Spellman/WireImage)\";s:17:\"created_timestamp\";s:10:\"1566856473\";s:9:\"copyright\";s:14:\"2019 WireImage\";s:12:\"focal_length\";s:2:\"67\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:40:\"2019 MTV Video Music Awards - Press Room\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17294,6183,'_wp_attachment_image_alt','PM Andrew Holness signing a policy to introduce a policy for performance management contracting'),(17295,6300,'_thumbnail_id','6312'),(17296,6300,'_edit_last','9'),(17297,6300,'smpush_mute_activated','no'),(17298,6300,'_yoast_wpseo_primary_category','2'),(17299,6300,'_yoast_wpseo_primary_sub-category','14'),(17300,6300,'sponsored_url',''),(17301,6300,'_yoast_wpseo_content_score','30'),(17302,6300,'_yoast_wpseo_focuskeywords','[]'),(17303,6300,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17305,6300,'xyz_smap','1'),(17307,6177,'_wp_attachment_image_alt','Lauryn Hill on stage with a mic'),(17308,6174,'_wp_attachment_image_alt','Iconic photo of Grace Jones'),(17309,6159,'_wp_attachment_image_alt','amaican model Chay Hanna on the runway at Scandinavian International Fashion Week'),(17310,6158,'_wp_attachment_image_alt','Sonja Anderson, CEO and organiser of SIF, poses for the camera'),(17311,6155,'_wp_attachment_image_alt','Prime Minister of Dominica Roosevelt Skerrit giving an update on Tropical Storm Dorian Tuesday'),(17312,6314,'_edit_lock','1567073041:14'),(17313,6314,'_yst_prominent_words_version','1'),(17314,6152,'_wp_attachment_image_alt','Dilly Chris poses'),(17315,6151,'_wp_attachment_image_alt','Dancehall artists Dilly Chris poses for the camera'),(17316,6150,'_wp_attachment_image_alt','Jamaican Dancehall artists Dilly Chris posing for the camera'),(17317,6140,'_wp_attachment_image_alt','Street view of the Edna Manley College sign'),(17318,6139,'_wp_attachment_image_alt','Street view of the Edna Manley College sign'),(17319,6136,'_wp_attachment_image_alt','Edna Manley College of the Visual and Performing\'s Principal speaking during the opening ceremony for the institution’s annual Research in the Arts Day'),(17320,6315,'_wp_attached_file','2019/08/RAF-4-1.jpg'),(17321,6315,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4356;s:6:\"height\";i:2780;s:4:\"file\";s:19:\"2019/08/RAF-4-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"RAF-4-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:19:\"RAF-4-1-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"RAF-4-1-768x490.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"RAF-4-1-1024x654.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"RAF-4-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566929597\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17322,6316,'_wp_attached_file','2019/08/Sherlock-Marriott-Blake-Sign-Language.jpg'),(17323,6316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2378;s:6:\"height\";i:3568;s:4:\"file\";s:49:\"2019/08/Sherlock-Marriott-Blake-Sign-Language.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Sherlock-Marriott-Blake-Sign-Language-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:\"Sherlock-Marriott-Blake-Sign-Language-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Sherlock-Marriott-Blake-Sign-Language-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Sherlock-Marriott-Blake-Sign-Language-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"Sherlock-Marriott-Blake-Sign-Language-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:16:\"Yhomo Hutchinson\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566379626\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"62\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17324,6130,'_wp_attachment_image_alt','Portrait of Bella Blair'),(17325,6128,'_wp_attachment_image_alt','Portrait of YouTube vlogger Bella Blair'),(17328,6314,'_edit_last','14'),(17329,6314,'xyz_smap','1'),(17330,6314,'smpush_mute_activated','no'),(17332,6314,'_yoast_wpseo_primary_category','4'),(17333,6314,'_yoast_wpseo_primary_sub-category','12'),(17334,6314,'sponsored_url',''),(17335,6314,'_yoast_wpseo_content_score','30'),(17336,6314,'_yoast_wpseo_focuskeywords','[]'),(17337,6314,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17338,6123,'_wp_attachment_image_alt','Azizi Johnson and Tsenaye Lewis with their medals on the podium'),(17339,6122,'_wp_attachment_image_alt','Gari Whyte and Nickoy Smith receiving their bronze medals.'),(17340,6121,'_wp_attachment_image_alt','Gianna Lewis and Azizi Johnson in action against Puerto Rico'),(17341,6101,'_wp_attachment_image_alt','Meek Mill at the BET Awards'),(17342,6318,'_wp_attached_file','2019/08/Salt-Spring-Primary-Renovation.jpg'),(17343,6318,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:42:\"2019/08/Salt-Spring-Primary-Renovation.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Salt-Spring-Primary-Renovation-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:42:\"Salt-Spring-Primary-Renovation-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:42:\"Salt-Spring-Primary-Renovation-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Salt-Spring-Primary-Renovation-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Salt-Spring-Primary-Renovation-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(17345,6308,'_edit_last','4'),(17346,6308,'xyz_smap','1'),(17347,6308,'smpush_mute_activated','no'),(17349,6308,'_yoast_wpseo_primary_category','4'),(17350,6308,'_yoast_wpseo_primary_sub-category','15'),(17351,6308,'sponsored_url',''),(17352,6308,'_yoast_wpseo_content_score','60'),(17353,6308,'_yoast_wpseo_focuskeywords','[]'),(17354,6308,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17358,6093,'_wp_attachment_image_alt','PM Andrew Holness displays a signed copy of a sub-contract for the South Coast Highway Improvement Project'),(17359,6309,'_thumbnail_id','6318'),(17360,6309,'_edit_last','9'),(17361,6309,'smpush_mute_activated','no'),(17362,6309,'_yoast_wpseo_primary_category','4'),(17363,6309,'_yoast_wpseo_primary_sub-category','16'),(17364,6309,'sponsored_url',''),(17365,6309,'_yoast_wpseo_content_score','60'),(17366,6309,'_yoast_wpseo_focuskeywords','[]'),(17367,6309,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17368,6322,'_edit_lock','1567037317:4'),(17369,6322,'_edit_last','4'),(17370,6322,'smpush_mute_activated','no'),(17371,6322,'_yoast_wpseo_primary_category','4'),(17372,6322,'_yoast_wpseo_primary_sub-category','16'),(17373,6322,'sponsored_url',''),(17374,6322,'_yoast_wpseo_content_score','30'),(17375,6322,'_yoast_wpseo_focuskeywords','[]'),(17376,6322,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17377,6322,'_yst_prominent_words_version','1'),(17378,6085,'_wp_attachment_image_alt','C.E.O of eMedia Interactive Group, Tyrone Wilson speaking about the return of Reggae Sunsplash'),(17379,6064,'_wp_attachment_image_alt','Dancehall artist D\'Angel poses in a green form fitted dress'),(17381,6309,'xyz_smap','1'),(17383,6062,'_wp_attachment_image_alt','Instagram posts of D\'Angel in a white t-shirt and black shorts'),(17384,6061,'_wp_attachment_image_alt','Dancehall artists, D\'Angel poses in a red swimsuit'),(17385,6060,'_wp_attachment_image_alt','D\'Angel posing on a bridge in a multicoloured bikini'),(17386,6052,'_wp_attachment_image_alt','Chris Dehring on stage with kids in Portland community'),(17387,6051,'_wp_attachment_image_alt','Shaggy, Daryl Vaz and the Ready TV team pose for the camera in Portland'),(17388,6047,'_wp_attachment_image_alt','Chris Dehring posing for the camera in Portland'),(17389,6038,'_wp_attachment_image_alt','Black and white photo of Steve deAngelo smoking cannabis'),(17390,6039,'_wp_attachment_image_alt','Steve deAngelo takes a selfie inside Harbourside'),(17391,6023,'_wp_attachment_image_alt','Men removing shutters from the windows of a KFC in Barbado safter Tropical Storm Dorian'),(17394,6022,'_wp_attachment_image_alt','Private Buses on the road in Barbados after Tropical Storm Dorian'),(17395,6021,'_wp_attachment_image_alt','Public buses at a bus stop after Tropical Storm Dorian'),(17396,6012,'_wp_attachment_image_alt','Flooded streets in Barbados after Tropical Storm Harvey in 2017'),(17397,5997,'_wp_attachment_image_alt','Howard Pounall poses with his young daughter next to his plane'),(17398,5994,'_wp_attachment_image_alt','Howard Pounall poses with his wife, son and two daughters'),(17399,5991,'_wp_attachment_image_alt','Howard Pounall sits in his Ferrari'),(17400,5942,'_wp_attachment_image_alt','Boys playing football'),(17403,6329,'_wp_attached_file','2019/08/dual-citizens-donation-back-to-school.jpg'),(17404,6329,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1053;s:6:\"height\";i:815;s:4:\"file\";s:49:\"2019/08/dual-citizens-donation-back-to-school.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"dual-citizens-donation-back-to-school-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:\"dual-citizens-donation-back-to-school-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"dual-citizens-donation-back-to-school-768x594.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:594;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"dual-citizens-donation-back-to-school-1024x793.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:793;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"dual-citizens-donation-back-to-school-1053x655.jpg\";s:5:\"width\";i:1053;s:6:\"height\";i:655;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:{}}}'),(17405,6322,'_thumbnail_id','6329'),(17406,6332,'_edit_lock','1567039608:4'),(17407,6332,'_yst_prominent_words_version','1'),(17408,6333,'_wp_attached_file','2019/08/julian-robinson-integrity-commission.jpg'),(17409,6333,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:474;s:4:\"file\";s:48:\"2019/08/julian-robinson-integrity-commission.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"julian-robinson-integrity-commission-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:48:\"julian-robinson-integrity-commission-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;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:{}}}'),(17411,6332,'_edit_last','4'),(17412,6332,'xyz_smap','1'),(17413,6332,'smpush_mute_activated','no'),(17415,6332,'_yoast_wpseo_primary_category','4'),(17416,6332,'_yoast_wpseo_primary_sub-category','15'),(17417,6332,'sponsored_url',''),(17418,6332,'_yoast_wpseo_content_score','30'),(17419,6332,'_yoast_wpseo_focuskeywords','[]'),(17420,6332,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17422,6332,'_thumbnail_id','6333'),(17424,6336,'_edit_lock','1567042551:4'),(17425,6336,'_yst_prominent_words_version','1'),(17426,6337,'_wp_attached_file','2019/08/normani.jpg'),(17427,6337,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1349;s:4:\"file\";s:19:\"2019/08/normani.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"normani-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:\"normani-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"normani-768x959.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:959;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"normani-820x1024.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"normani-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(17428,6336,'_edit_last','4'),(17429,6336,'smpush_mute_activated','no'),(17430,6336,'_yoast_wpseo_primary_category','2'),(17431,6336,'_yoast_wpseo_primary_sub-category','14'),(17432,6336,'sponsored_url',''),(17433,6336,'_yoast_wpseo_content_score','30'),(17434,6336,'_yoast_wpseo_focuskeywords','[]'),(17435,6336,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17437,6336,'_thumbnail_id','2764'),(17438,6336,'xyz_smap','1'),(17440,6342,'_edit_lock','1567090648:4'),(17441,6342,'_yst_prominent_words_version','1'),(17444,6344,'_wp_attached_file','2019/08/kamina-johnson-smith-damian-moore-buzz-1-1.jpg'),(17445,6344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:54:\"2019/08/kamina-johnson-smith-damian-moore-buzz-1-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"kamina-johnson-smith-damian-moore-buzz-1-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:54:\"kamina-johnson-smith-damian-moore-buzz-1-1-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:54:\"kamina-johnson-smith-damian-moore-buzz-1-1-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:55:\"kamina-johnson-smith-damian-moore-buzz-1-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"kamina-johnson-smith-damian-moore-buzz-1-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(17446,6345,'_wp_attached_file','2019/08/kamina-johnson-smith-damian-moore-buzz-2.jpg'),(17447,6345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:52:\"2019/08/kamina-johnson-smith-damian-moore-buzz-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"kamina-johnson-smith-damian-moore-buzz-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:52:\"kamina-johnson-smith-damian-moore-buzz-2-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:52:\"kamina-johnson-smith-damian-moore-buzz-2-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:53:\"kamina-johnson-smith-damian-moore-buzz-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"kamina-johnson-smith-damian-moore-buzz-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(17448,6346,'_wp_attached_file','2019/08/comfort-castle-primary-portland-buzz-demo.jpg'),(17449,6346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:664;s:4:\"file\";s:53:\"2019/08/comfort-castle-primary-portland-buzz-demo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"comfort-castle-primary-portland-buzz-demo-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:\"comfort-castle-primary-portland-buzz-demo-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"comfort-castle-primary-portland-buzz-demo-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:54:\"comfort-castle-primary-portland-buzz-demo-1000x655.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1266329811\";s:9:\"copyright\";s:13:\"JOSHUA HUNTER\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:10:\"sports day\";}}}'),(17450,6342,'_thumbnail_id','6344'),(17451,6342,'_edit_last','4'),(17452,6342,'smpush_mute_activated','no'),(17453,6342,'_yoast_wpseo_primary_category','4'),(17454,6342,'_yoast_wpseo_primary_sub-category','6'),(17455,6342,'sponsored_url',''),(17456,6342,'_yoast_wpseo_content_score','30'),(17457,6342,'_yoast_wpseo_focuskeywords','[]'),(17458,6342,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17466,6350,'_wp_attached_file','2019/08/Sherlock-Marriott-Blake-Sign-Language-featured-image682x1024-.jpg'),(17467,6350,'wpmf_size','108467'),(17468,6350,'wpmf_filetype','jpg'),(17469,6350,'wpmf_order','0'),(17470,6350,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:676;s:6:\"height\";i:687;s:4:\"file\";s:73:\"2019/08/Sherlock-Marriott-Blake-Sign-Language-featured-image682x1024-.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:73:\"Sherlock-Marriott-Blake-Sign-Language-featured-image682x1024--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:73:\"Sherlock-Marriott-Blake-Sign-Language-featured-image682x1024--295x300.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:73:\"Sherlock-Marriott-Blake-Sign-Language-featured-image682x1024--676x655.jpg\";s:5:\"width\";i:676;s:6:\"height\";i:655;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:{}}}'),(17472,6314,'_thumbnail_id','6350'),(17474,6351,'_edit_lock','1567071266:14'),(17475,6351,'_yst_prominent_words_version','1'),(17476,6352,'_wp_attached_file','2019/08/economic-growth-buzz-demo.jpg'),(17477,6352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2481;s:6:\"height\";i:1263;s:4:\"file\";s:37:\"2019/08/economic-growth-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"economic-growth-buzz-demo-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:\"economic-growth-buzz-demo-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"economic-growth-buzz-demo-768x391.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"economic-growth-buzz-demo-1024x521.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"economic-growth-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1534900500\";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:{}}}'),(17478,6353,'_wp_attached_file','2019/08/peter-phillips-pnp-flat-growth-buzz-demo.jpg'),(17479,6353,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:52:\"2019/08/peter-phillips-pnp-flat-growth-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"peter-phillips-pnp-flat-growth-buzz-demo-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:52:\"peter-phillips-pnp-flat-growth-buzz-demo-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:52:\"peter-phillips-pnp-flat-growth-buzz-demo-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:53:\"peter-phillips-pnp-flat-growth-buzz-demo-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"peter-phillips-pnp-flat-growth-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(17480,6354,'_wp_attached_file','2019/08/jamaica-blue-mountain-coffee-buzz-demo.jpg'),(17481,6354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:50:\"2019/08/jamaica-blue-mountain-coffee-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"jamaica-blue-mountain-coffee-buzz-demo-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:50:\"jamaica-blue-mountain-coffee-buzz-demo-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:50:\"jamaica-blue-mountain-coffee-buzz-demo-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:51:\"jamaica-blue-mountain-coffee-buzz-demo-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"jamaica-blue-mountain-coffee-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(17483,6351,'_edit_last','14'),(17484,6351,'xyz_smap','1'),(17485,6351,'smpush_mute_activated','no'),(17487,6351,'_yoast_wpseo_primary_category','4'),(17488,6351,'_yoast_wpseo_primary_sub-category','6'),(17489,6351,'sponsored_url',''),(17490,6351,'_yoast_wpseo_content_score','60'),(17491,6351,'_yoast_wpseo_focuskeywords','[]'),(17492,6351,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17493,6356,'_edit_lock','1567089888:14'),(17494,6356,'_yst_prominent_words_version','1'),(17495,6357,'_wp_attached_file','2019/08/sign-language-buzz-demo.jpg'),(17496,6357,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:990;s:4:\"file\";s:35:\"2019/08/sign-language-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"sign-language-buzz-demo-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:\"sign-language-buzz-demo-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"sign-language-buzz-demo-768x507.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"sign-language-buzz-demo-1024x676.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:676;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"sign-language-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(17497,6359,'_wp_attached_file','2019/08/love-sign-language-buzz-demo.jpg'),(17498,6359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:40:\"2019/08/love-sign-language-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"love-sign-language-buzz-demo-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:\"love-sign-language-buzz-demo-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:40:\"love-sign-language-buzz-demo-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:41:\"love-sign-language-buzz-demo-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"love-sign-language-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(17499,6360,'_wp_attached_file','2019/08/open-sign-buzz-demo.jpg'),(17500,6360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:31:\"2019/08/open-sign-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"open-sign-buzz-demo-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:\"open-sign-buzz-demo-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:31:\"open-sign-buzz-demo-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:32:\"open-sign-buzz-demo-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"open-sign-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(17503,6362,'_wp_attached_file','2019/08/fayval-williams-steven-gooden-chris-guinta-energy-buzz.jpg'),(17504,6362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:924;s:4:\"file\";s:66:\"2019/08/fayval-williams-steven-gooden-chris-guinta-energy-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"fayval-williams-steven-gooden-chris-guinta-energy-buzz-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:66:\"fayval-williams-steven-gooden-chris-guinta-energy-buzz-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:66:\"fayval-williams-steven-gooden-chris-guinta-energy-buzz-768x473.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:67:\"fayval-williams-steven-gooden-chris-guinta-energy-buzz-1024x631.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:631;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:67:\"fayval-williams-steven-gooden-chris-guinta-energy-buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(17505,6363,'_wp_attached_file','2019/08/new-fortress-energy-old-harbour-lng-asset.jpg'),(17506,6363,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1081;s:6:\"height\";i:600;s:4:\"file\";s:53:\"2019/08/new-fortress-energy-old-harbour-lng-asset.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"new-fortress-energy-old-harbour-lng-asset-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:\"new-fortress-energy-old-harbour-lng-asset-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"new-fortress-energy-old-harbour-lng-asset-768x426.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"new-fortress-energy-old-harbour-lng-asset-1024x568.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:568;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:54:\"new-fortress-energy-old-harbour-lng-asset-1060x600.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:600;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:{}}}'),(17507,6364,'_wp_attached_file','2019/08/wigton-windfarm-buzz-demo.jpg'),(17508,6364,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:496;s:4:\"file\";s:37:\"2019/08/wigton-windfarm-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"wigton-windfarm-buzz-demo-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:\"wigton-windfarm-buzz-demo-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"wigton-windfarm-buzz-demo-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"wigton-windfarm-buzz-demo-1024x410.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"wigton-windfarm-buzz-demo-1060x496.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:496;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:{}}}'),(17509,6365,'_wp_attached_file','2019/08/jamalco-clarendon-buzz-demo.jpg'),(17510,6365,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1441;s:6:\"height\";i:960;s:4:\"file\";s:39:\"2019/08/jamalco-clarendon-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"jamalco-clarendon-buzz-demo-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:\"jamalco-clarendon-buzz-demo-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:39:\"jamalco-clarendon-buzz-demo-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:40:\"jamalco-clarendon-buzz-demo-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"jamalco-clarendon-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(17512,6356,'_thumbnail_id','6362'),(17513,6356,'_edit_last','14'),(17514,6356,'xyz_smap','1'),(17515,6356,'smpush_mute_activated','no'),(17517,6356,'_yoast_wpseo_primary_category','4'),(17518,6356,'_yoast_wpseo_primary_sub-category','881'),(17519,6356,'sponsored_url',''),(17520,6356,'_yoast_wpseo_content_score','30'),(17521,6356,'_yoast_wpseo_focuskeywords','[]'),(17522,6356,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17523,6322,'xyz_smap','1'),(17525,6297,'xyz_smap','1'),(17527,6287,'xyz_smap','1'),(17529,5861,'_wp_attachment_image_alt','Jamaica\'s National Security Minister with a member of parliament for Central St James turn on the water system'),(17530,5840,'_wp_attachment_image_alt','Artwork by Basil Clayton hanging on a fence on a street in Kingston, Jamaica'),(17531,5834,'_wp_attachment_image_alt','Steven Fong Yee speaking at the ceremony for the NWC\'s Norwood Water Supply ImprovementProject'),(17532,5826,'_wp_attachment_image_alt','Cars lining up at the gas station in Barbados'),(17533,5816,'_wp_attachment_image_alt','Promotional image of Spice'),(17534,5784,'_wp_attachment_image_alt','Official Photo of Nigel Clarke, Minister of Finance'),(17535,5781,'_wp_attachment_image_alt','The Beach at Half Moon Hotel'),(17536,5791,'_wp_attachment_image_alt','The exterior of Jerky\'s Bar and Grill in Montego Bay, Jamaica'),(17537,5793,'_wp_attachment_image_alt','The red stripe branded bar at Jerky\'s Bar & Grill in MOntego Bay'),(17538,5792,'_wp_attachment_image_alt','An outdoor, covered sitting area at Jerky\'s Bar & Grill'),(17539,5877,'_wp_attachment_image_alt','A mom holding her baby bump next to a window'),(17540,5874,'_wp_attachment_image_alt','Mom cradling her sleeping baby'),(17541,5872,'_wp_attachment_image_alt','Hands of a baby gently holding the fingers of an adult'),(17542,6367,'_edit_lock','1567095560:11'),(17543,6367,'_yst_prominent_words_version','1'),(17545,6342,'_wp_old_date','2019-08-30'),(17546,6342,'xyz_smap','1'),(17549,6368,'_edit_lock','1567112304:17'),(17550,6368,'_yst_prominent_words_version','1'),(17551,6369,'_edit_lock','1567117937:9'),(17552,6369,'_yst_prominent_words_version','1'),(17553,6370,'_wp_attached_file','2019/08/Yanique-Curvy-Diva-underwear-20190829-A.jpg'),(17554,6370,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1075;s:6:\"height\";i:817;s:4:\"file\";s:51:\"2019/08/Yanique-Curvy-Diva-underwear-20190829-A.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Yanique-Curvy-Diva-underwear-20190829-A-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:\"Yanique-Curvy-Diva-underwear-20190829-A-300x228.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"Yanique-Curvy-Diva-underwear-20190829-A-768x584.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:584;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"Yanique-Curvy-Diva-underwear-20190829-A-1024x778.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:778;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"Yanique-Curvy-Diva-underwear-20190829-A-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(17555,6371,'_wp_attached_file','2019/08/Yanique-Curvy-Diva-underwear-20190829-C.jpg'),(17556,6371,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:51:\"2019/08/Yanique-Curvy-Diva-underwear-20190829-C.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Yanique-Curvy-Diva-underwear-20190829-C-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:\"Yanique-Curvy-Diva-underwear-20190829-C-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:{}}}'),(17557,6372,'_wp_attached_file','2019/08/Yanique-Curvy-Diva-underwear-20190829-B.jpg'),(17558,6372,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:51:\"2019/08/Yanique-Curvy-Diva-underwear-20190829-B.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Yanique-Curvy-Diva-underwear-20190829-B-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:\"Yanique-Curvy-Diva-underwear-20190829-B-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:{}}}'),(17559,6369,'_thumbnail_id','6370'),(17560,6369,'_edit_last','9'),(17561,6369,'smpush_mute_activated','no'),(17562,6369,'_yoast_wpseo_primary_category','2'),(17563,6369,'_yoast_wpseo_primary_sub-category','10'),(17564,6369,'sponsored_url',''),(17565,6369,'_yoast_wpseo_content_score','30'),(17566,6369,'_yoast_wpseo_focuskeywords','[]'),(17567,6369,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17568,6368,'_edit_last','4'),(17569,6368,'smpush_mute_activated','no'),(17570,6368,'_yoast_wpseo_primary_category','4'),(17571,6368,'_yoast_wpseo_primary_sub-category','16'),(17572,6368,'sponsored_url',''),(17573,6368,'_yoast_wpseo_content_score','30'),(17574,6368,'_yoast_wpseo_focuskeywords','[]'),(17575,6368,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17576,6367,'_oembed_dfebd40ff1a8aec95ca8fe361078705a','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1uAbVrAPMn/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1uAbVrAPMn/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1uAbVrAPMn/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">#WhatANight Still feeling the love!! Thank you @vmas @pepsi for an amazing night and an epic afterparty!!</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/missymisdemeanorelliott/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Missy Elliott</a> (@missymisdemeanorelliott) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-28T19:08:56+00:00\">Aug 28, 2019 at 12:08pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(17577,6367,'_oembed_time_dfebd40ff1a8aec95ca8fe361078705a','1567092425'),(17578,6376,'_wp_attached_file','2019/08/Missy-Elliott-Album-Cover.jpg'),(17579,6376,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:37:\"2019/08/Missy-Elliott-Album-Cover.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Missy-Elliott-Album-Cover-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:{}}}'),(17581,6369,'xyz_smap','1'),(17583,6377,'_wp_attached_file','2019/08/dorian-cat-1-hurricane.jpg'),(17584,6377,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:799;s:6:\"height\";i:514;s:4:\"file\";s:34:\"2019/08/dorian-cat-1-hurricane.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"dorian-cat-1-hurricane-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:\"dorian-cat-1-hurricane-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"dorian-cat-1-hurricane-768x494.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:494;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:{}}}'),(17586,6368,'_thumbnail_id','6377'),(17587,6368,'xyz_smap','1'),(17589,6379,'_wp_attached_file','2019/08/Iconology-Missy-Elliott-Album-Cover-BUZZ.jpg'),(17590,6379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:594;s:6:\"height\";i:597;s:4:\"file\";s:52:\"2019/08/Iconology-Missy-Elliott-Album-Cover-BUZZ.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Iconology-Missy-Elliott-Album-Cover-BUZZ-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:52:\"Iconology-Missy-Elliott-Album-Cover-BUZZ-298x300.jpg\";s:5:\"width\";i:298;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:{}}}'),(17591,6380,'_edit_lock','1567095417:4'),(17592,6380,'_yst_prominent_words_version','1'),(17593,6381,'_wp_attached_file','2019/08/Missy-Elliott-Iconology-BUZZ.jpg'),(17594,6381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1548;s:6:\"height\";i:1024;s:4:\"file\";s:40:\"2019/08/Missy-Elliott-Iconology-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Missy-Elliott-Iconology-BUZZ-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:\"Missy-Elliott-Iconology-BUZZ-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Missy-Elliott-Iconology-BUZZ-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Missy-Elliott-Iconology-BUZZ-1024x677.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Missy-Elliott-Iconology-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(17595,6382,'_edit_lock','1567094491:9'),(17596,6382,'_yst_prominent_words_version','1'),(17597,6383,'_wp_attached_file','2019/08/lance-bass.jpg'),(17598,6383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:22:\"2019/08/lance-bass.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"lance-bass-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:\"lance-bass-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"lance-bass-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:11:\"\"Rob Latour\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:10:\"Lance Bass\";s:17:\"created_timestamp\";s:10:\"1380224556\";s:9:\"copyright\";s:18:\"(c)2013 Rob Latour\";s:12:\"focal_length\";s:2:\"34\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:10:\"Lance Bass\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17599,6382,'_thumbnail_id','6383'),(17600,6382,'_edit_last','9'),(17601,6382,'smpush_mute_activated','no'),(17602,6382,'_yoast_wpseo_primary_category','3'),(17603,6382,'_yoast_wpseo_primary_sub-category','14'),(17604,6382,'sponsored_url',''),(17605,6382,'_yoast_wpseo_content_score','60'),(17606,6382,'_yoast_wpseo_focuskeywords','[]'),(17607,6382,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17609,6382,'xyz_smap','1'),(17611,6367,'_oembed_9761cb2cf8772075df76971b476235a5','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Stream my new song I performed on The VMAS last night called “ThrowItBack” off my EP “ICONOLOGY stream <a href=\"https://twitter.com/hashtag/iconology?src=hash&amp;ref_src=twsrc%5Etfw\">#iconology</a> and <a href=\"https://twitter.com/hashtag/ThrowItBack?src=hash&amp;ref_src=twsrc%5Etfw\">#ThrowItBack</a> ???????right here <a href=\"https://t.co/IImQdk09Ur\">https://t.co/IImQdk09Ur</a> we SNAPPING <a href=\"https://t.co/zFvCKrDjFN\">pic.twitter.com/zFvCKrDjFN</a></p>&mdash; Missy Elliott (@MissyElliott) <a href=\"https://twitter.com/MissyElliott/status/1166413377876484097?ref_src=twsrc%5Etfw\">August 27, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(17612,6367,'_oembed_time_9761cb2cf8772075df76971b476235a5','1567093895'),(17613,6367,'_oembed_c0a620cbb3147cea15aea07d297e7dc1','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Check out m NEW plaque WOW just WOW! They gave me 4 different ones This plaque IT’S ALMOST as BIG as ME??? I’m so thankful?????? Everyone At <a href=\"https://twitter.com/AtlanticRecords?ref_src=twsrc%5Etfw\">@AtlanticRecords</a> I THANK YOU ALL for believing in me &amp; my creative vision?❤️ I am humbled❤️ <a href=\"https://t.co/N7o7W5E6uB\">pic.twitter.com/N7o7W5E6uB</a></p>&mdash; Missy Elliott (@MissyElliott) <a href=\"https://twitter.com/MissyElliott/status/1166796864391385088?ref_src=twsrc%5Etfw\">August 28, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(17614,6367,'_oembed_time_c0a620cbb3147cea15aea07d297e7dc1','1567094051'),(17615,6380,'_edit_last','4'),(17616,6380,'smpush_mute_activated','no'),(17617,6380,'_yoast_wpseo_primary_category','4'),(17618,6380,'_yoast_wpseo_primary_sub-category','16'),(17619,6380,'sponsored_url',''),(17620,6380,'_yoast_wpseo_content_score','30'),(17621,6380,'_yoast_wpseo_focuskeywords','[]'),(17622,6380,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17623,6388,'_wp_attached_file','2019/08/educom-scholarship-3.jpg'),(17624,6388,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:32:\"2019/08/educom-scholarship-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"educom-scholarship-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:32:\"educom-scholarship-3-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:32:\"educom-scholarship-3-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:33:\"educom-scholarship-3-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"educom-scholarship-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(17625,6389,'_wp_attached_file','2019/08/educom-scholarship-2.jpg'),(17626,6389,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:869;s:4:\"file\";s:32:\"2019/08/educom-scholarship-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"educom-scholarship-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:32:\"educom-scholarship-2-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"educom-scholarship-2-768x521.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"educom-scholarship-2-1024x695.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:695;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"educom-scholarship-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(17627,6390,'_wp_attached_file','2019/08/educom-scholarship-1.jpg'),(17628,6390,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1088;s:6:\"height\";i:654;s:4:\"file\";s:32:\"2019/08/educom-scholarship-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"educom-scholarship-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:32:\"educom-scholarship-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"educom-scholarship-1-768x462.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"educom-scholarship-1-1024x616.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:616;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"educom-scholarship-1-1060x654.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:654;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:{}}}'),(17629,6391,'_edit_lock','1567096219:9'),(17630,6391,'_yst_prominent_words_version','1'),(17632,6380,'_thumbnail_id','6390'),(17635,6369,'_yoast_wpseo_metadesc','After the flogging Yanique ‘Curvy Diva’ Barrett received for removing her underwear on stage at the Pride Ja Breakfast Party on August 6, you would think that her panty dealings would be over.'),(17638,6395,'_wp_attached_file','2019/08/michael-jackson-Dangerous-Tour-2-billboard-1548.jpg'),(17639,6395,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1548;s:6:\"height\";i:1024;s:4:\"file\";s:59:\"2019/08/michael-jackson-Dangerous-Tour-2-billboard-1548.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"michael-jackson-Dangerous-Tour-2-billboard-1548-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:\"michael-jackson-Dangerous-Tour-2-billboard-1548-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"michael-jackson-Dangerous-Tour-2-billboard-1548-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"michael-jackson-Dangerous-Tour-2-billboard-1548-1024x677.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:60:\"michael-jackson-Dangerous-Tour-2-billboard-1548-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:37:\"This content is subject to copyright.\";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:{}}}'),(17641,6380,'xyz_smap','1'),(17643,6397,'_edit_lock','1567099547:4'),(17644,6397,'_edit_last','4'),(17645,6397,'smpush_mute_activated','no'),(17646,6397,'_yoast_wpseo_primary_category','4'),(17647,6397,'_yoast_wpseo_primary_sub-category','14'),(17648,6397,'sponsored_url',''),(17649,6397,'_yoast_wpseo_content_score','30'),(17650,6397,'_yoast_wpseo_focuskeywords','[]'),(17651,6397,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17652,6397,'_yst_prominent_words_version','1'),(17654,6367,'_thumbnail_id','6379'),(17655,6367,'_edit_last','11'),(17656,6367,'xyz_smap','1'),(17657,6367,'smpush_mute_activated','no'),(17659,6367,'_yoast_wpseo_primary_category','2'),(17660,6367,'_yoast_wpseo_primary_sub-category','14'),(17661,6367,'sponsored_url',''),(17662,6367,'_yoast_wpseo_focuskw','Missy Elliott new album'),(17663,6367,'_yoast_wpseo_metadesc','Missy Elliott is having an impressive year, copping the VMA Vanguard Award and dropping her EP Iconology.'),(17664,6367,'_yoast_wpseo_linkdex','51'),(17665,6367,'_yoast_wpseo_content_score','60'),(17666,6367,'_yoast_wpseo_focuskeywords','[{\"keyword\":\"iconology\",\"score\":\"ok\"}]'),(17667,6367,'_yoast_wpseo_keywordsynonyms','[\"missy\",\"\"]'),(17668,6400,'_edit_lock','1567099061:11'),(17669,6400,'_yst_prominent_words_version','1'),(17670,6391,'_oembed_27e24d2f3a361f874ca32f5c89d3397a','<iframe title=\"Michael Jackson - Thriller (Official Music Video)\" width=\"1333\" height=\"1000\" src=\"https://www.youtube.com/embed/sOnqjkJTMaA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(17671,6391,'_oembed_time_27e24d2f3a361f874ca32f5c89d3397a','1567095671'),(17672,6402,'_wp_attached_file','2019/08/Michael-Jackson-20190829.jpg'),(17673,6402,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:36:\"2019/08/Michael-Jackson-20190829.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Michael-Jackson-20190829-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:\"Michael-Jackson-20190829-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Michael-Jackson-20190829-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Michael-Jackson-20190829-800x655.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:655;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:{}}}'),(17674,6391,'_oembed_9b9225663b55495960863a2873522c89','<iframe title=\"Michael Jackson - Remember The Time (Official Video)\" width=\"1333\" height=\"1000\" src=\"https://www.youtube.com/embed/LeiFF0gvqcc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(17675,6391,'_oembed_time_9b9225663b55495960863a2873522c89','1567095808'),(17676,5848,'_wp_attachment_image_alt','Minister Edmund Bartlett shaking hands with a member of Red Cap Porters Assoc'),(17677,6391,'_thumbnail_id','6395'),(17678,6391,'_edit_last','9'),(17679,6391,'smpush_mute_activated','no'),(17680,6391,'_yoast_wpseo_primary_category','2'),(17681,6391,'_yoast_wpseo_primary_sub-category','14'),(17682,6391,'sponsored_url',''),(17683,6391,'_yoast_wpseo_content_score','90'),(17684,6391,'_yoast_wpseo_focuskeywords','[]'),(17685,6391,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17687,6391,'xyz_smap','1'),(17689,5845,'_wp_attachment_image_alt','Oscar Nelson standing next to a river in Canada'),(17690,5805,'_wp_attachment_image_alt','Chris Brown'),(17691,5804,'_wp_attachment_image_alt','Chris Brown in a car with Ammika Harris'),(17692,6390,'_wp_attachment_image_alt','Group photo of the 86 students awarded scholarships from EduCom Credit Union'),(17693,6388,'_wp_attachment_image_alt','Board Secretary Hector Stephenson presents a certificate to Mishka Bowen, EduCom’s 2019 top-performing student'),(17694,6381,'_wp_attachment_image_alt','Miss y Elliott holding her trophy from the 2019 VMAs'),(17695,6379,'_wp_attachment_image_alt','Missy Elliott\'s Iconology album cover'),(17696,6372,'_wp_attachment_image_alt','Yaniique Curvy Diva posing with a black feather boa and red underwear'),(17697,6370,'_wp_attachment_image_alt','Yanique Curvy Diva posing in white underwear'),(17698,6405,'_edit_lock','1567099600:4'),(17699,6405,'_yst_prominent_words_version','1'),(17700,6406,'_wp_attached_file','2019/08/Tourism-minister-edmund-bartlett-20190829.jpg'),(17701,6406,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1356;s:4:\"file\";s:53:\"2019/08/Tourism-minister-edmund-bartlett-20190829.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Tourism-minister-edmund-bartlett-20190829-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:\"Tourism-minister-edmund-bartlett-20190829-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"Tourism-minister-edmund-bartlett-20190829-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"Tourism-minister-edmund-bartlett-20190829-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:54:\"Tourism-minister-edmund-bartlett-20190829-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(17702,6365,'_wp_attachment_image_alt','The JAMALCO facility in Clarendon, Jamaica'),(17703,6364,'_wp_attachment_image_alt','Wigton Wind Farm in Rose Hill, Manchester, Jamaica'),(17704,6407,'_wp_attached_file','2019/08/cockpit-meeting1.jpg'),(17705,6407,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:28:\"2019/08/cockpit-meeting1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"cockpit-meeting1-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:\"cockpit-meeting1-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:28:\"cockpit-meeting1-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:29:\"cockpit-meeting1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"cockpit-meeting1-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(17706,6363,'_wp_attachment_image_alt','190mw plant in Old Harbour Bay, St. Catherine, Jamaica'),(17707,6408,'_wp_attached_file','2019/08/Screenshot-89.png'),(17708,6408,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:833;s:6:\"height\";i:520;s:4:\"file\";s:25:\"2019/08/Screenshot-89.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Screenshot-89-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:25:\"Screenshot-89-300x187.png\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Screenshot-89-768x479.png\";s:5:\"width\";i:768;s:6:\"height\";i:479;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:{}}}'),(17709,6409,'_wp_attached_file','2019/08/Screenshot-90.png'),(17710,6409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:740;s:6:\"height\";i:617;s:4:\"file\";s:25:\"2019/08/Screenshot-90.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Screenshot-90-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:25:\"Screenshot-90-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;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:{}}}'),(17711,6410,'_wp_attached_file','2019/08/Screenshot-91.png'),(17712,6410,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:596;s:6:\"height\";i:566;s:4:\"file\";s:25:\"2019/08/Screenshot-91.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Screenshot-91-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:25:\"Screenshot-91-300x285.png\";s:5:\"width\";i:300;s:6:\"height\";i:285;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:{}}}'),(17713,6411,'_wp_attached_file','2019/08/Screenshot-92.png'),(17714,6411,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:925;s:6:\"height\";i:618;s:4:\"file\";s:25:\"2019/08/Screenshot-92.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Screenshot-92-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:25:\"Screenshot-92-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Screenshot-92-768x513.png\";s:5:\"width\";i:768;s:6:\"height\";i:513;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:{}}}'),(17715,6412,'_wp_attached_file','2019/08/Screenshot-93.png'),(17716,6412,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:958;s:6:\"height\";i:614;s:4:\"file\";s:25:\"2019/08/Screenshot-93.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Screenshot-93-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:25:\"Screenshot-93-300x192.png\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Screenshot-93-768x492.png\";s:5:\"width\";i:768;s:6:\"height\";i:492;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:{}}}'),(17717,6405,'_thumbnail_id','6406'),(17718,6405,'_edit_last','9'),(17719,6405,'smpush_mute_activated','no'),(17720,6405,'_yoast_wpseo_primary_category','4'),(17721,6405,'_yoast_wpseo_primary_sub-category','8'),(17722,6405,'sponsored_url',''),(17723,6405,'_yoast_wpseo_content_score','60'),(17724,6405,'_yoast_wpseo_focuskeywords','[]'),(17725,6405,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17727,6405,'xyz_smap','1'),(17729,6354,'_wp_attachment_image_alt','Jamaican Blue Mountain Coffee beans on a counter next to the cup and scoop'),(17730,6415,'_wp_attached_file','2019/08/Koffee-Billboard-Reggae-Charts-Top-10-BUZZ.jpg'),(17731,6415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:669;s:6:\"height\";i:380;s:4:\"file\";s:54:\"2019/08/Koffee-Billboard-Reggae-Charts-Top-10-BUZZ.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Koffee-Billboard-Reggae-Charts-Top-10-BUZZ-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:54:\"Koffee-Billboard-Reggae-Charts-Top-10-BUZZ-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;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:{}}}'),(17732,6353,'_wp_attachment_image_alt','PNP\'s Peter Phillips speaking at a panel'),(17733,6350,'_wp_attachment_image_alt','Executive Director of the Jamaica Association for the Deaf, Kimberley Sherlock Marriott-Blake'),(17734,6416,'_wp_attached_file','2019/08/koffee-toast-cover-artwork.jpg'),(17735,6416,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:38:\"2019/08/koffee-toast-cover-artwork.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"koffee-toast-cover-artwork-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:\"koffee-toast-cover-artwork-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"koffee-toast-cover-artwork-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"koffee-toast-cover-artwork-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"koffee-toast-cover-artwork-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(17736,6416,'_wpmf_gallery_custom_image_link','https://www.youtube.com/watch?v=p8HoEvDh70Y'),(17737,6416,'_gallery_link_target',''),(17738,6400,'_oembed_855ce1aceb487957cefab6a5599670e5','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1jUzzegMY0/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1jUzzegMY0/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1jUzzegMY0/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">With summer winding down, here’s a sampling of what Michelle and I have been listening to — some new, some old, some fast, some slow. Hope you enjoy.﻿</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/barackobama/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Barack Obama</a> (@barackobama) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-24T15:35:23+00:00\">Aug 24, 2019 at 8:35am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(17739,6400,'_oembed_time_855ce1aceb487957cefab6a5599670e5','1567097594'),(17740,6418,'_edit_lock','1567099822:9'),(17741,6418,'_yst_prominent_words_version','1'),(17742,6419,'_wp_attached_file','2019/08/Shawn-Mendes-20190829.jpg'),(17743,6419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:33:\"2019/08/Shawn-Mendes-20190829.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Shawn-Mendes-20190829-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:\"Shawn-Mendes-20190829-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Shawn-Mendes-20190829-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:29:\"Jackie Brown / SplashNews.com\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:392:\"attends the MTV VMA  awards show at Radio City Music Hall on August 20, 2018 in New York City.\r\r\r\rPictured: Shawn Mendes\r\rRef: SPL5017350 210818 NON-EXCLUSIVE\r\rPicture by: Jackie Brown / SplashNews.com\r\r\r\rSplash News and Pictures\r\rLos Angeles: 310-821-2666\rNew York: 212-619-2666\rLondon: 0207 644 7656\rMilan: +39 02 4399 8577\rSydney: +61 02 9240 7700\r\rphotodesk@splashnews.com\r\r\r\rWorld Rights\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:23:\"www.SplashNews.com 2018\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:23:\"2018 Video music Awards\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:64:\"VMA\'s,VMAS,MTV VMAS,MTV VMA\'s,2018 MTV Video Music Awards,MTV Vi\";}}}'),(17744,6420,'_wp_attached_file','2019/08/Koffee-Top-10-Billboard-Reggae-BUZZ.jpg'),(17745,6420,'wpmf_size','108368'),(17746,6420,'wpmf_filetype','jpg'),(17747,6420,'wpmf_order','0'),(17748,6420,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:474;s:6:\"height\";i:571;s:4:\"file\";s:47:\"2019/08/Koffee-Top-10-Billboard-Reggae-BUZZ.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Koffee-Top-10-Billboard-Reggae-BUZZ-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:\"Koffee-Top-10-Billboard-Reggae-BUZZ-249x300.jpg\";s:5:\"width\";i:249;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:{}}}'),(17749,6418,'_thumbnail_id','6419'),(17750,6418,'_edit_last','9'),(17751,6418,'smpush_mute_activated','no'),(17752,6418,'_yoast_wpseo_primary_category','3'),(17753,6418,'_yoast_wpseo_primary_sub-category','6'),(17754,6418,'sponsored_url',''),(17755,6418,'_yoast_wpseo_content_score','30'),(17756,6418,'_yoast_wpseo_focuskeywords','[]'),(17757,6418,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17759,6400,'_thumbnail_id','6420'),(17760,6400,'_edit_last','11'),(17761,6400,'xyz_smap','1'),(17762,6400,'smpush_mute_activated','no'),(17764,6400,'_yoast_wpseo_primary_category','2'),(17765,6400,'_yoast_wpseo_primary_sub-category','14'),(17766,6400,'sponsored_url',''),(17767,6400,'_yoast_wpseo_focuskw','Koffee'),(17768,6400,'_yoast_wpseo_metadesc','Koffee\'s debut EP, Rapture has re-entered the top 10 on the Billboard Reggae chart after peaking at number 1.'),(17769,6400,'_yoast_wpseo_linkdex','53'),(17770,6400,'_yoast_wpseo_content_score','30'),(17771,6400,'_yoast_wpseo_focuskeywords','[{\"keyword\":\"Rapture\",\"score\":\"ok\"}]'),(17772,6400,'_yoast_wpseo_keywordsynonyms','[\"\",\"Rapture\"]'),(17776,6397,'_thumbnail_id','6409'),(17777,6397,'xyz_smap','1'),(17779,6425,'_edit_lock','1567111810:17'),(17780,6425,'_yst_prominent_words_version','1'),(17781,6426,'_edit_lock','1567104974:4'),(17782,6426,'_yst_prominent_words_version','1'),(17783,6427,'_edit_lock','1567107542:11'),(17784,6427,'_yst_prominent_words_version','1'),(17785,6425,'_oembed_0f8e4db062ab4f708cde99c913f37a4a','<iframe title=\"Chronixx - &quot;I Can&quot; (Official Music Video)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/fUREgj4i684?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(17786,6425,'_oembed_time_0f8e4db062ab4f708cde99c913f37a4a','1567100560'),(17787,6429,'_wp_attached_file','2019/08/Olivia-Grange-20190829.jpg'),(17788,6429,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:637;s:6:\"height\";i:469;s:4:\"file\";s:34:\"2019/08/Olivia-Grange-20190829.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Olivia-Grange-20190829-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:\"Olivia-Grange-20190829-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;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:{}}}'),(17789,6425,'_oembed_f068599bb7813c46d714b186139d9667','<iframe title=\"Koffee - Toast (Official Video)\" width=\"1333\" height=\"1000\" src=\"https://www.youtube.com/embed/p8HoEvDh70Y?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(17790,6425,'_oembed_time_f068599bb7813c46d714b186139d9667','1567101217'),(17791,6425,'_oembed_44947867b16576ffc10c1589e5ef0769','<iframe title=\"Tarrus Riley-My Day (Official HD Video) Chimney Records/BSMG\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/xPg_e_3cK-E?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(17792,6425,'_oembed_time_44947867b16576ffc10c1589e5ef0769','1567101471'),(17793,6425,'_thumbnail_id','3686'),(17794,6425,'_edit_last','9'),(17795,6425,'smpush_mute_activated','no'),(17796,6425,'_yoast_wpseo_primary_category','2'),(17797,6425,'_yoast_wpseo_primary_sub-category','7'),(17798,6425,'sponsored_url',''),(17799,6425,'_yoast_wpseo_content_score','60'),(17800,6425,'_yoast_wpseo_focuskeywords','[]'),(17801,6425,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17802,6426,'_edit_last','4'),(17803,6426,'smpush_mute_activated','no'),(17804,6426,'_yoast_wpseo_primary_category','4'),(17805,6426,'_yoast_wpseo_primary_sub-category','13'),(17806,6426,'sponsored_url',''),(17807,6426,'_yoast_wpseo_content_score','30'),(17808,6426,'_yoast_wpseo_focuskeywords','[]'),(17809,6426,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17810,6418,'xyz_smap','1'),(17812,6435,'_wp_attached_file','2019/08/ikaya-back-to-school.png'),(17813,6435,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1077;s:6:\"height\";i:903;s:4:\"file\";s:32:\"2019/08/ikaya-back-to-school.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"ikaya-back-to-school-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:\"ikaya-back-to-school-300x252.png\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"ikaya-back-to-school-768x644.png\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"ikaya-back-to-school-1024x859.png\";s:5:\"width\";i:1024;s:6:\"height\";i:859;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"ikaya-back-to-school-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(17814,6426,'_thumbnail_id','6435'),(17816,6426,'xyz_smap','1'),(17818,6438,'_edit_lock','1567110157:4'),(17819,6438,'_edit_last','4'),(17820,6438,'smpush_mute_activated','no'),(17821,6438,'_yoast_wpseo_primary_category','4'),(17822,6438,'_yoast_wpseo_primary_sub-category','11'),(17823,6438,'sponsored_url',''),(17824,6438,'_yoast_wpseo_content_score','30'),(17825,6438,'_yoast_wpseo_focuskeywords','[]'),(17826,6438,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17827,6438,'_yst_prominent_words_version','1'),(17828,6440,'_wp_attached_file','2019/08/drain-cover-fixed.jpg'),(17829,6440,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2555;s:6:\"height\";i:1707;s:4:\"file\";s:29:\"2019/08/drain-cover-fixed.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"drain-cover-fixed-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:\"drain-cover-fixed-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:29:\"drain-cover-fixed-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"drain-cover-fixed-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"drain-cover-fixed-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"5033A\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566836310\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.5\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.002756\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17830,6441,'_wp_attached_file','2019/08/black-panther-1-BUZZ.jpg'),(17831,6441,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:421;s:4:\"file\";s:32:\"2019/08/black-panther-1-BUZZ.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"black-panther-1-BUZZ-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:\"black-panther-1-BUZZ-300x132.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"black-panther-1-BUZZ-768x337.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:337;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:{}}}'),(17832,6444,'_wp_attached_file','2019/08/black-panther-scene-BUZZ.jpg'),(17833,6444,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:433;s:4:\"file\";s:36:\"2019/08/black-panther-scene-BUZZ.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"black-panther-scene-BUZZ-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:\"black-panther-scene-BUZZ-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:36:\"black-panther-scene-BUZZ-768x433.jpg\";s:5:\"width\";i:768;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: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:{}}}'),(17834,6445,'_wp_attached_file','2019/08/Black-Panther-2-Announcement.jpg'),(17835,6445,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1484;s:6:\"height\";i:990;s:4:\"file\";s:40:\"2019/08/Black-Panther-2-Announcement.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Black-Panther-2-Announcement-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:\"Black-Panther-2-Announcement-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:40:\"Black-Panther-2-Announcement-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:41:\"Black-Panther-2-Announcement-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Black-Panther-2-Announcement-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(17836,6448,'_wp_attached_file','2019/08/black-panther-scene-BUZZ-1.jpg'),(17837,6448,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:433;s:4:\"file\";s:38:\"2019/08/black-panther-scene-BUZZ-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"black-panther-scene-BUZZ-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:38:\"black-panther-scene-BUZZ-1-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:38:\"black-panther-scene-BUZZ-1-768x433.jpg\";s:5:\"width\";i:768;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: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:{}}}'),(17839,6427,'_thumbnail_id','6448'),(17840,6427,'_edit_last','11'),(17841,6427,'xyz_smap','1'),(17842,6427,'smpush_mute_activated','no'),(17844,6427,'_yoast_wpseo_primary_category','2'),(17845,6427,'_yoast_wpseo_primary_sub-category','14'),(17846,6427,'sponsored_url',''),(17847,6427,'_yoast_wpseo_focuskw','Black Panther'),(17848,6427,'_yoast_wpseo_metadesc','After Black Panther\'s whopping success, the director has announced that Black Panther 2 will be coming out in May 2022.'),(17849,6427,'_yoast_wpseo_linkdex','61'),(17850,6427,'_yoast_wpseo_content_score','90'),(17851,6427,'_yoast_wpseo_focuskeywords','[{\"keyword\":\"Black Panther 2\",\"score\":\"ok\"}]'),(17852,6427,'_yoast_wpseo_keywordsynonyms','[\"\",\"Wakanda\"]'),(17853,2176,'simplefavorites_count','1'),(17856,6452,'_edit_lock','1567112586:11'),(17857,6452,'_yst_prominent_words_version','1'),(17858,6438,'_thumbnail_id','6440'),(17859,6454,'_wp_attached_file','2019/08/Agent-Sasco-Mentorship-Programme.jpg'),(17860,6454,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1200;s:4:\"file\";s:44:\"2019/08/Agent-Sasco-Mentorship-Programme.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Agent-Sasco-Mentorship-Programme-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:\"Agent-Sasco-Mentorship-Programme-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Agent-Sasco-Mentorship-Programme-768x473.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Agent-Sasco-Mentorship-Programme-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Agent-Sasco-Mentorship-Programme-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:13:\"CED HENRY GCM\";s:6:\"camera\";s:9:\"NIKON Z 6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566319403\";s:9:\"copyright\";s:10:\"GCM_IMAGES\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17862,6438,'xyz_smap','1'),(17864,6456,'_edit_lock','1567118234:4'),(17865,6456,'_yst_prominent_words_version','1'),(17866,6456,'_edit_last','4'),(17867,6456,'smpush_mute_activated','no'),(17868,6456,'_yoast_wpseo_primary_category','4'),(17869,6456,'_yoast_wpseo_primary_sub-category','8'),(17870,6456,'sponsored_url',''),(17871,6456,'_yoast_wpseo_content_score','30'),(17872,6456,'_yoast_wpseo_focuskeywords','[]'),(17873,6456,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17874,6458,'_wp_attached_file','2019/08/Agent-Sasco-We-Transform-Mentorship-Programme.jpg'),(17875,6458,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:360;s:4:\"file\";s:57:\"2019/08/Agent-Sasco-We-Transform-Mentorship-Programme.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Agent-Sasco-We-Transform-Mentorship-Programme-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:57:\"Agent-Sasco-We-Transform-Mentorship-Programme-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:\"0\";s:8:\"keywords\";a:0:{}}}'),(17876,6452,'_thumbnail_id','6458'),(17878,6452,'_edit_last','11'),(17879,6452,'xyz_smap','1'),(17880,6452,'smpush_mute_activated','no'),(17882,6452,'_yoast_wpseo_primary_category','4'),(17883,6452,'_yoast_wpseo_primary_sub-category','16'),(17884,6452,'sponsored_url',''),(17885,6452,'_yoast_wpseo_content_score','30'),(17886,6452,'_yoast_wpseo_focuskeywords','[]'),(17887,6452,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17888,6461,'_edit_lock','1567341629:11'),(17889,6461,'_yst_prominent_words_version','1'),(17890,6462,'_edit_lock','1567114546:9'),(17891,6462,'_yst_prominent_words_version','1'),(17892,6463,'_wp_attached_file','2019/08/Jason-Derulo-july-12-2019-a-billboard-1548.jpg'),(17893,6463,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:992;s:4:\"file\";s:54:\"2019/08/Jason-Derulo-july-12-2019-a-billboard-1548.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Jason-Derulo-july-12-2019-a-billboard-1548-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:54:\"Jason-Derulo-july-12-2019-a-billboard-1548-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Jason-Derulo-july-12-2019-a-billboard-1548-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"Jason-Derulo-july-12-2019-a-billboard-1548-1024x677.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"Jason-Derulo-july-12-2019-a-billboard-1548-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(17894,6462,'_oembed_606fd517c3567d663a5119794b5382f4','<iframe title=\"Jason Derulo - Too Hot [OFFICIAL AUDIO]\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/ukC4CXYrzRw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(17895,6462,'_oembed_time_606fd517c3567d663a5119794b5382f4','1567113898'),(17896,6462,'_oembed_c72bdf2abe2b57ccb70e477f70942ae3','<iframe title=\"Chaka Demus &amp; Pliers - Murder She Wrote\" width=\"1333\" height=\"1000\" src=\"https://www.youtube.com/embed/-av7F1JBmj4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(17897,6462,'_oembed_time_c72bdf2abe2b57ccb70e477f70942ae3','1567114111'),(17898,6462,'_thumbnail_id','6463'),(17899,6462,'_edit_last','9'),(17900,6462,'smpush_mute_activated','no'),(17901,6462,'_yoast_wpseo_primary_category','2'),(17902,6462,'_yoast_wpseo_primary_sub-category','7'),(17903,6462,'sponsored_url',''),(17904,6462,'_yoast_wpseo_content_score','60'),(17905,6462,'_yoast_wpseo_focuskeywords','[]'),(17906,6462,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17908,6462,'xyz_smap','1'),(17910,6469,'_edit_lock','1567117092:9'),(17911,6469,'_yst_prominent_words_version','1'),(17912,6470,'_wp_attached_file','2019/08/jennifer-lopez-A-20190829.jpg'),(17913,6470,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:37:\"2019/08/jennifer-lopez-A-20190829.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"jennifer-lopez-A-20190829-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:\"jennifer-lopez-A-20190829-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"jennifer-lopez-A-20190829-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(17914,6469,'_thumbnail_id','6470'),(17915,6469,'_edit_last','9'),(17916,6469,'smpush_mute_activated','no'),(17917,6469,'_yoast_wpseo_primary_category','3'),(17918,6469,'_yoast_wpseo_primary_sub-category','14'),(17919,6469,'sponsored_url',''),(17920,6469,'_yoast_wpseo_content_score','30'),(17921,6469,'_yoast_wpseo_focuskeywords','[]'),(17922,6469,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17923,6472,'_edit_lock','1567120282:14'),(17924,6472,'_yst_prominent_words_version','1'),(17925,6425,'xyz_smap','1'),(17927,6472,'_oembed_6a871cd7d263b3692c4de2986a1af218','<iframe title=\"JOKER - Final Trailer\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/zAGVQLHvwOY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(17928,6472,'_oembed_time_6a871cd7d263b3692c4de2986a1af218','1567116177'),(17929,6474,'_wp_attached_file','2019/08/joker-joaquin-phoenix-buzz-demo-1.jpg'),(17930,6474,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:563;s:4:\"file\";s:45:\"2019/08/joker-joaquin-phoenix-buzz-demo-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"joker-joaquin-phoenix-buzz-demo-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:45:\"joker-joaquin-phoenix-buzz-demo-1-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:45:\"joker-joaquin-phoenix-buzz-demo-1-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:{}}}'),(17931,6475,'_wp_attached_file','2019/08/joker-joaquin-phoenix-buzz-demo-2.jpg'),(17932,6475,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:45:\"2019/08/joker-joaquin-phoenix-buzz-demo-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"joker-joaquin-phoenix-buzz-demo-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:45:\"joker-joaquin-phoenix-buzz-demo-2-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:45:\"joker-joaquin-phoenix-buzz-demo-2-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:46:\"joker-joaquin-phoenix-buzz-demo-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"joker-joaquin-phoenix-buzz-demo-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(17933,6476,'_wp_attached_file','2019/08/joker-joaquin-phoenix-buzz-demo-3.jpg'),(17934,6476,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:676;s:4:\"file\";s:45:\"2019/08/joker-joaquin-phoenix-buzz-demo-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"joker-joaquin-phoenix-buzz-demo-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:45:\"joker-joaquin-phoenix-buzz-demo-3-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:45:\"joker-joaquin-phoenix-buzz-demo-3-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"joker-joaquin-phoenix-buzz-demo-3-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"joker-joaquin-phoenix-buzz-demo-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(17935,6477,'_wp_attached_file','2019/08/joker-joaquin-phoenix-buzz-demo-4.jpg'),(17936,6477,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:843;s:4:\"file\";s:45:\"2019/08/joker-joaquin-phoenix-buzz-demo-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"joker-joaquin-phoenix-buzz-demo-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:45:\"joker-joaquin-phoenix-buzz-demo-4-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:45:\"joker-joaquin-phoenix-buzz-demo-4-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:46:\"joker-joaquin-phoenix-buzz-demo-4-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"joker-joaquin-phoenix-buzz-demo-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(17938,6469,'xyz_smap','1'),(17941,6472,'_edit_last','14'),(17942,6472,'xyz_smap','1'),(17943,6472,'smpush_mute_activated','no'),(17945,6472,'_yoast_wpseo_primary_category','2'),(17946,6472,'_yoast_wpseo_primary_sub-category','14'),(17947,6472,'sponsored_url',''),(17948,6472,'_yoast_wpseo_content_score','90'),(17949,6472,'_yoast_wpseo_focuskeywords','[]'),(17950,6472,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(17952,6472,'_thumbnail_id','6474'),(17954,6479,'_wp_attached_file','2019/08/Kaysia-Kerr-Back-To-School.jpg'),(17955,6479,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4750;s:6:\"height\";i:3300;s:4:\"file\";s:38:\"2019/08/Kaysia-Kerr-Back-To-School.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Kaysia-Kerr-Back-To-School-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:\"Kaysia-Kerr-Back-To-School-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Kaysia-Kerr-Back-To-School-768x534.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Kaysia-Kerr-Back-To-School-1024x711.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Kaysia-Kerr-Back-To-School-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540460075\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17956,6480,'_edit_lock','1567120104:11'),(17957,6480,'_yst_prominent_words_version','1'),(17960,6482,'_wp_attached_file','2019/08/Shanieka-Ricketts-Back-To-School.jpg'),(17961,6482,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:504;s:6:\"height\";i:332;s:4:\"file\";s:44:\"2019/08/Shanieka-Ricketts-Back-To-School.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Shanieka-Ricketts-Back-To-School-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:\"Shanieka-Ricketts-Back-To-School-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;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:{}}}'),(17968,6480,'_oembed_e79db85b12158ff3093ace5384606e5e','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">What a finish in the women&#39;s triple jump!<a href=\"https://twitter.com/yulimarrojas45?ref_src=twsrc%5Etfw\">@yulimarrojas45</a> jumps into the lead with 14.73m, but <a href=\"https://twitter.com/ShadySlimz?ref_src=twsrc%5Etfw\">@ShadySlimz</a> responds with a 14.92m PB to take the Diamond Trophy!<br><br>We have our first champion of 2019!?<a href=\"https://twitter.com/hashtag/ZurichDL?src=hash&amp;ref_src=twsrc%5Etfw\">#ZurichDL</a> ?? <a href=\"https://twitter.com/hashtag/DLFinal?src=hash&amp;ref_src=twsrc%5Etfw\">#DLFinal</a> <a href=\"https://t.co/hxkdHCeTce\">pic.twitter.com/hxkdHCeTce</a></p>&mdash; IAAF Diamond League (@Diamond_League) <a href=\"https://twitter.com/Diamond_League/status/1167125603218313218?ref_src=twsrc%5Etfw\">August 29, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(17969,6480,'_oembed_time_e79db85b12158ff3093ace5384606e5e','1567119152'),(17970,6486,'_wp_attached_file','2019/08/Shanieka-Ricketts-Diamond-League.jpg'),(17971,6486,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:694;s:6:\"height\";i:455;s:4:\"file\";s:44:\"2019/08/Shanieka-Ricketts-Diamond-League.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Shanieka-Ricketts-Diamond-League-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:\"Shanieka-Ricketts-Diamond-League-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;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:{}}}'),(17978,6489,'_edit_lock','1567118644:9'),(17981,6489,'_yst_prominent_words_version','1'),(17982,6491,'_wp_attached_file','2019/08/Shanieka-Ricketts-Diamond-League.-Triple-Jumper.jpg'),(17983,6491,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:697;s:6:\"height\";i:463;s:4:\"file\";s:59:\"2019/08/Shanieka-Ricketts-Diamond-League.-Triple-Jumper.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"Shanieka-Ricketts-Diamond-League.-Triple-Jumper-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:\"Shanieka-Ricketts-Diamond-League.-Triple-Jumper-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: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:{}}}'),(17984,6492,'_wp_attached_file','2019/08/Train-service.jpg'),(17985,6492,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1533;s:6:\"height\";i:883;s:4:\"file\";s:25:\"2019/08/Train-service.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Train-service-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:\"Train-service-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Train-service-768x442.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:442;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Train-service-1024x590.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:590;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Train-service-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(17987,6456,'_thumbnail_id','6492'),(17988,6456,'xyz_smap','1'),(17990,6494,'_wp_attached_file','2019/08/JavaughnTaylor.jpg'),(17991,6494,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:26:\"2019/08/JavaughnTaylor.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"JavaughnTaylor-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:\"JavaughnTaylor-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"JavaughnTaylor-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"JavaughnTaylor-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"JavaughnTaylor-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(17994,6489,'_thumbnail_id','6494'),(17995,6489,'_edit_last','9'),(17996,6489,'smpush_mute_activated','no'),(17997,6489,'_yoast_wpseo_primary_category','3'),(17998,6489,'_yoast_wpseo_primary_sub-category','5'),(17999,6489,'sponsored_url',''),(18000,6489,'_yoast_wpseo_metadesc','%%excerpt%% Javaughn Taylor has been playing video games since he was six years old. Now part of the Dr Birdz, we have all the BUZZ about him.'),(18001,6489,'_yoast_wpseo_content_score','90'),(18002,6489,'_yoast_wpseo_focuskeywords','[]'),(18003,6489,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18006,6498,'_edit_lock','1567119267:9'),(18007,6498,'_yst_prominent_words_version','1'),(18008,6499,'_wp_attached_file','2019/08/rihanna-20190829.jpg'),(18009,6499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:28:\"2019/08/rihanna-20190829.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"rihanna-20190829-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:\"rihanna-20190829-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"rihanna-20190829-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:14:\"SplashNews.com\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:362:\"American singer and businesswoman Rihanna wears hot pink when she arrives at a Fenty event in New York.\r\rPictured: Rihanna\rRef: SPL5098793 190619 NON-EXCLUSIVE\rPicture by: SplashNews.com\r\rSplash News and Pictures\rLos Angeles: 310-821-2666\rNew York: 212-619-2666\rLondon: 0207 644 7656\rMilan: 02 4399 8577\rphotodesk@splashnews.com\r\rWorld Rights, No Portugal Rights\";s:17:\"created_timestamp\";s:10:\"1560902400\";s:9:\"copyright\";s:23:\"www.SplashNews.com 2019\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:68:\"Rihanna Wears Hot Pink When She Arrives At A Fenty Event In New York\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:64:\"pink dress,box braids,braids,jewellery,heels,bright makeup,earri\";}}}'),(18011,6480,'_thumbnail_id','6486'),(18012,6480,'_edit_last','11'),(18013,6480,'xyz_smap','1'),(18014,6480,'smpush_mute_activated','no'),(18016,6480,'_yoast_wpseo_primary_category','4'),(18017,6480,'_yoast_wpseo_primary_sub-category','5'),(18018,6480,'sponsored_url',''),(18019,6480,'_yoast_wpseo_content_score','30'),(18020,6480,'_yoast_wpseo_focuskeywords','[{\"keyword\":\"Jamaican triple-jumper wins gold at the IAAF Diamond League.\",\"score\":\"bad\"}]'),(18021,6480,'_yoast_wpseo_keywordsynonyms','[\"Triple-jumper Shanieka Ricketts secures gold\",\"\"]'),(18024,6498,'_thumbnail_id','6499'),(18025,6498,'_edit_last','9'),(18026,6498,'smpush_mute_activated','no'),(18027,6498,'_yoast_wpseo_primary_category','3'),(18028,6498,'_yoast_wpseo_primary_sub-category','14'),(18029,6498,'sponsored_url',''),(18030,6498,'_yoast_wpseo_metadesc','%%excerpt%% Rihanna says the entrepreneurship industry is considered to be such a \"man\'s world\" that she loves the \"challenge\" of going head to head with them.'),(18031,6498,'_yoast_wpseo_content_score','90'),(18032,6498,'_yoast_wpseo_focuskeywords','[]'),(18033,6498,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18036,6480,'_yoast_wpseo_metadesc','%%excerpt%% Triple-jumper Shanieka Ricketts secures gold and a US$50,000 prize at the IAAF Diamond League in Zurich, Switzerland.'),(18045,6505,'_edit_lock','1567179733:9'),(18046,6505,'_yst_prominent_words_version','1'),(18047,6505,'_edit_last','9'),(18048,6505,'smpush_mute_activated','no'),(18049,6505,'_yoast_wpseo_primary_category','4'),(18050,6505,'_yoast_wpseo_primary_sub-category','15'),(18051,6505,'sponsored_url',''),(18052,6505,'_yoast_wpseo_content_score','90'),(18053,6505,'_yoast_wpseo_focuskeywords','[]'),(18054,6505,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18055,6507,'_edit_lock','1567177278:9'),(18056,6507,'_yst_prominent_words_version','1'),(18057,6508,'_wp_attached_file','2019/08/knutsfordexpresscoach.jpg'),(18058,6508,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:610;s:6:\"height\";i:354;s:4:\"file\";s:33:\"2019/08/knutsfordexpresscoach.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"knutsfordexpresscoach-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:\"knutsfordexpresscoach-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;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:{}}}'),(18059,6509,'_wp_attached_file','2019/08/peter-phillips-children.jpg'),(18060,6509,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1873;s:6:\"height\";i:1361;s:4:\"file\";s:35:\"2019/08/peter-phillips-children.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"peter-phillips-children-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:\"peter-phillips-children-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"peter-phillips-children-768x558.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:558;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"peter-phillips-children-1024x744.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:744;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"peter-phillips-children-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS Rebel T6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529603491\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"34\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18061,6507,'_thumbnail_id','6508'),(18062,6507,'_edit_last','9'),(18063,6507,'smpush_mute_activated','no'),(18064,6507,'_yoast_wpseo_primary_category','4'),(18065,6507,'_yoast_wpseo_primary_sub-category','8'),(18066,6507,'sponsored_url',''),(18067,6507,'_yoast_wpseo_content_score','30'),(18068,6507,'_yoast_wpseo_focuskeywords','[]'),(18069,6507,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18072,6516,'_wp_attached_file','2019/08/peter-phillips-wiith-the-people.jpg'),(18073,6516,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2042;s:6:\"height\";i:1546;s:4:\"file\";s:43:\"2019/08/peter-phillips-wiith-the-people.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"peter-phillips-wiith-the-people-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:\"peter-phillips-wiith-the-people-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"peter-phillips-wiith-the-people-768x581.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"peter-phillips-wiith-the-people-1024x775.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:775;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"peter-phillips-wiith-the-people-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"20\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS Rebel T6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1527071452\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18074,6517,'_wp_attached_file','2019/08/peter-phillips-domino.jpg'),(18075,6517,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1718;s:6:\"height\";i:1146;s:4:\"file\";s:33:\"2019/08/peter-phillips-domino.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"peter-phillips-domino-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:\"peter-phillips-domino-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:33:\"peter-phillips-domino-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:34:\"peter-phillips-domino-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"peter-phillips-domino-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS Rebel T6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1530211772\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18076,6518,'_wp_attached_file','2019/08/peter-phillips-high-five-.jpg'),(18077,6518,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1995;s:6:\"height\";i:1330;s:4:\"file\";s:37:\"2019/08/peter-phillips-high-five-.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"peter-phillips-high-five--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:\"peter-phillips-high-five--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:37:\"peter-phillips-high-five--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:38:\"peter-phillips-high-five--1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"peter-phillips-high-five--1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS Rebel T6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1526569679\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18078,6520,'_edit_lock','1567442757:4'),(18079,6520,'_yst_prominent_words_version','1'),(18080,6520,'_edit_last','4'),(18081,6520,'smpush_mute_activated','no'),(18082,6520,'_yoast_wpseo_primary_category','2'),(18083,6520,'_yoast_wpseo_primary_sub-category','7'),(18084,6520,'sponsored_url',''),(18085,6520,'_yoast_wpseo_content_score','30'),(18086,6520,'_yoast_wpseo_focuskeywords','[]'),(18087,6520,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18088,6522,'_edit_lock','1567180646:11'),(18089,6522,'_yst_prominent_words_version','1'),(18090,6523,'_wp_attached_file','2019/08/Richard-Byles.jpg'),(18091,6523,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2562;s:6:\"height\";i:1708;s:4:\"file\";s:25:\"2019/08/Richard-Byles.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Richard-Byles-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:\"Richard-Byles-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:\"Richard-Byles-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:\"Richard-Byles-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Richard-Byles-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(18093,6522,'_edit_last','11'),(18094,6522,'xyz_smap','1'),(18095,6522,'smpush_mute_activated','no'),(18097,6522,'_yoast_wpseo_primary_category','4'),(18098,6522,'_yoast_wpseo_primary_sub-category','12'),(18099,6522,'sponsored_url',''),(18100,6522,'_yoast_wpseo_content_score','30'),(18101,6522,'_yoast_wpseo_focuskeywords','[]'),(18102,6522,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18105,6532,'_edit_lock','1567177570:11'),(18106,6532,'_yst_prominent_words_version','1'),(18107,6534,'_wp_attached_file','2019/08/Richard-Byles-Image-2.jpg'),(18108,6534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2562;s:6:\"height\";i:1708;s:4:\"file\";s:33:\"2019/08/Richard-Byles-Image-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Richard-Byles-Image-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:33:\"Richard-Byles-Image-2-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:33:\"Richard-Byles-Image-2-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:34:\"Richard-Byles-Image-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Richard-Byles-Image-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(18109,6505,'_thumbnail_id','6517'),(18111,6532,'_edit_last','11'),(18112,6532,'xyz_smap','1'),(18113,6532,'smpush_mute_activated','no'),(18115,6532,'_yoast_wpseo_primary_category','4'),(18116,6532,'_yoast_wpseo_primary_sub-category','6'),(18117,6532,'sponsored_url',''),(18118,6532,'_yoast_wpseo_content_score','30'),(18119,6532,'_yoast_wpseo_focuskeywords','[]'),(18120,6532,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18121,6537,'_edit_lock','1567177572:11'),(18122,6537,'_yst_prominent_words_version','1'),(18123,6537,'_edit_last','4'),(18124,6537,'smpush_mute_activated','no'),(18125,6537,'_yoast_wpseo_primary_category','4'),(18126,6537,'_yoast_wpseo_primary_sub-category','5'),(18127,6537,'sponsored_url',''),(18128,6537,'_yoast_wpseo_content_score','30'),(18129,6537,'_yoast_wpseo_focuskeywords','[]'),(18130,6537,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18132,6532,'_thumbnail_id','6541'),(18134,6541,'_wp_attached_file','2019/08/IMG_1622.jpg'),(18135,6541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4942;s:6:\"height\";i:3295;s:4:\"file\";s:20:\"2019/08/IMG_1622.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1622-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:\"IMG_1622-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:20:\"IMG_1622-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:21:\"IMG_1622-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_1622-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567075770\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18136,6542,'_wp_attached_file','2019/08/IMG_1631.jpg'),(18137,6542,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:20:\"2019/08/IMG_1631.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1631-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:\"IMG_1631-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:20:\"IMG_1631-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:21:\"IMG_1631-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_1631-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567075817\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18138,6543,'_wp_attached_file','2019/08/IMG_1634.jpg'),(18139,6543,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:20:\"2019/08/IMG_1634.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1634-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:\"IMG_1634-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:20:\"IMG_1634-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:21:\"IMG_1634-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_1634-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567075834\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"165\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18140,6544,'_wp_attached_file','2019/08/IMG_1572.jpg'),(18141,6545,'_wp_attached_file','2019/08/IMG_1547.jpg'),(18142,6544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:20:\"2019/08/IMG_1572.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1572-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:\"IMG_1572-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:20:\"IMG_1572-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:21:\"IMG_1572-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_1572-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567074997\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18143,6545,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:20:\"2019/08/IMG_1547.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1547-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:\"IMG_1547-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:20:\"IMG_1547-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:21:\"IMG_1547-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_1547-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567074639\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"142\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18144,6546,'_wp_attached_file','2019/08/IMG_1532.jpg'),(18145,6546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:20:\"2019/08/IMG_1532.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1532-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:\"IMG_1532-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:20:\"IMG_1532-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:21:\"IMG_1532-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_1532-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567074541\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18146,6547,'_wp_attached_file','2019/08/IMG_1540.jpg'),(18147,6547,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:20:\"2019/08/IMG_1540.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1540-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:\"IMG_1540-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:20:\"IMG_1540-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:21:\"IMG_1540-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_1540-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567074593\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18148,6548,'_wp_attached_file','2019/08/IMG_1542.jpg'),(18149,6548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:20:\"2019/08/IMG_1542.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1542-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:\"IMG_1542-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:20:\"IMG_1542-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:21:\"IMG_1542-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_1542-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567074600\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18150,6549,'_wp_attached_file','2019/08/IMG_1529.jpg'),(18151,6550,'_wp_attached_file','2019/08/IMG_1662.jpg'),(18152,6549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:20:\"2019/08/IMG_1529.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1529-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:\"IMG_1529-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:20:\"IMG_1529-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:21:\"IMG_1529-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_1529-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567074528\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18153,6551,'_wp_attached_file','2019/08/IMG_1677.jpg'),(18154,6550,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:20:\"2019/08/IMG_1662.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1662-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:\"IMG_1662-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:20:\"IMG_1662-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:21:\"IMG_1662-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_1662-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567077239\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18155,6551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:20:\"2019/08/IMG_1677.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1677-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:\"IMG_1677-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:20:\"IMG_1677-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:21:\"IMG_1677-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_1677-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567077392\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18156,6552,'_wp_attached_file','2019/08/IMG_1581.jpg'),(18157,6552,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4739;s:6:\"height\";i:3257;s:4:\"file\";s:20:\"2019/08/IMG_1581.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1581-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:\"IMG_1581-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1581-768x528.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:528;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1581-1024x704.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:704;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_1581-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567075232\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18166,6558,'_wp_attached_file','2019/08/mike-henry.jpg'),(18167,6558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2019/08/mike-henry.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"mike-henry-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:\"mike-henry-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:22:\"mike-henry-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:23:\"mike-henry-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"mike-henry-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567108038\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18168,6559,'_wp_attached_file','2019/08/DSC_2101.jpg'),(18169,6559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_2101.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_2101-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:\"DSC_2101-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:20:\"DSC_2101-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:21:\"DSC_2101-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_2101-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567108034\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18170,6560,'_wp_attached_file','2019/08/DSC_2057.jpg'),(18171,6560,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_2057.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_2057-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:\"DSC_2057-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:20:\"DSC_2057-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:21:\"DSC_2057-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_2057-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567108043\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18172,6562,'_wp_attached_file','2019/08/DSC_2047.jpg'),(18173,6562,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_2047.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_2047-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:\"DSC_2047-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:20:\"DSC_2047-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:21:\"DSC_2047-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_2047-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567108047\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18174,6563,'_wp_attached_file','2019/08/DSC_2051.jpg'),(18175,6563,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_2051.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_2051-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:\"DSC_2051-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:20:\"DSC_2051-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:21:\"DSC_2051-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_2051-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567108045\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18176,6564,'_wp_attached_file','2019/08/DSC_2115.jpg'),(18177,6564,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_2115.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_2115-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:\"DSC_2115-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:20:\"DSC_2115-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:21:\"DSC_2115-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_2115-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567108031\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18178,6565,'_wp_attached_file','2019/08/DSC_2062.jpg'),(18179,6565,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_2062.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_2062-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:\"DSC_2062-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:20:\"DSC_2062-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:21:\"DSC_2062-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_2062-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567108042\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18180,6566,'_wp_attached_file','2019/08/DSC_2109.jpg'),(18181,6566,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_2109.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_2109-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:\"DSC_2109-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:20:\"DSC_2109-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:21:\"DSC_2109-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_2109-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567108032\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18182,6567,'_wp_attached_file','2019/08/DSC_2079.jpg'),(18183,6567,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/08/DSC_2079.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_2079-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:\"DSC_2079-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:20:\"DSC_2079-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:21:\"DSC_2079-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_2079-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567108035\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18185,6537,'_thumbnail_id','6562'),(18186,6537,'xyz_smap','1'),(18190,6505,'xyz_smap','1'),(18192,6507,'xyz_smap','1'),(18194,6489,'xyz_smap','1'),(18196,6498,'xyz_smap','1'),(18198,16,'_yst_prominent_words_version','1'),(18199,16,'_edit_last','12'),(18200,16,'smpush_mute_activated','no'),(18201,16,'_yoast_wpseo_title','Buzz Terms of Use %%sep%% Buzz'),(18202,16,'_yoast_wpseo_metadesc','Terms and conditions of use for Buzz Caribbean'),(18203,16,'_yoast_wpseo_content_score','30'),(18204,16,'_yoast_wpseo_focuskeywords','[]'),(18205,16,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18206,6573,'_edit_lock','1567280648:14'),(18207,6573,'_yst_prominent_words_version','1'),(18208,6574,'_wp_attached_file','2019/08/ruel-reid-buzz-demo.jpg'),(18209,6574,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.2217610783548594;s:5:\"bytes\";i:4925;s:11:\"size_before\";i:221671;s:10:\"size_after\";i:216746;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.78;s:5:\"bytes\";i:304;s:11:\"size_before\";i:6360;s:10:\"size_after\";i:6056;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53;s:5:\"bytes\";i:573;s:11:\"size_before\";i:12643;s:10:\"size_after\";i:12070;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.38;s:5:\"bytes\";i:1163;s:11:\"size_before\";i:48952;s:10:\"size_after\";i:47789;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.84;s:5:\"bytes\";i:1332;s:11:\"size_before\";i:72478;s:10:\"size_after\";i:71146;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.91;s:5:\"bytes\";i:1553;s:11:\"size_before\";i:81238;s:10:\"size_after\";i:79685;s:4:\"time\";d:0.04;}}}'),(18210,6574,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2019/08/ruel-reid-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"ruel-reid-buzz-demo-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:\"ruel-reid-buzz-demo-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:31:\"ruel-reid-buzz-demo-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:32:\"ruel-reid-buzz-demo-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"ruel-reid-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(18211,6575,'_wp_attached_file','2019/08/ruel-reid-buzz-demo-2.jpg'),(18212,6575,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.6106962921934747;s:5:\"bytes\";i:7353;s:11:\"size_before\";i:281649;s:10:\"size_after\";i:274296;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.35;s:5:\"bytes\";i:370;s:11:\"size_before\";i:6916;s:10:\"size_after\";i:6546;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.72;s:5:\"bytes\";i:590;s:11:\"size_before\";i:15869;s:10:\"size_after\";i:15279;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7;s:5:\"bytes\";i:1790;s:11:\"size_before\";i:66300;s:10:\"size_after\";i:64510;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.33;s:5:\"bytes\";i:2414;s:11:\"size_before\";i:103489;s:10:\"size_after\";i:101075;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.46;s:5:\"bytes\";i:2189;s:11:\"size_before\";i:89075;s:10:\"size_after\";i:86886;s:4:\"time\";d:0.06;}}}'),(18213,6575,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1185;s:4:\"file\";s:33:\"2019/08/ruel-reid-buzz-demo-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"ruel-reid-buzz-demo-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:33:\"ruel-reid-buzz-demo-2-300x237.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"ruel-reid-buzz-demo-2-768x607.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"ruel-reid-buzz-demo-2-1024x809.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:809;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"ruel-reid-buzz-demo-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(18220,6581,'_wp_attached_file','2019/08/caribbean-maritime-university-demo-buzz.jpeg'),(18221,6581,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.398494139792062;s:5:\"bytes\";i:6524;s:11:\"size_before\";i:272004;s:10:\"size_after\";i:265480;s:4:\"time\";d:0.26;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.64;s:5:\"bytes\";i:301;s:11:\"size_before\";i:6481;s:10:\"size_after\";i:6180;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:574;s:11:\"size_before\";i:14501;s:10:\"size_after\";i:13927;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.22;s:5:\"bytes\";i:1391;s:11:\"size_before\";i:62704;s:10:\"size_after\";i:61313;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.91;s:5:\"bytes\";i:1818;s:11:\"size_before\";i:95152;s:10:\"size_after\";i:93334;s:4:\"time\";d:0.08;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.62;s:5:\"bytes\";i:2440;s:11:\"size_before\";i:93166;s:10:\"size_after\";i:90726;s:4:\"time\";d:0.08;}}}'),(18222,6581,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1041;s:6:\"height\";i:718;s:4:\"file\";s:52:\"2019/08/caribbean-maritime-university-demo-buzz.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"caribbean-maritime-university-demo-buzz-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:52:\"caribbean-maritime-university-demo-buzz-300x207.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"caribbean-maritime-university-demo-buzz-768x530.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"caribbean-maritime-university-demo-buzz-1024x706.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:706;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"caribbean-maritime-university-demo-buzz-1041x655.jpeg\";s:5:\"width\";i:1041;s:6:\"height\";i:655;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:{}}}'),(18225,6573,'_thumbnail_id','6574'),(18226,6573,'_edit_last','14'),(18227,6573,'xyz_smap','1'),(18228,6573,'smpush_mute_activated','no'),(18230,6573,'_yoast_wpseo_primary_category','4'),(18231,6573,'_yoast_wpseo_primary_sub-category','15'),(18232,6573,'sponsored_url',''),(18233,6573,'_yoast_wpseo_content_score','30'),(18234,6573,'_yoast_wpseo_focuskeywords','[]'),(18235,6573,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18239,6587,'_edit_lock','1567180994:9'),(18240,6587,'_yst_prominent_words_version','1'),(18241,6588,'_wp_attached_file','2019/08/Jah-Cure.jpg'),(18242,6588,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.041210315635172;s:5:\"bytes\";i:13619;s:11:\"size_before\";i:337003;s:10:\"size_after\";i:323384;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.43;s:5:\"bytes\";i:384;s:11:\"size_before\";i:7077;s:10:\"size_after\";i:6693;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.89;s:5:\"bytes\";i:930;s:11:\"size_before\";i:15779;s:10:\"size_after\";i:14849;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.99;s:5:\"bytes\";i:2951;s:11:\"size_before\";i:73989;s:10:\"size_after\";i:71038;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.93;s:5:\"bytes\";i:4737;s:11:\"size_before\";i:120472;s:10:\"size_after\";i:115735;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.86;s:5:\"bytes\";i:4617;s:11:\"size_before\";i:119686;s:10:\"size_after\";i:115069;s:4:\"time\";d:0.08;}}}'),(18243,6588,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1347;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2019/08/Jah-Cure.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Jah-Cure-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:\"Jah-Cure-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:20:\"Jah-Cure-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Jah-Cure-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Jah-Cure-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:8:\"SLT-A77V\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1358438186\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18245,6522,'_thumbnail_id','6523'),(18247,6522,'_yoast_wpseo_metadesc','Governor of the Bank of Jamaica (BOJ), Richard Byles expressed his confidence in Jamaica and its economy.'),(18248,6590,'_edit_lock','1567182871:11'),(18249,6590,'_yst_prominent_words_version','1'),(18250,6591,'_wp_attached_file','2019/08/jah-cure-20190830.jpg'),(18251,6591,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7515153500868252;s:5:\"bytes\";i:9160;s:11:\"size_before\";i:244168;s:10:\"size_after\";i:235008;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.19;s:5:\"bytes\";i:615;s:11:\"size_before\";i:8549;s:10:\"size_after\";i:7934;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.52;s:5:\"bytes\";i:1282;s:11:\"size_before\";i:19664;s:10:\"size_after\";i:18382;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.22;s:5:\"bytes\";i:4125;s:11:\"size_before\";i:128153;s:10:\"size_after\";i:124028;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.57;s:5:\"bytes\";i:3138;s:11:\"size_before\";i:87802;s:10:\"size_after\";i:84664;s:4:\"time\";d:0.05;}}}'),(18252,6591,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:717;s:6:\"height\";i:1065;s:4:\"file\";s:29:\"2019/08/jah-cure-20190830.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"jah-cure-20190830-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:\"jah-cure-20190830-202x300.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"jah-cure-20190830-689x1024.jpg\";s:5:\"width\";i:689;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"jah-cure-20190830-717x655.jpg\";s:5:\"width\";i:717;s:6:\"height\";i:655;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:{}}}'),(18253,6587,'_thumbnail_id','6588'),(18254,6587,'_edit_last','9'),(18255,6587,'smpush_mute_activated','no'),(18256,6587,'_yoast_wpseo_primary_category','2'),(18257,6587,'_yoast_wpseo_primary_sub-category','7'),(18258,6587,'sponsored_url',''),(18259,6587,'_yoast_wpseo_content_score','30'),(18260,6587,'_yoast_wpseo_focuskeywords','[]'),(18261,6587,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18263,6587,'xyz_smap','1'),(18265,6593,'_wp_attached_file','2019/08/richard-scudamore-EPL-Jamaica.jpg'),(18266,6593,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.235299969327442;s:5:\"bytes\";i:5109;s:11:\"size_before\";i:120629;s:10:\"size_after\";i:115520;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1;s:5:\"bytes\";i:290;s:11:\"size_before\";i:5688;s:10:\"size_after\";i:5398;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45;s:5:\"bytes\";i:426;s:11:\"size_before\";i:9579;s:10:\"size_after\";i:9153;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.08;s:5:\"bytes\";i:1609;s:11:\"size_before\";i:39421;s:10:\"size_after\";i:37812;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.22;s:5:\"bytes\";i:2784;s:11:\"size_before\";i:65941;s:10:\"size_after\";i:63157;s:4:\"time\";d:0.03;}}}'),(18267,6593,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:580;s:4:\"file\";s:41:\"2019/08/richard-scudamore-EPL-Jamaica.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"richard-scudamore-EPL-Jamaica-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:\"richard-scudamore-EPL-Jamaica-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"richard-scudamore-EPL-Jamaica-768x435.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"richard-scudamore-EPL-Jamaica-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: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:17:\"2015 Getty Images\";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:{}}}'),(18268,6594,'_edit_lock','1567522228:14'),(18269,6594,'_yst_prominent_words_version','1'),(18270,6595,'_wp_attached_file','2019/08/Mike-Henry-Chair-Premier-League-Jamaica.jpg'),(18271,6595,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.306523115896137;s:5:\"bytes\";i:612;s:11:\"size_before\";i:14211;s:10:\"size_after\";i:13599;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.34;s:5:\"bytes\";i:210;s:11:\"size_before\";i:4836;s:10:\"size_after\";i:4626;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.29;s:5:\"bytes\";i:402;s:11:\"size_before\";i:9375;s:10:\"size_after\";i:8973;s:4:\"time\";d:0.02;}}}'),(18272,6595,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:475;s:4:\"file\";s:51:\"2019/08/Mike-Henry-Chair-Premier-League-Jamaica.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Mike-Henry-Chair-Premier-League-Jamaica-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:\"Mike-Henry-Chair-Premier-League-Jamaica-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;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:{}}}'),(18273,6598,'_wp_attached_file','2019/08/white-faced-capuchin-buzz-demo-2.jpg'),(18274,6599,'_edit_lock','1567183291:9'),(18275,6598,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9157117720269516;s:5:\"bytes\";i:9124;s:11:\"size_before\";i:233010;s:10:\"size_after\";i:223886;s:4:\"time\";d:0.16999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.65;s:5:\"bytes\";i:383;s:11:\"size_before\";i:5757;s:10:\"size_after\";i:5374;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:631;s:11:\"size_before\";i:11934;s:10:\"size_after\";i:11303;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45;s:5:\"bytes\";i:1719;s:11:\"size_before\";i:49894;s:10:\"size_after\";i:48175;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.84;s:5:\"bytes\";i:3182;s:11:\"size_before\";i:82890;s:10:\"size_after\";i:79708;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.89;s:5:\"bytes\";i:3209;s:11:\"size_before\";i:82535;s:10:\"size_after\";i:79326;s:4:\"time\";d:0.05;}}}'),(18276,6598,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:44:\"2019/08/white-faced-capuchin-buzz-demo-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"white-faced-capuchin-buzz-demo-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:44:\"white-faced-capuchin-buzz-demo-2-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:44:\"white-faced-capuchin-buzz-demo-2-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:45:\"white-faced-capuchin-buzz-demo-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"white-faced-capuchin-buzz-demo-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:9:\"Ray Brown\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1549734260\";s:9:\"copyright\";s:9:\"Ray Brown\";s:12:\"focal_length\";s:3:\"286\";s:3:\"iso\";s:4:\"8000\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:18:\"White-faced monkey\";}}}'),(18277,6600,'_wp_attached_file','2019/08/white-faced-capuchin-buzz-demo.jpg'),(18278,6599,'_yst_prominent_words_version','1'),(18279,6600,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.144111891843814;s:5:\"bytes\";i:3857;s:11:\"size_before\";i:179888;s:10:\"size_after\";i:176031;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.93;s:5:\"bytes\";i:347;s:11:\"size_before\";i:5850;s:10:\"size_after\";i:5503;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.11;s:5:\"bytes\";i:536;s:11:\"size_before\";i:10494;s:10:\"size_after\";i:9958;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.05;s:5:\"bytes\";i:807;s:11:\"size_before\";i:39305;s:10:\"size_after\";i:38498;s:4:\"time\";d:0.06;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.85;s:5:\"bytes\";i:1091;s:11:\"size_before\";i:59097;s:10:\"size_after\";i:58006;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.65;s:5:\"bytes\";i:1076;s:11:\"size_before\";i:65142;s:10:\"size_after\";i:64066;s:4:\"time\";d:0.03;}}}'),(18280,6600,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:618;s:4:\"file\";s:42:\"2019/08/white-faced-capuchin-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"white-faced-capuchin-buzz-demo-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:42:\"white-faced-capuchin-buzz-demo-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:42:\"white-faced-capuchin-buzz-demo-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"white-faced-capuchin-buzz-demo-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"white-faced-capuchin-buzz-demo-1060x618.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:618;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:{}}}'),(18281,6599,'_edit_last','9'),(18282,6599,'smpush_mute_activated','no'),(18283,6599,'_yoast_wpseo_primary_category','2'),(18284,6599,'_yoast_wpseo_primary_sub-category','7'),(18285,6599,'sponsored_url',''),(18286,6599,'_yoast_wpseo_content_score','90'),(18287,6599,'_yoast_wpseo_focuskeywords','[]'),(18288,6599,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18289,6602,'_wp_attached_file','2019/08/Bugle-20190830.jpg'),(18290,6602,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.037618870788059;s:5:\"bytes\";i:12434;s:11:\"size_before\";i:123874;s:10:\"size_after\";i:111440;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.34;s:5:\"bytes\";i:256;s:11:\"size_before\";i:4793;s:10:\"size_after\";i:4537;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29;s:5:\"bytes\";i:494;s:11:\"size_before\";i:6779;s:10:\"size_after\";i:6285;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.14;s:5:\"bytes\";i:2416;s:11:\"size_before\";i:26435;s:10:\"size_after\";i:24019;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.82;s:5:\"bytes\";i:4451;s:11:\"size_before\";i:41145;s:10:\"size_after\";i:36694;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.77;s:5:\"bytes\";i:4817;s:11:\"size_before\";i:44722;s:10:\"size_after\";i:39905;s:4:\"time\";d:0.03;}}}'),(18291,6602,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1250;s:6:\"height\";i:749;s:4:\"file\";s:26:\"2019/08/Bugle-20190830.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Bugle-20190830-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:\"Bugle-20190830-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Bugle-20190830-768x460.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Bugle-20190830-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Bugle-20190830-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(18293,6590,'_thumbnail_id','6593'),(18294,6590,'_edit_last','11'),(18295,6590,'xyz_smap','1'),(18296,6590,'smpush_mute_activated','no'),(18298,6590,'_yoast_wpseo_primary_category','4'),(18299,6590,'_yoast_wpseo_primary_sub-category','5'),(18300,6590,'sponsored_url',''),(18301,6590,'_yoast_wpseo_focuskw','EPL guru Richard Scudamore'),(18302,6590,'_yoast_wpseo_metadesc','EPL guru Richard Scudamore will visit Jamaica on September 3 to help structure the business model of Jamaica\'s top tier football competition.'),(18303,6590,'_yoast_wpseo_linkdex','61'),(18304,6590,'_yoast_wpseo_content_score','60'),(18305,6590,'_yoast_wpseo_focuskeywords','[{\"keyword\":\"JFF\",\"score\":\"ok\"},{\"keyword\":\"premier league clubs association plca\",\"score\":\"ok\"},{\"keyword\":\"Red Stripe Premier League\",\"score\":\"ok\"}]'),(18306,6590,'_yoast_wpseo_keywordsynonyms','[\"\",\"\",\"\",\"\"]'),(18307,6605,'_edit_lock','1567185820:11'),(18308,6605,'_yst_prominent_words_version','1'),(18309,6606,'_wp_attached_file','2019/08/Bugle-Jada-Kingdom-20190830.jpg'),(18310,6606,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.554602767354274;s:5:\"bytes\";i:8097;s:11:\"size_before\";i:145771;s:10:\"size_after\";i:137674;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.37;s:5:\"bytes\";i:479;s:11:\"size_before\";i:7521;s:10:\"size_after\";i:7042;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.38;s:5:\"bytes\";i:870;s:11:\"size_before\";i:19883;s:10:\"size_after\";i:19013;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7;s:5:\"bytes\";i:6748;s:11:\"size_before\";i:118367;s:10:\"size_after\";i:111619;s:4:\"time\";d:0.07;}}}'),(18311,6606,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:900;s:4:\"file\";s:39:\"2019/08/Bugle-Jada-Kingdom-20190830.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Bugle-Jada-Kingdom-20190830-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:\"Bugle-Jada-Kingdom-20190830-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Bugle-Jada-Kingdom-20190830-720x655.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:655;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:{}}}'),(18312,6599,'_thumbnail_id','6602'),(18313,6608,'_wp_attached_file','2019/08/Keyner-Brown-CONCACAF-League.jpg'),(18314,6608,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.694257212186573;s:5:\"bytes\";i:1056;s:11:\"size_before\";i:18545;s:10:\"size_after\";i:17489;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.48;s:5:\"bytes\";i:420;s:11:\"size_before\";i:6484;s:10:\"size_after\";i:6064;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.27;s:5:\"bytes\";i:636;s:11:\"size_before\";i:12061;s:10:\"size_after\";i:11425;s:4:\"time\";d:0.01;}}}'),(18315,6608,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:450;s:4:\"file\";s:40:\"2019/08/Keyner-Brown-CONCACAF-League.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Keyner-Brown-CONCACAF-League-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:\"Keyner-Brown-CONCACAF-League-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;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:{}}}'),(18317,6599,'xyz_smap','1'),(18319,6609,'_edit_lock','1567454145:13'),(18320,6610,'_edit_lock','1567184812:9'),(18321,6611,'_wp_attached_file','2019/08/NOMADDZ-album-cover.jpg'),(18322,6611,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:13034;s:11:\"size_before\";i:89110;s:10:\"size_after\";i:76076;}'),(18323,6611,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.352665495020503;s:5:\"bytes\";i:23275;s:11:\"size_before\";i:162165;s:10:\"size_after\";i:138890;s:4:\"time\";d:0.09000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.71;s:5:\"bytes\";i:357;s:11:\"size_before\";i:4630;s:10:\"size_after\";i:4273;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.13;s:5:\"bytes\";i:1052;s:11:\"size_before\";i:11524;s:10:\"size_after\";i:10472;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.19;s:5:\"bytes\";i:5740;s:11:\"size_before\";i:40444;s:10:\"size_after\";i:34704;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.95;s:5:\"bytes\";i:9628;s:11:\"size_before\";i:60376;s:10:\"size_after\";i:50748;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.38;s:5:\"bytes\";i:6498;s:11:\"size_before\";i:45191;s:10:\"size_after\";i:38693;s:4:\"time\";d:0.02;}}}'),(18324,6611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"2019/08/NOMADDZ-album-cover.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"NOMADDZ-album-cover-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:\"NOMADDZ-album-cover-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"NOMADDZ-album-cover-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"NOMADDZ-album-cover-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"NOMADDZ-album-cover-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(18325,6610,'_yst_prominent_words_version','1'),(18326,6609,'_yst_prominent_words_version','1'),(18327,6612,'_wp_attached_file','2019/08/osbil-watson-buzz-demo.jpg'),(18328,6612,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.5352772322103037;s:5:\"bytes\";i:468;s:11:\"size_before\";i:13238;s:10:\"size_after\";i:12770;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.15;s:5:\"bytes\";i:156;s:11:\"size_before\";i:3762;s:10:\"size_after\";i:3606;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29;s:5:\"bytes\";i:312;s:11:\"size_before\";i:9476;s:10:\"size_after\";i:9164;s:4:\"time\";d:0.01;}}}'),(18329,6612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:460;s:4:\"file\";s:34:\"2019/08/osbil-watson-buzz-demo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"osbil-watson-buzz-demo-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:\"osbil-watson-buzz-demo-300x288.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:288;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:{}}}'),(18330,6613,'_wp_attached_file','2019/08/eddie-murphy-20190830.jpg'),(18331,6613,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.176379409485237;s:5:\"bytes\";i:4141;s:11:\"size_before\";i:79998;s:10:\"size_after\";i:75857;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.67;s:5:\"bytes\";i:402;s:11:\"size_before\";i:7088;s:10:\"size_after\";i:6686;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.72;s:5:\"bytes\";i:869;s:11:\"size_before\";i:15195;s:10:\"size_after\";i:14326;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.97;s:5:\"bytes\";i:2870;s:11:\"size_before\";i:57715;s:10:\"size_after\";i:54845;s:4:\"time\";d:0.02;}}}'),(18332,6613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:33:\"2019/08/eddie-murphy-20190830.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"eddie-murphy-20190830-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:\"eddie-murphy-20190830-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"eddie-murphy-20190830-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(18333,6614,'_wp_attached_file','2019/08/Scotiabank-CONCACAF-League.png'),(18334,6614,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.09765787149635;s:5:\"bytes\";i:64961;s:11:\"size_before\";i:358947;s:10:\"size_after\";i:293986;s:4:\"time\";d:2.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.09;s:5:\"bytes\";i:4391;s:11:\"size_before\";i:16832;s:10:\"size_after\";i:12441;s:4:\"time\";d:0.08;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.5;s:5:\"bytes\";i:4389;s:11:\"size_before\";i:21411;s:10:\"size_after\";i:17022;s:4:\"time\";d:0.14;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.31;s:5:\"bytes\";i:13250;s:11:\"size_before\";i:81233;s:10:\"size_after\";i:67983;s:4:\"time\";d:0.41;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.25;s:5:\"bytes\";i:37175;s:11:\"size_before\";i:167048;s:10:\"size_after\";i:129873;s:4:\"time\";d:0.98;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.95;s:5:\"bytes\";i:5756;s:11:\"size_before\";i:72423;s:10:\"size_after\";i:66667;s:4:\"time\";d:0.47;}}}'),(18335,6614,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:565;s:4:\"file\";s:38:\"2019/08/Scotiabank-CONCACAF-League.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Scotiabank-CONCACAF-League-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:38:\"Scotiabank-CONCACAF-League-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Scotiabank-CONCACAF-League-768x402.png\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Scotiabank-CONCACAF-League-1024x536.png\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Scotiabank-CONCACAF-League-1060x565.png\";s:5:\"width\";i:1060;s:6:\"height\";i:565;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:{}}}'),(18336,6610,'_thumbnail_id','6613'),(18337,6610,'_edit_last','9'),(18338,6610,'smpush_mute_activated','no'),(18339,6610,'_yoast_wpseo_primary_category','3'),(18340,6610,'_yoast_wpseo_primary_sub-category','14'),(18341,6610,'sponsored_url',''),(18342,6610,'_yoast_wpseo_content_score','60'),(18343,6610,'_yoast_wpseo_focuskeywords','[]'),(18344,6610,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18345,6616,'_wp_attached_file','2019/08/map-of-jamaica-showing-mountains-buzz-demo.png'),(18346,6616,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(18347,6616,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.259085440200364;s:5:\"bytes\";i:139925;s:11:\"size_before\";i:1363913;s:10:\"size_after\";i:1223988;s:4:\"time\";d:2.5700000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.99;s:5:\"bytes\";i:3978;s:11:\"size_before\";i:28440;s:10:\"size_after\";i:24462;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.62;s:5:\"bytes\";i:7586;s:11:\"size_before\";i:55682;s:10:\"size_after\";i:48096;s:4:\"time\";d:0.1;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.65;s:5:\"bytes\";i:34627;s:11:\"size_before\";i:297117;s:10:\"size_after\";i:262490;s:4:\"time\";d:0.54;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2;s:5:\"bytes\";i:21279;s:11:\"size_before\";i:409564;s:10:\"size_after\";i:388285;s:4:\"time\";d:0.56;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.64;s:5:\"bytes\";i:72455;s:11:\"size_before\";i:573110;s:10:\"size_after\";i:500655;s:4:\"time\";d:1.33;}}}'),(18348,6616,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1000;s:4:\"file\";s:54:\"2019/08/map-of-jamaica-showing-mountains-buzz-demo.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"map-of-jamaica-showing-mountains-buzz-demo-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:54:\"map-of-jamaica-showing-mountains-buzz-demo-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"map-of-jamaica-showing-mountains-buzz-demo-768x480.png\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"map-of-jamaica-showing-mountains-buzz-demo-1024x640.png\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"map-of-jamaica-showing-mountains-buzz-demo-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(18349,6617,'_wp_attached_file','2019/08/Yeltsin-Tejada-CONCACAF-League.jpg'),(18350,6617,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.112174733719833;s:5:\"bytes\";i:610;s:11:\"size_before\";i:14834;s:10:\"size_after\";i:14224;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12;s:5:\"bytes\";i:255;s:11:\"size_before\";i:4976;s:10:\"size_after\";i:4721;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6;s:5:\"bytes\";i:355;s:11:\"size_before\";i:9858;s:10:\"size_after\";i:9503;s:4:\"time\";d:0.01;}}}'),(18351,6617,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:565;s:6:\"height\";i:380;s:4:\"file\";s:42:\"2019/08/Yeltsin-Tejada-CONCACAF-League.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Yeltsin-Tejada-CONCACAF-League-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:42:\"Yeltsin-Tejada-CONCACAF-League-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;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:{}}}'),(18352,6618,'_edit_lock','1567186146:9'),(18353,6618,'_yst_prominent_words_version','1'),(18354,6610,'xyz_smap','1'),(18356,6619,'_wp_attached_file','2019/08/ebola-virus-in-monkeys-buzz-demo.jpg'),(18357,6619,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.46098148283275;s:5:\"bytes\";i:15074;s:11:\"size_before\";i:178159;s:10:\"size_after\";i:163085;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.39;s:5:\"bytes\";i:1131;s:11:\"size_before\";i:12043;s:10:\"size_after\";i:10912;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2;s:5:\"bytes\";i:2510;s:11:\"size_before\";i:27286;s:10:\"size_after\";i:24776;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.24;s:5:\"bytes\";i:11433;s:11:\"size_before\";i:138830;s:10:\"size_after\";i:127397;s:4:\"time\";d:0.05;}}}'),(18358,6619,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:480;s:4:\"file\";s:44:\"2019/08/ebola-virus-in-monkeys-buzz-demo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"ebola-virus-in-monkeys-buzz-demo-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:\"ebola-virus-in-monkeys-buzz-demo-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"ebola-virus-in-monkeys-buzz-demo-768x461.jpg\";s:5:\"width\";i:768;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:\"0\";s:8:\"keywords\";a:0:{}}}'),(18360,6520,'_thumbnail_id','5135'),(18361,6520,'xyz_smap','1'),(18364,6594,'_thumbnail_id','6600'),(18365,6594,'_edit_last','14'),(18366,6594,'xyz_smap','1'),(18367,6594,'smpush_mute_activated','no'),(18369,6594,'_yoast_wpseo_primary_category','4'),(18370,6594,'_yoast_wpseo_primary_sub-category','11'),(18371,6594,'sponsored_url',''),(18372,6594,'_yoast_wpseo_content_score','60'),(18373,6594,'_yoast_wpseo_focuskeywords','[]'),(18374,6594,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18375,6622,'_wp_attached_file','2019/08/Karl-Samuda-Education-Ministry.jpg'),(18376,6622,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.11243851018974;s:5:\"bytes\";i:1164;s:11:\"size_before\";i:22768;s:10:\"size_after\";i:21604;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.58;s:5:\"bytes\";i:409;s:11:\"size_before\";i:7324;s:10:\"size_after\";i:6915;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.89;s:5:\"bytes\";i:755;s:11:\"size_before\";i:15444;s:10:\"size_after\";i:14689;s:4:\"time\";d:0.01;}}}'),(18377,6622,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:475;s:4:\"file\";s:42:\"2019/08/Karl-Samuda-Education-Ministry.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Karl-Samuda-Education-Ministry-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:42:\"Karl-Samuda-Education-Ministry-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;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:{}}}'),(18378,6623,'_edit_lock','1567194141:4'),(18381,6623,'_yst_prominent_words_version','1'),(18382,6625,'_wp_attached_file','2019/08/football-game-grass.jpg'),(18383,6625,'wpmf_size','780819'),(18384,6625,'wpmf_filetype','jpg'),(18385,6625,'wpmf_order','0'),(18386,6625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:31:\"2019/08/football-game-grass.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"football-game-grass-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:\"football-game-grass-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:31:\"football-game-grass-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:32:\"football-game-grass-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"football-game-grass-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(18387,6625,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:569192;s:11:\"size_before\";i:780819;s:10:\"size_after\";i:211627;}'),(18388,6625,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1798628256098;s:5:\"bytes\";i:9750;s:11:\"size_before\";i:306617;s:10:\"size_after\";i:296867;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.16;s:5:\"bytes\";i:330;s:11:\"size_before\";i:6391;s:10:\"size_after\";i:6061;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.39;s:5:\"bytes\";i:637;s:11:\"size_before\";i:14521;s:10:\"size_after\";i:13884;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.63;s:5:\"bytes\";i:2476;s:11:\"size_before\";i:68222;s:10:\"size_after\";i:65746;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:3270;s:11:\"size_before\";i:110456;s:10:\"size_after\";i:107186;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.84;s:5:\"bytes\";i:3037;s:11:\"size_before\";i:107027;s:10:\"size_after\";i:103990;s:4:\"time\";d:0.04;}}}'),(18389,6625,'_wp_attachment_image_alt','Waterhouse-CONCACAF-lEAGUE'),(18391,6605,'_thumbnail_id','6625'),(18392,6605,'_edit_last','11'),(18393,6605,'xyz_smap','1'),(18394,6605,'smpush_mute_activated','no'),(18396,6605,'_yoast_wpseo_primary_category','4'),(18397,6605,'_yoast_wpseo_primary_sub-category','5'),(18398,6605,'sponsored_url',''),(18399,6605,'_yoast_wpseo_metadesc','Waterhouse advanced to the next phase of the Scotiabank CONCACAF League on Thursday after defeating defending champions CS Herediano 7-6 on penalties.'),(18400,6605,'_yoast_wpseo_content_score','30'),(18401,6605,'_yoast_wpseo_focuskeywords','[]'),(18402,6605,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18403,6627,'_edit_lock','1567197589:11'),(18404,6627,'_yst_prominent_words_version','1'),(18405,6618,'_thumbnail_id','6622'),(18406,6618,'_edit_last','9'),(18407,6618,'smpush_mute_activated','no'),(18408,6618,'_yoast_wpseo_primary_category','4'),(18409,6618,'_yoast_wpseo_primary_sub-category','16'),(18410,6618,'sponsored_url',''),(18411,6618,'_yoast_wpseo_content_score','90'),(18412,6618,'_yoast_wpseo_focuskeywords','[]'),(18413,6618,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18414,6629,'_edit_lock','1567251924:14'),(18415,6629,'_yst_prominent_words_version','1'),(18416,6630,'_wp_attached_file','2019/08/manicure-nails.jpeg'),(18417,6630,'wpmf_size','358001'),(18418,6630,'wpmf_filetype','jpeg'),(18419,6630,'wpmf_order','0'),(18420,6630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:27:\"2019/08/manicure-nails.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"manicure-nails-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:\"manicure-nails-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:27:\"manicure-nails-768x512.jpeg\";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:28:\"manicure-nails-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"manicure-nails-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(18421,6630,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:244295;s:11:\"size_before\";i:358001;s:10:\"size_after\";i:113706;}'),(18422,6630,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.5755356982756044;s:5:\"bytes\";i:4309;s:11:\"size_before\";i:167305;s:10:\"size_after\";i:162996;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.09;s:5:\"bytes\";i:262;s:11:\"size_before\";i:5146;s:10:\"size_after\";i:4884;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.44;s:5:\"bytes\";i:325;s:11:\"size_before\";i:9452;s:10:\"size_after\";i:9127;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.15;s:5:\"bytes\";i:789;s:11:\"size_before\";i:36652;s:10:\"size_after\";i:35863;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.45;s:5:\"bytes\";i:1431;s:11:\"size_before\";i:58496;s:10:\"size_after\";i:57065;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.61;s:5:\"bytes\";i:1502;s:11:\"size_before\";i:57559;s:10:\"size_after\";i:56057;s:4:\"time\";d:0.04;}}}'),(18424,6609,'_edit_last','13'),(18425,6609,'smpush_mute_activated','no'),(18426,6609,'_yoast_wpseo_primary_offer-category',''),(18427,6609,'_yoast_wpseo_primary_location','33'),(18428,6609,'offer_expiration','9/30/2019'),(18429,6609,'offer_fullprice','1800'),(18430,6609,'offer_discount','51%'),(18431,6609,'offer_price','882'),(18432,6609,'offer_description','51% Off a Wide Range of Deluxe Nail Services by Mishka’s Nails! 84 Lady Musgrave Rd, Kingston'),(18433,6609,'offer_code','BUZZNAILS'),(18434,6609,'offer_shortcode',''),(18435,6609,'offer_company','Mishka\'s Nails'),(18436,6609,'offer_companyurl',''),(18437,6609,'post_gallery_id','a:1:{i:0;s:4:\"6630\";}'),(18438,6609,'_yoast_wpseo_content_score','30'),(18439,6609,'_yoast_wpseo_focuskeywords','[]'),(18440,6609,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18441,6631,'_edit_lock','1567617006:11'),(18442,6631,'_yst_prominent_words_version','1'),(18443,6618,'xyz_smap','1'),(18445,6632,'_wp_attached_file','2019/08/wedding-couple.jpg'),(18446,6632,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.470435557239211;s:5:\"bytes\";i:18484;s:11:\"size_before\";i:337889;s:10:\"size_after\";i:319405;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.87;s:5:\"bytes\";i:501;s:11:\"size_before\";i:7293;s:10:\"size_after\";i:6792;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.07;s:5:\"bytes\";i:922;s:11:\"size_before\";i:15193;s:10:\"size_after\";i:14271;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19;s:5:\"bytes\";i:3685;s:11:\"size_before\";i:71059;s:10:\"size_after\";i:67374;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.48;s:5:\"bytes\";i:6681;s:11:\"size_before\";i:121834;s:10:\"size_after\";i:115153;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:6695;s:11:\"size_before\";i:122510;s:10:\"size_after\";i:115815;s:4:\"time\";d:0.05;}}}'),(18447,6632,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1349;s:6:\"height\";i:900;s:4:\"file\";s:26:\"2019/08/wedding-couple.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"wedding-couple-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:\"wedding-couple-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:26:\"wedding-couple-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:27:\"wedding-couple-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"wedding-couple-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(18448,6633,'_wp_attached_file','2019/08/wedding-reception.jpg'),(18449,6633,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.409840948554524;s:5:\"bytes\";i:10074;s:11:\"size_before\";i:295439;s:10:\"size_after\";i:285365;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4;s:5:\"bytes\";i:488;s:11:\"size_before\";i:7624;s:10:\"size_after\";i:7136;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.67;s:5:\"bytes\";i:936;s:11:\"size_before\";i:16517;s:10:\"size_after\";i:15581;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.67;s:5:\"bytes\";i:2444;s:11:\"size_before\";i:66565;s:10:\"size_after\";i:64121;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.99;s:5:\"bytes\";i:3045;s:11:\"size_before\";i:101729;s:10:\"size_after\";i:98684;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.07;s:5:\"bytes\";i:3161;s:11:\"size_before\";i:103004;s:10:\"size_after\";i:99843;s:4:\"time\";d:0.05;}}}'),(18450,6633,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2019/08/wedding-reception.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wedding-reception-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:\"wedding-reception-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:29:\"wedding-reception-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:30:\"wedding-reception-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"wedding-reception-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(18451,6634,'_wp_attached_file','2019/08/wedding-wine-liquor-alcohol.jpg'),(18452,6634,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.048910908801008;s:5:\"bytes\";i:7840;s:11:\"size_before\";i:257141;s:10:\"size_after\";i:249301;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.16;s:5:\"bytes\";i:428;s:11:\"size_before\";i:6943;s:10:\"size_after\";i:6515;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:723;s:11:\"size_before\";i:15366;s:10:\"size_after\";i:14643;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.92;s:5:\"bytes\";i:1746;s:11:\"size_before\";i:59695;s:10:\"size_after\";i:57949;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.76;s:5:\"bytes\";i:2543;s:11:\"size_before\";i:92021;s:10:\"size_after\";i:89478;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.89;s:5:\"bytes\";i:2400;s:11:\"size_before\";i:83116;s:10:\"size_after\";i:80716;s:4:\"time\";d:0.05;}}}'),(18453,6634,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1182;s:6:\"height\";i:900;s:4:\"file\";s:39:\"2019/08/wedding-wine-liquor-alcohol.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"wedding-wine-liquor-alcohol-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:\"wedding-wine-liquor-alcohol-300x228.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"wedding-wine-liquor-alcohol-768x585.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"wedding-wine-liquor-alcohol-1024x780.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"wedding-wine-liquor-alcohol-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(18454,6631,'_thumbnail_id','6632'),(18455,6631,'_edit_last','11'),(18456,6631,'smpush_mute_activated','no'),(18457,6631,'_yoast_wpseo_primary_category','3'),(18458,6631,'_yoast_wpseo_primary_sub-category','2049'),(18459,6631,'sponsored_url',''),(18460,6631,'_yoast_wpseo_content_score','90'),(18461,6631,'_yoast_wpseo_focuskeywords','[]'),(18462,6631,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18464,6631,'xyz_smap','1'),(18466,6636,'_edit_lock','1567190719:9'),(18467,6636,'_yst_prominent_words_version','1'),(18468,6637,'_wp_attached_file','2019/08/kim-kardashian-west.jpg'),(18469,6637,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.231464628079117;s:5:\"bytes\";i:6898;s:11:\"size_before\";i:131856;s:10:\"size_after\";i:124958;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.65;s:5:\"bytes\";i:487;s:11:\"size_before\";i:8623;s:10:\"size_after\";i:8136;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.72;s:5:\"bytes\";i:1173;s:11:\"size_before\";i:20495;s:10:\"size_after\";i:19322;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1;s:5:\"bytes\";i:5238;s:11:\"size_before\";i:102738;s:10:\"size_after\";i:97500;s:4:\"time\";d:0.03;}}}'),(18470,6637,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:31:\"2019/08/kim-kardashian-west.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"kim-kardashian-west-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:\"kim-kardashian-west-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"kim-kardashian-west-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(18471,6636,'_oembed_5d143d6bf7074d70a357924a7c4ed988','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1cCe6DgKHa/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1cCe6DgKHa/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1cCe6DgKHa/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">‪Bahamas ?? Pics Coming Up!  I thought taking a pic with three kids was hard OMG this is almost impossible! ‬</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/kimkardashian/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Kim Kardashian West</a> (@kimkardashian) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-21T19:40:34+00:00\">Aug 21, 2019 at 12:40pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(18472,6636,'_oembed_time_5d143d6bf7074d70a357924a7c4ed988','1567189505'),(18473,6623,'_edit_last','4'),(18474,6623,'smpush_mute_activated','no'),(18475,6623,'_yoast_wpseo_primary_category','4'),(18476,6623,'_yoast_wpseo_primary_sub-category','5'),(18477,6623,'sponsored_url',''),(18478,6623,'_yoast_wpseo_content_score','60'),(18479,6623,'_yoast_wpseo_focuskeywords','[]'),(18480,6623,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18481,6636,'_thumbnail_id','6637'),(18482,6636,'_edit_last','9'),(18483,6636,'smpush_mute_activated','no'),(18484,6636,'_yoast_wpseo_primary_category','3'),(18485,6636,'_yoast_wpseo_primary_sub-category','9'),(18486,6636,'sponsored_url',''),(18487,6636,'_yoast_wpseo_content_score','90'),(18488,6636,'_yoast_wpseo_focuskeywords','[]'),(18489,6636,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18490,6636,'xyz_smap','1'),(18492,6643,'_wp_attached_file','2019/08/Haile-Selassie-football-coach-Akeno-Morgan.jpg'),(18493,6643,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:208887;s:11:\"size_before\";i:540285;s:10:\"size_after\";i:331398;}'),(18494,6643,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.39063409493349;s:5:\"bytes\";i:26394;s:11:\"size_before\";i:489627;s:10:\"size_after\";i:463233;s:4:\"time\";d:0.22999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.56;s:5:\"bytes\";i:679;s:11:\"size_before\";i:8983;s:10:\"size_after\";i:8304;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.14;s:5:\"bytes\";i:1537;s:11:\"size_before\";i:21519;s:10:\"size_after\";i:19982;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.62;s:5:\"bytes\";i:6083;s:11:\"size_before\";i:108265;s:10:\"size_after\";i:102182;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12;s:5:\"bytes\";i:9116;s:11:\"size_before\";i:177916;s:10:\"size_after\";i:168800;s:4:\"time\";d:0.11;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19;s:5:\"bytes\";i:8979;s:11:\"size_before\";i:172944;s:10:\"size_after\";i:163965;s:4:\"time\";d:0.05;}}}'),(18495,6643,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:54:\"2019/08/Haile-Selassie-football-coach-Akeno-Morgan.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Haile-Selassie-football-coach-Akeno-Morgan-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:54:\"Haile-Selassie-football-coach-Akeno-Morgan-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:54:\"Haile-Selassie-football-coach-Akeno-Morgan-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:55:\"Haile-Selassie-football-coach-Akeno-Morgan-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"Haile-Selassie-football-coach-Akeno-Morgan-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567169631\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18496,6645,'_wp_attached_file','2019/08/Lounge-Area-VMBS-Fairview-Montego-Bay.jpg'),(18497,6645,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:540625;s:11:\"size_before\";i:737460;s:10:\"size_after\";i:196835;}'),(18498,6645,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.8574697024321254;s:5:\"bytes\";i:8243;s:11:\"size_before\";i:288472;s:10:\"size_after\";i:280229;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.78;s:5:\"bytes\";i:406;s:11:\"size_before\";i:7020;s:10:\"size_after\";i:6614;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2;s:5:\"bytes\";i:658;s:11:\"size_before\";i:15668;s:10:\"size_after\";i:15010;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.55;s:5:\"bytes\";i:1661;s:11:\"size_before\";i:65135;s:10:\"size_after\";i:63474;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.69;s:5:\"bytes\";i:2793;s:11:\"size_before\";i:103734;s:10:\"size_after\";i:100941;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.81;s:5:\"bytes\";i:2725;s:11:\"size_before\";i:96915;s:10:\"size_after\";i:94190;s:4:\"time\";d:0.08;}}}'),(18499,6645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1125;s:4:\"file\";s:49:\"2019/08/Lounge-Area-VMBS-Fairview-Montego-Bay.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Lounge-Area-VMBS-Fairview-Montego-Bay-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:\"Lounge-Area-VMBS-Fairview-Montego-Bay-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:49:\"Lounge-Area-VMBS-Fairview-Montego-Bay-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Lounge-Area-VMBS-Fairview-Montego-Bay-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"Lounge-Area-VMBS-Fairview-Montego-Bay-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(18500,6646,'_wp_attached_file','2019/08/Redesigned-Space-VMBS-Fairview-Montego-Bay.jpg'),(18501,6646,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:539680;s:11:\"size_before\";i:727387;s:10:\"size_after\";i:187707;}'),(18502,6646,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1113779912819144;s:5:\"bytes\";i:8394;s:11:\"size_before\";i:269784;s:10:\"size_after\";i:261390;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87;s:5:\"bytes\";i:293;s:11:\"size_before\";i:6018;s:10:\"size_after\";i:5725;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.83;s:5:\"bytes\";i:542;s:11:\"size_before\";i:14158;s:10:\"size_after\";i:13616;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.85;s:5:\"bytes\";i:1719;s:11:\"size_before\";i:60358;s:10:\"size_after\";i:58639;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:3189;s:11:\"size_before\";i:97503;s:10:\"size_after\";i:94314;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.89;s:5:\"bytes\";i:2651;s:11:\"size_before\";i:91747;s:10:\"size_after\";i:89096;s:4:\"time\";d:0.03;}}}'),(18503,6646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1125;s:4:\"file\";s:54:\"2019/08/Redesigned-Space-VMBS-Fairview-Montego-Bay.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Redesigned-Space-VMBS-Fairview-Montego-Bay-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:54:\"Redesigned-Space-VMBS-Fairview-Montego-Bay-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:54:\"Redesigned-Space-VMBS-Fairview-Montego-Bay-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"Redesigned-Space-VMBS-Fairview-Montego-Bay-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"Redesigned-Space-VMBS-Fairview-Montego-Bay-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(18504,6647,'_wp_attached_file','2019/08/Tech-Advances-VMBS-Fairview-Montego-Bay.jpg'),(18505,6647,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:587974;s:11:\"size_before\";i:808463;s:10:\"size_after\";i:220489;}'),(18506,6647,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.699111576446673;s:5:\"bytes\";i:12083;s:11:\"size_before\";i:326646;s:10:\"size_after\";i:314563;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.95;s:5:\"bytes\";i:443;s:11:\"size_before\";i:7445;s:10:\"size_after\";i:7002;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12;s:5:\"bytes\";i:915;s:11:\"size_before\";i:17870;s:10:\"size_after\";i:16955;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:2776;s:11:\"size_before\";i:74457;s:10:\"size_after\";i:71681;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62;s:5:\"bytes\";i:4274;s:11:\"size_before\";i:118205;s:10:\"size_after\";i:113931;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.38;s:5:\"bytes\";i:3675;s:11:\"size_before\";i:108669;s:10:\"size_after\";i:104994;s:4:\"time\";d:0.04;}}}'),(18507,6647,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1125;s:4:\"file\";s:51:\"2019/08/Tech-Advances-VMBS-Fairview-Montego-Bay.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Tech-Advances-VMBS-Fairview-Montego-Bay-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:\"Tech-Advances-VMBS-Fairview-Montego-Bay-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:51:\"Tech-Advances-VMBS-Fairview-Montego-Bay-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"Tech-Advances-VMBS-Fairview-Montego-Bay-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"Tech-Advances-VMBS-Fairview-Montego-Bay-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(18508,6648,'_wp_attached_file','2019/08/Tech-Advances-VMBS-Fairview-Montego-Bay-1.jpg'),(18509,6648,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:587974;s:11:\"size_before\";i:808463;s:10:\"size_after\";i:220489;}'),(18510,6648,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.699111576446673;s:5:\"bytes\";i:12083;s:11:\"size_before\";i:326646;s:10:\"size_after\";i:314563;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.95;s:5:\"bytes\";i:443;s:11:\"size_before\";i:7445;s:10:\"size_after\";i:7002;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12;s:5:\"bytes\";i:915;s:11:\"size_before\";i:17870;s:10:\"size_after\";i:16955;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:2776;s:11:\"size_before\";i:74457;s:10:\"size_after\";i:71681;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62;s:5:\"bytes\";i:4274;s:11:\"size_before\";i:118205;s:10:\"size_after\";i:113931;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.38;s:5:\"bytes\";i:3675;s:11:\"size_before\";i:108669;s:10:\"size_after\";i:104994;s:4:\"time\";d:0.05;}}}'),(18511,6648,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1125;s:4:\"file\";s:53:\"2019/08/Tech-Advances-VMBS-Fairview-Montego-Bay-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Tech-Advances-VMBS-Fairview-Montego-Bay-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:53:\"Tech-Advances-VMBS-Fairview-Montego-Bay-1-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:53:\"Tech-Advances-VMBS-Fairview-Montego-Bay-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"Tech-Advances-VMBS-Fairview-Montego-Bay-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:54:\"Tech-Advances-VMBS-Fairview-Montego-Bay-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(18512,6649,'_wp_attached_file','2019/08/Redesigned-Space-VMBS-Fairview-Montego-Bay-1.jpg'),(18513,6649,'wpmf_size','727387'),(18514,6649,'wpmf_filetype','jpg'),(18515,6649,'wpmf_order','0'),(18516,6649,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1125;s:4:\"file\";s:56:\"2019/08/Redesigned-Space-VMBS-Fairview-Montego-Bay-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Redesigned-Space-VMBS-Fairview-Montego-Bay-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:56:\"Redesigned-Space-VMBS-Fairview-Montego-Bay-1-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:56:\"Redesigned-Space-VMBS-Fairview-Montego-Bay-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"Redesigned-Space-VMBS-Fairview-Montego-Bay-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:57:\"Redesigned-Space-VMBS-Fairview-Montego-Bay-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(18517,6649,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:539680;s:11:\"size_before\";i:727387;s:10:\"size_after\";i:187707;}'),(18518,6649,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1113779912819144;s:5:\"bytes\";i:8394;s:11:\"size_before\";i:269784;s:10:\"size_after\";i:261390;s:4:\"time\";d:0.16999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87;s:5:\"bytes\";i:293;s:11:\"size_before\";i:6018;s:10:\"size_after\";i:5725;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.83;s:5:\"bytes\";i:542;s:11:\"size_before\";i:14158;s:10:\"size_after\";i:13616;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.85;s:5:\"bytes\";i:1719;s:11:\"size_before\";i:60358;s:10:\"size_after\";i:58639;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:3189;s:11:\"size_before\";i:97503;s:10:\"size_after\";i:94314;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.89;s:5:\"bytes\";i:2651;s:11:\"size_before\";i:91747;s:10:\"size_after\";i:89096;s:4:\"time\";d:0.05;}}}'),(18519,6650,'_wp_attached_file','2019/08/Tablets-VMBS-Fairview-Montego-Bay.jpg'),(18520,6650,'wpmf_size','1004049'),(18521,6650,'wpmf_filetype','jpg'),(18522,6650,'wpmf_order','0'),(18523,6650,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1125;s:4:\"file\";s:45:\"2019/08/Tablets-VMBS-Fairview-Montego-Bay.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Tablets-VMBS-Fairview-Montego-Bay-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:45:\"Tablets-VMBS-Fairview-Montego-Bay-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:45:\"Tablets-VMBS-Fairview-Montego-Bay-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Tablets-VMBS-Fairview-Montego-Bay-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Tablets-VMBS-Fairview-Montego-Bay-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(18524,6650,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:833791;s:11:\"size_before\";i:1004049;s:10:\"size_after\";i:170258;}'),(18525,6650,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.319164001269624;s:5:\"bytes\";i:10614;s:11:\"size_before\";i:245742;s:10:\"size_after\";i:235128;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95;s:5:\"bytes\";i:275;s:11:\"size_before\";i:5558;s:10:\"size_after\";i:5283;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.13;s:5:\"bytes\";i:542;s:11:\"size_before\";i:13139;s:10:\"size_after\";i:12597;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12;s:5:\"bytes\";i:2345;s:11:\"size_before\";i:56931;s:10:\"size_after\";i:54586;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.38;s:5:\"bytes\";i:3977;s:11:\"size_before\";i:90758;s:10:\"size_after\";i:86781;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.38;s:5:\"bytes\";i:3475;s:11:\"size_before\";i:79356;s:10:\"size_after\";i:75881;s:4:\"time\";d:0.06;}}}'),(18526,6651,'_wp_attached_file','2019/08/Haile-Selassie-coach-Akeno-Morgan.jpg'),(18527,6651,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:349972;s:11:\"size_before\";i:506118;s:10:\"size_after\";i:156146;}'),(18528,6651,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.342463011716164;s:5:\"bytes\";i:6086;s:11:\"size_before\";i:259812;s:10:\"size_after\";i:253726;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.74;s:5:\"bytes\";i:314;s:11:\"size_before\";i:6626;s:10:\"size_after\";i:6312;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.33;s:5:\"bytes\";i:663;s:11:\"size_before\";i:15325;s:10:\"size_after\";i:14662;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.56;s:5:\"bytes\";i:1521;s:11:\"size_before\";i:59445;s:10:\"size_after\";i:57924;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.97;s:5:\"bytes\";i:1770;s:11:\"size_before\";i:89908;s:10:\"size_after\";i:88138;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.05;s:5:\"bytes\";i:1818;s:11:\"size_before\";i:88508;s:10:\"size_after\";i:86690;s:4:\"time\";d:0.05;}}}'),(18529,6651,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:45:\"2019/08/Haile-Selassie-coach-Akeno-Morgan.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Haile-Selassie-coach-Akeno-Morgan-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:45:\"Haile-Selassie-coach-Akeno-Morgan-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:45:\"Haile-Selassie-coach-Akeno-Morgan-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:46:\"Haile-Selassie-coach-Akeno-Morgan-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Haile-Selassie-coach-Akeno-Morgan-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567169635\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"300\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18531,6623,'_thumbnail_id','6651'),(18532,6623,'xyz_smap','1'),(18535,6627,'_thumbnail_id','6649'),(18536,6627,'_edit_last','11'),(18537,6627,'xyz_smap','1'),(18538,6627,'smpush_mute_activated','no'),(18540,6627,'_yoast_wpseo_primary_category','4'),(18541,6627,'_yoast_wpseo_primary_sub-category','6'),(18542,6627,'sponsored_url',''),(18543,6627,'_yoast_wpseo_content_score','30'),(18544,6627,'_yoast_wpseo_focuskeywords','[]'),(18545,6627,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18554,6656,'_edit_lock','1567204075:11'),(18555,6656,'_yst_prominent_words_version','1'),(18556,6657,'_edit_lock','1567213390:4'),(18557,6657,'_yst_prominent_words_version','1'),(18558,6657,'_edit_last','4'),(18559,6657,'smpush_mute_activated','no'),(18560,6657,'_yoast_wpseo_primary_category','4'),(18561,6657,'_yoast_wpseo_primary_sub-category','5'),(18562,6657,'sponsored_url',''),(18563,6657,'_yoast_wpseo_content_score','30'),(18564,6657,'_yoast_wpseo_focuskeywords','[]'),(18565,6657,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18566,6659,'_edit_lock','1567205396:9'),(18567,6659,'_yst_prominent_words_version','1'),(18568,6660,'_wp_attached_file','2019/08/Boss-Man-Health-Ministry-Prostate-Cancer-A-20190830.jpg'),(18569,6660,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:745117;s:11:\"size_before\";i:964319;s:10:\"size_after\";i:219202;}'),(18570,6660,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.6632279414839286;s:5:\"bytes\";i:12265;s:11:\"size_before\";i:334814;s:10:\"size_after\";i:322549;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.66;s:5:\"bytes\";i:443;s:11:\"size_before\";i:7823;s:10:\"size_after\";i:7380;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.15;s:5:\"bytes\";i:873;s:11:\"size_before\";i:16957;s:10:\"size_after\";i:16084;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.92;s:5:\"bytes\";i:2910;s:11:\"size_before\";i:74283;s:10:\"size_after\";i:71373;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.39;s:5:\"bytes\";i:3990;s:11:\"size_before\";i:117749;s:10:\"size_after\";i:113759;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.43;s:5:\"bytes\";i:4049;s:11:\"size_before\";i:118002;s:10:\"size_after\";i:113953;s:4:\"time\";d:0.04;}}}'),(18571,6660,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:63:\"2019/08/Boss-Man-Health-Ministry-Prostate-Cancer-A-20190830.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"Boss-Man-Health-Ministry-Prostate-Cancer-A-20190830-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:63:\"Boss-Man-Health-Ministry-Prostate-Cancer-A-20190830-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:63:\"Boss-Man-Health-Ministry-Prostate-Cancer-A-20190830-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:64:\"Boss-Man-Health-Ministry-Prostate-Cancer-A-20190830-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:64:\"Boss-Man-Health-Ministry-Prostate-Cancer-A-20190830-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D610\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567077153\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18572,6661,'_wp_attached_file','2019/08/Boss-Man-Health-Ministry-Prostate-Cancer-BBB-20190830.jpg'),(18573,6661,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:644057;s:11:\"size_before\";i:833382;s:10:\"size_after\";i:189325;}'),(18574,6661,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8218348891481915;s:5:\"bytes\";i:10481;s:11:\"size_before\";i:274240;s:10:\"size_after\";i:263759;s:4:\"time\";d:0.21;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.41;s:5:\"bytes\";i:380;s:11:\"size_before\";i:7024;s:10:\"size_after\";i:6644;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.28;s:5:\"bytes\";i:613;s:11:\"size_before\";i:14318;s:10:\"size_after\";i:13705;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54;s:5:\"bytes\";i:2133;s:11:\"size_before\";i:60213;s:10:\"size_after\";i:58080;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.78;s:5:\"bytes\";i:3659;s:11:\"size_before\";i:96769;s:10:\"size_after\";i:93110;s:4:\"time\";d:0.11;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.85;s:5:\"bytes\";i:3696;s:11:\"size_before\";i:95916;s:10:\"size_after\";i:92220;s:4:\"time\";d:0.03;}}}'),(18575,6661,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:65:\"2019/08/Boss-Man-Health-Ministry-Prostate-Cancer-BBB-20190830.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"Boss-Man-Health-Ministry-Prostate-Cancer-BBB-20190830-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:65:\"Boss-Man-Health-Ministry-Prostate-Cancer-BBB-20190830-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:65:\"Boss-Man-Health-Ministry-Prostate-Cancer-BBB-20190830-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:66:\"Boss-Man-Health-Ministry-Prostate-Cancer-BBB-20190830-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:66:\"Boss-Man-Health-Ministry-Prostate-Cancer-BBB-20190830-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D610\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567075899\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:4:\"3600\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18576,6659,'_thumbnail_id','6660'),(18577,6659,'_edit_last','9'),(18578,6659,'smpush_mute_activated','no'),(18579,6659,'_yoast_wpseo_primary_category','4'),(18580,6659,'_yoast_wpseo_primary_sub-category','11'),(18581,6659,'sponsored_url',''),(18582,6659,'_yoast_wpseo_content_score','30'),(18583,6659,'_yoast_wpseo_focuskeywords','[]'),(18584,6659,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18586,6659,'xyz_smap','1'),(18588,6663,'_wp_attached_file','2019/08/Kanye-Gospel-Album-List.png'),(18589,6663,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:876329;s:10:\"size_after\";i:876329;s:4:\"time\";d:0.5;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45067;s:10:\"size_after\";i:45067;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:162212;s:10:\"size_after\";i:162212;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:669050;s:10:\"size_after\";i:669050;s:4:\"time\";d:0.39;}}}'),(18590,6663,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:653;s:6:\"height\";i:680;s:4:\"file\";s:35:\"2019/08/Kanye-Gospel-Album-List.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Kanye-Gospel-Album-List-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:35:\"Kanye-Gospel-Album-List-288x300.png\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Kanye-Gospel-Album-List-653x655.png\";s:5:\"width\";i:653;s:6:\"height\";i:655;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:{}}}'),(18591,6656,'_oembed_df00cf96f7e0994176ef5b2db9300722','<iframe title=\"Kanye West - Jesus Walks (Sunday Service Snippet)\" width=\"1333\" height=\"1000\" src=\"https://www.youtube.com/embed/bWmTHtDtB1o?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(18592,6656,'_oembed_time_df00cf96f7e0994176ef5b2db9300722','1567201129'),(18593,6656,'_oembed_de3c33243f3f4699368f210c8c99fbcb','<iframe title=\"Kanye west church service in Calabasas lit previews a yandhi snippet [full video]\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/XTjvaR_6kIM?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(18594,6656,'_oembed_time_de3c33243f3f4699368f210c8c99fbcb','1567201129'),(18595,6666,'_edit_lock','1567201484:9'),(18596,6666,'_yst_prominent_words_version','1'),(18597,6667,'_wp_attached_file','2019/08/Lana-Del-Rey-20190830.jpg'),(18598,6667,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8901748148905972;s:5:\"bytes\";i:3042;s:11:\"size_before\";i:78197;s:10:\"size_after\";i:75155;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.81;s:5:\"bytes\";i:401;s:11:\"size_before\";i:6906;s:10:\"size_after\";i:6505;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:687;s:11:\"size_before\";i:14459;s:10:\"size_after\";i:13772;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.44;s:5:\"bytes\";i:1954;s:11:\"size_before\";i:56832;s:10:\"size_after\";i:54878;s:4:\"time\";d:0.03;}}}'),(18599,6667,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:33:\"2019/08/Lana-Del-Rey-20190830.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Lana-Del-Rey-20190830-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:\"Lana-Del-Rey-20190830-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Lana-Del-Rey-20190830-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:12:\"Getty Images\";s:6:\"camera\";s:8:\"NIKON D5\";s:7:\"caption\";s:192:\"NEW ORLEANS, LOUISIANA - MARCH 22: Lana Del Rey performs during BUKU Music + Art Project at Mardi Gras World on March 22, 2019 in New Orleans, Louisiana. (Photo by Erika Goldring/Getty Images)\";s:17:\"created_timestamp\";s:10:\"1553212800\";s:9:\"copyright\";s:19:\"2019 Erika Goldring\";s:12:\"focal_length\";s:3:\"390\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:37:\"2019 Buku Music + Art Project - Day 1\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18600,6666,'_thumbnail_id','6667'),(18601,6666,'_edit_last','9'),(18602,6666,'smpush_mute_activated','no'),(18603,6666,'_yoast_wpseo_primary_category','3'),(18604,6666,'_yoast_wpseo_primary_sub-category','14'),(18605,6666,'sponsored_url',''),(18606,6666,'_yoast_wpseo_content_score','90'),(18607,6666,'_yoast_wpseo_focuskeywords','[]'),(18608,6666,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18609,6669,'_wp_attached_file','2019/08/Kim-Kanye-Gospel-Album.png'),(18610,6669,'wpmf_size','388249'),(18611,6669,'wpmf_filetype','png'),(18612,6669,'wpmf_order','0'),(18613,6669,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:541;s:6:\"height\";i:402;s:4:\"file\";s:34:\"2019/08/Kim-Kanye-Gospel-Album.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Kim-Kanye-Gospel-Album-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:34:\"Kim-Kanye-Gospel-Album-300x223.png\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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\";}}'),(18614,6669,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:152032;s:10:\"size_after\";i:152032;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43145;s:10:\"size_after\";i:43145;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:108887;s:10:\"size_after\";i:108887;s:4:\"time\";d:0.08;}}}'),(18615,6670,'_edit_lock','1567210327:4'),(18616,6670,'_yst_prominent_words_version','1'),(18618,6656,'_thumbnail_id','6669'),(18619,6656,'_edit_last','11'),(18620,6656,'xyz_smap','1'),(18621,6656,'smpush_mute_activated','no'),(18623,6656,'_yoast_wpseo_primary_category','2'),(18624,6656,'_yoast_wpseo_primary_sub-category','14'),(18625,6656,'sponsored_url',''),(18626,6656,'_yoast_wpseo_focuskw','gospel songs'),(18627,6656,'_yoast_wpseo_metadesc','Kim Kardashian West hinted that her husband, Kanye West might be releasing a gospel album titled \'Jesus Is King\' on September 29.'),(18628,6656,'_yoast_wpseo_linkdex','50'),(18629,6656,'_yoast_wpseo_content_score','30'),(18630,6656,'_yoast_wpseo_focuskeywords','[{\"keyword\":\"kanye west\",\"score\":\"good\"},{\"keyword\":\"gospel\",\"score\":\"good\"},{\"keyword\":\"west\",\"score\":\"good\"}]'),(18631,6656,'_yoast_wpseo_keywordsynonyms','[\"\",\"\",\"\",\"\"]'),(18632,6666,'xyz_smap','1'),(18634,6672,'_edit_lock','1567262290:9'),(18635,6672,'_yst_prominent_words_version','1'),(18636,6673,'_wp_attached_file','2019/08/AndrewJohnson.jpg'),(18637,6673,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.577273672623607;s:5:\"bytes\";i:18047;s:11:\"size_before\";i:394274;s:10:\"size_after\";i:376227;s:4:\"time\";d:0.16999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.09;s:5:\"bytes\";i:484;s:11:\"size_before\";i:7945;s:10:\"size_after\";i:7461;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.61;s:5:\"bytes\";i:1041;s:11:\"size_before\";i:18549;s:10:\"size_after\";i:17508;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:3592;s:11:\"size_before\";i:85235;s:10:\"size_after\";i:81643;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.48;s:5:\"bytes\";i:6704;s:11:\"size_before\";i:149760;s:10:\"size_after\";i:143056;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.69;s:5:\"bytes\";i:6226;s:11:\"size_before\";i:132785;s:10:\"size_after\";i:126559;s:4:\"time\";d:0.06;}}}'),(18638,6673,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:25:\"2019/08/AndrewJohnson.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"AndrewJohnson-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:\"AndrewJohnson-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"AndrewJohnson-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"AndrewJohnson-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"AndrewJohnson-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(18639,6670,'_thumbnail_id','6673'),(18640,6670,'_edit_last','9'),(18641,6670,'smpush_mute_activated','no'),(18642,6670,'_yoast_wpseo_primary_category','3'),(18643,6670,'_yoast_wpseo_primary_sub-category','5'),(18644,6670,'sponsored_url',''),(18645,6670,'_yoast_wpseo_content_score','90'),(18646,6670,'_yoast_wpseo_focuskeywords','[]'),(18647,6670,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18650,6677,'_edit_lock','1567205773:9'),(18651,6677,'_yst_prominent_words_version','1'),(18652,6678,'_wp_attached_file','2019/08/Ainsley-Reid-HIV-AIDS-support.jpg'),(18653,6678,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:736996;s:11:\"size_before\";i:890335;s:10:\"size_after\";i:153339;}'),(18654,6678,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.6054532106332484;s:5:\"bytes\";i:8447;s:11:\"size_before\";i:234284;s:10:\"size_after\";i:225837;s:4:\"time\";d:0.23;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.57;s:5:\"bytes\";i:375;s:11:\"size_before\";i:6735;s:10:\"size_after\";i:6360;s:4:\"time\";d:0.11;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.97;s:5:\"bytes\";i:506;s:11:\"size_before\";i:12749;s:10:\"size_after\";i:12243;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.08;s:5:\"bytes\";i:1597;s:11:\"size_before\";i:51775;s:10:\"size_after\";i:50178;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.55;s:5:\"bytes\";i:2945;s:11:\"size_before\";i:82851;s:10:\"size_after\";i:79906;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:3024;s:11:\"size_before\";i:80174;s:10:\"size_after\";i:77150;s:4:\"time\";d:0.04;}}}'),(18655,6678,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:41:\"2019/08/Ainsley-Reid-HIV-AIDS-support.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Ainsley-Reid-HIV-AIDS-support-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:\"Ainsley-Reid-HIV-AIDS-support-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:41:\"Ainsley-Reid-HIV-AIDS-support-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:42:\"Ainsley-Reid-HIV-AIDS-support-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Ainsley-Reid-HIV-AIDS-support-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(18656,6677,'_thumbnail_id','6678'),(18657,6677,'_edit_last','9'),(18658,6677,'smpush_mute_activated','no'),(18659,6677,'_yoast_wpseo_primary_category','3'),(18660,6677,'_yoast_wpseo_primary_sub-category','11'),(18661,6677,'sponsored_url',''),(18662,6677,'_yoast_wpseo_content_score','60'),(18663,6677,'_yoast_wpseo_focuskeywords','[]'),(18664,6677,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18665,6680,'_edit_lock','1567210294:4'),(18666,6680,'_yst_prominent_words_version','1'),(18667,6681,'_wp_attached_file','2019/08/Kourtney-Kardashian-A-20190830.jpg'),(18668,6681,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4299231224127738;s:5:\"bytes\";i:2668;s:11:\"size_before\";i:77786;s:10:\"size_after\";i:75118;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:406;s:11:\"size_before\";i:6808;s:10:\"size_after\";i:6402;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.09;s:5:\"bytes\";i:751;s:11:\"size_before\";i:14762;s:10:\"size_after\";i:14011;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.69;s:5:\"bytes\";i:1511;s:11:\"size_before\";i:56216;s:10:\"size_after\";i:54705;s:4:\"time\";d:0.03;}}}'),(18669,6681,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:42:\"2019/08/Kourtney-Kardashian-A-20190830.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Kourtney-Kardashian-A-20190830-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:42:\"Kourtney-Kardashian-A-20190830-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Kourtney-Kardashian-A-20190830-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"Avalon.red\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:821:\"165836, Kourtney Kardashian shows off her slimline waist in a velor crop top and sweat pants as she runs errands with her daughter Penelope in Calabasas. Los Angeles, California - Wednesday May 31, 2017.  Photograph: © PacificCoastNews. Los Angeles Office (PCN): +1 310.822.0419 UK Office (Avalon): +44 (0) 20 7421 6000   ***Disclaimer: Please be aware that publication of certain images of celebrities and public figures with their children without their consent is subject to existing laws in the territories in which the images are being used. Please be aware of any such laws before use or publication. Pacific Coast News, as a content provider, shall not be held responsible for any legal ramifications resulting in the agency or client distribution and use of the content provided to them by Pacific Coast News.***\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:32:\"Avalon.red. All rights reserved.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:144:\"Kourtney Kardashian shows off her slimline waist in a velor crop top and sweat pants as she runs errands with her daughter Penelope in Calabasas\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:29:{i:0;s:11:\"sweat pants\";i:1;s:10:\" tracksuit\";i:2;s:14:\" running shoes\";i:3;s:9:\" daughter\";i:4;s:12:\" full length\";i:5;s:6:\" waist\";i:6;s:8:\" slender\";i:7;s:5:\" slim\";i:8;s:8:\" slender\";i:9;s:10:\" hair down\";i:10;s:11:\" sunglasses\";i:11;s:1:\" \";i:12;s:10:\"31.05.2017\";i:13;s:4:\"DIR1\";i:14;s:6:\"298806\";i:15;s:12:\"B5794_298806\";i:16;s:5:\"B5794\";i:17;s:24:\"165836PCN_KourtneyDIR003\";i:18;s:17:\"B5794_298806_0035\";i:19;s:3:\"pap\";i:20;s:9:\"paparazzi\";i:21;s:9:\"paparazzo\";i:22;s:8:\"sighting\";i:23;s:9:\"celebrity\";i:24;s:13:\"out and about\";i:25;s:4:\"seen\";i:26;s:15:\"out &amp; about\";i:27;s:6:\"candid\";i:28;s:36:\"KOURTNEYKARDASHIAN_B5794_298806_0035\";}}}'),(18670,6682,'_wp_attached_file','2019/08/Starbucks-Coffee-Ocho-Rios-BUZZ.jpg'),(18671,6682,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2815927113210726;s:5:\"bytes\";i:778;s:11:\"size_before\";i:23708;s:10:\"size_after\";i:22930;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.09;s:5:\"bytes\";i:252;s:11:\"size_before\";i:6164;s:10:\"size_after\";i:5912;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:3;s:5:\"bytes\";i:526;s:11:\"size_before\";i:17544;s:10:\"size_after\";i:17018;s:4:\"time\";d:0.01;}}}'),(18672,6682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:385;s:6:\"height\";i:357;s:4:\"file\";s:43:\"2019/08/Starbucks-Coffee-Ocho-Rios-BUZZ.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Starbucks-Coffee-Ocho-Rios-BUZZ-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:\"Starbucks-Coffee-Ocho-Rios-BUZZ-300x278.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:278;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:{}}}'),(18673,6680,'_thumbnail_id','6681'),(18674,6680,'_edit_last','9'),(18675,6680,'smpush_mute_activated','no'),(18676,6680,'_yoast_wpseo_primary_category','3'),(18677,6680,'_yoast_wpseo_primary_sub-category','9'),(18678,6680,'sponsored_url',''),(18679,6680,'_yoast_wpseo_content_score','30'),(18680,6680,'_yoast_wpseo_focuskeywords','[]'),(18681,6680,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18682,6684,'_wp_attached_file','2019/08/Starbucks-Ocho-Rios-BUZZ.jpg'),(18683,6684,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.53904948973056;s:5:\"bytes\";i:1063;s:11:\"size_before\";i:23419;s:10:\"size_after\";i:22356;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.42;s:5:\"bytes\";i:369;s:11:\"size_before\";i:6812;s:10:\"size_after\";i:6443;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.18;s:5:\"bytes\";i:694;s:11:\"size_before\";i:16607;s:10:\"size_after\";i:15913;s:4:\"time\";d:0.01;}}}'),(18684,6684,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:682;s:6:\"height\";i:507;s:4:\"file\";s:36:\"2019/08/Starbucks-Ocho-Rios-BUZZ.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Starbucks-Ocho-Rios-BUZZ-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:\"Starbucks-Ocho-Rios-BUZZ-300x223.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:223;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:{}}}'),(18685,6685,'_wp_attached_file','2019/08/Starbucks-Jamaica-Team-Ocho-Rios-BUZZ.jpg'),(18686,6685,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.721248272350331;s:5:\"bytes\";i:1573;s:11:\"size_before\";i:27494;s:10:\"size_after\";i:25921;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.82;s:5:\"bytes\";i:548;s:11:\"size_before\";i:8032;s:10:\"size_after\";i:7484;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.27;s:5:\"bytes\";i:1025;s:11:\"size_before\";i:19462;s:10:\"size_after\";i:18437;s:4:\"time\";d:0.01;}}}'),(18687,6685,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:673;s:6:\"height\";i:508;s:4:\"file\";s:49:\"2019/08/Starbucks-Jamaica-Team-Ocho-Rios-BUZZ.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Starbucks-Jamaica-Team-Ocho-Rios-BUZZ-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:\"Starbucks-Jamaica-Team-Ocho-Rios-BUZZ-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;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:{}}}'),(18688,6686,'_wp_attached_file','2019/08/Starbucks-Coffee-Caramel-Frappuccini-BUZZ.jpg'),(18689,6686,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4018208661417324;s:5:\"bytes\";i:553;s:11:\"size_before\";i:16256;s:10:\"size_after\";i:15703;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53;s:5:\"bytes\";i:222;s:11:\"size_before\";i:4903;s:10:\"size_after\";i:4681;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.92;s:5:\"bytes\";i:331;s:11:\"size_before\";i:11353;s:10:\"size_after\";i:11022;s:4:\"time\";d:0.01;}}}'),(18690,6686,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:380;s:6:\"height\";i:467;s:4:\"file\";s:53:\"2019/08/Starbucks-Coffee-Caramel-Frappuccini-BUZZ.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Starbucks-Coffee-Caramel-Frappuccini-BUZZ-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:\"Starbucks-Coffee-Caramel-Frappuccini-BUZZ-244x300.jpg\";s:5:\"width\";i:244;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:{}}}'),(18691,6687,'_wp_attached_file','2019/08/Starbucks-Caramel-Frappuccino-Ocho-Rios-Seaside.jpg'),(18692,6687,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.338103756708408;s:5:\"bytes\";i:1067;s:11:\"size_before\";i:24596;s:10:\"size_after\";i:23529;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.05;s:5:\"bytes\";i:341;s:11:\"size_before\";i:6758;s:10:\"size_after\";i:6417;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.07;s:5:\"bytes\";i:726;s:11:\"size_before\";i:17838;s:10:\"size_after\";i:17112;s:4:\"time\";d:0.02;}}}'),(18693,6687,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:377;s:6:\"height\";i:423;s:4:\"file\";s:59:\"2019/08/Starbucks-Caramel-Frappuccino-Ocho-Rios-Seaside.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"Starbucks-Caramel-Frappuccino-Ocho-Rios-Seaside-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:\"Starbucks-Caramel-Frappuccino-Ocho-Rios-Seaside-267x300.jpg\";s:5:\"width\";i:267;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:10:\"1567187493\";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:{}}}'),(18694,6688,'_wp_attached_file','2019/08/Starbucks-Coffee-Caramel-Frappuccini-BUZZ-1.jpg'),(18695,6688,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9589074803149606;s:5:\"bytes\";i:481;s:11:\"size_before\";i:16256;s:10:\"size_after\";i:15775;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:203;s:11:\"size_before\";i:5132;s:10:\"size_after\";i:4929;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5;s:5:\"bytes\";i:278;s:11:\"size_before\";i:11124;s:10:\"size_after\";i:10846;s:4:\"time\";d:0.02;}}}'),(18696,6688,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:379;s:6:\"height\";i:304;s:4:\"file\";s:55:\"2019/08/Starbucks-Coffee-Caramel-Frappuccini-BUZZ-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Starbucks-Coffee-Caramel-Frappuccini-BUZZ-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:55:\"Starbucks-Coffee-Caramel-Frappuccini-BUZZ-1-300x241.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:241;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:\"1567187426\";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:{}}}'),(18697,6689,'_wp_attached_file','2019/08/Starbucks-Ocho-Rios-Team-BUZZ.jpg'),(18698,6689,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.331423466715954;s:5:\"bytes\";i:2380;s:11:\"size_before\";i:32463;s:10:\"size_after\";i:30083;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.14;s:5:\"bytes\";i:760;s:11:\"size_before\";i:9337;s:10:\"size_after\";i:8577;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.01;s:5:\"bytes\";i:1620;s:11:\"size_before\";i:23126;s:10:\"size_after\";i:21506;s:4:\"time\";d:0.01;}}}'),(18699,6689,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:681;s:6:\"height\";i:510;s:4:\"file\";s:41:\"2019/08/Starbucks-Ocho-Rios-Team-BUZZ.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Starbucks-Ocho-Rios-Team-BUZZ-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:\"Starbucks-Ocho-Rios-Team-BUZZ-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\";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:{}}}'),(18700,6690,'_wp_attached_file','2019/08/Starbucks-Ocho-Rios-Artwork-BUZZ.jpg'),(18701,6690,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.682437605267187;s:5:\"bytes\";i:481;s:11:\"size_before\";i:13062;s:10:\"size_after\";i:12581;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45;s:5:\"bytes\";i:162;s:11:\"size_before\";i:3642;s:10:\"size_after\";i:3480;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.39;s:5:\"bytes\";i:319;s:11:\"size_before\";i:9420;s:10:\"size_after\";i:9101;s:4:\"time\";d:0.01;}}}'),(18702,6690,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:680;s:6:\"height\";i:506;s:4:\"file\";s:44:\"2019/08/Starbucks-Ocho-Rios-Artwork-BUZZ.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Starbucks-Ocho-Rios-Artwork-BUZZ-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:\"Starbucks-Ocho-Rios-Artwork-BUZZ-300x223.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:223;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:{}}}'),(18703,6691,'_wp_attached_file','2019/08/Starbucks-Ocho-Rios-Team-BUZZ-1.jpg'),(18704,6691,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.331423466715954;s:5:\"bytes\";i:2380;s:11:\"size_before\";i:32463;s:10:\"size_after\";i:30083;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.14;s:5:\"bytes\";i:760;s:11:\"size_before\";i:9337;s:10:\"size_after\";i:8577;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.01;s:5:\"bytes\";i:1620;s:11:\"size_before\";i:23126;s:10:\"size_after\";i:21506;s:4:\"time\";d:0.01;}}}'),(18705,6691,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:681;s:6:\"height\";i:510;s:4:\"file\";s:43:\"2019/08/Starbucks-Ocho-Rios-Team-BUZZ-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Starbucks-Ocho-Rios-Team-BUZZ-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:\"Starbucks-Ocho-Rios-Team-BUZZ-1-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\";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:{}}}'),(18706,6692,'_wp_attached_file','2019/08/Starbucks-Caramel-Frappuccino-Ocho-Rios-Seaside-1.jpg'),(18707,6692,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.338103756708408;s:5:\"bytes\";i:1067;s:11:\"size_before\";i:24596;s:10:\"size_after\";i:23529;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.05;s:5:\"bytes\";i:341;s:11:\"size_before\";i:6758;s:10:\"size_after\";i:6417;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.07;s:5:\"bytes\";i:726;s:11:\"size_before\";i:17838;s:10:\"size_after\";i:17112;s:4:\"time\";d:0.01;}}}'),(18708,6692,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:377;s:6:\"height\";i:423;s:4:\"file\";s:61:\"2019/08/Starbucks-Caramel-Frappuccino-Ocho-Rios-Seaside-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Starbucks-Caramel-Frappuccino-Ocho-Rios-Seaside-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:61:\"Starbucks-Caramel-Frappuccino-Ocho-Rios-Seaside-1-267x300.jpg\";s:5:\"width\";i:267;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:10:\"1567187493\";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:{}}}'),(18709,6672,'_edit_last','9'),(18710,6672,'smpush_mute_activated','no'),(18711,6672,'_yoast_wpseo_primary_category','2'),(18712,6672,'_yoast_wpseo_primary_sub-category','1534'),(18713,6672,'sponsored_url',''),(18714,6672,'_yoast_wpseo_content_score','30'),(18715,6672,'_yoast_wpseo_focuskeywords','[{\"keyword\":\"starbucks coffee in island village\",\"score\":\"ok\"},{\"keyword\":\"starbucks coffee in ocho rios\",\"score\":\"bad\"},{\"keyword\":\"island village ocho rios\",\"score\":\"ok\"}]'),(18716,6672,'_yoast_wpseo_keywordsynonyms','[\"\",\"\",\"\",\"\"]'),(18718,6672,'xyz_smap','1'),(18720,6695,'_edit_lock','1567210311:4'),(18721,6695,'_yst_prominent_words_version','1'),(18722,6696,'_wp_attached_file','2019/08/Cumberland-football-team.jpg'),(18723,6696,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:247366;s:11:\"size_before\";i:473922;s:10:\"size_after\";i:226556;}'),(18724,6696,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.231498071030659;s:5:\"bytes\";i:15564;s:11:\"size_before\";i:367813;s:10:\"size_after\";i:352249;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.04;s:5:\"bytes\";i:763;s:11:\"size_before\";i:9493;s:10:\"size_after\";i:8730;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:1284;s:11:\"size_before\";i:19740;s:10:\"size_after\";i:18456;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45;s:5:\"bytes\";i:3706;s:11:\"size_before\";i:83282;s:10:\"size_after\";i:79576;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.88;s:5:\"bytes\";i:5012;s:11:\"size_before\";i:129236;s:10:\"size_after\";i:124224;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.81;s:5:\"bytes\";i:4799;s:11:\"size_before\";i:126062;s:10:\"size_after\";i:121263;s:4:\"time\";d:0.04;}}}'),(18725,6696,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2019/08/Cumberland-football-team.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Cumberland-football-team-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:\"Cumberland-football-team-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:36:\"Cumberland-football-team-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:37:\"Cumberland-football-team-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Cumberland-football-team-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567169641\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18726,6697,'_wp_attached_file','2019/08/Cumberland-football-team-2.jpg'),(18727,6697,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:315201;s:11:\"size_before\";i:506818;s:10:\"size_after\";i:191617;}'),(18728,6697,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.302291500967578;s:5:\"bytes\";i:10546;s:11:\"size_before\";i:319354;s:10:\"size_after\";i:308808;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.45;s:5:\"bytes\";i:642;s:11:\"size_before\";i:8613;s:10:\"size_after\";i:7971;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.17;s:5:\"bytes\";i:1131;s:11:\"size_before\";i:18320;s:10:\"size_after\";i:17189;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.61;s:5:\"bytes\";i:2643;s:11:\"size_before\";i:73307;s:10:\"size_after\";i:70664;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.85;s:5:\"bytes\";i:3183;s:11:\"size_before\";i:111606;s:10:\"size_after\";i:108423;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.74;s:5:\"bytes\";i:2947;s:11:\"size_before\";i:107508;s:10:\"size_after\";i:104561;s:4:\"time\";d:0.05;}}}'),(18729,6697,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:38:\"2019/08/Cumberland-football-team-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Cumberland-football-team-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:38:\"Cumberland-football-team-2-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:38:\"Cumberland-football-team-2-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:39:\"Cumberland-football-team-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Cumberland-football-team-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567169639\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18730,6698,'_wp_attached_file','2019/08/coworker-angry-close-up-facial-expression.jpg'),(18731,6698,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.358887864702845;s:5:\"bytes\";i:9727;s:11:\"size_before\";i:152967;s:10:\"size_after\";i:143240;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.34;s:5:\"bytes\";i:217;s:11:\"size_before\";i:5001;s:10:\"size_after\";i:4784;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.68;s:5:\"bytes\";i:296;s:11:\"size_before\";i:8037;s:10:\"size_after\";i:7741;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.97;s:5:\"bytes\";i:1557;s:11:\"size_before\";i:31336;s:10:\"size_after\";i:29779;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.94;s:5:\"bytes\";i:3746;s:11:\"size_before\";i:53959;s:10:\"size_after\";i:50213;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.16;s:5:\"bytes\";i:3911;s:11:\"size_before\";i:54634;s:10:\"size_after\";i:50723;s:4:\"time\";d:0.03;}}}'),(18732,6698,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:53:\"2019/08/coworker-angry-close-up-facial-expression.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"coworker-angry-close-up-facial-expression-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:\"coworker-angry-close-up-facial-expression-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:53:\"coworker-angry-close-up-facial-expression-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:54:\"coworker-angry-close-up-facial-expression-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:54:\"coworker-angry-close-up-facial-expression-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(18733,6699,'_wp_attached_file','2019/08/coworker-20190830.jpg'),(18734,6699,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.8270375475604155;s:5:\"bytes\";i:5476;s:11:\"size_before\";i:193701;s:10:\"size_after\";i:188225;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.23;s:5:\"bytes\";i:296;s:11:\"size_before\";i:5661;s:10:\"size_after\";i:5365;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.28;s:5:\"bytes\";i:375;s:11:\"size_before\";i:11434;s:10:\"size_after\";i:11059;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.27;s:5:\"bytes\";i:981;s:11:\"size_before\";i:43221;s:10:\"size_after\";i:42240;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.87;s:5:\"bytes\";i:1954;s:11:\"size_before\";i:68111;s:10:\"size_after\";i:66157;s:4:\"time\";d:0.09;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.86;s:5:\"bytes\";i:1870;s:11:\"size_before\";i:65274;s:10:\"size_after\";i:63404;s:4:\"time\";d:0.03;}}}'),(18735,6699,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1288;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2019/08/coworker-20190830.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"coworker-20190830-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:\"coworker-20190830-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:29:\"coworker-20190830-768x537.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"coworker-20190830-1024x716.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:716;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"coworker-20190830-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(18736,6695,'_thumbnail_id','6698'),(18737,6695,'_edit_last','9'),(18738,6695,'smpush_mute_activated','no'),(18739,6695,'_yoast_wpseo_primary_category','3'),(18740,6695,'_yoast_wpseo_primary_sub-category','2049'),(18741,6695,'sponsored_url',''),(18742,6695,'_yoast_wpseo_content_score','60'),(18743,6695,'_yoast_wpseo_focuskeywords','[]'),(18744,6695,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18746,6672,'_thumbnail_id','6684'),(18748,6672,'_yoast_wpseo_metadesc','Starbucks Coffeeis now serving up flavourful beverages with a scenic seaside view at its new location at Island Village in Ocho Rios, St Ann.'),(18749,6704,'_wp_attached_file','2019/08/cumberland-coach-kemar-brown.png'),(18750,6704,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2358928;s:10:\"size_after\";i:2358928;s:4:\"time\";d:1.34;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42833;s:10:\"size_after\";i:42833;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:106892;s:10:\"size_after\";i:106892;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:519368;s:10:\"size_after\";i:519368;s:4:\"time\";d:0.27;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:829778;s:10:\"size_after\";i:829778;s:4:\"time\";d:0.53;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:860057;s:10:\"size_after\";i:860057;s:4:\"time\";d:0.47;}}}'),(18751,6704,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1187;s:6:\"height\";i:749;s:4:\"file\";s:40:\"2019/08/cumberland-coach-kemar-brown.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"cumberland-coach-kemar-brown-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:40:\"cumberland-coach-kemar-brown-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"cumberland-coach-kemar-brown-768x485.png\";s:5:\"width\";i:768;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"cumberland-coach-kemar-brown-1024x646.png\";s:5:\"width\";i:1024;s:6:\"height\";i:646;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"cumberland-coach-kemar-brown-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(18752,6705,'_wp_attached_file','2019/08/cumberland-principal-darien-henry.png'),(18753,6705,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:653763;s:10:\"size_after\";i:653763;s:4:\"time\";d:0.32;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43974;s:10:\"size_after\";i:43974;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:99434;s:10:\"size_after\";i:99434;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:510355;s:10:\"size_after\";i:510355;s:4:\"time\";d:0.26;}}}'),(18754,6705,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1017;s:6:\"height\";i:611;s:4:\"file\";s:45:\"2019/08/cumberland-principal-darien-henry.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"cumberland-principal-darien-henry-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:45:\"cumberland-principal-darien-henry-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"cumberland-principal-darien-henry-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;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:{}}}'),(18755,6657,'_thumbnail_id','6696'),(18756,6657,'xyz_smap','1'),(18758,6710,'_wp_attached_file','2019/08/constant-spring-manor-park-buzz-demo.jpg'),(18759,6710,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:67028;s:11:\"size_before\";i:413246;s:10:\"size_after\";i:346218;}'),(18760,6710,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.531964672164707;s:5:\"bytes\";i:28374;s:11:\"size_before\";i:512910;s:10:\"size_after\";i:484536;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.51;s:5:\"bytes\";i:553;s:11:\"size_before\";i:8494;s:10:\"size_after\";i:7941;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:1353;s:11:\"size_before\";i:20932;s:10:\"size_after\";i:19579;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.81;s:5:\"bytes\";i:6575;s:11:\"size_before\";i:113170;s:10:\"size_after\";i:106595;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.41;s:5:\"bytes\";i:9942;s:11:\"size_before\";i:183624;s:10:\"size_after\";i:173682;s:4:\"time\";d:0.08;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.33;s:5:\"bytes\";i:9951;s:11:\"size_before\";i:186690;s:10:\"size_after\";i:176739;s:4:\"time\";d:0.05;}}}'),(18761,6710,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:966;s:4:\"file\";s:48:\"2019/08/constant-spring-manor-park-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"constant-spring-manor-park-buzz-demo-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:48:\"constant-spring-manor-park-buzz-demo-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"constant-spring-manor-park-buzz-demo-768x495.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"constant-spring-manor-park-buzz-demo-1024x659.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:659;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"constant-spring-manor-park-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(18762,6711,'_wp_attached_file','2019/08/hagley-park-road-works-buzz-demo.jpg'),(18763,6711,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:717189;s:11:\"size_before\";i:1076665;s:10:\"size_after\";i:359476;}'),(18764,6711,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.030029336934787;s:5:\"bytes\";i:33442;s:11:\"size_before\";i:554591;s:10:\"size_after\";i:521149;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.62;s:5:\"bytes\";i:735;s:11:\"size_before\";i:9643;s:10:\"size_after\";i:8908;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.43;s:5:\"bytes\";i:1777;s:11:\"size_before\";i:23911;s:10:\"size_after\";i:22134;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.57;s:5:\"bytes\";i:8456;s:11:\"size_before\";i:128733;s:10:\"size_after\";i:120277;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8;s:5:\"bytes\";i:11546;s:11:\"size_before\";i:198918;s:10:\"size_after\";i:187372;s:4:\"time\";d:0.08;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.65;s:5:\"bytes\";i:10928;s:11:\"size_before\";i:193386;s:10:\"size_after\";i:182458;s:4:\"time\";d:0.06;}}}'),(18765,6711,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1012;s:4:\"file\";s:44:\"2019/08/hagley-park-road-works-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"hagley-park-road-works-buzz-demo-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:\"hagley-park-road-works-buzz-demo-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"hagley-park-road-works-buzz-demo-768x518.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"hagley-park-road-works-buzz-demo-1024x691.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"hagley-park-road-works-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(18766,6712,'_wp_attached_file','2019/08/marcus-garvey-drive-buzz-demo.jpg'),(18767,6712,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.0476811972505;s:5:\"bytes\";i:13956;s:11:\"size_before\";i:344790;s:10:\"size_after\";i:330834;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.82;s:5:\"bytes\";i:396;s:11:\"size_before\";i:6803;s:10:\"size_after\";i:6407;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.44;s:5:\"bytes\";i:780;s:11:\"size_before\";i:14342;s:10:\"size_after\";i:13562;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.42;s:5:\"bytes\";i:3254;s:11:\"size_before\";i:73544;s:10:\"size_after\";i:70290;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.91;s:5:\"bytes\";i:4614;s:11:\"size_before\";i:117960;s:10:\"size_after\";i:113346;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.72;s:5:\"bytes\";i:4912;s:11:\"size_before\";i:132141;s:10:\"size_after\";i:127229;s:4:\"time\";d:0.07;}}}'),(18768,6712,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:41:\"2019/08/marcus-garvey-drive-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"marcus-garvey-drive-buzz-demo-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:\"marcus-garvey-drive-buzz-demo-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:41:\"marcus-garvey-drive-buzz-demo-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:42:\"marcus-garvey-drive-buzz-demo-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"marcus-garvey-drive-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(18769,6713,'_wp_attached_file','2019/08/mandela-highway-buzz-demo.jpg'),(18770,6713,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:155667;s:11:\"size_before\";i:349484;s:10:\"size_after\";i:193817;}'),(18771,6713,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.424114862863166;s:5:\"bytes\";i:9940;s:11:\"size_before\";i:290294;s:10:\"size_after\";i:280354;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.22;s:5:\"bytes\";i:308;s:11:\"size_before\";i:5895;s:10:\"size_after\";i:5587;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.42;s:5:\"bytes\";i:576;s:11:\"size_before\";i:13020;s:10:\"size_after\";i:12444;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.52;s:5:\"bytes\";i:2221;s:11:\"size_before\";i:63176;s:10:\"size_after\";i:60955;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37;s:5:\"bytes\";i:3534;s:11:\"size_before\";i:104852;s:10:\"size_after\";i:101318;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.19;s:5:\"bytes\";i:3301;s:11:\"size_before\";i:103351;s:10:\"size_after\";i:100050;s:4:\"time\";d:0.04;}}}'),(18772,6713,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:37:\"2019/08/mandela-highway-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"mandela-highway-buzz-demo-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:\"mandela-highway-buzz-demo-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:37:\"mandela-highway-buzz-demo-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:38:\"mandela-highway-buzz-demo-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"mandela-highway-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(18774,6629,'_thumbnail_id','5738'),(18775,6629,'_edit_last','14'),(18776,6629,'xyz_smap','1'),(18777,6629,'smpush_mute_activated','no'),(18779,6629,'_yoast_wpseo_primary_category','4'),(18780,6629,'_yoast_wpseo_primary_sub-category','8'),(18781,6629,'sponsored_url',''),(18782,6629,'_yoast_wpseo_content_score','60'),(18783,6629,'_yoast_wpseo_focuskeywords','[]'),(18784,6629,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18785,6715,'_edit_lock','1567522275:14'),(18786,6715,'_yst_prominent_words_version','1'),(18787,6716,'_wp_attached_file','2019/08/guyana-flad-buzz-demo.png'),(18788,6716,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:25.024720056640522;s:5:\"bytes\";i:124769;s:11:\"size_before\";i:498583;s:10:\"size_after\";i:373814;s:4:\"time\";d:2.62;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.89;s:5:\"bytes\";i:1646;s:11:\"size_before\";i:5507;s:10:\"size_after\";i:3861;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.77;s:5:\"bytes\";i:445;s:11:\"size_before\";i:3485;s:10:\"size_after\";i:3040;s:4:\"time\";d:0.05;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.58;s:5:\"bytes\";i:9379;s:11:\"size_before\";i:56558;s:10:\"size_after\";i:47179;s:4:\"time\";d:0.24;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.56;s:5:\"bytes\";i:32899;s:11:\"size_before\";i:139667;s:10:\"size_after\";i:106768;s:4:\"time\";d:0.72;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.41;s:5:\"bytes\";i:80400;s:11:\"size_before\";i:293366;s:10:\"size_after\";i:212966;s:4:\"time\";d:1.57;}}}'),(18789,6716,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:720;s:4:\"file\";s:33:\"2019/08/guyana-flad-buzz-demo.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"guyana-flad-buzz-demo-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:\"guyana-flad-buzz-demo-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"guyana-flad-buzz-demo-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"guyana-flad-buzz-demo-1024x614.png\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"guyana-flad-buzz-demo-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(18790,6716,'_edit_lock','1567252257:14'),(18791,6716,'_wpmf_gallery_custom_image_link',''),(18792,6716,'_gallery_link_target',''),(18793,6716,'_edit_last','14'),(18794,6717,'_wp_attached_file','2019/08/guyana-oil-buzz-demo.jpg'),(18795,6717,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.49438202247191;s:5:\"bytes\";i:592;s:11:\"size_before\";i:13172;s:10:\"size_after\";i:12580;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:225;s:11:\"size_before\";i:4496;s:10:\"size_after\";i:4271;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.23;s:5:\"bytes\";i:367;s:11:\"size_before\";i:8676;s:10:\"size_after\";i:8309;s:4:\"time\";d:0.01;}}}'),(18796,6717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:430;s:4:\"file\";s:32:\"2019/08/guyana-oil-buzz-demo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"guyana-oil-buzz-demo-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:\"guyana-oil-buzz-demo-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;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:{}}}'),(18797,6718,'_wp_attached_file','2019/08/doha-qatar-buzz-demo.jpg'),(18798,6718,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.490108910788489;s:5:\"bytes\";i:17332;s:11:\"size_before\";i:386004;s:10:\"size_after\";i:368672;s:4:\"time\";d:0.21000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:350;s:11:\"size_before\";i:7001;s:10:\"size_after\";i:6651;s:4:\"time\";d:0.05;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.41;s:5:\"bytes\";i:715;s:11:\"size_before\";i:16217;s:10:\"size_after\";i:15502;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3;s:5:\"bytes\";i:3520;s:11:\"size_before\";i:81898;s:10:\"size_after\";i:78378;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.44;s:5:\"bytes\";i:6156;s:11:\"size_before\";i:138678;s:10:\"size_after\";i:132522;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.63;s:5:\"bytes\";i:6591;s:11:\"size_before\";i:142210;s:10:\"size_after\";i:135619;s:4:\"time\";d:0.07;}}}'),(18799,6718,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:32:\"2019/08/doha-qatar-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"doha-qatar-buzz-demo-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:\"doha-qatar-buzz-demo-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:32:\"doha-qatar-buzz-demo-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:33:\"doha-qatar-buzz-demo-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"doha-qatar-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(18800,6719,'_wp_attached_file','2019/08/georgetown-guyana-buzz-dem0.jpg'),(18801,6719,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:17545;s:11:\"size_before\";i:193267;s:10:\"size_after\";i:175722;}'),(18802,6719,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.093846414859591;s:5:\"bytes\";i:16213;s:11:\"size_before\";i:318286;s:10:\"size_after\";i:302073;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.82;s:5:\"bytes\";i:555;s:11:\"size_before\";i:8132;s:10:\"size_after\";i:7577;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.63;s:5:\"bytes\";i:777;s:11:\"size_before\";i:11723;s:10:\"size_after\";i:10946;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9;s:5:\"bytes\";i:3530;s:11:\"size_before\";i:59841;s:10:\"size_after\";i:56311;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4;s:5:\"bytes\";i:5219;s:11:\"size_before\";i:96633;s:10:\"size_after\";i:91414;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.32;s:5:\"bytes\";i:6132;s:11:\"size_before\";i:141957;s:10:\"size_after\";i:135825;s:4:\"time\";d:0.05;}}}'),(18803,6719,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:526;s:4:\"file\";s:39:\"2019/08/georgetown-guyana-buzz-dem0.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"georgetown-guyana-buzz-dem0-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:\"georgetown-guyana-buzz-dem0-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"georgetown-guyana-buzz-dem0-768x269.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"georgetown-guyana-buzz-dem0-1024x359.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"georgetown-guyana-buzz-dem0-1060x600.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:600;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:{}}}'),(18804,6720,'_wp_attached_file','2019/08/oil-now-buzz-demo.jpg'),(18805,6720,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.315392130739852;s:5:\"bytes\";i:1274;s:11:\"size_before\";i:11259;s:10:\"size_after\";i:9985;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.58;s:5:\"bytes\";i:444;s:11:\"size_before\";i:3835;s:10:\"size_after\";i:3391;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.18;s:5:\"bytes\";i:830;s:11:\"size_before\";i:7424;s:10:\"size_after\";i:6594;s:4:\"time\";d:0.01;}}}'),(18806,6720,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:593;s:6:\"height\";i:161;s:4:\"file\";s:29:\"2019/08/oil-now-buzz-demo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"oil-now-buzz-demo-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:\"oil-now-buzz-demo-300x81.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:81;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:{}}}'),(18808,6715,'_thumbnail_id','6716'),(18809,6715,'_edit_last','14'),(18810,6715,'xyz_smap','1'),(18811,6715,'smpush_mute_activated','no'),(18813,6715,'_yoast_wpseo_primary_category','4'),(18814,6715,'_yoast_wpseo_primary_sub-category','6'),(18815,6715,'sponsored_url',''),(18816,6715,'_yoast_wpseo_content_score','30'),(18817,6715,'_yoast_wpseo_focuskeywords','[]'),(18818,6715,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18819,6722,'_edit_lock','1567280362:14'),(18820,6722,'_yst_prominent_words_version','1'),(18821,6677,'xyz_smap','1'),(18823,6723,'_wp_attached_file','2019/08/supreme-buju-banton-tee-black-buzz-demo.jpg'),(18824,6723,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.716141929035482;s:5:\"bytes\";i:15267;s:11:\"size_before\";i:120060;s:10:\"size_after\";i:104793;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.74;s:5:\"bytes\";i:355;s:11:\"size_before\";i:4587;s:10:\"size_after\";i:4232;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.04;s:5:\"bytes\";i:588;s:11:\"size_before\";i:7315;s:10:\"size_after\";i:6727;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.48;s:5:\"bytes\";i:3388;s:11:\"size_before\";i:27146;s:10:\"size_after\";i:23758;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.68;s:5:\"bytes\";i:5737;s:11:\"size_before\";i:41949;s:10:\"size_after\";i:36212;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.31;s:5:\"bytes\";i:5199;s:11:\"size_before\";i:39063;s:10:\"size_after\";i:33864;s:4:\"time\";d:0.02;}}}'),(18825,6723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:1000;s:4:\"file\";s:51:\"2019/08/supreme-buju-banton-tee-black-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"supreme-buju-banton-tee-black-buzz-demo-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:\"supreme-buju-banton-tee-black-buzz-demo-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"supreme-buju-banton-tee-black-buzz-demo-768x549.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"supreme-buju-banton-tee-black-buzz-demo-1024x731.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:731;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"supreme-buju-banton-tee-black-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(18826,6724,'_wp_attached_file','2019/08/drake-shenseea-buzz-1.jpg'),(18827,6724,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.467788605447834;s:5:\"bytes\";i:1644;s:11:\"size_before\";i:30067;s:10:\"size_after\";i:28423;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:513;s:11:\"size_before\";i:7896;s:10:\"size_after\";i:7383;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1;s:5:\"bytes\";i:1131;s:11:\"size_before\";i:22171;s:10:\"size_after\";i:21040;s:4:\"time\";d:0.02;}}}'),(18828,6724,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:567;s:6:\"height\";i:603;s:4:\"file\";s:33:\"2019/08/drake-shenseea-buzz-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"drake-shenseea-buzz-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:33:\"drake-shenseea-buzz-1-282x300.jpg\";s:5:\"width\";i:282;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:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567235925\";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:{}}}'),(18829,6725,'_wp_attached_file','2019/08/drake-shenseea-buzz-2.jpg'),(18830,6725,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.672892878357865;s:5:\"bytes\";i:1719;s:11:\"size_before\";i:30302;s:10:\"size_after\";i:28583;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9;s:5:\"bytes\";i:545;s:11:\"size_before\";i:7894;s:10:\"size_after\";i:7349;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.24;s:5:\"bytes\";i:1174;s:11:\"size_before\";i:22408;s:10:\"size_after\";i:21234;s:4:\"time\";d:0.02;}}}'),(18831,6725,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:570;s:6:\"height\";i:598;s:4:\"file\";s:33:\"2019/08/drake-shenseea-buzz-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"drake-shenseea-buzz-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:33:\"drake-shenseea-buzz-2-286x300.jpg\";s:5:\"width\";i:286;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:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567235979\";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:{}}}'),(18833,6722,'_thumbnail_id','6724'),(18834,6722,'_edit_last','14'),(18835,6722,'xyz_smap','1'),(18836,6722,'smpush_mute_activated','no'),(18838,6722,'_yoast_wpseo_primary_category','2'),(18839,6722,'_yoast_wpseo_primary_sub-category','14'),(18840,6722,'sponsored_url',''),(18841,6722,'_yoast_wpseo_content_score','60'),(18842,6722,'_yoast_wpseo_focuskeywords','[]'),(18843,6722,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18844,6670,'xyz_smap','1'),(18846,6680,'xyz_smap','1'),(18852,6695,'xyz_smap','1'),(18854,6730,'_edit_lock','1567267353:9'),(18855,6730,'_yst_prominent_words_version','1'),(18856,6731,'_wp_attached_file','2019/08/Al-Third-One-Third-A-20190831.jpg'),(18857,6731,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9458053212458273;s:5:\"bytes\";i:11891;s:11:\"size_before\";i:301358;s:10:\"size_after\";i:289467;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.02;s:5:\"bytes\";i:443;s:11:\"size_before\";i:7362;s:10:\"size_after\";i:6919;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.66;s:5:\"bytes\";i:831;s:11:\"size_before\";i:17818;s:10:\"size_after\";i:16987;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.97;s:5:\"bytes\";i:2956;s:11:\"size_before\";i:74378;s:10:\"size_after\";i:71422;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.83;s:5:\"bytes\";i:4334;s:11:\"size_before\";i:113179;s:10:\"size_after\";i:108845;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:3327;s:11:\"size_before\";i:88621;s:10:\"size_after\";i:85294;s:4:\"time\";d:0.04;}}}'),(18858,6731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1075;s:6:\"height\";i:949;s:4:\"file\";s:41:\"2019/08/Al-Third-One-Third-A-20190831.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Al-Third-One-Third-A-20190831-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:\"Al-Third-One-Third-A-20190831-300x265.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Al-Third-One-Third-A-20190831-768x678.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Al-Third-One-Third-A-20190831-1024x904.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:904;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Al-Third-One-Third-A-20190831-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(18859,6732,'_wp_attached_file','2019/08/Al-Third-One-Third-B-20190831.jpg'),(18860,6732,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.6954354240404053;s:5:\"bytes\";i:4120;s:11:\"size_before\";i:152851;s:10:\"size_after\";i:148731;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6;s:5:\"bytes\";i:362;s:11:\"size_before\";i:6467;s:10:\"size_after\";i:6105;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:691;s:11:\"size_before\";i:17292;s:10:\"size_after\";i:16601;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.34;s:5:\"bytes\";i:1532;s:11:\"size_before\";i:65583;s:10:\"size_after\";i:64051;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.42;s:5:\"bytes\";i:1535;s:11:\"size_before\";i:63509;s:10:\"size_after\";i:61974;s:4:\"time\";d:0.07;}}}'),(18861,6732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:841;s:6:\"height\";i:841;s:4:\"file\";s:41:\"2019/08/Al-Third-One-Third-B-20190831.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Al-Third-One-Third-B-20190831-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:\"Al-Third-One-Third-B-20190831-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Al-Third-One-Third-B-20190831-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Al-Third-One-Third-B-20190831-841x655.jpg\";s:5:\"width\";i:841;s:6:\"height\";i:655;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:{}}}'),(18862,6730,'_oembed_ca8207d6c61366f69b193ea0c49e9fb3','<iframe title=\"Al Third - Lone Face\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/D2Afe1K5j0I?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(18863,6730,'_oembed_time_ca8207d6c61366f69b193ea0c49e9fb3','1567266602'),(18864,6730,'_thumbnail_id','6731'),(18865,6730,'_edit_last','9'),(18866,6730,'smpush_mute_activated','no'),(18867,6730,'_yoast_wpseo_primary_category','2'),(18868,6730,'_yoast_wpseo_primary_sub-category','7'),(18869,6730,'sponsored_url',''),(18870,6730,'_yoast_wpseo_content_score','90'),(18871,6730,'_yoast_wpseo_focuskeywords','[]'),(18872,6730,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18873,6735,'_edit_lock','1567270137:9'),(18874,6735,'_yst_prominent_words_version','1'),(18875,6736,'_wp_attached_file','2019/08/BOJ-Send-Off-A.jpg'),(18876,6736,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.007332027052652;s:5:\"bytes\";i:10778;s:11:\"size_before\";i:268957;s:10:\"size_after\";i:258179;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.24;s:5:\"bytes\";i:325;s:11:\"size_before\";i:6207;s:10:\"size_after\";i:5882;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.11;s:5:\"bytes\";i:520;s:11:\"size_before\";i:12652;s:10:\"size_after\";i:12132;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:2309;s:11:\"size_before\";i:57977;s:10:\"size_after\";i:55668;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:3825;s:11:\"size_before\";i:96650;s:10:\"size_after\";i:92825;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:3799;s:11:\"size_before\";i:95471;s:10:\"size_after\";i:91672;s:4:\"time\";d:0.03;}}}'),(18877,6736,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:26:\"2019/08/BOJ-Send-Off-A.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"BOJ-Send-Off-A-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:\"BOJ-Send-Off-A-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:26:\"BOJ-Send-Off-A-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:27:\"BOJ-Send-Off-A-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"BOJ-Send-Off-A-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567015401\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"123\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18878,6737,'_wp_attached_file','2019/08/BOJ-Send-Off-B.jpg'),(18879,6737,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9977201734217593;s:5:\"bytes\";i:14449;s:11:\"size_before\";i:361431;s:10:\"size_after\";i:346982;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.73;s:5:\"bytes\";i:586;s:11:\"size_before\";i:8707;s:10:\"size_after\";i:8121;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.99;s:5:\"bytes\";i:1083;s:11:\"size_before\";i:18076;s:10:\"size_after\";i:16993;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.13;s:5:\"bytes\";i:3290;s:11:\"size_before\";i:79663;s:10:\"size_after\";i:76373;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.68;s:5:\"bytes\";i:4666;s:11:\"size_before\";i:126780;s:10:\"size_after\";i:122114;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.76;s:5:\"bytes\";i:4824;s:11:\"size_before\";i:128205;s:10:\"size_after\";i:123381;s:4:\"time\";d:0.04;}}}'),(18880,6737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:26:\"2019/08/BOJ-Send-Off-B.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"BOJ-Send-Off-B-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:\"BOJ-Send-Off-B-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:26:\"BOJ-Send-Off-B-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:27:\"BOJ-Send-Off-B-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"BOJ-Send-Off-B-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567015217\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18881,6738,'_wp_attached_file','2019/08/BOJ-Send-Off-CC.jpg'),(18882,6738,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.171277786662402;s:5:\"bytes\";i:5949;s:11:\"size_before\";i:187590;s:10:\"size_after\";i:181641;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.86;s:5:\"bytes\";i:223;s:11:\"size_before\";i:4587;s:10:\"size_after\";i:4364;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.63;s:5:\"bytes\";i:332;s:11:\"size_before\";i:9139;s:10:\"size_after\";i:8807;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7;s:5:\"bytes\";i:1086;s:11:\"size_before\";i:40285;s:10:\"size_after\";i:39199;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.23;s:5:\"bytes\";i:2187;s:11:\"size_before\";i:67705;s:10:\"size_after\";i:65518;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.22;s:5:\"bytes\";i:2121;s:11:\"size_before\";i:65874;s:10:\"size_after\";i:63753;s:4:\"time\";d:0.04;}}}'),(18883,6738,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:27:\"2019/08/BOJ-Send-Off-CC.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"BOJ-Send-Off-CC-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:\"BOJ-Send-Off-CC-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:27:\"BOJ-Send-Off-CC-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:28:\"BOJ-Send-Off-CC-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"BOJ-Send-Off-CC-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567015083\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18884,6739,'_wp_attached_file','2019/08/BOJ-Send-Off-D.jpg'),(18885,6739,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.4132578141388716;s:5:\"bytes\";i:5752;s:11:\"size_before\";i:238350;s:10:\"size_after\";i:232598;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:296;s:11:\"size_before\";i:5871;s:10:\"size_after\";i:5575;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7;s:5:\"bytes\";i:454;s:11:\"size_before\";i:12268;s:10:\"size_after\";i:11814;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.18;s:5:\"bytes\";i:1150;s:11:\"size_before\";i:52846;s:10:\"size_after\";i:51696;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.28;s:5:\"bytes\";i:1915;s:11:\"size_before\";i:83915;s:10:\"size_after\";i:82000;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.32;s:5:\"bytes\";i:1937;s:11:\"size_before\";i:83450;s:10:\"size_after\";i:81513;s:4:\"time\";d:0.04;}}}'),(18886,6739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:26:\"2019/08/BOJ-Send-Off-D.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"BOJ-Send-Off-D-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:\"BOJ-Send-Off-D-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:26:\"BOJ-Send-Off-D-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:27:\"BOJ-Send-Off-D-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"BOJ-Send-Off-D-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567015241\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18887,6740,'_wp_attached_file','2019/08/BOJ-Send-Off-E.jpg'),(18888,6740,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.4128170001853215;s:5:\"bytes\";i:6640;s:11:\"size_before\";i:275197;s:10:\"size_after\";i:268557;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53;s:5:\"bytes\";i:345;s:11:\"size_before\";i:6239;s:10:\"size_after\";i:5894;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.52;s:5:\"bytes\";i:612;s:11:\"size_before\";i:13529;s:10:\"size_after\";i:12917;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.34;s:5:\"bytes\";i:1418;s:11:\"size_before\";i:60540;s:10:\"size_after\";i:59122;s:4:\"time\";d:0.07;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.26;s:5:\"bytes\";i:2209;s:11:\"size_before\";i:97666;s:10:\"size_after\";i:95457;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.11;s:5:\"bytes\";i:2056;s:11:\"size_before\";i:97223;s:10:\"size_after\";i:95167;s:4:\"time\";d:0.05;}}}'),(18889,6740,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:26:\"2019/08/BOJ-Send-Off-E.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"BOJ-Send-Off-E-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:\"BOJ-Send-Off-E-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:26:\"BOJ-Send-Off-E-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:27:\"BOJ-Send-Off-E-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"BOJ-Send-Off-E-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567016486\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18890,6741,'_wp_attached_file','2019/08/BOJ-Send-Off-F.jpg'),(18891,6741,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.796297316656565;s:5:\"bytes\";i:5075;s:11:\"size_before\";i:181490;s:10:\"size_after\";i:176415;s:4:\"time\";d:0.12000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:202;s:11:\"size_before\";i:4533;s:10:\"size_after\";i:4331;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.61;s:5:\"bytes\";i:237;s:11:\"size_before\";i:9089;s:10:\"size_after\";i:8852;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.23;s:5:\"bytes\";i:867;s:11:\"size_before\";i:38880;s:10:\"size_after\";i:38013;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9;s:5:\"bytes\";i:1866;s:11:\"size_before\";i:64296;s:10:\"size_after\";i:62430;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.94;s:5:\"bytes\";i:1903;s:11:\"size_before\";i:64692;s:10:\"size_after\";i:62789;s:4:\"time\";d:0.05;}}}'),(18892,6741,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:26:\"2019/08/BOJ-Send-Off-F.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"BOJ-Send-Off-F-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:\"BOJ-Send-Off-F-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:26:\"BOJ-Send-Off-F-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:27:\"BOJ-Send-Off-F-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"BOJ-Send-Off-F-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567015020\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"190\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18893,6742,'_wp_attached_file','2019/08/BOJ-Send-Off-G.jpg');
INSERT INTO `wp_postmeta` VALUES (18894,6742,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.841494049334926;s:5:\"bytes\";i:5520;s:11:\"size_before\";i:194264;s:10:\"size_after\";i:188744;s:4:\"time\";d:0.16000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.31;s:5:\"bytes\";i:310;s:11:\"size_before\";i:5838;s:10:\"size_after\";i:5528;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.64;s:5:\"bytes\";i:410;s:11:\"size_before\";i:11253;s:10:\"size_after\";i:10843;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.25;s:5:\"bytes\";i:969;s:11:\"size_before\";i:43111;s:10:\"size_after\";i:42142;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.74;s:5:\"bytes\";i:1848;s:11:\"size_before\";i:67382;s:10:\"size_after\";i:65534;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.97;s:5:\"bytes\";i:1983;s:11:\"size_before\";i:66680;s:10:\"size_after\";i:64697;s:4:\"time\";d:0.05;}}}'),(18895,6742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:26:\"2019/08/BOJ-Send-Off-G.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"BOJ-Send-Off-G-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:\"BOJ-Send-Off-G-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:26:\"BOJ-Send-Off-G-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:27:\"BOJ-Send-Off-G-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"BOJ-Send-Off-G-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567016621\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18896,6743,'_wp_attached_file','2019/08/BOJ-Send-Off-H.jpg'),(18897,6743,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9401874744424523;s:5:\"bytes\";i:10021;s:11:\"size_before\";i:254328;s:10:\"size_after\";i:244307;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:301;s:11:\"size_before\";i:6281;s:10:\"size_after\";i:5980;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.76;s:5:\"bytes\";i:619;s:11:\"size_before\";i:12997;s:10:\"size_after\";i:12378;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.85;s:5:\"bytes\";i:2149;s:11:\"size_before\";i:55835;s:10:\"size_after\";i:53686;s:4:\"time\";d:0.07;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.89;s:5:\"bytes\";i:3495;s:11:\"size_before\";i:89872;s:10:\"size_after\";i:86377;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87;s:5:\"bytes\";i:3457;s:11:\"size_before\";i:89343;s:10:\"size_after\";i:85886;s:4:\"time\";d:0.05;}}}'),(18898,6743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:26:\"2019/08/BOJ-Send-Off-H.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"BOJ-Send-Off-H-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:\"BOJ-Send-Off-H-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:26:\"BOJ-Send-Off-H-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:27:\"BOJ-Send-Off-H-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"BOJ-Send-Off-H-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567016586\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18899,6735,'_thumbnail_id','6736'),(18900,6735,'_edit_last','9'),(18901,6735,'smpush_mute_activated','no'),(18902,6735,'_yoast_wpseo_primary_category','3'),(18903,6735,'_yoast_wpseo_primary_sub-category','16'),(18904,6735,'sponsored_url',''),(18905,6735,'_yoast_wpseo_content_score','30'),(18906,6735,'_yoast_wpseo_focuskeywords','[]'),(18907,6735,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18908,6730,'xyz_smap','1'),(18910,6747,'_edit_lock','1567356113:9'),(18911,6747,'_yst_prominent_words_version','1'),(18912,6748,'_wp_attached_file','2019/08/Hurricane-Dorian.jpg'),(18913,6748,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.912029699015778;s:5:\"bytes\";i:18819;s:11:\"size_before\";i:237853;s:10:\"size_after\";i:219034;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:483;s:11:\"size_before\";i:7725;s:10:\"size_after\";i:7242;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.14;s:5:\"bytes\";i:1513;s:11:\"size_before\";i:21188;s:10:\"size_after\";i:19675;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.41;s:5:\"bytes\";i:7948;s:11:\"size_before\";i:94483;s:10:\"size_after\";i:86535;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.75;s:5:\"bytes\";i:8875;s:11:\"size_before\";i:114457;s:10:\"size_after\";i:105582;s:4:\"time\";d:0.04;}}}'),(18914,6748,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:897;s:6:\"height\";i:736;s:4:\"file\";s:28:\"2019/08/Hurricane-Dorian.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Hurricane-Dorian-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:\"Hurricane-Dorian-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Hurricane-Dorian-768x630.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Hurricane-Dorian-897x655.jpg\";s:5:\"width\";i:897;s:6:\"height\";i:655;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:{}}}'),(18915,6747,'_thumbnail_id','6748'),(18916,6747,'_edit_last','9'),(18917,6747,'smpush_mute_activated','no'),(18918,6747,'_yoast_wpseo_primary_category','4'),(18919,6747,'_yoast_wpseo_primary_sub-category',''),(18920,6747,'sponsored_url',''),(18921,6747,'_yoast_wpseo_content_score','60'),(18922,6747,'_yoast_wpseo_focuskeywords','[]'),(18923,6747,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18925,6747,'xyz_smap','1'),(18927,6750,'_edit_lock','1567272308:9'),(18928,6750,'_yst_prominent_words_version','1'),(18929,6751,'_wp_attached_file','2019/08/kelly-clarkson.jpg'),(18930,6751,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.142826134143695;s:5:\"bytes\";i:6792;s:11:\"size_before\";i:110568;s:10:\"size_after\";i:103776;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.33;s:5:\"bytes\";i:420;s:11:\"size_before\";i:7881;s:10:\"size_after\";i:7461;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.93;s:5:\"bytes\";i:823;s:11:\"size_before\";i:16681;s:10:\"size_after\";i:15858;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.45;s:5:\"bytes\";i:5549;s:11:\"size_before\";i:86006;s:10:\"size_after\";i:80457;s:4:\"time\";d:0.03;}}}'),(18931,6751,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:26:\"2019/08/kelly-clarkson.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"kelly-clarkson-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:\"kelly-clarkson-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"kelly-clarkson-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:10:\"Avalon.red\";s:6:\"camera\";s:9:\"NIKON D4S\";s:7:\"caption\";s:266:\"176427, Kelly Clarkson at the 2018 Radio Disney Music Awards at Loews Hotel in Hollywood. Los Angeles, California - Friday June 22, 2018.  Photograph: © Joe Sutter, PacificCoastNews. Los Angeles Office (PCN): +1 310.822.0419 UK Office (Avalon): +44 (0) 20 7421 6000\";s:17:\"created_timestamp\";s:10:\"1529677537\";s:9:\"copyright\";s:32:\"Avalon.red. All rights reserved.\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:80:\"Kelly Clarkson at the 2018 Radio Disney Music Awards at Loews Hotel in Hollywood\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:21:{i:0;s:10:\"California\";i:1;s:14:\"Kelly Clarkson\";i:2;s:21:\"Loews Hollywood Hotel\";i:3;s:22:\"Hollywood - California\";i:4;s:7:\"Arrival\";i:5;s:12:\"Radio Disney\";i:6;s:8:\"Vertical\";i:7;s:3:\"USA\";i:8;s:11:\"Celebrities\";i:9;s:11:\"Photography\";i:10;s:30:\"Arts Culture and Entertainment\";i:11;s:12:\"Music Awards\";i:12;s:10:\"22.06.2018\";i:13;s:4:\"JFY1\";i:14;s:6:\"318696\";i:15;s:12:\"B5794_318696\";i:16;s:5:\"B5794\";i:17;s:27:\"176427PCN_DisneyRadioJFY041\";i:18;s:17:\"B5794_318696_0091\";i:19;s:13:\"RDP1_20180624\";i:20;s:28:\"DisneyRadi_B5794_318696_0091\";}}}'),(18932,6750,'_thumbnail_id','6751'),(18933,6750,'_edit_last','9'),(18934,6750,'smpush_mute_activated','no'),(18935,6750,'_yoast_wpseo_primary_category','3'),(18936,6750,'_yoast_wpseo_primary_sub-category','9'),(18937,6750,'sponsored_url',''),(18938,6750,'_yoast_wpseo_content_score','90'),(18939,6750,'_yoast_wpseo_focuskeywords','[]'),(18940,6750,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18941,6754,'_edit_lock','1567287633:9'),(18942,6754,'_yst_prominent_words_version','1'),(18943,6754,'_edit_last','9'),(18944,6754,'smpush_mute_activated','no'),(18945,6754,'_yoast_wpseo_primary_category','4'),(18946,6754,'_yoast_wpseo_primary_sub-category','14'),(18947,6754,'sponsored_url',''),(18948,6754,'_yoast_wpseo_content_score','30'),(18949,6754,'_yoast_wpseo_focuskeywords','[]'),(18950,6754,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18951,6754,'_oembed_26bae8b94beb2f8cc82b03b390bbf283','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1o3kEdAKv4/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1o3kEdAKv4/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1o3kEdAKv4/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">No old songs. No new songs.</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/chronixxmusic/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> ChronDadda</a> (@chronixxmusic) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-26T19:15:17+00:00\">Aug 26, 2019 at 12:15pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(18952,6754,'_oembed_time_26bae8b94beb2f8cc82b03b390bbf283','1567273135'),(18953,6754,'_thumbnail_id','2254'),(18954,6754,'_oembed_cf252c4da1deeee3fe611f313ded9fd6','<iframe title=\"Chronixx - Likes (Official Music Video) | Chronology OUT NOW\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/6Wq_K61Mh1A?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(18955,6754,'_oembed_time_cf252c4da1deeee3fe611f313ded9fd6','1567273207'),(18956,6735,'xyz_smap','1'),(18958,6750,'xyz_smap','1'),(18962,6760,'_edit_lock','1567282493:9'),(18963,6760,'_yst_prominent_words_version','1'),(18964,6761,'_wp_attached_file','2019/08/ed-sheeran-DD-20190831.jpg'),(18965,6761,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.26046986721144;s:5:\"bytes\";i:3090;s:11:\"size_before\";i:58740;s:10:\"size_after\";i:55650;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.57;s:5:\"bytes\";i:453;s:11:\"size_before\";i:6892;s:10:\"size_after\";i:6439;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.55;s:5:\"bytes\";i:614;s:11:\"size_before\";i:11060;s:10:\"size_after\";i:10446;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:2023;s:11:\"size_before\";i:40788;s:10:\"size_after\";i:38765;s:4:\"time\";d:0.03;}}}'),(18966,6761,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:34:\"2019/08/ed-sheeran-DD-20190831.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"ed-sheeran-DD-20190831-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:\"ed-sheeran-DD-20190831-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"ed-sheeran-DD-20190831-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:17:\"Xinhua/Avalon.red\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:248:\"(180923) -- NEW YORK, Sept. 23, 2018 () -- British pop star Ed Sheeran performs at the MetLife Stadium in New Jersey, the United States, on Sept. 22, 2018. Ed Sheeran is on his North American Stadium Tour from August to November. (/Lin Bilin) (dtf)\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:39:\"Xinhua/Avalon.red. All rights reserved.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:44:\"U.S. NEW YORK ED SHEERAN NORTH AMERICAN TOUR\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:13:{i:0;s:2:\"we\";i:1;s:8:\"PHT_WIRE\";i:2;s:21:\"23.09.2018 ; 16:49:17\";i:3;s:10:\"23.09.2018\";i:4;s:6:\"322782\";i:5;s:11:\"B950_322782\";i:6;s:4:\"B950\";i:7;s:33:\"PHT_US_NEW_YORK_ED_SHEERAN_NOR_42\";i:8;s:17:\"ZB950_322782_0254\";i:9;s:13:\"RDP1_20180923\";i:10;s:33:\"XxjpbeE001109_20180923_TPPFN0A001\";i:11;s:64:\"pressedit;top pics;top_pics;toppics;top_pix;top pix;toppix;best_\";i:12;s:25:\"XIN0923_ZB950_322782_0254\";}}}'),(18967,6760,'_thumbnail_id','6761'),(18968,6760,'_edit_last','9'),(18969,6760,'smpush_mute_activated','no'),(18970,6760,'_yoast_wpseo_primary_category','3'),(18971,6760,'_yoast_wpseo_primary_sub-category','9'),(18972,6760,'sponsored_url',''),(18973,6760,'_yoast_wpseo_content_score','90'),(18974,6760,'_yoast_wpseo_focuskeywords','[]'),(18975,6760,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18976,6763,'_edit_lock','1567283953:9'),(18977,6763,'_yst_prominent_words_version','1'),(18978,6764,'_wp_attached_file','2019/08/nicki-minaj.jpg'),(18979,6764,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.398341117339091;s:5:\"bytes\";i:12610;s:11:\"size_before\";i:286699;s:10:\"size_after\";i:274089;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.42;s:5:\"bytes\";i:305;s:11:\"size_before\";i:5629;s:10:\"size_after\";i:5324;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.74;s:5:\"bytes\";i:691;s:11:\"size_before\";i:14590;s:10:\"size_after\";i:13899;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45;s:5:\"bytes\";i:2967;s:11:\"size_before\";i:66707;s:10:\"size_after\";i:63740;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.39;s:5:\"bytes\";i:4573;s:11:\"size_before\";i:104117;s:10:\"size_after\";i:99544;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.26;s:5:\"bytes\";i:4074;s:11:\"size_before\";i:95656;s:10:\"size_after\";i:91582;s:4:\"time\";d:0.05;}}}'),(18980,6764,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1075;s:6:\"height\";i:917;s:4:\"file\";s:23:\"2019/08/nicki-minaj.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"nicki-minaj-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:\"nicki-minaj-300x256.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"nicki-minaj-768x655.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"nicki-minaj-1024x873.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:873;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"nicki-minaj-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(18981,6763,'_thumbnail_id','6764'),(18982,6763,'_edit_last','9'),(18983,6763,'smpush_mute_activated','no'),(18984,6763,'_yoast_wpseo_primary_category','2'),(18985,6763,'_yoast_wpseo_primary_sub-category','14'),(18986,6763,'sponsored_url',''),(18987,6763,'_yoast_wpseo_content_score','90'),(18988,6763,'_yoast_wpseo_focuskeywords','[]'),(18989,6763,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(18990,6754,'xyz_smap','1'),(18992,6766,'_edit_lock','1567284637:9'),(18993,6766,'_yst_prominent_words_version','1'),(18994,6767,'_wp_attached_file','2019/08/Clfton-Boys-Home-20190831.jpg'),(18995,6767,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.886837473813322;s:5:\"bytes\";i:15084;s:11:\"size_before\";i:388079;s:10:\"size_after\";i:372995;s:4:\"time\";d:0.16000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.26;s:5:\"bytes\";i:303;s:11:\"size_before\";i:5761;s:10:\"size_after\";i:5458;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.73;s:5:\"bytes\";i:737;s:11:\"size_before\";i:15573;s:10:\"size_after\";i:14836;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.23;s:5:\"bytes\";i:3736;s:11:\"size_before\";i:88414;s:10:\"size_after\";i:84678;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.67;s:5:\"bytes\";i:5256;s:11:\"size_before\";i:143132;s:10:\"size_after\";i:137876;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.74;s:5:\"bytes\";i:5052;s:11:\"size_before\";i:135199;s:10:\"size_after\";i:130147;s:4:\"time\";d:0.05;}}}'),(18996,6767,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1152;s:6:\"height\";i:864;s:4:\"file\";s:37:\"2019/08/Clfton-Boys-Home-20190831.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Clfton-Boys-Home-20190831-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:\"Clfton-Boys-Home-20190831-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:37:\"Clfton-Boys-Home-20190831-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Clfton-Boys-Home-20190831-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Clfton-Boys-Home-20190831-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(18997,6768,'_wp_attached_file','2019/08/Clfton-Boys-Home-20190831-1.jpg'),(18998,6768,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.532530101387893;s:5:\"bytes\";i:8916;s:11:\"size_before\";i:252397;s:10:\"size_after\";i:243481;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.76;s:5:\"bytes\";i:260;s:11:\"size_before\";i:5457;s:10:\"size_after\";i:5197;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3;s:5:\"bytes\";i:424;s:11:\"size_before\";i:9865;s:10:\"size_after\";i:9441;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.52;s:5:\"bytes\";i:1760;s:11:\"size_before\";i:49973;s:10:\"size_after\";i:48213;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.24;s:5:\"bytes\";i:2633;s:11:\"size_before\";i:81180;s:10:\"size_after\";i:78547;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62;s:5:\"bytes\";i:3839;s:11:\"size_before\";i:105922;s:10:\"size_after\";i:102083;s:4:\"time\";d:0.03;}}}'),(18999,6768,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1151;s:6:\"height\";i:565;s:4:\"file\";s:39:\"2019/08/Clfton-Boys-Home-20190831-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Clfton-Boys-Home-20190831-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:39:\"Clfton-Boys-Home-20190831-1-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Clfton-Boys-Home-20190831-1-768x377.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:377;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Clfton-Boys-Home-20190831-1-1024x503.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Clfton-Boys-Home-20190831-1-1060x565.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:565;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:{}}}'),(19000,6766,'_thumbnail_id','6768'),(19001,6766,'_edit_last','9'),(19002,6766,'smpush_mute_activated','no'),(19003,6766,'_yoast_wpseo_primary_category','4'),(19004,6766,'_yoast_wpseo_primary_sub-category','6'),(19005,6766,'sponsored_url',''),(19006,6766,'_yoast_wpseo_content_score','60'),(19007,6766,'_yoast_wpseo_focuskeywords','[]'),(19008,6766,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19009,6770,'_edit_lock','1567288730:9'),(19010,6770,'_yst_prominent_words_version','1'),(19011,6771,'_wp_attached_file','2019/08/Jack-Dorsey-The-Verge.jpg'),(19012,6771,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9609373585179015;s:5:\"bytes\";i:4905;s:11:\"size_before\";i:165657;s:10:\"size_after\";i:160752;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.77;s:5:\"bytes\";i:236;s:11:\"size_before\";i:4952;s:10:\"size_after\";i:4716;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.76;s:5:\"bytes\";i:372;s:11:\"size_before\";i:9898;s:10:\"size_after\";i:9526;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.61;s:5:\"bytes\";i:982;s:11:\"size_before\";i:37581;s:10:\"size_after\";i:36599;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.84;s:5:\"bytes\";i:1624;s:11:\"size_before\";i:57230;s:10:\"size_after\";i:55606;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.02;s:5:\"bytes\";i:1691;s:11:\"size_before\";i:55996;s:10:\"size_after\";i:54305;s:4:\"time\";d:0.04;}}}'),(19013,6771,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:33:\"2019/08/Jack-Dorsey-The-Verge.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Jack-Dorsey-The-Verge-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:\"Jack-Dorsey-The-Verge-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:33:\"Jack-Dorsey-The-Verge-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:34:\"Jack-Dorsey-The-Verge-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Jack-Dorsey-The-Verge-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(19014,6760,'xyz_smap','1'),(19016,6770,'_thumbnail_id','6771'),(19017,6770,'_edit_last','9'),(19018,6770,'smpush_mute_activated','no'),(19019,6770,'_yoast_wpseo_primary_category','4'),(19020,6770,'_yoast_wpseo_primary_sub-category','881'),(19021,6770,'sponsored_url',''),(19022,6770,'_yoast_wpseo_content_score','60'),(19023,6770,'_yoast_wpseo_focuskeywords','[]'),(19024,6770,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19027,6776,'_edit_lock','1567289488:9'),(19028,6776,'_yst_prominent_words_version','1'),(19029,6777,'_wp_attached_file','2019/08/ellie-goulding-wedding.jpg'),(19030,6777,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.942955345510991;s:5:\"bytes\";i:2845;s:11:\"size_before\";i:72154;s:10:\"size_after\";i:69309;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53;s:5:\"bytes\";i:327;s:11:\"size_before\";i:5914;s:10:\"size_after\";i:5587;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2;s:5:\"bytes\";i:701;s:11:\"size_before\";i:13488;s:10:\"size_after\";i:12787;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.44;s:5:\"bytes\";i:1817;s:11:\"size_before\";i:52752;s:10:\"size_after\";i:50935;s:4:\"time\";d:0.03;}}}'),(19031,6777,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:34:\"2019/08/ellie-goulding-wedding.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"ellie-goulding-wedding-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:\"ellie-goulding-wedding-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"ellie-goulding-wedding-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:9:\"GC Images\";s:6:\"camera\";s:22:\"Canon EOS-1D X Mark II\";s:7:\"caption\";s:197:\"YORK, ENGLAND - AUGUST 31: Ellie Goulding and Jasper Jopling seen leaving York Minster Cathedral after their wedding ceremony on August 31, 2019 in York, England. (Photo by John Rainford/GC Images)\";s:17:\"created_timestamp\";s:10:\"1567209600\";s:9:\"copyright\";s:18:\"2019 John Rainford\";s:12:\"focal_length\";s:3:\"255\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:72:\"The Wedding of Ellie Goulding &amp; Caspar Jopling - Celebrity Sightings\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:2:{i:0;s:6:\"bestof\";i:1;s:5:\"topix\";}}}'),(19032,6776,'_thumbnail_id','6777'),(19033,6776,'_edit_last','9'),(19034,6776,'smpush_mute_activated','no'),(19035,6776,'_yoast_wpseo_primary_category','2'),(19036,6776,'_yoast_wpseo_primary_sub-category','10'),(19037,6776,'sponsored_url',''),(19038,6776,'_yoast_wpseo_content_score','30'),(19039,6776,'_yoast_wpseo_focuskeywords','[]'),(19040,6776,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19042,6780,'_edit_lock','1567289695:9'),(19043,6780,'_yst_prominent_words_version','1'),(19044,6781,'_wp_attached_file','2019/08/drew-barrymore.jpg'),(19045,6781,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.168824849711981;s:5:\"bytes\";i:2656;s:11:\"size_before\";i:63711;s:10:\"size_after\";i:61055;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.56;s:5:\"bytes\";i:347;s:11:\"size_before\";i:6243;s:10:\"size_after\";i:5896;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94;s:5:\"bytes\";i:549;s:11:\"size_before\";i:11116;s:10:\"size_after\";i:10567;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8;s:5:\"bytes\";i:1760;s:11:\"size_before\";i:46352;s:10:\"size_after\";i:44592;s:4:\"time\";d:0.02;}}}'),(19046,6781,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:26:\"2019/08/drew-barrymore.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"drew-barrymore-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:\"drew-barrymore-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"drew-barrymore-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:25:\"Derek Storm / Splash News\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:355:\"Netflix\'s Santa Clarita Diet Season 2 Talk and Screening at the 92Y, NYC\r\r<P>\rPictured: Drew Barrymore\r<B>Ref: SPL1673219  190318  </B><BR />\rPicture by: Derek Storm / Splash News<BR />\r</P><P>\r<B>Splash News and Pictures</B><BR />\rLos Angeles:	310-821-2666<BR />\rNew York:	212-619-2666<BR />\rLondon:	870-934-2666<BR />\rphotodesk@splashnews.com<BR />\r</P>\";s:17:\"created_timestamp\";s:10:\"1521474983\";s:9:\"copyright\";s:21:\"© www.splashnews.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:72:\"Netflix\'s Santa Clarita Diet Season 2 Talk and Screening at the 92Y, NYC\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19047,6780,'_thumbnail_id','6781'),(19048,6780,'_edit_last','9'),(19049,6780,'smpush_mute_activated','no'),(19050,6780,'_yoast_wpseo_primary_category','3'),(19051,6780,'_yoast_wpseo_primary_sub-category','9'),(19052,6780,'sponsored_url',''),(19053,6780,'_yoast_wpseo_content_score','60'),(19054,6780,'_yoast_wpseo_focuskeywords','[]'),(19055,6780,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19056,6763,'xyz_smap','1'),(19058,2155,'_yst_prominent_words_version','1'),(19059,6783,'_edit_lock','1567438573:9'),(19060,6783,'_yst_prominent_words_version','1'),(19061,6784,'_wp_attached_file','2019/08/nswma-wage-truck-drivers.jpg'),(19062,6784,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:372342;s:11:\"size_before\";i:525660;s:10:\"size_after\";i:153318;}'),(19063,6784,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4384864306843226;s:5:\"bytes\";i:8660;s:11:\"size_before\";i:251855;s:10:\"size_after\";i:243195;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.81;s:5:\"bytes\";i:478;s:11:\"size_before\";i:7014;s:10:\"size_after\";i:6536;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.28;s:5:\"bytes\";i:750;s:11:\"size_before\";i:14197;s:10:\"size_after\";i:13447;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.89;s:5:\"bytes\";i:2227;s:11:\"size_before\";i:57193;s:10:\"size_after\";i:54966;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.06;s:5:\"bytes\";i:2694;s:11:\"size_before\";i:88041;s:10:\"size_after\";i:85347;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.94;s:5:\"bytes\";i:2511;s:11:\"size_before\";i:85410;s:10:\"size_after\";i:82899;s:4:\"time\";d:0.04;}}}'),(19064,6784,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2019/08/nswma-wage-truck-drivers.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"nswma-wage-truck-drivers-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:\"nswma-wage-truck-drivers-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:36:\"nswma-wage-truck-drivers-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:37:\"nswma-wage-truck-drivers-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"nswma-wage-truck-drivers-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(19065,6783,'_thumbnail_id','6784'),(19066,6783,'_edit_last','11'),(19067,6783,'smpush_mute_activated','no'),(19068,6783,'_yoast_wpseo_primary_category','4'),(19069,6783,'_yoast_wpseo_primary_sub-category','6'),(19070,6783,'sponsored_url',''),(19071,6783,'_yoast_wpseo_content_score','60'),(19072,6783,'_yoast_wpseo_focuskeywords','[]'),(19073,6783,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19074,6766,'xyz_smap','1'),(19076,6770,'xyz_smap','1'),(19078,6776,'xyz_smap','1'),(19081,6783,'xyz_smap','1'),(19083,6780,'xyz_smap','1'),(19086,6461,'_thumbnail_id','6479'),(19087,6461,'_edit_last','11'),(19088,6461,'xyz_smap','1'),(19089,6461,'smpush_mute_activated','no'),(19091,6461,'_yoast_wpseo_primary_category','4'),(19092,6461,'_yoast_wpseo_primary_sub-category','11'),(19093,6461,'sponsored_url',''),(19094,6461,'_yoast_wpseo_content_score','60'),(19095,6461,'_yoast_wpseo_focuskeywords','[]'),(19096,6461,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19097,6787,'_edit_lock','1567344583:11'),(19098,6787,'_yst_prominent_words_version','1'),(19099,6788,'_wp_attached_file','2019/09/Savage-X-Fenty-Line-Rihanna.jpg'),(19100,6788,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7643131982754623;s:5:\"bytes\";i:812;s:11:\"size_before\";i:21571;s:10:\"size_after\";i:20759;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.51;s:5:\"bytes\";i:340;s:11:\"size_before\";i:6166;s:10:\"size_after\";i:5826;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.06;s:5:\"bytes\";i:472;s:11:\"size_before\";i:15405;s:10:\"size_after\";i:14933;s:4:\"time\";d:0.02;}}}'),(19101,6788,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:597;s:6:\"height\";i:583;s:4:\"file\";s:39:\"2019/09/Savage-X-Fenty-Line-Rihanna.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Savage-X-Fenty-Line-Rihanna-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:\"Savage-X-Fenty-Line-Rihanna-300x293.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:293;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:{}}}'),(19102,6787,'_oembed_c62466945c93033f34f1b03d3aa624cb','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1oasz4H1Ds/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1oasz4H1Ds/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1oasz4H1Ds/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">‪SEPTEMBER 20TH!! Get ready to watch this year&#39;s #SAVAGEXFENTYSHOW only on @amazonprimevideo ? We are working on creating the most bold, sexy, super energetic experience you can imagine!! @savagexfenty‬ ‪</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/badgalriri/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> badgalriri</a> (@badgalriri) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-26T15:03:40+00:00\">Aug 26, 2019 at 8:03am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(19103,6787,'_oembed_time_c62466945c93033f34f1b03d3aa624cb','1567343426'),(19104,6790,'_wp_attached_file','2019/09/Savage-X-Fenty-Line-Rihanna-1.jpg'),(19105,6790,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.078712523814299;s:5:\"bytes\";i:1013;s:11:\"size_before\";i:19946;s:10:\"size_after\";i:18933;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.44;s:5:\"bytes\";i:445;s:11:\"size_before\";i:6908;s:10:\"size_after\";i:6463;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.36;s:5:\"bytes\";i:568;s:11:\"size_before\";i:13038;s:10:\"size_after\";i:12470;s:4:\"time\";d:0.01;}}}'),(19106,6790,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:552;s:6:\"height\";i:382;s:4:\"file\";s:41:\"2019/09/Savage-X-Fenty-Line-Rihanna-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Savage-X-Fenty-Line-Rihanna-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:41:\"Savage-X-Fenty-Line-Rihanna-1-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;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:{}}}'),(19107,6787,'_oembed_7efaebfdbabcb8c6d3049c4926a40c87','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B06c99xlhCg/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B06c99xlhCg/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B06c99xlhCg/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Serve that lavender lewk! This color is lit so get yours now! ???#SavageXFenty @lessance @misshamino @itskaylajane</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/savagexfenty/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> SAVAGE X FENTY BY RIHANNA</a> (@savagexfenty) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-08T18:37:49+00:00\">Aug 8, 2019 at 11:37am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(19108,6787,'_oembed_time_7efaebfdbabcb8c6d3049c4926a40c87','1567343857'),(19109,6792,'_wp_attached_file','2019/09/Rihanna-Savage-X-Fenty-Line.jpg'),(19110,6792,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.933957559975621;s:5:\"bytes\";i:2864;s:11:\"size_before\";i:36098;s:10:\"size_after\";i:33234;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.03;s:5:\"bytes\";i:813;s:11:\"size_before\";i:10126;s:10:\"size_after\";i:9313;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9;s:5:\"bytes\";i:2051;s:11:\"size_before\";i:25972;s:10:\"size_after\";i:23921;s:4:\"time\";d:0.01;}}}'),(19111,6792,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:557;s:6:\"height\";i:397;s:4:\"file\";s:39:\"2019/09/Rihanna-Savage-X-Fenty-Line.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Rihanna-Savage-X-Fenty-Line-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:\"Rihanna-Savage-X-Fenty-Line-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;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:{}}}'),(19112,6793,'_edit_lock','1567358345:11'),(19113,6793,'_yst_prominent_words_version','1'),(19115,6787,'_thumbnail_id','6792'),(19116,6787,'_edit_last','11'),(19117,6787,'xyz_smap','1'),(19118,6787,'smpush_mute_activated','no'),(19120,6787,'_yoast_wpseo_primary_category','2'),(19121,6787,'_yoast_wpseo_primary_sub-category','10'),(19122,6787,'sponsored_url',''),(19123,6787,'_yoast_wpseo_focuskw','Savage X Fenty just received US$50 million in additional funding from its pool of investors'),(19124,6787,'_yoast_wpseo_metadesc','Rihanna\'s Savage X Fenty lingerie line has raised an additional US$50 million from investors following a strong first year of sales.'),(19125,6787,'_yoast_wpseo_linkdex','42'),(19126,6787,'_yoast_wpseo_content_score','60'),(19127,6787,'_yoast_wpseo_focuskeywords','[{\"keyword\":\"savage x fenty\",\"score\":\"ok\"},{\"keyword\":\"Rihanna\",\"score\":\"good\"},{\"keyword\":\"lingerie line\",\"score\":\"ok\"},{\"keyword\":\"savage x\",\"score\":\"ok\"}]'),(19128,6787,'_yoast_wpseo_keywordsynonyms','[\"\",\"\",\"\",\"\",\"\"]'),(19129,6795,'_edit_lock','1567346708:11'),(19130,6795,'_yst_prominent_words_version','1'),(19131,6795,'_edit_last','11'),(19132,6795,'smpush_mute_activated','no'),(19133,6795,'_yoast_wpseo_primary_category','4'),(19134,6795,'_yoast_wpseo_primary_sub-category','12'),(19135,6795,'sponsored_url',''),(19136,6795,'_yoast_wpseo_content_score','60'),(19137,6795,'_yoast_wpseo_focuskeywords','[]'),(19138,6795,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19140,6798,'_wp_attached_file','2019/09/Floyd-Green-Encouraging-Entrepreneurship.jpg'),(19141,6798,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1400744;s:11:\"size_before\";i:1591166;s:10:\"size_after\";i:190422;}'),(19142,6798,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.6491291235742764;s:5:\"bytes\";i:8020;s:11:\"size_before\";i:302741;s:10:\"size_after\";i:294721;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8;s:5:\"bytes\";i:446;s:11:\"size_before\";i:7686;s:10:\"size_after\";i:7240;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.07;s:5:\"bytes\";i:806;s:11:\"size_before\";i:15896;s:10:\"size_after\";i:15090;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7;s:5:\"bytes\";i:1820;s:11:\"size_before\";i:67514;s:10:\"size_after\";i:65694;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.34;s:5:\"bytes\";i:2461;s:11:\"size_before\";i:105220;s:10:\"size_after\";i:102759;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.34;s:5:\"bytes\";i:2487;s:11:\"size_before\";i:106425;s:10:\"size_after\";i:103938;s:4:\"time\";d:0.05;}}}'),(19143,6798,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:984;s:4:\"file\";s:52:\"2019/09/Floyd-Green-Encouraging-Entrepreneurship.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Floyd-Green-Encouraging-Entrepreneurship-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:52:\"Floyd-Green-Encouraging-Entrepreneurship-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"Floyd-Green-Encouraging-Entrepreneurship-768x504.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"Floyd-Green-Encouraging-Entrepreneurship-1024x672.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"Floyd-Green-Encouraging-Entrepreneurship-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567011487\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19144,6800,'_wp_attached_file','2019/09/miss-universe-jamaica.jpg'),(19145,6800,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:590345;s:11:\"size_before\";i:871730;s:10:\"size_after\";i:281385;}'),(19146,6800,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.345986609595778;s:5:\"bytes\";i:23643;s:11:\"size_before\";i:442257;s:10:\"size_after\";i:418614;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.06;s:5:\"bytes\";i:773;s:11:\"size_before\";i:9592;s:10:\"size_after\";i:8819;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62;s:5:\"bytes\";i:1534;s:11:\"size_before\";i:23180;s:10:\"size_after\";i:21646;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.48;s:5:\"bytes\";i:5704;s:11:\"size_before\";i:104154;s:10:\"size_after\";i:98450;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.15;s:5:\"bytes\";i:8282;s:11:\"size_before\";i:160897;s:10:\"size_after\";i:152615;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.09;s:5:\"bytes\";i:7350;s:11:\"size_before\";i:144434;s:10:\"size_after\";i:137084;s:4:\"time\";d:0.05;}}}'),(19147,6800,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1150;s:4:\"file\";s:33:\"2019/09/miss-universe-jamaica.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"miss-universe-jamaica-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:\"miss-universe-jamaica-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"miss-universe-jamaica-768x589.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"miss-universe-jamaica-1024x785.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"miss-universe-jamaica-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G960F\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567296650\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19149,6795,'_thumbnail_id','6798'),(19150,6795,'xyz_smap','1'),(19152,6795,'_yoast_wpseo_metadesc','Hon. Floyd Green, has encouraged tertiary-level students receiving scholarships from the BGLC to consider entrepreneurship as a viable career option.'),(19154,6793,'_edit_last','11'),(19155,6793,'xyz_smap','1'),(19156,6793,'smpush_mute_activated','no'),(19158,6793,'_yoast_wpseo_primary_category','2'),(19159,6793,'_yoast_wpseo_primary_sub-category','14'),(19160,6793,'sponsored_url',''),(19161,6793,'_yoast_wpseo_content_score','30'),(19162,6793,'_yoast_wpseo_focuskeywords','[]'),(19163,6793,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19164,6804,'_wp_attached_file','2019/09/miss-universe-jamaica-Iana-Tickle-Garcia.jpg'),(19165,6804,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:887929;s:11:\"size_before\";i:1096819;s:10:\"size_after\";i:208890;}'),(19166,6804,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.478677717275432;s:5:\"bytes\";i:13234;s:11:\"size_before\";i:295489;s:10:\"size_after\";i:282255;s:4:\"time\";d:0.16000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.94;s:5:\"bytes\";i:444;s:11:\"size_before\";i:7480;s:10:\"size_after\";i:7036;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.72;s:5:\"bytes\";i:689;s:11:\"size_before\";i:14595;s:10:\"size_after\";i:13906;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:2610;s:11:\"size_before\";i:65180;s:10:\"size_after\";i:62570;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53;s:5:\"bytes\";i:4783;s:11:\"size_before\";i:105550;s:10:\"size_after\";i:100767;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.58;s:5:\"bytes\";i:4708;s:11:\"size_before\";i:102684;s:10:\"size_after\";i:97976;s:4:\"time\";d:0.05;}}}'),(19167,6804,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1042;s:4:\"file\";s:52:\"2019/09/miss-universe-jamaica-Iana-Tickle-Garcia.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"miss-universe-jamaica-Iana-Tickle-Garcia-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:52:\"miss-universe-jamaica-Iana-Tickle-Garcia-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"miss-universe-jamaica-Iana-Tickle-Garcia-768x533.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"miss-universe-jamaica-Iana-Tickle-Garcia-1024x711.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"miss-universe-jamaica-Iana-Tickle-Garcia-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567296453\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"300\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19169,6793,'_thumbnail_id','6825'),(19171,6807,'_edit_lock','1567347997:11'),(19172,6807,'_yst_prominent_words_version','1'),(19173,6808,'_wp_attached_file','2019/09/beverage-carbonated-drink.jpg'),(19174,6808,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1741440;s:11:\"size_before\";i:1934517;s:10:\"size_after\";i:193077;}'),(19175,6808,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.975010154884058;s:5:\"bytes\";i:14085;s:11:\"size_before\";i:283115;s:10:\"size_after\";i:269030;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.89;s:5:\"bytes\";i:418;s:11:\"size_before\";i:7099;s:10:\"size_after\";i:6681;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:651;s:11:\"size_before\";i:13019;s:10:\"size_after\";i:12368;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.91;s:5:\"bytes\";i:3029;s:11:\"size_before\";i:61655;s:10:\"size_after\";i:58626;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.98;s:5:\"bytes\";i:4993;s:11:\"size_before\";i:100295;s:10:\"size_after\";i:95302;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94;s:5:\"bytes\";i:4994;s:11:\"size_before\";i:101047;s:10:\"size_after\";i:96053;s:4:\"time\";d:0.04;}}}'),(19176,6808,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:37:\"2019/09/beverage-carbonated-drink.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"beverage-carbonated-drink-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:\"beverage-carbonated-drink-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:37:\"beverage-carbonated-drink-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:38:\"beverage-carbonated-drink-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"beverage-carbonated-drink-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(19177,6809,'_wp_attached_file','2019/09/Jamaican-fruits-nutrition-policy.jpg'),(19178,6809,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.92562974810076;s:5:\"bytes\";i:1482;s:11:\"size_before\";i:25010;s:10:\"size_after\";i:23528;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.18;s:5:\"bytes\";i:480;s:11:\"size_before\";i:7770;s:10:\"size_after\";i:7290;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.81;s:5:\"bytes\";i:1002;s:11:\"size_before\";i:17240;s:10:\"size_after\";i:16238;s:4:\"time\";d:0.01;}}}'),(19179,6809,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:366;s:4:\"file\";s:44:\"2019/09/Jamaican-fruits-nutrition-policy.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Jamaican-fruits-nutrition-policy-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:\"Jamaican-fruits-nutrition-policy-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:{}}}'),(19180,6810,'_wp_attached_file','2019/09/water-nutrition-policy.jpg'),(19181,6810,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:559153;s:11:\"size_before\";i:646515;s:10:\"size_after\";i:87362;}'),(19182,6810,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.944963245399507;s:5:\"bytes\";i:9854;s:11:\"size_before\";i:141887;s:10:\"size_after\";i:132033;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:229;s:11:\"size_before\";i:4861;s:10:\"size_after\";i:4632;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.27;s:5:\"bytes\";i:351;s:11:\"size_before\";i:8228;s:10:\"size_after\";i:7877;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.35;s:5:\"bytes\";i:2044;s:11:\"size_before\";i:32165;s:10:\"size_after\";i:30121;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3;s:5:\"bytes\";i:3582;s:11:\"size_before\";i:49096;s:10:\"size_after\";i:45514;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.67;s:5:\"bytes\";i:3648;s:11:\"size_before\";i:47537;s:10:\"size_after\";i:43889;s:4:\"time\";d:0.03;}}}'),(19183,6810,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:34:\"2019/09/water-nutrition-policy.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"water-nutrition-policy-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:\"water-nutrition-policy-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:34:\"water-nutrition-policy-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:35:\"water-nutrition-policy-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"water-nutrition-policy-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(19184,6811,'_wp_attached_file','2019/09/Sugar.jpeg'),(19185,6811,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:9325;s:11:\"size_before\";i:142019;s:10:\"size_after\";i:132694;}'),(19186,6811,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3113003997240584;s:5:\"bytes\";i:6768;s:11:\"size_before\";i:204391;s:10:\"size_after\";i:197623;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.69;s:5:\"bytes\";i:207;s:11:\"size_before\";i:4418;s:10:\"size_after\";i:4211;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8;s:5:\"bytes\";i:367;s:11:\"size_before\";i:9670;s:10:\"size_after\";i:9303;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.07;s:5:\"bytes\";i:1387;s:11:\"size_before\";i:45154;s:10:\"size_after\";i:43767;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.34;s:5:\"bytes\";i:2409;s:11:\"size_before\";i:72056;s:10:\"size_after\";i:69647;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.28;s:5:\"bytes\";i:2398;s:11:\"size_before\";i:73093;s:10:\"size_after\";i:70695;s:4:\"time\";d:0.04;}}}'),(19187,6811,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1001;s:4:\"file\";s:18:\"2019/09/Sugar.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Sugar-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:\"Sugar-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:18:\"Sugar-768x513.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Sugar-1024x684.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Sugar-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(19188,6812,'_wp_attached_file','2019/09/Samuda-Nutrition-Policy-Schools.jpg'),(19189,6812,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:490627;s:11:\"size_before\";i:634261;s:10:\"size_after\";i:143634;}'),(19190,6812,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.987400441814668;s:5:\"bytes\";i:8646;s:11:\"size_before\";i:216833;s:10:\"size_after\";i:208187;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.99;s:5:\"bytes\";i:332;s:11:\"size_before\";i:6653;s:10:\"size_after\";i:6321;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:410;s:11:\"size_before\";i:12530;s:10:\"size_after\";i:12120;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:1833;s:11:\"size_before\";i:49418;s:10:\"size_after\";i:47585;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.93;s:5:\"bytes\";i:3032;s:11:\"size_before\";i:77093;s:10:\"size_after\";i:74061;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.27;s:5:\"bytes\";i:3039;s:11:\"size_before\";i:71139;s:10:\"size_after\";i:68100;s:4:\"time\";d:0.03;}}}'),(19191,6812,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1087;s:4:\"file\";s:43:\"2019/09/Samuda-Nutrition-Policy-Schools.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Samuda-Nutrition-Policy-Schools-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:\"Samuda-Nutrition-Policy-Schools-300x217.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Samuda-Nutrition-Policy-Schools-768x557.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Samuda-Nutrition-Policy-Schools-1024x742.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:742;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Samuda-Nutrition-Policy-Schools-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567075248\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"112\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19192,6813,'_wp_attached_file','2019/09/miss-universe-jamaica-iana.jpg'),(19193,6813,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:961675;s:11:\"size_before\";i:1099661;s:10:\"size_after\";i:137986;}'),(19194,6813,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.107554656978416;s:5:\"bytes\";i:18290;s:11:\"size_before\";i:358097;s:10:\"size_after\";i:339807;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7;s:5:\"bytes\";i:376;s:11:\"size_before\";i:6594;s:10:\"size_after\";i:6218;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.98;s:5:\"bytes\";i:710;s:11:\"size_before\";i:14266;s:10:\"size_after\";i:13556;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9;s:5:\"bytes\";i:6273;s:11:\"size_before\";i:127913;s:10:\"size_after\";i:121640;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.63;s:5:\"bytes\";i:4831;s:11:\"size_before\";i:104375;s:10:\"size_after\";i:99544;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.81;s:5:\"bytes\";i:6100;s:11:\"size_before\";i:104949;s:10:\"size_after\";i:98849;s:4:\"time\";d:0.03;}}}'),(19195,6813,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:1200;s:4:\"file\";s:38:\"2019/09/miss-universe-jamaica-iana.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"miss-universe-jamaica-iana-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:\"miss-universe-jamaica-iana-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"miss-universe-jamaica-iana-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"miss-universe-jamaica-iana-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"miss-universe-jamaica-iana-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567296566\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"300\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19196,6814,'_wp_attached_file','2019/09/gyptian-miss-jamaica-universe.jpg'),(19197,6814,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:658087;s:11:\"size_before\";i:874407;s:10:\"size_after\";i:216320;}'),(19198,6814,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9309448490644696;s:5:\"bytes\";i:12824;s:11:\"size_before\";i:326232;s:10:\"size_after\";i:313408;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.43;s:5:\"bytes\";i:476;s:11:\"size_before\";i:7408;s:10:\"size_after\";i:6932;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.91;s:5:\"bytes\";i:807;s:11:\"size_before\";i:16441;s:10:\"size_after\";i:15634;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.97;s:5:\"bytes\";i:2887;s:11:\"size_before\";i:72737;s:10:\"size_after\";i:69850;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.65;s:5:\"bytes\";i:4205;s:11:\"size_before\";i:115053;s:10:\"size_after\";i:110848;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.88;s:5:\"bytes\";i:4449;s:11:\"size_before\";i:114593;s:10:\"size_after\";i:110144;s:4:\"time\";d:0.05;}}}'),(19199,6814,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:41:\"2019/09/gyptian-miss-jamaica-universe.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"gyptian-miss-jamaica-universe-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:\"gyptian-miss-jamaica-universe-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:41:\"gyptian-miss-jamaica-universe-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:42:\"gyptian-miss-jamaica-universe-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"gyptian-miss-jamaica-universe-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567295353\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19201,6807,'_thumbnail_id','6812'),(19202,6807,'_edit_last','11'),(19203,6807,'xyz_smap','1'),(19204,6807,'smpush_mute_activated','no'),(19206,6807,'_yoast_wpseo_primary_category','4'),(19207,6807,'_yoast_wpseo_primary_sub-category','11'),(19208,6807,'sponsored_url',''),(19209,6807,'_yoast_wpseo_metadesc','The Government aims to finalise the Nutrition Policy during academic year 2019/2020 which includes restricting certain types of sugary drinks in schools and provide healthier food options for students.'),(19210,6807,'_yoast_wpseo_content_score','30'),(19211,6807,'_yoast_wpseo_focuskeywords','[]'),(19212,6807,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19213,6816,'_wp_attached_file','2019/09/miss-jamaica-universe-iana-2.jpg'),(19214,6816,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:829668;s:11:\"size_before\";i:1031712;s:10:\"size_after\";i:202044;}'),(19215,6816,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.022494452381676;s:5:\"bytes\";i:13218;s:11:\"size_before\";i:263176;s:10:\"size_after\";i:249958;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.66;s:5:\"bytes\";i:334;s:11:\"size_before\";i:5898;s:10:\"size_after\";i:5564;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1;s:5:\"bytes\";i:525;s:11:\"size_before\";i:12803;s:10:\"size_after\";i:12278;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:2774;s:11:\"size_before\";i:58404;s:10:\"size_after\";i:55630;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3;s:5:\"bytes\";i:5252;s:11:\"size_before\";i:99173;s:10:\"size_after\";i:93921;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.99;s:5:\"bytes\";i:4333;s:11:\"size_before\";i:86898;s:10:\"size_after\";i:82565;s:4:\"time\";d:0.04;}}}'),(19216,6816,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1103;s:4:\"file\";s:40:\"2019/09/miss-jamaica-universe-iana-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"miss-jamaica-universe-iana-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:\"miss-jamaica-universe-iana-2-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"miss-jamaica-universe-iana-2-768x565.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:565;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"miss-jamaica-universe-iana-2-1024x753.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:753;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"miss-jamaica-universe-iana-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567296274\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"330\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19217,6817,'_edit_lock','1567352959:11'),(19218,6817,'_yst_prominent_words_version','1'),(19219,6818,'_wp_attached_file','2019/09/miss-universe-jamaica-iana19.jpg'),(19220,6818,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:769941;s:11:\"size_before\";i:936976;s:10:\"size_after\";i:167035;}'),(19221,6818,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8153092487783447;s:5:\"bytes\";i:9377;s:11:\"size_before\";i:245773;s:10:\"size_after\";i:236396;s:4:\"time\";d:0.18000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.02;s:5:\"bytes\";i:335;s:11:\"size_before\";i:6676;s:10:\"size_after\";i:6341;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12;s:5:\"bytes\";i:545;s:11:\"size_before\";i:13235;s:10:\"size_after\";i:12690;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.55;s:5:\"bytes\";i:1930;s:11:\"size_before\";i:54339;s:10:\"size_after\";i:52409;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.65;s:5:\"bytes\";i:3152;s:11:\"size_before\";i:86351;s:10:\"size_after\";i:83199;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.01;s:5:\"bytes\";i:3415;s:11:\"size_before\";i:85172;s:10:\"size_after\";i:81757;s:4:\"time\";d:0.03;}}}'),(19222,6818,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1001;s:4:\"file\";s:40:\"2019/09/miss-universe-jamaica-iana19.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"miss-universe-jamaica-iana19-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:\"miss-universe-jamaica-iana19-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:40:\"miss-universe-jamaica-iana19-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:41:\"miss-universe-jamaica-iana19-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"miss-universe-jamaica-iana19-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567286940\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"185\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19223,6819,'_wp_attached_file','2019/09/miss-universe-jamaica-iana-evening-gown.jpg'),(19224,6819,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:829860;s:11:\"size_before\";i:957119;s:10:\"size_after\";i:127259;}'),(19225,6819,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.35447194017146;s:5:\"bytes\";i:17613;s:11:\"size_before\";i:328940;s:10:\"size_after\";i:311327;s:4:\"time\";d:0.18000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.08;s:5:\"bytes\";i:305;s:11:\"size_before\";i:6001;s:10:\"size_after\";i:5696;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45;s:5:\"bytes\";i:564;s:11:\"size_before\";i:12666;s:10:\"size_after\";i:12102;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.97;s:5:\"bytes\";i:5858;s:11:\"size_before\";i:117936;s:10:\"size_after\";i:112078;s:4:\"time\";d:0.06;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:4636;s:11:\"size_before\";i:96798;s:10:\"size_after\";i:92162;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:6250;s:11:\"size_before\";i:95539;s:10:\"size_after\";i:89289;s:4:\"time\";d:0.03;}}}'),(19226,6819,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:1200;s:4:\"file\";s:51:\"2019/09/miss-universe-jamaica-iana-evening-gown.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"miss-universe-jamaica-iana-evening-gown-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:\"miss-universe-jamaica-iana-evening-gown-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"miss-universe-jamaica-iana-evening-gown-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"miss-universe-jamaica-iana-evening-gown-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"miss-universe-jamaica-iana-evening-gown-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567289700\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"250\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19229,6821,'_wp_attached_file','2019/09/Hurricane-Dorian-Bahamas.jpg'),(19230,6821,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.238903744339818;s:5:\"bytes\";i:9448;s:11:\"size_before\";i:130517;s:10:\"size_after\";i:121069;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.39;s:5:\"bytes\";i:842;s:11:\"size_before\";i:10032;s:10:\"size_after\";i:9190;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.55;s:5:\"bytes\";i:1794;s:11:\"size_before\";i:20977;s:10:\"size_after\";i:19183;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.85;s:5:\"bytes\";i:6812;s:11:\"size_before\";i:99508;s:10:\"size_after\";i:92696;s:4:\"time\";d:0.03;}}}'),(19231,6821,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:36:\"2019/09/Hurricane-Dorian-Bahamas.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Hurricane-Dorian-Bahamas-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:\"Hurricane-Dorian-Bahamas-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:36:\"Hurricane-Dorian-Bahamas-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:{}}}'),(19232,6822,'_wp_attached_file','2019/09/Hurricane-Dorian-Bahamas.png'),(19233,6822,'wpmf_size','204074'),(19234,6822,'wpmf_filetype','png'),(19235,6822,'wpmf_order','0'),(19236,6822,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:665;s:4:\"file\";s:36:\"2019/09/Hurricane-Dorian-Bahamas.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Hurricane-Dorian-Bahamas-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:36:\"Hurricane-Dorian-Bahamas-300x222.png\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Hurricane-Dorian-Bahamas-768x567.png\";s:5:\"width\";i:768;s:6:\"height\";i:567;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Hurricane-Dorian-Bahamas-900x655.png\";s:5:\"width\";i:900;s:6:\"height\";i:655;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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\";}}'),(19237,6822,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:31.65643039360613;s:5:\"bytes\";i:401313;s:11:\"size_before\";i:1267714;s:10:\"size_after\";i:866401;s:4:\"time\";d:1.98;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.96;s:5:\"bytes\";i:8759;s:11:\"size_before\";i:43888;s:10:\"size_after\";i:35129;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.95;s:5:\"bytes\";i:24957;s:11:\"size_before\";i:113689;s:10:\"size_after\";i:88732;s:4:\"time\";d:0.08;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.86;s:5:\"bytes\";i:99999;s:11:\"size_before\";i:593257;s:10:\"size_after\";i:493258;s:4:\"time\";d:0.52;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:51.77;s:5:\"bytes\";i:267598;s:11:\"size_before\";i:516880;s:10:\"size_after\";i:249282;s:4:\"time\";d:1.34;}}}'),(19238,6823,'_wp_attached_file','2019/09/Hurricane-Dorian-Bahamas-1.png'),(19239,6823,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:31.65643039360613;s:5:\"bytes\";i:401313;s:11:\"size_before\";i:1267714;s:10:\"size_after\";i:866401;s:4:\"time\";d:2.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.96;s:5:\"bytes\";i:8759;s:11:\"size_before\";i:43888;s:10:\"size_after\";i:35129;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.95;s:5:\"bytes\";i:24957;s:11:\"size_before\";i:113689;s:10:\"size_after\";i:88732;s:4:\"time\";d:0.1;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.86;s:5:\"bytes\";i:99999;s:11:\"size_before\";i:593257;s:10:\"size_after\";i:493258;s:4:\"time\";d:0.65;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:51.77;s:5:\"bytes\";i:267598;s:11:\"size_before\";i:516880;s:10:\"size_after\";i:249282;s:4:\"time\";d:1.27;}}}'),(19240,6823,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:665;s:4:\"file\";s:38:\"2019/09/Hurricane-Dorian-Bahamas-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Hurricane-Dorian-Bahamas-1-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:38:\"Hurricane-Dorian-Bahamas-1-300x222.png\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Hurricane-Dorian-Bahamas-1-768x567.png\";s:5:\"width\";i:768;s:6:\"height\";i:567;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Hurricane-Dorian-Bahamas-1-900x655.png\";s:5:\"width\";i:900;s:6:\"height\";i:655;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:{}}}'),(19241,6824,'_wp_attached_file','2019/09/Hurricane-Category-Infographic.png'),(19242,6824,'wpmf_size','230504'),(19243,6824,'wpmf_filetype','png'),(19244,6824,'wpmf_order','0'),(19245,6824,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2356;s:6:\"height\";i:2355;s:4:\"file\";s:42:\"2019/09/Hurricane-Category-Infographic.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Hurricane-Category-Infographic-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:42:\"Hurricane-Category-Infographic-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Hurricane-Category-Infographic-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Hurricane-Category-Infographic-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Hurricane-Category-Infographic-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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\";}}'),(19246,6824,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(19247,6825,'_wp_attached_file','2019/09/miss-universe-jamaica-Iana-Tickle-Garcia-featured-image.jpg'),(19248,6825,'wpmf_size','885925'),(19249,6825,'wpmf_filetype','jpg'),(19250,6825,'wpmf_order','0'),(19251,6825,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:839;s:4:\"file\";s:67:\"2019/09/miss-universe-jamaica-Iana-Tickle-Garcia-featured-image.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:67:\"miss-universe-jamaica-Iana-Tickle-Garcia-featured-image-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:67:\"miss-universe-jamaica-Iana-Tickle-Garcia-featured-image-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:67:\"miss-universe-jamaica-Iana-Tickle-Garcia-featured-image-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:68:\"miss-universe-jamaica-Iana-Tickle-Garcia-featured-image-1024x573.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:68:\"miss-universe-jamaica-Iana-Tickle-Garcia-featured-image-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567296453\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"300\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(19252,6825,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:715391;s:11:\"size_before\";i:885925;s:10:\"size_after\";i:170534;}'),(19253,6824,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:34.60104036810477;s:5:\"bytes\";i:334181;s:11:\"size_before\";i:965812;s:10:\"size_after\";i:631631;s:4:\"time\";d:4.67;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.74;s:5:\"bytes\";i:2772;s:11:\"size_before\";i:12751;s:10:\"size_after\";i:9979;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.53;s:5:\"bytes\";i:15446;s:11:\"size_before\";i:44737;s:10:\"size_after\";i:29291;s:4:\"time\";d:0.16;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.29;s:5:\"bytes\";i:69506;s:11:\"size_before\";i:208818;s:10:\"size_after\";i:139312;s:4:\"time\";d:0.89;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.92;s:5:\"bytes\";i:103638;s:11:\"size_before\";i:305514;s:10:\"size_after\";i:201876;s:4:\"time\";d:1.26;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.25;s:5:\"bytes\";i:142819;s:11:\"size_before\";i:393992;s:10:\"size_after\";i:251173;s:4:\"time\";d:2.33;}}}'),(19254,6825,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.640710024070546;s:5:\"bytes\";i:12204;s:11:\"size_before\";i:262977;s:10:\"size_after\";i:250773;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.93;s:5:\"bytes\";i:431;s:11:\"size_before\";i:7263;s:10:\"size_after\";i:6832;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.81;s:5:\"bytes\";i:578;s:11:\"size_before\";i:12009;s:10:\"size_after\";i:11431;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.07;s:5:\"bytes\";i:2134;s:11:\"size_before\";i:52479;s:10:\"size_after\";i:50345;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.73;s:5:\"bytes\";i:4054;s:11:\"size_before\";i:85754;s:10:\"size_after\";i:81700;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:5007;s:11:\"size_before\";i:105472;s:10:\"size_after\";i:100465;s:4:\"time\";d:0.04;}}}'),(19258,6817,'_thumbnail_id','6823'),(19259,6817,'_edit_last','11'),(19260,6817,'xyz_smap','1'),(19261,6817,'smpush_mute_activated','no'),(19263,6817,'_yoast_wpseo_primary_category','4'),(19264,6817,'_yoast_wpseo_primary_sub-category','13'),(19265,6817,'sponsored_url',''),(19266,6817,'_yoast_wpseo_content_score','60'),(19267,6817,'_yoast_wpseo_focuskeywords','[]'),(19268,6817,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19269,6828,'_edit_lock','1567352861:11'),(19270,6828,'_yst_prominent_words_version','1'),(19271,6829,'_wp_attached_file','2019/09/Alaine.jpg'),(19272,6829,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:540743;s:11:\"size_before\";i:699070;s:10:\"size_after\";i:158327;}'),(19273,6829,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.570139582511478;s:5:\"bytes\";i:8507;s:11:\"size_before\";i:238282;s:10:\"size_after\";i:229775;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:304;s:11:\"size_before\";i:6404;s:10:\"size_after\";i:6100;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8;s:5:\"bytes\";i:474;s:11:\"size_before\";i:12487;s:10:\"size_after\";i:12013;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.23;s:5:\"bytes\";i:1717;s:11:\"size_before\";i:53125;s:10:\"size_after\";i:51408;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.46;s:5:\"bytes\";i:2909;s:11:\"size_before\";i:84021;s:10:\"size_after\";i:81112;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:3103;s:11:\"size_before\";i:82245;s:10:\"size_after\";i:79142;s:4:\"time\";d:0.04;}}}'),(19274,6829,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:18:\"2019/09/Alaine.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Alaine-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:\"Alaine-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:18:\"Alaine-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:19:\"Alaine-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Alaine-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567292656\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19275,6830,'_wp_attached_file','2019/09/elton-earlington.jpg'),(19276,6830,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:514618;s:11:\"size_before\";i:739466;s:10:\"size_after\";i:224848;}'),(19277,6830,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.808325369013486;s:5:\"bytes\";i:13584;s:11:\"size_before\";i:282510;s:10:\"size_after\";i:268926;s:4:\"time\";d:0.18000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:276;s:11:\"size_before\";i:5302;s:10:\"size_after\";i:5026;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.73;s:5:\"bytes\";i:427;s:11:\"size_before\";i:9018;s:10:\"size_after\";i:8591;s:4:\"time\";d:0.05;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.61;s:5:\"bytes\";i:2639;s:11:\"size_before\";i:57307;s:10:\"size_after\";i:54668;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.77;s:5:\"bytes\";i:4992;s:11:\"size_before\";i:104639;s:10:\"size_after\";i:99647;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94;s:5:\"bytes\";i:5250;s:11:\"size_before\";i:106244;s:10:\"size_after\";i:100994;s:4:\"time\";d:0.04;}}}'),(19278,6830,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1001;s:4:\"file\";s:28:\"2019/09/elton-earlington.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"elton-earlington-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:\"elton-earlington-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:28:\"elton-earlington-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:29:\"elton-earlington-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"elton-earlington-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567288147\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"360\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19279,6831,'_wp_attached_file','2019/09/gem-myers-and-dancers.jpg'),(19280,6831,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:803497;s:11:\"size_before\";i:1000657;s:10:\"size_after\";i:197160;}'),(19281,6831,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9547341161445955;s:5:\"bytes\";i:11148;s:11:\"size_before\";i:281890;s:10:\"size_after\";i:270742;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.28;s:5:\"bytes\";i:438;s:11:\"size_before\";i:6974;s:10:\"size_after\";i:6536;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.69;s:5:\"bytes\";i:641;s:11:\"size_before\";i:13655;s:10:\"size_after\";i:13014;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.99;s:5:\"bytes\";i:2399;s:11:\"size_before\";i:60151;s:10:\"size_after\";i:57752;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.81;s:5:\"bytes\";i:3779;s:11:\"size_before\";i:99194;s:10:\"size_after\";i:95415;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.82;s:5:\"bytes\";i:3891;s:11:\"size_before\";i:101916;s:10:\"size_after\";i:98025;s:4:\"time\";d:0.07;}}}'),(19282,6831,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1001;s:4:\"file\";s:33:\"2019/09/gem-myers-and-dancers.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"gem-myers-and-dancers-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:\"gem-myers-and-dancers-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:33:\"gem-myers-and-dancers-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:34:\"gem-myers-and-dancers-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"gem-myers-and-dancers-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567286501\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"240\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19283,6832,'_wp_attached_file','2019/09/gem-myers.jpg'),(19284,6832,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:844687;s:11:\"size_before\";i:1018452;s:10:\"size_after\";i:173765;}'),(19285,6832,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8851701706420285;s:5:\"bytes\";i:8242;s:11:\"size_before\";i:212140;s:10:\"size_after\";i:203898;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.44;s:5:\"bytes\";i:223;s:11:\"size_before\";i:5020;s:10:\"size_after\";i:4797;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.65;s:5:\"bytes\";i:358;s:11:\"size_before\";i:9796;s:10:\"size_after\";i:9438;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:1451;s:11:\"size_before\";i:41463;s:10:\"size_after\";i:40012;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:2894;s:11:\"size_before\";i:78012;s:10:\"size_after\";i:75118;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.26;s:5:\"bytes\";i:3316;s:11:\"size_before\";i:77849;s:10:\"size_after\";i:74533;s:4:\"time\";d:0.04;}}}'),(19286,6832,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1001;s:4:\"file\";s:21:\"2019/09/gem-myers.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"gem-myers-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:\"gem-myers-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:21:\"gem-myers-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:22:\"gem-myers-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"gem-myers-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567286459\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"270\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19287,6833,'_wp_attached_file','2019/09/Terri-Karelle-Reid-and-Joel-Nomdarkham.jpg'),(19288,6833,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:858454;s:11:\"size_before\";i:1006841;s:10:\"size_after\";i:148387;}'),(19289,6833,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2061336334951007;s:5:\"bytes\";i:6950;s:11:\"size_before\";i:216772;s:10:\"size_after\";i:209822;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7;s:5:\"bytes\";i:362;s:11:\"size_before\";i:6347;s:10:\"size_after\";i:5985;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.42;s:5:\"bytes\";i:406;s:11:\"size_before\";i:11871;s:10:\"size_after\";i:11465;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.59;s:5:\"bytes\";i:1234;s:11:\"size_before\";i:47620;s:10:\"size_after\";i:46386;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.16;s:5:\"bytes\";i:2401;s:11:\"size_before\";i:75964;s:10:\"size_after\";i:73563;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4;s:5:\"bytes\";i:2547;s:11:\"size_before\";i:74970;s:10:\"size_after\";i:72423;s:4:\"time\";d:0.04;}}}'),(19290,6833,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:50:\"2019/09/Terri-Karelle-Reid-and-Joel-Nomdarkham.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Terri-Karelle-Reid-and-Joel-Nomdarkham-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:50:\"Terri-Karelle-Reid-and-Joel-Nomdarkham-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:50:\"Terri-Karelle-Reid-and-Joel-Nomdarkham-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:51:\"Terri-Karelle-Reid-and-Joel-Nomdarkham-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"Terri-Karelle-Reid-and-Joel-Nomdarkham-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567287249\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"220\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19299,6836,'_edit_lock','1567356412:9'),(19300,6836,'_yst_prominent_words_version','1'),(19301,6837,'_wp_attached_file','2019/09/miss-universe-jamaica-iana-crowned.jpg'),(19302,6837,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:527922;s:11:\"size_before\";i:718187;s:10:\"size_after\";i:190265;}'),(19303,6837,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.114001751730659;s:5:\"bytes\";i:11226;s:11:\"size_before\";i:272873;s:10:\"size_after\";i:261647;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.52;s:5:\"bytes\";i:430;s:11:\"size_before\";i:6592;s:10:\"size_after\";i:6162;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.01;s:5:\"bytes\";i:688;s:11:\"size_before\";i:13728;s:10:\"size_after\";i:13040;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.88;s:5:\"bytes\";i:2307;s:11:\"size_before\";i:59397;s:10:\"size_after\";i:57090;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.03;s:5:\"bytes\";i:3901;s:11:\"size_before\";i:96705;s:10:\"size_after\";i:92804;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:3900;s:11:\"size_before\";i:96451;s:10:\"size_after\";i:92551;s:4:\"time\";d:0.03;}}}'),(19304,6837,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1001;s:4:\"file\";s:46:\"2019/09/miss-universe-jamaica-iana-crowned.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"miss-universe-jamaica-iana-crowned-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:\"miss-universe-jamaica-iana-crowned-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:46:\"miss-universe-jamaica-iana-crowned-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:47:\"miss-universe-jamaica-iana-crowned-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"miss-universe-jamaica-iana-crowned-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567296416\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"330\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19305,6836,'_edit_last','9'),(19306,6836,'smpush_mute_activated','no'),(19307,6836,'_yoast_wpseo_primary_category','2'),(19308,6836,'_yoast_wpseo_primary_sub-category','16'),(19309,6836,'sponsored_url',''),(19310,6836,'_yoast_wpseo_content_score','30'),(19311,6836,'_yoast_wpseo_focuskeywords','[]'),(19312,6836,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19313,6828,'_oembed_469672c8aa2d2c8fa331328a745f4917','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">.<a href=\"https://twitter.com/julieplec?ref_src=twsrc%5Etfw\">@julieplec</a> &amp; <a href=\"https://twitter.com/amychozick?ref_src=twsrc%5Etfw\">@amychozick</a> will write &amp; EP &quot;The Girls On the Bus,&quot; a series about four female journalists who follow every move of a parade of flawed presidential candidates. <a href=\"https://twitter.com/GBerlanti?ref_src=twsrc%5Etfw\">@GBerlanti</a> &amp; <a href=\"https://twitter.com/SarahSoWitty?ref_src=twsrc%5Etfw\">@SarahSoWitty</a> also EP the series, inspired by a chapter of Chozick’s book Chasing Hillary <a href=\"https://t.co/ApyKCENDtQ\">pic.twitter.com/ApyKCENDtQ</a></p>&mdash; See What&#39;s Next (@seewhatsnext) <a href=\"https://twitter.com/seewhatsnext/status/1166772697239441409?ref_src=twsrc%5Etfw\">August 28, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(19314,6828,'_oembed_time_469672c8aa2d2c8fa331328a745f4917','1567351887'),(19315,6840,'_wp_attached_file','2019/09/Amy-Chozick-Netflix-Series.jpeg'),(19316,6840,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.737191623219643;s:5:\"bytes\";i:15758;s:11:\"size_before\";i:274664;s:10:\"size_after\";i:258906;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:493;s:11:\"size_before\";i:7538;s:10:\"size_after\";i:7045;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.67;s:5:\"bytes\";i:1050;s:11:\"size_before\";i:15750;s:10:\"size_after\";i:14700;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:3907;s:11:\"size_before\";i:62536;s:10:\"size_after\";i:58629;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.55;s:5:\"bytes\";i:5296;s:11:\"size_before\";i:95384;s:10:\"size_after\";i:90088;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.36;s:5:\"bytes\";i:5012;s:11:\"size_before\";i:93456;s:10:\"size_after\";i:88444;s:4:\"time\";d:0.04;}}}'),(19317,6840,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:39:\"2019/09/Amy-Chozick-Netflix-Series.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Amy-Chozick-Netflix-Series-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:39:\"Amy-Chozick-Netflix-Series-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:39:\"Amy-Chozick-Netflix-Series-768x512.jpeg\";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:40:\"Amy-Chozick-Netflix-Series-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Amy-Chozick-Netflix-Series-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(19318,6828,'_oembed_bef4c891490bd146a91ee5bfbb2e729e','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">This is inaccurate <a href=\"https://twitter.com/BBCWorld?ref_src=twsrc%5Etfw\">@BBCWorld</a>. “The Girls on the Bus” has nothing to do with Hillary or the 2016 election, as per the press release and all other coverage. <a href=\"https://t.co/P40czmdarB\">https://t.co/P40czmdarB</a></p>&mdash; Amy Chozick (@amychozick) <a href=\"https://twitter.com/amychozick/status/1167832369681915905?ref_src=twsrc%5Etfw\">August 31, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(19319,6828,'_oembed_time_bef4c891490bd146a91ee5bfbb2e729e','1567352034'),(19327,6828,'_thumbnail_id','6840'),(19328,6828,'_edit_last','11'),(19329,6828,'xyz_smap','1'),(19330,6828,'smpush_mute_activated','no'),(19332,6828,'_yoast_wpseo_primary_category','3'),(19333,6828,'_yoast_wpseo_primary_sub-category','14'),(19334,6828,'sponsored_url',''),(19335,6828,'_yoast_wpseo_content_score','60'),(19336,6828,'_yoast_wpseo_focuskeywords','[]'),(19337,6828,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19340,6828,'_yoast_wpseo_metadesc','Netflix to produce new drama The Girls On The Bus following fictional presidential candidates based on a chapter from NYT reporter Amy Chozik\'s novel.'),(19342,6817,'_oembed_4be4447aba16ff8230ecdbea1c3a15e3','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Extreme winds from the eyewall of <a href=\"https://twitter.com/hashtag/Dorian?src=hash&amp;ref_src=twsrc%5Etfw\">#Dorian</a> in excess of 180 mph will affect the Abaco Islands during the next few hours.  TAKE COVER NOW!  THIS IS AN EXTREMELY DANGEROUS AND LIFE-THREATENING SITUATION.  Move immediately to the safe room in your shelter.  <a href=\"https://t.co/tW4KeFW0gB\">https://t.co/tW4KeFW0gB</a> <a href=\"https://t.co/mr15oGasxH\">pic.twitter.com/mr15oGasxH</a></p>&mdash; National Hurricane Center (@NHC_Atlantic) <a href=\"https://twitter.com/NHC_Atlantic/status/1168175951697465344?ref_src=twsrc%5Etfw\">September 1, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(19343,6817,'_oembed_time_4be4447aba16ff8230ecdbea1c3a15e3','1567352958'),(19345,6836,'_thumbnail_id','6837'),(19349,6836,'xyz_smap','1'),(19351,6852,'_edit_lock','1567357208:4'),(19352,6852,'_yst_prominent_words_version','1'),(19357,6855,'_wp_attached_file','2019/09/ken-baugh.jpg'),(19358,6855,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.381328408584348;s:5:\"bytes\";i:688;s:11:\"size_before\";i:15703;s:10:\"size_after\";i:15015;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87;s:5:\"bytes\";i:248;s:11:\"size_before\";i:5090;s:10:\"size_after\";i:4842;s:4:\"time\";d:0.1;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.15;s:5:\"bytes\";i:440;s:11:\"size_before\";i:10613;s:10:\"size_after\";i:10173;s:4:\"time\";d:0.01;}}}'),(19359,6855,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:460;s:6:\"height\";i:345;s:4:\"file\";s:21:\"2019/09/ken-baugh.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ken-baugh-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:\"ken-baugh-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\";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:{}}}'),(19361,6852,'_thumbnail_id','6855'),(19362,6852,'_edit_last','4'),(19363,6852,'xyz_smap','1'),(19364,6852,'smpush_mute_activated','no'),(19366,6852,'_yoast_wpseo_primary_category','4'),(19367,6852,'_yoast_wpseo_primary_sub-category','15'),(19368,6852,'sponsored_url',''),(19369,6852,'_yoast_wpseo_content_score','60'),(19370,6852,'_yoast_wpseo_focuskeywords','[]'),(19371,6852,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19372,6857,'_edit_lock','1567359500:4'),(19373,6857,'_yst_prominent_words_version','1'),(19376,6860,'_edit_lock','1567362127:11'),(19377,6860,'_yst_prominent_words_version','1'),(19378,6861,'_wp_attached_file','2019/09/Archbishop-Receives-Token-Jamaica.jpg'),(19379,6861,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1188708;s:11:\"size_before\";i:1420997;s:10:\"size_after\";i:232289;}'),(19380,6861,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.338684529060583;s:5:\"bytes\";i:13019;s:11:\"size_before\";i:389944;s:10:\"size_after\";i:376925;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.59;s:5:\"bytes\";i:330;s:11:\"size_before\";i:7190;s:10:\"size_after\";i:6860;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.76;s:5:\"bytes\";i:777;s:11:\"size_before\";i:20662;s:10:\"size_after\";i:19885;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.48;s:5:\"bytes\";i:3262;s:11:\"size_before\";i:93684;s:10:\"size_after\";i:90422;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.18;s:5:\"bytes\";i:4780;s:11:\"size_before\";i:150177;s:10:\"size_after\";i:145397;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:3870;s:11:\"size_before\";i:118231;s:10:\"size_after\";i:114361;s:4:\"time\";d:0.04;}}}'),(19381,6861,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1341;s:6:\"height\";i:1200;s:4:\"file\";s:45:\"2019/09/Archbishop-Receives-Token-Jamaica.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Archbishop-Receives-Token-Jamaica-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:45:\"Archbishop-Receives-Token-Jamaica-300x268.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Archbishop-Receives-Token-Jamaica-768x687.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Archbishop-Receives-Token-Jamaica-1024x916.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:916;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Archbishop-Receives-Token-Jamaica-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(19382,6862,'_wp_attached_file','2019/09/portmore-unite-and-uwi.jpg'),(19383,6862,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.31025769414395;s:5:\"bytes\";i:11371;s:11:\"size_before\";i:343508;s:10:\"size_after\";i:332137;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3;s:5:\"bytes\";i:492;s:11:\"size_before\";i:7804;s:10:\"size_after\";i:7312;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.05;s:5:\"bytes\";i:851;s:11:\"size_before\";i:16861;s:10:\"size_after\";i:16010;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.65;s:5:\"bytes\";i:2830;s:11:\"size_before\";i:77462;s:10:\"size_after\";i:74632;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.98;s:5:\"bytes\";i:3608;s:11:\"size_before\";i:121226;s:10:\"size_after\";i:117618;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.99;s:5:\"bytes\";i:3590;s:11:\"size_before\";i:120155;s:10:\"size_after\";i:116565;s:4:\"time\";d:0.08;}}}'),(19384,6862,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:720;s:4:\"file\";s:34:\"2019/09/portmore-unite-and-uwi.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"portmore-unite-and-uwi-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:\"portmore-unite-and-uwi-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:34:\"portmore-unite-and-uwi-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:35:\"portmore-unite-and-uwi-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"portmore-unite-and-uwi-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T5i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1495990697\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"110\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19385,6863,'_wp_attached_file','2019/09/First-African-American-Archbishop.jpg'),(19386,6863,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2915915777151397;s:5:\"bytes\";i:2137;s:11:\"size_before\";i:64923;s:10:\"size_after\";i:62786;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.83;s:5:\"bytes\";i:403;s:11:\"size_before\";i:6908;s:10:\"size_after\";i:6505;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.74;s:5:\"bytes\";i:410;s:11:\"size_before\";i:10958;s:10:\"size_after\";i:10548;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.81;s:5:\"bytes\";i:1324;s:11:\"size_before\";i:47057;s:10:\"size_after\";i:45733;s:4:\"time\";d:0.02;}}}'),(19387,6863,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:45:\"2019/09/First-African-American-Archbishop.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"First-African-American-Archbishop-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:45:\"First-African-American-Archbishop-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:45:\"First-African-American-Archbishop-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:{}}}'),(19388,6864,'_wp_attached_file','2019/09/portmore-united-uwi.jpg'),(19389,6864,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.5005041755308803;s:5:\"bytes\";i:11699;s:11:\"size_before\";i:334209;s:10:\"size_after\";i:322510;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37;s:5:\"bytes\";i:395;s:11:\"size_before\";i:7360;s:10:\"size_after\";i:6965;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:768;s:11:\"size_before\";i:16154;s:10:\"size_after\";i:15386;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.69;s:5:\"bytes\";i:2785;s:11:\"size_before\";i:75373;s:10:\"size_after\";i:72588;s:4:\"time\";d:0.06;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.23;s:5:\"bytes\";i:3804;s:11:\"size_before\";i:117621;s:10:\"size_after\";i:113817;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.35;s:5:\"bytes\";i:3947;s:11:\"size_before\";i:117701;s:10:\"size_after\";i:113754;s:4:\"time\";d:0.04;}}}'),(19390,6864,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2019/09/portmore-united-uwi.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"portmore-united-uwi-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:\"portmore-united-uwi-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:31:\"portmore-united-uwi-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:32:\"portmore-united-uwi-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"portmore-united-uwi-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T5i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1495990984\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"130\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19392,6857,'_edit_last','4'),(19393,6857,'xyz_smap','1'),(19394,6857,'smpush_mute_activated','no'),(19396,6857,'_yoast_wpseo_primary_category','4'),(19397,6857,'_yoast_wpseo_primary_sub-category','5'),(19398,6857,'sponsored_url',''),(19399,6857,'_yoast_wpseo_content_score','30'),(19400,6857,'_yoast_wpseo_focuskeywords','[]'),(19401,6857,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19402,6866,'_wp_attached_file','2019/09/Archbishop-Visits-Jamaica.jpg'),(19403,6866,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1720959;s:11:\"size_before\";i:1984555;s:10:\"size_after\";i:263596;}'),(19404,6866,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.713475607116575;s:5:\"bytes\";i:17157;s:11:\"size_before\";i:462020;s:10:\"size_after\";i:444863;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.61;s:5:\"bytes\";i:458;s:11:\"size_before\";i:8158;s:10:\"size_after\";i:7700;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.92;s:5:\"bytes\";i:928;s:11:\"size_before\";i:23694;s:10:\"size_after\";i:22766;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95;s:5:\"bytes\";i:4359;s:11:\"size_before\";i:110390;s:10:\"size_after\";i:106031;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.52;s:5:\"bytes\";i:6291;s:11:\"size_before\";i:178890;s:10:\"size_after\";i:172599;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.63;s:5:\"bytes\";i:5121;s:11:\"size_before\";i:140888;s:10:\"size_after\";i:135767;s:4:\"time\";d:0.04;}}}'),(19405,6866,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1298;s:6:\"height\";i:1200;s:4:\"file\";s:37:\"2019/09/Archbishop-Visits-Jamaica.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Archbishop-Visits-Jamaica-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:\"Archbishop-Visits-Jamaica-300x277.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Archbishop-Visits-Jamaica-768x710.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:710;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Archbishop-Visits-Jamaica-1024x947.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:947;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Archbishop-Visits-Jamaica-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(19407,6860,'_thumbnail_id','6863'),(19408,6860,'_edit_last','11'),(19409,6860,'xyz_smap','1'),(19410,6860,'smpush_mute_activated','no'),(19412,6860,'_yoast_wpseo_primary_category','4'),(19413,6860,'_yoast_wpseo_primary_sub-category','8'),(19414,6860,'sponsored_url',''),(19415,6860,'_yoast_wpseo_content_score','30'),(19416,6860,'_yoast_wpseo_focuskeywords','[]'),(19417,6860,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19418,6868,'_edit_lock','1567444461:9'),(19419,6868,'_yst_prominent_words_version','1'),(19421,6869,'_edit_lock','1567361955:11'),(19422,6869,'_yst_prominent_words_version','1'),(19423,6868,'_edit_last','9'),(19424,6868,'smpush_mute_activated','no'),(19425,6868,'_yoast_wpseo_primary_category','4'),(19426,6868,'_yoast_wpseo_primary_sub-category','15'),(19427,6868,'sponsored_url',''),(19428,6868,'_yoast_wpseo_content_score','30'),(19429,6868,'_yoast_wpseo_focuskeywords','[]'),(19430,6868,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19431,6871,'_wp_attached_file','2019/09/Castor-Oil-Jamaica.jpg'),(19432,6871,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:39133;s:11:\"size_before\";i:120770;s:10:\"size_after\";i:81637;}'),(19433,6871,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.814867970733763;s:5:\"bytes\";i:15573;s:11:\"size_before\";i:199274;s:10:\"size_after\";i:183701;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.74;s:5:\"bytes\";i:284;s:11:\"size_before\";i:4950;s:10:\"size_after\";i:4666;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:604;s:11:\"size_before\";i:11066;s:10:\"size_after\";i:10462;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.02;s:5:\"bytes\";i:4821;s:11:\"size_before\";i:60141;s:10:\"size_after\";i:55320;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.35;s:5:\"bytes\";i:5403;s:11:\"size_before\";i:64679;s:10:\"size_after\";i:59276;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.63;s:5:\"bytes\";i:4461;s:11:\"size_before\";i:58438;s:10:\"size_after\";i:53977;s:4:\"time\";d:0.03;}}}'),(19434,6871,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:945;s:6:\"height\";i:1200;s:4:\"file\";s:30:\"2019/09/Castor-Oil-Jamaica.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Castor-Oil-Jamaica-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:\"Castor-Oil-Jamaica-236x300.jpg\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Castor-Oil-Jamaica-768x975.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Castor-Oil-Jamaica-807x1024.jpg\";s:5:\"width\";i:807;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Castor-Oil-Jamaica-1021x655.jpg\";s:5:\"width\";i:1021;s:6:\"height\";i:655;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:{}}}'),(19435,6873,'_wp_attached_file','2019/09/ken-baugh-1.jpg'),(19436,6873,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.381328408584348;s:5:\"bytes\";i:688;s:11:\"size_before\";i:15703;s:10:\"size_after\";i:15015;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87;s:5:\"bytes\";i:248;s:11:\"size_before\";i:5090;s:10:\"size_after\";i:4842;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.15;s:5:\"bytes\";i:440;s:11:\"size_before\";i:10613;s:10:\"size_after\";i:10173;s:4:\"time\";d:0.01;}}}'),(19437,6873,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:460;s:6:\"height\";i:345;s:4:\"file\";s:23:\"2019/09/ken-baugh-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ken-baugh-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:\"ken-baugh-1-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\";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:{}}}'),(19439,6868,'_thumbnail_id','6873'),(19440,6868,'xyz_smap','1'),(19443,6869,'_thumbnail_id','6871'),(19444,6869,'_edit_last','11'),(19445,6869,'xyz_smap','1'),(19446,6869,'smpush_mute_activated','no'),(19448,6869,'_yoast_wpseo_primary_category','3'),(19449,6869,'_yoast_wpseo_primary_sub-category','6'),(19450,6869,'sponsored_url',''),(19451,6869,'_yoast_wpseo_content_score','30'),(19452,6869,'_yoast_wpseo_focuskeywords','[]'),(19453,6869,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19458,6878,'_edit_lock','1567439884:11'),(19459,6878,'_yst_prominent_words_version','1'),(19460,6878,'_oembed_9580bda389fa38f84f53fcb2fcbcef80','<iframe title=\"Views of Hurricane Dorian from the International Space Station - September 1, 2019\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/_BTd40ed3sg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(19461,6878,'_oembed_time_9580bda389fa38f84f53fcb2fcbcef80','1567362869'),(19462,6880,'_wp_attached_file','wpmf_remote_video/views-of-hurricane-dorian-from-the-international-space-station-september-1-2019.jpg'),(19463,6880,'wpmf_size','86530'),(19464,6880,'wpmf_filetype','jpg'),(19465,6880,'wpmf_order','0'),(19466,6880,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:101:\"wpmf_remote_video/views-of-hurricane-dorian-from-the-international-space-station-september-1-2019.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:91:\"views-of-hurricane-dorian-from-the-international-space-station-september-1-2019-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:91:\"views-of-hurricane-dorian-from-the-international-space-station-september-1-2019-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:91:\"views-of-hurricane-dorian-from-the-international-space-station-september-1-2019-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:92:\"views-of-hurricane-dorian-from-the-international-space-station-september-1-2019-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:92:\"views-of-hurricane-dorian-from-the-international-space-station-september-1-2019-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(19467,6880,'wpmf_remote_video_link','https://www.youtube.com/watch?v=_BTd40ed3sg&feature=youtu.be'),(19468,6880,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7186946622818113;s:5:\"bytes\";i:6909;s:11:\"size_before\";i:185791;s:10:\"size_after\";i:178882;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.08;s:5:\"bytes\";i:195;s:11:\"size_before\";i:4782;s:10:\"size_after\";i:4587;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.31;s:5:\"bytes\";i:441;s:11:\"size_before\";i:10226;s:10:\"size_after\";i:9785;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8;s:5:\"bytes\";i:1569;s:11:\"size_before\";i:41238;s:10:\"size_after\";i:39669;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54;s:5:\"bytes\";i:2180;s:11:\"size_before\";i:61599;s:10:\"size_after\";i:59419;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:2524;s:11:\"size_before\";i:67946;s:10:\"size_after\";i:65422;s:4:\"time\";d:0.03;}}}'),(19470,6878,'_thumbnail_id','6883'),(19471,6878,'_edit_last','11'),(19472,6878,'xyz_smap','1'),(19473,6878,'smpush_mute_activated','no'),(19475,6878,'_yoast_wpseo_primary_category','4'),(19476,6878,'_yoast_wpseo_primary_sub-category','13'),(19477,6878,'sponsored_url',''),(19486,6878,'_yoast_wpseo_content_score','30'),(19487,6878,'_yoast_wpseo_focuskeywords','[]'),(19488,6878,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19489,6883,'_wp_attached_file','2019/09/Hurricane-Dorian-Update-Bahamas.jpg'),(19490,6883,'wpmf_size','62087'),(19491,6883,'wpmf_filetype','jpg'),(19492,6883,'wpmf_order','0'),(19493,6883,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:372;s:4:\"file\";s:43:\"2019/09/Hurricane-Dorian-Update-Bahamas.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Hurricane-Dorian-Update-Bahamas-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:\"Hurricane-Dorian-Update-Bahamas-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(19494,6883,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.925489238497227;s:5:\"bytes\";i:2272;s:11:\"size_before\";i:28667;s:10:\"size_after\";i:26395;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.16;s:5:\"bytes\";i:725;s:11:\"size_before\";i:8889;s:10:\"size_after\";i:8164;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.82;s:5:\"bytes\";i:1547;s:11:\"size_before\";i:19778;s:10:\"size_after\";i:18231;s:4:\"time\";d:0.01;}}}'),(19501,6878,'_oembed_ccb63b936e8be6e4cb71c59ff6851ba7','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Wow! New video coming in out of the <a href=\"https://twitter.com/hashtag/Bahamas?src=hash&amp;ref_src=twsrc%5Etfw\">#Bahamas</a>. The surge from <a href=\"https://twitter.com/hashtag/HurricaneDorian?src=hash&amp;ref_src=twsrc%5Etfw\">#HurricaneDorian</a>  is putting the whole town of New Plymouth on Green Turtle Cay, Abaco underwater ? video by Chamon McIntosh <a href=\"https://twitter.com/hashtag/dorian?src=hash&amp;ref_src=twsrc%5Etfw\">#dorian</a> <a href=\"https://twitter.com/hashtag/hirricane?src=hash&amp;ref_src=twsrc%5Etfw\">#hirricane</a> <a href=\"https://twitter.com/hashtag/Dorian2019?src=hash&amp;ref_src=twsrc%5Etfw\">#Dorian2019</a> <a href=\"https://t.co/jHBDNPK5ny\">pic.twitter.com/jHBDNPK5ny</a></p>&mdash; James Wieland (@SurfnWeatherman) <a href=\"https://twitter.com/SurfnWeatherman/status/1168201096927612928?ref_src=twsrc%5Etfw\">September 1, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(19502,6878,'_oembed_time_ccb63b936e8be6e4cb71c59ff6851ba7','1567363733'),(19505,6886,'_edit_lock','1567365517:11'),(19506,6886,'_yst_prominent_words_version','1'),(19507,6887,'_wp_attached_file','2019/09/Schools-Fogged-Minister-Tufton.jpg'),(19508,6887,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:95789;s:11:\"size_before\";i:261916;s:10:\"size_after\";i:166127;}'),(19509,6887,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.5933419164980687;s:5:\"bytes\";i:7191;s:11:\"size_before\";i:277287;s:10:\"size_after\";i:270096;s:4:\"time\";d:0.12000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3;s:5:\"bytes\";i:499;s:11:\"size_before\";i:7926;s:10:\"size_after\";i:7427;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.26;s:5:\"bytes\";i:876;s:11:\"size_before\";i:16664;s:10:\"size_after\";i:15788;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.73;s:5:\"bytes\";i:1710;s:11:\"size_before\";i:62623;s:10:\"size_after\";i:60913;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.16;s:5:\"bytes\";i:2048;s:11:\"size_before\";i:94856;s:10:\"size_after\";i:92808;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.16;s:5:\"bytes\";i:2058;s:11:\"size_before\";i:95218;s:10:\"size_after\";i:93160;s:4:\"time\";d:0.05;}}}'),(19510,6887,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:42:\"2019/09/Schools-Fogged-Minister-Tufton.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Schools-Fogged-Minister-Tufton-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:42:\"Schools-Fogged-Minister-Tufton-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:42:\"Schools-Fogged-Minister-Tufton-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:43:\"Schools-Fogged-Minister-Tufton-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Schools-Fogged-Minister-Tufton-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566904754\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"92\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19511,6888,'_wp_attached_file','2019/09/Schools-Fogged-Health-Ministry.jpg'),(19512,6888,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:63183;s:11:\"size_before\";i:240276;s:10:\"size_after\";i:177093;}'),(19513,6888,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.306817051375725;s:5:\"bytes\";i:9640;s:11:\"size_before\";i:291519;s:10:\"size_after\";i:281879;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.11;s:5:\"bytes\";i:480;s:11:\"size_before\";i:7861;s:10:\"size_after\";i:7381;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.13;s:5:\"bytes\";i:834;s:11:\"size_before\";i:16245;s:10:\"size_after\";i:15411;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.41;s:5:\"bytes\";i:2215;s:11:\"size_before\";i:65031;s:10:\"size_after\";i:62816;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.07;s:5:\"bytes\";i:3076;s:11:\"size_before\";i:100285;s:10:\"size_after\";i:97209;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.97;s:5:\"bytes\";i:3035;s:11:\"size_before\";i:102097;s:10:\"size_after\";i:99062;s:4:\"time\";d:0.03;}}}'),(19514,6888,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:42:\"2019/09/Schools-Fogged-Health-Ministry.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Schools-Fogged-Health-Ministry-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:42:\"Schools-Fogged-Health-Ministry-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:42:\"Schools-Fogged-Health-Ministry-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:43:\"Schools-Fogged-Health-Ministry-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Schools-Fogged-Health-Ministry-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566906968\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"38\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19515,6886,'_thumbnail_id','6887'),(19516,6886,'_edit_last','11'),(19517,6886,'smpush_mute_activated','no'),(19518,6886,'_yoast_wpseo_primary_category','4'),(19519,6886,'_yoast_wpseo_primary_sub-category','11'),(19520,6886,'sponsored_url',''),(19521,6886,'_yoast_wpseo_content_score','30'),(19522,6886,'_yoast_wpseo_focuskeywords','[]'),(19523,6886,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19525,6886,'xyz_smap','1'),(19527,6890,'_edit_lock','1567367020:11'),(19528,6890,'_yst_prominent_words_version','1'),(19529,6891,'_wp_attached_file','2019/09/FACEBOOK-relationship-status-marriage.jpg'),(19530,6891,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.141139571353893;s:5:\"bytes\";i:1358;s:11:\"size_before\";i:13391;s:10:\"size_after\";i:12033;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.21;s:5:\"bytes\";i:411;s:11:\"size_before\";i:5006;s:10:\"size_after\";i:4595;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.29;s:5:\"bytes\";i:947;s:11:\"size_before\";i:8385;s:10:\"size_after\";i:7438;s:4:\"time\";d:0.01;}}}'),(19531,6891,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:560;s:6:\"height\";i:326;s:4:\"file\";s:49:\"2019/09/FACEBOOK-relationship-status-marriage.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"FACEBOOK-relationship-status-marriage-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:\"FACEBOOK-relationship-status-marriage-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(19532,6892,'_wp_attached_file','2019/09/Couple-agree-marriage.jpg'),(19533,6892,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7833950164071983;s:5:\"bytes\";i:2525;s:11:\"size_before\";i:66739;s:10:\"size_after\";i:64214;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.51;s:5:\"bytes\";i:415;s:11:\"size_before\";i:6377;s:10:\"size_after\";i:5962;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53;s:5:\"bytes\";i:682;s:11:\"size_before\";i:12329;s:10:\"size_after\";i:11647;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.97;s:5:\"bytes\";i:1428;s:11:\"size_before\";i:48033;s:10:\"size_after\";i:46605;s:4:\"time\";d:0.06;}}}'),(19534,6892,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:970;s:6:\"height\";i:546;s:4:\"file\";s:33:\"2019/09/Couple-agree-marriage.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Couple-agree-marriage-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:\"Couple-agree-marriage-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:33:\"Couple-agree-marriage-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:{}}}'),(19535,6893,'_wp_attached_file','2019/09/Finances-marriage.jpg'),(19536,6893,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.331560180043257;s:5:\"bytes\";i:741;s:11:\"size_before\";i:17107;s:10:\"size_after\";i:16366;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.56;s:5:\"bytes\";i:326;s:11:\"size_before\";i:5868;s:10:\"size_after\";i:5542;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.69;s:5:\"bytes\";i:415;s:11:\"size_before\";i:11239;s:10:\"size_after\";i:10824;s:4:\"time\";d:0.01;}}}'),(19537,6893,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:449;s:4:\"file\";s:29:\"2019/09/Finances-marriage.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Finances-marriage-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:\"Finances-marriage-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\";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:{}}}'),(19538,6894,'_wp_attached_file','2019/09/hide-text-messages-marriage.jpg'),(19539,6894,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.042357744322531;s:5:\"bytes\";i:1184;s:11:\"size_before\";i:19595;s:10:\"size_after\";i:18411;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.59;s:5:\"bytes\";i:438;s:11:\"size_before\";i:6642;s:10:\"size_after\";i:6204;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.76;s:5:\"bytes\";i:746;s:11:\"size_before\";i:12953;s:10:\"size_after\";i:12207;s:4:\"time\";d:0.01;}}}'),(19540,6894,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:729;s:6:\"height\";i:429;s:4:\"file\";s:39:\"2019/09/hide-text-messages-marriage.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"hide-text-messages-marriage-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:\"hide-text-messages-marriage-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;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:{}}}'),(19542,6890,'_thumbnail_id','6632'),(19543,6890,'_edit_last','11'),(19544,6890,'xyz_smap','1'),(19545,6890,'smpush_mute_activated','no'),(19547,6890,'_yoast_wpseo_primary_category','3'),(19548,6890,'_yoast_wpseo_primary_sub-category','2049'),(19549,6890,'sponsored_url',''),(19550,6890,'_yoast_wpseo_content_score','30'),(19551,6890,'_yoast_wpseo_focuskeywords','[]'),(19552,6890,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19555,6897,'_edit_lock','1567368165:11'),(19556,6897,'_yst_prominent_words_version','1'),(19557,6898,'_edit_lock','1567369912:11'),(19558,6898,'_yst_prominent_words_version','1'),(19559,6899,'_wp_attached_file','2019/09/Kevin-Hart-Car-Ditch-Crash.jpg'),(19560,6899,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.117860380779692;s:5:\"bytes\";i:1129;s:11:\"size_before\";i:22060;s:10:\"size_after\";i:20931;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.59;s:5:\"bytes\";i:331;s:11:\"size_before\";i:5918;s:10:\"size_after\";i:5587;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94;s:5:\"bytes\";i:798;s:11:\"size_before\";i:16142;s:10:\"size_after\";i:15344;s:4:\"time\";d:0.03;}}}'),(19561,6899,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:381;s:6:\"height\";i:481;s:4:\"file\";s:38:\"2019/09/Kevin-Hart-Car-Ditch-Crash.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Kevin-Hart-Car-Ditch-Crash-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:\"Kevin-Hart-Car-Ditch-Crash-238x300.jpg\";s:5:\"width\";i:238;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:{}}}'),(19562,6900,'_wp_attached_file','2019/09/Major-Crash-Kevin-Hart-Baracuda.jpg'),(19563,6900,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.508167699364288;s:5:\"bytes\";i:1369;s:11:\"size_before\";i:24854;s:10:\"size_after\";i:23485;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.39;s:5:\"bytes\";i:462;s:11:\"size_before\";i:7233;s:10:\"size_after\";i:6771;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.15;s:5:\"bytes\";i:907;s:11:\"size_before\";i:17621;s:10:\"size_after\";i:16714;s:4:\"time\";d:0.02;}}}'),(19564,6900,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:382;s:6:\"height\";i:518;s:4:\"file\";s:43:\"2019/09/Major-Crash-Kevin-Hart-Baracuda.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Major-Crash-Kevin-Hart-Baracuda-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:\"Major-Crash-Kevin-Hart-Baracuda-221x300.jpg\";s:5:\"width\";i:221;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:{}}}'),(19565,6901,'_wp_attached_file','2019/09/Crash-Kevin-Hart-Baracuda.jpg'),(19566,6901,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.703822028285347;s:5:\"bytes\";i:1464;s:11:\"size_before\";i:25667;s:10:\"size_after\";i:24203;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.41;s:5:\"bytes\";i:479;s:11:\"size_before\";i:7469;s:10:\"size_after\";i:6990;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.41;s:5:\"bytes\";i:985;s:11:\"size_before\";i:18198;s:10:\"size_after\";i:17213;s:4:\"time\";d:0.01;}}}'),(19567,6901,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:401;s:6:\"height\";i:531;s:4:\"file\";s:37:\"2019/09/Crash-Kevin-Hart-Baracuda.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Crash-Kevin-Hart-Baracuda-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:\"Crash-Kevin-Hart-Baracuda-227x300.jpg\";s:5:\"width\";i:227;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:{}}}'),(19568,6902,'_wp_attached_file','2019/09/Kevin-Hart-Plymouth-Baracuda-Crash.jpg'),(19569,6902,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.490558207096908;s:5:\"bytes\";i:1082;s:11:\"size_before\";i:24095;s:10:\"size_after\";i:23013;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4;s:5:\"bytes\";i:369;s:11:\"size_before\";i:6832;s:10:\"size_after\";i:6463;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.13;s:5:\"bytes\";i:713;s:11:\"size_before\";i:17263;s:10:\"size_after\";i:16550;s:4:\"time\";d:0.02;}}}'),(19570,6902,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:387;s:6:\"height\";i:442;s:4:\"file\";s:46:\"2019/09/Kevin-Hart-Plymouth-Baracuda-Crash.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Kevin-Hart-Plymouth-Baracuda-Crash-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:\"Kevin-Hart-Plymouth-Baracuda-Crash-263x300.jpg\";s:5:\"width\";i:263;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:{}}}'),(19571,6903,'_wp_attached_file','2019/09/Kevin-Hart-Plymouth-Baracuda.jpg'),(19572,6903,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.87016267555825;s:5:\"bytes\";i:964;s:11:\"size_before\";i:19794;s:10:\"size_after\";i:18830;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.56;s:5:\"bytes\";i:338;s:11:\"size_before\";i:6079;s:10:\"size_after\";i:5741;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.56;s:5:\"bytes\";i:626;s:11:\"size_before\";i:13715;s:10:\"size_after\";i:13089;s:4:\"time\";d:0.01;}}}'),(19573,6903,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:387;s:6:\"height\";i:487;s:4:\"file\";s:40:\"2019/09/Kevin-Hart-Plymouth-Baracuda.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Kevin-Hart-Plymouth-Baracuda-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:\"Kevin-Hart-Plymouth-Baracuda-238x300.jpg\";s:5:\"width\";i:238;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:{}}}'),(19574,6904,'_wp_attached_file','2019/09/Kevin-Hart-Crash.jpg'),(19575,6904,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.725406814245786;s:5:\"bytes\";i:3339;s:11:\"size_before\";i:58319;s:10:\"size_after\";i:54980;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:290;s:11:\"size_before\";i:5521;s:10:\"size_after\";i:5231;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.02;s:5:\"bytes\";i:543;s:11:\"size_before\";i:10817;s:10:\"size_after\";i:10274;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.97;s:5:\"bytes\";i:2506;s:11:\"size_before\";i:41981;s:10:\"size_after\";i:39475;s:4:\"time\";d:0.02;}}}'),(19576,6904,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:28:\"2019/09/Kevin-Hart-Crash.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Kevin-Hart-Crash-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:\"Kevin-Hart-Crash-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Kevin-Hart-Crash-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:17:\"MSA / Splash News\";s:6:\"camera\";s:12:\"Canon EOS 7D\";s:7:\"caption\";s:385:\"Arrivals at the 2015 Cinemacon Big Screen Achievement Awards held at Caesars Palace in Las Vegas on April 23, 2015.\r<P>\rPictured: Kevin Hart\r<B>Ref: SPL1007856  240415  </B><BR />\rPicture by: MSA / Splash News<BR />\r</P><P>\r<B>Splash News and Pictures</B><BR />\rLos Angeles:	310-821-2666<BR />\rNew York:	212-619-2666<BR />\rLondon:	870-934-2666<BR />\rphotodesk@splashnews.com<BR />\r</P>\";s:17:\"created_timestamp\";s:10:\"1429900612\";s:9:\"copyright\";s:21:\"© www.splashnews.com\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:60:\"Arrivals at the 2015 Cinemacon Big Screen Achievement Awards\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19577,6898,'_edit_last','11'),(19578,6898,'smpush_mute_activated','no'),(19579,6898,'_yoast_wpseo_primary_category','4'),(19580,6898,'_yoast_wpseo_primary_sub-category','5'),(19581,6898,'sponsored_url',''),(19582,6898,'_yoast_wpseo_content_score','60'),(19583,6898,'_yoast_wpseo_focuskeywords','[]'),(19584,6898,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19586,6897,'_thumbnail_id','6904'),(19587,6897,'_oembed_db7a3864ffcbd3ce811dd57a3b12366f','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BzqBmpnFamu/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BzqBmpnFamu/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BzqBmpnFamu/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">I added some more muscle to the family for my 40th....welcome home &#34;Menace&#34; #MuscleCarLover</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/kevinhart4real/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Kevin Hart</a> (@kevinhart4real) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-08T12:59:28+00:00\">Jul 8, 2019 at 5:59am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(19588,6897,'_oembed_time_db7a3864ffcbd3ce811dd57a3b12366f','1567368014'),(19589,6897,'_edit_last','11'),(19590,6897,'xyz_smap','1'),(19591,6897,'smpush_mute_activated','no'),(19593,6897,'_yoast_wpseo_primary_category','4'),(19594,6897,'_yoast_wpseo_primary_sub-category','14'),(19595,6897,'sponsored_url',''),(19596,6897,'_yoast_wpseo_content_score','60'),(19597,6897,'_yoast_wpseo_focuskeywords','[]'),(19598,6897,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19603,6908,'_edit_lock','1567368931:11'),(19604,6908,'_yst_prominent_words_version','1'),(19605,6908,'_oembed_acee02fbc466d7709000d42d5b1e87a8','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B13GBPMF9_y/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B13GBPMF9_y/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B13GBPMF9_y/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">“In just a few weeks our family will be taking its first official tour to Africa, a region of the world that over the past two decades has been a second home to me. Our team has helped create a meaningful programme that we’re so excited to share with you. On a personal note, I can’t wait to introduce my wife and son to South Africa! We’ll see all of you very soon.” - The Duke For the official tour, the family will be visiting South Africa together ?? and The Duke will be carrying out visits to Malawi ??, Angola ?? and Botswana ?? •••••••••••••••••••••••••••••••••••••••••••••••• Our monthly social awareness approach follows key accounts that inspire us and highlight those working towards positive change. As a lead up to the tour, for the month of September, we wish to celebrate the beauty of this wonderful continent as a whole: from local organisations working hard to better the environment, to the young leaders paving the way for a better future for the Commonwealth and beyond. These selected groups are a small representation of the incredible work being done in Africa today from countless people, local communities and organisations. To find out more about them, please consider following or supporting the below accounts: @DlalaNje @GoGooLive @YouthAlert @Queens_Commonwealth_Trust @QueensYoungLeaders @QueensCanopy @AfricanParksNetwork @DesmondTutuHIVFoundation @Sentebale  @TheHaloTrust  @MinesAdvisoryGroup  @EveryDayAfrica  @NelsonMandelaFoundationsa @NatGeo  @PaintedWolfConservancy @Lewa_wildlife @AfricanWildlifeFoundation @Serengeti_National_Park @NRT_Kenya @Conservation_Lower_Zambezi @Giraffe_Conservation  @VirungaNationalPark All photos used above are from accounts we are now following</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/sussexroyal/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> The Duke and Duchess of Sussex</a> (@sussexroyal) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-01T07:50:58+00:00\">Sep 1, 2019 at 12:50am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(19606,6908,'_oembed_time_acee02fbc466d7709000d42d5b1e87a8','1567368653'),(19607,6910,'_wp_attached_file','2019/09/Royal-Family-Harry.jpg'),(19608,6910,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.689491028927133;s:5:\"bytes\";i:2100;s:11:\"size_before\";i:27310;s:10:\"size_after\";i:25210;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.04;s:5:\"bytes\";i:673;s:11:\"size_before\";i:7443;s:10:\"size_after\";i:6770;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.18;s:5:\"bytes\";i:1427;s:11:\"size_before\";i:19867;s:10:\"size_after\";i:18440;s:4:\"time\";d:0.01;}}}'),(19609,6910,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:514;s:6:\"height\";i:523;s:4:\"file\";s:30:\"2019/09/Royal-Family-Harry.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Royal-Family-Harry-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:\"Royal-Family-Harry-295x300.jpg\";s:5:\"width\";i:295;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:{}}}'),(19612,6912,'_wp_attached_file','2019/09/Prince-Harry-South-Africa.jpg'),(19613,6912,'wpmf_size','98276'),(19614,6912,'wpmf_filetype','jpg'),(19615,6912,'wpmf_order','0'),(19616,6912,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:37:\"2019/09/Prince-Harry-South-Africa.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Prince-Harry-South-Africa-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:\"Prince-Harry-South-Africa-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Prince-Harry-South-Africa-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:16:\"James Shaw/Retna\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:81:\"Prince Harry at the Nelson Mandela Centenary Launch, Southbank Centre, London, UK\";s:17:\"created_timestamp\";s:10:\"1531825008\";s:9:\"copyright\";s:32:\"Avalon.red. All rights reserved.\";s:12:\"focal_length\";s:3:\"135\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:61:\"Nelson Mandela Centenary Launch, Southbank Centre, London, UK\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:19:{i:0;s:10:\"17.07.2018\";i:1;s:6:\"319895\";i:2;s:12:\"B5327_319895\";i:3;s:5:\"B5327\";i:4;s:29:\"PHT_B5327_harry_meghan_113594\";i:5;s:18:\"ZB5327_319895_0015\";i:6;s:13:\"RDP1_20180717\";i:7;s:64:\"pressedit;top pics;top_pics;toppics;top_pix;top pix;toppix;best_\";i:8;s:5:\"royal\";i:9;s:6:\"royals\";i:10;s:7:\"royalty\";i:11;s:12:\"royal family\";i:12;s:40:\"pale pink trench dress by House of Nonie\";i:13;s:10:\"nude heels\";i:14;s:30:\"hair swept back in a messy bun\";i:15;s:10:\"sleeveless\";i:16;s:10:\"Blush pink\";i:17;s:17:\"Coat dress hybrid\";i:18;s:29:\"HARRYMEGHA_ZB5327_319895_0015\";}}}'),(19617,6912,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.5249621785173977;s:5:\"bytes\";i:1864;s:11:\"size_before\";i:52880;s:10:\"size_after\";i:51016;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.47;s:5:\"bytes\";i:204;s:11:\"size_before\";i:4565;s:10:\"size_after\";i:4361;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.15;s:5:\"bytes\";i:289;s:11:\"size_before\";i:9163;s:10:\"size_after\";i:8874;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:1371;s:11:\"size_before\";i:39152;s:10:\"size_after\";i:37781;s:4:\"time\";d:0.06;}}}'),(19619,6908,'_thumbnail_id','6912'),(19620,6908,'_edit_last','11'),(19621,6908,'xyz_smap','1'),(19622,6908,'smpush_mute_activated','no'),(19624,6908,'_yoast_wpseo_primary_category','4'),(19625,6908,'_yoast_wpseo_primary_sub-category','8'),(19626,6908,'sponsored_url',''),(19627,6908,'_yoast_wpseo_metadesc','Prince Harry \"can\'t wait\" to show his son Archie and wife Duchess Meghan around South Africa when they embark on their first tour as a family of three.'),(19628,6908,'_yoast_wpseo_content_score','30'),(19629,6908,'_yoast_wpseo_focuskeywords','[{\"keyword\":\"Prince Harry\",\"score\":\"ok\"},{\"keyword\":\"Duchess Meghan\",\"score\":\"ok\"},{\"keyword\":\"South Africa\",\"score\":\"ok\"}]'),(19630,6908,'_yoast_wpseo_keywordsynonyms','[\"\",\"\",\"\",\"\"]'),(19634,6915,'_wp_attached_file','2019/09/India-West-Indies-Test-Cricket.jpg'),(19635,6915,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:151598;s:11:\"size_before\";i:456315;s:10:\"size_after\";i:304717;}'),(19636,6915,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.569384823935707;s:5:\"bytes\";i:27609;s:11:\"size_before\";i:495728;s:10:\"size_after\";i:468119;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.86;s:5:\"bytes\";i:926;s:11:\"size_before\";i:10456;s:10:\"size_after\";i:9530;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.28;s:5:\"bytes\";i:2069;s:11:\"size_before\";i:25000;s:10:\"size_after\";i:22931;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12;s:5:\"bytes\";i:6972;s:11:\"size_before\";i:113855;s:10:\"size_after\";i:106883;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12;s:5:\"bytes\";i:8983;s:11:\"size_before\";i:175439;s:10:\"size_after\";i:166456;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.06;s:5:\"bytes\";i:8659;s:11:\"size_before\";i:170978;s:10:\"size_after\";i:162319;s:4:\"time\";d:0.05;}}}'),(19637,6915,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:42:\"2019/09/India-West-Indies-Test-Cricket.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"India-West-Indies-Test-Cricket-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:42:\"India-West-Indies-Test-Cricket-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:42:\"India-West-Indies-Test-Cricket-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:43:\"India-West-Indies-Test-Cricket-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"India-West-Indies-Test-Cricket-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567350637\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19638,6917,'_wp_attached_file','2019/09/West-Indies-Test-Cricket-Reply.jpg'),(19639,6917,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:236776;s:11:\"size_before\";i:462545;s:10:\"size_after\";i:225769;}'),(19640,6917,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.517673790853023;s:5:\"bytes\";i:12354;s:11:\"size_before\";i:351198;s:10:\"size_after\";i:338844;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.18;s:5:\"bytes\";i:499;s:11:\"size_before\";i:8068;s:10:\"size_after\";i:7569;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.01;s:5:\"bytes\";i:862;s:11:\"size_before\";i:17211;s:10:\"size_after\";i:16349;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.69;s:5:\"bytes\";i:2898;s:11:\"size_before\";i:78517;s:10:\"size_after\";i:75619;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.35;s:5:\"bytes\";i:4190;s:11:\"size_before\";i:125004;s:10:\"size_after\";i:120814;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.19;s:5:\"bytes\";i:3905;s:11:\"size_before\";i:122398;s:10:\"size_after\";i:118493;s:4:\"time\";d:0.04;}}}'),(19641,6917,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:42:\"2019/09/West-Indies-Test-Cricket-Reply.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"West-Indies-Test-Cricket-Reply-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:42:\"West-Indies-Test-Cricket-Reply-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:42:\"West-Indies-Test-Cricket-Reply-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:43:\"West-Indies-Test-Cricket-Reply-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"West-Indies-Test-Cricket-Reply-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567350651\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19642,6918,'_wp_attached_file','2019/09/India-Cricket-Batsman.jpg'),(19643,6918,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:295013;s:11:\"size_before\";i:487689;s:10:\"size_after\";i:192676;}'),(19644,6918,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3187925788297385;s:5:\"bytes\";i:9860;s:11:\"size_before\";i:297096;s:10:\"size_after\";i:287236;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.22;s:5:\"bytes\";i:346;s:11:\"size_before\";i:6634;s:10:\"size_after\";i:6288;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:673;s:11:\"size_before\";i:14815;s:10:\"size_after\";i:14142;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.44;s:5:\"bytes\";i:2294;s:11:\"size_before\";i:66616;s:10:\"size_after\";i:64322;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.08;s:5:\"bytes\";i:3260;s:11:\"size_before\";i:105838;s:10:\"size_after\";i:102578;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.19;s:5:\"bytes\";i:3287;s:11:\"size_before\";i:103193;s:10:\"size_after\";i:99906;s:4:\"time\";d:0.05;}}}'),(19645,6918,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:33:\"2019/09/India-Cricket-Batsman.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"India-Cricket-Batsman-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:\"India-Cricket-Batsman-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:33:\"India-Cricket-Batsman-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:34:\"India-Cricket-Batsman-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"India-Cricket-Batsman-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567350596\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:9:\"0.0003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19646,6919,'_wp_attached_file','2019/09/Test-Cricket-Photos-India-West-Indies.jpg'),(19647,6919,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:423148;s:11:\"size_before\";i:568066;s:10:\"size_after\";i:144918;}'),(19648,6919,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.6048533872598583;s:5:\"bytes\";i:8913;s:11:\"size_before\";i:247250;s:10:\"size_after\";i:238337;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.59;s:5:\"bytes\";i:490;s:11:\"size_before\";i:7439;s:10:\"size_after\";i:6949;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:745;s:11:\"size_before\";i:14793;s:10:\"size_after\";i:14048;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.55;s:5:\"bytes\";i:1997;s:11:\"size_before\";i:56307;s:10:\"size_after\";i:54310;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.36;s:5:\"bytes\";i:2850;s:11:\"size_before\";i:84886;s:10:\"size_after\";i:82036;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.38;s:5:\"bytes\";i:2831;s:11:\"size_before\";i:83825;s:10:\"size_after\";i:80994;s:4:\"time\";d:0.07;}}}'),(19649,6919,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:49:\"2019/09/Test-Cricket-Photos-India-West-Indies.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Test-Cricket-Photos-India-West-Indies-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:\"Test-Cricket-Photos-India-West-Indies-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:49:\"Test-Cricket-Photos-India-West-Indies-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:50:\"Test-Cricket-Photos-India-West-Indies-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"Test-Cricket-Photos-India-West-Indies-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567350628\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:9:\"0.0003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19650,6920,'_wp_attached_file','2019/09/Test-Cricket-Fans-India-West-Indies.jpg'),(19651,6920,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:325336;s:11:\"size_before\";i:502594;s:10:\"size_after\";i:177258;}'),(19652,6920,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3501022535956113;s:5:\"bytes\";i:10009;s:11:\"size_before\";i:298767;s:10:\"size_after\";i:288758;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.78;s:5:\"bytes\";i:629;s:11:\"size_before\";i:8085;s:10:\"size_after\";i:7456;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.42;s:5:\"bytes\";i:1147;s:11:\"size_before\";i:17853;s:10:\"size_after\";i:16706;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.48;s:5:\"bytes\";i:2367;s:11:\"size_before\";i:68001;s:10:\"size_after\";i:65634;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.88;s:5:\"bytes\";i:2962;s:11:\"size_before\";i:102744;s:10:\"size_after\";i:99782;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.84;s:5:\"bytes\";i:2904;s:11:\"size_before\";i:102084;s:10:\"size_after\";i:99180;s:4:\"time\";d:0.05;}}}'),(19653,6920,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:47:\"2019/09/Test-Cricket-Fans-India-West-Indies.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Test-Cricket-Fans-India-West-Indies-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:\"Test-Cricket-Fans-India-West-Indies-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:47:\"Test-Cricket-Fans-India-West-Indies-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:48:\"Test-Cricket-Fans-India-West-Indies-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"Test-Cricket-Fans-India-West-Indies-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567350632\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:6:\"0.0008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19654,6921,'_wp_attached_file','2019/09/Snacks-Test-Cricket-India-West-Indies.jpg'),(19655,6921,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:475535;s:11:\"size_before\";i:641032;s:10:\"size_after\";i:165497;}'),(19656,6921,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.392382195011793;s:5:\"bytes\";i:9464;s:11:\"size_before\";i:278978;s:10:\"size_after\";i:269514;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.21;s:5:\"bytes\";i:560;s:11:\"size_before\";i:7762;s:10:\"size_after\";i:7202;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:1040;s:11:\"size_before\";i:16751;s:10:\"size_after\";i:15711;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:2377;s:11:\"size_before\";i:63802;s:10:\"size_after\";i:61425;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.89;s:5:\"bytes\";i:2790;s:11:\"size_before\";i:96523;s:10:\"size_after\";i:93733;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.86;s:5:\"bytes\";i:2697;s:11:\"size_before\";i:94140;s:10:\"size_after\";i:91443;s:4:\"time\";d:0.04;}}}'),(19657,6921,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:49:\"2019/09/Snacks-Test-Cricket-India-West-Indies.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Snacks-Test-Cricket-India-West-Indies-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:\"Snacks-Test-Cricket-India-West-Indies-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:49:\"Snacks-Test-Cricket-India-West-Indies-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:50:\"Snacks-Test-Cricket-India-West-Indies-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"Snacks-Test-Cricket-India-West-Indies-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567350609\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19658,6922,'_wp_attached_file','2019/09/West-Indies-Fan-Test-Cricket-India.jpg'),(19659,6922,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:438906;s:11:\"size_before\";i:575620;s:10:\"size_after\";i:136714;}'),(19660,6922,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9616043254896165;s:5:\"bytes\";i:6814;s:11:\"size_before\";i:230078;s:10:\"size_after\";i:223264;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.47;s:5:\"bytes\";i:357;s:11:\"size_before\";i:6529;s:10:\"size_after\";i:6172;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.88;s:5:\"bytes\";i:691;s:11:\"size_before\";i:14159;s:10:\"size_after\";i:13468;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.05;s:5:\"bytes\";i:1601;s:11:\"size_before\";i:52464;s:10:\"size_after\";i:50863;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.67;s:5:\"bytes\";i:2100;s:11:\"size_before\";i:78763;s:10:\"size_after\";i:76663;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.64;s:5:\"bytes\";i:2065;s:11:\"size_before\";i:78163;s:10:\"size_after\";i:76098;s:4:\"time\";d:0.03;}}}'),(19661,6922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:46:\"2019/09/West-Indies-Fan-Test-Cricket-India.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"West-Indies-Fan-Test-Cricket-India-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:\"West-Indies-Fan-Test-Cricket-India-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:46:\"West-Indies-Fan-Test-Cricket-India-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:47:\"West-Indies-Fan-Test-Cricket-India-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"West-Indies-Fan-Test-Cricket-India-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567350606\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"300\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19663,6898,'_thumbnail_id','6918'),(19664,6898,'xyz_smap','1'),(19666,6924,'_edit_lock','1567371136:11'),(19667,6924,'_yst_prominent_words_version','1'),(19668,6925,'_wp_attached_file','2019/09/Ninja-Man-Recording-Prison.jpg'),(19669,6925,'wpmf_size','78214'),(19670,6925,'wpmf_filetype','jpg'),(19671,6925,'wpmf_order','0'),(19672,6925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:38:\"2019/09/Ninja-Man-Recording-Prison.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Ninja-Man-Recording-Prison-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:\"Ninja-Man-Recording-Prison-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:38:\"Ninja-Man-Recording-Prison-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:39:\"Ninja-Man-Recording-Prison-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Ninja-Man-Recording-Prison-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(19673,6925,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(19674,6925,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.903231380680836;s:5:\"bytes\";i:5647;s:11:\"size_before\";i:144675;s:10:\"size_after\";i:139028;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.93;s:5:\"bytes\";i:261;s:11:\"size_before\";i:5294;s:10:\"size_after\";i:5033;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.03;s:5:\"bytes\";i:324;s:11:\"size_before\";i:8035;s:10:\"size_after\";i:7711;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62;s:5:\"bytes\";i:1100;s:11:\"size_before\";i:30354;s:10:\"size_after\";i:29254;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.84;s:5:\"bytes\";i:1800;s:11:\"size_before\";i:46842;s:10:\"size_after\";i:45042;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.99;s:5:\"bytes\";i:2162;s:11:\"size_before\";i:54150;s:10:\"size_after\";i:51988;s:4:\"time\";d:0.03;}}}'),(19675,6926,'_wp_attached_file','2019/09/Jah-Cure-Record-Prison.jpg'),(19676,6926,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.211570372940774;s:5:\"bytes\";i:7219;s:11:\"size_before\";i:224781;s:10:\"size_after\";i:217562;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.52;s:5:\"bytes\";i:572;s:11:\"size_before\";i:7604;s:10:\"size_after\";i:7032;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.86;s:5:\"bytes\";i:797;s:11:\"size_before\";i:13608;s:10:\"size_after\";i:12811;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.44;s:5:\"bytes\";i:1700;s:11:\"size_before\";i:49397;s:10:\"size_after\";i:47697;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.74;s:5:\"bytes\";i:1986;s:11:\"size_before\";i:72406;s:10:\"size_after\";i:70420;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.65;s:5:\"bytes\";i:2164;s:11:\"size_before\";i:81766;s:10:\"size_after\";i:79602;s:4:\"time\";d:0.04;}}}'),(19677,6926,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:34:\"2019/09/Jah-Cure-Record-Prison.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Jah-Cure-Record-Prison-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:\"Jah-Cure-Record-Prison-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:34:\"Jah-Cure-Record-Prison-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:35:\"Jah-Cure-Record-Prison-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Jah-Cure-Record-Prison-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(19679,6924,'_thumbnail_id','6925'),(19680,6924,'_edit_last','11'),(19681,6924,'xyz_smap','1'),(19682,6924,'smpush_mute_activated','no'),(19684,6924,'_yoast_wpseo_primary_category','4'),(19685,6924,'_yoast_wpseo_primary_sub-category','14'),(19686,6924,'sponsored_url',''),(19687,6924,'_yoast_wpseo_content_score','30'),(19688,6924,'_yoast_wpseo_focuskeywords','[]'),(19689,6924,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19690,6928,'_edit_lock','1567378041:4'),(19691,6928,'_yst_prominent_words_version','1'),(19692,6928,'_edit_last','4'),(19693,6928,'smpush_mute_activated','no'),(19694,6928,'_yoast_wpseo_primary_category','4'),(19695,6928,'_yoast_wpseo_primary_sub-category','11'),(19696,6928,'sponsored_url',''),(19697,6928,'_yoast_wpseo_content_score','60'),(19698,6928,'_yoast_wpseo_focuskeywords','[]'),(19699,6928,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19700,6930,'_wp_attached_file','2019/09/Sameer-Younis.jpg'),(19701,6930,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:181789;s:11:\"size_before\";i:287728;s:10:\"size_after\";i:105939;}'),(19702,6930,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.625155709861875;s:5:\"bytes\";i:15242;s:11:\"size_before\";i:199891;s:10:\"size_after\";i:184649;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.73;s:5:\"bytes\";i:215;s:11:\"size_before\";i:4548;s:10:\"size_after\";i:4333;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.05;s:5:\"bytes\";i:447;s:11:\"size_before\";i:11034;s:10:\"size_after\";i:10587;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.06;s:5:\"bytes\";i:3355;s:11:\"size_before\";i:47488;s:10:\"size_after\";i:44133;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.46;s:5:\"bytes\";i:6685;s:11:\"size_before\";i:78998;s:10:\"size_after\";i:72313;s:4:\"time\";d:0.09;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.85;s:5:\"bytes\";i:4540;s:11:\"size_before\";i:57823;s:10:\"size_after\";i:53283;s:4:\"time\";d:0.03;}}}'),(19703,6930,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:25:\"2019/09/Sameer-Younis.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Sameer-Younis-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:\"Sameer-Younis-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Sameer-Younis-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Sameer-Younis-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Sameer-Younis-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:16:\"FunInJamaica.net\";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:{}}}'),(19704,6928,'_thumbnail_id','6940'),(19705,6932,'_edit_lock','1567378921:4'),(19706,6932,'_yst_prominent_words_version','1'),(19707,6932,'_oembed_1032245ba1386ff03a6fd7ab4ae6eea8','<iframe title=\"Damage in Bahamas\" width=\"1333\" height=\"1000\" src=\"https://www.youtube.com/embed/zK70ZTn7030?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(19708,6932,'_oembed_time_1032245ba1386ff03a6fd7ab4ae6eea8','1567379052'),(19709,6932,'_oembed_633e1be1a6d61f873f253c75b1d999ce','<iframe title=\"Damage in Bahamas from Hurricane Dorian\" width=\"1333\" height=\"1000\" src=\"https://www.youtube.com/embed/sVPtRaH63R4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(19710,6932,'_oembed_time_633e1be1a6d61f873f253c75b1d999ce','1567379053'),(19711,6935,'_wp_attached_file','2019/09/Hurricane-Dorian.jpg'),(19712,6935,'wpmf_size','144049'),(19713,6935,'wpmf_filetype','jpg'),(19714,6935,'wpmf_order','0'),(19715,6935,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:947;s:6:\"height\";i:725;s:4:\"file\";s:28:\"2019/09/Hurricane-Dorian.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Hurricane-Dorian-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:\"Hurricane-Dorian-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Hurricane-Dorian-768x588.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Hurricane-Dorian-947x655.jpg\";s:5:\"width\";i:947;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(19716,6935,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.368086376815163;s:5:\"bytes\";i:7096;s:11:\"size_before\";i:162451;s:10:\"size_after\";i:155355;s:4:\"time\";d:0.09;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.66;s:5:\"bytes\";i:582;s:11:\"size_before\";i:7593;s:10:\"size_after\";i:7011;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.38;s:5:\"bytes\";i:1130;s:11:\"size_before\";i:17713;s:10:\"size_after\";i:16583;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.22;s:5:\"bytes\";i:2636;s:11:\"size_before\";i:62418;s:10:\"size_after\";i:59782;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.68;s:5:\"bytes\";i:2748;s:11:\"size_before\";i:74727;s:10:\"size_after\";i:71979;s:4:\"time\";d:0.04;}}}'),(19717,6932,'_thumbnail_id','6935'),(19718,6932,'_edit_last','11'),(19719,6932,'smpush_mute_activated','no'),(19720,6932,'_yoast_wpseo_primary_category','4'),(19721,6932,'_yoast_wpseo_primary_sub-category','13'),(19722,6932,'sponsored_url',''),(19723,6932,'_yoast_wpseo_content_score','30'),(19724,6932,'_yoast_wpseo_focuskeywords','[]'),(19725,6932,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19727,6932,'xyz_smap','1'),(19735,6940,'_wp_attached_file','2019/09/Sameer-Younis-featured-image.jpg'),(19736,6940,'wpmf_size','93890'),(19737,6940,'wpmf_filetype','jpg'),(19738,6940,'wpmf_order','0'),(19739,6940,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1019;s:6:\"height\";i:729;s:4:\"file\";s:40:\"2019/09/Sameer-Younis-featured-image.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Sameer-Younis-featured-image-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:\"Sameer-Younis-featured-image-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Sameer-Younis-featured-image-768x549.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Sameer-Younis-featured-image-1019x655.jpg\";s:5:\"width\";i:1019;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(19740,6940,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.848228084775254;s:5:\"bytes\";i:8187;s:11:\"size_before\";i:92527;s:10:\"size_after\";i:84340;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19;s:5:\"bytes\";i:231;s:11:\"size_before\";i:4454;s:10:\"size_after\";i:4223;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.15;s:5:\"bytes\";i:474;s:11:\"size_before\";i:7712;s:10:\"size_after\";i:7238;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.66;s:5:\"bytes\";i:2666;s:11:\"size_before\";i:30774;s:10:\"size_after\";i:28108;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.71;s:5:\"bytes\";i:4816;s:11:\"size_before\";i:49587;s:10:\"size_after\";i:44771;s:4:\"time\";d:0.03;}}}'),(19742,6928,'xyz_smap','1'),(19744,6943,'_edit_lock','1567379868:4'),(19745,6943,'_yst_prominent_words_version','1'),(19746,6943,'_edit_last','4'),(19747,6943,'smpush_mute_activated','no'),(19748,6943,'_yoast_wpseo_primary_category','4'),(19749,6943,'_yoast_wpseo_primary_sub-category','13'),(19750,6943,'sponsored_url',''),(19751,6943,'_yoast_wpseo_content_score','30'),(19752,6943,'_yoast_wpseo_focuskeywords','[]'),(19753,6943,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19754,6943,'_oembed_633e1be1a6d61f873f253c75b1d999ce','<iframe title=\"Damage in Bahamas from Hurricane Dorian\" width=\"1333\" height=\"1000\" src=\"https://www.youtube.com/embed/sVPtRaH63R4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(19755,6943,'_oembed_time_633e1be1a6d61f873f253c75b1d999ce','1567379105'),(19756,6947,'_wp_attached_file','2019/09/abaco-bahamas-hurricane-dorian-.jpg'),(19757,6947,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.5288928098809;s:5:\"bytes\";i:480;s:11:\"size_before\";i:13602;s:10:\"size_after\";i:13122;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.34;s:5:\"bytes\";i:194;s:11:\"size_before\";i:4467;s:10:\"size_after\";i:4273;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.13;s:5:\"bytes\";i:286;s:11:\"size_before\";i:9135;s:10:\"size_after\";i:8849;s:4:\"time\";d:0.02;}}}'),(19758,6947,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:670;s:6:\"height\";i:402;s:4:\"file\";s:43:\"2019/09/abaco-bahamas-hurricane-dorian-.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"abaco-bahamas-hurricane-dorian--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:\"abaco-bahamas-hurricane-dorian--300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;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:{}}}'),(19760,6943,'_thumbnail_id','6947'),(19761,6943,'xyz_smap','1'),(19763,6949,'_edit_lock','1567382454:4'),(19764,6949,'_yst_prominent_words_version','1'),(19766,6949,'_thumbnail_id','6940'),(19767,6949,'_edit_last','4'),(19768,6949,'xyz_smap','1'),(19769,6949,'smpush_mute_activated','no'),(19771,6949,'_yoast_wpseo_primary_category',''),(19772,6949,'_yoast_wpseo_primary_sub-category','15'),(19773,6949,'sponsored_url',''),(19774,6949,'_yoast_wpseo_content_score','30'),(19775,6949,'_yoast_wpseo_focuskeywords','[]'),(19776,6949,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19777,6951,'_edit_lock','1567387712:4'),(19778,6951,'_yst_prominent_words_version','1'),(19779,6951,'_edit_last','4'),(19780,6951,'smpush_mute_activated','no'),(19781,6951,'_yoast_wpseo_primary_category','4'),(19782,6951,'_yoast_wpseo_primary_sub-category','5'),(19783,6951,'sponsored_url',''),(19784,6951,'_yoast_wpseo_content_score','30'),(19785,6951,'_yoast_wpseo_focuskeywords','[]'),(19786,6951,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19787,6953,'_wp_attached_file','2019/09/DSC_3798.jpg'),(19788,6953,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:236184;s:11:\"size_before\";i:468462;s:10:\"size_after\";i:232278;}'),(19789,6953,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.568963517998045;s:5:\"bytes\";i:12927;s:11:\"size_before\";i:362206;s:10:\"size_after\";i:349279;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.02;s:5:\"bytes\";i:482;s:11:\"size_before\";i:8006;s:10:\"size_after\";i:7524;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:885;s:11:\"size_before\";i:17710;s:10:\"size_after\";i:16825;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.76;s:5:\"bytes\";i:3043;s:11:\"size_before\";i:80934;s:10:\"size_after\";i:77891;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:4148;s:11:\"size_before\";i:127786;s:10:\"size_after\";i:123638;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.42;s:5:\"bytes\";i:4369;s:11:\"size_before\";i:127770;s:10:\"size_after\";i:123401;s:4:\"time\";d:0.05;}}}'),(19790,6953,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2019/09/DSC_3798.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_3798-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:\"DSC_3798-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:20:\"DSC_3798-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:21:\"DSC_3798-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_3798-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567350642\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19791,6956,'_wp_attached_file','2019/09/test-cricket-WI-and-India14.jpg'),(19792,6956,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:597511;s:11:\"size_before\";i:767206;s:10:\"size_after\";i:169695;}'),(19793,6956,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3913321684345235;s:5:\"bytes\";i:9646;s:11:\"size_before\";i:284431;s:10:\"size_after\";i:274785;s:4:\"time\";d:0.12000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.47;s:5:\"bytes\";i:508;s:11:\"size_before\";i:7851;s:10:\"size_after\";i:7343;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.35;s:5:\"bytes\";i:805;s:11:\"size_before\";i:15037;s:10:\"size_after\";i:14232;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.76;s:5:\"bytes\";i:2303;s:11:\"size_before\";i:61269;s:10:\"size_after\";i:58966;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2;s:5:\"bytes\";i:3028;s:11:\"size_before\";i:94644;s:10:\"size_after\";i:91616;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.84;s:5:\"bytes\";i:3002;s:11:\"size_before\";i:105630;s:10:\"size_after\";i:102628;s:4:\"time\";d:0.05;}}}'),(19794,6956,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:844;s:4:\"file\";s:39:\"2019/09/test-cricket-WI-and-India14.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"test-cricket-WI-and-India14-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:\"test-cricket-WI-and-India14-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:\"test-cricket-WI-and-India14-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:\"test-cricket-WI-and-India14-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"test-cricket-WI-and-India14-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567364706\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19795,6951,'_thumbnail_id','6956'),(19796,6959,'_wp_attached_file','2019/09/test-cricket-WI-and-India17.jpg'),(19797,6959,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:379371;s:11:\"size_before\";i:567104;s:10:\"size_after\";i:187733;}'),(19798,6959,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.633777742741805;s:5:\"bytes\";i:11063;s:11:\"size_before\";i:304449;s:10:\"size_after\";i:293386;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:399;s:11:\"size_before\";i:6986;s:10:\"size_after\";i:6587;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19;s:5:\"bytes\";i:736;s:11:\"size_before\";i:14190;s:10:\"size_after\";i:13454;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.91;s:5:\"bytes\";i:2530;s:11:\"size_before\";i:64732;s:10:\"size_after\";i:62202;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.39;s:5:\"bytes\";i:3466;s:11:\"size_before\";i:102149;s:10:\"size_after\";i:98683;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.38;s:5:\"bytes\";i:3932;s:11:\"size_before\";i:116392;s:10:\"size_after\";i:112460;s:4:\"time\";d:0.03;}}}'),(19799,6959,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:844;s:4:\"file\";s:39:\"2019/09/test-cricket-WI-and-India17.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"test-cricket-WI-and-India17-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:\"test-cricket-WI-and-India17-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:\"test-cricket-WI-and-India17-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:\"test-cricket-WI-and-India17-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"test-cricket-WI-and-India17-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567364733\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19800,6960,'_wp_attached_file','2019/09/test-cricket-WI-and-India10.jpg'),(19801,6960,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.045538787397406;s:5:\"bytes\";i:15280;s:11:\"size_before\";i:377700;s:10:\"size_after\";i:362420;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.51;s:5:\"bytes\";i:660;s:11:\"size_before\";i:8785;s:10:\"size_after\";i:8125;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.65;s:5:\"bytes\";i:1327;s:11:\"size_before\";i:19966;s:10:\"size_after\";i:18639;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.34;s:5:\"bytes\";i:3703;s:11:\"size_before\";i:85312;s:10:\"size_after\";i:81609;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62;s:5:\"bytes\";i:4808;s:11:\"size_before\";i:132664;s:10:\"size_after\";i:127856;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.65;s:5:\"bytes\";i:4782;s:11:\"size_before\";i:130973;s:10:\"size_after\";i:126191;s:4:\"time\";d:0.05;}}}'),(19802,6960,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1328;s:6:\"height\";i:885;s:4:\"file\";s:39:\"2019/09/test-cricket-WI-and-India10.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"test-cricket-WI-and-India10-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:\"test-cricket-WI-and-India10-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:39:\"test-cricket-WI-and-India10-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:40:\"test-cricket-WI-and-India10-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"test-cricket-WI-and-India10-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567364709\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19803,6961,'_wp_attached_file','2019/09/test-cricket-WI-and-India9.jpg'),(19804,6961,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:255045;s:11:\"size_before\";i:472236;s:10:\"size_after\";i:217191;}'),(19805,6961,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2287276965838787;s:5:\"bytes\";i:10803;s:11:\"size_before\";i:334590;s:10:\"size_after\";i:323787;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.82;s:5:\"bytes\";i:529;s:11:\"size_before\";i:7756;s:10:\"size_after\";i:7227;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.55;s:5:\"bytes\";i:917;s:11:\"size_before\";i:16521;s:10:\"size_after\";i:15604;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45;s:5:\"bytes\";i:2594;s:11:\"size_before\";i:75232;s:10:\"size_after\";i:72638;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.94;s:5:\"bytes\";i:3514;s:11:\"size_before\";i:119654;s:10:\"size_after\";i:116140;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.81;s:5:\"bytes\";i:3249;s:11:\"size_before\";i:115427;s:10:\"size_after\";i:112178;s:4:\"time\";d:0.05;}}}'),(19806,6961,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:38:\"2019/09/test-cricket-WI-and-India9.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"test-cricket-WI-and-India9-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:\"test-cricket-WI-and-India9-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:38:\"test-cricket-WI-and-India9-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:39:\"test-cricket-WI-and-India9-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"test-cricket-WI-and-India9-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567364726\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"240\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:9:\"0.0003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19807,6962,'_wp_attached_file','2019/09/test-cricket-WI-and-India12.jpg'),(19808,6962,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:241309;s:11:\"size_before\";i:474094;s:10:\"size_after\";i:232785;}'),(19809,6962,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.237901961972139;s:5:\"bytes\";i:16090;s:11:\"size_before\";i:379669;s:10:\"size_after\";i:363579;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.93;s:5:\"bytes\";i:733;s:11:\"size_before\";i:9245;s:10:\"size_after\";i:8512;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.95;s:5:\"bytes\";i:1430;s:11:\"size_before\";i:20588;s:10:\"size_after\";i:19158;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.59;s:5:\"bytes\";i:3986;s:11:\"size_before\";i:86920;s:10:\"size_after\";i:82934;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.91;s:5:\"bytes\";i:5246;s:11:\"size_before\";i:134043;s:10:\"size_after\";i:128797;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.64;s:5:\"bytes\";i:4695;s:11:\"size_before\";i:128873;s:10:\"size_after\";i:124178;s:4:\"time\";d:0.04;}}}'),(19810,6962,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:39:\"2019/09/test-cricket-WI-and-India12.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"test-cricket-WI-and-India12-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:\"test-cricket-WI-and-India12-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:39:\"test-cricket-WI-and-India12-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:40:\"test-cricket-WI-and-India12-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"test-cricket-WI-and-India12-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567364714\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:6:\"0.0002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19811,6963,'_wp_attached_file','2019/09/test-cricket-WI-and-India10-1.jpg'),(19812,6963,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.045538787397406;s:5:\"bytes\";i:15280;s:11:\"size_before\";i:377700;s:10:\"size_after\";i:362420;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.51;s:5:\"bytes\";i:660;s:11:\"size_before\";i:8785;s:10:\"size_after\";i:8125;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.65;s:5:\"bytes\";i:1327;s:11:\"size_before\";i:19966;s:10:\"size_after\";i:18639;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.34;s:5:\"bytes\";i:3703;s:11:\"size_before\";i:85312;s:10:\"size_after\";i:81609;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62;s:5:\"bytes\";i:4808;s:11:\"size_before\";i:132664;s:10:\"size_after\";i:127856;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.65;s:5:\"bytes\";i:4782;s:11:\"size_before\";i:130973;s:10:\"size_after\";i:126191;s:4:\"time\";d:0.04;}}}'),(19813,6963,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1328;s:6:\"height\";i:885;s:4:\"file\";s:41:\"2019/09/test-cricket-WI-and-India10-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"test-cricket-WI-and-India10-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:41:\"test-cricket-WI-and-India10-1-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:41:\"test-cricket-WI-and-India10-1-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:42:\"test-cricket-WI-and-India10-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"test-cricket-WI-and-India10-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567364709\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19814,6964,'_wp_attached_file','2019/09/test-cricket-WI-and-India13.jpg'),(19815,6964,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.6803523484871334;s:5:\"bytes\";i:12200;s:11:\"size_before\";i:331490;s:10:\"size_after\";i:319290;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.53;s:5:\"bytes\";i:518;s:11:\"size_before\";i:7935;s:10:\"size_after\";i:7417;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.57;s:5:\"bytes\";i:943;s:11:\"size_before\";i:16924;s:10:\"size_after\";i:15981;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:2795;s:11:\"size_before\";i:74587;s:10:\"size_after\";i:71792;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.46;s:5:\"bytes\";i:4087;s:11:\"size_before\";i:117964;s:10:\"size_after\";i:113877;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.38;s:5:\"bytes\";i:3857;s:11:\"size_before\";i:114080;s:10:\"size_after\";i:110223;s:4:\"time\";d:0.04;}}}'),(19816,6964,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1234;s:6:\"height\";i:823;s:4:\"file\";s:39:\"2019/09/test-cricket-WI-and-India13.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"test-cricket-WI-and-India13-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:\"test-cricket-WI-and-India13-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:39:\"test-cricket-WI-and-India13-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:40:\"test-cricket-WI-and-India13-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"test-cricket-WI-and-India13-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567364729\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:6:\"0.0002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19817,6965,'_wp_attached_file','2019/09/test-cricket-WI-and-India8.jpg'),(19818,6965,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:226679;s:11:\"size_before\";i:469967;s:10:\"size_after\";i:243288;}'),(19819,6965,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.430371626736187;s:5:\"bytes\";i:17266;s:11:\"size_before\";i:389719;s:10:\"size_after\";i:372453;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.51;s:5:\"bytes\";i:587;s:11:\"size_before\";i:9017;s:10:\"size_after\";i:8430;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.36;s:5:\"bytes\";i:1283;s:11:\"size_before\";i:20172;s:10:\"size_after\";i:18889;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.69;s:5:\"bytes\";i:4134;s:11:\"size_before\";i:88177;s:10:\"size_after\";i:84043;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.19;s:5:\"bytes\";i:5766;s:11:\"size_before\";i:137657;s:10:\"size_after\";i:131891;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.08;s:5:\"bytes\";i:5496;s:11:\"size_before\";i:134696;s:10:\"size_after\";i:129200;s:4:\"time\";d:0.04;}}}'),(19820,6965,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:38:\"2019/09/test-cricket-WI-and-India8.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"test-cricket-WI-and-India8-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:\"test-cricket-WI-and-India8-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:38:\"test-cricket-WI-and-India8-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:39:\"test-cricket-WI-and-India8-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"test-cricket-WI-and-India8-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567364731\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"250\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:9:\"0.0003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19821,6966,'_wp_attached_file','2019/09/test-cricket-WI-and-India8-1.jpg'),(19822,6966,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:226679;s:11:\"size_before\";i:469967;s:10:\"size_after\";i:243288;}'),(19823,6966,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.430371626736187;s:5:\"bytes\";i:17266;s:11:\"size_before\";i:389719;s:10:\"size_after\";i:372453;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.51;s:5:\"bytes\";i:587;s:11:\"size_before\";i:9017;s:10:\"size_after\";i:8430;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.36;s:5:\"bytes\";i:1283;s:11:\"size_before\";i:20172;s:10:\"size_after\";i:18889;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.69;s:5:\"bytes\";i:4134;s:11:\"size_before\";i:88177;s:10:\"size_after\";i:84043;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.19;s:5:\"bytes\";i:5766;s:11:\"size_before\";i:137657;s:10:\"size_after\";i:131891;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.08;s:5:\"bytes\";i:5496;s:11:\"size_before\";i:134696;s:10:\"size_after\";i:129200;s:4:\"time\";d:0.04;}}}'),(19824,6966,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:40:\"2019/09/test-cricket-WI-and-India8-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"test-cricket-WI-and-India8-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:40:\"test-cricket-WI-and-India8-1-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:40:\"test-cricket-WI-and-India8-1-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:41:\"test-cricket-WI-and-India8-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"test-cricket-WI-and-India8-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567364731\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"250\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:9:\"0.0003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19825,6968,'_wp_attached_file','2019/09/test-cricket-WI-and-India-4.jpg'),(19826,6968,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:411606;s:11:\"size_before\";i:534193;s:10:\"size_after\";i:122587;}'),(19827,6968,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.672911699027289;s:5:\"bytes\";i:3536;s:11:\"size_before\";i:211368;s:10:\"size_after\";i:207832;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7;s:5:\"bytes\";i:388;s:11:\"size_before\";i:6803;s:10:\"size_after\";i:6415;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6;s:5:\"bytes\";i:645;s:11:\"size_before\";i:14022;s:10:\"size_after\";i:13377;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.6;s:5:\"bytes\";i:770;s:11:\"size_before\";i:48045;s:10:\"size_after\";i:47275;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.18;s:5:\"bytes\";i:846;s:11:\"size_before\";i:71518;s:10:\"size_after\";i:70672;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.25;s:5:\"bytes\";i:887;s:11:\"size_before\";i:70980;s:10:\"size_after\";i:70093;s:4:\"time\";d:0.04;}}}'),(19828,6968,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:39:\"2019/09/test-cricket-WI-and-India-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"test-cricket-WI-and-India-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:39:\"test-cricket-WI-and-India-4-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:39:\"test-cricket-WI-and-India-4-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:40:\"test-cricket-WI-and-India-4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"test-cricket-WI-and-India-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567350623\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"270\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:6:\"0.0008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19829,6969,'_wp_attached_file','2019/09/test-cricket-WI-and-India5.jpg'),(19830,6969,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:459073;s:11:\"size_before\";i:602407;s:10:\"size_after\";i:143334;}'),(19831,6969,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.4086023275337034;s:5:\"bytes\";i:5853;s:11:\"size_before\";i:243004;s:10:\"size_after\";i:237151;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.45;s:5:\"bytes\";i:481;s:11:\"size_before\";i:7457;s:10:\"size_after\";i:6976;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.47;s:5:\"bytes\";i:833;s:11:\"size_before\";i:15222;s:10:\"size_after\";i:14389;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.45;s:5:\"bytes\";i:1355;s:11:\"size_before\";i:55248;s:10:\"size_after\";i:53893;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.88;s:5:\"bytes\";i:1561;s:11:\"size_before\";i:83060;s:10:\"size_after\";i:81499;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.98;s:5:\"bytes\";i:1623;s:11:\"size_before\";i:82017;s:10:\"size_after\";i:80394;s:4:\"time\";d:0.04;}}}'),(19832,6969,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:38:\"2019/09/test-cricket-WI-and-India5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"test-cricket-WI-and-India5-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:\"test-cricket-WI-and-India5-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:38:\"test-cricket-WI-and-India5-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:39:\"test-cricket-WI-and-India5-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"test-cricket-WI-and-India5-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567364689\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19833,6970,'_wp_attached_file','2019/09/test-cricket-WI-and-India6.jpg'),(19834,6970,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:215984;s:11:\"size_before\";i:476766;s:10:\"size_after\";i:260782;}'),(19835,6970,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.12534419988542;s:5:\"bytes\";i:22187;s:11:\"size_before\";i:432888;s:10:\"size_after\";i:410701;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.27;s:5:\"bytes\";i:820;s:11:\"size_before\";i:9915;s:10:\"size_after\";i:9095;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.86;s:5:\"bytes\";i:1812;s:11:\"size_before\";i:23039;s:10:\"size_after\";i:21227;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.57;s:5:\"bytes\";i:5505;s:11:\"size_before\";i:98840;s:10:\"size_after\";i:93335;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.68;s:5:\"bytes\";i:7101;s:11:\"size_before\";i:151764;s:10:\"size_after\";i:144663;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.65;s:5:\"bytes\";i:6949;s:11:\"size_before\";i:149330;s:10:\"size_after\";i:142381;s:4:\"time\";d:0.05;}}}'),(19836,6970,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:38:\"2019/09/test-cricket-WI-and-India6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"test-cricket-WI-and-India6-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:\"test-cricket-WI-and-India6-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:38:\"test-cricket-WI-and-India6-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:39:\"test-cricket-WI-and-India6-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"test-cricket-WI-and-India6-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567364719\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:9:\"0.0003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19837,6971,'_wp_attached_file','2019/09/test-cricket-WI-and-India-3.jpg'),(19838,6971,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:386343;s:11:\"size_before\";i:500225;s:10:\"size_after\";i:113882;}'),(19839,6971,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.8999070837119287;s:5:\"bytes\";i:3701;s:11:\"size_before\";i:194799;s:10:\"size_after\";i:191098;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.49;s:5:\"bytes\";i:344;s:11:\"size_before\";i:6266;s:10:\"size_after\";i:5922;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.47;s:5:\"bytes\";i:563;s:11:\"size_before\";i:12603;s:10:\"size_after\";i:12040;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.49;s:5:\"bytes\";i:667;s:11:\"size_before\";i:44632;s:10:\"size_after\";i:43965;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.5;s:5:\"bytes\";i:998;s:11:\"size_before\";i:66463;s:10:\"size_after\";i:65465;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.74;s:5:\"bytes\";i:1129;s:11:\"size_before\";i:64835;s:10:\"size_after\";i:63706;s:4:\"time\";d:0.03;}}}'),(19840,6971,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:39:\"2019/09/test-cricket-WI-and-India-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"test-cricket-WI-and-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:39:\"test-cricket-WI-and-India-3-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:39:\"test-cricket-WI-and-India-3-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:40:\"test-cricket-WI-and-India-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"test-cricket-WI-and-India-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567350597\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"240\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19841,6972,'_wp_attached_file','2019/09/test-cricket-WI-and-India-2.jpg'),(19842,6972,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:202490;s:11:\"size_before\";i:446684;s:10:\"size_after\";i:244194;}'),(19843,6972,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.679101501685231;s:5:\"bytes\";i:13470;s:11:\"size_before\";i:366122;s:10:\"size_after\";i:352652;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1;s:5:\"bytes\";i:482;s:11:\"size_before\";i:7899;s:10:\"size_after\";i:7417;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.76;s:5:\"bytes\";i:826;s:11:\"size_before\";i:17368;s:10:\"size_after\";i:16542;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.84;s:5:\"bytes\";i:3115;s:11:\"size_before\";i:81206;s:10:\"size_after\";i:78091;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.49;s:5:\"bytes\";i:4573;s:11:\"size_before\";i:131046;s:10:\"size_after\";i:126473;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.48;s:5:\"bytes\";i:4474;s:11:\"size_before\";i:128603;s:10:\"size_after\";i:124129;s:4:\"time\";d:0.04;}}}'),(19844,6972,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:39:\"2019/09/test-cricket-WI-and-India-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"test-cricket-WI-and-India-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:39:\"test-cricket-WI-and-India-2-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:39:\"test-cricket-WI-and-India-2-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:40:\"test-cricket-WI-and-India-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"test-cricket-WI-and-India-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567350630\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19845,6973,'_wp_attached_file','2019/09/test-cricket-WI-and-India11.jpg'),(19846,6973,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:330503;s:11:\"size_before\";i:523702;s:10:\"size_after\";i:193199;}'),(19847,6973,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8056184920940996;s:5:\"bytes\";i:12631;s:11:\"size_before\";i:331904;s:10:\"size_after\";i:319273;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.59;s:5:\"bytes\";i:689;s:11:\"size_before\";i:9075;s:10:\"size_after\";i:8386;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.87;s:5:\"bytes\";i:1403;s:11:\"size_before\";i:20429;s:10:\"size_after\";i:19026;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12;s:5:\"bytes\";i:3156;s:11:\"size_before\";i:76650;s:10:\"size_after\";i:73494;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.31;s:5:\"bytes\";i:3773;s:11:\"size_before\";i:113995;s:10:\"size_after\";i:110222;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.23;s:5:\"bytes\";i:3610;s:11:\"size_before\";i:111755;s:10:\"size_after\";i:108145;s:4:\"time\";d:0.04;}}}'),(19848,6973,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:39:\"2019/09/test-cricket-WI-and-India11.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"test-cricket-WI-and-India11-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:\"test-cricket-WI-and-India11-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:39:\"test-cricket-WI-and-India11-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:40:\"test-cricket-WI-and-India11-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"test-cricket-WI-and-India11-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567364699\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"165\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19849,6974,'_wp_attached_file','2019/09/test-cricket-WI-and-India15.jpg'),(19850,6974,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:169143;s:11:\"size_before\";i:453130;s:10:\"size_after\";i:283987;}'),(19851,6974,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.510430009925264;s:5:\"bytes\";i:25983;s:11:\"size_before\";i:471524;s:10:\"size_after\";i:445541;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.42;s:5:\"bytes\";i:876;s:11:\"size_before\";i:10399;s:10:\"size_after\";i:9523;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.36;s:5:\"bytes\";i:2066;s:11:\"size_before\";i:24716;s:10:\"size_after\";i:22650;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9;s:5:\"bytes\";i:6347;s:11:\"size_before\";i:107590;s:10:\"size_after\";i:101243;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.99;s:5:\"bytes\";i:8234;s:11:\"size_before\";i:165057;s:10:\"size_after\";i:156823;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.17;s:5:\"bytes\";i:8460;s:11:\"size_before\";i:163762;s:10:\"size_after\";i:155302;s:4:\"time\";d:0.06;}}}'),(19852,6974,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:39:\"2019/09/test-cricket-WI-and-India15.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"test-cricket-WI-and-India15-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:\"test-cricket-WI-and-India15-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:39:\"test-cricket-WI-and-India15-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:40:\"test-cricket-WI-and-India15-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"test-cricket-WI-and-India15-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567364720\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19853,6975,'_wp_attached_file','2019/09/test-cricket-WI-and-India18.jpg'),(19854,6975,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:243259;s:11:\"size_before\";i:474647;s:10:\"size_after\";i:231388;}'),(19855,6975,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.287397491463609;s:5:\"bytes\";i:16411;s:11:\"size_before\";i:382773;s:10:\"size_after\";i:366362;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.27;s:5:\"bytes\";i:661;s:11:\"size_before\";i:9094;s:10:\"size_after\";i:8433;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.63;s:5:\"bytes\";i:1368;s:11:\"size_before\";i:20625;s:10:\"size_after\";i:19257;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.58;s:5:\"bytes\";i:4020;s:11:\"size_before\";i:87751;s:10:\"size_after\";i:83731;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.92;s:5:\"bytes\";i:5294;s:11:\"size_before\";i:134919;s:10:\"size_after\";i:129625;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.89;s:5:\"bytes\";i:5068;s:11:\"size_before\";i:130384;s:10:\"size_after\";i:125316;s:4:\"time\";d:0.04;}}}'),(19856,6975,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:39:\"2019/09/test-cricket-WI-and-India18.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"test-cricket-WI-and-India18-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:\"test-cricket-WI-and-India18-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:39:\"test-cricket-WI-and-India18-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:40:\"test-cricket-WI-and-India18-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"test-cricket-WI-and-India18-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567364710\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19857,6976,'_wp_attached_file','2019/09/test-cricket-WI-and-India16.jpg'),(19858,6976,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:295098;s:11:\"size_before\";i:504636;s:10:\"size_after\";i:209538;}'),(19859,6976,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.087987366829029;s:5:\"bytes\";i:14704;s:11:\"size_before\";i:359688;s:10:\"size_after\";i:344984;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.07;s:5:\"bytes\";i:788;s:11:\"size_before\";i:9768;s:10:\"size_after\";i:8980;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.41;s:5:\"bytes\";i:1593;s:11:\"size_before\";i:21484;s:10:\"size_after\";i:19891;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.42;s:5:\"bytes\";i:3673;s:11:\"size_before\";i:83026;s:10:\"size_after\";i:79353;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6;s:5:\"bytes\";i:4460;s:11:\"size_before\";i:123770;s:10:\"size_after\";i:119310;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.44;s:5:\"bytes\";i:4190;s:11:\"size_before\";i:121640;s:10:\"size_after\";i:117450;s:4:\"time\";d:0.04;}}}'),(19860,6976,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:39:\"2019/09/test-cricket-WI-and-India16.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"test-cricket-WI-and-India16-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:\"test-cricket-WI-and-India16-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:39:\"test-cricket-WI-and-India16-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:40:\"test-cricket-WI-and-India16-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"test-cricket-WI-and-India16-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567364703\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"175\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19862,6951,'xyz_smap','1'),(19864,6978,'_edit_lock','1567398216:4'),(19865,6978,'_yst_prominent_words_version','1'),(19866,6978,'_edit_last','4'),(19867,6978,'smpush_mute_activated','no'),(19868,6978,'_yoast_wpseo_primary_category','4'),(19869,6978,'_yoast_wpseo_primary_sub-category','5'),(19870,6978,'sponsored_url',''),(19871,6978,'_yoast_wpseo_content_score','30'),(19872,6978,'_yoast_wpseo_focuskeywords','[]'),(19873,6978,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19880,6982,'_edit_lock','1567486558:12'),(19881,6982,'_yst_prominent_words_version','1'),(19882,6983,'_wp_attached_file','2019/09/homer-davis.jpg'),(19883,6983,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.886727728036774;s:5:\"bytes\";i:3850;s:11:\"size_before\";i:204057;s:10:\"size_after\";i:200207;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:274;s:11:\"size_before\";i:6089;s:10:\"size_after\";i:5815;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2;s:5:\"bytes\";i:389;s:11:\"size_before\";i:12148;s:10:\"size_after\";i:11759;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.64;s:5:\"bytes\";i:758;s:11:\"size_before\";i:46117;s:10:\"size_after\";i:45359;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.72;s:5:\"bytes\";i:1223;s:11:\"size_before\";i:70915;s:10:\"size_after\";i:69692;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.75;s:5:\"bytes\";i:1206;s:11:\"size_before\";i:68788;s:10:\"size_after\";i:67582;s:4:\"time\";d:0.03;}}}'),(19884,6983,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1392;s:6:\"height\";i:928;s:4:\"file\";s:23:\"2019/09/homer-davis.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"homer-davis-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:\"homer-davis-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:23:\"homer-davis-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:24:\"homer-davis-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"homer-davis-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(19886,6982,'_thumbnail_id','6983'),(19887,6982,'_edit_last','4'),(19888,6982,'xyz_smap','1'),(19889,6982,'smpush_mute_activated','no'),(19891,6982,'_yoast_wpseo_primary_category','4'),(19892,6982,'_yoast_wpseo_primary_sub-category','16'),(19893,6982,'sponsored_url',''),(19894,6982,'_yoast_wpseo_content_score','30'),(19895,6982,'_yoast_wpseo_focuskeywords','[]'),(19896,6982,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19905,6986,'_edit_lock','1567440742:9'),(19906,6986,'_yst_prominent_words_version','1'),(19907,6987,'_wp_attached_file','2019/09/fetty-wap.jpg'),(19908,6987,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.562432169586605;s:5:\"bytes\";i:3237;s:11:\"size_before\";i:70949;s:10:\"size_after\";i:67712;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.19;s:5:\"bytes\";i:235;s:11:\"size_before\";i:5613;s:10:\"size_after\";i:5378;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54;s:5:\"bytes\";i:404;s:11:\"size_before\";i:11397;s:10:\"size_after\";i:10993;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.82;s:5:\"bytes\";i:2598;s:11:\"size_before\";i:53939;s:10:\"size_after\";i:51341;s:4:\"time\";d:0.02;}}}'),(19909,6987,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:21:\"2019/09/fetty-wap.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"fetty-wap-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:\"fetty-wap-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"fetty-wap-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(19911,6986,'_thumbnail_id','6987'),(19912,6986,'_edit_last','9'),(19913,6986,'xyz_smap','1'),(19914,6986,'smpush_mute_activated','no'),(19916,6986,'_yoast_wpseo_primary_category','4'),(19917,6986,'_yoast_wpseo_primary_sub-category','14'),(19918,6986,'sponsored_url',''),(19919,6986,'_yoast_wpseo_content_score','30'),(19920,6986,'_yoast_wpseo_focuskeywords','[]'),(19921,6986,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19922,6989,'_edit_lock','1567443545:12'),(19923,6990,'_edit_lock','1567442722:9'),(19924,6989,'_yst_prominent_words_version','1'),(19925,6990,'_yst_prominent_words_version','1'),(19926,6976,'_wp_attachment_image_alt','specs at the cricket matc'),(19927,6991,'_wp_attached_file','2019/09/marina-young-RADA-farmers.jpg'),(19928,6991,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1230296;s:11:\"size_before\";i:1513085;s:10:\"size_after\";i:282789;}'),(19929,6991,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.977940989734916;s:5:\"bytes\";i:11726;s:11:\"size_before\";i:393762;s:10:\"size_after\";i:382036;s:4:\"time\";d:1.5100000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.33;s:5:\"bytes\";i:493;s:11:\"size_before\";i:7784;s:10:\"size_after\";i:7291;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.32;s:5:\"bytes\";i:936;s:11:\"size_before\";i:17589;s:10:\"size_after\";i:16653;s:4:\"time\";d:1.31;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2;s:5:\"bytes\";i:1915;s:11:\"size_before\";i:87085;s:10:\"size_after\";i:85170;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.81;s:5:\"bytes\";i:4126;s:11:\"size_before\";i:146586;s:10:\"size_after\";i:142460;s:4:\"time\";d:0.09;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.16;s:5:\"bytes\";i:4256;s:11:\"size_before\";i:134718;s:10:\"size_after\";i:130462;s:4:\"time\";d:0.06;}}}'),(19930,6991,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1069;s:4:\"file\";s:37:\"2019/09/marina-young-RADA-farmers.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"marina-young-RADA-farmers-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:\"marina-young-RADA-farmers-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"marina-young-RADA-farmers-768x547.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"marina-young-RADA-farmers-1024x730.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:730;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"marina-young-RADA-farmers-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(19932,6990,'_thumbnail_id','6991'),(19933,6990,'_edit_last','9'),(19934,6990,'xyz_smap','1'),(19935,6990,'smpush_mute_activated','no'),(19937,6990,'_yoast_wpseo_primary_category','4'),(19938,6990,'_yoast_wpseo_primary_sub-category','11'),(19939,6990,'sponsored_url',''),(19940,6990,'_yoast_wpseo_content_score','60'),(19941,6990,'_yoast_wpseo_focuskeywords','[]'),(19942,6990,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19947,6997,'_edit_lock','1567444451:9'),(19948,6997,'_yst_prominent_words_version','1'),(19949,6998,'_wp_attached_file','2019/09/NESBETH-A-20190902.jpg'),(19950,6998,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.973486867384756;s:5:\"bytes\";i:11252;s:11:\"size_before\";i:161354;s:10:\"size_after\";i:150102;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.52;s:5:\"bytes\";i:291;s:11:\"size_before\";i:5273;s:10:\"size_after\";i:4982;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.83;s:5:\"bytes\";i:478;s:11:\"size_before\";i:8198;s:10:\"size_after\";i:7720;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.48;s:5:\"bytes\";i:2196;s:11:\"size_before\";i:33906;s:10:\"size_after\";i:31710;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2;s:5:\"bytes\";i:4056;s:11:\"size_before\";i:56316;s:10:\"size_after\";i:52260;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.34;s:5:\"bytes\";i:4231;s:11:\"size_before\";i:57661;s:10:\"size_after\";i:53430;s:4:\"time\";d:0.04;}}}'),(19951,6998,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1396;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2019/09/NESBETH-A-20190902.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"NESBETH-A-20190902-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:\"NESBETH-A-20190902-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"NESBETH-A-20190902-768x495.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"NESBETH-A-20190902-1024x660.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"NESBETH-A-20190902-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(19952,6997,'_thumbnail_id','6998'),(19953,6997,'_edit_last','9'),(19954,6997,'smpush_mute_activated','no'),(19955,6997,'_yoast_wpseo_primary_category','2'),(19956,6997,'_yoast_wpseo_primary_sub-category','14'),(19957,6997,'sponsored_url',''),(19958,6997,'_yoast_wpseo_content_score','60'),(19959,6997,'_yoast_wpseo_focuskeywords','[]'),(19960,6997,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19961,6997,'_yoast_wpseo_metadesc','Reggae singer Nesbeth was forced to cut his North American stint short after receiving news that his brother, Anthony Brown, passed away.'),(19963,6997,'xyz_smap','1'),(19965,7000,'_edit_lock','1567446392:9'),(19966,7000,'_yst_prominent_words_version','1'),(19967,7001,'_wp_attached_file','2019/09/Romain-Virgo-landscape-20190902.jpg'),(19968,7001,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:548705;s:11:\"size_before\";i:644533;s:10:\"size_after\";i:95828;}'),(19969,7001,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.6934864777755;s:5:\"bytes\";i:11868;s:11:\"size_before\";i:136516;s:10:\"size_after\";i:124648;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.14;s:5:\"bytes\";i:233;s:11:\"size_before\";i:4536;s:10:\"size_after\";i:4303;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.74;s:5:\"bytes\";i:434;s:11:\"size_before\";i:7566;s:10:\"size_after\";i:7132;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.09;s:5:\"bytes\";i:2429;s:11:\"size_before\";i:30010;s:10:\"size_after\";i:27581;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.96;s:5:\"bytes\";i:4344;s:11:\"size_before\";i:48499;s:10:\"size_after\";i:44155;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.65;s:5:\"bytes\";i:4428;s:11:\"size_before\";i:45905;s:10:\"size_after\";i:41477;s:4:\"time\";d:0.03;}}}'),(19970,7001,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1047;s:4:\"file\";s:43:\"2019/09/Romain-Virgo-landscape-20190902.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Romain-Virgo-landscape-20190902-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:\"Romain-Virgo-landscape-20190902-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Romain-Virgo-landscape-20190902-768x536.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Romain-Virgo-landscape-20190902-1024x715.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:715;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Romain-Virgo-landscape-20190902-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:9:\"Eddie Lai\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1468989618\";s:9:\"copyright\";s:34:\"This picture belongs to Eddie Lai.\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19972,7000,'_thumbnail_id','7001'),(19973,7000,'_oembed_fcc3e3531dfd4d4be2041079c1e15292','<iframe title=\"Romain Virgo - Dutty Man (Official Music Video)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/nMPxwoOwRXA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(19974,7000,'_oembed_time_fcc3e3531dfd4d4be2041079c1e15292','1567445572'),(19975,7000,'_edit_last','9'),(19976,7000,'xyz_smap','1'),(19977,7000,'smpush_mute_activated','no'),(19979,7000,'_yoast_wpseo_primary_category','2'),(19980,7000,'_yoast_wpseo_primary_sub-category','14'),(19981,7000,'sponsored_url',''),(19982,7000,'_yoast_wpseo_metadesc','Reggae singer Romain Virgo is planning to hand over proceeds from his recently released single, Dutty Man, to Eve For Life.'),(19983,7000,'_yoast_wpseo_content_score','60'),(19984,7000,'_yoast_wpseo_focuskeywords','[]'),(19985,7000,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(19987,7005,'_edit_lock','1567447825:9'),(19988,7005,'_yst_prominent_words_version','1'),(19989,7006,'_wp_attached_file','2019/09/Duchess-Meghan-20190902.jpg'),(19990,7006,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.944293166561936;s:5:\"bytes\";i:4957;s:11:\"size_before\";i:100257;s:10:\"size_after\";i:95300;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.09;s:5:\"bytes\";i:432;s:11:\"size_before\";i:7088;s:10:\"size_after\";i:6656;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.14;s:5:\"bytes\";i:825;s:11:\"size_before\";i:16041;s:10:\"size_after\";i:15216;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8;s:5:\"bytes\";i:3700;s:11:\"size_before\";i:77128;s:10:\"size_after\";i:73428;s:4:\"time\";d:0.03;}}}'),(19991,7006,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:35:\"2019/09/Duchess-Meghan-20190902.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Duchess-Meghan-20190902-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:\"Duchess-Meghan-20190902-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Duchess-Meghan-20190902-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:14:\"SplashNews.com\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:444:\"Prince Harry, the Duke of Sussex and Meghan, the Duke of Sussex attend the Unveiling of The Queen\'s Commonwealth Canopy at Tupou College in Tonga\r\r\r\rPictured: Meghan,the Duchess of Sussex\r\rRef: SPL5036527 261018 NON-EXCLUSIVE\r\rPicture by: SplashNews.com\r\r\r\rSplash News and Pictures\r\rLos Angeles: 310-821-2666\rNew York: 212-619-2666\rLondon: 0207 644 7656\rMilan: +39 02 4399 8577\rSydney: +61 02 9240 7700\r\rphotodesk@splashnews.com\r\r\r\rWorld Rights\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:23:\"www.SplashNews.com 2018\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:50:\"The Duke and Duchess of Sussex Visit Tonga - Day 2\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:58:\"Event,Day 2,Royal Duties,Royals,The Duke,Duchess of Sussex\";}}}'),(19992,7005,'_thumbnail_id','7006'),(19993,7005,'_edit_last','9'),(19994,7005,'smpush_mute_activated','no'),(19995,7005,'_yoast_wpseo_primary_category','3'),(19996,7005,'_yoast_wpseo_primary_sub-category','9'),(19997,7005,'sponsored_url',''),(19998,7005,'_yoast_wpseo_content_score','90'),(19999,7005,'_yoast_wpseo_focuskeywords','[]'),(20000,7005,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20002,7005,'xyz_smap','1'),(20004,7008,'_edit_lock','1567447877:9'),(20005,7008,'_yst_prominent_words_version','1'),(20006,7009,'_wp_attached_file','2019/09/JasonWhyte.jpg'),(20007,7009,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.2981397067882225;s:5:\"bytes\";i:17444;s:11:\"size_before\";i:405850;s:10:\"size_after\";i:388406;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.97;s:5:\"bytes\";i:494;s:11:\"size_before\";i:8279;s:10:\"size_after\";i:7785;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.44;s:5:\"bytes\";i:1054;s:11:\"size_before\";i:19384;s:10:\"size_after\";i:18330;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9;s:5:\"bytes\";i:3439;s:11:\"size_before\";i:88267;s:10:\"size_after\";i:84828;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.27;s:5:\"bytes\";i:6589;s:11:\"size_before\";i:154425;s:10:\"size_after\";i:147836;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.33;s:5:\"bytes\";i:5868;s:11:\"size_before\";i:135495;s:10:\"size_after\";i:129627;s:4:\"time\";d:0.07;}}}'),(20008,7009,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:22:\"2019/09/JasonWhyte.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"JasonWhyte-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:\"JasonWhyte-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"JasonWhyte-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"JasonWhyte-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"JasonWhyte-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(20009,7008,'_thumbnail_id','7009'),(20010,7008,'_edit_last','9'),(20011,7008,'smpush_mute_activated','no'),(20012,7008,'_yoast_wpseo_primary_category','3'),(20013,7008,'_yoast_wpseo_primary_sub-category','5'),(20014,7008,'sponsored_url',''),(20015,7008,'_yoast_wpseo_content_score','90'),(20016,7008,'_yoast_wpseo_focuskeywords','[]'),(20017,7008,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20019,7008,'xyz_smap','1'),(20021,7012,'_edit_lock','1567951408:9'),(20022,7012,'_yst_prominent_words_version','1'),(20023,7012,'_edit_last','9'),(20024,7012,'smpush_mute_activated','no'),(20025,7012,'_yoast_wpseo_content_score','30'),(20026,7012,'_yoast_wpseo_focuskeywords','[]'),(20027,7012,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20028,7016,'_edit_lock','1567450200:13'),(20029,7016,'_yst_prominent_words_version','1'),(20030,7017,'_wp_attached_file','2019/09/miss-global.jpg'),(20031,7017,'wpmf_size','143254'),(20032,7017,'wpmf_filetype','jpg'),(20033,7017,'wpmf_order','0'),(20034,7017,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:23:\"2019/09/miss-global.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"miss-global-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:\"miss-global-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:23:\"miss-global-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(20035,7017,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.448703633694095;s:5:\"bytes\";i:5060;s:11:\"size_before\";i:113741;s:10:\"size_after\";i:108681;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.37;s:5:\"bytes\";i:544;s:11:\"size_before\";i:8544;s:10:\"size_after\";i:8000;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.24;s:5:\"bytes\";i:1245;s:11:\"size_before\";i:19953;s:10:\"size_after\";i:18708;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.84;s:5:\"bytes\";i:3271;s:11:\"size_before\";i:85244;s:10:\"size_after\";i:81973;s:4:\"time\";d:0.04;}}}'),(20036,7016,'_thumbnail_id','7017'),(20037,7016,'_edit_last','13'),(20038,7016,'smpush_mute_activated','no'),(20039,7016,'_yoast_wpseo_primary_out-category','1799'),(20040,7016,'_yoast_wpseo_primary_location','39'),(20041,7016,'out_date','2019-09-28'),(20042,7016,'out_time','08:00 PM'),(20043,7016,'out_address','Mobay Convention Centre, Montego Bay '),(20044,7016,'out_description','Miss Global International will be celebrating 15 years of Uniting the World Through Beauty and Tourism as we host some of the world\'s most beautiful ladies. '),(20045,7016,'out_mapurl','https://www.google.com/maps/place/Montego+Bay+Convention+Centre/@18.5205954,-77.8211269,15z/data=!4m2!3m1!1s0x0:0x64b67e1ff4f7d3d3?sa=X&ved=2ahUKEwjxgLfb5rLkAhVDwFkKHR2lDOEQ_BIwDHoECAgQCA'),(20046,7016,'post_gallery_id','a:1:{i:0;s:4:\"7017\";}'),(20047,7016,'_yoast_wpseo_content_score','30'),(20048,7016,'_yoast_wpseo_focuskeywords','[]'),(20049,7016,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20051,7019,'_edit_lock','1567523483:14'),(20052,7020,'_edit_lock','1567454711:9'),(20054,7019,'_yst_prominent_words_version','1'),(20055,7020,'_yst_prominent_words_version','1'),(20070,7020,'_oembed_5d3f73279481429c4843e07483e60992','<iframe title=\"PETER BUNTING ACHIEVEMENTS   BUZZ\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/S36uECvfDi4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(20071,7020,'_oembed_5523d8ada65465ae6c152867aa672107','<iframe title=\"PETER BUNTING ACHIEVEMENTS   BUZZ\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/S36uECvfDi4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(20072,7020,'_oembed_time_5523d8ada65465ae6c152867aa672107','1567451541'),(20073,2993,'_yst_prominent_words_version','1'),(20074,2993,'smpush_mute_activated','no'),(20075,2993,'_yoast_wpseo_primary_location','33'),(20076,2993,'_yoast_wpseo_content_score','30'),(20077,2993,'_yoast_wpseo_focuskeywords','[]'),(20078,2993,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20079,7024,'_wp_attached_file','2019/08/Ramble-Logo-Image_blk-bckgrnd.jpg'),(20080,7024,'wpmf_size','12798'),(20081,7024,'wpmf_filetype','jpg'),(20082,7024,'wpmf_order','0'),(20083,7024,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:41:\"2019/08/Ramble-Logo-Image_blk-bckgrnd.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Ramble-Logo-Image_blk-bckgrnd-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\";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\";}}'),(20084,7024,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.462808048835631;s:5:\"bytes\";i:507;s:11:\"size_before\";i:4423;s:10:\"size_after\";i:3916;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.46;s:5:\"bytes\";i:507;s:11:\"size_before\";i:4423;s:10:\"size_after\";i:3916;s:4:\"time\";d:0.01;}}}'),(20085,7024,'_wp_attachment_image_alt','Ramble Logo on black with R only'),(20086,760,'_yst_prominent_words_version','1'),(20087,760,'smpush_mute_activated','no'),(20088,760,'_yoast_wpseo_primary_location','33'),(20089,760,'_yoast_wpseo_content_score','60'),(20090,760,'_yoast_wpseo_focuskeywords','[]'),(20091,760,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20092,4075,'smpush_mute_activated','no'),(20093,4075,'_yoast_wpseo_primary_location',''),(20094,4075,'_yoast_wpseo_content_score','60'),(20095,4075,'_yoast_wpseo_focuskeywords','[]'),(20096,4075,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20097,7026,'_wp_attached_file','2019/09/circle-k-buzz-feature-10.jpg'),(20098,7026,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.118706086391257;s:5:\"bytes\";i:16220;s:11:\"size_before\";i:393813;s:10:\"size_after\";i:377593;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.91;s:5:\"bytes\";i:600;s:11:\"size_before\";i:8686;s:10:\"size_after\";i:8086;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.97;s:5:\"bytes\";i:1163;s:11:\"size_before\";i:19478;s:10:\"size_after\";i:18315;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:3669;s:11:\"size_before\";i:87180;s:10:\"size_after\";i:83511;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.93;s:5:\"bytes\";i:5481;s:11:\"size_before\";i:139344;s:10:\"size_after\";i:133863;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.81;s:5:\"bytes\";i:5307;s:11:\"size_before\";i:139125;s:10:\"size_after\";i:133818;s:4:\"time\";d:0.04;}}}'),(20099,7026,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2019/09/circle-k-buzz-feature-10.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"circle-k-buzz-feature-10-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:\"circle-k-buzz-feature-10-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:36:\"circle-k-buzz-feature-10-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:37:\"circle-k-buzz-feature-10-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"circle-k-buzz-feature-10-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20100,7027,'_wp_attached_file','2019/09/circle-k-buzz-feature-1.jpg'),(20101,7027,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.59027912589023;s:5:\"bytes\";i:6805;s:11:\"size_before\";i:262713;s:10:\"size_after\";i:255908;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2;s:5:\"bytes\";i:351;s:11:\"size_before\";i:6754;s:10:\"size_after\";i:6403;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.36;s:5:\"bytes\";i:638;s:11:\"size_before\";i:14634;s:10:\"size_after\";i:13996;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.43;s:5:\"bytes\";i:1431;s:11:\"size_before\";i:58899;s:10:\"size_after\";i:57468;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.35;s:5:\"bytes\";i:2159;s:11:\"size_before\";i:91933;s:10:\"size_after\";i:89774;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.46;s:5:\"bytes\";i:2226;s:11:\"size_before\";i:90493;s:10:\"size_after\";i:88267;s:4:\"time\";d:0.04;}}}'),(20102,7027,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2019/09/circle-k-buzz-feature-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"circle-k-buzz-feature-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:35:\"circle-k-buzz-feature-1-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:35:\"circle-k-buzz-feature-1-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:36:\"circle-k-buzz-feature-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"circle-k-buzz-feature-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20103,7028,'_wp_attached_file','2019/09/circle-k-buzz-feature-18.jpg'),(20104,7028,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.8419667725726763;s:5:\"bytes\";i:8122;s:11:\"size_before\";i:285788;s:10:\"size_after\";i:277666;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.65;s:5:\"bytes\";i:435;s:11:\"size_before\";i:7703;s:10:\"size_after\";i:7268;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.98;s:5:\"bytes\";i:844;s:11:\"size_before\";i:16944;s:10:\"size_after\";i:16100;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.87;s:5:\"bytes\";i:1855;s:11:\"size_before\";i:64724;s:10:\"size_after\";i:62869;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.54;s:5:\"bytes\";i:2518;s:11:\"size_before\";i:99147;s:10:\"size_after\";i:96629;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.54;s:5:\"bytes\";i:2470;s:11:\"size_before\";i:97270;s:10:\"size_after\";i:94800;s:4:\"time\";d:0.04;}}}'),(20105,7028,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2019/09/circle-k-buzz-feature-18.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"circle-k-buzz-feature-18-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:\"circle-k-buzz-feature-18-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:36:\"circle-k-buzz-feature-18-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:37:\"circle-k-buzz-feature-18-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"circle-k-buzz-feature-18-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20106,7029,'_wp_attached_file','2019/09/circle-k-buzz-feature-3.jpg'),(20107,7029,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.6623570604153133;s:5:\"bytes\";i:11328;s:11:\"size_before\";i:309309;s:10:\"size_after\";i:297981;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.72;s:5:\"bytes\";i:556;s:11:\"size_before\";i:8271;s:10:\"size_after\";i:7715;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.02;s:5:\"bytes\";i:1076;s:11:\"size_before\";i:17885;s:10:\"size_after\";i:16809;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.59;s:5:\"bytes\";i:2485;s:11:\"size_before\";i:69165;s:10:\"size_after\";i:66680;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.31;s:5:\"bytes\";i:3540;s:11:\"size_before\";i:106994;s:10:\"size_after\";i:103454;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.43;s:5:\"bytes\";i:3671;s:11:\"size_before\";i:106994;s:10:\"size_after\";i:103323;s:4:\"time\";d:0.03;}}}'),(20108,7029,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2019/09/circle-k-buzz-feature-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"circle-k-buzz-feature-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:35:\"circle-k-buzz-feature-3-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:35:\"circle-k-buzz-feature-3-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:36:\"circle-k-buzz-feature-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"circle-k-buzz-feature-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20109,7030,'_wp_attached_file','2019/09/circle-k-buzz-feature-13.jpg'),(20110,7030,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.649653769793231;s:5:\"bytes\";i:4801;s:11:\"size_before\";i:103255;s:10:\"size_after\";i:98454;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.33;s:5:\"bytes\";i:503;s:11:\"size_before\";i:7945;s:10:\"size_after\";i:7442;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.97;s:5:\"bytes\";i:811;s:11:\"size_before\";i:16326;s:10:\"size_after\";i:15515;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.41;s:5:\"bytes\";i:3487;s:11:\"size_before\";i:78984;s:10:\"size_after\";i:75497;s:4:\"time\";d:0.04;}}}'),(20111,7030,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:666;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2019/09/circle-k-buzz-feature-13.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"circle-k-buzz-feature-13-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:\"circle-k-buzz-feature-13-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"circle-k-buzz-feature-13-666x655.jpg\";s:5:\"width\";i:666;s:6:\"height\";i:655;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:{}}}'),(20112,7031,'_wp_attached_file','2019/09/circle-k-buzz-feature-5.jpg'),(20113,7031,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.7683646330930936;s:5:\"bytes\";i:22250;s:11:\"size_before\";i:466617;s:10:\"size_after\";i:444367;s:4:\"time\";d:0.16999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.78;s:5:\"bytes\";i:623;s:11:\"size_before\";i:9186;s:10:\"size_after\";i:8563;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.38;s:5:\"bytes\";i:1364;s:11:\"size_before\";i:21381;s:10:\"size_after\";i:20017;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.03;s:5:\"bytes\";i:5120;s:11:\"size_before\";i:101829;s:10:\"size_after\";i:96709;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:7489;s:11:\"size_before\";i:166565;s:10:\"size_after\";i:159076;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57;s:5:\"bytes\";i:7654;s:11:\"size_before\";i:167656;s:10:\"size_after\";i:160002;s:4:\"time\";d:0.05;}}}'),(20114,7031,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2019/09/circle-k-buzz-feature-5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"circle-k-buzz-feature-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:35:\"circle-k-buzz-feature-5-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:35:\"circle-k-buzz-feature-5-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:36:\"circle-k-buzz-feature-5-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"circle-k-buzz-feature-5-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20115,7032,'_wp_attached_file','2019/09/circle-k-buzz-feature-8.jpg'),(20116,7032,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.449651274847688;s:5:\"bytes\";i:5999;s:11:\"size_before\";i:244892;s:10:\"size_after\";i:238893;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.18;s:5:\"bytes\";i:436;s:11:\"size_before\";i:7058;s:10:\"size_after\";i:6622;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.67;s:5:\"bytes\";i:656;s:11:\"size_before\";i:14037;s:10:\"size_after\";i:13381;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.29;s:5:\"bytes\";i:1248;s:11:\"size_before\";i:54437;s:10:\"size_after\";i:53189;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.18;s:5:\"bytes\";i:1857;s:11:\"size_before\";i:85122;s:10:\"size_after\";i:83265;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.14;s:5:\"bytes\";i:1802;s:11:\"size_before\";i:84238;s:10:\"size_after\";i:82436;s:4:\"time\";d:0.03;}}}'),(20117,7032,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2019/09/circle-k-buzz-feature-8.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"circle-k-buzz-feature-8-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:\"circle-k-buzz-feature-8-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:35:\"circle-k-buzz-feature-8-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:36:\"circle-k-buzz-feature-8-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"circle-k-buzz-feature-8-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20118,7033,'_wp_attached_file','2019/09/circle-k-buzz-feature-4.jpg'),(20119,7033,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.07751365188035;s:5:\"bytes\";i:32242;s:11:\"size_before\";i:530513;s:10:\"size_after\";i:498271;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.02;s:5:\"bytes\";i:998;s:11:\"size_before\";i:11069;s:10:\"size_after\";i:10071;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.02;s:5:\"bytes\";i:1937;s:11:\"size_before\";i:24166;s:10:\"size_after\";i:22229;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.44;s:5:\"bytes\";i:7621;s:11:\"size_before\";i:118351;s:10:\"size_after\";i:110730;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.76;s:5:\"bytes\";i:10902;s:11:\"size_before\";i:189159;s:10:\"size_after\";i:178257;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.74;s:5:\"bytes\";i:10784;s:11:\"size_before\";i:187768;s:10:\"size_after\";i:176984;s:4:\"time\";d:0.07;}}}'),(20120,7033,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2019/09/circle-k-buzz-feature-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"circle-k-buzz-feature-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:35:\"circle-k-buzz-feature-4-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:35:\"circle-k-buzz-feature-4-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:36:\"circle-k-buzz-feature-4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"circle-k-buzz-feature-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20121,7034,'_wp_attached_file','2019/09/circle-k-buzz-feature-21.jpg'),(20122,7034,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.001176929132053;s:5:\"bytes\";i:10471;s:11:\"size_before\";i:261698;s:10:\"size_after\";i:251227;s:4:\"time\";d:0.21;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.05;s:5:\"bytes\";i:310;s:11:\"size_before\";i:6144;s:10:\"size_after\";i:5834;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:655;s:11:\"size_before\";i:13683;s:10:\"size_after\";i:13028;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.81;s:5:\"bytes\";i:2171;s:11:\"size_before\";i:56929;s:10:\"size_after\";i:54758;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.85;s:5:\"bytes\";i:3509;s:11:\"size_before\";i:91241;s:10:\"size_after\";i:87732;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.08;s:5:\"bytes\";i:3826;s:11:\"size_before\";i:93701;s:10:\"size_after\";i:89875;s:4:\"time\";d:0.12;}}}'),(20123,7034,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2019/09/circle-k-buzz-feature-21.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"circle-k-buzz-feature-21-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:\"circle-k-buzz-feature-21-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:36:\"circle-k-buzz-feature-21-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:37:\"circle-k-buzz-feature-21-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"circle-k-buzz-feature-21-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20124,7035,'_wp_attached_file','2019/09/circle-k-buzz-feature-19.jpg'),(20125,7035,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.632238173234416;s:5:\"bytes\";i:6830;s:11:\"size_before\";i:259475;s:10:\"size_after\";i:252645;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45;s:5:\"bytes\";i:411;s:11:\"size_before\";i:7542;s:10:\"size_after\";i:7131;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:700;s:11:\"size_before\";i:15416;s:10:\"size_after\";i:14716;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.59;s:5:\"bytes\";i:1515;s:11:\"size_before\";i:58545;s:10:\"size_after\";i:57030;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.34;s:5:\"bytes\";i:2093;s:11:\"size_before\";i:89582;s:10:\"size_after\";i:87489;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.39;s:5:\"bytes\";i:2111;s:11:\"size_before\";i:88390;s:10:\"size_after\";i:86279;s:4:\"time\";d:0.04;}}}'),(20126,7035,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2019/09/circle-k-buzz-feature-19.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"circle-k-buzz-feature-19-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:\"circle-k-buzz-feature-19-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:36:\"circle-k-buzz-feature-19-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:37:\"circle-k-buzz-feature-19-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"circle-k-buzz-feature-19-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20127,7036,'_wp_attached_file','2019/09/circle-k-buzz-feature-2.jpg'),(20128,7036,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0024610997208603;s:5:\"bytes\";i:7454;s:11:\"size_before\";i:248263;s:10:\"size_after\";i:240809;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.66;s:5:\"bytes\";i:378;s:11:\"size_before\";i:6683;s:10:\"size_after\";i:6305;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.18;s:5:\"bytes\";i:731;s:11:\"size_before\";i:14101;s:10:\"size_after\";i:13370;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.77;s:5:\"bytes\";i:1516;s:11:\"size_before\";i:54690;s:10:\"size_after\";i:53174;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.76;s:5:\"bytes\";i:2398;s:11:\"size_before\";i:86851;s:10:\"size_after\";i:84453;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.83;s:5:\"bytes\";i:2431;s:11:\"size_before\";i:85938;s:10:\"size_after\";i:83507;s:4:\"time\";d:0.03;}}}'),(20129,7036,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2019/09/circle-k-buzz-feature-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"circle-k-buzz-feature-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:35:\"circle-k-buzz-feature-2-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:35:\"circle-k-buzz-feature-2-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:36:\"circle-k-buzz-feature-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"circle-k-buzz-feature-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20130,7019,'_edit_last','14'),(20131,7019,'smpush_mute_activated','no'),(20132,7019,'_yoast_wpseo_primary_category','4'),(20133,7019,'_yoast_wpseo_primary_sub-category','16'),(20134,7019,'sponsored_url',''),(20135,7019,'_yoast_wpseo_content_score','60'),(20136,7019,'_yoast_wpseo_focuskeywords','[]'),(20137,7019,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20138,7020,'_edit_last','9'),(20139,7020,'smpush_mute_activated','no'),(20140,7020,'_yoast_wpseo_primary_category','4'),(20141,7020,'_yoast_wpseo_primary_sub-category','15'),(20142,7020,'sponsored_url',''),(20143,7020,'_yoast_wpseo_content_score','60'),(20144,7020,'_yoast_wpseo_focuskeywords','[]'),(20145,7020,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20146,7020,'_thumbnail_id','3964'),(20147,7039,'_wp_attached_file','2019/09/Sponsored-Logo-RISE-United.jpg'),(20148,7039,'wpmf_size','66590'),(20149,7039,'wpmf_filetype','jpg'),(20150,7039,'wpmf_order','0'),(20151,7039,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:454;s:6:\"height\";i:151;s:4:\"file\";s:38:\"2019/09/Sponsored-Logo-RISE-United.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Sponsored-Logo-RISE-United-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:\"Sponsored-Logo-RISE-United-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(20152,7039,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.364556590625687;s:5:\"bytes\";i:1413;s:11:\"size_before\";i:13633;s:10:\"size_after\";i:12220;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.34;s:5:\"bytes\";i:688;s:11:\"size_before\";i:5576;s:10:\"size_after\";i:4888;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:9;s:5:\"bytes\";i:725;s:11:\"size_before\";i:8057;s:10:\"size_after\";i:7332;s:4:\"time\";d:0.01;}}}'),(20153,7020,'_oembed_time_5d3f73279481429c4843e07483e60992','1567454139'),(20155,7020,'xyz_smap','1'),(20157,7020,'sponsored_img','https://buzz-caribbean.com/app/uploads/2019/09/Sponsored-Logo-RISE-United.jpg'),(20158,4073,'_yst_prominent_words_version','1'),(20161,7042,'_edit_lock','1567463248:14'),(20162,7042,'_yst_prominent_words_version','1'),(20165,7044,'_edit_lock','1567455791:9'),(20166,7044,'_yst_prominent_words_version','1'),(20167,7045,'_wp_attached_file','2019/09/kevin-hart-eniko.jpg'),(20168,7045,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.58834173949871;s:5:\"bytes\";i:2796;s:11:\"size_before\";i:77919;s:10:\"size_after\";i:75123;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.23;s:5:\"bytes\";i:339;s:11:\"size_before\";i:6484;s:10:\"size_after\";i:6145;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.86;s:5:\"bytes\";i:513;s:11:\"size_before\";i:13297;s:10:\"size_after\";i:12784;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.34;s:5:\"bytes\";i:1944;s:11:\"size_before\";i:58138;s:10:\"size_after\";i:56194;s:4:\"time\";d:0.02;}}}'),(20169,7045,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:28:\"2019/09/kevin-hart-eniko.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"kevin-hart-eniko-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:\"kevin-hart-eniko-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"kevin-hart-eniko-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(20171,7044,'_thumbnail_id','7045'),(20172,7044,'_edit_last','9'),(20173,7044,'xyz_smap','1'),(20174,7044,'smpush_mute_activated','no'),(20176,7044,'_yoast_wpseo_primary_category','3'),(20177,7044,'_yoast_wpseo_primary_sub-category','11'),(20178,7044,'sponsored_url',''),(20179,7044,'_yoast_wpseo_content_score','60'),(20180,7044,'_yoast_wpseo_focuskeywords','[]'),(20181,7044,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20182,2600,'_yst_prominent_words_version','1'),(20183,2566,'_yst_prominent_words_version','1'),(20184,3750,'smpush_mute_activated','no'),(20185,3750,'_yoast_wpseo_primary_offer-category',''),(20186,3750,'_yoast_wpseo_primary_location','33'),(20187,3750,'_yoast_wpseo_content_score','30'),(20188,3750,'_yoast_wpseo_focuskeywords','[]'),(20189,3750,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20190,3706,'smpush_mute_activated','no'),(20191,3706,'_yoast_wpseo_primary_offer-category',''),(20192,3706,'_yoast_wpseo_primary_location','33'),(20193,3706,'_yoast_wpseo_content_score','30'),(20194,3706,'_yoast_wpseo_focuskeywords','[]'),(20195,3706,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20196,3535,'smpush_mute_activated','no'),(20197,3535,'_yoast_wpseo_primary_offer-category',''),(20198,3535,'_yoast_wpseo_primary_location','33'),(20199,3535,'_yoast_wpseo_content_score','30'),(20200,3535,'_yoast_wpseo_focuskeywords','[]'),(20201,3535,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20202,2600,'smpush_mute_activated','no'),(20203,2600,'_yoast_wpseo_primary_offer-category',''),(20204,2600,'_yoast_wpseo_primary_location',''),(20205,2600,'_yoast_wpseo_content_score','30'),(20206,2600,'_yoast_wpseo_focuskeywords','[]'),(20207,2600,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20208,2566,'smpush_mute_activated','no'),(20209,2566,'_yoast_wpseo_primary_offer-category',''),(20210,2566,'_yoast_wpseo_primary_location','33'),(20211,2566,'_yoast_wpseo_content_score','30'),(20212,2566,'_yoast_wpseo_focuskeywords','[]'),(20213,2566,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20214,7047,'_wp_attached_file','2019/09/keanu-reeves-buzz-demo.jpg'),(20215,7047,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1126391;s:11:\"size_before\";i:1276958;s:10:\"size_after\";i:150567;}'),(20216,7047,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.271745199651136;s:5:\"bytes\";i:9257;s:11:\"size_before\";i:216703;s:10:\"size_after\";i:207446;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.13;s:5:\"bytes\";i:362;s:11:\"size_before\";i:5903;s:10:\"size_after\";i:5541;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:458;s:11:\"size_before\";i:10178;s:10:\"size_after\";i:9720;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1;s:5:\"bytes\";i:1914;s:11:\"size_before\";i:46673;s:10:\"size_after\";i:44759;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:3234;s:11:\"size_before\";i:76796;s:10:\"size_after\";i:73562;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.26;s:5:\"bytes\";i:3289;s:11:\"size_before\";i:77153;s:10:\"size_after\";i:73864;s:4:\"time\";d:0.06;}}}'),(20217,7047,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:996;s:4:\"file\";s:34:\"2019/09/keanu-reeves-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"keanu-reeves-buzz-demo-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:\"keanu-reeves-buzz-demo-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"keanu-reeves-buzz-demo-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"keanu-reeves-buzz-demo-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"keanu-reeves-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20218,7048,'_wp_attached_file','2019/09/keanu-reeves-buzz-demo-5.jpg'),(20219,7048,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.278716042615875;s:5:\"bytes\";i:9992;s:11:\"size_before\";i:233528;s:10:\"size_after\";i:223536;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.15;s:5:\"bytes\";i:282;s:11:\"size_before\";i:5479;s:10:\"size_after\";i:5197;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.66;s:5:\"bytes\";i:519;s:11:\"size_before\";i:11142;s:10:\"size_after\";i:10623;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.42;s:5:\"bytes\";i:2139;s:11:\"size_before\";i:48425;s:10:\"size_after\";i:46286;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.22;s:5:\"bytes\";i:3342;s:11:\"size_before\";i:79249;s:10:\"size_after\";i:75907;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.16;s:5:\"bytes\";i:3710;s:11:\"size_before\";i:89233;s:10:\"size_after\";i:85523;s:4:\"time\";d:0.04;}}}'),(20220,7048,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1296;s:6:\"height\";i:730;s:4:\"file\";s:36:\"2019/09/keanu-reeves-buzz-demo-5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"keanu-reeves-buzz-demo-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:36:\"keanu-reeves-buzz-demo-5-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:36:\"keanu-reeves-buzz-demo-5-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"keanu-reeves-buzz-demo-5-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"keanu-reeves-buzz-demo-5-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20221,4056,'_yst_prominent_words_version','1'),(20222,7049,'_wp_attached_file','2019/09/keanu-reeves-buzz-demo-3.jpg'),(20223,7049,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.283970378709257;s:5:\"bytes\";i:21435;s:11:\"size_before\";i:341106;s:10:\"size_after\";i:319671;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.84;s:5:\"bytes\";i:830;s:11:\"size_before\";i:8432;s:10:\"size_after\";i:7602;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.25;s:5:\"bytes\";i:1563;s:11:\"size_before\";i:18952;s:10:\"size_after\";i:17389;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.48;s:5:\"bytes\";i:5171;s:11:\"size_before\";i:79756;s:10:\"size_after\";i:74585;s:4:\"time\";d:0.07;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.02;s:5:\"bytes\";i:7473;s:11:\"size_before\";i:124115;s:10:\"size_after\";i:116642;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.82;s:5:\"bytes\";i:6398;s:11:\"size_before\";i:109851;s:10:\"size_after\";i:103453;s:4:\"time\";d:0.06;}}}'),(20224,7049,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1025;s:6:\"height\";i:800;s:4:\"file\";s:36:\"2019/09/keanu-reeves-buzz-demo-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"keanu-reeves-buzz-demo-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:36:\"keanu-reeves-buzz-demo-3-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"keanu-reeves-buzz-demo-3-768x599.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"keanu-reeves-buzz-demo-3-1024x799.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:799;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"keanu-reeves-buzz-demo-3-1025x655.jpg\";s:5:\"width\";i:1025;s:6:\"height\";i:655;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:{}}}'),(20225,7050,'_wp_attached_file','2019/09/keanu-reeves-buzz-demo-2.jpg'),(20226,7050,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.544689098592444;s:5:\"bytes\";i:21028;s:11:\"size_before\";i:220311;s:10:\"size_after\";i:199283;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.07;s:5:\"bytes\";i:304;s:11:\"size_before\";i:4301;s:10:\"size_after\";i:3997;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.57;s:5:\"bytes\";i:599;s:11:\"size_before\";i:7913;s:10:\"size_after\";i:7314;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.37;s:5:\"bytes\";i:4167;s:11:\"size_before\";i:44474;s:10:\"size_after\";i:40307;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.81;s:5:\"bytes\";i:8008;s:11:\"size_before\";i:81634;s:10:\"size_after\";i:73626;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7;s:5:\"bytes\";i:7950;s:11:\"size_before\";i:81989;s:10:\"size_after\";i:74039;s:4:\"time\";d:0.03;}}}'),(20227,7050,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2019/09/keanu-reeves-buzz-demo-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"keanu-reeves-buzz-demo-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:36:\"keanu-reeves-buzz-demo-2-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:36:\"keanu-reeves-buzz-demo-2-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:37:\"keanu-reeves-buzz-demo-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"keanu-reeves-buzz-demo-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20228,7051,'_wp_attached_file','2019/09/keanu-reeves-left-handed-buzz-demo.jpg'),(20229,7051,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:715094;s:11:\"size_before\";i:898916;s:10:\"size_after\";i:183822;}'),(20230,7051,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.163716814159292;s:5:\"bytes\";i:9724;s:11:\"size_before\";i:307360;s:10:\"size_after\";i:297636;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:320;s:11:\"size_before\";i:5859;s:10:\"size_after\";i:5539;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.32;s:5:\"bytes\";i:493;s:11:\"size_before\";i:14868;s:10:\"size_after\";i:14375;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:3;s:5:\"bytes\";i:2150;s:11:\"size_before\";i:71692;s:10:\"size_after\";i:69542;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.17;s:5:\"bytes\";i:3901;s:11:\"size_before\";i:122928;s:10:\"size_after\";i:119027;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.11;s:5:\"bytes\";i:2860;s:11:\"size_before\";i:92013;s:10:\"size_after\";i:89153;s:4:\"time\";d:0.03;}}}'),(20231,7051,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1276;s:6:\"height\";i:1200;s:4:\"file\";s:46:\"2019/09/keanu-reeves-left-handed-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"keanu-reeves-left-handed-buzz-demo-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:\"keanu-reeves-left-handed-buzz-demo-300x282.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"keanu-reeves-left-handed-buzz-demo-768x722.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:722;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"keanu-reeves-left-handed-buzz-demo-1024x963.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:963;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"keanu-reeves-left-handed-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:16:\"Gilberto Marques\";s:6:\"camera\";s:20:\"Canon EOS 6D Mark II\";s:7:\"caption\";s:269:\"O governador de São Paulo, João Doria, participa de reunião com o ator norte-americano Keanu Reeves + Sec Sérgio Sá Leitão + Letícia Bragaglia, realizada no Palácio dos Bandeirantes. Local: São Paulo/SP. Data: 03/04/2019.  Foto: Governo do Estado de São Paulo\";s:17:\"created_timestamp\";s:10:\"1554295605\";s:9:\"copyright\";s:28:\"Gilberto Marques/ MáquinaCW\";s:12:\"focal_length\";s:2:\"42\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:48:\"Reunião com o ator norte-americano Keanu Reeves\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:9:{i:0;s:7:\"Cultura\";i:1;s:10:\"Governo SP\";i:2;s:21:\"Governo de São Paulo\";i:3;s:31:\"Governo do Estado de São Paulo\";i:4;s:11:\"João Doria\";i:5;s:12:\"Keanu Reeves\";i:6;s:25:\"Palácio dos Bandeirantes\";i:7;s:8:\"Reunião\";i:8;s:10:\"São Paulo\";}}}'),(20232,7052,'_wp_attached_file','2019/09/keanu-reeves-buzz-demo-6.jpg'),(20233,7052,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.198484247783543;s:5:\"bytes\";i:7307;s:11:\"size_before\";i:174039;s:10:\"size_after\";i:166732;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.91;s:5:\"bytes\";i:212;s:11:\"size_before\";i:5418;s:10:\"size_after\";i:5206;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.46;s:5:\"bytes\";i:412;s:11:\"size_before\";i:11905;s:10:\"size_after\";i:11493;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:2246;s:11:\"size_before\";i:56461;s:10:\"size_after\";i:54215;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.43;s:5:\"bytes\";i:4437;s:11:\"size_before\";i:100255;s:10:\"size_after\";i:95818;s:4:\"time\";d:0.03;}}}'),(20234,7052,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1023;s:6:\"height\";i:685;s:4:\"file\";s:36:\"2019/09/keanu-reeves-buzz-demo-6.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"keanu-reeves-buzz-demo-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:36:\"keanu-reeves-buzz-demo-6-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:36:\"keanu-reeves-buzz-demo-6-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"keanu-reeves-buzz-demo-6-1023x655.jpg\";s:5:\"width\";i:1023;s:6:\"height\";i:655;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:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1220140303\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20235,4062,'_yst_prominent_words_version','1'),(20236,4065,'_yst_prominent_words_version','1'),(20237,7053,'_edit_lock','1567458182:9'),(20238,7053,'_yst_prominent_words_version','1'),(20239,3952,'_yst_prominent_words_version','1'),(20240,7042,'_oembed_6d56fa4ebaee78daf93f41dfc97d35d6','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/6f9aTOh0zv/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/6f9aTOh0zv/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/6f9aTOh0zv/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">&#34;It&#39;s cool to be part of the tradition of the American motorcycle in Los Angeles, California.&#34; ARCH co-founder Keanu Reeves (with business partner Gard Hollinger) as told to @KristaSmith @vanityfair http://vnty.fr/1MtRySc. Link in bio as well. Photo Credit: @emilywinikerphotography  #ARCH #krgt1 #motorcycle #design #bespoke #vanityfair #photo #slideshow</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/archmotorcycle/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> ARCH Motorcycle</a> (@archmotorcycle) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2015-08-17T21:20:57+00:00\">Aug 17, 2015 at 2:20pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(20241,7042,'_oembed_time_6d56fa4ebaee78daf93f41dfc97d35d6','1567460082'),(20242,7056,'_wp_attached_file','2019/09/TPDCo-office.jpg'),(20243,7056,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.7566064558417995;s:5:\"bytes\";i:22786;s:11:\"size_before\";i:479039;s:10:\"size_after\";i:456253;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.02;s:5:\"bytes\";i:445;s:11:\"size_before\";i:7394;s:10:\"size_after\";i:6949;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.42;s:5:\"bytes\";i:1081;s:11:\"size_before\";i:19944;s:10:\"size_after\";i:18863;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:5345;s:11:\"size_before\";i:107700;s:10:\"size_after\";i:102355;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.66;s:5:\"bytes\";i:8493;s:11:\"size_before\";i:182331;s:10:\"size_after\";i:173838;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.59;s:5:\"bytes\";i:7422;s:11:\"size_before\";i:161670;s:10:\"size_after\";i:154248;s:4:\"time\";d:0.05;}}}'),(20244,7056,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2019/09/TPDCo-office.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"TPDCo-office-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:\"TPDCo-office-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:24:\"TPDCo-office-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"TPDCo-office-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"TPDCo-office-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20245,7057,'_wp_attached_file','2019/09/keanu-reeves-buzz-demo-7.jpg'),(20246,7057,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.879596250901225;s:5:\"bytes\";i:1631;s:11:\"size_before\";i:27740;s:10:\"size_after\";i:26109;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9;s:5:\"bytes\";i:530;s:11:\"size_before\";i:7680;s:10:\"size_after\";i:7150;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.49;s:5:\"bytes\";i:1101;s:11:\"size_before\";i:20060;s:10:\"size_after\";i:18959;s:4:\"time\";d:0.01;}}}'),(20247,7057,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:562;s:6:\"height\";i:594;s:4:\"file\";s:36:\"2019/09/keanu-reeves-buzz-demo-7.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"keanu-reeves-buzz-demo-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:36:\"keanu-reeves-buzz-demo-7-284x300.jpg\";s:5:\"width\";i:284;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:{}}}'),(20248,7053,'_thumbnail_id','7056'),(20249,7053,'_edit_last','9'),(20250,7053,'smpush_mute_activated','no'),(20251,7053,'_yoast_wpseo_primary_category','4'),(20252,7053,'_yoast_wpseo_primary_sub-category','8'),(20253,7053,'sponsored_url',''),(20254,7053,'_yoast_wpseo_content_score','90'),(20255,7053,'_yoast_wpseo_focuskeywords','[]'),(20256,7053,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20258,7053,'xyz_smap','1'),(20260,7060,'_edit_lock','1567460078:9'),(20261,7060,'_yst_prominent_words_version','1'),(20262,7061,'_wp_attached_file','2019/09/keanu-reeves-buzz-demo-4.jpg'),(20263,7061,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:384977;s:11:\"size_before\";i:557365;s:10:\"size_after\";i:172388;}'),(20264,7061,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.811941557357605;s:5:\"bytes\";i:10954;s:11:\"size_before\";i:227642;s:10:\"size_after\";i:216688;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.91;s:5:\"bytes\";i:338;s:11:\"size_before\";i:5722;s:10:\"size_after\";i:5384;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.93;s:5:\"bytes\";i:547;s:11:\"size_before\";i:11100;s:10:\"size_after\";i:10553;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.31;s:5:\"bytes\";i:2124;s:11:\"size_before\";i:49321;s:10:\"size_after\";i:47197;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.88;s:5:\"bytes\";i:4065;s:11:\"size_before\";i:83241;s:10:\"size_after\";i:79176;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:3880;s:11:\"size_before\";i:78258;s:10:\"size_after\";i:74378;s:4:\"time\";d:0.04;}}}'),(20265,7061,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1090;s:4:\"file\";s:36:\"2019/09/keanu-reeves-buzz-demo-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"keanu-reeves-buzz-demo-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:36:\"keanu-reeves-buzz-demo-4-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"keanu-reeves-buzz-demo-4-768x558.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:558;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"keanu-reeves-buzz-demo-4-1024x744.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:744;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"keanu-reeves-buzz-demo-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20266,7062,'_wp_attached_file','2019/09/keanu-reeves-buzz-demo-8.jpeg'),(20267,7062,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.704318936877076;s:5:\"bytes\";i:708;s:11:\"size_before\";i:15050;s:10:\"size_after\";i:14342;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.61;s:5:\"bytes\";i:314;s:11:\"size_before\";i:5601;s:10:\"size_after\";i:5287;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.17;s:5:\"bytes\";i:394;s:11:\"size_before\";i:9449;s:10:\"size_after\";i:9055;s:4:\"time\";d:0.01;}}}'),(20268,7062,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:696;s:6:\"height\";i:390;s:4:\"file\";s:37:\"2019/09/keanu-reeves-buzz-demo-8.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"keanu-reeves-buzz-demo-8-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:37:\"keanu-reeves-buzz-demo-8-300x168.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:168;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:{}}}'),(20269,709,'_yst_prominent_words_version','1'),(20271,7042,'_edit_last','14'),(20272,7042,'xyz_smap','1'),(20273,7042,'smpush_mute_activated','no'),(20275,7042,'_yoast_wpseo_primary_category','2'),(20276,7042,'_yoast_wpseo_primary_sub-category','14'),(20277,7042,'sponsored_url',''),(20278,7042,'_yoast_wpseo_content_score','90'),(20279,7042,'_yoast_wpseo_focuskeywords','[]'),(20280,7042,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20281,7064,'_wp_attached_file','2019/09/lebron-james.jpg'),(20282,7064,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.093070703508728;s:5:\"bytes\";i:12132;s:11:\"size_before\";i:238206;s:10:\"size_after\";i:226074;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.97;s:5:\"bytes\";i:392;s:11:\"size_before\";i:6567;s:10:\"size_after\";i:6175;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.58;s:5:\"bytes\";i:499;s:11:\"size_before\";i:10892;s:10:\"size_after\";i:10393;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.92;s:5:\"bytes\";i:1801;s:11:\"size_before\";i:45923;s:10:\"size_after\";i:44122;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12;s:5:\"bytes\";i:4049;s:11:\"size_before\";i:79090;s:10:\"size_after\";i:75041;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.63;s:5:\"bytes\";i:5391;s:11:\"size_before\";i:95734;s:10:\"size_after\";i:90343;s:4:\"time\";d:0.05;}}}'),(20283,7064,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:843;s:4:\"file\";s:24:\"2019/09/lebron-james.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"lebron-james-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:\"lebron-james-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:24:\"lebron-james-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:25:\"lebron-james-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"lebron-james-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20285,7042,'_thumbnail_id','7047'),(20287,709,'smpush_mute_activated','no'),(20288,709,'_yoast_wpseo_primary_location','33'),(20289,709,'_yoast_wpseo_content_score','30'),(20290,709,'_yoast_wpseo_focuskeywords','[]'),(20291,709,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20292,7060,'_oembed_e373d935a8b2c9c106fde91888c2ad2e','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B0jmyIynrXD/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B0jmyIynrXD/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B0jmyIynrXD/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">LeBron singing to his tacos on #TacoTuesday ?? (via @kingjames)</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/sportscenter/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> SportsCenter</a> (@sportscenter) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-30T21:41:38+00:00\">Jul 30, 2019 at 2:41pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(20293,7060,'_oembed_time_e373d935a8b2c9c106fde91888c2ad2e','1567459762'),(20294,4056,'smpush_mute_activated','no'),(20295,4056,'_yoast_wpseo_primary_location',''),(20296,4056,'_yoast_wpseo_content_score','60'),(20297,4056,'_yoast_wpseo_focuskeywords','[]'),(20298,4056,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20299,7066,'_wp_attached_file','2019/09/lebron-James-ABC-20190902.jpeg'),(20300,7066,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.680263437433609;s:5:\"bytes\";i:8812;s:11:\"size_before\";i:188280;s:10:\"size_after\";i:179468;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95;s:5:\"bytes\";i:323;s:11:\"size_before\";i:6528;s:10:\"size_after\";i:6205;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.81;s:5:\"bytes\";i:406;s:11:\"size_before\";i:10653;s:10:\"size_after\";i:10247;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.18;s:5:\"bytes\";i:1754;s:11:\"size_before\";i:41954;s:10:\"size_after\";i:40200;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.84;s:5:\"bytes\";i:3151;s:11:\"size_before\";i:65109;s:10:\"size_after\";i:61958;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:3178;s:11:\"size_before\";i:64036;s:10:\"size_after\";i:60858;s:4:\"time\";d:0.03;}}}'),(20301,7066,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:950;s:4:\"file\";s:38:\"2019/09/lebron-James-ABC-20190902.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"lebron-James-ABC-20190902-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:38:\"lebron-James-ABC-20190902-300x204.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"lebron-James-ABC-20190902-768x521.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"lebron-James-ABC-20190902-1024x695.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:695;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"lebron-James-ABC-20190902-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20302,4052,'smpush_mute_activated','no'),(20303,4052,'_yoast_wpseo_primary_location',''),(20304,4052,'_yoast_wpseo_content_score','60'),(20305,4052,'_yoast_wpseo_focuskeywords','[]'),(20306,4052,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20307,4052,'_yst_prominent_words_version','1'),(20308,3963,'smpush_mute_activated','no'),(20309,3963,'_yoast_wpseo_primary_location',''),(20310,3963,'_yoast_wpseo_content_score','60'),(20311,3963,'_yoast_wpseo_focuskeywords','[]'),(20312,3963,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20313,3965,'smpush_mute_activated','no'),(20314,3965,'_yoast_wpseo_primary_location',''),(20315,3965,'_yoast_wpseo_content_score','30'),(20316,3965,'_yoast_wpseo_focuskeywords','[]'),(20317,3965,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20318,3952,'smpush_mute_activated','no'),(20319,3952,'_yoast_wpseo_primary_location',''),(20320,3952,'_yoast_wpseo_content_score','60'),(20321,3952,'_yoast_wpseo_focuskeywords','[]'),(20322,3952,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20324,7060,'_thumbnail_id','7066'),(20325,7060,'_edit_last','9'),(20326,7060,'xyz_smap','1'),(20327,7060,'smpush_mute_activated','no'),(20329,7060,'_yoast_wpseo_primary_category','2'),(20330,7060,'_yoast_wpseo_primary_sub-category','5'),(20331,7060,'sponsored_url',''),(20332,7060,'_yoast_wpseo_content_score','30'),(20333,7060,'_yoast_wpseo_focuskeywords','[]'),(20334,7060,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20339,7071,'_wp_attached_file','2019/09/circle-k-buzz-feature-22.jpg'),(20340,7071,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.941896655046427;s:5:\"bytes\";i:9131;s:11:\"size_before\";i:310378;s:10:\"size_after\";i:301247;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.99;s:5:\"bytes\";i:580;s:11:\"size_before\";i:8297;s:10:\"size_after\";i:7717;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.67;s:5:\"bytes\";i:981;s:11:\"size_before\";i:17304;s:10:\"size_after\";i:16323;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04;s:5:\"bytes\";i:2105;s:11:\"size_before\";i:69351;s:10:\"size_after\";i:67246;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.53;s:5:\"bytes\";i:2737;s:11:\"size_before\";i:108356;s:10:\"size_after\";i:105619;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.55;s:5:\"bytes\";i:2728;s:11:\"size_before\";i:107070;s:10:\"size_after\";i:104342;s:4:\"time\";d:0.04;}}}'),(20341,7071,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2019/09/circle-k-buzz-feature-22.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"circle-k-buzz-feature-22-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:\"circle-k-buzz-feature-22-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:36:\"circle-k-buzz-feature-22-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:37:\"circle-k-buzz-feature-22-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"circle-k-buzz-feature-22-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20342,7072,'_edit_lock','1567464164:14'),(20343,7072,'_yst_prominent_words_version','1'),(20344,7073,'_wp_attached_file','2019/09/circle-k-buzz-feature-23.jpg'),(20345,7073,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3944287328281626;s:5:\"bytes\";i:9434;s:11:\"size_before\";i:277926;s:10:\"size_after\";i:268492;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.33;s:5:\"bytes\";i:433;s:11:\"size_before\";i:6837;s:10:\"size_after\";i:6404;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9;s:5:\"bytes\";i:696;s:11:\"size_before\";i:14203;s:10:\"size_after\";i:13507;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.64;s:5:\"bytes\";i:2236;s:11:\"size_before\";i:61453;s:10:\"size_after\";i:59217;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.07;s:5:\"bytes\";i:3008;s:11:\"size_before\";i:97916;s:10:\"size_after\";i:94908;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.14;s:5:\"bytes\";i:3061;s:11:\"size_before\";i:97517;s:10:\"size_after\";i:94456;s:4:\"time\";d:0.03;}}}'),(20346,7073,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2019/09/circle-k-buzz-feature-23.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"circle-k-buzz-feature-23-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:\"circle-k-buzz-feature-23-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:36:\"circle-k-buzz-feature-23-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:37:\"circle-k-buzz-feature-23-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"circle-k-buzz-feature-23-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20347,7074,'_edit_lock','1567461409:9'),(20348,7074,'_yst_prominent_words_version','1'),(20349,7075,'_wp_attached_file','2019/09/jennifer-lopez-BBB-20190902C.jpg'),(20350,7075,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.7983345552128145;s:5:\"bytes\";i:2023;s:11:\"size_before\";i:72293;s:10:\"size_after\";i:70270;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.81;s:5:\"bytes\";i:333;s:11:\"size_before\";i:6916;s:10:\"size_after\";i:6583;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.36;s:5:\"bytes\";i:433;s:11:\"size_before\";i:12903;s:10:\"size_after\";i:12470;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4;s:5:\"bytes\";i:1257;s:11:\"size_before\";i:52474;s:10:\"size_after\";i:51217;s:4:\"time\";d:0.02;}}}'),(20351,7075,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:40:\"2019/09/jennifer-lopez-BBB-20190902C.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"jennifer-lopez-BBB-20190902C-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:\"jennifer-lopez-BBB-20190902C-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"jennifer-lopez-BBB-20190902C-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:32:\"Christopher Peterson / SplashNew\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:475:\"Actress Jennifer Lopez, a red Ralph Lauren dress and Harry Winston jewelry, and Alex Rodriguez arrive at the 2019 CFDA Fashion Awards at Brooklyn Museum on June 3, 2019 in Brooklyn, New York.\r\rPictured: Jennifer Lopez,Alex Rodriguez\rRef: SPL5095369 030619 NON-EXCLUSIVE\rPicture by: Christopher Peterson / SplashNews.com\r\rSplash News and Pictures\rLos Angeles: 310-821-2666\rNew York: 212-619-2666\rLondon: 0207 644 7656\rMilan: 02 4399 8577\rphotodesk@splashnews.com\r\rWorld Rights\";s:17:\"created_timestamp\";s:10:\"1559520000\";s:9:\"copyright\";s:23:\"www.SplashNews.com 2019\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:191:\"Actress Jennifer Lopez, a red Ralph Lauren dress and Harry Winston jewelry, and Alex Rodriguez arrive at the 2019 CFDA Fashion Awards at Brooklyn Museum on June 3, 2019 in Brooklyn, New York.\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:64:\"Alex Rodriguez,Jennifer Lopez,cfda awards,harry winston jewelry,\";}}}'),(20352,7074,'_edit_last','9'),(20353,7074,'smpush_mute_activated','no'),(20354,7074,'_yoast_wpseo_primary_category','3'),(20355,7074,'_yoast_wpseo_primary_sub-category','9'),(20356,7074,'sponsored_url',''),(20357,7074,'_yoast_wpseo_content_score','60'),(20358,7074,'_yoast_wpseo_focuskeywords','[]'),(20359,7074,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20360,7074,'_thumbnail_id','7075'),(20361,7074,'_yoast_wpseo_metadesc','Jennifer Lopez has asked Supreme Court Justice Ruth Bader Ginsburg for marriage advice.'),(20363,7074,'xyz_smap','1'),(20365,7078,'_wp_attached_file','2019/09/circle-k-buzz-feature-12.jpg'),(20366,7078,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8830868741519162;s:5:\"bytes\";i:8957;s:11:\"size_before\";i:230667;s:10:\"size_after\";i:221710;s:4:\"time\";d:0.16999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.53;s:5:\"bytes\";i:388;s:11:\"size_before\";i:5945;s:10:\"size_after\";i:5557;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.83;s:5:\"bytes\";i:737;s:11:\"size_before\";i:12651;s:10:\"size_after\";i:11914;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.84;s:5:\"bytes\";i:1963;s:11:\"size_before\";i:51071;s:10:\"size_after\";i:49108;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.53;s:5:\"bytes\";i:2858;s:11:\"size_before\";i:80940;s:10:\"size_after\";i:78082;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.76;s:5:\"bytes\";i:3011;s:11:\"size_before\";i:80060;s:10:\"size_after\";i:77049;s:4:\"time\";d:0.05;}}}'),(20367,7078,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2019/09/circle-k-buzz-feature-12.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"circle-k-buzz-feature-12-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:\"circle-k-buzz-feature-12-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:36:\"circle-k-buzz-feature-12-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:37:\"circle-k-buzz-feature-12-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"circle-k-buzz-feature-12-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20369,7019,'_thumbnail_id','7029'),(20370,7019,'xyz_smap','1'),(20372,7080,'_edit_lock','1567463338:4'),(20373,7080,'_yst_prominent_words_version','1'),(20374,7080,'_oembed_c0d3ab5d7ea8211921919d6a76e33eee','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B17B-_tBg9-/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B17B-_tBg9-/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B17B-_tBg9-/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">First Caribbean team to qualify for a World Cup. We have made a lot of sacrifices to wear the colors of Jamaica. We have respected and worn the colors with pride. We are in a position where we we are literally fighting just to get paid by legal agreements. This ain’t just about money, it’s about change, change in the way women football is viewed especially in Jamaica. We deserve more and they can do better. For this reason, I along with my teammates won’t be participating in any future tournaments until being paid.</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/bun_bun10/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Khadija Shaw</a> (@bun_bun10) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-02T20:32:40+00:00\">Sep 2, 2019 at 1:32pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(20375,7080,'_oembed_time_c0d3ab5d7ea8211921919d6a76e33eee','1567462125'),(20376,7082,'_edit_lock','1567464032:9'),(20377,7082,'_yst_prominent_words_version','1'),(20378,7080,'_oembed_8e53dbb0d402069d45a1059fcc9991d2','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/By55PT2hhQ9/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/By55PT2hhQ9/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/By55PT2hhQ9/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">This is one experience you cannot take away from us. Happy to have been apart of this journey. Thanks to everyone who have been supporting us from day one and those who travelled to show their support. I can assure you, this is just the beginning. We will be back #strikehard.</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/bun_bun10/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Khadija Shaw</a> (@bun_bun10) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-06-19T20:22:50+00:00\">Jun 19, 2019 at 1:22pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(20379,7080,'_oembed_time_8e53dbb0d402069d45a1059fcc9991d2','1567462706'),(20380,7084,'_wp_attached_file','2019/09/reggae-girlz-buzz-demo-1.jpg'),(20381,7084,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:108067;s:11:\"size_before\";i:327272;s:10:\"size_after\";i:219205;}'),(20382,7084,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.591527237032217;s:5:\"bytes\";i:16652;s:11:\"size_before\";i:362668;s:10:\"size_after\";i:346016;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.77;s:5:\"bytes\";i:710;s:11:\"size_before\";i:9135;s:10:\"size_after\";i:8425;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.69;s:5:\"bytes\";i:1041;s:11:\"size_before\";i:15566;s:10:\"size_after\";i:14525;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.81;s:5:\"bytes\";i:3588;s:11:\"size_before\";i:74591;s:10:\"size_after\";i:71003;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.52;s:5:\"bytes\";i:5615;s:11:\"size_before\";i:124251;s:10:\"size_after\";i:118636;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1;s:5:\"bytes\";i:5698;s:11:\"size_before\";i:139125;s:10:\"size_after\";i:133427;s:4:\"time\";d:0.05;}}}'),(20383,7084,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:844;s:4:\"file\";s:36:\"2019/09/reggae-girlz-buzz-demo-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"reggae-girlz-buzz-demo-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:36:\"reggae-girlz-buzz-demo-1-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:36:\"reggae-girlz-buzz-demo-1-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:37:\"reggae-girlz-buzz-demo-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"reggae-girlz-buzz-demo-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20385,7080,'_thumbnail_id','7084'),(20386,7080,'_edit_last','4'),(20387,7080,'xyz_smap','1'),(20388,7080,'smpush_mute_activated','no'),(20390,7080,'_yoast_wpseo_primary_category','4'),(20391,7080,'_yoast_wpseo_primary_sub-category','5'),(20392,7080,'sponsored_url',''),(20393,7080,'_yoast_wpseo_content_score','90'),(20394,7080,'_yoast_wpseo_focuskeywords','[]'),(20395,7080,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20399,7072,'_thumbnail_id','6947'),(20400,7072,'_edit_last','4'),(20401,7072,'xyz_smap','1'),(20402,7072,'smpush_mute_activated','no'),(20404,7072,'_yoast_wpseo_primary_category','4'),(20405,7072,'_yoast_wpseo_primary_sub-category','13'),(20406,7072,'sponsored_url',''),(20407,7072,'_yoast_wpseo_content_score','30'),(20408,7072,'_yoast_wpseo_focuskeywords','[]'),(20409,7072,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20410,7088,'_wp_attached_file','2019/09/dorian-bahamas-damage-img.jpg'),(20411,7088,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:500992;s:11:\"size_before\";i:654455;s:10:\"size_after\";i:153463;}'),(20412,7088,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.5927332613646215;s:5:\"bytes\";i:11657;s:11:\"size_before\";i:253814;s:10:\"size_after\";i:242157;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.09;s:5:\"bytes\";i:362;s:11:\"size_before\";i:5948;s:10:\"size_after\";i:5586;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95;s:5:\"bytes\";i:574;s:11:\"size_before\";i:11590;s:10:\"size_after\";i:11016;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.76;s:5:\"bytes\";i:2558;s:11:\"size_before\";i:53727;s:10:\"size_after\";i:51169;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.58;s:5:\"bytes\";i:3925;s:11:\"size_before\";i:85632;s:10:\"size_after\";i:81707;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37;s:5:\"bytes\";i:4238;s:11:\"size_before\";i:96917;s:10:\"size_after\";i:92679;s:4:\"time\";d:0.03;}}}'),(20413,7088,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:844;s:4:\"file\";s:37:\"2019/09/dorian-bahamas-damage-img.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"dorian-bahamas-damage-img-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:\"dorian-bahamas-damage-img-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:37:\"dorian-bahamas-damage-img-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:38:\"dorian-bahamas-damage-img-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"dorian-bahamas-damage-img-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20414,7089,'_wp_attached_file','2019/09/sandals-foundation-logo.jpg'),(20416,7089,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.916001596169194;s:5:\"bytes\";i:1587;s:11:\"size_before\";i:20048;s:10:\"size_after\";i:18461;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.45;s:5:\"bytes\";i:537;s:11:\"size_before\";i:7205;s:10:\"size_after\";i:6668;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.18;s:5:\"bytes\";i:1050;s:11:\"size_before\";i:12843;s:10:\"size_after\";i:11793;s:4:\"time\";d:0.01;}}}'),(20417,7089,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:686;s:6:\"height\";i:500;s:4:\"file\";s:35:\"2019/09/sandals-foundation-logo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"sandals-foundation-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:35:\"sandals-foundation-logo-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;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:{}}}'),(20419,7082,'_thumbnail_id','7088'),(20420,7082,'_edit_last','9'),(20421,7082,'smpush_mute_activated','no'),(20422,7082,'_yoast_wpseo_primary_category','4'),(20423,7082,'_yoast_wpseo_primary_sub-category','11'),(20424,7082,'sponsored_url',''),(20425,7082,'_yoast_wpseo_content_score','60'),(20426,7082,'_yoast_wpseo_focuskeywords','[]'),(20427,7082,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20431,7082,'xyz_smap','1'),(20437,7094,'_edit_lock','1567464791:9'),(20438,7094,'_yst_prominent_words_version','1'),(20441,7096,'_wp_attached_file','2019/09/Twayne-Crooks-AAA-20190902.jpg'),(20442,7096,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.5064252837739565;s:5:\"bytes\";i:5549;s:11:\"size_before\";i:221391;s:10:\"size_after\";i:215842;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.23;s:5:\"bytes\";i:422;s:11:\"size_before\";i:6779;s:10:\"size_after\";i:6357;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57;s:5:\"bytes\";i:613;s:11:\"size_before\";i:13413;s:10:\"size_after\";i:12800;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.54;s:5:\"bytes\";i:1257;s:11:\"size_before\";i:49583;s:10:\"size_after\";i:48326;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2;s:5:\"bytes\";i:1662;s:11:\"size_before\";i:75508;s:10:\"size_after\";i:73846;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1;s:5:\"bytes\";i:1595;s:11:\"size_before\";i:76108;s:10:\"size_after\";i:74513;s:4:\"time\";d:0.05;}}}'),(20443,7096,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:38:\"2019/09/Twayne-Crooks-AAA-20190902.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Twayne-Crooks-AAA-20190902-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:\"Twayne-Crooks-AAA-20190902-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:38:\"Twayne-Crooks-AAA-20190902-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:39:\"Twayne-Crooks-AAA-20190902-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Twayne-Crooks-AAA-20190902-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:34:\"Michael WadeWade Event Photography\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:43:\"2January 12, 2019:  UAB Vulcan Invitational\";s:17:\"created_timestamp\";s:10:\"1547318312\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"135\";s:3:\"iso\";s:4:\"5000\";s:13:\"shutter_speed\";s:6:\"0.0008\";s:5:\"title\";s:43:\"2January 12, 2019:  UAB Vulcan Invitational\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:9:{i:0;s:3:\"UAB\";i:1;s:10:\"Birmingham\";i:2;s:7:\"Alabama\";i:3;s:9:\"Crossplex\";i:4;s:5:\"Track\";i:5;s:5:\"Field\";i:6;s:12:\"Indoor Track\";i:7;s:4:\"NCAA\";i:8;s:7:\"T&amp;F\";}}}'),(20448,7099,'_edit_lock','1567608691:4'),(20449,7100,'_wp_attached_file','2019/09/bahamas-hurrican-dorian-death-toll-rising-buzz-demo.jpg'),(20450,7100,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2434008455363026;s:5:\"bytes\";i:6452;s:11:\"size_before\";i:198927;s:10:\"size_after\";i:192475;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.67;s:5:\"bytes\";i:322;s:11:\"size_before\";i:5678;s:10:\"size_after\";i:5356;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.17;s:5:\"bytes\";i:745;s:11:\"size_before\";i:17857;s:10:\"size_after\";i:17112;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.98;s:5:\"bytes\";i:2473;s:11:\"size_before\";i:82885;s:10:\"size_after\";i:80412;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.15;s:5:\"bytes\";i:2912;s:11:\"size_before\";i:92507;s:10:\"size_after\";i:89595;s:4:\"time\";d:0.06;}}}'),(20451,7100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:900;s:4:\"file\";s:63:\"2019/09/bahamas-hurrican-dorian-death-toll-rising-buzz-demo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"bahamas-hurrican-dorian-death-toll-rising-buzz-demo-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:63:\"bahamas-hurrican-dorian-death-toll-rising-buzz-demo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:63:\"bahamas-hurrican-dorian-death-toll-rising-buzz-demo-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:63:\"bahamas-hurrican-dorian-death-toll-rising-buzz-demo-900x655.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:655;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:{}}}'),(20452,7099,'_yst_prominent_words_version','1'),(20453,7099,'_edit_last','4'),(20454,7099,'smpush_mute_activated','no'),(20455,7099,'_yoast_wpseo_primary_category','4'),(20456,7099,'_yoast_wpseo_primary_sub-category','10'),(20457,7099,'sponsored_url',''),(20458,7099,'_yoast_wpseo_content_score','30'),(20459,7099,'_yoast_wpseo_focuskeywords','[]'),(20460,7099,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20461,7094,'_thumbnail_id','7096'),(20462,7094,'_edit_last','9'),(20463,7094,'smpush_mute_activated','no'),(20464,7094,'_yoast_wpseo_primary_category','4'),(20465,7094,'_yoast_wpseo_primary_sub-category','5'),(20466,7094,'sponsored_url',''),(20467,7094,'_yoast_wpseo_metadesc','A GoFundMe account has been created to raise funds to bring the body of Jamaican athlete Twayne Crooks back to Jamaica.'),(20468,7094,'_yoast_wpseo_content_score','30'),(20469,7094,'_yoast_wpseo_focuskeywords','[]'),(20470,7094,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20472,7094,'xyz_smap','1'),(20474,7103,'_edit_lock','1567469804:4'),(20475,7103,'_yst_prominent_words_version','1'),(20488,7103,'_edit_last','4'),(20489,7103,'smpush_mute_activated','no'),(20490,7103,'_yoast_wpseo_primary_category','4'),(20491,7103,'_yoast_wpseo_primary_sub-category','8'),(20492,7103,'sponsored_url',''),(20493,7103,'_yoast_wpseo_content_score','30'),(20494,7103,'_yoast_wpseo_focuskeywords','[]'),(20495,7103,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20500,7109,'_edit_lock','1567466153:9'),(20501,7109,'_yst_prominent_words_version','1'),(20502,7110,'_wp_attached_file','2019/09/helen-hunt.jpg'),(20503,7110,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.906424646231922;s:5:\"bytes\";i:1867;s:11:\"size_before\";i:64237;s:10:\"size_after\";i:62370;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.97;s:5:\"bytes\";i:350;s:11:\"size_before\";i:5860;s:10:\"size_after\";i:5510;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6;s:5:\"bytes\";i:407;s:11:\"size_before\";i:11311;s:10:\"size_after\";i:10904;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.36;s:5:\"bytes\";i:1110;s:11:\"size_before\";i:47066;s:10:\"size_after\";i:45956;s:4:\"time\";d:0.02;}}}'),(20504,7110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:22:\"2019/09/helen-hunt.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"helen-hunt-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:\"helen-hunt-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"helen-hunt-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(20505,7109,'_thumbnail_id','7110'),(20506,7109,'_edit_last','9'),(20507,7109,'smpush_mute_activated','no'),(20508,7109,'_yoast_wpseo_primary_category','3'),(20509,7109,'_yoast_wpseo_primary_sub-category','14'),(20510,7109,'sponsored_url',''),(20511,7109,'_yoast_wpseo_content_score','90'),(20512,7109,'_yoast_wpseo_focuskeywords','[]'),(20513,7109,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20514,7113,'_edit_lock','1567519861:11'),(20515,7113,'_yst_prominent_words_version','1'),(20516,7114,'_wp_attached_file','2019/09/Hon.-Louise-Bennett-Cloverly-recent-visit-to-Jamaica.jpg'),(20517,7114,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.703337079509295;s:5:\"bytes\";i:17870;s:11:\"size_before\";i:379943;s:10:\"size_after\";i:362073;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.12;s:5:\"bytes\";i:581;s:11:\"size_before\";i:8155;s:10:\"size_after\";i:7574;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.97;s:5:\"bytes\";i:1257;s:11:\"size_before\";i:21049;s:10:\"size_after\";i:19792;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.59;s:5:\"bytes\";i:4272;s:11:\"size_before\";i:93099;s:10:\"size_after\";i:88827;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57;s:5:\"bytes\";i:6711;s:11:\"size_before\";i:146728;s:10:\"size_after\";i:140017;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.55;s:5:\"bytes\";i:5049;s:11:\"size_before\";i:110912;s:10:\"size_after\";i:105863;s:4:\"time\";d:0.04;}}}'),(20518,7114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:863;s:4:\"file\";s:64:\"2019/09/Hon.-Louise-Bennett-Cloverly-recent-visit-to-Jamaica.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"Hon.-Louise-Bennett-Cloverly-recent-visit-to-Jamaica-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:64:\"Hon.-Louise-Bennett-Cloverly-recent-visit-to-Jamaica-300x253.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:64:\"Hon.-Louise-Bennett-Cloverly-recent-visit-to-Jamaica-768x647.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:647;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:65:\"Hon.-Louise-Bennett-Cloverly-recent-visit-to-Jamaica-1024x863.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:863;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:65:\"Hon.-Louise-Bennett-Cloverly-recent-visit-to-Jamaica-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(20519,7113,'_thumbnail_id','7114'),(20520,7113,'_edit_last','9'),(20521,7113,'smpush_mute_activated','no'),(20522,7113,'_yoast_wpseo_primary_category','4'),(20523,7113,'_yoast_wpseo_primary_sub-category','14'),(20524,7113,'sponsored_url',''),(20525,7113,'_yoast_wpseo_content_score','60'),(20526,7113,'_yoast_wpseo_focuskeywords','[]'),(20527,7113,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20528,7120,'_wp_attached_file','2019/09/flights.png'),(20529,7120,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:40.89528611892979;s:5:\"bytes\";i:91969;s:11:\"size_before\";i:224889;s:10:\"size_after\";i:132920;s:4:\"time\";d:1.09;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.44;s:5:\"bytes\";i:6230;s:11:\"size_before\";i:15404;s:10:\"size_after\";i:9174;s:4:\"time\";d:0.05;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.35;s:5:\"bytes\";i:13887;s:11:\"size_before\";i:33585;s:10:\"size_after\";i:19698;s:4:\"time\";d:0.13;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.85;s:5:\"bytes\";i:71852;s:11:\"size_before\";i:175900;s:10:\"size_after\";i:104048;s:4:\"time\";d:0.91;}}}'),(20530,7120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:994;s:6:\"height\";i:579;s:4:\"file\";s:19:\"2019/09/flights.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"flights-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:19:\"flights-300x175.png\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"flights-768x447.png\";s:5:\"width\";i:768;s:6:\"height\";i:447;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:{}}}'),(20531,7121,'_wp_attached_file','2019/09/Norman-International-Airport.jpg'),(20532,7121,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.559286620401462;s:5:\"bytes\";i:11920;s:11:\"size_before\";i:214416;s:10:\"size_after\";i:202496;s:4:\"time\";d:0.34;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.02;s:5:\"bytes\";i:319;s:11:\"size_before\";i:5301;s:10:\"size_after\";i:4982;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.35;s:5:\"bytes\";i:573;s:11:\"size_before\";i:10717;s:10:\"size_after\";i:10144;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.55;s:5:\"bytes\";i:2558;s:11:\"size_before\";i:46102;s:10:\"size_after\";i:43544;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.38;s:5:\"bytes\";i:3898;s:11:\"size_before\";i:72436;s:10:\"size_after\";i:68538;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.73;s:5:\"bytes\";i:4572;s:11:\"size_before\";i:79860;s:10:\"size_after\";i:75288;s:4:\"time\";d:0.26;}}}'),(20533,7121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1277;s:6:\"height\";i:719;s:4:\"file\";s:40:\"2019/09/Norman-International-Airport.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Norman-International-Airport-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:\"Norman-International-Airport-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:40:\"Norman-International-Airport-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:41:\"Norman-International-Airport-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Norman-International-Airport-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20535,7103,'_thumbnail_id','7121'),(20536,7103,'xyz_smap','1'),(20538,7124,'_edit_lock','1567471376:4'),(20539,7124,'_yst_prominent_words_version','1'),(20540,7124,'_edit_last','4'),(20541,7124,'smpush_mute_activated','no'),(20542,7124,'_yoast_wpseo_primary_category','4'),(20543,7124,'_yoast_wpseo_primary_sub-category','5'),(20544,7124,'sponsored_url',''),(20545,7124,'_yoast_wpseo_content_score','30'),(20546,7124,'_yoast_wpseo_focuskeywords','[]'),(20547,7124,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20549,7124,'_thumbnail_id','6963'),(20550,7124,'xyz_smap','1'),(20554,7129,'_edit_lock','1567509709:14'),(20555,7129,'_yst_prominent_words_version','1'),(20556,7130,'_wp_attached_file','2019/09/grace-mclean-moeyi-buzz-demo.jpg'),(20557,7130,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.8380770150681656;s:5:\"bytes\";i:3074;s:11:\"size_before\";i:167240;s:10:\"size_after\";i:164166;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12;s:5:\"bytes\";i:207;s:11:\"size_before\";i:5025;s:10:\"size_after\";i:4818;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.34;s:5:\"bytes\";i:240;s:11:\"size_before\";i:10257;s:10:\"size_after\";i:10017;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.44;s:5:\"bytes\";i:543;s:11:\"size_before\";i:37729;s:10:\"size_after\";i:37186;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.78;s:5:\"bytes\";i:1030;s:11:\"size_before\";i:57857;s:10:\"size_after\";i:56827;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.87;s:5:\"bytes\";i:1054;s:11:\"size_before\";i:56372;s:10:\"size_after\";i:55318;s:4:\"time\";d:0.03;}}}'),(20558,7130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1496;s:6:\"height\";i:1000;s:4:\"file\";s:40:\"2019/09/grace-mclean-moeyi-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"grace-mclean-moeyi-buzz-demo-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:\"grace-mclean-moeyi-buzz-demo-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:40:\"grace-mclean-moeyi-buzz-demo-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"grace-mclean-moeyi-buzz-demo-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"grace-mclean-moeyi-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20560,7129,'_thumbnail_id','7130'),(20561,7129,'_edit_last','14'),(20562,7129,'xyz_smap','1'),(20563,7129,'smpush_mute_activated','no'),(20565,7129,'_yoast_wpseo_primary_category','4'),(20566,7129,'_yoast_wpseo_primary_sub-category','13'),(20567,7129,'sponsored_url',''),(20568,7129,'_yoast_wpseo_content_score','60'),(20569,7129,'_yoast_wpseo_focuskeywords','[]'),(20570,7129,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20573,7133,'_edit_lock','1567722810:9'),(20574,7133,'_yst_prominent_words_version','1'),(20575,7133,'_oembed_c627d38f52f89221c6ae272aedbe96f3','<iframe title=\"D&#039;ANGEL SAYS SHE DOES NOT SING SLACK SONGS AND SHOULDN&#039;T BE CATEGORIZED AS SUCH...WATCH FULL STORY\" width=\"1333\" height=\"1000\" src=\"https://www.youtube.com/embed/QuD5pu_RmVA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(20576,7133,'_oembed_time_c627d38f52f89221c6ae272aedbe96f3','1567722575'),(20577,7135,'_wp_attached_file','2019/09/dangel-buzz-demo-1.png'),(20578,7135,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:226013;s:10:\"size_after\";i:226013;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:48019;s:10:\"size_after\";i:48019;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:177994;s:10:\"size_after\";i:177994;s:4:\"time\";d:0.06;}}}'),(20579,7135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:30:\"2019/09/dangel-buzz-demo-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"dangel-buzz-demo-1-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:\"dangel-buzz-demo-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(20580,7136,'_wp_attached_file','2019/09/dangel-buzz-demo-2.png'),(20581,7136,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:209495;s:10:\"size_after\";i:209495;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45439;s:10:\"size_after\";i:45439;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:164056;s:10:\"size_after\";i:164056;s:4:\"time\";d:0.09;}}}'),(20582,7136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:30:\"2019/09/dangel-buzz-demo-2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"dangel-buzz-demo-2-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:\"dangel-buzz-demo-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(20583,7137,'_wp_attached_file','2019/09/dangel-buzz-demo-3.png'),(20584,7137,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:136882;s:10:\"size_after\";i:136882;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31748;s:10:\"size_after\";i:31748;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:105134;s:10:\"size_after\";i:105134;s:4:\"time\";d:0.1;}}}'),(20585,7137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:30:\"2019/09/dangel-buzz-demo-3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"dangel-buzz-demo-3-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:\"dangel-buzz-demo-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(20587,7133,'_thumbnail_id','7585'),(20588,7133,'_edit_last','9'),(20589,7133,'xyz_smap','1'),(20590,7133,'smpush_mute_activated','no'),(20592,7133,'_yoast_wpseo_primary_category','2'),(20593,7133,'_yoast_wpseo_primary_sub-category','14'),(20594,7133,'sponsored_url',''),(20595,7133,'_yoast_wpseo_content_score','90'),(20596,7133,'_yoast_wpseo_focuskeywords','[]'),(20597,7133,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20598,7139,'_edit_lock','1567513262:14'),(20599,7139,'_yst_prominent_words_version','1'),(20600,7140,'_wp_attached_file','2019/09/jsif-handover-buzz-demo-1.jpg'),(20601,7140,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.669889498559008;s:5:\"bytes\";i:12059;s:11:\"size_before\";i:328593;s:10:\"size_after\";i:316534;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4;s:5:\"bytes\";i:542;s:11:\"size_before\";i:8474;s:10:\"size_after\";i:7932;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.65;s:5:\"bytes\";i:935;s:11:\"size_before\";i:16556;s:10:\"size_after\";i:15621;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.66;s:5:\"bytes\";i:2586;s:11:\"size_before\";i:70696;s:10:\"size_after\";i:68110;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.46;s:5:\"bytes\";i:3799;s:11:\"size_before\";i:109715;s:10:\"size_after\";i:105916;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.41;s:5:\"bytes\";i:4197;s:11:\"size_before\";i:123152;s:10:\"size_after\";i:118955;s:4:\"time\";d:0.05;}}}'),(20602,7140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:867;s:4:\"file\";s:37:\"2019/09/jsif-handover-buzz-demo-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"jsif-handover-buzz-demo-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:\"jsif-handover-buzz-demo-1-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"jsif-handover-buzz-demo-1-768x444.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"jsif-handover-buzz-demo-1-1024x592.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:592;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"jsif-handover-buzz-demo-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20603,7141,'_wp_attached_file','2019/09/jsif-handover-buzz-demo-2.jpg'),(20604,7141,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.6141602493110465;s:5:\"bytes\";i:7105;s:11:\"size_before\";i:271789;s:10:\"size_after\";i:264684;s:4:\"time\";d:0.34;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.51;s:5:\"bytes\";i:361;s:11:\"size_before\";i:6556;s:10:\"size_after\";i:6195;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.89;s:5:\"bytes\";i:717;s:11:\"size_before\";i:14653;s:10:\"size_after\";i:13936;s:4:\"time\";d:0.22;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.91;s:5:\"bytes\";i:1791;s:11:\"size_before\";i:61442;s:10:\"size_after\";i:59651;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.23;s:5:\"bytes\";i:2109;s:11:\"size_before\";i:94641;s:10:\"size_after\";i:92532;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.25;s:5:\"bytes\";i:2127;s:11:\"size_before\";i:94497;s:10:\"size_after\";i:92370;s:4:\"time\";d:0.05;}}}'),(20605,7141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:37:\"2019/09/jsif-handover-buzz-demo-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"jsif-handover-buzz-demo-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:37:\"jsif-handover-buzz-demo-2-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:37:\"jsif-handover-buzz-demo-2-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:38:\"jsif-handover-buzz-demo-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"jsif-handover-buzz-demo-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20606,7142,'_wp_attached_file','2019/09/jsif-handover-buzz-demo-3.jpg'),(20607,7142,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.167719248575556;s:5:\"bytes\";i:9846;s:11:\"size_before\";i:310823;s:10:\"size_after\";i:300977;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.65;s:5:\"bytes\";i:410;s:11:\"size_before\";i:7255;s:10:\"size_after\";i:6845;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.06;s:5:\"bytes\";i:809;s:11:\"size_before\";i:15977;s:10:\"size_after\";i:15168;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.59;s:5:\"bytes\";i:2515;s:11:\"size_before\";i:70087;s:10:\"size_after\";i:67572;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8;s:5:\"bytes\";i:3053;s:11:\"size_before\";i:108916;s:10:\"size_after\";i:105863;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.82;s:5:\"bytes\";i:3059;s:11:\"size_before\";i:108588;s:10:\"size_after\";i:105529;s:4:\"time\";d:0.04;}}}'),(20608,7142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:37:\"2019/09/jsif-handover-buzz-demo-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"jsif-handover-buzz-demo-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:37:\"jsif-handover-buzz-demo-3-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:37:\"jsif-handover-buzz-demo-3-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:38:\"jsif-handover-buzz-demo-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"jsif-handover-buzz-demo-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20610,7139,'_thumbnail_id','7140'),(20611,7139,'_edit_last','14'),(20612,7139,'xyz_smap','1'),(20613,7139,'smpush_mute_activated','no'),(20615,7139,'_yoast_wpseo_primary_category','4'),(20616,7139,'_yoast_wpseo_primary_sub-category','13'),(20617,7139,'sponsored_url',''),(20618,7139,'_yoast_wpseo_content_score','60'),(20619,7139,'_yoast_wpseo_focuskeywords','[]'),(20620,7139,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20623,7109,'xyz_smap','1'),(20625,7113,'xyz_smap','1'),(20627,7,'smpush_mute_activated','no'),(20628,7,'_yoast_wpseo_focuskeywords','[]'),(20629,7,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20640,7151,'_edit_lock','1567524017:9'),(20643,7151,'_yst_prominent_words_version','1'),(20646,7154,'_wp_attached_file','2019/09/hugh-falkner.jpg'),(20647,7154,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:516177;s:11:\"size_before\";i:628794;s:10:\"size_after\";i:112617;}'),(20648,7154,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.632110878626801;s:5:\"bytes\";i:4818;s:11:\"size_before\";i:183047;s:10:\"size_after\";i:178229;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.46;s:5:\"bytes\";i:190;s:11:\"size_before\";i:5499;s:10:\"size_after\";i:5309;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.65;s:5:\"bytes\";i:293;s:11:\"size_before\";i:11038;s:10:\"size_after\";i:10745;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.36;s:5:\"bytes\";i:979;s:11:\"size_before\";i:41414;s:10:\"size_after\";i:40435;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.68;s:5:\"bytes\";i:1718;s:11:\"size_before\";i:64053;s:10:\"size_after\";i:62335;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.68;s:5:\"bytes\";i:1638;s:11:\"size_before\";i:61043;s:10:\"size_after\";i:59405;s:4:\"time\";d:0.03;}}}'),(20649,7154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2019/09/hugh-falkner.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"hugh-falkner-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:\"hugh-falkner-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:24:\"hugh-falkner-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:25:\"hugh-falkner-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"hugh-falkner-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20650,7155,'_edit_lock','1567528153:11'),(20651,7155,'_yst_prominent_words_version','1'),(20652,7151,'_thumbnail_id','7154'),(20653,7151,'_edit_last','9'),(20654,7151,'smpush_mute_activated','no'),(20655,7151,'_yoast_wpseo_primary_category','4'),(20656,7151,'_yoast_wpseo_primary_sub-category','11'),(20657,7151,'sponsored_url',''),(20658,7151,'_yoast_wpseo_content_score','60'),(20659,7151,'_yoast_wpseo_focuskeywords','[]'),(20660,7151,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20662,7151,'xyz_smap','1'),(20667,7157,'_edit_lock','1567526754:9'),(20668,7157,'_yst_prominent_words_version','1'),(20669,7158,'_wp_attached_file','2019/09/tracy-morgan.jpg'),(20670,7158,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.717696368031814;s:5:\"bytes\";i:3298;s:11:\"size_before\";i:69907;s:10:\"size_after\";i:66609;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.47;s:5:\"bytes\";i:228;s:11:\"size_before\";i:5102;s:10:\"size_after\";i:4874;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.23;s:5:\"bytes\";i:482;s:11:\"size_before\";i:11386;s:10:\"size_after\";i:10904;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.84;s:5:\"bytes\";i:2588;s:11:\"size_before\";i:53419;s:10:\"size_after\";i:50831;s:4:\"time\";d:0.02;}}}'),(20671,7158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:24:\"2019/09/tracy-morgan.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"tracy-morgan-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:\"tracy-morgan-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"tracy-morgan-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(20672,7159,'_edit_lock','1567537525:4'),(20673,7159,'_yst_prominent_words_version','1'),(20675,59,'smpush_mute_activated','no'),(20677,59,'_yoast_wpseo_primary_category','2'),(20678,59,'_yoast_wpseo_primary_sub-category','16'),(20679,59,'_yoast_wpseo_content_score','60'),(20680,59,'_yoast_wpseo_focuskeywords','[]'),(20681,59,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20682,59,'_yst_prominent_words_version','1'),(20685,7161,'_edit_lock','1567726424:11'),(20686,7161,'_yst_prominent_words_version','1'),(20687,7157,'_thumbnail_id','7158'),(20688,7157,'_edit_last','9'),(20689,7157,'smpush_mute_activated','no'),(20690,7157,'_yoast_wpseo_primary_category','3'),(20691,7157,'_yoast_wpseo_primary_sub-category','14'),(20692,7157,'sponsored_url',''),(20693,7157,'_yoast_wpseo_content_score','90'),(20694,7157,'_yoast_wpseo_focuskeywords','[]'),(20695,7157,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20696,7161,'_oembed_59ed7aa74dbf7f5ea1c09d183cd4df65','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1zg-TFgIlG/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1zg-TFgIlG/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1zg-TFgIlG/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">WOOOW...... THANKS TO @wiadca AND MEMBER. OF. CONGRESS, UNITED STATES OF AMERICA @repyvetteclarke FOR GIVING ME SUCH AWARDS 1. CERTIFICATE OF SPECIAL CONGRESSIONAL RECOGNITION AND APPOINTED ME AS A CULTURAL AMBASSADOR FOR NEW YORK ....... 2nd THE NEW YORK STATE ASSEMBLY WITH ASSEMBLY MEMBER THE HON. N. NICK PERRY FOR AWARDING ME THE CERTIFICATE OF MERIT LASTNIGHT AFTER MY PERFORMANCE AT THE NY CARIBBEAN CARNIVAL WEEK SHOW IN THE BROOKLYN MUSEUM ???????????? I’M HONORED AND IT’S SUCH A BLESSING TO GET SUCH RECOGNITION ALL THE WAY IN NEW YORK ...... RESPECT AND LOVE ALL THE TIME........ YOOO BIGUP ALL MY FAMILY, TEAM AND SUPPORTERS AND EVERY SINGLE SOUL WHO HELPED OR CONTRIBUTED IN THESE ACHIEVEMENTS....... #WORLDDING? #RAVERSCLAVERS @romeichentertainment @malkia_____ #RC4L</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/dingdongravers/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> WORLD DING ?</a> (@dingdongravers) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-30T22:29:32+00:00\">Aug 30, 2019 at 3:29pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(20697,7161,'_oembed_time_59ed7aa74dbf7f5ea1c09d183cd4df65','1567525222'),(20698,7165,'_wp_attached_file','2019/09/Ding-Dong-Awards-BUZZ-Caribbean.png'),(20699,7165,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:642153;s:10:\"size_after\";i:642153;s:4:\"time\";d:0.39;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46357;s:10:\"size_after\";i:46357;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:98229;s:10:\"size_after\";i:98229;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:497567;s:10:\"size_after\";i:497567;s:4:\"time\";d:0.33;}}}'),(20700,7165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:924;s:6:\"height\";i:520;s:4:\"file\";s:43:\"2019/09/Ding-Dong-Awards-BUZZ-Caribbean.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Ding-Dong-Awards-BUZZ-Caribbean-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:\"Ding-Dong-Awards-BUZZ-Caribbean-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Ding-Dong-Awards-BUZZ-Caribbean-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;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:{}}}'),(20702,7157,'xyz_smap','1'),(20708,7167,'_wp_attached_file','2019/09/Ding-Dong-Jamaica-Awards-BUZZ-Caribbean.jpg'),(20709,7167,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.500529951390665;s:5:\"bytes\";i:1505;s:11:\"size_before\";i:27361;s:10:\"size_after\";i:25856;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.83;s:5:\"bytes\";i:538;s:11:\"size_before\";i:7877;s:10:\"size_after\";i:7339;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:967;s:11:\"size_before\";i:19484;s:10:\"size_after\";i:18517;s:4:\"time\";d:0.12;}}}'),(20710,7167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:539;s:6:\"height\";i:591;s:4:\"file\";s:51:\"2019/09/Ding-Dong-Jamaica-Awards-BUZZ-Caribbean.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Ding-Dong-Jamaica-Awards-BUZZ-Caribbean-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:\"Ding-Dong-Jamaica-Awards-BUZZ-Caribbean-274x300.jpg\";s:5:\"width\";i:274;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:{}}}'),(20711,7168,'_wp_attached_file','2019/09/Ding-Dong-Jamaica-Dancehall-BUZZ-Caribbean.jpg'),(20712,7168,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.359900027770064;s:5:\"bytes\";i:1256;s:11:\"size_before\";i:28808;s:10:\"size_after\";i:27552;s:4:\"time\";d:0.060000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.35;s:5:\"bytes\";i:409;s:11:\"size_before\";i:7651;s:10:\"size_after\";i:7242;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:847;s:11:\"size_before\";i:21157;s:10:\"size_after\";i:20310;s:4:\"time\";d:0.05;}}}'),(20713,7168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:595;s:6:\"height\";i:593;s:4:\"file\";s:54:\"2019/09/Ding-Dong-Jamaica-Dancehall-BUZZ-Caribbean.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Ding-Dong-Jamaica-Dancehall-BUZZ-Caribbean-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:54:\"Ding-Dong-Jamaica-Dancehall-BUZZ-Caribbean-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:{}}}'),(20714,7165,'_wp_attachment_image_alt','Dancehall entertainer Ding Dong'),(20715,7169,'_wp_attached_file','2019/09/mayberry-donation-to-sandals-foundation-2.jpg'),(20716,7169,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:876423;s:11:\"size_before\";i:1130890;s:10:\"size_after\";i:254467;}'),(20717,7169,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.949748830713921;s:5:\"bytes\";i:13689;s:11:\"size_before\";i:346579;s:10:\"size_after\";i:332890;s:4:\"time\";d:0.26;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.22;s:5:\"bytes\";i:476;s:11:\"size_before\";i:7651;s:10:\"size_after\";i:7175;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.72;s:5:\"bytes\";i:814;s:11:\"size_before\";i:17235;s:10:\"size_after\";i:16421;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.67;s:5:\"bytes\";i:2843;s:11:\"size_before\";i:77436;s:10:\"size_after\";i:74593;s:4:\"time\";d:0.07;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.74;s:5:\"bytes\";i:4708;s:11:\"size_before\";i:126010;s:10:\"size_after\";i:121302;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1;s:5:\"bytes\";i:4848;s:11:\"size_before\";i:118247;s:10:\"size_after\";i:113399;s:4:\"time\";d:0.09;}}}'),(20718,7169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1100;s:4:\"file\";s:53:\"2019/09/mayberry-donation-to-sandals-foundation-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"mayberry-donation-to-sandals-foundation-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:53:\"mayberry-donation-to-sandals-foundation-2-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"mayberry-donation-to-sandals-foundation-2-768x563.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:563;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"mayberry-donation-to-sandals-foundation-2-1024x751.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:751;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:54:\"mayberry-donation-to-sandals-foundation-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"NIKON D5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567519696\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20719,7170,'_wp_attached_file','2019/09/mayberry-donation-to-sandals-foundation1.jpg'),(20720,7170,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:841913;s:11:\"size_before\";i:1074825;s:10:\"size_after\";i:232912;}'),(20721,7170,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7403937135076504;s:5:\"bytes\";i:12966;s:11:\"size_before\";i:346648;s:10:\"size_after\";i:333682;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.06;s:5:\"bytes\";i:470;s:11:\"size_before\";i:7760;s:10:\"size_after\";i:7290;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.24;s:5:\"bytes\";i:890;s:11:\"size_before\";i:16995;s:10:\"size_after\";i:16105;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.69;s:5:\"bytes\";i:2799;s:11:\"size_before\";i:75929;s:10:\"size_after\";i:73130;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.51;s:5:\"bytes\";i:4318;s:11:\"size_before\";i:122942;s:10:\"size_after\";i:118624;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.65;s:5:\"bytes\";i:4489;s:11:\"size_before\";i:123022;s:10:\"size_after\";i:118533;s:4:\"time\";d:0.04;}}}'),(20722,7170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:52:\"2019/09/mayberry-donation-to-sandals-foundation1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"mayberry-donation-to-sandals-foundation1-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:52:\"mayberry-donation-to-sandals-foundation1-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:52:\"mayberry-donation-to-sandals-foundation1-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:53:\"mayberry-donation-to-sandals-foundation1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"mayberry-donation-to-sandals-foundation1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"NIKON D5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567519834\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20724,7161,'_thumbnail_id','7607'),(20725,7161,'_edit_last','11'),(20726,7161,'xyz_smap','1'),(20727,7161,'smpush_mute_activated','no'),(20729,7161,'_yoast_wpseo_primary_category','2'),(20730,7161,'_yoast_wpseo_primary_sub-category','14'),(20731,7161,'sponsored_url',''),(20732,7161,'_yoast_wpseo_focuskw','Jamaican dancehall entertainer Ding Dong awarded in the US'),(20733,7161,'_yoast_wpseo_metadesc','Jamaican dancehall entertainer Ding Dong has been awarded in the US for his role in promoting the Caribbean culture through his music and performances.'),(20734,7161,'_yoast_wpseo_linkdex','39'),(20735,7161,'_yoast_wpseo_content_score','30'),(20736,7161,'_yoast_wpseo_focuskeywords','[{\"keyword\":\"ding dong\",\"score\":\"good\"},{\"keyword\":\"dancehall entertainer\",\"score\":\"good\"},{\"keyword\":\"new york\",\"score\":\"ok\"}]'),(20737,7161,'_yoast_wpseo_keywordsynonyms','[\"\",\"\",\"\",\"\"]'),(20739,7159,'_thumbnail_id','7173'),(20740,7159,'_edit_last','4'),(20741,7159,'xyz_smap','1'),(20742,7159,'smpush_mute_activated','no'),(20744,7159,'_yoast_wpseo_primary_category','4'),(20745,7159,'_yoast_wpseo_primary_sub-category','6'),(20746,7159,'sponsored_url',''),(20747,7159,'_yoast_wpseo_content_score','30'),(20748,7159,'_yoast_wpseo_focuskeywords','[]'),(20749,7159,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20750,7173,'_wp_attached_file','2019/09/mayberry-donation-to-sandals-foundation-2-featured-image.jpg'),(20751,7173,'wpmf_size','887646'),(20752,7173,'wpmf_filetype','jpg'),(20753,7173,'wpmf_order','0'),(20754,7173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:846;s:4:\"file\";s:68:\"2019/09/mayberry-donation-to-sandals-foundation-2-featured-image.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"mayberry-donation-to-sandals-foundation-2-featured-image-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:68:\"mayberry-donation-to-sandals-foundation-2-featured-image-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:68:\"mayberry-donation-to-sandals-foundation-2-featured-image-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:69:\"mayberry-donation-to-sandals-foundation-2-featured-image-1024x578.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:578;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:69:\"mayberry-donation-to-sandals-foundation-2-featured-image-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"NIKON D5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567519696\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(20755,7173,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:681020;s:11:\"size_before\";i:887646;s:10:\"size_after\";i:206626;}'),(20756,7173,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.15977704930665;s:5:\"bytes\";i:12956;s:11:\"size_before\";i:311459;s:10:\"size_after\";i:298503;s:4:\"time\";d:0.16999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.13;s:5:\"bytes\";i:447;s:11:\"size_before\";i:7291;s:10:\"size_after\";i:6844;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:744;s:11:\"size_before\";i:14279;s:10:\"size_after\";i:13535;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87;s:5:\"bytes\";i:2473;s:11:\"size_before\";i:63853;s:10:\"size_after\";i:61380;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.02;s:5:\"bytes\";i:4180;s:11:\"size_before\";i:104000;s:10:\"size_after\";i:99820;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.19;s:5:\"bytes\";i:5112;s:11:\"size_before\";i:122036;s:10:\"size_after\";i:116924;s:4:\"time\";d:0.05;}}}'),(20761,7176,'_wp_attached_file','2019/09/PM-Holness-Jamaica-Groundbreaking.jpg'),(20762,7176,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:449578;s:11:\"size_before\";i:787704;s:10:\"size_after\";i:338126;}'),(20763,7176,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.926643118982606;s:5:\"bytes\";i:23600;s:11:\"size_before\";i:479028;s:10:\"size_after\";i:455428;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.61;s:5:\"bytes\";i:571;s:11:\"size_before\";i:8637;s:10:\"size_after\";i:8066;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.91;s:5:\"bytes\";i:1177;s:11:\"size_before\";i:19926;s:10:\"size_after\";i:18749;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.97;s:5:\"bytes\";i:5183;s:11:\"size_before\";i:104238;s:10:\"size_after\";i:99055;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.82;s:5:\"bytes\";i:8430;s:11:\"size_before\";i:174994;s:10:\"size_after\";i:166564;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.81;s:5:\"bytes\";i:8239;s:11:\"size_before\";i:171233;s:10:\"size_after\";i:162994;s:4:\"time\";d:0.05;}}}'),(20764,7176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1013;s:4:\"file\";s:45:\"2019/09/PM-Holness-Jamaica-Groundbreaking.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"PM-Holness-Jamaica-Groundbreaking-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:45:\"PM-Holness-Jamaica-Groundbreaking-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"PM-Holness-Jamaica-Groundbreaking-768x519.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:519;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"PM-Holness-Jamaica-Groundbreaking-1024x692.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:692;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"PM-Holness-Jamaica-Groundbreaking-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567168237\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"38\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20765,7155,'_edit_last','11'),(20766,7155,'smpush_mute_activated','no'),(20767,7155,'_yoast_wpseo_primary_category','4'),(20768,7155,'_yoast_wpseo_primary_sub-category','15'),(20769,7155,'sponsored_url',''),(20770,7155,'_yoast_wpseo_content_score','30'),(20771,7155,'_yoast_wpseo_focuskeywords','[{\"keyword\":\"twickenham glades housing development\",\"score\":\"good\"},{\"keyword\":\"national housing trust nht\",\"score\":\"ok\"},{\"keyword\":\"Andrew Holness\",\"score\":\"good\"}]'),(20772,7155,'_yoast_wpseo_keywordsynonyms','[\"Prime Minister Holness broke ground for housing development\",\"\",\"\",\"\"]'),(20773,7176,'_wp_attachment_image_alt','Prime Minister of Jamaica Andrew Holness joins in breaking ground for a new housing development.'),(20775,7155,'_thumbnail_id','7176'),(20776,7155,'xyz_smap','1'),(20778,7179,'_edit_lock','1567544983:11'),(20779,7179,'_yst_prominent_words_version','1'),(20780,7180,'_edit_lock','1567536258:16'),(20781,7180,'_yst_prominent_words_version','1'),(20782,7180,'_oembed_e806830fe84edc31fc5dab198859d1d3','<iframe title=\"BUZZ FEATURE: PETER BUNTING\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/5eeRyEKy-g0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(20783,7180,'_oembed_time_e806830fe84edc31fc5dab198859d1d3','1567530716'),(20784,7182,'_edit_lock','1567597626:14'),(20785,7182,'_yst_prominent_words_version','1'),(20786,7183,'_edit_lock','1567887577:11'),(20787,7183,'_yst_prominent_words_version','1'),(20788,7184,'_wp_attached_file','2019/09/Konshens-A-20190903.jpg'),(20789,7184,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.110592779031418;s:5:\"bytes\";i:11265;s:11:\"size_before\";i:184352;s:10:\"size_after\";i:173087;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:316;s:11:\"size_before\";i:5535;s:10:\"size_after\";i:5219;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87;s:5:\"bytes\";i:491;s:11:\"size_before\";i:8371;s:10:\"size_after\";i:7880;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.02;s:5:\"bytes\";i:2249;s:11:\"size_before\";i:37356;s:10:\"size_after\";i:35107;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.11;s:5:\"bytes\";i:3719;s:11:\"size_before\";i:60833;s:10:\"size_after\";i:57114;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:4490;s:11:\"size_before\";i:72257;s:10:\"size_after\";i:67767;s:4:\"time\";d:0.03;}}}'),(20790,7184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1071;s:6:\"height\";i:645;s:4:\"file\";s:31:\"2019/09/Konshens-A-20190903.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Konshens-A-20190903-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:\"Konshens-A-20190903-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Konshens-A-20190903-768x463.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Konshens-A-20190903-1024x617.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Konshens-A-20190903-1060x645.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:645;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:{}}}'),(20791,7183,'_thumbnail_id','7911'),(20792,7183,'_edit_last','11'),(20793,7183,'smpush_mute_activated','no'),(20794,7183,'_yoast_wpseo_primary_category','2'),(20795,7183,'_yoast_wpseo_primary_sub-category','14'),(20796,7183,'sponsored_url',''),(20797,7183,'_yoast_wpseo_content_score','60'),(20798,7183,'_yoast_wpseo_focuskeywords','[]'),(20799,7183,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20801,7183,'xyz_smap','1'),(20803,7187,'_edit_lock','1567530824:9'),(20804,7187,'_yst_prominent_words_version','1'),(20805,7188,'_wp_attached_file','2019/09/prince-harry.jpg'),(20806,7188,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.5249621785173977;s:5:\"bytes\";i:1864;s:11:\"size_before\";i:52880;s:10:\"size_after\";i:51016;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.47;s:5:\"bytes\";i:204;s:11:\"size_before\";i:4565;s:10:\"size_after\";i:4361;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.15;s:5:\"bytes\";i:289;s:11:\"size_before\";i:9163;s:10:\"size_after\";i:8874;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:1371;s:11:\"size_before\";i:39152;s:10:\"size_after\";i:37781;s:4:\"time\";d:0.03;}}}'),(20807,7188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:24:\"2019/09/prince-harry.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"prince-harry-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:\"prince-harry-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"prince-harry-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:16:\"James Shaw/Retna\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:81:\"Prince Harry at the Nelson Mandela Centenary Launch, Southbank Centre, London, UK\";s:17:\"created_timestamp\";s:10:\"1531825008\";s:9:\"copyright\";s:32:\"Avalon.red. All rights reserved.\";s:12:\"focal_length\";s:3:\"135\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:61:\"Nelson Mandela Centenary Launch, Southbank Centre, London, UK\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:19:{i:0;s:10:\"17.07.2018\";i:1;s:6:\"319895\";i:2;s:12:\"B5327_319895\";i:3;s:5:\"B5327\";i:4;s:29:\"PHT_B5327_harry_meghan_113594\";i:5;s:18:\"ZB5327_319895_0015\";i:6;s:13:\"RDP1_20180717\";i:7;s:64:\"pressedit;top pics;top_pics;toppics;top_pix;top pix;toppix;best_\";i:8;s:5:\"royal\";i:9;s:6:\"royals\";i:10;s:7:\"royalty\";i:11;s:12:\"royal family\";i:12;s:40:\"pale pink trench dress by House of Nonie\";i:13;s:10:\"nude heels\";i:14;s:30:\"hair swept back in a messy bun\";i:15;s:10:\"sleeveless\";i:16;s:10:\"Blush pink\";i:17;s:17:\"Coat dress hybrid\";i:18;s:29:\"HARRYMEGHA_ZB5327_319895_0015\";}}}'),(20808,7180,'_edit_last','16'),(20809,7180,'smpush_mute_activated','no'),(20810,7180,'_yoast_wpseo_primary_category','4'),(20811,7180,'_yoast_wpseo_primary_sub-category','15'),(20812,7180,'sponsored_url',''),(20813,7180,'_yoast_wpseo_content_score','30'),(20814,7180,'_yoast_wpseo_focuskeywords','[]'),(20815,7180,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20816,7190,'_wp_attached_file','2019/09/peter-bunting.png'),(20817,7190,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:675977;s:10:\"size_after\";i:675977;s:4:\"time\";d:0.5700000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47245;s:10:\"size_after\";i:47245;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:95322;s:10:\"size_after\";i:95322;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:533410;s:10:\"size_after\";i:533410;s:4:\"time\";d:0.51;}}}'),(20818,7190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:975;s:6:\"height\";i:549;s:4:\"file\";s:25:\"2019/09/peter-bunting.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"peter-bunting-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:25:\"peter-bunting-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"peter-bunting-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;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:{}}}'),(20819,7187,'_thumbnail_id','7188'),(20820,7187,'_edit_last','9'),(20821,7187,'smpush_mute_activated','no'),(20822,7187,'_yoast_wpseo_primary_category','3'),(20823,7187,'_yoast_wpseo_primary_sub-category','8'),(20824,7187,'sponsored_url',''),(20825,7187,'_yoast_wpseo_content_score','90'),(20826,7187,'_yoast_wpseo_focuskeywords','[]'),(20827,7187,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20829,7187,'xyz_smap','1'),(20832,7180,'_thumbnail_id','7190'),(20833,7180,'xyz_smap','1'),(20845,7196,'_edit_lock','1567531962:9'),(20846,7196,'_yst_prominent_words_version','1'),(20847,7197,'_wp_attached_file','2019/09/special-education-training.jpg'),(20848,7197,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:920811;s:11:\"size_before\";i:1138512;s:10:\"size_after\";i:217701;}'),(20849,7197,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.066394758906874;s:5:\"bytes\";i:14307;s:11:\"size_before\";i:351835;s:10:\"size_after\";i:337528;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.96;s:5:\"bytes\";i:588;s:11:\"size_before\";i:8448;s:10:\"size_after\";i:7860;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.94;s:5:\"bytes\";i:1095;s:11:\"size_before\";i:18428;s:10:\"size_after\";i:17333;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.22;s:5:\"bytes\";i:3303;s:11:\"size_before\";i:78340;s:10:\"size_after\";i:75037;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87;s:5:\"bytes\";i:4856;s:11:\"size_before\";i:125436;s:10:\"size_after\";i:120580;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.68;s:5:\"bytes\";i:4465;s:11:\"size_before\";i:121183;s:10:\"size_after\";i:116718;s:4:\"time\";d:0.04;}}}'),(20850,7197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:38:\"2019/09/special-education-training.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"special-education-training-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:\"special-education-training-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:38:\"special-education-training-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:39:\"special-education-training-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"special-education-training-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20851,7198,'_wp_attached_file','2019/09/special-education-training-1.jpg'),(20852,7198,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:920811;s:11:\"size_before\";i:1138512;s:10:\"size_after\";i:217701;}'),(20853,7198,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.066394758906874;s:5:\"bytes\";i:14307;s:11:\"size_before\";i:351835;s:10:\"size_after\";i:337528;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.96;s:5:\"bytes\";i:588;s:11:\"size_before\";i:8448;s:10:\"size_after\";i:7860;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.94;s:5:\"bytes\";i:1095;s:11:\"size_before\";i:18428;s:10:\"size_after\";i:17333;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.22;s:5:\"bytes\";i:3303;s:11:\"size_before\";i:78340;s:10:\"size_after\";i:75037;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87;s:5:\"bytes\";i:4856;s:11:\"size_before\";i:125436;s:10:\"size_after\";i:120580;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.68;s:5:\"bytes\";i:4465;s:11:\"size_before\";i:121183;s:10:\"size_after\";i:116718;s:4:\"time\";d:0.04;}}}'),(20854,7198,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:40:\"2019/09/special-education-training-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"special-education-training-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:40:\"special-education-training-1-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:40:\"special-education-training-1-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:41:\"special-education-training-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"special-education-training-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20855,7196,'_thumbnail_id','7198'),(20856,7196,'_edit_last','9'),(20857,7196,'smpush_mute_activated','no'),(20858,7196,'_yoast_wpseo_primary_category','4'),(20859,7196,'_yoast_wpseo_primary_sub-category','16'),(20860,7196,'sponsored_url',''),(20861,7196,'_yoast_wpseo_content_score','30'),(20862,7196,'_yoast_wpseo_focuskeywords','[]'),(20863,7196,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20865,7196,'xyz_smap','1'),(20867,7201,'_edit_lock','1567613075:16'),(20870,7201,'_yst_prominent_words_version','1'),(20872,7201,'_edit_last','16'),(20873,7201,'smpush_mute_activated','no'),(20874,7201,'_yoast_wpseo_primary_category','4'),(20875,7201,'_yoast_wpseo_primary_sub-category','16'),(20876,7201,'sponsored_url',''),(20877,7201,'_yoast_wpseo_content_score','30'),(20878,7201,'_yoast_wpseo_focuskeywords','[]'),(20879,7201,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20880,7205,'_edit_lock','1567545016:11'),(20881,7205,'_yst_prominent_words_version','1'),(20882,7205,'_thumbnail_id','6883'),(20883,7205,'_edit_last','11'),(20884,7205,'smpush_mute_activated','no'),(20885,7205,'_yoast_wpseo_primary_category','4'),(20886,7205,'_yoast_wpseo_primary_sub-category',''),(20887,7205,'sponsored_url',''),(20888,7205,'_yoast_wpseo_content_score','30'),(20889,7205,'_yoast_wpseo_focuskeywords','[]'),(20890,7205,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(20892,7205,'xyz_smap','1'),(20894,7207,'_wp_attached_file','2019/09/taylor-swift-katy-perry-olive-branch-BUZZ-Caribbean.png'),(20895,7207,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:116668;s:10:\"size_after\";i:116668;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35319;s:10:\"size_after\";i:35319;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:81349;s:10:\"size_after\";i:81349;s:4:\"time\";d:0.04;}}}'),(20896,7207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:498;s:4:\"file\";s:63:\"2019/09/taylor-swift-katy-perry-olive-branch-BUZZ-Caribbean.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"taylor-swift-katy-perry-olive-branch-BUZZ-Caribbean-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:63:\"taylor-swift-katy-perry-olive-branch-BUZZ-Caribbean-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;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:{}}}'),(20897,7208,'_wp_attached_file','2019/09/Perry-Swift-Feud-Cookies.png'),(20898,7208,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:878072;s:10:\"size_after\";i:878072;s:4:\"time\";d:0.51;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50520;s:10:\"size_after\";i:50520;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:147567;s:10:\"size_after\";i:147567;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:679985;s:10:\"size_after\";i:679985;s:4:\"time\";d:0.42;}}}'),(20899,7208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:675;s:4:\"file\";s:36:\"2019/09/Perry-Swift-Feud-Cookies.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Perry-Swift-Feud-Cookies-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:36:\"Perry-Swift-Feud-Cookies-240x300.png\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Perry-Swift-Feud-Cookies-540x655.png\";s:5:\"width\";i:540;s:6:\"height\";i:655;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:{}}}'),(20900,7209,'_wp_attached_file','2019/09/Swift-Perry-Feud-Friends-Burger-Fries-BUZZ-Caribbean.png'),(20901,7209,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:247275;s:10:\"size_after\";i:247275;s:4:\"time\";d:0.09;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52708;s:10:\"size_after\";i:52708;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:194567;s:10:\"size_after\";i:194567;s:4:\"time\";d:0.06;}}}'),(20902,7209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:64:\"2019/09/Swift-Perry-Feud-Friends-Burger-Fries-BUZZ-Caribbean.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"Swift-Perry-Feud-Friends-Burger-Fries-BUZZ-Caribbean-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:64:\"Swift-Perry-Feud-Friends-Burger-Fries-BUZZ-Caribbean-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(20903,7210,'_wp_attached_file','2019/09/Swift-Perry-Feud-Friends-BUZZ-Caribbean.png'),(20904,7210,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:613721;s:10:\"size_after\";i:613721;s:4:\"time\";d:1.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42258;s:10:\"size_after\";i:42258;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:85446;s:10:\"size_after\";i:85446;s:4:\"time\";d:0.08;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:486017;s:10:\"size_after\";i:486017;s:4:\"time\";d:0.93;}}}'),(20905,7210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:638;s:4:\"file\";s:51:\"2019/09/Swift-Perry-Feud-Friends-BUZZ-Caribbean.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Swift-Perry-Feud-Friends-BUZZ-Caribbean-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:51:\"Swift-Perry-Feud-Friends-BUZZ-Caribbean-300x191.png\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"Swift-Perry-Feud-Friends-BUZZ-Caribbean-768x490.png\";s:5:\"width\";i:768;s:6:\"height\";i:490;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:{}}}'),(20906,7179,'_oembed_47764916c974624f3084521f25421b94','<iframe title=\"Taylor Swift - Bad Blood ft. Kendrick Lamar\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/QcIy9NiNbmo?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(20907,7179,'_oembed_time_47764916c974624f3084521f25421b94','1567535746'),(20908,7212,'_wp_attached_file','2019/09/blue-banyan-buzz-feature-6.jpg'),(20909,7212,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.0372975809325515;s:5:\"bytes\";i:14388;s:11:\"size_before\";i:356377;s:10:\"size_after\";i:341989;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.44;s:5:\"bytes\";i:564;s:11:\"size_before\";i:8753;s:10:\"size_after\";i:8189;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:1055;s:11:\"size_before\";i:18489;s:10:\"size_after\";i:17434;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.86;s:5:\"bytes\";i:3020;s:11:\"size_before\";i:78280;s:10:\"size_after\";i:75260;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:4728;s:11:\"size_before\";i:125289;s:10:\"size_after\";i:120561;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:5021;s:11:\"size_before\";i:125566;s:10:\"size_after\";i:120545;s:4:\"time\";d:0.05;}}}'),(20910,7212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:38:\"2019/09/blue-banyan-buzz-feature-6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"blue-banyan-buzz-feature-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:38:\"blue-banyan-buzz-feature-6-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:38:\"blue-banyan-buzz-feature-6-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:39:\"blue-banyan-buzz-feature-6-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"blue-banyan-buzz-feature-6-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20911,7179,'_oembed_eadb631b7d858a2b15be5caf406d47ae','<iframe title=\"Katy Perry - Roar (Official)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/CevxZvSJLk8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(20912,7179,'_oembed_time_eadb631b7d858a2b15be5caf406d47ae','1567536481'),(20913,7215,'_wp_attached_file','2019/09/blue-banyan-buzz-feature-20.jpg'),(20914,7215,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.527687854341161;s:5:\"bytes\";i:13217;s:11:\"size_before\";i:291915;s:10:\"size_after\";i:278698;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.26;s:5:\"bytes\";i:494;s:11:\"size_before\";i:7889;s:10:\"size_after\";i:7395;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.23;s:5:\"bytes\";i:800;s:11:\"size_before\";i:15311;s:10:\"size_after\";i:14511;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.93;s:5:\"bytes\";i:2476;s:11:\"size_before\";i:63059;s:10:\"size_after\";i:60583;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:4638;s:11:\"size_before\";i:103069;s:10:\"size_after\";i:98431;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.69;s:5:\"bytes\";i:4809;s:11:\"size_before\";i:102587;s:10:\"size_after\";i:97778;s:4:\"time\";d:0.04;}}}'),(20915,7215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:39:\"2019/09/blue-banyan-buzz-feature-20.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"blue-banyan-buzz-feature-20-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:\"blue-banyan-buzz-feature-20-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:39:\"blue-banyan-buzz-feature-20-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:40:\"blue-banyan-buzz-feature-20-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"blue-banyan-buzz-feature-20-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20916,7216,'_wp_attached_file','2019/09/blue-banyan-buzz-feature-19.jpg'),(20917,7216,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.706480038122622;s:5:\"bytes\";i:28261;s:11:\"size_before\";i:495244;s:10:\"size_after\";i:466983;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.82;s:5:\"bytes\";i:821;s:11:\"size_before\";i:10502;s:10:\"size_after\";i:9681;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.19;s:5:\"bytes\";i:1655;s:11:\"size_before\";i:23009;s:10:\"size_after\";i:21354;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.94;s:5:\"bytes\";i:6488;s:11:\"size_before\";i:109252;s:10:\"size_after\";i:102764;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.48;s:5:\"bytes\";i:9670;s:11:\"size_before\";i:176431;s:10:\"size_after\";i:166761;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.47;s:5:\"bytes\";i:9627;s:11:\"size_before\";i:176050;s:10:\"size_after\";i:166423;s:4:\"time\";d:0.09;}}}'),(20918,7216,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:39:\"2019/09/blue-banyan-buzz-feature-19.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"blue-banyan-buzz-feature-19-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:\"blue-banyan-buzz-feature-19-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:39:\"blue-banyan-buzz-feature-19-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:40:\"blue-banyan-buzz-feature-19-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"blue-banyan-buzz-feature-19-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20919,7217,'_wp_attached_file','2019/09/blue-banyan-buzz-feature-21.jpg'),(20920,7217,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.6499900239425376;s:5:\"bytes\";i:8781;s:11:\"size_before\";i:240576;s:10:\"size_after\";i:231795;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.74;s:5:\"bytes\";i:307;s:11:\"size_before\";i:6480;s:10:\"size_after\";i:6173;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.32;s:5:\"bytes\";i:586;s:11:\"size_before\";i:13580;s:10:\"size_after\";i:12994;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.07;s:5:\"bytes\";i:1599;s:11:\"size_before\";i:52021;s:10:\"size_after\";i:50422;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62;s:5:\"bytes\";i:3044;s:11:\"size_before\";i:84027;s:10:\"size_after\";i:80983;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.84;s:5:\"bytes\";i:3245;s:11:\"size_before\";i:84468;s:10:\"size_after\";i:81223;s:4:\"time\";d:0.04;}}}'),(20921,7217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:39:\"2019/09/blue-banyan-buzz-feature-21.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"blue-banyan-buzz-feature-21-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:\"blue-banyan-buzz-feature-21-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:39:\"blue-banyan-buzz-feature-21-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:40:\"blue-banyan-buzz-feature-21-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"blue-banyan-buzz-feature-21-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20922,7218,'_wp_attached_file','2019/09/blue-banyan-buzz-feature-4.jpg'),(20923,7218,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.6894429635214254;s:5:\"bytes\";i:12332;s:11:\"size_before\";i:334251;s:10:\"size_after\";i:321919;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.92;s:5:\"bytes\";i:512;s:11:\"size_before\";i:8648;s:10:\"size_after\";i:8136;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.85;s:5:\"bytes\";i:849;s:11:\"size_before\";i:17500;s:10:\"size_after\";i:16651;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:2766;s:11:\"size_before\";i:74181;s:10:\"size_after\";i:71415;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.41;s:5:\"bytes\";i:3962;s:11:\"size_before\";i:116178;s:10:\"size_after\";i:112216;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6;s:5:\"bytes\";i:4243;s:11:\"size_before\";i:117744;s:10:\"size_after\";i:113501;s:4:\"time\";d:0.05;}}}'),(20924,7218,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:38:\"2019/09/blue-banyan-buzz-feature-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"blue-banyan-buzz-feature-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:38:\"blue-banyan-buzz-feature-4-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:38:\"blue-banyan-buzz-feature-4-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:39:\"blue-banyan-buzz-feature-4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"blue-banyan-buzz-feature-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20925,7219,'_wp_attached_file','2019/09/blue-banyan-buzz-feature-2.jpg'),(20926,7219,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4274291149225298;s:5:\"bytes\";i:12036;s:11:\"size_before\";i:351167;s:10:\"size_after\";i:339131;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:439;s:11:\"size_before\";i:7931;s:10:\"size_after\";i:7492;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.05;s:5:\"bytes\";i:865;s:11:\"size_before\";i:17143;s:10:\"size_after\";i:16278;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.44;s:5:\"bytes\";i:2658;s:11:\"size_before\";i:77352;s:10:\"size_after\";i:74694;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.24;s:5:\"bytes\";i:4053;s:11:\"size_before\";i:124915;s:10:\"size_after\";i:120862;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:4021;s:11:\"size_before\";i:123826;s:10:\"size_after\";i:119805;s:4:\"time\";d:0.06;}}}'),(20927,7219,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:38:\"2019/09/blue-banyan-buzz-feature-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"blue-banyan-buzz-feature-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:38:\"blue-banyan-buzz-feature-2-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:38:\"blue-banyan-buzz-feature-2-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:39:\"blue-banyan-buzz-feature-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"blue-banyan-buzz-feature-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20928,7220,'_wp_attached_file','2019/09/blue-banyan-buzz-feature-11.jpg'),(20929,7220,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.044290137937505;s:5:\"bytes\";i:11637;s:11:\"size_before\";i:287739;s:10:\"size_after\";i:276102;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.38;s:5:\"bytes\";i:470;s:11:\"size_before\";i:7366;s:10:\"size_after\";i:6896;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7;s:5:\"bytes\";i:870;s:11:\"size_before\";i:15265;s:10:\"size_after\";i:14395;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.31;s:5:\"bytes\";i:2023;s:11:\"size_before\";i:61167;s:10:\"size_after\";i:59144;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.97;s:5:\"bytes\";i:4025;s:11:\"size_before\";i:101344;s:10:\"size_after\";i:97319;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.14;s:5:\"bytes\";i:4249;s:11:\"size_before\";i:102597;s:10:\"size_after\";i:98348;s:4:\"time\";d:0.06;}}}'),(20930,7220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:39:\"2019/09/blue-banyan-buzz-feature-11.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"blue-banyan-buzz-feature-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:39:\"blue-banyan-buzz-feature-11-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:39:\"blue-banyan-buzz-feature-11-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:40:\"blue-banyan-buzz-feature-11-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"blue-banyan-buzz-feature-11-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20931,7221,'_wp_attached_file','2019/09/blue-banyan-buzz-feature-10.jpg'),(20932,7221,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7451843578343897;s:5:\"bytes\";i:8584;s:11:\"size_before\";i:229201;s:10:\"size_after\";i:220617;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8;s:5:\"bytes\";i:367;s:11:\"size_before\";i:6333;s:10:\"size_after\";i:5966;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79;s:5:\"bytes\";i:439;s:11:\"size_before\";i:11570;s:10:\"size_after\";i:11131;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.65;s:5:\"bytes\";i:1275;s:11:\"size_before\";i:48089;s:10:\"size_after\";i:46814;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8;s:5:\"bytes\";i:3083;s:11:\"size_before\";i:81053;s:10:\"size_after\";i:77970;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.16;s:5:\"bytes\";i:3420;s:11:\"size_before\";i:82156;s:10:\"size_after\";i:78736;s:4:\"time\";d:0.07;}}}'),(20933,7221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:39:\"2019/09/blue-banyan-buzz-feature-10.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"blue-banyan-buzz-feature-10-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:\"blue-banyan-buzz-feature-10-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:39:\"blue-banyan-buzz-feature-10-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:40:\"blue-banyan-buzz-feature-10-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"blue-banyan-buzz-feature-10-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20934,7222,'_edit_lock','1568644428:16'),(20935,7222,'_yst_prominent_words_version','1'),(20936,7224,'_wp_attached_file','2019/09/blue-banyan-buzz-feature-18.jpg'),(20937,7224,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.622945784057748;s:5:\"bytes\";i:3913;s:11:\"size_before\";i:84643;s:10:\"size_after\";i:80730;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62;s:5:\"bytes\";i:483;s:11:\"size_before\";i:7296;s:10:\"size_after\";i:6813;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.33;s:5:\"bytes\";i:552;s:11:\"size_before\";i:12753;s:10:\"size_after\";i:12201;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:2878;s:11:\"size_before\";i:64594;s:10:\"size_after\";i:61716;s:4:\"time\";d:0.03;}}}'),(20938,7224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:39:\"2019/09/blue-banyan-buzz-feature-18.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"blue-banyan-buzz-feature-18-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:\"blue-banyan-buzz-feature-18-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"blue-banyan-buzz-feature-18-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:{}}}'),(20939,7225,'_wp_attached_file','2019/09/blue-banyan-buzz-feature-17.jpg'),(20940,7225,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.386551337563895;s:5:\"bytes\";i:4265;s:11:\"size_before\";i:97229;s:10:\"size_after\";i:92964;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.13;s:5:\"bytes\";i:477;s:11:\"size_before\";i:7777;s:10:\"size_after\";i:7300;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.13;s:5:\"bytes\";i:574;s:11:\"size_before\";i:13910;s:10:\"size_after\";i:13336;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:3214;s:11:\"size_before\";i:75542;s:10:\"size_after\";i:72328;s:4:\"time\";d:0.03;}}}'),(20941,7225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:39:\"2019/09/blue-banyan-buzz-feature-17.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"blue-banyan-buzz-feature-17-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:\"blue-banyan-buzz-feature-17-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"blue-banyan-buzz-feature-17-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:{}}}'),(20942,7226,'_wp_attached_file','2019/09/blue-banyan-buzz-feature-16.jpg'),(20943,7226,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.259411926353394;s:5:\"bytes\";i:3255;s:11:\"size_before\";i:76419;s:10:\"size_after\";i:73164;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37;s:5:\"bytes\";i:359;s:11:\"size_before\";i:6683;s:10:\"size_after\";i:6324;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.61;s:5:\"bytes\";i:418;s:11:\"size_before\";i:11566;s:10:\"size_after\";i:11148;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.26;s:5:\"bytes\";i:2478;s:11:\"size_before\";i:58170;s:10:\"size_after\";i:55692;s:4:\"time\";d:0.03;}}}'),(20944,7226,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:39:\"2019/09/blue-banyan-buzz-feature-16.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"blue-banyan-buzz-feature-16-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:\"blue-banyan-buzz-feature-16-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"blue-banyan-buzz-feature-16-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:{}}}'),(20945,7227,'_wp_attached_file','2019/09/blue-banyan-buzz-feature-15.jpg'),(20946,7227,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.205116801937022;s:5:\"bytes\";i:3404;s:11:\"size_before\";i:80949;s:10:\"size_after\";i:77545;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.49;s:5:\"bytes\";i:363;s:11:\"size_before\";i:6616;s:10:\"size_after\";i:6253;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7;s:5:\"bytes\";i:440;s:11:\"size_before\";i:11895;s:10:\"size_after\";i:11455;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.17;s:5:\"bytes\";i:2601;s:11:\"size_before\";i:62438;s:10:\"size_after\";i:59837;s:4:\"time\";d:0.03;}}}'),(20947,7227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:39:\"2019/09/blue-banyan-buzz-feature-15.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"blue-banyan-buzz-feature-15-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:\"blue-banyan-buzz-feature-15-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"blue-banyan-buzz-feature-15-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:{}}}'),(20948,7228,'_wp_attached_file','2019/09/blue-banyan-buzz-feature-14.jpg'),(20949,7228,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.740724308135988;s:5:\"bytes\";i:4274;s:11:\"size_before\";i:90155;s:10:\"size_after\";i:85881;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.99;s:5:\"bytes\";i:405;s:11:\"size_before\";i:6763;s:10:\"size_after\";i:6358;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:514;s:11:\"size_before\";i:12862;s:10:\"size_after\";i:12348;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.76;s:5:\"bytes\";i:3355;s:11:\"size_before\";i:70530;s:10:\"size_after\";i:67175;s:4:\"time\";d:0.03;}}}'),(20950,7228,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:39:\"2019/09/blue-banyan-buzz-feature-14.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"blue-banyan-buzz-feature-14-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:\"blue-banyan-buzz-feature-14-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"blue-banyan-buzz-feature-14-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:{}}}'),(20951,7229,'_wp_attached_file','2019/09/blue-banyan-buzz-feature-13.jpg'),(20952,7229,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.6007456597331196;s:5:\"bytes\";i:3665;s:11:\"size_before\";i:79661;s:10:\"size_after\";i:75996;s:4:\"time\";d:0.09;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.58;s:5:\"bytes\";i:371;s:11:\"size_before\";i:6645;s:10:\"size_after\";i:6274;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.72;s:5:\"bytes\";i:437;s:11:\"size_before\";i:11736;s:10:\"size_after\";i:11299;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.66;s:5:\"bytes\";i:2857;s:11:\"size_before\";i:61280;s:10:\"size_after\";i:58423;s:4:\"time\";d:0.03;}}}'),(20953,7229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:39:\"2019/09/blue-banyan-buzz-feature-13.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"blue-banyan-buzz-feature-13-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:\"blue-banyan-buzz-feature-13-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"blue-banyan-buzz-feature-13-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:{}}}'),(20954,7230,'_wp_attached_file','2019/09/blue-banyan-buzz-feature-12.jpg'),(20955,7230,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.974712860991634;s:5:\"bytes\";i:4210;s:11:\"size_before\";i:84628;s:10:\"size_after\";i:80418;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.05;s:5:\"bytes\";i:418;s:11:\"size_before\";i:6911;s:10:\"size_after\";i:6493;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.15;s:5:\"bytes\";i:526;s:11:\"size_before\";i:12674;s:10:\"size_after\";i:12148;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.02;s:5:\"bytes\";i:3266;s:11:\"size_before\";i:65043;s:10:\"size_after\";i:61777;s:4:\"time\";d:0.02;}}}'),(20956,7230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:39:\"2019/09/blue-banyan-buzz-feature-12.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"blue-banyan-buzz-feature-12-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:\"blue-banyan-buzz-feature-12-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"blue-banyan-buzz-feature-12-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:{}}}'),(20957,7231,'_wp_attached_file','2019/09/blue-banyan-buzz-feature-8.jpg'),(20958,7231,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7372287841434546;s:5:\"bytes\";i:3047;s:11:\"size_before\";i:81531;s:10:\"size_after\";i:78484;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7;s:5:\"bytes\";i:316;s:11:\"size_before\";i:6729;s:10:\"size_after\";i:6413;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.44;s:5:\"bytes\";i:424;s:11:\"size_before\";i:12332;s:10:\"size_after\";i:11908;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.69;s:5:\"bytes\";i:2307;s:11:\"size_before\";i:62470;s:10:\"size_after\";i:60163;s:4:\"time\";d:0.03;}}}'),(20959,7231,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:38:\"2019/09/blue-banyan-buzz-feature-8.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"blue-banyan-buzz-feature-8-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:\"blue-banyan-buzz-feature-8-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"blue-banyan-buzz-feature-8-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:{}}}'),(20960,7232,'_wp_attached_file','2019/09/blue-banyan-buzz-feature-7.jpg'),(20961,7232,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.039628489612938;s:5:\"bytes\";i:4699;s:11:\"size_before\";i:93241;s:10:\"size_after\";i:88542;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.32;s:5:\"bytes\";i:501;s:11:\"size_before\";i:7926;s:10:\"size_after\";i:7425;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.63;s:5:\"bytes\";i:828;s:11:\"size_before\";i:14709;s:10:\"size_after\";i:13881;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.77;s:5:\"bytes\";i:3370;s:11:\"size_before\";i:70606;s:10:\"size_after\";i:67236;s:4:\"time\";d:0.04;}}}'),(20962,7232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:38:\"2019/09/blue-banyan-buzz-feature-7.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"blue-banyan-buzz-feature-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:38:\"blue-banyan-buzz-feature-7-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"blue-banyan-buzz-feature-7-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:{}}}'),(20969,7234,'_wp_attached_file','2019/09/blue-banyan-buzz-feature-9.jpg'),(20970,7234,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4378251548522707;s:5:\"bytes\";i:9846;s:11:\"size_before\";i:286402;s:10:\"size_after\";i:276556;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.57;s:5:\"bytes\";i:401;s:11:\"size_before\";i:7204;s:10:\"size_after\";i:6803;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.13;s:5:\"bytes\";i:774;s:11:\"size_before\";i:15095;s:10:\"size_after\";i:14321;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.11;s:5:\"bytes\";i:1938;s:11:\"size_before\";i:62301;s:10:\"size_after\";i:60363;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:3273;s:11:\"size_before\";i:100200;s:10:\"size_after\";i:96927;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.41;s:5:\"bytes\";i:3460;s:11:\"size_before\";i:101602;s:10:\"size_after\";i:98142;s:4:\"time\";d:0.08;}}}'),(20971,7234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:38:\"2019/09/blue-banyan-buzz-feature-9.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"blue-banyan-buzz-feature-9-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:\"blue-banyan-buzz-feature-9-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:38:\"blue-banyan-buzz-feature-9-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:39:\"blue-banyan-buzz-feature-9-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"blue-banyan-buzz-feature-9-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20972,7235,'_wp_attached_file','2019/09/blue-banyan-buzz-feature-1.jpg'),(20973,7235,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1611089792156593;s:5:\"bytes\";i:9638;s:11:\"size_before\";i:304893;s:10:\"size_after\";i:295255;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.74;s:5:\"bytes\";i:464;s:11:\"size_before\";i:8082;s:10:\"size_after\";i:7618;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.56;s:5:\"bytes\";i:746;s:11:\"size_before\";i:16373;s:10:\"size_after\";i:15627;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.06;s:5:\"bytes\";i:2058;s:11:\"size_before\";i:67179;s:10:\"size_after\";i:65121;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.93;s:5:\"bytes\";i:3139;s:11:\"size_before\";i:107258;s:10:\"size_after\";i:104119;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.05;s:5:\"bytes\";i:3231;s:11:\"size_before\";i:106001;s:10:\"size_after\";i:102770;s:4:\"time\";d:0.05;}}}'),(20974,7235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:38:\"2019/09/blue-banyan-buzz-feature-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"blue-banyan-buzz-feature-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:38:\"blue-banyan-buzz-feature-1-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:38:\"blue-banyan-buzz-feature-1-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:39:\"blue-banyan-buzz-feature-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"blue-banyan-buzz-feature-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(20997,7244,'_wp_attached_file','2019/09/jamaica-food-and-drink-fest-food-pic.png'),(20998,7244,'wpmf_size','1701853'),(20999,7244,'wpmf_filetype','png'),(21000,7244,'wpmf_order','0'),(21001,7244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2019/09/jamaica-food-and-drink-fest-food-pic.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"jamaica-food-and-drink-fest-food-pic-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:48:\"jamaica-food-and-drink-fest-food-pic-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"jamaica-food-and-drink-fest-food-pic-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"jamaica-food-and-drink-fest-food-pic-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"jamaica-food-and-drink-fest-food-pic-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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\";}}'),(21002,7244,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3675095;s:10:\"size_after\";i:3675095;s:4:\"time\";d:2.67;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:49598;s:10:\"size_after\";i:49598;s:4:\"time\";d:0.05;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:169425;s:10:\"size_after\";i:169425;s:4:\"time\";d:0.08;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:893025;s:10:\"size_after\";i:893025;s:4:\"time\";d:0.62;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1480090;s:10:\"size_after\";i:1480090;s:4:\"time\";d:1.38;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1082957;s:10:\"size_after\";i:1082957;s:4:\"time\";d:0.54;}}}'),(21003,7222,'_thumbnail_id','7244'),(21004,7222,'_edit_last','16'),(21005,7222,'smpush_mute_activated','no'),(21006,7222,'_yoast_wpseo_primary_out-category','1798'),(21007,7222,'_yoast_wpseo_primary_location','33'),(21008,7222,'out_date','2019-10-26'),(21009,7222,'out_time','03:00 PM'),(21010,7222,'out_address',''),(21011,7222,'out_description','October 26th is the day we sink our teeth into-fall-off-the-bone-tender meat, and cast our vote for the “Top Hog”!! ?'),(21012,7222,'out_mapurl',''),(21013,7222,'post_gallery_id','a:1:{i:0;s:4:\"7272\";}'),(21014,7222,'_yoast_wpseo_content_score','30'),(21015,7222,'_yoast_wpseo_focuskeywords','[]'),(21016,7222,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21017,7246,'_edit_lock','1567540042:9'),(21018,7246,'_yst_prominent_words_version','1'),(21019,7247,'_edit_lock','1567540115:16'),(21021,7247,'_yst_prominent_words_version','1'),(21022,7249,'_edit_lock','1567544227:11'),(21023,7249,'_yst_prominent_words_version','1'),(21024,7250,'_wp_attached_file','2019/09/HRMAJ-Save-the-Date-Conference-2019.jpg'),(21025,7250,'wpmf_size','93434'),(21026,7250,'wpmf_filetype','jpg'),(21027,7250,'wpmf_order','0'),(21028,7250,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:500;s:4:\"file\";s:47:\"2019/09/HRMAJ-Save-the-Date-Conference-2019.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"HRMAJ-Save-the-Date-Conference-2019-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:\"HRMAJ-Save-the-Date-Conference-2019-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(21029,7250,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.5257645580226225;s:5:\"bytes\";i:1319;s:11:\"size_before\";i:23870;s:10:\"size_after\";i:22551;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4;s:5:\"bytes\";i:403;s:11:\"size_before\";i:7467;s:10:\"size_after\";i:7064;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.58;s:5:\"bytes\";i:916;s:11:\"size_before\";i:16403;s:10:\"size_after\";i:15487;s:4:\"time\";d:0.01;}}}'),(21030,7250,'_wp_attachment_image_alt','Business Leadership Conference'),(21031,7251,'_wp_attached_file','2019/09/HRMAJ-Save-the-Date-Conference-2019-1.jpg'),(21032,7251,'wpmf_size','93434'),(21033,7251,'wpmf_filetype','jpg'),(21034,7251,'wpmf_order','0'),(21035,7251,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:500;s:4:\"file\";s:49:\"2019/09/HRMAJ-Save-the-Date-Conference-2019-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"HRMAJ-Save-the-Date-Conference-2019-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:49:\"HRMAJ-Save-the-Date-Conference-2019-1-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(21036,7251,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.5257645580226225;s:5:\"bytes\";i:1319;s:11:\"size_before\";i:23870;s:10:\"size_after\";i:22551;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4;s:5:\"bytes\";i:403;s:11:\"size_before\";i:7467;s:10:\"size_after\";i:7064;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.58;s:5:\"bytes\";i:916;s:11:\"size_before\";i:16403;s:10:\"size_after\";i:15487;s:4:\"time\";d:0.02;}}}'),(21037,7251,'_wp_attachment_image_alt','Business Leadership Conference'),(21038,7247,'_thumbnail_id','7251'),(21039,7247,'_edit_last','16'),(21040,7247,'smpush_mute_activated','no'),(21041,7247,'_yoast_wpseo_primary_out-category','27'),(21042,7247,'_yoast_wpseo_primary_location','33'),(21043,7247,'out_date','2019-11-13'),(21044,7247,'out_time',''),(21045,7247,'out_address','The Knutsford Court Hotel 11 Ruthven Road, Kingston 10'),(21046,7247,'out_description','Smart organization...optimizing value'),(21047,7247,'out_mapurl','https://www.google.com/maps/place/Knutsford+Court+Hotel/@18.0073139,-76.7947494,17z/data=!3m1!4b1!4m8!3m7!1s0x8edb3fb012d785e7:0x788149ad685d1bb1!5m2!4m1!1i2!8m2!3d18.0073139!4d-76.7925607'),(21048,7247,'post_gallery_id','a:1:{i:0;s:4:\"7251\";}'),(21049,7247,'_yoast_wpseo_focuskw','Business Leadership Conference'),(21051,7247,'_yoast_wpseo_content_score','30'),(21052,7247,'_yoast_wpseo_focuskeywords','[]'),(21053,7247,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21054,7246,'_oembed_77cea188f69bec5318671b3df0395711','<iframe title=\"Olympe Rosé (Medley Video) ft. Ding Dong, Dexta Daps, Chris Martin, Munga Honorable &amp; B...\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/5uN0ARJAXKc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(21055,7246,'_oembed_time_77cea188f69bec5318671b3df0395711','1567539810'),(21057,7182,'_thumbnail_id','7212'),(21058,7182,'_edit_last','14'),(21059,7182,'xyz_smap','1'),(21060,7182,'smpush_mute_activated','no'),(21062,7182,'_yoast_wpseo_primary_category','3'),(21063,7182,'_yoast_wpseo_primary_sub-category','16'),(21064,7182,'sponsored_url',''),(21065,7182,'_yoast_wpseo_content_score','30'),(21066,7182,'_yoast_wpseo_focuskeywords','[]'),(21067,7182,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21068,7246,'_thumbnail_id','6205'),(21069,7246,'_edit_last','9'),(21070,7246,'smpush_mute_activated','no'),(21071,7246,'_yoast_wpseo_primary_category','2'),(21072,7246,'_yoast_wpseo_primary_sub-category','14'),(21073,7246,'sponsored_url',''),(21074,7246,'_yoast_wpseo_metadesc','Although the music video for Usain Bolt’s ‘Olympe Rosé’ Rhythm has been getting good reviews since it was released last week, the former athlete says he is uncertain about his future in music.'),(21075,7246,'_yoast_wpseo_content_score','90'),(21076,7246,'_yoast_wpseo_focuskeywords','[]'),(21077,7246,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21079,7246,'xyz_smap','1'),(21081,7257,'_wp_attached_file','2019/09/jeep-wrangler-jl8.jpg'),(21082,7257,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1056323;s:11:\"size_before\";i:1218906;s:10:\"size_after\";i:162583;}'),(21083,7257,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.607796935177211;s:5:\"bytes\";i:11342;s:11:\"size_before\";i:246148;s:10:\"size_after\";i:234806;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.06;s:5:\"bytes\";i:336;s:11:\"size_before\";i:6646;s:10:\"size_after\";i:6310;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:477;s:11:\"size_before\";i:11932;s:10:\"size_after\";i:11455;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.48;s:5:\"bytes\";i:2448;s:11:\"size_before\";i:54584;s:10:\"size_after\";i:52136;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.69;s:5:\"bytes\";i:4106;s:11:\"size_before\";i:87457;s:10:\"size_after\";i:83351;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.65;s:5:\"bytes\";i:3975;s:11:\"size_before\";i:85529;s:10:\"size_after\";i:81554;s:4:\"time\";d:0.08;}}}'),(21084,7257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1001;s:4:\"file\";s:29:\"2019/09/jeep-wrangler-jl8.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"jeep-wrangler-jl8-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:\"jeep-wrangler-jl8-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:29:\"jeep-wrangler-jl8-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"jeep-wrangler-jl8-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"jeep-wrangler-jl8-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21085,7259,'_wp_attached_file','2019/09/jeep-wrangler-jl23.jpg'),(21086,7259,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:524528;s:11:\"size_before\";i:794979;s:10:\"size_after\";i:270451;}'),(21087,7259,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.170135038808808;s:5:\"bytes\";i:20889;s:11:\"size_before\";i:404032;s:10:\"size_after\";i:383143;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.89;s:5:\"bytes\";i:741;s:11:\"size_before\";i:9390;s:10:\"size_after\";i:8649;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.03;s:5:\"bytes\";i:1450;s:11:\"size_before\";i:20638;s:10:\"size_after\";i:19188;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2;s:5:\"bytes\";i:4680;s:11:\"size_before\";i:89973;s:10:\"size_after\";i:85293;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.88;s:5:\"bytes\";i:6896;s:11:\"size_before\";i:141287;s:10:\"size_after\";i:134391;s:4:\"time\";d:0.09;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.99;s:5:\"bytes\";i:7122;s:11:\"size_before\";i:142744;s:10:\"size_after\";i:135622;s:4:\"time\";d:0.05;}}}'),(21088,7259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1001;s:4:\"file\";s:30:\"2019/09/jeep-wrangler-jl23.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"jeep-wrangler-jl23-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:\"jeep-wrangler-jl23-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:30:\"jeep-wrangler-jl23-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"jeep-wrangler-jl23-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"jeep-wrangler-jl23-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21089,7260,'_wp_attached_file','2019/09/Kim-Kardashian-Winnie-Harlow-Makeup-Partnership-BUZZ-Caribbean.png'),(21090,7260,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:147876;s:10:\"size_after\";i:147876;s:4:\"time\";d:0.27;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32327;s:10:\"size_after\";i:32327;s:4:\"time\";d:0.05;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:115549;s:10:\"size_after\";i:115549;s:4:\"time\";d:0.22;}}}'),(21091,7260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:74:\"2019/09/Kim-Kardashian-Winnie-Harlow-Makeup-Partnership-BUZZ-Caribbean.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:74:\"Kim-Kardashian-Winnie-Harlow-Makeup-Partnership-BUZZ-Caribbean-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:74:\"Kim-Kardashian-Winnie-Harlow-Makeup-Partnership-BUZZ-Caribbean-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(21092,7261,'_wp_attached_file','2019/09/Kim-Kardashian-Winnie-Harlow-Makeup-Palette-BUZZ-Caribbean.png'),(21093,7261,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2886737;s:10:\"size_after\";i:2886737;s:4:\"time\";d:2.8899999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47041;s:10:\"size_after\";i:47041;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:126254;s:10:\"size_after\";i:126254;s:4:\"time\";d:0.13;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:672148;s:10:\"size_after\";i:672148;s:4:\"time\";d:0.57;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1096840;s:10:\"size_after\";i:1096840;s:4:\"time\";d:1.15;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:944454;s:10:\"size_after\";i:944454;s:4:\"time\";d:1.01;}}}'),(21094,7261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:897;s:4:\"file\";s:70:\"2019/09/Kim-Kardashian-Winnie-Harlow-Makeup-Palette-BUZZ-Caribbean.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:70:\"Kim-Kardashian-Winnie-Harlow-Makeup-Palette-BUZZ-Caribbean-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:70:\"Kim-Kardashian-Winnie-Harlow-Makeup-Palette-BUZZ-Caribbean-300x249.png\";s:5:\"width\";i:300;s:6:\"height\";i:249;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:70:\"Kim-Kardashian-Winnie-Harlow-Makeup-Palette-BUZZ-Caribbean-768x638.png\";s:5:\"width\";i:768;s:6:\"height\";i:638;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:71:\"Kim-Kardashian-Winnie-Harlow-Makeup-Palette-BUZZ-Caribbean-1024x850.png\";s:5:\"width\";i:1024;s:6:\"height\";i:850;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:71:\"Kim-Kardashian-Winnie-Harlow-Makeup-Palette-BUZZ-Caribbean-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21095,7262,'_wp_attached_file','2019/09/Kim-Kardashian-Winnie-Harlow-Makeup-Promo-BUZZ-Caribbean.png'),(21096,7262,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1388563;s:10:\"size_after\";i:1388563;s:4:\"time\";d:2.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30457;s:10:\"size_after\";i:30457;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:111554;s:10:\"size_after\";i:111554;s:4:\"time\";d:0.19;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:633906;s:10:\"size_after\";i:633906;s:4:\"time\";d:1.21;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:612646;s:10:\"size_after\";i:612646;s:4:\"time\";d:0.57;}}}'),(21097,7262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:932;s:6:\"height\";i:932;s:4:\"file\";s:68:\"2019/09/Kim-Kardashian-Winnie-Harlow-Makeup-Promo-BUZZ-Caribbean.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"Kim-Kardashian-Winnie-Harlow-Makeup-Promo-BUZZ-Caribbean-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:68:\"Kim-Kardashian-Winnie-Harlow-Makeup-Promo-BUZZ-Caribbean-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:68:\"Kim-Kardashian-Winnie-Harlow-Makeup-Promo-BUZZ-Caribbean-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:68:\"Kim-Kardashian-Winnie-Harlow-Makeup-Promo-BUZZ-Caribbean-932x655.png\";s:5:\"width\";i:932;s:6:\"height\";i:655;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:{}}}'),(21098,7263,'_wp_attached_file','2019/09/Kim-Kardashian-Winnie-Harlow-Makeup-Palette-KKW-Buzz-Caribbean.jpg'),(21099,7263,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.0426502678040075;s:5:\"bytes\";i:1271;s:11:\"size_before\";i:25205;s:10:\"size_after\";i:23934;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.32;s:5:\"bytes\";i:449;s:11:\"size_before\";i:7106;s:10:\"size_after\";i:6657;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:822;s:11:\"size_before\";i:18099;s:10:\"size_after\";i:17277;s:4:\"time\";d:0.01;}}}'),(21100,7263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:532;s:6:\"height\";i:435;s:4:\"file\";s:74:\"2019/09/Kim-Kardashian-Winnie-Harlow-Makeup-Palette-KKW-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:74:\"Kim-Kardashian-Winnie-Harlow-Makeup-Palette-KKW-Buzz-Caribbean-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:74:\"Kim-Kardashian-Winnie-Harlow-Makeup-Palette-KKW-Buzz-Caribbean-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;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:{}}}'),(21101,7264,'_wp_attached_file','2019/09/jeep-wrangler-jl6.jpg'),(21102,7264,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.498102241470882;s:5:\"bytes\";i:25466;s:11:\"size_before\";i:463178;s:10:\"size_after\";i:437712;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.78;s:5:\"bytes\";i:620;s:11:\"size_before\";i:9151;s:10:\"size_after\";i:8531;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.91;s:5:\"bytes\";i:1123;s:11:\"size_before\";i:19001;s:10:\"size_after\";i:17878;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.36;s:5:\"bytes\";i:5355;s:11:\"size_before\";i:99853;s:10:\"size_after\";i:94498;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53;s:5:\"bytes\";i:9049;s:11:\"size_before\";i:163693;s:10:\"size_after\";i:154644;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.43;s:5:\"bytes\";i:9319;s:11:\"size_before\";i:171480;s:10:\"size_after\";i:162161;s:4:\"time\";d:0.04;}}}'),(21103,7264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1455;s:6:\"height\";i:920;s:4:\"file\";s:29:\"2019/09/jeep-wrangler-jl6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"jeep-wrangler-jl6-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:\"jeep-wrangler-jl6-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"jeep-wrangler-jl6-768x486.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"jeep-wrangler-jl6-1024x647.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:647;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"jeep-wrangler-jl6-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21104,7265,'_wp_attached_file','2019/09/jeep-wrangler-jl6-1.jpg'),(21105,7265,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.498102241470882;s:5:\"bytes\";i:25466;s:11:\"size_before\";i:463178;s:10:\"size_after\";i:437712;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.78;s:5:\"bytes\";i:620;s:11:\"size_before\";i:9151;s:10:\"size_after\";i:8531;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.91;s:5:\"bytes\";i:1123;s:11:\"size_before\";i:19001;s:10:\"size_after\";i:17878;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.36;s:5:\"bytes\";i:5355;s:11:\"size_before\";i:99853;s:10:\"size_after\";i:94498;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53;s:5:\"bytes\";i:9049;s:11:\"size_before\";i:163693;s:10:\"size_after\";i:154644;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.43;s:5:\"bytes\";i:9319;s:11:\"size_before\";i:171480;s:10:\"size_after\";i:162161;s:4:\"time\";d:0.05;}}}'),(21106,7265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1455;s:6:\"height\";i:920;s:4:\"file\";s:31:\"2019/09/jeep-wrangler-jl6-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"jeep-wrangler-jl6-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:\"jeep-wrangler-jl6-1-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"jeep-wrangler-jl6-1-768x486.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"jeep-wrangler-jl6-1-1024x647.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:647;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"jeep-wrangler-jl6-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21107,7266,'_wp_attached_file','2019/09/jeep-wrangler-jl7.jpg'),(21108,7266,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:360626;s:11:\"size_before\";i:564489;s:10:\"size_after\";i:203863;}'),(21109,7266,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.5600065675845505;s:5:\"bytes\";i:20776;s:11:\"size_before\";i:316707;s:10:\"size_after\";i:295931;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.78;s:5:\"bytes\";i:581;s:11:\"size_before\";i:7467;s:10:\"size_after\";i:6886;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:942;s:11:\"size_before\";i:14398;s:10:\"size_after\";i:13456;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.39;s:5:\"bytes\";i:4436;s:11:\"size_before\";i:69399;s:10:\"size_after\";i:64963;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:7223;s:11:\"size_before\";i:110417;s:10:\"size_after\";i:103194;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6;s:5:\"bytes\";i:7594;s:11:\"size_before\";i:115026;s:10:\"size_after\";i:107432;s:4:\"time\";d:0.04;}}}'),(21110,7266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:949;s:4:\"file\";s:29:\"2019/09/jeep-wrangler-jl7.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"jeep-wrangler-jl7-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:\"jeep-wrangler-jl7-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"jeep-wrangler-jl7-768x486.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"jeep-wrangler-jl7-1024x648.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:648;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"jeep-wrangler-jl7-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21111,7267,'_wp_attached_file','2019/09/jeep-wrangler-jl8-1.jpg'),(21112,7267,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:323342;s:11:\"size_before\";i:489217;s:10:\"size_after\";i:165875;}'),(21113,7267,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.672581054361089;s:5:\"bytes\";i:11603;s:11:\"size_before\";i:248321;s:10:\"size_after\";i:236718;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87;s:5:\"bytes\";i:323;s:11:\"size_before\";i:6628;s:10:\"size_after\";i:6305;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.86;s:5:\"bytes\";i:461;s:11:\"size_before\";i:11930;s:10:\"size_after\";i:11469;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.62;s:5:\"bytes\";i:2542;s:11:\"size_before\";i:55031;s:10:\"size_after\";i:52489;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.76;s:5:\"bytes\";i:4206;s:11:\"size_before\";i:88298;s:10:\"size_after\";i:84092;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:4071;s:11:\"size_before\";i:86434;s:10:\"size_after\";i:82363;s:4:\"time\";d:0.03;}}}'),(21114,7267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1002;s:4:\"file\";s:31:\"2019/09/jeep-wrangler-jl8-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"jeep-wrangler-jl8-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:\"jeep-wrangler-jl8-1-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:31:\"jeep-wrangler-jl8-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"jeep-wrangler-jl8-1-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"jeep-wrangler-jl8-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21115,7268,'_wp_attached_file','2019/09/jeep-wrangler-jl9.jpg'),(21116,7268,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:238021;s:11:\"size_before\";i:393455;s:10:\"size_after\";i:155434;}'),(21117,7268,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.789362103701493;s:5:\"bytes\";i:15468;s:11:\"size_before\";i:227827;s:10:\"size_after\";i:212359;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.18;s:5:\"bytes\";i:436;s:11:\"size_before\";i:6069;s:10:\"size_after\";i:5633;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.48;s:5:\"bytes\";i:736;s:11:\"size_before\";i:11351;s:10:\"size_after\";i:10615;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.49;s:5:\"bytes\";i:3238;s:11:\"size_before\";i:49877;s:10:\"size_after\";i:46639;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.89;s:5:\"bytes\";i:5601;s:11:\"size_before\";i:81345;s:10:\"size_after\";i:75744;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.89;s:5:\"bytes\";i:5457;s:11:\"size_before\";i:79185;s:10:\"size_after\";i:73728;s:4:\"time\";d:0.05;}}}'),(21118,7268,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1001;s:4:\"file\";s:29:\"2019/09/jeep-wrangler-jl9.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"jeep-wrangler-jl9-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:\"jeep-wrangler-jl9-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:29:\"jeep-wrangler-jl9-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"jeep-wrangler-jl9-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"jeep-wrangler-jl9-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21119,7269,'_wp_attached_file','2019/09/jeep-wrangler-jl10.jpg'),(21120,7269,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.898531763887366;s:5:\"bytes\";i:12955;s:11:\"size_before\";i:264467;s:10:\"size_after\";i:251512;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.16;s:5:\"bytes\";i:369;s:11:\"size_before\";i:7149;s:10:\"size_after\";i:6780;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2;s:5:\"bytes\";i:530;s:11:\"size_before\";i:12606;s:10:\"size_after\";i:12076;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.97;s:5:\"bytes\";i:2239;s:11:\"size_before\";i:56416;s:10:\"size_after\";i:54177;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.98;s:5:\"bytes\";i:4752;s:11:\"size_before\";i:95326;s:10:\"size_after\";i:90574;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45;s:5:\"bytes\";i:5065;s:11:\"size_before\";i:92970;s:10:\"size_after\";i:87905;s:4:\"time\";d:0.03;}}}'),(21121,7269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1412;s:6:\"height\";i:942;s:4:\"file\";s:30:\"2019/09/jeep-wrangler-jl10.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"jeep-wrangler-jl10-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:\"jeep-wrangler-jl10-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:30:\"jeep-wrangler-jl10-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:31:\"jeep-wrangler-jl10-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"jeep-wrangler-jl10-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21122,7270,'_wp_attached_file','2019/09/jeep-wrangler-jl11.jpg'),(21123,7270,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.7191640557996255;s:5:\"bytes\";i:13481;s:11:\"size_before\";i:285665;s:10:\"size_after\";i:272184;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.86;s:5:\"bytes\";i:431;s:11:\"size_before\";i:7352;s:10:\"size_after\";i:6921;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.06;s:5:\"bytes\";i:556;s:11:\"size_before\";i:13687;s:10:\"size_after\";i:13131;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95;s:5:\"bytes\";i:2448;s:11:\"size_before\";i:62026;s:10:\"size_after\";i:59578;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.76;s:5:\"bytes\";i:4888;s:11:\"size_before\";i:102600;s:10:\"size_after\";i:97712;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.16;s:5:\"bytes\";i:5158;s:11:\"size_before\";i:100000;s:10:\"size_after\";i:94842;s:4:\"time\";d:0.04;}}}'),(21124,7270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1421;s:6:\"height\";i:949;s:4:\"file\";s:30:\"2019/09/jeep-wrangler-jl11.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"jeep-wrangler-jl11-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:\"jeep-wrangler-jl11-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:30:\"jeep-wrangler-jl11-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"jeep-wrangler-jl11-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"jeep-wrangler-jl11-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21125,7271,'_wp_attached_file','2019/09/jeep-wrangler-jl12.jpg'),(21126,7271,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.697656030127183;s:5:\"bytes\";i:14021;s:11:\"size_before\";i:298468;s:10:\"size_after\";i:284447;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.26;s:5:\"bytes\";i:475;s:11:\"size_before\";i:7588;s:10:\"size_after\";i:7113;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.98;s:5:\"bytes\";i:751;s:11:\"size_before\";i:15073;s:10:\"size_after\";i:14322;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.06;s:5:\"bytes\";i:2645;s:11:\"size_before\";i:65117;s:10:\"size_after\";i:62472;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7;s:5:\"bytes\";i:4970;s:11:\"size_before\";i:105767;s:10:\"size_after\";i:100797;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94;s:5:\"bytes\";i:5180;s:11:\"size_before\";i:104923;s:10:\"size_after\";i:99743;s:4:\"time\";d:0.05;}}}'),(21127,7271,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1454;s:6:\"height\";i:971;s:4:\"file\";s:30:\"2019/09/jeep-wrangler-jl12.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"jeep-wrangler-jl12-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:\"jeep-wrangler-jl12-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:30:\"jeep-wrangler-jl12-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"jeep-wrangler-jl12-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"jeep-wrangler-jl12-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21128,7272,'_wp_attached_file','2019/09/jamaica-food-and-drink-flyer-tickets.png'),(21129,7272,'wpmf_size','251585'),(21130,7272,'wpmf_filetype','png'),(21131,7272,'wpmf_order','0'),(21132,7272,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:876;s:6:\"height\";i:1136;s:4:\"file\";s:48:\"2019/09/jamaica-food-and-drink-flyer-tickets.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"jamaica-food-and-drink-flyer-tickets-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:48:\"jamaica-food-and-drink-flyer-tickets-231x300.png\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"jamaica-food-and-drink-flyer-tickets-768x996.png\";s:5:\"width\";i:768;s:6:\"height\";i:996;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"jamaica-food-and-drink-flyer-tickets-790x1024.png\";s:5:\"width\";i:790;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"jamaica-food-and-drink-flyer-tickets-876x655.png\";s:5:\"width\";i:876;s:6:\"height\";i:655;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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\";}}'),(21133,7272,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.713801674817754;s:5:\"bytes\";i:297230;s:11:\"size_before\";i:2774272;s:10:\"size_after\";i:2477042;s:4:\"time\";d:4.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45241;s:10:\"size_after\";i:45241;s:4:\"time\";d:0.05;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:123268;s:10:\"size_after\";i:123268;s:4:\"time\";d:0.12;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1003405;s:10:\"size_after\";i:1003405;s:4:\"time\";d:1.31;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2;s:5:\"bytes\";i:24577;s:11:\"size_before\";i:1116823;s:10:\"size_after\";i:1092246;s:4:\"time\";d:1.53;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:56.16;s:5:\"bytes\";i:272653;s:11:\"size_before\";i:485535;s:10:\"size_after\";i:212882;s:4:\"time\";d:1.01;}}}'),(21134,7273,'_wp_attached_file','2019/09/jeep-wrangler-jl14.jpg'),(21135,7273,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:678173;s:11:\"size_before\";i:882344;s:10:\"size_after\";i:204171;}'),(21136,7273,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.748775829635692;s:5:\"bytes\";i:13228;s:11:\"size_before\";i:278556;s:10:\"size_after\";i:265328;s:4:\"time\";d:1.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.89;s:5:\"bytes\";i:347;s:11:\"size_before\";i:7102;s:10:\"size_after\";i:6755;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:534;s:11:\"size_before\";i:13209;s:10:\"size_after\";i:12675;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.22;s:5:\"bytes\";i:2515;s:11:\"size_before\";i:59616;s:10:\"size_after\";i:57101;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:4935;s:11:\"size_before\";i:98643;s:10:\"size_after\";i:93708;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9;s:5:\"bytes\";i:4897;s:11:\"size_before\";i:99986;s:10:\"size_after\";i:95089;s:4:\"time\";d:0.93;}}}'),(21137,7273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1018;s:4:\"file\";s:30:\"2019/09/jeep-wrangler-jl14.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"jeep-wrangler-jl14-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:\"jeep-wrangler-jl14-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"jeep-wrangler-jl14-768x521.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"jeep-wrangler-jl14-1024x695.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:695;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"jeep-wrangler-jl14-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21138,7274,'_wp_attached_file','2019/09/jeep-wrangler-jl15.jpg'),(21139,7274,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:494499;s:11:\"size_before\";i:720312;s:10:\"size_after\";i:225813;}'),(21140,7274,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.83017260298731;s:5:\"bytes\";i:14966;s:11:\"size_before\";i:309844;s:10:\"size_after\";i:294878;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.95;s:5:\"bytes\";i:445;s:11:\"size_before\";i:7479;s:10:\"size_after\";i:7034;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.03;s:5:\"bytes\";i:768;s:11:\"size_before\";i:15264;s:10:\"size_after\";i:14496;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.24;s:5:\"bytes\";i:2872;s:11:\"size_before\";i:67770;s:10:\"size_after\";i:64898;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.93;s:5:\"bytes\";i:5459;s:11:\"size_before\";i:110698;s:10:\"size_after\";i:105239;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.99;s:5:\"bytes\";i:5422;s:11:\"size_before\";i:108633;s:10:\"size_after\";i:103211;s:4:\"time\";d:0.05;}}}'),(21141,7274,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1018;s:4:\"file\";s:30:\"2019/09/jeep-wrangler-jl15.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"jeep-wrangler-jl15-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:\"jeep-wrangler-jl15-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"jeep-wrangler-jl15-768x521.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"jeep-wrangler-jl15-1024x695.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:695;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"jeep-wrangler-jl15-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21142,7275,'_wp_attached_file','2019/09/jeep-wrangler-jl17.jpg'),(21143,7276,'_wp_attached_file','2019/09/jeep-wrangler-jl18.jpg'),(21144,7276,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:744237;s:11:\"size_before\";i:949524;s:10:\"size_after\";i:205287;}'),(21145,7275,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1034937;s:11:\"size_before\";i:1202439;s:10:\"size_after\";i:167502;}'),(21146,7277,'_wp_attached_file','2019/09/jeep-wrangler-jl20.jpg'),(21147,7276,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7485651852983928;s:5:\"bytes\";i:11528;s:11:\"size_before\";i:307531;s:10:\"size_after\";i:296003;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.24;s:5:\"bytes\";i:397;s:11:\"size_before\";i:7576;s:10:\"size_after\";i:7179;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.49;s:5:\"bytes\";i:679;s:11:\"size_before\";i:15113;s:10:\"size_after\";i:14434;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.89;s:5:\"bytes\";i:2651;s:11:\"size_before\";i:68101;s:10:\"size_after\";i:65450;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.61;s:5:\"bytes\";i:3932;s:11:\"size_before\";i:108864;s:10:\"size_after\";i:104932;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.59;s:5:\"bytes\";i:3869;s:11:\"size_before\";i:107877;s:10:\"size_after\";i:104008;s:4:\"time\";d:0.05;}}}'),(21148,7276,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1002;s:4:\"file\";s:30:\"2019/09/jeep-wrangler-jl18.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"jeep-wrangler-jl18-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:\"jeep-wrangler-jl18-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:30:\"jeep-wrangler-jl18-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"jeep-wrangler-jl18-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"jeep-wrangler-jl18-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21149,7275,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.079813749869478;s:5:\"bytes\";i:15721;s:11:\"size_before\";i:258577;s:10:\"size_after\";i:242856;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.95;s:5:\"bytes\";i:438;s:11:\"size_before\";i:6303;s:10:\"size_after\";i:5865;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.11;s:5:\"bytes\";i:809;s:11:\"size_before\";i:13235;s:10:\"size_after\";i:12426;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.85;s:5:\"bytes\";i:3370;s:11:\"size_before\";i:57599;s:10:\"size_after\";i:54229;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12;s:5:\"bytes\";i:5572;s:11:\"size_before\";i:91094;s:10:\"size_after\";i:85522;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12;s:5:\"bytes\";i:5532;s:11:\"size_before\";i:90346;s:10:\"size_after\";i:84814;s:4:\"time\";d:0.05;}}}'),(21150,7275,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1022;s:4:\"file\";s:30:\"2019/09/jeep-wrangler-jl17.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"jeep-wrangler-jl17-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:\"jeep-wrangler-jl17-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"jeep-wrangler-jl17-768x523.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"jeep-wrangler-jl17-1024x698.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:698;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"jeep-wrangler-jl17-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21151,7277,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1014240;s:11:\"size_before\";i:1159361;s:10:\"size_after\";i:145121;}'),(21152,7277,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.059080699157465;s:5:\"bytes\";i:11757;s:11:\"size_before\";i:232394;s:10:\"size_after\";i:220637;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:374;s:11:\"size_before\";i:6748;s:10:\"size_after\";i:6374;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.67;s:5:\"bytes\";i:557;s:11:\"size_before\";i:11924;s:10:\"size_after\";i:11367;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.78;s:5:\"bytes\";i:2450;s:11:\"size_before\";i:51235;s:10:\"size_after\";i:48785;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.03;s:5:\"bytes\";i:4047;s:11:\"size_before\";i:80506;s:10:\"size_after\";i:76459;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.28;s:5:\"bytes\";i:4329;s:11:\"size_before\";i:81981;s:10:\"size_after\";i:77652;s:4:\"time\";d:0.06;}}}'),(21153,7277,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1001;s:4:\"file\";s:30:\"2019/09/jeep-wrangler-jl20.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"jeep-wrangler-jl20-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:\"jeep-wrangler-jl20-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:30:\"jeep-wrangler-jl20-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"jeep-wrangler-jl20-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"jeep-wrangler-jl20-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21154,7278,'_wp_attached_file','2019/09/jeep-wrangler-jl21.jpg'),(21155,7278,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:855266;s:11:\"size_before\";i:997068;s:10:\"size_after\";i:141802;}'),(21156,7278,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.2434412826148105;s:5:\"bytes\";i:8901;s:11:\"size_before\";i:209759;s:10:\"size_after\";i:200858;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:352;s:11:\"size_before\";i:6162;s:10:\"size_after\";i:5810;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.18;s:5:\"bytes\";i:480;s:11:\"size_before\";i:11495;s:10:\"size_after\";i:11015;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12;s:5:\"bytes\";i:1914;s:11:\"size_before\";i:46472;s:10:\"size_after\";i:44558;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.32;s:5:\"bytes\";i:3142;s:11:\"size_before\";i:72797;s:10:\"size_after\";i:69655;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.14;s:5:\"bytes\";i:3013;s:11:\"size_before\";i:72833;s:10:\"size_after\";i:69820;s:4:\"time\";d:0.07;}}}'),(21157,7278,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1002;s:4:\"file\";s:30:\"2019/09/jeep-wrangler-jl21.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"jeep-wrangler-jl21-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:\"jeep-wrangler-jl21-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:30:\"jeep-wrangler-jl21-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"jeep-wrangler-jl21-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"jeep-wrangler-jl21-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21158,7279,'_wp_attached_file','2019/09/jeep-wrangler-jl22.jpg'),(21159,7279,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:417212;s:11:\"size_before\";i:579340;s:10:\"size_after\";i:162128;}'),(21160,7279,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.956748069734131;s:5:\"bytes\";i:13640;s:11:\"size_before\";i:228984;s:10:\"size_after\";i:215344;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.72;s:5:\"bytes\";i:540;s:11:\"size_before\";i:6995;s:10:\"size_after\";i:6455;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.38;s:5:\"bytes\";i:756;s:11:\"size_before\";i:11846;s:10:\"size_after\";i:11090;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.52;s:5:\"bytes\";i:2631;s:11:\"size_before\";i:47669;s:10:\"size_after\";i:45038;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87;s:5:\"bytes\";i:4558;s:11:\"size_before\";i:77647;s:10:\"size_after\";i:73089;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.08;s:5:\"bytes\";i:5155;s:11:\"size_before\";i:84827;s:10:\"size_after\";i:79672;s:4:\"time\";d:0.03;}}}'),(21161,7279,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:905;s:4:\"file\";s:30:\"2019/09/jeep-wrangler-jl22.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"jeep-wrangler-jl22-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:\"jeep-wrangler-jl22-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"jeep-wrangler-jl22-768x463.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"jeep-wrangler-jl22-1024x618.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:618;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"jeep-wrangler-jl22-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21162,7280,'_wp_attached_file','2019/09/jeep-wrangler-jl23-1.jpg'),(21163,7280,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:524528;s:11:\"size_before\";i:794979;s:10:\"size_after\";i:270451;}'),(21164,7280,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.170135038808808;s:5:\"bytes\";i:20889;s:11:\"size_before\";i:404032;s:10:\"size_after\";i:383143;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.89;s:5:\"bytes\";i:741;s:11:\"size_before\";i:9390;s:10:\"size_after\";i:8649;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.03;s:5:\"bytes\";i:1450;s:11:\"size_before\";i:20638;s:10:\"size_after\";i:19188;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2;s:5:\"bytes\";i:4680;s:11:\"size_before\";i:89973;s:10:\"size_after\";i:85293;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.88;s:5:\"bytes\";i:6896;s:11:\"size_before\";i:141287;s:10:\"size_after\";i:134391;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.99;s:5:\"bytes\";i:7122;s:11:\"size_before\";i:142744;s:10:\"size_after\";i:135622;s:4:\"time\";d:0.05;}}}'),(21165,7280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1001;s:4:\"file\";s:32:\"2019/09/jeep-wrangler-jl23-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"jeep-wrangler-jl23-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:32:\"jeep-wrangler-jl23-1-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:32:\"jeep-wrangler-jl23-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"jeep-wrangler-jl23-1-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"jeep-wrangler-jl23-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21166,7281,'_wp_attached_file','2019/09/jeep-wrangler-jl5.jpg'),(21167,7281,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:531104;s:11:\"size_before\";i:680875;s:10:\"size_after\";i:149771;}'),(21168,7281,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.291222177868932;s:5:\"bytes\";i:15891;s:11:\"size_before\";i:217947;s:10:\"size_after\";i:202056;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.47;s:5:\"bytes\";i:429;s:11:\"size_before\";i:5743;s:10:\"size_after\";i:5314;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12;s:5:\"bytes\";i:607;s:11:\"size_before\";i:9915;s:10:\"size_after\";i:9308;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:2853;s:11:\"size_before\";i:43878;s:10:\"size_after\";i:41025;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.35;s:5:\"bytes\";i:5399;s:11:\"size_before\";i:73477;s:10:\"size_after\";i:68078;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.77;s:5:\"bytes\";i:6603;s:11:\"size_before\";i:84934;s:10:\"size_after\";i:78331;s:4:\"time\";d:0.04;}}}'),(21169,7281,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:823;s:4:\"file\";s:29:\"2019/09/jeep-wrangler-jl5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"jeep-wrangler-jl5-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:\"jeep-wrangler-jl5-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"jeep-wrangler-jl5-768x421.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"jeep-wrangler-jl5-1024x562.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:562;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"jeep-wrangler-jl5-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21170,7282,'_wp_attached_file','2019/09/jeep-wrangler-jl3.jpg'),(21171,7282,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:637246;s:11:\"size_before\";i:718393;s:10:\"size_after\";i:81147;}'),(21172,7282,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.833267396369071;s:5:\"bytes\";i:9327;s:11:\"size_before\";i:136494;s:10:\"size_after\";i:127167;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.13;s:5:\"bytes\";i:220;s:11:\"size_before\";i:4291;s:10:\"size_after\";i:4071;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.92;s:5:\"bytes\";i:294;s:11:\"size_before\";i:7507;s:10:\"size_after\";i:7213;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:1798;s:11:\"size_before\";i:28953;s:10:\"size_after\";i:27155;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.24;s:5:\"bytes\";i:3238;s:11:\"size_before\";i:44707;s:10:\"size_after\";i:41469;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4;s:5:\"bytes\";i:3777;s:11:\"size_before\";i:51036;s:10:\"size_after\";i:47259;s:4:\"time\";d:0.03;}}}'),(21173,7282,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:853;s:4:\"file\";s:29:\"2019/09/jeep-wrangler-jl3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"jeep-wrangler-jl3-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:\"jeep-wrangler-jl3-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"jeep-wrangler-jl3-768x437.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"jeep-wrangler-jl3-1024x583.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:583;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"jeep-wrangler-jl3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21174,7283,'_wp_attached_file','2019/09/jeep-wrangler-jl.jpg'),(21175,7283,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:515285;s:11:\"size_before\";i:701502;s:10:\"size_after\";i:186217;}'),(21176,7283,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.5429125968472377;s:5:\"bytes\";i:8981;s:11:\"size_before\";i:253492;s:10:\"size_after\";i:244511;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.34;s:5:\"bytes\";i:381;s:11:\"size_before\";i:7133;s:10:\"size_after\";i:6752;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.55;s:5:\"bytes\";i:621;s:11:\"size_before\";i:13662;s:10:\"size_after\";i:13041;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8;s:5:\"bytes\";i:1536;s:11:\"size_before\";i:54916;s:10:\"size_after\";i:53380;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.49;s:5:\"bytes\";i:3096;s:11:\"size_before\";i:88836;s:10:\"size_after\";i:85740;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.76;s:5:\"bytes\";i:3347;s:11:\"size_before\";i:88945;s:10:\"size_after\";i:85598;s:4:\"time\";d:0.04;}}}'),(21177,7283,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1001;s:4:\"file\";s:28:\"2019/09/jeep-wrangler-jl.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"jeep-wrangler-jl-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:\"jeep-wrangler-jl-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:28:\"jeep-wrangler-jl-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"jeep-wrangler-jl-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"jeep-wrangler-jl-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21178,7284,'_wp_attached_file','2019/09/jamaica-food-and-drink-fest-food-pic-1.png'),(21179,7284,'wpmf_size','1701853'),(21180,7284,'wpmf_filetype','png'),(21181,7284,'wpmf_order','0'),(21182,7284,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:50:\"2019/09/jamaica-food-and-drink-fest-food-pic-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"jamaica-food-and-drink-fest-food-pic-1-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:50:\"jamaica-food-and-drink-fest-food-pic-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"jamaica-food-and-drink-fest-food-pic-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"jamaica-food-and-drink-fest-food-pic-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"jamaica-food-and-drink-fest-food-pic-1-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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\";}}'),(21183,7284,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3675095;s:10:\"size_after\";i:3675095;s:4:\"time\";d:2.9699999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:49598;s:10:\"size_after\";i:49598;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:169425;s:10:\"size_after\";i:169425;s:4:\"time\";d:0.07;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:893025;s:10:\"size_after\";i:893025;s:4:\"time\";d:0.68;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1480090;s:10:\"size_after\";i:1480090;s:4:\"time\";d:1.45;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1082957;s:10:\"size_after\";i:1082957;s:4:\"time\";d:0.75;}}}'),(21187,7286,'_wp_attached_file','2019/09/jamaica-food-and-drink-fest-2-clnical-strike.jpg'),(21188,7286,'wpmf_size','13770'),(21189,7286,'wpmf_filetype','jpg'),(21190,7286,'wpmf_order','0'),(21191,7286,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:56:\"2019/09/jamaica-food-and-drink-fest-2-clnical-strike.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"jamaica-food-and-drink-fest-2-clnical-strike-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\";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\";}}'),(21192,7286,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.461095715199317;s:5:\"bytes\";i:700;s:11:\"size_before\";i:9382;s:10:\"size_after\";i:8682;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.46;s:5:\"bytes\";i:700;s:11:\"size_before\";i:9382;s:10:\"size_after\";i:8682;s:4:\"time\";d:0.01;}}}'),(21196,7288,'_edit_lock','1568298409:16'),(21197,7288,'_yst_prominent_words_version','1'),(21198,7289,'_wp_attached_file','2019/09/jamaica-tallwahs-vs-trinibago-2.jpg'),(21199,7289,'wpmf_size','267869'),(21200,7289,'wpmf_filetype','jpg'),(21201,7289,'wpmf_order','0'),(21202,7289,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:589;s:4:\"file\";s:43:\"2019/09/jamaica-tallwahs-vs-trinibago-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"jamaica-tallwahs-vs-trinibago-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:\"jamaica-tallwahs-vs-trinibago-2-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"jamaica-tallwahs-vs-trinibago-2-768x471.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(21203,7289,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.0736565154849576;s:5:\"bytes\";i:11507;s:11:\"size_before\";i:162674;s:10:\"size_after\";i:151167;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.98;s:5:\"bytes\";i:971;s:11:\"size_before\";i:12168;s:10:\"size_after\";i:11197;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.99;s:5:\"bytes\";i:2067;s:11:\"size_before\";i:25865;s:10:\"size_after\";i:23798;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:8469;s:11:\"size_before\";i:124641;s:10:\"size_after\";i:116172;s:4:\"time\";d:0.06;}}}'),(21205,7201,'_thumbnail_id','7266'),(21206,7201,'xyz_smap','1'),(21208,7288,'_thumbnail_id','7289'),(21209,7288,'_edit_last','16'),(21210,7288,'smpush_mute_activated','no'),(21211,7288,'_yoast_wpseo_primary_out-category','26'),(21212,7288,'_yoast_wpseo_primary_location','33'),(21213,7288,'out_date','2019-09-13'),(21214,7288,'out_time','08:00 PM'),(21215,7288,'out_address','Sabina Park, Kingston, Jamaica'),(21216,7288,'out_description','Jamaica Tallawahs are back in action with 5 games at the world famous Sabina Park stadium between 12th & 19th September. '),(21217,7288,'out_mapurl','https://www.google.com/maps/place/Sabina+Park/@17.9779338,-76.7847104,17z/data=!3m1!4b1!4m5!3m4!1s0x8edb3f82327e5e6f:0x92d500597b381af9!8m2!3d17.9779338!4d-76.7825217'),(21218,7288,'post_gallery_id','a:1:{i:0;s:4:\"7289\";}'),(21219,7288,'_yoast_wpseo_content_score','30'),(21220,7288,'_yoast_wpseo_focuskeywords','[]'),(21221,7288,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21222,7291,'_edit_lock','1567619203:9'),(21223,7291,'_yst_prominent_words_version','1'),(21224,7292,'_edit_lock','1567543196:13'),(21225,7292,'_yst_prominent_words_version','1'),(21226,7293,'_wp_attached_file','wpmf_remote_video/deeper-into-lifeyard-buzz-feature-part-2.jpg'),(21227,7293,'wpmf_size','107469'),(21228,7293,'wpmf_filetype','jpg'),(21229,7293,'wpmf_order','0'),(21230,7293,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:62:\"wpmf_remote_video/deeper-into-lifeyard-buzz-feature-part-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"deeper-into-lifeyard-buzz-feature-part-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:52:\"deeper-into-lifeyard-buzz-feature-part-2-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:52:\"deeper-into-lifeyard-buzz-feature-part-2-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:53:\"deeper-into-lifeyard-buzz-feature-part-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"deeper-into-lifeyard-buzz-feature-part-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(21231,7293,'wpmf_remote_video_link','https://www.youtube.com/watch?v=MFcwBRt7SRQ'),(21232,7293,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.720659681189107;s:5:\"bytes\";i:6216;s:11:\"size_before\";i:228474;s:10:\"size_after\";i:222258;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9;s:5:\"bytes\";i:416;s:11:\"size_before\";i:7056;s:10:\"size_after\";i:6640;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3;s:5:\"bytes\";i:731;s:11:\"size_before\";i:13793;s:10:\"size_after\";i:13062;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1;s:5:\"bytes\";i:1548;s:11:\"size_before\";i:49925;s:10:\"size_after\";i:48377;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.37;s:5:\"bytes\";i:1748;s:11:\"size_before\";i:73898;s:10:\"size_after\";i:72150;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.12;s:5:\"bytes\";i:1773;s:11:\"size_before\";i:83802;s:10:\"size_after\";i:82029;s:4:\"time\";d:0.04;}}}'),(21233,7294,'_wp_attached_file','wpmf_remote_video/deeper-into-lifeyard-buzz-feature-part-2-1.jpg'),(21234,7294,'wpmf_size','107469'),(21235,7294,'wpmf_filetype','jpg'),(21236,7294,'wpmf_order','0'),(21237,7294,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:64:\"wpmf_remote_video/deeper-into-lifeyard-buzz-feature-part-2-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"deeper-into-lifeyard-buzz-feature-part-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:54:\"deeper-into-lifeyard-buzz-feature-part-2-1-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:54:\"deeper-into-lifeyard-buzz-feature-part-2-1-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:55:\"deeper-into-lifeyard-buzz-feature-part-2-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"deeper-into-lifeyard-buzz-feature-part-2-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(21238,7294,'wpmf_remote_video_link','https://www.youtube.com/watch?v=MFcwBRt7SRQ'),(21239,7294,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.720659681189107;s:5:\"bytes\";i:6216;s:11:\"size_before\";i:228474;s:10:\"size_after\";i:222258;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9;s:5:\"bytes\";i:416;s:11:\"size_before\";i:7056;s:10:\"size_after\";i:6640;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3;s:5:\"bytes\";i:731;s:11:\"size_before\";i:13793;s:10:\"size_after\";i:13062;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1;s:5:\"bytes\";i:1548;s:11:\"size_before\";i:49925;s:10:\"size_after\";i:48377;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.37;s:5:\"bytes\";i:1748;s:11:\"size_before\";i:73898;s:10:\"size_after\";i:72150;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.12;s:5:\"bytes\";i:1773;s:11:\"size_before\";i:83802;s:10:\"size_after\";i:82029;s:4:\"time\";d:0.04;}}}'),(21240,7295,'_wp_attached_file','wpmf_remote_video/deeper-into-lifeyard-buzz-feature-part-2-2.jpg'),(21241,7295,'wpmf_size','107469'),(21242,7295,'wpmf_filetype','jpg'),(21243,7295,'wpmf_order','0'),(21244,7295,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:64:\"wpmf_remote_video/deeper-into-lifeyard-buzz-feature-part-2-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"deeper-into-lifeyard-buzz-feature-part-2-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:54:\"deeper-into-lifeyard-buzz-feature-part-2-2-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:54:\"deeper-into-lifeyard-buzz-feature-part-2-2-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:55:\"deeper-into-lifeyard-buzz-feature-part-2-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"deeper-into-lifeyard-buzz-feature-part-2-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(21245,7295,'wpmf_remote_video_link','https://www.youtube.com/watch?v=MFcwBRt7SRQ'),(21246,7295,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.720659681189107;s:5:\"bytes\";i:6216;s:11:\"size_before\";i:228474;s:10:\"size_after\";i:222258;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9;s:5:\"bytes\";i:416;s:11:\"size_before\";i:7056;s:10:\"size_after\";i:6640;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3;s:5:\"bytes\";i:731;s:11:\"size_before\";i:13793;s:10:\"size_after\";i:13062;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1;s:5:\"bytes\";i:1548;s:11:\"size_before\";i:49925;s:10:\"size_after\";i:48377;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.37;s:5:\"bytes\";i:1748;s:11:\"size_before\";i:73898;s:10:\"size_after\";i:72150;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.12;s:5:\"bytes\";i:1773;s:11:\"size_before\";i:83802;s:10:\"size_after\";i:82029;s:4:\"time\";d:0.04;}}}'),(21247,7296,'_wp_attached_file','wpmf_remote_video/deeper-into-lifeyard-buzz-feature-part-2-3.jpg'),(21248,7296,'wpmf_size','107469'),(21249,7296,'wpmf_filetype','jpg'),(21250,7296,'wpmf_order','0'),(21251,7296,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:64:\"wpmf_remote_video/deeper-into-lifeyard-buzz-feature-part-2-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"deeper-into-lifeyard-buzz-feature-part-2-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:54:\"deeper-into-lifeyard-buzz-feature-part-2-3-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:54:\"deeper-into-lifeyard-buzz-feature-part-2-3-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:55:\"deeper-into-lifeyard-buzz-feature-part-2-3-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"deeper-into-lifeyard-buzz-feature-part-2-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(21252,7296,'wpmf_remote_video_link','https://www.youtube.com/watch?v=MFcwBRt7SRQ'),(21253,7296,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.720659681189107;s:5:\"bytes\";i:6216;s:11:\"size_before\";i:228474;s:10:\"size_after\";i:222258;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9;s:5:\"bytes\";i:416;s:11:\"size_before\";i:7056;s:10:\"size_after\";i:6640;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3;s:5:\"bytes\";i:731;s:11:\"size_before\";i:13793;s:10:\"size_after\";i:13062;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1;s:5:\"bytes\";i:1548;s:11:\"size_before\";i:49925;s:10:\"size_after\";i:48377;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.37;s:5:\"bytes\";i:1748;s:11:\"size_before\";i:73898;s:10:\"size_after\";i:72150;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.12;s:5:\"bytes\";i:1773;s:11:\"size_before\";i:83802;s:10:\"size_after\";i:82029;s:4:\"time\";d:0.04;}}}'),(21254,7297,'_wp_attached_file','2019/09/jamaica-tallawahs-vs-guyana-amazon-warriors-2.jpg'),(21255,7297,'wpmf_size','267649'),(21256,7297,'wpmf_filetype','jpg'),(21257,7297,'wpmf_order','0'),(21258,7297,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:589;s:4:\"file\";s:57:\"2019/09/jamaica-tallawahs-vs-guyana-amazon-warriors-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"jamaica-tallawahs-vs-guyana-amazon-warriors-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:57:\"jamaica-tallawahs-vs-guyana-amazon-warriors-2-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"jamaica-tallawahs-vs-guyana-amazon-warriors-2-768x471.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(21259,7297,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.9555842229576035;s:5:\"bytes\";i:11161;s:11:\"size_before\";i:160461;s:10:\"size_after\";i:149300;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.06;s:5:\"bytes\";i:948;s:11:\"size_before\";i:11762;s:10:\"size_after\";i:10814;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7;s:5:\"bytes\";i:1955;s:11:\"size_before\";i:25406;s:10:\"size_after\";i:23451;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7;s:5:\"bytes\";i:8258;s:11:\"size_before\";i:123293;s:10:\"size_after\";i:115035;s:4:\"time\";d:0.03;}}}'),(21260,7298,'_wp_attached_file','2019/09/Winnie-Harlow-Buzz-Caribbean.jpg'),(21261,7298,'wpmf_size','89388'),(21262,7298,'wpmf_filetype','jpg'),(21263,7298,'wpmf_order','0'),(21264,7298,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:594;s:6:\"height\";i:441;s:4:\"file\";s:40:\"2019/09/Winnie-Harlow-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Winnie-Harlow-Buzz-Caribbean-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:\"Winnie-Harlow-Buzz-Caribbean-300x223.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(21265,7298,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9454976303317535;s:5:\"bytes\";i:666;s:11:\"size_before\";i:16880;s:10:\"size_after\";i:16214;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45;s:5:\"bytes\";i:235;s:11:\"size_before\";i:5281;s:10:\"size_after\";i:5046;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.72;s:5:\"bytes\";i:431;s:11:\"size_before\";i:11599;s:10:\"size_after\";i:11168;s:4:\"time\";d:0.01;}}}'),(21266,7298,'_wp_attachment_image_alt','Jamaican-Canadian model Winnie Harlow'),(21267,7299,'_wp_attached_file','2019/09/Winnie-Harlow-Buzz-Caribbean-1.jpg'),(21268,7299,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9454976303317535;s:5:\"bytes\";i:666;s:11:\"size_before\";i:16880;s:10:\"size_after\";i:16214;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45;s:5:\"bytes\";i:235;s:11:\"size_before\";i:5281;s:10:\"size_after\";i:5046;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.72;s:5:\"bytes\";i:431;s:11:\"size_before\";i:11599;s:10:\"size_after\";i:11168;s:4:\"time\";d:0.02;}}}'),(21269,7299,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:594;s:6:\"height\";i:441;s:4:\"file\";s:42:\"2019/09/Winnie-Harlow-Buzz-Caribbean-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Winnie-Harlow-Buzz-Caribbean-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:42:\"Winnie-Harlow-Buzz-Caribbean-1-300x223.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:223;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:{}}}'),(21270,7291,'_edit_last','9'),(21271,7291,'smpush_mute_activated','no'),(21272,7291,'_yoast_wpseo_primary_category','2'),(21273,7291,'_yoast_wpseo_primary_sub-category','7'),(21274,7291,'sponsored_url',''),(21275,7291,'_yoast_wpseo_content_score','30'),(21276,7291,'_yoast_wpseo_focuskeywords','[]'),(21277,7291,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21278,7301,'_wp_attached_file','2019/09/jamaica-tallawahs-vs-trident.jpg'),(21279,7301,'wpmf_size','270237'),(21280,7301,'wpmf_filetype','jpg'),(21281,7301,'wpmf_order','0'),(21282,7301,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:589;s:4:\"file\";s:40:\"2019/09/jamaica-tallawahs-vs-trident.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"jamaica-tallawahs-vs-trident-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:\"jamaica-tallawahs-vs-trident-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"jamaica-tallawahs-vs-trident-768x471.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(21283,7301,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.080468200849607;s:5:\"bytes\";i:11584;s:11:\"size_before\";i:163605;s:10:\"size_after\";i:152021;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:8;s:5:\"bytes\";i:955;s:11:\"size_before\";i:11939;s:10:\"size_after\";i:10984;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.95;s:5:\"bytes\";i:2059;s:11:\"size_before\";i:25913;s:10:\"size_after\";i:23854;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.81;s:5:\"bytes\";i:8570;s:11:\"size_before\";i:125753;s:10:\"size_after\";i:117183;s:4:\"time\";d:0.04;}}}'),(21287,7292,'_thumbnail_id','7301'),(21288,7292,'_edit_last','13'),(21289,7292,'smpush_mute_activated','no'),(21290,7292,'_yoast_wpseo_primary_out-category','26'),(21291,7292,'_yoast_wpseo_primary_location','33'),(21292,7292,'out_date','2019-09-15'),(21293,7292,'out_time','12:00 PM'),(21294,7292,'out_address','Sabina Park, Kingston, Jamaica'),(21295,7292,'out_description','Jamaica Tallawahs are back in action with 5 games at the world famous Sabina Park stadium between 12th & 19th September.'),(21296,7292,'out_mapurl','https://www.google.com/maps/place/Sabina+Park/@17.9779338,-76.7825217,15z/data=!4m5!3m4!1s0x0:0x92d500597b381af9!8m2!3d17.9779338!4d-76.7825217'),(21297,7292,'post_gallery_id','a:1:{i:0;s:4:\"7297\";}'),(21298,7292,'_yoast_wpseo_content_score','30'),(21299,7292,'_yoast_wpseo_focuskeywords','[]'),(21300,7292,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21301,7303,'_edit_lock','1567543666:13'),(21302,7303,'_yst_prominent_words_version','1'),(21303,7304,'_edit_lock','1568063191:14'),(21304,7304,'_yst_prominent_words_version','1'),(21305,7305,'_wp_attached_file','2019/09/lizzo-truth-hurts-buzzgrab.jpg'),(21306,7305,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:192519;s:11:\"size_before\";i:307371;s:10:\"size_after\";i:114852;}'),(21307,7305,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4402724346392404;s:5:\"bytes\";i:7011;s:11:\"size_before\";i:203792;s:10:\"size_after\";i:196781;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1;s:5:\"bytes\";i:360;s:11:\"size_before\";i:5898;s:10:\"size_after\";i:5538;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.58;s:5:\"bytes\";i:714;s:11:\"size_before\";i:12798;s:10:\"size_after\";i:12084;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:1499;s:11:\"size_before\";i:46125;s:10:\"size_after\";i:44626;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.21;s:5:\"bytes\";i:2184;s:11:\"size_before\";i:68019;s:10:\"size_after\";i:65835;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.18;s:5:\"bytes\";i:2254;s:11:\"size_before\";i:70952;s:10:\"size_after\";i:68698;s:4:\"time\";d:0.06;}}}'),(21308,7305,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:934;s:4:\"file\";s:38:\"2019/09/lizzo-truth-hurts-buzzgrab.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"lizzo-truth-hurts-buzzgrab-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:\"lizzo-truth-hurts-buzzgrab-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"lizzo-truth-hurts-buzzgrab-768x478.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"lizzo-truth-hurts-buzzgrab-1024x638.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:638;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"lizzo-truth-hurts-buzzgrab-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21315,7307,'_wp_attached_file','2019/09/jamaica-tallawahs-vs-sept-12.jpg'),(21316,7307,'wpmf_size','264361'),(21317,7307,'wpmf_filetype','jpg'),(21318,7307,'wpmf_order','0'),(21319,7307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:589;s:4:\"file\";s:40:\"2019/09/jamaica-tallawahs-vs-sept-12.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"jamaica-tallawahs-vs-sept-12-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:\"jamaica-tallawahs-vs-sept-12-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"jamaica-tallawahs-vs-sept-12-768x471.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(21320,7307,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.788495313395066;s:5:\"bytes\";i:10784;s:11:\"size_before\";i:158857;s:10:\"size_after\";i:148073;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.12;s:5:\"bytes\";i:961;s:11:\"size_before\";i:11835;s:10:\"size_after\";i:10874;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.79;s:5:\"bytes\";i:1950;s:11:\"size_before\";i:25035;s:10:\"size_after\";i:23085;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.45;s:5:\"bytes\";i:7873;s:11:\"size_before\";i:121987;s:10:\"size_after\";i:114114;s:4:\"time\";d:0.05;}}}'),(21321,7303,'_thumbnail_id','7307'),(21322,7303,'_edit_last','13'),(21323,7303,'smpush_mute_activated','no'),(21324,7303,'_yoast_wpseo_primary_out-category','26'),(21325,7303,'_yoast_wpseo_primary_location','33'),(21326,7303,'out_date','2019-09-12'),(21327,7303,'out_time','07:00 PM'),(21328,7303,'out_address','Sabina Park, Kingston, Jamaica'),(21329,7303,'out_description','Jamaica Tallawahs are back in action with 5 games at the world famous Sabina Park stadium between 12th & 19th September.'),(21330,7303,'out_mapurl','https://www.google.com/maps/place/Sabina+Park/@17.9779338,-76.7825217,15z/data=!4m5!3m4!1s0x0:0x92d500597b381af9!8m2!3d17.9779338!4d-76.7825217'),(21331,7303,'post_gallery_id','a:1:{i:0;s:4:\"7307\";}'),(21332,7303,'_yoast_wpseo_content_score','30'),(21333,7303,'_yoast_wpseo_focuskeywords','[]'),(21334,7303,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21335,7304,'_oembed_3d12fc3d67db9e40ba716af81600c1eb','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">.<a href=\"https://twitter.com/lizzo?ref_src=twsrc%5Etfw\">@Lizzo</a> lands her first No. 1 on the <a href=\"https://twitter.com/hashtag/Hot100?src=hash&amp;ref_src=twsrc%5Etfw\">#Hot100</a> with &quot;Truth Hurts&quot; <a href=\"https://t.co/Wv4Mr733Ao\">https://t.co/Wv4Mr733Ao</a></p>&mdash; billboard (@billboard) <a href=\"https://twitter.com/billboard/status/1168906597915078656?ref_src=twsrc%5Etfw\">September 3, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(21336,7304,'_oembed_time_3d12fc3d67db9e40ba716af81600c1eb','1567878717'),(21337,7304,'_oembed_69a152aa6bc53fecc0519bb9081f81be','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">WE’RE NUMBER 1. THIS IS A W FOR ALL OF US. ANYBODY WHO EVER FELT LIKE THEY VOICE WASN’T HEARD. ANYBODY WHO FELT LIKE THEY WEREN’T GOOD ENOUGH. YOU ARE. WE ARE. CHAMPIONS. I LOVE YALL 3 MUCH. LIZZBIANS UNITE ?☔️ <a href=\"https://t.co/Ur4hrtwCnt\">pic.twitter.com/Ur4hrtwCnt</a></p>&mdash; |L I Z Z O| (@lizzo) <a href=\"https://twitter.com/lizzo/status/1168918591368028163?ref_src=twsrc%5Etfw\">September 3, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(21338,7304,'_oembed_time_69a152aa6bc53fecc0519bb9081f81be','1567878717'),(21340,7311,'_wp_attached_file','2019/09/lizzo-bet-awards2019-buzz-demo.jpg'),(21341,7311,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.117753749564004;s:5:\"bytes\";i:14757;s:11:\"size_before\";i:358375;s:10:\"size_after\";i:343618;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.35;s:5:\"bytes\";i:703;s:11:\"size_before\";i:8415;s:10:\"size_after\";i:7712;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1;s:5:\"bytes\";i:1312;s:11:\"size_before\";i:18481;s:10:\"size_after\";i:17169;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.52;s:5:\"bytes\";i:3571;s:11:\"size_before\";i:78940;s:10:\"size_after\";i:75369;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.63;s:5:\"bytes\";i:4566;s:11:\"size_before\";i:125904;s:10:\"size_after\";i:121338;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.64;s:5:\"bytes\";i:4605;s:11:\"size_before\";i:126635;s:10:\"size_after\";i:122030;s:4:\"time\";d:0.06;}}}'),(21342,7311,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:42:\"2019/09/lizzo-bet-awards2019-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"lizzo-bet-awards2019-buzz-demo-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:42:\"lizzo-bet-awards2019-buzz-demo-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:42:\"lizzo-bet-awards2019-buzz-demo-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:43:\"lizzo-bet-awards2019-buzz-demo-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"lizzo-bet-awards2019-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:32:\"Frank Micelotta/Picturegroup/Shu\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:155:\"Mandatory Credit: Photo by Frank Micelotta/Picturegroup/Shutterstock (10320182cr)\rLizzo\rBET Awards, Show, Microsoft Theater, Los Angeles, USA - 23 Jun 2019\";s:17:\"created_timestamp\";s:10:\"1561322675\";s:9:\"copyright\";s:59:\"Copyright (c) 2019 Shutterstock. No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:67:\"BET Awards, Show, Microsoft Theater, Los Angeles, USA - 23 Jun 2019\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:18:{i:0;s:3:\"BET\";i:1;s:6:\"AWARDS\";i:2;s:4:\"SHOW\";i:3;s:9:\"MICROSOFT\";i:4;s:7:\"THEATER\";i:5;s:3:\"LOS\";i:6;s:7:\"ANGELES\";i:7;s:3:\"USA\";i:8;s:2:\"23\";i:9;s:3:\"JUN\";i:10;s:4:\"2019\";i:11;s:5:\"LIZZO\";i:12;s:7:\"MELISSA\";i:13;s:9:\"JEFFERSON\";i:14;s:5:\"Music\";i:15;s:6:\"Female\";i:16;s:11:\"Personality\";i:17;s:8:\"81556858\";}}}'),(21343,7312,'_edit_lock','1567544168:13'),(21344,7312,'_yst_prominent_words_version','1'),(21350,7304,'_thumbnail_id','7875'),(21351,7304,'_edit_last','14'),(21352,7304,'xyz_smap','1'),(21353,7304,'smpush_mute_activated','no'),(21355,7304,'_yoast_wpseo_primary_category','2'),(21356,7304,'_yoast_wpseo_primary_sub-category','14'),(21357,7304,'sponsored_url',''),(21358,7304,'_yoast_wpseo_content_score','90'),(21359,7304,'_yoast_wpseo_focuskeywords','[]'),(21360,7304,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21367,7312,'_thumbnail_id','7297'),(21368,7312,'_edit_last','13'),(21369,7312,'smpush_mute_activated','no'),(21370,7312,'_yoast_wpseo_primary_out-category','26'),(21371,7312,'_yoast_wpseo_primary_location','33'),(21372,7312,'out_date','2019-09-18'),(21373,7312,'out_time','07:00 PM'),(21374,7312,'out_address','Sabina Park, Kingston, Jamaica'),(21375,7312,'out_description','Jamaica Tallawahs are back in action with 5 games at the world famous Sabina Park stadium between 12th & 19th September.'),(21376,7312,'out_mapurl','https://www.google.com/maps/place/Sabina+Park/@17.9779338,-76.7825217,15z/data=!4m5!3m4!1s0x0:0x92d500597b381af9!8m2!3d17.9779338!4d-76.7825217'),(21377,7312,'post_gallery_id','a:1:{i:0;s:4:\"7297\";}'),(21378,7312,'_yoast_wpseo_content_score','30'),(21379,7312,'_yoast_wpseo_focuskeywords','[]'),(21380,7312,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21383,7319,'_edit_lock','1568394215:1'),(21384,7319,'_yst_prominent_words_version','1'),(21385,7320,'_edit_lock','1567545094:14'),(21386,7320,'_yst_prominent_words_version','1'),(21388,7249,'_thumbnail_id','7260'),(21389,7249,'_edit_last','11'),(21390,7249,'xyz_smap','1'),(21391,7249,'smpush_mute_activated','no'),(21393,7249,'_yoast_wpseo_primary_category','2'),(21394,7249,'_yoast_wpseo_primary_sub-category','10'),(21395,7249,'sponsored_url',''),(21396,7249,'_yoast_wpseo_focuskw','kim kardashian west winnie harlow'),(21397,7249,'_yoast_wpseo_metadesc','Kim Kardashian West has partnered with Canadian fashion model Winnie Harlow for her newest make-up collaboration for her company KKW Beauty.'),(21398,7249,'_yoast_wpseo_linkdex','58'),(21399,7249,'_yoast_wpseo_content_score','30'),(21400,7249,'_yoast_wpseo_focuskeywords','[{\"keyword\":\"Kim Kardashian West Winnie\",\"score\":\"good\"},{\"keyword\":\"Winnie Harlow\",\"score\":\"good\"},{\"keyword\":\"kkw x winnie\",\"score\":\"ok\"},{\"keyword\":\"model winnie harlow\",\"score\":\"good\"}]'),(21401,7249,'_yoast_wpseo_keywordsynonyms','[\"\",\"\",\"\",\"\",\"\"]'),(21402,7322,'_wp_attached_file','2019/09/Jamaica-Tallawahs-vs-patriots.jpg'),(21403,7322,'wpmf_size','263705'),(21404,7322,'wpmf_filetype','jpg'),(21405,7322,'wpmf_order','0'),(21406,7322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:589;s:4:\"file\";s:41:\"2019/09/Jamaica-Tallawahs-vs-patriots.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Jamaica-Tallawahs-vs-patriots-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:\"Jamaica-Tallawahs-vs-patriots-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Jamaica-Tallawahs-vs-patriots-768x471.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(21407,7322,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.122787562378124;s:5:\"bytes\";i:11433;s:11:\"size_before\";i:160513;s:10:\"size_after\";i:149080;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.17;s:5:\"bytes\";i:972;s:11:\"size_before\";i:11896;s:10:\"size_after\";i:10924;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1;s:5:\"bytes\";i:2079;s:11:\"size_before\";i:25659;s:10:\"size_after\";i:23580;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.82;s:5:\"bytes\";i:8382;s:11:\"size_before\";i:122958;s:10:\"size_after\";i:114576;s:4:\"time\";d:0.05;}}}'),(21408,7319,'_thumbnail_id','7322'),(21409,7319,'_edit_last','13'),(21410,7319,'smpush_mute_activated','no'),(21411,7319,'_yoast_wpseo_primary_out-category','26'),(21412,7319,'_yoast_wpseo_primary_location','33'),(21413,7319,'out_date','2019-09-19'),(21414,7319,'out_time','07:00 PM'),(21415,7319,'out_address','Sabina Park, Kingston, Jamaica'),(21416,7319,'out_description','Jamaica Tallawahs are back in action with 5 games at the world famous Sabina Park stadium between 12th & 19th September.'),(21417,7319,'out_mapurl',''),(21418,7319,'post_gallery_id','a:1:{i:0;s:4:\"7322\";}'),(21419,7319,'_yoast_wpseo_content_score','30'),(21420,7319,'_yoast_wpseo_focuskeywords','[]'),(21421,7319,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21422,7323,'_wp_attached_file','2019/09/riu-ocho-rios-buzz-demo.jpg'),(21423,7323,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.664500799459808;s:5:\"bytes\";i:20924;s:11:\"size_before\";i:313962;s:10:\"size_after\";i:293038;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.11;s:5:\"bytes\";i:428;s:11:\"size_before\";i:7007;s:10:\"size_after\";i:6579;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:930;s:11:\"size_before\";i:17041;s:10:\"size_after\";i:16111;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.35;s:5:\"bytes\";i:6251;s:11:\"size_before\";i:98447;s:10:\"size_after\";i:92196;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.95;s:5:\"bytes\";i:13315;s:11:\"size_before\";i:191467;s:10:\"size_after\";i:178152;s:4:\"time\";d:0.05;}}}'),(21424,7323,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:663;s:4:\"file\";s:35:\"2019/09/riu-ocho-rios-buzz-demo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"riu-ocho-rios-buzz-demo-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:\"riu-ocho-rios-buzz-demo-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"riu-ocho-rios-buzz-demo-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"riu-ocho-rios-buzz-demo-1000x655.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:655;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:{}}}'),(21425,7179,'_edit_last','11'),(21429,7325,'_edit_lock','1567548555:11'),(21430,7325,'_yst_prominent_words_version','1'),(21432,7320,'_thumbnail_id','7323'),(21433,7320,'_edit_last','14'),(21434,7320,'xyz_smap','1'),(21435,7320,'smpush_mute_activated','no'),(21437,7320,'_yoast_wpseo_primary_category',''),(21438,7320,'_yoast_wpseo_primary_sub-category','10'),(21439,7320,'sponsored_url',''),(21440,7320,'_yoast_wpseo_content_score','60'),(21441,7320,'_yoast_wpseo_focuskeywords','[]'),(21442,7320,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21443,7327,'_edit_lock','1567546593:14'),(21444,7327,'_yst_prominent_words_version','1'),(21445,7328,'_wp_attached_file','2019/09/accompong-marrons-ganja-buzz-demo.jpg'),(21446,7328,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.440989884376365;s:5:\"bytes\";i:23543;s:11:\"size_before\";i:432697;s:10:\"size_after\";i:409154;s:4:\"time\";d:0.24;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.26;s:5:\"bytes\";i:626;s:11:\"size_before\";i:8621;s:10:\"size_after\";i:7995;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.03;s:5:\"bytes\";i:1417;s:11:\"size_before\";i:20168;s:10:\"size_after\";i:18751;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.68;s:5:\"bytes\";i:5493;s:11:\"size_before\";i:96728;s:10:\"size_after\";i:91235;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.26;s:5:\"bytes\";i:8130;s:11:\"size_before\";i:154577;s:10:\"size_after\";i:146447;s:4:\"time\";d:0.09;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.16;s:5:\"bytes\";i:7877;s:11:\"size_before\";i:152603;s:10:\"size_after\";i:144726;s:4:\"time\";d:0.08;}}}'),(21447,7328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:45:\"2019/09/accompong-marrons-ganja-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"accompong-marrons-ganja-buzz-demo-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:45:\"accompong-marrons-ganja-buzz-demo-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:45:\"accompong-marrons-ganja-buzz-demo-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:46:\"accompong-marrons-ganja-buzz-demo-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"accompong-marrons-ganja-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21448,7327,'_edit_last','14'),(21449,7327,'smpush_mute_activated','no'),(21450,7327,'_yoast_wpseo_primary_category','4'),(21451,7327,'_yoast_wpseo_primary_sub-category','12'),(21452,7327,'sponsored_url',''),(21453,7327,'_yoast_wpseo_content_score','30'),(21454,7327,'_yoast_wpseo_focuskeywords','[]'),(21455,7327,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21457,7327,'_thumbnail_id','7328'),(21458,7327,'xyz_smap','1'),(21460,7332,'_wp_attached_file','2019/09/Essex-Valley-Farmers-GAP-Certification-Buzz-Caribbean.jpg'),(21461,7332,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1479568;s:11:\"size_before\";i:1628640;s:10:\"size_after\";i:149072;}'),(21462,7332,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.856459286905208;s:5:\"bytes\";i:8535;s:11:\"size_before\";i:221317;s:10:\"size_after\";i:212782;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.42;s:5:\"bytes\";i:244;s:11:\"size_before\";i:5516;s:10:\"size_after\";i:5272;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.19;s:5:\"bytes\";i:454;s:11:\"size_before\";i:10838;s:10:\"size_after\";i:10384;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45;s:5:\"bytes\";i:1522;s:11:\"size_before\";i:44179;s:10:\"size_after\";i:42657;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.08;s:5:\"bytes\";i:3015;s:11:\"size_before\";i:73814;s:10:\"size_after\";i:70799;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79;s:5:\"bytes\";i:3300;s:11:\"size_before\";i:86970;s:10:\"size_after\";i:83670;s:4:\"time\";d:0.06;}}}'),(21463,7332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:810;s:4:\"file\";s:65:\"2019/09/Essex-Valley-Farmers-GAP-Certification-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"Essex-Valley-Farmers-GAP-Certification-Buzz-Caribbean-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:65:\"Essex-Valley-Farmers-GAP-Certification-Buzz-Caribbean-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:65:\"Essex-Valley-Farmers-GAP-Certification-Buzz-Caribbean-768x415.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:66:\"Essex-Valley-Farmers-GAP-Certification-Buzz-Caribbean-1024x553.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:553;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:66:\"Essex-Valley-Farmers-GAP-Certification-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567416356\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21466,7334,'_wp_attached_file','2019/09/Essex-Valley-St-Elizabeth-Buzz-Caribbean.jpg'),(21467,7334,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:607527;s:11:\"size_before\";i:851676;s:10:\"size_after\";i:244149;}'),(21468,7334,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.295694073653759;s:5:\"bytes\";i:13854;s:11:\"size_before\";i:322509;s:10:\"size_after\";i:308655;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.16;s:5:\"bytes\";i:481;s:11:\"size_before\";i:7807;s:10:\"size_after\";i:7326;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.06;s:5:\"bytes\";i:731;s:11:\"size_before\";i:14460;s:10:\"size_after\";i:13729;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.61;s:5:\"bytes\";i:3079;s:11:\"size_before\";i:66770;s:10:\"size_after\";i:63691;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12;s:5:\"bytes\";i:4722;s:11:\"size_before\";i:114705;s:10:\"size_after\";i:109983;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.08;s:5:\"bytes\";i:4841;s:11:\"size_before\";i:118767;s:10:\"size_after\";i:113926;s:4:\"time\";d:0.09;}}}'),(21469,7334,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:962;s:4:\"file\";s:52:\"2019/09/Essex-Valley-St-Elizabeth-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Essex-Valley-St-Elizabeth-Buzz-Caribbean-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:52:\"Essex-Valley-St-Elizabeth-Buzz-Caribbean-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"Essex-Valley-St-Elizabeth-Buzz-Caribbean-768x493.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"Essex-Valley-St-Elizabeth-Buzz-Caribbean-1024x657.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:657;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"Essex-Valley-St-Elizabeth-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567416306\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21470,7325,'_edit_last','11'),(21471,7325,'smpush_mute_activated','no'),(21472,7325,'_yoast_wpseo_primary_category','4'),(21473,7325,'_yoast_wpseo_primary_sub-category',''),(21474,7325,'sponsored_url',''),(21475,7325,'_yoast_wpseo_metadesc','700 farmers in Essex Valley, St. Elizabeth, will benefit from training enabling them to achieve Global Good Agricultural Practices (GAP) certification.'),(21476,7325,'_yoast_wpseo_content_score','30'),(21477,7325,'_yoast_wpseo_focuskeywords','[{\"keyword\":\"Farming\",\"score\":\"ok\"},{\"keyword\":\"Farmers\",\"score\":\"ok\"},{\"keyword\":\"Agriculture\",\"score\":\"ok\"},{\"keyword\":\"essex valley agriculture development project\",\"score\":\"ok\"}]'),(21478,7325,'_yoast_wpseo_keywordsynonyms','[\"\",\"\",\"\",\"\",\"\"]'),(21480,7325,'xyz_smap','1'),(21485,7338,'_edit_lock','1567550183:11'),(21486,7338,'_yst_prominent_words_version','1'),(21490,7340,'_wp_attached_file','2019/09/Vernamfield-Project-Jamaica-Buzz-Caribbean.jpg'),(21491,7340,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:736168;s:11:\"size_before\";i:952876;s:10:\"size_after\";i:216708;}'),(21492,7340,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8408299370137087;s:5:\"bytes\";i:12958;s:11:\"size_before\";i:337375;s:10:\"size_after\";i:324417;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.78;s:5:\"bytes\";i:539;s:11:\"size_before\";i:7954;s:10:\"size_after\";i:7415;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2;s:5:\"bytes\";i:868;s:11:\"size_before\";i:16691;s:10:\"size_after\";i:15823;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.26;s:5:\"bytes\";i:3177;s:11:\"size_before\";i:74595;s:10:\"size_after\";i:71418;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.48;s:5:\"bytes\";i:4132;s:11:\"size_before\";i:118595;s:10:\"size_after\";i:114463;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.55;s:5:\"bytes\";i:4242;s:11:\"size_before\";i:119540;s:10:\"size_after\";i:115298;s:4:\"time\";d:0.04;}}}'),(21493,7340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:54:\"2019/09/Vernamfield-Project-Jamaica-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Vernamfield-Project-Jamaica-Buzz-Caribbean-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:54:\"Vernamfield-Project-Jamaica-Buzz-Caribbean-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:54:\"Vernamfield-Project-Jamaica-Buzz-Caribbean-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:55:\"Vernamfield-Project-Jamaica-Buzz-Caribbean-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"Vernamfield-Project-Jamaica-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561126141\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21494,7341,'_wp_attached_file','2019/09/Vernamfield-Project-University-Buzz-Caribbean.jpg'),(21495,7341,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:947724;s:11:\"size_before\";i:1197954;s:10:\"size_after\";i:250230;}'),(21496,7341,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3220759897452914;s:5:\"bytes\";i:12414;s:11:\"size_before\";i:373682;s:10:\"size_after\";i:361268;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:444;s:11:\"size_before\";i:7448;s:10:\"size_after\";i:7004;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.84;s:5:\"bytes\";i:820;s:11:\"size_before\";i:16954;s:10:\"size_after\";i:16134;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.13;s:5:\"bytes\";i:2554;s:11:\"size_before\";i:81500;s:10:\"size_after\";i:78946;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.18;s:5:\"bytes\";i:4247;s:11:\"size_before\";i:133638;s:10:\"size_after\";i:129391;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.24;s:5:\"bytes\";i:4349;s:11:\"size_before\";i:134142;s:10:\"size_after\";i:129793;s:4:\"time\";d:0.05;}}}'),(21497,7341,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:57:\"2019/09/Vernamfield-Project-University-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Vernamfield-Project-University-Buzz-Caribbean-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:57:\"Vernamfield-Project-University-Buzz-Caribbean-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:57:\"Vernamfield-Project-University-Buzz-Caribbean-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:58:\"Vernamfield-Project-University-Buzz-Caribbean-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:58:\"Vernamfield-Project-University-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561124077\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"34\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21498,7342,'_wp_attached_file','2019/09/Vernamfield-Project-Youth-Involvement-Buzz-Caribbean.jpg'),(21499,7342,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:823162;s:11:\"size_before\";i:1057709;s:10:\"size_after\";i:234547;}'),(21500,7342,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4280103714947536;s:5:\"bytes\";i:12150;s:11:\"size_before\";i:354433;s:10:\"size_after\";i:342283;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.03;s:5:\"bytes\";i:442;s:11:\"size_before\";i:7336;s:10:\"size_after\";i:6894;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.02;s:5:\"bytes\";i:830;s:11:\"size_before\";i:16532;s:10:\"size_after\";i:15702;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.58;s:5:\"bytes\";i:2817;s:11:\"size_before\";i:78642;s:10:\"size_after\";i:75825;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.23;s:5:\"bytes\";i:4093;s:11:\"size_before\";i:126905;s:10:\"size_after\";i:122812;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.17;s:5:\"bytes\";i:3968;s:11:\"size_before\";i:125018;s:10:\"size_after\";i:121050;s:4:\"time\";d:0.04;}}}'),(21501,7342,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:64:\"2019/09/Vernamfield-Project-Youth-Involvement-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"Vernamfield-Project-Youth-Involvement-Buzz-Caribbean-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:64:\"Vernamfield-Project-Youth-Involvement-Buzz-Caribbean-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:64:\"Vernamfield-Project-Youth-Involvement-Buzz-Caribbean-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:65:\"Vernamfield-Project-Youth-Involvement-Buzz-Caribbean-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:65:\"Vernamfield-Project-Youth-Involvement-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561123176\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21502,7291,'_thumbnail_id','6602'),(21503,7344,'_wp_attached_file','2019/09/Vernamfield-Project-Jamaica-Youth-Buzz-Caribbean.jpg'),(21504,7344,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:791035;s:11:\"size_before\";i:1019801;s:10:\"size_after\";i:228766;}'),(21505,7344,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3596849144281986;s:5:\"bytes\";i:11857;s:11:\"size_before\";i:352920;s:10:\"size_after\";i:341063;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.76;s:5:\"bytes\";i:528;s:11:\"size_before\";i:7811;s:10:\"size_after\";i:7283;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.11;s:5:\"bytes\";i:858;s:11:\"size_before\";i:16795;s:10:\"size_after\";i:15937;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.61;s:5:\"bytes\";i:2809;s:11:\"size_before\";i:77713;s:10:\"size_after\";i:74904;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.05;s:5:\"bytes\";i:3807;s:11:\"size_before\";i:124803;s:10:\"size_after\";i:120996;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.06;s:5:\"bytes\";i:3855;s:11:\"size_before\";i:125798;s:10:\"size_after\";i:121943;s:4:\"time\";d:0.04;}}}'),(21506,7344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:60:\"2019/09/Vernamfield-Project-Jamaica-Youth-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"Vernamfield-Project-Jamaica-Youth-Buzz-Caribbean-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:\"Vernamfield-Project-Jamaica-Youth-Buzz-Caribbean-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:60:\"Vernamfield-Project-Jamaica-Youth-Buzz-Caribbean-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:61:\"Vernamfield-Project-Jamaica-Youth-Buzz-Caribbean-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:61:\"Vernamfield-Project-Jamaica-Youth-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561123692\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21507,7338,'_edit_last','11'),(21508,7338,'smpush_mute_activated','no'),(21509,7338,'_yoast_wpseo_primary_category','4'),(21510,7338,'_yoast_wpseo_primary_sub-category','12'),(21511,7338,'sponsored_url',''),(21512,7338,'_yoast_wpseo_content_score','30'),(21513,7338,'_yoast_wpseo_focuskeywords','[]'),(21514,7338,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21516,7338,'_thumbnail_id','7342'),(21517,7338,'xyz_smap','1'),(21519,7347,'_wp_attached_file','2019/09/elephant-man.jpg'),(21520,7347,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.732399217117442;s:5:\"bytes\";i:14290;s:11:\"size_before\";i:301961;s:10:\"size_after\";i:287671;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1;s:5:\"bytes\";i:490;s:11:\"size_before\";i:8039;s:10:\"size_after\";i:7549;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.42;s:5:\"bytes\";i:1312;s:11:\"size_before\";i:24208;s:10:\"size_after\";i:22896;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.58;s:5:\"bytes\";i:5729;s:11:\"size_before\";i:125157;s:10:\"size_after\";i:119428;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.68;s:5:\"bytes\";i:6759;s:11:\"size_before\";i:144557;s:10:\"size_after\";i:137798;s:4:\"time\";d:0.05;}}}'),(21521,7347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:922;s:6:\"height\";i:852;s:4:\"file\";s:24:\"2019/09/elephant-man.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"elephant-man-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:\"elephant-man-300x277.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"elephant-man-768x710.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:710;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"elephant-man-922x655.jpg\";s:5:\"width\";i:922;s:6:\"height\";i:655;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:{}}}'),(21523,7291,'xyz_smap','1'),(21528,7352,'_edit_lock','1567609317:11'),(21529,7352,'_yst_prominent_words_version','1'),(21530,7352,'_edit_last','4'),(21531,7352,'smpush_mute_activated','no'),(21532,7352,'_yoast_wpseo_primary_category','4'),(21533,7352,'_yoast_wpseo_primary_sub-category','16'),(21534,7352,'sponsored_url',''),(21535,7352,'_yoast_wpseo_content_score','30'),(21536,7352,'_yoast_wpseo_focuskeywords','[]'),(21537,7352,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21538,7354,'_wp_attached_file','2019/09/ed-bartlett-adam-stewart.jpg'),(21539,7354,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:769305;s:11:\"size_before\";i:965970;s:10:\"size_after\";i:196665;}'),(21540,7354,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2259933025613177;s:5:\"bytes\";i:8911;s:11:\"size_before\";i:276225;s:10:\"size_after\";i:267314;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:383;s:11:\"size_before\";i:6702;s:10:\"size_after\";i:6319;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.11;s:5:\"bytes\";i:616;s:11:\"size_before\";i:14992;s:10:\"size_after\";i:14376;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9;s:5:\"bytes\";i:1811;s:11:\"size_before\";i:62473;s:10:\"size_after\";i:60662;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.16;s:5:\"bytes\";i:3170;s:11:\"size_before\";i:100328;s:10:\"size_after\";i:97158;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2;s:5:\"bytes\";i:2931;s:11:\"size_before\";i:91730;s:10:\"size_after\";i:88799;s:4:\"time\";d:0.04;}}}'),(21541,7354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1154;s:4:\"file\";s:36:\"2019/09/ed-bartlett-adam-stewart.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"ed-bartlett-adam-stewart-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:\"ed-bartlett-adam-stewart-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"ed-bartlett-adam-stewart-768x591.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:591;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"ed-bartlett-adam-stewart-1024x788.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:788;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"ed-bartlett-adam-stewart-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567505499\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21542,7355,'_wp_attached_file','2019/09/ed-karen-adam.jpg'),(21543,7355,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:762955;s:11:\"size_before\";i:902589;s:10:\"size_after\";i:139634;}'),(21544,7355,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.940069284614908;s:5:\"bytes\";i:6170;s:11:\"size_before\";i:209859;s:10:\"size_after\";i:203689;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.93;s:5:\"bytes\";i:281;s:11:\"size_before\";i:5700;s:10:\"size_after\";i:5419;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.83;s:5:\"bytes\";i:435;s:11:\"size_before\";i:11370;s:10:\"size_after\";i:10935;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.69;s:5:\"bytes\";i:1241;s:11:\"size_before\";i:46203;s:10:\"size_after\";i:44962;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.87;s:5:\"bytes\";i:2106;s:11:\"size_before\";i:73484;s:10:\"size_after\";i:71378;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.88;s:5:\"bytes\";i:2107;s:11:\"size_before\";i:73102;s:10:\"size_after\";i:70995;s:4:\"time\";d:0.03;}}}'),(21545,7355,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1001;s:4:\"file\";s:25:\"2019/09/ed-karen-adam.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ed-karen-adam-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:\"ed-karen-adam-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:\"ed-karen-adam-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:\"ed-karen-adam-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"ed-karen-adam-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567505503\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"22\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21546,7356,'_wp_attached_file','2019/09/press-conference-.jpg'),(21547,7356,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:882255;s:11:\"size_before\";i:1091285;s:10:\"size_after\";i:209030;}'),(21548,7356,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0633710228766766;s:5:\"bytes\";i:10019;s:11:\"size_before\";i:327058;s:10:\"size_after\";i:317039;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7;s:5:\"bytes\";i:441;s:11:\"size_before\";i:7743;s:10:\"size_after\";i:7302;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.62;s:5:\"bytes\";i:982;s:11:\"size_before\";i:17477;s:10:\"size_after\";i:16495;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.17;s:5:\"bytes\";i:2327;s:11:\"size_before\";i:73379;s:10:\"size_after\";i:71052;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.75;s:5:\"bytes\";i:3161;s:11:\"size_before\";i:114964;s:10:\"size_after\";i:111803;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.74;s:5:\"bytes\";i:3108;s:11:\"size_before\";i:113495;s:10:\"size_after\";i:110387;s:4:\"time\";d:0.04;}}}'),(21549,7356,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:29:\"2019/09/press-conference-.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"press-conference--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:\"press-conference--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:29:\"press-conference--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:30:\"press-conference--1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"press-conference--1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567505908\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21551,7358,'_wp_attached_file','2019/09/ed-bartlett-adam-stewart-featured-image.jpg'),(21552,7358,'wpmf_size','696970'),(21553,7358,'wpmf_filetype','jpg'),(21554,7358,'wpmf_order','0'),(21555,7358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:832;s:4:\"file\";s:51:\"2019/09/ed-bartlett-adam-stewart-featured-image.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"ed-bartlett-adam-stewart-featured-image-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:\"ed-bartlett-adam-stewart-featured-image-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"ed-bartlett-adam-stewart-featured-image-768x426.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"ed-bartlett-adam-stewart-featured-image-1024x568.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:568;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"ed-bartlett-adam-stewart-featured-image-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567505499\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(21556,7358,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:554262;s:11:\"size_before\";i:696970;s:10:\"size_after\";i:142708;}'),(21557,7358,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.533230971704321;s:5:\"bytes\";i:8054;s:11:\"size_before\";i:227950;s:10:\"size_after\";i:219896;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.43;s:5:\"bytes\";i:348;s:11:\"size_before\";i:6408;s:10:\"size_after\";i:6060;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:477;s:11:\"size_before\";i:11325;s:10:\"size_after\";i:10848;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1;s:5:\"bytes\";i:1461;s:11:\"size_before\";i:47144;s:10:\"size_after\";i:45683;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.24;s:5:\"bytes\";i:2412;s:11:\"size_before\";i:74386;s:10:\"size_after\";i:71974;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.78;s:5:\"bytes\";i:3356;s:11:\"size_before\";i:88687;s:10:\"size_after\";i:85331;s:4:\"time\";d:0.04;}}}'),(21559,7352,'_thumbnail_id','7358'),(21560,7352,'xyz_smap','1'),(21562,7360,'_edit_lock','1567562474:4'),(21563,7360,'_yst_prominent_words_version','1'),(21564,7360,'_edit_last','4'),(21565,7360,'smpush_mute_activated','no'),(21566,7360,'_yoast_wpseo_primary_category','4'),(21567,7360,'_yoast_wpseo_primary_sub-category','12'),(21568,7360,'sponsored_url',''),(21569,7360,'_yoast_wpseo_content_score','30'),(21570,7360,'_yoast_wpseo_focuskeywords','[]'),(21571,7360,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21574,7366,'_wp_attached_file','2019/09/ed-bartlett-press-conference.jpg'),(21575,7366,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:820051;s:11:\"size_before\";i:1001191;s:10:\"size_after\";i:181140;}'),(21576,7366,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0806102355307323;s:5:\"bytes\";i:8792;s:11:\"size_before\";i:285398;s:10:\"size_after\";i:276606;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.57;s:5:\"bytes\";i:380;s:11:\"size_before\";i:6818;s:10:\"size_after\";i:6438;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.52;s:5:\"bytes\";i:702;s:11:\"size_before\";i:15545;s:10:\"size_after\";i:14843;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.07;s:5:\"bytes\";i:1970;s:11:\"size_before\";i:64099;s:10:\"size_after\";i:62129;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.86;s:5:\"bytes\";i:2847;s:11:\"size_before\";i:99539;s:10:\"size_after\";i:96692;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.91;s:5:\"bytes\";i:2893;s:11:\"size_before\";i:99397;s:10:\"size_after\";i:96504;s:4:\"time\";d:0.08;}}}'),(21577,7366,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:40:\"2019/09/ed-bartlett-press-conference.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"ed-bartlett-press-conference-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:\"ed-bartlett-press-conference-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:40:\"ed-bartlett-press-conference-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:41:\"ed-bartlett-press-conference-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"ed-bartlett-press-conference-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567505959\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21578,7368,'_wp_attached_file','2019/09/AEG_5695.jpg'),(21579,7368,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:828729;s:11:\"size_before\";i:1017711;s:10:\"size_after\";i:188982;}'),(21580,7368,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.7550559708924798;s:5:\"bytes\";i:8299;s:11:\"size_before\";i:301228;s:10:\"size_after\";i:292929;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3;s:5:\"bytes\";i:509;s:11:\"size_before\";i:8076;s:10:\"size_after\";i:7567;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.98;s:5:\"bytes\";i:830;s:11:\"size_before\";i:16671;s:10:\"size_after\";i:15841;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.85;s:5:\"bytes\";i:1937;s:11:\"size_before\";i:68064;s:10:\"size_after\";i:66127;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.39;s:5:\"bytes\";i:2508;s:11:\"size_before\";i:105072;s:10:\"size_after\";i:102564;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.43;s:5:\"bytes\";i:2515;s:11:\"size_before\";i:103345;s:10:\"size_after\";i:100830;s:4:\"time\";d:0.06;}}}'),(21581,7368,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1001;s:4:\"file\";s:20:\"2019/09/AEG_5695.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"AEG_5695-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:\"AEG_5695-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:20:\"AEG_5695-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:21:\"AEG_5695-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"AEG_5695-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567505687\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21582,7360,'xyz_smap','1'),(21590,7376,'_wp_attached_file','2019/09/brothers-kuts-barbers-buzz-4.jpg'),(21591,7376,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8752091866710843;s:5:\"bytes\";i:13917;s:11:\"size_before\";i:359129;s:10:\"size_after\";i:345212;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:483;s:11:\"size_before\";i:7729;s:10:\"size_after\";i:7246;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.55;s:5:\"bytes\";i:1060;s:11:\"size_before\";i:19090;s:10:\"size_after\";i:18030;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.85;s:5:\"bytes\";i:3169;s:11:\"size_before\";i:82403;s:10:\"size_after\";i:79234;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:4905;s:11:\"size_before\";i:132193;s:10:\"size_after\";i:127288;s:4:\"time\";d:0.08;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.65;s:5:\"bytes\";i:4300;s:11:\"size_before\";i:117714;s:10:\"size_after\";i:113414;s:4:\"time\";d:0.04;}}}'),(21592,7376,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1125;s:4:\"file\";s:40:\"2019/09/brothers-kuts-barbers-buzz-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"brothers-kuts-barbers-buzz-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:40:\"brothers-kuts-barbers-buzz-4-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:40:\"brothers-kuts-barbers-buzz-4-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"brothers-kuts-barbers-buzz-4-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"brothers-kuts-barbers-buzz-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21593,7377,'_wp_attached_file','2019/09/brothers-kuts-barbers-buzz-3.jpg'),(21594,7377,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.356529111998811;s:5:\"bytes\";i:4984;s:11:\"size_before\";i:114403;s:10:\"size_after\";i:109419;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6;s:5:\"bytes\";i:433;s:11:\"size_before\";i:7733;s:10:\"size_after\";i:7300;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:901;s:11:\"size_before\";i:18036;s:10:\"size_after\";i:17135;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12;s:5:\"bytes\";i:3650;s:11:\"size_before\";i:88634;s:10:\"size_after\";i:84984;s:4:\"time\";d:0.05;}}}'),(21595,7377,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:675;s:6:\"height\";i:900;s:4:\"file\";s:40:\"2019/09/brothers-kuts-barbers-buzz-3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"brothers-kuts-barbers-buzz-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:40:\"brothers-kuts-barbers-buzz-3-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"brothers-kuts-barbers-buzz-3-675x655.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:655;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:{}}}'),(21596,7378,'_wp_attached_file','2019/09/brothers-kuts-barbers-buzz-1.jpg'),(21597,7378,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8825080128656486;s:5:\"bytes\";i:13785;s:11:\"size_before\";i:355054;s:10:\"size_after\";i:341269;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.17;s:5:\"bytes\";i:375;s:11:\"size_before\";i:7255;s:10:\"size_after\";i:6880;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.56;s:5:\"bytes\";i:822;s:11:\"size_before\";i:18009;s:10:\"size_after\";i:17187;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.86;s:5:\"bytes\";i:3118;s:11:\"size_before\";i:80711;s:10:\"size_after\";i:77593;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.84;s:5:\"bytes\";i:4926;s:11:\"size_before\";i:128307;s:10:\"size_after\";i:123381;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.76;s:5:\"bytes\";i:4544;s:11:\"size_before\";i:120772;s:10:\"size_after\";i:116228;s:4:\"time\";d:0.04;}}}'),(21598,7378,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1125;s:4:\"file\";s:40:\"2019/09/brothers-kuts-barbers-buzz-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"brothers-kuts-barbers-buzz-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:40:\"brothers-kuts-barbers-buzz-1-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:40:\"brothers-kuts-barbers-buzz-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"brothers-kuts-barbers-buzz-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"brothers-kuts-barbers-buzz-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21599,7379,'_wp_attached_file','2019/09/brothers-kuts-barbers-buzz-5.jpg'),(21600,7379,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.656956971758095;s:5:\"bytes\";i:6299;s:11:\"size_before\";i:135260;s:10:\"size_after\";i:128961;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.76;s:5:\"bytes\";i:709;s:11:\"size_before\";i:9137;s:10:\"size_after\";i:8428;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.05;s:5:\"bytes\";i:1349;s:11:\"size_before\";i:22281;s:10:\"size_after\";i:20932;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.08;s:5:\"bytes\";i:4241;s:11:\"size_before\";i:103842;s:10:\"size_after\";i:99601;s:4:\"time\";d:0.03;}}}'),(21601,7379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:675;s:6:\"height\";i:900;s:4:\"file\";s:40:\"2019/09/brothers-kuts-barbers-buzz-5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"brothers-kuts-barbers-buzz-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:40:\"brothers-kuts-barbers-buzz-5-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"brothers-kuts-barbers-buzz-5-675x655.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:655;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:{}}}'),(21602,7380,'_wp_attached_file','2019/09/brothers-kuts-barbers-buzz-2.jpg'),(21603,7380,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.36250330407824;s:5:\"bytes\";i:19475;s:11:\"size_before\";i:446418;s:10:\"size_after\";i:426943;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.23;s:5:\"bytes\";i:662;s:11:\"size_before\";i:9157;s:10:\"size_after\";i:8495;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.17;s:5:\"bytes\";i:1418;s:11:\"size_before\";i:22995;s:10:\"size_after\";i:21577;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.52;s:5:\"bytes\";i:4641;s:11:\"size_before\";i:102711;s:10:\"size_after\";i:98070;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.94;s:5:\"bytes\";i:6345;s:11:\"size_before\";i:160934;s:10:\"size_after\";i:154589;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.26;s:5:\"bytes\";i:6409;s:11:\"size_before\";i:150621;s:10:\"size_after\";i:144212;s:4:\"time\";d:0.07;}}}'),(21604,7380,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1125;s:4:\"file\";s:40:\"2019/09/brothers-kuts-barbers-buzz-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"brothers-kuts-barbers-buzz-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:\"brothers-kuts-barbers-buzz-2-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:40:\"brothers-kuts-barbers-buzz-2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"brothers-kuts-barbers-buzz-2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"brothers-kuts-barbers-buzz-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21605,7381,'_wp_attached_file','2019/09/brothers-kuts-barbers-buzz-feature.jpg'),(21606,7381,'wpmf_size','125099'),(21607,7381,'wpmf_filetype','jpg'),(21608,7381,'wpmf_order','0'),(21609,7381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:554;s:4:\"file\";s:46:\"2019/09/brothers-kuts-barbers-buzz-feature.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"brothers-kuts-barbers-buzz-feature-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:\"brothers-kuts-barbers-buzz-feature-300x247.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(21610,7381,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.613781216178299;s:5:\"bytes\";i:1151;s:11:\"size_before\";i:24947;s:10:\"size_after\";i:23796;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94;s:5:\"bytes\";i:338;s:11:\"size_before\";i:6845;s:10:\"size_after\";i:6507;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.49;s:5:\"bytes\";i:813;s:11:\"size_before\";i:18102;s:10:\"size_after\";i:17289;s:4:\"time\";d:0.02;}}}'),(21612,7099,'_wp_old_date','2019-09-03'),(21613,7099,'_thumbnail_id','7381'),(21614,7099,'xyz_smap','1'),(21618,7383,'_edit_lock','1567605990:14'),(21619,7383,'_yst_prominent_words_version','1'),(21620,7384,'_wp_attached_file','2019/09/lima-peru-busy-traffic-buzz-demo.jpg'),(21621,7384,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.449675389333652;s:5:\"bytes\";i:5473;s:11:\"size_before\";i:100428;s:10:\"size_after\";i:94955;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:440;s:11:\"size_before\";i:7378;s:10:\"size_after\";i:6938;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.61;s:5:\"bytes\";i:876;s:11:\"size_before\";i:15609;s:10:\"size_after\";i:14733;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37;s:5:\"bytes\";i:4157;s:11:\"size_before\";i:77441;s:10:\"size_after\";i:73284;s:4:\"time\";d:0.07;}}}'),(21622,7384,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:897;s:6:\"height\";i:537;s:4:\"file\";s:44:\"2019/09/lima-peru-busy-traffic-buzz-demo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"lima-peru-busy-traffic-buzz-demo-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:\"lima-peru-busy-traffic-buzz-demo-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"lima-peru-busy-traffic-buzz-demo-768x460.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:460;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:{}}}'),(21623,7385,'_wp_attached_file','2019/09/edmund-bartlett-buzz-demo-1.jpg'),(21624,7385,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1669303;s:11:\"size_before\";i:1851168;s:10:\"size_after\";i:181865;}'),(21625,7385,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.360150131840461;s:5:\"bytes\";i:8487;s:11:\"size_before\";i:252578;s:10:\"size_after\";i:244091;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.88;s:5:\"bytes\";i:391;s:11:\"size_before\";i:6648;s:10:\"size_after\";i:6257;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:516;s:11:\"size_before\";i:13820;s:10:\"size_after\";i:13304;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9;s:5:\"bytes\";i:1636;s:11:\"size_before\";i:56417;s:10:\"size_after\";i:54781;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.31;s:5:\"bytes\";i:3045;s:11:\"size_before\";i:91949;s:10:\"size_after\";i:88904;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.46;s:5:\"bytes\";i:2899;s:11:\"size_before\";i:83744;s:10:\"size_after\";i:80845;s:4:\"time\";d:0.04;}}}'),(21626,7385,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1130;s:4:\"file\";s:39:\"2019/09/edmund-bartlett-buzz-demo-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"edmund-bartlett-buzz-demo-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:39:\"edmund-bartlett-buzz-demo-1-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"edmund-bartlett-buzz-demo-1-768x578.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:578;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"edmund-bartlett-buzz-demo-1-1024x771.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:771;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"edmund-bartlett-buzz-demo-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567506259\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21627,7386,'_wp_attached_file','2019/09/edmund-bartlett-buzz-demo-2.jpg'),(21628,7386,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1106950;s:11:\"size_before\";i:1291584;s:10:\"size_after\";i:184634;}'),(21629,7386,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8087772382323517;s:5:\"bytes\";i:12487;s:11:\"size_before\";i:327848;s:10:\"size_after\";i:315361;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.88;s:5:\"bytes\";i:445;s:11:\"size_before\";i:7563;s:10:\"size_after\";i:7118;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.44;s:5:\"bytes\";i:865;s:11:\"size_before\";i:19494;s:10:\"size_after\";i:18629;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.56;s:5:\"bytes\";i:2886;s:11:\"size_before\";i:81054;s:10:\"size_after\";i:78168;s:4:\"time\";d:0.06;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.64;s:5:\"bytes\";i:4708;s:11:\"size_before\";i:129333;s:10:\"size_after\";i:124625;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:3583;s:11:\"size_before\";i:90404;s:10:\"size_after\";i:86821;s:4:\"time\";d:0.04;}}}'),(21630,7386,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1273;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2019/09/edmund-bartlett-buzz-demo-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"edmund-bartlett-buzz-demo-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:39:\"edmund-bartlett-buzz-demo-2-300x283.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"edmund-bartlett-buzz-demo-2-768x724.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"edmund-bartlett-buzz-demo-2-1024x965.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:965;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"edmund-bartlett-buzz-demo-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567506751\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"140\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21631,7387,'_wp_attached_file','2019/09/ocho-rios-crusie-terminal-buzz-demo.jpg'),(21632,7387,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.071464099026812;s:5:\"bytes\";i:5404;s:11:\"size_before\";i:106557;s:10:\"size_after\";i:101153;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.84;s:5:\"bytes\";i:431;s:11:\"size_before\";i:7377;s:10:\"size_after\";i:6946;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7;s:5:\"bytes\";i:845;s:11:\"size_before\";i:14815;s:10:\"size_after\";i:13970;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.89;s:5:\"bytes\";i:4128;s:11:\"size_before\";i:84365;s:10:\"size_after\";i:80237;s:4:\"time\";d:0.06;}}}'),(21633,7387,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:550;s:4:\"file\";s:47:\"2019/09/ocho-rios-crusie-terminal-buzz-demo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"ocho-rios-crusie-terminal-buzz-demo-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:\"ocho-rios-crusie-terminal-buzz-demo-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"ocho-rios-crusie-terminal-buzz-demo-768x422.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:422;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:{}}}'),(21635,7383,'_thumbnail_id','323'),(21636,7383,'_edit_last','14'),(21637,7383,'xyz_smap','1'),(21638,7383,'smpush_mute_activated','no'),(21640,7383,'_yoast_wpseo_primary_category','4'),(21641,7383,'_yoast_wpseo_primary_sub-category','8'),(21642,7383,'sponsored_url',''),(21643,7383,'_yoast_wpseo_content_score','30'),(21644,7383,'_yoast_wpseo_focuskeywords','[]'),(21645,7383,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21656,7395,'_edit_lock','1567708094:9'),(21657,7395,'_yst_prominent_words_version','1'),(21658,7396,'_wp_attached_file','2019/09/neikoy-redwood-buzz-demo.jpg'),(21659,7396,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1478660;s:11:\"size_before\";i:1646703;s:10:\"size_after\";i:168043;}'),(21660,7396,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2324097766559765;s:5:\"bytes\";i:13959;s:11:\"size_before\";i:431845;s:10:\"size_after\";i:417886;s:4:\"time\";d:0.22000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.81;s:5:\"bytes\";i:611;s:11:\"size_before\";i:8967;s:10:\"size_after\";i:8356;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.14;s:5:\"bytes\";i:946;s:11:\"size_before\";i:18406;s:10:\"size_after\";i:17460;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.94;s:5:\"bytes\";i:4621;s:11:\"size_before\";i:157095;s:10:\"size_after\";i:152474;s:4:\"time\";d:0.06;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.24;s:5:\"bytes\";i:4270;s:11:\"size_before\";i:131847;s:10:\"size_after\";i:127577;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04;s:5:\"bytes\";i:3511;s:11:\"size_before\";i:115530;s:10:\"size_after\";i:112019;s:4:\"time\";d:0.08;}}}'),(21661,7396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1200;s:4:\"file\";s:36:\"2019/09/neikoy-redwood-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"neikoy-redwood-buzz-demo-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:\"neikoy-redwood-buzz-demo-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"neikoy-redwood-buzz-demo-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"neikoy-redwood-buzz-demo-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"neikoy-redwood-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:4:\"DACX\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560449606\";s:9:\"copyright\";s:16:\"DACX PRODUCTIONS\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21662,7397,'_wp_attached_file','2019/09/uwi-mona-buzz-demo.jpg'),(21663,7397,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.156546523450429;s:5:\"bytes\";i:21656;s:11:\"size_before\";i:419971;s:10:\"size_after\";i:398315;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3;s:5:\"bytes\";i:472;s:11:\"size_before\";i:7498;s:10:\"size_after\";i:7026;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.92;s:5:\"bytes\";i:1026;s:11:\"size_before\";i:17325;s:10:\"size_after\";i:16299;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.13;s:5:\"bytes\";i:4564;s:11:\"size_before\";i:88908;s:10:\"size_after\";i:84344;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.77;s:5:\"bytes\";i:6916;s:11:\"size_before\";i:144990;s:10:\"size_after\";i:138074;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.38;s:5:\"bytes\";i:8678;s:11:\"size_before\";i:161250;s:10:\"size_after\";i:152572;s:4:\"time\";d:0.06;}}}'),(21664,7397,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1035;s:6:\"height\";i:690;s:4:\"file\";s:30:\"2019/09/uwi-mona-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"uwi-mona-buzz-demo-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:\"uwi-mona-buzz-demo-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:30:\"uwi-mona-buzz-demo-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:31:\"uwi-mona-buzz-demo-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"uwi-mona-buzz-demo-1035x655.jpg\";s:5:\"width\";i:1035;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:15:\"Donald Delahaye\";s:6:\"camera\";s:19:\"Canon EOS REBEL T3i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1384783799\";s:9:\"copyright\";s:32:\"www.damjd.net Damjd Designz 2013\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21665,7398,'_wp_attached_file','2019/09/campion-college-buzz-demo.jpg'),(21666,7398,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.185847366257378;s:5:\"bytes\";i:26743;s:11:\"size_before\";i:515692;s:10:\"size_after\";i:488949;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.33;s:5:\"bytes\";i:667;s:11:\"size_before\";i:9100;s:10:\"size_after\";i:8433;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:1464;s:11:\"size_before\";i:21553;s:10:\"size_after\";i:20089;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.59;s:5:\"bytes\";i:6396;s:11:\"size_before\";i:114352;s:10:\"size_after\";i:107956;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95;s:5:\"bytes\";i:9221;s:11:\"size_before\";i:186173;s:10:\"size_after\";i:176952;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87;s:5:\"bytes\";i:8995;s:11:\"size_before\";i:184514;s:10:\"size_after\";i:175519;s:4:\"time\";d:0.05;}}}'),(21667,7398,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:999;s:4:\"file\";s:37:\"2019/09/campion-college-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"campion-college-buzz-demo-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:\"campion-college-buzz-demo-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:37:\"campion-college-buzz-demo-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"campion-college-buzz-demo-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"campion-college-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21668,7399,'_wp_attached_file','2019/09/neikoy-redwood-feature.jpg'),(21669,7399,'wpmf_size','63749'),(21670,7399,'wpmf_filetype','jpg'),(21671,7399,'wpmf_order','0'),(21672,7399,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:583;s:6:\"height\";i:476;s:4:\"file\";s:34:\"2019/09/neikoy-redwood-feature.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"neikoy-redwood-feature-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:\"neikoy-redwood-feature-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567592608\";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\";}}'),(21673,7399,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.608067629634561;s:5:\"bytes\";i:1685;s:11:\"size_before\";i:30046;s:10:\"size_after\";i:28361;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.22;s:5:\"bytes\";i:517;s:11:\"size_before\";i:8306;s:10:\"size_after\";i:7789;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37;s:5:\"bytes\";i:1168;s:11:\"size_before\";i:21740;s:10:\"size_after\";i:20572;s:4:\"time\";d:0.02;}}}'),(21675,7395,'_thumbnail_id','7515'),(21676,7395,'_edit_last','9'),(21677,7395,'xyz_smap','1'),(21678,7395,'smpush_mute_activated','no'),(21680,7395,'_yoast_wpseo_primary_category','4'),(21681,7395,'_yoast_wpseo_primary_sub-category','16'),(21682,7395,'sponsored_url',''),(21683,7395,'_yoast_wpseo_content_score','60'),(21684,7395,'_yoast_wpseo_focuskeywords','[]'),(21685,7395,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21690,7402,'_edit_lock','1568311354:9'),(21691,7402,'_yst_prominent_words_version','1'),(21692,7403,'_edit_lock','1567613477:9'),(21693,7403,'_yst_prominent_words_version','1'),(21694,7404,'_wp_attached_file','2019/09/alarm-clock-back-back-to-school-2831794.jpg'),(21695,7404,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.035936721305225;s:5:\"bytes\";i:14820;s:11:\"size_before\";i:367201;s:10:\"size_after\";i:352381;s:4:\"time\";d:0.16999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.02;s:5:\"bytes\";i:420;s:11:\"size_before\";i:6972;s:10:\"size_after\";i:6552;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.65;s:5:\"bytes\";i:891;s:11:\"size_before\";i:15758;s:10:\"size_after\";i:14867;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:3420;s:11:\"size_before\";i:80455;s:10:\"size_after\";i:77035;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.76;s:5:\"bytes\";i:4916;s:11:\"size_before\";i:130678;s:10:\"size_after\";i:125762;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.88;s:5:\"bytes\";i:5173;s:11:\"size_before\";i:133338;s:10:\"size_after\";i:128165;s:4:\"time\";d:0.06;}}}'),(21696,7404,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:51:\"2019/09/alarm-clock-back-back-to-school-2831794.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"alarm-clock-back-back-to-school-2831794-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:\"alarm-clock-back-back-to-school-2831794-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:51:\"alarm-clock-back-back-to-school-2831794-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:52:\"alarm-clock-back-back-to-school-2831794-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"alarm-clock-back-back-to-school-2831794-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21697,7405,'_wp_attached_file','2019/09/back-to-school-class-composition-desk-207756.jpg'),(21698,7405,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.654767526724767;s:5:\"bytes\";i:4947;s:11:\"size_before\";i:186344;s:10:\"size_after\";i:181397;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.27;s:5:\"bytes\";i:203;s:11:\"size_before\";i:4754;s:10:\"size_after\";i:4551;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.68;s:5:\"bytes\";i:282;s:11:\"size_before\";i:10517;s:10:\"size_after\";i:10235;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.47;s:5:\"bytes\";i:1055;s:11:\"size_before\";i:42738;s:10:\"size_after\";i:41683;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.66;s:5:\"bytes\";i:1792;s:11:\"size_before\";i:67329;s:10:\"size_after\";i:65537;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.65;s:5:\"bytes\";i:1615;s:11:\"size_before\";i:61006;s:10:\"size_after\";i:59391;s:4:\"time\";d:0.06;}}}'),(21699,7405,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:56:\"2019/09/back-to-school-class-composition-desk-207756.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"back-to-school-class-composition-desk-207756-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:56:\"back-to-school-class-composition-desk-207756-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:56:\"back-to-school-class-composition-desk-207756-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"back-to-school-class-composition-desk-207756-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:57:\"back-to-school-class-composition-desk-207756-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21700,7403,'_thumbnail_id','7404'),(21701,7403,'_edit_last','9'),(21702,7403,'smpush_mute_activated','no'),(21703,7403,'_yoast_wpseo_primary_category','3'),(21704,7403,'_yoast_wpseo_primary_sub-category','16'),(21705,7403,'sponsored_url',''),(21706,7403,'_yoast_wpseo_content_score','90'),(21707,7403,'_yoast_wpseo_focuskeywords','[]'),(21708,7403,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21709,7407,'_edit_lock','1568297024:16'),(21710,7407,'_yst_prominent_words_version','1'),(21712,7403,'xyz_smap','1'),(21714,7408,'_wp_attached_file','2019/09/BDO_Wide-Logo.jpg'),(21715,7408,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.650946422842477;s:5:\"bytes\";i:1702;s:11:\"size_before\";i:12468;s:10:\"size_after\";i:10766;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.34;s:5:\"bytes\";i:704;s:11:\"size_before\";i:4910;s:10:\"size_after\";i:4206;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.2;s:5:\"bytes\";i:998;s:11:\"size_before\";i:7558;s:10:\"size_after\";i:6560;s:4:\"time\";d:0.01;}}}'),(21716,7408,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:405;s:4:\"file\";s:25:\"2019/09/BDO_Wide-Logo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"BDO_Wide-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:25:\"BDO_Wide-Logo-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:\"0\";s:8:\"keywords\";a:0:{}}}'),(21717,7409,'_wp_attached_file','2019/09/BDO_Wide-Logo-1.jpg'),(21718,7409,'wpmf_size','18101'),(21719,7409,'wpmf_filetype','jpg'),(21720,7409,'wpmf_order','0'),(21721,7409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:405;s:4:\"file\";s:27:\"2019/09/BDO_Wide-Logo-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"BDO_Wide-Logo-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:27:\"BDO_Wide-Logo-1-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:11:{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\";}}'),(21722,7409,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.650946422842477;s:5:\"bytes\";i:1702;s:11:\"size_before\";i:12468;s:10:\"size_after\";i:10766;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.34;s:5:\"bytes\";i:704;s:11:\"size_before\";i:4910;s:10:\"size_after\";i:4206;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.2;s:5:\"bytes\";i:998;s:11:\"size_before\";i:7558;s:10:\"size_after\";i:6560;s:4:\"time\";d:0.01;}}}'),(21723,7408,'_wp_attachment_image_alt','BDO_Management Consultants_Logo'),(21724,7410,'_edit_lock','1567615307:9'),(21725,7410,'_yst_prominent_words_version','1'),(21726,7402,'_edit_last','9'),(21727,7402,'smpush_mute_activated','no'),(21728,7402,'_yoast_wpseo_primary_category','2'),(21729,7402,'_yoast_wpseo_primary_sub-category','16'),(21730,7402,'sponsored_url',''),(21731,7402,'_yoast_wpseo_content_score','30'),(21732,7402,'_yoast_wpseo_focuskeywords','[]'),(21733,7402,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21734,7412,'_edit_lock','1567722149:9'),(21735,7412,'_yst_prominent_words_version','1'),(21736,7413,'_wp_attached_file','2019/09/queen-elizabeth-and-husband.jpg'),(21737,7413,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.507059685021504;s:5:\"bytes\";i:4370;s:11:\"size_before\";i:96959;s:10:\"size_after\";i:92589;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.19;s:5:\"bytes\";i:615;s:11:\"size_before\";i:8551;s:10:\"size_after\";i:7936;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:1163;s:11:\"size_before\";i:18481;s:10:\"size_after\";i:17318;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:2592;s:11:\"size_before\";i:69927;s:10:\"size_after\";i:67335;s:4:\"time\";d:0.06;}}}'),(21738,7413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:39:\"2019/09/queen-elizabeth-and-husband.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"queen-elizabeth-and-husband-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:\"queen-elizabeth-and-husband-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"queen-elizabeth-and-husband-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:13:\"FAM090/FAMOUS\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:309:\"Queen Elizabeth II and Prince Philip, Duke of Edinburgh at Ladies Day - Day 3 of Royal Ascot at Ascot Racecourse in Ascot, UK - 18 June 2015\r\rBANG MEDIA INTERNATIONAL FAMOUS PICTURES 28 HOLMES ROAD LONDON NW5 3AB UNITED KINGDOM tel +44 (0) 20 7485 1005 e-mail pictures@famous.uk.com www.famous.uk.com\rFAM54392\";s:17:\"created_timestamp\";s:10:\"1434672000\";s:9:\"copyright\";s:8:\"©FAMOUS\";s:12:\"focal_length\";s:3:\"500\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:15:\"NO RESTRICTIONS\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:1:\"-\";}}}'),(21739,7407,'_thumbnail_id','7414'),(21740,7407,'_edit_last','16'),(21741,7407,'smpush_mute_activated','no'),(21742,7407,'_yoast_wpseo_primary_location','33'),(21743,7407,'job_position',' an Administrative Assistant'),(21744,7407,'job_type','Full-time'),(21745,7407,'job_company','BDO '),(21746,7407,'job_company_email','bdo@bdo.com.jm'),(21747,7407,'job_expiration','2019-09-27'),(21748,7407,'_yoast_wpseo_content_score','30'),(21749,7407,'_yoast_wpseo_focuskeywords','[]'),(21750,7407,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21751,7414,'_wp_attached_file','2019/09/BDO-Jamaica-SMall-Logo.jpg'),(21752,7414,'wpmf_size','7668'),(21753,7414,'wpmf_filetype','jpg'),(21754,7414,'wpmf_order','0'),(21755,7414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:34:\"2019/09/BDO-Jamaica-SMall-Logo.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"BDO-Jamaica-SMall-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\";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\";}}'),(21756,7414,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.642094560244026;s:5:\"bytes\";i:458;s:11:\"size_before\";i:3934;s:10:\"size_after\";i:3476;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.64;s:5:\"bytes\";i:458;s:11:\"size_before\";i:3934;s:10:\"size_after\";i:3476;s:4:\"time\";d:0.01;}}}'),(21757,7414,'_wp_attachment_image_alt','BDO-250*250-Logo'),(21758,7410,'_thumbnail_id','7413'),(21759,7410,'_edit_last','9'),(21760,7410,'smpush_mute_activated','no'),(21761,7410,'_yoast_wpseo_primary_category','4'),(21762,7410,'_yoast_wpseo_primary_sub-category','11'),(21763,7410,'sponsored_url',''),(21764,7410,'_yoast_wpseo_metadesc','Queen Elizabeth is \"shocked and saddened\" by the \"devastation\" caused by Hurricane Dorian.'),(21765,7410,'_yoast_wpseo_content_score','30'),(21766,7410,'_yoast_wpseo_focuskeywords','[]'),(21767,7410,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21769,7410,'xyz_smap','1'),(21771,7417,'_edit_lock','1567616800:9'),(21772,7417,'_yst_prominent_words_version','1'),(21773,7418,'_wp_attached_file','2019/09/bramma-A-20190904.jpg'),(21774,7418,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.000500062507814;s:5:\"bytes\";i:5760;s:11:\"size_before\";i:143982;s:10:\"size_after\";i:138222;s:4:\"time\";d:0.09;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.13;s:5:\"bytes\";i:266;s:11:\"size_before\";i:5185;s:10:\"size_after\";i:4919;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.99;s:5:\"bytes\";i:495;s:11:\"size_before\";i:12407;s:10:\"size_after\";i:11912;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.24;s:5:\"bytes\";i:3014;s:11:\"size_before\";i:71113;s:10:\"size_after\";i:68099;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.59;s:5:\"bytes\";i:1985;s:11:\"size_before\";i:55277;s:10:\"size_after\";i:53292;s:4:\"time\";d:0.03;}}}'),(21775,7418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:848;s:6:\"height\";i:1021;s:4:\"file\";s:29:\"2019/09/bramma-A-20190904.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"bramma-A-20190904-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:\"bramma-A-20190904-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"bramma-A-20190904-768x925.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:925;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"bramma-A-20190904-848x655.jpg\";s:5:\"width\";i:848;s:6:\"height\";i:655;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:{}}}'),(21776,7417,'_thumbnail_id','7418'),(21777,7417,'_edit_last','9'),(21778,7417,'smpush_mute_activated','no'),(21779,7417,'_yoast_wpseo_primary_category','3'),(21780,7417,'_yoast_wpseo_primary_sub-category','14'),(21781,7417,'sponsored_url',''),(21782,7417,'_yoast_wpseo_content_score','90'),(21783,7417,'_yoast_wpseo_focuskeywords','[]'),(21784,7417,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21786,7417,'xyz_smap','1'),(21790,7421,'_edit_lock','1567617762:9'),(21791,7421,'_yst_prominent_words_version','1'),(21792,7422,'_wp_attached_file','2019/09/S-Hotel-20190904.jpg'),(21793,7422,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.990313700986483;s:5:\"bytes\";i:20685;s:11:\"size_before\";i:414503;s:10:\"size_after\";i:393818;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.46;s:5:\"bytes\";i:639;s:11:\"size_before\";i:8561;s:10:\"size_after\";i:7922;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8;s:5:\"bytes\";i:1307;s:11:\"size_before\";i:19230;s:10:\"size_after\";i:17923;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.34;s:5:\"bytes\";i:4942;s:11:\"size_before\";i:92543;s:10:\"size_after\";i:87601;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.62;s:5:\"bytes\";i:6834;s:11:\"size_before\";i:147912;s:10:\"size_after\";i:141078;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.76;s:5:\"bytes\";i:6963;s:11:\"size_before\";i:146257;s:10:\"size_after\";i:139294;s:4:\"time\";d:0.05;}}}'),(21794,7422,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1344;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2019/09/S-Hotel-20190904.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"S-Hotel-20190904-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:\"S-Hotel-20190904-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:28:\"S-Hotel-20190904-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"S-Hotel-20190904-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"S-Hotel-20190904-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"13\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563966082\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21795,7423,'_wp_attached_file','2019/09/S-Hotel-B-20190904.jpg'),(21796,7423,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9807914685853785;s:5:\"bytes\";i:12393;s:11:\"size_before\";i:311320;s:10:\"size_after\";i:298927;s:4:\"time\";d:0.6800000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:289;s:11:\"size_before\";i:5510;s:10:\"size_after\";i:5221;s:4:\"time\";d:0.54;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.86;s:5:\"bytes\";i:637;s:11:\"size_before\";i:13120;s:10:\"size_after\";i:12483;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1;s:5:\"bytes\";i:2809;s:11:\"size_before\";i:68556;s:10:\"size_after\";i:65747;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95;s:5:\"bytes\";i:4464;s:11:\"size_before\";i:113015;s:10:\"size_after\";i:108551;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:4194;s:11:\"size_before\";i:111119;s:10:\"size_after\";i:106925;s:4:\"time\";d:0.04;}}}'),(21797,7423,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1344;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2019/09/S-Hotel-B-20190904.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"S-Hotel-B-20190904-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:\"S-Hotel-B-20190904-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:30:\"S-Hotel-B-20190904-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"S-Hotel-B-20190904-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"S-Hotel-B-20190904-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"13\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563966106\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21798,7424,'_wp_attached_file','2019/09/S-Hotel-C-20190904.jpg'),(21799,7424,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.459276289827222;s:5:\"bytes\";i:10396;s:11:\"size_before\";i:233132;s:10:\"size_after\";i:222736;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:345;s:11:\"size_before\";i:5083;s:10:\"size_after\";i:4738;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.32;s:5:\"bytes\";i:600;s:11:\"size_before\";i:11282;s:10:\"size_after\";i:10682;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:2487;s:11:\"size_before\";i:51912;s:10:\"size_after\";i:49425;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.27;s:5:\"bytes\";i:3498;s:11:\"size_before\";i:81988;s:10:\"size_after\";i:78490;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.18;s:5:\"bytes\";i:3466;s:11:\"size_before\";i:82867;s:10:\"size_after\";i:79401;s:4:\"time\";d:0.05;}}}'),(21800,7424,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1344;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2019/09/S-Hotel-C-20190904.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"S-Hotel-C-20190904-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:\"S-Hotel-C-20190904-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:30:\"S-Hotel-C-20190904-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"S-Hotel-C-20190904-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"S-Hotel-C-20190904-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563971818\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21801,7421,'_thumbnail_id','7422'),(21802,7421,'_edit_last','9'),(21803,7421,'smpush_mute_activated','no'),(21804,7421,'_yoast_wpseo_primary_category','3'),(21805,7421,'_yoast_wpseo_primary_sub-category','8'),(21806,7421,'sponsored_url',''),(21807,7421,'_yoast_wpseo_content_score','60'),(21808,7421,'_yoast_wpseo_focuskeywords','[]'),(21809,7421,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21811,7421,'xyz_smap','1'),(21813,7426,'_edit_lock','1567619001:9'),(21814,7426,'_yst_prominent_words_version','1'),(21815,7427,'_wp_attached_file','2019/09/Jonah-Hill-20190904.jpg'),(21816,7427,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.274339309266768;s:5:\"bytes\";i:2625;s:11:\"size_before\";i:61413;s:10:\"size_after\";i:58788;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.23;s:5:\"bytes\";i:264;s:11:\"size_before\";i:5052;s:10:\"size_after\";i:4788;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:528;s:11:\"size_before\";i:11111;s:10:\"size_after\";i:10583;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.05;s:5:\"bytes\";i:1833;s:11:\"size_before\";i:45250;s:10:\"size_after\";i:43417;s:4:\"time\";d:0.02;}}}'),(21817,7427,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:31:\"2019/09/Jonah-Hill-20190904.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Jonah-Hill-20190904-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:\"Jonah-Hill-20190904-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Jonah-Hill-20190904-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(21818,7426,'_thumbnail_id','7427'),(21819,7426,'_edit_last','9'),(21820,7426,'smpush_mute_activated','no'),(21821,7426,'_yoast_wpseo_primary_category','3'),(21822,7426,'_yoast_wpseo_primary_sub-category','9'),(21823,7426,'sponsored_url',''),(21824,7426,'_yoast_wpseo_content_score','30'),(21825,7426,'_yoast_wpseo_focuskeywords','[]'),(21826,7426,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21828,7426,'xyz_smap','1'),(21832,7412,'_edit_last','9'),(21833,7412,'smpush_mute_activated','no'),(21834,7412,'_yoast_wpseo_primary_category','4'),(21835,7412,'_yoast_wpseo_primary_sub-category','15'),(21836,7412,'sponsored_url',''),(21837,7412,'_yoast_wpseo_content_score','30'),(21838,7412,'_yoast_wpseo_focuskeywords','[]'),(21839,7412,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21840,7432,'_edit_lock','1567624323:9'),(21841,7432,'_yst_prominent_words_version','1'),(21842,7432,'_thumbnail_id','6622'),(21843,7432,'_edit_last','9'),(21844,7432,'smpush_mute_activated','no'),(21845,7432,'_yoast_wpseo_primary_category','4'),(21846,7432,'_yoast_wpseo_primary_sub-category','6'),(21847,7432,'sponsored_url',''),(21848,7432,'_yoast_wpseo_content_score','60'),(21849,7432,'_yoast_wpseo_focuskeywords','[]'),(21850,7432,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21852,7432,'xyz_smap','1'),(21856,7435,'_edit_lock','1567631853:4'),(21857,7435,'_yst_prominent_words_version','1'),(21858,7435,'_oembed_7b5c43d078530900e4596b1b3297a59c','<iframe title=\"Bunting: What the delegates need to know\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/rUX2Vs3umHg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(21859,7435,'_oembed_time_7b5c43d078530900e4596b1b3297a59c','1567631810'),(21860,7437,'_edit_lock','1567895984:11'),(21861,7435,'_edit_last','4'),(21862,7435,'smpush_mute_activated','no'),(21863,7435,'_yoast_wpseo_primary_category','4'),(21864,7435,'_yoast_wpseo_primary_sub-category','15'),(21865,7435,'video_parent_post_id',''),(21866,7435,'_yoast_wpseo_content_score','60'),(21867,7435,'_yoast_wpseo_focuskeywords','[]'),(21868,7435,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21869,7437,'_yst_prominent_words_version','1'),(21870,7438,'_wp_attached_file','2019/09/peter-bunting-featured-image.png'),(21871,7438,'wpmf_size','1088126'),(21872,7438,'wpmf_filetype','png'),(21873,7438,'wpmf_order','0'),(21874,7438,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1117;s:6:\"height\";i:751;s:4:\"file\";s:40:\"2019/09/peter-bunting-featured-image.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"peter-bunting-featured-image-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:40:\"peter-bunting-featured-image-300x202.png\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"peter-bunting-featured-image-768x516.png\";s:5:\"width\";i:768;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"peter-bunting-featured-image-1024x688.png\";s:5:\"width\";i:1024;s:6:\"height\";i:688;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"peter-bunting-featured-image-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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\";}}'),(21875,7438,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2531545;s:10:\"size_after\";i:2531545;s:4:\"time\";d:1.73;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:49192;s:10:\"size_after\";i:49192;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:113769;s:10:\"size_after\";i:113769;s:4:\"time\";d:0.05;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:568068;s:10:\"size_after\";i:568068;s:4:\"time\";d:0.36;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:907267;s:10:\"size_after\";i:907267;s:4:\"time\";d:0.65;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:893249;s:10:\"size_after\";i:893249;s:4:\"time\";d:0.64;}}}'),(21876,7435,'_thumbnail_id','7438'),(21877,6591,'_edit_lock','1567629570:9'),(21878,6591,'_wpmf_gallery_custom_image_link',''),(21879,6591,'_gallery_link_target',''),(21880,6591,'_edit_last','9'),(21881,7437,'_thumbnail_id','6926'),(21882,7437,'_edit_last','11'),(21883,7437,'smpush_mute_activated','no'),(21884,7437,'_yoast_wpseo_primary_category','2'),(21885,7437,'_yoast_wpseo_primary_sub-category','7'),(21886,7437,'sponsored_url',''),(21887,7437,'_yoast_wpseo_content_score','90'),(21888,7437,'_yoast_wpseo_focuskeywords','[]'),(21889,7437,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21891,7437,'xyz_smap','1'),(21901,7441,'_edit_lock','1567631858:9'),(21902,7441,'_yst_prominent_words_version','1'),(21903,7442,'_wp_attached_file','2019/09/ariana-grande.jpg'),(21904,7442,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.086238418246304;s:5:\"bytes\";i:12750;s:11:\"size_before\";i:209489;s:10:\"size_after\";i:196739;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.03;s:5:\"bytes\";i:290;s:11:\"size_before\";i:5767;s:10:\"size_after\";i:5477;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.52;s:5:\"bytes\";i:298;s:11:\"size_before\";i:8473;s:10:\"size_after\";i:8175;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.22;s:5:\"bytes\";i:2155;s:11:\"size_before\";i:41316;s:10:\"size_after\";i:39161;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:4510;s:11:\"size_before\";i:69826;s:10:\"size_after\";i:65316;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:5497;s:11:\"size_before\";i:84107;s:10:\"size_after\";i:78610;s:4:\"time\";d:0.07;}}}'),(21905,7442,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:25:\"2019/09/ariana-grande.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ariana-grande-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:\"ariana-grande-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:25:\"ariana-grande-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:26:\"ariana-grande-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"ariana-grande-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(21906,7443,'_wp_attached_file','2019/09/ariana-lookalike.jpg'),(21907,7443,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.068678661249758;s:5:\"bytes\";i:1048;s:11:\"size_before\";i:20676;s:10:\"size_after\";i:19628;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.09;s:5:\"bytes\";i:409;s:11:\"size_before\";i:6721;s:10:\"size_after\";i:6312;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.58;s:5:\"bytes\";i:639;s:11:\"size_before\";i:13955;s:10:\"size_after\";i:13316;s:4:\"time\";d:0.01;}}}'),(21908,7443,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:467;s:4:\"file\";s:28:\"2019/09/ariana-lookalike.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"ariana-lookalike-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:\"ariana-lookalike-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:{}}}'),(21909,7444,'_edit_lock','1567634853:4'),(21910,7444,'_yst_prominent_words_version','1'),(21911,7441,'_thumbnail_id','7442'),(21912,7441,'_edit_last','9'),(21913,7441,'smpush_mute_activated','no'),(21914,7441,'_yoast_wpseo_primary_category','4'),(21915,7441,'_yoast_wpseo_primary_sub-category','6'),(21916,7441,'sponsored_url',''),(21917,7441,'_yoast_wpseo_content_score','90'),(21918,7441,'_yoast_wpseo_focuskeywords','[]'),(21919,7441,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21921,7441,'xyz_smap','1'),(21926,7449,'_edit_lock','1567635608:9'),(21927,7449,'_yst_prominent_words_version','1'),(21928,7444,'_oembed_7b5c43d078530900e4596b1b3297a59c','<iframe title=\"Bunting: What the delegates need to know\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/rUX2Vs3umHg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(21929,7444,'_oembed_time_7b5c43d078530900e4596b1b3297a59c','1567632222'),(21930,7444,'_edit_last','4'),(21931,7444,'smpush_mute_activated','no'),(21932,7444,'_yoast_wpseo_primary_category','4'),(21933,7444,'_yoast_wpseo_primary_sub-category','15'),(21934,7444,'sponsored_url',''),(21935,7444,'_yoast_wpseo_content_score','30'),(21936,7444,'_yoast_wpseo_focuskeywords','[]'),(21937,7444,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21938,7451,'_wp_attached_file','2019/09/Neikoy-Redwood-Young-Scholar-Buzz-Caribbean.jpg'),(21939,7451,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1478660;s:11:\"size_before\";i:1646703;s:10:\"size_after\";i:168043;}'),(21940,7451,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2324097766559765;s:5:\"bytes\";i:13959;s:11:\"size_before\";i:431845;s:10:\"size_after\";i:417886;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.81;s:5:\"bytes\";i:611;s:11:\"size_before\";i:8967;s:10:\"size_after\";i:8356;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.14;s:5:\"bytes\";i:946;s:11:\"size_before\";i:18406;s:10:\"size_after\";i:17460;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.94;s:5:\"bytes\";i:4621;s:11:\"size_before\";i:157095;s:10:\"size_after\";i:152474;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.24;s:5:\"bytes\";i:4270;s:11:\"size_before\";i:131847;s:10:\"size_after\";i:127577;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04;s:5:\"bytes\";i:3511;s:11:\"size_before\";i:115530;s:10:\"size_after\";i:112019;s:4:\"time\";d:0.05;}}}'),(21941,7451,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1200;s:4:\"file\";s:55:\"2019/09/Neikoy-Redwood-Young-Scholar-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Neikoy-Redwood-Young-Scholar-Buzz-Caribbean-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:55:\"Neikoy-Redwood-Young-Scholar-Buzz-Caribbean-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"Neikoy-Redwood-Young-Scholar-Buzz-Caribbean-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Neikoy-Redwood-Young-Scholar-Buzz-Caribbean-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:56:\"Neikoy-Redwood-Young-Scholar-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:4:\"DACX\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560449606\";s:9:\"copyright\";s:16:\"DACX PRODUCTIONS\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21942,7452,'_wp_attached_file','2019/09/Sandals-SHENADE3.jpg'),(21943,7452,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.13300584273008;s:5:\"bytes\";i:1648;s:11:\"size_before\";i:26871;s:10:\"size_after\";i:25223;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.86;s:5:\"bytes\";i:538;s:11:\"size_before\";i:7845;s:10:\"size_after\";i:7307;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.83;s:5:\"bytes\";i:1110;s:11:\"size_before\";i:19026;s:10:\"size_after\";i:17916;s:4:\"time\";d:0.02;}}}'),(21944,7452,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:511;s:6:\"height\";i:433;s:4:\"file\";s:28:\"2019/09/Sandals-SHENADE3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Sandals-SHENADE3-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:\"Sandals-SHENADE3-300x254.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:254;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:{}}}'),(21945,7453,'_wp_attached_file','2019/09/SHENADE1.jpg'),(21946,7453,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.9094790777113575;s:5:\"bytes\";i:5882;s:11:\"size_before\";i:99535;s:10:\"size_after\";i:93653;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.21;s:5:\"bytes\";i:639;s:11:\"size_before\";i:8857;s:10:\"size_after\";i:8218;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.55;s:5:\"bytes\";i:1248;s:11:\"size_before\";i:19060;s:10:\"size_after\";i:17812;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.58;s:5:\"bytes\";i:3995;s:11:\"size_before\";i:71618;s:10:\"size_after\";i:67623;s:4:\"time\";d:0.03;}}}'),(21947,7453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:768;s:4:\"file\";s:20:\"2019/09/SHENADE1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"SHENADE1-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:\"SHENADE1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"SHENADE1-512x655.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:655;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:{}}}'),(21948,7454,'_wp_attached_file','2019/09/SHENADE2.jpg'),(21949,7454,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(21950,7454,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.7015028879541;s:5:\"bytes\";i:11258;s:11:\"size_before\";i:416731;s:10:\"size_after\";i:405473;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6;s:5:\"bytes\";i:582;s:11:\"size_before\";i:8823;s:10:\"size_after\";i:8241;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:1228;s:11:\"size_before\";i:21226;s:10:\"size_after\";i:19998;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:5370;s:11:\"size_before\";i:142349;s:10:\"size_after\";i:136979;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:136979;s:10:\"size_after\";i:136979;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8;s:5:\"bytes\";i:4078;s:11:\"size_before\";i:107354;s:10:\"size_after\";i:103276;s:4:\"time\";d:0.06;}}}'),(21951,7454,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:1280;s:4:\"file\";s:20:\"2019/09/SHENADE2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"SHENADE2-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:\"SHENADE2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"SHENADE2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"SHENADE2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"SHENADE2-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(21953,7444,'_thumbnail_id','7438'),(21954,7444,'xyz_smap','1'),(21956,7449,'_thumbnail_id','7452'),(21957,7449,'_edit_last','9'),(21958,7449,'smpush_mute_activated','no'),(21959,7449,'_yoast_wpseo_primary_category','3'),(21960,7449,'_yoast_wpseo_primary_sub-category','12'),(21961,7449,'sponsored_url',''),(21962,7449,'_yoast_wpseo_content_score','30'),(21963,7449,'_yoast_wpseo_focuskeywords','[]'),(21964,7449,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(21966,7449,'xyz_smap','1'),(21968,7457,'_edit_lock','1567638037:9'),(21969,7457,'_yst_prominent_words_version','1'),(21970,7412,'_thumbnail_id','7572'),(21971,7460,'_wp_attached_file','2019/09/jamaica-giants-D-20190904.jpg'),(21972,7460,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.793793816413113;s:5:\"bytes\";i:30768;s:11:\"size_before\";i:531051;s:10:\"size_after\";i:500283;s:4:\"time\";d:0.21000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.95;s:5:\"bytes\";i:587;s:11:\"size_before\";i:8449;s:10:\"size_after\";i:7862;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.98;s:5:\"bytes\";i:1489;s:11:\"size_before\";i:21341;s:10:\"size_after\";i:19852;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.98;s:5:\"bytes\";i:6994;s:11:\"size_before\";i:117035;s:10:\"size_after\";i:110041;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7;s:5:\"bytes\";i:10994;s:11:\"size_before\";i:192888;s:10:\"size_after\";i:181894;s:4:\"time\";d:0.08;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.59;s:5:\"bytes\";i:10704;s:11:\"size_before\";i:191338;s:10:\"size_after\";i:180634;s:4:\"time\";d:0.07;}}}'),(21973,7460,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1358;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2019/09/jamaica-giants-D-20190904.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"jamaica-giants-D-20190904-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:\"jamaica-giants-D-20190904-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"jamaica-giants-D-20190904-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"jamaica-giants-D-20190904-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"jamaica-giants-D-20190904-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1555817979\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21974,7461,'_wp_attached_file','2019/09/jamaica-giants-B-20190904.jpg'),(21975,7461,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.581435789862079;s:5:\"bytes\";i:13410;s:11:\"size_before\";i:292703;s:10:\"size_after\";i:279293;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.72;s:5:\"bytes\";i:241;s:11:\"size_before\";i:5111;s:10:\"size_after\";i:4870;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.66;s:5:\"bytes\";i:610;s:11:\"size_before\";i:13100;s:10:\"size_after\";i:12490;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.67;s:5:\"bytes\";i:3014;s:11:\"size_before\";i:64569;s:10:\"size_after\";i:61555;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.55;s:5:\"bytes\";i:4768;s:11:\"size_before\";i:104834;s:10:\"size_after\";i:100066;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.55;s:5:\"bytes\";i:4777;s:11:\"size_before\";i:105089;s:10:\"size_after\";i:100312;s:4:\"time\";d:0.04;}}}'),(21976,7461,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1358;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2019/09/jamaica-giants-B-20190904.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"jamaica-giants-B-20190904-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:\"jamaica-giants-B-20190904-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"jamaica-giants-B-20190904-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"jamaica-giants-B-20190904-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"jamaica-giants-B-20190904-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1555817248\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21977,7462,'_wp_attached_file','2019/09/jamaica-giants-A-20190904.jpg'),(21978,7462,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.2335128509247335;s:5:\"bytes\";i:14920;s:11:\"size_before\";i:352426;s:10:\"size_after\";i:337506;s:4:\"time\";d:0.18000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.42;s:5:\"bytes\";i:426;s:11:\"size_before\";i:6637;s:10:\"size_after\";i:6211;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45;s:5:\"bytes\";i:847;s:11:\"size_before\";i:15543;s:10:\"size_after\";i:14696;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45;s:5:\"bytes\";i:3473;s:11:\"size_before\";i:78041;s:10:\"size_after\";i:74568;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.07;s:5:\"bytes\";i:5136;s:11:\"size_before\";i:126136;s:10:\"size_after\";i:121000;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:5038;s:11:\"size_before\";i:126069;s:10:\"size_after\";i:121031;s:4:\"time\";d:0.07;}}}'),(21979,7462,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1358;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2019/09/jamaica-giants-A-20190904.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"jamaica-giants-A-20190904-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:\"jamaica-giants-A-20190904-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"jamaica-giants-A-20190904-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"jamaica-giants-A-20190904-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"jamaica-giants-A-20190904-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1555818086\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21980,7463,'_wp_attached_file','2019/09/jamaica-giants-D-20190904-1.jpg'),(21981,7463,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.793793816413113;s:5:\"bytes\";i:30768;s:11:\"size_before\";i:531051;s:10:\"size_after\";i:500283;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.95;s:5:\"bytes\";i:587;s:11:\"size_before\";i:8449;s:10:\"size_after\";i:7862;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.98;s:5:\"bytes\";i:1489;s:11:\"size_before\";i:21341;s:10:\"size_after\";i:19852;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.98;s:5:\"bytes\";i:6994;s:11:\"size_before\";i:117035;s:10:\"size_after\";i:110041;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7;s:5:\"bytes\";i:10994;s:11:\"size_before\";i:192888;s:10:\"size_after\";i:181894;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.59;s:5:\"bytes\";i:10704;s:11:\"size_before\";i:191338;s:10:\"size_after\";i:180634;s:4:\"time\";d:0.05;}}}'),(21982,7463,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1358;s:6:\"height\";i:900;s:4:\"file\";s:39:\"2019/09/jamaica-giants-D-20190904-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"jamaica-giants-D-20190904-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:39:\"jamaica-giants-D-20190904-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"jamaica-giants-D-20190904-1-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"jamaica-giants-D-20190904-1-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"jamaica-giants-D-20190904-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1555817979\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21983,7464,'_wp_attached_file','2019/09/jamaica-giants-E-20190904.jpg'),(21984,7464,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9496019249344165;s:5:\"bytes\";i:13821;s:11:\"size_before\";i:349934;s:10:\"size_after\";i:336113;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.64;s:5:\"bytes\";i:281;s:11:\"size_before\";i:6062;s:10:\"size_after\";i:5781;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.89;s:5:\"bytes\";i:559;s:11:\"size_before\";i:14361;s:10:\"size_after\";i:13802;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:3011;s:11:\"size_before\";i:75686;s:10:\"size_after\";i:72675;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.88;s:5:\"bytes\";i:4877;s:11:\"size_before\";i:125840;s:10:\"size_after\";i:120963;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:5093;s:11:\"size_before\";i:127985;s:10:\"size_after\";i:122892;s:4:\"time\";d:0.05;}}}'),(21985,7464,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1358;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2019/09/jamaica-giants-E-20190904.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"jamaica-giants-E-20190904-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:\"jamaica-giants-E-20190904-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"jamaica-giants-E-20190904-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"jamaica-giants-E-20190904-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"jamaica-giants-E-20190904-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1555818382\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"52\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21986,7465,'_wp_attached_file','2019/09/jamaica-giants-F-20190904.jpg'),(21987,7465,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.578571579707112;s:5:\"bytes\";i:19475;s:11:\"size_before\";i:425351;s:10:\"size_after\";i:405876;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7;s:5:\"bytes\";i:601;s:11:\"size_before\";i:8964;s:10:\"size_after\";i:8363;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.55;s:5:\"bytes\";i:1048;s:11:\"size_before\";i:18898;s:10:\"size_after\";i:17850;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.68;s:5:\"bytes\";i:4363;s:11:\"size_before\";i:93226;s:10:\"size_after\";i:88863;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4;s:5:\"bytes\";i:6666;s:11:\"size_before\";i:151573;s:10:\"size_after\";i:144907;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45;s:5:\"bytes\";i:6797;s:11:\"size_before\";i:152690;s:10:\"size_after\";i:145893;s:4:\"time\";d:0.09;}}}'),(21988,7465,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1358;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2019/09/jamaica-giants-F-20190904.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"jamaica-giants-F-20190904-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:\"jamaica-giants-F-20190904-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"jamaica-giants-F-20190904-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"jamaica-giants-F-20190904-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"jamaica-giants-F-20190904-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1555818509\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21989,7466,'_wp_attached_file','2019/09/jamaica-giants-G-20190904.jpg'),(21990,7466,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9014550674210864;s:5:\"bytes\";i:14487;s:11:\"size_before\";i:371323;s:10:\"size_after\";i:356836;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:449;s:11:\"size_before\";i:7756;s:10:\"size_after\";i:7307;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.33;s:5:\"bytes\";i:954;s:11:\"size_before\";i:17904;s:10:\"size_after\";i:16950;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1;s:5:\"bytes\";i:3379;s:11:\"size_before\";i:82344;s:10:\"size_after\";i:78965;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7;s:5:\"bytes\";i:4856;s:11:\"size_before\";i:131401;s:10:\"size_after\";i:126545;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.68;s:5:\"bytes\";i:4849;s:11:\"size_before\";i:131918;s:10:\"size_after\";i:127069;s:4:\"time\";d:0.04;}}}'),(21991,7466,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1358;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2019/09/jamaica-giants-G-20190904.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"jamaica-giants-G-20190904-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:\"jamaica-giants-G-20190904-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"jamaica-giants-G-20190904-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"jamaica-giants-G-20190904-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"jamaica-giants-G-20190904-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1555819233\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21992,7467,'_wp_attached_file','2019/09/jamaica-giants-H-20190904.jpg'),(21993,7467,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.735286558725264;s:5:\"bytes\";i:17688;s:11:\"size_before\";i:373536;s:10:\"size_after\";i:355848;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.82;s:5:\"bytes\";i:345;s:11:\"size_before\";i:5925;s:10:\"size_after\";i:5580;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.61;s:5:\"bytes\";i:806;s:11:\"size_before\";i:14376;s:10:\"size_after\";i:13570;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1;s:5:\"bytes\";i:4129;s:11:\"size_before\";i:81001;s:10:\"size_after\";i:76872;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.55;s:5:\"bytes\";i:6202;s:11:\"size_before\";i:136319;s:10:\"size_after\";i:130117;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57;s:5:\"bytes\";i:6206;s:11:\"size_before\";i:135915;s:10:\"size_after\";i:129709;s:4:\"time\";d:0.06;}}}'),(21994,7467,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1358;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2019/09/jamaica-giants-H-20190904.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"jamaica-giants-H-20190904-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:\"jamaica-giants-H-20190904-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"jamaica-giants-H-20190904-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"jamaica-giants-H-20190904-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"jamaica-giants-H-20190904-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1555817672\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21995,7468,'_wp_attached_file','2019/09/jamaica-giants-A-20190904-1.jpg'),(21996,7468,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.2335128509247335;s:5:\"bytes\";i:14920;s:11:\"size_before\";i:352426;s:10:\"size_after\";i:337506;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.42;s:5:\"bytes\";i:426;s:11:\"size_before\";i:6637;s:10:\"size_after\";i:6211;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45;s:5:\"bytes\";i:847;s:11:\"size_before\";i:15543;s:10:\"size_after\";i:14696;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45;s:5:\"bytes\";i:3473;s:11:\"size_before\";i:78041;s:10:\"size_after\";i:74568;s:4:\"time\";d:0.09;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.07;s:5:\"bytes\";i:5136;s:11:\"size_before\";i:126136;s:10:\"size_after\";i:121000;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:5038;s:11:\"size_before\";i:126069;s:10:\"size_after\";i:121031;s:4:\"time\";d:0.1;}}}'),(21997,7468,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1358;s:6:\"height\";i:900;s:4:\"file\";s:39:\"2019/09/jamaica-giants-A-20190904-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"jamaica-giants-A-20190904-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:39:\"jamaica-giants-A-20190904-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"jamaica-giants-A-20190904-1-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"jamaica-giants-A-20190904-1-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"jamaica-giants-A-20190904-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1555818086\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21998,7457,'_thumbnail_id','7464'),(21999,7457,'_edit_last','9'),(22000,7457,'smpush_mute_activated','no'),(22001,7457,'_yoast_wpseo_primary_category','3'),(22002,7457,'_yoast_wpseo_primary_sub-category','8'),(22003,7457,'sponsored_url',''),(22004,7457,'_yoast_wpseo_content_score','60'),(22005,7457,'_yoast_wpseo_focuskeywords','[]'),(22006,7457,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22007,7472,'_edit_lock','1567637789:9'),(22008,7472,'_yst_prominent_words_version','1'),(22009,7473,'_wp_attached_file','2019/09/adele-20190904.jpg'),(22010,7473,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.535801406227579;s:5:\"bytes\";i:3161;s:11:\"size_before\";i:69690;s:10:\"size_after\";i:66529;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.63;s:5:\"bytes\";i:272;s:11:\"size_before\";i:5869;s:10:\"size_after\";i:5597;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.17;s:5:\"bytes\";i:343;s:11:\"size_before\";i:10816;s:10:\"size_after\";i:10473;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8;s:5:\"bytes\";i:2546;s:11:\"size_before\";i:53005;s:10:\"size_after\";i:50459;s:4:\"time\";d:0.04;}}}'),(22011,7473,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:26:\"2019/09/adele-20190904.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"adele-20190904-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:\"adele-20190904-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"adele-20190904-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(22012,7472,'_thumbnail_id','7473'),(22013,7472,'_edit_last','9'),(22014,7472,'smpush_mute_activated','no'),(22015,7472,'_yoast_wpseo_primary_category','3'),(22016,7472,'_yoast_wpseo_primary_sub-category','9'),(22017,7472,'sponsored_url',''),(22018,7472,'_yoast_wpseo_metadesc','Adele feels \"alive\" following her split from her husband Simon Konecki five months ago.'),(22019,7472,'_yoast_wpseo_content_score','90'),(22020,7472,'_yoast_wpseo_focuskeywords','[]'),(22021,7472,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22023,7472,'xyz_smap','1'),(22025,7476,'_edit_lock','1567638463:9'),(22026,7476,'_yst_prominent_words_version','1'),(22027,7477,'_wp_attached_file','2019/09/heritage-competition.jpg'),(22028,7477,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:965234;s:11:\"size_before\";i:1203471;s:10:\"size_after\";i:238237;}'),(22029,7477,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.724607592449435;s:5:\"bytes\";i:14406;s:11:\"size_before\";i:386779;s:10:\"size_after\";i:372373;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29;s:5:\"bytes\";i:671;s:11:\"size_before\";i:9204;s:10:\"size_after\";i:8533;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.76;s:5:\"bytes\";i:1106;s:11:\"size_before\";i:19212;s:10:\"size_after\";i:18106;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.99;s:5:\"bytes\";i:3449;s:11:\"size_before\";i:86347;s:10:\"size_after\";i:82898;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.33;s:5:\"bytes\";i:4547;s:11:\"size_before\";i:136662;s:10:\"size_after\";i:132115;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.42;s:5:\"bytes\";i:4633;s:11:\"size_before\";i:135354;s:10:\"size_after\";i:130721;s:4:\"time\";d:0.04;}}}'),(22030,7477,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:987;s:4:\"file\";s:32:\"2019/09/heritage-competition.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"heritage-competition-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:\"heritage-competition-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"heritage-competition-768x505.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"heritage-competition-1024x674.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"heritage-competition-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(22031,7476,'_edit_last','9'),(22032,7476,'smpush_mute_activated','no'),(22033,7476,'_yoast_wpseo_primary_category','4'),(22034,7476,'_yoast_wpseo_primary_sub-category','16'),(22035,7476,'sponsored_url',''),(22036,7476,'_yoast_wpseo_content_score','60'),(22037,7476,'_yoast_wpseo_focuskeywords','[]'),(22038,7476,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22039,7476,'_thumbnail_id','7477'),(22040,7479,'_edit_lock','1567717782:11'),(22041,7479,'_yst_prominent_words_version','1'),(22042,7480,'_wp_attached_file','2019/09/jah-cure-NEW-20190830.jpg'),(22043,7480,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.727293421352151;s:5:\"bytes\";i:1258;s:11:\"size_before\";i:21965;s:10:\"size_after\";i:20707;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.18;s:5:\"bytes\";i:431;s:11:\"size_before\";i:6977;s:10:\"size_after\";i:6546;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.52;s:5:\"bytes\";i:827;s:11:\"size_before\";i:14988;s:10:\"size_after\";i:14161;s:4:\"time\";d:0.01;}}}'),(22044,7480,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:710;s:6:\"height\";i:483;s:4:\"file\";s:33:\"2019/09/jah-cure-NEW-20190830.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"jah-cure-NEW-20190830-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:\"jah-cure-NEW-20190830-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;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:{}}}'),(22045,7479,'_edit_last','11'),(22046,7479,'smpush_mute_activated','no'),(22047,7479,'_yoast_wpseo_primary_category','2'),(22048,7479,'_yoast_wpseo_primary_sub-category','14'),(22049,7479,'sponsored_url',''),(22050,7479,'_yoast_wpseo_content_score','90'),(22051,7479,'_yoast_wpseo_focuskeywords','[]'),(22052,7479,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22053,7479,'_thumbnail_id','7551'),(22054,7476,'xyz_smap','1'),(22056,8,'_yst_prominent_words_version','1'),(22057,7407,'job_application',''),(22059,7488,'_edit_lock','1567646182:4'),(22060,7488,'_yst_prominent_words_version','1'),(22061,7488,'_edit_last','4'),(22062,7488,'smpush_mute_activated','no'),(22063,7488,'_yoast_wpseo_primary_category','4'),(22064,7488,'_yoast_wpseo_primary_sub-category','12'),(22065,7488,'sponsored_url',''),(22066,7488,'_yoast_wpseo_content_score','60'),(22067,7488,'_yoast_wpseo_focuskeywords','[]'),(22068,7488,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22071,7492,'_wp_attached_file','2019/09/ramon-gordon-uwi-student.jpg'),(22072,7492,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.1809503361025318;s:5:\"bytes\";i:2641;s:11:\"size_before\";i:121094;s:10:\"size_after\";i:118453;s:4:\"time\";d:0.09;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.47;s:5:\"bytes\";i:233;s:11:\"size_before\";i:5215;s:10:\"size_after\";i:4982;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.32;s:5:\"bytes\";i:423;s:11:\"size_before\";i:12756;s:10:\"size_after\";i:12333;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.71;s:5:\"bytes\";i:848;s:11:\"size_before\";i:49696;s:10:\"size_after\";i:48848;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.13;s:5:\"bytes\";i:1137;s:11:\"size_before\";i:53427;s:10:\"size_after\";i:52290;s:4:\"time\";d:0.03;}}}'),(22073,7492,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:809;s:6:\"height\";i:695;s:4:\"file\";s:36:\"2019/09/ramon-gordon-uwi-student.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"ramon-gordon-uwi-student-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:\"ramon-gordon-uwi-student-300x258.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"ramon-gordon-uwi-student-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"ramon-gordon-uwi-student-809x655.jpg\";s:5:\"width\";i:809;s:6:\"height\";i:655;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:{}}}'),(22074,7494,'_wp_attached_file','2019/09/ackime-saunders-student.jpg'),(22075,7494,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.0367221869244565;s:5:\"bytes\";i:7506;s:11:\"size_before\";i:124339;s:10:\"size_after\";i:116833;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.56;s:5:\"bytes\";i:203;s:11:\"size_before\";i:4454;s:10:\"size_after\";i:4251;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.53;s:5:\"bytes\";i:249;s:11:\"size_before\";i:7058;s:10:\"size_after\";i:6809;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.16;s:5:\"bytes\";i:1401;s:11:\"size_before\";i:27174;s:10:\"size_after\";i:25773;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.71;s:5:\"bytes\";i:2864;s:11:\"size_before\";i:42695;s:10:\"size_after\";i:39831;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.49;s:5:\"bytes\";i:2789;s:11:\"size_before\";i:42958;s:10:\"size_after\";i:40169;s:4:\"time\";d:0.03;}}}'),(22076,7494,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:35:\"2019/09/ackime-saunders-student.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"ackime-saunders-student-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:\"ackime-saunders-student-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:35:\"ackime-saunders-student-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:36:\"ackime-saunders-student-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"ackime-saunders-student-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(22078,7488,'_thumbnail_id','6139'),(22079,7488,'xyz_smap','1'),(22081,7498,'_wp_attached_file','2019/09/Neikoy-Redwood-Young-Scholar-Buzz-Caribbean-1.jpg'),(22082,7498,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1478660;s:11:\"size_before\";i:1646703;s:10:\"size_after\";i:168043;}'),(22083,7498,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2324097766559765;s:5:\"bytes\";i:13959;s:11:\"size_before\";i:431845;s:10:\"size_after\";i:417886;s:4:\"time\";d:0.22000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.81;s:5:\"bytes\";i:611;s:11:\"size_before\";i:8967;s:10:\"size_after\";i:8356;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.14;s:5:\"bytes\";i:946;s:11:\"size_before\";i:18406;s:10:\"size_after\";i:17460;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.94;s:5:\"bytes\";i:4621;s:11:\"size_before\";i:157095;s:10:\"size_after\";i:152474;s:4:\"time\";d:0.11;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.24;s:5:\"bytes\";i:4270;s:11:\"size_before\";i:131847;s:10:\"size_after\";i:127577;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04;s:5:\"bytes\";i:3511;s:11:\"size_before\";i:115530;s:10:\"size_after\";i:112019;s:4:\"time\";d:0.04;}}}'),(22084,7498,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1200;s:4:\"file\";s:57:\"2019/09/Neikoy-Redwood-Young-Scholar-Buzz-Caribbean-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Neikoy-Redwood-Young-Scholar-Buzz-Caribbean-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:57:\"Neikoy-Redwood-Young-Scholar-Buzz-Caribbean-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"Neikoy-Redwood-Young-Scholar-Buzz-Caribbean-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"Neikoy-Redwood-Young-Scholar-Buzz-Caribbean-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:58:\"Neikoy-Redwood-Young-Scholar-Buzz-Caribbean-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:4:\"DACX\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560449606\";s:9:\"copyright\";s:16:\"DACX PRODUCTIONS\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22085,7499,'_wp_attached_file','2019/09/Neikoy-Redwood-Young-Scholar-Buzz-Caribbean-2.jpg'),(22086,7499,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:605643;s:11:\"size_before\";i:789178;s:10:\"size_after\";i:183535;}'),(22087,7499,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3487645989670503;s:5:\"bytes\";i:14887;s:11:\"size_before\";i:444552;s:10:\"size_after\";i:429665;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:554;s:11:\"size_before\";i:8861;s:10:\"size_after\";i:8307;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.14;s:5:\"bytes\";i:1036;s:11:\"size_before\";i:20145;s:10:\"size_after\";i:19109;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.15;s:5:\"bytes\";i:4777;s:11:\"size_before\";i:151659;s:10:\"size_after\";i:146882;s:4:\"time\";d:0.06;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.19;s:5:\"bytes\";i:4571;s:11:\"size_before\";i:143335;s:10:\"size_after\";i:138764;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.28;s:5:\"bytes\";i:3949;s:11:\"size_before\";i:120552;s:10:\"size_after\";i:116603;s:4:\"time\";d:0.04;}}}'),(22088,7499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:865;s:6:\"height\";i:1200;s:4:\"file\";s:57:\"2019/09/Neikoy-Redwood-Young-Scholar-Buzz-Caribbean-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Neikoy-Redwood-Young-Scholar-Buzz-Caribbean-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:57:\"Neikoy-Redwood-Young-Scholar-Buzz-Caribbean-2-216x300.jpg\";s:5:\"width\";i:216;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"Neikoy-Redwood-Young-Scholar-Buzz-Caribbean-2-768x1066.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1066;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"Neikoy-Redwood-Young-Scholar-Buzz-Caribbean-2-738x1024.jpg\";s:5:\"width\";i:738;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:58:\"Neikoy-Redwood-Young-Scholar-Buzz-Caribbean-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:4:\"DACX\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560449606\";s:9:\"copyright\";s:16:\"DACX PRODUCTIONS\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22102,7502,'_edit_lock','1567652111:11'),(22103,7502,'_yst_prominent_words_version','1'),(22104,7502,'_thumbnail_id','6429'),(22105,7502,'_edit_last','11'),(22106,7502,'smpush_mute_activated','no'),(22107,7502,'_yoast_wpseo_primary_category','4'),(22108,7502,'_yoast_wpseo_primary_sub-category','16'),(22109,7502,'sponsored_url',''),(22110,7502,'_yoast_wpseo_metadesc','Minister Olivia “Babsy” Grange, has invited leaders in the entertainment industry to work with her to assist the people of the Bahamas who\'ve been affected by Hurricane Dorian.'),(22111,7502,'_yoast_wpseo_content_score','60'),(22112,7502,'_yoast_wpseo_focuskeywords','[]'),(22113,7502,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22114,7412,'xyz_smap','1'),(22116,7502,'xyz_smap','1'),(22118,7457,'xyz_smap','1'),(22120,3,'_yst_prominent_words_version','1'),(22121,3,'_edit_last','1'),(22122,3,'smpush_mute_activated','no'),(22123,3,'_yoast_wpseo_title','Buzz Privacy Statement %%sep%% Buzz'),(22124,3,'_yoast_wpseo_metadesc','This Privacy Policy governs all brands, websites, apps, and other products or services that link to, or contain references to, or made available by Ramble Media Group, its subsidiaries and affiliates (“we”, “us” or “our”).'),(22125,3,'_yoast_wpseo_content_score','30'),(22126,3,'_yoast_wpseo_focuskeywords','[]'),(22127,3,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22128,7479,'xyz_smap','1'),(22130,7505,'_edit_lock','1567703597:9'),(22131,7505,'_yst_prominent_words_version','1'),(22132,7506,'_wp_attached_file','2019/09/Hon-Louise-Bennett-Cloverly-Miss-Lou-2.jpg'),(22133,7506,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.731378727679591;s:5:\"bytes\";i:1255;s:11:\"size_before\";i:21897;s:10:\"size_after\";i:20642;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.83;s:5:\"bytes\";i:476;s:11:\"size_before\";i:6972;s:10:\"size_after\";i:6496;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.22;s:5:\"bytes\";i:779;s:11:\"size_before\";i:14925;s:10:\"size_after\";i:14146;s:4:\"time\";d:0.02;}}}'),(22134,7506,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:475;s:4:\"file\";s:50:\"2019/09/Hon-Louise-Bennett-Cloverly-Miss-Lou-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Hon-Louise-Bennett-Cloverly-Miss-Lou-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:50:\"Hon-Louise-Bennett-Cloverly-Miss-Lou-2-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;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:{}}}'),(22135,7505,'_thumbnail_id','7506'),(22136,7505,'_edit_last','9'),(22137,7505,'smpush_mute_activated','no'),(22138,7505,'_yoast_wpseo_primary_category','4'),(22139,7505,'_yoast_wpseo_primary_sub-category','14'),(22140,7505,'sponsored_url',''),(22141,7505,'_yoast_wpseo_content_score','60'),(22142,7505,'_yoast_wpseo_focuskeywords','[]'),(22143,7505,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22145,7505,'xyz_smap','1'),(22147,7505,'_yoast_wpseo_metadesc','The Jamaica Cultural Development Commission (JCDC) will mount several exhibitions as part of the celebrations for the centenary anniversary of the birth of cultural icon, Hon Louise Bennett-Coverley, fondly known as ‘Miss Lou’.'),(22148,7509,'_edit_lock','1567704213:9'),(22149,7509,'_yst_prominent_words_version','1'),(22150,7510,'_wp_attached_file','2019/09/mac-miller.jpg'),(22151,7510,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.501536854370492;s:5:\"bytes\";i:5477;s:11:\"size_before\";i:99554;s:10:\"size_after\";i:94077;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.53;s:5:\"bytes\";i:498;s:11:\"size_before\";i:7632;s:10:\"size_after\";i:7134;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.03;s:5:\"bytes\";i:1074;s:11:\"size_before\";i:17825;s:10:\"size_after\";i:16751;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.27;s:5:\"bytes\";i:3905;s:11:\"size_before\";i:74097;s:10:\"size_after\";i:70192;s:4:\"time\";d:0.03;}}}'),(22152,7510,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:22:\"2019/09/mac-miller.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"mac-miller-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:\"mac-miller-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"mac-miller-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(22153,7509,'_thumbnail_id','7510'),(22154,7509,'_edit_last','9'),(22155,7509,'smpush_mute_activated','no'),(22156,7509,'_yoast_wpseo_primary_category','4'),(22157,7509,'_yoast_wpseo_primary_sub-category','14'),(22158,7509,'sponsored_url',''),(22159,7509,'_yoast_wpseo_metadesc','A man has been charged in connection with the death of Mac Miller, who died on September 7, 2018 in the United States.'),(22160,7509,'_yoast_wpseo_content_score','30'),(22161,7509,'_yoast_wpseo_focuskeywords','[]'),(22162,7509,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22164,7509,'xyz_smap','1'),(22166,7512,'_edit_lock','1567706326:11'),(22167,7512,'_yst_prominent_words_version','1'),(22168,7512,'_oembed_10e6458b0bcc8f92c995f660f0b2ed56','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2BnuqwBxNB/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2BnuqwBxNB/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2BnuqwBxNB/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Double Your Impact: Dollar for Dollar  Help @Sandalsfdn raise funds for our Northern Bahamian neighbors who have been affected by #HurricaneDorian  By donating today, on #InternationalDayofCharity Sandals Resorts International pledges to match every dollar you give to https://sandalsfoundation.org/donation  Help restore hope and rebuild together. #SandalsFoundation #SandalsFoundation4?? #BahamasStrong</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/sandalsfdn/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Sandals Foundation</a> (@sandalsfdn) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-05T09:58:03+00:00\">Sep 5, 2019 at 2:58am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(22169,7512,'_oembed_time_10e6458b0bcc8f92c995f660f0b2ed56','1567704597'),(22170,7514,'_wp_attached_file','2019/09/Sandals-Foundation-Executive-Director-Heidi-Clarke-Buzz-Caribbean.jpg'),(22171,7514,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:260850;s:11:\"size_before\";i:390943;s:10:\"size_after\";i:130093;}'),(22172,7514,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.241767797542168;s:5:\"bytes\";i:14643;s:11:\"size_before\";i:234597;s:10:\"size_after\";i:219954;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.36;s:5:\"bytes\";i:201;s:11:\"size_before\";i:4607;s:10:\"size_after\";i:4406;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79;s:5:\"bytes\";i:301;s:11:\"size_before\";i:10775;s:10:\"size_after\";i:10474;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.55;s:5:\"bytes\";i:3167;s:11:\"size_before\";i:57034;s:10:\"size_after\";i:53867;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.18;s:5:\"bytes\";i:6480;s:11:\"size_before\";i:90238;s:10:\"size_after\";i:83758;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:4494;s:11:\"size_before\";i:71943;s:10:\"size_after\";i:67449;s:4:\"time\";d:0.03;}}}'),(22173,7514,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1123;s:6:\"height\";i:1200;s:4:\"file\";s:77:\"2019/09/Sandals-Foundation-Executive-Director-Heidi-Clarke-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:77:\"Sandals-Foundation-Executive-Director-Heidi-Clarke-Buzz-Caribbean-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:77:\"Sandals-Foundation-Executive-Director-Heidi-Clarke-Buzz-Caribbean-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:77:\"Sandals-Foundation-Executive-Director-Heidi-Clarke-Buzz-Caribbean-768x821.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:821;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:78:\"Sandals-Foundation-Executive-Director-Heidi-Clarke-Buzz-Caribbean-958x1024.jpg\";s:5:\"width\";i:958;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:78:\"Sandals-Foundation-Executive-Director-Heidi-Clarke-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:15:\"Miranda Sampson\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1548435535\";s:9:\"copyright\";s:15:\"Miranda Sampson\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:12:\"Heidi Clarke\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22174,7515,'_wp_attached_file','2019/09/NEW-Neikoy-Redwood-Young-Scholar-Buzz-Caribbean-2-738x1024.jpg'),(22175,7515,'wpmf_size','134054'),(22176,7515,'wpmf_filetype','jpg'),(22177,7515,'wpmf_order','0'),(22178,7515,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:737;s:6:\"height\";i:473;s:4:\"file\";s:70:\"2019/09/NEW-Neikoy-Redwood-Young-Scholar-Buzz-Caribbean-2-738x1024.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:70:\"NEW-Neikoy-Redwood-Young-Scholar-Buzz-Caribbean-2-738x1024-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:70:\"NEW-Neikoy-Redwood-Young-Scholar-Buzz-Caribbean-2-738x1024-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(22179,7515,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.752017608217168;s:5:\"bytes\";i:1568;s:11:\"size_before\";i:27260;s:10:\"size_after\";i:25692;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53;s:5:\"bytes\";i:447;s:11:\"size_before\";i:8089;s:10:\"size_after\";i:7642;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.85;s:5:\"bytes\";i:1121;s:11:\"size_before\";i:19171;s:10:\"size_after\";i:18050;s:4:\"time\";d:0.01;}}}'),(22182,7516,'_wp_attached_file','2019/09/dorian-damage-bahamas-Buzz-Caribbean.jpg'),(22183,7516,'wpmf_size','243610'),(22184,7516,'wpmf_filetype','jpg'),(22185,7516,'wpmf_order','0'),(22186,7516,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:992;s:6:\"height\";i:662;s:4:\"file\";s:48:\"2019/09/dorian-damage-bahamas-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"dorian-damage-bahamas-Buzz-Caribbean-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:48:\"dorian-damage-bahamas-Buzz-Caribbean-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:48:\"dorian-damage-bahamas-Buzz-Caribbean-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"dorian-damage-bahamas-Buzz-Caribbean-992x655.jpg\";s:5:\"width\";i:992;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(22187,7516,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.654136844800143;s:5:\"bytes\";i:34382;s:11:\"size_before\";i:449195;s:10:\"size_after\";i:414813;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.18;s:5:\"bytes\";i:1037;s:11:\"size_before\";i:11291;s:10:\"size_after\";i:10254;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.79;s:5:\"bytes\";i:2430;s:11:\"size_before\";i:27656;s:10:\"size_after\";i:25226;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.65;s:5:\"bytes\";i:11538;s:11:\"size_before\";i:150809;s:10:\"size_after\";i:139271;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.47;s:5:\"bytes\";i:19377;s:11:\"size_before\";i:259439;s:10:\"size_after\";i:240062;s:4:\"time\";d:0.06;}}}'),(22188,7512,'_thumbnail_id','7516'),(22189,7512,'_edit_last','11'),(22190,7512,'smpush_mute_activated','no'),(22191,7512,'_yoast_wpseo_primary_category','4'),(22192,7512,'_yoast_wpseo_primary_sub-category','16'),(22193,7512,'sponsored_url',''),(22194,7512,'_yoast_wpseo_focuskw','Sandals Foundation campaign for hurricane relief in the Bahamas'),(22195,7512,'_yoast_wpseo_metadesc','Sandals Foundation launched a campaign to match every dollar donated on Sept. 5 to the Foundation to assist with hurricane relief efforts in the Bahamas.'),(22196,7512,'_yoast_wpseo_linkdex','52'),(22197,7512,'_yoast_wpseo_content_score','60'),(22198,7512,'_yoast_wpseo_focuskeywords','[{\"keyword\":\"sandals foundation\",\"score\":\"good\"},{\"keyword\":\"bahamas\",\"score\":\"ok\"},{\"keyword\":\"donate to the bahamas\",\"score\":\"ok\"},{\"keyword\":\"hurricane relief\",\"score\":\"ok\"}]'),(22199,7512,'_yoast_wpseo_keywordsynonyms','[\"Hurricane Dorian\",\"\",\"\",\"\",\"\"]'),(22201,7512,'xyz_smap','1'),(22205,7521,'_edit_lock','1568310735:9'),(22206,7521,'_yst_prominent_words_version','1'),(22209,7523,'_wp_attached_file','2019/09/Sean-Paul.jpg'),(22210,7523,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.288317583992015;s:5:\"bytes\";i:12782;s:11:\"size_before\";i:124238;s:10:\"size_after\";i:111456;s:4:\"time\";d:0.29;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45;s:5:\"bytes\";i:250;s:11:\"size_before\";i:4586;s:10:\"size_after\";i:4336;s:4:\"time\";d:0.18;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.57;s:5:\"bytes\";i:411;s:11:\"size_before\";i:6252;s:10:\"size_after\";i:5841;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.09;s:5:\"bytes\";i:2543;s:11:\"size_before\";i:25198;s:10:\"size_after\";i:22655;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.07;s:5:\"bytes\";i:4404;s:11:\"size_before\";i:39792;s:10:\"size_after\";i:35388;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.69;s:5:\"bytes\";i:5174;s:11:\"size_before\";i:48410;s:10:\"size_after\";i:43236;s:4:\"time\";d:0.06;}}}'),(22211,7523,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2019/09/Sean-Paul.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Sean-Paul-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:\"Sean-Paul-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:21:\"Sean-Paul-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:22:\"Sean-Paul-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Sean-Paul-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(22212,7521,'_oembed_0b65079b8d3cae9e8016336d826dc7ad','<iframe title=\"Sean Paul: A Life In Riddims (Full Documentary)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/-TrNJhdbW4s?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(22213,7521,'_oembed_time_0b65079b8d3cae9e8016336d826dc7ad','1568040133'),(22214,7521,'_thumbnail_id','7536'),(22215,7521,'_edit_last','9'),(22216,7521,'smpush_mute_activated','no'),(22217,7521,'_yoast_wpseo_primary_category','2'),(22218,7521,'_yoast_wpseo_primary_sub-category','14'),(22219,7521,'sponsored_url',''),(22220,7521,'_yoast_wpseo_metadesc','Jamaican dancehall artiste Sean Paul has made his name on the international music scene, and the UK-based BBC Radio 1Xtra has put his life and career in a documentary.'),(22221,7521,'_yoast_wpseo_content_score','90'),(22222,7521,'_yoast_wpseo_focuskeywords','[]'),(22223,7521,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22225,7521,'xyz_smap','1'),(22227,7526,'_edit_lock','1567709487:9'),(22228,7526,'_yst_prominent_words_version','1'),(22229,7527,'_wp_attached_file','2019/09/brad-pitt.jpg'),(22230,7527,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3834284336574783;s:5:\"bytes\";i:2105;s:11:\"size_before\";i:62215;s:10:\"size_after\";i:60110;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.28;s:5:\"bytes\";i:303;s:11:\"size_before\";i:5734;s:10:\"size_after\";i:5431;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.01;s:5:\"bytes\";i:425;s:11:\"size_before\";i:10590;s:10:\"size_after\";i:10165;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:3;s:5:\"bytes\";i:1377;s:11:\"size_before\";i:45891;s:10:\"size_after\";i:44514;s:4:\"time\";d:0.03;}}}'),(22231,7527,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:21:\"2019/09/brad-pitt.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"brad-pitt-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:\"brad-pitt-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"brad-pitt-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(22232,7526,'_thumbnail_id','7527'),(22233,7526,'_edit_last','9'),(22234,7526,'smpush_mute_activated','no'),(22235,7526,'_yoast_wpseo_primary_category','3'),(22236,7526,'_yoast_wpseo_primary_sub-category','14'),(22237,7526,'sponsored_url',''),(22238,7526,'_yoast_wpseo_content_score','60'),(22239,7526,'_yoast_wpseo_focuskeywords','[]'),(22240,7526,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22242,7526,'xyz_smap','1'),(22244,7526,'_yoast_wpseo_metadesc','Actor Brad Pitt is taking a step back from being in front of the camera because he\'s focused on his work with his production company Plan B, as well as hobbies including sculpting and landscaping.'),(22245,7530,'_edit_lock','1567718684:4'),(22246,7530,'_yst_prominent_words_version','1'),(22247,7530,'_oembed_b0b36923c6e8d12f1d0cee03aeab4fe3','<iframe title=\"BUZZ FEATURE: Bunting Facing Issues PART 1\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/m_f6yUHyn1k?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(22248,7530,'_oembed_time_b0b36923c6e8d12f1d0cee03aeab4fe3','1567718832'),(22249,7532,'_wp_attached_file','2019/09/bunting-faces-the-issues.png'),(22250,7532,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1982212;s:10:\"size_after\";i:1982212;s:4:\"time\";d:1.9;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38372;s:10:\"size_after\";i:38372;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:82329;s:10:\"size_after\";i:82329;s:4:\"time\";d:0.06;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:424356;s:10:\"size_after\";i:424356;s:4:\"time\";d:0.36;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:684667;s:10:\"size_after\";i:684667;s:4:\"time\";d:0.61;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:752488;s:10:\"size_after\";i:752488;s:4:\"time\";d:0.84;}}}'),(22251,7532,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1225;s:6:\"height\";i:723;s:4:\"file\";s:36:\"2019/09/bunting-faces-the-issues.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"bunting-faces-the-issues-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:36:\"bunting-faces-the-issues-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"bunting-faces-the-issues-768x453.png\";s:5:\"width\";i:768;s:6:\"height\";i:453;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"bunting-faces-the-issues-1024x604.png\";s:5:\"width\";i:1024;s:6:\"height\";i:604;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"bunting-faces-the-issues-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(22253,7530,'_thumbnail_id','7532'),(22254,7530,'_edit_last','4'),(22255,7530,'xyz_smap','1'),(22256,7530,'smpush_mute_activated','no'),(22258,7530,'_yoast_wpseo_primary_category','4'),(22259,7530,'_yoast_wpseo_primary_sub-category','15'),(22260,7530,'sponsored_url',''),(22261,7530,'_yoast_wpseo_content_score','60'),(22262,7530,'_yoast_wpseo_focuskeywords','[]'),(22263,7530,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22264,7535,'_edit_lock','1567726881:11'),(22265,7535,'_yst_prominent_words_version','1'),(22266,7536,'_wp_attached_file','2019/09/Sean-Paul-BBC-1Extra-Buzz-Caribbean.jpg'),(22267,7536,'wpmf_size','582765'),(22268,7536,'wpmf_filetype','jpg'),(22269,7536,'wpmf_order','0'),(22270,7536,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:47:\"2019/09/Sean-Paul-BBC-1Extra-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Sean-Paul-BBC-1Extra-Buzz-Caribbean-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:\"Sean-Paul-BBC-1Extra-Buzz-Caribbean-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Sean-Paul-BBC-1Extra-Buzz-Caribbean-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Sean-Paul-BBC-1Extra-Buzz-Caribbean-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"Sean-Paul-BBC-1Extra-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(22271,7536,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.709914083350079;s:5:\"bytes\";i:32392;s:11:\"size_before\";i:567294;s:10:\"size_after\";i:534902;s:4:\"time\";d:0.22000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1;s:5:\"bytes\";i:703;s:11:\"size_before\";i:8681;s:10:\"size_after\";i:7978;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8;s:5:\"bytes\";i:1612;s:11:\"size_before\";i:20666;s:10:\"size_after\";i:19054;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9;s:5:\"bytes\";i:6996;s:11:\"size_before\";i:118520;s:10:\"size_after\";i:111524;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.57;s:5:\"bytes\";i:11184;s:11:\"size_before\";i:200842;s:10:\"size_after\";i:189658;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.44;s:5:\"bytes\";i:11897;s:11:\"size_before\";i:218585;s:10:\"size_after\";i:206688;s:4:\"time\";d:0.08;}}}'),(22272,7537,'_wp_attached_file','2019/09/Sean-Paul-BBC-1Extra-Buzz-Caribbean-1.jpg'),(22273,7537,'wpmf_size','582765'),(22274,7537,'wpmf_filetype','jpg'),(22275,7537,'wpmf_order','0'),(22276,7537,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:49:\"2019/09/Sean-Paul-BBC-1Extra-Buzz-Caribbean-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Sean-Paul-BBC-1Extra-Buzz-Caribbean-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:49:\"Sean-Paul-BBC-1Extra-Buzz-Caribbean-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Sean-Paul-BBC-1Extra-Buzz-Caribbean-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Sean-Paul-BBC-1Extra-Buzz-Caribbean-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"Sean-Paul-BBC-1Extra-Buzz-Caribbean-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(22277,7537,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.709914083350079;s:5:\"bytes\";i:32392;s:11:\"size_before\";i:567294;s:10:\"size_after\";i:534902;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1;s:5:\"bytes\";i:703;s:11:\"size_before\";i:8681;s:10:\"size_after\";i:7978;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8;s:5:\"bytes\";i:1612;s:11:\"size_before\";i:20666;s:10:\"size_after\";i:19054;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9;s:5:\"bytes\";i:6996;s:11:\"size_before\";i:118520;s:10:\"size_after\";i:111524;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.57;s:5:\"bytes\";i:11184;s:11:\"size_before\";i:200842;s:10:\"size_after\";i:189658;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.44;s:5:\"bytes\";i:11897;s:11:\"size_before\";i:218585;s:10:\"size_after\";i:206688;s:4:\"time\";d:0.06;}}}'),(22280,7535,'_edit_last','11'),(22281,7535,'smpush_mute_activated','no'),(22282,7535,'_yoast_wpseo_primary_category','4'),(22283,7535,'_yoast_wpseo_primary_sub-category','13'),(22284,7535,'sponsored_url',''),(22285,7535,'_yoast_wpseo_content_score','30'),(22286,7535,'_yoast_wpseo_focuskeywords','[]'),(22287,7535,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22288,7540,'_edit_lock','1567718479:4'),(22289,7540,'_yst_prominent_words_version','1'),(22290,7541,'_wp_attached_file','2019/09/andrew-holness.jpg'),(22291,7541,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:497696;s:11:\"size_before\";i:637809;s:10:\"size_after\";i:140113;}'),(22292,7541,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.7955109950597292;s:5:\"bytes\";i:3947;s:11:\"size_before\";i:219826;s:10:\"size_after\";i:215879;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.44;s:5:\"bytes\";i:359;s:11:\"size_before\";i:6599;s:10:\"size_after\";i:6240;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.83;s:5:\"bytes\";i:474;s:11:\"size_before\";i:12385;s:10:\"size_after\";i:11911;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.57;s:5:\"bytes\";i:771;s:11:\"size_before\";i:49186;s:10:\"size_after\";i:48415;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.52;s:5:\"bytes\";i:1166;s:11:\"size_before\";i:76850;s:10:\"size_after\";i:75684;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.57;s:5:\"bytes\";i:1177;s:11:\"size_before\";i:74806;s:10:\"size_after\";i:73629;s:4:\"time\";d:0.03;}}}'),(22293,7541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2019/09/andrew-holness.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"andrew-holness-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:\"andrew-holness-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:26:\"andrew-holness-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:27:\"andrew-holness-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"andrew-holness-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567677232\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22297,7535,'xyz_smap','1'),(22299,7544,'_wp_attached_file','2019/09/wiley-british-producer.jpg'),(22300,7544,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.224483121979579;s:5:\"bytes\";i:7953;s:11:\"size_before\";i:110084;s:10:\"size_after\";i:102131;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:164;s:11:\"size_before\";i:3644;s:10:\"size_after\";i:3480;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.58;s:5:\"bytes\";i:339;s:11:\"size_before\";i:7398;s:10:\"size_after\";i:7059;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.07;s:5:\"bytes\";i:3510;s:11:\"size_before\";i:38708;s:10:\"size_after\";i:35198;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.53;s:5:\"bytes\";i:3940;s:11:\"size_before\";i:60334;s:10:\"size_after\";i:56394;s:4:\"time\";d:0.03;}}}'),(22301,7544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:803;s:4:\"file\";s:34:\"2019/09/wiley-british-producer.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"wiley-british-producer-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:\"wiley-british-producer-300x241.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"wiley-british-producer-768x617.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"wiley-british-producer-1000x655.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:655;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:{}}}'),(22302,7545,'_wp_attached_file','2019/09/popcaan-and-nicki-minaj.jpg'),(22303,7545,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4845441356991405;s:5:\"bytes\";i:2498;s:11:\"size_before\";i:71688;s:10:\"size_after\";i:69190;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.99;s:5:\"bytes\";i:414;s:11:\"size_before\";i:6914;s:10:\"size_after\";i:6500;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.99;s:5:\"bytes\";i:672;s:11:\"size_before\";i:13468;s:10:\"size_after\";i:12796;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.75;s:5:\"bytes\";i:1412;s:11:\"size_before\";i:51306;s:10:\"size_after\";i:49894;s:4:\"time\";d:0.02;}}}'),(22304,7545,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:35:\"2019/09/popcaan-and-nicki-minaj.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"popcaan-and-nicki-minaj-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:\"popcaan-and-nicki-minaj-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:35:\"popcaan-and-nicki-minaj-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;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:{}}}'),(22305,7540,'_oembed_43e0b87f8e12bd04a292745c1da8f770','<iframe title=\"Wiley, Sean Paul, Stefflon Don - Boasty ft. Idris Elba\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/huaE85-V8u4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(22306,7540,'_oembed_time_43e0b87f8e12bd04a292745c1da8f770','1567716738'),(22307,7540,'_edit_last','9'),(22308,7540,'smpush_mute_activated','no'),(22309,7540,'_yoast_wpseo_primary_category','2'),(22310,7540,'_yoast_wpseo_primary_sub-category','7'),(22311,7540,'sponsored_url',''),(22312,7540,'_yoast_wpseo_content_score','60'),(22313,7540,'_yoast_wpseo_focuskeywords','[]'),(22314,7540,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22317,7530,'sponsored_img','https://buzz-caribbean.com/app/uploads/2019/09/Sponsored-Logo-RISE-United.jpg'),(22320,7540,'_thumbnail_id','7545'),(22322,7540,'xyz_smap','1'),(22324,7551,'_wp_attached_file','2019/09/Jah-Cure-Buzz-Caribbean.jpg'),(22325,7551,'wpmf_size','190746'),(22326,7551,'wpmf_filetype','jpg'),(22327,7551,'wpmf_order','0'),(22328,7551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:35:\"2019/09/Jah-Cure-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Jah-Cure-Buzz-Caribbean-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:\"Jah-Cure-Buzz-Caribbean-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Jah-Cure-Buzz-Caribbean-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Jah-Cure-Buzz-Caribbean-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Jah-Cure-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(22329,7551,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.738449176376054;s:5:\"bytes\";i:16772;s:11:\"size_before\";i:248900;s:10:\"size_after\";i:232128;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.31;s:5:\"bytes\";i:686;s:11:\"size_before\";i:9379;s:10:\"size_after\";i:8693;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.69;s:5:\"bytes\";i:1015;s:11:\"size_before\";i:15167;s:10:\"size_after\";i:14152;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:7;s:5:\"bytes\";i:3900;s:11:\"size_before\";i:55704;s:10:\"size_after\";i:51804;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.68;s:5:\"bytes\";i:5416;s:11:\"size_before\";i:81067;s:10:\"size_after\";i:75651;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.57;s:5:\"bytes\";i:5755;s:11:\"size_before\";i:87583;s:10:\"size_after\";i:81828;s:4:\"time\";d:0.04;}}}'),(22332,7552,'_edit_lock','1567721521:11'),(22333,7552,'_yst_prominent_words_version','1'),(22334,7554,'_edit_lock','1567720443:9'),(22335,7554,'_yst_prominent_words_version','1'),(22336,7555,'_edit_lock','1567724286:4'),(22337,7555,'_yst_prominent_words_version','1'),(22338,7556,'_wp_attached_file','2019/09/Rihanna-Gambino-Poison-Ivy-Buzz-Caribbean.png'),(22339,7557,'_wp_attached_file','2019/09/Rihanna-Sandra-Bullock-Buzz-Caribbean.png'),(22340,7557,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:205587;s:10:\"size_after\";i:205587;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42666;s:10:\"size_after\";i:42666;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:162921;s:10:\"size_after\";i:162921;s:4:\"time\";d:0.08;}}}'),(22341,7557,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:49:\"2019/09/Rihanna-Sandra-Bullock-Buzz-Caribbean.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Rihanna-Sandra-Bullock-Buzz-Caribbean-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:49:\"Rihanna-Sandra-Bullock-Buzz-Caribbean-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(22342,7558,'_wp_attached_file','2019/09/Rihanna-Poison-Ivy-Buzz-Caribbean.png'),(22343,7556,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:625429;s:10:\"size_after\";i:625429;s:4:\"time\";d:0.29000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45722;s:10:\"size_after\";i:45722;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:91479;s:10:\"size_after\";i:91479;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:488228;s:10:\"size_after\";i:488228;s:4:\"time\";d:0.23;}}}'),(22344,7556,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:790;s:6:\"height\";i:395;s:4:\"file\";s:53:\"2019/09/Rihanna-Gambino-Poison-Ivy-Buzz-Caribbean.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Rihanna-Gambino-Poison-Ivy-Buzz-Caribbean-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:53:\"Rihanna-Gambino-Poison-Ivy-Buzz-Caribbean-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"Rihanna-Gambino-Poison-Ivy-Buzz-Caribbean-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;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:{}}}'),(22345,7558,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:125376;s:10:\"size_after\";i:125376;s:4:\"time\";d:0.09000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40159;s:10:\"size_after\";i:40159;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:85217;s:10:\"size_after\";i:85217;s:4:\"time\";d:0.07;}}}'),(22346,7558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:594;s:6:\"height\";i:396;s:4:\"file\";s:45:\"2019/09/Rihanna-Poison-Ivy-Buzz-Caribbean.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Rihanna-Poison-Ivy-Buzz-Caribbean-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:45:\"Rihanna-Poison-Ivy-Buzz-Caribbean-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: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:{}}}'),(22347,7559,'_wp_attached_file','2019/09/Nerds-CAGE.jpg'),(22348,7560,'_wp_attached_file','2019/09/Nerds-CAGE-BB.jpg'),(22349,7559,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.497583068633798;s:5:\"bytes\";i:17855;s:11:\"size_before\";i:396991;s:10:\"size_after\";i:379136;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.77;s:5:\"bytes\";i:368;s:11:\"size_before\";i:6383;s:10:\"size_after\";i:6015;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6;s:5:\"bytes\";i:729;s:11:\"size_before\";i:15833;s:10:\"size_after\";i:15104;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.85;s:5:\"bytes\";i:3095;s:11:\"size_before\";i:80306;s:10:\"size_after\";i:77211;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6;s:5:\"bytes\";i:7213;s:11:\"size_before\";i:156905;s:10:\"size_after\";i:149692;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.69;s:5:\"bytes\";i:6450;s:11:\"size_before\";i:137564;s:10:\"size_after\";i:131114;s:4:\"time\";d:0.06;}}}'),(22350,7559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:22:\"2019/09/Nerds-CAGE.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Nerds-CAGE-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:\"Nerds-CAGE-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Nerds-CAGE-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Nerds-CAGE-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Nerds-CAGE-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(22351,7560,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.339859025263422;s:5:\"bytes\";i:24560;s:11:\"size_before\";i:565917;s:10:\"size_after\";i:541357;s:4:\"time\";d:0.23000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.15;s:5:\"bytes\";i:540;s:11:\"size_before\";i:8776;s:10:\"size_after\";i:8236;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.43;s:5:\"bytes\";i:1172;s:11:\"size_before\";i:21566;s:10:\"size_after\";i:20394;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1;s:5:\"bytes\";i:4750;s:11:\"size_before\";i:115741;s:10:\"size_after\";i:110991;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:9456;s:11:\"size_before\";i:222509;s:10:\"size_after\";i:213053;s:4:\"time\";d:0.08;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.38;s:5:\"bytes\";i:8642;s:11:\"size_before\";i:197325;s:10:\"size_after\";i:188683;s:4:\"time\";d:0.08;}}}'),(22352,7560,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:25:\"2019/09/Nerds-CAGE-BB.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Nerds-CAGE-BB-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:\"Nerds-CAGE-BB-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Nerds-CAGE-BB-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Nerds-CAGE-BB-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Nerds-CAGE-BB-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(22353,7561,'_wp_attached_file','2019/09/Rihanna-Gambino-Poison-Ivy-Buzz-Caribbean-1.png'),(22354,7561,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:625429;s:10:\"size_after\";i:625429;s:4:\"time\";d:0.27;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45722;s:10:\"size_after\";i:45722;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:91479;s:10:\"size_after\";i:91479;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:488228;s:10:\"size_after\";i:488228;s:4:\"time\";d:0.21;}}}'),(22355,7561,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:790;s:6:\"height\";i:395;s:4:\"file\";s:55:\"2019/09/Rihanna-Gambino-Poison-Ivy-Buzz-Caribbean-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Rihanna-Gambino-Poison-Ivy-Buzz-Caribbean-1-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:55:\"Rihanna-Gambino-Poison-Ivy-Buzz-Caribbean-1-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Rihanna-Gambino-Poison-Ivy-Buzz-Caribbean-1-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;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:{}}}'),(22356,7562,'_wp_attached_file','2019/09/Nerds-CAGE-CCC.jpg'),(22357,7562,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.0271089381811285;s:5:\"bytes\";i:24914;s:11:\"size_before\";i:495593;s:10:\"size_after\";i:470679;s:4:\"time\";d:0.22999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.57;s:5:\"bytes\";i:728;s:11:\"size_before\";i:9618;s:10:\"size_after\";i:8890;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.52;s:5:\"bytes\";i:1558;s:11:\"size_before\";i:23895;s:10:\"size_after\";i:22337;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.91;s:5:\"bytes\";i:5327;s:11:\"size_before\";i:108421;s:10:\"size_after\";i:103094;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87;s:5:\"bytes\";i:9179;s:11:\"size_before\";i:188405;s:10:\"size_after\";i:179226;s:4:\"time\";d:0.11;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.91;s:5:\"bytes\";i:8122;s:11:\"size_before\";i:165254;s:10:\"size_after\";i:157132;s:4:\"time\";d:0.05;}}}'),(22358,7562,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:26:\"2019/09/Nerds-CAGE-CCC.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Nerds-CAGE-CCC-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:\"Nerds-CAGE-CCC-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Nerds-CAGE-CCC-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Nerds-CAGE-CCC-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Nerds-CAGE-CCC-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(22359,7563,'_wp_attached_file','2019/09/Rihanna-Poison-Ivy-Buzz-Caribbean-1.png'),(22360,7563,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:125376;s:10:\"size_after\";i:125376;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40159;s:10:\"size_after\";i:40159;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:85217;s:10:\"size_after\";i:85217;s:4:\"time\";d:0.08;}}}'),(22361,7563,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:594;s:6:\"height\";i:396;s:4:\"file\";s:47:\"2019/09/Rihanna-Poison-Ivy-Buzz-Caribbean-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Rihanna-Poison-Ivy-Buzz-Caribbean-1-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:47:\"Rihanna-Poison-Ivy-Buzz-Caribbean-1-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: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:{}}}'),(22362,7564,'_wp_attached_file','2019/09/Nerds-CAGE-BB-1.jpg'),(22363,7564,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.339859025263422;s:5:\"bytes\";i:24560;s:11:\"size_before\";i:565917;s:10:\"size_after\";i:541357;s:4:\"time\";d:0.21000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.15;s:5:\"bytes\";i:540;s:11:\"size_before\";i:8776;s:10:\"size_after\";i:8236;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.43;s:5:\"bytes\";i:1172;s:11:\"size_before\";i:21566;s:10:\"size_after\";i:20394;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1;s:5:\"bytes\";i:4750;s:11:\"size_before\";i:115741;s:10:\"size_after\";i:110991;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:9456;s:11:\"size_before\";i:222509;s:10:\"size_after\";i:213053;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.38;s:5:\"bytes\";i:8642;s:11:\"size_before\";i:197325;s:10:\"size_after\";i:188683;s:4:\"time\";d:0.07;}}}'),(22364,7564,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:27:\"2019/09/Nerds-CAGE-BB-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Nerds-CAGE-BB-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:27:\"Nerds-CAGE-BB-1-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Nerds-CAGE-BB-1-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Nerds-CAGE-BB-1-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Nerds-CAGE-BB-1-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(22365,7565,'_wp_attached_file','2019/09/Rihanna-Buzz-Caribbean.png'),(22366,7565,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2731650;s:10:\"size_after\";i:2731650;s:4:\"time\";d:1.3800000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51131;s:10:\"size_after\";i:51131;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:112844;s:10:\"size_after\";i:112844;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:588719;s:10:\"size_after\";i:588719;s:4:\"time\";d:0.25;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:949496;s:10:\"size_after\";i:949496;s:4:\"time\";d:0.53;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1029460;s:10:\"size_after\";i:1029460;s:4:\"time\";d:0.54;}}}'),(22367,7565,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1125;s:6:\"height\";i:673;s:4:\"file\";s:34:\"2019/09/Rihanna-Buzz-Caribbean.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Rihanna-Buzz-Caribbean-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:34:\"Rihanna-Buzz-Caribbean-300x179.png\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Rihanna-Buzz-Caribbean-768x459.png\";s:5:\"width\";i:768;s:6:\"height\";i:459;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Rihanna-Buzz-Caribbean-1024x613.png\";s:5:\"width\";i:1024;s:6:\"height\";i:613;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Rihanna-Buzz-Caribbean-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(22368,7566,'_wp_attached_file','2019/09/Rihanna-Sandra-Bullock-Buzz-Caribbean-1.png'),(22369,7566,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:205587;s:10:\"size_after\";i:205587;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42666;s:10:\"size_after\";i:42666;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:162921;s:10:\"size_after\";i:162921;s:4:\"time\";d:0.08;}}}'),(22370,7566,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:51:\"2019/09/Rihanna-Sandra-Bullock-Buzz-Caribbean-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Rihanna-Sandra-Bullock-Buzz-Caribbean-1-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:51:\"Rihanna-Sandra-Bullock-Buzz-Caribbean-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(22371,7555,'_oembed_99569e80a764ccfb3dc7e61c661405b2','<iframe title=\"Sandals Founder Butch Stewart on The American Dream TV Show | Bloomberg TV.\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/qS4AMvR1ZvM?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(22372,7555,'_oembed_time_99569e80a764ccfb3dc7e61c661405b2','1567719782'),(22373,7568,'_wp_attached_file','2019/09/Rihanna-Gambino-Poison-Ivy-Buzz-Caribbean-2.png'),(22374,7568,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:625429;s:10:\"size_after\";i:625429;s:4:\"time\";d:0.3;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45722;s:10:\"size_after\";i:45722;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:91479;s:10:\"size_after\";i:91479;s:4:\"time\";d:0.05;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:488228;s:10:\"size_after\";i:488228;s:4:\"time\";d:0.22;}}}'),(22375,7568,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:790;s:6:\"height\";i:395;s:4:\"file\";s:55:\"2019/09/Rihanna-Gambino-Poison-Ivy-Buzz-Caribbean-2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Rihanna-Gambino-Poison-Ivy-Buzz-Caribbean-2-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:55:\"Rihanna-Gambino-Poison-Ivy-Buzz-Caribbean-2-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Rihanna-Gambino-Poison-Ivy-Buzz-Caribbean-2-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;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:{}}}'),(22376,7554,'_thumbnail_id','7560'),(22377,7554,'_edit_last','9'),(22378,7554,'smpush_mute_activated','no'),(22379,7554,'_yoast_wpseo_primary_category','2'),(22380,7554,'_yoast_wpseo_primary_sub-category','5'),(22381,7554,'sponsored_url',''),(22382,7554,'_yoast_wpseo_metadesc','Anime Nerds of Jamaica (ANJ) held their largest event yet when CAGE was staged at the University of Technology in St Andrew on August 31.'),(22383,7554,'_yoast_wpseo_content_score','60'),(22384,7554,'_yoast_wpseo_focuskeywords','[]'),(22385,7554,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22387,7554,'xyz_smap','1'),(22389,7571,'_edit_lock','1567721122:9'),(22390,7571,'_yst_prominent_words_version','1'),(22391,7572,'_wp_attached_file','2019/09/Peter-Bunting-Vs-Peter-Phillips-Sept-2019Artboard-1.jpg'),(22392,7572,'wpmf_size','205553'),(22393,7572,'wpmf_filetype','jpg'),(22394,7572,'wpmf_order','0'),(22395,7572,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:63:\"2019/09/Peter-Bunting-Vs-Peter-Phillips-Sept-2019Artboard-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"Peter-Bunting-Vs-Peter-Phillips-Sept-2019Artboard-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:63:\"Peter-Bunting-Vs-Peter-Phillips-Sept-2019Artboard-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:63:\"Peter-Bunting-Vs-Peter-Phillips-Sept-2019Artboard-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:64:\"Peter-Bunting-Vs-Peter-Phillips-Sept-2019Artboard-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:64:\"Peter-Bunting-Vs-Peter-Phillips-Sept-2019Artboard-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(22396,7572,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.8604055138899023;s:5:\"bytes\";i:6663;s:11:\"size_before\";i:232939;s:10:\"size_after\";i:226276;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.72;s:5:\"bytes\";i:390;s:11:\"size_before\";i:6814;s:10:\"size_after\";i:6424;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.72;s:5:\"bytes\";i:575;s:11:\"size_before\";i:12176;s:10:\"size_after\";i:11601;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.85;s:5:\"bytes\";i:1430;s:11:\"size_before\";i:50114;s:10:\"size_after\";i:48684;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.77;s:5:\"bytes\";i:2171;s:11:\"size_before\";i:78418;s:10:\"size_after\";i:76247;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.46;s:5:\"bytes\";i:2097;s:11:\"size_before\";i:85417;s:10:\"size_after\";i:83320;s:4:\"time\";d:0.04;}}}'),(22399,7573,'_wp_attached_file','2019/09/lizzo-20190905.jpg'),(22400,7573,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.645630533582852;s:5:\"bytes\";i:3590;s:11:\"size_before\";i:63589;s:10:\"size_after\";i:59999;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.85;s:5:\"bytes\";i:341;s:11:\"size_before\";i:5828;s:10:\"size_after\";i:5487;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.07;s:5:\"bytes\";i:517;s:11:\"size_before\";i:10195;s:10:\"size_after\";i:9678;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.74;s:5:\"bytes\";i:2732;s:11:\"size_before\";i:47566;s:10:\"size_after\";i:44834;s:4:\"time\";d:0.03;}}}'),(22401,7573,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:26:\"2019/09/lizzo-20190905.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"lizzo-20190905-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:\"lizzo-20190905-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"lizzo-20190905-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:13:\"Faye S/Famous\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:229:\"Lizzo at the BET Awards, Arrivals, Microsoft Theater, Los Angeles, USA - 23rd June 2019\r\rBANG MEDIA INTERNATIONAL FAMOUS PICTURES 28 HOLMES ROAD LONDON NW5 3AB UNITED KINGDOM tel +44 (0) 20 7485 1005 e-mail pictures@famous.uk.com\";s:17:\"created_timestamp\";s:10:\"1561329710\";s:9:\"copyright\";s:13:\"Faye S/Famous\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:14:\"NORESTRICTIONS\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22402,7571,'_thumbnail_id','7573'),(22403,7571,'_edit_last','9'),(22404,7571,'smpush_mute_activated','no'),(22405,7571,'_yoast_wpseo_primary_category','3'),(22406,7571,'_yoast_wpseo_primary_sub-category','11'),(22407,7571,'sponsored_url',''),(22408,7571,'_yoast_wpseo_metadesc','American entertainer Lizzo says she is learning how to open up about her feelings.'),(22409,7571,'_yoast_wpseo_content_score','60'),(22410,7571,'_yoast_wpseo_focuskeywords','[]'),(22411,7571,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22413,7571,'xyz_smap','1'),(22415,7575,'_wp_attached_file','2019/09/sandals-royal-caribbean-resort.jpg'),(22416,7575,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.10836788541274;s:5:\"bytes\";i:5421;s:11:\"size_before\";i:106120;s:10:\"size_after\";i:100699;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.67;s:5:\"bytes\";i:563;s:11:\"size_before\";i:8440;s:10:\"size_after\";i:7877;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.59;s:5:\"bytes\";i:897;s:11:\"size_before\";i:16047;s:10:\"size_after\";i:15150;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.85;s:5:\"bytes\";i:3961;s:11:\"size_before\";i:81633;s:10:\"size_after\";i:77672;s:4:\"time\";d:0.02;}}}'),(22417,7575,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:857;s:6:\"height\";i:533;s:4:\"file\";s:42:\"2019/09/sandals-royal-caribbean-resort.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"sandals-royal-caribbean-resort-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:42:\"sandals-royal-caribbean-resort-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"sandals-royal-caribbean-resort-768x478.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:478;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:{}}}'),(22419,7552,'_thumbnail_id','7563'),(22420,7552,'_edit_last','11'),(22421,7552,'xyz_smap','1'),(22422,7552,'smpush_mute_activated','no'),(22424,7552,'_yoast_wpseo_primary_category','2'),(22425,7552,'_yoast_wpseo_primary_sub-category','14'),(22426,7552,'sponsored_url',''),(22427,7552,'_yoast_wpseo_focuskw','Rihanna to play Poison Ivy'),(22428,7552,'_yoast_wpseo_metadesc','Mega-popstar Rihanna may be set to hit the big screens again with Warner Bros reportedly including her on the wishlist to play the role of ‘Poison Ivy’.'),(22429,7552,'_yoast_wpseo_linkdex','56'),(22430,7552,'_yoast_wpseo_content_score','60'),(22431,7552,'_yoast_wpseo_focuskeywords','[{\"keyword\":\"Rihanna\",\"score\":\"ok\"},{\"keyword\":\"warner bros\",\"score\":\"ok\"},{\"keyword\":\"DC\",\"score\":\"ok\"},{\"keyword\":\"sandra bullock\",\"score\":\"ok\"}]'),(22432,7552,'_yoast_wpseo_keywordsynonyms','[\"\",\"\",\"\",\"\",\"\"]'),(22433,7577,'_edit_lock','1567722783:9'),(22434,7577,'_yst_prominent_words_version','1'),(22436,7579,'_edit_lock','1567725147:11'),(22437,7579,'_yst_prominent_words_version','1'),(22438,7580,'_wp_attached_file','2019/09/Entertainer-JohMar-BBB.jpg'),(22439,7580,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:397779;s:11:\"size_before\";i:564092;s:10:\"size_after\";i:166313;}'),(22440,7580,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.985477688110988;s:5:\"bytes\";i:19385;s:11:\"size_before\";i:215737;s:10:\"size_after\";i:196352;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.26;s:5:\"bytes\";i:268;s:11:\"size_before\";i:4284;s:10:\"size_after\";i:4016;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:476;s:11:\"size_before\";i:8722;s:10:\"size_after\";i:8246;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.89;s:5:\"bytes\";i:4259;s:11:\"size_before\";i:47907;s:10:\"size_after\";i:43648;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3;s:5:\"bytes\";i:7798;s:11:\"size_before\";i:83835;s:10:\"size_after\";i:76037;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.27;s:5:\"bytes\";i:6584;s:11:\"size_before\";i:70989;s:10:\"size_after\";i:64405;s:4:\"time\";d:0.03;}}}'),(22441,7580,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1173;s:4:\"file\";s:34:\"2019/09/Entertainer-JohMar-BBB.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Entertainer-JohMar-BBB-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:\"Entertainer-JohMar-BBB-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Entertainer-JohMar-BBB-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Entertainer-JohMar-BBB-1024x801.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Entertainer-JohMar-BBB-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D610\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563200195\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22442,7581,'_wp_attached_file','2019/09/Cannabis-License-Jamaica-CLA.jpg'),(22443,7581,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:682713;s:11:\"size_before\";i:910852;s:10:\"size_after\";i:228139;}'),(22444,7581,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.251332068996659;s:5:\"bytes\";i:15064;s:11:\"size_before\";i:354336;s:10:\"size_after\";i:339272;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.44;s:5:\"bytes\";i:499;s:11:\"size_before\";i:7749;s:10:\"size_after\";i:7250;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.18;s:5:\"bytes\";i:1117;s:11:\"size_before\";i:18061;s:10:\"size_after\";i:16944;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.59;s:5:\"bytes\";i:3651;s:11:\"size_before\";i:79458;s:10:\"size_after\";i:75807;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.94;s:5:\"bytes\";i:4902;s:11:\"size_before\";i:124536;s:10:\"size_after\";i:119634;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.93;s:5:\"bytes\";i:4895;s:11:\"size_before\";i:124532;s:10:\"size_after\";i:119637;s:4:\"time\";d:0.04;}}}'),(22445,7581,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:40:\"2019/09/Cannabis-License-Jamaica-CLA.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Cannabis-License-Jamaica-CLA-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:\"Cannabis-License-Jamaica-CLA-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:40:\"Cannabis-License-Jamaica-CLA-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:41:\"Cannabis-License-Jamaica-CLA-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Cannabis-License-Jamaica-CLA-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564369942\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22446,7582,'_wp_attached_file','2019/09/Diane-Edwards-JAMPRO-Cannabis-License.jpg'),(22447,7582,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:92512;s:11:\"size_before\";i:230783;s:10:\"size_after\";i:138271;}'),(22448,7582,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.796294352298971;s:5:\"bytes\";i:6393;s:11:\"size_before\";i:228624;s:10:\"size_after\";i:222231;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:381;s:11:\"size_before\";i:6624;s:10:\"size_after\";i:6243;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.65;s:5:\"bytes\";i:608;s:11:\"size_before\";i:13087;s:10:\"size_after\";i:12479;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.74;s:5:\"bytes\";i:1405;s:11:\"size_before\";i:51336;s:10:\"size_after\";i:49931;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.42;s:5:\"bytes\";i:1897;s:11:\"size_before\";i:78437;s:10:\"size_after\";i:76540;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.66;s:5:\"bytes\";i:2102;s:11:\"size_before\";i:79140;s:10:\"size_after\";i:77038;s:4:\"time\";d:0.03;}}}'),(22449,7582,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:49:\"2019/09/Diane-Edwards-JAMPRO-Cannabis-License.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Diane-Edwards-JAMPRO-Cannabis-License-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:\"Diane-Edwards-JAMPRO-Cannabis-License-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:49:\"Diane-Edwards-JAMPRO-Cannabis-License-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:50:\"Diane-Edwards-JAMPRO-Cannabis-License-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"Diane-Edwards-JAMPRO-Cannabis-License-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:17:\"Donald De La Haye\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567607348\";s:9:\"copyright\";s:17:\"Donald De La Haye\";s:12:\"focal_length\";s:2:\"62\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22450,7584,'_wp_attached_file','2019/09/CanEx-Cannabis-License-Buzz-Caribbean.jpg'),(22451,7584,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:95956;s:11:\"size_before\";i:257064;s:10:\"size_after\";i:161108;}'),(22452,7584,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.7359884514078625;s:5:\"bytes\";i:7240;s:11:\"size_before\";i:264621;s:10:\"size_after\";i:257381;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:375;s:11:\"size_before\";i:6773;s:10:\"size_after\";i:6398;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.55;s:5:\"bytes\";i:674;s:11:\"size_before\";i:14802;s:10:\"size_after\";i:14128;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.77;s:5:\"bytes\";i:1645;s:11:\"size_before\";i:59303;s:10:\"size_after\";i:57658;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.49;s:5:\"bytes\";i:2282;s:11:\"size_before\";i:91521;s:10:\"size_after\";i:89239;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.45;s:5:\"bytes\";i:2264;s:11:\"size_before\";i:92222;s:10:\"size_after\";i:89958;s:4:\"time\";d:0.04;}}}'),(22453,7584,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:49:\"2019/09/CanEx-Cannabis-License-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"CanEx-Cannabis-License-Buzz-Caribbean-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:\"CanEx-Cannabis-License-Buzz-Caribbean-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:49:\"CanEx-Cannabis-License-Buzz-Caribbean-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:50:\"CanEx-Cannabis-License-Buzz-Caribbean-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"CanEx-Cannabis-License-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:17:\"Donald De La Haye\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567607351\";s:9:\"copyright\";s:17:\"Donald De La Haye\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22454,7585,'_wp_attached_file','2019/09/NEW-dangel-buzz-demo-1.jpg'),(22455,7585,'wpmf_size','99465'),(22456,7585,'wpmf_filetype','jpg'),(22457,7585,'wpmf_order','0'),(22458,7585,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:639;s:6:\"height\";i:351;s:4:\"file\";s:34:\"2019/09/NEW-dangel-buzz-demo-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"NEW-dangel-buzz-demo-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:\"NEW-dangel-buzz-demo-1-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(22459,7585,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.550100328736711;s:5:\"bytes\";i:1300;s:11:\"size_before\";i:23423;s:10:\"size_after\";i:22123;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.07;s:5:\"bytes\";i:513;s:11:\"size_before\";i:8453;s:10:\"size_after\";i:7940;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.26;s:5:\"bytes\";i:787;s:11:\"size_before\";i:14970;s:10:\"size_after\";i:14183;s:4:\"time\";d:0.01;}}}'),(22462,7577,'_thumbnail_id','7580'),(22463,7577,'_edit_last','9'),(22464,7577,'smpush_mute_activated','no'),(22465,7577,'_yoast_wpseo_primary_category','3'),(22466,7577,'_yoast_wpseo_primary_sub-category','14'),(22467,7577,'sponsored_url',''),(22468,7577,'_yoast_wpseo_metadesc','Wavestorm Entertainment recording artiste JohMar is confident he has what it takes to be Jamaica’s next big international music star.'),(22469,7577,'_yoast_wpseo_content_score','60'),(22470,7577,'_yoast_wpseo_focuskeywords','[]'),(22471,7577,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22473,7577,'xyz_smap','1'),(22477,7588,'_wp_attached_file','2019/09/Cannabis-Bi-Products-Kaya.jpg'),(22478,7588,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.7809141900271324;s:5:\"bytes\";i:2829;s:11:\"size_before\";i:158851;s:10:\"size_after\";i:156022;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.91;s:5:\"bytes\";i:274;s:11:\"size_before\";i:5586;s:10:\"size_after\";i:5312;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.86;s:5:\"bytes\";i:397;s:11:\"size_before\";i:10297;s:10:\"size_after\";i:9900;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.6;s:5:\"bytes\";i:556;s:11:\"size_before\";i:34783;s:10:\"size_after\";i:34227;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.45;s:5:\"bytes\";i:743;s:11:\"size_before\";i:51399;s:10:\"size_after\";i:50656;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.51;s:5:\"bytes\";i:859;s:11:\"size_before\";i:56786;s:10:\"size_after\";i:55927;s:4:\"time\";d:0.02;}}}'),(22479,7588,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1328;s:6:\"height\";i:760;s:4:\"file\";s:37:\"2019/09/Cannabis-Bi-Products-Kaya.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Cannabis-Bi-Products-Kaya-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:\"Cannabis-Bi-Products-Kaya-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Cannabis-Bi-Products-Kaya-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Cannabis-Bi-Products-Kaya-1024x586.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Cannabis-Bi-Products-Kaya-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(22480,7589,'_wp_attached_file','2019/09/gordon-butch-stewart.jpg'),(22481,7589,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.941221025646005;s:5:\"bytes\";i:35740;s:11:\"size_before\";i:514895;s:10:\"size_after\";i:479155;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.17;s:5:\"bytes\";i:458;s:11:\"size_before\";i:8851;s:10:\"size_after\";i:8393;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:1426;s:11:\"size_before\";i:22822;s:10:\"size_after\";i:21396;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.27;s:5:\"bytes\";i:8519;s:11:\"size_before\";i:117120;s:10:\"size_after\";i:108601;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.96;s:5:\"bytes\";i:12776;s:11:\"size_before\";i:183465;s:10:\"size_after\";i:170689;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.88;s:5:\"bytes\";i:12561;s:11:\"size_before\";i:182637;s:10:\"size_after\";i:170076;s:4:\"time\";d:0.04;}}}'),(22482,7589,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:718;s:4:\"file\";s:32:\"2019/09/gordon-butch-stewart.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"gordon-butch-stewart-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:\"gordon-butch-stewart-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"gordon-butch-stewart-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"gordon-butch-stewart-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"gordon-butch-stewart-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(22484,7555,'_thumbnail_id','7589'),(22485,7555,'_edit_last','4'),(22486,7555,'xyz_smap','1'),(22487,7555,'smpush_mute_activated','no'),(22489,7555,'_yoast_wpseo_primary_category','4'),(22490,7555,'_yoast_wpseo_primary_sub-category','16'),(22491,7555,'sponsored_url',''),(22492,7555,'_yoast_wpseo_content_score','30'),(22493,7555,'_yoast_wpseo_focuskeywords','[]'),(22494,7555,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22495,7591,'_edit_lock','1567726801:9'),(22496,7591,'_yst_prominent_words_version','1'),(22497,7592,'_wp_attached_file','2019/09/polkerris-B.jpg'),(22498,7592,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.400440330978641;s:5:\"bytes\";i:16869;s:11:\"size_before\";i:383348;s:10:\"size_after\";i:366479;s:4:\"time\";d:0.18000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:335;s:11:\"size_before\";i:6327;s:10:\"size_after\";i:5992;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.23;s:5:\"bytes\";i:790;s:11:\"size_before\";i:15101;s:10:\"size_after\";i:14311;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.59;s:5:\"bytes\";i:3783;s:11:\"size_before\";i:82411;s:10:\"size_after\";i:78628;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.33;s:5:\"bytes\";i:6011;s:11:\"size_before\";i:138703;s:10:\"size_after\";i:132692;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.23;s:5:\"bytes\";i:5950;s:11:\"size_before\";i:140806;s:10:\"size_after\";i:134856;s:4:\"time\";d:0.04;}}}'),(22499,7592,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1358;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2019/09/polkerris-B.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"polkerris-B-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:\"polkerris-B-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"polkerris-B-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"polkerris-B-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"polkerris-B-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1554851133\";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.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22500,7593,'_wp_attached_file','2019/09/polkerris-B-1.jpg'),(22501,7593,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.400440330978641;s:5:\"bytes\";i:16869;s:11:\"size_before\";i:383348;s:10:\"size_after\";i:366479;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:335;s:11:\"size_before\";i:6327;s:10:\"size_after\";i:5992;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.23;s:5:\"bytes\";i:790;s:11:\"size_before\";i:15101;s:10:\"size_after\";i:14311;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.59;s:5:\"bytes\";i:3783;s:11:\"size_before\";i:82411;s:10:\"size_after\";i:78628;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.33;s:5:\"bytes\";i:6011;s:11:\"size_before\";i:138703;s:10:\"size_after\";i:132692;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.23;s:5:\"bytes\";i:5950;s:11:\"size_before\";i:140806;s:10:\"size_after\";i:134856;s:4:\"time\";d:0.05;}}}'),(22502,7593,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1358;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2019/09/polkerris-B-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"polkerris-B-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:25:\"polkerris-B-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"polkerris-B-1-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"polkerris-B-1-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"polkerris-B-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1554851133\";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.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22503,7594,'_wp_attached_file','2019/09/polkerris-C.jpg'),(22504,7594,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.848674011622605;s:5:\"bytes\";i:4460;s:11:\"size_before\";i:241254;s:10:\"size_after\";i:236794;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.98;s:5:\"bytes\";i:298;s:11:\"size_before\";i:5989;s:10:\"size_after\";i:5691;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.92;s:5:\"bytes\";i:513;s:11:\"size_before\";i:13094;s:10:\"size_after\";i:12581;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.79;s:5:\"bytes\";i:984;s:11:\"size_before\";i:54832;s:10:\"size_after\";i:53848;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.64;s:5:\"bytes\";i:1377;s:11:\"size_before\";i:83974;s:10:\"size_after\";i:82597;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.55;s:5:\"bytes\";i:1288;s:11:\"size_before\";i:83365;s:10:\"size_after\";i:82077;s:4:\"time\";d:0.04;}}}'),(22505,7594,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1358;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2019/09/polkerris-C.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"polkerris-C-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:\"polkerris-C-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"polkerris-C-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"polkerris-C-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"polkerris-C-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1554851383\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22506,7595,'_wp_attached_file','2019/09/polkerris-A.jpg'),(22507,7595,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.604999833260425;s:5:\"bytes\";i:28573;s:11:\"size_before\";i:509777;s:10:\"size_after\";i:481204;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.52;s:5:\"bytes\";i:514;s:11:\"size_before\";i:7878;s:10:\"size_after\";i:7364;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.24;s:5:\"bytes\";i:1181;s:11:\"size_before\";i:18936;s:10:\"size_after\";i:17755;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.78;s:5:\"bytes\";i:6356;s:11:\"size_before\";i:110001;s:10:\"size_after\";i:103645;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:10211;s:11:\"size_before\";i:185522;s:10:\"size_after\";i:175311;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:10311;s:11:\"size_before\";i:187440;s:10:\"size_after\";i:177129;s:4:\"time\";d:0.06;}}}'),(22508,7595,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1358;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2019/09/polkerris-A.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"polkerris-A-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:\"polkerris-A-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"polkerris-A-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"polkerris-A-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"polkerris-A-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1554851752\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"26\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22509,7596,'_wp_attached_file','2019/09/polkerris-D.jpg'),(22510,7596,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1827158293544593;s:5:\"bytes\";i:11072;s:11:\"size_before\";i:347879;s:10:\"size_after\";i:336807;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:407;s:11:\"size_before\";i:7027;s:10:\"size_after\";i:6620;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.51;s:5:\"bytes\";i:691;s:11:\"size_before\";i:15325;s:10:\"size_after\";i:14634;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:2490;s:11:\"size_before\";i:76121;s:10:\"size_after\";i:73631;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.03;s:5:\"bytes\";i:3739;s:11:\"size_before\";i:123472;s:10:\"size_after\";i:119733;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.97;s:5:\"bytes\";i:3745;s:11:\"size_before\";i:125934;s:10:\"size_after\";i:122189;s:4:\"time\";d:0.07;}}}'),(22511,7596,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1358;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2019/09/polkerris-D.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"polkerris-D-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:\"polkerris-D-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"polkerris-D-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"polkerris-D-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"polkerris-D-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1554851470\";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:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22512,7597,'_wp_attached_file','2019/09/Cannabis-Buzz-Caribbean-Feature-Image.jpg'),(22513,7597,'wpmf_size','336102'),(22514,7597,'wpmf_filetype','jpg'),(22515,7597,'wpmf_order','0'),(22516,7597,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:49:\"2019/09/Cannabis-Buzz-Caribbean-Feature-Image.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Cannabis-Buzz-Caribbean-Feature-Image-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:\"Cannabis-Buzz-Caribbean-Feature-Image-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Cannabis-Buzz-Caribbean-Feature-Image-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Cannabis-Buzz-Caribbean-Feature-Image-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"Cannabis-Buzz-Caribbean-Feature-Image-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(22517,7597,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.37830466722386;s:5:\"bytes\";i:24453;s:11:\"size_before\";i:454660;s:10:\"size_after\";i:430207;s:4:\"time\";d:0.16999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7;s:5:\"bytes\";i:760;s:11:\"size_before\";i:9872;s:10:\"size_after\";i:9112;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.33;s:5:\"bytes\";i:1656;s:11:\"size_before\";i:22581;s:10:\"size_after\";i:20925;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:5746;s:11:\"size_before\";i:100703;s:10:\"size_after\";i:94957;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2;s:5:\"bytes\";i:8085;s:11:\"size_before\";i:155527;s:10:\"size_after\";i:147442;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94;s:5:\"bytes\";i:8206;s:11:\"size_before\";i:165977;s:10:\"size_after\";i:157771;s:4:\"time\";d:0.08;}}}'),(22519,7579,'_thumbnail_id','7597'),(22520,7579,'_edit_last','11'),(22521,7579,'xyz_smap','1'),(22522,7579,'smpush_mute_activated','no'),(22524,7579,'_yoast_wpseo_primary_category','4'),(22525,7579,'_yoast_wpseo_primary_sub-category','16'),(22526,7579,'sponsored_url',''),(22527,7579,'_yoast_wpseo_focuskw','Ganja licenses in Jamaica'),(22528,7579,'_yoast_wpseo_metadesc','The Cannabis Licensing Authority (CLA) in Jamaica has issued 44 ganja licences and 288 conditional approvals since its establishment in 2015.'),(22529,7579,'_yoast_wpseo_linkdex','56'),(22530,7579,'_yoast_wpseo_content_score','30'),(22531,7579,'_yoast_wpseo_focuskeywords','[{\"keyword\":\"jamaica promotions corporation jampro\",\"score\":\"ok\"},{\"keyword\":\"Ganja\",\"score\":\"ok\"},{\"keyword\":\"Cannabis\",\"score\":\"ok\"},{\"keyword\":\"CLA\",\"score\":\"ok\"}]'),(22532,7579,'_yoast_wpseo_keywordsynonyms','[\"\",\"\",\"\",\"\",\"\"]'),(22535,7591,'_thumbnail_id','7593'),(22536,7591,'_edit_last','9'),(22537,7591,'smpush_mute_activated','no'),(22538,7591,'_yoast_wpseo_primary_category','3'),(22539,7591,'_yoast_wpseo_primary_sub-category','8'),(22540,7591,'sponsored_url',''),(22541,7591,'_yoast_wpseo_metadesc','The internationally acclaimed Polkerris Bread and Breakfast in Montego Bay, Jamaica, is the epitome of true island glamour, comparable to the likes of the world-famous hotels like Round Hill and Tryall.'),(22542,7591,'_yoast_wpseo_content_score','60'),(22543,7591,'_yoast_wpseo_focuskeywords','[]'),(22544,7591,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22545,7601,'_edit_lock','1567726825:9'),(22546,7602,'_wp_attached_file','2019/09/Rocky-Meade-Jamaica-Buzz-Caribbean.jpg'),(22547,7602,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:273988;s:11:\"size_before\";i:405668;s:10:\"size_after\";i:131680;}'),(22548,7602,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.270242000665621;s:5:\"bytes\";i:4775;s:11:\"size_before\";i:210330;s:10:\"size_after\";i:205555;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.22;s:5:\"bytes\";i:358;s:11:\"size_before\";i:6864;s:10:\"size_after\";i:6506;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.68;s:5:\"bytes\";i:430;s:11:\"size_before\";i:11689;s:10:\"size_after\";i:11259;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.06;s:5:\"bytes\";i:942;s:11:\"size_before\";i:45781;s:10:\"size_after\";i:44839;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.12;s:5:\"bytes\";i:1510;s:11:\"size_before\";i:71371;s:10:\"size_after\";i:69861;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.06;s:5:\"bytes\";i:1535;s:11:\"size_before\";i:74625;s:10:\"size_after\";i:73090;s:4:\"time\";d:0.05;}}}'),(22549,7602,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:928;s:4:\"file\";s:46:\"2019/09/Rocky-Meade-Jamaica-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Rocky-Meade-Jamaica-Buzz-Caribbean-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:\"Rocky-Meade-Jamaica-Buzz-Caribbean-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Rocky-Meade-Jamaica-Buzz-Caribbean-768x475.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Rocky-Meade-Jamaica-Buzz-Caribbean-1024x634.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:634;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Rocky-Meade-Jamaica-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:9:\"NIKON D90\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1480598382\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"92\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22550,7601,'_yst_prominent_words_version','1'),(22551,7603,'_wp_attached_file','2019/09/lil-nas.jpg'),(22552,7603,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.713425045909984;s:5:\"bytes\";i:4389;s:11:\"size_before\";i:93117;s:10:\"size_after\";i:88728;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.75;s:5:\"bytes\";i:564;s:11:\"size_before\";i:8359;s:10:\"size_after\";i:7795;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:1059;s:11:\"size_before\";i:17756;s:10:\"size_after\";i:16697;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.13;s:5:\"bytes\";i:2766;s:11:\"size_before\";i:67002;s:10:\"size_after\";i:64236;s:4:\"time\";d:0.04;}}}'),(22553,7603,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:19:\"2019/09/lil-nas.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"lil-nas-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:\"lil-nas-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"lil-nas-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(22554,7604,'_wp_attached_file','2019/09/bahamas-hurricane-dorian-CBC.jpg'),(22555,7604,'wpmf_size','297870'),(22556,7604,'wpmf_filetype','jpg'),(22557,7604,'wpmf_order','0'),(22558,7604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1180;s:6:\"height\";i:885;s:4:\"file\";s:40:\"2019/09/bahamas-hurricane-dorian-CBC.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"bahamas-hurricane-dorian-CBC-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:\"bahamas-hurricane-dorian-CBC-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:40:\"bahamas-hurricane-dorian-CBC-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"bahamas-hurricane-dorian-CBC-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"bahamas-hurricane-dorian-CBC-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(22559,7604,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.36559721042408;s:5:\"bytes\";i:18065;s:11:\"size_before\";i:336682;s:10:\"size_after\";i:318617;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62;s:5:\"bytes\";i:415;s:11:\"size_before\";i:6268;s:10:\"size_after\";i:5853;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.63;s:5:\"bytes\";i:1077;s:11:\"size_before\";i:16244;s:10:\"size_after\";i:15167;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.69;s:5:\"bytes\";i:4451;s:11:\"size_before\";i:78222;s:10:\"size_after\";i:73771;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.16;s:5:\"bytes\";i:6358;s:11:\"size_before\";i:123233;s:10:\"size_after\";i:116875;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.11;s:5:\"bytes\";i:5764;s:11:\"size_before\";i:112715;s:10:\"size_after\";i:106951;s:4:\"time\";d:0.04;}}}'),(22560,7604,'_wp_attachment_image_alt','Aerial view of damage to The Bahamas (Source: CBC.com)'),(22573,7601,'_thumbnail_id','7603'),(22574,7601,'_edit_last','9'),(22575,7601,'smpush_mute_activated','no'),(22576,7601,'_yoast_wpseo_primary_category','3'),(22577,7601,'_yoast_wpseo_primary_sub-category','14'),(22578,7601,'sponsored_url',''),(22579,7601,'_yoast_wpseo_metadesc','Old Town Road hitmaker Lil Nas X says it felt like he would be coming out \"for attention\" if he hadn\'t chosen a point where he was enjoying huge success in his career.'),(22580,7601,'_yoast_wpseo_content_score','60'),(22581,7601,'_yoast_wpseo_focuskeywords','[]'),(22582,7601,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22583,7607,'_wp_attached_file','2019/09/Ding-Dong-Buzz-Caribbean-Feature-Image.jpg'),(22584,7607,'wpmf_size','236240'),(22585,7607,'wpmf_filetype','jpg'),(22586,7607,'wpmf_order','0'),(22587,7607,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:50:\"2019/09/Ding-Dong-Buzz-Caribbean-Feature-Image.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Ding-Dong-Buzz-Caribbean-Feature-Image-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:50:\"Ding-Dong-Buzz-Caribbean-Feature-Image-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Ding-Dong-Buzz-Caribbean-Feature-Image-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Ding-Dong-Buzz-Caribbean-Feature-Image-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"Ding-Dong-Buzz-Caribbean-Feature-Image-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(22588,7607,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.624077189849947;s:5:\"bytes\";i:16379;s:11:\"size_before\";i:291230;s:10:\"size_after\";i:274851;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.32;s:5:\"bytes\";i:497;s:11:\"size_before\";i:7863;s:10:\"size_after\";i:7366;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.77;s:5:\"bytes\";i:778;s:11:\"size_before\";i:13494;s:10:\"size_after\";i:12716;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6;s:5:\"bytes\";i:3483;s:11:\"size_before\";i:62245;s:10:\"size_after\";i:58762;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.64;s:5:\"bytes\";i:5608;s:11:\"size_before\";i:99417;s:10:\"size_after\";i:93809;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.56;s:5:\"bytes\";i:6013;s:11:\"size_before\";i:108211;s:10:\"size_after\";i:102198;s:4:\"time\";d:0.05;}}}'),(22598,7612,'_edit_lock','1568217228:11'),(22599,7612,'_yst_prominent_words_version','1'),(22600,7612,'_oembed_c552141f2b77788588a2c72da5fa8a5d','<iframe title=\"BUZZ Top 10 artiste watch — Sept. 5\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/EhyTEln_NFo?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(22601,7612,'_oembed_time_c552141f2b77788588a2c72da5fa8a5d','1567727808'),(22602,7614,'_edit_lock','1567731891:4'),(22603,7615,'_wp_attached_file','2019/09/Buzz-Caribbean-Top-10-Artiste-Watch.jpg'),(22604,7615,'wpmf_size','191044'),(22605,7615,'wpmf_filetype','jpg'),(22606,7615,'wpmf_order','0'),(22607,7615,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:47:\"2019/09/Buzz-Caribbean-Top-10-Artiste-Watch.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Buzz-Caribbean-Top-10-Artiste-Watch-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:\"Buzz-Caribbean-Top-10-Artiste-Watch-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:47:\"Buzz-Caribbean-Top-10-Artiste-Watch-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:48:\"Buzz-Caribbean-Top-10-Artiste-Watch-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"Buzz-Caribbean-Top-10-Artiste-Watch-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(22608,7615,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.641439919485281;s:5:\"bytes\";i:5879;s:11:\"size_before\";i:222568;s:10:\"size_after\";i:216689;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.28;s:5:\"bytes\";i:268;s:11:\"size_before\";i:6258;s:10:\"size_after\";i:5990;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.26;s:5:\"bytes\";i:715;s:11:\"size_before\";i:13582;s:10:\"size_after\";i:12867;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7;s:5:\"bytes\";i:1366;s:11:\"size_before\";i:50683;s:10:\"size_after\";i:49317;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.34;s:5:\"bytes\";i:1732;s:11:\"size_before\";i:74017;s:10:\"size_after\";i:72285;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3;s:5:\"bytes\";i:1798;s:11:\"size_before\";i:78028;s:10:\"size_after\";i:76230;s:4:\"time\";d:0.03;}}}'),(22609,7614,'_yst_prominent_words_version','1'),(22610,7616,'_edit_lock','1567728395:9'),(22611,7616,'_yst_prominent_words_version','1'),(22612,7612,'_thumbnail_id','7615'),(22613,7612,'_edit_last','11'),(22614,7612,'smpush_mute_activated','no'),(22615,7612,'_yoast_wpseo_primary_category','2'),(22616,7612,'_yoast_wpseo_primary_sub-category','14'),(22617,7612,'video_parent_post_id',''),(22618,7612,'_yoast_wpseo_content_score','30'),(22619,7612,'_yoast_wpseo_focuskeywords','[]'),(22620,7612,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22621,7617,'_edit_lock','1568217221:11'),(22622,7617,'_yst_prominent_words_version','1'),(22623,7616,'_thumbnail_id','2021'),(22624,7616,'_edit_last','9'),(22625,7616,'smpush_mute_activated','no'),(22626,7616,'_yoast_wpseo_primary_category','3'),(22627,7616,'_yoast_wpseo_primary_sub-category','2049'),(22628,7616,'sponsored_url',''),(22629,7616,'_yoast_wpseo_content_score','60'),(22630,7616,'_yoast_wpseo_focuskeywords','[]'),(22631,7616,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22633,7620,'_edit_lock','1567729700:9'),(22634,7620,'_yst_prominent_words_version','1'),(22635,7621,'_wp_attached_file','2019/09/R-Embassida-New.jpg'),(22636,7621,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0426360257696508;s:5:\"bytes\";i:4822;s:11:\"size_before\";i:158481;s:10:\"size_after\";i:153659;s:4:\"time\";d:0.09;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.34;s:5:\"bytes\";i:407;s:11:\"size_before\";i:6421;s:10:\"size_after\";i:6014;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.69;s:5:\"bytes\";i:646;s:11:\"size_before\";i:13772;s:10:\"size_after\";i:13126;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.58;s:5:\"bytes\";i:1491;s:11:\"size_before\";i:57832;s:10:\"size_after\";i:56341;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.83;s:5:\"bytes\";i:2278;s:11:\"size_before\";i:80456;s:10:\"size_after\";i:78178;s:4:\"time\";d:0.04;}}}'),(22637,7621,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:959;s:6:\"height\";i:689;s:4:\"file\";s:27:\"2019/09/R-Embassida-New.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"R-Embassida-New-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:\"R-Embassida-New-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"R-Embassida-New-768x552.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:552;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"R-Embassida-New-959x655.jpg\";s:5:\"width\";i:959;s:6:\"height\";i:655;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:{}}}'),(22638,7617,'_oembed_d23971bb0dedc9958562739892f8a0df','<iframe title=\"BUZZ Top 10 music chart — Sept. 5\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/UkaiS3AwY1c?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(22639,7617,'_oembed_time_d23971bb0dedc9958562739892f8a0df','1567728919'),(22640,7620,'_thumbnail_id','7621'),(22641,7620,'_edit_last','9'),(22642,7620,'smpush_mute_activated','no'),(22643,7620,'_yoast_wpseo_primary_category','3'),(22644,7620,'_yoast_wpseo_primary_sub-category','14'),(22645,7620,'sponsored_url',''),(22646,7620,'_yoast_wpseo_metadesc','Jamaican entertainer R-Embassida is happy with the direction his career is now going in.'),(22647,7620,'_yoast_wpseo_content_score','60'),(22648,7620,'_yoast_wpseo_focuskeywords','[]'),(22649,7620,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22650,7624,'_wp_attached_file','2019/09/Buzz-Caribbean-Top-10-Music-Chart.jpg'),(22651,7624,'wpmf_size','146643'),(22652,7624,'wpmf_filetype','jpg'),(22653,7624,'wpmf_order','0'),(22654,7624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:45:\"2019/09/Buzz-Caribbean-Top-10-Music-Chart.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Buzz-Caribbean-Top-10-Music-Chart-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:45:\"Buzz-Caribbean-Top-10-Music-Chart-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:45:\"Buzz-Caribbean-Top-10-Music-Chart-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:46:\"Buzz-Caribbean-Top-10-Music-Chart-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Buzz-Caribbean-Top-10-Music-Chart-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(22655,7624,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.019699317051659;s:5:\"bytes\";i:8651;s:11:\"size_before\";i:172341;s:10:\"size_after\";i:163690;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.77;s:5:\"bytes\";i:266;s:11:\"size_before\";i:5580;s:10:\"size_after\";i:5314;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7;s:5:\"bytes\";i:506;s:11:\"size_before\";i:10777;s:10:\"size_after\";i:10271;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.64;s:5:\"bytes\";i:1789;s:11:\"size_before\";i:38594;s:10:\"size_after\";i:36805;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94;s:5:\"bytes\";i:2749;s:11:\"size_before\";i:55640;s:10:\"size_after\";i:52891;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.41;s:5:\"bytes\";i:3341;s:11:\"size_before\";i:61750;s:10:\"size_after\";i:58409;s:4:\"time\";d:0.03;}}}'),(22656,7617,'_thumbnail_id','7624'),(22657,7617,'_edit_last','11'),(22658,7617,'smpush_mute_activated','no'),(22659,7617,'_yoast_wpseo_primary_category','2'),(22660,7617,'_yoast_wpseo_primary_sub-category','14'),(22661,7617,'video_parent_post_id',''),(22662,7617,'_yoast_wpseo_content_score','30'),(22663,7617,'_yoast_wpseo_focuskeywords','[]'),(22664,7617,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22665,7614,'_edit_last','4'),(22666,7614,'smpush_mute_activated','no'),(22667,7614,'_yoast_wpseo_primary_category','4'),(22668,7614,'_yoast_wpseo_primary_sub-category','5'),(22669,7614,'sponsored_url',''),(22670,7614,'_yoast_wpseo_content_score','60'),(22671,7614,'_yoast_wpseo_focuskeywords','[]'),(22672,7614,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22673,7626,'_wp_attached_file','2019/09/McGee.jpg'),(22674,7626,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2413172397637746;s:5:\"bytes\";i:2629;s:11:\"size_before\";i:81109;s:10:\"size_after\";i:78480;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.55;s:5:\"bytes\";i:399;s:11:\"size_before\";i:7194;s:10:\"size_after\";i:6795;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.74;s:5:\"bytes\";i:697;s:11:\"size_before\";i:14696;s:10:\"size_after\";i:13999;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.59;s:5:\"bytes\";i:1533;s:11:\"size_before\";i:59219;s:10:\"size_after\";i:57686;s:4:\"time\";d:0.03;}}}'),(22675,7626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:847;s:6:\"height\";i:587;s:4:\"file\";s:17:\"2019/09/McGee.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"McGee-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:\"McGee-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"McGee-768x532.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:532;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:{}}}'),(22677,7614,'_thumbnail_id','7626'),(22678,7614,'xyz_smap','1'),(22680,7601,'xyz_smap','1'),(22682,7620,'xyz_smap','1'),(22684,7631,'_wp_attached_file','2019/09/nicky-b.jpg'),(22685,7631,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.157678021250252;s:5:\"bytes\";i:4277;s:11:\"size_before\";i:69458;s:10:\"size_after\";i:65181;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.02;s:5:\"bytes\";i:472;s:11:\"size_before\";i:6727;s:10:\"size_after\";i:6255;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.48;s:5:\"bytes\";i:859;s:11:\"size_before\";i:13262;s:10:\"size_after\";i:12403;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:2946;s:11:\"size_before\";i:49469;s:10:\"size_after\";i:46523;s:4:\"time\";d:0.03;}}}'),(22686,7631,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:840;s:6:\"height\";i:619;s:4:\"file\";s:19:\"2019/09/nicky-b.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"nicky-b-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:\"nicky-b-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"nicky-b-768x566.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:566;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:{}}}'),(22687,7634,'_wp_attached_file','2019/09/runtown.jpg'),(22688,7634,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.147157190635451;s:5:\"bytes\";i:558;s:11:\"size_before\";i:13455;s:10:\"size_after\";i:12897;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.55;s:5:\"bytes\";i:188;s:11:\"size_before\";i:4132;s:10:\"size_after\";i:3944;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.97;s:5:\"bytes\";i:370;s:11:\"size_before\";i:9323;s:10:\"size_after\";i:8953;s:4:\"time\";d:0.01;}}}'),(22689,7634,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:719;s:6:\"height\";i:649;s:4:\"file\";s:19:\"2019/09/runtown.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"runtown-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:\"runtown-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: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:{}}}'),(22691,7402,'_thumbnail_id','7631'),(22692,7402,'xyz_smap','1'),(22694,7636,'_edit_lock','1567772152:4'),(22695,7636,'_yst_prominent_words_version','1'),(22696,7637,'_wp_attached_file','2019/09/vrx-sovereign-kgn-buzz-demo-1.jpg'),(22697,7637,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.525964040690797;s:5:\"bytes\";i:15305;s:11:\"size_before\";i:338160;s:10:\"size_after\";i:322855;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.56;s:5:\"bytes\";i:351;s:11:\"size_before\";i:6311;s:10:\"size_after\";i:5960;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.47;s:5:\"bytes\";i:690;s:11:\"size_before\";i:15437;s:10:\"size_after\";i:14747;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.69;s:5:\"bytes\";i:2623;s:11:\"size_before\";i:71016;s:10:\"size_after\";i:68393;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:6201;s:11:\"size_before\";i:131779;s:10:\"size_after\";i:125578;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:5440;s:11:\"size_before\";i:113617;s:10:\"size_after\";i:108177;s:4:\"time\";d:0.04;}}}'),(22698,7637,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:41:\"2019/09/vrx-sovereign-kgn-buzz-demo-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"vrx-sovereign-kgn-buzz-demo-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:41:\"vrx-sovereign-kgn-buzz-demo-1-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"vrx-sovereign-kgn-buzz-demo-1-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"vrx-sovereign-kgn-buzz-demo-1-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"vrx-sovereign-kgn-buzz-demo-1-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(22699,7638,'_wp_attached_file','2019/09/vrx-sovereign-kgn-buzz-demo-2.jpg'),(22700,7638,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.400464438032367;s:5:\"bytes\";i:22628;s:11:\"size_before\";i:419001;s:10:\"size_after\";i:396373;s:4:\"time\";d:0.24;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.47;s:5:\"bytes\";i:392;s:11:\"size_before\";i:7168;s:10:\"size_after\";i:6776;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53;s:5:\"bytes\";i:710;s:11:\"size_before\";i:15681;s:10:\"size_after\";i:14971;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.88;s:5:\"bytes\";i:4068;s:11:\"size_before\";i:83288;s:10:\"size_after\";i:79220;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.63;s:5:\"bytes\";i:9436;s:11:\"size_before\";i:167460;s:10:\"size_after\";i:158024;s:4:\"time\";d:0.08;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.52;s:5:\"bytes\";i:8022;s:11:\"size_before\";i:145404;s:10:\"size_after\";i:137382;s:4:\"time\";d:0.11;}}}'),(22701,7638,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:41:\"2019/09/vrx-sovereign-kgn-buzz-demo-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"vrx-sovereign-kgn-buzz-demo-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:41:\"vrx-sovereign-kgn-buzz-demo-2-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"vrx-sovereign-kgn-buzz-demo-2-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"vrx-sovereign-kgn-buzz-demo-2-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"vrx-sovereign-kgn-buzz-demo-2-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(22702,7639,'_wp_attached_file','2019/09/vrx-sovereign-kgn-buzz-demo-3.jpg'),(22703,7639,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.783032278463117;s:5:\"bytes\";i:18607;s:11:\"size_before\";i:389021;s:10:\"size_after\";i:370414;s:4:\"time\";d:0.16999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.03;s:5:\"bytes\";i:619;s:11:\"size_before\";i:8809;s:10:\"size_after\";i:8190;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.57;s:5:\"bytes\";i:1030;s:11:\"size_before\";i:18481;s:10:\"size_after\";i:17451;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.07;s:5:\"bytes\";i:3372;s:11:\"size_before\";i:82895;s:10:\"size_after\";i:79523;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.88;s:5:\"bytes\";i:7257;s:11:\"size_before\";i:148738;s:10:\"size_after\";i:141481;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.86;s:5:\"bytes\";i:6329;s:11:\"size_before\";i:130098;s:10:\"size_after\";i:123769;s:4:\"time\";d:0.05;}}}'),(22704,7639,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:41:\"2019/09/vrx-sovereign-kgn-buzz-demo-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"vrx-sovereign-kgn-buzz-demo-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:41:\"vrx-sovereign-kgn-buzz-demo-3-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"vrx-sovereign-kgn-buzz-demo-3-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"vrx-sovereign-kgn-buzz-demo-3-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"vrx-sovereign-kgn-buzz-demo-3-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(22706,7636,'_thumbnail_id','7637'),(22707,7636,'_edit_last','4'),(22708,7636,'xyz_smap','1'),(22709,7636,'smpush_mute_activated','no'),(22711,7636,'_yoast_wpseo_primary_category','4'),(22712,7636,'_yoast_wpseo_primary_sub-category','16'),(22713,7636,'sponsored_url',''),(22714,7636,'_yoast_wpseo_content_score','60'),(22715,7636,'_yoast_wpseo_focuskeywords','[]'),(22716,7636,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22717,7641,'_edit_lock','1567771509:14'),(22718,7641,'_yst_prominent_words_version','1'),(22719,7642,'_wp_attached_file','2019/09/uwi-scholarship-sept4-buzz-demo.jpg'),(22720,7642,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:94267;s:11:\"size_before\";i:254240;s:10:\"size_after\";i:159973;}'),(22721,7642,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.4924413171348467;s:5:\"bytes\";i:6801;s:11:\"size_before\";i:272865;s:10:\"size_after\";i:266064;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:495;s:11:\"size_before\";i:7923;s:10:\"size_after\";i:7428;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.11;s:5:\"bytes\";i:842;s:11:\"size_before\";i:16493;s:10:\"size_after\";i:15651;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.57;s:5:\"bytes\";i:1590;s:11:\"size_before\";i:61796;s:10:\"size_after\";i:60206;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.06;s:5:\"bytes\";i:1925;s:11:\"size_before\";i:93333;s:10:\"size_after\";i:91408;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.09;s:5:\"bytes\";i:1949;s:11:\"size_before\";i:93320;s:10:\"size_after\";i:91371;s:4:\"time\";d:0.05;}}}'),(22722,7642,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:43:\"2019/09/uwi-scholarship-sept4-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"uwi-scholarship-sept4-buzz-demo-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:\"uwi-scholarship-sept4-buzz-demo-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:43:\"uwi-scholarship-sept4-buzz-demo-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:44:\"uwi-scholarship-sept4-buzz-demo-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"uwi-scholarship-sept4-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:17:\"Donald De La Haye\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567696403\";s:9:\"copyright\";s:17:\"Donald De La Haye\";s:12:\"focal_length\";s:2:\"65\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22723,7643,'_wp_attached_file','2019/09/uwi-scholarship-sept4-buzz-demo-2.jpg'),(22724,7643,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:94814;s:11:\"size_before\";i:257276;s:10:\"size_after\";i:162462;}'),(22725,7643,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.532135412293415;s:5:\"bytes\";i:6936;s:11:\"size_before\";i:273919;s:10:\"size_after\";i:266983;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:511;s:11:\"size_before\";i:7906;s:10:\"size_after\";i:7395;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53;s:5:\"bytes\";i:910;s:11:\"size_before\";i:16463;s:10:\"size_after\";i:15553;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.72;s:5:\"bytes\";i:1692;s:11:\"size_before\";i:62195;s:10:\"size_after\";i:60503;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.05;s:5:\"bytes\";i:1922;s:11:\"size_before\";i:93887;s:10:\"size_after\";i:91965;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.03;s:5:\"bytes\";i:1901;s:11:\"size_before\";i:93468;s:10:\"size_after\";i:91567;s:4:\"time\";d:0.05;}}}'),(22726,7643,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:45:\"2019/09/uwi-scholarship-sept4-buzz-demo-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"uwi-scholarship-sept4-buzz-demo-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:45:\"uwi-scholarship-sept4-buzz-demo-2-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:45:\"uwi-scholarship-sept4-buzz-demo-2-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:46:\"uwi-scholarship-sept4-buzz-demo-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"uwi-scholarship-sept4-buzz-demo-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:17:\"Donald De La Haye\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567696393\";s:9:\"copyright\";s:17:\"Donald De La Haye\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22728,7641,'_thumbnail_id','7643'),(22729,7641,'_edit_last','14'),(22730,7641,'xyz_smap','1'),(22731,7641,'smpush_mute_activated','no'),(22733,7641,'_yoast_wpseo_primary_category','4'),(22734,7641,'_yoast_wpseo_primary_sub-category','6'),(22735,7641,'sponsored_url',''),(22736,7641,'_yoast_wpseo_content_score','30'),(22737,7641,'_yoast_wpseo_focuskeywords','[]'),(22738,7641,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22745,7591,'xyz_smap','1'),(22747,7646,'_edit_lock','1567776539:4'),(22748,7646,'_yst_prominent_words_version','1'),(22750,7646,'_thumbnail_id','7604'),(22751,7646,'_edit_last','4'),(22752,7646,'xyz_smap','1'),(22753,7646,'smpush_mute_activated','no'),(22755,7646,'_yoast_wpseo_primary_category','4'),(22756,7646,'_yoast_wpseo_primary_sub-category','13'),(22757,7646,'sponsored_url',''),(22758,7646,'_yoast_wpseo_content_score','60'),(22759,7646,'_yoast_wpseo_focuskeywords','[]'),(22760,7646,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22761,7616,'xyz_smap','1'),(22764,7650,'_edit_lock','1567797367:11'),(22765,7650,'_yst_prominent_words_version','1'),(22766,7651,'_edit_lock','1567800413:4'),(22767,7651,'_yst_prominent_words_version','1'),(22768,7652,'_edit_lock','1567794057:4'),(22769,7652,'_yst_prominent_words_version','1'),(22770,7652,'_oembed_390e90ed918a3cc53d637f555ee7811a','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">It is with the utmost sadness that I announce the passing on of Zimbabwe&#39;s founding father and former President, Cde Robert Mugabe (1/2)</p>&mdash; President of Zimbabwe (@edmnangagwa) <a href=\"https://twitter.com/edmnangagwa/status/1169839308406054912?ref_src=twsrc%5Etfw\">September 6, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(22771,7652,'_oembed_time_390e90ed918a3cc53d637f555ee7811a','1567787075'),(22772,7652,'_edit_last','4'),(22773,7652,'smpush_mute_activated','no'),(22774,7652,'_yoast_wpseo_primary_category','4'),(22775,7652,'_yoast_wpseo_primary_sub-category','15'),(22776,7652,'sponsored_url',''),(22777,7652,'_yoast_wpseo_content_score','30'),(22778,7652,'_yoast_wpseo_focuskeywords','[]'),(22779,7652,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22780,7656,'_wp_attached_file','2019/09/robert-mugabe.jpg'),(22781,7656,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.028654905045511;s:5:\"bytes\";i:895;s:11:\"size_before\";i:17798;s:10:\"size_after\";i:16903;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.02;s:5:\"bytes\";i:309;s:11:\"size_before\";i:6156;s:10:\"size_after\";i:5847;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.03;s:5:\"bytes\";i:586;s:11:\"size_before\";i:11642;s:10:\"size_after\";i:11056;s:4:\"time\";d:0.01;}}}'),(22782,7656,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:644;s:6:\"height\";i:362;s:4:\"file\";s:25:\"2019/09/robert-mugabe.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"robert-mugabe-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:\"robert-mugabe-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:{}}}'),(22784,7652,'_thumbnail_id','7656'),(22785,7652,'xyz_smap','1'),(22788,7662,'_edit_lock','1567795034:11'),(22789,7662,'_yst_prominent_words_version','1'),(22790,7663,'_wp_attached_file','2019/09/Thalia-Lyn-PSOJ-Hall-Of-Fame-Buzz-Caribbean.jpg'),(22791,7663,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.0513023327264825;s:5:\"bytes\";i:12395;s:11:\"size_before\";i:305951;s:10:\"size_after\";i:293556;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.42;s:5:\"bytes\";i:431;s:11:\"size_before\";i:6716;s:10:\"size_after\";i:6285;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.66;s:5:\"bytes\";i:782;s:11:\"size_before\";i:13812;s:10:\"size_after\";i:13030;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.36;s:5:\"bytes\";i:2885;s:11:\"size_before\";i:66145;s:10:\"size_after\";i:63260;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.88;s:5:\"bytes\";i:4106;s:11:\"size_before\";i:105846;s:10:\"size_after\";i:101740;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.69;s:5:\"bytes\";i:4191;s:11:\"size_before\";i:113432;s:10:\"size_after\";i:109241;s:4:\"time\";d:0.06;}}}'),(22792,7663,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:55:\"2019/09/Thalia-Lyn-PSOJ-Hall-Of-Fame-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Thalia-Lyn-PSOJ-Hall-Of-Fame-Buzz-Caribbean-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:55:\"Thalia-Lyn-PSOJ-Hall-Of-Fame-Buzz-Caribbean-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Thalia-Lyn-PSOJ-Hall-Of-Fame-Buzz-Caribbean-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Thalia-Lyn-PSOJ-Hall-Of-Fame-Buzz-Caribbean-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:56:\"Thalia-Lyn-PSOJ-Hall-Of-Fame-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(22793,7665,'_edit_lock','1567804204:14'),(22794,7665,'_yst_prominent_words_version','1'),(22795,7668,'_wp_attached_file','2019/09/long-island-bahamas-buzz-feature-4.jpg'),(22796,7668,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.505033366877663;s:5:\"bytes\";i:24763;s:11:\"size_before\";i:291157;s:10:\"size_after\";i:266394;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.81;s:5:\"bytes\";i:731;s:11:\"size_before\";i:9363;s:10:\"size_after\";i:8632;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.73;s:5:\"bytes\";i:1943;s:11:\"size_before\";i:28882;s:10:\"size_after\";i:26939;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.63;s:5:\"bytes\";i:5952;s:11:\"size_before\";i:128493;s:10:\"size_after\";i:122541;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.97;s:5:\"bytes\";i:16137;s:11:\"size_before\";i:124419;s:10:\"size_after\";i:108282;s:4:\"time\";d:0.03;}}}'),(22797,7668,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:944;s:4:\"file\";s:46:\"2019/09/long-island-bahamas-buzz-feature-4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"long-island-bahamas-buzz-feature-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:46:\"long-island-bahamas-buzz-feature-4-300x295.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"long-island-bahamas-buzz-feature-4-768x755.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:755;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"long-island-bahamas-buzz-feature-4-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(22798,7669,'_wp_attached_file','2019/09/long-island-bahamas-buzz-feature-8.jpg'),(22799,7669,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.162868429048921;s:5:\"bytes\";i:15755;s:11:\"size_before\";i:378465;s:10:\"size_after\";i:362710;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53;s:5:\"bytes\";i:363;s:11:\"size_before\";i:6560;s:10:\"size_after\";i:6197;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:691;s:11:\"size_before\";i:14661;s:10:\"size_after\";i:13970;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94;s:5:\"bytes\";i:3953;s:11:\"size_before\";i:80045;s:10:\"size_after\";i:76092;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62;s:5:\"bytes\";i:5047;s:11:\"size_before\";i:139515;s:10:\"size_after\";i:134468;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.14;s:5:\"bytes\";i:5701;s:11:\"size_before\";i:137684;s:10:\"size_after\";i:131983;s:4:\"time\";d:0.07;}}}'),(22800,7669,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:702;s:4:\"file\";s:46:\"2019/09/long-island-bahamas-buzz-feature-8.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"long-island-bahamas-buzz-feature-8-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:\"long-island-bahamas-buzz-feature-8-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"long-island-bahamas-buzz-feature-8-768x527.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"long-island-bahamas-buzz-feature-8-1024x702.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:702;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"long-island-bahamas-buzz-feature-8-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(22801,7670,'_wp_attached_file','2019/09/long-island-bahamas-buzz-feature-2.jpg'),(22802,7670,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:143626;s:11:\"size_before\";i:593000;s:10:\"size_after\";i:449374;}'),(22803,7670,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.766861462789723;s:5:\"bytes\";i:36463;s:11:\"size_before\";i:632285;s:10:\"size_after\";i:595822;s:4:\"time\";d:0.21000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.85;s:5:\"bytes\";i:795;s:11:\"size_before\";i:10126;s:10:\"size_after\";i:9331;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.94;s:5:\"bytes\";i:1791;s:11:\"size_before\";i:25816;s:10:\"size_after\";i:24025;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87;s:5:\"bytes\";i:8327;s:11:\"size_before\";i:141742;s:10:\"size_after\";i:133415;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.76;s:5:\"bytes\";i:14222;s:11:\"size_before\";i:246919;s:10:\"size_after\";i:232697;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45;s:5:\"bytes\";i:11328;s:11:\"size_before\";i:207682;s:10:\"size_after\";i:196354;s:4:\"time\";d:0.06;}}}'),(22804,7670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1125;s:4:\"file\";s:46:\"2019/09/long-island-bahamas-buzz-feature-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"long-island-bahamas-buzz-feature-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:46:\"long-island-bahamas-buzz-feature-2-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:46:\"long-island-bahamas-buzz-feature-2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"long-island-bahamas-buzz-feature-2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"long-island-bahamas-buzz-feature-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(22805,7671,'_wp_attached_file','2019/09/long-island-bahamas-buzz-feature-3.jpg'),(22806,7671,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.59483845096242;s:5:\"bytes\";i:26798;s:11:\"size_before\";i:279296;s:10:\"size_after\";i:252498;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.28;s:5:\"bytes\";i:516;s:11:\"size_before\";i:8220;s:10:\"size_after\";i:7704;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:1196;s:11:\"size_before\";i:20806;s:10:\"size_after\";i:19610;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.24;s:5:\"bytes\";i:4367;s:11:\"size_before\";i:102930;s:10:\"size_after\";i:98563;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.06;s:5:\"bytes\";i:20719;s:11:\"size_before\";i:147340;s:10:\"size_after\";i:126621;s:4:\"time\";d:0.04;}}}'),(22807,7671,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:46:\"2019/09/long-island-bahamas-buzz-feature-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"long-island-bahamas-buzz-feature-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:46:\"long-island-bahamas-buzz-feature-3-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:46:\"long-island-bahamas-buzz-feature-3-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"long-island-bahamas-buzz-feature-3-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(22808,7672,'_wp_attached_file','2019/09/long-island-bahamas-buzz-feature-7.jpg'),(22809,7672,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.898050375970142;s:5:\"bytes\";i:13373;s:11:\"size_before\";i:273027;s:10:\"size_after\";i:259654;s:4:\"time\";d:0.12000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.82;s:5:\"bytes\";i:551;s:11:\"size_before\";i:8075;s:10:\"size_after\";i:7524;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.52;s:5:\"bytes\";i:1093;s:11:\"size_before\";i:19800;s:10:\"size_after\";i:18707;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12;s:5:\"bytes\";i:3836;s:11:\"size_before\";i:93072;s:10:\"size_after\";i:89236;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19;s:5:\"bytes\";i:7893;s:11:\"size_before\";i:152080;s:10:\"size_after\";i:144187;s:4:\"time\";d:0.05;}}}'),(22810,7672,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:46:\"2019/09/long-island-bahamas-buzz-feature-7.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"long-island-bahamas-buzz-feature-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:46:\"long-island-bahamas-buzz-feature-7-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:46:\"long-island-bahamas-buzz-feature-7-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"long-island-bahamas-buzz-feature-7-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(22811,7673,'_wp_attached_file','2019/09/long-island-bahamas-buzz-feature-1.jpg'),(22812,7673,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.1450901248491325;s:5:\"bytes\";i:18056;s:11:\"size_before\";i:252705;s:10:\"size_after\";i:234649;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.34;s:5:\"bytes\";i:440;s:11:\"size_before\";i:6937;s:10:\"size_after\";i:6497;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.58;s:5:\"bytes\";i:767;s:11:\"size_before\";i:11654;s:10:\"size_after\";i:10887;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.44;s:5:\"bytes\";i:3881;s:11:\"size_before\";i:52166;s:10:\"size_after\";i:48285;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.16;s:5:\"bytes\";i:5749;s:11:\"size_before\";i:80261;s:10:\"size_after\";i:74512;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1;s:5:\"bytes\";i:7219;s:11:\"size_before\";i:101687;s:10:\"size_after\";i:94468;s:4:\"time\";d:0.04;}}}'),(22813,7673,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1162;s:6:\"height\";i:553;s:4:\"file\";s:46:\"2019/09/long-island-bahamas-buzz-feature-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"long-island-bahamas-buzz-feature-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:46:\"long-island-bahamas-buzz-feature-1-300x143.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"long-island-bahamas-buzz-feature-1-768x365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"long-island-bahamas-buzz-feature-1-1024x487.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"long-island-bahamas-buzz-feature-1-1060x553.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:553;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:{}}}'),(22814,7674,'_wp_attached_file','2019/09/black-plastic-bags.jpg'),(22815,7674,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.460384694702744;s:5:\"bytes\";i:23565;s:11:\"size_before\";i:431563;s:10:\"size_after\";i:407998;s:4:\"time\";d:0.22;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.86;s:5:\"bytes\";i:426;s:11:\"size_before\";i:6207;s:10:\"size_after\";i:5781;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.56;s:5:\"bytes\";i:871;s:11:\"size_before\";i:15674;s:10:\"size_after\";i:14803;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.66;s:5:\"bytes\";i:5321;s:11:\"size_before\";i:94052;s:10:\"size_after\";i:88731;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.47;s:5:\"bytes\";i:8972;s:11:\"size_before\";i:164054;s:10:\"size_after\";i:155082;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.26;s:5:\"bytes\";i:7975;s:11:\"size_before\";i:151576;s:10:\"size_after\";i:143601;s:4:\"time\";d:0.09;}}}'),(22816,7674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1136;s:6:\"height\";i:852;s:4:\"file\";s:30:\"2019/09/black-plastic-bags.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"black-plastic-bags-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:\"black-plastic-bags-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:30:\"black-plastic-bags-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"black-plastic-bags-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"black-plastic-bags-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:24:\"Canon PowerShot SD790 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1347532871\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.2\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22817,7675,'_wp_attached_file','2019/09/long-island-bahamas-buzz-feature-14.jpg'),(22818,7675,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.434214014314747;s:5:\"bytes\";i:1909;s:11:\"size_before\";i:22634;s:10:\"size_after\";i:20725;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.61;s:5:\"bytes\";i:465;s:11:\"size_before\";i:5399;s:10:\"size_after\";i:4934;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.38;s:5:\"bytes\";i:1444;s:11:\"size_before\";i:17235;s:10:\"size_after\";i:15791;s:4:\"time\";d:0.01;}}}'),(22819,7675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:579;s:6:\"height\";i:543;s:4:\"file\";s:47:\"2019/09/long-island-bahamas-buzz-feature-14.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"long-island-bahamas-buzz-feature-14-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:\"long-island-bahamas-buzz-feature-14-300x281.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567774551\";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:{}}}'),(22820,7676,'_wp_attached_file','2019/09/long-island-bahamas-buzz-feature-13.jpg'),(22821,7676,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.352194559091112;s:5:\"bytes\";i:1882;s:11:\"size_before\";i:22533;s:10:\"size_after\";i:20651;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.39;s:5:\"bytes\";i:528;s:11:\"size_before\";i:6291;s:10:\"size_after\";i:5763;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.34;s:5:\"bytes\";i:1354;s:11:\"size_before\";i:16242;s:10:\"size_after\";i:14888;s:4:\"time\";d:0.01;}}}'),(22822,7676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:573;s:6:\"height\";i:432;s:4:\"file\";s:47:\"2019/09/long-island-bahamas-buzz-feature-13.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"long-island-bahamas-buzz-feature-13-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:\"long-island-bahamas-buzz-feature-13-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567774519\";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:{}}}'),(22823,7677,'_wp_attached_file','2019/09/long-island-bahamas-buzz-feature-12.jpg'),(22824,7677,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.119163107217839;s:5:\"bytes\";i:2243;s:11:\"size_before\";i:27626;s:10:\"size_after\";i:25383;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.13;s:5:\"bytes\";i:513;s:11:\"size_before\";i:6312;s:10:\"size_after\";i:5799;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.12;s:5:\"bytes\";i:1730;s:11:\"size_before\";i:21314;s:10:\"size_after\";i:19584;s:4:\"time\";d:0.02;}}}'),(22825,7677,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:573;s:6:\"height\";i:531;s:4:\"file\";s:47:\"2019/09/long-island-bahamas-buzz-feature-12.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"long-island-bahamas-buzz-feature-12-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:\"long-island-bahamas-buzz-feature-12-300x278.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567774469\";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:{}}}'),(22826,7678,'_wp_attached_file','2019/09/long-island-bahamas-buzz-feature-11.jpg'),(22827,7678,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.844835586351966;s:5:\"bytes\";i:2536;s:11:\"size_before\";i:32327;s:10:\"size_after\";i:29791;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.64;s:5:\"bytes\";i:575;s:11:\"size_before\";i:7526;s:10:\"size_after\";i:6951;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.91;s:5:\"bytes\";i:1961;s:11:\"size_before\";i:24801;s:10:\"size_after\";i:22840;s:4:\"time\";d:0.01;}}}'),(22828,7678,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:582;s:6:\"height\";i:531;s:4:\"file\";s:47:\"2019/09/long-island-bahamas-buzz-feature-11.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"long-island-bahamas-buzz-feature-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:47:\"long-island-bahamas-buzz-feature-11-300x274.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567774440\";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:{}}}'),(22829,7679,'_wp_attached_file','2019/09/long-island-bahamas-buzz-feature-10.jpg'),(22830,7679,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.62882361893167;s:5:\"bytes\";i:1701;s:11:\"size_before\";i:19713;s:10:\"size_after\";i:18012;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.15;s:5:\"bytes\";i:433;s:11:\"size_before\";i:4734;s:10:\"size_after\";i:4301;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.47;s:5:\"bytes\";i:1268;s:11:\"size_before\";i:14979;s:10:\"size_after\";i:13711;s:4:\"time\";d:0.01;}}}'),(22831,7679,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:583;s:6:\"height\";i:499;s:4:\"file\";s:47:\"2019/09/long-island-bahamas-buzz-feature-10.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"long-island-bahamas-buzz-feature-10-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:\"long-island-bahamas-buzz-feature-10-300x257.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567774348\";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:{}}}'),(22832,7680,'_wp_attached_file','2019/09/long-island-bahamas-buzz-feature-9.jpg'),(22833,7680,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.952223240081742;s:5:\"bytes\";i:2257;s:11:\"size_before\";i:28382;s:10:\"size_after\";i:26125;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2;s:5:\"bytes\";i:683;s:11:\"size_before\";i:7422;s:10:\"size_after\";i:6739;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.51;s:5:\"bytes\";i:1574;s:11:\"size_before\";i:20960;s:10:\"size_after\";i:19386;s:4:\"time\";d:0.01;}}}'),(22834,7680,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:584;s:6:\"height\";i:454;s:4:\"file\";s:46:\"2019/09/long-island-bahamas-buzz-feature-9.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"long-island-bahamas-buzz-feature-9-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:\"long-island-bahamas-buzz-feature-9-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567774306\";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:{}}}'),(22835,7681,'_wp_attached_file','2019/09/sea-pollution-Montego-Bay-Harbour.jpg'),(22836,7681,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.357931435212086;s:5:\"bytes\";i:825;s:11:\"size_before\";i:18931;s:10:\"size_after\";i:18106;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.03;s:5:\"bytes\";i:309;s:11:\"size_before\";i:6138;s:10:\"size_after\";i:5829;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.03;s:5:\"bytes\";i:516;s:11:\"size_before\";i:12793;s:10:\"size_after\";i:12277;s:4:\"time\";d:0.01;}}}'),(22837,7681,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:499;s:4:\"file\";s:45:\"2019/09/sea-pollution-Montego-Bay-Harbour.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"sea-pollution-Montego-Bay-Harbour-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:45:\"sea-pollution-Montego-Bay-Harbour-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:\"1\";s:8:\"keywords\";a:0:{}}}'),(22838,7682,'_wp_attached_file','2019/09/long-island-bahamas-buzz-feature-5.jpg');
INSERT INTO `wp_postmeta` VALUES (22839,7682,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.301958345159089;s:5:\"bytes\";i:14248;s:11:\"size_before\";i:331198;s:10:\"size_after\";i:316950;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3;s:5:\"bytes\";i:696;s:11:\"size_before\";i:9530;s:10:\"size_after\";i:8834;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.84;s:5:\"bytes\";i:1767;s:11:\"size_before\";i:30268;s:10:\"size_after\";i:28501;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2;s:5:\"bytes\";i:5917;s:11:\"size_before\";i:140717;s:10:\"size_after\";i:134800;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.89;s:5:\"bytes\";i:5868;s:11:\"size_before\";i:150683;s:10:\"size_after\";i:144815;s:4:\"time\";d:0.06;}}}'),(22840,7682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:954;s:4:\"file\";s:46:\"2019/09/long-island-bahamas-buzz-feature-5.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"long-island-bahamas-buzz-feature-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:46:\"long-island-bahamas-buzz-feature-5-300x298.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"long-island-bahamas-buzz-feature-5-768x763.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"long-island-bahamas-buzz-feature-5-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(22841,7683,'_wp_attached_file','2019/09/Hugh-Shim-Montego-Bay-Harbour.jpg'),(22842,7683,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0893909849962045;s:5:\"bytes\";i:6797;s:11:\"size_before\";i:220011;s:10:\"size_after\";i:213214;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.89;s:5:\"bytes\";i:280;s:11:\"size_before\";i:5723;s:10:\"size_after\";i:5443;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.15;s:5:\"bytes\";i:362;s:11:\"size_before\";i:11492;s:10:\"size_after\";i:11130;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.66;s:5:\"bytes\";i:1305;s:11:\"size_before\";i:48971;s:10:\"size_after\";i:47666;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.99;s:5:\"bytes\";i:2337;s:11:\"size_before\";i:78179;s:10:\"size_after\";i:75842;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.32;s:5:\"bytes\";i:2513;s:11:\"size_before\";i:75646;s:10:\"size_after\";i:73133;s:4:\"time\";d:0.04;}}}'),(22843,7683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1496;s:6:\"height\";i:1000;s:4:\"file\";s:41:\"2019/09/Hugh-Shim-Montego-Bay-Harbour.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Hugh-Shim-Montego-Bay-Harbour-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:\"Hugh-Shim-Montego-Bay-Harbour-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:41:\"Hugh-Shim-Montego-Bay-Harbour-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Hugh-Shim-Montego-Bay-Harbour-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Hugh-Shim-Montego-Bay-Harbour-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567599416\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22844,7684,'_wp_attached_file','2019/09/long-island-bahamas-buzz-feature-6.jpg'),(22845,7684,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.117989391596415;s:5:\"bytes\";i:12383;s:11:\"size_before\";i:300705;s:10:\"size_after\";i:288322;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1;s:5:\"bytes\";i:496;s:11:\"size_before\";i:8128;s:10:\"size_after\";i:7632;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.36;s:5:\"bytes\";i:1108;s:11:\"size_before\";i:20676;s:10:\"size_after\";i:19568;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3;s:5:\"bytes\";i:4706;s:11:\"size_before\";i:109365;s:10:\"size_after\";i:104659;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.74;s:5:\"bytes\";i:6073;s:11:\"size_before\";i:162536;s:10:\"size_after\";i:156463;s:4:\"time\";d:0.05;}}}'),(22846,7684,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:46:\"2019/09/long-island-bahamas-buzz-feature-6.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"long-island-bahamas-buzz-feature-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:46:\"long-island-bahamas-buzz-feature-6-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:46:\"long-island-bahamas-buzz-feature-6-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"long-island-bahamas-buzz-feature-6-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(22847,7662,'_edit_last','11'),(22848,7662,'smpush_mute_activated','no'),(22849,7662,'_yoast_wpseo_primary_category','4'),(22850,7662,'_yoast_wpseo_primary_sub-category','6'),(22851,7662,'sponsored_url',''),(22852,7662,'_yoast_wpseo_content_score','30'),(22853,7662,'_yoast_wpseo_focuskeywords','[]'),(22854,7662,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22857,7650,'_edit_last','11'),(22858,7650,'smpush_mute_activated','no'),(22859,7650,'_yoast_wpseo_primary_category','4'),(22860,7650,'_yoast_wpseo_primary_sub-category','16'),(22861,7650,'sponsored_url',''),(22862,7650,'_yoast_wpseo_content_score','60'),(22863,7650,'_yoast_wpseo_focuskeywords','[]'),(22864,7650,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22865,7687,'_wp_attached_file','2019/09/Thalia-Lyn-Island-Grill-Buzz-Caribbean.jpg'),(22866,7687,'wpmf_size','234805'),(22867,7687,'wpmf_filetype','jpg'),(22868,7687,'wpmf_order','0'),(22869,7687,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:50:\"2019/09/Thalia-Lyn-Island-Grill-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Thalia-Lyn-Island-Grill-Buzz-Caribbean-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:50:\"Thalia-Lyn-Island-Grill-Buzz-Caribbean-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Thalia-Lyn-Island-Grill-Buzz-Caribbean-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Thalia-Lyn-Island-Grill-Buzz-Caribbean-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"Thalia-Lyn-Island-Grill-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(22870,7687,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3727335799445606;s:5:\"bytes\";i:10549;s:11:\"size_before\";i:312773;s:10:\"size_after\";i:302224;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.49;s:5:\"bytes\";i:537;s:11:\"size_before\";i:8274;s:10:\"size_after\";i:7737;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:841;s:11:\"size_before\";i:16032;s:10:\"size_after\";i:15191;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7;s:5:\"bytes\";i:2541;s:11:\"size_before\";i:68677;s:10:\"size_after\";i:66136;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.03;s:5:\"bytes\";i:3221;s:11:\"size_before\";i:106396;s:10:\"size_after\";i:103175;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.01;s:5:\"bytes\";i:3409;s:11:\"size_before\";i:113394;s:10:\"size_after\";i:109985;s:4:\"time\";d:0.04;}}}'),(22872,7662,'_thumbnail_id','7687'),(22873,7662,'xyz_smap','1'),(22876,7665,'_thumbnail_id','7671'),(22877,7665,'_edit_last','14'),(22878,7665,'xyz_smap','1'),(22879,7665,'smpush_mute_activated','no'),(22881,7665,'_yoast_wpseo_primary_category','4'),(22882,7665,'_yoast_wpseo_primary_sub-category','9'),(22883,7665,'sponsored_url',''),(22884,7665,'_yoast_wpseo_content_score','30'),(22885,7665,'_yoast_wpseo_focuskeywords','[]'),(22886,7665,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22887,7651,'_edit_last','4'),(22888,7651,'smpush_mute_activated','no'),(22889,7651,'_yoast_wpseo_primary_category','4'),(22890,7651,'_yoast_wpseo_primary_sub-category','13'),(22891,7651,'sponsored_url',''),(22892,7651,'_yoast_wpseo_content_score','30'),(22893,7651,'_yoast_wpseo_focuskeywords','[]'),(22894,7651,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22895,7690,'_edit_lock','1567798613:4'),(22896,7690,'_yst_prominent_words_version','1'),(22897,7691,'_wp_attached_file','2019/09/Montego-Bay-Harbour.jpg'),(22898,7691,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.004491569103895;s:5:\"bytes\";i:10201;s:11:\"size_before\";i:339525;s:10:\"size_after\";i:329324;s:4:\"time\";d:0.16999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.38;s:5:\"bytes\";i:286;s:11:\"size_before\";i:6531;s:10:\"size_after\";i:6245;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.97;s:5:\"bytes\";i:619;s:11:\"size_before\";i:15597;s:10:\"size_after\";i:14978;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.23;s:5:\"bytes\";i:2437;s:11:\"size_before\";i:75525;s:10:\"size_after\";i:73088;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9;s:5:\"bytes\";i:3542;s:11:\"size_before\";i:122241;s:10:\"size_after\";i:118699;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.77;s:5:\"bytes\";i:3317;s:11:\"size_before\";i:119631;s:10:\"size_after\";i:116314;s:4:\"time\";d:0.05;}}}'),(22899,7691,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1496;s:6:\"height\";i:1000;s:4:\"file\";s:31:\"2019/09/Montego-Bay-Harbour.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Montego-Bay-Harbour-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:\"Montego-Bay-Harbour-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:31:\"Montego-Bay-Harbour-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Montego-Bay-Harbour-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Montego-Bay-Harbour-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567599766\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22900,7690,'_edit_last','4'),(22901,7690,'smpush_mute_activated','no'),(22902,7690,'_yoast_wpseo_primary_category','4'),(22903,7690,'_yoast_wpseo_primary_sub-category','5'),(22904,7690,'sponsored_url',''),(22905,7690,'_yoast_wpseo_content_score','90'),(22906,7690,'_yoast_wpseo_focuskeywords','[]'),(22907,7690,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22908,7693,'_edit_lock','1567796596:4'),(22909,7693,'_yst_prominent_words_version','1'),(22910,7695,'_edit_lock','1567891875:11'),(22911,7695,'_yst_prominent_words_version','1'),(22916,7698,'_edit_lock','1567813478:16'),(22917,7698,'_yst_prominent_words_version','1'),(22918,7699,'_wp_attached_file','2019/09/shelly-ann-frazer-pryce-.jpg'),(22919,7699,'wpmf_size','585404'),(22920,7699,'wpmf_filetype','jpg'),(22921,7699,'wpmf_order','0'),(22922,7699,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1004;s:4:\"file\";s:36:\"2019/09/shelly-ann-frazer-pryce-.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"shelly-ann-frazer-pryce--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:\"shelly-ann-frazer-pryce--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:36:\"shelly-ann-frazer-pryce--768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"shelly-ann-frazer-pryce--1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"shelly-ann-frazer-pryce--1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:7:\"REUTERS\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:200:\"Shelly-Ann Fraser-Pryce of Jamaica reacts after the women\'s 100m semi-final during the 15th IAAF World Championships at the National Stadium in Beijing, China August 24, 2015.   REUTERS/Lucy Nicholson\";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:140:\"Fraser-Pryce of Jamaica reacts after the women\'s 100m semi-final during the 15th IAAF World Championships at the National Stadium in Beijing\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:23:\":rel:d:bm:SR1EB8O0XITFH\";}}}'),(22923,7699,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:358077;s:11:\"size_before\";i:585404;s:10:\"size_after\";i:227327;}'),(22924,7699,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.541411131375233;s:5:\"bytes\";i:18261;s:11:\"size_before\";i:329537;s:10:\"size_after\";i:311276;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.11;s:5:\"bytes\";i:453;s:11:\"size_before\";i:7420;s:10:\"size_after\";i:6967;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.89;s:5:\"bytes\";i:724;s:11:\"size_before\";i:14791;s:10:\"size_after\";i:14067;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.41;s:5:\"bytes\";i:3879;s:11:\"size_before\";i:71725;s:10:\"size_after\";i:67846;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.59;s:5:\"bytes\";i:6567;s:11:\"size_before\";i:117541;s:10:\"size_after\";i:110974;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.62;s:5:\"bytes\";i:6638;s:11:\"size_before\";i:118060;s:10:\"size_after\";i:111422;s:4:\"time\";d:0.04;}}}'),(22925,7693,'_edit_last','4'),(22926,7693,'smpush_mute_activated','no'),(22927,7693,'_yoast_wpseo_primary_category','4'),(22928,7693,'_yoast_wpseo_primary_sub-category','5'),(22929,7693,'sponsored_url',''),(22930,7693,'_yoast_wpseo_content_score','30'),(22931,7693,'_yoast_wpseo_focuskeywords','[]'),(22932,7693,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22934,7693,'xyz_smap','1'),(22936,7702,'_wp_attached_file','2019/09/Fish-Eating-Plastic-Montego-Bay-Harbour-Feature-Image.jpg'),(22937,7702,'wpmf_size','196302'),(22938,7702,'wpmf_filetype','jpg'),(22939,7702,'wpmf_order','0'),(22940,7702,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:65:\"2019/09/Fish-Eating-Plastic-Montego-Bay-Harbour-Feature-Image.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"Fish-Eating-Plastic-Montego-Bay-Harbour-Feature-Image-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:65:\"Fish-Eating-Plastic-Montego-Bay-Harbour-Feature-Image-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:65:\"Fish-Eating-Plastic-Montego-Bay-Harbour-Feature-Image-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:66:\"Fish-Eating-Plastic-Montego-Bay-Harbour-Feature-Image-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:66:\"Fish-Eating-Plastic-Montego-Bay-Harbour-Feature-Image-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(22941,7702,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.815106814110943;s:5:\"bytes\";i:13925;s:11:\"size_before\";i:289194;s:10:\"size_after\";i:275269;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.34;s:5:\"bytes\";i:383;s:11:\"size_before\";i:7175;s:10:\"size_after\";i:6792;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.48;s:5:\"bytes\";i:738;s:11:\"size_before\";i:13466;s:10:\"size_after\";i:12728;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:3160;s:11:\"size_before\";i:63729;s:10:\"size_after\";i:60569;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.74;s:5:\"bytes\";i:4669;s:11:\"size_before\";i:98588;s:10:\"size_after\";i:93919;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.68;s:5:\"bytes\";i:4975;s:11:\"size_before\";i:106236;s:10:\"size_after\";i:101261;s:4:\"time\";d:0.04;}}}'),(22943,7650,'_thumbnail_id','7702'),(22944,7650,'xyz_smap','1'),(22946,7703,'_wp_attached_file','2019/09/Long-Story-Short-flyer.jpg'),(22947,7703,'wpmf_size','154314'),(22948,7703,'wpmf_filetype','jpg'),(22949,7703,'wpmf_order','0'),(22950,7703,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:34:\"2019/09/Long-Story-Short-flyer.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Long-Story-Short-flyer-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:\"Long-Story-Short-flyer-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Long-Story-Short-flyer-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Long-Story-Short-flyer-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Long-Story-Short-flyer-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(22951,7703,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.8570998563774435;s:5:\"bytes\";i:27408;s:11:\"size_before\";i:348831;s:10:\"size_after\";i:321423;s:4:\"time\";d:0.18000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.64;s:5:\"bytes\";i:420;s:11:\"size_before\";i:7445;s:10:\"size_after\";i:7025;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.28;s:5:\"bytes\";i:1366;s:11:\"size_before\";i:21748;s:10:\"size_after\";i:20382;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.39;s:5:\"bytes\";i:7657;s:11:\"size_before\";i:91289;s:10:\"size_after\";i:83632;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.51;s:5:\"bytes\";i:11552;s:11:\"size_before\";i:135681;s:10:\"size_after\";i:124129;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.92;s:5:\"bytes\";i:6413;s:11:\"size_before\";i:92668;s:10:\"size_after\";i:86255;s:4:\"time\";d:0.04;}}}'),(22952,7704,'_wp_attached_file','2019/09/Long-Story-Short-Rules-Flyer.jpg'),(22953,7704,'wpmf_size','146452'),(22954,7704,'wpmf_filetype','jpg'),(22955,7704,'wpmf_order','0'),(22956,7704,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:40:\"2019/09/Long-Story-Short-Rules-Flyer.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Long-Story-Short-Rules-Flyer-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:\"Long-Story-Short-Rules-Flyer-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Long-Story-Short-Rules-Flyer-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Long-Story-Short-Rules-Flyer-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Long-Story-Short-Rules-Flyer-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(22957,7704,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.928662200489871;s:5:\"bytes\";i:33361;s:11:\"size_before\";i:336007;s:10:\"size_after\";i:302646;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87;s:5:\"bytes\";i:423;s:11:\"size_before\";i:7204;s:10:\"size_after\";i:6781;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.02;s:5:\"bytes\";i:1511;s:11:\"size_before\";i:21523;s:10:\"size_after\";i:20012;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.11;s:5:\"bytes\";i:8571;s:11:\"size_before\";i:84778;s:10:\"size_after\";i:76207;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.85;s:5:\"bytes\";i:12920;s:11:\"size_before\";i:131230;s:10:\"size_after\";i:118310;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.89;s:5:\"bytes\";i:9936;s:11:\"size_before\";i:91272;s:10:\"size_after\";i:81336;s:4:\"time\";d:0.04;}}}'),(22958,7703,'_wp_attachment_image_alt',''),(22959,7704,'_wp_attachment_image_alt','Long-Story-Short-Rules'),(22960,7698,'_thumbnail_id','7726'),(22961,7698,'_edit_last','13'),(22962,7698,'smpush_mute_activated','no'),(22963,7698,'_yoast_wpseo_primary_out-category','1799'),(22964,7698,'_yoast_wpseo_primary_location','33'),(22965,7698,'out_date','2019-09-07'),(22966,7698,'out_time','08:00 PM'),(22967,7698,'out_address','1 Grosvenor Terrace, Kingston 8'),(22968,7698,'out_description','A platform for the arts in Jamaica, Long Story Short is marriage of beautiful music and unique storytelling.'),(22969,7698,'out_mapurl',''),(22970,7698,'post_gallery_id','a:3:{i:0;s:4:\"7703\";i:1;s:4:\"7704\";i:2;s:4:\"7726\";}'),(22971,7698,'_yoast_wpseo_content_score','30'),(22972,7698,'_yoast_wpseo_focuskeywords','[]'),(22973,7698,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(22976,7706,'_wp_attached_file','2019/09/Akeem-Bloomfield.jpg'),(22977,7706,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.374390360524051;s:5:\"bytes\";i:1124;s:11:\"size_before\";i:20914;s:10:\"size_after\";i:19790;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.67;s:5:\"bytes\";i:400;s:11:\"size_before\";i:7052;s:10:\"size_after\";i:6652;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.22;s:5:\"bytes\";i:724;s:11:\"size_before\";i:13862;s:10:\"size_after\";i:13138;s:4:\"time\";d:0.01;}}}'),(22978,7706,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:28:\"2019/09/Akeem-Bloomfield.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Akeem-Bloomfield-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:\"Akeem-Bloomfield-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:{}}}'),(22979,7707,'_edit_lock','1567799598:13'),(22980,7707,'_yst_prominent_words_version','1'),(22982,7690,'xyz_smap','1'),(22986,7710,'_wp_attached_file','2019/09/MOONLIGHT-BRUNCH.jpg'),(22987,7710,'wpmf_size','194248'),(22988,7710,'wpmf_filetype','jpg'),(22989,7710,'wpmf_order','0'),(22990,7710,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:4:\"file\";s:28:\"2019/09/MOONLIGHT-BRUNCH.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"MOONLIGHT-BRUNCH-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:\"MOONLIGHT-BRUNCH-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"MOONLIGHT-BRUNCH-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"MOONLIGHT-BRUNCH-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"MOONLIGHT-BRUNCH-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(22991,7710,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(22992,7710,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8127512723674366;s:5:\"bytes\";i:15335;s:11:\"size_before\";i:402203;s:10:\"size_after\";i:386868;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.18;s:5:\"bytes\";i:488;s:11:\"size_before\";i:7893;s:10:\"size_after\";i:7405;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.97;s:5:\"bytes\";i:1185;s:11:\"size_before\";i:23835;s:10:\"size_after\";i:22650;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.88;s:5:\"bytes\";i:4071;s:11:\"size_before\";i:105045;s:10:\"size_after\";i:100974;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.43;s:5:\"bytes\";i:5518;s:11:\"size_before\";i:160834;s:10:\"size_after\";i:155316;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.89;s:5:\"bytes\";i:4073;s:11:\"size_before\";i:104596;s:10:\"size_after\";i:100523;s:4:\"time\";d:0.04;}}}'),(22993,7711,'_wp_attached_file','2019/09/EAST-OCHI.jpg'),(22994,7711,'wpmf_size','211642'),(22995,7711,'wpmf_filetype','jpg'),(22996,7711,'wpmf_order','0'),(22997,7711,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:21:\"2019/09/EAST-OCHI.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"EAST-OCHI-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:\"EAST-OCHI-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"EAST-OCHI-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"EAST-OCHI-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(22998,7711,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.595657642752728;s:5:\"bytes\";i:19752;s:11:\"size_before\";i:352988;s:10:\"size_after\";i:333236;s:4:\"time\";d:0.18000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.25;s:5:\"bytes\";i:910;s:11:\"size_before\";i:11025;s:10:\"size_after\";i:10115;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.33;s:5:\"bytes\";i:2545;s:11:\"size_before\";i:34738;s:10:\"size_after\";i:32193;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6;s:5:\"bytes\";i:8614;s:11:\"size_before\";i:153760;s:10:\"size_after\";i:145146;s:4:\"time\";d:0.09;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.01;s:5:\"bytes\";i:7683;s:11:\"size_before\";i:153465;s:10:\"size_after\";i:145782;s:4:\"time\";d:0.04;}}}'),(22999,7712,'_wp_attached_file','2019/09/ROCK-BOAT.jpg'),(23000,7712,'wpmf_size','147161'),(23001,7712,'wpmf_filetype','jpg'),(23002,7712,'wpmf_order','0'),(23003,7712,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2019/09/ROCK-BOAT.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ROCK-BOAT-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:\"ROCK-BOAT-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"ROCK-BOAT-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"ROCK-BOAT-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"ROCK-BOAT-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(23004,7712,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.375409537917347;s:5:\"bytes\";i:12806;s:11:\"size_before\";i:379391;s:10:\"size_after\";i:366585;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.68;s:5:\"bytes\";i:342;s:11:\"size_before\";i:7308;s:10:\"size_after\";i:6966;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.57;s:5:\"bytes\";i:765;s:11:\"size_before\";i:21425;s:10:\"size_after\";i:20660;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.69;s:5:\"bytes\";i:3505;s:11:\"size_before\";i:95012;s:10:\"size_after\";i:91507;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.32;s:5:\"bytes\";i:4912;s:11:\"size_before\";i:147737;s:10:\"size_after\";i:142825;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04;s:5:\"bytes\";i:3282;s:11:\"size_before\";i:107909;s:10:\"size_after\";i:104627;s:4:\"time\";d:0.04;}}}'),(23005,7713,'_wp_attached_file','2019/09/ALLURE-OCHI.jpg'),(23006,7713,'wpmf_size','311159'),(23007,7713,'wpmf_filetype','jpg'),(23008,7713,'wpmf_order','0'),(23009,7713,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:1200;s:4:\"file\";s:23:\"2019/09/ALLURE-OCHI.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ALLURE-OCHI-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:\"ALLURE-OCHI-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"ALLURE-OCHI-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"ALLURE-OCHI-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"ALLURE-OCHI-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(23010,7713,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:131960;s:11:\"size_before\";i:311159;s:10:\"size_after\";i:179199;}'),(23011,7713,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7555350915004504;s:5:\"bytes\";i:15334;s:11:\"size_before\";i:408304;s:10:\"size_after\";i:392970;s:4:\"time\";d:0.21;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.28;s:5:\"bytes\";i:538;s:11:\"size_before\";i:8565;s:10:\"size_after\";i:8027;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.39;s:5:\"bytes\";i:1178;s:11:\"size_before\";i:21854;s:10:\"size_after\";i:20676;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:4896;s:11:\"size_before\";i:130392;s:10:\"size_after\";i:125496;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.52;s:5:\"bytes\";i:5000;s:11:\"size_before\";i:142159;s:10:\"size_after\";i:137159;s:4:\"time\";d:0.09;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.53;s:5:\"bytes\";i:3722;s:11:\"size_before\";i:105334;s:10:\"size_after\";i:101612;s:4:\"time\";d:0.06;}}}'),(23012,7707,'_thumbnail_id','7710'),(23013,7707,'_edit_last','13'),(23014,7707,'smpush_mute_activated','no'),(23015,7707,'_yoast_wpseo_primary_out-category','25'),(23016,7707,'_yoast_wpseo_primary_location','36'),(23017,7707,'out_date','2019-10-18'),(23018,7707,'out_time','08:00 PM'),(23019,7707,'out_address','Ocho Rios, Jamiaca'),(23020,7707,'out_description','The Great Weekend\r\nPremium Food Inclusive \r\nHeroes Weekend'),(23021,7707,'out_mapurl','https://www.google.com/maps/place/Ocho+Rios/data=!4m2!3m1!1s0x8edafdc91dfb81d5:0x24cebac16dce2c77?sa=X&ved=2ahUKEwihtMOR_LzkAhULrlkKHQAEAc0Q8gEwHnoECBAQBA'),(23022,7707,'post_gallery_id','a:1:{i:0;s:4:\"7710\";}'),(23023,7707,'_yoast_wpseo_content_score','30'),(23024,7707,'_yoast_wpseo_focuskeywords','[]'),(23025,7707,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(23026,7716,'_edit_lock','1567800453:13'),(23027,7716,'_yst_prominent_words_version','1'),(23046,7716,'_edit_last','13'),(23047,7716,'smpush_mute_activated','no'),(23048,7716,'_yoast_wpseo_primary_out-category','25'),(23049,7716,'_yoast_wpseo_primary_location','36'),(23050,7716,'out_date','2019-10-19'),(23051,7716,'out_time','10:00 PM'),(23052,7716,'out_address','Ocho Rios, Jamaica'),(23053,7716,'out_description','This Heroes Weekend\r\nOct 18 - 21 2019.\r\nOcho Rios , St.Ann Jamaica.\r\nPowered by @thenetworkjam .\r\n\r\nPurchase your Season Bands now and Save available on the website . www.thegreatweekend.com '),(23054,7716,'out_mapurl','https://www.google.com/maps/place/Ocho+Rios/data=!4m2!3m1!1s0x8edafdc91dfb81d5:0x24cebac16dce2c77?sa=X&ved=2ahUKEwihtMOR_LzkAhULrlkKHQAEAc0Q8gEwHnoECBAQBA'),(23055,7716,'post_gallery_id','a:1:{i:0;s:4:\"7711\";}'),(23056,7716,'_yoast_wpseo_content_score','30'),(23057,7716,'_yoast_wpseo_focuskeywords','[]'),(23058,7716,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(23059,7722,'_wp_attached_file','2019/09/Olivia-Grange-telethon.jpg'),(23060,7722,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2825630252100844;s:5:\"bytes\";i:500;s:11:\"size_before\";i:15232;s:10:\"size_after\";i:14732;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.22;s:5:\"bytes\";i:218;s:11:\"size_before\";i:5169;s:10:\"size_after\";i:4951;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8;s:5:\"bytes\";i:282;s:11:\"size_before\";i:10063;s:10:\"size_after\";i:9781;s:4:\"time\";d:0.01;}}}'),(23061,7722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:475;s:4:\"file\";s:34:\"2019/09/Olivia-Grange-telethon.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Olivia-Grange-telethon-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:\"Olivia-Grange-telethon-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;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:{}}}'),(23062,7723,'_edit_lock','1567802597:13'),(23063,7723,'_yst_prominent_words_version','1'),(23065,7651,'_thumbnail_id','7722'),(23066,7651,'xyz_smap','1'),(23068,7723,'_thumbnail_id','7712'),(23069,7723,'_edit_last','13'),(23070,7723,'smpush_mute_activated','no'),(23071,7723,'_yoast_wpseo_primary_out-category','25'),(23072,7723,'_yoast_wpseo_primary_location','36'),(23073,7723,'out_date','2019-10-19'),(23074,7723,'out_time','04:00 PM'),(23075,7723,'out_address','Ocho Rios, Jamaica'),(23076,7723,'out_description','This Heroes Weekend!!! Ocho Rios comes alive with THE GREAT Weekend @thenetworkjam @thegreatweekendja ??? Oct 18-21.\r\n.\r\nThis experience is like none other with the best in premium entertainment from Jamaica and Overseas .'),(23077,7723,'out_mapurl','https://www.google.com/maps/place/Ocho+Rios/@18.4008265,-77.1174829,13z/data=!3m1!4b1!4m5!3m4!1s0x8edafdc91dfb81d5:0x24cebac16dce2c77!8m2!3d18.4073894!4d-77.1031345'),(23078,7723,'post_gallery_id','a:1:{i:0;s:4:\"7712\";}'),(23079,7723,'_yoast_wpseo_content_score','30'),(23080,7723,'_yoast_wpseo_focuskeywords','[]'),(23081,7723,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(23082,7725,'_edit_lock','1567801409:13'),(23083,7725,'_yst_prominent_words_version','1'),(23084,7725,'_thumbnail_id','7713'),(23085,7725,'_edit_last','13'),(23086,7725,'smpush_mute_activated','no'),(23087,7725,'_yoast_wpseo_primary_out-category','25'),(23088,7725,'_yoast_wpseo_primary_location','36'),(23089,7725,'out_date','2019-10-19'),(23090,7725,'out_time','12:00 PM'),(23091,7725,'out_address','Ochi Rios, Jamaica'),(23092,7725,'out_description','This Heroes Weekend!!! Ocho Rios comes alive with THE GREAT Weekend @thenetworkjam @thegreatweekendja ??? Oct 18-21.\r\n.\r\nThis experience is like none other with the best in premium entertainment from Jamaica and Overseas .'),(23093,7725,'out_mapurl','https://www.google.com/maps/place/Ocho+Rios/@18.4008265,-77.1174829,13z/data=!3m1!4b1!4m5!3m4!1s0x8edafdc91dfb81d5:0x24cebac16dce2c77!8m2!3d18.4073894!4d-77.1031345'),(23094,7725,'post_gallery_id','a:1:{i:0;s:4:\"7713\";}'),(23095,7725,'_yoast_wpseo_content_score','30'),(23096,7725,'_yoast_wpseo_focuskeywords','[]'),(23097,7725,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(23098,7726,'_wp_attached_file','2019/09/LongStoryShort.jpg'),(23099,7726,'wpmf_size','105379'),(23100,7726,'wpmf_filetype','jpg'),(23101,7726,'wpmf_order','0'),(23102,7726,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:500;s:4:\"file\";s:26:\"2019/09/LongStoryShort.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"LongStoryShort-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:\"LongStoryShort-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(23103,7726,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.649165425907061;s:5:\"bytes\";i:1697;s:11:\"size_before\";i:25522;s:10:\"size_after\";i:23825;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.27;s:5:\"bytes\";i:490;s:11:\"size_before\";i:7810;s:10:\"size_after\";i:7320;s:4:\"time\";d:0.08;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.81;s:5:\"bytes\";i:1207;s:11:\"size_before\";i:17712;s:10:\"size_after\";i:16505;s:4:\"time\";d:0.02;}}}'),(23104,7727,'_wp_attached_file','2019/09/Pumpkin-Belly-Other-Stories-Coverlr.png'),(23105,7727,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:171274;s:10:\"size_after\";i:171274;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52403;s:10:\"size_after\";i:52403;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:118871;s:10:\"size_after\";i:118871;s:4:\"time\";d:0.11;}}}'),(23106,7727,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:619;s:4:\"file\";s:47:\"2019/09/Pumpkin-Belly-Other-Stories-Coverlr.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Pumpkin-Belly-Other-Stories-Coverlr-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:47:\"Pumpkin-Belly-Other-Stories-Coverlr-194x300.png\";s:5:\"width\";i:194;s:6:\"height\";i:300;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:{}}}'),(23107,7728,'_edit_lock','1567808242:4'),(23108,7728,'_yst_prominent_words_version','1'),(23109,7729,'_wp_attached_file','2019/09/All-Over-Again.png'),(23110,7729,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.707623682076237;s:5:\"bytes\";i:7319;s:11:\"size_before\";i:128232;s:10:\"size_after\";i:120913;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.88;s:5:\"bytes\";i:2195;s:11:\"size_before\";i:37315;s:10:\"size_after\";i:35120;s:4:\"time\";d:0.05;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.64;s:5:\"bytes\";i:5124;s:11:\"size_before\";i:90917;s:10:\"size_after\";i:85793;s:4:\"time\";d:0.09;}}}'),(23111,7729,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:252;s:6:\"height\";i:394;s:4:\"file\";s:26:\"2019/09/All-Over-Again.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"All-Over-Again-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:26:\"All-Over-Again-192x300.png\";s:5:\"width\";i:192;s:6:\"height\";i:300;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:{}}}'),(23114,7731,'_wp_attached_file','2019/09/Dancing-In-The-Rain.jpg'),(23115,7731,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.82368825019882;s:5:\"bytes\";i:7379;s:11:\"size_before\";i:108138;s:10:\"size_after\";i:100759;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.88;s:5:\"bytes\";i:746;s:11:\"size_before\";i:9465;s:10:\"size_after\";i:8719;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.42;s:5:\"bytes\";i:1464;s:11:\"size_before\";i:19721;s:10:\"size_after\";i:18257;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.55;s:5:\"bytes\";i:5169;s:11:\"size_before\";i:78952;s:10:\"size_after\";i:73783;s:4:\"time\";d:0.03;}}}'),(23116,7731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:667;s:6:\"height\";i:1000;s:4:\"file\";s:31:\"2019/09/Dancing-In-The-Rain.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Dancing-In-The-Rain-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:\"Dancing-In-The-Rain-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Dancing-In-The-Rain-667x655.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:655;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:\"1454501766\";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:25:\"Dancing in the Rain Cover\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23122,7728,'_edit_last','4'),(23123,7728,'xyz_smap','1'),(23124,7728,'smpush_mute_activated','no'),(23126,7728,'_yoast_wpseo_primary_category','4'),(23127,7728,'_yoast_wpseo_primary_sub-category','5'),(23128,7728,'sponsored_url',''),(23129,7728,'_yoast_wpseo_content_score','60'),(23130,7728,'_yoast_wpseo_focuskeywords','[]'),(23131,7728,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(23134,7734,'_edit_lock','1567826054:4'),(23135,7734,'_yst_prominent_words_version','1'),(23136,7734,'_edit_last','4'),(23137,7734,'smpush_mute_activated','no'),(23138,7734,'_yoast_wpseo_primary_category','4'),(23139,7734,'_yoast_wpseo_primary_sub-category','5'),(23140,7734,'sponsored_url',''),(23141,7734,'_yoast_wpseo_content_score','60'),(23142,7734,'_yoast_wpseo_focuskeywords','[]'),(23143,7734,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(23149,7739,'_wp_attached_file','2019/09/Danielle_Williams_-_Women_s_100m_Hurdles_-_Doha_2019_.jpg'),(23150,7739,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.955106399695045;s:5:\"bytes\";i:13592;s:11:\"size_before\";i:343657;s:10:\"size_after\";i:330065;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.85;s:5:\"bytes\";i:459;s:11:\"size_before\";i:7852;s:10:\"size_after\";i:7393;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.92;s:5:\"bytes\";i:849;s:11:\"size_before\";i:17271;s:10:\"size_after\";i:16422;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.93;s:5:\"bytes\";i:2969;s:11:\"size_before\";i:75525;s:10:\"size_after\";i:72556;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79;s:5:\"bytes\";i:4566;s:11:\"size_before\";i:120577;s:10:\"size_after\";i:116011;s:4:\"time\";d:0.08;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.88;s:5:\"bytes\";i:4749;s:11:\"size_before\";i:122432;s:10:\"size_after\";i:117683;s:4:\"time\";d:0.06;}}}'),(23151,7739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:799;s:4:\"file\";s:65:\"2019/09/Danielle_Williams_-_Women_s_100m_Hurdles_-_Doha_2019_.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"Danielle_Williams_-_Women_s_100m_Hurdles_-_Doha_2019_-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:65:\"Danielle_Williams_-_Women_s_100m_Hurdles_-_Doha_2019_-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:65:\"Danielle_Williams_-_Women_s_100m_Hurdles_-_Doha_2019_-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:66:\"Danielle_Williams_-_Women_s_100m_Hurdles_-_Doha_2019_-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:66:\"Danielle_Williams_-_Women_s_100m_Hurdles_-_Doha_2019_-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23153,7734,'_thumbnail_id','7739'),(23154,7734,'xyz_smap','1'),(23156,7741,'_wp_attached_file','2019/09/featured-image.jpg'),(23157,7741,'wpmf_size','88883'),(23158,7741,'wpmf_filetype','jpg'),(23159,7741,'wpmf_order','0'),(23160,7741,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:681;s:6:\"height\";i:500;s:4:\"file\";s:26:\"2019/09/featured-image.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"featured-image-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:\"featured-image-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(23161,7741,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.162162162162162;s:5:\"bytes\";i:1254;s:11:\"size_before\";i:20350;s:10:\"size_after\";i:19096;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:406;s:11:\"size_before\";i:6497;s:10:\"size_after\";i:6091;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12;s:5:\"bytes\";i:848;s:11:\"size_before\";i:13853;s:10:\"size_after\";i:13005;s:4:\"time\";d:0.01;}}}'),(23162,7742,'_wp_attached_file','2019/09/featured-image-1.jpg'),(23163,7742,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.162162162162162;s:5:\"bytes\";i:1254;s:11:\"size_before\";i:20350;s:10:\"size_after\";i:19096;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:406;s:11:\"size_before\";i:6497;s:10:\"size_after\";i:6091;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12;s:5:\"bytes\";i:848;s:11:\"size_before\";i:13853;s:10:\"size_after\";i:13005;s:4:\"time\";d:0.02;}}}'),(23164,7742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:681;s:6:\"height\";i:500;s:4:\"file\";s:28:\"2019/09/featured-image-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"featured-image-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:28:\"featured-image-1-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;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:{}}}'),(23166,7728,'_thumbnail_id','7742'),(23170,7744,'_edit_lock','1567814033:11'),(23171,7744,'_yst_prominent_words_version','1'),(23172,7745,'_edit_lock','1567815760:14'),(23173,7745,'_yst_prominent_words_version','1'),(23174,7746,'_wp_attached_file','2019/09/Reggae-Boyz-Buzz-Caribbean.jpg'),(23175,7746,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.00850190559953;s:5:\"bytes\";i:1502;s:11:\"size_before\";i:13644;s:10:\"size_after\";i:12142;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.44;s:5:\"bytes\";i:454;s:11:\"size_before\";i:4811;s:10:\"size_after\";i:4357;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.86;s:5:\"bytes\";i:1048;s:11:\"size_before\";i:8833;s:10:\"size_after\";i:7785;s:4:\"time\";d:0.01;}}}'),(23176,7746,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:360;s:4:\"file\";s:38:\"2019/09/Reggae-Boyz-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Reggae-Boyz-Buzz-Caribbean-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:\"Reggae-Boyz-Buzz-Caribbean-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\";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:{}}}'),(23177,7747,'_wp_attached_file','2019/09/robert-mugabe-buzz-demo.jpg'),(23178,7747,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.397743539169761;s:5:\"bytes\";i:11951;s:11:\"size_before\";i:271753;s:10:\"size_after\";i:259802;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.65;s:5:\"bytes\";i:343;s:11:\"size_before\";i:6066;s:10:\"size_after\";i:5723;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.44;s:5:\"bytes\";i:729;s:11:\"size_before\";i:13397;s:10:\"size_after\";i:12668;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.48;s:5:\"bytes\";i:2673;s:11:\"size_before\";i:59712;s:10:\"size_after\";i:57039;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37;s:5:\"bytes\";i:4197;s:11:\"size_before\";i:96113;s:10:\"size_after\";i:91916;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.16;s:5:\"bytes\";i:4009;s:11:\"size_before\";i:96465;s:10:\"size_after\";i:92456;s:4:\"time\";d:0.1;}}}'),(23179,7747,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:35:\"2019/09/robert-mugabe-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"robert-mugabe-buzz-demo-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:\"robert-mugabe-buzz-demo-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:35:\"robert-mugabe-buzz-demo-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:36:\"robert-mugabe-buzz-demo-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"robert-mugabe-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23180,7748,'_wp_attached_file','2019/09/bobby-reid-Reggae-Boyz.jpg'),(23181,7748,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.211673546237961;s:5:\"bytes\";i:1774;s:11:\"size_before\";i:55236;s:10:\"size_after\";i:53462;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.26;s:5:\"bytes\";i:349;s:11:\"size_before\";i:6633;s:10:\"size_after\";i:6284;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.36;s:5:\"bytes\";i:326;s:11:\"size_before\";i:9699;s:10:\"size_after\";i:9373;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.82;s:5:\"bytes\";i:1099;s:11:\"size_before\";i:38904;s:10:\"size_after\";i:37805;s:4:\"time\";d:0.03;}}}'),(23182,7748,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:432;s:4:\"file\";s:34:\"2019/09/bobby-reid-Reggae-Boyz.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"bobby-reid-Reggae-Boyz-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:\"bobby-reid-Reggae-Boyz-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:34:\"bobby-reid-Reggae-Boyz-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:{}}}'),(23183,7749,'_wp_attached_file','2019/09/Theodore-Whitmore-Reggae-Boyz.jpg'),(23184,7749,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:278802;s:11:\"size_before\";i:430408;s:10:\"size_after\";i:151606;}'),(23185,7749,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0584869263564007;s:5:\"bytes\";i:7547;s:11:\"size_before\";i:246756;s:10:\"size_after\";i:239209;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.37;s:5:\"bytes\";i:551;s:11:\"size_before\";i:7477;s:10:\"size_after\";i:6926;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12;s:5:\"bytes\";i:911;s:11:\"size_before\";i:14888;s:10:\"size_after\";i:13977;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.12;s:5:\"bytes\";i:1735;s:11:\"size_before\";i:55582;s:10:\"size_after\";i:53847;s:4:\"time\";d:0.06;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.55;s:5:\"bytes\";i:2169;s:11:\"size_before\";i:85213;s:10:\"size_after\";i:83044;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.61;s:5:\"bytes\";i:2181;s:11:\"size_before\";i:83596;s:10:\"size_after\";i:81415;s:4:\"time\";d:0.03;}}}'),(23186,7749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:41:\"2019/09/Theodore-Whitmore-Reggae-Boyz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Theodore-Whitmore-Reggae-Boyz-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:\"Theodore-Whitmore-Reggae-Boyz-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:41:\"Theodore-Whitmore-Reggae-Boyz-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:42:\"Theodore-Whitmore-Reggae-Boyz-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Theodore-Whitmore-Reggae-Boyz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23187,7750,'_wp_attached_file','2019/09/zimbabwean-dollar.jpg'),(23188,7750,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.693402160239448;s:5:\"bytes\";i:5250;s:11:\"size_before\";i:92212;s:10:\"size_after\";i:86962;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.06;s:5:\"bytes\";i:608;s:11:\"size_before\";i:8612;s:10:\"size_after\";i:8004;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.77;s:5:\"bytes\";i:987;s:11:\"size_before\";i:14587;s:10:\"size_after\";i:13600;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3;s:5:\"bytes\";i:3655;s:11:\"size_before\";i:69013;s:10:\"size_after\";i:65358;s:4:\"time\";d:0.04;}}}'),(23189,7750,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:910;s:6:\"height\";i:400;s:4:\"file\";s:29:\"2019/09/zimbabwean-dollar.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"zimbabwean-dollar-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:\"zimbabwean-dollar-300x132.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"zimbabwean-dollar-768x338.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:338;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:{}}}'),(23191,7744,'_thumbnail_id','7760'),(23192,7744,'_edit_last','11'),(23193,7744,'xyz_smap','1'),(23194,7744,'smpush_mute_activated','no'),(23196,7744,'_yoast_wpseo_primary_category','4'),(23197,7744,'_yoast_wpseo_primary_sub-category','5'),(23198,7744,'sponsored_url',''),(23199,7744,'_yoast_wpseo_content_score','30'),(23200,7744,'_yoast_wpseo_focuskeywords','[]'),(23201,7744,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(23202,7752,'_wp_attached_file','2019/09/mugave-zimbabwe-protest-buzz-demo.jpg'),(23203,7752,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.4136596350592905;s:5:\"bytes\";i:18896;s:11:\"size_before\";i:349043;s:10:\"size_after\";i:330147;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4;s:5:\"bytes\";i:792;s:11:\"size_before\";i:9427;s:10:\"size_after\";i:8635;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4;s:5:\"bytes\";i:1626;s:11:\"size_before\";i:19354;s:10:\"size_after\";i:17728;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.91;s:5:\"bytes\";i:4559;s:11:\"size_before\";i:77127;s:10:\"size_after\";i:72568;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.03;s:5:\"bytes\";i:5886;s:11:\"size_before\";i:116931;s:10:\"size_after\";i:111045;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.78;s:5:\"bytes\";i:6033;s:11:\"size_before\";i:126204;s:10:\"size_after\";i:120171;s:4:\"time\";d:0.05;}}}'),(23204,7752,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1412;s:6:\"height\";i:820;s:4:\"file\";s:45:\"2019/09/mugave-zimbabwe-protest-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"mugave-zimbabwe-protest-buzz-demo-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:45:\"mugave-zimbabwe-protest-buzz-demo-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"mugave-zimbabwe-protest-buzz-demo-768x446.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:446;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"mugave-zimbabwe-protest-buzz-demo-1024x595.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:595;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"mugave-zimbabwe-protest-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:12:\"KIM LUDBROOK\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:460:\"epa06336734 People gather at an anti President Mugabe rally held by the War Veterans as part mass action protests that have brought the city to a stand still, in Harare, Zimbabwe, 18 November 2017. The Zimbabwe National Army (ZNA) has taken over the control of the running of the country with Robert Mugabe, being under house arrest for days, but making his first public appearance at a University graduation ceremony on 17 November 2017.  EPA-EFE/KIM LUDBROOK\";s:17:\"created_timestamp\";s:10:\"1511002996\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"191\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23205,7753,'_wp_attached_file','2019/09/robert-mugabe-buzz-demo-2.jpg'),(23206,7753,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:70255;s:11:\"size_before\";i:234444;s:10:\"size_after\";i:164189;}'),(23207,7753,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.223582362687638;s:5:\"bytes\";i:29210;s:11:\"size_before\";i:404370;s:10:\"size_after\";i:375160;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6;s:5:\"bytes\";i:530;s:11:\"size_before\";i:6162;s:10:\"size_after\";i:5632;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.16;s:5:\"bytes\";i:895;s:11:\"size_before\";i:12493;s:10:\"size_after\";i:11598;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.96;s:5:\"bytes\";i:10603;s:11:\"size_before\";i:152422;s:10:\"size_after\";i:141819;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.22;s:5:\"bytes\";i:8573;s:11:\"size_before\";i:118818;s:10:\"size_after\";i:110245;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.52;s:5:\"bytes\";i:8609;s:11:\"size_before\";i:114475;s:10:\"size_after\";i:105866;s:4:\"time\";d:0.04;}}}'),(23208,7753,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:795;s:6:\"height\";i:1200;s:4:\"file\";s:37:\"2019/09/robert-mugabe-buzz-demo-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"robert-mugabe-buzz-demo-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:37:\"robert-mugabe-buzz-demo-2-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"robert-mugabe-buzz-demo-2-768x1159.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"robert-mugabe-buzz-demo-2-679x1024.jpg\";s:5:\"width\";i:679;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"robert-mugabe-buzz-demo-2-800x655.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:655;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:{}}}'),(23210,7754,'_wp_attached_file','2019/09/mugabe-1980-cabinet.jpg'),(23211,7754,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.705993582736023;s:5:\"bytes\";i:7964;s:11:\"size_before\";i:169231;s:10:\"size_after\";i:161267;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.36;s:5:\"bytes\";i:473;s:11:\"size_before\";i:6430;s:10:\"size_after\";i:5957;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.68;s:5:\"bytes\";i:969;s:11:\"size_before\";i:14514;s:10:\"size_after\";i:13545;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.76;s:5:\"bytes\";i:2828;s:11:\"size_before\";i:59439;s:10:\"size_after\";i:56611;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.16;s:5:\"bytes\";i:3694;s:11:\"size_before\";i:88848;s:10:\"size_after\";i:85154;s:4:\"time\";d:0.04;}}}'),(23212,7754,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1034;s:6:\"height\";i:629;s:4:\"file\";s:31:\"2019/09/mugabe-1980-cabinet.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"mugabe-1980-cabinet-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:\"mugabe-1980-cabinet-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:31:\"mugabe-1980-cabinet-768x467.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"mugabe-1980-cabinet-1024x623.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:623;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:{}}}'),(23213,7755,'_wp_attached_file','2019/09/harare-zimbabwe-1990-buzz-demo.jpg'),(23214,7755,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.396560673799836;s:5:\"bytes\";i:44173;s:11:\"size_before\";i:597210;s:10:\"size_after\";i:553037;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.44;s:5:\"bytes\";i:485;s:11:\"size_before\";i:6519;s:10:\"size_after\";i:6034;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.05;s:5:\"bytes\";i:1352;s:11:\"size_before\";i:22339;s:10:\"size_after\";i:20987;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.76;s:5:\"bytes\";i:8869;s:11:\"size_before\";i:131287;s:10:\"size_after\";i:122418;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.31;s:5:\"bytes\";i:21793;s:11:\"size_before\";i:262283;s:10:\"size_after\";i:240490;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.68;s:5:\"bytes\";i:11674;s:11:\"size_before\";i:174782;s:10:\"size_after\";i:163108;s:4:\"time\";d:0.06;}}}'),(23215,7755,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:987;s:4:\"file\";s:42:\"2019/09/harare-zimbabwe-1990-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"harare-zimbabwe-1990-buzz-demo-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:42:\"harare-zimbabwe-1990-buzz-demo-300x289.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"harare-zimbabwe-1990-buzz-demo-768x740.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"harare-zimbabwe-1990-buzz-demo-1024x987.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:987;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"harare-zimbabwe-1990-buzz-demo-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(23218,7757,'_wp_attached_file','2019/09/leon-bailey-eric-davis-jamaica-Feature-Image.jpg'),(23219,7757,'wpmf_size','293443'),(23220,7757,'wpmf_filetype','jpg'),(23221,7757,'wpmf_order','0'),(23222,7757,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:556;s:4:\"file\";s:56:\"2019/09/leon-bailey-eric-davis-jamaica-Feature-Image.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"leon-bailey-eric-davis-jamaica-Feature-Image-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:56:\"leon-bailey-eric-davis-jamaica-Feature-Image-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"leon-bailey-eric-davis-jamaica-Feature-Image-768x285.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"leon-bailey-eric-davis-jamaica-Feature-Image-1024x380.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:57:\"leon-bailey-eric-davis-jamaica-Feature-Image-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(23223,7757,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:183283;s:11:\"size_before\";i:293443;s:10:\"size_after\";i:110160;}'),(23224,7757,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1938728852309097;s:5:\"bytes\";i:6985;s:11:\"size_before\";i:218700;s:10:\"size_after\";i:211715;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:426;s:11:\"size_before\";i:7053;s:10:\"size_after\";i:6627;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.06;s:5:\"bytes\";i:752;s:11:\"size_before\";i:10648;s:10:\"size_after\";i:9896;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.88;s:5:\"bytes\";i:1627;s:11:\"size_before\";i:41944;s:10:\"size_after\";i:40317;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29;s:5:\"bytes\";i:2093;s:11:\"size_before\";i:63633;s:10:\"size_after\";i:61540;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.19;s:5:\"bytes\";i:2087;s:11:\"size_before\";i:95422;s:10:\"size_after\";i:93335;s:4:\"time\";d:0.03;}}}'),(23235,7759,'_wp_attached_file','2019/09/farm-seziures-zimbabwe-demo-buzz.jpg'),(23236,7759,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.908365956212846;s:5:\"bytes\";i:1630;s:11:\"size_before\";i:27588;s:10:\"size_after\";i:25958;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.36;s:5:\"bytes\";i:502;s:11:\"size_before\";i:7899;s:10:\"size_after\";i:7397;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.73;s:5:\"bytes\";i:1128;s:11:\"size_before\";i:19689;s:10:\"size_after\";i:18561;s:4:\"time\";d:0.01;}}}'),(23237,7759,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:660;s:6:\"height\";i:437;s:4:\"file\";s:44:\"2019/09/farm-seziures-zimbabwe-demo-buzz.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"farm-seziures-zimbabwe-demo-buzz-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:\"farm-seziures-zimbabwe-demo-buzz-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: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:32:\"© Corbis.  All Rights Reserved.\";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:{}}}'),(23240,7760,'_wp_attached_file','2019/09/Theodore-Whitmore-Reggae-Boyz-1024x683-1.jpg'),(23241,7760,'wpmf_size','89663'),(23242,7760,'wpmf_filetype','jpg'),(23243,7760,'wpmf_order','0'),(23244,7760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:852;s:6:\"height\";i:455;s:4:\"file\";s:52:\"2019/09/Theodore-Whitmore-Reggae-Boyz-1024x683-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Theodore-Whitmore-Reggae-Boyz-1024x683-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:52:\"Theodore-Whitmore-Reggae-Boyz-1024x683-1-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"Theodore-Whitmore-Reggae-Boyz-1024x683-1-768x410.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(23245,7760,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.038590980480143;s:5:\"bytes\";i:2340;s:11:\"size_before\";i:57941;s:10:\"size_after\";i:55601;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.98;s:5:\"bytes\";i:386;s:11:\"size_before\";i:6451;s:10:\"size_after\";i:6065;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.78;s:5:\"bytes\";i:624;s:11:\"size_before\";i:10792;s:10:\"size_after\";i:10168;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:1330;s:11:\"size_before\";i:40698;s:10:\"size_after\";i:39368;s:4:\"time\";d:0.03;}}}'),(23248,7761,'_wp_attached_file','2019/09/zimbabwe-inflation-protests-buzz-demo.jpg'),(23249,7761,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.658531959044472;s:5:\"bytes\";i:9644;s:11:\"size_before\";i:263603;s:10:\"size_after\";i:253959;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94;s:5:\"bytes\";i:253;s:11:\"size_before\";i:5120;s:10:\"size_after\";i:4867;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.42;s:5:\"bytes\";i:574;s:11:\"size_before\";i:13000;s:10:\"size_after\";i:12426;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.64;s:5:\"bytes\";i:2138;s:11:\"size_before\";i:58717;s:10:\"size_after\";i:56579;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.66;s:5:\"bytes\";i:3447;s:11:\"size_before\";i:94155;s:10:\"size_after\";i:90708;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.49;s:5:\"bytes\";i:3232;s:11:\"size_before\";i:92611;s:10:\"size_after\";i:89379;s:4:\"time\";d:0.04;}}}'),(23250,7761,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:49:\"2019/09/zimbabwe-inflation-protests-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"zimbabwe-inflation-protests-buzz-demo-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:\"zimbabwe-inflation-protests-buzz-demo-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:49:\"zimbabwe-inflation-protests-buzz-demo-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:50:\"zimbabwe-inflation-protests-buzz-demo-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"zimbabwe-inflation-protests-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23251,7762,'_edit_lock','1567922736:9'),(23252,7762,'_yst_prominent_words_version','1'),(23253,7763,'_wp_attached_file','2019/09/zimbabwe-cholera-outbreak-2009-buzz-demo.jpg'),(23254,7763,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.759114013532164;s:5:\"bytes\";i:2305;s:11:\"size_before\";i:29707;s:10:\"size_after\";i:27402;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.45;s:5:\"bytes\";i:783;s:11:\"size_before\";i:9268;s:10:\"size_after\";i:8485;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.45;s:5:\"bytes\";i:1522;s:11:\"size_before\";i:20439;s:10:\"size_after\";i:18917;s:4:\"time\";d:0.01;}}}'),(23255,7763,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:367;s:4:\"file\";s:52:\"2019/09/zimbabwe-cholera-outbreak-2009-buzz-demo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"zimbabwe-cholera-outbreak-2009-buzz-demo-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:52:\"zimbabwe-cholera-outbreak-2009-buzz-demo-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:{}}}'),(23256,7764,'_wp_attached_file','2019/09/nba-2k-20-cover-Buzz-Caribbean.jpeg'),(23257,7764,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:210316;s:11:\"size_before\";i:419541;s:10:\"size_after\";i:209225;}'),(23258,7764,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.709974127346079;s:5:\"bytes\";i:17185;s:11:\"size_before\";i:364864;s:10:\"size_after\";i:347679;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.87;s:5:\"bytes\";i:732;s:11:\"size_before\";i:9300;s:10:\"size_after\";i:8568;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.56;s:5:\"bytes\";i:1488;s:11:\"size_before\";i:19671;s:10:\"size_after\";i:18183;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.24;s:5:\"bytes\";i:4243;s:11:\"size_before\";i:80903;s:10:\"size_after\";i:76660;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.36;s:5:\"bytes\";i:5315;s:11:\"size_before\";i:121804;s:10:\"size_after\";i:116489;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.06;s:5:\"bytes\";i:5407;s:11:\"size_before\";i:133186;s:10:\"size_after\";i:127779;s:4:\"time\";d:0.05;}}}'),(23259,7764,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:844;s:4:\"file\";s:43:\"2019/09/nba-2k-20-cover-Buzz-Caribbean.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"nba-2k-20-cover-Buzz-Caribbean-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:43:\"nba-2k-20-cover-Buzz-Caribbean-300x169.jpeg\";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:43:\"nba-2k-20-cover-Buzz-Caribbean-768x432.jpeg\";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:44:\"nba-2k-20-cover-Buzz-Caribbean-1024x576.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"nba-2k-20-cover-Buzz-Caribbean-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23260,7765,'_wp_attached_file','2019/09/butch-stewart-on-bloomberg-tv.png'),(23261,7765,'wpmf_size','779510'),(23262,7765,'wpmf_filetype','png'),(23263,7765,'wpmf_order','0'),(23264,7765,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1190;s:6:\"height\";i:701;s:4:\"file\";s:41:\"2019/09/butch-stewart-on-bloomberg-tv.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"butch-stewart-on-bloomberg-tv-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:41:\"butch-stewart-on-bloomberg-tv-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"butch-stewart-on-bloomberg-tv-768x452.png\";s:5:\"width\";i:768;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"butch-stewart-on-bloomberg-tv-1024x603.png\";s:5:\"width\";i:1024;s:6:\"height\";i:603;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"butch-stewart-on-bloomberg-tv-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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\";}}'),(23265,7765,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1743968;s:10:\"size_after\";i:1743968;s:4:\"time\";d:2.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34620;s:10:\"size_after\";i:34620;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:74015;s:10:\"size_after\";i:74015;s:4:\"time\";d:0.05;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:369806;s:10:\"size_after\";i:369806;s:4:\"time\";d:0.38;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:595310;s:10:\"size_after\";i:595310;s:4:\"time\";d:0.69;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:670217;s:10:\"size_after\";i:670217;s:4:\"time\";d:0.92;}}}'),(23266,7766,'_wp_attached_file','2019/09/sandals-on-the-sea.png'),(23267,7766,'wpmf_size','1296824'),(23268,7766,'wpmf_filetype','png'),(23269,7766,'wpmf_order','0'),(23270,7766,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1313;s:6:\"height\";i:707;s:4:\"file\";s:30:\"2019/09/sandals-on-the-sea.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"sandals-on-the-sea-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:\"sandals-on-the-sea-300x162.png\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"sandals-on-the-sea-768x414.png\";s:5:\"width\";i:768;s:6:\"height\";i:414;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"sandals-on-the-sea-1024x551.png\";s:5:\"width\";i:1024;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"sandals-on-the-sea-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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\";}}'),(23271,7766,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2253732;s:10:\"size_after\";i:2253732;s:4:\"time\";d:1.73;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44039;s:10:\"size_after\";i:44039;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:86900;s:10:\"size_after\";i:86900;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:462575;s:10:\"size_after\";i:462575;s:4:\"time\";d:0.32;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:753542;s:10:\"size_after\";i:753542;s:4:\"time\";d:0.66;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:906676;s:10:\"size_after\";i:906676;s:4:\"time\";d:0.69;}}}'),(23272,7767,'_wp_attached_file','2019/09/Young-butch-stewart.png'),(23273,7767,'wpmf_size','1086320'),(23274,7767,'wpmf_filetype','png'),(23275,7767,'wpmf_order','0'),(23276,7767,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1167;s:6:\"height\";i:701;s:4:\"file\";s:31:\"2019/09/Young-butch-stewart.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Young-butch-stewart-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:31:\"Young-butch-stewart-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Young-butch-stewart-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Young-butch-stewart-1024x615.png\";s:5:\"width\";i:1024;s:6:\"height\";i:615;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Young-butch-stewart-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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\";}}'),(23277,7767,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2174943;s:10:\"size_after\";i:2174943;s:4:\"time\";d:1.97;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39938;s:10:\"size_after\";i:39938;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:90349;s:10:\"size_after\";i:90349;s:4:\"time\";d:0.07;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:467153;s:10:\"size_after\";i:467153;s:4:\"time\";d:0.41;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:758900;s:10:\"size_after\";i:758900;s:4:\"time\";d:0.68;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:818603;s:10:\"size_after\";i:818603;s:4:\"time\";d:0.78;}}}'),(23279,7745,'_thumbnail_id','7747'),(23280,7745,'_edit_last','14'),(23281,7745,'xyz_smap','1'),(23282,7745,'smpush_mute_activated','no'),(23284,7745,'_yoast_wpseo_primary_category','4'),(23285,7745,'_yoast_wpseo_primary_sub-category','13'),(23286,7745,'sponsored_url',''),(23287,7745,'_yoast_wpseo_content_score','30'),(23288,7745,'_yoast_wpseo_focuskeywords','[]'),(23289,7745,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(23290,7769,'_edit_lock','1567819797:4'),(23291,7769,'_yst_prominent_words_version','1'),(23292,7769,'_oembed_59d81ce5db38e09a93e401642bbea7bb','<iframe title=\"Business mogul Gordon &#039;Butch&#039; Stewart tells Bloomberg TV the Sandals story\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/boqS84fkppM?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(23293,7769,'_oembed_time_59d81ce5db38e09a93e401642bbea7bb','1567819482'),(23295,7769,'_edit_last','4'),(23296,7769,'smpush_mute_activated','no'),(23297,7769,'_yoast_wpseo_primary_category','4'),(23298,7769,'_yoast_wpseo_primary_sub-category','16'),(23299,7769,'sponsored_url',''),(23300,7769,'_yoast_wpseo_content_score','90'),(23301,7769,'_yoast_wpseo_focuskeywords','[]'),(23302,7769,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(23304,7769,'_thumbnail_id','7765'),(23305,7769,'xyz_smap','1'),(23313,7776,'_edit_lock','1567870507:4'),(23314,7776,'_yst_prominent_words_version','1'),(23315,7777,'_wp_attached_file','2019/09/Lebron-James-Buzz-Caribbean.jpg'),(23316,7777,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.173928053580059;s:5:\"bytes\";i:12468;s:11:\"size_before\";i:173796;s:10:\"size_after\";i:161328;s:4:\"time\";d:0.68;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.55;s:5:\"bytes\";i:354;s:11:\"size_before\";i:6376;s:10:\"size_after\";i:6022;s:4:\"time\";d:0.47;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.22;s:5:\"bytes\";i:606;s:11:\"size_before\";i:9750;s:10:\"size_after\";i:9144;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.45;s:5:\"bytes\";i:2450;s:11:\"size_before\";i:37983;s:10:\"size_after\";i:35533;s:4:\"time\";d:0.13;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7;s:5:\"bytes\";i:4402;s:11:\"size_before\";i:57184;s:10:\"size_after\";i:52782;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.45;s:5:\"bytes\";i:4656;s:11:\"size_before\";i:62503;s:10:\"size_after\";i:57847;s:4:\"time\";d:0.04;}}}'),(23317,7777,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:39:\"2019/09/Lebron-James-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Lebron-James-Buzz-Caribbean-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:\"Lebron-James-Buzz-Caribbean-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Lebron-James-Buzz-Caribbean-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Lebron-James-Buzz-Caribbean-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Lebron-James-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23318,7778,'_wp_attached_file','2019/09/Steph-Curry-Buzz-Caribbean.jpg'),(23319,7778,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.167215633329066;s:5:\"bytes\";i:12316;s:11:\"size_before\";i:171838;s:10:\"size_after\";i:159522;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.58;s:5:\"bytes\";i:359;s:11:\"size_before\";i:6439;s:10:\"size_after\";i:6080;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.35;s:5:\"bytes\";i:543;s:11:\"size_before\";i:10143;s:10:\"size_after\";i:9600;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.22;s:5:\"bytes\";i:2317;s:11:\"size_before\";i:37264;s:10:\"size_after\";i:34947;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7;s:5:\"bytes\";i:4351;s:11:\"size_before\";i:56488;s:10:\"size_after\";i:52137;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.72;s:5:\"bytes\";i:4746;s:11:\"size_before\";i:61504;s:10:\"size_after\";i:56758;s:4:\"time\";d:0.03;}}}'),(23320,7778,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:38:\"2019/09/Steph-Curry-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Steph-Curry-Buzz-Caribbean-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:\"Steph-Curry-Buzz-Caribbean-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Steph-Curry-Buzz-Caribbean-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Steph-Curry-Buzz-Caribbean-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Steph-Curry-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23321,7762,'_thumbnail_id','7764'),(23322,7762,'_oembed_658ca65ea89c14fe7c73486a89792f9b','<iframe title=\"NBA 2K20: When The Lights Are Brightest\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/u9tYdvbSAHQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(23323,7762,'_oembed_time_658ca65ea89c14fe7c73486a89792f9b','1567888180'),(23324,7781,'_edit_lock','1567830452:11'),(23325,7781,'_yst_prominent_words_version','1'),(23327,7776,'_edit_last','4'),(23328,7776,'xyz_smap','1'),(23329,7776,'smpush_mute_activated','no'),(23331,7776,'_yoast_wpseo_primary_category','4'),(23332,7776,'_yoast_wpseo_primary_sub-category','5'),(23333,7776,'sponsored_url',''),(23334,7776,'_yoast_wpseo_content_score','90'),(23335,7776,'_yoast_wpseo_focuskeywords','[]'),(23336,7776,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(23337,7783,'_wp_attached_file','2019/09/Peter-Phillips-Official-JIS-Buzz-Caribbean.jpg'),(23338,7783,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.218131645695118;s:5:\"bytes\";i:10211;s:11:\"size_before\";i:242074;s:10:\"size_after\";i:231863;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.34;s:5:\"bytes\";i:162;s:11:\"size_before\";i:4855;s:10:\"size_after\";i:4693;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3;s:5:\"bytes\";i:239;s:11:\"size_before\";i:10390;s:10:\"size_after\";i:10151;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.16;s:5:\"bytes\";i:3019;s:11:\"size_before\";i:72573;s:10:\"size_after\";i:69554;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.85;s:5:\"bytes\";i:4367;s:11:\"size_before\";i:89986;s:10:\"size_after\";i:85619;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:2424;s:11:\"size_before\";i:64270;s:10:\"size_after\";i:61846;s:4:\"time\";d:0.03;}}}'),(23339,7783,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:819;s:6:\"height\";i:1024;s:4:\"file\";s:54:\"2019/09/Peter-Phillips-Official-JIS-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Peter-Phillips-Official-JIS-Buzz-Caribbean-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:54:\"Peter-Phillips-Official-JIS-Buzz-Caribbean-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Peter-Phillips-Official-JIS-Buzz-Caribbean-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"Peter-Phillips-Official-JIS-Buzz-Caribbean-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:54:\"Peter-Phillips-Official-JIS-Buzz-Caribbean-819x655.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:655;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:{}}}'),(23340,7781,'_oembed_b4ed0a74bd1232d6f2a7af2d5512f067','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"und\" dir=\"ltr\"><a href=\"https://twitter.com/hashtag/OnePNP?src=hash&amp;ref_src=twsrc%5Etfw\">#OnePNP</a> <a href=\"https://twitter.com/hashtag/PowerfulTogether?src=hash&amp;ref_src=twsrc%5Etfw\">#PowerfulTogether</a> <a href=\"https://t.co/GDh3pBROfz\">pic.twitter.com/GDh3pBROfz</a></p>&mdash; Peter D Phillips (@DrPeterPhillips) <a href=\"https://twitter.com/DrPeterPhillips/status/1170027353239642112?ref_src=twsrc%5Etfw\">September 6, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(23341,7781,'_oembed_time_b4ed0a74bd1232d6f2a7af2d5512f067','1567829826'),(23342,7785,'_wp_attached_file','2019/09/Peter-Bunting-JIS-Buzz-Caribbean.jpg'),(23343,7785,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9004293931783196;s:5:\"bytes\";i:358;s:11:\"size_before\";i:12343;s:10:\"size_after\";i:11985;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9;s:5:\"bytes\";i:165;s:11:\"size_before\";i:4234;s:10:\"size_after\";i:4069;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.38;s:5:\"bytes\";i:193;s:11:\"size_before\";i:8109;s:10:\"size_after\";i:7916;s:4:\"time\";d:0.01;}}}'),(23344,7785,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:475;s:4:\"file\";s:44:\"2019/09/Peter-Bunting-JIS-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Peter-Bunting-JIS-Buzz-Caribbean-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:\"Peter-Bunting-JIS-Buzz-Caribbean-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;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:27:\"Jamaica Information Service\";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:{}}}'),(23345,7781,'_oembed_0ad82551705c3307841dde3d858c76eb','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1qsEWzhOG3/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1qsEWzhOG3/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1qsEWzhOG3/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">R E A D Y!!! Let’s #RiseUnited</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/peterbuntingmp/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Peter Bunting MP</a> (@peterbuntingmp) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-27T12:13:19+00:00\">Aug 27, 2019 at 5:13am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(23346,7781,'_oembed_time_0ad82551705c3307841dde3d858c76eb','1567830192'),(23347,7787,'_wp_attached_file','2019/09/PNP-Phillips-Bunting-Leadership-Election.jpg'),(23348,7787,'wpmf_size','768097'),(23349,7787,'wpmf_filetype','jpg'),(23350,7787,'wpmf_order','0'),(23351,7787,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:52:\"2019/09/PNP-Phillips-Bunting-Leadership-Election.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"PNP-Phillips-Bunting-Leadership-Election-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:52:\"PNP-Phillips-Bunting-Leadership-Election-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"PNP-Phillips-Bunting-Leadership-Election-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"PNP-Phillips-Bunting-Leadership-Election-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"PNP-Phillips-Bunting-Leadership-Election-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(23352,7787,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.706038413366322;s:5:\"bytes\";i:15255;s:11:\"size_before\";i:324158;s:10:\"size_after\";i:308903;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.18;s:5:\"bytes\";i:434;s:11:\"size_before\";i:7018;s:10:\"size_after\";i:6584;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8;s:5:\"bytes\";i:847;s:11:\"size_before\";i:14601;s:10:\"size_after\";i:13754;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.24;s:5:\"bytes\";i:3617;s:11:\"size_before\";i:69013;s:10:\"size_after\";i:65396;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:5022;s:11:\"size_before\";i:111511;s:10:\"size_after\";i:106489;s:4:\"time\";d:0.08;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37;s:5:\"bytes\";i:5335;s:11:\"size_before\";i:122015;s:10:\"size_after\";i:116680;s:4:\"time\";d:0.05;}}}'),(23353,7788,'_wp_attached_file','2019/09/PNP-Phillips-Bunting-Leadership-Election-1.jpg'),(23354,7788,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.706038413366322;s:5:\"bytes\";i:15255;s:11:\"size_before\";i:324158;s:10:\"size_after\";i:308903;s:4:\"time\";d:0.8;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.18;s:5:\"bytes\";i:434;s:11:\"size_before\";i:7018;s:10:\"size_after\";i:6584;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8;s:5:\"bytes\";i:847;s:11:\"size_before\";i:14601;s:10:\"size_after\";i:13754;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.24;s:5:\"bytes\";i:3617;s:11:\"size_before\";i:69013;s:10:\"size_after\";i:65396;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:5022;s:11:\"size_before\";i:111511;s:10:\"size_after\";i:106489;s:4:\"time\";d:0.71;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37;s:5:\"bytes\";i:5335;s:11:\"size_before\";i:122015;s:10:\"size_after\";i:116680;s:4:\"time\";d:0.05;}}}'),(23355,7788,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:54:\"2019/09/PNP-Phillips-Bunting-Leadership-Election-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"PNP-Phillips-Bunting-Leadership-Election-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:54:\"PNP-Phillips-Bunting-Leadership-Election-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"PNP-Phillips-Bunting-Leadership-Election-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"PNP-Phillips-Bunting-Leadership-Election-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"PNP-Phillips-Bunting-Leadership-Election-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23356,7781,'_thumbnail_id','7787'),(23357,7781,'_edit_last','11'),(23358,7781,'smpush_mute_activated','no'),(23359,7781,'_yoast_wpseo_primary_category','4'),(23360,7781,'_yoast_wpseo_primary_sub-category','15'),(23361,7781,'sponsored_url',''),(23362,7781,'_yoast_wpseo_content_score','60'),(23363,7781,'_yoast_wpseo_focuskeywords','[]'),(23364,7781,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(23365,7790,'_wp_attached_file','2019/09/leon-bailey-celebrates-reggae-boyz.jpg'),(23366,7790,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.476058931860037;s:5:\"bytes\";i:11778;s:11:\"size_before\";i:338832;s:10:\"size_after\";i:327054;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.88;s:5:\"bytes\";i:585;s:11:\"size_before\";i:8506;s:10:\"size_after\";i:7921;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:1192;s:11:\"size_before\";i:22697;s:10:\"size_after\";i:21505;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.53;s:5:\"bytes\";i:3027;s:11:\"size_before\";i:85738;s:10:\"size_after\";i:82711;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.98;s:5:\"bytes\";i:3845;s:11:\"size_before\";i:128971;s:10:\"size_after\";i:125126;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37;s:5:\"bytes\";i:3129;s:11:\"size_before\";i:92920;s:10:\"size_after\";i:89791;s:4:\"time\";d:0.03;}}}'),(23367,7790,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1075;s:6:\"height\";i:1049;s:4:\"file\";s:46:\"2019/09/leon-bailey-celebrates-reggae-boyz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"leon-bailey-celebrates-reggae-boyz-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:\"leon-bailey-celebrates-reggae-boyz-300x293.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"leon-bailey-celebrates-reggae-boyz-768x749.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:749;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"leon-bailey-celebrates-reggae-boyz-1024x999.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:999;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"leon-bailey-celebrates-reggae-boyz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23368,7792,'_wp_attached_file','2019/09/leon-bailey-celebrates-reggae-boyz-1.jpg'),(23369,7792,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.495938769697778;s:5:\"bytes\";i:9697;s:11:\"size_before\";i:277379;s:10:\"size_after\";i:267682;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.18;s:5:\"bytes\";i:467;s:11:\"size_before\";i:7558;s:10:\"size_after\";i:7091;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.27;s:5:\"bytes\";i:926;s:11:\"size_before\";i:17577;s:10:\"size_after\";i:16651;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.63;s:5:\"bytes\";i:2346;s:11:\"size_before\";i:64615;s:10:\"size_after\";i:62269;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.09;s:5:\"bytes\";i:3009;s:11:\"size_before\";i:97223;s:10:\"size_after\";i:94214;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.26;s:5:\"bytes\";i:2949;s:11:\"size_before\";i:90406;s:10:\"size_after\";i:87457;s:4:\"time\";d:0.04;}}}'),(23370,7792,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1074;s:6:\"height\";i:779;s:4:\"file\";s:48:\"2019/09/leon-bailey-celebrates-reggae-boyz-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"leon-bailey-celebrates-reggae-boyz-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:48:\"leon-bailey-celebrates-reggae-boyz-1-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"leon-bailey-celebrates-reggae-boyz-1-768x557.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"leon-bailey-celebrates-reggae-boyz-1-1024x743.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:743;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"leon-bailey-celebrates-reggae-boyz-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23372,7776,'_thumbnail_id','7792'),(23374,7781,'xyz_smap','1'),(23376,7762,'xyz_smap','1'),(23379,4776,'smpush_mute_activated','no'),(23381,4776,'_yoast_wpseo_focuskeywords','[]'),(23382,4776,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(23383,4776,'_yst_prominent_words_version','1'),(23393,7801,'_edit_lock','1567875206:11'),(23394,7801,'_yst_prominent_words_version','1'),(23395,7802,'_wp_attached_file','2019/09/kc-crest.jpg'),(23396,7802,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.280327684883852;s:5:\"bytes\";i:2595;s:11:\"size_before\";i:35644;s:10:\"size_after\";i:33049;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.28;s:5:\"bytes\";i:701;s:11:\"size_before\";i:9623;s:10:\"size_after\";i:8922;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.28;s:5:\"bytes\";i:1894;s:11:\"size_before\";i:26021;s:10:\"size_after\";i:24127;s:4:\"time\";d:0.01;}}}'),(23397,7802,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:408;s:6:\"height\";i:396;s:4:\"file\";s:20:\"2019/09/kc-crest.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"kc-crest-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:\"kc-crest-300x291.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:291;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:{}}}'),(23398,7803,'_wp_attached_file','2019/09/Excelsior-crest.jpg'),(23399,7803,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.2562358276643995;s:5:\"bytes\";i:608;s:11:\"size_before\";i:8379;s:10:\"size_after\";i:7771;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.26;s:5:\"bytes\";i:608;s:11:\"size_before\";i:8379;s:10:\"size_after\";i:7771;s:4:\"time\";d:0.01;}}}'),(23400,7803,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:27:\"2019/09/Excelsior-crest.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Excelsior-crest-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:{}}}'),(23401,7804,'_wp_attached_file','2019/09/football-Manning-Cup.jpg'),(23402,7804,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.525960496482841;s:5:\"bytes\";i:16748;s:11:\"size_before\";i:370043;s:10:\"size_after\";i:353295;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12;s:5:\"bytes\";i:505;s:11:\"size_before\";i:8250;s:10:\"size_after\";i:7745;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.49;s:5:\"bytes\";i:1110;s:11:\"size_before\";i:20226;s:10:\"size_after\";i:19116;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.72;s:5:\"bytes\";i:4102;s:11:\"size_before\";i:86993;s:10:\"size_after\";i:82891;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.31;s:5:\"bytes\";i:5727;s:11:\"size_before\";i:132785;s:10:\"size_after\";i:127058;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.36;s:5:\"bytes\";i:5304;s:11:\"size_before\";i:121789;s:10:\"size_after\";i:116485;s:4:\"time\";d:0.04;}}}'),(23403,7804,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:32:\"2019/09/football-Manning-Cup.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"football-Manning-Cup-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:\"football-Manning-Cup-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:32:\"football-Manning-Cup-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"football-Manning-Cup-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"football-Manning-Cup-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23404,7805,'_wp_attached_file','2019/09/Football-Manning-Cup-Buzz.jpg'),(23405,7805,'wpmf_size','53464'),(23406,7805,'wpmf_filetype','jpg'),(23407,7805,'wpmf_order','0'),(23408,7805,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:37:\"2019/09/Football-Manning-Cup-Buzz.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Football-Manning-Cup-Buzz-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:\"Football-Manning-Cup-Buzz-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:37:\"Football-Manning-Cup-Buzz-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Football-Manning-Cup-Buzz-1000x655.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(23409,7805,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.598901440306205;s:5:\"bytes\";i:2896;s:11:\"size_before\";i:80469;s:10:\"size_after\";i:77573;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.38;s:5:\"bytes\";i:166;s:11:\"size_before\";i:3792;s:10:\"size_after\";i:3626;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.26;s:5:\"bytes\";i:169;s:11:\"size_before\";i:7466;s:10:\"size_after\";i:7297;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.86;s:5:\"bytes\";i:793;s:11:\"size_before\";i:27729;s:10:\"size_after\";i:26936;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.26;s:5:\"bytes\";i:1768;s:11:\"size_before\";i:41482;s:10:\"size_after\";i:39714;s:4:\"time\";d:0.02;}}}'),(23410,7801,'_thumbnail_id','7837'),(23411,7801,'_edit_last','11'),(23412,7801,'smpush_mute_activated','no'),(23413,7801,'_yoast_wpseo_primary_category','4'),(23414,7801,'_yoast_wpseo_primary_sub-category','5'),(23415,7801,'sponsored_url',''),(23416,7801,'_yoast_wpseo_content_score','90'),(23417,7801,'_yoast_wpseo_focuskeywords','[]'),(23418,7801,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(23419,7807,'_edit_lock','1567874998:11'),(23420,7807,'_yst_prominent_words_version','1'),(23421,7807,'_thumbnail_id','7835'),(23422,7807,'_edit_last','11'),(23423,7807,'smpush_mute_activated','no'),(23424,7807,'_yoast_wpseo_primary_category','4'),(23425,7807,'_yoast_wpseo_primary_sub-category','5'),(23426,7807,'sponsored_url',''),(23427,7807,'_yoast_wpseo_content_score','60'),(23428,7807,'_yoast_wpseo_focuskeywords','[]'),(23429,7807,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(23430,7810,'_edit_lock','1567870418:11'),(23431,7810,'_yst_prominent_words_version','1'),(23432,7810,'_oembed_8f41120eeea0d23c206517c45222d3e4','<iframe title=\"BUZZ  Schoolboy Football Highlight - Everald Campbell, Excelsior High School\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/uBVlR_qBnrs?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(23433,7810,'_oembed_time_8f41120eeea0d23c206517c45222d3e4','1567870012'),(23434,7812,'_wp_attached_file','2019/09/Excelsior-during-training.jpg'),(23435,7812,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.470459702496008;s:5:\"bytes\";i:8259;s:11:\"size_before\";i:237980;s:10:\"size_after\";i:229721;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:384;s:11:\"size_before\";i:6979;s:10:\"size_after\";i:6595;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:646;s:11:\"size_before\";i:13715;s:10:\"size_after\";i:13069;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.42;s:5:\"bytes\";i:1814;s:11:\"size_before\";i:53074;s:10:\"size_after\";i:51260;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.21;s:5:\"bytes\";i:2505;s:11:\"size_before\";i:78003;s:10:\"size_after\";i:75498;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.38;s:5:\"bytes\";i:2910;s:11:\"size_before\";i:86209;s:10:\"size_after\";i:83299;s:4:\"time\";d:0.04;}}}'),(23436,7812,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1297;s:6:\"height\";i:707;s:4:\"file\";s:37:\"2019/09/Excelsior-during-training.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Excelsior-during-training-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:\"Excelsior-during-training-300x164.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Excelsior-during-training-768x419.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Excelsior-during-training-1024x558.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:558;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Excelsior-during-training-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23437,7813,'_wp_attached_file','2019/09/Everald-Campbell-Excelsior.jpg'),(23438,7813,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.469092808636601;s:5:\"bytes\";i:4963;s:11:\"size_before\";i:201005;s:10:\"size_after\";i:196042;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53;s:5:\"bytes\";i:345;s:11:\"size_before\";i:6234;s:10:\"size_after\";i:5889;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.63;s:5:\"bytes\";i:483;s:11:\"size_before\";i:13313;s:10:\"size_after\";i:12830;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.18;s:5:\"bytes\";i:1016;s:11:\"size_before\";i:46625;s:10:\"size_after\";i:45609;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.34;s:5:\"bytes\";i:1617;s:11:\"size_before\";i:69233;s:10:\"size_after\";i:67616;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.29;s:5:\"bytes\";i:1502;s:11:\"size_before\";i:65600;s:10:\"size_after\";i:64098;s:4:\"time\";d:0.03;}}}'),(23439,7813,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1071;s:6:\"height\";i:757;s:4:\"file\";s:38:\"2019/09/Everald-Campbell-Excelsior.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Everald-Campbell-Excelsior-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:\"Everald-Campbell-Excelsior-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Everald-Campbell-Excelsior-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Everald-Campbell-Excelsior-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Everald-Campbell-Excelsior-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23440,7810,'_thumbnail_id','7812'),(23441,7810,'_edit_last','11'),(23442,7810,'smpush_mute_activated','no'),(23443,7810,'_yoast_wpseo_primary_category','4'),(23444,7810,'_yoast_wpseo_primary_sub-category','5'),(23445,7810,'sponsored_url',''),(23446,7810,'_yoast_wpseo_content_score','90'),(23447,7810,'_yoast_wpseo_focuskeywords','[]'),(23448,7810,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(23450,7801,'xyz_smap','1'),(23453,7807,'xyz_smap','1'),(23456,7810,'xyz_smap','1'),(23460,7816,'_wp_attached_file','2019/09/pnp-election-logo.png'),(23461,7816,'wpmf_size','926455'),(23462,7816,'wpmf_filetype','png'),(23463,7816,'wpmf_order','0'),(23464,7816,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1091;s:6:\"height\";i:568;s:4:\"file\";s:29:\"2019/09/pnp-election-logo.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"pnp-election-logo-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:29:\"pnp-election-logo-300x156.png\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"pnp-election-logo-768x400.png\";s:5:\"width\";i:768;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"pnp-election-logo-1024x533.png\";s:5:\"width\";i:1024;s:6:\"height\";i:533;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"pnp-election-logo-1060x568.png\";s:5:\"width\";i:1060;s:6:\"height\";i:568;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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\";}}'),(23465,7816,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1998695;s:10:\"size_after\";i:1998695;s:4:\"time\";d:1.95;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35205;s:10:\"size_after\";i:35205;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:75674;s:10:\"size_after\";i:75674;s:4:\"time\";d:0.05;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:407257;s:10:\"size_after\";i:407257;s:4:\"time\";d:0.46;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:669323;s:10:\"size_after\";i:669323;s:4:\"time\";d:0.71;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:811236;s:10:\"size_after\";i:811236;s:4:\"time\";d:0.7;}}}'),(23466,7817,'_edit_lock','1567891662:4'),(23467,7817,'_yst_prominent_words_version','1'),(23469,7817,'_thumbnail_id','7788'),(23470,7817,'_edit_last','4'),(23471,7817,'xyz_smap','1'),(23472,7817,'smpush_mute_activated','no'),(23474,7817,'_yoast_wpseo_primary_category','4'),(23475,7817,'_yoast_wpseo_primary_sub-category','15'),(23476,7817,'sponsored_url',''),(23477,7817,'_yoast_wpseo_content_score','60'),(23478,7817,'_yoast_wpseo_focuskeywords','[]'),(23479,7817,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(23492,7824,'_wp_attached_file','2019/09/pnp-election-peter-peter3.jpg'),(23493,7824,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.254749058381549;s:5:\"bytes\";i:21806;s:11:\"size_before\";i:414977;s:10:\"size_after\";i:393171;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.15;s:5:\"bytes\";i:733;s:11:\"size_before\";i:8990;s:10:\"size_after\";i:8257;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.51;s:5:\"bytes\";i:1547;s:11:\"size_before\";i:20602;s:10:\"size_after\";i:19055;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.56;s:5:\"bytes\";i:5246;s:11:\"size_before\";i:94382;s:10:\"size_after\";i:89136;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.78;s:5:\"bytes\";i:6891;s:11:\"size_before\";i:144058;s:10:\"size_after\";i:137167;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.03;s:5:\"bytes\";i:7389;s:11:\"size_before\";i:146945;s:10:\"size_after\";i:139556;s:4:\"time\";d:0.04;}}}'),(23494,7824,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:37:\"2019/09/pnp-election-peter-peter3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"pnp-election-peter-peter3-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:\"pnp-election-peter-peter3-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:37:\"pnp-election-peter-peter3-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:38:\"pnp-election-peter-peter3-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"pnp-election-peter-peter3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23495,7825,'_wp_attached_file','2019/09/pnp-election-peter-peter.jpg'),(23496,7825,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.8199087607056468;s:5:\"bytes\";i:7158;s:11:\"size_before\";i:253838;s:10:\"size_after\";i:246680;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8;s:5:\"bytes\";i:389;s:11:\"size_before\";i:6709;s:10:\"size_after\";i:6320;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.38;s:5:\"bytes\";i:621;s:11:\"size_before\";i:14189;s:10:\"size_after\";i:13568;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9;s:5:\"bytes\";i:1685;s:11:\"size_before\";i:58086;s:10:\"size_after\";i:56401;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.52;s:5:\"bytes\";i:2191;s:11:\"size_before\";i:86895;s:10:\"size_after\";i:84704;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.58;s:5:\"bytes\";i:2272;s:11:\"size_before\";i:87959;s:10:\"size_after\";i:85687;s:4:\"time\";d:0.04;}}}'),(23497,7825,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:36:\"2019/09/pnp-election-peter-peter.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"pnp-election-peter-peter-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:\"pnp-election-peter-peter-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:36:\"pnp-election-peter-peter-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:37:\"pnp-election-peter-peter-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"pnp-election-peter-peter-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23498,7826,'_wp_attached_file','2019/09/pnp-election-peter-peter4.jpg'),(23499,7826,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.409044850416629;s:5:\"bytes\";i:17927;s:11:\"size_before\";i:406596;s:10:\"size_after\";i:388669;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.43;s:5:\"bytes\";i:676;s:11:\"size_before\";i:9101;s:10:\"size_after\";i:8425;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.61;s:5:\"bytes\";i:1328;s:11:\"size_before\";i:20097;s:10:\"size_after\";i:18769;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.81;s:5:\"bytes\";i:4482;s:11:\"size_before\";i:93110;s:10:\"size_after\";i:88628;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.11;s:5:\"bytes\";i:5905;s:11:\"size_before\";i:143723;s:10:\"size_after\";i:137818;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.94;s:5:\"bytes\";i:5536;s:11:\"size_before\";i:140565;s:10:\"size_after\";i:135029;s:4:\"time\";d:0.05;}}}'),(23500,7826,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:37:\"2019/09/pnp-election-peter-peter4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"pnp-election-peter-peter4-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:\"pnp-election-peter-peter4-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:37:\"pnp-election-peter-peter4-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:38:\"pnp-election-peter-peter4-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"pnp-election-peter-peter4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23501,7827,'_wp_attached_file','2019/09/pnp-election-peter-peter-1.jpg'),(23502,7827,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.8199087607056468;s:5:\"bytes\";i:7158;s:11:\"size_before\";i:253838;s:10:\"size_after\";i:246680;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8;s:5:\"bytes\";i:389;s:11:\"size_before\";i:6709;s:10:\"size_after\";i:6320;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.38;s:5:\"bytes\";i:621;s:11:\"size_before\";i:14189;s:10:\"size_after\";i:13568;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9;s:5:\"bytes\";i:1685;s:11:\"size_before\";i:58086;s:10:\"size_after\";i:56401;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.52;s:5:\"bytes\";i:2191;s:11:\"size_before\";i:86895;s:10:\"size_after\";i:84704;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.58;s:5:\"bytes\";i:2272;s:11:\"size_before\";i:87959;s:10:\"size_after\";i:85687;s:4:\"time\";d:0.04;}}}'),(23503,7827,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:38:\"2019/09/pnp-election-peter-peter-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"pnp-election-peter-peter-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:38:\"pnp-election-peter-peter-1-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:38:\"pnp-election-peter-peter-1-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:39:\"pnp-election-peter-peter-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"pnp-election-peter-peter-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23506,7829,'_wp_attached_file','2019/09/pnp-election-peter-peter3-1.jpg'),(23507,7829,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.254749058381549;s:5:\"bytes\";i:21806;s:11:\"size_before\";i:414977;s:10:\"size_after\";i:393171;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.15;s:5:\"bytes\";i:733;s:11:\"size_before\";i:8990;s:10:\"size_after\";i:8257;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.51;s:5:\"bytes\";i:1547;s:11:\"size_before\";i:20602;s:10:\"size_after\";i:19055;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.56;s:5:\"bytes\";i:5246;s:11:\"size_before\";i:94382;s:10:\"size_after\";i:89136;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.78;s:5:\"bytes\";i:6891;s:11:\"size_before\";i:144058;s:10:\"size_after\";i:137167;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.03;s:5:\"bytes\";i:7389;s:11:\"size_before\";i:146945;s:10:\"size_after\";i:139556;s:4:\"time\";d:0.06;}}}'),(23508,7829,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:39:\"2019/09/pnp-election-peter-peter3-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"pnp-election-peter-peter3-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:39:\"pnp-election-peter-peter3-1-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:39:\"pnp-election-peter-peter3-1-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:40:\"pnp-election-peter-peter3-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"pnp-election-peter-peter3-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23509,7830,'_wp_attached_file','2019/09/pnp-election-peter-peter2.jpg'),(23510,7830,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9740195640003844;s:5:\"bytes\";i:8978;s:11:\"size_before\";i:301881;s:10:\"size_after\";i:292903;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.51;s:5:\"bytes\";i:500;s:11:\"size_before\";i:7679;s:10:\"size_after\";i:7179;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.66;s:5:\"bytes\";i:962;s:11:\"size_before\";i:17003;s:10:\"size_after\";i:16041;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.31;s:5:\"bytes\";i:2288;s:11:\"size_before\";i:69219;s:10:\"size_after\";i:66931;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.47;s:5:\"bytes\";i:2556;s:11:\"size_before\";i:103425;s:10:\"size_after\";i:100869;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.56;s:5:\"bytes\";i:2672;s:11:\"size_before\";i:104555;s:10:\"size_after\";i:101883;s:4:\"time\";d:0.08;}}}'),(23511,7830,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:37:\"2019/09/pnp-election-peter-peter2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"pnp-election-peter-peter2-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:\"pnp-election-peter-peter2-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:37:\"pnp-election-peter-peter2-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:38:\"pnp-election-peter-peter2-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"pnp-election-peter-peter2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23512,7831,'_wp_attached_file','2019/09/pnp-election-peter-peter4-1.jpg'),(23513,7831,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.409044850416629;s:5:\"bytes\";i:17927;s:11:\"size_before\";i:406596;s:10:\"size_after\";i:388669;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.43;s:5:\"bytes\";i:676;s:11:\"size_before\";i:9101;s:10:\"size_after\";i:8425;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.61;s:5:\"bytes\";i:1328;s:11:\"size_before\";i:20097;s:10:\"size_after\";i:18769;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.81;s:5:\"bytes\";i:4482;s:11:\"size_before\";i:93110;s:10:\"size_after\";i:88628;s:4:\"time\";d:0.07;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.11;s:5:\"bytes\";i:5905;s:11:\"size_before\";i:143723;s:10:\"size_after\";i:137818;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.94;s:5:\"bytes\";i:5536;s:11:\"size_before\";i:140565;s:10:\"size_after\";i:135029;s:4:\"time\";d:0.05;}}}'),(23514,7831,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:39:\"2019/09/pnp-election-peter-peter4-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"pnp-election-peter-peter4-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:39:\"pnp-election-peter-peter4-1-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:39:\"pnp-election-peter-peter4-1-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:40:\"pnp-election-peter-peter4-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"pnp-election-peter-peter4-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23515,7832,'_wp_attached_file','2019/09/pnp-election-peter-peter-2.jpg'),(23516,7832,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.8199087607056468;s:5:\"bytes\";i:7158;s:11:\"size_before\";i:253838;s:10:\"size_after\";i:246680;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8;s:5:\"bytes\";i:389;s:11:\"size_before\";i:6709;s:10:\"size_after\";i:6320;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.38;s:5:\"bytes\";i:621;s:11:\"size_before\";i:14189;s:10:\"size_after\";i:13568;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9;s:5:\"bytes\";i:1685;s:11:\"size_before\";i:58086;s:10:\"size_after\";i:56401;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.52;s:5:\"bytes\";i:2191;s:11:\"size_before\";i:86895;s:10:\"size_after\";i:84704;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.58;s:5:\"bytes\";i:2272;s:11:\"size_before\";i:87959;s:10:\"size_after\";i:85687;s:4:\"time\";d:0.04;}}}'),(23517,7832,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:38:\"2019/09/pnp-election-peter-peter-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"pnp-election-peter-peter-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:38:\"pnp-election-peter-peter-2-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:38:\"pnp-election-peter-peter-2-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:39:\"pnp-election-peter-peter-2-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"pnp-election-peter-peter-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23522,7835,'_wp_attached_file','2019/09/Lennox-Clarendon-daCosta-Cup-Buzz-Caribbean.jpg'),(23523,7835,'wpmf_size','646809'),(23524,7835,'wpmf_filetype','jpg'),(23525,7835,'wpmf_order','0'),(23526,7835,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:55:\"2019/09/Lennox-Clarendon-daCosta-Cup-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Lennox-Clarendon-daCosta-Cup-Buzz-Caribbean-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:55:\"Lennox-Clarendon-daCosta-Cup-Buzz-Caribbean-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Lennox-Clarendon-daCosta-Cup-Buzz-Caribbean-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Lennox-Clarendon-daCosta-Cup-Buzz-Caribbean-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:56:\"Lennox-Clarendon-daCosta-Cup-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(23527,7835,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9168759820006627;s:5:\"bytes\";i:8187;s:11:\"size_before\";i:280677;s:10:\"size_after\";i:272490;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.11;s:5:\"bytes\";i:474;s:11:\"size_before\";i:7761;s:10:\"size_after\";i:7287;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:857;s:11:\"size_before\";i:15685;s:10:\"size_after\";i:14828;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.14;s:5:\"bytes\";i:1986;s:11:\"size_before\";i:63213;s:10:\"size_after\";i:61227;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.56;s:5:\"bytes\";i:2401;s:11:\"size_before\";i:93772;s:10:\"size_after\";i:91371;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.46;s:5:\"bytes\";i:2469;s:11:\"size_before\";i:100246;s:10:\"size_after\";i:97777;s:4:\"time\";d:0.03;}}}'),(23532,7837,'_wp_attached_file','2019/09/KC-Excelsior-Manning-Cup-Buzz-Caribbean.jpg'),(23533,7837,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9790744652075576;s:5:\"bytes\";i:13828;s:11:\"size_before\";i:347518;s:10:\"size_after\";i:333690;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3;s:5:\"bytes\";i:563;s:11:\"size_before\";i:8942;s:10:\"size_after\";i:8379;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.88;s:5:\"bytes\";i:1024;s:11:\"size_before\";i:17414;s:10:\"size_after\";i:16390;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:3423;s:11:\"size_before\";i:76802;s:10:\"size_after\";i:73379;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.64;s:5:\"bytes\";i:4273;s:11:\"size_before\";i:117306;s:10:\"size_after\";i:113033;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.58;s:5:\"bytes\";i:4545;s:11:\"size_before\";i:127054;s:10:\"size_after\";i:122509;s:4:\"time\";d:0.04;}}}'),(23534,7837,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:51:\"2019/09/KC-Excelsior-Manning-Cup-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"KC-Excelsior-Manning-Cup-Buzz-Caribbean-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:\"KC-Excelsior-Manning-Cup-Buzz-Caribbean-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"KC-Excelsior-Manning-Cup-Buzz-Caribbean-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"KC-Excelsior-Manning-Cup-Buzz-Caribbean-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"KC-Excelsior-Manning-Cup-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23547,7845,'_edit_lock','1567877695:11'),(23548,7845,'_yst_prominent_words_version','1'),(23549,7845,'_oembed_b2ee3a32c28d8d07e6e84ad3633da1c8','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2GDeR1IJ4k/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2GDeR1IJ4k/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2GDeR1IJ4k/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">First international goal for my country, followed with 2 assist , overwhelming feeling.  The support was real , grateful to have had my whole family supporting from the stands but most importantly the support from the Jamaican fans. Thank you all for a wonderful night here in Montego Bay. Looking forward to making more history with you all in the near future , One Love. ??????</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/leonbailey_9/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Leon Bailey ⚽️✞</a> (@leonbailey_9) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-07T03:17:19+00:00\">Sep 6, 2019 at 8:17pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(23550,7845,'_oembed_time_b2ee3a32c28d8d07e6e84ad3633da1c8','1567876400'),(23555,7762,'_edit_last','11'),(23556,7762,'smpush_mute_activated','no'),(23558,7762,'_yoast_wpseo_primary_category','4'),(23559,7762,'_yoast_wpseo_primary_sub-category','5'),(23560,7762,'sponsored_url',''),(23561,7762,'_yoast_wpseo_content_score','90'),(23562,7762,'_yoast_wpseo_focuskeywords','[]'),(23563,7762,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(23568,7851,'_wp_attached_file','2019/09/Leon-Bailey-Reggae-Boyz-Jamaica.jpg'),(23569,7851,'wpmf_size','82878'),(23570,7851,'wpmf_filetype','jpg'),(23571,7851,'wpmf_order','0'),(23572,7851,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:595;s:6:\"height\";i:575;s:4:\"file\";s:43:\"2019/09/Leon-Bailey-Reggae-Boyz-Jamaica.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Leon-Bailey-Reggae-Boyz-Jamaica-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:\"Leon-Bailey-Reggae-Boyz-Jamaica-300x290.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(23573,7851,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.573618502527028;s:5:\"bytes\";i:1964;s:11:\"size_before\";i:29877;s:10:\"size_after\";i:27913;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.65;s:5:\"bytes\";i:631;s:11:\"size_before\";i:8243;s:10:\"size_after\";i:7612;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.16;s:5:\"bytes\";i:1333;s:11:\"size_before\";i:21634;s:10:\"size_after\";i:20301;s:4:\"time\";d:0.01;}}}'),(23575,7845,'_thumbnail_id','7851'),(23576,7845,'_edit_last','11'),(23577,7845,'xyz_smap','1'),(23578,7845,'smpush_mute_activated','no'),(23580,7845,'_yoast_wpseo_primary_category','4'),(23581,7845,'_yoast_wpseo_primary_sub-category','5'),(23582,7845,'sponsored_url',''),(23583,7845,'_yoast_wpseo_content_score','30'),(23584,7845,'_yoast_wpseo_focuskeywords','[]'),(23585,7845,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(23586,7853,'_edit_lock','1567878496:11'),(23587,7853,'_yst_prominent_words_version','1'),(23588,7854,'_wp_attached_file','2019/09/pnp-pete-pete.jpg'),(23589,7854,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:293410;s:11:\"size_before\";i:491389;s:10:\"size_after\";i:197979;}'),(23590,7854,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.131990366872814;s:5:\"bytes\";i:10235;s:11:\"size_before\";i:326789;s:10:\"size_after\";i:316554;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.28;s:5:\"bytes\";i:523;s:11:\"size_before\";i:8324;s:10:\"size_after\";i:7801;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.55;s:5:\"bytes\";i:994;s:11:\"size_before\";i:17917;s:10:\"size_after\";i:16923;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.34;s:5:\"bytes\";i:2485;s:11:\"size_before\";i:74441;s:10:\"size_after\";i:71956;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.78;s:5:\"bytes\";i:3167;s:11:\"size_before\";i:113995;s:10:\"size_after\";i:110828;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.73;s:5:\"bytes\";i:3066;s:11:\"size_before\";i:112112;s:10:\"size_after\";i:109046;s:4:\"time\";d:0.04;}}}'),(23591,7854,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:25:\"2019/09/pnp-pete-pete.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"pnp-pete-pete-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:\"pnp-pete-pete-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:\"pnp-pete-pete-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:\"pnp-pete-pete-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"pnp-pete-pete-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567859009\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23592,7855,'_wp_attached_file','2019/09/Adele-New-Album-Buzz-Caribbean.png'),(23593,7855,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1619431;s:10:\"size_after\";i:1619431;s:4:\"time\";d:1.81;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26094;s:10:\"size_after\";i:26094;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:61456;s:10:\"size_after\";i:61456;s:4:\"time\";d:0.06;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:355647;s:10:\"size_after\";i:355647;s:4:\"time\";d:0.48;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:587209;s:10:\"size_after\";i:587209;s:4:\"time\";d:0.53;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:589025;s:10:\"size_after\";i:589025;s:4:\"time\";d:0.71;}}}'),(23594,7855,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:719;s:4:\"file\";s:42:\"2019/09/Adele-New-Album-Buzz-Caribbean.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Adele-New-Album-Buzz-Caribbean-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:42:\"Adele-New-Album-Buzz-Caribbean-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Adele-New-Album-Buzz-Caribbean-768x511.png\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Adele-New-Album-Buzz-Caribbean-1024x682.png\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Adele-New-Album-Buzz-Caribbean-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23595,7856,'_wp_attached_file','2019/09/pnp-pete-pete12.jpg'),(23596,7856,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:252012;s:11:\"size_before\";i:449436;s:10:\"size_after\";i:197424;}'),(23597,7856,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.008325803536853;s:5:\"bytes\";i:12421;s:11:\"size_before\";i:309880;s:10:\"size_after\";i:297459;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6;s:5:\"bytes\";i:604;s:11:\"size_before\";i:7950;s:10:\"size_after\";i:7346;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.58;s:5:\"bytes\";i:1104;s:11:\"size_before\";i:16783;s:10:\"size_after\";i:15679;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.18;s:5:\"bytes\";i:2894;s:11:\"size_before\";i:69178;s:10:\"size_after\";i:66284;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.66;s:5:\"bytes\";i:3975;s:11:\"size_before\";i:108675;s:10:\"size_after\";i:104700;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.58;s:5:\"bytes\";i:3844;s:11:\"size_before\";i:107294;s:10:\"size_after\";i:103450;s:4:\"time\";d:0.05;}}}'),(23598,7856,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:27:\"2019/09/pnp-pete-pete12.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"pnp-pete-pete12-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:\"pnp-pete-pete12-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:27:\"pnp-pete-pete12-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:28:\"pnp-pete-pete12-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"pnp-pete-pete12-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567859006\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23599,7857,'_wp_attached_file','2019/09/pnp-pete-pete11.jpg'),(23600,7857,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:325190;s:11:\"size_before\";i:486760;s:10:\"size_after\";i:161570;}'),(23601,7857,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.993373361368139;s:5:\"bytes\";i:7887;s:11:\"size_before\";i:263482;s:10:\"size_after\";i:255595;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.08;s:5:\"bytes\";i:440;s:11:\"size_before\";i:7241;s:10:\"size_after\";i:6801;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.09;s:5:\"bytes\";i:773;s:11:\"size_before\";i:15197;s:10:\"size_after\";i:14424;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.95;s:5:\"bytes\";i:1744;s:11:\"size_before\";i:59115;s:10:\"size_after\";i:57371;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.74;s:5:\"bytes\";i:2490;s:11:\"size_before\";i:90856;s:10:\"size_after\";i:88366;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.68;s:5:\"bytes\";i:2440;s:11:\"size_before\";i:91073;s:10:\"size_after\";i:88633;s:4:\"time\";d:0.04;}}}'),(23602,7857,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:27:\"2019/09/pnp-pete-pete11.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"pnp-pete-pete11-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:\"pnp-pete-pete11-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:27:\"pnp-pete-pete11-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:28:\"pnp-pete-pete11-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"pnp-pete-pete11-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567858999\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"185\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23603,7858,'_wp_attached_file','2019/09/pnp-pete-pete7.jpg'),(23604,7858,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:196946;s:11:\"size_before\";i:446945;s:10:\"size_after\";i:249999;}'),(23605,7858,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.607974455101756;s:5:\"bytes\";i:18818;s:11:\"size_before\";i:408379;s:10:\"size_after\";i:389561;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.97;s:5:\"bytes\";i:802;s:11:\"size_before\";i:10061;s:10:\"size_after\";i:9259;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.07;s:5:\"bytes\";i:1514;s:11:\"size_before\";i:21406;s:10:\"size_after\";i:19892;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.92;s:5:\"bytes\";i:4563;s:11:\"size_before\";i:92821;s:10:\"size_after\";i:88258;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.17;s:5:\"bytes\";i:5971;s:11:\"size_before\";i:143168;s:10:\"size_after\";i:137197;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.23;s:5:\"bytes\";i:5968;s:11:\"size_before\";i:140923;s:10:\"size_after\";i:134955;s:4:\"time\";d:0.05;}}}'),(23606,7858,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2019/09/pnp-pete-pete7.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"pnp-pete-pete7-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:\"pnp-pete-pete7-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:26:\"pnp-pete-pete7-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:27:\"pnp-pete-pete7-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"pnp-pete-pete7-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"13\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567859005\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:6:\"0.0004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23607,7859,'_wp_attached_file','2019/09/pnp-pete-pete8.jpg'),(23608,7859,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:228402;s:11:\"size_before\";i:451234;s:10:\"size_after\";i:222832;}'),(23609,7859,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.435522732467046;s:5:\"bytes\";i:16108;s:11:\"size_before\";i:363159;s:10:\"size_after\";i:347051;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.51;s:5:\"bytes\";i:644;s:11:\"size_before\";i:8575;s:10:\"size_after\";i:7931;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.99;s:5:\"bytes\";i:1411;s:11:\"size_before\";i:20196;s:10:\"size_after\";i:18785;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.65;s:5:\"bytes\";i:3838;s:11:\"size_before\";i:82491;s:10:\"size_after\";i:78653;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.09;s:5:\"bytes\";i:5216;s:11:\"size_before\";i:127416;s:10:\"size_after\";i:122200;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.02;s:5:\"bytes\";i:4999;s:11:\"size_before\";i:124481;s:10:\"size_after\";i:119482;s:4:\"time\";d:0.06;}}}'),(23610,7859,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2019/09/pnp-pete-pete8.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"pnp-pete-pete8-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:\"pnp-pete-pete8-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:26:\"pnp-pete-pete8-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:27:\"pnp-pete-pete8-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"pnp-pete-pete8-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567858992\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:6:\"0.0004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23611,7860,'_wp_attached_file','2019/09/pnp-pete-pete9.jpg'),(23612,7860,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:313258;s:11:\"size_before\";i:484434;s:10:\"size_after\";i:171176;}'),(23613,7860,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0954828587905334;s:5:\"bytes\";i:8642;s:11:\"size_before\";i:279181;s:10:\"size_after\";i:270539;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.23;s:5:\"bytes\";i:487;s:11:\"size_before\";i:7822;s:10:\"size_after\";i:7335;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.18;s:5:\"bytes\";i:843;s:11:\"size_before\";i:16273;s:10:\"size_after\";i:15430;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.03;s:5:\"bytes\";i:1912;s:11:\"size_before\";i:63008;s:10:\"size_after\";i:61096;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.84;s:5:\"bytes\";i:2749;s:11:\"size_before\";i:96669;s:10:\"size_after\";i:93920;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.78;s:5:\"bytes\";i:2651;s:11:\"size_before\";i:95409;s:10:\"size_after\";i:92758;s:4:\"time\";d:0.04;}}}'),(23614,7860,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2019/09/pnp-pete-pete9.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"pnp-pete-pete9-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:\"pnp-pete-pete9-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:26:\"pnp-pete-pete9-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:27:\"pnp-pete-pete9-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"pnp-pete-pete9-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567859004\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:9:\"0.0003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23615,7861,'_wp_attached_file','2019/09/pnp-pete-pete10.jpg'),(23616,7861,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:175788;s:11:\"size_before\";i:438011;s:10:\"size_after\";i:262223;}'),(23617,7861,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.783711921195157;s:5:\"bytes\";i:20474;s:11:\"size_before\";i:427994;s:10:\"size_after\";i:407520;s:4:\"time\";d:0.26;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.33;s:5:\"bytes\";i:680;s:11:\"size_before\";i:9278;s:10:\"size_after\";i:8598;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.99;s:5:\"bytes\";i:1562;s:11:\"size_before\";i:22354;s:10:\"size_after\";i:20792;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.16;s:5:\"bytes\";i:5057;s:11:\"size_before\";i:97925;s:10:\"size_after\";i:92868;s:4:\"time\";d:0.13;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.43;s:5:\"bytes\";i:6676;s:11:\"size_before\";i:150702;s:10:\"size_after\";i:144026;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4;s:5:\"bytes\";i:6499;s:11:\"size_before\";i:147735;s:10:\"size_after\";i:141236;s:4:\"time\";d:0.05;}}}'),(23618,7861,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:27:\"2019/09/pnp-pete-pete10.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"pnp-pete-pete10-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:\"pnp-pete-pete10-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:27:\"pnp-pete-pete10-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:28:\"pnp-pete-pete10-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"pnp-pete-pete10-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567859002\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23619,7862,'_wp_attached_file','2019/09/pnp-pete-pete6.jpg'),(23620,7862,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:285585;s:11:\"size_before\";i:463395;s:10:\"size_after\";i:177810;}'),(23621,7862,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.812600505597189;s:5:\"bytes\";i:8133;s:11:\"size_before\";i:289163;s:10:\"size_after\";i:281030;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:515;s:11:\"size_before\";i:7880;s:10:\"size_after\";i:7365;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.66;s:5:\"bytes\";i:935;s:11:\"size_before\";i:16525;s:10:\"size_after\";i:15590;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.68;s:5:\"bytes\";i:1749;s:11:\"size_before\";i:65297;s:10:\"size_after\";i:63548;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4;s:5:\"bytes\";i:2411;s:11:\"size_before\";i:100405;s:10:\"size_after\";i:97994;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.55;s:5:\"bytes\";i:2523;s:11:\"size_before\";i:99056;s:10:\"size_after\";i:96533;s:4:\"time\";d:0.04;}}}'),(23622,7862,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2019/09/pnp-pete-pete6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"pnp-pete-pete6-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:\"pnp-pete-pete6-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:26:\"pnp-pete-pete6-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:27:\"pnp-pete-pete6-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"pnp-pete-pete6-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"13\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567858995\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:6:\"0.0004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23623,7863,'_wp_attached_file','2019/09/pnp-pete-pete4.jpg'),(23624,7864,'_wp_attached_file','2019/09/Adele-31-New-Album-Buzz-Caribbean.png'),(23625,7863,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:292461;s:11:\"size_before\";i:480062;s:10:\"size_after\";i:187601;}'),(23626,7863,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9331849913020553;s:5:\"bytes\";i:9122;s:11:\"size_before\";i:310993;s:10:\"size_after\";i:301871;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.41;s:5:\"bytes\";i:428;s:11:\"size_before\";i:7916;s:10:\"size_after\";i:7488;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.18;s:5:\"bytes\";i:915;s:11:\"size_before\";i:17676;s:10:\"size_after\";i:16761;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2;s:5:\"bytes\";i:2268;s:11:\"size_before\";i:70778;s:10:\"size_after\";i:68510;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.55;s:5:\"bytes\";i:2758;s:11:\"size_before\";i:108053;s:10:\"size_after\";i:105295;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.58;s:5:\"bytes\";i:2753;s:11:\"size_before\";i:106570;s:10:\"size_after\";i:103817;s:4:\"time\";d:0.04;}}}'),(23627,7863,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2019/09/pnp-pete-pete4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"pnp-pete-pete4-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:\"pnp-pete-pete4-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:26:\"pnp-pete-pete4-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:27:\"pnp-pete-pete4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"pnp-pete-pete4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567859001\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23628,7865,'_wp_attached_file','2019/09/pnp-pete-pete3.jpg'),(23629,7865,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:339069;s:11:\"size_before\";i:502593;s:10:\"size_after\";i:163524;}'),(23630,7865,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.032074069167532;s:5:\"bytes\";i:10957;s:11:\"size_before\";i:271746;s:10:\"size_after\";i:260789;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.45;s:5:\"bytes\";i:603;s:11:\"size_before\";i:8095;s:10:\"size_after\";i:7492;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2;s:5:\"bytes\";i:991;s:11:\"size_before\";i:15986;s:10:\"size_after\";i:14995;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.35;s:5:\"bytes\";i:2694;s:11:\"size_before\";i:61960;s:10:\"size_after\";i:59266;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6;s:5:\"bytes\";i:3382;s:11:\"size_before\";i:93964;s:10:\"size_after\";i:90582;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.58;s:5:\"bytes\";i:3287;s:11:\"size_before\";i:91741;s:10:\"size_after\";i:88454;s:4:\"time\";d:0.03;}}}'),(23631,7865,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2019/09/pnp-pete-pete3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"pnp-pete-pete3-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:\"pnp-pete-pete3-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:26:\"pnp-pete-pete3-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:27:\"pnp-pete-pete3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"pnp-pete-pete3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567858989\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23632,7864,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.873130351718566;s:5:\"bytes\";i:99224;s:11:\"size_before\";i:2036145;s:10:\"size_after\";i:1936921;s:4:\"time\";d:1.6999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.65;s:5:\"bytes\";i:6184;s:11:\"size_before\";i:33160;s:10:\"size_after\";i:26976;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.47;s:5:\"bytes\";i:7963;s:11:\"size_before\";i:76020;s:10:\"size_after\";i:68057;s:4:\"time\";d:0.07;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1;s:5:\"bytes\";i:31470;s:11:\"size_before\";i:443049;s:10:\"size_after\";i:411579;s:4:\"time\";d:0.43;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.06;s:5:\"bytes\";i:30161;s:11:\"size_before\";i:743763;s:10:\"size_after\";i:713602;s:4:\"time\";d:0.57;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.17;s:5:\"bytes\";i:23446;s:11:\"size_before\";i:740153;s:10:\"size_after\";i:716707;s:4:\"time\";d:0.59;}}}'),(23633,7864,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:720;s:4:\"file\";s:45:\"2019/09/Adele-31-New-Album-Buzz-Caribbean.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Adele-31-New-Album-Buzz-Caribbean-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:45:\"Adele-31-New-Album-Buzz-Caribbean-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Adele-31-New-Album-Buzz-Caribbean-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Adele-31-New-Album-Buzz-Caribbean-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Adele-31-New-Album-Buzz-Caribbean-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23634,7866,'_wp_attached_file','2019/09/pnp-election-peter-peter8.jpg'),(23635,7866,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.419717713585884;s:5:\"bytes\";i:9047;s:11:\"size_before\";i:264554;s:10:\"size_after\";i:255507;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3;s:5:\"bytes\";i:458;s:11:\"size_before\";i:7271;s:10:\"size_after\";i:6813;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.76;s:5:\"bytes\";i:905;s:11:\"size_before\";i:15709;s:10:\"size_after\";i:14804;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87;s:5:\"bytes\";i:2350;s:11:\"size_before\";i:60718;s:10:\"size_after\";i:58368;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9;s:5:\"bytes\";i:2642;s:11:\"size_before\";i:91206;s:10:\"size_after\";i:88564;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:3;s:5:\"bytes\";i:2692;s:11:\"size_before\";i:89650;s:10:\"size_after\";i:86958;s:4:\"time\";d:0.05;}}}'),(23636,7866,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:37:\"2019/09/pnp-election-peter-peter8.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"pnp-election-peter-peter8-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:\"pnp-election-peter-peter8-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:37:\"pnp-election-peter-peter8-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:38:\"pnp-election-peter-peter8-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"pnp-election-peter-peter8-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23637,7867,'_wp_attached_file','2019/09/pnp-election-peter-peter7.jpg'),(23638,7867,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.548532620537482;s:5:\"bytes\";i:11563;s:11:\"size_before\";i:325853;s:10:\"size_after\";i:314290;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.83;s:5:\"bytes\";i:589;s:11:\"size_before\";i:8628;s:10:\"size_after\";i:8039;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.84;s:5:\"bytes\";i:1105;s:11:\"size_before\";i:18910;s:10:\"size_after\";i:17805;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.84;s:5:\"bytes\";i:2879;s:11:\"size_before\";i:74976;s:10:\"size_after\";i:72097;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.13;s:5:\"bytes\";i:3509;s:11:\"size_before\";i:112164;s:10:\"size_after\";i:108655;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.13;s:5:\"bytes\";i:3481;s:11:\"size_before\";i:111175;s:10:\"size_after\";i:107694;s:4:\"time\";d:0.04;}}}'),(23639,7867,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:37:\"2019/09/pnp-election-peter-peter7.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"pnp-election-peter-peter7-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:\"pnp-election-peter-peter7-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:37:\"pnp-election-peter-peter7-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:38:\"pnp-election-peter-peter7-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"pnp-election-peter-peter7-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23640,7868,'_wp_attached_file','2019/09/pnp-election-peter-peter6.jpg'),(23641,7868,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.4650595628927867;s:5:\"bytes\";i:5256;s:11:\"size_before\";i:213220;s:10:\"size_after\";i:207964;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45;s:5:\"bytes\";i:344;s:11:\"size_before\";i:6313;s:10:\"size_after\";i:5969;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4;s:5:\"bytes\";i:553;s:11:\"size_before\";i:12562;s:10:\"size_after\";i:12009;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.51;s:5:\"bytes\";i:1219;s:11:\"size_before\";i:48598;s:10:\"size_after\";i:47379;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1;s:5:\"bytes\";i:1559;s:11:\"size_before\";i:74140;s:10:\"size_after\";i:72581;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.21;s:5:\"bytes\";i:1581;s:11:\"size_before\";i:71607;s:10:\"size_after\";i:70026;s:4:\"time\";d:0.03;}}}'),(23642,7868,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:37:\"2019/09/pnp-election-peter-peter6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"pnp-election-peter-peter6-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:\"pnp-election-peter-peter6-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:37:\"pnp-election-peter-peter6-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:38:\"pnp-election-peter-peter6-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"pnp-election-peter-peter6-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23643,7869,'_wp_attached_file','2019/09/pnp-election-peter-peter5.jpg'),(23644,7869,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.383097651075379;s:5:\"bytes\";i:16279;s:11:\"size_before\";i:371404;s:10:\"size_after\";i:355125;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1;s:5:\"bytes\";i:641;s:11:\"size_before\";i:9023;s:10:\"size_after\";i:8382;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.57;s:5:\"bytes\";i:1307;s:11:\"size_before\";i:19881;s:10:\"size_after\";i:18574;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.65;s:5:\"bytes\";i:3946;s:11:\"size_before\";i:84782;s:10:\"size_after\";i:80836;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95;s:5:\"bytes\";i:5085;s:11:\"size_before\";i:128589;s:10:\"size_after\";i:123504;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1;s:5:\"bytes\";i:5300;s:11:\"size_before\";i:129129;s:10:\"size_after\";i:123829;s:4:\"time\";d:0.05;}}}'),(23645,7869,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:37:\"2019/09/pnp-election-peter-peter5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"pnp-election-peter-peter5-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:\"pnp-election-peter-peter5-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:37:\"pnp-election-peter-peter5-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:38:\"pnp-election-peter-peter5-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"pnp-election-peter-peter5-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23648,7853,'_edit_last','11'),(23649,7853,'smpush_mute_activated','no'),(23650,7853,'_yoast_wpseo_primary_category','2'),(23651,7853,'_yoast_wpseo_primary_sub-category','14'),(23652,7853,'sponsored_url',''),(23653,7853,'_yoast_wpseo_content_score','90'),(23654,7853,'_yoast_wpseo_focuskeywords','[]'),(23655,7853,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(23656,7872,'_wp_attached_file','2019/09/Adele-Buzz-Contributor.jpg'),(23657,7872,'wpmf_size','632953'),(23658,7872,'wpmf_filetype','jpg'),(23659,7872,'wpmf_order','0'),(23660,7872,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:34:\"2019/09/Adele-Buzz-Contributor.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Adele-Buzz-Contributor-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:\"Adele-Buzz-Contributor-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Adele-Buzz-Contributor-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Adele-Buzz-Contributor-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Adele-Buzz-Contributor-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(23661,7872,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.666362984044569;s:5:\"bytes\";i:9095;s:11:\"size_before\";i:248066;s:10:\"size_after\";i:238971;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.57;s:5:\"bytes\";i:404;s:11:\"size_before\";i:7257;s:10:\"size_after\";i:6853;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.19;s:5:\"bytes\";i:487;s:11:\"size_before\";i:11624;s:10:\"size_after\";i:11137;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.22;s:5:\"bytes\";i:1697;s:11:\"size_before\";i:52756;s:10:\"size_after\";i:51059;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6;s:5:\"bytes\";i:3039;s:11:\"size_before\";i:84400;s:10:\"size_after\";i:81361;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:3468;s:11:\"size_before\";i:92029;s:10:\"size_after\";i:88561;s:4:\"time\";d:0.04;}}}'),(23663,7853,'_thumbnail_id','7872'),(23664,7853,'xyz_smap','1'),(23668,7875,'_wp_attached_file','2019/09/Lizzo-Buzz-Caribbean.jpg'),(23669,7875,'wpmf_size','315105'),(23670,7875,'wpmf_filetype','jpg'),(23671,7875,'wpmf_order','0'),(23672,7875,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:32:\"2019/09/Lizzo-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Lizzo-Buzz-Caribbean-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:\"Lizzo-Buzz-Caribbean-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Lizzo-Buzz-Caribbean-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Lizzo-Buzz-Caribbean-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Lizzo-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(23673,7875,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.560330476124107;s:5:\"bytes\";i:21543;s:11:\"size_before\";i:387441;s:10:\"size_after\";i:365898;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:589;s:11:\"size_before\";i:9115;s:10:\"size_after\";i:8526;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.64;s:5:\"bytes\";i:956;s:11:\"size_before\";i:16957;s:10:\"size_after\";i:16001;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.39;s:5:\"bytes\";i:4468;s:11:\"size_before\";i:82961;s:10:\"size_after\";i:78493;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:7305;s:11:\"size_before\";i:132804;s:10:\"size_after\";i:125499;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.65;s:5:\"bytes\";i:8225;s:11:\"size_before\";i:145604;s:10:\"size_after\";i:137379;s:4:\"time\";d:0.05;}}}'),(23678,7877,'_edit_lock','1567894637:14'),(23679,7877,'_yst_prominent_words_version','1'),(23680,7878,'_edit_lock','1568063521:4'),(23681,7878,'_yst_prominent_words_version','1'),(23682,7879,'_wp_attached_file','2019/09/miss-lou-buzz-demo-6.jpg'),(23683,7879,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.11282129046933;s:5:\"bytes\";i:2140;s:11:\"size_before\";i:26378;s:10:\"size_after\";i:24238;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.77;s:5:\"bytes\";i:608;s:11:\"size_before\";i:7821;s:10:\"size_after\";i:7213;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.26;s:5:\"bytes\";i:1532;s:11:\"size_before\";i:18557;s:10:\"size_after\";i:17025;s:4:\"time\";d:0.01;}}}'),(23684,7879,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:376;s:6:\"height\";i:600;s:4:\"file\";s:32:\"2019/09/miss-lou-buzz-demo-6.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"miss-lou-buzz-demo-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:32:\"miss-lou-buzz-demo-6-188x300.jpg\";s:5:\"width\";i:188;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:{}}}'),(23685,7880,'_wp_attached_file','2019/09/royal-academy-dramatic-arts-miss-lou-buzz-demo.jpg'),(23686,7880,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.305740887896007;s:5:\"bytes\";i:14359;s:11:\"size_before\";i:333485;s:10:\"size_after\";i:319126;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.66;s:5:\"bytes\";i:391;s:11:\"size_before\";i:6904;s:10:\"size_after\";i:6513;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.77;s:5:\"bytes\";i:818;s:11:\"size_before\";i:17161;s:10:\"size_after\";i:16343;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:3472;s:11:\"size_before\";i:77184;s:10:\"size_after\";i:73712;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.09;s:5:\"bytes\";i:4993;s:11:\"size_before\";i:121959;s:10:\"size_after\";i:116966;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:4685;s:11:\"size_before\";i:110277;s:10:\"size_after\";i:105592;s:4:\"time\";d:0.04;}}}'),(23687,7880,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1125;s:4:\"file\";s:58:\"2019/09/royal-academy-dramatic-arts-miss-lou-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"royal-academy-dramatic-arts-miss-lou-buzz-demo-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:\"royal-academy-dramatic-arts-miss-lou-buzz-demo-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:\"royal-academy-dramatic-arts-miss-lou-buzz-demo-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"royal-academy-dramatic-arts-miss-lou-buzz-demo-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:59:\"royal-academy-dramatic-arts-miss-lou-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23688,7881,'_wp_attached_file','2019/09/miss-lou-buzz-demo-4.jpg'),(23689,7881,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.835470918116666;s:5:\"bytes\";i:8069;s:11:\"size_before\";i:118046;s:10:\"size_after\";i:109977;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.32;s:5:\"bytes\";i:715;s:11:\"size_before\";i:8592;s:10:\"size_after\";i:7877;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.77;s:5:\"bytes\";i:1578;s:11:\"size_before\";i:20308;s:10:\"size_after\";i:18730;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.48;s:5:\"bytes\";i:5776;s:11:\"size_before\";i:89146;s:10:\"size_after\";i:83370;s:4:\"time\";d:0.03;}}}'),(23690,7881,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:570;s:4:\"file\";s:32:\"2019/09/miss-lou-buzz-demo-4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"miss-lou-buzz-demo-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:32:\"miss-lou-buzz-demo-4-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"miss-lou-buzz-demo-4-768x547.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:547;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:{}}}'),(23691,7882,'_wp_attached_file','2019/09/miss-lou-buzz-demo-2.jpg'),(23692,7882,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.82110682110682;s:5:\"bytes\";i:1060;s:11:\"size_before\";i:15540;s:10:\"size_after\";i:14480;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.49;s:5:\"bytes\";i:378;s:11:\"size_before\";i:5047;s:10:\"size_after\";i:4669;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:682;s:11:\"size_before\";i:10493;s:10:\"size_after\";i:9811;s:4:\"time\";d:0.01;}}}'),(23693,7882,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:711;s:6:\"height\";i:469;s:4:\"file\";s:32:\"2019/09/miss-lou-buzz-demo-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"miss-lou-buzz-demo-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:32:\"miss-lou-buzz-demo-2-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;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:{}}}'),(23694,7883,'_wp_attached_file','2019/09/miss-lou-buzz-demo-3.jpg'),(23695,7883,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.747762448697029;s:5:\"bytes\";i:6823;s:11:\"size_before\";i:101115;s:10:\"size_after\";i:94292;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.46;s:5:\"bytes\";i:437;s:11:\"size_before\";i:5855;s:10:\"size_after\";i:5418;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6;s:5:\"bytes\";i:934;s:11:\"size_before\";i:14143;s:10:\"size_after\";i:13209;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.72;s:5:\"bytes\";i:5452;s:11:\"size_before\";i:81117;s:10:\"size_after\";i:75665;s:4:\"time\";d:0.05;}}}'),(23696,7883,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:897;s:4:\"file\";s:32:\"2019/09/miss-lou-buzz-demo-3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"miss-lou-buzz-demo-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:32:\"miss-lou-buzz-demo-3-234x300.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"miss-lou-buzz-demo-3-700x655.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:655;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:{}}}'),(23697,7884,'_wp_attached_file','2019/09/miss-lou-buzz-demo-1.jpg'),(23698,7884,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.642383754838026;s:5:\"bytes\";i:17512;s:11:\"size_before\";i:377220;s:10:\"size_after\";i:359708;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.96;s:5:\"bytes\";i:565;s:11:\"size_before\";i:8121;s:10:\"size_after\";i:7556;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:6;s:5:\"bytes\";i:1256;s:11:\"size_before\";i:20943;s:10:\"size_after\";i:19687;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4;s:5:\"bytes\";i:4026;s:11:\"size_before\";i:91400;s:10:\"size_after\";i:87374;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53;s:5:\"bytes\";i:6646;s:11:\"size_before\";i:146555;s:10:\"size_after\";i:139909;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.55;s:5:\"bytes\";i:5019;s:11:\"size_before\";i:110201;s:10:\"size_after\";i:105182;s:4:\"time\";d:0.06;}}}'),(23699,7884,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:863;s:4:\"file\";s:32:\"2019/09/miss-lou-buzz-demo-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"miss-lou-buzz-demo-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:32:\"miss-lou-buzz-demo-1-300x253.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"miss-lou-buzz-demo-1-768x647.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:647;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"miss-lou-buzz-demo-1-1024x863.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:863;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"miss-lou-buzz-demo-1-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(23700,7885,'_wp_attached_file','2019/09/Peter-Murdock-Bunting.jpeg'),(23701,7885,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.5202178483541173;s:5:\"bytes\";i:3478;s:11:\"size_before\";i:228783;s:10:\"size_after\";i:225305;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:388;s:11:\"size_before\";i:6511;s:10:\"size_after\";i:6123;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:565;s:11:\"size_before\";i:13992;s:10:\"size_after\";i:13427;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.7;s:5:\"bytes\";i:1305;s:11:\"size_before\";i:76911;s:10:\"size_after\";i:75606;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:75606;s:10:\"size_after\";i:75606;s:4:\"time\";d:0.08;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.19;s:5:\"bytes\";i:1220;s:11:\"size_before\";i:55763;s:10:\"size_after\";i:54543;s:4:\"time\";d:0.03;}}}'),(23702,7885,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:774;s:6:\"height\";i:1032;s:4:\"file\";s:34:\"2019/09/Peter-Murdock-Bunting.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Peter-Murdock-Bunting-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:34:\"Peter-Murdock-Bunting-225x300.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Peter-Murdock-Bunting-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Peter-Murdock-Bunting-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Peter-Murdock-Bunting-774x655.jpeg\";s:5:\"width\";i:774;s:6:\"height\";i:655;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:{}}}'),(23703,7877,'_oembed_14807defea42ee0b984da4687d5b8ec5','<iframe title=\"Louise Bennett - Day Dah Light\" width=\"1333\" height=\"1000\" src=\"https://www.youtube.com/embed/videoseries?list=PLZ6cF0uXEVEmDJ4xbJ1lywxMpwfB0489d\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(23704,7877,'_oembed_time_14807defea42ee0b984da4687d5b8ec5','1567882424'),(23705,7887,'_wp_attached_file','2019/09/miss-lou-buzz-demo-8.jpg'),(23706,7887,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.7891994057573095;s:5:\"bytes\";i:7443;s:11:\"size_before\";i:128567;s:10:\"size_after\";i:121124;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.76;s:5:\"bytes\";i:747;s:11:\"size_before\";i:9622;s:10:\"size_after\";i:8875;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.01;s:5:\"bytes\";i:1592;s:11:\"size_before\";i:22706;s:10:\"size_after\";i:21114;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3;s:5:\"bytes\";i:5104;s:11:\"size_before\";i:96239;s:10:\"size_after\";i:91135;s:4:\"time\";d:0.06;}}}'),(23707,7887,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:639;s:6:\"height\";i:900;s:4:\"file\";s:32:\"2019/09/miss-lou-buzz-demo-8.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"miss-lou-buzz-demo-8-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:\"miss-lou-buzz-demo-8-213x300.jpg\";s:5:\"width\";i:213;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"miss-lou-buzz-demo-8-639x655.jpg\";s:5:\"width\";i:639;s:6:\"height\";i:655;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:{}}}'),(23708,7888,'_wp_attached_file','2019/09/miss-lou-buzz-demo-9.jpg'),(23709,7888,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.733327228486957;s:5:\"bytes\";i:14473;s:11:\"size_before\";i:305768;s:10:\"size_after\";i:291295;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.82;s:5:\"bytes\";i:445;s:11:\"size_before\";i:6521;s:10:\"size_after\";i:6076;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.35;s:5:\"bytes\";i:827;s:11:\"size_before\";i:15467;s:10:\"size_after\";i:14640;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.72;s:5:\"bytes\";i:3331;s:11:\"size_before\";i:70619;s:10:\"size_after\";i:67288;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.68;s:5:\"bytes\";i:5252;s:11:\"size_before\";i:112340;s:10:\"size_after\";i:107088;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.58;s:5:\"bytes\";i:4618;s:11:\"size_before\";i:100821;s:10:\"size_after\";i:96203;s:4:\"time\";d:0.06;}}}'),(23710,7888,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1464;s:6:\"height\";i:1140;s:4:\"file\";s:32:\"2019/09/miss-lou-buzz-demo-9.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"miss-lou-buzz-demo-9-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:\"miss-lou-buzz-demo-9-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"miss-lou-buzz-demo-9-768x598.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:598;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"miss-lou-buzz-demo-9-1024x797.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:797;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"miss-lou-buzz-demo-9-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23711,7889,'_wp_attached_file','2019/09/pnp-election-phillips2.jpg'),(23712,7889,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.209596323847596;s:5:\"bytes\";i:16343;s:11:\"size_before\";i:388232;s:10:\"size_after\";i:371889;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.43;s:5:\"bytes\";i:652;s:11:\"size_before\";i:8781;s:10:\"size_after\";i:8129;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.76;s:5:\"bytes\";i:1370;s:11:\"size_before\";i:20263;s:10:\"size_after\";i:18893;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:4012;s:11:\"size_before\";i:88394;s:10:\"size_after\";i:84382;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:5111;s:11:\"size_before\";i:135537;s:10:\"size_after\";i:130426;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.84;s:5:\"bytes\";i:5198;s:11:\"size_before\";i:135257;s:10:\"size_after\";i:130059;s:4:\"time\";d:0.04;}}}'),(23713,7889,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:34:\"2019/09/pnp-election-phillips2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"pnp-election-phillips2-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:\"pnp-election-phillips2-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:34:\"pnp-election-phillips2-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:35:\"pnp-election-phillips2-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"pnp-election-phillips2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23714,7878,'_edit_last','4'),(23715,7878,'smpush_mute_activated','no'),(23716,7878,'_yoast_wpseo_primary_category','4'),(23717,7878,'_yoast_wpseo_primary_sub-category','15'),(23718,7878,'sponsored_url',''),(23719,7878,'_yoast_wpseo_content_score','30'),(23720,7878,'_yoast_wpseo_focuskeywords','[]'),(23721,7878,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(23722,7891,'_wp_attached_file','2019/09/pnp-election-phillips.jpg'),(23723,7891,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.8934826340570043;s:5:\"bytes\";i:8026;s:11:\"size_before\";i:277382;s:10:\"size_after\";i:269356;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.31;s:5:\"bytes\";i:487;s:11:\"size_before\";i:7716;s:10:\"size_after\";i:7229;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.28;s:5:\"bytes\";i:849;s:11:\"size_before\";i:16082;s:10:\"size_after\";i:15233;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.19;s:5:\"bytes\";i:2022;s:11:\"size_before\";i:63389;s:10:\"size_after\";i:61367;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.45;s:5:\"bytes\";i:2315;s:11:\"size_before\";i:94628;s:10:\"size_after\";i:92313;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.46;s:5:\"bytes\";i:2353;s:11:\"size_before\";i:95567;s:10:\"size_after\";i:93214;s:4:\"time\";d:0.05;}}}'),(23724,7891,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:33:\"2019/09/pnp-election-phillips.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"pnp-election-phillips-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:\"pnp-election-phillips-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:33:\"pnp-election-phillips-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:34:\"pnp-election-phillips-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"pnp-election-phillips-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23725,7892,'_wp_attached_file','2019/09/pnp-election-phillips4.jpg'),(23726,7892,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8381733977111163;s:5:\"bytes\";i:13633;s:11:\"size_before\";i:355195;s:10:\"size_after\";i:341562;s:4:\"time\";d:0.16999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.67;s:5:\"bytes\";i:552;s:11:\"size_before\";i:8279;s:10:\"size_after\";i:7727;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.32;s:5:\"bytes\";i:1194;s:11:\"size_before\";i:18878;s:10:\"size_after\";i:17684;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.29;s:5:\"bytes\";i:3504;s:11:\"size_before\";i:81631;s:10:\"size_after\";i:78127;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.49;s:5:\"bytes\";i:4352;s:11:\"size_before\";i:124821;s:10:\"size_after\";i:120469;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.32;s:5:\"bytes\";i:4031;s:11:\"size_before\";i:121586;s:10:\"size_after\";i:117555;s:4:\"time\";d:0.06;}}}'),(23727,7892,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:34:\"2019/09/pnp-election-phillips4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"pnp-election-phillips4-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:\"pnp-election-phillips4-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:34:\"pnp-election-phillips4-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:35:\"pnp-election-phillips4-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"pnp-election-phillips4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23728,7893,'_wp_attached_file','2019/09/pnp-election-phillips2-1.jpg'),(23729,7893,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.209596323847596;s:5:\"bytes\";i:16343;s:11:\"size_before\";i:388232;s:10:\"size_after\";i:371889;s:4:\"time\";d:0.16000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.43;s:5:\"bytes\";i:652;s:11:\"size_before\";i:8781;s:10:\"size_after\";i:8129;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.76;s:5:\"bytes\";i:1370;s:11:\"size_before\";i:20263;s:10:\"size_after\";i:18893;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:4012;s:11:\"size_before\";i:88394;s:10:\"size_after\";i:84382;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:5111;s:11:\"size_before\";i:135537;s:10:\"size_after\";i:130426;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.84;s:5:\"bytes\";i:5198;s:11:\"size_before\";i:135257;s:10:\"size_after\";i:130059;s:4:\"time\";d:0.05;}}}'),(23730,7893,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:36:\"2019/09/pnp-election-phillips2-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"pnp-election-phillips2-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:36:\"pnp-election-phillips2-1-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:36:\"pnp-election-phillips2-1-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:37:\"pnp-election-phillips2-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"pnp-election-phillips2-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23736,7877,'_thumbnail_id','7884'),(23737,7877,'_oembed_84582264815acc00c35383f2999597a3','<iframe title=\"Miss Lou (Part 1) ~ LONG TIME GAL\" width=\"1333\" height=\"1000\" src=\"https://www.youtube.com/embed/_Fy39wPedmY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(23738,7877,'_oembed_time_84582264815acc00c35383f2999597a3','1567883294'),(23739,7877,'_edit_last','14'),(23740,7877,'xyz_smap','1'),(23741,7877,'smpush_mute_activated','no'),(23743,7877,'_yoast_wpseo_primary_category','4'),(23744,7877,'_yoast_wpseo_primary_sub-category','13'),(23745,7877,'sponsored_url',''),(23746,7877,'_yoast_wpseo_content_score','30'),(23747,7877,'_yoast_wpseo_focuskeywords','[]'),(23748,7877,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(23750,7878,'_thumbnail_id','7900'),(23751,7878,'xyz_smap','1'),(23755,7900,'_wp_attached_file','2019/09/pnp-election-bunting2.jpg'),(23756,7900,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1509766567984223;s:5:\"bytes\";i:8419;s:11:\"size_before\";i:267187;s:10:\"size_after\";i:258768;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.74;s:5:\"bytes\";i:390;s:11:\"size_before\";i:6798;s:10:\"size_after\";i:6408;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53;s:5:\"bytes\";i:864;s:11:\"size_before\";i:15610;s:10:\"size_after\";i:14746;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.32;s:5:\"bytes\";i:2014;s:11:\"size_before\";i:60740;s:10:\"size_after\";i:58726;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.77;s:5:\"bytes\";i:2537;s:11:\"size_before\";i:91632;s:10:\"size_after\";i:89095;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.83;s:5:\"bytes\";i:2614;s:11:\"size_before\";i:92407;s:10:\"size_after\";i:89793;s:4:\"time\";d:0.04;}}}'),(23757,7900,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:33:\"2019/09/pnp-election-bunting2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"pnp-election-bunting2-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:\"pnp-election-bunting2-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:33:\"pnp-election-bunting2-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:34:\"pnp-election-bunting2-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"pnp-election-bunting2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23758,7901,'_wp_attached_file','2019/09/pnp-election-bunting.jpg'),(23759,7901,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.320310511148599;s:5:\"bytes\";i:9782;s:11:\"size_before\";i:294611;s:10:\"size_after\";i:284829;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.72;s:5:\"bytes\";i:528;s:11:\"size_before\";i:7854;s:10:\"size_after\";i:7326;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:1025;s:11:\"size_before\";i:17209;s:10:\"size_after\";i:16184;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54;s:5:\"bytes\";i:2368;s:11:\"size_before\";i:66974;s:10:\"size_after\";i:64606;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.85;s:5:\"bytes\";i:2892;s:11:\"size_before\";i:101608;s:10:\"size_after\";i:98716;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.94;s:5:\"bytes\";i:2969;s:11:\"size_before\";i:100966;s:10:\"size_after\";i:97997;s:4:\"time\";d:0.04;}}}'),(23760,7901,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:32:\"2019/09/pnp-election-bunting.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"pnp-election-bunting-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:\"pnp-election-bunting-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:32:\"pnp-election-bunting-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:33:\"pnp-election-bunting-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"pnp-election-bunting-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23761,7902,'_wp_attached_file','2019/09/pnp-election-bunting3.jpg'),(23762,7902,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.892001411153942;s:5:\"bytes\";i:12025;s:11:\"size_before\";i:308967;s:10:\"size_after\";i:296942;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.09;s:5:\"bytes\";i:465;s:11:\"size_before\";i:7641;s:10:\"size_after\";i:7176;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.36;s:5:\"bytes\";i:1114;s:11:\"size_before\";i:17506;s:10:\"size_after\";i:16392;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.19;s:5:\"bytes\";i:2955;s:11:\"size_before\";i:70478;s:10:\"size_after\";i:67523;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.57;s:5:\"bytes\";i:3801;s:11:\"size_before\";i:106398;s:10:\"size_after\";i:102597;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45;s:5:\"bytes\";i:3690;s:11:\"size_before\";i:106944;s:10:\"size_after\";i:103254;s:4:\"time\";d:0.03;}}}'),(23763,7902,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:33:\"2019/09/pnp-election-bunting3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"pnp-election-bunting3-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:\"pnp-election-bunting3-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:33:\"pnp-election-bunting3-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:34:\"pnp-election-bunting3-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"pnp-election-bunting3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23764,7903,'_wp_attached_file','2019/09/pnp-election-bunting33.jpg'),(23765,7903,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.0958831937200495;s:5:\"bytes\";i:16248;s:11:\"size_before\";i:396691;s:10:\"size_after\";i:380443;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8;s:5:\"bytes\";i:735;s:11:\"size_before\";i:9418;s:10:\"size_after\";i:8683;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.66;s:5:\"bytes\";i:1351;s:11:\"size_before\";i:20295;s:10:\"size_after\";i:18944;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.42;s:5:\"bytes\";i:3987;s:11:\"size_before\";i:90104;s:10:\"size_after\";i:86117;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.64;s:5:\"bytes\";i:5038;s:11:\"size_before\";i:138491;s:10:\"size_after\";i:133453;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:5137;s:11:\"size_before\";i:138383;s:10:\"size_after\";i:133246;s:4:\"time\";d:0.1;}}}'),(23766,7903,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:34:\"2019/09/pnp-election-bunting33.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"pnp-election-bunting33-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:\"pnp-election-bunting33-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:34:\"pnp-election-bunting33-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:35:\"pnp-election-bunting33-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"pnp-election-bunting33-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23775,7907,'_edit_lock','1568217275:11'),(23776,7907,'_yst_prominent_words_version','1'),(23777,7907,'_oembed_75fddb5d2d5dba28bf92088496a16fe1','<iframe title=\"BUZZ Feature: Starbucks opens beachfront location in Ocho Rios\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/89Li791bk5w?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(23778,7907,'_oembed_time_75fddb5d2d5dba28bf92088496a16fe1','1567884405'),(23779,7909,'_wp_attached_file','2019/09/Coffee-With-A-View.jpg'),(23780,7909,'wpmf_size','704271'),(23781,7909,'wpmf_filetype','jpg'),(23782,7909,'wpmf_order','0'),(23783,7909,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1012;s:4:\"file\";s:30:\"2019/09/Coffee-With-A-View.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Coffee-With-A-View-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:\"Coffee-With-A-View-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Coffee-With-A-View-768x518.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Coffee-With-A-View-1024x691.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Coffee-With-A-View-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567309868\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"16.9\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(23784,7909,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:464304;s:11:\"size_before\";i:704271;s:10:\"size_after\";i:239967;}'),(23785,7909,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.495224277596421;s:5:\"bytes\";i:13013;s:11:\"size_before\";i:289485;s:10:\"size_after\";i:276472;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.92;s:5:\"bytes\";i:377;s:11:\"size_before\";i:6372;s:10:\"size_after\";i:5995;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.99;s:5:\"bytes\";i:694;s:11:\"size_before\";i:13909;s:10:\"size_after\";i:13215;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87;s:5:\"bytes\";i:2388;s:11:\"size_before\";i:61732;s:10:\"size_after\";i:59344;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53;s:5:\"bytes\";i:4721;s:11:\"size_before\";i:104106;s:10:\"size_after\";i:99385;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.68;s:5:\"bytes\";i:4833;s:11:\"size_before\";i:103366;s:10:\"size_after\";i:98533;s:4:\"time\";d:0.05;}}}'),(23786,7907,'_thumbnail_id','7909'),(23787,7907,'_edit_last','11'),(23788,7907,'smpush_mute_activated','no'),(23789,7907,'_yoast_wpseo_primary_category','2'),(23790,7907,'_yoast_wpseo_primary_sub-category','1534'),(23791,7907,'video_parent_post_id',''),(23792,7907,'_yoast_wpseo_content_score','30'),(23793,7907,'_yoast_wpseo_focuskeywords','[]'),(23794,7907,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(23796,7911,'_wp_attached_file','2019/09/Konshens-Buzz-Caribbean.jpg'),(23797,7911,'wpmf_size','202872'),(23798,7911,'wpmf_filetype','jpg'),(23799,7911,'wpmf_order','0'),(23800,7911,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:35:\"2019/09/Konshens-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Konshens-Buzz-Caribbean-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:\"Konshens-Buzz-Caribbean-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Konshens-Buzz-Caribbean-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Konshens-Buzz-Caribbean-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Konshens-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(23801,7911,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.250182150905671;s:5:\"bytes\";i:12394;s:11:\"size_before\";i:236068;s:10:\"size_after\";i:223674;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.68;s:5:\"bytes\";i:366;s:11:\"size_before\";i:6446;s:10:\"size_after\";i:6080;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.47;s:5:\"bytes\";i:749;s:11:\"size_before\";i:11582;s:10:\"size_after\";i:10833;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.61;s:5:\"bytes\";i:2874;s:11:\"size_before\";i:51236;s:10:\"size_after\";i:48362;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.16;s:5:\"bytes\";i:4119;s:11:\"size_before\";i:79762;s:10:\"size_after\";i:75643;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.92;s:5:\"bytes\";i:4286;s:11:\"size_before\";i:87042;s:10:\"size_after\";i:82756;s:4:\"time\";d:0.03;}}}'),(23812,7919,'_wp_attached_file','2019/09/Glasspole-Brown-director-of-elections.jpg'),(23813,7919,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.240096796254406;s:5:\"bytes\";i:806;s:11:\"size_before\";i:19009;s:10:\"size_after\";i:18203;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.49;s:5:\"bytes\";i:269;s:11:\"size_before\";i:5985;s:10:\"size_after\";i:5716;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12;s:5:\"bytes\";i:537;s:11:\"size_before\";i:13024;s:10:\"size_after\";i:12487;s:4:\"time\";d:0.01;}}}'),(23814,7919,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:475;s:4:\"file\";s:49:\"2019/09/Glasspole-Brown-director-of-elections.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Glasspole-Brown-director-of-elections-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:\"Glasspole-Brown-director-of-elections-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;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:{}}}'),(23821,7925,'_wp_attached_file','2019/09/Abigails-Glorious-Hair-Coverlr.png'),(23822,7925,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.2643159800007087;s:5:\"bytes\";i:10345;s:11:\"size_before\";i:818229;s:10:\"size_after\";i:807884;s:4:\"time\";d:0.87;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.86;s:5:\"bytes\";i:816;s:11:\"size_before\";i:43804;s:10:\"size_after\";i:42988;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.09;s:5:\"bytes\";i:4712;s:11:\"size_before\";i:152474;s:10:\"size_after\";i:147762;s:4:\"time\";d:0.13;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.77;s:5:\"bytes\";i:4817;s:11:\"size_before\";i:621951;s:10:\"size_after\";i:617134;s:4:\"time\";d:0.71;}}}'),(23823,7925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:733;s:6:\"height\";i:740;s:4:\"file\";s:42:\"2019/09/Abigails-Glorious-Hair-Coverlr.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Abigails-Glorious-Hair-Coverlr-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:42:\"Abigails-Glorious-Hair-Coverlr-297x300.png\";s:5:\"width\";i:297;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Abigails-Glorious-Hair-Coverlr-733x655.png\";s:5:\"width\";i:733;s:6:\"height\";i:655;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:{}}}'),(23824,7926,'_wp_attached_file','2019/09/My-Fishy-Stepmom-Buzz-Caribbean.jpg'),(23825,7926,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:152925;s:11:\"size_before\";i:321084;s:10:\"size_after\";i:168159;}'),(23826,7926,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.835798779812929;s:5:\"bytes\";i:21409;s:11:\"size_before\";i:442719;s:10:\"size_after\";i:421310;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.66;s:5:\"bytes\";i:645;s:11:\"size_before\";i:9680;s:10:\"size_after\";i:9035;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.16;s:5:\"bytes\";i:1294;s:11:\"size_before\";i:21000;s:10:\"size_after\";i:19706;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53;s:5:\"bytes\";i:7686;s:11:\"size_before\";i:169502;s:10:\"size_after\";i:161816;s:4:\"time\";d:0.06;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.93;s:5:\"bytes\";i:6659;s:11:\"size_before\";i:135154;s:10:\"size_after\";i:128495;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.77;s:5:\"bytes\";i:5125;s:11:\"size_before\";i:107383;s:10:\"size_after\";i:102258;s:4:\"time\";d:0.03;}}}'),(23827,7926,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:763;s:6:\"height\";i:1200;s:4:\"file\";s:43:\"2019/09/My-Fishy-Stepmom-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"My-Fishy-Stepmom-Buzz-Caribbean-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:\"My-Fishy-Stepmom-Buzz-Caribbean-191x300.jpg\";s:5:\"width\";i:191;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"My-Fishy-Stepmom-Buzz-Caribbean-768x1207.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"My-Fishy-Stepmom-Buzz-Caribbean-651x1024.jpg\";s:5:\"width\";i:651;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"My-Fishy-Stepmom-Buzz-Caribbean-825x655.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:655;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:{}}}'),(23828,7927,'_wp_attached_file','2019/09/Bolo-The-Monkey.jpg'),(23829,7927,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.872300757557878;s:5:\"bytes\";i:2912;s:11:\"size_before\";i:42373;s:10:\"size_after\";i:39461;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.79;s:5:\"bytes\";i:835;s:11:\"size_before\";i:10717;s:10:\"size_after\";i:9882;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.56;s:5:\"bytes\";i:2077;s:11:\"size_before\";i:31656;s:10:\"size_after\";i:29579;s:4:\"time\";d:0.01;}}}'),(23830,7927,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:449;s:6:\"height\";i:450;s:4:\"file\";s:27:\"2019/09/Bolo-The-Monkey.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Bolo-The-Monkey-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:\"Bolo-The-Monkey-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:\"1\";s:8:\"keywords\";a:0:{}}}'),(23831,7928,'_wp_attached_file','2019/09/Girlcott-Buzz-Caribbean.png'),(23832,7928,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:16.142332392113744;s:5:\"bytes\";i:12920;s:11:\"size_before\";i:80038;s:10:\"size_after\";i:67118;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.54;s:5:\"bytes\";i:2334;s:11:\"size_before\";i:22139;s:10:\"size_after\";i:19805;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.28;s:5:\"bytes\";i:10586;s:11:\"size_before\";i:57899;s:10:\"size_after\";i:47313;s:4:\"time\";d:0.12;}}}'),(23833,7928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:624;s:4:\"file\";s:35:\"2019/09/Girlcott-Buzz-Caribbean.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Girlcott-Buzz-Caribbean-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:35:\"Girlcott-Buzz-Caribbean-192x300.png\";s:5:\"width\";i:192;s:6:\"height\";i:300;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:{}}}'),(23836,7930,'_wp_attached_file','2019/09/A-Dark-Iris-Cover-lr.jpg'),(23837,7930,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:107704;s:11:\"size_before\";i:223799;s:10:\"size_after\";i:116095;}'),(23838,7930,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.379781272624633;s:5:\"bytes\";i:10597;s:11:\"size_before\";i:313541;s:10:\"size_after\";i:302944;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.94;s:5:\"bytes\";i:555;s:11:\"size_before\";i:8002;s:10:\"size_after\";i:7447;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.97;s:5:\"bytes\";i:945;s:11:\"size_before\";i:15821;s:10:\"size_after\";i:14876;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29;s:5:\"bytes\";i:3793;s:11:\"size_before\";i:115140;s:10:\"size_after\";i:111347;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.36;s:5:\"bytes\";i:3130;s:11:\"size_before\";i:93253;s:10:\"size_after\";i:90123;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.67;s:5:\"bytes\";i:2174;s:11:\"size_before\";i:81325;s:10:\"size_after\";i:79151;s:4:\"time\";d:0.04;}}}'),(23839,7930,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:770;s:6:\"height\";i:1200;s:4:\"file\";s:32:\"2019/09/A-Dark-Iris-Cover-lr.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"A-Dark-Iris-Cover-lr-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:\"A-Dark-Iris-Cover-lr-193x300.jpg\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"A-Dark-Iris-Cover-lr-768x1196.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"A-Dark-Iris-Cover-lr-657x1024.jpg\";s:5:\"width\";i:657;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"A-Dark-Iris-Cover-lr-834x655.jpg\";s:5:\"width\";i:834;s:6:\"height\";i:655;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:{}}}'),(23840,7931,'_wp_attached_file','2019/09/pearnel-charles-jr.jpg'),(23841,7931,'wpmf_size','521343'),(23842,7931,'wpmf_filetype','jpg'),(23843,7931,'wpmf_order','0'),(23844,7931,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"2019/09/pearnel-charles-jr.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"pearnel-charles-jr-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:\"pearnel-charles-jr-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:30:\"pearnel-charles-jr-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:31:\"pearnel-charles-jr-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"pearnel-charles-jr-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565815480\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(23845,7931,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:401561;s:11:\"size_before\";i:521343;s:10:\"size_after\";i:119782;}'),(23846,7931,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.3922833526726612;s:5:\"bytes\";i:4680;s:11:\"size_before\";i:195629;s:10:\"size_after\";i:190949;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.93;s:5:\"bytes\";i:293;s:11:\"size_before\";i:5946;s:10:\"size_after\";i:5653;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.67;s:5:\"bytes\";i:425;s:11:\"size_before\";i:11573;s:10:\"size_after\";i:11148;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.22;s:5:\"bytes\";i:971;s:11:\"size_before\";i:43649;s:10:\"size_after\";i:42678;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.21;s:5:\"bytes\";i:1485;s:11:\"size_before\";i:67310;s:10:\"size_after\";i:65825;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.24;s:5:\"bytes\";i:1506;s:11:\"size_before\";i:67151;s:10:\"size_after\";i:65645;s:4:\"time\";d:0.03;}}}'),(23847,7932,'_wp_attached_file','2019/09/gloria-henry.jpg'),(23848,7932,'wpmf_size','558887'),(23849,7932,'wpmf_filetype','jpg'),(23850,7932,'wpmf_order','0'),(23851,7932,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2019/09/gloria-henry.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"gloria-henry-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:\"gloria-henry-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:24:\"gloria-henry-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:25:\"gloria-henry-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"gloria-henry-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565815506\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(23852,7932,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:424930;s:11:\"size_before\";i:558887;s:10:\"size_after\";i:133957;}'),(23853,7932,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9302800015896633;s:5:\"bytes\";i:6636;s:11:\"size_before\";i:226463;s:10:\"size_after\";i:219827;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7;s:5:\"bytes\";i:392;s:11:\"size_before\";i:6880;s:10:\"size_after\";i:6488;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.68;s:5:\"bytes\";i:633;s:11:\"size_before\";i:13522;s:10:\"size_after\";i:12889;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9;s:5:\"bytes\";i:1479;s:11:\"size_before\";i:51071;s:10:\"size_after\";i:49592;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.66;s:5:\"bytes\";i:2055;s:11:\"size_before\";i:77317;s:10:\"size_after\";i:75262;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.67;s:5:\"bytes\";i:2077;s:11:\"size_before\";i:77673;s:10:\"size_after\";i:75596;s:4:\"time\";d:0.04;}}}'),(23857,7695,'_thumbnail_id','7216'),(23858,7695,'_edit_last','11'),(23859,7695,'xyz_smap','1'),(23860,7695,'smpush_mute_activated','no'),(23862,7695,'_yoast_wpseo_primary_category','4'),(23863,7695,'_yoast_wpseo_primary_sub-category','16'),(23864,7695,'sponsored_url',''),(23865,7695,'_yoast_wpseo_content_score','30'),(23866,7695,'_yoast_wpseo_focuskeywords','[]'),(23867,7695,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(23868,7935,'_edit_lock','1567894876:11'),(23869,7935,'_yst_prominent_words_version','1'),(23875,7939,'_wp_attached_file','2019/09/alcohol-road-safety.jpg'),(23876,7939,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.762547220723152;s:5:\"bytes\";i:3530;s:11:\"size_before\";i:74120;s:10:\"size_after\";i:70590;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.96;s:5:\"bytes\";i:548;s:11:\"size_before\";i:7870;s:10:\"size_after\";i:7322;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.94;s:5:\"bytes\";i:785;s:11:\"size_before\";i:13210;s:10:\"size_after\";i:12425;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.14;s:5:\"bytes\";i:2197;s:11:\"size_before\";i:53040;s:10:\"size_after\";i:50843;s:4:\"time\";d:0.02;}}}'),(23877,7939,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:961;s:6:\"height\";i:430;s:4:\"file\";s:31:\"2019/09/alcohol-road-safety.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"alcohol-road-safety-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:\"alcohol-road-safety-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"alcohol-road-safety-768x344.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:344;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:{}}}'),(23878,7940,'_wp_attached_file','2019/09/man-turning-down-drink-road-safety.jpg'),(23879,7940,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.96433194112702;s:5:\"bytes\";i:8886;s:11:\"size_before\";i:299764;s:10:\"size_after\";i:290878;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.96;s:5:\"bytes\";i:569;s:11:\"size_before\";i:8177;s:10:\"size_after\";i:7608;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.22;s:5:\"bytes\";i:933;s:11:\"size_before\";i:17865;s:10:\"size_after\";i:16932;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:2131;s:11:\"size_before\";i:71875;s:10:\"size_after\";i:69744;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.55;s:5:\"bytes\";i:2782;s:11:\"size_before\";i:109167;s:10:\"size_after\";i:106385;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.67;s:5:\"bytes\";i:2471;s:11:\"size_before\";i:92680;s:10:\"size_after\";i:90209;s:4:\"time\";d:0.03;}}}'),(23880,7940,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:826;s:4:\"file\";s:46:\"2019/09/man-turning-down-drink-road-safety.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"man-turning-down-drink-road-safety-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:\"man-turning-down-drink-road-safety-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:46:\"man-turning-down-drink-road-safety-768x577.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"man-turning-down-drink-road-safety-1024x769.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"man-turning-down-drink-road-safety-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23886,7943,'_wp_attached_file','2019/09/speeding-car-road-safety.jpg'),(23887,7943,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.837146702557201;s:5:\"bytes\";i:1016;s:11:\"size_before\";i:14860;s:10:\"size_after\";i:13844;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.18;s:5:\"bytes\";i:351;s:11:\"size_before\";i:4890;s:10:\"size_after\";i:4539;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.67;s:5:\"bytes\";i:665;s:11:\"size_before\";i:9970;s:10:\"size_after\";i:9305;s:4:\"time\";d:0.02;}}}'),(23888,7943,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:574;s:6:\"height\";i:381;s:4:\"file\";s:36:\"2019/09/speeding-car-road-safety.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"speeding-car-road-safety-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:\"speeding-car-road-safety-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: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:{}}}'),(23899,7948,'_edit_lock','1567951287:14'),(23900,7948,'_yst_prominent_words_version','1'),(23901,7949,'_edit_lock','1567895379:4'),(23902,7949,'_yst_prominent_words_version','1'),(23904,7935,'_thumbnail_id','7943'),(23905,7935,'_edit_last','11'),(23906,7935,'xyz_smap','1'),(23907,7935,'smpush_mute_activated','no'),(23909,7935,'_yoast_wpseo_primary_category','3'),(23910,7935,'_yoast_wpseo_primary_sub-category','11'),(23911,7935,'sponsored_url',''),(23912,7935,'_yoast_wpseo_content_score','90'),(23913,7935,'_yoast_wpseo_focuskeywords','[]'),(23914,7935,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(23915,7951,'_wp_attached_file','2019/09/jdf-dart-response-team-bahamas-buzz-demo-1.jpg'),(23916,7951,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.2250641689557344;s:5:\"bytes\";i:6912;s:11:\"size_before\";i:111035;s:10:\"size_after\";i:104123;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.18;s:5:\"bytes\";i:565;s:11:\"size_before\";i:7865;s:10:\"size_after\";i:7300;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.57;s:5:\"bytes\";i:1186;s:11:\"size_before\";i:18061;s:10:\"size_after\";i:16875;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.06;s:5:\"bytes\";i:5161;s:11:\"size_before\";i:85109;s:10:\"size_after\";i:79948;s:4:\"time\";d:0.04;}}}'),(23917,7951,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:54:\"2019/09/jdf-dart-response-team-bahamas-buzz-demo-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"jdf-dart-response-team-bahamas-buzz-demo-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:54:\"jdf-dart-response-team-bahamas-buzz-demo-1-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:54:\"jdf-dart-response-team-bahamas-buzz-demo-1-768x512.jpg\";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:{}}}'),(23919,7949,'_thumbnail_id','7856'),(23920,7949,'_edit_last','4'),(23921,7949,'xyz_smap','1'),(23922,7949,'smpush_mute_activated','no'),(23924,7949,'_yoast_wpseo_primary_category','4'),(23925,7949,'_yoast_wpseo_primary_sub-category','15'),(23926,7949,'sponsored_url',''),(23927,7949,'_yoast_wpseo_content_score','30'),(23928,7949,'_yoast_wpseo_focuskeywords','[]'),(23929,7949,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(23934,7954,'_wp_attached_file','2019/09/jdf-dart-response-team-bahamas-buzz-demo-3.jpg'),(23935,7954,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.781011231263831;s:5:\"bytes\";i:11451;s:11:\"size_before\";i:239510;s:10:\"size_after\";i:228059;s:4:\"time\";d:0.09;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.18;s:5:\"bytes\";i:612;s:11:\"size_before\";i:8521;s:10:\"size_after\";i:7909;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:1271;s:11:\"size_before\";i:21048;s:10:\"size_after\";i:19777;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.64;s:5:\"bytes\";i:4083;s:11:\"size_before\";i:88087;s:10:\"size_after\";i:84004;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:5485;s:11:\"size_before\";i:121854;s:10:\"size_after\";i:116369;s:4:\"time\";d:0.04;}}}'),(23936,7954,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:738;s:4:\"file\";s:54:\"2019/09/jdf-dart-response-team-bahamas-buzz-demo-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"jdf-dart-response-team-bahamas-buzz-demo-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:54:\"jdf-dart-response-team-bahamas-buzz-demo-3-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"jdf-dart-response-team-bahamas-buzz-demo-3-768x590.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:590;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:54:\"jdf-dart-response-team-bahamas-buzz-demo-3-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(23937,7955,'_wp_attached_file','2019/09/jdf-dart-response-team-bahamas-buzz-demo-4.jpg'),(23938,7955,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.307903544151721;s:5:\"bytes\";i:3514;s:11:\"size_before\";i:81571;s:10:\"size_after\";i:78057;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.66;s:5:\"bytes\";i:347;s:11:\"size_before\";i:6132;s:10:\"size_after\";i:5785;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.33;s:5:\"bytes\";i:569;s:11:\"size_before\";i:13142;s:10:\"size_after\";i:12573;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.17;s:5:\"bytes\";i:2598;s:11:\"size_before\";i:62297;s:10:\"size_after\";i:59699;s:4:\"time\";d:0.03;}}}'),(23939,7955,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:54:\"2019/09/jdf-dart-response-team-bahamas-buzz-demo-4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"jdf-dart-response-team-bahamas-buzz-demo-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:54:\"jdf-dart-response-team-bahamas-buzz-demo-4-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:54:\"jdf-dart-response-team-bahamas-buzz-demo-4-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;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:{}}}'),(23940,7956,'_wp_attached_file','2019/09/jdf-dart-response-team-bahamas-buzz-demo-2.jpg'),(23941,7956,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.032329529354182;s:5:\"bytes\";i:3907;s:11:\"size_before\";i:77638;s:10:\"size_after\";i:73731;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.39;s:5:\"bytes\";i:278;s:11:\"size_before\";i:5161;s:10:\"size_after\";i:4883;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53;s:5:\"bytes\";i:698;s:11:\"size_before\";i:12620;s:10:\"size_after\";i:11922;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9;s:5:\"bytes\";i:2931;s:11:\"size_before\";i:59857;s:10:\"size_after\";i:56926;s:4:\"time\";d:0.05;}}}'),(23942,7956,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:54:\"2019/09/jdf-dart-response-team-bahamas-buzz-demo-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"jdf-dart-response-team-bahamas-buzz-demo-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:54:\"jdf-dart-response-team-bahamas-buzz-demo-2-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:54:\"jdf-dart-response-team-bahamas-buzz-demo-2-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;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:{}}}'),(23946,7957,'_wp_attached_file','2019/09/jdf-dart-response-team-bahamas-buzz-demo-5.jpg'),(23947,7957,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.990115888935236;s:5:\"bytes\";i:5503;s:11:\"size_before\";i:110278;s:10:\"size_after\";i:104775;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.94;s:5:\"bytes\";i:622;s:11:\"size_before\";i:8957;s:10:\"size_after\";i:8335;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.48;s:5:\"bytes\";i:1115;s:11:\"size_before\";i:17205;s:10:\"size_after\";i:16090;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.48;s:5:\"bytes\";i:3766;s:11:\"size_before\";i:84116;s:10:\"size_after\";i:80350;s:4:\"time\";d:0.05;}}}'),(23948,7957,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:54:\"2019/09/jdf-dart-response-team-bahamas-buzz-demo-5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"jdf-dart-response-team-bahamas-buzz-demo-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:54:\"jdf-dart-response-team-bahamas-buzz-demo-5-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:54:\"jdf-dart-response-team-bahamas-buzz-demo-5-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:{}}}'),(23954,7948,'_thumbnail_id','7954'),(23955,7948,'_edit_last','14'),(23956,7948,'xyz_smap','1'),(23957,7948,'smpush_mute_activated','no'),(23959,7948,'_yoast_wpseo_primary_category','4'),(23960,7948,'_yoast_wpseo_primary_sub-category','11'),(23961,7948,'sponsored_url',''),(23962,7948,'_yoast_wpseo_content_score','30'),(23963,7948,'_yoast_wpseo_focuskeywords','[]'),(23964,7948,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(23965,7961,'_edit_lock','1567899421:4'),(23966,7961,'_yst_prominent_words_version','1'),(23967,7961,'_edit_last','4'),(23968,7961,'smpush_mute_activated','no'),(23969,7961,'_yoast_wpseo_primary_category','4'),(23970,7961,'_yoast_wpseo_primary_sub-category','15'),(23971,7961,'sponsored_url',''),(23972,7961,'_yoast_wpseo_content_score','90'),(23973,7961,'_yoast_wpseo_focuskeywords','[]'),(23974,7961,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(23976,7961,'_thumbnail_id','7859'),(23977,7961,'xyz_smap','1'),(23983,7967,'_edit_lock','1567904331:4'),(23984,7967,'_yst_prominent_words_version','1'),(23985,7968,'_wp_attached_file','2019/09/dayton-campbell.jpg'),(23986,7968,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9262191443470216;s:5:\"bytes\";i:9502;s:11:\"size_before\";i:242014;s:10:\"size_after\";i:232512;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.64;s:5:\"bytes\";i:359;s:11:\"size_before\";i:6360;s:10:\"size_after\";i:6001;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:634;s:11:\"size_before\";i:13243;s:10:\"size_after\";i:12609;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:2146;s:11:\"size_before\";i:54229;s:10:\"size_after\";i:52083;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:3140;s:11:\"size_before\";i:84292;s:10:\"size_after\";i:81152;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.84;s:5:\"bytes\";i:3223;s:11:\"size_before\";i:83890;s:10:\"size_after\";i:80667;s:4:\"time\";d:0.04;}}}'),(23987,7968,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:27:\"2019/09/dayton-campbell.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"dayton-campbell-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:\"dayton-campbell-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:27:\"dayton-campbell-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:28:\"dayton-campbell-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dayton-campbell-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(23988,7967,'_edit_last','4'),(23989,7967,'smpush_mute_activated','no'),(23990,7967,'_yoast_wpseo_primary_category','4'),(23991,7967,'_yoast_wpseo_primary_sub-category','15'),(23992,7967,'sponsored_url',''),(23993,7967,'_yoast_wpseo_content_score','60'),(23994,7967,'_yoast_wpseo_focuskeywords','[]'),(23995,7967,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(23997,7967,'_thumbnail_id','7968'),(23998,7967,'xyz_smap','1'),(24004,7973,'_edit_lock','1567908477:4'),(24005,7973,'_yst_prominent_words_version','1'),(24006,7973,'_edit_last','4'),(24007,7973,'smpush_mute_activated','no'),(24008,7973,'_yoast_wpseo_primary_category',''),(24009,7973,'_yoast_wpseo_primary_sub-category',''),(24010,7973,'sponsored_url',''),(24011,7973,'_yoast_wpseo_content_score','90'),(24012,7973,'_yoast_wpseo_focuskeywords','[]'),(24013,7973,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24014,7975,'_wp_attached_file','2019/09/bunting.jpg'),(24015,7975,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:582288;s:11:\"size_before\";i:761995;s:10:\"size_after\";i:179707;}'),(24016,7975,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.497364525545426;s:5:\"bytes\";i:10112;s:11:\"size_before\";i:289132;s:10:\"size_after\";i:279020;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.91;s:5:\"bytes\";i:522;s:11:\"size_before\";i:7555;s:10:\"size_after\";i:7033;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.85;s:5:\"bytes\";i:958;s:11:\"size_before\";i:16390;s:10:\"size_after\";i:15432;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.56;s:5:\"bytes\";i:2317;s:11:\"size_before\";i:65040;s:10:\"size_after\";i:62723;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.17;s:5:\"bytes\";i:3165;s:11:\"size_before\";i:99913;s:10:\"size_after\";i:96748;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.14;s:5:\"bytes\";i:3150;s:11:\"size_before\";i:100234;s:10:\"size_after\";i:97084;s:4:\"time\";d:0.03;}}}'),(24017,7975,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:19:\"2019/09/bunting.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"bunting-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:\"bunting-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:19:\"bunting-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:20:\"bunting-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"bunting-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567867746\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24018,7977,'_edit_lock','1567955127:9'),(24019,7977,'_yst_prominent_words_version','1'),(24023,7979,'_wp_attached_file','2019/09/angela-brown-burke-rise-united-poster-1.jpg'),(24024,7979,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.391697384083682;s:5:\"bytes\";i:18752;s:11:\"size_before\";i:347794;s:10:\"size_after\";i:329042;s:4:\"time\";d:0.43000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.55;s:5:\"bytes\";i:500;s:11:\"size_before\";i:7632;s:10:\"size_after\";i:7132;s:4:\"time\";d:0.28;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:894;s:11:\"size_before\";i:15538;s:10:\"size_after\";i:14644;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.64;s:5:\"bytes\";i:4145;s:11:\"size_before\";i:73509;s:10:\"size_after\";i:69364;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:6456;s:11:\"size_before\";i:123919;s:10:\"size_after\";i:117463;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.31;s:5:\"bytes\";i:6757;s:11:\"size_before\";i:127196;s:10:\"size_after\";i:120439;s:4:\"time\";d:0.06;}}}'),(24025,7979,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1077;s:6:\"height\";i:695;s:4:\"file\";s:51:\"2019/09/angela-brown-burke-rise-united-poster-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"angela-brown-burke-rise-united-poster-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:51:\"angela-brown-burke-rise-united-poster-1-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"angela-brown-burke-rise-united-poster-1-768x496.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"angela-brown-burke-rise-united-poster-1-1024x661.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:661;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"angela-brown-burke-rise-united-poster-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(24026,7980,'_wp_attached_file','2019/09/Meghan-and-Serena.jpeg'),(24027,7980,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.285438585569321;s:5:\"bytes\";i:849;s:11:\"size_before\";i:16063;s:10:\"size_after\";i:15214;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.84;s:5:\"bytes\";i:339;s:11:\"size_before\";i:5809;s:10:\"size_after\";i:5470;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.97;s:5:\"bytes\";i:510;s:11:\"size_before\";i:10254;s:10:\"size_after\";i:9744;s:4:\"time\";d:0.02;}}}'),(24028,7980,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:310;s:6:\"height\";i:162;s:4:\"file\";s:30:\"2019/09/Meghan-and-Serena.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Meghan-and-Serena-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:30:\"Meghan-and-Serena-300x157.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:157;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:{}}}'),(24029,7973,'_thumbnail_id','7979'),(24031,7977,'_edit_last','9'),(24032,7977,'xyz_smap','1'),(24033,7977,'smpush_mute_activated','no'),(24035,7977,'_yoast_wpseo_primary_category','4'),(24036,7977,'_yoast_wpseo_primary_sub-category','5'),(24037,7977,'sponsored_url',''),(24038,7977,'_yoast_wpseo_content_score','30'),(24039,7977,'_yoast_wpseo_focuskeywords','[]'),(24040,7977,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24041,7983,'_wp_attached_file','2019/09/dayton-campbell-1.jpg'),(24042,7983,'wpmf_size','900868'),(24043,7983,'wpmf_filetype','jpg'),(24044,7983,'wpmf_order','0'),(24045,7983,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1001;s:4:\"file\";s:29:\"2019/09/dayton-campbell-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"dayton-campbell-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:29:\"dayton-campbell-1-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:29:\"dayton-campbell-1-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:30:\"dayton-campbell-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"dayton-campbell-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567861234\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(24046,7983,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:725813;s:11:\"size_before\";i:900868;s:10:\"size_after\";i:175055;}'),(24047,7983,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.962317833329713;s:5:\"bytes\";i:11424;s:11:\"size_before\";i:230215;s:10:\"size_after\";i:218791;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.14;s:5:\"bytes\";i:271;s:11:\"size_before\";i:5269;s:10:\"size_after\";i:4998;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.72;s:5:\"bytes\";i:482;s:11:\"size_before\";i:10217;s:10:\"size_after\";i:9735;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.24;s:5:\"bytes\";i:2513;s:11:\"size_before\";i:47927;s:10:\"size_after\";i:45414;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.92;s:5:\"bytes\";i:4081;s:11:\"size_before\";i:82905;s:10:\"size_after\";i:78824;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.86;s:5:\"bytes\";i:4077;s:11:\"size_before\";i:83897;s:10:\"size_after\";i:79820;s:4:\"time\";d:0.04;}}}'),(24048,7985,'_wp_attached_file','2019/09/Serena-SWilliams-at-US-Open-19.jpeg'),(24049,7985,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.301057147234564;s:5:\"bytes\";i:346;s:11:\"size_before\";i:6527;s:10:\"size_after\";i:6181;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3;s:5:\"bytes\";i:346;s:11:\"size_before\";i:6527;s:10:\"size_after\";i:6181;s:4:\"time\";d:0.01;}}}'),(24050,7985,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:186;s:4:\"file\";s:43:\"2019/09/Serena-SWilliams-at-US-Open-19.jpeg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Serena-SWilliams-at-US-Open-19-150x150.jpeg\";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:{}}}'),(24057,7990,'_edit_lock','1567913874:4'),(24058,7990,'_yst_prominent_words_version','1'),(24059,7990,'_edit_last','4'),(24060,7990,'smpush_mute_activated','no'),(24061,7990,'_yoast_wpseo_primary_category','4'),(24062,7990,'_yoast_wpseo_primary_sub-category','15'),(24063,7990,'sponsored_url',''),(24064,7990,'_yoast_wpseo_content_score','90'),(24065,7990,'_yoast_wpseo_focuskeywords','[]'),(24066,7990,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24067,7990,'_thumbnail_id','7983'),(24068,7995,'_wp_attached_file','2019/09/bunting-and-campbell-pnp-election.jpg'),(24069,7995,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3365180467091298;s:5:\"bytes\";i:3143;s:11:\"size_before\";i:94200;s:10:\"size_after\";i:91057;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.64;s:5:\"bytes\";i:463;s:11:\"size_before\";i:6971;s:10:\"size_after\";i:6508;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.32;s:5:\"bytes\";i:800;s:11:\"size_before\";i:18529;s:10:\"size_after\";i:17729;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.74;s:5:\"bytes\";i:1880;s:11:\"size_before\";i:68700;s:10:\"size_after\";i:66820;s:4:\"time\";d:0.03;}}}'),(24070,7995,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:763;s:6:\"height\";i:737;s:4:\"file\";s:45:\"2019/09/bunting-and-campbell-pnp-election.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"bunting-and-campbell-pnp-election-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:45:\"bunting-and-campbell-pnp-election-300x290.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"bunting-and-campbell-pnp-election-763x655.jpg\";s:5:\"width\";i:763;s:6:\"height\";i:655;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:{}}}'),(24071,7998,'_edit_lock','1567923599:9'),(24072,7998,'_yst_prominent_words_version','1'),(24073,7999,'_wp_attached_file','2019/09/charlette-rowe-A-20190907.jpg'),(24074,7999,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.128698058869731;s:5:\"bytes\";i:1906;s:11:\"size_before\";i:26737;s:10:\"size_after\";i:24831;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.05;s:5:\"bytes\";i:598;s:11:\"size_before\";i:8477;s:10:\"size_after\";i:7879;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.16;s:5:\"bytes\";i:1308;s:11:\"size_before\";i:18260;s:10:\"size_after\";i:16952;s:4:\"time\";d:0.01;}}}'),(24075,7999,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:761;s:6:\"height\";i:449;s:4:\"file\";s:37:\"2019/09/charlette-rowe-A-20190907.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"charlette-rowe-A-20190907-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:\"charlette-rowe-A-20190907-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;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:{}}}'),(24076,8000,'_wp_attached_file','2019/09/charlette-rowe-BB-20190907.jpg'),(24077,8000,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.422933129407767;s:5:\"bytes\";i:25529;s:11:\"size_before\";i:470760;s:10:\"size_after\";i:445231;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.65;s:5:\"bytes\";i:909;s:11:\"size_before\";i:10503;s:10:\"size_after\";i:9594;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.34;s:5:\"bytes\";i:1785;s:11:\"size_before\";i:24335;s:10:\"size_after\";i:22550;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.69;s:5:\"bytes\";i:6334;s:11:\"size_before\";i:111370;s:10:\"size_after\";i:105036;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.08;s:5:\"bytes\";i:8915;s:11:\"size_before\";i:175525;s:10:\"size_after\";i:166610;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.09;s:5:\"bytes\";i:7586;s:11:\"size_before\";i:149027;s:10:\"size_after\";i:141441;s:4:\"time\";d:0.05;}}}'),(24078,8000,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:38:\"2019/09/charlette-rowe-BB-20190907.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"charlette-rowe-BB-20190907-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:\"charlette-rowe-BB-20190907-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:38:\"charlette-rowe-BB-20190907-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"charlette-rowe-BB-20190907-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"charlette-rowe-BB-20190907-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(24079,8001,'_wp_attached_file','2019/09/charlette-rowe-CCC-20190907.jpg'),(24080,8001,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.4339946412981304;s:5:\"bytes\";i:1617;s:11:\"size_before\";i:66434;s:10:\"size_after\";i:64817;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3;s:5:\"bytes\";i:209;s:11:\"size_before\";i:4865;s:10:\"size_after\";i:4656;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.37;s:5:\"bytes\";i:288;s:11:\"size_before\";i:12168;s:10:\"size_after\";i:11880;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.27;s:5:\"bytes\";i:1120;s:11:\"size_before\";i:49401;s:10:\"size_after\";i:48281;s:4:\"time\";d:0.03;}}}'),(24081,8001,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:701;s:4:\"file\";s:39:\"2019/09/charlette-rowe-CCC-20190907.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"charlette-rowe-CCC-20190907-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:\"charlette-rowe-CCC-20190907-300x280.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"charlette-rowe-CCC-20190907-750x655.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:655;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:{}}}'),(24082,7998,'_thumbnail_id','7999'),(24083,7998,'_edit_last','9'),(24084,7998,'smpush_mute_activated','no'),(24085,7998,'_yoast_wpseo_primary_category','3'),(24086,7998,'_yoast_wpseo_primary_sub-category','5'),(24087,7998,'sponsored_url',''),(24088,7998,'_yoast_wpseo_metadesc','Charlette Rowe wants to continue playing hockey in China, noting that China was one of the top four teams in last year’s Youth Olympics. She has set her sights on competing in Jamaica’s under-21 team next year.'),(24089,7998,'_yoast_wpseo_content_score','60'),(24090,7998,'_yoast_wpseo_focuskeywords','[]'),(24091,7998,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24092,8003,'_edit_lock','1567924079:9'),(24093,8003,'_yst_prominent_words_version','1'),(24094,8004,'_wp_attached_file','2019/09/zendaya-BBB-20190907.jpg'),(24095,8004,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.026716640238336;s:5:\"bytes\";i:2514;s:11:\"size_before\";i:62433;s:10:\"size_after\";i:59919;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.94;s:5:\"bytes\";i:374;s:11:\"size_before\";i:6299;s:10:\"size_after\";i:5925;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1;s:5:\"bytes\";i:454;s:11:\"size_before\";i:11082;s:10:\"size_after\";i:10628;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.74;s:5:\"bytes\";i:1686;s:11:\"size_before\";i:45052;s:10:\"size_after\";i:43366;s:4:\"time\";d:0.02;}}}'),(24096,8004,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:32:\"2019/09/zendaya-BBB-20190907.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"zendaya-BBB-20190907-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:\"zendaya-BBB-20190907-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"zendaya-BBB-20190907-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:24:\"Julie Edwards/LFI/Avalon\";s:6:\"camera\";s:4:\"X-T2\";s:7:\"caption\";s:249:\"Zendaya at GQ Men of the Year Awards 2018 in association with Hugo Boss held at Tate Modern in London. London, United Kingdom - Wednesday September 5, 2018.\r\rPicture by Julie Edwards/LFI/Avalon.\r\rAll usages must be credited Julie Edwards/LFI/Avalon.\";s:17:\"created_timestamp\";s:10:\"1536176069\";s:9:\"copyright\";s:32:\"LFI/Avalon. All rights reserved.\";s:12:\"focal_length\";s:3:\"106\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:101:\"Zendaya at GQ Men of the Year Awards 2018 in association with Hugo Boss held at Tate Modern in London\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:24:{i:0;s:8:\"Arrivals\";i:1;s:9:\"Attending\";i:2;s:11:\"Celebrities\";i:3;s:9:\"Celebrity\";i:4;s:7:\"England\";i:5;s:9:\"GQ Awards\";i:6;s:60:\"GQ Men of the Year Awards 2018 in association with Hugo Boss\";i:7;s:16:\"London - England\";i:8;s:15:\"Men of the Year\";i:9;s:22:\"Men of the year awards\";i:10;s:10:\"Red Carpet\";i:11;s:11:\"Tate Modern\";i:12;s:30:\"arts culture and entertainment\";i:13;s:2:\"uk\";i:14;s:9:\"xx Who xx\";i:15;s:10:\"05.09.2018\";i:16;s:6:\"321895\";i:17;s:12:\"B4171_321895\";i:18;s:5:\"B4171\";i:19;s:28:\"PHT_B4171_GQMEN_2018_151_135\";i:20;s:18:\"ZB4171_321895_0056\";i:21;s:13:\"RDP1_20180905\";i:22;s:64:\"pressedit;top pics;top_pics;toppics;top_pix;top pix;toppix;best_\";i:23;s:27:\"GQAWARDS_ZB4171_321895_0056\";}}}'),(24097,8003,'_thumbnail_id','8004'),(24098,8003,'_edit_last','9'),(24099,8003,'smpush_mute_activated','no'),(24100,8003,'_yoast_wpseo_primary_category','3'),(24101,8003,'_yoast_wpseo_primary_sub-category','10'),(24102,8003,'sponsored_url',''),(24103,8003,'_yoast_wpseo_content_score','60'),(24104,8003,'_yoast_wpseo_focuskeywords','[]'),(24105,8003,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24106,8007,'_edit_lock','1567925656:9'),(24107,8007,'_yst_prominent_words_version','1'),(24108,8008,'_wp_attached_file','2019/09/Animecom-Fest-CCCC.jpg'),(24109,8008,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.591795867593071;s:5:\"bytes\";i:29488;s:11:\"size_before\";i:527344;s:10:\"size_after\";i:497856;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.26;s:5:\"bytes\";i:749;s:11:\"size_before\";i:10319;s:10:\"size_after\";i:9570;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.05;s:5:\"bytes\";i:1408;s:11:\"size_before\";i:23272;s:10:\"size_after\";i:21864;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.39;s:5:\"bytes\";i:6092;s:11:\"size_before\";i:112927;s:10:\"size_after\";i:106835;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.51;s:5:\"bytes\";i:11157;s:11:\"size_before\";i:202660;s:10:\"size_after\";i:191503;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.66;s:5:\"bytes\";i:10082;s:11:\"size_before\";i:178166;s:10:\"size_after\";i:168084;s:4:\"time\";d:0.05;}}}'),(24110,8008,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:30:\"2019/09/Animecom-Fest-CCCC.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Animecom-Fest-CCCC-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:\"Animecom-Fest-CCCC-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Animecom-Fest-CCCC-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Animecom-Fest-CCCC-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Animecom-Fest-CCCC-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564331654\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24111,8009,'_wp_attached_file','2019/09/Animecom-Fest-BBB.jpg'),(24112,8009,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.563091370537151;s:5:\"bytes\";i:21827;s:11:\"size_before\";i:478338;s:10:\"size_after\";i:456511;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.88;s:5:\"bytes\";i:634;s:11:\"size_before\";i:9217;s:10:\"size_after\";i:8583;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8;s:5:\"bytes\";i:1167;s:11:\"size_before\";i:20134;s:10:\"size_after\";i:18967;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.63;s:5:\"bytes\";i:4541;s:11:\"size_before\";i:98182;s:10:\"size_after\";i:93641;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37;s:5:\"bytes\";i:7822;s:11:\"size_before\";i:178817;s:10:\"size_after\";i:170995;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:7663;s:11:\"size_before\";i:171988;s:10:\"size_after\";i:164325;s:4:\"time\";d:0.06;}}}'),(24113,8009,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:690;s:4:\"file\";s:29:\"2019/09/Animecom-Fest-BBB.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Animecom-Fest-BBB-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:\"Animecom-Fest-BBB-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Animecom-Fest-BBB-768x518.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Animecom-Fest-BBB-1024x690.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:690;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Animecom-Fest-BBB-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564239545\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24114,8010,'_wp_attached_file','2019/09/Animecom-Fest-AA.jpg'),(24115,8010,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.102987367776587;s:5:\"bytes\";i:42066;s:11:\"size_before\";i:689269;s:10:\"size_after\";i:647203;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.56;s:5:\"bytes\";i:993;s:11:\"size_before\";i:11596;s:10:\"size_after\";i:10603;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.93;s:5:\"bytes\";i:2307;s:11:\"size_before\";i:29097;s:10:\"size_after\";i:26790;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.19;s:5:\"bytes\";i:9157;s:11:\"size_before\";i:147887;s:10:\"size_after\";i:138730;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.78;s:5:\"bytes\";i:15409;s:11:\"size_before\";i:266630;s:10:\"size_after\";i:251221;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.07;s:5:\"bytes\";i:14200;s:11:\"size_before\";i:234059;s:10:\"size_after\";i:219859;s:4:\"time\";d:0.06;}}}'),(24116,8010,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:28:\"2019/09/Animecom-Fest-AA.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Animecom-Fest-AA-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:\"Animecom-Fest-AA-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Animecom-Fest-AA-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Animecom-Fest-AA-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Animecom-Fest-AA-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564237740\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24117,8007,'_thumbnail_id','8008'),(24118,8007,'_edit_last','9'),(24119,8007,'smpush_mute_activated','no'),(24120,8007,'_yoast_wpseo_primary_category','2'),(24121,8007,'_yoast_wpseo_primary_sub-category','5'),(24122,8007,'sponsored_url',''),(24123,8007,'_yoast_wpseo_content_score','30'),(24124,8007,'_yoast_wpseo_focuskeywords','[]'),(24125,8007,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24126,8012,'_edit_lock','1567963062:9'),(24127,8012,'_yst_prominent_words_version','1'),(24128,8013,'_wp_attached_file','2019/09/rallysport-Timothy_0188.jpg'),(24129,8013,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.006518417290888;s:5:\"bytes\";i:29455;s:11:\"size_before\";i:588333;s:10:\"size_after\";i:558878;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.24;s:5:\"bytes\";i:679;s:11:\"size_before\";i:9373;s:10:\"size_after\";i:8694;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.42;s:5:\"bytes\";i:1524;s:11:\"size_before\";i:23727;s:10:\"size_after\";i:22203;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.17;s:5:\"bytes\";i:6651;s:11:\"size_before\";i:128635;s:10:\"size_after\";i:121984;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:11608;s:11:\"size_before\";i:232291;s:10:\"size_after\";i:220683;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.63;s:5:\"bytes\";i:8993;s:11:\"size_before\";i:194307;s:10:\"size_after\";i:185314;s:4:\"time\";d:0.12;}}}'),(24130,8013,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:35:\"2019/09/rallysport-Timothy_0188.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"rallysport-Timothy_0188-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:\"rallysport-Timothy_0188-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"rallysport-Timothy_0188-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"rallysport-Timothy_0188-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"rallysport-Timothy_0188-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(24131,8014,'_wp_attached_file','2019/09/rallysport-thomas.jpg'),(24132,8014,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.825191847438866;s:5:\"bytes\";i:27157;s:11:\"size_before\";i:562817;s:10:\"size_after\";i:535660;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.02;s:5:\"bytes\";i:479;s:11:\"size_before\";i:7962;s:10:\"size_after\";i:7483;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.35;s:5:\"bytes\";i:1105;s:11:\"size_before\";i:20635;s:10:\"size_after\";i:19530;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.03;s:5:\"bytes\";i:6110;s:11:\"size_before\";i:121592;s:10:\"size_after\";i:115482;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.83;s:5:\"bytes\";i:11010;s:11:\"size_before\";i:228077;s:10:\"size_after\";i:217067;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.58;s:5:\"bytes\";i:8453;s:11:\"size_before\";i:184551;s:10:\"size_after\";i:176098;s:4:\"time\";d:0.05;}}}'),(24133,8014,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:29:\"2019/09/rallysport-thomas.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"rallysport-thomas-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:\"rallysport-thomas-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"rallysport-thomas-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"rallysport-thomas-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"rallysport-thomas-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(24134,8015,'_wp_attached_file','2019/09/rallysport-maurice-.jpg'),(24135,8015,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.479612341596162;s:5:\"bytes\";i:24165;s:11:\"size_before\";i:539444;s:10:\"size_after\";i:515279;s:4:\"time\";d:0.3;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.67;s:5:\"bytes\";i:594;s:11:\"size_before\";i:8908;s:10:\"size_after\";i:8314;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.13;s:5:\"bytes\";i:1348;s:11:\"size_before\";i:22006;s:10:\"size_after\";i:20658;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57;s:5:\"bytes\";i:5409;s:11:\"size_before\";i:118416;s:10:\"size_after\";i:113007;s:4:\"time\";d:0.09;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.34;s:5:\"bytes\";i:9168;s:11:\"size_before\";i:211140;s:10:\"size_after\";i:201972;s:4:\"time\";d:0.12;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.27;s:5:\"bytes\";i:7646;s:11:\"size_before\";i:178974;s:10:\"size_after\";i:171328;s:4:\"time\";d:0.05;}}}'),(24136,8015,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:31:\"2019/09/rallysport-maurice-.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"rallysport-maurice--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:\"rallysport-maurice--300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"rallysport-maurice--768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"rallysport-maurice--1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"rallysport-maurice--1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(24137,8012,'_thumbnail_id','8013'),(24138,8012,'_edit_last','9'),(24139,8012,'smpush_mute_activated','no'),(24140,8012,'_yoast_wpseo_primary_category','3'),(24141,8012,'_yoast_wpseo_primary_sub-category','5'),(24142,8012,'sponsored_url',''),(24143,8012,'_yoast_wpseo_content_score','60'),(24144,8012,'_yoast_wpseo_focuskeywords','[]'),(24145,8012,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24146,8018,'_edit_lock','1567963078:9'),(24147,8018,'_yst_prominent_words_version','1'),(24148,8019,'_wp_attached_file','2019/09/willow-jada-smith.jpg'),(24149,8019,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.08835558667664;s:5:\"bytes\";i:2569;s:11:\"size_before\";i:62837;s:10:\"size_after\";i:60268;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.91;s:5:\"bytes\";i:326;s:11:\"size_before\";i:6638;s:10:\"size_after\";i:6312;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.05;s:5:\"bytes\";i:471;s:11:\"size_before\";i:11616;s:10:\"size_after\";i:11145;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.97;s:5:\"bytes\";i:1772;s:11:\"size_before\";i:44583;s:10:\"size_after\";i:42811;s:4:\"time\";d:0.02;}}}'),(24150,8019,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:29:\"2019/09/willow-jada-smith.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"willow-jada-smith-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:\"willow-jada-smith-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"willow-jada-smith-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:11:\"Splash News\";s:6:\"camera\";s:11:\"NIKON D7100\";s:7:\"caption\";s:319:\"VH1\'s Dear Mama Taping in NYC\r<P>\rPictured: Jada Pinkett Smith and Willow Smith\r<B>Ref: SPL1271611  030516  </B><BR />\rPicture by:  Splash News<BR />\r</P><P>\r<B>Splash News and Pictures</B><BR />\rLos Angeles:	310-821-2666<BR />\rNew York:	212-619-2666<BR />\rLondon:	870-934-2666<BR />\rphotodesk@splashnews.com<BR />\r</P>\";s:17:\"created_timestamp\";s:10:\"1462258348\";s:9:\"copyright\";s:21:\"© www.splashnews.com\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:29:\"VH1\'s Dear Mama Taping in NYC\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:9:{i:0;s:6:\"Taping\";i:1;s:3:\"NYC\";i:2;s:5:\"VH1\'s\";i:3;s:7:\"Fashion\";i:4;s:10:\"Red Carpet\";i:5;s:8:\"Arrivals\";i:6;s:5:\"Event\";i:7;s:9:\"Dear Mama\";i:8;s:11:\"Celebrities\";}}}'),(24151,8018,'_thumbnail_id','8019'),(24152,8018,'_edit_last','9'),(24153,8018,'smpush_mute_activated','no'),(24154,8018,'_yoast_wpseo_primary_category','3'),(24155,8018,'_yoast_wpseo_primary_sub-category','9'),(24156,8018,'sponsored_url',''),(24157,8018,'_yoast_wpseo_content_score','90'),(24158,8018,'_yoast_wpseo_focuskeywords','[]'),(24159,8018,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24160,8021,'_edit_lock','1567963096:9'),(24161,8021,'_yst_prominent_words_version','1'),(24162,8022,'_wp_attached_file','2019/09/falmouth-JN-Foundation-donation-AAAA.jpg'),(24163,8022,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.546058730751171;s:5:\"bytes\";i:11781;s:11:\"size_before\";i:332228;s:10:\"size_after\";i:320447;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.37;s:5:\"bytes\";i:640;s:11:\"size_before\";i:8684;s:10:\"size_after\";i:8044;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.39;s:5:\"bytes\";i:1185;s:11:\"size_before\";i:18536;s:10:\"size_after\";i:17351;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79;s:5:\"bytes\";i:2852;s:11:\"size_before\";i:75252;s:10:\"size_after\";i:72400;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.18;s:5:\"bytes\";i:3676;s:11:\"size_before\";i:115678;s:10:\"size_after\";i:112002;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:3;s:5:\"bytes\";i:3428;s:11:\"size_before\";i:114078;s:10:\"size_after\";i:110650;s:4:\"time\";d:0.05;}}}'),(24164,8022,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:48:\"2019/09/falmouth-JN-Foundation-donation-AAAA.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"falmouth-JN-Foundation-donation-AAAA-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:48:\"falmouth-JN-Foundation-donation-AAAA-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:48:\"falmouth-JN-Foundation-donation-AAAA-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:49:\"falmouth-JN-Foundation-donation-AAAA-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"falmouth-JN-Foundation-donation-AAAA-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567771475\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24165,8021,'_thumbnail_id','8022'),(24166,8021,'_edit_last','9'),(24167,8021,'smpush_mute_activated','no'),(24168,8021,'_yoast_wpseo_primary_category','4'),(24169,8021,'_yoast_wpseo_primary_sub-category','16'),(24170,8021,'sponsored_url',''),(24171,8021,'_yoast_wpseo_metadesc','The Trelawny Municipal Corporation was recently on the receiving end of a generous donation made by the JN Foundation'),(24172,8021,'_yoast_wpseo_content_score','60'),(24173,8021,'_yoast_wpseo_focuskeywords','[]'),(24174,8021,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24175,7973,'xyz_smap','1'),(24177,7990,'xyz_smap','1'),(24179,7998,'xyz_smap','1'),(24181,8024,'_edit_lock','1567956982:9'),(24182,8024,'_yst_prominent_words_version','1'),(24183,8003,'xyz_smap','1'),(24185,8024,'_edit_last','9'),(24186,8024,'smpush_mute_activated','no'),(24187,8024,'_yoast_wpseo_content_score','30'),(24188,8024,'_yoast_wpseo_focuskeywords','[]'),(24189,8024,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24192,8030,'_edit_lock','1567953642:9'),(24193,8030,'_yst_prominent_words_version','1'),(24194,8007,'xyz_smap','1'),(24196,8030,'_thumbnail_id','7788'),(24197,8030,'_edit_last','9'),(24198,8030,'smpush_mute_activated','no'),(24199,8030,'_yoast_wpseo_primary_category','4'),(24200,8030,'_yoast_wpseo_primary_sub-category','15'),(24201,8030,'sponsored_url',''),(24202,8030,'_yoast_wpseo_content_score','30'),(24203,8030,'_yoast_wpseo_focuskeywords','[]'),(24204,8030,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24205,8033,'_wp_attached_file','2019/09/megan-markle-serena-williams-NEW.jpg'),(24206,8033,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:433478;s:11:\"size_before\";i:717895;s:10:\"size_after\";i:284417;}'),(24207,8033,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.22099949057319;s:5:\"bytes\";i:17483;s:11:\"size_before\";i:414191;s:10:\"size_after\";i:396708;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.18;s:5:\"bytes\";i:624;s:11:\"size_before\";i:8685;s:10:\"size_after\";i:8061;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.02;s:5:\"bytes\";i:1322;s:11:\"size_before\";i:21969;s:10:\"size_after\";i:20647;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.35;s:5:\"bytes\";i:4218;s:11:\"size_before\";i:96865;s:10:\"size_after\";i:92647;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.97;s:5:\"bytes\";i:6103;s:11:\"size_before\";i:153910;s:10:\"size_after\";i:147807;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.93;s:5:\"bytes\";i:5216;s:11:\"size_before\";i:132762;s:10:\"size_after\";i:127546;s:4:\"time\";d:0.04;}}}'),(24208,8033,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1171;s:4:\"file\";s:44:\"2019/09/megan-markle-serena-williams-NEW.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"megan-markle-serena-williams-NEW-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:\"megan-markle-serena-williams-NEW-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"megan-markle-serena-williams-NEW-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"megan-markle-serena-williams-NEW-1024x800.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"megan-markle-serena-williams-NEW-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:24:\"Getty Images for DirecTV\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:218:\"NEW YORK, NY - FEBRUARY 01:  (L-R) Meghan Markle, Serena Williams and Hannah Davis participate in the DirecTV Beach Bowl at Pier 40 on February 1, 2014 in New York City.  (Photo by Kevin Mazur/Getty Images for DirecTV)\";s:17:\"created_timestamp\";s:10:\"1391260260\";s:9:\"copyright\";s:16:\"2014 Kevin Mazur\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:25:\"DirecTV Beach Bowl - Game\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24209,8030,'xyz_smap','1'),(24211,8034,'_wp_attached_file','2019/09/serena-williams-grand-slam.jpg'),(24212,8034,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4825341666450558;s:5:\"bytes\";i:13429;s:11:\"size_before\";i:385610;s:10:\"size_after\";i:372181;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.73;s:5:\"bytes\";i:538;s:11:\"size_before\";i:7991;s:10:\"size_after\";i:7453;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.98;s:5:\"bytes\";i:1149;s:11:\"size_before\";i:23050;s:10:\"size_after\";i:21901;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37;s:5:\"bytes\";i:3234;s:11:\"size_before\";i:95955;s:10:\"size_after\";i:92721;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.88;s:5:\"bytes\";i:4187;s:11:\"size_before\";i:145276;s:10:\"size_after\";i:141089;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.81;s:5:\"bytes\";i:4321;s:11:\"size_before\";i:113338;s:10:\"size_after\";i:109017;s:4:\"time\";d:0.03;}}}'),(24213,8034,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:38:\"2019/09/serena-williams-grand-slam.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"serena-williams-grand-slam-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:\"serena-williams-grand-slam-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"serena-williams-grand-slam-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"serena-williams-grand-slam-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"serena-williams-grand-slam-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(24214,8035,'_wp_attached_file','2019/09/serena-williams.jpg'),(24215,8035,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.392689784442362;s:5:\"bytes\";i:12308;s:11:\"size_before\";i:362780;s:10:\"size_after\";i:350472;s:4:\"time\";d:0.23;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:437;s:11:\"size_before\";i:6767;s:10:\"size_after\";i:6330;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.41;s:5:\"bytes\";i:846;s:11:\"size_before\";i:19181;s:10:\"size_after\";i:18335;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.24;s:5:\"bytes\";i:2933;s:11:\"size_before\";i:90637;s:10:\"size_after\";i:87704;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.28;s:5:\"bytes\";i:4779;s:11:\"size_before\";i:145848;s:10:\"size_after\";i:141069;s:4:\"time\";d:0.12;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3;s:5:\"bytes\";i:3313;s:11:\"size_before\";i:100347;s:10:\"size_after\";i:97034;s:4:\"time\";d:0.04;}}}'),(24216,8035,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1077;s:4:\"file\";s:27:\"2019/09/serena-williams.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"serena-williams-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:\"serena-williams-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"serena-williams-768x766.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"serena-williams-1024x1021.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"serena-williams-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(24219,8037,'_edit_lock','1567957297:9'),(24220,8037,'_yst_prominent_words_version','1'),(24221,8038,'_wp_attached_file','2019/09/pm-simpson-miller-new-1.jpg'),(24222,8038,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.167905699551269;s:5:\"bytes\";i:473;s:11:\"size_before\";i:14931;s:10:\"size_after\";i:14458;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.13;s:5:\"bytes\";i:185;s:11:\"size_before\";i:4481;s:10:\"size_after\";i:4296;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.76;s:5:\"bytes\";i:288;s:11:\"size_before\";i:10450;s:10:\"size_after\";i:10162;s:4:\"time\";d:0.01;}}}'),(24223,8038,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:543;s:6:\"height\";i:469;s:4:\"file\";s:35:\"2019/09/pm-simpson-miller-new-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"pm-simpson-miller-new-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:35:\"pm-simpson-miller-new-1-300x259.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:259;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:{}}}'),(24224,8037,'_thumbnail_id','8038'),(24225,8037,'_edit_last','9'),(24226,8037,'smpush_mute_activated','no'),(24227,8037,'_yoast_wpseo_primary_category','4'),(24228,8037,'_yoast_wpseo_primary_sub-category','15'),(24229,8037,'sponsored_url',''),(24230,8037,'_yoast_wpseo_metadesc','Former Prime Minister and president of the Peoples National Party (PNP), Portia Simpson Miller, has congratulated Dr Peter Phillips on maintaining his hold on the presidency of the party, and she also lauded his challenger Peter Bunting for being a strong contender.'),(24231,8037,'_yoast_wpseo_content_score','60'),(24232,8037,'_yoast_wpseo_focuskeywords','[]'),(24233,8037,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24234,8041,'_edit_lock','1567961896:9'),(24235,8041,'_yst_prominent_words_version','1'),(24236,8037,'xyz_smap','1'),(24238,8042,'_wp_attached_file','2019/09/red-stripe-premier-league-logo.jpg'),(24239,8042,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.62309081009829;s:5:\"bytes\";i:15046;s:11:\"size_before\";i:174485;s:10:\"size_after\";i:159439;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8;s:5:\"bytes\";i:450;s:11:\"size_before\";i:6617;s:10:\"size_after\";i:6167;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.27;s:5:\"bytes\";i:750;s:11:\"size_before\";i:11965;s:10:\"size_after\";i:11215;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.07;s:5:\"bytes\";i:3166;s:11:\"size_before\";i:39244;s:10:\"size_after\";i:36078;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.35;s:5:\"bytes\";i:5369;s:11:\"size_before\";i:57393;s:10:\"size_after\";i:52024;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.96;s:5:\"bytes\";i:5311;s:11:\"size_before\";i:59266;s:10:\"size_after\";i:53955;s:4:\"time\";d:0.03;}}}'),(24240,8042,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:707;s:4:\"file\";s:42:\"2019/09/red-stripe-premier-league-logo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"red-stripe-premier-league-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:42:\"red-stripe-premier-league-logo-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:42:\"red-stripe-premier-league-logo-768x503.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"red-stripe-premier-league-logo-1024x670.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"red-stripe-premier-league-logo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(24241,8043,'_wp_attached_file','2019/09/soccer-ball-football.jpg'),(24242,8043,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.5699107522311944;s:5:\"bytes\";i:2268;s:11:\"size_before\";i:63531;s:10:\"size_after\";i:61263;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.86;s:5:\"bytes\";i:271;s:11:\"size_before\";i:5574;s:10:\"size_after\";i:5303;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.16;s:5:\"bytes\";i:459;s:11:\"size_before\";i:11043;s:10:\"size_after\";i:10584;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.28;s:5:\"bytes\";i:1538;s:11:\"size_before\";i:46914;s:10:\"size_after\";i:45376;s:4:\"time\";d:0.02;}}}'),(24243,8043,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:852;s:6:\"height\";i:480;s:4:\"file\";s:32:\"2019/09/soccer-ball-football.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"soccer-ball-football-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:\"soccer-ball-football-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:32:\"soccer-ball-football-768x433.jpg\";s:5:\"width\";i:768;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: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:{}}}'),(24244,8041,'_thumbnail_id','8042'),(24245,8041,'_edit_last','9'),(24246,8041,'smpush_mute_activated','no'),(24247,8041,'_yoast_wpseo_primary_category','4'),(24248,8041,'_yoast_wpseo_primary_sub-category','5'),(24249,8041,'sponsored_url',''),(24250,8041,'_yoast_wpseo_content_score','90'),(24251,8041,'_yoast_wpseo_focuskeywords','[]'),(24252,8041,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24253,8045,'_edit_lock','1567963117:9'),(24254,8045,'_yst_prominent_words_version','1'),(24255,8046,'_wp_attached_file','2019/09/JAMPRO-diane-edwards.jpg'),(24256,8046,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:752335;s:11:\"size_before\";i:915339;s:10:\"size_after\";i:163004;}'),(24257,8046,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.555333403203831;s:5:\"bytes\";i:8820;s:11:\"size_before\";i:248078;s:10:\"size_after\";i:239258;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.38;s:5:\"bytes\";i:356;s:11:\"size_before\";i:6613;s:10:\"size_after\";i:6257;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.27;s:5:\"bytes\";i:582;s:11:\"size_before\";i:13631;s:10:\"size_after\";i:13049;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4;s:5:\"bytes\";i:1847;s:11:\"size_before\";i:54362;s:10:\"size_after\";i:52515;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.58;s:5:\"bytes\";i:3146;s:11:\"size_before\";i:87917;s:10:\"size_after\";i:84771;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.38;s:5:\"bytes\";i:2889;s:11:\"size_before\";i:85555;s:10:\"size_after\";i:82666;s:4:\"time\";d:0.04;}}}'),(24258,8046,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:32:\"2019/09/JAMPRO-diane-edwards.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"JAMPRO-diane-edwards-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:\"JAMPRO-diane-edwards-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:32:\"JAMPRO-diane-edwards-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:33:\"JAMPRO-diane-edwards-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"JAMPRO-diane-edwards-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(24259,8045,'_thumbnail_id','8046'),(24260,8045,'_edit_last','9'),(24261,8045,'smpush_mute_activated','no'),(24262,8045,'_yoast_wpseo_primary_category','4'),(24263,8045,'_yoast_wpseo_primary_sub-category','6'),(24264,8045,'sponsored_url',''),(24265,8045,'_yoast_wpseo_content_score','60'),(24266,8045,'_yoast_wpseo_focuskeywords','[]'),(24267,8045,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24268,8048,'_edit_lock','1567962873:9'),(24269,8048,'_yst_prominent_words_version','1'),(24270,8049,'_wp_attached_file','2019/09/kevin-obrien-chang.jpg'),(24271,8049,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.293411781356463;s:5:\"bytes\";i:8494;s:11:\"size_before\";i:197838;s:10:\"size_after\";i:189344;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.85;s:5:\"bytes\";i:378;s:11:\"size_before\";i:6467;s:10:\"size_after\";i:6089;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.36;s:5:\"bytes\";i:803;s:11:\"size_before\";i:18397;s:10:\"size_after\";i:17594;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62;s:5:\"bytes\";i:3071;s:11:\"size_before\";i:84861;s:10:\"size_after\";i:81790;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.81;s:5:\"bytes\";i:4242;s:11:\"size_before\";i:88113;s:10:\"size_after\";i:83871;s:4:\"time\";d:0.05;}}}'),(24272,8049,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2019/09/kevin-obrien-chang.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"kevin-obrien-chang-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:\"kevin-obrien-chang-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"kevin-obrien-chang-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"kevin-obrien-chang-900x655.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:655;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:{}}}'),(24273,8048,'_edit_last','9'),(24274,8048,'smpush_mute_activated','no'),(24275,8048,'_yoast_wpseo_primary_category','4'),(24276,8048,'_yoast_wpseo_primary_sub-category','15'),(24277,8048,'sponsored_url',''),(24278,8048,'_yoast_wpseo_content_score','90'),(24279,8048,'_yoast_wpseo_focuskeywords','[]'),(24280,8048,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24281,8051,'_wp_attached_file','2019/09/dr-peter-phillips-buzz-NEW-819x1024.jpg'),(24282,8051,'wpmf_size','120702'),(24283,8051,'wpmf_filetype','jpg'),(24284,8051,'wpmf_order','0'),(24285,8051,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:812;s:6:\"height\";i:743;s:4:\"file\";s:47:\"2019/09/dr-peter-phillips-buzz-NEW-819x1024.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"dr-peter-phillips-buzz-NEW-819x1024-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:\"dr-peter-phillips-buzz-NEW-819x1024-300x275.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"dr-peter-phillips-buzz-NEW-819x1024-768x703.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:703;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"dr-peter-phillips-buzz-NEW-819x1024-812x655.jpg\";s:5:\"width\";i:812;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(24286,8051,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0896219218211223;s:5:\"bytes\";i:4050;s:11:\"size_before\";i:131084;s:10:\"size_after\";i:127034;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.65;s:5:\"bytes\";i:177;s:11:\"size_before\";i:4855;s:10:\"size_after\";i:4678;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.57;s:5:\"bytes\";i:303;s:11:\"size_before\";i:11769;s:10:\"size_after\";i:11466;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.99;s:5:\"bytes\";i:1626;s:11:\"size_before\";i:54442;s:10:\"size_after\";i:52816;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.24;s:5:\"bytes\";i:1944;s:11:\"size_before\";i:60018;s:10:\"size_after\";i:58074;s:4:\"time\";d:0.03;}}}'),(24287,8048,'_thumbnail_id','8051'),(24289,8048,'xyz_smap','1'),(24291,8041,'xyz_smap','1'),(24293,8052,'_edit_lock','1567966625:4'),(24294,8052,'_yst_prominent_words_version','1'),(24295,8052,'_oembed_08a7439ee512db0e04448d7c7e259fad','<iframe title=\"Phillips speaks of his drive to build a younger PNP\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/qCBSpc1WOmc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(24296,8052,'_oembed_time_08a7439ee512db0e04448d7c7e259fad','1567966429'),(24297,8052,'_edit_last','4'),(24298,8052,'smpush_mute_activated','no'),(24299,8052,'_yoast_wpseo_primary_category','4'),(24300,8052,'_yoast_wpseo_primary_sub-category','15'),(24301,8052,'sponsored_url',''),(24302,8052,'_yoast_wpseo_content_score','60'),(24303,8052,'_yoast_wpseo_focuskeywords','[]'),(24304,8052,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24305,8052,'_thumbnail_id','7856'),(24307,8052,'xyz_smap','1'),(24309,8012,'xyz_smap','1'),(24311,8060,'_edit_lock','1567969736:9'),(24312,8060,'_yst_prominent_words_version','1'),(24313,8061,'_wp_attached_file','2019/09/kevin-hart.jpg'),(24314,8061,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1881004339428602;s:5:\"bytes\";i:2542;s:11:\"size_before\";i:79734;s:10:\"size_after\";i:77192;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.23;s:5:\"bytes\";i:272;s:11:\"size_before\";i:6432;s:10:\"size_after\";i:6160;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:582;s:11:\"size_before\";i:14619;s:10:\"size_after\";i:14037;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.88;s:5:\"bytes\";i:1688;s:11:\"size_before\";i:58683;s:10:\"size_after\";i:56995;s:4:\"time\";d:0.02;}}}'),(24315,8061,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:22:\"2019/09/kevin-hart.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"kevin-hart-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:\"kevin-hart-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"kevin-hart-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(24316,8060,'_thumbnail_id','8061'),(24317,8060,'_edit_last','9'),(24318,8060,'smpush_mute_activated','no'),(24319,8060,'_yoast_wpseo_primary_category','2'),(24320,8060,'_yoast_wpseo_primary_sub-category','11'),(24321,8060,'sponsored_url',''),(24322,8060,'_yoast_wpseo_content_score','60'),(24323,8060,'_yoast_wpseo_focuskeywords','[]'),(24324,8060,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24325,8060,'_yoast_wpseo_metadesc','Kevin Hart\'s friend, Tiffany Haddish, has revealed her pal is doing well after he was involved in a car crash last weekend and had three fractures to his spine repaired.'),(24326,8018,'xyz_smap','1'),(24328,8021,'xyz_smap','1'),(24330,8063,'_edit_lock','1567980411:9'),(24331,8063,'_yst_prominent_words_version','1'),(24332,8064,'_wp_attached_file','2019/09/Ibex-20190908.jpg'),(24333,8064,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.338259647364979;s:5:\"bytes\";i:6721;s:11:\"size_before\";i:287436;s:10:\"size_after\";i:280715;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7;s:5:\"bytes\";i:379;s:11:\"size_before\";i:6649;s:10:\"size_after\";i:6270;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:662;s:11:\"size_before\";i:17672;s:10:\"size_after\";i:17010;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.29;s:5:\"bytes\";i:1609;s:11:\"size_before\";i:70154;s:10:\"size_after\";i:68545;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.13;s:5:\"bytes\";i:2274;s:11:\"size_before\";i:106867;s:10:\"size_after\";i:104593;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.09;s:5:\"bytes\";i:1797;s:11:\"size_before\";i:86094;s:10:\"size_after\";i:84297;s:4:\"time\";d:0.03;}}}'),(24334,8064,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:928;s:4:\"file\";s:25:\"2019/09/Ibex-20190908.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Ibex-20190908-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:\"Ibex-20190908-300x258.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Ibex-20190908-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Ibex-20190908-1024x880.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Ibex-20190908-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(24335,8063,'_thumbnail_id','8064'),(24336,8063,'_edit_last','9'),(24337,8063,'smpush_mute_activated','no'),(24338,8063,'_yoast_wpseo_primary_category','2'),(24339,8063,'_yoast_wpseo_primary_sub-category','12'),(24340,8063,'sponsored_url',''),(24341,8063,'_yoast_wpseo_metadesc','Local Business Process Outsourcing company Ibex is set to welcome more employees with the opening of its third location in Jamaica.'),(24342,8063,'_yoast_wpseo_content_score','60'),(24343,8063,'_yoast_wpseo_focuskeywords','[]'),(24344,8063,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24345,8045,'xyz_smap','1'),(24347,8066,'_edit_lock','1568038513:11'),(24348,8066,'_yst_prominent_words_version','1'),(24349,8067,'_wp_attached_file','2019/09/jamaica-canadian-association-NEW-20190908.jpg'),(24350,8067,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9730047599498484;s:5:\"bytes\";i:14323;s:11:\"size_before\";i:360508;s:10:\"size_after\";i:346185;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.67;s:5:\"bytes\";i:461;s:11:\"size_before\";i:8124;s:10:\"size_after\";i:7663;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:1137;s:11:\"size_before\";i:18838;s:10:\"size_after\";i:17701;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.11;s:5:\"bytes\";i:3315;s:11:\"size_before\";i:80738;s:10:\"size_after\";i:77423;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.69;s:5:\"bytes\";i:4672;s:11:\"size_before\";i:126594;s:10:\"size_after\";i:121922;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:4738;s:11:\"size_before\";i:126214;s:10:\"size_after\";i:121476;s:4:\"time\";d:0.04;}}}'),(24351,8067,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:53:\"2019/09/jamaica-canadian-association-NEW-20190908.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"jamaica-canadian-association-NEW-20190908-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:\"jamaica-canadian-association-NEW-20190908-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:53:\"jamaica-canadian-association-NEW-20190908-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:54:\"jamaica-canadian-association-NEW-20190908-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:54:\"jamaica-canadian-association-NEW-20190908-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567692211\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24352,8066,'_thumbnail_id','8067'),(24353,8066,'_edit_last','9'),(24354,8066,'smpush_mute_activated','no'),(24355,8066,'_yoast_wpseo_primary_category','2'),(24356,8066,'_yoast_wpseo_primary_sub-category','14'),(24357,8066,'sponsored_url',''),(24358,8066,'_yoast_wpseo_metadesc','More than 50 members of the Jamaican Canadian Association of Toronto recently arrived in Jamaica to celebrate the life and work of renowned poet and cultural icon Louise Bennett-Coverley, more popularly known as ‘Miss Lou’.'),(24359,8066,'_yoast_wpseo_content_score','30'),(24360,8066,'_yoast_wpseo_focuskeywords','[]'),(24361,8066,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24362,8060,'xyz_smap','1'),(24364,8069,'_edit_lock','1568038544:11'),(24365,8069,'_yst_prominent_words_version','1'),(24366,8070,'_wp_attached_file','2019/09/etana-20190908C.jpg'),(24367,8070,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.486920259447925;s:5:\"bytes\";i:8434;s:11:\"size_before\";i:153711;s:10:\"size_after\";i:145277;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.51;s:5:\"bytes\";i:290;s:11:\"size_before\";i:5261;s:10:\"size_after\";i:4971;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.61;s:5:\"bytes\";i:350;s:11:\"size_before\";i:7590;s:10:\"size_after\";i:7240;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.42;s:5:\"bytes\";i:1705;s:11:\"size_before\";i:31475;s:10:\"size_after\";i:29770;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.67;s:5:\"bytes\";i:2823;s:11:\"size_before\";i:49775;s:10:\"size_after\";i:46952;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.48;s:5:\"bytes\";i:3266;s:11:\"size_before\";i:59610;s:10:\"size_after\";i:56344;s:4:\"time\";d:0.03;}}}'),(24368,8070,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1480;s:6:\"height\";i:832;s:4:\"file\";s:27:\"2019/09/etana-20190908C.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"etana-20190908C-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:\"etana-20190908C-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:27:\"etana-20190908C-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:28:\"etana-20190908C-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"etana-20190908C-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(24369,8071,'_wp_attached_file','2019/09/nikki-z-etana.png'),(24370,8071,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:223145;s:10:\"size_after\";i:223145;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:48039;s:10:\"size_after\";i:48039;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:175106;s:10:\"size_after\";i:175106;s:4:\"time\";d:0.07;}}}'),(24371,8071,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:25:\"2019/09/nikki-z-etana.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"nikki-z-etana-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:25:\"nikki-z-etana-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(24372,8069,'_thumbnail_id','8070'),(24373,8069,'_edit_last','9'),(24374,8069,'smpush_mute_activated','no'),(24375,8069,'_yoast_wpseo_primary_category','2'),(24376,8069,'_yoast_wpseo_primary_sub-category','14'),(24377,8069,'sponsored_url',''),(24378,8069,'_yoast_wpseo_content_score','60'),(24379,8069,'_yoast_wpseo_focuskeywords','[]'),(24380,8069,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24381,8074,'_edit_lock','1567984255:9'),(24382,8074,'_yst_prominent_words_version','1'),(24383,8075,'_wp_attached_file','2019/09/schoolboy-football-A-NEW-20190908.jpg'),(24384,8075,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.990552564583156;s:5:\"bytes\";i:17352;s:11:\"size_before\";i:434827;s:10:\"size_after\";i:417475;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.64;s:5:\"bytes\";i:318;s:11:\"size_before\";i:6851;s:10:\"size_after\";i:6533;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.35;s:5:\"bytes\";i:691;s:11:\"size_before\";i:15883;s:10:\"size_after\";i:15192;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.97;s:5:\"bytes\";i:3671;s:11:\"size_before\";i:92570;s:10:\"size_after\";i:88899;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:6337;s:11:\"size_before\";i:159390;s:10:\"size_after\";i:153053;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:6335;s:11:\"size_before\";i:160133;s:10:\"size_after\";i:153798;s:4:\"time\";d:0.06;}}}'),(24385,8075,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:45:\"2019/09/schoolboy-football-A-NEW-20190908.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"schoolboy-football-A-NEW-20190908-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:45:\"schoolboy-football-A-NEW-20190908-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:45:\"schoolboy-football-A-NEW-20190908-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:46:\"schoolboy-football-A-NEW-20190908-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"schoolboy-football-A-NEW-20190908-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(24386,8076,'_wp_attached_file','2019/09/schoolboy-football-New-B-20190908.jpg'),(24387,8076,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.500481608222109;s:5:\"bytes\";i:33064;s:11:\"size_before\";i:601111;s:10:\"size_after\";i:568047;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.85;s:5:\"bytes\";i:520;s:11:\"size_before\";i:8891;s:10:\"size_after\";i:8371;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.69;s:5:\"bytes\";i:1192;s:11:\"size_before\";i:20963;s:10:\"size_after\";i:19771;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:6956;s:11:\"size_before\";i:127334;s:10:\"size_after\";i:120378;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.57;s:5:\"bytes\";i:12450;s:11:\"size_before\";i:223503;s:10:\"size_after\";i:211053;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.42;s:5:\"bytes\";i:11946;s:11:\"size_before\";i:220420;s:10:\"size_after\";i:208474;s:4:\"time\";d:0.05;}}}'),(24388,8076,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:45:\"2019/09/schoolboy-football-New-B-20190908.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"schoolboy-football-New-B-20190908-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:45:\"schoolboy-football-New-B-20190908-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:45:\"schoolboy-football-New-B-20190908-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:46:\"schoolboy-football-New-B-20190908-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"schoolboy-football-New-B-20190908-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(24389,8074,'_thumbnail_id','8075'),(24390,8074,'_edit_last','9'),(24391,8074,'smpush_mute_activated','no'),(24392,8074,'_yoast_wpseo_primary_category','2'),(24393,8074,'_yoast_wpseo_primary_sub-category','5'),(24394,8074,'sponsored_url',''),(24395,8074,'_yoast_wpseo_content_score','90'),(24396,8074,'_yoast_wpseo_focuskeywords','[]'),(24397,8074,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24398,8078,'_edit_lock','1567984727:9'),(24399,8078,'_yst_prominent_words_version','1'),(24400,8079,'_wp_attached_file','2019/09/kendall-jenner.jpg'),(24401,8079,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.406108538962044;s:5:\"bytes\";i:4273;s:11:\"size_before\";i:96979;s:10:\"size_after\";i:92706;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.77;s:5:\"bytes\";i:537;s:11:\"size_before\";i:7934;s:10:\"size_after\";i:7397;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.66;s:5:\"bytes\";i:973;s:11:\"size_before\";i:17201;s:10:\"size_after\";i:16228;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.85;s:5:\"bytes\";i:2763;s:11:\"size_before\";i:71844;s:10:\"size_after\";i:69081;s:4:\"time\";d:0.03;}}}'),(24402,8079,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:26:\"2019/09/kendall-jenner.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"kendall-jenner-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:\"kendall-jenner-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"kendall-jenner-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(24403,8078,'_thumbnail_id','8079'),(24404,8078,'_edit_last','9'),(24405,8078,'smpush_mute_activated','no'),(24406,8078,'_yoast_wpseo_primary_category','3'),(24407,8078,'_yoast_wpseo_primary_sub-category','14'),(24408,8078,'sponsored_url',''),(24409,8078,'_yoast_wpseo_metadesc','Kendall Jenner is just a spectator at this year\'s New York Fashion Week, but she admits she felt a bit envious watching her fellow models.'),(24410,8078,'_yoast_wpseo_content_score','90'),(24411,8078,'_yoast_wpseo_focuskeywords','[]'),(24412,8078,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24413,8063,'xyz_smap','1'),(24415,8066,'xyz_smap','1'),(24417,8069,'xyz_smap','1'),(24419,8074,'xyz_smap','1'),(24421,8078,'xyz_smap','1'),(24425,8083,'_edit_lock','1568043841:9'),(24426,8083,'_yst_prominent_words_version','1'),(24427,8084,'_wp_attached_file','2019/09/tina-turner-20190909.jpg'),(24428,8084,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.653019058166251;s:5:\"bytes\";i:4630;s:11:\"size_before\";i:60499;s:10:\"size_after\";i:55869;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.92;s:5:\"bytes\";i:236;s:11:\"size_before\";i:4801;s:10:\"size_after\";i:4565;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3;s:5:\"bytes\";i:459;s:11:\"size_before\";i:8662;s:10:\"size_after\";i:8203;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.37;s:5:\"bytes\";i:3935;s:11:\"size_before\";i:47036;s:10:\"size_after\";i:43101;s:4:\"time\";d:0.03;}}}'),(24429,8084,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:32:\"2019/09/tina-turner-20190909.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"tina-turner-20190909-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:\"tina-turner-20190909-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"tina-turner-20190909-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(24430,8083,'_thumbnail_id','8084'),(24431,8083,'_edit_last','9'),(24432,8083,'smpush_mute_activated','no'),(24433,8083,'_yoast_wpseo_primary_category','3'),(24434,8083,'_yoast_wpseo_primary_sub-category','14'),(24435,8083,'sponsored_url',''),(24436,8083,'_yoast_wpseo_metadesc','Tina Turner no longer worries about her late former spouse Ike Turner - who passed away in 2007 - but will never accept why he abused her and controlled her life until they split in 1976.'),(24437,8083,'_yoast_wpseo_content_score','60'),(24438,8083,'_yoast_wpseo_focuskeywords','[]'),(24439,8083,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24441,8083,'xyz_smap','1'),(24443,8086,'_edit_lock','1568048505:9'),(24444,8086,'_yst_prominent_words_version','1'),(24445,8087,'_wp_attached_file','2019/09/Kenute-Hare-DSC_1189.jpg'),(24446,8087,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0446686064752932;s:5:\"bytes\";i:7084;s:11:\"size_before\";i:232669;s:10:\"size_after\";i:225585;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.83;s:5:\"bytes\";i:331;s:11:\"size_before\";i:6859;s:10:\"size_after\";i:6528;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.23;s:5:\"bytes\";i:577;s:11:\"size_before\";i:13633;s:10:\"size_after\";i:13056;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.76;s:5:\"bytes\";i:1457;s:11:\"size_before\";i:52724;s:10:\"size_after\";i:51267;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.92;s:5:\"bytes\";i:2342;s:11:\"size_before\";i:80168;s:10:\"size_after\";i:77826;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:3;s:5:\"bytes\";i:2377;s:11:\"size_before\";i:79285;s:10:\"size_after\";i:76908;s:4:\"time\";d:0.04;}}}'),(24447,8087,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:900;s:4:\"file\";s:32:\"2019/09/Kenute-Hare-DSC_1189.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Kenute-Hare-DSC_1189-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:\"Kenute-Hare-DSC_1189-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:32:\"Kenute-Hare-DSC_1189-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Kenute-Hare-DSC_1189-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Kenute-Hare-DSC_1189-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(24448,8086,'_thumbnail_id','8087'),(24449,8086,'_edit_last','9'),(24450,8086,'smpush_mute_activated','no'),(24451,8086,'_yoast_wpseo_primary_category','2'),(24452,8086,'_yoast_wpseo_primary_sub-category','8'),(24453,8086,'sponsored_url',''),(24454,8086,'_yoast_wpseo_metadesc','Director of the Road Safety Unit, Kenute Hare, is imploring students not to get into taxis and buses operated by reckless drivers.'),(24455,8086,'_yoast_wpseo_content_score','90'),(24456,8086,'_yoast_wpseo_focuskeywords','[]'),(24457,8086,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24459,8086,'xyz_smap','1'),(24461,8089,'_edit_lock','1568056394:9'),(24462,8089,'_yst_prominent_words_version','1'),(24465,8091,'_wp_attached_file','2019/09/warren-weir-engagement-A.jpg'),(24466,8091,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3782957075932125;s:5:\"bytes\";i:12425;s:11:\"size_before\";i:367789;s:10:\"size_after\";i:355364;s:4:\"time\";d:0.16999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.28;s:5:\"bytes\";i:507;s:11:\"size_before\";i:8067;s:10:\"size_after\";i:7560;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.91;s:5:\"bytes\";i:858;s:11:\"size_before\";i:17457;s:10:\"size_after\";i:16599;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.59;s:5:\"bytes\";i:2952;s:11:\"size_before\";i:82143;s:10:\"size_after\";i:79191;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.14;s:5:\"bytes\";i:4076;s:11:\"size_before\";i:129944;s:10:\"size_after\";i:125868;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1;s:5:\"bytes\";i:4032;s:11:\"size_before\";i:130178;s:10:\"size_after\";i:126146;s:4:\"time\";d:0.08;}}}'),(24467,8091,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:720;s:4:\"file\";s:36:\"2019/09/warren-weir-engagement-A.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"warren-weir-engagement-A-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:\"warren-weir-engagement-A-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:36:\"warren-weir-engagement-A-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:37:\"warren-weir-engagement-A-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"warren-weir-engagement-A-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(24468,8092,'_wp_attached_file','2019/09/warren-weir-engagement-BBB.jpg'),(24469,8092,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.28760841677995;s:5:\"bytes\";i:17915;s:11:\"size_before\";i:417832;s:10:\"size_after\";i:399917;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.99;s:5:\"bytes\";i:479;s:11:\"size_before\";i:7993;s:10:\"size_after\";i:7514;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:1143;s:11:\"size_before\";i:20640;s:10:\"size_after\";i:19497;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53;s:5:\"bytes\";i:4461;s:11:\"size_before\";i:98454;s:10:\"size_after\";i:93993;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.03;s:5:\"bytes\";i:6233;s:11:\"size_before\";i:154747;s:10:\"size_after\";i:148514;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12;s:5:\"bytes\";i:5599;s:11:\"size_before\";i:135998;s:10:\"size_after\";i:130399;s:4:\"time\";d:0.07;}}}'),(24470,8092,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:860;s:4:\"file\";s:38:\"2019/09/warren-weir-engagement-BBB.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"warren-weir-engagement-BBB-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:\"warren-weir-engagement-BBB-300x239.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"warren-weir-engagement-BBB-768x612.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:612;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"warren-weir-engagement-BBB-1024x815.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:815;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"warren-weir-engagement-BBB-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(24471,8089,'_thumbnail_id','8091'),(24472,8089,'_edit_last','9'),(24473,8089,'smpush_mute_activated','no'),(24474,8089,'_yoast_wpseo_primary_category','2'),(24475,8089,'_yoast_wpseo_primary_sub-category','9'),(24476,8089,'sponsored_url',''),(24477,8089,'_yoast_wpseo_metadesc','Olympian Warren Weir has popped the question to his longtime girlfriend Alexan Stewart.'),(24478,8089,'_yoast_wpseo_content_score','90'),(24479,8089,'_yoast_wpseo_focuskeywords','[]'),(24480,8089,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24482,8089,'xyz_smap','1'),(24485,8096,'_edit_lock','1568051443:9'),(24486,8096,'_yst_prominent_words_version','1'),(24487,8097,'_edit_lock','1568060011:11'),(24488,8098,'_wp_attached_file','2019/09/cardi-B-20190909.jpg'),(24489,8098,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.487108355091384;s:5:\"bytes\";i:2690;s:11:\"size_before\";i:49024;s:10:\"size_after\";i:46334;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.07;s:5:\"bytes\";i:240;s:11:\"size_before\";i:4734;s:10:\"size_after\";i:4494;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.85;s:5:\"bytes\";i:382;s:11:\"size_before\";i:7874;s:10:\"size_after\";i:7492;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.68;s:5:\"bytes\";i:2068;s:11:\"size_before\";i:36416;s:10:\"size_after\";i:34348;s:4:\"time\";d:0.02;}}}'),(24490,8098,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:28:\"2019/09/cardi-B-20190909.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"cardi-B-20190909-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:\"cardi-B-20190909-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"cardi-B-20190909-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(24491,8097,'_yst_prominent_words_version','1'),(24492,8096,'_thumbnail_id','8098'),(24493,8096,'_edit_last','9'),(24494,8096,'smpush_mute_activated','no'),(24495,8096,'_yoast_wpseo_primary_category','2'),(24496,8096,'_yoast_wpseo_primary_sub-category','14'),(24497,8096,'sponsored_url',''),(24498,8096,'_yoast_wpseo_metadesc','American rapper Cardi B has hit out at trolls who have been criticising her for having plastic surgery.'),(24499,8096,'_yoast_wpseo_content_score','60'),(24500,8096,'_yoast_wpseo_focuskeywords','[]'),(24501,8096,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24503,8096,'xyz_smap','1'),(24505,8100,'_edit_lock','1568054626:9'),(24506,8101,'_edit_lock','1568056671:4'),(24507,8100,'_yst_prominent_words_version','1'),(24508,8101,'_yst_prominent_words_version','1'),(24509,8100,'_thumbnail_id','7911'),(24510,8100,'_edit_last','9'),(24511,8100,'smpush_mute_activated','no'),(24512,8100,'_yoast_wpseo_primary_category','2'),(24513,8100,'_yoast_wpseo_primary_sub-category','14'),(24514,8100,'sponsored_url',''),(24515,8100,'_yoast_wpseo_metadesc','Deejay Konshens is back on the Billboard Reggae Albums chart. This is his second appearance in just over a year.'),(24516,8100,'_yoast_wpseo_content_score','90'),(24517,8100,'_yoast_wpseo_focuskeywords','[]'),(24518,8100,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24520,8100,'xyz_smap','1'),(24522,8103,'_edit_lock','1568054771:14'),(24523,8103,'_yst_prominent_words_version','1'),(24524,8101,'_edit_last','4'),(24525,8101,'smpush_mute_activated','no'),(24526,8101,'sponsored_url',''),(24527,8101,'_yoast_wpseo_content_score','60'),(24528,8101,'_yoast_wpseo_focuskeywords','[]'),(24529,8101,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24530,8101,'_yoast_wpseo_primary_category','4'),(24531,8101,'_yoast_wpseo_primary_sub-category','15'),(24532,8105,'_edit_lock','1568060425:11'),(24533,8105,'_yst_prominent_words_version','1'),(24535,8105,'_edit_last','11'),(24536,8105,'xyz_smap','1'),(24537,8105,'smpush_mute_activated','no'),(24539,8105,'_yoast_wpseo_primary_category','4'),(24540,8105,'_yoast_wpseo_primary_sub-category','15'),(24541,8105,'sponsored_url',''),(24542,8105,'_yoast_wpseo_content_score','30'),(24543,8105,'_yoast_wpseo_focuskeywords','[]'),(24544,8105,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24545,8103,'_oembed_ee970a5582565c8eb3039c2fb23bf16c','<div id=\"fb-root\"></div><script async=\"1\" defer=\"1\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v4.0\"></script><div class=\"fb-video\" data-href=\"https://www.facebook.com/mark.james.5264382/videos/10215010016509159/\" data-width=\"1440\"><blockquote cite=\"https://www.facebook.com/mark.james.5264382/videos/10215010016509159/\" class=\"fb-xfbml-parse-ignore\"><a href=\"https://www.facebook.com/mark.james.5264382/videos/10215010016509159/\"></a><p>Jamaica Wins Ice Hockey Team vs Columbia Team #maysphotovideo #markajamesphotographer #eventphotographer #publishedphotographer #photographer #florida #internationalphotographer #icehockey2019 #goviral &#064;goviral #worldwide #jamaican Jamaicans.com &#064;goodmorningamerica &#064;gma #goodmorningamerica TVLine #tvline &#064;cnn Nationalhockey Championship ESPN Espnsports &#064;wplglocal10 &#064;wsnv-tv &#064;abc7ny  Television Jamaica Good Morning America</p>Posted by <a href=\"#\" role=\"button\">Mark James</a> on Sunday, September 8, 2019</blockquote></div>'),(24546,8103,'_oembed_time_ee970a5582565c8eb3039c2fb23bf16c','1568054691'),(24548,8103,'_edit_last','14'),(24549,8103,'xyz_smap','1'),(24550,8103,'smpush_mute_activated','no'),(24552,8103,'_yoast_wpseo_primary_category','4'),(24553,8103,'_yoast_wpseo_primary_sub-category','5'),(24554,8103,'sponsored_url',''),(24555,8103,'_yoast_wpseo_content_score','60'),(24556,8103,'_yoast_wpseo_focuskeywords','[]'),(24557,8103,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24558,8110,'_wp_attached_file','2019/09/jamaica-hockey-buzz-demo.jpg'),(24559,8110,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.897635241290531;s:5:\"bytes\";i:6805;s:11:\"size_before\";i:98657;s:10:\"size_after\";i:91852;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.83;s:5:\"bytes\";i:916;s:11:\"size_before\";i:10379;s:10:\"size_after\";i:9463;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.92;s:5:\"bytes\";i:1608;s:11:\"size_before\";i:18017;s:10:\"size_after\";i:16409;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.09;s:5:\"bytes\";i:4281;s:11:\"size_before\";i:70261;s:10:\"size_after\";i:65980;s:4:\"time\";d:0.03;}}}'),(24560,8110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:424;s:4:\"file\";s:36:\"2019/09/jamaica-hockey-buzz-demo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"jamaica-hockey-buzz-demo-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:\"jamaica-hockey-buzz-demo-300x133.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"jamaica-hockey-buzz-demo-768x339.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:339;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:{}}}'),(24562,8103,'_thumbnail_id','8110'),(24563,8103,'_oembed_b0d47d7c007686256f5067a8d8a4f25d','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2MdKmDFTWU/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2MdKmDFTWU/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2MdKmDFTWU/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">A nation without ice brings sunshine to the cold! ?❄️ ?? Congratulations to Jamaica’s ice hockey team who won the 2019 Amerigol LATAM cup on Sunday by defeating defending champion Colombia 3-2  at the Florida Panthers Stadium in Coral Springs, Florida. #IceHockey  Photo credit: Douglas Williams.</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/andrewholnessjm/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Hon. Andrew Holness</a> (@andrewholnessjm) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-09T14:57:16+00:00\">Sep 9, 2019 at 7:57am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(24564,8103,'_oembed_time_b0d47d7c007686256f5067a8d8a4f25d','1568054878'),(24569,8116,'_wp_attached_file','2019/09/mark-golding-peter-bunting.jpg'),(24570,8116,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.756198465006134;s:5:\"bytes\";i:5001;s:11:\"size_before\";i:105147;s:10:\"size_after\";i:100146;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.77;s:5:\"bytes\";i:419;s:11:\"size_before\";i:7264;s:10:\"size_after\";i:6845;s:4:\"time\";d:0.05;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.16;s:5:\"bytes\";i:1034;s:11:\"size_before\";i:20055;s:10:\"size_after\";i:19021;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.56;s:5:\"bytes\";i:3548;s:11:\"size_before\";i:77828;s:10:\"size_after\";i:74280;s:4:\"time\";d:0.04;}}}'),(24571,8116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:719;s:6:\"height\";i:657;s:4:\"file\";s:38:\"2019/09/mark-golding-peter-bunting.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"mark-golding-peter-bunting-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:\"mark-golding-peter-bunting-300x274.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"mark-golding-peter-bunting-719x655.jpg\";s:5:\"width\";i:719;s:6:\"height\";i:655;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:{}}}'),(24576,8118,'_wp_attached_file','2019/09/mark-golding-peter-bunting-featured-image.jpg'),(24577,8118,'wpmf_size','117208'),(24578,8118,'wpmf_filetype','jpg'),(24579,8118,'wpmf_order','0'),(24580,8118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:719;s:6:\"height\";i:529;s:4:\"file\";s:53:\"2019/09/mark-golding-peter-bunting-featured-image.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"mark-golding-peter-bunting-featured-image-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:\"mark-golding-peter-bunting-featured-image-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(24581,8118,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.815899581589958;s:5:\"bytes\";i:1390;s:11:\"size_before\";i:23900;s:10:\"size_after\";i:22510;s:4:\"time\";d:0.44;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.59;s:5:\"bytes\";i:481;s:11:\"size_before\";i:7299;s:10:\"size_after\";i:6818;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.48;s:5:\"bytes\";i:909;s:11:\"size_before\";i:16601;s:10:\"size_after\";i:15692;s:4:\"time\";d:0.43;}}}'),(24583,8105,'_thumbnail_id','8148'),(24587,8119,'_wp_attached_file','2019/09/peter-phillips.jpg'),(24588,8119,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.163029223888288;s:5:\"bytes\";i:10825;s:11:\"size_before\";i:260027;s:10:\"size_after\";i:249202;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.58;s:5:\"bytes\";i:369;s:11:\"size_before\";i:6610;s:10:\"size_after\";i:6241;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.35;s:5:\"bytes\";i:600;s:11:\"size_before\";i:13796;s:10:\"size_after\";i:13196;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37;s:5:\"bytes\";i:1853;s:11:\"size_before\";i:55022;s:10:\"size_after\";i:53169;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.28;s:5:\"bytes\";i:3933;s:11:\"size_before\";i:91996;s:10:\"size_after\";i:88063;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4;s:5:\"bytes\";i:4070;s:11:\"size_before\";i:92603;s:10:\"size_after\";i:88533;s:4:\"time\";d:0.03;}}}'),(24589,8119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1181;s:6:\"height\";i:788;s:4:\"file\";s:26:\"2019/09/peter-phillips.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"peter-phillips-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:\"peter-phillips-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:26:\"peter-phillips-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:27:\"peter-phillips-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"peter-phillips-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567917154\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"45.9\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24590,8120,'_edit_lock','1568057923:9'),(24591,8120,'_yst_prominent_words_version','1'),(24592,8121,'_wp_attached_file','2019/09/SilveraChamber-of-Commerce.jpg'),(24593,8121,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.7468422146277196;s:5:\"bytes\";i:6213;s:11:\"size_before\";i:226187;s:10:\"size_after\";i:219974;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9;s:5:\"bytes\";i:360;s:11:\"size_before\";i:6098;s:10:\"size_after\";i:5738;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:501;s:11:\"size_before\";i:12404;s:10:\"size_after\";i:11903;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.53;s:5:\"bytes\";i:1278;s:11:\"size_before\";i:50605;s:10:\"size_after\";i:49327;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.64;s:5:\"bytes\";i:2086;s:11:\"size_before\";i:79064;s:10:\"size_after\";i:76978;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.55;s:5:\"bytes\";i:1988;s:11:\"size_before\";i:78016;s:10:\"size_after\";i:76028;s:4:\"time\";d:0.06;}}}'),(24594,8121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:38:\"2019/09/SilveraChamber-of-Commerce.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"SilveraChamber-of-Commerce-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:\"SilveraChamber-of-Commerce-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:38:\"SilveraChamber-of-Commerce-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:39:\"SilveraChamber-of-Commerce-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"SilveraChamber-of-Commerce-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:19:\"Canon EOS REBEL T3i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563973070\";s:9:\"copyright\";s:45:\"Ashley Anguin\r\rFimi Shotz\r\rfimistpz@gmail.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24595,8101,'_thumbnail_id','8119'),(24597,8101,'xyz_smap','1'),(24599,8123,'_edit_lock','1568060824:4'),(24600,8123,'_yst_prominent_words_version','1'),(24601,8124,'_edit_lock','1568060240:14'),(24602,8124,'_yst_prominent_words_version','1'),(24603,8125,'_wp_attached_file','2019/09/peter-resignation-tweet.jpg'),(24604,8125,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.22392361736624;s:5:\"bytes\";i:1604;s:11:\"size_before\";i:22204;s:10:\"size_after\";i:20600;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.13;s:5:\"bytes\";i:520;s:11:\"size_before\";i:6393;s:10:\"size_after\";i:5873;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.86;s:5:\"bytes\";i:1084;s:11:\"size_before\";i:15811;s:10:\"size_after\";i:14727;s:4:\"time\";d:0.01;}}}'),(24605,8125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:603;s:6:\"height\";i:468;s:4:\"file\";s:35:\"2019/09/peter-resignation-tweet.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"peter-resignation-tweet-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:\"peter-resignation-tweet-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;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:{}}}'),(24606,8120,'_thumbnail_id','8121'),(24607,8120,'_edit_last','9'),(24608,8120,'smpush_mute_activated','no'),(24609,8120,'_yoast_wpseo_primary_category','4'),(24610,8120,'_yoast_wpseo_primary_sub-category','6'),(24611,8120,'sponsored_url',''),(24612,8120,'_yoast_wpseo_content_score','30'),(24613,8120,'_yoast_wpseo_focuskeywords','[]'),(24614,8120,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24615,8120,'_yoast_wpseo_metadesc','President of the Montego Bay Chamber of Commerce and Industry, Janet Silvera, says an all-hands-on-deck approach is needed for Montego Bay to become the number one tourism and business hub in the Caribbean.'),(24616,8097,'_edit_last','11'),(24617,8097,'smpush_mute_activated','no'),(24618,8097,'_yoast_wpseo_primary_category','4'),(24619,8097,'_yoast_wpseo_primary_sub-category','6'),(24620,8097,'sponsored_url',''),(24621,8097,'_yoast_wpseo_content_score','90'),(24622,8097,'_yoast_wpseo_focuskeywords','[]'),(24623,8097,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24625,8120,'xyz_smap','1'),(24627,8128,'_edit_lock','1568065145:9'),(24628,8128,'_yst_prominent_words_version','1'),(24630,8123,'_edit_last','4'),(24631,8123,'xyz_smap','1'),(24632,8123,'smpush_mute_activated','no'),(24634,8123,'_yoast_wpseo_primary_category','4'),(24635,8123,'_yoast_wpseo_primary_sub-category','15'),(24636,8123,'sponsored_url',''),(24637,8123,'_yoast_wpseo_content_score','30'),(24638,8123,'_yoast_wpseo_focuskeywords','[]'),(24639,8123,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24641,8123,'_thumbnail_id','8142'),(24643,8130,'_wp_attached_file','2019/09/peter-phillis-dr.jpg'),(24644,8130,'wpmf_size','99182'),(24645,8130,'wpmf_filetype','jpg'),(24646,8130,'wpmf_order','0'),(24647,8130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:638;s:6:\"height\";i:681;s:4:\"file\";s:28:\"2019/09/peter-phillis-dr.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"peter-phillis-dr-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:\"peter-phillis-dr-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"peter-phillis-dr-638x655.jpg\";s:5:\"width\";i:638;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(24648,8130,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.727605496597836;s:5:\"bytes\";i:3203;s:11:\"size_before\";i:67751;s:10:\"size_after\";i:64548;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7;s:5:\"bytes\";i:232;s:11:\"size_before\";i:4937;s:10:\"size_after\";i:4705;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:462;s:11:\"size_before\";i:12378;s:10:\"size_after\";i:11916;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.97;s:5:\"bytes\";i:2509;s:11:\"size_before\";i:50436;s:10:\"size_after\";i:47927;s:4:\"time\";d:0.03;}}}'),(24649,8131,'_wp_attached_file','2019/09/doctor-sleep-buzz-demo-2.jpg'),(24650,8131,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:922577;s:11:\"size_before\";i:996387;s:10:\"size_after\";i:73810;}'),(24651,8131,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.8156412410917127;s:5:\"bytes\";i:3619;s:11:\"size_before\";i:128532;s:10:\"size_after\";i:124913;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.85;s:5:\"bytes\";i:146;s:11:\"size_before\";i:3794;s:10:\"size_after\";i:3648;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.94;s:5:\"bytes\";i:311;s:11:\"size_before\";i:7894;s:10:\"size_after\";i:7583;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.46;s:5:\"bytes\";i:682;s:11:\"size_before\";i:27726;s:10:\"size_after\";i:27044;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.66;s:5:\"bytes\";i:1118;s:11:\"size_before\";i:41980;s:10:\"size_after\";i:40862;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.89;s:5:\"bytes\";i:1362;s:11:\"size_before\";i:47138;s:10:\"size_after\";i:45776;s:4:\"time\";d:0.04;}}}'),(24652,8131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:804;s:4:\"file\";s:36:\"2019/09/doctor-sleep-buzz-demo-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"doctor-sleep-buzz-demo-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:36:\"doctor-sleep-buzz-demo-2-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"doctor-sleep-buzz-demo-2-768x412.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"doctor-sleep-buzz-demo-2-1024x549.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"doctor-sleep-buzz-demo-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(24653,8132,'_wp_attached_file','2019/09/Orville-Johnson-Buzz-Caribbean.jpg'),(24654,8132,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.026171415957357;s:5:\"bytes\";i:4661;s:11:\"size_before\";i:154023;s:10:\"size_after\";i:149362;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.93;s:5:\"bytes\";i:296;s:11:\"size_before\";i:6005;s:10:\"size_after\";i:5709;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.78;s:5:\"bytes\";i:345;s:11:\"size_before\";i:9121;s:10:\"size_after\";i:8776;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.78;s:5:\"bytes\";i:929;s:11:\"size_before\";i:33476;s:10:\"size_after\";i:32547;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.01;s:5:\"bytes\";i:1530;s:11:\"size_before\";i:50756;s:10:\"size_after\";i:49226;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.86;s:5:\"bytes\";i:1561;s:11:\"size_before\";i:54665;s:10:\"size_after\";i:53104;s:4:\"time\";d:0.05;}}}'),(24655,8132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:42:\"2019/09/Orville-Johnson-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Orville-Johnson-Buzz-Caribbean-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:42:\"Orville-Johnson-Buzz-Caribbean-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Orville-Johnson-Buzz-Caribbean-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Orville-Johnson-Buzz-Caribbean-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Orville-Johnson-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(24656,8133,'_wp_attached_file','2019/09/doctor-sleep-buzz-demo-3.jpg'),(24657,8133,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.08363562885487;s:5:\"bytes\";i:8488;s:11:\"size_before\";i:207854;s:10:\"size_after\";i:199366;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:329;s:11:\"size_before\";i:5983;s:10:\"size_after\";i:5654;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3;s:5:\"bytes\";i:399;s:11:\"size_before\";i:9274;s:10:\"size_after\";i:8875;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.06;s:5:\"bytes\";i:1710;s:11:\"size_before\";i:42141;s:10:\"size_after\";i:40431;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.08;s:5:\"bytes\";i:2829;s:11:\"size_before\";i:69335;s:10:\"size_after\";i:66506;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.97;s:5:\"bytes\";i:3221;s:11:\"size_before\";i:81121;s:10:\"size_after\";i:77900;s:4:\"time\";d:0.03;}}}'),(24658,8133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:36:\"2019/09/doctor-sleep-buzz-demo-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"doctor-sleep-buzz-demo-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:36:\"doctor-sleep-buzz-demo-3-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:36:\"doctor-sleep-buzz-demo-3-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:37:\"doctor-sleep-buzz-demo-3-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"doctor-sleep-buzz-demo-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(24662,8135,'_wp_attached_file','2019/09/doctor-sleep-buzz-demo-6.jpg'),(24663,8135,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:123334;s:11:\"size_before\";i:194954;s:10:\"size_after\";i:71620;}'),(24664,8135,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.684005325218714;s:5:\"bytes\";i:3387;s:11:\"size_before\";i:126192;s:10:\"size_after\";i:122805;s:4:\"time\";d:0.52;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.82;s:5:\"bytes\";i:173;s:11:\"size_before\";i:4528;s:10:\"size_after\";i:4355;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.34;s:5:\"bytes\";i:168;s:11:\"size_before\";i:7179;s:10:\"size_after\";i:7011;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.22;s:5:\"bytes\";i:596;s:11:\"size_before\";i:26894;s:10:\"size_after\";i:26298;s:4:\"time\";d:0.44;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.67;s:5:\"bytes\";i:1093;s:11:\"size_before\";i:40972;s:10:\"size_after\";i:39879;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.91;s:5:\"bytes\";i:1357;s:11:\"size_before\";i:46619;s:10:\"size_after\";i:45262;s:4:\"time\";d:0.03;}}}'),(24665,8135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:802;s:4:\"file\";s:36:\"2019/09/doctor-sleep-buzz-demo-6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"doctor-sleep-buzz-demo-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:36:\"doctor-sleep-buzz-demo-6-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"doctor-sleep-buzz-demo-6-768x411.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:411;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"doctor-sleep-buzz-demo-6-1024x547.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"doctor-sleep-buzz-demo-6-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(24666,8136,'_wp_attached_file','2019/09/doctor-sleep-buzz-demo-7.jpg'),(24667,8136,'wpmf_size','98445'),(24668,8136,'wpmf_filetype','jpg'),(24669,8136,'wpmf_order','0'),(24670,8136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:36:\"2019/09/doctor-sleep-buzz-demo-7.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"doctor-sleep-buzz-demo-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:36:\"doctor-sleep-buzz-demo-7-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:36:\"doctor-sleep-buzz-demo-7-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:37:\"doctor-sleep-buzz-demo-7-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"doctor-sleep-buzz-demo-7-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(24671,8136,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.815120499738933;s:5:\"bytes\";i:4475;s:11:\"size_before\";i:158963;s:10:\"size_after\";i:154488;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.59;s:5:\"bytes\";i:291;s:11:\"size_before\";i:5204;s:10:\"size_after\";i:4913;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.91;s:5:\"bytes\";i:485;s:11:\"size_before\";i:9881;s:10:\"size_after\";i:9396;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.65;s:5:\"bytes\";i:918;s:11:\"size_before\";i:34598;s:10:\"size_after\";i:33680;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.45;s:5:\"bytes\";i:1263;s:11:\"size_before\";i:51636;s:10:\"size_after\";i:50373;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.63;s:5:\"bytes\";i:1518;s:11:\"size_before\";i:57644;s:10:\"size_after\";i:56126;s:4:\"time\";d:0.03;}}}'),(24672,8137,'_wp_attached_file','2019/09/doctor-sleep-buzz-demo-5.jpg'),(24673,8137,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:352894;s:11:\"size_before\";i:441578;s:10:\"size_after\";i:88684;}'),(24674,8137,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.500701727525581;s:5:\"bytes\";i:3920;s:11:\"size_before\";i:156756;s:10:\"size_after\";i:152836;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.36;s:5:\"bytes\";i:195;s:11:\"size_before\";i:4473;s:10:\"size_after\";i:4278;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.92;s:5:\"bytes\";i:222;s:11:\"size_before\";i:7613;s:10:\"size_after\";i:7391;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.22;s:5:\"bytes\";i:716;s:11:\"size_before\";i:32260;s:10:\"size_after\";i:31544;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.58;s:5:\"bytes\";i:1294;s:11:\"size_before\";i:50193;s:10:\"size_after\";i:48899;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4;s:5:\"bytes\";i:1493;s:11:\"size_before\";i:62217;s:10:\"size_after\";i:60724;s:4:\"time\";d:0.03;}}}'),(24675,8137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:798;s:4:\"file\";s:36:\"2019/09/doctor-sleep-buzz-demo-5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"doctor-sleep-buzz-demo-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:36:\"doctor-sleep-buzz-demo-5-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"doctor-sleep-buzz-demo-5-768x409.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:409;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"doctor-sleep-buzz-demo-5-1024x545.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"doctor-sleep-buzz-demo-5-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(24680,8124,'_oembed_049a2aa46009c2953396a50d0323b355','<iframe title=\"DOCTOR SLEEP - Final Trailer [HD]\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/BOzFZxB-8cw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(24681,8124,'_oembed_time_049a2aa46009c2953396a50d0323b355','1568059628'),(24684,8142,'_wp_attached_file','2019/09/peter-phillis-dr-featured-image.jpg'),(24685,8142,'wpmf_size','75264'),(24686,8142,'wpmf_filetype','jpg'),(24687,8142,'wpmf_order','0'),(24688,8142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:532;s:4:\"file\";s:43:\"2019/09/peter-phillis-dr-featured-image.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"peter-phillis-dr-featured-image-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:\"peter-phillis-dr-featured-image-300x251.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(24689,8142,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.777541690811924;s:5:\"bytes\";i:742;s:11:\"size_before\";i:15531;s:10:\"size_after\";i:14789;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1;s:5:\"bytes\";i:252;s:11:\"size_before\";i:4938;s:10:\"size_after\";i:4686;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.63;s:5:\"bytes\";i:490;s:11:\"size_before\";i:10593;s:10:\"size_after\";i:10103;s:4:\"time\";d:0.01;}}}'),(24692,8143,'_wp_attached_file','2019/09/Home-Destruction-Buzz-Caribbean.jpg'),(24693,8143,'wpmf_size','489815'),(24694,8143,'wpmf_filetype','jpg'),(24695,8143,'wpmf_order','0'),(24696,8143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:43:\"2019/09/Home-Destruction-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Home-Destruction-Buzz-Caribbean-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:\"Home-Destruction-Buzz-Caribbean-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Home-Destruction-Buzz-Caribbean-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Home-Destruction-Buzz-Caribbean-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Home-Destruction-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(24697,8143,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.546986280175878;s:5:\"bytes\";i:39354;s:11:\"size_before\";i:601101;s:10:\"size_after\";i:561747;s:4:\"time\";d:0.21000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.23;s:5:\"bytes\";i:912;s:11:\"size_before\";i:11088;s:10:\"size_after\";i:10176;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.19;s:5:\"bytes\";i:2058;s:11:\"size_before\";i:25114;s:10:\"size_after\";i:23056;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9;s:5:\"bytes\";i:8976;s:11:\"size_before\";i:130039;s:10:\"size_after\";i:121063;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.35;s:5:\"bytes\";i:13287;s:11:\"size_before\";i:209309;s:10:\"size_after\";i:196022;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.26;s:5:\"bytes\";i:14121;s:11:\"size_before\";i:225551;s:10:\"size_after\";i:211430;s:4:\"time\";d:0.09;}}}'),(24699,8097,'_thumbnail_id','8143'),(24700,8097,'xyz_smap','1'),(24702,8128,'_thumbnail_id','8169'),(24703,8128,'_edit_last','9'),(24704,8128,'smpush_mute_activated','no'),(24705,8128,'_yoast_wpseo_primary_category','2'),(24706,8128,'_yoast_wpseo_primary_sub-category','14'),(24707,8128,'sponsored_url',''),(24708,8128,'_yoast_wpseo_metadesc','The CEO of Universal Music France, Olivier Nusse, confirmed that Rihanna will be dropping her album in December 2019'),(24709,8128,'_yoast_wpseo_content_score','60'),(24710,8128,'_yoast_wpseo_focuskeywords','[]'),(24711,8128,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24713,8124,'_edit_last','14'),(24714,8124,'xyz_smap','1'),(24715,8124,'smpush_mute_activated','no'),(24717,8124,'_yoast_wpseo_primary_category','2'),(24718,8124,'_yoast_wpseo_primary_sub-category','14'),(24719,8124,'sponsored_url',''),(24720,8124,'_yoast_wpseo_content_score','60'),(24721,8124,'_yoast_wpseo_focuskeywords','[]'),(24722,8124,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24726,8128,'xyz_smap','1'),(24728,8148,'_wp_attached_file','2019/09/PNP-Fallout-Feature-Image-Buzz-Caribbean.jpg'),(24729,8148,'wpmf_size','126752'),(24730,8148,'wpmf_filetype','jpg'),(24731,8148,'wpmf_order','0'),(24732,8148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:52:\"2019/09/PNP-Fallout-Feature-Image-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"PNP-Fallout-Feature-Image-Buzz-Caribbean-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:52:\"PNP-Fallout-Feature-Image-Buzz-Caribbean-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"PNP-Fallout-Feature-Image-Buzz-Caribbean-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"PNP-Fallout-Feature-Image-Buzz-Caribbean-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"PNP-Fallout-Feature-Image-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(24733,8148,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.214421177916998;s:5:\"bytes\";i:12561;s:11:\"size_before\";i:152914;s:10:\"size_after\";i:140353;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.28;s:5:\"bytes\";i:438;s:11:\"size_before\";i:6018;s:10:\"size_after\";i:5580;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3;s:5:\"bytes\";i:838;s:11:\"size_before\";i:10097;s:10:\"size_after\";i:9259;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.52;s:5:\"bytes\";i:2514;s:11:\"size_before\";i:33435;s:10:\"size_after\";i:30921;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.66;s:5:\"bytes\";i:4308;s:11:\"size_before\";i:49760;s:10:\"size_after\";i:45452;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.33;s:5:\"bytes\";i:4463;s:11:\"size_before\";i:53604;s:10:\"size_after\";i:49141;s:4:\"time\";d:0.04;}}}'),(24740,8150,'_edit_lock','1568073212:11'),(24741,8150,'_yst_prominent_words_version','1'),(24744,8150,'_edit_last','11'),(24745,8150,'smpush_mute_activated','no'),(24746,8150,'_yoast_wpseo_primary_category','4'),(24747,8150,'_yoast_wpseo_primary_sub-category','15'),(24748,8150,'sponsored_url',''),(24749,8150,'_yoast_wpseo_content_score','30'),(24750,8150,'_yoast_wpseo_focuskeywords','[]'),(24751,8150,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24754,8153,'_wp_attached_file','2019/09/Feature-Images-Sept-2019Rihanna.jpg'),(24755,8153,'wpmf_size','186816'),(24756,8153,'wpmf_filetype','jpg'),(24757,8153,'wpmf_order','0'),(24758,8153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:43:\"2019/09/Feature-Images-Sept-2019Rihanna.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Feature-Images-Sept-2019Rihanna-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:\"Feature-Images-Sept-2019Rihanna-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Feature-Images-Sept-2019Rihanna-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Feature-Images-Sept-2019Rihanna-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Feature-Images-Sept-2019Rihanna-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(24759,8153,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.204786113529759;s:5:\"bytes\";i:7987;s:11:\"size_before\";i:249221;s:10:\"size_after\";i:241234;s:4:\"time\";d:0.12000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:308;s:11:\"size_before\";i:6913;s:10:\"size_after\";i:6605;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.73;s:5:\"bytes\";i:312;s:11:\"size_before\";i:11443;s:10:\"size_after\";i:11131;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.39;s:5:\"bytes\";i:1280;s:11:\"size_before\";i:53545;s:10:\"size_after\";i:52265;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.36;s:5:\"bytes\";i:2853;s:11:\"size_before\";i:84876;s:10:\"size_after\";i:82023;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:3234;s:11:\"size_before\";i:92444;s:10:\"size_after\";i:89210;s:4:\"time\";d:0.05;}}}'),(24761,7878,'_oembed_5637c4acedf87975f14e05b2bbdab985','<iframe title=\"Peter Bunting speaks about birthday celebration\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/QxRGtpkGbPs?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(24762,7878,'_oembed_time_5637c4acedf87975f14e05b2bbdab985','1568063515'),(24766,8156,'_edit_lock','1568065101:11'),(24767,8156,'_yst_prominent_words_version','1'),(24768,8157,'_wp_attached_file','2019/09/image.png'),(24769,8157,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.5837832134629934;s:5:\"bytes\";i:3744;s:11:\"size_before\";i:56867;s:10:\"size_after\";i:53123;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16923;s:10:\"size_after\";i:16923;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.37;s:5:\"bytes\";i:3744;s:11:\"size_before\";i:39944;s:10:\"size_after\";i:36200;s:4:\"time\";d:0.17;}}}'),(24770,8157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:375;s:4:\"file\";s:17:\"2019/09/image.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"image-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:17:\"image-300x187.png\";s:5:\"width\";i:300;s:6:\"height\";i:187;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:{}}}'),(24771,8158,'_wp_attached_file','2019/09/image-1.png'),(24772,8158,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.299289015832066;s:5:\"bytes\";i:6707;s:11:\"size_before\";i:65121;s:10:\"size_after\";i:58414;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4;s:5:\"bytes\";i:1523;s:11:\"size_before\";i:23788;s:10:\"size_after\";i:22265;s:4:\"time\";d:0.07;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.54;s:5:\"bytes\";i:5184;s:11:\"size_before\";i:41333;s:10:\"size_after\";i:36149;s:4:\"time\";d:0.12;}}}'),(24773,8158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:271;s:4:\"file\";s:19:\"2019/09/image-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-1-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:19:\"image-1-300x135.png\";s:5:\"width\";i:300;s:6:\"height\";i:135;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:{}}}'),(24774,8159,'_wp_attached_file','2019/09/image-2.png'),(24775,8159,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.48260237003143;s:5:\"bytes\";i:5837;s:11:\"size_before\";i:90041;s:10:\"size_after\";i:84204;s:4:\"time\";d:0.21;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.41;s:5:\"bytes\";i:1756;s:11:\"size_before\";i:27374;s:10:\"size_after\";i:25618;s:4:\"time\";d:0.06;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.51;s:5:\"bytes\";i:4081;s:11:\"size_before\";i:62667;s:10:\"size_after\";i:58586;s:4:\"time\";d:0.15;}}}'),(24776,8159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:555;s:6:\"height\";i:412;s:4:\"file\";s:19:\"2019/09/image-2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-2-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:19:\"image-2-300x223.png\";s:5:\"width\";i:300;s:6:\"height\";i:223;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:{}}}'),(24777,8160,'_edit_lock','1568069433:4'),(24778,8160,'_yst_prominent_words_version','1'),(24779,8161,'_wp_attached_file','2019/09/shereita-singer-BBB.jpg'),(24780,8161,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.930118083017615;s:5:\"bytes\";i:10024;s:11:\"size_before\";i:144644;s:10:\"size_after\";i:134620;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.42;s:5:\"bytes\";i:146;s:11:\"size_before\";i:3300;s:10:\"size_after\";i:3154;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:364;s:11:\"size_before\";i:7339;s:10:\"size_after\";i:6975;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.69;s:5:\"bytes\";i:2291;s:11:\"size_before\";i:34237;s:10:\"size_after\";i:31946;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.43;s:5:\"bytes\";i:4059;s:11:\"size_before\";i:54603;s:10:\"size_after\";i:50544;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.01;s:5:\"bytes\";i:3164;s:11:\"size_before\";i:45165;s:10:\"size_after\";i:42001;s:4:\"time\";d:0.03;}}}'),(24781,8161,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1028;s:6:\"height\";i:900;s:4:\"file\";s:31:\"2019/09/shereita-singer-BBB.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"shereita-singer-BBB-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:\"shereita-singer-BBB-300x263.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"shereita-singer-BBB-768x672.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"shereita-singer-BBB-1024x896.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:896;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"shereita-singer-BBB-1028x655.jpg\";s:5:\"width\";i:1028;s:6:\"height\";i:655;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:{}}}'),(24782,8162,'_wp_attached_file','2019/09/shereita-singer.jpg'),(24783,8162,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.256066109453274;s:5:\"bytes\";i:3152;s:11:\"size_before\";i:74059;s:10:\"size_after\";i:70907;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.02;s:5:\"bytes\";i:242;s:11:\"size_before\";i:4816;s:10:\"size_after\";i:4574;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.93;s:5:\"bytes\";i:442;s:11:\"size_before\";i:11247;s:10:\"size_after\";i:10805;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.26;s:5:\"bytes\";i:2468;s:11:\"size_before\";i:57996;s:10:\"size_after\";i:55528;s:4:\"time\";d:0.03;}}}'),(24784,8162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:900;s:4:\"file\";s:27:\"2019/09/shereita-singer.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"shereita-singer-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:\"shereita-singer-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"shereita-singer-720x655.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:655;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:{}}}'),(24785,8163,'_wp_attached_file','2019/09/shereita-singer-CCC.jpg'),(24786,8163,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.3217747531955855;s:5:\"bytes\";i:5648;s:11:\"size_before\";i:89342;s:10:\"size_after\";i:83694;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.58;s:5:\"bytes\";i:142;s:11:\"size_before\";i:3101;s:10:\"size_after\";i:2959;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.34;s:5:\"bytes\";i:350;s:11:\"size_before\";i:8066;s:10:\"size_after\";i:7716;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.82;s:5:\"bytes\";i:2508;s:11:\"size_before\";i:36795;s:10:\"size_after\";i:34287;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4;s:5:\"bytes\";i:2648;s:11:\"size_before\";i:41380;s:10:\"size_after\";i:38732;s:4:\"time\";d:0.02;}}}'),(24787,8163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:900;s:4:\"file\";s:31:\"2019/09/shereita-singer-CCC.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"shereita-singer-CCC-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:\"shereita-singer-CCC-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"shereita-singer-CCC-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"shereita-singer-CCC-900x655.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:655;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:{}}}'),(24789,8156,'_thumbnail_id','8158'),(24790,8156,'_edit_last','11'),(24791,8156,'xyz_smap','1'),(24792,8156,'smpush_mute_activated','no'),(24794,8156,'_yoast_wpseo_primary_category','2'),(24795,8156,'_yoast_wpseo_primary_sub-category','881'),(24796,8156,'sponsored_url',''),(24797,8156,'_yoast_wpseo_content_score','60'),(24798,8156,'_yoast_wpseo_focuskeywords','[]'),(24799,8156,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24800,8160,'_thumbnail_id','8162'),(24801,8160,'_edit_last','4'),(24802,8160,'smpush_mute_activated','no'),(24803,8160,'_yoast_wpseo_primary_category','2'),(24804,8160,'_yoast_wpseo_primary_sub-category','14'),(24805,8160,'sponsored_url',''),(24806,8160,'_yoast_wpseo_metadesc','Sherieta is now moving from backstage and stepping into centre stage with her newly released EP, Conversations In Key, which she has been working on since 2015.'),(24807,8160,'_yoast_wpseo_content_score','60'),(24808,8160,'_yoast_wpseo_focuskeywords','[]'),(24809,8160,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24811,8160,'xyz_smap','1'),(24813,8167,'_wp_attached_file','2019/09/Apple-ios-13-home-screen-iphone-xs-06032019_big_large_2x.jpg'),(24814,8167,'wpmf_size','1349420'),(24815,8167,'wpmf_filetype','jpg'),(24816,8167,'wpmf_order','0'),(24817,8167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:756;s:6:\"height\";i:1200;s:4:\"file\";s:68:\"2019/09/Apple-ios-13-home-screen-iphone-xs-06032019_big_large_2x.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"Apple-ios-13-home-screen-iphone-xs-06032019_big_large_2x-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:68:\"Apple-ios-13-home-screen-iphone-xs-06032019_big_large_2x-189x300.jpg\";s:5:\"width\";i:189;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:69:\"Apple-ios-13-home-screen-iphone-xs-06032019_big_large_2x-768x1219.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:69:\"Apple-ios-13-home-screen-iphone-xs-06032019_big_large_2x-645x1024.jpg\";s:5:\"width\";i:645;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:69:\"Apple-ios-13-home-screen-iphone-xs-06032019_big_large_2x-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(24818,8167,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1246029;s:11:\"size_before\";i:1349420;s:10:\"size_after\";i:103391;}'),(24819,8167,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.295659762543195;s:5:\"bytes\";i:29258;s:11:\"size_before\";i:284178;s:10:\"size_after\";i:254920;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.13;s:5:\"bytes\";i:590;s:11:\"size_before\";i:7259;s:10:\"size_after\";i:6669;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.09;s:5:\"bytes\";i:1106;s:11:\"size_before\";i:13664;s:10:\"size_after\";i:12558;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.26;s:5:\"bytes\";i:10722;s:11:\"size_before\";i:104547;s:10:\"size_after\";i:93825;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.09;s:5:\"bytes\";i:8239;s:11:\"size_before\";i:81685;s:10:\"size_after\";i:73446;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.17;s:5:\"bytes\";i:8601;s:11:\"size_before\";i:77023;s:10:\"size_after\";i:68422;s:4:\"time\";d:0.03;}}}'),(24822,8169,'_wp_attached_file','2019/09/Feature-Images-Sept-2019Rihanna-NEW.jpg'),(24823,8169,'wpmf_size','209536'),(24824,8169,'wpmf_filetype','jpg'),(24825,8169,'wpmf_order','0'),(24826,8169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:47:\"2019/09/Feature-Images-Sept-2019Rihanna-NEW.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Feature-Images-Sept-2019Rihanna-NEW-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:\"Feature-Images-Sept-2019Rihanna-NEW-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Feature-Images-Sept-2019Rihanna-NEW-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Feature-Images-Sept-2019Rihanna-NEW-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"Feature-Images-Sept-2019Rihanna-NEW-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(24827,8169,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.566895576275287;s:5:\"bytes\";i:9583;s:11:\"size_before\";i:268665;s:10:\"size_after\";i:259082;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.39;s:5:\"bytes\";i:293;s:11:\"size_before\";i:6668;s:10:\"size_after\";i:6375;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4;s:5:\"bytes\";i:414;s:11:\"size_before\";i:12162;s:10:\"size_after\";i:11748;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.82;s:5:\"bytes\";i:1630;s:11:\"size_before\";i:57799;s:10:\"size_after\";i:56169;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.58;s:5:\"bytes\";i:3304;s:11:\"size_before\";i:92187;s:10:\"size_after\";i:88883;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95;s:5:\"bytes\";i:3942;s:11:\"size_before\";i:99849;s:10:\"size_after\";i:95907;s:4:\"time\";d:0.03;}}}'),(24834,8170,'_edit_lock','1568066381:11'),(24835,8170,'_yst_prominent_words_version','1'),(24836,8171,'_edit_lock','1568067889:4'),(24837,8171,'_yst_prominent_words_version','1'),(24838,8172,'_wp_attached_file','2019/09/image-3.png'),(24839,8172,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:123954;s:10:\"size_after\";i:123954;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39791;s:10:\"size_after\";i:39791;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:84163;s:10:\"size_after\";i:84163;s:4:\"time\";d:0.05;}}}'),(24840,8172,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:339;s:4:\"file\";s:19:\"2019/09/image-3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-3-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:19:\"image-3-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;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:{}}}'),(24841,8173,'_wp_attached_file','2019/09/image-4.png'),(24842,8173,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.586202671241269;s:5:\"bytes\";i:4300;s:11:\"size_before\";i:65288;s:10:\"size_after\";i:60988;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7;s:5:\"bytes\";i:1471;s:11:\"size_before\";i:25802;s:10:\"size_after\";i:24331;s:4:\"time\";d:0.05;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.16;s:5:\"bytes\";i:2829;s:11:\"size_before\";i:39486;s:10:\"size_after\";i:36657;s:4:\"time\";d:0.1;}}}'),(24843,8173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:263;s:4:\"file\";s:19:\"2019/09/image-4.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-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:19:\"image-4-300x131.png\";s:5:\"width\";i:300;s:6:\"height\";i:131;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:{}}}'),(24844,8174,'_edit_lock','1568071969:14'),(24845,8174,'_yst_prominent_words_version','1'),(24846,8176,'_wp_attached_file','2019/09/image-5.png'),(24847,8176,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.152240664791394;s:5:\"bytes\";i:4728;s:11:\"size_before\";i:46571;s:10:\"size_after\";i:41843;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.56;s:5:\"bytes\";i:1173;s:11:\"size_before\";i:17872;s:10:\"size_after\";i:16699;s:4:\"time\";d:0.06;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.39;s:5:\"bytes\";i:3555;s:11:\"size_before\";i:28699;s:10:\"size_after\";i:25144;s:4:\"time\";d:0.09;}}}'),(24848,8176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:223;s:4:\"file\";s:19:\"2019/09/image-5.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-5-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:19:\"image-5-300x111.png\";s:5:\"width\";i:300;s:6:\"height\";i:111;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:{}}}'),(24850,8170,'_thumbnail_id','8172'),(24851,8170,'_edit_last','11'),(24852,8170,'xyz_smap','1'),(24853,8170,'smpush_mute_activated','no'),(24855,8170,'_yoast_wpseo_primary_category','2'),(24856,8170,'_yoast_wpseo_primary_sub-category','881'),(24857,8170,'sponsored_url',''),(24858,8170,'_yoast_wpseo_content_score','30'),(24859,8170,'_yoast_wpseo_focuskeywords','[]'),(24860,8170,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24861,8171,'_thumbnail_id','7765'),(24862,8171,'_edit_last','4'),(24863,8171,'smpush_mute_activated','no'),(24864,8171,'_yoast_wpseo_primary_category','4'),(24865,8171,'_yoast_wpseo_primary_sub-category','16'),(24866,8171,'sponsored_url',''),(24867,8171,'_yoast_wpseo_metadesc','Former Chairman of the Clarendon Chamber of Commerce, Dr Winston Dawes, has pointed to business mogul Gordon ‘Butch’ Stewart as the man to solve Jamaica\'s crime problem.'),(24868,8171,'_yoast_wpseo_content_score','90'),(24869,8171,'_yoast_wpseo_focuskeywords','[]'),(24870,8171,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24874,8171,'xyz_smap','1'),(24876,8180,'_edit_lock','1568067439:11'),(24877,8180,'_yst_prominent_words_version','1'),(24878,8181,'_wp_attached_file','2019/09/image-6.png'),(24879,8181,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:103936;s:10:\"size_after\";i:103936;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35088;s:10:\"size_after\";i:35088;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:68848;s:10:\"size_after\";i:68848;s:4:\"time\";d:0.05;}}}'),(24880,8181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:328;s:4:\"file\";s:19:\"2019/09/image-6.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-6-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:19:\"image-6-300x163.png\";s:5:\"width\";i:300;s:6:\"height\";i:163;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:{}}}'),(24881,8182,'_wp_attached_file','2019/09/image-7.png'),(24882,8182,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.649879113765177;s:5:\"bytes\";i:8061;s:11:\"size_before\";i:75691;s:10:\"size_after\";i:67630;s:4:\"time\";d:0.22000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.4;s:5:\"bytes\";i:2497;s:11:\"size_before\";i:21904;s:10:\"size_after\";i:19407;s:4:\"time\";d:0.08;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.34;s:5:\"bytes\";i:5564;s:11:\"size_before\";i:53787;s:10:\"size_after\";i:48223;s:4:\"time\";d:0.14;}}}'),(24883,8182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:413;s:4:\"file\";s:19:\"2019/09/image-7.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-7-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:19:\"image-7-300x206.png\";s:5:\"width\";i:300;s:6:\"height\";i:206;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:{}}}'),(24884,8183,'_wp_attached_file','2019/09/image-8.png'),(24885,8183,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:74022;s:10:\"size_after\";i:74022;s:4:\"time\";d:0.12000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29570;s:10:\"size_after\";i:29570;s:4:\"time\";d:0.05;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44452;s:10:\"size_after\";i:44452;s:4:\"time\";d:0.07;}}}'),(24886,8183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:290;s:4:\"file\";s:19:\"2019/09/image-8.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-8-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:19:\"image-8-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;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:{}}}'),(24887,8184,'_wp_attached_file','2019/09/image-9.png'),(24888,8184,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:91257;s:10:\"size_after\";i:91257;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34174;s:10:\"size_after\";i:34174;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57083;s:10:\"size_after\";i:57083;s:4:\"time\";d:0.1;}}}'),(24889,8184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:332;s:4:\"file\";s:19:\"2019/09/image-9.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-9-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:19:\"image-9-300x165.png\";s:5:\"width\";i:300;s:6:\"height\";i:165;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:{}}}'),(24890,8180,'_thumbnail_id','8184'),(24891,8180,'_edit_last','11'),(24892,8180,'smpush_mute_activated','no'),(24893,8180,'_yoast_wpseo_primary_category','4'),(24894,8180,'_yoast_wpseo_primary_sub-category','881'),(24895,8180,'sponsored_url',''),(24896,8180,'_yoast_wpseo_content_score','30'),(24897,8180,'_yoast_wpseo_focuskeywords','[]'),(24898,8180,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24899,8186,'_edit_lock','1568068829:11'),(24900,8186,'_yst_prominent_words_version','1'),(24902,8150,'xyz_smap','1'),(24908,8190,'_wp_attached_file','2019/09/Miss-Lou-Square-Buzz-Caribbean.jpg'),(24909,8190,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:706124;s:11:\"size_before\";i:900465;s:10:\"size_after\";i:194341;}'),(24910,8190,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.884353498983993;s:5:\"bytes\";i:10896;s:11:\"size_before\";i:280510;s:10:\"size_after\";i:269614;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.39;s:5:\"bytes\";i:403;s:11:\"size_before\";i:7472;s:10:\"size_after\";i:7069;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.76;s:5:\"bytes\";i:700;s:11:\"size_before\";i:14719;s:10:\"size_after\";i:14019;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3;s:5:\"bytes\";i:1978;s:11:\"size_before\";i:60020;s:10:\"size_after\";i:58042;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.78;s:5:\"bytes\";i:3750;s:11:\"size_before\";i:99119;s:10:\"size_after\";i:95369;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1;s:5:\"bytes\";i:4065;s:11:\"size_before\";i:99180;s:10:\"size_after\";i:95115;s:4:\"time\";d:0.04;}}}'),(24911,8190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:42:\"2019/09/Miss-Lou-Square-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Miss-Lou-Square-Buzz-Caribbean-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:42:\"Miss-Lou-Square-Buzz-Caribbean-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:42:\"Miss-Lou-Square-Buzz-Caribbean-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:43:\"Miss-Lou-Square-Buzz-Caribbean-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Miss-Lou-Square-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567969106\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24914,8192,'_wp_attached_file','2019/09/Miss-Lou-Square-Centenary-Buzz-Caribbean.jpg'),(24915,8192,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:460116;s:11:\"size_before\";i:653062;s:10:\"size_after\";i:192946;}'),(24916,8192,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.379342856106783;s:5:\"bytes\";i:10251;s:11:\"size_before\";i:303343;s:10:\"size_after\";i:293092;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1;s:5:\"bytes\";i:422;s:11:\"size_before\";i:6915;s:10:\"size_after\";i:6493;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:722;s:11:\"size_before\";i:15067;s:10:\"size_after\";i:14345;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37;s:5:\"bytes\";i:2276;s:11:\"size_before\";i:67586;s:10:\"size_after\";i:65310;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.22;s:5:\"bytes\";i:3436;s:11:\"size_before\";i:106720;s:10:\"size_after\";i:103284;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.17;s:5:\"bytes\";i:3395;s:11:\"size_before\";i:107055;s:10:\"size_after\";i:103660;s:4:\"time\";d:0.05;}}}'),(24917,8192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:52:\"2019/09/Miss-Lou-Square-Centenary-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Miss-Lou-Square-Centenary-Buzz-Caribbean-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:52:\"Miss-Lou-Square-Centenary-Buzz-Caribbean-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:52:\"Miss-Lou-Square-Centenary-Buzz-Caribbean-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:53:\"Miss-Lou-Square-Centenary-Buzz-Caribbean-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"Miss-Lou-Square-Centenary-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567964722\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24918,8193,'_edit_lock','1568310556:9'),(24919,8193,'_yst_prominent_words_version','1'),(24921,8186,'_thumbnail_id','8190'),(24922,8186,'_edit_last','11'),(24923,8186,'xyz_smap','1'),(24924,8186,'smpush_mute_activated','no'),(24926,8186,'_yoast_wpseo_primary_category','4'),(24927,8186,'_yoast_wpseo_primary_sub-category','16'),(24928,8186,'sponsored_url',''),(24929,8186,'_yoast_wpseo_content_score','30'),(24930,8186,'_yoast_wpseo_focuskeywords','[]'),(24931,8186,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24932,8195,'_edit_lock','1568069825:11'),(24933,8195,'_yst_prominent_words_version','1'),(24934,8196,'_wp_attached_file','2019/09/Bugle_BB-20190909.jpg'),(24935,8196,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.294370557211648;s:5:\"bytes\";i:14366;s:11:\"size_before\";i:139552;s:10:\"size_after\";i:125186;s:4:\"time\";d:0.09;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.47;s:5:\"bytes\";i:192;s:11:\"size_before\";i:4297;s:10:\"size_after\";i:4105;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4;s:5:\"bytes\";i:440;s:11:\"size_before\";i:6880;s:10:\"size_after\";i:6440;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9;s:5:\"bytes\";i:2990;s:11:\"size_before\";i:30202;s:10:\"size_after\";i:27212;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.95;s:5:\"bytes\";i:5484;s:11:\"size_before\";i:50079;s:10:\"size_after\";i:44595;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.94;s:5:\"bytes\";i:5260;s:11:\"size_before\";i:48094;s:10:\"size_after\";i:42834;s:4:\"time\";d:0.03;}}}'),(24936,8196,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1205;s:6:\"height\";i:815;s:4:\"file\";s:29:\"2019/09/Bugle_BB-20190909.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Bugle_BB-20190909-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:\"Bugle_BB-20190909-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Bugle_BB-20190909-768x519.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:519;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Bugle_BB-20190909-1024x693.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:693;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Bugle_BB-20190909-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"9.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D610\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1527685133\";s:9:\"copyright\";s:13:\"ADRIAN CREARY\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:18:\"0.0055555555555556\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24939,8193,'_edit_last','9'),(24940,8193,'smpush_mute_activated','no'),(24941,8193,'_yoast_wpseo_primary_category','2'),(24942,8193,'_yoast_wpseo_primary_sub-category','14'),(24943,8193,'sponsored_url',''),(24944,8193,'_yoast_wpseo_metadesc','Jamaican entertainer Bugle says he has no ill will towards Elephant Man. He has made it clear that the lyrics in his new song, Life Saviour, wasn’t done to be disrespectful to Elephant Man.'),(24945,8193,'_yoast_wpseo_content_score','90'),(24946,8193,'_yoast_wpseo_focuskeywords','[]'),(24947,8193,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24948,8199,'_wp_attached_file','2019/09/Tufton-Health-Bulky-Waste-Buzz-Caribbean.jpg'),(24949,8199,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:393513;s:11:\"size_before\";i:536388;s:10:\"size_after\";i:142875;}'),(24950,8199,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0389751041895154;s:5:\"bytes\";i:8867;s:11:\"size_before\";i:291776;s:10:\"size_after\";i:282909;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.72;s:5:\"bytes\";i:401;s:11:\"size_before\";i:7012;s:10:\"size_after\";i:6611;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4;s:5:\"bytes\";i:823;s:11:\"size_before\";i:18715;s:10:\"size_after\";i:17892;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.98;s:5:\"bytes\";i:2188;s:11:\"size_before\";i:73346;s:10:\"size_after\";i:71158;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.05;s:5:\"bytes\";i:3446;s:11:\"size_before\";i:112877;s:10:\"size_after\";i:109431;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.52;s:5:\"bytes\";i:2009;s:11:\"size_before\";i:79826;s:10:\"size_after\";i:77817;s:4:\"time\";d:0.04;}}}'),(24951,8199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:52:\"2019/09/Tufton-Health-Bulky-Waste-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Tufton-Health-Bulky-Waste-Buzz-Caribbean-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:52:\"Tufton-Health-Bulky-Waste-Buzz-Caribbean-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"Tufton-Health-Bulky-Waste-Buzz-Caribbean-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"Tufton-Health-Bulky-Waste-Buzz-Caribbean-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"Tufton-Health-Bulky-Waste-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(24952,8200,'_edit_lock','1568070696:9'),(24953,8200,'_yst_prominent_words_version','1'),(24954,8201,'_wp_attached_file','2019/09/Aedes_aegypti_female_feeding-Buzz-Caribbean.jpg'),(24955,8201,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.1813746079123515;s:5:\"bytes\";i:9358;s:11:\"size_before\";i:223802;s:10:\"size_after\";i:214444;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.77;s:5:\"bytes\";i:298;s:11:\"size_before\";i:6242;s:10:\"size_after\";i:5944;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6;s:5:\"bytes\";i:425;s:11:\"size_before\";i:11798;s:10:\"size_after\";i:11373;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.81;s:5:\"bytes\";i:1861;s:11:\"size_before\";i:48827;s:10:\"size_after\";i:46966;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3;s:5:\"bytes\";i:3327;s:11:\"size_before\";i:77415;s:10:\"size_after\";i:74088;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.33;s:5:\"bytes\";i:3447;s:11:\"size_before\";i:79520;s:10:\"size_after\";i:76073;s:4:\"time\";d:0.03;}}}'),(24956,8201,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1253;s:6:\"height\";i:828;s:4:\"file\";s:55:\"2019/09/Aedes_aegypti_female_feeding-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Aedes_aegypti_female_feeding-Buzz-Caribbean-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:55:\"Aedes_aegypti_female_feeding-Buzz-Caribbean-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Aedes_aegypti_female_feeding-Buzz-Caribbean-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Aedes_aegypti_female_feeding-Buzz-Caribbean-1024x677.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:56:\"Aedes_aegypti_female_feeding-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(24957,8202,'_wp_attached_file','2019/09/Camila-Mendes.jpg'),(24958,8202,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.846432206264842;s:5:\"bytes\";i:5170;s:11:\"size_before\";i:88430;s:10:\"size_after\";i:83260;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.06;s:5:\"bytes\";i:455;s:11:\"size_before\";i:7505;s:10:\"size_after\";i:7050;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.74;s:5:\"bytes\";i:661;s:11:\"size_before\";i:13954;s:10:\"size_after\";i:13293;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.05;s:5:\"bytes\";i:4054;s:11:\"size_before\";i:66971;s:10:\"size_after\";i:62917;s:4:\"time\";d:0.03;}}}'),(24959,8202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:25:\"2019/09/Camila-Mendes.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Camila-Mendes-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:\"Camila-Mendes-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Camila-Mendes-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(24961,8195,'_thumbnail_id','8211'),(24962,8195,'_edit_last','11'),(24963,8195,'xyz_smap','1'),(24964,8195,'smpush_mute_activated','no'),(24966,8195,'_yoast_wpseo_primary_category','4'),(24967,8195,'_yoast_wpseo_primary_sub-category','11'),(24968,8195,'sponsored_url',''),(24969,8195,'_yoast_wpseo_content_score','30'),(24970,8195,'_yoast_wpseo_focuskeywords','[]'),(24971,8195,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24972,8204,'_edit_lock','1568069980:11'),(24973,8204,'_yst_prominent_words_version','1'),(24974,8200,'_edit_last','9'),(24975,8200,'smpush_mute_activated','no'),(24976,8200,'_yoast_wpseo_primary_category','3'),(24977,8200,'_yoast_wpseo_primary_sub-category','11'),(24978,8200,'sponsored_url',''),(24979,8200,'_yoast_wpseo_metadesc','Camila Mendes was drugged and sexually assaulted during freshman year at college.'),(24980,8200,'_yoast_wpseo_content_score','30'),(24981,8200,'_yoast_wpseo_focuskeywords','[]'),(24982,8200,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(24983,8206,'_wp_attached_file','2019/09/gretta-moore-buzz-proposal-demo-2.jpg'),(24984,8206,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:820656;s:11:\"size_before\";i:1074532;s:10:\"size_after\";i:253876;}'),(24985,8206,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.744835552401264;s:5:\"bytes\";i:20684;s:11:\"size_before\";i:552334;s:10:\"size_after\";i:531650;s:4:\"time\";d:0.21000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.92;s:5:\"bytes\";i:778;s:11:\"size_before\";i:9819;s:10:\"size_after\";i:9041;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.84;s:5:\"bytes\";i:1723;s:11:\"size_before\";i:25191;s:10:\"size_after\";i:23468;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.74;s:5:\"bytes\";i:11042;s:11:\"size_before\";i:192205;s:10:\"size_after\";i:181163;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:181163;s:10:\"size_after\";i:181163;s:4:\"time\";d:0.08;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:7141;s:11:\"size_before\";i:143956;s:10:\"size_after\";i:136815;s:4:\"time\";d:0.05;}}}'),(24986,8206,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:1200;s:4:\"file\";s:45:\"2019/09/gretta-moore-buzz-proposal-demo-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"gretta-moore-buzz-proposal-demo-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:45:\"gretta-moore-buzz-proposal-demo-2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"gretta-moore-buzz-proposal-demo-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"gretta-moore-buzz-proposal-demo-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"gretta-moore-buzz-proposal-demo-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(24987,8207,'_wp_attached_file','2019/09/gretta-moore-buzz-proposal-demo-1.jpg'),(24988,8207,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:490293;s:11:\"size_before\";i:661019;s:10:\"size_after\";i:170726;}'),(24989,8207,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.724891238246714;s:5:\"bytes\";i:10485;s:11:\"size_before\";i:384786;s:10:\"size_after\";i:374301;s:4:\"time\";d:0.19000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.35;s:5:\"bytes\";i:484;s:11:\"size_before\";i:7628;s:10:\"size_after\";i:7144;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.43;s:5:\"bytes\";i:980;s:11:\"size_before\";i:18053;s:10:\"size_after\";i:17073;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2;s:5:\"bytes\";i:5476;s:11:\"size_before\";i:130231;s:10:\"size_after\";i:124755;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:124755;s:10:\"size_after\";i:124755;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4;s:5:\"bytes\";i:3545;s:11:\"size_before\";i:104119;s:10:\"size_after\";i:100574;s:4:\"time\";d:0.04;}}}'),(24990,8207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:1200;s:4:\"file\";s:45:\"2019/09/gretta-moore-buzz-proposal-demo-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"gretta-moore-buzz-proposal-demo-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:45:\"gretta-moore-buzz-proposal-demo-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"gretta-moore-buzz-proposal-demo-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"gretta-moore-buzz-proposal-demo-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"gretta-moore-buzz-proposal-demo-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(24991,8208,'_wp_attached_file','2019/09/gretta-moore-buzz-proposal-demo-3.jpg'),(24992,8208,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:805368;s:11:\"size_before\";i:984260;s:10:\"size_after\";i:178892;}'),(24993,8208,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.6030538394981066;s:5:\"bytes\";i:10319;s:11:\"size_before\";i:396419;s:10:\"size_after\";i:386100;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.48;s:5:\"bytes\";i:410;s:11:\"size_before\";i:7479;s:10:\"size_after\";i:7069;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:752;s:11:\"size_before\";i:18913;s:10:\"size_after\";i:18161;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.09;s:5:\"bytes\";i:5633;s:11:\"size_before\";i:137872;s:10:\"size_after\";i:132239;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:132239;s:10:\"size_after\";i:132239;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.53;s:5:\"bytes\";i:3524;s:11:\"size_before\";i:99916;s:10:\"size_after\";i:96392;s:4:\"time\";d:0.06;}}}'),(24994,8208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:1200;s:4:\"file\";s:45:\"2019/09/gretta-moore-buzz-proposal-demo-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"gretta-moore-buzz-proposal-demo-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:45:\"gretta-moore-buzz-proposal-demo-3-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"gretta-moore-buzz-proposal-demo-3-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"gretta-moore-buzz-proposal-demo-3-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"gretta-moore-buzz-proposal-demo-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(24997,8211,'_wp_attached_file','2019/09/Feature-Image-Mosquito-Breeding-Sites-Buzz-Caribbean.jpg'),(24998,8211,'wpmf_size','182543'),(24999,8211,'wpmf_filetype','jpg'),(25000,8211,'wpmf_order','0'),(25001,8211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:64:\"2019/09/Feature-Image-Mosquito-Breeding-Sites-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"Feature-Image-Mosquito-Breeding-Sites-Buzz-Caribbean-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:64:\"Feature-Image-Mosquito-Breeding-Sites-Buzz-Caribbean-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:64:\"Feature-Image-Mosquito-Breeding-Sites-Buzz-Caribbean-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:65:\"Feature-Image-Mosquito-Breeding-Sites-Buzz-Caribbean-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:65:\"Feature-Image-Mosquito-Breeding-Sites-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(25002,8211,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.002228822891942;s:5:\"bytes\";i:9122;s:11:\"size_before\";i:227923;s:10:\"size_after\";i:218801;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:306;s:11:\"size_before\";i:6807;s:10:\"size_after\";i:6501;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.91;s:5:\"bytes\";i:474;s:11:\"size_before\";i:12111;s:10:\"size_after\";i:11637;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.85;s:5:\"bytes\";i:1930;s:11:\"size_before\";i:50105;s:10:\"size_after\";i:48175;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.03;s:5:\"bytes\";i:3091;s:11:\"size_before\";i:76786;s:10:\"size_after\";i:73695;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:3321;s:11:\"size_before\";i:82114;s:10:\"size_after\";i:78793;s:4:\"time\";d:0.03;}}}'),(25010,8204,'_thumbnail_id','7088'),(25011,8204,'_edit_last','11'),(25012,8204,'xyz_smap','1'),(25013,8204,'smpush_mute_activated','no'),(25015,8204,'_yoast_wpseo_primary_category','4'),(25016,8204,'_yoast_wpseo_primary_sub-category','16'),(25017,8204,'sponsored_url',''),(25018,8204,'_yoast_wpseo_content_score','60'),(25019,8204,'_yoast_wpseo_focuskeywords','[]'),(25020,8204,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25021,8215,'_edit_lock','1568140481:11'),(25022,8215,'_yst_prominent_words_version','1'),(25023,8216,'_wp_attached_file','2019/09/Collie-Smith-Anniversary-Buzz-Caribbean.jpg'),(25024,8216,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.2314138956474725;s:5:\"bytes\";i:922;s:11:\"size_before\";i:14796;s:10:\"size_after\";i:13874;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.07;s:5:\"bytes\";i:357;s:11:\"size_before\";i:5048;s:10:\"size_after\";i:4691;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8;s:5:\"bytes\";i:565;s:11:\"size_before\";i:9748;s:10:\"size_after\";i:9183;s:4:\"time\";d:0.01;}}}'),(25025,8216,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:477;s:6:\"height\";i:296;s:4:\"file\";s:51:\"2019/09/Collie-Smith-Anniversary-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Collie-Smith-Anniversary-Buzz-Caribbean-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:\"Collie-Smith-Anniversary-Buzz-Caribbean-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;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:{}}}'),(25026,8217,'_wp_attached_file','2019/09/Murals-Collie-Smith-Drive.jpg'),(25027,8217,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.352539182387363;s:5:\"bytes\";i:1308;s:11:\"size_before\";i:24437;s:10:\"size_after\";i:23129;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.19;s:5:\"bytes\";i:440;s:11:\"size_before\";i:7106;s:10:\"size_after\";i:6666;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.01;s:5:\"bytes\";i:868;s:11:\"size_before\";i:17331;s:10:\"size_after\";i:16463;s:4:\"time\";d:0.01;}}}'),(25028,8217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:412;s:4:\"file\";s:37:\"2019/09/Murals-Collie-Smith-Drive.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Murals-Collie-Smith-Drive-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:\"Murals-Collie-Smith-Drive-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\";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:{}}}'),(25029,8218,'_edit_lock','1568071441:9'),(25030,8218,'_yst_prominent_words_version','1'),(25031,8219,'_wp_attached_file','2019/09/Collie-Smith-Statue-Buzz-Caribbean.jpg'),(25032,8219,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.737905576063727;s:5:\"bytes\";i:1734;s:11:\"size_before\";i:25735;s:10:\"size_after\";i:24001;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.32;s:5:\"bytes\";i:606;s:11:\"size_before\";i:8280;s:10:\"size_after\";i:7674;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:1128;s:11:\"size_before\";i:17455;s:10:\"size_after\";i:16327;s:4:\"time\";d:0.01;}}}'),(25033,8219,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:498;s:6:\"height\";i:332;s:4:\"file\";s:46:\"2019/09/Collie-Smith-Statue-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Collie-Smith-Statue-Buzz-Caribbean-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:\"Collie-Smith-Statue-Buzz-Caribbean-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:{}}}'),(25034,8220,'_wp_attached_file','2019/09/Bogle-20190909.png'),(25035,8220,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1914276;s:10:\"size_after\";i:1914276;s:4:\"time\";d:1.8900000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43653;s:10:\"size_after\";i:43653;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:84651;s:10:\"size_after\";i:84651;s:4:\"time\";d:0.05;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:410146;s:10:\"size_after\";i:410146;s:4:\"time\";d:0.37;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:656060;s:10:\"size_after\";i:656060;s:4:\"time\";d:0.65;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:719766;s:10:\"size_after\";i:719766;s:4:\"time\";d:0.79;}}}'),(25036,8220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1250;s:6:\"height\";i:720;s:4:\"file\";s:26:\"2019/09/Bogle-20190909.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Bogle-20190909-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:26:\"Bogle-20190909-300x173.png\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Bogle-20190909-768x442.png\";s:5:\"width\";i:768;s:6:\"height\";i:442;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Bogle-20190909-1024x590.png\";s:5:\"width\";i:1024;s:6:\"height\";i:590;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Bogle-20190909-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(25037,8200,'xyz_smap','1'),(25039,8221,'_wp_attached_file','2019/09/boysie-bogle.jpg'),(25040,8221,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.494618362580297;s:5:\"bytes\";i:24275;s:11:\"size_before\";i:373771;s:10:\"size_after\";i:349496;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.91;s:5:\"bytes\";i:957;s:11:\"size_before\";i:10744;s:10:\"size_after\";i:9787;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.28;s:5:\"bytes\";i:2936;s:11:\"size_before\";i:35462;s:10:\"size_after\";i:32526;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.27;s:5:\"bytes\";i:10355;s:11:\"size_before\";i:165280;s:10:\"size_after\";i:154925;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.18;s:5:\"bytes\";i:10027;s:11:\"size_before\";i:162285;s:10:\"size_after\";i:152258;s:4:\"time\";d:0.06;}}}'),(25041,8221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:881;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2019/09/boysie-bogle.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"boysie-bogle-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:\"boysie-bogle-294x300.jpg\";s:5:\"width\";i:294;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"boysie-bogle-768x785.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"boysie-bogle-881x655.jpg\";s:5:\"width\";i:881;s:6:\"height\";i:655;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:{}}}'),(25043,8215,'_thumbnail_id','8350'),(25044,8215,'_edit_last','11'),(25045,8215,'xyz_smap','1'),(25046,8215,'smpush_mute_activated','no'),(25048,8215,'_yoast_wpseo_primary_category','4'),(25049,8215,'_yoast_wpseo_primary_sub-category','5'),(25050,8215,'sponsored_url',''),(25051,8215,'_yoast_wpseo_content_score','60'),(25052,8215,'_yoast_wpseo_focuskeywords','[]'),(25053,8215,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25054,8223,'_wp_attached_file','2019/09/gretta-moore-buzz-proposal-demo-5.jpg'),(25055,8223,'wpmf_size','338276'),(25056,8223,'wpmf_filetype','jpg'),(25057,8223,'wpmf_order','0'),(25058,8223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:844;s:4:\"file\";s:45:\"2019/09/gretta-moore-buzz-proposal-demo-5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"gretta-moore-buzz-proposal-demo-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:45:\"gretta-moore-buzz-proposal-demo-5-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:45:\"gretta-moore-buzz-proposal-demo-5-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:46:\"gretta-moore-buzz-proposal-demo-5-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"gretta-moore-buzz-proposal-demo-5-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(25059,8223,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:245204;s:11:\"size_before\";i:338276;s:10:\"size_after\";i:93072;}'),(25060,8223,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.891478944650777;s:5:\"bytes\";i:12685;s:11:\"size_before\";i:160743;s:10:\"size_after\";i:148058;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.03;s:5:\"bytes\";i:364;s:11:\"size_before\";i:6037;s:10:\"size_after\";i:5673;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7;s:5:\"bytes\";i:627;s:11:\"size_before\";i:8138;s:10:\"size_after\";i:7511;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3;s:5:\"bytes\";i:2726;s:11:\"size_before\";i:32839;s:10:\"size_after\";i:30113;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.26;s:5:\"bytes\";i:4198;s:11:\"size_before\";i:50812;s:10:\"size_after\";i:46614;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.58;s:5:\"bytes\";i:4770;s:11:\"size_before\";i:62917;s:10:\"size_after\";i:58147;s:4:\"time\";d:0.03;}}}'),(25061,8224,'_wp_attached_file','2019/09/gretta-moore-buzz-proposal-demo-6.jpg'),(25062,8224,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:256323;s:11:\"size_before\";i:359562;s:10:\"size_after\";i:103239;}'),(25063,8224,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.062929081084729;s:5:\"bytes\";i:14340;s:11:\"size_before\";i:177851;s:10:\"size_after\";i:163511;s:4:\"time\";d:0.09;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.59;s:5:\"bytes\";i:431;s:11:\"size_before\";i:6536;s:10:\"size_after\";i:6105;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.99;s:5:\"bytes\";i:697;s:11:\"size_before\";i:8718;s:10:\"size_after\";i:8021;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.67;s:5:\"bytes\";i:3145;s:11:\"size_before\";i:36271;s:10:\"size_after\";i:33126;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.56;s:5:\"bytes\";i:4822;s:11:\"size_before\";i:56324;s:10:\"size_after\";i:51502;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.49;s:5:\"bytes\";i:5245;s:11:\"size_before\";i:70002;s:10:\"size_after\";i:64757;s:4:\"time\";d:0.03;}}}'),(25064,8224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:844;s:4:\"file\";s:45:\"2019/09/gretta-moore-buzz-proposal-demo-6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"gretta-moore-buzz-proposal-demo-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:45:\"gretta-moore-buzz-proposal-demo-6-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:45:\"gretta-moore-buzz-proposal-demo-6-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:46:\"gretta-moore-buzz-proposal-demo-6-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"gretta-moore-buzz-proposal-demo-6-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(25065,8218,'_thumbnail_id','8220'),(25066,8218,'_edit_last','9'),(25067,8218,'smpush_mute_activated','no'),(25068,8218,'_yoast_wpseo_primary_category','2'),(25069,8218,'_yoast_wpseo_primary_sub-category','14'),(25070,8218,'sponsored_url',''),(25071,8218,'_yoast_wpseo_metadesc','Deceased dancer Gerald Levy, better known to many as Bogle, made a major mark in dancehall, and there are now plans to turn his home into a museum.'),(25072,8218,'_yoast_wpseo_content_score','60'),(25073,8218,'_yoast_wpseo_focuskeywords','[]'),(25074,8218,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25075,8226,'_wp_attached_file','2019/09/gretta-moore-buzz-proposal-demo-4.jpg'),(25076,8226,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:246163;s:11:\"size_before\";i:338931;s:10:\"size_after\";i:92768;}'),(25077,8226,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.778146753466457;s:5:\"bytes\";i:12414;s:11:\"size_before\";i:159601;s:10:\"size_after\";i:147187;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.61;s:5:\"bytes\";i:330;s:11:\"size_before\";i:5882;s:10:\"size_after\";i:5552;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6;s:5:\"bytes\";i:600;s:11:\"size_before\";i:7897;s:10:\"size_after\";i:7297;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.19;s:5:\"bytes\";i:2668;s:11:\"size_before\";i:32585;s:10:\"size_after\";i:29917;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4;s:5:\"bytes\";i:4257;s:11:\"size_before\";i:50670;s:10:\"size_after\";i:46413;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29;s:5:\"bytes\";i:4559;s:11:\"size_before\";i:62567;s:10:\"size_after\";i:58008;s:4:\"time\";d:0.03;}}}'),(25078,8226,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:844;s:4:\"file\";s:45:\"2019/09/gretta-moore-buzz-proposal-demo-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"gretta-moore-buzz-proposal-demo-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:45:\"gretta-moore-buzz-proposal-demo-4-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:45:\"gretta-moore-buzz-proposal-demo-4-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:46:\"gretta-moore-buzz-proposal-demo-4-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"gretta-moore-buzz-proposal-demo-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(25081,8230,'_edit_lock','1568073310:11'),(25082,8230,'_yst_prominent_words_version','1'),(25083,8231,'_edit_lock','1568072180:9'),(25084,8231,'_yst_prominent_words_version','1'),(25085,8232,'_wp_attached_file','2019/09/kim-kardashian-20190909.jpg'),(25086,8232,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.651514270766727;s:5:\"bytes\";i:4001;s:11:\"size_before\";i:86015;s:10:\"size_after\";i:82014;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.88;s:5:\"bytes\";i:426;s:11:\"size_before\";i:7241;s:10:\"size_after\";i:6815;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.11;s:5:\"bytes\";i:748;s:11:\"size_before\";i:14643;s:10:\"size_after\";i:13895;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.41;s:5:\"bytes\";i:2827;s:11:\"size_before\";i:64131;s:10:\"size_after\";i:61304;s:4:\"time\";d:0.03;}}}'),(25087,8232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:35:\"2019/09/kim-kardashian-20190909.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"kim-kardashian-20190909-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:\"kim-kardashian-20190909-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"kim-kardashian-20190909-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:30:\"Robert O\'neil / SplashNews.com\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:334:\"Kim Kardashian and Kanye West seen at the 2019 Met Gala in New York City\r\rPictured: Kim Kardashian\rRef: SPL5086827 070519 NON-EXCLUSIVE\rPicture by: Robert O\'neil / SplashNews.com\r\rSplash News and Pictures\rLos Angeles: 310-821-2666\rNew York: 212-619-2666\rLondon: 0207 644 7656\rMilan: 02 4399 8577\rphotodesk@splashnews.com\r\rWorld Rights\";s:17:\"created_timestamp\";s:10:\"1557187200\";s:9:\"copyright\";s:23:\"www.SplashNews.com 2019\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:72:\"Kim Kardashian And Kanye West Seen At The 2019 MET Gala In New York City\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:64:\"MET Gala,Arrivals,VIP Guests,Celebrity Guests,Red Carpet,Fundrai\";}}}'),(25092,8231,'_thumbnail_id','8232'),(25093,8231,'_edit_last','9'),(25094,8231,'smpush_mute_activated','no'),(25095,8231,'_yoast_wpseo_primary_category','3'),(25096,8231,'_yoast_wpseo_primary_sub-category','11'),(25097,8231,'sponsored_url',''),(25098,8231,'_yoast_wpseo_content_score','30'),(25099,8231,'_yoast_wpseo_focuskeywords','[]'),(25100,8231,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25102,8231,'xyz_smap','1'),(25105,8174,'_thumbnail_id','8223'),(25106,8174,'_oembed_67834ea88b393972e77ae14cb530a51a','<iframe title=\"Jamaican proposal goes viral! || BUZZ feature\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/69NYygOShSA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(25107,8174,'_oembed_time_67834ea88b393972e77ae14cb530a51a','1568071864'),(25108,8174,'_edit_last','14'),(25109,8174,'xyz_smap','1'),(25110,8174,'smpush_mute_activated','no'),(25112,8174,'_yoast_wpseo_primary_category','3'),(25113,8174,'_yoast_wpseo_primary_sub-category','9'),(25114,8174,'sponsored_url',''),(25115,8174,'_yoast_wpseo_content_score','30'),(25116,8174,'_yoast_wpseo_focuskeywords','[]'),(25117,8174,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25118,8237,'_edit_lock','1568073103:14'),(25119,8237,'_yst_prominent_words_version','1'),(25120,8238,'_wp_attached_file','2019/09/artificial-intelligence-electronics-future-Tarrant-High-Buzz-Caribbean.jpg'),(25121,8238,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1408317;s:11:\"size_before\";i:1513142;s:10:\"size_after\";i:104825;}'),(25122,8238,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.9980887661923975;s:5:\"bytes\";i:1692;s:11:\"size_before\";i:169524;s:10:\"size_after\";i:167832;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.18;s:5:\"bytes\";i:294;s:11:\"size_before\";i:5673;s:10:\"size_after\";i:5379;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.42;s:5:\"bytes\";i:376;s:11:\"size_before\";i:10979;s:10:\"size_after\";i:10603;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.5;s:5:\"bytes\";i:189;s:11:\"size_before\";i:38092;s:10:\"size_after\";i:37903;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.68;s:5:\"bytes\";i:394;s:11:\"size_before\";i:57972;s:10:\"size_after\";i:57578;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.77;s:5:\"bytes\";i:439;s:11:\"size_before\";i:56808;s:10:\"size_after\";i:56369;s:4:\"time\";d:0.03;}}}'),(25123,8238,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:82:\"2019/09/artificial-intelligence-electronics-future-Tarrant-High-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:82:\"artificial-intelligence-electronics-future-Tarrant-High-Buzz-Caribbean-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:82:\"artificial-intelligence-electronics-future-Tarrant-High-Buzz-Caribbean-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:82:\"artificial-intelligence-electronics-future-Tarrant-High-Buzz-Caribbean-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:83:\"artificial-intelligence-electronics-future-Tarrant-High-Buzz-Caribbean-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:83:\"artificial-intelligence-electronics-future-Tarrant-High-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(25124,8239,'_edit_lock','1568126345:9'),(25125,8239,'_yst_prominent_words_version','1'),(25126,8240,'_wp_attached_file','2019/09/Ellen-DeGeneres-20190909.jpg'),(25127,8240,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.0015802209017135;s:5:\"bytes\";i:2431;s:11:\"size_before\";i:60751;s:10:\"size_after\";i:58320;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.42;s:5:\"bytes\";i:318;s:11:\"size_before\";i:5862;s:10:\"size_after\";i:5544;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.03;s:5:\"bytes\";i:435;s:11:\"size_before\";i:10799;s:10:\"size_after\";i:10364;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.81;s:5:\"bytes\";i:1678;s:11:\"size_before\";i:44090;s:10:\"size_after\";i:42412;s:4:\"time\";d:0.02;}}}'),(25128,8240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:36:\"2019/09/Ellen-DeGeneres-20190909.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Ellen-DeGeneres-20190909-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:\"Ellen-DeGeneres-20190909-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Ellen-DeGeneres-20190909-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:29:\"Press Line Photos/Splash News\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:393:\"Stars arrive at the 41st Annual People\'s Choice Awards at Nokia Theatre LA Live in Los Angeles, California.\r<P>\rPictured: Ellen DeGeneres\r<B>Ref: SPL923310  070115  </B><BR />\rPicture by: Press Line Photos/Splash News<BR />\r</P><P>\r<B>Splash News and Pictures</B><BR />\rLos Angeles:	310-821-2666<BR />\rNew York:	212-619-2666<BR />\rLondon:	870-934-2666<BR />\rphotodesk@splashnews.com<BR />\r</P>\";s:17:\"created_timestamp\";s:10:\"1420683668\";s:9:\"copyright\";s:21:\"© www.splashnews.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:69:\"Stars arrive at the 41st Annual People\'s Choice Awards in Los Angeles\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25129,8241,'_edit_lock','1568132418:4'),(25130,8242,'_wp_attached_file','2019/09/drone-electronics-Buzz-Caribbean.jpg'),(25131,8242,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1141480;s:11:\"size_before\";i:1211864;s:10:\"size_after\";i:70384;}'),(25132,8242,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.697322123771695;s:5:\"bytes\";i:9839;s:11:\"size_before\";i:101461;s:10:\"size_after\";i:91622;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.32;s:5:\"bytes\";i:176;s:11:\"size_before\";i:3311;s:10:\"size_after\";i:3135;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.52;s:5:\"bytes\";i:272;s:11:\"size_before\";i:6021;s:10:\"size_after\";i:5749;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.27;s:5:\"bytes\";i:2082;s:11:\"size_before\";i:22468;s:10:\"size_after\";i:20386;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.04;s:5:\"bytes\";i:3528;s:11:\"size_before\";i:35123;s:10:\"size_after\";i:31595;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.95;s:5:\"bytes\";i:3781;s:11:\"size_before\";i:34538;s:10:\"size_after\";i:30757;s:4:\"time\";d:0.03;}}}'),(25133,8242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:998;s:4:\"file\";s:44:\"2019/09/drone-electronics-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"drone-electronics-Buzz-Caribbean-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:\"drone-electronics-Buzz-Caribbean-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:44:\"drone-electronics-Buzz-Caribbean-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"drone-electronics-Buzz-Caribbean-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"drone-electronics-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(25134,8241,'_yst_prominent_words_version','1'),(25135,8243,'_wp_attached_file','2019/09/Paul-Hall-Tarrant-High-Robotics.jpg'),(25136,8243,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:756564;s:11:\"size_before\";i:951618;s:10:\"size_after\";i:195054;}'),(25137,8243,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7095988778172675;s:5:\"bytes\";i:10208;s:11:\"size_before\";i:275178;s:10:\"size_after\";i:264970;s:4:\"time\";d:0.16000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.84;s:5:\"bytes\";i:287;s:11:\"size_before\";i:5933;s:10:\"size_after\";i:5646;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.16;s:5:\"bytes\";i:538;s:11:\"size_before\";i:12938;s:10:\"size_after\";i:12400;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.38;s:5:\"bytes\";i:2016;s:11:\"size_before\";i:59647;s:10:\"size_after\";i:57631;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.66;s:5:\"bytes\";i:3609;s:11:\"size_before\";i:98693;s:10:\"size_after\";i:95084;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.84;s:5:\"bytes\";i:3758;s:11:\"size_before\";i:97967;s:10:\"size_after\";i:94209;s:4:\"time\";d:0.05;}}}'),(25138,8243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:43:\"2019/09/Paul-Hall-Tarrant-High-Robotics.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Paul-Hall-Tarrant-High-Robotics-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:\"Paul-Hall-Tarrant-High-Robotics-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:43:\"Paul-Hall-Tarrant-High-Robotics-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:44:\"Paul-Hall-Tarrant-High-Robotics-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Paul-Hall-Tarrant-High-Robotics-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D610\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568028802\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25139,8239,'_thumbnail_id','8240'),(25140,8239,'_edit_last','9'),(25141,8239,'smpush_mute_activated','no'),(25142,8239,'_yoast_wpseo_primary_category','3'),(25143,8239,'_yoast_wpseo_primary_sub-category','16'),(25144,8239,'sponsored_url',''),(25145,8239,'_yoast_wpseo_metadesc','Ellen DeGeneres thinks Prince Harry and Duchess Meghan are \"so down to earth\".'),(25146,8239,'_yoast_wpseo_content_score','90'),(25147,8239,'_yoast_wpseo_focuskeywords','[]'),(25148,8239,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25149,8245,'_wp_attached_file','2019/09/Motorcycle-Repair-Tarrant-High.jpg'),(25150,8245,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1068533;s:11:\"size_before\";i:1178813;s:10:\"size_after\";i:110280;}'),(25151,8245,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.186001153751065;s:5:\"bytes\";i:5799;s:11:\"size_before\";i:182015;s:10:\"size_after\";i:176216;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.52;s:5:\"bytes\";i:308;s:11:\"size_before\";i:5579;s:10:\"size_after\";i:5271;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.11;s:5:\"bytes\";i:433;s:11:\"size_before\";i:10528;s:10:\"size_after\";i:10095;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.82;s:5:\"bytes\";i:1146;s:11:\"size_before\";i:40580;s:10:\"size_after\";i:39434;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1;s:5:\"bytes\";i:1932;s:11:\"size_before\";i:62400;s:10:\"size_after\";i:60468;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.15;s:5:\"bytes\";i:1980;s:11:\"size_before\";i:62928;s:10:\"size_after\";i:60948;s:4:\"time\";d:0.03;}}}'),(25152,8245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:42:\"2019/09/Motorcycle-Repair-Tarrant-High.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Motorcycle-Repair-Tarrant-High-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:42:\"Motorcycle-Repair-Tarrant-High-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:42:\"Motorcycle-Repair-Tarrant-High-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:43:\"Motorcycle-Repair-Tarrant-High-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Motorcycle-Repair-Tarrant-High-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(25153,8246,'_wp_attached_file','2019/09/adam-and-eve-new-location-buzz-demo.jpg'),(25154,8246,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.865786578657866;s:5:\"bytes\";i:1333;s:11:\"size_before\";i:22725;s:10:\"size_after\";i:21392;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.94;s:5:\"bytes\";i:340;s:11:\"size_before\";i:5724;s:10:\"size_after\";i:5384;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.84;s:5:\"bytes\";i:993;s:11:\"size_before\";i:17001;s:10:\"size_after\";i:16008;s:4:\"time\";d:0.01;}}}'),(25155,8246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:537;s:4:\"file\";s:47:\"2019/09/adam-and-eve-new-location-buzz-demo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"adam-and-eve-new-location-buzz-demo-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:\"adam-and-eve-new-location-buzz-demo-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: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:{}}}'),(25156,8247,'_wp_attached_file','2019/09/kimisha-walker-adam-and-eve-buzz.jpg'),(25157,8247,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.26676327229614;s:5:\"bytes\";i:3998;s:11:\"size_before\";i:75910;s:10:\"size_after\";i:71912;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.86;s:5:\"bytes\";i:269;s:11:\"size_before\";i:5540;s:10:\"size_after\";i:5271;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.41;s:5:\"bytes\";i:555;s:11:\"size_before\";i:12580;s:10:\"size_after\";i:12025;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.49;s:5:\"bytes\";i:3174;s:11:\"size_before\";i:57790;s:10:\"size_after\";i:54616;s:4:\"time\";d:0.02;}}}'),(25158,8247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:631;s:6:\"height\";i:912;s:4:\"file\";s:44:\"2019/09/kimisha-walker-adam-and-eve-buzz.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"kimisha-walker-adam-and-eve-buzz-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:\"kimisha-walker-adam-and-eve-buzz-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"kimisha-walker-adam-and-eve-buzz-631x655.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:655;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:{}}}'),(25159,8218,'xyz_smap','1'),(25161,8248,'_wp_attached_file','2019/09/garth-kimisha-walker-buzz-demo.jpg'),(25162,8248,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.085372533787485;s:5:\"bytes\";i:4102;s:11:\"size_before\";i:100407;s:10:\"size_after\";i:96305;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:531;s:11:\"size_before\";i:8907;s:10:\"size_after\";i:8376;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.28;s:5:\"bytes\";i:985;s:11:\"size_before\";i:18654;s:10:\"size_after\";i:17669;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.55;s:5:\"bytes\";i:2586;s:11:\"size_before\";i:72846;s:10:\"size_after\";i:70260;s:4:\"time\";d:0.03;}}}'),(25163,8248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:860;s:6:\"height\";i:573;s:4:\"file\";s:42:\"2019/09/garth-kimisha-walker-buzz-demo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"garth-kimisha-walker-buzz-demo-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:42:\"garth-kimisha-walker-buzz-demo-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:42:\"garth-kimisha-walker-buzz-demo-768x512.jpg\";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:{}}}'),(25165,8237,'_thumbnail_id','8246'),(25166,8237,'_edit_last','14'),(25167,8237,'xyz_smap','1'),(25168,8237,'smpush_mute_activated','no'),(25170,8237,'_yoast_wpseo_primary_category','3'),(25171,8237,'_yoast_wpseo_primary_sub-category','6'),(25172,8237,'sponsored_url',''),(25173,8237,'_yoast_wpseo_content_score','60'),(25174,8237,'_yoast_wpseo_focuskeywords','[]'),(25175,8237,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25179,8230,'_thumbnail_id','8238'),(25180,8251,'_edit_lock','1568074884:14'),(25181,8251,'_yst_prominent_words_version','1'),(25182,8241,'_edit_last','4'),(25183,8241,'smpush_mute_activated','no'),(25184,8241,'_yoast_wpseo_primary_category','4'),(25185,8241,'_yoast_wpseo_primary_sub-category','5'),(25186,8241,'sponsored_url',''),(25187,8241,'_yoast_wpseo_content_score','30'),(25188,8241,'_yoast_wpseo_focuskeywords','[]'),(25189,8241,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25190,8253,'_edit_lock','1568074347:4'),(25191,8253,'_yst_prominent_words_version','1'),(25193,8253,'_edit_last','4'),(25194,8253,'xyz_smap','1'),(25195,8253,'smpush_mute_activated','no'),(25197,8253,'_yoast_wpseo_primary_category','4'),(25198,8253,'_yoast_wpseo_primary_sub-category','5'),(25199,8253,'sponsored_url',''),(25200,8253,'_yoast_wpseo_content_score','60'),(25201,8253,'_yoast_wpseo_focuskeywords','[]'),(25202,8253,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25203,8255,'_wp_attached_file','2019/09/donald-trump-white-house-buzz-demo.jpg'),(25204,8255,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:193287;s:11:\"size_before\";i:323862;s:10:\"size_after\";i:130575;}'),(25205,8255,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.72139506029235;s:5:\"bytes\";i:5615;s:11:\"size_before\";i:206328;s:10:\"size_after\";i:200713;s:4:\"time\";d:0.12000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37;s:5:\"bytes\";i:333;s:11:\"size_before\";i:6202;s:10:\"size_after\";i:5869;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.09;s:5:\"bytes\";i:450;s:11:\"size_before\";i:11008;s:10:\"size_after\";i:10558;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.59;s:5:\"bytes\";i:1126;s:11:\"size_before\";i:43422;s:10:\"size_after\";i:42296;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.58;s:5:\"bytes\";i:1782;s:11:\"size_before\";i:69051;s:10:\"size_after\";i:67269;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.51;s:5:\"bytes\";i:1924;s:11:\"size_before\";i:76645;s:10:\"size_after\";i:74721;s:4:\"time\";d:0.05;}}}'),(25206,8255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:875;s:4:\"file\";s:46:\"2019/09/donald-trump-white-house-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"donald-trump-white-house-buzz-demo-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:\"donald-trump-white-house-buzz-demo-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"donald-trump-white-house-buzz-demo-768x448.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"donald-trump-white-house-buzz-demo-1024x597.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"donald-trump-white-house-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(25208,8251,'_edit_last','14'),(25209,8251,'xyz_smap','1'),(25210,8251,'smpush_mute_activated','no'),(25212,8251,'_yoast_wpseo_primary_category','4'),(25213,8251,'_yoast_wpseo_primary_sub-category','15'),(25214,8251,'sponsored_url',''),(25215,8251,'_yoast_wpseo_content_score','60'),(25216,8251,'_yoast_wpseo_focuskeywords','[]'),(25217,8251,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25220,8241,'xyz_smap','1'),(25222,8259,'_edit_lock','1568076267:4'),(25223,8259,'_yst_prominent_words_version','1'),(25224,8193,'xyz_smap','1'),(25226,8260,'_wp_attached_file','2019/09/japex1.jpg'),(25227,8260,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9483934712800925;s:5:\"bytes\";i:14546;s:11:\"size_before\";i:368403;s:10:\"size_after\";i:353857;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1;s:5:\"bytes\";i:767;s:11:\"size_before\";i:9464;s:10:\"size_after\";i:8697;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.83;s:5:\"bytes\";i:1358;s:11:\"size_before\";i:19884;s:10:\"size_after\";i:18526;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.11;s:5:\"bytes\";i:3427;s:11:\"size_before\";i:83462;s:10:\"size_after\";i:80035;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:4484;s:11:\"size_before\";i:128138;s:10:\"size_after\";i:123654;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54;s:5:\"bytes\";i:4510;s:11:\"size_before\";i:127455;s:10:\"size_after\";i:122945;s:4:\"time\";d:0.04;}}}'),(25228,8260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:720;s:4:\"file\";s:18:\"2019/09/japex1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"japex1-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:\"japex1-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:18:\"japex1-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:19:\"japex1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"japex1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(25230,8259,'_thumbnail_id','8260'),(25231,8259,'_edit_last','4'),(25232,8259,'xyz_smap','1'),(25233,8259,'smpush_mute_activated','no'),(25235,8259,'_yoast_wpseo_primary_category','4'),(25236,8259,'_yoast_wpseo_primary_sub-category','13'),(25237,8259,'sponsored_url',''),(25238,8259,'_yoast_wpseo_content_score','30'),(25239,8259,'_yoast_wpseo_focuskeywords','[]'),(25240,8259,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25245,8263,'_edit_lock','1568079269:4'),(25246,8263,'_yst_prominent_words_version','1'),(25247,8264,'_wp_attached_file','2019/09/reggae-boyz4.jpg'),(25248,8264,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.27465143625063;s:5:\"bytes\";i:1256;s:11:\"size_before\";i:23812;s:10:\"size_after\";i:22556;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1;s:5:\"bytes\";i:479;s:11:\"size_before\";i:7852;s:10:\"size_after\";i:7373;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87;s:5:\"bytes\";i:777;s:11:\"size_before\";i:15960;s:10:\"size_after\";i:15183;s:4:\"time\";d:0.01;}}}'),(25249,8264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:504;s:6:\"height\";i:332;s:4:\"file\";s:24:\"2019/09/reggae-boyz4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"reggae-boyz4-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:\"reggae-boyz4-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;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:{}}}'),(25251,8263,'_thumbnail_id','8264'),(25252,8263,'_edit_last','4'),(25253,8263,'xyz_smap','1'),(25254,8263,'smpush_mute_activated','no'),(25256,8263,'_yoast_wpseo_primary_category','4'),(25257,8263,'_yoast_wpseo_primary_sub-category','5'),(25258,8263,'sponsored_url',''),(25259,8263,'_yoast_wpseo_content_score','60'),(25260,8263,'_yoast_wpseo_focuskeywords','[]'),(25261,8263,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25262,8266,'_wp_attached_file','2019/09/dever-orgill.jpg'),(25263,8266,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7977663660040317;s:5:\"bytes\";i:10324;s:11:\"size_before\";i:271844;s:10:\"size_after\";i:261520;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.36;s:5:\"bytes\";i:482;s:11:\"size_before\";i:7577;s:10:\"size_after\";i:7095;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.33;s:5:\"bytes\";i:755;s:11:\"size_before\";i:14170;s:10:\"size_after\";i:13415;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.86;s:5:\"bytes\";i:2216;s:11:\"size_before\";i:57346;s:10:\"size_after\";i:55130;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.59;s:5:\"bytes\";i:3243;s:11:\"size_before\";i:90239;s:10:\"size_after\";i:86996;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54;s:5:\"bytes\";i:3628;s:11:\"size_before\";i:102512;s:10:\"size_after\";i:98884;s:4:\"time\";d:0.04;}}}'),(25264,8266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1296;s:6:\"height\";i:729;s:4:\"file\";s:24:\"2019/09/dever-orgill.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"dever-orgill-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:\"dever-orgill-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:24:\"dever-orgill-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:25:\"dever-orgill-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"dever-orgill-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(25265,300,'_yst_prominent_words_version','1'),(25267,300,'smpush_mute_activated','no'),(25269,300,'_yoast_wpseo_primary_category','4'),(25270,300,'_yoast_wpseo_primary_sub-category','15'),(25271,300,'_yoast_wpseo_content_score','30'),(25272,300,'_yoast_wpseo_focuskeywords','[]'),(25273,300,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25278,8269,'_edit_lock','1568134285:9'),(25279,8269,'_yst_prominent_words_version','1'),(25280,8270,'_wp_attached_file','2019/09/pollard-new-one-ODI-Buzz-Caribbean.jpg'),(25281,8270,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.957695281818348;s:5:\"bytes\";i:6500;s:11:\"size_before\";i:164237;s:10:\"size_after\";i:157737;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.34;s:5:\"bytes\";i:222;s:11:\"size_before\";i:5120;s:10:\"size_after\";i:4898;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.86;s:5:\"bytes\";i:266;s:11:\"size_before\";i:9286;s:10:\"size_after\";i:9020;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.31;s:5:\"bytes\";i:1194;s:11:\"size_before\";i:36122;s:10:\"size_after\";i:34928;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.03;s:5:\"bytes\";i:2302;s:11:\"size_before\";i:57146;s:10:\"size_after\";i:54844;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45;s:5:\"bytes\";i:2516;s:11:\"size_before\";i:56563;s:10:\"size_after\";i:54047;s:4:\"time\";d:0.04;}}}'),(25282,8270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2019/09/pollard-new-one-ODI-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"pollard-new-one-ODI-Buzz-Caribbean-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:\"pollard-new-one-ODI-Buzz-Caribbean-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:46:\"pollard-new-one-ODI-Buzz-Caribbean-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:47:\"pollard-new-one-ODI-Buzz-Caribbean-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"pollard-new-one-ODI-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(25283,8270,'_wp_attachment_image_alt','Kieron Pollard'),(25284,8269,'_thumbnail_id','8316'),(25285,8269,'_edit_last','9'),(25286,8269,'smpush_mute_activated','no'),(25287,8269,'_yoast_wpseo_primary_category','4'),(25288,8269,'_yoast_wpseo_primary_sub-category','5'),(25289,8269,'sponsored_url',''),(25290,8269,'_yoast_wpseo_focuskw','Kieron Pollard West Indies cricket captain'),(25291,8269,'_yoast_wpseo_metadesc','Kieron Pollard has been named the new West Indies captain for the One Day International and Twenty Twenty formats of the game.'),(25292,8269,'_yoast_wpseo_linkdex','53'),(25293,8269,'_yoast_wpseo_content_score','90'),(25294,8269,'_yoast_wpseo_focuskeywords','[{\"keyword\":\"Kieron Pollard\",\"score\":\"ok\"},{\"keyword\":\"cricket\",\"score\":\"ok\"}]'),(25295,8269,'_yoast_wpseo_keywordsynonyms','[\"West Indies\",\"\",\"\"]'),(25298,8269,'xyz_smap','1'),(25302,8180,'xyz_smap','1'),(25304,8239,'xyz_smap','1'),(25308,8275,'_edit_lock','1568127082:11'),(25309,8275,'_yst_prominent_words_version','1'),(25310,8275,'_oembed_7728ca250f123784f570e7256eeca2a4','<iframe title=\"Buzz Feature -  Mini Making Major Moves in Jamaica\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/YDV_2Mcd-yo?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(25311,8275,'_oembed_time_7728ca250f123784f570e7256eeca2a4','1568125547'),(25312,8277,'_edit_lock','1568128310:9'),(25313,8277,'_yst_prominent_words_version','1'),(25314,8278,'_wp_attached_file','2019/09/bobby-brown.jpg'),(25315,8278,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3563174533958358;s:5:\"bytes\";i:2463;s:11:\"size_before\";i:73384;s:10:\"size_after\";i:70921;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.64;s:5:\"bytes\";i:287;s:11:\"size_before\";i:6191;s:10:\"size_after\";i:5904;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:445;s:11:\"size_before\";i:11931;s:10:\"size_after\";i:11486;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.13;s:5:\"bytes\";i:1731;s:11:\"size_before\";i:55262;s:10:\"size_after\";i:53531;s:4:\"time\";d:0.02;}}}'),(25316,8278,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:23:\"2019/09/bobby-brown.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"bobby-brown-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:\"bobby-brown-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"bobby-brown-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(25317,8277,'_thumbnail_id','8278'),(25318,8277,'_edit_last','9'),(25319,8277,'smpush_mute_activated','no'),(25320,8277,'_yoast_wpseo_primary_category','2'),(25321,8277,'_yoast_wpseo_primary_sub-category','14'),(25322,8277,'sponsored_url',''),(25323,8277,'_yoast_wpseo_metadesc','Bobby Brown had to be removed from a JetBlue plane headed to Boston, Massachusetts, from Los Angeles International Airport in California because crew members thought he was drunk.'),(25324,8277,'_yoast_wpseo_content_score','30'),(25325,8277,'_yoast_wpseo_focuskeywords','[]'),(25326,8277,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25328,8277,'xyz_smap','1'),(25330,8280,'_wp_attached_file','2019/09/Mini-BMW-Buzz-Caribbean-Feature-Image.jpg'),(25331,8280,'wpmf_size','706496'),(25332,8280,'wpmf_filetype','jpg'),(25333,8280,'wpmf_order','0'),(25334,8280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:49:\"2019/09/Mini-BMW-Buzz-Caribbean-Feature-Image.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Mini-BMW-Buzz-Caribbean-Feature-Image-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:\"Mini-BMW-Buzz-Caribbean-Feature-Image-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:49:\"Mini-BMW-Buzz-Caribbean-Feature-Image-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:50:\"Mini-BMW-Buzz-Caribbean-Feature-Image-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"Mini-BMW-Buzz-Caribbean-Feature-Image-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567190349\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(25335,8280,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:503517;s:11:\"size_before\";i:706496;s:10:\"size_after\";i:202979;}'),(25336,8280,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.21228805999909;s:5:\"bytes\";i:9183;s:11:\"size_before\";i:285871;s:10:\"size_after\";i:276688;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.77;s:5:\"bytes\";i:303;s:11:\"size_before\";i:6355;s:10:\"size_after\";i:6052;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.01;s:5:\"bytes\";i:549;s:11:\"size_before\";i:13679;s:10:\"size_after\";i:13130;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.95;s:5:\"bytes\";i:1822;s:11:\"size_before\";i:61792;s:10:\"size_after\";i:59970;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.16;s:5:\"bytes\";i:3187;s:11:\"size_before\";i:100893;s:10:\"size_after\";i:97706;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.22;s:5:\"bytes\";i:3322;s:11:\"size_before\";i:103152;s:10:\"size_after\";i:99830;s:4:\"time\";d:0.05;}}}'),(25337,8275,'_thumbnail_id','8280'),(25338,8275,'_edit_last','11'),(25339,8275,'smpush_mute_activated','no'),(25340,8275,'_yoast_wpseo_primary_category','2'),(25341,8275,'_yoast_wpseo_primary_sub-category','16'),(25342,8275,'video_parent_post_id',''),(25343,8275,'_yoast_wpseo_content_score','30'),(25344,8275,'_yoast_wpseo_focuskeywords','[]'),(25345,8275,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25346,8281,'_edit_lock','1568138111:11'),(25347,8281,'_yst_prominent_words_version','1'),(25381,8284,'_edit_lock','1568131150:12'),(25382,8284,'_yst_prominent_words_version','1'),(25386,8285,'_wp_attached_file','2019/09/Tessanne-Chin-20190910.jpg'),(25387,8285,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.203141556649984;s:5:\"bytes\";i:9308;s:11:\"size_before\";i:150053;s:10:\"size_after\";i:140745;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.93;s:5:\"bytes\";i:754;s:11:\"size_before\";i:9508;s:10:\"size_after\";i:8754;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.36;s:5:\"bytes\";i:1937;s:11:\"size_before\";i:26326;s:10:\"size_after\";i:24389;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:6617;s:11:\"size_before\";i:114219;s:10:\"size_after\";i:107602;s:4:\"time\";d:0.03;}}}'),(25388,8285,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:900;s:4:\"file\";s:34:\"2019/09/Tessanne-Chin-20190910.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Tessanne-Chin-20190910-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:\"Tessanne-Chin-20190910-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Tessanne-Chin-20190910-720x655.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:655;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:{}}}'),(25389,8286,'_wp_attached_file','2019/09/Tessanne-Chin-BBB-20190910.jpg'),(25390,8286,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.801453170267449;s:5:\"bytes\";i:28148;s:11:\"size_before\";i:238513;s:10:\"size_after\";i:210365;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.22;s:5:\"bytes\";i:319;s:11:\"size_before\";i:5132;s:10:\"size_after\";i:4813;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.63;s:5:\"bytes\";i:691;s:11:\"size_before\";i:10427;s:10:\"size_after\";i:9736;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.28;s:5:\"bytes\";i:6197;s:11:\"size_before\";i:54946;s:10:\"size_after\";i:48749;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.36;s:5:\"bytes\";i:10848;s:11:\"size_before\";i:87759;s:10:\"size_after\";i:76911;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.58;s:5:\"bytes\";i:10093;s:11:\"size_before\";i:80249;s:10:\"size_after\";i:70156;s:4:\"time\";d:0.03;}}}'),(25391,8286,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1075;s:6:\"height\";i:753;s:4:\"file\";s:38:\"2019/09/Tessanne-Chin-BBB-20190910.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Tessanne-Chin-BBB-20190910-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:\"Tessanne-Chin-BBB-20190910-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:38:\"Tessanne-Chin-BBB-20190910-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:39:\"Tessanne-Chin-BBB-20190910-1024x717.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:717;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Tessanne-Chin-BBB-20190910-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(25392,8287,'_edit_lock','1568134118:4'),(25393,8287,'_yst_prominent_words_version','1'),(25394,8284,'_edit_last','9'),(25395,8284,'smpush_mute_activated','no'),(25396,8284,'_yoast_wpseo_primary_category','2'),(25397,8284,'_yoast_wpseo_primary_sub-category','14'),(25398,8284,'sponsored_url',''),(25399,8284,'_yoast_wpseo_metadesc','It seems as if there is another Chin baby on the way, as just weeks after Tami Chynn gave birth to her son, Oz, her sister, Tessanne Chin, has revealed that she is expecting a baby.'),(25400,8284,'_yoast_wpseo_content_score','60'),(25401,8284,'_yoast_wpseo_focuskeywords','[]'),(25402,8284,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25404,8284,'xyz_smap','1'),(25408,8291,'_edit_lock','1568132073:4'),(25409,8291,'_yst_prominent_words_version','1'),(25410,8291,'_oembed_343614278dbe9c6d352c1663b9e38d9a','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Until then, I have asked all Shadow Ministers to remain in place and continue to monitor their assigned portfolio.</p>&mdash; Peter D Phillips (@DrPeterPhillips) <a href=\"https://twitter.com/DrPeterPhillips/status/1171141560542666752?ref_src=twsrc%5Etfw\">September 9, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(25411,8291,'_oembed_time_343614278dbe9c6d352c1663b9e38d9a','1568131159'),(25412,8291,'_oembed_f8f907d9490ca95fd6f92bf216588fa2','<blockquote class=\"instagram-media\" data-instgrm-permalink=\"https://www.instagram.com/tv/B2OsCopg0eL/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/tv/B2OsCopg0eL/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\"></div></div></a><p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\"><a href=\"https://www.instagram.com/tv/B2OsCopg0eL/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A post shared by Peter Bunting MP (@peterbuntingmp)</a> on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-10T11:47:06+00:00\">Sep 10, 2019 at 4:47am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(25413,8291,'_oembed_time_f8f907d9490ca95fd6f92bf216588fa2','1568131159'),(25414,8291,'_edit_last','4'),(25415,8291,'smpush_mute_activated','no'),(25416,8291,'_yoast_wpseo_primary_category','4'),(25417,8291,'_yoast_wpseo_primary_sub-category','15'),(25418,8291,'sponsored_url',''),(25419,8291,'_yoast_wpseo_content_score','60'),(25420,8291,'_yoast_wpseo_focuskeywords','[]'),(25421,8291,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25422,8295,'_wp_attached_file','2019/09/Peter-Bunting-Feature-Image-Buzz-Caribbean.jpg'),(25423,8295,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.355845890809705;s:5:\"bytes\";i:14216;s:11:\"size_before\";i:326366;s:10:\"size_after\";i:312150;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6;s:5:\"bytes\";i:370;s:11:\"size_before\";i:6605;s:10:\"size_after\";i:6235;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87;s:5:\"bytes\";i:783;s:11:\"size_before\";i:13333;s:10:\"size_after\";i:12550;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.38;s:5:\"bytes\";i:2930;s:11:\"size_before\";i:66858;s:10:\"size_after\";i:63928;s:4:\"time\";d:0.06;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.34;s:5:\"bytes\";i:4960;s:11:\"size_before\";i:114367;s:10:\"size_after\";i:109407;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.13;s:5:\"bytes\";i:5173;s:11:\"size_before\";i:125203;s:10:\"size_after\";i:120030;s:4:\"time\";d:0.05;}}}'),(25424,8295,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:54:\"2019/09/Peter-Bunting-Feature-Image-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Peter-Bunting-Feature-Image-Buzz-Caribbean-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:54:\"Peter-Bunting-Feature-Image-Buzz-Caribbean-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Peter-Bunting-Feature-Image-Buzz-Caribbean-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"Peter-Bunting-Feature-Image-Buzz-Caribbean-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"Peter-Bunting-Feature-Image-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(25425,8287,'_edit_last','4'),(25426,8287,'smpush_mute_activated','no'),(25427,8287,'_yoast_wpseo_primary_category','4'),(25428,8287,'_yoast_wpseo_primary_sub-category','12'),(25429,8287,'sponsored_url',''),(25430,8287,'_yoast_wpseo_content_score','60'),(25431,8287,'_yoast_wpseo_focuskeywords','[]'),(25432,8287,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25433,8291,'_thumbnail_id','8295'),(25434,8298,'_edit_lock','1568133463:9'),(25435,8298,'_yst_prominent_words_version','1'),(25436,8298,'_thumbnail_id','8312'),(25437,8298,'_edit_last','9'),(25438,8298,'smpush_mute_activated','no'),(25439,8298,'_yoast_wpseo_primary_category','2'),(25440,8298,'_yoast_wpseo_primary_sub-category','14'),(25441,8298,'sponsored_url',''),(25442,8298,'_yoast_wpseo_metadesc','Toast by Jamaican singer Koffee continues to make inroads. The song, which was released late last year, has entered the Billboard R&B Hip-Hop Airplay chart at No. 50.'),(25443,8298,'_yoast_wpseo_content_score','90'),(25444,8298,'_yoast_wpseo_focuskeywords','[]'),(25445,8298,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25446,8301,'_edit_lock','1568673153:4'),(25447,8301,'_yst_prominent_words_version','1'),(25448,8298,'_oembed_f068599bb7813c46d714b186139d9667','<iframe title=\"Koffee - Toast (Official Video)\" width=\"1333\" height=\"1000\" src=\"https://www.youtube.com/embed/p8HoEvDh70Y?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(25449,8298,'_oembed_time_f068599bb7813c46d714b186139d9667','1568131450'),(25451,8298,'xyz_smap','1'),(25454,8291,'xyz_smap','1'),(25464,8305,'_wp_attached_file','2019/09/Briana-Williams-BUZZ-featured-image.jpg'),(25465,8305,'wpmf_size','63942'),(25466,8305,'wpmf_filetype','jpg'),(25467,8305,'wpmf_order','0'),(25468,8305,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1023;s:6:\"height\";i:356;s:4:\"file\";s:47:\"2019/09/Briana-Williams-BUZZ-featured-image.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Briana-Williams-BUZZ-featured-image-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:\"Briana-Williams-BUZZ-featured-image-300x104.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Briana-Williams-BUZZ-featured-image-768x267.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(25469,8305,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.568644818423383;s:5:\"bytes\";i:870;s:11:\"size_before\";i:33870;s:10:\"size_after\";i:33000;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:279;s:11:\"size_before\";i:5869;s:10:\"size_after\";i:5590;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.17;s:5:\"bytes\";i:250;s:11:\"size_before\";i:5992;s:10:\"size_after\";i:5742;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.55;s:5:\"bytes\";i:341;s:11:\"size_before\";i:22009;s:10:\"size_after\";i:21668;s:4:\"time\";d:0.02;}}}'),(25470,8306,'_wp_attached_file','2019/09/Devon-Harris-Keep-On-Pushing-Buzz-Caribbean.jpg'),(25471,8306,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0414386239249414;s:5:\"bytes\";i:389;s:11:\"size_before\";i:12790;s:10:\"size_after\";i:12401;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.02;s:5:\"bytes\";i:182;s:11:\"size_before\";i:4528;s:10:\"size_after\";i:4346;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.51;s:5:\"bytes\";i:207;s:11:\"size_before\";i:8262;s:10:\"size_after\";i:8055;s:4:\"time\";d:0.01;}}}'),(25472,8306,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:341;s:4:\"file\";s:55:\"2019/09/Devon-Harris-Keep-On-Pushing-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Devon-Harris-Keep-On-Pushing-Buzz-Caribbean-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:55:\"Devon-Harris-Keep-On-Pushing-Buzz-Caribbean-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:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1538063702\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"185\";s:3:\"iso\";s:4:\"6400\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25474,8241,'_thumbnail_id','8305'),(25476,8307,'_wp_attached_file','2019/09/Devon-Harris-Jamaican-Bobsled-Buzz-Caribbean.jpg'),(25477,8307,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.878603831589997;s:5:\"bytes\";i:1568;s:11:\"size_before\";i:26673;s:10:\"size_after\";i:25105;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.26;s:5:\"bytes\";i:495;s:11:\"size_before\";i:7905;s:10:\"size_after\";i:7410;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.72;s:5:\"bytes\";i:1073;s:11:\"size_before\";i:18768;s:10:\"size_after\";i:17695;s:4:\"time\";d:0.01;}}}'),(25478,8307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:384;s:4:\"file\";s:56:\"2019/09/Devon-Harris-Jamaican-Bobsled-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Devon-Harris-Jamaican-Bobsled-Buzz-Caribbean-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:56:\"Devon-Harris-Jamaican-Bobsled-Buzz-Caribbean-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\";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:{}}}'),(25479,8308,'_wp_attached_file','2019/09/Devon-Harris-Keep-On-Pushing-Motivational-Speaker-Buzz-Caribbean.jpg'),(25480,8308,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.915046059365404;s:5:\"bytes\";i:612;s:11:\"size_before\";i:15632;s:10:\"size_after\";i:15020;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8;s:5:\"bytes\";i:273;s:11:\"size_before\";i:5683;s:10:\"size_after\";i:5410;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.41;s:5:\"bytes\";i:339;s:11:\"size_before\";i:9949;s:10:\"size_after\";i:9610;s:4:\"time\";d:0.01;}}}'),(25481,8308,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:341;s:6:\"height\";i:512;s:4:\"file\";s:76:\"2019/09/Devon-Harris-Keep-On-Pushing-Motivational-Speaker-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:76:\"Devon-Harris-Keep-On-Pushing-Motivational-Speaker-Buzz-Caribbean-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:76:\"Devon-Harris-Keep-On-Pushing-Motivational-Speaker-Buzz-Caribbean-200x300.jpg\";s:5:\"width\";i:200;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:{}}}'),(25482,8310,'_wp_attached_file','2019/09/Devon-Harris-Jamaica-Keep-Pushing-Soldier-Bobsled-Buzz-Caribbean.jpg'),(25483,8310,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.227221597300337;s:5:\"bytes\";i:1384;s:11:\"size_before\";i:22225;s:10:\"size_after\";i:20841;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.97;s:5:\"bytes\";i:459;s:11:\"size_before\";i:6582;s:10:\"size_after\";i:6123;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.91;s:5:\"bytes\";i:925;s:11:\"size_before\";i:15643;s:10:\"size_after\";i:14718;s:4:\"time\";d:0.02;}}}'),(25484,8310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:339;s:4:\"file\";s:76:\"2019/09/Devon-Harris-Jamaica-Keep-Pushing-Soldier-Bobsled-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:76:\"Devon-Harris-Jamaica-Keep-Pushing-Soldier-Bobsled-Buzz-Caribbean-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:76:\"Devon-Harris-Jamaica-Keep-Pushing-Soldier-Bobsled-Buzz-Caribbean-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: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:{}}}'),(25485,8311,'_wp_attached_file','2019/09/Devon-Harris-Bobsled-Team-Buzz-Caribbean.png'),(25486,8311,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:150729;s:10:\"size_after\";i:150729;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44145;s:10:\"size_after\";i:44145;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:106584;s:10:\"size_after\";i:106584;s:4:\"time\";d:0.04;}}}'),(25487,8311,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:339;s:4:\"file\";s:52:\"2019/09/Devon-Harris-Bobsled-Team-Buzz-Caribbean.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Devon-Harris-Bobsled-Team-Buzz-Caribbean-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:52:\"Devon-Harris-Bobsled-Team-Buzz-Caribbean-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;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:{}}}'),(25488,8312,'_wp_attached_file','2019/09/Feature-Images-Sept-2019Koffee.jpg'),(25489,8312,'wpmf_size','182017'),(25490,8312,'wpmf_filetype','jpg'),(25491,8312,'wpmf_order','0'),(25492,8312,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:42:\"2019/09/Feature-Images-Sept-2019Koffee.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Feature-Images-Sept-2019Koffee-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:42:\"Feature-Images-Sept-2019Koffee-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Feature-Images-Sept-2019Koffee-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Feature-Images-Sept-2019Koffee-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Feature-Images-Sept-2019Koffee-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(25493,8312,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.3774421088873785;s:5:\"bytes\";i:5386;s:11:\"size_before\";i:226546;s:10:\"size_after\";i:221160;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.91;s:5:\"bytes\";i:474;s:11:\"size_before\";i:8025;s:10:\"size_after\";i:7551;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53;s:5:\"bytes\";i:616;s:11:\"size_before\";i:13597;s:10:\"size_after\";i:12981;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.33;s:5:\"bytes\";i:1167;s:11:\"size_before\";i:50104;s:10:\"size_after\";i:48937;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.05;s:5:\"bytes\";i:1527;s:11:\"size_before\";i:74619;s:10:\"size_after\";i:73092;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:2;s:5:\"bytes\";i:1602;s:11:\"size_before\";i:80201;s:10:\"size_after\";i:78599;s:4:\"time\";d:0.03;}}}'),(25496,8314,'_wp_attached_file','2019/09/Devon-Harris-Yes-I-Can-Buzz-Caribbean.jpg'),(25497,8314,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.3534504710975295;s:5:\"bytes\";i:2495;s:11:\"size_before\";i:39270;s:10:\"size_after\";i:36775;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.11;s:5:\"bytes\";i:691;s:11:\"size_before\";i:9722;s:10:\"size_after\";i:9031;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.11;s:5:\"bytes\";i:1804;s:11:\"size_before\";i:29548;s:10:\"size_after\";i:27744;s:4:\"time\";d:0.04;}}}'),(25498,8314,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:508;s:6:\"height\";i:512;s:4:\"file\";s:49:\"2019/09/Devon-Harris-Yes-I-Can-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Devon-Harris-Yes-I-Can-Buzz-Caribbean-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:\"Devon-Harris-Yes-I-Can-Buzz-Caribbean-298x300.jpg\";s:5:\"width\";i:298;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(25499,8315,'_wp_attached_file','2019/09/Keep-On-Pushing-Buzz-Caribbean.jpg'),(25500,8315,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.86693623872103;s:5:\"bytes\";i:1567;s:11:\"size_before\";i:26709;s:10:\"size_after\";i:25142;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.58;s:5:\"bytes\";i:515;s:11:\"size_before\";i:7822;s:10:\"size_after\";i:7307;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.57;s:5:\"bytes\";i:1052;s:11:\"size_before\";i:18887;s:10:\"size_after\";i:17835;s:4:\"time\";d:0.01;}}}'),(25501,8315,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:358;s:6:\"height\";i:512;s:4:\"file\";s:42:\"2019/09/Keep-On-Pushing-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Keep-On-Pushing-Buzz-Caribbean-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:42:\"Keep-On-Pushing-Buzz-Caribbean-210x300.jpg\";s:5:\"width\";i:210;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:10:\"1263821671\";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:{}}}'),(25502,8316,'_wp_attached_file','2019/09/New-pollard-new-one-ODI-Buzz-Caribbean-1024x683.jpg'),(25503,8316,'wpmf_size','91302'),(25504,8316,'wpmf_filetype','jpg'),(25505,8316,'wpmf_order','0'),(25506,8316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1019;s:6:\"height\";i:577;s:4:\"file\";s:59:\"2019/09/New-pollard-new-one-ODI-Buzz-Caribbean-1024x683.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"New-pollard-new-one-ODI-Buzz-Caribbean-1024x683-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:\"New-pollard-new-one-ODI-Buzz-Caribbean-1024x683-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"New-pollard-new-one-ODI-Buzz-Caribbean-1024x683-768x435.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(25507,8316,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4141752518183694;s:5:\"bytes\";i:1488;s:11:\"size_before\";i:43583;s:10:\"size_after\";i:42095;s:4:\"time\";d:0.09000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.56;s:5:\"bytes\";i:234;s:11:\"size_before\";i:5130;s:10:\"size_after\";i:4896;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.85;s:5:\"bytes\";i:226;s:11:\"size_before\";i:7924;s:10:\"size_after\";i:7698;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37;s:5:\"bytes\";i:1028;s:11:\"size_before\";i:30529;s:10:\"size_after\";i:29501;s:4:\"time\";d:0.07;}}}'),(25510,8317,'_wp_attached_file','2019/09/Devon-Harris-Motivational-Speaker-Buzz-Caribbean.jpg'),(25511,8317,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7382588413288786;s:5:\"bytes\";i:593;s:11:\"size_before\";i:15863;s:10:\"size_after\";i:15270;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.68;s:5:\"bytes\";i:228;s:11:\"size_before\";i:4876;s:10:\"size_after\";i:4648;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.32;s:5:\"bytes\";i:365;s:11:\"size_before\";i:10987;s:10:\"size_after\";i:10622;s:4:\"time\";d:0.01;}}}'),(25512,8317,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:340;s:6:\"height\";i:512;s:4:\"file\";s:60:\"2019/09/Devon-Harris-Motivational-Speaker-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"Devon-Harris-Motivational-Speaker-Buzz-Caribbean-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:\"Devon-Harris-Motivational-Speaker-Buzz-Caribbean-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1269515595\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25513,8318,'_wp_attached_file','2019/09/supreme-court-jamaica.jpg'),(25514,8318,'wpmf_size','764651'),(25515,8318,'wpmf_filetype','jpg'),(25516,8318,'wpmf_order','0'),(25517,8318,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1452;s:6:\"height\";i:1089;s:4:\"file\";s:33:\"2019/09/supreme-court-jamaica.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"supreme-court-jamaica-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:\"supreme-court-jamaica-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:33:\"supreme-court-jamaica-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"supreme-court-jamaica-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"supreme-court-jamaica-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:24:\"Canon PowerShot SX150 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1342927956\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:6:\"10.372\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:6:\"0.0008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(25518,8318,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.128207501120505;s:5:\"bytes\";i:33772;s:11:\"size_before\";i:551091;s:10:\"size_after\";i:517319;s:4:\"time\";d:0.22999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.61;s:5:\"bytes\";i:616;s:11:\"size_before\";i:9322;s:10:\"size_after\";i:8706;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.15;s:5:\"bytes\";i:1758;s:11:\"size_before\";i:24593;s:10:\"size_after\";i:22835;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.48;s:5:\"bytes\";i:8212;s:11:\"size_before\";i:126667;s:10:\"size_after\";i:118455;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.93;s:5:\"bytes\";i:12202;s:11:\"size_before\";i:205757;s:10:\"size_after\";i:193555;s:4:\"time\";d:0.09;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.95;s:5:\"bytes\";i:10984;s:11:\"size_before\";i:184752;s:10:\"size_after\";i:173768;s:4:\"time\";d:0.06;}}}'),(25520,8287,'_thumbnail_id','8318'),(25521,8287,'xyz_smap','1'),(25524,8301,'_thumbnail_id','8314'),(25525,8301,'_edit_last','4'),(25526,8301,'xyz_smap','1'),(25527,8301,'smpush_mute_activated','no'),(25529,8301,'_yoast_wpseo_primary_category','3'),(25530,8301,'_yoast_wpseo_primary_sub-category','16'),(25531,8301,'sponsored_url',''),(25532,8301,'_yoast_wpseo_metadesc','Former Jamaican bobsled Olympian Devon Harris now using his platform as a motivational speaker and author to encourage others to Keep On Pushing.'),(25533,8301,'_yoast_wpseo_content_score','60'),(25534,8301,'_yoast_wpseo_focuskeywords','[]'),(25535,8301,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25536,8322,'_edit_lock','1568135525:11'),(25537,8322,'_yst_prominent_words_version','1'),(25538,8323,'_wp_attached_file','2019/09/dr-christopher-tufton-health.jpg'),(25539,8323,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.0333343602698792;s:5:\"bytes\";i:3960;s:11:\"size_before\";i:194754;s:10:\"size_after\";i:190794;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.98;s:5:\"bytes\";i:291;s:11:\"size_before\";i:5843;s:10:\"size_after\";i:5552;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.32;s:5:\"bytes\";i:382;s:11:\"size_before\";i:11497;s:10:\"size_after\";i:11115;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.73;s:5:\"bytes\";i:760;s:11:\"size_before\";i:43836;s:10:\"size_after\";i:43076;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.89;s:5:\"bytes\";i:1274;s:11:\"size_before\";i:67520;s:10:\"size_after\";i:66246;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9;s:5:\"bytes\";i:1253;s:11:\"size_before\";i:66058;s:10:\"size_after\";i:64805;s:4:\"time\";d:0.07;}}}'),(25540,8323,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1311;s:6:\"height\";i:900;s:4:\"file\";s:40:\"2019/09/dr-christopher-tufton-health.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"dr-christopher-tufton-health-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:\"dr-christopher-tufton-health-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"dr-christopher-tufton-health-768x527.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"dr-christopher-tufton-health-1024x703.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:703;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"dr-christopher-tufton-health-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(25542,8322,'_thumbnail_id','8323'),(25543,8322,'_edit_last','11'),(25544,8322,'xyz_smap','1'),(25545,8322,'smpush_mute_activated','no'),(25547,8322,'_yoast_wpseo_primary_category','4'),(25548,8322,'_yoast_wpseo_primary_sub-category','11'),(25549,8322,'sponsored_url',''),(25550,8322,'_yoast_wpseo_metadesc','The Jamaican Government has earmarked millions of dollars for the upgrading of health facilities in the parish of Clarendon.'),(25551,8322,'_yoast_wpseo_content_score','90'),(25552,8322,'_yoast_wpseo_focuskeywords','[]'),(25553,8322,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25554,8325,'_edit_lock','1568135265:9'),(25555,8325,'_yst_prominent_words_version','1'),(25556,8326,'_wp_attached_file','2019/09/jessica-biel-justin-timberlake.jpg'),(25557,8326,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9185384662464045;s:5:\"bytes\";i:2561;s:11:\"size_before\";i:65356;s:10:\"size_after\";i:62795;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.28;s:5:\"bytes\";i:333;s:11:\"size_before\";i:6303;s:10:\"size_after\";i:5970;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:430;s:11:\"size_before\";i:11603;s:10:\"size_after\";i:11173;s:4:\"time\";d:0.21;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79;s:5:\"bytes\";i:1798;s:11:\"size_before\";i:47450;s:10:\"size_after\";i:45652;s:4:\"time\";d:0.03;}}}'),(25558,8326,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:42:\"2019/09/jessica-biel-justin-timberlake.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"jessica-biel-justin-timberlake-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:42:\"jessica-biel-justin-timberlake-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"jessica-biel-justin-timberlake-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:27:\"PacificCoastNews/Avalon.red\";s:6:\"camera\";s:12:\"Canon EOS 7D\";s:7:\"caption\";s:258:\"Jessica Biel, Justin Timberlake attends The 70th Emmy Awards-Arrivals in Los Angeles on Monday, September 17th, 2018Photograph: © PacificCoastNews. Los Angeles Office (PCN): +1 310.822.0419 UK Office (Avalon): +44 (0) 20 7421 6000 sales@pacificcoastnews.com\";s:17:\"created_timestamp\";s:10:\"1537200943\";s:9:\"copyright\";s:49:\"PacificCoastNews/Avalon.red. All rights reserved.\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:84:\"Jessica Biel, Justin Timberlake attends The 70th Emmy Awards-Arrivals in Los Angeles\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:21:{i:0;s:9:\"Celebrity\";i:1;s:8:\"Arrivals\";i:2;s:8:\"Arriving\";i:3;s:11:\"personality\";i:4;s:10:\"Red Carpet\";i:5;s:11:\"screen Idol\";i:6;s:13:\"famous person\";i:7;s:13:\"public figure\";i:8;s:16:\"Emmy awards 2018\";i:9;s:11:\"Emmy awards\";i:10;s:20:\"Emmy awards arrivals\";i:11;s:31:\"Jessica Biel, Justin Timberlake\";i:12;s:10:\"17.09.2018\";i:13;s:3:\"XM1\";i:14;s:6:\"322502\";i:15;s:12:\"B6769_322502\";i:16;s:5:\"B6769\";i:17;s:19:\"XM_EMMYS1_203px_114\";i:18;s:17:\"ZB6769_322502_158\";i:19;s:13:\"RDP1_20180918\";i:20;s:28:\"EmmyArriva_ZB6769_322502_158\";}}}'),(25559,8327,'_edit_lock','1568137600:4'),(25560,8327,'_yst_prominent_words_version','1'),(25561,8325,'_thumbnail_id','8326'),(25562,8325,'_edit_last','9'),(25563,8325,'smpush_mute_activated','no'),(25564,8325,'_yoast_wpseo_primary_category','3'),(25565,8325,'_yoast_wpseo_primary_sub-category','14'),(25566,8325,'sponsored_url',''),(25567,8325,'_yoast_wpseo_metadesc','American actress Jessica Biel wants to be Justin Timberlake\'s \"boss\" on a future project.'),(25568,8325,'_yoast_wpseo_content_score','30'),(25569,8325,'_yoast_wpseo_focuskeywords','[]'),(25570,8325,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25572,8325,'xyz_smap','1'),(25576,8327,'_edit_last','4'),(25577,8327,'smpush_mute_activated','no'),(25578,8327,'_yoast_wpseo_primary_category','4'),(25579,8327,'_yoast_wpseo_primary_sub-category','5'),(25580,8327,'sponsored_url',''),(25581,8327,'_yoast_wpseo_content_score','30'),(25582,8327,'_yoast_wpseo_focuskeywords','[]'),(25583,8327,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25584,8330,'_edit_lock','1568151213:4'),(25585,8330,'_yst_prominent_words_version','1'),(25587,8330,'_edit_last','4'),(25588,8330,'xyz_smap','1'),(25589,8330,'smpush_mute_activated','no'),(25591,8330,'_yoast_wpseo_primary_category','4'),(25592,8330,'_yoast_wpseo_primary_sub-category','15'),(25593,8330,'sponsored_url',''),(25594,8330,'_yoast_wpseo_content_score','60'),(25595,8330,'_yoast_wpseo_focuskeywords','[]'),(25596,8330,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25597,8332,'_wp_attached_file','2019/09/ONeil-Grant-Buzz-Caribbean.jpg'),(25598,8332,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1764501;s:11:\"size_before\";i:1899599;s:10:\"size_after\";i:135098;}'),(25599,8332,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.187126268792386;s:5:\"bytes\";i:9397;s:11:\"size_before\";i:224426;s:10:\"size_after\";i:215029;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.92;s:5:\"bytes\";i:304;s:11:\"size_before\";i:6178;s:10:\"size_after\";i:5874;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:511;s:11:\"size_before\";i:12635;s:10:\"size_after\";i:12124;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.91;s:5:\"bytes\";i:1956;s:11:\"size_before\";i:50065;s:10:\"size_after\";i:48109;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.27;s:5:\"bytes\";i:3274;s:11:\"size_before\";i:76733;s:10:\"size_after\";i:73459;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:3352;s:11:\"size_before\";i:78815;s:10:\"size_after\";i:75463;s:4:\"time\";d:0.05;}}}'),(25600,8332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:38:\"2019/09/ONeil-Grant-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"ONeil-Grant-Buzz-Caribbean-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:\"ONeil-Grant-Buzz-Caribbean-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:38:\"ONeil-Grant-Buzz-Caribbean-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:39:\"ONeil-Grant-Buzz-Caribbean-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"ONeil-Grant-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568024135\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25602,8327,'xyz_smap','1'),(25604,8337,'_wp_attached_file','2019/09/Training-Session-Buzz-Caribbean.jpg'),(25605,8337,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:703282;s:11:\"size_before\";i:897056;s:10:\"size_after\";i:193774;}'),(25606,8337,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3657830397271065;s:5:\"bytes\";i:9788;s:11:\"size_before\";i:290809;s:10:\"size_after\";i:281021;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8;s:5:\"bytes\";i:386;s:11:\"size_before\";i:6654;s:10:\"size_after\";i:6268;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57;s:5:\"bytes\";i:670;s:11:\"size_before\";i:14663;s:10:\"size_after\";i:13993;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.42;s:5:\"bytes\";i:2198;s:11:\"size_before\";i:64226;s:10:\"size_after\";i:62028;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:3352;s:11:\"size_before\";i:102521;s:10:\"size_after\";i:99169;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1;s:5:\"bytes\";i:3182;s:11:\"size_before\";i:102745;s:10:\"size_after\";i:99563;s:4:\"time\";d:0.06;}}}'),(25607,8337,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1001;s:4:\"file\";s:43:\"2019/09/Training-Session-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Training-Session-Buzz-Caribbean-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:\"Training-Session-Buzz-Caribbean-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:43:\"Training-Session-Buzz-Caribbean-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Training-Session-Buzz-Caribbean-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Training-Session-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(25609,8327,'_thumbnail_id','6261'),(25611,8338,'_wp_attached_file','2019/09/bump-collaboration-colleagues-Buzz-Caribbean.jpg'),(25612,8338,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:910396;s:11:\"size_before\";i:1176245;s:10:\"size_after\";i:265849;}'),(25613,8338,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.596125867111581;s:5:\"bytes\";i:18512;s:11:\"size_before\";i:402774;s:10:\"size_after\";i:384262;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.08;s:5:\"bytes\";i:687;s:11:\"size_before\";i:9699;s:10:\"size_after\";i:9012;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.81;s:5:\"bytes\";i:1227;s:11:\"size_before\";i:21113;s:10:\"size_after\";i:19886;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.89;s:5:\"bytes\";i:4419;s:11:\"size_before\";i:90423;s:10:\"size_after\";i:86004;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.33;s:5:\"bytes\";i:6084;s:11:\"size_before\";i:140528;s:10:\"size_after\";i:134444;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.32;s:5:\"bytes\";i:6095;s:11:\"size_before\";i:141011;s:10:\"size_after\";i:134916;s:4:\"time\";d:0.05;}}}'),(25614,8338,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:981;s:4:\"file\";s:56:\"2019/09/bump-collaboration-colleagues-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"bump-collaboration-colleagues-Buzz-Caribbean-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:56:\"bump-collaboration-colleagues-Buzz-Caribbean-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:56:\"bump-collaboration-colleagues-Buzz-Caribbean-768x502.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:502;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"bump-collaboration-colleagues-Buzz-Caribbean-1024x670.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:57:\"bump-collaboration-colleagues-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(25615,8339,'_wp_attached_file','2019/09/Online-Course-Buzz-Caribbean.jpg'),(25616,8339,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:266609;s:11:\"size_before\";i:422486;s:10:\"size_after\";i:155877;}'),(25617,8339,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.337155963302752;s:5:\"bytes\";i:13962;s:11:\"size_before\";i:261600;s:10:\"size_after\";i:247638;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12;s:5:\"bytes\";i:488;s:11:\"size_before\";i:7977;s:10:\"size_after\";i:7489;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.94;s:5:\"bytes\";i:896;s:11:\"size_before\";i:15073;s:10:\"size_after\";i:14177;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4;s:5:\"bytes\";i:3168;s:11:\"size_before\";i:58707;s:10:\"size_after\";i:55539;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:4731;s:11:\"size_before\";i:89397;s:10:\"size_after\";i:84666;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.17;s:5:\"bytes\";i:4679;s:11:\"size_before\";i:90446;s:10:\"size_after\";i:85767;s:4:\"time\";d:0.05;}}}'),(25618,8339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:40:\"2019/09/Online-Course-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Online-Course-Buzz-Caribbean-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:\"Online-Course-Buzz-Caribbean-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:40:\"Online-Course-Buzz-Caribbean-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:41:\"Online-Course-Buzz-Caribbean-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Online-Course-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(25620,8281,'_thumbnail_id','8338'),(25621,8281,'_edit_last','11'),(25622,8281,'xyz_smap','1'),(25623,8281,'smpush_mute_activated','no'),(25625,8281,'_yoast_wpseo_primary_category','4'),(25626,8281,'_yoast_wpseo_primary_sub-category','12'),(25627,8281,'sponsored_url',''),(25628,8281,'_yoast_wpseo_content_score','30'),(25629,8281,'_yoast_wpseo_focuskeywords','[]'),(25630,8281,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25633,8342,'_edit_lock','1568140087:4'),(25634,8342,'_yst_prominent_words_version','1'),(25635,8342,'_edit_last','4'),(25636,8342,'smpush_mute_activated','no'),(25637,8342,'_yoast_wpseo_primary_category','4'),(25638,8342,'_yoast_wpseo_primary_sub-category','16'),(25639,8342,'sponsored_url',''),(25640,8342,'_yoast_wpseo_content_score','60'),(25641,8342,'_yoast_wpseo_focuskeywords','[]'),(25642,8342,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25643,8344,'_wp_attached_file','2019/09/Featured-Image-Kiwanis.jpg'),(25644,8344,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.981740201282432;s:5:\"bytes\";i:23463;s:11:\"size_before\";i:470980;s:10:\"size_after\";i:447517;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.12;s:5:\"bytes\";i:894;s:11:\"size_before\";i:11012;s:10:\"size_after\";i:10118;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.51;s:5:\"bytes\";i:1734;s:11:\"size_before\";i:23104;s:10:\"size_after\";i:21370;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3;s:5:\"bytes\";i:5592;s:11:\"size_before\";i:105534;s:10:\"size_after\";i:99942;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.66;s:5:\"bytes\";i:7469;s:11:\"size_before\";i:160203;s:10:\"size_after\";i:152734;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:7774;s:11:\"size_before\";i:171127;s:10:\"size_after\";i:163353;s:4:\"time\";d:0.04;}}}'),(25645,8344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:34:\"2019/09/Featured-Image-Kiwanis.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Featured-Image-Kiwanis-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:\"Featured-Image-Kiwanis-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Featured-Image-Kiwanis-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Featured-Image-Kiwanis-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Featured-Image-Kiwanis-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(25646,8345,'_wp_attached_file','2019/09/4.jpg'),(25647,8345,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.285580825037224;s:5:\"bytes\";i:2153;s:11:\"size_before\";i:34253;s:10:\"size_after\";i:32100;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.32;s:5:\"bytes\";i:609;s:11:\"size_before\";i:8324;s:10:\"size_after\";i:7715;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.95;s:5:\"bytes\";i:1544;s:11:\"size_before\";i:25929;s:10:\"size_after\";i:24385;s:4:\"time\";d:0.01;}}}'),(25648,8345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:617;s:6:\"height\";i:641;s:4:\"file\";s:13:\"2019/09/4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"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:13:\"4-289x300.jpg\";s:5:\"width\";i:289;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(25649,8346,'_wp_attached_file','2019/09/5.jpg'),(25650,8346,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.551630544320976;s:5:\"bytes\";i:1899;s:11:\"size_before\";i:74423;s:10:\"size_after\";i:72524;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53;s:5:\"bytes\";i:273;s:11:\"size_before\";i:6020;s:10:\"size_after\";i:5747;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.64;s:5:\"bytes\";i:467;s:11:\"size_before\";i:12825;s:10:\"size_after\";i:12358;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.09;s:5:\"bytes\";i:1159;s:11:\"size_before\";i:55578;s:10:\"size_after\";i:54419;s:4:\"time\";d:0.02;}}}'),(25651,8346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1007;s:6:\"height\";i:619;s:4:\"file\";s:13:\"2019/09/5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"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:13:\"5-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"5-768x472.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:472;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:{}}}'),(25652,8347,'_wp_attached_file','2019/09/2.jpg'),(25653,8347,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.378410986125403;s:5:\"bytes\";i:10785;s:11:\"size_before\";i:169086;s:10:\"size_after\";i:158301;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.87;s:5:\"bytes\";i:654;s:11:\"size_before\";i:9517;s:10:\"size_after\";i:8863;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.13;s:5:\"bytes\";i:1694;s:11:\"size_before\";i:23750;s:10:\"size_after\";i:22056;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:8437;s:11:\"size_before\";i:135819;s:10:\"size_after\";i:127382;s:4:\"time\";d:0.04;}}}'),(25654,8347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:946;s:6:\"height\";i:616;s:4:\"file\";s:13:\"2019/09/2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"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:13:\"2-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"2-768x500.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:500;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:{}}}'),(25656,8342,'xyz_smap','1'),(25660,8350,'_wp_attached_file','2019/09/Collie-Smith-Statute-Buzz-Caribbean.jpg'),(25661,8350,'wpmf_size','239964'),(25662,8350,'wpmf_filetype','jpg'),(25663,8350,'wpmf_order','0'),(25664,8350,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:854;s:4:\"file\";s:47:\"2019/09/Collie-Smith-Statute-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Collie-Smith-Statute-Buzz-Caribbean-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:\"Collie-Smith-Statute-Buzz-Caribbean-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:47:\"Collie-Smith-Statute-Buzz-Caribbean-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:48:\"Collie-Smith-Statute-Buzz-Caribbean-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"Collie-Smith-Statute-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(25665,8350,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.699248712415933;s:5:\"bytes\";i:14918;s:11:\"size_before\";i:317455;s:10:\"size_after\";i:302537;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.22;s:5:\"bytes\";i:615;s:11:\"size_before\";i:8518;s:10:\"size_after\";i:7903;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.43;s:5:\"bytes\";i:1169;s:11:\"size_before\";i:18179;s:10:\"size_after\";i:17010;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.81;s:5:\"bytes\";i:3506;s:11:\"size_before\";i:72857;s:10:\"size_after\";i:69351;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.36;s:5:\"bytes\";i:4792;s:11:\"size_before\";i:109868;s:10:\"size_after\";i:105076;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.48;s:5:\"bytes\";i:4836;s:11:\"size_before\";i:108033;s:10:\"size_after\";i:103197;s:4:\"time\";d:0.05;}}}'),(25668,8352,'_edit_lock','1568148055:11'),(25669,8352,'_yst_prominent_words_version','1'),(25670,8353,'_wp_attached_file','2019/09/bar-clean-close-up-Buzz-Caribbean.jpg'),(25671,8353,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1435676;s:11:\"size_before\";i:1556758;s:10:\"size_after\";i:121082;}'),(25672,8353,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.283394880937221;s:5:\"bytes\";i:8073;s:11:\"size_before\";i:188472;s:10:\"size_after\";i:180399;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.68;s:5:\"bytes\";i:217;s:11:\"size_before\";i:4637;s:10:\"size_after\";i:4420;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.65;s:5:\"bytes\";i:489;s:11:\"size_before\";i:10505;s:10:\"size_after\";i:10016;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.44;s:5:\"bytes\";i:1894;s:11:\"size_before\";i:42699;s:10:\"size_after\";i:40805;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.26;s:5:\"bytes\";i:2873;s:11:\"size_before\";i:67490;s:10:\"size_after\";i:64617;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12;s:5:\"bytes\";i:2600;s:11:\"size_before\";i:63141;s:10:\"size_after\";i:60541;s:4:\"time\";d:0.03;}}}'),(25673,8353,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:45:\"2019/09/bar-clean-close-up-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"bar-clean-close-up-Buzz-Caribbean-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:45:\"bar-clean-close-up-Buzz-Caribbean-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:45:\"bar-clean-close-up-Buzz-Caribbean-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:46:\"bar-clean-close-up-Buzz-Caribbean-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"bar-clean-close-up-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(25674,8354,'_wp_attached_file','2019/09/Cliff-Riley-SRC-Buzz-Caribbean.jpg'),(25675,8354,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1156734;s:11:\"size_before\";i:1421078;s:10:\"size_after\";i:264344;}'),(25676,8354,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.797036772581221;s:5:\"bytes\";i:19485;s:11:\"size_before\";i:336120;s:10:\"size_after\";i:316635;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.13;s:5:\"bytes\";i:365;s:11:\"size_before\";i:7109;s:10:\"size_after\";i:6744;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.72;s:5:\"bytes\";i:812;s:11:\"size_before\";i:17199;s:10:\"size_after\";i:16387;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:3795;s:11:\"size_before\";i:72810;s:10:\"size_after\";i:69015;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.16;s:5:\"bytes\";i:7776;s:11:\"size_before\";i:126197;s:10:\"size_after\";i:118421;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.97;s:5:\"bytes\";i:6737;s:11:\"size_before\";i:112805;s:10:\"size_after\";i:106068;s:4:\"time\";d:0.04;}}}'),(25677,8354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1131;s:4:\"file\";s:42:\"2019/09/Cliff-Riley-SRC-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Cliff-Riley-SRC-Buzz-Caribbean-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:42:\"Cliff-Riley-SRC-Buzz-Caribbean-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Cliff-Riley-SRC-Buzz-Caribbean-768x579.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Cliff-Riley-SRC-Buzz-Caribbean-1024x772.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:772;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Cliff-Riley-SRC-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566463822\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25678,8355,'_edit_lock','1568145179:4'),(25679,8355,'_yst_prominent_words_version','1'),(25680,8356,'_wp_attached_file','2019/09/generic-skin-care-bottles-Buzz-Caribbean.jpg'),(25681,8356,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.459203564466723;s:5:\"bytes\";i:4639;s:11:\"size_before\";i:71820;s:10:\"size_after\";i:67181;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.69;s:5:\"bytes\";i:233;s:11:\"size_before\";i:3484;s:10:\"size_after\";i:3251;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.89;s:5:\"bytes\";i:318;s:11:\"size_before\";i:6499;s:10:\"size_after\";i:6181;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.14;s:5:\"bytes\";i:1564;s:11:\"size_before\";i:25452;s:10:\"size_after\";i:23888;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.94;s:5:\"bytes\";i:2524;s:11:\"size_before\";i:36385;s:10:\"size_after\";i:33861;s:4:\"time\";d:0.02;}}}'),(25682,8356,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:991;s:6:\"height\";i:684;s:4:\"file\";s:52:\"2019/09/generic-skin-care-bottles-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"generic-skin-care-bottles-Buzz-Caribbean-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:52:\"generic-skin-care-bottles-Buzz-Caribbean-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"generic-skin-care-bottles-Buzz-Caribbean-768x530.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"generic-skin-care-bottles-Buzz-Caribbean-991x655.jpg\";s:5:\"width\";i:991;s:6:\"height\";i:655;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:\"1568123395\";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:{}}}'),(25683,8357,'_wp_attached_file','2019/09/jams-SRC-Buzz-Caribbean.jpg'),(25684,8357,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:962416;s:11:\"size_before\";i:1131687;s:10:\"size_after\";i:169271;}'),(25685,8357,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0931266665943045;s:5:\"bytes\";i:8549;s:11:\"size_before\";i:276387;s:10:\"size_after\";i:267838;s:4:\"time\";d:0.21000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87;s:5:\"bytes\";i:439;s:11:\"size_before\";i:7474;s:10:\"size_after\";i:7035;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:662;s:11:\"size_before\";i:14696;s:10:\"size_after\";i:14034;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29;s:5:\"bytes\";i:2038;s:11:\"size_before\";i:61922;s:10:\"size_after\";i:59884;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.76;s:5:\"bytes\";i:2632;s:11:\"size_before\";i:95414;s:10:\"size_after\";i:92782;s:4:\"time\";d:0.08;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.87;s:5:\"bytes\";i:2778;s:11:\"size_before\";i:96881;s:10:\"size_after\";i:94103;s:4:\"time\";d:0.06;}}}'),(25686,8357,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:985;s:4:\"file\";s:35:\"2019/09/jams-SRC-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"jams-SRC-Buzz-Caribbean-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:\"jams-SRC-Buzz-Caribbean-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"jams-SRC-Buzz-Caribbean-768x504.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"jams-SRC-Buzz-Caribbean-1024x672.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"jams-SRC-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(25687,8358,'_wp_attached_file','2019/09/Carolyn-Rose-Miller-Buzz-Caribbean.jpg'),(25688,8358,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1021481;s:11:\"size_before\";i:1216248;s:10:\"size_after\";i:194767;}'),(25689,8358,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.662048176111065;s:5:\"bytes\";i:13486;s:11:\"size_before\";i:289272;s:10:\"size_after\";i:275786;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.07;s:5:\"bytes\";i:431;s:11:\"size_before\";i:7097;s:10:\"size_after\";i:6666;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.72;s:5:\"bytes\";i:697;s:11:\"size_before\";i:14773;s:10:\"size_after\";i:14076;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.64;s:5:\"bytes\";i:2932;s:11:\"size_before\";i:63135;s:10:\"size_after\";i:60203;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.68;s:5:\"bytes\";i:4743;s:11:\"size_before\";i:101435;s:10:\"size_after\";i:96692;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.55;s:5:\"bytes\";i:4683;s:11:\"size_before\";i:102832;s:10:\"size_after\";i:98149;s:4:\"time\";d:0.05;}}}'),(25690,8358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:994;s:4:\"file\";s:46:\"2019/09/Carolyn-Rose-Miller-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Carolyn-Rose-Miller-Buzz-Caribbean-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:\"Carolyn-Rose-Miller-Buzz-Caribbean-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Carolyn-Rose-Miller-Buzz-Caribbean-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Carolyn-Rose-Miller-Buzz-Caribbean-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Carolyn-Rose-Miller-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566464247\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25691,8359,'_wp_attached_file','2019/09/oilsSRC-Buzz-Caribbean.jpg'),(25692,8359,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:971335;s:11:\"size_before\";i:1130503;s:10:\"size_after\";i:159168;}'),(25693,8359,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7935682649720777;s:5:\"bytes\";i:9653;s:11:\"size_before\";i:254457;s:10:\"size_after\";i:244804;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.36;s:5:\"bytes\";i:346;s:11:\"size_before\";i:6452;s:10:\"size_after\";i:6106;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57;s:5:\"bytes\";i:596;s:11:\"size_before\";i:13036;s:10:\"size_after\";i:12440;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9;s:5:\"bytes\";i:2184;s:11:\"size_before\";i:56024;s:10:\"size_after\";i:53840;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.67;s:5:\"bytes\";i:3230;s:11:\"size_before\";i:87991;s:10:\"size_after\";i:84761;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62;s:5:\"bytes\";i:3297;s:11:\"size_before\";i:90954;s:10:\"size_after\";i:87657;s:4:\"time\";d:0.06;}}}'),(25694,8359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:987;s:4:\"file\";s:34:\"2019/09/oilsSRC-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"oilsSRC-Buzz-Caribbean-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:\"oilsSRC-Buzz-Caribbean-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"oilsSRC-Buzz-Caribbean-768x505.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"oilsSRC-Buzz-Caribbean-1024x674.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"oilsSRC-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(25695,8360,'_edit_lock','1568206994:4'),(25696,8360,'_yst_prominent_words_version','1'),(25697,8361,'_wp_attached_file','2019/09/spragga-benz-20190910.jpg'),(25698,8361,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.232042916248642;s:5:\"bytes\";i:5384;s:11:\"size_before\";i:241214;s:10:\"size_after\";i:235830;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2;s:5:\"bytes\";i:296;s:11:\"size_before\";i:5694;s:10:\"size_after\";i:5398;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:523;s:11:\"size_before\";i:14095;s:10:\"size_after\";i:13572;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.42;s:5:\"bytes\";i:1445;s:11:\"size_before\";i:59700;s:10:\"size_after\";i:58255;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.01;s:5:\"bytes\";i:1844;s:11:\"size_before\";i:91866;s:10:\"size_after\";i:90022;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.83;s:5:\"bytes\";i:1276;s:11:\"size_before\";i:69859;s:10:\"size_after\";i:68583;s:4:\"time\";d:0.03;}}}'),(25699,8361,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1075;s:6:\"height\";i:957;s:4:\"file\";s:33:\"2019/09/spragga-benz-20190910.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"spragga-benz-20190910-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:\"spragga-benz-20190910-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"spragga-benz-20190910-768x684.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"spragga-benz-20190910-1024x912.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:912;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"spragga-benz-20190910-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(25700,8362,'_wp_attached_file','2019/09/wayne-wonder-20190910.png'),(25701,8362,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2187585;s:10:\"size_after\";i:2187585;s:4:\"time\";d:3.47;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38258;s:10:\"size_after\";i:38258;s:4:\"time\";d:0.05;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:124603;s:10:\"size_after\";i:124603;s:4:\"time\";d:0.13;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:592667;s:10:\"size_after\";i:592667;s:4:\"time\";d:0.88;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:869576;s:10:\"size_after\";i:869576;s:4:\"time\";d:1.35;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:562481;s:10:\"size_after\";i:562481;s:4:\"time\";d:1.06;}}}'),(25702,8362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1064;s:6:\"height\";i:1064;s:4:\"file\";s:33:\"2019/09/wayne-wonder-20190910.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"wayne-wonder-20190910-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:\"wayne-wonder-20190910-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"wayne-wonder-20190910-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"wayne-wonder-20190910-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"wayne-wonder-20190910-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(25703,8360,'_thumbnail_id','8486'),(25704,8360,'_edit_last','4'),(25705,8360,'smpush_mute_activated','no'),(25706,8360,'_yoast_wpseo_primary_category','2'),(25707,8360,'_yoast_wpseo_primary_sub-category','14'),(25708,8360,'sponsored_url',''),(25709,8360,'_yoast_wpseo_metadesc','Several Jamaican entertainers are expected to perform at the Bahamas Relief Concert in Florida on Wednesday, September 11.'),(25710,8360,'_yoast_wpseo_content_score','30'),(25711,8360,'_yoast_wpseo_focuskeywords','[]'),(25712,8360,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25713,8352,'_thumbnail_id','8387'),(25714,8352,'_edit_last','11'),(25715,8352,'smpush_mute_activated','no'),(25716,8352,'_yoast_wpseo_primary_category','4'),(25717,8352,'_yoast_wpseo_primary_sub-category','16'),(25718,8352,'sponsored_url',''),(25719,8352,'_yoast_wpseo_content_score','30'),(25720,8352,'_yoast_wpseo_focuskeywords','[]'),(25721,8352,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25724,8360,'xyz_smap','1'),(25727,8355,'_edit_last','4'),(25728,8355,'smpush_mute_activated','no'),(25729,8355,'_yoast_wpseo_primary_category','4'),(25730,8355,'_yoast_wpseo_primary_sub-category','15'),(25731,8355,'sponsored_url',''),(25732,8355,'_yoast_wpseo_content_score','30'),(25733,8355,'_yoast_wpseo_focuskeywords','[]'),(25734,8355,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25735,8368,'_wp_attached_file','2019/09/pnp-pete-pete12-1060x6551.jpg'),(25736,8368,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.076058525195901;s:5:\"bytes\";i:7402;s:11:\"size_before\";i:181597;s:10:\"size_after\";i:174195;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.95;s:5:\"bytes\";i:538;s:11:\"size_before\";i:7738;s:10:\"size_after\";i:7200;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:1025;s:11:\"size_before\";i:15664;s:10:\"size_after\";i:14639;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.05;s:5:\"bytes\";i:2530;s:11:\"size_before\";i:62525;s:10:\"size_after\";i:59995;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.46;s:5:\"bytes\";i:3309;s:11:\"size_before\";i:95670;s:10:\"size_after\";i:92361;s:4:\"time\";d:0.04;}}}'),(25737,8368,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:655;s:4:\"file\";s:37:\"2019/09/pnp-pete-pete12-1060x6551.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"pnp-pete-pete12-1060x6551-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:\"pnp-pete-pete12-1060x6551-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"pnp-pete-pete12-1060x6551-768x475.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"pnp-pete-pete12-1060x6551-1024x633.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:633;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:{}}}'),(25738,8369,'_wp_attached_file','2019/09/pnp-election-bunting-featured-image.jpg'),(25739,8369,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.250994471413161;s:5:\"bytes\";i:7715;s:11:\"size_before\";i:237312;s:10:\"size_after\";i:229597;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.77;s:5:\"bytes\";i:380;s:11:\"size_before\";i:6582;s:10:\"size_after\";i:6202;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37;s:5:\"bytes\";i:729;s:11:\"size_before\";i:13572;s:10:\"size_after\";i:12843;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.44;s:5:\"bytes\";i:1803;s:11:\"size_before\";i:52477;s:10:\"size_after\";i:50674;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:2349;s:11:\"size_before\";i:79356;s:10:\"size_after\";i:77007;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.88;s:5:\"bytes\";i:2454;s:11:\"size_before\";i:85325;s:10:\"size_after\";i:82871;s:4:\"time\";d:0.04;}}}'),(25740,8369,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1277;s:6:\"height\";i:739;s:4:\"file\";s:47:\"2019/09/pnp-election-bunting-featured-image.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"pnp-election-bunting-featured-image-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:\"pnp-election-bunting-featured-image-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"pnp-election-bunting-featured-image-768x444.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"pnp-election-bunting-featured-image-1024x593.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"pnp-election-bunting-featured-image-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(25741,8372,'_edit_lock','1568151844:11'),(25742,8372,'_yst_prominent_words_version','1'),(25744,8355,'_thumbnail_id','8369'),(25745,8355,'xyz_smap','1'),(25747,8374,'_edit_lock','1568207264:4'),(25748,8374,'_yst_prominent_words_version','1'),(25749,8375,'_wp_attached_file','2019/09/Breadfruit-Buzz-Caribbean.jpg'),(25750,8375,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:552823;s:11:\"size_before\";i:813591;s:10:\"size_after\";i:260768;}'),(25751,8375,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.105336703293347;s:5:\"bytes\";i:20058;s:11:\"size_before\";i:392883;s:10:\"size_after\";i:372825;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.37;s:5:\"bytes\";i:635;s:11:\"size_before\";i:8619;s:10:\"size_after\";i:7984;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7;s:5:\"bytes\";i:1394;s:11:\"size_before\";i:20803;s:10:\"size_after\";i:19409;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.22;s:5:\"bytes\";i:4732;s:11:\"size_before\";i:90644;s:10:\"size_after\";i:85912;s:4:\"time\";d:0.1;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:6834;s:11:\"size_before\";i:142590;s:10:\"size_after\";i:135756;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:6463;s:11:\"size_before\";i:130227;s:10:\"size_after\";i:123764;s:4:\"time\";d:0.06;}}}'),(25752,8375,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1125;s:4:\"file\";s:37:\"2019/09/Breadfruit-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Breadfruit-Buzz-Caribbean-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:\"Breadfruit-Buzz-Caribbean-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:37:\"Breadfruit-Buzz-Caribbean-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Breadfruit-Buzz-Caribbean-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Breadfruit-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1546613776\";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:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25753,8376,'_wp_attached_file','2019/09/krazy-jerk-CC-20190910.jpg'),(25754,8376,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.611893270464032;s:5:\"bytes\";i:7046;s:11:\"size_before\";i:269766;s:10:\"size_after\";i:262720;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.14;s:5:\"bytes\";i:339;s:11:\"size_before\";i:6589;s:10:\"size_after\";i:6250;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.51;s:5:\"bytes\";i:512;s:11:\"size_before\";i:14600;s:10:\"size_after\";i:14088;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.33;s:5:\"bytes\";i:1452;s:11:\"size_before\";i:62200;s:10:\"size_after\";i:60748;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.36;s:5:\"bytes\";i:2343;s:11:\"size_before\";i:99475;s:10:\"size_after\";i:97132;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.76;s:5:\"bytes\";i:2400;s:11:\"size_before\";i:86902;s:10:\"size_after\";i:84502;s:4:\"time\";d:0.04;}}}'),(25755,8376,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:34:\"2019/09/krazy-jerk-CC-20190910.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"krazy-jerk-CC-20190910-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:\"krazy-jerk-CC-20190910-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:34:\"krazy-jerk-CC-20190910-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"krazy-jerk-CC-20190910-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"krazy-jerk-CC-20190910-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone XS Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567273496\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25756,8377,'_wp_attached_file','2019/09/krazy-jerk-BB-20190910.jpg'),(25757,8377,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.716318511942887;s:5:\"bytes\";i:7252;s:11:\"size_before\";i:266979;s:10:\"size_after\";i:259727;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.82;s:5:\"bytes\";i:306;s:11:\"size_before\";i:6348;s:10:\"size_after\";i:6042;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.41;s:5:\"bytes\";i:486;s:11:\"size_before\";i:14266;s:10:\"size_after\";i:13780;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.59;s:5:\"bytes\";i:1583;s:11:\"size_before\";i:61230;s:10:\"size_after\";i:59647;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.66;s:5:\"bytes\";i:2637;s:11:\"size_before\";i:99218;s:10:\"size_after\";i:96581;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.61;s:5:\"bytes\";i:2240;s:11:\"size_before\";i:85917;s:10:\"size_after\";i:83677;s:4:\"time\";d:0.04;}}}'),(25758,8377,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:34:\"2019/09/krazy-jerk-BB-20190910.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"krazy-jerk-BB-20190910-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:\"krazy-jerk-BB-20190910-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:34:\"krazy-jerk-BB-20190910-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"krazy-jerk-BB-20190910-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"krazy-jerk-BB-20190910-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone XS Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567272502\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:2:\"16\";s:13:\"shutter_speed\";s:17:\"0.016393442622951\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25759,8378,'_wp_attached_file','2019/09/krazy-jerk-AA-20190910.jpg'),(25760,8378,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.397102706156892;s:5:\"bytes\";i:11908;s:11:\"size_before\";i:350534;s:10:\"size_after\";i:338626;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.95;s:5:\"bytes\";i:576;s:11:\"size_before\";i:8284;s:10:\"size_after\";i:7708;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.78;s:5:\"bytes\";i:1152;s:11:\"size_before\";i:19935;s:10:\"size_after\";i:18783;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.42;s:5:\"bytes\";i:2794;s:11:\"size_before\";i:81682;s:10:\"size_after\";i:78888;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:3;s:5:\"bytes\";i:3744;s:11:\"size_before\";i:124995;s:10:\"size_after\";i:121251;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.15;s:5:\"bytes\";i:3642;s:11:\"size_before\";i:115638;s:10:\"size_after\";i:111996;s:4:\"time\";d:0.05;}}}'),(25761,8378,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:34:\"2019/09/krazy-jerk-AA-20190910.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"krazy-jerk-AA-20190910-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:\"krazy-jerk-AA-20190910-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:34:\"krazy-jerk-AA-20190910-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"krazy-jerk-AA-20190910-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"krazy-jerk-AA-20190910-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone XS Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567272814\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25762,8379,'_edit_lock','1568151940:4'),(25763,8380,'_wp_attached_file','2019/09/Breadfruit-Germplasm-Collection-Cover.jpg'),(25764,8380,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.490190808922333;s:5:\"bytes\";i:7728;s:11:\"size_before\";i:119072;s:10:\"size_after\";i:111344;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.97;s:5:\"bytes\";i:520;s:11:\"size_before\";i:8717;s:10:\"size_after\";i:8197;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1;s:5:\"bytes\";i:1292;s:11:\"size_before\";i:21188;s:10:\"size_after\";i:19896;s:4:\"time\";d:0.12;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.63;s:5:\"bytes\";i:5916;s:11:\"size_before\";i:89167;s:10:\"size_after\";i:83251;s:4:\"time\";d:0.05;}}}'),(25765,8380,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:840;s:6:\"height\";i:601;s:4:\"file\";s:49:\"2019/09/Breadfruit-Germplasm-Collection-Cover.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Breadfruit-Germplasm-Collection-Cover-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:\"Breadfruit-Germplasm-Collection-Cover-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Breadfruit-Germplasm-Collection-Cover-768x549.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:549;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:{}}}'),(25766,8379,'_yst_prominent_words_version','1'),(25767,8381,'_wp_attached_file','2019/09/Book-Cover-Breadfruit-Germplasm.jpg'),(25768,8381,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.727429912313203;s:5:\"bytes\";i:5565;s:11:\"size_before\";i:97164;s:10:\"size_after\";i:91599;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8;s:5:\"bytes\";i:616;s:11:\"size_before\";i:9056;s:10:\"size_after\";i:8440;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.03;s:5:\"bytes\";i:1155;s:11:\"size_before\";i:19151;s:10:\"size_after\";i:17996;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:3794;s:11:\"size_before\";i:68957;s:10:\"size_after\";i:65163;s:4:\"time\";d:0.02;}}}'),(25769,8381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:483;s:6:\"height\";i:700;s:4:\"file\";s:43:\"2019/09/Book-Cover-Breadfruit-Germplasm.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Book-Cover-Breadfruit-Germplasm-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:\"Book-Cover-Breadfruit-Germplasm-207x300.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Book-Cover-Breadfruit-Germplasm-483x655.jpg\";s:5:\"width\";i:483;s:6:\"height\";i:655;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:{}}}'),(25770,8374,'_thumbnail_id','8376'),(25771,8374,'_edit_last','4'),(25772,8374,'smpush_mute_activated','no'),(25773,8374,'_yoast_wpseo_primary_category','3'),(25774,8374,'_yoast_wpseo_primary_sub-category','1534'),(25775,8374,'sponsored_url',''),(25776,8374,'_yoast_wpseo_metadesc','The Jamaican flag proudly displayed over the front of the building and the black, green and gold menus standing welcomingly on each table tells the story; this is definitely a Jamaican restaurant.'),(25777,8374,'_yoast_wpseo_content_score','90'),(25778,8374,'_yoast_wpseo_focuskeywords','[]'),(25779,8374,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25780,8383,'_wp_attached_file','2019/09/Breadfruit-Chi-Ching-Ching-Jamaica-Buzz-Caribbean.jpg'),(25781,8383,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.043237693229137;s:5:\"bytes\";i:3582;s:11:\"size_before\";i:175310;s:10:\"size_after\";i:171728;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:286;s:11:\"size_before\";i:5669;s:10:\"size_after\";i:5383;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.78;s:5:\"bytes\";i:544;s:11:\"size_before\";i:11392;s:10:\"size_after\";i:10848;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.85;s:5:\"bytes\";i:726;s:11:\"size_before\";i:39345;s:10:\"size_after\";i:38619;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.65;s:5:\"bytes\";i:936;s:11:\"size_before\";i:56851;s:10:\"size_after\";i:55915;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.76;s:5:\"bytes\";i:1090;s:11:\"size_before\";i:62053;s:10:\"size_after\";i:60963;s:4:\"time\";d:0.04;}}}'),(25782,8383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1341;s:6:\"height\";i:733;s:4:\"file\";s:61:\"2019/09/Breadfruit-Chi-Ching-Ching-Jamaica-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Breadfruit-Chi-Ching-Ching-Jamaica-Buzz-Caribbean-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:61:\"Breadfruit-Chi-Ching-Ching-Jamaica-Buzz-Caribbean-300x164.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"Breadfruit-Chi-Ching-Ching-Jamaica-Buzz-Caribbean-768x420.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:62:\"Breadfruit-Chi-Ching-Ching-Jamaica-Buzz-Caribbean-1024x560.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:62:\"Breadfruit-Chi-Ching-Ching-Jamaica-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(25784,8379,'_thumbnail_id','8410'),(25785,8379,'_edit_last','4'),(25786,8379,'xyz_smap','1'),(25787,8379,'smpush_mute_activated','no'),(25789,8379,'_yoast_wpseo_primary_category','4'),(25790,8379,'_yoast_wpseo_primary_sub-category','15'),(25791,8379,'sponsored_url',''),(25792,8379,'_yoast_wpseo_content_score','30'),(25793,8379,'_yoast_wpseo_focuskeywords','[]'),(25794,8379,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25796,8374,'xyz_smap','1'),(25801,8387,'_wp_attached_file','2019/09/product-bottles-Buzz-Caribbean.jpg'),(25802,8387,'wpmf_size','99130'),(25803,8387,'wpmf_filetype','jpg'),(25804,8387,'wpmf_order','0'),(25805,8387,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:991;s:6:\"height\";i:684;s:4:\"file\";s:42:\"2019/09/product-bottles-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"product-bottles-Buzz-Caribbean-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:42:\"product-bottles-Buzz-Caribbean-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"product-bottles-Buzz-Caribbean-768x530.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"product-bottles-Buzz-Caribbean-991x655.jpg\";s:5:\"width\";i:991;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(25806,8387,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.6364287419431847;s:5:\"bytes\";i:2761;s:11:\"size_before\";i:104725;s:10:\"size_after\";i:101964;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.11;s:5:\"bytes\";i:231;s:11:\"size_before\";i:4522;s:10:\"size_after\";i:4291;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.86;s:5:\"bytes\";i:280;s:11:\"size_before\";i:9778;s:10:\"size_after\";i:9498;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.51;s:5:\"bytes\";i:951;s:11:\"size_before\";i:37953;s:10:\"size_after\";i:37002;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.48;s:5:\"bytes\";i:1299;s:11:\"size_before\";i:52472;s:10:\"size_after\";i:51173;s:4:\"time\";d:0.03;}}}'),(25808,8352,'xyz_smap','1'),(25810,8388,'_edit_lock','1568150198:9'),(25811,8388,'_yst_prominent_words_version','1'),(25812,8372,'_edit_last','11'),(25813,8372,'smpush_mute_activated','no'),(25814,8372,'_yoast_wpseo_primary_category','3'),(25815,8372,'_yoast_wpseo_primary_sub-category','1534'),(25816,8372,'sponsored_url',''),(25817,8372,'_yoast_wpseo_content_score','30'),(25818,8372,'_yoast_wpseo_focuskeywords','[]'),(25819,8372,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25820,8390,'_wp_attached_file','2019/09/Linkage-Dayle-Angus.jpg'),(25821,8390,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.143115842616474;s:5:\"bytes\";i:755;s:11:\"size_before\";i:18223;s:10:\"size_after\";i:17468;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.35;s:5:\"bytes\";i:323;s:11:\"size_before\";i:6032;s:10:\"size_after\";i:5709;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54;s:5:\"bytes\";i:432;s:11:\"size_before\";i:12191;s:10:\"size_after\";i:11759;s:4:\"time\";d:0.01;}}}'),(25822,8390,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:767;s:6:\"height\";i:516;s:4:\"file\";s:31:\"2019/09/Linkage-Dayle-Angus.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Linkage-Dayle-Angus-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:\"Linkage-Dayle-Angus-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;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:{}}}'),(25823,8391,'_edit_lock','1568151421:11'),(25824,8391,'_yst_prominent_words_version','1'),(25825,8392,'_wp_attached_file','2019/09/Linkage-Dayle-Angus-NY-Fashionweek.jpg'),(25826,8392,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.5230110507492975;s:5:\"bytes\";i:18275;s:11:\"size_before\";i:404045;s:10:\"size_after\";i:385770;s:4:\"time\";d:0.22;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.21;s:5:\"bytes\";i:646;s:11:\"size_before\";i:8962;s:10:\"size_after\";i:8316;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.57;s:5:\"bytes\";i:1313;s:11:\"size_before\";i:19988;s:10:\"size_after\";i:18675;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.66;s:5:\"bytes\";i:4208;s:11:\"size_before\";i:90240;s:10:\"size_after\";i:86032;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:6083;s:11:\"size_before\";i:143239;s:10:\"size_after\";i:137156;s:4:\"time\";d:0.08;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:6025;s:11:\"size_before\";i:141616;s:10:\"size_after\";i:135591;s:4:\"time\";d:0.06;}}}'),(25827,8392,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1354;s:6:\"height\";i:900;s:4:\"file\";s:46:\"2019/09/Linkage-Dayle-Angus-NY-Fashionweek.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Linkage-Dayle-Angus-NY-Fashionweek-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:\"Linkage-Dayle-Angus-NY-Fashionweek-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Linkage-Dayle-Angus-NY-Fashionweek-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Linkage-Dayle-Angus-NY-Fashionweek-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Linkage-Dayle-Angus-NY-Fashionweek-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(25828,8393,'_wp_attached_file','2019/09/New-Linkage-Collection-Photoshoot.jpg'),(25829,8393,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.897491775889086;s:5:\"bytes\";i:5683;s:11:\"size_before\";i:96363;s:10:\"size_after\";i:90680;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:6;s:5:\"bytes\";i:389;s:11:\"size_before\";i:6486;s:10:\"size_after\";i:6097;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19;s:5:\"bytes\";i:670;s:11:\"size_before\";i:12902;s:10:\"size_after\";i:12232;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.01;s:5:\"bytes\";i:4624;s:11:\"size_before\";i:76975;s:10:\"size_after\";i:72351;s:4:\"time\";d:0.05;}}}'),(25830,8393,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:621;s:6:\"height\";i:900;s:4:\"file\";s:45:\"2019/09/New-Linkage-Collection-Photoshoot.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"New-Linkage-Collection-Photoshoot-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:45:\"New-Linkage-Collection-Photoshoot-207x300.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"New-Linkage-Collection-Photoshoot-621x655.jpg\";s:5:\"width\";i:621;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566764953\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:2:{i:0;s:4:\"2019\";i:1;s:10:\"graduation\";}}}'),(25831,8394,'_wp_attached_file','2019/09/Linkage-Purple-Dress-NY-Runway.jpg'),(25832,8394,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1096545;s:11:\"size_before\";i:1214402;s:10:\"size_after\";i:117857;}'),(25833,8394,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.240174154261513;s:5:\"bytes\";i:8737;s:11:\"size_before\";i:269646;s:10:\"size_after\";i:260909;s:4:\"time\";d:0.36;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:233;s:11:\"size_before\";i:5818;s:10:\"size_after\";i:5585;s:4:\"time\";d:0.21;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.46;s:5:\"bytes\";i:462;s:11:\"size_before\";i:13352;s:10:\"size_after\";i:12890;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.28;s:5:\"bytes\";i:2813;s:11:\"size_before\";i:85817;s:10:\"size_after\";i:83004;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.23;s:5:\"bytes\";i:2922;s:11:\"size_before\";i:90337;s:10:\"size_after\";i:87415;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1;s:5:\"bytes\";i:2307;s:11:\"size_before\";i:74322;s:10:\"size_after\";i:72015;s:4:\"time\";d:0.06;}}}'),(25834,8394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:929;s:6:\"height\";i:1200;s:4:\"file\";s:42:\"2019/09/Linkage-Purple-Dress-NY-Runway.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Linkage-Purple-Dress-NY-Runway-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:42:\"Linkage-Purple-Dress-NY-Runway-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Linkage-Purple-Dress-NY-Runway-768x992.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:992;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Linkage-Purple-Dress-NY-Runway-792x1024.jpg\";s:5:\"width\";i:792;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Linkage-Purple-Dress-NY-Runway-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1568107946\";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:{}}}'),(25835,8395,'_wp_attached_file','2019/09/Linkage-Dayle-Angus-Collection.jpg'),(25836,8395,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.983913259159522;s:5:\"bytes\";i:1971;s:11:\"size_before\";i:28222;s:10:\"size_after\";i:26251;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.21;s:5:\"bytes\";i:586;s:11:\"size_before\";i:8129;s:10:\"size_after\";i:7543;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.89;s:5:\"bytes\";i:1385;s:11:\"size_before\";i:20093;s:10:\"size_after\";i:18708;s:4:\"time\";d:0.02;}}}'),(25837,8395,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:760;s:6:\"height\";i:522;s:4:\"file\";s:42:\"2019/09/Linkage-Dayle-Angus-Collection.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Linkage-Dayle-Angus-Collection-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:42:\"Linkage-Dayle-Angus-Collection-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;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:{}}}'),(25838,8396,'_wp_attached_file','2019/09/image-10.png'),(25839,8396,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:92979;s:10:\"size_after\";i:92979;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25404;s:10:\"size_after\";i:25404;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:67575;s:10:\"size_after\";i:67575;s:4:\"time\";d:0.13;}}}'),(25840,8396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:485;s:4:\"file\";s:20:\"2019/09/image-10.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-10-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:\"image-10-300x242.png\";s:5:\"width\";i:300;s:6:\"height\";i:242;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:{}}}'),(25841,8397,'_wp_attached_file','2019/09/image-11.png'),(25842,8397,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:77919;s:10:\"size_after\";i:77919;s:4:\"time\";d:0.18000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21507;s:10:\"size_after\";i:21507;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:56412;s:10:\"size_after\";i:56412;s:4:\"time\";d:0.14;}}}'),(25843,8397,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:451;s:4:\"file\";s:20:\"2019/09/image-11.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-11-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:\"image-11-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(25844,8398,'_wp_attached_file','2019/09/image-12.png'),(25845,8398,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:111402;s:10:\"size_after\";i:111402;s:4:\"time\";d:0.22000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24764;s:10:\"size_after\";i:24764;s:4:\"time\";d:0.05;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:86638;s:10:\"size_after\";i:86638;s:4:\"time\";d:0.17;}}}'),(25846,8398,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:602;s:4:\"file\";s:20:\"2019/09/image-12.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-12-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:\"image-12-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(25847,8399,'_wp_attached_file','2019/09/Apple_iPhone-11-Pro_Matte-Glass-Back.jpg'),(25848,8399,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.10886058328113;s:5:\"bytes\";i:3495;s:11:\"size_before\";i:43101;s:10:\"size_after\";i:39606;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.16;s:5:\"bytes\";i:274;s:11:\"size_before\";i:4449;s:10:\"size_after\";i:4175;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.37;s:5:\"bytes\";i:520;s:11:\"size_before\";i:8169;s:10:\"size_after\";i:7649;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.86;s:5:\"bytes\";i:2701;s:11:\"size_before\";i:30483;s:10:\"size_after\";i:27782;s:4:\"time\";d:0.03;}}}'),(25849,8399,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:573;s:4:\"file\";s:48:\"2019/09/Apple_iPhone-11-Pro_Matte-Glass-Back.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Apple_iPhone-11-Pro_Matte-Glass-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:48:\"Apple_iPhone-11-Pro_Matte-Glass-Back-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Apple_iPhone-11-Pro_Matte-Glass-Back-768x539.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:539;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:{}}}'),(25850,8400,'_wp_attached_file','2019/09/Apple_iPhone-11-Pro_Ultra-Wide_Buzz_Caribbean.jpg'),(25851,8400,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.957394672357918;s:5:\"bytes\";i:5666;s:11:\"size_before\";i:63255;s:10:\"size_after\";i:57589;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.35;s:5:\"bytes\";i:617;s:11:\"size_before\";i:6602;s:10:\"size_after\";i:5985;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1;s:5:\"bytes\";i:904;s:11:\"size_before\";i:11166;s:10:\"size_after\";i:10262;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.11;s:5:\"bytes\";i:4145;s:11:\"size_before\";i:45487;s:10:\"size_after\";i:41342;s:4:\"time\";d:0.02;}}}'),(25852,8400,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:459;s:4:\"file\";s:57:\"2019/09/Apple_iPhone-11-Pro_Ultra-Wide_Buzz_Caribbean.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Apple_iPhone-11-Pro_Ultra-Wide_Buzz_Caribbean-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:57:\"Apple_iPhone-11-Pro_Ultra-Wide_Buzz_Caribbean-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:57:\"Apple_iPhone-11-Pro_Ultra-Wide_Buzz_Caribbean-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:{}}}'),(25853,8401,'_wp_attached_file','2019/09/Apple_iPhone-11-Pro_Most-Powerful-Advanced.jpg'),(25854,8401,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.087113265576308;s:5:\"bytes\";i:8923;s:11:\"size_before\";i:98194;s:10:\"size_after\";i:89271;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2;s:5:\"bytes\";i:335;s:11:\"size_before\";i:4085;s:10:\"size_after\";i:3750;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.02;s:5:\"bytes\";i:708;s:11:\"size_before\";i:8823;s:10:\"size_after\";i:8115;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.07;s:5:\"bytes\";i:4710;s:11:\"size_before\";i:42541;s:10:\"size_after\";i:37831;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.42;s:5:\"bytes\";i:3170;s:11:\"size_before\";i:42745;s:10:\"size_after\";i:39575;s:4:\"time\";d:0.03;}}}'),(25855,8401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:936;s:4:\"file\";s:54:\"2019/09/Apple_iPhone-11-Pro_Most-Powerful-Advanced.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Apple_iPhone-11-Pro_Most-Powerful-Advanced-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:54:\"Apple_iPhone-11-Pro_Most-Powerful-Advanced-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Apple_iPhone-11-Pro_Most-Powerful-Advanced-768x881.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:881;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:54:\"Apple_iPhone-11-Pro_Most-Powerful-Advanced-816x655.jpg\";s:5:\"width\";i:816;s:6:\"height\";i:655;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:{}}}'),(25856,8402,'_wp_attached_file','2019/09/Apple_iPhone-11-Pro_A13-Bionic.jpg'),(25857,8402,'wpmf_size','186087'),(25858,8402,'wpmf_filetype','jpg'),(25859,8402,'wpmf_order','0'),(25860,8402,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:459;s:4:\"file\";s:42:\"2019/09/Apple_iPhone-11-Pro_A13-Bionic.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Apple_iPhone-11-Pro_A13-Bionic-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:42:\"Apple_iPhone-11-Pro_A13-Bionic-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:42:\"Apple_iPhone-11-Pro_A13-Bionic-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:11:{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\";}}'),(25861,8402,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.9491010020612665;s:5:\"bytes\";i:2915;s:11:\"size_before\";i:48999;s:10:\"size_after\";i:46084;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.95;s:5:\"bytes\";i:354;s:11:\"size_before\";i:5094;s:10:\"size_after\";i:4740;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.02;s:5:\"bytes\";i:506;s:11:\"size_before\";i:8412;s:10:\"size_after\";i:7906;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:2055;s:11:\"size_before\";i:35493;s:10:\"size_after\";i:33438;s:4:\"time\";d:0.03;}}}'),(25862,8403,'_wp_attached_file','2019/09/phillips-bunting-golding-neita-headley.jpg'),(25863,8403,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:677737;s:11:\"size_before\";i:896870;s:10:\"size_after\";i:219133;}'),(25864,8403,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7572459691983395;s:5:\"bytes\";i:12691;s:11:\"size_before\";i:337774;s:10:\"size_after\";i:325083;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.76;s:5:\"bytes\";i:426;s:11:\"size_before\";i:7390;s:10:\"size_after\";i:6964;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.36;s:5:\"bytes\";i:922;s:11:\"size_before\";i:17191;s:10:\"size_after\";i:16269;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.03;s:5:\"bytes\";i:3062;s:11:\"size_before\";i:75937;s:10:\"size_after\";i:72875;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.55;s:5:\"bytes\";i:4258;s:11:\"size_before\";i:119816;s:10:\"size_after\";i:115558;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.43;s:5:\"bytes\";i:4023;s:11:\"size_before\";i:117440;s:10:\"size_after\";i:113417;s:4:\"time\";d:0.06;}}}'),(25865,8403,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:50:\"2019/09/phillips-bunting-golding-neita-headley.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"phillips-bunting-golding-neita-headley-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:50:\"phillips-bunting-golding-neita-headley-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:50:\"phillips-bunting-golding-neita-headley-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:51:\"phillips-bunting-golding-neita-headley-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"phillips-bunting-golding-neita-headley-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS Rebel T6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568127817\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25866,8404,'_wp_attached_file','2019/09/Cover-Linkage-Dayle-Angus.jpg'),(25867,8404,'wpmf_size','78894'),(25868,8404,'wpmf_filetype','jpg'),(25869,8404,'wpmf_order','0'),(25870,8404,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:766;s:6:\"height\";i:417;s:4:\"file\";s:37:\"2019/09/Cover-Linkage-Dayle-Angus.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Cover-Linkage-Dayle-Angus-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:\"Cover-Linkage-Dayle-Angus-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(25871,8404,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.141018466703973;s:5:\"bytes\";i:666;s:11:\"size_before\";i:16083;s:10:\"size_after\";i:15417;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.76;s:5:\"bytes\";i:283;s:11:\"size_before\";i:5942;s:10:\"size_after\";i:5659;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.78;s:5:\"bytes\";i:383;s:11:\"size_before\";i:10141;s:10:\"size_after\";i:9758;s:4:\"time\";d:0.01;}}}'),(25872,8388,'_thumbnail_id','8404'),(25873,8388,'_edit_last','9'),(25874,8388,'smpush_mute_activated','no'),(25875,8388,'_yoast_wpseo_primary_category','2'),(25876,8388,'_yoast_wpseo_primary_sub-category','10'),(25877,8388,'sponsored_url',''),(25878,8388,'_yoast_wpseo_metadesc','The island of Tobago brought a ray of sunshine to the frigid air of the Big Apple last weekend, as one of its leading design houses, Linkage, showcased its latest collection offering ‘Òkùnkùn’ at the Designers’ Premier during New York Fashion Week 2019.'),(25879,8388,'_yoast_wpseo_content_score','30'),(25880,8388,'_yoast_wpseo_focuskeywords','[]'),(25881,8388,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25883,8388,'xyz_smap','1'),(25889,8408,'_wp_attached_file','2019/09/Apple_iphone_11-water-resistant.jpg'),(25890,8408,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.116468314515308;s:5:\"bytes\";i:3521;s:11:\"size_before\";i:68817;s:10:\"size_after\";i:65296;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.24;s:5:\"bytes\";i:408;s:11:\"size_before\";i:6540;s:10:\"size_after\";i:6132;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:732;s:11:\"size_before\";i:12286;s:10:\"size_after\";i:11554;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.76;s:5:\"bytes\";i:2381;s:11:\"size_before\";i:49991;s:10:\"size_after\";i:47610;s:4:\"time\";d:0.02;}}}'),(25891,8408,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:459;s:4:\"file\";s:43:\"2019/09/Apple_iphone_11-water-resistant.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Apple_iphone_11-water-resistant-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:\"Apple_iphone_11-water-resistant-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:43:\"Apple_iphone_11-water-resistant-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:{}}}'),(25894,8410,'_wp_attached_file','2019/09/phillips-bunting-golding-neita-headley-featured-image.jpg'),(25895,8410,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:534826;s:11:\"size_before\";i:722373;s:10:\"size_after\";i:187547;}'),(25896,8410,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8790128976449894;s:5:\"bytes\";i:11973;s:11:\"size_before\";i:308661;s:10:\"size_after\";i:296688;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.31;s:5:\"bytes\";i:486;s:11:\"size_before\";i:7698;s:10:\"size_after\";i:7212;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.94;s:5:\"bytes\";i:906;s:11:\"size_before\";i:15259;s:10:\"size_after\";i:14353;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.27;s:5:\"bytes\";i:2818;s:11:\"size_before\";i:66067;s:10:\"size_after\";i:63249;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.66;s:5:\"bytes\";i:3782;s:11:\"size_before\";i:103253;s:10:\"size_after\";i:99471;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.42;s:5:\"bytes\";i:3981;s:11:\"size_before\";i:116384;s:10:\"size_after\";i:112403;s:4:\"time\";d:0.05;}}}'),(25897,8410,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:803;s:4:\"file\";s:65:\"2019/09/phillips-bunting-golding-neita-headley-featured-image.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"phillips-bunting-golding-neita-headley-featured-image-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:65:\"phillips-bunting-golding-neita-headley-featured-image-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:65:\"phillips-bunting-golding-neita-headley-featured-image-768x411.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:411;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:66:\"phillips-bunting-golding-neita-headley-featured-image-1024x548.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:66:\"phillips-bunting-golding-neita-headley-featured-image-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS Rebel T6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568127817\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25901,8391,'_thumbnail_id','8408'),(25902,8391,'_edit_last','11'),(25903,8391,'xyz_smap','1'),(25904,8391,'smpush_mute_activated','no'),(25906,8391,'_yoast_wpseo_primary_category','2'),(25907,8391,'_yoast_wpseo_primary_sub-category','881'),(25908,8391,'sponsored_url',''),(25909,8391,'_yoast_wpseo_content_score','60'),(25910,8391,'_yoast_wpseo_focuskeywords','[]'),(25911,8391,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25918,8414,'_wp_attached_file','2019/09/breadfruit-halved-Jamaica-Buzz-Caribbean.jpg'),(25919,8414,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0648563818693435;s:5:\"bytes\";i:8964;s:11:\"size_before\";i:292477;s:10:\"size_after\";i:283513;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.07;s:5:\"bytes\";i:303;s:11:\"size_before\";i:5980;s:10:\"size_after\";i:5677;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.17;s:5:\"bytes\";i:552;s:11:\"size_before\";i:13237;s:10:\"size_after\";i:12685;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.03;s:5:\"bytes\";i:1984;s:11:\"size_before\";i:65461;s:10:\"size_after\";i:63477;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.97;s:5:\"bytes\";i:3131;s:11:\"size_before\";i:105435;s:10:\"size_after\";i:102304;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.92;s:5:\"bytes\";i:2994;s:11:\"size_before\";i:102364;s:10:\"size_after\";i:99370;s:4:\"time\";d:0.04;}}}'),(25920,8414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:52:\"2019/09/breadfruit-halved-Jamaica-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"breadfruit-halved-Jamaica-Buzz-Caribbean-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:52:\"breadfruit-halved-Jamaica-Buzz-Caribbean-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:52:\"breadfruit-halved-Jamaica-Buzz-Caribbean-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:53:\"breadfruit-halved-Jamaica-Buzz-Caribbean-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"breadfruit-halved-Jamaica-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T1i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1454729945\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25921,8415,'_wp_attached_file','2019/09/roasting-breadfruit-Jamaica-Buzz-Caribbean.jpg'),(25922,8415,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.074729940239591;s:5:\"bytes\";i:12933;s:11:\"size_before\";i:254851;s:10:\"size_after\";i:241918;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.77;s:5:\"bytes\";i:655;s:11:\"size_before\";i:8432;s:10:\"size_after\";i:7777;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.26;s:5:\"bytes\";i:1502;s:11:\"size_before\";i:23994;s:10:\"size_after\";i:22492;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.73;s:5:\"bytes\";i:4987;s:11:\"size_before\";i:105366;s:10:\"size_after\";i:100379;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95;s:5:\"bytes\";i:5789;s:11:\"size_before\";i:117059;s:10:\"size_after\";i:111270;s:4:\"time\";d:0.04;}}}'),(25923,8415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:944;s:6:\"height\";i:879;s:4:\"file\";s:54:\"2019/09/roasting-breadfruit-Jamaica-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"roasting-breadfruit-Jamaica-Buzz-Caribbean-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:54:\"roasting-breadfruit-Jamaica-Buzz-Caribbean-300x279.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"roasting-breadfruit-Jamaica-Buzz-Caribbean-768x715.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:715;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:54:\"roasting-breadfruit-Jamaica-Buzz-Caribbean-944x655.jpg\";s:5:\"width\";i:944;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"DSC-W55\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1339346190\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.3\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25924,8416,'_wp_attached_file','2019/09/parliament-bunting-phillips-golding.jpg'),(25925,8416,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:850578;s:11:\"size_before\";i:1075036;s:10:\"size_after\";i:224458;}'),(25926,8416,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9244335541640196;s:5:\"bytes\";i:12973;s:11:\"size_before\";i:330570;s:10:\"size_after\";i:317597;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.72;s:5:\"bytes\";i:420;s:11:\"size_before\";i:7346;s:10:\"size_after\";i:6926;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.42;s:5:\"bytes\";i:851;s:11:\"size_before\";i:15701;s:10:\"size_after\";i:14850;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.94;s:5:\"bytes\";i:2854;s:11:\"size_before\";i:72505;s:10:\"size_after\";i:69651;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.78;s:5:\"bytes\";i:4453;s:11:\"size_before\";i:117933;s:10:\"size_after\";i:113480;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:4395;s:11:\"size_before\";i:117085;s:10:\"size_after\";i:112690;s:4:\"time\";d:0.04;}}}'),(25927,8416,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:47:\"2019/09/parliament-bunting-phillips-golding.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"parliament-bunting-phillips-golding-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:\"parliament-bunting-phillips-golding-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:47:\"parliament-bunting-phillips-golding-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:48:\"parliament-bunting-phillips-golding-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"parliament-bunting-phillips-golding-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS Rebel T6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568127804\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25928,8417,'_wp_attached_file','2019/09/buntin-phillips-neita-headley-colin-campbell.jpg'),(25929,8417,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:711417;s:11:\"size_before\";i:911175;s:10:\"size_after\";i:199758;}'),(25930,8418,'_wp_attached_file','2019/09/bunting-phillips-golding-parliament.jpg'),(25931,8417,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7115281057122735;s:5:\"bytes\";i:11648;s:11:\"size_before\";i:313833;s:10:\"size_after\";i:302185;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.64;s:5:\"bytes\";i:524;s:11:\"size_before\";i:7889;s:10:\"size_after\";i:7365;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37;s:5:\"bytes\";i:884;s:11:\"size_before\";i:16458;s:10:\"size_after\";i:15574;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.64;s:5:\"bytes\";i:2544;s:11:\"size_before\";i:69834;s:10:\"size_after\";i:67290;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.52;s:5:\"bytes\";i:3867;s:11:\"size_before\";i:109847;s:10:\"size_after\";i:105980;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.49;s:5:\"bytes\";i:3829;s:11:\"size_before\";i:109805;s:10:\"size_after\";i:105976;s:4:\"time\";d:0.04;}}}'),(25932,8417,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:56:\"2019/09/buntin-phillips-neita-headley-colin-campbell.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"buntin-phillips-neita-headley-colin-campbell-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:56:\"buntin-phillips-neita-headley-colin-campbell-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:56:\"buntin-phillips-neita-headley-colin-campbell-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:57:\"buntin-phillips-neita-headley-colin-campbell-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:57:\"buntin-phillips-neita-headley-colin-campbell-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS Rebel T6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568127821\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25933,8418,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:723206;s:11:\"size_before\";i:927361;s:10:\"size_after\";i:204155;}'),(25934,8418,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.799482668780091;s:5:\"bytes\";i:12177;s:11:\"size_before\";i:320491;s:10:\"size_after\";i:308314;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.08;s:5:\"bytes\";i:442;s:11:\"size_before\";i:7271;s:10:\"size_after\";i:6829;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:908;s:11:\"size_before\";i:16502;s:10:\"size_after\";i:15594;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.94;s:5:\"bytes\";i:2823;s:11:\"size_before\";i:71676;s:10:\"size_after\";i:68853;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.55;s:5:\"bytes\";i:3983;s:11:\"size_before\";i:112311;s:10:\"size_after\";i:108328;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.57;s:5:\"bytes\";i:4021;s:11:\"size_before\";i:112731;s:10:\"size_after\";i:108710;s:4:\"time\";d:0.05;}}}'),(25935,8418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:47:\"2019/09/bunting-phillips-golding-parliament.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"bunting-phillips-golding-parliament-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:\"bunting-phillips-golding-parliament-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:47:\"bunting-phillips-golding-parliament-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:48:\"bunting-phillips-golding-parliament-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"bunting-phillips-golding-parliament-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS Rebel T6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568127815\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25936,8419,'_wp_attached_file','2019/09/phillips-bunting-golding-parliament.jpg'),(25937,8419,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:841821;s:11:\"size_before\";i:1046841;s:10:\"size_after\";i:205020;}'),(25938,8419,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.615918375078133;s:5:\"bytes\";i:11454;s:11:\"size_before\";i:316766;s:10:\"size_after\";i:305312;s:4:\"time\";d:0.16999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.91;s:5:\"bytes\";i:429;s:11:\"size_before\";i:7262;s:10:\"size_after\";i:6833;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.24;s:5:\"bytes\";i:856;s:11:\"size_before\";i:16346;s:10:\"size_after\";i:15490;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.68;s:5:\"bytes\";i:2611;s:11:\"size_before\";i:70954;s:10:\"size_after\";i:68343;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4;s:5:\"bytes\";i:3807;s:11:\"size_before\";i:112050;s:10:\"size_after\";i:108243;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.41;s:5:\"bytes\";i:3751;s:11:\"size_before\";i:110154;s:10:\"size_after\";i:106403;s:4:\"time\";d:0.05;}}}'),(25939,8419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:47:\"2019/09/phillips-bunting-golding-parliament.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"phillips-bunting-golding-parliament-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:\"phillips-bunting-golding-parliament-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:47:\"phillips-bunting-golding-parliament-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:48:\"phillips-bunting-golding-parliament-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"phillips-bunting-golding-parliament-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS Rebel T6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568127818\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25940,8420,'_wp_attached_file','2019/09/buntin-phillips-neita-headley-colin-campbell-1.jpg'),(25941,8420,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:711417;s:11:\"size_before\";i:911175;s:10:\"size_after\";i:199758;}'),(25942,8420,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7115281057122735;s:5:\"bytes\";i:11648;s:11:\"size_before\";i:313833;s:10:\"size_after\";i:302185;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.64;s:5:\"bytes\";i:524;s:11:\"size_before\";i:7889;s:10:\"size_after\";i:7365;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37;s:5:\"bytes\";i:884;s:11:\"size_before\";i:16458;s:10:\"size_after\";i:15574;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.64;s:5:\"bytes\";i:2544;s:11:\"size_before\";i:69834;s:10:\"size_after\";i:67290;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.52;s:5:\"bytes\";i:3867;s:11:\"size_before\";i:109847;s:10:\"size_after\";i:105980;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.49;s:5:\"bytes\";i:3829;s:11:\"size_before\";i:109805;s:10:\"size_after\";i:105976;s:4:\"time\";d:0.04;}}}'),(25943,8420,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:58:\"2019/09/buntin-phillips-neita-headley-colin-campbell-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"buntin-phillips-neita-headley-colin-campbell-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:58:\"buntin-phillips-neita-headley-colin-campbell-1-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:58:\"buntin-phillips-neita-headley-colin-campbell-1-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:59:\"buntin-phillips-neita-headley-colin-campbell-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:59:\"buntin-phillips-neita-headley-colin-campbell-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS Rebel T6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568127821\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25944,8422,'_wp_attached_file','2019/09/phillips-bunting-golding-neita-headley-featured-image-1.jpg'),(25945,8422,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:534826;s:11:\"size_before\";i:722373;s:10:\"size_after\";i:187547;}'),(25946,8422,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8790128976449894;s:5:\"bytes\";i:11973;s:11:\"size_before\";i:308661;s:10:\"size_after\";i:296688;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.31;s:5:\"bytes\";i:486;s:11:\"size_before\";i:7698;s:10:\"size_after\";i:7212;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.94;s:5:\"bytes\";i:906;s:11:\"size_before\";i:15259;s:10:\"size_after\";i:14353;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.27;s:5:\"bytes\";i:2818;s:11:\"size_before\";i:66067;s:10:\"size_after\";i:63249;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.66;s:5:\"bytes\";i:3782;s:11:\"size_before\";i:103253;s:10:\"size_after\";i:99471;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.42;s:5:\"bytes\";i:3981;s:11:\"size_before\";i:116384;s:10:\"size_after\";i:112403;s:4:\"time\";d:0.04;}}}'),(25947,8422,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:803;s:4:\"file\";s:67:\"2019/09/phillips-bunting-golding-neita-headley-featured-image-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:67:\"phillips-bunting-golding-neita-headley-featured-image-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:67:\"phillips-bunting-golding-neita-headley-featured-image-1-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:67:\"phillips-bunting-golding-neita-headley-featured-image-1-768x411.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:411;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:68:\"phillips-bunting-golding-neita-headley-featured-image-1-1024x548.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:68:\"phillips-bunting-golding-neita-headley-featured-image-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS Rebel T6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568127817\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25953,8372,'_thumbnail_id','8383'),(25954,8372,'xyz_smap','1'),(25956,8425,'_edit_lock','1568215094:11'),(25957,8425,'_yst_prominent_words_version','1'),(25958,8426,'_edit_lock','1568155789:9'),(25959,8426,'_yst_prominent_words_version','1'),(25960,8427,'_edit_lock','1568223166:4'),(25961,8427,'_edit_last','4'),(25962,8427,'smpush_mute_activated','no'),(25963,8427,'_yoast_wpseo_primary_category','3'),(25964,8427,'_yoast_wpseo_primary_sub-category','1534'),(25965,8427,'sponsored_url',''),(25966,8427,'_yoast_wpseo_content_score','30'),(25967,8427,'_yoast_wpseo_focuskeywords','[]'),(25968,8427,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25969,8427,'_yst_prominent_words_version','1'),(25970,8426,'_thumbnail_id','4349'),(25971,8426,'_edit_last','9'),(25972,8426,'smpush_mute_activated','no'),(25973,8426,'_yoast_wpseo_primary_category','2'),(25974,8426,'_yoast_wpseo_primary_sub-category','14'),(25975,8426,'sponsored_url',''),(25976,8426,'_yoast_wpseo_content_score','90'),(25977,8426,'_yoast_wpseo_focuskeywords','[]'),(25978,8426,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(25979,8432,'_edit_lock','1568155154:9'),(25980,8432,'_yst_prominent_words_version','1'),(25981,8433,'_wp_attached_file','2019/09/leisha-wong-jacqueline-sinclair.jpg'),(25982,8433,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1676;s:11:\"size_before\";i:137928;s:10:\"size_after\";i:136252;}'),(25983,8433,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.58704630932878;s:5:\"bytes\";i:5606;s:11:\"size_before\";i:216695;s:10:\"size_after\";i:211089;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:359;s:11:\"size_before\";i:6580;s:10:\"size_after\";i:6221;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.94;s:5:\"bytes\";i:485;s:11:\"size_before\";i:12312;s:10:\"size_after\";i:11827;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.49;s:5:\"bytes\";i:1216;s:11:\"size_before\";i:48761;s:10:\"size_after\";i:47545;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.33;s:5:\"bytes\";i:1773;s:11:\"size_before\";i:76042;s:10:\"size_after\";i:74269;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.43;s:5:\"bytes\";i:1773;s:11:\"size_before\";i:73000;s:10:\"size_after\";i:71227;s:4:\"time\";d:0.03;}}}'),(25984,8433,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:43:\"2019/09/leisha-wong-jacqueline-sinclair.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"leisha-wong-jacqueline-sinclair-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:\"leisha-wong-jacqueline-sinclair-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:43:\"leisha-wong-jacqueline-sinclair-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:44:\"leisha-wong-jacqueline-sinclair-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"leisha-wong-jacqueline-sinclair-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(25985,8434,'_wp_attached_file','2019/09/the-weeknd-new-hair-allure.jpg'),(25986,8434,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:289332;s:11:\"size_before\";i:402793;s:10:\"size_after\";i:113461;}'),(25987,8434,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.714471813020397;s:5:\"bytes\";i:10528;s:11:\"size_before\";i:184234;s:10:\"size_after\";i:173706;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.44;s:5:\"bytes\";i:320;s:11:\"size_before\";i:5877;s:10:\"size_after\";i:5557;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.76;s:5:\"bytes\";i:605;s:11:\"size_before\";i:10510;s:10:\"size_after\";i:9905;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.57;s:5:\"bytes\";i:2131;s:11:\"size_before\";i:38244;s:10:\"size_after\";i:36113;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.69;s:5:\"bytes\";i:3383;s:11:\"size_before\";i:59478;s:10:\"size_after\";i:56095;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.83;s:5:\"bytes\";i:4089;s:11:\"size_before\";i:70125;s:10:\"size_after\";i:66036;s:4:\"time\";d:0.04;}}}'),(25988,8434,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:844;s:4:\"file\";s:38:\"2019/09/the-weeknd-new-hair-allure.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"the-weeknd-new-hair-allure-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:\"the-weeknd-new-hair-allure-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:38:\"the-weeknd-new-hair-allure-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:39:\"the-weeknd-new-hair-allure-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"the-weeknd-new-hair-allure-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(25989,8435,'_wp_attached_file','2019/09/the-weeknd-20190910.png'),(25990,8435,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:144530;s:10:\"size_after\";i:144530;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44679;s:10:\"size_after\";i:44679;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:99851;s:10:\"size_after\";i:99851;s:4:\"time\";d:0.05;}}}'),(25991,8435,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:410;s:4:\"file\";s:31:\"2019/09/the-weeknd-20190910.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"the-weeknd-20190910-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:31:\"the-weeknd-20190910-300x192.png\";s:5:\"width\";i:300;s:6:\"height\";i:192;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:{}}}'),(25992,8432,'_edit_last','9'),(25993,8432,'smpush_mute_activated','no'),(25994,8432,'_yoast_wpseo_primary_category','2'),(25995,8432,'_yoast_wpseo_primary_sub-category','10'),(25996,8432,'sponsored_url',''),(25997,8432,'_yoast_wpseo_content_score','90'),(25998,8432,'_yoast_wpseo_focuskeywords','[]'),(25999,8432,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26000,8432,'_thumbnail_id','8434'),(26001,8432,'_yoast_wpseo_metadesc','The Weeknd left fans and social media in shock when he debuted his new hairstyle at the Toronto International Film Festival (TIFF) in Canada on Monday.'),(26002,8437,'_edit_lock','1568214599:9'),(26003,8437,'_yst_prominent_words_version','1'),(26004,8438,'_wp_attached_file','2019/09/kylie-jenner-20190910.jpg'),(26005,8438,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.556282133295425;s:5:\"bytes\";i:3002;s:11:\"size_before\";i:84414;s:10:\"size_after\";i:81412;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.55;s:5:\"bytes\";i:423;s:11:\"size_before\";i:7623;s:10:\"size_after\";i:7200;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95;s:5:\"bytes\";i:550;s:11:\"size_before\";i:13939;s:10:\"size_after\";i:13389;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.23;s:5:\"bytes\";i:2029;s:11:\"size_before\";i:62852;s:10:\"size_after\";i:60823;s:4:\"time\";d:0.03;}}}'),(26006,8438,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:33:\"2019/09/kylie-jenner-20190910.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"kylie-jenner-20190910-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:\"kylie-jenner-20190910-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"kylie-jenner-20190910-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(26007,8437,'_thumbnail_id','8438'),(26008,8437,'_edit_last','9'),(26009,8437,'smpush_mute_activated','no'),(26010,8437,'_yoast_wpseo_primary_category','2'),(26011,8437,'_yoast_wpseo_primary_sub-category','16'),(26012,8437,'sponsored_url',''),(26013,8437,'_yoast_wpseo_metadesc','American businesswoman Kylie Jenner has posed nude for Playboy with her boyfriend Travis Scott.'),(26014,8437,'_yoast_wpseo_content_score','90'),(26015,8437,'_yoast_wpseo_focuskeywords','[]'),(26016,8437,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26017,8426,'xyz_smap','1'),(26019,8440,'_wp_attached_file','2019/09/kingtson-kitchen5.jpg'),(26020,8440,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:621264;s:11:\"size_before\";i:803015;s:10:\"size_after\";i:181751;}'),(26021,8440,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.447061858185595;s:5:\"bytes\";i:9889;s:11:\"size_before\";i:286882;s:10:\"size_after\";i:276993;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.51;s:5:\"bytes\";i:383;s:11:\"size_before\";i:6955;s:10:\"size_after\";i:6572;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6;s:5:\"bytes\";i:613;s:11:\"size_before\";i:13331;s:10:\"size_after\";i:12718;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.48;s:5:\"bytes\";i:2062;s:11:\"size_before\";i:59242;s:10:\"size_after\";i:57180;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.41;s:5:\"bytes\";i:3287;s:11:\"size_before\";i:96261;s:10:\"size_after\";i:92974;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.19;s:5:\"bytes\";i:3544;s:11:\"size_before\";i:111093;s:10:\"size_after\";i:107549;s:4:\"time\";d:0.04;}}}'),(26022,8440,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:845;s:4:\"file\";s:29:\"2019/09/kingtson-kitchen5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"kingtson-kitchen5-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:\"kingtson-kitchen5-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:29:\"kingtson-kitchen5-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:30:\"kingtson-kitchen5-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"kingtson-kitchen5-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(26023,8441,'_wp_attached_file','2019/09/kitchen-kitchen-1.jpg'),(26024,8441,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:640828;s:11:\"size_before\";i:883761;s:10:\"size_after\";i:242933;}'),(26025,8441,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.893414048743853;s:5:\"bytes\";i:19287;s:11:\"size_before\";i:394142;s:10:\"size_after\";i:374855;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:597;s:11:\"size_before\";i:8788;s:10:\"size_after\";i:8191;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.91;s:5:\"bytes\";i:1286;s:11:\"size_before\";i:18624;s:10:\"size_after\";i:17338;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2;s:5:\"bytes\";i:4362;s:11:\"size_before\";i:83929;s:10:\"size_after\";i:79567;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.66;s:5:\"bytes\";i:6170;s:11:\"size_before\";i:132342;s:10:\"size_after\";i:126172;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57;s:5:\"bytes\";i:6872;s:11:\"size_before\";i:150459;s:10:\"size_after\";i:143587;s:4:\"time\";d:0.04;}}}'),(26026,8441,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:844;s:4:\"file\";s:29:\"2019/09/kitchen-kitchen-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"kitchen-kitchen-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:29:\"kitchen-kitchen-1-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:29:\"kitchen-kitchen-1-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:30:\"kitchen-kitchen-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"kitchen-kitchen-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(26027,8442,'_wp_attached_file','2019/09/kingtson-kitchen6.jpg'),(26028,8442,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:482914;s:11:\"size_before\";i:769234;s:10:\"size_after\";i:286320;}'),(26029,8442,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.92271919026125;s:5:\"bytes\";i:21594;s:11:\"size_before\";i:438660;s:10:\"size_after\";i:417066;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.64;s:5:\"bytes\";i:579;s:11:\"size_before\";i:8720;s:10:\"size_after\";i:8141;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.35;s:5:\"bytes\";i:1134;s:11:\"size_before\";i:17858;s:10:\"size_after\";i:16724;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.15;s:5:\"bytes\";i:4741;s:11:\"size_before\";i:92104;s:10:\"size_after\";i:87363;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8;s:5:\"bytes\";i:7273;s:11:\"size_before\";i:151424;s:10:\"size_after\";i:144151;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.67;s:5:\"bytes\";i:7867;s:11:\"size_before\";i:168554;s:10:\"size_after\";i:160687;s:4:\"time\";d:0.06;}}}'),(26030,8442,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:845;s:4:\"file\";s:29:\"2019/09/kingtson-kitchen6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"kingtson-kitchen6-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:\"kingtson-kitchen6-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:29:\"kingtson-kitchen6-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"kingtson-kitchen6-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"kingtson-kitchen6-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(26031,8443,'_wp_attached_file','2019/09/kingtson-kitchen.jpg'),(26032,8443,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1082289;s:11:\"size_before\";i:1223836;s:10:\"size_after\";i:141547;}'),(26033,8443,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.192923256223659;s:5:\"bytes\";i:9282;s:11:\"size_before\";i:221373;s:10:\"size_after\";i:212091;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.98;s:5:\"bytes\";i:397;s:11:\"size_before\";i:6635;s:10:\"size_after\";i:6238;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.52;s:5:\"bytes\";i:458;s:11:\"size_before\";i:10140;s:10:\"size_after\";i:9682;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.02;s:5:\"bytes\";i:1815;s:11:\"size_before\";i:45162;s:10:\"size_after\";i:43347;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.17;s:5:\"bytes\";i:3040;s:11:\"size_before\";i:72820;s:10:\"size_after\";i:69780;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12;s:5:\"bytes\";i:3572;s:11:\"size_before\";i:86616;s:10:\"size_after\";i:83044;s:4:\"time\";d:0.04;}}}'),(26034,8443,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:844;s:4:\"file\";s:28:\"2019/09/kingtson-kitchen.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"kingtson-kitchen-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:\"kingtson-kitchen-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:28:\"kingtson-kitchen-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:29:\"kingtson-kitchen-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"kingtson-kitchen-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(26035,8444,'_wp_attached_file','2019/09/kingtson-kitchen3.jpg'),(26036,8444,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1159958;s:11:\"size_before\";i:1386066;s:10:\"size_after\";i:226108;}'),(26037,8444,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.430779746711838;s:5:\"bytes\";i:16335;s:11:\"size_before\";i:368671;s:10:\"size_after\";i:352336;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.78;s:5:\"bytes\";i:725;s:11:\"size_before\";i:9320;s:10:\"size_after\";i:8595;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.55;s:5:\"bytes\";i:1148;s:11:\"size_before\";i:17532;s:10:\"size_after\";i:16384;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45;s:5:\"bytes\";i:3474;s:11:\"size_before\";i:78064;s:10:\"size_after\";i:74590;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.19;s:5:\"bytes\";i:5143;s:11:\"size_before\";i:122791;s:10:\"size_after\";i:117648;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.15;s:5:\"bytes\";i:5845;s:11:\"size_before\";i:140964;s:10:\"size_after\";i:135119;s:4:\"time\";d:0.04;}}}'),(26038,8444,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:844;s:4:\"file\";s:29:\"2019/09/kingtson-kitchen3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"kingtson-kitchen3-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:\"kingtson-kitchen3-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:29:\"kingtson-kitchen3-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:30:\"kingtson-kitchen3-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"kingtson-kitchen3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(26039,8445,'_wp_attached_file','2019/09/kingtson-kitchen4.jpg'),(26040,8445,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1199742;s:11:\"size_before\";i:1362201;s:10:\"size_after\";i:162459;}'),(26041,8445,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.724259621873375;s:5:\"bytes\";i:21352;s:11:\"size_before\";i:451965;s:10:\"size_after\";i:430613;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.31;s:5:\"bytes\";i:511;s:11:\"size_before\";i:8096;s:10:\"size_after\";i:7585;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2;s:5:\"bytes\";i:1076;s:11:\"size_before\";i:17347;s:10:\"size_after\";i:16271;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.76;s:5:\"bytes\";i:9483;s:11:\"size_before\";i:199077;s:10:\"size_after\";i:189594;s:4:\"time\";d:0.06;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.93;s:5:\"bytes\";i:6135;s:11:\"size_before\";i:124339;s:10:\"size_after\";i:118204;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.02;s:5:\"bytes\";i:4147;s:11:\"size_before\";i:103106;s:10:\"size_after\";i:98959;s:4:\"time\";d:0.04;}}}'),(26042,8445,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:675;s:6:\"height\";i:1200;s:4:\"file\";s:29:\"2019/09/kingtson-kitchen4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"kingtson-kitchen4-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:\"kingtson-kitchen4-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"kingtson-kitchen4-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"kingtson-kitchen4-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"kingtson-kitchen4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(26043,8446,'_wp_attached_file','2019/09/kingtson-kitchen7.jpg'),(26044,8446,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1210878;s:11:\"size_before\";i:1359334;s:10:\"size_after\";i:148456;}'),(26045,8446,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.036646642192309;s:5:\"bytes\";i:17417;s:11:\"size_before\";i:431472;s:10:\"size_after\";i:414055;s:4:\"time\";d:0.21;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.73;s:5:\"bytes\";i:545;s:11:\"size_before\";i:8100;s:10:\"size_after\";i:7555;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.27;s:5:\"bytes\";i:1003;s:11:\"size_before\";i:15991;s:10:\"size_after\";i:14988;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.84;s:5:\"bytes\";i:6945;s:11:\"size_before\";i:180743;s:10:\"size_after\";i:173798;s:4:\"time\";d:0.08;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.17;s:5:\"bytes\";i:4732;s:11:\"size_before\";i:113477;s:10:\"size_after\";i:108745;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7;s:5:\"bytes\";i:4192;s:11:\"size_before\";i:113161;s:10:\"size_after\";i:108969;s:4:\"time\";d:0.04;}}}'),(26046,8446,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:675;s:6:\"height\";i:1200;s:4:\"file\";s:29:\"2019/09/kingtson-kitchen7.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"kingtson-kitchen7-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:\"kingtson-kitchen7-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"kingtson-kitchen7-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"kingtson-kitchen7-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"kingtson-kitchen7-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(26047,8427,'_thumbnail_id','8559'),(26049,8427,'xyz_smap','1'),(26052,8450,'_edit_lock','1568229432:11'),(26053,8450,'_yst_prominent_words_version','1'),(26054,8450,'_edit_last','11'),(26055,8450,'smpush_mute_activated','no'),(26056,8450,'_yoast_wpseo_primary_category','4'),(26057,8450,'_yoast_wpseo_primary_sub-category','11'),(26058,8450,'sponsored_url',''),(26059,8450,'_yoast_wpseo_content_score','30'),(26060,8450,'_yoast_wpseo_focuskeywords','[]'),(26061,8450,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26062,8452,'_wp_attached_file','2019/09/christopher-tufton-dancing-wellness-day.jpg'),(26063,8452,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:361690;s:11:\"size_before\";i:521713;s:10:\"size_after\";i:160023;}'),(26064,8452,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.748554322158383;s:5:\"bytes\";i:7391;s:11:\"size_before\";i:268905;s:10:\"size_after\";i:261514;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.47;s:5:\"bytes\";i:508;s:11:\"size_before\";i:7849;s:10:\"size_after\";i:7341;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.48;s:5:\"bytes\";i:911;s:11:\"size_before\";i:16617;s:10:\"size_after\";i:15706;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8;s:5:\"bytes\";i:1712;s:11:\"size_before\";i:61228;s:10:\"size_after\";i:59516;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.27;s:5:\"bytes\";i:2081;s:11:\"size_before\";i:91817;s:10:\"size_after\";i:89736;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.38;s:5:\"bytes\";i:2179;s:11:\"size_before\";i:91394;s:10:\"size_after\";i:89215;s:4:\"time\";d:0.03;}}}'),(26065,8452,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:51:\"2019/09/christopher-tufton-dancing-wellness-day.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"christopher-tufton-dancing-wellness-day-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:\"christopher-tufton-dancing-wellness-day-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:51:\"christopher-tufton-dancing-wellness-day-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:52:\"christopher-tufton-dancing-wellness-day-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"christopher-tufton-dancing-wellness-day-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568119138\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(26066,8453,'_wp_attached_file','2019/09/wellness-day-dancing-ladies.jpg'),(26067,8453,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:331720;s:11:\"size_before\";i:497681;s:10:\"size_after\";i:165961;}'),(26068,8453,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.256015499378664;s:5:\"bytes\";i:9092;s:11:\"size_before\";i:279237;s:10:\"size_after\";i:270145;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.63;s:5:\"bytes\";i:514;s:11:\"size_before\";i:7747;s:10:\"size_after\";i:7233;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.48;s:5:\"bytes\";i:911;s:11:\"size_before\";i:16638;s:10:\"size_after\";i:15727;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37;s:5:\"bytes\";i:2137;s:11:\"size_before\";i:63422;s:10:\"size_after\";i:61285;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.86;s:5:\"bytes\";i:2745;s:11:\"size_before\";i:96005;s:10:\"size_after\";i:93260;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.92;s:5:\"bytes\";i:2785;s:11:\"size_before\";i:95425;s:10:\"size_after\";i:92640;s:4:\"time\";d:0.04;}}}'),(26069,8453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:39:\"2019/09/wellness-day-dancing-ladies.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"wellness-day-dancing-ladies-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:\"wellness-day-dancing-ladies-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:39:\"wellness-day-dancing-ladies-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:40:\"wellness-day-dancing-ladies-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"wellness-day-dancing-ladies-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568119075\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(26070,8455,'_wp_attached_file','2019/09/wellness-dance.jpg'),(26071,8455,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:316724;s:11:\"size_before\";i:494970;s:10:\"size_after\";i:178246;}'),(26072,8455,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.6499859219733963;s:5:\"bytes\";i:10630;s:11:\"size_before\";i:291234;s:10:\"size_after\";i:280604;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.19;s:5:\"bytes\";i:587;s:11:\"size_before\";i:8162;s:10:\"size_after\";i:7575;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.19;s:5:\"bytes\";i:1059;s:11:\"size_before\";i:17116;s:10:\"size_after\";i:16057;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:2460;s:11:\"size_before\";i:65633;s:10:\"size_after\";i:63173;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:3267;s:11:\"size_before\";i:100601;s:10:\"size_after\";i:97334;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:3257;s:11:\"size_before\";i:99722;s:10:\"size_after\";i:96465;s:4:\"time\";d:0.05;}}}'),(26073,8455,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2019/09/wellness-dance.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"wellness-dance-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:\"wellness-dance-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:26:\"wellness-dance-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:27:\"wellness-dance-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"wellness-dance-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568119104\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(26074,8456,'_wp_attached_file','2019/09/wellness-day-everybody-dance.jpg'),(26075,8456,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:297080;s:11:\"size_before\";i:484507;s:10:\"size_after\";i:187427;}'),(26076,8456,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.26168650373675;s:5:\"bytes\";i:13087;s:11:\"size_before\";i:307085;s:10:\"size_after\";i:293998;s:4:\"time\";d:0.7900000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.14;s:5:\"bytes\";i:712;s:11:\"size_before\";i:8743;s:10:\"size_after\";i:8031;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.76;s:5:\"bytes\";i:1193;s:11:\"size_before\";i:17650;s:10:\"size_after\";i:16457;s:4:\"time\";d:0.67;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.56;s:5:\"bytes\";i:3147;s:11:\"size_before\";i:69073;s:10:\"size_after\";i:65926;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.88;s:5:\"bytes\";i:4120;s:11:\"size_before\";i:106311;s:10:\"size_after\";i:102191;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.72;s:5:\"bytes\";i:3915;s:11:\"size_before\";i:105308;s:10:\"size_after\";i:101393;s:4:\"time\";d:0.04;}}}'),(26077,8456,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:40:\"2019/09/wellness-day-everybody-dance.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"wellness-day-everybody-dance-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:\"wellness-day-everybody-dance-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:40:\"wellness-day-everybody-dance-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:41:\"wellness-day-everybody-dance-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"wellness-day-everybody-dance-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568119098\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(26078,8457,'_wp_attached_file','2019/09/wellness-day3.jpg'),(26079,8457,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:252869;s:11:\"size_before\";i:459218;s:10:\"size_after\";i:206349;}'),(26080,8457,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.395490000413328;s:5:\"bytes\";i:11501;s:11:\"size_before\";i:338714;s:10:\"size_after\";i:327213;s:4:\"time\";d:2.45;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.59;s:5:\"bytes\";i:558;s:11:\"size_before\";i:8467;s:10:\"size_after\";i:7909;s:4:\"time\";d:1.47;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.15;s:5:\"bytes\";i:1156;s:11:\"size_before\";i:18785;s:10:\"size_after\";i:17629;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.68;s:5:\"bytes\";i:2825;s:11:\"size_before\";i:76694;s:10:\"size_after\";i:73869;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.93;s:5:\"bytes\";i:3451;s:11:\"size_before\";i:117641;s:10:\"size_after\";i:114190;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:3;s:5:\"bytes\";i:3511;s:11:\"size_before\";i:117127;s:10:\"size_after\";i:113616;s:4:\"time\";d:0.9;}}}'),(26081,8457,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:25:\"2019/09/wellness-day3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wellness-day3-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:\"wellness-day3-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:\"wellness-day3-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:\"wellness-day3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"wellness-day3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568119144\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(26082,8458,'_wp_attached_file','2019/09/wellness-day-beautiful-ladies.jpg'),(26083,8458,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:684463;s:11:\"size_before\";i:931187;s:10:\"size_after\";i:246724;}'),(26084,8458,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.593529969536184;s:5:\"bytes\";i:18215;s:11:\"size_before\";i:396536;s:10:\"size_after\";i:378321;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.92;s:5:\"bytes\";i:655;s:11:\"size_before\";i:9459;s:10:\"size_after\";i:8804;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.96;s:5:\"bytes\";i:1289;s:11:\"size_before\";i:18510;s:10:\"size_after\";i:17221;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.73;s:5:\"bytes\";i:3944;s:11:\"size_before\";i:83452;s:10:\"size_after\";i:79508;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.31;s:5:\"bytes\";i:5724;s:11:\"size_before\";i:132774;s:10:\"size_after\";i:127050;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.33;s:5:\"bytes\";i:6603;s:11:\"size_before\";i:152341;s:10:\"size_after\";i:145738;s:4:\"time\";d:0.06;}}}'),(26085,8458,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:844;s:4:\"file\";s:41:\"2019/09/wellness-day-beautiful-ladies.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"wellness-day-beautiful-ladies-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:\"wellness-day-beautiful-ladies-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:41:\"wellness-day-beautiful-ladies-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:42:\"wellness-day-beautiful-ladies-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"wellness-day-beautiful-ladies-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G920P\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568114348\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(26086,8459,'_wp_attached_file','2019/09/wellness-day2.jpg'),(26087,8459,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:290101;s:11:\"size_before\";i:474623;s:10:\"size_after\";i:184522;}'),(26088,8459,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.323843015985779;s:5:\"bytes\";i:13451;s:11:\"size_before\";i:311089;s:10:\"size_after\";i:297638;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.25;s:5:\"bytes\";i:717;s:11:\"size_before\";i:8696;s:10:\"size_after\";i:7979;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.12;s:5:\"bytes\";i:1335;s:11:\"size_before\";i:18755;s:10:\"size_after\";i:17420;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.62;s:5:\"bytes\";i:3264;s:11:\"size_before\";i:70660;s:10:\"size_after\";i:67396;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:4021;s:11:\"size_before\";i:106701;s:10:\"size_after\";i:102680;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87;s:5:\"bytes\";i:4114;s:11:\"size_before\";i:106277;s:10:\"size_after\";i:102163;s:4:\"time\";d:0.04;}}}'),(26089,8459,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:25:\"2019/09/wellness-day2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wellness-day2-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:\"wellness-day2-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:\"wellness-day2-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:\"wellness-day2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"wellness-day2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568119150\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(26090,8460,'_wp_attached_file','2019/09/shahine-robinson-wellness-day.jpg'),(26091,8460,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:476704;s:11:\"size_before\";i:600522;s:10:\"size_after\";i:123818;}'),(26092,8460,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.148882610832791;s:5:\"bytes\";i:4328;s:11:\"size_before\";i:201407;s:10:\"size_after\";i:197079;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.97;s:5:\"bytes\";i:301;s:11:\"size_before\";i:6061;s:10:\"size_after\";i:5760;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.81;s:5:\"bytes\";i:467;s:11:\"size_before\";i:12257;s:10:\"size_after\";i:11790;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.98;s:5:\"bytes\";i:897;s:11:\"size_before\";i:45303;s:10:\"size_after\";i:44406;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.91;s:5:\"bytes\";i:1325;s:11:\"size_before\";i:69290;s:10:\"size_after\";i:67965;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.95;s:5:\"bytes\";i:1338;s:11:\"size_before\";i:68496;s:10:\"size_after\";i:67158;s:4:\"time\";d:0.03;}}}'),(26093,8460,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:41:\"2019/09/shahine-robinson-wellness-day.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"shahine-robinson-wellness-day-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:\"shahine-robinson-wellness-day-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:41:\"shahine-robinson-wellness-day-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:42:\"shahine-robinson-wellness-day-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"shahine-robinson-wellness-day-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568119157\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(26094,8461,'_wp_attached_file','2019/09/theodore-burnadette-Grandi.jpg'),(26095,8461,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:492061;s:11:\"size_before\";i:621288;s:10:\"size_after\";i:129227;}'),(26096,8461,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.7701039967565833;s:5:\"bytes\";i:5876;s:11:\"size_before\";i:212122;s:10:\"size_after\";i:206246;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.07;s:5:\"bytes\";i:421;s:11:\"size_before\";i:6936;s:10:\"size_after\";i:6515;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.27;s:5:\"bytes\";i:560;s:11:\"size_before\";i:13109;s:10:\"size_after\";i:12549;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.35;s:5:\"bytes\";i:1117;s:11:\"size_before\";i:47602;s:10:\"size_after\";i:46485;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.42;s:5:\"bytes\";i:1755;s:11:\"size_before\";i:72381;s:10:\"size_after\";i:70626;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.81;s:5:\"bytes\";i:2023;s:11:\"size_before\";i:72094;s:10:\"size_after\";i:70071;s:4:\"time\";d:0.03;}}}'),(26097,8461,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:38:\"2019/09/theodore-burnadette-Grandi.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"theodore-burnadette-Grandi-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:\"theodore-burnadette-Grandi-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:38:\"theodore-burnadette-Grandi-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:39:\"theodore-burnadette-Grandi-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"theodore-burnadette-Grandi-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568119163\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(26098,8462,'_wp_attached_file','2019/09/wellness-day2-1.jpg'),(26099,8462,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:290101;s:11:\"size_before\";i:474623;s:10:\"size_after\";i:184522;}'),(26100,8462,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.323843015985779;s:5:\"bytes\";i:13451;s:11:\"size_before\";i:311089;s:10:\"size_after\";i:297638;s:4:\"time\";d:0.23;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.25;s:5:\"bytes\";i:717;s:11:\"size_before\";i:8696;s:10:\"size_after\";i:7979;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.12;s:5:\"bytes\";i:1335;s:11:\"size_before\";i:18755;s:10:\"size_after\";i:17420;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.62;s:5:\"bytes\";i:3264;s:11:\"size_before\";i:70660;s:10:\"size_after\";i:67396;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:4021;s:11:\"size_before\";i:106701;s:10:\"size_after\";i:102680;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87;s:5:\"bytes\";i:4114;s:11:\"size_before\";i:106277;s:10:\"size_after\";i:102163;s:4:\"time\";d:0.13;}}}'),(26101,8462,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:27:\"2019/09/wellness-day2-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"wellness-day2-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:27:\"wellness-day2-1-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:27:\"wellness-day2-1-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:28:\"wellness-day2-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"wellness-day2-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568119150\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(26102,8463,'_wp_attached_file','2019/09/christopher-tufton-wellness-day.jpg'),(26103,8463,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:486752;s:11:\"size_before\";i:615192;s:10:\"size_after\";i:128440;}'),(26104,8463,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.127559756984354;s:5:\"bytes\";i:4535;s:11:\"size_before\";i:213155;s:10:\"size_after\";i:208620;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.51;s:5:\"bytes\";i:361;s:11:\"size_before\";i:6557;s:10:\"size_after\";i:6196;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.17;s:5:\"bytes\";i:548;s:11:\"size_before\";i:13157;s:10:\"size_after\";i:12609;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.01;s:5:\"bytes\";i:968;s:11:\"size_before\";i:48108;s:10:\"size_after\";i:47140;s:4:\"time\";d:0.09;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8;s:5:\"bytes\";i:1311;s:11:\"size_before\";i:72940;s:10:\"size_after\";i:71629;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.86;s:5:\"bytes\";i:1347;s:11:\"size_before\";i:72393;s:10:\"size_after\";i:71046;s:4:\"time\";d:0.04;}}}'),(26105,8463,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:43:\"2019/09/christopher-tufton-wellness-day.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"christopher-tufton-wellness-day-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:\"christopher-tufton-wellness-day-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:43:\"christopher-tufton-wellness-day-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:44:\"christopher-tufton-wellness-day-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"christopher-tufton-wellness-day-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568119119\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(26106,8464,'_wp_attached_file','2019/09/emma-lewis-christopher-tufton.jpg'),(26107,8464,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:364096;s:11:\"size_before\";i:511238;s:10:\"size_after\";i:147142;}'),(26108,8464,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.5998407576582996;s:5:\"bytes\";i:6204;s:11:\"size_before\";i:238630;s:10:\"size_after\";i:232426;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.31;s:5:\"bytes\";i:386;s:11:\"size_before\";i:7274;s:10:\"size_after\";i:6888;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45;s:5:\"bytes\";i:624;s:11:\"size_before\";i:14014;s:10:\"size_after\";i:13390;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.36;s:5:\"bytes\";i:1272;s:11:\"size_before\";i:53913;s:10:\"size_after\";i:52641;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.27;s:5:\"bytes\";i:1872;s:11:\"size_before\";i:82299;s:10:\"size_after\";i:80427;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.53;s:5:\"bytes\";i:2050;s:11:\"size_before\";i:81130;s:10:\"size_after\";i:79080;s:4:\"time\";d:0.03;}}}'),(26109,8464,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:41:\"2019/09/emma-lewis-christopher-tufton.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"emma-lewis-christopher-tufton-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:\"emma-lewis-christopher-tufton-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:41:\"emma-lewis-christopher-tufton-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:42:\"emma-lewis-christopher-tufton-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"emma-lewis-christopher-tufton-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568119086\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(26110,8465,'_wp_attached_file','2019/09/christopher-tufton-wellness-day-1.jpg'),(26111,8465,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:486752;s:11:\"size_before\";i:615192;s:10:\"size_after\";i:128440;}'),(26112,8465,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.127559756984354;s:5:\"bytes\";i:4535;s:11:\"size_before\";i:213155;s:10:\"size_after\";i:208620;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.51;s:5:\"bytes\";i:361;s:11:\"size_before\";i:6557;s:10:\"size_after\";i:6196;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.17;s:5:\"bytes\";i:548;s:11:\"size_before\";i:13157;s:10:\"size_after\";i:12609;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.01;s:5:\"bytes\";i:968;s:11:\"size_before\";i:48108;s:10:\"size_after\";i:47140;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8;s:5:\"bytes\";i:1311;s:11:\"size_before\";i:72940;s:10:\"size_after\";i:71629;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.86;s:5:\"bytes\";i:1347;s:11:\"size_before\";i:72393;s:10:\"size_after\";i:71046;s:4:\"time\";d:0.03;}}}'),(26113,8465,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:45:\"2019/09/christopher-tufton-wellness-day-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"christopher-tufton-wellness-day-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:45:\"christopher-tufton-wellness-day-1-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:45:\"christopher-tufton-wellness-day-1-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:46:\"christopher-tufton-wellness-day-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"christopher-tufton-wellness-day-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568119119\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(26115,8450,'_thumbnail_id','8453'),(26116,8450,'xyz_smap','1'),(26118,8432,'xyz_smap','1'),(26120,8467,'_edit_lock','1568163341:4'),(26121,8467,'_yst_prominent_words_version','1'),(26122,8467,'_edit_last','4'),(26123,8467,'smpush_mute_activated','no'),(26124,8467,'_yoast_wpseo_primary_category','4'),(26125,8467,'_yoast_wpseo_primary_sub-category','11'),(26126,8467,'sponsored_url',''),(26127,8467,'_yoast_wpseo_content_score','30'),(26128,8467,'_yoast_wpseo_focuskeywords','[]'),(26129,8467,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26131,8467,'_thumbnail_id','8465'),(26132,8467,'xyz_smap','1'),(26134,8472,'_edit_lock','1568164959:4'),(26135,8472,'_yst_prominent_words_version','1'),(26136,8388,'simplefavorites_count','1'),(26138,8472,'_thumbnail_id','6625'),(26139,8472,'_edit_last','4'),(26140,8472,'xyz_smap','1'),(26141,8472,'smpush_mute_activated','no'),(26143,8472,'_yoast_wpseo_primary_category','4'),(26144,8472,'_yoast_wpseo_primary_sub-category',''),(26145,8472,'sponsored_url',''),(26146,8472,'_yoast_wpseo_content_score','60'),(26147,8472,'_yoast_wpseo_focuskeywords','[]'),(26148,8472,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26149,8474,'_edit_lock','1569013779:1'),(26150,8474,'_yst_prominent_words_version','1'),(26151,8475,'_wp_attached_file','2019/09/salem-st-ann-google-maps-buzz-demo.png'),(26152,8475,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:28.49349071117374;s:5:\"bytes\";i:22040;s:11:\"size_before\";i:77351;s:10:\"size_after\";i:55311;s:4:\"time\";d:0.21000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.39;s:5:\"bytes\";i:7605;s:11:\"size_before\";i:25880;s:10:\"size_after\";i:18275;s:4:\"time\";d:0.08;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.04;s:5:\"bytes\";i:14435;s:11:\"size_before\";i:51471;s:10:\"size_after\";i:37036;s:4:\"time\";d:0.13;}}}'),(26153,8475,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:632;s:6:\"height\";i:328;s:4:\"file\";s:46:\"2019/09/salem-st-ann-google-maps-buzz-demo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"salem-st-ann-google-maps-buzz-demo-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:46:\"salem-st-ann-google-maps-buzz-demo-300x156.png\";s:5:\"width\";i:300;s:6:\"height\";i:156;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:{}}}'),(26154,8474,'_edit_last','14'),(26155,8474,'smpush_mute_activated','no'),(26156,8474,'_yoast_wpseo_primary_category','4'),(26157,8474,'_yoast_wpseo_primary_sub-category','6'),(26158,8474,'sponsored_url',''),(26159,8474,'_yoast_wpseo_content_score','90'),(26160,8474,'_yoast_wpseo_focuskeywords','[]'),(26161,8474,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26162,8474,'_thumbnail_id','7386'),(26163,8477,'_edit_lock','1568190321:14'),(26164,8477,'_yst_prominent_words_version','1'),(26165,8478,'_wp_attached_file','2019/09/holness-buzz-demo-parliament.jpg'),(26166,8478,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.6830455197085477;s:5:\"bytes\";i:2040;s:11:\"size_before\";i:76033;s:10:\"size_after\";i:73993;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.77;s:5:\"bytes\";i:404;s:11:\"size_before\";i:7002;s:10:\"size_after\";i:6598;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.89;s:5:\"bytes\";i:730;s:11:\"size_before\";i:14926;s:10:\"size_after\";i:14196;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.67;s:5:\"bytes\";i:906;s:11:\"size_before\";i:54105;s:10:\"size_after\";i:53199;s:4:\"time\";d:0.03;}}}'),(26167,8478,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:40:\"2019/09/holness-buzz-demo-parliament.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"holness-buzz-demo-parliament-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:\"holness-buzz-demo-parliament-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:40:\"holness-buzz-demo-parliament-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;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:{}}}'),(26168,8479,'_wp_attached_file','2019/09/noaa-sept10-tropical-weather-outlook-buzz-demo.png'),(26169,8479,'wpmf_size','59803'),(26170,8479,'wpmf_filetype','png'),(26171,8479,'wpmf_order','0'),(26172,8479,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:665;s:4:\"file\";s:58:\"2019/09/noaa-sept10-tropical-weather-outlook-buzz-demo.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"noaa-sept10-tropical-weather-outlook-buzz-demo-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:58:\"noaa-sept10-tropical-weather-outlook-buzz-demo-300x222.png\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"noaa-sept10-tropical-weather-outlook-buzz-demo-768x567.png\";s:5:\"width\";i:768;s:6:\"height\";i:567;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:58:\"noaa-sept10-tropical-weather-outlook-buzz-demo-900x655.png\";s:5:\"width\";i:900;s:6:\"height\";i:655;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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\";}}'),(26173,8479,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:30.523906059719074;s:5:\"bytes\";i:168937;s:11:\"size_before\";i:553458;s:10:\"size_after\";i:384521;s:4:\"time\";d:2.3;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.99;s:5:\"bytes\";i:7666;s:11:\"size_before\";i:27384;s:10:\"size_after\";i:19718;s:4:\"time\";d:0.06;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.72;s:5:\"bytes\";i:13321;s:11:\"size_before\";i:49857;s:10:\"size_after\";i:36536;s:4:\"time\";d:0.12;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.96;s:5:\"bytes\";i:74853;s:11:\"size_before\";i:312464;s:10:\"size_after\";i:237611;s:4:\"time\";d:1.32;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:44.64;s:5:\"bytes\";i:73097;s:11:\"size_before\";i:163753;s:10:\"size_after\";i:90656;s:4:\"time\";d:0.8;}}}'),(26174,8480,'_wp_attached_file','2019/09/peter-phillips-demo-buzz.jpg'),(26175,8480,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9452285531741884;s:5:\"bytes\";i:2717;s:11:\"size_before\";i:68868;s:10:\"size_after\";i:66151;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.11;s:5:\"bytes\";i:216;s:11:\"size_before\";i:5258;s:10:\"size_after\";i:5042;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.46;s:5:\"bytes\";i:351;s:11:\"size_before\";i:10131;s:10:\"size_after\";i:9780;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.02;s:5:\"bytes\";i:2150;s:11:\"size_before\";i:53479;s:10:\"size_after\";i:51329;s:4:\"time\";d:0.03;}}}'),(26176,8480,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:960;s:4:\"file\";s:36:\"2019/09/peter-phillips-demo-buzz.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"peter-phillips-demo-buzz-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:\"peter-phillips-demo-buzz-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"peter-phillips-demo-buzz-640x655.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:655;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:{}}}'),(26177,8477,'_thumbnail_id','8478'),(26178,8477,'_edit_last','14'),(26179,8477,'smpush_mute_activated','no'),(26180,8477,'_yoast_wpseo_primary_category','4'),(26181,8477,'_yoast_wpseo_primary_sub-category','13'),(26182,8477,'sponsored_url',''),(26183,8477,'_yoast_wpseo_content_score','30'),(26184,8477,'_yoast_wpseo_focuskeywords','[]'),(26185,8477,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26186,8482,'_edit_lock','1568214250:14'),(26187,8482,'_yst_prominent_words_version','1'),(26188,8483,'_wp_attached_file','2019/09/bahamas-dorian-effects-buzz-demo.jpg'),(26189,8483,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.338738903228127;s:5:\"bytes\";i:53056;s:11:\"size_before\";i:722958;s:10:\"size_after\";i:669902;s:4:\"time\";d:0.24000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.85;s:5:\"bytes\";i:778;s:11:\"size_before\";i:9907;s:10:\"size_after\";i:9129;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.66;s:5:\"bytes\";i:1858;s:11:\"size_before\";i:24269;s:10:\"size_after\";i:22411;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.43;s:5:\"bytes\";i:11437;s:11:\"size_before\";i:153845;s:10:\"size_after\";i:142408;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.31;s:5:\"bytes\";i:19664;s:11:\"size_before\";i:268907;s:10:\"size_after\";i:249243;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.26;s:5:\"bytes\";i:19319;s:11:\"size_before\";i:266030;s:10:\"size_after\";i:246711;s:4:\"time\";d:0.1;}}}'),(26190,8483,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:44:\"2019/09/bahamas-dorian-effects-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"bahamas-dorian-effects-buzz-demo-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:\"bahamas-dorian-effects-buzz-demo-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:44:\"bahamas-dorian-effects-buzz-demo-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:45:\"bahamas-dorian-effects-buzz-demo-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"bahamas-dorian-effects-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(26191,8484,'_wp_attached_file','2019/09/dr-ciro-ugarte-buzz-demo-paho.jpg'),(26192,8484,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9787118937488164;s:5:\"bytes\";i:5506;s:11:\"size_before\";i:184845;s:10:\"size_after\";i:179339;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.81;s:5:\"bytes\";i:240;s:11:\"size_before\";i:4994;s:10:\"size_after\";i:4754;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.08;s:5:\"bytes\";i:419;s:11:\"size_before\";i:10282;s:10:\"size_after\";i:9863;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.42;s:5:\"bytes\";i:1349;s:11:\"size_before\";i:39481;s:10:\"size_after\";i:38132;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.11;s:5:\"bytes\";i:2108;s:11:\"size_before\";i:67739;s:10:\"size_after\";i:65631;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.23;s:5:\"bytes\";i:1390;s:11:\"size_before\";i:62349;s:10:\"size_after\";i:60959;s:4:\"time\";d:0.03;}}}'),(26193,8484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:41:\"2019/09/dr-ciro-ugarte-buzz-demo-paho.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"dr-ciro-ugarte-buzz-demo-paho-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:\"dr-ciro-ugarte-buzz-demo-paho-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:41:\"dr-ciro-ugarte-buzz-demo-paho-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:42:\"dr-ciro-ugarte-buzz-demo-paho-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"dr-ciro-ugarte-buzz-demo-paho-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"HR@PAHO/WHO\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1475149292\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(26194,8482,'_thumbnail_id','8484'),(26195,8482,'_edit_last','14'),(26196,8482,'smpush_mute_activated','no'),(26197,8482,'_yoast_wpseo_primary_category','4'),(26198,8482,'_yoast_wpseo_primary_sub-category','13'),(26199,8482,'sponsored_url',''),(26200,8482,'_yoast_wpseo_content_score','60'),(26201,8482,'_yoast_wpseo_focuskeywords','[]'),(26202,8482,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26203,8474,'xyz_smap','1'),(26205,8477,'xyz_smap','1'),(26207,8482,'xyz_smap','1'),(26209,8486,'_wp_attached_file','2019/09/spragga-benz-featured-image.jpg'),(26210,8486,'wpmf_size','147701'),(26211,8486,'wpmf_filetype','jpg'),(26212,8486,'wpmf_order','0'),(26213,8486,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1023;s:6:\"height\";i:809;s:4:\"file\";s:39:\"2019/09/spragga-benz-featured-image.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"spragga-benz-featured-image-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:\"spragga-benz-featured-image-300x237.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"spragga-benz-featured-image-768x607.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"spragga-benz-featured-image-1023x655.jpg\";s:5:\"width\";i:1023;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(26214,8486,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.371616678858815;s:5:\"bytes\";i:3242;s:11:\"size_before\";i:136700;s:10:\"size_after\";i:133458;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.06;s:5:\"bytes\";i:279;s:11:\"size_before\";i:5518;s:10:\"size_after\";i:5239;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.02;s:5:\"bytes\";i:498;s:11:\"size_before\";i:12384;s:10:\"size_after\";i:11886;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.38;s:5:\"bytes\";i:1214;s:11:\"size_before\";i:51020;s:10:\"size_after\";i:49806;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.85;s:5:\"bytes\";i:1251;s:11:\"size_before\";i:67778;s:10:\"size_after\";i:66527;s:4:\"time\";d:0.04;}}}'),(26223,8437,'xyz_smap','1'),(26225,8489,'_edit_lock','1568297042:16'),(26226,8489,'_yst_prominent_words_version','1'),(26227,8490,'_wp_attached_file','2019/09/tTech-logo.jpg'),(26228,8490,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.279158699808796;s:5:\"bytes\";i:1299;s:11:\"size_before\";i:15690;s:10:\"size_after\";i:14391;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.64;s:5:\"bytes\";i:473;s:11:\"size_before\";i:5474;s:10:\"size_after\";i:5001;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.09;s:5:\"bytes\";i:826;s:11:\"size_before\";i:10216;s:10:\"size_after\";i:9390;s:4:\"time\";d:0.01;}}}'),(26229,8490,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:380;s:6:\"height\";i:224;s:4:\"file\";s:22:\"2019/09/tTech-logo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"tTech-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:\"tTech-logo-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;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:{}}}'),(26230,8490,'_wp_attachment_image_alt','tTech Logo'),(26231,8489,'_thumbnail_id','8490'),(26232,8489,'_edit_last','16'),(26233,8489,'smpush_mute_activated','no'),(26234,8489,'_wp_old_slug','auto-draft'),(26235,8489,'_yoast_wpseo_primary_location','33'),(26236,8489,'job_position','a Human Resources Manager    '),(26237,8489,'job_type','Full-time'),(26238,8489,'job_company','tTech Limited'),(26239,8489,'job_company_email','hr@ttech.com.jm'),(26240,8489,'job_expiration','2019-10-31'),(26241,8489,'job_application',''),(26242,8489,'_yoast_wpseo_content_score','60'),(26243,8489,'_yoast_wpseo_focuskeywords','[]'),(26244,8489,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26249,8493,'_wp_attached_file','2019/09/azan-supercenter.png'),(26250,8493,'wpmf_size','106815'),(26251,8493,'wpmf_filetype','png'),(26252,8493,'wpmf_order','0'),(26253,8493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:245;s:4:\"file\";s:28:\"2019/09/azan-supercenter.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"azan-supercenter-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:28:\"azan-supercenter-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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\";}}'),(26254,8493,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:135806;s:10:\"size_after\";i:135806;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42175;s:10:\"size_after\";i:42175;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:93631;s:10:\"size_after\";i:93631;s:4:\"time\";d:0.09;}}}'),(26259,8496,'_wp_attached_file','2019/09/image-13.png'),(26260,8496,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.15717897902002323;s:5:\"bytes\";i:138;s:11:\"size_before\";i:87798;s:10:\"size_after\";i:87660;s:4:\"time\";d:0.24;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29484;s:10:\"size_after\";i:29484;s:4:\"time\";d:0.08;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.24;s:5:\"bytes\";i:138;s:11:\"size_before\";i:58314;s:10:\"size_after\";i:58176;s:4:\"time\";d:0.16;}}}'),(26261,8496,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:406;s:4:\"file\";s:20:\"2019/09/image-13.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-13-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:\"image-13-300x202.png\";s:5:\"width\";i:300;s:6:\"height\";i:202;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:{}}}'),(26262,8497,'_wp_attached_file','2019/09/image-14.png'),(26263,8497,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.40161455119321;s:5:\"bytes\";i:397;s:11:\"size_before\";i:98851;s:10:\"size_after\";i:98454;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.31;s:5:\"bytes\";i:397;s:11:\"size_before\";i:30279;s:10:\"size_after\";i:29882;s:4:\"time\";d:0.07;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:68572;s:10:\"size_after\";i:68572;s:4:\"time\";d:0.11;}}}'),(26264,8497,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:406;s:4:\"file\";s:20:\"2019/09/image-14.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-14-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:\"image-14-300x202.png\";s:5:\"width\";i:300;s:6:\"height\";i:202;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:{}}}'),(26265,8498,'_wp_attached_file','2019/09/image-15.png'),(26266,8498,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.354514638410334;s:5:\"bytes\";i:13834;s:11:\"size_before\";i:121837;s:10:\"size_after\";i:108003;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.58;s:5:\"bytes\";i:2100;s:11:\"size_before\";i:27722;s:10:\"size_after\";i:25622;s:4:\"time\";d:0.05;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.47;s:5:\"bytes\";i:11734;s:11:\"size_before\";i:94115;s:10:\"size_after\";i:82381;s:4:\"time\";d:0.15;}}}'),(26267,8498,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:625;s:4:\"file\";s:20:\"2019/09/image-15.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-15-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:\"image-15-289x300.png\";s:5:\"width\";i:289;s:6:\"height\";i:300;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:{}}}'),(26268,8499,'_wp_attached_file','2019/09/image-16.png'),(26269,8499,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.1850883666245573;s:5:\"bytes\";i:1747;s:11:\"size_before\";i:79951;s:10:\"size_after\";i:78204;s:4:\"time\";d:0.33;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.96;s:5:\"bytes\";i:431;s:11:\"size_before\";i:22016;s:10:\"size_after\";i:21585;s:4:\"time\";d:0.06;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.27;s:5:\"bytes\";i:1316;s:11:\"size_before\";i:57935;s:10:\"size_after\";i:56619;s:4:\"time\";d:0.27;}}}'),(26270,8499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:456;s:4:\"file\";s:20:\"2019/09/image-16.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-16-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:\"image-16-300x227.png\";s:5:\"width\";i:300;s:6:\"height\";i:227;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:{}}}'),(26271,8500,'_wp_attached_file','2019/09/image-17.png'),(26272,8500,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:20.016379519534095;s:5:\"bytes\";i:13198;s:11:\"size_before\";i:65936;s:10:\"size_after\";i:52738;s:4:\"time\";d:0.39;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.11;s:5:\"bytes\";i:2502;s:11:\"size_before\";i:14623;s:10:\"size_after\";i:12121;s:4:\"time\";d:0.07;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.84;s:5:\"bytes\";i:10696;s:11:\"size_before\";i:51313;s:10:\"size_after\";i:40617;s:4:\"time\";d:0.32;}}}'),(26273,8500,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:602;s:4:\"file\";s:20:\"2019/09/image-17.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-17-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:\"image-17-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(26275,8425,'_wp_old_date','2019-09-10'),(26276,8425,'_thumbnail_id','8497'),(26277,8502,'_edit_lock','1568215955:11'),(26278,8502,'_yst_prominent_words_version','1'),(26279,8502,'_oembed_d9e1b27bd01b2b86edc99ba01a375010','<iframe title=\"BUZZ Music Top 10 (Week of September 10)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/8vLXLZaPT98?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(26280,8502,'_oembed_time_d9e1b27bd01b2b86edc99ba01a375010','1568215862'),(26288,8502,'_edit_last','11'),(26289,8502,'smpush_mute_activated','no'),(26290,8502,'_yoast_wpseo_primary_category','2'),(26291,8502,'_yoast_wpseo_primary_sub-category','14'),(26292,8502,'video_parent_post_id',''),(26293,8502,'_yoast_wpseo_content_score','30'),(26294,8502,'_yoast_wpseo_focuskeywords','[]'),(26295,8502,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26297,8506,'_edit_lock','1568215759:11'),(26298,8506,'_yst_prominent_words_version','1'),(26299,8506,'_oembed_fe88cd1aa49e6bc498a666a858dc0f9d','<iframe title=\"BUZZ Top 10 artistes — Sept. 10\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/XFU4T45zGpQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(26300,8506,'_oembed_time_fe88cd1aa49e6bc498a666a858dc0f9d','1568215720'),(26301,8508,'_wp_attached_file','2019/09/Feature-Image-Buzz-Top-10-Artistes-Sept-10.jpg'),(26302,8508,'wpmf_size','191466'),(26303,8508,'wpmf_filetype','jpg'),(26304,8508,'wpmf_order','0'),(26305,8508,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:54:\"2019/09/Feature-Image-Buzz-Top-10-Artistes-Sept-10.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Feature-Image-Buzz-Top-10-Artistes-Sept-10-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:54:\"Feature-Image-Buzz-Top-10-Artistes-Sept-10-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:54:\"Feature-Image-Buzz-Top-10-Artistes-Sept-10-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:55:\"Feature-Image-Buzz-Top-10-Artistes-Sept-10-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"Feature-Image-Buzz-Top-10-Artistes-Sept-10-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(26306,8508,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9075318570746576;s:5:\"bytes\";i:6334;s:11:\"size_before\";i:217848;s:10:\"size_after\";i:211514;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.06;s:5:\"bytes\";i:328;s:11:\"size_before\";i:6478;s:10:\"size_after\";i:6150;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.43;s:5:\"bytes\";i:730;s:11:\"size_before\";i:13445;s:10:\"size_after\";i:12715;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.02;s:5:\"bytes\";i:1475;s:11:\"size_before\";i:48828;s:10:\"size_after\";i:47353;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.59;s:5:\"bytes\";i:1863;s:11:\"size_before\";i:71899;s:10:\"size_after\";i:70036;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.51;s:5:\"bytes\";i:1938;s:11:\"size_before\";i:77198;s:10:\"size_after\";i:75260;s:4:\"time\";d:0.03;}}}'),(26307,8506,'_thumbnail_id','8508'),(26308,8506,'_edit_last','11'),(26309,8506,'smpush_mute_activated','no'),(26310,8506,'_yoast_wpseo_primary_category','2'),(26311,8506,'_yoast_wpseo_primary_sub-category','14'),(26312,8506,'video_parent_post_id',''),(26313,8506,'_yoast_wpseo_content_score','30'),(26314,8506,'_yoast_wpseo_focuskeywords','[]'),(26315,8506,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26316,8510,'_wp_attached_file','2019/09/Feature-Image-Buzz-Top-10-Sept-10.jpg'),(26317,8510,'wpmf_size','273167'),(26318,8510,'wpmf_filetype','jpg'),(26319,8510,'wpmf_order','0'),(26320,8510,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1353;s:6:\"height\";i:753;s:4:\"file\";s:45:\"2019/09/Feature-Image-Buzz-Top-10-Sept-10.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Feature-Image-Buzz-Top-10-Sept-10-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:45:\"Feature-Image-Buzz-Top-10-Sept-10-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Feature-Image-Buzz-Top-10-Sept-10-768x427.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Feature-Image-Buzz-Top-10-Sept-10-1024x570.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Feature-Image-Buzz-Top-10-Sept-10-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(26321,8510,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.632491613173224;s:5:\"bytes\";i:10763;s:11:\"size_before\";i:296298;s:10:\"size_after\";i:285535;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.26;s:5:\"bytes\";i:525;s:11:\"size_before\";i:8380;s:10:\"size_after\";i:7855;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6;s:5:\"bytes\";i:876;s:11:\"size_before\";i:15646;s:10:\"size_after\";i:14770;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79;s:5:\"bytes\";i:2433;s:11:\"size_before\";i:64236;s:10:\"size_after\";i:61803;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.43;s:5:\"bytes\";i:3377;s:11:\"size_before\";i:98550;s:10:\"size_after\";i:95173;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.24;s:5:\"bytes\";i:3552;s:11:\"size_before\";i:109486;s:10:\"size_after\";i:105934;s:4:\"time\";d:0.08;}}}'),(26322,8502,'_thumbnail_id','8510'),(26323,4246,'_yst_prominent_words_version','1'),(26324,4246,'smpush_mute_activated','no'),(26325,4246,'_yoast_wpseo_primary_category','2'),(26326,4246,'_yoast_wpseo_primary_sub-category','7'),(26327,4246,'_yoast_wpseo_content_score','30'),(26328,4246,'_yoast_wpseo_focuskeywords','[]'),(26329,4246,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26330,8521,'_edit_lock','1568217720:9'),(26331,8521,'_yst_prominent_words_version','1'),(26332,8523,'_wp_attached_file','2019/09/JHTA-Bahamas.jpg'),(26333,8523,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.476782937125083;s:5:\"bytes\";i:806;s:11:\"size_before\";i:18004;s:10:\"size_after\";i:17198;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45;s:5:\"bytes\";i:318;s:11:\"size_before\";i:5831;s:10:\"size_after\";i:5513;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.01;s:5:\"bytes\";i:488;s:11:\"size_before\";i:12173;s:10:\"size_after\";i:11685;s:4:\"time\";d:0.01;}}}'),(26334,8523,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:475;s:4:\"file\";s:24:\"2019/09/JHTA-Bahamas.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"JHTA-Bahamas-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:\"JHTA-Bahamas-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;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:{}}}'),(26335,8521,'_thumbnail_id','8523'),(26336,8521,'_edit_last','9'),(26337,8521,'smpush_mute_activated','no'),(26338,8521,'_yoast_wpseo_primary_category','4'),(26339,8521,'_yoast_wpseo_primary_sub-category','6'),(26340,8521,'sponsored_url',''),(26341,8521,'_yoast_wpseo_content_score','30'),(26342,8521,'_yoast_wpseo_focuskeywords','[]'),(26343,8521,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26344,8521,'_yoast_wpseo_metadesc','The Jamaica Hotel and Tourist Association (JHTA) will be donating US$20,000 to assist in relief efforts for the hurricane-ravaged Bahamas.'),(26345,8526,'_edit_lock','1568218652:11'),(26346,8526,'_yst_prominent_words_version','1'),(26347,8521,'xyz_smap','1'),(26349,8527,'_edit_lock','1568221275:9'),(26350,8527,'_yst_prominent_words_version','1'),(26351,8528,'_wp_attached_file','2019/09/jennifer-lopez-husband.jpg'),(26352,8528,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.449362600652369;s:5:\"bytes\";i:2189;s:11:\"size_before\";i:63461;s:10:\"size_after\";i:61272;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:310;s:11:\"size_before\";i:5904;s:10:\"size_after\";i:5594;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.97;s:5:\"bytes\";i:454;s:11:\"size_before\";i:11443;s:10:\"size_after\";i:10989;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.09;s:5:\"bytes\";i:1425;s:11:\"size_before\";i:46114;s:10:\"size_after\";i:44689;s:4:\"time\";d:0.02;}}}'),(26353,8528,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:34:\"2019/09/jennifer-lopez-husband.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"jennifer-lopez-husband-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:\"jennifer-lopez-husband-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"jennifer-lopez-husband-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:21:\"Getty Images for TIFF\";s:6:\"camera\";s:8:\"NIKON D5\";s:7:\"caption\";s:266:\"TORONTO, ONTARIO - SEPTEMBER 07: (L-R) Jennifer Lopez and Alex Rodriguez attend the \"Hustlers\" premiere during the 2019 Toronto International Film Festival at Roy Thomson Hall on September 07, 2019 in Toronto, Canada. (Photo by George Pimentel/Getty Images for TIFF)\";s:17:\"created_timestamp\";s:10:\"1567814400\";s:9:\"copyright\";s:20:\"2019 George Pimentel\";s:12:\"focal_length\";s:2:\"34\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:75:\"2019 Toronto International Film Festival - \"Hustlers\" Premiere - Red Carpet\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:3:{i:0;s:4:\"tiff\";i:1;s:8:\"tiff2019\";i:2;s:8:\"2019tiff\";}}}'),(26354,8526,'_oembed_c906b76dd26a3f04f1dc221f212205ea','<iframe title=\"FIFA 20 | Official Gameplay Trailer\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/vgQNOIhRsV4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(26355,8526,'_oembed_time_c906b76dd26a3f04f1dc221f212205ea','1568218062'),(26356,8526,'_oembed_4d554b3fa4decc27515e0e7cbe2b16a9','<iframe title=\"FIFA 20 | Official VOLTA Gameplay Trailer\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/zOsA3mc1xGw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(26357,8526,'_oembed_time_4d554b3fa4decc27515e0e7cbe2b16a9','1568218062'),(26358,8527,'_thumbnail_id','8528'),(26359,8527,'_edit_last','9'),(26360,8527,'smpush_mute_activated','no'),(26361,8527,'_yoast_wpseo_primary_category','3'),(26362,8527,'_yoast_wpseo_primary_sub-category','9'),(26363,8527,'sponsored_url',''),(26364,8527,'_yoast_wpseo_metadesc','Popular actress and singer Jennifer Lopez wants to have children with fiance Alex Rodriguez.'),(26365,8527,'_yoast_wpseo_content_score','90'),(26366,8527,'_yoast_wpseo_focuskeywords','[]'),(26367,8527,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26369,8527,'xyz_smap','1'),(26371,8532,'_wp_attached_file','2019/09/Buzz-Caribbean-FIFA-Volta.jpg'),(26372,8532,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.492197539930237;s:5:\"bytes\";i:5973;s:11:\"size_before\";i:239668;s:10:\"size_after\";i:233695;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.98;s:5:\"bytes\";i:316;s:11:\"size_before\";i:6349;s:10:\"size_after\";i:6033;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4;s:5:\"bytes\";i:540;s:11:\"size_before\";i:12273;s:10:\"size_after\";i:11733;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.61;s:5:\"bytes\";i:1377;s:11:\"size_before\";i:52848;s:10:\"size_after\";i:51471;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.28;s:5:\"bytes\";i:1828;s:11:\"size_before\";i:80057;s:10:\"size_after\";i:78229;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.17;s:5:\"bytes\";i:1912;s:11:\"size_before\";i:88141;s:10:\"size_after\";i:86229;s:4:\"time\";d:0.04;}}}'),(26373,8532,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:37:\"2019/09/Buzz-Caribbean-FIFA-Volta.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Buzz-Caribbean-FIFA-Volta-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:\"Buzz-Caribbean-FIFA-Volta-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:37:\"Buzz-Caribbean-FIFA-Volta-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:38:\"Buzz-Caribbean-FIFA-Volta-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Buzz-Caribbean-FIFA-Volta-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(26374,8533,'_edit_lock','1568220144:13'),(26375,8533,'_yst_prominent_words_version','1'),(26376,8534,'_wp_attached_file','2019/09/Buzz-Caribbean-FIFA-20-EA-Sports.jpg'),(26377,8534,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.664655036481702;s:5:\"bytes\";i:10226;s:11:\"size_before\";i:279044;s:10:\"size_after\";i:268818;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.13;s:5:\"bytes\";i:354;s:11:\"size_before\";i:6898;s:10:\"size_after\";i:6544;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.85;s:5:\"bytes\";i:667;s:11:\"size_before\";i:13748;s:10:\"size_after\";i:13081;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95;s:5:\"bytes\";i:2437;s:11:\"size_before\";i:61621;s:10:\"size_after\";i:59184;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:3279;s:11:\"size_before\";i:93574;s:10:\"size_after\";i:90295;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.38;s:5:\"bytes\";i:3489;s:11:\"size_before\";i:103203;s:10:\"size_after\";i:99714;s:4:\"time\";d:0.04;}}}'),(26378,8534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:44:\"2019/09/Buzz-Caribbean-FIFA-20-EA-Sports.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Buzz-Caribbean-FIFA-20-EA-Sports-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:\"Buzz-Caribbean-FIFA-20-EA-Sports-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:44:\"Buzz-Caribbean-FIFA-20-EA-Sports-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:45:\"Buzz-Caribbean-FIFA-20-EA-Sports-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Buzz-Caribbean-FIFA-20-EA-Sports-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(26379,8535,'_wp_attached_file','2019/09/MOTORCYCLE-WORKSHOP.jpg'),(26380,8535,'wpmf_size','332628'),(26381,8535,'wpmf_filetype','jpg'),(26382,8535,'wpmf_order','0'),(26383,8535,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"2019/09/MOTORCYCLE-WORKSHOP.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"MOTORCYCLE-WORKSHOP-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:\"MOTORCYCLE-WORKSHOP-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"MOTORCYCLE-WORKSHOP-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"MOTORCYCLE-WORKSHOP-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"MOTORCYCLE-WORKSHOP-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(26384,8535,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:117461;s:11:\"size_before\";i:332628;s:10:\"size_after\";i:215167;}'),(26385,8535,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.592185569282496;s:5:\"bytes\";i:40910;s:11:\"size_before\";i:426493;s:10:\"size_after\";i:385583;s:4:\"time\";d:0.21;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.58;s:5:\"bytes\";i:745;s:11:\"size_before\";i:9830;s:10:\"size_after\";i:9085;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.54;s:5:\"bytes\";i:2187;s:11:\"size_before\";i:29005;s:10:\"size_after\";i:26818;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.38;s:5:\"bytes\";i:11113;s:11:\"size_before\";i:118505;s:10:\"size_after\";i:107392;s:4:\"time\";d:0.06;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.92;s:5:\"bytes\";i:16973;s:11:\"size_before\";i:171074;s:10:\"size_after\";i:154101;s:4:\"time\";d:0.08;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.09;s:5:\"bytes\";i:9892;s:11:\"size_before\";i:98079;s:10:\"size_after\";i:88187;s:4:\"time\";d:0.04;}}}'),(26387,8526,'_thumbnail_id','8534'),(26388,8526,'_edit_last','11'),(26389,8526,'xyz_smap','1'),(26390,8526,'smpush_mute_activated','no'),(26392,8526,'_yoast_wpseo_primary_category','4'),(26393,8526,'_yoast_wpseo_primary_sub-category','5'),(26394,8526,'sponsored_url',''),(26395,8526,'_yoast_wpseo_content_score','90'),(26396,8526,'_yoast_wpseo_focuskeywords','[]'),(26397,8526,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26398,8537,'_edit_lock','1568225634:11'),(26399,8537,'_yst_prominent_words_version','1'),(26400,8538,'_wp_attached_file','2019/09/motorcycle-safety-2.jpg'),(26401,8538,'wpmf_size','14784'),(26402,8538,'wpmf_filetype','jpg'),(26403,8538,'wpmf_order','0'),(26404,8538,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:291;s:6:\"height\";i:173;s:4:\"file\";s:31:\"2019/09/motorcycle-safety-2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"motorcycle-safety-2-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\";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\";}}'),(26405,8538,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.874589865111192;s:5:\"bytes\";i:648;s:11:\"size_before\";i:8229;s:10:\"size_after\";i:7581;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.87;s:5:\"bytes\";i:648;s:11:\"size_before\";i:8229;s:10:\"size_after\";i:7581;s:4:\"time\";d:0.01;}}}'),(26406,8533,'_thumbnail_id','8540'),(26407,8533,'_edit_last','13'),(26408,8533,'smpush_mute_activated','no'),(26409,8533,'_yoast_wpseo_primary_out-category','28'),(26410,8533,'_yoast_wpseo_primary_location','32'),(26411,8533,'out_date','2019-09-15'),(26412,8533,'out_time','09:00 AM'),(26413,8533,'out_address','youth innovation Centre, Lucea, Hanover '),(26414,8533,'out_description','A great motorcycle safety workshop sponsored by Sandals Resorts International. Workshop facilitators will be housed at Beaches Negril. '),(26415,8533,'out_mapurl','https://www.google.com/maps/place/Hanover+Youth+Innovation+Centre/@18.4522589,-78.17263,15z/data=!4m5!3m4!1s0x0:0xa1cfa56a5a883cfd!8m2!3d18.4522589!4d-78.17263'),(26416,8533,'post_gallery_id','a:1:{i:0;s:4:\"8535\";}'),(26417,8533,'_yoast_wpseo_content_score','30'),(26418,8533,'_yoast_wpseo_focuskeywords','[]'),(26419,8533,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26420,8539,'_wp_attached_file','2019/09/Mona-Reservoir-Kingston-Jamaica-Buzz-Caribbean.jpg'),(26421,8539,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.76134857888526;s:5:\"bytes\";i:11822;s:11:\"size_before\";i:248291;s:10:\"size_after\";i:236469;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.33;s:5:\"bytes\";i:159;s:11:\"size_before\";i:3670;s:10:\"size_after\";i:3511;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.43;s:5:\"bytes\";i:446;s:11:\"size_before\";i:10075;s:10:\"size_after\";i:9629;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.62;s:5:\"bytes\";i:2397;s:11:\"size_before\";i:51866;s:10:\"size_after\";i:49469;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.81;s:5:\"bytes\";i:4203;s:11:\"size_before\";i:87387;s:10:\"size_after\";i:83184;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.85;s:5:\"bytes\";i:4617;s:11:\"size_before\";i:95293;s:10:\"size_after\";i:90676;s:4:\"time\";d:0.04;}}}'),(26422,8539,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:58:\"2019/09/Mona-Reservoir-Kingston-Jamaica-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"Mona-Reservoir-Kingston-Jamaica-Buzz-Caribbean-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:\"Mona-Reservoir-Kingston-Jamaica-Buzz-Caribbean-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:58:\"Mona-Reservoir-Kingston-Jamaica-Buzz-Caribbean-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:59:\"Mona-Reservoir-Kingston-Jamaica-Buzz-Caribbean-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:59:\"Mona-Reservoir-Kingston-Jamaica-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(26423,8540,'_wp_attached_file','2019/09/motorcycle-safety-3.jpeg'),(26424,8540,'wpmf_size','20235'),(26425,8540,'wpmf_filetype','jpeg'),(26426,8540,'wpmf_order','0'),(26427,8540,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:333;s:4:\"file\";s:32:\"2019/09/motorcycle-safety-3.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"motorcycle-safety-3-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:32:\"motorcycle-safety-3-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(26428,8540,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.55046084284969;s:5:\"bytes\";i:785;s:11:\"size_before\";i:17251;s:10:\"size_after\";i:16466;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.55;s:5:\"bytes\";i:323;s:11:\"size_before\";i:5817;s:10:\"size_after\";i:5494;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:462;s:11:\"size_before\";i:11434;s:10:\"size_after\";i:10972;s:4:\"time\";d:0.01;}}}'),(26429,8541,'_wp_attached_file','2019/09/Jamaica-Aerial-View-Buzz-Caribbean.jpg'),(26430,8541,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7009694402890836;s:5:\"bytes\";i:7620;s:11:\"size_before\";i:205892;s:10:\"size_after\";i:198272;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.07;s:5:\"bytes\";i:365;s:11:\"size_before\";i:6009;s:10:\"size_after\";i:5644;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.15;s:5:\"bytes\";i:503;s:11:\"size_before\";i:9775;s:10:\"size_after\";i:9272;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6;s:5:\"bytes\";i:1554;s:11:\"size_before\";i:43183;s:10:\"size_after\";i:41629;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.41;s:5:\"bytes\";i:2304;s:11:\"size_before\";i:67527;s:10:\"size_after\";i:65223;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.64;s:5:\"bytes\";i:2894;s:11:\"size_before\";i:79398;s:10:\"size_after\";i:76504;s:4:\"time\";d:0.04;}}}'),(26431,8541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1105;s:6:\"height\";i:525;s:4:\"file\";s:46:\"2019/09/Jamaica-Aerial-View-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Jamaica-Aerial-View-Buzz-Caribbean-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:\"Jamaica-Aerial-View-Buzz-Caribbean-300x143.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Jamaica-Aerial-View-Buzz-Caribbean-768x365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Jamaica-Aerial-View-Buzz-Caribbean-1024x487.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Jamaica-Aerial-View-Buzz-Caribbean-1060x525.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:525;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:{}}}'),(26432,8542,'_wp_attached_file','2019/09/seawater-rain-harvesting-Buzz-Caribbean.jpg'),(26433,8542,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:56847;s:11:\"size_before\";i:331147;s:10:\"size_after\";i:274300;}'),(26434,8542,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.203450900547422;s:5:\"bytes\";i:22081;s:11:\"size_before\";i:424353;s:10:\"size_after\";i:402272;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.63;s:5:\"bytes\";i:524;s:11:\"size_before\";i:7901;s:10:\"size_after\";i:7377;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.05;s:5:\"bytes\";i:927;s:11:\"size_before\";i:15333;s:10:\"size_after\";i:14406;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.47;s:5:\"bytes\";i:4578;s:11:\"size_before\";i:83620;s:10:\"size_after\";i:79042;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:7285;s:11:\"size_before\";i:139787;s:10:\"size_after\";i:132502;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.93;s:5:\"bytes\";i:8767;s:11:\"size_before\";i:177712;s:10:\"size_after\";i:168945;s:4:\"time\";d:0.06;}}}'),(26435,8542,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:750;s:4:\"file\";s:51:\"2019/09/seawater-rain-harvesting-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"seawater-rain-harvesting-Buzz-Caribbean-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:\"seawater-rain-harvesting-Buzz-Caribbean-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"seawater-rain-harvesting-Buzz-Caribbean-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"seawater-rain-harvesting-Buzz-Caribbean-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"seawater-rain-harvesting-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(26436,8543,'_wp_attached_file','2019/09/rainwater-harvesting-Buzz-Caribbean.jpg'),(26437,8543,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.206265491491064;s:5:\"bytes\";i:18200;s:11:\"size_before\";i:252558;s:10:\"size_after\";i:234358;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.34;s:5:\"bytes\";i:285;s:11:\"size_before\";i:5341;s:10:\"size_after\";i:5056;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.08;s:5:\"bytes\";i:631;s:11:\"size_before\";i:12427;s:10:\"size_after\";i:11796;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.91;s:5:\"bytes\";i:3376;s:11:\"size_before\";i:57082;s:10:\"size_after\";i:53706;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.83;s:5:\"bytes\";i:7206;s:11:\"size_before\";i:91985;s:10:\"size_after\";i:84779;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.82;s:5:\"bytes\";i:6702;s:11:\"size_before\";i:85723;s:10:\"size_after\";i:79021;s:4:\"time\";d:0.04;}}}'),(26438,8543,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:47:\"2019/09/rainwater-harvesting-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"rainwater-harvesting-Buzz-Caribbean-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:\"rainwater-harvesting-Buzz-Caribbean-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:47:\"rainwater-harvesting-Buzz-Caribbean-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"rainwater-harvesting-Buzz-Caribbean-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"rainwater-harvesting-Buzz-Caribbean-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(26439,8544,'_edit_lock','1568221860:9'),(26440,8544,'_yst_prominent_words_version','1'),(26441,8546,'_wp_attached_file','2019/09/red-bull-culture-clash.jpg'),(26442,8546,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0354607465557444;s:5:\"bytes\";i:6991;s:11:\"size_before\";i:230311;s:10:\"size_after\";i:223320;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.02;s:5:\"bytes\";i:512;s:11:\"size_before\";i:7292;s:10:\"size_after\";i:6780;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:769;s:11:\"size_before\";i:13383;s:10:\"size_after\";i:12614;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.07;s:5:\"bytes\";i:1540;s:11:\"size_before\";i:50140;s:10:\"size_after\";i:48600;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.67;s:5:\"bytes\";i:1998;s:11:\"size_before\";i:74882;s:10:\"size_after\";i:72884;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.57;s:5:\"bytes\";i:2172;s:11:\"size_before\";i:84614;s:10:\"size_after\";i:82442;s:4:\"time\";d:0.04;}}}'),(26443,8546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:34:\"2019/09/red-bull-culture-clash.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"red-bull-culture-clash-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:\"red-bull-culture-clash-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:34:\"red-bull-culture-clash-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:35:\"red-bull-culture-clash-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"red-bull-culture-clash-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(26444,8547,'_wp_attached_file','2019/09/agriculture-watering-plants-Buzz-Caribbean.jpg'),(26445,8547,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:425160;s:11:\"size_before\";i:698780;s:10:\"size_after\";i:273620;}'),(26446,8547,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.266023871735424;s:5:\"bytes\";i:25540;s:11:\"size_before\";i:407595;s:10:\"size_after\";i:382055;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.11;s:5:\"bytes\";i:545;s:11:\"size_before\";i:7663;s:10:\"size_after\";i:7118;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.61;s:5:\"bytes\";i:1132;s:11:\"size_before\";i:17130;s:10:\"size_after\";i:15998;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3;s:5:\"bytes\";i:5577;s:11:\"size_before\";i:88494;s:10:\"size_after\";i:82917;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.15;s:5:\"bytes\";i:8941;s:11:\"size_before\";i:145468;s:10:\"size_after\";i:136527;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.28;s:5:\"bytes\";i:9345;s:11:\"size_before\";i:148840;s:10:\"size_after\";i:139495;s:4:\"time\";d:0.04;}}}'),(26447,8547,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:54:\"2019/09/agriculture-watering-plants-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"agriculture-watering-plants-Buzz-Caribbean-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:54:\"agriculture-watering-plants-Buzz-Caribbean-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:54:\"agriculture-watering-plants-Buzz-Caribbean-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:55:\"agriculture-watering-plants-Buzz-Caribbean-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"agriculture-watering-plants-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(26448,8548,'_wp_attached_file','2019/09/water-truck-rainwater-harvesting-Buzz-Caribbean.jpg'),(26449,8548,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.348416289592759;s:5:\"bytes\";i:369;s:11:\"size_before\";i:4420;s:10:\"size_after\";i:4051;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.35;s:5:\"bytes\";i:369;s:11:\"size_before\";i:4420;s:10:\"size_after\";i:4051;s:4:\"time\";d:0.01;}}}'),(26450,8548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:183;s:4:\"file\";s:59:\"2019/09/water-truck-rainwater-harvesting-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"water-truck-rainwater-harvesting-Buzz-Caribbean-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:{}}}'),(26451,8549,'_wp_attached_file','2019/09/water-truck-rainwater-harvesting-Buzz-Caribbean-1.jpg'),(26452,8549,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:734080;s:11:\"size_before\";i:1029623;s:10:\"size_after\";i:295543;}'),(26453,8549,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.908255477732632;s:5:\"bytes\";i:20862;s:11:\"size_before\";i:425039;s:10:\"size_after\";i:404177;s:4:\"time\";d:0.54;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.18;s:5:\"bytes\";i:477;s:11:\"size_before\";i:7715;s:10:\"size_after\";i:7238;s:4:\"time\";d:0.36;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:959;s:11:\"size_before\";i:16550;s:10:\"size_after\";i:15591;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.09;s:5:\"bytes\";i:4498;s:11:\"size_before\";i:88370;s:10:\"size_after\";i:83872;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.86;s:5:\"bytes\";i:7260;s:11:\"size_before\";i:149238;s:10:\"size_after\";i:141978;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7;s:5:\"bytes\";i:7668;s:11:\"size_before\";i:163166;s:10:\"size_after\";i:155498;s:4:\"time\";d:0.07;}}}'),(26454,8549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:61:\"2019/09/water-truck-rainwater-harvesting-Buzz-Caribbean-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"water-truck-rainwater-harvesting-Buzz-Caribbean-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:61:\"water-truck-rainwater-harvesting-Buzz-Caribbean-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"water-truck-rainwater-harvesting-Buzz-Caribbean-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:62:\"water-truck-rainwater-harvesting-Buzz-Caribbean-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:62:\"water-truck-rainwater-harvesting-Buzz-Caribbean-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(26456,8544,'_thumbnail_id','8546'),(26457,8544,'_edit_last','9'),(26458,8544,'xyz_smap','1'),(26459,8544,'smpush_mute_activated','no'),(26461,8544,'_yoast_wpseo_primary_category','2'),(26462,8544,'_yoast_wpseo_primary_sub-category','14'),(26463,8544,'sponsored_url',''),(26464,8544,'_yoast_wpseo_metadesc','The Red Bull Culture Clash has finally taken the step to come to Jamaica where the sound system culture really began.'),(26465,8544,'_yoast_wpseo_content_score','60'),(26466,8544,'_yoast_wpseo_focuskeywords','[]'),(26467,8544,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26468,8551,'_wp_attached_file','2019/09/irrigation-rainwater-harvesting-Buzz-Caribbean.jpg'),(26469,8551,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.658329187208829;s:5:\"bytes\";i:1251;s:11:\"size_before\";i:22109;s:10:\"size_after\";i:20858;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.63;s:5:\"bytes\";i:405;s:11:\"size_before\";i:7198;s:10:\"size_after\";i:6793;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.67;s:5:\"bytes\";i:846;s:11:\"size_before\";i:14911;s:10:\"size_after\";i:14065;s:4:\"time\";d:0.01;}}}'),(26470,8551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:755;s:6:\"height\";i:440;s:4:\"file\";s:58:\"2019/09/irrigation-rainwater-harvesting-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"irrigation-rainwater-harvesting-Buzz-Caribbean-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:\"irrigation-rainwater-harvesting-Buzz-Caribbean-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;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:{}}}'),(26471,8552,'_wp_attached_file','2019/09/drough-rainwater-harvesting-Buzz-Caribbean.jpg'),(26472,8552,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.4802885854161305;s:5:\"bytes\";i:503;s:11:\"size_before\";i:7762;s:10:\"size_after\";i:7259;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.48;s:5:\"bytes\";i:503;s:11:\"size_before\";i:7762;s:10:\"size_after\";i:7259;s:4:\"time\";d:0.01;}}}'),(26473,8552,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:183;s:4:\"file\";s:54:\"2019/09/drough-rainwater-harvesting-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"drough-rainwater-harvesting-Buzz-Caribbean-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:{}}}'),(26474,8553,'_wp_attached_file','2019/09/soil-erosion-rainwater-harvesting-Buzz-Caribbean.jpg'),(26475,8553,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.457044673539519;s:5:\"bytes\";i:651;s:11:\"size_before\";i:8730;s:10:\"size_after\";i:8079;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.46;s:5:\"bytes\";i:651;s:11:\"size_before\";i:8730;s:10:\"size_after\";i:8079;s:4:\"time\";d:0.01;}}}'),(26476,8553,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:276;s:6:\"height\";i:183;s:4:\"file\";s:60:\"2019/09/soil-erosion-rainwater-harvesting-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"soil-erosion-rainwater-harvesting-Buzz-Caribbean-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:{}}}'),(26477,8554,'_wp_attached_file','2019/09/drought-rainwater-harvesting-Buzz-Caribbean.jpg'),(26478,8554,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.541211347226692;s:5:\"bytes\";i:36981;s:11:\"size_before\";i:565354;s:10:\"size_after\";i:528373;s:4:\"time\";d:0.29;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.31;s:5:\"bytes\";i:643;s:11:\"size_before\";i:8793;s:10:\"size_after\";i:8150;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.15;s:5:\"bytes\";i:1559;s:11:\"size_before\";i:21799;s:10:\"size_after\";i:20240;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.86;s:5:\"bytes\";i:8561;s:11:\"size_before\";i:124790;s:10:\"size_after\";i:116229;s:4:\"time\";d:0.08;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4;s:5:\"bytes\";i:13106;s:11:\"size_before\";i:204651;s:10:\"size_after\";i:191545;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.39;s:5:\"bytes\";i:13112;s:11:\"size_before\";i:205321;s:10:\"size_after\";i:192209;s:4:\"time\";d:0.11;}}}'),(26479,8554,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1180;s:6:\"height\";i:784;s:4:\"file\";s:55:\"2019/09/drought-rainwater-harvesting-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"drought-rainwater-harvesting-Buzz-Caribbean-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:55:\"drought-rainwater-harvesting-Buzz-Caribbean-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"drought-rainwater-harvesting-Buzz-Caribbean-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"drought-rainwater-harvesting-Buzz-Caribbean-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:56:\"drought-rainwater-harvesting-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:13:\"Public Domain\";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:{}}}'),(26480,8555,'_edit_lock','1568223480:9'),(26481,8555,'_yst_prominent_words_version','1'),(26482,8556,'_wp_attached_file','2019/09/mariah-carey-20190911.jpg'),(26483,8556,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.187881746893714;s:5:\"bytes\";i:4203;s:11:\"size_before\";i:100361;s:10:\"size_after\";i:96158;s:4:\"time\";d:0.09;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:509;s:11:\"size_before\";i:8092;s:10:\"size_after\";i:7583;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:881;s:11:\"size_before\";i:16906;s:10:\"size_after\";i:16025;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:2813;s:11:\"size_before\";i:75363;s:10:\"size_after\";i:72550;s:4:\"time\";d:0.06;}}}'),(26484,8556,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:33:\"2019/09/mariah-carey-20190911.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"mariah-carey-20190911-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:\"mariah-carey-20190911-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"mariah-carey-20190911-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(26487,8555,'_thumbnail_id','8556'),(26488,8555,'_edit_last','9'),(26489,8555,'smpush_mute_activated','no'),(26490,8555,'_yoast_wpseo_primary_category','3'),(26491,8555,'_yoast_wpseo_primary_sub-category','6'),(26492,8555,'sponsored_url',''),(26493,8555,'_yoast_wpseo_metadesc','Mariah Carey\'s daughter took her mom on a shopping trip to budget supermarket Target.'),(26494,8555,'_yoast_wpseo_content_score','90'),(26495,8555,'_yoast_wpseo_focuskeywords','[]'),(26496,8555,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26498,8555,'xyz_smap','1'),(26500,8559,'_wp_attached_file','2019/09/leisha-wong-jacqueline-sinclair-festured-image.jpg'),(26501,8559,'wpmf_size','94549'),(26502,8559,'wpmf_filetype','jpg'),(26503,8559,'wpmf_order','0'),(26504,8559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1023;s:6:\"height\";i:469;s:4:\"file\";s:58:\"2019/09/leisha-wong-jacqueline-sinclair-festured-image.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"leisha-wong-jacqueline-sinclair-festured-image-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:\"leisha-wong-jacqueline-sinclair-festured-image-300x138.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"leisha-wong-jacqueline-sinclair-festured-image-768x352.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(26505,8559,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9195372969294886;s:5:\"bytes\";i:1373;s:11:\"size_before\";i:47028;s:10:\"size_after\";i:45655;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.09;s:5:\"bytes\";i:308;s:11:\"size_before\";i:6047;s:10:\"size_after\";i:5739;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.14;s:5:\"bytes\";i:369;s:11:\"size_before\";i:8907;s:10:\"size_after\";i:8538;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.17;s:5:\"bytes\";i:696;s:11:\"size_before\";i:32074;s:10:\"size_after\";i:31378;s:4:\"time\";d:0.05;}}}'),(26508,8560,'_edit_lock','1568224950:9'),(26509,8560,'_yst_prominent_words_version','1'),(26510,8561,'_wp_attached_file','2019/09/kingston-mayor-delroy-williams.jpg'),(26511,8561,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:639390;s:11:\"size_before\";i:775257;s:10:\"size_after\";i:135867;}'),(26512,8561,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.3088476418768584;s:5:\"bytes\";i:5365;s:11:\"size_before\";i:232367;s:10:\"size_after\";i:227002;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3;s:5:\"bytes\";i:493;s:11:\"size_before\";i:7830;s:10:\"size_after\";i:7337;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.73;s:5:\"bytes\";i:650;s:11:\"size_before\";i:13729;s:10:\"size_after\";i:13079;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.31;s:5:\"bytes\";i:1195;s:11:\"size_before\";i:51770;s:10:\"size_after\";i:50575;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.99;s:5:\"bytes\";i:1578;s:11:\"size_before\";i:79123;s:10:\"size_after\";i:77545;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.81;s:5:\"bytes\";i:1449;s:11:\"size_before\";i:79915;s:10:\"size_after\";i:78466;s:4:\"time\";d:0.05;}}}'),(26513,8561,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:943;s:4:\"file\";s:42:\"2019/09/kingston-mayor-delroy-williams.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"kingston-mayor-delroy-williams-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:42:\"kingston-mayor-delroy-williams-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"kingston-mayor-delroy-williams-768x483.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:483;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"kingston-mayor-delroy-williams-1024x644.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"kingston-mayor-delroy-williams-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(26514,8560,'_thumbnail_id','8561'),(26515,8560,'_edit_last','9'),(26516,8560,'smpush_mute_activated','no'),(26517,8560,'_yoast_wpseo_primary_category','4'),(26518,8560,'_yoast_wpseo_primary_sub-category','14'),(26519,8560,'sponsored_url',''),(26520,8560,'_yoast_wpseo_metadesc','Representatives of the Kingston and St Andrew Municipal Corporation (KSAMC) are set to meet with party promoters to discuss issues regarding the staging of entertainment events.'),(26521,8560,'_yoast_wpseo_content_score','60'),(26522,8560,'_yoast_wpseo_focuskeywords','[]'),(26523,8560,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26525,8560,'xyz_smap','1'),(26527,8563,'_edit_lock','1568230132:9'),(26528,8563,'_yst_prominent_words_version','1'),(26530,8537,'_thumbnail_id','8554'),(26531,8565,'_edit_lock','1568228930:11'),(26532,8565,'_yst_prominent_words_version','1'),(26533,8566,'_wp_attached_file','2019/09/e-cigarette-vaping-adult-baseball-cap-bearded-man-2605589.jpg'),(26534,8566,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.969884386212544;s:5:\"bytes\";i:9225;s:11:\"size_before\";i:185618;s:10:\"size_after\";i:176393;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.65;s:5:\"bytes\";i:316;s:11:\"size_before\";i:5593;s:10:\"size_after\";i:5277;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.06;s:5:\"bytes\";i:492;s:11:\"size_before\";i:9731;s:10:\"size_after\";i:9239;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7;s:5:\"bytes\";i:1907;s:11:\"size_before\";i:40612;s:10:\"size_after\";i:38705;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.98;s:5:\"bytes\";i:3230;s:11:\"size_before\";i:64838;s:10:\"size_after\";i:61608;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.06;s:5:\"bytes\";i:3280;s:11:\"size_before\";i:64844;s:10:\"size_after\";i:61564;s:4:\"time\";d:0.03;}}}'),(26535,8566,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:69:\"2019/09/e-cigarette-vaping-adult-baseball-cap-bearded-man-2605589.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:69:\"e-cigarette-vaping-adult-baseball-cap-bearded-man-2605589-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:69:\"e-cigarette-vaping-adult-baseball-cap-bearded-man-2605589-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:69:\"e-cigarette-vaping-adult-baseball-cap-bearded-man-2605589-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:70:\"e-cigarette-vaping-adult-baseball-cap-bearded-man-2605589-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:70:\"e-cigarette-vaping-adult-baseball-cap-bearded-man-2605589-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(26536,8563,'_thumbnail_id','8566'),(26537,8563,'_edit_last','9'),(26538,8563,'smpush_mute_activated','no'),(26539,8563,'_yoast_wpseo_primary_category','3'),(26540,8563,'_yoast_wpseo_primary_sub-category','11'),(26541,8563,'sponsored_url',''),(26542,8563,'_yoast_wpseo_content_score','30'),(26543,8563,'_yoast_wpseo_focuskeywords','[]'),(26544,8563,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26546,8563,'xyz_smap','1'),(26548,8568,'_wp_attached_file','2019/09/peter-phillips-PNP-press-conference.jpg'),(26549,8568,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:615207;s:11:\"size_before\";i:784208;s:10:\"size_after\";i:169001;}'),(26550,8568,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1672472754003005;s:5:\"bytes\";i:7928;s:11:\"size_before\";i:250312;s:10:\"size_after\";i:242384;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.38;s:5:\"bytes\";i:456;s:11:\"size_before\";i:7142;s:10:\"size_after\";i:6686;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57;s:5:\"bytes\";i:647;s:11:\"size_before\";i:14173;s:10:\"size_after\";i:13526;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.85;s:5:\"bytes\";i:1575;s:11:\"size_before\";i:55311;s:10:\"size_after\";i:53736;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:2598;s:11:\"size_before\";i:87876;s:10:\"size_after\";i:85278;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.09;s:5:\"bytes\";i:2652;s:11:\"size_before\";i:85810;s:10:\"size_after\";i:83158;s:4:\"time\";d:0.1;}}}'),(26551,8568,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:47:\"2019/09/peter-phillips-PNP-press-conference.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"peter-phillips-PNP-press-conference-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:\"peter-phillips-PNP-press-conference-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:47:\"peter-phillips-PNP-press-conference-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:48:\"peter-phillips-PNP-press-conference-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"peter-phillips-PNP-press-conference-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS Rebel T6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568198425\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"109\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(26552,8569,'_wp_attached_file','2019/09/dr-phillips-press-conference.jpg'),(26553,8569,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:750512;s:11:\"size_before\";i:983906;s:10:\"size_after\";i:233394;}'),(26554,8569,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4887955660259253;s:5:\"bytes\";i:12262;s:11:\"size_before\";i:351468;s:10:\"size_after\";i:339206;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.28;s:5:\"bytes\";i:502;s:11:\"size_before\";i:7993;s:10:\"size_after\";i:7491;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.82;s:5:\"bytes\";i:1039;s:11:\"size_before\";i:17867;s:10:\"size_after\";i:16828;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.42;s:5:\"bytes\";i:2671;s:11:\"size_before\";i:78084;s:10:\"size_after\";i:75413;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.19;s:5:\"bytes\";i:3963;s:11:\"size_before\";i:124062;s:10:\"size_after\";i:120099;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.31;s:5:\"bytes\";i:4087;s:11:\"size_before\";i:123462;s:10:\"size_after\";i:119375;s:4:\"time\";d:0.05;}}}'),(26555,8569,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:40:\"2019/09/dr-phillips-press-conference.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"dr-phillips-press-conference-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:\"dr-phillips-press-conference-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:40:\"dr-phillips-press-conference-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:41:\"dr-phillips-press-conference-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"dr-phillips-press-conference-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS Rebel T6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568196937\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(26557,8565,'_thumbnail_id','8568'),(26558,8565,'_edit_last','11'),(26559,8565,'xyz_smap','1'),(26560,8565,'smpush_mute_activated','no'),(26562,8565,'_yoast_wpseo_primary_category','4'),(26563,8565,'_yoast_wpseo_primary_sub-category','15'),(26564,8565,'sponsored_url',''),(26565,8565,'_yoast_wpseo_content_score','60'),(26566,8565,'_yoast_wpseo_focuskeywords','[]'),(26567,8565,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26570,8573,'_edit_lock','1568316481:4'),(26571,8573,'_yst_prominent_words_version','1'),(26572,8574,'_edit_lock','1568230867:13'),(26573,8574,'_yst_prominent_words_version','1'),(26574,8575,'_edit_lock','1568231541:9'),(26575,8575,'_yst_prominent_words_version','1'),(26576,8576,'_wp_attached_file','2019/09/hill-vision-Jahvi.jpg'),(26577,8576,'wpmf_size','239572'),(26578,8576,'wpmf_filetype','jpg'),(26579,8576,'wpmf_order','0'),(26580,8576,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:914;s:4:\"file\";s:29:\"2019/09/hill-vision-Jahvi.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"hill-vision-Jahvi-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:\"hill-vision-Jahvi-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"hill-vision-Jahvi-768x548.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"hill-vision-Jahvi-1024x731.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:731;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"hill-vision-Jahvi-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(26581,8576,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.4829809524346915;s:5:\"bytes\";i:34468;s:11:\"size_before\";i:531669;s:10:\"size_after\";i:497201;s:4:\"time\";d:0.24;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.94;s:5:\"bytes\";i:921;s:11:\"size_before\";i:11600;s:10:\"size_after\";i:10679;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.85;s:5:\"bytes\";i:2231;s:11:\"size_before\";i:28422;s:10:\"size_after\";i:26191;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.86;s:5:\"bytes\";i:8527;s:11:\"size_before\";i:124378;s:10:\"size_after\";i:115851;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3;s:5:\"bytes\";i:11868;s:11:\"size_before\";i:188379;s:10:\"size_after\";i:176511;s:4:\"time\";d:0.11;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1;s:5:\"bytes\";i:10921;s:11:\"size_before\";i:178890;s:10:\"size_after\";i:167969;s:4:\"time\";d:0.06;}}}'),(26582,8577,'_wp_attached_file','2019/09/hill-vision-chingggg.jpg'),(26583,8577,'wpmf_size','235538'),(26584,8577,'wpmf_filetype','jpg'),(26585,8577,'wpmf_order','0'),(26586,8577,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:914;s:4:\"file\";s:32:\"2019/09/hill-vision-chingggg.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"hill-vision-chingggg-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:\"hill-vision-chingggg-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"hill-vision-chingggg-768x548.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"hill-vision-chingggg-1024x731.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:731;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"hill-vision-chingggg-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(26587,8577,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.4390740815205;s:5:\"bytes\";i:33628;s:11:\"size_before\";i:522249;s:10:\"size_after\";i:488621;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.39;s:5:\"bytes\";i:982;s:11:\"size_before\";i:11702;s:10:\"size_after\";i:10720;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8;s:5:\"bytes\";i:2180;s:11:\"size_before\";i:27953;s:10:\"size_after\";i:25773;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.65;s:5:\"bytes\";i:8084;s:11:\"size_before\";i:121544;s:10:\"size_after\";i:113460;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.35;s:5:\"bytes\";i:11670;s:11:\"size_before\";i:183700;s:10:\"size_after\";i:172030;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:10712;s:11:\"size_before\";i:177350;s:10:\"size_after\";i:166638;s:4:\"time\";d:0.04;}}}'),(26588,8574,'_thumbnail_id','8576'),(26589,8574,'_edit_last','13'),(26590,8574,'smpush_mute_activated','no'),(26591,8574,'_yoast_wpseo_primary_out-category','25'),(26592,8574,'_yoast_wpseo_primary_location','33'),(26593,8574,'out_date','2019-09-14'),(26594,8574,'out_time','11:00 PM'),(26595,8574,'out_address','Pine Ridge, Stony Hill, St Andrew '),(26596,8574,'out_description','First time in the hills! '),(26597,8574,'out_mapurl','https://www.google.com/maps/search/pine+ridge+stony+hill/@18.0774054,-76.8058921,15z/data=!3m1!4b1'),(26598,8574,'post_gallery_id','a:2:{i:0;s:4:\"8577\";i:1;s:4:\"8576\";}'),(26599,8574,'_yoast_wpseo_content_score','30'),(26600,8574,'_yoast_wpseo_focuskeywords','[]'),(26601,8574,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26602,8575,'_edit_last','9'),(26603,8575,'smpush_mute_activated','no'),(26604,8575,'_yoast_wpseo_primary_category','4'),(26605,8575,'_yoast_wpseo_primary_sub-category','5'),(26606,8575,'sponsored_url',''),(26607,8575,'_yoast_wpseo_content_score','90'),(26608,8575,'_yoast_wpseo_focuskeywords','[]'),(26609,8575,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26611,8575,'_thumbnail_id','8043'),(26612,8575,'xyz_smap','1'),(26614,8579,'_wp_attached_file','2019/09/Fort-Clarence-Guardsman-Renovation-Buzz-Caribeban.jpg'),(26615,8579,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:165268;s:11:\"size_before\";i:432374;s:10:\"size_after\";i:267106;}'),(26616,8579,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.777552704629005;s:5:\"bytes\";i:19104;s:11:\"size_before\";i:399870;s:10:\"size_after\";i:380766;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2;s:5:\"bytes\";i:464;s:11:\"size_before\";i:7488;s:10:\"size_after\";i:7024;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.36;s:5:\"bytes\";i:933;s:11:\"size_before\";i:17410;s:10:\"size_after\";i:16477;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.77;s:5:\"bytes\";i:4168;s:11:\"size_before\";i:87426;s:10:\"size_after\";i:83258;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.73;s:5:\"bytes\";i:6781;s:11:\"size_before\";i:143211;s:10:\"size_after\";i:136430;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.68;s:5:\"bytes\";i:6758;s:11:\"size_before\";i:144335;s:10:\"size_after\";i:137577;s:4:\"time\";d:0.07;}}}'),(26617,8579,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:61:\"2019/09/Fort-Clarence-Guardsman-Renovation-Buzz-Caribeban.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Fort-Clarence-Guardsman-Renovation-Buzz-Caribeban-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:61:\"Fort-Clarence-Guardsman-Renovation-Buzz-Caribeban-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:61:\"Fort-Clarence-Guardsman-Renovation-Buzz-Caribeban-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:62:\"Fort-Clarence-Guardsman-Renovation-Buzz-Caribeban-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:62:\"Fort-Clarence-Guardsman-Renovation-Buzz-Caribeban-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"13\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568203595\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(26618,8580,'_wp_attached_file','2019/09/Repairs-For-Fort-Clarence-Buzz-Caribbean.jpg'),(26619,8580,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:247206;s:11:\"size_before\";i:450451;s:10:\"size_after\";i:203245;}'),(26620,8580,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9723395567099336;s:5:\"bytes\";i:11868;s:11:\"size_before\";i:298766;s:10:\"size_after\";i:286898;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.06;s:5:\"bytes\";i:219;s:11:\"size_before\";i:5389;s:10:\"size_after\";i:5170;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.43;s:5:\"bytes\";i:587;s:11:\"size_before\";i:13247;s:10:\"size_after\";i:12660;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.88;s:5:\"bytes\";i:2516;s:11:\"size_before\";i:64786;s:10:\"size_after\";i:62270;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95;s:5:\"bytes\";i:4218;s:11:\"size_before\";i:106891;s:10:\"size_after\";i:102673;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.99;s:5:\"bytes\";i:4328;s:11:\"size_before\";i:108453;s:10:\"size_after\";i:104125;s:4:\"time\";d:0.03;}}}'),(26621,8580,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:52:\"2019/09/Repairs-For-Fort-Clarence-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Repairs-For-Fort-Clarence-Buzz-Caribbean-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:52:\"Repairs-For-Fort-Clarence-Buzz-Caribbean-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:52:\"Repairs-For-Fort-Clarence-Buzz-Caribbean-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:53:\"Repairs-For-Fort-Clarence-Buzz-Caribbean-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"Repairs-For-Fort-Clarence-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568203598\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(26622,8581,'_wp_attached_file','2019/09/Repairs-Needed-Fort-Carence-Buzz-Caribbean.jpg'),(26623,8581,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:220896;s:11:\"size_before\";i:451011;s:10:\"size_after\";i:230115;}'),(26624,8581,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.1709795837176085;s:5:\"bytes\";i:17157;s:11:\"size_before\";i:331794;s:10:\"size_after\";i:314637;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.52;s:5:\"bytes\";i:228;s:11:\"size_before\";i:5049;s:10:\"size_after\";i:4821;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.01;s:5:\"bytes\";i:697;s:11:\"size_before\";i:13916;s:10:\"size_after\";i:13219;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:3799;s:11:\"size_before\";i:72412;s:10:\"size_after\";i:68613;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19;s:5:\"bytes\";i:6273;s:11:\"size_before\";i:120832;s:10:\"size_after\";i:114559;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.15;s:5:\"bytes\";i:6160;s:11:\"size_before\";i:119585;s:10:\"size_after\";i:113425;s:4:\"time\";d:0.04;}}}'),(26625,8581,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:54:\"2019/09/Repairs-Needed-Fort-Carence-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Repairs-Needed-Fort-Carence-Buzz-Caribbean-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:54:\"Repairs-Needed-Fort-Carence-Buzz-Caribbean-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:54:\"Repairs-Needed-Fort-Carence-Buzz-Caribbean-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:55:\"Repairs-Needed-Fort-Carence-Buzz-Caribbean-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"Repairs-Needed-Fort-Carence-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"13\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568203604\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(26626,8582,'_wp_attached_file','2019/09/Repairs-Structure-Fort-Clarence-Buzz-Caribbean.jpg'),(26627,8582,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:216007;s:11:\"size_before\";i:447301;s:10:\"size_after\";i:231294;}'),(26628,8582,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.050216320014807;s:5:\"bytes\";i:14005;s:11:\"size_before\";i:345784;s:10:\"size_after\";i:331779;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.69;s:5:\"bytes\";i:307;s:11:\"size_before\";i:6548;s:10:\"size_after\";i:6241;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.82;s:5:\"bytes\";i:780;s:11:\"size_before\";i:16188;s:10:\"size_after\";i:15408;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.13;s:5:\"bytes\";i:3145;s:11:\"size_before\";i:76228;s:10:\"size_after\";i:73083;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.97;s:5:\"bytes\";i:4920;s:11:\"size_before\";i:123981;s:10:\"size_after\";i:119061;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95;s:5:\"bytes\";i:4853;s:11:\"size_before\";i:122839;s:10:\"size_after\";i:117986;s:4:\"time\";d:0.06;}}}'),(26629,8582,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:58:\"2019/09/Repairs-Structure-Fort-Clarence-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"Repairs-Structure-Fort-Clarence-Buzz-Caribbean-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:\"Repairs-Structure-Fort-Clarence-Buzz-Caribbean-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:58:\"Repairs-Structure-Fort-Clarence-Buzz-Caribbean-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:59:\"Repairs-Structure-Fort-Clarence-Buzz-Caribbean-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:59:\"Repairs-Structure-Fort-Clarence-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568203606\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(26630,8583,'_wp_attached_file','2019/09/Shower-Area-Fort-Clarence-Buzz-Caribbean.jpg'),(26631,8583,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:256599;s:11:\"size_before\";i:569485;s:10:\"size_after\";i:312886;}'),(26632,8583,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.224323005877965;s:5:\"bytes\";i:23882;s:11:\"size_before\";i:457131;s:10:\"size_after\";i:433249;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.45;s:5:\"bytes\";i:505;s:11:\"size_before\";i:7829;s:10:\"size_after\";i:7324;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.41;s:5:\"bytes\";i:1276;s:11:\"size_before\";i:19900;s:10:\"size_after\";i:18624;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:5659;s:11:\"size_before\";i:102166;s:10:\"size_after\";i:96507;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12;s:5:\"bytes\";i:8579;s:11:\"size_before\";i:167514;s:10:\"size_after\";i:158935;s:4:\"time\";d:0.08;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.92;s:5:\"bytes\";i:7863;s:11:\"size_before\";i:159722;s:10:\"size_after\";i:151859;s:4:\"time\";d:0.05;}}}'),(26633,8583,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:52:\"2019/09/Shower-Area-Fort-Clarence-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Shower-Area-Fort-Clarence-Buzz-Caribbean-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:52:\"Shower-Area-Fort-Clarence-Buzz-Caribbean-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:52:\"Shower-Area-Fort-Clarence-Buzz-Caribbean-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:53:\"Shower-Area-Fort-Clarence-Buzz-Caribbean-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"Shower-Area-Fort-Clarence-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568203601\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(26634,8584,'_wp_attached_file','2019/09/Structures-Fort-Clarence-Guardsman-Buzz-Caribbean.jpg'),(26635,8584,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:266836;s:11:\"size_before\";i:471888;s:10:\"size_after\";i:205052;}'),(26636,8584,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.572208233745319;s:5:\"bytes\";i:14309;s:11:\"size_before\";i:312956;s:10:\"size_after\";i:298647;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.98;s:5:\"bytes\";i:404;s:11:\"size_before\";i:5788;s:10:\"size_after\";i:5384;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.85;s:5:\"bytes\";i:869;s:11:\"size_before\";i:14864;s:10:\"size_after\";i:13995;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.88;s:5:\"bytes\";i:3394;s:11:\"size_before\";i:69567;s:10:\"size_after\";i:66173;s:4:\"time\";d:0.08;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.34;s:5:\"bytes\";i:4871;s:11:\"size_before\";i:112227;s:10:\"size_after\";i:107356;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.32;s:5:\"bytes\";i:4771;s:11:\"size_before\";i:110510;s:10:\"size_after\";i:105739;s:4:\"time\";d:0.04;}}}'),(26637,8584,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:61:\"2019/09/Structures-Fort-Clarence-Guardsman-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Structures-Fort-Clarence-Guardsman-Buzz-Caribbean-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:61:\"Structures-Fort-Clarence-Guardsman-Buzz-Caribbean-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:61:\"Structures-Fort-Clarence-Guardsman-Buzz-Caribbean-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:62:\"Structures-Fort-Clarence-Guardsman-Buzz-Caribbean-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:62:\"Structures-Fort-Clarence-Guardsman-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"13\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568203608\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(26638,8585,'_wp_attached_file','2019/09/Fort-Clarence-Guardsman-Buzz-Caribbean.jpg'),(26639,8585,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:255778;s:11:\"size_before\";i:479063;s:10:\"size_after\";i:223285;}'),(26640,8585,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.372764183035224;s:5:\"bytes\";i:20907;s:11:\"size_before\";i:328068;s:10:\"size_after\";i:307161;s:4:\"time\";d:0.51;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.63;s:5:\"bytes\";i:357;s:11:\"size_before\";i:5382;s:10:\"size_after\";i:5025;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.23;s:5:\"bytes\";i:833;s:11:\"size_before\";i:13370;s:10:\"size_after\";i:12537;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.49;s:5:\"bytes\";i:4651;s:11:\"size_before\";i:71704;s:10:\"size_after\";i:67053;s:4:\"time\";d:0.38;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.34;s:5:\"bytes\";i:7497;s:11:\"size_before\";i:118282;s:10:\"size_after\";i:110785;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.34;s:5:\"bytes\";i:7569;s:11:\"size_before\";i:119330;s:10:\"size_after\";i:111761;s:4:\"time\";d:0.04;}}}'),(26641,8585,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:50:\"2019/09/Fort-Clarence-Guardsman-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Fort-Clarence-Guardsman-Buzz-Caribbean-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:50:\"Fort-Clarence-Guardsman-Buzz-Caribbean-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:50:\"Fort-Clarence-Guardsman-Buzz-Caribbean-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:51:\"Fort-Clarence-Guardsman-Buzz-Caribbean-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"Fort-Clarence-Guardsman-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568203560\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(26642,8586,'_wp_attached_file','2019/09/DSC_6503.jpg'),(26643,8586,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:207499;s:11:\"size_before\";i:573650;s:10:\"size_after\";i:366151;}'),(26644,8586,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.365267049822456;s:5:\"bytes\";i:34776;s:11:\"size_before\";i:546340;s:10:\"size_after\";i:511564;s:4:\"time\";d:0.16999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.02;s:5:\"bytes\";i:762;s:11:\"size_before\";i:9500;s:10:\"size_after\";i:8738;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.24;s:5:\"bytes\";i:1605;s:11:\"size_before\";i:22158;s:10:\"size_after\";i:20553;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.55;s:5:\"bytes\";i:7864;s:11:\"size_before\";i:120103;s:10:\"size_after\";i:112239;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.16;s:5:\"bytes\";i:12099;s:11:\"size_before\";i:196533;s:10:\"size_after\";i:184434;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.28;s:5:\"bytes\";i:12446;s:11:\"size_before\";i:198046;s:10:\"size_after\";i:185600;s:4:\"time\";d:0.05;}}}'),(26645,8586,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2019/09/DSC_6503.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_6503-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:\"DSC_6503-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:20:\"DSC_6503-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:21:\"DSC_6503-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_6503-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568203575\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(26646,8587,'_wp_attached_file','2019/09/Sargassum-Fort-Clarence-Guardsman.jpg'),(26647,8587,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:159817;s:11:\"size_before\";i:453641;s:10:\"size_after\";i:293824;}'),(26648,8587,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.613683515654469;s:5:\"bytes\";i:23811;s:11:\"size_before\";i:424160;s:10:\"size_after\";i:400349;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.49;s:5:\"bytes\";i:488;s:11:\"size_before\";i:7518;s:10:\"size_after\";i:7030;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:1022;s:11:\"size_before\";i:16934;s:10:\"size_after\";i:15912;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.66;s:5:\"bytes\";i:5227;s:11:\"size_before\";i:92358;s:10:\"size_after\";i:87131;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.59;s:5:\"bytes\";i:8631;s:11:\"size_before\";i:154381;s:10:\"size_after\";i:145750;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.52;s:5:\"bytes\";i:8443;s:11:\"size_before\";i:152969;s:10:\"size_after\";i:144526;s:4:\"time\";d:0.05;}}}'),(26649,8587,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:45:\"2019/09/Sargassum-Fort-Clarence-Guardsman.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Sargassum-Fort-Clarence-Guardsman-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:45:\"Sargassum-Fort-Clarence-Guardsman-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:45:\"Sargassum-Fort-Clarence-Guardsman-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:46:\"Sargassum-Fort-Clarence-Guardsman-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Sargassum-Fort-Clarence-Guardsman-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568203587\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:6:\"0.0004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(26650,8588,'_edit_lock','1568305906:16'),(26651,8588,'_yst_prominent_words_version','1'),(26653,8573,'_thumbnail_id','8587'),(26654,8573,'_edit_last','4'),(26655,8573,'xyz_smap','1'),(26656,8573,'smpush_mute_activated','no'),(26658,8573,'_yoast_wpseo_primary_category','4'),(26659,8573,'_yoast_wpseo_content_score','30'),(26660,8573,'_yoast_wpseo_focuskeywords','[]'),(26661,8573,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26662,8590,'_wp_attached_file','2019/09/fireside-chat-series.jpg'),(26663,8590,'wpmf_size','90213'),(26664,8590,'wpmf_filetype','jpg'),(26665,8590,'wpmf_order','0'),(26666,8590,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:355;s:4:\"file\";s:32:\"2019/09/fireside-chat-series.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"fireside-chat-series-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:\"fireside-chat-series-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"fireside-chat-series-768x284.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(26667,8590,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.92558977876318;s:5:\"bytes\";i:3088;s:11:\"size_before\";i:62693;s:10:\"size_after\";i:59605;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12;s:5:\"bytes\";i:418;s:11:\"size_before\";i:6833;s:10:\"size_after\";i:6415;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.22;s:5:\"bytes\";i:703;s:11:\"size_before\";i:11297;s:10:\"size_after\";i:10594;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.41;s:5:\"bytes\";i:1967;s:11:\"size_before\";i:44563;s:10:\"size_after\";i:42596;s:4:\"time\";d:0.02;}}}'),(26668,8590,'_wpmf_gallery_custom_image_link',''),(26669,8590,'_wpmf_gallery_custom_image_link',''),(26670,8590,'_gallery_link_target','_blank'),(26671,8590,'_gallery_link_target',''),(26672,8591,'_wp_attached_file','2019/09/fireside-chat-series-1.jpg'),(26673,8591,'wpmf_size','90213'),(26674,8591,'wpmf_filetype','jpg'),(26675,8591,'wpmf_order','0'),(26676,8591,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:355;s:4:\"file\";s:34:\"2019/09/fireside-chat-series-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"fireside-chat-series-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:\"fireside-chat-series-1-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"fireside-chat-series-1-768x284.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(26677,8591,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.92558977876318;s:5:\"bytes\";i:3088;s:11:\"size_before\";i:62693;s:10:\"size_after\";i:59605;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12;s:5:\"bytes\";i:418;s:11:\"size_before\";i:6833;s:10:\"size_after\";i:6415;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.22;s:5:\"bytes\";i:703;s:11:\"size_before\";i:11297;s:10:\"size_after\";i:10594;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.41;s:5:\"bytes\";i:1967;s:11:\"size_before\";i:44563;s:10:\"size_after\";i:42596;s:4:\"time\";d:0.03;}}}'),(26678,8592,'_wp_attached_file','2019/09/kamila-mcdonald-fire-series.jpg'),(26679,8592,'wpmf_size','163388'),(26680,8592,'wpmf_filetype','jpg'),(26681,8592,'wpmf_order','0'),(26682,8592,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:39:\"2019/09/kamila-mcdonald-fire-series.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"kamila-mcdonald-fire-series-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:\"kamila-mcdonald-fire-series-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"kamila-mcdonald-fire-series-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"kamila-mcdonald-fire-series-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(26683,8592,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.003169316944406;s:5:\"bytes\";i:9448;s:11:\"size_before\";i:236013;s:10:\"size_after\";i:226565;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3;s:5:\"bytes\";i:518;s:11:\"size_before\";i:8219;s:10:\"size_after\";i:7701;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.05;s:5:\"bytes\";i:1211;s:11:\"size_before\";i:23958;s:10:\"size_after\";i:22747;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.68;s:5:\"bytes\";i:3495;s:11:\"size_before\";i:95006;s:10:\"size_after\";i:91511;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.88;s:5:\"bytes\";i:4224;s:11:\"size_before\";i:108830;s:10:\"size_after\";i:104606;s:4:\"time\";d:0.08;}}}'),(26684,8593,'_edit_lock','1568232640:9'),(26685,8593,'_yst_prominent_words_version','1'),(26688,8596,'_edit_lock','1568232964:11'),(26689,8596,'_yst_prominent_words_version','1'),(26690,8597,'_wp_attached_file','2019/09/Wayne-Messam-US-Presidential-Candidate-Buzz-Jamaica.jpg'),(26691,8597,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1307890;s:11:\"size_before\";i:1511979;s:10:\"size_after\";i:204089;}'),(26692,8597,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3288887443494097;s:5:\"bytes\";i:10236;s:11:\"size_before\";i:307490;s:10:\"size_after\";i:297254;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:441;s:11:\"size_before\";i:7615;s:10:\"size_after\";i:7174;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87;s:5:\"bytes\";i:770;s:11:\"size_before\";i:15823;s:10:\"size_after\";i:15053;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.16;s:5:\"bytes\";i:2195;s:11:\"size_before\";i:69508;s:10:\"size_after\";i:67313;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.18;s:5:\"bytes\";i:3486;s:11:\"size_before\";i:109643;s:10:\"size_after\";i:106157;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.19;s:5:\"bytes\";i:3344;s:11:\"size_before\";i:104901;s:10:\"size_after\";i:101557;s:4:\"time\";d:0.05;}}}'),(26693,8597,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1032;s:4:\"file\";s:63:\"2019/09/Wayne-Messam-US-Presidential-Candidate-Buzz-Jamaica.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"Wayne-Messam-US-Presidential-Candidate-Buzz-Jamaica-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:63:\"Wayne-Messam-US-Presidential-Candidate-Buzz-Jamaica-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:63:\"Wayne-Messam-US-Presidential-Candidate-Buzz-Jamaica-768x529.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:529;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:64:\"Wayne-Messam-US-Presidential-Candidate-Buzz-Jamaica-1024x705.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:64:\"Wayne-Messam-US-Presidential-Candidate-Buzz-Jamaica-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(26694,8598,'_wp_attached_file','2019/09/Wayne-Messam-US-Presidential-Candidate-Buzz.jpg'),(26695,8598,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:968620;s:11:\"size_before\";i:1154868;s:10:\"size_after\";i:186248;}'),(26696,8598,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.999604628089309;s:5:\"bytes\";i:8042;s:11:\"size_before\";i:268102;s:10:\"size_after\";i:260060;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.51;s:5:\"bytes\";i:289;s:11:\"size_before\";i:6401;s:10:\"size_after\";i:6112;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.65;s:5:\"bytes\";i:520;s:11:\"size_before\";i:14263;s:10:\"size_after\";i:13743;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.67;s:5:\"bytes\";i:1613;s:11:\"size_before\";i:60483;s:10:\"size_after\";i:58870;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.02;s:5:\"bytes\";i:2925;s:11:\"size_before\";i:96750;s:10:\"size_after\";i:93825;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.99;s:5:\"bytes\";i:2695;s:11:\"size_before\";i:90205;s:10:\"size_after\";i:87510;s:4:\"time\";d:0.04;}}}'),(26697,8598,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1089;s:4:\"file\";s:55:\"2019/09/Wayne-Messam-US-Presidential-Candidate-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Wayne-Messam-US-Presidential-Candidate-Buzz-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:55:\"Wayne-Messam-US-Presidential-Candidate-Buzz-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Wayne-Messam-US-Presidential-Candidate-Buzz-768x557.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Wayne-Messam-US-Presidential-Candidate-Buzz-1024x743.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:743;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:56:\"Wayne-Messam-US-Presidential-Candidate-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(26698,8588,'_thumbnail_id','8612'),(26699,8588,'_edit_last','13'),(26700,8588,'smpush_mute_activated','no'),(26701,8588,'_yoast_wpseo_primary_out-category','27'),(26702,8588,'_yoast_wpseo_primary_location','33'),(26703,8588,'out_date','2019-09-11'),(26704,8588,'out_time','06:30 PM'),(26705,8588,'out_address','CoWork Ja, 115 Hope Rd, Kingston'),(26706,8588,'out_description','Do they really prefer Instagram to Facebook, and which channels yield the highest engagement rates? Find out at the 1st Fireside Chat with influencers. '),(26707,8588,'out_mapurl','https://www.google.com/maps/place/115+Hope+Rd,+Kingston/@18.0203629,-76.7702806,19z/data=!4m13!1m7!3m6!1s0x8edb3efce7f68257:0x4beadfae1d0d38e!2s115+Hope+Rd,+Kingston!3b1!8m2!3d18.0203629!4d-76.7697334!3m4!1s0x8edb3efce7f68257:0x4beadfae1d0d38e!8m2!3d18.0203629!4d-76.7697334'),(26708,8588,'post_gallery_id','a:2:{i:0;s:4:\"8592\";i:1;s:4:\"8591\";}'),(26709,8588,'_yoast_wpseo_focuskw','influencer'),(26710,8588,'_yoast_wpseo_linkdex','34'),(26711,8588,'_yoast_wpseo_content_score','30'),(26712,8588,'_yoast_wpseo_focuskeywords','[]'),(26713,8588,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26714,8599,'_wp_attached_file','2019/09/peter-phillips-AH-20190911.jpg'),(26715,8599,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.6209977626277388;s:5:\"bytes\";i:7558;s:11:\"size_before\";i:208727;s:10:\"size_after\";i:201169;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.98;s:5:\"bytes\";i:278;s:11:\"size_before\";i:5582;s:10:\"size_after\";i:5304;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.56;s:5:\"bytes\";i:401;s:11:\"size_before\";i:11253;s:10:\"size_after\";i:10852;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6;s:5:\"bytes\";i:1153;s:11:\"size_before\";i:44281;s:10:\"size_after\";i:43128;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8;s:5:\"bytes\";i:2807;s:11:\"size_before\";i:73841;s:10:\"size_after\";i:71034;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:2919;s:11:\"size_before\";i:73770;s:10:\"size_after\";i:70851;s:4:\"time\";d:0.07;}}}'),(26716,8599,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:38:\"2019/09/peter-phillips-AH-20190911.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"peter-phillips-AH-20190911-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:\"peter-phillips-AH-20190911-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:38:\"peter-phillips-AH-20190911-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:39:\"peter-phillips-AH-20190911-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"peter-phillips-AH-20190911-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS Rebel T6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568128306\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"184\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(26717,8600,'_wp_attached_file','2019/09/Wayne-Messam-US-Presidential-Candidate-Buzz-Jamaica-1.jpg'),(26718,8600,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1307890;s:11:\"size_before\";i:1511979;s:10:\"size_after\";i:204089;}'),(26719,8600,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3288887443494097;s:5:\"bytes\";i:10236;s:11:\"size_before\";i:307490;s:10:\"size_after\";i:297254;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:441;s:11:\"size_before\";i:7615;s:10:\"size_after\";i:7174;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87;s:5:\"bytes\";i:770;s:11:\"size_before\";i:15823;s:10:\"size_after\";i:15053;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.16;s:5:\"bytes\";i:2195;s:11:\"size_before\";i:69508;s:10:\"size_after\";i:67313;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.18;s:5:\"bytes\";i:3486;s:11:\"size_before\";i:109643;s:10:\"size_after\";i:106157;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.19;s:5:\"bytes\";i:3344;s:11:\"size_before\";i:104901;s:10:\"size_after\";i:101557;s:4:\"time\";d:0.04;}}}'),(26720,8600,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1032;s:4:\"file\";s:65:\"2019/09/Wayne-Messam-US-Presidential-Candidate-Buzz-Jamaica-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"Wayne-Messam-US-Presidential-Candidate-Buzz-Jamaica-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:65:\"Wayne-Messam-US-Presidential-Candidate-Buzz-Jamaica-1-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:65:\"Wayne-Messam-US-Presidential-Candidate-Buzz-Jamaica-1-768x529.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:529;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:66:\"Wayne-Messam-US-Presidential-Candidate-Buzz-Jamaica-1-1024x705.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:66:\"Wayne-Messam-US-Presidential-Candidate-Buzz-Jamaica-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(26721,8601,'_wp_attached_file','2019/09/Wayne-Messam-US-Presidential-Candidate.jpg'),(26722,8601,'wpmf_size','97084'),(26723,8601,'wpmf_filetype','jpg'),(26724,8601,'wpmf_order','0'),(26725,8601,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:50:\"2019/09/Wayne-Messam-US-Presidential-Candidate.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Wayne-Messam-US-Presidential-Candidate-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:50:\"Wayne-Messam-US-Presidential-Candidate-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:50:\"Wayne-Messam-US-Presidential-Candidate-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:51:\"Wayne-Messam-US-Presidential-Candidate-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"Wayne-Messam-US-Presidential-Candidate-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(26726,8601,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.194134465469984;s:5:\"bytes\";i:7027;s:11:\"size_before\";i:219997;s:10:\"size_after\";i:212970;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.72;s:5:\"bytes\";i:279;s:11:\"size_before\";i:5906;s:10:\"size_after\";i:5627;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62;s:5:\"bytes\";i:441;s:11:\"size_before\";i:12181;s:10:\"size_after\";i:11740;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.63;s:5:\"bytes\";i:1267;s:11:\"size_before\";i:48218;s:10:\"size_after\";i:46951;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29;s:5:\"bytes\";i:2528;s:11:\"size_before\";i:76922;s:10:\"size_after\";i:74394;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:2512;s:11:\"size_before\";i:76770;s:10:\"size_after\";i:74258;s:4:\"time\";d:0.03;}}}'),(26727,8593,'_thumbnail_id','8599'),(26728,8593,'_edit_last','9'),(26729,8593,'smpush_mute_activated','no'),(26730,8593,'_yoast_wpseo_primary_category','4'),(26731,8593,'_yoast_wpseo_primary_sub-category','15'),(26732,8593,'sponsored_url',''),(26733,8593,'_yoast_wpseo_metadesc','Leader of the Opposition, Dr Peter Phillips, said that the Government must pay more attention to drains while doing road construction in the Corporate Area.'),(26734,8593,'_yoast_wpseo_content_score','90'),(26735,8593,'_yoast_wpseo_focuskeywords','[]'),(26736,8593,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26738,8596,'_thumbnail_id','8598'),(26739,8596,'_oembed_b926dfe632406e30827246d8c13580a0','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">The American Dream my parents sought when they came from Jamaica with just a 5th grade education is fleeting. Together, we can put the American Dream back within reach for all <a href=\"https://twitter.com/hashtag/ChangeCantWait?src=hash&amp;ref_src=twsrc%5Etfw\">#ChangeCantWait</a> <a href=\"https://t.co/oHwrBsx5uH\">pic.twitter.com/oHwrBsx5uH</a></p>&mdash; Wayne Messam (@WayneMessam) <a href=\"https://twitter.com/WayneMessam/status/1111222748683161600?ref_src=twsrc%5Etfw\">March 28, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(26740,8596,'_oembed_time_b926dfe632406e30827246d8c13580a0','1568232638'),(26741,8596,'_edit_last','11'),(26742,8596,'xyz_smap','1'),(26743,8596,'smpush_mute_activated','no'),(26745,8596,'_yoast_wpseo_primary_category','4'),(26746,8596,'_yoast_wpseo_primary_sub-category','8'),(26747,8596,'sponsored_url',''),(26748,8596,'_yoast_wpseo_content_score','60'),(26749,8596,'_yoast_wpseo_focuskeywords','[]'),(26750,8596,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26752,8593,'xyz_smap','1'),(26754,8605,'_edit_lock','1568233810:9'),(26755,8605,'_yst_prominent_words_version','1'),(26758,8607,'_wp_attached_file','2019/09/chance-the-rapper.jpg'),(26759,8607,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.03013033613002;s:5:\"bytes\";i:3055;s:11:\"size_before\";i:75804;s:10:\"size_after\";i:72749;s:4:\"time\";d:0.35000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.98;s:5:\"bytes\";i:441;s:11:\"size_before\";i:7375;s:10:\"size_after\";i:6934;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.23;s:5:\"bytes\";i:758;s:11:\"size_before\";i:14505;s:10:\"size_after\";i:13747;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.44;s:5:\"bytes\";i:1856;s:11:\"size_before\";i:53924;s:10:\"size_after\";i:52068;s:4:\"time\";d:0.33;}}}'),(26760,8607,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:29:\"2019/09/chance-the-rapper.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"chance-the-rapper-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:\"chance-the-rapper-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"chance-the-rapper-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:24:\"Getty Images for Snapple\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:199:\"NEW YORK, NEW YORK - AUGUST 22: Chance the Rapper attends the Joe Freshgoods X Snapple Pop-Up Shop VIP Preview Event on August 22, 2019 in New York City. (Photo by Brian Ach/Getty Images for Snapple)\";s:17:\"created_timestamp\";s:10:\"1566432000\";s:9:\"copyright\";s:17:\"2019 Getty Images\";s:12:\"focal_length\";s:2:\"38\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:54:\"Joe Freshgoods X Snapple Pop-Up Shop VIP Preview Event\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:2:{i:0;s:6:\"bestof\";i:1;s:5:\"topix\";}}}'),(26761,8605,'_oembed_9ef56bfdf1c6a98205e2267c2790d686','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BxXouJvgCc0/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BxXouJvgCc0/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BxXouJvgCc0/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Marriage is dope cause I get to live with a mama forever. Not my mama, but it damn near feels like it sometimes. Thank you bringing Kensli into this world but also for occasionally being a mommy to me ?????</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/chancetherapper/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Chance The Rapper Owbum</a> (@chancetherapper) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-05-12T16:32:55+00:00\">May 12, 2019 at 9:32am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(26762,8605,'_oembed_time_9ef56bfdf1c6a98205e2267c2790d686','1568233463'),(26763,8605,'_thumbnail_id','8607'),(26764,8605,'_edit_last','9'),(26765,8605,'smpush_mute_activated','no'),(26766,8605,'_yoast_wpseo_primary_category','3'),(26767,8605,'_yoast_wpseo_primary_sub-category','9'),(26768,8605,'sponsored_url',''),(26769,8605,'_yoast_wpseo_metadesc','American entertainer Chance the Rapper told his wife he wanted to marry her when he was just nine.'),(26770,8605,'_yoast_wpseo_content_score','60'),(26771,8605,'_yoast_wpseo_focuskeywords','[]'),(26772,8605,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26774,8605,'xyz_smap','1'),(26776,8610,'_wp_attached_file','2019/09/fireside-vertical.jpg'),(26777,8610,'wpmf_size','162495'),(26778,8610,'wpmf_filetype','jpg'),(26779,8610,'wpmf_order','0'),(26780,8610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:29:\"2019/09/fireside-vertical.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"fireside-vertical-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:\"fireside-vertical-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"fireside-vertical-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"fireside-vertical-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(26781,8610,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.299497011864912;s:5:\"bytes\";i:9813;s:11:\"size_before\";i:228236;s:10:\"size_after\";i:218423;s:4:\"time\";d:0.09;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.28;s:5:\"bytes\";i:514;s:11:\"size_before\";i:8179;s:10:\"size_after\";i:7665;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:1241;s:11:\"size_before\";i:24798;s:10:\"size_after\";i:23557;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.11;s:5:\"bytes\";i:3973;s:11:\"size_before\";i:96684;s:10:\"size_after\";i:92711;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.14;s:5:\"bytes\";i:4085;s:11:\"size_before\";i:98575;s:10:\"size_after\";i:94490;s:4:\"time\";d:0.04;}}}'),(26782,8611,'_edit_lock','1568296834:16'),(26783,8612,'_wp_attached_file','2019/09/fireside-vertical-1.jpg'),(26784,8612,'wpmf_size','162495'),(26785,8612,'wpmf_filetype','jpg'),(26786,8612,'wpmf_order','0'),(26787,8612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:31:\"2019/09/fireside-vertical-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"fireside-vertical-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:\"fireside-vertical-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"fireside-vertical-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"fireside-vertical-1-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(26788,8611,'_yst_prominent_words_version','1'),(26789,8612,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.299497011864912;s:5:\"bytes\";i:9813;s:11:\"size_before\";i:228236;s:10:\"size_after\";i:218423;s:4:\"time\";d:0.12000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.28;s:5:\"bytes\";i:514;s:11:\"size_before\";i:8179;s:10:\"size_after\";i:7665;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:1241;s:11:\"size_before\";i:24798;s:10:\"size_after\";i:23557;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.11;s:5:\"bytes\";i:3973;s:11:\"size_before\";i:96684;s:10:\"size_after\";i:92711;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.14;s:5:\"bytes\";i:4085;s:11:\"size_before\";i:98575;s:10:\"size_after\";i:94490;s:4:\"time\";d:0.05;}}}'),(26790,7817,'simplefavorites_count','0'),(26791,8613,'_wp_attached_file','2019/09/Building.jpg'),(26792,8613,'wpmf_size','4225'),(26793,8613,'wpmf_filetype','jpg'),(26794,8613,'wpmf_order','0'),(26795,8613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:286;s:6:\"height\";i:176;s:4:\"file\";s:20:\"2019/09/Building.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Building-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\";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\";}}'),(26796,8613,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.421618393550315;s:5:\"bytes\";i:416;s:11:\"size_before\";i:3349;s:10:\"size_after\";i:2933;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.42;s:5:\"bytes\";i:416;s:11:\"size_before\";i:3349;s:10:\"size_after\";i:2933;s:4:\"time\";d:0.01;}}}'),(26797,8613,'_wp_attachment_image_alt','Generic Building'),(26798,8611,'_thumbnail_id','8613'),(26799,8611,'_edit_last','16'),(26800,8611,'smpush_mute_activated','no'),(26801,8611,'_wp_old_slug','auto-draft'),(26802,8611,'_yoast_wpseo_primary_location','33'),(26803,8611,'job_position','Sales Representatives'),(26804,8611,'job_type','Full-time'),(26805,8611,'job_company','A Chemical Company'),(26806,8611,'job_company_email','actionchemical@cwjamaica.com'),(26807,8611,'job_expiration','2019-10-12'),(26808,8611,'job_application',''),(26809,8611,'_yoast_wpseo_content_score','60'),(26810,8611,'_yoast_wpseo_focuskeywords','[]'),(26811,8611,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26814,8614,'_edit_lock','1568237836:9'),(26815,8614,'_yst_prominent_words_version','1'),(26816,8615,'_wp_attached_file','2019/09/robert-montague-20190911.jpg'),(26817,8615,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.202229881198092;s:5:\"bytes\";i:4460;s:11:\"size_before\";i:202522;s:10:\"size_after\";i:198062;s:4:\"time\";d:0.28;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.34;s:5:\"bytes\";i:246;s:11:\"size_before\";i:5667;s:10:\"size_after\";i:5421;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.64;s:5:\"bytes\";i:446;s:11:\"size_before\";i:12261;s:10:\"size_after\";i:11815;s:4:\"time\";d:0.17;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.72;s:5:\"bytes\";i:769;s:11:\"size_before\";i:44831;s:10:\"size_after\";i:44062;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.04;s:5:\"bytes\";i:1423;s:11:\"size_before\";i:69856;s:10:\"size_after\";i:68433;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.25;s:5:\"bytes\";i:1576;s:11:\"size_before\";i:69907;s:10:\"size_after\";i:68331;s:4:\"time\";d:0.03;}}}'),(26818,8615,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1378;s:6:\"height\";i:900;s:4:\"file\";s:36:\"2019/09/robert-montague-20190911.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"robert-montague-20190911-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:\"robert-montague-20190911-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:36:\"robert-montague-20190911-768x502.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:502;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"robert-montague-20190911-1024x669.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:669;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"robert-montague-20190911-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(26819,8614,'_thumbnail_id','8615'),(26820,8614,'_edit_last','9'),(26821,8614,'smpush_mute_activated','no'),(26822,8614,'_yoast_wpseo_primary_category','4'),(26823,8614,'_yoast_wpseo_primary_sub-category','6'),(26824,8614,'sponsored_url',''),(26825,8614,'_yoast_wpseo_metadesc','Operations at the Jiuquan Iron and Steel Company (JISCO)/Alpart alumina refinery in Nain, St Elizabeth, are set to be suspended for up to two years to facilitate the plant’s modernisation and expansion.'),(26826,8614,'_yoast_wpseo_content_score','30'),(26827,8614,'_yoast_wpseo_focuskeywords','[]'),(26828,8614,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26830,8614,'xyz_smap','1'),(26838,8620,'_edit_lock','1568238333:9'),(26839,8620,'_yst_prominent_words_version','1'),(26840,8621,'_edit_lock','1568238409:9'),(26841,8621,'_yst_prominent_words_version','1'),(26850,8624,'_wp_attached_file','2019/09/Pizza-Hut-Gaming-A.jpg'),(26851,8624,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.302917454894367;s:5:\"bytes\";i:17355;s:11:\"size_before\";i:403331;s:10:\"size_after\";i:385976;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:446;s:11:\"size_before\";i:8432;s:10:\"size_after\";i:7986;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.58;s:5:\"bytes\";i:865;s:11:\"size_before\";i:18881;s:10:\"size_after\";i:18016;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79;s:5:\"bytes\";i:3219;s:11:\"size_before\";i:84844;s:10:\"size_after\";i:81625;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.44;s:5:\"bytes\";i:6837;s:11:\"size_before\";i:153881;s:10:\"size_after\";i:147044;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.36;s:5:\"bytes\";i:5988;s:11:\"size_before\";i:137293;s:10:\"size_after\";i:131305;s:4:\"time\";d:0.06;}}}'),(26852,8624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:30:\"2019/09/Pizza-Hut-Gaming-A.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Pizza-Hut-Gaming-A-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:\"Pizza-Hut-Gaming-A-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Pizza-Hut-Gaming-A-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Pizza-Hut-Gaming-A-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Pizza-Hut-Gaming-A-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(26853,8625,'_wp_attached_file','2019/09/Pizza-Hut-Gaming-BB.jpg'),(26854,8625,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.264190348325501;s:5:\"bytes\";i:17151;s:11:\"size_before\";i:402210;s:10:\"size_after\";i:385059;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.99;s:5:\"bytes\";i:517;s:11:\"size_before\";i:8625;s:10:\"size_after\";i:8108;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.16;s:5:\"bytes\";i:1016;s:11:\"size_before\";i:19702;s:10:\"size_after\";i:18686;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.61;s:5:\"bytes\";i:3092;s:11:\"size_before\";i:85750;s:10:\"size_after\";i:82658;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.31;s:5:\"bytes\";i:6603;s:11:\"size_before\";i:153304;s:10:\"size_after\";i:146701;s:4:\"time\";d:0.09;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.39;s:5:\"bytes\";i:5923;s:11:\"size_before\";i:134829;s:10:\"size_after\";i:128906;s:4:\"time\";d:0.05;}}}'),(26855,8625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:31:\"2019/09/Pizza-Hut-Gaming-BB.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Pizza-Hut-Gaming-BB-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:\"Pizza-Hut-Gaming-BB-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Pizza-Hut-Gaming-BB-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Pizza-Hut-Gaming-BB-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Pizza-Hut-Gaming-BB-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(26856,8626,'_wp_attached_file','2019/09/Pizza-Hut-Gaming-CCC.jpg'),(26857,8626,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.783320727117447;s:5:\"bytes\";i:21059;s:11:\"size_before\";i:440259;s:10:\"size_after\";i:419200;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.61;s:5:\"bytes\";i:514;s:11:\"size_before\";i:7779;s:10:\"size_after\";i:7265;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7;s:5:\"bytes\";i:1096;s:11:\"size_before\";i:19226;s:10:\"size_after\";i:18130;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:4175;s:11:\"size_before\";i:92809;s:10:\"size_after\";i:88634;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.76;s:5:\"bytes\";i:8028;s:11:\"size_before\";i:168559;s:10:\"size_after\";i:160531;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.77;s:5:\"bytes\";i:7246;s:11:\"size_before\";i:151886;s:10:\"size_after\";i:144640;s:4:\"time\";d:0.07;}}}'),(26858,8626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:32:\"2019/09/Pizza-Hut-Gaming-CCC.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Pizza-Hut-Gaming-CCC-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:\"Pizza-Hut-Gaming-CCC-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Pizza-Hut-Gaming-CCC-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Pizza-Hut-Gaming-CCC-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Pizza-Hut-Gaming-CCC-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(26862,8621,'_thumbnail_id','8624'),(26863,8621,'_edit_last','9'),(26864,8621,'smpush_mute_activated','no'),(26865,8621,'_yoast_wpseo_primary_category','2'),(26866,8621,'_yoast_wpseo_primary_sub-category','5'),(26867,8621,'sponsored_url',''),(26868,8621,'_yoast_wpseo_metadesc','With events like C.A.G.E (COSPLAY.ANIMATION.GAMING.ESPORTS) and Animecom Fest drawing the millennial demographic in their numbers for 2019, one member of corporate Jamaica has started to take notice.'),(26869,8621,'_yoast_wpseo_content_score','30'),(26870,8621,'_yoast_wpseo_focuskeywords','[]'),(26871,8621,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26873,8621,'xyz_smap','1'),(26875,8628,'_edit_lock','1568241173:9'),(26876,8628,'_yst_prominent_words_version','1'),(26877,8629,'_edit_lock','1568250523:14'),(26878,8629,'_yst_prominent_words_version','1'),(26879,8630,'_wp_attached_file','2019/09/Yohan-Blake.jpg'),(26880,8630,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.4507185786814496;s:5:\"bytes\";i:3992;s:11:\"size_before\";i:162891;s:10:\"size_after\";i:158899;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.27;s:5:\"bytes\";i:453;s:11:\"size_before\";i:7229;s:10:\"size_after\";i:6776;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.11;s:5:\"bytes\";i:699;s:11:\"size_before\";i:16998;s:10:\"size_after\";i:16299;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.03;s:5:\"bytes\";i:1277;s:11:\"size_before\";i:62810;s:10:\"size_after\";i:61533;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.06;s:5:\"bytes\";i:1563;s:11:\"size_before\";i:75854;s:10:\"size_after\";i:74291;s:4:\"time\";d:0.03;}}}'),(26881,8630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:952;s:6:\"height\";i:860;s:4:\"file\";s:23:\"2019/09/Yohan-Blake.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Yohan-Blake-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:\"Yohan-Blake-300x271.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Yohan-Blake-768x694.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:694;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Yohan-Blake-952x655.jpg\";s:5:\"width\";i:952;s:6:\"height\";i:655;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:{}}}'),(26883,8628,'_thumbnail_id','6261'),(26884,8628,'_edit_last','9'),(26885,8628,'xyz_smap','1'),(26886,8628,'smpush_mute_activated','no'),(26888,8628,'_yoast_wpseo_primary_category','4'),(26889,8628,'_yoast_wpseo_primary_sub-category','5'),(26890,8628,'sponsored_url',''),(26891,8628,'_yoast_wpseo_metadesc','Jamaican sprint sensation Briana Williams has been included in the 55-athlete contingent that will be representing Jamaica in the Doha 2019 IAAF World Athletics Championships in Qatar.'),(26892,8628,'_yoast_wpseo_content_score','90'),(26893,8628,'_yoast_wpseo_focuskeywords','[]'),(26894,8628,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26895,8632,'_wp_attached_file','2019/09/shelly-ann-fraser-pryce-20190911.jpg'),(26896,8632,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.030955681639536;s:5:\"bytes\";i:11282;s:11:\"size_before\";i:279884;s:10:\"size_after\";i:268602;s:4:\"time\";d:0.3;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.17;s:5:\"bytes\";i:657;s:11:\"size_before\";i:8045;s:10:\"size_after\";i:7388;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.17;s:5:\"bytes\";i:1171;s:11:\"size_before\";i:16329;s:10:\"size_after\";i:15158;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.22;s:5:\"bytes\";i:2633;s:11:\"size_before\";i:62372;s:10:\"size_after\";i:59739;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.55;s:5:\"bytes\";i:3410;s:11:\"size_before\";i:95994;s:10:\"size_after\";i:92584;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.51;s:5:\"bytes\";i:3411;s:11:\"size_before\";i:97144;s:10:\"size_after\";i:93733;s:4:\"time\";d:0.22;}}}'),(26897,8632,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1384;s:6:\"height\";i:900;s:4:\"file\";s:44:\"2019/09/shelly-ann-fraser-pryce-20190911.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"shelly-ann-fraser-pryce-20190911-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:\"shelly-ann-fraser-pryce-20190911-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"shelly-ann-fraser-pryce-20190911-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"shelly-ann-fraser-pryce-20190911-1024x666.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"shelly-ann-fraser-pryce-20190911-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(26900,8634,'_edit_lock','1568241761:9'),(26901,8634,'_yst_prominent_words_version','1'),(26902,8634,'_edit_last','9'),(26903,8634,'smpush_mute_activated','no'),(26904,8634,'_yoast_wpseo_primary_category','4'),(26905,8634,'_yoast_wpseo_primary_sub-category','6'),(26906,8634,'sponsored_url',''),(26907,8634,'_yoast_wpseo_content_score','30'),(26908,8634,'_yoast_wpseo_focuskeywords','[]'),(26909,8634,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26910,8629,'_edit_last','14'),(26911,8629,'smpush_mute_activated','no'),(26912,8629,'_yoast_wpseo_primary_category','4'),(26913,8629,'_yoast_wpseo_primary_sub-category','13'),(26914,8629,'sponsored_url',''),(26915,8629,'_yoast_wpseo_content_score','30'),(26916,8629,'_yoast_wpseo_focuskeywords','[]'),(26917,8629,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26918,8634,'_thumbnail_id','7088'),(26919,8634,'_yoast_wpseo_metadesc','The European Union (EU) mission in Jamaica announced on Wednesday that it is mobilising €500,000 in humanitarian aid funding to address the most urgent needs of those affected by Hurricane Dorian in the Bahamas.'),(26920,8638,'_edit_lock','1568243686:9'),(26921,8638,'_yst_prominent_words_version','1'),(26922,8634,'xyz_smap','1'),(26924,8639,'_wp_attached_file','2019/09/karl-samuda-20190911.jpg'),(26925,8639,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.9361121503554215;s:5:\"bytes\";i:3519;s:11:\"size_before\";i:181756;s:10:\"size_after\";i:178237;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.82;s:5:\"bytes\";i:263;s:11:\"size_before\";i:5457;s:10:\"size_after\";i:5194;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.68;s:5:\"bytes\";i:295;s:11:\"size_before\";i:10996;s:10:\"size_after\";i:10701;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.47;s:5:\"bytes\";i:604;s:11:\"size_before\";i:41212;s:10:\"size_after\";i:40608;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.81;s:5:\"bytes\";i:1163;s:11:\"size_before\";i:64117;s:10:\"size_after\";i:62954;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.99;s:5:\"bytes\";i:1194;s:11:\"size_before\";i:59974;s:10:\"size_after\";i:58780;s:4:\"time\";d:0.04;}}}'),(26926,8639,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1257;s:6:\"height\";i:900;s:4:\"file\";s:32:\"2019/09/karl-samuda-20190911.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"karl-samuda-20190911-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:\"karl-samuda-20190911-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"karl-samuda-20190911-768x550.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"karl-samuda-20190911-1024x733.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"karl-samuda-20190911-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(26927,8638,'_thumbnail_id','8639'),(26928,8638,'_edit_last','9'),(26929,8638,'smpush_mute_activated','no'),(26930,8638,'_yoast_wpseo_primary_category','4'),(26931,8638,'_yoast_wpseo_primary_sub-category','16'),(26932,8638,'sponsored_url',''),(26933,8638,'_yoast_wpseo_metadesc','Four schools will be removed from the shift system in the 2019/20 fiscal year at a total cost of $93.9 million.'),(26934,8638,'_yoast_wpseo_content_score','90'),(26935,8638,'_yoast_wpseo_focuskeywords','[]'),(26936,8638,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26937,8641,'_edit_lock','1568248744:9'),(26938,8641,'_yst_prominent_words_version','1'),(26939,8642,'_wp_attached_file','2019/09/Aaron-Carter.jpg'),(26940,8642,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.384988238648513;s:5:\"bytes\";i:3583;s:11:\"size_before\";i:56116;s:10:\"size_after\";i:52533;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.14;s:5:\"bytes\";i:277;s:11:\"size_before\";i:5393;s:10:\"size_after\";i:5116;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.28;s:5:\"bytes\";i:556;s:11:\"size_before\";i:10534;s:10:\"size_after\";i:9978;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.84;s:5:\"bytes\";i:2750;s:11:\"size_before\";i:40189;s:10:\"size_after\";i:37439;s:4:\"time\";d:0.03;}}}'),(26941,8642,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:24:\"2019/09/Aaron-Carter.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Aaron-Carter-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:\"Aaron-Carter-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Aaron-Carter-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:10:\"LFI/Avalon\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:160:\"Aaron Carter at The 3rd Annual CineFashion Film Awards held at The Saban Theatre in Beverly Hills, CA on Thursday, December 15, 2016. Photo by PRPP / PictureLux\";s:17:\"created_timestamp\";s:10:\"1481827570\";s:9:\"copyright\";s:28:\"Avalon. All rights reserved.\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:34:\"3rd Annual CineFashion Film Awards\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:9:{i:0;s:6:\"PRPP01\";i:1;s:16:\"Red Carpet Event\";i:2;s:4:\"2016\";i:3;s:10:\"15.12.2016\";i:4;s:6:\"290443\";i:5;s:17:\"PictureLux_290443\";i:6;s:10:\"PictureLux\";i:7;s:15:\"33191_045PRPP01\";i:8;s:23:\"ZPictureLux_290443_0011\";}}}'),(26942,8641,'_thumbnail_id','8642'),(26943,8641,'_edit_last','9'),(26944,8641,'smpush_mute_activated','no'),(26945,8641,'_yoast_wpseo_primary_category','3'),(26946,8641,'_yoast_wpseo_primary_sub-category','11'),(26947,8641,'sponsored_url',''),(26948,8641,'_yoast_wpseo_metadesc','American singer Aaron Carter has been diagnosed with schizophrenia and bipolar disorder.'),(26949,8641,'_yoast_wpseo_content_score','30'),(26950,8641,'_yoast_wpseo_focuskeywords','[]'),(26951,8641,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26952,8644,'_wp_attached_file','2019/09/hurricane-ivan-closing-in-on-jamaica-sept09-buzz-demo.jpg'),(26953,8644,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:477306;s:11:\"size_before\";i:669567;s:10:\"size_after\";i:192261;}'),(26954,8644,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.698699708244787;s:5:\"bytes\";i:13045;s:11:\"size_before\";i:277630;s:10:\"size_after\";i:264585;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.55;s:5:\"bytes\";i:342;s:11:\"size_before\";i:5219;s:10:\"size_after\";i:4877;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.02;s:5:\"bytes\";i:860;s:11:\"size_before\";i:14277;s:10:\"size_after\";i:13417;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.83;s:5:\"bytes\";i:3156;s:11:\"size_before\";i:65326;s:10:\"size_after\";i:62170;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.51;s:5:\"bytes\";i:4710;s:11:\"size_before\";i:104425;s:10:\"size_after\";i:99715;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:3977;s:11:\"size_before\";i:88383;s:10:\"size_after\";i:84406;s:4:\"time\";d:0.03;}}}'),(26955,8644,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1125;s:4:\"file\";s:65:\"2019/09/hurricane-ivan-closing-in-on-jamaica-sept09-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"hurricane-ivan-closing-in-on-jamaica-sept09-buzz-demo-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:65:\"hurricane-ivan-closing-in-on-jamaica-sept09-buzz-demo-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:65:\"hurricane-ivan-closing-in-on-jamaica-sept09-buzz-demo-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:66:\"hurricane-ivan-closing-in-on-jamaica-sept09-buzz-demo-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:66:\"hurricane-ivan-closing-in-on-jamaica-sept09-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(26956,8645,'_wp_attached_file','2019/09/hurricane-ivan-hope-river-damage-buzz-demo.jpg'),(26957,8645,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.514266956503484;s:5:\"bytes\";i:34133;s:11:\"size_before\";i:523973;s:10:\"size_after\";i:489840;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4;s:5:\"bytes\";i:496;s:11:\"size_before\";i:7745;s:10:\"size_after\";i:7249;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.34;s:5:\"bytes\";i:1172;s:11:\"size_before\";i:18479;s:10:\"size_after\";i:17307;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.31;s:5:\"bytes\";i:5363;s:11:\"size_before\";i:101040;s:10:\"size_after\";i:95677;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.07;s:5:\"bytes\";i:17319;s:11:\"size_before\";i:214720;s:10:\"size_after\";i:197401;s:4:\"time\";d:0.08;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.38;s:5:\"bytes\";i:9783;s:11:\"size_before\";i:181989;s:10:\"size_after\";i:172206;s:4:\"time\";d:0.05;}}}'),(26958,8645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:678;s:4:\"file\";s:54:\"2019/09/hurricane-ivan-hope-river-damage-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"hurricane-ivan-hope-river-damage-buzz-demo-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:54:\"hurricane-ivan-hope-river-damage-buzz-demo-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"hurricane-ivan-hope-river-damage-buzz-demo-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"hurricane-ivan-hope-river-damage-buzz-demo-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"hurricane-ivan-hope-river-damage-buzz-demo-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:2:\"AP\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:315:\"Residents watch floodwater as they stand on the destroyed the bridge that linked the towns of Kintyre and Kingston in Jamaica, Wednesday Sept. 29, 2010.  Tropical Storm Nicole caused flooding and mudslides across Jamaica on Wednesday, leaving two confirmed dead and at least 12 more missing.  (AP Photo/Collin Reid)\";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:24:\"Jamaica Tropical Weather\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:3:{i:0;s:8:\"22132647\";i:1;s:5:\"WIRES\";i:2;s:5:\"Wires\";}}}'),(26959,8646,'_edit_lock','1568252937:4'),(26960,8646,'_yst_prominent_words_version','1'),(26961,8646,'_edit_last','4'),(26962,8646,'smpush_mute_activated','no'),(26963,8646,'_yoast_wpseo_primary_category','4'),(26964,8646,'_yoast_wpseo_primary_sub-category','6'),(26965,8646,'sponsored_url',''),(26966,8646,'_yoast_wpseo_content_score','30'),(26967,8646,'_yoast_wpseo_focuskeywords','[]'),(26968,8646,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(26972,8651,'_wp_attached_file','2019/09/hurricane-ivan-hope-river-damage-buzz-6.jpg'),(26973,8652,'_wp_attached_file','2019/09/hurricane-ivan-hope-river-damage-buzz-3.jpg'),(26974,8651,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1339276;s:11:\"size_before\";i:1621045;s:10:\"size_after\";i:281769;}'),(26975,8652,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.137376661968075;s:5:\"bytes\";i:1611;s:11:\"size_before\";i:26249;s:10:\"size_after\";i:24638;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.77;s:5:\"bytes\";i:509;s:11:\"size_before\";i:7519;s:10:\"size_after\";i:7010;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.88;s:5:\"bytes\";i:1102;s:11:\"size_before\";i:18730;s:10:\"size_after\";i:17628;s:4:\"time\";d:0.02;}}}'),(26976,8652,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:375;s:4:\"file\";s:51:\"2019/09/hurricane-ivan-hope-river-damage-buzz-3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"hurricane-ivan-hope-river-damage-buzz-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:51:\"hurricane-ivan-hope-river-damage-buzz-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: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:{}}}'),(26977,8651,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.603162141422635;s:5:\"bytes\";i:18176;s:11:\"size_before\";i:394859;s:10:\"size_after\";i:376683;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.28;s:5:\"bytes\";i:437;s:11:\"size_before\";i:6956;s:10:\"size_after\";i:6519;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.28;s:5:\"bytes\";i:880;s:11:\"size_before\";i:16667;s:10:\"size_after\";i:15787;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:4121;s:11:\"size_before\";i:85957;s:10:\"size_after\";i:81836;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.47;s:5:\"bytes\";i:6393;s:11:\"size_before\";i:142966;s:10:\"size_after\";i:136573;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:6345;s:11:\"size_before\";i:142313;s:10:\"size_after\";i:135968;s:4:\"time\";d:0.04;}}}'),(26978,8651,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:997;s:4:\"file\";s:51:\"2019/09/hurricane-ivan-hope-river-damage-buzz-6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"hurricane-ivan-hope-river-damage-buzz-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:51:\"hurricane-ivan-hope-river-damage-buzz-6-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"hurricane-ivan-hope-river-damage-buzz-6-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"hurricane-ivan-hope-river-damage-buzz-6-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"hurricane-ivan-hope-river-damage-buzz-6-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1094985949\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (26979,8653,'_wp_attached_file','2019/09/hurricane-ivan-hope-river-damage-buzz-5.jpg'),(26980,8653,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.702323865732201;s:5:\"bytes\";i:1817;s:11:\"size_before\";i:27110;s:10:\"size_after\";i:25293;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.13;s:5:\"bytes\";i:593;s:11:\"size_before\";i:8315;s:10:\"size_after\";i:7722;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.51;s:5:\"bytes\";i:1224;s:11:\"size_before\";i:18795;s:10:\"size_after\";i:17571;s:4:\"time\";d:0.01;}}}'),(26981,8653,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:577;s:6:\"height\";i:383;s:4:\"file\";s:51:\"2019/09/hurricane-ivan-hope-river-damage-buzz-5.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"hurricane-ivan-hope-river-damage-buzz-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:51:\"hurricane-ivan-hope-river-damage-buzz-5-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: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:{}}}'),(26982,8654,'_wp_attached_file','2019/09/hurricane-ivan-florida-damage-buzz-demo.jpg'),(26983,8654,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:517934;s:11:\"size_before\";i:835397;s:10:\"size_after\";i:317463;}'),(26984,8654,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.805509883118276;s:5:\"bytes\";i:21511;s:11:\"size_before\";i:447632;s:10:\"size_after\";i:426121;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.57;s:5:\"bytes\";i:545;s:11:\"size_before\";i:8300;s:10:\"size_after\";i:7755;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:943;s:11:\"size_before\";i:17817;s:10:\"size_after\";i:16874;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94;s:5:\"bytes\";i:4729;s:11:\"size_before\";i:95817;s:10:\"size_after\";i:91088;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8;s:5:\"bytes\";i:7906;s:11:\"size_before\";i:164582;s:10:\"size_after\";i:156676;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.59;s:5:\"bytes\";i:7388;s:11:\"size_before\";i:161116;s:10:\"size_after\";i:153728;s:4:\"time\";d:0.05;}}}'),(26985,8654,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1003;s:4:\"file\";s:51:\"2019/09/hurricane-ivan-florida-damage-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"hurricane-ivan-florida-damage-buzz-demo-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:\"hurricane-ivan-florida-damage-buzz-demo-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:51:\"hurricane-ivan-florida-damage-buzz-demo-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"hurricane-ivan-florida-damage-buzz-demo-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"hurricane-ivan-florida-damage-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"KIICHIRO SATO\";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:{}}}'),(26986,8655,'_wp_attached_file','2019/09/hurricane-ivan-sept11-buzz-demo.jpg'),(26987,8655,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.731839688282772;s:5:\"bytes\";i:1935;s:11:\"size_before\";i:28744;s:10:\"size_after\";i:26809;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.48;s:5:\"bytes\";i:579;s:11:\"size_before\";i:7740;s:10:\"size_after\";i:7161;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:1356;s:11:\"size_before\";i:21004;s:10:\"size_after\";i:19648;s:4:\"time\";d:0.02;}}}'),(26988,8655,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:260;s:6:\"height\";i:338;s:4:\"file\";s:43:\"2019/09/hurricane-ivan-sept11-buzz-demo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"hurricane-ivan-sept11-buzz-demo-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:\"hurricane-ivan-sept11-buzz-demo-231x300.jpg\";s:5:\"width\";i:231;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:{}}}'),(26990,8629,'_thumbnail_id','8651'),(26991,8629,'xyz_smap','1'),(26997,8659,'_edit_lock','1568288235:14'),(26998,8659,'_yst_prominent_words_version','1'),(26999,8646,'_thumbnail_id','7604'),(27000,8646,'xyz_smap','1'),(27002,8664,'_wp_attached_file','2019/09/delroy-williams-kingston-mayor-buzz-demo.jpg'),(27003,8664,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.2306410062130624;s:5:\"bytes\";i:5152;s:11:\"size_before\";i:230965;s:10:\"size_after\";i:225813;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.31;s:5:\"bytes\";i:495;s:11:\"size_before\";i:7841;s:10:\"size_after\";i:7346;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:650;s:11:\"size_before\";i:13691;s:10:\"size_after\";i:13041;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.27;s:5:\"bytes\";i:1172;s:11:\"size_before\";i:51539;s:10:\"size_after\";i:50367;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8;s:5:\"bytes\";i:1398;s:11:\"size_before\";i:77874;s:10:\"size_after\";i:76476;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8;s:5:\"bytes\";i:1437;s:11:\"size_before\";i:80020;s:10:\"size_after\";i:78583;s:4:\"time\";d:0.07;}}}'),(27004,8664,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:942;s:4:\"file\";s:52:\"2019/09/delroy-williams-kingston-mayor-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"delroy-williams-kingston-mayor-buzz-demo-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:52:\"delroy-williams-kingston-mayor-buzz-demo-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:52:\"delroy-williams-kingston-mayor-buzz-demo-768x482.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:482;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"delroy-williams-kingston-mayor-buzz-demo-1024x643.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:643;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"delroy-williams-kingston-mayor-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(27005,8665,'_wp_attached_file','2019/09/cross-roads-clock-tower-buzz-demo.jpg'),(27006,8665,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.8361220755135035;s:5:\"bytes\";i:23573;s:11:\"size_before\";i:487436;s:10:\"size_after\";i:463863;s:4:\"time\";d:0.22999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.75;s:5:\"bytes\";i:802;s:11:\"size_before\";i:10352;s:10:\"size_after\";i:9550;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.98;s:5:\"bytes\";i:1857;s:11:\"size_before\";i:26586;s:10:\"size_after\";i:24729;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.32;s:5:\"bytes\";i:6219;s:11:\"size_before\";i:116902;s:10:\"size_after\";i:110683;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:7920;s:11:\"size_before\";i:177710;s:10:\"size_after\";i:169790;s:4:\"time\";d:0.11;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.35;s:5:\"bytes\";i:6775;s:11:\"size_before\";i:155886;s:10:\"size_after\";i:149111;s:4:\"time\";d:0.06;}}}'),(27007,8665,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:45:\"2019/09/cross-roads-clock-tower-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"cross-roads-clock-tower-buzz-demo-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:45:\"cross-roads-clock-tower-buzz-demo-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:45:\"cross-roads-clock-tower-buzz-demo-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"cross-roads-clock-tower-buzz-demo-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"cross-roads-clock-tower-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(27008,8666,'_wp_attached_file','2019/09/ward-theatre-buzz-demo.jpg'),(27009,8666,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9867685507518527;s:5:\"bytes\";i:16560;s:11:\"size_before\";i:415374;s:10:\"size_after\";i:398814;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.83;s:5:\"bytes\";i:434;s:11:\"size_before\";i:7445;s:10:\"size_after\";i:7011;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.92;s:5:\"bytes\";i:838;s:11:\"size_before\";i:17040;s:10:\"size_after\";i:16202;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.85;s:5:\"bytes\";i:3433;s:11:\"size_before\";i:89164;s:10:\"size_after\";i:85731;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.92;s:5:\"bytes\";i:5874;s:11:\"size_before\";i:149827;s:10:\"size_after\";i:143953;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.94;s:5:\"bytes\";i:5981;s:11:\"size_before\";i:151898;s:10:\"size_after\";i:145917;s:4:\"time\";d:0.05;}}}'),(27010,8666,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:34:\"2019/09/ward-theatre-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"ward-theatre-buzz-demo-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:\"ward-theatre-buzz-demo-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:34:\"ward-theatre-buzz-demo-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:35:\"ward-theatre-buzz-demo-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"ward-theatre-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(27012,8659,'_thumbnail_id','8664'),(27013,8659,'_edit_last','14'),(27014,8659,'xyz_smap','1'),(27015,8659,'smpush_mute_activated','no'),(27017,8659,'_yoast_wpseo_primary_category','4'),(27018,8659,'_yoast_wpseo_primary_sub-category','15'),(27019,8659,'sponsored_url',''),(27020,8659,'_yoast_wpseo_content_score','60'),(27021,8659,'_yoast_wpseo_focuskeywords','[]'),(27022,8659,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27023,8668,'_edit_lock','1568291092:14'),(27024,8668,'_yst_prominent_words_version','1'),(27025,8669,'_wp_attached_file','2019/09/sunshine-palace-buzz-demo.jpg'),(27026,8669,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.015316924857509;s:5:\"bytes\";i:10920;s:11:\"size_before\";i:217733;s:10:\"size_after\";i:206813;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:570;s:11:\"size_before\";i:9176;s:10:\"size_after\";i:8606;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.07;s:5:\"bytes\";i:764;s:11:\"size_before\";i:15065;s:10:\"size_after\";i:14301;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:4711;s:11:\"size_before\";i:99091;s:10:\"size_after\";i:94380;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.16;s:5:\"bytes\";i:4875;s:11:\"size_before\";i:94401;s:10:\"size_after\";i:89526;s:4:\"time\";d:0.03;}}}'),(27027,8669,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:675;s:6:\"height\";i:1200;s:4:\"file\";s:37:\"2019/09/sunshine-palace-buzz-demo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"sunshine-palace-buzz-demo-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:\"sunshine-palace-buzz-demo-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"sunshine-palace-buzz-demo-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"sunshine-palace-buzz-demo-675x655.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:655;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:{}}}'),(27028,8670,'_wp_attached_file','2019/09/sunshine-palace-buzz-demo-1.jpg'),(27029,8670,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.734365693865396;s:5:\"bytes\";i:627;s:11:\"size_before\";i:16790;s:10:\"size_after\";i:16163;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.05;s:5:\"bytes\";i:192;s:11:\"size_before\";i:4741;s:10:\"size_after\";i:4549;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.61;s:5:\"bytes\";i:435;s:11:\"size_before\";i:12049;s:10:\"size_after\";i:11614;s:4:\"time\";d:0.01;}}}'),(27030,8670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:472;s:6:\"height\";i:504;s:4:\"file\";s:39:\"2019/09/sunshine-palace-buzz-demo-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"sunshine-palace-buzz-demo-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:39:\"sunshine-palace-buzz-demo-1-281x300.jpg\";s:5:\"width\";i:281;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:{}}}'),(27031,8671,'_wp_attached_file','2019/09/sunshine-palace-inside-demo-buzz.jpg'),(27032,8671,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.7990595484210954;s:5:\"bytes\";i:8286;s:11:\"size_before\";i:296028;s:10:\"size_after\";i:287742;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:450;s:11:\"size_before\";i:7454;s:10:\"size_after\";i:7004;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.22;s:5:\"bytes\";i:831;s:11:\"size_before\";i:15930;s:10:\"size_after\";i:15099;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9;s:5:\"bytes\";i:1959;s:11:\"size_before\";i:67558;s:10:\"size_after\";i:65599;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.39;s:5:\"bytes\";i:2469;s:11:\"size_before\";i:103170;s:10:\"size_after\";i:100701;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.53;s:5:\"bytes\";i:2577;s:11:\"size_before\";i:101916;s:10:\"size_after\";i:99339;s:4:\"time\";d:0.04;}}}'),(27033,8671,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:720;s:4:\"file\";s:44:\"2019/09/sunshine-palace-inside-demo-buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"sunshine-palace-inside-demo-buzz-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:\"sunshine-palace-inside-demo-buzz-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:44:\"sunshine-palace-inside-demo-buzz-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:45:\"sunshine-palace-inside-demo-buzz-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"sunshine-palace-inside-demo-buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(27035,8668,'_thumbnail_id','8671'),(27036,8668,'_edit_last','14'),(27037,8668,'xyz_smap','1'),(27038,8668,'smpush_mute_activated','no'),(27040,8668,'_yoast_wpseo_primary_category','4'),(27041,8668,'_yoast_wpseo_primary_sub-category','14'),(27042,8668,'sponsored_url',''),(27043,8668,'_yoast_wpseo_content_score','90'),(27044,8668,'_yoast_wpseo_focuskeywords','[]'),(27045,8668,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27046,8673,'_edit_lock','1568302076:9'),(27047,8673,'_yst_prominent_words_version','1'),(27048,8674,'_wp_attached_file','2019/09/sue-ann-gordon-buzz-1.png'),(27049,8674,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2441213;s:10:\"size_after\";i:2441213;s:4:\"time\";d:0.8500000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51665;s:10:\"size_after\";i:51665;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:186112;s:10:\"size_after\";i:186112;s:4:\"time\";d:0.06;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1050914;s:10:\"size_after\";i:1050914;s:4:\"time\";d:0.37;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1152522;s:10:\"size_after\";i:1152522;s:4:\"time\";d:0.4;}}}'),(27050,8674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:903;s:6:\"height\";i:900;s:4:\"file\";s:33:\"2019/09/sue-ann-gordon-buzz-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"sue-ann-gordon-buzz-1-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:\"sue-ann-gordon-buzz-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"sue-ann-gordon-buzz-1-768x765.png\";s:5:\"width\";i:768;s:6:\"height\";i:765;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"sue-ann-gordon-buzz-1-903x655.png\";s:5:\"width\";i:903;s:6:\"height\";i:655;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:{}}}'),(27051,8675,'_wp_attached_file','2019/09/sue-ann-gordon-buzz-3.png'),(27052,8675,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1309166;s:10:\"size_after\";i:1309166;s:4:\"time\";d:0.36000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52736;s:10:\"size_after\";i:52736;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:171832;s:10:\"size_after\";i:171832;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1084598;s:10:\"size_after\";i:1084598;s:4:\"time\";d:0.28;}}}'),(27053,8675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:900;s:4:\"file\";s:33:\"2019/09/sue-ann-gordon-buzz-3.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"sue-ann-gordon-buzz-3-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:\"sue-ann-gordon-buzz-3-240x300.png\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"sue-ann-gordon-buzz-3-720x655.png\";s:5:\"width\";i:720;s:6:\"height\";i:655;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:{}}}'),(27054,8676,'_wp_attached_file','2019/09/sue-ann-gordon-buzz-2.png'),(27055,8676,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1297808;s:10:\"size_after\";i:1297808;s:4:\"time\";d:0.28;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:60067;s:10:\"size_after\";i:60067;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:174254;s:10:\"size_after\";i:174254;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1063487;s:10:\"size_after\";i:1063487;s:4:\"time\";d:0.2;}}}'),(27056,8676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:675;s:6:\"height\";i:900;s:4:\"file\";s:33:\"2019/09/sue-ann-gordon-buzz-2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"sue-ann-gordon-buzz-2-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:\"sue-ann-gordon-buzz-2-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"sue-ann-gordon-buzz-2-675x655.png\";s:5:\"width\";i:675;s:6:\"height\";i:655;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:{}}}'),(27057,8638,'xyz_smap','1'),(27060,8673,'_thumbnail_id','8683'),(27061,8673,'_oembed_33e94a7539fa21001570cd801bf28113','<iframe title=\"Natural Makeup Under 15 Minutes + Easy Vacay Wig Installation GRWM | PETITE-SUE DIVINITII\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/S4xwYYYSTVA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(27062,8673,'_oembed_time_33e94a7539fa21001570cd801bf28113','1568300633'),(27063,8673,'_edit_last','9'),(27064,8673,'xyz_smap','1'),(27065,8673,'smpush_mute_activated','no'),(27067,8673,'_yoast_wpseo_primary_category','3'),(27068,8673,'_yoast_wpseo_primary_sub-category','16'),(27069,8673,'sponsored_url',''),(27070,8673,'_yoast_wpseo_content_score','30'),(27071,8673,'_yoast_wpseo_focuskeywords','[]'),(27072,8673,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27075,4075,'job_application',''),(27076,4073,'smpush_mute_activated','no'),(27077,4073,'_yoast_wpseo_primary_location',''),(27078,4073,'job_application',''),(27079,4073,'_yoast_wpseo_content_score','60'),(27080,4073,'_yoast_wpseo_focuskeywords','[]'),(27081,4073,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27082,4068,'smpush_mute_activated','no'),(27083,4068,'_yoast_wpseo_primary_location',''),(27084,4068,'job_application',''),(27085,4068,'_yoast_wpseo_content_score','60'),(27086,4068,'_yoast_wpseo_focuskeywords','[]'),(27087,4068,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27088,4067,'smpush_mute_activated','no'),(27089,4067,'_yoast_wpseo_primary_location',''),(27090,4067,'job_application',''),(27091,4067,'_yoast_wpseo_content_score','60'),(27092,4067,'_yoast_wpseo_focuskeywords','[]'),(27093,4067,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27094,4068,'_yst_prominent_words_version','1'),(27095,4065,'smpush_mute_activated','no'),(27096,4065,'_yoast_wpseo_primary_location',''),(27097,4065,'job_application',''),(27098,4065,'_yoast_wpseo_content_score','60'),(27099,4065,'_yoast_wpseo_focuskeywords','[]'),(27100,4065,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27101,4062,'smpush_mute_activated','no'),(27102,4062,'_yoast_wpseo_primary_location',''),(27103,4062,'job_application',''),(27104,4062,'_yoast_wpseo_content_score','60'),(27105,4062,'_yoast_wpseo_focuskeywords','[]'),(27106,4062,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27107,4067,'_yst_prominent_words_version','1'),(27108,4057,'smpush_mute_activated','no'),(27109,4057,'_yoast_wpseo_primary_location',''),(27110,4057,'job_application',''),(27111,4057,'_yoast_wpseo_content_score','60'),(27112,4057,'_yoast_wpseo_focuskeywords','[]'),(27113,4057,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27114,4057,'_yst_prominent_words_version','1'),(27115,4056,'job_application',''),(27116,4052,'job_application',''),(27117,3965,'job_application',''),(27118,3963,'job_application',''),(27119,3960,'smpush_mute_activated','no'),(27120,3960,'_yoast_wpseo_primary_location',''),(27121,3960,'job_application',''),(27122,3960,'_yoast_wpseo_content_score','60'),(27123,3960,'_yoast_wpseo_focuskeywords','[]'),(27124,3960,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27125,3963,'_yst_prominent_words_version','1'),(27126,3952,'job_application',''),(27127,3965,'_yst_prominent_words_version','1'),(27128,3936,'smpush_mute_activated','no'),(27129,3936,'_yoast_wpseo_primary_location',''),(27130,3936,'job_application',''),(27131,3936,'_yoast_wpseo_content_score','60'),(27132,3936,'_yoast_wpseo_focuskeywords','[]'),(27133,3936,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27134,3960,'_yst_prominent_words_version','1'),(27135,3932,'smpush_mute_activated','no'),(27136,3932,'_yoast_wpseo_primary_location',''),(27137,3932,'job_application',''),(27138,3932,'_yoast_wpseo_content_score','60'),(27139,3932,'_yoast_wpseo_focuskeywords','[]'),(27140,3932,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27141,3928,'smpush_mute_activated','no'),(27142,3928,'_yoast_wpseo_primary_location',''),(27143,3928,'job_application',''),(27144,3928,'_yoast_wpseo_content_score','60'),(27145,3928,'_yoast_wpseo_focuskeywords','[]'),(27146,3928,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27147,3936,'_yst_prominent_words_version','1'),(27148,3922,'smpush_mute_activated','no'),(27149,3922,'_yoast_wpseo_primary_location',''),(27150,3922,'job_application',''),(27151,3922,'_yoast_wpseo_content_score','60'),(27152,3922,'_yoast_wpseo_focuskeywords','[]'),(27153,3922,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27154,3932,'_yst_prominent_words_version','1'),(27155,3928,'_yst_prominent_words_version','1'),(27156,3921,'smpush_mute_activated','no'),(27157,3921,'_yoast_wpseo_primary_location',''),(27158,3921,'job_application',''),(27159,3921,'_yoast_wpseo_content_score','60'),(27160,3921,'_yoast_wpseo_focuskeywords','[]'),(27161,3921,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27162,3922,'_yst_prominent_words_version','1'),(27163,3888,'smpush_mute_activated','no'),(27164,3888,'_yoast_wpseo_primary_location',''),(27165,3888,'job_application',''),(27166,3888,'_yoast_wpseo_content_score','60'),(27167,3888,'_yoast_wpseo_focuskeywords','[]'),(27168,3888,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27169,3921,'_yst_prominent_words_version','1'),(27170,3888,'_yst_prominent_words_version','1'),(27171,3843,'_yst_prominent_words_version','1'),(27172,3843,'smpush_mute_activated','no'),(27173,3843,'_yoast_wpseo_primary_location',''),(27174,3843,'job_application',''),(27175,3843,'_yoast_wpseo_content_score','60'),(27176,3843,'_yoast_wpseo_focuskeywords','[]'),(27177,3843,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27178,2993,'job_application',''),(27179,8641,'xyz_smap','1'),(27181,2794,'smpush_mute_activated','no'),(27182,2794,'_yoast_wpseo_primary_location','33'),(27183,2794,'job_application',''),(27184,2794,'_yoast_wpseo_content_score','30'),(27185,2794,'_yoast_wpseo_focuskeywords','[]'),(27186,2794,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27187,2794,'_yst_prominent_words_version','1'),(27188,2668,'_yst_prominent_words_version','1'),(27189,2790,'smpush_mute_activated','no'),(27190,2790,'_yoast_wpseo_primary_location','33'),(27191,2790,'job_application',''),(27192,2790,'_yoast_wpseo_content_score','30'),(27193,2790,'_yoast_wpseo_focuskeywords','[]'),(27194,2790,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27195,2790,'_yst_prominent_words_version','1'),(27196,2668,'smpush_mute_activated','no'),(27197,2668,'_yoast_wpseo_primary_location','33'),(27198,2668,'job_application',''),(27199,2668,'_yoast_wpseo_content_score','60'),(27200,2668,'_yoast_wpseo_focuskeywords','[]'),(27201,2668,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27202,760,'job_application',''),(27203,709,'job_application',''),(27205,8680,'_edit_lock','1568302187:16'),(27206,8680,'_yst_prominent_words_version','1'),(27207,8680,'_thumbnail_id','8613'),(27208,8680,'_edit_last','16'),(27209,8680,'smpush_mute_activated','no'),(27210,8680,'_wp_old_slug','auto-draft'),(27211,8680,'_yoast_wpseo_primary_location','33'),(27212,8680,'job_position','a Digital Media Specialist'),(27213,8680,'job_type','Full-time'),(27214,8680,'job_company','A Radio station'),(27215,8680,'job_company_email','radiocvja@gmail.com'),(27216,8680,'job_expiration','2019-09-20'),(27217,8680,'job_application',''),(27218,8680,'_yoast_wpseo_content_score','30'),(27219,8680,'_yoast_wpseo_focuskeywords','[]'),(27220,8680,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27221,8611,'_wp_old_slug','a-chemical-company-sales-representative-8611'),(27222,8680,'_wp_old_slug','a-radio-station-digital-media-specialist-8680'),(27223,7407,'_wp_old_slug','bdo-administrative-assistant-7407'),(27224,8489,'_wp_old_slug','ttech-limited-human-resources-manager-8489'),(27225,2993,'_wp_old_slug','ramble-media-group-digital-media-executive-2993'),(27226,2794,'_wp_old_slug','a-new-venture-radio-station-maintenance-engineer-2794'),(27227,709,'_wp_old_slug','ramble-media-group-videographer-709'),(27228,760,'_wp_old_slug','ramble-media-group-driver-760'),(27229,2790,'_wp_old_slug','a-new-venture-radio-station-producer-2790'),(27230,2668,'_wp_old_slug','a-new-venture-radio-station-digital-media-manager-2668'),(27231,3386,'_yst_prominent_words_version','1'),(27232,2576,'_yst_prominent_words_version','1'),(27236,8681,'_edit_lock','1575032153:1'),(27237,8681,'_yst_prominent_words_version','1'),(27238,8683,'_wp_attached_file','2019/09/New-sue-ann-gordon-buzz-1.jpg'),(27239,8683,'wpmf_size','214012'),(27240,8683,'wpmf_filetype','jpg'),(27241,8683,'wpmf_order','0'),(27242,8683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:605;s:4:\"file\";s:37:\"2019/09/New-sue-ann-gordon-buzz-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"New-sue-ann-gordon-buzz-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:\"New-sue-ann-gordon-buzz-1-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"New-sue-ann-gordon-buzz-1-768x516.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(27243,8683,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.1259975816203145;s:5:\"bytes\";i:5299;s:11:\"size_before\";i:103375;s:10:\"size_after\";i:98076;s:4:\"time\";d:0.09;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.37;s:5:\"bytes\";i:468;s:11:\"size_before\";i:7350;s:10:\"size_after\";i:6882;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19;s:5:\"bytes\";i:825;s:11:\"size_before\";i:15908;s:10:\"size_after\";i:15083;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:4006;s:11:\"size_before\";i:80117;s:10:\"size_after\";i:76111;s:4:\"time\";d:0.05;}}}'),(27246,8685,'_edit_lock','1568333015:14'),(27247,8685,'_yst_prominent_words_version','1'),(27248,8686,'_edit_lock','1568302984:9'),(27249,8686,'_yst_prominent_words_version','1'),(27250,8686,'_thumbnail_id','6904'),(27251,8686,'_edit_last','9'),(27252,8686,'smpush_mute_activated','no'),(27253,8686,'_yoast_wpseo_primary_category','2'),(27254,8686,'_yoast_wpseo_primary_sub-category','11'),(27255,8686,'sponsored_url',''),(27256,8686,'_yoast_wpseo_content_score','30'),(27257,8686,'_yoast_wpseo_focuskeywords','[]'),(27258,8686,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27260,8686,'xyz_smap','1'),(27262,8688,'_edit_lock','1568304335:9'),(27263,8688,'_yst_prominent_words_version','1'),(27264,8689,'_wp_attached_file','2019/09/olivia-Babsy-grange.jpg'),(27265,8689,'wpmf_size','796647'),(27266,8689,'wpmf_filetype','jpg'),(27267,8689,'wpmf_order','0'),(27268,8689,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:31:\"2019/09/olivia-Babsy-grange.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"olivia-Babsy-grange-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:\"olivia-Babsy-grange-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:31:\"olivia-Babsy-grange-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:32:\"olivia-Babsy-grange-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"olivia-Babsy-grange-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567851632\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"150\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(27269,8689,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:660009;s:11:\"size_before\";i:796647;s:10:\"size_after\";i:136638;}'),(27270,8689,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.904874143111607;s:5:\"bytes\";i:6458;s:11:\"size_before\";i:222316;s:10:\"size_after\";i:215858;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.03;s:5:\"bytes\";i:296;s:11:\"size_before\";i:5880;s:10:\"size_after\";i:5584;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.41;s:5:\"bytes\";i:552;s:11:\"size_before\";i:12517;s:10:\"size_after\";i:11965;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.66;s:5:\"bytes\";i:1322;s:11:\"size_before\";i:49730;s:10:\"size_after\";i:48408;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.85;s:5:\"bytes\";i:2185;s:11:\"size_before\";i:76738;s:10:\"size_after\";i:74553;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.72;s:5:\"bytes\";i:2103;s:11:\"size_before\";i:77451;s:10:\"size_after\";i:75348;s:4:\"time\";d:0.04;}}}'),(27271,8688,'_thumbnail_id','7565'),(27272,8688,'_edit_last','9'),(27273,8688,'smpush_mute_activated','no'),(27274,8688,'_yoast_wpseo_primary_category','2'),(27275,8688,'_yoast_wpseo_primary_sub-category','14'),(27276,8688,'sponsored_url',''),(27277,8688,'_yoast_wpseo_metadesc','Bajan singer Rihanna has apologised to her fans and admitted she won\'t be releasing a new album any time soon.'),(27278,8688,'_yoast_wpseo_content_score','90'),(27279,8688,'_yoast_wpseo_focuskeywords','[]'),(27280,8688,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27282,8688,'xyz_smap','1'),(27284,8691,'_wp_attached_file','2019/09/south-beach-wings.jpg'),(27285,8691,'wpmf_size','150793'),(27286,8691,'wpmf_filetype','jpg'),(27287,8691,'wpmf_order','0'),(27288,8691,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:29:\"2019/09/south-beach-wings.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"south-beach-wings-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:\"south-beach-wings-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"south-beach-wings-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"south-beach-wings-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(27289,8691,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9788846934615845;s:5:\"bytes\";i:9663;s:11:\"size_before\";i:242857;s:10:\"size_after\";i:233194;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.63;s:5:\"bytes\";i:564;s:11:\"size_before\";i:8502;s:10:\"size_after\";i:7938;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95;s:5:\"bytes\";i:1240;s:11:\"size_before\";i:25067;s:10:\"size_after\";i:23827;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2;s:5:\"bytes\";i:4593;s:11:\"size_before\";i:109252;s:10:\"size_after\";i:104659;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.26;s:5:\"bytes\";i:3266;s:11:\"size_before\";i:100036;s:10:\"size_after\";i:96770;s:4:\"time\";d:0.04;}}}'),(27290,3040,'_yst_prominent_words_version','1'),(27291,8692,'_edit_lock','1568306735:9'),(27292,8692,'_yst_prominent_words_version','1'),(27293,8693,'_wp_attached_file','2019/09/South-Beach-Dining.jpg'),(27294,8693,'wpmf_size','64484'),(27295,8693,'wpmf_filetype','jpg'),(27296,8693,'wpmf_order','0'),(27297,8693,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:516;s:6:\"height\";i:290;s:4:\"file\";s:30:\"2019/09/South-Beach-Dining.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"South-Beach-Dining-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:\"South-Beach-Dining-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:11:{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\";}}'),(27298,8693,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.95139584028473;s:5:\"bytes\";i:1875;s:11:\"size_before\";i:26973;s:10:\"size_after\";i:25098;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.98;s:5:\"bytes\";i:750;s:11:\"size_before\";i:9395;s:10:\"size_after\";i:8645;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4;s:5:\"bytes\";i:1125;s:11:\"size_before\";i:17578;s:10:\"size_after\";i:16453;s:4:\"time\";d:0.01;}}}'),(27299,3040,'smpush_mute_activated','no'),(27300,3040,'_yoast_wpseo_focuskeywords','[]'),(27301,3040,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27302,8694,'_wp_attached_file','2019/09/Police-Stations-Horace-Chang.jpg'),(27303,8694,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:189456;s:11:\"size_before\";i:344930;s:10:\"size_after\";i:155474;}'),(27304,8694,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.6831630074573027;s:5:\"bytes\";i:6955;s:11:\"size_before\";i:259209;s:10:\"size_after\";i:252254;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.41;s:5:\"bytes\";i:360;s:11:\"size_before\";i:6654;s:10:\"size_after\";i:6294;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.58;s:5:\"bytes\";i:652;s:11:\"size_before\";i:14245;s:10:\"size_after\";i:13593;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.69;s:5:\"bytes\";i:1542;s:11:\"size_before\";i:57347;s:10:\"size_after\";i:55805;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.45;s:5:\"bytes\";i:2160;s:11:\"size_before\";i:88116;s:10:\"size_after\";i:85956;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.41;s:5:\"bytes\";i:2241;s:11:\"size_before\";i:92847;s:10:\"size_after\";i:90606;s:4:\"time\";d:0.05;}}}'),(27305,8694,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:927;s:4:\"file\";s:40:\"2019/09/Police-Stations-Horace-Chang.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Police-Stations-Horace-Chang-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:\"Police-Stations-Horace-Chang-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Police-Stations-Horace-Chang-768x475.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Police-Stations-Horace-Chang-1024x633.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:633;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Police-Stations-Horace-Chang-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(27306,8681,'_thumbnail_id','8691'),(27307,8681,'_edit_last','1'),(27308,8681,'smpush_mute_activated','no'),(27309,8681,'_yoast_wpseo_primary_offer-category',''),(27310,8681,'_yoast_wpseo_primary_location','33'),(27311,8681,'offer_expiration','2019-11-30'),(27312,8681,'offer_fullprice','2500'),(27313,8681,'offer_discount','20'),(27314,8681,'offer_price','2000'),(27315,8681,'offer_description','Choose one of our signature sauces to go with your 6 wings and a 200ml flask of your choice of Smirnoff Vodka, JWN White Rum, Appleton Special and Campari.'),(27316,8681,'offer_code','BUZZSOUTHBEACH'),(27317,8681,'offer_shortcode','[totalpoll id=\"8704\"]'),(27318,8681,'offer_company','C&C South Beach'),(27319,8681,'offer_companyurl','https://www.google.com/maps/place/C+%26+C+South+Beach/@18.0044069,-76.7804861,15z/data=!4m2!3m1!1s0x0:0x949dd1909c1b61e1?sa=X&ved=2ahUKEwit88uU0svkAhWSv1kKHdTUCMUQ_BIwCnoECA8QCA'),(27320,8681,'post_gallery_id','a:2:{i:0;s:4:\"8691\";i:1;s:4:\"8693\";}'),(27321,8681,'_yoast_wpseo_content_score','30'),(27322,8681,'_yoast_wpseo_focuskeywords','[]'),(27323,8681,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27324,8695,'_wp_attached_file','2019/09/Andrew-holness-miss-lou-family-member.2JPG.jpg'),(27325,8695,'wpmf_size','818143'),(27326,8695,'wpmf_filetype','jpg'),(27327,8695,'wpmf_order','0'),(27328,8695,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:54:\"2019/09/Andrew-holness-miss-lou-family-member.2JPG.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Andrew-holness-miss-lou-family-member.2JPG-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:54:\"Andrew-holness-miss-lou-family-member.2JPG-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:54:\"Andrew-holness-miss-lou-family-member.2JPG-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:55:\"Andrew-holness-miss-lou-family-member.2JPG-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"Andrew-holness-miss-lou-family-member.2JPG-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567967026\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(27329,8695,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:553025;s:11:\"size_before\";i:818143;s:10:\"size_after\";i:265118;}'),(27330,8695,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.325498955955907;s:5:\"bytes\";i:17815;s:11:\"size_before\";i:411860;s:10:\"size_after\";i:394045;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.85;s:5:\"bytes\";i:568;s:11:\"size_before\";i:8293;s:10:\"size_after\";i:7725;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.05;s:5:\"bytes\";i:1204;s:11:\"size_before\";i:19903;s:10:\"size_after\";i:18699;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.61;s:5:\"bytes\";i:4282;s:11:\"size_before\";i:92814;s:10:\"size_after\";i:88532;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.03;s:5:\"bytes\";i:5915;s:11:\"size_before\";i:146927;s:10:\"size_after\";i:141012;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.06;s:5:\"bytes\";i:5846;s:11:\"size_before\";i:143923;s:10:\"size_after\";i:138077;s:4:\"time\";d:0.05;}}}'),(27331,8696,'_wp_attached_file','2019/09/Andrew-holness-miss-lou-relative.2JPG.jpg'),(27332,8696,'wpmf_size','522408'),(27333,8696,'wpmf_filetype','jpg'),(27334,8696,'wpmf_order','0'),(27335,8696,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1001;s:4:\"file\";s:49:\"2019/09/Andrew-holness-miss-lou-relative.2JPG.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Andrew-holness-miss-lou-relative.2JPG-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:\"Andrew-holness-miss-lou-relative.2JPG-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:49:\"Andrew-holness-miss-lou-relative.2JPG-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:50:\"Andrew-holness-miss-lou-relative.2JPG-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"Andrew-holness-miss-lou-relative.2JPG-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567967034\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(27336,8696,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:326710;s:11:\"size_before\";i:522408;s:10:\"size_after\";i:195698;}'),(27337,8696,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4026377467676636;s:5:\"bytes\";i:11019;s:11:\"size_before\";i:323837;s:10:\"size_after\";i:312818;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.33;s:5:\"bytes\";i:489;s:11:\"size_before\";i:7729;s:10:\"size_after\";i:7240;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.97;s:5:\"bytes\";i:1086;s:11:\"size_before\";i:18197;s:10:\"size_after\";i:17111;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.72;s:5:\"bytes\";i:2761;s:11:\"size_before\";i:74223;s:10:\"size_after\";i:71462;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.02;s:5:\"bytes\";i:3412;s:11:\"size_before\";i:113132;s:10:\"size_after\";i:109720;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:3271;s:11:\"size_before\";i:110556;s:10:\"size_after\";i:107285;s:4:\"time\";d:0.07;}}}'),(27338,8697,'_wp_attached_file','2019/09/Andrew-holness-miss-lou-renaming-gordon-town-square.2JPG.jpg'),(27339,8697,'wpmf_size','83423'),(27340,8697,'wpmf_filetype','jpg'),(27341,8697,'wpmf_order','0'),(27342,8697,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:720;s:4:\"file\";s:68:\"2019/09/Andrew-holness-miss-lou-renaming-gordon-town-square.2JPG.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"Andrew-holness-miss-lou-renaming-gordon-town-square.2JPG-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:68:\"Andrew-holness-miss-lou-renaming-gordon-town-square.2JPG-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:68:\"Andrew-holness-miss-lou-renaming-gordon-town-square.2JPG-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:69:\"Andrew-holness-miss-lou-renaming-gordon-town-square.2JPG-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:69:\"Andrew-holness-miss-lou-renaming-gordon-town-square.2JPG-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(27343,8697,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.4389548603302407;s:5:\"bytes\";i:7700;s:11:\"size_before\";i:315709;s:10:\"size_after\";i:308009;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.17;s:5:\"bytes\";i:483;s:11:\"size_before\";i:7834;s:10:\"size_after\";i:7351;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.67;s:5:\"bytes\";i:784;s:11:\"size_before\";i:16799;s:10:\"size_after\";i:16015;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.57;s:5:\"bytes\";i:1858;s:11:\"size_before\";i:72282;s:10:\"size_after\";i:70424;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1;s:5:\"bytes\";i:2301;s:11:\"size_before\";i:109652;s:10:\"size_after\";i:107351;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.08;s:5:\"bytes\";i:2274;s:11:\"size_before\";i:109142;s:10:\"size_after\";i:106868;s:4:\"time\";d:0.05;}}}'),(27344,8698,'_wp_attached_file','2019/09/Andrew-holness-festival-queen-miss-lou-Copy.jpg'),(27345,8698,'wpmf_size','856816'),(27346,8698,'wpmf_filetype','jpg'),(27347,8698,'wpmf_order','0'),(27348,8698,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:55:\"2019/09/Andrew-holness-festival-queen-miss-lou-Copy.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Andrew-holness-festival-queen-miss-lou-Copy-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:55:\"Andrew-holness-festival-queen-miss-lou-Copy-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:55:\"Andrew-holness-festival-queen-miss-lou-Copy-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:56:\"Andrew-holness-festival-queen-miss-lou-Copy-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:56:\"Andrew-holness-festival-queen-miss-lou-Copy-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567973871\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"5000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(27349,8698,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:710361;s:11:\"size_before\";i:856816;s:10:\"size_after\";i:146455;}'),(27350,8698,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9331641601671827;s:5:\"bytes\";i:7074;s:11:\"size_before\";i:241173;s:10:\"size_after\";i:234099;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.47;s:5:\"bytes\";i:338;s:11:\"size_before\";i:6175;s:10:\"size_after\";i:5837;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.58;s:5:\"bytes\";i:632;s:11:\"size_before\";i:13786;s:10:\"size_after\";i:13154;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79;s:5:\"bytes\";i:1518;s:11:\"size_before\";i:54423;s:10:\"size_after\";i:52905;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.73;s:5:\"bytes\";i:2282;s:11:\"size_before\";i:83547;s:10:\"size_after\";i:81265;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.77;s:5:\"bytes\";i:2304;s:11:\"size_before\";i:83242;s:10:\"size_after\";i:80938;s:4:\"time\";d:0.03;}}}'),(27351,8699,'_wp_attached_file','2019/09/Andrew-holness-festival-queen-miss-lou.jpg'),(27352,8699,'wpmf_size','856816'),(27353,8699,'wpmf_filetype','jpg'),(27354,8699,'wpmf_order','0'),(27355,8699,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:50:\"2019/09/Andrew-holness-festival-queen-miss-lou.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Andrew-holness-festival-queen-miss-lou-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:50:\"Andrew-holness-festival-queen-miss-lou-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:50:\"Andrew-holness-festival-queen-miss-lou-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:51:\"Andrew-holness-festival-queen-miss-lou-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"Andrew-holness-festival-queen-miss-lou-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567973871\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"5000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(27356,8699,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:710361;s:11:\"size_before\";i:856816;s:10:\"size_after\";i:146455;}'),(27357,8699,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9331641601671827;s:5:\"bytes\";i:7074;s:11:\"size_before\";i:241173;s:10:\"size_after\";i:234099;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.47;s:5:\"bytes\";i:338;s:11:\"size_before\";i:6175;s:10:\"size_after\";i:5837;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.58;s:5:\"bytes\";i:632;s:11:\"size_before\";i:13786;s:10:\"size_after\";i:13154;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79;s:5:\"bytes\";i:1518;s:11:\"size_before\";i:54423;s:10:\"size_after\";i:52905;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.73;s:5:\"bytes\";i:2282;s:11:\"size_before\";i:83547;s:10:\"size_after\";i:81265;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.77;s:5:\"bytes\";i:2304;s:11:\"size_before\";i:83242;s:10:\"size_after\";i:80938;s:4:\"time\";d:0.04;}}}'),(27358,8700,'_wp_attached_file','2019/09/Andrew-holness-miss-lou.2JPG.jpg'),(27359,8700,'wpmf_size','774388'),(27360,8700,'wpmf_filetype','jpg'),(27361,8700,'wpmf_order','0'),(27362,8700,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:40:\"2019/09/Andrew-holness-miss-lou.2JPG.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Andrew-holness-miss-lou.2JPG-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:\"Andrew-holness-miss-lou.2JPG-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:40:\"Andrew-holness-miss-lou.2JPG-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:41:\"Andrew-holness-miss-lou.2JPG-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Andrew-holness-miss-lou.2JPG-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567972128\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"300\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:18:\"0.0055555555555556\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(27363,8700,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:552849;s:11:\"size_before\";i:774388;s:10:\"size_after\";i:221539;}'),(27364,8700,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.846286135451642;s:5:\"bytes\";i:20900;s:11:\"size_before\";i:305275;s:10:\"size_after\";i:284375;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.84;s:5:\"bytes\";i:513;s:11:\"size_before\";i:7501;s:10:\"size_after\";i:6988;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62;s:5:\"bytes\";i:975;s:11:\"size_before\";i:14736;s:10:\"size_after\";i:13761;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.63;s:5:\"bytes\";i:3656;s:11:\"size_before\";i:64959;s:10:\"size_after\";i:61303;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.26;s:5:\"bytes\";i:7982;s:11:\"size_before\";i:109993;s:10:\"size_after\";i:102011;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.19;s:5:\"bytes\";i:7774;s:11:\"size_before\";i:108086;s:10:\"size_after\";i:100312;s:4:\"time\";d:0.04;}}}'),(27365,8701,'_wp_attached_file','2019/09/Andrew-holness-miss-lou.jpg'),(27366,8701,'wpmf_size','780269'),(27367,8701,'wpmf_filetype','jpg'),(27368,8701,'wpmf_order','0'),(27369,8701,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2019/09/Andrew-holness-miss-lou.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Andrew-holness-miss-lou-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:\"Andrew-holness-miss-lou-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:35:\"Andrew-holness-miss-lou-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:36:\"Andrew-holness-miss-lou-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Andrew-holness-miss-lou-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567974472\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:4:\"5000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(27370,8701,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:623472;s:11:\"size_before\";i:780269;s:10:\"size_after\";i:156797;}'),(27371,8701,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.924693589403869;s:5:\"bytes\";i:7395;s:11:\"size_before\";i:252847;s:10:\"size_after\";i:245452;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.58;s:5:\"bytes\";i:373;s:11:\"size_before\";i:6679;s:10:\"size_after\";i:6306;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.55;s:5:\"bytes\";i:660;s:11:\"size_before\";i:14490;s:10:\"size_after\";i:13830;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.98;s:5:\"bytes\";i:1696;s:11:\"size_before\";i:56934;s:10:\"size_after\";i:55238;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.68;s:5:\"bytes\";i:2356;s:11:\"size_before\";i:87985;s:10:\"size_after\";i:85629;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.66;s:5:\"bytes\";i:2310;s:11:\"size_before\";i:86759;s:10:\"size_after\";i:84449;s:4:\"time\";d:0.04;}}}'),(27372,8692,'_thumbnail_id','8694'),(27373,8692,'_edit_last','9'),(27374,8692,'smpush_mute_activated','no'),(27375,8692,'_yoast_wpseo_primary_category','4'),(27376,8692,'_yoast_wpseo_primary_sub-category','16'),(27377,8692,'sponsored_url',''),(27378,8692,'_yoast_wpseo_metadesc','Another 14 police stations across the island are being renovated at a cost of $195 million as the Government continues to improve the working conditions of members of the Jamaica Constabulary Force (JCF).'),(27379,8692,'_yoast_wpseo_content_score','30'),(27380,8692,'_yoast_wpseo_focuskeywords','[]'),(27381,8692,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27383,8692,'xyz_smap','1'),(27385,8704,'_edit_lock','1568389438:16'),(27386,8704,'_yst_prominent_words_version','1'),(27387,8705,'_edit_lock','1568308615:9'),(27388,8705,'_yst_prominent_words_version','1'),(27389,8704,'_edit_last','16'),(27390,8704,'smpush_mute_activated','no'),(27391,8704,'_yoast_wpseo_content_score','30'),(27392,8704,'_yoast_wpseo_focuskeywords','[]'),(27393,8704,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27394,8708,'_wp_attached_file','2019/09/Kiprich-KISS.jpg'),(27395,8708,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.8187252687532904;s:5:\"bytes\";i:6639;s:11:\"size_before\";i:235532;s:10:\"size_after\";i:228893;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.26;s:5:\"bytes\";i:315;s:11:\"size_before\";i:5990;s:10:\"size_after\";i:5675;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.59;s:5:\"bytes\";i:573;s:11:\"size_before\";i:12484;s:10:\"size_after\";i:11911;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.88;s:5:\"bytes\";i:1504;s:11:\"size_before\";i:52138;s:10:\"size_after\";i:50634;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.53;s:5:\"bytes\";i:2111;s:11:\"size_before\";i:83429;s:10:\"size_after\";i:81318;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.62;s:5:\"bytes\";i:2136;s:11:\"size_before\";i:81491;s:10:\"size_after\";i:79355;s:4:\"time\";d:0.03;}}}'),(27396,8708,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2019/09/Kiprich-KISS.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Kiprich-KISS-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:\"Kiprich-KISS-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:24:\"Kiprich-KISS-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:25:\"Kiprich-KISS-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Kiprich-KISS-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(27397,8705,'_thumbnail_id','8708'),(27398,8705,'_edit_last','9'),(27399,8705,'smpush_mute_activated','no'),(27400,8705,'_yoast_wpseo_primary_category','2'),(27401,8705,'_yoast_wpseo_primary_sub-category','14'),(27402,8705,'sponsored_url',''),(27403,8705,'_yoast_wpseo_content_score','90'),(27404,8705,'_yoast_wpseo_focuskeywords','[]'),(27405,8705,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27407,8705,'xyz_smap','1'),(27409,8705,'_yoast_wpseo_metadesc','Dancehall artiste Kiprich has landed a major endorsement deal, as one of his songs, Assurance, has been used in a television commercial for the launch of the new Rouge Cordless Flat Iron by US-Korean beauty giant, KISS.'),(27410,8710,'_edit_lock','1596725935:1'),(27411,8710,'_yst_prominent_words_version','1'),(27418,8712,'_wp_attached_file','2019/09/will-glen-pharmacy-1.jpg'),(27419,8712,'wpmf_size','51026'),(27420,8712,'wpmf_filetype','jpg'),(27421,8712,'wpmf_order','0'),(27422,8712,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:818;s:6:\"height\";i:824;s:4:\"file\";s:32:\"2019/09/will-glen-pharmacy-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"will-glen-pharmacy-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:32:\"will-glen-pharmacy-1-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"will-glen-pharmacy-1-768x774.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:774;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"will-glen-pharmacy-1-818x655.jpg\";s:5:\"width\";i:818;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(27423,8712,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.63106980273141;s:5:\"bytes\";i:12186;s:11:\"size_before\";i:126528;s:10:\"size_after\";i:114342;s:4:\"time\";d:0.09;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6;s:5:\"bytes\";i:690;s:11:\"size_before\";i:8023;s:10:\"size_after\";i:7333;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.97;s:5:\"bytes\";i:1431;s:11:\"size_before\";i:17948;s:10:\"size_after\";i:16517;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9;s:5:\"bytes\";i:5337;s:11:\"size_before\";i:53896;s:10:\"size_after\";i:48559;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.13;s:5:\"bytes\";i:4728;s:11:\"size_before\";i:46661;s:10:\"size_after\";i:41933;s:4:\"time\";d:0.03;}}}'),(27424,8713,'_edit_lock','1568309229:9'),(27425,8713,'_yst_prominent_words_version','1'),(27426,8714,'_wp_attached_file','2019/09/Ford-Ranger-Limited-B.jpg'),(27427,8714,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.269633098443651;s:5:\"bytes\";i:42093;s:11:\"size_before\";i:671379;s:10:\"size_after\";i:629286;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.38;s:5:\"bytes\";i:678;s:11:\"size_before\";i:9189;s:10:\"size_after\";i:8511;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.01;s:5:\"bytes\";i:1726;s:11:\"size_before\";i:24610;s:10:\"size_after\";i:22884;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.37;s:5:\"bytes\";i:9167;s:11:\"size_before\";i:143953;s:10:\"size_after\";i:134786;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.23;s:5:\"bytes\";i:16673;s:11:\"size_before\";i:267493;s:10:\"size_after\";i:250820;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12;s:5:\"bytes\";i:13849;s:11:\"size_before\";i:226134;s:10:\"size_after\";i:212285;s:4:\"time\";d:0.07;}}}'),(27428,8714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:33:\"2019/09/Ford-Ranger-Limited-B.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Ford-Ranger-Limited-B-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:\"Ford-Ranger-Limited-B-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Ford-Ranger-Limited-B-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Ford-Ranger-Limited-B-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Ford-Ranger-Limited-B-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566148779\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(27429,8715,'_wp_attached_file','2019/09/Ford-Ranger-Limited-A.jpg'),(27430,8715,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.6529007294746276;s:5:\"bytes\";i:21808;s:11:\"size_before\";i:597005;s:10:\"size_after\";i:575197;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.56;s:5:\"bytes\";i:543;s:11:\"size_before\";i:8280;s:10:\"size_after\";i:7737;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.44;s:5:\"bytes\";i:1268;s:11:\"size_before\";i:19692;s:10:\"size_after\";i:18424;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.85;s:5:\"bytes\";i:7107;s:11:\"size_before\";i:121389;s:10:\"size_after\";i:114282;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6;s:5:\"bytes\";i:12890;s:11:\"size_before\";i:230267;s:10:\"size_after\";i:217377;s:4:\"time\";d:0.12;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:217377;s:10:\"size_after\";i:217377;s:4:\"time\";d:0.07;}}}'),(27431,8715,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:655;s:4:\"file\";s:33:\"2019/09/Ford-Ranger-Limited-A.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Ford-Ranger-Limited-A-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:\"Ford-Ranger-Limited-A-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Ford-Ranger-Limited-A-768x491.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Ford-Ranger-Limited-A-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Ford-Ranger-Limited-A-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566148959\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(27432,8716,'_wp_attached_file','2019/09/Ford-Ranger-Limited-C.jpg'),(27433,8716,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7715448549783015;s:5:\"bytes\";i:15383;s:11:\"size_before\";i:407870;s:10:\"size_after\";i:392487;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.84;s:5:\"bytes\";i:451;s:11:\"size_before\";i:7723;s:10:\"size_after\";i:7272;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.17;s:5:\"bytes\";i:886;s:11:\"size_before\";i:17153;s:10:\"size_after\";i:16267;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.51;s:5:\"bytes\";i:2964;s:11:\"size_before\";i:84516;s:10:\"size_after\";i:81552;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:5691;s:11:\"size_before\";i:153399;s:10:\"size_after\";i:147708;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.72;s:5:\"bytes\";i:5391;s:11:\"size_before\";i:145079;s:10:\"size_after\";i:139688;s:4:\"time\";d:0.05;}}}'),(27434,8716,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:709;s:4:\"file\";s:33:\"2019/09/Ford-Ranger-Limited-C.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Ford-Ranger-Limited-C-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:\"Ford-Ranger-Limited-C-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Ford-Ranger-Limited-C-768x532.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:532;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Ford-Ranger-Limited-C-1024x709.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Ford-Ranger-Limited-C-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566149052\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(27435,8717,'_edit_lock','1568321696:13'),(27436,8717,'_yst_prominent_words_version','1'),(27437,8713,'_thumbnail_id','8714'),(27438,8713,'_edit_last','9'),(27439,8713,'smpush_mute_activated','no'),(27440,8713,'_yoast_wpseo_primary_category','2'),(27441,8713,'_yoast_wpseo_primary_sub-category','16'),(27442,8713,'sponsored_url',''),(27443,8713,'_yoast_wpseo_metadesc','Built to do battle against the Asian and German class rivals, the 2019 Ranger Limited brings in the expertise Ford is known for.'),(27444,8713,'_yoast_wpseo_content_score','60'),(27445,8713,'_yoast_wpseo_focuskeywords','[]'),(27446,8713,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27448,8713,'xyz_smap','1'),(27450,8710,'_edit_last','1'),(27451,8710,'smpush_mute_activated','no'),(27452,8710,'_yoast_wpseo_primary_offer-category',''),(27453,8710,'_yoast_wpseo_primary_location','33'),(27454,8710,'offer_expiration','2020-01-31'),(27455,8710,'offer_fullprice',''),(27456,8710,'offer_discount','5'),(27457,8710,'offer_price','0'),(27458,8710,'offer_description','5% on all pharmacy items with BUZZ code! \r\nLocation: 11 Duhaney Drive, Kingston'),(27459,8710,'offer_code','BUZZPHARM'),(27460,8710,'offer_shortcode','[totalpoll id=\"8717\"]'),(27461,8710,'offer_company','Will-Glen Pharmacy '),(27462,8710,'offer_companyurl','wllglenpharmacy@gmail.com'),(27463,8710,'post_gallery_id','a:1:{i:0;s:4:\"8712\";}'),(27464,8710,'_yoast_wpseo_content_score','30'),(27465,8710,'_yoast_wpseo_focuskeywords','[]'),(27466,8710,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27467,8719,'_edit_lock','1568310508:9'),(27468,8719,'_yst_prominent_words_version','1'),(27469,8720,'_wp_attached_file','2019/09/terrence-howard.jpg'),(27470,8720,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.615221440397351;s:5:\"bytes\";i:2795;s:11:\"size_before\";i:77312;s:10:\"size_after\";i:74517;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.36;s:5:\"bytes\";i:316;s:11:\"size_before\";i:5894;s:10:\"size_after\";i:5578;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.56;s:5:\"bytes\";i:606;s:11:\"size_before\";i:13298;s:10:\"size_after\";i:12692;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.22;s:5:\"bytes\";i:1873;s:11:\"size_before\";i:58120;s:10:\"size_after\";i:56247;s:4:\"time\";d:0.05;}}}'),(27471,8720,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:27:\"2019/09/terrence-howard.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"terrence-howard-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:\"terrence-howard-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"terrence-howard-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:23:\"Johns PKI / Splash News\";s:6:\"camera\";s:9:\"NIKON D3X\";s:7:\"caption\";s:446:\"Cast and celebrity guests arrive on the red carpet at the New York premiere of the new film \"The Butler\", held at the Ziegfeld Theatre in NYC.\r<P>\rPictured: Heaven Howard and Terrence D. Howard\r<P><B>Ref: SPL590130  050813  </B><BR />\rPicture by: Johns PKI / Splash News<BR />\r</P><P>\r<B>Splash News and Pictures</B><BR />\rLos Angeles:	310-821-2666<BR />\rNew York:	212-619-2666<BR />\rLondon:	870-934-2666<BR />\rphotodesk@splashnews.com<BR />\r</P>\";s:17:\"created_timestamp\";s:10:\"1375728640\";s:9:\"copyright\";s:21:\"© www.splashnews.com\";s:12:\"focal_length\";s:2:\"26\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:71:\"Cast and celebrity guests arrive at the premiere of \"The Butler\" in NYC\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(27472,8719,'_thumbnail_id','8720'),(27473,8719,'_edit_last','9'),(27474,8719,'smpush_mute_activated','no'),(27475,8719,'_yoast_wpseo_primary_category','3'),(27476,8719,'_yoast_wpseo_primary_sub-category','14'),(27477,8719,'sponsored_url',''),(27478,8719,'_yoast_wpseo_metadesc','American actor Terrence Howard has claimed he is planning to turn his back on his profession and focus on \"truth\" when the sixth and final season of Empire - on which he plays music mogul Lucious Lyon - comes to an end.'),(27479,8719,'_yoast_wpseo_content_score','30'),(27480,8719,'_yoast_wpseo_focuskeywords','[]'),(27481,8719,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27483,8719,'xyz_smap','1'),(27489,8717,'_edit_last','13'),(27490,8717,'smpush_mute_activated','no'),(27491,8717,'_yoast_wpseo_content_score','30'),(27492,8717,'_yoast_wpseo_focuskeywords','[]'),(27493,8717,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27494,8724,'_wp_attached_file','2019/09/pharmacy-photo.jpg'),(27495,8724,'wpmf_size','225375'),(27496,8724,'wpmf_filetype','jpg'),(27497,8724,'wpmf_order','0'),(27498,8724,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:26:\"2019/09/pharmacy-photo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"pharmacy-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:26:\"pharmacy-photo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"pharmacy-photo-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"pharmacy-photo-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(27499,8724,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.44001772239336;s:5:\"bytes\";i:12727;s:11:\"size_before\";i:286643;s:10:\"size_after\";i:273916;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.15;s:5:\"bytes\";i:508;s:11:\"size_before\";i:8256;s:10:\"size_after\";i:7748;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.42;s:5:\"bytes\";i:1406;s:11:\"size_before\";i:25959;s:10:\"size_after\";i:24553;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.61;s:5:\"bytes\";i:4305;s:11:\"size_before\";i:119156;s:10:\"size_after\";i:114851;s:4:\"time\";d:0.1;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.88;s:5:\"bytes\";i:6508;s:11:\"size_before\";i:133272;s:10:\"size_after\";i:126764;s:4:\"time\";d:0.07;}}}'),(27500,8710,'_thumbnail_id','8724'),(27503,8573,'_yoast_wpseo_primary_sub-category','16'),(27504,8573,'sponsored_url',''),(27505,8726,'_edit_lock','1568318571:9'),(27506,8726,'_yst_prominent_words_version','1'),(27507,8727,'_wp_attached_file','2019/09/bounty-killer-alliance.jpg'),(27508,8727,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.432481437586734;s:5:\"bytes\";i:10726;s:11:\"size_before\";i:197442;s:10:\"size_after\";i:186716;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.82;s:5:\"bytes\";i:346;s:11:\"size_before\";i:5946;s:10:\"size_after\";i:5600;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.15;s:5:\"bytes\";i:549;s:11:\"size_before\";i:8932;s:10:\"size_after\";i:8383;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.68;s:5:\"bytes\";i:2290;s:11:\"size_before\";i:40306;s:10:\"size_after\";i:38016;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.59;s:5:\"bytes\";i:3582;s:11:\"size_before\";i:64039;s:10:\"size_after\";i:60457;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.06;s:5:\"bytes\";i:3959;s:11:\"size_before\";i:78219;s:10:\"size_after\";i:74260;s:4:\"time\";d:0.04;}}}'),(27509,8727,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1260;s:6:\"height\";i:700;s:4:\"file\";s:34:\"2019/09/bounty-killer-alliance.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"bounty-killer-alliance-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:\"bounty-killer-alliance-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"bounty-killer-alliance-768x427.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"bounty-killer-alliance-1024x569.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"bounty-killer-alliance-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(27510,8726,'_edit_last','9'),(27511,8726,'smpush_mute_activated','no'),(27512,8726,'_yoast_wpseo_primary_category','2'),(27513,8726,'_yoast_wpseo_primary_sub-category','14'),(27514,8726,'sponsored_url',''),(27515,8726,'_yoast_wpseo_metadesc','Jamaican entertainer Bounty Killer believes that a large percentage of the music being released by up-and-coming artistes is not dancehall.'),(27516,8726,'_yoast_wpseo_content_score','90'),(27517,8726,'_yoast_wpseo_focuskeywords','[]'),(27518,8726,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27520,8726,'xyz_smap','1'),(27523,8726,'_thumbnail_id','8727'),(27529,8729,'_edit_lock','1568319449:9'),(27530,8729,'_yst_prominent_words_version','1'),(27531,8730,'_wp_attached_file','2019/09/dj-khaled.jpg'),(27532,8730,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.263741134751773;s:5:\"bytes\";i:3800;s:11:\"size_before\";i:72192;s:10:\"size_after\";i:68392;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1;s:5:\"bytes\";i:415;s:11:\"size_before\";i:6802;s:10:\"size_after\";i:6387;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.36;s:5:\"bytes\";i:646;s:11:\"size_before\";i:12047;s:10:\"size_after\";i:11401;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.13;s:5:\"bytes\";i:2739;s:11:\"size_before\";i:53343;s:10:\"size_after\";i:50604;s:4:\"time\";d:0.02;}}}'),(27533,8730,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:21:\"2019/09/dj-khaled.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"dj-khaled-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:\"dj-khaled-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"dj-khaled-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:29:\"Xavier Collin/IPA/Splash News\";s:6:\"camera\";s:22:\"Canon EOS-1D X Mark II\";s:7:\"caption\";s:545:\"WEST HOLLYWOOD, LOS ANGELES, CA, USA - FEBRUARY 09: 2017 Billboard Power 100 Celebration held at Cecconi\'s on February 9, 2017 in West Hollywood, Los Angeles, California, United States. (Photo by Xavier Collin/Image Press Agency/Splash News)\r<P>\rPictured: DJ Khaled, Khaled Mohamed Khaled\r<B>Ref: SPL1438953  090217  </B><BR />\rPicture by: Xavier Collin/IPA/Splash News<BR />\r</P><P>\r<B>Splash News and Pictures</B><BR />\rLos Angeles:	310-821-2666<BR />\rNew York:	212-619-2666<BR />\rLondon:	870-934-2666<BR />\rphotodesk@splashnews.com<BR />\r</P>\";s:17:\"created_timestamp\";s:10:\"1486699095\";s:9:\"copyright\";s:21:\"© www.splashnews.com\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:36:\"2017 Billboard Power 100 Celebration\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:65:{i:0;s:6:\"Hilton\";i:1;s:2:\"AA\";i:2;s:17:\"American Airlines\";i:3;s:14:\"Music Industry\";i:4;s:25:\"59th Annual GRAMMY Awards\";i:5;s:18:\"59th Grammy Awards\";i:6;s:13:\"Grammy Awards\";i:7;s:6:\"Grammy\";i:8;s:5:\"Music\";i:9;s:11:\"Image Press\";i:10;s:18:\"Image Press Agency\";i:11;s:3:\"IPA\";i:12;s:3:\"USA\";i:13;s:13:\"United States\";i:14;s:24:\"United States Of America\";i:15;s:7:\"America\";i:16;s:10:\"California\";i:17;s:2:\"CA\";i:18;s:11:\"Los Angeles\";i:19;s:24:\"Los Angeles - California\";i:20;s:19:\"City of Los Angeles\";i:21;s:9:\"Hollywood\";i:22;s:23:\"Hollywood - Los Angeles\";i:23;s:22:\"Hollywood - California\";i:24;s:14:\"West Hollywood\";i:25;s:28:\"West Hollywood - Los Angeles\";i:26;s:27:\"West Hollywood - California\";i:27;s:5:\"Event\";i:28;s:10:\"Red Carpet\";i:29;s:30:\"Arts Culture and Entertainment\";i:30;s:16:\"Red Carpet Event\";i:31;s:9:\"Editorial\";i:32;s:7:\"Arrival\";i:33;s:9:\"Attending\";i:34;s:11:\"Celebrities\";i:35;s:4:\"Arts\";i:36;s:7:\"Culture\";i:37;s:13:\"Entertainment\";i:38;s:11:\"Full Length\";i:39;s:8:\"Headshot\";i:40;s:6:\"Posing\";i:41;s:8:\"Portrait\";i:42;s:7:\"Smiling\";i:43;s:11:\"Eye Contact\";i:44;s:7:\"Fashion\";i:45;s:17:\"Looking At Camera\";i:46;s:11:\"Photography\";i:47;s:13:\"Entertainment\";i:48;s:22:\"Arts and entertainment\";i:49;s:9:\"Celebrity\";i:50;s:20:\"Celebrity red carpet\";i:51;s:13:\"Entertainment\";i:52;s:22:\"Arts and entertainment\";i:53;s:6:\"People\";i:54;s:4:\"2017\";i:55;s:10:\"Photograph\";i:56;s:5:\"Image\";i:57;s:6:\"Annual\";i:58;s:12:\"Annual Event\";i:59;s:9:\"Billboard\";i:60;s:19:\"Billboard Power 100\";i:61;s:5:\"Power\";i:62;s:3:\"100\";i:63;s:9:\"Cecconi\'s\";i:64;s:4:\"Citi\";}}}'),(27534,8731,'_wp_attached_file','2019/09/windrush-buzz-feature-8.jpg'),(27535,8731,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.259142638065099;s:5:\"bytes\";i:16164;s:11:\"size_before\";i:379513;s:10:\"size_after\";i:363349;s:4:\"time\";d:0.23;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.64;s:5:\"bytes\";i:516;s:11:\"size_before\";i:7775;s:10:\"size_after\";i:7259;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.86;s:5:\"bytes\";i:1039;s:11:\"size_before\";i:17743;s:10:\"size_after\";i:16704;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.14;s:5:\"bytes\";i:3390;s:11:\"size_before\";i:81904;s:10:\"size_after\";i:78514;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.07;s:5:\"bytes\";i:5550;s:11:\"size_before\";i:136407;s:10:\"size_after\";i:130857;s:4:\"time\";d:0.08;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.18;s:5:\"bytes\";i:5669;s:11:\"size_before\";i:135684;s:10:\"size_after\";i:130015;s:4:\"time\";d:0.07;}}}'),(27536,8731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2019/09/windrush-buzz-feature-8.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"windrush-buzz-feature-8-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:\"windrush-buzz-feature-8-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:35:\"windrush-buzz-feature-8-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:36:\"windrush-buzz-feature-8-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"windrush-buzz-feature-8-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(27537,8732,'_wp_attached_file','2019/09/windrush-buzz-feature-9.jpg'),(27538,8732,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.671955412930801;s:5:\"bytes\";i:20353;s:11:\"size_before\";i:435642;s:10:\"size_after\";i:415289;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.07;s:5:\"bytes\";i:665;s:11:\"size_before\";i:9408;s:10:\"size_after\";i:8743;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.76;s:5:\"bytes\";i:1162;s:11:\"size_before\";i:20166;s:10:\"size_after\";i:19004;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.86;s:5:\"bytes\";i:4714;s:11:\"size_before\";i:97081;s:10:\"size_after\";i:92367;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.43;s:5:\"bytes\";i:6884;s:11:\"size_before\";i:155316;s:10:\"size_after\";i:148432;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.51;s:5:\"bytes\";i:6928;s:11:\"size_before\";i:153671;s:10:\"size_after\";i:146743;s:4:\"time\";d:0.04;}}}'),(27539,8732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2019/09/windrush-buzz-feature-9.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"windrush-buzz-feature-9-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:\"windrush-buzz-feature-9-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:35:\"windrush-buzz-feature-9-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:36:\"windrush-buzz-feature-9-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"windrush-buzz-feature-9-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(27540,8733,'_wp_attached_file','2019/09/windrush-buzz-feature-12.jpg'),(27541,8733,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0726526757832757;s:5:\"bytes\";i:8590;s:11:\"size_before\";i:279563;s:10:\"size_after\";i:270973;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.33;s:5:\"bytes\";i:489;s:11:\"size_before\";i:7723;s:10:\"size_after\";i:7234;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.16;s:5:\"bytes\";i:841;s:11:\"size_before\";i:16294;s:10:\"size_after\";i:15453;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:1864;s:11:\"size_before\";i:62918;s:10:\"size_after\";i:61054;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.83;s:5:\"bytes\";i:2745;s:11:\"size_before\";i:97055;s:10:\"size_after\";i:94310;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.77;s:5:\"bytes\";i:2651;s:11:\"size_before\";i:95573;s:10:\"size_after\";i:92922;s:4:\"time\";d:0.04;}}}'),(27542,8733,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2019/09/windrush-buzz-feature-12.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"windrush-buzz-feature-12-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:\"windrush-buzz-feature-12-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:36:\"windrush-buzz-feature-12-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:37:\"windrush-buzz-feature-12-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"windrush-buzz-feature-12-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(27543,8734,'_wp_attached_file','2019/09/windrush-buzz-feature-13.jpg'),(27544,8734,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.5602527486211706;s:5:\"bytes\";i:8863;s:11:\"size_before\";i:248943;s:10:\"size_after\";i:240080;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53;s:5:\"bytes\";i:388;s:11:\"size_before\";i:7022;s:10:\"size_after\";i:6634;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.34;s:5:\"bytes\";i:794;s:11:\"size_before\";i:14861;s:10:\"size_after\";i:14067;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.43;s:5:\"bytes\";i:1907;s:11:\"size_before\";i:55554;s:10:\"size_after\";i:53647;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.36;s:5:\"bytes\";i:2886;s:11:\"size_before\";i:85930;s:10:\"size_after\";i:83044;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37;s:5:\"bytes\";i:2888;s:11:\"size_before\";i:85576;s:10:\"size_after\";i:82688;s:4:\"time\";d:0.04;}}}'),(27545,8734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2019/09/windrush-buzz-feature-13.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"windrush-buzz-feature-13-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:\"windrush-buzz-feature-13-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:36:\"windrush-buzz-feature-13-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:37:\"windrush-buzz-feature-13-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"windrush-buzz-feature-13-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(27546,8735,'_wp_attached_file','2019/09/windrush-buzz-feature-6.jpg'),(27547,8735,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8289482714516563;s:5:\"bytes\";i:12274;s:11:\"size_before\";i:320558;s:10:\"size_after\";i:308284;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.43;s:5:\"bytes\";i:262;s:11:\"size_before\";i:5908;s:10:\"size_after\";i:5646;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.08;s:5:\"bytes\";i:568;s:11:\"size_before\";i:13926;s:10:\"size_after\";i:13358;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.11;s:5:\"bytes\";i:2081;s:11:\"size_before\";i:66884;s:10:\"size_after\";i:64803;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.94;s:5:\"bytes\";i:4560;s:11:\"size_before\";i:115784;s:10:\"size_after\";i:111224;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.07;s:5:\"bytes\";i:4803;s:11:\"size_before\";i:118056;s:10:\"size_after\";i:113253;s:4:\"time\";d:0.04;}}}'),(27548,8735,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2019/09/windrush-buzz-feature-6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"windrush-buzz-feature-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:35:\"windrush-buzz-feature-6-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:35:\"windrush-buzz-feature-6-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:36:\"windrush-buzz-feature-6-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"windrush-buzz-feature-6-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(27549,8736,'_wp_attached_file','2019/09/windrush-buzz-feature-3.jpg'),(27550,8736,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.994252333815436;s:5:\"bytes\";i:12759;s:11:\"size_before\";i:319434;s:10:\"size_after\";i:306675;s:4:\"time\";d:0.16999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:358;s:11:\"size_before\";i:6506;s:10:\"size_after\";i:6148;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.11;s:5:\"bytes\";i:574;s:11:\"size_before\";i:13960;s:10:\"size_after\";i:13386;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:2174;s:11:\"size_before\";i:66886;s:10:\"size_after\";i:64712;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12;s:5:\"bytes\";i:4752;s:11:\"size_before\";i:115267;s:10:\"size_after\";i:110515;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2;s:5:\"bytes\";i:4901;s:11:\"size_before\";i:116815;s:10:\"size_after\";i:111914;s:4:\"time\";d:0.08;}}}'),(27551,8736,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:999;s:4:\"file\";s:35:\"2019/09/windrush-buzz-feature-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"windrush-buzz-feature-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:35:\"windrush-buzz-feature-3-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:35:\"windrush-buzz-feature-3-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"windrush-buzz-feature-3-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"windrush-buzz-feature-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(27552,8737,'_wp_attached_file','2019/09/windrush-buzz-feature-10.jpg'),(27553,8737,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.9287637842812275;s:5:\"bytes\";i:21798;s:11:\"size_before\";i:442261;s:10:\"size_after\";i:420463;s:4:\"time\";d:0.21000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.88;s:5:\"bytes\";i:598;s:11:\"size_before\";i:8695;s:10:\"size_after\";i:8097;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.73;s:5:\"bytes\";i:1322;s:11:\"size_before\";i:19629;s:10:\"size_after\";i:18307;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.99;s:5:\"bytes\";i:4795;s:11:\"size_before\";i:96043;s:10:\"size_after\";i:91248;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.77;s:5:\"bytes\";i:7412;s:11:\"size_before\";i:155529;s:10:\"size_after\";i:148117;s:4:\"time\";d:0.08;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.72;s:5:\"bytes\";i:7671;s:11:\"size_before\";i:162365;s:10:\"size_after\";i:154694;s:4:\"time\";d:0.08;}}}'),(27554,8737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:958;s:4:\"file\";s:36:\"2019/09/windrush-buzz-feature-10.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"windrush-buzz-feature-10-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:\"windrush-buzz-feature-10-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"windrush-buzz-feature-10-768x490.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"windrush-buzz-feature-10-1024x654.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"windrush-buzz-feature-10-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(27555,8738,'_wp_attached_file','2019/09/windrush-buzz-feature-5.jpg'),(27556,8738,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.46896528047971;s:5:\"bytes\";i:15621;s:11:\"size_before\";i:349544;s:10:\"size_after\";i:333923;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7;s:5:\"bytes\";i:425;s:11:\"size_before\";i:7459;s:10:\"size_after\";i:7034;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.08;s:5:\"bytes\";i:799;s:11:\"size_before\";i:15728;s:10:\"size_after\";i:14929;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.36;s:5:\"bytes\";i:3286;s:11:\"size_before\";i:75338;s:10:\"size_after\";i:72052;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:5573;s:11:\"size_before\";i:124931;s:10:\"size_after\";i:119358;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.39;s:5:\"bytes\";i:5538;s:11:\"size_before\";i:126088;s:10:\"size_after\";i:120550;s:4:\"time\";d:0.04;}}}'),(27557,8738,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2019/09/windrush-buzz-feature-5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"windrush-buzz-feature-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:35:\"windrush-buzz-feature-5-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:35:\"windrush-buzz-feature-5-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:36:\"windrush-buzz-feature-5-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"windrush-buzz-feature-5-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(27558,8729,'_oembed_e7940efb7c405cd683c4558483a4b343','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2US-m3h-87/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2US-m3h-87/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2US-m3h-87/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">God is the greatest. All I ever wanted to do was inspire the world to be great and to leave a legacy.  Almost 3 years ago when I found out my queen was expecting our son Asahd I knew my life would change forever and that OUR legacy would soon be on the way.  After that blessing I released some of my biggest albums to date (Grateful and Father Of Asahd) inspired by his greatness.  Just when I thought life couldn’t get any better, I received another blessing that my queen is expecting an addition to our legacy.  I’m feeling more inspired than ever now.  As we go into this journey I’m taking FANLUV along with me to keep the love and blessings flowing to the world ! #FAMILY God is the greatest. MAMA ASAHD ,ASAHD WE GOT ANOTHER ONE !!!!!!!!!!!!!!! ALLAH I LOVE YOU SO MUCH !!!!! ??????????❤️? MY QUEEN I LOVE YOU SO MUCH !  ASAHD I LOVE YOU SO MUCH !  And to the little boy in my QUEEN’S BELLY  I LOVE YOU SO MUCH !  #WETHEBEST !</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/djkhaled/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> DJ KHALED</a> (@djkhaled) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-12T17:17:47+00:00\">Sep 12, 2019 at 10:17am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(27559,8729,'_oembed_time_e7940efb7c405cd683c4558483a4b343','1568319232'),(27560,8740,'_wp_attached_file','2019/09/windrush-buzz-feature-7.jpg'),(27561,8740,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.019290345694797;s:5:\"bytes\";i:11443;s:11:\"size_before\";i:284702;s:10:\"size_after\";i:273259;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.11;s:5:\"bytes\";i:563;s:11:\"size_before\";i:7920;s:10:\"size_after\";i:7357;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:866;s:11:\"size_before\";i:15737;s:10:\"size_after\";i:14871;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29;s:5:\"bytes\";i:2032;s:11:\"size_before\";i:61803;s:10:\"size_after\";i:59771;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:3965;s:11:\"size_before\";i:100162;s:10:\"size_after\";i:96197;s:4:\"time\";d:0.11;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.05;s:5:\"bytes\";i:4017;s:11:\"size_before\";i:99080;s:10:\"size_after\";i:95063;s:4:\"time\";d:0.08;}}}'),(27562,8740,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2019/09/windrush-buzz-feature-7.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"windrush-buzz-feature-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:35:\"windrush-buzz-feature-7-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:35:\"windrush-buzz-feature-7-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:36:\"windrush-buzz-feature-7-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"windrush-buzz-feature-7-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(27563,8741,'_wp_attached_file','2019/09/windrush-buzz-feature-1.jpg'),(27564,8741,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.9417384848778285;s:5:\"bytes\";i:4593;s:11:\"size_before\";i:92943;s:10:\"size_after\";i:88350;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.99;s:5:\"bytes\";i:235;s:11:\"size_before\";i:5891;s:10:\"size_after\";i:5656;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:398;s:11:\"size_before\";i:12247;s:10:\"size_after\";i:11849;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:3960;s:11:\"size_before\";i:74805;s:10:\"size_after\";i:70845;s:4:\"time\";d:0.04;}}}'),(27565,8741,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:35:\"2019/09/windrush-buzz-feature-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"windrush-buzz-feature-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:35:\"windrush-buzz-feature-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"windrush-buzz-feature-1-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:{}}}'),(27566,8742,'_wp_attached_file','2019/09/windrush-buzz-feature-11.jpg'),(27567,8742,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.084391186832129;s:5:\"bytes\";i:6076;s:11:\"size_before\";i:119503;s:10:\"size_after\";i:113427;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.17;s:5:\"bytes\";i:510;s:11:\"size_before\";i:8271;s:10:\"size_after\";i:7761;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.08;s:5:\"bytes\";i:938;s:11:\"size_before\";i:18460;s:10:\"size_after\";i:17522;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.99;s:5:\"bytes\";i:4628;s:11:\"size_before\";i:92772;s:10:\"size_after\";i:88144;s:4:\"time\";d:0.03;}}}'),(27568,8742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:36:\"2019/09/windrush-buzz-feature-11.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"windrush-buzz-feature-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:36:\"windrush-buzz-feature-11-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"windrush-buzz-feature-11-600x655.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:655;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:{}}}'),(27569,8729,'_thumbnail_id','8730'),(27570,8729,'_edit_last','9'),(27571,8729,'smpush_mute_activated','no'),(27572,8729,'_yoast_wpseo_primary_category','2'),(27573,8729,'_yoast_wpseo_primary_sub-category','9'),(27574,8729,'sponsored_url',''),(27575,8729,'_yoast_wpseo_metadesc','DJ Khaled is set to become a father for the second time. On Thursday, he revealed his spouse is pregnant with another baby boy.'),(27576,8729,'_yoast_wpseo_content_score','60'),(27577,8729,'_yoast_wpseo_focuskeywords','[]'),(27578,8729,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27580,8729,'xyz_smap','1'),(27582,8744,'_edit_lock','1568396887:11'),(27583,8744,'_yst_prominent_words_version','1'),(27584,8745,'_wp_attached_file','2019/09/ICool-Reduced-Sugar-B.jpg'),(27585,8745,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:459768;s:11:\"size_before\";i:600920;s:10:\"size_after\";i:141152;}'),(27586,8745,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.539810773894793;s:5:\"bytes\";i:6099;s:11:\"size_before\";i:240136;s:10:\"size_after\";i:234037;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.18;s:5:\"bytes\";i:446;s:11:\"size_before\";i:7217;s:10:\"size_after\";i:6771;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.92;s:5:\"bytes\";i:929;s:11:\"size_before\";i:15690;s:10:\"size_after\";i:14761;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.58;s:5:\"bytes\";i:1413;s:11:\"size_before\";i:54835;s:10:\"size_after\";i:53422;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.03;s:5:\"bytes\";i:1664;s:11:\"size_before\";i:81882;s:10:\"size_after\";i:80218;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.05;s:5:\"bytes\";i:1647;s:11:\"size_before\";i:80512;s:10:\"size_after\";i:78865;s:4:\"time\";d:0.04;}}}'),(27587,8745,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:33:\"2019/09/ICool-Reduced-Sugar-B.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"ICool-Reduced-Sugar-B-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:\"ICool-Reduced-Sugar-B-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:33:\"ICool-Reduced-Sugar-B-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:34:\"ICool-Reduced-Sugar-B-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"ICool-Reduced-Sugar-B-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568291669\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(27588,8746,'_wp_attached_file','2019/09/ICool-Reduced-Sugar-C.jpg'),(27589,8746,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:453961;s:11:\"size_before\";i:583260;s:10:\"size_after\";i:129299;}'),(27590,8746,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.1228575166819312;s:5:\"bytes\";i:4543;s:11:\"size_before\";i:214004;s:10:\"size_after\";i:209461;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87;s:5:\"bytes\";i:408;s:11:\"size_before\";i:6949;s:10:\"size_after\";i:6541;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.01;s:5:\"bytes\";i:503;s:11:\"size_before\";i:12542;s:10:\"size_after\";i:12039;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.93;s:5:\"bytes\";i:936;s:11:\"size_before\";i:48531;s:10:\"size_after\";i:47595;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.87;s:5:\"bytes\";i:1383;s:11:\"size_before\";i:73838;s:10:\"size_after\";i:72455;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.82;s:5:\"bytes\";i:1313;s:11:\"size_before\";i:72144;s:10:\"size_after\";i:70831;s:4:\"time\";d:0.03;}}}'),(27591,8746,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:33:\"2019/09/ICool-Reduced-Sugar-C.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"ICool-Reduced-Sugar-C-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:\"ICool-Reduced-Sugar-C-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:33:\"ICool-Reduced-Sugar-C-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:34:\"ICool-Reduced-Sugar-C-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"ICool-Reduced-Sugar-C-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568291672\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(27592,8747,'_wp_attached_file','2019/09/ICool-Reduced-Sugar-A.jpg'),(27593,8747,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:404602;s:11:\"size_before\";i:511236;s:10:\"size_after\";i:106634;}'),(27594,8747,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.8471828590862716;s:5:\"bytes\";i:5023;s:11:\"size_before\";i:176420;s:10:\"size_after\";i:171397;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.11;s:5:\"bytes\";i:284;s:11:\"size_before\";i:5557;s:10:\"size_after\";i:5273;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95;s:5:\"bytes\";i:437;s:11:\"size_before\";i:11077;s:10:\"size_after\";i:10640;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.47;s:5:\"bytes\";i:986;s:11:\"size_before\";i:39917;s:10:\"size_after\";i:38931;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.69;s:5:\"bytes\";i:1626;s:11:\"size_before\";i:60506;s:10:\"size_after\";i:58880;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.85;s:5:\"bytes\";i:1690;s:11:\"size_before\";i:59363;s:10:\"size_after\";i:57673;s:4:\"time\";d:0.04;}}}'),(27595,8747,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:33:\"2019/09/ICool-Reduced-Sugar-A.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"ICool-Reduced-Sugar-A-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:\"ICool-Reduced-Sugar-A-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:33:\"ICool-Reduced-Sugar-A-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:34:\"ICool-Reduced-Sugar-A-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"ICool-Reduced-Sugar-A-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568291667\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(27596,8748,'_wp_attached_file','2019/09/ICool-Reduced-Sugar-D.jpg'),(27597,8748,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:437714;s:11:\"size_before\";i:566410;s:10:\"size_after\";i:128696;}'),(27598,8748,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.053986569911277;s:5:\"bytes\";i:4475;s:11:\"size_before\";i:217869;s:10:\"size_after\";i:213394;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.39;s:5:\"bytes\";i:338;s:11:\"size_before\";i:6273;s:10:\"size_after\";i:5935;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57;s:5:\"bytes\";i:618;s:11:\"size_before\";i:13515;s:10:\"size_after\";i:12897;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.16;s:5:\"bytes\";i:1062;s:11:\"size_before\";i:49265;s:10:\"size_after\";i:48203;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.71;s:5:\"bytes\";i:1271;s:11:\"size_before\";i:74138;s:10:\"size_after\";i:72867;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.59;s:5:\"bytes\";i:1186;s:11:\"size_before\";i:74678;s:10:\"size_after\";i:73492;s:4:\"time\";d:0.03;}}}'),(27599,8748,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:33:\"2019/09/ICool-Reduced-Sugar-D.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"ICool-Reduced-Sugar-D-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:\"ICool-Reduced-Sugar-D-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:33:\"ICool-Reduced-Sugar-D-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:34:\"ICool-Reduced-Sugar-D-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"ICool-Reduced-Sugar-D-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568291677\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(27600,8749,'_wp_attached_file','2019/09/ICool-Reduced-Sugar-E.jpg'),(27601,8749,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:329196;s:11:\"size_before\";i:495176;s:10:\"size_after\";i:165980;}'),(27602,8749,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.217795247453993;s:5:\"bytes\";i:9005;s:11:\"size_before\";i:279850;s:10:\"size_after\";i:270845;s:4:\"time\";d:0.23;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.34;s:5:\"bytes\";i:620;s:11:\"size_before\";i:8442;s:10:\"size_after\";i:7822;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.09;s:5:\"bytes\";i:1042;s:11:\"size_before\";i:17108;s:10:\"size_after\";i:16066;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.36;s:5:\"bytes\";i:2130;s:11:\"size_before\";i:63415;s:10:\"size_after\";i:61285;s:4:\"time\";d:0.06;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.78;s:5:\"bytes\";i:2666;s:11:\"size_before\";i:95731;s:10:\"size_after\";i:93065;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.68;s:5:\"bytes\";i:2547;s:11:\"size_before\";i:95154;s:10:\"size_after\";i:92607;s:4:\"time\";d:0.07;}}}'),(27603,8749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:33:\"2019/09/ICool-Reduced-Sugar-E.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"ICool-Reduced-Sugar-E-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:\"ICool-Reduced-Sugar-E-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:33:\"ICool-Reduced-Sugar-E-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:34:\"ICool-Reduced-Sugar-E-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"ICool-Reduced-Sugar-E-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568291697\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(27604,8750,'_wp_attached_file','2019/09/ICool-Reduced-Sugar-F.jpg'),(27605,8750,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:475417;s:11:\"size_before\";i:607490;s:10:\"size_after\";i:132073;}'),(27606,8750,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.4092670489585153;s:5:\"bytes\";i:5235;s:11:\"size_before\";i:217286;s:10:\"size_after\";i:212051;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.43;s:5:\"bytes\";i:449;s:11:\"size_before\";i:6978;s:10:\"size_after\";i:6529;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.43;s:5:\"bytes\";i:594;s:11:\"size_before\";i:13395;s:10:\"size_after\";i:12801;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.39;s:5:\"bytes\";i:1172;s:11:\"size_before\";i:48943;s:10:\"size_after\";i:47771;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.01;s:5:\"bytes\";i:1495;s:11:\"size_before\";i:74449;s:10:\"size_after\";i:72954;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.07;s:5:\"bytes\";i:1525;s:11:\"size_before\";i:73521;s:10:\"size_after\";i:71996;s:4:\"time\";d:0.03;}}}'),(27607,8750,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:33:\"2019/09/ICool-Reduced-Sugar-F.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"ICool-Reduced-Sugar-F-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:\"ICool-Reduced-Sugar-F-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:33:\"ICool-Reduced-Sugar-F-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:34:\"ICool-Reduced-Sugar-F-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"ICool-Reduced-Sugar-F-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568291660\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(27608,8752,'_edit_lock','1568321758:13'),(27609,8752,'_yst_prominent_words_version','1'),(27617,8744,'_thumbnail_id','8747'),(27618,8744,'_edit_last','11'),(27619,8744,'smpush_mute_activated','no'),(27620,8744,'_yoast_wpseo_primary_category','4'),(27621,8744,'_yoast_wpseo_primary_sub-category','1534'),(27622,8744,'sponsored_url',''),(27623,8744,'_yoast_wpseo_metadesc','The new Lasco ICool Reduced Sugar has been on the Jamaican market since August and is produced with 50 per cent less sugar. The product was officially introduced Thursday morning at Terra Nova Hotel in St Andrew.'),(27624,8744,'_yoast_wpseo_content_score','60'),(27625,8744,'_yoast_wpseo_focuskeywords','[]'),(27626,8744,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27628,8744,'xyz_smap','1'),(27630,8755,'_wp_attached_file','2019/09/for-uwi-event-1.jpg'),(27631,8755,'wpmf_size','208713'),(27632,8755,'wpmf_filetype','jpg'),(27633,8755,'wpmf_order','0'),(27634,8755,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:857;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"2019/09/for-uwi-event-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"for-uwi-event-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:27:\"for-uwi-event-1-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"for-uwi-event-1-768x1076.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1076;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"for-uwi-event-1-731x1024.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"for-uwi-event-1-914x655.jpg\";s:5:\"width\";i:914;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(27635,8755,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:644;s:11:\"size_before\";i:208713;s:10:\"size_after\";i:208069;}'),(27636,8755,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.841186294452403;s:5:\"bytes\";i:24466;s:11:\"size_before\";i:505372;s:10:\"size_after\";i:480906;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.19;s:5:\"bytes\";i:847;s:11:\"size_before\";i:10339;s:10:\"size_after\";i:9492;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:1587;s:11:\"size_before\";i:23385;s:10:\"size_after\";i:21798;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6;s:5:\"bytes\";i:8121;s:11:\"size_before\";i:176444;s:10:\"size_after\";i:168323;s:4:\"time\";d:0.07;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.67;s:5:\"bytes\";i:7649;s:11:\"size_before\";i:163646;s:10:\"size_after\";i:155997;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.76;s:5:\"bytes\";i:6262;s:11:\"size_before\";i:131558;s:10:\"size_after\";i:125296;s:4:\"time\";d:0.03;}}}'),(27638,8685,'_thumbnail_id','8731'),(27639,8685,'_edit_last','14'),(27640,8685,'xyz_smap','1'),(27641,8685,'smpush_mute_activated','no'),(27643,8685,'_yoast_wpseo_primary_category','4'),(27644,8685,'_yoast_wpseo_primary_sub-category','16'),(27645,8685,'sponsored_url',''),(27646,8685,'_yoast_wpseo_content_score','60'),(27647,8685,'_yoast_wpseo_focuskeywords','[]'),(27648,8685,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27651,8758,'_edit_lock','1568322520:9'),(27652,8758,'_yst_prominent_words_version','1'),(27657,8760,'_wp_attached_file','2019/09/kim-kardashian-shapewear.png'),(27658,8760,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:210269;s:10:\"size_after\";i:210269;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46159;s:10:\"size_after\";i:46159;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:164110;s:10:\"size_after\";i:164110;s:4:\"time\";d:0.09;}}}'),(27659,8760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:36:\"2019/09/kim-kardashian-shapewear.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"kim-kardashian-shapewear-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:36:\"kim-kardashian-shapewear-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(27660,8761,'_wp_attached_file','2019/09/RESIZED-RUMBAR.jpg'),(27661,8761,'wpmf_size','107581'),(27662,8761,'wpmf_filetype','jpg'),(27663,8761,'wpmf_order','0'),(27664,8761,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:500;s:4:\"file\";s:26:\"2019/09/RESIZED-RUMBAR.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"RESIZED-RUMBAR-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:\"RESIZED-RUMBAR-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(27665,8761,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.82926666221004;s:5:\"bytes\";i:1744;s:11:\"size_before\";i:29918;s:10:\"size_after\";i:28174;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.72;s:5:\"bytes\";i:573;s:11:\"size_before\";i:8523;s:10:\"size_after\";i:7950;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.47;s:5:\"bytes\";i:1171;s:11:\"size_before\";i:21395;s:10:\"size_after\";i:20224;s:4:\"time\";d:0.04;}}}'),(27672,8758,'_thumbnail_id','6637'),(27673,8758,'_edit_last','9'),(27674,8758,'smpush_mute_activated','no'),(27675,8758,'_yoast_wpseo_primary_category','2'),(27676,8758,'_yoast_wpseo_primary_sub-category','6'),(27677,8758,'sponsored_url',''),(27678,8758,'_yoast_wpseo_metadesc','Kim Kardashian West is no stranger to making millions, and on Tuesday when her newly released shapewear SKIMS ‘Solution Wear’ went on sale, the reality TV star made a lashing $2 million in two minutes.'),(27679,8758,'_yoast_wpseo_content_score','30'),(27680,8758,'_yoast_wpseo_focuskeywords','[]'),(27681,8758,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27682,8764,'_wp_attached_file','2019/09/RESIZED-RUMBAR-2.jpg'),(27683,8764,'wpmf_size','107581'),(27684,8764,'wpmf_filetype','jpg'),(27685,8764,'wpmf_order','0'),(27686,8764,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:500;s:4:\"file\";s:28:\"2019/09/RESIZED-RUMBAR-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"RESIZED-RUMBAR-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:28:\"RESIZED-RUMBAR-2-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(27687,8764,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.82926666221004;s:5:\"bytes\";i:1744;s:11:\"size_before\";i:29918;s:10:\"size_after\";i:28174;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.72;s:5:\"bytes\";i:573;s:11:\"size_before\";i:8523;s:10:\"size_after\";i:7950;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.47;s:5:\"bytes\";i:1171;s:11:\"size_before\";i:21395;s:10:\"size_after\";i:20224;s:4:\"time\";d:0.02;}}}'),(27688,8752,'_edit_last','13'),(27689,8752,'smpush_mute_activated','no'),(27690,8752,'_yoast_wpseo_content_score','30'),(27691,8752,'_yoast_wpseo_focuskeywords','[]'),(27692,8752,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27693,8752,'_thumbnail_id','8764'),(27694,8752,'_yoast_wpseo_primary_out-category','25'),(27695,8752,'_yoast_wpseo_primary_location','33'),(27696,8752,'out_date','2019-09-14'),(27697,8752,'out_time','09:00 PM'),(27698,8752,'out_address','UWI Mona, Kingston Jamaica'),(27699,8752,'out_description','Student Union LIVE with RUMBAR GOLD !'),(27700,8752,'out_mapurl','https://www.google.com/maps/place/The+University+Of+The+West+Indies+-+Mona/@18.002929,-76.7521253,17z/data=!3m1!4b1!4m5!3m4!1s0x8edb3f25665dbaa7:0xe9751e003ca27e7!8m2!3d18.002929!4d-76.7499366'),(27701,8752,'post_gallery_id','a:1:{i:0;s:4:\"8755\";}'),(27703,8758,'xyz_smap','1'),(27711,8767,'_edit_lock','1568325119:9'),(27712,8767,'_yst_prominent_words_version','1'),(27713,8767,'_thumbnail_id','5861'),(27714,8767,'_edit_last','9'),(27715,8767,'smpush_mute_activated','no'),(27716,8767,'_yoast_wpseo_primary_category','4'),(27717,8767,'_yoast_wpseo_primary_sub-category','16'),(27718,8767,'sponsored_url',''),(27719,8767,'_yoast_wpseo_metadesc','Residents of Norwood Section H now have water flowing from taps in their homes, following completion of a water supply improvement project to serve that section of the community in St James.'),(27720,8767,'_yoast_wpseo_content_score','60'),(27721,8767,'_yoast_wpseo_focuskeywords','[]'),(27722,8767,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27724,8767,'xyz_smap','1'),(27734,8773,'_edit_lock','1568325903:9'),(27735,8773,'_yst_prominent_words_version','1'),(27736,8774,'_wp_attached_file','2019/09/Feature-Images-Sept-2019Vegas-Former-Manager.jpg'),(27737,8774,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.043357521231776;s:5:\"bytes\";i:9509;s:11:\"size_before\";i:105149;s:10:\"size_after\";i:95640;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.88;s:5:\"bytes\";i:183;s:11:\"size_before\";i:4718;s:10:\"size_after\";i:4535;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.55;s:5:\"bytes\";i:237;s:11:\"size_before\";i:6671;s:10:\"size_after\";i:6434;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6;s:5:\"bytes\";i:1736;s:11:\"size_before\";i:22844;s:10:\"size_after\";i:21108;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.36;s:5:\"bytes\";i:3526;s:11:\"size_before\";i:34024;s:10:\"size_after\";i:30498;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.37;s:5:\"bytes\";i:3827;s:11:\"size_before\";i:36892;s:10:\"size_after\";i:33065;s:4:\"time\";d:0.04;}}}'),(27738,8774,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:56:\"2019/09/Feature-Images-Sept-2019Vegas-Former-Manager.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Feature-Images-Sept-2019Vegas-Former-Manager-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:56:\"Feature-Images-Sept-2019Vegas-Former-Manager-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"Feature-Images-Sept-2019Vegas-Former-Manager-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"Feature-Images-Sept-2019Vegas-Former-Manager-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:57:\"Feature-Images-Sept-2019Vegas-Former-Manager-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(27739,8775,'_wp_attached_file','2019/09/mr_vegas.jpg'),(27740,8775,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:387941;s:11:\"size_before\";i:513418;s:10:\"size_after\";i:125477;}'),(27741,8775,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.789818535081282;s:5:\"bytes\";i:5284;s:11:\"size_before\";i:189403;s:10:\"size_after\";i:184119;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.36;s:5:\"bytes\";i:328;s:11:\"size_before\";i:6116;s:10:\"size_after\";i:5788;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7;s:5:\"bytes\";i:282;s:11:\"size_before\";i:10440;s:10:\"size_after\";i:10158;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.63;s:5:\"bytes\";i:1095;s:11:\"size_before\";i:41559;s:10:\"size_after\";i:40464;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.62;s:5:\"bytes\";i:1705;s:11:\"size_before\";i:65103;s:10:\"size_after\";i:63398;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.83;s:5:\"bytes\";i:1874;s:11:\"size_before\";i:66185;s:10:\"size_after\";i:64311;s:4:\"time\";d:0.04;}}}'),(27742,8775,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:978;s:4:\"file\";s:20:\"2019/09/mr_vegas.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"mr_vegas-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:\"mr_vegas-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:20:\"mr_vegas-768x501.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"mr_vegas-1024x668.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"mr_vegas-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:13:\"MARK HUMPHREY\";s:6:\"camera\";s:8:\"NIKON D3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1317292985\";s:9:\"copyright\";s:44:\"humphreyphotography.com  All Rights Reserved\";s:12:\"focal_length\";s:3:\"130\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:6:\"0.0002\";s:5:\"title\";s:8:\"MSH_1717\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(27743,8773,'_thumbnail_id','8774'),(27744,8773,'_edit_last','9'),(27745,8773,'smpush_mute_activated','no'),(27746,8773,'_yoast_wpseo_primary_category','3'),(27747,8773,'_yoast_wpseo_primary_sub-category','14'),(27748,8773,'sponsored_url',''),(27749,8773,'_yoast_wpseo_metadesc','Byron Murray, the former manager for dancehall artiste Mr Vegas, has died. Murray passed away on Wednesday after a brief illness. He was 54 years old.'),(27750,8773,'_yoast_wpseo_content_score','60'),(27751,8773,'_yoast_wpseo_focuskeywords','[]'),(27752,8773,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27754,8773,'xyz_smap','1'),(27760,8778,'_edit_lock','1568386442:16'),(27761,8778,'_yst_prominent_words_version','1'),(27762,8779,'_wp_attached_file','2019/09/Fullerton-Toniann.jpg'),(27763,8779,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1018280596138315;s:5:\"bytes\";i:5070;s:11:\"size_before\";i:163452;s:10:\"size_after\";i:158382;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.77;s:5:\"bytes\";i:408;s:11:\"size_before\";i:7068;s:10:\"size_after\";i:6660;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.61;s:5:\"bytes\";i:811;s:11:\"size_before\";i:17610;s:10:\"size_after\";i:16799;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.68;s:5:\"bytes\";i:1767;s:11:\"size_before\";i:65861;s:10:\"size_after\";i:64094;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.86;s:5:\"bytes\";i:2084;s:11:\"size_before\";i:72913;s:10:\"size_after\";i:70829;s:4:\"time\";d:0.03;}}}'),(27764,8779,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:861;s:6:\"height\";i:711;s:4:\"file\";s:29:\"2019/09/Fullerton-Toniann.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Fullerton-Toniann-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:\"Fullerton-Toniann-300x248.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Fullerton-Toniann-768x634.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:634;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Fullerton-Toniann-861x655.jpg\";s:5:\"width\";i:861;s:6:\"height\";i:655;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:{}}}'),(27765,8780,'_wp_attached_file','2019/09/Toniann-Fullerton-B.jpg'),(27766,8780,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1537335285505126;s:5:\"bytes\";i:10770;s:11:\"size_before\";i:341500;s:10:\"size_after\";i:330730;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.93;s:5:\"bytes\";i:407;s:11:\"size_before\";i:6868;s:10:\"size_after\";i:6461;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.15;s:5:\"bytes\";i:776;s:11:\"size_before\";i:15074;s:10:\"size_after\";i:14298;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:2615;s:11:\"size_before\";i:74642;s:10:\"size_after\";i:72027;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.83;s:5:\"bytes\";i:3442;s:11:\"size_before\";i:121773;s:10:\"size_after\";i:118331;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.87;s:5:\"bytes\";i:3530;s:11:\"size_before\";i:123143;s:10:\"size_after\";i:119613;s:4:\"time\";d:0.04;}}}'),(27767,8780,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:31:\"2019/09/Toniann-Fullerton-B.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Toniann-Fullerton-B-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:\"Toniann-Fullerton-B-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:31:\"Toniann-Fullerton-B-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:32:\"Toniann-Fullerton-B-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Toniann-Fullerton-B-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(27768,8781,'_wp_attached_file','2019/09/Toniann-Fullerton-D.jpg'),(27769,8781,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.209948261777253;s:5:\"bytes\";i:1235;s:11:\"size_before\";i:11017;s:10:\"size_after\";i:9782;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.52;s:5:\"bytes\";i:320;s:11:\"size_before\";i:3362;s:10:\"size_after\";i:3042;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.95;s:5:\"bytes\";i:915;s:11:\"size_before\";i:7655;s:10:\"size_after\";i:6740;s:4:\"time\";d:0.01;}}}'),(27770,8781,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:520;s:4:\"file\";s:31:\"2019/09/Toniann-Fullerton-D.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Toniann-Fullerton-D-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:\"Toniann-Fullerton-D-300x289.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:289;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:{}}}'),(27771,8782,'_wp_attached_file','2019/09/Toniann-Fullerton-B-1.jpg'),(27772,8782,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1537335285505126;s:5:\"bytes\";i:10770;s:11:\"size_before\";i:341500;s:10:\"size_after\";i:330730;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.93;s:5:\"bytes\";i:407;s:11:\"size_before\";i:6868;s:10:\"size_after\";i:6461;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.15;s:5:\"bytes\";i:776;s:11:\"size_before\";i:15074;s:10:\"size_after\";i:14298;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:2615;s:11:\"size_before\";i:74642;s:10:\"size_after\";i:72027;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.83;s:5:\"bytes\";i:3442;s:11:\"size_before\";i:121773;s:10:\"size_after\";i:118331;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.87;s:5:\"bytes\";i:3530;s:11:\"size_before\";i:123143;s:10:\"size_after\";i:119613;s:4:\"time\";d:0.05;}}}'),(27773,8782,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:33:\"2019/09/Toniann-Fullerton-B-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Toniann-Fullerton-B-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:33:\"Toniann-Fullerton-B-1-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:33:\"Toniann-Fullerton-B-1-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:34:\"Toniann-Fullerton-B-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Toniann-Fullerton-B-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(27774,8783,'_wp_attached_file','2019/09/Toniann-Fullerton-A.jpg'),(27775,8783,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.779451584431985;s:5:\"bytes\";i:20740;s:11:\"size_before\";i:433941;s:10:\"size_after\";i:413201;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.59;s:5:\"bytes\";i:505;s:11:\"size_before\";i:7665;s:10:\"size_after\";i:7160;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.44;s:5:\"bytes\";i:1355;s:11:\"size_before\";i:21035;s:10:\"size_after\";i:19680;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.64;s:5:\"bytes\";i:4610;s:11:\"size_before\";i:99458;s:10:\"size_after\";i:94848;s:4:\"time\";d:0.08;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.56;s:5:\"bytes\";i:7317;s:11:\"size_before\";i:160423;s:10:\"size_after\";i:153106;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.78;s:5:\"bytes\";i:6953;s:11:\"size_before\";i:145360;s:10:\"size_after\";i:138407;s:4:\"time\";d:0.05;}}}'),(27776,8783,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:31:\"2019/09/Toniann-Fullerton-A.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Toniann-Fullerton-A-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:\"Toniann-Fullerton-A-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:31:\"Toniann-Fullerton-A-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Toniann-Fullerton-A-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Toniann-Fullerton-A-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(27777,8778,'_thumbnail_id','8779'),(27778,8778,'_edit_last','16'),(27779,8778,'smpush_mute_activated','no'),(27780,8778,'_yoast_wpseo_primary_category','3'),(27781,8778,'_yoast_wpseo_primary_sub-category','16'),(27782,8778,'sponsored_url',''),(27783,8778,'_yoast_wpseo_metadesc','On the surface, Tonian Fullerton might seem like the average university student. However, the 22-year-old also manages to juggle two businesses.'),(27784,8778,'_yoast_wpseo_content_score','30'),(27785,8778,'_yoast_wpseo_focuskeywords','[]'),(27786,8778,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27787,8785,'_edit_lock','1568329401:9'),(27788,8785,'_yst_prominent_words_version','1'),(27789,8786,'_wp_attached_file','2019/09/demi-moore.jpg'),(27790,8786,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.476749877630935;s:5:\"bytes\";i:4573;s:11:\"size_before\";i:102150;s:10:\"size_after\";i:97577;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.49;s:5:\"bytes\";i:515;s:11:\"size_before\";i:7938;s:10:\"size_after\";i:7423;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.64;s:5:\"bytes\";i:982;s:11:\"size_before\";i:17422;s:10:\"size_after\";i:16440;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.01;s:5:\"bytes\";i:3076;s:11:\"size_before\";i:76790;s:10:\"size_after\";i:73714;s:4:\"time\";d:0.03;}}}'),(27791,8786,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:22:\"2019/09/demi-moore.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"demi-moore-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:\"demi-moore-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"demi-moore-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1497294990\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"38\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(27792,8785,'_thumbnail_id','8786'),(27793,8785,'_edit_last','9'),(27794,8785,'smpush_mute_activated','no'),(27795,8785,'_yoast_wpseo_primary_category','3'),(27796,8785,'_yoast_wpseo_primary_sub-category','11'),(27797,8785,'sponsored_url',''),(27798,8785,'_yoast_wpseo_metadesc','American actress Demi Moore has compared her sobriety to giving birth.'),(27799,8785,'_yoast_wpseo_content_score','60'),(27800,8785,'_yoast_wpseo_focuskeywords','[]'),(27801,8785,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27802,8788,'_edit_lock','1568338825:4'),(27803,8788,'_yst_prominent_words_version','1'),(27804,8788,'_edit_last','4'),(27805,8788,'smpush_mute_activated','no'),(27806,8788,'_yoast_wpseo_primary_category','4'),(27807,8788,'_yoast_wpseo_primary_sub-category',''),(27808,8788,'sponsored_url',''),(27809,8788,'_yoast_wpseo_content_score','30'),(27810,8788,'_yoast_wpseo_focuskeywords','[]'),(27811,8788,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27812,8785,'xyz_smap','1'),(27814,8790,'_edit_lock','1568333613:4'),(27815,8790,'_yst_prominent_words_version','1'),(27816,8790,'_edit_last','4'),(27817,8790,'smpush_mute_activated','no'),(27818,8790,'_yoast_wpseo_primary_category','4'),(27819,8790,'_yoast_wpseo_primary_sub-category','13'),(27820,8790,'sponsored_url',''),(27821,8790,'_yoast_wpseo_content_score','30'),(27822,8790,'_yoast_wpseo_focuskeywords','[]'),(27823,8790,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27824,8778,'xyz_smap','1'),(27826,8793,'_edit_lock','1568336973:14'),(27827,8793,'_yst_prominent_words_version','1'),(27828,8795,'_wp_attached_file','2019/09/raymond-clough.jpg'),(27829,8795,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.4781088729815215;s:5:\"bytes\";i:269;s:11:\"size_before\";i:6007;s:10:\"size_after\";i:5738;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.48;s:5:\"bytes\";i:269;s:11:\"size_before\";i:6007;s:10:\"size_after\";i:5738;s:4:\"time\";d:0.01;}}}'),(27830,8795,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:147;s:6:\"height\";i:295;s:4:\"file\";s:26:\"2019/09/raymond-clough.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"raymond-clough-147x150.jpg\";s:5:\"width\";i:147;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(27832,8790,'xyz_smap','1'),(27834,8801,'_wp_attached_file','2019/09/vape-pen-buzz-demo.jpg'),(27835,8801,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.661579714170715;s:5:\"bytes\";i:4695;s:11:\"size_before\";i:176399;s:10:\"size_after\";i:171704;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:282;s:11:\"size_before\";i:5640;s:10:\"size_after\";i:5358;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:338;s:11:\"size_before\";i:10399;s:10:\"size_after\";i:10061;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.25;s:5:\"bytes\";i:877;s:11:\"size_before\";i:38975;s:10:\"size_after\";i:38098;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.64;s:5:\"bytes\";i:1585;s:11:\"size_before\";i:60049;s:10:\"size_after\";i:58464;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.63;s:5:\"bytes\";i:1613;s:11:\"size_before\";i:61336;s:10:\"size_after\";i:59723;s:4:\"time\";d:0.04;}}}'),(27836,8801,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:999;s:4:\"file\";s:30:\"2019/09/vape-pen-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"vape-pen-buzz-demo-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:\"vape-pen-buzz-demo-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:30:\"vape-pen-buzz-demo-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"vape-pen-buzz-demo-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"vape-pen-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(27837,8803,'_wp_attached_file','2019/09/richard-crawford-demo.jpg'),(27838,8803,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.667224780242779;s:5:\"bytes\";i:892;s:11:\"size_before\";i:19112;s:10:\"size_after\";i:18220;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.63;s:5:\"bytes\";i:264;s:11:\"size_before\";i:5701;s:10:\"size_after\";i:5437;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.68;s:5:\"bytes\";i:628;s:11:\"size_before\";i:13411;s:10:\"size_after\";i:12783;s:4:\"time\";d:0.01;}}}'),(27839,8803,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:460;s:6:\"height\";i:345;s:4:\"file\";s:33:\"2019/09/richard-crawford-demo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"richard-crawford-demo-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:\"richard-crawford-demo-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\";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:{}}}'),(27841,8793,'_thumbnail_id','8801'),(27842,8793,'_edit_last','14'),(27843,8793,'xyz_smap','1'),(27844,8793,'smpush_mute_activated','no'),(27846,8793,'_yoast_wpseo_primary_category','4'),(27847,8793,'_yoast_wpseo_primary_sub-category','11'),(27848,8793,'sponsored_url',''),(27849,8793,'_yoast_wpseo_content_score','60'),(27850,8793,'_yoast_wpseo_focuskeywords','[]'),(27851,8793,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27857,8807,'_edit_lock','1568337864:14'),(27858,8807,'_yst_prominent_words_version','1'),(27859,8808,'_wp_attached_file','2019/09/kingston-container-terminal-buzz-demo.jpg'),(27860,8808,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4451156734057022;s:5:\"bytes\";i:11879;s:11:\"size_before\";i:344807;s:10:\"size_after\";i:332928;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.88;s:5:\"bytes\";i:466;s:11:\"size_before\";i:7925;s:10:\"size_after\";i:7459;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:692;s:11:\"size_before\";i:13847;s:10:\"size_after\";i:13155;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.65;s:5:\"bytes\";i:2538;s:11:\"size_before\";i:69490;s:10:\"size_after\";i:66952;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.33;s:5:\"bytes\";i:3733;s:11:\"size_before\";i:112115;s:10:\"size_after\";i:108382;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.15;s:5:\"bytes\";i:4450;s:11:\"size_before\";i:141430;s:10:\"size_after\";i:136980;s:4:\"time\";d:0.04;}}}'),(27861,8808,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:740;s:4:\"file\";s:49:\"2019/09/kingston-container-terminal-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"kingston-container-terminal-buzz-demo-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:\"kingston-container-terminal-buzz-demo-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"kingston-container-terminal-buzz-demo-768x395.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:395;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"kingston-container-terminal-buzz-demo-1024x526.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:526;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"kingston-container-terminal-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:14:\"Alexis Toureau\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1537890941\";s:9:\"copyright\";s:16:\"©alexis toureau\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:31:\"KCT, VINCI, Kingston, Jamaïque\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:14:{i:0;s:4:\"2018\";i:1;s:6:\"Alexis\";i:2;s:14:\"Alexis Toureau\";i:3;s:6:\"France\";i:4;s:9:\"Jamaïque\";i:5;s:3:\"KCT\";i:6;s:8:\"Kingston\";i:7;s:13:\"Port Autonome\";i:8;s:7:\"Toureau\";i:9;s:4:\"VCGP\";i:10;s:5:\"VINCI\";i:11;s:18:\"VINCI Construction\";i:12;s:4:\"port\";i:13;s:6:\"voyage\";}}}'),(27862,8809,'_wp_attached_file','2019/09/bramwell4.jpg'),(27863,8809,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4212967118451365;s:5:\"bytes\";i:2287;s:11:\"size_before\";i:66846;s:10:\"size_after\";i:64559;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:294;s:11:\"size_before\";i:5074;s:10:\"size_after\";i:4780;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.01;s:5:\"bytes\";i:472;s:11:\"size_before\";i:11774;s:10:\"size_after\";i:11302;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04;s:5:\"bytes\";i:1521;s:11:\"size_before\";i:49998;s:10:\"size_after\";i:48477;s:4:\"time\";d:0.03;}}}'),(27864,8809,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:703;s:6:\"height\";i:905;s:4:\"file\";s:21:\"2019/09/bramwell4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"bramwell4-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:\"bramwell4-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"bramwell4-703x655.jpg\";s:5:\"width\";i:703;s:6:\"height\";i:655;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:{}}}'),(27866,8807,'_thumbnail_id','8808'),(27867,8807,'_edit_last','14'),(27868,8807,'xyz_smap','1'),(27869,8807,'smpush_mute_activated','no'),(27871,8807,'_yoast_wpseo_primary_category','4'),(27872,8807,'_yoast_wpseo_primary_sub-category','11'),(27873,8807,'sponsored_url',''),(27874,8807,'_yoast_wpseo_content_score','60'),(27875,8807,'_yoast_wpseo_focuskeywords','[]'),(27876,8807,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27877,8811,'_edit_lock','1568345047:14'),(27878,8811,'_yst_prominent_words_version','1'),(27879,8814,'_wp_attached_file','2019/09/bramwell5.jpg'),(27880,8814,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8399462004034968;s:5:\"bytes\";i:3997;s:11:\"size_before\";i:104090;s:10:\"size_after\";i:100093;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.55;s:5:\"bytes\";i:438;s:11:\"size_before\";i:6692;s:10:\"size_after\";i:6254;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.16;s:5:\"bytes\";i:885;s:11:\"size_before\";i:17152;s:10:\"size_after\";i:16267;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.33;s:5:\"bytes\";i:2674;s:11:\"size_before\";i:80246;s:10:\"size_after\";i:77572;s:4:\"time\";d:0.03;}}}'),(27881,8814,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:717;s:6:\"height\";i:879;s:4:\"file\";s:21:\"2019/09/bramwell5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"bramwell5-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:\"bramwell5-245x300.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"bramwell5-717x655.jpg\";s:5:\"width\";i:717;s:6:\"height\";i:655;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:{}}}'),(27882,8818,'_wp_attached_file','2019/09/bramwell-featured-image.jpg'),(27883,8818,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.291809500489716;s:5:\"bytes\";i:2151;s:11:\"size_before\";i:65344;s:10:\"size_after\";i:63193;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:285;s:11:\"size_before\";i:4958;s:10:\"size_after\";i:4673;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8;s:5:\"bytes\";i:492;s:11:\"size_before\";i:12943;s:10:\"size_after\";i:12451;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9;s:5:\"bytes\";i:1374;s:11:\"size_before\";i:47443;s:10:\"size_after\";i:46069;s:4:\"time\";d:0.03;}}}'),(27884,8818,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:755;s:4:\"file\";s:35:\"2019/09/bramwell-featured-image.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"bramwell-featured-image-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:\"bramwell-featured-image-278x300.jpg\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"bramwell-featured-image-700x655.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:655;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:{}}}'),(27886,8788,'_thumbnail_id','8818'),(27887,8788,'xyz_smap','1'),(27889,8820,'_wp_attached_file','2019/09/nwa-constant-spring-pedestrian-uproar-fixing-buzz-demo.jpg'),(27890,8820,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.357753082523725;s:5:\"bytes\";i:7448;s:11:\"size_before\";i:221815;s:10:\"size_after\";i:214367;s:4:\"time\";d:0.09;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1;s:5:\"bytes\";i:461;s:11:\"size_before\";i:7553;s:10:\"size_after\";i:7092;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.15;s:5:\"bytes\";i:976;s:11:\"size_before\";i:18937;s:10:\"size_after\";i:17961;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.12;s:5:\"bytes\";i:2526;s:11:\"size_before\";i:80841;s:10:\"size_after\";i:78315;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04;s:5:\"bytes\";i:3485;s:11:\"size_before\";i:114484;s:10:\"size_after\";i:110999;s:4:\"time\";d:0.04;}}}'),(27891,8820,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:722;s:4:\"file\";s:66:\"2019/09/nwa-constant-spring-pedestrian-uproar-fixing-buzz-demo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"nwa-constant-spring-pedestrian-uproar-fixing-buzz-demo-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:66:\"nwa-constant-spring-pedestrian-uproar-fixing-buzz-demo-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:66:\"nwa-constant-spring-pedestrian-uproar-fixing-buzz-demo-768x578.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:578;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:66:\"nwa-constant-spring-pedestrian-uproar-fixing-buzz-demo-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(27895,8822,'_wp_attached_file','2019/09/rogue-driver-sparks-buzz-demo.jpg'),(27896,8822,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.259081610244912;s:5:\"bytes\";i:3685;s:11:\"size_before\";i:86521;s:10:\"size_after\";i:82836;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.99;s:5:\"bytes\";i:461;s:11:\"size_before\";i:7692;s:10:\"size_after\";i:7231;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9;s:5:\"bytes\";i:939;s:11:\"size_before\";i:15909;s:10:\"size_after\";i:14970;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.63;s:5:\"bytes\";i:2285;s:11:\"size_before\";i:62920;s:10:\"size_after\";i:60635;s:4:\"time\";d:0.05;}}}'),(27897,8822,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:41:\"2019/09/rogue-driver-sparks-buzz-demo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"rogue-driver-sparks-buzz-demo-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:\"rogue-driver-sparks-buzz-demo-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:41:\"rogue-driver-sparks-buzz-demo-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:{}}}'),(27901,8824,'_wp_attached_file','2019/09/coaster-bus-pedestrain-crossing-constant-spring-road-buzz-demo.jpg'),(27902,8824,'wpmf_size','110225'),(27903,8824,'wpmf_filetype','jpg'),(27904,8824,'wpmf_order','0'),(27905,8824,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:535;s:6:\"height\";i:729;s:4:\"file\";s:74:\"2019/09/coaster-bus-pedestrain-crossing-constant-spring-road-buzz-demo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:74:\"coaster-bus-pedestrain-crossing-constant-spring-road-buzz-demo-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:74:\"coaster-bus-pedestrain-crossing-constant-spring-road-buzz-demo-220x300.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:74:\"coaster-bus-pedestrain-crossing-constant-spring-road-buzz-demo-535x655.jpg\";s:5:\"width\";i:535;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(27906,8824,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0732580483824266;s:5:\"bytes\";i:2335;s:11:\"size_before\";i:75978;s:10:\"size_after\";i:73643;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.84;s:5:\"bytes\";i:295;s:11:\"size_before\";i:6089;s:10:\"size_after\";i:5794;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.22;s:5:\"bytes\";i:599;s:11:\"size_before\";i:14182;s:10:\"size_after\";i:13583;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.59;s:5:\"bytes\";i:1441;s:11:\"size_before\";i:55707;s:10:\"size_after\";i:54266;s:4:\"time\";d:0.02;}}}'),(27908,8811,'_thumbnail_id','8822'),(27909,8811,'_edit_last','14'),(27910,8811,'xyz_smap','1'),(27911,8811,'smpush_mute_activated','no'),(27913,8811,'_yoast_wpseo_primary_category','4'),(27914,8811,'_yoast_wpseo_primary_sub-category','13'),(27915,8811,'sponsored_url',''),(27916,8811,'_yoast_wpseo_content_score','30'),(27917,8811,'_yoast_wpseo_focuskeywords','[]'),(27918,8811,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27921,8827,'_edit_lock','1574457710:1'),(27922,8827,'_yst_prominent_words_version','1'),(27926,8829,'_wp_attached_file','2019/09/giovann-stella-google-latamcaribe-buzz-demo-1.jpg'),(27927,8829,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.229194258510219;s:5:\"bytes\";i:6961;s:11:\"size_before\";i:111748;s:10:\"size_after\";i:104787;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.14;s:5:\"bytes\";i:789;s:11:\"size_before\";i:9691;s:10:\"size_after\";i:8902;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.06;s:5:\"bytes\";i:1468;s:11:\"size_before\";i:18218;s:10:\"size_after\";i:16750;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.61;s:5:\"bytes\";i:4704;s:11:\"size_before\";i:83839;s:10:\"size_after\";i:79135;s:4:\"time\";d:0.03;}}}'),(27928,8829,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:530;s:4:\"file\";s:57:\"2019/09/giovann-stella-google-latamcaribe-buzz-demo-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"giovann-stella-google-latamcaribe-buzz-demo-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:57:\"giovann-stella-google-latamcaribe-buzz-demo-1-300x159.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"giovann-stella-google-latamcaribe-buzz-demo-1-768x407.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:407;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:{}}}'),(27929,8830,'_wp_attached_file','2019/09/kids-on-computers-buzz-demo.jpg'),(27930,8830,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.030194472876151;s:5:\"bytes\";i:3780;s:11:\"size_before\";i:93792;s:10:\"size_after\";i:90012;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:6;s:5:\"bytes\";i:459;s:11:\"size_before\";i:7645;s:10:\"size_after\";i:7186;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.14;s:5:\"bytes\";i:858;s:11:\"size_before\";i:16696;s:10:\"size_after\";i:15838;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.55;s:5:\"bytes\";i:2463;s:11:\"size_before\";i:69451;s:10:\"size_after\";i:66988;s:4:\"time\";d:0.03;}}}'),(27931,8830,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:532;s:4:\"file\";s:39:\"2019/09/kids-on-computers-buzz-demo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"kids-on-computers-buzz-demo-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:\"kids-on-computers-buzz-demo-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:39:\"kids-on-computers-buzz-demo-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;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:{}}}'),(27932,8831,'_wp_attached_file','2019/09/aytic-goes-global-haiti-buzz-demo.jpg'),(27933,8831,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.636607484991698;s:5:\"bytes\";i:1089;s:11:\"size_before\";i:23487;s:10:\"size_after\";i:22398;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:139;s:11:\"size_before\";i:3746;s:10:\"size_after\";i:3607;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.42;s:5:\"bytes\";i:154;s:11:\"size_before\";i:4498;s:10:\"size_after\";i:4344;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.22;s:5:\"bytes\";i:796;s:11:\"size_before\";i:15243;s:10:\"size_after\";i:14447;s:4:\"time\";d:0.03;}}}'),(27934,8831,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:980;s:6:\"height\";i:400;s:4:\"file\";s:45:\"2019/09/aytic-goes-global-haiti-buzz-demo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"aytic-goes-global-haiti-buzz-demo-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:45:\"aytic-goes-global-haiti-buzz-demo-300x122.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"aytic-goes-global-haiti-buzz-demo-768x313.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:313;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:{}}}'),(27935,8832,'_wp_attached_file','2019/09/giovann-stella-google-latamcaribe-buzz-2.jpg'),(27936,8832,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.481511254019293;s:5:\"bytes\";i:1115;s:11:\"size_before\";i:24880;s:10:\"size_after\";i:23765;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.32;s:5:\"bytes\";i:328;s:11:\"size_before\";i:7592;s:10:\"size_after\";i:7264;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.55;s:5:\"bytes\";i:787;s:11:\"size_before\";i:17288;s:10:\"size_after\";i:16501;s:4:\"time\";d:0.01;}}}'),(27937,8832,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:466;s:4:\"file\";s:52:\"2019/09/giovann-stella-google-latamcaribe-buzz-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"giovann-stella-google-latamcaribe-buzz-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:52:\"giovann-stella-google-latamcaribe-buzz-2-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:{}}}'),(27939,8827,'_thumbnail_id','8830'),(27940,8827,'_edit_last','1'),(27941,8827,'xyz_smap','1'),(27942,8827,'smpush_mute_activated','no'),(27944,8827,'_yoast_wpseo_primary_category','4'),(27945,8827,'_yoast_wpseo_primary_sub-category','881'),(27946,8827,'sponsored_url',''),(27947,8827,'_yoast_wpseo_content_score','60'),(27948,8827,'_yoast_wpseo_focuskeywords','[]'),(27949,8827,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27953,8836,'_edit_lock','1568377549:14'),(27954,8836,'_yst_prominent_words_version','1'),(27955,8837,'_wp_attached_file','2019/09/japex-2019-night1-delano-seiveright-buzz-demo.jpg'),(27956,8837,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.7520016637204945;s:5:\"bytes\";i:914;s:11:\"size_before\";i:19234;s:10:\"size_after\";i:18320;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.99;s:5:\"bytes\";i:370;s:11:\"size_before\";i:6182;s:10:\"size_after\";i:5812;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.17;s:5:\"bytes\";i:544;s:11:\"size_before\";i:13052;s:10:\"size_after\";i:12508;s:4:\"time\";d:0.01;}}}'),(27957,8837,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:475;s:4:\"file\";s:57:\"2019/09/japex-2019-night1-delano-seiveright-buzz-demo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"japex-2019-night1-delano-seiveright-buzz-demo-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:57:\"japex-2019-night1-delano-seiveright-buzz-demo-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;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:{}}}'),(27958,8838,'_wp_attached_file','2019/09/nordwind-airlines-buzz-demo.jpg'),(27959,8838,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.8801328060153315;s:5:\"bytes\";i:1999;s:11:\"size_before\";i:40962;s:10:\"size_after\";i:38963;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.66;s:5:\"bytes\";i:187;s:11:\"size_before\";i:4015;s:10:\"size_after\";i:3828;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:273;s:11:\"size_before\";i:7274;s:10:\"size_after\";i:7001;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19;s:5:\"bytes\";i:1539;s:11:\"size_before\";i:29673;s:10:\"size_after\";i:28134;s:4:\"time\";d:0.02;}}}'),(27960,8838,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:586;s:4:\"file\";s:39:\"2019/09/nordwind-airlines-buzz-demo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"nordwind-airlines-buzz-demo-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:\"nordwind-airlines-buzz-demo-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"nordwind-airlines-buzz-demo-768x450.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:450;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:{}}}'),(27961,8839,'_wp_attached_file','2019/09/montego-bay-convention-centre-outisde-buzz-demo.jpg'),(27962,8839,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.22885639613948;s:5:\"bytes\";i:14265;s:11:\"size_before\";i:272813;s:10:\"size_after\";i:258548;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.83;s:5:\"bytes\";i:261;s:11:\"size_before\";i:5399;s:10:\"size_after\";i:5138;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.17;s:5:\"bytes\";i:632;s:11:\"size_before\";i:12222;s:10:\"size_after\";i:11590;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.62;s:5:\"bytes\";i:3365;s:11:\"size_before\";i:59904;s:10:\"size_after\";i:56539;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.27;s:5:\"bytes\";i:5080;s:11:\"size_before\";i:96411;s:10:\"size_after\";i:91331;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.98;s:5:\"bytes\";i:4927;s:11:\"size_before\";i:98877;s:10:\"size_after\";i:93950;s:4:\"time\";d:0.04;}}}'),(27963,8839,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:797;s:4:\"file\";s:59:\"2019/09/montego-bay-convention-centre-outisde-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"montego-bay-convention-centre-outisde-buzz-demo-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:\"montego-bay-convention-centre-outisde-buzz-demo-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"montego-bay-convention-centre-outisde-buzz-demo-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"montego-bay-convention-centre-outisde-buzz-demo-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:60:\"montego-bay-convention-centre-outisde-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(27964,8840,'_wp_attached_file','2019/09/japex-2019-buzz-screengrab.jpg'),(27965,8840,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.866796027210579;s:5:\"bytes\";i:13790;s:11:\"size_before\";i:356626;s:10:\"size_after\";i:342836;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:491;s:11:\"size_before\";i:8243;s:10:\"size_after\";i:7752;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.42;s:5:\"bytes\";i:788;s:11:\"size_before\";i:14535;s:10:\"size_after\";i:13747;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.94;s:5:\"bytes\";i:2796;s:11:\"size_before\";i:70878;s:10:\"size_after\";i:68082;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37;s:5:\"bytes\";i:3797;s:11:\"size_before\";i:112750;s:10:\"size_after\";i:108953;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.94;s:5:\"bytes\";i:5918;s:11:\"size_before\";i:150220;s:10:\"size_after\";i:144302;s:4:\"time\";d:0.05;}}}'),(27966,8840,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:651;s:4:\"file\";s:38:\"2019/09/japex-2019-buzz-screengrab.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"japex-2019-buzz-screengrab-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:\"japex-2019-buzz-screengrab-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"japex-2019-buzz-screengrab-768x385.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"japex-2019-buzz-screengrab-1024x513.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"japex-2019-buzz-screengrab-1060x651.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568357971\";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:{}}}'),(27968,8836,'_thumbnail_id','8838'),(27969,8836,'_oembed_72f8929af48d58b706a6976e7d08dbca','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Last year Jamaica welcomed 3,156 Russian tourists, up from 1,018 in 2017.Pegas/Nordwind will increase seats to accommodate 100 more passengers + strong interest from major Russian tour operator to put on a very large plane with over 400 seats. Promo work in Russia below <a href=\"https://t.co/NFPYUnqAQA\">pic.twitter.com/NFPYUnqAQA</a></p>&mdash; Delano Seiveright?? (@DelanoSeiv) <a href=\"https://twitter.com/DelanoSeiv/status/1172469869855612928?ref_src=twsrc%5Etfw\">September 13, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(27970,8836,'_oembed_time_72f8929af48d58b706a6976e7d08dbca','1568377548'),(27971,8836,'_edit_last','14'),(27972,8836,'xyz_smap','1'),(27973,8836,'smpush_mute_activated','no'),(27975,8836,'_yoast_wpseo_primary_category','4'),(27976,8836,'_yoast_wpseo_primary_sub-category','8'),(27977,8836,'sponsored_url',''),(27978,8836,'_yoast_wpseo_content_score','30'),(27979,8836,'_yoast_wpseo_focuskeywords','[]'),(27980,8836,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(27981,8843,'_edit_lock','1568471664:14'),(27982,8843,'_yst_prominent_words_version','1'),(27983,8844,'_wp_attached_file','2019/09/jamaica-fd-festival-launch-2019-buzz-1.jpg'),(27984,8844,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:259400;s:11:\"size_before\";i:476005;s:10:\"size_after\";i:216605;}'),(27985,8844,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.292712142399908;s:5:\"bytes\";i:15625;s:11:\"size_before\";i:363989;s:10:\"size_after\";i:348364;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.48;s:5:\"bytes\";i:681;s:11:\"size_before\";i:9105;s:10:\"size_after\";i:8424;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.63;s:5:\"bytes\";i:1351;s:11:\"size_before\";i:20381;s:10:\"size_after\";i:19030;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.52;s:5:\"bytes\";i:3763;s:11:\"size_before\";i:83247;s:10:\"size_after\";i:79484;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.92;s:5:\"bytes\";i:4929;s:11:\"size_before\";i:125831;s:10:\"size_after\";i:120902;s:4:\"time\";d:0.09;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.91;s:5:\"bytes\";i:4901;s:11:\"size_before\";i:125425;s:10:\"size_after\";i:120524;s:4:\"time\";d:0.04;}}}'),(27986,8844,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:50:\"2019/09/jamaica-fd-festival-launch-2019-buzz-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"jamaica-fd-festival-launch-2019-buzz-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:50:\"jamaica-fd-festival-launch-2019-buzz-1-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:50:\"jamaica-fd-festival-launch-2019-buzz-1-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:51:\"jamaica-fd-festival-launch-2019-buzz-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"jamaica-fd-festival-launch-2019-buzz-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568291735\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(27987,8845,'_wp_attached_file','2019/09/jamaica-fd-festival-launch-2019-buzz-6.jpg'),(27988,8845,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:297166;s:11:\"size_before\";i:466958;s:10:\"size_after\";i:169792;}'),(27989,8845,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.47451115563311;s:5:\"bytes\";i:9677;s:11:\"size_before\";i:278514;s:10:\"size_after\";i:268837;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.12;s:5:\"bytes\";i:509;s:11:\"size_before\";i:7147;s:10:\"size_after\";i:6638;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.09;s:5:\"bytes\";i:967;s:11:\"size_before\";i:15885;s:10:\"size_after\";i:14918;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.74;s:5:\"bytes\";i:2345;s:11:\"size_before\";i:62784;s:10:\"size_after\";i:60439;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.99;s:5:\"bytes\";i:2871;s:11:\"size_before\";i:96100;s:10:\"size_after\";i:93229;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.09;s:5:\"bytes\";i:2985;s:11:\"size_before\";i:96598;s:10:\"size_after\";i:93613;s:4:\"time\";d:0.03;}}}'),(27990,8845,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:50:\"2019/09/jamaica-fd-festival-launch-2019-buzz-6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"jamaica-fd-festival-launch-2019-buzz-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:50:\"jamaica-fd-festival-launch-2019-buzz-6-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:50:\"jamaica-fd-festival-launch-2019-buzz-6-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:51:\"jamaica-fd-festival-launch-2019-buzz-6-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"jamaica-fd-festival-launch-2019-buzz-6-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568291721\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(27991,8846,'_wp_attached_file','2019/09/jamaica-fd-festival-launch-2019-buzz-4.jpg'),(27992,8846,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:496062;s:11:\"size_before\";i:634203;s:10:\"size_after\";i:138141;}'),(27993,8846,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.1159629818032535;s:5:\"bytes\";i:4742;s:11:\"size_before\";i:224106;s:10:\"size_after\";i:219364;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.24;s:5:\"bytes\";i:457;s:11:\"size_before\";i:7320;s:10:\"size_after\";i:6863;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.66;s:5:\"bytes\";i:625;s:11:\"size_before\";i:13417;s:10:\"size_after\";i:12792;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1;s:5:\"bytes\";i:1062;s:11:\"size_before\";i:50523;s:10:\"size_after\";i:49461;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.64;s:5:\"bytes\";i:1265;s:11:\"size_before\";i:77333;s:10:\"size_after\";i:76068;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.77;s:5:\"bytes\";i:1333;s:11:\"size_before\";i:75513;s:10:\"size_after\";i:74180;s:4:\"time\";d:0.03;}}}'),(27994,8846,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:50:\"2019/09/jamaica-fd-festival-launch-2019-buzz-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"jamaica-fd-festival-launch-2019-buzz-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:50:\"jamaica-fd-festival-launch-2019-buzz-4-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:50:\"jamaica-fd-festival-launch-2019-buzz-4-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:51:\"jamaica-fd-festival-launch-2019-buzz-4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"jamaica-fd-festival-launch-2019-buzz-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568291727\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(27995,8847,'_wp_attached_file','2019/09/jamaica-fd-festival-launch-2019-buzz-2.jpg'),(27996,8847,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:243317;s:11:\"size_before\";i:460665;s:10:\"size_after\";i:217348;}'),(27997,8848,'_wp_attached_file','2019/09/jamaica-fd-festival-launch-2019-buzz-5.jpg'),(27998,8848,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:359753;s:11:\"size_before\";i:516547;s:10:\"size_after\";i:156794;}'),(27999,8847,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.0599138301738655;s:5:\"bytes\";i:14634;s:11:\"size_before\";i:360451;s:10:\"size_after\";i:345817;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.71;s:5:\"bytes\";i:709;s:11:\"size_before\";i:9190;s:10:\"size_after\";i:8481;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.22;s:5:\"bytes\";i:1452;s:11:\"size_before\";i:20101;s:10:\"size_after\";i:18649;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.41;s:5:\"bytes\";i:3615;s:11:\"size_before\";i:82049;s:10:\"size_after\";i:78434;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.56;s:5:\"bytes\";i:4453;s:11:\"size_before\";i:125043;s:10:\"size_after\";i:120590;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.55;s:5:\"bytes\";i:4405;s:11:\"size_before\";i:124068;s:10:\"size_after\";i:119663;s:4:\"time\";d:0.05;}}}'),(28000,8847,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:50:\"2019/09/jamaica-fd-festival-launch-2019-buzz-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"jamaica-fd-festival-launch-2019-buzz-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:50:\"jamaica-fd-festival-launch-2019-buzz-2-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:50:\"jamaica-fd-festival-launch-2019-buzz-2-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:51:\"jamaica-fd-festival-launch-2019-buzz-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"jamaica-fd-festival-launch-2019-buzz-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568291708\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28001,8848,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.5840562629209574;s:5:\"bytes\";i:9275;s:11:\"size_before\";i:258785;s:10:\"size_after\";i:249510;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29;s:5:\"bytes\";i:542;s:11:\"size_before\";i:7434;s:10:\"size_after\";i:6892;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9;s:5:\"bytes\";i:904;s:11:\"size_before\";i:15328;s:10:\"size_after\";i:14424;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.63;s:5:\"bytes\";i:2118;s:11:\"size_before\";i:58328;s:10:\"size_after\";i:56210;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.19;s:5:\"bytes\";i:2829;s:11:\"size_before\";i:88740;s:10:\"size_after\";i:85911;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.24;s:5:\"bytes\";i:2882;s:11:\"size_before\";i:88955;s:10:\"size_after\";i:86073;s:4:\"time\";d:0.03;}}}'),(28002,8848,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:50:\"2019/09/jamaica-fd-festival-launch-2019-buzz-5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"jamaica-fd-festival-launch-2019-buzz-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:50:\"jamaica-fd-festival-launch-2019-buzz-5-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:50:\"jamaica-fd-festival-launch-2019-buzz-5-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:51:\"jamaica-fd-festival-launch-2019-buzz-5-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"jamaica-fd-festival-launch-2019-buzz-5-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568291723\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28003,8849,'_wp_attached_file','2019/09/jamaica-fd-festival-launch-2019-buzz-7.jpg'),(28004,8849,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:363777;s:11:\"size_before\";i:509636;s:10:\"size_after\";i:145859;}'),(28005,8849,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.643848366897952;s:5:\"bytes\";i:6249;s:11:\"size_before\";i:236360;s:10:\"size_after\";i:230111;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:467;s:11:\"size_before\";i:7144;s:10:\"size_after\";i:6677;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.09;s:5:\"bytes\";i:733;s:11:\"size_before\";i:14408;s:10:\"size_after\";i:13675;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.65;s:5:\"bytes\";i:1416;s:11:\"size_before\";i:53374;s:10:\"size_after\";i:51958;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3;s:5:\"bytes\";i:1877;s:11:\"size_before\";i:81608;s:10:\"size_after\";i:79731;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2;s:5:\"bytes\";i:1756;s:11:\"size_before\";i:79826;s:10:\"size_after\";i:78070;s:4:\"time\";d:0.04;}}}'),(28006,8849,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:50:\"2019/09/jamaica-fd-festival-launch-2019-buzz-7.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"jamaica-fd-festival-launch-2019-buzz-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:50:\"jamaica-fd-festival-launch-2019-buzz-7-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:50:\"jamaica-fd-festival-launch-2019-buzz-7-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:51:\"jamaica-fd-festival-launch-2019-buzz-7-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"jamaica-fd-festival-launch-2019-buzz-7-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568291716\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28007,8850,'_wp_attached_file','2019/09/jamaica-fd-festival-launch-2019-buzz-6-1.jpg'),(28008,8850,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:297166;s:11:\"size_before\";i:466958;s:10:\"size_after\";i:169792;}'),(28009,8850,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.47451115563311;s:5:\"bytes\";i:9677;s:11:\"size_before\";i:278514;s:10:\"size_after\";i:268837;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.12;s:5:\"bytes\";i:509;s:11:\"size_before\";i:7147;s:10:\"size_after\";i:6638;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.09;s:5:\"bytes\";i:967;s:11:\"size_before\";i:15885;s:10:\"size_after\";i:14918;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.74;s:5:\"bytes\";i:2345;s:11:\"size_before\";i:62784;s:10:\"size_after\";i:60439;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.99;s:5:\"bytes\";i:2871;s:11:\"size_before\";i:96100;s:10:\"size_after\";i:93229;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.09;s:5:\"bytes\";i:2985;s:11:\"size_before\";i:96598;s:10:\"size_after\";i:93613;s:4:\"time\";d:0.05;}}}'),(28010,8850,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:52:\"2019/09/jamaica-fd-festival-launch-2019-buzz-6-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"jamaica-fd-festival-launch-2019-buzz-6-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:52:\"jamaica-fd-festival-launch-2019-buzz-6-1-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:52:\"jamaica-fd-festival-launch-2019-buzz-6-1-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:53:\"jamaica-fd-festival-launch-2019-buzz-6-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"jamaica-fd-festival-launch-2019-buzz-6-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568291721\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28012,8843,'_thumbnail_id','8844'),(28013,8843,'_edit_last','14'),(28014,8843,'xyz_smap','1'),(28015,8843,'smpush_mute_activated','no'),(28017,8843,'_yoast_wpseo_primary_category','2'),(28018,8843,'_yoast_wpseo_primary_sub-category','1534'),(28019,8843,'sponsored_url',''),(28020,8843,'_yoast_wpseo_content_score','30'),(28021,8843,'_yoast_wpseo_focuskeywords','[]'),(28022,8843,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(28023,8853,'_edit_lock','1574805007:1'),(28024,8853,'_yst_prominent_words_version','1'),(28025,8854,'_wp_attached_file','2019/09/manchester-vs-mile-gully.jpg'),(28026,8854,'wpmf_size','245829'),(28027,8854,'wpmf_filetype','jpg'),(28028,8854,'wpmf_order','0'),(28029,8854,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:36:\"2019/09/manchester-vs-mile-gully.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"manchester-vs-mile-gully-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:\"manchester-vs-mile-gully-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"manchester-vs-mile-gully-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"manchester-vs-mile-gully-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(28030,8854,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.288513170306945;s:5:\"bytes\";i:11229;s:11:\"size_before\";i:261839;s:10:\"size_after\";i:250610;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45;s:5:\"bytes\";i:446;s:11:\"size_before\";i:8178;s:10:\"size_after\";i:7732;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.78;s:5:\"bytes\";i:1180;s:11:\"size_before\";i:24696;s:10:\"size_after\";i:23516;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.34;s:5:\"bytes\";i:4681;s:11:\"size_before\";i:107958;s:10:\"size_after\";i:103277;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.07;s:5:\"bytes\";i:4922;s:11:\"size_before\";i:121007;s:10:\"size_after\";i:116085;s:4:\"time\";d:0.04;}}}'),(28031,8853,'_thumbnail_id','8856'),(28032,8853,'_edit_last','1'),(28033,8853,'smpush_mute_activated','no'),(28034,8853,'_yoast_wpseo_primary_out-category','26'),(28035,8853,'_yoast_wpseo_primary_location','34'),(28036,8853,'out_date','2019-12-19'),(28037,8853,'out_time','03:30 PM'),(28038,8853,'out_address','Perth rd. Mandeville, Jamaica'),(28039,8853,'out_description','Issa Dacosta Cup match'),(28040,8853,'out_mapurl','https://www.google.com/maps/place/Manchester+High+School/@18.0359657,-77.5107832,15z/data=!4m5!3m4!1s0x0:0xcd1a02a2a7ddbd8e!8m2!3d18.0359657!4d-77.5107832'),(28041,8853,'post_gallery_id','a:1:{i:0;s:4:\"8854\";}'),(28042,8853,'_yoast_wpseo_content_score','30'),(28043,8853,'_yoast_wpseo_focuskeywords','[]'),(28044,8853,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(28049,8856,'_wp_attached_file','2019/09/ISSA-SBF-Dacosta-Cup.jpg'),(28050,8856,'wpmf_size','58486'),(28051,8856,'wpmf_filetype','jpg'),(28052,8856,'wpmf_order','0'),(28053,8856,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:290;s:4:\"file\";s:32:\"2019/09/ISSA-SBF-Dacosta-Cup.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"ISSA-SBF-Dacosta-Cup-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\";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\";}}'),(28054,8856,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.519399249061327;s:5:\"bytes\";i:441;s:11:\"size_before\";i:7990;s:10:\"size_after\";i:7549;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.52;s:5:\"bytes\";i:441;s:11:\"size_before\";i:7990;s:10:\"size_after\";i:7549;s:4:\"time\";d:0.01;}}}'),(28055,8857,'_edit_lock','1568393834:11'),(28056,8857,'_yst_prominent_words_version','1'),(28057,8858,'_wp_attached_file','2019/09/image-18.png'),(28058,8858,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:93880;s:10:\"size_after\";i:93880;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27997;s:10:\"size_after\";i:27997;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:65883;s:10:\"size_after\";i:65883;s:4:\"time\";d:0.17;}}}'),(28059,8858,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:420;s:4:\"file\";s:20:\"2019/09/image-18.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-18-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:\"image-18-300x209.png\";s:5:\"width\";i:300;s:6:\"height\";i:209;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:{}}}'),(28060,8859,'_edit_lock','1575031519:1'),(28061,8859,'_yst_prominent_words_version','1'),(28062,8860,'_edit_lock','1574792053:1'),(28063,8860,'_yst_prominent_words_version','1'),(28064,8861,'_edit_lock','1568468262:9'),(28065,8861,'_yst_prominent_words_version','1'),(28066,8861,'_oembed_a49757b272da0e59206c39b11b4b0a6e','<iframe title=\"CEEJ Arts || A BUZZ Feature\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/oxiDEGcpems?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(28067,8861,'_oembed_time_a49757b272da0e59206c39b11b4b0a6e','1568467540'),(28068,8863,'_wp_attached_file','2019/09/Maiden-Cay-Party.jpg'),(28069,8863,'wpmf_size','161706'),(28070,8863,'wpmf_filetype','jpg'),(28071,8863,'wpmf_order','0'),(28072,8863,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:719;s:4:\"file\";s:28:\"2019/09/Maiden-Cay-Party.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Maiden-Cay-Party-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:\"Maiden-Cay-Party-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:28:\"Maiden-Cay-Party-768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Maiden-Cay-Party-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(28073,8863,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.935100054083288;s:5:\"bytes\";i:12410;s:11:\"size_before\";i:251464;s:10:\"size_after\";i:239054;s:4:\"time\";d:0.09;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9;s:5:\"bytes\";i:331;s:11:\"size_before\";i:6762;s:10:\"size_after\";i:6431;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.76;s:5:\"bytes\";i:798;s:11:\"size_before\";i:16774;s:10:\"size_after\";i:15976;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.17;s:5:\"bytes\";i:3538;s:11:\"size_before\";i:84919;s:10:\"size_after\";i:81381;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.41;s:5:\"bytes\";i:7743;s:11:\"size_before\";i:143009;s:10:\"size_after\";i:135266;s:4:\"time\";d:0.04;}}}'),(28074,8860,'_thumbnail_id','8863'),(28075,8860,'_edit_last','1'),(28076,8860,'smpush_mute_activated','no'),(28077,8860,'_yoast_wpseo_primary_out-category','25'),(28078,8860,'_yoast_wpseo_primary_location','33'),(28079,8860,'out_date','2019-12-15'),(28080,8860,'out_time','11:00 AM'),(28081,8860,'out_address','Port Royal Main Rd. Kingston, Jamaica'),(28082,8860,'out_description','All inclusive beach party on Maiden Cay!'),(28083,8860,'out_mapurl','https://www.google.com/maps/dir/18.006677,-76.7913552/grand+port+royal+hotel+marina+and+spa/@17.9704297,-76.8502769,12z/data=!3m1!4b1!4m9!4m8!1m1!4e1!1m5!1m1!1s0x8edb6a8fc2421d99:0x8f04066e78c62ed8!2m2!1d-76.839256!2d17.939591'),(28084,8860,'post_gallery_id','a:1:{i:0;s:4:\"8863\";}'),(28085,8860,'_yoast_wpseo_content_score','30'),(28086,8860,'_yoast_wpseo_focuskeywords','[]'),(28087,8860,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(28088,8864,'_wp_attached_file','2019/09/ceej-arts-featured-image-buzz-exclusive.jpg'),(28089,8864,'wpmf_size','408082'),(28090,8864,'wpmf_filetype','jpg'),(28091,8864,'wpmf_order','0'),(28092,8864,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:51:\"2019/09/ceej-arts-featured-image-buzz-exclusive.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"ceej-arts-featured-image-buzz-exclusive-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:\"ceej-arts-featured-image-buzz-exclusive-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:51:\"ceej-arts-featured-image-buzz-exclusive-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:52:\"ceej-arts-featured-image-buzz-exclusive-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"ceej-arts-featured-image-buzz-exclusive-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(28093,8864,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8153680748222154;s:5:\"bytes\";i:8375;s:11:\"size_before\";i:219507;s:10:\"size_after\";i:211132;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:275;s:11:\"size_before\";i:4812;s:10:\"size_after\";i:4537;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37;s:5:\"bytes\";i:492;s:11:\"size_before\";i:11256;s:10:\"size_after\";i:10764;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.11;s:5:\"bytes\";i:1455;s:11:\"size_before\";i:46820;s:10:\"size_after\";i:45365;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.83;s:5:\"bytes\";i:2988;s:11:\"size_before\";i:78001;s:10:\"size_after\";i:75013;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.03;s:5:\"bytes\";i:3165;s:11:\"size_before\";i:78618;s:10:\"size_after\";i:75453;s:4:\"time\";d:0.04;}}}'),(28096,8861,'_thumbnail_id','9058'),(28097,8861,'_edit_last','9'),(28098,8861,'smpush_mute_activated','no'),(28099,8861,'_yoast_wpseo_primary_category','2'),(28100,8861,'_yoast_wpseo_primary_sub-category','881'),(28101,8861,'video_parent_post_id',''),(28102,8861,'_yoast_wpseo_content_score','30'),(28103,8861,'_yoast_wpseo_focuskeywords','[]'),(28104,8861,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(28105,8867,'_edit_lock','1568500080:14'),(28106,8867,'_yst_prominent_words_version','1'),(28111,8867,'_edit_last','14'),(28112,8867,'smpush_mute_activated','no'),(28113,8867,'_yoast_wpseo_primary_category','4'),(28114,8867,'_yoast_wpseo_primary_sub-category','16'),(28115,8867,'sponsored_url',''),(28116,8867,'_yoast_wpseo_content_score','90'),(28117,8867,'_yoast_wpseo_focuskeywords','[]'),(28118,8867,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(28119,8871,'_edit_lock','1568486114:14'),(28120,8871,'_yst_prominent_words_version','1'),(28124,8873,'_edit_lock','1568392356:4'),(28125,8873,'_yst_prominent_words_version','1'),(28126,8873,'_edit_last','4'),(28127,8873,'smpush_mute_activated','no'),(28128,8873,'_yoast_wpseo_primary_category','4'),(28129,8873,'_yoast_wpseo_primary_sub-category','13'),(28130,8873,'sponsored_url',''),(28131,8873,'_yoast_wpseo_content_score','30'),(28132,8873,'_yoast_wpseo_focuskeywords','[]'),(28133,8873,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(28134,8875,'_wp_attached_file','2019/09/Mayor-Sheridan-Samuels.jpg'),(28135,8875,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:200798;s:11:\"size_before\";i:317081;s:10:\"size_after\";i:116283;}'),(28136,8875,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.776522436918061;s:5:\"bytes\";i:7500;s:11:\"size_before\";i:157018;s:10:\"size_after\";i:149518;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:176;s:11:\"size_before\";i:4179;s:10:\"size_after\";i:4003;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.91;s:5:\"bytes\";i:238;s:11:\"size_before\";i:8179;s:10:\"size_after\";i:7941;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.93;s:5:\"bytes\";i:1354;s:11:\"size_before\";i:34425;s:10:\"size_after\";i:33071;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.31;s:5:\"bytes\";i:3026;s:11:\"size_before\";i:57018;s:10:\"size_after\";i:53992;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.08;s:5:\"bytes\";i:2706;s:11:\"size_before\";i:53217;s:10:\"size_after\";i:50511;s:4:\"time\";d:0.03;}}}'),(28137,8875,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1100;s:4:\"file\";s:34:\"2019/09/Mayor-Sheridan-Samuels.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Mayor-Sheridan-Samuels-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:\"Mayor-Sheridan-Samuels-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Mayor-Sheridan-Samuels-768x563.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:563;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Mayor-Sheridan-Samuels-1024x751.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:751;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Mayor-Sheridan-Samuels-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563790168\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28138,8877,'_wp_attached_file','2019/09/image-19.png'),(28139,8877,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:133206;s:10:\"size_after\";i:133206;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42216;s:10:\"size_after\";i:42216;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:90990;s:10:\"size_after\";i:90990;s:4:\"time\";d:0.05;}}}'),(28140,8877,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:338;s:4:\"file\";s:20:\"2019/09/image-19.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-19-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:\"image-19-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;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:{}}}'),(28141,8878,'_wp_attached_file','2019/09/image-20.png'),(28142,8878,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:138402;s:10:\"size_after\";i:138402;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42399;s:10:\"size_after\";i:42399;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:96003;s:10:\"size_after\";i:96003;s:4:\"time\";d:0.14;}}}'),(28143,8878,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:439;s:4:\"file\";s:20:\"2019/09/image-20.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-20-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:\"image-20-300x219.png\";s:5:\"width\";i:300;s:6:\"height\";i:219;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:{}}}'),(28144,8879,'_wp_attached_file','2019/09/image-21.png'),(28145,8879,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:101969;s:10:\"size_after\";i:101969;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32868;s:10:\"size_after\";i:32868;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:69101;s:10:\"size_after\";i:69101;s:4:\"time\";d:0.11;}}}'),(28146,8879,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:385;s:4:\"file\";s:20:\"2019/09/image-21.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-21-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:\"image-21-300x192.png\";s:5:\"width\";i:300;s:6:\"height\";i:192;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:{}}}'),(28147,8880,'_wp_attached_file','2019/09/kevin-obrien-chang-buzz-feature.jpg'),(28148,8880,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.738603072840528;s:5:\"bytes\";i:6368;s:11:\"size_before\";i:170331;s:10:\"size_after\";i:163963;s:4:\"time\";d:0.12000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.47;s:5:\"bytes\";i:342;s:11:\"size_before\";i:6251;s:10:\"size_after\";i:5909;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.76;s:5:\"bytes\";i:466;s:11:\"size_before\";i:9799;s:10:\"size_after\";i:9333;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.42;s:5:\"bytes\";i:1282;s:11:\"size_before\";i:37458;s:10:\"size_after\";i:36176;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.58;s:5:\"bytes\";i:2011;s:11:\"size_before\";i:56215;s:10:\"size_after\";i:54204;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.74;s:5:\"bytes\";i:2267;s:11:\"size_before\";i:60608;s:10:\"size_after\";i:58341;s:4:\"time\";d:0.05;}}}'),(28149,8880,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:43:\"2019/09/kevin-obrien-chang-buzz-feature.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"kevin-obrien-chang-buzz-feature-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:\"kevin-obrien-chang-buzz-feature-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"kevin-obrien-chang-buzz-feature-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"kevin-obrien-chang-buzz-feature-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"kevin-obrien-chang-buzz-feature-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28151,8873,'_thumbnail_id','7088'),(28152,8873,'xyz_smap','1'),(28154,8882,'_edit_lock','1568394264:4'),(28155,8882,'_yst_prominent_words_version','1'),(28156,8883,'_wp_attached_file','2019/09/miss-lou-storyboard-fontana-buzz-demo.jpg'),(28157,8883,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.828257114283117;s:5:\"bytes\";i:32157;s:11:\"size_before\";i:296973;s:10:\"size_after\";i:264816;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87;s:5:\"bytes\";i:467;s:11:\"size_before\";i:7959;s:10:\"size_after\";i:7492;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.69;s:5:\"bytes\";i:2098;s:11:\"size_before\";i:27284;s:10:\"size_after\";i:25186;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5;s:5:\"bytes\";i:10724;s:11:\"size_before\";i:126231;s:10:\"size_after\";i:115507;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.92;s:5:\"bytes\";i:18868;s:11:\"size_before\";i:135499;s:10:\"size_after\";i:116631;s:4:\"time\";d:0.05;}}}'),(28158,8883,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:49:\"2019/09/miss-lou-storyboard-fontana-buzz-demo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"miss-lou-storyboard-fontana-buzz-demo-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:\"miss-lou-storyboard-fontana-buzz-demo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"miss-lou-storyboard-fontana-buzz-demo-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"miss-lou-storyboard-fontana-buzz-demo-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(28159,8884,'_wp_attached_file','2019/09/Apple_Apple-Arcade_Chu-Chu-Rocket_Buzz_Caribbean.jpg'),(28160,8884,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.491799491799492;s:5:\"bytes\";i:3889;s:11:\"size_before\";i:86580;s:10:\"size_after\";i:82691;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.67;s:5:\"bytes\";i:561;s:11:\"size_before\";i:8415;s:10:\"size_after\";i:7854;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.14;s:5:\"bytes\";i:964;s:11:\"size_before\";i:15703;s:10:\"size_after\";i:14739;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.78;s:5:\"bytes\";i:2364;s:11:\"size_before\";i:62462;s:10:\"size_after\";i:60098;s:4:\"time\";d:0.04;}}}'),(28161,8884,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:459;s:4:\"file\";s:60:\"2019/09/Apple_Apple-Arcade_Chu-Chu-Rocket_Buzz_Caribbean.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"Apple_Apple-Arcade_Chu-Chu-Rocket_Buzz_Caribbean-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:\"Apple_Apple-Arcade_Chu-Chu-Rocket_Buzz_Caribbean-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:60:\"Apple_Apple-Arcade_Chu-Chu-Rocket_Buzz_Caribbean-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:{}}}'),(28162,8885,'_wp_attached_file','2019/09/Apple_Apple-Arcade_Exit-The-Gungeon_Buzz_Caribbean.jpg'),(28163,8885,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7314230728108626;s:5:\"bytes\";i:2792;s:11:\"size_before\";i:74824;s:10:\"size_after\";i:72032;s:4:\"time\";d:0.09000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.66;s:5:\"bytes\";i:403;s:11:\"size_before\";i:7126;s:10:\"size_after\";i:6723;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.42;s:5:\"bytes\";i:572;s:11:\"size_before\";i:12928;s:10:\"size_after\";i:12356;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.32;s:5:\"bytes\";i:1817;s:11:\"size_before\";i:54770;s:10:\"size_after\";i:52953;s:4:\"time\";d:0.07;}}}'),(28164,8885,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:459;s:4:\"file\";s:62:\"2019/09/Apple_Apple-Arcade_Exit-The-Gungeon_Buzz_Caribbean.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"Apple_Apple-Arcade_Exit-The-Gungeon_Buzz_Caribbean-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:62:\"Apple_Apple-Arcade_Exit-The-Gungeon_Buzz_Caribbean-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:62:\"Apple_Apple-Arcade_Exit-The-Gungeon_Buzz_Caribbean-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:{}}}'),(28165,8886,'_wp_attached_file','2019/09/Apple_Apple-Arcade_Overland_Buzz_Caribbean.jpg'),(28166,8886,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.210192597289372;s:5:\"bytes\";i:2656;s:11:\"size_before\";i:63085;s:10:\"size_after\";i:60429;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.76;s:5:\"bytes\";i:399;s:11:\"size_before\";i:6922;s:10:\"size_after\";i:6523;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.14;s:5:\"bytes\";i:436;s:11:\"size_before\";i:10542;s:10:\"size_after\";i:10106;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.99;s:5:\"bytes\";i:1821;s:11:\"size_before\";i:45621;s:10:\"size_after\";i:43800;s:4:\"time\";d:0.04;}}}'),(28167,8886,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:459;s:4:\"file\";s:54:\"2019/09/Apple_Apple-Arcade_Overland_Buzz_Caribbean.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Apple_Apple-Arcade_Overland_Buzz_Caribbean-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:54:\"Apple_Apple-Arcade_Overland_Buzz_Caribbean-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:54:\"Apple_Apple-Arcade_Overland_Buzz_Caribbean-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:{}}}'),(28168,8887,'_wp_attached_file','2019/09/Apple_Apple-Arcade_Pac-Man_Buzz_Caribbean.jpg'),(28169,8887,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.977525931617365;s:5:\"bytes\";i:5812;s:11:\"size_before\";i:83296;s:10:\"size_after\";i:77484;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.58;s:5:\"bytes\";i:740;s:11:\"size_before\";i:9760;s:10:\"size_after\";i:9020;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4;s:5:\"bytes\";i:1229;s:11:\"size_before\";i:16600;s:10:\"size_after\";i:15371;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.75;s:5:\"bytes\";i:3843;s:11:\"size_before\";i:56936;s:10:\"size_after\";i:53093;s:4:\"time\";d:0.03;}}}'),(28170,8887,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:459;s:4:\"file\";s:53:\"2019/09/Apple_Apple-Arcade_Pac-Man_Buzz_Caribbean.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Apple_Apple-Arcade_Pac-Man_Buzz_Caribbean-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:\"Apple_Apple-Arcade_Pac-Man_Buzz_Caribbean-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:53:\"Apple_Apple-Arcade_Pac-Man_Buzz_Caribbean-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:{}}}'),(28171,8888,'_wp_attached_file','2019/09/Apple_Apple-Arcade_Projection-First-Light_Buzz_Caribbean.jpg'),(28172,8888,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.525056867149861;s:5:\"bytes\";i:2495;s:11:\"size_before\";i:70779;s:10:\"size_after\";i:68284;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.08;s:5:\"bytes\";i:435;s:11:\"size_before\";i:7154;s:10:\"size_after\";i:6719;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.61;s:5:\"bytes\";i:585;s:11:\"size_before\";i:12702;s:10:\"size_after\";i:12117;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9;s:5:\"bytes\";i:1475;s:11:\"size_before\";i:50923;s:10:\"size_after\";i:49448;s:4:\"time\";d:0.02;}}}'),(28173,8888,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:459;s:4:\"file\";s:68:\"2019/09/Apple_Apple-Arcade_Projection-First-Light_Buzz_Caribbean.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"Apple_Apple-Arcade_Projection-First-Light_Buzz_Caribbean-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:68:\"Apple_Apple-Arcade_Projection-First-Light_Buzz_Caribbean-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:68:\"Apple_Apple-Arcade_Projection-First-Light_Buzz_Caribbean-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:{}}}'),(28174,8889,'_wp_attached_file','2019/09/Apple_Apple-Arcade_Rayman-Mini_Buzz_Caribbean.jpg'),(28175,8889,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.634442985210986;s:5:\"bytes\";i:2546;s:11:\"size_before\";i:70052;s:10:\"size_after\";i:67506;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.35;s:5:\"bytes\";i:367;s:11:\"size_before\";i:6861;s:10:\"size_after\";i:6494;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:659;s:11:\"size_before\";i:13076;s:10:\"size_after\";i:12417;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.03;s:5:\"bytes\";i:1520;s:11:\"size_before\";i:50115;s:10:\"size_after\";i:48595;s:4:\"time\";d:0.04;}}}'),(28176,8889,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:459;s:4:\"file\";s:57:\"2019/09/Apple_Apple-Arcade_Rayman-Mini_Buzz_Caribbean.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Apple_Apple-Arcade_Rayman-Mini_Buzz_Caribbean-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:57:\"Apple_Apple-Arcade_Rayman-Mini_Buzz_Caribbean-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:57:\"Apple_Apple-Arcade_Rayman-Mini_Buzz_Caribbean-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:{}}}'),(28177,8882,'_oembed_0b6c237e1b6da8f2af904d76b4ec5cf4','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2WlN3_Jv7Y/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2WlN3_Jv7Y/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2WlN3_Jv7Y/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Brandon and I would like to say a huge thank you to everyone who offered such warm words of encouragement and congratulations over the past few days !!! We are honestly so grateful and blown away by your kindness in our journey to becoming parents for the very first time.  All our love and thanks guys !!! God bless ??❤️ Tess &amp; B ( AKA #MumAndDad ? #Cheesin ? #HappyFriday !!! ? )</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/thebestess/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Tessanne Chin</a> (@thebestess) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-13T13:20:02+00:00\">Sep 13, 2019 at 6:20am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(28178,8882,'_oembed_time_0b6c237e1b6da8f2af904d76b4ec5cf4','1568392848'),(28179,8891,'_wp_attached_file','2019/09/Apple-tv-plus-launches-november-1-Buzz-Caribbean.jpg'),(28180,8891,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.180302405164672;s:5:\"bytes\";i:5917;s:11:\"size_before\";i:82406;s:10:\"size_after\";i:76489;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.28;s:5:\"bytes\";i:666;s:11:\"size_before\";i:8048;s:10:\"size_after\";i:7382;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.15;s:5:\"bytes\";i:1106;s:11:\"size_before\";i:15479;s:10:\"size_after\";i:14373;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04;s:5:\"bytes\";i:4145;s:11:\"size_before\";i:58879;s:10:\"size_after\";i:54734;s:4:\"time\";d:0.03;}}}'),(28181,8891,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:595;s:4:\"file\";s:60:\"2019/09/Apple-tv-plus-launches-november-1-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"Apple-tv-plus-launches-november-1-Buzz-Caribbean-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:\"Apple-tv-plus-launches-november-1-Buzz-Caribbean-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"Apple-tv-plus-launches-november-1-Buzz-Caribbean-768x560.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:560;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:{}}}'),(28183,8871,'_thumbnail_id','8913'),(28184,8871,'_edit_last','14'),(28185,8871,'xyz_smap','1'),(28186,8871,'smpush_mute_activated','no'),(28188,8871,'_yoast_wpseo_primary_category','4'),(28189,8871,'_yoast_wpseo_primary_sub-category','16'),(28190,8871,'sponsored_url',''),(28191,8871,'_yoast_wpseo_content_score','90'),(28192,8871,'_yoast_wpseo_focuskeywords','[]'),(28193,8871,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(28196,8882,'_edit_last','4'),(28197,8882,'smpush_mute_activated','no'),(28198,8882,'_yoast_wpseo_primary_category','2'),(28199,8882,'_yoast_wpseo_primary_sub-category','9'),(28200,8882,'sponsored_url',''),(28201,8882,'_yoast_wpseo_content_score','30'),(28202,8882,'_yoast_wpseo_focuskeywords','[]'),(28203,8882,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(28204,8895,'_wp_attached_file','2019/09/tessanne-chin-and-baby-daddy.jpg'),(28205,8895,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.003779770105197;s:5:\"bytes\";i:14165;s:11:\"size_before\";i:283086;s:10:\"size_after\";i:268921;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.54;s:5:\"bytes\";i:678;s:11:\"size_before\";i:8998;s:10:\"size_after\";i:8320;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.94;s:5:\"bytes\";i:1573;s:11:\"size_before\";i:26502;s:10:\"size_after\";i:24929;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.78;s:5:\"bytes\";i:6333;s:11:\"size_before\";i:132433;s:10:\"size_after\";i:126100;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.85;s:5:\"bytes\";i:5581;s:11:\"size_before\";i:115153;s:10:\"size_after\";i:109572;s:4:\"time\";d:0.04;}}}'),(28206,8895,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:768;s:4:\"file\";s:40:\"2019/09/tessanne-chin-and-baby-daddy.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"tessanne-chin-and-baby-daddy-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:\"tessanne-chin-and-baby-daddy-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"tessanne-chin-and-baby-daddy-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"tessanne-chin-and-baby-daddy-768x655.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:655;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:{}}}'),(28207,8857,'_oembed_1a942b5780f20071ea1bdf9a884f9030','<iframe title=\"SEE – Official Trailer | Apple TV+\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/7Rg0y7NT1gU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(28208,8857,'_oembed_time_1a942b5780f20071ea1bdf9a884f9030','1568393301'),(28209,8898,'_wp_attached_file','2019/09/tessanne-chin-and-baby-daddy-featured-image.jpg'),(28210,8898,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.93354354457278;s:5:\"bytes\";i:2023;s:11:\"size_before\";i:29177;s:10:\"size_after\";i:27154;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8;s:5:\"bytes\";i:635;s:11:\"size_before\";i:8146;s:10:\"size_after\";i:7511;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6;s:5:\"bytes\";i:1388;s:11:\"size_before\";i:21031;s:10:\"size_after\";i:19643;s:4:\"time\";d:0.02;}}}'),(28211,8898,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:767;s:6:\"height\";i:613;s:4:\"file\";s:55:\"2019/09/tessanne-chin-and-baby-daddy-featured-image.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"tessanne-chin-and-baby-daddy-featured-image-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:55:\"tessanne-chin-and-baby-daddy-featured-image-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;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:{}}}'),(28212,8899,'_edit_lock','1568643799:16'),(28213,8899,'_yst_prominent_words_version','1'),(28215,8857,'_thumbnail_id','8891'),(28216,8857,'_oembed_a3fd10f4f0aead877711424838c43f7c','<iframe title=\"The Morning Show — Official Trailer | Apple TV+\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/eA7D4_qU9jo?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(28217,8857,'_oembed_time_a3fd10f4f0aead877711424838c43f7c','1568393748'),(28218,8857,'_edit_last','11'),(28219,8857,'xyz_smap','1'),(28220,8857,'smpush_mute_activated','no'),(28222,8857,'_yoast_wpseo_primary_category','4'),(28223,8857,'_yoast_wpseo_primary_sub-category','881'),(28224,8857,'sponsored_url',''),(28225,8857,'_yoast_wpseo_content_score','60'),(28226,8857,'_yoast_wpseo_focuskeywords','[]'),(28227,8857,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(28231,8882,'_thumbnail_id','8898'),(28232,8882,'xyz_smap','1'),(28234,8903,'_wp_attached_file','2019/09/Outpost-Republic-Logo.png'),(28235,8903,'wpmf_size','76383'),(28236,8903,'wpmf_filetype','png'),(28237,8903,'wpmf_order','0'),(28238,8903,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1908;s:6:\"height\";i:915;s:4:\"file\";s:33:\"2019/09/Outpost-Republic-Logo.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Outpost-Republic-Logo-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:\"Outpost-Republic-Logo-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Outpost-Republic-Logo-768x368.png\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Outpost-Republic-Logo-1024x491.png\";s:5:\"width\";i:1024;s:6:\"height\";i:491;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Outpost-Republic-Logo-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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\";}}'),(28239,8903,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(28240,8903,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:38.569607801206104;s:5:\"bytes\";i:225449;s:11:\"size_before\";i:584525;s:10:\"size_after\";i:359076;s:4:\"time\";d:4.72;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.58;s:5:\"bytes\";i:3214;s:11:\"size_before\";i:8330;s:10:\"size_after\";i:5116;s:4:\"time\";d:0.06;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.64;s:5:\"bytes\";i:7155;s:11:\"size_before\";i:18515;s:10:\"size_after\";i:11360;s:4:\"time\";d:0.1;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.63;s:5:\"bytes\";i:21811;s:11:\"size_before\";i:66845;s:10:\"size_after\";i:45034;s:4:\"time\";d:0.53;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.92;s:5:\"bytes\";i:56431;s:11:\"size_before\";i:144982;s:10:\"size_after\";i:88551;s:4:\"time\";d:1.44;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.57;s:5:\"bytes\";i:136838;s:11:\"size_before\";i:345853;s:10:\"size_after\";i:209015;s:4:\"time\";d:2.59;}}}'),(28241,8903,'_wp_attachment_image_alt','Outpost Republic Logo'),(28242,8904,'_wp_attached_file','2019/09/Resized-Outpost-Republic-Logo.png'),(28243,8904,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(28244,8904,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:38.569607801206104;s:5:\"bytes\";i:225449;s:11:\"size_before\";i:584525;s:10:\"size_after\";i:359076;s:4:\"time\";d:4.86;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.58;s:5:\"bytes\";i:3214;s:11:\"size_before\";i:8330;s:10:\"size_after\";i:5116;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.64;s:5:\"bytes\";i:7155;s:11:\"size_before\";i:18515;s:10:\"size_after\";i:11360;s:4:\"time\";d:0.1;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.63;s:5:\"bytes\";i:21811;s:11:\"size_before\";i:66845;s:10:\"size_after\";i:45034;s:4:\"time\";d:0.55;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.92;s:5:\"bytes\";i:56431;s:11:\"size_before\";i:144982;s:10:\"size_after\";i:88551;s:4:\"time\";d:1.09;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.57;s:5:\"bytes\";i:136838;s:11:\"size_before\";i:345853;s:10:\"size_after\";i:209015;s:4:\"time\";d:3.08;}}}'),(28245,8904,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1908;s:6:\"height\";i:915;s:4:\"file\";s:41:\"2019/09/Resized-Outpost-Republic-Logo.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Resized-Outpost-Republic-Logo-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:41:\"Resized-Outpost-Republic-Logo-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Resized-Outpost-Republic-Logo-768x368.png\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Resized-Outpost-Republic-Logo-1024x491.png\";s:5:\"width\";i:1024;s:6:\"height\";i:491;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Resized-Outpost-Republic-Logo-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28248,8907,'_wp_attached_file','2019/09/Miss-Lou-Statue-Gordon-Town.jpg'),(28249,8907,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.099957881489676;s:5:\"bytes\";i:16159;s:11:\"size_before\";i:394126;s:10:\"size_after\";i:377967;s:4:\"time\";d:0.16999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.31;s:5:\"bytes\";i:353;s:11:\"size_before\";i:6654;s:10:\"size_after\";i:6301;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7;s:5:\"bytes\";i:721;s:11:\"size_before\";i:15337;s:10:\"size_after\";i:14616;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.08;s:5:\"bytes\";i:3432;s:11:\"size_before\";i:84044;s:10:\"size_after\";i:80612;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1;s:5:\"bytes\";i:5866;s:11:\"size_before\";i:143233;s:10:\"size_after\";i:137367;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.99;s:5:\"bytes\";i:5787;s:11:\"size_before\";i:144858;s:10:\"size_after\";i:139071;s:4:\"time\";d:0.08;}}}'),(28250,8907,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1418;s:6:\"height\";i:945;s:4:\"file\";s:39:\"2019/09/Miss-Lou-Statue-Gordon-Town.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Miss-Lou-Statue-Gordon-Town-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:\"Miss-Lou-Statue-Gordon-Town-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:39:\"Miss-Lou-Statue-Gordon-Town-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:40:\"Miss-Lou-Statue-Gordon-Town-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Miss-Lou-Statue-Gordon-Town-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568344549\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"19.7\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28251,8908,'_wp_attached_file','2019/09/Miss-Lou-Statue-Inscription-Buzz.jpg'),(28252,8908,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:396089;s:11:\"size_before\";i:687707;s:10:\"size_after\";i:291618;}'),(28253,8908,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.6124808304824825;s:5:\"bytes\";i:19159;s:11:\"size_before\";i:415373;s:10:\"size_after\";i:396214;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7;s:5:\"bytes\";i:443;s:11:\"size_before\";i:7778;s:10:\"size_after\";i:7335;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:916;s:11:\"size_before\";i:17595;s:10:\"size_after\";i:16679;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.65;s:5:\"bytes\";i:4161;s:11:\"size_before\";i:89410;s:10:\"size_after\";i:85249;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.51;s:5:\"bytes\";i:6762;s:11:\"size_before\";i:149938;s:10:\"size_after\";i:143176;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.56;s:5:\"bytes\";i:6877;s:11:\"size_before\";i:150652;s:10:\"size_after\";i:143775;s:4:\"time\";d:0.05;}}}'),(28254,8908,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:44:\"2019/09/Miss-Lou-Statue-Inscription-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Miss-Lou-Statue-Inscription-Buzz-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:\"Miss-Lou-Statue-Inscription-Buzz-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:44:\"Miss-Lou-Statue-Inscription-Buzz-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:45:\"Miss-Lou-Statue-Inscription-Buzz-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Miss-Lou-Statue-Inscription-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568343243\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"16.9\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28255,8909,'_wp_attached_file','2019/09/Murals-Miss-Lou-Gordon-Town-Buzz.jpg'),(28256,8909,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:514478;s:11:\"size_before\";i:865180;s:10:\"size_after\";i:350702;}'),(28257,8909,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.793129854052512;s:5:\"bytes\";i:23347;s:11:\"size_before\";i:487093;s:10:\"size_after\";i:463746;s:4:\"time\";d:0.16999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.82;s:5:\"bytes\";i:588;s:11:\"size_before\";i:8616;s:10:\"size_after\";i:8028;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.34;s:5:\"bytes\";i:1275;s:11:\"size_before\";i:20105;s:10:\"size_after\";i:18830;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.91;s:5:\"bytes\";i:5128;s:11:\"size_before\";i:104422;s:10:\"size_after\";i:99294;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53;s:5:\"bytes\";i:7974;s:11:\"size_before\";i:175962;s:10:\"size_after\";i:167988;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:8382;s:11:\"size_before\";i:177988;s:10:\"size_after\";i:169606;s:4:\"time\";d:0.06;}}}'),(28258,8909,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1001;s:4:\"file\";s:44:\"2019/09/Murals-Miss-Lou-Gordon-Town-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Murals-Miss-Lou-Gordon-Town-Buzz-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:\"Murals-Miss-Lou-Gordon-Town-Buzz-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:44:\"Murals-Miss-Lou-Gordon-Town-Buzz-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:45:\"Murals-Miss-Lou-Gordon-Town-Buzz-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Murals-Miss-Lou-Gordon-Town-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568340923\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"11.3\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28259,8899,'_edit_last','16'),(28260,8899,'smpush_mute_activated','no'),(28261,8899,'_yoast_wpseo_primary_location','33'),(28262,8899,'job_position','a Community Host'),(28263,8899,'job_type','Full-time'),(28264,8899,'job_company','Outpost Republic'),(28265,8899,'job_company_email','gabriela@cappen.com'),(28266,8899,'job_expiration','2019-10-31'),(28267,8899,'job_application',''),(28268,8899,'_yoast_wpseo_content_score','60'),(28269,8899,'_yoast_wpseo_focuskeywords','[]'),(28270,8899,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(28273,8911,'_wp_attached_file','2019/09/CW-Communications-Logo_400x400.jpg'),(28274,8911,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.47827669019722;s:5:\"bytes\";i:1165;s:11:\"size_before\";i:13741;s:10:\"size_after\";i:12576;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2;s:5:\"bytes\";i:284;s:11:\"size_before\";i:3943;s:10:\"size_after\";i:3659;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.99;s:5:\"bytes\";i:881;s:11:\"size_before\";i:9798;s:10:\"size_after\";i:8917;s:4:\"time\";d:0.01;}}}'),(28275,8911,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:42:\"2019/09/CW-Communications-Logo_400x400.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"CW-Communications-Logo_400x400-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:42:\"CW-Communications-Logo_400x400-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:{}}}'),(28276,8912,'_wp_attached_file','2019/09/CW_Communication_logo.jpg'),(28277,8912,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:16.798523943976964;s:5:\"bytes\";i:18027;s:11:\"size_before\";i:107313;s:10:\"size_after\";i:89286;s:4:\"time\";d:0.09;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.31;s:5:\"bytes\";i:406;s:11:\"size_before\";i:3050;s:10:\"size_after\";i:2644;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.42;s:5:\"bytes\";i:556;s:11:\"size_before\";i:5902;s:10:\"size_after\";i:5346;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.77;s:5:\"bytes\";i:3549;s:11:\"size_before\";i:22498;s:10:\"size_after\";i:18949;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.36;s:5:\"bytes\";i:5968;s:11:\"size_before\";i:34384;s:10:\"size_after\";i:28416;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.2;s:5:\"bytes\";i:7548;s:11:\"size_before\";i:41479;s:10:\"size_after\";i:33931;s:4:\"time\";d:0.03;}}}'),(28278,8912,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:627;s:4:\"file\";s:33:\"2019/09/CW_Communication_logo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"CW_Communication_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:33:\"CW_Communication_logo-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"CW_Communication_logo-768x401.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"CW_Communication_logo-1024x535.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:535;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"CW_Communication_logo-1060x627.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:627;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:{}}}'),(28279,8913,'_wp_attached_file','2019/09/Miss-Lou-Gordon-Town-Buzz.jpg'),(28280,8913,'wpmf_size','402345'),(28281,8913,'wpmf_filetype','jpg'),(28282,8913,'wpmf_order','0'),(28283,8913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:37:\"2019/09/Miss-Lou-Gordon-Town-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Miss-Lou-Gordon-Town-Buzz-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:\"Miss-Lou-Gordon-Town-Buzz-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:37:\"Miss-Lou-Gordon-Town-Buzz-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:38:\"Miss-Lou-Gordon-Town-Buzz-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Miss-Lou-Gordon-Town-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568343181\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"49.4\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(28284,8913,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:241193;s:11:\"size_before\";i:402345;s:10:\"size_after\";i:161152;}'),(28285,8913,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.418685272775814;s:5:\"bytes\";i:11089;s:11:\"size_before\";i:250957;s:10:\"size_after\";i:239868;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.68;s:5:\"bytes\";i:430;s:11:\"size_before\";i:6440;s:10:\"size_after\";i:6010;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.39;s:5:\"bytes\";i:709;s:11:\"size_before\";i:13162;s:10:\"size_after\";i:12453;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4;s:5:\"bytes\";i:2441;s:11:\"size_before\";i:55517;s:10:\"size_after\";i:53076;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.26;s:5:\"bytes\";i:3749;s:11:\"size_before\";i:88068;s:10:\"size_after\";i:84319;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.28;s:5:\"bytes\";i:3760;s:11:\"size_before\";i:87770;s:10:\"size_after\";i:84010;s:4:\"time\";d:0.04;}}}'),(28303,8915,'_edit_lock','1568396467:11'),(28304,8915,'_yst_prominent_words_version','1'),(28309,8916,'_wp_attached_file','2019/09/Cheers-To-Healthy-Beverages-Buzz-Caribbean.jpg'),(28310,8916,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.597718312441877;s:5:\"bytes\";i:10987;s:11:\"size_before\";i:305388;s:10:\"size_after\";i:294401;s:4:\"time\";d:0.19000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.74;s:5:\"bytes\";i:398;s:11:\"size_before\";i:6928;s:10:\"size_after\";i:6530;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:789;s:11:\"size_before\";i:15662;s:10:\"size_after\";i:14873;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.61;s:5:\"bytes\";i:2428;s:11:\"size_before\";i:67268;s:10:\"size_after\";i:64840;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45;s:5:\"bytes\";i:3734;s:11:\"size_before\";i:108142;s:10:\"size_after\";i:104408;s:4:\"time\";d:0.08;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.39;s:5:\"bytes\";i:3638;s:11:\"size_before\";i:107388;s:10:\"size_after\";i:103750;s:4:\"time\";d:0.04;}}}'),(28311,8916,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1304;s:6:\"height\";i:869;s:4:\"file\";s:54:\"2019/09/Cheers-To-Healthy-Beverages-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Cheers-To-Healthy-Beverages-Buzz-Caribbean-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:54:\"Cheers-To-Healthy-Beverages-Buzz-Caribbean-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:54:\"Cheers-To-Healthy-Beverages-Buzz-Caribbean-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:55:\"Cheers-To-Healthy-Beverages-Buzz-Caribbean-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"Cheers-To-Healthy-Beverages-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568304549\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"38\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28312,8843,'simplefavorites_count','1'),(28313,8917,'_wp_attached_file','2019/09/Christopher-Tufton-Lascelles-Chin-Buzz-Caribbean.jpg'),(28314,8917,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:56553;s:11:\"size_before\";i:257568;s:10:\"size_after\";i:201015;}'),(28315,8917,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7830685399762927;s:5:\"bytes\";i:12351;s:11:\"size_before\";i:326481;s:10:\"size_after\";i:314130;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.52;s:5:\"bytes\";i:655;s:11:\"size_before\";i:8705;s:10:\"size_after\";i:8050;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:1120;s:11:\"size_before\";i:18041;s:10:\"size_after\";i:16921;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:2743;s:11:\"size_before\";i:72705;s:10:\"size_after\";i:69962;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.44;s:5:\"bytes\";i:3907;s:11:\"size_before\";i:113619;s:10:\"size_after\";i:109712;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.46;s:5:\"bytes\";i:3926;s:11:\"size_before\";i:113411;s:10:\"size_after\";i:109485;s:4:\"time\";d:0.04;}}}'),(28316,8917,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:60:\"2019/09/Christopher-Tufton-Lascelles-Chin-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"Christopher-Tufton-Lascelles-Chin-Buzz-Caribbean-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:\"Christopher-Tufton-Lascelles-Chin-Buzz-Caribbean-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:60:\"Christopher-Tufton-Lascelles-Chin-Buzz-Caribbean-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:61:\"Christopher-Tufton-Lascelles-Chin-Buzz-Caribbean-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:61:\"Christopher-Tufton-Lascelles-Chin-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568304553\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"62\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28317,8918,'_wp_attached_file','2019/09/Lascelles-Chin-Christopher-Tufton-Buzz-Caribbean.jpg'),(28318,8918,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.55743897647294;s:5:\"bytes\";i:7420;s:11:\"size_before\";i:290134;s:10:\"size_after\";i:282714;s:4:\"time\";d:0.21000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.15;s:5:\"bytes\";i:446;s:11:\"size_before\";i:7249;s:10:\"size_after\";i:6803;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53;s:5:\"bytes\";i:700;s:11:\"size_before\";i:15461;s:10:\"size_after\";i:14761;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.71;s:5:\"bytes\";i:1774;s:11:\"size_before\";i:65375;s:10:\"size_after\";i:63601;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.25;s:5:\"bytes\";i:2300;s:11:\"size_before\";i:102180;s:10:\"size_after\";i:99880;s:4:\"time\";d:0.11;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2;s:5:\"bytes\";i:2200;s:11:\"size_before\";i:99869;s:10:\"size_after\";i:97669;s:4:\"time\";d:0.05;}}}'),(28319,8918,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1359;s:6:\"height\";i:906;s:4:\"file\";s:60:\"2019/09/Lascelles-Chin-Christopher-Tufton-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"Lascelles-Chin-Christopher-Tufton-Buzz-Caribbean-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:\"Lascelles-Chin-Christopher-Tufton-Buzz-Caribbean-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:60:\"Lascelles-Chin-Christopher-Tufton-Buzz-Caribbean-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:61:\"Lascelles-Chin-Christopher-Tufton-Buzz-Caribbean-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:61:\"Lascelles-Chin-Christopher-Tufton-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568304544\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"27\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28320,8919,'_wp_attached_file','2019/09/ceej-arts-featured-image-buzz-exclusive-2.jpg'),(28321,8919,'wpmf_size','476889'),(28322,8919,'wpmf_filetype','jpg'),(28323,8919,'wpmf_order','0'),(28324,8919,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:53:\"2019/09/ceej-arts-featured-image-buzz-exclusive-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"ceej-arts-featured-image-buzz-exclusive-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:53:\"ceej-arts-featured-image-buzz-exclusive-2-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:53:\"ceej-arts-featured-image-buzz-exclusive-2-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:54:\"ceej-arts-featured-image-buzz-exclusive-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:54:\"ceej-arts-featured-image-buzz-exclusive-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(28325,8919,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.031144253970103;s:5:\"bytes\";i:10363;s:11:\"size_before\";i:205977;s:10:\"size_after\";i:195614;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19;s:5:\"bytes\";i:289;s:11:\"size_before\";i:5572;s:10:\"size_after\";i:5283;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.02;s:5:\"bytes\";i:430;s:11:\"size_before\";i:10706;s:10:\"size_after\";i:10276;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.03;s:5:\"bytes\";i:1749;s:11:\"size_before\";i:43400;s:10:\"size_after\";i:41651;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.28;s:5:\"bytes\";i:3860;s:11:\"size_before\";i:73126;s:10:\"size_after\";i:69266;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.51;s:5:\"bytes\";i:4035;s:11:\"size_before\";i:73173;s:10:\"size_after\";i:69138;s:4:\"time\";d:0.03;}}}'),(28327,8915,'_thumbnail_id','8916'),(28328,8915,'_edit_last','11'),(28329,8915,'smpush_mute_activated','no'),(28331,8915,'_yoast_wpseo_primary_category','4'),(28332,8915,'_yoast_wpseo_primary_sub-category','11'),(28333,8915,'sponsored_url',''),(28334,8915,'_yoast_wpseo_content_score','30'),(28335,8915,'_yoast_wpseo_focuskeywords','[]'),(28336,8915,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(28343,8925,'_edit_lock','1568397766:11'),(28344,8925,'_yst_prominent_words_version','1'),(28345,8925,'_oembed_8de643af987f10574874ba877789e3c9','<iframe title=\"Cardi B &amp; Bruno Mars - Please Me (Official Video)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/3y-O-4IL-PU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(28346,8925,'_oembed_time_8de643af987f10574874ba877789e3c9','1568397337'),(28347,8927,'_wp_attached_file','2019/09/DJ-Kahled-Buzz-Caribbean.jpeg'),(28348,8927,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:263565;s:11:\"size_before\";i:481747;s:10:\"size_after\";i:218182;}'),(28349,8927,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.14651168757858;s:5:\"bytes\";i:16046;s:11:\"size_before\";i:311784;s:10:\"size_after\";i:295738;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.97;s:5:\"bytes\";i:461;s:11:\"size_before\";i:6615;s:10:\"size_after\";i:6154;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.53;s:5:\"bytes\";i:815;s:11:\"size_before\";i:12476;s:10:\"size_after\";i:11661;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.69;s:5:\"bytes\";i:3099;s:11:\"size_before\";i:66107;s:10:\"size_after\";i:63008;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.06;s:5:\"bytes\";i:5840;s:11:\"size_before\";i:115411;s:10:\"size_after\";i:109571;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.24;s:5:\"bytes\";i:5831;s:11:\"size_before\";i:111175;s:10:\"size_after\";i:105344;s:4:\"time\";d:0.04;}}}'),(28350,8927,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:37:\"2019/09/DJ-Kahled-Buzz-Caribbean.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"DJ-Kahled-Buzz-Caribbean-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:37:\"DJ-Kahled-Buzz-Caribbean-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:37:\"DJ-Kahled-Buzz-Caribbean-768x512.jpeg\";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:38:\"DJ-Kahled-Buzz-Caribbean-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"DJ-Kahled-Buzz-Caribbean-1060x655.jpeg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28351,8928,'_wp_attached_file','2019/09/cobb-energy-performing-arts-centre-Buzz.jpg'),(28352,8928,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.181747790772301;s:5:\"bytes\";i:16094;s:11:\"size_before\";i:384863;s:10:\"size_after\";i:368769;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.19;s:5:\"bytes\";i:538;s:11:\"size_before\";i:8691;s:10:\"size_after\";i:8153;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:952;s:11:\"size_before\";i:15749;s:10:\"size_after\";i:14797;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.83;s:5:\"bytes\";i:3807;s:11:\"size_before\";i:78767;s:10:\"size_after\";i:74960;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.14;s:5:\"bytes\";i:5136;s:11:\"size_before\";i:124178;s:10:\"size_after\";i:119042;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.59;s:5:\"bytes\";i:5661;s:11:\"size_before\";i:157478;s:10:\"size_after\";i:151817;s:4:\"time\";d:0.07;}}}'),(28353,8928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:674;s:4:\"file\";s:51:\"2019/09/cobb-energy-performing-arts-centre-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"cobb-energy-performing-arts-centre-Buzz-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:\"cobb-energy-performing-arts-centre-Buzz-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"cobb-energy-performing-arts-centre-Buzz-768x379.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"cobb-energy-performing-arts-centre-Buzz-1024x505.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"cobb-energy-performing-arts-centre-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28354,8929,'_wp_attached_file','2019/09/nipsey_hussle_Buzz.jpg'),(28355,8929,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1443;s:11:\"size_before\";i:87616;s:10:\"size_after\";i:86173;}'),(28356,8929,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.962931931512588;s:5:\"bytes\";i:10305;s:11:\"size_before\";i:147998;s:10:\"size_after\";i:137693;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.91;s:5:\"bytes\";i:330;s:11:\"size_before\";i:5584;s:10:\"size_after\";i:5254;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.83;s:5:\"bytes\";i:437;s:11:\"size_before\";i:7490;s:10:\"size_after\";i:7053;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.69;s:5:\"bytes\";i:2041;s:11:\"size_before\";i:30506;s:10:\"size_after\";i:28465;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2;s:5:\"bytes\";i:3433;s:11:\"size_before\";i:47675;s:10:\"size_after\";i:44242;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.16;s:5:\"bytes\";i:4064;s:11:\"size_before\";i:56743;s:10:\"size_after\";i:52679;s:4:\"time\";d:0.03;}}}'),(28357,8929,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:844;s:4:\"file\";s:30:\"2019/09/nipsey_hussle_Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"nipsey_hussle_Buzz-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:\"nipsey_hussle_Buzz-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:30:\"nipsey_hussle_Buzz-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:31:\"nipsey_hussle_Buzz-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"nipsey_hussle_Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28358,8930,'_wp_attached_file','2019/09/Cardi-B-Buzz-Caribbean-Feature-Image.jpg'),(28359,8930,'wpmf_size','310503'),(28360,8930,'wpmf_filetype','jpg'),(28361,8930,'wpmf_order','0'),(28362,8930,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:48:\"2019/09/Cardi-B-Buzz-Caribbean-Feature-Image.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Cardi-B-Buzz-Caribbean-Feature-Image-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:48:\"Cardi-B-Buzz-Caribbean-Feature-Image-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Cardi-B-Buzz-Caribbean-Feature-Image-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Cardi-B-Buzz-Caribbean-Feature-Image-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"Cardi-B-Buzz-Caribbean-Feature-Image-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(28363,8930,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.209781457845418;s:5:\"bytes\";i:15944;s:11:\"size_before\";i:378737;s:10:\"size_after\";i:362793;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.98;s:5:\"bytes\";i:555;s:11:\"size_before\";i:9283;s:10:\"size_after\";i:8728;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:746;s:11:\"size_before\";i:15698;s:10:\"size_after\";i:14952;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.11;s:5:\"bytes\";i:3372;s:11:\"size_before\";i:82008;s:10:\"size_after\";i:78636;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.07;s:5:\"bytes\";i:5301;s:11:\"size_before\";i:130131;s:10:\"size_after\";i:124830;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.22;s:5:\"bytes\";i:5970;s:11:\"size_before\";i:141617;s:10:\"size_after\";i:135647;s:4:\"time\";d:0.07;}}}'),(28365,8925,'_thumbnail_id','8930'),(28366,8925,'_edit_last','11'),(28367,8925,'smpush_mute_activated','no'),(28369,8925,'_yoast_wpseo_primary_category','2'),(28370,8925,'_yoast_wpseo_primary_sub-category','14'),(28371,8925,'sponsored_url',''),(28372,8925,'_yoast_wpseo_content_score','60'),(28373,8925,'_yoast_wpseo_focuskeywords','[]'),(28374,8925,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(28375,8932,'_edit_lock','1568405770:11'),(28376,8932,'_yst_prominent_words_version','1'),(28377,8932,'_oembed_e7ea3049a13a6602894c420f3b1453b0','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2Wyip6Ig87/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2Wyip6Ig87/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2Wyip6Ig87/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Thx to @easportsfifa ⚡️?⚡️ the last FUT19 of the year. FIFA20 soon, let’s go. ????? #LB9</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/leonbailey_9/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Leon Bailey ⚽️✞</a> (@leonbailey_9) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-13T15:16:27+00:00\">Sep 13, 2019 at 8:16am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(28378,8932,'_oembed_time_e7ea3049a13a6602894c420f3b1453b0','1568399139'),(28395,8932,'_edit_last','11'),(28396,8932,'smpush_mute_activated','no'),(28398,8932,'_yoast_wpseo_primary_category','4'),(28399,8932,'_yoast_wpseo_primary_sub-category','5'),(28400,8932,'sponsored_url',''),(28401,8932,'_yoast_wpseo_content_score','90'),(28402,8932,'_yoast_wpseo_focuskeywords','[]'),(28403,8932,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(28404,8938,'_wp_attached_file','2019/09/Outpost-Republic_290x290.jpg'),(28405,8938,'wpmf_size','20528'),(28406,8938,'wpmf_filetype','jpg'),(28407,8938,'wpmf_order','0'),(28408,8938,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:290;s:4:\"file\";s:36:\"2019/09/Outpost-Republic_290x290.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Outpost-Republic_290x290-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\";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\";}}'),(28409,8938,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.74476680132207;s:5:\"bytes\";i:803;s:11:\"size_before\";i:5446;s:10:\"size_after\";i:4643;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.74;s:5:\"bytes\";i:803;s:11:\"size_before\";i:5446;s:10:\"size_after\";i:4643;s:4:\"time\";d:0.01;}}}'),(28410,8938,'_wp_attachment_image_alt','Outpost-Republic-290*290-Logo'),(28411,8899,'_thumbnail_id','8938'),(28412,8939,'_edit_lock','1574971485:1'),(28413,8939,'_yst_prominent_words_version','1'),(28414,8940,'_wp_attached_file','2019/09/Flow-Blue-logo-620x500-.png'),(28415,8940,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:31.842777368945068;s:5:\"bytes\";i:7356;s:11:\"size_before\";i:23101;s:10:\"size_after\";i:15745;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.01;s:5:\"bytes\";i:1527;s:11:\"size_before\";i:5089;s:10:\"size_after\";i:3562;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.36;s:5:\"bytes\";i:5829;s:11:\"size_before\";i:18012;s:10:\"size_after\";i:12183;s:4:\"time\";d:0.16;}}}'),(28416,8940,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:500;s:4:\"file\";s:35:\"2019/09/Flow-Blue-logo-620x500-.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Flow-Blue-logo-620x500--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:35:\"Flow-Blue-logo-620x500--300x242.png\";s:5:\"width\";i:300;s:6:\"height\";i:242;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:{}}}'),(28417,8941,'_wp_attached_file','2019/09/Flow-White-Logo-290x290.png'),(28418,8941,'wpmf_size','3497'),(28419,8941,'wpmf_filetype','png'),(28420,8941,'wpmf_order','0'),(28421,8941,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:290;s:4:\"file\";s:35:\"2019/09/Flow-White-Logo-290x290.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Flow-White-Logo-290x290-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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\";}}'),(28422,8941,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:36.514652875724806;s:5:\"bytes\";i:2330;s:11:\"size_before\";i:6381;s:10:\"size_after\";i:4051;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.51;s:5:\"bytes\";i:2330;s:11:\"size_before\";i:6381;s:10:\"size_after\";i:4051;s:4:\"time\";d:0.06;}}}'),(28423,8941,'_wp_attachment_image_alt','Flow-White-Logo-290*290'),(28424,8939,'_thumbnail_id','8943'),(28425,8939,'_edit_last','1'),(28426,8939,'smpush_mute_activated','no'),(28427,8939,'_wp_old_slug','auto-draft'),(28428,8939,'_yoast_wpseo_primary_location','12531'),(28429,8939,'job_position','candidates to join their team'),(28430,8939,'job_type','Full-time'),(28431,8939,'job_company','Flow'),(28432,8939,'job_company_email',''),(28433,8939,'job_expiration','2019-12-31'),(28434,8939,'job_application','https://www.irecruit-us.com/index.php?OrgID=I20141112&pg=cwcomm'),(28435,8939,'_yoast_wpseo_content_score','30'),(28436,8939,'_yoast_wpseo_focuskeywords','[]'),(28437,8939,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(28438,8942,'_wp_attached_file','2019/09/Flow-Logo-290x290.png'),(28439,8942,'wpmf_size','3755'),(28440,8942,'wpmf_filetype','png'),(28441,8942,'wpmf_order','0'),(28442,8942,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:290;s:4:\"file\";s:29:\"2019/09/Flow-Logo-290x290.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Flow-Logo-290x290-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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\";}}'),(28443,8942,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:36.32435546593691;s:5:\"bytes\";i:2522;s:11:\"size_before\";i:6943;s:10:\"size_after\";i:4421;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.32;s:5:\"bytes\";i:2522;s:11:\"size_before\";i:6943;s:10:\"size_after\";i:4421;s:4:\"time\";d:0.05;}}}'),(28444,8942,'_wp_attachment_image_alt','Flow-290*290-Logo'),(28445,8943,'_wp_attached_file','2019/09/Flow-Logo-290x290-1.png'),(28446,8943,'wpmf_size','3755'),(28447,8943,'wpmf_filetype','png'),(28448,8943,'wpmf_order','0'),(28449,8943,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:290;s:4:\"file\";s:31:\"2019/09/Flow-Logo-290x290-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Flow-Logo-290x290-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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\";}}'),(28450,8943,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:36.32435546593691;s:5:\"bytes\";i:2522;s:11:\"size_before\";i:6943;s:10:\"size_after\";i:4421;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.32;s:5:\"bytes\";i:2522;s:11:\"size_before\";i:6943;s:10:\"size_after\";i:4421;s:4:\"time\";d:0.06;}}}'),(28451,8943,'_wp_attachment_image_alt','Flow-Logo-290*290'),(28461,8945,'_edit_lock','1568486236:14'),(28462,8945,'_yst_prominent_words_version','1'),(28463,8946,'_wp_attached_file','2019/09/friday-the-13th-buzz-featured-image.jpg'),(28464,8946,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.574508377096466;s:5:\"bytes\";i:13202;s:11:\"size_before\";i:114061;s:10:\"size_after\";i:100859;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.53;s:5:\"bytes\";i:299;s:11:\"size_before\";i:4578;s:10:\"size_after\";i:4279;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.82;s:5:\"bytes\";i:653;s:11:\"size_before\";i:7400;s:10:\"size_after\";i:6747;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.06;s:5:\"bytes\";i:2750;s:11:\"size_before\";i:24874;s:10:\"size_after\";i:22124;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.45;s:5:\"bytes\";i:4612;s:11:\"size_before\";i:37036;s:10:\"size_after\";i:32424;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.17;s:5:\"bytes\";i:4888;s:11:\"size_before\";i:40173;s:10:\"size_after\";i:35285;s:4:\"time\";d:0.05;}}}'),(28465,8946,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:47:\"2019/09/friday-the-13th-buzz-featured-image.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"friday-the-13th-buzz-featured-image-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:\"friday-the-13th-buzz-featured-image-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"friday-the-13th-buzz-featured-image-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"friday-the-13th-buzz-featured-image-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"friday-the-13th-buzz-featured-image-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28466,8947,'_wp_attached_file','2019/09/the-grudge-2004-buzz-demo.jpg'),(28467,8947,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.817220054444268;s:5:\"bytes\";i:12031;s:11:\"size_before\";i:206817;s:10:\"size_after\";i:194786;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.66;s:5:\"bytes\";i:164;s:11:\"size_before\";i:3522;s:10:\"size_after\";i:3358;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:277;s:11:\"size_before\";i:7342;s:10:\"size_after\";i:7065;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.39;s:5:\"bytes\";i:2668;s:11:\"size_before\";i:41728;s:10:\"size_after\";i:39060;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.09;s:5:\"bytes\";i:4804;s:11:\"size_before\";i:78855;s:10:\"size_after\";i:74051;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:4118;s:11:\"size_before\";i:75370;s:10:\"size_after\";i:71252;s:4:\"time\";d:0.03;}}}'),(28468,8947,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:709;s:4:\"file\";s:37:\"2019/09/the-grudge-2004-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"the-grudge-2004-buzz-demo-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:\"the-grudge-2004-buzz-demo-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"the-grudge-2004-buzz-demo-768x532.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:532;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"the-grudge-2004-buzz-demo-1024x709.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"the-grudge-2004-buzz-demo-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(28469,8948,'_wp_attached_file','2019/09/oculus-movie-buzz-demo.jpg'),(28470,8948,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(28471,8948,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2514083312922737;s:5:\"bytes\";i:6903;s:11:\"size_before\";i:212308;s:10:\"size_after\";i:205405;s:4:\"time\";d:0.34;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6;s:5:\"bytes\";i:229;s:11:\"size_before\";i:4983;s:10:\"size_after\";i:4754;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.15;s:5:\"bytes\";i:444;s:11:\"size_before\";i:10704;s:10:\"size_after\";i:10260;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.97;s:5:\"bytes\";i:1322;s:11:\"size_before\";i:44561;s:10:\"size_after\";i:43239;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.22;s:5:\"bytes\";i:2288;s:11:\"size_before\";i:70947;s:10:\"size_after\";i:68659;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.23;s:5:\"bytes\";i:2620;s:11:\"size_before\";i:81113;s:10:\"size_after\";i:78493;s:4:\"time\";d:0.27;}}}'),(28472,8948,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1012;s:4:\"file\";s:34:\"2019/09/oculus-movie-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"oculus-movie-buzz-demo-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:\"oculus-movie-buzz-demo-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:34:\"oculus-movie-buzz-demo-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:35:\"oculus-movie-buzz-demo-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"oculus-movie-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28473,8949,'_wp_attached_file','2019/09/bride-of-chucky-buzz-demo.png'),(28474,8949,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1628037;s:10:\"size_after\";i:1628037;s:4:\"time\";d:0.79;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50937;s:10:\"size_after\";i:50937;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:106776;s:10:\"size_after\";i:106776;s:4:\"time\";d:0.06;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:553261;s:10:\"size_after\";i:553261;s:4:\"time\";d:0.22;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:917063;s:10:\"size_after\";i:917063;s:4:\"time\";d:0.49;}}}'),(28475,8949,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:37:\"2019/09/bride-of-chucky-buzz-demo.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"bride-of-chucky-buzz-demo-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:37:\"bride-of-chucky-buzz-demo-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"bride-of-chucky-buzz-demo-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"bride-of-chucky-buzz-demo-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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:{}}}'),(28476,8950,'_wp_attached_file','2019/09/the-ring-buzz-demo.jpg'),(28477,8950,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.075540727231029;s:5:\"bytes\";i:3801;s:11:\"size_before\";i:183133;s:10:\"size_after\";i:179332;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.98;s:5:\"bytes\";i:346;s:11:\"size_before\";i:5787;s:10:\"size_after\";i:5441;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.67;s:5:\"bytes\";i:505;s:11:\"size_before\";i:10822;s:10:\"size_after\";i:10317;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.08;s:5:\"bytes\";i:822;s:11:\"size_before\";i:39457;s:10:\"size_after\";i:38635;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.63;s:5:\"bytes\";i:964;s:11:\"size_before\";i:59210;s:10:\"size_after\";i:58246;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.72;s:5:\"bytes\";i:1164;s:11:\"size_before\";i:67857;s:10:\"size_after\";i:66693;s:4:\"time\";d:0.03;}}}'),(28478,8950,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:692;s:4:\"file\";s:30:\"2019/09/the-ring-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"the-ring-buzz-demo-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:\"the-ring-buzz-demo-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"the-ring-buzz-demo-768x415.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"the-ring-buzz-demo-1024x554.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"the-ring-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28479,8951,'_wp_attached_file','2019/09/the-mist-movie-buzz-demo.jpg'),(28480,8951,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.234008454033695;s:5:\"bytes\";i:14444;s:11:\"size_before\";i:199668;s:10:\"size_after\";i:185224;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.17;s:5:\"bytes\";i:206;s:11:\"size_before\";i:3981;s:10:\"size_after\";i:3775;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.29;s:5:\"bytes\";i:259;s:11:\"size_before\";i:6040;s:10:\"size_after\";i:5781;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.38;s:5:\"bytes\";i:2012;s:11:\"size_before\";i:31513;s:10:\"size_after\";i:29501;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.61;s:5:\"bytes\";i:4500;s:11:\"size_before\";i:59099;s:10:\"size_after\";i:54599;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.54;s:5:\"bytes\";i:7467;s:11:\"size_before\";i:99035;s:10:\"size_after\";i:91568;s:4:\"time\";d:0.04;}}}'),(28481,8951,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:657;s:4:\"file\";s:36:\"2019/09/the-mist-movie-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"the-mist-movie-buzz-demo-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:\"the-mist-movie-buzz-demo-300x131.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"the-mist-movie-buzz-demo-768x336.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"the-mist-movie-buzz-demo-1024x449.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"the-mist-movie-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28482,8952,'_wp_attached_file','2019/09/final-destination-movie-buzz-demo.jpg'),(28483,8952,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.9137777222181185;s:5:\"bytes\";i:3368;s:11:\"size_before\";i:175987;s:10:\"size_after\";i:172619;s:4:\"time\";d:0.6200000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.99;s:5:\"bytes\";i:281;s:11:\"size_before\";i:5626;s:10:\"size_after\";i:5345;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.15;s:5:\"bytes\";i:451;s:11:\"size_before\";i:10867;s:10:\"size_after\";i:10416;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.96;s:5:\"bytes\";i:762;s:11:\"size_before\";i:38799;s:10:\"size_after\";i:38037;s:4:\"time\";d:0.53;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.46;s:5:\"bytes\";i:832;s:11:\"size_before\";i:56918;s:10:\"size_after\";i:56086;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.63;s:5:\"bytes\";i:1042;s:11:\"size_before\";i:63777;s:10:\"size_after\";i:62735;s:4:\"time\";d:0.04;}}}'),(28484,8952,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:45:\"2019/09/final-destination-movie-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"final-destination-movie-buzz-demo-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:45:\"final-destination-movie-buzz-demo-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:45:\"final-destination-movie-buzz-demo-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:46:\"final-destination-movie-buzz-demo-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"final-destination-movie-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28485,8953,'_wp_attached_file','2019/09/a-nightmare-elm-street-nancy-and-freddy-banner-buzz-demo.jpg'),(28486,8953,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.718211350058713;s:5:\"bytes\";i:8676;s:11:\"size_before\";i:233338;s:10:\"size_after\";i:224662;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.19;s:5:\"bytes\";i:558;s:11:\"size_before\";i:7765;s:10:\"size_after\";i:7207;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.35;s:5:\"bytes\";i:636;s:11:\"size_before\";i:11877;s:10:\"size_after\";i:11241;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.91;s:5:\"bytes\";i:1907;s:11:\"size_before\";i:48749;s:10:\"size_after\";i:46842;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.47;s:5:\"bytes\";i:2582;s:11:\"size_before\";i:74365;s:10:\"size_after\";i:71783;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3;s:5:\"bytes\";i:2993;s:11:\"size_before\";i:90582;s:10:\"size_after\";i:87589;s:4:\"time\";d:0.03;}}}'),(28487,8953,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:627;s:4:\"file\";s:68:\"2019/09/a-nightmare-elm-street-nancy-and-freddy-banner-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"a-nightmare-elm-street-nancy-and-freddy-banner-buzz-demo-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:68:\"a-nightmare-elm-street-nancy-and-freddy-banner-buzz-demo-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:68:\"a-nightmare-elm-street-nancy-and-freddy-banner-buzz-demo-768x401.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:69:\"a-nightmare-elm-street-nancy-and-freddy-banner-buzz-demo-1024x535.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:535;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:69:\"a-nightmare-elm-street-nancy-and-freddy-banner-buzz-demo-1060x627.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:627;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:{}}}'),(28488,8954,'_wp_attached_file','2019/09/get-out-movie-buzz-demo.jpg'),(28489,8954,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.8287086969310717;s:5:\"bytes\";i:4039;s:11:\"size_before\";i:142786;s:10:\"size_after\";i:138747;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94;s:5:\"bytes\";i:224;s:11:\"size_before\";i:4539;s:10:\"size_after\";i:4315;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.06;s:5:\"bytes\";i:258;s:11:\"size_before\";i:8439;s:10:\"size_after\";i:8181;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.96;s:5:\"bytes\";i:638;s:11:\"size_before\";i:32608;s:10:\"size_after\";i:31970;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.11;s:5:\"bytes\";i:1572;s:11:\"size_before\";i:50505;s:10:\"size_after\";i:48933;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.88;s:5:\"bytes\";i:1347;s:11:\"size_before\";i:46695;s:10:\"size_after\";i:45348;s:4:\"time\";d:0.03;}}}'),(28490,8954,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:35:\"2019/09/get-out-movie-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"get-out-movie-buzz-demo-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:\"get-out-movie-buzz-demo-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:35:\"get-out-movie-buzz-demo-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:36:\"get-out-movie-buzz-demo-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"get-out-movie-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28491,8955,'_wp_attached_file','2019/09/annabelle-creation-scene-buzz-demo.jpg'),(28492,8955,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.902318726549977;s:5:\"bytes\";i:6646;s:11:\"size_before\";i:170309;s:10:\"size_after\";i:163663;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:215;s:11:\"size_before\";i:4773;s:10:\"size_after\";i:4558;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8;s:5:\"bytes\";i:299;s:11:\"size_before\";i:7861;s:10:\"size_after\";i:7562;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.93;s:5:\"bytes\";i:1386;s:11:\"size_before\";i:35254;s:10:\"size_after\";i:33868;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.03;s:5:\"bytes\";i:2238;s:11:\"size_before\";i:55570;s:10:\"size_after\";i:53332;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:2508;s:11:\"size_before\";i:66851;s:10:\"size_after\";i:64343;s:4:\"time\";d:0.03;}}}'),(28493,8955,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:46:\"2019/09/annabelle-creation-scene-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"annabelle-creation-scene-buzz-demo-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:\"annabelle-creation-scene-buzz-demo-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:46:\"annabelle-creation-scene-buzz-demo-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:47:\"annabelle-creation-scene-buzz-demo-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"annabelle-creation-scene-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28494,8956,'_wp_attached_file','2019/09/the-shining-heres-johnny-scene-buzz-demo.jpg'),(28495,8956,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:734309;s:11:\"size_before\";i:1070571;s:10:\"size_after\";i:336262;}'),(28496,8956,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.439245020440115;s:5:\"bytes\";i:25014;s:11:\"size_before\";i:459880;s:10:\"size_after\";i:434866;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.99;s:5:\"bytes\";i:454;s:11:\"size_before\";i:7584;s:10:\"size_after\";i:7130;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:789;s:11:\"size_before\";i:14237;s:10:\"size_after\";i:13448;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.64;s:5:\"bytes\";i:5302;s:11:\"size_before\";i:93952;s:10:\"size_after\";i:88650;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.38;s:5:\"bytes\";i:8976;s:11:\"size_before\";i:166788;s:10:\"size_after\";i:157812;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.35;s:5:\"bytes\";i:9493;s:11:\"size_before\";i:177319;s:10:\"size_after\";i:167826;s:4:\"time\";d:0.06;}}}'),(28497,8956,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:932;s:4:\"file\";s:52:\"2019/09/the-shining-heres-johnny-scene-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"the-shining-heres-johnny-scene-buzz-demo-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:52:\"the-shining-heres-johnny-scene-buzz-demo-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"the-shining-heres-johnny-scene-buzz-demo-768x477.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"the-shining-heres-johnny-scene-buzz-demo-1024x636.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:636;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"the-shining-heres-johnny-scene-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28498,8957,'_wp_attached_file','2019/09/children-of-the-corn-buzz-demo.jpg'),(28499,8957,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:485111;s:11:\"size_before\";i:618391;s:10:\"size_after\";i:133280;}'),(28500,8957,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.344097455973723;s:5:\"bytes\";i:10131;s:11:\"size_before\";i:233213;s:10:\"size_after\";i:223082;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.99;s:5:\"bytes\";i:395;s:11:\"size_before\";i:6593;s:10:\"size_after\";i:6198;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.89;s:5:\"bytes\";i:790;s:11:\"size_before\";i:13406;s:10:\"size_after\";i:12616;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:2400;s:11:\"size_before\";i:50997;s:10:\"size_after\";i:48597;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2;s:5:\"bytes\";i:3241;s:11:\"size_before\";i:77242;s:10:\"size_after\";i:74001;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.89;s:5:\"bytes\";i:3305;s:11:\"size_before\";i:84975;s:10:\"size_after\";i:81670;s:4:\"time\";d:0.03;}}}'),(28501,8957,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:844;s:4:\"file\";s:42:\"2019/09/children-of-the-corn-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"children-of-the-corn-buzz-demo-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:42:\"children-of-the-corn-buzz-demo-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:42:\"children-of-the-corn-buzz-demo-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:43:\"children-of-the-corn-buzz-demo-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"children-of-the-corn-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28502,8958,'_wp_attached_file','2019/09/the-fly-buzz-demo.jpg'),(28503,8958,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.264788069535546;s:5:\"bytes\";i:25198;s:11:\"size_before\";i:271976;s:10:\"size_after\";i:246778;s:4:\"time\";d:0.21000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.06;s:5:\"bytes\";i:369;s:11:\"size_before\";i:6089;s:10:\"size_after\";i:5720;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.85;s:5:\"bytes\";i:613;s:11:\"size_before\";i:12628;s:10:\"size_after\";i:12015;s:4:\"time\";d:0.06;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:2683;s:11:\"size_before\";i:59667;s:10:\"size_after\";i:56984;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.4;s:5:\"bytes\";i:17353;s:11:\"size_before\";i:94327;s:10:\"size_after\";i:76974;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:4180;s:11:\"size_before\";i:99265;s:10:\"size_after\";i:95085;s:4:\"time\";d:0.04;}}}'),(28504,8958,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:678;s:4:\"file\";s:29:\"2019/09/the-fly-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"the-fly-buzz-demo-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:\"the-fly-buzz-demo-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"the-fly-buzz-demo-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"the-fly-buzz-demo-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"the-fly-buzz-demo-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(28505,8959,'_wp_attached_file','2019/09/the-exorcist-buzz-demo.jpg'),(28506,8959,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(28507,8959,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.471422681331417;s:5:\"bytes\";i:9820;s:11:\"size_before\";i:179478;s:10:\"size_after\";i:169658;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:181;s:11:\"size_before\";i:4524;s:10:\"size_after\";i:4343;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.92;s:5:\"bytes\";i:225;s:11:\"size_before\";i:7698;s:10:\"size_after\";i:7473;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:1808;s:11:\"size_before\";i:35897;s:10:\"size_after\";i:34089;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.83;s:5:\"bytes\";i:3534;s:11:\"size_before\";i:60623;s:10:\"size_after\";i:57089;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.76;s:5:\"bytes\";i:4072;s:11:\"size_before\";i:70736;s:10:\"size_after\";i:66664;s:4:\"time\";d:0.05;}}}'),(28508,8959,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1777;s:6:\"height\";i:999;s:4:\"file\";s:34:\"2019/09/the-exorcist-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"the-exorcist-buzz-demo-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:\"the-exorcist-buzz-demo-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:34:\"the-exorcist-buzz-demo-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:35:\"the-exorcist-buzz-demo-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"the-exorcist-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28509,8960,'_wp_attached_file','2019/09/alien-movie-buzz-demo.jpg'),(28510,8960,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:30299;s:11:\"size_before\";i:213856;s:10:\"size_after\";i:183557;}'),(28511,8960,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.16298553440039;s:5:\"bytes\";i:12487;s:11:\"size_before\";i:299953;s:10:\"size_after\";i:287466;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.02;s:5:\"bytes\";i:484;s:11:\"size_before\";i:6892;s:10:\"size_after\";i:6408;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:833;s:11:\"size_before\";i:13780;s:10:\"size_after\";i:12947;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:2846;s:11:\"size_before\";i:63269;s:10:\"size_after\";i:60423;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.03;s:5:\"bytes\";i:4077;s:11:\"size_before\";i:101288;s:10:\"size_after\";i:97211;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7;s:5:\"bytes\";i:4247;s:11:\"size_before\";i:114724;s:10:\"size_after\";i:110477;s:4:\"time\";d:0.06;}}}'),(28512,8960,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:844;s:4:\"file\";s:33:\"2019/09/alien-movie-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"alien-movie-buzz-demo-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:\"alien-movie-buzz-demo-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:33:\"alien-movie-buzz-demo-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:34:\"alien-movie-buzz-demo-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"alien-movie-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28513,8961,'_wp_attached_file','2019/09/friday-the-13th-movie-scream-scene-buzz-demo.jpg'),(28514,8961,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.7032284072966708;s:5:\"bytes\";i:2535;s:11:\"size_before\";i:148835;s:10:\"size_after\";i:146300;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95;s:5:\"bytes\";i:181;s:11:\"size_before\";i:4588;s:10:\"size_after\";i:4407;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.83;s:5:\"bytes\";i:237;s:11:\"size_before\";i:8386;s:10:\"size_after\";i:8149;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.37;s:5:\"bytes\";i:449;s:11:\"size_before\";i:32714;s:10:\"size_after\";i:32265;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.3;s:5:\"bytes\";i:630;s:11:\"size_before\";i:48422;s:10:\"size_after\";i:47792;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9;s:5:\"bytes\";i:1038;s:11:\"size_before\";i:54725;s:10:\"size_after\";i:53687;s:4:\"time\";d:0.03;}}}'),(28515,8961,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:56:\"2019/09/friday-the-13th-movie-scream-scene-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"friday-the-13th-movie-scream-scene-buzz-demo-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:56:\"friday-the-13th-movie-scream-scene-buzz-demo-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:56:\"friday-the-13th-movie-scream-scene-buzz-demo-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:57:\"friday-the-13th-movie-scream-scene-buzz-demo-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:57:\"friday-the-13th-movie-scream-scene-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28516,8962,'_wp_attached_file','2019/09/1408-movie-scene-buzz-demo.jpg'),(28517,8962,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(28518,8962,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.35470122797876;s:5:\"bytes\";i:14458;s:11:\"size_before\";i:332009;s:10:\"size_after\";i:317551;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7;s:5:\"bytes\";i:375;s:11:\"size_before\";i:6581;s:10:\"size_after\";i:6206;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:712;s:11:\"size_before\";i:12846;s:10:\"size_after\";i:12134;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.36;s:5:\"bytes\";i:2905;s:11:\"size_before\";i:66691;s:10:\"size_after\";i:63786;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.39;s:5:\"bytes\";i:4963;s:11:\"size_before\";i:113123;s:10:\"size_after\";i:108160;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.14;s:5:\"bytes\";i:5503;s:11:\"size_before\";i:132768;s:10:\"size_after\";i:127265;s:4:\"time\";d:0.05;}}}'),(28519,8962,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1012;s:4:\"file\";s:38:\"2019/09/1408-movie-scene-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"1408-movie-scene-buzz-demo-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:\"1408-movie-scene-buzz-demo-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:38:\"1408-movie-scene-buzz-demo-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:39:\"1408-movie-scene-buzz-demo-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"1408-movie-scene-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28520,8963,'_wp_attached_file','2019/09/dont-look-now-end-scene-buzz-demo.jpg'),(28521,8963,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.054173466001809;s:5:\"bytes\";i:26638;s:11:\"size_before\";i:439994;s:10:\"size_after\";i:413356;s:4:\"time\";d:0.21000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4;s:5:\"bytes\";i:652;s:11:\"size_before\";i:8809;s:10:\"size_after\";i:8157;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:1223;s:11:\"size_before\";i:18018;s:10:\"size_after\";i:16795;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.72;s:5:\"bytes\";i:6263;s:11:\"size_before\";i:93176;s:10:\"size_after\";i:86913;s:4:\"time\";d:0.07;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.85;s:5:\"bytes\";i:9390;s:11:\"size_before\";i:160563;s:10:\"size_after\";i:151173;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:9110;s:11:\"size_before\";i:159428;s:10:\"size_after\";i:150318;s:4:\"time\";d:0.05;}}}'),(28522,8963,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:45:\"2019/09/dont-look-now-end-scene-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"dont-look-now-end-scene-buzz-demo-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:45:\"dont-look-now-end-scene-buzz-demo-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:45:\"dont-look-now-end-scene-buzz-demo-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:46:\"dont-look-now-end-scene-buzz-demo-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"dont-look-now-end-scene-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28523,8964,'_wp_attached_file','2019/09/leon-bailey-Buzz-Feature-Image.jpg'),(28524,8964,'wpmf_size','261143'),(28525,8964,'wpmf_filetype','jpg'),(28526,8964,'wpmf_order','0'),(28527,8964,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:42:\"2019/09/leon-bailey-Buzz-Feature-Image.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"leon-bailey-Buzz-Feature-Image-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:42:\"leon-bailey-Buzz-Feature-Image-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"leon-bailey-Buzz-Feature-Image-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"leon-bailey-Buzz-Feature-Image-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"leon-bailey-Buzz-Feature-Image-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(28528,8964,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.822234184716654;s:5:\"bytes\";i:3859;s:11:\"size_before\";i:211773;s:10:\"size_after\";i:207914;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.35;s:5:\"bytes\";i:381;s:11:\"size_before\";i:7127;s:10:\"size_after\";i:6746;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.14;s:5:\"bytes\";i:490;s:11:\"size_before\";i:11832;s:10:\"size_after\";i:11342;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.83;s:5:\"bytes\";i:844;s:11:\"size_before\";i:46216;s:10:\"size_after\";i:45372;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.5;s:5:\"bytes\";i:1052;s:11:\"size_before\";i:70117;s:10:\"size_after\";i:69065;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.43;s:5:\"bytes\";i:1092;s:11:\"size_before\";i:76481;s:10:\"size_after\";i:75389;s:4:\"time\";d:0.04;}}}'),(28530,8932,'_thumbnail_id','8964'),(28533,8945,'_thumbnail_id','8946'),(28534,8945,'_edit_last','14'),(28535,8945,'smpush_mute_activated','no'),(28537,8945,'_yoast_wpseo_primary_category','2'),(28538,8945,'_yoast_wpseo_primary_sub-category','14'),(28539,8945,'sponsored_url',''),(28540,8945,'_yoast_wpseo_content_score','90'),(28541,8945,'_yoast_wpseo_focuskeywords','[]'),(28542,8945,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(28545,8967,'_edit_lock','1568410374:11'),(28546,8967,'_yst_prominent_words_version','1'),(28547,8968,'_wp_attached_file','2019/09/Rihanna-Cardi-Diamond-Ball.png'),(28548,8968,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:213470;s:10:\"size_after\";i:213470;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46510;s:10:\"size_after\";i:46510;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:166960;s:10:\"size_after\";i:166960;s:4:\"time\";d:0.12;}}}'),(28549,8968,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:648;s:6:\"height\";i:648;s:4:\"file\";s:38:\"2019/09/Rihanna-Cardi-Diamond-Ball.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Rihanna-Cardi-Diamond-Ball-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:38:\"Rihanna-Cardi-Diamond-Ball-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(28550,8969,'_wp_attached_file','2019/09/Rihanna-Diamond-Ball-Buzz-Caribbean.png'),(28551,8969,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2454711;s:10:\"size_after\";i:2454711;s:4:\"time\";d:2.7100000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34589;s:10:\"size_after\";i:34589;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:91061;s:10:\"size_after\";i:91061;s:4:\"time\";d:0.06;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:998486;s:10:\"size_after\";i:998486;s:4:\"time\";d:1.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:811157;s:10:\"size_after\";i:811157;s:4:\"time\";d:0.92;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:519418;s:10:\"size_after\";i:519418;s:4:\"time\";d:0.64;}}}'),(28552,8969,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:799;s:6:\"height\";i:1200;s:4:\"file\";s:47:\"2019/09/Rihanna-Diamond-Ball-Buzz-Caribbean.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Rihanna-Diamond-Ball-Buzz-Caribbean-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:47:\"Rihanna-Diamond-Ball-Buzz-Caribbean-200x300.png\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Rihanna-Diamond-Ball-Buzz-Caribbean-768x1153.png\";s:5:\"width\";i:768;s:6:\"height\";i:1153;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Rihanna-Diamond-Ball-Buzz-Caribbean-682x1024.png\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Rihanna-Diamond-Ball-Buzz-Caribbean-799x655.png\";s:5:\"width\";i:799;s:6:\"height\";i:655;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:{}}}'),(28553,8970,'_wp_attached_file','2019/09/Rihanna-Khaled-Diamond-Ball-Buzz-Caribbean.png'),(28554,8970,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:735779;s:11:\"size_before\";i:2016518;s:10:\"size_after\";i:1280739;}'),(28555,8970,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1888814;s:10:\"size_after\";i:1888814;s:4:\"time\";d:1.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53044;s:10:\"size_after\";i:53044;s:4:\"time\";d:0.05;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:118838;s:10:\"size_after\";i:118838;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:999248;s:10:\"size_after\";i:999248;s:4:\"time\";d:0.48;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:717684;s:10:\"size_after\";i:717684;s:4:\"time\";d:0.44;}}}'),(28556,8970,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:743;s:6:\"height\";i:1200;s:4:\"file\";s:54:\"2019/09/Rihanna-Khaled-Diamond-Ball-Buzz-Caribbean.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Rihanna-Khaled-Diamond-Ball-Buzz-Caribbean-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:54:\"Rihanna-Khaled-Diamond-Ball-Buzz-Caribbean-186x300.png\";s:5:\"width\";i:186;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"Rihanna-Khaled-Diamond-Ball-Buzz-Caribbean-634x1024.png\";s:5:\"width\";i:634;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:54:\"Rihanna-Khaled-Diamond-Ball-Buzz-Caribbean-750x655.png\";s:5:\"width\";i:750;s:6:\"height\";i:655;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:{}}}'),(28557,8971,'_wp_attached_file','2019/09/Rihanna-Pharrell-Buzz-Caribbean.png'),(28558,8971,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:760898;s:10:\"size_after\";i:760898;s:4:\"time\";d:0.59;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44931;s:10:\"size_after\";i:44931;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:108213;s:10:\"size_after\";i:108213;s:4:\"time\";d:0.09;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:607754;s:10:\"size_after\";i:607754;s:4:\"time\";d:0.48;}}}'),(28559,8971,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:886;s:6:\"height\";i:591;s:4:\"file\";s:43:\"2019/09/Rihanna-Pharrell-Buzz-Caribbean.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Rihanna-Pharrell-Buzz-Caribbean-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:\"Rihanna-Pharrell-Buzz-Caribbean-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Rihanna-Pharrell-Buzz-Caribbean-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),(28560,8972,'_wp_attached_file','2019/09/Megan-Thee-Stallion-diamond-ball.jpg'),(28561,8972,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.973806425878263;s:5:\"bytes\";i:6290;s:11:\"size_before\";i:105293;s:10:\"size_after\";i:99003;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.41;s:5:\"bytes\";i:274;s:11:\"size_before\";i:6209;s:10:\"size_after\";i:5935;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.82;s:5:\"bytes\";i:493;s:11:\"size_before\";i:12892;s:10:\"size_after\";i:12399;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.41;s:5:\"bytes\";i:5523;s:11:\"size_before\";i:86192;s:10:\"size_after\";i:80669;s:4:\"time\";d:0.04;}}}'),(28562,8972,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:639;s:6:\"height\";i:960;s:4:\"file\";s:44:\"2019/09/Megan-Thee-Stallion-diamond-ball.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Megan-Thee-Stallion-diamond-ball-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:\"Megan-Thee-Stallion-diamond-ball-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Megan-Thee-Stallion-diamond-ball-639x655.jpg\";s:5:\"width\";i:639;s:6:\"height\";i:655;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:{}}}'),(28563,8967,'_edit_last','11'),(28564,8967,'smpush_mute_activated','no'),(28565,8967,'_yoast_wpseo_primary_category','2'),(28566,8967,'_yoast_wpseo_primary_sub-category','13'),(28567,8967,'sponsored_url',''),(28568,8967,'_yoast_wpseo_content_score','30'),(28569,8967,'_yoast_wpseo_focuskeywords','[]'),(28570,8967,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(28571,8974,'_wp_attached_file','2019/09/Rihanna-Diamond-Ball-Buzz-Caribbean-Feature-Image.png'),(28572,8974,'wpmf_size','633155'),(28573,8974,'wpmf_filetype','png'),(28574,8974,'wpmf_order','0'),(28575,8974,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:797;s:6:\"height\";i:637;s:4:\"file\";s:61:\"2019/09/Rihanna-Diamond-Ball-Buzz-Caribbean-Feature-Image.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Rihanna-Diamond-Ball-Buzz-Caribbean-Feature-Image-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:61:\"Rihanna-Diamond-Ball-Buzz-Caribbean-Feature-Image-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"Rihanna-Diamond-Ball-Buzz-Caribbean-Feature-Image-768x614.png\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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\";}}'),(28576,8974,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:698160;s:10:\"size_after\";i:698160;s:4:\"time\";d:0.8200000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35073;s:10:\"size_after\";i:35073;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:104451;s:10:\"size_after\";i:104451;s:4:\"time\";d:0.11;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:558636;s:10:\"size_after\";i:558636;s:4:\"time\";d:0.68;}}}'),(28578,8967,'_thumbnail_id','8986'),(28580,8975,'_edit_lock','1568415847:4'),(28581,8975,'_yst_prominent_words_version','1'),(28582,8976,'_edit_lock','1568410210:11'),(28583,8976,'_yst_prominent_words_version','1'),(28584,8977,'_wp_attached_file','2019/09/Kendel-KC-Goodies-Buzz-Caribbean.jpg'),(28585,8977,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:533617;s:11:\"size_before\";i:821090;s:10:\"size_after\";i:287473;}'),(28586,8977,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.622834140365207;s:5:\"bytes\";i:19810;s:11:\"size_before\";i:428525;s:10:\"size_after\";i:408715;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.31;s:5:\"bytes\";i:818;s:11:\"size_before\";i:9840;s:10:\"size_after\";i:9022;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62;s:5:\"bytes\";i:1353;s:11:\"size_before\";i:20450;s:10:\"size_after\";i:19097;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.76;s:5:\"bytes\";i:4491;s:11:\"size_before\";i:94398;s:10:\"size_after\";i:89907;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.32;s:5:\"bytes\";i:6553;s:11:\"size_before\";i:151850;s:10:\"size_after\";i:145297;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.34;s:5:\"bytes\";i:6595;s:11:\"size_before\";i:151987;s:10:\"size_after\";i:145392;s:4:\"time\";d:0.04;}}}'),(28587,8977,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:997;s:4:\"file\";s:44:\"2019/09/Kendel-KC-Goodies-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Kendel-KC-Goodies-Buzz-Caribbean-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:\"Kendel-KC-Goodies-Buzz-Caribbean-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Kendel-KC-Goodies-Buzz-Caribbean-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Kendel-KC-Goodies-Buzz-Caribbean-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Kendel-KC-Goodies-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D300S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568256435\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28588,8978,'_wp_attached_file','2019/09/KC-Kendel-Manning-Cup-Buzz.jpg'),(28589,8978,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:773177;s:11:\"size_before\";i:1008084;s:10:\"size_after\";i:234907;}'),(28590,8978,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.6062659884545463;s:5:\"bytes\";i:13350;s:11:\"size_before\";i:370189;s:10:\"size_after\";i:356839;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.51;s:5:\"bytes\";i:576;s:11:\"size_before\";i:8852;s:10:\"size_after\";i:8276;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.99;s:5:\"bytes\";i:1181;s:11:\"size_before\";i:19716;s:10:\"size_after\";i:18535;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.85;s:5:\"bytes\";i:3188;s:11:\"size_before\";i:82896;s:10:\"size_after\";i:79708;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29;s:5:\"bytes\";i:4253;s:11:\"size_before\";i:129430;s:10:\"size_after\";i:125177;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.21;s:5:\"bytes\";i:4152;s:11:\"size_before\";i:129295;s:10:\"size_after\";i:125143;s:4:\"time\";d:0.07;}}}'),(28591,8978,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:996;s:4:\"file\";s:38:\"2019/09/KC-Kendel-Manning-Cup-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"KC-Kendel-Manning-Cup-Buzz-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:\"KC-Kendel-Manning-Cup-Buzz-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"KC-Kendel-Manning-Cup-Buzz-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"KC-Kendel-Manning-Cup-Buzz-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"KC-Kendel-Manning-Cup-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D300S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568256112\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28592,8979,'_wp_attached_file','2019/09/amex-essentials-buzzgrab-demo.jpg'),(28593,8979,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.42505417203153;s:5:\"bytes\";i:13820;s:11:\"size_before\";i:254744;s:10:\"size_after\";i:240924;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.99;s:5:\"bytes\";i:426;s:11:\"size_before\";i:6095;s:10:\"size_after\";i:5669;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.14;s:5:\"bytes\";i:782;s:11:\"size_before\";i:12731;s:10:\"size_after\";i:11949;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.62;s:5:\"bytes\";i:3119;s:11:\"size_before\";i:55456;s:10:\"size_after\";i:52337;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.18;s:5:\"bytes\";i:4281;s:11:\"size_before\";i:82691;s:10:\"size_after\";i:78410;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.33;s:5:\"bytes\";i:5212;s:11:\"size_before\";i:97771;s:10:\"size_after\";i:92559;s:4:\"time\";d:0.04;}}}'),(28594,8979,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:611;s:4:\"file\";s:41:\"2019/09/amex-essentials-buzzgrab-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"amex-essentials-buzzgrab-demo-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:\"amex-essentials-buzzgrab-demo-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"amex-essentials-buzzgrab-demo-768x378.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"amex-essentials-buzzgrab-demo-1024x505.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"amex-essentials-buzzgrab-demo-1060x611.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:611;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568391460\";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:{}}}'),(28595,8980,'_wp_attached_file','2019/09/jfdf-web-banner-buzz-demo.jpg'),(28596,8980,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.625230542235338;s:5:\"bytes\";i:15555;s:11:\"size_before\";i:276522;s:10:\"size_after\";i:260967;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.44;s:5:\"bytes\";i:637;s:11:\"size_before\";i:8565;s:10:\"size_after\";i:7928;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.78;s:5:\"bytes\";i:896;s:11:\"size_before\";i:13219;s:10:\"size_after\";i:12323;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87;s:5:\"bytes\";i:3257;s:11:\"size_before\";i:55476;s:10:\"size_after\";i:52219;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.61;s:5:\"bytes\";i:4810;s:11:\"size_before\";i:85739;s:10:\"size_after\";i:80929;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:5955;s:11:\"size_before\";i:113523;s:10:\"size_after\";i:107568;s:4:\"time\";d:0.04;}}}'),(28597,8980,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:722;s:4:\"file\";s:37:\"2019/09/jfdf-web-banner-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"jfdf-web-banner-buzz-demo-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:\"jfdf-web-banner-buzz-demo-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"jfdf-web-banner-buzz-demo-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"jfdf-web-banner-buzz-demo-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"jfdf-web-banner-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28598,8981,'_wp_attached_file','2019/09/Kendel-KC-Goodies-Buzz.jpg'),(28599,8981,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:381104;s:11:\"size_before\";i:674937;s:10:\"size_after\";i:293833;}'),(28600,8981,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.5219760336883645;s:5:\"bytes\";i:19619;s:11:\"size_before\";i:433859;s:10:\"size_after\";i:414240;s:4:\"time\";d:0.27999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.39;s:5:\"bytes\";i:551;s:11:\"size_before\";i:8628;s:10:\"size_after\";i:8077;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87;s:5:\"bytes\";i:1141;s:11:\"size_before\";i:19446;s:10:\"size_after\";i:18305;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57;s:5:\"bytes\";i:4334;s:11:\"size_before\";i:94818;s:10:\"size_after\";i:90484;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.35;s:5:\"bytes\";i:6736;s:11:\"size_before\";i:154939;s:10:\"size_after\";i:148203;s:4:\"time\";d:0.08;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.39;s:5:\"bytes\";i:6857;s:11:\"size_before\";i:156028;s:10:\"size_after\";i:149171;s:4:\"time\";d:0.11;}}}'),(28601,8981,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:996;s:4:\"file\";s:34:\"2019/09/Kendel-KC-Goodies-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Kendel-KC-Goodies-Buzz-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:\"Kendel-KC-Goodies-Buzz-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Kendel-KC-Goodies-Buzz-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Kendel-KC-Goodies-Buzz-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Kendel-KC-Goodies-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D300S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568256300\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28602,8982,'_wp_attached_file','2019/09/alicia-bogues-jfdf-buzz-demo.jpg'),(28603,8982,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.67502850627138;s:5:\"bytes\";i:4551;s:11:\"size_before\";i:97347;s:10:\"size_after\";i:92796;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.49;s:5:\"bytes\";i:520;s:11:\"size_before\";i:8012;s:10:\"size_after\";i:7492;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:971;s:11:\"size_before\";i:17639;s:10:\"size_after\";i:16668;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.27;s:5:\"bytes\";i:3060;s:11:\"size_before\";i:71696;s:10:\"size_after\";i:68636;s:4:\"time\";d:0.03;}}}'),(28604,8982,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:40:\"2019/09/alicia-bogues-jfdf-buzz-demo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"alicia-bogues-jfdf-buzz-demo-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:\"alicia-bogues-jfdf-buzz-demo-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:40:\"alicia-bogues-jfdf-buzz-demo-768x512.jpg\";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:{}}}'),(28605,8983,'_wp_attached_file','2019/09/jfdf-feature-buzz-demo-1.jpg'),(28606,8983,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.37956204379562;s:5:\"bytes\";i:3906;s:11:\"size_before\";i:89187;s:10:\"size_after\";i:85281;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.52;s:5:\"bytes\";i:502;s:11:\"size_before\";i:7701;s:10:\"size_after\";i:7199;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:974;s:11:\"size_before\";i:16934;s:10:\"size_after\";i:15960;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.76;s:5:\"bytes\";i:2430;s:11:\"size_before\";i:64552;s:10:\"size_after\";i:62122;s:4:\"time\";d:0.03;}}}'),(28607,8983,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:36:\"2019/09/jfdf-feature-buzz-demo-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"jfdf-feature-buzz-demo-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:36:\"jfdf-feature-buzz-demo-1-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:36:\"jfdf-feature-buzz-demo-1-768x512.jpg\";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:{}}}'),(28608,8984,'_wp_attached_file','2019/09/jfdf-feature-buzz-demo-2.jpg'),(28609,8984,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.140033518201766;s:5:\"bytes\";i:5950;s:11:\"size_before\";i:115758;s:10:\"size_after\";i:109808;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.96;s:5:\"bytes\";i:748;s:11:\"size_before\";i:9395;s:10:\"size_after\";i:8647;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.47;s:5:\"bytes\";i:1270;s:11:\"size_before\";i:19644;s:10:\"size_after\";i:18374;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53;s:5:\"bytes\";i:3932;s:11:\"size_before\";i:86719;s:10:\"size_after\";i:82787;s:4:\"time\";d:0.03;}}}'),(28610,8984,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:36:\"2019/09/jfdf-feature-buzz-demo-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"jfdf-feature-buzz-demo-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:36:\"jfdf-feature-buzz-demo-2-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:36:\"jfdf-feature-buzz-demo-2-768x512.jpg\";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:{}}}'),(28612,8976,'_thumbnail_id','8981'),(28613,8976,'_edit_last','11'),(28614,8976,'smpush_mute_activated','no'),(28616,8976,'_yoast_wpseo_primary_category','4'),(28617,8976,'_yoast_wpseo_primary_sub-category','5'),(28618,8976,'sponsored_url',''),(28619,8976,'_yoast_wpseo_content_score','30'),(28620,8976,'_yoast_wpseo_focuskeywords','[]'),(28621,8976,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(28622,8986,'_wp_attached_file','2019/09/Rihanna-Feature-Image-Diamond-Ball.jpg'),(28623,8986,'wpmf_size','346792'),(28624,8986,'wpmf_filetype','jpg'),(28625,8986,'wpmf_order','0'),(28626,8986,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:46:\"2019/09/Rihanna-Feature-Image-Diamond-Ball.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Rihanna-Feature-Image-Diamond-Ball-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:\"Rihanna-Feature-Image-Diamond-Ball-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Rihanna-Feature-Image-Diamond-Ball-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Rihanna-Feature-Image-Diamond-Ball-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Rihanna-Feature-Image-Diamond-Ball-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(28627,8986,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.972460922905529;s:5:\"bytes\";i:26376;s:11:\"size_before\";i:441627;s:10:\"size_after\";i:415251;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:425;s:11:\"size_before\";i:7725;s:10:\"size_after\";i:7300;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.14;s:5:\"bytes\";i:865;s:11:\"size_before\";i:16829;s:10:\"size_after\";i:15964;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.97;s:5:\"bytes\";i:5655;s:11:\"size_before\";i:94755;s:10:\"size_after\";i:89100;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1;s:5:\"bytes\";i:9460;s:11:\"size_before\";i:155146;s:10:\"size_after\";i:145686;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:9971;s:11:\"size_before\";i:167172;s:10:\"size_after\";i:157201;s:4:\"time\";d:0.08;}}}'),(28630,8988,'_edit_lock','1568414999:11'),(28631,8988,'_yst_prominent_words_version','1'),(28634,8975,'_edit_last','4'),(28635,8975,'smpush_mute_activated','no'),(28637,8975,'_yoast_wpseo_primary_category','2'),(28638,8975,'_yoast_wpseo_primary_sub-category','1534'),(28639,8975,'sponsored_url',''),(28640,8975,'_yoast_wpseo_content_score','30'),(28641,8975,'_yoast_wpseo_focuskeywords','[]'),(28642,8975,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(28647,8975,'_thumbnail_id','8980'),(28649,281,'_yst_prominent_words_version','1'),(28650,8992,'_edit_lock','1568646911:9'),(28651,8992,'_yst_prominent_words_version','1'),(28652,8993,'_wp_attached_file','2019/09/Adam_Stewart_Ramble_Media_Group.jpg'),(28653,8993,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.230149170372655;s:5:\"bytes\";i:7750;s:11:\"size_before\";i:239927;s:10:\"size_after\";i:232177;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.03;s:5:\"bytes\";i:293;s:11:\"size_before\";i:5830;s:10:\"size_after\";i:5537;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29;s:5:\"bytes\";i:457;s:11:\"size_before\";i:13880;s:10:\"size_after\";i:13423;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:1656;s:11:\"size_before\";i:55924;s:10:\"size_after\";i:54268;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.32;s:5:\"bytes\";i:2968;s:11:\"size_before\";i:89303;s:10:\"size_after\";i:86335;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.17;s:5:\"bytes\";i:2376;s:11:\"size_before\";i:74990;s:10:\"size_after\";i:72614;s:4:\"time\";d:0.03;}}}'),(28654,8993,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:857;s:4:\"file\";s:43:\"2019/09/Adam_Stewart_Ramble_Media_Group.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Adam_Stewart_Ramble_Media_Group-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:\"Adam_Stewart_Ramble_Media_Group-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:43:\"Adam_Stewart_Ramble_Media_Group-768x643.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:643;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Adam_Stewart_Ramble_Media_Group-1024x857.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:857;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Adam_Stewart_Ramble_Media_Group-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(28655,8994,'_wp_attached_file','2019/09/butch-stewart-Ramble-Media-Group.png'),(28656,8994,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1051789;s:10:\"size_after\";i:1051789;s:4:\"time\";d:1.21;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34038;s:10:\"size_after\";i:34038;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:70158;s:10:\"size_after\";i:70158;s:4:\"time\";d:0.06;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:352283;s:10:\"size_after\";i:352283;s:4:\"time\";d:0.37;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:595310;s:10:\"size_after\";i:595310;s:4:\"time\";d:0.75;}}}'),(28657,8994,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:603;s:4:\"file\";s:44:\"2019/09/butch-stewart-Ramble-Media-Group.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"butch-stewart-Ramble-Media-Group-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:44:\"butch-stewart-Ramble-Media-Group-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"butch-stewart-Ramble-Media-Group-768x452.png\";s:5:\"width\";i:768;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"butch-stewart-Ramble-Media-Group-1024x603.png\";s:5:\"width\";i:1024;s:6:\"height\";i:603;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:{}}}'),(28660,8996,'_wp_attached_file','2019/09/Adam_Stewart_Ramble_Media_Group-1.jpg'),(28661,8996,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.230149170372655;s:5:\"bytes\";i:7750;s:11:\"size_before\";i:239927;s:10:\"size_after\";i:232177;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.03;s:5:\"bytes\";i:293;s:11:\"size_before\";i:5830;s:10:\"size_after\";i:5537;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29;s:5:\"bytes\";i:457;s:11:\"size_before\";i:13880;s:10:\"size_after\";i:13423;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:1656;s:11:\"size_before\";i:55924;s:10:\"size_after\";i:54268;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.32;s:5:\"bytes\";i:2968;s:11:\"size_before\";i:89303;s:10:\"size_after\";i:86335;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.17;s:5:\"bytes\";i:2376;s:11:\"size_before\";i:74990;s:10:\"size_after\";i:72614;s:4:\"time\";d:0.04;}}}'),(28662,8996,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:857;s:4:\"file\";s:45:\"2019/09/Adam_Stewart_Ramble_Media_Group-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Adam_Stewart_Ramble_Media_Group-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:45:\"Adam_Stewart_Ramble_Media_Group-1-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:45:\"Adam_Stewart_Ramble_Media_Group-1-768x643.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:643;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Adam_Stewart_Ramble_Media_Group-1-1024x857.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:857;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Adam_Stewart_Ramble_Media_Group-1-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(28663,8992,'_oembed_ada2450f1103a1752e9e5d4cf6c1e4b3','<iframe title=\"We R Buzz\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/ocZCwqN71VI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(28664,8992,'_oembed_time_ada2450f1103a1752e9e5d4cf6c1e4b3','1568424476'),(28665,8998,'_wp_attached_file','2019/09/Team-Buzz-Caribbean.png'),(28666,8998,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:182918;s:10:\"size_after\";i:182918;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52111;s:10:\"size_after\";i:52111;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:130807;s:10:\"size_after\";i:130807;s:4:\"time\";d:0.05;}}}'),(28667,8998,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:724;s:6:\"height\";i:485;s:4:\"file\";s:31:\"2019/09/Team-Buzz-Caribbean.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Team-Buzz-Caribbean-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:31:\"Team-Buzz-Caribbean-300x201.png\";s:5:\"width\";i:300;s:6:\"height\";i:201;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:{}}}'),(28668,8999,'_wp_attached_file','2019/09/Al_Edwards_CEO_Ramble_Media_Group.jpg'),(28669,8999,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:793482;s:11:\"size_before\";i:980011;s:10:\"size_after\";i:186529;}'),(28670,8999,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9547495412485847;s:5:\"bytes\";i:7568;s:11:\"size_before\";i:256130;s:10:\"size_after\";i:248562;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:361;s:11:\"size_before\";i:6876;s:10:\"size_after\";i:6515;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:616;s:11:\"size_before\";i:15496;s:10:\"size_after\";i:14880;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.54;s:5:\"bytes\";i:1471;s:11:\"size_before\";i:57829;s:10:\"size_after\";i:56358;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9;s:5:\"bytes\";i:2681;s:11:\"size_before\";i:92426;s:10:\"size_after\";i:89745;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.92;s:5:\"bytes\";i:2439;s:11:\"size_before\";i:83503;s:10:\"size_after\";i:81064;s:4:\"time\";d:0.04;}}}'),(28671,8999,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1156;s:4:\"file\";s:45:\"2019/09/Al_Edwards_CEO_Ramble_Media_Group.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Al_Edwards_CEO_Ramble_Media_Group-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:45:\"Al_Edwards_CEO_Ramble_Media_Group-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Al_Edwards_CEO_Ramble_Media_Group-768x592.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:592;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Al_Edwards_CEO_Ramble_Media_Group-1024x789.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:789;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Al_Edwards_CEO_Ramble_Media_Group-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:\"1565974772\";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:{}}}'),(28672,8992,'_edit_last','9'),(28673,8992,'smpush_mute_activated','no'),(28674,8992,'_yoast_wpseo_primary_category','2'),(28675,8992,'_yoast_wpseo_primary_sub-category','16'),(28676,8992,'sponsored_url',''),(28677,8992,'_yoast_wpseo_content_score','30'),(28678,8992,'_yoast_wpseo_focuskeywords','[]'),(28679,8992,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(28683,9002,'_wp_attached_file','2019/09/National-Baking-Company-Peanut-Day.jpg'),(28684,9002,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1290249;s:11:\"size_before\";i:1484381;s:10:\"size_after\";i:194132;}'),(28685,9002,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.08646850966535;s:5:\"bytes\";i:12779;s:11:\"size_before\";i:312715;s:10:\"size_after\";i:299936;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:6;s:5:\"bytes\";i:429;s:11:\"size_before\";i:7155;s:10:\"size_after\";i:6726;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4;s:5:\"bytes\";i:762;s:11:\"size_before\";i:14108;s:10:\"size_after\";i:13346;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.22;s:5:\"bytes\";i:2745;s:11:\"size_before\";i:65053;s:10:\"size_after\";i:62308;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.02;s:5:\"bytes\";i:4292;s:11:\"size_before\";i:106753;s:10:\"size_after\";i:102461;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8;s:5:\"bytes\";i:4551;s:11:\"size_before\";i:119646;s:10:\"size_after\";i:115095;s:4:\"time\";d:0.05;}}}'),(28686,9002,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:844;s:4:\"file\";s:46:\"2019/09/National-Baking-Company-Peanut-Day.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"National-Baking-Company-Peanut-Day-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:\"National-Baking-Company-Peanut-Day-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:46:\"National-Baking-Company-Peanut-Day-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:47:\"National-Baking-Company-Peanut-Day-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"National-Baking-Company-Peanut-Day-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568393034\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28687,9003,'_wp_attached_file','2019/09/National-Baking-Buzz-Peanuts.jpg'),(28688,9003,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.48077338321861;s:5:\"bytes\";i:37070;s:11:\"size_before\";i:495537;s:10:\"size_after\";i:458467;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.56;s:5:\"bytes\";i:1036;s:11:\"size_before\";i:12105;s:10:\"size_after\";i:11069;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.97;s:5:\"bytes\";i:1859;s:11:\"size_before\";i:23319;s:10:\"size_after\";i:21460;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.89;s:5:\"bytes\";i:12023;s:11:\"size_before\";i:152288;s:10:\"size_after\";i:140265;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2;s:5:\"bytes\";i:22152;s:11:\"size_before\";i:307825;s:10:\"size_after\";i:285673;s:4:\"time\";d:0.06;}}}'),(28689,9003,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:40:\"2019/09/National-Baking-Buzz-Peanuts.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"National-Baking-Buzz-Peanuts-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:\"National-Baking-Buzz-Peanuts-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:40:\"National-Baking-Buzz-Peanuts-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:41:\"National-Baking-Buzz-Peanuts-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:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568393229\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"44\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28690,9004,'_wp_attached_file','2019/09/National-Peanut-Day-Buzz.jpg'),(28691,9004,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1123250;s:11:\"size_before\";i:1312264;s:10:\"size_after\";i:189014;}'),(28692,9004,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.181805050070498;s:5:\"bytes\";i:13317;s:11:\"size_before\";i:318451;s:10:\"size_after\";i:305134;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.01;s:5:\"bytes\";i:594;s:11:\"size_before\";i:8475;s:10:\"size_after\";i:7881;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.92;s:5:\"bytes\";i:955;s:11:\"size_before\";i:16121;s:10:\"size_after\";i:15166;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.34;s:5:\"bytes\";i:2947;s:11:\"size_before\";i:67878;s:10:\"size_after\";i:64931;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.05;s:5:\"bytes\";i:4376;s:11:\"size_before\";i:107961;s:10:\"size_after\";i:103585;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:4445;s:11:\"size_before\";i:118016;s:10:\"size_after\";i:113571;s:4:\"time\";d:0.05;}}}'),(28693,9004,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:844;s:4:\"file\";s:36:\"2019/09/National-Peanut-Day-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"National-Peanut-Day-Buzz-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:\"National-Peanut-Day-Buzz-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:36:\"National-Peanut-Day-Buzz-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:37:\"National-Peanut-Day-Buzz-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"National-Peanut-Day-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568393249\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"27\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28695,8988,'_thumbnail_id','9002'),(28696,8988,'_edit_last','11'),(28697,8988,'smpush_mute_activated','no'),(28699,8988,'_yoast_wpseo_primary_category','3'),(28700,8988,'_yoast_wpseo_primary_sub-category','1534'),(28701,8988,'sponsored_url',''),(28702,8988,'_yoast_wpseo_content_score','60'),(28703,8988,'_yoast_wpseo_focuskeywords','[]'),(28704,8988,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(28711,9007,'_edit_lock','1568421605:4'),(28712,9007,'_yst_prominent_words_version','1'),(28713,9007,'_edit_last','4'),(28714,9007,'smpush_mute_activated','no'),(28715,9007,'_yoast_wpseo_primary_category','4'),(28716,9007,'_yoast_wpseo_primary_sub-category','5'),(28717,9007,'sponsored_url',''),(28718,9007,'_yoast_wpseo_content_score','30'),(28719,9007,'_yoast_wpseo_focuskeywords','[]'),(28720,9007,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(28721,9009,'_wp_attached_file','2019/09/DSC_7326.jpg'),(28722,9009,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:282283;s:11:\"size_before\";i:498481;s:10:\"size_after\";i:216198;}'),(28723,9009,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.607604634476135;s:5:\"bytes\";i:16118;s:11:\"size_before\";i:349813;s:10:\"size_after\";i:333695;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:476;s:11:\"size_before\";i:7987;s:10:\"size_after\";i:7511;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.95;s:5:\"bytes\";i:1072;s:11:\"size_before\";i:18025;s:10:\"size_after\";i:16953;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.91;s:5:\"bytes\";i:3877;s:11:\"size_before\";i:78995;s:10:\"size_after\";i:75118;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.41;s:5:\"bytes\";i:5436;s:11:\"size_before\";i:123308;s:10:\"size_after\";i:117872;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.33;s:5:\"bytes\";i:5257;s:11:\"size_before\";i:121498;s:10:\"size_after\";i:116241;s:4:\"time\";d:0.05;}}}'),(28724,9009,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2019/09/DSC_7326.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_7326-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:\"DSC_7326-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:20:\"DSC_7326-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:21:\"DSC_7326-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_7326-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568399203\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"270\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28725,9010,'_wp_attached_file','2019/09/DSC_7334.jpg'),(28726,9010,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:222345;s:11:\"size_before\";i:457953;s:10:\"size_after\";i:235608;}'),(28727,9010,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.256062637011638;s:5:\"bytes\";i:15590;s:11:\"size_before\";i:366301;s:10:\"size_after\";i:350711;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.56;s:5:\"bytes\";i:513;s:11:\"size_before\";i:7825;s:10:\"size_after\";i:7312;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.76;s:5:\"bytes\";i:1010;s:11:\"size_before\";i:17546;s:10:\"size_after\";i:16536;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.56;s:5:\"bytes\";i:3748;s:11:\"size_before\";i:82218;s:10:\"size_after\";i:78470;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.03;s:5:\"bytes\";i:5271;s:11:\"size_before\";i:130771;s:10:\"size_after\";i:125500;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95;s:5:\"bytes\";i:5048;s:11:\"size_before\";i:127941;s:10:\"size_after\";i:122893;s:4:\"time\";d:0.06;}}}'),(28728,9010,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2019/09/DSC_7334.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_7334-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:\"DSC_7334-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:20:\"DSC_7334-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:21:\"DSC_7334-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_7334-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568399199\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"300\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28729,9011,'_wp_attached_file','2019/09/DSC_7322.jpg'),(28730,9011,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:158266;s:11:\"size_before\";i:445587;s:10:\"size_after\";i:287321;}'),(28731,9011,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.079350443787307;s:5:\"bytes\";i:23137;s:11:\"size_before\";i:455511;s:10:\"size_after\";i:432374;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3;s:5:\"bytes\";i:812;s:11:\"size_before\";i:9789;s:10:\"size_after\";i:8977;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.34;s:5:\"bytes\";i:1640;s:11:\"size_before\";i:22344;s:10:\"size_after\";i:20704;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.36;s:5:\"bytes\";i:5508;s:11:\"size_before\";i:102667;s:10:\"size_after\";i:97159;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.76;s:5:\"bytes\";i:7699;s:11:\"size_before\";i:161590;s:10:\"size_after\";i:153891;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7;s:5:\"bytes\";i:7478;s:11:\"size_before\";i:159121;s:10:\"size_after\";i:151643;s:4:\"time\";d:0.05;}}}'),(28732,9011,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2019/09/DSC_7322.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_7322-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:\"DSC_7322-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:20:\"DSC_7322-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:21:\"DSC_7322-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_7322-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568399205\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"270\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28733,9012,'_wp_attached_file','2019/09/20190913_182906.jpg'),(28734,9012,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:806666;s:11:\"size_before\";i:974725;s:10:\"size_after\";i:168059;}'),(28735,9012,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.167933984273741;s:5:\"bytes\";i:8799;s:11:\"size_before\";i:277752;s:10:\"size_after\";i:268953;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:494;s:11:\"size_before\";i:7595;s:10:\"size_after\";i:7101;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.61;s:5:\"bytes\";i:915;s:11:\"size_before\";i:16320;s:10:\"size_after\";i:15405;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.32;s:5:\"bytes\";i:2090;s:11:\"size_before\";i:62981;s:10:\"size_after\";i:60891;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.71;s:5:\"bytes\";i:2597;s:11:\"size_before\";i:95658;s:10:\"size_after\";i:93061;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.84;s:5:\"bytes\";i:2703;s:11:\"size_before\";i:95198;s:10:\"size_after\";i:92495;s:4:\"time\";d:0.03;}}}'),(28736,9012,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:27:\"2019/09/20190913_182906.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20190913_182906-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:\"20190913_182906-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:27:\"20190913_182906-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:28:\"20190913_182906-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"20190913_182906-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568399194\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"360\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:6:\"0.0004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28737,9013,'_wp_attached_file','2019/09/DSC_7187.jpg'),(28738,9013,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:240276;s:11:\"size_before\";i:462252;s:10:\"size_after\";i:221976;}'),(28739,9013,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.0360578917405;s:5:\"bytes\";i:14108;s:11:\"size_before\";i:349549;s:10:\"size_after\";i:335441;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.63;s:5:\"bytes\";i:688;s:11:\"size_before\";i:9013;s:10:\"size_after\";i:8325;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.92;s:5:\"bytes\";i:1046;s:11:\"size_before\";i:17677;s:10:\"size_after\";i:16631;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.31;s:5:\"bytes\";i:3398;s:11:\"size_before\";i:78869;s:10:\"size_after\";i:75471;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79;s:5:\"bytes\";i:4709;s:11:\"size_before\";i:124281;s:10:\"size_after\";i:119572;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.56;s:5:\"bytes\";i:4267;s:11:\"size_before\";i:119709;s:10:\"size_after\";i:115442;s:4:\"time\";d:0.05;}}}'),(28740,9013,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2019/09/DSC_7187.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_7187-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:\"DSC_7187-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:20:\"DSC_7187-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:21:\"DSC_7187-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_7187-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568399251\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:6:\"0.0004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28741,9014,'_wp_attached_file','2019/09/DSC_7186.jpg'),(28742,9014,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:223998;s:11:\"size_before\";i:453811;s:10:\"size_after\";i:229813;}'),(28743,9014,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9452513781149263;s:5:\"bytes\";i:14271;s:11:\"size_before\";i:361726;s:10:\"size_after\";i:347455;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.86;s:5:\"bytes\";i:547;s:11:\"size_before\";i:7979;s:10:\"size_after\";i:7432;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:1086;s:11:\"size_before\";i:17991;s:10:\"size_after\";i:16905;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2;s:5:\"bytes\";i:3404;s:11:\"size_before\";i:81111;s:10:\"size_after\";i:77707;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:4788;s:11:\"size_before\";i:128437;s:10:\"size_after\";i:123649;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.52;s:5:\"bytes\";i:4446;s:11:\"size_before\";i:126208;s:10:\"size_after\";i:121762;s:4:\"time\";d:0.05;}}}'),(28744,9014,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2019/09/DSC_7186.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_7186-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:\"DSC_7186-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:20:\"DSC_7186-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:21:\"DSC_7186-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_7186-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568399253\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28745,9015,'_wp_attached_file','2019/09/Buzz-Ramble-Media-Corp.jpg'),(28746,9015,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:552658;s:11:\"size_before\";i:839736;s:10:\"size_after\";i:287078;}'),(28747,9015,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.083075538556725;s:5:\"bytes\";i:22593;s:11:\"size_before\";i:444475;s:10:\"size_after\";i:421882;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.48;s:5:\"bytes\";i:856;s:11:\"size_before\";i:10100;s:10:\"size_after\";i:9244;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.24;s:5:\"bytes\";i:1583;s:11:\"size_before\";i:21854;s:10:\"size_after\";i:20271;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.32;s:5:\"bytes\";i:5304;s:11:\"size_before\";i:99728;s:10:\"size_after\";i:94424;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.74;s:5:\"bytes\";i:7494;s:11:\"size_before\";i:158088;s:10:\"size_after\";i:150594;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:7356;s:11:\"size_before\";i:154705;s:10:\"size_after\";i:147349;s:4:\"time\";d:0.05;}}}'),(28748,9015,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1001;s:4:\"file\";s:34:\"2019/09/Buzz-Ramble-Media-Corp.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Buzz-Ramble-Media-Corp-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:\"Buzz-Ramble-Media-Corp-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:34:\"Buzz-Ramble-Media-Corp-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:35:\"Buzz-Ramble-Media-Corp-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Buzz-Ramble-Media-Corp-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565890856\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28751,9018,'_wp_attached_file','2019/09/Team-Buzz.jpg'),(28752,9018,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.0819360919723335;s:5:\"bytes\";i:15374;s:11:\"size_before\";i:376635;s:10:\"size_after\";i:361261;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.36;s:5:\"bytes\";i:802;s:11:\"size_before\";i:9595;s:10:\"size_after\";i:8793;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8;s:5:\"bytes\";i:1357;s:11:\"size_before\";i:19964;s:10:\"size_after\";i:18607;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.16;s:5:\"bytes\";i:3513;s:11:\"size_before\";i:84356;s:10:\"size_after\";i:80843;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.69;s:5:\"bytes\";i:4868;s:11:\"size_before\";i:131983;s:10:\"size_after\";i:127115;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7;s:5:\"bytes\";i:4834;s:11:\"size_before\";i:130737;s:10:\"size_after\";i:125903;s:4:\"time\";d:0.04;}}}'),(28753,9018,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1349;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2019/09/Team-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Team-Buzz-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:\"Team-Buzz-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:21:\"Team-Buzz-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:22:\"Team-Buzz-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Team-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565890685\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28764,9022,'_edit_lock','1568425674:11'),(28765,9022,'_yst_prominent_words_version','1'),(28766,9023,'_wp_attached_file','2019/09/Team-Buzz-Feature-Image.jpg'),(28767,9023,'wpmf_size','758179'),(28768,9023,'wpmf_filetype','jpg'),(28769,9023,'wpmf_order','0'),(28770,9023,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:35:\"2019/09/Team-Buzz-Feature-Image.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Team-Buzz-Feature-Image-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:\"Team-Buzz-Feature-Image-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Team-Buzz-Feature-Image-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Team-Buzz-Feature-Image-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Team-Buzz-Feature-Image-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(28771,9023,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.816723940435281;s:5:\"bytes\";i:13456;s:11:\"size_before\";i:279360;s:10:\"size_after\";i:265904;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.05;s:5:\"bytes\";i:570;s:11:\"size_before\";i:8088;s:10:\"size_after\";i:7518;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.89;s:5:\"bytes\";i:837;s:11:\"size_before\";i:14202;s:10:\"size_after\";i:13365;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.83;s:5:\"bytes\";i:2909;s:11:\"size_before\";i:60209;s:10:\"size_after\";i:57300;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.77;s:5:\"bytes\";i:4463;s:11:\"size_before\";i:93523;s:10:\"size_after\";i:89060;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53;s:5:\"bytes\";i:4677;s:11:\"size_before\";i:103338;s:10:\"size_after\";i:98661;s:4:\"time\";d:0.05;}}}'),(28772,9025,'_wp_attached_file','2019/09/BUZZ-Team-Photo-Ramble.jpg'),(28773,9025,'wpmf_size','758179'),(28774,9025,'wpmf_filetype','jpg'),(28775,9025,'wpmf_order','0'),(28776,9025,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:34:\"2019/09/BUZZ-Team-Photo-Ramble.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"BUZZ-Team-Photo-Ramble-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:\"BUZZ-Team-Photo-Ramble-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"BUZZ-Team-Photo-Ramble-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"BUZZ-Team-Photo-Ramble-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"BUZZ-Team-Photo-Ramble-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(28777,9025,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.816723940435281;s:5:\"bytes\";i:13456;s:11:\"size_before\";i:279360;s:10:\"size_after\";i:265904;s:4:\"time\";d:0.12000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.05;s:5:\"bytes\";i:570;s:11:\"size_before\";i:8088;s:10:\"size_after\";i:7518;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.89;s:5:\"bytes\";i:837;s:11:\"size_before\";i:14202;s:10:\"size_after\";i:13365;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.83;s:5:\"bytes\";i:2909;s:11:\"size_before\";i:60209;s:10:\"size_after\";i:57300;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.77;s:5:\"bytes\";i:4463;s:11:\"size_before\";i:93523;s:10:\"size_after\";i:89060;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53;s:5:\"bytes\";i:4677;s:11:\"size_before\";i:103338;s:10:\"size_after\";i:98661;s:4:\"time\";d:0.05;}}}'),(28779,8992,'_thumbnail_id','9025'),(28781,9026,'_edit_lock','1568425413:11'),(28782,9026,'_yst_prominent_words_version','1'),(28784,9022,'_thumbnail_id','7289'),(28785,9022,'_edit_last','11'),(28786,9022,'smpush_mute_activated','no'),(28788,9022,'_yoast_wpseo_primary_category','4'),(28789,9022,'_yoast_wpseo_primary_sub-category','5'),(28790,9022,'sponsored_url',''),(28791,9022,'_yoast_wpseo_content_score','30'),(28792,9022,'_yoast_wpseo_focuskeywords','[]'),(28793,9022,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(28794,9028,'_edit_lock','1568512105:4'),(28795,9028,'_yst_prominent_words_version','1'),(28796,9026,'_oembed_f4d6499edd46bc49e0faf5d16c66dc55','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/EASPORTSFIFA?ref_src=twsrc%5Etfw\">@EASPORTSFIFA</a> taking the absolute p*ss with these stats!??? ? <a href=\"https://t.co/3cgzP3Nb3D\">pic.twitter.com/3cgzP3Nb3D</a></p>&mdash; Wes Morgan (@Wes5L1nk) <a href=\"https://twitter.com/Wes5L1nk/status/1172101190970224640?ref_src=twsrc%5Etfw\">September 12, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(28797,9026,'_oembed_time_f4d6499edd46bc49e0faf5d16c66dc55','1568425112'),(28798,9026,'_oembed_72baa222f87b608e3f1e1e9269948224','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">29 pace? ?‍♂️ <a href=\"https://t.co/CJoha3UKiI\">pic.twitter.com/CJoha3UKiI</a></p>&mdash; Leicester City (@LCFC) <a href=\"https://twitter.com/LCFC/status/1172544569503825920?ref_src=twsrc%5Etfw\">September 13, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(28799,9026,'_oembed_time_72baa222f87b608e3f1e1e9269948224','1568425112'),(28800,9031,'_wp_attached_file','2019/09/Wes-Morgan-FIFA-Buzz.jpg'),(28801,9031,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1125863;s:11:\"size_before\";i:1273625;s:10:\"size_after\";i:147762;}'),(28802,9031,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.921529825128226;s:5:\"bytes\";i:7234;s:11:\"size_before\";i:247610;s:10:\"size_after\";i:240376;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.63;s:5:\"bytes\";i:384;s:11:\"size_before\";i:6826;s:10:\"size_after\";i:6442;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.52;s:5:\"bytes\";i:576;s:11:\"size_before\";i:12754;s:10:\"size_after\";i:12178;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2;s:5:\"bytes\";i:1704;s:11:\"size_before\";i:53267;s:10:\"size_after\";i:51563;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.68;s:5:\"bytes\";i:2200;s:11:\"size_before\";i:82090;s:10:\"size_after\";i:79890;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.56;s:5:\"bytes\";i:2370;s:11:\"size_before\";i:92673;s:10:\"size_after\";i:90303;s:4:\"time\";d:0.05;}}}'),(28803,9031,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:844;s:4:\"file\";s:32:\"2019/09/Wes-Morgan-FIFA-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Wes-Morgan-FIFA-Buzz-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:\"Wes-Morgan-FIFA-Buzz-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:32:\"Wes-Morgan-FIFA-Buzz-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:33:\"Wes-Morgan-FIFA-Buzz-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Wes-Morgan-FIFA-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28805,9026,'_thumbnail_id','9031'),(28806,9026,'_edit_last','11'),(28807,9026,'smpush_mute_activated','no'),(28809,9026,'_yoast_wpseo_primary_category','4'),(28810,9026,'_yoast_wpseo_primary_sub-category','5'),(28811,9026,'sponsored_url',''),(28812,9026,'_yoast_wpseo_content_score','90'),(28813,9026,'_yoast_wpseo_focuskeywords','[]'),(28814,9026,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(28819,9028,'_edit_last','4'),(28820,9028,'smpush_mute_activated','no'),(28821,9028,'_yoast_wpseo_primary_category','4'),(28822,9028,'_yoast_wpseo_primary_sub-category','16'),(28823,9028,'sponsored_url',''),(28824,9028,'_yoast_wpseo_content_score','30'),(28825,9028,'_yoast_wpseo_focuskeywords','[]'),(28826,9028,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(28827,9036,'_wp_attached_file','2019/09/serena-williams-1.jpg'),(28828,9036,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.1730789464454805;s:5:\"bytes\";i:1475;s:11:\"size_before\";i:28513;s:10:\"size_after\";i:27038;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.86;s:5:\"bytes\";i:462;s:11:\"size_before\";i:7884;s:10:\"size_after\";i:7422;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.91;s:5:\"bytes\";i:1013;s:11:\"size_before\";i:20629;s:10:\"size_after\";i:19616;s:4:\"time\";d:0.01;}}}'),(28829,9036,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:696;s:6:\"height\";i:521;s:4:\"file\";s:29:\"2019/09/serena-williams-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"serena-williams-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:29:\"serena-williams-1-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\";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:{}}}'),(28830,9037,'_wp_attached_file','2019/09/Zouks-Tallawahs-Cricket-CPL-T20.jpg'),(28831,9037,'wpmf_size','232000'),(28832,9037,'wpmf_filetype','jpg'),(28833,9037,'wpmf_order','0'),(28834,9037,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:43:\"2019/09/Zouks-Tallawahs-Cricket-CPL-T20.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Zouks-Tallawahs-Cricket-CPL-T20-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:\"Zouks-Tallawahs-Cricket-CPL-T20-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Zouks-Tallawahs-Cricket-CPL-T20-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Zouks-Tallawahs-Cricket-CPL-T20-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Zouks-Tallawahs-Cricket-CPL-T20-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(28835,9037,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.2489041408580395;s:5:\"bytes\";i:13567;s:11:\"size_before\";i:258473;s:10:\"size_after\";i:244906;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.75;s:5:\"bytes\";i:567;s:11:\"size_before\";i:8402;s:10:\"size_after\";i:7835;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.56;s:5:\"bytes\";i:778;s:11:\"size_before\";i:14003;s:10:\"size_after\";i:13225;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.15;s:5:\"bytes\";i:2920;s:11:\"size_before\";i:56754;s:10:\"size_after\";i:53834;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.13;s:5:\"bytes\";i:4417;s:11:\"size_before\";i:86054;s:10:\"size_after\";i:81637;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.24;s:5:\"bytes\";i:4885;s:11:\"size_before\";i:93260;s:10:\"size_after\";i:88375;s:4:\"time\";d:0.03;}}}'),(28849,9040,'_edit_lock','1568427054:11'),(28850,9040,'_yst_prominent_words_version','1'),(28854,9041,'_wp_attached_file','2019/09/Black-River-STETHS-Buzz-Caribbean.jpg'),(28855,9041,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.8637487291437655;s:5:\"bytes\";i:5549;s:11:\"size_before\";i:193767;s:10:\"size_after\";i:188218;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8;s:5:\"bytes\";i:393;s:11:\"size_before\";i:6779;s:10:\"size_after\";i:6386;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2;s:5:\"bytes\";i:506;s:11:\"size_before\";i:12051;s:10:\"size_after\";i:11545;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.67;s:5:\"bytes\";i:1144;s:11:\"size_before\";i:42835;s:10:\"size_after\";i:41691;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.76;s:5:\"bytes\";i:1759;s:11:\"size_before\";i:63785;s:10:\"size_after\";i:62026;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.56;s:5:\"bytes\";i:1747;s:11:\"size_before\";i:68317;s:10:\"size_after\";i:66570;s:4:\"time\";d:0.04;}}}'),(28856,9041,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:45:\"2019/09/Black-River-STETHS-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Black-River-STETHS-Buzz-Caribbean-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:45:\"Black-River-STETHS-Buzz-Caribbean-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Black-River-STETHS-Buzz-Caribbean-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Black-River-STETHS-Buzz-Caribbean-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Black-River-STETHS-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28858,9040,'_thumbnail_id','9041'),(28859,9040,'_edit_last','11'),(28860,9040,'smpush_mute_activated','no'),(28862,9040,'_yoast_wpseo_primary_category','4'),(28863,9040,'_yoast_wpseo_primary_sub-category','5'),(28864,9040,'sponsored_url',''),(28865,9040,'_yoast_wpseo_content_score','90'),(28866,9040,'_yoast_wpseo_focuskeywords','[]'),(28867,9040,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(28873,9045,'_edit_lock','1568434280:4'),(28874,9045,'_yst_prominent_words_version','1'),(28876,9045,'_thumbnail_id','9048'),(28877,9045,'_edit_last','4'),(28878,9045,'smpush_mute_activated','no'),(28880,9045,'_yoast_wpseo_primary_category','4'),(28881,9045,'_yoast_wpseo_primary_sub-category','5'),(28882,9045,'sponsored_url',''),(28883,9045,'_yoast_wpseo_content_score','60'),(28884,9045,'_yoast_wpseo_focuskeywords','[]'),(28885,9045,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(28886,9047,'_wp_attached_file','2019/09/t20-tallawah-knight-riders2.jpg'),(28887,9047,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1005770;s:11:\"size_before\";i:1220529;s:10:\"size_after\";i:214759;}'),(28888,9047,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3753389695326206;s:5:\"bytes\";i:10580;s:11:\"size_before\";i:313450;s:10:\"size_after\";i:302870;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.27;s:5:\"bytes\";i:331;s:11:\"size_before\";i:6280;s:10:\"size_after\";i:5949;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.62;s:5:\"bytes\";i:639;s:11:\"size_before\";i:13822;s:10:\"size_after\";i:13183;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.53;s:5:\"bytes\";i:2452;s:11:\"size_before\";i:69394;s:10:\"size_after\";i:66942;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.19;s:5:\"bytes\";i:3618;s:11:\"size_before\";i:113436;s:10:\"size_after\";i:109818;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2;s:5:\"bytes\";i:3540;s:11:\"size_before\";i:110518;s:10:\"size_after\";i:106978;s:4:\"time\";d:0.04;}}}'),(28889,9047,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:39:\"2019/09/t20-tallawah-knight-riders2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"t20-tallawah-knight-riders2-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:\"t20-tallawah-knight-riders2-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:39:\"t20-tallawah-knight-riders2-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:40:\"t20-tallawah-knight-riders2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"t20-tallawah-knight-riders2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568413022\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"300\";s:3:\"iso\";s:4:\"5000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28890,9048,'_wp_attached_file','2019/09/t20-tallawah-knight-riders8.jpg'),(28891,9048,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:917402;s:11:\"size_before\";i:1110336;s:10:\"size_after\";i:192934;}'),(28892,9048,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.5857080013685905;s:5:\"bytes\";i:11004;s:11:\"size_before\";i:306885;s:10:\"size_after\";i:295881;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.66;s:5:\"bytes\";i:521;s:11:\"size_before\";i:7818;s:10:\"size_after\";i:7297;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.92;s:5:\"bytes\";i:1014;s:11:\"size_before\";i:17120;s:10:\"size_after\";i:16106;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.78;s:5:\"bytes\";i:2628;s:11:\"size_before\";i:69521;s:10:\"size_after\";i:66893;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.26;s:5:\"bytes\";i:3519;s:11:\"size_before\";i:107982;s:10:\"size_after\";i:104463;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.18;s:5:\"bytes\";i:3322;s:11:\"size_before\";i:104444;s:10:\"size_after\";i:101122;s:4:\"time\";d:0.03;}}}'),(28893,9048,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:39:\"2019/09/t20-tallawah-knight-riders8.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"t20-tallawah-knight-riders8-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:\"t20-tallawah-knight-riders8-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:39:\"t20-tallawah-knight-riders8-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:40:\"t20-tallawah-knight-riders8-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"t20-tallawah-knight-riders8-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568412897\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"59\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28894,9049,'_wp_attached_file','2019/09/t20-tallawah-knight-riders4.jpg'),(28895,9049,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:854123;s:11:\"size_before\";i:1025232;s:10:\"size_after\";i:171109;}'),(28896,9049,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1134491639056994;s:5:\"bytes\";i:8777;s:11:\"size_before\";i:281906;s:10:\"size_after\";i:273129;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.07;s:5:\"bytes\";i:464;s:11:\"size_before\";i:7645;s:10:\"size_after\";i:7181;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.98;s:5:\"bytes\";i:1041;s:11:\"size_before\";i:17412;s:10:\"size_after\";i:16371;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.22;s:5:\"bytes\";i:2086;s:11:\"size_before\";i:64761;s:10:\"size_after\";i:62675;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.77;s:5:\"bytes\";i:2709;s:11:\"size_before\";i:97642;s:10:\"size_after\";i:94933;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.62;s:5:\"bytes\";i:2477;s:11:\"size_before\";i:94446;s:10:\"size_after\";i:91969;s:4:\"time\";d:0.03;}}}'),(28897,9049,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:39:\"2019/09/t20-tallawah-knight-riders4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"t20-tallawah-knight-riders4-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:\"t20-tallawah-knight-riders4-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:39:\"t20-tallawah-knight-riders4-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:40:\"t20-tallawah-knight-riders4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"t20-tallawah-knight-riders4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568413124\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"90\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28898,9050,'_wp_attached_file','2019/09/t20-tallawah-knight-riders5.jpg'),(28899,9050,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1098994;s:11:\"size_before\";i:1360505;s:10:\"size_after\";i:261511;}'),(28900,9050,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.753412132084602;s:5:\"bytes\";i:14039;s:11:\"size_before\";i:374033;s:10:\"size_after\";i:359994;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.61;s:5:\"bytes\";i:333;s:11:\"size_before\";i:5936;s:10:\"size_after\";i:5603;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.72;s:5:\"bytes\";i:648;s:11:\"size_before\";i:13727;s:10:\"size_after\";i:13079;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9;s:5:\"bytes\";i:3179;s:11:\"size_before\";i:81473;s:10:\"size_after\";i:78294;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6;s:5:\"bytes\";i:4927;s:11:\"size_before\";i:136925;s:10:\"size_after\";i:131998;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.64;s:5:\"bytes\";i:4952;s:11:\"size_before\";i:135972;s:10:\"size_after\";i:131020;s:4:\"time\";d:0.04;}}}'),(28901,9050,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:39:\"2019/09/t20-tallawah-knight-riders5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"t20-tallawah-knight-riders5-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:\"t20-tallawah-knight-riders5-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:39:\"t20-tallawah-knight-riders5-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:40:\"t20-tallawah-knight-riders5-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"t20-tallawah-knight-riders5-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568412860\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"66\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28902,9051,'_wp_attached_file','2019/09/t20-tallawah-knight-riders7.jpg'),(28903,9051,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1178247;s:11:\"size_before\";i:1451914;s:10:\"size_after\";i:273667;}'),(28904,9051,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.850491208178482;s:5:\"bytes\";i:20791;s:11:\"size_before\";i:428637;s:10:\"size_after\";i:407846;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.56;s:5:\"bytes\";i:726;s:11:\"size_before\";i:9608;s:10:\"size_after\";i:8882;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.97;s:5:\"bytes\";i:1486;s:11:\"size_before\";i:21316;s:10:\"size_after\";i:19830;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.08;s:5:\"bytes\";i:4895;s:11:\"size_before\";i:96356;s:10:\"size_after\";i:91461;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.51;s:5:\"bytes\";i:6828;s:11:\"size_before\";i:151435;s:10:\"size_after\";i:144607;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57;s:5:\"bytes\";i:6856;s:11:\"size_before\";i:149922;s:10:\"size_after\";i:143066;s:4:\"time\";d:0.04;}}}'),(28905,9051,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:39:\"2019/09/t20-tallawah-knight-riders7.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"t20-tallawah-knight-riders7-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:\"t20-tallawah-knight-riders7-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:39:\"t20-tallawah-knight-riders7-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:40:\"t20-tallawah-knight-riders7-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"t20-tallawah-knight-riders7-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568412884\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"6400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28906,9052,'_wp_attached_file','2019/09/t20-tallawah-knight-riders.jpg'),(28907,9052,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:750466;s:11:\"size_before\";i:886590;s:10:\"size_after\";i:136124;}'),(28908,9052,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.735636792978235;s:5:\"bytes\";i:6140;s:11:\"size_before\";i:224445;s:10:\"size_after\";i:218305;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1;s:5:\"bytes\";i:519;s:11:\"size_before\";i:7315;s:10:\"size_after\";i:6796;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.61;s:5:\"bytes\";i:804;s:11:\"size_before\";i:14334;s:10:\"size_after\";i:13530;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.69;s:5:\"bytes\";i:1367;s:11:\"size_before\";i:50740;s:10:\"size_after\";i:49373;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.35;s:5:\"bytes\";i:1803;s:11:\"size_before\";i:76813;s:10:\"size_after\";i:75010;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.19;s:5:\"bytes\";i:1647;s:11:\"size_before\";i:75243;s:10:\"size_after\";i:73596;s:4:\"time\";d:0.04;}}}'),(28909,9052,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:38:\"2019/09/t20-tallawah-knight-riders.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"t20-tallawah-knight-riders-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:\"t20-tallawah-knight-riders-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:38:\"t20-tallawah-knight-riders-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:39:\"t20-tallawah-knight-riders-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"t20-tallawah-knight-riders-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568412893\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"150\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28910,9053,'_wp_attached_file','2019/09/t20-tallawah-knight-riders3.jpg'),(28911,9053,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:870383;s:11:\"size_before\";i:1051678;s:10:\"size_after\";i:181295;}'),(28912,9053,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.257025554863012;s:5:\"bytes\";i:9615;s:11:\"size_before\";i:295208;s:10:\"size_after\";i:285593;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.13;s:5:\"bytes\";i:556;s:11:\"size_before\";i:7800;s:10:\"size_after\";i:7244;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.23;s:5:\"bytes\";i:1056;s:11:\"size_before\";i:16956;s:10:\"size_after\";i:15900;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.42;s:5:\"bytes\";i:2294;s:11:\"size_before\";i:67170;s:10:\"size_after\";i:64876;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.85;s:5:\"bytes\";i:2927;s:11:\"size_before\";i:102622;s:10:\"size_after\";i:99695;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.76;s:5:\"bytes\";i:2782;s:11:\"size_before\";i:100660;s:10:\"size_after\";i:97878;s:4:\"time\";d:0.04;}}}'),(28913,9053,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:39:\"2019/09/t20-tallawah-knight-riders3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"t20-tallawah-knight-riders3-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:\"t20-tallawah-knight-riders3-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:39:\"t20-tallawah-knight-riders3-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:40:\"t20-tallawah-knight-riders3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"t20-tallawah-knight-riders3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568413091\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28914,9054,'_wp_attached_file','2019/09/t20-tallawah-knight-riders6.jpg'),(28915,9054,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1020217;s:11:\"size_before\";i:1263429;s:10:\"size_after\";i:243212;}'),(28916,9054,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.674846342133719;s:5:\"bytes\";i:18201;s:11:\"size_before\";i:389339;s:10:\"size_after\";i:371138;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.44;s:5:\"bytes\";i:668;s:11:\"size_before\";i:8975;s:10:\"size_after\";i:8307;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.77;s:5:\"bytes\";i:1359;s:11:\"size_before\";i:20074;s:10:\"size_after\";i:18715;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.01;s:5:\"bytes\";i:4443;s:11:\"size_before\";i:88656;s:10:\"size_after\";i:84213;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3;s:5:\"bytes\";i:5903;s:11:\"size_before\";i:137308;s:10:\"size_after\";i:131405;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.34;s:5:\"bytes\";i:5828;s:11:\"size_before\";i:134326;s:10:\"size_after\";i:128498;s:4:\"time\";d:0.04;}}}'),(28917,9054,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:39:\"2019/09/t20-tallawah-knight-riders6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"t20-tallawah-knight-riders6-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:\"t20-tallawah-knight-riders6-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:39:\"t20-tallawah-knight-riders6-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:40:\"t20-tallawah-knight-riders6-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"t20-tallawah-knight-riders6-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568412869\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28918,9055,'_wp_attached_file','2019/09/t20-tallawah-knight-riders8-1.jpg'),(28919,9055,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:917402;s:11:\"size_before\";i:1110336;s:10:\"size_after\";i:192934;}'),(28920,9055,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.5857080013685905;s:5:\"bytes\";i:11004;s:11:\"size_before\";i:306885;s:10:\"size_after\";i:295881;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.66;s:5:\"bytes\";i:521;s:11:\"size_before\";i:7818;s:10:\"size_after\";i:7297;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.92;s:5:\"bytes\";i:1014;s:11:\"size_before\";i:17120;s:10:\"size_after\";i:16106;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.78;s:5:\"bytes\";i:2628;s:11:\"size_before\";i:69521;s:10:\"size_after\";i:66893;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.26;s:5:\"bytes\";i:3519;s:11:\"size_before\";i:107982;s:10:\"size_after\";i:104463;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.18;s:5:\"bytes\";i:3322;s:11:\"size_before\";i:104444;s:10:\"size_after\";i:101122;s:4:\"time\";d:0.05;}}}'),(28921,9055,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:41:\"2019/09/t20-tallawah-knight-riders8-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"t20-tallawah-knight-riders8-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:41:\"t20-tallawah-knight-riders8-1-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:41:\"t20-tallawah-knight-riders8-1-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:42:\"t20-tallawah-knight-riders8-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"t20-tallawah-knight-riders8-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568412897\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"59\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28926,9058,'_wp_attached_file','2019/09/new-ceej-arts-featured-image-buzz-exclusive-2-1060x655.jpg'),(28927,9058,'wpmf_size','130835'),(28928,9058,'wpmf_filetype','jpg'),(28929,9058,'wpmf_order','0'),(28930,9058,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1057;s:6:\"height\";i:617;s:4:\"file\";s:66:\"2019/09/new-ceej-arts-featured-image-buzz-exclusive-2-1060x655.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"new-ceej-arts-featured-image-buzz-exclusive-2-1060x655-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:66:\"new-ceej-arts-featured-image-buzz-exclusive-2-1060x655-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:66:\"new-ceej-arts-featured-image-buzz-exclusive-2-1060x655-768x448.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:67:\"new-ceej-arts-featured-image-buzz-exclusive-2-1060x655-1024x598.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:598;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(28931,9058,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.462700812616518;s:5:\"bytes\";i:5003;s:11:\"size_before\";i:112107;s:10:\"size_after\";i:107104;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.34;s:5:\"bytes\";i:297;s:11:\"size_before\";i:5559;s:10:\"size_after\";i:5262;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.28;s:5:\"bytes\";i:404;s:11:\"size_before\";i:9446;s:10:\"size_after\";i:9042;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.02;s:5:\"bytes\";i:1504;s:11:\"size_before\";i:37410;s:10:\"size_after\";i:35906;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.69;s:5:\"bytes\";i:2798;s:11:\"size_before\";i:59692;s:10:\"size_after\";i:56894;s:4:\"time\";d:0.03;}}}'),(28939,9062,'_edit_lock','1568472712:14'),(28940,9062,'_yst_prominent_words_version','1'),(28941,9063,'_wp_attached_file','2019/09/knight-riders-vs-tallawahs-sept13-buzz-5.jpg'),(28942,9063,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.5621121765027826;s:5:\"bytes\";i:10023;s:11:\"size_before\";i:281378;s:10:\"size_after\";i:271355;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.61;s:5:\"bytes\";i:382;s:11:\"size_before\";i:6804;s:10:\"size_after\";i:6422;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37;s:5:\"bytes\";i:816;s:11:\"size_before\";i:15192;s:10:\"size_after\";i:14376;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.68;s:5:\"bytes\";i:2339;s:11:\"size_before\";i:63618;s:10:\"size_after\";i:61279;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.32;s:5:\"bytes\";i:3229;s:11:\"size_before\";i:97377;s:10:\"size_after\";i:94148;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.31;s:5:\"bytes\";i:3257;s:11:\"size_before\";i:98387;s:10:\"size_after\";i:95130;s:4:\"time\";d:0.04;}}}'),(28943,9063,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:52:\"2019/09/knight-riders-vs-tallawahs-sept13-buzz-5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"knight-riders-vs-tallawahs-sept13-buzz-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:52:\"knight-riders-vs-tallawahs-sept13-buzz-5-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:52:\"knight-riders-vs-tallawahs-sept13-buzz-5-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:53:\"knight-riders-vs-tallawahs-sept13-buzz-5-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"knight-riders-vs-tallawahs-sept13-buzz-5-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28944,9064,'_wp_attached_file','2019/09/knight-riders-vs-tallawahs-sept13-buzz-4.jpg'),(28945,9064,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9982079384374147;s:5:\"bytes\";i:12137;s:11:\"size_before\";i:303561;s:10:\"size_after\";i:291424;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:276;s:11:\"size_before\";i:5480;s:10:\"size_after\";i:5204;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45;s:5:\"bytes\";i:552;s:11:\"size_before\";i:12407;s:10:\"size_after\";i:11855;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1;s:5:\"bytes\";i:2707;s:11:\"size_before\";i:66102;s:10:\"size_after\";i:63395;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.86;s:5:\"bytes\";i:4305;s:11:\"size_before\";i:111452;s:10:\"size_after\";i:107147;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.97;s:5:\"bytes\";i:4297;s:11:\"size_before\";i:108120;s:10:\"size_after\";i:103823;s:4:\"time\";d:0.05;}}}'),(28946,9064,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:52:\"2019/09/knight-riders-vs-tallawahs-sept13-buzz-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"knight-riders-vs-tallawahs-sept13-buzz-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:52:\"knight-riders-vs-tallawahs-sept13-buzz-4-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:52:\"knight-riders-vs-tallawahs-sept13-buzz-4-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:53:\"knight-riders-vs-tallawahs-sept13-buzz-4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"knight-riders-vs-tallawahs-sept13-buzz-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28947,9065,'_wp_attached_file','2019/09/knight-riders-vs-tallawahs-sept13-buzz-3.jpg'),(28948,9065,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.577965774532578;s:5:\"bytes\";i:10751;s:11:\"size_before\";i:300478;s:10:\"size_after\";i:289727;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.66;s:5:\"bytes\";i:312;s:11:\"size_before\";i:6694;s:10:\"size_after\";i:6382;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.15;s:5:\"bytes\";i:774;s:11:\"size_before\";i:15039;s:10:\"size_after\";i:14265;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:2516;s:11:\"size_before\";i:67530;s:10:\"size_after\";i:65014;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.39;s:5:\"bytes\";i:3639;s:11:\"size_before\";i:107240;s:10:\"size_after\";i:103601;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.38;s:5:\"bytes\";i:3510;s:11:\"size_before\";i:103975;s:10:\"size_after\";i:100465;s:4:\"time\";d:0.04;}}}'),(28949,9065,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:52:\"2019/09/knight-riders-vs-tallawahs-sept13-buzz-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"knight-riders-vs-tallawahs-sept13-buzz-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:52:\"knight-riders-vs-tallawahs-sept13-buzz-3-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:52:\"knight-riders-vs-tallawahs-sept13-buzz-3-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:53:\"knight-riders-vs-tallawahs-sept13-buzz-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"knight-riders-vs-tallawahs-sept13-buzz-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28950,9066,'_wp_attached_file','2019/09/knight-riders-vs-tallawahs-sept13-buzz-7.jpg'),(28951,9066,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3627839625058655;s:5:\"bytes\";i:11681;s:11:\"size_before\";i:347361;s:10:\"size_after\";i:335680;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:545;s:11:\"size_before\";i:8435;s:10:\"size_after\";i:7890;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.59;s:5:\"bytes\";i:1042;s:11:\"size_before\";i:18636;s:10:\"size_after\";i:17594;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.64;s:5:\"bytes\";i:2875;s:11:\"size_before\";i:78974;s:10:\"size_after\";i:76099;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.95;s:5:\"bytes\";i:3558;s:11:\"size_before\";i:120522;s:10:\"size_after\";i:116964;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.03;s:5:\"bytes\";i:3661;s:11:\"size_before\";i:120794;s:10:\"size_after\";i:117133;s:4:\"time\";d:0.06;}}}'),(28952,9066,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:52:\"2019/09/knight-riders-vs-tallawahs-sept13-buzz-7.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"knight-riders-vs-tallawahs-sept13-buzz-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:52:\"knight-riders-vs-tallawahs-sept13-buzz-7-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:52:\"knight-riders-vs-tallawahs-sept13-buzz-7-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:53:\"knight-riders-vs-tallawahs-sept13-buzz-7-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"knight-riders-vs-tallawahs-sept13-buzz-7-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28953,9067,'_wp_attached_file','2019/09/knight-riders-vs-tallawahs-sept13-buzz-2.jpg'),(28954,9067,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9641769949989127;s:5:\"bytes\";i:11668;s:11:\"size_before\";i:294336;s:10:\"size_after\";i:282668;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45;s:5:\"bytes\";i:267;s:11:\"size_before\";i:5998;s:10:\"size_after\";i:5731;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.34;s:5:\"bytes\";i:603;s:11:\"size_before\";i:13907;s:10:\"size_after\";i:13304;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.89;s:5:\"bytes\";i:2534;s:11:\"size_before\";i:65083;s:10:\"size_after\";i:62549;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.97;s:5:\"bytes\";i:4188;s:11:\"size_before\";i:105497;s:10:\"size_after\";i:101309;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.92;s:5:\"bytes\";i:4076;s:11:\"size_before\";i:103851;s:10:\"size_after\";i:99775;s:4:\"time\";d:0.03;}}}'),(28955,9067,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:52:\"2019/09/knight-riders-vs-tallawahs-sept13-buzz-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"knight-riders-vs-tallawahs-sept13-buzz-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:52:\"knight-riders-vs-tallawahs-sept13-buzz-2-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:52:\"knight-riders-vs-tallawahs-sept13-buzz-2-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:53:\"knight-riders-vs-tallawahs-sept13-buzz-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"knight-riders-vs-tallawahs-sept13-buzz-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28956,9068,'_wp_attached_file','2019/09/knight-riders-vs-tallawahs-sept13-buzz-6.jpg'),(28957,9068,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.5322545299362176;s:5:\"bytes\";i:12250;s:11:\"size_before\";i:346804;s:10:\"size_after\";i:334554;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.82;s:5:\"bytes\";i:538;s:11:\"size_before\";i:7886;s:10:\"size_after\";i:7348;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.62;s:5:\"bytes\";i:996;s:11:\"size_before\";i:17715;s:10:\"size_after\";i:16719;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.88;s:5:\"bytes\";i:3000;s:11:\"size_before\";i:77384;s:10:\"size_after\";i:74384;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.07;s:5:\"bytes\";i:3703;s:11:\"size_before\";i:120794;s:10:\"size_after\";i:117091;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.26;s:5:\"bytes\";i:4013;s:11:\"size_before\";i:123025;s:10:\"size_after\";i:119012;s:4:\"time\";d:0.05;}}}'),(28958,9068,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:52:\"2019/09/knight-riders-vs-tallawahs-sept13-buzz-6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"knight-riders-vs-tallawahs-sept13-buzz-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:52:\"knight-riders-vs-tallawahs-sept13-buzz-6-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:52:\"knight-riders-vs-tallawahs-sept13-buzz-6-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:53:\"knight-riders-vs-tallawahs-sept13-buzz-6-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"knight-riders-vs-tallawahs-sept13-buzz-6-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28960,9062,'_thumbnail_id','9064'),(28961,9062,'_edit_last','14'),(28962,9062,'smpush_mute_activated','no'),(28964,9062,'_yoast_wpseo_primary_category','4'),(28965,9062,'_yoast_wpseo_primary_sub-category','5'),(28966,9062,'sponsored_url',''),(28967,9062,'_yoast_wpseo_content_score','90'),(28968,9062,'_yoast_wpseo_focuskeywords','[]'),(28969,9062,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(28970,9070,'_edit_lock','1568474403:14'),(28971,9070,'_yst_prominent_words_version','1'),(28972,9071,'_wp_attached_file','2019/09/golden-toilet-stolen-buzz-demo.jpg'),(28973,9071,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.116049989874736;s:5:\"bytes\";i:8617;s:11:\"size_before\";i:276536;s:10:\"size_after\";i:267919;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.42;s:5:\"bytes\";i:275;s:11:\"size_before\";i:6225;s:10:\"size_after\";i:5950;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.65;s:5:\"bytes\";i:411;s:11:\"size_before\";i:11263;s:10:\"size_after\";i:10852;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.99;s:5:\"bytes\";i:1676;s:11:\"size_before\";i:56071;s:10:\"size_after\";i:54395;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.13;s:5:\"bytes\";i:2965;s:11:\"size_before\";i:94610;s:10:\"size_after\";i:91645;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04;s:5:\"bytes\";i:3290;s:11:\"size_before\";i:108367;s:10:\"size_after\";i:105077;s:4:\"time\";d:0.03;}}}'),(28974,9071,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:843;s:4:\"file\";s:42:\"2019/09/golden-toilet-stolen-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"golden-toilet-stolen-buzz-demo-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:42:\"golden-toilet-stolen-buzz-demo-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:42:\"golden-toilet-stolen-buzz-demo-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:43:\"golden-toilet-stolen-buzz-demo-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"golden-toilet-stolen-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28975,9070,'_oembed_b126b3693aafdf7478c4deade2e5cdfc','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">**OFFICIAL STATEMENT**<br><br>Following the Thames Valley Police statement we can confirm ‘America’, the art piece by Maurizio Cattelan has been stolen in the early hours of this morning. <br><br>We are saddened by this extraordinary event, but also relieved no-one was hurt.</p>&mdash; Blenheim Palace (@BlenheimPalace) <a href=\"https://twitter.com/BlenheimPalace/status/1172850497029648384?ref_src=twsrc%5Etfw\">September 14, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(28976,9070,'_oembed_time_b126b3693aafdf7478c4deade2e5cdfc','1568473749'),(28977,9073,'_wp_attached_file','2019/09/blenheim-palace-buzz-demo.jpg'),(28978,9073,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.93734514207391;s:5:\"bytes\";i:11950;s:11:\"size_before\";i:303504;s:10:\"size_after\";i:291554;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.13;s:5:\"bytes\";i:338;s:11:\"size_before\";i:6584;s:10:\"size_after\";i:6246;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8;s:5:\"bytes\";i:554;s:11:\"size_before\";i:11539;s:10:\"size_after\";i:10985;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.99;s:5:\"bytes\";i:2390;s:11:\"size_before\";i:59891;s:10:\"size_after\";i:57501;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.85;s:5:\"bytes\";i:3813;s:11:\"size_before\";i:98972;s:10:\"size_after\";i:95159;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.84;s:5:\"bytes\";i:4855;s:11:\"size_before\";i:126518;s:10:\"size_after\";i:121663;s:4:\"time\";d:0.05;}}}'),(28979,9073,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:759;s:4:\"file\";s:37:\"2019/09/blenheim-palace-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"blenheim-palace-buzz-demo-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:\"blenheim-palace-buzz-demo-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"blenheim-palace-buzz-demo-768x389.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:389;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"blenheim-palace-buzz-demo-1024x518.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"blenheim-palace-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28981,9070,'_thumbnail_id','9071'),(28982,9070,'_edit_last','14'),(28983,9070,'smpush_mute_activated','no'),(28985,9070,'_yoast_wpseo_primary_category','4'),(28986,9070,'_yoast_wpseo_primary_sub-category','8'),(28987,9070,'sponsored_url',''),(28988,9070,'_yoast_wpseo_content_score','30'),(28989,9070,'_yoast_wpseo_focuskeywords','[]'),(28990,9070,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(28991,9075,'_edit_lock','1568477650:14'),(28992,9075,'_yst_prominent_words_version','1'),(28993,9076,'_wp_attached_file','2019/09/antigua-cool-card-buzz-demo.jpg'),(28994,9076,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.693294388823396;s:5:\"bytes\";i:15216;s:11:\"size_before\";i:227332;s:10:\"size_after\";i:212116;s:4:\"time\";d:0.16000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.47;s:5:\"bytes\";i:366;s:11:\"size_before\";i:6696;s:10:\"size_after\";i:6330;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.82;s:5:\"bytes\";i:525;s:11:\"size_before\";i:10891;s:10:\"size_after\";i:10366;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.66;s:5:\"bytes\";i:3196;s:11:\"size_before\";i:48005;s:10:\"size_after\";i:44809;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.18;s:5:\"bytes\";i:5291;s:11:\"size_before\";i:73733;s:10:\"size_after\";i:68442;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.63;s:5:\"bytes\";i:5838;s:11:\"size_before\";i:88007;s:10:\"size_after\";i:82169;s:4:\"time\";d:0.05;}}}'),(28995,9076,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:843;s:4:\"file\";s:39:\"2019/09/antigua-cool-card-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"antigua-cool-card-buzz-demo-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:\"antigua-cool-card-buzz-demo-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:\"antigua-cool-card-buzz-demo-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:\"antigua-cool-card-buzz-demo-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"antigua-cool-card-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(28997,9075,'_thumbnail_id','9076'),(28998,9075,'_edit_last','14'),(28999,9075,'smpush_mute_activated','no'),(29001,9075,'_yoast_wpseo_primary_category','4'),(29002,9075,'_yoast_wpseo_primary_sub-category','8'),(29003,9075,'sponsored_url',''),(29004,9075,'_yoast_wpseo_content_score','60'),(29005,9075,'_yoast_wpseo_focuskeywords','[]'),(29006,9075,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(29009,9079,'_edit_lock','1568484247:14'),(29010,9079,'_yst_prominent_words_version','1'),(29011,9080,'_wp_attached_file','2019/09/jamaica-schoolboy-football-buzz-demo.jpg'),(29012,9080,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.395155247346694;s:5:\"bytes\";i:3226;s:11:\"size_before\";i:73399;s:10:\"size_after\";i:70173;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.56;s:5:\"bytes\";i:378;s:11:\"size_before\";i:6793;s:10:\"size_after\";i:6415;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94;s:5:\"bytes\";i:593;s:11:\"size_before\";i:12010;s:10:\"size_after\";i:11417;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.13;s:5:\"bytes\";i:2255;s:11:\"size_before\";i:54596;s:10:\"size_after\";i:52341;s:4:\"time\";d:0.03;}}}'),(29013,9080,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:521;s:4:\"file\";s:48:\"2019/09/jamaica-schoolboy-football-buzz-demo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"jamaica-schoolboy-football-buzz-demo-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:48:\"jamaica-schoolboy-football-buzz-demo-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"jamaica-schoolboy-football-buzz-demo-768x400.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:400;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:{}}}'),(29014,9081,'_wp_attached_file','2019/09/schoolboy-football-fixtures-buzz-1.jpg'),(29015,9081,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.979775876931238;s:5:\"bytes\";i:751;s:11:\"size_before\";i:15081;s:10:\"size_after\";i:14330;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45;s:5:\"bytes\";i:307;s:11:\"size_before\";i:5630;s:10:\"size_after\";i:5323;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7;s:5:\"bytes\";i:444;s:11:\"size_before\";i:9451;s:10:\"size_after\";i:9007;s:4:\"time\";d:0.01;}}}'),(29016,9081,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:765;s:6:\"height\";i:368;s:4:\"file\";s:46:\"2019/09/schoolboy-football-fixtures-buzz-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"schoolboy-football-fixtures-buzz-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:46:\"schoolboy-football-fixtures-buzz-1-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568458777\";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:{}}}'),(29017,9082,'_wp_attached_file','2019/09/schoolboy-football-fixtures-buzz-2.jpg'),(29018,9082,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.1357556398482735;s:5:\"bytes\";i:1029;s:11:\"size_before\";i:20036;s:10:\"size_after\";i:19007;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.36;s:5:\"bytes\";i:318;s:11:\"size_before\";i:5929;s:10:\"size_after\";i:5611;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:711;s:11:\"size_before\";i:14107;s:10:\"size_after\";i:13396;s:4:\"time\";d:0.01;}}}'),(29019,9082,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:509;s:6:\"height\";i:365;s:4:\"file\";s:46:\"2019/09/schoolboy-football-fixtures-buzz-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"schoolboy-football-fixtures-buzz-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:46:\"schoolboy-football-fixtures-buzz-2-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568458932\";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:{}}}'),(29020,9083,'_wp_attached_file','2019/09/schoolboy-football-fixtures-buzz-3.jpg'),(29021,9083,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.346573720899645;s:5:\"bytes\";i:813;s:11:\"size_before\";i:15206;s:10:\"size_after\";i:14393;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:300;s:11:\"size_before\";i:5497;s:10:\"size_after\";i:5197;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.28;s:5:\"bytes\";i:513;s:11:\"size_before\";i:9709;s:10:\"size_after\";i:9196;s:4:\"time\";d:0.01;}}}'),(29022,9083,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:762;s:6:\"height\";i:366;s:4:\"file\";s:46:\"2019/09/schoolboy-football-fixtures-buzz-3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"schoolboy-football-fixtures-buzz-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:46:\"schoolboy-football-fixtures-buzz-3-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568458985\";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:{}}}'),(29023,9084,'_wp_attached_file','2019/09/schoolboy-football-fixtures-buzz-4.jpg'),(29024,9084,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.912868632707775;s:5:\"bytes\";i:733;s:11:\"size_before\";i:14920;s:10:\"size_after\";i:14187;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19;s:5:\"bytes\";i:282;s:11:\"size_before\";i:5437;s:10:\"size_after\";i:5155;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.76;s:5:\"bytes\";i:451;s:11:\"size_before\";i:9483;s:10:\"size_after\";i:9032;s:4:\"time\";d:0.01;}}}'),(29025,9084,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:762;s:6:\"height\";i:363;s:4:\"file\";s:46:\"2019/09/schoolboy-football-fixtures-buzz-4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"schoolboy-football-fixtures-buzz-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:46:\"schoolboy-football-fixtures-buzz-4-300x143.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568459056\";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:{}}}'),(29026,9085,'_wp_attached_file','2019/09/schoolboy-football-fixtures-buzz-5.jpg'),(29027,9085,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.8224025542104565;s:5:\"bytes\";i:725;s:11:\"size_before\";i:15034;s:10:\"size_after\";i:14309;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.73;s:5:\"bytes\";i:259;s:11:\"size_before\";i:5474;s:10:\"size_after\";i:5215;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87;s:5:\"bytes\";i:466;s:11:\"size_before\";i:9560;s:10:\"size_after\";i:9094;s:4:\"time\";d:0.01;}}}'),(29028,9085,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:759;s:6:\"height\";i:359;s:4:\"file\";s:46:\"2019/09/schoolboy-football-fixtures-buzz-5.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"schoolboy-football-fixtures-buzz-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:46:\"schoolboy-football-fixtures-buzz-5-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568459132\";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:{}}}'),(29030,9079,'_thumbnail_id','9080'),(29031,9079,'_edit_last','14'),(29032,9079,'smpush_mute_activated','no'),(29034,9079,'_yoast_wpseo_primary_category','2'),(29035,9079,'_yoast_wpseo_primary_sub-category','5'),(29036,9079,'sponsored_url',''),(29037,9079,'_yoast_wpseo_content_score','90'),(29038,9079,'_yoast_wpseo_focuskeywords','[]'),(29039,9079,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(29043,9088,'_edit_lock','1568481000:14'),(29044,9088,'_yst_prominent_words_version','1'),(29045,9089,'_wp_attached_file','2019/09/dolby-theatre-hollywodd-buzz-demo.jpg'),(29046,9089,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.274034788255124;s:5:\"bytes\";i:27128;s:11:\"size_before\";i:514369;s:10:\"size_after\";i:487241;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.56;s:5:\"bytes\";i:725;s:11:\"size_before\";i:9593;s:10:\"size_after\";i:8868;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.65;s:5:\"bytes\";i:1484;s:11:\"size_before\";i:22306;s:10:\"size_after\";i:20822;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.56;s:5:\"bytes\";i:6424;s:11:\"size_before\";i:115497;s:10:\"size_after\";i:109073;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.07;s:5:\"bytes\";i:9390;s:11:\"size_before\";i:185064;s:10:\"size_after\";i:175674;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.01;s:5:\"bytes\";i:9105;s:11:\"size_before\";i:181909;s:10:\"size_after\";i:172804;s:4:\"time\";d:0.05;}}}'),(29047,9089,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:45:\"2019/09/dolby-theatre-hollywodd-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"dolby-theatre-hollywodd-buzz-demo-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:45:\"dolby-theatre-hollywodd-buzz-demo-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:45:\"dolby-theatre-hollywodd-buzz-demo-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:46:\"dolby-theatre-hollywodd-buzz-demo-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"dolby-theatre-hollywodd-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:9:\"Mike Hume\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1479563016\";s:9:\"copyright\";s:20:\"Copyright: Mike Hume\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:3:\"0.5\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29048,9090,'_wp_attached_file','2019/09/lamas-buzz-demo.jpg'),(29049,9090,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.300038817851576;s:5:\"bytes\";i:22956;s:11:\"size_before\";i:172601;s:10:\"size_after\";i:149645;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.81;s:5:\"bytes\";i:587;s:11:\"size_before\";i:7516;s:10:\"size_after\";i:6929;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.77;s:5:\"bytes\";i:975;s:11:\"size_before\";i:11114;s:10:\"size_after\";i:10139;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.87;s:5:\"bytes\";i:4858;s:11:\"size_before\";i:37749;s:10:\"size_after\";i:32891;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.05;s:5:\"bytes\";i:7706;s:11:\"size_before\";i:54852;s:10:\"size_after\";i:47146;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.39;s:5:\"bytes\";i:8830;s:11:\"size_before\";i:61370;s:10:\"size_after\";i:52540;s:4:\"time\";d:0.07;}}}'),(29050,9090,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:843;s:4:\"file\";s:27:\"2019/09/lamas-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"lamas-buzz-demo-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:\"lamas-buzz-demo-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:27:\"lamas-buzz-demo-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:28:\"lamas-buzz-demo-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"lamas-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(29051,9091,'_edit_lock','1568488058:4'),(29052,9091,'_yst_prominent_words_version','1'),(29054,9088,'_thumbnail_id','7537'),(29055,9088,'_edit_last','14'),(29056,9088,'smpush_mute_activated','no'),(29058,9088,'_yoast_wpseo_primary_category','2'),(29059,9088,'_yoast_wpseo_primary_sub-category','14'),(29060,9088,'sponsored_url',''),(29061,9088,'_yoast_wpseo_content_score','30'),(29062,9088,'_yoast_wpseo_focuskeywords','[]'),(29063,9088,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(29064,9093,'_edit_lock','1568483974:14'),(29065,9093,'_yst_prominent_words_version','1'),(29066,9094,'_wp_attached_file','2019/09/abandon-community.jpg'),(29067,9094,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:794888;s:11:\"size_before\";i:1081247;s:10:\"size_after\";i:286359;}'),(29068,9094,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.301697688688893;s:5:\"bytes\";i:20736;s:11:\"size_before\";i:391120;s:10:\"size_after\";i:370384;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1;s:5:\"bytes\";i:398;s:11:\"size_before\";i:6529;s:10:\"size_after\";i:6131;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.51;s:5:\"bytes\";i:800;s:11:\"size_before\";i:14526;s:10:\"size_after\";i:13726;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.31;s:5:\"bytes\";i:4396;s:11:\"size_before\";i:82859;s:10:\"size_after\";i:78463;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.27;s:5:\"bytes\";i:7598;s:11:\"size_before\";i:144093;s:10:\"size_after\";i:136495;s:4:\"time\";d:0.08;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.27;s:5:\"bytes\";i:7544;s:11:\"size_before\";i:143113;s:10:\"size_after\";i:135569;s:4:\"time\";d:0.05;}}}'),(29069,9094,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:29:\"2019/09/abandon-community.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"abandon-community-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:\"abandon-community-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:29:\"abandon-community-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:30:\"abandon-community-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"abandon-community-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS Rebel T6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568387342\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29070,9095,'_wp_attached_file','2019/09/peter-meeting-with-miners.jpg'),(29071,9095,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:816067;s:11:\"size_before\";i:1096974;s:10:\"size_after\";i:280907;}'),(29072,9095,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.109673715527035;s:5:\"bytes\";i:21005;s:11:\"size_before\";i:411083;s:10:\"size_after\";i:390078;s:4:\"time\";d:0.24;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8;s:5:\"bytes\";i:544;s:11:\"size_before\";i:7997;s:10:\"size_after\";i:7453;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.35;s:5:\"bytes\";i:1200;s:11:\"size_before\";i:18889;s:10:\"size_after\";i:17689;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.24;s:5:\"bytes\";i:4762;s:11:\"size_before\";i:90800;s:10:\"size_after\";i:86038;s:4:\"time\";d:0.08;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.98;s:5:\"bytes\";i:7379;s:11:\"size_before\";i:148067;s:10:\"size_after\";i:140688;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9;s:5:\"bytes\";i:7120;s:11:\"size_before\";i:145330;s:10:\"size_after\";i:138210;s:4:\"time\";d:0.06;}}}'),(29073,9095,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:37:\"2019/09/peter-meeting-with-miners.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"peter-meeting-with-miners-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:\"peter-meeting-with-miners-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:37:\"peter-meeting-with-miners-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:38:\"peter-meeting-with-miners-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"peter-meeting-with-miners-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS Rebel T6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568384365\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29074,9096,'_wp_attached_file','2019/09/peter-meeting-resdident-of-gibratlar.jpg'),(29075,9096,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:672850;s:11:\"size_before\";i:853873;s:10:\"size_after\";i:181023;}'),(29076,9096,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.6317679677062533;s:5:\"bytes\";i:7328;s:11:\"size_before\";i:278444;s:10:\"size_after\";i:271116;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:369;s:11:\"size_before\";i:6714;s:10:\"size_after\";i:6345;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.43;s:5:\"bytes\";i:639;s:11:\"size_before\";i:14431;s:10:\"size_after\";i:13792;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.65;s:5:\"bytes\";i:1632;s:11:\"size_before\";i:61627;s:10:\"size_after\";i:59995;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.36;s:5:\"bytes\";i:2316;s:11:\"size_before\";i:98256;s:10:\"size_after\";i:95940;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.43;s:5:\"bytes\";i:2372;s:11:\"size_before\";i:97416;s:10:\"size_after\";i:95044;s:4:\"time\";d:0.03;}}}'),(29077,9096,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:48:\"2019/09/peter-meeting-resdident-of-gibratlar.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"peter-meeting-resdident-of-gibratlar-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:48:\"peter-meeting-resdident-of-gibratlar-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:48:\"peter-meeting-resdident-of-gibratlar-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:49:\"peter-meeting-resdident-of-gibratlar-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"peter-meeting-resdident-of-gibratlar-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS Rebel T6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568388205\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29078,9097,'_wp_attached_file','2019/09/mining-hole.jpg'),(29079,9097,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:546401;s:11:\"size_before\";i:895591;s:10:\"size_after\";i:349190;}'),(29080,9097,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.38527631405191;s:5:\"bytes\";i:29979;s:11:\"size_before\";i:469502;s:10:\"size_after\";i:439523;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1;s:5:\"bytes\";i:410;s:11:\"size_before\";i:6724;s:10:\"size_after\";i:6314;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.99;s:5:\"bytes\";i:960;s:11:\"size_before\";i:16033;s:10:\"size_after\";i:15073;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.52;s:5:\"bytes\";i:6493;s:11:\"size_before\";i:99603;s:10:\"size_after\";i:93110;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.47;s:5:\"bytes\";i:11345;s:11:\"size_before\";i:175215;s:10:\"size_after\";i:163870;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.26;s:5:\"bytes\";i:10771;s:11:\"size_before\";i:171927;s:10:\"size_after\";i:161156;s:4:\"time\";d:0.06;}}}'),(29081,9097,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:23:\"2019/09/mining-hole.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"mining-hole-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:\"mining-hole-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:23:\"mining-hole-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:24:\"mining-hole-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"mining-hole-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS Rebel T6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568387303\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"23\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29082,9091,'_edit_last','4'),(29083,9091,'smpush_mute_activated','no'),(29084,9091,'_yoast_wpseo_primary_category','4'),(29085,9091,'_yoast_wpseo_primary_sub-category','15'),(29086,9091,'sponsored_url',''),(29087,9091,'_yoast_wpseo_content_score','30'),(29088,9091,'_yoast_wpseo_focuskeywords','[]'),(29089,9091,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(29090,9100,'_wp_attached_file','2019/09/schoolboy-football-group-e-standings-buzz.jpg'),(29091,9100,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.23045489431434;s:5:\"bytes\";i:4932;s:11:\"size_before\";i:48209;s:10:\"size_after\";i:43277;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.24;s:5:\"bytes\";i:379;s:11:\"size_before\";i:3372;s:10:\"size_after\";i:2993;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.25;s:5:\"bytes\";i:1042;s:11:\"size_before\";i:10161;s:10:\"size_after\";i:9119;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.13;s:5:\"bytes\";i:3511;s:11:\"size_before\";i:34676;s:10:\"size_after\";i:31165;s:4:\"time\";d:0.02;}}}'),(29092,9100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:854;s:6:\"height\";i:480;s:4:\"file\";s:53:\"2019/09/schoolboy-football-group-e-standings-buzz.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"schoolboy-football-group-e-standings-buzz-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:\"schoolboy-football-group-e-standings-buzz-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:53:\"schoolboy-football-group-e-standings-buzz-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:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568463188\";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:{}}}'),(29094,9093,'_thumbnail_id','7805'),(29095,9093,'_edit_last','14'),(29096,9093,'smpush_mute_activated','no'),(29098,9093,'_yoast_wpseo_primary_category','4'),(29099,9093,'_yoast_wpseo_primary_sub-category','5'),(29100,9093,'sponsored_url',''),(29101,9093,'_yoast_wpseo_content_score','90'),(29102,9093,'_yoast_wpseo_focuskeywords','[]'),(29103,9093,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(29106,9104,'_edit_lock','1568486016:14'),(29107,9104,'_yst_prominent_words_version','1'),(29108,9105,'_wp_attached_file','2019/09/schoolboy-dacosta-cup-fixtures-buzz-15.jpg'),(29109,9105,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.704034391534392;s:5:\"bytes\";i:569;s:11:\"size_before\";i:12096;s:10:\"size_after\";i:11527;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:228;s:11:\"size_before\";i:4598;s:10:\"size_after\";i:4370;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.55;s:5:\"bytes\";i:341;s:11:\"size_before\";i:7498;s:10:\"size_after\";i:7157;s:4:\"time\";d:0.01;}}}'),(29110,9105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:761;s:6:\"height\";i:396;s:4:\"file\";s:50:\"2019/09/schoolboy-dacosta-cup-fixtures-buzz-15.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"schoolboy-dacosta-cup-fixtures-buzz-15-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:50:\"schoolboy-dacosta-cup-fixtures-buzz-15-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568467376\";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:{}}}'),(29111,9106,'_wp_attached_file','2019/09/schoolboy-dacosta-cup-fixtures-buzz-14.jpg'),(29112,9106,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.157339302846178;s:5:\"bytes\";i:650;s:11:\"size_before\";i:15635;s:10:\"size_after\";i:14985;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.08;s:5:\"bytes\";i:245;s:11:\"size_before\";i:4825;s:10:\"size_after\";i:4580;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:405;s:11:\"size_before\";i:10810;s:10:\"size_after\";i:10405;s:4:\"time\";d:0.01;}}}'),(29113,9106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:504;s:6:\"height\";i:396;s:4:\"file\";s:50:\"2019/09/schoolboy-dacosta-cup-fixtures-buzz-14.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"schoolboy-dacosta-cup-fixtures-buzz-14-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:50:\"schoolboy-dacosta-cup-fixtures-buzz-14-300x236.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568467335\";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:{}}}'),(29114,9107,'_wp_attached_file','2019/09/schoolboy-dacosta-cup-fixtures-buzz-13.jpg'),(29115,9107,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.435483870967742;s:5:\"bytes\";i:495;s:11:\"size_before\";i:11160;s:10:\"size_after\";i:10665;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.33;s:5:\"bytes\";i:162;s:11:\"size_before\";i:3743;s:10:\"size_after\";i:3581;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.49;s:5:\"bytes\";i:333;s:11:\"size_before\";i:7417;s:10:\"size_after\";i:7084;s:4:\"time\";d:0.02;}}}'),(29116,9107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:255;s:6:\"height\";i:396;s:4:\"file\";s:50:\"2019/09/schoolboy-dacosta-cup-fixtures-buzz-13.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"schoolboy-dacosta-cup-fixtures-buzz-13-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:50:\"schoolboy-dacosta-cup-fixtures-buzz-13-193x300.jpg\";s:5:\"width\";i:193;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:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568467283\";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:{}}}'),(29117,9108,'_wp_attached_file','2019/09/schoolboy-dacosta-cup-fixtures-buzz-12.jpg'),(29118,9108,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.544881492687846;s:5:\"bytes\";i:721;s:11:\"size_before\";i:15864;s:10:\"size_after\";i:15143;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.06;s:5:\"bytes\";i:250;s:11:\"size_before\";i:4937;s:10:\"size_after\";i:4687;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.31;s:5:\"bytes\";i:471;s:11:\"size_before\";i:10927;s:10:\"size_after\";i:10456;s:4:\"time\";d:0.02;}}}'),(29119,9108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:508;s:6:\"height\";i:399;s:4:\"file\";s:50:\"2019/09/schoolboy-dacosta-cup-fixtures-buzz-12.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"schoolboy-dacosta-cup-fixtures-buzz-12-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:50:\"schoolboy-dacosta-cup-fixtures-buzz-12-300x236.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568467243\";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:{}}}'),(29120,9109,'_wp_attached_file','2019/09/schoolboy-dacosta-cup-fixtures-buzz-11.jpg'),(29121,9109,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.348656564370304;s:5:\"bytes\";i:683;s:11:\"size_before\";i:15706;s:10:\"size_after\";i:15023;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.49;s:5:\"bytes\";i:220;s:11:\"size_before\";i:4901;s:10:\"size_after\";i:4681;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.29;s:5:\"bytes\";i:463;s:11:\"size_before\";i:10805;s:10:\"size_after\";i:10342;s:4:\"time\";d:0.01;}}}'),(29122,9109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:502;s:6:\"height\";i:393;s:4:\"file\";s:50:\"2019/09/schoolboy-dacosta-cup-fixtures-buzz-11.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"schoolboy-dacosta-cup-fixtures-buzz-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:50:\"schoolboy-dacosta-cup-fixtures-buzz-11-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568467207\";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:{}}}'),(29123,9110,'_wp_attached_file','2019/09/schoolboy-dacosta-cup-fixtures-buzz-10.jpg'),(29124,9110,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.094145569620253;s:5:\"bytes\";i:621;s:11:\"size_before\";i:15168;s:10:\"size_after\";i:14547;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.41;s:5:\"bytes\";i:207;s:11:\"size_before\";i:4694;s:10:\"size_after\";i:4487;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95;s:5:\"bytes\";i:414;s:11:\"size_before\";i:10474;s:10:\"size_after\";i:10060;s:4:\"time\";d:0.01;}}}'),(29125,9110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:509;s:6:\"height\";i:390;s:4:\"file\";s:50:\"2019/09/schoolboy-dacosta-cup-fixtures-buzz-10.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"schoolboy-dacosta-cup-fixtures-buzz-10-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:50:\"schoolboy-dacosta-cup-fixtures-buzz-10-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568467165\";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:{}}}'),(29126,9111,'_wp_attached_file','2019/09/schoolboy-dacosta-cup-fixtures-buzz-9.jpg'),(29127,9111,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.248738401432525;s:5:\"bytes\";i:522;s:11:\"size_before\";i:12286;s:10:\"size_after\";i:11764;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.89;s:5:\"bytes\";i:230;s:11:\"size_before\";i:4707;s:10:\"size_after\";i:4477;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.85;s:5:\"bytes\";i:292;s:11:\"size_before\";i:7579;s:10:\"size_after\";i:7287;s:4:\"time\";d:0.01;}}}'),(29128,9111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:760;s:6:\"height\";i:398;s:4:\"file\";s:49:\"2019/09/schoolboy-dacosta-cup-fixtures-buzz-9.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"schoolboy-dacosta-cup-fixtures-buzz-9-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:\"schoolboy-dacosta-cup-fixtures-buzz-9-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568467092\";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:{}}}'),(29129,9112,'_wp_attached_file','2019/09/schoolboy-dacosta-cup-fixtures-buzz-8.jpg'),(29130,9112,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.197080291970803;s:5:\"bytes\";i:667;s:11:\"size_before\";i:15892;s:10:\"size_after\";i:15225;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.03;s:5:\"bytes\";i:249;s:11:\"size_before\";i:4953;s:10:\"size_after\";i:4704;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.82;s:5:\"bytes\";i:418;s:11:\"size_before\";i:10939;s:10:\"size_after\";i:10521;s:4:\"time\";d:0.01;}}}'),(29131,9112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:506;s:6:\"height\";i:394;s:4:\"file\";s:49:\"2019/09/schoolboy-dacosta-cup-fixtures-buzz-8.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"schoolboy-dacosta-cup-fixtures-buzz-8-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:\"schoolboy-dacosta-cup-fixtures-buzz-8-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568467040\";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:{}}}'),(29132,9113,'_wp_attached_file','2019/09/schoolboy-dacosta-cup-fixtures-buzz-7.jpg'),(29133,9113,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.357333765287114;s:5:\"bytes\";i:538;s:11:\"size_before\";i:12347;s:10:\"size_after\";i:11809;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.65;s:5:\"bytes\";i:217;s:11:\"size_before\";i:4668;s:10:\"size_after\";i:4451;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.18;s:5:\"bytes\";i:321;s:11:\"size_before\";i:7679;s:10:\"size_after\";i:7358;s:4:\"time\";d:0.01;}}}'),(29134,9113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:758;s:6:\"height\";i:393;s:4:\"file\";s:49:\"2019/09/schoolboy-dacosta-cup-fixtures-buzz-7.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"schoolboy-dacosta-cup-fixtures-buzz-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:49:\"schoolboy-dacosta-cup-fixtures-buzz-7-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568466997\";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:{}}}'),(29135,9114,'_wp_attached_file','2019/09/schoolboy-dacosta-cup-fixtures-buzz-6.jpg'),(29136,9114,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.136529865908168;s:5:\"bytes\";i:509;s:11:\"size_before\";i:12305;s:10:\"size_after\";i:11796;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.76;s:5:\"bytes\";i:219;s:11:\"size_before\";i:4602;s:10:\"size_after\";i:4383;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.76;s:5:\"bytes\";i:290;s:11:\"size_before\";i:7703;s:10:\"size_after\";i:7413;s:4:\"time\";d:0.01;}}}'),(29137,9114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:752;s:6:\"height\";i:395;s:4:\"file\";s:49:\"2019/09/schoolboy-dacosta-cup-fixtures-buzz-6.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"schoolboy-dacosta-cup-fixtures-buzz-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:49:\"schoolboy-dacosta-cup-fixtures-buzz-6-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568466944\";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:{}}}'),(29138,9115,'_wp_attached_file','2019/09/schoolboy-dacosta-cup-fixtures-buzz-5.jpg'),(29139,9115,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.748062015503876;s:5:\"bytes\";i:588;s:11:\"size_before\";i:12384;s:10:\"size_after\";i:11796;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.93;s:5:\"bytes\";i:236;s:11:\"size_before\";i:4785;s:10:\"size_after\";i:4549;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.63;s:5:\"bytes\";i:352;s:11:\"size_before\";i:7599;s:10:\"size_after\";i:7247;s:4:\"time\";d:0.01;}}}'),(29140,9115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:761;s:6:\"height\";i:396;s:4:\"file\";s:49:\"2019/09/schoolboy-dacosta-cup-fixtures-buzz-5.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"schoolboy-dacosta-cup-fixtures-buzz-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:49:\"schoolboy-dacosta-cup-fixtures-buzz-5-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568466872\";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:{}}}'),(29141,9116,'_wp_attached_file','2019/09/schoolboy-dacosta-cup-fixtures-buzz-4.jpg'),(29142,9116,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.400520579144298;s:5:\"bytes\";i:541;s:11:\"size_before\";i:12294;s:10:\"size_after\";i:11753;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95;s:5:\"bytes\";i:236;s:11:\"size_before\";i:4768;s:10:\"size_after\";i:4532;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.05;s:5:\"bytes\";i:305;s:11:\"size_before\";i:7526;s:10:\"size_after\";i:7221;s:4:\"time\";d:0.01;}}}'),(29143,9116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:758;s:6:\"height\";i:397;s:4:\"file\";s:49:\"2019/09/schoolboy-dacosta-cup-fixtures-buzz-4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"schoolboy-dacosta-cup-fixtures-buzz-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:49:\"schoolboy-dacosta-cup-fixtures-buzz-4-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568466825\";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:{}}}'),(29144,9117,'_wp_attached_file','2019/09/schoolboy-dacosta-cup-fixtures-buzz-4-1.jpg'),(29145,9117,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.400520579144298;s:5:\"bytes\";i:541;s:11:\"size_before\";i:12294;s:10:\"size_after\";i:11753;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95;s:5:\"bytes\";i:236;s:11:\"size_before\";i:4768;s:10:\"size_after\";i:4532;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.05;s:5:\"bytes\";i:305;s:11:\"size_before\";i:7526;s:10:\"size_after\";i:7221;s:4:\"time\";d:0.01;}}}'),(29146,9117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:758;s:6:\"height\";i:397;s:4:\"file\";s:51:\"2019/09/schoolboy-dacosta-cup-fixtures-buzz-4-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"schoolboy-dacosta-cup-fixtures-buzz-4-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:51:\"schoolboy-dacosta-cup-fixtures-buzz-4-1-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568466825\";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:{}}}'),(29147,9118,'_wp_attached_file','2019/09/schoolboy-dacosta-cup-fixtures-buzz-3.jpg'),(29148,9118,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.85072944712291;s:5:\"bytes\";i:615;s:11:\"size_before\";i:15971;s:10:\"size_after\";i:15356;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45;s:5:\"bytes\";i:219;s:11:\"size_before\";i:4925;s:10:\"size_after\";i:4706;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.59;s:5:\"bytes\";i:396;s:11:\"size_before\";i:11046;s:10:\"size_after\";i:10650;s:4:\"time\";d:0.02;}}}'),(29149,9118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:504;s:6:\"height\";i:396;s:4:\"file\";s:49:\"2019/09/schoolboy-dacosta-cup-fixtures-buzz-3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"schoolboy-dacosta-cup-fixtures-buzz-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:49:\"schoolboy-dacosta-cup-fixtures-buzz-3-300x236.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568466757\";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:{}}}'),(29150,9119,'_wp_attached_file','2019/09/schoolboy-dacosta-cup-fixtures-buzz-2.jpg'),(29151,9119,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.233754570530502;s:5:\"bytes\";i:660;s:11:\"size_before\";i:15589;s:10:\"size_after\";i:14929;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:232;s:11:\"size_before\";i:4842;s:10:\"size_after\";i:4610;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:428;s:11:\"size_before\";i:10747;s:10:\"size_after\";i:10319;s:4:\"time\";d:0.01;}}}'),(29152,9119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:511;s:6:\"height\";i:393;s:4:\"file\";s:49:\"2019/09/schoolboy-dacosta-cup-fixtures-buzz-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"schoolboy-dacosta-cup-fixtures-buzz-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:\"schoolboy-dacosta-cup-fixtures-buzz-2-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568466694\";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:{}}}'),(29153,9120,'_wp_attached_file','2019/09/schoolboy-dacosta-cup-fixtures-buzz-1.jpg'),(29154,9120,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.521147301895965;s:5:\"bytes\";i:558;s:11:\"size_before\";i:12342;s:10:\"size_after\";i:11784;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.59;s:5:\"bytes\";i:210;s:11:\"size_before\";i:4574;s:10:\"size_after\";i:4364;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.48;s:5:\"bytes\";i:348;s:11:\"size_before\";i:7768;s:10:\"size_after\";i:7420;s:4:\"time\";d:0.01;}}}'),(29155,9120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:765;s:6:\"height\";i:393;s:4:\"file\";s:49:\"2019/09/schoolboy-dacosta-cup-fixtures-buzz-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"schoolboy-dacosta-cup-fixtures-buzz-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:49:\"schoolboy-dacosta-cup-fixtures-buzz-1-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:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568466616\";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:{}}}'),(29157,9104,'_thumbnail_id','9080'),(29158,9104,'_edit_last','14'),(29159,9104,'smpush_mute_activated','no'),(29161,9104,'_yoast_wpseo_primary_category','2'),(29162,9104,'_yoast_wpseo_primary_sub-category','5'),(29163,9104,'sponsored_url',''),(29164,9104,'_yoast_wpseo_content_score','90'),(29165,9104,'_yoast_wpseo_focuskeywords','[]'),(29166,9104,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(29172,9091,'_thumbnail_id','9097'),(29174,9125,'_edit_lock','1568496346:4'),(29175,9125,'_yst_prominent_words_version','1'),(29176,9125,'_edit_last','4'),(29177,9125,'smpush_mute_activated','no'),(29178,9125,'_yoast_wpseo_primary_category','4'),(29179,9125,'_yoast_wpseo_primary_sub-category','13'),(29180,9125,'sponsored_url',''),(29181,9125,'_yoast_wpseo_content_score','30'),(29182,9125,'_yoast_wpseo_focuskeywords','[]'),(29183,9125,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(29184,9127,'_wp_attached_file','2019/09/yoni-epstein-miss-kitty.jpg'),(29185,9127,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:762196;s:11:\"size_before\";i:891086;s:10:\"size_after\";i:128890;}'),(29186,9127,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.5799092419470826;s:5:\"bytes\";i:5202;s:11:\"size_before\";i:201635;s:10:\"size_after\";i:196433;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.56;s:5:\"bytes\";i:350;s:11:\"size_before\";i:6297;s:10:\"size_after\";i:5947;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.99;s:5:\"bytes\";i:440;s:11:\"size_before\";i:11021;s:10:\"size_after\";i:10581;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.39;s:5:\"bytes\";i:1077;s:11:\"size_before\";i:45012;s:10:\"size_after\";i:43935;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.39;s:5:\"bytes\";i:1677;s:11:\"size_before\";i:70186;s:10:\"size_after\";i:68509;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4;s:5:\"bytes\";i:1658;s:11:\"size_before\";i:69119;s:10:\"size_after\";i:67461;s:4:\"time\";d:0.04;}}}'),(29187,9127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2019/09/yoni-epstein-miss-kitty.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"yoni-epstein-miss-kitty-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:\"yoni-epstein-miss-kitty-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:35:\"yoni-epstein-miss-kitty-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:36:\"yoni-epstein-miss-kitty-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"yoni-epstein-miss-kitty-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568466276\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"90\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29188,9128,'_wp_attached_file','2019/09/itelbpo3.jpg'),(29189,9128,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1003509;s:11:\"size_before\";i:1233414;s:10:\"size_after\";i:229905;}'),(29190,9128,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.009970977924963;s:5:\"bytes\";i:14494;s:11:\"size_before\";i:361449;s:10:\"size_after\";i:346955;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.31;s:5:\"bytes\";i:495;s:11:\"size_before\";i:7849;s:10:\"size_after\";i:7354;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.93;s:5:\"bytes\";i:1076;s:11:\"size_before\";i:18141;s:10:\"size_after\";i:17065;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.22;s:5:\"bytes\";i:3420;s:11:\"size_before\";i:81137;s:10:\"size_after\";i:77717;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:4753;s:11:\"size_before\";i:127381;s:10:\"size_after\";i:122628;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.74;s:5:\"bytes\";i:4750;s:11:\"size_before\";i:126941;s:10:\"size_after\";i:122191;s:4:\"time\";d:0.05;}}}'),(29191,9128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2019/09/itelbpo3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"itelbpo3-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:\"itelbpo3-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:20:\"itelbpo3-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:21:\"itelbpo3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"itelbpo3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568466277\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29192,9129,'_wp_attached_file','2019/09/itelbpo4.jpg'),(29193,9129,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:796823;s:11:\"size_before\";i:945899;s:10:\"size_after\";i:149076;}'),(29194,9129,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9102444289418608;s:5:\"bytes\";i:6633;s:11:\"size_before\";i:227919;s:10:\"size_after\";i:221286;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.11;s:5:\"bytes\";i:302;s:11:\"size_before\";i:5913;s:10:\"size_after\";i:5611;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87;s:5:\"bytes\";i:466;s:11:\"size_before\";i:12040;s:10:\"size_after\";i:11574;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.66;s:5:\"bytes\";i:1339;s:11:\"size_before\";i:50347;s:10:\"size_after\";i:49008;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8;s:5:\"bytes\";i:2234;s:11:\"size_before\";i:79717;s:10:\"size_after\";i:77483;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.87;s:5:\"bytes\";i:2292;s:11:\"size_before\";i:79902;s:10:\"size_after\";i:77610;s:4:\"time\";d:0.03;}}}'),(29195,9129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2019/09/itelbpo4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"itelbpo4-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:\"itelbpo4-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:20:\"itelbpo4-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:21:\"itelbpo4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"itelbpo4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568466266\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"80\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29197,9125,'_thumbnail_id','9127'),(29199,9131,'_edit_lock','1568499944:4'),(29200,9131,'_yst_prominent_words_version','1'),(29201,9131,'_edit_last','4'),(29202,9131,'smpush_mute_activated','no'),(29203,9131,'_yoast_wpseo_primary_category','4'),(29204,9131,'_yoast_wpseo_primary_sub-category','16'),(29205,9131,'sponsored_url',''),(29206,9131,'_yoast_wpseo_content_score','90'),(29207,9131,'_yoast_wpseo_focuskeywords','[]'),(29208,9131,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(29209,9131,'_thumbnail_id','6947'),(29212,9136,'_wp_attached_file','2019/09/bahamas-residents-outside-shelter.jpg'),(29213,9136,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:803003;s:11:\"size_before\";i:1052744;s:10:\"size_after\";i:249741;}'),(29214,9136,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.435155299222181;s:5:\"bytes\";i:16764;s:11:\"size_before\";i:377980;s:10:\"size_after\";i:361216;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8;s:5:\"bytes\";i:530;s:11:\"size_before\";i:7795;s:10:\"size_after\";i:7265;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.91;s:5:\"bytes\";i:1035;s:11:\"size_before\";i:17518;s:10:\"size_after\";i:16483;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.74;s:5:\"bytes\";i:3975;s:11:\"size_before\";i:83925;s:10:\"size_after\";i:79950;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.16;s:5:\"bytes\";i:5608;s:11:\"size_before\";i:134671;s:10:\"size_after\";i:129063;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.19;s:5:\"bytes\";i:5616;s:11:\"size_before\";i:134071;s:10:\"size_after\";i:128455;s:4:\"time\";d:0.04;}}}'),(29215,9136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:998;s:4:\"file\";s:45:\"2019/09/bahamas-residents-outside-shelter.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"bahamas-residents-outside-shelter-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:45:\"bahamas-residents-outside-shelter-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:45:\"bahamas-residents-outside-shelter-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"bahamas-residents-outside-shelter-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"bahamas-residents-outside-shelter-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"NIKON D4\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568061550\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"56\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29216,9137,'_wp_attached_file','2019/09/festival-queen-school-visit-buzz-7.jpg'),(29217,9137,'wpmf_size','472674'),(29218,9137,'wpmf_filetype','jpg'),(29219,9137,'wpmf_order','0'),(29220,9137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:46:\"2019/09/festival-queen-school-visit-buzz-7.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"festival-queen-school-visit-buzz-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:46:\"festival-queen-school-visit-buzz-7-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:46:\"festival-queen-school-visit-buzz-7-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:47:\"festival-queen-school-visit-buzz-7-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"festival-queen-school-visit-buzz-7-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(29221,9137,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.433375678663365;s:5:\"bytes\";i:17205;s:11:\"size_before\";i:388079;s:10:\"size_after\";i:370874;s:4:\"time\";d:0.16000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.48;s:5:\"bytes\";i:654;s:11:\"size_before\";i:8748;s:10:\"size_after\";i:8094;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.82;s:5:\"bytes\";i:1419;s:11:\"size_before\";i:20807;s:10:\"size_after\";i:19388;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.61;s:5:\"bytes\";i:4017;s:11:\"size_before\";i:87217;s:10:\"size_after\";i:83200;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.14;s:5:\"bytes\";i:5619;s:11:\"size_before\";i:135875;s:10:\"size_after\";i:130256;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.06;s:5:\"bytes\";i:5496;s:11:\"size_before\";i:135432;s:10:\"size_after\";i:129936;s:4:\"time\";d:0.05;}}}'),(29222,9138,'_wp_attached_file','2019/09/festival-queen-school-visit-buzz-6.jpg'),(29223,9138,'wpmf_size','457173'),(29224,9138,'wpmf_filetype','jpg'),(29225,9138,'wpmf_order','0'),(29226,9138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:46:\"2019/09/festival-queen-school-visit-buzz-6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"festival-queen-school-visit-buzz-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:46:\"festival-queen-school-visit-buzz-6-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:46:\"festival-queen-school-visit-buzz-6-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:47:\"festival-queen-school-visit-buzz-6-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"festival-queen-school-visit-buzz-6-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(29227,9138,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7736250751797664;s:5:\"bytes\";i:14180;s:11:\"size_before\";i:375766;s:10:\"size_after\";i:361586;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.82;s:5:\"bytes\";i:700;s:11:\"size_before\";i:8957;s:10:\"size_after\";i:8257;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.93;s:5:\"bytes\";i:1351;s:11:\"size_before\";i:19506;s:10:\"size_after\";i:18155;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.27;s:5:\"bytes\";i:3606;s:11:\"size_before\";i:84529;s:10:\"size_after\";i:80923;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29;s:5:\"bytes\";i:4367;s:11:\"size_before\";i:132691;s:10:\"size_after\";i:128324;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.19;s:5:\"bytes\";i:4156;s:11:\"size_before\";i:130083;s:10:\"size_after\";i:125927;s:4:\"time\";d:0.04;}}}'),(29228,9139,'_wp_attached_file','2019/09/festival-queen-school-visit-buzz-5.jpg'),(29229,9139,'wpmf_size','470563'),(29230,9139,'wpmf_filetype','jpg'),(29231,9139,'wpmf_order','0'),(29232,9139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:46:\"2019/09/festival-queen-school-visit-buzz-5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"festival-queen-school-visit-buzz-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:46:\"festival-queen-school-visit-buzz-5-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:46:\"festival-queen-school-visit-buzz-5-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:47:\"festival-queen-school-visit-buzz-5-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"festival-queen-school-visit-buzz-5-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(29233,9139,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.8141830499275535;s:5:\"bytes\";i:19869;s:11:\"size_before\";i:412718;s:10:\"size_after\";i:392849;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.37;s:5:\"bytes\";i:678;s:11:\"size_before\";i:9201;s:10:\"size_after\";i:8523;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:1422;s:11:\"size_before\";i:21727;s:10:\"size_after\";i:20305;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.06;s:5:\"bytes\";i:4788;s:11:\"size_before\";i:94659;s:10:\"size_after\";i:89871;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53;s:5:\"bytes\";i:6567;s:11:\"size_before\";i:144871;s:10:\"size_after\";i:138304;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.51;s:5:\"bytes\";i:6414;s:11:\"size_before\";i:142260;s:10:\"size_after\";i:135846;s:4:\"time\";d:0.07;}}}'),(29234,9140,'_wp_attached_file','2019/09/festival-queen-school-visit-buzz-4.jpg'),(29235,9140,'wpmf_size','434041'),(29236,9140,'wpmf_filetype','jpg'),(29237,9140,'wpmf_order','0'),(29238,9140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:46:\"2019/09/festival-queen-school-visit-buzz-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"festival-queen-school-visit-buzz-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:46:\"festival-queen-school-visit-buzz-4-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:46:\"festival-queen-school-visit-buzz-4-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:47:\"festival-queen-school-visit-buzz-4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"festival-queen-school-visit-buzz-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(29239,9140,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.395102773160241;s:5:\"bytes\";i:16657;s:11:\"size_before\";i:378990;s:10:\"size_after\";i:362333;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.64;s:5:\"bytes\";i:689;s:11:\"size_before\";i:9021;s:10:\"size_after\";i:8332;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.07;s:5:\"bytes\";i:1474;s:11:\"size_before\";i:20847;s:10:\"size_after\";i:19373;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.69;s:5:\"bytes\";i:4048;s:11:\"size_before\";i:86296;s:10:\"size_after\";i:82248;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:5222;s:11:\"size_before\";i:131782;s:10:\"size_after\";i:126560;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.99;s:5:\"bytes\";i:5224;s:11:\"size_before\";i:131044;s:10:\"size_after\";i:125820;s:4:\"time\";d:0.05;}}}'),(29240,9141,'_wp_attached_file','2019/09/festival-queen-school-visit-buzz-3.jpg'),(29241,9141,'wpmf_size','375154'),(29242,9141,'wpmf_filetype','jpg'),(29243,9141,'wpmf_order','0'),(29244,9141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:46:\"2019/09/festival-queen-school-visit-buzz-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"festival-queen-school-visit-buzz-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:46:\"festival-queen-school-visit-buzz-3-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:46:\"festival-queen-school-visit-buzz-3-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:47:\"festival-queen-school-visit-buzz-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"festival-queen-school-visit-buzz-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(29245,9141,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3009290208108157;s:5:\"bytes\";i:10567;s:11:\"size_before\";i:320122;s:10:\"size_after\";i:309555;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.99;s:5:\"bytes\";i:615;s:11:\"size_before\";i:8799;s:10:\"size_after\";i:8184;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.07;s:5:\"bytes\";i:1126;s:11:\"size_before\";i:18536;s:10:\"size_after\";i:17410;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.61;s:5:\"bytes\";i:2647;s:11:\"size_before\";i:73281;s:10:\"size_after\";i:70634;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.82;s:5:\"bytes\";i:3125;s:11:\"size_before\";i:110755;s:10:\"size_after\";i:107630;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.81;s:5:\"bytes\";i:3054;s:11:\"size_before\";i:108751;s:10:\"size_after\";i:105697;s:4:\"time\";d:0.05;}}}'),(29246,9142,'_wp_attached_file','2019/09/festival-queen-school-visit-buzz-2.jpg'),(29247,9142,'wpmf_size','355238'),(29248,9142,'wpmf_filetype','jpg'),(29249,9142,'wpmf_order','0'),(29250,9142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:46:\"2019/09/festival-queen-school-visit-buzz-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"festival-queen-school-visit-buzz-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:46:\"festival-queen-school-visit-buzz-2-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:46:\"festival-queen-school-visit-buzz-2-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:47:\"festival-queen-school-visit-buzz-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"festival-queen-school-visit-buzz-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(29251,9142,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1588486036096453;s:5:\"bytes\";i:9656;s:11:\"size_before\";i:305681;s:10:\"size_after\";i:296025;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04;s:5:\"bytes\";i:593;s:11:\"size_before\";i:8425;s:10:\"size_after\";i:7832;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.48;s:5:\"bytes\";i:916;s:11:\"size_before\";i:16727;s:10:\"size_after\";i:15811;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.41;s:5:\"bytes\";i:2343;s:11:\"size_before\";i:68700;s:10:\"size_after\";i:66357;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.74;s:5:\"bytes\";i:2891;s:11:\"size_before\";i:105484;s:10:\"size_after\";i:102593;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.74;s:5:\"bytes\";i:2913;s:11:\"size_before\";i:106345;s:10:\"size_after\";i:103432;s:4:\"time\";d:0.03;}}}'),(29252,9143,'_wp_attached_file','2019/09/festival-queen-school-visit-buzz-1.jpg'),(29253,9143,'wpmf_size','297417'),(29254,9143,'wpmf_filetype','jpg'),(29255,9143,'wpmf_order','0'),(29256,9143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:46:\"2019/09/festival-queen-school-visit-buzz-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"festival-queen-school-visit-buzz-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:46:\"festival-queen-school-visit-buzz-1-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:46:\"festival-queen-school-visit-buzz-1-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:47:\"festival-queen-school-visit-buzz-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"festival-queen-school-visit-buzz-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(29257,9143,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.742933042708262;s:5:\"bytes\";i:9891;s:11:\"size_before\";i:264258;s:10:\"size_after\";i:254367;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.33;s:5:\"bytes\";i:694;s:11:\"size_before\";i:8330;s:10:\"size_after\";i:7636;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:1031;s:11:\"size_before\";i:16383;s:10:\"size_after\";i:15352;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8;s:5:\"bytes\";i:2277;s:11:\"size_before\";i:59894;s:10:\"size_after\";i:57617;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.23;s:5:\"bytes\";i:2916;s:11:\"size_before\";i:90290;s:10:\"size_after\";i:87374;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.33;s:5:\"bytes\";i:2973;s:11:\"size_before\";i:89361;s:10:\"size_after\";i:86388;s:4:\"time\";d:0.04;}}}'),(29258,9144,'_wp_attached_file','2019/09/festival-queen-school-visit-buzz-3-1.jpg'),(29259,9144,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3009290208108157;s:5:\"bytes\";i:10567;s:11:\"size_before\";i:320122;s:10:\"size_after\";i:309555;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.99;s:5:\"bytes\";i:615;s:11:\"size_before\";i:8799;s:10:\"size_after\";i:8184;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.07;s:5:\"bytes\";i:1126;s:11:\"size_before\";i:18536;s:10:\"size_after\";i:17410;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.61;s:5:\"bytes\";i:2647;s:11:\"size_before\";i:73281;s:10:\"size_after\";i:70634;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.82;s:5:\"bytes\";i:3125;s:11:\"size_before\";i:110755;s:10:\"size_after\";i:107630;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.81;s:5:\"bytes\";i:3054;s:11:\"size_before\";i:108751;s:10:\"size_after\";i:105697;s:4:\"time\";d:0.04;}}}'),(29260,9144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:48:\"2019/09/festival-queen-school-visit-buzz-3-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"festival-queen-school-visit-buzz-3-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:48:\"festival-queen-school-visit-buzz-3-1-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:48:\"festival-queen-school-visit-buzz-3-1-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:49:\"festival-queen-school-visit-buzz-3-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"festival-queen-school-visit-buzz-3-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(29261,9145,'_wp_attached_file','2019/09/festival-queen-school-visit-buzz-5-1.jpg'),(29262,9145,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.8141830499275535;s:5:\"bytes\";i:19869;s:11:\"size_before\";i:412718;s:10:\"size_after\";i:392849;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.37;s:5:\"bytes\";i:678;s:11:\"size_before\";i:9201;s:10:\"size_after\";i:8523;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:1422;s:11:\"size_before\";i:21727;s:10:\"size_after\";i:20305;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.06;s:5:\"bytes\";i:4788;s:11:\"size_before\";i:94659;s:10:\"size_after\";i:89871;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53;s:5:\"bytes\";i:6567;s:11:\"size_before\";i:144871;s:10:\"size_after\";i:138304;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.51;s:5:\"bytes\";i:6414;s:11:\"size_before\";i:142260;s:10:\"size_after\";i:135846;s:4:\"time\";d:0.05;}}}'),(29263,9145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:48:\"2019/09/festival-queen-school-visit-buzz-5-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"festival-queen-school-visit-buzz-5-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:48:\"festival-queen-school-visit-buzz-5-1-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:48:\"festival-queen-school-visit-buzz-5-1-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:49:\"festival-queen-school-visit-buzz-5-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"festival-queen-school-visit-buzz-5-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(29264,9146,'_wp_attached_file','2019/09/festival-queen-school-visit-buzz-3-2.jpg'),(29265,9146,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3009290208108157;s:5:\"bytes\";i:10567;s:11:\"size_before\";i:320122;s:10:\"size_after\";i:309555;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.99;s:5:\"bytes\";i:615;s:11:\"size_before\";i:8799;s:10:\"size_after\";i:8184;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.07;s:5:\"bytes\";i:1126;s:11:\"size_before\";i:18536;s:10:\"size_after\";i:17410;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.61;s:5:\"bytes\";i:2647;s:11:\"size_before\";i:73281;s:10:\"size_after\";i:70634;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.82;s:5:\"bytes\";i:3125;s:11:\"size_before\";i:110755;s:10:\"size_after\";i:107630;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.81;s:5:\"bytes\";i:3054;s:11:\"size_before\";i:108751;s:10:\"size_after\";i:105697;s:4:\"time\";d:0.04;}}}'),(29266,9146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:48:\"2019/09/festival-queen-school-visit-buzz-3-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"festival-queen-school-visit-buzz-3-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:48:\"festival-queen-school-visit-buzz-3-2-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:48:\"festival-queen-school-visit-buzz-3-2-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:49:\"festival-queen-school-visit-buzz-3-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"festival-queen-school-visit-buzz-3-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(29269,9148,'_wp_attached_file','2019/09/festival-queen-school-visit-buzz-6-1.jpg'),(29270,9148,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7736250751797664;s:5:\"bytes\";i:14180;s:11:\"size_before\";i:375766;s:10:\"size_after\";i:361586;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.82;s:5:\"bytes\";i:700;s:11:\"size_before\";i:8957;s:10:\"size_after\";i:8257;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.93;s:5:\"bytes\";i:1351;s:11:\"size_before\";i:19506;s:10:\"size_after\";i:18155;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.27;s:5:\"bytes\";i:3606;s:11:\"size_before\";i:84529;s:10:\"size_after\";i:80923;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29;s:5:\"bytes\";i:4367;s:11:\"size_before\";i:132691;s:10:\"size_after\";i:128324;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.19;s:5:\"bytes\";i:4156;s:11:\"size_before\";i:130083;s:10:\"size_after\";i:125927;s:4:\"time\";d:0.04;}}}'),(29271,9148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:48:\"2019/09/festival-queen-school-visit-buzz-6-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"festival-queen-school-visit-buzz-6-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:48:\"festival-queen-school-visit-buzz-6-1-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:48:\"festival-queen-school-visit-buzz-6-1-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:49:\"festival-queen-school-visit-buzz-6-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"festival-queen-school-visit-buzz-6-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(29273,8867,'_thumbnail_id','9145'),(29277,9150,'_edit_lock','1568501223:14'),(29278,9150,'_yst_prominent_words_version','1'),(29279,9151,'_wp_attached_file','2019/09/sandals-all-white-buzz-6.jpg'),(29280,9151,'wpmf_size','416803'),(29281,9151,'wpmf_filetype','jpg'),(29282,9151,'wpmf_order','0'),(29283,9151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:993;s:4:\"file\";s:36:\"2019/09/sandals-all-white-buzz-6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"sandals-all-white-buzz-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:36:\"sandals-all-white-buzz-6-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"sandals-all-white-buzz-6-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"sandals-all-white-buzz-6-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"sandals-all-white-buzz-6-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(29284,9151,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1061890012272806;s:5:\"bytes\";i:10630;s:11:\"size_before\";i:342220;s:10:\"size_after\";i:331590;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.86;s:5:\"bytes\";i:623;s:11:\"size_before\";i:9084;s:10:\"size_after\";i:8461;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19;s:5:\"bytes\";i:932;s:11:\"size_before\";i:17948;s:10:\"size_after\";i:17016;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.39;s:5:\"bytes\";i:2627;s:11:\"size_before\";i:77598;s:10:\"size_after\";i:74971;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8;s:5:\"bytes\";i:3325;s:11:\"size_before\";i:118928;s:10:\"size_after\";i:115603;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.63;s:5:\"bytes\";i:3123;s:11:\"size_before\";i:118662;s:10:\"size_after\";i:115539;s:4:\"time\";d:0.04;}}}'),(29285,9152,'_wp_attached_file','2019/09/sandals-all-white-buzz-5.jpg'),(29286,9152,'wpmf_size','136967'),(29287,9152,'wpmf_filetype','jpg'),(29288,9152,'wpmf_order','0'),(29289,9152,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:596;s:6:\"height\";i:900;s:4:\"file\";s:36:\"2019/09/sandals-all-white-buzz-5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"sandals-all-white-buzz-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:36:\"sandals-all-white-buzz-5-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"sandals-all-white-buzz-5-596x655.jpg\";s:5:\"width\";i:596;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(29290,9152,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.610412459268254;s:5:\"bytes\";i:2914;s:11:\"size_before\";i:80711;s:10:\"size_after\";i:77797;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.65;s:5:\"bytes\";i:444;s:11:\"size_before\";i:6672;s:10:\"size_after\";i:6228;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53;s:5:\"bytes\";i:558;s:11:\"size_before\";i:12329;s:10:\"size_after\";i:11771;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1;s:5:\"bytes\";i:1912;s:11:\"size_before\";i:61710;s:10:\"size_after\";i:59798;s:4:\"time\";d:0.03;}}}'),(29291,9153,'_wp_attached_file','2019/09/sandals-all-white-buzz-4.jpg'),(29292,9153,'wpmf_size','338079'),(29293,9153,'wpmf_filetype','jpg'),(29294,9153,'wpmf_order','0'),(29295,9153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:993;s:4:\"file\";s:36:\"2019/09/sandals-all-white-buzz-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"sandals-all-white-buzz-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:36:\"sandals-all-white-buzz-4-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"sandals-all-white-buzz-4-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"sandals-all-white-buzz-4-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"sandals-all-white-buzz-4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(29296,9153,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.058195632077652;s:5:\"bytes\";i:8469;s:11:\"size_before\";i:276928;s:10:\"size_after\";i:268459;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.22;s:5:\"bytes\";i:419;s:11:\"size_before\";i:6734;s:10:\"size_after\";i:6315;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.13;s:5:\"bytes\";i:751;s:11:\"size_before\";i:14650;s:10:\"size_after\";i:13899;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.26;s:5:\"bytes\";i:2024;s:11:\"size_before\";i:62170;s:10:\"size_after\";i:60146;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.77;s:5:\"bytes\";i:2659;s:11:\"size_before\";i:95851;s:10:\"size_after\";i:93192;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.68;s:5:\"bytes\";i:2616;s:11:\"size_before\";i:97523;s:10:\"size_after\";i:94907;s:4:\"time\";d:0.1;}}}'),(29297,9154,'_wp_attached_file','2019/09/sandals-all-white-buzz-3.jpg'),(29298,9154,'wpmf_size','338003'),(29299,9154,'wpmf_filetype','jpg'),(29300,9154,'wpmf_order','0'),(29301,9154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:993;s:4:\"file\";s:36:\"2019/09/sandals-all-white-buzz-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"sandals-all-white-buzz-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:36:\"sandals-all-white-buzz-3-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"sandals-all-white-buzz-3-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"sandals-all-white-buzz-3-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"sandals-all-white-buzz-3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(29302,9154,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.6672827813760236;s:5:\"bytes\";i:9603;s:11:\"size_before\";i:261856;s:10:\"size_after\";i:252253;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.01;s:5:\"bytes\";i:401;s:11:\"size_before\";i:6667;s:10:\"size_after\";i:6266;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45;s:5:\"bytes\";i:756;s:11:\"size_before\";i:13872;s:10:\"size_after\";i:13116;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.83;s:5:\"bytes\";i:2230;s:11:\"size_before\";i:58288;s:10:\"size_after\";i:56058;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.56;s:5:\"bytes\";i:3225;s:11:\"size_before\";i:90523;s:10:\"size_after\";i:87298;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.23;s:5:\"bytes\";i:2991;s:11:\"size_before\";i:92506;s:10:\"size_after\";i:89515;s:4:\"time\";d:0.03;}}}'),(29303,9155,'_wp_attached_file','2019/09/sandals-all-white-buzz-2.jpg'),(29304,9155,'wpmf_size','421186'),(29305,9155,'wpmf_filetype','jpg'),(29306,9155,'wpmf_order','0'),(29307,9155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:993;s:4:\"file\";s:36:\"2019/09/sandals-all-white-buzz-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"sandals-all-white-buzz-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:36:\"sandals-all-white-buzz-2-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"sandals-all-white-buzz-2-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"sandals-all-white-buzz-2-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"sandals-all-white-buzz-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(29308,9155,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3817880545303907;s:5:\"bytes\";i:11674;s:11:\"size_before\";i:345202;s:10:\"size_after\";i:333528;s:4:\"time\";d:0.16999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.33;s:5:\"bytes\";i:629;s:11:\"size_before\";i:8583;s:10:\"size_after\";i:7954;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.19;s:5:\"bytes\";i:1137;s:11:\"size_before\";i:18378;s:10:\"size_after\";i:17241;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:2926;s:11:\"size_before\";i:77967;s:10:\"size_after\";i:75041;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9;s:5:\"bytes\";i:3479;s:11:\"size_before\";i:119936;s:10:\"size_after\";i:116457;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.91;s:5:\"bytes\";i:3503;s:11:\"size_before\";i:120338;s:10:\"size_after\";i:116835;s:4:\"time\";d:0.06;}}}'),(29309,9156,'_wp_attached_file','2019/09/sandals-all-white-buzz-1.jpg'),(29310,9156,'wpmf_size','378158'),(29311,9156,'wpmf_filetype','jpg'),(29312,9156,'wpmf_order','0'),(29313,9156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:993;s:4:\"file\";s:36:\"2019/09/sandals-all-white-buzz-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"sandals-all-white-buzz-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:36:\"sandals-all-white-buzz-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"sandals-all-white-buzz-1-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"sandals-all-white-buzz-1-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"sandals-all-white-buzz-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(29314,9156,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3935914345565985;s:5:\"bytes\";i:10935;s:11:\"size_before\";i:322225;s:10:\"size_after\";i:311290;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.18;s:5:\"bytes\";i:482;s:11:\"size_before\";i:7801;s:10:\"size_after\";i:7319;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.58;s:5:\"bytes\";i:963;s:11:\"size_before\";i:17261;s:10:\"size_after\";i:16298;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6;s:5:\"bytes\";i:2589;s:11:\"size_before\";i:71989;s:10:\"size_after\";i:69400;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.03;s:5:\"bytes\";i:3356;s:11:\"size_before\";i:110641;s:10:\"size_after\";i:107285;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1;s:5:\"bytes\";i:3545;s:11:\"size_before\";i:114533;s:10:\"size_after\";i:110988;s:4:\"time\";d:0.04;}}}'),(29315,9157,'_wp_attached_file','2019/09/sandals-all-white-buzz-1-1.jpg'),(29316,9157,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3935914345565985;s:5:\"bytes\";i:10935;s:11:\"size_before\";i:322225;s:10:\"size_after\";i:311290;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.18;s:5:\"bytes\";i:482;s:11:\"size_before\";i:7801;s:10:\"size_after\";i:7319;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.58;s:5:\"bytes\";i:963;s:11:\"size_before\";i:17261;s:10:\"size_after\";i:16298;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6;s:5:\"bytes\";i:2589;s:11:\"size_before\";i:71989;s:10:\"size_after\";i:69400;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.03;s:5:\"bytes\";i:3356;s:11:\"size_before\";i:110641;s:10:\"size_after\";i:107285;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1;s:5:\"bytes\";i:3545;s:11:\"size_before\";i:114533;s:10:\"size_after\";i:110988;s:4:\"time\";d:0.04;}}}'),(29317,9157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:993;s:4:\"file\";s:38:\"2019/09/sandals-all-white-buzz-1-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"sandals-all-white-buzz-1-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:38:\"sandals-all-white-buzz-1-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"sandals-all-white-buzz-1-1-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"sandals-all-white-buzz-1-1-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"sandals-all-white-buzz-1-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(29318,9158,'_wp_attached_file','2019/09/sandals-all-white-buzz-2-1.jpg'),(29319,9158,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3817880545303907;s:5:\"bytes\";i:11674;s:11:\"size_before\";i:345202;s:10:\"size_after\";i:333528;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.33;s:5:\"bytes\";i:629;s:11:\"size_before\";i:8583;s:10:\"size_after\";i:7954;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.19;s:5:\"bytes\";i:1137;s:11:\"size_before\";i:18378;s:10:\"size_after\";i:17241;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:2926;s:11:\"size_before\";i:77967;s:10:\"size_after\";i:75041;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9;s:5:\"bytes\";i:3479;s:11:\"size_before\";i:119936;s:10:\"size_after\";i:116457;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.91;s:5:\"bytes\";i:3503;s:11:\"size_before\";i:120338;s:10:\"size_after\";i:116835;s:4:\"time\";d:0.04;}}}'),(29320,9158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:993;s:4:\"file\";s:38:\"2019/09/sandals-all-white-buzz-2-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"sandals-all-white-buzz-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:38:\"sandals-all-white-buzz-2-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"sandals-all-white-buzz-2-1-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"sandals-all-white-buzz-2-1-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"sandals-all-white-buzz-2-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(29321,9159,'_wp_attached_file','2019/09/sandals-all-white-buzz-5-1.jpg'),(29322,9159,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.610412459268254;s:5:\"bytes\";i:2914;s:11:\"size_before\";i:80711;s:10:\"size_after\";i:77797;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.65;s:5:\"bytes\";i:444;s:11:\"size_before\";i:6672;s:10:\"size_after\";i:6228;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53;s:5:\"bytes\";i:558;s:11:\"size_before\";i:12329;s:10:\"size_after\";i:11771;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1;s:5:\"bytes\";i:1912;s:11:\"size_before\";i:61710;s:10:\"size_after\";i:59798;s:4:\"time\";d:0.02;}}}'),(29323,9159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:596;s:6:\"height\";i:900;s:4:\"file\";s:38:\"2019/09/sandals-all-white-buzz-5-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"sandals-all-white-buzz-5-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:38:\"sandals-all-white-buzz-5-1-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"sandals-all-white-buzz-5-1-596x655.jpg\";s:5:\"width\";i:596;s:6:\"height\";i:655;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:{}}}'),(29324,9160,'_wp_attached_file','2019/09/sandals-all-white-buzz-4-1.jpg'),(29325,9160,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.058195632077652;s:5:\"bytes\";i:8469;s:11:\"size_before\";i:276928;s:10:\"size_after\";i:268459;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.22;s:5:\"bytes\";i:419;s:11:\"size_before\";i:6734;s:10:\"size_after\";i:6315;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.13;s:5:\"bytes\";i:751;s:11:\"size_before\";i:14650;s:10:\"size_after\";i:13899;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.26;s:5:\"bytes\";i:2024;s:11:\"size_before\";i:62170;s:10:\"size_after\";i:60146;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.77;s:5:\"bytes\";i:2659;s:11:\"size_before\";i:95851;s:10:\"size_after\";i:93192;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.68;s:5:\"bytes\";i:2616;s:11:\"size_before\";i:97523;s:10:\"size_after\";i:94907;s:4:\"time\";d:0.03;}}}'),(29326,9160,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:993;s:4:\"file\";s:38:\"2019/09/sandals-all-white-buzz-4-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"sandals-all-white-buzz-4-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:38:\"sandals-all-white-buzz-4-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"sandals-all-white-buzz-4-1-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"sandals-all-white-buzz-4-1-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"sandals-all-white-buzz-4-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(29328,9150,'_thumbnail_id','9151'),(29329,9150,'_edit_last','14'),(29330,9150,'smpush_mute_activated','no'),(29332,9150,'_yoast_wpseo_primary_category','2'),(29333,9150,'_yoast_wpseo_primary_sub-category','13'),(29334,9150,'sponsored_url',''),(29335,9150,'_yoast_wpseo_content_score','60'),(29336,9150,'_yoast_wpseo_focuskeywords','[]'),(29337,9150,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(29338,9162,'_edit_lock','1568513260:4'),(29339,9162,'_yst_prominent_words_version','1'),(29340,9163,'_wp_attached_file','2019/09/top-boy-buzz-5.png'),(29341,9163,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.8458224752714358;s:5:\"bytes\";i:13379;s:11:\"size_before\";i:1581774;s:10:\"size_after\";i:1568395;s:4:\"time\";d:1.8900000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.51;s:5:\"bytes\";i:4005;s:11:\"size_before\";i:22875;s:10:\"size_after\";i:18870;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.11;s:5:\"bytes\";i:9374;s:11:\"size_before\";i:77436;s:10:\"size_after\";i:68062;s:4:\"time\";d:0.11;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:380714;s:10:\"size_after\";i:380714;s:4:\"time\";d:0.45;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:604325;s:10:\"size_after\";i:604325;s:4:\"time\";d:0.67;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:496424;s:10:\"size_after\";i:496424;s:4:\"time\";d:0.62;}}}'),(29342,9163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1125;s:6:\"height\";i:1115;s:4:\"file\";s:26:\"2019/09/top-boy-buzz-5.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"top-boy-buzz-5-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:26:\"top-boy-buzz-5-300x297.png\";s:5:\"width\";i:300;s:6:\"height\";i:297;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"top-boy-buzz-5-768x761.png\";s:5:\"width\";i:768;s:6:\"height\";i:761;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"top-boy-buzz-5-1024x1015.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1015;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"top-boy-buzz-5-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(29343,9164,'_wp_attached_file','2019/09/top-boy-buzz-3.png'),(29344,9164,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3259213;s:10:\"size_after\";i:3259213;s:4:\"time\";d:1.48;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:49645;s:10:\"size_after\";i:49645;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:128187;s:10:\"size_after\";i:128187;s:4:\"time\";d:0.06;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:716772;s:10:\"size_after\";i:716772;s:4:\"time\";d:0.29;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1186076;s:10:\"size_after\";i:1186076;s:4:\"time\";d:0.53;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1178533;s:10:\"size_after\";i:1178533;s:4:\"time\";d:0.58;}}}'),(29345,9164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2019/09/top-boy-buzz-3.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"top-boy-buzz-3-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:26:\"top-boy-buzz-3-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"top-boy-buzz-3-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"top-boy-buzz-3-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"top-boy-buzz-3-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(29346,9165,'_wp_attached_file','2019/09/top-boy-buzz-4.png'),(29347,9165,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2475620;s:10:\"size_after\";i:2475620;s:4:\"time\";d:1.59;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37401;s:10:\"size_after\";i:37401;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:91311;s:10:\"size_after\";i:91311;s:4:\"time\";d:0.08;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:535390;s:10:\"size_after\";i:535390;s:4:\"time\";d:0.37;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:910267;s:10:\"size_after\";i:910267;s:4:\"time\";d:0.56;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:901251;s:10:\"size_after\";i:901251;s:4:\"time\";d:0.56;}}}'),(29348,9165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2019/09/top-boy-buzz-4.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"top-boy-buzz-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:26:\"top-boy-buzz-4-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"top-boy-buzz-4-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"top-boy-buzz-4-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"top-boy-buzz-4-1060x655.png\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(29349,9166,'_wp_attached_file','2019/09/top-boy-buzz-1.png'),(29350,9166,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:157314;s:10:\"size_after\";i:157314;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46750;s:10:\"size_after\";i:46750;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:110564;s:10:\"size_after\";i:110564;s:4:\"time\";d:0.04;}}}'),(29351,9166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:737;s:6:\"height\";i:491;s:4:\"file\";s:26:\"2019/09/top-boy-buzz-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"top-boy-buzz-1-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:26:\"top-boy-buzz-1-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: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:{}}}'),(29353,9162,'_thumbnail_id','9164'),(29354,9162,'_edit_last','4'),(29355,9162,'smpush_mute_activated','no'),(29357,9162,'_yoast_wpseo_primary_category','2'),(29358,9162,'_yoast_wpseo_primary_sub-category','14'),(29359,9162,'sponsored_url',''),(29360,9162,'_yoast_wpseo_content_score','90'),(29361,9162,'_yoast_wpseo_focuskeywords','[]'),(29362,9162,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(29363,9168,'_edit_lock','1568658587:11'),(29364,9168,'_yst_prominent_words_version','1'),(29365,9169,'_wp_attached_file','2019/09/Stacey-Weekes-Benjamin-Creative-Director.jpg'),(29366,9169,'wpmf_size','250420'),(29367,9169,'wpmf_filetype','jpg'),(29368,9169,'wpmf_order','0'),(29369,9169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:52:\"2019/09/Stacey-Weekes-Benjamin-Creative-Director.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Stacey-Weekes-Benjamin-Creative-Director-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:52:\"Stacey-Weekes-Benjamin-Creative-Director-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:52:\"Stacey-Weekes-Benjamin-Creative-Director-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:53:\"Stacey-Weekes-Benjamin-Creative-Director-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"Stacey-Weekes-Benjamin-Creative-Director-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(29370,9169,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.489260981092758;s:5:\"bytes\";i:6162;s:11:\"size_before\";i:176599;s:10:\"size_after\";i:170437;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:228;s:11:\"size_before\";i:4593;s:10:\"size_after\";i:4365;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.07;s:5:\"bytes\";i:310;s:11:\"size_before\";i:10101;s:10:\"size_after\";i:9791;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1;s:5:\"bytes\";i:1231;s:11:\"size_before\";i:39662;s:10:\"size_after\";i:38431;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.55;s:5:\"bytes\";i:2174;s:11:\"size_before\";i:61307;s:10:\"size_after\";i:59133;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.64;s:5:\"bytes\";i:2219;s:11:\"size_before\";i:60936;s:10:\"size_after\";i:58717;s:4:\"time\";d:0.03;}}}'),(29371,9170,'_wp_attached_file','2019/09/Diane-Carlton-Models-African-Fashion-Week-London-1.jpg'),(29372,9170,'wpmf_size','98727'),(29373,9170,'wpmf_filetype','jpg'),(29374,9170,'wpmf_order','0'),(29375,9170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1116;s:6:\"height\";i:720;s:4:\"file\";s:62:\"2019/09/Diane-Carlton-Models-African-Fashion-Week-London-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"Diane-Carlton-Models-African-Fashion-Week-London-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:62:\"Diane-Carlton-Models-African-Fashion-Week-London-1-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:62:\"Diane-Carlton-Models-African-Fashion-Week-London-1-768x495.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:63:\"Diane-Carlton-Models-African-Fashion-Week-London-1-1024x661.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:661;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:63:\"Diane-Carlton-Models-African-Fashion-Week-London-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(29376,9170,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7897137530068834;s:5:\"bytes\";i:13659;s:11:\"size_before\";i:360423;s:10:\"size_after\";i:346764;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.51;s:5:\"bytes\";i:441;s:11:\"size_before\";i:8002;s:10:\"size_after\";i:7561;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:1117;s:11:\"size_before\";i:19442;s:10:\"size_after\";i:18325;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.05;s:5:\"bytes\";i:3319;s:11:\"size_before\";i:81997;s:10:\"size_after\";i:78678;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:4365;s:11:\"size_before\";i:124758;s:10:\"size_after\";i:120393;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:4417;s:11:\"size_before\";i:126224;s:10:\"size_after\";i:121807;s:4:\"time\";d:0.05;}}}'),(29377,9171,'_wp_attached_file','2019/09/Diane-Carlton-Models-London-African-fashion-week.png'),(29378,9171,'wpmf_size','1322757'),(29379,9171,'wpmf_filetype','png'),(29380,9171,'wpmf_order','0'),(29381,9171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:624;s:4:\"file\";s:60:\"2019/09/Diane-Carlton-Models-London-African-fashion-week.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"Diane-Carlton-Models-London-African-fashion-week-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:60:\"Diane-Carlton-Models-London-African-fashion-week-300x187.png\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"Diane-Carlton-Models-London-African-fashion-week-768x479.png\";s:5:\"width\";i:768;s:6:\"height\";i:479;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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\";}}'),(29382,9171,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:732484;s:10:\"size_after\";i:732484;s:4:\"time\";d:0.44999999999999996;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38488;s:10:\"size_after\";i:38488;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:98738;s:10:\"size_after\";i:98738;s:4:\"time\";d:0.06;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:595258;s:10:\"size_after\";i:595258;s:4:\"time\";d:0.36;}}}'),(29384,9168,'_thumbnail_id','9171'),(29385,9168,'_edit_last','11'),(29386,9168,'smpush_mute_activated','no'),(29388,9168,'_yoast_wpseo_primary_category','2'),(29389,9168,'_yoast_wpseo_primary_sub-category','10'),(29390,9168,'sponsored_url',''),(29391,9168,'_yoast_wpseo_content_score','30'),(29392,9168,'_yoast_wpseo_focuskeywords','[]'),(29393,9168,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(29394,9173,'_edit_lock','1568512820:4'),(29395,9173,'_yst_prominent_words_version','1'),(29396,9173,'_edit_last','4'),(29397,9173,'smpush_mute_activated','no'),(29398,9173,'_yoast_wpseo_primary_category','4'),(29399,9173,'_yoast_wpseo_primary_sub-category','5'),(29400,9173,'sponsored_url',''),(29401,9173,'_yoast_wpseo_content_score','90'),(29402,9173,'_yoast_wpseo_focuskeywords','[]'),(29403,9173,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(29404,9175,'_wp_attached_file','2019/09/georges-ardenne-manning.jpg'),(29405,9175,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.638195206778932;s:5:\"bytes\";i:22858;s:11:\"size_before\";i:492821;s:10:\"size_after\";i:469963;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.92;s:5:\"bytes\";i:595;s:11:\"size_before\";i:8604;s:10:\"size_after\";i:8009;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.42;s:5:\"bytes\";i:1494;s:11:\"size_before\";i:23280;s:10:\"size_after\";i:21786;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.84;s:5:\"bytes\";i:5630;s:11:\"size_before\";i:116383;s:10:\"size_after\";i:110753;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37;s:5:\"bytes\";i:7976;s:11:\"size_before\";i:182557;s:10:\"size_after\";i:174581;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.42;s:5:\"bytes\";i:7163;s:11:\"size_before\";i:161997;s:10:\"size_after\";i:154834;s:4:\"time\";d:0.05;}}}'),(29406,9175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1179;s:6:\"height\";i:876;s:4:\"file\";s:35:\"2019/09/georges-ardenne-manning.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"georges-ardenne-manning-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:\"georges-ardenne-manning-300x223.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"georges-ardenne-manning-768x571.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"georges-ardenne-manning-1024x761.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:761;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"georges-ardenne-manning-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568481710\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29407,9176,'_wp_attached_file','2019/09/ardenne-georges-manning-cup.jpg'),(29408,9176,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:106559;s:11:\"size_before\";i:447937;s:10:\"size_after\";i:341378;}'),(29409,9176,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.278891614166235;s:5:\"bytes\";i:27936;s:11:\"size_before\";i:529202;s:10:\"size_after\";i:501266;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.01;s:5:\"bytes\";i:550;s:11:\"size_before\";i:9156;s:10:\"size_after\";i:8606;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.99;s:5:\"bytes\";i:1297;s:11:\"size_before\";i:21655;s:10:\"size_after\";i:20358;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45;s:5:\"bytes\";i:6460;s:11:\"size_before\";i:118614;s:10:\"size_after\";i:112154;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.17;s:5:\"bytes\";i:9907;s:11:\"size_before\";i:191475;s:10:\"size_after\";i:181568;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.16;s:5:\"bytes\";i:9722;s:11:\"size_before\";i:188302;s:10:\"size_after\";i:178580;s:4:\"time\";d:0.06;}}}'),(29410,9176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:39:\"2019/09/ardenne-georges-manning-cup.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"ardenne-georges-manning-cup-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:\"ardenne-georges-manning-cup-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:39:\"ardenne-georges-manning-cup-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:40:\"ardenne-georges-manning-cup-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"ardenne-georges-manning-cup-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568481683\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"175\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29411,9177,'_wp_attached_file','2019/09/georges-ardenne34.jpg'),(29412,9177,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.0734384439775235;s:5:\"bytes\";i:15238;s:11:\"size_before\";i:374082;s:10:\"size_after\";i:358844;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.98;s:5:\"bytes\";i:454;s:11:\"size_before\";i:7586;s:10:\"size_after\";i:7132;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.85;s:5:\"bytes\";i:775;s:11:\"size_before\";i:15977;s:10:\"size_after\";i:15202;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.27;s:5:\"bytes\";i:3538;s:11:\"size_before\";i:82776;s:10:\"size_after\";i:79238;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.86;s:5:\"bytes\";i:5173;s:11:\"size_before\";i:133926;s:10:\"size_after\";i:128753;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:5298;s:11:\"size_before\";i:133817;s:10:\"size_after\";i:128519;s:4:\"time\";d:0.06;}}}'),(29413,9177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1249;s:6:\"height\";i:833;s:4:\"file\";s:29:\"2019/09/georges-ardenne34.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"georges-ardenne34-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:\"georges-ardenne34-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:29:\"georges-ardenne34-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:30:\"georges-ardenne34-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"georges-ardenne34-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568481720\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29414,9178,'_wp_attached_file','2019/09/georges-ardenne-manning-1.jpg'),(29415,9178,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.638195206778932;s:5:\"bytes\";i:22858;s:11:\"size_before\";i:492821;s:10:\"size_after\";i:469963;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.92;s:5:\"bytes\";i:595;s:11:\"size_before\";i:8604;s:10:\"size_after\";i:8009;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.42;s:5:\"bytes\";i:1494;s:11:\"size_before\";i:23280;s:10:\"size_after\";i:21786;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.84;s:5:\"bytes\";i:5630;s:11:\"size_before\";i:116383;s:10:\"size_after\";i:110753;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37;s:5:\"bytes\";i:7976;s:11:\"size_before\";i:182557;s:10:\"size_after\";i:174581;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.42;s:5:\"bytes\";i:7163;s:11:\"size_before\";i:161997;s:10:\"size_after\";i:154834;s:4:\"time\";d:0.06;}}}'),(29416,9178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1179;s:6:\"height\";i:876;s:4:\"file\";s:37:\"2019/09/georges-ardenne-manning-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"georges-ardenne-manning-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:\"georges-ardenne-manning-1-300x223.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"georges-ardenne-manning-1-768x571.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"georges-ardenne-manning-1-1024x761.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:761;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"georges-ardenne-manning-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568481710\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29417,9179,'_wp_attached_file','2019/09/neville-bell-georges-coach.jpg'),(29418,9179,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:462832;s:11:\"size_before\";i:585440;s:10:\"size_after\";i:122608;}'),(29419,9179,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.9774883015049953;s:5:\"bytes\";i:3909;s:11:\"size_before\";i:197675;s:10:\"size_after\";i:193766;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:352;s:11:\"size_before\";i:6075;s:10:\"size_after\";i:5723;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8;s:5:\"bytes\";i:582;s:11:\"size_before\";i:12128;s:10:\"size_after\";i:11546;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.88;s:5:\"bytes\";i:831;s:11:\"size_before\";i:44087;s:10:\"size_after\";i:43256;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.5;s:5:\"bytes\";i:1014;s:11:\"size_before\";i:67770;s:10:\"size_after\";i:66756;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.67;s:5:\"bytes\";i:1130;s:11:\"size_before\";i:67615;s:10:\"size_after\";i:66485;s:4:\"time\";d:0.04;}}}'),(29420,9179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:38:\"2019/09/neville-bell-georges-coach.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"neville-bell-georges-coach-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:\"neville-bell-georges-coach-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:38:\"neville-bell-georges-coach-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:39:\"neville-bell-georges-coach-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"neville-bell-georges-coach-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568481696\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"360\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29421,9180,'_wp_attached_file','2019/09/paul-whylie-ardennes-manning-cup-coach.jpg'),(29422,9180,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:439667;s:11:\"size_before\";i:542708;s:10:\"size_after\";i:103041;}'),(29423,9180,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.600342220860149;s:5:\"bytes\";i:5639;s:11:\"size_before\";i:156624;s:10:\"size_after\";i:150985;s:4:\"time\";d:0.8800000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.74;s:5:\"bytes\";i:239;s:11:\"size_before\";i:5045;s:10:\"size_after\";i:4806;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.32;s:5:\"bytes\";i:299;s:11:\"size_before\";i:9013;s:10:\"size_after\";i:8714;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.92;s:5:\"bytes\";i:997;s:11:\"size_before\";i:34161;s:10:\"size_after\";i:33164;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.84;s:5:\"bytes\";i:2095;s:11:\"size_before\";i:54498;s:10:\"size_after\";i:52403;s:4:\"time\";d:0.8;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:2009;s:11:\"size_before\";i:53907;s:10:\"size_after\";i:51898;s:4:\"time\";d:0.04;}}}'),(29424,9180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:50:\"2019/09/paul-whylie-ardennes-manning-cup-coach.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"paul-whylie-ardennes-manning-cup-coach-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:50:\"paul-whylie-ardennes-manning-cup-coach-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:50:\"paul-whylie-ardennes-manning-cup-coach-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:51:\"paul-whylie-ardennes-manning-cup-coach-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"paul-whylie-ardennes-manning-cup-coach-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568481724\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"360\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:9:\"0.0003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29425,9181,'_wp_attached_file','2019/09/neville-bell-georges-coach-1.jpg'),(29426,9181,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:462832;s:11:\"size_before\";i:585440;s:10:\"size_after\";i:122608;}'),(29427,9181,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.9774883015049953;s:5:\"bytes\";i:3909;s:11:\"size_before\";i:197675;s:10:\"size_after\";i:193766;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:352;s:11:\"size_before\";i:6075;s:10:\"size_after\";i:5723;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8;s:5:\"bytes\";i:582;s:11:\"size_before\";i:12128;s:10:\"size_after\";i:11546;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.88;s:5:\"bytes\";i:831;s:11:\"size_before\";i:44087;s:10:\"size_after\";i:43256;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.5;s:5:\"bytes\";i:1014;s:11:\"size_before\";i:67770;s:10:\"size_after\";i:66756;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.67;s:5:\"bytes\";i:1130;s:11:\"size_before\";i:67615;s:10:\"size_after\";i:66485;s:4:\"time\";d:0.04;}}}'),(29428,9181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:40:\"2019/09/neville-bell-georges-coach-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"neville-bell-georges-coach-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:40:\"neville-bell-georges-coach-1-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:40:\"neville-bell-georges-coach-1-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:41:\"neville-bell-georges-coach-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"neville-bell-georges-coach-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568481696\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"360\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29429,9182,'_wp_attached_file','2019/09/paul-whylie-ardennes-manning-cup-coach-1.jpg'),(29430,9182,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:439667;s:11:\"size_before\";i:542708;s:10:\"size_after\";i:103041;}'),(29431,9182,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.600342220860149;s:5:\"bytes\";i:5639;s:11:\"size_before\";i:156624;s:10:\"size_after\";i:150985;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.74;s:5:\"bytes\";i:239;s:11:\"size_before\";i:5045;s:10:\"size_after\";i:4806;s:4:\"time\";d:0.07;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.32;s:5:\"bytes\";i:299;s:11:\"size_before\";i:9013;s:10:\"size_after\";i:8714;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.92;s:5:\"bytes\";i:997;s:11:\"size_before\";i:34161;s:10:\"size_after\";i:33164;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.84;s:5:\"bytes\";i:2095;s:11:\"size_before\";i:54498;s:10:\"size_after\";i:52403;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:2009;s:11:\"size_before\";i:53907;s:10:\"size_after\";i:51898;s:4:\"time\";d:0.03;}}}'),(29432,9182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:52:\"2019/09/paul-whylie-ardennes-manning-cup-coach-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"paul-whylie-ardennes-manning-cup-coach-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:52:\"paul-whylie-ardennes-manning-cup-coach-1-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:52:\"paul-whylie-ardennes-manning-cup-coach-1-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:53:\"paul-whylie-ardennes-manning-cup-coach-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"paul-whylie-ardennes-manning-cup-coach-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568481724\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"360\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:9:\"0.0003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29433,9183,'_wp_attached_file','2019/09/st-georges-ardenne-manning-cup.jpg'),(29434,9183,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:809087;s:11:\"size_before\";i:1162739;s:10:\"size_after\";i:353652;}'),(29435,9183,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.900470092397471;s:5:\"bytes\";i:32032;s:11:\"size_before\";i:542872;s:10:\"size_after\";i:510840;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9;s:5:\"bytes\";i:817;s:11:\"size_before\";i:10346;s:10:\"size_after\";i:9529;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.61;s:5:\"bytes\";i:1886;s:11:\"size_before\";i:24772;s:10:\"size_after\";i:22886;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.28;s:5:\"bytes\";i:7653;s:11:\"size_before\";i:121891;s:10:\"size_after\";i:114238;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.72;s:5:\"bytes\";i:11180;s:11:\"size_before\";i:195493;s:10:\"size_after\";i:184313;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.51;s:5:\"bytes\";i:10496;s:11:\"size_before\";i:190370;s:10:\"size_after\";i:179874;s:4:\"time\";d:0.05;}}}'),(29436,9183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:42:\"2019/09/st-georges-ardenne-manning-cup.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"st-georges-ardenne-manning-cup-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:42:\"st-georges-ardenne-manning-cup-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:42:\"st-georges-ardenne-manning-cup-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:43:\"st-georges-ardenne-manning-cup-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"st-georges-ardenne-manning-cup-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568481703\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"165\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:9:\"0.0003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29437,9184,'_wp_attached_file','2019/09/st-georges-ardenne-manning-cup2.jpg'),(29438,9184,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:218441;s:11:\"size_before\";i:546632;s:10:\"size_after\";i:328191;}'),(29439,9184,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.946265027849374;s:5:\"bytes\";i:30522;s:11:\"size_before\";i:513297;s:10:\"size_after\";i:482775;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.42;s:5:\"bytes\";i:835;s:11:\"size_before\";i:9920;s:10:\"size_after\";i:9085;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.96;s:5:\"bytes\";i:1890;s:11:\"size_before\";i:23744;s:10:\"size_after\";i:21854;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.37;s:5:\"bytes\";i:7336;s:11:\"size_before\";i:115079;s:10:\"size_after\";i:107743;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.65;s:5:\"bytes\";i:10300;s:11:\"size_before\";i:182327;s:10:\"size_after\";i:172027;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.58;s:5:\"bytes\";i:10161;s:11:\"size_before\";i:182227;s:10:\"size_after\";i:172066;s:4:\"time\";d:0.05;}}}'),(29440,9184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:43:\"2019/09/st-georges-ardenne-manning-cup2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"st-georges-ardenne-manning-cup2-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:\"st-georges-ardenne-manning-cup2-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:43:\"st-georges-ardenne-manning-cup2-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:44:\"st-georges-ardenne-manning-cup2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"st-georges-ardenne-manning-cup2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568481723\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:9:\"0.0003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29441,9185,'_wp_attached_file','2019/09/ardennes-bench.jpg'),(29442,9185,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:239203;s:11:\"size_before\";i:456269;s:10:\"size_after\";i:217066;}'),(29443,9185,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.957051445098269;s:5:\"bytes\";i:13846;s:11:\"size_before\";i:349907;s:10:\"size_after\";i:336061;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.05;s:5:\"bytes\";i:589;s:11:\"size_before\";i:8357;s:10:\"size_after\";i:7768;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.52;s:5:\"bytes\";i:1231;s:11:\"size_before\";i:18894;s:10:\"size_after\";i:17663;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.47;s:5:\"bytes\";i:3546;s:11:\"size_before\";i:79300;s:10:\"size_after\";i:75754;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.55;s:5:\"bytes\";i:4364;s:11:\"size_before\";i:123048;s:10:\"size_after\";i:118684;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.42;s:5:\"bytes\";i:4116;s:11:\"size_before\";i:120308;s:10:\"size_after\";i:116192;s:4:\"time\";d:0.06;}}}'),(29444,9185,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2019/09/ardennes-bench.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"ardennes-bench-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:\"ardennes-bench-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:26:\"ardennes-bench-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:27:\"ardennes-bench-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"ardennes-bench-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568481746\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:6:\"0.0004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29445,9186,'_wp_attached_file','2019/09/st-georges-ardenne-manning-cup4.jpg'),(29446,9186,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:255728;s:11:\"size_before\";i:474131;s:10:\"size_after\";i:218403;}'),(29447,9186,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.648463206976435;s:5:\"bytes\";i:12363;s:11:\"size_before\";i:338855;s:10:\"size_after\";i:326492;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.65;s:5:\"bytes\";i:534;s:11:\"size_before\";i:8027;s:10:\"size_after\";i:7493;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45;s:5:\"bytes\";i:913;s:11:\"size_before\";i:16745;s:10:\"size_after\";i:15832;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87;s:5:\"bytes\";i:2941;s:11:\"size_before\";i:76006;s:10:\"size_after\";i:73065;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.42;s:5:\"bytes\";i:4155;s:11:\"size_before\";i:121393;s:10:\"size_after\";i:117238;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:3820;s:11:\"size_before\";i:116684;s:10:\"size_after\";i:112864;s:4:\"time\";d:0.04;}}}'),(29448,9186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:43:\"2019/09/st-georges-ardenne-manning-cup4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"st-georges-ardenne-manning-cup4-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:\"st-georges-ardenne-manning-cup4-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:43:\"st-georges-ardenne-manning-cup4-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:44:\"st-georges-ardenne-manning-cup4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"st-georges-ardenne-manning-cup4-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568481707\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"185\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29449,9187,'_wp_attached_file','2019/09/st-georges-ardenne-manning-cup3.jpg'),(29450,9187,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:205259;s:11:\"size_before\";i:527937;s:10:\"size_after\";i:322678;}'),(29451,9187,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.165229810707595;s:5:\"bytes\";i:24954;s:11:\"size_before\";i:483115;s:10:\"size_after\";i:458161;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.19;s:5:\"bytes\";i:654;s:11:\"size_before\";i:9101;s:10:\"size_after\";i:8447;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.49;s:5:\"bytes\";i:1356;s:11:\"size_before\";i:20902;s:10:\"size_after\";i:19546;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37;s:5:\"bytes\";i:5786;s:11:\"size_before\";i:107708;s:10:\"size_after\";i:101922;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:8831;s:11:\"size_before\";i:175370;s:10:\"size_after\";i:166539;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9;s:5:\"bytes\";i:8327;s:11:\"size_before\";i:170034;s:10:\"size_after\";i:161707;s:4:\"time\";d:0.05;}}}'),(29452,9187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:43:\"2019/09/st-georges-ardenne-manning-cup3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"st-georges-ardenne-manning-cup3-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:\"st-georges-ardenne-manning-cup3-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:43:\"st-georges-ardenne-manning-cup3-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:44:\"st-georges-ardenne-manning-cup3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"st-georges-ardenne-manning-cup3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568481718\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"135\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29453,9173,'_thumbnail_id','9176'),(29462,9193,'_edit_lock','1568549066:11'),(29463,9193,'_yst_prominent_words_version','1'),(29464,9194,'_wp_attached_file','2019/09/speakers-Buzz-Caribbean.jpg'),(29465,9194,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:522519;s:11:\"size_before\";i:780982;s:10:\"size_after\";i:258463;}'),(29466,9194,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.713365993070263;s:5:\"bytes\";i:30120;s:11:\"size_before\";i:390491;s:10:\"size_after\";i:360371;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.31;s:5:\"bytes\";i:458;s:11:\"size_before\";i:5511;s:10:\"size_after\";i:5053;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.36;s:5:\"bytes\";i:910;s:11:\"size_before\";i:14311;s:10:\"size_after\";i:13401;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.27;s:5:\"bytes\";i:6945;s:11:\"size_before\";i:84002;s:10:\"size_after\";i:77057;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.72;s:5:\"bytes\";i:10763;s:11:\"size_before\";i:139460;s:10:\"size_after\";i:128697;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5;s:5:\"bytes\";i:11044;s:11:\"size_before\";i:147207;s:10:\"size_after\";i:136163;s:4:\"time\";d:0.06;}}}'),(29467,9194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2019/09/speakers-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"speakers-Buzz-Caribbean-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:\"speakers-Buzz-Caribbean-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:35:\"speakers-Buzz-Caribbean-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:36:\"speakers-Buzz-Caribbean-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"speakers-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(29469,9193,'_thumbnail_id','8689'),(29470,9193,'_edit_last','11'),(29471,9193,'smpush_mute_activated','no'),(29473,9193,'_yoast_wpseo_primary_category','4'),(29474,9193,'_yoast_wpseo_primary_sub-category','15'),(29475,9193,'sponsored_url',''),(29476,9193,'_yoast_wpseo_content_score','60'),(29477,9193,'_yoast_wpseo_focuskeywords','[]'),(29478,9193,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(29479,9196,'_edit_lock','1568550518:11'),(29480,9196,'_yst_prominent_words_version','1'),(29481,9197,'_wp_attached_file','2019/09/lutan-fyah-Buzz-Caribbean.jpg'),(29482,9197,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.598133990811856;s:5:\"bytes\";i:5859;s:11:\"size_before\";i:225508;s:10:\"size_after\";i:219649;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.48;s:5:\"bytes\";i:444;s:11:\"size_before\";i:6856;s:10:\"size_after\";i:6412;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.32;s:5:\"bytes\";i:678;s:11:\"size_before\";i:12735;s:10:\"size_after\";i:12057;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.84;s:5:\"bytes\";i:1405;s:11:\"size_before\";i:49558;s:10:\"size_after\";i:48153;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.18;s:5:\"bytes\";i:1606;s:11:\"size_before\";i:73540;s:10:\"size_after\";i:71934;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.08;s:5:\"bytes\";i:1726;s:11:\"size_before\";i:82819;s:10:\"size_after\";i:81093;s:4:\"time\";d:0.04;}}}'),(29483,9197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:37:\"2019/09/lutan-fyah-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"lutan-fyah-Buzz-Caribbean-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:\"lutan-fyah-Buzz-Caribbean-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:37:\"lutan-fyah-Buzz-Caribbean-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:38:\"lutan-fyah-Buzz-Caribbean-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"lutan-fyah-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(29484,9198,'_wp_attached_file','2019/09/album-cover-longest-livah-lutan-fyah-buzz.jpg'),(29485,9198,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.163828610069466;s:5:\"bytes\";i:840;s:11:\"size_before\";i:16267;s:10:\"size_after\";i:15427;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.09;s:5:\"bytes\";i:246;s:11:\"size_before\";i:4833;s:10:\"size_after\";i:4587;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2;s:5:\"bytes\";i:594;s:11:\"size_before\";i:11434;s:10:\"size_after\";i:10840;s:4:\"time\";d:0.01;}}}'),(29486,9198,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:53:\"2019/09/album-cover-longest-livah-lutan-fyah-buzz.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"album-cover-longest-livah-lutan-fyah-buzz-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:\"album-cover-longest-livah-lutan-fyah-buzz-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:{}}}'),(29487,9199,'_wp_attached_file','2019/09/LUTAN-FYAH-BUZZ.jpg'),(29488,9199,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:330997;s:11:\"size_before\";i:539615;s:10:\"size_after\";i:208618;}'),(29489,9199,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.387904849663834;s:5:\"bytes\";i:12857;s:11:\"size_before\";i:293010;s:10:\"size_after\";i:280153;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9;s:5:\"bytes\";i:366;s:11:\"size_before\";i:6203;s:10:\"size_after\";i:5837;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.22;s:5:\"bytes\";i:700;s:11:\"size_before\";i:13398;s:10:\"size_after\";i:12698;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:2877;s:11:\"size_before\";i:63326;s:10:\"size_after\";i:60449;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:4478;s:11:\"size_before\";i:105243;s:10:\"size_after\";i:100765;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.23;s:5:\"bytes\";i:4436;s:11:\"size_before\";i:104840;s:10:\"size_after\";i:100404;s:4:\"time\";d:0.04;}}}'),(29490,9199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:994;s:4:\"file\";s:27:\"2019/09/LUTAN-FYAH-BUZZ.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"LUTAN-FYAH-BUZZ-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:\"LUTAN-FYAH-BUZZ-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"LUTAN-FYAH-BUZZ-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"LUTAN-FYAH-BUZZ-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"LUTAN-FYAH-BUZZ-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D2H\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1387728627\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"180\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29491,9196,'_oembed_4f92454da45bdbbdaf3552981d9af141','<iframe title=\"Lutan Fyah - Sing Praise (Lockecity Music Group) September 2019\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/W94AMEav_Ws?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(29492,9196,'_oembed_time_4f92454da45bdbbdaf3552981d9af141','1568550446'),(29494,9196,'_thumbnail_id','9199'),(29495,9196,'_edit_last','11'),(29496,9196,'smpush_mute_activated','no'),(29498,9196,'_yoast_wpseo_primary_category','2'),(29499,9196,'_yoast_wpseo_primary_sub-category','14'),(29500,9196,'sponsored_url',''),(29501,9196,'_yoast_wpseo_content_score','90'),(29502,9196,'_yoast_wpseo_focuskeywords','[]'),(29503,9196,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(29504,9202,'_edit_lock','1568551770:11'),(29505,9202,'_yst_prominent_words_version','1'),(29506,9203,'_wp_attached_file','2019/09/Desmond-McKenzie-Fire-Brigade-Buzz.jpg'),(29507,9203,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1719522;s:11:\"size_before\";i:1968052;s:10:\"size_after\";i:248530;}'),(29508,9203,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8251092928047283;s:5:\"bytes\";i:13772;s:11:\"size_before\";i:360042;s:10:\"size_after\";i:346270;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.91;s:5:\"bytes\";i:447;s:11:\"size_before\";i:7561;s:10:\"size_after\";i:7114;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.28;s:5:\"bytes\";i:875;s:11:\"size_before\";i:16586;s:10:\"size_after\";i:15711;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.76;s:5:\"bytes\";i:2885;s:11:\"size_before\";i:76815;s:10:\"size_after\";i:73930;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.65;s:5:\"bytes\";i:4619;s:11:\"size_before\";i:126473;s:10:\"size_after\";i:121854;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:4946;s:11:\"size_before\";i:132607;s:10:\"size_after\";i:127661;s:4:\"time\";d:0.04;}}}'),(29509,9203,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:944;s:4:\"file\";s:46:\"2019/09/Desmond-McKenzie-Fire-Brigade-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Desmond-McKenzie-Fire-Brigade-Buzz-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:\"Desmond-McKenzie-Fire-Brigade-Buzz-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Desmond-McKenzie-Fire-Brigade-Buzz-768x484.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Desmond-McKenzie-Fire-Brigade-Buzz-1024x645.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Desmond-McKenzie-Fire-Brigade-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-J700H\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568302715\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.7\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:19:\"0.00083194675540765\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29510,9204,'_wp_attached_file','2019/09/firemen-Jamaica-Buzz.jpg'),(29511,9204,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.493854958251243;s:5:\"bytes\";i:958;s:11:\"size_before\";i:21318;s:10:\"size_after\";i:20360;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.33;s:5:\"bytes\";i:365;s:11:\"size_before\";i:6842;s:10:\"size_after\";i:6477;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1;s:5:\"bytes\";i:593;s:11:\"size_before\";i:14476;s:10:\"size_after\";i:13883;s:4:\"time\";d:0.01;}}}'),(29512,9204,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:670;s:6:\"height\";i:450;s:4:\"file\";s:32:\"2019/09/firemen-Jamaica-Buzz.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"firemen-Jamaica-Buzz-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:\"firemen-Jamaica-Buzz-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;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:{}}}'),(29513,9205,'_wp_attached_file','2019/09/Fire-Brigade-Montego-Bay.jpg'),(29514,9205,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.066484244730429;s:5:\"bytes\";i:1185;s:11:\"size_before\";i:23389;s:10:\"size_after\";i:22204;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:421;s:11:\"size_before\";i:7715;s:10:\"size_after\";i:7294;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87;s:5:\"bytes\";i:764;s:11:\"size_before\";i:15674;s:10:\"size_after\";i:14910;s:4:\"time\";d:0.01;}}}'),(29515,9205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:664;s:6:\"height\";i:395;s:4:\"file\";s:36:\"2019/09/Fire-Brigade-Montego-Bay.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Fire-Brigade-Montego-Bay-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:\"Fire-Brigade-Montego-Bay-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;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:\"1568533285\";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:{}}}'),(29516,9206,'_wp_attached_file','2019/09/firehose-Jamaica-Fire-Brigade.jpg'),(29517,9206,'wpmf_size','91669'),(29518,9206,'wpmf_filetype','jpg'),(29519,9206,'wpmf_order','0'),(29520,9206,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:475;s:4:\"file\";s:41:\"2019/09/firehose-Jamaica-Fire-Brigade.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"firehose-Jamaica-Fire-Brigade-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:\"firehose-Jamaica-Fire-Brigade-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(29521,9206,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.659025787965616;s:5:\"bytes\";i:1422;s:11:\"size_before\";i:25128;s:10:\"size_after\";i:23706;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.92;s:5:\"bytes\";i:441;s:11:\"size_before\";i:7451;s:10:\"size_after\";i:7010;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.55;s:5:\"bytes\";i:981;s:11:\"size_before\";i:17677;s:10:\"size_after\";i:16696;s:4:\"time\";d:0.01;}}}'),(29523,9202,'_thumbnail_id','9206'),(29524,9202,'_edit_last','11'),(29525,9202,'smpush_mute_activated','no'),(29527,9202,'_yoast_wpseo_primary_category','4'),(29528,9202,'_yoast_wpseo_primary_sub-category','15'),(29529,9202,'sponsored_url',''),(29530,9202,'_yoast_wpseo_content_score','30'),(29531,9202,'_yoast_wpseo_focuskeywords','[]'),(29532,9202,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(29534,9208,'_edit_lock','1568552567:11'),(29535,9208,'_yst_prominent_words_version','1'),(29536,9209,'_wp_attached_file','2019/09/Paul-Tegat-Davis-RSPL.jpg'),(29537,9209,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.6556133202191936;s:5:\"bytes\";i:5292;s:11:\"size_before\";i:199276;s:10:\"size_after\";i:193984;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.63;s:5:\"bytes\";i:356;s:11:\"size_before\";i:6323;s:10:\"size_after\";i:5967;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.38;s:5:\"bytes\";i:534;s:11:\"size_before\";i:12178;s:10:\"size_after\";i:11644;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.54;s:5:\"bytes\";i:1151;s:11:\"size_before\";i:45230;s:10:\"size_after\";i:44079;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.34;s:5:\"bytes\";i:1586;s:11:\"size_before\";i:67861;s:10:\"size_after\";i:66275;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.46;s:5:\"bytes\";i:1665;s:11:\"size_before\";i:67684;s:10:\"size_after\";i:66019;s:4:\"time\";d:0.03;}}}'),(29538,9209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:790;s:4:\"file\";s:33:\"2019/09/Paul-Tegat-Davis-RSPL.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Paul-Tegat-Davis-RSPL-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:\"Paul-Tegat-Davis-RSPL-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Paul-Tegat-Davis-RSPL-768x506.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Paul-Tegat-Davis-RSPL-1024x674.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Paul-Tegat-Davis-RSPL-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(29540,9208,'_thumbnail_id','7804'),(29541,9208,'_edit_last','11'),(29542,9208,'smpush_mute_activated','no'),(29544,9208,'_yoast_wpseo_primary_category','4'),(29545,9208,'_yoast_wpseo_primary_sub-category','5'),(29546,9208,'sponsored_url',''),(29547,9208,'_yoast_wpseo_content_score','60'),(29548,9208,'_yoast_wpseo_focuskeywords','[]'),(29549,9208,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(29550,9211,'_edit_lock','1568658554:11'),(29551,9211,'_yst_prominent_words_version','1'),(29552,9211,'_oembed_5be16793ed132de80b172b96e55498f0','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2XNQyMhxWx/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2XNQyMhxWx/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2XNQyMhxWx/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Thank you to my Bajan ?? sister @badgalriri for throwing an incredible event last night with such positive initiatives, including emergency relief for the Bahamas ??!!! Big up to you and the whole @rocnation famalay for having me and bringing the island ? vibes to the #Diamondball?!!! @ClaraLionelFdn #rihanna #monk #rocnation ? @chekothari</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/machelmontano/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> machelmontano</a> (@machelmontano) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-13T19:09:57+00:00\">Sep 13, 2019 at 12:09pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(29553,9211,'_oembed_time_5be16793ed132de80b172b96e55498f0','1568553065'),(29554,9213,'_wp_attached_file','2019/09/Machel-Montano-Diamond-Ball.jpg'),(29555,9213,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.0868008557830855;s:5:\"bytes\";i:936;s:11:\"size_before\";i:22903;s:10:\"size_after\";i:21967;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.69;s:5:\"bytes\";i:313;s:11:\"size_before\";i:6672;s:10:\"size_after\";i:6359;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.84;s:5:\"bytes\";i:623;s:11:\"size_before\";i:16231;s:10:\"size_after\";i:15608;s:4:\"time\";d:0.01;}}}'),(29556,9213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:547;s:4:\"file\";s:39:\"2019/09/Machel-Montano-Diamond-Ball.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Machel-Montano-Diamond-Ball-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:\"Machel-Montano-Diamond-Ball-300x258.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:258;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:{}}}'),(29557,9214,'_wp_attached_file','2019/09/Machel-Montano-Rihanna-Diamond-Ball.jpg'),(29558,9214,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.917179630665921;s:5:\"bytes\";i:910;s:11:\"size_before\";i:23231;s:10:\"size_after\";i:22321;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:308;s:11:\"size_before\";i:6205;s:10:\"size_after\";i:5897;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54;s:5:\"bytes\";i:602;s:11:\"size_before\";i:17026;s:10:\"size_after\";i:16424;s:4:\"time\";d:0.01;}}}'),(29559,9214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:47:\"2019/09/Machel-Montano-Rihanna-Diamond-Ball.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Machel-Montano-Rihanna-Diamond-Ball-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:\"Machel-Montano-Rihanna-Diamond-Ball-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:{}}}'),(29560,9215,'_wp_attached_file','2019/09/Machel-Montano-DJKhalid.jpg'),(29561,9215,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.17566475545465;s:5:\"bytes\";i:1345;s:11:\"size_before\";i:25987;s:10:\"size_after\";i:24642;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.11;s:5:\"bytes\";i:447;s:11:\"size_before\";i:7320;s:10:\"size_after\";i:6873;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.81;s:5:\"bytes\";i:898;s:11:\"size_before\";i:18667;s:10:\"size_after\";i:17769;s:4:\"time\";d:0.01;}}}'),(29562,9215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:518;s:4:\"file\";s:35:\"2019/09/Machel-Montano-DJKhalid.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Machel-Montano-DJKhalid-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:\"Machel-Montano-DJKhalid-300x243.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:243;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:{}}}'),(29563,9216,'_wp_attached_file','2019/09/Machel-Montano-onstage-Diamond-ball.jpg'),(29564,9216,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.059271421611966;s:5:\"bytes\";i:5608;s:11:\"size_before\";i:110846;s:10:\"size_after\";i:105238;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.88;s:5:\"bytes\";i:537;s:11:\"size_before\";i:7808;s:10:\"size_after\";i:7271;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.42;s:5:\"bytes\";i:1028;s:11:\"size_before\";i:18969;s:10:\"size_after\";i:17941;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.81;s:5:\"bytes\";i:4043;s:11:\"size_before\";i:84069;s:10:\"size_after\";i:80026;s:4:\"time\";d:0.02;}}}'),(29565,9216,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:799;s:4:\"file\";s:47:\"2019/09/Machel-Montano-onstage-Diamond-ball.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Machel-Montano-onstage-Diamond-ball-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:\"Machel-Montano-onstage-Diamond-ball-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Machel-Montano-onstage-Diamond-ball-640x655.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:655;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:{}}}'),(29566,9217,'_wp_attached_file','2019/09/Megan-Thee-Stallion-diamond-ball-1.jpg'),(29567,9217,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.973806425878263;s:5:\"bytes\";i:6290;s:11:\"size_before\";i:105293;s:10:\"size_after\";i:99003;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.41;s:5:\"bytes\";i:274;s:11:\"size_before\";i:6209;s:10:\"size_after\";i:5935;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.82;s:5:\"bytes\";i:493;s:11:\"size_before\";i:12892;s:10:\"size_after\";i:12399;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.41;s:5:\"bytes\";i:5523;s:11:\"size_before\";i:86192;s:10:\"size_after\";i:80669;s:4:\"time\";d:0.03;}}}'),(29568,9217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:639;s:6:\"height\";i:960;s:4:\"file\";s:46:\"2019/09/Megan-Thee-Stallion-diamond-ball-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Megan-Thee-Stallion-diamond-ball-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:46:\"Megan-Thee-Stallion-diamond-ball-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Megan-Thee-Stallion-diamond-ball-1-639x655.jpg\";s:5:\"width\";i:639;s:6:\"height\";i:655;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:{}}}'),(29570,9211,'_thumbnail_id','9214'),(29571,9211,'_edit_last','11'),(29572,9211,'smpush_mute_activated','no'),(29574,9211,'_yoast_wpseo_primary_category','2'),(29575,9211,'_yoast_wpseo_primary_sub-category','14'),(29576,9211,'sponsored_url',''),(29577,9211,'_yoast_wpseo_content_score','30'),(29578,9211,'_yoast_wpseo_focuskeywords','[]'),(29579,9211,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(29580,9219,'_edit_lock','1568554956:11'),(29581,9219,'_yst_prominent_words_version','1'),(29582,9220,'_wp_attached_file','2019/09/Wood-Lands-Natural-Drinks-Buzz-Caribbean.jpg'),(29583,9220,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:941286;s:11:\"size_before\";i:1193810;s:10:\"size_after\";i:252524;}'),(29584,9220,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9588105274237284;s:5:\"bytes\";i:15797;s:11:\"size_before\";i:399034;s:10:\"size_after\";i:383237;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.42;s:5:\"bytes\";i:680;s:11:\"size_before\";i:9162;s:10:\"size_after\";i:8482;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.33;s:5:\"bytes\";i:1274;s:11:\"size_before\";i:20132;s:10:\"size_after\";i:18858;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:3758;s:11:\"size_before\";i:89173;s:10:\"size_after\";i:85415;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.61;s:5:\"bytes\";i:5089;s:11:\"size_before\";i:140911;s:10:\"size_after\";i:135822;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.58;s:5:\"bytes\";i:4996;s:11:\"size_before\";i:139656;s:10:\"size_after\";i:134660;s:4:\"time\";d:0.05;}}}'),(29585,9220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:52:\"2019/09/Wood-Lands-Natural-Drinks-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Wood-Lands-Natural-Drinks-Buzz-Caribbean-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:52:\"Wood-Lands-Natural-Drinks-Buzz-Caribbean-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:52:\"Wood-Lands-Natural-Drinks-Buzz-Caribbean-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:53:\"Wood-Lands-Natural-Drinks-Buzz-Caribbean-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"Wood-Lands-Natural-Drinks-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1557936644\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29586,9221,'_wp_attached_file','2019/09/Wood-Lands-Natural-Drinks-Buzz.jpg'),(29587,9221,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:759740;s:11:\"size_before\";i:988603;s:10:\"size_after\";i:228863;}'),(29588,9221,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.154223715533615;s:5:\"bytes\";i:14676;s:11:\"size_before\";i:353279;s:10:\"size_after\";i:338603;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.76;s:5:\"bytes\";i:426;s:11:\"size_before\";i:7390;s:10:\"size_after\";i:6964;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.68;s:5:\"bytes\";i:1004;s:11:\"size_before\";i:17681;s:10:\"size_after\";i:16677;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.28;s:5:\"bytes\";i:3349;s:11:\"size_before\";i:78174;s:10:\"size_after\";i:74825;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.89;s:5:\"bytes\";i:4838;s:11:\"size_before\";i:124249;s:10:\"size_after\";i:119411;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.02;s:5:\"bytes\";i:5059;s:11:\"size_before\";i:125785;s:10:\"size_after\";i:120726;s:4:\"time\";d:0.04;}}}'),(29589,9221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:42:\"2019/09/Wood-Lands-Natural-Drinks-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Wood-Lands-Natural-Drinks-Buzz-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:42:\"Wood-Lands-Natural-Drinks-Buzz-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:42:\"Wood-Lands-Natural-Drinks-Buzz-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:43:\"Wood-Lands-Natural-Drinks-Buzz-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Wood-Lands-Natural-Drinks-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D610\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567510270\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29591,9219,'_thumbnail_id','9220'),(29592,9219,'_edit_last','11'),(29593,9219,'smpush_mute_activated','no'),(29595,9219,'_yoast_wpseo_primary_category','4'),(29596,9219,'_yoast_wpseo_primary_sub-category','1534'),(29597,9219,'sponsored_url',''),(29598,9219,'_yoast_wpseo_content_score','60'),(29599,9219,'_yoast_wpseo_focuskeywords','[]'),(29600,9219,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(29603,9224,'_wp_attached_file','2019/09/phillips-fitz-jackson-peter-bunting-church-service.jpg'),(29604,9224,'wpmf_size','1159097'),(29605,9224,'wpmf_filetype','jpg'),(29606,9224,'wpmf_order','0'),(29607,9224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:62:\"2019/09/phillips-fitz-jackson-peter-bunting-church-service.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"phillips-fitz-jackson-peter-bunting-church-service-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:62:\"phillips-fitz-jackson-peter-bunting-church-service-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:62:\"phillips-fitz-jackson-peter-bunting-church-service-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:63:\"phillips-fitz-jackson-peter-bunting-church-service-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:63:\"phillips-fitz-jackson-peter-bunting-church-service-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568538047\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"26\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(29608,9224,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:961564;s:11:\"size_before\";i:1159097;s:10:\"size_after\";i:197533;}'),(29609,9224,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.158892565942388;s:5:\"bytes\";i:9364;s:11:\"size_before\";i:296433;s:10:\"size_after\";i:287069;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.73;s:5:\"bytes\";i:396;s:11:\"size_before\";i:6906;s:10:\"size_after\";i:6510;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45;s:5:\"bytes\";i:646;s:11:\"size_before\";i:14501;s:10:\"size_after\";i:13855;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.01;s:5:\"bytes\";i:1946;s:11:\"size_before\";i:64597;s:10:\"size_after\";i:62651;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.95;s:5:\"bytes\";i:3075;s:11:\"size_before\";i:104203;s:10:\"size_after\";i:101128;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.11;s:5:\"bytes\";i:3301;s:11:\"size_before\";i:106226;s:10:\"size_after\";i:102925;s:4:\"time\";d:0.04;}}}'),(29610,9225,'_edit_lock','1568611364:12'),(29611,9225,'_yst_prominent_words_version','1'),(29612,9225,'_oembed_bfd1239a986fbbc83d63cc28383f67b9','<iframe title=\"Starbucks Caramel Frappuccino\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/QI9nhZD4s_w?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(29613,9225,'_oembed_time_bfd1239a986fbbc83d63cc28383f67b9','1568610833'),(29614,9227,'_wp_attached_file','2019/09/Starbucks-Caramel-Frappuccino-Buzz-Caribbean.jpg'),(29615,9227,'wpmf_size','691553'),(29616,9227,'wpmf_filetype','jpg'),(29617,9227,'wpmf_order','0'),(29618,9227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:56:\"2019/09/Starbucks-Caramel-Frappuccino-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Starbucks-Caramel-Frappuccino-Buzz-Caribbean-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:56:\"Starbucks-Caramel-Frappuccino-Buzz-Caribbean-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:56:\"Starbucks-Caramel-Frappuccino-Buzz-Caribbean-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:57:\"Starbucks-Caramel-Frappuccino-Buzz-Caribbean-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:57:\"Starbucks-Caramel-Frappuccino-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567310512\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"44.5\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(29619,9227,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:477516;s:11:\"size_before\";i:691553;s:10:\"size_after\";i:214037;}'),(29620,9227,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.700693131695022;s:5:\"bytes\";i:10817;s:11:\"size_before\";i:230115;s:10:\"size_after\";i:219298;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.89;s:5:\"bytes\";i:318;s:11:\"size_before\";i:5397;s:10:\"size_after\";i:5079;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.06;s:5:\"bytes\";i:422;s:11:\"size_before\";i:10397;s:10:\"size_after\";i:9975;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3;s:5:\"bytes\";i:1552;s:11:\"size_before\";i:47025;s:10:\"size_after\";i:45473;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.03;s:5:\"bytes\";i:4233;s:11:\"size_before\";i:84208;s:10:\"size_after\";i:79975;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.17;s:5:\"bytes\";i:4292;s:11:\"size_before\";i:83088;s:10:\"size_after\";i:78796;s:4:\"time\";d:0.04;}}}'),(29621,9225,'_thumbnail_id','9227'),(29622,9225,'_edit_last','11'),(29623,9225,'smpush_mute_activated','no'),(29624,9225,'_yoast_wpseo_primary_category','3'),(29625,9225,'_yoast_wpseo_primary_sub-category','1534'),(29626,9225,'video_parent_post_id',''),(29627,9225,'_yoast_wpseo_content_score','30'),(29628,9225,'_yoast_wpseo_focuskeywords','[]'),(29629,9225,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(29630,9228,'_edit_lock','1568560166:11'),(29631,9228,'_yst_prominent_words_version','1'),(29632,9229,'_wp_attached_file','2019/09/House-Rental-Buzz-Caribbean.jpg'),(29633,9229,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9637855425095485;s:5:\"bytes\";i:8406;s:11:\"size_before\";i:212070;s:10:\"size_after\";i:203664;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9;s:5:\"bytes\";i:382;s:11:\"size_before\";i:5538;s:10:\"size_after\";i:5156;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9;s:5:\"bytes\";i:584;s:11:\"size_before\";i:11930;s:10:\"size_after\";i:11346;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53;s:5:\"bytes\";i:2172;s:11:\"size_before\";i:47928;s:10:\"size_after\";i:45756;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.84;s:5:\"bytes\";i:2742;s:11:\"size_before\";i:71397;s:10:\"size_after\";i:68655;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.36;s:5:\"bytes\";i:2526;s:11:\"size_before\";i:75277;s:10:\"size_after\";i:72751;s:4:\"time\";d:0.04;}}}'),(29634,9229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:39:\"2019/09/House-Rental-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"House-Rental-Buzz-Caribbean-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:\"House-Rental-Buzz-Caribbean-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"House-Rental-Buzz-Caribbean-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"House-Rental-Buzz-Caribbean-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"House-Rental-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(29635,9230,'_wp_attached_file','2019/09/Shenese-Headlam-Buzz-Caribbean.jpg'),(29636,9230,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1658506;s:11:\"size_before\";i:1810628;s:10:\"size_after\";i:152122;}'),(29637,9230,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.603806876347263;s:5:\"bytes\";i:6257;s:11:\"size_before\";i:240302;s:10:\"size_after\";i:234045;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.02;s:5:\"bytes\";i:410;s:11:\"size_before\";i:6809;s:10:\"size_after\";i:6399;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.83;s:5:\"bytes\";i:562;s:11:\"size_before\";i:14683;s:10:\"size_after\";i:14121;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.54;s:5:\"bytes\";i:1429;s:11:\"size_before\";i:56265;s:10:\"size_after\";i:54836;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4;s:5:\"bytes\";i:2046;s:11:\"size_before\";i:85294;s:10:\"size_after\";i:83248;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.34;s:5:\"bytes\";i:1810;s:11:\"size_before\";i:77251;s:10:\"size_after\";i:75441;s:4:\"time\";d:0.03;}}}'),(29638,9230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1125;s:4:\"file\";s:42:\"2019/09/Shenese-Headlam-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Shenese-Headlam-Buzz-Caribbean-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:42:\"Shenese-Headlam-Buzz-Caribbean-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:42:\"Shenese-Headlam-Buzz-Caribbean-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Shenese-Headlam-Buzz-Caribbean-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Shenese-Headlam-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone XR\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567420313\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29640,9228,'_thumbnail_id','9229'),(29641,9228,'_edit_last','11'),(29642,9228,'smpush_mute_activated','no'),(29644,9228,'_yoast_wpseo_primary_category','4'),(29645,9228,'_yoast_wpseo_primary_sub-category','16'),(29646,9228,'sponsored_url',''),(29647,9228,'_yoast_wpseo_content_score','30'),(29648,9228,'_yoast_wpseo_focuskeywords','[]'),(29649,9228,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(29650,9232,'_edit_lock','1568560858:11'),(29651,9232,'_yst_prominent_words_version','1'),(29652,9233,'_wp_attached_file','2019/09/Tridents-Tallawahs-CPL-Buzz.jpg'),(29653,9233,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.366761169804764;s:5:\"bytes\";i:12664;s:11:\"size_before\";i:235971;s:10:\"size_after\";i:223307;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62;s:5:\"bytes\";i:526;s:11:\"size_before\";i:7950;s:10:\"size_after\";i:7424;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.18;s:5:\"bytes\";i:670;s:11:\"size_before\";i:12941;s:10:\"size_after\";i:12271;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.02;s:5:\"bytes\";i:2606;s:11:\"size_before\";i:51897;s:10:\"size_after\";i:49291;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.42;s:5:\"bytes\";i:4255;s:11:\"size_before\";i:78502;s:10:\"size_after\";i:74247;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.44;s:5:\"bytes\";i:4607;s:11:\"size_before\";i:84681;s:10:\"size_after\";i:80074;s:4:\"time\";d:0.04;}}}'),(29654,9233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:39:\"2019/09/Tridents-Tallawahs-CPL-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Tridents-Tallawahs-CPL-Buzz-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:\"Tridents-Tallawahs-CPL-Buzz-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Tridents-Tallawahs-CPL-Buzz-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Tridents-Tallawahs-CPL-Buzz-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Tridents-Tallawahs-CPL-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(29656,9232,'_thumbnail_id','9233'),(29657,9232,'_edit_last','11'),(29658,9232,'smpush_mute_activated','no'),(29660,9232,'_yoast_wpseo_primary_category','4'),(29661,9232,'_yoast_wpseo_primary_sub-category','5'),(29662,9232,'sponsored_url',''),(29663,9232,'_yoast_wpseo_content_score','90'),(29664,9232,'_yoast_wpseo_focuskeywords','[]'),(29665,9232,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(29667,9236,'_edit_lock','1568561836:11'),(29668,9236,'_yst_prominent_words_version','1'),(29670,9236,'_thumbnail_id','6625'),(29671,9236,'_edit_last','11'),(29672,9236,'smpush_mute_activated','no'),(29674,9236,'_yoast_wpseo_primary_category','4'),(29675,9236,'_yoast_wpseo_primary_sub-category','5'),(29676,9236,'sponsored_url',''),(29677,9236,'_yoast_wpseo_content_score','90'),(29678,9236,'_yoast_wpseo_focuskeywords','[]'),(29679,9236,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(29680,9238,'_edit_lock','1568610620:12'),(29681,9238,'_yst_prominent_words_version','1'),(29682,9239,'_wp_attached_file','2019/09/20190915085324_LGW_8679.jpg'),(29683,9239,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:827009;s:11:\"size_before\";i:1015575;s:10:\"size_after\";i:188566;}'),(29684,9239,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.5393763004714622;s:5:\"bytes\";i:7713;s:11:\"size_before\";i:303736;s:10:\"size_after\";i:296023;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.19;s:5:\"bytes\";i:452;s:11:\"size_before\";i:7302;s:10:\"size_after\";i:6850;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.14;s:5:\"bytes\";i:829;s:11:\"size_before\";i:16144;s:10:\"size_after\";i:15315;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.76;s:5:\"bytes\";i:1901;s:11:\"size_before\";i:68989;s:10:\"size_after\";i:67088;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.13;s:5:\"bytes\";i:2277;s:11:\"size_before\";i:106935;s:10:\"size_after\";i:104658;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.16;s:5:\"bytes\";i:2254;s:11:\"size_before\";i:104366;s:10:\"size_after\";i:102112;s:4:\"time\";d:0.04;}}}'),(29685,9239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2019/09/20190915085324_LGW_8679.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"20190915085324_LGW_8679-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:\"20190915085324_LGW_8679-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:35:\"20190915085324_LGW_8679-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:36:\"20190915085324_LGW_8679-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"20190915085324_LGW_8679-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568538037\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29686,9240,'_wp_attached_file','2019/09/20190915085602_LGW_8684-1.jpg'),(29687,9240,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:775122;s:11:\"size_before\";i:948753;s:10:\"size_after\";i:173631;}'),(29688,9240,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9199984775455263;s:5:\"bytes\";i:8439;s:11:\"size_before\";i:289007;s:10:\"size_after\";i:280568;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.44;s:5:\"bytes\";i:484;s:11:\"size_before\";i:7517;s:10:\"size_after\";i:7033;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6;s:5:\"bytes\";i:909;s:11:\"size_before\";i:16244;s:10:\"size_after\";i:15335;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1;s:5:\"bytes\";i:2029;s:11:\"size_before\";i:65439;s:10:\"size_after\";i:63410;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.44;s:5:\"bytes\";i:2439;s:11:\"size_before\";i:99819;s:10:\"size_after\";i:97380;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.58;s:5:\"bytes\";i:2578;s:11:\"size_before\";i:99988;s:10:\"size_after\";i:97410;s:4:\"time\";d:0.04;}}}'),(29689,9240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:37:\"2019/09/20190915085602_LGW_8684-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"20190915085602_LGW_8684-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:\"20190915085602_LGW_8684-1-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:37:\"20190915085602_LGW_8684-1-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:38:\"20190915085602_LGW_8684-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"20190915085602_LGW_8684-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568538026\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29690,9241,'_wp_attached_file','2019/09/20190915085435_LGW_8681.jpg'),(29691,9241,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:822504;s:11:\"size_before\";i:1011535;s:10:\"size_after\";i:189031;}'),(29692,9241,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.5269266709290314;s:5:\"bytes\";i:7707;s:11:\"size_before\";i:304995;s:10:\"size_after\";i:297288;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.95;s:5:\"bytes\";i:427;s:11:\"size_before\";i:7173;s:10:\"size_after\";i:6746;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.09;s:5:\"bytes\";i:819;s:11:\"size_before\";i:16090;s:10:\"size_after\";i:15271;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.72;s:5:\"bytes\";i:1880;s:11:\"size_before\";i:69034;s:10:\"size_after\";i:67154;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.16;s:5:\"bytes\";i:2303;s:11:\"size_before\";i:106726;s:10:\"size_after\";i:104423;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.15;s:5:\"bytes\";i:2278;s:11:\"size_before\";i:105972;s:10:\"size_after\";i:103694;s:4:\"time\";d:0.04;}}}'),(29693,9241,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2019/09/20190915085435_LGW_8681.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"20190915085435_LGW_8681-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:\"20190915085435_LGW_8681-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:35:\"20190915085435_LGW_8681-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:36:\"20190915085435_LGW_8681-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"20190915085435_LGW_8681-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568538033\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29694,9242,'_wp_attached_file','2019/09/Fenton-Ferguson-PNP-Unity-Church-Service.jpg'),(29695,9242,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1020747;s:11:\"size_before\";i:1233153;s:10:\"size_after\";i:212406;}'),(29696,9242,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3110907503555422;s:5:\"bytes\";i:10733;s:11:\"size_before\";i:324153;s:10:\"size_after\";i:313420;s:4:\"time\";d:0.16000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.93;s:5:\"bytes\";i:425;s:11:\"size_before\";i:7169;s:10:\"size_after\";i:6744;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.74;s:5:\"bytes\";i:751;s:11:\"size_before\";i:15832;s:10:\"size_after\";i:15081;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54;s:5:\"bytes\";i:2553;s:11:\"size_before\";i:72151;s:10:\"size_after\";i:69598;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.07;s:5:\"bytes\";i:3520;s:11:\"size_before\";i:114737;s:10:\"size_after\";i:111217;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.05;s:5:\"bytes\";i:3484;s:11:\"size_before\";i:114264;s:10:\"size_after\";i:110780;s:4:\"time\";d:0.05;}}}'),(29697,9242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:52:\"2019/09/Fenton-Ferguson-PNP-Unity-Church-Service.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Fenton-Ferguson-PNP-Unity-Church-Service-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:52:\"Fenton-Ferguson-PNP-Unity-Church-Service-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:52:\"Fenton-Ferguson-PNP-Unity-Church-Service-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:53:\"Fenton-Ferguson-PNP-Unity-Church-Service-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"Fenton-Ferguson-PNP-Unity-Church-Service-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568538072\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29698,9243,'_wp_attached_file','2019/09/Peter-Bunting-McNeil-PNP-Church-Service.jpg'),(29699,9243,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:861791;s:11:\"size_before\";i:1038061;s:10:\"size_after\";i:176270;}'),(29700,9243,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.005398465926917;s:5:\"bytes\";i:8334;s:11:\"size_before\";i:277301;s:10:\"size_after\";i:268967;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.81;s:5:\"bytes\";i:411;s:11:\"size_before\";i:7073;s:10:\"size_after\";i:6662;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.24;s:5:\"bytes\";i:775;s:11:\"size_before\";i:14803;s:10:\"size_after\";i:14028;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.06;s:5:\"bytes\";i:1905;s:11:\"size_before\";i:62267;s:10:\"size_after\";i:60362;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6;s:5:\"bytes\";i:2532;s:11:\"size_before\";i:97377;s:10:\"size_after\";i:94845;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.83;s:5:\"bytes\";i:2711;s:11:\"size_before\";i:95781;s:10:\"size_after\";i:93070;s:4:\"time\";d:0.08;}}}'),(29701,9243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:51:\"2019/09/Peter-Bunting-McNeil-PNP-Church-Service.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Peter-Bunting-McNeil-PNP-Church-Service-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:\"Peter-Bunting-McNeil-PNP-Church-Service-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:51:\"Peter-Bunting-McNeil-PNP-Church-Service-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:52:\"Peter-Bunting-McNeil-PNP-Church-Service-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"Peter-Bunting-McNeil-PNP-Church-Service-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568538077\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29702,9244,'_wp_attached_file','2019/09/Peter-Phillips-PNP-Church-Service.jpg'),(29703,9244,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1040250;s:11:\"size_before\";i:1278798;s:10:\"size_after\";i:238548;}'),(29704,9244,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.849260115299806;s:5:\"bytes\";i:14489;s:11:\"size_before\";i:376410;s:10:\"size_after\";i:361921;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.51;s:5:\"bytes\";i:542;s:11:\"size_before\";i:8322;s:10:\"size_after\";i:7780;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1;s:5:\"bytes\";i:1174;s:11:\"size_before\";i:19245;s:10:\"size_after\";i:18071;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.08;s:5:\"bytes\";i:3474;s:11:\"size_before\";i:85235;s:10:\"size_after\";i:81761;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62;s:5:\"bytes\";i:4833;s:11:\"size_before\";i:133599;s:10:\"size_after\";i:128766;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.44;s:5:\"bytes\";i:4466;s:11:\"size_before\";i:130009;s:10:\"size_after\";i:125543;s:4:\"time\";d:0.04;}}}'),(29705,9244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:45:\"2019/09/Peter-Phillips-PNP-Church-Service.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Peter-Phillips-PNP-Church-Service-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:45:\"Peter-Phillips-PNP-Church-Service-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:45:\"Peter-Phillips-PNP-Church-Service-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:46:\"Peter-Phillips-PNP-Church-Service-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Peter-Phillips-PNP-Church-Service-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"18\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568538067\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"26\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29710,9246,'_wp_attached_file','2019/09/Jackson-Bunting-Phillips-PNP-Church-Service-1.jpg'),(29711,9246,'wpmf_size','1159097'),(29712,9246,'wpmf_filetype','jpg'),(29713,9246,'wpmf_order','0'),(29714,9246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:57:\"2019/09/Jackson-Bunting-Phillips-PNP-Church-Service-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Jackson-Bunting-Phillips-PNP-Church-Service-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:57:\"Jackson-Bunting-Phillips-PNP-Church-Service-1-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:57:\"Jackson-Bunting-Phillips-PNP-Church-Service-1-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:58:\"Jackson-Bunting-Phillips-PNP-Church-Service-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:58:\"Jackson-Bunting-Phillips-PNP-Church-Service-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568538047\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"26\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(29715,9246,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:961564;s:11:\"size_before\";i:1159097;s:10:\"size_after\";i:197533;}'),(29716,9246,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.158892565942388;s:5:\"bytes\";i:9364;s:11:\"size_before\";i:296433;s:10:\"size_after\";i:287069;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.73;s:5:\"bytes\";i:396;s:11:\"size_before\";i:6906;s:10:\"size_after\";i:6510;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45;s:5:\"bytes\";i:646;s:11:\"size_before\";i:14501;s:10:\"size_after\";i:13855;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.01;s:5:\"bytes\";i:1946;s:11:\"size_before\";i:64597;s:10:\"size_after\";i:62651;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.95;s:5:\"bytes\";i:3075;s:11:\"size_before\";i:104203;s:10:\"size_after\";i:101128;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.11;s:5:\"bytes\";i:3301;s:11:\"size_before\";i:106226;s:10:\"size_after\";i:102925;s:4:\"time\";d:0.04;}}}'),(29717,9247,'_wp_attached_file','2019/09/Phillips-Bunting-Jackson-PNP.jpg'),(29718,9247,'wpmf_size','1181914'),(29719,9247,'wpmf_filetype','jpg'),(29720,9247,'wpmf_order','0'),(29721,9247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:40:\"2019/09/Phillips-Bunting-Jackson-PNP.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Phillips-Bunting-Jackson-PNP-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:\"Phillips-Bunting-Jackson-PNP-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:40:\"Phillips-Bunting-Jackson-PNP-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:41:\"Phillips-Bunting-Jackson-PNP-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Phillips-Bunting-Jackson-PNP-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568538064\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(29722,9247,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:977659;s:11:\"size_before\";i:1181914;s:10:\"size_after\";i:204255;}'),(29723,9247,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.145062280993426;s:5:\"bytes\";i:9837;s:11:\"size_before\";i:312776;s:10:\"size_after\";i:302939;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.62;s:5:\"bytes\";i:402;s:11:\"size_before\";i:7149;s:10:\"size_after\";i:6747;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.93;s:5:\"bytes\";i:780;s:11:\"size_before\";i:15820;s:10:\"size_after\";i:15040;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.33;s:5:\"bytes\";i:2309;s:11:\"size_before\";i:69295;s:10:\"size_after\";i:66986;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.75;s:5:\"bytes\";i:3009;s:11:\"size_before\";i:109418;s:10:\"size_after\";i:106409;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:3;s:5:\"bytes\";i:3337;s:11:\"size_before\";i:111094;s:10:\"size_after\";i:107757;s:4:\"time\";d:0.04;}}}'),(29725,9238,'_thumbnail_id','9246'),(29726,9238,'_edit_last','11'),(29727,9238,'smpush_mute_activated','no'),(29729,9238,'_yoast_wpseo_primary_category','4'),(29730,9238,'_yoast_wpseo_primary_sub-category','15'),(29731,9238,'sponsored_url',''),(29732,9238,'_yoast_wpseo_content_score','60'),(29733,9238,'_yoast_wpseo_focuskeywords','[]'),(29734,9238,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(29735,9249,'_edit_lock','1568578891:11'),(29736,9249,'_yst_prominent_words_version','1'),(29737,9249,'_edit_last','11'),(29738,9249,'smpush_mute_activated','no'),(29739,9249,'_yoast_wpseo_primary_category','4'),(29740,9249,'_yoast_wpseo_primary_sub-category','5'),(29741,9249,'sponsored_url',''),(29742,9249,'_yoast_wpseo_content_score','90'),(29743,9249,'_yoast_wpseo_focuskeywords','[]'),(29744,9249,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(29745,9251,'_edit_lock','1568567715:11'),(29746,9251,'_yst_prominent_words_version','1'),(29747,9251,'_oembed_9a66a9a9efdb623eca5b7fcf1f9e253a','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2Hj5aOFD1n/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2Hj5aOFD1n/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2Hj5aOFD1n/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Here we go again let’s do it unruly state.. who ready??? @unrulyfest #December21st #stThomas Jamaica.</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/popcaanmusic/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> 876GUD</a> (@popcaanmusic) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-07T17:19:53+00:00\">Sep 7, 2019 at 10:19am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(29748,9251,'_oembed_time_9a66a9a9efdb623eca5b7fcf1f9e253a','1568566843'),(29749,9253,'_wp_attached_file','2019/09/Drake-Popcaan-Unruly-Fest-2019.jpg'),(29750,9253,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9131491533662808;s:5:\"bytes\";i:966;s:11:\"size_before\";i:24686;s:10:\"size_after\";i:23720;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.01;s:5:\"bytes\";i:337;s:11:\"size_before\";i:6725;s:10:\"size_after\";i:6388;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:629;s:11:\"size_before\";i:17961;s:10:\"size_after\";i:17332;s:4:\"time\";d:0.01;}}}'),(29751,9253,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:478;s:6:\"height\";i:525;s:4:\"file\";s:42:\"2019/09/Drake-Popcaan-Unruly-Fest-2019.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Drake-Popcaan-Unruly-Fest-2019-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:42:\"Drake-Popcaan-Unruly-Fest-2019-273x300.jpg\";s:5:\"width\";i:273;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:{}}}'),(29752,9251,'_edit_last','11'),(29753,9251,'smpush_mute_activated','no'),(29754,9251,'_yoast_wpseo_primary_category','4'),(29755,9251,'_yoast_wpseo_primary_sub-category','14'),(29756,9251,'sponsored_url',''),(29757,9251,'_yoast_wpseo_content_score','90'),(29758,9251,'_yoast_wpseo_focuskeywords','[]'),(29759,9251,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(29760,9255,'_wp_attached_file','2019/09/Unruly-Fest-Usain-Popcaan-Drake.jpg'),(29761,9255,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.290649360927546;s:5:\"bytes\";i:1337;s:11:\"size_before\";i:25271;s:10:\"size_after\";i:23934;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.57;s:5:\"bytes\";i:464;s:11:\"size_before\";i:7061;s:10:\"size_after\";i:6597;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:873;s:11:\"size_before\";i:18210;s:10:\"size_after\";i:17337;s:4:\"time\";d:0.01;}}}'),(29762,9255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:481;s:6:\"height\";i:563;s:4:\"file\";s:43:\"2019/09/Unruly-Fest-Usain-Popcaan-Drake.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Unruly-Fest-Usain-Popcaan-Drake-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:\"Unruly-Fest-Usain-Popcaan-Drake-256x300.jpg\";s:5:\"width\";i:256;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:{}}}'),(29764,9251,'_thumbnail_id','4974'),(29765,9251,'_oembed_2c958e5e1fe69533a463bb949b17f44a','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BrgcS5dnJpm/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BrgcS5dnJpm/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BrgcS5dnJpm/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">@unrulyfest ???</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/popcaanmusic/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> 876GUD</a> (@popcaanmusic) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2018-12-17T23:29:08+00:00\">Dec 17, 2018 at 3:29pm PST</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(29766,9251,'_oembed_time_2c958e5e1fe69533a463bb949b17f44a','1568567668'),(29769,9258,'_edit_lock','1568574684:11'),(29770,9258,'_yst_prominent_words_version','1'),(29771,9259,'_wp_attached_file','2019/09/Empty-Stands-Tallawahs-Buzz.jpg'),(29772,9259,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.025952663803345;s:5:\"bytes\";i:32971;s:11:\"size_before\";i:547150;s:10:\"size_after\";i:514179;s:4:\"time\";d:0.21000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.11;s:5:\"bytes\";i:733;s:11:\"size_before\";i:10314;s:10:\"size_after\";i:9581;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4;s:5:\"bytes\";i:1825;s:11:\"size_before\";i:28521;s:10:\"size_after\";i:26696;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.27;s:5:\"bytes\";i:8342;s:11:\"size_before\";i:132998;s:10:\"size_after\";i:124656;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.89;s:5:\"bytes\";i:11842;s:11:\"size_before\";i:200892;s:10:\"size_after\";i:189050;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.86;s:5:\"bytes\";i:10229;s:11:\"size_before\";i:174425;s:10:\"size_after\";i:164196;s:4:\"time\";d:0.08;}}}'),(29773,9259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1306;s:6:\"height\";i:980;s:4:\"file\";s:39:\"2019/09/Empty-Stands-Tallawahs-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Empty-Stands-Tallawahs-Buzz-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:\"Empty-Stands-Tallawahs-Buzz-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:39:\"Empty-Stands-Tallawahs-Buzz-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Empty-Stands-Tallawahs-Buzz-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Empty-Stands-Tallawahs-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G532M\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568548705\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.3\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:18:\"0.0022935779816514\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29774,9260,'_wp_attached_file','2019/09/Sabina-Park-Tallawahs-Buzz-Caribbean.jpg'),(29775,9260,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:652193;s:11:\"size_before\";i:859662;s:10:\"size_after\";i:207469;}'),(29776,9260,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.371900927955979;s:5:\"bytes\";i:10981;s:11:\"size_before\";i:325662;s:10:\"size_after\";i:314681;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.97;s:5:\"bytes\";i:250;s:11:\"size_before\";i:6305;s:10:\"size_after\";i:6055;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.55;s:5:\"bytes\";i:592;s:11:\"size_before\";i:16667;s:10:\"size_after\";i:16075;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2;s:5:\"bytes\";i:2463;s:11:\"size_before\";i:77000;s:10:\"size_after\";i:74537;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.35;s:5:\"bytes\";i:3975;s:11:\"size_before\";i:118528;s:10:\"size_after\";i:114553;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45;s:5:\"bytes\";i:3701;s:11:\"size_before\";i:107162;s:10:\"size_after\";i:103461;s:4:\"time\";d:0.04;}}}'),(29777,9260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1125;s:4:\"file\";s:48:\"2019/09/Sabina-Park-Tallawahs-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Sabina-Park-Tallawahs-Buzz-Caribbean-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:48:\"Sabina-Park-Tallawahs-Buzz-Caribbean-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:48:\"Sabina-Park-Tallawahs-Buzz-Caribbean-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Sabina-Park-Tallawahs-Buzz-Caribbean-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"Sabina-Park-Tallawahs-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G532M\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568548696\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.3\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:18:\"0.0010775862068966\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29779,9258,'_thumbnail_id','9259'),(29780,9258,'_edit_last','11'),(29781,9258,'smpush_mute_activated','no'),(29783,9258,'_yoast_wpseo_primary_category','4'),(29784,9258,'_yoast_wpseo_primary_sub-category','5'),(29785,9258,'sponsored_url',''),(29786,9258,'_yoast_wpseo_content_score','30'),(29787,9258,'_yoast_wpseo_focuskeywords','[]'),(29788,9258,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(29791,9263,'_wp_attached_file','2019/09/Tosh-Alexander-Buzz-Caribbean.png'),(29792,9263,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2374513;s:10:\"size_after\";i:2374513;s:4:\"time\";d:3.58;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35223;s:10:\"size_after\";i:35223;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:108899;s:10:\"size_after\";i:108899;s:4:\"time\";d:0.1;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:747452;s:10:\"size_after\";i:747452;s:4:\"time\";d:0.92;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:956338;s:10:\"size_after\";i:956338;s:4:\"time\";d:1.69;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:526601;s:10:\"size_after\";i:526601;s:4:\"time\";d:0.83;}}}'),(29793,9263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:944;s:6:\"height\";i:1077;s:4:\"file\";s:41:\"2019/09/Tosh-Alexander-Buzz-Caribbean.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Tosh-Alexander-Buzz-Caribbean-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:41:\"Tosh-Alexander-Buzz-Caribbean-263x300.png\";s:5:\"width\";i:263;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Tosh-Alexander-Buzz-Caribbean-768x876.png\";s:5:\"width\";i:768;s:6:\"height\";i:876;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Tosh-Alexander-Buzz-Caribbean-898x1024.png\";s:5:\"width\";i:898;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Tosh-Alexander-Buzz-Caribbean-944x655.png\";s:5:\"width\";i:944;s:6:\"height\";i:655;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:{}}}'),(29794,9264,'_wp_attached_file','2019/09/Tosh-Alexander-Games-Buzz.jpg'),(29795,9264,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.428768150046192;s:5:\"bytes\";i:9671;s:11:\"size_before\";i:114738;s:10:\"size_after\";i:105067;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45;s:5:\"bytes\";i:305;s:11:\"size_before\";i:5601;s:10:\"size_after\";i:5296;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7;s:5:\"bytes\";i:370;s:11:\"size_before\";i:6487;s:10:\"size_after\";i:6117;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.12;s:5:\"bytes\";i:2016;s:11:\"size_before\";i:24838;s:10:\"size_after\";i:22822;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.98;s:5:\"bytes\";i:3314;s:11:\"size_before\";i:36911;s:10:\"size_after\";i:33597;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.96;s:5:\"bytes\";i:3666;s:11:\"size_before\";i:40901;s:10:\"size_after\";i:37235;s:4:\"time\";d:0.02;}}}'),(29796,9264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:568;s:4:\"file\";s:37:\"2019/09/Tosh-Alexander-Games-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Tosh-Alexander-Games-Buzz-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:\"Tosh-Alexander-Games-Buzz-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Tosh-Alexander-Games-Buzz-768x405.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Tosh-Alexander-Games-Buzz-1024x540.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Tosh-Alexander-Games-Buzz-1060x568.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:568;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G532M\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568548696\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.3\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:18:\"0.0010775862068966\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29797,9265,'_wp_attached_file','2019/09/Tosh-Alexander-Games-Music-Video-Buzz.jpg'),(29798,9265,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.495446804605203;s:5:\"bytes\";i:5389;s:11:\"size_before\";i:98063;s:10:\"size_after\";i:92674;s:4:\"time\";d:0.09;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.56;s:5:\"bytes\";i:186;s:11:\"size_before\";i:4081;s:10:\"size_after\";i:3895;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.12;s:5:\"bytes\";i:161;s:11:\"size_before\";i:5167;s:10:\"size_after\";i:5006;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.41;s:5:\"bytes\";i:880;s:11:\"size_before\";i:19977;s:10:\"size_after\";i:19097;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12;s:5:\"bytes\";i:1547;s:11:\"size_before\";i:30192;s:10:\"size_after\";i:28645;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.77;s:5:\"bytes\";i:2615;s:11:\"size_before\";i:38646;s:10:\"size_after\";i:36031;s:4:\"time\";d:0.03;}}}'),(29799,9265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1339;s:6:\"height\";i:573;s:4:\"file\";s:49:\"2019/09/Tosh-Alexander-Games-Music-Video-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Tosh-Alexander-Games-Music-Video-Buzz-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:\"Tosh-Alexander-Games-Music-Video-Buzz-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Tosh-Alexander-Games-Music-Video-Buzz-768x329.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:329;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Tosh-Alexander-Games-Music-Video-Buzz-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"Tosh-Alexander-Games-Music-Video-Buzz-1060x573.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G532M\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568548696\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.3\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:18:\"0.0010775862068966\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29800,9266,'_wp_attached_file','2019/09/Tosh-Alexander-Games-Music-Video-VEVO-Buzz.jpg'),(29801,9266,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0333970381618105;s:5:\"bytes\";i:3476;s:11:\"size_before\";i:114591;s:10:\"size_after\";i:111115;s:4:\"time\";d:0.09;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.06;s:5:\"bytes\";i:235;s:11:\"size_before\";i:5783;s:10:\"size_after\";i:5548;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.73;s:5:\"bytes\";i:177;s:11:\"size_before\";i:6477;s:10:\"size_after\";i:6300;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.76;s:5:\"bytes\";i:659;s:11:\"size_before\";i:23844;s:10:\"size_after\";i:23185;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2;s:5:\"bytes\";i:1128;s:11:\"size_before\";i:35304;s:10:\"size_after\";i:34176;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:1277;s:11:\"size_before\";i:43183;s:10:\"size_after\";i:41906;s:4:\"time\";d:0.03;}}}'),(29802,9266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1193;s:6:\"height\";i:577;s:4:\"file\";s:54:\"2019/09/Tosh-Alexander-Games-Music-Video-VEVO-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Tosh-Alexander-Games-Music-Video-VEVO-Buzz-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:54:\"Tosh-Alexander-Games-Music-Video-VEVO-Buzz-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Tosh-Alexander-Games-Music-Video-VEVO-Buzz-768x371.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"Tosh-Alexander-Games-Music-Video-VEVO-Buzz-1024x495.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"Tosh-Alexander-Games-Music-Video-VEVO-Buzz-1060x577.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G532M\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568548696\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.3\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:18:\"0.0010775862068966\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29807,9269,'_wp_attached_file','2019/09/Tosh-Alexander-Video-Shoot-Buzz.png'),(29808,9269,'wpmf_size','859539'),(29809,9269,'wpmf_filetype','png'),(29810,9269,'wpmf_order','0'),(29811,9269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:43:\"2019/09/Tosh-Alexander-Video-Shoot-Buzz.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Tosh-Alexander-Video-Shoot-Buzz-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:\"Tosh-Alexander-Video-Shoot-Buzz-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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\";}}'),(29812,9269,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:189190;s:10:\"size_after\";i:189190;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41108;s:10:\"size_after\";i:41108;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:148082;s:10:\"size_after\";i:148082;s:4:\"time\";d:0.07;}}}'),(29819,9271,'_wp_attached_file','2019/09/Jaxx-Producer-Games-Tosh-Alexander-Buzz.png'),(29820,9271,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:185659;s:10:\"size_after\";i:185659;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42499;s:10:\"size_after\";i:42499;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:143160;s:10:\"size_after\";i:143160;s:4:\"time\";d:0.12;}}}'),(29821,9271,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:51:\"2019/09/Jaxx-Producer-Games-Tosh-Alexander-Buzz.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Jaxx-Producer-Games-Tosh-Alexander-Buzz-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:51:\"Jaxx-Producer-Games-Tosh-Alexander-Buzz-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(29822,9272,'_wp_attached_file','2019/09/Tosh-Alexander-Games-Music-Video-Buzz-1.jpg'),(29823,9272,'wpmf_size','223177'),(29824,9272,'wpmf_filetype','jpg'),(29825,9272,'wpmf_order','0'),(29826,9272,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1339;s:6:\"height\";i:573;s:4:\"file\";s:51:\"2019/09/Tosh-Alexander-Games-Music-Video-Buzz-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Tosh-Alexander-Games-Music-Video-Buzz-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:51:\"Tosh-Alexander-Games-Music-Video-Buzz-1-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"Tosh-Alexander-Games-Music-Video-Buzz-1-768x329.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:329;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"Tosh-Alexander-Games-Music-Video-Buzz-1-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"Tosh-Alexander-Games-Music-Video-Buzz-1-1060x573.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G532M\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568548696\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.3\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:18:\"0.0010775862068966\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(29827,9272,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.495446804605203;s:5:\"bytes\";i:5389;s:11:\"size_before\";i:98063;s:10:\"size_after\";i:92674;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.56;s:5:\"bytes\";i:186;s:11:\"size_before\";i:4081;s:10:\"size_after\";i:3895;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.12;s:5:\"bytes\";i:161;s:11:\"size_before\";i:5167;s:10:\"size_after\";i:5006;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.41;s:5:\"bytes\";i:880;s:11:\"size_before\";i:19977;s:10:\"size_after\";i:19097;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12;s:5:\"bytes\";i:1547;s:11:\"size_before\";i:30192;s:10:\"size_after\";i:28645;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.77;s:5:\"bytes\";i:2615;s:11:\"size_before\";i:38646;s:10:\"size_after\";i:36031;s:4:\"time\";d:0.03;}}}'),(29841,9275,'_edit_lock','1568649361:9'),(29842,9275,'_yst_prominent_words_version','1'),(29848,9278,'_edit_lock','1568574009:11'),(29849,9278,'_yst_prominent_words_version','1'),(29850,9279,'_wp_attached_file','2019/09/Tosh-Alexander-Buzz-Caribbean-1.png'),(29851,9279,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2374513;s:10:\"size_after\";i:2374513;s:4:\"time\";d:2.63;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35223;s:10:\"size_after\";i:35223;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:108899;s:10:\"size_after\";i:108899;s:4:\"time\";d:0.12;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:747452;s:10:\"size_after\";i:747452;s:4:\"time\";d:0.8;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:956338;s:10:\"size_after\";i:956338;s:4:\"time\";d:1.14;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:526601;s:10:\"size_after\";i:526601;s:4:\"time\";d:0.54;}}}'),(29852,9279,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:944;s:6:\"height\";i:1077;s:4:\"file\";s:43:\"2019/09/Tosh-Alexander-Buzz-Caribbean-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Tosh-Alexander-Buzz-Caribbean-1-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:\"Tosh-Alexander-Buzz-Caribbean-1-263x300.png\";s:5:\"width\";i:263;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Tosh-Alexander-Buzz-Caribbean-1-768x876.png\";s:5:\"width\";i:768;s:6:\"height\";i:876;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Tosh-Alexander-Buzz-Caribbean-1-898x1024.png\";s:5:\"width\";i:898;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Tosh-Alexander-Buzz-Caribbean-1-944x655.png\";s:5:\"width\";i:944;s:6:\"height\";i:655;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:{}}}'),(29853,9280,'_wp_attached_file','2019/09/Tosh-Alexander-Games-Music-Video-Buzz-2.jpg'),(29854,9280,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.495446804605203;s:5:\"bytes\";i:5389;s:11:\"size_before\";i:98063;s:10:\"size_after\";i:92674;s:4:\"time\";d:0.09;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.56;s:5:\"bytes\";i:186;s:11:\"size_before\";i:4081;s:10:\"size_after\";i:3895;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.12;s:5:\"bytes\";i:161;s:11:\"size_before\";i:5167;s:10:\"size_after\";i:5006;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.41;s:5:\"bytes\";i:880;s:11:\"size_before\";i:19977;s:10:\"size_after\";i:19097;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12;s:5:\"bytes\";i:1547;s:11:\"size_before\";i:30192;s:10:\"size_after\";i:28645;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.77;s:5:\"bytes\";i:2615;s:11:\"size_before\";i:38646;s:10:\"size_after\";i:36031;s:4:\"time\";d:0.03;}}}'),(29855,9280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1339;s:6:\"height\";i:573;s:4:\"file\";s:51:\"2019/09/Tosh-Alexander-Games-Music-Video-Buzz-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Tosh-Alexander-Games-Music-Video-Buzz-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:\"Tosh-Alexander-Games-Music-Video-Buzz-2-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"Tosh-Alexander-Games-Music-Video-Buzz-2-768x329.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:329;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"Tosh-Alexander-Games-Music-Video-Buzz-2-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"Tosh-Alexander-Games-Music-Video-Buzz-2-1060x573.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G532M\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568548696\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.3\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:18:\"0.0010775862068966\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29856,9281,'_wp_attached_file','2019/09/Tosh-Alexander-Games-Music-Video-VEVO-Buzz-1.jpg'),(29857,9281,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0333970381618105;s:5:\"bytes\";i:3476;s:11:\"size_before\";i:114591;s:10:\"size_after\";i:111115;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.06;s:5:\"bytes\";i:235;s:11:\"size_before\";i:5783;s:10:\"size_after\";i:5548;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.73;s:5:\"bytes\";i:177;s:11:\"size_before\";i:6477;s:10:\"size_after\";i:6300;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.76;s:5:\"bytes\";i:659;s:11:\"size_before\";i:23844;s:10:\"size_after\";i:23185;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2;s:5:\"bytes\";i:1128;s:11:\"size_before\";i:35304;s:10:\"size_after\";i:34176;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:1277;s:11:\"size_before\";i:43183;s:10:\"size_after\";i:41906;s:4:\"time\";d:0.02;}}}'),(29858,9281,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1193;s:6:\"height\";i:577;s:4:\"file\";s:56:\"2019/09/Tosh-Alexander-Games-Music-Video-VEVO-Buzz-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Tosh-Alexander-Games-Music-Video-VEVO-Buzz-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:56:\"Tosh-Alexander-Games-Music-Video-VEVO-Buzz-1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"Tosh-Alexander-Games-Music-Video-VEVO-Buzz-1-768x371.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"Tosh-Alexander-Games-Music-Video-VEVO-Buzz-1-1024x495.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:57:\"Tosh-Alexander-Games-Music-Video-VEVO-Buzz-1-1060x577.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G532M\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568548696\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.3\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:18:\"0.0010775862068966\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29859,9282,'_wp_attached_file','2019/09/Tosh-Alexander-Games-Buzz-1.jpg'),(29860,9282,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.428768150046192;s:5:\"bytes\";i:9671;s:11:\"size_before\";i:114738;s:10:\"size_after\";i:105067;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45;s:5:\"bytes\";i:305;s:11:\"size_before\";i:5601;s:10:\"size_after\";i:5296;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7;s:5:\"bytes\";i:370;s:11:\"size_before\";i:6487;s:10:\"size_after\";i:6117;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.12;s:5:\"bytes\";i:2016;s:11:\"size_before\";i:24838;s:10:\"size_after\";i:22822;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.98;s:5:\"bytes\";i:3314;s:11:\"size_before\";i:36911;s:10:\"size_after\";i:33597;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.96;s:5:\"bytes\";i:3666;s:11:\"size_before\";i:40901;s:10:\"size_after\";i:37235;s:4:\"time\";d:0.03;}}}'),(29861,9282,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:568;s:4:\"file\";s:39:\"2019/09/Tosh-Alexander-Games-Buzz-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Tosh-Alexander-Games-Buzz-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:39:\"Tosh-Alexander-Games-Buzz-1-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Tosh-Alexander-Games-Buzz-1-768x405.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Tosh-Alexander-Games-Buzz-1-1024x540.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Tosh-Alexander-Games-Buzz-1-1060x568.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:568;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G532M\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568548696\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.3\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:18:\"0.0010775862068966\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29862,9283,'_wp_attached_file','2019/09/Jaxx-Producer-Games-Tosh-Alexander-Buzz-1.png'),(29863,9283,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:185659;s:10:\"size_after\";i:185659;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42499;s:10:\"size_after\";i:42499;s:4:\"time\";d:0.05;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:143160;s:10:\"size_after\";i:143160;s:4:\"time\";d:0.09;}}}'),(29864,9283,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:53:\"2019/09/Jaxx-Producer-Games-Tosh-Alexander-Buzz-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Jaxx-Producer-Games-Tosh-Alexander-Buzz-1-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:53:\"Jaxx-Producer-Games-Tosh-Alexander-Buzz-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(29865,9278,'_oembed_8e17a5d9364ba706538d52eeb6157c7b','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2UdFYAHLd4/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2UdFYAHLd4/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2UdFYAHLd4/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">#RollingStone #GAMES #Jamaica #RollingStone #CaribbeanGirls #Reggae #Pop @_simplychy @alian0 @simmi.di.teacha @popstylemusic @aftercluvdlab</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/toshalexander/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> TOSH????</a> (@toshalexander) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-12T17:30:29+00:00\">Sep 12, 2019 at 10:30am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(29866,9278,'_oembed_time_8e17a5d9364ba706538d52eeb6157c7b','1568573951'),(29867,9278,'_oembed_6478c13e9fee997e064d44b0a0aaaa4b','<iframe title=\"Tosh Alexander - Games\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/o286IpT0cn8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(29868,9278,'_oembed_time_6478c13e9fee997e064d44b0a0aaaa4b','1568573951'),(29870,9278,'_thumbnail_id','9282'),(29871,9278,'_edit_last','11'),(29872,9278,'smpush_mute_activated','no'),(29874,9278,'_yoast_wpseo_primary_category','2'),(29875,9278,'_yoast_wpseo_primary_sub-category','14'),(29876,9278,'sponsored_url',''),(29877,9278,'_yoast_wpseo_content_score','60'),(29878,9278,'_yoast_wpseo_focuskeywords','[]'),(29879,9278,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(29880,9285,'_edit_lock','1568578416:11'),(29881,9285,'_yst_prominent_words_version','1'),(29882,9286,'_wp_attached_file','2019/09/Tallawahs-Tridents-Buzz-Caribbean.jpg'),(29883,9286,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1045818;s:11:\"size_before\";i:1326901;s:10:\"size_after\";i:281083;}'),(29884,9286,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.092749107862959;s:5:\"bytes\";i:23048;s:11:\"size_before\";i:452565;s:10:\"size_after\";i:429517;s:4:\"time\";d:0.18000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.24;s:5:\"bytes\";i:695;s:11:\"size_before\";i:9602;s:10:\"size_after\";i:8907;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.26;s:5:\"bytes\";i:1608;s:11:\"size_before\";i:22139;s:10:\"size_after\";i:20531;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.52;s:5:\"bytes\";i:5659;s:11:\"size_before\";i:102552;s:10:\"size_after\";i:96893;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:7526;s:11:\"size_before\";i:159824;s:10:\"size_after\";i:152298;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.77;s:5:\"bytes\";i:7560;s:11:\"size_before\";i:158448;s:10:\"size_after\";i:150888;s:4:\"time\";d:0.04;}}}'),(29885,9286,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:45:\"2019/09/Tallawahs-Tridents-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Tallawahs-Tridents-Buzz-Caribbean-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:45:\"Tallawahs-Tridents-Buzz-Caribbean-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:45:\"Tallawahs-Tridents-Buzz-Caribbean-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:46:\"Tallawahs-Tridents-Buzz-Caribbean-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Tallawahs-Tridents-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568554487\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"300\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29886,9287,'_wp_attached_file','2019/09/20190915130430_LGW_8753.jpg'),(29887,9287,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1204429;s:11:\"size_before\";i:1520604;s:10:\"size_after\";i:316175;}'),(29888,9287,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.570949923028163;s:5:\"bytes\";i:27684;s:11:\"size_before\";i:496935;s:10:\"size_after\";i:469251;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.96;s:5:\"bytes\";i:670;s:11:\"size_before\";i:9622;s:10:\"size_after\";i:8952;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:1535;s:11:\"size_before\";i:22596;s:10:\"size_after\";i:21061;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87;s:5:\"bytes\";i:6541;s:11:\"size_before\";i:111429;s:10:\"size_after\";i:104888;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.35;s:5:\"bytes\";i:9422;s:11:\"size_before\";i:176149;s:10:\"size_after\";i:166727;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37;s:5:\"bytes\";i:9516;s:11:\"size_before\";i:177139;s:10:\"size_after\";i:167623;s:4:\"time\";d:0.05;}}}'),(29889,9287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2019/09/20190915130430_LGW_8753.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"20190915130430_LGW_8753-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:\"20190915130430_LGW_8753-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:35:\"20190915130430_LGW_8753-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:36:\"20190915130430_LGW_8753-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"20190915130430_LGW_8753-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568554501\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"80\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29890,9288,'_wp_attached_file','2019/09/Tallawahs-Cheerleaders-CPL-Buzz.jpg'),(29891,9288,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1079992;s:11:\"size_before\";i:1340968;s:10:\"size_after\";i:260976;}'),(29892,9288,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.7787233033873;s:5:\"bytes\";i:20160;s:11:\"size_before\";i:421870;s:10:\"size_after\";i:401710;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.33;s:5:\"bytes\";i:854;s:11:\"size_before\";i:10256;s:10:\"size_after\";i:9402;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.12;s:5:\"bytes\";i:1588;s:11:\"size_before\";i:22317;s:10:\"size_after\";i:20729;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.22;s:5:\"bytes\";i:5036;s:11:\"size_before\";i:96427;s:10:\"size_after\";i:91391;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37;s:5:\"bytes\";i:6506;s:11:\"size_before\";i:148953;s:10:\"size_after\";i:142447;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.29;s:5:\"bytes\";i:6176;s:11:\"size_before\";i:143917;s:10:\"size_after\";i:137741;s:4:\"time\";d:0.04;}}}'),(29893,9288,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:43:\"2019/09/Tallawahs-Cheerleaders-CPL-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Tallawahs-Cheerleaders-CPL-Buzz-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:\"Tallawahs-Cheerleaders-CPL-Buzz-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:43:\"Tallawahs-Cheerleaders-CPL-Buzz-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:44:\"Tallawahs-Cheerleaders-CPL-Buzz-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Tallawahs-Cheerleaders-CPL-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568554433\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"37\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29894,9289,'_wp_attached_file','2019/09/Sabina-CPL-Buzz.jpg'),(29895,9289,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1204429;s:11:\"size_before\";i:1520604;s:10:\"size_after\";i:316175;}'),(29896,9289,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.570949923028163;s:5:\"bytes\";i:27684;s:11:\"size_before\";i:496935;s:10:\"size_after\";i:469251;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.96;s:5:\"bytes\";i:670;s:11:\"size_before\";i:9622;s:10:\"size_after\";i:8952;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:1535;s:11:\"size_before\";i:22596;s:10:\"size_after\";i:21061;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87;s:5:\"bytes\";i:6541;s:11:\"size_before\";i:111429;s:10:\"size_after\";i:104888;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.35;s:5:\"bytes\";i:9422;s:11:\"size_before\";i:176149;s:10:\"size_after\";i:166727;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37;s:5:\"bytes\";i:9516;s:11:\"size_before\";i:177139;s:10:\"size_after\";i:167623;s:4:\"time\";d:0.06;}}}'),(29897,9289,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:27:\"2019/09/Sabina-CPL-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Sabina-CPL-Buzz-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:\"Sabina-CPL-Buzz-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:27:\"Sabina-CPL-Buzz-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:28:\"Sabina-CPL-Buzz-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Sabina-CPL-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568554501\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"80\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29898,9290,'_wp_attached_file','2019/09/Tridents-Batsman-CPL-Buzz.jpg'),(29899,9290,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1097717;s:11:\"size_before\";i:1376922;s:10:\"size_after\";i:279205;}'),(29900,9290,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.216954998344564;s:5:\"bytes\";i:17704;s:11:\"size_before\";i:419829;s:10:\"size_after\";i:402125;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:484;s:11:\"size_before\";i:7700;s:10:\"size_after\";i:7216;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.93;s:5:\"bytes\";i:1071;s:11:\"size_before\";i:18057;s:10:\"size_after\";i:16986;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45;s:5:\"bytes\";i:4150;s:11:\"size_before\";i:93318;s:10:\"size_after\";i:89168;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.86;s:5:\"bytes\";i:5818;s:11:\"size_before\";i:150843;s:10:\"size_after\";i:145025;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12;s:5:\"bytes\";i:6181;s:11:\"size_before\";i:149911;s:10:\"size_after\";i:143730;s:4:\"time\";d:0.04;}}}'),(29901,9290,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:37:\"2019/09/Tridents-Batsman-CPL-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Tridents-Batsman-CPL-Buzz-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:\"Tridents-Batsman-CPL-Buzz-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:37:\"Tridents-Batsman-CPL-Buzz-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:38:\"Tridents-Batsman-CPL-Buzz-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Tridents-Batsman-CPL-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568554469\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"300\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29902,9291,'_wp_attached_file','2019/09/Spectators-Tallawahs-Tridents-Buzz.jpg'),(29903,9291,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:788869;s:11:\"size_before\";i:947402;s:10:\"size_after\";i:158533;}'),(29904,9291,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.315861858190709;s:5:\"bytes\";i:6062;s:11:\"size_before\";i:261760;s:10:\"size_after\";i:255698;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.74;s:5:\"bytes\";i:409;s:11:\"size_before\";i:7125;s:10:\"size_after\";i:6716;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.08;s:5:\"bytes\";i:784;s:11:\"size_before\";i:15438;s:10:\"size_after\";i:14654;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.52;s:5:\"bytes\";i:1497;s:11:\"size_before\";i:59395;s:10:\"size_after\";i:57898;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.89;s:5:\"bytes\";i:1706;s:11:\"size_before\";i:90252;s:10:\"size_after\";i:88546;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.86;s:5:\"bytes\";i:1666;s:11:\"size_before\";i:89550;s:10:\"size_after\";i:87884;s:4:\"time\";d:0.04;}}}'),(29905,9291,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:46:\"2019/09/Spectators-Tallawahs-Tridents-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Spectators-Tallawahs-Tridents-Buzz-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:\"Spectators-Tallawahs-Tridents-Buzz-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:46:\"Spectators-Tallawahs-Tridents-Buzz-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:47:\"Spectators-Tallawahs-Tridents-Buzz-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Spectators-Tallawahs-Tridents-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568554499\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"76\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29906,9292,'_wp_attached_file','2019/09/Jamaica-Tallawahs-CPL-Buzz-Caribbean.jpg'),(29907,9292,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:798110;s:11:\"size_before\";i:966013;s:10:\"size_after\";i:167903;}'),(29908,9292,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.5842668667053;s:5:\"bytes\";i:7269;s:11:\"size_before\";i:281279;s:10:\"size_after\";i:274010;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.35;s:5:\"bytes\";i:522;s:11:\"size_before\";i:8222;s:10:\"size_after\";i:7700;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6;s:5:\"bytes\";i:972;s:11:\"size_before\";i:17362;s:10:\"size_after\";i:16390;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.74;s:5:\"bytes\";i:1774;s:11:\"size_before\";i:64634;s:10:\"size_after\";i:62860;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.05;s:5:\"bytes\";i:1980;s:11:\"size_before\";i:96453;s:10:\"size_after\";i:94473;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.14;s:5:\"bytes\";i:2021;s:11:\"size_before\";i:94608;s:10:\"size_after\";i:92587;s:4:\"time\";d:0.03;}}}'),(29909,9292,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:48:\"2019/09/Jamaica-Tallawahs-CPL-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Jamaica-Tallawahs-CPL-Buzz-Caribbean-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:48:\"Jamaica-Tallawahs-CPL-Buzz-Caribbean-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:48:\"Jamaica-Tallawahs-CPL-Buzz-Caribbean-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:49:\"Jamaica-Tallawahs-CPL-Buzz-Caribbean-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"Jamaica-Tallawahs-CPL-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"13\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568554439\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"113\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29910,9293,'_wp_attached_file','2019/09/Tallawahs-CPL-T20-Buzz.jpg'),(29911,9293,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:816638;s:11:\"size_before\";i:986141;s:10:\"size_after\";i:169503;}'),(29912,9293,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.822671901160441;s:5:\"bytes\";i:10594;s:11:\"size_before\";i:277136;s:10:\"size_after\";i:266542;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.36;s:5:\"bytes\";i:573;s:11:\"size_before\";i:7786;s:10:\"size_after\";i:7213;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.61;s:5:\"bytes\";i:1094;s:11:\"size_before\";i:16557;s:10:\"size_after\";i:15463;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.11;s:5:\"bytes\";i:2568;s:11:\"size_before\";i:62529;s:10:\"size_after\";i:59961;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.34;s:5:\"bytes\";i:3207;s:11:\"size_before\";i:95884;s:10:\"size_after\";i:92677;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.34;s:5:\"bytes\";i:3152;s:11:\"size_before\";i:94380;s:10:\"size_after\";i:91228;s:4:\"time\";d:0.04;}}}'),(29913,9293,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:34:\"2019/09/Tallawahs-CPL-T20-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Tallawahs-CPL-T20-Buzz-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:\"Tallawahs-CPL-T20-Buzz-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:34:\"Tallawahs-CPL-T20-Buzz-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:35:\"Tallawahs-CPL-T20-Buzz-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Tallawahs-CPL-T20-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568554467\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"300\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29914,9294,'_wp_attached_file','2019/09/Tallawahs-Tridents-CPL-Buzz.jpg'),(29915,9294,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:879135;s:11:\"size_before\";i:1073166;s:10:\"size_after\";i:194031;}'),(29916,9294,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.7926922247922614;s:5:\"bytes\";i:8681;s:11:\"size_before\";i:310847;s:10:\"size_after\";i:302166;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.17;s:5:\"bytes\";i:483;s:11:\"size_before\";i:7830;s:10:\"size_after\";i:7347;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.07;s:5:\"bytes\";i:861;s:11:\"size_before\";i:16972;s:10:\"size_after\";i:16111;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.01;s:5:\"bytes\";i:2119;s:11:\"size_before\";i:70325;s:10:\"size_after\";i:68206;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.41;s:5:\"bytes\";i:2614;s:11:\"size_before\";i:108595;s:10:\"size_after\";i:105981;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.43;s:5:\"bytes\";i:2604;s:11:\"size_before\";i:107125;s:10:\"size_after\";i:104521;s:4:\"time\";d:0.05;}}}'),(29917,9294,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:39:\"2019/09/Tallawahs-Tridents-CPL-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Tallawahs-Tridents-CPL-Buzz-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:\"Tallawahs-Tridents-CPL-Buzz-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:39:\"Tallawahs-Tridents-CPL-Buzz-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:40:\"Tallawahs-Tridents-CPL-Buzz-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Tallawahs-Tridents-CPL-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568554495\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29919,9285,'_thumbnail_id','9288'),(29920,9285,'_edit_last','11'),(29921,9285,'smpush_mute_activated','no'),(29923,9285,'_yoast_wpseo_primary_category','4'),(29924,9285,'_yoast_wpseo_primary_sub-category','5'),(29925,9285,'sponsored_url',''),(29926,9285,'_yoast_wpseo_content_score','30'),(29927,9285,'_yoast_wpseo_focuskeywords','[]'),(29928,9285,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(29929,9275,'_oembed_b0f3c40c6c2dea46aadfc23c573c5dc0','<iframe title=\"Lil Wayne &amp; Charlie Puth - Nothing But Trouble [Official Video]\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/MKVBLu1zkog?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(29930,9275,'_oembed_time_b0f3c40c6c2dea46aadfc23c573c5dc0','1568648685'),(29931,9297,'_wp_attached_file','2019/09/Instagram-App-Buzz.jpg'),(29932,9297,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:520126;s:11:\"size_before\";i:626332;s:10:\"size_after\";i:106206;}'),(29933,9297,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.615608136156082;s:5:\"bytes\";i:11582;s:11:\"size_before\";i:120450;s:10:\"size_after\";i:108868;s:4:\"time\";d:0.09000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4;s:5:\"bytes\";i:222;s:11:\"size_before\";i:3469;s:10:\"size_after\";i:3247;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.14;s:5:\"bytes\";i:423;s:11:\"size_before\";i:6885;s:10:\"size_after\";i:6462;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.24;s:5:\"bytes\";i:2485;s:11:\"size_before\";i:26896;s:10:\"size_after\";i:24411;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.25;s:5:\"bytes\";i:4561;s:11:\"size_before\";i:44514;s:10:\"size_after\";i:39953;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.06;s:5:\"bytes\";i:3891;s:11:\"size_before\";i:38686;s:10:\"size_after\";i:34795;s:4:\"time\";d:0.02;}}}'),(29934,9297,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1171;s:4:\"file\";s:30:\"2019/09/Instagram-App-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Instagram-App-Buzz-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:\"Instagram-App-Buzz-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Instagram-App-Buzz-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Instagram-App-Buzz-1024x800.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Instagram-App-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(29935,9298,'_wp_attached_file','2019/09/Porter-IG-Model-Buzz-Caribbean.png'),(29936,9298,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1715481;s:10:\"size_after\";i:1715481;s:4:\"time\";d:1.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47763;s:10:\"size_after\";i:47763;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:137582;s:10:\"size_after\";i:137582;s:4:\"time\";d:0.06;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:715150;s:10:\"size_after\";i:715150;s:4:\"time\";d:0.51;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:814986;s:10:\"size_after\";i:814986;s:4:\"time\";d:0.52;}}}'),(29937,9298,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:852;s:6:\"height\";i:681;s:4:\"file\";s:42:\"2019/09/Porter-IG-Model-Buzz-Caribbean.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Porter-IG-Model-Buzz-Caribbean-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:42:\"Porter-IG-Model-Buzz-Caribbean-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Porter-IG-Model-Buzz-Caribbean-768x614.png\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Porter-IG-Model-Buzz-Caribbean-852x655.png\";s:5:\"width\";i:852;s:6:\"height\";i:655;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:{}}}'),(29938,9299,'_wp_attached_file','2019/09/Porter-Instagram-Model-Buzz.png'),(29939,9299,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:162534;s:10:\"size_after\";i:162534;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47291;s:10:\"size_after\";i:47291;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:115243;s:10:\"size_after\";i:115243;s:4:\"time\";d:0.05;}}}'),(29940,9299,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:427;s:6:\"height\";i:640;s:4:\"file\";s:39:\"2019/09/Porter-Instagram-Model-Buzz.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Porter-Instagram-Model-Buzz-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:39:\"Porter-Instagram-Model-Buzz-200x300.png\";s:5:\"width\";i:200;s:6:\"height\";i:300;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:{}}}'),(29941,9300,'_wp_attached_file','2019/09/Swimsuit-Instagram-Model-Buzz-Caribbean.png'),(29942,9300,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:735953;s:10:\"size_after\";i:735953;s:4:\"time\";d:0.47000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46379;s:10:\"size_after\";i:46379;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:119956;s:10:\"size_after\";i:119956;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:569618;s:10:\"size_after\";i:569618;s:4:\"time\";d:0.38;}}}'),(29943,9300,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:576;s:6:\"height\";i:768;s:4:\"file\";s:51:\"2019/09/Swimsuit-Instagram-Model-Buzz-Caribbean.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Swimsuit-Instagram-Model-Buzz-Caribbean-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:51:\"Swimsuit-Instagram-Model-Buzz-Caribbean-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"Swimsuit-Instagram-Model-Buzz-Caribbean-576x655.png\";s:5:\"width\";i:576;s:6:\"height\";i:655;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:{}}}'),(29944,9301,'_wp_attached_file','2019/09/Events-Porter-Instagram-Model-Buzz.png'),(29945,9301,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:251431;s:10:\"size_after\";i:251431;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:65257;s:10:\"size_after\";i:65257;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:186174;s:10:\"size_after\";i:186174;s:4:\"time\";d:0.04;}}}'),(29946,9301,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:46:\"2019/09/Events-Porter-Instagram-Model-Buzz.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Events-Porter-Instagram-Model-Buzz-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:46:\"Events-Porter-Instagram-Model-Buzz-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;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:{}}}'),(29947,9302,'_wp_attached_file','2019/09/IG-Model-Porter-Instagram-Buzz-Caribbean.png'),(29948,9302,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:808755;s:10:\"size_after\";i:808755;s:4:\"time\";d:0.4;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44656;s:10:\"size_after\";i:44656;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:120526;s:10:\"size_after\";i:120526;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:643573;s:10:\"size_after\";i:643573;s:4:\"time\";d:0.33;}}}'),(29949,9302,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:922;s:4:\"file\";s:52:\"2019/09/IG-Model-Porter-Instagram-Buzz-Caribbean.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"IG-Model-Porter-Instagram-Buzz-Caribbean-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:52:\"IG-Model-Porter-Instagram-Buzz-Caribbean-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"IG-Model-Porter-Instagram-Buzz-Caribbean-692x655.png\";s:5:\"width\";i:692;s:6:\"height\";i:655;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:{}}}'),(29951,9275,'_thumbnail_id','9351'),(29953,9275,'_edit_last','9'),(29954,9275,'smpush_mute_activated','no'),(29956,9275,'_yoast_wpseo_primary_category','3'),(29957,9275,'_yoast_wpseo_primary_sub-category','10'),(29958,9275,'sponsored_url',''),(29959,9275,'_yoast_wpseo_content_score','30'),(29960,9275,'_yoast_wpseo_focuskeywords','[]'),(29961,9275,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(29963,9249,'_thumbnail_id','9080'),(29965,9306,'_edit_lock','1568581404:11'),(29966,9306,'_yst_prominent_words_version','1'),(29967,9306,'_oembed_b13ececf6d0fadf3fb399bd4e4b7f19b','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2EbRyDhffX/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2EbRyDhffX/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2EbRyDhffX/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Giveaway Alert ?  I&#39;ve been getting amazing feedback so far about asafafitlife.com and I wanted to say thank you to all of you guys!  To celebrate the launch of my new website I&#39;m giving you the chance to win one year free membership for asafafitlife.com valued at $150, so head over to the site enter your name and email address and I&#39;ll pick a winner from there! Good luck!</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/asafasub10king/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Asafa Powell</a> (@asafasub10king) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-06T12:07:07+00:00\">Sep 6, 2019 at 5:07am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(29968,9306,'_oembed_time_b13ececf6d0fadf3fb399bd4e4b7f19b','1568579961'),(29969,9306,'_oembed_dd9dce3f7f3d61aa3f6c250af5adb5d5','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2Y6Gf8AQYj/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2Y6Gf8AQYj/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2Y6Gf8AQYj/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Congratulations ? to Shawn Richardson who is the lucky winner of the years membership to asafafitlife.com ?? I will contact you by email in the coming days with details on how to claim your prize. Thanks to everyone that entered! I&#39;m so excited for you to check out the site when it launches in the next few weeks!</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/asafasub10king/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Asafa Powell</a> (@asafasub10king) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-14T11:01:49+00:00\">Sep 14, 2019 at 4:01am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(29970,9306,'_oembed_time_dd9dce3f7f3d61aa3f6c250af5adb5d5','1568579961'),(29971,9309,'_wp_attached_file','2019/09/asafa-fit-life-website-Buzz.jpg'),(29972,9309,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.400920750931499;s:5:\"bytes\";i:14293;s:11:\"size_before\";i:223296;s:10:\"size_after\";i:209003;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.45;s:5:\"bytes\";i:470;s:11:\"size_before\";i:7292;s:10:\"size_after\";i:6822;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.24;s:5:\"bytes\";i:732;s:11:\"size_before\";i:10105;s:10:\"size_after\";i:9373;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.02;s:5:\"bytes\";i:3196;s:11:\"size_before\";i:45522;s:10:\"size_after\";i:42326;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.31;s:5:\"bytes\";i:4313;s:11:\"size_before\";i:68318;s:10:\"size_after\";i:64005;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.06;s:5:\"bytes\";i:5582;s:11:\"size_before\";i:92059;s:10:\"size_after\";i:86477;s:4:\"time\";d:0.04;}}}'),(29973,9309,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1343;s:6:\"height\";i:427;s:4:\"file\";s:39:\"2019/09/asafa-fit-life-website-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"asafa-fit-life-website-Buzz-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:\"asafa-fit-life-website-Buzz-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"asafa-fit-life-website-Buzz-768x244.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"asafa-fit-life-website-Buzz-1024x326.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"asafa-fit-life-website-Buzz-1060x427.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:427;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:{}}}'),(29974,9310,'_wp_attached_file','2019/09/Active-By-Asafa-Powell-Buzz.jpg'),(29975,9310,'wpmf_size','195057'),(29976,9310,'wpmf_filetype','jpg'),(29977,9310,'wpmf_order','0'),(29978,9310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:824;s:4:\"file\";s:39:\"2019/09/Active-By-Asafa-Powell-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Active-By-Asafa-Powell-Buzz-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:\"Active-By-Asafa-Powell-Buzz-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Active-By-Asafa-Powell-Buzz-768x494.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Active-By-Asafa-Powell-Buzz-1024x659.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:659;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Active-By-Asafa-Powell-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(29979,9310,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.435179702645048;s:5:\"bytes\";i:10936;s:11:\"size_before\";i:246574;s:10:\"size_after\";i:235638;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.65;s:5:\"bytes\";i:504;s:11:\"size_before\";i:7581;s:10:\"size_after\";i:7077;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.56;s:5:\"bytes\";i:1089;s:11:\"size_before\";i:16602;s:10:\"size_after\";i:15513;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.36;s:5:\"bytes\";i:2459;s:11:\"size_before\";i:56376;s:10:\"size_after\";i:53917;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.32;s:5:\"bytes\";i:3531;s:11:\"size_before\";i:81784;s:10:\"size_after\";i:78253;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:3353;s:11:\"size_before\";i:84231;s:10:\"size_after\";i:80878;s:4:\"time\";d:0.04;}}}'),(29980,9306,'_edit_last','11'),(29981,9306,'smpush_mute_activated','no'),(29982,9306,'_yoast_wpseo_primary_category','4'),(29983,9306,'_yoast_wpseo_primary_sub-category','881'),(29984,9306,'sponsored_url',''),(29985,9306,'_yoast_wpseo_content_score','30'),(29986,9306,'_yoast_wpseo_focuskeywords','[]'),(29987,9306,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(29988,9312,'_edit_lock','1568584208:4'),(29989,9312,'_yst_prominent_words_version','1'),(29991,9312,'_thumbnail_id','9065'),(29992,9312,'_edit_last','4'),(29993,9312,'smpush_mute_activated','no'),(29995,9312,'_yoast_wpseo_primary_category','4'),(29996,9312,'_yoast_wpseo_primary_sub-category','5'),(29997,9312,'sponsored_url',''),(29998,9312,'_yoast_wpseo_content_score','30'),(29999,9312,'_yoast_wpseo_focuskeywords','[]'),(30000,9312,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30001,9314,'_wp_attached_file','2019/09/Asafa-Powell-Website-Buzz.jpg'),(30002,9314,'wpmf_size','84826'),(30003,9314,'wpmf_filetype','jpg'),(30004,9314,'wpmf_order','0'),(30005,9314,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:593;s:6:\"height\";i:432;s:4:\"file\";s:37:\"2019/09/Asafa-Powell-Website-Buzz.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Asafa-Powell-Website-Buzz-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:\"Asafa-Powell-Website-Buzz-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(30006,9314,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.362470578686795;s:5:\"bytes\";i:1075;s:11:\"size_before\";i:24642;s:10:\"size_after\";i:23567;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:361;s:11:\"size_before\";i:7213;s:10:\"size_after\";i:6852;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1;s:5:\"bytes\";i:714;s:11:\"size_before\";i:17429;s:10:\"size_after\";i:16715;s:4:\"time\";d:0.02;}}}'),(30008,9306,'_thumbnail_id','9314'),(30010,9316,'_edit_lock','1568582484:11'),(30011,9316,'_yst_prominent_words_version','1'),(30012,9317,'_wp_attached_file','2019/09/Desmond-McKenzie-Montego-Bay-Fire-Station.jpg'),(30013,9317,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1719522;s:11:\"size_before\";i:1968052;s:10:\"size_after\";i:248530;}'),(30014,9317,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8251092928047283;s:5:\"bytes\";i:13772;s:11:\"size_before\";i:360042;s:10:\"size_after\";i:346270;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.91;s:5:\"bytes\";i:447;s:11:\"size_before\";i:7561;s:10:\"size_after\";i:7114;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.28;s:5:\"bytes\";i:875;s:11:\"size_before\";i:16586;s:10:\"size_after\";i:15711;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.76;s:5:\"bytes\";i:2885;s:11:\"size_before\";i:76815;s:10:\"size_after\";i:73930;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.65;s:5:\"bytes\";i:4619;s:11:\"size_before\";i:126473;s:10:\"size_after\";i:121854;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:4946;s:11:\"size_before\";i:132607;s:10:\"size_after\";i:127661;s:4:\"time\";d:0.04;}}}'),(30015,9317,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:944;s:4:\"file\";s:53:\"2019/09/Desmond-McKenzie-Montego-Bay-Fire-Station.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Desmond-McKenzie-Montego-Bay-Fire-Station-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:\"Desmond-McKenzie-Montego-Bay-Fire-Station-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"Desmond-McKenzie-Montego-Bay-Fire-Station-768x484.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"Desmond-McKenzie-Montego-Bay-Fire-Station-1024x645.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:54:\"Desmond-McKenzie-Montego-Bay-Fire-Station-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-J700H\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568302715\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.7\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:19:\"0.00083194675540765\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(30016,9318,'_wp_attached_file','2019/09/Construction-Montego-Bay-Fire-Station.jpg'),(30017,9318,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:481152;s:11:\"size_before\";i:834309;s:10:\"size_after\";i:353157;}'),(30018,9318,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.346557160522133;s:5:\"bytes\";i:27283;s:11:\"size_before\";i:510291;s:10:\"size_after\";i:483008;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.48;s:5:\"bytes\";i:536;s:11:\"size_before\";i:8266;s:10:\"size_after\";i:7730;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:1187;s:11:\"size_before\";i:18376;s:10:\"size_after\";i:17189;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.55;s:5:\"bytes\";i:5868;s:11:\"size_before\";i:105689;s:10:\"size_after\";i:99821;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.32;s:5:\"bytes\";i:9616;s:11:\"size_before\";i:180775;s:10:\"size_after\";i:171159;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.11;s:5:\"bytes\";i:10076;s:11:\"size_before\";i:197185;s:10:\"size_after\";i:187109;s:4:\"time\";d:0.05;}}}'),(30019,9318,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:894;s:4:\"file\";s:49:\"2019/09/Construction-Montego-Bay-Fire-Station.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Construction-Montego-Bay-Fire-Station-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:\"Construction-Montego-Bay-Fire-Station-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Construction-Montego-Bay-Fire-Station-768x458.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Construction-Montego-Bay-Fire-Station-1024x610.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"Construction-Montego-Bay-Fire-Station-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-J700H\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568303351\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.7\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:18:\"0.0017452006980803\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(30020,9319,'_wp_attached_file','2019/09/Construction-MoBay-Fire-Station.jpg'),(30021,9319,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:523877;s:11:\"size_before\";i:851525;s:10:\"size_after\";i:327648;}'),(30022,9319,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.335237895868864;s:5:\"bytes\";i:25996;s:11:\"size_before\";i:487251;s:10:\"size_after\";i:461255;s:4:\"time\";d:0.21000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7;s:5:\"bytes\";i:578;s:11:\"size_before\";i:8621;s:10:\"size_after\";i:8043;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.74;s:5:\"bytes\";i:1190;s:11:\"size_before\";i:17645;s:10:\"size_after\";i:16455;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.51;s:5:\"bytes\";i:5417;s:11:\"size_before\";i:98313;s:10:\"size_after\";i:92896;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.36;s:5:\"bytes\";i:8917;s:11:\"size_before\";i:166227;s:10:\"size_after\";i:157310;s:4:\"time\";d:0.09;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:9894;s:11:\"size_before\";i:196445;s:10:\"size_after\";i:186551;s:4:\"time\";d:0.07;}}}'),(30023,9319,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:817;s:4:\"file\";s:43:\"2019/09/Construction-MoBay-Fire-Station.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Construction-MoBay-Fire-Station-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:\"Construction-MoBay-Fire-Station-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Construction-MoBay-Fire-Station-768x419.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Construction-MoBay-Fire-Station-1024x558.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:558;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Construction-MoBay-Fire-Station-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-J700H\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568303397\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.7\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:18:\"0.0026178010471204\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(30024,9320,'_wp_attached_file','2019/09/Desmond-McKenzie-Fire-Brigade-Buzz-1.jpg'),(30025,9320,'wpmf_size','1968052'),(30026,9320,'wpmf_filetype','jpg'),(30027,9320,'wpmf_order','0'),(30028,9320,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:944;s:4:\"file\";s:48:\"2019/09/Desmond-McKenzie-Fire-Brigade-Buzz-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Desmond-McKenzie-Fire-Brigade-Buzz-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:48:\"Desmond-McKenzie-Fire-Brigade-Buzz-1-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Desmond-McKenzie-Fire-Brigade-Buzz-1-768x484.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Desmond-McKenzie-Fire-Brigade-Buzz-1-1024x645.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"Desmond-McKenzie-Fire-Brigade-Buzz-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-J700H\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568302715\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.7\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:19:\"0.00083194675540765\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(30029,9320,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1719522;s:11:\"size_before\";i:1968052;s:10:\"size_after\";i:248530;}'),(30030,9320,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8251092928047283;s:5:\"bytes\";i:13772;s:11:\"size_before\";i:360042;s:10:\"size_after\";i:346270;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.91;s:5:\"bytes\";i:447;s:11:\"size_before\";i:7561;s:10:\"size_after\";i:7114;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.28;s:5:\"bytes\";i:875;s:11:\"size_before\";i:16586;s:10:\"size_after\";i:15711;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.76;s:5:\"bytes\";i:2885;s:11:\"size_before\";i:76815;s:10:\"size_after\";i:73930;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.65;s:5:\"bytes\";i:4619;s:11:\"size_before\";i:126473;s:10:\"size_after\";i:121854;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:4946;s:11:\"size_before\";i:132607;s:10:\"size_after\";i:127661;s:4:\"time\";d:0.07;}}}'),(30032,9316,'_thumbnail_id','9204'),(30033,9316,'_edit_last','11'),(30034,9316,'smpush_mute_activated','no'),(30036,9316,'_yoast_wpseo_primary_category','4'),(30037,9316,'_yoast_wpseo_primary_sub-category','16'),(30038,9316,'sponsored_url',''),(30039,9316,'_yoast_wpseo_content_score','30'),(30040,9316,'_yoast_wpseo_focuskeywords','[]'),(30041,9316,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30044,9323,'_wp_attached_file','2019/09/tallawahs-trident.jpg'),(30045,9323,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1282290;s:11:\"size_before\";i:1554543;s:10:\"size_after\";i:272253;}'),(30046,9323,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.170378832184611;s:5:\"bytes\";i:15260;s:11:\"size_before\";i:365914;s:10:\"size_after\";i:350654;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:297;s:11:\"size_before\";i:6250;s:10:\"size_after\";i:5953;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.64;s:5:\"bytes\";i:630;s:11:\"size_before\";i:13582;s:10:\"size_after\";i:12952;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.43;s:5:\"bytes\";i:3440;s:11:\"size_before\";i:77656;s:10:\"size_after\";i:74216;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12;s:5:\"bytes\";i:5543;s:11:\"size_before\";i:134596;s:10:\"size_after\";i:129053;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:5350;s:11:\"size_before\";i:133830;s:10:\"size_after\";i:128480;s:4:\"time\";d:0.05;}}}'),(30047,9323,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:29:\"2019/09/tallawahs-trident.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"tallawahs-trident-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:\"tallawahs-trident-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:29:\"tallawahs-trident-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:30:\"tallawahs-trident-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"tallawahs-trident-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"13\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568560612\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"300\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(30048,9325,'_wp_attached_file','2019/09/tallawahs-trident-spectators33.jpg'),(30049,9325,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:798110;s:11:\"size_before\";i:966013;s:10:\"size_after\";i:167903;}'),(30050,9325,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.5842668667053;s:5:\"bytes\";i:7269;s:11:\"size_before\";i:281279;s:10:\"size_after\";i:274010;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.35;s:5:\"bytes\";i:522;s:11:\"size_before\";i:8222;s:10:\"size_after\";i:7700;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6;s:5:\"bytes\";i:972;s:11:\"size_before\";i:17362;s:10:\"size_after\";i:16390;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.74;s:5:\"bytes\";i:1774;s:11:\"size_before\";i:64634;s:10:\"size_after\";i:62860;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.05;s:5:\"bytes\";i:1980;s:11:\"size_before\";i:96453;s:10:\"size_after\";i:94473;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.14;s:5:\"bytes\";i:2021;s:11:\"size_before\";i:94608;s:10:\"size_after\";i:92587;s:4:\"time\";d:0.04;}}}'),(30051,9325,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:42:\"2019/09/tallawahs-trident-spectators33.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"tallawahs-trident-spectators33-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:42:\"tallawahs-trident-spectators33-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:42:\"tallawahs-trident-spectators33-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:43:\"tallawahs-trident-spectators33-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"tallawahs-trident-spectators33-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"13\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568554439\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"113\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(30052,9326,'_wp_attached_file','2019/09/tallawahs-trident-spectators.44JPG.jpg'),(30053,9326,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:816638;s:11:\"size_before\";i:986141;s:10:\"size_after\";i:169503;}'),(30054,9326,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.822671901160441;s:5:\"bytes\";i:10594;s:11:\"size_before\";i:277136;s:10:\"size_after\";i:266542;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.36;s:5:\"bytes\";i:573;s:11:\"size_before\";i:7786;s:10:\"size_after\";i:7213;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.61;s:5:\"bytes\";i:1094;s:11:\"size_before\";i:16557;s:10:\"size_after\";i:15463;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.11;s:5:\"bytes\";i:2568;s:11:\"size_before\";i:62529;s:10:\"size_after\";i:59961;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.34;s:5:\"bytes\";i:3207;s:11:\"size_before\";i:95884;s:10:\"size_after\";i:92677;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.34;s:5:\"bytes\";i:3152;s:11:\"size_before\";i:94380;s:10:\"size_after\";i:91228;s:4:\"time\";d:0.03;}}}'),(30055,9326,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:46:\"2019/09/tallawahs-trident-spectators.44JPG.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"tallawahs-trident-spectators.44JPG-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:\"tallawahs-trident-spectators.44JPG-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:46:\"tallawahs-trident-spectators.44JPG-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:47:\"tallawahs-trident-spectators.44JPG-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"tallawahs-trident-spectators.44JPG-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568554467\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"300\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(30056,9327,'_wp_attached_file','2019/09/tallawahs-trident-spectators.jpg'),(30057,9327,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:991750;s:11:\"size_before\";i:1218528;s:10:\"size_after\";i:226778;}'),(30058,9327,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.747032846085821;s:5:\"bytes\";i:13686;s:11:\"size_before\";i:365249;s:10:\"size_after\";i:351563;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:7;s:5:\"bytes\";i:597;s:11:\"size_before\";i:8526;s:10:\"size_after\";i:7929;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1;s:5:\"bytes\";i:1146;s:11:\"size_before\";i:18776;s:10:\"size_after\";i:17630;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.14;s:5:\"bytes\";i:3409;s:11:\"size_before\";i:82312;s:10:\"size_after\";i:78903;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.36;s:5:\"bytes\";i:4284;s:11:\"size_before\";i:127681;s:10:\"size_after\";i:123397;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.32;s:5:\"bytes\";i:4250;s:11:\"size_before\";i:127954;s:10:\"size_after\";i:123704;s:4:\"time\";d:0.04;}}}'),(30059,9327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:40:\"2019/09/tallawahs-trident-spectators.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"tallawahs-trident-spectators-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:\"tallawahs-trident-spectators-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:40:\"tallawahs-trident-spectators-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:41:\"tallawahs-trident-spectators-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"tallawahs-trident-spectators-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568560603\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(30060,9328,'_wp_attached_file','2019/09/tallawahs-trident-spectators2.jpg'),(30061,9328,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:788869;s:11:\"size_before\";i:947402;s:10:\"size_after\";i:158533;}'),(30062,9328,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.315861858190709;s:5:\"bytes\";i:6062;s:11:\"size_before\";i:261760;s:10:\"size_after\";i:255698;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.74;s:5:\"bytes\";i:409;s:11:\"size_before\";i:7125;s:10:\"size_after\";i:6716;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.08;s:5:\"bytes\";i:784;s:11:\"size_before\";i:15438;s:10:\"size_after\";i:14654;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.52;s:5:\"bytes\";i:1497;s:11:\"size_before\";i:59395;s:10:\"size_after\";i:57898;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.89;s:5:\"bytes\";i:1706;s:11:\"size_before\";i:90252;s:10:\"size_after\";i:88546;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.86;s:5:\"bytes\";i:1666;s:11:\"size_before\";i:89550;s:10:\"size_after\";i:87884;s:4:\"time\";d:0.05;}}}'),(30063,9328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:41:\"2019/09/tallawahs-trident-spectators2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"tallawahs-trident-spectators2-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:\"tallawahs-trident-spectators2-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:41:\"tallawahs-trident-spectators2-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:42:\"tallawahs-trident-spectators2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"tallawahs-trident-spectators2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568554499\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"76\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(30064,9329,'_wp_attached_file','2019/09/tallawahs-trident-spectators.44JPG-1.jpg'),(30065,9329,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:816638;s:11:\"size_before\";i:986141;s:10:\"size_after\";i:169503;}'),(30066,9329,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.822671901160441;s:5:\"bytes\";i:10594;s:11:\"size_before\";i:277136;s:10:\"size_after\";i:266542;s:4:\"time\";d:0.18000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.36;s:5:\"bytes\";i:573;s:11:\"size_before\";i:7786;s:10:\"size_after\";i:7213;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.61;s:5:\"bytes\";i:1094;s:11:\"size_before\";i:16557;s:10:\"size_after\";i:15463;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.11;s:5:\"bytes\";i:2568;s:11:\"size_before\";i:62529;s:10:\"size_after\";i:59961;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.34;s:5:\"bytes\";i:3207;s:11:\"size_before\";i:95884;s:10:\"size_after\";i:92677;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.34;s:5:\"bytes\";i:3152;s:11:\"size_before\";i:94380;s:10:\"size_after\";i:91228;s:4:\"time\";d:0.07;}}}'),(30067,9329,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:48:\"2019/09/tallawahs-trident-spectators.44JPG-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"tallawahs-trident-spectators.44JPG-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:48:\"tallawahs-trident-spectators.44JPG-1-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:48:\"tallawahs-trident-spectators.44JPG-1-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:49:\"tallawahs-trident-spectators.44JPG-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"tallawahs-trident-spectators.44JPG-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568554467\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"300\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(30068,9330,'_wp_attached_file','2019/09/tallawahs-trident-spectators3.jpg'),(30069,9330,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:912558;s:11:\"size_before\";i:1110096;s:10:\"size_after\";i:197538;}'),(30070,9330,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0759890074774714;s:5:\"bytes\";i:9626;s:11:\"size_before\";i:312940;s:10:\"size_after\";i:303314;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.77;s:5:\"bytes\";i:558;s:11:\"size_before\";i:8243;s:10:\"size_after\";i:7685;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.72;s:5:\"bytes\";i:789;s:11:\"size_before\";i:16719;s:10:\"size_after\";i:15930;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.34;s:5:\"bytes\";i:2339;s:11:\"size_before\";i:70121;s:10:\"size_after\";i:67782;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.68;s:5:\"bytes\";i:2936;s:11:\"size_before\";i:109440;s:10:\"size_after\";i:106504;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.77;s:5:\"bytes\";i:3004;s:11:\"size_before\";i:108417;s:10:\"size_after\";i:105413;s:4:\"time\";d:0.04;}}}'),(30071,9330,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:41:\"2019/09/tallawahs-trident-spectators3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"tallawahs-trident-spectators3-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:\"tallawahs-trident-spectators3-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:41:\"tallawahs-trident-spectators3-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:42:\"tallawahs-trident-spectators3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"tallawahs-trident-spectators3-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"13\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568554494\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"66\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(30072,9331,'_wp_attached_file','2019/09/tallawahs-trident-1.jpg'),(30073,9331,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1282290;s:11:\"size_before\";i:1554543;s:10:\"size_after\";i:272253;}'),(30074,9331,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.170378832184611;s:5:\"bytes\";i:15260;s:11:\"size_before\";i:365914;s:10:\"size_after\";i:350654;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:297;s:11:\"size_before\";i:6250;s:10:\"size_after\";i:5953;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.64;s:5:\"bytes\";i:630;s:11:\"size_before\";i:13582;s:10:\"size_after\";i:12952;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.43;s:5:\"bytes\";i:3440;s:11:\"size_before\";i:77656;s:10:\"size_after\";i:74216;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12;s:5:\"bytes\";i:5543;s:11:\"size_before\";i:134596;s:10:\"size_after\";i:129053;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:5350;s:11:\"size_before\";i:133830;s:10:\"size_after\";i:128480;s:4:\"time\";d:0.04;}}}'),(30075,9331,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:31:\"2019/09/tallawahs-trident-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"tallawahs-trident-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:\"tallawahs-trident-1-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:31:\"tallawahs-trident-1-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:32:\"tallawahs-trident-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"tallawahs-trident-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"13\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568560612\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"300\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(30076,9332,'_wp_attached_file','2019/09/tallawahs-trident5.jpg'),(30077,9332,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1045818;s:11:\"size_before\";i:1326901;s:10:\"size_after\";i:281083;}'),(30078,9332,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.092749107862959;s:5:\"bytes\";i:23048;s:11:\"size_before\";i:452565;s:10:\"size_after\";i:429517;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.24;s:5:\"bytes\";i:695;s:11:\"size_before\";i:9602;s:10:\"size_after\";i:8907;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.26;s:5:\"bytes\";i:1608;s:11:\"size_before\";i:22139;s:10:\"size_after\";i:20531;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.52;s:5:\"bytes\";i:5659;s:11:\"size_before\";i:102552;s:10:\"size_after\";i:96893;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:7526;s:11:\"size_before\";i:159824;s:10:\"size_after\";i:152298;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.77;s:5:\"bytes\";i:7560;s:11:\"size_before\";i:158448;s:10:\"size_after\";i:150888;s:4:\"time\";d:0.04;}}}'),(30079,9332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"2019/09/tallawahs-trident5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"tallawahs-trident5-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:\"tallawahs-trident5-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:30:\"tallawahs-trident5-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:31:\"tallawahs-trident5-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"tallawahs-trident5-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568554487\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"300\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(30080,9333,'_wp_attached_file','2019/09/tallawahs-trident-s-play.PG_.jpg'),(30081,9333,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1097717;s:11:\"size_before\";i:1376922;s:10:\"size_after\";i:279205;}'),(30082,9333,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.216954998344564;s:5:\"bytes\";i:17704;s:11:\"size_before\";i:419829;s:10:\"size_after\";i:402125;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:484;s:11:\"size_before\";i:7700;s:10:\"size_after\";i:7216;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.93;s:5:\"bytes\";i:1071;s:11:\"size_before\";i:18057;s:10:\"size_after\";i:16986;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45;s:5:\"bytes\";i:4150;s:11:\"size_before\";i:93318;s:10:\"size_after\";i:89168;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.86;s:5:\"bytes\";i:5818;s:11:\"size_before\";i:150843;s:10:\"size_after\";i:145025;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12;s:5:\"bytes\";i:6181;s:11:\"size_before\";i:149911;s:10:\"size_after\";i:143730;s:4:\"time\";d:0.05;}}}'),(30083,9333,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:40:\"2019/09/tallawahs-trident-s-play.PG_.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"tallawahs-trident-s-play.PG_-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:\"tallawahs-trident-s-play.PG_-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:40:\"tallawahs-trident-s-play.PG_-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:41:\"tallawahs-trident-s-play.PG_-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"tallawahs-trident-s-play.PG_-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568554469\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"300\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(30090,8899,'_wp_old_slug','outpost-republic-community-host-8899'),(30091,7016,'simplefavorites_count','1'),(30092,8680,'simplefavorites_count','1'),(30093,8939,'simplefavorites_count','1'),(30097,7222,'_wp_old_slug','jamaica-food-and-drink-festival__trashed'),(30098,8710,'simplefavorites_count','1'),(30101,8899,'simplefavorites_count','1'),(30102,8611,'simplefavorites_count','1'),(30103,2668,'simplefavorites_count','1'),(30104,2993,'simplefavorites_count','1'),(30105,9337,'_edit_lock','1568648301:11'),(30106,9337,'_yst_prominent_words_version','1'),(30109,9337,'_oembed_3f913a460805b38ab378e2ec4651d772','<iframe title=\"Louise Bennett-Coverley Square in Gordon Town\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/lW-ScmdQ5n0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(30110,9337,'_oembed_time_3f913a460805b38ab378e2ec4651d772','1568644827'),(30111,9340,'_edit_lock','1568647471:9'),(30112,9340,'_yst_prominent_words_version','1'),(30113,9341,'_wp_attached_file','2019/09/anti-violence-campaign.jpg'),(30114,9341,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.231130046284059;s:5:\"bytes\";i:16327;s:11:\"size_before\";i:385878;s:10:\"size_after\";i:369551;s:4:\"time\";d:0.16000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:645;s:11:\"size_before\";i:8898;s:10:\"size_after\";i:8253;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.99;s:5:\"bytes\";i:1190;s:11:\"size_before\";i:19880;s:10:\"size_after\";i:18690;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:3941;s:11:\"size_before\";i:87554;s:10:\"size_after\";i:83613;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.93;s:5:\"bytes\";i:5411;s:11:\"size_before\";i:137521;s:10:\"size_after\";i:132110;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.89;s:5:\"bytes\";i:5140;s:11:\"size_before\";i:132025;s:10:\"size_after\";i:126885;s:4:\"time\";d:0.05;}}}'),(30115,9341,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1311;s:6:\"height\";i:900;s:4:\"file\";s:34:\"2019/09/anti-violence-campaign.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"anti-violence-campaign-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:\"anti-violence-campaign-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"anti-violence-campaign-768x527.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"anti-violence-campaign-1024x703.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:703;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"anti-violence-campaign-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(30116,9340,'_thumbnail_id','9341'),(30117,9340,'_edit_last','9'),(30118,9340,'smpush_mute_activated','no'),(30119,9340,'_yoast_wpseo_primary_category','4'),(30120,9340,'_yoast_wpseo_primary_sub-category','16'),(30121,9340,'sponsored_url',''),(30122,9340,'_yoast_wpseo_metadesc','As part of the Government’s drive to encourage Jamaicans to adopt a culture of respect while resolving conflicts amicably, the Ministry of National Security has launched an anti-violence campaign.'),(30123,9340,'_yoast_wpseo_content_score','30'),(30124,9340,'_yoast_wpseo_focuskeywords','[]'),(30125,9340,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30130,9343,'_edit_lock','1568676446:11'),(30131,9343,'_yst_prominent_words_version','1'),(30132,9343,'_edit_last','11'),(30133,9343,'smpush_mute_activated','no'),(30134,9343,'_yoast_wpseo_primary_category','4'),(30135,9343,'_yoast_wpseo_primary_sub-category','12'),(30136,9343,'sponsored_url',''),(30137,9343,'_yoast_wpseo_content_score','30'),(30138,9343,'_yoast_wpseo_focuskeywords','[]'),(30139,9343,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30142,9345,'_edit_lock','1568648445:9'),(30143,9345,'_yst_prominent_words_version','1'),(30144,9346,'_wp_attached_file','2019/09/victoria-beckham.jpg'),(30145,9346,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4257177854652645;s:5:\"bytes\";i:2545;s:11:\"size_before\";i:74291;s:10:\"size_after\";i:71746;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3;s:5:\"bytes\";i:410;s:11:\"size_before\";i:6504;s:10:\"size_after\";i:6094;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.56;s:5:\"bytes\";i:607;s:11:\"size_before\";i:13311;s:10:\"size_after\";i:12704;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8;s:5:\"bytes\";i:1528;s:11:\"size_before\";i:54476;s:10:\"size_after\";i:52948;s:4:\"time\";d:0.02;}}}'),(30146,9346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:28:\"2019/09/victoria-beckham.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"victoria-beckham-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:\"victoria-beckham-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"victoria-beckham-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:25:\"Jackson Lee / Splash News\";s:6:\"camera\";s:6:\"ILCE-9\";s:7:\"caption\";s:408:\"Victoria Beckham fixes her sleeve after shopping at a vintage clothing store \'What Goes Around Comes Around\' in Soho, New York \r<P>\rPictured: Victoria Beckham\r<B>Ref: SPL1655730  070218  </B><BR />\rPicture by: Jackson Lee / Splash News<BR />\r</P><P>\r<B>Splash News and Pictures</B><BR />\rLos Angeles:310-821-2666<BR />\rNew York:212-619-2666<BR />\rLondon:870-934-2666<BR />\rphotodesk@splashnews.com<BR />\r</P>\";s:17:\"created_timestamp\";s:10:\"1517961600\";s:9:\"copyright\";s:21:\"© www.splashnews.com\";s:12:\"focal_length\";s:3:\"117\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:126:\"Victoria Beckham fixes her sleeve after shopping at a vintage clothing store \'What Goes Around Comes Around\' in Soho, New York\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(30147,9345,'_thumbnail_id','9346'),(30148,9345,'_edit_last','9'),(30149,9345,'smpush_mute_activated','no'),(30150,9345,'_yoast_wpseo_primary_category','3'),(30151,9345,'_yoast_wpseo_primary_sub-category','10'),(30152,9345,'sponsored_url',''),(30153,9345,'_yoast_wpseo_metadesc','Spice Girls star turned fashion designer Victoria Beckham revealed that she is often asked if she owns underwear brand Victoria\'s Secret but insisted that the skimpy lingerie is not her style.'),(30154,9345,'_yoast_wpseo_content_score','60'),(30155,9345,'_yoast_wpseo_focuskeywords','[]'),(30156,9345,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30159,9348,'_wp_attached_file','2019/09/Miss-Lou-Buzz-Feature.jpg'),(30160,9348,'wpmf_size','880229'),(30161,9348,'wpmf_filetype','jpg'),(30162,9348,'wpmf_order','0'),(30163,9348,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:33:\"2019/09/Miss-Lou-Buzz-Feature.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Miss-Lou-Buzz-Feature-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:\"Miss-Lou-Buzz-Feature-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:33:\"Miss-Lou-Buzz-Feature-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:34:\"Miss-Lou-Buzz-Feature-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Miss-Lou-Buzz-Feature-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568343231\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"27.5\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(30164,9348,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:663887;s:11:\"size_before\";i:880229;s:10:\"size_after\";i:216342;}'),(30165,9348,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.4990497803489;s:5:\"bytes\";i:14512;s:11:\"size_before\";i:322557;s:10:\"size_after\";i:308045;s:4:\"time\";d:0.19000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.07;s:5:\"bytes\";i:543;s:11:\"size_before\";i:7677;s:10:\"size_after\";i:7134;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.99;s:5:\"bytes\";i:985;s:11:\"size_before\";i:16439;s:10:\"size_after\";i:15454;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.66;s:5:\"bytes\";i:3301;s:11:\"size_before\";i:70844;s:10:\"size_after\";i:67543;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.24;s:5:\"bytes\";i:4854;s:11:\"size_before\";i:114501;s:10:\"size_after\";i:109647;s:4:\"time\";d:0.08;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.27;s:5:\"bytes\";i:4829;s:11:\"size_before\";i:113096;s:10:\"size_after\";i:108267;s:4:\"time\";d:0.04;}}}'),(30166,9337,'_thumbnail_id','9348'),(30167,9337,'_edit_last','11'),(30168,9337,'smpush_mute_activated','no'),(30169,9337,'_yoast_wpseo_primary_category','3'),(30170,9337,'_yoast_wpseo_primary_sub-category','16'),(30171,9337,'video_parent_post_id',''),(30172,9337,'_yoast_wpseo_content_score','30'),(30173,9337,'_yoast_wpseo_focuskeywords','[]'),(30174,9337,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30175,9349,'_edit_lock','1568663117:11'),(30176,9349,'_yst_prominent_words_version','1'),(30177,9351,'_wp_attached_file','2019/09/Porter-IG-Model-Buzz-Caribbean-852x655.jpg'),(30178,9351,'wpmf_size','95182'),(30179,9351,'wpmf_filetype','jpg'),(30180,9351,'wpmf_order','0'),(30181,9351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:851;s:6:\"height\";i:390;s:4:\"file\";s:50:\"2019/09/Porter-IG-Model-Buzz-Caribbean-852x655.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Porter-IG-Model-Buzz-Caribbean-852x655-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:50:\"Porter-IG-Model-Buzz-Caribbean-852x655-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Porter-IG-Model-Buzz-Caribbean-852x655-768x352.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(30182,9351,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.403399695747074;s:5:\"bytes\";i:2663;s:11:\"size_before\";i:60476;s:10:\"size_after\";i:57813;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.84;s:5:\"bytes\";i:363;s:11:\"size_before\";i:6215;s:10:\"size_after\";i:5852;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.97;s:5:\"bytes\";i:647;s:11:\"size_before\";i:10830;s:10:\"size_after\";i:10183;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.81;s:5:\"bytes\";i:1653;s:11:\"size_before\";i:43431;s:10:\"size_after\";i:41778;s:4:\"time\";d:0.02;}}}'),(30187,9353,'_wp_attached_file','2019/09/bpo-yoni.jpg'),(30188,9353,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:865894;s:11:\"size_before\";i:1017354;s:10:\"size_after\";i:151460;}'),(30189,9353,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.097212850102073;s:5:\"bytes\";i:7252;s:11:\"size_before\";i:234146;s:10:\"size_after\";i:226894;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:450;s:11:\"size_before\";i:7244;s:10:\"size_after\";i:6794;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.76;s:5:\"bytes\";i:653;s:11:\"size_before\";i:13730;s:10:\"size_after\";i:13077;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.94;s:5:\"bytes\";i:1535;s:11:\"size_before\";i:52208;s:10:\"size_after\";i:50673;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.78;s:5:\"bytes\";i:2243;s:11:\"size_before\";i:80712;s:10:\"size_after\";i:78469;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.95;s:5:\"bytes\";i:2371;s:11:\"size_before\";i:80252;s:10:\"size_after\";i:77881;s:4:\"time\";d:0.03;}}}'),(30190,9353,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2019/09/bpo-yoni.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"bpo-yoni-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:\"bpo-yoni-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:20:\"bpo-yoni-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:21:\"bpo-yoni-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"bpo-yoni-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568482101\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"150\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(30193,9355,'_edit_lock','1568653333:9'),(30194,9355,'_yst_prominent_words_version','1'),(30195,9356,'_wp_attached_file','2019/09/bpo1.jpg'),(30196,9356,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1059527;s:11:\"size_before\";i:1255269;s:10:\"size_after\";i:195742;}'),(30197,9356,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.765959718393006;s:5:\"bytes\";i:11993;s:11:\"size_before\";i:318458;s:10:\"size_after\";i:306465;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.83;s:5:\"bytes\";i:711;s:11:\"size_before\";i:9075;s:10:\"size_after\";i:8364;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8;s:5:\"bytes\";i:1258;s:11:\"size_before\";i:18487;s:10:\"size_after\";i:17229;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:2630;s:11:\"size_before\";i:70818;s:10:\"size_after\";i:68188;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.31;s:5:\"bytes\";i:3624;s:11:\"size_before\";i:109332;s:10:\"size_after\";i:105708;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4;s:5:\"bytes\";i:3770;s:11:\"size_before\";i:110746;s:10:\"size_after\";i:106976;s:4:\"time\";d:0.08;}}}'),(30198,9356,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:16:\"2019/09/bpo1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"bpo1-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:\"bpo1-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:16:\"bpo1-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:17:\"bpo1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"bpo1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568482091\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(30199,9357,'_wp_attached_file','2019/09/fancy-cat-ity-bpo.jpg'),(30200,9357,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:970058;s:11:\"size_before\";i:1144815;s:10:\"size_after\";i:174757;}'),(30201,9357,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.48201697597468;s:5:\"bytes\";i:6901;s:11:\"size_before\";i:278040;s:10:\"size_after\";i:271139;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:526;s:11:\"size_before\";i:8091;s:10:\"size_after\";i:7565;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:966;s:11:\"size_before\";i:16678;s:10:\"size_after\";i:15712;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.31;s:5:\"bytes\";i:1428;s:11:\"size_before\";i:61891;s:10:\"size_after\";i:60463;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.03;s:5:\"bytes\";i:1961;s:11:\"size_before\";i:96394;s:10:\"size_after\";i:94433;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.13;s:5:\"bytes\";i:2020;s:11:\"size_before\";i:94986;s:10:\"size_after\";i:92966;s:4:\"time\";d:0.07;}}}'),(30202,9357,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:29:\"2019/09/fancy-cat-ity-bpo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"fancy-cat-ity-bpo-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:\"fancy-cat-ity-bpo-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:29:\"fancy-cat-ity-bpo-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:30:\"fancy-cat-ity-bpo-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"fancy-cat-ity-bpo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:12:\"Llewyntphoto\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568482104\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(30204,9343,'_thumbnail_id','9353'),(30206,9359,'_wp_attached_file','2019/09/Ricardo-Bibi-Gardner.jpg'),(30207,9359,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.052562539545363;s:5:\"bytes\";i:7844;s:11:\"size_before\";i:129598;s:10:\"size_after\";i:121754;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.58;s:5:\"bytes\";i:564;s:11:\"size_before\";i:8575;s:10:\"size_after\";i:8011;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.94;s:5:\"bytes\";i:1510;s:11:\"size_before\";i:21757;s:10:\"size_after\";i:20247;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.81;s:5:\"bytes\";i:5770;s:11:\"size_before\";i:99266;s:10:\"size_after\";i:93496;s:4:\"time\";d:0.04;}}}'),(30208,9359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:568;s:4:\"file\";s:32:\"2019/09/Ricardo-Bibi-Gardner.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Ricardo-Bibi-Gardner-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:\"Ricardo-Bibi-Gardner-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:32:\"Ricardo-Bibi-Gardner-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;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:{}}}'),(30209,9355,'_thumbnail_id','9359'),(30210,9355,'_edit_last','9'),(30211,9355,'smpush_mute_activated','no'),(30212,9355,'_yoast_wpseo_primary_category','4'),(30213,9355,'_yoast_wpseo_primary_sub-category','5'),(30214,9355,'sponsored_url',''),(30215,9355,'_yoast_wpseo_metadesc','Former national midfielder Ricardo ‘Bibi’ Gardner believes defending champions Portmore United have the quality to rise above the poor start in the Red Stripe Premier League and be a force to be reckoned with as the season progresses.'),(30216,9355,'_yoast_wpseo_content_score','60'),(30217,9355,'_yoast_wpseo_focuskeywords','[]'),(30218,9355,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30225,9362,'_wp_attached_file','2019/09/Kimani-Ffriend-Basketball-Buzz.jpg'),(30226,9362,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.017447873336531;s:5:\"bytes\";i:12314;s:11:\"size_before\";i:306513;s:10:\"size_after\";i:294199;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.33;s:5:\"bytes\";i:275;s:11:\"size_before\";i:6349;s:10:\"size_after\";i:6074;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.56;s:5:\"bytes\";i:495;s:11:\"size_before\";i:13922;s:10:\"size_after\";i:13427;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.28;s:5:\"bytes\";i:2157;s:11:\"size_before\";i:65711;s:10:\"size_after\";i:63554;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.22;s:5:\"bytes\";i:4959;s:11:\"size_before\";i:117438;s:10:\"size_after\";i:112479;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3;s:5:\"bytes\";i:4428;s:11:\"size_before\";i:103093;s:10:\"size_after\";i:98665;s:4:\"time\";d:0.03;}}}'),(30227,9362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:42:\"2019/09/Kimani-Ffriend-Basketball-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Kimani-Ffriend-Basketball-Buzz-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:42:\"Kimani-Ffriend-Basketball-Buzz-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Kimani-Ffriend-Basketball-Buzz-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Kimani-Ffriend-Basketball-Buzz-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Kimani-Ffriend-Basketball-Buzz-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(30230,9363,'_edit_lock','1568667360:9'),(30231,9363,'_yst_prominent_words_version','1'),(30232,9364,'_wp_attached_file','2019/09/Hoop-Dreams-Ffriend-Buzz.jpg'),(30233,9364,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.439749777550085;s:5:\"bytes\";i:12757;s:11:\"size_before\";i:370870;s:10:\"size_after\";i:358113;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.48;s:5:\"bytes\";i:303;s:11:\"size_before\";i:6756;s:10:\"size_after\";i:6453;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.02;s:5:\"bytes\";i:650;s:11:\"size_before\";i:16187;s:10:\"size_after\";i:15537;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.24;s:5:\"bytes\";i:2629;s:11:\"size_before\";i:81157;s:10:\"size_after\";i:78528;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.41;s:5:\"bytes\";i:4943;s:11:\"size_before\";i:145046;s:10:\"size_after\";i:140103;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.48;s:5:\"bytes\";i:4232;s:11:\"size_before\";i:121724;s:10:\"size_after\";i:117492;s:4:\"time\";d:0.05;}}}'),(30234,9364,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:36:\"2019/09/Hoop-Dreams-Ffriend-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Hoop-Dreams-Ffriend-Buzz-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:\"Hoop-Dreams-Ffriend-Buzz-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Hoop-Dreams-Ffriend-Buzz-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Hoop-Dreams-Ffriend-Buzz-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Hoop-Dreams-Ffriend-Buzz-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(30235,9365,'_edit_lock','1600519551:1'),(30236,9365,'_yst_prominent_words_version','1'),(30237,9366,'_wp_attached_file','2019/09/Future-Basketball-Ffriend-Buzz.jpg'),(30238,9366,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.345143938493987;s:5:\"bytes\";i:20849;s:11:\"size_before\";i:479823;s:10:\"size_after\";i:458974;s:4:\"time\";d:0.21;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.61;s:5:\"bytes\";i:615;s:11:\"size_before\";i:9304;s:10:\"size_after\";i:8689;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.58;s:5:\"bytes\";i:1192;s:11:\"size_before\";i:21361;s:10:\"size_after\";i:20169;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37;s:5:\"bytes\";i:4570;s:11:\"size_before\";i:104651;s:10:\"size_after\";i:100081;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.13;s:5:\"bytes\";i:7539;s:11:\"size_before\";i:182662;s:10:\"size_after\";i:175123;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.28;s:5:\"bytes\";i:6933;s:11:\"size_before\";i:161845;s:10:\"size_after\";i:154912;s:4:\"time\";d:0.06;}}}'),(30239,9366,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:42:\"2019/09/Future-Basketball-Ffriend-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Future-Basketball-Ffriend-Buzz-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:42:\"Future-Basketball-Ffriend-Buzz-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Future-Basketball-Ffriend-Buzz-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Future-Basketball-Ffriend-Buzz-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Future-Basketball-Ffriend-Buzz-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(30240,9365,'_edit_last','9'),(30241,9365,'smpush_mute_activated','no'),(30242,9365,'_yoast_wpseo_metadesc','After losing multiple matches since the start of the Caribbean Premier League, do you think the Jamaica Tallawahs can still win the competition?'),(30243,9365,'_yoast_wpseo_content_score','30'),(30244,9365,'_yoast_wpseo_focuskeywords','[]'),(30245,9365,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30246,9368,'_wp_attached_file','2019/09/ball-basketball-basketball-Ffriend.jpg'),(30247,9368,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:741171;s:11:\"size_before\";i:859925;s:10:\"size_after\";i:118754;}'),(30248,9368,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.6874992988478668;s:5:\"bytes\";i:6574;s:11:\"size_before\";i:178278;s:10:\"size_after\";i:171704;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.11;s:5:\"bytes\";i:213;s:11:\"size_before\";i:5181;s:10:\"size_after\";i:4968;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6;s:5:\"bytes\";i:253;s:11:\"size_before\";i:9749;s:10:\"size_after\";i:9496;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.14;s:5:\"bytes\";i:1233;s:11:\"size_before\";i:39233;s:10:\"size_after\";i:38000;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.76;s:5:\"bytes\";i:2305;s:11:\"size_before\";i:61289;s:10:\"size_after\";i:58984;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.09;s:5:\"bytes\";i:2570;s:11:\"size_before\";i:62826;s:10:\"size_after\";i:60256;s:4:\"time\";d:0.03;}}}'),(30249,9368,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:978;s:4:\"file\";s:46:\"2019/09/ball-basketball-basketball-Ffriend.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"ball-basketball-basketball-Ffriend-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:\"ball-basketball-basketball-Ffriend-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:46:\"ball-basketball-basketball-Ffriend-768x501.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"ball-basketball-basketball-Ffriend-1024x668.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"ball-basketball-basketball-Ffriend-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(30250,9369,'_wp_attached_file','2019/09/game-of-thrones.jpg'),(30251,9369,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.783467144481582;s:5:\"bytes\";i:3294;s:11:\"size_before\";i:87063;s:10:\"size_after\";i:83769;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.81;s:5:\"bytes\";i:404;s:11:\"size_before\";i:6952;s:10:\"size_after\";i:6548;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.82;s:5:\"bytes\";i:720;s:11:\"size_before\";i:14941;s:10:\"size_after\";i:14221;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.33;s:5:\"bytes\";i:2170;s:11:\"size_before\";i:65170;s:10:\"size_after\";i:63000;s:4:\"time\";d:0.03;}}}'),(30252,9369,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:27:\"2019/09/game-of-thrones.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"game-of-thrones-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:\"game-of-thrones-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"game-of-thrones-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:14:\"SplashNews.com\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:303:\"Game of Thrones NYC Premiere\r\r\r\rPictured: Maisie Williams and Sophie Turner\r\rRef: SPL5077075 040419 NON-EXCLUSIVE\r\rPicture by: SplashNews.com\r\r\r\rSplash News and Pictures\r\rLos Angeles: 310-821-2666\rNew York: 212-619-2666\rLondon: 0207 644 7656\rMilan: 02 4399 8577\r\rphotodesk@splashnews.com\r\r\r\rWorld Rights\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:23:\"www.SplashNews.com 2019\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:28:\"Game Of Thrones NYC Premiere\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:64:\"Premiere,event,NYC,GoT,Game of Thrones,red carpet,guests,finale,\";}}}'),(30253,9363,'_thumbnail_id','9420'),(30254,9363,'_edit_last','9'),(30255,9363,'smpush_mute_activated','no'),(30256,9363,'_yoast_wpseo_primary_category','2'),(30257,9363,'_yoast_wpseo_primary_sub-category','14'),(30258,9363,'sponsored_url',''),(30259,9363,'_yoast_wpseo_metadesc','Game of Thrones dominated the second night of the Creative Arts Emmys on Sunday.'),(30260,9363,'_yoast_wpseo_content_score','60'),(30261,9363,'_yoast_wpseo_focuskeywords','[]'),(30262,9363,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30265,9349,'_edit_last','11'),(30266,9349,'smpush_mute_activated','no'),(30267,9349,'_yoast_wpseo_primary_category','4'),(30268,9349,'_yoast_wpseo_primary_sub-category','5'),(30269,9349,'sponsored_url',''),(30270,9349,'_yoast_wpseo_content_score','60'),(30271,9349,'_yoast_wpseo_focuskeywords','[]'),(30272,9349,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30273,9372,'_edit_lock','1568666495:16'),(30274,9372,'_yst_prominent_words_version','1'),(30275,9373,'_edit_lock','1568656528:9'),(30276,9373,'_yst_prominent_words_version','1'),(30277,9374,'_wp_attached_file','2019/09/Humble-Lion-Cavaliers-G.jpg'),(30278,9374,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:442198;s:11:\"size_before\";i:568261;s:10:\"size_after\";i:126063;}'),(30279,9374,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.5461028740211034;s:5:\"bytes\";i:5241;s:11:\"size_before\";i:205844;s:10:\"size_after\";i:200603;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.57;s:5:\"bytes\";i:336;s:11:\"size_before\";i:6029;s:10:\"size_after\";i:5693;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.06;s:5:\"bytes\";i:437;s:11:\"size_before\";i:10753;s:10:\"size_after\";i:10316;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.35;s:5:\"bytes\";i:1023;s:11:\"size_before\";i:43591;s:10:\"size_after\";i:42568;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.21;s:5:\"bytes\";i:1497;s:11:\"size_before\";i:67760;s:10:\"size_after\";i:66263;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.51;s:5:\"bytes\";i:1948;s:11:\"size_before\";i:77711;s:10:\"size_after\";i:75763;s:4:\"time\";d:0.03;}}}'),(30280,9374,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:844;s:4:\"file\";s:35:\"2019/09/Humble-Lion-Cavaliers-G.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Humble-Lion-Cavaliers-G-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:\"Humble-Lion-Cavaliers-G-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:35:\"Humble-Lion-Cavaliers-G-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:36:\"Humble-Lion-Cavaliers-G-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Humble-Lion-Cavaliers-G-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568577168\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"360\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(30281,9375,'_wp_attached_file','2019/09/Humble-Lion-Cavaliers-.jpg'),(30282,9375,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:257932;s:11:\"size_before\";i:454754;s:10:\"size_after\";i:196822;}'),(30283,9375,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.7620419369980516;s:5:\"bytes\";i:8591;s:11:\"size_before\";i:311038;s:10:\"size_after\";i:302447;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.68;s:5:\"bytes\";i:394;s:11:\"size_before\";i:6933;s:10:\"size_after\";i:6539;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.27;s:5:\"bytes\";i:837;s:11:\"size_before\";i:15868;s:10:\"size_after\";i:15031;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:3;s:5:\"bytes\";i:2093;s:11:\"size_before\";i:69849;s:10:\"size_after\";i:67756;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.47;s:5:\"bytes\";i:2714;s:11:\"size_before\";i:109743;s:10:\"size_after\";i:107029;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.35;s:5:\"bytes\";i:2553;s:11:\"size_before\";i:108645;s:10:\"size_after\";i:106092;s:4:\"time\";d:0.05;}}}'),(30284,9375,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:34:\"2019/09/Humble-Lion-Cavaliers-.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Humble-Lion-Cavaliers--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:\"Humble-Lion-Cavaliers--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:34:\"Humble-Lion-Cavaliers--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:35:\"Humble-Lion-Cavaliers--1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Humble-Lion-Cavaliers--1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568577176\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"360\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(30285,9376,'_wp_attached_file','2019/09/Humble-Lion-Cavaliers-B.jpg'),(30286,9376,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:377459;s:11:\"size_before\";i:527183;s:10:\"size_after\";i:149724;}'),(30287,9376,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.8884353306758905;s:5:\"bytes\";i:4728;s:11:\"size_before\";i:250366;s:10:\"size_after\";i:245638;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.06;s:5:\"bytes\";i:452;s:11:\"size_before\";i:7456;s:10:\"size_after\";i:7004;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.11;s:5:\"bytes\";i:754;s:11:\"size_before\";i:14751;s:10:\"size_after\";i:13997;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.82;s:5:\"bytes\";i:1029;s:11:\"size_before\";i:56393;s:10:\"size_after\";i:55364;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.36;s:5:\"bytes\";i:1163;s:11:\"size_before\";i:85636;s:10:\"size_after\";i:84473;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.54;s:5:\"bytes\";i:1330;s:11:\"size_before\";i:86130;s:10:\"size_after\";i:84800;s:4:\"time\";d:0.04;}}}'),(30288,9376,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2019/09/Humble-Lion-Cavaliers-B.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Humble-Lion-Cavaliers-B-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:\"Humble-Lion-Cavaliers-B-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:35:\"Humble-Lion-Cavaliers-B-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:36:\"Humble-Lion-Cavaliers-B-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Humble-Lion-Cavaliers-B-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568577170\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(30289,9377,'_wp_attached_file','2019/09/Humble-Lion-Cavaliers-E.jpg'),(30290,9377,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:299530;s:11:\"size_before\";i:483572;s:10:\"size_after\";i:184042;}'),(30291,9377,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.7158017590512165;s:5:\"bytes\";i:7772;s:11:\"size_before\";i:286177;s:10:\"size_after\";i:278405;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.82;s:5:\"bytes\";i:311;s:11:\"size_before\";i:6452;s:10:\"size_after\";i:6141;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.47;s:5:\"bytes\";i:657;s:11:\"size_before\";i:14703;s:10:\"size_after\";i:14046;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.82;s:5:\"bytes\";i:1806;s:11:\"size_before\";i:64027;s:10:\"size_after\";i:62221;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.49;s:5:\"bytes\";i:2524;s:11:\"size_before\";i:101338;s:10:\"size_after\";i:98814;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.48;s:5:\"bytes\";i:2474;s:11:\"size_before\";i:99657;s:10:\"size_after\";i:97183;s:4:\"time\";d:0.11;}}}'),(30292,9377,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2019/09/Humble-Lion-Cavaliers-E.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Humble-Lion-Cavaliers-E-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:\"Humble-Lion-Cavaliers-E-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:35:\"Humble-Lion-Cavaliers-E-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:36:\"Humble-Lion-Cavaliers-E-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Humble-Lion-Cavaliers-E-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568577173\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"270\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(30293,9378,'_wp_attached_file','2019/09/Humble-Lion-Cavaliers-F.jpg'),(30294,9378,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:616284;s:11:\"size_before\";i:766674;s:10:\"size_after\";i:150390;}'),(30295,9378,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.8072752822445426;s:5:\"bytes\";i:7032;s:11:\"size_before\";i:250492;s:10:\"size_after\";i:243460;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2;s:5:\"bytes\";i:295;s:11:\"size_before\";i:5678;s:10:\"size_after\";i:5383;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9;s:5:\"bytes\";i:626;s:11:\"size_before\";i:12787;s:10:\"size_after\";i:12161;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.18;s:5:\"bytes\";i:1737;s:11:\"size_before\";i:54640;s:10:\"size_after\";i:52903;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.58;s:5:\"bytes\";i:2184;s:11:\"size_before\";i:84607;s:10:\"size_after\";i:82423;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.36;s:5:\"bytes\";i:2190;s:11:\"size_before\";i:92780;s:10:\"size_after\";i:90590;s:4:\"time\";d:0.04;}}}'),(30296,9378,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:836;s:4:\"file\";s:35:\"2019/09/Humble-Lion-Cavaliers-F.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Humble-Lion-Cavaliers-F-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:\"Humble-Lion-Cavaliers-F-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Humble-Lion-Cavaliers-F-768x428.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Humble-Lion-Cavaliers-F-1024x571.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Humble-Lion-Cavaliers-F-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568577169\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(30297,9379,'_wp_attached_file','2019/09/Humble-Lion-Cavaliers.jpg'),(30298,9379,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:314494;s:11:\"size_before\";i:499143;s:10:\"size_after\";i:184649;}'),(30299,9379,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.7438089723064345;s:5:\"bytes\";i:8055;s:11:\"size_before\";i:293570;s:10:\"size_after\";i:285515;s:4:\"time\";d:2.7499999999999996;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.74;s:5:\"bytes\";i:411;s:11:\"size_before\";i:7163;s:10:\"size_after\";i:6752;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.51;s:5:\"bytes\";i:658;s:11:\"size_before\";i:14604;s:10:\"size_after\";i:13946;s:4:\"time\";d:2.6;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.85;s:5:\"bytes\";i:1896;s:11:\"size_before\";i:66462;s:10:\"size_after\";i:64566;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.46;s:5:\"bytes\";i:2582;s:11:\"size_before\";i:104770;s:10:\"size_after\";i:102188;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.49;s:5:\"bytes\";i:2508;s:11:\"size_before\";i:100571;s:10:\"size_after\";i:98063;s:4:\"time\";d:0.07;}}}'),(30300,9379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:33:\"2019/09/Humble-Lion-Cavaliers.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Humble-Lion-Cavaliers-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:\"Humble-Lion-Cavaliers-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:33:\"Humble-Lion-Cavaliers-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:34:\"Humble-Lion-Cavaliers-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Humble-Lion-Cavaliers-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568577185\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"135\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(30301,9372,'_oembed_48aee0c45c706409b30e960980fa6453','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">The internet porn business is boomin’!<br><br>BangBros has put a $10M bid in for the naming rights for the Miami Heat arena.<br><br>➡️ <a href=\"https://t.co/2XAs2WONKQ\">https://t.co/2XAs2WONKQ</a> <a href=\"https://t.co/kDbFmhc3gZ\">pic.twitter.com/kDbFmhc3gZ</a></p>&mdash; Yahoo Sports (@YahooSports) <a href=\"https://twitter.com/YahooSports/status/1172259834269437952?ref_src=twsrc%5Etfw\">September 12, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(30302,9372,'_oembed_time_48aee0c45c706409b30e960980fa6453','1568659793'),(30303,9372,'_oembed_ed97f7ee7fd18c160b8ee10f590ff6c2','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Not going to lie BangBros Center is kinda catchy <a href=\"https://t.co/amqD9d5CCc\">pic.twitter.com/amqD9d5CCc</a></p>&mdash; Barstool Miami (@BarstoolUMiami) <a href=\"https://twitter.com/BarstoolUMiami/status/1172241936180219909?ref_src=twsrc%5Etfw\">September 12, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(30304,9372,'_oembed_time_ed97f7ee7fd18c160b8ee10f590ff6c2','1568659793'),(30306,9373,'_thumbnail_id','9374'),(30307,9373,'_edit_last','9'),(30308,9373,'smpush_mute_activated','no'),(30310,9373,'_yoast_wpseo_primary_category','4'),(30311,9373,'_yoast_wpseo_primary_sub-category','5'),(30312,9373,'sponsored_url',''),(30313,9373,'_yoast_wpseo_metadesc','Cavalier and Humble Lion battled to a 1-1 draw in their Red Stripe Premier League match at Stadium East on Sunday.'),(30314,9373,'_yoast_wpseo_content_score','90'),(30315,9373,'_yoast_wpseo_focuskeywords','[]'),(30316,9373,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30317,9383,'_wp_attached_file','2019/09/Bid-Bang-Bros-Arena-Buzz.jpg'),(30318,9383,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.230808057633185;s:5:\"bytes\";i:22799;s:11:\"size_before\";i:435860;s:10:\"size_after\";i:413061;s:4:\"time\";d:0.21000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.93;s:5:\"bytes\";i:663;s:11:\"size_before\";i:9565;s:10:\"size_after\";i:8902;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9;s:5:\"bytes\";i:1561;s:11:\"size_before\";i:22628;s:10:\"size_after\";i:21067;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.42;s:5:\"bytes\";i:5486;s:11:\"size_before\";i:101279;s:10:\"size_after\";i:95793;s:4:\"time\";d:0.07;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.01;s:5:\"bytes\";i:7730;s:11:\"size_before\";i:154247;s:10:\"size_after\";i:146517;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.97;s:5:\"bytes\";i:7359;s:11:\"size_before\";i:148141;s:10:\"size_after\";i:140782;s:4:\"time\";d:0.07;}}}'),(30319,9383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1126;s:6:\"height\";i:752;s:4:\"file\";s:36:\"2019/09/Bid-Bang-Bros-Arena-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Bid-Bang-Bros-Arena-Buzz-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:\"Bid-Bang-Bros-Arena-Buzz-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:36:\"Bid-Bang-Bros-Arena-Buzz-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Bid-Bang-Bros-Arena-Buzz-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Bid-Bang-Bros-Arena-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(30320,9384,'_edit_lock','1568658935:9'),(30321,9384,'_yst_prominent_words_version','1'),(30322,9385,'_wp_attached_file','2019/09/Hero-Sckool-A.jpg'),(30323,9385,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.4526695178149405;s:5:\"bytes\";i:18803;s:11:\"size_before\";i:422286;s:10:\"size_after\";i:403483;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.03;s:5:\"bytes\";i:607;s:11:\"size_before\";i:8633;s:10:\"size_after\";i:8026;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.99;s:5:\"bytes\";i:1223;s:11:\"size_before\";i:20410;s:10:\"size_after\";i:19187;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1;s:5:\"bytes\";i:3735;s:11:\"size_before\";i:91085;s:10:\"size_after\";i:87350;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.31;s:5:\"bytes\";i:6887;s:11:\"size_before\";i:159976;s:10:\"size_after\";i:153089;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.47;s:5:\"bytes\";i:6351;s:11:\"size_before\";i:142182;s:10:\"size_after\";i:135831;s:4:\"time\";d:0.08;}}}'),(30324,9385,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:25:\"2019/09/Hero-Sckool-A.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Hero-Sckool-A-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:\"Hero-Sckool-A-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Hero-Sckool-A-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Hero-Sckool-A-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Hero-Sckool-A-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(30325,9386,'_wp_attached_file','2019/09/Hero-Sckool-C.jpg'),(30326,9386,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.961239155422781;s:5:\"bytes\";i:14095;s:11:\"size_before\";i:355823;s:10:\"size_after\";i:341728;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.07;s:5:\"bytes\";i:508;s:11:\"size_before\";i:8374;s:10:\"size_after\";i:7866;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.41;s:5:\"bytes\";i:1060;s:11:\"size_before\";i:19590;s:10:\"size_after\";i:18530;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:3816;s:11:\"size_before\";i:84712;s:10:\"size_after\";i:80896;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.64;s:5:\"bytes\";i:4757;s:11:\"size_before\";i:130801;s:10:\"size_after\";i:126044;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.52;s:5:\"bytes\";i:3954;s:11:\"size_before\";i:112346;s:10:\"size_after\";i:108392;s:4:\"time\";d:0.04;}}}'),(30327,9386,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:25:\"2019/09/Hero-Sckool-C.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Hero-Sckool-C-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:\"Hero-Sckool-C-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Hero-Sckool-C-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Hero-Sckool-C-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Hero-Sckool-C-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(30328,9387,'_wp_attached_file','2019/09/Hero-Sckool-B.jpg'),(30329,9387,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.991108231434125;s:5:\"bytes\";i:21723;s:11:\"size_before\";i:435234;s:10:\"size_after\";i:413511;s:4:\"time\";d:0.24000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.52;s:5:\"bytes\";i:610;s:11:\"size_before\";i:9358;s:10:\"size_after\";i:8748;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.99;s:5:\"bytes\";i:1371;s:11:\"size_before\";i:22894;s:10:\"size_after\";i:21523;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:4870;s:11:\"size_before\";i:98110;s:10:\"size_after\";i:93240;s:4:\"time\";d:0.07;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:7904;s:11:\"size_before\";i:159290;s:10:\"size_after\";i:151386;s:4:\"time\";d:0.11;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:6968;s:11:\"size_before\";i:145582;s:10:\"size_after\";i:138614;s:4:\"time\";d:0.04;}}}'),(30330,9387,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:25:\"2019/09/Hero-Sckool-B.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Hero-Sckool-B-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:\"Hero-Sckool-B-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Hero-Sckool-B-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Hero-Sckool-B-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Hero-Sckool-B-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(30332,9372,'_thumbnail_id','9400'),(30333,9372,'_edit_last','11'),(30334,9372,'smpush_mute_activated','no'),(30336,9372,'_yoast_wpseo_primary_category','2'),(30337,9372,'_yoast_wpseo_primary_sub-category','14'),(30338,9372,'sponsored_url',''),(30339,9372,'_yoast_wpseo_content_score','60'),(30340,9372,'_yoast_wpseo_focuskeywords','[]'),(30341,9372,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30342,9384,'_thumbnail_id','9385'),(30343,9384,'_edit_last','9'),(30344,9384,'smpush_mute_activated','no'),(30345,9384,'_yoast_wpseo_primary_category','3'),(30346,9384,'_yoast_wpseo_primary_sub-category','16'),(30347,9384,'sponsored_url',''),(30348,9384,'_yoast_wpseo_metadesc','Most creators are looking to see their idea finalised on the big screen as the allure of big-budget Hollywood beckons, but for Jabari Brown, his next move is to get his comic book project, Hero Sckool, on the small screen, as a video game to be exact.'),(30349,9384,'_yoast_wpseo_content_score','60'),(30350,9384,'_yoast_wpseo_focuskeywords','[]'),(30351,9384,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30362,9393,'_edit_lock','1568666947:11'),(30363,9393,'_yst_prominent_words_version','1'),(30364,9394,'_edit_lock','1568660896:9'),(30365,9394,'_yst_prominent_words_version','1'),(30366,9394,'_oembed_abf2317c91e0a0009fba865d01653a04','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2dDHYuFW17/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2dDHYuFW17/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2dDHYuFW17/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">So it&#39;s #GIRL??? another blessing in my life it didn&#39;t matter if it was a girl or a boy, all am asking God for is a healthy baby #babyrussell @partyblasterspro</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/ar12russell/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Andre Russell</a> (@ar12russell) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-16T01:37:17+00:00\">Sep 15, 2019 at 6:37pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(30367,9394,'_oembed_time_abf2317c91e0a0009fba865d01653a04','1568659386'),(30368,9396,'_wp_attached_file','2019/09/andre-russell-and-wife.png'),(30369,9396,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2724574;s:10:\"size_after\";i:2724574;s:4:\"time\";d:2.72;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47028;s:10:\"size_after\";i:47028;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:132283;s:10:\"size_after\";i:132283;s:4:\"time\";d:0.14;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:931995;s:10:\"size_after\";i:931995;s:4:\"time\";d:0.86;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1017153;s:10:\"size_after\";i:1017153;s:4:\"time\";i:1;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:596115;s:10:\"size_after\";i:596115;s:4:\"time\";d:0.69;}}}'),(30370,9396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1067;s:4:\"file\";s:34:\"2019/09/andre-russell-and-wife.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"andre-russell-and-wife-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:34:\"andre-russell-and-wife-240x300.png\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"andre-russell-and-wife-768x961.png\";s:5:\"width\";i:768;s:6:\"height\";i:961;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"andre-russell-and-wife-819x1024.png\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"andre-russell-and-wife-853x655.png\";s:5:\"width\";i:853;s:6:\"height\";i:655;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:{}}}'),(30371,9393,'_edit_last','11'),(30372,9398,'_edit_lock','1568671715:11'),(30373,9398,'_yst_prominent_words_version','1'),(30374,9400,'_wp_attached_file','2019/09/bed-bedroom-black-and-white-1405846.jpg'),(30375,9400,'wpmf_size','499348'),(30376,9400,'wpmf_filetype','jpg'),(30377,9400,'wpmf_order','0'),(30378,9400,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:47:\"2019/09/bed-bedroom-black-and-white-1405846.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"bed-bedroom-black-and-white-1405846-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:\"bed-bedroom-black-and-white-1405846-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:47:\"bed-bedroom-black-and-white-1405846-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:48:\"bed-bedroom-black-and-white-1405846-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"bed-bedroom-black-and-white-1405846-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(30379,9400,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:373637;s:11:\"size_before\";i:499348;s:10:\"size_after\";i:125711;}');
INSERT INTO `wp_postmeta` VALUES (30380,9400,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.686223712282841;s:5:\"bytes\";i:10530;s:11:\"size_before\";i:157488;s:10:\"size_after\";i:146958;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3;s:5:\"bytes\";i:285;s:11:\"size_before\";i:4523;s:10:\"size_after\";i:4238;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.62;s:5:\"bytes\";i:397;s:11:\"size_before\";i:8584;s:10:\"size_after\";i:8187;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:1799;s:11:\"size_before\";i:32935;s:10:\"size_after\";i:31136;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.12;s:5:\"bytes\";i:3932;s:11:\"size_before\";i:55249;s:10:\"size_after\";i:51317;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.33;s:5:\"bytes\";i:4117;s:11:\"size_before\";i:56197;s:10:\"size_after\";i:52080;s:4:\"time\";d:0.03;}}}'),(30383,9401,'_wp_attached_file','2019/09/andre-russell-and-wife-NEW.jpg'),(30384,9401,'wpmf_size','58517'),(30385,9401,'wpmf_filetype','jpg'),(30386,9401,'wpmf_order','0'),(30387,9401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:732;s:6:\"height\";i:389;s:4:\"file\";s:38:\"2019/09/andre-russell-and-wife-NEW.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"andre-russell-and-wife-NEW-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:\"andre-russell-and-wife-NEW-300x159.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(30388,9401,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.544244843646041;s:5:\"bytes\";i:683;s:11:\"size_before\";i:15030;s:10:\"size_after\";i:14347;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.57;s:5:\"bytes\";i:319;s:11:\"size_before\";i:5722;s:10:\"size_after\";i:5403;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.91;s:5:\"bytes\";i:364;s:11:\"size_before\";i:9308;s:10:\"size_after\";i:8944;s:4:\"time\";d:0.01;}}}'),(30389,9394,'_thumbnail_id','9401'),(30390,9394,'_edit_last','9'),(30391,9394,'smpush_mute_activated','no'),(30392,9394,'_yoast_wpseo_primary_category','2'),(30393,9394,'_yoast_wpseo_primary_sub-category','9'),(30394,9394,'sponsored_url',''),(30395,9394,'_yoast_wpseo_metadesc','Samantha J was not the only public figure doing a gender reveal this weekend, as West Indies cricketer Andre Russell and his wife, Jassym Lora Russell, took to Instagram to share their intimate moment with fans.'),(30396,9394,'_yoast_wpseo_content_score','90'),(30397,9394,'_yoast_wpseo_focuskeywords','[]'),(30398,9394,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30399,9403,'_edit_lock','1568666349:9'),(30400,9403,'_yst_prominent_words_version','1'),(30401,9404,'_wp_attached_file','2019/09/On-the-Money-Cover.jpg'),(30402,9404,'wpmf_size','575507'),(30403,9404,'wpmf_filetype','jpg'),(30404,9404,'wpmf_order','0'),(30405,9404,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2019/09/On-the-Money-Cover.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"On-the-Money-Cover-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:\"On-the-Money-Cover-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"On-the-Money-Cover-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"On-the-Money-Cover-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"On-the-Money-Cover-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(30406,9404,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.375153540720427;s:5:\"bytes\";i:8927;s:11:\"size_before\";i:140028;s:10:\"size_after\";i:131101;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.61;s:5:\"bytes\";i:197;s:11:\"size_before\";i:4271;s:10:\"size_after\";i:4074;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87;s:5:\"bytes\";i:268;s:11:\"size_before\";i:6919;s:10:\"size_after\";i:6651;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.64;s:5:\"bytes\";i:1664;s:11:\"size_before\";i:29491;s:10:\"size_after\";i:27827;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.78;s:5:\"bytes\";i:3200;s:11:\"size_before\";i:47180;s:10:\"size_after\";i:43980;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9;s:5:\"bytes\";i:3598;s:11:\"size_before\";i:52167;s:10:\"size_after\";i:48569;s:4:\"time\";d:0.03;}}}'),(30407,9405,'_wp_attached_file','2019/09/samantha-J.jpg'),(30408,9405,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4115673717629633;s:5:\"bytes\";i:8156;s:11:\"size_before\";i:239069;s:10:\"size_after\";i:230913;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.24;s:5:\"bytes\";i:290;s:11:\"size_before\";i:5534;s:10:\"size_after\";i:5244;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.03;s:5:\"bytes\";i:499;s:11:\"size_before\";i:12387;s:10:\"size_after\";i:11888;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.76;s:5:\"bytes\";i:2076;s:11:\"size_before\";i:55270;s:10:\"size_after\";i:53194;s:4:\"time\";d:0.06;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.34;s:5:\"bytes\";i:2968;s:11:\"size_before\";i:88824;s:10:\"size_after\";i:85856;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.01;s:5:\"bytes\";i:2323;s:11:\"size_before\";i:77054;s:10:\"size_after\";i:74731;s:4:\"time\";d:0.04;}}}'),(30409,9405,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:811;s:4:\"file\";s:22:\"2019/09/samantha-J.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"samantha-J-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:\"samantha-J-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:22:\"samantha-J-768x577.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"samantha-J-1024x769.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"samantha-J-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(30410,9403,'_thumbnail_id','9405'),(30411,9403,'_edit_last','9'),(30412,9403,'smpush_mute_activated','no'),(30413,9403,'_yoast_wpseo_primary_category','2'),(30414,9403,'_yoast_wpseo_primary_sub-category','14'),(30415,9403,'sponsored_url',''),(30416,9403,'_yoast_wpseo_metadesc','Singer Samantha J is expecting a baby boy, and she revealed the news to her fans via Instagram over the weekend.'),(30417,9403,'_yoast_wpseo_content_score','90'),(30418,9403,'_yoast_wpseo_focuskeywords','[]'),(30419,9403,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30425,9398,'_thumbnail_id','9452'),(30426,9398,'_edit_last','11'),(30427,9398,'smpush_mute_activated','no'),(30429,9398,'_yoast_wpseo_primary_category','3'),(30430,9398,'_yoast_wpseo_primary_sub-category','6'),(30431,9398,'sponsored_url',''),(30432,9398,'_yoast_wpseo_content_score','30'),(30433,9398,'_yoast_wpseo_focuskeywords','[]'),(30434,9398,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30435,9409,'_wp_attached_file','2019/09/Hoops-with-Ffriend.jpg'),(30436,9409,'wpmf_size','394264'),(30437,9409,'wpmf_filetype','jpg'),(30438,9409,'wpmf_order','0'),(30439,9409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2019/09/Hoops-with-Ffriend.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Hoops-with-Ffriend-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:\"Hoops-with-Ffriend-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Hoops-with-Ffriend-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Hoops-with-Ffriend-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Hoops-with-Ffriend-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(30440,9409,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.72161359391157;s:5:\"bytes\";i:37027;s:11:\"size_before\";i:424543;s:10:\"size_after\";i:387516;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.52;s:5:\"bytes\";i:1155;s:11:\"size_before\";i:12130;s:10:\"size_after\";i:10975;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.09;s:5:\"bytes\";i:3188;s:11:\"size_before\";i:28755;s:10:\"size_after\";i:25567;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.79;s:5:\"bytes\";i:8720;s:11:\"size_before\";i:99185;s:10:\"size_after\";i:90465;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.57;s:5:\"bytes\";i:11890;s:11:\"size_before\";i:138749;s:10:\"size_after\";i:126859;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.29;s:5:\"bytes\";i:12074;s:11:\"size_before\";i:145724;s:10:\"size_after\";i:133650;s:4:\"time\";d:0.04;}}}'),(30442,9349,'_thumbnail_id','9409'),(30458,9413,'_wp_attached_file','2019/09/NEPA_Beach_cleanup.jpg'),(30459,9413,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.76025430759291;s:5:\"bytes\";i:35366;s:11:\"size_before\";i:523146;s:10:\"size_after\";i:487780;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.76;s:5:\"bytes\";i:658;s:11:\"size_before\";i:8484;s:10:\"size_after\";i:7826;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.24;s:5:\"bytes\";i:1494;s:11:\"size_before\";i:20638;s:10:\"size_after\";i:19144;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.02;s:5:\"bytes\";i:8059;s:11:\"size_before\";i:114868;s:10:\"size_after\";i:106809;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.59;s:5:\"bytes\";i:12441;s:11:\"size_before\";i:188651;s:10:\"size_after\";i:176210;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.67;s:5:\"bytes\";i:12714;s:11:\"size_before\";i:190505;s:10:\"size_after\";i:177791;s:4:\"time\";d:0.07;}}}'),(30460,9413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:30:\"2019/09/NEPA_Beach_cleanup.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"NEPA_Beach_cleanup-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:\"NEPA_Beach_cleanup-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:30:\"NEPA_Beach_cleanup-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:31:\"NEPA_Beach_cleanup-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"NEPA_Beach_cleanup-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:15:\"Otto Williamson\";s:6:\"camera\";s:10:\"NIKON D850\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1537004031\";s:9:\"copyright\";s:15:\"Otto Williamson\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(30465,9417,'_wp_attached_file','2019/09/I-love-soca-Cooler.jpg'),(30466,9417,'wpmf_size','252562'),(30467,9417,'wpmf_filetype','jpg'),(30468,9417,'wpmf_order','0'),(30469,9417,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:943;s:6:\"height\";i:960;s:4:\"file\";s:30:\"2019/09/I-love-soca-Cooler.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"I-love-soca-Cooler-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:\"I-love-soca-Cooler-295x300.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"I-love-soca-Cooler-768x782.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"I-love-soca-Cooler-943x655.jpg\";s:5:\"width\";i:943;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(30470,9417,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.436217408996622;s:5:\"bytes\";i:16432;s:11:\"size_before\";i:302269;s:10:\"size_after\";i:285837;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3;s:5:\"bytes\";i:639;s:11:\"size_before\";i:8754;s:10:\"size_after\";i:8115;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.83;s:5:\"bytes\";i:1511;s:11:\"size_before\";i:25904;s:10:\"size_after\";i:24393;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.91;s:5:\"bytes\";i:5936;s:11:\"size_before\";i:120955;s:10:\"size_after\";i:115019;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.69;s:5:\"bytes\";i:8346;s:11:\"size_before\";i:146656;s:10:\"size_after\";i:138310;s:4:\"time\";d:0.04;}}}'),(30471,9418,'_wp_attached_file','2019/09/i-love-soca-2.jpg'),(30472,9418,'wpmf_size','230084'),(30473,9418,'wpmf_filetype','jpg'),(30474,9418,'wpmf_order','0'),(30475,9418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:948;s:6:\"height\";i:960;s:4:\"file\";s:25:\"2019/09/i-love-soca-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"i-love-soca-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:25:\"i-love-soca-2-296x300.jpg\";s:5:\"width\";i:296;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"i-love-soca-2-768x778.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:778;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"i-love-soca-2-948x655.jpg\";s:5:\"width\";i:948;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(30476,9418,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.207533702674894;s:5:\"bytes\";i:20090;s:11:\"size_before\";i:323639;s:10:\"size_after\";i:303549;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1;s:5:\"bytes\";i:986;s:11:\"size_before\";i:10835;s:10:\"size_after\";i:9849;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.18;s:5:\"bytes\";i:2268;s:11:\"size_before\";i:31589;s:10:\"size_after\";i:29321;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.15;s:5:\"bytes\";i:6818;s:11:\"size_before\";i:132443;s:10:\"size_after\";i:125625;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.73;s:5:\"bytes\";i:10018;s:11:\"size_before\";i:148772;s:10:\"size_after\";i:138754;s:4:\"time\";d:0.08;}}}'),(30477,9419,'_wp_attached_file','2019/09/i-love-soca.jpg'),(30478,9419,'wpmf_size','152583'),(30479,9419,'wpmf_filetype','jpg'),(30480,9419,'wpmf_order','0'),(30481,9419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:23:\"2019/09/i-love-soca.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"i-love-soca-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:\"i-love-soca-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"i-love-soca-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"i-love-soca-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(30482,9419,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.179091192309404;s:5:\"bytes\";i:10329;s:11:\"size_before\";i:247159;s:10:\"size_after\";i:236830;s:4:\"time\";d:0.26;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.44;s:5:\"bytes\";i:685;s:11:\"size_before\";i:9208;s:10:\"size_after\";i:8523;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1;s:5:\"bytes\";i:1646;s:11:\"size_before\";i:26964;s:10:\"size_after\";i:25318;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.92;s:5:\"bytes\";i:4058;s:11:\"size_before\";i:103515;s:10:\"size_after\";i:99457;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.67;s:5:\"bytes\";i:3940;s:11:\"size_before\";i:107472;s:10:\"size_after\";i:103532;s:4:\"time\";d:0.18;}}}'),(30483,9420,'_wp_attached_file','2019/09/NEW-game-of-thrones.jpg'),(30484,9420,'wpmf_size','213636'),(30485,9420,'wpmf_filetype','jpg'),(30486,9420,'wpmf_order','0'),(30487,9420,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:999;s:6:\"height\";i:587;s:4:\"file\";s:31:\"2019/09/NEW-game-of-thrones.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"NEW-game-of-thrones-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-game-of-thrones-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"NEW-game-of-thrones-768x451.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:14:\"SplashNews.com\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:303:\"Game of Thrones NYC Premiere\r\r\r\rPictured: Maisie Williams and Sophie Turner\r\rRef: SPL5077075 040419 NON-EXCLUSIVE\r\rPicture by: SplashNews.com\r\r\r\rSplash News and Pictures\r\rLos Angeles: 310-821-2666\rNew York: 212-619-2666\rLondon: 0207 644 7656\rMilan: 02 4399 8577\r\rphotodesk@splashnews.com\r\r\r\rWorld Rights\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:23:\"www.SplashNews.com 2019\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:28:\"Game Of Thrones NYC Premiere\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:64:\"Premiere,event,NYC,GoT,Game of Thrones,red carpet,guests,finale,\";}}}'),(30488,9420,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9469202921402173;s:5:\"bytes\";i:3129;s:11:\"size_before\";i:79277;s:10:\"size_after\";i:76148;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.76;s:5:\"bytes\";i:404;s:11:\"size_before\";i:7013;s:10:\"size_after\";i:6609;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.98;s:5:\"bytes\";i:667;s:11:\"size_before\";i:13401;s:10:\"size_after\";i:12734;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:2058;s:11:\"size_before\";i:58863;s:10:\"size_after\";i:56805;s:4:\"time\";d:0.02;}}}'),(30491,9421,'_wp_attached_file','2019/09/Beach-Cleanup-Buzz.jpg'),(30492,9421,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:322955;s:11:\"size_before\";i:580410;s:10:\"size_after\";i:257455;}'),(30493,9421,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.4931762143825615;s:5:\"bytes\";i:17166;s:11:\"size_before\";i:382046;s:10:\"size_after\";i:364880;s:4:\"time\";d:0.18000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.48;s:5:\"bytes\";i:498;s:11:\"size_before\";i:7689;s:10:\"size_after\";i:7191;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95;s:5:\"bytes\";i:804;s:11:\"size_before\";i:16235;s:10:\"size_after\";i:15431;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.67;s:5:\"bytes\";i:3854;s:11:\"size_before\";i:82613;s:10:\"size_after\";i:78759;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.56;s:5:\"bytes\";i:6388;s:11:\"size_before\";i:139986;s:10:\"size_after\";i:133598;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.15;s:5:\"bytes\";i:5622;s:11:\"size_before\";i:135523;s:10:\"size_after\";i:129901;s:4:\"time\";d:0.04;}}}'),(30494,9421,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"2019/09/Beach-Cleanup-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Beach-Cleanup-Buzz-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:\"Beach-Cleanup-Buzz-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:30:\"Beach-Cleanup-Buzz-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:31:\"Beach-Cleanup-Buzz-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Beach-Cleanup-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(30496,9393,'_thumbnail_id','9413'),(30497,9393,'smpush_mute_activated','no'),(30499,9393,'_yoast_wpseo_primary_category','4'),(30500,9393,'_yoast_wpseo_primary_sub-category','16'),(30501,9393,'sponsored_url',''),(30502,9393,'_yoast_wpseo_content_score','60'),(30503,9393,'_yoast_wpseo_focuskeywords','[]'),(30504,9393,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30505,9423,'_edit_lock','1568674897:9'),(30506,9423,'_yst_prominent_words_version','1'),(30509,9424,'_edit_lock','1568668595:9'),(30510,9424,'_yst_prominent_words_version','1'),(30511,9425,'_wp_attached_file','2019/09/cristiano-wedding.jpg'),(30512,9425,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1227971239249963;s:5:\"bytes\";i:2215;s:11:\"size_before\";i:70930;s:10:\"size_after\";i:68715;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7;s:5:\"bytes\";i:340;s:11:\"size_before\";i:5962;s:10:\"size_after\";i:5622;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.64;s:5:\"bytes\";i:632;s:11:\"size_before\";i:13622;s:10:\"size_after\";i:12990;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.42;s:5:\"bytes\";i:1243;s:11:\"size_before\";i:51346;s:10:\"size_after\";i:50103;s:4:\"time\";d:0.03;}}}'),(30513,9425,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:29:\"2019/09/cristiano-wedding.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cristiano-wedding-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:\"cristiano-wedding-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"cristiano-wedding-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:{}}}'),(30514,9426,'_wp_attached_file','2019/09/Doc-Coombs-Buzz.jpg'),(30515,9426,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:685994;s:11:\"size_before\";i:862080;s:10:\"size_after\";i:176086;}'),(30516,9426,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1014162364317697;s:5:\"bytes\";i:8326;s:11:\"size_before\";i:268458;s:10:\"size_after\";i:260132;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.06;s:5:\"bytes\";i:434;s:11:\"size_before\";i:7161;s:10:\"size_after\";i:6727;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.18;s:5:\"bytes\";i:786;s:11:\"size_before\";i:15165;s:10:\"size_after\";i:14379;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.09;s:5:\"bytes\";i:1850;s:11:\"size_before\";i:59896;s:10:\"size_after\";i:58046;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.73;s:5:\"bytes\";i:2548;s:11:\"size_before\";i:93497;s:10:\"size_after\";i:90949;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.92;s:5:\"bytes\";i:2708;s:11:\"size_before\";i:92739;s:10:\"size_after\";i:90031;s:4:\"time\";d:0.04;}}}'),(30517,9426,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:27:\"2019/09/Doc-Coombs-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Doc-Coombs-Buzz-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:\"Doc-Coombs-Buzz-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:27:\"Doc-Coombs-Buzz-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:28:\"Doc-Coombs-Buzz-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Doc-Coombs-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568532677\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"45.9\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(30518,9424,'_thumbnail_id','9425'),(30519,9424,'_oembed_c846f49b8539b4eef7054f20a2042022','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2W7nOHoGYs/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2W7nOHoGYs/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2W7nOHoGYs/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Smelling good with my new fragrance and looking great with you on my side @georginagio ❤️</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/cristiano/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Cristiano Ronaldo</a> (@cristiano) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-13T16:35:43+00:00\">Sep 13, 2019 at 9:35am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(30520,9424,'_oembed_time_c846f49b8539b4eef7054f20a2042022','1568667998'),(30521,9424,'_edit_last','9'),(30522,9424,'smpush_mute_activated','no'),(30523,9424,'_yoast_wpseo_primary_category','3'),(30524,9424,'_yoast_wpseo_primary_sub-category','9'),(30525,9424,'sponsored_url',''),(30526,9424,'_yoast_wpseo_metadesc','Footballer Cristiano Ronaldo plans to marry his girlfriend, Georgina Rodriguez.'),(30527,9424,'_yoast_wpseo_content_score','90'),(30528,9424,'_yoast_wpseo_focuskeywords','[]'),(30529,9424,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30530,9429,'_wp_attached_file','2019/09/Coombs-Surgical-Resident-Buzz.jpg'),(30531,9429,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.944365698086464;s:5:\"bytes\";i:2013;s:11:\"size_before\";i:33864;s:10:\"size_after\";i:31851;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.94;s:5:\"bytes\";i:577;s:11:\"size_before\";i:8317;s:10:\"size_after\";i:7740;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.62;s:5:\"bytes\";i:1436;s:11:\"size_before\";i:25547;s:10:\"size_after\";i:24111;s:4:\"time\";d:0.01;}}}'),(30532,9429,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:549;s:6:\"height\";i:551;s:4:\"file\";s:41:\"2019/09/Coombs-Surgical-Resident-Buzz.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Coombs-Surgical-Resident-Buzz-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:\"Coombs-Surgical-Resident-Buzz-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:{}}}'),(30539,9423,'_oembed_81007485aa3cab07a3b87a9ddd5a3f21','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BfYksMwBLs4/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BfYksMwBLs4/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BfYksMwBLs4/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Doc, mi have SINUS lol. ???‍♂️ No more SHORTCUT!! It’s SINUSITIS ????? #spreadtheword #medicine #sinus #doctoring #eachoneteachone</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/fyliku/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Dr. Phillip C. Coombs ??</a> (@fyliku) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2018-02-19T15:58:04+00:00\">Feb 19, 2018 at 7:58am PST</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(30540,9423,'_oembed_time_81007485aa3cab07a3b87a9ddd5a3f21','1568674831'),(30543,9432,'_edit_lock','1568670187:9'),(30544,9432,'_yst_prominent_words_version','1'),(30545,9423,'_oembed_23c6cb8020b81d58ed2aa159ba9cf8b9','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BfqbNySBkK7/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BfqbNySBkK7/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BfqbNySBkK7/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Do you have Gas? Share the message!! ? What really is ‘Gas Pain?’ ???‍♂️ Where is this ‘GAS’ found? Can gas pain travel?? So many things to address on this topic!! Stay tuned!! Help me clear up some misconceptions. ‘Gas pain’ #eachoneteachone #doctor?? #series @kevin2wokrayzee</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/fyliku/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Dr. Phillip C. Coombs ??</a> (@fyliku) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2018-02-26T14:20:47+00:00\">Feb 26, 2018 at 6:20am PST</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(30546,9423,'_oembed_time_23c6cb8020b81d58ed2aa159ba9cf8b9','1568674832'),(30547,9434,'_wp_attached_file','2019/09/esports-jamaica-dexton-graham.jpg'),(30548,9434,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.182669585671525;s:5:\"bytes\";i:15399;s:11:\"size_before\";i:368162;s:10:\"size_after\";i:352763;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.01;s:5:\"bytes\";i:462;s:11:\"size_before\";i:7683;s:10:\"size_after\";i:7221;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.11;s:5:\"bytes\";i:947;s:11:\"size_before\";i:18516;s:10:\"size_after\";i:17569;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.24;s:5:\"bytes\";i:2553;s:11:\"size_before\";i:78787;s:10:\"size_after\";i:76234;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.31;s:5:\"bytes\";i:6054;s:11:\"size_before\";i:140487;s:10:\"size_after\";i:134433;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.39;s:5:\"bytes\";i:5383;s:11:\"size_before\";i:122689;s:10:\"size_after\";i:117306;s:4:\"time\";d:0.04;}}}'),(30549,9434,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:41:\"2019/09/esports-jamaica-dexton-graham.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"esports-jamaica-dexton-graham-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:\"esports-jamaica-dexton-graham-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"esports-jamaica-dexton-graham-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"esports-jamaica-dexton-graham-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"esports-jamaica-dexton-graham-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(30550,9435,'_wp_attached_file','2019/09/esports-jamaica.jpg'),(30551,9435,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.647785878192135;s:5:\"bytes\";i:20133;s:11:\"size_before\";i:433174;s:10:\"size_after\";i:413041;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.41;s:5:\"bytes\";i:425;s:11:\"size_before\";i:7852;s:10:\"size_after\";i:7427;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94;s:5:\"bytes\";i:945;s:11:\"size_before\";i:19122;s:10:\"size_after\";i:18177;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.35;s:5:\"bytes\";i:4005;s:11:\"size_before\";i:92054;s:10:\"size_after\";i:88049;s:4:\"time\";d:0.08;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.67;s:5:\"bytes\";i:7803;s:11:\"size_before\";i:167133;s:10:\"size_after\";i:159330;s:4:\"time\";d:0.1;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.73;s:5:\"bytes\";i:6955;s:11:\"size_before\";i:147013;s:10:\"size_after\";i:140058;s:4:\"time\";d:0.04;}}}'),(30552,9435,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:763;s:4:\"file\";s:27:\"2019/09/esports-jamaica.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"esports-jamaica-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:\"esports-jamaica-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"esports-jamaica-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"esports-jamaica-1024x763.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"esports-jamaica-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;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:{}}}'),(30553,9436,'_edit_lock','1568670140:4'),(30554,9436,'_yst_prominent_words_version','1'),(30555,9432,'_thumbnail_id','9434'),(30556,9432,'_edit_last','9'),(30557,9432,'smpush_mute_activated','no'),(30558,9432,'_yoast_wpseo_primary_category','3'),(30559,9432,'_yoast_wpseo_primary_sub-category','5'),(30560,9432,'sponsored_url',''),(30561,9432,'_yoast_wpseo_metadesc','Dexton Graham, the CEO and founder of eSports Jamaica, created the company with the intention of building the competitive video gaming scene in Jamaica.'),(30562,9432,'_yoast_wpseo_content_score','60'),(30563,9432,'_yoast_wpseo_focuskeywords','[]'),(30564,9432,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30567,9438,'_wp_attached_file','2019/09/Phillip-Coombs-Buzz.jpg'),(30568,9438,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:416494;s:11:\"size_before\";i:605235;s:10:\"size_after\";i:188741;}'),(30569,9438,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.560397197184545;s:5:\"bytes\";i:9014;s:11:\"size_before\";i:253174;s:10:\"size_after\";i:244160;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.03;s:5:\"bytes\";i:421;s:11:\"size_before\";i:6977;s:10:\"size_after\";i:6556;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.32;s:5:\"bytes\";i:597;s:11:\"size_before\";i:13812;s:10:\"size_after\";i:13215;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9;s:5:\"bytes\";i:1580;s:11:\"size_before\";i:54570;s:10:\"size_after\";i:52990;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.49;s:5:\"bytes\";i:3112;s:11:\"size_before\";i:89134;s:10:\"size_after\";i:86022;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:3304;s:11:\"size_before\";i:88681;s:10:\"size_after\";i:85377;s:4:\"time\";d:0.03;}}}'),(30570,9438,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:31:\"2019/09/Phillip-Coombs-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Phillip-Coombs-Buzz-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:\"Phillip-Coombs-Buzz-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:31:\"Phillip-Coombs-Buzz-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:32:\"Phillip-Coombs-Buzz-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Phillip-Coombs-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568532458\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"24.7\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(30571,9423,'_oembed_29e8e8360a36123c10ebe9f1f5a7eed9','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/Bvqy0uWp36y/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/Bvqy0uWp36y/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/Bvqy0uWp36y/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">????? #DOCRAVERS OUT!!!??? #birthdayweekend #lit #vibesright #braff @villaelia_jamaica ??</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/fyliku/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Dr. Phillip C. Coombs ??</a> (@fyliku) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-03-31T10:03:59+00:00\">Mar 31, 2019 at 3:03am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(30572,9423,'_oembed_time_29e8e8360a36123c10ebe9f1f5a7eed9','1568674831'),(30573,9440,'_wp_attached_file','2019/09/Chief-Justice-Bryan-Sykes.jpg'),(30574,9440,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.8473423461247795;s:5:\"bytes\";i:220;s:11:\"size_before\";i:11909;s:10:\"size_after\";i:11689;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.68;s:5:\"bytes\";i:117;s:11:\"size_before\";i:4358;s:10:\"size_after\";i:4241;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.36;s:5:\"bytes\";i:103;s:11:\"size_before\";i:7551;s:10:\"size_after\";i:7448;s:4:\"time\";d:0.01;}}}'),(30575,9440,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:475;s:4:\"file\";s:37:\"2019/09/Chief-Justice-Bryan-Sykes.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Chief-Justice-Bryan-Sykes-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:\"Chief-Justice-Bryan-Sykes-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;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:{}}}'),(30576,9423,'_edit_last','9'),(30577,9423,'smpush_mute_activated','no'),(30578,9423,'_yoast_wpseo_primary_category','3'),(30579,9423,'_yoast_wpseo_primary_sub-category','11'),(30580,9423,'sponsored_url',''),(30581,9423,'_yoast_wpseo_content_score','60'),(30582,9423,'_yoast_wpseo_focuskeywords','[]'),(30583,9423,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30585,9436,'_edit_last','4'),(30586,9436,'smpush_mute_activated','no'),(30588,9436,'_yoast_wpseo_primary_category','4'),(30589,9436,'_yoast_wpseo_primary_sub-category','12'),(30590,9436,'sponsored_url',''),(30591,9436,'_yoast_wpseo_content_score','30'),(30592,9436,'_yoast_wpseo_focuskeywords','[]'),(30593,9436,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30594,9443,'_edit_lock','1568670868:9'),(30595,9443,'_yst_prominent_words_version','1'),(30596,9444,'_wp_attached_file','2019/09/taylor-swift-BB-20190916.jpg'),(30597,9444,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.595551837133096;s:5:\"bytes\";i:4730;s:11:\"size_before\";i:71715;s:10:\"size_after\";i:66985;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.91;s:5:\"bytes\";i:481;s:11:\"size_before\";i:6961;s:10:\"size_after\";i:6480;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:749;s:11:\"size_before\";i:12061;s:10:\"size_after\";i:11312;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.64;s:5:\"bytes\";i:3500;s:11:\"size_before\";i:52693;s:10:\"size_after\";i:49193;s:4:\"time\";d:0.03;}}}'),(30598,9444,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:36:\"2019/09/taylor-swift-BB-20190916.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"taylor-swift-BB-20190916-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:\"taylor-swift-BB-20190916-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"taylor-swift-BB-20190916-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;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:17:\"Aaron J. Thornton\";s:6:\"camera\";s:9:\"NIKON D4S\";s:7:\"caption\";s:16:\"Aaron J Thornton\";s:17:\"created_timestamp\";s:10:\"1566842169\";s:9:\"copyright\";s:33:\"© Aaron J. / RedCarpetImages.net\";s:12:\"focal_length\";s:2:\"38\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(30599,9443,'_thumbnail_id','9444'),(30600,9443,'_oembed_f08c18214161f5b2638f4b64c848030e','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2edYR_FZMr/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2edYR_FZMr/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2edYR_FZMr/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Our @NBCTheVoice Mega Mentor for Season 17 is VERY MEGA.  If only @blakeshelton and I could figure out who it is.</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/johnlegend/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> John Legend</a> (@johnlegend) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-16T15:00:39+00:00\">Sep 16, 2019 at 8:00am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(30601,9443,'_oembed_time_f08c18214161f5b2638f4b64c848030e','1568670904'),(30602,9443,'_edit_last','9'),(30603,9443,'smpush_mute_activated','no'),(30604,9443,'_yoast_wpseo_primary_category','3'),(30605,9443,'_yoast_wpseo_primary_sub-category','14'),(30606,9443,'sponsored_url',''),(30607,9443,'_yoast_wpseo_metadesc','Taylor Swift will join the next season of The Voice as a ‘mega mentor’.'),(30608,9443,'_yoast_wpseo_content_score','60'),(30609,9443,'_yoast_wpseo_focuskeywords','[]'),(30610,9443,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30613,9447,'_edit_lock','1568672139:14'),(30615,9423,'_thumbnail_id','9484'),(30617,9447,'_yst_prominent_words_version','1'),(30619,9450,'_wp_attached_file','2019/09/jamaica-from-space-buzz-demo.jpg'),(30620,9450,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.372839422776516;s:5:\"bytes\";i:12726;s:11:\"size_before\";i:236858;s:10:\"size_after\";i:224132;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.84;s:5:\"bytes\";i:504;s:11:\"size_before\";i:7364;s:10:\"size_after\";i:6860;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.07;s:5:\"bytes\";i:940;s:11:\"size_before\";i:15489;s:10:\"size_after\";i:14549;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.42;s:5:\"bytes\";i:4349;s:11:\"size_before\";i:80285;s:10:\"size_after\";i:75936;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.18;s:5:\"bytes\";i:6933;s:11:\"size_before\";i:133720;s:10:\"size_after\";i:126787;s:4:\"time\";d:0.05;}}}'),(30621,9450,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:992;s:6:\"height\";i:658;s:4:\"file\";s:40:\"2019/09/jamaica-from-space-buzz-demo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"jamaica-from-space-buzz-demo-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:\"jamaica-from-space-buzz-demo-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"jamaica-from-space-buzz-demo-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"jamaica-from-space-buzz-demo-992x655.jpg\";s:5:\"width\";i:992;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:11:\"Gavin Riley\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568652818\";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:{}}}'),(30626,9452,'_wp_attached_file','2019/09/Money-Matters-Feature-Image.jpg'),(30627,9452,'wpmf_size','137601'),(30628,9452,'wpmf_filetype','jpg'),(30629,9452,'wpmf_order','0'),(30630,9452,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:39:\"2019/09/Money-Matters-Feature-Image.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Money-Matters-Feature-Image-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:\"Money-Matters-Feature-Image-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Money-Matters-Feature-Image-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Money-Matters-Feature-Image-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Money-Matters-Feature-Image-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(30631,9452,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.634819636826392;s:5:\"bytes\";i:9210;s:11:\"size_before\";i:163448;s:10:\"size_after\";i:154238;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.99;s:5:\"bytes\";i:260;s:11:\"size_before\";i:5210;s:10:\"size_after\";i:4950;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.47;s:5:\"bytes\";i:351;s:11:\"size_before\";i:7861;s:10:\"size_after\";i:7510;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.27;s:5:\"bytes\";i:1799;s:11:\"size_before\";i:34130;s:10:\"size_after\";i:32331;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.69;s:5:\"bytes\";i:3146;s:11:\"size_before\";i:55243;s:10:\"size_after\";i:52097;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.99;s:5:\"bytes\";i:3654;s:11:\"size_before\";i:61004;s:10:\"size_after\";i:57350;s:4:\"time\";d:0.03;}}}'),(30632,9453,'_wp_attached_file','2019/09/international-space-station-buzz-demo.jpg'),(30633,9453,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.041942900511172;s:5:\"bytes\";i:14486;s:11:\"size_before\";i:358392;s:10:\"size_after\";i:343906;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.33;s:5:\"bytes\";i:286;s:11:\"size_before\";i:5363;s:10:\"size_after\";i:5077;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.19;s:5:\"bytes\";i:555;s:11:\"size_before\";i:13232;s:10:\"size_after\";i:12677;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.66;s:5:\"bytes\";i:2745;s:11:\"size_before\";i:74941;s:10:\"size_after\";i:72196;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.18;s:5:\"bytes\";i:5411;s:11:\"size_before\";i:129426;s:10:\"size_after\";i:124015;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.05;s:5:\"bytes\";i:5489;s:11:\"size_before\";i:135430;s:10:\"size_after\";i:129941;s:4:\"time\";d:0.07;}}}'),(30634,9453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:996;s:4:\"file\";s:49:\"2019/09/international-space-station-buzz-demo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"international-space-station-buzz-demo-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:\"international-space-station-buzz-demo-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"international-space-station-buzz-demo-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"international-space-station-buzz-demo-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"international-space-station-buzz-demo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(30637,9455,'_edit_lock','1568673916:11'),(30638,9455,'_yst_prominent_words_version','1'),(30639,9447,'_oembed_3b3914088ec5b36143a27558601173f6','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">?? Jamaica!<br>The International Space Station is visible today to the naked eye (if clouds allow) everywhere at 6:58 pm<br><br>   Tip:     ⏰<br>   set your alarm<br> <br>?‍? Who is now in Space? <a href=\"https://t.co/fI01cZcyfB\">https://t.co/fI01cZcyfB</a><br>? FAQ <a href=\"https://t.co/6pY2LLQn9v\">https://t.co/6pY2LLQn9v</a><br>? ESA NASA L.Parmitano <a href=\"https://t.co/Kkg3zlaJ5i\">https://t.co/Kkg3zlaJ5i</a> <a href=\"https://t.co/BfnVMqSn0U\">pic.twitter.com/BfnVMqSn0U</a></p>&mdash; Ignazio Magnani (@IgnazioMagnani) <a href=\"https://twitter.com/IgnazioMagnani/status/1173647051080568832?ref_src=twsrc%5Etfw\">September 16, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),(30640,9447,'_oembed_time_3b3914088ec5b36143a27558601173f6','1568672054'),(30642,9447,'_thumbnail_id','9453'),(30643,9447,'_edit_last','14'),(30644,9447,'smpush_mute_activated','no'),(30646,9447,'_yoast_wpseo_primary_category','2'),(30647,9447,'_yoast_wpseo_primary_sub-category','16'),(30648,9447,'sponsored_url',''),(30649,9447,'_yoast_wpseo_content_score','90'),(30650,9447,'_yoast_wpseo_focuskeywords','[]'),(30651,9447,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30654,9460,'_edit_lock','1568672686:9'),(30655,9461,'_edit_lock','1568730654:14'),(30656,9460,'_yst_prominent_words_version','1'),(30657,9461,'_yst_prominent_words_version','1'),(30658,9462,'_wp_attached_file','2019/09/Stick-Figure-photo.jpg'),(30659,9462,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:356901;s:11:\"size_before\";i:630422;s:10:\"size_after\";i:273521;}'),(30660,9462,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.023129635038761;s:5:\"bytes\";i:15564;s:11:\"size_before\";i:386863;s:10:\"size_after\";i:371299;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.91;s:5:\"bytes\";i:424;s:11:\"size_before\";i:7180;s:10:\"size_after\";i:6756;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.69;s:5:\"bytes\";i:710;s:11:\"size_before\";i:15132;s:10:\"size_after\";i:14422;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:3501;s:11:\"size_before\";i:83081;s:10:\"size_after\";i:79580;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.99;s:5:\"bytes\";i:5584;s:11:\"size_before\";i:139971;s:10:\"size_after\";i:134387;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.78;s:5:\"bytes\";i:5345;s:11:\"size_before\";i:141499;s:10:\"size_after\";i:136154;s:4:\"time\";d:0.07;}}}'),(30661,9462,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:996;s:4:\"file\";s:30:\"2019/09/Stick-Figure-photo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Stick-Figure-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:30:\"Stick-Figure-photo-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Stick-Figure-photo-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Stick-Figure-photo-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Stick-Figure-photo-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(30662,9463,'_wp_attached_file','2019/09/image-22.png'),(30663,9463,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.629734753842771;s:5:\"bytes\";i:5633;s:11:\"size_before\";i:100058;s:10:\"size_after\";i:94425;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29664;s:10:\"size_after\";i:29664;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:8;s:5:\"bytes\";i:5633;s:11:\"size_before\";i:70394;s:10:\"size_after\";i:64761;s:4:\"time\";d:0.17;}}}'),(30664,9463,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:360;s:4:\"file\";s:20:\"2019/09/image-22.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-22-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:\"image-22-300x179.png\";s:5:\"width\";i:300;s:6:\"height\";i:179;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:{}}}'),(30665,9464,'_wp_attached_file','2019/09/image-23.png'),(30666,9464,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.994463442436086;s:5:\"bytes\";i:8594;s:11:\"size_before\";i:61410;s:10:\"size_after\";i:52816;s:4:\"time\";d:0.27;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.89;s:5:\"bytes\";i:2259;s:11:\"size_before\";i:22843;s:10:\"size_after\";i:20584;s:4:\"time\";d:0.06;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.43;s:5:\"bytes\";i:6335;s:11:\"size_before\";i:38567;s:10:\"size_after\";i:32232;s:4:\"time\";d:0.21;}}}'),(30667,9464,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:342;s:4:\"file\";s:20:\"2019/09/image-23.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-23-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:\"image-23-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;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:{}}}'),(30668,9465,'_wp_attached_file','2019/09/image-24.png'),(30669,9465,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.014967788393534;s:5:\"bytes\";i:6233;s:11:\"size_before\";i:77767;s:10:\"size_after\";i:71534;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.5;s:5:\"bytes\";i:2698;s:11:\"size_before\";i:21588;s:10:\"size_after\";i:18890;s:4:\"time\";d:0.06;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:3535;s:11:\"size_before\";i:56179;s:10:\"size_after\";i:52644;s:4:\"time\";d:0.13;}}}'),(30670,9465,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:388;s:4:\"file\";s:20:\"2019/09/image-24.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-24-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:\"image-24-300x193.png\";s:5:\"width\";i:300;s:6:\"height\";i:193;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:{}}}'),(30671,9460,'_thumbnail_id','9462'),(30672,9460,'_edit_last','9'),(30673,9460,'smpush_mute_activated','no'),(30674,9460,'_yoast_wpseo_primary_category','2'),(30675,9460,'_yoast_wpseo_primary_sub-category','14'),(30676,9460,'sponsored_url',''),(30677,9460,'_yoast_wpseo_metadesc','With seven full-length studio albums released to date, California-based Stick Figure is enjoying its best success with \'World On Fire\', its latest effort.'),(30678,9460,'_yoast_wpseo_content_score','90'),(30679,9460,'_yoast_wpseo_focuskeywords','[]'),(30680,9460,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30681,9468,'_wp_attached_file','2019/09/image-25.png'),(30682,9468,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:34.03831417624521;s:5:\"bytes\";i:17768;s:11:\"size_before\";i:52200;s:10:\"size_after\";i:34432;s:4:\"time\";d:0.48;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.89;s:5:\"bytes\";i:6576;s:11:\"size_before\";i:18848;s:10:\"size_after\";i:12272;s:4:\"time\";d:0.07;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.56;s:5:\"bytes\";i:11192;s:11:\"size_before\";i:33352;s:10:\"size_after\";i:22160;s:4:\"time\";d:0.41;}}}'),(30683,9468,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:312;s:4:\"file\";s:20:\"2019/09/image-25.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image-25-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:\"image-25-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;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:{}}}'),(30684,9469,'_wp_attached_file','2019/09/Android-10-Feature-Image.jpg'),(30685,9469,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.846709497020738;s:5:\"bytes\";i:8736;s:11:\"size_before\";i:180246;s:10:\"size_after\";i:171510;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53;s:5:\"bytes\";i:300;s:11:\"size_before\";i:5422;s:10:\"size_after\";i:5122;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.01;s:5:\"bytes\";i:555;s:11:\"size_before\";i:11085;s:10:\"size_after\";i:10530;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.83;s:5:\"bytes\";i:1929;s:11:\"size_before\";i:39944;s:10:\"size_after\";i:38015;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.78;s:5:\"bytes\";i:2862;s:11:\"size_before\";i:59813;s:10:\"size_after\";i:56951;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.83;s:5:\"bytes\";i:3090;s:11:\"size_before\";i:63982;s:10:\"size_after\";i:60892;s:4:\"time\";d:0.04;}}}'),(30686,9469,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:36:\"2019/09/Android-10-Feature-Image.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Android-10-Feature-Image-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:\"Android-10-Feature-Image-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Android-10-Feature-Image-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Android-10-Feature-Image-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Android-10-Feature-Image-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(30687,9470,'_edit_lock','1568673990:9'),(30688,9470,'_yst_prominent_words_version','1'),(30689,9471,'_wp_attached_file','2019/09/michael-jackson-20190916.jpg'),(30690,9471,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.978482967051017;s:5:\"bytes\";i:3031;s:11:\"size_before\";i:60882;s:10:\"size_after\";i:57851;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.18;s:5:\"bytes\";i:263;s:11:\"size_before\";i:5074;s:10:\"size_after\";i:4811;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.28;s:5:\"bytes\";i:410;s:11:\"size_before\";i:9577;s:10:\"size_after\";i:9167;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1;s:5:\"bytes\";i:2358;s:11:\"size_before\";i:46231;s:10:\"size_after\";i:43873;s:4:\"time\";d:0.03;}}}'),(30691,9471,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:36:\"2019/09/michael-jackson-20190916.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"michael-jackson-20190916-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:\"michael-jackson-20190916-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"michael-jackson-20190916-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:20:\"PACIFIC PHOTO/FAMOUS\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:426:\"Michael Jackson outside the court in Santa Maria, California, 16 August 2004. \r\rMichael Jackson dressed in white and accompanied by members of his family Ñ returned to court Monday to watch a showdown over key evidence with the prosecutor who has pursued the singer for years on child molestation charges.\r\rFAMOUS \rPICTURES AND FEATURES AGENCY \rtel +44 (0) 20 7731 9333 \re-mail info@famous.uk.com \rwww.famous.uk.com \rFAM13380\";s:17:\"created_timestamp\";s:10:\"1092719920\";s:9:\"copyright\";s:9:\"FAMOUS.©\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:19:\"NO USA. NO GERMANY.\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(30694,9470,'_thumbnail_id','9471'),(30695,9470,'_edit_last','9'),(30696,9470,'smpush_mute_activated','no'),(30697,9470,'_yoast_wpseo_primary_category','3'),(30698,9470,'_yoast_wpseo_primary_sub-category','14'),(30699,9470,'sponsored_url',''),(30700,9470,'_yoast_wpseo_metadesc','Michael Jackson\'s family have blasted \'Leaving Neverland\' after it won a Creative Arts Emmy.'),(30701,9470,'_yoast_wpseo_content_score','30'),(30702,9470,'_yoast_wpseo_focuskeywords','[]'),(30703,9470,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30704,9474,'_edit_lock','1568729473:11'),(30705,9474,'_yst_prominent_words_version','1'),(30706,9455,'_edit_last','11'),(30707,9455,'smpush_mute_activated','no'),(30708,9455,'_yoast_wpseo_primary_category','4'),(30709,9455,'_yoast_wpseo_primary_sub-category','881'),(30710,9455,'sponsored_url',''),(30711,9455,'_yoast_wpseo_content_score','90'),(30712,9455,'_yoast_wpseo_focuskeywords','[]'),(30713,9455,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30716,9474,'_edit_last','11'),(30717,9474,'smpush_mute_activated','no'),(30718,9474,'_yoast_wpseo_primary_category','4'),(30719,9474,'_yoast_wpseo_primary_sub-category','5'),(30720,9474,'sponsored_url',''),(30721,9474,'_yoast_wpseo_content_score','90'),(30722,9474,'_yoast_wpseo_focuskeywords','[]'),(30723,9474,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30725,9455,'_thumbnail_id','9469'),(30729,9480,'_edit_lock','1568674729:9'),(30730,9480,'_yst_prominent_words_version','1'),(30731,9481,'_wp_attached_file','2019/09/Min.-Tufton-and-Vector-Control-workers-Handing-out-pamphlets-on-Great-Georges-Street-Savanna-La-Mar.jpg'),(30732,9481,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1188743;s:11:\"size_before\";i:1423497;s:10:\"size_after\";i:234754;}'),(30733,9481,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.036490942482678;s:5:\"bytes\";i:15473;s:11:\"size_before\";i:383328;s:10:\"size_after\";i:367855;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.43;s:5:\"bytes\";i:668;s:11:\"size_before\";i:8994;s:10:\"size_after\";i:8326;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.76;s:5:\"bytes\";i:1204;s:11:\"size_before\";i:17821;s:10:\"size_after\";i:16617;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.56;s:5:\"bytes\";i:3771;s:11:\"size_before\";i:82698;s:10:\"size_after\";i:78927;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7;s:5:\"bytes\";i:4777;s:11:\"size_before\";i:128952;s:10:\"size_after\";i:124175;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.49;s:5:\"bytes\";i:5053;s:11:\"size_before\";i:144863;s:10:\"size_after\";i:139810;s:4:\"time\";d:0.07;}}}'),(30734,9481,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:844;s:4:\"file\";s:111:\"2019/09/Min.-Tufton-and-Vector-Control-workers-Handing-out-pamphlets-on-Great-Georges-Street-Savanna-La-Mar.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:111:\"Min.-Tufton-and-Vector-Control-workers-Handing-out-pamphlets-on-Great-Georges-Street-Savanna-La-Mar-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:111:\"Min.-Tufton-and-Vector-Control-workers-Handing-out-pamphlets-on-Great-Georges-Street-Savanna-La-Mar-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:111:\"Min.-Tufton-and-Vector-Control-workers-Handing-out-pamphlets-on-Great-Georges-Street-Savanna-La-Mar-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:112:\"Min.-Tufton-and-Vector-Control-workers-Handing-out-pamphlets-on-Great-Georges-Street-Savanna-La-Mar-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:112:\"Min.-Tufton-and-Vector-Control-workers-Handing-out-pamphlets-on-Great-Georges-Street-Savanna-La-Mar-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(30735,9480,'_thumbnail_id','9481'),(30736,9480,'_edit_last','9'),(30737,9480,'smpush_mute_activated','no'),(30738,9480,'_yoast_wpseo_primary_category','4'),(30739,9480,'_yoast_wpseo_primary_sub-category','11'),(30740,9480,'sponsored_url',''),(30741,9480,'_yoast_wpseo_metadesc','Minister of Health and Wellness, Dr Christopher Tufton, says the dengue epidemic is not unique to Jamaica, as it is also a global and regional problem.'),(30742,9480,'_yoast_wpseo_content_score','90'),(30743,9480,'_yoast_wpseo_focuskeywords','[]'),(30744,9480,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30746,9484,'_wp_attached_file','2019/09/Cover-Doc-Coombs-Buzz-1024x683.jpg'),(30747,9484,'wpmf_size','154329'),(30748,9484,'wpmf_filetype','jpg'),(30749,9484,'wpmf_order','0'),(30750,9484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1023;s:6:\"height\";i:611;s:4:\"file\";s:42:\"2019/09/Cover-Doc-Coombs-Buzz-1024x683.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Cover-Doc-Coombs-Buzz-1024x683-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:42:\"Cover-Doc-Coombs-Buzz-1024x683-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Cover-Doc-Coombs-Buzz-1024x683-768x459.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:459;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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\";}}'),(30751,9484,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8613767120492906;s:5:\"bytes\";i:2839;s:11:\"size_before\";i:73523;s:10:\"size_after\";i:70684;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.94;s:5:\"bytes\";i:409;s:11:\"size_before\";i:6891;s:10:\"size_after\";i:6482;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.17;s:5:\"bytes\";i:717;s:11:\"size_before\";i:13865;s:10:\"size_after\";i:13148;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:1713;s:11:\"size_before\";i:52767;s:10:\"size_after\";i:51054;s:4:\"time\";d:0.02;}}}'),(30756,9486,'_wp_attached_file','2019/09/lightning-strike-students.jpg'),(30757,9486,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.810349758584142;s:5:\"bytes\";i:3341;s:11:\"size_before\";i:118882;s:10:\"size_after\";i:115541;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.09;s:5:\"bytes\";i:197;s:11:\"size_before\";i:4814;s:10:\"size_after\";i:4617;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7;s:5:\"bytes\";i:292;s:11:\"size_before\";i:10812;s:10:\"size_after\";i:10520;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.63;s:5:\"bytes\";i:1138;s:11:\"size_before\";i:43346;s:10:\"size_after\";i:42208;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.86;s:5:\"bytes\";i:1714;s:11:\"size_before\";i:59910;s:10:\"size_after\";i:58196;s:4:\"time\";d:0.03;}}}'),(30758,9486,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:959;s:6:\"height\";i:707;s:4:\"file\";s:37:\"2019/09/lightning-strike-students.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"lightning-strike-students-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:\"lightning-strike-students-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"lightning-strike-students-768x566.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:566;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"lightning-strike-students-959x655.jpg\";s:5:\"width\";i:959;s:6:\"height\";i:655;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:{}}}'),(30759,9487,'_wp_attached_file','2019/09/lightning-strike-students2.jpg'),(30760,9487,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(30761,9487,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.3914871023406046;s:5:\"bytes\";i:5405;s:11:\"size_before\";i:226010;s:10:\"size_after\";i:220605;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:228;s:11:\"size_before\";i:4595;s:10:\"size_after\";i:4367;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.63;s:5:\"bytes\";i:424;s:11:\"size_before\";i:11688;s:10:\"size_after\";i:11264;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.13;s:5:\"bytes\";i:2537;s:11:\"size_before\";i:81047;s:10:\"size_after\";i:78510;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:78510;s:10:\"size_after\";i:78510;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.42;s:5:\"bytes\";i:2216;s:11:\"size_before\";i:50170;s:10:\"size_after\";i:47954;s:4:\"time\";d:0.03;}}}'),(30762,9487,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:1280;s:4:\"file\";s:38:\"2019/09/lightning-strike-students2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"lightning-strike-students2-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:\"lightning-strike-students2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"lightning-strike-students2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"lightning-strike-students2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"lightning-strike-students2-960x655.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:655;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:{}}}'),(30764,9474,'_thumbnail_id','9486'),(30766,9489,'_edit_lock','1568676112:11'),(30767,9489,'_yst_prominent_words_version','1'),(30768,9489,'_oembed_7633943fccd97bbaadbedd6adda1502f','<iframe title=\"BUZZ Feature: CPL T20 - Jamaica Tallawahs vs Barbados Tridents\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/T1BS-NxBfp4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(30769,9489,'_oembed_time_7633943fccd97bbaadbedd6adda1502f','1568675729'),(30787,9497,'_edit_lock','1568679830:11'),(30788,9497,'_yst_prominent_words_version','1'),(30789,9498,'_edit_lock','1575034132:1'),(30790,9498,'_yst_prominent_words_version','1'),(30791,9499,'_wp_attached_file','2019/09/brad-pitt-20190916.jpg'),(30792,9499,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.488158955935186;s:5:\"bytes\";i:1903;s:11:\"size_before\";i:54556;s:10:\"size_after\";i:52653;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.16;s:5:\"bytes\";i:260;s:11:\"size_before\";i:5037;s:10:\"size_after\";i:4777;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.39;s:5:\"bytes\";i:308;s:11:\"size_before\";i:9094;s:10:\"size_after\";i:8786;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3;s:5:\"bytes\";i:1335;s:11:\"size_before\";i:40425;s:10:\"size_after\";i:39090;s:4:\"time\";d:0.02;}}}'),(30793,9499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:550;s:4:\"file\";s:30:\"2019/09/brad-pitt-20190916.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"brad-pitt-20190916-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:\"brad-pitt-20190916-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"brad-pitt-20190916-768x528.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:528;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:31:\"Anadolu Agency via Getty Images\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:203:\"VENICE, ITALY - AUGUST 29: Brad Pitt attends the red carpet of AD ASTRA during the 76th Venice Film Festival on August 29, 2019 in Venice, Italy. \r\r (Photo by Primo Barol/Anadolu Agency via Getty Images)\";s:17:\"created_timestamp\";s:10:\"1567123200\";s:9:\"copyright\";s:19:\"2019 Anadolu Agency\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:25:\"76th Venice Film Festival\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:6:\"venice\";}}}'),(30794,9500,'_wp_attached_file','2019/09/Finalists-MJW-Buzz.jpg'),(30795,9500,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.556396923957124;s:5:\"bytes\";i:6604;s:11:\"size_before\";i:118854;s:10:\"size_after\";i:112250;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.85;s:5:\"bytes\";i:573;s:11:\"size_before\";i:8369;s:10:\"size_after\";i:7796;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.94;s:5:\"bytes\";i:1381;s:11:\"size_before\";i:19904;s:10:\"size_after\";i:18523;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.13;s:5:\"bytes\";i:4650;s:11:\"size_before\";i:90581;s:10:\"size_after\";i:85931;s:4:\"time\";d:0.04;}}}'),(30796,9500,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:30:\"2019/09/Finalists-MJW-Buzz.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Finalists-MJW-Buzz-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:\"Finalists-MJW-Buzz-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:30:\"Finalists-MJW-Buzz-768x512.jpg\";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:{}}}'),(30797,9501,'_wp_attached_file','2019/09/Finalists-MJW-Buzz-1.jpg'),(30798,9501,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.518806025321135;s:5:\"bytes\";i:7054;s:11:\"size_before\";i:108210;s:10:\"size_after\";i:101156;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.07;s:5:\"bytes\";i:727;s:11:\"size_before\";i:9005;s:10:\"size_after\";i:8278;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.78;s:5:\"bytes\";i:1406;s:11:\"size_before\";i:18071;s:10:\"size_after\";i:16665;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.07;s:5:\"bytes\";i:4921;s:11:\"size_before\";i:81134;s:10:\"size_after\";i:76213;s:4:\"time\";d:0.06;}}}'),(30799,9501,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:861;s:6:\"height\";i:458;s:4:\"file\";s:32:\"2019/09/Finalists-MJW-Buzz-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Finalists-MJW-Buzz-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:32:\"Finalists-MJW-Buzz-1-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Finalists-MJW-Buzz-1-768x409.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:409;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:\"1568659260\";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:{}}}'),(30800,9502,'_wp_attached_file','2019/09/Rochelle-McKinley-MJW-Buzz.jpg'),(30801,9502,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.88929219600726;s:5:\"bytes\";i:12120;s:11:\"size_before\";i:111302;s:10:\"size_after\";i:99182;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.95;s:5:\"bytes\";i:607;s:11:\"size_before\";i:8733;s:10:\"size_after\";i:8126;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.72;s:5:\"bytes\";i:1223;s:11:\"size_before\";i:21380;s:10:\"size_after\";i:20157;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.67;s:5:\"bytes\";i:10290;s:11:\"size_before\";i:81189;s:10:\"size_after\";i:70899;s:4:\"time\";d:0.03;}}}'),(30802,9502,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:960;s:4:\"file\";s:38:\"2019/09/Rochelle-McKinley-MJW-Buzz.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Rochelle-McKinley-MJW-Buzz-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:\"Rochelle-McKinley-MJW-Buzz-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Rochelle-McKinley-MJW-Buzz-720x655.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:655;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:{}}}'),(30803,9498,'_thumbnail_id','9499'),(30804,9498,'_edit_last','1'),(30805,9498,'smpush_mute_activated','no'),(30806,9498,'_yoast_wpseo_primary_category','3'),(30807,9498,'_yoast_wpseo_primary_sub-category','16'),(30808,9498,'sponsored_url',''),(30809,9498,'_yoast_wpseo_metadesc','American actor Brad Pitt says getting older has made him realise it\'s important who he keeps around.'),(30810,9498,'_yoast_wpseo_content_score','60'),(30811,9498,'_yoast_wpseo_focuskeywords','[]'),(30812,9498,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30813,9504,'_wp_attached_file','2019/09/Toni-Ann-Singh-MJW-Buzz.jpg'),(30814,9504,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.143486742287407;s:5:\"bytes\";i:3441;s:11:\"size_before\";i:83046;s:10:\"size_after\";i:79605;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.36;s:5:\"bytes\";i:477;s:11:\"size_before\";i:7503;s:10:\"size_after\";i:7026;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.34;s:5:\"bytes\";i:850;s:11:\"size_before\";i:15920;s:10:\"size_after\";i:15070;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.55;s:5:\"bytes\";i:2114;s:11:\"size_before\";i:59623;s:10:\"size_after\";i:57509;s:4:\"time\";d:0.02;}}}'),(30815,9504,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:552;s:6:\"height\";i:828;s:4:\"file\";s:35:\"2019/09/Toni-Ann-Singh-MJW-Buzz.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Toni-Ann-Singh-MJW-Buzz-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:\"Toni-Ann-Singh-MJW-Buzz-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Toni-Ann-Singh-MJW-Buzz-552x655.jpg\";s:5:\"width\";i:552;s:6:\"height\";i:655;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:{}}}'),(30817,9505,'_wp_attached_file','2019/09/Euricka-Brown-MJW-Buzz.jpg'),(30818,9505,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.11531037833898;s:5:\"bytes\";i:8235;s:11:\"size_before\";i:74087;s:10:\"size_after\";i:65852;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.02;s:5:\"bytes\";i:314;s:11:\"size_before\";i:6253;s:10:\"size_after\";i:5939;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:426;s:11:\"size_before\";i:11485;s:10:\"size_after\";i:11059;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3;s:5:\"bytes\";i:7495;s:11:\"size_before\";i:56349;s:10:\"size_after\";i:48854;s:4:\"time\";d:0.02;}}}'),(30819,9505,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:960;s:4:\"file\";s:34:\"2019/09/Euricka-Brown-MJW-Buzz.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Euricka-Brown-MJW-Buzz-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:\"Euricka-Brown-MJW-Buzz-188x300.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Euricka-Brown-MJW-Buzz-602x655.jpg\";s:5:\"width\";i:602;s:6:\"height\";i:655;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:{}}}'),(30820,9506,'_wp_attached_file','2019/09/Euricka-Brown-MJW-Buzz-1.jpg'),(30821,9506,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.11531037833898;s:5:\"bytes\";i:8235;s:11:\"size_before\";i:74087;s:10:\"size_after\";i:65852;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.02;s:5:\"bytes\";i:314;s:11:\"size_before\";i:6253;s:10:\"size_after\";i:5939;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:426;s:11:\"size_before\";i:11485;s:10:\"size_after\";i:11059;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3;s:5:\"bytes\";i:7495;s:11:\"size_before\";i:56349;s:10:\"size_after\";i:48854;s:4:\"time\";d:0.02;}}}'),(30822,9506,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:960;s:4:\"file\";s:36:\"2019/09/Euricka-Brown-MJW-Buzz-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Euricka-Brown-MJW-Buzz-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:36:\"Euricka-Brown-MJW-Buzz-1-188x300.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Euricka-Brown-MJW-Buzz-1-602x655.jpg\";s:5:\"width\";i:602;s:6:\"height\";i:655;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:{}}}'),(30823,9507,'_wp_attached_file','2019/09/Thalia-Malcolm-MJW-Buzz.jpg'),(30824,9507,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8245650220251335;s:5:\"bytes\";i:2596;s:11:\"size_before\";i:67877;s:10:\"size_after\";i:65281;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.43;s:5:\"bytes\";i:475;s:11:\"size_before\";i:7383;s:10:\"size_after\";i:6908;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.38;s:5:\"bytes\";i:550;s:11:\"size_before\";i:12571;s:10:\"size_after\";i:12021;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.28;s:5:\"bytes\";i:1571;s:11:\"size_before\";i:47923;s:10:\"size_after\";i:46352;s:4:\"time\";d:0.05;}}}'),(30825,9507,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:35:\"2019/09/Thalia-Malcolm-MJW-Buzz.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Thalia-Malcolm-MJW-Buzz-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:\"Thalia-Malcolm-MJW-Buzz-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:35:\"Thalia-Malcolm-MJW-Buzz-768x512.jpg\";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:{}}}'),(30826,9508,'_edit_lock','1568742859:1'),(30827,9508,'_yst_prominent_words_version','1'),(30828,9509,'_wp_attached_file','2019/09/kim-kardashian-20190916.jpg'),(30829,9509,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9358141274367724;s:5:\"bytes\";i:1884;s:11:\"size_before\";i:64173;s:10:\"size_after\";i:62289;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.27;s:5:\"bytes\";i:330;s:11:\"size_before\";i:6260;s:10:\"size_after\";i:5930;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.88;s:5:\"bytes\";i:466;s:11:\"size_before\";i:12023;s:10:\"size_after\";i:11557;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.37;s:5:\"bytes\";i:1088;s:11:\"size_before\";i:45890;s:10:\"size_after\";i:44802;s:4:\"time\";d:0.03;}}}'),(30830,9509,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:35:\"2019/09/kim-kardashian-20190916.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"kim-kardashian-20190916-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:\"kim-kardashian-20190916-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"kim-kardashian-20190916-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:25:\"Brew master / Splash News\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:360:\"Kim Kardashian seen shopping with a friend at Westfield mall in Los Angeles.\r<P>\rPictured: Kim Kardashian\r<P><B>Ref: SPL815209  050814  </B><BR />\rPicture by: Brew master / Splash News<BR />\r</P><P>\r<B>Splash News and Pictures</B><BR />\rLos Angeles:	310-821-2666<BR />\rNew York:	212-619-2666<BR />\rLondon:	870-934-2666<BR />\rphotodesk@splashnews.com<BR />\r</P>\";s:17:\"created_timestamp\";s:10:\"1407266014\";s:9:\"copyright\";s:21:\"© www.splashnews.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:75:\"Kim Kardashian seen shopping with a friend at Westfield mall in Los Angeles\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:5:{i:0;s:8:\"shopping\";i:1;s:14:\"Westfield mall\";i:2;s:11:\"Los Angeles\";i:3;s:14:\"Kim Kardashian\";i:4;s:31:\"Keeping up with the kardashians\";}}}'),(30831,9508,'_thumbnail_id','9401'),(30832,9508,'_edit_last','1'),(30833,9508,'smpush_mute_activated','no'),(30834,9508,'_yoast_wpseo_primary_category','3'),(30835,9508,'_yoast_wpseo_primary_sub-category','11'),(30836,9508,'sponsored_url',''),(30837,9508,'_yoast_wpseo_metadesc','Kim Kardashian West has been diagnosed with psoriatic arthritis.'),(30838,9508,'_yoast_wpseo_content_score','30'),(30839,9508,'_yoast_wpseo_focuskeywords','[]'),(30840,9508,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30841,9511,'_wp_attached_file','2019/09/MJW-Courtesy-Call.jpg'),(30842,9511,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.02795615229941;s:5:\"bytes\";i:2167;s:11:\"size_before\";i:30834;s:10:\"size_after\";i:28667;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.76;s:5:\"bytes\";i:728;s:11:\"size_before\";i:9376;s:10:\"size_after\";i:8648;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.71;s:5:\"bytes\";i:1439;s:11:\"size_before\";i:21458;s:10:\"size_after\";i:20019;s:4:\"time\";d:0.01;}}}'),(30843,9511,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:592;s:6:\"height\";i:435;s:4:\"file\";s:29:\"2019/09/MJW-Courtesy-Call.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"MJW-Courtesy-Call-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:\"MJW-Courtesy-Call-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;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:{}}}'),(30844,9512,'_wp_attached_file','2019/09/Roshelle-McKinley-MJW.jpg'),(30845,9512,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.112465839815009;s:5:\"bytes\";i:1216;s:11:\"size_before\";i:23785;s:10:\"size_after\";i:22569;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.55;s:5:\"bytes\";i:387;s:11:\"size_before\";i:5905;s:10:\"size_after\";i:5518;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.64;s:5:\"bytes\";i:829;s:11:\"size_before\";i:17880;s:10:\"size_after\";i:17051;s:4:\"time\";d:0.01;}}}'),(30846,9512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:574;s:6:\"height\";i:590;s:4:\"file\";s:33:\"2019/09/Roshelle-McKinley-MJW.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Roshelle-McKinley-MJW-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:\"Roshelle-McKinley-MJW-292x300.jpg\";s:5:\"width\";i:292;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:{}}}'),(30847,9461,'_oembed_3c19fadae90b8b2c34b6644c899f5214','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/Btrjb3MAx04/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/Btrjb3MAx04/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/Btrjb3MAx04/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Couch potato since 1988. Finally a bag worthy of my laziness!</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/alia_atkinson/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Alia Atkinson, CD</a> (@alia_atkinson) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-02-10T00:05:58+00:00\">Feb 9, 2019 at 4:05pm PST</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(30848,9461,'_oembed_time_3c19fadae90b8b2c34b6644c899f5214','1568730371'),(30849,9514,'_wp_attached_file','2019/09/Alana-Willis-MJW-Buzz.jpg'),(30850,9514,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.283323533402687;s:5:\"bytes\";i:947;s:11:\"size_before\";i:22109;s:10:\"size_after\";i:21162;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87;s:5:\"bytes\";i:349;s:11:\"size_before\";i:5946;s:10:\"size_after\";i:5597;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7;s:5:\"bytes\";i:598;s:11:\"size_before\";i:16163;s:10:\"size_after\";i:15565;s:4:\"time\";d:0.02;}}}'),(30851,9514,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:591;s:6:\"height\";i:588;s:4:\"file\";s:33:\"2019/09/Alana-Willis-MJW-Buzz.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Alana-Willis-MJW-Buzz-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:\"Alana-Willis-MJW-Buzz-300x298.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:298;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:{}}}'),(30852,9461,'_oembed_23b28e32493bbe79168f7e311d0822cc','<iframe title=\"Alia Atkinson | World Record 100m Breaststroke | 2014 FINA World Swimming Championships Doha\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/0-ADSzjH8jY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(30853,9461,'_oembed_time_23b28e32493bbe79168f7e311d0822cc','1568730372'),(30854,9516,'_wp_attached_file','2019/09/Soyini-Phillips-MJW-Buzz.jpg'),(30855,9516,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.177561558186097;s:5:\"bytes\";i:1474;s:11:\"size_before\";i:28469;s:10:\"size_after\";i:26995;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.26;s:5:\"bytes\";i:364;s:11:\"size_before\";i:6922;s:10:\"size_after\";i:6558;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.15;s:5:\"bytes\";i:1110;s:11:\"size_before\";i:21547;s:10:\"size_after\";i:20437;s:4:\"time\";d:0.01;}}}'),(30856,9516,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:595;s:6:\"height\";i:585;s:4:\"file\";s:36:\"2019/09/Soyini-Phillips-MJW-Buzz.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Soyini-Phillips-MJW-Buzz-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:\"Soyini-Phillips-MJW-Buzz-300x295.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:295;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:{}}}'),(30857,9517,'_wp_attached_file','2019/09/Kadijah-McIntosh-Buzz-MJW.jpg'),(30858,9517,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4913158669414193;s:5:\"bytes\";i:593;s:11:\"size_before\";i:16985;s:10:\"size_after\";i:16392;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.52;s:5:\"bytes\";i:210;s:11:\"size_before\";i:4647;s:10:\"size_after\";i:4437;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1;s:5:\"bytes\";i:383;s:11:\"size_before\";i:12338;s:10:\"size_after\";i:11955;s:4:\"time\";d:0.01;}}}'),(30859,9517,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:594;s:6:\"height\";i:590;s:4:\"file\";s:37:\"2019/09/Kadijah-McIntosh-Buzz-MJW.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Kadijah-McIntosh-Buzz-MJW-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:\"Kadijah-McIntosh-Buzz-MJW-300x298.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:298;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:{}}}'),(30860,9518,'_wp_attached_file','2019/09/Toni-Ann-Singh-MJW-Buzz-Caribbean.jpg'),(30861,9518,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.513517286305895;s:5:\"bytes\";i:970;s:11:\"size_before\";i:21491;s:10:\"size_after\";i:20521;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:288;s:11:\"size_before\";i:5482;s:10:\"size_after\";i:5194;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.26;s:5:\"bytes\";i:682;s:11:\"size_before\";i:16009;s:10:\"size_after\";i:15327;s:4:\"time\";d:0.02;}}}'),(30862,9518,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:585;s:6:\"height\";i:587;s:4:\"file\";s:45:\"2019/09/Toni-Ann-Singh-MJW-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Toni-Ann-Singh-MJW-Buzz-Caribbean-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:45:\"Toni-Ann-Singh-MJW-Buzz-Caribbean-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:{}}}'),(30863,9519,'_wp_attached_file','2019/09/alia-atkinson-buzz-feature-3.jpg'),(30864,9519,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4211212055631863;s:5:\"bytes\";i:7746;s:11:\"size_before\";i:226417;s:10:\"size_after\";i:218671;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.08;s:5:\"bytes\";i:463;s:11:\"size_before\";i:7615;s:10:\"size_after\";i:7152;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:961;s:11:\"size_before\";i:21152;s:10:\"size_after\";i:20191;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.93;s:5:\"bytes\";i:2818;s:11:\"size_before\";i:96294;s:10:\"size_after\";i:93476;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.46;s:5:\"bytes\";i:3504;s:11:\"size_before\";i:101356;s:10:\"size_after\";i:97852;s:4:\"time\";d:0.03;}}}'),(30865,9519,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:849;s:6:\"height\";i:900;s:4:\"file\";s:40:\"2019/09/alia-atkinson-buzz-feature-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"alia-atkinson-buzz-feature-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:40:\"alia-atkinson-buzz-feature-3-283x300.jpg\";s:5:\"width\";i:283;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"alia-atkinson-buzz-feature-3-768x814.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:814;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"alia-atkinson-buzz-feature-3-849x655.jpg\";s:5:\"width\";i:849;s:6:\"height\";i:655;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:{}}}'),(30866,9461,'_oembed_725040b2580f86257e7c911294b4d53d','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2ezpXRAeGy/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2ezpXRAeGy/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2ezpXRAeGy/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Thank you to all my family and friends for supporting me this weekend. You guys really know how to make a girl feel special! Thanks and Gig &#39;Em</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/alia_atkinson/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Alia Atkinson, CD</a> (@alia_atkinson) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-16T18:00:02+00:00\">Sep 16, 2019 at 11:00am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(30867,9461,'_oembed_time_725040b2580f86257e7c911294b4d53d','1568730372'),(30869,9497,'_thumbnail_id','9501'),(30870,9497,'_edit_last','11'),(30871,9497,'smpush_mute_activated','no'),(30873,9497,'_yoast_wpseo_primary_category','3'),(30874,9497,'_yoast_wpseo_primary_sub-category','10'),(30875,9497,'sponsored_url',''),(30876,9497,'_yoast_wpseo_content_score','30'),(30877,9497,'_yoast_wpseo_focuskeywords','[]'),(30878,9497,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30879,9522,'_edit_lock','1599591443:1'),(30880,9522,'_yst_prominent_words_version','1'),(30881,9523,'_wp_attached_file','2019/09/alia-atkinson-buzz-feature-6.jpg'),(30882,9523,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.6103500006199085;s:5:\"bytes\";i:5824;s:11:\"size_before\";i:161314;s:10:\"size_after\";i:155490;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12;s:5:\"bytes\";i:412;s:11:\"size_before\";i:6732;s:10:\"size_after\";i:6320;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19;s:5:\"bytes\";i:437;s:11:\"size_before\";i:8419;s:10:\"size_after\";i:7982;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.52;s:5:\"bytes\";i:1101;s:11:\"size_before\";i:31304;s:10:\"size_after\";i:30203;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.31;s:5:\"bytes\";i:1596;s:11:\"size_before\";i:48176;s:10:\"size_after\";i:46580;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.42;s:5:\"bytes\";i:2278;s:11:\"size_before\";i:66683;s:10:\"size_after\";i:64405;s:4:\"time\";d:0.03;}}}'),(30883,9523,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:484;s:4:\"file\";s:40:\"2019/09/alia-atkinson-buzz-feature-6.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"alia-atkinson-buzz-feature-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:40:\"alia-atkinson-buzz-feature-6-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"alia-atkinson-buzz-feature-6-768x300.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"alia-atkinson-buzz-feature-6-1024x400.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"alia-atkinson-buzz-feature-6-1060x484.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:484;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:{}}}'),(30884,9524,'_wp_attached_file','2019/09/alia-atkinson-buzz-feature-1.jpg'),(30885,9524,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.966398744005871;s:5:\"bytes\";i:27970;s:11:\"size_before\";i:468792;s:10:\"size_after\";i:440822;s:4:\"time\";d:0.42;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.09;s:5:\"bytes\";i:558;s:11:\"size_before\";i:7868;s:10:\"size_after\";i:7310;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.55;s:5:\"bytes\";i:1162;s:11:\"size_before\";i:17735;s:10:\"size_after\";i:16573;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.01;s:5:\"bytes\";i:5978;s:11:\"size_before\";i:99477;s:10:\"size_after\";i:93499;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.83;s:5:\"bytes\";i:9922;s:11:\"size_before\";i:170266;s:10:\"size_after\";i:160344;s:4:\"time\";d:0.3;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.97;s:5:\"bytes\";i:10350;s:11:\"size_before\";i:173446;s:10:\"size_after\";i:163096;s:4:\"time\";d:0.06;}}}'),(30886,9524,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:40:\"2019/09/alia-atkinson-buzz-feature-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"alia-atkinson-buzz-feature-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:40:\"alia-atkinson-buzz-feature-1-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:40:\"alia-atkinson-buzz-feature-1-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:41:\"alia-atkinson-buzz-feature-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"alia-atkinson-buzz-feature-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(30887,9525,'_wp_attached_file','2019/09/alia-atkinson-buzz-feature-2.jpg'),(30888,9525,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.740089840445703;s:5:\"bytes\";i:15743;s:11:\"size_before\";i:274264;s:10:\"size_after\";i:258521;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.51;s:5:\"bytes\";i:343;s:11:\"size_before\";i:6220;s:10:\"size_after\";i:5877;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.74;s:5:\"bytes\";i:598;s:11:\"size_before\";i:12618;s:10:\"size_after\";i:12020;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.36;s:5:\"bytes\";i:3086;s:11:\"size_before\";i:57610;s:10:\"size_after\";i:54524;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.94;s:5:\"bytes\";i:5837;s:11:\"size_before\";i:98295;s:10:\"size_after\";i:92458;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.91;s:5:\"bytes\";i:5879;s:11:\"size_before\";i:99521;s:10:\"size_after\";i:93642;s:4:\"time\";d:0.04;}}}'),(30889,9525,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:852;s:4:\"file\";s:40:\"2019/09/alia-atkinson-buzz-feature-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"alia-atkinson-buzz-feature-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:\"alia-atkinson-buzz-feature-2-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:40:\"alia-atkinson-buzz-feature-2-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"alia-atkinson-buzz-feature-2-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"alia-atkinson-buzz-feature-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"AFP\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:199:\"Jamaica\'s Alia Atkinson competes in the preliminary heats of the women\'s 50m breaststroke swimming event at the 2015 FINA World Championships in Kazan on August 8, 2015. AFP PHOTO / ALEXANDER NEMENOV\";s:17:\"created_timestamp\";s:10:\"1439019164\";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:9:\"564886639\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(30890,9526,'_wp_attached_file','2019/09/alia-atkinson-buzz-feature-5.jpg'),(30891,9526,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.814970492795535;s:5:\"bytes\";i:14319;s:11:\"size_before\";i:297385;s:10:\"size_after\";i:283066;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.57;s:5:\"bytes\";i:683;s:11:\"size_before\";i:9023;s:10:\"size_after\";i:8340;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.77;s:5:\"bytes\";i:728;s:11:\"size_before\";i:12610;s:10:\"size_after\";i:11882;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.98;s:5:\"bytes\";i:2980;s:11:\"size_before\";i:59890;s:10:\"size_after\";i:56910;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.56;s:5:\"bytes\";i:4197;s:11:\"size_before\";i:92030;s:10:\"size_after\";i:87833;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.63;s:5:\"bytes\";i:5731;s:11:\"size_before\";i:123832;s:10:\"size_after\";i:118101;s:4:\"time\";d:0.05;}}}'),(30892,9526,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:600;s:4:\"file\";s:40:\"2019/09/alia-atkinson-buzz-feature-5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"alia-atkinson-buzz-feature-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:40:\"alia-atkinson-buzz-feature-5-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"alia-atkinson-buzz-feature-5-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"alia-atkinson-buzz-feature-5-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"alia-atkinson-buzz-feature-5-1060x600.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:600;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:{}}}'),(30893,9527,'_wp_attached_file','2019/09/alia-atkinson-buzz-feature-7.jpg'),(30894,9527,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.95691345315297;s:5:\"bytes\";i:9019;s:11:\"size_before\";i:305014;s:10:\"size_after\";i:295995;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.55;s:5:\"bytes\";i:541;s:11:\"size_before\";i:8258;s:10:\"size_after\";i:7717;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:887;s:11:\"size_before\";i:17604;s:10:\"size_after\";i:16717;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.92;s:5:\"bytes\";i:4001;s:11:\"size_before\";i:102193;s:10:\"size_after\";i:98192;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:98192;s:10:\"size_after\";i:98192;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.56;s:5:\"bytes\";i:3590;s:11:\"size_before\";i:78767;s:10:\"size_after\";i:75177;s:4:\"time\";d:0.03;}}}'),(30895,9527,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:40:\"2019/09/alia-atkinson-buzz-feature-7.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"alia-atkinson-buzz-feature-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:40:\"alia-atkinson-buzz-feature-7-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"alia-atkinson-buzz-feature-7-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"alia-atkinson-buzz-feature-7-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"alia-atkinson-buzz-feature-7-768x655.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:655;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:{}}}'),(30896,9461,'_oembed_b30abf854680448679be0fcc3446afc3','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1mZzc0A3tf/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1mZzc0A3tf/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1mZzc0A3tf/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">?Love this woman? No idea what we were even laughing about? Swim clinic with TaoLi swim club @tao_li__ in Singapore.</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/alia_atkinson/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Alia Atkinson, CD</a> (@alia_atkinson) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-25T20:16:45+00:00\">Aug 25, 2019 at 1:16pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(30897,9461,'_oembed_time_b30abf854680448679be0fcc3446afc3','1568730372'),(30898,9461,'_oembed_ed3aae1d96258df94abe6ea325b77c4c','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1WSBjqgHH8/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1WSBjqgHH8/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1WSBjqgHH8/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">What a trip. Vietnam?Korea?Tokyo?Jinan?Singapore in 6 weeks. Around the world and I have met some incredible people along the way. Swimming is swimming, but the memories gained over these past few weeks are truly golden and priceless. Thanks for making it special!  spectators #nonswimmers #fans #friends #jamaica #swimming #likklebutwetallawah</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/alia_atkinson/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Alia Atkinson, CD</a> (@alia_atkinson) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-19T14:00:55+00:00\">Aug 19, 2019 at 7:00am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(30899,9461,'_oembed_time_ed3aae1d96258df94abe6ea325b77c4c','1568730373'),(30900,9522,'_edit_last','11'),(30901,9522,'smpush_mute_activated','no'),(30902,9522,'_yoast_wpseo_primary_category','4'),(30903,9522,'_yoast_wpseo_primary_sub-category','6'),(30904,9522,'sponsored_url',''),(30905,9522,'_yoast_wpseo_content_score','30'),(30906,9522,'_yoast_wpseo_focuskeywords','[]'),(30907,9522,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30908,9531,'_edit_lock','1568682355:11'),(30909,9531,'_yst_prominent_words_version','1'),(30911,9532,'_wp_attached_file','2019/09/Kamina-Johnson-Smith-Fines-Buzz.jpg'),(30912,9532,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1640975;s:11:\"size_before\";i:1770868;s:10:\"size_after\";i:129893;}'),(30913,9532,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4223459815986343;s:5:\"bytes\";i:10668;s:11:\"size_before\";i:311716;s:10:\"size_after\";i:301048;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8;s:5:\"bytes\";i:306;s:11:\"size_before\";i:6380;s:10:\"size_after\";i:6074;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8;s:5:\"bytes\";i:571;s:11:\"size_before\";i:15010;s:10:\"size_after\";i:14439;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.97;s:5:\"bytes\";i:3319;s:11:\"size_before\";i:111597;s:10:\"size_after\";i:108278;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.78;s:5:\"bytes\";i:2757;s:11:\"size_before\";i:99070;s:10:\"size_after\";i:96313;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.66;s:5:\"bytes\";i:3715;s:11:\"size_before\";i:79659;s:10:\"size_after\";i:75944;s:4:\"time\";d:0.04;}}}'),(30914,9532,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:838;s:6:\"height\";i:1200;s:4:\"file\";s:43:\"2019/09/Kamina-Johnson-Smith-Fines-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Kamina-Johnson-Smith-Fines-Buzz-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:\"Kamina-Johnson-Smith-Fines-Buzz-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:\"Kamina-Johnson-Smith-Fines-Buzz-768x1100.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Kamina-Johnson-Smith-Fines-Buzz-715x1024.jpg\";s:5:\"width\";i:715;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Kamina-Johnson-Smith-Fines-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568372058\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"140\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(30915,9461,'_thumbnail_id','9526'),(30916,9461,'_edit_last','14'),(30917,9461,'smpush_mute_activated','no'),(30918,9461,'_yoast_wpseo_primary_category','3'),(30919,9461,'_yoast_wpseo_primary_sub-category','5'),(30920,9461,'sponsored_url',''),(30921,9461,'_yoast_wpseo_content_score','60'),(30922,9461,'_yoast_wpseo_focuskeywords','[]'),(30923,9461,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30924,9534,'_wp_attached_file','2019/09/Kamina-Johnson-Smith-Fines-Buzz-1.jpg'),(30925,9534,'wpmf_size','937204'),(30926,9534,'wpmf_filetype','jpg'),(30927,9534,'wpmf_order','0'),(30928,9534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1433;s:6:\"height\";i:1200;s:4:\"file\";s:45:\"2019/09/Kamina-Johnson-Smith-Fines-Buzz-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Kamina-Johnson-Smith-Fines-Buzz-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:45:\"Kamina-Johnson-Smith-Fines-Buzz-1-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:45:\"Kamina-Johnson-Smith-Fines-Buzz-1-768x643.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:643;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Kamina-Johnson-Smith-Fines-Buzz-1-1024x858.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:858;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Kamina-Johnson-Smith-Fines-Buzz-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1568372058\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"140\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(30929,9534,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:748801;s:11:\"size_before\";i:937204;s:10:\"size_after\";i:188403;}'),(30930,9534,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8416833070068246;s:5:\"bytes\";i:10312;s:11:\"size_before\";i:268424;s:10:\"size_after\";i:258112;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.19;s:5:\"bytes\";i:252;s:11:\"size_before\";i:6021;s:10:\"size_after\";i:5769;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.05;s:5:\"bytes\";i:438;s:11:\"size_before\";i:14376;s:10:\"size_after\";i:13938;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.41;s:5:\"bytes\";i:2102;s:11:\"size_before\";i:61732;s:10:\"size_after\";i:59630;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.05;s:5:\"bytes\";i:4132;s:11:\"size_before\";i:102035;s:10:\"size_after\";i:97903;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.02;s:5:\"bytes\";i:3388;s:11:\"size_before\";i:84260;s:10:\"size_after\";i:80872;s:4:\"time\";d:0.04;}}}'),(30931,9531,'_thumbnail_id','9534'),(30932,9531,'_edit_last','11'),(30933,9531,'smpush_mute_activated','no'),(30934,9531,'_yoast_wpseo_primary_category','4'),(30935,9531,'_yoast_wpseo_primary_sub-category','15'),(30936,9531,'sponsored_url',''),(30937,9531,'_yoast_wpseo_content_score','90'),(30938,9531,'_yoast_wpseo_focuskeywords','[]'),(30939,9531,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30940,9536,'_edit_lock','1568683895:4'),(30941,9536,'_yst_prominent_words_version','1'),(30942,9536,'_thumbnail_id','9440'),(30943,9536,'_edit_last','4'),(30944,9536,'smpush_mute_activated','no'),(30945,9536,'_yoast_wpseo_primary_category','4'),(30946,9536,'_yoast_wpseo_primary_sub-category','12'),(30947,9536,'sponsored_url',''),(30948,9536,'_yoast_wpseo_content_score','60'),(30949,9536,'_yoast_wpseo_focuskeywords','[]'),(30950,9536,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30951,9538,'_edit_lock','1568688057:4'),(30952,9538,'_yst_prominent_words_version','1'),(30953,9538,'_oembed_d806c45b864fb9b377bc043be15d58e3','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2Zd_-nlhzp/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2Zd_-nlhzp/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2Zd_-nlhzp/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Mi aguh mek a longer one but pree dis deh fi mi .and please share and tell your friends to come  our on Tuesday the 17th of September this tues coming to Heroes circle to give your support to  No mining in the cockpit , it’s not talking now is doing so we will be there to lend our support on behalf of our countries well being . Now is  the time to act if ten thousand or ten of us stand in one voice for our children’s future  we would being courted blessed so remember now this tues Heroes Circle bring yu family vlogers and Bloggers and even the internet Troll Army please support Because the dying of the Cockpit Country Affects Us All @grunggaadzilla @spraggabenz3 @_tonyrebel  @mrvegasmusic  Jamaica is for US ??????????????</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/queenifrica/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Queen Ifrica</a> (@queenifrica) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-14T16:27:57+00:00\">Sep 14, 2019 at 9:27am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(30954,9538,'_oembed_time_d806c45b864fb9b377bc043be15d58e3','1568686168'),(30955,9538,'_thumbnail_id','6407'),(30956,9538,'_edit_last','4'),(30957,9538,'smpush_mute_activated','no'),(30958,9538,'_yoast_wpseo_primary_category','4'),(30959,9538,'_yoast_wpseo_primary_sub-category','13'),(30960,9538,'sponsored_url',''),(30961,9538,'_yoast_wpseo_content_score','30'),(30962,9538,'_yoast_wpseo_focuskeywords','[]'),(30963,9538,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30969,9544,'_edit_lock','1568725883:11'),(30970,9544,'_yst_prominent_words_version','1'),(30971,9544,'_oembed_67ef075d5f90302dcd44ec4bd303095a','<iframe title=\"Buzz Feature: CPL T20 Jamaica Tallawahs vs Barbados Tridents\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/dR0DUl07Isg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(30972,9544,'_oembed_time_67ef075d5f90302dcd44ec4bd303095a','1568725828'),(30973,9544,'_edit_last','11'),(30974,9544,'smpush_mute_activated','no'),(30975,9544,'_yoast_wpseo_primary_category','4'),(30976,9544,'_yoast_wpseo_primary_sub-category','5'),(30977,9544,'video_parent_post_id',''),(30978,9544,'_yoast_wpseo_content_score','30'),(30979,9544,'_yoast_wpseo_focuskeywords','[]'),(30980,9544,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(30981,9544,'_thumbnail_id','9288'),(30982,9546,'_edit_lock','1568742844:1'),(30983,9546,'_yst_prominent_words_version','1'),(30985,9547,'_wp_attached_file','2019/09/ice-caps-melting-climate-change-Buzz.jpg'),(30986,9547,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:412403;s:11:\"size_before\";i:669629;s:10:\"size_after\";i:257226;}'),(30987,9547,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1124;s:4:\"file\";s:48:\"2019/09/ice-caps-melting-climate-change-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"ice-caps-melting-climate-change-Buzz-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:48:\"ice-caps-melting-climate-change-Buzz-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:48:\"ice-caps-melting-climate-change-Buzz-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"ice-caps-melting-climate-change-Buzz-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"ice-caps-melting-climate-change-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(30988,9548,'_wp_attached_file','2019/09/Hiking-Mount-Everest.jpg'),(30989,9549,'_wp_attached_file','2019/09/ice-caps-melting-climate-change-Buzz-1.jpg'),(30990,9549,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:412403;s:11:\"size_before\";i:669629;s:10:\"size_after\";i:257226;}'),(30991,9548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1484;s:6:\"height\";i:1102;s:4:\"file\";s:32:\"2019/09/Hiking-Mount-Everest.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Hiking-Mount-Everest-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:\"Hiking-Mount-Everest-300x223.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Hiking-Mount-Everest-768x570.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Hiking-Mount-Everest-1024x760.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:760;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Hiking-Mount-Everest-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(30992,9550,'_wp_attached_file','2019/09/ice-caps-melting-climate-change-Buzz-2.jpg'),(30993,9550,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:412403;s:11:\"size_before\";i:669629;s:10:\"size_after\";i:257226;}'),(30994,9550,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1124;s:4:\"file\";s:50:\"2019/09/ice-caps-melting-climate-change-Buzz-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"ice-caps-melting-climate-change-Buzz-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:50:\"ice-caps-melting-climate-change-Buzz-2-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:50:\"ice-caps-melting-climate-change-Buzz-2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"ice-caps-melting-climate-change-Buzz-2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"ice-caps-melting-climate-change-Buzz-2-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(30995,9549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1124;s:4:\"file\";s:50:\"2019/09/ice-caps-melting-climate-change-Buzz-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"ice-caps-melting-climate-change-Buzz-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:50:\"ice-caps-melting-climate-change-Buzz-1-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:50:\"ice-caps-melting-climate-change-Buzz-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"ice-caps-melting-climate-change-Buzz-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"ice-caps-melting-climate-change-Buzz-1-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(30996,9551,'_wp_attached_file','2019/09/Mount-Everest-Melting-Secrets-Buzz-Caribbean.jpg'),(30997,9551,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:302277;s:11:\"size_before\";i:542298;s:10:\"size_after\";i:240021;}'),(30998,9551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:844;s:4:\"file\";s:56:\"2019/09/Mount-Everest-Melting-Secrets-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Mount-Everest-Melting-Secrets-Buzz-Caribbean-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:56:\"Mount-Everest-Melting-Secrets-Buzz-Caribbean-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:56:\"Mount-Everest-Melting-Secrets-Buzz-Caribbean-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:57:\"Mount-Everest-Melting-Secrets-Buzz-Caribbean-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:57:\"Mount-Everest-Melting-Secrets-Buzz-Caribbean-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;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:{}}}'),(30999,9552,'_edit_lock','1568728940:11'),(31000,9552,'_yst_prominent_words_version','1'),(31001,9553,'_wp_attached_file','2019/09/PCJ-Building-Buzz.jpg'),(31002,9553,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:504;s:6:\"height\";i:332;s:4:\"file\";s:29:\"2019/09/PCJ-Building-Buzz.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"PCJ-Building-Buzz-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:\"PCJ-Building-Buzz-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;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:{}}}'),(31003,9554,'_wp_attached_file','2019/09/Fayval-Williams-Buzz.jpg'),(31004,9554,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:425;s:4:\"file\";s:32:\"2019/09/Fayval-Williams-Buzz.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Fayval-Williams-Buzz-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:\"Fayval-Williams-Buzz-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: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:{}}}'),(31006,9552,'_thumbnail_id','9553'),(31007,9552,'_edit_last','11'),(31008,9552,'smpush_mute_activated','no'),(31010,9552,'_yoast_wpseo_primary_category','4'),(31011,9552,'_yoast_wpseo_primary_sub-category','15'),(31012,9552,'sponsored_url',''),(31013,9552,'_yoast_wpseo_content_score','30'),(31014,9552,'_yoast_wpseo_focuskeywords','[]'),(31015,9552,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(31016,9556,'_wp_attached_file','2019/09/asian-tiger-mosquito-aedes-albopictus-Buzz.jpg'),(31017,9556,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.923512659497185;s:5:\"bytes\";i:13291;s:11:\"size_before\";i:224377;s:10:\"size_after\";i:211086;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.82;s:5:\"bytes\";i:269;s:11:\"size_before\";i:5577;s:10:\"size_after\";i:5308;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29;s:5:\"bytes\";i:363;s:11:\"size_before\";i:11027;s:10:\"size_after\";i:10664;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.44;s:5:\"bytes\";i:2057;s:11:\"size_before\";i:46369;s:10:\"size_after\";i:44312;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.63;s:5:\"bytes\";i:5451;s:11:\"size_before\";i:82203;s:10:\"size_after\";i:76752;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:5151;s:11:\"size_before\";i:79201;s:10:\"size_after\";i:74050;s:4:\"time\";d:0.03;}}}'),(31018,9556,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:54:\"2019/09/asian-tiger-mosquito-aedes-albopictus-Buzz.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"asian-tiger-mosquito-aedes-albopictus-Buzz-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:54:\"asian-tiger-mosquito-aedes-albopictus-Buzz-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:54:\"asian-tiger-mosquito-aedes-albopictus-Buzz-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"asian-tiger-mosquito-aedes-albopictus-Buzz-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"asian-tiger-mosquito-aedes-albopictus-Buzz-1060x655.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"13\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1435868400\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(31019,9557,'_wp_attached_file','2019/09/himalayan-hikers-expedition-Buzz.jpg'),(31020,9557,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.6350710900473935;s:5:\"bytes\";i:1568;s:11:\"size_before\";i:23632;s:10:\"size_after\";i:22064;s:4:\"time\";d:0.13999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.01;s:5:\"bytes\";i:520;s:11:\"size_before\";i:7414;s:10:\"size_after\";i:6894;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:1048;s:11:\"size_before\";i:16218;s:10:\"size_after\";i:15170;s:4:\"time\";d:0.12;}}}'),(31021,9557,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:367;s:4:\"file\";s:44:\"2019/09/himalayan-hikers-expedition-Buzz.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"himalayan-hikers-expedition-Buzz-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:\"himalayan-hikers-expedition-Buzz-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:{}}}'),(31022,9558,'_wp_attached_file','2019/09/Mount-Everest-Buzz-Caribbean.jpg'),(31023,9558,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.983282006159261;s:5:\"bytes\";i:1088;s:11:\"size_before\";i:18184;s:10:\"size_after\";i:17096;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.52;s:5:\"bytes\";i:399;s:11:\"size_before\";i:6117;s:10:\"size_after\";i:5718;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:689;s:11:\"size_before\";i:12067;s:10:\"size_after\";i:11378;s:4:\"time\";d:0.02;}}}'),(31024,9558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:624;s:6:\"height\";i:351;s:4:\"file\";s:40:\"2019/09/Mount-Everest-Buzz-Caribbean.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Mount-Everest-Buzz-Caribbean-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:\"Mount-Everest-Buzz-Caribbean-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:\"0\";s:8:\"keywords\";a:0:{}}}'),(31026,9546,'_thumbnail_id','9421'),(31027,9546,'_edit_last','1'),(31028,9546,'smpush_mute_activated','no'),(31030,9546,'_yoast_wpseo_primary_category','4'),(31031,9546,'_yoast_wpseo_primary_sub-category','16'),(31032,9546,'sponsored_url',''),(31033,9546,'_yoast_wpseo_content_score','30'),(31034,9546,'_yoast_wpseo_focuskeywords','[]'),(31035,9546,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(31037,9474,'_oembed_1deb8a62a050f1981d62c0f3c78e94d4','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2fhNFqAzm_/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2fhNFqAzm_/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2fhNFqAzm_/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">That tragic moment when Jamaica College and Wolmer’s Boys Manning Cup players were apparently struck by lightning  #yardiesports #issadigicelmanningcup #issadigicelmanningcup2019 #manningcup #manningcup2019 #football #soccer #jamaica #schoolboyfootball #schoolboyfootball2019 #cetamolja #petroleumcorporationofjamaica #kendelfoods #digiceljamaica @issasportsja @cetamolja @digiceljamaica @kendelfoods</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/yardie_sports/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Yardie Sports</a> (@yardie_sports) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-17T00:39:27+00:00\">Sep 16, 2019 at 5:39pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>'),(31038,9474,'_oembed_time_1deb8a62a050f1981d62c0f3c78e94d4','1568729473'),(31040,9563,'_edit_lock','1575034073:1'),(31041,9563,'_yst_prominent_words_version','1'),(31046,9508,'top_posts','9'),(31047,8291,'top_posts','5'),(31048,6629,'top_posts','8'),(31049,2305,'top_posts','6'),(31050,9544,'top_posts','18'),(31051,4104,'top_posts','6'),(31052,7016,'top_posts','3'),(31053,3040,'top_posts','4'),(31054,5101,'top_posts','3'),(31055,1443,'top_posts','5'),(31056,8710,'top_posts','4'),(31057,8939,'top_posts','1'),(31058,6657,'top_posts','6'),(31059,9538,'top_posts','92'),(31060,9850,'top_posts','62'),(31061,4940,'top_posts','346'),(31062,872,'top_posts','46'),(31063,9070,'top_posts','414'),(31064,9403,'top_posts','54'),(31065,828,'top_posts','71'),(31066,4614,'top_posts','77'),(31067,9461,'top_posts','100'),(31068,8975,'top_posts','125'),(31069,9394,'top_posts','3861'),(31070,2748,'top_posts','174'),(31071,5902,'top_posts','147'),(31072,9736,'top_posts','680'),(31074,8391,'top_posts','39'),(31075,105,'top_posts','43'),(31076,5407,'top_posts','69'),(31077,2278,'top_posts','114'),(31078,5711,'top_posts','198'),(31079,5266,'top_posts','285'),(31080,300,'top_posts','4380'),(31081,6222,'top_posts','104'),(31082,2207,'top_posts','36'),(31083,7182,'top_posts','41'),(31084,8218,'top_posts','339'),(31085,5174,'top_posts','32'),(31086,4429,'top_posts','34'),(31087,7417,'top_posts','162'),(31088,4484,'top_posts','80'),(31089,1225,'top_posts','107'),(31090,7291,'top_posts','42'),(31091,7961,'top_posts','48'),(31092,7990,'top_posts','35'),(31093,8945,'top_posts','33'),(31094,5837,'top_posts','35'),(31095,5920,'top_posts','294'),(31096,7435,'top_posts','48'),(31097,2247,'top_posts','187'),(31098,6154,'top_posts','48'),(31099,4724,'top_posts','39'),(31100,500,'top_posts','39'),(31101,4367,'top_posts','37'),(31102,5662,'top_posts','32'),(31103,7019,'top_posts','67'),(31104,6672,'top_posts','272'),(31105,7554,'top_posts','66'),(31106,4661,'top_posts','47'),(31107,1869,'top_posts','85'),(31108,6657,'top_posts','6'),(31109,7734,'top_posts','219'),(31110,2078,'top_posts','41'),(31111,6147,'top_posts','153'),(31112,9423,'top_posts','685'),(31113,2236,'top_posts','74'),(31114,7977,'top_posts','54'),(31115,2108,'top_posts','72'),(31116,2506,'top_posts','568'),(31117,1885,'top_posts','44'),(31118,8204,'top_posts','78'),(31119,7817,'top_posts','56'),(31120,8871,'top_posts','58'),(31121,899,'top_posts','33'),(31122,1640,'top_posts','75'),(31123,9432,'top_posts','55'),(31124,4010,'top_posts','182'),(31125,6715,'top_posts','496'),(31126,4872,'top_posts','41'),(31127,6836,'top_posts','655'),(31128,368,'top_posts','37'),(31129,4776,'top_posts','1841'),(31130,5988,'top_posts','187'),(31131,6505,'top_posts','124'),(31132,5097,'top_posts','75'),(31133,124,'top_posts','3463'),(31134,8103,'top_posts','111'),(31135,4372,'top_posts','87'),(31136,2130,'top_posts','63'),(31137,7998,'top_posts','675'),(31138,5977,'top_posts','84'),(31139,5388,'top_posts','48'),(31140,8174,'top_posts','3246'),(31141,7099,'top_posts','32'),(31142,7402,'top_posts','108'),(31143,9447,'top_posts','798'),(31144,2458,'top_posts','48'),(31145,5706,'top_posts','95'),(31146,4408,'top_posts','77'),(31147,924,'top_posts','178'),(31148,3773,'top_posts','32'),(31149,5165,'top_posts','161'),(31150,6472,'top_posts','37'),(31151,3560,'top_posts','94'),(31152,9275,'top_posts','68'),(31153,6252,'top_posts','130'),(31154,3934,'top_posts','173'),(31155,8301,'top_posts','44'),(31156,6897,'top_posts','52'),(31157,4432,'top_posts','110'),(31158,4432,'top_posts','110'),(31159,59,'top_posts','32'),(31160,7201,'top_posts','38'),(31161,7249,'top_posts','43'),(31162,1105,'top_posts','108'),(31163,8342,'top_posts','60'),(31164,5680,'top_posts','37'),(31165,1481,'top_posts','67'),(31166,832,'top_posts','42'),(31167,700,'top_posts','4444'),(31168,8007,'top_posts','33'),(31169,4202,'top_posts','56'),(31170,9474,'top_posts','2367'),(31171,4470,'top_posts','62'),(31172,9211,'top_posts','49'),(31173,7159,'top_posts','111'),(31174,6489,'top_posts','48'),(31175,6279,'top_posts','51'),(31176,6793,'top_posts','553'),(31177,7094,'top_posts','39'),(31178,8105,'top_posts','89'),(31179,4516,'top_posts','84'),(31180,6520,'top_posts','41'),(31181,2237,'top_posts','41'),(31182,6287,'top_posts','74'),(31183,9653,'top_posts','165'),(31184,5841,'top_posts','341'),(31185,9818,'top_posts','329'),(31186,4823,'top_posts','138'),(31187,7444,'top_posts','319'),(31188,3890,'top_posts','46'),(31189,7180,'top_posts','506'),(31190,8673,'top_posts','42'),(31191,8379,'top_posts','42'),(31192,7949,'top_posts','1020'),(31193,9091,'top_posts','45'),(31194,867,'top_posts','60'),(31195,8621,'top_posts','47'),(31196,8030,'top_posts','1069'),(31197,9372,'top_posts','39'),(31198,5966,'top_posts','37'),(31199,169,'top_posts','40'),(31200,1395,'top_posts','65'),(31201,4782,'top_posts','195'),(31202,8992,'top_posts','110'),(31203,3941,'top_posts','143'),(31204,8544,'top_posts','170'),(31205,8629,'top_posts','35'),(31206,3769,'top_posts','57'),(31207,7967,'top_posts','77'),(31208,7082,'top_posts','39'),(31209,7352,'top_posts','45'),(31210,1082,'top_posts','661'),(31211,5268,'top_posts','37'),(31212,5031,'top_posts','64'),(31213,4319,'top_posts','41'),(31214,2679,'top_posts','118'),(31215,6036,'top_posts','79'),(31216,3867,'top_posts','42'),(31217,3926,'top_posts','533'),(31218,4542,'top_posts','59'),(31219,8788,'top_posts','1094'),(31220,8284,'top_posts','1540'),(31221,8882,'top_posts','2163'),(31222,2783,'top_posts','33'),(31223,7616,'top_posts','1009'),(31224,622,'top_posts','53'),(31225,9398,'top_posts','196'),(31226,8237,'top_posts','989'),(31227,2305,'top_posts','6'),(31228,5469,'top_posts','188'),(31229,8388,'top_posts','1253'),(31230,8388,'top_posts','1253'),(31231,7020,'top_posts','497'),(31232,1531,'top_posts','55'),(31233,9168,'top_posts','664'),(31234,5879,'top_posts','237'),(31235,4808,'top_posts','104'),(31236,9251,'top_posts','37'),(31237,2176,'top_posts','39'),(31238,8778,'top_posts','113'),(31239,7636,'top_posts','59'),(31240,581,'top_posts','95'),(31241,8089,'top_posts','66'),(31242,4340,'top_posts','125'),(31243,8156,'top_posts','41'),(31244,7412,'top_posts','40'),(31245,2551,'top_posts','864'),(31246,2155,'top_posts','52'),(31247,8685,'top_posts','303'),(31248,6369,'top_posts','64'),(31249,1747,'top_posts','93'),(31250,2267,'top_posts','43'),(31251,8680,'top_posts','3'),(31252,8611,'top_posts','3'),(31253,9278,'top_posts','20'),(31254,8899,'top_posts','9'),(31255,2668,'top_posts','6'),(31256,8489,'top_posts','6'),(31257,2993,'top_posts','7'),(31258,760,'top_posts','3'),(31259,7407,'top_posts','3'),(31260,2794,'top_posts','6'),(31261,2790,'top_posts','6'),(31262,8861,'top_posts','15'),(31263,943,'top_posts','7'),(31264,9460,'top_posts','13'),(31265,9546,'top_posts','32'),(31266,9480,'top_posts','10'),(31267,9536,'top_posts','22'),(31268,8502,'top_posts','12'),(31269,1476,'top_posts','6'),(31270,7617,'top_posts','8'),(31271,3678,'top_posts','6'),(31272,3723,'top_posts','5'),(31273,9436,'top_posts','8'),(31274,9552,'top_posts','12'),(31275,9337,'top_posts','11'),(31276,9373,'top_posts','9'),(31277,9424,'top_posts','9'),(31278,8915,'top_posts','5'),(31279,8860,'top_posts','5'),(31280,9349,'top_posts','7'),(31281,2763,'top_posts','8'),(31282,6426,'top_posts','10'),(31283,2337,'top_posts','7'),(31284,8275,'top_posts','6'),(31285,6116,'top_posts','6'),(31286,8372,'top_posts','6'),(31287,9498,'top_posts','14'),(31288,8641,'top_posts','7'),(31289,1013,'top_posts','3'),(31290,982,'top_posts','5'),(31291,5649,'top_posts','9'),(31292,1246,'top_posts','4'),(31293,2480,'top_posts','5'),(31294,7907,'top_posts','7'),(31295,386,'top_posts','5'),(31296,571,'top_posts','6'),(31297,442,'top_posts','4'),(31298,5455,'top_posts','5'),(31299,4732,'top_posts','4'),(31300,7935,'top_posts','5'),(31301,7845,'top_posts','4'),(31302,2897,'top_posts','7'),(31303,7577,'top_posts','6'),(31304,8083,'top_posts','5'),(31305,456,'top_posts','4'),(31306,1502,'top_posts','7'),(31307,4770,'top_posts','5'),(31308,9079,'top_posts','4'),(31309,4697,'top_posts','7'),(31310,1973,'top_posts','3'),(31311,9345,'top_posts','6'),(31312,7601,'top_posts','3'),(31313,559,'top_posts','9'),(31314,4464,'top_posts','4'),(31315,1672,'top_posts','6'),(31316,4990,'top_posts','4'),(31317,7472,'top_posts','4'),(31318,336,'top_posts','5'),(31319,789,'top_posts','3'),(31320,2544,'top_posts','5'),(31321,6143,'top_posts','5'),(31322,6188,'top_posts','5'),(31323,8018,'top_posts','5'),(31324,1355,'top_posts','4'),(31325,6636,'top_posts','4'),(31326,1955,'top_posts','6'),(31327,2798,'top_posts','6'),(31328,7526,'top_posts','5'),(31329,6418,'top_posts','6'),(31330,1134,'top_posts','4'),(31331,6113,'top_posts','6'),(31332,5067,'top_posts','4'),(31333,5668,'top_posts','6'),(31334,8686,'top_posts','6'),(31335,7877,'top_posts','6'),(31336,8563,'top_posts','5'),(31337,7426,'top_posts','6'),(31338,1849,'top_posts','6'),(31339,7571,'top_posts','6'),(31340,8719,'top_posts','5'),(31341,5255,'top_posts','6'),(31342,6754,'top_posts','5'),(31343,4615,'top_posts','4'),(31344,8521,'top_posts','4'),(31345,8758,'top_posts','4'),(31346,8634,'top_posts','5'),(31347,8614,'top_posts','5'),(31348,1251,'top_posts','7'),(31349,8555,'top_posts','6'),(31350,1838,'top_posts','7'),(31351,8646,'top_posts','6'),(31352,1901,'top_posts','3'),(31353,8474,'top_posts','5'),(31354,8432,'top_posts','4'),(31355,5238,'top_posts','4'),(31356,1934,'top_posts','5'),(31357,961,'top_posts','8'),(31358,2157,'top_posts','3'),(31359,5518,'top_posts','4'),(31360,7650,'top_posts','5'),(31361,7060,'top_posts','5'),(31362,2629,'top_posts','5'),(31363,1479,'top_posts','5'),(31364,3713,'top_posts','4'),(31365,2396,'top_posts','5'),(31366,8857,'top_posts','4'),(31367,8565,'top_posts','4'),(31368,2321,'top_posts','5'),(31369,5974,'top_posts','3'),(31370,8298,'top_posts','5'),(31371,6269,'top_posts','5'),(31372,444,'top_posts','5'),(31373,7457,'top_posts','6'),(31374,465,'top_posts','5'),(31375,2419,'top_posts','5'),(31376,6356,'top_posts','3'),(31377,2653,'top_posts','6'),(31378,1704,'top_posts','6'),(31379,2295,'top_posts','4'),(31380,2246,'top_posts','9'),(31381,1557,'top_posts','4'),(31382,8037,'top_posts','3'),(31383,5745,'top_posts','4'),(31384,4490,'top_posts','5'),(31385,4598,'top_posts','5'),(31386,2884,'top_posts','6'),(31387,7646,'top_posts','5'),(31388,3540,'top_posts','3'),(31389,1983,'top_posts','4'),(31390,984,'top_posts','14'),(31391,6498,'top_posts','6'),(31392,8785,'top_posts','5'),(31393,420,'top_posts','7'),(31394,9384,'top_posts','10'),(31395,2473,'top_posts','7'),(31396,7744,'top_posts','3'),(31397,8052,'top_posts','4'),(31398,5854,'top_posts','6'),(31399,9443,'top_posts','6'),(31400,1935,'top_posts','4'),(31401,3662,'top_posts','4'),(31402,7432,'top_posts','4'),(31403,8729,'top_posts','5'),(31404,8793,'top_posts','5'),(31405,5918,'top_posts','5'),(31406,7383,'top_posts','4'),(31407,66,'top_posts','6'),(31408,5634,'top_posts','4'),(31409,1573,'top_posts','5'),(31410,8925,'top_posts','6'),(31411,6780,'top_posts','3'),(31412,1822,'top_posts','6'),(31413,7521,'top_posts','5'),(31414,6297,'top_posts','5'),(31415,8239,'top_posts','6'),(31416,603,'top_posts','4'),(31417,185,'top_posts','5'),(31418,8437,'top_posts','4'),(31419,963,'top_posts','5'),(31420,2006,'top_posts','4'),(31421,1046,'top_posts','9'),(31422,7187,'top_posts','6'),(31423,2485,'top_posts','6'),(31424,7157,'top_posts','3'),(31425,9196,'top_posts','6'),(31426,6656,'top_posts','4'),(31427,8560,'top_posts','4'),(31428,2335,'top_posts','4'),(31429,2164,'top_posts','4'),(31430,5328,'top_posts','5'),(31431,855,'top_posts','7'),(31432,8269,'top_posts','4'),(31433,5057,'top_posts','5'),(31434,7246,'top_posts','5'),(31435,1990,'top_posts','3'),(31436,5210,'top_posts','5'),(31437,623,'top_posts','9'),(31438,7853,'top_posts','5'),(31439,756,'top_posts','4'),(31440,5973,'top_posts','4'),(31441,2492,'top_posts','5'),(31442,1282,'top_posts','6'),(31443,2547,'top_posts','11'),(31444,594,'top_posts','4'),(31445,5751,'top_posts','4'),(31446,5763,'top_posts','5'),(31447,1993,'top_posts','7'),(31448,6273,'top_posts','5'),(31449,533,'top_posts','4'),(31450,5108,'top_posts','6'),(31451,7620,'top_posts','5'),(31452,7109,'top_posts','4'),(31453,1139,'top_posts','3'),(31454,5876,'top_posts','7'),(31455,7179,'top_posts','4'),(31456,6722,'top_posts','4'),(31457,913,'top_posts','6'),(31458,8231,'top_posts','5'),(31459,7540,'top_posts','3'),(31460,2268,'top_posts','5'),(31461,3008,'top_posts','5'),(31462,6587,'top_posts','3'),(31463,1148,'top_posts','4'),(31464,8230,'top_posts','4'),(31465,4254,'top_posts','3'),(31466,6382,'top_posts','4'),(31467,6924,'top_posts','4'),(31468,9062,'top_posts','4'),(31469,5797,'top_posts','4'),(31470,5551,'top_posts','5'),(31471,1649,'top_posts','5'),(31472,7395,'top_posts','4'),(31473,644,'top_posts','5'),(31474,7535,'top_posts','4'),(31475,321,'top_posts','8'),(31476,2433,'top_posts','5'),(31477,6425,'top_posts','4'),(31478,1791,'top_posts','5'),(31479,1151,'top_posts','4'),(31480,6852,'top_posts','3'),(31481,4168,'top_posts','4'),(31482,7441,'top_posts','4'),(31483,1801,'top_posts','3'),(31484,5375,'top_posts','3'),(31485,6928,'top_posts','4'),(31486,4972,'top_posts','2'),(31487,1016,'top_posts','9'),(31488,2673,'top_posts','5'),(31489,936,'top_posts','3'),(31490,7690,'top_posts','4'),(31491,8811,'top_posts','4'),(31492,6105,'top_posts','5'),(31493,6605,'top_posts','4'),(31494,8287,'top_posts','4'),(31495,7769,'top_posts','5'),(31496,5121,'top_posts','4'),(31497,4918,'top_posts','4'),(31498,6091,'top_posts','5'),(31499,5655,'top_posts','5'),(31500,2775,'top_posts','5'),(31501,6005,'top_posts','5'),(31502,5672,'top_posts','6'),(31503,8976,'top_posts','5'),(31504,8482,'top_posts','5'),(31505,4893,'top_posts','4'),(31506,6770,'top_posts','4'),(31507,7151,'top_posts','7'),(31508,7008,'top_posts','6'),(31509,8325,'top_posts','5'),(31510,6982,'top_posts','4'),(31511,7053,'top_posts','5'),(31512,8180,'top_posts','3'),(31513,8425,'top_posts','4'),(31514,8692,'top_posts','5'),(31515,9306,'top_posts','5'),(31516,6218,'top_posts','5'),(31517,2044,'top_posts','4'),(31518,7403,'top_posts','5'),(31519,8506,'top_posts','5'),(31520,746,'top_posts','4'),(31521,888,'top_posts','5'),(31522,5327,'top_posts','6'),(31523,3687,'top_posts','5'),(31524,5557,'top_posts','5'),(31525,9125,'top_posts','4'),(31526,4170,'top_posts','4'),(31527,5530,'top_posts','4'),(31528,5458,'top_posts','4'),(31529,8241,'top_posts','7'),(31530,8836,'top_posts','4'),(31531,6199,'top_posts','4'),(31532,7042,'top_posts','5'),(31533,1618,'top_posts','4'),(31534,5718,'top_posts','6'),(31535,4774,'top_posts','5'),(31536,5353,'top_posts','5'),(31537,4399,'top_posts','5'),(31538,4500,'top_posts','5'),(31539,8253,'top_posts','5'),(31540,6308,'top_posts','3'),(31541,3741,'top_posts','6'),(31542,4246,'top_posts','4'),(31543,4120,'top_posts','4'),(31544,6695,'top_posts','5'),(31545,1377,'top_posts','5'),(31546,9022,'top_posts','4'),(31547,6659,'top_posts','5'),(31548,1120,'top_posts','5'),(31549,4229,'top_posts','4'),(31550,5398,'top_posts','6'),(31551,8195,'top_posts','4'),(31552,3727,'top_posts','4'),(31553,5899,'top_posts','5'),(31554,1980,'top_posts','4'),(31555,4524,'top_posts','3'),(31556,4537,'top_posts','5'),(31557,2507,'top_posts','6'),(31558,8263,'top_posts','4'),(31559,155,'top_posts','5'),(31560,2200,'top_posts','3'),(31561,1471,'top_posts','4'),(31562,5363,'top_posts','4'),(31563,8003,'top_posts','5'),(31564,116,'top_posts','5'),(31565,2220,'top_posts','4'),(31566,2373,'top_posts','4'),(31567,6943,'top_posts','4'),(31568,1176,'top_posts','8'),(31569,2273,'top_posts','5'),(31570,4086,'top_posts','4'),(31571,9363,'top_posts','5'),(31572,9131,'top_posts','4'),(31573,7652,'top_posts','4'),(31574,7745,'top_posts','5'),(31575,6069,'top_posts','5'),(31576,5471,'top_posts','5'),(31577,7776,'top_posts','5'),(31578,7801,'top_posts','5'),(31579,7103,'top_posts','4'),(31580,6857,'top_posts','6'),(31581,8041,'top_posts','4'),(31582,6783,'top_posts','5'),(31583,6309,'top_posts','5'),(31584,5297,'top_posts','4'),(31585,5316,'top_posts','3'),(31586,6537,'top_posts','5'),(31587,8932,'top_posts','8'),(31588,6131,'top_posts','4'),(31589,4406,'top_posts','3'),(31590,6040,'top_posts','5'),(31591,5113,'top_posts','4'),(31592,1757,'top_posts','5'),(31593,6932,'top_posts','3'),(31594,5308,'top_posts','5'),(31595,7662,'top_posts','5'),(31596,6795,'top_posts','3'),(31597,9455,'top_posts','7'),(31598,9531,'top_posts','10'),(31599,9393,'top_posts','6'),(31600,5456,'top_posts','7'),(31601,9470,'top_posts','6'),(31602,9497,'top_posts','5'),(31603,1156,'top_posts','4'),(31604,5041,'top_posts','5'),(31605,8605,'top_posts','7'),(31606,379,'top_posts','4'),(31607,5813,'top_posts','5'),(31608,7044,'top_posts','4'),(31609,8060,'top_posts','4'),(31610,2253,'top_posts','4'),(31611,5830,'top_posts','6'),(31612,98,'top_posts','5'),(31613,4798,'top_posts','3'),(31614,3690,'top_posts','4'),(31615,762,'top_posts','5'),(31616,9285,'top_posts','3'),(31617,3860,'top_posts','4'),(31618,6750,'top_posts','4'),(31619,8186,'top_posts','3'),(31620,2156,'top_posts','5'),(31621,6610,'top_posts','4'),(31622,8450,'top_posts','5'),(31623,7360,'top_posts','5'),(31624,7338,'top_posts','4'),(31625,1552,'top_posts','5'),(31626,2107,'top_posts','5'),(31627,405,'top_posts','5'),(31628,1620,'top_posts','4'),(31629,2501,'top_posts','6'),(31630,1691,'top_posts','4'),(31631,2126,'top_posts','4'),(31632,2598,'top_posts','4'),(31633,8063,'top_posts','4'),(31634,1987,'top_posts','6'),(31635,1480,'top_posts','5'),(31636,7320,'top_posts','4'),(31637,2558,'top_posts','9'),(31638,5059,'top_posts','4'),(31639,6397,'top_posts','5'),(31640,5074,'top_posts','4'),(31641,5641,'top_posts','4'),(31642,2487,'top_posts','4'),(31643,9355,'top_posts','6'),(31644,2770,'top_posts','5'),(31645,3809,'top_posts','3'),(31646,1543,'top_posts','5'),(31647,4506,'top_posts','9'),(31648,4993,'top_posts','6'),(31649,7505,'top_posts','4'),(31650,6148,'top_posts','4'),(31651,3643,'top_posts','5'),(31652,2310,'top_posts','6'),(31653,6011,'top_posts','3'),(31654,2056,'top_posts','4'),(31655,8277,'top_posts','6'),(31656,7183,'top_posts','5'),(31657,3854,'top_posts','4'),(31658,907,'top_posts','6'),(31659,4626,'top_posts','4'),(31660,6400,'top_posts','4'),(31661,6908,'top_posts','5'),(31662,1735,'top_posts','4'),(31663,2152,'top_posts','6'),(31664,1715,'top_posts','4'),(31665,3691,'top_posts','4'),(31666,4569,'top_posts','4'),(31667,2616,'top_posts','4'),(31668,7781,'top_posts','3'),(31669,6020,'top_posts','3'),(31670,1829,'top_posts','4'),(31671,6253,'top_posts','6'),(31672,5687,'top_posts','4'),(31673,8426,'top_posts','5'),(31674,7074,'top_posts','6'),(31675,5022,'top_posts','4'),(31676,2453,'top_posts','6'),(31677,6776,'top_posts','4'),(31678,6057,'top_posts','3'),(31679,8967,'top_posts','4'),(31680,8807,'top_posts','4'),(31681,9258,'top_posts','4'),(31682,7948,'top_posts','5'),(31683,1617,'top_posts','5'),(31684,2423,'top_posts','9'),(31685,4606,'top_posts','6'),(31686,7612,'top_posts','5'),(31687,6763,'top_posts','4'),(31688,5645,'top_posts','4'),(31689,7693,'top_posts','6'),(31690,7614,'top_posts','6'),(31691,7716,'top_posts','6'),(31692,4678,'top_posts','3'),(31693,1910,'top_posts','9'),(31694,6427,'top_posts','5'),(31695,5658,'top_posts','5'),(31696,1434,'top_posts','4'),(31697,6735,'top_posts','6'),(31698,2143,'top_posts','4'),(31699,5618,'top_posts','4'),(31700,8527,'top_posts','5'),(31701,6332,'top_posts','4'),(31702,2316,'top_posts','4'),(31703,1606,'top_posts','6'),(31704,8537,'top_posts','4'),(31705,6951,'top_posts','4'),(31706,1860,'top_posts','5'),(31707,8069,'top_posts','5'),(31708,2392,'top_posts','7'),(31709,1911,'top_posts','9'),(31710,6677,'top_posts','5'),(31711,4759,'top_posts','6'),(31712,6590,'top_posts','5'),(31713,8726,'top_posts','4'),(31714,1965,'top_posts','5'),(31715,6990,'top_posts','3'),(31716,3502,'top_posts','4'),(31717,2028,'top_posts','8'),(31718,2008,'top_posts','3'),(31719,2402,'top_posts','6'),(31720,7479,'top_posts','4'),(31721,2736,'top_posts','6'),(31722,1426,'top_posts','5'),(31723,3279,'top_posts','9'),(31724,6869,'top_posts','5'),(31725,77,'top_posts','11'),(31726,4583,'top_posts','5'),(31727,9088,'top_posts','4'),(31728,8281,'top_posts','3'),(31729,1670,'top_posts','5'),(31730,909,'top_posts','6'),(31731,6438,'top_posts','4'),(31732,5855,'top_posts','5'),(31733,5945,'top_posts','4'),(31734,8128,'top_posts','5'),(31735,4910,'top_posts','4'),(31736,8713,'top_posts','5'),(31737,4505,'top_posts','6'),(31738,8790,'top_posts','5'),(31739,9045,'top_posts','6'),(31740,1263,'top_posts','5'),(31741,1655,'top_posts','6'),(31742,547,'top_posts','5'),(31743,5730,'top_posts','5'),(31744,1817,'top_posts','22'),(31745,7072,'top_posts','5'),(31746,7449,'top_posts','4'),(31747,6666,'top_posts','4'),(31748,5239,'top_posts','7'),(31749,2628,'top_posts','5'),(31750,8988,'top_posts','4'),(31751,2041,'top_posts','5'),(31752,4165,'top_posts','5'),(31753,2457,'top_posts','5'),(31754,6016,'top_posts','4'),(31755,3222,'top_posts','5'),(31756,889,'top_posts','4'),(31757,7421,'top_posts','5'),(31758,8744,'top_posts','4'),(31759,281,'top_posts','9'),(31760,4667,'top_posts','4'),(31761,2510,'top_posts','4'),(31762,1440,'top_posts','9'),(31763,8045,'top_posts','6'),(31764,2715,'top_posts','4'),(31765,1609,'top_posts','6'),(31766,8374,'top_posts','6'),(31767,2387,'top_posts','7'),(31768,5803,'top_posts','5'),(31769,1089,'top_posts','4'),(31770,560,'top_posts','6'),(31771,5984,'top_posts','4'),(31772,5736,'top_posts','4'),(31773,2376,'top_posts','5'),(31774,1585,'top_posts','11'),(31775,6452,'top_posts','4'),(31776,2187,'top_posts','4'),(31777,6405,'top_posts','4'),(31778,4550,'top_posts','4'),(31779,1265,'top_posts','3'),(31780,7509,'top_posts','6'),(31781,7530,'top_posts','5'),(31782,9225,'top_posts','6'),(31783,8123,'top_posts','4'),(31784,140,'top_posts','5'),(31785,5144,'top_posts','4'),(31786,7488,'top_posts','5'),(31787,9093,'top_posts','5'),(31788,9312,'top_posts','5'),(31789,5692,'top_posts','6'),(31790,6949,'top_posts','6'),(31791,9208,'top_posts','4'),(31792,5809,'top_posts','9'),(31793,5602,'top_posts','7'),(31794,1750,'top_posts','6'),(31795,1927,'top_posts','4'),(31796,5117,'top_posts','5'),(31797,542,'top_posts','5'),(31798,1459,'top_posts','6'),(31799,6067,'top_posts','4'),(31800,7205,'top_posts','5'),(31801,6258,'top_posts','4'),(31802,2619,'top_posts','7'),(31803,6292,'top_posts','4'),(31804,5701,'top_posts','4'),(31805,6507,'top_posts','5'),(31806,8867,'top_posts','5'),(31807,7728,'top_posts','6'),(31808,1895,'top_posts','3'),(31809,6462,'top_posts','4'),(31810,8170,'top_posts','4'),(31811,4457,'top_posts','5'),(31812,5380,'top_posts','5'),(31813,1734,'top_posts','7'),(31814,9007,'top_posts','3'),(31815,6336,'top_posts','5'),(31816,1509,'top_posts','6'),(31817,1998,'top_posts','4'),(31818,5337,'top_posts','5'),(31819,2762,'top_posts','5'),(31820,6627,'top_posts','6'),(31821,9173,'top_posts','5'),(31822,9104,'top_posts','5'),(31823,4712,'top_posts','5'),(31824,4725,'top_posts','5'),(31825,781,'top_posts','5'),(31826,5026,'top_posts','5'),(31827,6097,'top_posts','4'),(31828,7807,'top_posts','4'),(31829,5699,'top_posts','2'),(31830,6368,'top_posts','4'),(31831,7327,'top_posts','6'),(31832,8200,'top_posts','6'),(31833,8074,'top_posts','5'),(31834,8427,'top_posts','5'),(31835,9249,'top_posts','5'),(31836,1943,'top_posts','5'),(31837,6456,'top_posts','5'),(31838,6878,'top_posts','3'),(31839,8638,'top_posts','5'),(31840,7552,'top_posts','3'),(31841,6469,'top_posts','4'),(31842,7579,'top_posts','7'),(31843,8171,'top_posts','3'),(31844,274,'top_posts','4'),(31845,5200,'top_posts','5'),(31846,8668,'top_posts','5'),(31847,1359,'top_posts','5'),(31848,6747,'top_posts','5'),(31849,9219,'top_posts','4'),(31850,1529,'top_posts','4'),(31851,4438,'top_posts','6'),(31852,2283,'top_posts','5'),(31853,7437,'top_posts','5'),(31854,491,'top_posts','6'),(31855,4545,'top_posts','6'),(31856,1487,'top_posts','4'),(31857,5582,'top_posts','4'),(31858,8688,'top_posts','5'),(31859,4601,'top_posts','3'),(31860,2197,'top_posts','5'),(31861,599,'top_posts','5'),(31862,2495,'top_posts','8'),(31863,1855,'top_posts','4'),(31864,6204,'top_posts','5'),(31865,203,'top_posts','3'),(31866,7129,'top_posts','5'),(31867,6817,'top_posts','3'),(31868,4589,'top_posts','3'),(31869,4373,'top_posts','3'),(31870,8086,'top_posts','4'),(31871,6807,'top_posts','4'),(31872,8352,'top_posts','5'),(31873,1542,'top_posts','6'),(31874,8259,'top_posts','3'),(31875,7410,'top_posts','5'),(31876,6173,'top_posts','4'),(31877,6532,'top_posts','4'),(31878,7555,'top_posts','4'),(31879,9340,'top_posts','6'),(31880,5904,'top_posts','5'),(31881,1511,'top_posts','6'),(31882,8124,'top_posts','5'),(31883,9028,'top_posts','5'),(31884,2019,'top_posts','5'),(31885,7155,'top_posts','4'),(31886,4738,'top_posts','6'),(31887,6618,'top_posts','5'),(31888,8843,'top_posts','4'),(31889,8873,'top_posts','5'),(31890,6787,'top_posts','2'),(31891,6828,'top_posts','4'),(31892,1603,'top_posts','9'),(31893,8120,'top_posts','5'),(31894,215,'top_posts','5'),(31895,6623,'top_posts','4'),(31896,9075,'top_posts','5'),(31897,6670,'top_posts','6'),(31898,5638,'top_posts','5'),(31899,6195,'top_posts','4'),(31900,8472,'top_posts','3'),(31901,6342,'top_posts','4'),(31902,3962,'top_posts','4'),(31903,2223,'top_posts','5'),(31904,1836,'top_posts','7'),(31905,5383,'top_posts','3'),(31906,5819,'top_posts','4'),(31907,2024,'top_posts','5'),(31908,5246,'top_posts','5'),(31909,5783,'top_posts','6'),(31910,8659,'top_posts','5'),(31911,7502,'top_posts','5'),(31912,6182,'top_posts','5'),(31913,6766,'top_posts','4'),(31914,9026,'top_posts','4'),(31915,7325,'top_posts','5'),(31916,1073,'top_posts','6'),(31917,2367,'top_posts','5'),(31918,2090,'top_posts','5'),(31919,7591,'top_posts','4'),(31920,1766,'top_posts','4'),(31921,6461,'top_posts','5'),(31922,7133,'top_posts','5'),(31923,2596,'top_posts','5'),(31924,4801,'top_posts','5'),(31925,7512,'top_posts','4'),(31926,7651,'top_posts','4'),(31927,219,'top_posts','5'),(31928,1612,'top_posts','7'),(31929,7304,'top_posts','5'),(31930,6890,'top_posts','5'),(31931,7139,'top_posts','5'),(31932,6680,'top_posts','5'),(31933,1380,'top_posts','4'),(31934,8467,'top_posts','3'),(31935,2101,'top_posts','6'),(31936,9228,'top_posts','5'),(31937,5844,'top_posts','5'),(31938,513,'top_posts','6'),(31939,2704,'top_posts','7'),(31940,487,'top_posts','4'),(31941,1162,'top_posts','5'),(31942,8477,'top_posts','5'),(31943,6367,'top_posts','4'),(31944,2434,'top_posts','5'),(31945,4577,'top_posts','4'),(31946,8526,'top_posts','4'),(31947,4860,'top_posts','4'),(31948,8596,'top_posts','5'),(31949,6730,'top_posts','4'),(31950,4772,'top_posts','6'),(31951,1003,'top_posts','4'),(31952,6886,'top_posts','4'),(31953,1199,'top_posts','3'),(31954,6077,'top_posts','4'),(31955,4707,'top_posts','5'),(31956,53,'top_posts','4'),(31957,4563,'top_posts','4'),(31958,5884,'top_posts','4'),(31959,8078,'top_posts','6'),(31960,5313,'top_posts','4'),(31961,2566,'top_posts','2'),(31962,4476,'top_posts','4'),(31963,6599,'top_posts','5'),(31964,6760,'top_posts','5'),(31965,8215,'top_posts','6'),(31966,6986,'top_posts','5'),(31967,1348,'top_posts','5'),(31968,2195,'top_posts','6'),(31969,357,'top_posts','5'),(31970,4795,'top_posts','7'),(31971,7810,'top_posts','4'),(31972,7080,'top_posts','6'),(31973,2058,'top_posts','7'),(31974,3371,'top_posts','4'),(31975,2600,'top_posts','2'),(31976,6050,'top_posts','5'),(31977,404,'top_posts','5'),(31978,6997,'top_posts','3'),(31979,5897,'top_posts','4'),(31980,8681,'top_posts','2'),(31981,8021,'top_posts','6'),(31982,8322,'top_posts','6'),(31983,9343,'top_posts','6'),(31984,8096,'top_posts','6'),(31985,8097,'top_posts','5'),(31986,2381,'top_posts','6'),(31987,4682,'top_posts','5'),(31988,8767,'top_posts','5'),(31989,1445,'top_posts','4'),(31990,9236,'top_posts','3'),(31991,6594,'top_posts','4'),(31992,4691,'top_posts','5'),(31993,6380,'top_posts','5'),(31994,8100,'top_posts','4'),(31995,6300,'top_posts','5'),(31996,4491,'top_posts','4'),(31997,1213,'top_posts','6'),(31998,2427,'top_posts','5'),(31999,731,'top_posts','4'),(32000,332,'top_posts','4'),(32001,2503,'top_posts','4'),(32002,8160,'top_posts','11'),(32003,1946,'top_posts','9'),(32004,1117,'top_posts','3'),(32005,6203,'top_posts','4'),(32006,1695,'top_posts','6'),(32007,6351,'top_posts','4'),(32008,6573,'top_posts','6'),(32009,6391,'top_posts','4'),(32010,511,'top_posts','5'),(32011,8012,'top_posts','6'),(32012,1788,'top_posts','4'),(32013,7124,'top_posts','5'),(32014,2446,'top_posts','3'),(32015,5199,'top_posts','4'),(32016,1656,'top_posts','6'),(32017,6631,'top_posts','5'),(32018,8705,'top_posts','3'),(32019,8593,'top_posts','4'),(32020,516,'top_posts','8'),(32021,4454,'top_posts','4'),(32022,1483,'top_posts','5'),(32023,5369,'top_posts','4'),(32024,9150,'top_posts','5'),(32025,1126,'top_posts','4'),(32026,4957,'top_posts','4'),(32027,1257,'top_posts','9'),(32028,9040,'top_posts','5'),(32029,8575,'top_posts','5'),(32030,5330,'top_posts','3'),(32031,5384,'top_posts','4'),(32032,7695,'top_posts','4'),(32033,7005,'top_posts','4'),(32034,6898,'top_posts','5'),(32035,8628,'top_posts','5'),(32036,4403,'top_posts','5'),(32037,6314,'top_posts','5'),(32038,8773,'top_posts','5'),(32040,8573,'top_posts','5'),(32041,7247,'top_posts','3'),(32042,4790,'top_posts','3'),(32043,4786,'top_posts','3'),(32044,2074,'top_posts','3'),(32045,8533,'top_posts','3'),(32046,3392,'top_posts','3'),(32047,5865,'top_posts','3'),(32048,3750,'top_posts','2'),(32049,3706,'top_posts','2'),(32050,2346,'top_posts','3'),(32051,3535,'top_posts','2'),(32052,1095,'top_posts','3'),(32053,1429,'top_posts','3'),(32054,5106,'top_posts','3'),(32055,3847,'top_posts','3'),(32056,7319,'top_posts','3'),(32057,7113,'top_posts','5'),(32058,7707,'top_posts','6'),(32059,7725,'top_posts','4'),(32060,7723,'top_posts','4'),(32061,1403,'top_posts','3'),(32062,1515,'top_posts','5'),(32063,6206,'top_posts','3'),(32064,5867,'top_posts','3'),(32065,1758,'top_posts','7'),(32066,6522,'top_posts','4'),(32067,4867,'top_posts','5'),(32068,7476,'top_posts','5'),(32069,8251,'top_posts','5'),(32070,9202,'top_posts','3'),(32071,2244,'top_posts','3'),(32072,5371,'top_posts','4'),(32073,3061,'top_posts','3'),(32074,861,'top_posts','3'),(32075,1295,'top_posts','4'),(32076,6294,'top_posts','4'),(32077,9316,'top_posts','4'),(32078,6001,'top_posts','5'),(32079,8327,'top_posts','3'),(32080,8827,'top_posts','19'),(32081,5129,'top_posts','4'),(32082,6119,'top_posts','8'),(32083,198,'top_posts','3'),(32084,7196,'top_posts','4'),(32085,648,'top_posts','4'),(32086,6868,'top_posts','3'),(32087,6480,'top_posts','7'),(32088,3384,'top_posts','4'),(32089,7641,'top_posts','4'),(32090,9232,'top_posts','4'),(32091,6322,'top_posts','5'),(32092,4400,'top_posts','6'),(32093,2098,'top_posts','5'),(32094,3321,'top_posts','3'),(32095,6276,'top_posts','4'),(32096,2071,'top_posts','8'),(32097,8193,'top_posts','4'),(32098,8150,'top_posts','5'),(32099,7973,'top_posts','4'),(32100,2225,'top_posts','6'),(32101,1533,'top_posts','5'),(32102,8360,'top_posts','5'),(32103,9193,'top_posts','3'),(32104,7762,'top_posts','3'),(32105,2405,'top_posts','12'),(32106,8101,'top_posts','5'),(32107,6860,'top_posts','6'),(32108,6162,'top_posts','4'),(32109,2701,'top_posts','3'),(32110,282,'top_posts','3'),(32111,5788,'top_posts','3'),(32112,4552,'top_posts','5'),(32113,3526,'top_posts','7'),(32114,7000,'top_posts','3'),(32115,7161,'top_posts','8'),(32116,7665,'top_posts','5'),(32117,8330,'top_posts','4'),(32118,1890,'top_posts','5'),(32119,2192,'top_posts','9'),(32120,4836,'top_posts','4'),(32121,5394,'top_posts','4'),(32122,8355,'top_posts','3'),(32123,2410,'top_posts','4'),(32124,8048,'top_posts','4'),(32125,4819,'top_posts','5'),(32126,8066,'top_posts','3'),(32127,9238,'top_posts','3'),(32128,3501,'top_posts','8'),(32129,7878,'top_posts','3'),(32130,117,'top_posts','6'),(32131,5132,'top_posts','4'),(32132,690,'top_posts','3'),(32133,1394,'top_posts','2'),(32134,695,'top_posts','2'),(32135,7288,'top_posts','2'),(32136,4848,'top_posts','2'),(32137,4587,'top_posts','3'),(32138,7312,'top_posts','2'),(32139,8752,'top_posts','3'),(32140,6079,'top_posts','2'),(32141,5869,'top_posts','3'),(32142,8588,'top_posts','2'),(32143,666,'top_posts','3'),(32144,7303,'top_posts','2'),(32145,8574,'top_posts','3'),(32146,660,'top_posts','3'),(32147,9566,'_wp_page_template','countries.php'),(32148,5104,'top_posts','3'),(32149,676,'top_posts','2'),(32150,7698,'top_posts','2'),(32151,652,'top_posts','3'),(32152,5351,'top_posts','3'),(32153,2067,'top_posts','2'),(32154,7292,'top_posts','2'),(32155,8853,'top_posts','2'),(32156,1662,'top_posts','2'),(32157,20,'_um_view_types','a:1:{i:0;s:4:\"grid\";}'),(32158,20,'_um_default_view','grid'),(32159,20,'_um_search_filters_old',''),(32160,20,'_um_search_old','0'),(32163,8827,'_yoast_wpseo_primary_countries','13968'),(32164,3922,'top_posts','3'),(32165,3963,'top_posts','2'),(32166,3921,'top_posts','2'),(32167,4068,'top_posts','2'),(32168,4067,'top_posts','2'),(32169,3952,'top_posts','2'),(32170,3932,'top_posts','2'),(32171,3928,'top_posts','2'),(32172,4056,'top_posts','2'),(32173,709,'top_posts','2'),(32174,3936,'top_posts','2'),(32175,4062,'top_posts','2'),(32176,3888,'top_posts','2'),(32177,4052,'top_posts','2'),(32178,3960,'top_posts','2'),(32179,3843,'top_posts','2'),(32180,4075,'top_posts','2'),(32181,4073,'top_posts','2'),(32182,4057,'top_posts','2'),(32183,3064,'top_posts','2'),(32184,5436,'top_posts','2'),(32185,2088,'top_posts','2'),(32186,662,'top_posts','2'),(32187,649,'top_posts','2'),(32188,3965,'top_posts','2'),(32189,4065,'top_posts','2'),(32190,2993,'job_country','Jamaica'),(32191,2993,'job_article',''),(32192,8710,'offer_country','St. Lucia'),(32193,8860,'out_country','Jamaica'),(32194,8853,'out_country','St. Lucia'),(32195,8939,'job_country','Jamaica'),(32196,8939,'job_article',''),(32198,9563,'_wp_old_date','2019-09-17'),(32199,9563,'_edit_last','1'),(32200,9563,'smpush_mute_activated','no'),(32202,9563,'sponsored_url',''),(32205,8681,'offer_country','Jamaica'),(32206,1476,'smpush_mute_activated','no'),(32207,9574,'_edit_lock','1577368880:1'),(32208,9574,'_edit_last','1'),(32209,9574,'smpush_mute_activated','no'),(32210,9574,'push_notification_title','teste1'),(32211,9574,'push_notification_type','breaknews'),(32212,9574,'push_notification_content','content breaking news'),(32213,9576,'_edit_lock','1577369187:1'),(32214,9576,'_edit_last','1'),(32215,9576,'smpush_mute_activated','no'),(32216,9576,'push_notification_title','teste 2'),(32217,9576,'push_notification_type','breaknews'),(32218,9576,'push_notification_content','breaking news content'),(32219,9577,'_edit_lock','1577369238:1'),(32220,9577,'_edit_last','1'),(32221,9577,'smpush_mute_activated','no'),(32222,9577,'push_notification_title','teste3'),(32223,9577,'push_notification_type','breaknews'),(32224,9577,'push_notification_content','content breaking news 3'),(32225,9578,'_edit_lock','1577369374:1'),(32226,9578,'_edit_last','1'),(32227,9578,'smpush_mute_activated','no'),(32228,9578,'push_notification_title','teste 2'),(32229,9578,'push_notification_type','updates'),(32230,9578,'push_notification_content','Brace yourselves, Buzz just got better. The app is updated.'),(32231,9579,'_edit_last','1'),(32232,9579,'smpush_mute_activated','no'),(32233,9579,'push_notification_title','teste 5'),(32234,9579,'push_notification_type','updates'),(32235,9579,'push_notification_content','Brace yourselves, Buzz just got better. The app is updated.'),(32236,9579,'_edit_lock','1577369802:1'),(32237,9580,'_edit_last','1'),(32238,9580,'smpush_mute_activated','no'),(32239,9580,'push_notification_title','teste 6'),(32240,9580,'push_notification_type','updates'),(32241,9580,'push_notification_content','Brace yourselves, Buzz just got better. The app is updated.'),(32242,9581,'_edit_last','1'),(32243,9581,'smpush_mute_activated','no'),(32244,9581,'push_notification_title','teste 7'),(32245,9581,'push_notification_type','updates'),(32246,9581,'push_notification_content','Brace yourselves, Buzz just got better. The app is updated.'),(32247,9581,'_edit_lock','1577370010:1'),(32248,9582,'_edit_last','1'),(32249,9582,'smpush_mute_activated','no'),(32250,9582,'push_notification_title','teste 8'),(32251,9582,'push_notification_type','promotional'),(32252,9582,'push_notification_content','promotional content'),(32253,9582,'_edit_lock','1577370063:1'),(32254,9583,'_edit_lock','1577370224:1'),(32255,9583,'_edit_last','1'),(32256,9583,'smpush_mute_activated','no'),(32257,9583,'push_notification_title','teste 10'),(32258,9583,'push_notification_type','breaknews'),(32259,9583,'push_notification_content','breaking 10'),(32260,9584,'_edit_lock','1577370269:1'),(32261,9584,'_edit_last','1'),(32262,9584,'smpush_mute_activated','no'),(32263,9584,'push_notification_title','test 11'),(32264,9584,'push_notification_type','promotional'),(32265,9584,'push_notification_content','promotion 11'),(32266,9585,'_edit_last','1'),(32267,9585,'smpush_mute_activated','no'),(32268,9585,'push_notification_title','teste 12'),(32269,9585,'push_notification_type','updates'),(32270,9585,'push_notification_content','Brace yourselves, Buzz just got better. The app is updated.'),(32271,9586,'_edit_lock','1577706872:1'),(32272,9586,'_edit_last','1'),(32273,9586,'smpush_mute_activated','no'),(32274,9586,'push_notification_title','title of thw notification'),(32275,9586,'push_notification_type','breaknews'),(32276,9586,'push_notification_content','breaking newsss'),(32277,9587,'_edit_lock','1577708217:1'),(32278,9587,'_edit_last','1'),(32279,9587,'smpush_mute_activated','no'),(32280,9587,'push_notification_title','test'),(32281,9587,'push_notification_type','breaknews'),(32282,9587,'push_notification_content','test content'),(32283,9588,'_edit_lock','1579546812:12'),(32284,9588,'_edit_last','1'),(32285,9588,'smpush_mute_activated','no'),(32286,9588,'push_notification_title','test 1'),(32287,9588,'push_notification_type','breaknews'),(32288,9588,'push_notification_content','test 1'),(32289,9580,'_edit_lock','1578321541:12'),(32312,9563,'top_posts','1'),(32313,9592,'_edit_lock','1600519442:1'),(32315,9592,'_edit_last','1'),(32316,9592,'smpush_mute_activated','no'),(32317,9592,'onesignal_meta_box_present','1'),(32318,9592,'onesignal_send_notification',''),(32319,9592,'offer_country','Anguilla'),(32320,9592,'offer_expiration','2020-09-22'),(32321,9592,'offer_fullprice','233'),(32322,9592,'offer_discount','50'),(32323,9592,'offer_price','117'),(32324,9592,'offer_description','teste email'),(32325,9592,'offer_code','TESTESILVA'),(32326,9592,'offer_shortcode','[totalpoll id=\"9365\"]'),(32327,9592,'offer_company','Cappen'),(32328,9592,'offer_companyurl',''),(32329,9592,'top_posts','1');
/*!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_520_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_520_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_520_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=9593 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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 (3,1,'2019-07-04 08:06:13','2019-07-04 13:06:13','','Privacy policy','','publish','closed','open','','privacy-policy','','','2019-09-05 07:23:33','2019-09-05 12:23:33','',0,'https://buzz-caribbean.com/?page_id=3',0,'page','',0),(5,1,'2019-07-05 13:07:24','2019-07-05 13:07:24','','Offers','','publish','closed','closed','','offers','','','2019-08-20 23:42:03','2019-08-21 04:42:03','',0,'https://buzz-caribbean.com/offers/',0,'page','',0),(6,1,'2019-07-05 13:07:24','2019-07-05 13:07:24','','Play','','publish','closed','closed','','play','','','2019-08-20 23:53:19','2019-08-21 04:53:19','',0,'https://buzz-caribbean.com/play/',0,'page','',0),(7,1,'2019-07-05 13:07:24','2019-07-05 13:07:24','','Jobs','','publish','closed','closed','','jobs','','','2019-09-03 09:04:46','2019-09-03 14:04:46','',0,'https://buzz-caribbean.com/jobs/',0,'page','',0),(8,1,'2019-07-05 13:07:24','2019-07-05 13:07:24','','Out','','publish','closed','closed','','out','','','2019-08-20 23:54:20','2019-08-21 04:54:20','',0,'https://buzz-caribbean.com/out/',0,'page','',0),(9,1,'2019-07-05 13:07:24','2019-07-05 13:07:24','','Hot','','publish','closed','closed','','hot','','','2019-08-20 23:51:49','2019-08-21 04:51:49','',0,'https://buzz-caribbean.com/hot/',0,'page','',0),(10,1,'2019-07-05 13:07:24','2019-07-05 13:07:24','','News','','publish','closed','closed','','news','','','2019-08-27 20:27:57','2019-08-28 01:27:57','',0,'https://buzz-caribbean.com/news/',0,'page','',0),(11,1,'2019-07-05 13:07:24','2019-07-05 13:07:24','','Life','','publish','closed','closed','','life','','','2019-08-20 23:52:44','2019-08-21 04:52:44','',0,'https://buzz-caribbean.com/life/',0,'page','',0),(12,1,'2019-07-05 13:07:24','2019-07-05 13:07:24','','Suggest content','','publish','closed','closed','','suggest-content','','','2019-08-20 23:47:44','2019-08-21 04:47:44','',0,'https://buzz-caribbean.com/suggest-content/',0,'page','',0),(13,1,'2019-07-05 13:07:24','2019-07-05 13:07:24','','Contact','','publish','closed','closed','','contact','','','2019-08-29 10:03:47','2019-08-29 15:03:47','',0,'https://buzz-caribbean.com/contact/',0,'page','',0),(14,1,'2019-07-05 13:07:24','2019-07-05 13:07:24','','Advertise with us','','publish','closed','closed','','advertise-with-us','','','2019-08-20 23:50:17','2019-08-21 04:50:17','',0,'https://buzz-caribbean.com/advertise-with-us/',0,'page','',0),(15,1,'2019-07-05 13:07:24','2019-07-05 13:07:24','','About us','','publish','closed','closed','','about-us','','','2019-08-23 13:08:15','2019-08-23 18:08:15','',0,'https://buzz-caribbean.com/about-us/',0,'page','',0),(16,1,'2019-07-05 13:07:24','2019-07-05 13:07:24','','Terms and Conditions','','publish','closed','closed','','terms-and-conditions','','','2019-08-30 09:13:13','2019-08-30 14:13:13','',0,'https://buzz-caribbean.com/terms-and-conditions/',0,'page','',0),(17,1,'2019-07-05 13:09:19','2019-07-05 13:09:19','','Default Registration','','publish','closed','closed','','default-registration','','','2019-07-05 08:25:26','2019-07-05 13:25:26','',0,'https://buzz-caribbean.com/blog/um_form/default-registration/',0,'um_form','',0),(18,1,'2019-07-05 13:09:19','2019-07-05 13:09:19','','Default Login','','publish','closed','closed','','default-login','','','2019-07-05 08:24:38','2019-07-05 13:24:38','',0,'https://buzz-caribbean.com/blog/um_form/default-login/',0,'um_form','',0),(19,1,'2019-07-05 13:09:19','2019-07-05 13:09:19','','Default Profile','','publish','closed','closed','','default-profile','','','2019-07-05 08:26:07','2019-07-05 13:26:07','',0,'https://buzz-caribbean.com/blog/um_form/default-profile/',0,'um_form','',0),(20,1,'2019-07-05 13:09:19','2019-07-05 13:09:19','','Members','','publish','closed','closed','','members','','','2019-07-05 13:09:19','2019-07-05 13:09:19','',0,'https://buzz-caribbean.com/blog/um_directory/members/',0,'um_directory','',0),(21,1,'2019-07-05 13:12:45','2019-07-05 13:12:45','[ultimatemember form_id=\"19\"]','User','','publish','closed','closed','','user','','','2019-07-05 13:12:45','2019-07-05 13:12:45','',0,'https://buzz-caribbean.com/user/',0,'page','',0),(22,1,'2019-07-05 13:12:45','2019-07-05 13:12:45','[ultimatemember form_id=\"18\"]','Login','','publish','closed','closed','','login','','','2019-07-05 13:12:45','2019-07-05 13:12:45','',0,'https://buzz-caribbean.com/login/',0,'page','',0),(23,1,'2019-07-05 13:12:45','2019-07-05 13:12:45','[ultimatemember form_id=\"17\"]','Register','','publish','closed','closed','','register','','','2019-08-26 12:20:30','2019-08-26 17:20:30','',0,'https://buzz-caribbean.com/register/',0,'page','',0),(24,1,'2019-07-05 13:12:45','2019-07-05 13:12:45','[ultimatemember form_id=\"20\"]','Members','','publish','closed','closed','','members','','','2019-07-05 13:12:45','2019-07-05 13:12:45','',0,'https://buzz-caribbean.com/members/',0,'page','',0),(25,1,'2019-07-05 13:12:45','2019-07-05 13:12:45','','Logout','','publish','closed','closed','','logout','','','2019-07-05 13:12:45','2019-07-05 13:12:45','',0,'https://buzz-caribbean.com/logout/',0,'page','',0),(26,1,'2019-07-05 13:12:45','2019-07-05 13:12:45','[ultimatemember_account]','Account','','publish','closed','closed','','account','','','2019-07-05 13:12:45','2019-07-05 13:12:45','',0,'https://buzz-caribbean.com/account/',0,'page','',0),(27,1,'2019-07-05 13:12:45','2019-07-05 13:12:45','[ultimatemember_password]','Password Reset','','publish','closed','closed','','password-reset','','','2019-07-05 13:12:45','2019-07-05 13:12:45','',0,'https://buzz-caribbean.com/password-reset/',0,'page','',0),(30,1,'2019-07-05 09:02:34','2019-07-05 14:02:34','','Privacy policy','','inherit','closed','closed','','3-revision-v1','','','2019-07-05 09:02:34','2019-07-05 14:02:34','',3,'https://buzz-caribbean.com/article/3-revision-v1/',0,'revision','',0),(39,6,'2019-07-15 15:40:10','2019-07-15 20:40:10','','howard-mitchell-psoj','Howard Mitchell, President, Private Sector Organisation of Jamaica ','inherit','closed','closed','','screenshot-2019-07-15-at-3-34-00-pm-2','','','2019-08-28 16:40:50','2019-08-28 21:40:50','',0,'https://buzz-caribbean.com/app/uploads/2019/07/Screenshot-2019-07-15-at-3.34.00-PM-1.png',0,'attachment','image/png',0),(42,1,'2019-07-15 19:43:18','2019-07-16 00:43:18','','Exemplo Buzz Imagens','','inherit','closed','closed','','exemplo_buzz_imagens','','','2019-07-15 19:43:18','2019-07-16 00:43:18','',0,'https://buzz-caribbean.com/app/uploads/2019/07/exemplo_buzz_imagens.jpg',0,'attachment','image/jpeg',0),(44,1,'2019-07-15 19:45:44','2019-07-16 00:45:44','','exemplo_buzz_imagens-1','','inherit','closed','closed','','exemplo_buzz_imagens-1','','','2019-07-15 19:45:44','2019-07-16 00:45:44','',0,'https://buzz-caribbean.com/app/uploads/2019/07/exemplo_buzz_imagens-1.jpg',0,'attachment','image/jpeg',0),(53,4,'2019-07-17 15:33:51','2019-07-17 20:33:51','<!-- wp:paragraph -->\n<p>Football superstars Jamaica\'s <strong>Leon Bailey</strong> and France\'s <strong>Kingsley Coman </strong>recently took to Instagram to highlight the pair hanging out in Bailey\'s native land.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":54} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Leon_Bailey_Buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-54\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Both players ply their trade in the <strong>German Bundesliga</strong> with <strong>Coman </strong>playing for <strong><em>Bayern Munich</em></strong> and <strong>Bailey</strong>, the wizard at <strong><em>Bayer Leverkusen</em></strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":55} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Kingsley_Coman_Buzz.jpg\" alt=\"\" class=\"wp-image-55\" /><figcaption>Kingsley Coman (Photo: bundesliga.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Bailey is recovering from playing in the recently concluded Gold Cup and Coman is said to be coming off an injury sustained during the latter part of the Bundesliga campaign.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":56} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Leon_Bailey_Barmenia_Buzz.jpg\" alt=\"\" class=\"wp-image-56\" /><figcaption>Leon Bailey (Photo: sports.yahoo.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Both players are highly rated youngsters with the world at their feet and have earned their time to be out enjoying the sea, sun and sand.</p>\n<!-- /wp:paragraph -->','Football stars hang out in Jamaica','','publish','closed','closed','','football-stars-hang-out-in-jamaica','','','2019-08-14 12:05:54','2019-08-14 17:05:54','',0,'https://buzz-caribbean.com/?p=53',0,'post','',0),(54,4,'2019-07-17 15:14:33','2019-07-17 20:14:33','','Jamaican footballer Leon Bailey','','inherit','closed','closed','','leon_bailey_buzz','','','2019-08-28 16:42:53','2019-08-28 21:42:53','',53,'https://buzz-caribbean.com/app/uploads/2019/07/Leon_Bailey_Buzz.jpg',0,'attachment','image/jpeg',0),(55,4,'2019-07-17 15:15:53','2019-07-17 20:15:53','','Footballer Kingsley Coman','','inherit','closed','closed','','kingsley_coman_buzz','','','2019-08-28 16:43:34','2019-08-28 21:43:34','',53,'https://buzz-caribbean.com/app/uploads/2019/07/Kingsley_Coman_Buzz.jpg',0,'attachment','image/jpeg',0),(56,4,'2019-07-17 15:17:46','2019-07-17 20:17:46','','Footballer Leon Bailey','','inherit','closed','closed','','leon_bailey_barmenia_buzz','','','2019-08-28 16:44:30','2019-08-28 21:44:30','',53,'https://buzz-caribbean.com/app/uploads/2019/07/Leon_Bailey_Barmenia_Buzz.jpg',0,'attachment','image/jpeg',0),(57,4,'2019-07-17 15:20:08','2019-07-17 20:20:08','','Footballer Leon Bailey','Leon Bailey hanging out with Coman Bailey in Jamaica.','inherit','closed','closed','','leon_bailey_buzz-2','','','2019-08-28 16:44:56','2019-08-28 21:44:56','',53,'https://buzz-caribbean.com/app/uploads/2019/07/Leon_Bailey_Buzz-1.jpg',0,'attachment','image/jpeg',0),(58,4,'2019-07-17 15:32:31','2019-07-17 20:32:31','<!-- wp:paragraph -->\n<p>Football superstars Jamaica\'s <strong>Leon Bailey</strong> and France\'s <strong>Kingsley Coman </strong>recently took to Instagram to highlight the pair hanging out in Bailey\'s native land.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":54} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Leon_Bailey_Buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-54\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Both players ply their trade in the <strong>German Bundesliga</strong> with <strong>Coman </strong>playing for <strong><em>Bayern Munich</em></strong> and <strong>Bailey</strong>, the wizard at <strong><em>Bayer Leverkusen</em></strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":55} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Kingsley_Coman_Buzz.jpg\" alt=\"\" class=\"wp-image-55\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Bailey is recovering from playing in the recently concluded Gold Cup and Coman is said to be coming off an injury sustained during the latter part of the Bundesliga campaign.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":56} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Leon_Bailey_Barmenia_Buzz.jpg\" alt=\"\" class=\"wp-image-56\" /><figcaption>Leon Bailey</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Both players are highly rated youngsters with the world at their feet.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both players seem to be out enjoying the sea, sun and sand.</p>\n<!-- /wp:paragraph -->','Football stars hang out in Jamaica','','inherit','closed','closed','','53-revision-v1','','','2019-07-17 15:32:31','2019-07-17 20:32:31','',53,'https://buzz-caribbean.com/article/53-revision-v1/',0,'revision','',0),(59,4,'2019-07-17 16:03:20','2019-07-17 21:03:20','<!-- wp:paragraph -->\n<p>The South Korean motor company Kia is carving out a reputation for <strong><em>style and reliability.</em></strong><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2146} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/KIA-1024x683.jpg\" alt=\"\" class=\"wp-image-2146\" /><figcaption>(Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The confidence in its reliability sees it offering a seven-year warranty where other carmakers tend to offer just three.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2131} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sportage-1024x683.jpg\" alt=\"\" class=\"wp-image-2131\" /><figcaption>Sleek Kia Sportage at the dealership in Kingston, Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kia\'s reliability has been noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><em>CNN put Kia 6th out of 10 in their table in 2015. The following year J.D. Power ranked it No. 1 for reliability. The UK\'s Telegraph newspaper placed Kia 3 out of 20 for the most reliable car brand of 2017.&nbsp;</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2150} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Driving-KIA-1024x576.jpg\" alt=\"\" class=\"wp-image-2150\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kia has upped the ante on the use of technology with its infotainment system being one of the best around.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Of the Kia brands, the<strong> Sportage</strong> and <strong>Sorento</strong> have been rated the most reliable. Kia owners talk proudly of clocking high mileage without having to make constant trips to the mechanic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2136,2138,2137]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Kia-Sorento-1024x621.jpg\" alt=\"\" data-id=\"2136\" data-link=\"https://buzz-caribbean.com/?attachment_id=2136\" class=\"wp-image-2136\" /><figcaption>Sleek exterior of Kia Sorento</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Spacious-interior-of-Kia-Sorento-1024x576.jpg\" alt=\"\" data-id=\"2138\" data-link=\"https://buzz-caribbean.com/?attachment_id=2138\" class=\"wp-image-2138\" /><figcaption>Spacious interior of Kia Sorento</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Push-Button-Start-Kia-Sorento-1024x576.jpg\" alt=\"\" data-id=\"2137\" data-link=\"https://buzz-caribbean.com/?attachment_id=2137\" class=\"wp-image-2137\" /><figcaption>Kia Sorento sports a convenient push-to-start button</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The Seoul-based motor company has also stepped up its game in styling and design and this one can see with the increased models gracing Jamaica\'s roads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2139} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Kia-Optima-1024x576.jpg\" alt=\"\" class=\"wp-image-2139\" /><figcaption>Kia Optima</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong>Kia\'s decade-long focus on craftsmanship and continuous improvement reflects the voice of our customers which is the ultimate affirmation.</strong>\"</p><cite>Chief Operating Of Kia Motors America, Michael Sprague</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>According to Top Gear, Kia is now rivalling some of Europe\'s top car brands with vehicles for every segment. The top TV car show is of the view that Kia vehicles are competitively priced, reliable, offer good value and quality and are getting better with time.\n\n</p>\n<!-- /wp:paragraph -->','Kia cars score high on reliability','','publish','closed','closed','','kia-cars-score-high-on-reliability','','','2019-09-03 10:36:13','2019-09-03 15:36:13','',0,'https://buzz-caribbean.com/?p=59',0,'post','',0),(60,4,'2019-07-17 15:51:55','2019-07-17 20:51:55','','Kia_Sorento_Buzz','','inherit','closed','closed','','kia_sorento_buzz','','','2019-07-17 15:51:55','2019-07-17 20:51:55','',59,'https://buzz-caribbean.com/app/uploads/2019/07/Kia_Sorento_Buzz.jpg',0,'attachment','image/jpeg',0),(61,4,'2019-07-17 15:53:28','2019-07-17 20:53:28','','Kia_Optima_Buzz','','inherit','closed','closed','','kia_optima_buzz','','','2019-07-17 15:53:28','2019-07-17 20:53:28','',59,'https://buzz-caribbean.com/app/uploads/2019/07/Kia_Optima_Buzz.jpg',0,'attachment','image/jpeg',0),(62,4,'2019-07-17 15:59:03','2019-07-17 20:59:03','','Kia_Sportage_Buzz','','inherit','closed','closed','','kia_sportage_buzz','','','2019-07-17 15:59:03','2019-07-17 20:59:03','',59,'https://buzz-caribbean.com/app/uploads/2019/07/Kia_Sportage_Buzz.jpg',0,'attachment','image/jpeg',0),(63,4,'2019-07-17 16:00:49','2019-07-17 21:00:49','','Kia_Soul_Buzz','','inherit','closed','closed','','kia_soul_buzz','','','2019-07-17 16:00:49','2019-07-17 21:00:49','',59,'https://buzz-caribbean.com/app/uploads/2019/07/Kia_Soul_Buzz.jpg',0,'attachment','image/jpeg',0),(64,4,'2019-07-17 16:03:11','2019-07-17 21:03:11','<!-- wp:paragraph -->\n<p>The South Korean motor company Kia is carving out a reputation for <strong><em>style and reliability.</em></strong><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":61} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Kia_Optima_Buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-61\" /><figcaption>Kia Optima</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The confidence in its reliability sees it offering a seven-year warranty where other carmakers tend to offer just three.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":62,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Kia_Sportage_Buzz.jpg\" alt=\"\" class=\"wp-image-62\" /><figcaption>Kia Sportage</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kia\'s reliability has been noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><em>CNN put Kia 6th out of 10 in their table in 2015. The following year J.D. Power ranked it No. 1 for reliability. The UK\'s Telegraph newspaper placed Kia 3 out of 20 for the most reliable car brand of 2017. </em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kia has upped the ante on the use of technology with its infotainment system being one of the best around.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Of the Kia brands, the<strong> Sportage</strong>, <strong>Sorento</strong> and <strong>Soul </strong>have been rated the most reliable. Kia owners talk proudly of clocking high mileage without having to make constant trips to the mechanic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":60} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Kia_Sorento_Buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-60\" /><figcaption>Kia Sorento</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Seoul-based motor company has also stepped up its game in styling and design and this one can see with the increased models gracing Jamaica\'s roads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":63} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Kia_Soul_Buzz-1024x676.jpg\" alt=\"\" class=\"wp-image-63\" /><figcaption>Kia Soul</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <em><strong>Chief Operating Of Kia Motors America, Michael Sprague said: \"Kia\'s decade-long focus on craftsmanship and continuous improvement reflects the voice of our customers which is the ultimate affirmation.</strong></em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>According to Top Gear, Kia is now rivalling some of Europe\'s top car brands with vehicles for every segment. The top TV car show is of the view that Kia vehicles are competitively priced, reliable, offer good value and quality and are getting better with time.\n\n</p>\n<!-- /wp:paragraph -->','Kia cars score high on reliability','','inherit','closed','closed','','59-revision-v1','','','2019-07-17 16:03:11','2019-07-17 21:03:11','',59,'https://buzz-caribbean.com/article/59-revision-v1/',0,'revision','',0),(66,11,'2019-07-17 17:46:36','2019-07-17 22:46:36','<!-- wp:paragraph -->\n<p>It has been twenty years since Toyota stopped production of the iconic Supra and the new 21st-century version comes back sexier than ever.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":67} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Supra-2020_1-1024x614.jpg\" alt=\"\" class=\"wp-image-67\" /><figcaption>2020 Toyota Supra</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So why did Toyota bring back this sports model?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Supra, Supra, Supra. It’s all we heard from dealers and fans, especially on social media.” </p><cite>— 2020 Supra chief engineer, Tetsuya Tada</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Supra first came out in the 70s and was closely based on the Celica. Throughout the 80s and 90s its popularity skyrocketed when it was featured in the first movie in the franchise, The Fast and the Furious (a Mark IV driven by Paul Walker’s character Brian).&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":68} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/paul-walker-supra-1024x710.jpg\" alt=\"\" class=\"wp-image-68\" /><figcaption>THE LATE PAUL WALKER WITH THE ICONIC SUPRA</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This new Mark V Supra is a fun and exciting sports car to drive with appealing aesthetics. Toyota’s reputation for reliability and dependability does not readily spring to mind when you first encounter this new Supra; rather you think, I wonder what this baby can do?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":69} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/supra-2020-1024x614.jpg\" alt=\"\" class=\"wp-image-69\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Toyota has hooked up with BMW to produce a sports car reminiscent of the Z4. Wearing its name in the same 90s font, the Supra acknowledges its past and declares this is not a carbon copy of the Z4.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Built in Austria, the Supra 2020 only comes in 8-speed automatic transmission with 335 horsepower, 365 pound-feet of torque. The turbocharged 3.0-litre incline 6-cylinder engine generates a top speed of 155 miles per hour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 3,400-pound Supra can do 0 to 60 in 4.1 seconds, making it quicker than the BMW Z4. Imagine what this can do on the North Coast Highway?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[70]} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/supra-supra-1024x614.jpg\" alt=\"\" data-id=\"70\" data-link=\"https://buzz-caribbean.com/?attachment_id=70\" class=\"wp-image-70\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>What you have here are two reputable marques, Toyota and BMW, collaborating to update a classic and the devil is truly in the detail here. With a Ferrari-like fender chock full of vents from the front lights to the hood and boasting very wide door sills, this sports car is a head turner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Toyota has furnished this car’s interior with good materials. The stitched dash, 8.8-inch infotainment screen and ten-speaker adaptive JBL stereo unit and large bucket seats signal the Supra’s purpose. The large twin exhaust pipes, low-lying 19-inch alloy wheels and 50:50 weight-balance enhance what is indeed a sweet ride.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There is no question that the new Supra delivers a lot for a sports car starting at US$50,000 when compared with other cars in its range. The Infiniti Q60 400s, Corvette Stingray, Camaro SS 1LE, Lincoln MK2 and Acura RLX Sports Hybrid come in over the cost of the Supra. The Toyota Supra makes a triumphant return and is a dashing high-performance coupe that delivers.</p>\n<!-- /wp:paragraph -->','The new 2020 Toyota Supra: A sexy sports car that won’t cost you an arm and a leg','','publish','closed','closed','','the-new-2020-toyota-supra-a-sexy-sports-car-that-wont-cost-you-an-arm-and-a-leg','','','2019-08-01 21:31:12','2019-08-02 02:31:12','',0,'https://buzz-caribbean.com/?p=66',0,'post','',0),(67,11,'2019-07-17 17:38:51','2019-07-17 22:38:51','','Toyota Supra 2020','','inherit','closed','closed','','supra-2020_1','','','2019-08-28 16:45:35','2019-08-28 21:45:35','',66,'https://buzz-caribbean.com/app/uploads/2019/07/Supra-2020_1.jpg',0,'attachment','image/jpeg',0),(68,11,'2019-07-17 17:40:09','2019-07-17 22:40:09','','paul-walker-supra','','inherit','closed','closed','','paul-walker-supra','','','2019-07-17 17:40:09','2019-07-17 22:40:09','',66,'https://buzz-caribbean.com/app/uploads/2019/07/paul-walker-supra.jpg',0,'attachment','image/jpeg',0),(69,11,'2019-07-17 17:42:18','2019-07-17 22:42:18','','supra-2020','','inherit','closed','closed','','supra-2020','','','2019-07-17 17:42:18','2019-07-17 22:42:18','',66,'https://buzz-caribbean.com/app/uploads/2019/07/supra-2020.jpg',0,'attachment','image/jpeg',0),(70,11,'2019-07-17 17:43:50','2019-07-17 22:43:50','','supra-supra','','inherit','closed','closed','','supra-supra','','','2019-07-17 17:43:50','2019-07-17 22:43:50','',66,'https://buzz-caribbean.com/app/uploads/2019/07/supra-supra.jpg',0,'attachment','image/jpeg',0),(71,11,'2019-07-17 17:44:17','2019-07-17 22:44:17','','Supra-2020_1-1','','inherit','closed','closed','','supra-2020_1-1','','','2019-07-17 17:44:17','2019-07-17 22:44:17','',66,'https://buzz-caribbean.com/app/uploads/2019/07/Supra-2020_1-1.jpg',0,'attachment','image/jpeg',0),(72,11,'2019-07-17 17:45:19','2019-07-17 22:45:19','','Supra 2020 1','','inherit','closed','closed','','supra-2020_1-2','','','2019-07-17 17:45:19','2019-07-17 22:45:19','',66,'https://buzz-caribbean.com/app/uploads/2019/07/Supra-2020_1-2.jpg',0,'attachment','image/jpeg',0),(73,11,'2019-07-17 17:46:36','2019-07-17 22:46:36','<!-- wp:paragraph -->\n<p>It has been twenty years since Toyota stopped production of the iconic Supra and the new 21st-century version comes back sexier than ever.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":67} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Supra-2020_1-1024x614.jpg\" alt=\"\" class=\"wp-image-67\" /><figcaption>2020 Toyota Supra</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So why did Toyota bring back this sports model?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Supra, Supra, Supra. It’s all we heard from dealers and fans, especially on social media,” said 2020 Supra chief engineer Tetsuya Tada. </p><cite>2020 Supra chief engineer, Tetsuya Tada</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Supra first came out in the 70s and was closely based on the Celica. Throughout the 80s and 90s its popularity skyrocketed when it was featured in the first movie in the franchise, The Fast and the Furious (a Mark IV driven by Paul Walker’s character Brian).&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":68} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/paul-walker-supra-1024x710.jpg\" alt=\"\" class=\"wp-image-68\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This new Mark V Supra is a fun and exciting sports car to drive with appealing aesthetics. Toyota’s reputation for reliability and dependability does not readily spring to mind when you first encounter this new Supra; rather you think, I wonder what this baby can do?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":69} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/supra-2020-1024x614.jpg\" alt=\"\" class=\"wp-image-69\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Toyota has hooked up with BMW to produce a sports car reminiscent of the Z4. Wearing its name in the same 90s font, the Supra acknowledges its past and declares this is not a carbon copy of the Z4.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Built in Austria, the Supra 2020 only comes in 8-speed automatic transmission with 335 horsepower, 365 pound-feet of torque. The turbocharged 3.0-litre incline 6-cylinder engine generates a top speed of 155 miles per hour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 3,400-pound Supra can do 0 to 60 in 4.1 seconds, making it quicker than the BMW Z4. Imagine what this can do on the North Coast Highway?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[70]} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/supra-supra-1024x614.jpg\" alt=\"\" data-id=\"70\" data-link=\"https://buzz-caribbean.com/?attachment_id=70\" class=\"wp-image-70\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>What you have here are two reputable marques, Toyota and BMW, collaborating to update a classic and the devil is truly in the detail here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With a Ferrari-like fender chock full of vents from the front lights to the hood and boasting very wide door sills, this sports car is a head turner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Toyota has furnished this car’s interior with good materials. The stitched dash, 8.8-inch infotainment screen and ten-speaker adaptive JBL stereo unit and large bucket seats signal the Supra’s purpose. The large twin exhaust pipes, low-lying 19-inch alloy wheels and 50:50 weight-balance enhance what is indeed a sweet ride.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There is no question that the new Supra delivers a lot for a sports car starting at US$50,000 when compared with other cars in its range. The Infiniti Q60 400s, Corvette Stingray, Camaro SS 1LE, Lincoln MK2 and Acura RLX Sports Hybrid come in over the cost of the Supra.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Toyota Supra makes a triumphant return and is a dashing high-performance coupe that delivers.</p>\n<!-- /wp:paragraph -->','The new 2020 Toyota Supra: A sexy sports car that won’t cost you an arm and a leg','','inherit','closed','closed','','66-revision-v1','','','2019-07-17 17:46:36','2019-07-17 22:46:36','',66,'https://buzz-caribbean.com/article/66-revision-v1/',0,'revision','',0),(74,11,'2019-07-17 17:48:12','2019-07-17 22:48:12','<!-- wp:paragraph -->\n<p>It has been twenty years since Toyota stopped production of the iconic Supra and the new 21st-century version comes back sexier than ever.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":67} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Supra-2020_1-1024x614.jpg\" alt=\"\" class=\"wp-image-67\" /><figcaption>2020 Toyota Supra</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So why did Toyota bring back this sports model?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Supra, Supra, Supra. It’s all we heard from dealers and fans, especially on social media,” </p><cite>2020 Supra chief engineer, Tetsuya Tada</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Supra first came out in the 70s and was closely based on the Celica. Throughout the 80s and 90s its popularity skyrocketed when it was featured in the first movie in the franchise, The Fast and the Furious (a Mark IV driven by Paul Walker’s character Brian).&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":68} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/paul-walker-supra-1024x710.jpg\" alt=\"\" class=\"wp-image-68\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This new Mark V Supra is a fun and exciting sports car to drive with appealing aesthetics. Toyota’s reputation for reliability and dependability does not readily spring to mind when you first encounter this new Supra; rather you think, I wonder what this baby can do?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":69} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/supra-2020-1024x614.jpg\" alt=\"\" class=\"wp-image-69\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Toyota has hooked up with BMW to produce a sports car reminiscent of the Z4. Wearing its name in the same 90s font, the Supra acknowledges its past and declares this is not a carbon copy of the Z4.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Built in Austria, the Supra 2020 only comes in 8-speed automatic transmission with 335 horsepower, 365 pound-feet of torque. The turbocharged 3.0-litre incline 6-cylinder engine generates a top speed of 155 miles per hour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 3,400-pound Supra can do 0 to 60 in 4.1 seconds, making it quicker than the BMW Z4. Imagine what this can do on the North Coast Highway?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[70]} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/supra-supra-1024x614.jpg\" alt=\"\" data-id=\"70\" data-link=\"https://buzz-caribbean.com/?attachment_id=70\" class=\"wp-image-70\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>What you have here are two reputable marques, Toyota and BMW, collaborating to update a classic and the devil is truly in the detail here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With a Ferrari-like fender chock full of vents from the front lights to the hood and boasting very wide door sills, this sports car is a head turner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Toyota has furnished this car’s interior with good materials. The stitched dash, 8.8-inch infotainment screen and ten-speaker adaptive JBL stereo unit and large bucket seats signal the Supra’s purpose. The large twin exhaust pipes, low-lying 19-inch alloy wheels and 50:50 weight-balance enhance what is indeed a sweet ride.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There is no question that the new Supra delivers a lot for a sports car starting at US$50,000 when compared with other cars in its range. The Infiniti Q60 400s, Corvette Stingray, Camaro SS 1LE, Lincoln MK2 and Acura RLX Sports Hybrid come in over the cost of the Supra.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Toyota Supra makes a triumphant return and is a dashing high-performance coupe that delivers.</p>\n<!-- /wp:paragraph -->','The new 2020 Toyota Supra: A sexy sports car that won’t cost you an arm and a leg','','inherit','closed','closed','','66-revision-v1','','','2019-07-17 17:48:12','2019-07-17 22:48:12','',66,'https://buzz-caribbean.com/article/66-revision-v1/',0,'revision','',0),(77,21,'2019-07-17 18:05:13','2019-07-17 23:05:13','<!-- wp:paragraph -->\n<p>Some say it is better to have loved and lost than to never have loved at all…but if the love goes south for whatever reason, you can always sign those papers and go about your merry way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the western world, you may need a good lawyer, a plausible reason, lengthy separation and a  tonne of paperwork to finally call it quits but this is not so in other parts of the world where getting ‘unhitched’ can be a simple, one, two, three. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3401} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Divorce-1024x686.jpg\" alt=\"\" class=\"wp-image-3401\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When the promise of happily ever after goes bust and the fairytale becomes a nightmare, just know that if local laws are weighing you down, you may want to look to lands far away because when it comes to international divorce laws, bizarre does not even begin to sum up what constitutes grounds for ditching a partner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For our friends up north in the&nbsp;<strong>United States</strong>, practically anything goes. In the state of&nbsp;<strong>Kentucky</strong>&nbsp;marrying the same man four times is illegal and apparently so is common sense. In&nbsp;<strong>Mississippi</strong>,&nbsp;you can get a divorce if you can prove your spouse is an idiot. Well, they chose you for a partner so really who is the idiot?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":81} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/idiot-1024x1024.jpg\" alt=\"\" class=\"wp-image-81\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Over in&nbsp;<strong>Tennessee</strong>, a man can love her and leave her legally if he provides her with a certain amount of dried beans, meat and enough yarn for her to knit stockings for a year. Like seriously?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":80} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Dried-Beans-and-a-Bag.jpg\" alt=\"\" class=\"wp-image-80\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In<strong>&nbsp;Kansas</strong>, not getting along with your in-law can constitute grounds for divorce while in the ‘Big Apple’ if you can prove that your partner has been crazy for at least five years the state of New York will grant you your freedom.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":82,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/crazy.jpg\" alt=\"\" class=\"wp-image-82\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Further away it gets even more bizarre. Take the island of&nbsp;<strong>Malta</strong>&nbsp;for instance where divorce is illegal because the nation has a 98 per cent Catholic population, with the illegality of divorce written into the Maltese constitution more than 50 years ago. Talk about sticking it out!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Divorce is illegal because the nation has a 98 per cent Catholic population </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":83,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/wedding-bands.jpg\" alt=\"\" class=\"wp-image-83\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Japan</strong>, however, goes to the opposite extreme with divorces being so straightforward a couple needs only fill out a one-page form, sign and seal it and get it done without even going to court.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":79,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/signed_document_contract_clip_art_26508.jpg\" alt=\"\" class=\"wp-image-79\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Saudi Arabians</strong>&nbsp;don’t play when it comes to providing for their spouses so if a husband doesn’t supply his wife with fresh coffee, she can divorce his non-java supplying skin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":78} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/china-coffee-cup.jpg\" alt=\"\" class=\"wp-image-78\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Eskimos</strong>&nbsp;may rub noses when in love but when that fades, and they no longer wish to be wed, they simply move out and live separate lives. No expensive divorce lawyer needed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":84} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/igloo-real-tools_h.jpg\" alt=\"\" class=\"wp-image-84\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Aboriginal Women in&nbsp;<strong>Australia</strong>&nbsp;may legally discard their husbands if they elope with a new partner. I guess the old adage about the best way to get over one man is to get under another works perfectly there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The&nbsp;<strong>Brazilians</strong>&nbsp;were definitely not playing around as a man had up to ten days to file for divorce if he found out his bride was not a virgin. This law was repealed in 2002.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In&nbsp;<strong>Samoa</strong>,&nbsp;a wife can file for divorce if her hubby simply forgets her birthday. Therefore a committed man must keep his calendar close at hand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":85,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/birthdaycalendar.jpg\" alt=\"\" class=\"wp-image-85\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What’s bizarre in one culture is beautiful in another. Just be happy that you got out of the relationship alive and well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>— Story written by C.W.</em></p>\n<!-- /wp:paragraph -->','Bizarre divorce laws found worldwide','','publish','closed','closed','','bizarre-divorce-laws-found-worldwide','','','2019-08-14 12:10:44','2019-08-14 17:10:44','',0,'https://buzz-caribbean.com/?p=77',0,'post','',0),(78,11,'2019-07-17 17:55:52','2019-07-17 22:55:52','','china-coffee-cup','','inherit','closed','closed','','china-coffee-cup','','','2019-07-17 17:55:52','2019-07-17 22:55:52','',77,'https://buzz-caribbean.com/app/uploads/2019/07/china-coffee-cup.jpg',0,'attachment','image/jpeg',0),(79,11,'2019-07-17 17:57:14','2019-07-17 22:57:14','','signed_document_contract_clip_art_26508','','inherit','closed','closed','','signed_document_contract_clip_art_26508','','','2019-07-17 17:57:14','2019-07-17 22:57:14','',77,'https://buzz-caribbean.com/app/uploads/2019/07/signed_document_contract_clip_art_26508.jpg',0,'attachment','image/jpeg',0),(80,11,'2019-07-17 17:58:10','2019-07-17 22:58:10','','Dried-Beans-and-a-Bag','','inherit','closed','closed','','dried-beans-and-a-bag','','','2019-07-17 17:58:10','2019-07-17 22:58:10','',77,'https://buzz-caribbean.com/app/uploads/2019/07/Dried-Beans-and-a-Bag.jpg',0,'attachment','image/jpeg',0),(81,11,'2019-07-17 17:59:01','2019-07-17 22:59:01','','idiot','','inherit','closed','closed','','idiot','','','2019-07-17 17:59:01','2019-07-17 22:59:01','',77,'https://buzz-caribbean.com/app/uploads/2019/07/idiot.jpg',0,'attachment','image/jpeg',0),(82,11,'2019-07-17 18:00:28','2019-07-17 23:00:28','','crazy','','inherit','closed','closed','','crazy','','','2019-07-17 18:00:28','2019-07-17 23:00:28','',77,'https://buzz-caribbean.com/app/uploads/2019/07/crazy.jpg',0,'attachment','image/jpeg',0),(83,11,'2019-07-17 18:02:00','2019-07-17 23:02:00','','wedding-bands','','inherit','closed','closed','','wedding-bands','','','2019-07-17 18:02:00','2019-07-17 23:02:00','',77,'https://buzz-caribbean.com/app/uploads/2019/07/wedding-bands.jpg',0,'attachment','image/jpeg',0),(84,11,'2019-07-17 18:03:24','2019-07-17 23:03:24','','igloo-real-tools_h','','inherit','closed','closed','','igloo-real-tools_h','','','2019-07-17 18:03:24','2019-07-17 23:03:24','',77,'https://buzz-caribbean.com/app/uploads/2019/07/igloo-real-tools_h.jpg',0,'attachment','image/jpeg',0),(85,11,'2019-07-17 18:04:24','2019-07-17 23:04:24','','birthdaycalendar','','inherit','closed','closed','','birthdaycalendar','','','2019-07-17 18:04:24','2019-07-17 23:04:24','',77,'https://buzz-caribbean.com/app/uploads/2019/07/birthdaycalendar.jpg',0,'attachment','image/jpeg',0),(86,11,'2019-07-17 18:05:13','2019-07-17 23:05:13','<!-- wp:paragraph -->\n<p>Some say it is better to have loved and lost than to never have loved at all…but if the love goes south for whatever reasons, you can always sign those papers and go about your merry way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the western world, you may need a good lawyer, a plausible reason, lengthy separation and a  tonne of paperwork to finally call it quits but this is not so in other parts of the world where getting ‘unhitched’ can be a simple, one, two, three. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When the promise of happily ever after goes bust and the fairytale becomes a nightmare, just know that if local laws are weighing you down, you may want to look to lands far away because when it comes to international divorce laws, bizarre does not even begin to sum up what constitutes grounds for ditching a partner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For our friends up north in the <strong>United States</strong>, practically anything goes. In the state of <strong>Kentucky</strong> marrying the same man four times is illegal and apparently so is common sense. In <strong>Mississippi</strong>, you can get a divorce if you can prove your spouse is an idiot. Well, they chose you for a partner so really who is the idiot?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":81} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/idiot-1024x1024.jpg\" alt=\"\" class=\"wp-image-81\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Over in <strong>Tennessee</strong>, a man can love her and leave her legally if he provides her with a certain amount of dried beans, meat and enough yarn for her to knit stockings for a year. Like seriously?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":80} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Dried-Beans-and-a-Bag.jpg\" alt=\"\" class=\"wp-image-80\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In<strong> Kansas</strong>, not getting along with your in-law can constitute grounds for divorce while in the ‘Big Apple’ if you can prove that your partner has been crazy for at least five years the state of New York will grant you your freedom.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":82,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/crazy.jpg\" alt=\"\" class=\"wp-image-82\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Further away it gets even more bizarre. Take the island of&nbsp;<strong>Malta</strong>&nbsp;for instance where divorce is illegal because the nation has a 98 per cent Catholic population, with the illegality of divorce written into the Maltese constitution more than 50 years ago. Talk about sticking it out!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":83,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/wedding-bands.jpg\" alt=\"\" class=\"wp-image-83\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Japan</strong>, however, goes to the opposite extreme with divorces being so straightforward a couple needs only fill out a one-page form, sign and seal it and get it done without even going to court.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":79,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/signed_document_contract_clip_art_26508.jpg\" alt=\"\" class=\"wp-image-79\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Saudi Arabians</strong>&nbsp;don’t play when it comes to providing for their spouses so if a husband doesn’t supply his wife with fresh coffee, she can divorce his non-java supplying skin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":78} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/china-coffee-cup.jpg\" alt=\"\" class=\"wp-image-78\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Eskimos</strong>&nbsp;may rub noses when in love but when that fades, and they no longer wish to be wed, they simply move out and live separate lives. No expensive divorce lawyer needed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":84} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/igloo-real-tools_h.jpg\" alt=\"\" class=\"wp-image-84\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Aboriginal Women in <strong>Australia</strong> may legally discard their husbands if they elope with a new partner. I guess the old adage about the best way to get over one man is to get under another works perfectly there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The&nbsp;<strong>Brazilians</strong>&nbsp;were definitely not playing around as a man had up to ten days to file for divorce if he found out his bride was not a virgin. This law was repealed in 2002.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In <strong>Samoa</strong>, a wife can file for divorce if her hubby simply forgets her birthday. Therefore a committed man must keep his calendar close at hand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":85,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/birthdaycalendar.jpg\" alt=\"\" class=\"wp-image-85\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What’s bizarre in one culture is beautiful in another. Just be happy that you got out of the relationship alive and well.</p>\n<!-- /wp:paragraph -->','Bizarre divorce laws found worldwide','','inherit','closed','closed','','77-revision-v1','','','2019-07-17 18:05:13','2019-07-17 23:05:13','',77,'https://buzz-caribbean.com/article/77-revision-v1/',0,'revision','',0),(87,4,'2019-07-17 18:52:33','2019-07-17 23:52:33','','Jamaican Artiste Popcaan','','inherit','closed','closed','','popcaan','','','2019-08-28 16:46:11','2019-08-28 21:46:11','',0,'https://buzz-caribbean.com/app/uploads/2019/07/popcaan.jpg',0,'attachment','image/jpeg',0),(91,4,'2019-07-17 19:24:49','2019-07-18 00:24:49','','Jerry Wonda','','inherit','closed','closed','','jerry-wonda','','','2019-08-28 16:46:31','2019-08-28 21:46:31','',0,'https://buzz-caribbean.com/app/uploads/2019/07/jerry-wonda.jpg',0,'attachment','image/jpeg',0),(92,4,'2019-07-17 19:27:07','2019-07-18 00:27:07','','Morgan\'s Heritage','','inherit','closed','closed','','morgans-heritage','','','2019-08-28 16:47:03','2019-08-28 21:47:03','',0,'https://buzz-caribbean.com/app/uploads/2019/07/Morgans-Heritage.jpg',0,'attachment','image/jpeg',0),(96,4,'2019-07-17 19:42:10','2019-07-18 00:42:10','<!-- wp:paragraph -->\n<p>Football superstars Jamaica\'s <strong>Leon Bailey</strong> and France\'s <strong>Kingsley Coman </strong>recently took to Instagram to highlight the pair hanging out in Bailey\'s native land.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":54} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Leon_Bailey_Buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-54\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Both players ply their trade in the <strong>German Bundesliga</strong> with <strong>Coman </strong>playing for <strong><em>Bayern Munich</em></strong> and <strong>Bailey</strong>, the wizard at <strong><em>Bayer Leverkusen</em></strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":55} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Kingsley_Coman_Buzz.jpg\" alt=\"\" class=\"wp-image-55\" /><figcaption>KINGSLEY COMAN</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Bailey is recovering from playing in the recently concluded Gold Cup and Coman is said to be coming off an injury sustained during the latter part of the Bundesliga campaign.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":56} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Leon_Bailey_Barmenia_Buzz.jpg\" alt=\"\" class=\"wp-image-56\" /><figcaption>Leon Bailey</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Both players are highly rated youngsters with the world at their feet.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both players seem to be out enjoying the sea, sun and sand.</p>\n<!-- /wp:paragraph -->','Football stars hang out in Jamaica','','inherit','closed','closed','','53-revision-v1','','','2019-07-17 19:42:10','2019-07-18 00:42:10','',53,'https://buzz-caribbean.com/article/53-revision-v1/',0,'revision','',0),(98,11,'2019-07-18 09:16:47','2019-07-18 14:16:47','<!-- wp:paragraph -->\n<p>Cuba is making big efforts to refine and diversify its tourism product which continues to attract international visitors.<br><br>According to the country\'s Tourism Minister, Manuel Marrero, Cuba is expecting 5.1 million visitors this year. This would be a 7.4 per cent increase over 2018\'s visitor numbers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":99} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/ministro-de-turismo-manuel-marrero-cuba.jpg\" alt=\"\" class=\"wp-image-99\" /><figcaption>Cuba\'s Tourism Minister, Manuel Marrero (Photo: travelgestour.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With an increase in arrivals, Cuba is looking to a jump in revenues. It has set itself the target of over US$3 billion in revenues from its tourism industry for 2019. This figure would spell a 17 per cent increase on the prior year.&nbsp;<br><br>The government is claiming that there are currently 40 hotels under construction translating to an additional 18,000 rooms in the near term.<br><br>Marrero points to the growth in investment in the sector and some of the leading hotel groups of the world now looking to deepen their presence there as most encouraging.<br><br>The Melia Group, which has a presence in Jamaica, now operates 34 hotels in Cuba with 14,700 rooms and MGM Muthu Hotels is about to open its fourth hotel in the Caribbean country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3452} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/CCC-Grand-Muthu-Cayo-Guillermo-Pool-006-1024x614.jpg\" alt=\"\" class=\"wp-image-3452\" /><figcaption> Muthu Cayo Guillermo Hotel in Cuba (Photo: transat.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With some Caribbean destinations afflicted by stories of assaults on visitors, Cuba is proudly proclaiming that it does not have security issues and that visitors there can enjoy their vacation without fear of any harm befalling them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":100} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Turistas-estadounidenses-en-La-Habana-_ab-620x330.jpg\" alt=\"\" class=\"wp-image-100\" /><figcaption>Tourists enjoying photo moments in Cuba (Photo: translatingcuba.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":101} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Tourists-in-Cuba.jpg\" alt=\"\" class=\"wp-image-101\" /><figcaption>Big smiles! (Photo: aljazeera.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are more restaurants, bars, clubs and attractions in the tourism enclaves than ever before.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Cuban-Rum-and-Daiquiri.jpg\" alt=\"\" class=\"wp-image-102\" /><figcaption> Eduardo Corona, center, is a bartender at El Traguito, a bar below the Museo del Ron in Santiago de Cuba. (Photo: Eliana Aponte Tobar for The New York Times)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Cuba\'s tourism product hasn\'t gone unnoticed. Varadero came second place in the TripAdvisor 2019 Travelers\' Choice Awards for the world\'s best beaches. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Hotel Nacional was recognised in 2018\'s World Travel Awards.<br><br>Looking to see what the Caribbean has to offer? Then check out the charms of Cuba.<br><br>Hasta la vista baby!</p>\n<!-- /wp:paragraph -->','Cuba\'s tourist arrivals continues to grow','','publish','closed','closed','','cubas-tourist-arrivals-continues-to-grow','','','2019-08-14 17:39:13','2019-08-14 22:39:13','',0,'https://buzz-caribbean.com/?p=98',0,'post','',0),(99,11,'2019-07-18 09:05:36','2019-07-18 14:05:36','','Ministro de turismo Manuel Marrero','','inherit','closed','closed','','ministro-de-turismo-manuel-marrero-cuba','','','2019-08-28 16:47:59','2019-08-28 21:47:59','',98,'https://buzz-caribbean.com/app/uploads/2019/07/ministro-de-turismo-manuel-marrero-cuba.jpg',0,'attachment','image/jpeg',0),(100,11,'2019-07-18 09:07:05','2019-07-18 14:07:05','','Turistas-estadounidenses-en-La-Habana-_ab-620x330','','inherit','closed','closed','','turistas-estadounidenses-en-la-habana-_ab-620x330','','','2019-08-28 16:48:16','2019-08-28 21:48:16','',98,'https://buzz-caribbean.com/app/uploads/2019/07/Turistas-estadounidenses-en-La-Habana-_ab-620x330.jpg',0,'attachment','image/jpeg',0),(101,11,'2019-07-18 09:08:42','2019-07-18 14:08:42','','Tourists-in-Cuba','','inherit','closed','closed','','tourists-in-cuba','','','2019-08-28 16:48:26','2019-08-28 21:48:26','',98,'https://buzz-caribbean.com/app/uploads/2019/07/Tourists-in-Cuba.jpg',0,'attachment','image/jpeg',0),(102,11,'2019-07-18 09:14:30','2019-07-18 14:14:30','','Cuban-Rum-and-Daiquiri','','inherit','closed','closed','','cuban-rum-and-daiquiri','','','2019-07-18 09:14:30','2019-07-18 14:14:30','',98,'https://buzz-caribbean.com/app/uploads/2019/07/Cuban-Rum-and-Daiquiri.jpg',0,'attachment','image/jpeg',0),(103,11,'2019-07-18 09:16:47','2019-07-18 14:16:47','<!-- wp:paragraph -->\n<p>Cuba is making big efforts to refine and diversify its tourism product which continues to attract international visitors.<br><br>According to the country\'s Tourism Minister, Manuel Marrero, Cuba is expecting 5.1 million visitors this year. This would be a 7.4 per cent increase over 2018\'s visitor numbers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":99} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/ministro-de-turismo-manuel-marrero-cuba.jpg\" alt=\"\" class=\"wp-image-99\" /><figcaption>Cuba\'s Tourism Minister, Manuel Marrero </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br><br>With an increase in arrivals, Cuba is looking to a jump in revenues. It has set itself the target of over US$3 billion in revenues from its tourism industry for 2019. This figure would spell a 17 per cent increase on the prior year. <br><br>The government is claiming that there are currently 40 hotels under construction translating to an additional 18,000 rooms in the near term.<br><br>Marrero points to the growth in investment in the sector and some of the leading hotel groups of the world now looking to deepen their presence there as most encouraging.<br><br>The Melia Group, which has a presence in Jamaica, now operates 34 hotels in Cuba with 14,700 rooms and MGM Muthu Hotels is about to open its fourth hotel in the Caribbean country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":100} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Turistas-estadounidenses-en-La-Habana-_ab-620x330.jpg\" alt=\"\" class=\"wp-image-100\" /><figcaption>Tourists enjoying photo moments in Cuba</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>With some Caribbean destinations afflicted by stories of assaults on visitors, Cuba is proudly proclaiming that it does not have security issues and that visitors there can enjoy their vacation without fear of any harm befalling them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Tourists-in-Cuba.jpg\" alt=\"\" class=\"wp-image-101\" /><figcaption>Big smiles!</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are more restaurants, bars, clubs and attractions in the tourism enclaves than ever before.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Cuban-Rum-and-Daiquiri.jpg\" alt=\"\" class=\"wp-image-102\" /><figcaption> Eduardo Corona, center, is a bartender at El Traguito, a bar below the Museo del Ron in Santiago de Cuba. Credit: Eliana Aponte Tobar for The New York Times </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Cuba\'s tourism product hasn\'t gone unnoticed. Varadero came second place in the TripAdvisor 2019 Travelers\' Choice Awards for the world\'s best beaches. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Hotel Nacional was recognised in 2018\'s World Travel Awards.<br><br>Looking to see what the Caribbean has to offer? Then check out the charms of Cuba.<br><br>Hasta la vista baby!</p>\n<!-- /wp:paragraph -->','Cuba\'s tourist arrivals continues to grow','','inherit','closed','closed','','98-revision-v1','','','2019-07-18 09:16:47','2019-07-18 14:16:47','',98,'https://buzz-caribbean.com/article/98-revision-v1/',0,'revision','',0),(105,21,'2019-08-14 09:30:02','2019-08-14 14:30:02','<!-- wp:paragraph -->\n<p>They are all under thirty and all married. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Two are Christians and one claimed to be a reformed player who hung up his shoes when he found the right woman. All of these men are married for less than four years and admit that while they are generally happy, they do sometimes miss the excitement of ‘doing road’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3415} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/marriage-1024x682.jpg\" alt=\"\" class=\"wp-image-3415\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They consented to share their views on settling down. Dwayne is 27 and a member of a Pentecostal church.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I would probably have waited...but we were encouraged to get married so we did.” </p><cite>— Dwayne</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I got married at 25 and it has its ups and downs but I am committed to it, as is my wife. We courted for a year and went on supervised and group dates with other Christian couples so as to avoid the temptation of premarital sex. Honestly, I would probably have waited until I finished school and was in a better financial situation but we were encouraged to get married so we did.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":106,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Wedding-rings.jpg\" alt=\"\" class=\"wp-image-106\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For Dwayne learning to live with someone else other than his siblings was a challenge. “The mood swings, the hair in the basin, the hundred pair of shoes in every colour, and not having much closet space, all was a major change. All of that took some getting used to but I love my wife and I’m going to enjoy getting to know more and more about her over time.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":107} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/mood-swings.jpg\" alt=\"\" class=\"wp-image-107\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At age 24 Sean is the father of two children but is unemployed at the moment. He still likes playing video games for hours and does not like changing diapers, so he and his pregnant wife argue a lot. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Bwoy a nuh this me really did sign up for but me done have kids with her already so what fi do.\" </p><cite>— Sean</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\n\nMe just a do me ting u seet. She can cook, the sex good and both our families are supportive and help out with the kids so me basically good. If she can learn fi button har lip more time, I would be even happier but me make me bed so…” \n\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3421} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-couple-arguing-1024x664.jpg\" alt=\"\" class=\"wp-image-3421\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Courtney is a youth pastor at a charismatic church in the Old Harbour area, and, as he tells it, nothing can really prepare you for the intricacies of a permanent union such as marriage. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> I was not forced to get married but it was the expected thing to do and so I did it. </p><cite>— Courtney</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p> “I thought I had witnessed enough from older couples and listening to the advice of my own parents who have been married thirty plus years but it was still a lot to take in when I got home from my honeymoon and realised that I am now responsible for a human being other than myself. It was scary. I thought, <em>suppose I fail</em>? So many people are expecting great things from me but what am I wanting of myself? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> It was scary. I thought, <em>suppose I fail</em>? </p><cite>— Courtney</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“So many young people are looking to me to set an example but I don’t even know if I can do this. I almost had a panic attack, no joke. My wife is beautiful, caring and compassionate but was I really ready to just be with one person for the rest of my life? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Even as a Christian I struggled...because in the church there are so many attractive females.</p><cite>— Courtney</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p> Even as a Christian I struggled with that because in the church there are so many attractive females that you have options and not all of them wanted a ring, some outright indicated that they would be down for a good time. People talk about morality and virtue and all of that but we are all human with human emotions, wants and desires.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3427} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Man-with-Bible-1024x594.jpg\" alt=\"\" class=\"wp-image-3427\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>I was not forced to get married but it was the expected thing to do and so I did it. Am I sorry? No. Should I have waited? Probably. But now that I have sealed the deal I will try to be the best husband I can be because my wife deserves it.”&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>— Story written by C.W.</em></p>\n<!-- /wp:paragraph -->','Are more young men settling down or just settling?','','publish','closed','closed','','are-more-young-men-settling-down-or-just-settling','','','2019-08-14 22:07:50','2019-08-15 03:07:50','',0,'https://buzz-caribbean.com/?p=105',0,'post','',0),(106,11,'2019-07-18 09:23:53','2019-07-18 14:23:53','','Wedding-rings','','inherit','closed','closed','','wedding-rings','','','2019-07-18 09:23:53','2019-07-18 14:23:53','',105,'https://buzz-caribbean.com/app/uploads/2019/07/Wedding-rings.jpg',0,'attachment','image/jpeg',0),(107,11,'2019-07-18 09:25:12','2019-07-18 14:25:12','','mood-swings','','inherit','closed','closed','','mood-swings','','','2019-07-18 09:25:12','2019-07-18 14:25:12','',105,'https://buzz-caribbean.com/app/uploads/2019/07/mood-swings.jpg',0,'attachment','image/jpeg',0),(108,11,'2019-07-18 09:29:48','2019-07-18 14:29:48','','Black Couple Happy','','inherit','closed','closed','','black-couple-happy','','','2019-07-18 09:29:48','2019-07-18 14:29:48','',105,'https://buzz-caribbean.com/app/uploads/2019/07/black-couple-happy.jpg',0,'attachment','image/jpeg',0),(109,11,'2019-07-18 09:30:02','2019-07-18 14:30:02','<!-- wp:paragraph -->\n<p>They are all under thirty and all married. Two are Christians and one claimed to be a reformed player who hung up his shoes when he found the right woman. All of these men are in relationships that are less than four years and admit that while they are generally happy, they do sometimes miss the excitement of ‘doing road’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They consented to share their views on settling down. Dwayne is 27 and a member of a Pentecostal church.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I got married at 25 and it has its ups and downs but I am committed to it, as is my wife. We courted for a year and went on supervised and group dates with other Christian couples so as to avoid the temptation of premarital sex. Honestly, I would probably have waited until I finished school and was in a better financial situation but we were encouraged to get married so we did.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":106,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Wedding-rings.jpg\" alt=\"\" class=\"wp-image-106\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For Dwayne learning to live with someone else other than his siblings was a challenge. “The mood swings, the hair in the basin, the hundred pair of shoes in every colour, and not having much closet space, all was a major change. All of that took some getting used to but I love my wife and I’m going to enjoy getting to know more and more about her over time.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":107} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/mood-swings.jpg\" alt=\"\" class=\"wp-image-107\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At age 24 Sean is the father of two children but is unemployed at the moment. He still likes playing video games for hours and does not like changing diapers, so he and his pregnant wife argue a lot. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Bwoy a nuh this me really did sign up for but me done have kids with her already so what fi do. Me just a do me ting u seet. She can cook, the sex good and both our families are supportive and help out with the kids so me basically good. If she can learn fi button har lip more time, I would be even happier but me make me bed so…” </p><cite>Sean</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Courtney is a youth pastor at a charismatic church in the Old Harbour area, and, as he tells it, nothing can really prepare you for the intricacies of a permanent union such as marriage. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I thought I had witnessed enough from older couples and listening to the advice of my own parents who have been married thirty plus years but it was still a lot to take in when I got home from my honeymoon and realised that I am now responsible for a human being other than myself. It was scary. I thought, <em>suppose I fail</em>? So many people are expecting great things from me but what am I wanting of myself? </p><cite>Courtney, newly married</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“So many young people are looking to me to set an example but I don’t even know if I can do this. I almost had a panic attack, no joke. My wife is beautiful, caring and compassionate but was I really ready to just be with one person for the rest of my life? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Even as a Christian I struggled with that because in the church there are so many attractive females that you have options and not all of them wanted a ring, some outright indicated that they would be down for a good time. People talk about morality and virtue and all of that but we are all human with human emotions, wants and desires.  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>I was not forced to get married but it was the expected thing to do and so I did it. Am I sorry? No. Should I have waited? Probably. But now that I have sealed the deal I will try to be the best husband I can be because my wife deserves it.” </p>\n<!-- /wp:paragraph -->','Are more young men settling down or just settling?','','inherit','closed','closed','','105-revision-v1','','','2019-07-18 09:30:02','2019-07-18 14:30:02','',105,'https://buzz-caribbean.com/article/105-revision-v1/',0,'revision','',0),(111,11,'2019-07-18 09:35:11','2019-07-18 14:35:11','','Ian Parry','','inherit','closed','closed','','ian-parry','','','2019-08-28 16:48:48','2019-08-28 21:48:48','',0,'https://buzz-caribbean.com/app/uploads/2019/07/ian-parry.jpg',0,'attachment','image/jpeg',0),(112,11,'2019-07-18 09:37:57','2019-07-18 14:37:57','','Greenlands-Ice-Sheet-Is-Melting','','inherit','closed','closed','','greenlands-ice-sheet-is-melting','','','2019-07-18 09:37:57','2019-07-18 14:37:57','',0,'https://buzz-caribbean.com/app/uploads/2019/07/Greenlands-Ice-Sheet-Is-Melting.png',0,'attachment','image/png',0),(113,11,'2019-07-18 10:01:24','2019-07-18 15:01:24','','air_pollution_Buzz','','inherit','closed','closed','','air_pollution_buzz','','','2019-08-28 16:49:23','2019-08-28 21:49:23','',0,'https://buzz-caribbean.com/app/uploads/2019/07/air_pollution_Buzz.jpg',0,'attachment','image/jpeg',0),(116,23,'2019-07-18 12:21:46','2019-07-18 17:21:46','<!-- wp:paragraph -->\n<p>A rastaman is smiling somewhere and probably saying something like ‘a long time the rasta did a tell yuh seh ital is vital’. You probably scoffed at that advice 10 years earlier but now it is all about peas, beans and a wholesome lifestyle.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3205} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/New-Leaf-Vegetarian-Thursday-Specials-1024x683.jpg\" alt=\"\" class=\"wp-image-3205\" /><figcaption>Delicious vegan meals from New Leaf Vegetarian in Kingston, Jamaica (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We now happily turn up our noses at the once very delicious stew pork - after all, ‘weh pork ago?’&nbsp;Instead, it is all about faux meat, no cheese and other plant-based goodies.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like everywhere else in the world, Kingston, Jamaica is into the well-hyped vegan lifestyle and <strong>BUZZ</strong> is sharing five spots in Kingston that are ideal for vegans. Did we mention they’re all taste approved by our Editorial staff? Well, they are!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>New Leaf Vegetarian&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It\'s been at its 121 Hope Road location for what feels like forever - and long before the vegan craze hit Kingston Harbour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3137} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pinto-Bean-and-Avocado-Wrap-1024x683.jpg\" alt=\"\" class=\"wp-image-3137\" /><figcaption>New Leaf Vegetarian\'s Pinto Bean and Avocado Wrap (Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This spot opens an hour before lunchtime and boasts sumptuous vegetarian goodies.&nbsp;Bean burgers, stir-frys, soups and delightful vegan pastries are just some of New Leaf Vegetarians\' offerings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Plus they are known for their speedy delivery and&nbsp;friendly customer service.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Take a dive into foodie land with these Thursday offerings from New Leaf Vegetarian in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3139,3140,3141,3142]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Blueberry-Smoothie-with-coconut-milk-1024x683.jpg\" alt=\"\" data-id=\"3139\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/blueberry-smoothie-with-coconut-milk/\" class=\"wp-image-3139\" /><figcaption>Pinto bean wrap served and a refreshing blueberry smoothie with coconut milk</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Homestyle-lentil-stew-with-brown-rice-and-plantain-1024x683.jpg\" alt=\"\" data-id=\"3140\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/homestyle-lentil-stew-with-brown-rice-and-plantain/\" class=\"wp-image-3140\" /><figcaption>Homestyle lentil stew with brown rice and plantain</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tofu-fried-rice-with-steamed-vegetables-and-plantain-1024x683.jpg\" alt=\"\" data-id=\"3141\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/tofu-fried-rice-with-steamed-vegetables-and-plantain/\" class=\"wp-image-3141\" /><figcaption>Tofu fried rice with steamed vegetables and plantain</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-falafel-1024x683.jpg\" alt=\"\" data-id=\"3142\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/vegan-falafel/\" class=\"wp-image-3142\" /><figcaption>Vegan falafel</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Kushites</strong>&nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What’s Gado Gado?&nbsp; Have you ever eaten vegan steak?&nbsp; What about sorell cheesecake? Those are&nbsp;just some of the items available on Kushites’ menu, which changes approximately every three months.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3214} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/West-African-Gumbo-Tomato-and-okra-stew-with-seafood-Calaloo-stuffed-yam-balls-Whole-roasted-plantain-In-harissa-sauce.jpg\" alt=\"\" class=\"wp-image-3214\" /><figcaption>Kushites\' West African Gumbo (Photos: Instagram @kushitesvegetablecuisine)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What’s more, if you are into Dr Sebi they also offer meal items exclusively for the alkaline diet. Appropriately located inside Eden Gardens Wellness Resort &amp; Spa, <a href=\"https://www.instagram.com/kushitesvegetablecuisine/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Kushites </a>is vegan dining at its finest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Gallery below with highlights of some of their customer favourites.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"3065\",\"3066\",\"3068\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Breadfruit-salsa-Kushites.jpg\" alt=\"\" data-id=\"3065\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/breadfruit-salsa-kushites/\" class=\"wp-image-3065\" /><figcaption>Breadfruit salsa </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jerked-Chayote-and-quinoa-Kushites.jpg\" alt=\"\" data-id=\"3066\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/jerked-chayote-and-quinoa-kushites/\" class=\"wp-image-3066\" /><figcaption>Jerked Chayote and quinoa </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-Passion-Fruit-Ice-Cream-Kushites.jpg\" alt=\"\" data-id=\"3068\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/vegan-passion-fruit-ice-cream-kushites/\" class=\"wp-image-3068\" /><figcaption>Vegan Passion Fruit Ice Cream</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The place looks spectacular with stunning golden rococo-style furnishings, which makes it the perfect spot to bring someone you are trying to impress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Mi Hungry&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is the ital food spot that is a hit among local vegans - Jamaican vegans love Mi Hungry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3077} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-Burger-Mi-Hungry.jpg\" alt=\"\" class=\"wp-image-3077\" /><figcaption>Vegan burger (Photos: Instagram - @mihungrynow)<br><br> </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Opening at an impressive 8:00 am each morning, Mi Hungry serves up a wide range of vegan dishes and plenty of freshly squeezed and cold press juices from sun up til well into the evening, closing just before midnight.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.google.com/maps/place/Market+Place/@18.0221141,-76.7992455,17z/data=!3m1!4b1!4m8!1m2!2m1!1sMarketplace!3m4!1s0x8edb3e4c788c1fcb:0xfddcf4d0c974b9e2!8m2!3d18.022109!4d-76.7970568\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Tucked away</a> inside the food mecca that is Marketplace, what makes Mi Hungry unique is that nothing there is cooked - they offer what they call  ‘live’ food. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Can you believe it? They offer pizzas, burgers and pastas and none of it has touched a stove!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See some of their delectable dishes in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"3079\",\"3080\",\"3081\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Mi-Hungry-Vegan-Dish.jpg\" alt=\"\" data-id=\"3079\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/mi-hungry-vegan-dish/\" class=\"wp-image-3079\" /><figcaption>Vegetable Pizza</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rap-Raw_Seaweed-broccoli-avocado-tomato-and-ackee-Mi-Hungry.jpg\" alt=\"\" data-id=\"3080\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/rap-raw_seaweed-broccoli-avocado-tomato-and-ackee-mi-hungry/\" class=\"wp-image-3080\" /><figcaption>Raw Wrap: Seaweed, broccoli, avocado, tomato and ackee</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Savory-pie-ackeeplantain-with-black-olives-tomatoes-Mi-Hungry.jpg\" alt=\"\" data-id=\"3081\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/savory-pie-ackeeplantain-with-black-olives-tomatoes-mi-hungry/\" class=\"wp-image-3081\" /><figcaption>Savory pie: Ackee &amp; plantain with black olives and  tomatoes</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>How they do it? It is a variety of spicing and dehydration techniques.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This spot boasts not only a unique food preparation style but is always buzzing with an ital vibe and lively banter about natural life and black consciousness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a spot to not only nourish your body but nourish your mind and it is one of the most affordable natural eateries in town.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did we mention that they also have a <a href=\"https://www.google.com/maps/place/Mi+Hungry+Whol\'+Some+Food/@18.4059561,-77.1096176,17z/data=!3m1!4b1!4m5!3m4!1s0x8edafe794e405c2b:0xa6184b4dd678039d!8m2!3d18.405951!4d-77.1074289\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">location</a> in Ocho Rios?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>The Cheffing Don&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you love a great bean stew - then The Cheffing Don is your place. The hit item on this menu is their three-bean stew, which is available on Wednesdays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, they have other equally delicious plant-based meal items that are ideal for vegans or those hoping to cross over.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3102} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-lentil-stew-pastafari-sautéed-ackee-steamed-veggies-greatness-salad-and-green-pressed-plantain.jpg\" alt=\"\" class=\"wp-image-3102\" /><figcaption>The Cheffingg Don\'s lentil stew, pastafari, sautéed ackee, steamed veggies, greatness salad, and green pressed plantains (Photos: Instagram - @thecheffingdoncatering)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Priding themselves on utilizing local and organic foods, The Cheffing Don has an ital vibe evident in the serving up&nbsp;of their delicately designed food masterpieces inside a calabash.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Feast your eyes on some of their menu items in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3116,3106,3107]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Dons-Plant-based-meal-served-in-customary-calabash-with-bamboo-spork.jpg\" alt=\"\" data-id=\"3116\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/the-cheffing-dons-plant-based-meal-served-in-customary-calabash-with-bamboo-spork/\" class=\"wp-image-3116\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-Combination-Menu-Item.jpg\" alt=\"\" data-id=\"3106\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/the-cheffing-don-combination-menu-item/\" class=\"wp-image-3106\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-sautéed-ackee-greatness-salad-curried-chickpeas-veggie-fried-rice-pumpkin-takari-and-steam-veggies.jpg\" alt=\"\" data-id=\"3107\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/the-cheffing-don-sauteed-ackee-greatness-salad-curried-chickpeas-veggie-fried-rice-pumpkin-takari-and-steam-veggies/\" class=\"wp-image-3107\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>With plenty of greenery and outdoor seating, this place is an ideal spot to grab something nutritious to eat while getting in tune with nature.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Veggie Campus&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Nestled into Skibo Avenue, Veggie Campus is a stone\'s throw away from the prestigious Holy Childhood High School.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While Veggie Campus is take-out only, this spot boasts plenty of fun and lively dishes that makes picking up the phone to order or sending the text a breeze.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3122} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Campus-Veggie-Ball-Sub.jpg\" alt=\"\" class=\"wp-image-3122\" /><figcaption>Veggie Campus\' Veggie Ball Sub (Photos: Instagram - @veggiecampusja)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Boasting signature specials like their green plantain lasagna, which uses green plantains as sheets of pasta, stuffed with spiced lentils and creamy cashew cheese - Veggie Campus has the type of variety&nbsp;that makes you wonder why you ever thought veganhood was difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Delve into some of their tasty dishes in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3128,3129,3130]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Caampus-Ackee-Quesadilla.jpg\" alt=\"\" data-id=\"3128\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/veggie-caampus-ackee-quesadilla/\" class=\"wp-image-3128\" /><figcaption>Veggie Caampus\' Ackee Quesadilla</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Campus-Ackee-Wrap.jpg\" alt=\"\" data-id=\"3129\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/veggie-campus-ackee-wrap/\" class=\"wp-image-3129\" /><figcaption>Veggie Campus\' Ackee Wrap</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Campus-Turn-breadfruit-and-ackee-with-butter-beans.jpg\" alt=\"\" data-id=\"3130\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/veggie-campus-turn-breadfruit-and-ackee-with-butter-beans/\" class=\"wp-image-3130\" /><figcaption>Veggie Campus\' Turn-breadfruit and ackee with butter beans </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Did we mention their bbq cauliflower? You’ll never miss the taste of bbq chicken wings again.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>— Story written by Denieca-Alexia Daniels</em></p>\n<!-- /wp:paragraph -->','5 Go-to spots for vegans in Kingston','','publish','closed','closed','','5-go-to-spots-for-vegans-in-kingston','','','2019-08-15 11:49:46','2019-08-15 16:49:46','',0,'https://buzz-caribbean.com/?p=116',0,'post','',0),(117,23,'2019-08-13 05:00:23','2019-08-13 10:00:23','<!-- wp:paragraph -->\n<p>Jamaicans are known to be trailblazers, a people who not only think outside the box but also often discard the box in pursuit of our passion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is exemplified by Jabulani Johnson, an engineering student at the University of Technology (UTECH), who keeps his skills sharp — literally. This native of Spanish Town, St Catherine is a master knife-maker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":122} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jabulani-johnson-1024x614.jpg\" alt=\"\" class=\"wp-image-122\" /><figcaption>Jabulani Johnson putting the finishing touches on one of his pieces.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Knife making is an art form from back in the days of the Japanese Samurai warriors. When the wars ended, the Samurai sword makers were soon out of business and so they started making knives instead,” Johnson told <strong>Buzz Jamaica.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Johnson is self-taught in the art of making knives. He shared\nthat in his previous career as a cook he had difficulty finding a good knife.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":121} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Knife-1024x614.jpg\" alt=\"\" class=\"wp-image-121\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p><strong><em> \"In 2017 I made my first knife. It was ugly but I loved it.\"</em></strong></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I began researching and learning for more than a year. I\nwould watch videos and fine-tune my skills and I got better and better at\nit,\" he said. \"In 2017 I made my first knife. It was ugly but I loved\nit. A chef saw it and asked where I got it and I told him I made it and he\nbought it. So I started posting pictures and people gravitated towards it and\nKarma Knives was born.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The name came about because, for him, it speaks to reaping\nwhat you put out in the universe. It takes an average of two weeks to finish a piece.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The response to his work has been good. “The first person to\nhold one of my knives was Chef Brian Lumley. I gave him two knives and he loved\nthem so much that he bought two more and then spread the word. I started\ngaining clientele from both in Jamaica and overseas so I have clients in the\nUnited States, Germany and even as far away as Australia,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":119} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/knife-1-1024x614.jpg\" alt=\"\" class=\"wp-image-119\" /><figcaption>Chef Sasha Gordon also uses Karma Knives.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To possess a basic Karma Knife, you need to shell out a\nmeagre US$150 for an 8-inch chef’s knife.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Every additional inch is an additional US$15. The most\nexpensive knife I have ever made went for US$500, which was a special\ncustomised piece. One of the last customised pieces I made was a Japanese sushi\nknife with red, green and gold in the handle. It was fun because it also\nallowed me to learn as I evolve.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":118} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Knife-cut-1024x614.jpg\" alt=\"\" class=\"wp-image-118\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Johnson has plans to have a company with employees who can\nput Jamaica on the map for producing high-quality knives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His work is already holding its own against other more\nestablished global brands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":125} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/knife-fire-1-1024x614.jpg\" alt=\"\" class=\"wp-image-125\" /><figcaption>A Karma knife being forged.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“My biggest challenge is getting some customers to appreciate what goes into making these knives. I need to start a YouTube channel so that they can see the intricate process and what exactly goes into making a Karma Knife,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em><strong>— By C.W.</strong></em></p>\n<!-- /wp:paragraph -->','For this master craftsman, Karma makes for good knives','','publish','closed','closed','','for-this-master-craftsman-karma-makes-for-good-knives','','','2019-08-15 08:31:52','2019-08-15 13:31:52','',0,'https://buzz-caribbean.com/?p=117',0,'post','',0),(118,4,'2019-07-18 10:42:19','2019-07-18 15:42:19','','Knife Cut','','inherit','closed','closed','','knife-cut','','','2019-07-18 10:42:19','2019-07-18 15:42:19','',0,'https://buzz-caribbean.com/app/uploads/2019/07/Knife-cut.jpg',0,'attachment','image/jpeg',0),(119,4,'2019-07-18 10:42:20','2019-07-18 15:42:20','','Chef Sasha Gordon','Chef Sasha Gordon also uses Karma Knives.','inherit','closed','closed','','knife-1','','','2019-08-28 16:50:36','2019-08-28 21:50:36','',0,'https://buzz-caribbean.com/app/uploads/2019/07/knife-1.jpg',0,'attachment','image/jpeg',0),(120,4,'2019-07-18 10:42:20','2019-07-18 15:42:20','','Karma Knife','','inherit','closed','closed','','knife-fire','','','2019-08-28 16:51:01','2019-08-28 21:51:01','',0,'https://buzz-caribbean.com/app/uploads/2019/07/knife-fire.jpg',0,'attachment','image/jpeg',0),(121,4,'2019-07-18 10:42:21','2019-07-18 15:42:21','','A Karma Knife','','inherit','closed','closed','','knife','','','2019-08-28 16:52:33','2019-08-28 21:52:33','',0,'https://buzz-caribbean.com/app/uploads/2019/07/Knife.jpg',0,'attachment','image/jpeg',0),(122,4,'2019-07-18 10:42:27','2019-07-18 15:42:27','','Jabulani Johnson','','inherit','closed','closed','','jabulani-johnson','','','2019-08-28 16:53:11','2019-08-28 21:53:11','',0,'https://buzz-caribbean.com/app/uploads/2019/07/jabulani-johnson.jpg',0,'attachment','image/jpeg',0),(124,14,'2019-08-14 19:11:30','2019-08-15 00:11:30','<!-- wp:paragraph -->\n<p>Jamaicans are considered among the coolest people on Earth, and many citizens, especially those traversing social media spaces, see Prime Minister Andrew Holness as our savviest leader in recent times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/42a5f8031dcddf873735dc4503b9b968/5DBC7DCA/t51.2885-15/e35/11930873_1753057154922068_81944720_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Holness\' 2015 post in which he was dusting off a fresh pair of Desert Clarks took social media by storm. The caption accompanying the viral photo paid homage to deejay Vybz Kartel. (Photo: Instagram @AndrewHolnessJM)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Holness, the island’s eighth prime minister, continues to run one of the most engaging platforms on social media – with many drawing comparisons to Canadian PM Justin Trudeau and former US President Barack Obama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2970} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-malaki-1-1024x636.jpg\" alt=\"\" class=\"wp-image-2970\" /><figcaption>Aww! Such a sweet moment between little Makai Lawrence and PM Andrew Holness in January (Photo: Twitter @AndrewHolnessJM )</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From the young to the young-at-heart, just about everywhere our PM makes an appearance, his seemingly calm and endearing aura is infectious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2964} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-builder-buzz-demo.jpg\" alt=\"\" class=\"wp-image-2964\" /><figcaption>Holness, the #Builder, at the Jamaica Labour Party\'s 75th general conference in 2018 (Photo: Facebook @AndrewHolnessJM)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a man who understands the power of social media and digital engagement, Holness largely owes his shock 2016 general election win to his outstanding presence on Facebook, Twitter, and Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He straddles a delicate balance between being Jamaica’s ‘everyman’ and leader of Government – in a way that demands your attention and provokes your thoughts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But does Holness\' \'cool factor\' really hold up? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"className\":\"instagram-media\"} -->\n<div class=\"wp-block-image instagram-media\"><figure class=\"alignleft\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/f80b584a351b4b21d42487a06008dff6/5DAD0DD5/t51.2885-15/e35/11910553_465628773641834_974670672_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Prime Minister Andrew Holness anticipating a pitch during a game of cricket with students at the Mount Zion Primary School in St James. (Photo: <em>Instagram</em> @AndrewHolnessJM) </figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It turns out that there are few holes in this plot, as time and time again, Holness and his team have evolved and adapted to capitalise on the use of social media and its impact on Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rolling back the clock, <strong>BUZZ</strong> has delved deep into Holness’ timeline to share some of his \'coolest\' moments since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Check out our gallery below</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"158\",\"159\",\"160\",\"161\",\"162\",\"163\",\"2966\",\"2967\",\"2968\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-negril-1-1024x651.jpg\" alt=\"\" data-id=\"158\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-negril-1/\" class=\"wp-image-158\" /><figcaption>November 2015, the then-Opposition leader sips a jelly coconut after leaving the PNP in tatters after they rejected calls for a national debate (Photos: Instagram @AndrewHolnessJM)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-nesbeth-performance1-1024x576.jpg\" alt=\"\" data-id=\"159\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-nesbeth-performance1/\" class=\"wp-image-159\" /><figcaption>Recording artiste Nesbeth hands over the chorus of his mega-hit \'My Dream\' to newly installed PM Holness at the swearing-in ceremony in March 2016 (Photo: YouTube)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-family1-1024x603.jpg\" alt=\"\" data-id=\"160\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-family1/\" class=\"wp-image-160\" /><figcaption>The Holnesses embodying active family goals in this 2016 snap (Photo: Twitter @AndrewHolnessJM)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-norman-dunn-20171-1024x582.jpg\" alt=\"\" data-id=\"161\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-norman-dunn-20171/\" class=\"wp-image-161\" /><figcaption>\'Only we who understan\' it can cross it!\' No road? No problem for Andrew Holness and eventual by-election winner for South East St. Mary, Dr. Norman Dunn (Photo: YouTube)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-community-football1-1024x634.jpg\" alt=\"\" data-id=\"162\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-community-football1/\" class=\"wp-image-162\" /><figcaption>Holness, while still in Opposition, chills with members of West Central St. Andrew in 2015 (Photo: NegrilStories.com)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-5.55.51-PM-1024x728.jpg\" alt=\"\" data-id=\"163\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/screen-shot-2019-07-17-at-5-55-51-pm/\" class=\"wp-image-163\" /><figcaption>Selfie time! After a courtesy call with the Jamaica Prefects\' Associated in April 2019, Holness channels his inner millenial with a viral group pic (Photo: Twitter @AndrewHolnessJM) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-malaki-1024x636.jpg\" alt=\"\" data-id=\"2966\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-malaki/\" class=\"wp-image-2966\" /><figcaption>AWWWW...! Little Makai Lawrence wrote to PM Holness in December 2018 asking to meet with him, and just as a surprise for the New Year - he showed up! (Photo: Twitter @AndrewHolnessJM)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-east-portland-1024x615.jpg\" alt=\"\" data-id=\"2967\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-east-portland/\" class=\"wp-image-2967\" /><figcaption>Mutual respect between this East Portland resident and PM Holness in March (Photo: Twitter @AndrewHolnessJM)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-placehotb-tweet.jpg\" alt=\"\" data-id=\"2968\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-placehotb-tweet/\" class=\"wp-image-2968\" /><figcaption>Jamaicans have an uncanny way of finding humour out of everything - even this blistering heat! PM Holness took a different approach, offering his words of caution to the viral #PlaceHotB hashtag (Photo: Twitter @AndrewHolnessJM)</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:image {\"id\":3889} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Andrew-Holness-Cool-B-NEW-1024x683.jpg\" alt=\"\" class=\"wp-image-3889\" /><figcaption>Prime Minister Andrew Holness attempts a penalty kick on Paul Lane, Olympic Gardens (Photo: Richard Hamilton)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Just a little extra <strong>BUZZ</strong>, here\'s a sitdown between Andrew Holness and dancehall artiste Popcaan. The pair were on hand for the historic groundbreaking ceremony in St Thomas in June. <strong><em>See video below</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BzMTJt2F2Rw/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BzMTJt2F2Rw/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you believe Andrew Holness is our coolest Prime Minister? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the <strong>BUZZ</strong> comment section below!</p>\n<!-- /wp:paragraph -->','Is Andrew Holness Jamaica’s coolest Prime Minister?','','publish','open','closed','','is-andrew-holness-jamaicas-coolest-prime-minister','','','2019-08-16 05:02:07','2019-08-16 10:02:07','',0,'https://buzz-caribbean.com/?p=124',0,'post','',0),(125,4,'2019-07-18 10:45:40','2019-07-18 15:45:40','','Karma Knife','','inherit','closed','closed','','knife-fire-1','','','2019-08-28 16:53:44','2019-08-28 21:53:44','',117,'https://buzz-caribbean.com/app/uploads/2019/07/knife-fire-1.jpg',0,'attachment','image/jpeg',0),(126,4,'2019-07-18 10:56:54','2019-07-18 15:56:54','<!-- wp:paragraph -->\n<p>Jamaicans are known to be trailblazers, a people who not only\nthink outside the box but also often throw away the box in pursuit of our\npassion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is exemplified by Jabulani Johnson, an engineering student at the University of Technology (UTECH), who keeps his skills sharp — literally.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This native of Spanish Town, St Catherine is a master\nknife-maker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":125} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/knife-fire-1-1024x614.jpg\" alt=\"\" class=\"wp-image-125\" /><figcaption>A Karma knife being forged.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Knife making is an art form from back in the days of the\nJapanese Samurai warriors. When the wars ended, the Samurai sword makers were\nsoon out of business and so they started making knives instead,” Johnson said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Johnson is self-taught in the art of making knives. He shared\nthat in his previous career as a cook he had difficulty finding a good knife.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I began researching and learning for more than a year. I\nwould watch videos and fine-tune my skills and I got better and better at\nit,\" he said. \"In 2017 I made my first knife. It was ugly but I loved\nit. A chef saw it and asked where I got it and I told him I made it and he\nbought it. So I started posting pictures and people gravitated towards it and\nKarma Knives was born.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":122} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jabulani-johnson-1024x614.jpg\" alt=\"\" class=\"wp-image-122\" /><figcaption>Jabulani Johnson putting the finishing touches on one of his pieces.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The name came about because, for him, it speaks to reaping\nwhat you put out in the universe. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For Johnson, making quality knives is not just about making\nmoney. He said it\'s also about preserving an art form. It takes an average of\ntwo weeks to finish a piece.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The response to his work has been good. “The first person to\nhold one of my knives was Chef Brian Lumley. I gave him two knives and he loved\nthem so much that he bought two more and then spread the word. I started\ngaining clientele from both in Jamaica and overseas so I have clients in the\nUnited States, Germany and even as far away as Australia,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":119} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/knife-1-1024x614.jpg\" alt=\"\" class=\"wp-image-119\" /><figcaption>Chef Sasha Gordon also uses Karma Knives.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To possess a basic Karma Knife, you need to shell out a\nmeagre US$150 for an 8-inch chef’s knife.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Every additional inch is an additional US$15. The most\nexpensive knife I have ever made went for US$500, which was a special\ncustomised piece. One of the last customised pieces I made was a Japanese sushi\nknife with red, green and gold in the handle. It was fun because it also\nallowed me to learn as I evolve.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":118} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Knife-cut-1024x614.jpg\" alt=\"\" class=\"wp-image-118\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Johnson has plans to have a company with employees who can\nput Jamaica on the map for producing high-quality knives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His work is already holding its own against other more\nestablished global brands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":121} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Knife-1024x614.jpg\" alt=\"\" class=\"wp-image-121\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“My biggest challenge is getting some customers to appreciate what goes into making these knives. I need to start a YouTube channel so that they can see the intricate process and what exactly goes into making a Karma Knife,” he said.</p>\n<!-- /wp:paragraph -->','For this master craftsman, Karma makes for good knives','','inherit','closed','closed','','117-revision-v1','','','2019-07-18 10:56:54','2019-07-18 15:56:54','',117,'https://buzz-caribbean.com/article/117-revision-v1/',0,'revision','',0),(127,14,'2019-07-18 11:12:09','2019-07-18 16:12:09','<!-- wp:paragraph -->\n<p>Jamaicans are considered among the coolest people on Earth and many citizens, especially those traversing social media spaces, see Prime Minister Andrew Holness as our savviest leader in recent times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Holness, the island’s eight prime minister, continues to run\none of the most engaging platforms on social media – with many drawing\ncomparisons to Canadian PM Justin Trudeau and former US President Barack Obama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From the very young to the very old, just about everywhere\nour PM makes an appearance, Holness’ seemingly calm and endearing aura is\ninfectious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He straddles a delicate balance between being Jamaica’s\n‘every man’– in a way that demands your attention, provokes your thoughts – and\nleader of the Government, as a man that understands the power of social media\nand digital engagement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But how does Holness really hold up? Turns out, there are apparently\nlittle holes in this plot as time and time again, Holness and his team have\nevolved and adapted to capitalize on the use of social media and its impact on\nJamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rolling back the clock, <strong><em>Buzz Lifestyle</em></strong> has delved deep through\nPM Holness’ timeline, and shares some of his coolest moments, since 2015.</p>\n<!-- /wp:paragraph -->','Is Andrew Holness Jamaica’s coolest Prime Minister?','','inherit','closed','closed','','124-revision-v1','','','2019-07-18 11:12:09','2019-07-18 16:12:09','',124,'https://buzz-caribbean.com/article/124-revision-v1/',0,'revision','',0),(128,4,'2019-07-18 11:18:49','2019-07-18 16:18:49','<!-- wp:paragraph -->\n<p>Jamaicans are known to be trailblazers, a people who not only think outside the box but also often discard the box in pursuit of our passion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is exemplified by Jabulani Johnson, an engineering student at the University of Technology (UTECH), who keeps his skills sharp — literally.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This native of Spanish Town, St Catherine is a master\nknife-maker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":125} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/knife-fire-1-1024x614.jpg\" alt=\"\" class=\"wp-image-125\" /><figcaption>A Karma knife being forged.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Knife making is an art form from back in the days of the Japanese Samurai warriors. When the wars ended, the Samurai sword makers were soon out of business and so they started making knives instead,” Johnson told <strong>Buzz Jamaica.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Johnson is self-taught in the art of making knives. He shared\nthat in his previous career as a cook he had difficulty finding a good knife.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I began researching and learning for more than a year. I\nwould watch videos and fine-tune my skills and I got better and better at\nit,\" he said. \"In 2017 I made my first knife. It was ugly but I loved\nit. A chef saw it and asked where I got it and I told him I made it and he\nbought it. So I started posting pictures and people gravitated towards it and\nKarma Knives was born.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":122} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jabulani-johnson-1024x614.jpg\" alt=\"\" class=\"wp-image-122\" /><figcaption>Jabulani Johnson putting the finishing touches on one of his pieces.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The name came about because, for him, it speaks to reaping\nwhat you put out in the universe. It takes an average of two weeks to finish a piece.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The response to his work has been good. “The first person to\nhold one of my knives was Chef Brian Lumley. I gave him two knives and he loved\nthem so much that he bought two more and then spread the word. I started\ngaining clientele from both in Jamaica and overseas so I have clients in the\nUnited States, Germany and even as far away as Australia,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":119} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/knife-1-1024x614.jpg\" alt=\"\" class=\"wp-image-119\" /><figcaption>Chef Sasha Gordon also uses Karma Knives.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To possess a basic Karma Knife, you need to shell out a\nmeagre US$150 for an 8-inch chef’s knife.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Every additional inch is an additional US$15. The most\nexpensive knife I have ever made went for US$500, which was a special\ncustomised piece. One of the last customised pieces I made was a Japanese sushi\nknife with red, green and gold in the handle. It was fun because it also\nallowed me to learn as I evolve.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":118} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Knife-cut-1024x614.jpg\" alt=\"\" class=\"wp-image-118\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Johnson has plans to have a company with employees who can\nput Jamaica on the map for producing high-quality knives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His work is already holding its own against other more\nestablished global brands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":121} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Knife-1024x614.jpg\" alt=\"\" class=\"wp-image-121\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“My biggest challenge is getting some customers to appreciate what goes into making these knives. I need to start a YouTube channel so that they can see the intricate process and what exactly goes into making a Karma Knife,” he said.</p>\n<!-- /wp:paragraph -->','For this master craftsman, Karma makes for good knives','','inherit','closed','closed','','117-revision-v1','','','2019-07-18 11:18:49','2019-07-18 16:18:49','',117,'https://buzz-caribbean.com/article/117-revision-v1/',0,'revision','',0),(136,4,'2019-07-18 11:34:04','2019-07-18 16:34:04','','Hombre Eccentric','','inherit','closed','closed','','hombre-eccentric','','','2019-08-28 16:54:08','2019-08-28 21:54:08','',0,'https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-.jpg',0,'attachment','image/jpeg',0),(138,14,'2019-07-18 11:37:33','2019-07-18 16:37:33','','Andrew Holness in a river','','inherit','closed','closed','','andrew-holness-norman-dunn-2017','','','2019-08-28 16:54:55','2019-08-28 21:54:55','',124,'https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-norman-dunn-2017.jpg',0,'attachment','image/jpeg',0),(139,14,'2019-07-18 11:40:05','2019-07-18 16:40:05','<!-- wp:paragraph -->\n<p>Jamaicans are considered among the coolest people on Earth and many citizens, especially those traversing social media spaces, see Prime Minister Andrew Holness as our savviest leader in recent times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Holness, the island’s eight prime minister, continues to run\none of the most engaging platforms on social media – with many drawing\ncomparisons to Canadian PM Justin Trudeau and former US President Barack Obama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From the very young to the very old, just about everywhere our PM makes an appearance, Holness’ seemingly calm and endearing aura is infectious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a man who understands the power of social media and digital engagement, Holness largely owes his shock 2016 general election win to his outstanding presence on Facebook, Twitter and Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He straddles a delicate balance between being Jamaica’s ‘everyman’ and leader of the Government – in a way that demands your attention and provokes your thoughts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But does Holness\' \'cool factor\' really hold up? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Turns out, there are apparently little holes in this plot as time and time again, Holness and his team have evolved and adapted to capitalize on the use of social media and its impact on Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rolling back the clock, <strong><em>Buzz Lifestyle</em></strong> has delved deep through PM Holness’ timeline, and shares some of his \'coolest moments\', since 2015.</p>\n<!-- /wp:paragraph -->','Is Andrew Holness Jamaica’s \'coolest\' Prime Minister?','','inherit','closed','closed','','124-revision-v1','','','2019-07-18 11:40:05','2019-07-18 16:40:05','',124,'https://buzz-caribbean.com/article/124-revision-v1/',0,'revision','',0),(140,14,'2019-07-22 16:53:37','2019-07-22 21:53:37','<!-- wp:image {\"id\":273} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-4-1-1024x614.jpg\" alt=\"\" class=\"wp-image-273\" /><figcaption>Storm Saulter, <strong>Sprinter</strong> writer-director. (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cinemas in Canada and the United Kingdom are next on the serving plate for a taste of Jamaican feature film, <strong>Sprinter</strong>, director Storm Saulter has indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said in an interview with<strong><em> </em>BUZZ</strong> that he was confident the film would keep its positive momentum into the summer months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I do feel that this film has enough legs and can build\nenough momentum to really keep pushing across the world,” he explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve been open in the US [and] we will continue in theatres in the US throughout the summer. We’re opening in... the UK, like the third week or so in August,” Saulter told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I feel like the word about Sprinter is really starting to gain traction; there’s a large section of independent cinema that’s aware of the film so it’s exciting,” Saulter<strong> </strong>added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The filmmaker hinted that if <strong>Sprinter </strong>goes as well as projected plans to hit streaming platforms in the fall would have to be fast-tracked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The future of feature films in Jamaica is bright, according to Saulter. He said the renaissance of and interest in cinematography was long overdue and imminent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s an exciting time and space to be in. A lot of people have projects in the works, both locally and internationally; a lot of people trying to come here to do projects – a lot of big companies have been here shooting projects as you know.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":287} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-3-683x1024.jpg\" alt=\"\" class=\"wp-image-287\" /><figcaption>Storm Saulter, during his tell-all interview with BUZZ (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“So Jamaica, as a creative space, is alive and thriving right now. For me, it is exciting times. I think good, quality work is gonna keep hitting, keep connecting – that’s really [what’s] going to create a renaissance. It’s not quantity that’s going to get us there, it’s quality,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After a successful tour in 20 states and across 50 cities in the US, <strong>Sprinter </strong>made its first domestic screening on Wednesday, July 3 in cinemas across Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong>, Storm’s second feature film after the critically acclaimed <strong>Better Mus’ Come</strong>, swept the 2018 American Black Film Festival winning Best Director, Best Narrative Feature and the Audience Award.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most recently, the film has gone on to win the New Vision Award at the Bahamas International Film Festival, as well as Best Narrative Feature at the 2019 staging of the Pan African Film Festival in Los Angeles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See part two of <strong>BUZZ</strong>’s interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/BT965g8nOno\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/BT965g8nOno\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong> is executively produced by Hollywood superstars Will Smith and Jada Pinkett Smith – with the film being shot, excluding international scenes, on location in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZhive</strong>! What do you think of <strong>Sprinter</strong>? Sound off in the comments section.</p>\n<!-- /wp:paragraph -->','Storm Saulter sees \'Sprinter\' going around the world','','publish','open','closed','','director-sees-sprinter-going-around-the-world','','','2019-08-14 15:55:02','2019-08-14 20:55:02','',0,'https://buzz-caribbean.com/?p=140',0,'post','',0),(141,14,'2019-07-18 11:49:08','2019-07-18 16:49:08','<!-- wp:paragraph -->\n<p>Storm Saulter continues to ride major waves of accolades and good reviews as his latest theatrical release, <em>Sprinter</em>, opens across cinemas nationwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican writer-director,\nin a tell-all interview with <strong><em>Buzz Entertainment</em></strong>, said that aside\nfrom the long process he’s pleased with the outcome – if he were to judge just\nthe reception so far locally.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There’s many stages to a film\nbut that moment when an audience interacts with it, it takes on a whole new\nlife,” Saulter told <strong><em>Buzz</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s an interesting thing; I\nknow it’s been [many] years and sometimes it feels long but ultimately, [with]\nmy countrymen and women watching – it’s a major moment for me,” Saulter added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Sprinter</em>, a coming-of-age\nstory following 17-year-old Rastafarian track athlete Akeem Sharp, opened in Jamaica\non Wednesday, July 3 – after experiencing overwhelming success on the\ninternational film market. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter told <strong><em>Buzz\nEntertainment</em></strong> that much of his life growing up in Negril, Westmoreland is\nportrayed in <em>Sprinter</em> – with many\nrelatable aspects of a daily Jamaican life taking center stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A lot of my life growing up in\nJamaica is in this film. I remember going to Manning’s’ High School in\nSavanna-La-Mar and I remember going to devotion every morning. That stuff is\nseared in me and my memory and I literally have that entire scene playing out in\nthe film,” the mind behind <em>Sprinter</em>\ntold <strong><em>Buzz\nEntertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that while\n<em>Sprinter</em> is Akeem Sharp’s coming-of-age story, many Jamaicans should appreciate\nsome of the struggles the teen is faced with throughout the movie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Sprinter is really the story\nof a boy trying to run back to his mother – thinking if he can only run fast enough,\nmaybe he can bring his family back together,” he remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That’s the larger, driving\nmotivation but [Sprinter] is also about a young boy going from a nobody to the\nnext Usain Bolt, the next big thing,” Saulter added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I really wanted to tell a\nstory that had a realistic kind of feeling, as in, ‘What are we as people\nfeeling, what’s on the periphery of our lives?’,” he told <strong><em>Buzz Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For me, I wanted to show that\nwe can make global stories about us, that can be mad in this space and that can\nbe made about people who are from here or living through their experiences\neither here or elsewhere,\" Saulter added.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> On a mission to create\nuniversal stories wrapped in the complex social and cultural dynamics of the\nCaribbean, <em>Sprinter</em> marks Storm\nSaulter’s second major silver screen effort since the critically acclaimed <em>Better Mus’ Come</em>.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','140-revision-v1','','','2019-07-18 11:49:08','2019-07-18 16:49:08','',140,'https://buzz-caribbean.com/article/140-revision-v1/',0,'revision','',0),(142,14,'2019-07-18 12:10:21','2019-07-18 17:10:21','','PM Andrew Holness','','inherit','closed','closed','','screen-shot-2019-07-17-at-6-00-45-pm','','','2019-08-28 16:55:52','2019-08-28 21:55:52','',124,'https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-6.00.45-PM.jpg',0,'attachment','image/jpeg',0),(143,14,'2019-07-18 12:11:06','2019-07-18 17:11:06','<!-- wp:image {\"id\":142} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-6.00.45-PM-1024x658.jpg\" alt=\"\" class=\"wp-image-142\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaicans are considered among the coolest people on Earth and many citizens, especially those traversing social media spaces, see Prime Minister Andrew Holness as our savviest leader in recent times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"className\":\"instagram-media\"} -->\n<div class=\"wp-block-image instagram-media\"><figure class=\"aligncenter\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/f80b584a351b4b21d42487a06008dff6/5DAD0DD5/t51.2885-15/e35/11910553_465628773641834_974670672_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Prime Minister Andrew Holness anticipating a pitch during a game of cricket with students at the Mount Zion Primary School in St. James. (Photo contributed, <em>Instagram</em>)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Holness, the island’s eight prime minister, continues to run\none of the most engaging platforms on social media – with many drawing\ncomparisons to Canadian PM Justin Trudeau and former US President Barack Obama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From the very young to the very old, just about everywhere our PM makes an appearance, Holness’ seemingly calm and endearing aura is infectious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a man who understands the power of social media and digital engagement, Holness largely owes his shock 2016 general election win to his outstanding presence on Facebook, Twitter and Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He straddles a delicate balance between being Jamaica’s ‘everyman’ and leader of the Government – in a way that demands your attention and provokes your thoughts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But does Holness\' \'cool factor\' really hold up? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Turns out, there are apparently little holes in this plot as time and time again, Holness and his team have evolved and adapted to capitalize on the use of social media and its impact on Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rolling back the clock, <strong><em>Buzz Lifestyle</em></strong> has delved deep through PM Holness’ timeline, and shares some of his \'coolest moments\', since 2015.</p>\n<!-- /wp:paragraph -->','Is Andrew Holness Jamaica’s \'coolest\' Prime Minister?','','inherit','closed','closed','','124-revision-v1','','','2019-07-18 12:11:06','2019-07-18 17:11:06','',124,'https://buzz-caribbean.com/article/124-revision-v1/',0,'revision','',0),(144,11,'2019-07-18 12:18:07','2019-07-18 17:18:07','','Kushite','','inherit','closed','closed','','kushite-1','','','2019-08-28 16:56:22','2019-08-28 21:56:22','',116,'https://buzz-caribbean.com/app/uploads/2019/07/kushite-1.jpg',0,'attachment','image/jpeg',0),(145,11,'2019-07-18 12:18:51','2019-07-18 17:18:51','','cheffing-don','','inherit','closed','closed','','cheffing-don','','','2019-07-18 12:18:51','2019-07-18 17:18:51','',116,'https://buzz-caribbean.com/app/uploads/2019/07/cheffing-don.jpg',0,'attachment','image/jpeg',0),(146,11,'2019-07-18 12:18:56','2019-07-18 17:18:56','','cheffing-don-1','','inherit','closed','closed','','cheffing-don-1','','','2019-07-18 12:18:56','2019-07-18 17:18:56','',116,'https://buzz-caribbean.com/app/uploads/2019/07/cheffing-don-1.jpg',0,'attachment','image/jpeg',0),(147,11,'2019-07-18 12:19:29','2019-07-18 17:19:29','','veggie-campus','','inherit','closed','closed','','veggie-campus','','','2019-07-18 12:19:29','2019-07-18 17:19:29','',116,'https://buzz-caribbean.com/app/uploads/2019/07/veggie-campus.jpg',0,'attachment','image/jpeg',0),(148,14,'2019-07-18 12:19:33','2019-07-18 17:19:33','','andrew-holness-cool-factor','Prime Minister Andrew Holness and a resident from East Portland sharing a firm handshake. (Photo contributed, Twitter)','inherit','closed','closed','','screen-shot-2019-07-17-at-6-00-45-pm-2','','','2019-07-18 12:20:30','2019-07-18 17:20:30','',124,'https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-6.00.45-PM-1.jpg',0,'attachment','image/jpeg',0),(150,14,'2019-07-18 12:20:38','2019-07-18 17:20:38','<!-- wp:paragraph -->\n<p>Jamaicans are considered among the coolest people on Earth and many citizens, especially those traversing social media spaces, see Prime Minister Andrew Holness as our savviest leader in recent times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"className\":\"instagram-media\"} -->\n<div class=\"wp-block-image instagram-media\"><figure class=\"aligncenter\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/f80b584a351b4b21d42487a06008dff6/5DAD0DD5/t51.2885-15/e35/11910553_465628773641834_974670672_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Prime Minister Andrew Holness anticipating a pitch during a game of cricket with students at the Mount Zion Primary School in St. James. (Photo contributed, <em>Instagram</em>)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Holness, the island’s eight prime minister, continues to run\none of the most engaging platforms on social media – with many drawing\ncomparisons to Canadian PM Justin Trudeau and former US President Barack Obama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From the very young to the very old, just about everywhere our PM makes an appearance, Holness’ seemingly calm and endearing aura is infectious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a man who understands the power of social media and digital engagement, Holness largely owes his shock 2016 general election win to his outstanding presence on Facebook, Twitter and Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He straddles a delicate balance between being Jamaica’s ‘everyman’ and leader of the Government – in a way that demands your attention and provokes your thoughts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But does Holness\' \'cool factor\' really hold up? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Turns out, there are apparently little holes in this plot as time and time again, Holness and his team have evolved and adapted to capitalize on the use of social media and its impact on Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rolling back the clock, <strong><em>Buzz Lifestyle</em></strong> has delved deep through PM Holness’ timeline, and shares some of his \'coolest moments\', since 2015.</p>\n<!-- /wp:paragraph -->','Is Andrew Holness Jamaica’s \'coolest\' Prime Minister?','','inherit','closed','closed','','124-revision-v1','','','2019-07-18 12:20:38','2019-07-18 17:20:38','',124,'https://buzz-caribbean.com/article/124-revision-v1/',0,'revision','',0),(151,11,'2019-07-18 12:21:46','2019-07-18 17:21:46','<!-- wp:paragraph -->\n<p>A rastaman is smiling somewhere and probably saying something like- ‘a long time the rasta did a tell yuh seh ital is vital’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You probably scoffed at that advice 10 years earlier but now it is all about peas, beans and a wholesome lifestyle.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We now happily turn up our noses at the once very delicious stew pork - after all, ‘weh pork ago?’ and instead it is all about faux meat, not -cheese and other plant-based goodies. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like everywhere else in the world, Kingston, Jamaica is into the well-hyped vegan lifestyle and Buzz Jamaica is sharing five spots in the corporate area that are ideal for vegans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did we mention they’re all taste approved by our Editorial staff? Well, they are!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Kushites</strong>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What’s Gado Gado?  Have you ever eaten vegan steak?  What about sorell cheesecake?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Those are&nbsp;just some of the items available on Kushites’ menu, which changes approximately every three months.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":144,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/kushite-1-1024x614.jpg\" alt=\"\" class=\"wp-image-144\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What’s more, if you are into Dr Sebi they also offer meal items exclusively for the alkaline diet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Appropriately located inside Eden Gardens Wellness Resort &amp; Spa, Kushites is vegan dining at its finest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The place looks spectacular with stunning golden rococo-style furnishings, which makes it the perfect spot to bring someone you are trying to impress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Mi Hungry&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is the ital food spot that is a hit among local vegans- Jamaican vegans love Mi Hungry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Opening at an impressive 8:00 am each morning, Mi hungry serves up a wide range of vegan dishes and plenty of freshly squeezed and cold press juices from sun up til well into the evening closing just before midnight.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tucked away inside the food mecca that is Marketplace, what makes Mi Hungry unique is nothing there is cooked-they offer what they call&nbsp; ‘live’ food.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Can you believe it, they offer pizzas, burgers and pastas and none of it has touched a stove.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How they do it? It is a variety of spicing and dehydration techniques.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This spot boasts not only a unique food preparation style but is always buzzing with an ital vibe and lively banter about natural life and black consciousness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a spot to not only nourish your body but nourish your mind and it is one of the most affordable natural eateries in town.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did we mention that they also have a location in Ocho Rios?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The Cheffing Don&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you love a great bean stew- then The Cheffing Don is your place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":145} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/cheffing-don-1024x614.jpg\" alt=\"\" class=\"wp-image-145\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The hit item on this menu is their three-bean stew, which is available on Wednesdays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, they have other equally as delicious plant-based meal items that are ideal for vegans or those hoping to cross over.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Priding themselves on utilizing local and organic foods, The Cheffing Don has an ital vibe evident in the fact that they don’t use plates, but keep it very roots serving up&nbsp;their delicately designed food masterpieces inside a calabash.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With plenty of greenery and outdoor seating, this place is an ideal spot to grab something nutritious to eat while getting in tune with nature. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Veggie Campus&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nestled into Skibo Avenue, Veggie Campus is a stone throw away from the prestigious Holy Childhood High School.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While sadly Veggie Campus is take-out only this spot boasts plenty of fun and lively dishes that make picking up the phone and making the call or sending the text a breeze.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[147],\"align\":\"center\"} -->\n<ul class=\"wp-block-gallery aligncenter columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/veggie-campus-1024x614.jpg\" alt=\"\" data-id=\"147\" data-link=\"https://buzz-caribbean.com/?attachment_id=147\" class=\"wp-image-147\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Boasting signature specials like their green plantain lasagna, which uses green plantains as sheets of pasta, stuffed with spiced lentils and creamy cashew cheese-  Veggie Campus has the type of variety that makes you wonder why you ever thought veganhood was difficult. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did we mention their bbq cauliflower- you’ll never miss the taste of bbq chicken wings again.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>New Leaf Vegetarian&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s been at its 121 Hope Road location for what feels like forever - and long before the vegan craze hit Kingston Harbour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This spot opens an hour before lunchtime and boasts sumptuous vegetarian goodies.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bean burgers, stir-frys, soups and delightful vegan pastries are just some of New Leaf Vegetarians offerings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Plus they are known for their speedy delivery and&nbsp;friendly customer service.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->','5 Go-to spots for vegans in Kingston','','inherit','closed','closed','','116-revision-v1','','','2019-07-18 12:21:46','2019-07-18 17:21:46','',116,'https://buzz-caribbean.com/article/116-revision-v1/',0,'revision','',0),(152,14,'2019-07-18 12:24:22','2019-07-18 17:24:22','','PM Andrew Holness','','inherit','closed','closed','','screen-shot-2019-07-17-at-6-00-45-pm-2-2','','','2019-08-28 16:57:13','2019-08-28 21:57:13','',124,'https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-6.00.45-PM-2.jpg',0,'attachment','image/jpeg',0),(155,11,'2019-07-18 12:28:55','2019-07-18 17:28:55','<!-- wp:paragraph -->\n<p>Jamaica has made significant strides since the meltdown of the financial sector but still has some way to go, says the President of the Private Sector Organisation of Jamaica (PSOJ), Howard Mitchell.<br><br>He was speaking at a forum, which included private sector leaders, government officials,&nbsp;bankers, small business owners and Bank of Jamaica operatives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mitchell said the state must be commended for efforts to reduce its size, to shrink its bureaucracy... to be more facilitative and less interfering in commerce and to divest itself of the vast assets it still controls.<br><br>\"But we want and need to see greater rationalization of various licences and permits, faster throughput of export approvals and increased purchasing of local products by the state.<br><br>\"There should be less complex procurement rules and greater speed, transparency and simplicity in the divestment of state owned assets,\" said Mitchell.<br><br>He pointed out that for some time now the Jamaica Manufacturers and Exporters Association has been lobbying for the need to stipulate for a certain percentage of Government procurement to be weighted in favour of local producers.<br><br>The PSOJ boss made it clear that the people of Jamaica wanted to see serious efforts made to reduce crime and corruption which continues to inhibit economic growth.<br><br>\"Civil society in general wants to see effective corrective steps being taken by the state to punish and reduce corruption in all its forms wherever it occurs and whomever is involved. Crime and corruption are costing us too much in blood and in GDP growth.<br><br>\"All well thinking members of the society must join hands to assist and cooperate with the state against the conjoined conspiracy of crime and corruption and we must start now... not just with repression and big talk but with cooperative and inclusive measures to encourage productive efforts in our society and to be all inclusive in our focus and growth,\" Michell said.</p>\n<!-- /wp:paragraph -->','PSOJ boss says Jamaican economy on track','','publish','closed','closed','','psoj-boss-says-jamaican-economy-on-track','','','2019-07-18 12:28:56','2019-07-18 17:28:56','',0,'https://buzz-caribbean.com/?p=155',0,'post','',0),(156,11,'2019-07-18 12:28:55','2019-07-18 17:28:55','<!-- wp:paragraph -->\n<p>Jamaica has made significant strides since the meltdown of the financial sector but still has some way to go, says the President of the Private Sector Organisation of Jamaica (PSOJ), Howard Mitchell.<br><br>He was speaking at a forum, which included private sector leaders, government officials,&nbsp;bankers, small business owners and Bank of Jamaica operatives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mitchell said the state must be commended for efforts to reduce its size, to shrink its bureaucracy... to be more facilitative and less interfering in commerce and to divest itself of the vast assets it still controls.<br><br>\"But we want and need to see greater rationalization of various licences and permits, faster throughput of export approvals and increased purchasing of local products by the state.<br><br>\"There should be less complex procurement rules and greater speed, transparency and simplicity in the divestment of state owned assets,\" said Mitchell.<br><br>He pointed out that for some time now the Jamaica Manufacturers and Exporters Association has been lobbying for the need to stipulate for a certain percentage of Government procurement to be weighted in favour of local producers.<br><br>The PSOJ boss made it clear that the people of Jamaica wanted to see serious efforts made to reduce crime and corruption which continues to inhibit economic growth.<br><br>\"Civil society in general wants to see effective corrective steps being taken by the state to punish and reduce corruption in all its forms wherever it occurs and whomever is involved. Crime and corruption are costing us too much in blood and in GDP growth.<br><br>\"All well thinking members of the society must join hands to assist and cooperate with the state against the conjoined conspiracy of crime and corruption and we must start now... not just with repression and big talk but with cooperative and inclusive measures to encourage productive efforts in our society and to be all inclusive in our focus and growth,\" Michell said.</p>\n<!-- /wp:paragraph -->','PSOJ boss says Jamaican economy on track','','inherit','closed','closed','','155-revision-v1','','','2019-07-18 12:28:55','2019-07-18 17:28:55','',155,'https://buzz-caribbean.com/article/155-revision-v1/',0,'revision','',0),(157,11,'2019-07-18 12:40:33','2019-07-18 17:40:33','<!-- wp:paragraph -->\n<p>The South Korean motor company Kia is carving out a reputation for <strong><em>style and reliability.</em></strong><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":61} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Kia_Optima_Buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-61\" /><figcaption>Kia Optima</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The confidence in its reliability sees it offering a seven-year warranty where other carmakers tend to offer just three.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":62,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Kia_Sportage_Buzz.jpg\" alt=\"\" class=\"wp-image-62\" /><figcaption>Kia Sportage</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kia\'s reliability has been noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><em>CNN put Kia 6th out of 10 in their table in 2015. The following year J.D. Power ranked it No. 1 for reliability. The UK\'s Telegraph newspaper placed Kia 3 out of 20 for the most reliable car brand of 2017.&nbsp;</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kia has upped the ante on the use of technology with its infotainment system being one of the best around.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Of the Kia brands, the<strong> Sportage</strong>, <strong>Sorento</strong> and <strong>Soul </strong>have been rated the most reliable. Kia owners talk proudly of clocking high mileage without having to make constant trips to the mechanic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":60} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Kia_Sorento_Buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-60\" /><figcaption>Kia Sorento</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Seoul-based motor company has also stepped up its game in styling and design and this one can see with the increased models gracing Jamaica\'s roads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":63} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Kia_Soul_Buzz-1024x676.jpg\" alt=\"\" class=\"wp-image-63\" /><figcaption>Kia Soul</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <em><strong>Chief Operating Of Kia Motors America, Michael Sprague said: \"Kia\'s decade-long focus on craftsmanship and continuous improvement reflects the voice of our customers which is the ultimate affirmation.</strong></em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>According to Top Gear, Kia is now rivalling some of Europe\'s top car brands with vehicles for every segment. The top TV car show is of the view that Kia vehicles are competitively priced, reliable, offer good value and quality and are getting better with time.\n\n</p>\n<!-- /wp:paragraph -->','Kia cars score high on reliability','','inherit','closed','closed','','59-revision-v1','','','2019-07-18 12:40:33','2019-07-18 17:40:33','',59,'https://buzz-caribbean.com/article/59-revision-v1/',0,'revision','',0),(158,14,'2019-07-18 12:41:01','2019-07-18 17:41:01','','Andrew Holness Instagram','','inherit','closed','closed','','andrew-holness-negril-1','','','2019-08-28 16:57:45','2019-08-28 21:57:45','',124,'https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-negril-1.jpg',0,'attachment','image/jpeg',0),(159,14,'2019-07-18 12:41:20','2019-07-18 17:41:20','','andrew-holness-nesbeth-performance1','','inherit','closed','closed','','andrew-holness-nesbeth-performance1','','','2019-07-18 12:41:20','2019-07-18 17:41:20','',124,'https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-nesbeth-performance1.jpg',0,'attachment','image/jpeg',0),(160,14,'2019-07-18 12:41:27','2019-07-18 17:41:27','','Andrew Holness Family','','inherit','closed','closed','','andrew-holness-family1','','','2019-08-28 16:58:16','2019-08-28 21:58:16','',124,'https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-family1.jpg',0,'attachment','image/jpeg',0),(161,14,'2019-07-18 12:41:52','2019-07-18 17:41:52','','andrew-holness-norman-dunn-20171','','inherit','closed','closed','','andrew-holness-norman-dunn-20171','','','2019-07-18 12:41:52','2019-07-18 17:41:52','',124,'https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-norman-dunn-20171.jpg',0,'attachment','image/jpeg',0),(162,14,'2019-07-18 12:42:27','2019-07-18 17:42:27','','andrew-holness-community-football1','','inherit','closed','closed','','andrew-holness-community-football1','','','2019-07-18 12:42:27','2019-07-18 17:42:27','',124,'https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-community-football1.jpg',0,'attachment','image/jpeg',0),(163,14,'2019-07-18 12:42:54','2019-07-18 17:42:54','','Andrew Holness selfie','','inherit','closed','closed','','screen-shot-2019-07-17-at-5-55-51-pm','','','2019-08-28 16:58:45','2019-08-28 21:58:45','',124,'https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-5.55.51-PM.jpg',0,'attachment','image/jpeg',0),(164,14,'2019-07-18 12:43:18','2019-07-18 17:43:18','','Screen-Shot-2019-07-17-at-6.00.45-PM-3','','inherit','closed','closed','','screen-shot-2019-07-17-at-6-00-45-pm-3','','','2019-07-18 12:43:18','2019-07-18 17:43:18','',124,'https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-6.00.45-PM-3.jpg',0,'attachment','image/jpeg',0),(165,14,'2019-07-18 12:44:10','2019-07-18 17:44:10','','Screen-Shot-2019-07-17-at-6.05.45-PM','','inherit','closed','closed','','screen-shot-2019-07-17-at-6-05-45-pm','','','2019-07-18 12:44:10','2019-07-18 17:44:10','',124,'https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-6.05.45-PM.jpg',0,'attachment','image/jpeg',0),(166,14,'2019-07-18 12:44:21','2019-07-18 17:44:21','','Screen-Shot-2019-07-17-at-5.36.15-PM','','inherit','closed','closed','','screen-shot-2019-07-17-at-5-36-15-pm','','','2019-07-18 12:44:21','2019-07-18 17:44:21','',124,'https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-5.36.15-PM.jpg',0,'attachment','image/jpeg',0),(167,14,'2019-07-18 12:44:39','2019-07-18 17:44:39','','PM Andrew Holness cleans his shoes','','inherit','closed','closed','','screen-shot-2019-07-18-at-9-53-28-am','','','2019-08-28 16:59:27','2019-08-28 21:59:27','',124,'https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-18-at-9.53.28-AM.jpg',0,'attachment','image/jpeg',0),(168,14,'2019-07-18 12:46:52','2019-07-18 17:46:52','<!-- wp:image {\"id\":152} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-6.00.45-PM-2-1024x658.jpg\" alt=\"\" class=\"wp-image-152\" /><figcaption>Prime Minister Andrew Holness and a resident from East Portland sharing a firm handshake. (Photo contributed, <em>Twitter</em>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaicans are considered among the coolest people on Earth and many citizens, especially those traversing social media spaces, see Prime Minister Andrew Holness as our savviest leader in recent times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"className\":\"instagram-media\"} -->\n<div class=\"wp-block-image instagram-media\"><figure class=\"alignleft\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/f80b584a351b4b21d42487a06008dff6/5DAD0DD5/t51.2885-15/e35/11910553_465628773641834_974670672_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Prime Minister Andrew Holness anticipating a pitch during a game of cricket with students at the Mount Zion Primary School in St. James. (Photo contributed, <em>Instagram</em>)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Holness, the island’s eight prime minister, continues to run\none of the most engaging platforms on social media – with many drawing\ncomparisons to Canadian PM Justin Trudeau and former US President Barack Obama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From the very young to the very old, just about everywhere our PM makes an appearance, Holness’ seemingly calm and endearing aura is infectious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a man who understands the power of social media and digital engagement, Holness largely owes his shock 2016 general election win to his outstanding presence on Facebook, Twitter and Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/42a5f8031dcddf873735dc4503b9b968/5DBC7DCA/t51.2885-15/e35/11930873_1753057154922068_81944720_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Holness\' 2015 post, dusting off a fresh pair of Desert Clarks, took social media by storm. The caption accompanying the viral photo paid homage to deejay Vybz Kartel (Photo contributed, <em>Instagram</em>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He straddles a delicate balance between being Jamaica’s ‘everyman’ and leader of the Government – in a way that demands your attention and provokes your thoughts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But does Holness\' \'cool factor\' really hold up? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Turns out, there are apparently little holes in this plot as time and time again, Holness and his team have evolved and adapted to capitalize on the use of social media and its impact on Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rolling back the clock, <strong><em>Buzz Lifestyle</em></strong> has delved deep through PM Holness’ timeline, and shares some of his \'coolest moments\', since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[158,159,160,161,162,163,164,165,166,167]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-negril-1-1024x651.jpg\" alt=\"\" data-id=\"158\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-negril-1/\" class=\"wp-image-158\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-nesbeth-performance1-1024x576.jpg\" alt=\"\" data-id=\"159\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-nesbeth-performance1/\" class=\"wp-image-159\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-family1-1024x603.jpg\" alt=\"\" data-id=\"160\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-family1/\" class=\"wp-image-160\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-norman-dunn-20171-1024x582.jpg\" alt=\"\" data-id=\"161\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-norman-dunn-20171/\" class=\"wp-image-161\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-community-football1-1024x634.jpg\" alt=\"\" data-id=\"162\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-community-football1/\" class=\"wp-image-162\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-5.55.51-PM-1024x728.jpg\" alt=\"\" data-id=\"163\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/screen-shot-2019-07-17-at-5-55-51-pm/\" class=\"wp-image-163\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-6.00.45-PM-3-1024x658.jpg\" alt=\"\" data-id=\"164\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/screen-shot-2019-07-17-at-6-00-45-pm-3/\" class=\"wp-image-164\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-6.05.45-PM-1024x684.jpg\" alt=\"\" data-id=\"165\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/screen-shot-2019-07-17-at-6-05-45-pm/\" class=\"wp-image-165\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-5.36.15-PM.jpg\" alt=\"\" data-id=\"166\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/screen-shot-2019-07-17-at-5-36-15-pm/\" class=\"wp-image-166\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-18-at-9.53.28-AM.jpg\" alt=\"\" data-id=\"167\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/screen-shot-2019-07-18-at-9-53-28-am/\" class=\"wp-image-167\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you believe Andrew Holness is our coolest Prime Minister? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the <strong><em>Buzz </em></strong>comment section below!</p>\n<!-- /wp:paragraph -->','Is Andrew Holness Jamaica’s \'coolest\' Prime Minister?','','inherit','closed','closed','','124-revision-v1','','','2019-07-18 12:46:52','2019-07-18 17:46:52','',124,'https://buzz-caribbean.com/article/124-revision-v1/',0,'revision','',0),(169,23,'2019-07-18 13:24:05','2019-07-18 18:24:05','<!-- wp:paragraph -->\n<p>Steven Morgan is poised for greatness in the fashion industry with his clothing line Hombreecentric. He is known by many as Stevywho, the man famous for his bold outfits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":182} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-4-1.jpg\" alt=\"\" class=\"wp-image-182\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Just last year, after entering the\nCampari Pop Style fashion exhibition, he won a cash reward of $100,000 for most\nstylish male.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old Morgan is no novice to\nthe fashion world. He is always challenging the norms with his interesting\nlooks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":183} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-5-1.jpg\" alt=\"\" class=\"wp-image-183\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hombreecentric presents an authentic and fresh outlook to Jamaica’s fashion ecosystem. The brand caters to both sexes with a unique look that sets it apart from other clothing lines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Morgan told <strong>BUZ</strong><strong>Z</strong>that the idea to start a clothing line emerged during a discussion with a friend.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":177} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Hombre-eccentric-Steve-morgan.jpg\" alt=\"\" class=\"wp-image-177\" /><figcaption>Hombreeccentric boss Steven \'Stevywho\' Morgan </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The four-year-old company recently\ndropped its summer collection which is a fusion of pop culture and trendy colours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also revealed his newest unisex\ndesign. This draws inspiration from rap icon Nicki Minaj with neon colours\nwhich are the hottest trend for the summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":176} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-3-1024x673.jpg\" alt=\"\" class=\"wp-image-176\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Morgan’s eye for fashion was formed when he was a child. His parents where known within their community as the most impresstive dressers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":180} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-2-1-684x1024.jpg\" alt=\"\" class=\"wp-image-180\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hombreecentric has been gaining wide notoriety as a\ngrowing number of social media influences sport the brand. Singer Jada Kingdom\nis a fervent supporter of the brand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Morgan said that while much is expected of his brand, the fashion world has no idea of the greatness that’s about to come.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em> —</em><strong><em>Story written by Andre Cooper</em></strong></p>\n<!-- /wp:paragraph -->','Pssst! You should be wearing Hombreeccentric','','publish','closed','closed','','pssst-you-should-be-wearing-hombreeccentric','','','2019-08-15 14:27:01','2019-08-15 19:27:01','',0,'https://buzz-caribbean.com/?p=169',0,'post','',0),(170,4,'2019-07-18 12:53:06','2019-07-18 17:53:06','<!-- wp:paragraph -->\n<p>Steven Morgan is poised for\ngreatness in the fashion industry with his clothing line Hombreecentric.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is known by many as Stevywho, the\nman famous for his bold outfits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":135} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-4-1024x1024.jpg\" alt=\"\" class=\"wp-image-135\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Just last year, after entering the\nCampari Pop Style fashion exhibition, he won a cash reward of $100,000 for most\nstylish male.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old Morgan is no novice to\nthe fashion world. He is always challenging the norms with his interesting\nlooks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hombreecentric presents an authentic and fresh\noutlook to Jamaica’s fashion ecosystem. The brand caters to both sexes with a\nunique look that sets it apart from other clothing lines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Morgan told <strong>Buzz Jamaica</strong>that the idea\nto start a clothing line emerged during a discussion with a friend.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The four-year-old company recently\ndropped its summer collection which is a fusion of pop culture and trendy colours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also revealed his newest unisex\ndesign. This draws inspiration from rap icon Nicki Minaj with neon colours\nwhich are the hottest trend for the summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Morgan’s eye for fashion was formed when\nhe was a child. His parents where known within their community as the most\nimpressive dressers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hombreecentric has been gaining wide notoriety as a\ngrowing number of social media influences sport the brand. Singer Jada Kingdom\nis a fervent supporter of the brand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Morgan said that while much is expected\nof his brand, the fashion world has no idea of the greatness that’s about to\ncome.</p>\n<!-- /wp:paragraph -->','Pssst! You should be wearing Hombreeccentric','','inherit','closed','closed','','169-revision-v1','','','2019-07-18 12:53:06','2019-07-18 17:53:06','',169,'https://buzz-caribbean.com/article/169-revision-v1/',0,'revision','',0),(171,4,'2019-07-18 12:58:16','2019-07-18 17:58:16','<!-- wp:paragraph -->\n<p>Steven Morgan is poised for\ngreatness in the fashion industry with his clothing line Hombreecentric.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is known by many as Stevywho, the\nman famous for his bold outfits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":134,\"width\":590,\"height\":590} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-3-1024x1024.jpg\" alt=\"\" class=\"wp-image-134\" width=\"590\" height=\"590\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Just last year, after entering the\nCampari Pop Style fashion exhibition, he won a cash reward of $100,000 for most\nstylish male.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old Morgan is no novice to\nthe fashion world. He is always challenging the norms with his interesting\nlooks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hombreecentric presents an authentic and fresh outlook to Jamaica’s fashion ecosystem. The brand caters to both sexes with a unique look that sets it apart from other clothing lines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Morgan told <strong>Buzz Jamaica</strong>that the idea\nto start a clothing line emerged during a discussion with a friend.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The four-year-old company recently\ndropped its summer collection which is a fusion of pop culture and trendy colours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also revealed his newest unisex\ndesign. This draws inspiration from rap icon Nicki Minaj with neon colours\nwhich are the hottest trend for the summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Morgan’s eye for fashion was formed when he was a child. His parents where known within their community as the most impresstive dressers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hombreecentric has been gaining wide notoriety as a\ngrowing number of social media influences sport the brand. Singer Jada Kingdom\nis a fervent supporter of the brand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Morgan said that while much is expected\nof his brand, the fashion world has no idea of the greatness that’s about to\ncome.</p>\n<!-- /wp:paragraph -->','Pssst! You should be wearing Hombreeccentric','','inherit','closed','closed','','169-revision-v1','','','2019-07-18 12:58:16','2019-07-18 17:58:16','',169,'https://buzz-caribbean.com/article/169-revision-v1/',0,'revision','',0),(173,14,'2019-07-18 13:06:16','2019-07-18 18:06:16','<!-- wp:image {\"id\":152} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-6.00.45-PM-2-1024x658.jpg\" alt=\"\" class=\"wp-image-152\" /><figcaption>Prime Minister Andrew Holness and a resident from East Portland sharing a firm handshake. (Photo contributed, <em>Twitter</em>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaicans are considered among the coolest people on Earth and many citizens, especially those traversing social media spaces, see Prime Minister Andrew Holness as our savviest leader in recent times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"className\":\"instagram-media\"} -->\n<div class=\"wp-block-image instagram-media\"><figure class=\"alignleft\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/f80b584a351b4b21d42487a06008dff6/5DAD0DD5/t51.2885-15/e35/11910553_465628773641834_974670672_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Prime Minister Andrew Holness anticipating a pitch during a game of cricket with students at the Mount Zion Primary School in St. James. (Photo contributed, <em>Instagram</em>)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Holness, the island’s eight prime minister, continues to run\none of the most engaging platforms on social media – with many drawing\ncomparisons to Canadian PM Justin Trudeau and former US President Barack Obama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From the very young to the very old, just about everywhere our PM makes an appearance, Holness’ seemingly calm and endearing aura is infectious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a man who understands the power of social media and digital engagement, Holness largely owes his shock 2016 general election win to his outstanding presence on Facebook, Twitter and Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/42a5f8031dcddf873735dc4503b9b968/5DBC7DCA/t51.2885-15/e35/11930873_1753057154922068_81944720_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Holness\' 2015 post, dusting off a fresh pair of Desert Clarks, took social media by storm. The caption accompanying the viral photo paid homage to deejay Vybz Kartel (Photo contributed, <em>Instagram</em>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He straddles a delicate balance between being Jamaica’s ‘everyman’ and leader of the Government – in a way that demands your attention and provokes your thoughts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But does Holness\' \'cool factor\' really hold up? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Turns out, there are apparently little holes in this plot as time and time again, Holness and his team have evolved and adapted to capitalize on the use of social media and its impact on Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rolling back the clock, <strong><em>Buzz Lifestyle</em></strong> has delved deep through PM Holness’ timeline, and shares some of his \'coolest moments\', since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"158\",\"159\",\"160\",\"161\",\"162\",\"163\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-negril-1-1024x651.jpg\" alt=\"\" data-id=\"158\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-negril-1/\" class=\"wp-image-158\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-nesbeth-performance1-1024x576.jpg\" alt=\"\" data-id=\"159\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-nesbeth-performance1/\" class=\"wp-image-159\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-family1-1024x603.jpg\" alt=\"\" data-id=\"160\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-family1/\" class=\"wp-image-160\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-norman-dunn-20171-1024x582.jpg\" alt=\"\" data-id=\"161\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-norman-dunn-20171/\" class=\"wp-image-161\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-community-football1-1024x634.jpg\" alt=\"\" data-id=\"162\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-community-football1/\" class=\"wp-image-162\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-5.55.51-PM-1024x728.jpg\" alt=\"\" data-id=\"163\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/screen-shot-2019-07-17-at-5-55-51-pm/\" class=\"wp-image-163\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you believe Andrew Holness is our coolest Prime Minister? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the <strong><em>Buzz </em></strong>comment section below!</p>\n<!-- /wp:paragraph -->','Is Andrew Holness Jamaica’s \'coolest\' Prime Minister?','','inherit','closed','closed','','124-revision-v1','','','2019-07-18 13:06:16','2019-07-18 18:06:16','',124,'https://buzz-caribbean.com/article/124-revision-v1/',0,'revision','',0),(175,4,'2019-07-18 13:21:08','2019-07-18 18:21:08','<!-- wp:paragraph -->\n<p>Steven Morgan is poised for\ngreatness in the fashion industry with his clothing line Hombreecentric.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is known by many as Stevywho, the\nman famous for his bold outfits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":135} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-4-1024x1024.jpg\" alt=\"\" class=\"wp-image-135\" /><figcaption>A piece from the trendy Hombreeccentric line.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Just last year, after entering the\nCampari Pop Style fashion exhibition, he won a cash reward of $100,000 for most\nstylish male.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old Morgan is no novice to\nthe fashion world. He is always challenging the norms with his interesting\nlooks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":132} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-5-1024x1024.jpg\" alt=\"\" class=\"wp-image-132\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hombreecentric presents an authentic and fresh outlook to Jamaica’s fashion ecosystem. The brand caters to both sexes with a unique look that sets it apart from other clothing lines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Morgan told <strong>Buzz Jamaica</strong>that the idea\nto start a clothing line emerged during a discussion with a friend.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":131} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Hombre-eccentric-Steve-morgan-1024x1024.jpg\" alt=\"\" class=\"wp-image-131\" /><figcaption>Hombreeccentric boss Steven \'Stevywho\' Morgan </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The four-year-old company recently\ndropped its summer collection which is a fusion of pop culture and trendy colours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also revealed his newest unisex\ndesign. This draws inspiration from rap icon Nicki Minaj with neon colours\nwhich are the hottest trend for the summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":134} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-3-1024x1024.jpg\" alt=\"\" class=\"wp-image-134\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Morgan’s eye for fashion was formed when he was a child. His parents where known within their community as the most impresstive dressers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hombreecentric has been gaining wide notoriety as a\ngrowing number of social media influences sport the brand. Singer Jada Kingdom\nis a fervent supporter of the brand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":133} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-2-683x1024.jpg\" alt=\"\" class=\"wp-image-133\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Morgan said that while much is expected\nof his brand, the fashion world has no idea of the greatness that’s about to\ncome.</p>\n<!-- /wp:paragraph -->','Pssst! You should be wearing Hombreeccentric','','inherit','closed','closed','','169-revision-v1','','','2019-07-18 13:21:08','2019-07-18 18:21:08','',169,'https://buzz-caribbean.com/article/169-revision-v1/',0,'revision','',0),(176,4,'2019-07-18 13:44:05','2019-07-18 18:44:05','','Hombre Eccentric Fashion','','inherit','closed','closed','','hombre-eccentric-3','','','2019-08-28 16:59:48','2019-08-28 21:59:48','',0,'https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-3.jpg',0,'attachment','image/jpeg',0),(177,4,'2019-07-18 13:44:08','2019-07-18 18:44:08','','Hombre Eccentric Steve Morgan','','inherit','closed','closed','','hombre-eccentric-steve-morgan','','','2019-08-28 17:00:07','2019-08-28 22:00:07','',0,'https://buzz-caribbean.com/app/uploads/2019/07/Hombre-eccentric-Steve-morgan.jpg',0,'attachment','image/jpeg',0),(179,4,'2019-07-18 13:52:07','2019-07-18 18:52:07','<!-- wp:paragraph -->\n<p>Steven Morgan is poised for\ngreatness in the fashion industry with his clothing line Hombreecentric.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is known by many as Stevywho, the\nman famous for his bold outfits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":135} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-4-1024x1024.jpg\" alt=\"\" class=\"wp-image-135\" /><figcaption>A piece from the trendy Hombreeccentric line.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Just last year, after entering the\nCampari Pop Style fashion exhibition, he won a cash reward of $100,000 for most\nstylish male.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old Morgan is no novice to\nthe fashion world. He is always challenging the norms with his interesting\nlooks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":132} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-5-1024x1024.jpg\" alt=\"\" class=\"wp-image-132\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hombreecentric presents an authentic and fresh outlook to Jamaica’s fashion ecosystem. The brand caters to both sexes with a unique look that sets it apart from other clothing lines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Morgan told <strong>Buzz Jamaica</strong>that the idea\nto start a clothing line emerged during a discussion with a friend.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":177} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Hombre-eccentric-Steve-morgan.jpg\" alt=\"\" class=\"wp-image-177\" /><figcaption>Hombreeccentric boss Steven \'Stevywho\' Morgan </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The four-year-old company recently\ndropped its summer collection which is a fusion of pop culture and trendy colours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also revealed his newest unisex\ndesign. This draws inspiration from rap icon Nicki Minaj with neon colours\nwhich are the hottest trend for the summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":176} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-3-1024x673.jpg\" alt=\"\" class=\"wp-image-176\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Morgan’s eye for fashion was formed when he was a child. His parents where known within their community as the most impresstive dressers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hombreecentric has been gaining wide notoriety as a\ngrowing number of social media influences sport the brand. Singer Jada Kingdom\nis a fervent supporter of the brand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Morgan said that while much is expected\nof his brand, the fashion world has no idea of the greatness that’s about to\ncome.</p>\n<!-- /wp:paragraph -->','Pssst! You should be wearing Hombreeccentric','','inherit','closed','closed','','169-revision-v1','','','2019-07-18 13:52:07','2019-07-18 18:52:07','',169,'https://buzz-caribbean.com/article/169-revision-v1/',0,'revision','',0),(180,4,'2019-07-18 13:52:22','2019-07-18 18:52:22','','Hombre Eccentric 2','','inherit','closed','closed','','hombre-eccentric-2-2','','','2019-07-18 13:52:22','2019-07-18 18:52:22','',0,'https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-2-1.jpg',0,'attachment','image/jpeg',0),(181,4,'2019-07-18 13:53:15','2019-07-18 18:53:15','<!-- wp:paragraph -->\n<p>Steven Morgan is poised for\ngreatness in the fashion industry with his clothing line Hombreecentric.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is known by many as Stevywho, the\nman famous for his bold outfits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":135} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-4-1024x1024.jpg\" alt=\"\" class=\"wp-image-135\" /><figcaption>A piece from the trendy Hombreeccentric line.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Just last year, after entering the\nCampari Pop Style fashion exhibition, he won a cash reward of $100,000 for most\nstylish male.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old Morgan is no novice to\nthe fashion world. He is always challenging the norms with his interesting\nlooks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":132} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-5-1024x1024.jpg\" alt=\"\" class=\"wp-image-132\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hombreecentric presents an authentic and fresh outlook to Jamaica’s fashion ecosystem. The brand caters to both sexes with a unique look that sets it apart from other clothing lines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Morgan told <strong>Buzz Jamaica</strong>that the idea\nto start a clothing line emerged during a discussion with a friend.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":177} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Hombre-eccentric-Steve-morgan.jpg\" alt=\"\" class=\"wp-image-177\" /><figcaption>Hombreeccentric boss Steven \'Stevywho\' Morgan </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The four-year-old company recently\ndropped its summer collection which is a fusion of pop culture and trendy colours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also revealed his newest unisex\ndesign. This draws inspiration from rap icon Nicki Minaj with neon colours\nwhich are the hottest trend for the summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":176} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-3-1024x673.jpg\" alt=\"\" class=\"wp-image-176\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Morgan’s eye for fashion was formed when he was a child. His parents where known within their community as the most impresstive dressers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":180} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-2-1-684x1024.jpg\" alt=\"\" class=\"wp-image-180\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hombreecentric has been gaining wide notoriety as a\ngrowing number of social media influences sport the brand. Singer Jada Kingdom\nis a fervent supporter of the brand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Morgan said that while much is expected\nof his brand, the fashion world has no idea of the greatness that’s about to\ncome.</p>\n<!-- /wp:paragraph -->','Pssst! You should be wearing Hombreeccentric','','inherit','closed','closed','','169-revision-v1','','','2019-07-18 13:53:15','2019-07-18 18:53:15','',169,'https://buzz-caribbean.com/article/169-revision-v1/',0,'revision','',0),(182,4,'2019-07-18 13:58:52','2019-07-18 18:58:52','','Hombre Eccentric 4','','inherit','closed','closed','','hombre-eccentric-4-2','','','2019-07-18 13:58:52','2019-07-18 18:58:52','',0,'https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-4-1.jpg',0,'attachment','image/jpeg',0),(183,4,'2019-07-18 13:58:57','2019-07-18 18:58:57','','Hombre Eccentric Clothes','','inherit','closed','closed','','hombre-eccentric-5-2','','','2019-08-28 17:00:30','2019-08-28 22:00:30','',0,'https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-5-1.jpg',0,'attachment','image/jpeg',0),(184,4,'2019-07-18 14:02:02','2019-07-18 19:02:02','<!-- wp:paragraph -->\n<p>Steven Morgan is poised for\ngreatness in the fashion industry with his clothing line Hombreecentric.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is known by many as Stevywho, the\nman famous for his bold outfits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":182} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-4-1.jpg\" alt=\"\" class=\"wp-image-182\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Just last year, after entering the\nCampari Pop Style fashion exhibition, he won a cash reward of $100,000 for most\nstylish male.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old Morgan is no novice to\nthe fashion world. He is always challenging the norms with his interesting\nlooks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":183} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-5-1.jpg\" alt=\"\" class=\"wp-image-183\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hombreecentric presents an authentic and fresh outlook to Jamaica’s fashion ecosystem. The brand caters to both sexes with a unique look that sets it apart from other clothing lines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Morgan told <strong>Buzz Jamaica</strong>that the idea\nto start a clothing line emerged during a discussion with a friend.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":177} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Hombre-eccentric-Steve-morgan.jpg\" alt=\"\" class=\"wp-image-177\" /><figcaption>Hombreeccentric boss Steven \'Stevywho\' Morgan </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The four-year-old company recently\ndropped its summer collection which is a fusion of pop culture and trendy colours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also revealed his newest unisex\ndesign. This draws inspiration from rap icon Nicki Minaj with neon colours\nwhich are the hottest trend for the summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":176} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-3-1024x673.jpg\" alt=\"\" class=\"wp-image-176\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Morgan’s eye for fashion was formed when he was a child. His parents where known within their community as the most impresstive dressers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":180} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-2-1-684x1024.jpg\" alt=\"\" class=\"wp-image-180\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hombreecentric has been gaining wide notoriety as a\ngrowing number of social media influences sport the brand. Singer Jada Kingdom\nis a fervent supporter of the brand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Morgan said that while much is expected\nof his brand, the fashion world has no idea of the greatness that’s about to\ncome.</p>\n<!-- /wp:paragraph -->','Pssst! You should be wearing Hombreeccentric','','inherit','closed','closed','','169-revision-v1','','','2019-07-18 14:02:02','2019-07-18 19:02:02','',169,'https://buzz-caribbean.com/article/169-revision-v1/',0,'revision','',0),(185,4,'2019-07-18 16:02:42','2019-07-18 21:02:42','<!-- wp:image {\"id\":187} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Jah-Cure-in-Kenya.jpg\" alt=\"\" class=\"wp-image-187\" /><figcaption>Reggae artiste Jah Cure in Kenya </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reggae artiste Jah Cure teamed up with Governor of Nairobi City County, Mike Sonko, for a cleaning-up campaign in Nairobi, Kenya recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kenya was the kick-off for the African leg of Cure’s global <strong>The Royal Soldier Tour</strong>, which comes ahead of his new album <strong>Royal Solider</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":190} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Jah-Cure-in-Kenya-2.jpg\" alt=\"\" class=\"wp-image-190\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jah Cure’s mission in Africa showcased not only his album, but also allows him to voice some of his concerns while helping to keep the streets of Kenya clean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Jah Cure joined forces with Sonko to enforce the cleaning campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The duo created a hashtag on social media called #MyWasteMyResponsibility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":192} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Jah-Cure-in-Kenya-5.jpg\" alt=\"\" class=\"wp-image-192\" /><figcaption>Jah Cure is part of a campaign to help keep the streets of Kenya clean.  (photos courtesy of facebook/Jah Cure) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cure’s first big break came in March 1997 when he released the single<strong> King In This Jungle</strong>, a duet with Sizzla. The single was produced by Beres Hammond.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He later released a steady stream of singles that won him critical acclaim.</p>\n<!-- /wp:paragraph -->','Jah Cure finds new life in Kenya','','publish','closed','closed','','jah-cure-finds-new-life-in-kenya','','','2019-08-14 17:46:02','2019-08-14 22:46:02','',0,'https://buzz-caribbean.com/?p=185',0,'post','',0),(186,4,'2019-07-18 14:23:55','2019-07-18 19:23:55','<!-- wp:paragraph -->\n<p>Grammy-nominated Reggae artist Jah Cure teamed up with Governor of Nairobi City County, Mike Sonko, for a cleaning up campaign in Nairobi, Kenya on Saturday, July 6. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kenya was the kick off forthe African leg of Cure’s global “The Royal Soldier Tour”, which comes ahead of his new album “Royal Solider”. The album will be available for pre-order\n on July 26 and on all streaming platforms August 30. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jah Cure’s mission in Africa showcased not only his album to serenade the Kenyan fans, but also allowed him to voice some of his concerns while helping to keep the streets of\n Kenya clean. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I know I\'m a hard-working man, but I did not come to Kenya only to sing, but to work: Physically, spiritually, and mentally,” he said..</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Jah Cure joined forces with Sonko to enforce the cleaning campaign. The duo created a hashtag on social media called #MyWasteMyResponsibility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cure’s first big break came in March, 1997, when he released the single \"King in this Jungle\", a duet with Sizzla. The single was produced by Beres Hammond.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He later released a steady stream of singles that won him critical acclaim and with Beres and Phillip “Fatis” Burrell among his mentors, he started making name for himself. In\n 1998, he went on a European tour, as well as performing in several Caribbean Islands with Beres and the Harmony House Family.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, later in 1998, while in Montego Bay, Cure was arrested on charges of gun possession, robbery and rape. He was found guilty and sentenced to 15 years in prison.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But&nbsp; when he was transferred from the St. Catherine Adult Correctional Centre to the Tower Street Adult Correctional Centre in Kingston, with its digital recording studio for\n use by inmates, he recorded enough material for three albums and a number of singles, some of which have topped the Jamaican chart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His major singles then included – “Ghetto Life” in 2003 and “Freedom Blues” in 2005 and more recently \"Love Is\", \"Longing For\" and \"True Reflections\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since his parole in July 2007, he has released an album titled “Reflections...A New Beginning” and has been performing at major concerts, including Reggae Sumfest. He is now signed\n to Iyah Cure Productions and VP Records.(B.H.)</p>\n<!-- /wp:paragraph -->','Jah Cure finds new life in Kenya','','inherit','closed','closed','','185-revision-v1','','','2019-07-18 14:23:55','2019-07-18 19:23:55','',185,'https://buzz-caribbean.com/article/185-revision-v1/',0,'revision','',0),(187,4,'2019-07-18 14:24:11','2019-07-18 19:24:11','','Jah Cure in Kenya','','inherit','closed','closed','','jah-cure-in-kenya','','','2019-08-28 17:01:32','2019-08-28 22:01:32','',0,'https://buzz-caribbean.com/app/uploads/2019/07/Jah-Cure-in-Kenya.jpg',0,'attachment','image/jpeg',0),(188,4,'2019-07-18 14:29:51','2019-07-18 19:29:51','<!-- wp:paragraph -->\n<p>Reggae artiste Jah Cure teamed up with Governor of Nairobi City County, Mike Sonko, for a cleaning-up campaign in Nairobi, Kenya recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kenya was the kick-off for the African leg of Cure’s global <strong>The Royal Soldier Tou</strong>r, which comes ahead of his new album <strong>Royal Solider</strong>. The album will be on all streaming platforms August 30. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jah Cure’s mission in Africa showcased not only his album to serenade the Kenyan fans, but also allowed him to voice some of his concerns while helping to keep the streets of\n Kenya clean. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I know I\'m a hard-working man, but I did not come to Kenya only to sing, but to work: Physically, spiritually, and mentally,” he said..</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Jah Cure joined forces with Sonko to enforce the cleaning campaign. The duo created a hashtag on social media called #MyWasteMyResponsibility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cure’s first big break came in March, 1997, when he released the single \"King in this Jungle\", a duet with Sizzla. The single was produced by Beres Hammond.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He later released a steady stream of singles that won him critical acclaim and with Beres and Phillip “Fatis” Burrell among his mentors, he started making name for himself. In\n 1998, he went on a European tour, as well as performing in several Caribbean Islands with Beres and the Harmony House Family.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, later in 1998, while in Montego Bay, Cure was arrested on charges of gun possession, robbery and rape. He was found guilty and sentenced to 15 years in prison.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But&nbsp; when he was transferred from the St. Catherine Adult Correctional Centre to the Tower Street Adult Correctional Centre in Kingston, with its digital recording studio for\n use by inmates, he recorded enough material for three albums and a number of singles, some of which have topped the Jamaican chart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His major singles then included – “Ghetto Life” in 2003 and “Freedom Blues” in 2005 and more recently \"Love Is\", \"Longing For\" and \"True Reflections\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since his parole in July 2007, he has released an album titled “Reflections...A New Beginning” and has been performing at major concerts, including Reggae Sumfest. He is now signed\n to Iyah Cure Productions and VP Records.(B.H.)</p>\n<!-- /wp:paragraph -->','Jah Cure finds new life in Kenya','','inherit','closed','closed','','185-revision-v1','','','2019-07-18 14:29:51','2019-07-18 19:29:51','',185,'https://buzz-caribbean.com/article/185-revision-v1/',0,'revision','',0),(189,4,'2019-07-18 15:41:54','2019-07-18 20:41:54','<!-- wp:image {\"id\":187} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Jah-Cure-in-Kenya.jpg\" alt=\"\" class=\"wp-image-187\" /><figcaption>Reggae artiste Jah Cure in Kenya </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reggae artiste Jah Cure teamed up with Governor of Nairobi City County, Mike Sonko, for a cleaning-up campaign in Nairobi, Kenya recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kenya was the kick-off for the African leg of Cure’s global <strong>The Royal Soldier Tou</strong>r, which comes ahead of his new album <strong>Royal Solider</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jah Cure’s mission in Africa showcased not only his album. It also allows him to voice some of his concerns while helping to keep the streets of Kenya clean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Jah Cure joined forces with Sonko to enforce the cleaning campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The duo created a hashtag on social media called #MyWasteMyResponsibility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cure’s first big break came in March 1997 when he released the single<strong> King In This Jungle</strong>, a duet with Sizzla. The single was produced by Beres Hammond.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He later released a steady stream of singles that won him critical acclaim.</p>\n<!-- /wp:paragraph -->','Jah Cure finds new life in Kenya','','inherit','closed','closed','','185-revision-v1','','','2019-07-18 15:41:54','2019-07-18 20:41:54','',185,'https://buzz-caribbean.com/article/185-revision-v1/',0,'revision','',0),(190,4,'2019-07-18 15:42:58','2019-07-18 20:42:58','','Jah Cure in street of Kenya','','inherit','closed','closed','','jah-cure-in-kenya-2','','','2019-08-28 17:02:00','2019-08-28 22:02:00','',0,'https://buzz-caribbean.com/app/uploads/2019/07/Jah-Cure-in-Kenya-2.jpg',0,'attachment','image/jpeg',0),(191,4,'2019-07-18 15:43:08','2019-07-18 20:43:08','','Jah Cure In Kenya','','inherit','closed','closed','','jah-cure-in-kenya-3','','','2019-08-28 17:02:27','2019-08-28 22:02:27','',0,'https://buzz-caribbean.com/app/uploads/2019/07/jah-cure-in-kenya-3.jpg',0,'attachment','image/jpeg',0),(192,4,'2019-07-18 15:43:12','2019-07-18 20:43:12','','Jah Cure In Kenya 5','','inherit','closed','closed','','jah-cure-in-kenya-5','','','2019-08-28 17:03:38','2019-08-28 22:03:38','',0,'https://buzz-caribbean.com/app/uploads/2019/07/Jah-Cure-in-Kenya-5.jpg',0,'attachment','image/jpeg',0),(193,4,'2019-07-18 15:45:54','2019-07-18 20:45:54','<!-- wp:image {\"id\":187} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Jah-Cure-in-Kenya.jpg\" alt=\"\" class=\"wp-image-187\" /><figcaption>Reggae artiste Jah Cure in Kenya </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reggae artiste Jah Cure teamed up with Governor of Nairobi City County, Mike Sonko, for a cleaning-up campaign in Nairobi, Kenya recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kenya was the kick-off for the African leg of Cure’s global <strong>The Royal Soldier Tou</strong>r, which comes ahead of his new album <strong>Royal Solider</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":190} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Jah-Cure-in-Kenya-2.jpg\" alt=\"\" class=\"wp-image-190\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jah Cure’s mission in Africa showcased not only his album. It also allows him to voice some of his concerns while helping to keep the streets of Kenya clean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Jah Cure joined forces with Sonko to enforce the cleaning campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The duo created a hashtag on social media called #MyWasteMyResponsibility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":192} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Jah-Cure-in-Kenya-5.jpg\" alt=\"\" class=\"wp-image-192\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cure’s first big break came in March 1997 when he released the single<strong> King In This Jungle</strong>, a duet with Sizzla. The single was produced by Beres Hammond.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He later released a steady stream of singles that won him critical acclaim.</p>\n<!-- /wp:paragraph -->','Jah Cure finds new life in Kenya','','inherit','closed','closed','','185-revision-v1','','','2019-07-18 15:45:54','2019-07-18 20:45:54','',185,'https://buzz-caribbean.com/article/185-revision-v1/',0,'revision','',0),(194,4,'2019-07-18 15:53:24','2019-07-18 20:53:24','<!-- wp:image {\"id\":187} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Jah-Cure-in-Kenya.jpg\" alt=\"\" class=\"wp-image-187\" /><figcaption>Reggae artiste Jah Cure in Kenya </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reggae artiste Jah Cure teamed up with Governor of Nairobi City County, Mike Sonko, for a cleaning-up campaign in Nairobi, Kenya recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kenya was the kick-off for the African leg of Cure’s global <strong>The Royal Soldier Tour</strong>, which comes ahead of his new album <strong>Royal Solider</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":190} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Jah-Cure-in-Kenya-2.jpg\" alt=\"\" class=\"wp-image-190\" /><figcaption>Jah Cure and Governor of Nairobi City County Mike Sonko</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jah Cure’s mission in Africa showcased not only his album. It also allows him to voice some of his concerns while helping to keep the streets of Kenya clean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Jah Cure joined forces with Sonko to enforce the cleaning campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The duo created a hashtag on social media called #MyWasteMyResponsibility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":192} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Jah-Cure-in-Kenya-5.jpg\" alt=\"\" class=\"wp-image-192\" /><figcaption>Jah Cure is part of a campaign to help keep the streets of Kenya clean.  (photos courtesy of facebook/Jah Cure) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cure’s first big break came in March 1997 when he released the single<strong> King In This Jungle</strong>, a duet with Sizzla. The single was produced by Beres Hammond.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He later released a steady stream of singles that won him critical acclaim.</p>\n<!-- /wp:paragraph -->','Jah Cure finds new life in Kenya','','inherit','closed','closed','','185-revision-v1','','','2019-07-18 15:53:24','2019-07-18 20:53:24','',185,'https://buzz-caribbean.com/article/185-revision-v1/',0,'revision','',0),(195,4,'2019-07-18 16:02:42','2019-07-18 21:02:42','<!-- wp:image {\"id\":187} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Jah-Cure-in-Kenya.jpg\" alt=\"\" class=\"wp-image-187\" /><figcaption>Reggae artiste Jah Cure in Kenya </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reggae artiste Jah Cure teamed up with Governor of Nairobi City County, Mike Sonko, for a cleaning-up campaign in Nairobi, Kenya recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kenya was the kick-off for the African leg of Cure’s global <strong>The Royal Soldier Tour</strong>, which comes ahead of his new album <strong>Royal Solider</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":190} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Jah-Cure-in-Kenya-2.jpg\" alt=\"\" class=\"wp-image-190\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jah Cure’s mission in Africa showcased not only his album but also allows him to voice some of his concerns while helping to keep the streets of Kenya clean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Jah Cure joined forces with Sonko to enforce the cleaning campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The duo created a hashtag on social media called #MyWasteMyResponsibility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":192} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Jah-Cure-in-Kenya-5.jpg\" alt=\"\" class=\"wp-image-192\" /><figcaption>Jah Cure is part of a campaign to help keep the streets of Kenya clean.  (photos courtesy of facebook/Jah Cure) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cure’s first big break came in March 1997 when he released the single<strong> King In This Jungle</strong>, a duet with Sizzla. The single was produced by Beres Hammond.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He later released a steady stream of singles that won him critical acclaim.</p>\n<!-- /wp:paragraph -->','Jah Cure finds new life in Kenya','','inherit','closed','closed','','185-revision-v1','','','2019-07-18 16:02:42','2019-07-18 21:02:42','',185,'https://buzz-caribbean.com/article/185-revision-v1/',0,'revision','',0),(196,4,'2019-07-18 16:23:43','2019-07-18 21:23:43','','The 2019 ESPYs Arrivals','Gabrielle Union and Dwyane Wade at The 2019 ESPYs in July.','inherit','closed','closed','','the-2019-espys-arrivals','','','2019-08-28 17:04:02','2019-08-28 22:04:02','',0,'https://buzz-caribbean.com/app/uploads/2019/07/Gabrielle-Union-and-Dwayne-Wade-.jpeg',0,'attachment','image/jpeg',0),(198,4,'2019-07-18 18:01:18','2019-07-18 23:01:18','<!-- wp:paragraph -->\n<p>Dwayne Wade says he can\'t wait to marry Gabrielle Union again in five years’ time.<br> <br>The former NBA player gave a sweet shout out to the 46-year-old actress during the 2019 ESPY Awards.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":196} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Gabrielle-Union-and-Dwayne-Wade-.jpeg\" alt=\"\" class=\"wp-image-196\" /><figcaption>Gabrielle Union and Dwyane Wade at The 2019 ESPYs in July.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Wade, 37, reveals that the couple — who tied the knot in 2014 after four years of dating — are planning a \"lower budget\" ceremony for their 10th anniversary.<br><br>\"I cannot wait \'til five years from now until I get the chance to marry you again. It\'s gonna be a little lower budget than the first one, but it\'s all good,\" Wade says.<br><br><br></p>\n<!-- /wp:paragraph -->','Dwayne Wade can\'t wait to marry Gabrielle Union again','','publish','closed','closed','','dwayne-wade-cant-wait-to-marry-gabrielle-union-again','','','2019-08-14 13:51:04','2019-08-14 18:51:04','',0,'https://buzz-caribbean.com/?p=198',0,'post','',0),(199,14,'2019-07-18 16:42:04','2019-07-18 21:42:04','<!-- wp:paragraph -->\n<p>Jamaicans are considered among the coolest people on Earth and many citizens, especially those traversing social media spaces, see Prime Minister Andrew Holness as our savviest leader in recent times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/42a5f8031dcddf873735dc4503b9b968/5DBC7DCA/t51.2885-15/e35/11930873_1753057154922068_81944720_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Holness\' 2015 post, dusting off a fresh pair of Desert Clarks, took social media by storm. The caption accompanying the viral photo paid homage to deejay Vybz Kartel (Photo contributed, <em>Instagram</em>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Holness, the island’s eight prime minister, continues to run\none of the most engaging platforms on social media – with many drawing\ncomparisons to Canadian PM Justin Trudeau and former US President Barack Obama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From the very young to the very old, just about everywhere our PM makes an appearance, Holness’ seemingly calm and endearing aura is infectious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a man who understands the power of social media and digital engagement, Holness largely owes his shock 2016 general election win to his outstanding presence on Facebook, Twitter and Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He straddles a delicate balance between being Jamaica’s ‘everyman’ and leader of Government – in a way that demands your attention and provokes your thoughts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But does Holness\' \'cool factor\' really hold up? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"className\":\"instagram-media\"} -->\n<div class=\"wp-block-image instagram-media\"><figure class=\"alignleft\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/f80b584a351b4b21d42487a06008dff6/5DAD0DD5/t51.2885-15/e35/11910553_465628773641834_974670672_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Prime Minister Andrew Holness anticipating a pitch during a game of cricket with students at the Mount Zion Primary School in St. James. (Photo contributed, <em>Instagram</em>)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Turns out, there are apparently little holes in this plot as time and time again, Holness and his team have evolved and adapted to capitalize on the use of social media and its impact on Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rolling back the clock, <strong><em>Buzz Lifestyle</em></strong> has delved deep through PM Holness’ timeline, and shares some of his \'coolest moments\', since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"158\",\"159\",\"160\",\"161\",\"162\",\"163\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-negril-1-1024x651.jpg\" alt=\"\" data-id=\"158\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-negril-1/\" class=\"wp-image-158\" /><figcaption>Novem</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-nesbeth-performance1-1024x576.jpg\" alt=\"\" data-id=\"159\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-nesbeth-performance1/\" class=\"wp-image-159\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-family1-1024x603.jpg\" alt=\"\" data-id=\"160\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-family1/\" class=\"wp-image-160\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-norman-dunn-20171-1024x582.jpg\" alt=\"\" data-id=\"161\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-norman-dunn-20171/\" class=\"wp-image-161\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-community-football1-1024x634.jpg\" alt=\"\" data-id=\"162\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-community-football1/\" class=\"wp-image-162\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-5.55.51-PM-1024x728.jpg\" alt=\"\" data-id=\"163\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/screen-shot-2019-07-17-at-5-55-51-pm/\" class=\"wp-image-163\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you believe Andrew Holness is our coolest Prime Minister? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the <strong><em>Buzz </em></strong>comment section below!</p>\n<!-- /wp:paragraph -->','Is Andrew Holness Jamaica’s \'coolest\' Prime Minister?','','inherit','closed','closed','','124-revision-v1','','','2019-07-18 16:42:04','2019-07-18 21:42:04','',124,'https://buzz-caribbean.com/article/124-revision-v1/',0,'revision','',0),(200,4,'2019-07-18 18:01:18','2019-07-18 23:01:18','<!-- wp:paragraph -->\n<p>Dwayne Wade says he can\'t wait to marry Gabrielle Union again in five years’ time.<br> <br> The former NBA player gave a sweet shout out to the 46-year-old actress during the 2019 ESPY Awards.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":196} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Gabrielle-Union-and-Dwayne-Wade-.jpeg\" alt=\"\" class=\"wp-image-196\" /><figcaption>Gabrielle Union and Dwyane Wade at The 2019 ESPYs in July.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Wade, 37, revealed that the couple — who tied the knot in 2014 after four years of dating — are planning a \"lower budget\" ceremony for their 10th anniversary.<br><br> \"I cannot wait \'til five years from now until I get the chance to marry you again. It\'s gonna be a little lower budget than the first one, but it\'s all good,\" Wade says.<br><br><br></p>\n<!-- /wp:paragraph -->','Dwayne Wade can\'t wait to marry Gabrielle Union again','','inherit','closed','closed','','198-revision-v1','','','2019-07-18 18:01:18','2019-07-18 23:01:18','',198,'https://buzz-caribbean.com/article/198-revision-v1/',0,'revision','',0),(201,4,'2019-07-18 18:02:52','2019-07-18 23:02:52','<!-- wp:paragraph -->\n<p>Dwayne Wade says he can\'t wait to marry Gabrielle Union again in five years’ time.<br> <br> The former NBA player gave a sweet shout out to the 46-year-old actress during the 2019 ESPY Awards.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":196} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Gabrielle-Union-and-Dwayne-Wade-.jpeg\" alt=\"\" class=\"wp-image-196\" /><figcaption>Gabrielle Union and Dwyane Wade at The 2019 ESPYs in July.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Wade, 37, reveal that the couple — who tied the knot in 2014 after four years of dating — are planning a \"lower budget\" ceremony for their 10th anniversary.<br><br> \"I cannot wait \'til five years from now until I get the chance to marry you again. It\'s gonna be a little lower budget than the first one, but it\'s all good,\" Wade says.<br><br><br></p>\n<!-- /wp:paragraph -->','Dwayne Wade can\'t wait to marry Gabrielle Union again','','inherit','closed','closed','','198-revision-v1','','','2019-07-18 18:02:52','2019-07-18 23:02:52','',198,'https://buzz-caribbean.com/article/198-revision-v1/',0,'revision','',0),(202,4,'2019-07-18 18:04:59','2019-07-18 23:04:59','<!-- wp:paragraph -->\n<p>Dwayne Wade says he can\'t wait to marry Gabrielle Union again in five years’ time.<br> <br>The former NBA player gave a sweet shout out to the 46-year-old actress during the 2019 ESPY Awards.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":196} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Gabrielle-Union-and-Dwayne-Wade-.jpeg\" alt=\"\" class=\"wp-image-196\" /><figcaption>Gabrielle Union and Dwyane Wade at The 2019 ESPYs in July.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Wade, 37, reveals that the couple — who tied the knot in 2014 after four years of dating — are planning a \"lower budget\" ceremony for their 10th anniversary.<br><br>\"I cannot wait \'til five years from now until I get the chance to marry you again. It\'s gonna be a little lower budget than the first one, but it\'s all good,\" Wade says.<br><br><br></p>\n<!-- /wp:paragraph -->','Dwayne Wade can\'t wait to marry Gabrielle Union again','','inherit','closed','closed','','198-revision-v1','','','2019-07-18 18:04:59','2019-07-18 23:04:59','',198,'https://buzz-caribbean.com/article/198-revision-v1/',0,'revision','',0),(203,4,'2019-07-18 18:21:06','2019-07-18 23:21:06','<!-- wp:paragraph -->\n<p>Cardi B\'s daughter Kulture had a mini cake fight with her mom on her first birthday on Wednesday, July 10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cardi B shared a picture of Kulture plastering birthday cake on her face on her first birthday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":208} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/CARDI-B-KULTER.jpg\" alt=\"\" class=\"wp-image-208\" /><figcaption>Rapper Cardi B and daughter Kulture (Photo: Instagram - @iamcardib)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old rapper and Kulture had a mini food fight in their kitchen, which was decked out with rainbow balloons and cupcakes.<br> <br>Cardi had the sweet moment Kulture covered her in icing captured, and captioned the Instagram post: \"A little quick 12 o’clock turn up my baaaaaaaaaybeeeeeeeeeee...Ok goodbye.\"<br> </p>\n<!-- /wp:paragraph -->','Kulture covers mom Cardi B in cake on first birthday','','publish','closed','closed','','kulture-covers-mom-cardi-b-in-cake-on-first-birthday','','','2019-08-14 13:53:50','2019-08-14 18:53:50','',0,'https://buzz-caribbean.com/?p=203',0,'post','',0),(204,4,'2019-07-18 18:16:07','2019-07-18 23:16:07','<!-- wp:paragraph -->\n<p>Cardi B\'s daughter Kulture had a mini cake fight with her mom on her first birthday on Wednesday, July 10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cardi B shared a picture of Kulture plastering birthday cake on her face on her first birthday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> <br> The 26-year-old rapper and Kulture had a mini food fight in their kitchen, which was decked out with rainbow balloons and cupcakes.<br> <br> Cardi had the sweet moment Kulture covered her in icing captured, and captioned the Instagram post: \"A little quick 12 o’clock turn up my baaaaaaaaaybeeeeeeeeeee...Ok goodbye.\"<br> </p>\n<!-- /wp:paragraph -->','Kulture covers mom Cardi B in cake on first birthday','','inherit','closed','closed','','203-revision-v1','','','2019-07-18 18:16:07','2019-07-18 23:16:07','',203,'https://buzz-caribbean.com/article/203-revision-v1/',0,'revision','',0),(206,4,'2019-07-18 18:21:06','2019-07-18 23:21:06','<!-- wp:paragraph -->\n<p>Cardi B\'s daughter Kulture had a mini cake fight with her mom on her first birthday on Wednesday, July 10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cardi B shared a picture of Kulture plastering birthday cake on her face on her first birthday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":205} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/cardib-kulture.jpeg\" alt=\"\" class=\"wp-image-205\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old rapper and Kulture had a mini food fight in their kitchen, which was decked out with rainbow balloons and cupcakes.<br> <br>Cardi had the sweet moment Kulture covered her in icing captured, and captioned the Instagram post: \"A little quick 12 o’clock turn up my baaaaaaaaaybeeeeeeeeeee...Ok goodbye.\"<br> </p>\n<!-- /wp:paragraph -->','Kulture covers mom Cardi B in cake on first birthday','','inherit','closed','closed','','203-revision-v1','','','2019-07-18 18:21:06','2019-07-18 23:21:06','',203,'https://buzz-caribbean.com/article/203-revision-v1/',0,'revision','',0),(207,4,'2019-07-18 18:45:39','2019-07-18 23:45:39','<!-- wp:paragraph -->\n<p>Cardi B\'s daughter Kulture had a mini cake fight with her mom on her first birthday on Wednesday, July 10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cardi B shared a picture of Kulture plastering birthday cake on her face on her first birthday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old rapper and Kulture had a mini food fight in their kitchen, which was decked out with rainbow balloons and cupcakes.<br> <br>Cardi had the sweet moment Kulture covered her in icing captured, and captioned the Instagram post: \"A little quick 12 o’clock turn up my baaaaaaaaaybeeeeeeeeeee...Ok goodbye.\"<br> </p>\n<!-- /wp:paragraph -->','Kulture covers mom Cardi B in cake on first birthday','','inherit','closed','closed','','203-revision-v1','','','2019-07-18 18:45:39','2019-07-18 23:45:39','',203,'https://buzz-caribbean.com/article/203-revision-v1/',0,'revision','',0),(208,4,'2019-07-18 18:46:10','2019-07-18 23:46:10','','CARDI B and KULTER','','inherit','closed','closed','','cardi-b-kulter','','','2019-08-28 17:04:22','2019-08-28 22:04:22','',0,'https://buzz-caribbean.com/app/uploads/2019/07/CARDI-B-KULTER.jpg',0,'attachment','image/jpeg',0),(210,4,'2019-07-18 18:48:18','2019-07-18 23:48:18','<!-- wp:paragraph -->\n<p>Cardi B\'s daughter Kulture had a mini cake fight with her mom on her first birthday on Wednesday, July 10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cardi B shared a picture of Kulture plastering birthday cake on her face on her first birthday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":208} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/CARDI-B-KULTER.jpg\" alt=\"\" class=\"wp-image-208\" /><figcaption>Rapper Cardi B and daughter Kulture</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old rapper and Kulture had a mini food fight in their kitchen, which was decked out with rainbow balloons and cupcakes.<br> <br>Cardi had the sweet moment Kulture covered her in icing captured, and captioned the Instagram post: \"A little quick 12 o’clock turn up my baaaaaaaaaybeeeeeeeeeee...Ok goodbye.\"<br> </p>\n<!-- /wp:paragraph -->','Kulture covers mom Cardi B in cake on first birthday','','inherit','closed','closed','','203-revision-v1','','','2019-07-18 18:48:18','2019-07-18 23:48:18','',203,'https://buzz-caribbean.com/article/203-revision-v1/',0,'revision','',0),(215,14,'2019-07-22 15:55:54','2019-07-22 20:55:54','<!-- wp:image {\"id\":265} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-5-1024x614.jpg\" alt=\"\" class=\"wp-image-265\" /><figcaption>Storm Saulter (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Storm Saulter continues to ride major waves of accolades and good reviews as his latest theatrical release,&nbsp;<strong>Sprinter</strong>, opens across cinemas nationwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican writer-director, in a tell-all interview with&nbsp;<strong>BUZZ</strong>, said that he’s pleased with the outcome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There [are] many stages to a film but that moment when an audience interacts with it, it takes on a whole new life,” Saulter told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong>, a coming-of-age story following 17-year-old Rastafarian track athlete Akeem Sharp, opened in Jamaica on Wednesday, July 3 – after experiencing overwhelming success on the international market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"<strong><em>Sprinter </em></strong><em>is the story of a boy trying to run back to his mother</em>\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":267} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-1-1024x614.jpg\" alt=\"\" class=\"wp-image-267\" /><figcaption>Saulter, the man behind <strong>Sprinter</strong>, speaks with BUZZ on location (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that much of his life growing up in Negril, Westmoreland is portrayed in&nbsp;<strong>Sprinter&nbsp;</strong>– with many relatable aspects of daily Jamaican life taking centre stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A lot of my life growing up in Jamaica is in this film. I remember going to Manning’s’ High School in Savanna-La-Mar and I remember going to devotion every morning. That stuff is seared in me and my memory and I literally have that entire scene playing out in the film,” the mind behind&nbsp;<strong>Sprinter&nbsp;</strong>told&nbsp;<strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that while&nbsp;<strong>Sprinter&nbsp;</strong>is Akeem Sharp’s coming-of-age story, many Jamaicans should appreciate some of the struggles the teen is faced with throughout the movie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“<strong>Sprinter </strong>is really the story of a boy trying to run back to his mother – thinking if he can only run fast enough, maybe he can bring his family back together,” he remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That’s the larger, driving motivation but [<strong>Sprinter</strong>] is also about a young boy going from a nobody to the next Usain Bolt, the next big thing,” Saulter added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I really wanted to tell a story that had a realistic kind of feeling, as in, \'What are we as people feeling?\', \'What’s on the periphery of our lives?\',” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p><em>\"I wanted to show that we can make global stories about us\"</em></p><cite>-Storm Saulter, speaking with BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“For me, I wanted to show that we can make global stories about us, that can be made in this space and that can be made about people who are from here or living through their experiences either here or elsewhere,\" Saulter added.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter is on a mission to create universal stories wrapped in the complex social and cultural dynamics of the Caribbean. <strong>Sprinter&nbsp;</strong>marks Storm Saulter’s second major silver screen effort since the critically acclaimed&nbsp;<strong>Better Mus’ Come</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Sprinter</em></strong> is executively produced by Hollywood superstars Will Smith and Jada Pinkett Smith – with the film being shot, excluding international scenes, on location in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch the first installment of <strong>BUZZ</strong>\'s two-part interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/X9d2j1IVbfw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/X9d2j1IVbfw\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZhive</strong>, We want to hear from you! Did you enjoy <strong>Sprinter</strong>? Tell us some of your favourite scenes in the comments section.</p>\n<!-- /wp:paragraph -->','Director Storm Saulter tackles Caribbean complexities through film','','publish','open','closed','','storm-saulter-tackling-caribbean-complexities-through-film','','','2019-08-14 15:55:29','2019-08-14 20:55:29','',0,'https://buzz-caribbean.com/?p=215',0,'post','',0),(218,4,'2019-07-19 13:01:08','2019-07-19 18:01:08','','Cori ‘Coco’ Gauff','','inherit','closed','closed','','coco-3','','','2019-08-28 17:05:16','2019-08-28 22:05:16','',0,'https://buzz-caribbean.com/app/uploads/2019/07/coco-3.jpg',0,'attachment','image/jpeg',0),(219,15,'2019-07-19 14:03:40','2019-07-19 19:03:40','<!-- wp:image {\"id\":218} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/coco-3.jpg\" alt=\"\" class=\"wp-image-218\" /><figcaption>Tennis sensation Cori \'Coco\' Gauff. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican tennis coach Sylvester Black coached and worked with Cori ‘Coco’ Gauff, who, at just 15, was a sensation at this year’s Wimbledon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her first match at the London-based Grand Slam tournament saw the young American beating Five-time Wimbledon champion and tennis legend Venus Williams before she succumbed to the eventual champion this year, Simona Halep in the round of 16.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":222} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/cori-and-venus-williams-1024x576.jpg\" alt=\"\" class=\"wp-image-222\" /><figcaption>Cori Gauff (right) with tennis legend and her idol Venus Williams. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ </strong>from Vietnam, Black said: “Coco’s father called me to see whether she had potential. At the time she was just 6 years old and I drove to Atlanta from Tampa, Florida to find out whether she had what it takes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“She was tiny and determined. Her talent was plain to see but more importantly she said back then she wanted to be the best tennis player in the world.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":227} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/sylvester-and-Coco-at-8-yo-768x1024.jpg\" alt=\"\" class=\"wp-image-227\" /><figcaption>Cori at eight years old with Sylvester Black.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Impressed, Black decided to take a second look at her and told her parents that he would commit to working with her. Two weeks later Coco and her mother, who quit her job, came to Florida to begin training at Black’s tennis camp.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Everyone was surprised at her performance at Wimbledon but not me.&nbsp;I saw it coming.&nbsp;Back in 2012 when she was eight, she won the Little Mo Tournament and at 10 she became the youngest national champion. By 13 she was the youngest girl to make the US Open Junior finals. She won the 12 and under Orange Bowl in 2016,” said Black.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:custom-blocky/video-gallery -->\n<div class=\"wp-block-custom-blocky-video-gallery block-video-gallery\"><!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=-nN8Nx87ww0\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=-nN8Nx87ww0\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:custom-blocky/video-gallery -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican coach worked with her for five and a half years and credits her growing success to her determination, mental toughness and technique.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Every challenge we gave her she delivered and we were able to keep her on track. We were very proud when she won the junior French Open and made her professional debut at the ITF Women’s Circuit in May 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":225} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/coco-5.jpg\" alt=\"\" class=\"wp-image-225\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“At Wimbledon, people talked about her attitude, comportment and maturity but she was always a nice kid, disciplined and an incredibly hard worker. She was a joy to work with,”&nbsp;said Black, who heads up High Performance Tennis Academy in Boca Raton, Florida.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":224} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/coco-4.jpg\" alt=\"\" class=\"wp-image-224\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Black has also coached US Open winner Sloane Stephens and his High Performance Tennis Academy has been described as the most successful junior program in North America in the last 10 years.</p>\n<!-- /wp:paragraph -->','Meet the Jamaican tennis coach who helped Cori Gauff on her way to stardom','','publish','closed','closed','','meet-the-jamaican-tennis-coach-who-helped-cori-gauff-on-her-way-to-stardom','','','2019-08-01 17:32:01','2019-08-01 22:32:01','',0,'https://buzz-caribbean.com/?p=219',0,'post','',0),(220,4,'2019-07-19 13:08:51','2019-07-19 18:08:51','<!-- wp:paragraph -->\n<p>Jamaican tennis coach Sylvester Black coached and worked with Cori ‘Coco’ Gauff, who, at just 15, was a sensation at this year’s Wimbledon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Her first match at the London-based Grand Slam tournament saw the young American beating Five-time Wimbledon champion and tennis legend Venus Williams before she succumbed to the eventual champion this year, Simona Halep in the round of 16.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Speaking with <strong>Buzz Jamaica </strong>from Vietnam, Black said: “Coco’s father called me to see whether she had potential. At the time she was just 6 years old and I drove to Atlanta from Tampa, Florida to find out whether she had what it takes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> “She was tiny and determined. Her talent was plain to see but more importantly she said back then she wanted to be the best tennis player in the world.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Impressed, Black decided to take a second look at her and told her parents that he would commit to working with her. Two weeks later Coco and her mother, who quit her job, came to Florida to begin training at Black’s tennis camp.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> “Everyone was surprised at her performance at Wimbledon but not me.&nbsp;I saw it coming.&nbsp;Back in 2012 when she was eight, she won the Little Mo Tournament and at 10 she became the youngest national champion. By 13 she was the youngest girl to make the US Open Junior finals. She won the 12 and under Orange Bowl in 2016,” said Black.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> The Jamaican coach worked with her for five and a half years and credits her growing success to her determination, mental toughness and technique.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> “Every challenge we gave her she delivered and we were able to keep her on track. We were very proud when she won the junior French Open and made her professional debut at the ITF Women’s Circuit in May 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> “At Wimbledon, people talked about her attitude, comportment and maturity but she was always a nice kid, disciplined and an incredibly hard worker. She was a joy to work with,”&nbsp;said Black, who heads up High Performance Tennis Academy in Boca Raton, Florida.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Black has also coached US Open winner Sloane Stephens and his High Performance Tennis Academy has been described as the most successful junior program in North America in the last 10 years</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Meet the Jamaican tennis coach who helped Cori Gauff on her way to stardom','','inherit','closed','closed','','219-revision-v1','','','2019-07-19 13:08:51','2019-07-19 18:08:51','',219,'https://buzz-caribbean.com/article/219-revision-v1/',0,'revision','',0),(221,4,'2019-07-19 13:09:49','2019-07-19 18:09:49','<!-- wp:paragraph -->\n<p>Jamaican tennis coach Sylvester Black coached and worked with Cori ‘Coco’ Gauff, who, at just 15, was a sensation at this year’s Wimbledon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her first match at the London-based Grand Slam tournament saw the young American beating Five-time Wimbledon champion and tennis legend Venus Williams before she succumbed to the eventual champion this year, Simona Halep in the round of 16.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Speaking with <strong>Buzz Jamaica </strong>from Vietnam, Black said: “Coco’s father called me to see whether she had potential. At the time she was just 6 years old and I drove to Atlanta from Tampa, Florida to find out whether she had what it takes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> “She was tiny and determined. Her talent was plain to see but more importantly she said back then she wanted to be the best tennis player in the world.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Impressed, Black decided to take a second look at her and told her parents that he would commit to working with her. Two weeks later Coco and her mother, who quit her job, came to Florida to begin training at Black’s tennis camp.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> “Everyone was surprised at her performance at Wimbledon but not me.&nbsp;I saw it coming.&nbsp;Back in 2012 when she was eight, she won the Little Mo Tournament and at 10 she became the youngest national champion. By 13 she was the youngest girl to make the US Open Junior finals. She won the 12 and under Orange Bowl in 2016,” said Black.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> The Jamaican coach worked with her for five and a half years and credits her growing success to her determination, mental toughness and technique.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> “Every challenge we gave her she delivered and we were able to keep her on track. We were very proud when she won the junior French Open and made her professional debut at the ITF Women’s Circuit in May 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> “At Wimbledon, people talked about her attitude, comportment and maturity but she was always a nice kid, disciplined and an incredibly hard worker. She was a joy to work with,”&nbsp;said Black, who heads up High Performance Tennis Academy in Boca Raton, Florida.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Black has also coached US Open winner Sloane Stephens and his High Performance Tennis Academy has been described as the most successful junior program in North America in the last 10 years</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Meet the Jamaican tennis coach who helped Cori Gauff on her way to stardom','','inherit','closed','closed','','219-revision-v1','','','2019-07-19 13:09:49','2019-07-19 18:09:49','',219,'https://buzz-caribbean.com/article/219-revision-v1/',0,'revision','',0),(222,4,'2019-07-19 13:10:13','2019-07-19 18:10:13','','Cori And Venus Williams','','inherit','closed','closed','','cori-and-venus-williams','','','2019-07-19 13:10:13','2019-07-19 18:10:13','',0,'https://buzz-caribbean.com/app/uploads/2019/07/cori-and-venus-williams.jpg',0,'attachment','image/jpeg',0),(223,4,'2019-07-19 13:10:22','2019-07-19 18:10:22','','Cori ‘Coco’ Gauff','','inherit','closed','closed','','coco-2','','','2019-08-28 17:06:12','2019-08-28 22:06:12','',0,'https://buzz-caribbean.com/app/uploads/2019/07/coco-2.jpg',0,'attachment','image/jpeg',0),(224,4,'2019-07-19 13:10:30','2019-07-19 18:10:30','','Cori ‘Coco’ Gauff','','inherit','closed','closed','','coco-4','','','2019-08-28 17:06:30','2019-08-28 22:06:30','',0,'https://buzz-caribbean.com/app/uploads/2019/07/coco-4.jpg',0,'attachment','image/jpeg',0),(225,4,'2019-07-19 13:10:37','2019-07-19 18:10:37','','Cori ‘Coco’ Gauff celebrates','','inherit','closed','closed','','coco-5','','','2019-08-28 17:07:01','2019-08-28 22:07:01','',0,'https://buzz-caribbean.com/app/uploads/2019/07/coco-5.jpg',0,'attachment','image/jpeg',0),(226,4,'2019-07-19 13:13:06','2019-07-19 18:13:06','','Sylvester Black','','inherit','closed','closed','','sylvester-black','','','2019-07-19 13:13:06','2019-07-19 18:13:06','',0,'https://buzz-caribbean.com/app/uploads/2019/07/sylvester-black.jpg',0,'attachment','image/jpeg',0),(227,4,'2019-07-19 13:14:07','2019-07-19 18:14:07','','Sylvester and Coco','','inherit','closed','closed','','sylvester-and-coco-at-8-yo','','','2019-08-28 17:08:36','2019-08-28 22:08:36','',0,'https://buzz-caribbean.com/app/uploads/2019/07/sylvester-and-Coco-at-8-yo.jpg',0,'attachment','image/jpeg',0),(228,4,'2019-07-19 13:24:13','2019-07-19 18:24:13','<!-- wp:paragraph -->\n<p>Jamaican tennis coach Sylvester Black coached and worked with Cori ‘Coco’ Gauff, who, at just 15, was a sensation at this year’s Wimbledon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her first match at the London-based Grand Slam tournament saw the young American beating Five-time Wimbledon champion and tennis legend Venus Williams before she succumbed to the eventual champion this year, Simona Halep in the round of 16.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":222} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/cori-and-venus-williams-1024x576.jpg\" alt=\"\" class=\"wp-image-222\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>Buzz Jamaica </strong>from Vietnam, Black said: “Coco’s father called me to see whether she had potential. At the time she was just 6 years old and I drove to Atlanta from Tampa, Florida to find out whether she had what it takes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“She was tiny and determined. Her talent was plain to see but more importantly she said back then she wanted to be the best tennis player in the world.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Impressed, Black decided to take a second look at her and told her parents that he would commit to working with her. Two weeks later Coco and her mother, who quit her job, came to Florida to begin training at Black’s tennis camp.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Everyone was surprised at her performance at Wimbledon but not me. I saw it coming. Back in 2012 when she was eight, she won the Little Mo Tournament and at 10 she became the youngest national champion. By 13 she was the youngest girl to make the US Open Junior finals. She won the 12 and under Orange Bowl in 2016,” said Black.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican coach worked with her for five and a half years and credits her growing success to her determination, mental toughness and technique.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Every challenge we gave her she delivered and we were able to keep her on track. We were very proud when she won the junior French Open and made her professional debut at the ITF Women’s Circuit in May 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“At Wimbledon, people talked about her attitude, comportment and maturity but she was always a nice kid, disciplined and an incredibly hard worker. She was a joy to work with,” said Black, who heads up High Performance Tennis Academy in Boca Raton, Florida.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Black has also coached US Open winner Sloane Stephens and his High Performance Tennis Academy has been described as the most successful junior program in North America in the last 10 years</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Meet the Jamaican tennis coach who helped Cori Gauff on her way to stardom','','inherit','closed','closed','','219-revision-v1','','','2019-07-19 13:24:13','2019-07-19 18:24:13','',219,'https://buzz-caribbean.com/article/219-revision-v1/',0,'revision','',0),(230,4,'2019-07-19 13:32:10','2019-07-19 18:32:10','<!-- wp:image {\"id\":218} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/coco-3.jpg\" alt=\"\" class=\"wp-image-218\" /><figcaption>Tennis sensation Cori \'Coco\' Gauff. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican tennis coach Sylvester Black coached and worked with Cori ‘Coco’ Gauff, who, at just 15, was a sensation at this year’s Wimbledon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her first match at the London-based Grand Slam tournament saw the young American beating Five-time Wimbledon champion and tennis legend Venus Williams before she succumbed to the eventual champion this year, Simona Halep in the round of 16.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":222} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/cori-and-venus-williams-1024x576.jpg\" alt=\"\" class=\"wp-image-222\" /><figcaption>Cori Gauff (right) with tennis legend and her idol Venus Williams. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>Buzz Jamaica </strong>from Vietnam, Black said: “Coco’s father called me to see whether she had potential. At the time she was just 6 years old and I drove to Atlanta from Tampa, Florida to find out whether she had what it takes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“She was tiny and determined. Her talent was plain to see but more importantly she said back then she wanted to be the best tennis player in the world.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Impressed, Black decided to take a second look at her and told her parents that he would commit to working with her. Two weeks later Coco and her mother, who quit her job, came to Florida to begin training at Black’s tennis camp.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Everyone was surprised at her performance at Wimbledon but not me. I saw it coming. Back in 2012 when she was eight, she won the Little Mo Tournament and at 10 she became the youngest national champion. By 13 she was the youngest girl to make the US Open Junior finals. She won the 12 and under Orange Bowl in 2016,” said Black.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican coach worked with her for five and a half years and credits her growing success to her determination, mental toughness and technique.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Every challenge we gave her she delivered and we were able to keep her on track. We were very proud when she won the junior French Open and made her professional debut at the ITF Women’s Circuit in May 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“At Wimbledon, people talked about her attitude, comportment and maturity but she was always a nice kid, disciplined and an incredibly hard worker. She was a joy to work with,” said Black, who heads up High Performance Tennis Academy in Boca Raton, Florida.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Black has also coached US Open winner Sloane Stephens and his High Performance Tennis Academy has been described as the most successful junior program in North America in the last 10 years</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Meet the Jamaican tennis coach who helped Cori Gauff on her way to stardom','','inherit','closed','closed','','219-revision-v1','','','2019-07-19 13:32:10','2019-07-19 18:32:10','',219,'https://buzz-caribbean.com/article/219-revision-v1/',0,'revision','',0),(232,4,'2019-07-19 13:40:24','2019-07-19 18:40:24','<!-- wp:image {\"id\":218} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/coco-3.jpg\" alt=\"\" class=\"wp-image-218\" /><figcaption>Tennis sensation Cori \'Coco\' Gauff. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican tennis coach Sylvester Black coached and worked with Cori ‘Coco’ Gauff, who, at just 15, was a sensation at this year’s Wimbledon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her first match at the London-based Grand Slam tournament saw the young American beating Five-time Wimbledon champion and tennis legend Venus Williams before she succumbed to the eventual champion this year, Simona Halep in the round of 16.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":222} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/cori-and-venus-williams-1024x576.jpg\" alt=\"\" class=\"wp-image-222\" /><figcaption>Cori Gauff (right) with tennis legend and her idol Venus Williams. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>Buzz Jamaica </strong>from Vietnam, Black said: “Coco’s father called me to see whether she had potential. At the time she was just 6 years old and I drove to Atlanta from Tampa, Florida to find out whether she had what it takes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“She was tiny and determined. Her talent was plain to see but more importantly she said back then she wanted to be the best tennis player in the world.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Impressed, Black decided to take a second look at her and told her parents that he would commit to working with her. Two weeks later Coco and her mother, who quit her job, came to Florida to begin training at Black’s tennis camp.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Everyone was surprised at her performance at Wimbledon but not me. I saw it coming. Back in 2012 when she was eight, she won the Little Mo Tournament and at 10 she became the youngest national champion. By 13 she was the youngest girl to make the US Open Junior finals. She won the 12 and under Orange Bowl in 2016,” said Black.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:custom-blocky/video-gallery -->\n<div class=\"wp-block-custom-blocky-video-gallery block-video-gallery\"><!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=-nN8Nx87ww0\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=-nN8Nx87ww0\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:custom-blocky/video-gallery -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican coach worked with her for five and a half years and credits her growing success to her determination, mental toughness and technique.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Every challenge we gave her she delivered and we were able to keep her on track. We were very proud when she won the junior French Open and made her professional debut at the ITF Women’s Circuit in May 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“At Wimbledon, people talked about her attitude, comportment and maturity but she was always a nice kid, disciplined and an incredibly hard worker. She was a joy to work with,” said Black, who heads up High Performance Tennis Academy in Boca Raton, Florida.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Black has also coached US Open winner Sloane Stephens and his High Performance Tennis Academy has been described as the most successful junior program in North America in the last 10 years</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Meet the Jamaican tennis coach who helped Cori Gauff on her way to stardom','','inherit','closed','closed','','219-revision-v1','','','2019-07-19 13:40:24','2019-07-19 18:40:24','',219,'https://buzz-caribbean.com/article/219-revision-v1/',0,'revision','',0),(233,4,'2019-07-19 13:42:59','2019-07-19 18:42:59','<!-- wp:image {\"id\":218} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/coco-3.jpg\" alt=\"\" class=\"wp-image-218\" /><figcaption>Tennis sensation Cori \'Coco\' Gauff. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican tennis coach Sylvester Black coached and worked with Cori ‘Coco’ Gauff, who, at just 15, was a sensation at this year’s Wimbledon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her first match at the London-based Grand Slam tournament saw the young American beating Five-time Wimbledon champion and tennis legend Venus Williams before she succumbed to the eventual champion this year, Simona Halep in the round of 16.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":222} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/cori-and-venus-williams-1024x576.jpg\" alt=\"\" class=\"wp-image-222\" /><figcaption>Cori Gauff (right) with tennis legend and her idol Venus Williams. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>Buzz Jamaica </strong>from Vietnam, Black said: “Coco’s father called me to see whether she had potential. At the time she was just 6 years old and I drove to Atlanta from Tampa, Florida to find out whether she had what it takes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“She was tiny and determined. Her talent was plain to see but more importantly she said back then she wanted to be the best tennis player in the world.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":227} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/sylvester-and-Coco-at-8-yo-768x1024.jpg\" alt=\"\" class=\"wp-image-227\" /><figcaption>Cori at eight years old with Sylvester Black.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Impressed, Black decided to take a second look at her and told her parents that he would commit to working with her. Two weeks later Coco and her mother, who quit her job, came to Florida to begin training at Black’s tennis camp.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Everyone was surprised at her performance at Wimbledon but not me.&nbsp;I saw it coming.&nbsp;Back in 2012 when she was eight, she won the Little Mo Tournament and at 10 she became the youngest national champion. By 13 she was the youngest girl to make the US Open Junior finals. She won the 12 and under Orange Bowl in 2016,” said Black.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:custom-blocky/video-gallery -->\n<div class=\"wp-block-custom-blocky-video-gallery block-video-gallery\"><!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=-nN8Nx87ww0\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=-nN8Nx87ww0\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:custom-blocky/video-gallery -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican coach worked with her for five and a half years and credits her growing success to her determination, mental toughness and technique.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Every challenge we gave her she delivered and we were able to keep her on track. We were very proud when she won the junior French Open and made her professional debut at the ITF Women’s Circuit in May 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“At Wimbledon, people talked about her attitude, comportment and maturity but she was always a nice kid, disciplined and an incredibly hard worker. She was a joy to work with,”&nbsp;said Black, who heads up High Performance Tennis Academy in Boca Raton, Florida.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Black has also coached US Open winner Sloane Stephens and his High Performance Tennis Academy has been described as the most successful junior program in North America in the last 10 years</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Meet the Jamaican tennis coach who helped Cori Gauff on her way to stardom','','inherit','closed','closed','','219-revision-v1','','','2019-07-19 13:42:59','2019-07-19 18:42:59','',219,'https://buzz-caribbean.com/article/219-revision-v1/',0,'revision','',0),(234,4,'2019-07-19 13:45:38','2019-07-19 18:45:38','<!-- wp:image {\"id\":218} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/coco-3.jpg\" alt=\"\" class=\"wp-image-218\" /><figcaption>Tennis sensation Cori \'Coco\' Gauff. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican tennis coach Sylvester Black coached and worked with Cori ‘Coco’ Gauff, who, at just 15, was a sensation at this year’s Wimbledon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her first match at the London-based Grand Slam tournament saw the young American beating Five-time Wimbledon champion and tennis legend Venus Williams before she succumbed to the eventual champion this year, Simona Halep in the round of 16.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":222} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/cori-and-venus-williams-1024x576.jpg\" alt=\"\" class=\"wp-image-222\" /><figcaption>Cori Gauff (right) with tennis legend and her idol Venus Williams. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>Buzz Jamaica </strong>from Vietnam, Black said: “Coco’s father called me to see whether she had potential. At the time she was just 6 years old and I drove to Atlanta from Tampa, Florida to find out whether she had what it takes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“She was tiny and determined. Her talent was plain to see but more importantly she said back then she wanted to be the best tennis player in the world.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":227} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/sylvester-and-Coco-at-8-yo-768x1024.jpg\" alt=\"\" class=\"wp-image-227\" /><figcaption>Cori at eight years old with Sylvester Black.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Impressed, Black decided to take a second look at her and told her parents that he would commit to working with her. Two weeks later Coco and her mother, who quit her job, came to Florida to begin training at Black’s tennis camp.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Everyone was surprised at her performance at Wimbledon but not me.&nbsp;I saw it coming.&nbsp;Back in 2012 when she was eight, she won the Little Mo Tournament and at 10 she became the youngest national champion. By 13 she was the youngest girl to make the US Open Junior finals. She won the 12 and under Orange Bowl in 2016,” said Black.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:custom-blocky/video-gallery -->\n<div class=\"wp-block-custom-blocky-video-gallery block-video-gallery\"><!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=-nN8Nx87ww0\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=-nN8Nx87ww0\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:custom-blocky/video-gallery -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican coach worked with her for five and a half years and credits her growing success to her determination, mental toughness and technique.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Every challenge we gave her she delivered and we were able to keep her on track. We were very proud when she won the junior French Open and made her professional debut at the ITF Women’s Circuit in May 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":225} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/coco-5.jpg\" alt=\"\" class=\"wp-image-225\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“At Wimbledon, people talked about her attitude, comportment and maturity but she was always a nice kid, disciplined and an incredibly hard worker. She was a joy to work with,”&nbsp;said Black, who heads up High Performance Tennis Academy in Boca Raton, Florida.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":224} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/coco-4.jpg\" alt=\"\" class=\"wp-image-224\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Black has also coached US Open winner Sloane Stephens and his High Performance Tennis Academy has been described as the most successful junior program in North America in the last 10 years</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Meet the Jamaican tennis coach who helped Cori Gauff on her way to stardom','','inherit','closed','closed','','219-revision-v1','','','2019-07-19 13:45:38','2019-07-19 18:45:38','',219,'https://buzz-caribbean.com/article/219-revision-v1/',0,'revision','',0),(237,4,'2019-07-19 14:00:52','2019-07-19 19:00:52','<!-- wp:image {\"id\":218} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/coco-3.jpg\" alt=\"\" class=\"wp-image-218\" /><figcaption>Tennis sensation Cori \'Coco\' Gauff. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican tennis coach Sylvester Black coached and worked with Cori ‘Coco’ Gauff, who, at just 15, was a sensation at this year’s Wimbledon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her first match at the London-based Grand Slam tournament saw the young American beating Five-time Wimbledon champion and tennis legend Venus Williams before she succumbed to the eventual champion this year, Simona Halep in the round of 16.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":222} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/cori-and-venus-williams-1024x576.jpg\" alt=\"\" class=\"wp-image-222\" /><figcaption>Cori Gauff (right) with tennis legend and her idol Venus Williams. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>Buzz Jamaica </strong>from Vietnam, Black said: “Coco’s father called me to see whether she had potential. At the time she was just 6 years old and I drove to Atlanta from Tampa, Florida to find out whether she had what it takes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“She was tiny and determined. Her talent was plain to see but more importantly she said back then she wanted to be the best tennis player in the world.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":227} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/sylvester-and-Coco-at-8-yo-768x1024.jpg\" alt=\"\" class=\"wp-image-227\" /><figcaption>Cori at eight years old with Sylvester Black.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Impressed, Black decided to take a second look at her and told her parents that he would commit to working with her. Two weeks later Coco and her mother, who quit her job, came to Florida to begin training at Black’s tennis camp.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Everyone was surprised at her performance at Wimbledon but not me.&nbsp;I saw it coming.&nbsp;Back in 2012 when she was eight, she won the Little Mo Tournament and at 10 she became the youngest national champion. By 13 she was the youngest girl to make the US Open Junior finals. She won the 12 and under Orange Bowl in 2016,” said Black.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:custom-blocky/video-gallery -->\n<div class=\"wp-block-custom-blocky-video-gallery block-video-gallery\"><!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=-nN8Nx87ww0\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=-nN8Nx87ww0\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:custom-blocky/video-gallery -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican coach worked with her for five and a half years and credits her growing success to her determination, mental toughness and technique.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Every challenge we gave her she delivered and we were able to keep her on track. We were very proud when she won the junior French Open and made her professional debut at the ITF Women’s Circuit in May 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":225} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/coco-5.jpg\" alt=\"\" class=\"wp-image-225\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“At Wimbledon, people talked about her attitude, comportment and maturity but she was always a nice kid, disciplined and an incredibly hard worker. She was a joy to work with,”&nbsp;said Black, who heads up High Performance Tennis Academy in Boca Raton, Florida.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":224} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/coco-4.jpg\" alt=\"\" class=\"wp-image-224\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Black has also coached US Open winner Sloane Stephens and his High Performance Tennis Academy has been described as the most successful junior program in North America in the last 10 years.</p>\n<!-- /wp:paragraph -->','Meet the Jamaican tennis coach who helped Cori Gauff on her way to stardom','','inherit','closed','closed','','219-revision-v1','','','2019-07-19 14:00:52','2019-07-19 19:00:52','',219,'https://buzz-caribbean.com/article/219-revision-v1/',0,'revision','',0),(243,3,'2019-07-19 16:35:41','2019-07-19 21:35:41','{\"id\":\"243\",\"questions\":[{\"uid\":\"ca187ecb-d1d6-4a99-9390-f99205d57672\",\"content\":\"Which is the best content provider in Jamaica?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"67a0f247-b556-4e42-8b9f-26382cbd845f\",\"type\":\"text\",\"label\":\"DIGICEL\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"7c94bfd8-e2e5-4f23-b947-15c81b88ad66\",\"type\":\"text\",\"label\":\"FLOW\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"95e09225-797a-4f9c-b9a3-4456a4cfa9ec\",\"type\":\"text\",\"label\":\"READY TV\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"cd8f72a3-ecdb-4d6e-a8ee-bb24d1b254d4\",\"type\":\"text\",\"label\":\"FREE TO AIR\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"99a4936b-31b4-4caa-a13f-bebabd927452\",\"type\":\"image\",\"label\":\"Choice #5\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true,\"image\":{\"full\":\"\",\"thumbnail\":\"\"}}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Which is the coolest brand?','','publish','closed','closed','','which-is-the-coolest-brand','','','2019-07-19 16:35:41','2019-07-19 21:35:41','',0,'https://buzz-caribbean.com/?post_type=poll&#038;p=243',0,'poll','',0),(244,3,'2019-07-19 16:34:22','2019-07-19 21:34:22','{\"id\":\"243\",\"questions\":[{\"uid\":\"ca187ecb-d1d6-4a99-9390-f99205d57672\",\"content\":\"Which is the coolest brand?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"67a0f247-b556-4e42-8b9f-26382cbd845f\",\"type\":\"text\",\"label\":\"DIGICEL\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"7c94bfd8-e2e5-4f23-b947-15c81b88ad66\",\"type\":\"text\",\"label\":\"FLOW\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"95e09225-797a-4f9c-b9a3-4456a4cfa9ec\",\"type\":\"text\",\"label\":\"READY TV\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Which is the coolest brand?','','inherit','closed','closed','','243-revision-v1','','','2019-07-19 16:34:22','2019-07-19 21:34:22','',243,'https://buzz-caribbean.com/article/243-revision-v1/',0,'revision','',0),(245,3,'2019-07-19 16:35:41','2019-07-19 21:35:41','{\"id\":\"243\",\"questions\":[{\"uid\":\"ca187ecb-d1d6-4a99-9390-f99205d57672\",\"content\":\"Which is the best content provider in Jamaica?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"67a0f247-b556-4e42-8b9f-26382cbd845f\",\"type\":\"text\",\"label\":\"DIGICEL\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"7c94bfd8-e2e5-4f23-b947-15c81b88ad66\",\"type\":\"text\",\"label\":\"FLOW\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"95e09225-797a-4f9c-b9a3-4456a4cfa9ec\",\"type\":\"text\",\"label\":\"READY TV\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"cd8f72a3-ecdb-4d6e-a8ee-bb24d1b254d4\",\"type\":\"text\",\"label\":\"FREE TO AIR\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"99a4936b-31b4-4caa-a13f-bebabd927452\",\"type\":\"image\",\"label\":\"Choice #5\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true,\"image\":{\"full\":\"\",\"thumbnail\":\"\"}}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Which is the coolest brand?','','inherit','closed','closed','','243-revision-v1','','','2019-07-19 16:35:41','2019-07-19 21:35:41','',243,'https://buzz-caribbean.com/article/243-revision-v1/',0,'revision','',0),(247,14,'2019-07-22 15:09:49','2019-07-22 20:09:49','<!-- wp:paragraph -->\n<p>Storm Saulter continues to ride major waves of accolades and good reviews as his latest theatrical release,&nbsp;<em>Sprinter</em>, opens across cinemas nationwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican writer-director, in a tell-all interview with <strong><em>Buzz</em></strong> <strong><em>Jamaica</em></strong>, said that aside from the long process he’s pleased with the outcome – if he were to judge just the reception so far, locally.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There [are] many stages to a film but that moment when an audience interacts with it, it takes on a whole new life,” Saulter told <strong><em>Buzz</em></strong> <strong><em>Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s an interesting thing; I know it’s been [many] years and sometimes it feels long but ultimately, [with] my countrymen and women watching – it’s a major moment for me,” Saulter added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Sprinter</em>, a coming-of-age story following 17-year-old Rastafarian track athlete Akeem Sharp, opened in Jamaica on Wednesday, July 3 – after experiencing overwhelming success on the international film market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter told&nbsp;<strong><em>Buzz Entertainment</em></strong>&nbsp;that much of his life growing up in Negril, Westmoreland is portrayed in&nbsp;<em>Sprinter</em>&nbsp;– with many relatable aspects of daily Jamaican life taking center stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“A lot of my life growing up in Jamaica is in this film. I remember going to Manning’s’ High School in Savanna-La-Mar and I remember going to devotion every morning. That stuff is seared in me and my memory and I literally have that entire scene playing out in the film,” the mind behind&nbsp;<em>Sprinter</em>&nbsp;told&nbsp;<strong><em>Buzz Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that while&nbsp;<em>Sprinter</em>&nbsp;is Akeem Sharp’s coming-of-age story, many Jamaicans should appreciate some of the struggles the teen is faced with throughout the movie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Sprinter is really the story of a boy trying to run back to his mother – thinking if he can only run fast enough, maybe he can bring his family back together,” he remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That’s the larger, driving motivation but [Sprinter] is also about a young boy going from a nobody to the next Usain Bolt, the next big thing,” Saulter added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I really wanted to tell a story that had a realistic kind of feeling, as in, ‘What are we as people feeling, what’s on the periphery of our lives?’,” he told&nbsp;<strong><em>Buzz Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For me, I wanted to show that we can make global stories about us, that can be made in this space and that can be made about people who are from here or living through their experiences either here or elsewhere,\" Saulter added.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On a mission to create universal stories wrapped in the complex social and cultural dynamics of the Caribbean, <em>Sprinter</em> marks Storm Saulter’s second major silver screen effort since the critically acclaimed <em>Better Mus’ Come</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch the first installment of <strong><em>Buzz Entertainment</em></strong>\'s two-part interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/X9d2j1IVbfw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/X9d2j1IVbfw\n</div><figcaption>Buzz reporter Gavin Riley speaks in-depth with <em>Sprinter</em> director, Storm Saulter ( Video by Don Waysome)</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! Did you enjoy Sprinter? Tell us some of your favourite scenes in the comment section!</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','215-revision-v1','','','2019-07-22 15:09:49','2019-07-22 20:09:49','',215,'https://buzz-caribbean.com/article/215-revision-v1/',0,'revision','',0),(249,14,'2019-07-22 15:30:14','2019-07-22 20:30:14','<!-- wp:paragraph -->\n<p>Cinemas in Canada and the United Kingdom are next on the\nserving plate for a taste of Jamaican feature film, <em>Sprinter</em>, director Storm Saulter has indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter, in an interview with<strong><em> Buzz Jamaica</em></strong>, said he\nwas confident the film would keep its positive momentum into the summer months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I do feel that this film has enough legs and can build\nenough momentum to really keep pushing across the world,” he explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve been open in the US [and] we will continue in\ntheatres in the US throughout the summer. We’re opening in Canada [the] first\nweek in August and opening in the UK, like, the third week or so in August,”\nSaulter told <strong><em>Buzz Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I feel like the word about Sprinter is really starting to\ngain traction; there’s a large section of independent cinema that’s aware of\nthe film so it’s exciting,” Saulter, the brain behind <em>Sprinter</em> added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Negril, Westmoreland filmmaker hinted that if <em>Sprinter</em> augurs as well as projected,\nplans to hit streaming platforms in the fall would have to be fast-tracked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The future of feature films in Jamaica is bright, according\nto Saulter, who told Buzz that the renaissance of and interest in\ncinematography was long overdue and imminent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s an exciting time and space to be in. A lot of people\nhave projects in the works, both locally and internationally; a lot of people\ntrying to come here to do projects – a lot of big companies have been here\nshooting projects as you know,” Saulter said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So Jamaica, as a creative space, is alive and thriving\nright now. For me, it is exciting times. I think good, quality work is gonna\nkeep hitting, keep connecting – that’s really [what’s] going to create a\nrenaissance. It’s not quantity that’s going to get us there, it’s quality,” he\ntold <strong><em>Buzz\nEntertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After a successful tour in 20 states and across 50 cities in\nthe US, <em>Sprinter</em> made its first\ndomestic screening on Wednesday, July 3 in cinemas across Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sprinter, Storm’s second feature film after the critically\nacclaimed Better Mus’ Come, swept the 2018 American Black Film Festival winning\n<em>Best Director, Best Narrative Feature</em>\nand the <em>Audience Award</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most recently, the film has gone on to win the <em>New Vision Award</em> at the Bahamas International\nFilm Festival, as well as <em>Best Narrative\nFeature</em> at the 2019 staging of the Pan African Film Festival in Los\nAngeles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See part two of <strong><em>Buzz Entertainment</em></strong>’s tell-all interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/BT965g8nOno\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/BT965g8nOno\n</div><figcaption>Part 2 of Buzz Entertainment\'s interview with Storm Saulter, the mind behind Jamaican feature film, Sprinter. (Video by Don Waysome)</figcaption></figure>\n<!-- /wp:embed -->','Storm Saulter pt 2','','inherit','closed','closed','','140-revision-v1','','','2019-07-22 15:30:14','2019-07-22 20:30:14','',140,'https://buzz-caribbean.com/article/140-revision-v1/',0,'revision','',0),(250,14,'2019-07-22 15:32:28','2019-07-22 20:32:28','<!-- wp:paragraph -->\n<p>Jamaicans are considered among the coolest people on Earth and many citizens, especially those traversing social media spaces, see Prime Minister Andrew Holness as our savviest leader in recent times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/42a5f8031dcddf873735dc4503b9b968/5DBC7DCA/t51.2885-15/e35/11930873_1753057154922068_81944720_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Holness\' 2015 post, dusting off a fresh pair of Desert Clarks, took social media by storm. The caption accompanying the viral photo paid homage to deejay Vybz Kartel (Photo contributed, <em>Instagram</em>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Holness, the island’s eight prime minister, continues to run\none of the most engaging platforms on social media – with many drawing\ncomparisons to Canadian PM Justin Trudeau and former US President Barack Obama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From the very young to the very old, just about everywhere our PM makes an appearance, Holness’ seemingly calm and endearing aura is infectious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a man who understands the power of social media and digital engagement, Holness largely owes his shock 2016 general election win to his outstanding presence on Facebook, Twitter and Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He straddles a delicate balance between being Jamaica’s ‘everyman’ and leader of Government – in a way that demands your attention and provokes your thoughts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But does Holness\' \'cool factor\' really hold up? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"className\":\"instagram-media\"} -->\n<div class=\"wp-block-image instagram-media\"><figure class=\"alignleft\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/f80b584a351b4b21d42487a06008dff6/5DAD0DD5/t51.2885-15/e35/11910553_465628773641834_974670672_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Prime Minister Andrew Holness anticipating a pitch during a game of cricket with students at the Mount Zion Primary School in St. James. (Photo contributed, <em>Instagram</em>)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Turns out, there are apparently little holes in this plot as time and time again, Holness and his team have evolved and adapted to capitalize on the use of social media and its impact on Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rolling back the clock, <strong><em>Buzz Lifestyle</em></strong> has delved deep through PM Holness’ timeline, and shares some of his \'coolest moments\', since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"158\",\"159\",\"160\",\"161\",\"162\",\"163\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-negril-1-1024x651.jpg\" alt=\"\" data-id=\"158\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-negril-1/\" class=\"wp-image-158\" /><figcaption>Novem</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-nesbeth-performance1-1024x576.jpg\" alt=\"\" data-id=\"159\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-nesbeth-performance1/\" class=\"wp-image-159\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-family1-1024x603.jpg\" alt=\"\" data-id=\"160\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-family1/\" class=\"wp-image-160\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-norman-dunn-20171-1024x582.jpg\" alt=\"\" data-id=\"161\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-norman-dunn-20171/\" class=\"wp-image-161\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-community-football1-1024x634.jpg\" alt=\"\" data-id=\"162\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-community-football1/\" class=\"wp-image-162\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-5.55.51-PM-1024x728.jpg\" alt=\"\" data-id=\"163\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/screen-shot-2019-07-17-at-5-55-51-pm/\" class=\"wp-image-163\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you believe Andrew Holness is our coolest Prime Minister? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the <strong><em>Buzz </em></strong>comment section below!</p>\n<!-- /wp:paragraph -->','Is Andrew Holness Jamaica’s \'coolest\' Prime Minister?','','inherit','closed','closed','','124-revision-v1','','','2019-07-22 15:32:28','2019-07-22 20:32:28','',124,'https://buzz-caribbean.com/article/124-revision-v1/',0,'revision','',0),(251,4,'2019-07-22 15:35:35','2019-07-22 20:35:35','<!-- wp:paragraph -->\n<p>Storm Saulter continues to ride major waves of accolades and good reviews as his latest theatrical release, <strong>Sprinter</strong>, opens across cinemas nationwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican writer-director, in a tell-all interview with <strong><em>Buzz</em></strong> <strong><em>Jamaica</em></strong>, said that he’s pleased with the outcome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There [are] many stages to a film but that moment when an audience interacts with it, it takes on a whole new life,” Saulter told&nbsp;<strong><em>Buzz</em></strong> <strong><em>Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong>, a coming-of-age story following 17-year-old Rastafarian track athlete Akeem Sharp, opened in Jamaica on Wednesday, July 3 – after experiencing overwhelming success on the international market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that much of his life growing up in Negril, Westmoreland is portrayed in <strong>Sprinter </strong>– with many relatable aspects of daily Jamaican life taking centr stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“A lot of my life growing up in Jamaica is in this film. I remember going to Manning’s’ High School in Savanna-La-Mar and I remember going to devotion every morning. That stuff is seared in me and my memory and I literally have that entire scene playing out in the film,” the mind behind <strong>Sprinter </strong>told <strong><em>Buzz Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that while <strong>Sprinter </strong>is Akeem Sharp’s coming-of-age story, many Jamaicans should appreciate some of the struggles the teen is faced with throughout the movie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“<strong>Sprinter </strong>is really the story of a boy trying to run back to his mother – thinking if he can only run fast enough, maybe he can bring his family back together,” he remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That’s the larger, driving motivation but [<strong>Sprinter</strong>] is also about a young boy going from a nobody to the next Usain Bolt, the next big thing,” Saulter added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I really wanted to tell a story that had a realistic kind of feeling, as in, What are we as people feeling, what’s on the periphery of our lives,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For me, I wanted to show that we can make global stories about us, that can be made in this space and that can be made about people who are from here or living through their experiences either here or elsewhere,\" Saulter added.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter is on a mission to create universal stories wrapped in the complex social and cultural dynamics of the Caribbean. <strong>Sprinter </strong>marks Storm Saulter’s second major silver screen effort since the critically acclaimed <strong>Better Mus’ Come</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch the first instalment of <strong><em>Buzz Entertainment</em></strong>\'s two-part interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/X9d2j1IVbfw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/X9d2j1IVbfw\n</div><figcaption>Buzz reporter Gavin Riley speaks in-depth with <em>Sprinter</em> director, Storm Saulter ( Video by Don Waysome)</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! Did you enjoy <strong>Sprinter</strong>? Tell us some of your favourite scenes in the comment section.</p>\n<!-- /wp:paragraph -->','Storm Saulter aims to tackle complexities of the Caribbean in his movies','','inherit','closed','closed','','215-revision-v1','','','2019-07-22 15:35:35','2019-07-22 20:35:35','',215,'https://buzz-caribbean.com/article/215-revision-v1/',0,'revision','',0),(253,4,'2019-07-22 15:38:07','2019-07-22 20:38:07','<!-- wp:paragraph -->\n<p>Storm Saulter continues to ride major waves of accolades and good reviews as his latest theatrical release, <strong>Sprinter</strong>, opens across cinemas nationwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican writer-director, in a tell-all interview with <strong><em>Buzz</em></strong> <strong><em>Jamaica</em></strong>, said that he’s pleased with the outcome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There [are] many stages to a film but that moment when an audience interacts with it, it takes on a whole new life,” Saulter told&nbsp;<strong><em>Buzz</em></strong> <strong><em>Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong>, a coming-of-age story following 17-year-old Rastafarian track athlete Akeem Sharp, opened in Jamaica on Wednesday, July 3 – after experiencing overwhelming success on the international market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that much of his life growing up in Negril, Westmoreland is portrayed in <strong>Sprinter </strong>– with many relatable aspects of daily Jamaican life taking centr stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“A lot of my life growing up in Jamaica is in this film. I remember going to Manning’s’ High School in Savanna-La-Mar and I remember going to devotion every morning. That stuff is seared in me and my memory and I literally have that entire scene playing out in the film,” the mind behind <strong>Sprinter </strong>told <strong><em>Buzz Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that while <strong>Sprinter </strong>is Akeem Sharp’s coming-of-age story, many Jamaicans should appreciate some of the struggles the teen is faced with throughout the movie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“<strong>Sprinter </strong>is really the story of a boy trying to run back to his mother – thinking if he can only run fast enough, maybe he can bring his family back together,” he remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That’s the larger, driving motivation but [<strong>Sprinter</strong>] is also about a young boy going from a nobody to the next Usain Bolt, the next big thing,” Saulter added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I really wanted to tell a story that had a realistic kind of feeling, as in, What are we as people feeling, what’s on the periphery of our lives,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For me, I wanted to show that we can make global stories about us, that can be made in this space and that can be made about people who are from here or living through their experiences either here or elsewhere,\" Saulter added.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter is on a mission to create universal stories wrapped in the complex social and cultural dynamics of the Caribbean. <strong>Sprinter </strong>marks Storm Saulter’s second major silver screen effort since the critically acclaimed <strong>Better Mus’ Come</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch the first instalment of <strong><em>Buzz Entertainment</em></strong>\'s two-part interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/X9d2j1IVbfw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/X9d2j1IVbfw\n</div><figcaption>Buzz reporter Gavin Riley speaks in-depth with <em>Sprinter</em> director, Storm Saulter ( Video by Don Waysome)</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! Did you enjoy <strong>Sprinter</strong>? Tell us some of your favourite scenes in the comment section.</p>\n<!-- /wp:paragraph -->','Storm Saulter tackling Caribbean complexities through film','','inherit','closed','closed','','215-revision-v1','','','2019-07-22 15:38:07','2019-07-22 20:38:07','',215,'https://buzz-caribbean.com/article/215-revision-v1/',0,'revision','',0),(254,14,'2019-07-22 15:38:55','2019-07-22 20:38:55','<!-- wp:paragraph -->\n<p>Jamaicans are considered among the coolest people on Earth and many citizens, especially those traversing social media spaces, see Prime Minister Andrew Holness as our savviest leader in recent times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/42a5f8031dcddf873735dc4503b9b968/5DBC7DCA/t51.2885-15/e35/11930873_1753057154922068_81944720_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Holness\' 2015 post, dusting off a fresh pair of Desert Clarks, took social media by storm. The caption accompanying the viral photo paid homage to deejay Vybz Kartel (Photo contributed, <em>Instagram</em>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Holness, the island’s eight prime minister, continues to run\none of the most engaging platforms on social media – with many drawing\ncomparisons to Canadian PM Justin Trudeau and former US President Barack Obama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From the young to the young-at-heart, just about everywhere our PM makes an appearance, Holness’ seemingly calm and endearing aura is infectious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a man who understands the power of social media and digital engagement, Holness largely owes his shock 2016 general election win to his outstanding presence on Facebook, Twitter, and Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He straddles a delicate balance between being Jamaica’s ‘everyman’ and leader of Government – in a way that demands your attention and provokes your thoughts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But does Holness\' \'cool factor\' really hold up? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"className\":\"instagram-media\"} -->\n<div class=\"wp-block-image instagram-media\"><figure class=\"alignleft\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/f80b584a351b4b21d42487a06008dff6/5DAD0DD5/t51.2885-15/e35/11910553_465628773641834_974670672_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Prime Minister Andrew Holness anticipating a pitch during a game of cricket with students at the Mount Zion Primary School in St. James. (Photo contributed, <em>Instagram</em>)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Turns out, there are apparently little holes in this plot as time and time again, Holness and his team have evolved and adapted to capitalize on the use of social media and its impact on Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rolling back the clock, <strong><em>Buzz Lifestyle</em></strong> has delved deep through PM Holness’ timeline, and shares some of his \'coolest moments\', since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"158\",\"159\",\"160\",\"161\",\"162\",\"163\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-negril-1-1024x651.jpg\" alt=\"\" data-id=\"158\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-negril-1/\" class=\"wp-image-158\" /><figcaption>Novem</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-nesbeth-performance1-1024x576.jpg\" alt=\"\" data-id=\"159\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-nesbeth-performance1/\" class=\"wp-image-159\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-family1-1024x603.jpg\" alt=\"\" data-id=\"160\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-family1/\" class=\"wp-image-160\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-norman-dunn-20171-1024x582.jpg\" alt=\"\" data-id=\"161\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-norman-dunn-20171/\" class=\"wp-image-161\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-community-football1-1024x634.jpg\" alt=\"\" data-id=\"162\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-community-football1/\" class=\"wp-image-162\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-5.55.51-PM-1024x728.jpg\" alt=\"\" data-id=\"163\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/screen-shot-2019-07-17-at-5-55-51-pm/\" class=\"wp-image-163\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you believe Andrew Holness is our coolest Prime Minister? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the <strong><em>Buzz </em></strong>comment section below!</p>\n<!-- /wp:paragraph -->','Is Andrew Holness Jamaica’s \'coolest\' Prime Minister?','','inherit','closed','closed','','124-revision-v1','','','2019-07-22 15:38:55','2019-07-22 20:38:55','',124,'https://buzz-caribbean.com/article/124-revision-v1/',0,'revision','',0),(255,4,'2019-07-22 15:40:23','2019-07-22 20:40:23','<!-- wp:paragraph -->\n<p>Storm Saulter continues to ride major waves of accolades and good reviews as his latest theatrical release,&nbsp;<strong>Sprinter</strong>, opens across cinemas nationwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican writer-director, in a tell-all interview with&nbsp;<strong><em>Buzz</em></strong> <strong><em>Jamaica</em></strong>, said that he’s pleased with the outcome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There [are] many stages to a film but that moment when an audience interacts with it, it takes on a whole new life,” Saulter told&nbsp;<strong><em>Buzz</em></strong> <strong><em>Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong>, a coming-of-age story following 17-year-old Rastafarian track athlete Akeem Sharp, opened in Jamaica on Wednesday, July 3 – after experiencing overwhelming success on the international market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that much of his life growing up in Negril, Westmoreland is portrayed in&nbsp;<strong>Sprinter&nbsp;</strong>– with many relatable aspects of daily Jamaican life taking centr stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“A lot of my life growing up in Jamaica is in this film. I remember going to Manning’s’ High School in Savanna-La-Mar and I remember going to devotion every morning. That stuff is seared in me and my memory and I literally have that entire scene playing out in the film,” the mind behind&nbsp;<strong>Sprinter&nbsp;</strong>told&nbsp;<strong><em>Buzz Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that while&nbsp;<strong>Sprinter&nbsp;</strong>is Akeem Sharp’s coming-of-age story, many Jamaicans should appreciate some of the struggles the teen is faced with throughout the movie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“<strong>Sprinter </strong>is really the story of a boy trying to run back to his mother – thinking if he can only run fast enough, maybe he can bring his family back together,” he remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That’s the larger, driving motivation but [<strong>Sprinter</strong>] is also about a young boy going from a nobody to the next Usain Bolt, the next big thing,” Saulter added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I really wanted to tell a story that had a realistic kind of feeling, as in, What are we as people feeling, what’s on the periphery of our lives,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For me, I wanted to show that we can make global stories about us, that can be made in this space and that can be made about people who are from here or living through their experiences either here or elsewhere,\" Saulter added.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter is on a mission to create universal stories wrapped in the complex social and cultural dynamics of the Caribbean. <strong>Sprinter&nbsp;</strong>marks Storm Saulter’s second major silver screen effort since the critically acclaimed&nbsp;<strong>Better Mus’ Come</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch the first instalment of <strong><em>Buzz Entertainment</em></strong>\'s two-part interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/X9d2j1IVbfw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/X9d2j1IVbfw\n</div><figcaption>Buzz reporter Gavin Riley speaks in-depth with <em>Sprinter</em> director, Storm Saulter ( Video by Don Waysome)</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! Did you enjoy <strong>Sprinter</strong>? Tell us some of your favourite scenes in the comment section.</p>\n<!-- /wp:paragraph -->','Storm Saulter tackling Caribbean complexities through film','','inherit','closed','closed','','215-revision-v1','','','2019-07-22 15:40:23','2019-07-22 20:40:23','',215,'https://buzz-caribbean.com/article/215-revision-v1/',0,'revision','',0),(257,14,'2019-07-22 15:44:57','2019-07-22 20:44:57','<!-- wp:paragraph -->\n<p>Storm Saulter continues to ride major waves of accolades and good reviews as his latest theatrical release,&nbsp;<strong>Sprinter</strong>, opens across cinemas nationwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican writer-director, in a tell-all interview with&nbsp;<strong><em>Buzz</em></strong> <strong><em>Jamaica</em></strong>, said that he’s pleased with the outcome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There [are] many stages to a film but that moment when an audience interacts with it, it takes on a whole new life,” Saulter told&nbsp;<strong><em>Buzz</em></strong> <strong><em>Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong>, a coming-of-age story following 17-year-old Rastafarian track athlete Akeem Sharp, opened in Jamaica on Wednesday, July 3 – after experiencing overwhelming success on the international market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that much of his life growing up in Negril, Westmoreland is portrayed in <strong>Sprinter </strong>– with many relatable aspects of daily Jamaican life taking centre stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“A lot of my life growing up in Jamaica is in this film. I remember going to Manning’s’ High School in Savanna-La-Mar and I remember going to devotion every morning. That stuff is seared in me and my memory and I literally have that entire scene playing out in the film,” the mind behind&nbsp;<strong>Sprinter&nbsp;</strong>told&nbsp;<strong><em>Buzz Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that while&nbsp;<strong>Sprinter&nbsp;</strong>is Akeem Sharp’s coming-of-age story, many Jamaicans should appreciate some of the struggles the teen is faced with throughout the movie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“<strong>Sprinter </strong>is really the story of a boy trying to run back to his mother – thinking if he can only run fast enough, maybe he can bring his family back together,” he remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That’s the larger, driving motivation but [<strong>Sprinter</strong>] is also about a young boy going from a nobody to the next Usain Bolt, the next big thing,” Saulter added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I really wanted to tell a story that had a realistic kind of feeling, as in, What are we as people feeling, what’s on the periphery of our lives,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For me, I wanted to show that we can make global stories about us, that can be made in this space and that can be made about people who are from here or living through their experiences either here or elsewhere,\" Saulter added.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter is on a mission to create universal stories wrapped in the complex social and cultural dynamics of the Caribbean. <strong>Sprinter </strong>marks Storm Saulter’s second major silver screen effort since the critically acclaimed <strong>Better Mus’ Come</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch the first installment of <strong><em>Buzz Entertainment</em></strong>\'s two-part interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/X9d2j1IVbfw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/X9d2j1IVbfw\n</div><figcaption>Buzz reporter Gavin Riley speaks in-depth with <em>Sprinter</em> director, Storm Saulter (Video, Don Waysome)</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! Did you enjoy <strong>Sprinter</strong>? Tell us some of your favourite scenes in the comment section.</p>\n<!-- /wp:paragraph -->','Storm Saulter tackling Caribbean complexities through film','','inherit','closed','closed','','215-revision-v1','','','2019-07-22 15:44:57','2019-07-22 20:44:57','',215,'https://buzz-caribbean.com/article/215-revision-v1/',0,'revision','',0),(260,6,'2019-07-22 15:53:33','2019-07-22 20:53:33','<!-- wp:paragraph -->\n<p>Storm Saulter continues to ride major waves of accolades and good reviews as his latest theatrical release,&nbsp;<strong>Sprinter</strong>, opens across cinemas nationwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican writer-director, in a tell-all interview with&nbsp;<strong><em>Buzz</em></strong> <strong><em>Jamaica</em></strong>, said that he’s pleased with the outcome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There [are] many stages to a film but that moment when an audience interacts with it, it takes on a whole new life,” Saulter told&nbsp;<strong><em>Buzz</em></strong> <strong><em>Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong>, a coming-of-age story following 17-year-old Rastafarian track athlete Akeem Sharp, opened in Jamaica on Wednesday, July 3 – after experiencing overwhelming success on the international market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that much of his life growing up in Negril, Westmoreland is portrayed in&nbsp;<strong>Sprinter&nbsp;</strong>– with many relatable aspects of daily Jamaican life taking centre stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“A lot of my life growing up in Jamaica is in this film. I remember going to Manning’s’ High School in Savanna-La-Mar and I remember going to devotion every morning. That stuff is seared in me and my memory and I literally have that entire scene playing out in the film,” the mind behind&nbsp;<strong>Sprinter&nbsp;</strong>told&nbsp;<strong><em>Buzz Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that while&nbsp;<strong>Sprinter&nbsp;</strong>is Akeem Sharp’s coming-of-age story, many Jamaicans should appreciate some of the struggles the teen is faced with throughout the movie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“<strong>Sprinter </strong>is really the story of a boy trying to run back to his mother – thinking if he can only run fast enough, maybe he can bring his family back together,” he remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That’s the larger, driving motivation but [<strong>Sprinter</strong>] is also about a young boy going from a nobody to the next Usain Bolt, the next big thing,” Saulter added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I really wanted to tell a story that had a realistic kind of feeling, as in, What are we as people feeling, what’s on the periphery of our lives,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong>I wanted to show that we can make global stories about us</strong></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“For me, I wanted to show that we can make global stories about us, that can be made in this space and that can be made about people who are from here or living through their experiences either here or elsewhere,\" Saulter added.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter is on a mission to create universal stories wrapped in the complex social and cultural dynamics of the Caribbean. <strong>Sprinter&nbsp;</strong>marks Storm Saulter’s second major silver screen effort since the critically acclaimed&nbsp;<strong>Better Mus’ Come</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch the first installment of <strong><em>Buzz Entertainment</em></strong>\'s two-part interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/X9d2j1IVbfw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/X9d2j1IVbfw\n</div><figcaption>Buzz reporter Gavin Riley speaks in-depth with <em>Sprinter</em> director, Storm Saulter (Video, Don Waysome)</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! Did you enjoy <strong>Sprinter</strong>? Tell us some of your favourite scenes in the comment section.</p>\n<!-- /wp:paragraph -->','Storm Saulter tackling Caribbean complexities through film','','inherit','closed','closed','','215-revision-v1','','','2019-07-22 15:53:33','2019-07-22 20:53:33','',215,'https://buzz-caribbean.com/article/215-revision-v1/',0,'revision','',0),(261,6,'2019-07-22 15:54:28','2019-07-22 20:54:28','<!-- wp:paragraph -->\n<p>Storm Saulter continues to ride major waves of accolades and good reviews as his latest theatrical release,&nbsp;<strong>Sprinter</strong>, opens across cinemas nationwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican writer-director, in a tell-all interview with&nbsp;<strong><em>Buzz</em></strong> <strong><em>Jamaica</em></strong>, said that he’s pleased with the outcome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There [are] many stages to a film but that moment when an audience interacts with it, it takes on a whole new life,” Saulter told&nbsp;<strong><em>Buzz</em></strong> <strong><em>Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong>, a coming-of-age story following 17-year-old Rastafarian track athlete Akeem Sharp, opened in Jamaica on Wednesday, July 3 – after experiencing overwhelming success on the international market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that much of his life growing up in Negril, Westmoreland is portrayed in&nbsp;<strong>Sprinter&nbsp;</strong>– with many relatable aspects of daily Jamaican life taking centre stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“A lot of my life growing up in Jamaica is in this film. I remember going to Manning’s’ High School in Savanna-La-Mar and I remember going to devotion every morning. That stuff is seared in me and my memory and I literally have that entire scene playing out in the film,” the mind behind&nbsp;<strong>Sprinter&nbsp;</strong>told&nbsp;<strong><em>Buzz Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that while&nbsp;<strong>Sprinter&nbsp;</strong>is Akeem Sharp’s coming-of-age story, many Jamaicans should appreciate some of the struggles the teen is faced with throughout the movie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“<strong>Sprinter </strong>is really the story of a boy trying to run back to his mother – thinking if he can only run fast enough, maybe he can bring his family back together,” he remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That’s the larger, driving motivation but [<strong>Sprinter</strong>] is also about a young boy going from a nobody to the next Usain Bolt, the next big thing,” Saulter added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I really wanted to tell a story that had a realistic kind of feeling, as in, What are we as people feeling, what’s on the periphery of our lives,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-large\"} -->\n<blockquote class=\"wp-block-quote is-style-large\"><p><strong>\"I wanted to show that we can make global stories about us</strong>...\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“For me, I wanted to show that we can make global stories about us, that can be made in this space and that can be made about people who are from here or living through their experiences either here or elsewhere,\" Saulter added.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter is on a mission to create universal stories wrapped in the complex social and cultural dynamics of the Caribbean. <strong>Sprinter&nbsp;</strong>marks Storm Saulter’s second major silver screen effort since the critically acclaimed&nbsp;<strong>Better Mus’ Come</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch the first installment of <strong><em>Buzz Entertainment</em></strong>\'s two-part interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/X9d2j1IVbfw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/X9d2j1IVbfw\n</div><figcaption>Buzz reporter Gavin Riley speaks in-depth with <em>Sprinter</em> director, Storm Saulter (Video, Don Waysome)</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! Did you enjoy <strong>Sprinter</strong>? Tell us some of your favourite scenes in the comment section.</p>\n<!-- /wp:paragraph -->','Storm Saulter tackling Caribbean complexities through film','','inherit','closed','closed','','215-revision-v1','','','2019-07-22 15:54:28','2019-07-22 20:54:28','',215,'https://buzz-caribbean.com/article/215-revision-v1/',0,'revision','',0),(262,6,'2019-07-22 15:55:00','2019-07-22 20:55:00','<!-- wp:paragraph -->\n<p>Storm Saulter continues to ride major waves of accolades and good reviews as his latest theatrical release,&nbsp;<strong>Sprinter</strong>, opens across cinemas nationwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican writer-director, in a tell-all interview with&nbsp;<strong><em>Buzz</em></strong> <strong><em>Jamaica</em></strong>, said that he’s pleased with the outcome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There [are] many stages to a film but that moment when an audience interacts with it, it takes on a whole new life,” Saulter told&nbsp;<strong><em>Buzz</em></strong> <strong><em>Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong>, a coming-of-age story following 17-year-old Rastafarian track athlete Akeem Sharp, opened in Jamaica on Wednesday, July 3 – after experiencing overwhelming success on the international market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that much of his life growing up in Negril, Westmoreland is portrayed in&nbsp;<strong>Sprinter&nbsp;</strong>– with many relatable aspects of daily Jamaican life taking centre stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“A lot of my life growing up in Jamaica is in this film. I remember going to Manning’s’ High School in Savanna-La-Mar and I remember going to devotion every morning. That stuff is seared in me and my memory and I literally have that entire scene playing out in the film,” the mind behind&nbsp;<strong>Sprinter&nbsp;</strong>told&nbsp;<strong><em>Buzz Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that while&nbsp;<strong>Sprinter&nbsp;</strong>is Akeem Sharp’s coming-of-age story, many Jamaicans should appreciate some of the struggles the teen is faced with throughout the movie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“<strong>Sprinter </strong>is really the story of a boy trying to run back to his mother – thinking if he can only run fast enough, maybe he can bring his family back together,” he remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That’s the larger, driving motivation but [<strong>Sprinter</strong>] is also about a young boy going from a nobody to the next Usain Bolt, the next big thing,” Saulter added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I really wanted to tell a story that had a realistic kind of feeling, as in, What are we as people feeling, what’s on the periphery of our lives,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p><strong>\"I w<em>anted to show that we can make global stories about us</em></strong><em>...\"</em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“For me, I wanted to show that we can make global stories about us, that can be made in this space and that can be made about people who are from here or living through their experiences either here or elsewhere,\" Saulter added.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter is on a mission to create universal stories wrapped in the complex social and cultural dynamics of the Caribbean. <strong>Sprinter&nbsp;</strong>marks Storm Saulter’s second major silver screen effort since the critically acclaimed&nbsp;<strong>Better Mus’ Come</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch the first installment of <strong><em>Buzz Entertainment</em></strong>\'s two-part interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/X9d2j1IVbfw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/X9d2j1IVbfw\n</div><figcaption>Buzz reporter Gavin Riley speaks in-depth with <em>Sprinter</em> director, Storm Saulter (Video, Don Waysome)</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! Did you enjoy <strong>Sprinter</strong>? Tell us some of your favourite scenes in the comment section.</p>\n<!-- /wp:paragraph -->','Storm Saulter tackling Caribbean complexities through film','','inherit','closed','closed','','215-revision-v1','','','2019-07-22 15:55:00','2019-07-22 20:55:00','',215,'https://buzz-caribbean.com/article/215-revision-v1/',0,'revision','',0),(263,6,'2019-07-22 15:55:48','2019-07-22 20:55:48','<!-- wp:paragraph -->\n<p>Storm Saulter continues to ride major waves of accolades and good reviews as his latest theatrical release,&nbsp;<strong>Sprinter</strong>, opens across cinemas nationwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican writer-director, in a tell-all interview with&nbsp;<strong><em>Buzz</em></strong> <strong><em>Jamaica</em></strong>, said that he’s pleased with the outcome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There [are] many stages to a film but that moment when an audience interacts with it, it takes on a whole new life,” Saulter told&nbsp;<strong><em>Buzz</em></strong> <strong><em>Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong>, a coming-of-age story following 17-year-old Rastafarian track athlete Akeem Sharp, opened in Jamaica on Wednesday, July 3 – after experiencing overwhelming success on the international market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that much of his life growing up in Negril, Westmoreland is portrayed in&nbsp;<strong>Sprinter&nbsp;</strong>– with many relatable aspects of daily Jamaican life taking centre stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“A lot of my life growing up in Jamaica is in this film. I remember going to Manning’s’ High School in Savanna-La-Mar and I remember going to devotion every morning. That stuff is seared in me and my memory and I literally have that entire scene playing out in the film,” the mind behind&nbsp;<strong>Sprinter&nbsp;</strong>told&nbsp;<strong><em>Buzz Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that while&nbsp;<strong>Sprinter&nbsp;</strong>is Akeem Sharp’s coming-of-age story, many Jamaicans should appreciate some of the struggles the teen is faced with throughout the movie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“<strong>Sprinter </strong>is really the story of a boy trying to run back to his mother – thinking if he can only run fast enough, maybe he can bring his family back together,” he remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That’s the larger, driving motivation but [<strong>Sprinter</strong>] is also about a young boy going from a nobody to the next Usain Bolt, the next big thing,” Saulter added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I really wanted to tell a story that had a realistic kind of feeling, as in, What are we as people feeling, what’s on the periphery of our lives,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p><em>\"I wanted to show that we can make global stories about us...\"</em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“For me, I wanted to show that we can make global stories about us, that can be made in this space and that can be made about people who are from here or living through their experiences either here or elsewhere,\" Saulter added.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter is on a mission to create universal stories wrapped in the complex social and cultural dynamics of the Caribbean. <strong>Sprinter&nbsp;</strong>marks Storm Saulter’s second major silver screen effort since the critically acclaimed&nbsp;<strong>Better Mus’ Come</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch the first installment of <strong><em>Buzz Entertainment</em></strong>\'s two-part interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/X9d2j1IVbfw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/X9d2j1IVbfw\n</div><figcaption>Buzz reporter Gavin Riley speaks in-depth with <em>Sprinter</em> director, Storm Saulter (Video, Don Waysome)</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! Did you enjoy <strong>Sprinter</strong>? Tell us some of your favourite scenes in the comment section.</p>\n<!-- /wp:paragraph -->','Storm Saulter tackling Caribbean complexities through film','','inherit','closed','closed','','215-revision-v1','','','2019-07-22 15:55:48','2019-07-22 20:55:48','',215,'https://buzz-caribbean.com/article/215-revision-v1/',0,'revision','',0),(264,6,'2019-07-22 15:57:15','2019-07-22 20:57:15','<!-- wp:paragraph -->\n<p>Storm Saulter continues to ride major waves of accolades and good reviews as his latest theatrical release,&nbsp;<strong>Sprinter</strong>, opens across cinemas nationwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican writer-director, in a tell-all interview with&nbsp;<strong><em>Buzz</em></strong> <strong><em>Jamaica</em></strong>, said that he’s pleased with the outcome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There [are] many stages to a film but that moment when an audience interacts with it, it takes on a whole new life,” Saulter told&nbsp;<strong><em>Buzz</em></strong> <strong><em>Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong>, a coming-of-age story following 17-year-old Rastafarian track athlete Akeem Sharp, opened in Jamaica on Wednesday, July 3 – after experiencing overwhelming success on the international market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that much of his life growing up in Negril, Westmoreland is portrayed in&nbsp;<strong>Sprinter&nbsp;</strong>– with many relatable aspects of daily Jamaican life taking centre stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“A lot of my life growing up in Jamaica is in this film. I remember going to Manning’s’ High School in Savanna-La-Mar and I remember going to devotion every morning. That stuff is seared in me and my memory and I literally have that entire scene playing out in the film,” the mind behind&nbsp;<strong>Sprinter&nbsp;</strong>told&nbsp;<strong><em>Buzz Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that while&nbsp;<strong>Sprinter&nbsp;</strong>is Akeem Sharp’s coming-of-age story, many Jamaicans should appreciate some of the struggles the teen is faced with throughout the movie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“<strong>Sprinter </strong>is really the story of a boy trying to run back to his mother – thinking if he can only run fast enough, maybe he can bring his family back together,” he remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That’s the larger, driving motivation but [<strong>Sprinter</strong>] is also about a young boy going from a nobody to the next Usain Bolt, the next big thing,” Saulter added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I really wanted to tell a story that had a realistic kind of feeling, as in, What are we as people feeling, what’s on the periphery of our lives,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p><em>\"I wanted to show that we can make global stories about us.\"</em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“For me, I wanted to show that we can make global stories about us, that can be made in this space and that can be made about people who are from here or living through their experiences either here or elsewhere,\" Saulter added.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter is on a mission to create universal stories wrapped in the complex social and cultural dynamics of the Caribbean. <strong>Sprinter&nbsp;</strong>marks Storm Saulter’s second major silver screen effort since the critically acclaimed&nbsp;<strong>Better Mus’ Come</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch the first installment of <strong><em>Buzz Entertainment</em></strong>\'s two-part interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/X9d2j1IVbfw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/X9d2j1IVbfw\n</div><figcaption>Buzz reporter Gavin Riley speaks in-depth with <em>Sprinter</em> director, Storm Saulter (Video, Don Waysome)</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! Did you enjoy <strong>Sprinter</strong>? Tell us some of your favourite scenes in the comment section.</p>\n<!-- /wp:paragraph -->','Storm Saulter tackling Caribbean complexities through film','','inherit','closed','closed','','215-revision-v1','','','2019-07-22 15:57:15','2019-07-22 20:57:15','',215,'https://buzz-caribbean.com/article/215-revision-v1/',0,'revision','',0),(265,14,'2019-07-22 16:09:04','2019-07-22 21:09:04','','Storm Saulter poses for Buzz','','inherit','closed','closed','','storm-saulter-buzz-interview-5','','','2019-08-28 17:09:00','2019-08-28 22:09:00','',215,'https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-5.jpg',0,'attachment','image/jpeg',0),(266,14,'2019-07-22 16:10:04','2019-07-22 21:10:04','','Storm Saulter','','inherit','closed','closed','','storm-saulter-buzz-interview-4','','','2019-08-28 17:09:49','2019-08-28 22:09:49','',215,'https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-4.jpg',0,'attachment','image/jpeg',0),(267,14,'2019-07-22 16:10:49','2019-07-22 21:10:49','','Jamaican Director Storm Saulter','','inherit','closed','closed','','storm-saulter-buzz-interview-1','','','2019-08-28 17:10:20','2019-08-28 22:10:20','',215,'https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-1.jpg',0,'attachment','image/jpeg',0),(268,14,'2019-07-22 16:17:19','2019-07-22 21:17:19','<!-- wp:image {\"id\":265} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-5-1024x614.jpg\" alt=\"\" class=\"wp-image-265\" /><figcaption>Storm Saulter (Buzz, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Storm Saulter continues to ride major waves of accolades and good reviews as his latest theatrical release,&nbsp;<strong>Sprinter</strong>, opens across cinemas nationwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican writer-director, in a tell-all interview with&nbsp;<strong><em>Buzz</em></strong> <strong><em>Jamaica</em></strong>, said that he’s pleased with the outcome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There [are] many stages to a film but that moment when an audience interacts with it, it takes on a whole new life,” Saulter told&nbsp;<strong><em>Buzz</em></strong> <strong><em>Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong>, a coming-of-age story following 17-year-old Rastafarian track athlete Akeem Sharp, opened in Jamaica on Wednesday, July 3 – after experiencing overwhelming success on the international market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":267} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-1-1024x614.jpg\" alt=\"\" class=\"wp-image-267\" /><figcaption>Saulter, the man behind <strong>Sprinter</strong>, speaks with Buzz Jamaica on location (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that much of his life growing up in Negril, Westmoreland is portrayed in <strong>Sprinter </strong>– with many relatable aspects of daily Jamaican life taking centre stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"<strong><em>Sprinter </em></strong><em>is really the story of a boy trying to run back to his mother</em>\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“A lot of my life growing up in Jamaica is in this film. I remember going to Manning’s’ High School in Savanna-La-Mar and I remember going to devotion every morning. That stuff is seared in me and my memory and I literally have that entire scene playing out in the film,” the mind behind&nbsp;<strong>Sprinter&nbsp;</strong>told&nbsp;<strong><em>Buzz Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that while&nbsp;<strong>Sprinter&nbsp;</strong>is Akeem Sharp’s coming-of-age story, many Jamaicans should appreciate some of the struggles the teen is faced with throughout the movie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“<strong>Sprinter </strong>is really the story of a boy trying to run back to his mother – thinking if he can only run fast enough, maybe he can bring his family back together,” he remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That’s the larger, driving motivation but [<strong>Sprinter</strong>] is also about a young boy going from a nobody to the next Usain Bolt, the next big thing,” Saulter added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I really wanted to tell a story that had a realistic kind of feeling, as in, What are we as people feeling, what’s on the periphery of our lives,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p><em>\"I wanted to show that we can make global stories about us\"</em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“For me, I wanted to show that we can make global stories about us, that can be made in this space and that can be made about people who are from here or living through their experiences either here or elsewhere,\" Saulter added.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter is on a mission to create universal stories wrapped in the complex social and cultural dynamics of the Caribbean. <strong>Sprinter&nbsp;</strong>marks Storm Saulter’s second major silver screen effort since the critically acclaimed&nbsp;<strong>Better Mus’ Come</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch the first installment of <strong><em>Buzz Entertainment</em></strong>\'s two-part interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/X9d2j1IVbfw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/X9d2j1IVbfw\n</div><figcaption>Buzz reporter Gavin Riley speaks in-depth with <em>Sprinter</em> director, Storm Saulter (Video, Don Waysome)</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! Did you enjoy <strong>Sprinter</strong>? Tell us some of your favourite scenes in the comment section.</p>\n<!-- /wp:paragraph -->','Storm Saulter tackling Caribbean complexities through film','','inherit','closed','closed','','215-revision-v1','','','2019-07-22 16:17:19','2019-07-22 21:17:19','',215,'https://buzz-caribbean.com/article/215-revision-v1/',0,'revision','',0),(269,14,'2019-07-22 16:20:22','2019-07-22 21:20:22','<!-- wp:image {\"id\":265} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-5-1024x614.jpg\" alt=\"\" class=\"wp-image-265\" /><figcaption>Storm Saulter (Buzz, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Storm Saulter continues to ride major waves of accolades and good reviews as his latest theatrical release,&nbsp;<strong>Sprinter</strong>, opens across cinemas nationwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican writer-director, in a tell-all interview with&nbsp;<strong><em>Buzz</em></strong> <strong><em>Jamaica</em></strong>, said that he’s pleased with the outcome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There [are] many stages to a film but that moment when an audience interacts with it, it takes on a whole new life,” Saulter told&nbsp;<strong><em>Buzz</em></strong> <strong><em>Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong>, a coming-of-age story following 17-year-old Rastafarian track athlete Akeem Sharp, opened in Jamaica on Wednesday, July 3 – after experiencing overwhelming success on the international market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":267} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-1-1024x614.jpg\" alt=\"\" class=\"wp-image-267\" /><figcaption>Saulter, the man behind <strong>Sprinter</strong>, speaks with Buzz Jamaica on location (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that much of his life growing up in Negril, Westmoreland is portrayed in&nbsp;<strong>Sprinter&nbsp;</strong>– with many relatable aspects of daily Jamaican life taking centre stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"<strong><em>Sprinter </em></strong><em>is really the story of a boy trying to run back to his mother</em>\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“A lot of my life growing up in Jamaica is in this film. I remember going to Manning’s’ High School in Savanna-La-Mar and I remember going to devotion every morning. That stuff is seared in me and my memory and I literally have that entire scene playing out in the film,” the mind behind&nbsp;<strong>Sprinter&nbsp;</strong>told&nbsp;<strong><em>Buzz Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that while&nbsp;<strong>Sprinter&nbsp;</strong>is Akeem Sharp’s coming-of-age story, many Jamaicans should appreciate some of the struggles the teen is faced with throughout the movie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“<strong>Sprinter </strong>is really the story of a boy trying to run back to his mother – thinking if he can only run fast enough, maybe he can bring his family back together,” he remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That’s the larger, driving motivation but [<strong>Sprinter</strong>] is also about a young boy going from a nobody to the next Usain Bolt, the next big thing,” Saulter added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I really wanted to tell a story that had a realistic kind of feeling, as in, What are we as people feeling, what’s on the periphery of our lives,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p><em>\"I wanted to show that we can make global stories about us\"</em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“For me, I wanted to show that we can make global stories about us, that can be made in this space and that can be made about people who are from here or living through their experiences either here or elsewhere,\" Saulter added.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter is on a mission to create universal stories wrapped in the complex social and cultural dynamics of the Caribbean. <strong>Sprinter&nbsp;</strong>marks Storm Saulter’s second major silver screen effort since the critically acclaimed&nbsp;<strong>Better Mus’ Come</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch the first installment of <strong><em>Buzz Entertainment</em></strong>\'s two-part interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/X9d2j1IVbfw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/X9d2j1IVbfw\n</div><figcaption>Buzz reporter Gavin Riley speaks in-depth with <em>Sprinter</em> director, Storm Saulter (Video, Don Waysome)</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! Did you enjoy <strong>Sprinter</strong>? Tell us some of your favourite scenes in the comment section.</p>\n<!-- /wp:paragraph -->','Storm Saulter tackling Caribbean complexities through film','','inherit','closed','closed','','215-revision-v1','','','2019-07-22 16:20:22','2019-07-22 21:20:22','',215,'https://buzz-caribbean.com/article/215-revision-v1/',0,'revision','',0),(270,4,'2019-07-22 16:21:46','2019-07-22 21:21:46','<!-- wp:paragraph -->\n<p>Cinemas in Canada and the United Kingdom are next on the serving plate for a taste of Jamaican feature film, <strong>Sprinter</strong>, director Storm Saulter has indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said in an interview with<strong><em> Buzz Jamaica</em></strong> that he was confident the film would keep its positive momentum into the summer months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I do feel that this film has enough legs and can build\nenough momentum to really keep pushing across the world,” he explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve been open in the US [and] we will continue in theatres in the US throughout the summer. We’re opening in... the UK, like the third week or so in August,” Saulter told <strong><em>Buzz Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I feel like the word about Sprinter is really starting to gain traction; there’s a large section of independent cinema that’s aware of the film so it’s exciting,” Saulter<strong> </strong>added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The filmmaker hinted that if <strong>Sprinter </strong>goes as well as projected plans to hit streaming platforms in the fall would have to be fast-tracked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The future of feature films in Jamaica is bright, according to Saulter. He said the renaissance of and interest in cinematography was long overdue and imminent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s an exciting time and space to be in. A lot of people have projects in the works, both locally and internationally; a lot of people trying to come here to do projects – a lot of big companies have been here shooting projects as you know.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So Jamaica, as a creative space, is alive and thriving\nright now. For me, it is exciting times. I think good, quality work is gonna\nkeep hitting, keep connecting – that’s really [what’s] going to create a\nrenaissance. It’s not quantity that’s going to get us there, it’s quality,” he\ntold <strong><em>Buzz\nEntertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After a successful tour in 20 states and across 50 cities in the US, <strong>Sprinter </strong>made its first domestic screening on Wednesday, July 3 in cinemas across Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong>, Storm’s second feature film after the critically acclaimed <strong>Better Mus’ Come</strong>, swept the 2018 American Black Film Festival winning Best Director, Best Narrative Feature and the Audience Award.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most recently, the film has gone on to win the New Vision Award at the Bahamas International Film Festival, as well as Best Narrative Feature at the 2019 staging of the Pan African Film Festival in Los Angeles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See part two of <strong><em>Buzz Entertainment</em></strong>’s interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/BT965g8nOno\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/BT965g8nOno\n</div><figcaption>Part 2 of Buzz Entertainment\'s interview with Storm Saulter, the mind behind Jamaican feature film, Sprinter. (Video by Don Waysome)</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Director sees Sprinter going around the world','','inherit','closed','closed','','140-revision-v1','','','2019-07-22 16:21:46','2019-07-22 21:21:46','',140,'https://buzz-caribbean.com/article/140-revision-v1/',0,'revision','',0),(271,14,'2019-07-22 16:21:53','2019-07-22 21:21:53','<!-- wp:image {\"id\":265} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-5-1024x614.jpg\" alt=\"\" class=\"wp-image-265\" /><figcaption>Storm Saulter (Buzz, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Storm Saulter continues to ride major waves of accolades and good reviews as his latest theatrical release,&nbsp;<strong>Sprinter</strong>, opens across cinemas nationwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican writer-director, in a tell-all interview with&nbsp;<strong><em>Buzz</em></strong> <strong><em>Jamaica</em></strong>, said that he’s pleased with the outcome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There [are] many stages to a film but that moment when an audience interacts with it, it takes on a whole new life,” Saulter told&nbsp;<strong><em>Buzz</em></strong> <strong><em>Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong>, a coming-of-age story following 17-year-old Rastafarian track athlete Akeem Sharp, opened in Jamaica on Wednesday, July 3 – after experiencing overwhelming success on the international market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":267} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-1-1024x614.jpg\" alt=\"\" class=\"wp-image-267\" /><figcaption>Saulter, the man behind <strong>Sprinter</strong>, speaks with Buzz Jamaica on location (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that much of his life growing up in Negril, Westmoreland is portrayed in&nbsp;<strong>Sprinter&nbsp;</strong>– with many relatable aspects of daily Jamaican life taking centre stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"<strong><em>Sprinter </em></strong><em>is really the story of a boy trying to run back to his mother</em>\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“A lot of my life growing up in Jamaica is in this film. I remember going to Manning’s’ High School in Savanna-La-Mar and I remember going to devotion every morning. That stuff is seared in me and my memory and I literally have that entire scene playing out in the film,” the mind behind&nbsp;<strong>Sprinter&nbsp;</strong>told&nbsp;<strong><em>Buzz Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that while&nbsp;<strong>Sprinter&nbsp;</strong>is Akeem Sharp’s coming-of-age story, many Jamaicans should appreciate some of the struggles the teen is faced with throughout the movie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“<strong>Sprinter </strong>is really the story of a boy trying to run back to his mother – thinking if he can only run fast enough, maybe he can bring his family back together,” he remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That’s the larger, driving motivation but [<strong>Sprinter</strong>] is also about a young boy going from a nobody to the next Usain Bolt, the next big thing,” Saulter added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I really wanted to tell a story that had a realistic kind of feeling, as in, What are we as people feeling, what’s on the periphery of our lives,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p><em>\"I wanted to show that we can make global stories about us\"</em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“For me, I wanted to show that we can make global stories about us, that can be made in this space and that can be made about people who are from here or living through their experiences either here or elsewhere,\" Saulter added.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter is on a mission to create universal stories wrapped in the complex social and cultural dynamics of the Caribbean. <strong>Sprinter&nbsp;</strong>marks Storm Saulter’s second major silver screen effort since the critically acclaimed&nbsp;<strong>Better Mus’ Come</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch the first installment of <strong><em>Buzz Entertainment</em></strong>\'s two-part interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/X9d2j1IVbfw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/X9d2j1IVbfw\n</div><figcaption>Buzz reporter Gavin Riley speaks in-depth with <em>Sprinter</em> director, Storm Saulter (Video, Don Waysome)</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! Did you enjoy <strong>Sprinter</strong>? Tell us some of your favourite scenes in the comment section.</p>\n<!-- /wp:paragraph -->','Storm Saulter tackles Caribbean complexities through film','','inherit','closed','closed','','215-revision-v1','','','2019-07-22 16:21:53','2019-07-22 21:21:53','',215,'https://buzz-caribbean.com/article/215-revision-v1/',0,'revision','',0),(272,14,'2019-07-22 16:23:40','2019-07-22 21:23:40','<!-- wp:image {\"id\":265} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-5-1024x614.jpg\" alt=\"\" class=\"wp-image-265\" /><figcaption>Storm Saulter (Buzz, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Storm Saulter continues to ride major waves of accolades and good reviews as his latest theatrical release,&nbsp;<strong>Sprinter</strong>, opens across cinemas nationwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican writer-director, in a tell-all interview with&nbsp;<strong><em>Buzz</em></strong> <strong><em>Jamaica</em></strong>, said that he’s pleased with the outcome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There [are] many stages to a film but that moment when an audience interacts with it, it takes on a whole new life,” Saulter told&nbsp;<strong><em>Buzz</em></strong> <strong><em>Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong>, a coming-of-age story following 17-year-old Rastafarian track athlete Akeem Sharp, opened in Jamaica on Wednesday, July 3 – after experiencing overwhelming success on the international market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":267} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-1-1024x614.jpg\" alt=\"\" class=\"wp-image-267\" /><figcaption>Saulter, the man behind <strong>Sprinter</strong>, speaks with Buzz Jamaica on location (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that much of his life growing up in Negril, Westmoreland is portrayed in&nbsp;<strong>Sprinter&nbsp;</strong>– with many relatable aspects of daily Jamaican life taking centre stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"<strong><em>Sprinter </em></strong><em>is the story of a boy trying to run back to his mother</em>\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“A lot of my life growing up in Jamaica is in this film. I remember going to Manning’s’ High School in Savanna-La-Mar and I remember going to devotion every morning. That stuff is seared in me and my memory and I literally have that entire scene playing out in the film,” the mind behind&nbsp;<strong>Sprinter&nbsp;</strong>told&nbsp;<strong><em>Buzz Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that while&nbsp;<strong>Sprinter&nbsp;</strong>is Akeem Sharp’s coming-of-age story, many Jamaicans should appreciate some of the struggles the teen is faced with throughout the movie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“<strong>Sprinter </strong>is really the story of a boy trying to run back to his mother – thinking if he can only run fast enough, maybe he can bring his family back together,” he remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That’s the larger, driving motivation but [<strong>Sprinter</strong>] is also about a young boy going from a nobody to the next Usain Bolt, the next big thing,” Saulter added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I really wanted to tell a story that had a realistic kind of feeling, as in, What are we as people feeling, what’s on the periphery of our lives,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p><em>\"I wanted to show that we can make global stories about us\"</em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“For me, I wanted to show that we can make global stories about us, that can be made in this space and that can be made about people who are from here or living through their experiences either here or elsewhere,\" Saulter added.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter is on a mission to create universal stories wrapped in the complex social and cultural dynamics of the Caribbean. <strong>Sprinter&nbsp;</strong>marks Storm Saulter’s second major silver screen effort since the critically acclaimed&nbsp;<strong>Better Mus’ Come</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch the first installment of <strong><em>Buzz Entertainment</em></strong>\'s two-part interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/X9d2j1IVbfw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/X9d2j1IVbfw\n</div><figcaption>Buzz reporter Gavin Riley speaks in-depth with <em>Sprinter</em> director, Storm Saulter (Video, Don Waysome)</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! Did you enjoy <strong>Sprinter</strong>? Tell us some of your favourite scenes in the comment section.</p>\n<!-- /wp:paragraph -->','Storm Saulter tackles Caribbean complexities through film','','inherit','closed','closed','','215-revision-v1','','','2019-07-22 16:23:40','2019-07-22 21:23:40','',215,'https://buzz-caribbean.com/article/215-revision-v1/',0,'revision','',0),(273,14,'2019-07-22 16:26:52','2019-07-22 21:26:52','','Jamaican director, Storm Saulter','','inherit','closed','closed','','storm-saulter-buzz-interview-4-1','','','2019-08-28 17:10:57','2019-08-28 22:10:57','',140,'https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-4-1.jpg',0,'attachment','image/jpeg',0),(274,4,'2019-07-15 14:36:11','2019-07-15 19:36:11','<!-- wp:paragraph -->\n<p>Kevin Spacey\'s criminal sexual\nassault case has been dropped.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 59-year-old actor originally\npled not guilty to criminal charges of indecent assault and battery in\nconnection with an allegation he groped a young man in a bar in July 2016.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":294} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/kevin-spacey.jpeg\" alt=\"\" class=\"wp-image-294\" /><figcaption>Kevin Spacey sex assault case has been dropped. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, the case will not be\ngoing to court as Cape &amp; Islands District Attorney Michael O\'Keefe\ndismissed the charges.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to court documents,\nO\'Keefe said he was dropping the case due to the unavailability of the\ncomplaining witness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Spacey, who has been accused of misconduct by several men, was fired from Netflix drama <strong>House of Cards</strong> over previous sexual assault allegations made against him and was replaced in the drama <strong>All The Money In The World</strong>.</p>\n<!-- /wp:paragraph -->','Prosecutors drop sex case against actor Kevin Spacey','','publish','open','closed','','prosecutors-drop-sex-case-against-actor-kevin-spacey','','','2019-08-10 15:16:53','2019-08-10 20:16:53','',0,'https://buzz-caribbean.com/?p=274',0,'post','',0),(276,11,'2019-07-22 16:39:49','2019-07-22 21:39:49','<!-- wp:paragraph -->\n<p>Jamaicans are known to be trailblazers, a people who not only think outside the box but also often discard the box in pursuit of our passion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is exemplified by Jabulani Johnson, an engineering student at the University of Technology (UTECH), who keeps his skills sharp — literally.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This native of Spanish Town, St Catherine is a master\nknife-maker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":125} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/knife-fire-1-1024x614.jpg\" alt=\"\" class=\"wp-image-125\" /><figcaption>A Karma knife being forged.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Knife making is an art form from back in the days of the Japanese Samurai warriors. When the wars ended, the Samurai sword makers were soon out of business and so they started making knives instead,” Johnson told <strong>Buzz Jamaica.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Johnson is self-taught in the art of making knives. He shared\nthat in his previous career as a cook he had difficulty finding a good knife.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p><strong><em> \"In 2017 I made my first knife. It was ugly but I loved it.\"</em></strong></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I began researching and learning for more than a year. I\nwould watch videos and fine-tune my skills and I got better and better at\nit,\" he said. \"In 2017 I made my first knife. It was ugly but I loved\nit. A chef saw it and asked where I got it and I told him I made it and he\nbought it. So I started posting pictures and people gravitated towards it and\nKarma Knives was born.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":122} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jabulani-johnson-1024x614.jpg\" alt=\"\" class=\"wp-image-122\" /><figcaption>Jabulani Johnson putting the finishing touches on one of his pieces.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The name came about because, for him, it speaks to reaping\nwhat you put out in the universe. It takes an average of two weeks to finish a piece.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The response to his work has been good. “The first person to\nhold one of my knives was Chef Brian Lumley. I gave him two knives and he loved\nthem so much that he bought two more and then spread the word. I started\ngaining clientele from both in Jamaica and overseas so I have clients in the\nUnited States, Germany and even as far away as Australia,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":119} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/knife-1-1024x614.jpg\" alt=\"\" class=\"wp-image-119\" /><figcaption>Chef Sasha Gordon also uses Karma Knives.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To possess a basic Karma Knife, you need to shell out a\nmeagre US$150 for an 8-inch chef’s knife.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Every additional inch is an additional US$15. The most\nexpensive knife I have ever made went for US$500, which was a special\ncustomised piece. One of the last customised pieces I made was a Japanese sushi\nknife with red, green and gold in the handle. It was fun because it also\nallowed me to learn as I evolve.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":118} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Knife-cut-1024x614.jpg\" alt=\"\" class=\"wp-image-118\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Johnson has plans to have a company with employees who can\nput Jamaica on the map for producing high-quality knives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His work is already holding its own against other more\nestablished global brands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":121} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Knife-1024x614.jpg\" alt=\"\" class=\"wp-image-121\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“My biggest challenge is getting some customers to appreciate what goes into making these knives. I need to start a YouTube channel so that they can see the intricate process and what exactly goes into making a Karma Knife,” he said.</p>\n<!-- /wp:paragraph -->','For this master craftsman, Karma makes for good knives','','inherit','closed','closed','','117-revision-v1','','','2019-07-22 16:39:49','2019-07-22 21:39:49','',117,'https://buzz-caribbean.com/article/117-revision-v1/',0,'revision','',0),(278,4,'2019-07-22 16:43:25','2019-07-22 21:43:25','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kevin Spacey\'s criminal sexual\nassault case has been dropped.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 59-year-old actor originally\npled not guilty to criminal charges of indecent assault and battery in\nconnection with an allegation he groped a young man in a bar in July 2016.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":275} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/kevin-spacey.jpeg\" alt=\"\" class=\"wp-image-275\" /><figcaption>Kevin Spacey sex assault case has been dropped.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, the case will not be\ngoing to court as Cape &amp; Islands District Attorney Michael O\'Keefe\ndismissed the charges.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to court documents,\nO\'Keefe said he was dropping the case due to the unavailability of the\ncomplaining witness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Spacey - who has been accused of\nmisconduct by several men - was fired from Netflix drama <strong>House of Cards</strong> over previous sexual assault allegations made\nagainst him and was replaced in the drama <strong>All\nThe Money In The World</strong>.</p>\n<!-- /wp:paragraph -->','Prosecutors drop sex case against actor Kevin Spacey','','inherit','closed','closed','','274-revision-v1','','','2019-07-22 16:43:25','2019-07-22 21:43:25','',274,'https://buzz-caribbean.com/article/274-revision-v1/',0,'revision','',0),(279,14,'2019-07-22 16:49:56','2019-07-22 21:49:56','<!-- wp:image {\"id\":273} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-4-1-1024x614.jpg\" alt=\"\" class=\"wp-image-273\" /><figcaption>Storm Saulter, <strong>Sprinter</strong> writer-director. (Buzz, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cinemas in Canada and the United Kingdom are next on the serving plate for a taste of Jamaican feature film, <strong>Sprinter</strong>, director Storm Saulter has indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said in an interview with<strong><em> Buzz Jamaica</em></strong> that he was confident the film would keep its positive momentum into the summer months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I do feel that this film has enough legs and can build\nenough momentum to really keep pushing across the world,” he explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve been open in the US [and] we will continue in theatres in the US throughout the summer. We’re opening in... the UK, like the third week or so in August,” Saulter told <strong><em>Buzz Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I feel like the word about Sprinter is really starting to gain traction; there’s a large section of independent cinema that’s aware of the film so it’s exciting,” Saulter<strong> </strong>added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The filmmaker hinted that if <strong>Sprinter </strong>goes as well as projected plans to hit streaming platforms in the fall would have to be fast-tracked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The future of feature films in Jamaica is bright, according to Saulter. He said the renaissance of and interest in cinematography was long overdue and imminent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s an exciting time and space to be in. A lot of people have projects in the works, both locally and internationally; a lot of people trying to come here to do projects – a lot of big companies have been here shooting projects as you know.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“So Jamaica, as a creative space, is alive and thriving\nright now. For me, it is exciting times. I think good, quality work is gonna\nkeep hitting, keep connecting – that’s really [what’s] going to create a\nrenaissance. It’s not quantity that’s going to get us there, it’s quality,” he\ntold <strong><em>Buzz\nEntertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After a successful tour in 20 states and across 50 cities in the US, <strong>Sprinter </strong>made its first domestic screening on Wednesday, July 3 in cinemas across Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong>, Storm’s second feature film after the critically acclaimed <strong>Better Mus’ Come</strong>, swept the 2018 American Black Film Festival winning Best Director, Best Narrative Feature and the Audience Award.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most recently, the film has gone on to win the New Vision Award at the Bahamas International Film Festival, as well as Best Narrative Feature at the 2019 staging of the Pan African Film Festival in Los Angeles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See part two of <strong><em>Buzz Entertainment</em></strong>’s interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/BT965g8nOno\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/BT965g8nOno\n</div><figcaption>Part 2 of Buzz Entertainment\'s interview with Storm Saulter, the mind behind Jamaican feature film, Sprinter. (Buzz Video, Don Waysome)</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Director sees Sprinter going around the world','','inherit','closed','closed','','140-revision-v1','','','2019-07-22 16:49:56','2019-07-22 21:49:56','',140,'https://buzz-caribbean.com/article/140-revision-v1/',0,'revision','',0),(280,14,'2019-07-22 16:53:54','2019-07-22 21:53:54','<!-- wp:image {\"id\":273} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-4-1-1024x614.jpg\" alt=\"\" class=\"wp-image-273\" /><figcaption>Storm Saulter, <strong>Sprinter</strong> writer-director. (Buzz, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cinemas in Canada and the United Kingdom are next on the serving plate for a taste of Jamaican feature film, <strong>Sprinter</strong>, director Storm Saulter has indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said in an interview with<strong><em> Buzz Jamaica</em></strong> that he was confident the film would keep its positive momentum into the summer months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I do feel that this film has enough legs and can build\nenough momentum to really keep pushing across the world,” he explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve been open in the US [and] we will continue in theatres in the US throughout the summer. We’re opening in... the UK, like the third week or so in August,” Saulter told <strong><em>Buzz Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I feel like the word about Sprinter is really starting to gain traction; there’s a large section of independent cinema that’s aware of the film so it’s exciting,” Saulter<strong> </strong>added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The filmmaker hinted that if <strong>Sprinter </strong>goes as well as projected plans to hit streaming platforms in the fall would have to be fast-tracked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The future of feature films in Jamaica is bright, according to Saulter. He said the renaissance of and interest in cinematography was long overdue and imminent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s an exciting time and space to be in. A lot of people have projects in the works, both locally and internationally; a lot of people trying to come here to do projects – a lot of big companies have been here shooting projects as you know.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“So Jamaica, as a creative space, is alive and thriving\nright now. For me, it is exciting times. I think good, quality work is gonna\nkeep hitting, keep connecting – that’s really [what’s] going to create a\nrenaissance. It’s not quantity that’s going to get us there, it’s quality,” he\ntold <strong><em>Buzz\nEntertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After a successful tour in 20 states and across 50 cities in the US, <strong>Sprinter </strong>made its first domestic screening on Wednesday, July 3 in cinemas across Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong>, Storm’s second feature film after the critically acclaimed <strong>Better Mus’ Come</strong>, swept the 2018 American Black Film Festival winning Best Director, Best Narrative Feature and the Audience Award.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most recently, the film has gone on to win the New Vision Award at the Bahamas International Film Festival, as well as Best Narrative Feature at the 2019 staging of the Pan African Film Festival in Los Angeles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See part two of <strong><em>Buzz Entertainment</em></strong>’s interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/BT965g8nOno\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/BT965g8nOno\n</div><figcaption>Part 2 of Buzz Entertainment\'s interview with Storm Saulter, the mind behind Jamaican feature film, Sprinter. (Buzz Video, Don Waysome)</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Director sees \'Sprinter\' going around the world','','inherit','closed','closed','','140-revision-v1','','','2019-07-22 16:53:54','2019-07-22 21:53:54','',140,'https://buzz-caribbean.com/article/140-revision-v1/',0,'revision','',0),(281,11,'2019-07-24 14:35:23','2019-07-24 19:35:23','<!-- wp:paragraph -->\n<p>The new AC Marriott Hotel on Lady Musgrave Road in Kingston is most definitely Adam Stewart\'s baby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":317} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Adam_Stewart_AC_Marriott-1024x857.jpg\" alt=\"\" class=\"wp-image-317\" /><figcaption>Adam Stewart, Deputy Chairman, Sandals/ATL Group of Companies</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Deputy Chairman of the Sandals/ ATL Group of Companies has spent his life in the hotel business learning from his father, Gordon \'Butch\' Stewart, the founder of Sandals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Those lessons have been taken and modified for a new generation of which he will be at the vanguard and this is reflected in this new state-of-the-art city hotel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":324} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_Marriott_Hotel-1024x683.jpg\" alt=\"\" class=\"wp-image-324\" /><figcaption>AC MARRIOTT HOTEL KINGSTON</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":329} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_MARRIOTT_KINGSTON-1024x575.jpg\" alt=\"\" class=\"wp-image-329\" /><figcaption>ULTRA SLEEK LOBBY AT THE AC MARRIOTT HOTEL KINGSTON </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> <br>AC Marriott Kingston is a 220-bedroom hotel sitting on a 155,000 square foot facility with 18,000 square feet of that designated to indoor/outdoor banqueting. Its main banqueting hall can seat 600 persons. Of all of Kingston\'s hotels, the AC Marriot has the largest banqueting space. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":319} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_Marriott_Hotel_Rooms-1024x683.jpg\" alt=\"\" class=\"wp-image-319\" /><figcaption>LUXURIOUS ROOM AT AC MARRIOTT HOTEL KINGSTON</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The US$55 million hotel is infused with technology, with a cool feature being mobile check-in and a mobile key option from your handset. There is also a paging system connected to the waiter\'s watch for the ordering of drinks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[333,334,335]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_MARRIOTT_HOTEL_EXTERIOR-1024x683.jpg\" alt=\"\" data-id=\"333\" data-link=\"https://buzz-caribbean.com/?attachment_id=333\" class=\"wp-image-333\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/STATE_OF_THE_ART_FACILITIES_AC_MARRIOTT_KINGSTON-1024x683.jpg\" alt=\"\" data-id=\"334\" data-link=\"https://buzz-caribbean.com/?attachment_id=334\" class=\"wp-image-334\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/GYM_AC_MARIOTT_HOTEL-1024x627.jpg\" alt=\"\" data-id=\"335\" data-link=\"https://buzz-caribbean.com/?attachment_id=335\" class=\"wp-image-335\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>For those with difficulties with sight or have impaired hearing, there are features on the doors that facilitate easy access to their room.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Adam and his team have thought of almost every convenience to make the guest experience as comfortable as possible. This speaks to the importance placed on service and customer satisfaction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":349} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/TEAM_AC_MARRIOTT_KINGSTON-1024x683.jpg\" alt=\"\" class=\"wp-image-349\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This is the game-changer for Kingston\'s hotels.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong>, Adam said: “This is a business lifestyle hotel which is designed to operate within a price bracket. We again applied the Stewart-family business ethos which is to be always elevating the bar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“This hotel is a place where people can hang out but can also do business.\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“This hotel is a place where people can hang out but can also do business. Most business hotels are places where you come in and sleep but this AC Marriott is all about lifestyle.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>European flair with a Jamaican touch best describes this stylish hotel. It oozes epicurean and artistic insouciance and as Adam says, “shows Jamaica can compete with the highest international standards”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[341,342,343,351]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/ART-1_AC_MARRIOTT-1024x682.jpg\" alt=\"\" data-id=\"341\" data-link=\"https://buzz-caribbean.com/?attachment_id=341\" class=\"wp-image-341\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/MODERN-FACILITIES_AC_MARRIOTT-1024x683.jpg\" alt=\"\" data-id=\"342\" data-link=\"https://buzz-caribbean.com/?attachment_id=342\" class=\"wp-image-342\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/SLEEK-DESIGN_AC_MARRIOTT-1024x683.jpg\" alt=\"\" data-id=\"343\" data-link=\"https://buzz-caribbean.com/?attachment_id=343\" class=\"wp-image-343\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/ART-3_AC_MARRIOTT-1024x683.jpg\" alt=\"\" data-id=\"351\" data-link=\"https://buzz-caribbean.com/?attachment_id=351\" class=\"wp-image-351\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>This is the first time the Stewart family has gone into a hotel project outside the resort concept.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em> \"Lifestyle and technology defines this new generation and I wanted to marry the two\"</em></strong></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I saw a gap in the market which didn\'t exist in Jamaica before the AC Marriott.&nbsp; Lifestyle and technology defines this new generation and I wanted to marry the two in creating a modern 21st-century hotel in the heart of Kingston,” Adam said. “We are creating our own space in the market and it\'s a space I haven\'t seen in Jamaica let alone Kingston.”</p>\n<!-- /wp:paragraph -->','Adam Stewart ups the ante for Kingston\'s hotels','','publish','closed','open','','adam-stewart-ups-the-ante-for-kingstons-hotels','','','2019-08-15 10:25:32','2019-08-15 15:25:32','',0,'https://buzz-caribbean.com/?p=281',0,'post','',0),(282,14,'2019-07-24 14:36:14','2019-07-24 19:36:14','<!-- wp:image {\"id\":283} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/rihanna-chris-gayle_buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-283\" /><figcaption>(From left) Jamaican all-rounder Chris Gayle and Rihanna during the West Indies\' final group match against Sri Lanka on July 1 at the Riverside Ground in England. (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bajan pop superstar Rihanna turned out to support the West Indies during the International Cricket Council (ICC) 2019 World Cup in England and the men\'s cricket team couldn\'t be happier with her appearance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Windies, who were playing their final group game against Sri Lanka on Monday, July 1, fought valiantly at the Riverside Ground in front of thousands of fans – one of which was the ‘Needed Me’ hitmaker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It’s a pleasure to meet you\"</p><cite> — Chris Gayle to Rihanna</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BzaZkjelpjr/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BzaZkjelpjr/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>After\nthe game, Rihanna went to the locker room, where she was greeted by a beaming\nJamaican star all-rounder Chris Gayle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s a pleasure to meet you,” Gayle said as he hugged the ‘Love On The Brain’ songstress warmly, handing her a signed cricket bat, before stopping to immortalize the moment in photos and videos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A video\nof the encounter has been making the rounds on social media, as fans of both\nstars basked in the contagious buzz surrounding Rihanna’s visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch the video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BzYpjRxgfXP/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BzYpjRxgfXP/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->','Chris Gayle starstruck as Rihanna shows love to Windies Cricket Team','','publish','open','closed','','chris-gayle-starstruck-as-rihanna-shows-love-to-windies-cricket-team','','','2019-08-12 13:49:16','2019-08-12 18:49:16','',0,'https://buzz-caribbean.com/?p=282',0,'post','',0),(283,14,'2019-07-22 17:45:37','2019-07-22 22:45:37','','Rihanna and Chris Gayle','','inherit','closed','closed','','rihanna-chris-gayle_buzz','','','2019-08-28 17:11:29','2019-08-28 22:11:29','',282,'https://buzz-caribbean.com/app/uploads/2019/07/rihanna-chris-gayle_buzz.jpg',0,'attachment','image/jpeg',0),(284,4,'2019-07-22 17:46:45','2019-07-22 22:46:45','<!-- wp:paragraph -->\n<p>Kevin Spacey\'s criminal sexual\nassault case has been dropped.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 59-year-old actor originally\npled not guilty to criminal charges of indecent assault and battery in\nconnection with an allegation he groped a young man in a bar in July 2016.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":275} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/kevin-spacey.jpeg\" alt=\"\" class=\"wp-image-275\" /><figcaption>Kevin Spacey sex assault case has been dropped.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, the case will not be\ngoing to court as Cape &amp; Islands District Attorney Michael O\'Keefe\ndismissed the charges.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to court documents,\nO\'Keefe said he was dropping the case due to the unavailability of the\ncomplaining witness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Spacey - who has been accused of\nmisconduct by several men - was fired from Netflix drama <strong>House of Cards</strong> over previous sexual assault allegations made\nagainst him and was replaced in the drama <strong>All\nThe Money In The World</strong>.</p>\n<!-- /wp:paragraph -->','Prosecutors drop sex case against actor Kevin Spacey','','inherit','closed','closed','','274-revision-v1','','','2019-07-22 17:46:45','2019-07-22 22:46:45','',274,'https://buzz-caribbean.com/article/274-revision-v1/',0,'revision','',0),(285,14,'2019-07-22 17:47:19','2019-07-22 22:47:19','<!-- wp:image {\"id\":283} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/rihanna-chris-gayle_buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-283\" /><figcaption>(From left) Jamaican all-rounder Chris Gayle and Rihanna during the West Indies\' final group match against Sri Lanka on July 1 at the Riverside Ground in England. (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bajan pop superstar Rihanna turned out to support the West Indies during the International Cricket Council (ICC) 2019 World Cup in England and the men\'s cricket team couldn\'t be happier with her appearance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Windies, who were playing their final group game against Sri Lanka on Monday, July 1, fought valiantly at the Riverside Ground in front of thousands of fans – one of which was the ‘Needed Me’ hitmaker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After\nthe game, Rihanna went to the locker room, where she was greeted by a beaming\nJamaican star all-rounder Chris Gayle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s\na pleasure to meet, you,” Gayle said as he hugged the ‘Love On The Brain’\nsongstress warmly, handing her a signed cricket bat, before stopping to\nimmortalize the moment in photos and videos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A video\nof the encounter has been making the rounds on social media, as fans of both\nstars basked in the contagious buzz surrounding Rihanna’s visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch\nthe video here:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/b-v0t3mdWQc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/b-v0t3mdWQc\n</div><figcaption>Jamaican cricketer Chris Gayle meets Bajan pop superstar Rihanna after the West Indies\' group game match-up against Sri Lanka at the 2019 ICC Cricket World Cup in England on July 1. (Video contributed, CricketWorldCup, Instagram)</figcaption></figure>\n<!-- /wp:embed -->','Chris Gayle starstruck as Rihanna shows love to Windies Cricket Team','','inherit','closed','closed','','282-revision-v1','','','2019-07-22 17:47:19','2019-07-22 22:47:19','',282,'https://buzz-caribbean.com/article/282-revision-v1/',0,'revision','',0),(286,14,'2019-07-22 17:56:37','2019-07-22 22:56:37','<!-- wp:image {\"id\":265} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-5-1024x614.jpg\" alt=\"\" class=\"wp-image-265\" /><figcaption>Storm Saulter (Buzz, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Storm Saulter continues to ride major waves of accolades and good reviews as his latest theatrical release,&nbsp;<strong>Sprinter</strong>, opens across cinemas nationwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican writer-director, in a tell-all interview with&nbsp;<strong><em>Buzz</em></strong> <strong><em>Jamaica</em></strong>, said that he’s pleased with the outcome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There [are] many stages to a film but that moment when an audience interacts with it, it takes on a whole new life,” Saulter told&nbsp;<strong><em>Buzz</em></strong> <strong><em>Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong>, a coming-of-age story following 17-year-old Rastafarian track athlete Akeem Sharp, opened in Jamaica on Wednesday, July 3 – after experiencing overwhelming success on the international market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"<strong><em>Sprinter </em></strong><em>is the story of a boy trying to run back to his mother</em>\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":267} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-1-1024x614.jpg\" alt=\"\" class=\"wp-image-267\" /><figcaption>Saulter, the man behind <strong>Sprinter</strong>, speaks with Buzz Jamaica on location (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that much of his life growing up in Negril, Westmoreland is portrayed in&nbsp;<strong>Sprinter&nbsp;</strong>– with many relatable aspects of daily Jamaican life taking centre stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A lot of my life growing up in Jamaica is in this film. I remember going to Manning’s’ High School in Savanna-La-Mar and I remember going to devotion every morning. That stuff is seared in me and my memory and I literally have that entire scene playing out in the film,” the mind behind&nbsp;<strong>Sprinter&nbsp;</strong>told&nbsp;<strong><em>Buzz Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that while&nbsp;<strong>Sprinter&nbsp;</strong>is Akeem Sharp’s coming-of-age story, many Jamaicans should appreciate some of the struggles the teen is faced with throughout the movie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“<strong>Sprinter </strong>is really the story of a boy trying to run back to his mother – thinking if he can only run fast enough, maybe he can bring his family back together,” he remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That’s the larger, driving motivation but [<strong>Sprinter</strong>] is also about a young boy going from a nobody to the next Usain Bolt, the next big thing,” Saulter added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I really wanted to tell a story that had a realistic kind of feeling, as in, What are we as people feeling, what’s on the periphery of our lives,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p><em>\"I wanted to show that we can make global stories about us\"</em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“For me, I wanted to show that we can make global stories about us, that can be made in this space and that can be made about people who are from here or living through their experiences either here or elsewhere,\" Saulter added.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter is on a mission to create universal stories wrapped in the complex social and cultural dynamics of the Caribbean. <strong>Sprinter&nbsp;</strong>marks Storm Saulter’s second major silver screen effort since the critically acclaimed&nbsp;<strong>Better Mus’ Come</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch the first installment of <strong><em>Buzz Entertainment</em></strong>\'s two-part interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/X9d2j1IVbfw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/X9d2j1IVbfw\n</div><figcaption>Buzz reporter Gavin Riley speaks in-depth with <em>Sprinter</em> director, Storm Saulter (Video, Don Waysome)</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! Did you enjoy <strong>Sprinter</strong>? Tell us some of your favourite scenes in the comment section.</p>\n<!-- /wp:paragraph -->','Storm Saulter tackles Caribbean complexities through film','','inherit','closed','closed','','215-revision-v1','','','2019-07-22 17:56:37','2019-07-22 22:56:37','',215,'https://buzz-caribbean.com/article/215-revision-v1/',0,'revision','',0),(287,14,'2019-07-22 18:00:32','2019-07-22 23:00:32','','storm-saulter-buzz-interview-3','','inherit','closed','closed','','storm-saulter-buzz-interview-3','','','2019-07-22 18:00:32','2019-07-22 23:00:32','',140,'https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-3.jpg',0,'attachment','image/jpeg',0),(288,14,'2019-07-22 18:01:54','2019-07-22 23:01:54','<!-- wp:image {\"id\":273} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-4-1-1024x614.jpg\" alt=\"\" class=\"wp-image-273\" /><figcaption>Storm Saulter, <strong>Sprinter</strong> writer-director. (Buzz, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cinemas in Canada and the United Kingdom are next on the serving plate for a taste of Jamaican feature film, <strong>Sprinter</strong>, director Storm Saulter has indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said in an interview with<strong><em> Buzz Jamaica</em></strong> that he was confident the film would keep its positive momentum into the summer months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I do feel that this film has enough legs and can build\nenough momentum to really keep pushing across the world,” he explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve been open in the US [and] we will continue in theatres in the US throughout the summer. We’re opening in... the UK, like the third week or so in August,” Saulter told <strong><em>Buzz Entertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I feel like the word about Sprinter is really starting to gain traction; there’s a large section of independent cinema that’s aware of the film so it’s exciting,” Saulter<strong> </strong>added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The filmmaker hinted that if <strong>Sprinter </strong>goes as well as projected plans to hit streaming platforms in the fall would have to be fast-tracked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The future of feature films in Jamaica is bright, according to Saulter. He said the renaissance of and interest in cinematography was long overdue and imminent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s an exciting time and space to be in. A lot of people have projects in the works, both locally and internationally; a lot of people trying to come here to do projects – a lot of big companies have been here shooting projects as you know.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":287} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-3-683x1024.jpg\" alt=\"\" class=\"wp-image-287\" /><figcaption>Storm Saulter, during his tell-all interview with Buzz Jamaica (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“So Jamaica, as a creative space, is alive and thriving\nright now. For me, it is exciting times. I think good, quality work is gonna\nkeep hitting, keep connecting – that’s really [what’s] going to create a\nrenaissance. It’s not quantity that’s going to get us there, it’s quality,” he\ntold <strong><em>Buzz\nEntertainment</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After a successful tour in 20 states and across 50 cities in the US, <strong>Sprinter </strong>made its first domestic screening on Wednesday, July 3 in cinemas across Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong>, Storm’s second feature film after the critically acclaimed <strong>Better Mus’ Come</strong>, swept the 2018 American Black Film Festival winning Best Director, Best Narrative Feature and the Audience Award.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most recently, the film has gone on to win the New Vision Award at the Bahamas International Film Festival, as well as Best Narrative Feature at the 2019 staging of the Pan African Film Festival in Los Angeles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See part two of <strong><em>Buzz Entertainment</em></strong>’s interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/BT965g8nOno\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/BT965g8nOno\n</div><figcaption>Part 2 of Buzz Entertainment\'s interview with Storm Saulter, the mind behind Jamaican feature film, Sprinter. (Buzz Video, Don Waysome)</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>What do you think of <strong>Sprinter</strong>? Sound off in the comments section.</p>\n<!-- /wp:paragraph -->','Director sees \'Sprinter\' going around the world','','inherit','closed','closed','','140-revision-v1','','','2019-07-22 18:01:54','2019-07-22 23:01:54','',140,'https://buzz-caribbean.com/article/140-revision-v1/',0,'revision','',0),(291,4,'2019-07-22 18:16:11','2019-07-22 23:16:11','<!-- wp:image {\"id\":283} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/rihanna-chris-gayle_buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-283\" /><figcaption>(From left) Jamaican all-rounder Chris Gayle and Rihanna during the West Indies\' final group match against Sri Lanka on July 1 at the Riverside Ground in England. (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bajan pop superstar Rihanna turned out to support the West Indies during the International Cricket Council (ICC) 2019 World Cup in England and the men\'s cricket team couldn\'t be happier with her appearance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Windies, who were playing their final group game against Sri Lanka on Monday, July 1, fought valiantly at the Riverside Ground in front of thousands of fans – one of which was the ‘Needed Me’ hitmaker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After\nthe game, Rihanna went to the locker room, where she was greeted by a beaming\nJamaican star all-rounder Chris Gayle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>It’s a pleasure to meet you</p><cite>Chris Gayle to Rihanna</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“It’s a pleasure to meet you,” Gayle said as he hugged the ‘Love On The Brain’ songstress warmly, handing her a signed cricket bat, before stopping to immortalize the moment in photos and videos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A video\nof the encounter has been making the rounds on social media, as fans of both\nstars basked in the contagious buzz surrounding Rihanna’s visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch\nthe video here:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/b-v0t3mdWQc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/b-v0t3mdWQc\n</div><figcaption>Jamaican cricketer Chris Gayle meets Bajan pop superstar Rihanna after the West Indies\' group game match-up against Sri Lanka at the 2019 ICC Cricket World Cup in England on July 1. (Video contributed, CricketWorldCup, Instagram)</figcaption></figure>\n<!-- /wp:embed -->','Chris Gayle starstruck as Rihanna shows love to Windies Cricket Team','','inherit','closed','closed','','282-revision-v1','','','2019-07-22 18:16:11','2019-07-22 23:16:11','',282,'https://buzz-caribbean.com/article/282-revision-v1/',0,'revision','',0),(292,4,'2019-07-22 18:18:59','2019-07-22 23:18:59','<!-- wp:image {\"id\":283} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/rihanna-chris-gayle_buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-283\" /><figcaption>(From left) Jamaican all-rounder Chris Gayle and Rihanna during the West Indies\' final group match against Sri Lanka on July 1 at the Riverside Ground in England. (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bajan pop superstar Rihanna turned out to support the West Indies during the International Cricket Council (ICC) 2019 World Cup in England and the men\'s cricket team couldn\'t be happier with her appearance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Windies, who were playing their final group game against Sri Lanka on Monday, July 1, fought valiantly at the Riverside Ground in front of thousands of fans – one of which was the ‘Needed Me’ hitmaker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After\nthe game, Rihanna went to the locker room, where she was greeted by a beaming\nJamaican star all-rounder Chris Gayle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It’s a pleasure to meet you\"</p><cite> — Chris Gayle to Rihanna</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“It’s a pleasure to meet you,” Gayle said as he hugged the ‘Love On The Brain’ songstress warmly, handing her a signed cricket bat, before stopping to immortalize the moment in photos and videos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A video\nof the encounter has been making the rounds on social media, as fans of both\nstars basked in the contagious buzz surrounding Rihanna’s visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch\nthe video here:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/b-v0t3mdWQc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/b-v0t3mdWQc\n</div><figcaption>Jamaican cricketer Chris Gayle meets Bajan pop superstar Rihanna after the West Indies\' group game match-up against Sri Lanka at the 2019 ICC Cricket World Cup in England on July 1. (Video contributed, CricketWorldCup, Instagram)</figcaption></figure>\n<!-- /wp:embed -->','Chris Gayle starstruck as Rihanna shows love to Windies Cricket Team','','inherit','closed','closed','','282-revision-v1','','','2019-07-22 18:18:59','2019-07-22 23:18:59','',282,'https://buzz-caribbean.com/article/282-revision-v1/',0,'revision','',0),(293,4,'2019-07-22 18:19:50','2019-07-22 23:19:50','<!-- wp:image {\"id\":283} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/rihanna-chris-gayle_buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-283\" /><figcaption>(From left) Jamaican all-rounder Chris Gayle and Rihanna during the West Indies\' final group match against Sri Lanka on July 1 at the Riverside Ground in England. (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bajan pop superstar Rihanna turned out to support the West Indies during the International Cricket Council (ICC) 2019 World Cup in England and the men\'s cricket team couldn\'t be happier with her appearance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Windies, who were playing their final group game against Sri Lanka on Monday, July 1, fought valiantly at the Riverside Ground in front of thousands of fans – one of which was the ‘Needed Me’ hitmaker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It’s a pleasure to meet you\"</p><cite> — Chris Gayle to Rihanna</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>After\nthe game, Rihanna went to the locker room, where she was greeted by a beaming\nJamaican star all-rounder Chris Gayle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s a pleasure to meet you,” Gayle said as he hugged the ‘Love On The Brain’ songstress warmly, handing her a signed cricket bat, before stopping to immortalize the moment in photos and videos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A video\nof the encounter has been making the rounds on social media, as fans of both\nstars basked in the contagious buzz surrounding Rihanna’s visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch\nthe video here:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/b-v0t3mdWQc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/b-v0t3mdWQc\n</div><figcaption>Jamaican cricketer Chris Gayle meets Bajan pop superstar Rihanna after the West Indies\' group game match-up against Sri Lanka at the 2019 ICC Cricket World Cup in England on July 1. (Video contributed, CricketWorldCup, Instagram)</figcaption></figure>\n<!-- /wp:embed -->','Chris Gayle starstruck as Rihanna shows love to Windies Cricket Team','','inherit','closed','closed','','282-revision-v1','','','2019-07-22 18:19:50','2019-07-22 23:19:50','',282,'https://buzz-caribbean.com/article/282-revision-v1/',0,'revision','',0),(294,4,'2019-07-22 18:22:53','2019-07-22 23:22:53','','Kevin Spacey','House Of Cards Season 3 World Premiere at the Empire Leicester Square\n<P>\nPictured: Kevin Spacey\n<B>Ref: SPL961878  260215  </B><BR />\nPicture by: Splash News<BR />\n</P><P>\n<B>Splash News and Pictures</B><BR />\nLos Angeles:	310-821-2666<BR />\nNew York:	212-619-2666<BR />\nLondon:	870-934-2666<BR />\nphotodesk@splashnews.com<BR />\n</P>','inherit','closed','closed','','house-of-cards-season-3-world-premiere-in-london','','','2019-08-28 17:12:09','2019-08-28 22:12:09','',0,'https://buzz-caribbean.com/app/uploads/2019/07/kevin-spacey.jpeg',0,'attachment','image/jpeg',0),(295,4,'2019-07-22 18:26:58','2019-07-22 23:26:58','<!-- wp:paragraph -->\n<p>Kevin Spacey\'s criminal sexual\nassault case has been dropped.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 59-year-old actor originally\npled not guilty to criminal charges of indecent assault and battery in\nconnection with an allegation he groped a young man in a bar in July 2016.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":294} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/kevin-spacey.jpeg\" alt=\"\" class=\"wp-image-294\" /><figcaption>Kevin Spacey sex assault case has been dropped. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, the case will not be\ngoing to court as Cape &amp; Islands District Attorney Michael O\'Keefe\ndismissed the charges.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to court documents,\nO\'Keefe said he was dropping the case due to the unavailability of the\ncomplaining witness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Spacey, who has been accused of misconduct by several men, was fired from Netflix drama <strong>House of Cards</strong> over previous sexual assault allegations made against him and was replaced in the drama <strong>All The Money In The World</strong>.</p>\n<!-- /wp:paragraph -->','Prosecutors drop sex case against actor Kevin Spacey','','inherit','closed','closed','','274-revision-v1','','','2019-07-22 18:26:58','2019-07-22 23:26:58','',274,'https://buzz-caribbean.com/article/274-revision-v1/',0,'revision','',0),(300,14,'2019-08-14 17:02:14','2019-08-14 22:02:14','<!-- wp:image {\"id\":301} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo.jpg\" alt=\"\" class=\"wp-image-301\" /><figcaption>Satellite imagery of Bajo Nuevo from space (Photo: National Aeronautics and Space Administration [NASA], International Space Station [ISS])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tucked away near the middle of the Caribbean Sea, lies the Bajo Nuevo Bank: a small, uninhabited reef with some grass-covered islets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also known as the Petrel Islands, these tiny specs have been the subject of a bitter sovereignty dispute between Colombia and the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But what you didn’t know, is over 30 years ago, Jamaica was also\ncaught up in the ownership dispute, but has since backed off for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Between 1982 and 1986, the Government of Jamaica signed and\nmaintained a series of bilateral agreements – culminating in a maritime\ndelimitation treaty between the island and the Republic of Colombia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The maritime delimitation treaty was <a href=\"https://www.un.org/Depts/los/LEGISLATIONANDTREATIES/PDFFILES/TREATIES/JAM-COL1993MD.PDF\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">signed in Kingston</a> on Friday, November 12, 1993, by ministers of Foreign Affairs and Foreign Trade for Jamaica and Colombia respectively, Paul Robertson and Noemí Sanín Posada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":304} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/posada-paul-robertson-sbscollage-buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-304\" /><figcaption>(from left) Former Ministers of Foreign Affairs and Foreign Trade for Colombia and Jamaica in 1993,  Noemí Sanín Posada and Paul Roberston respectively (Photos: Jamaica Information Service [JIS], ElTiempo.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the time, Jamaica\'s claim, as with the other countries\nembroiled in the dispute, stemmed from attempts to expand the island’s\nexclusive economic zone over the surrounding seas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, Jamaica’s claim for Bajo Nuevo remains largely dormant\nsince bilateral agreements with Colombia came into force in 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve made it this far then we still have your attention, and seeing as you’re eager to know more,&nbsp;<strong>BUZZ</strong>&nbsp;presents 23 fast facts about Bajo Nuevo:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1.&nbsp;</strong>&nbsp;&nbsp;The islands are located along the coordinates 15°53′N (fifteen degrees, fifty-three minutes north) and 78°38′W (seventy-eight degrees, thirty-eight minutes west). The islets are geographically closest to Jamaica than any other claimant, some 288 kilometres southwest of the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":302,\"width\":587,\"height\":334} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-google-maps-jamaica-1024x583.jpg\" alt=\"\" class=\"wp-image-302\" width=\"587\" height=\"334\" /><figcaption>Bajo Nuevo\'s proximity to Jamaica (Photo: Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>2.&nbsp;&nbsp;</strong>&nbsp;Bajo Nuevo Bank is about\n26&nbsp;kilometres (16&nbsp;miles) long and 9&nbsp;kilometres (5.6&nbsp;miles)\nwide. The closest neighbouring land feature is Serranilla Bank, located 110\nkilometres (68 miles) to the west.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3.</strong>&nbsp;&nbsp;&nbsp;The reef was first shown on Dutch maps dating to 1634 but was given its present name in 1654. British pirate John Glover rediscovered Bajo Nuevo in 1660.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong><em>Bajo Nuevo reportedly contains no \'meaningful mineral reserves\'</em></strong>\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>4.&nbsp;&nbsp;</strong>&nbsp;Satellite imagery from the\nNational Aeronautics and Space Administration (NASA) shows two distinct\natoll-like structures separated by a deep channel under a mile wide at its\nnarrowest point. The reef partially dries on the southern and eastern sides,\nwith the land area being minuscule by comparison.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong>&nbsp;&nbsp;&nbsp;&nbsp;The most prominent land area is Low Cay,\nin the southwest atoll, which extends for 300 metres and widens at a maximum of\n40 metres across. No more than two metres above sea level, the barren island is\ncomposed of broken coral, driftwood, and sand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>6.&nbsp;</strong>&nbsp;&nbsp;A total of five countries have laid claim to sovereignty over Bajo Nuevo, namely: <strong>Jamaica, Colombia, Nicaragua, Honduras and the United States</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":305} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-countries-dispute-flags-1024x614.jpg\" alt=\"\" class=\"wp-image-305\" /><figcaption>(From top left to bottom right) The flags of Colombia, the United States, Honduras, Jamaica and Nicaragua (Photos: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>7.&nbsp;</strong>&nbsp;&nbsp;James W. Jennett, empowered under provisions\nof the controversial Guano Islands Act, initiated the US’ claim on November 22,\n1869. To this day, the US administers Bajo Nuevo bank as an ‘unorganized,\nunincorporated United States territory’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>8.&nbsp;&nbsp;</strong>&nbsp;Similarly to other territories\nclaimed under the Guano Islands Act in the Caribbean and Oceania, persons born\non Bajo Nuevo to non-citizens are considered by the United States to be US\nnationals, but not US citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":307} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/usa_flag-demo-1024x614.jpg\" alt=\"\" class=\"wp-image-307\" /><figcaption>United States flag (Photo: US State Department)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>9.&nbsp;</strong>&nbsp;&nbsp;Colombia currently claims the area as part of\nthe department of San Andrés and Providencia. The San Andrés fleet of the\nColombian Navy carries out naval patrols in the area, as the republic maintains\nthat it has claimed these territories since 1886 – as part of the geographic\narchipelago of San Andrés and Providencia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3070} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/colombia-armada-demo-buzz-1024x714.jpg\" alt=\"\" class=\"wp-image-3070\" /><figcaption>One of many naval vessels in the powerful Colombian armada (Photo: cimsec.org)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>10.</strong>&nbsp;&nbsp;&nbsp;The November 1993 <a href=\"https://www.un.org/Depts/los/LEGISLATIONANDTREATIES/PDFFILES/TREATIES/JAM-COL1993MD.PDF\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">maritime delimitation treaty</a> between Colombia and Jamaica established a \"Joint Regime Area\". This allowed both countries to cooperatively manage and exploit living and non-living resources in designated waters between the two aforementioned banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>11.&nbsp;</strong>&nbsp;&nbsp;Bajo Nuevo’s territorial waters immediately\nsurrounding the cays themselves were excluded from the zone of joint-control,\nas Colombia considers these areas to be part of her coastal waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>12.&nbsp;&nbsp;</strong>&nbsp;The maritime delimitation treaty came effect four months later and was recognised by international law in March 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>13.&nbsp;</strong>&nbsp;&nbsp;The Colombian Ministry of Defense constructed\na light beacon on Low Cay in 1982. The metal structure towers 21&nbsp;metres\nabove the Caribbean Sea and is painted white with a red top. The beacon emits\ntwo white flashes of light every 15 seconds. After sustaining some damage, the\nbeacon was reconstructed by the Colombians in February 2008 and is currently\nmaintained by the navy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":306,\"width\":412,\"height\":531} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-light-beacon.jpg\" alt=\"\" class=\"wp-image-306\" width=\"412\" height=\"531\" /><figcaption>A light beacon erected on the shores of Low Cay, Bajo Nuevo (Photo: Colombian Ministry of Defence)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>14.</strong>&nbsp;&nbsp;&nbsp; Nicaragua bases its claim to Bajo Nuevo Bank\ndue to the islands sitting on its continental shelf, covering an area of over\n50,000 square kilometres in the Caribbean Sea. In fact, the Central American\ncountry lays claim to all islands associated with the San Andrés and\nProvidencia archipelagoes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>15.&nbsp;</strong>&nbsp;&nbsp;Successive Nicaraguan governments have\npersistently pursued claims against Colombia in the International Court of\nJustice (ICJ), filing cases in both 2001 and 2007.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>16.</strong>&nbsp;&nbsp;&nbsp;On November 19, 2012, in regards to Nicaraguan claims to the islands, the ICJ ruled unanimously that Colombia has sovereignty over both Bajo Nuevo and Serranilla Banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3073} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gavel-in-court-buzz-demo-1024x679.jpg\" alt=\"\" class=\"wp-image-3073\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>17.</strong>&nbsp;&nbsp;&nbsp;The islands remain a Colombian territory and are a key stopping point in the country’s fight against drug and weapons smuggling, but all the other claimant nations still have limited access to them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>18.</strong>&nbsp;&nbsp;&nbsp;Bajo Nuevo is positioned inside a modestly\nproductive fishing (mostly lobsters) zone, but the seabed reportedly contains\nno \'meaningful mineral reserves\', and only small amounts of hydrocarbon fuels\nhave been identified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>19.&nbsp;</strong>&nbsp;&nbsp;Honduras, another claimant to Bajo Nuevo and\nthe nearby Serranilla Bank, effectively ended its role in the dispute with the\nratification of a maritime boundary treaty with Colombia on December 20, 1999.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>20.</strong>&nbsp;&nbsp; According to the treaty, both states agreed upon a\nmaritime demarcation in 1986 that excluded Honduras from any control over the\nbanks or their surrounding waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>21.</strong>&nbsp;&nbsp; This bilateral treaty ensured that Honduras\nimplicitly recognises Colombia\'s sovereignty over the disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>22.&nbsp;</strong>&nbsp; Bajo Nuevo Bank and Serranilla Bank have been\nrepeatedly included as per American sources as one of ten insular areas in the\nPacific Ocean and Caribbean Sea that make up the US’ Minor Outlying Islands\nclassification.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>23.&nbsp;</strong>&nbsp; Baker Island, Howland Island, Jarvis Island, Johnston Atoll, Kingman Reef, Midway Islands, Navassa Island, Palmyra Atoll, and Wake Island comprise the remaining nine disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did you know these islands existed? What were the most surprising facts you read? Let us know in the comments section! </p>\n<!-- /wp:paragraph -->','Bajo Nuevo: What you should know about the disputed island Jamaica \'gave up\'','','publish','open','closed','','bajo-nuevo-what-you-should-know-about-the-island-dispute-jamaica-gave-up','','','2019-09-09 20:38:27','2019-09-10 01:38:27','',0,'https://buzz-caribbean.com/?p=300',0,'post','',0),(301,14,'2019-07-23 10:43:36','2019-07-23 15:43:36','','Bajo Nuevo','','inherit','closed','closed','','bajo-nuevo','','','2019-08-28 17:12:46','2019-08-28 22:12:46','',300,'https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo.jpg',0,'attachment','image/jpeg',0),(302,14,'2019-07-23 10:57:22','2019-07-23 15:57:22','','Google Map of Bajo Nuevo and Jamaica','','inherit','closed','closed','','bajo-nuevo-google-maps-jamaica','','','2019-08-28 17:13:23','2019-08-28 22:13:23','',300,'https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-google-maps-jamaica.jpg',0,'attachment','image/jpeg',0),(303,14,'2019-07-23 11:12:26','2019-07-23 16:12:26','<!-- wp:image {\"id\":301} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo.jpg\" alt=\"\" class=\"wp-image-301\" /><figcaption>Satellite imagery of Bajo Nuevo from space (Photo contributed, National Aeronautics and Space Administration [NASA], International Space Station [ISS])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tucked away near the middle of the Caribbean Sea, lies the Bajo Nuevo Bank: a small, uninhabited reef with some grass-covered islets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also known as the Petrel Islands, these tiny specs have been the subject of a bitter sovereignty dispute between Colombia and the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But what you didn’t know, is over 30 years ago, Jamaica was also\ncaught up in the ownership dispute, but has since backed off for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Between 1982 and 1986, the Government of Jamaica signed and\nmaintained a series of bilateral agreements – culminating in a maritime\ndelimitation treaty between the island and the Republic of Colombia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The maritime delimitation treaty was signed in Kingston on\nFriday, November 12, 1993, by ministers of Foreign Affairs and Foreign Trade\nfor Jamaica and Colombia respectively, Paul Robertson and Noemí Sanín Posada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the time, Jamaica\'s claim, as with the other countries\nembroiled in the dispute, stemmed from attempts to expand the island’s\nexclusive economic zone over the surrounding seas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, Jamaica’s claim for Bajo Nuevo remains largely dormant\nsince bilateral agreements with Colombia came into force in 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve made it this far then we still have your attention,\nand seeing as you’re eager to know more,&nbsp;<strong><em>Buzz Jamaica</em></strong>&nbsp;presents\n23 fast facts about Bajo Nuevo:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1.&nbsp;</strong>&nbsp;&nbsp;The islands are located along the coordinates\n15°53′N (fifteen degrees, fifty-three minutes north) and 78°38′W (seventy-eight\ndegrees, thirty-eight minutes west) and are geographically closest to Jamaica –\nsome 288 kilometres southwest of the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":302} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-google-maps-jamaica-1024x583.jpg\" alt=\"\" class=\"wp-image-302\" /><figcaption>Bajo Nuevo\'s proximity to Jamaica (Photo contributed, Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>2.&nbsp;&nbsp;</strong>&nbsp;Bajo Nuevo Bank is about\n26&nbsp;kilometres (16&nbsp;miles) long and 9&nbsp;kilometres (5.6&nbsp;miles)\nwide. The closest neighbouring land feature is Serranilla Bank, located 110\nkilometres (68 miles) to the west.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3.</strong>&nbsp;&nbsp;&nbsp;The reef was first shown on Dutch maps dating\nto 1634 but was given its present name in 1654. English pirate John Glover\nrediscovered Bajo Nuevo in 1660.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>4.&nbsp;&nbsp;</strong>&nbsp;Satellite imagery from the\nNational Aeronautics and Space Administration (NASA) shows two distinct\natoll-like structures separated by a deep channel under a mile wide at its\nnarrowest point. The reef partially dries on the southern and eastern sides,\nwith the land area being minuscule by comparison.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong>&nbsp;&nbsp;&nbsp;&nbsp;The most prominent land area is Low Cay,\nin the southwest atoll, which extends for 300 metres and widens at a maximum of\n40 metres across. No more than two metres above sea level, the barren island is\ncomposed of broken coral, driftwood, and sand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>6.&nbsp;</strong>&nbsp;&nbsp;A total of five countries have laid claim to\nsovereignty over Bajo Nuevo, namely: Jamaica, Colombia, Nicaragua, Honduras and\nthe United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>7.&nbsp;</strong>&nbsp;&nbsp;James W. Jennett, empowered under provisions\nof the controversial Guano Islands Act, initiated the US’ claim on November 22,\n1869. To this day, the US administers Bajo Nuevo bank as an ‘unorganized,\nunincorporated United States territory’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>8.&nbsp;&nbsp;</strong>&nbsp;Similarly to other territories\nclaimed under the Guano Islands Act in the Caribbean and Oceania, persons born\non Bajo Nuevo to non-citizens are considered by the United States to be US\nnationals, but not US citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>9.&nbsp;</strong>&nbsp;&nbsp;Colombia currently claims the area as part of\nthe department of San Andrés and Providencia. The San Andrés fleet of the\nColombian Navy carries out naval patrols in the area, as the republic maintains\nthat it has claimed these territories since 1886 – as part of the geographic\narchipelago of San Andrés and Providencia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>10.</strong>   The November 1993 maritime delimitation treaty, between Colombia and Jamaica, established a \"Joint Regime Area\", which allowed both countries to cooperatively manage and exploit living and non-living resources in designated waters between the two aforementioned banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>11.&nbsp;</strong>&nbsp;&nbsp;Bajo Nuevo’s territorial waters immediately\nsurrounding the cays themselves were excluded from the zone of joint-control,\nas Colombia considers these areas to be part of her coastal waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>12.&nbsp;&nbsp;</strong>&nbsp;The maritime delimitation\ntreaty came effect four months later and was recoginsed by international law in\nMarch 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>13.&nbsp;</strong>&nbsp;&nbsp;The Colombian Ministry of Defense constructed\na light beacon on Low Cay in 1982. The metal structure towers 21&nbsp;metres\nabove the Caribbean Sea and is painted white with a red top. The beacon emits\ntwo white flashes of light every 15 seconds. After sustaining some damage, the\nbeacon was reconstructed by the Colombians in February 2008 and is currently\nmaintained by the navy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>14.</strong>&nbsp;&nbsp;&nbsp; Nicaragua bases its claim to Bajo Nuevo Bank\ndue to the islands sitting on its continental shelf, covering an area of over\n50,000 square kilometres in the Caribbean Sea. In fact, the Central American\ncountry lays claim to all islands associated with the San Andrés and\nProvidencia archipelagoes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>15.&nbsp;</strong>&nbsp;&nbsp;Successive Nicaraguan governments have\npersistently pursued claims against Colombia in the International Court of\nJustice (ICJ), filing cases in both 2001 and 2007.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>16.</strong>&nbsp;&nbsp;&nbsp;On November 19, 2012, in regards to Nicaraguan\nclaims to the islands, the ICJ ruled unanimously that the Colombia has\nsovereignty over both Bajo Nuevo and Serranilla Banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>17.</strong>&nbsp;&nbsp;&nbsp;The islands remain a Colombian territory and\nis a key stopping point in the country’s fight against drug and weapons smuggling,\nbut all the other claimant nations still have limited access to them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>18.</strong>&nbsp;&nbsp;&nbsp;Bajo Nuevo is positioned inside a modestly\nproductive fishing (mostly lobsters) zone, but the seabed reportedly contains\nno \'meaningful mineral reserves\', and only small amounts of hydrocarbon fuels\nhave been identified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>19.&nbsp;</strong>&nbsp;&nbsp;Honduras, another claimant to Bajo Nuevo and\nthe nearby Serranilla Bank, effectively ended its role in the dispute with the\nratification of a maritime boundary treaty with Colombia on December 20, 1999.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>20.</strong>&nbsp;&nbsp; According to the treaty, both states agreed upon a\nmaritime demarcation in 1986 that excluded Honduras from any control over the\nbanks or their surrounding waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>21.</strong>&nbsp;&nbsp; This bilateral treaty ensured that Honduras\nimplicitly recognises Colombia\'s sovereignty over the disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>22.&nbsp;</strong>&nbsp; Bajo Nuevo Bank and Serranilla Bank have been\nrepeatedly included as per American sources as one of ten insular areas in the\nPacific Ocean and Caribbean Sea that make up the US’ Minor Outlying Islands\nclassification.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>23.&nbsp;</strong>&nbsp; Baker Island, Howland Island, Jarvis Island,\nJohnston Atoll, Kingman Reef, Midway Islands, Navassa Island, Palmyra Atoll,\nand Wake Island comprise the remaining nine disputed territories.</p>\n<!-- /wp:paragraph -->','Bajo Nuevo: What you should know about the island dispute Jamaica abandoned','','inherit','closed','closed','','300-revision-v1','','','2019-07-23 11:12:26','2019-07-23 16:12:26','',300,'https://buzz-caribbean.com/article/300-revision-v1/',0,'revision','',0),(304,14,'2019-07-23 12:08:27','2019-07-23 17:08:27','','posada-paul-robertson-sbscollage-buzz','','inherit','closed','closed','','posada-paul-robertson-sbscollage-buzz','','','2019-07-23 12:08:27','2019-07-23 17:08:27','',300,'https://buzz-caribbean.com/app/uploads/2019/07/posada-paul-robertson-sbscollage-buzz.jpg',0,'attachment','image/jpeg',0),(305,14,'2019-07-23 12:15:12','2019-07-23 17:15:12','','bajo-nuevo-countries-dispute-flags','','inherit','closed','closed','','bajo-nuevo-countries-dispute-flags','','','2019-07-23 12:15:12','2019-07-23 17:15:12','',300,'https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-countries-dispute-flags.jpg',0,'attachment','image/jpeg',0),(306,14,'2019-07-23 12:18:30','2019-07-23 17:18:30','','Light Beacon on Bajo Nueveo','','inherit','closed','closed','','bajo-nuevo-light-beacon','','','2019-08-28 17:14:37','2019-08-28 22:14:37','',300,'https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-light-beacon.jpg',0,'attachment','image/jpeg',0),(307,14,'2019-07-23 12:26:31','2019-07-23 17:26:31','','usa_flag-demo','','inherit','closed','closed','','usa_flag-demo','','','2019-07-23 12:26:31','2019-07-23 17:26:31','',300,'https://buzz-caribbean.com/app/uploads/2019/07/usa_flag-demo.jpg',0,'attachment','image/jpeg',0),(308,14,'2019-07-23 12:29:27','2019-07-23 17:29:27','<!-- wp:image {\"id\":301} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo.jpg\" alt=\"\" class=\"wp-image-301\" /><figcaption>Satellite imagery of Bajo Nuevo from space (Photo contributed, National Aeronautics and Space Administration [NASA], International Space Station [ISS])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tucked away near the middle of the Caribbean Sea, lies the Bajo Nuevo Bank: a small, uninhabited reef with some grass-covered islets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also known as the Petrel Islands, these tiny specs have been the subject of a bitter sovereignty dispute between Colombia and the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But what you didn’t know, is over 30 years ago, Jamaica was also\ncaught up in the ownership dispute, but has since backed off for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Between 1982 and 1986, the Government of Jamaica signed and\nmaintained a series of bilateral agreements – culminating in a maritime\ndelimitation treaty between the island and the Republic of Colombia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The maritime delimitation treaty was signed in Kingston on\nFriday, November 12, 1993, by ministers of Foreign Affairs and Foreign Trade\nfor Jamaica and Colombia respectively, Paul Robertson and Noemí Sanín Posada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":304} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/posada-paul-robertson-sbscollage-buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-304\" /><figcaption>(from left) Former Ministers of Foreign Affairs and Foreign Trade for Colombia and Jamaica in 1993,  Noemí Sanín Posada and the late Paul Roberston respectively (Photos contributed, Jamaica Information Service [JIS], ElTiempo.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the time, Jamaica\'s claim, as with the other countries\nembroiled in the dispute, stemmed from attempts to expand the island’s\nexclusive economic zone over the surrounding seas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, Jamaica’s claim for Bajo Nuevo remains largely dormant\nsince bilateral agreements with Colombia came into force in 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve made it this far then we still have your attention,\nand seeing as you’re eager to know more,&nbsp;<strong><em>Buzz Jamaica</em></strong>&nbsp;presents\n23 fast facts about Bajo Nuevo:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1.&nbsp;</strong>&nbsp;&nbsp;The islands are located along the coordinates\n15°53′N (fifteen degrees, fifty-three minutes north) and 78°38′W (seventy-eight\ndegrees, thirty-eight minutes west) and are geographically closest to Jamaica –\nsome 288 kilometres southwest of the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":302} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-google-maps-jamaica-1024x583.jpg\" alt=\"\" class=\"wp-image-302\" /><figcaption>Bajo Nuevo\'s proximity to Jamaica (Photo contributed, Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>2.&nbsp;&nbsp;</strong>&nbsp;Bajo Nuevo Bank is about\n26&nbsp;kilometres (16&nbsp;miles) long and 9&nbsp;kilometres (5.6&nbsp;miles)\nwide. The closest neighbouring land feature is Serranilla Bank, located 110\nkilometres (68 miles) to the west.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3.</strong>&nbsp;&nbsp;&nbsp;The reef was first shown on Dutch maps dating\nto 1634 but was given its present name in 1654. English pirate John Glover\nrediscovered Bajo Nuevo in 1660.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>4.&nbsp;&nbsp;</strong>&nbsp;Satellite imagery from the\nNational Aeronautics and Space Administration (NASA) shows two distinct\natoll-like structures separated by a deep channel under a mile wide at its\nnarrowest point. The reef partially dries on the southern and eastern sides,\nwith the land area being minuscule by comparison.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong>&nbsp;&nbsp;&nbsp;&nbsp;The most prominent land area is Low Cay,\nin the southwest atoll, which extends for 300 metres and widens at a maximum of\n40 metres across. No more than two metres above sea level, the barren island is\ncomposed of broken coral, driftwood, and sand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>6.&nbsp;</strong>&nbsp;&nbsp;A total of five countries have laid claim to\nsovereignty over Bajo Nuevo, namely: Jamaica, Colombia, Nicaragua, Honduras and\nthe United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":305} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-countries-dispute-flags-1024x614.jpg\" alt=\"\" class=\"wp-image-305\" /><figcaption>(From top left to bottom right) The flags of Colombia, the United States, Honduras, Jamaica and Nicaragua (Images contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>7.&nbsp;</strong>&nbsp;&nbsp;James W. Jennett, empowered under provisions\nof the controversial Guano Islands Act, initiated the US’ claim on November 22,\n1869. To this day, the US administers Bajo Nuevo bank as an ‘unorganized,\nunincorporated United States territory’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>8.&nbsp;&nbsp;</strong>&nbsp;Similarly to other territories\nclaimed under the Guano Islands Act in the Caribbean and Oceania, persons born\non Bajo Nuevo to non-citizens are considered by the United States to be US\nnationals, but not US citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":307} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/usa_flag-demo-1024x614.jpg\" alt=\"\" class=\"wp-image-307\" /><figcaption>United States flag (Image contributed, US State Department)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>9.&nbsp;</strong>&nbsp;&nbsp;Colombia currently claims the area as part of\nthe department of San Andrés and Providencia. The San Andrés fleet of the\nColombian Navy carries out naval patrols in the area, as the republic maintains\nthat it has claimed these territories since 1886 – as part of the geographic\narchipelago of San Andrés and Providencia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>10.</strong>   The November 1993 maritime delimitation treaty, between Colombia and Jamaica, established a \"Joint Regime Area\", which allowed both countries to cooperatively manage and exploit living and non-living resources in designated waters between the two aforementioned banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>11.&nbsp;</strong>&nbsp;&nbsp;Bajo Nuevo’s territorial waters immediately\nsurrounding the cays themselves were excluded from the zone of joint-control,\nas Colombia considers these areas to be part of her coastal waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>12.  </strong> The maritime delimitation treaty came effect four months later and was recognised by international law in March 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>13.&nbsp;</strong>&nbsp;&nbsp;The Colombian Ministry of Defense constructed\na light beacon on Low Cay in 1982. The metal structure towers 21&nbsp;metres\nabove the Caribbean Sea and is painted white with a red top. The beacon emits\ntwo white flashes of light every 15 seconds. After sustaining some damage, the\nbeacon was reconstructed by the Colombians in February 2008 and is currently\nmaintained by the navy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":306,\"width\":412,\"height\":531} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-light-beacon.jpg\" alt=\"\" class=\"wp-image-306\" width=\"412\" height=\"531\" /><figcaption>A light beacon erected on the shores of Low Cay, Bajo Nuevo (Photo contributed, Colombian Ministry of Defence)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>14.</strong>&nbsp;&nbsp;&nbsp; Nicaragua bases its claim to Bajo Nuevo Bank\ndue to the islands sitting on its continental shelf, covering an area of over\n50,000 square kilometres in the Caribbean Sea. In fact, the Central American\ncountry lays claim to all islands associated with the San Andrés and\nProvidencia archipelagoes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>15.&nbsp;</strong>&nbsp;&nbsp;Successive Nicaraguan governments have\npersistently pursued claims against Colombia in the International Court of\nJustice (ICJ), filing cases in both 2001 and 2007.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>16.</strong>   On November 19, 2012, in regards to Nicaraguan claims to the islands, the ICJ ruled unanimously that Colombia has sovereignty over both Bajo Nuevo and Serranilla Banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>17.</strong>   The islands remain a Colombian territory and are a key stopping point in the country’s fight against drug and weapons smuggling, but all the other claimant nations still have limited access to them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>18.</strong>&nbsp;&nbsp;&nbsp;Bajo Nuevo is positioned inside a modestly\nproductive fishing (mostly lobsters) zone, but the seabed reportedly contains\nno \'meaningful mineral reserves\', and only small amounts of hydrocarbon fuels\nhave been identified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>19.&nbsp;</strong>&nbsp;&nbsp;Honduras, another claimant to Bajo Nuevo and\nthe nearby Serranilla Bank, effectively ended its role in the dispute with the\nratification of a maritime boundary treaty with Colombia on December 20, 1999.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>20.</strong>&nbsp;&nbsp; According to the treaty, both states agreed upon a\nmaritime demarcation in 1986 that excluded Honduras from any control over the\nbanks or their surrounding waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>21.</strong>&nbsp;&nbsp; This bilateral treaty ensured that Honduras\nimplicitly recognises Colombia\'s sovereignty over the disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>22.&nbsp;</strong>&nbsp; Bajo Nuevo Bank and Serranilla Bank have been\nrepeatedly included as per American sources as one of ten insular areas in the\nPacific Ocean and Caribbean Sea that make up the US’ Minor Outlying Islands\nclassification.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>23.&nbsp;</strong>&nbsp; Baker Island, Howland Island, Jarvis Island,\nJohnston Atoll, Kingman Reef, Midway Islands, Navassa Island, Palmyra Atoll,\nand Wake Island comprise the remaining nine disputed territories.</p>\n<!-- /wp:paragraph -->','Bajo Nuevo: What you should know about the island dispute Jamaica \'gave up\'','','inherit','closed','closed','','300-revision-v1','','','2019-07-23 12:29:27','2019-07-23 17:29:27','',300,'https://buzz-caribbean.com/article/300-revision-v1/',0,'revision','',0),(314,4,'2019-07-23 15:05:30','2019-07-23 20:05:30','','Richard Branson','','inherit','closed','closed','','richard-branson','','','2019-08-28 17:13:42','2019-08-28 22:13:42','',0,'https://buzz-caribbean.com/app/uploads/2019/07/Richard-Branson.jpg',0,'attachment','image/jpeg',0),(315,4,'2019-07-23 15:08:43','2019-07-23 20:08:43','','Virgin Galactic','','inherit','closed','closed','','virgin-galactic','','','2019-08-28 17:14:03','2019-08-28 22:14:03','',0,'https://buzz-caribbean.com/app/uploads/2019/07/Virgin-Galactic.jpg',0,'attachment','image/jpeg',0),(316,4,'2019-07-23 15:35:02','2019-07-23 20:35:02','','Jamaican singer Tessellated','','inherit','closed','closed','','tessellated','','','2019-08-28 17:15:06','2019-08-28 22:15:06','',0,'https://buzz-caribbean.com/app/uploads/2019/07/tessellated.jpg',0,'attachment','image/jpeg',0),(317,11,'2019-07-23 15:35:45','2019-07-23 20:35:45','','Adam Stewart in the AC Marriott','','inherit','closed','closed','','adam_stewart_ac_marriott','','','2019-08-28 17:15:45','2019-08-28 22:15:45','',281,'https://buzz-caribbean.com/app/uploads/2019/07/Adam_Stewart_AC_Marriott.jpg',0,'attachment','image/jpeg',0),(318,14,'2019-07-23 15:36:13','2019-07-23 20:36:13','<!-- wp:image {\"id\":301} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo.jpg\" alt=\"\" class=\"wp-image-301\" /><figcaption>Satellite imagery of Bajo Nuevo from space (Photo contributed, National Aeronautics and Space Administration [NASA], International Space Station [ISS])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tucked away near the middle of the Caribbean Sea, lies the Bajo Nuevo Bank: a small, uninhabited reef with some grass-covered islets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also known as the Petrel Islands, these tiny specs have been the subject of a bitter sovereignty dispute between Colombia and the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But what you didn’t know, is over 30 years ago, Jamaica was also\ncaught up in the ownership dispute, but has since backed off for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Between 1982 and 1986, the Government of Jamaica signed and\nmaintained a series of bilateral agreements – culminating in a maritime\ndelimitation treaty between the island and the Republic of Colombia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The maritime delimitation treaty was signed in Kingston on\nFriday, November 12, 1993, by ministers of Foreign Affairs and Foreign Trade\nfor Jamaica and Colombia respectively, Paul Robertson and Noemí Sanín Posada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":304} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/posada-paul-robertson-sbscollage-buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-304\" /><figcaption>(from left) Former Ministers of Foreign Affairs and Foreign Trade for Colombia and Jamaica in 1993,  Noemí Sanín Posada and the late Paul Roberston respectively (Photos contributed, Jamaica Information Service [JIS], ElTiempo.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the time, Jamaica\'s claim, as with the other countries\nembroiled in the dispute, stemmed from attempts to expand the island’s\nexclusive economic zone over the surrounding seas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, Jamaica’s claim for Bajo Nuevo remains largely dormant\nsince bilateral agreements with Colombia came into force in 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve made it this far then we still have your attention,\nand seeing as you’re eager to know more,&nbsp;<strong><em>Buzz Jamaica</em></strong>&nbsp;presents\n23 fast facts about Bajo Nuevo:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1.&nbsp;</strong>&nbsp;&nbsp;The islands are located along the coordinates\n15°53′N (fifteen degrees, fifty-three minutes north) and 78°38′W (seventy-eight\ndegrees, thirty-eight minutes west) and are geographically closest to Jamaica –\nsome 288 kilometres southwest of the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":302,\"width\":587,\"height\":334} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-google-maps-jamaica-1024x583.jpg\" alt=\"\" class=\"wp-image-302\" width=\"587\" height=\"334\" /><figcaption>Bajo Nuevo\'s proximity to Jamaica (Photo contributed, Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>2.&nbsp;&nbsp;</strong>&nbsp;Bajo Nuevo Bank is about\n26&nbsp;kilometres (16&nbsp;miles) long and 9&nbsp;kilometres (5.6&nbsp;miles)\nwide. The closest neighbouring land feature is Serranilla Bank, located 110\nkilometres (68 miles) to the west.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3.</strong>   The reef was first shown on Dutch maps dating to 1634 but was given its present name in 1654. British pirate John Glover rediscovered Bajo Nuevo in 1660.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>4.&nbsp;&nbsp;</strong>&nbsp;Satellite imagery from the\nNational Aeronautics and Space Administration (NASA) shows two distinct\natoll-like structures separated by a deep channel under a mile wide at its\nnarrowest point. The reef partially dries on the southern and eastern sides,\nwith the land area being minuscule by comparison.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong>&nbsp;&nbsp;&nbsp;&nbsp;The most prominent land area is Low Cay,\nin the southwest atoll, which extends for 300 metres and widens at a maximum of\n40 metres across. No more than two metres above sea level, the barren island is\ncomposed of broken coral, driftwood, and sand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>6.&nbsp;</strong>&nbsp;&nbsp;A total of five countries have laid claim to\nsovereignty over Bajo Nuevo, namely: Jamaica, Colombia, Nicaragua, Honduras and\nthe United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":305} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-countries-dispute-flags-1024x614.jpg\" alt=\"\" class=\"wp-image-305\" /><figcaption>(From top left to bottom right) The flags of Colombia, the United States, Honduras, Jamaica and Nicaragua (Images contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>7.&nbsp;</strong>&nbsp;&nbsp;James W. Jennett, empowered under provisions\nof the controversial Guano Islands Act, initiated the US’ claim on November 22,\n1869. To this day, the US administers Bajo Nuevo bank as an ‘unorganized,\nunincorporated United States territory’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>8.&nbsp;&nbsp;</strong>&nbsp;Similarly to other territories\nclaimed under the Guano Islands Act in the Caribbean and Oceania, persons born\non Bajo Nuevo to non-citizens are considered by the United States to be US\nnationals, but not US citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":307} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/usa_flag-demo-1024x614.jpg\" alt=\"\" class=\"wp-image-307\" /><figcaption>United States flag (Image contributed, US State Department)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>9.&nbsp;</strong>&nbsp;&nbsp;Colombia currently claims the area as part of\nthe department of San Andrés and Providencia. The San Andrés fleet of the\nColombian Navy carries out naval patrols in the area, as the republic maintains\nthat it has claimed these territories since 1886 – as part of the geographic\narchipelago of San Andrés and Providencia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>10.</strong>&nbsp;&nbsp;&nbsp;The November 1993 maritime delimitation treaty, between Colombia and Jamaica, established a \"Joint Regime Area\", which allowed both countries to cooperatively manage and exploit living and non-living resources in designated waters between the two aforementioned banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>11.&nbsp;</strong>&nbsp;&nbsp;Bajo Nuevo’s territorial waters immediately\nsurrounding the cays themselves were excluded from the zone of joint-control,\nas Colombia considers these areas to be part of her coastal waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>12.&nbsp;&nbsp;</strong>&nbsp;The maritime delimitation treaty came effect four months later and was recognised by international law in March 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>13.&nbsp;</strong>&nbsp;&nbsp;The Colombian Ministry of Defense constructed\na light beacon on Low Cay in 1982. The metal structure towers 21&nbsp;metres\nabove the Caribbean Sea and is painted white with a red top. The beacon emits\ntwo white flashes of light every 15 seconds. After sustaining some damage, the\nbeacon was reconstructed by the Colombians in February 2008 and is currently\nmaintained by the navy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":306,\"width\":412,\"height\":531} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-light-beacon.jpg\" alt=\"\" class=\"wp-image-306\" width=\"412\" height=\"531\" /><figcaption>A light beacon erected on the shores of Low Cay, Bajo Nuevo (Photo contributed, Colombian Ministry of Defence)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>14.</strong>&nbsp;&nbsp;&nbsp; Nicaragua bases its claim to Bajo Nuevo Bank\ndue to the islands sitting on its continental shelf, covering an area of over\n50,000 square kilometres in the Caribbean Sea. In fact, the Central American\ncountry lays claim to all islands associated with the San Andrés and\nProvidencia archipelagoes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>15.&nbsp;</strong>&nbsp;&nbsp;Successive Nicaraguan governments have\npersistently pursued claims against Colombia in the International Court of\nJustice (ICJ), filing cases in both 2001 and 2007.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>16.</strong>&nbsp;&nbsp;&nbsp;On November 19, 2012, in regards to Nicaraguan claims to the islands, the ICJ ruled unanimously that Colombia has sovereignty over both Bajo Nuevo and Serranilla Banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong><em>Bajo Nuevo reportedly contains no \'meaningful mineral reserves\'</em></strong>\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>17.</strong>&nbsp;&nbsp;&nbsp;The islands remain a Colombian territory and are a key stopping point in the country’s fight against drug and weapons smuggling, but all the other claimant nations still have limited access to them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>18.</strong>&nbsp;&nbsp;&nbsp;Bajo Nuevo is positioned inside a modestly\nproductive fishing (mostly lobsters) zone, but the seabed reportedly contains\nno \'meaningful mineral reserves\', and only small amounts of hydrocarbon fuels\nhave been identified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>19.&nbsp;</strong>&nbsp;&nbsp;Honduras, another claimant to Bajo Nuevo and\nthe nearby Serranilla Bank, effectively ended its role in the dispute with the\nratification of a maritime boundary treaty with Colombia on December 20, 1999.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>20.</strong>&nbsp;&nbsp; According to the treaty, both states agreed upon a\nmaritime demarcation in 1986 that excluded Honduras from any control over the\nbanks or their surrounding waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>21.</strong>&nbsp;&nbsp; This bilateral treaty ensured that Honduras\nimplicitly recognises Colombia\'s sovereignty over the disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>22.&nbsp;</strong>&nbsp; Bajo Nuevo Bank and Serranilla Bank have been\nrepeatedly included as per American sources as one of ten insular areas in the\nPacific Ocean and Caribbean Sea that make up the US’ Minor Outlying Islands\nclassification.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>23.&nbsp;</strong>&nbsp; Baker Island, Howland Island, Jarvis Island,\nJohnston Atoll, Kingman Reef, Midway Islands, Navassa Island, Palmyra Atoll,\nand Wake Island comprise the remaining nine disputed territories.</p>\n<!-- /wp:paragraph -->','Bajo Nuevo: What you should know about the island dispute Jamaica \'gave up\'','','inherit','closed','closed','','300-revision-v1','','','2019-07-23 15:36:13','2019-07-23 20:36:13','',300,'https://buzz-caribbean.com/article/300-revision-v1/',0,'revision','',0),(319,11,'2019-07-23 15:44:31','2019-07-23 20:44:31','','AC Marriott Hotel Room','','inherit','closed','closed','','ac_marriott_hotel_rooms','','','2019-08-28 17:16:21','2019-08-28 22:16:21','',281,'https://buzz-caribbean.com/app/uploads/2019/07/AC_Marriott_Hotel_Rooms.jpg',0,'attachment','image/jpeg',0),(320,14,'2019-07-23 15:47:17','2019-07-23 20:47:17','<!-- wp:image {\"id\":301} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo.jpg\" alt=\"\" class=\"wp-image-301\" /><figcaption>Satellite imagery of Bajo Nuevo from space (Photo contributed, National Aeronautics and Space Administration [NASA], International Space Station [ISS])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tucked away near the middle of the Caribbean Sea, lies the Bajo Nuevo Bank: a small, uninhabited reef with some grass-covered islets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also known as the Petrel Islands, these tiny specs have been the subject of a bitter sovereignty dispute between Colombia and the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But what you didn’t know, is over 30 years ago, Jamaica was also\ncaught up in the ownership dispute, but has since backed off for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Between 1982 and 1986, the Government of Jamaica signed and\nmaintained a series of bilateral agreements – culminating in a maritime\ndelimitation treaty between the island and the Republic of Colombia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The maritime delimitation treaty was signed in Kingston on\nFriday, November 12, 1993, by ministers of Foreign Affairs and Foreign Trade\nfor Jamaica and Colombia respectively, Paul Robertson and Noemí Sanín Posada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":304} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/posada-paul-robertson-sbscollage-buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-304\" /><figcaption>(from left) Former Ministers of Foreign Affairs and Foreign Trade for Colombia and Jamaica in 1993,  Noemí Sanín Posada and the late Paul Roberston respectively (Photos contributed, Jamaica Information Service [JIS], ElTiempo.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the time, Jamaica\'s claim, as with the other countries\nembroiled in the dispute, stemmed from attempts to expand the island’s\nexclusive economic zone over the surrounding seas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, Jamaica’s claim for Bajo Nuevo remains largely dormant\nsince bilateral agreements with Colombia came into force in 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve made it this far then we still have your attention,\nand seeing as you’re eager to know more,&nbsp;<strong><em>Buzz Jamaica</em></strong>&nbsp;presents\n23 fast facts about Bajo Nuevo:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1.&nbsp;</strong>&nbsp;&nbsp;The islands are located along the coordinates\n15°53′N (fifteen degrees, fifty-three minutes north) and 78°38′W (seventy-eight\ndegrees, thirty-eight minutes west) and are geographically closest to Jamaica –\nsome 288 kilometres southwest of the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":302,\"width\":587,\"height\":334} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-google-maps-jamaica-1024x583.jpg\" alt=\"\" class=\"wp-image-302\" width=\"587\" height=\"334\" /><figcaption>Bajo Nuevo\'s proximity to Jamaica (Photo contributed, Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>2.&nbsp;&nbsp;</strong>&nbsp;Bajo Nuevo Bank is about\n26&nbsp;kilometres (16&nbsp;miles) long and 9&nbsp;kilometres (5.6&nbsp;miles)\nwide. The closest neighbouring land feature is Serranilla Bank, located 110\nkilometres (68 miles) to the west.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3.</strong>   The reef was first shown on Dutch maps dating to 1634 but was given its present name in 1654. British pirate John Glover rediscovered Bajo Nuevo in 1660.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>4.&nbsp;&nbsp;</strong>&nbsp;Satellite imagery from the\nNational Aeronautics and Space Administration (NASA) shows two distinct\natoll-like structures separated by a deep channel under a mile wide at its\nnarrowest point. The reef partially dries on the southern and eastern sides,\nwith the land area being minuscule by comparison.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong>&nbsp;&nbsp;&nbsp;&nbsp;The most prominent land area is Low Cay,\nin the southwest atoll, which extends for 300 metres and widens at a maximum of\n40 metres across. No more than two metres above sea level, the barren island is\ncomposed of broken coral, driftwood, and sand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>6.&nbsp;</strong>&nbsp;&nbsp;A total of five countries have laid claim to\nsovereignty over Bajo Nuevo, namely: Jamaica, Colombia, Nicaragua, Honduras and\nthe United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":305} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-countries-dispute-flags-1024x614.jpg\" alt=\"\" class=\"wp-image-305\" /><figcaption>(From top left to bottom right) The flags of Colombia, the United States, Honduras, Jamaica and Nicaragua (Images contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>7.&nbsp;</strong>&nbsp;&nbsp;James W. Jennett, empowered under provisions\nof the controversial Guano Islands Act, initiated the US’ claim on November 22,\n1869. To this day, the US administers Bajo Nuevo bank as an ‘unorganized,\nunincorporated United States territory’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>8.&nbsp;&nbsp;</strong>&nbsp;Similarly to other territories\nclaimed under the Guano Islands Act in the Caribbean and Oceania, persons born\non Bajo Nuevo to non-citizens are considered by the United States to be US\nnationals, but not US citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":307} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/usa_flag-demo-1024x614.jpg\" alt=\"\" class=\"wp-image-307\" /><figcaption>United States flag (Image contributed, US State Department)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>9.&nbsp;</strong>&nbsp;&nbsp;Colombia currently claims the area as part of\nthe department of San Andrés and Providencia. The San Andrés fleet of the\nColombian Navy carries out naval patrols in the area, as the republic maintains\nthat it has claimed these territories since 1886 – as part of the geographic\narchipelago of San Andrés and Providencia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>10.</strong>&nbsp;&nbsp;&nbsp;The November 1993 maritime delimitation treaty, between Colombia and Jamaica, established a \"Joint Regime Area\", which allowed both countries to cooperatively manage and exploit living and non-living resources in designated waters between the two aforementioned banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>11.&nbsp;</strong>&nbsp;&nbsp;Bajo Nuevo’s territorial waters immediately\nsurrounding the cays themselves were excluded from the zone of joint-control,\nas Colombia considers these areas to be part of her coastal waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>12.&nbsp;&nbsp;</strong>&nbsp;The maritime delimitation treaty came effect four months later and was recognised by international law in March 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>13.&nbsp;</strong>&nbsp;&nbsp;The Colombian Ministry of Defense constructed\na light beacon on Low Cay in 1982. The metal structure towers 21&nbsp;metres\nabove the Caribbean Sea and is painted white with a red top. The beacon emits\ntwo white flashes of light every 15 seconds. After sustaining some damage, the\nbeacon was reconstructed by the Colombians in February 2008 and is currently\nmaintained by the navy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":306,\"width\":412,\"height\":531} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-light-beacon.jpg\" alt=\"\" class=\"wp-image-306\" width=\"412\" height=\"531\" /><figcaption>A light beacon erected on the shores of Low Cay, Bajo Nuevo (Photo contributed, Colombian Ministry of Defence)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>14.</strong>&nbsp;&nbsp;&nbsp; Nicaragua bases its claim to Bajo Nuevo Bank\ndue to the islands sitting on its continental shelf, covering an area of over\n50,000 square kilometres in the Caribbean Sea. In fact, the Central American\ncountry lays claim to all islands associated with the San Andrés and\nProvidencia archipelagoes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>15.&nbsp;</strong>&nbsp;&nbsp;Successive Nicaraguan governments have\npersistently pursued claims against Colombia in the International Court of\nJustice (ICJ), filing cases in both 2001 and 2007.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>16.</strong>&nbsp;&nbsp;&nbsp;On November 19, 2012, in regards to Nicaraguan claims to the islands, the ICJ ruled unanimously that Colombia has sovereignty over both Bajo Nuevo and Serranilla Banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong><em>Bajo Nuevo reportedly contains no \'meaningful mineral reserves\'</em></strong>\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>17.</strong>&nbsp;&nbsp;&nbsp;The islands remain a Colombian territory and are a key stopping point in the country’s fight against drug and weapons smuggling, but all the other claimant nations still have limited access to them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>18.</strong>&nbsp;&nbsp;&nbsp;Bajo Nuevo is positioned inside a modestly\nproductive fishing (mostly lobsters) zone, but the seabed reportedly contains\nno \'meaningful mineral reserves\', and only small amounts of hydrocarbon fuels\nhave been identified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>19.&nbsp;</strong>&nbsp;&nbsp;Honduras, another claimant to Bajo Nuevo and\nthe nearby Serranilla Bank, effectively ended its role in the dispute with the\nratification of a maritime boundary treaty with Colombia on December 20, 1999.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>20.</strong>&nbsp;&nbsp; According to the treaty, both states agreed upon a\nmaritime demarcation in 1986 that excluded Honduras from any control over the\nbanks or their surrounding waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>21.</strong>&nbsp;&nbsp; This bilateral treaty ensured that Honduras\nimplicitly recognises Colombia\'s sovereignty over the disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>22.&nbsp;</strong>&nbsp; Bajo Nuevo Bank and Serranilla Bank have been\nrepeatedly included as per American sources as one of ten insular areas in the\nPacific Ocean and Caribbean Sea that make up the US’ Minor Outlying Islands\nclassification.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>23. </strong>  Baker Island, Howland Island, Jarvis Island, Johnston Atoll, Kingman Reef, Midway Islands, Navassa Island, Palmyra Atoll, and Wake Island comprise the remaining nine disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did you know these islands existed? What were the most surprising facts you read? Let us know in the comments section! </p>\n<!-- /wp:paragraph -->','Bajo Nuevo: What you should know about the island dispute Jamaica \'gave up\'','','inherit','closed','closed','','300-revision-v1','','','2019-07-23 15:47:17','2019-07-23 20:47:17','',300,'https://buzz-caribbean.com/article/300-revision-v1/',0,'revision','',0),(321,14,'2019-08-14 18:20:27','2019-08-14 23:20:27','<!-- wp:image {\"id\":323} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/flying-into-sunset-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-323\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Summer’s here and with it the age-old question on many Jamaican minds: <strong><em>\"Where to unravel for my vacation?\"</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For many Jamaicans who’ve experienced nearly all the island has to offer, the next best bet is to travel overseas – and enjoy the sights, sounds, tastes and feels of another country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Outside of the usual favourites of the United States, Canada, and the United Kingdom, there are also many other countries that provide less-stringent access with visa-free travel all year round!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":325} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jamaica-passport-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-325\" /><figcaption>Jamaican passports (Photo: Shea Powell, TheWorldUpCloser.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As of March 2019, Jamaican citizens had visa-free or visa on arrival access to 84 countries and territories.  According to the <a href=\"https://www.henleypassportindex.com/passport\">Henley Passport Index</a>, the Jamaican passport is ranked 63rd in the world in terms of travel freedom. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now, with the declaration of a visa waiver agreement between Jamaica and Ghana this July, the African country joins an impressive list of 84 countries and 11 disputed territories where Jamaicans are welcomed with open arms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Think you know them all? Well, here’s your challenge!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Try to come up with as many countries where visa-free travel is possible for Jamaicans before scrolling further (We double dare you).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":328} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/world-map-demo-1024x610.jpg\" alt=\"\" class=\"wp-image-328\" /><figcaption>World map (Photo: CIA, Political map of the world) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How many did you come up with…10…20…40…95?!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve thought about expanding your horizons or are already a step closer to experiencing a new cultural frontier,&nbsp;<strong>BUZZ</strong>&nbsp;presents a comprehensive list of all 95 countries across the world where just your Jamaican passport is needed to enjoy a well-needed vacation:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>NB: This list is broken down into three categories: Visa-free access (*), Visa supplied on arrival (!), and e-Visas (an official document issued online by respective Immigration Departments or Foreign Ministries that allows for Jamaicans to enter and travel.)</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Bahrain (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Azerbaijan (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Comoros (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Cote d’Ivoire</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Argentina (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Antigua and Barbuda (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Barbados (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Bangladesh (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Cook Islands (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Macau (!) [Territory of China]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>11. Palestine (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>12. Northern Cyprus [Territory of Turkey] (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>13. Curacao (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>14. Hong Kong (*) [Territory of China]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>15. Niue (*) [Territory of New Zealand]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>16. Monserrat (*) [Territory of the United Kingdom]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>17. Zimbabwe (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>18. Venezuela (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>19. Uganda (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>20. Trinidad and Tobago (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>21. Tuvalu (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>22. Serbia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>23. St. Vincent and the Grenadines (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>24. St. Lucia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>25. St. Kitts &amp; Nevis (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>26. Peru (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>27. Niger (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>28. Madagascar (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>29. Kiribati (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>30. Jordan (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>31. Myanmar (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>32. Seychelles (visitor’s permit on arrival)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>33. Palau (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>34. Mexico (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>35. Lesotho (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>36. Israel (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>37. Kenya (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>38. Nicaragua (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>39. Malaysia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>40. Kyrgyzstan (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>41. South Korea (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>42. Togo (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>43. Suriname (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>44. Mozambique (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>45. Tajikistan (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>46. Sao Tome &amp; Principe (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>47. Rwanda (either visa on arrival/eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>48. Panama (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>49. Micronesia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>50. Nepal (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>51. South Africa (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>52. Sri Lanka (either eVisa/visa on arrival)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>53. Papua New Guinea (visitor permit)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>54. Qatar (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>55. Senegal (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>56. Pitcairn Islands (*) [Territory of the United Kingdom]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>57. Somaliland (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>58. Russia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>59. Mauritania (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>60. Guyana (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>61. Indonesia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>62. Laos (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>63. Timor-Leste (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>64. Zambia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>65. Mauritius (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>66. Namibia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>67. India (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>68. Guinea-Bissau (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>69. Grenada (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>70. Malawi (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>71. Philippines (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>72. Somalia (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>73. Tanzania (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>74. Vanuatu (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>75. Transnistria (*) [formerly part of Moldova, now known as Pridnestrovian Moldavian Republic]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>76. Samoa (entry permit on arrival)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>77. Haiti (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>78. Iran (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>79. The Maldives (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>80. Sierra Leone (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>81. Singapore (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>82. Turkey (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>83. Uruguay (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>84. South Ossetia [formerly northern territory of Georgia in Europe]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>85. Georgia (eVisa) [not to be confused with the US state of Georgia]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>86. The Gambia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>87. Gabon (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>88. Fiji (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>89. Eswatini, also known as Swaziland (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>90. Ethiopia (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>91. Ecuador (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>92. Dominica (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>93. Dominican Republic (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>94. Djibouti (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>95. As of July 2019, Ghana!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How many of these countries have you visited? Which listing surprised you? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us know where your next adventure will be in the <strong>BUZZ</strong> comments section below!</p>\n<!-- /wp:paragraph -->','Buzz Travel: Visa-free countries Jamaicans can visit','','publish','closed','closed','','buzz-travel-visa-free-countries-jamaicans-can-visit','','','2019-08-15 07:57:31','2019-08-15 12:57:31','',0,'https://buzz-caribbean.com/?p=321',0,'post','',0),(322,4,'2019-07-23 16:42:48','2019-07-23 21:42:48','<!-- wp:paragraph -->\n<p>The new AC Marriott Hotel on Lady Musgrave Road in Kingston is most definitely Adam Stewart\'s baby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> <br> The Deputy Chairman of the Sandals/ ATL Group of Companies has spent his life in the hotel business learning from his father, Gordon \'Butch\' Stewart, the founder of Sandals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":317} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Adam_Stewart_AC_Marriott-1024x857.jpg\" alt=\"\" class=\"wp-image-317\" /><figcaption>Adam Stewart, Deputy Chairman, Sandals/ATL Group of Companies</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Those lessons have been taken and modified for a new generation of which he will be at the vanguard and this is reflected in this new state-of-the-art city hotel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> <br>AC Marriott Kingston is a 220-bedroom hotel sitting on a 130,000 square foot facility with 18,000 square feet of that designated to indoor/outdoor banqueting. Its main banqueting hall can sit 600 persons. This makes the AC the largest hotel in Kingston.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":319} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_Marriott_Hotel_Rooms-1024x683.jpg\" alt=\"\" class=\"wp-image-319\" /><figcaption>Room at AC Marriott Hotel</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> <br>The US$55 million hotel is <strong>riddled</strong> with technology with a cool feature being mobile check-in and a mobile key option from your handset.&nbsp;There is also a paging system connected to the waiter\'s watch for the ordering of drinks.&nbsp;<br> <br>For those with difficulties with sight or have impaired hearing, there are features on the doors that facilitate easy access to their room.<br> <br>Adam and his team have thought of almost every convenience to make the guest experience as comfortable as possible. This speaks to the importance placed on service and customer satisfaction.<br> <br> This is the game-changer for Kingston\'s hotels.<br> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“This is a business lifestyle hotel which is designed to operate within a price bracket.\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>Buzz</strong>, Adam said: “This is a business lifestyle hotel which is designed to operate within a price bracket. We again applied the Stewart-family business ethos which is to be always elevating the bar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“This hotel is a place where people can hang out but can also do business.\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><br> <br>“This hotel is a place where people can hang out but can also do business. Most business hotels are places where you come in and sleep but this AC Marriott is all about lifestyle.”<br> <br>European flair with a Jamaican touch best describes this stylish hotel. It oozes epicurean and artistic insouciance and as Adam says, “shows Jamaica can compete with the highest international standards”.<br> <br> This is the first time the Stewart family has gone into a hotel project outside the resort concept.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em> \"Lifestyle and technology defines this new generation and I wanted to marry the two\"</em></strong></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I saw a gap in the market which didn\'t exist in Jamaica before the AC Marriott.&nbsp; Lifestyle and technology defines this new generation and I wanted to marry the two in creating a modern 21-century hotel in the heart of Kingston,” Adam said. “We are creating our own space in the market and it\'s a space I haven\'t seen in Jamaica let alone Kingston.”</p>\n<!-- /wp:paragraph -->','Adam Stewart ups the ante for Kingston\'s hotels','','inherit','closed','closed','','281-revision-v1','','','2019-07-23 16:42:48','2019-07-23 21:42:48','',281,'https://buzz-caribbean.com/article/281-revision-v1/',0,'revision','',0),(323,14,'2019-07-23 16:46:58','2019-07-23 21:46:58','','flying-into-sunset-demo','','inherit','closed','closed','','flying-into-sunset-demo','','','2019-07-23 16:46:58','2019-07-23 21:46:58','',321,'https://buzz-caribbean.com/app/uploads/2019/07/flying-into-sunset-demo.jpg',0,'attachment','image/jpeg',0),(324,11,'2019-07-23 16:47:09','2019-07-23 21:47:09','','AC Hotel Kingston','','inherit','closed','closed','','ac_marriott_hotel','','','2019-08-28 17:16:52','2019-08-28 22:16:52','',281,'https://buzz-caribbean.com/app/uploads/2019/07/AC_Marriott_Hotel.jpg',0,'attachment','image/jpeg',0),(325,14,'2019-07-23 16:52:08','2019-07-23 21:52:08','','Jamaican Passport','','inherit','closed','closed','','jamaica-passport-demo','','','2019-08-28 17:17:21','2019-08-28 22:17:21','',321,'https://buzz-caribbean.com/app/uploads/2019/07/jamaica-passport-demo.jpg',0,'attachment','image/jpeg',0),(327,4,'2019-07-23 16:58:00','2019-07-23 21:58:00','','Airpods','','inherit','closed','closed','','airpods','','','2019-07-23 16:58:00','2019-07-23 21:58:00','',0,'https://buzz-caribbean.com/app/uploads/2019/07/airpods.png',0,'attachment','image/png',0),(328,14,'2019-07-23 16:59:03','2019-07-23 21:59:03','','world-map-demo','','inherit','closed','closed','','world-map-demo','','','2019-08-28 17:17:37','2019-08-28 22:17:37','',321,'https://buzz-caribbean.com/app/uploads/2019/07/world-map-demo.jpg',0,'attachment','image/jpeg',0),(329,11,'2019-07-23 16:59:30','2019-07-23 21:59:30','','AC MARRIOTT Lobby','','inherit','closed','closed','','ac_marriott_kingston','','','2019-08-28 17:18:19','2019-08-28 22:18:19','',281,'https://buzz-caribbean.com/app/uploads/2019/07/AC_MARRIOTT_KINGSTON.jpg',0,'attachment','image/jpeg',0),(330,14,'2019-07-23 16:59:59','2019-07-23 21:59:59','<!-- wp:image {\"id\":323} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/flying-into-sunset-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-323\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Summer’s here and with it the age-old question on many Jamaican minds: <strong><em>\"Where to unravel for my vacation?\"</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For many Jamaicans who’ve experienced nearly all the island has to offer, the next best bet is to travel overseas – and enjoy the sights, sounds, tastes and feels of another country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Outside of the usual favourites of the United States, Canada, and the United Kingdom, there are also many other countries that provide less-stringent access with visa-free travel all year round!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":325} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jamaica-passport-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-325\" /><figcaption>Jamaican passports (Photo contributed, TheWorldUpCloser.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As of March 2019, Jamaican citizens had visa-free or visa on arrival access to 84 countries and territories.  According to the <a href=\"https://www.henleypassportindex.com/passport\">Henley Passport Index</a>, the Jamaican passport is ranked 63rd in the world in terms of travel freedom. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now, with the declaration of a visa waiver agreement between Jamaica and Ghana this July, the African country joins an impressive list of 84 countries and 11 disputed territories where Jamaicans are welcomed with open arms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Think you know them all? Well, here’s your challenge!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Try to come up with as many countries where visa-free travel is possible for Jamaicans before scrolling further (We double dare you).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":328} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/world-map-demo-1024x610.jpg\" alt=\"\" class=\"wp-image-328\" /><figcaption>World map (Photo contributed, Central Intelligence Agency [CIA], Political map of the world) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How many did you come up with…10…20…40…95?!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve thought about expanding your horizons or are already a step closer to experiencing a new cultural frontier, <strong><em>Buzz Lifestyle</em></strong> presents a comprehensive list of all 95 countries across the world where just your Jamaican passport is needed to enjoy a well-needed vacation:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>NB: This list is broken down into three categories: Visa-free access (*), Visa supplied on arrival (!), and e-Visas (an official document issued online by respective Immigration Departments or Foreign Ministries that allows for Jamaicans to enter and travel.)</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Bahrain (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Azerbaijan (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Comoros (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Cote d’Ivoire</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Argentina (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Antigua and Barbuda (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Barbados (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Bangladesh (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Cook Islands (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Macau (!) [Territory of China]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>11. Palestine (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>12. Northern Cyprus [Territory of Turkey] (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>13. Curacao (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>14. Hong Kong (*) [Territory of China]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>15. Niue (*) [Territory of New Zealand]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>16. Monserrat (*) [Territory of the United Kingdom]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>17. Zimbabwe (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>18. Venezuela (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>19. Uganda (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>20. Trinidad and Tobago (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>21. Tuvalu (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>22. Serbia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>23. St. Vincent and the Grenadines (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>24. St. Lucia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>25. St. Kitts &amp; Nevis (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>26. Peru (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>27. Niger (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>28. Madagascar (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>29. Kiribati (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>30. Jordan (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>31. Myanmar (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>32. Seychelles (visitor’s permit on arrival)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>33. Palau (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>34. Mexico (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>35. Lesotho (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>36. Israel (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>37. Kenya (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>38. Nicaragua (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>39. Malaysia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>40. Kyrgyzstan (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>41. South Korea (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>42. Togo (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>43. Suriname (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>44. Mozambique (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>45. Tajikistan (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>46. Sao Tome &amp; Principe (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>47. Rwanda (either visa on arrival/eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>48. Panama (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>49. Micronesia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>50. Nepal (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>51. South Africa (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>52. Sri Lanka (either eVisa/visa on arrival)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>53. Papua New Guinea (visitor permit)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>54. Qatar (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>55. Senegal (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>56. Pitcairn Islands (*) [Territory of the United Kingdom]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>57. Somaliland (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>58. Russia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>59. Mauritania (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>60. Guyana (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>61. Indonesia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>62. Laos (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>63. Timor-Leste (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>64. Zambia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>65. Mauritius (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>66. Namibia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>67. India (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>68. Guinea-Bissau (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>69. Grenada (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>70. Malawi (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>71. Philippines (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>72. Somalia (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>73. Tanzania (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>74. Vanuatu (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>75. Transnistria (*) [formerly part of Moldova, now known as Pridnestrovian Moldavian Republic]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>76. Samoa (entry permit on arrival)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>77. Haiti (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>78. Iran (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>79. The Maldives (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>80. Sierra Leone (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>81. Singapore (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>82. Turkey (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>83. Uruguay (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>84. South Ossetia [formerly northern territory of Georgia in Europe]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>85. Georgia (eVisa) [not to be confused with the US state of Georgia]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>86. The Gambia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>87. Gabon (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>88. Fiji (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>89. Eswatini, also known as Swaziland (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>90. Ethiopia (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>91. Ecuador (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>92. Dominica (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>93. Dominican Republic (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>94. Djibouti (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>95. As of July 2019, Ghana!</p>\n<!-- /wp:paragraph -->','Buzz Travel: Visa-free countries Jamaicans can visit','','inherit','closed','closed','','321-revision-v1','','','2019-07-23 16:59:59','2019-07-23 21:59:59','',321,'https://buzz-caribbean.com/article/321-revision-v1/',0,'revision','',0),(331,14,'2019-07-23 17:14:11','2019-07-23 22:14:11','<!-- wp:image {\"id\":323} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/flying-into-sunset-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-323\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Summer’s here and with it the age-old question on many Jamaican minds: <strong><em>\"Where to unravel for my vacation?\"</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For many Jamaicans who’ve experienced nearly all the island has to offer, the next best bet is to travel overseas – and enjoy the sights, sounds, tastes and feels of another country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Outside of the usual favourites of the United States, Canada, and the United Kingdom, there are also many other countries that provide less-stringent access with visa-free travel all year round!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":325} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jamaica-passport-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-325\" /><figcaption>Jamaican passports (Photo contributed, TheWorldUpCloser.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As of March 2019, Jamaican citizens had visa-free or visa on arrival access to 84 countries and territories.  According to the <a href=\"https://www.henleypassportindex.com/passport\">Henley Passport Index</a>, the Jamaican passport is ranked 63rd in the world in terms of travel freedom. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now, with the declaration of a visa waiver agreement between Jamaica and Ghana this July, the African country joins an impressive list of 84 countries and 11 disputed territories where Jamaicans are welcomed with open arms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Think you know them all? Well, here’s your challenge!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Try to come up with as many countries where visa-free travel is possible for Jamaicans before scrolling further (We double dare you).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":328} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/world-map-demo-1024x610.jpg\" alt=\"\" class=\"wp-image-328\" /><figcaption>World map (Photo contributed, Central Intelligence Agency [CIA], Political map of the world) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How many did you come up with…10…20…40…95?!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve thought about expanding your horizons or are already a step closer to experiencing a new cultural frontier, <strong><em>Buzz Lifestyle</em></strong> presents a comprehensive list of all 95 countries across the world where just your Jamaican passport is needed to enjoy a well-needed vacation:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>NB: This list is broken down into three categories: Visa-free access (*), Visa supplied on arrival (!), and e-Visas (an official document issued online by respective Immigration Departments or Foreign Ministries that allows for Jamaicans to enter and travel.)</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Bahrain (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Azerbaijan (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Comoros (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Cote d’Ivoire</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Argentina (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Antigua and Barbuda (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Barbados (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Bangladesh (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Cook Islands (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Macau (!) [Territory of China]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>11. Palestine (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>12. Northern Cyprus [Territory of Turkey] (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>13. Curacao (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>14. Hong Kong (*) [Territory of China]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>15. Niue (*) [Territory of New Zealand]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>16. Monserrat (*) [Territory of the United Kingdom]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>17. Zimbabwe (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>18. Venezuela (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>19. Uganda (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>20. Trinidad and Tobago (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>21. Tuvalu (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>22. Serbia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>23. St. Vincent and the Grenadines (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>24. St. Lucia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>25. St. Kitts &amp; Nevis (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>26. Peru (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>27. Niger (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>28. Madagascar (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>29. Kiribati (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>30. Jordan (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>31. Myanmar (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>32. Seychelles (visitor’s permit on arrival)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>33. Palau (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>34. Mexico (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>35. Lesotho (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>36. Israel (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>37. Kenya (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>38. Nicaragua (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>39. Malaysia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>40. Kyrgyzstan (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>41. South Korea (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>42. Togo (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>43. Suriname (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>44. Mozambique (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>45. Tajikistan (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>46. Sao Tome &amp; Principe (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>47. Rwanda (either visa on arrival/eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>48. Panama (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>49. Micronesia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>50. Nepal (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>51. South Africa (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>52. Sri Lanka (either eVisa/visa on arrival)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>53. Papua New Guinea (visitor permit)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>54. Qatar (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>55. Senegal (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>56. Pitcairn Islands (*) [Territory of the United Kingdom]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>57. Somaliland (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>58. Russia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>59. Mauritania (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>60. Guyana (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>61. Indonesia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>62. Laos (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>63. Timor-Leste (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>64. Zambia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>65. Mauritius (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>66. Namibia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>67. India (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>68. Guinea-Bissau (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>69. Grenada (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>70. Malawi (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>71. Philippines (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>72. Somalia (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>73. Tanzania (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>74. Vanuatu (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>75. Transnistria (*) [formerly part of Moldova, now known as Pridnestrovian Moldavian Republic]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>76. Samoa (entry permit on arrival)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>77. Haiti (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>78. Iran (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>79. The Maldives (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>80. Sierra Leone (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>81. Singapore (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>82. Turkey (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>83. Uruguay (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>84. South Ossetia [formerly northern territory of Georgia in Europe]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>85. Georgia (eVisa) [not to be confused with the US state of Georgia]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>86. The Gambia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>87. Gabon (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>88. Fiji (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>89. Eswatini, also known as Swaziland (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>90. Ethiopia (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>91. Ecuador (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>92. Dominica (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>93. Dominican Republic (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>94. Djibouti (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>95. As of July 2019, Ghana!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How many of these countries have you visited? Which listing surprised you? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us know where your next adventure will be in the comments section below!</p>\n<!-- /wp:paragraph -->','Buzz Travel: Visa-free countries Jamaicans can visit','','inherit','closed','closed','','321-revision-v1','','','2019-07-23 17:14:11','2019-07-23 22:14:11','',321,'https://buzz-caribbean.com/article/321-revision-v1/',0,'revision','',0),(332,14,'2019-07-24 14:49:11','2019-07-24 19:49:11','<!-- wp:paragraph -->\n<p>Jamaica continues to grapple with one of the largest, most-encompassing heatwaves citizens have ever had to contend with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2962} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sweating-demo-buzz-1-1024x582.jpg\" alt=\"\" class=\"wp-image-2962\" /><figcaption> #PlaceHotB! (Photo: Texas A&amp;M Health Science Centre) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As climate change takes root across the globe, warmer\ntemperatures, especially in the northern hemisphere, have left many countries unprepared\nin the face of this latest threat to humanity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=Y2XU2uAxYYM\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Y2XU2uAxYYM\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Here in Jamaica, the struggle to adapt in time is critical as the country recorded its highest-ever average temperature on Saturday, June 23. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Met Service, thermometers across the island\nnoted never-before-seen figures of 39.1 degrees Celsius or just around 102 degrees\nFahrenheit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’re active on social media, the hashtag #PlaceHotB\noffers some comic relief to the blistering heat, but it is still important that\nJamaicans take as much precaution to avoid the dizzying heat and stay hydrated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is especially true for the country’s most vulnerable - children,\npregnant women, the homeless and indigent, as well as the elderly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=FS2YaJkkHQY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=FS2YaJkkHQY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The recent temperature increases across Jamaica are indeed\nfrightening, and despite 2018 being the fourth hottest year on record,\ntemperatures are projected to exceed those this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2943} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hot-weather-temperature-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-2943\" /><figcaption>Photo: AnteaGroup.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Air-conditioning units, though more widespread across the\ncountry, might still be an exorbitant expense for some families.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you\'re a Jack (or Jill) of all trades, <strong>BUZZ</strong> has presented a few interactive tutorials with some of YouTube\'s most viral do-it-yourself (DIY) projects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Get busy and create that makeshift A/C you so desperately need with your standing fan and very few tools! Stay frosty!</p>\n<!-- /wp:paragraph -->','BUZZ Hacks: DIY A/C projects for the summer heatwave','','publish','closed','closed','','buzz-hacks-diy-a-c-projects-for-the-summer-heatwave','','','2019-08-14 15:54:32','2019-08-14 20:54:32','',0,'https://buzz-caribbean.com/?p=332',0,'post','',0),(333,11,'2019-07-23 17:17:08','2019-07-23 22:17:08','','AC MARRIOTT HOTEL EXTERIOR','','inherit','closed','closed','','ac_marriott_hotel_exterior','','','2019-08-28 17:18:52','2019-08-28 22:18:52','',281,'https://buzz-caribbean.com/app/uploads/2019/07/AC_MARRIOTT_HOTEL_EXTERIOR.jpg',0,'attachment','image/jpeg',0),(334,11,'2019-07-23 17:19:27','2019-07-23 22:19:27','','AC MARRIOTT KINGSTON','','inherit','closed','closed','','state_of_the_art_facilities_ac_marriott_kingston','','','2019-08-28 17:19:20','2019-08-28 22:19:20','',281,'https://buzz-caribbean.com/app/uploads/2019/07/STATE_OF_THE_ART_FACILITIES_AC_MARRIOTT_KINGSTON.jpg',0,'attachment','image/jpeg',0),(335,11,'2019-07-23 17:19:39','2019-07-23 22:19:39','','AC MARRIOTT HOTEL Gym','','inherit','closed','closed','','gym_ac_mariott_hotel','','','2019-08-28 17:19:53','2019-08-28 22:19:53','',281,'https://buzz-caribbean.com/app/uploads/2019/07/GYM_AC_MARIOTT_HOTEL.jpg',0,'attachment','image/jpeg',0),(336,23,'2019-08-13 14:45:42','2019-08-13 19:45:42','<!-- wp:paragraph -->\n<p>Twenty-two-year-old Jamaican reggae sensation Tessellated is over the moon about the opportunity to work with tech giant Apple.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Pine and Ginger</strong>\ncreative recently collaborated with Apple, which featured his new song, <strong>I\nLearnt Some Jazz Today,</strong> in an AirPods commercial<em>.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":316} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/tessellated-1024x683.jpg\" alt=\"\" class=\"wp-image-316\" /><figcaption>Tessellated performing at Reggae Sumfest in July.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tessellated, whose given name is Joshua Meeks, said that the global tech agent discovered his talent online and contacted him for the collaboration. He said that getting the chance to work with one of the leading technological agents in the world is mind-blowing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>\"</em>PEOPLE ARE STARTING TO LOOK AT JAMAICAN MUSIC AS A SERIOUS FORCE.\" </p><cite>— Tessellated</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":339} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/tessellated-2-1024x728.jpg\" alt=\"\" class=\"wp-image-339\" /><figcaption>Tessellated says he\'s delighted working with Apple. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It feels amazing, a bit surreal but it’s been a positive experience overall,” Tessellated said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I think on all fronts Jamaican music is pushing forward in a new wave right now. People are starting to look at Jamaican music as a serious force on the level of any other rather than a novelty. I think this is just one more of those things that is going to help push the overall movement even further.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":327} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/airpods-1024x576.png\" alt=\"\" class=\"wp-image-327\" /><figcaption>A screenshot of the Airpods commercial.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He said that he is working on new singles and videos that will be unveiled later this year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Right now, I\'m focused on planning to release new singles and an EP later in the year,” Tessellated said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em> — Story written by Andre Cooper</em></strong></p>\n<!-- /wp:paragraph -->','Tessellated delighted with his bite of the Apple','','publish','open','closed','','tessellated-delighted-with-his-bite-of-the-apple','','','2019-08-15 00:07:33','2019-08-15 05:07:33','',0,'https://buzz-caribbean.com/?p=336',0,'post','',0),(337,4,'2019-07-23 17:37:27','2019-07-23 22:37:27','<!-- wp:paragraph -->\n<p>Twenty-two-year-old\nJamaican reggae sensation Tessellated is over the moon with excitement at his opportunity\nto work with tech giant Apple.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Pine and Ginger</strong>\ncreative recently collaborated with Apple, which featured his new song, <strong>I\nLearnt Some Jazz Today,</strong> in an AirPods commercial<em>.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":316} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/tessellated-1024x683.jpg\" alt=\"\" class=\"wp-image-316\" /><figcaption>TESSELLATED PERFORMING AT REGGAE SUMFEST LAST MONTH</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tessellated, whose\ngiven name is Joshua Meeks, says the global tech agent discovered his talent\nonline and contacted him for the collaboration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The artiste says the\nfeeling to have worked with one of the leading technological agents in the\nworld is mind-blowing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It feels amazing, a\nbit surreal but it’s been a positive experience overall,” Tessellated says.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Next Photo: of Tess with\nhorn</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>PULLOUT QUOTE: PEOPLE\nARE STARTING TO LOOK AT JAMAICAN MUSIC AS A SERIOUS FORCE — Tessellated</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I think on all\nfronts Jamaican music is pushing forward in a new wave right now. People are\nstarting to look at Jamaican music as a serious force on the level of any other\nrather than a novelty. I think this is just one more of those things that is\ngoing to help push the overall movement even further,” he says.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>CAPTION: A\nSCREEN GRAB OF THE AIRPODS COMMERCIAL.&nbsp;</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He says he’s working on new singles\nand videos that will be unveiled later this year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Right now, I\'m\nfocused on planning to release new singles and an EP later in the year,”\nTessellated shares.</p>\n<!-- /wp:paragraph -->','Tessellated delighted with his bite of the Apple','','inherit','closed','closed','','336-revision-v1','','','2019-07-23 17:37:27','2019-07-23 22:37:27','',336,'https://buzz-caribbean.com/article/336-revision-v1/',0,'revision','',0),(338,14,'2019-07-23 17:37:39','2019-07-23 22:37:39','<!-- wp:paragraph -->\n<p>Jamaica continues to grapple with one of the largest,\nmost-encompassing heatwave citizens would never usually have to contend with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As climate change takes root across the globe, warmer\ntemperatures, especially in the northern hemisphere, have left many countries unprepared\nin the face of this latest threat to humanity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here in Jamaica, the struggle to adapt in time is critical as the country recorded its highest-ever average temperature on Saturday, June 23. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Met Service, thermometers across the island\nnoted never-before-seen figures of 39.1 degrees Celsius or just around 102 degrees\nFahrenheit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’re active on social media, the hashtag #PlaceHotB\noffers some comic relief to the blistering heat, but it is still important that\nJamaicans take as much precaution to avoid the dizzying heat and stay hydrated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is especially true for the country’s most vulnerable - children,\npregnant women, the homeless and indigent, as well as the elderly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The recent temperature increases across Jamaica are indeed\nfrightening, and despite 2018 being the fourth hottest year on record,\ntemperatures are projected to exceed those this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Air-conditioning units, though more widespread across the\ncountry, might still be an exorbitant expense for some families.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, Buzz Lifestyle presents some videos on your very own\ndo-it-yourself (DIY) project to create a makeshift A/C with your standing fan\nand very few tools.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Check these videos out below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=Y2XU2uAxYYM\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Y2XU2uAxYYM\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=FS2YaJkkHQY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=FS2YaJkkHQY\n</div></figure>\n<!-- /wp:embed -->','Buzz Hacks: DIY A/C project for the summer heatwave','','inherit','closed','closed','','332-revision-v1','','','2019-07-23 17:37:39','2019-07-23 22:37:39','',332,'https://buzz-caribbean.com/article/332-revision-v1/',0,'revision','',0),(339,4,'2019-07-23 17:37:51','2019-07-23 22:37:51','','Tessellated and a saxophone','','inherit','closed','closed','','tessellated-2','','','2019-08-28 17:20:21','2019-08-28 22:20:21','',0,'https://buzz-caribbean.com/app/uploads/2019/07/tessellated-2.jpg',0,'attachment','image/jpeg',0),(340,11,'2019-07-23 17:39:56','2019-07-23 22:39:56','','AC MARRIOTT HOTEL EXTERIOR','','inherit','closed','closed','','ac_marriott_hotel_exterior-1','','','2019-08-28 17:20:55','2019-08-28 22:20:55','',281,'https://buzz-caribbean.com/app/uploads/2019/07/AC_MARRIOTT_HOTEL_EXTERIOR-1.jpg',0,'attachment','image/jpeg',0),(341,11,'2019-07-23 17:43:05','2019-07-23 22:43:05','','ART-1_AC_MARRIOTT','','inherit','closed','closed','','art-1_ac_marriott','','','2019-07-23 17:43:05','2019-07-23 22:43:05','',281,'https://buzz-caribbean.com/app/uploads/2019/07/ART-1_AC_MARRIOTT.jpg',0,'attachment','image/jpeg',0),(342,11,'2019-07-23 17:43:07','2019-07-23 22:43:07','','AC MARRIOTT Lobby','','inherit','closed','closed','','modern-facilities_ac_marriott','','','2019-08-28 17:21:29','2019-08-28 22:21:29','',281,'https://buzz-caribbean.com/app/uploads/2019/07/MODERN-FACILITIES_AC_MARRIOTT.jpg',0,'attachment','image/jpeg',0),(343,11,'2019-07-23 17:44:17','2019-07-23 22:44:17','','SLEEK-DESIGN_AC_MARRIOTT','','inherit','closed','closed','','sleek-design_ac_marriott','','','2019-07-23 17:44:17','2019-07-23 22:44:17','',281,'https://buzz-caribbean.com/app/uploads/2019/07/SLEEK-DESIGN_AC_MARRIOTT.jpg',0,'attachment','image/jpeg',0),(344,14,'2019-07-23 17:44:37','2019-07-23 22:44:37','','diy-air-conditioning-screengrab-buzz','','inherit','closed','closed','','diy-air-conditioning-screengrab-buzz','','','2019-07-23 17:44:37','2019-07-23 22:44:37','',332,'https://buzz-caribbean.com/app/uploads/2019/07/diy-air-conditioning-screengrab-buzz.jpg',0,'attachment','image/jpeg',0),(345,11,'2019-07-23 17:47:20','2019-07-23 22:47:20','<!-- wp:paragraph -->\n<p>The new AC Marriott Hotel on Lady Musgrave Road in Kingston is most definitely Adam Stewart\'s baby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":324} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_Marriott_Hotel-1024x683.jpg\" alt=\"\" class=\"wp-image-324\" /><figcaption>AC MARRIOTT HOTEL KINGSTON</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Deputy Chairman of the Sandals/ ATL Group of Companies has spent his life in the hotel business learning from his father, Gordon \'Butch\' Stewart, the founder of Sandals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":317} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Adam_Stewart_AC_Marriott-1024x857.jpg\" alt=\"\" class=\"wp-image-317\" /><figcaption>Adam Stewart, Deputy Chairman, Sandals/ATL Group of Companies</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Those lessons have been taken and modified for a new generation of which he will be at the vanguard and this is reflected in this new state-of-the-art city hotel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":329} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_MARRIOTT_KINGSTON-1024x575.jpg\" alt=\"\" class=\"wp-image-329\" /><figcaption>ULTRA SLEEK LOBBY AT THE AC MARRIOTT HOTEL KINGSTON </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> <br>AC Marriott Kingston is a 220-bedroom hotel sitting on a 130,000 square foot facility with 18,000 square feet of that designated to indoor/outdoor banqueting. Its main banqueting hall can seat 600 persons. This makes the AC the largest hotel in Kingston. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":319} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_Marriott_Hotel_Rooms-1024x683.jpg\" alt=\"\" class=\"wp-image-319\" /><figcaption>LUXURIOUS ROOM AT AC MARRIOTT HOTEL KINGSTON</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The US$55 million hotel is infused with technology with a cool feature being mobile check-in and a mobile key option from your handset. There is also a paging system connected to the waiter\'s watch for the ordering of drinks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[333,334,335]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_MARRIOTT_HOTEL_EXTERIOR-1024x683.jpg\" alt=\"\" data-id=\"333\" data-link=\"https://buzz-caribbean.com/?attachment_id=333\" class=\"wp-image-333\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/STATE_OF_THE_ART_FACILITIES_AC_MARRIOTT_KINGSTON-1024x683.jpg\" alt=\"\" data-id=\"334\" data-link=\"https://buzz-caribbean.com/?attachment_id=334\" class=\"wp-image-334\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/GYM_AC_MARIOTT_HOTEL-1024x627.jpg\" alt=\"\" data-id=\"335\" data-link=\"https://buzz-caribbean.com/?attachment_id=335\" class=\"wp-image-335\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>For those with difficulties with sight or have impaired hearing, there are features on the doors that facilitate easy access to their room.<br> <br>Adam and his team have thought of almost every convenience to make the guest experience as comfortable as possible. This speaks to the importance placed on service and customer satisfaction.<br> <br>This is the game-changer for Kingston\'s hotels.<br> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>Buzz</strong>, Adam said: “This is a business lifestyle hotel which is designed to operate within a price bracket. We again applied the Stewart-family business ethos which is to be always elevating the bar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“This hotel is a place where people can hang out but can also do business.\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“This hotel is a place where people can hang out but can also do business. Most business hotels are places where you come in and sleep but this AC Marriott is all about lifestyle.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>European flair with a Jamaican touch best describes this stylish hotel. It oozes epicurean and artistic insouciance and as Adam says, “shows Jamaica can compete with the highest international standards”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[341,342,343]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/ART-1_AC_MARRIOTT-1024x682.jpg\" alt=\"\" data-id=\"341\" data-link=\"https://buzz-caribbean.com/?attachment_id=341\" class=\"wp-image-341\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/MODERN-FACILITIES_AC_MARRIOTT-1024x683.jpg\" alt=\"\" data-id=\"342\" data-link=\"https://buzz-caribbean.com/?attachment_id=342\" class=\"wp-image-342\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/SLEEK-DESIGN_AC_MARRIOTT-1024x683.jpg\" alt=\"\" data-id=\"343\" data-link=\"https://buzz-caribbean.com/?attachment_id=343\" class=\"wp-image-343\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>This is the first time the Stewart family has gone into a hotel project outside the resort concept.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em> \"Lifestyle and technology defines this new generation and I wanted to marry the two\"</em></strong></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I saw a gap in the market which didn\'t exist in Jamaica before the AC Marriott.&nbsp; Lifestyle and technology defines this new generation and I wanted to marry the two in creating a modern 21-century hotel in the heart of Kingston,” Adam said. “We are creating our own space in the market and it\'s a space I haven\'t seen in Jamaica let alone Kingston.”</p>\n<!-- /wp:paragraph -->','Adam Stewart ups the ante for Kingston\'s hotels','','inherit','closed','closed','','281-revision-v1','','','2019-07-23 17:47:20','2019-07-23 22:47:20','',281,'https://buzz-caribbean.com/article/281-revision-v1/',0,'revision','',0),(346,4,'2019-07-23 17:48:53','2019-07-23 22:48:53','<!-- wp:paragraph -->\n<p>Twenty-two-year-old\nJamaican reggae sensation Tessellated is over the moon with excitement at his opportunity\nto work with tech giant Apple.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Pine and Ginger</strong>\ncreative recently collaborated with Apple, which featured his new song, <strong>I\nLearnt Some Jazz Today,</strong> in an AirPods commercial<em>.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":316} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/tessellated-1024x683.jpg\" alt=\"\" class=\"wp-image-316\" /><figcaption>TESSELLATED PERFORMING AT REGGAE SUMFEST LAST MONTH</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tessellated, whose\ngiven name is Joshua Meeks, says the global tech agent discovered his talent\nonline and contacted him for the collaboration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The artiste says the\nfeeling to have worked with one of the leading technological agents in the\nworld is mind-blowing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>\"PEOPLE ARE STARTING TO LOOK AT JAMAICAN MUSIC AS A SERIOUS FORCE\" </em></p><cite>— Tessellated</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“It feels amazing, a\nbit surreal but it’s been a positive experience overall,” Tessellated says.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":339} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/tessellated-2-1024x728.jpg\" alt=\"\" class=\"wp-image-339\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I think on all\nfronts Jamaican music is pushing forward in a new wave right now. People are\nstarting to look at Jamaican music as a serious force on the level of any other\nrather than a novelty. I think this is just one more of those things that is\ngoing to help push the overall movement even further,” he says.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":327} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/airpods-1024x576.png\" alt=\"\" class=\"wp-image-327\" /><figcaption>A SCREEN GRAB OF THE AIRPODS COMMERCIAL. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He says he’s working on new singles\nand videos that will be unveiled later this year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Right now, I\'m\nfocused on planning to release new singles and an EP later in the year,”\nTessellated shares.</p>\n<!-- /wp:paragraph -->','Tessellated delighted with his bite of the Apple','','inherit','closed','closed','','336-revision-v1','','','2019-07-23 17:48:53','2019-07-23 22:48:53','',336,'https://buzz-caribbean.com/article/336-revision-v1/',0,'revision','',0),(347,14,'2019-07-23 17:53:36','2019-07-23 22:53:36','<!-- wp:image {\"id\":344} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/diy-air-conditioning-screengrab-buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-344\" /><figcaption>DIY air cooling project for the home (Image contributed, DIY Volgs, YouTube) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica continues to grapple with one of the largest,\nmost-encompassing heatwave citizens would never usually have to contend with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As climate change takes root across the globe, warmer\ntemperatures, especially in the northern hemisphere, have left many countries unprepared\nin the face of this latest threat to humanity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=Y2XU2uAxYYM\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Y2XU2uAxYYM\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Here in Jamaica, the struggle to adapt in time is critical as the country recorded its highest-ever average temperature on Saturday, June 23. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Met Service, thermometers across the island\nnoted never-before-seen figures of 39.1 degrees Celsius or just around 102 degrees\nFahrenheit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’re active on social media, the hashtag #PlaceHotB\noffers some comic relief to the blistering heat, but it is still important that\nJamaicans take as much precaution to avoid the dizzying heat and stay hydrated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is especially true for the country’s most vulnerable - children,\npregnant women, the homeless and indigent, as well as the elderly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=FS2YaJkkHQY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=FS2YaJkkHQY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The recent temperature increases across Jamaica are indeed\nfrightening, and despite 2018 being the fourth hottest year on record,\ntemperatures are projected to exceed those this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Air-conditioning units, though more widespread across the\ncountry, might still be an exorbitant expense for some families.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you\'re a Jack (or Jill) of all trades, <strong><em>Buzz Lifestyle</em></strong> has presented a few interactive tutorials with some of YouTube\'s most viral do-it-yourself (DIY) projects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Get busy and create that makeshift A/C you so desperately need with your standing fan and very few tools! Stay frosty!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Buzz Hacks: DIY A/C project for the summer heatwave','','inherit','closed','closed','','332-revision-v1','','','2019-07-23 17:53:36','2019-07-23 22:53:36','',332,'https://buzz-caribbean.com/article/332-revision-v1/',0,'revision','',0),(348,4,'2019-07-23 17:54:28','2019-07-23 22:54:28','<!-- wp:paragraph -->\n<p>Twenty-two-year-old\nJamaican reggae sensation Tessellated is over the moon with excitement at his opportunity\nto work with tech giant Apple.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Pine and Ginger</strong>\ncreative recently collaborated with Apple, which featured his new song, <strong>I\nLearnt Some Jazz Today,</strong> in an AirPods commercial<em>.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":316} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/tessellated-1024x683.jpg\" alt=\"\" class=\"wp-image-316\" /><figcaption>TESSELLATED PERFORMING AT REGGAE SUMFEST LAST MONTH</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tessellated, whose\ngiven name is Joshua Meeks, says the global tech agent discovered his talent\nonline and contacted him for the collaboration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The artiste says the\nfeeling to have worked with one of the leading technological agents in the\nworld is mind-blowing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>\"PEOPLE ARE STARTING TO LOOK AT JAMAICAN MUSIC AS A SERIOUS FORCE\" </em></p><cite>— Tessellated</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“It feels amazing, a\nbit surreal but it’s been a positive experience overall,” Tessellated says.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":339} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/tessellated-2-1024x728.jpg\" alt=\"\" class=\"wp-image-339\" /><figcaption>Tessellated says he\'s delighted working with Apple.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I think on all\nfronts Jamaican music is pushing forward in a new wave right now. People are\nstarting to look at Jamaican music as a serious force on the level of any other\nrather than a novelty. I think this is just one more of those things that is\ngoing to help push the overall movement even further,” he says.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":327} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/airpods-1024x576.png\" alt=\"\" class=\"wp-image-327\" /><figcaption>A SCREEN GRAB OF THE AIRPODS COMMERCIAL. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He says he’s working on new singles\nand videos that will be unveiled later this year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Right now, I\'m\nfocused on planning to release new singles and an EP later in the year,”\nTessellated shares.</p>\n<!-- /wp:paragraph -->','Tessellated delighted with his bite of the Apple','','inherit','closed','closed','','336-revision-v1','','','2019-07-23 17:54:28','2019-07-23 22:54:28','',336,'https://buzz-caribbean.com/article/336-revision-v1/',0,'revision','',0),(349,11,'2019-07-23 17:54:29','2019-07-23 22:54:29','','AC Marriott Team','','inherit','closed','closed','','team_ac_marriott_kingston','','','2019-08-28 17:22:11','2019-08-28 22:22:11','',281,'https://buzz-caribbean.com/app/uploads/2019/07/TEAM_AC_MARRIOTT_KINGSTON.jpg',0,'attachment','image/jpeg',0),(350,14,'2019-07-23 17:55:41','2019-07-23 22:55:41','<!-- wp:image {\"id\":344} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/diy-air-conditioning-screengrab-buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-344\" /><figcaption>DIY air cooling project for the home (Image contributed, DIY Volgs, YouTube) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica continues to grapple with one of the largest, most-encompassing heatwaves citizens would never usually have to contend with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As climate change takes root across the globe, warmer\ntemperatures, especially in the northern hemisphere, have left many countries unprepared\nin the face of this latest threat to humanity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=Y2XU2uAxYYM\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Y2XU2uAxYYM\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Here in Jamaica, the struggle to adapt in time is critical as the country recorded its highest-ever average temperature on Saturday, June 23. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Met Service, thermometers across the island\nnoted never-before-seen figures of 39.1 degrees Celsius or just around 102 degrees\nFahrenheit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’re active on social media, the hashtag #PlaceHotB\noffers some comic relief to the blistering heat, but it is still important that\nJamaicans take as much precaution to avoid the dizzying heat and stay hydrated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is especially true for the country’s most vulnerable - children,\npregnant women, the homeless and indigent, as well as the elderly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=FS2YaJkkHQY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=FS2YaJkkHQY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The recent temperature increases across Jamaica are indeed\nfrightening, and despite 2018 being the fourth hottest year on record,\ntemperatures are projected to exceed those this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Air-conditioning units, though more widespread across the\ncountry, might still be an exorbitant expense for some families.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you\'re a Jack (or Jill) of all trades, <strong><em>Buzz Lifestyle</em></strong> has presented a few interactive tutorials with some of YouTube\'s most viral do-it-yourself (DIY) projects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Get busy and create that makeshift A/C you so desperately need with your standing fan and very few tools! Stay frosty!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Buzz Hacks: DIY A/C projects for the summer heatwave','','inherit','closed','closed','','332-revision-v1','','','2019-07-23 17:55:41','2019-07-23 22:55:41','',332,'https://buzz-caribbean.com/article/332-revision-v1/',0,'revision','',0),(351,11,'2019-07-23 17:56:35','2019-07-23 22:56:35','','AC MARRIOTT Art','','inherit','closed','closed','','art-3_ac_marriott','','','2019-08-28 17:22:45','2019-08-28 22:22:45','',281,'https://buzz-caribbean.com/app/uploads/2019/07/ART-3_AC_MARRIOTT.jpg',0,'attachment','image/jpeg',0),(352,14,'2019-07-23 17:56:44','2019-07-23 22:56:44','<!-- wp:image {\"id\":323} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/flying-into-sunset-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-323\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Summer’s here and with it the age-old question on many Jamaican minds: <strong><em>\"Where to unravel for my vacation?\"</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For many Jamaicans who’ve experienced nearly all the island has to offer, the next best bet is to travel overseas – and enjoy the sights, sounds, tastes and feels of another country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Outside of the usual favourites of the United States, Canada, and the United Kingdom, there are also many other countries that provide less-stringent access with visa-free travel all year round!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":325} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jamaica-passport-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-325\" /><figcaption>Jamaican passports (Photo contributed, TheWorldUpCloser.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As of March 2019, Jamaican citizens had visa-free or visa on arrival access to 84 countries and territories.  According to the <a href=\"https://www.henleypassportindex.com/passport\">Henley Passport Index</a>, the Jamaican passport is ranked 63rd in the world in terms of travel freedom. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now, with the declaration of a visa waiver agreement between Jamaica and Ghana this July, the African country joins an impressive list of 84 countries and 11 disputed territories where Jamaicans are welcomed with open arms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Think you know them all? Well, here’s your challenge!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Try to come up with as many countries where visa-free travel is possible for Jamaicans before scrolling further (We double dare you).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":328} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/world-map-demo-1024x610.jpg\" alt=\"\" class=\"wp-image-328\" /><figcaption>World map (Photo contributed, Central Intelligence Agency [CIA], Political map of the world) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How many did you come up with…10…20…40…95?!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve thought about expanding your horizons or are already a step closer to experiencing a new cultural frontier,&nbsp;<strong><em>Buzz Lifestyle</em></strong>&nbsp;presents a comprehensive list of all 95 countries across the world where just your Jamaican passport is needed to enjoy a well-needed vacation:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>NB: This list is broken down into three categories: Visa-free access (*), Visa supplied on arrival (!), and e-Visas (an official document issued online by respective Immigration Departments or Foreign Ministries that allows for Jamaicans to enter and travel.)</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Bahrain (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Azerbaijan (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Comoros (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Cote d’Ivoire</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Argentina (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Antigua and Barbuda (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Barbados (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Bangladesh (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Cook Islands (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Macau (!) [Territory of China]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>11. Palestine (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>12. Northern Cyprus [Territory of Turkey] (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>13. Curacao (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>14. Hong Kong (*) [Territory of China]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>15. Niue (*) [Territory of New Zealand]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>16. Monserrat (*) [Territory of the United Kingdom]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>17. Zimbabwe (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>18. Venezuela (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>19. Uganda (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>20. Trinidad and Tobago (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>21. Tuvalu (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>22. Serbia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>23. St. Vincent and the Grenadines (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>24. St. Lucia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>25. St. Kitts &amp; Nevis (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>26. Peru (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>27. Niger (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>28. Madagascar (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>29. Kiribati (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>30. Jordan (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>31. Myanmar (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>32. Seychelles (visitor’s permit on arrival)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>33. Palau (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>34. Mexico (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>35. Lesotho (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>36. Israel (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>37. Kenya (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>38. Nicaragua (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>39. Malaysia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>40. Kyrgyzstan (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>41. South Korea (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>42. Togo (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>43. Suriname (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>44. Mozambique (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>45. Tajikistan (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>46. Sao Tome &amp; Principe (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>47. Rwanda (either visa on arrival/eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>48. Panama (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>49. Micronesia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>50. Nepal (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>51. South Africa (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>52. Sri Lanka (either eVisa/visa on arrival)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>53. Papua New Guinea (visitor permit)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>54. Qatar (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>55. Senegal (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>56. Pitcairn Islands (*) [Territory of the United Kingdom]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>57. Somaliland (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>58. Russia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>59. Mauritania (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>60. Guyana (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>61. Indonesia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>62. Laos (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>63. Timor-Leste (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>64. Zambia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>65. Mauritius (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>66. Namibia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>67. India (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>68. Guinea-Bissau (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>69. Grenada (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>70. Malawi (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>71. Philippines (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>72. Somalia (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>73. Tanzania (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>74. Vanuatu (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>75. Transnistria (*) [formerly part of Moldova, now known as Pridnestrovian Moldavian Republic]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>76. Samoa (entry permit on arrival)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>77. Haiti (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>78. Iran (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>79. The Maldives (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>80. Sierra Leone (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>81. Singapore (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>82. Turkey (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>83. Uruguay (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>84. South Ossetia [formerly northern territory of Georgia in Europe]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>85. Georgia (eVisa) [not to be confused with the US state of Georgia]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>86. The Gambia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>87. Gabon (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>88. Fiji (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>89. Eswatini, also known as Swaziland (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>90. Ethiopia (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>91. Ecuador (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>92. Dominica (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>93. Dominican Republic (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>94. Djibouti (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>95. As of July 2019, Ghana!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How many of these countries have you visited? Which listing surprised you? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us know where your next adventure will be in the comments section below!</p>\n<!-- /wp:paragraph -->','Buzz Travel: Visa-free countries Jamaicans can visit','','inherit','closed','closed','','321-revision-v1','','','2019-07-23 17:56:44','2019-07-23 22:56:44','',321,'https://buzz-caribbean.com/article/321-revision-v1/',0,'revision','',0),(353,14,'2019-07-23 17:57:39','2019-07-23 22:57:39','<!-- wp:image {\"id\":301} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo.jpg\" alt=\"\" class=\"wp-image-301\" /><figcaption>Satellite imagery of Bajo Nuevo from space (Photo contributed, National Aeronautics and Space Administration [NASA], International Space Station [ISS])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tucked away near the middle of the Caribbean Sea, lies the Bajo Nuevo Bank: a small, uninhabited reef with some grass-covered islets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also known as the Petrel Islands, these tiny specs have been the subject of a bitter sovereignty dispute between Colombia and the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But what you didn’t know, is over 30 years ago, Jamaica was also\ncaught up in the ownership dispute, but has since backed off for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Between 1982 and 1986, the Government of Jamaica signed and\nmaintained a series of bilateral agreements – culminating in a maritime\ndelimitation treaty between the island and the Republic of Colombia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The maritime delimitation treaty was signed in Kingston on\nFriday, November 12, 1993, by ministers of Foreign Affairs and Foreign Trade\nfor Jamaica and Colombia respectively, Paul Robertson and Noemí Sanín Posada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":304} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/posada-paul-robertson-sbscollage-buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-304\" /><figcaption>(from left) Former Ministers of Foreign Affairs and Foreign Trade for Colombia and Jamaica in 1993,  Noemí Sanín Posada and the late Paul Roberston respectively (Photos contributed, Jamaica Information Service [JIS], ElTiempo.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the time, Jamaica\'s claim, as with the other countries\nembroiled in the dispute, stemmed from attempts to expand the island’s\nexclusive economic zone over the surrounding seas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, Jamaica’s claim for Bajo Nuevo remains largely dormant\nsince bilateral agreements with Colombia came into force in 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve made it this far then we still have your attention,\nand seeing as you’re eager to know more,&nbsp;<strong><em>Buzz Jamaica</em></strong>&nbsp;presents\n23 fast facts about Bajo Nuevo:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1.&nbsp;</strong>&nbsp;&nbsp;The islands are located along the coordinates\n15°53′N (fifteen degrees, fifty-three minutes north) and 78°38′W (seventy-eight\ndegrees, thirty-eight minutes west) and are geographically closest to Jamaica –\nsome 288 kilometres southwest of the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":302,\"width\":587,\"height\":334} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-google-maps-jamaica-1024x583.jpg\" alt=\"\" class=\"wp-image-302\" width=\"587\" height=\"334\" /><figcaption>Bajo Nuevo\'s proximity to Jamaica (Photo contributed, Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>2.&nbsp;&nbsp;</strong>&nbsp;Bajo Nuevo Bank is about\n26&nbsp;kilometres (16&nbsp;miles) long and 9&nbsp;kilometres (5.6&nbsp;miles)\nwide. The closest neighbouring land feature is Serranilla Bank, located 110\nkilometres (68 miles) to the west.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3.</strong>&nbsp;&nbsp;&nbsp;The reef was first shown on Dutch maps dating to 1634 but was given its present name in 1654. British pirate John Glover rediscovered Bajo Nuevo in 1660.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>4.&nbsp;&nbsp;</strong>&nbsp;Satellite imagery from the\nNational Aeronautics and Space Administration (NASA) shows two distinct\natoll-like structures separated by a deep channel under a mile wide at its\nnarrowest point. The reef partially dries on the southern and eastern sides,\nwith the land area being minuscule by comparison.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong>&nbsp;&nbsp;&nbsp;&nbsp;The most prominent land area is Low Cay,\nin the southwest atoll, which extends for 300 metres and widens at a maximum of\n40 metres across. No more than two metres above sea level, the barren island is\ncomposed of broken coral, driftwood, and sand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>6.&nbsp;</strong>&nbsp;&nbsp;A total of five countries have laid claim to\nsovereignty over Bajo Nuevo, namely: Jamaica, Colombia, Nicaragua, Honduras and\nthe United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":305} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-countries-dispute-flags-1024x614.jpg\" alt=\"\" class=\"wp-image-305\" /><figcaption>(From top left to bottom right) The flags of Colombia, the United States, Honduras, Jamaica and Nicaragua (Images contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>7.&nbsp;</strong>&nbsp;&nbsp;James W. Jennett, empowered under provisions\nof the controversial Guano Islands Act, initiated the US’ claim on November 22,\n1869. To this day, the US administers Bajo Nuevo bank as an ‘unorganized,\nunincorporated United States territory’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>8.&nbsp;&nbsp;</strong>&nbsp;Similarly to other territories\nclaimed under the Guano Islands Act in the Caribbean and Oceania, persons born\non Bajo Nuevo to non-citizens are considered by the United States to be US\nnationals, but not US citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":307} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/usa_flag-demo-1024x614.jpg\" alt=\"\" class=\"wp-image-307\" /><figcaption>United States flag (Image contributed, US State Department)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>9.&nbsp;</strong>&nbsp;&nbsp;Colombia currently claims the area as part of\nthe department of San Andrés and Providencia. The San Andrés fleet of the\nColombian Navy carries out naval patrols in the area, as the republic maintains\nthat it has claimed these territories since 1886 – as part of the geographic\narchipelago of San Andrés and Providencia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>10.</strong>&nbsp;&nbsp;&nbsp;The November 1993 maritime delimitation treaty, between Colombia and Jamaica, established a \"Joint Regime Area\", which allowed both countries to cooperatively manage and exploit living and non-living resources in designated waters between the two aforementioned banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>11.&nbsp;</strong>&nbsp;&nbsp;Bajo Nuevo’s territorial waters immediately\nsurrounding the cays themselves were excluded from the zone of joint-control,\nas Colombia considers these areas to be part of her coastal waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>12.&nbsp;&nbsp;</strong>&nbsp;The maritime delimitation treaty came effect four months later and was recognised by international law in March 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>13.&nbsp;</strong>&nbsp;&nbsp;The Colombian Ministry of Defense constructed\na light beacon on Low Cay in 1982. The metal structure towers 21&nbsp;metres\nabove the Caribbean Sea and is painted white with a red top. The beacon emits\ntwo white flashes of light every 15 seconds. After sustaining some damage, the\nbeacon was reconstructed by the Colombians in February 2008 and is currently\nmaintained by the navy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":306,\"width\":412,\"height\":531} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-light-beacon.jpg\" alt=\"\" class=\"wp-image-306\" width=\"412\" height=\"531\" /><figcaption>A light beacon erected on the shores of Low Cay, Bajo Nuevo (Photo contributed, Colombian Ministry of Defence)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>14.</strong>&nbsp;&nbsp;&nbsp; Nicaragua bases its claim to Bajo Nuevo Bank\ndue to the islands sitting on its continental shelf, covering an area of over\n50,000 square kilometres in the Caribbean Sea. In fact, the Central American\ncountry lays claim to all islands associated with the San Andrés and\nProvidencia archipelagoes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>15.&nbsp;</strong>&nbsp;&nbsp;Successive Nicaraguan governments have\npersistently pursued claims against Colombia in the International Court of\nJustice (ICJ), filing cases in both 2001 and 2007.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>16.</strong>&nbsp;&nbsp;&nbsp;On November 19, 2012, in regards to Nicaraguan claims to the islands, the ICJ ruled unanimously that Colombia has sovereignty over both Bajo Nuevo and Serranilla Banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong><em>Bajo Nuevo reportedly contains no \'meaningful mineral reserves\'</em></strong>\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>17.</strong>&nbsp;&nbsp;&nbsp;The islands remain a Colombian territory and are a key stopping point in the country’s fight against drug and weapons smuggling, but all the other claimant nations still have limited access to them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>18.</strong>&nbsp;&nbsp;&nbsp;Bajo Nuevo is positioned inside a modestly\nproductive fishing (mostly lobsters) zone, but the seabed reportedly contains\nno \'meaningful mineral reserves\', and only small amounts of hydrocarbon fuels\nhave been identified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>19.&nbsp;</strong>&nbsp;&nbsp;Honduras, another claimant to Bajo Nuevo and\nthe nearby Serranilla Bank, effectively ended its role in the dispute with the\nratification of a maritime boundary treaty with Colombia on December 20, 1999.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>20.</strong>&nbsp;&nbsp; According to the treaty, both states agreed upon a\nmaritime demarcation in 1986 that excluded Honduras from any control over the\nbanks or their surrounding waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>21.</strong>&nbsp;&nbsp; This bilateral treaty ensured that Honduras\nimplicitly recognises Colombia\'s sovereignty over the disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>22.&nbsp;</strong>&nbsp; Bajo Nuevo Bank and Serranilla Bank have been\nrepeatedly included as per American sources as one of ten insular areas in the\nPacific Ocean and Caribbean Sea that make up the US’ Minor Outlying Islands\nclassification.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>23.&nbsp;</strong>&nbsp; Baker Island, Howland Island, Jarvis Island, Johnston Atoll, Kingman Reef, Midway Islands, Navassa Island, Palmyra Atoll, and Wake Island comprise the remaining nine disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did you know these islands existed? What were the most surprising facts you read? Let us know in the comments section! </p>\n<!-- /wp:paragraph -->','Bajo Nuevo: What you should know about the island dispute Jamaica \'gave up\'','','inherit','closed','closed','','300-revision-v1','','','2019-07-23 17:57:39','2019-07-23 22:57:39','',300,'https://buzz-caribbean.com/article/300-revision-v1/',0,'revision','',0),(354,11,'2019-07-23 17:59:49','2019-07-23 22:59:49','<!-- wp:paragraph -->\n<p>The new AC Marriott Hotel on Lady Musgrave Road in Kingston is most definitely Adam Stewart\'s baby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":324} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_Marriott_Hotel-1024x683.jpg\" alt=\"\" class=\"wp-image-324\" /><figcaption>AC MARRIOTT HOTEL KINGSTON</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Deputy Chairman of the Sandals/ ATL Group of Companies has spent his life in the hotel business learning from his father, Gordon \'Butch\' Stewart, the founder of Sandals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":317} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Adam_Stewart_AC_Marriott-1024x857.jpg\" alt=\"\" class=\"wp-image-317\" /><figcaption>Adam Stewart, Deputy Chairman, Sandals/ATL Group of Companies</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Those lessons have been taken and modified for a new generation of which he will be at the vanguard and this is reflected in this new state-of-the-art city hotel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":329} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_MARRIOTT_KINGSTON-1024x575.jpg\" alt=\"\" class=\"wp-image-329\" /><figcaption>ULTRA SLEEK LOBBY AT THE AC MARRIOTT HOTEL KINGSTON </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> <br>AC Marriott Kingston is a 220-bedroom hotel sitting on a 130,000 square foot facility with 18,000 square feet of that designated to indoor/outdoor banqueting. Its main banqueting hall can seat 600 persons. This makes the AC the largest hotel in Kingston. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":319} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_Marriott_Hotel_Rooms-1024x683.jpg\" alt=\"\" class=\"wp-image-319\" /><figcaption>LUXURIOUS ROOM AT AC MARRIOTT HOTEL KINGSTON</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The US$55 million hotel is infused with technology with a cool feature being mobile check-in and a mobile key option from your handset. There is also a paging system connected to the waiter\'s watch for the ordering of drinks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[333,334,335]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_MARRIOTT_HOTEL_EXTERIOR-1024x683.jpg\" alt=\"\" data-id=\"333\" data-link=\"https://buzz-caribbean.com/?attachment_id=333\" class=\"wp-image-333\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/STATE_OF_THE_ART_FACILITIES_AC_MARRIOTT_KINGSTON-1024x683.jpg\" alt=\"\" data-id=\"334\" data-link=\"https://buzz-caribbean.com/?attachment_id=334\" class=\"wp-image-334\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/GYM_AC_MARIOTT_HOTEL-1024x627.jpg\" alt=\"\" data-id=\"335\" data-link=\"https://buzz-caribbean.com/?attachment_id=335\" class=\"wp-image-335\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>For those with difficulties with sight or have impaired hearing, there are features on the doors that facilitate easy access to their room.<br> <br>Adam and his team have thought of almost every convenience to make the guest experience as comfortable as possible. This speaks to the importance placed on service and customer satisfaction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":349} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/TEAM_AC_MARRIOTT_KINGSTON-1024x683.jpg\" alt=\"\" class=\"wp-image-349\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> This is the game-changer for Kingston\'s hotels.<br> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>Buzz</strong>, Adam said: “This is a business lifestyle hotel which is designed to operate within a price bracket. We again applied the Stewart-family business ethos which is to be always elevating the bar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“This hotel is a place where people can hang out but can also do business.\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“This hotel is a place where people can hang out but can also do business. Most business hotels are places where you come in and sleep but this AC Marriott is all about lifestyle.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>European flair with a Jamaican touch best describes this stylish hotel. It oozes epicurean and artistic insouciance and as Adam says, “shows Jamaica can compete with the highest international standards”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[341,342,343,351]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/ART-1_AC_MARRIOTT-1024x682.jpg\" alt=\"\" data-id=\"341\" data-link=\"https://buzz-caribbean.com/?attachment_id=341\" class=\"wp-image-341\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/MODERN-FACILITIES_AC_MARRIOTT-1024x683.jpg\" alt=\"\" data-id=\"342\" data-link=\"https://buzz-caribbean.com/?attachment_id=342\" class=\"wp-image-342\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/SLEEK-DESIGN_AC_MARRIOTT-1024x683.jpg\" alt=\"\" data-id=\"343\" data-link=\"https://buzz-caribbean.com/?attachment_id=343\" class=\"wp-image-343\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/ART-3_AC_MARRIOTT-1024x683.jpg\" alt=\"\" data-id=\"351\" data-link=\"https://buzz-caribbean.com/?attachment_id=351\" class=\"wp-image-351\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>This is the first time the Stewart family has gone into a hotel project outside the resort concept.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em> \"Lifestyle and technology defines this new generation and I wanted to marry the two\"</em></strong></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I saw a gap in the market which didn\'t exist in Jamaica before the AC Marriott.&nbsp; Lifestyle and technology defines this new generation and I wanted to marry the two in creating a modern 21-century hotel in the heart of Kingston,” Adam said. “We are creating our own space in the market and it\'s a space I haven\'t seen in Jamaica let alone Kingston.”</p>\n<!-- /wp:paragraph -->','Adam Stewart ups the ante for Kingston\'s hotels','','inherit','closed','closed','','281-revision-v1','','','2019-07-23 17:59:49','2019-07-23 22:59:49','',281,'https://buzz-caribbean.com/article/281-revision-v1/',0,'revision','',0),(355,11,'2019-07-23 18:01:57','2019-07-23 23:01:57','<!-- wp:paragraph -->\n<p>The new AC Marriott Hotel on Lady Musgrave Road in Kingston is most definitely Adam Stewart\'s baby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":324} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_Marriott_Hotel-1024x683.jpg\" alt=\"\" class=\"wp-image-324\" /><figcaption>AC MARRIOTT HOTEL KINGSTON</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Deputy Chairman of the Sandals/ ATL Group of Companies has spent his life in the hotel business learning from his father, Gordon \'Butch\' Stewart, the founder of Sandals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":317} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Adam_Stewart_AC_Marriott-1024x857.jpg\" alt=\"\" class=\"wp-image-317\" /><figcaption>Adam Stewart, Deputy Chairman, Sandals/ATL Group of Companies</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Those lessons have been taken and modified for a new generation of which he will be at the vanguard and this is reflected in this new state-of-the-art city hotel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":329} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_MARRIOTT_KINGSTON-1024x575.jpg\" alt=\"\" class=\"wp-image-329\" /><figcaption>ULTRA SLEEK LOBBY AT THE AC MARRIOTT HOTEL KINGSTON </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> <br>AC Marriott Kingston is a 220-bedroom hotel sitting on a 130,000 square foot facility with 18,000 square feet of that designated to indoor/outdoor banqueting. Its main banqueting hall can seat 600 persons. This makes the AC the largest hotel in Kingston. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":319} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_Marriott_Hotel_Rooms-1024x683.jpg\" alt=\"\" class=\"wp-image-319\" /><figcaption>LUXURIOUS ROOM AT AC MARRIOTT HOTEL KINGSTON</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The US$55 million hotel is infused with technology with a cool feature being mobile check-in and a mobile key option from your handset. There is also a paging system connected to the waiter\'s watch for the ordering of drinks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[333,334,335]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_MARRIOTT_HOTEL_EXTERIOR-1024x683.jpg\" alt=\"\" data-id=\"333\" data-link=\"https://buzz-caribbean.com/?attachment_id=333\" class=\"wp-image-333\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/STATE_OF_THE_ART_FACILITIES_AC_MARRIOTT_KINGSTON-1024x683.jpg\" alt=\"\" data-id=\"334\" data-link=\"https://buzz-caribbean.com/?attachment_id=334\" class=\"wp-image-334\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/GYM_AC_MARIOTT_HOTEL-1024x627.jpg\" alt=\"\" data-id=\"335\" data-link=\"https://buzz-caribbean.com/?attachment_id=335\" class=\"wp-image-335\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>For those with difficulties with sight or have impaired hearing, there are features on the doors that facilitate easy access to their room.<br> <br>Adam and his team have thought of almost every convenience to make the guest experience as comfortable as possible. This speaks to the importance placed on service and customer satisfaction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":349} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/TEAM_AC_MARRIOTT_KINGSTON-1024x683.jpg\" alt=\"\" class=\"wp-image-349\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> This is the game-changer for Kingston\'s hotels.<br> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>Buzz</strong>, Adam said: “This is a business lifestyle hotel which is designed to operate within a price bracket. We again applied the Stewart-family business ethos which is to be always elevating the bar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“This hotel is a place where people can hang out but can also do business.\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“This hotel is a place where people can hang out but can also do business. Most business hotels are places where you come in and sleep but this AC Marriott is all about lifestyle.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>European flair with a Jamaican touch best describes this stylish hotel. It oozes epicurean and artistic insouciance and as Adam says, “shows Jamaica can compete with the highest international standards”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[341,342,343,351]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/ART-1_AC_MARRIOTT-1024x682.jpg\" alt=\"\" data-id=\"341\" data-link=\"https://buzz-caribbean.com/?attachment_id=341\" class=\"wp-image-341\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/MODERN-FACILITIES_AC_MARRIOTT-1024x683.jpg\" alt=\"\" data-id=\"342\" data-link=\"https://buzz-caribbean.com/?attachment_id=342\" class=\"wp-image-342\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/SLEEK-DESIGN_AC_MARRIOTT-1024x683.jpg\" alt=\"\" data-id=\"343\" data-link=\"https://buzz-caribbean.com/?attachment_id=343\" class=\"wp-image-343\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/ART-3_AC_MARRIOTT-1024x683.jpg\" alt=\"\" data-id=\"351\" data-link=\"https://buzz-caribbean.com/?attachment_id=351\" class=\"wp-image-351\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>This is the first time the Stewart family has gone into a hotel project outside the resort concept.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em> \"Lifestyle and technology defines this new generation and I wanted to marry the two\"</em></strong></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I saw a gap in the market which didn\'t exist in Jamaica before the AC Marriott.  Lifestyle and technology defines this new generation and I wanted to marry the two in creating a modern 21st-century hotel in the heart of Kingston,” Adam said. “We are creating our own space in the market and it\'s a space I haven\'t seen in Jamaica let alone Kingston.”</p>\n<!-- /wp:paragraph -->','Adam Stewart ups the ante for Kingston\'s hotels','','inherit','closed','closed','','281-revision-v1','','','2019-07-23 18:01:57','2019-07-23 23:01:57','',281,'https://buzz-caribbean.com/article/281-revision-v1/',0,'revision','',0),(356,4,'2019-07-23 18:16:00','2019-07-23 23:16:00','<!-- wp:paragraph -->\n<p>Twenty-two-year-old\nJamaican reggae sensation Tessellated is over the moon with excitement at his opportunity\nto work with tech giant Apple.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Pine and Ginger</strong>\ncreative recently collaborated with Apple, which featured his new song, <strong>I\nLearnt Some Jazz Today,</strong> in an AirPods commercial<em>.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":316} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/tessellated-1024x683.jpg\" alt=\"\" class=\"wp-image-316\" /><figcaption>TESSELLATED PERFORMING AT REGGAE SUMFEST LAST MONTH</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tessellated, whose\ngiven name is Joshua Meeks, says the global tech agent discovered his talent\nonline and contacted him for the collaboration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The artiste says the\nfeeling to have worked with one of the leading technological agents in the\nworld is mind-blowing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>\"PEOPLE ARE STARTING TO LOOK AT JAMAICAN MUSIC AS A SERIOUS FORCE\" </em></p><cite>— Tessellated</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“It feels amazing, a\nbit surreal but it’s been a positive experience overall,” Tessellated says.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":339} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/tessellated-2-1024x728.jpg\" alt=\"\" class=\"wp-image-339\" /><figcaption>Tessellated says he\'s delighted working with Apple.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I think on all\nfronts Jamaican music is pushing forward in a new wave right now. People are\nstarting to look at Jamaican music as a serious force on the level of any other\nrather than a novelty. I think this is just one more of those things that is\ngoing to help push the overall movement even further,” he says.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":327} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/airpods-1024x576.png\" alt=\"\" class=\"wp-image-327\" /><figcaption>A SCREEN GRAB OF THE AIRPODS COMMERCIAL.&nbsp;</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He says he’s working on new singles\nand videos that will be unveiled later this year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Right now, I\'m\nfocused on planning to release new singles and an EP later in the year,”\nTessellated shares.</p>\n<!-- /wp:paragraph -->','Tessellated delighted with his bite of the Apple','','inherit','closed','closed','','336-revision-v1','','','2019-07-23 18:16:00','2019-07-23 23:16:00','',336,'https://buzz-caribbean.com/article/336-revision-v1/',0,'revision','',0),(357,4,'2019-07-24 14:32:23','2019-07-24 19:32:23','<!-- wp:paragraph -->\n<p>“Fly me to the moon<br>Let me play among the stars<br>Let me see what spring is like <br>On Jupiter and Mars,” sang Frank Sinatra </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>British billionaire Richard Branson wants to do just that: fly people to space with his Virgin Galactic company. And he\'ll be a step closer to doing so when he lists his company on the stock exchange later this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":314} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Richard-Branson-1024x614.jpg\" alt=\"\" class=\"wp-image-314\" /><figcaption>Billionaire Richard Bronson racing to make space tourism a reality.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Branson will join forces with Social Capital Hedosophia Holdings (SCHH), which will take a 49 % share in his space company for US$800 million. Branson expects his space tourism company to launch into profitability in 2021.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Branson has already got 600 people to sign up for space flights, netting US$80 million in deposits. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>To fly on Branson’s VSS Unity will set you back US$250,000.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":315} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Virgin-Galactic.jpg\" alt=\"\" class=\"wp-image-315\" /><figcaption>Branson plans to take tourists to space with his VSS Unity spacecraft.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Branson has already sunk close to US$1 billion of his own money into this project and is intent on being the first man to take tourists into space. But he may have stiff competition there. Fellow billionaires Jeff Bezos and Elon Musk are also planning space missions for tourists. All three men&nbsp;have already completed test runs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Buzz Lightyear for real!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Who do you think will be the first into space with commercial flights? Branson, Bezos or Musk?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us know at Buzz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Branson a step closer to space tourism','','publish','open','closed','','branson-a-step-closer-to-space-tourism','','','2019-08-14 17:54:50','2019-08-14 22:54:50','',0,'https://buzz-caribbean.com/?p=357',0,'post','',0),(358,4,'2019-07-23 18:25:46','2019-07-23 23:25:46','<!-- wp:paragraph -->\n<p>“ Fly me to the moon<br>\nLet me play among the stars<br>\nLet me see what Spring is like <br>\nOn Jupiter and Mars,” sang Frank Sinatra </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nBritish\nbillionaire Richard Branson, wants to do just that, fly people to space with\nhis Virgin Galactic company and he is getting closer to doing so by preparing\nto list his company on the stock exchange.\n\n\n\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Branson who formed Virgin Records, Virgin Atlantic, Virgin Media as well as many other ventures will join forces with Social Capital Hedosophia Holdings  (SCHH)who will take a 49 % share in his space company for US$800 million.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The investment company  SCHH is headed by an ex Facebook executive and is already listed on the New York Stock Exchange.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It will fund Virgin Galactic until it becomes a profitable commercial venture. Branson expects the space tourism company to launch into profitability in 2021. <br> <br> <br> This new entity is expected to list later this year.<br> <br> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>\n“By embarking on this new chapter at this advanced point in Virgin Galactic’s\ndevelopment, we can open space to more investors and in so doing, open space to\nthousands of new astronauts. We are at the dawn of a new space age with huge\npotential to improve and sustain life on Earth,” said Branson.<br>\n<br>\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>\nThe mercurial entrepreneur has already got 600 people to sign up for space\nflights netting US$80 million in deposits.&nbsp; <br>\n<br>\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>\nTo fly on Branson’s VSS Unity —&nbsp;a SpaceShip Two-class suborbital\nrocket-powered plane, will set you back US$250,000. The spacecraft looks like a\ntricked-out private jet or something you’d see in a sci-fi movie.<br>\n<br>\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>\nBranson has already sunk close to US$1 billion of his own money into this project\nand is intent on being the first man to take tourists into space. <br>\n<br>\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>\nBut he may have stiff competition there. Fellow billionaires Jeff Bezos and\nElon Musk are also planning space missions for tourists. All three men&nbsp;have\nalready completed test runs.<br>\n<br>\nBuzz Lightyear for real!<br>\n<br>\nWho do you think will be the first into space with commercial flights? Branson,\nBezos or Musk?<br>\n<br>\nLet us know at Buzz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Branson to take his space company public','','inherit','closed','closed','','357-revision-v1','','','2019-07-23 18:25:46','2019-07-23 23:25:46','',357,'https://buzz-caribbean.com/article/357-revision-v1/',0,'revision','',0),(359,4,'2019-07-23 18:46:25','2019-07-23 23:46:25','<!-- wp:paragraph -->\n<p>“Fly me to the moon<br>Let me play among the stars<br>Let me see what spring is like <br>On Jupiter and Mars,” sang Frank Sinatra </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>British billionaire Richard Branson wants to do just that: fly people to space with his Virgin Galactic company.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And he\'ll be a step closer to doing so when he list his company on the stock exchange later this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Branson will join forces with Social Capital Hedosophia Holdings (SCHH), which will take a 49 % share in his space company for US$800 million.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It will fund Virgin Galactic until it becomes a profitable commercial venture. Branson expects the space tourism company to launch into profitability in 2021.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Branson has already got 600 people to sign up for space flights, netting US$80 million in deposits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To fly on Branson’s VSS Unity will set you back US$250,000.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Branson has already sunk close to US$1 billion of his own money into this project and is intent on being the first man to take tourists into space.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But he may have stiff competition there. Fellow billionaires Jeff Bezos and Elon Musk are also planning space missions for tourists. All three men have already completed test runs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Buzz Lightyear for real!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Who do you think will be the first into space with commercial flights? Branson, Bezos or Musk?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us know at Buzz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Branson to take his space company public','','inherit','closed','closed','','357-revision-v1','','','2019-07-23 18:46:25','2019-07-23 23:46:25','',357,'https://buzz-caribbean.com/article/357-revision-v1/',0,'revision','',0),(360,4,'2019-07-23 18:49:31','2019-07-23 23:49:31','<!-- wp:paragraph -->\n<p>“Fly me to the moon<br>Let me play among the stars<br>Let me see what spring is like <br>On Jupiter and Mars,” sang Frank Sinatra </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>British billionaire Richard Branson wants to do just that: fly people to space with his Virgin Galactic company.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":314} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Richard-Branson-1024x614.jpg\" alt=\"\" class=\"wp-image-314\" /><figcaption>Billionaire Richard Bronson racing to make space tourism a reality.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>And he\'ll be a step closer to doing so when he list his company on the stock exchange later this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Branson will join forces with Social Capital Hedosophia Holdings (SCHH), which will take a 49 % share in his space company for US$800 million.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Branson expects his space tourism company to launch into profitability in 2021.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Branson has already got 600 people to sign up for space flights, netting US$80 million in deposits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To fly on Branson’s VSS Unity will set you back US$250,000.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Branson has already sunk close to US$1 billion of his own money into this project and is intent on being the first man to take tourists into space.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But he may have stiff competition there. Fellow billionaires Jeff Bezos and Elon Musk are also planning space missions for tourists. All three men have already completed test runs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Buzz Lightyear for real!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Who do you think will be the first into space with commercial flights? Branson, Bezos or Musk?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us know at Buzz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Branson to take his space company public','','inherit','closed','closed','','357-revision-v1','','','2019-07-23 18:49:31','2019-07-23 23:49:31','',357,'https://buzz-caribbean.com/article/357-revision-v1/',0,'revision','',0),(361,4,'2019-07-23 18:57:23','2019-07-23 23:57:23','<!-- wp:paragraph -->\n<p>“Fly me to the moon<br>Let me play among the stars<br>Let me see what spring is like <br>On Jupiter and Mars,” sang Frank Sinatra </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>British billionaire Richard Branson wants to do just that: fly people to space with his Virgin Galactic company. And he\'ll be a step closer to doing so when he list his company on the stock exchange later this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":314} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Richard-Branson-1024x614.jpg\" alt=\"\" class=\"wp-image-314\" /><figcaption>Billionaire Richard Bronson racing to make space tourism a reality.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Branson will join forces with Social Capital Hedosophia Holdings (SCHH), which will take a 49 % share in his space company for US$800 million. Branson expects his space tourism company to launch into profitability in 2021.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Branson has already got 600 people to sign up for space flights, netting US$80 million in deposits. To fly on Branson’s VSS Unity will set you back US$250,000.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":315} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Virgin-Galactic.jpg\" alt=\"\" class=\"wp-image-315\" /><figcaption>Branson hopes to take tourists to space with his VSS Unity spacecraft.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Branson has already sunk close to US$1 billion of his own money into this project and is intent on being the first man to take tourists into space. But he may have stiff competition there. Fellow billionaires Jeff Bezos and Elon Musk are also planning space missions for tourists. All three men have already completed test runs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Buzz Lightyear for real!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Who do you think will be the first into space with commercial flights? Branson, Bezos or Musk?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us know at Buzz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Branson to take his space company public','','inherit','closed','closed','','357-revision-v1','','','2019-07-23 18:57:23','2019-07-23 23:57:23','',357,'https://buzz-caribbean.com/article/357-revision-v1/',0,'revision','',0),(362,4,'2019-07-23 19:00:36','2019-07-24 00:00:36','<!-- wp:paragraph -->\n<p>“Fly me to the moon<br>Let me play among the stars<br>Let me see what spring is like <br>On Jupiter and Mars,” sang Frank Sinatra </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>British billionaire Richard Branson wants to do just that: fly people to space with his Virgin Galactic company. And he\'ll be a step closer to doing so when he list his company on the stock exchange later this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":314} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Richard-Branson-1024x614.jpg\" alt=\"\" class=\"wp-image-314\" /><figcaption>Billionaire Richard Bronson racing to make space tourism a reality.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Branson will join forces with Social Capital Hedosophia Holdings (SCHH), which will take a 49 % share in his space company for US$800 million. Branson expects his space tourism company to launch into profitability in 2021.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Branson has already got 600 people to sign up for space flights, netting US$80 million in deposits. To fly on Branson’s VSS Unity will set you back US$250,000.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":315} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Virgin-Galactic.jpg\" alt=\"\" class=\"wp-image-315\" /><figcaption>Branson plans to take tourists to space with his VSS Unity spacecraft.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Branson has already sunk close to US$1 billion of his own money into this project and is intent on being the first man to take tourists into space. But he may have stiff competition there. Fellow billionaires Jeff Bezos and Elon Musk are also planning space missions for tourists. All three men have already completed test runs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Buzz Lightyear for real!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Who do you think will be the first into space with commercial flights? Branson, Bezos or Musk?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us know at Buzz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Branson a step closer to space tourism','','inherit','closed','closed','','357-revision-v1','','','2019-07-23 19:00:36','2019-07-24 00:00:36','',357,'https://buzz-caribbean.com/article/357-revision-v1/',0,'revision','',0),(363,4,'2019-07-23 19:10:52','2019-07-24 00:10:52','<!-- wp:paragraph -->\n<p>“Fly me to the moon<br>Let me play among the stars<br>Let me see what spring is like <br>On Jupiter and Mars,” sang Frank Sinatra </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>British billionaire Richard Branson wants to do just that: fly people to space with his Virgin Galactic company. And he\'ll be a step closer to doing so when he list his company on the stock exchange later this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":314} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Richard-Branson-1024x614.jpg\" alt=\"\" class=\"wp-image-314\" /><figcaption>Billionaire Richard Bronson racing to make space tourism a reality.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Branson will join forces with Social Capital Hedosophia Holdings (SCHH), which will take a 49 % share in his space company for US$800 million. Branson expects his space tourism company to launch into profitability in 2021.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Branson has already got 600 people to sign up for space flights, netting US$80 million in deposits. To fly on Branson’s VSS Unity will set you back US$250,000.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":315} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Virgin-Galactic.jpg\" alt=\"\" class=\"wp-image-315\" /><figcaption>Branson plans to take tourists to space with his VSS Unity spacecraft.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Branson has already sunk close to US$1 billion of his own money into this project and is intent on being the first man to take tourists into space. But he may have stiff competition there. Fellow billionaires Jeff Bezos and Elon Musk are also planning space missions for tourists. All three men&nbsp;have already completed test runs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Buzz Lightyear for real!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Who do you think will be the first into space with commercial flights? Branson, Bezos or Musk?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us know at Buzz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Branson a step closer to space tourism','','inherit','closed','closed','','357-revision-v1','','','2019-07-23 19:10:52','2019-07-24 00:10:52','',357,'https://buzz-caribbean.com/article/357-revision-v1/',0,'revision','',0),(368,4,'2019-08-14 14:58:39','2019-08-14 19:58:39','<!-- wp:paragraph -->\n<p>Move over Marvel Comics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Local comic book creators Racquel Reid-Grandison and husband\nHenry Grandison are looking to make their mark on the genre. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pair unveiled the comic book, <strong>MaroonBlack </strong>during the recent AnimeCom Fest in St Andrew. The book was\nalso launched as a webcomic at <a href=\"https://maroonblack.net/\" target=\"_blank\" rel=\"noreferrer noopener\">https://maroonblack.net</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":371} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-issue-1-1024x550.jpg\" alt=\"\" class=\"wp-image-371\" /><figcaption>A selection from MaroonBlack. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reid-Grandison is one of the rare females in the profession worldwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I hope that this project will be received well by readers\nand inspire more Jamaicans to create comics using our culture. I also hope that\nthis would lead to the development of the comic book industry here in the Caribbean,” said Reid-Grandison, who is also an educator.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":375} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-3-1024x522.jpg\" alt=\"\" class=\"wp-image-375\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said: “I have always had an interest in comics from an\nearly age. In 2007, my husband, who was just a friend at the time, was creating\nhis comic and I went on as his writer. <strong>MaroonBlack</strong>\nis the first one I wrote.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The book taps into local lore for a Jamaican take on the\nsuperhero.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":373} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-issue-2-1024x818.jpg\" alt=\"\" class=\"wp-image-373\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It is an action-packed, thrilling adventure of the lives of\nmembers of a group called Maroonblack. It is set in Jamaica and thus\nincorporating the different landmarks in Jamaica. Characters from our culture\nand folklore are used to enhance the plot in creative ways.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Early versions of the comic have already drawn professional accolades. It was part of the first issue of local comic book anthology series i-Land Chronicles. The artwork of her husband earned a 2<sup>nd</sup> place award for Best Character at creative industry conference KingstOOn in 2016.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2881} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/racquel-2-1024x936.jpg\" alt=\"\" class=\"wp-image-2881\" /><figcaption>Racquel Reid-Grandison proudly displays a mockup of her comic.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reid-Grandison previously collaborated with her husband for <strong>Trapped: Shawn’s Story</strong>, which was\ncommissioned by The National Taskforce Against Trafficking in Persons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The couple’s next project is based on a national hero and\nwill be available soon.</p>\n<!-- /wp:paragraph -->','Jamaican couple pens comic books','','publish','closed','closed','','heres-one-for-you-comic-book-nerds','','','2019-08-14 22:07:30','2019-08-15 03:07:30','',0,'https://buzz-caribbean.com/?p=368',0,'post','',0),(369,4,'2019-07-23 20:27:44','2019-07-24 01:27:44','<!-- wp:paragraph -->\n<p>Move over Marvel Comics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Local comic book creators Racquel Reid-Grandison and husband\nHenry Grandison are looking to make their mark on the genre. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pair unveiled the comic book, <strong>MaroonBlack </strong>during the recent AnimeCom Fest in St Andrew. The book was\nalso launched as a webcomic at <a href=\"https://maroonblack.net/\" target=\"_blank\" rel=\"noreferrer noopener\">https://maroonblack.net</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reid-Grandison is one of the rare females in the profession worldwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I hope that this project will be received well by readers\nand inspire more Jamaicans to create comics using our culture. I also hope that\nthis would lead to the development of the comic book industry here in the Caribbean,” said Reid-Grandison, who is also an educator.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: “I have always had an interest in comics from an\nearly age. In 2007, my husband, who was just a friend at the time, was creating\nhis comic and I went on as his writer. <strong>MaroonBlack</strong>\nis the first one I wrote.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The book taps into local lore for a Jamaican take on the\nsuperhero.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is an action-packed, thrilling adventure of the lives of\nmembers of a group called Maroonblack. It is set in Jamaica and thus\nincorporating the different landmarks in Jamaica. Characters from our culture\nand folklore are used to enhance the plot in creative ways.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Early versions of the comic have already drawn professional accolades. It was part of the first issue of local comic book anthology series i-Land Chronicles. The artwork of her husband earned a 2<sup>nd</sup> place award for Best Character at creative industry conference KingstOOn in 2016.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reid-Grandison previously collaborated with her husband for <strong>Trapped: Shawn’s Story</strong>, which was\ncommissioned by The National Taskforce Against Trafficking in Persons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The couple’s next project is based on a national hero and\nwill be available soon.</p>\n<!-- /wp:paragraph -->','Here\'s one for you comic nerds','','inherit','closed','closed','','368-revision-v1','','','2019-07-23 20:27:44','2019-07-24 01:27:44','',368,'https://buzz-caribbean.com/article/368-revision-v1/',0,'revision','',0),(371,4,'2019-07-23 20:30:19','2019-07-24 01:30:19','','Maroon Black Issue 1','','inherit','closed','closed','','maroonblack-issue-1','','','2019-08-28 17:23:33','2019-08-28 22:23:33','',0,'https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-issue-1.jpg',0,'attachment','image/jpeg',0),(372,4,'2019-07-23 20:33:32','2019-07-24 01:33:32','<!-- wp:paragraph -->\n<p>Move over Marvel Comics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Local comic book creators Racquel Reid-Grandison and husband\nHenry Grandison are looking to make their mark on the genre. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pair unveiled the comic book, <strong>MaroonBlack </strong>during the recent AnimeCom Fest in St Andrew. The book was\nalso launched as a webcomic at <a href=\"https://maroonblack.net/\" target=\"_blank\" rel=\"noreferrer noopener\">https://maroonblack.net</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":371} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-issue-1-1024x550.jpg\" alt=\"\" class=\"wp-image-371\" /><figcaption>A selection from MaroonBlack.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reid-Grandison is one of the rare females in the profession worldwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I hope that this project will be received well by readers\nand inspire more Jamaicans to create comics using our culture. I also hope that\nthis would lead to the development of the comic book industry here in the Caribbean,” said Reid-Grandison, who is also an educator.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: “I have always had an interest in comics from an\nearly age. In 2007, my husband, who was just a friend at the time, was creating\nhis comic and I went on as his writer. <strong>MaroonBlack</strong>\nis the first one I wrote.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The book taps into local lore for a Jamaican take on the\nsuperhero.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is an action-packed, thrilling adventure of the lives of\nmembers of a group called Maroonblack. It is set in Jamaica and thus\nincorporating the different landmarks in Jamaica. Characters from our culture\nand folklore are used to enhance the plot in creative ways.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Early versions of the comic have already drawn professional accolades. It was part of the first issue of local comic book anthology series i-Land Chronicles. The artwork of her husband earned a 2<sup>nd</sup> place award for Best Character at creative industry conference KingstOOn in 2016.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reid-Grandison previously collaborated with her husband for <strong>Trapped: Shawn’s Story</strong>, which was\ncommissioned by The National Taskforce Against Trafficking in Persons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The couple’s next project is based on a national hero and\nwill be available soon.</p>\n<!-- /wp:paragraph -->','Here\'s one for you comic nerds','','inherit','closed','closed','','368-revision-v1','','','2019-07-23 20:33:32','2019-07-24 01:33:32','',368,'https://buzz-caribbean.com/article/368-revision-v1/',0,'revision','',0),(373,4,'2019-07-23 20:35:41','2019-07-24 01:35:41','','Jamaican Comic Book Maroon Black','','inherit','closed','closed','','maroonblack-issue-2','','','2019-08-28 17:24:13','2019-08-28 22:24:13','',0,'https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-issue-2.jpg',0,'attachment','image/jpeg',0),(374,4,'2019-07-23 20:45:59','2019-07-24 01:45:59','<!-- wp:paragraph -->\n<p>Move over Marvel Comics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Local comic book creators Racquel Reid-Grandison and husband\nHenry Grandison are looking to make their mark on the genre. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pair unveiled the comic book, <strong>MaroonBlack </strong>during the recent AnimeCom Fest in St Andrew. The book was\nalso launched as a webcomic at <a href=\"https://maroonblack.net/\" target=\"_blank\" rel=\"noreferrer noopener\">https://maroonblack.net</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":371} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-issue-1-1024x550.jpg\" alt=\"\" class=\"wp-image-371\" /><figcaption>A selection from MaroonBlack.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reid-Grandison is one of the rare females in the profession worldwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I hope that this project will be received well by readers\nand inspire more Jamaicans to create comics using our culture. I also hope that\nthis would lead to the development of the comic book industry here in the Caribbean,” said Reid-Grandison, who is also an educator.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: “I have always had an interest in comics from an\nearly age. In 2007, my husband, who was just a friend at the time, was creating\nhis comic and I went on as his writer. <strong>MaroonBlack</strong>\nis the first one I wrote.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":373} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-issue-2-1024x818.jpg\" alt=\"\" class=\"wp-image-373\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The book taps into local lore for a Jamaican take on the\nsuperhero.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is an action-packed, thrilling adventure of the lives of\nmembers of a group called Maroonblack. It is set in Jamaica and thus\nincorporating the different landmarks in Jamaica. Characters from our culture\nand folklore are used to enhance the plot in creative ways.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Early versions of the comic have already drawn professional accolades. It was part of the first issue of local comic book anthology series i-Land Chronicles. The artwork of her husband earned a 2<sup>nd</sup> place award for Best Character at creative industry conference KingstOOn in 2016.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reid-Grandison previously collaborated with her husband for <strong>Trapped: Shawn’s Story</strong>, which was\ncommissioned by The National Taskforce Against Trafficking in Persons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The couple’s next project is based on a national hero and\nwill be available soon.</p>\n<!-- /wp:paragraph -->','Here\'s one for you comic nerds','','inherit','closed','closed','','368-revision-v1','','','2019-07-23 20:45:59','2019-07-24 01:45:59','',368,'https://buzz-caribbean.com/article/368-revision-v1/',0,'revision','',0),(375,4,'2019-07-23 20:46:24','2019-07-24 01:46:24','','Inside Maroon black','','inherit','closed','closed','','maroonblack-3','','','2019-08-28 17:24:33','2019-08-28 22:24:33','',0,'https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-3.jpg',0,'attachment','image/jpeg',0),(376,4,'2019-07-23 20:48:09','2019-07-24 01:48:09','<!-- wp:paragraph -->\n<p>Move over Marvel Comics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Local comic book creators Racquel Reid-Grandison and husband\nHenry Grandison are looking to make their mark on the genre. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pair unveiled the comic book, <strong>MaroonBlack </strong>during the recent AnimeCom Fest in St Andrew. The book was\nalso launched as a webcomic at <a href=\"https://maroonblack.net/\" target=\"_blank\" rel=\"noreferrer noopener\">https://maroonblack.net</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":371} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-issue-1-1024x550.jpg\" alt=\"\" class=\"wp-image-371\" /><figcaption>A selection from MaroonBlack.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reid-Grandison is one of the rare females in the profession worldwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I hope that this project will be received well by readers\nand inspire more Jamaicans to create comics using our culture. I also hope that\nthis would lead to the development of the comic book industry here in the Caribbean,” said Reid-Grandison, who is also an educator.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said: “I have always had an interest in comics from an\nearly age. In 2007, my husband, who was just a friend at the time, was creating\nhis comic and I went on as his writer. <strong>MaroonBlack</strong>\nis the first one I wrote.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The book taps into local lore for a Jamaican take on the\nsuperhero.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":373} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-issue-2-1024x818.jpg\" alt=\"\" class=\"wp-image-373\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It is an action-packed, thrilling adventure of the lives of\nmembers of a group called Maroonblack. It is set in Jamaica and thus\nincorporating the different landmarks in Jamaica. Characters from our culture\nand folklore are used to enhance the plot in creative ways.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Early versions of the comic have already drawn professional accolades. It was part of the first issue of local comic book anthology series i-Land Chronicles. The artwork of her husband earned a 2<sup>nd</sup> place award for Best Character at creative industry conference KingstOOn in 2016.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reid-Grandison previously collaborated with her husband for <strong>Trapped: Shawn’s Story</strong>, which was\ncommissioned by The National Taskforce Against Trafficking in Persons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The couple’s next project is based on a national hero and\nwill be available soon.</p>\n<!-- /wp:paragraph -->','Here\'s one for you comic nerds','','inherit','closed','closed','','368-revision-v1','','','2019-07-23 20:48:09','2019-07-24 01:48:09','',368,'https://buzz-caribbean.com/article/368-revision-v1/',0,'revision','',0),(377,4,'2019-07-23 20:48:54','2019-07-24 01:48:54','<!-- wp:paragraph -->\n<p>Move over Marvel Comics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Local comic book creators Racquel Reid-Grandison and husband\nHenry Grandison are looking to make their mark on the genre. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pair unveiled the comic book, <strong>MaroonBlack </strong>during the recent AnimeCom Fest in St Andrew. The book was\nalso launched as a webcomic at <a href=\"https://maroonblack.net/\" target=\"_blank\" rel=\"noreferrer noopener\">https://maroonblack.net</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":371} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-issue-1-1024x550.jpg\" alt=\"\" class=\"wp-image-371\" /><figcaption>A selection from MaroonBlack.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reid-Grandison is one of the rare females in the profession worldwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I hope that this project will be received well by readers\nand inspire more Jamaicans to create comics using our culture. I also hope that\nthis would lead to the development of the comic book industry here in the Caribbean,” said Reid-Grandison, who is also an educator.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":375} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-3-1024x522.jpg\" alt=\"\" class=\"wp-image-375\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said: “I have always had an interest in comics from an\nearly age. In 2007, my husband, who was just a friend at the time, was creating\nhis comic and I went on as his writer. <strong>MaroonBlack</strong>\nis the first one I wrote.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The book taps into local lore for a Jamaican take on the\nsuperhero.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":373} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-issue-2-1024x818.jpg\" alt=\"\" class=\"wp-image-373\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It is an action-packed, thrilling adventure of the lives of\nmembers of a group called Maroonblack. It is set in Jamaica and thus\nincorporating the different landmarks in Jamaica. Characters from our culture\nand folklore are used to enhance the plot in creative ways.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Early versions of the comic have already drawn professional accolades. It was part of the first issue of local comic book anthology series i-Land Chronicles. The artwork of her husband earned a 2<sup>nd</sup> place award for Best Character at creative industry conference KingstOOn in 2016.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reid-Grandison previously collaborated with her husband for <strong>Trapped: Shawn’s Story</strong>, which was\ncommissioned by The National Taskforce Against Trafficking in Persons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The couple’s next project is based on a national hero and\nwill be available soon.</p>\n<!-- /wp:paragraph -->','Here\'s one for you comic nerds','','inherit','closed','closed','','368-revision-v1','','','2019-07-23 20:48:54','2019-07-24 01:48:54','',368,'https://buzz-caribbean.com/article/368-revision-v1/',0,'revision','',0),(378,4,'2019-07-23 21:11:00','2019-07-24 02:11:00','<!-- wp:paragraph -->\n<p>Move over Marvel Comics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Local comic book creators Racquel Reid-Grandison and husband\nHenry Grandison are looking to make their mark on the genre. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pair unveiled the comic book, <strong>MaroonBlack </strong>during the recent AnimeCom Fest in St Andrew. The book was\nalso launched as a webcomic at <a href=\"https://maroonblack.net/\" target=\"_blank\" rel=\"noreferrer noopener\">https://maroonblack.net</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":371} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-issue-1-1024x550.jpg\" alt=\"\" class=\"wp-image-371\" /><figcaption>A selection from MaroonBlack.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reid-Grandison is one of the rare females in the profession worldwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I hope that this project will be received well by readers\nand inspire more Jamaicans to create comics using our culture. I also hope that\nthis would lead to the development of the comic book industry here in the Caribbean,” said Reid-Grandison, who is also an educator.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":375} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-3-1024x522.jpg\" alt=\"\" class=\"wp-image-375\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said: “I have always had an interest in comics from an\nearly age. In 2007, my husband, who was just a friend at the time, was creating\nhis comic and I went on as his writer. <strong>MaroonBlack</strong>\nis the first one I wrote.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The book taps into local lore for a Jamaican take on the\nsuperhero.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":373} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-issue-2-1024x818.jpg\" alt=\"\" class=\"wp-image-373\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It is an action-packed, thrilling adventure of the lives of\nmembers of a group called Maroonblack. It is set in Jamaica and thus\nincorporating the different landmarks in Jamaica. Characters from our culture\nand folklore are used to enhance the plot in creative ways.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Early versions of the comic have already drawn professional accolades. It was part of the first issue of local comic book anthology series i-Land Chronicles. The artwork of her husband earned a 2<sup>nd</sup> place award for Best Character at creative industry conference KingstOOn in 2016.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reid-Grandison previously collaborated with her husband for <strong>Trapped: Shawn’s Story</strong>, which was\ncommissioned by The National Taskforce Against Trafficking in Persons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The couple’s next project is based on a national hero and\nwill be available soon.</p>\n<!-- /wp:paragraph -->','Here\'s one for you comic book nerds','','inherit','closed','closed','','368-revision-v1','','','2019-07-23 21:11:00','2019-07-24 02:11:00','',368,'https://buzz-caribbean.com/article/368-revision-v1/',0,'revision','',0),(379,23,'2019-07-24 14:57:13','2019-07-24 19:57:13','<!-- wp:paragraph -->\n<p>You may remember her as Stevie J’s Panamanian princess or even as best friend of dancehall artiste, Spice, on<strong> Love and Hip Hop: Atlanta</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, these days Estelita Quintero is out of the reality TV circuit and is instead focusing on wellness. Quintero recently opened up about how cosmetic surgery to improve the look of her buttocks had made her sick.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":380} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Stevie-J_Estelita.jpg\" alt=\"\" class=\"wp-image-380\" /><figcaption>Estelita Quintero and Stevie J. <em>(Photo: hollywoodlife.com) </em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Quintero noted that it wasn’t only a physical manifestation of being unwell but she also began to feel depressed. According to Quintero,  she received the butt injections while working as a stripper in Miami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, she explained that approximately five years later, the injections had started to make her feel sick. In a 19-minute-long video posted to YouTube Quintero documented her journey to Colombia where she had the silicone fillers removed from her buttocks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":384} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/During-Surgery-Quintero.jpg\" alt=\"\" class=\"wp-image-384\" /><figcaption>Estelita Quintero during her surgical procedure to remove silicone implants from her buttocks. Source: Instagram @estelitaquintero</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Before her travels to the South American country, Quintero said she had tried four times to have the contents injected into her posterior to give its voluptuous shape removed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":382} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Quintero-Pre-Surgery_Buzz.jpg\" alt=\"\" class=\"wp-image-382\" /><figcaption>Estelita Quintero during post-surgery recovery. Source: Instagram @estelitaquintero</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It is crazy because I remember paying $1500 per section to get these freakin’ silicone injections right? And honestly, four unsuccessful surgeries in the U.S. was almost $80,000 through the years. And now I am here paying more money, but I know that this it,” said Quintero.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em> </em>“It is crazy because I remember paying $1500 per section to get these freakin’ silicone injections right.\"</strong></p><cite>— Estelita Quintero</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Opening up and documenting it all on camera and in the public domain of Instagram and YouTube, according to Estelita, is to spread awareness about the dangers associated with butt implants. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":383} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Excerpt-from-Video-1024x576.jpg\" alt=\"\" class=\"wp-image-383\" /><figcaption>Nurse displaying silicone waste removed from Quintero post-surgery. Source: Youtube - Estelita Quintero</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The purpose of me filming this video is to hopefully…show all the girls that it is not worth it — don’t freakin’ do it. I had this poison in my body for over eight years I am lucky to be alive right now,” said Quintero, who then instructed the nurse to showcase a red bag, which was labelled with a radioactive hazard sign, noting that it contained the material that was taken out of her buttocks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong>\"I had this poison in my body for over eight years I am lucky to be alive right now.\"</strong></p><cite>— Estelita Quintero</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The documented journey to recovery for the former reality TV show didn’t end with her near 20-minute-long <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://youtu.be/IN9S3LWqOiw\" target=\"_blank\">YouTube video</a> as she has continued to showcase her healing process in her <a href=\"https://www.instagram.com/estelitaquintero/?hl=en\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Instagram stories</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In making her experience public, Quintero has not escaped criticism. However, she has proudly proclaimed that she is comfortable with her natural booty and beauty. Quintero isn’t the only reality show celeb to have had their butt implants removed. In 2018, K. Michelle also opened up about black market silicone butt injections, through which she had four surgeries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <em>Story written by Denieca-Alexia Daniels</em></p>\n<!-- /wp:paragraph -->','Former reality TV star ditches her butt implants','','publish','closed','closed','','former-lhhatl-star-ditches-reality-tv-and-her-butt-implants','','','2019-08-15 11:48:32','2019-08-15 16:48:32','',0,'https://buzz-caribbean.com/?p=379',0,'post','',0),(380,11,'2019-07-24 09:30:51','2019-07-24 14:30:51','','Stevie-J and Estelita','','inherit','closed','closed','','stevie-j_estelita','','','2019-08-28 17:25:31','2019-08-28 22:25:31','',379,'https://buzz-caribbean.com/app/uploads/2019/07/Stevie-J_Estelita.jpg',0,'attachment','image/jpeg',0),(381,11,'2019-07-24 09:33:36','2019-07-24 14:33:36','','Estelita\'s Removes Butt Implants','','inherit','closed','closed','','removal-of-implants_quintero','','','2019-08-28 17:26:23','2019-08-28 22:26:23','',379,'https://buzz-caribbean.com/app/uploads/2019/07/Removal-of-Implants_Quintero.jpg',0,'attachment','image/jpeg',0),(382,11,'2019-07-24 10:13:23','2019-07-24 15:13:23','','Quintero-Pre-Surgery_Buzz','','inherit','closed','closed','','quintero-pre-surgery_buzz','','','2019-07-24 10:13:23','2019-07-24 15:13:23','',379,'https://buzz-caribbean.com/app/uploads/2019/07/Quintero-Pre-Surgery_Buzz.jpg',0,'attachment','image/jpeg',0),(383,11,'2019-07-24 11:21:35','2019-07-24 16:21:35','','Excerpt-from-Video','','inherit','closed','closed','','excerpt-from-video','','','2019-07-24 11:21:35','2019-07-24 16:21:35','',379,'https://buzz-caribbean.com/app/uploads/2019/07/Excerpt-from-Video.jpg',0,'attachment','image/jpeg',0),(384,11,'2019-07-24 11:26:55','2019-07-24 16:26:55','','Estelita During surgery','','inherit','closed','closed','','during-surgery-quintero','','','2019-08-28 17:27:05','2019-08-28 22:27:05','',379,'https://buzz-caribbean.com/app/uploads/2019/07/During-Surgery-Quintero.jpg',0,'attachment','image/jpeg',0),(385,11,'2019-07-24 11:41:55','2019-07-24 16:41:55','<!-- wp:paragraph -->\n<p>You may remember her as Stevie J’s Panamanian princess or even as dancehall artiste’s Spice best friend on <em>“Love and Hip Hop: Atlanta”</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":380} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Stevie-J_Estelita.jpg\" alt=\"\" class=\"wp-image-380\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, these days she\'s out of the reality TV circuit and is instead focusing on wellness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Former <em>“Love and Hip Hop: Atlanta”</em> star Estelita Quintero recently opened up about how cosmetic surgery to improve the look of her buttocks had made her sick.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quintero noted that it wasn’t only a physical manifestation of being unwell but she also began to feel depressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Quintero,  she received the butt injections while working as a stripper in Miami. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, she explained that approximately five years later, the injections had started to make her feel sick. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a 19-minute-long video posted to YouTube Quintero documented her journey to Colombia where she had the silicone fillers removed from her buttocks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":384} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/During-Surgery-Quintero.jpg\" alt=\"\" class=\"wp-image-384\" /><figcaption>Estelita Quintero during her surgical procedure to remove silicone implants from her buttocks. Source: Instagram @estelitaquintero</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Before her travels to the South American country, Quintero said she had tried four times to have the contents injected into her posterior to give its voluptuous shape removed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":382} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Quintero-Pre-Surgery_Buzz.jpg\" alt=\"\" class=\"wp-image-382\" /><figcaption>Estelita Quintero during post-surgery recovery. Source: Instagram @estelitaquintero</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It is crazy because I remember paying $1500 per section to get these freakin’ silicone injections right? And honestly, four unsuccessful surgeries in the U.S. was almost $80,000 through the years. And now I am here paying more money, but I know that this it,” said Quintero.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em><strong> “It is crazy because I remember paying $1500 per section to get these freakin’ silicone injections right .\"</strong></em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Opening up and documenting it all on camera and in the public domain of Instagram and Youtube, according to Estelita, is to spread awareness about the dangers associated with butt implants. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":383} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Excerpt-from-Video-1024x576.jpg\" alt=\"\" class=\"wp-image-383\" /><figcaption>Nurse displaying silicone waste removed from Quintero post-surgery. Source: Youtube - Estelita Quintero</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The purpose of me filming this video is to hopefully … show all the girls that it is not worth it -don’t freakin’ do it. I had this poison in my body for over eight years I am lucky to be alive right now,” said Quintero, who then instructed the nurse to showcase a red bag, which was labelled with a radioactive hazard sign, noting that it contained the material that was taken out of her buttocks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em>\"I had this poison in my body for over eight years I am lucky to be alive right now\"</em></strong></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The documented journey to recovery for the former reality TV show didn’t end with her near 20-minute-long <a href=\"https://youtu.be/IN9S3LWqOiw\">YouTube video</a> as she has continued to showcase her healing process in her <a href=\"https://www.instagram.com/estelitaquintero/?hl=en\">Instagram stories</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In making her experience public, Quintero has not escaped criticism. However, she has proudly proclaimed that she is comfortable with her natural booty and beauty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quintero isn’t the only reality show celeb to have had their butt implants removed. In 2018, K. Michelle also opened up about black market silicone butt injections, in which she had four surgeries.</p>\n<!-- /wp:paragraph -->','Former ‘LHHATL’ star ditches reality TV and her butt implants','','inherit','closed','closed','','379-revision-v1','','','2019-07-24 11:41:55','2019-07-24 16:41:55','',379,'https://buzz-caribbean.com/article/379-revision-v1/',0,'revision','',0),(386,21,'2019-07-24 16:06:12','2019-07-24 21:06:12','<!-- wp:paragraph -->\n<p>Your best friend convinced you that meeting a man at church or at the workplace is so last century, so she hooked you up with a dating app and you started swiping left and right as you scroll through the endless possibilities of man meat. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3730} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Online-Dating-BUZZ-1024x640.jpg\" alt=\"\" class=\"wp-image-3730\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Suddenly you realise that you\'re even pickier today than you were when you started dating in your late teens but what exactly should be your deal-breakers when seeking a partner?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3729} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/onlinedating-1024x504.jpg\" alt=\"\" class=\"wp-image-3729\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now everyone has their own pet peeves, likes, dislikes and hang-ups but the following should head the general list of ‘no-no’ when it comes to soulmate selection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Firstly, the <strong>nose picker</strong> has got to go! I do not know what some are digging for but they need to apply to China Harbour Engineering Company (CHEC) for one of those excavation positions. He may sit across from or beside you and then reach over to touch you! Fix it Jesus!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Introducing the <strong>tight pants posse</strong>! If your phone or your ‘package’ is clearly visible through your pants, it is a no love.&nbsp; At the opposite end of the extreme are the ‘<strong>saggy bottom boys’</strong>. There is honestly no worse fashion infraction than a man who allows his underwear — usually discoloured and dingy ones — to show. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":388} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Tight-Jeans-Buzz.jpg\" alt=\"\" class=\"wp-image-388\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you are a bonafide ‘<strong>mamma’s boy’</strong> then you need to stay home with your mamma. She will love you unconditionally and walk behind you to clean up your mess and wash, sort and fold your laundry. No grown, independent woman should ever have to compete with that kind of love and devotion. Cue J-Lo\'s<em> <strong><a href=\"https://www.youtube.com/watch?reload=9&amp;v=Pgmx7z49OEk\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Ain\'t Your Mama</a></strong></em>!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":389} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Mamas-Boy.png\" alt=\"\" class=\"wp-image-389\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <strong>‘phone\nsearcher’</strong> is another ‘no can do’. No listening to old voice notes,\nscrolling through Whatsapp messages scrutinising display pictures. Thou shall\nnot be subjected to that kind of invasion of privacy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3613} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/phone-search-1024x590.jpg\" alt=\"\" class=\"wp-image-3613\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The chronic cheater. </strong>You know the type. The ones that say hate the game, not the player and proceed to explain that every female in his car is his cousin on his father’s side.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":425,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Cheater-1.jpg\" alt=\"\" class=\"wp-image-425\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The woman beater</strong>. If one more\nmisguided woman say, ‘If he doesn’t hit me he don’t love me’, I will snatch off\nmy wig. Under no circumstances is it okay for his fist to connect with your\neye. If he cannot walk away when he gets angry, then you should walk out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":393} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Woman-Beater.jpg\" alt=\"\" class=\"wp-image-393\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The narcissist</strong>. Yes, he is not a\nsuitable mate either because he is not interested in whatever you have going\non. It is all about his day, activities and feelings. You are just there to be\nhis cheerleader but do not expect the same in return. Indeed why should you\nhave to compete with his mirror?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":396} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Narcissist.jpg\" alt=\"\" class=\"wp-image-396\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Mr 10 pm</strong>. There is a man on the loose formerly known as <em>‘Booty call Bob’</em>. The man who never takes you anywhere except to visit his 10-foot divan bed. You will never meet his family or friends; all the food he feeds you is either delivery or take out and he is never available to accept your calls during the day. It is like you are literally dating a ghost. Be gone, Casper!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":423} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Booty-Call.gif\" alt=\"\" class=\"wp-image-423\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The ‘baby mamma’ seeker</strong>. Lord! If a man ever starts a first (or second or third) date with that line, you need to make like a tree and leave! This individual means you no good, as being lauded for your fertility is not only demeaning but cheapens the whole business of bringing new life into this world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":427,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Baby-Mama-Seeker.jpg\" alt=\"\" class=\"wp-image-427\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The Neanderthal</strong>. The caveman type\nthat wants you to wash, cook and clean because for him domesticity is woman’s\nwork. Women have long moved from wearing an apron to rocking business suits or\nany professional attire so the man who wants to keep you barefooted and busy\ncleaning is not welcomed through your door.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":435,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Womans-Place-In-The-Kitchen.png\" alt=\"\" class=\"wp-image-435\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Having said all of that, you have to be mindful not to pass over a good man with a few flaws. Just because his socks do not match or he needs to lose ten pounds, does not mean he cannot be Mr. Right. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some things you can overlook or make suggestions on how to improve that diamond in the rough. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If his fashion sense is not on point then gently help him transform from corduroy to linen. Sometimes it just takes some patience and a good makeover to take a man from Gully Bop to Idris Elba.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Women, what are some of your deal breakers? </strong></p>\n<!-- /wp:paragraph -->','When man hunting, what are your deal-breakers?','','publish','open','closed','','when-man-hunting-what-are-your-deal-breakers','','','2019-08-15 11:48:06','2019-08-15 16:48:06','',0,'https://buzz-caribbean.com/?p=386',0,'post','',0),(387,11,'2019-07-24 12:17:40','2019-07-24 17:17:40','','Nose Picker','','inherit','closed','closed','','nose-picker','','','2019-08-28 17:27:24','2019-08-28 22:27:24','',386,'https://buzz-caribbean.com/app/uploads/2019/07/Nose-Picker.jpg',0,'attachment','image/jpeg',0),(388,11,'2019-07-24 12:27:07','2019-07-24 17:27:07','','Tight-Jeans-Buzz','','inherit','closed','closed','','tight-jeans-buzz','','','2019-07-24 12:27:07','2019-07-24 17:27:07','',386,'https://buzz-caribbean.com/app/uploads/2019/07/Tight-Jeans-Buzz.jpg',0,'attachment','image/jpeg',0),(389,11,'2019-07-24 12:28:26','2019-07-24 17:28:26','','Mamas-Boy','','inherit','closed','closed','','mamas-boy','','','2019-07-24 12:28:26','2019-07-24 17:28:26','',386,'https://buzz-caribbean.com/app/uploads/2019/07/Mamas-Boy.png',0,'attachment','image/png',0),(390,11,'2019-07-24 12:55:46','2019-07-24 17:55:46','','Straight up Mama\'s Boy','','inherit','closed','closed','','mamas-boy-1','','','2019-08-28 17:28:14','2019-08-28 22:28:14','',386,'https://buzz-caribbean.com/app/uploads/2019/07/Mamas-Boy-1.png',0,'attachment','image/png',0),(391,11,'2019-07-24 12:57:21','2019-07-24 17:57:21','','Phone-Searcher','','inherit','closed','closed','','phone-searcher','','','2019-07-24 12:57:21','2019-07-24 17:57:21','',386,'https://buzz-caribbean.com/app/uploads/2019/07/Phone-Searcher.jpg',0,'attachment','image/jpeg',0),(392,11,'2019-07-24 12:58:29','2019-07-24 17:58:29','','Cheater','','inherit','closed','closed','','cheater','','','2019-07-24 12:58:29','2019-07-24 17:58:29','',386,'https://buzz-caribbean.com/app/uploads/2019/07/Cheater.jpg',0,'attachment','image/jpeg',0),(393,11,'2019-07-24 13:01:04','2019-07-24 18:01:04','','Woman-Beater','','inherit','closed','closed','','woman-beater','','','2019-07-24 13:01:04','2019-07-24 18:01:04','',386,'https://buzz-caribbean.com/app/uploads/2019/07/Woman-Beater.jpg',0,'attachment','image/jpeg',0),(396,11,'2019-07-24 13:09:01','2019-07-24 18:09:01','','Narcissist','','inherit','closed','closed','','narcissist','','','2019-07-24 13:09:01','2019-07-24 18:09:01','',386,'https://buzz-caribbean.com/app/uploads/2019/07/Narcissist.jpg',0,'attachment','image/jpeg',0),(397,11,'2019-07-24 13:09:40','2019-07-24 18:09:40','<!-- wp:paragraph -->\n<p>Your best friend convinced you that meeting a man at church or at the workplace is so last century so she hooked you up with a dating app and you started swiping left and right as you scroll through the endless possibilities of man meat. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Suddenly you realise that you\'re even pickier today than you were when you started dating in your late teens but what exactly should be your deal-breakers when seeking a partner?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now everyone has their own pet peeves, likes, dislikes and hang-ups but the following should head the general list of ‘no-no’ when it comes to soulmate selection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Firstly, the <strong>nose picker</strong> has got to go! I do not know what some are digging for but they need to apply to China Harbour Engineering Company (CHEC) for one of those excavation positions. He may sit across from or beside you and then reach over to touch you! Fix it Jesus!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[387]} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Nose-Picker.jpg\" alt=\"\" data-id=\"387\" data-link=\"https://buzz-caribbean.com/?attachment_id=387\" class=\"wp-image-387\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Introducing the <strong>tight pants posse</strong>! If your phone or your ‘package’ is clearly visible through your pants, it is a no love.&nbsp; At the opposite end of the extreme are the ‘<strong>saggy bottom boys’</strong>. There is honestly no worse fashion infraction than a man who allows his underwear — usually discoloured and dingy ones — to show. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":388} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Tight-Jeans-Buzz.jpg\" alt=\"\" class=\"wp-image-388\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you are a bonafide ‘<strong>mamma’s boy’</strong> then you need to stay home with your mamma. She will love you unconditionally and walk behind you to clean up your mess and wash, sort and fold your laundry. No grown, independent woman should ever have to compete with that kind of love and devotion. Cue J-Lo\'s<em> <a href=\"https://www.youtube.com/watch?reload=9&amp;v=Pgmx7z49OEk\">Ain\'t Your Mama</a></em>!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":389} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Mamas-Boy.png\" alt=\"\" class=\"wp-image-389\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <strong>‘phone\nsearcher’</strong> is another ‘no can do’. No listening to old voice notes,\nscrolling through Whatsapp messages scrutinising display pictures. Thou shall\nnot be subjected to that kind of invasion of privacy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":391,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Phone-Searcher.jpg\" alt=\"\" class=\"wp-image-391\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The chronic cheater. </strong>You know the type. The ones that say hate the game, not the player and proceed to explain that every female in his car is his cousin on his father’s side.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":392} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Cheater-1024x1024.jpg\" alt=\"\" class=\"wp-image-392\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The woman beater</strong>. If one more\nmisguided woman say, ‘If he doesn’t hit me he don’t love me’, I will snatch off\nmy wig. Under no circumstances is it okay for his fist to connect with your\neye. If he cannot walk away when he gets angry, then you should walk out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":393} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Woman-Beater.jpg\" alt=\"\" class=\"wp-image-393\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The narcissist</strong>. Yes, he is not a\nsuitable mate either because he is not interested in whatever you have going\non. It is all about his day, activities and feelings. You are just there to be\nhis cheerleader but do not expect the same in return. Indeed why should you\nhave to compete with his mirror?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":396} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Narcissist.jpg\" alt=\"\" class=\"wp-image-396\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Mr 10 pm</strong>. There is a man on the loose formerly known as <em>‘Booty call Bob’</em>. The man who never takes you anywhere except to visit his 10-foot divan bed. You will never meet his family or friends; all the food he feeds you is either delivery or take out and he is never available to accept your calls during the day. It is like you are literally dating a ghost. Be gone, Casper!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The ‘baby mamma’ seeker</strong>. Lord! If a man ever starts a first (or second or third) date with that line, you need to make like a tree and leave! This individual means you no good, as being lauded for your fertility is not only demeaning but cheapens the whole business of bringing new life into this world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The Neanderthal</strong>. The caveman type\nthat wants you to wash, cook and clean because for him domesticity is woman’s\nwork. Women have long moved from wearing an apron to rocking business suits or\nany professional attire so the man who wants to keep you barefooted and busy\ncleaning is not welcomed through your door.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Having said all of that, you have to be mindful not to pass over a good man with a few flaws. Just because his socks do not match or he needs to lose ten pounds, does not mean he cannot be Mr. Right. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some things you can overlook or make suggestions on how to improve that diamond in the rough. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If his fashion sense is not on point then gently help him transform from corduroy to linen. Sometimes it just takes some patience and a good makeover to take a man from Gully Bop to Idris Elba.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Women, what are some of your deal breakers? </strong></p>\n<!-- /wp:paragraph -->','When man hunting, what are your deal-breakers?','','inherit','closed','closed','','386-revision-v1','','','2019-07-24 13:09:40','2019-07-24 18:09:40','',386,'https://buzz-caribbean.com/article/386-revision-v1/',0,'revision','',0),(404,6,'2019-08-14 16:14:31','2019-08-14 21:14:31','<!-- wp:image {\"id\":3588} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Montego-Bay-SIGN-new-1024x684.jpg\" alt=\"\" class=\"wp-image-3588\" /><figcaption>The sign that welcomes visitors to Montego Bay.  (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The allure of downtown Montego Bay has dwindled in the last few years, as the town has been facing increasing challenges as other areas were recently developed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the plethora of shops and other facilities, Fairview and Whitter Village have become attractive alternatives to downtown Montego Bay, and are now flooded with patrons on any given day.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3589} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Montego-Bay-Sam-SHARPE-SQUARE-new-1024x684.jpg\" alt=\"\" class=\"wp-image-3589\" /><figcaption>Sam Sharpe Square in Montego Bay is usually buzzing with excitement.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, it seems the town centre could be on the cusp of a resurgence with the proposed development of the Closed Harbour Beach or Dump Up Beach as it is popularly called by locals.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Work has now started on the area that is expected to increase the appeal of the town for both locals and visitors. More than $500 million is expected to be spent over a two-year period on revamping the 16-acre property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3590} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Montego-Bay-Dump-up-beach-new-1024x684.jpg\" alt=\"\" class=\"wp-image-3590\" /><figcaption>Work is now under way at  Closed Harbour Beach (formerly Dump Up Beach)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When the work is complete, the waterfront lands are expected to be transformed into a world-class recreational space with amenities that the public will be able to access free of cost. In addition to the beach, the&nbsp;park will feature soft and hard landscaping, a jogging trail, an outdoor amphitheatre, multipurpose courts, a children’s play area, food kiosks, a boardwalk and other amenities.&nbsp;</p>\n<!-- /wp:paragraph -->','Downtown MoBay set for a resurgence','','publish','closed','closed','','downtown-montego-bay-set-for-a-resurgence','','','2019-08-14 22:17:21','2019-08-15 03:17:21','',0,'https://buzz-caribbean.com/?p=404',0,'post','',0),(405,14,'2019-07-24 15:03:10','2019-07-24 20:03:10','<!-- wp:image {\"id\":412} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz2-1024x614.jpg\" alt=\"\" class=\"wp-image-412\" /><figcaption>(from left) Fine art photographers Cheryl Hylton, Dane Hucey and Ulrick Lawrence. (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaicans are slowly gaining a greater appreciation for professional photography, a prospect that could see an explosion in creative spaces for local artists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such group\nencouraged by the rise in interest is ‘<em>The Trio</em>’, which unveiled\nits&nbsp;<strong><em>Combined Perspectives</em></strong>&nbsp;collection for the first time\non Sunday, June 30, during the Kingston Creative Artwalk in downtown.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an interview with&nbsp;<strong>BUZZ</strong>, Trio members and fine art photographers Cheryl Hylton, Dane Hucey and Ulrick Lawrence, noted that Jamaica’s change in attitudes bodes well for younger and more experienced talents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hylton told&nbsp;<strong>BUZZ</strong>&nbsp;that&nbsp;<em><strong>Combined Perspectives</strong></em>&nbsp;was an intrinsic display of The Trio’s journey into photography.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":415} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz3-1024x614.jpg\" alt=\"\" class=\"wp-image-415\" /><figcaption>Some of the pieces from \'The Trio\' during its Combined Perspectives visual exhibition at the Kingston Creative Artwalk, downtown. (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We share a passion [for] photography. It’s a passion that has taken us all on individual journeys that have intersected, and we decided to put together an eclectic collection of art that represents each of us,” Hylton told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “If you look around, you’re going to find pieces that depict nature, slices of life and there’s digital art, which [is] derived from actual photographs”  </p><cite>Cheryl Hylton</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Trio said their\nexhibition was well received by art lovers, and while the group had initially\njoined the artwalk just for the exposure, the attention they received hints at\nthe start of a change in attitudes towards the profession.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":479} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz4.jpg\" alt=\"\" class=\"wp-image-479\" /><figcaption>More from The Trio\'s Combined Perspectives collection (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It’s been a good morning so far, we\'ve gotten a lot of buzz. We actually had an overwhelming response, a lot of people came in and two pieces have already been sold,” Hylton beamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We didn’t really come here with the intention of selling, we came for the exposure and [to promote] awareness and to bring our careers to another level,” Hylton, now a full-time photographer, told&nbsp;<strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":416} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz1-1024x614.jpg\" alt=\"\" class=\"wp-image-416\" /><figcaption>Cheryl Hylton speaking with BUZZ in June (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Members of The Trio,\nall a part of the Jamaica Photography Society, trace their artistic roots to\nchildhood and have been working together as a group for over five years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Combined Perspectives</em></strong><em>&nbsp;</em>was a visual treat for scores of patrons, who feasted their eyes on the powerful photographic display of beauty in the mundane, daily lives of Jamaicans across the island. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3020} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/the-trio-kgnartwalk-jun30-buzz5-1024x683.jpg\" alt=\"\" class=\"wp-image-3020\" /><figcaption>More imagery from Combined Perspectives (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Trio\'s collection was also heavily inspired by nature – sprinkled with digital art and some of the country’s lesser-known, hidden gems.</p>\n<!-- /wp:paragraph -->','Finally! \'Trio\' revels in greater interest in photography','','publish','closed','closed','','405','','','2019-08-14 18:10:32','2019-08-14 23:10:32','',0,'https://buzz-caribbean.com/?p=405',0,'post','',0),(407,11,'2019-07-24 14:35:48','2019-07-24 19:35:48','<!-- wp:paragraph -->\n<p>The new AC Marriott Hotel on Lady Musgrave Road in Kingston is most definitely Adam Stewart\'s baby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":324} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_Marriott_Hotel-1024x683.jpg\" alt=\"\" class=\"wp-image-324\" /><figcaption>AC MARRIOTT HOTEL KINGSTON</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Deputy Chairman of the Sandals/ ATL Group of Companies has spent his life in the hotel business learning from his father, Gordon \'Butch\' Stewart, the founder of Sandals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":317} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Adam_Stewart_AC_Marriott-1024x857.jpg\" alt=\"\" class=\"wp-image-317\" /><figcaption>Adam Stewart, Deputy Chairman, Sandals/ATL Group of Companies</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Those lessons have been taken and modified for a new generation of which he will be at the vanguard and this is reflected in this new state-of-the-art city hotel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":329} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_MARRIOTT_KINGSTON-1024x575.jpg\" alt=\"\" class=\"wp-image-329\" /><figcaption>ULTRA SLEEK LOBBY AT THE AC MARRIOTT HOTEL KINGSTON </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> <br>AC Marriott Kingston is a 220-bedroom hotel sitting on a 130,000 square foot facility with 18,000 square feet of that designated to indoor/outdoor banqueting. Its main banqueting hall can seat 600 persons. This makes the AC the largest hotel in Kingston.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":319} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_Marriott_Hotel_Rooms-1024x683.jpg\" alt=\"\" class=\"wp-image-319\" /><figcaption>LUXURIOUS ROOM AT AC MARRIOTT HOTEL KINGSTON</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The US$55 million hotel is infused with technology with a cool feature being mobile check-in and a mobile key option from your handset.&nbsp;There is also a paging system connected to the waiter\'s watch for the ordering of drinks.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[333,334,335]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_MARRIOTT_HOTEL_EXTERIOR-1024x683.jpg\" alt=\"\" data-id=\"333\" data-link=\"https://buzz-caribbean.com/?attachment_id=333\" class=\"wp-image-333\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/STATE_OF_THE_ART_FACILITIES_AC_MARRIOTT_KINGSTON-1024x683.jpg\" alt=\"\" data-id=\"334\" data-link=\"https://buzz-caribbean.com/?attachment_id=334\" class=\"wp-image-334\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/GYM_AC_MARIOTT_HOTEL-1024x627.jpg\" alt=\"\" data-id=\"335\" data-link=\"https://buzz-caribbean.com/?attachment_id=335\" class=\"wp-image-335\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>For those with difficulties with sight or have impaired hearing, there are features on the doors that facilitate easy access to their room.<br> <br>Adam and his team have thought of almost every convenience to make the guest experience as comfortable as possible. This speaks to the importance placed on service and customer satisfaction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":349} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/TEAM_AC_MARRIOTT_KINGSTON-1024x683.jpg\" alt=\"\" class=\"wp-image-349\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> This is the game-changer for Kingston\'s hotels.<br> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>Buzz</strong>, Adam said: “This is a business lifestyle hotel which is designed to operate within a price bracket. We again applied the Stewart-family business ethos which is to be always elevating the bar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“This hotel is a place where people can hang out but can also do business.\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“This hotel is a place where people can hang out but can also do business. Most business hotels are places where you come in and sleep but this AC Marriott is all about lifestyle.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>European flair with a Jamaican touch best describes this stylish hotel. It oozes epicurean and artistic insouciance and as Adam says, “shows Jamaica can compete with the highest international standards”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[341,342,343,351]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/ART-1_AC_MARRIOTT-1024x682.jpg\" alt=\"\" data-id=\"341\" data-link=\"https://buzz-caribbean.com/?attachment_id=341\" class=\"wp-image-341\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/MODERN-FACILITIES_AC_MARRIOTT-1024x683.jpg\" alt=\"\" data-id=\"342\" data-link=\"https://buzz-caribbean.com/?attachment_id=342\" class=\"wp-image-342\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/SLEEK-DESIGN_AC_MARRIOTT-1024x683.jpg\" alt=\"\" data-id=\"343\" data-link=\"https://buzz-caribbean.com/?attachment_id=343\" class=\"wp-image-343\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/ART-3_AC_MARRIOTT-1024x683.jpg\" alt=\"\" data-id=\"351\" data-link=\"https://buzz-caribbean.com/?attachment_id=351\" class=\"wp-image-351\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>This is the first time the Stewart family has gone into a hotel project outside the resort concept.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em> \"Lifestyle and technology defines this new generation and I wanted to marry the two\"</em></strong></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I saw a gap in the market which didn\'t exist in Jamaica before the AC Marriott.&nbsp; Lifestyle and technology defines this new generation and I wanted to marry the two in creating a modern 21st-century hotel in the heart of Kingston,” Adam said. “We are creating our own space in the market and it\'s a space I haven\'t seen in Jamaica let alone Kingston.”</p>\n<!-- /wp:paragraph -->','Adam Stewart ups the ante for Kingston\'s hotels','','inherit','closed','closed','','281-revision-v1','','','2019-07-24 14:35:48','2019-07-24 19:35:48','',281,'https://buzz-caribbean.com/article/281-revision-v1/',0,'revision','',0),(410,3,'2019-07-24 14:54:52','2019-07-24 19:54:52','','Lee Scratch','','inherit','closed','closed','','lee_scratch-2','','','2019-08-28 17:28:35','2019-08-28 22:28:35','',0,'https://buzz-caribbean.com/app/uploads/2019/07/Lee_Scratch-1.jpg',0,'attachment','image/jpeg',0),(412,14,'2019-07-24 14:55:36','2019-07-24 19:55:36','','the-trio-kgnartwalk-jun30-buzz2','','inherit','closed','closed','','the-trio-kgnartwalk-jun30-buzz2','','','2019-07-24 14:55:36','2019-07-24 19:55:36','',405,'https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz2.jpg',0,'attachment','image/jpeg',0),(414,11,'2019-07-24 14:56:06','2019-07-24 19:56:06','','Removing Butt Injections','','inherit','closed','closed','','removing-butt-injections','','','2019-07-24 14:56:06','2019-07-24 19:56:06','',379,'https://buzz-caribbean.com/app/uploads/2019/07/Removing-Butt-Injections.jpg',0,'attachment','image/jpeg',0),(415,14,'2019-07-24 14:58:15','2019-07-24 19:58:15','','Kingston Artwalk','','inherit','closed','closed','','the-trio-kgnartwalk-jun30-buzz3','','','2019-08-28 17:29:23','2019-08-28 22:29:23','',405,'https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz3.jpg',0,'attachment','image/jpeg',0),(416,14,'2019-07-24 14:59:27','2019-07-24 19:59:27','','the-trio-kgnartwalk-jun30-buzz1','','inherit','closed','closed','','the-trio-kgnartwalk-jun30-buzz1','','','2019-07-24 14:59:27','2019-07-24 19:59:27','',405,'https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz1.jpg',0,'attachment','image/jpeg',0),(417,14,'2019-07-24 15:00:50','2019-07-24 20:00:50','<!-- wp:image {\"id\":412} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz2-1024x614.jpg\" alt=\"\" class=\"wp-image-412\" /><figcaption>(from left) Professional photographers Cheryl Hylton, Dane Hucey and Ulrick Lawrence. The three have come together as \'The Trio\', unveiling their Combined Perspectives collection at the Kingston Creative Artwalk on June 30. (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaicans are slowing\ngaining a greater appreciation for professional photography, a prospect that\ncould see an explosion in creative spaces for local artists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such group\nencouraged by the rise in interest is ‘<em>The Trio</em>’, which unveiled\nits&nbsp;<strong><em>Combined Perspectives</em></strong>&nbsp;collection for the first time\non Sunday, June 30, during the Kingston Creative Artwalk in downtown.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an interview\nwith&nbsp;<strong><em>Buzz Lifestyle</em></strong>, Trio members and fine art photographers\nCheryl Hylton, Dane Hucey and Ulrick Lawrence, noted that Jamaica’s change in\nattitudes bodes well for younger and more experienced talents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hylton told&nbsp;<strong><em>Buzz&nbsp;</em></strong>that&nbsp;<em>Combined\nPerspectives</em>&nbsp;was an intrinsic display of The Trio’s journey into\nphotography.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":415} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz3-1024x614.jpg\" alt=\"\" class=\"wp-image-415\" /><figcaption>Some of the pieces from \'The Trio\' during its Combined Perspectives visual exhibition at the Kingston Creative Artwalk, downtown. (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We share a passion [for] photography. It’s a passion that has taken us all on individual journeys that have intersected, and we decided to put together an eclectic collection of art that represents each of us,” Hylton told <strong><em>Buzz Lifestyle</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“If you look around, you’re going to find pieces that depict nature, slices of life and there’s digital art, which [is] derived from actual photographs,” she explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Trio said their\nexhibition was well received by art lovers, and while the group had initially\njoined the artwalk just for the exposure, the attention they received hints at\nthe start of a change in attitudes towards the profession.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s been a good morning so far, we\'ve gotten a lot of buzz. We actually had an overwhelming response, a lot of people came in and two pieces have already been sold,” Hylton beamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We didn’t really come\nhere with the intention of selling, we came for the exposure and [to promote]\nawareness and to bring our careers to another level,” Hylton, now a full-time\nphotographer, told&nbsp;<strong><em>Buzz Lifestyle</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":416} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz1-1024x614.jpg\" alt=\"\" class=\"wp-image-416\" /><figcaption>Cheryl Hylton speaks with Buzz reporter Gavin Riley on June 30 (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Members of The Trio,\nall a part of the Jamaica Photography Society, trace their artistic roots to\nchildhood and have been working together as a group for over five years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Combined Perspectives</em></strong><em> </em>was a visual treat for scores of patrons, who feasted their eyes on the powerful photographic display of beauty in the mundane, daily lives of Jamaicans across the island. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Trio\'s collection was also heavily inspired by nature – sprinkled with digital art and some of the country’s lesser-known, hidden gems.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','405-revision-v1','','','2019-07-24 15:00:50','2019-07-24 20:00:50','',405,'https://buzz-caribbean.com/article/405-revision-v1/',0,'revision','',0),(418,14,'2019-07-24 15:01:28','2019-07-24 20:01:28','<!-- wp:image {\"id\":412} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz2-1024x614.jpg\" alt=\"\" class=\"wp-image-412\" /><figcaption>(from left) Professional photographers Cheryl Hylton, Dane Hucey and Ulrick Lawrence. The three have come together as \'The Trio\', unveiling their Combined Perspectives collection at the Kingston Creative Artwalk on June 30. (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaicans are slowing\ngaining a greater appreciation for professional photography, a prospect that\ncould see an explosion in creative spaces for local artists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such group\nencouraged by the rise in interest is ‘<em>The Trio</em>’, which unveiled\nits&nbsp;<strong><em>Combined Perspectives</em></strong>&nbsp;collection for the first time\non Sunday, June 30, during the Kingston Creative Artwalk in downtown.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an interview\nwith&nbsp;<strong><em>Buzz Lifestyle</em></strong>, Trio members and fine art photographers\nCheryl Hylton, Dane Hucey and Ulrick Lawrence, noted that Jamaica’s change in\nattitudes bodes well for younger and more experienced talents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hylton told&nbsp;<strong><em>Buzz&nbsp;</em></strong>that&nbsp;<em>Combined\nPerspectives</em>&nbsp;was an intrinsic display of The Trio’s journey into\nphotography.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":415} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz3-1024x614.jpg\" alt=\"\" class=\"wp-image-415\" /><figcaption>Some of the pieces from \'The Trio\' during its Combined Perspectives visual exhibition at the Kingston Creative Artwalk, downtown. (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We share a passion [for] photography. It’s a passion that has taken us all on individual journeys that have intersected, and we decided to put together an eclectic collection of art that represents each of us,” Hylton told&nbsp;<strong><em>Buzz Lifestyle</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“If you look around, you’re going to find pieces that depict nature, slices of life and there’s digital art, which [is] derived from actual photographs,” she explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Trio said their\nexhibition was well received by art lovers, and while the group had initially\njoined the artwalk just for the exposure, the attention they received hints at\nthe start of a change in attitudes towards the profession.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s been a good morning so far, we\'ve gotten a lot of buzz. We actually had an overwhelming response, a lot of people came in and two pieces have already been sold,” Hylton beamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We didn’t really come\nhere with the intention of selling, we came for the exposure and [to promote]\nawareness and to bring our careers to another level,” Hylton, now a full-time\nphotographer, told&nbsp;<strong><em>Buzz Lifestyle</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":416} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz1-1024x614.jpg\" alt=\"\" class=\"wp-image-416\" /><figcaption>Cheryl Hylton speaks with Buzz reporter Gavin Riley on June 30 (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Members of The Trio,\nall a part of the Jamaica Photography Society, trace their artistic roots to\nchildhood and have been working together as a group for over five years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Combined Perspectives</em></strong><em>&nbsp;</em>was a visual treat for scores of patrons, who feasted their eyes on the powerful photographic display of beauty in the mundane, daily lives of Jamaicans across the island. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Trio\'s collection was also heavily inspired by nature – sprinkled with digital art and some of the country’s lesser-known, hidden gems.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','405-revision-v1','','','2019-07-24 15:01:28','2019-07-24 20:01:28','',405,'https://buzz-caribbean.com/article/405-revision-v1/',0,'revision','',0),(420,14,'2019-07-25 13:03:37','2019-07-25 18:03:37','<!-- wp:image {\"id\":3431} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-D-1024x614.jpg\" alt=\"\" class=\"wp-image-3431\" /><figcaption>What\'s a staging of Artwalk if there isn\'t a bit of painting? (Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tourists, artists, enthusiasts, and the general public descended en masse in sections of downtown Kingston on Sunday, June 30, as parts of the shopping district, usually sluggish at that time of day, were teeming with life for Kingston Creative’s Artwalk.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Boasting many seasoned veterans and younger talent, as well as exhibitions in food, wines, fine arts, ceramics, and photography – Sunday’s Artwalk catered to the imaginative palette of scores of patrons who turned out to the monthly audio-visual spectacle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3432} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-B-1024x614.jpg\" alt=\"\" class=\"wp-image-3432\" /><figcaption>Art enthusiasts were out in their numbers, walking the streets of downtown Kingston.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It was a packed schedule, kicking off as early as 6 a.m., with cyclists gathering at Fleet Street for the ‘<em>Ride Across Kingston</em>’ event; followed by a refreshing ‘<em>Community Yoga</em>’ session along the scenic waterfront.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Art\nlovers were later treated to visual stimulation by ‘The Trio’, which presented\na riveting photography exhibition along Water Lane. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3433} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-E-1024x614.jpg\" alt=\"\" class=\"wp-image-3433\" /><figcaption>The UWI Panoridim Steel Band provided sweet music for the art lovers. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While the eyes were engaged, so too were the ears, as the University of the West Indies’ (UWI) Panoridim Steel Band serenaded the crowds with creative and entertaining renditions of popular soca, dancehall, and afrobeat songs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following the Artwalk along Water Lane, towards the National Gallery on Orange Street, the Alpha Boys’ Band feted patrons to a nostalgic afternoon trip down memory lane – with reggae hits across generations, followed by a hotly contested poster auction from finalists in the International Reggae Day design competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Man</em></strong><em><strong>y creatives displayed their wares at Artwalk. See the gallery below. </strong></em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3434,3435,3436,3437]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-F-1024x614.jpg\" alt=\"\" data-id=\"3434\" data-link=\"https://buzz-caribbean.com/article/kingston-creative-artwalk-excites-yet-again/artwalk-f/\" class=\"wp-image-3434\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-H-1024x614.jpg\" alt=\"\" data-id=\"3435\" data-link=\"https://buzz-caribbean.com/article/kingston-creative-artwalk-excites-yet-again/artwalk-h/\" class=\"wp-image-3435\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-I-1024x614.jpg\" alt=\"\" data-id=\"3436\" data-link=\"https://buzz-caribbean.com/article/kingston-creative-artwalk-excites-yet-again/artwalk-i/\" class=\"wp-image-3436\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-J-1024x614.jpg\" alt=\"\" data-id=\"3437\" data-link=\"https://buzz-caribbean.com/article/kingston-creative-artwalk-excites-yet-again/artwalk-j/\" class=\"wp-image-3437\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Executive Director of the Kingston Creative Andrea Dempster-Chung told Buzz that the Artwalk, while still in its infancy, goes a long way in restoring pride in downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We stand on the shoulders of those who have been advocating for creativity\"</p><cite>   — Andrea Dempster-Chung,  Executive Director of the Kingston Creative</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Kingston\nCreative is a movement; it’s a group of people who believe our capital city\nshould not look like this. We want to create an art district in downtown\n[Kingston] – our very own, Jamaican-owned Wynwood,” she explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We\nstand on the shoulders of those who have been advocating for creativity and\nwaving this flag for a long time but sometimes, it’s not time yet, but we feel\nthe time is really now,” Dempster-Chung added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3438} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-C-685x1024.jpg\" alt=\"\" class=\"wp-image-3438\" /><figcaption>This mural on Water Lane caught many eyes. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dempster-Chung,\na co-founder of the artistic renaissance that is Kingston Creative, further\nargued that the global creative industry, worth a staggering US$2.25 trillion,\nis very lucrative and with it, endless possibilities are on the horizon for\ntalented Jamaican artists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dempster-Chung told <strong>BUZZ </strong>she hopes corporate Jamaica gives more attention to the untapped opportunities now available through a partnership with the local creative industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3439} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-A-1024x614.jpg\" alt=\"\" class=\"wp-image-3439\" /><figcaption>Several exhibitors lined Water Lane to sell their pieces. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It’s a national conversation and so we really need corporates to come on board. This is about transforming our country. The creative industry is one of the fastest-growing sectors, and it’s what we’re best at,” she said. “See what is happening on the harbour: there’s a whole lot of developments going on. We need to make sure that creatives are at the heart of it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"The creative industry is one of the fastest-growing sectors.\"</p><cite> — Andrea Dempster-Chung,  Executive Director of the Kingston Creative </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“What Kingston Creative is about is making that a reality. You should step into downtown and feel that we are a creative capital and the creatives should be prosperous,” Dempster-Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kingston Creative’s Artwalk, held on the last Sunday of each month, has stood as a primary staple in the creative calendar for the last three years.</p>\n<!-- /wp:paragraph -->','Kingston Creative\'s Artwalk excites again','','publish','closed','closed','','kingston-creative-artwalk-excites-yet-again','','','2019-08-14 15:48:20','2019-08-14 20:48:20','',0,'https://buzz-caribbean.com/?p=420',0,'post','',0),(422,11,'2019-07-24 15:14:26','2019-07-24 20:14:26','<!-- wp:image {\"id\":412} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz2-1024x614.jpg\" alt=\"\" class=\"wp-image-412\" /><figcaption>(from left) Professional photographers Cheryl Hylton, Dane Hucey and Ulrick Lawrence. The three have come together as \'The Trio\', unveiling their Combined Perspectives collection at the Kingston Creative Artwalk on June 30. (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaicans are slowly gaining a greater appreciation for professional photography, a prospect that could see an explosion in creative spaces for local artists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such group\nencouraged by the rise in interest is ‘<em>The Trio</em>’, which unveiled\nits&nbsp;<strong><em>Combined Perspectives</em></strong>&nbsp;collection for the first time\non Sunday, June 30, during the Kingston Creative Artwalk in downtown.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an interview with <strong><em>Buzz</em></strong>, Trio members and fine art photographers Cheryl Hylton, Dane Hucey and Ulrick Lawrence, noted that Jamaica’s change in attitudes bodes well for younger and more experienced talents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hylton told&nbsp;<strong><em>Buzz&nbsp;</em></strong>that&nbsp;<em>Combined\nPerspectives</em>&nbsp;was an intrinsic display of The Trio’s journey into\nphotography.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":415} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz3-1024x614.jpg\" alt=\"\" class=\"wp-image-415\" /><figcaption>Some of the pieces from \'The Trio\' during its Combined Perspectives visual exhibition at the Kingston Creative Artwalk, downtown. (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We share a passion [for] photography. It’s a passion that has taken us all on individual journeys that have intersected, and we decided to put together an eclectic collection of art that represents each of us,” Hylton told&nbsp;<strong><em>Buzz Lifestyle</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “If you look around, you’re going to find pieces that depict nature, slices of life and there’s digital art, which [is] derived from actual photographs”  </p><cite>Cheryl Hylton</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Trio said their\nexhibition was well received by art lovers, and while the group had initially\njoined the artwalk just for the exposure, the attention they received hints at\nthe start of a change in attitudes towards the profession.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s been a good morning so far, we\'ve gotten a lot of buzz. We actually had an overwhelming response, a lot of people came in and two pieces have already been sold,” Hylton beamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We didn’t really come here with the intention of selling, we came for the exposure and [to promote] awareness and to bring our careers to another level,” Hylton, now a full-time photographer, told <strong><em>Buzz.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":416} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz1-1024x614.jpg\" alt=\"\" class=\"wp-image-416\" /><figcaption>Cheryl Hylton speaks with Buzz reporter Gavin Riley on June 30 (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Members of The Trio,\nall a part of the Jamaica Photography Society, trace their artistic roots to\nchildhood and have been working together as a group for over five years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Combined Perspectives</em></strong><em>&nbsp;</em>was a visual treat for scores of patrons, who feasted their eyes on the powerful photographic display of beauty in the mundane, daily lives of Jamaicans across the island. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Trio\'s collection was also heavily inspired by nature – sprinkled with digital art and some of the country’s lesser-known, hidden gems.</p>\n<!-- /wp:paragraph -->','Camera \'Trio\' Rides Local Photography Wave','','inherit','closed','closed','','405-revision-v1','','','2019-07-24 15:14:26','2019-07-24 20:14:26','',405,'https://buzz-caribbean.com/article/405-revision-v1/',0,'revision','',0),(423,11,'2019-07-24 15:15:32','2019-07-24 20:15:32','','Booty-Call','','inherit','closed','closed','','booty-call','','','2019-07-24 15:15:32','2019-07-24 20:15:32','',386,'https://buzz-caribbean.com/app/uploads/2019/07/Booty-Call.gif',0,'attachment','image/gif',0),(424,11,'2019-07-24 15:15:40','2019-07-24 20:15:40','<!-- wp:paragraph -->\n<p>Your best friend convinced you that meeting a man at church or at the workplace is so last century so she hooked you up with a dating app and you started swiping left and right as you scroll through the endless possibilities of man meat. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Suddenly you realise that you\'re even pickier today than you were when you started dating in your late teens but what exactly should be your deal-breakers when seeking a partner?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now everyone has their own pet peeves, likes, dislikes and hang-ups but the following should head the general list of ‘no-no’ when it comes to soulmate selection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Firstly, the <strong>nose picker</strong> has got to go! I do not know what some are digging for but they need to apply to China Harbour Engineering Company (CHEC) for one of those excavation positions. He may sit across from or beside you and then reach over to touch you! Fix it Jesus!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[387]} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Nose-Picker.jpg\" alt=\"\" data-id=\"387\" data-link=\"https://buzz-caribbean.com/?attachment_id=387\" class=\"wp-image-387\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Introducing the <strong>tight pants posse</strong>! If your phone or your ‘package’ is clearly visible through your pants, it is a no love.&nbsp; At the opposite end of the extreme are the ‘<strong>saggy bottom boys’</strong>. There is honestly no worse fashion infraction than a man who allows his underwear — usually discoloured and dingy ones — to show. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":388} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Tight-Jeans-Buzz.jpg\" alt=\"\" class=\"wp-image-388\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you are a bonafide ‘<strong>mamma’s boy’</strong> then you need to stay home with your mamma. She will love you unconditionally and walk behind you to clean up your mess and wash, sort and fold your laundry. No grown, independent woman should ever have to compete with that kind of love and devotion. Cue J-Lo\'s<em> <a href=\"https://www.youtube.com/watch?reload=9&amp;v=Pgmx7z49OEk\">Ain\'t Your Mama</a></em>!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":389} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Mamas-Boy.png\" alt=\"\" class=\"wp-image-389\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <strong>‘phone\nsearcher’</strong> is another ‘no can do’. No listening to old voice notes,\nscrolling through Whatsapp messages scrutinising display pictures. Thou shall\nnot be subjected to that kind of invasion of privacy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":391,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Phone-Searcher.jpg\" alt=\"\" class=\"wp-image-391\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The chronic cheater. </strong>You know the type. The ones that say hate the game, not the player and proceed to explain that every female in his car is his cousin on his father’s side.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":392} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Cheater-1024x1024.jpg\" alt=\"\" class=\"wp-image-392\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The woman beater</strong>. If one more\nmisguided woman say, ‘If he doesn’t hit me he don’t love me’, I will snatch off\nmy wig. Under no circumstances is it okay for his fist to connect with your\neye. If he cannot walk away when he gets angry, then you should walk out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":393} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Woman-Beater.jpg\" alt=\"\" class=\"wp-image-393\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The narcissist</strong>. Yes, he is not a\nsuitable mate either because he is not interested in whatever you have going\non. It is all about his day, activities and feelings. You are just there to be\nhis cheerleader but do not expect the same in return. Indeed why should you\nhave to compete with his mirror?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":396} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Narcissist.jpg\" alt=\"\" class=\"wp-image-396\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Mr 10 pm</strong>. There is a man on the loose formerly known as <em>‘Booty call Bob’</em>. The man who never takes you anywhere except to visit his 10-foot divan bed. You will never meet his family or friends; all the food he feeds you is either delivery or take out and he is never available to accept your calls during the day. It is like you are literally dating a ghost. Be gone, Casper!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":423} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Booty-Call.gif\" alt=\"\" class=\"wp-image-423\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The ‘baby mamma’ seeker</strong>. Lord! If a man ever starts a first (or second or third) date with that line, you need to make like a tree and leave! This individual means you no good, as being lauded for your fertility is not only demeaning but cheapens the whole business of bringing new life into this world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The Neanderthal</strong>. The caveman type\nthat wants you to wash, cook and clean because for him domesticity is woman’s\nwork. Women have long moved from wearing an apron to rocking business suits or\nany professional attire so the man who wants to keep you barefooted and busy\ncleaning is not welcomed through your door.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Having said all of that, you have to be mindful not to pass over a good man with a few flaws. Just because his socks do not match or he needs to lose ten pounds, does not mean he cannot be Mr. Right. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some things you can overlook or make suggestions on how to improve that diamond in the rough. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If his fashion sense is not on point then gently help him transform from corduroy to linen. Sometimes it just takes some patience and a good makeover to take a man from Gully Bop to Idris Elba.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Women, what are some of your deal breakers? </strong></p>\n<!-- /wp:paragraph -->','When man hunting, what are your deal-breakers?','','inherit','closed','closed','','386-revision-v1','','','2019-07-24 15:15:40','2019-07-24 20:15:40','',386,'https://buzz-caribbean.com/article/386-revision-v1/',0,'revision','',0),(425,11,'2019-07-24 15:18:21','2019-07-24 20:18:21','','Cheater-1','','inherit','closed','closed','','cheater-1','','','2019-07-24 15:18:21','2019-07-24 20:18:21','',386,'https://buzz-caribbean.com/app/uploads/2019/07/Cheater-1.jpg',0,'attachment','image/jpeg',0),(426,6,'2019-07-24 15:33:49','2019-07-24 20:33:49','','Montego-Bay-','','inherit','closed','closed','','montego-bay','','','2019-07-24 15:33:49','2019-07-24 20:33:49','',404,'https://buzz-caribbean.com/app/uploads/2019/07/Montego-Bay-.jpg',0,'attachment','image/jpeg',0),(427,11,'2019-07-24 15:35:46','2019-07-24 20:35:46','','Baby-Mama-Seeker','','inherit','closed','closed','','baby-mama-seeker','','','2019-07-24 15:35:46','2019-07-24 20:35:46','',386,'https://buzz-caribbean.com/app/uploads/2019/07/Baby-Mama-Seeker.jpg',0,'attachment','image/jpeg',0),(429,14,'2019-07-24 15:49:39','2019-07-24 20:49:39','<!-- wp:image {\"id\":412} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz2-1024x614.jpg\" alt=\"\" class=\"wp-image-412\" /><figcaption>(from left) Fine art photographers Cheryl Hylton, Dane Hucey and Ulrick Lawrence. (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaicans are slowly gaining a greater appreciation for professional photography, a prospect that could see an explosion in creative spaces for local artists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such group\nencouraged by the rise in interest is ‘<em>The Trio</em>’, which unveiled\nits&nbsp;<strong><em>Combined Perspectives</em></strong>&nbsp;collection for the first time\non Sunday, June 30, during the Kingston Creative Artwalk in downtown.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an interview with&nbsp;<strong><em>Buzz</em></strong>, Trio members and fine art photographers Cheryl Hylton, Dane Hucey and Ulrick Lawrence, noted that Jamaica’s change in attitudes bodes well for younger and more experienced talents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hylton told&nbsp;<strong><em>Buzz&nbsp;</em></strong>that&nbsp;<em>Combined\nPerspectives</em>&nbsp;was an intrinsic display of The Trio’s journey into\nphotography.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":415} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz3-1024x614.jpg\" alt=\"\" class=\"wp-image-415\" /><figcaption>Some of the pieces from \'The Trio\' during its Combined Perspectives visual exhibition at the Kingston Creative Artwalk, downtown. (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We share a passion [for] photography. It’s a passion that has taken us all on individual journeys that have intersected, and we decided to put together an eclectic collection of art that represents each of us,” Hylton told&nbsp;<strong><em>Buzz Lifestyle</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “If you look around, you’re going to find pieces that depict nature, slices of life and there’s digital art, which [is] derived from actual photographs”  </p><cite>Cheryl Hylton</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Trio said their\nexhibition was well received by art lovers, and while the group had initially\njoined the artwalk just for the exposure, the attention they received hints at\nthe start of a change in attitudes towards the profession.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s been a good morning so far, we\'ve gotten a lot of buzz. We actually had an overwhelming response, a lot of people came in and two pieces have already been sold,” Hylton beamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We didn’t really come here with the intention of selling, we came for the exposure and [to promote] awareness and to bring our careers to another level,” Hylton, now a full-time photographer, told&nbsp;<strong><em>Buzz.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":416} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz1-1024x614.jpg\" alt=\"\" class=\"wp-image-416\" /><figcaption>Cheryl Hylton speaks with Buzz reporter Gavin Riley on June 30 (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Members of The Trio,\nall a part of the Jamaica Photography Society, trace their artistic roots to\nchildhood and have been working together as a group for over five years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Combined Perspectives</em></strong><em>&nbsp;</em>was a visual treat for scores of patrons, who feasted their eyes on the powerful photographic display of beauty in the mundane, daily lives of Jamaicans across the island. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Trio\'s collection was also heavily inspired by nature – sprinkled with digital art and some of the country’s lesser-known, hidden gems.</p>\n<!-- /wp:paragraph -->','Finally! \'Trio\' revels in greater Jamaican interest in photography','','inherit','closed','closed','','405-revision-v1','','','2019-07-24 15:49:39','2019-07-24 20:49:39','',405,'https://buzz-caribbean.com/article/405-revision-v1/',0,'revision','',0),(430,6,'2019-07-24 15:50:13','2019-07-24 20:50:13','<!-- wp:paragraph -->\n<p>The allure of downtown Montego Bay has dwindled in the last few years, with the town facing challenges from other areas that were recently developed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":426} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Montego-Bay--1024x614.jpg\" alt=\"\" class=\"wp-image-426\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>With the plethora of shops and other facilities Fairview and Whitter Village have become attractive alternatives to the town and are now flooded with patrons on any given day.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>However it seems that Montego Bay could be on the cusp of a resurgence with the proposed development of the Closed Harbour Beach or Dump Up Beach as it is popularly called by locals. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>Work has now started on the area that is expected to increase the appeal of the town to not only locals but visitors too. Over $500 million is expected to be spent over a two-year period on revamping the 16-acre property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>At the end of the day, the waterfront lands are expected to be transformed into a world-class recreational space with amenities that will be operated as a free - access, licensed, public beach and multipurpose park. The park will feature soft and hard landscaping, a jogging trail, an outdoor amphitheatre, multipurpose courts, a children’s play area, food kiosks, a boardwalk and other amenities. </p>\n<!-- /wp:paragraph -->','Downtown Montego Bay set for a resurgence','','inherit','closed','closed','','404-revision-v1','','','2019-07-24 15:50:13','2019-07-24 20:50:13','',404,'https://buzz-caribbean.com/article/404-revision-v1/',0,'revision','',0),(431,14,'2019-07-24 15:51:11','2019-07-24 20:51:11','<!-- wp:image {\"id\":412} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz2-1024x614.jpg\" alt=\"\" class=\"wp-image-412\" /><figcaption>(from left) Fine art photographers Cheryl Hylton, Dane Hucey and Ulrick Lawrence. (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaicans are slowly gaining a greater appreciation for professional photography, a prospect that could see an explosion in creative spaces for local artists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such group\nencouraged by the rise in interest is ‘<em>The Trio</em>’, which unveiled\nits&nbsp;<strong><em>Combined Perspectives</em></strong>&nbsp;collection for the first time\non Sunday, June 30, during the Kingston Creative Artwalk in downtown.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an interview with&nbsp;<strong><em>Buzz</em></strong>, Trio members and fine art photographers Cheryl Hylton, Dane Hucey and Ulrick Lawrence, noted that Jamaica’s change in attitudes bodes well for younger and more experienced talents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hylton told <strong><em>Buzz </em></strong>that <em><strong>Combined Perspectives</strong></em> was an intrinsic display of The Trio’s journey into photography.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":415} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz3-1024x614.jpg\" alt=\"\" class=\"wp-image-415\" /><figcaption>Some of the pieces from \'The Trio\' during its Combined Perspectives visual exhibition at the Kingston Creative Artwalk, downtown. (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We share a passion [for] photography. It’s a passion that has taken us all on individual journeys that have intersected, and we decided to put together an eclectic collection of art that represents each of us,” Hylton told&nbsp;<strong><em>Buzz Lifestyle</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “If you look around, you’re going to find pieces that depict nature, slices of life and there’s digital art, which [is] derived from actual photographs”  </p><cite>Cheryl Hylton</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Trio said their\nexhibition was well received by art lovers, and while the group had initially\njoined the artwalk just for the exposure, the attention they received hints at\nthe start of a change in attitudes towards the profession.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s been a good morning so far, we\'ve gotten a lot of buzz. We actually had an overwhelming response, a lot of people came in and two pieces have already been sold,” Hylton beamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We didn’t really come here with the intention of selling, we came for the exposure and [to promote] awareness and to bring our careers to another level,” Hylton, now a full-time photographer, told&nbsp;<strong><em>Buzz.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":416} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz1-1024x614.jpg\" alt=\"\" class=\"wp-image-416\" /><figcaption>Cheryl Hylton speaks with Buzz reporter Gavin Riley on June 30 (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Members of The Trio,\nall a part of the Jamaica Photography Society, trace their artistic roots to\nchildhood and have been working together as a group for over five years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Combined Perspectives</em></strong><em>&nbsp;</em>was a visual treat for scores of patrons, who feasted their eyes on the powerful photographic display of beauty in the mundane, daily lives of Jamaicans across the island. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Trio\'s collection was also heavily inspired by nature – sprinkled with digital art and some of the country’s lesser-known, hidden gems.</p>\n<!-- /wp:paragraph -->','Finally! \'Trio\' revels in greater Jamaican interest in photography','','inherit','closed','closed','','405-revision-v1','','','2019-07-24 15:51:11','2019-07-24 20:51:11','',405,'https://buzz-caribbean.com/article/405-revision-v1/',0,'revision','',0),(432,6,'2019-07-24 15:51:33','2019-07-24 20:51:33','<!-- wp:paragraph -->\n<p>The allure of downtown Montego Bay has dwindled in the last few years, with the town facing challenges from other areas that were recently developed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":426} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Montego-Bay--1024x614.jpg\" alt=\"\" class=\"wp-image-426\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>With the plethora of shops and other facilities Fairview and Whitter Village have become attractive alternatives to the town and are now flooded with patrons on any given day.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However it seems that Montego Bay could be on the cusp of a resurgence with the proposed development of the Closed Harbour Beach or Dump Up Beach as it is popularly called by locals. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Work has now started on the area that is expected to increase the appeal of the town to not only locals but visitors too. Over $500 million is expected to be spent over a two-year period on revamping the 16-acre property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the end of the day, the waterfront lands are expected to be transformed into a world-class recreational space with amenities that will be operated as a free - access, licensed, public beach and multipurpose park. The park will feature soft and hard landscaping, a jogging trail, an outdoor amphitheatre, multipurpose courts, a children’s play area, food kiosks, a boardwalk and other amenities. </p>\n<!-- /wp:paragraph -->','Downtown Montego Bay set for a resurgence','','inherit','closed','closed','','404-revision-v1','','','2019-07-24 15:51:33','2019-07-24 20:51:33','',404,'https://buzz-caribbean.com/article/404-revision-v1/',0,'revision','',0),(433,6,'2019-07-24 15:59:41','2019-07-24 20:59:41','<!-- wp:paragraph -->\n<p>The allure of downtown Montego Bay has dwindled in the last few years, with the town facing challenges from other areas that were recently developed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":426} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Montego-Bay--1024x614.jpg\" alt=\"\" class=\"wp-image-426\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>With the plethora of shops and other facilities Fairview and Whitter Village have become attractive alternatives to the town and are now flooded with patrons on any given day.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However it seems that Montego Bay could be on the cusp of a resurgence with the proposed development of the Closed Harbour Beach or Dump Up Beach as it is popularly called by locals. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Work has now started on the area that is expected to increase the appeal of the town to not only locals but visitors too. Over $500 million is expected to be spent over a two-year period on revamping the 16-acre property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the end of the day, the waterfront lands are expected to be transformed into a world-class recreational space with amenities that will be operated as a free - access, licensed, public beach and multipurpose park. The park will feature soft and hard landscaping, a jogging trail, an outdoor amphitheatre, multipurpose courts, a children’s play area, food kiosks, a boardwalk and other amenities. </p>\n<!-- /wp:paragraph -->','Downtown Montego Bay set for a resurgence','','inherit','closed','closed','','404-revision-v1','','','2019-07-24 15:59:41','2019-07-24 20:59:41','',404,'https://buzz-caribbean.com/article/404-revision-v1/',0,'revision','',0),(434,6,'2019-07-24 16:00:37','2019-07-24 21:00:37','<!-- wp:paragraph -->\n<p>The allure of downtown Montego Bay has dwindled in the last few years, with the town facing challenges from other areas that were recently developed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":426} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Montego-Bay--1024x614.jpg\" alt=\"\" class=\"wp-image-426\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>With the plethora of shops and other facilities Fairview and Whitter Village have become attractive alternatives to the town and are now flooded with patrons on any given day.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However it seems that Montego Bay could be on the cusp of a resurgence with the proposed development of the Closed Harbour Beach or Dump Up Beach as it is popularly called by locals. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Work has now started on the area that is expected to increase the appeal of the town to not only locals but visitors too. Over $500 million is expected to be spent over a two-year period on revamping the 16-acre property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the end of the day, the waterfront lands are expected to be transformed into a world-class recreational space with amenities that will be operated as a free - access, licensed, public beach and multipurpose park. The park will feature soft and hard landscaping, a jogging trail, an outdoor amphitheatre, multipurpose courts, a children’s play area, food kiosks, a boardwalk and other amenities. </p>\n<!-- /wp:paragraph -->','Downtown Montego Bay set for a resurgence','','inherit','closed','closed','','404-revision-v1','','','2019-07-24 16:00:37','2019-07-24 21:00:37','',404,'https://buzz-caribbean.com/article/404-revision-v1/',0,'revision','',0),(435,11,'2019-07-24 16:04:01','2019-07-24 21:04:01','','Womans-Place-In-The-Kitchen','','inherit','closed','closed','','womans-place-in-the-kitchen','','','2019-07-24 16:04:01','2019-07-24 21:04:01','',386,'https://buzz-caribbean.com/app/uploads/2019/07/Womans-Place-In-The-Kitchen.png',0,'attachment','image/png',0),(436,11,'2019-07-24 16:05:47','2019-07-24 21:05:47','<!-- wp:paragraph -->\n<p>Your best friend convinced you that meeting a man at church or at the workplace is so last century so she hooked you up with a dating app and you started swiping left and right as you scroll through the endless possibilities of man meat. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Suddenly you realise that you\'re even pickier today than you were when you started dating in your late teens but what exactly should be your deal-breakers when seeking a partner?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now everyone has their own pet peeves, likes, dislikes and hang-ups but the following should head the general list of ‘no-no’ when it comes to soulmate selection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Firstly, the <strong>nose picker</strong> has got to go! I do not know what some are digging for but they need to apply to China Harbour Engineering Company (CHEC) for one of those excavation positions. He may sit across from or beside you and then reach over to touch you! Fix it Jesus!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[387]} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Nose-Picker.jpg\" alt=\"\" data-id=\"387\" data-link=\"https://buzz-caribbean.com/?attachment_id=387\" class=\"wp-image-387\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Introducing the <strong>tight pants posse</strong>! If your phone or your ‘package’ is clearly visible through your pants, it is a no love.&nbsp; At the opposite end of the extreme are the ‘<strong>saggy bottom boys’</strong>. There is honestly no worse fashion infraction than a man who allows his underwear — usually discoloured and dingy ones — to show. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":388} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Tight-Jeans-Buzz.jpg\" alt=\"\" class=\"wp-image-388\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you are a bonafide ‘<strong>mamma’s boy’</strong> then you need to stay home with your mamma. She will love you unconditionally and walk behind you to clean up your mess and wash, sort and fold your laundry. No grown, independent woman should ever have to compete with that kind of love and devotion. Cue J-Lo\'s<em> <a href=\"https://www.youtube.com/watch?reload=9&amp;v=Pgmx7z49OEk\">Ain\'t Your Mama</a></em>!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":389} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Mamas-Boy.png\" alt=\"\" class=\"wp-image-389\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <strong>‘phone\nsearcher’</strong> is another ‘no can do’. No listening to old voice notes,\nscrolling through Whatsapp messages scrutinising display pictures. Thou shall\nnot be subjected to that kind of invasion of privacy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":391,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Phone-Searcher.jpg\" alt=\"\" class=\"wp-image-391\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The chronic cheater. </strong>You know the type. The ones that say hate the game, not the player and proceed to explain that every female in his car is his cousin on his father’s side.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":425,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Cheater-1.jpg\" alt=\"\" class=\"wp-image-425\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The woman beater</strong>. If one more\nmisguided woman say, ‘If he doesn’t hit me he don’t love me’, I will snatch off\nmy wig. Under no circumstances is it okay for his fist to connect with your\neye. If he cannot walk away when he gets angry, then you should walk out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":393} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Woman-Beater.jpg\" alt=\"\" class=\"wp-image-393\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The narcissist</strong>. Yes, he is not a\nsuitable mate either because he is not interested in whatever you have going\non. It is all about his day, activities and feelings. You are just there to be\nhis cheerleader but do not expect the same in return. Indeed why should you\nhave to compete with his mirror?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":396} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Narcissist.jpg\" alt=\"\" class=\"wp-image-396\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Mr 10 pm</strong>. There is a man on the loose formerly known as <em>‘Booty call Bob’</em>. The man who never takes you anywhere except to visit his 10-foot divan bed. You will never meet his family or friends; all the food he feeds you is either delivery or take out and he is never available to accept your calls during the day. It is like you are literally dating a ghost. Be gone, Casper!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":423} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Booty-Call.gif\" alt=\"\" class=\"wp-image-423\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The ‘baby mamma’ seeker</strong>. Lord! If a man ever starts a first (or second or third) date with that line, you need to make like a tree and leave! This individual means you no good, as being lauded for your fertility is not only demeaning but cheapens the whole business of bringing new life into this world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":427,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Baby-Mama-Seeker.jpg\" alt=\"\" class=\"wp-image-427\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The Neanderthal</strong>. The caveman type\nthat wants you to wash, cook and clean because for him domesticity is woman’s\nwork. Women have long moved from wearing an apron to rocking business suits or\nany professional attire so the man who wants to keep you barefooted and busy\ncleaning is not welcomed through your door.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":435,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Womans-Place-In-The-Kitchen.png\" alt=\"\" class=\"wp-image-435\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Having said all of that, you have to be mindful not to pass over a good man with a few flaws. Just because his socks do not match or he needs to lose ten pounds, does not mean he cannot be Mr. Right. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some things you can overlook or make suggestions on how to improve that diamond in the rough. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If his fashion sense is not on point then gently help him transform from corduroy to linen. Sometimes it just takes some patience and a good makeover to take a man from Gully Bop to Idris Elba.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Women, what are some of your deal breakers? </strong></p>\n<!-- /wp:paragraph -->','When man hunting, what are your deal-breakers?','','inherit','closed','closed','','386-revision-v1','','','2019-07-24 16:05:47','2019-07-24 21:05:47','',386,'https://buzz-caribbean.com/article/386-revision-v1/',0,'revision','',0),(437,14,'2019-07-24 16:06:07','2019-07-24 21:06:07','<!-- wp:paragraph -->\n<p>Tourists, artists, enthusiasts, and the general public descended en masse in sections of downtown Kingston on Sunday, June 30, as parts of the shopping district, usually sluggish at that time of day, were teeming with life for Kingston Creative’s Artwalk.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Boasting many seasoned veterans and younger talent, as well as exhibitions in food, wines, fine arts, ceramics, and photography – Sunday’s artwalk catered to the imaginative palette of scores of patrons who turned out to the monthly audio-visual spectacle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\nwas a packed schedule, kicking off as early as 6:00 am, with cyclists gathering\nat Fleet Street for the ‘Ride Across Kingston’ event; followed by a refreshing\n‘Community Yoga’ session along the scenic waterfront.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Art\nlovers were later treated to visual stimulation by ‘The Trio’, which presented\na riveting photography exhibition along Water Lane. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While the eyes were engaged, so too were the ears, as the University of the West Indies’ (UWI) Panoridim Steel Band serenaded the crowds with creative and entertaining renditions of popular soca, dancehall, and afrobeat songs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following\nthe artwalk along Water Lane, towards the National Gallery on Orange Street,\nthe Alpha Boys’ Band feted patrons to a nostalgic afternoon trip down memory\nlane – with Reggae hits across generations, followed by a hotly contested\nposter auction from finalists in the International Reggae Day design\ncompetition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Executive\nDirector of the Kingston Creative Andrea Dempster-Chung told Buzz that the\nartwalk, while still in its infancy, goes a long way in restoring pride in\ndowntown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Kingston\nCreative is a movement; it’s a group of people who believe our capital city\nshould not look like this. We want to create an art district in downtown\n[Kingston] – our very own, Jamaican-owned Wynwood,” she explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We\nstand on the shoulders of those who have been advocating for creativity and\nwaving this flag for a long time but sometimes, it’s not time yet, but we feel\nthe time is really now,” Dempster-Chung added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dempster-Chung,\na co-founder of the artistic renaissance that is Kingston Creative, further\nargued that the global creative industry, worth a staggering US$2.25 trillion,\nis very lucrative and with it, endless possibilities are on the horizon for\ntalented Jamaican artists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dempster-Chung\ntold Buzz she hopes corporate Jamaica gives more attention to the untapped\nopportunities now available through partnership with the local creative\nindustry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s a national conversation and so we really need corporates to come on board. This is about transforming our country. The creative industry is one of the fastest-growing sectors, and it’s what we’re best at,” she asserted, adding, “See what is happening on the harbour: there’s a whole lot of developments going on. We need to make sure that creatives are at the heart of it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“What Kingston Creative is about is making that a reality. You should step into downtown and feel that we are a creative capital and the creatives should be prosperous,” Dempster-Chung told <strong>Buzz</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kingston Creative’s artwalk, held on the last Sunday of each month, has stood as a primary staple in the creative calendar for the last three years.</p>\n<!-- /wp:paragraph -->','Kingston Creative artwalk excites yet again','','inherit','closed','closed','','420-revision-v1','','','2019-07-24 16:06:07','2019-07-24 21:06:07','',420,'https://buzz-caribbean.com/article/420-revision-v1/',0,'revision','',0),(438,11,'2019-07-24 16:07:50','2019-07-24 21:07:50','<!-- wp:paragraph -->\n<p>Your best friend convinced you that meeting a man at church or at the workplace is so last century so she hooked you up with a dating app and you started swiping left and right as you scroll through the endless possibilities of man meat. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Suddenly you realise that you\'re even pickier today than you were when you started dating in your late teens but what exactly should be your deal-breakers when seeking a partner?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now everyone has their own pet peeves, likes, dislikes and hang-ups but the following should head the general list of ‘no-no’ when it comes to soulmate selection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Firstly, the <strong>nose picker</strong> has got to go! I do not know what some are digging for but they need to apply to China Harbour Engineering Company (CHEC) for one of those excavation positions. He may sit across from or beside you and then reach over to touch you! Fix it Jesus!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[387]} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Nose-Picker.jpg\" alt=\"\" data-id=\"387\" data-link=\"https://buzz-caribbean.com/?attachment_id=387\" class=\"wp-image-387\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Introducing the <strong>tight pants posse</strong>! If your phone or your ‘package’ is clearly visible through your pants, it is a no love.&nbsp; At the opposite end of the extreme are the ‘<strong>saggy bottom boys’</strong>. There is honestly no worse fashion infraction than a man who allows his underwear — usually discoloured and dingy ones — to show. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":388} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Tight-Jeans-Buzz.jpg\" alt=\"\" class=\"wp-image-388\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you are a bonafide ‘<strong>mamma’s boy’</strong> then you need to stay home with your mamma. She will love you unconditionally and walk behind you to clean up your mess and wash, sort and fold your laundry. No grown, independent woman should ever have to compete with that kind of love and devotion. Cue J-Lo\'s<em> <a href=\"https://www.youtube.com/watch?reload=9&amp;v=Pgmx7z49OEk\"><strong>Ain\'t Your Mama</strong></a></em>!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":389} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Mamas-Boy.png\" alt=\"\" class=\"wp-image-389\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <strong>‘phone\nsearcher’</strong> is another ‘no can do’. No listening to old voice notes,\nscrolling through Whatsapp messages scrutinising display pictures. Thou shall\nnot be subjected to that kind of invasion of privacy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":391,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Phone-Searcher.jpg\" alt=\"\" class=\"wp-image-391\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The chronic cheater. </strong>You know the type. The ones that say hate the game, not the player and proceed to explain that every female in his car is his cousin on his father’s side.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":425,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Cheater-1.jpg\" alt=\"\" class=\"wp-image-425\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The woman beater</strong>. If one more\nmisguided woman say, ‘If he doesn’t hit me he don’t love me’, I will snatch off\nmy wig. Under no circumstances is it okay for his fist to connect with your\neye. If he cannot walk away when he gets angry, then you should walk out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":393} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Woman-Beater.jpg\" alt=\"\" class=\"wp-image-393\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The narcissist</strong>. Yes, he is not a\nsuitable mate either because he is not interested in whatever you have going\non. It is all about his day, activities and feelings. You are just there to be\nhis cheerleader but do not expect the same in return. Indeed why should you\nhave to compete with his mirror?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":396} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Narcissist.jpg\" alt=\"\" class=\"wp-image-396\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Mr 10 pm</strong>. There is a man on the loose formerly known as <em>‘Booty call Bob’</em>. The man who never takes you anywhere except to visit his 10-foot divan bed. You will never meet his family or friends; all the food he feeds you is either delivery or take out and he is never available to accept your calls during the day. It is like you are literally dating a ghost. Be gone, Casper!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":423} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Booty-Call.gif\" alt=\"\" class=\"wp-image-423\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The ‘baby mamma’ seeker</strong>. Lord! If a man ever starts a first (or second or third) date with that line, you need to make like a tree and leave! This individual means you no good, as being lauded for your fertility is not only demeaning but cheapens the whole business of bringing new life into this world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":427,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Baby-Mama-Seeker.jpg\" alt=\"\" class=\"wp-image-427\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The Neanderthal</strong>. The caveman type\nthat wants you to wash, cook and clean because for him domesticity is woman’s\nwork. Women have long moved from wearing an apron to rocking business suits or\nany professional attire so the man who wants to keep you barefooted and busy\ncleaning is not welcomed through your door.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":435,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Womans-Place-In-The-Kitchen.png\" alt=\"\" class=\"wp-image-435\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Having said all of that, you have to be mindful not to pass over a good man with a few flaws. Just because his socks do not match or he needs to lose ten pounds, does not mean he cannot be Mr. Right. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some things you can overlook or make suggestions on how to improve that diamond in the rough. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If his fashion sense is not on point then gently help him transform from corduroy to linen. Sometimes it just takes some patience and a good makeover to take a man from Gully Bop to Idris Elba.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Women, what are some of your deal breakers? </strong></p>\n<!-- /wp:paragraph -->','When man hunting, what are your deal-breakers?','','inherit','closed','closed','','386-revision-v1','','','2019-07-24 16:07:50','2019-07-24 21:07:50','',386,'https://buzz-caribbean.com/article/386-revision-v1/',0,'revision','',0),(440,14,'2019-07-24 16:18:45','2019-07-24 21:18:45','<!-- wp:image {\"id\":477} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrea-dempster-chung-kingston-creative.jpg\" alt=\"\" class=\"wp-image-477\" /><figcaption>Co-Founder of the Kingston Creative movement Andrea Dempster-Chung (right) addressing the media at the ever-growing artwalk in June (Photo: HautePeople.net)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After years of asking, art lovers and culture enthusiasts in Kingston will finally have something to celebrate come 2020, as an inaugural festival is set to put the downtown business and shopping districts on a dazzling showcase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is according to Executive Director of the Kingston Creative Andrea Dempster-Chung, who in an interview with <strong>BUZZ</strong> on Sunday, June 30, gave us the scoop on what’s to come.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dempster-Chung assured that the creative fanfare artists and citizens have been yearning for will be fed through the inaugural Kingston International Festival.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“[We are] bringing everybody to Kingston to see our culture. Ten days of film, visual art, dance; put on [in] collaboration with Calabash, GATFFEST, JAFTA. We’re doing a showcase collectively and that will all be in downtown Kingston to stimulate the economy,” Dempster-Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Young artists also get more love from the Kingston Creative as Dempster-Chung indicated that a creative hub, as well as incubator and business accelerator programmes are also set to be launched in the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Now\nwe’re at a stage where we really can start making moves. What does the creative\necosystem [in Jamaica] need? What training, development, spaces, loans, venture\ncapital do they need?” Dempster-Chung asked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nKingston Creative will be launching the hub at its headquarters and the\nbirthplace of the movement, F&amp;B Downtown on Harbour Street – with satellite\nstudios for dancers, podcasters and other talents to be set up across the lower\ndistricts of the city.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So there’s a co-working space that\'s going to open right upstairs and then there are other additional spaces that are going to be leased. An up-and-coming creative should be able to get access to everything they need to get their [creative] game from here to here,” she explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There’s also a business accelerator, where a selected cohort of creatives is going to be run through a series of educational and development workshops so that they get the training they need to go global,” Dempster-Chung also told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To\nthis end, by driving entrepreneurship and training activities, Dempster-Chung,\nand the wider Kingston Creative aim for downtown to rightfully become an\nartistic and cultural hub.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong>, Dempster-Chung said as the global creative industry generates an eye-watering US$2.25 trillion every year, the Kingston Creative is making the necessary steps to foster growth and training locally.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We can’t just paint the walls, we can’t just paint the surface, we have to deal with our own creatives; getting them to level up and that’s what Kingston Creative is about,” the Kingston Creative co-founder posited.</p>\n<!-- /wp:paragraph -->','Kingston eyeing its own international arts/culture festival for 2020','','draft','closed','closed','','kingston-eyeing-its-own-international-arts-culture-festival-for-2020','','','2019-08-14 15:51:54','2019-08-14 20:51:54','',0,'https://buzz-caribbean.com/?p=440',0,'post','',0),(441,11,'2019-07-24 16:14:31','2019-07-24 21:14:31','<!-- wp:paragraph -->\n<p>The allure of downtown Montego Bay has dwindled in the last few years, with the town facing challenges from other areas that were recently developed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":426} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Montego-Bay--1024x614.jpg\" alt=\"\" class=\"wp-image-426\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>With the plethora of shops and other facilities Fairview&nbsp;and Whitter Village have become attractive alternatives to the town and are now flooded with patrons on any given day.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However it seems that Montego Bay could be on the cusp of a resurgence with the proposed development of the Closed Harbour Beach or Dump Up Beach as it is popularly called by locals.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Work has now started on the area that is expected to increase the appeal of the town to not only locals but visitors too.&nbsp;Over $500 million is expected to be spent over a two-year period on revamping the 16-acre property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the end of the day, the waterfront lands are expected to be transformed into a world-class recreational space with amenities that will be operated as a free - access, licensed, public beach and multipurpose park. The&nbsp;park will feature soft and hard landscaping, a jogging trail, an outdoor amphitheatre, multipurpose courts, a children’s play area, food kiosks, a boardwalk and other amenities.&nbsp;</p>\n<!-- /wp:paragraph -->','Downtown Montego Bay set for a resurgence','','inherit','closed','closed','','404-revision-v1','','','2019-07-24 16:14:31','2019-07-24 21:14:31','',404,'https://buzz-caribbean.com/article/404-revision-v1/',0,'revision','',0),(442,21,'2019-07-24 16:43:04','2019-07-24 21:43:04','<!-- wp:paragraph -->\n<p>You might think exercise has to be done in the gym, or that you need expensive equipment or special gears or even that you have to sweat a lot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Not true.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Simple things we do at home can be considered exercise, and are enhanced with deliberate actions while doing those&nbsp;things. For example, while brushing your teeth you can do squats to help build your leg muscles. If you aren’t sure how&nbsp;low to go, use your toilet bowl as a guide. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":445} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Brushing-Teeth.jpg\" alt=\"\" class=\"wp-image-445\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Another activity to consider is handwashing. Washing machines may be more&nbsp;popular now; however, it can’t hurt to select a few articles of clothing to wash by hand. This counts as a low impact&nbsp;cardiovascular exercise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":446} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Hand-washing-Clothes-1024x682.jpg\" alt=\"\" class=\"wp-image-446\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Instead of driving to the shop or supermarket, try walking. Take a backpack to put items in, as this will also give you&nbsp;extra weight on the way back home. The benefit of the extra weight is that you’re going to burn more calories while you&nbsp;walk. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":448} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Supermarket-Backpack.jpg\" alt=\"\" class=\"wp-image-448\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While using the stairs, instead of walking up one step at a time, use every other step on the way up. This will&nbsp;increase your heart rate, which will result in more stored calories being burned throughout the day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":449} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Take-Stairs-Two-At-A-Time.jpg\" alt=\"\" class=\"wp-image-449\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At work, you might have to buy lunch from a restaurant down the road. Why not walk? You might even find somewhere&nbsp;to sit and have your meal, taking in some fresh air and relaxing your mind, instead of going back to your desk to sit and&nbsp;even possibly work while you are eating, which isn’t a good thing. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":450} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Walking-While-At-Work-729x1024.jpg\" alt=\"\" class=\"wp-image-450\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Remember that nutrition is 75 per cent of your goal;&nbsp;cardiovascular exercise is 10 per cent; working out with weights is 10 per cent and rest (meaning at least 8 hours of sleep)&nbsp;is 5 per cent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MOB Inc Tip</strong>: Try to get <strong><em>eight hours of sleep</em></strong>, as the body starts to heal during deep sleep which occurs only after <strong><em>6 hours</em></strong>.&nbsp;If your exercises included weights, you’ll need at least<strong><em> 7 hours</em></strong> of sleep.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":451} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Sleeping-1024x576.jpg\" alt=\"\" class=\"wp-image-451\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Exercising is simple but we put boundaries on it. Take away the boundaries and experience fitness in a way only you can&nbsp;enjoy. Once you start thinking of ways to do simple workouts, you’ll find that it can be a lot of fun. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s all about the&nbsp;choices we make and most times the easy way is adding to your cardiovascular disease or inactivity which is also a&nbsp;disease.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>For more tips on how to exercise at home or at the\noffice, contact Master Trainer Nathaniel Cummings of Masters of&nbsp;Bodies Inc\nat (876) 851-7322, or check us out on Facebook and Instagram @mobincja.</strong></p>\n<!-- /wp:paragraph -->','How to exercise on the go','','publish','open','closed','','how-to-exercise-on-the-go','','','2019-08-14 22:06:58','2019-08-15 03:06:58','',0,'https://buzz-caribbean.com/?p=442',0,'post','',0),(443,14,'2019-07-24 16:18:45','2019-07-24 21:18:45','<!-- wp:paragraph -->\n<p>After\nmany years of asking, art lovers and culture enthusiasts in Kingston will\nfinally have something to celebrate come 2020, as an inaugural festival is set\nto put the downtown business and shopping districts on a dazzling showcase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is according to Executive Director of the Kingston Creative Andrea Dempster-Chung, who in an interview with <strong><em>Buzz</em></strong> on Sunday, June 30, gave us the scoop on what’s to come.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dempster-Chung\nassured that the creative fanfare artists and citizens alike have been yearning\nfor will be fed through the inaugural Kingston International Festival.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“[We are] bringing everybody to Kingston to see our culture. Ten days of film, visual art, dance; put on [in] collaboration with Calabash, GATFFEST, JAFTA. We’re doing a showcase collectively and that will all be in downtown Kingston to stimulate the economy,” Dempster-Chung told <strong><em>Buzz</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Young\nartists also get more love from the Kingston Creative as Dempster-Chung added\nthat a creative hub, as well as incubator and business accelerator programmes\nare also set to be launched in the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Now\nwe’re at a stage where we really can start making moves. What does the creative\necosystem [in Jamaica] need? What training, development, spaces, loans, venture\ncapital do they need?” Dempster-Chung asked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nKingston Creative will be launching the hub at its headquarters and the\nbirthplace of the movement, F&amp;B Downtown on Harbour Street – with satellite\nstudios for dancers, podcasters and other talents to be set up across the lower\ndistricts of the city.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So there’s a co-working space that\'s going to open right upstairs and then there are other additional spaces that are going to be leased. An up-and-coming creative should be able to get access to everything they need to get their [creative] game from here to here,” she explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There’s also a business accelerator, where a selected cohort of creatives is going to be run through a series of educational and development workshops so that they get the training they need to go global,” Dempster-Chung also told <strong><em>Buzz</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To\nthis end, by driving entrepreneurship and training activities, Dempster-Chung,\nand the wider Kingston Creative aim for downtown to rightfully become an\nartistic and cultural hub.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>Buzz</strong>, Dempster-Chung said as the global creative industry generates an eye-watering US$2.25 trillion every year, the Kingston Creative is making the necessary steps to foster growth and training locally.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We\ncan’t just paint the walls, we can’t just paint the surface, we have to deal\nwith our own creatives; getting them to level up and that’s what Kingston\nCreative is about,” the Kingston Creative co-founder posited.</p>\n<!-- /wp:paragraph -->','Kingston eyeing its own international arts/culture festival for 2020','','inherit','closed','closed','','440-revision-v1','','','2019-07-24 16:18:45','2019-07-24 21:18:45','',440,'https://buzz-caribbean.com/article/440-revision-v1/',0,'revision','',0),(444,14,'2019-07-24 16:42:16','2019-07-24 21:42:16','<!-- wp:image {\"id\":458} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/chris-gayle-jose-mourinho-photo-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-458\" /><figcaption>Jamaican all-round cricketer Chris Gayle (pictured left) poses with Portuguese football coach José Mourinho (second from right) at an undisclosed location (Photo: Instagram @ChrisGayle333)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It seems Chris Gayle is enjoying life, to say the least. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Just days after a court in Australia rejected an appeal from Fairfax Media, a consortium Gayle had sued and won, he was snapped hanging with football coach Jose Mourinho.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It would seem Gayle is in a good mood after a court ruling\nwhich will see the Jamaican all-rounder receive over JMD $29 million after he\nsued the newspaper for defamation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was alleged that he had exposed himself to a massage\ntherapist, but the courts did not find enough evidence to prove the incident,\nand instead ruled in favour of the talismanic Jamaican batsman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gayle, on July 13 sent Instagram into a frenzy after he posted a cool photo with Mourinho and two others along the side of a helicopter with the caption, \"We out for some fresh air\". </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bz2pcj5lpik/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bz2pcj5lpik/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The apparent pilot of the craft was also in the photo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both men were also pictured leaving the British Grand Prix on July 14 in England, where it seemed they both enjoyed the thrills and sights of racing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gayle, by all accounts, is in full recovery mode as he just\nplayed in his last Cricket World Cup. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The swashbuckling lefthander, however, did not have the sort of tournament many would have expected but still, the Jamaican has left behind an enviable legacy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This photographed encounter is not the first time that Gayle and Mourinho have rubbed shoulders as the pair were captured in 2017 bumping into each other.</p>\n<!-- /wp:paragraph -->','‘Universe Boss’ hangs with Mourinho days after collecting millions','','publish','closed','closed','','universe-boss-hangs-with-mourinho-days-after-collecting-millions','','','2019-08-14 15:51:11','2019-08-14 20:51:11','',0,'https://buzz-caribbean.com/?p=444',0,'post','',0),(445,11,'2019-07-24 16:21:59','2019-07-24 21:21:59','','Brushing-Teeth','','inherit','closed','closed','','brushing-teeth','','','2019-07-24 16:21:59','2019-07-24 21:21:59','',442,'https://buzz-caribbean.com/app/uploads/2019/07/Brushing-Teeth.jpg',0,'attachment','image/jpeg',0),(446,11,'2019-07-24 16:24:29','2019-07-24 21:24:29','','Hand-washing-Clothes','','inherit','closed','closed','','hand-washing-clothes','','','2019-07-24 16:24:29','2019-07-24 21:24:29','',442,'https://buzz-caribbean.com/app/uploads/2019/07/Hand-washing-Clothes.jpg',0,'attachment','image/jpeg',0),(447,11,'2019-07-24 16:26:58','2019-07-24 21:26:58','','Travelling-With-Backpack','','inherit','closed','closed','','travelling-with-backpack','','','2019-07-24 16:26:58','2019-07-24 21:26:58','',442,'https://buzz-caribbean.com/app/uploads/2019/07/Travelling-With-Backpack.jpg',0,'attachment','image/jpeg',0),(448,11,'2019-07-24 16:29:23','2019-07-24 21:29:23','','Supermarket-Backpack','','inherit','closed','closed','','supermarket-backpack','','','2019-07-24 16:29:23','2019-07-24 21:29:23','',442,'https://buzz-caribbean.com/app/uploads/2019/07/Supermarket-Backpack.jpg',0,'attachment','image/jpeg',0),(449,11,'2019-07-24 16:31:45','2019-07-24 21:31:45','','Take-Stairs-Two-At-A-Time','','inherit','closed','closed','','take-stairs-two-at-a-time','','','2019-07-24 16:31:45','2019-07-24 21:31:45','',442,'https://buzz-caribbean.com/app/uploads/2019/07/Take-Stairs-Two-At-A-Time.jpg',0,'attachment','image/jpeg',0),(450,11,'2019-07-24 16:34:57','2019-07-24 21:34:57','','Walking-While-At-Work','SSUCv3H4sIAAAAAAAEAH2STU/DMAyG70j8hynndaRrtqUckeCMBBKHaYc09bZobVw16QBN/e8k/aAZIC5V/Nh6a7/25fZmNiOZMEqS+9nFRy5WRdEYWwurUDtM5wOHXFmslSg89KztMsRYYRsDJpCQQhuL8lQd0aLjyaghscCmzvAjhDlUaJTtis1VogZRGqtKCOnelRVKhKhCna9CYI6NtVB3TXgetCuFhYOb46rh0YNtH8/GxDCNdSnyDFgVQOZBxjSZz7xhCZqMvJ3/I/LQGKXBmLsnpYWWf8pNSv1jN04lDqDl59T2lRnbQCimm3SziCmna/+N2bfkrn+0gSE1FCD6/Q0ahOar9Z5lEKU0hYjJJYt4ypNoQ5eS8b1YZox3kn1r5PTuzC47QwfRs8oBA4OrWkm/RcYW4e2IJldh2RmlKMzPjblzxDIUG9Y92SCx0bb21pDHl9fJVHdb+/HXdKLojyL+bUXubsNrxAnlKeNJzBNOV3zJUjdt+wXI9TKqLwMAAA==','inherit','closed','closed','','walking-while-at-work','','','2019-07-24 16:34:57','2019-07-24 21:34:57','',442,'https://buzz-caribbean.com/app/uploads/2019/07/Walking-While-At-Work.jpg',0,'attachment','image/jpeg',0),(451,11,'2019-07-24 16:36:35','2019-07-24 21:36:35','','Sleeping','','inherit','closed','closed','','sleeping','','','2019-07-24 16:36:35','2019-07-24 21:36:35','',442,'https://buzz-caribbean.com/app/uploads/2019/07/Sleeping.jpg',0,'attachment','image/jpeg',0),(452,14,'2019-07-24 16:42:16','2019-07-24 21:42:16','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It seems Chris Gayle is enjoying life, to say the least. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Just days after a court in Australia rejected an appeal from Fairfax Media, a consortium Gayle had sued and won, he was snapped hanging with football coach Jose Mourinho.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It would seem Gayle is in a good mood after a court ruling\nwhich will see the Jamaican all-rounder receive over JMD $29 million after he\nsued the newspaper for defamation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was alleged that he had exposed himself to a massage\ntherapist, but the courts did not find enough evidence to prove the incident,\nand instead ruled in favour of the talismanic Jamaican batsman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gayle was pictured posing with Mourinho and two others along the side of a helicopter with the caption, \"We out for some fresh air\". </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The apparent pilot of the craft was also in the photo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both men were also pictured leaving the British Grand Prix on July 14 in England, where it seemed they both enjoyed the thrills and sights of racing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gayle, by all accounts, is in full recovery mode as he just\nplayed in his last Cricket World Cup. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The swashbuckling lefthander, however, did not have the sort of tournament many would have expected but still, the Jamaican has left behind an enviable legacy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This photographed encounter is not the first time that Gayle and Mourinho have rubbed shoulders as the pair were captured in 2017 bumping into each other.</p>\n<!-- /wp:paragraph -->','‘Universe Boss’ hangs with Mourinho days after collecting millions','','inherit','closed','closed','','444-revision-v1','','','2019-07-24 16:42:16','2019-07-24 21:42:16','',444,'https://buzz-caribbean.com/article/444-revision-v1/',0,'revision','',0),(453,11,'2019-07-24 16:42:32','2019-07-24 21:42:32','','Exercise On The Go','','inherit','closed','closed','','exercise-on-the-go','','','2019-07-24 16:42:32','2019-07-24 21:42:32','',442,'https://buzz-caribbean.com/app/uploads/2019/07/Exercise-On-The-Go.jpg',0,'attachment','image/jpeg',0),(454,11,'2019-07-24 16:43:04','2019-07-24 21:43:04','<!-- wp:paragraph -->\n<p>You might think exercise has been done in the gym, or that you need expensive equipment, or special gears or even that you have to sweat a lot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Not true.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Simple things we do at home can be considered exercise, and are enhanced with deliberate actions while doing those things. For example, while brushing your teeth you can do squats to help build your leg muscles. If you aren’t sure how low to go, use your toilet bowl as a guide. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":445} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Brushing-Teeth.jpg\" alt=\"\" class=\"wp-image-445\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Another activity to consider is handwashing. Washing machines may be more popular now; however, it can’t hurt to select a few articles of clothing to wash by hand. This counts as a low impact cardiovascular exercise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":446} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Hand-washing-Clothes-1024x682.jpg\" alt=\"\" class=\"wp-image-446\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Instead of driving to the shop or supermarket, try walking. Take a backpack to put items in, as this will also give you extra weight on the way back home. The benefit of the extra weight is that you’re going to burn more calories while you walk. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":448} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Supermarket-Backpack.jpg\" alt=\"\" class=\"wp-image-448\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While using the stairs, instead of walking up one step at a time, use every other step on the way up. This will increase your heart rate, which will result in more stored calories being burned throughout the day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":449} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Take-Stairs-Two-At-A-Time.jpg\" alt=\"\" class=\"wp-image-449\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At work, you might have to buy lunch from a restaurant down\nthe road. Why not walk? You might even find somewhere&nbsp;to sit and have your\nmeal, taking in some fresh air and relaxing your mind, instead of going back to\nyour desk to sit and&nbsp;even possibly work while you are eating, which isn’t\na good thing. Remember that nutrition is 75 per cent of your\ngoal;&nbsp;cardiovascular exercise is 10 per cent; working out with weights is\n10 per cent and rest (meaning at least 8 hours of sleep)&nbsp;is 5 per cent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":450} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Walking-While-At-Work-729x1024.jpg\" alt=\"\" class=\"wp-image-450\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>MOB Inc Tip</strong>: Try to get <strong><em>eight hours of sleep</em></strong>, as the body starts to heal during deep sleep which occurs only after <strong><em>6 hours</em></strong>. If your exercises included weights, you’ll need at least<strong><em> 7 hours</em></strong> of sleep.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":451} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Sleeping-1024x576.jpg\" alt=\"\" class=\"wp-image-451\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Exercising is simple but we put boundaries on it. Take away the boundaries and experience fitness in a way only you can enjoy. Once you start thinking of ways to do simple workouts, you’ll find that it can be a lot of fun. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s all about the choices we make and most times the easy way is adding to your cardiovascular disease or inactivity which is also a disease.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>For more tips on how to exercise at home or at the\noffice, contact Master Trainer Nathaniel Cummings of Masters of&nbsp;Bodies Inc\nat (876) 851-7322, or check us out on Facebook and Instagram @mobincja.</strong></p>\n<!-- /wp:paragraph -->','How To Exercise On The Go','','inherit','closed','closed','','442-revision-v1','','','2019-07-24 16:43:04','2019-07-24 21:43:04','',442,'https://buzz-caribbean.com/article/442-revision-v1/',0,'revision','',0),(456,11,'2019-07-24 17:35:05','2019-07-24 22:35:05','<!-- wp:paragraph -->\n<p>In 2010, the Clarks brand of shoes got such a boost that persons were literally falling over themselves to acquire a pair or two.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This was due to songs done by dancehall superstar Vybz Kartel and Popcaan that drove Jamaicans and others across the world to spend their money on English manufactured kicks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=fQE3mTZ-abQ\\u0026list=RDfQE3mTZ-abQ\\u0026index=1\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=fQE3mTZ-abQ&amp;list=RDfQE3mTZ-abQ&amp;index=1\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> A definite impact from this was the major uptick in the prices of Clarks shoes by store owners and higglers.  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>All seeking to make the most of that opportunity to sell one of the most coveted footwear during that time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Over time Clarks continues to be one of the must-wear shoe brands for a number of Jamaicans and while it has seen competition from the likes of Kickers and others, it continues to hold its own.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More recently the Wallabee and the L stitch have resurged in high demand with dancehall artiste Jahvillani of the Wile Side Government clique dropping his popular track<em> \'Clarks pon foot\'</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[462,463]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Wallabee-1024x516.jpg\" alt=\"\" data-id=\"462\" data-link=\"https://buzz-caribbean.com/?attachment_id=462\" class=\"wp-image-462\" /><figcaption>Clarks Men\'s Wallabee Shoe</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/L-Stitch-Clarks-1.jpg\" alt=\"\" data-id=\"463\" data-link=\"https://buzz-caribbean.com/?attachment_id=463\" class=\"wp-image-463\" /><figcaption>Clarks Originals <strong>Seam Trek Men\'s L Stitch </strong>Shoe </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Since the release of his single, he has gotten the endorsement of the Clarks brand after a post on their social media page called the song the anthem of the summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/tv/BzfkrBSgN6e/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed aligncenter is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/tv/BzfkrBSgN6e/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Since then, persons have been actively tracking the prices of the shoes, with some expecting to see some increases as the shoes again ride a monster wave of popularity in the country that generally loves the shoe brand.&nbsp;</p>\n<!-- /wp:paragraph -->','Clarks shoes back in the limelight','','publish','open','closed','','clarks-shoes-back-in-the-limelight','','','2019-07-29 09:36:57','2019-07-29 14:36:57','',0,'https://buzz-caribbean.com/?p=456',0,'post','',0),(457,11,'2019-07-24 17:08:11','2019-07-24 22:08:11','<!-- wp:paragraph -->\n<p>In 2010, the Clarks brand of shoes got such a boost that persons were literally falling over themselves to acquire a pair or two. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This was due to songs done by dancehall superstar Vybz Kartel and Popcaan that drove Jamaicans and others across the world to spend their money on English manufactured kicks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=fQE3mTZ-abQ\\u0026list=RDfQE3mTZ-abQ\\u0026index=1\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=fQE3mTZ-abQ&amp;list=RDfQE3mTZ-abQ&amp;index=1\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>One of the main side effects or probably bonus out of this was that Clarks got a boost in price with store owners and higglers seeking to make the most of that opportunity to sell one of the most coveted footwear during that time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Over time Clarks continues to be one of the must-wear shoes for a number of Jamaicans and while it has seen competition from the likes of Kickers and others, it continues to hold its own.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, in recent times the Wallabee and the L stitch have become a high demand item of late since dancehall artiste Jahvillani of the Wile Side Government clique dropped his popular track<em> \'Clarks pon foot\'</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/tv/BzfkrBSgN6e/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/tv/BzfkrBSgN6e/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Since the release of his single, he has gotten the endorsement of the Clarks brand after a post on their social media page called the song the anthem of the summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since then persons have become watchful to see how the\nprices of the shoes are playing out and persons expect to see some increases in\nthe price as the shoes again ride a monster wave of popularity in the country\nthat generally loves the shoe brand.&nbsp;</p>\n<!-- /wp:paragraph -->','Clarks shoes back in the limelight','','inherit','closed','closed','','456-revision-v1','','','2019-07-24 17:08:11','2019-07-24 22:08:11','',456,'https://buzz-caribbean.com/article/456-revision-v1/',0,'revision','',0),(458,14,'2019-07-24 17:24:50','2019-07-24 22:24:50','','chris gayle jose mourinho','','inherit','closed','closed','','chris-gayle-jose-mourinho-photo-1','','','2019-08-28 17:35:29','2019-08-28 22:35:29','',444,'https://buzz-caribbean.com/app/uploads/2019/07/chris-gayle-jose-mourinho-photo-1.jpg',0,'attachment','image/jpeg',0),(459,14,'2019-07-24 17:24:57','2019-07-24 22:24:57','<!-- wp:image {\"id\":458} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/chris-gayle-jose-mourinho-photo-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-458\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It seems Chris Gayle is enjoying life, to say the least. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Just days after a court in Australia rejected an appeal from Fairfax Media, a consortium Gayle had sued and won, he was snapped hanging with football coach Jose Mourinho.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It would seem Gayle is in a good mood after a court ruling\nwhich will see the Jamaican all-rounder receive over JMD $29 million after he\nsued the newspaper for defamation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was alleged that he had exposed himself to a massage\ntherapist, but the courts did not find enough evidence to prove the incident,\nand instead ruled in favour of the talismanic Jamaican batsman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gayle was pictured posing with Mourinho and two others along the side of a helicopter with the caption, \"We out for some fresh air\". </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The apparent pilot of the craft was also in the photo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both men were also pictured leaving the British Grand Prix on July 14 in England, where it seemed they both enjoyed the thrills and sights of racing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gayle, by all accounts, is in full recovery mode as he just\nplayed in his last Cricket World Cup. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The swashbuckling lefthander, however, did not have the sort of tournament many would have expected but still, the Jamaican has left behind an enviable legacy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This photographed encounter is not the first time that Gayle and Mourinho have rubbed shoulders as the pair were captured in 2017 bumping into each other.</p>\n<!-- /wp:paragraph -->','‘Universe Boss’ hangs with Mourinho days after collecting millions','','inherit','closed','closed','','444-revision-v1','','','2019-07-24 17:24:57','2019-07-24 22:24:57','',444,'https://buzz-caribbean.com/article/444-revision-v1/',0,'revision','',0),(461,11,'2019-07-24 17:25:48','2019-07-24 22:25:48','','L-Stitch-Clarks','','inherit','closed','closed','','l-stitch-clarks','','','2019-07-24 17:25:48','2019-07-24 22:25:48','',456,'https://buzz-caribbean.com/app/uploads/2019/07/L-Stitch-Clarks.jpg',0,'attachment','image/jpeg',0),(462,11,'2019-07-24 17:25:49','2019-07-24 22:25:49','','Wallabee','Clarks Men\'s Wallabee Shoe','inherit','closed','closed','','wallabee','','','2019-07-24 17:26:53','2019-07-24 22:26:53','',456,'https://buzz-caribbean.com/app/uploads/2019/07/Wallabee.jpg',0,'attachment','image/jpeg',0),(463,11,'2019-07-24 17:27:01','2019-07-24 22:27:01','','L-Stitch-Clarks-1','L Stitch Clarks','inherit','closed','closed','','l-stitch-clarks-1','','','2019-07-24 17:27:17','2019-07-24 22:27:17','',456,'https://buzz-caribbean.com/app/uploads/2019/07/L-Stitch-Clarks-1.jpg',0,'attachment','image/jpeg',0),(465,4,'2019-07-24 19:29:42','2019-07-25 00:29:42','<!-- wp:paragraph -->\n<p><em>Living food</em>. That\'s how Wright Life Eatery describes what they sell at their location at Fairview in Montego Bay, St James.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The restaurant prepares a variety of healthy dishes that don\'t require cooking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":475} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/65876745_2135845069875918_5173827031938367488_n.jpg\" alt=\"\" class=\"wp-image-475\" /><figcaption>The Zucchini wrap with Spinach bread and papaya salad is among the favourites. (Photos: Facebook - Wright Life Food)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This style of preparation is much healthier due to the limited use of oils and other not-so-healthy ingredients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A big selling point for Wright Life is its selection of juices and smoothies, which are made with a touch of innovation such as mixing mango with Tumeric.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":486} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190724-WA0009-1024x495.jpg\" alt=\"\" class=\"wp-image-486\" /><figcaption>Wright Life mixes Tumeric and Mango for a sumptuous treat.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Wright Life has developed a loyal following of persons who always flock to the restaurant for some Living Food.</p>\n<!-- /wp:paragraph -->','Up for some \'living food\'? Check with Wright Life','','publish','closed','closed','','up-for-some-living-food-check-with-wright-life','','','2019-08-14 14:46:11','2019-08-14 19:46:11','',0,'https://buzz-caribbean.com/?p=465',0,'post','',0),(467,11,'2019-07-24 17:34:27','2019-07-24 22:34:27','','Clarks Pon Foot','','inherit','closed','closed','','clarks-pon-foot','','','2019-07-24 17:34:27','2019-07-24 22:34:27','',456,'https://buzz-caribbean.com/app/uploads/2019/07/Clarks-Pon-Foot.jpg',0,'attachment','image/jpeg',0),(468,11,'2019-07-24 17:35:05','2019-07-24 22:35:05','<!-- wp:paragraph -->\n<p>In 2010, the Clarks brand of shoes got such a boost that persons were literally falling over themselves to acquire a pair or two.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This was due to songs done by dancehall superstar Vybz Kartel and Popcaan that drove Jamaicans and others across the world to spend their money on English manufactured kicks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=fQE3mTZ-abQ\\u0026list=RDfQE3mTZ-abQ\\u0026index=1\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=fQE3mTZ-abQ&amp;list=RDfQE3mTZ-abQ&amp;index=1\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>One of the main side effects or probably bonus out of this was that Clarks got a boost in price with store owners and higglers seeking to make the most of that opportunity to sell one of the most coveted footwear during that time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Over time Clarks continues to be one of the must-wear shoes for a number of Jamaicans and while it has seen competition from the likes of Kickers and others, it continues to hold its own</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, in recent times the Wallabee and the L stitch have become a high demand item of late since dancehall artiste Jahvillani of the Wile Side Government clique dropped his popular track<em> \'Clarks pon foot\'</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[462,463]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Wallabee-1024x516.jpg\" alt=\"\" data-id=\"462\" data-link=\"https://buzz-caribbean.com/?attachment_id=462\" class=\"wp-image-462\" /><figcaption>Clarks Men\'s Wallabee Shoe</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/L-Stitch-Clarks-1.jpg\" alt=\"\" data-id=\"463\" data-link=\"https://buzz-caribbean.com/?attachment_id=463\" class=\"wp-image-463\" /><figcaption>Clarks Originals <strong>Seam Trek Men\'s L Stitch </strong>Shoe </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Since the release of his single, he has gotten the endorsement of the Clarks brand after a post on their social media page called the song the anthem of the summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/tv/BzfkrBSgN6e/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed aligncenter is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/tv/BzfkrBSgN6e/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Since then persons have become watchful to see how the\nprices of the shoes are playing out and persons expect to see some increases in\nthe price as the shoes again ride a monster wave of popularity in the country\nthat generally loves the shoe brand.&nbsp;</p>\n<!-- /wp:paragraph -->','Clarks shoes back in the limelight','','inherit','closed','closed','','456-revision-v1','','','2019-07-24 17:35:05','2019-07-24 22:35:05','',456,'https://buzz-caribbean.com/article/456-revision-v1/',0,'revision','',0),(469,14,'2019-07-24 17:36:07','2019-07-24 22:36:07','<!-- wp:image {\"id\":283} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/rihanna-chris-gayle_buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-283\" /><figcaption>(From left) Jamaican all-rounder Chris Gayle and Rihanna during the West Indies\' final group match against Sri Lanka on July 1 at the Riverside Ground in England. (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bajan pop superstar Rihanna turned out to support the West Indies during the International Cricket Council (ICC) 2019 World Cup in England and the men\'s cricket team couldn\'t be happier with her appearance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Windies, who were playing their final group game against Sri Lanka on Monday, July 1, fought valiantly at the Riverside Ground in front of thousands of fans – one of which was the ‘Needed Me’ hitmaker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It’s a pleasure to meet you\"</p><cite> — Chris Gayle to Rihanna</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BzaZkjelpjr/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BzaZkjelpjr/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>After\nthe game, Rihanna went to the locker room, where she was greeted by a beaming\nJamaican star all-rounder Chris Gayle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s a pleasure to meet you,” Gayle said as he hugged the ‘Love On The Brain’ songstress warmly, handing her a signed cricket bat, before stopping to immortalize the moment in photos and videos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A video\nof the encounter has been making the rounds on social media, as fans of both\nstars basked in the contagious buzz surrounding Rihanna’s visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch the video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BzYpjRxgfXP/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BzYpjRxgfXP/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->','Chris Gayle starstruck as Rihanna shows love to Windies Cricket Team','','inherit','closed','closed','','282-revision-v1','','','2019-07-24 17:36:07','2019-07-24 22:36:07','',282,'https://buzz-caribbean.com/article/282-revision-v1/',0,'revision','',0),(471,11,'2019-07-24 17:46:23','2019-07-24 22:46:23','<!-- wp:paragraph -->\n<p>In 2010, the Clarks brand of shoes got such a boost that persons were literally falling over themselves to acquire a pair or two.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This was due to songs done by dancehall superstar Vybz Kartel and Popcaan that drove Jamaicans and others across the world to spend their money on English manufactured kicks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=fQE3mTZ-abQ\\u0026list=RDfQE3mTZ-abQ\\u0026index=1\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=fQE3mTZ-abQ&amp;list=RDfQE3mTZ-abQ&amp;index=1\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> A definite impact from this was the major uptick in the prices of Clarks shoes by store owners and higglers.  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>All seeking to make the most of that opportunity to sell one of the most coveted footwear during that time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Over time Clarks continues to be one of the must-wear shoe brands for a number of Jamaicans and while it has seen competition from the likes of Kickers and others, it continues to hold its own.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More recently the Wallabee and the L stitch have resurged in high demand with dancehall artiste Jahvillani of the Wile Side Government clique dropping his popular track<em> \'Clarks pon foot\'</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[462,463]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Wallabee-1024x516.jpg\" alt=\"\" data-id=\"462\" data-link=\"https://buzz-caribbean.com/?attachment_id=462\" class=\"wp-image-462\" /><figcaption>Clarks Men\'s Wallabee Shoe</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/L-Stitch-Clarks-1.jpg\" alt=\"\" data-id=\"463\" data-link=\"https://buzz-caribbean.com/?attachment_id=463\" class=\"wp-image-463\" /><figcaption>Clarks Originals <strong>Seam Trek Men\'s L Stitch </strong>Shoe </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Since the release of his single, he has gotten the endorsement of the Clarks brand after a post on their social media page called the song the anthem of the summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/tv/BzfkrBSgN6e/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed aligncenter is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/tv/BzfkrBSgN6e/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Since then, persons have been actively tracking the prices of the shoes, with some expecting to see some increases as the shoes again ride a monster wave of popularity in the country that generally loves the shoe brand. </p>\n<!-- /wp:paragraph -->','Clarks shoes back in the limelight','','inherit','closed','closed','','456-revision-v1','','','2019-07-24 17:46:23','2019-07-24 22:46:23','',456,'https://buzz-caribbean.com/article/456-revision-v1/',0,'revision','',0),(473,11,'2019-07-24 17:49:13','2019-07-24 22:49:13','','L-Stitch','','inherit','closed','closed','','l-stitch','','','2019-07-24 17:49:13','2019-07-24 22:49:13','',456,'https://buzz-caribbean.com/app/uploads/2019/07/L-Stitch.jpg',0,'attachment','image/jpeg',0),(474,14,'2019-07-24 17:50:05','2019-07-24 22:50:05','<!-- wp:image {\"id\":458} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/chris-gayle-jose-mourinho-photo-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-458\" /><figcaption>Jamaican all-round cricketer Chris Gayle (pictured left) poses with Portuguese football coach José Mourinho (second from right) at an undisclosed location (Photo contributed, Instagram)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It seems Chris Gayle is enjoying life, to say the least. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Just days after a court in Australia rejected an appeal from Fairfax Media, a consortium Gayle had sued and won, he was snapped hanging with football coach Jose Mourinho.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It would seem Gayle is in a good mood after a court ruling\nwhich will see the Jamaican all-rounder receive over JMD $29 million after he\nsued the newspaper for defamation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was alleged that he had exposed himself to a massage\ntherapist, but the courts did not find enough evidence to prove the incident,\nand instead ruled in favour of the talismanic Jamaican batsman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gayle, on July 13 sent Instagram into a frenzy after he posted a cool photo with Mourinho and two others along the side of a helicopter with the caption, \"We out for some fresh air\". </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bz2pcj5lpik/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bz2pcj5lpik/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The apparent pilot of the craft was also in the photo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both men were also pictured leaving the British Grand Prix on July 14 in England, where it seemed they both enjoyed the thrills and sights of racing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gayle, by all accounts, is in full recovery mode as he just\nplayed in his last Cricket World Cup. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The swashbuckling lefthander, however, did not have the sort of tournament many would have expected but still, the Jamaican has left behind an enviable legacy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This photographed encounter is not the first time that Gayle and Mourinho have rubbed shoulders as the pair were captured in 2017 bumping into each other.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','‘Universe Boss’ hangs with Mourinho days after collecting millions','','inherit','closed','closed','','444-revision-v1','','','2019-07-24 17:50:05','2019-07-24 22:50:05','',444,'https://buzz-caribbean.com/article/444-revision-v1/',0,'revision','',0),(475,4,'2019-07-24 17:51:11','2019-07-24 22:51:11','','65876745 2135845069875918 5173827031938367488 N','','inherit','closed','closed','','65876745_2135845069875918_5173827031938367488_n','','','2019-07-24 17:51:11','2019-07-24 22:51:11','',0,'https://buzz-caribbean.com/app/uploads/2019/07/65876745_2135845069875918_5173827031938367488_n.jpg',0,'attachment','image/jpeg',0),(477,14,'2019-07-24 17:53:59','2019-07-24 22:53:59','','andrea-dempster-chung-kingston-creative','','inherit','closed','closed','','andrea-dempster-chung-kingston-creative','','','2019-07-24 17:53:59','2019-07-24 22:53:59','',440,'https://buzz-caribbean.com/app/uploads/2019/07/andrea-dempster-chung-kingston-creative.jpg',0,'attachment','image/jpeg',0),(478,14,'2019-07-24 17:56:25','2019-07-24 22:56:25','<!-- wp:image {\"id\":477} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrea-dempster-chung-kingston-creative.jpg\" alt=\"\" class=\"wp-image-477\" /><figcaption>Co-Founder of the Kingston Creative movement Andrea Dempster-Chung (right) speaking at the ever-growing artwalk on Sunday, June 30 (Photo, Haute People)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After\nmany years of asking, art lovers and culture enthusiasts in Kingston will\nfinally have something to celebrate come 2020, as an inaugural festival is set\nto put the downtown business and shopping districts on a dazzling showcase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is according to Executive Director of the Kingston Creative Andrea Dempster-Chung, who in an interview with <strong><em>Buzz</em></strong> on Sunday, June 30, gave us the scoop on what’s to come.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dempster-Chung\nassured that the creative fanfare artists and citizens alike have been yearning\nfor will be fed through the inaugural Kingston International Festival.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“[We are] bringing everybody to Kingston to see our culture. Ten days of film, visual art, dance; put on [in] collaboration with Calabash, GATFFEST, JAFTA. We’re doing a showcase collectively and that will all be in downtown Kingston to stimulate the economy,” Dempster-Chung told <strong><em>Buzz</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Young\nartists also get more love from the Kingston Creative as Dempster-Chung added\nthat a creative hub, as well as incubator and business accelerator programmes\nare also set to be launched in the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Now\nwe’re at a stage where we really can start making moves. What does the creative\necosystem [in Jamaica] need? What training, development, spaces, loans, venture\ncapital do they need?” Dempster-Chung asked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nKingston Creative will be launching the hub at its headquarters and the\nbirthplace of the movement, F&amp;B Downtown on Harbour Street – with satellite\nstudios for dancers, podcasters and other talents to be set up across the lower\ndistricts of the city.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So there’s a co-working space that\'s going to open right upstairs and then there are other additional spaces that are going to be leased. An up-and-coming creative should be able to get access to everything they need to get their [creative] game from here to here,” she explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There’s also a business accelerator, where a selected cohort of creatives is going to be run through a series of educational and development workshops so that they get the training they need to go global,” Dempster-Chung also told <strong><em>Buzz</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To\nthis end, by driving entrepreneurship and training activities, Dempster-Chung,\nand the wider Kingston Creative aim for downtown to rightfully become an\nartistic and cultural hub.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>Buzz</strong>, Dempster-Chung said as the global creative industry generates an eye-watering US$2.25 trillion every year, the Kingston Creative is making the necessary steps to foster growth and training locally.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We\ncan’t just paint the walls, we can’t just paint the surface, we have to deal\nwith our own creatives; getting them to level up and that’s what Kingston\nCreative is about,” the Kingston Creative co-founder posited.</p>\n<!-- /wp:paragraph -->','Kingston eyeing its own international arts/culture festival for 2020','','inherit','closed','closed','','440-revision-v1','','','2019-07-24 17:56:25','2019-07-24 22:56:25','',440,'https://buzz-caribbean.com/article/440-revision-v1/',0,'revision','',0),(479,14,'2019-07-24 17:57:07','2019-07-24 22:57:07','','the-trio-kgnartwalk-jun30-buzz4','','inherit','closed','closed','','the-trio-kgnartwalk-jun30-buzz4','','','2019-07-24 17:57:07','2019-07-24 22:57:07','',405,'https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz4.jpg',0,'attachment','image/jpeg',0),(480,14,'2019-07-24 17:57:59','2019-07-24 22:57:59','<!-- wp:image {\"id\":412} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz2-1024x614.jpg\" alt=\"\" class=\"wp-image-412\" /><figcaption>(from left) Fine art photographers Cheryl Hylton, Dane Hucey and Ulrick Lawrence. (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaicans are slowly gaining a greater appreciation for professional photography, a prospect that could see an explosion in creative spaces for local artists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such group\nencouraged by the rise in interest is ‘<em>The Trio</em>’, which unveiled\nits&nbsp;<strong><em>Combined Perspectives</em></strong>&nbsp;collection for the first time\non Sunday, June 30, during the Kingston Creative Artwalk in downtown.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an interview with&nbsp;<strong><em>Buzz</em></strong>, Trio members and fine art photographers Cheryl Hylton, Dane Hucey and Ulrick Lawrence, noted that Jamaica’s change in attitudes bodes well for younger and more experienced talents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hylton told&nbsp;<strong><em>Buzz&nbsp;</em></strong>that&nbsp;<em><strong>Combined Perspectives</strong></em>&nbsp;was an intrinsic display of The Trio’s journey into photography.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":415} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz3-1024x614.jpg\" alt=\"\" class=\"wp-image-415\" /><figcaption>Some of the pieces from \'The Trio\' during its Combined Perspectives visual exhibition at the Kingston Creative Artwalk, downtown. (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We share a passion [for] photography. It’s a passion that has taken us all on individual journeys that have intersected, and we decided to put together an eclectic collection of art that represents each of us,” Hylton told&nbsp;<strong><em>Buzz Lifestyle</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “If you look around, you’re going to find pieces that depict nature, slices of life and there’s digital art, which [is] derived from actual photographs”  </p><cite>Cheryl Hylton</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Trio said their\nexhibition was well received by art lovers, and while the group had initially\njoined the artwalk just for the exposure, the attention they received hints at\nthe start of a change in attitudes towards the profession.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":479} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz4.jpg\" alt=\"\" class=\"wp-image-479\" /><figcaption>More from The Trio\'s Combined Perspectives collection (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It’s been a good morning so far, we\'ve gotten a lot of buzz. We actually had an overwhelming response, a lot of people came in and two pieces have already been sold,” Hylton beamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We didn’t really come here with the intention of selling, we came for the exposure and [to promote] awareness and to bring our careers to another level,” Hylton, now a full-time photographer, told&nbsp;<strong><em>Buzz.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":416} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz1-1024x614.jpg\" alt=\"\" class=\"wp-image-416\" /><figcaption>Cheryl Hylton speaks with Buzz reporter Gavin Riley on June 30 (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Members of The Trio,\nall a part of the Jamaica Photography Society, trace their artistic roots to\nchildhood and have been working together as a group for over five years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Combined Perspectives</em></strong><em>&nbsp;</em>was a visual treat for scores of patrons, who feasted their eyes on the powerful photographic display of beauty in the mundane, daily lives of Jamaicans across the island. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Trio\'s collection was also heavily inspired by nature – sprinkled with digital art and some of the country’s lesser-known, hidden gems.</p>\n<!-- /wp:paragraph -->','Finally! \'Trio\' revels in greater Jamaican interest in photography','','inherit','closed','closed','','405-revision-v1','','','2019-07-24 17:57:59','2019-07-24 22:57:59','',405,'https://buzz-caribbean.com/article/405-revision-v1/',0,'revision','',0),(484,11,'2019-07-24 18:24:22','2019-07-24 23:24:22','<!-- wp:image {\"id\":412} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz2-1024x614.jpg\" alt=\"\" class=\"wp-image-412\" /><figcaption>(from left) Fine art photographers Cheryl Hylton, Dane Hucey and Ulrick Lawrence. (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaicans are slowly gaining a greater appreciation for professional photography, a prospect that could see an explosion in creative spaces for local artists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such group\nencouraged by the rise in interest is ‘<em>The Trio</em>’, which unveiled\nits&nbsp;<strong><em>Combined Perspectives</em></strong>&nbsp;collection for the first time\non Sunday, June 30, during the Kingston Creative Artwalk in downtown.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an interview with&nbsp;<strong><em>Buzz</em></strong>, Trio members and fine art photographers Cheryl Hylton, Dane Hucey and Ulrick Lawrence, noted that Jamaica’s change in attitudes bodes well for younger and more experienced talents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hylton told&nbsp;<strong><em>Buzz&nbsp;</em></strong>that&nbsp;<em><strong>Combined Perspectives</strong></em>&nbsp;was an intrinsic display of The Trio’s journey into photography.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":415} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz3-1024x614.jpg\" alt=\"\" class=\"wp-image-415\" /><figcaption>Some of the pieces from \'The Trio\' during its Combined Perspectives visual exhibition at the Kingston Creative Artwalk, downtown. (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We share a passion [for] photography. It’s a passion that has taken us all on individual journeys that have intersected, and we decided to put together an eclectic collection of art that represents each of us,” Hylton told&nbsp;<strong><em>Buzz Lifestyle</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “If you look around, you’re going to find pieces that depict nature, slices of life and there’s digital art, which [is] derived from actual photographs”  </p><cite>Cheryl Hylton</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Trio said their\nexhibition was well received by art lovers, and while the group had initially\njoined the artwalk just for the exposure, the attention they received hints at\nthe start of a change in attitudes towards the profession.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":479} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz4.jpg\" alt=\"\" class=\"wp-image-479\" /><figcaption>More from The Trio\'s Combined Perspectives collection (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It’s been a good morning so far, we\'ve gotten a lot of buzz. We actually had an overwhelming response, a lot of people came in and two pieces have already been sold,” Hylton beamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We didn’t really come here with the intention of selling, we came for the exposure and [to promote] awareness and to bring our careers to another level,” Hylton, now a full-time photographer, told&nbsp;<strong><em>Buzz.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":416} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz1-1024x614.jpg\" alt=\"\" class=\"wp-image-416\" /><figcaption>Cheryl Hylton speaks with Buzz reporter Gavin Riley on June 30 (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Members of The Trio,\nall a part of the Jamaica Photography Society, trace their artistic roots to\nchildhood and have been working together as a group for over five years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Combined Perspectives</em></strong><em>&nbsp;</em>was a visual treat for scores of patrons, who feasted their eyes on the powerful photographic display of beauty in the mundane, daily lives of Jamaicans across the island. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Trio\'s collection was also heavily inspired by nature – sprinkled with digital art and some of the country’s lesser-known, hidden gems.</p>\n<!-- /wp:paragraph -->','Finally! \'Trio\' revels in greater interest in photography','','inherit','closed','closed','','405-revision-v1','','','2019-07-24 18:24:22','2019-07-24 23:24:22','',405,'https://buzz-caribbean.com/article/405-revision-v1/',0,'revision','',0),(485,4,'2019-07-24 19:11:09','2019-07-25 00:11:09','<!-- wp:paragraph -->\n<p>Living food. That\'s how Wright Life Eatery describes what they sell at their location at Fairview in St James.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The restaurant prepares and sells a variety of healthy dishes that don\'t require cooking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":475} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/65876745_2135845069875918_5173827031938367488_n.jpg\" alt=\"\" class=\"wp-image-475\" /><figcaption>The Zucchini wrap with Spinach bread and papaya salad is among the favourites. (Photo courtesy of Facebook/Wright Life Food)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This style of preparation is much healthier due to the limited use of oils and other not-so-healthy ingredients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A big selling point for Wright\'s Eatery is their selection of juices and smoothies, which are made with a touch of innovation such as mixing mango with Tumeric.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They have developed a loyal following of persons who have suggested that the meals they purchase taste really good and make them feel great.&nbsp;</p>\n<!-- /wp:paragraph -->','Up for some \'living food\'? Check with Wright life.','','inherit','closed','closed','','465-revision-v1','','','2019-07-24 19:11:09','2019-07-25 00:11:09','',465,'https://buzz-caribbean.com/article/465-revision-v1/',0,'revision','',0),(486,4,'2019-07-24 19:11:33','2019-07-25 00:11:33','','IMG 20190724 WA0009','','inherit','closed','closed','','img-20190724-wa0009','','','2019-07-24 19:11:33','2019-07-25 00:11:33','',0,'https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190724-WA0009.jpg',0,'attachment','image/jpeg',0),(487,6,'2019-07-25 12:26:47','2019-07-25 17:26:47','<!-- wp:image {\"id\":519} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PUBG-Mobile-1024-1024x768.jpg\" alt=\"\" class=\"wp-image-519\" /><figcaption>This person plays PUBG on a mobile device</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The popular action, military style, multiplayer game, Player Unknown\'s Battleground or PUBG for short, seems to be the must play game for a lot of mobile gamers in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The online multiplayer battle royale is a key element in the shift that is occurring from puzzles and other forms racing games, to what is being described as \'shooter\' games. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":520} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/pubgloadingscreen-1024x614.jpg\" alt=\"\" class=\"wp-image-520\" /><figcaption>PUBG\'s loading screen</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While Jamaicans tend to spend most of their time on messaging and social media apps, games such as PUBG have been making a major dent in their phone usage time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PUBG can be accessed for free on your mobile device. A paid version also exists, where players can band together or singlehandedly play against others. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The game consists of players being dropped on a remote island, left to scavenge for weapons and resources in an effort to remain the last man standing. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p>PUBG is currently being played by over a 100 million people worldwide.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>With school now out, there is expected to be a large surge in Jamaican gamers using the platform. Already, a number of young people can be found setting up teams online to deal with the challenges associated with the game. PUBG is said to be quite popular with high schoolers and those who attend university. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The game continues to grow in popularity worldwide with recent news suggesting that some players have become addicted. </p>\n<!-- /wp:paragraph -->','Gamers fascinated with PUBG','','publish','closed','closed','','gamers-fascinated-with-pubg','','','2019-07-25 12:26:47','2019-07-25 17:26:47','',0,'https://buzz-caribbean.com/?p=487',0,'post','',0),(488,4,'2019-07-24 19:29:42','2019-07-25 00:29:42','<!-- wp:paragraph -->\n<p>Living food. That\'s how Wright Life Eatery describes what they sell at their location at Fairview in Montego Bay, St James.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The restaurant prepares a variety of healthy dishes that don\'t require cooking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":475} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/65876745_2135845069875918_5173827031938367488_n.jpg\" alt=\"\" class=\"wp-image-475\" /><figcaption>The Zucchini wrap with Spinach bread and papaya salad is among the favourites. (Photo courtesy of Facebook/Wright Life Food)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This style of preparation is much healthier due to the limited use of oils and other not-so-healthy ingredients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A big selling point for Wright Life is its selection of juices and smoothies, which are made with a touch of innovation such as mixing mango with Tumeric.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":486} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190724-WA0009-1024x495.jpg\" alt=\"\" class=\"wp-image-486\" /><figcaption>Wright Life mixes Tumeric and Mango for a sumptuous treat.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They have developed a loyal following of persons who always flock to the restaurant for some Living Food.</p>\n<!-- /wp:paragraph -->','Up for some \'living food\'? Check with Wright Life.','','inherit','closed','closed','','465-revision-v1','','','2019-07-24 19:29:42','2019-07-25 00:29:42','',465,'https://buzz-caribbean.com/article/465-revision-v1/',0,'revision','',0),(489,4,'2019-07-24 19:35:51','2019-07-25 00:35:51','<!-- wp:paragraph -->\n<p>Living food. That\'s how Wright Life Eatery describes what they sell at their location at Fairview in Montego Bay, St James.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The restaurant prepares a variety of healthy dishes that don\'t require cooking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":475} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/65876745_2135845069875918_5173827031938367488_n.jpg\" alt=\"\" class=\"wp-image-475\" /><figcaption>The Zucchini wrap with Spinach bread and papaya salad is among the favourites. (Photo courtesy of Facebook/Wright Life Food)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This style of preparation is much healthier due to the limited use of oils and other not-so-healthy ingredients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A big selling point for Wright Life is its selection of juices and smoothies, which are made with a touch of innovation such as mixing mango with Tumeric.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":486} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190724-WA0009-1024x495.jpg\" alt=\"\" class=\"wp-image-486\" /><figcaption>Wright Life mixes Tumeric and Mango for a sumptuous treat.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Wright Life has developed a loyal following of persons who always flock to the restaurant for some Living Food.</p>\n<!-- /wp:paragraph -->','Up for some \'living food\'? Check with Wright Life.','','inherit','closed','closed','','465-revision-v1','','','2019-07-24 19:35:51','2019-07-25 00:35:51','',465,'https://buzz-caribbean.com/article/465-revision-v1/',0,'revision','',0),(490,4,'2019-07-24 19:50:05','2019-07-25 00:50:05','<!-- wp:paragraph -->\n<p>Jamaica continues to grapple with one of the largest, most-encompassing heatwaves citizens would never usually have to contend with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As climate change takes root across the globe, warmer\ntemperatures, especially in the northern hemisphere, have left many countries unprepared\nin the face of this latest threat to humanity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=Y2XU2uAxYYM\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Y2XU2uAxYYM\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Here in Jamaica, the struggle to adapt in time is critical as the country recorded its highest-ever average temperature on Saturday, June 23. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Met Service, thermometers across the island\nnoted never-before-seen figures of 39.1 degrees Celsius or just around 102 degrees\nFahrenheit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’re active on social media, the hashtag #PlaceHotB\noffers some comic relief to the blistering heat, but it is still important that\nJamaicans take as much precaution to avoid the dizzying heat and stay hydrated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is especially true for the country’s most vulnerable - children,\npregnant women, the homeless and indigent, as well as the elderly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=FS2YaJkkHQY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=FS2YaJkkHQY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The recent temperature increases across Jamaica are indeed\nfrightening, and despite 2018 being the fourth hottest year on record,\ntemperatures are projected to exceed those this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Air-conditioning units, though more widespread across the\ncountry, might still be an exorbitant expense for some families.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you\'re a Jack (or Jill) of all trades, <strong><em>Buzz Lifestyle</em></strong> has presented a few interactive tutorials with some of YouTube\'s most viral do-it-yourself (DIY) projects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Get busy and create that makeshift A/C you so desperately need with your standing fan and very few tools! Stay frosty!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Buzz Hacks: DIY A/C projects for the summer heatwave','','inherit','closed','closed','','332-revision-v1','','','2019-07-24 19:50:05','2019-07-25 00:50:05','',332,'https://buzz-caribbean.com/article/332-revision-v1/',0,'revision','',0),(491,4,'2019-07-25 11:31:25','2019-07-25 16:31:25','<!-- wp:paragraph -->\n<p>If you want to find out exactly where Morgan Heritage in their development then you’ll need the group’s new album,&nbsp;<strong>Loyalty</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The album features star-studded appearances from African superstars like Diamond Platnumz, Stonebwoy and Patoranking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":494} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Morgans-Heritage-2.jpg\" alt=\"\" class=\"wp-image-494\" /><figcaption>Morgan Heritage </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It also features Reggae Rock stars, including Pepper and Iration, Dancehall sensation Popcaan, plus the voice of Emmy Award-winning journalist and broadcaster Jeff Koinange on the album’s intro track.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The album displays the varied fusion of sounds that have influenced each member, including Reggae, Rock, Hip-Hop, Jazz, R&amp;B and Afrobeat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Loyalty</strong>&nbsp;offers 16 diverse songs, produced by Morgan Heritage with co-production from fellow GRAMMY-award winners such as Jerry ‘Wonda’ Duplessis, Jason ‘J-Vibe’ Farmer, Shane Brown and Aston Barrett Jr.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":91} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jerry-wonda.jpg\" alt=\"\" class=\"wp-image-91\" /><figcaption>Jerry ‘Wonda’ Duplessis co-produced Loyalty. (Photo courtesy Facebook/Jerry Wonda </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The album was created across several continents and completed in unorthodox fashion with the three brothers all in different locations. Mojo was in Kenya focusing on the group’s philanthropic efforts, Gramps was travelling the world healing people with the Masaya CBD products created by his wife Dr. Annabelle Manalo, and Peetah in Miami anchoring the production.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Loyalty</strong>&nbsp;is the trio’s 12<sup>th</sup>&nbsp;studio record. It was released on their CTBC Music Group label in partnership with Membran/Empire.</p>\n<!-- /wp:paragraph -->','Morgan Heritage’s new album, Loyalty, says it all','','publish','closed','closed','','morgan-heritages-new-album-loyalty-says-it-all','','','2019-08-14 18:17:21','2019-08-14 23:17:21','',0,'https://buzz-caribbean.com/?p=491',0,'post','',0),(492,4,'2019-07-24 20:45:43','2019-07-25 01:45:43','<!-- wp:paragraph -->\n<p>If you want to find out exactly where Morgan Heritage in their development then you’ll need the group’s new album, <strong>Loyalty</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The album features star-studded appearances from African superstars like Diamond Platnumz, Stonebwoy and Patoranking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It also features Reggae Rock stars, including Pepper and Iration, Dancehall sensation Popcaan, plus the voice of Emmy Award-winning journalist and broadcaster Jeff Koinange on the album’s intro track.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The album displays the varied fusion of sounds that have influenced each member, including Reggae, Rock, Hip-Hop, Jazz, R&amp;B and Afrobeat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Loyalty</strong> offers 16 diverse songs, produced by Morgan Heritage with co-production from fellow GRAMMY-award winners such as Jerry ‘Wonda’ Duplessis, Jason ‘J-Vibe’ Farmer, Shane Brown and Aston Barrett Jr.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The album was created across several continents and completed in unorthodox fashion with the three brothers all in different locations. Mojo was in Kenya focusing on the group’s philanthropic efforts, Gramps was travelling the world healing people with the Masaya CBD products created by his wife Dr. Annabelle Manalo, and Peetah in Miami anchoring the production.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Loyalty</strong> is the trio’s 12<sup>th</sup> studio record. It was released on their CTBC Music Group label in partnership with Membran/Empire.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Caption: Dancehall sensation Popcaan is also featured on the album.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Use photo I sent of Morgan Heritage</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Producer Jerry Wonda&nbsp;</strong>—&nbsp;<strong>Image courtesy of Facebook (Jerry Wonda)</strong></p>\n<!-- /wp:paragraph -->','Morgan Heritage’s new album, Loyalty, says it all','','inherit','closed','closed','','491-revision-v1','','','2019-07-24 20:45:43','2019-07-25 01:45:43','',491,'https://buzz-caribbean.com/article/491-revision-v1/',0,'revision','',0),(494,4,'2019-07-24 20:46:15','2019-07-25 01:46:15','','Morgan\'s Heritage','','inherit','closed','closed','','morgans-heritage-3','','','2019-07-24 20:46:15','2019-07-25 01:46:15','',0,'https://buzz-caribbean.com/app/uploads/2019/07/Morgans-Heritage-2.jpg',0,'attachment','image/jpeg',0),(495,4,'2019-07-24 20:47:57','2019-07-25 01:47:57','<!-- wp:paragraph -->\n<p>If you want to find out exactly where Morgan Heritage in their development then you’ll need the group’s new album,&nbsp;<strong>Loyalty</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The album features star-studded appearances from African superstars like Diamond Platnumz, Stonebwoy and Patoranking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":493} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Morgans-Heritage-1.jpg\" alt=\"\" class=\"wp-image-493\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It also features Reggae Rock stars, including Pepper and Iration, Dancehall sensation Popcaan, plus the voice of Emmy Award-winning journalist and broadcaster Jeff Koinange on the album’s intro track.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The album displays the varied fusion of sounds that have influenced each member, including Reggae, Rock, Hip-Hop, Jazz, R&amp;B and Afrobeat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Loyalty</strong>&nbsp;offers 16 diverse songs, produced by Morgan Heritage with co-production from fellow GRAMMY-award winners such as Jerry ‘Wonda’ Duplessis, Jason ‘J-Vibe’ Farmer, Shane Brown and Aston Barrett Jr.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The album was created across several continents and completed in unorthodox fashion with the three brothers all in different locations. Mojo was in Kenya focusing on the group’s philanthropic efforts, Gramps was travelling the world healing people with the Masaya CBD products created by his wife Dr. Annabelle Manalo, and Peetah in Miami anchoring the production.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Loyalty</strong>&nbsp;is the trio’s 12<sup>th</sup>&nbsp;studio record. It was released on their CTBC Music Group label in partnership with Membran/Empire.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Caption: Dancehall sensation Popcaan is also featured on the album.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Use photo I sent of Morgan Heritage</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Producer Jerry Wonda&nbsp;</strong>—&nbsp;<strong>Image courtesy of Facebook (Jerry Wonda)</strong></p>\n<!-- /wp:paragraph -->','Morgan Heritage’s new album, Loyalty, says it all','','inherit','closed','closed','','491-revision-v1','','','2019-07-24 20:47:57','2019-07-25 01:47:57','',491,'https://buzz-caribbean.com/article/491-revision-v1/',0,'revision','',0),(496,4,'2019-07-24 20:55:07','2019-07-25 01:55:07','<!-- wp:paragraph -->\n<p>If you want to find out exactly where Morgan Heritage in their development then you’ll need the group’s new album,&nbsp;<strong>Loyalty</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The album features star-studded appearances from African superstars like Diamond Platnumz, Stonebwoy and Patoranking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":494} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Morgans-Heritage-2.jpg\" alt=\"\" class=\"wp-image-494\" /><figcaption>Morgan Heritage </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It also features Reggae Rock stars, including Pepper and Iration, Dancehall sensation Popcaan, plus the voice of Emmy Award-winning journalist and broadcaster Jeff Koinange on the album’s intro track.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The album displays the varied fusion of sounds that have influenced each member, including Reggae, Rock, Hip-Hop, Jazz, R&amp;B and Afrobeat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Loyalty</strong>&nbsp;offers 16 diverse songs, produced by Morgan Heritage with co-production from fellow GRAMMY-award winners such as Jerry ‘Wonda’ Duplessis, Jason ‘J-Vibe’ Farmer, Shane Brown and Aston Barrett Jr.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":91} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jerry-wonda.jpg\" alt=\"\" class=\"wp-image-91\" /><figcaption>Jerry ‘Wonda’ Duplessis co-produced Loyalty. (Photo courtesy Facebook/Jerry Wonda </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The album was created across several continents and completed in unorthodox fashion with the three brothers all in different locations. Mojo was in Kenya focusing on the group’s philanthropic efforts, Gramps was travelling the world healing people with the Masaya CBD products created by his wife Dr. Annabelle Manalo, and Peetah in Miami anchoring the production.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Loyalty</strong>&nbsp;is the trio’s 12<sup>th</sup>&nbsp;studio record. It was released on their CTBC Music Group label in partnership with Membran/Empire.</p>\n<!-- /wp:paragraph -->','Morgan Heritage’s new album, Loyalty, says it all','','inherit','closed','closed','','491-revision-v1','','','2019-07-24 20:55:07','2019-07-25 01:55:07','',491,'https://buzz-caribbean.com/article/491-revision-v1/',0,'revision','',0),(499,14,'2019-07-25 08:08:54','2019-07-25 13:08:54','<!-- wp:image {\"id\":477} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrea-dempster-chung-kingston-creative.jpg\" alt=\"\" class=\"wp-image-477\" /><figcaption>Co-Founder of the Kingston Creative movement Andrea Dempster-Chung (right) addressing the media at the ever-growing artwalk on Sunday, June 30 (Photo, <em>HautePeople.net</em>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After years of asking, art lovers and culture enthusiasts in Kingston will finally have something to celebrate come 2020, as an inaugural festival is set to put the downtown business and shopping districts on a dazzling showcase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is according to Executive Director of the Kingston Creative Andrea Dempster-Chung, who in an interview with <strong><em>Buzz</em></strong> on Sunday, June 30, gave us the scoop on what’s to come.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dempster-Chung assured that the creative fanfare artists and citizens have been yearning for will be fed through the inaugural Kingston International Festival.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“[We are] bringing everybody to Kingston to see our culture. Ten days of film, visual art, dance; put on [in] collaboration with Calabash, GATFFEST, JAFTA. We’re doing a showcase collectively and that will all be in downtown Kingston to stimulate the economy,” Dempster-Chung told <strong><em>Buzz</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Young artists also get more love from the Kingston Creative as Dempster-Chung indicated that a creative hub, as well as incubator and business accelerator programmes are also set to be launched in the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Now\nwe’re at a stage where we really can start making moves. What does the creative\necosystem [in Jamaica] need? What training, development, spaces, loans, venture\ncapital do they need?” Dempster-Chung asked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nKingston Creative will be launching the hub at its headquarters and the\nbirthplace of the movement, F&amp;B Downtown on Harbour Street – with satellite\nstudios for dancers, podcasters and other talents to be set up across the lower\ndistricts of the city.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So there’s a co-working space that\'s going to open right upstairs and then there are other additional spaces that are going to be leased. An up-and-coming creative should be able to get access to everything they need to get their [creative] game from here to here,” she explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There’s also a business accelerator, where a selected cohort of creatives is going to be run through a series of educational and development workshops so that they get the training they need to go global,” Dempster-Chung also told <strong><em>Buzz</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To\nthis end, by driving entrepreneurship and training activities, Dempster-Chung,\nand the wider Kingston Creative aim for downtown to rightfully become an\nartistic and cultural hub.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>Buzz</strong>, Dempster-Chung said as the global creative industry generates an eye-watering US$2.25 trillion every year, the Kingston Creative is making the necessary steps to foster growth and training locally.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We can’t just paint the walls, we can’t just paint the surface, we have to deal with our own creatives; getting them to level up and that’s what Kingston Creative is about,” the Kingston Creative co-founder posited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->','Kingston eyeing its own international arts/culture festival for 2020','','inherit','closed','closed','','440-revision-v1','','','2019-07-25 08:08:54','2019-07-25 13:08:54','',440,'https://buzz-caribbean.com/article/440-revision-v1/',0,'revision','',0),(500,14,'2019-08-14 09:01:09','2019-08-14 14:01:09','<!-- wp:image {\"id\":3403} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3403\" /><figcaption>A shrine being taken over by shrubbery at the Calvary Cemetery in Kingston (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Since its establishment in the 17th century, Kingston and its citizens have for many years interred the dead in cemeteries across the city.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cemeteries, from\nthe viewpoint of many, are morbid reminders of death and sadness – the final\nstop in paying respects with one’s hope to never set foot in another.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3406} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-7-1024x683.jpg\" alt=\"\" class=\"wp-image-3406\" /><figcaption>A mausoleum for one of Jamaica\'s founding families, the Issas, at the Calvary Cemetery has seen better days as the facility has been repeatedly vandalised and left without upkeep.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, <strong>BUZZ</strong> is of the unpopular opinion that there is no greater teacher of past experiences than a cemetery. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Luckily for us (and you), sections of Kingston are still perfectly preserved in time, as the dead refuses none who wish to learn.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With over 150 years as the capital of Jamaica, Kingston has seen its fair share of tragedies and disasters; the deaths arising from these, range in the thousands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3402} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/destoryed-rail-in-jamaica-buzz-demo.jpg\" alt=\"\" class=\"wp-image-3402\" /><figcaption>Devastating imagery in the wake of the 1907 earthquake that levelled much of Kingston (Photo: Allen Morrison, National Libray of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The welcoming silence of a cemetery makes the skin of some crawl with fear and uncertainty – fuelled by decades of ‘duppy stories’ – Kingston\'s cemeteries hold some of the world\'s most interesting histories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3408} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-12-1024x576.jpg\" alt=\"\" class=\"wp-image-3408\" /><figcaption>Overgrown bushes take more prominence at Kingston\'s largest cemetery, May Pen (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Old Jewish Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Arguably holding the distinction of being the oldest in the island, and the oldest of its kind in the Western Hemisphere, the Old Jewish cemetery can be found at 1 Hunt’s Bay Road in St. Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3410} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-19-1024x683.jpg\" alt=\"\" class=\"wp-image-3410\" /><figcaption>Reminiscent of its aged history, sections of the Old Jewish Cemetery have been crumbling (Photo: TheDailyBeast.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the latter part of the 17th century, when Port Royal was a bustling metropolis and the commercial hub of the British Caribbean, the thriving  Jewish community dedicated a cemetery for the final rites and rituals of its people to be performed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many of those tombs are still preserved at the Old Jewish Cemetery, bearing inscriptions in three languages: &nbsp;Portuguese, Hebrew, and English.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3412} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-17.jpg\" alt=\"\" class=\"wp-image-3412\" /><figcaption>A tombstone bearing Portuguese and the signature skull and crossbones inscriptions at the Old Jewish Cemetery (Photo: The Jewish Star)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many of the remaining Jewish tombstones either bear ornately chiselled rose and hourglasses, trees being cut down by a hand bearing an axe, or a skull and crossbones. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After the devastating Port Royal earthquake of 1692, Jewish burials continued for a few more years into the 18th century, with the last tomb belonging to Moses Ferro – bearing the date 1771. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Old Naval Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":3457} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-2-1024x576.jpg\" alt=\"\" class=\"wp-image-3457\" /><figcaption>A memorial at the Old Naval Cemetery (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Built on top of what remains from a much older cemetery, the Old Naval Cemetery was put into commission by the British around 1742.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The facility, found just outside of the sleepy town of Port Royal, was constructed in the aftermath of the former city sinking under the sea during the devastating 1692 earthquake.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Victims of the deadly Yellow Fever epidemics that plagued Kingston in the 18th and 19th centuries are also buried at the Old Naval Cemetery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3455} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-6-1024x576.jpg\" alt=\"\" class=\"wp-image-3455\" /><figcaption>The sea has begun reclaiming sections of the Old Naval Cemetery in Port Royal. These grave markers, shown submerged and nearly covered in mangroves, are some of the victims from the 1692 earthquake (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>More recently, efforts to conserve the location\'s rich history have come under threat as the Kingston Harbour reclaims sections of the cemetery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>St. Andrew Parish Church</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The second oldest\ncemetery within Kingston can be found on the grounds of the St. Andrew Parish\nChurch, built in 1664. With over 7,000 burials on the 8 ¼ acres, this cemetery\nis the largest private facility of its kind on the island in continual\nuse.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3426} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-21-1024x768.jpg\" alt=\"\" class=\"wp-image-3426\" /><figcaption>Kingston\'s second-oldest cemetery can be found on the ground of the St. Andrew Parish Chruch (Photo: TravelNotes.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Interred there are\nthe remains of historic figures including Archbishop Enos Nuttall, the first\nArchbishop of the West Indies after whom the Nuttall Hospital in Kingston is\nnamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3428} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-20-1024x768.jpg\" alt=\"\" class=\"wp-image-3428\" /><figcaption>A section of the historic St. Andrew Parish Church cemetery (Photo: TravelNotes.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It stands to this\nday as a popular internment plot for Kingston’s affluent – and is a prized\nfocal point of interest for genealogists, historians, researchers and archaeologists\nwho seek insight into personalities of the past, customs and culture over the\nlast 350 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>May Pen Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Kingston’s most famous (or infamous in equally as many eyes) cemetery, the May Pen Cemetery, can easily be seen from the busy Spanish Town Road thoroughfare that cuts adjacent to the massive property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3440} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-22-1024x456.png\" alt=\"\" class=\"wp-image-3440\" /><figcaption>Entrance to the May Pen Cemetery in Kingston (Photo: Jamaican Ancestral Records) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As one of the oldest public cemeteries in the Caribbean, the May Pen Cemetery is one of the only burial sites where persons of all nationalities, races, religions and faiths are interred.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3458} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-11-1024x576.jpg\" alt=\"\" class=\"wp-image-3458\" /><figcaption>The final resting place of iconic Jamaican cricketer, Oneil \'Collie\' Smith at the May Pen Cemetery in Kingston (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Established on 200 acres of the derelict Littleworth Race Course in 1851, burials began some years afterwards according to ‘Law 21’ of 1874. By then, May Pen Cemetery was the most popular burial site of its kind in the Caribbean – with partitions and special plots called ‘grounds’ reserved for several Christian denominations, Jews, Muslims and others from across Europe (English, Spanish, French, Irish, German and Portuguese) who called Jamaica home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3442} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-10-1024x576.jpg\" alt=\"\" class=\"wp-image-3442\" /><figcaption>A Dutch tombstone in memoriam to Ché van Beaumont, who died in 1937, stands perfectly preserved among the rubble at the May Pen Cemetery (Photo:  Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Importantly, a section was deemed the \'Pauper Ground\', for the burial of the poor and indigent. There was even a section for victims of cholera, which affected Jamaica periodically back then, with the largest outbreak occurring in the early 1850s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the advent of\nKingston’s well-to-do elites leaving the downtown district for the cool hills\nof St. Andrew, the May Pen Cemetery was frowned upon and largely reduced to a\npauper’s plot. So much so was this stigma that by 1905, nearly 76% of all\npersons buried there were classified as ‘poor and indigent’.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3459} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-13-1024x576.jpg\" alt=\"\" class=\"wp-image-3459\" /><figcaption>Iconic Reggae pioneer, Cecil \"Prince Buster\" Campbell is one of many notable Jamaicans buried on May Pen Cemetery\'s massive grounds (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There have been recent attempts to resurrect May Pen Cemetery to its former glory, as records show many influential Jamaicans including pioneering musician and trombonist Don Drummond (<strong>BUZZ</strong> has learned his remains were moved recently).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Calvary Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":3443} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-3443\" /><figcaption>The entrance to Calvary Cemetery (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the other side\nof Kingston, Calvary Cemetery, sprawled along Slipe Pen and Lyndhurst roads\ncame into existence in the late 1800s. Some records obtained show one of the\nfirst burials, Rose Escoffery, taking place in the 1880s. Burials at the quiet\nand scenic Calvary Cemetery are still common today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Brigg\'s Park</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":3446} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-23-1024x397.png\" alt=\"\" class=\"wp-image-3446\" /><figcaption>The entrance to Brigg\'s Park, Jamaica\'s only military cemetery, is restricted (Photo: Jamaican Ancestry Records)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Briggs\' Park, the\nonly military cemetery on the island, has been a part of the Jamaica Defence\nForce\'s (JDF) Up Park Pen (now Up Park Camp) estate since 1900. The JDF also\nhouses a special cemetery at its Newcastle Training Depot since the late 1800s\nfor soldiers and recruits alike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Chinese Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Chinese\nCemetery along Waltham Park Road in Kingston is the largest single burial\nground of its kind in the English-speaking Caribbean for Chinese nationals and\ntheir descendants.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3447} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-15-1024x768.jpg\" alt=\"\" class=\"wp-image-3447\" /><figcaption>The largest single burial ground for Chinese and their descendants is found in Kingston. (Photo: Chinese Benevolent Association)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With burials\nstarting in 1912, to date, over 3,600 persons have been interred at the\n11.5-acre property – managed and maintained by the Chinese Benevolent\nAssociation (CBA).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like many other\ncemeteries in the city, the Chinese Cemetery has endured periods of upkeep and\ndisrepair over the 100+ years it has existed – coming into being after the\ngreat 1907 earthquake that levelled much of Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3449} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-14.jpg\" alt=\"\" class=\"wp-image-3449\" /><figcaption>Daniel Lee, one of thousands of Chinese and Jamaican-Chinese descendants finds his final resting place along Waltham Park Road (Photo: Chinese Benevolent Association)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>National Heroes Park</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Officially designated a botanical garden, National Heroes Park is the last stop in Kingston on our <strong>BUZZ</strong> cemetery tour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3451} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-24-1024x683.jpg\" alt=\"\" class=\"wp-image-3451\" /><figcaption>Attention! The Jamaica Defence Force\'s Guard of Honour stands unwaveringly at the entrance to the National Heroes Park in Kingston (Photo: Uncommon Caribbean)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As the largest open space on the island, the park’s 50 acres also serves as the final resting place for several notable Jamaican figures, including founding fathers Norman Manley and Alexander Bustamante; freedom fighters Marcus Garvey, Paul Bogle, Sam Sharpe, and George William Gordon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3462} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-27-1024x768.jpg\" alt=\"\" class=\"wp-image-3462\" /><figcaption>The tomb of National Hero Norman Manley in Kingston (Photo contributed: Flickr)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Established in 1783, the park, originally a race track called Kingston Race Course – renamed to what stands after Jamaica’s independence in 1962 – is also the last resting place of other past Prime Ministers, athletes, entertainers, poets, sculptors and painters, and even mass fire victims.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3464} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-28-1024x683.jpg\" alt=\"\" class=\"wp-image-3464\" /><figcaption>The final resting place of Jamaica\'s first National Hero, Marcus Garvey (Photo: Atlanta Black Star)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With the exception of Briggs’ Park and the St. Andrew Parish Church, all the above-mentioned cemeteries are open to the public and available for tours.</p>\n<!-- /wp:paragraph -->','Cemeteries: A silent journey through Kingston\'s past','','publish','closed','closed','','cemeteries-a-silent-journey-through-kingstons-past','','','2019-08-15 08:23:18','2019-08-15 13:23:18','',0,'https://buzz-caribbean.com/?p=500',0,'post','',0),(502,14,'2019-07-25 09:01:09','2019-07-25 14:01:09','<!-- wp:paragraph -->\n<p>Since its establishment in the 17th century, Kingston and its citizens have for many years interred the dead in a plethora of cemeteries across the city.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cemeteries, from\nthe viewpoint of many, are morbid reminders of death and sadness – the final\nstop in paying respects with one’s hope to never set foot in another.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Buzz Jamaica disagrees and our unpopular opinion wants to show the world that there is no greater teacher of past experiences than a cemetery. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Luckily for us (and you), sections of Kingston are still perfectly preserved in time as the dead refuses none who wish to learn.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With over 150 years\nas the capital of Jamaica, Kingston has seen its fair share of tragedies and disasters;\nthe deaths arising from these range in the thousands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The welcoming silence of a cemetery makes the skin of some itch with fear and uncertainty – fuelled by decades of ‘duppy stories’ – Kingston\'s cemeteries hold some of the world\'s most interesting histories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Arguably holding\nthe distinction of being the oldest in the island, and the oldest of its kind\nin the Western Hemisphere, the Old Jewish cemetery can be found at 1 Hunt’s Bay\nin Port Royal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Founded in the\nlatter part of the 17th century, when Port Royal was a bustling metropolis and\ncommercial hub the British Caribbean, the Jewish community was thriving and\ndedicated a cemetery for the final rites and rituals to be performed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After the\ndevastating Port Royal earthquake of 1692, Jewish burials continued for a few\nmore years into the 18th century, with the last tomb being done for Moses Ferro\n– bearing the date 1771. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The second oldest\ncemetery within Kingston can be found on the grounds of the St. Andrew Parish\nChurch, built in 1664. With over 7,000 burials on the 8 ¼ acres, this cemetery\nis the largest private facility of its kind on the island in continual\nuse.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interred there are\nthe remains of historic figures including Archbishop Enos Nuttall, the first\nArchbishop of the West Indies after whom the Nuttall Hospital in Kingston is\nnamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It stands to this\nday as a popular internment plot for Kingston’s affluent – and is a prized\nfocal point of interest for genealogists, historians, researchers and archaeologists\nwho seek insight into personalities of the past, customs and culture over the\nlast 350 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kingston’s most\nfamous (or infamous in equally as many eyes) cemetery, May Pen, can easily be\nseen from the busy Spanish Town Road thoroughfare that cuts adjacent to the\nmassive property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As one of the\noldest public cemeteries in the Caribbean, May Pen is one of the only burial\nsites where persons of all nationalities, races, religions and faiths are\ninterred.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Established on 200\nacres of the derelict Littleworth Race Course in 1851, with burials beginning\nsome years afterwards according to ‘Law 21’ of 1874. By then, May Pen Cemetery\nwas the most popular burial site of its kind in the Caribbean – with partitions\nand special plots called ‘grounds’ reserved for several Christian\ndenominations, Jews, Muslims and others from across Europe (English, Spanish,\nFrench, Irish, German and Portuguese) who called Jamaica home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Importantly, a\nsection was the Pauper Ground, for the burial of the poor and indigent. There\nwas even a section for victims of cholera, which affected Jamaica periodically\nback then, the largest outbreak occurring in the early 1850s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the advent of\nKingston’s well-to-do elites leaving the downtown district for the cool hills\nof St. Andrew, the May Pen Cemetery was frowned upon and largely reduced to a\npauper’s plot. So much so was this stigma that by 1905, nearly 76% of all\npersons buried there were classified as ‘poor and indigent’.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There have been\nrecent attempts to resurrect May Pen Cemetery to its former glory, as records\nshow many influential Jamaicans including pioneering musician and trombonist\nDon Drummond being buried there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other side\nof Kingston, Calvary Cemetery, sprawled along Slipe Pen and Lyndhurst roads\ncame into existence in the late 1800s. Some records obtained show one of the\nfirst burials, Rose Escoffery, taking place in the 1880s. Burials at the quiet\nand scenic Calvary Cemetery are still common today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Briggs\' Park, the\nonly military cemetery on the island, has been a part of the Jamaica Defence\nForce\'s (JDF) Up Park Pen (now Up Park Camp) estate since 1900. The JDF also\nhouses a special cemetery at its Newcastle Training Depot since the late 1800s\nfor soldiers and recruits alike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Chinese\nCemetery along Waltham Park Road in Kingston is the largest single burial\nground of its kind in the English-speaking Caribbean for Chinese nationals and\ntheir descendants.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With burials\nstarting in 1912, to date, over 3,600 persons have been interred at the\n11.5-acre property – managed and maintained by the Chinese Benevolent\nAssociation (CBA).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like many other\ncemeteries in the city, the Chinese Cemetery has endured periods of upkeep and\ndisrepair over the 100+ years it has existed – coming into being after the\ngreat 1907 earthquake that levelled much of Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Officially\ndesignated a botanical garden, National Heroes Park is the last stop in\nKingston on our Buzz cemetery tour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the largest open space on the island, the park’s 50 acres also serves as the final resting place for several notable Jamaican figures, including founding fathers Norman Manley and Alexander Bustamante; freedom fighters Marcus Garvey, Paul Bogle, Sam Sharpe, and George William Gordon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Established in 1783, the park, originally a race track called Kingston Race Course – renamed to what stands after Jamaica’s independence in 1962 – is also the last resting place of other past Prime Ministers, athletes, entertainers, poets, sculptors and painters, and even mass fire victims. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the exception of Briggs’ Park and the St. Andrew Parish Church, all the above-mentioned cemeteries are open to the public and available for tours.</p>\n<!-- /wp:paragraph -->','Cemeteries: A silent journey through Kingston\'s past','','inherit','closed','closed','','500-revision-v1','','','2019-07-25 09:01:09','2019-07-25 14:01:09','',500,'https://buzz-caribbean.com/article/500-revision-v1/',0,'revision','',0),(511,14,'2019-07-25 10:28:06','2019-07-25 15:28:06','<!-- wp:paragraph -->\n<p>Heading home from school: a mundane and tasking ordeal as my classmate and I make the mile-long trek. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our walk along Waltham Park Road usually takes us past a few amango trees and we make good use of the sweet, blissful nectars. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Gavin, mek wi go tru di cemetery nuh?! De aaman tree supposed to full and ripe by now,” my friend Patrick* remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Mi nuh like walk deh enuh, and Mama seh wi nuffi walk tru deh again, yuh waan mi get lick brejin?” I retorted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A fraid yuh fraid! Look how much time we play football in deh and play marble? mi wah aaman before mi gwope,” he whipped, asking, “Yuh nuh waan ketch Dragon Ball Z before it start?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3695} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/buzz-memories-1-1024x829.jpg\" alt=\"\" class=\"wp-image-3695\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Being the second half of our mischievous rag-tag duo, I couldn’t possibly say no; Patrick was not my only friend, but we were closer than the actual brothers I was forced to live with. So yes, into the Chinese cemetery we went.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the time, there was an opening in the perimeter wall that surrounded the massive property – cutting our walk time in half, we had been there many times and easily wormed our way through the crack.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Skipping over a few graves and running in between the tombstones, one could say the cemetery was a favourite for children, despite repeated warnings from adults.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>‘Cursed’ and ‘haunted’ were some of the words used to describe the cemetery, nonetheless, many kids flocked its grounds day and night, doing and playing everything imaginable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This time was different for me and Patrick, we’ve never been here after the end of the evening shift at primary school – the sunset was quite advanced, and darkness crept slowly across the Kingston sky.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The almond tree was in sight and so Patrick and I grabbed some stones and threw them without abandon, trying to wrest the branches of a few fruits. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3693} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/buzz-memories-2-1024x807.jpg\" alt=\"\" class=\"wp-image-3693\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They weren’t something I particularly enjoyed but Patrick seemed to be enraptured.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was as we sat in the near-darkness, munching greedily away before going home, at that moment, in the silence, we heard the sounds. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The uncanny recognition of footsteps was not a great cause for concern, however, my friend and I saw no one – just the sounds that gave the position away.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Yow! A wah kinda ramping unno a deal wid. A night enuh! Unno naave nuh yaad?” Patrick shouted out into the night, the anxiety setting deep in his bones.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It became increasingly harder to concentrate as the footsteps encroached ever so slowly, closer to us and the mound of almond shells nearby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Me ah guh home enuh Patrick, dis nuh feel right,” I beckoned, trying to break my best friend’s incessant questioning of the darkness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3696} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/buzz-memories-3-1024x762.jpg\" alt=\"\" class=\"wp-image-3696\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Patrick pulled out a pencil from his bag, so did I and we sharpened them with the intent to inflict pain on anyone that dared come any closer – and closer they did.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At this point, there were only three sounds – mine and Oneil’s ragged breathing, and the menacing rhythm of approaching footsteps – the fear paralysing us; keeping us frozen in place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s when two dots appeared, unassuming and harmless at first, until they grew, revealing reddish eyes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then, to our collective horror, two arms appeared, trying to embrace us in a cold, deathly hug and we lost any sense of remaining composure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Us two boys ran like our lives depended on it, beyond terrified, screaming all the whole way home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3697} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/buzz-memories-4-1024x853.jpg\" alt=\"\" class=\"wp-image-3697\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The trauma etched on our faces was concerning, but no matter how hard our families pressed for answers, we never spoke.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The next day, at school, Patrick and I sat silent during lunchtime – at a loss at what transpired the night before.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Mi nah go back in deh,” he started, and it was the first time I ever heard Patrick’s voice shake. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I never told him that I made the mistake of looking back as we fled – convincing myself that I was just checking that we weren’t been chased by whatever it was.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was a woman, or at least that’s how my mind processed what I had seen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Its skin so pale, eyes bloodshot red, that growling sound it made as we ran. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But it was the scream as it faded away, disappearing into the darkness – the sight forever haunts me…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you have any horror tales of your own? Tell us at <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','Unassuming walk turns into night of terror','','publish','open','closed','','unassuming-walk-turns-into-night-of-terror','','','2019-08-15 13:23:21','2019-08-15 18:23:21','',0,'https://buzz-caribbean.com/?p=511',0,'post','',0),(512,14,'2019-07-25 10:28:06','2019-07-25 15:28:06','<!-- wp:paragraph -->\n<p><strong><em>Heading home from school: a mundane and\ntasking ordeal as my classmate and I make the mile-long trek. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Our walk along Waltham Park Road usually\ntakes us past a few mango trees and we make good use of the sweet, blissful\nnectars.&nbsp;</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“Gavin, mek wi go tru\ndi cemetery nuh?! De aaman tree supposed to full and ripe by now,” my friend\nOneil remarked.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“Mi nuh like walk deh\nenuh, and Mama seh wi nuffi walk tru deh again, yuh waan mi get lick brejin?” I\nretorted.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“A fraid yuh fraid,\nlook how much time we play football in deh and play marble, mi waan aaman\nbefore mi gwope,” he whipped, asking, “Yuh nuh waan ketch Dragon Ball Z before\nit start?”</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Being the second half\nof our mischievous rag-tag duo, I couldn’t possibly say no; Oneil was not my only\nfriend, but we were closer than the actual brothers I was forced to live with.\nSo yes, into the Chinese cemetery we went.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>At the time, there was\nan opening in the perimeter wall that surrounded the massive property – cutting\nour walk time in half, we had been there many times and easily wormed our way\nthrough the crack.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Skipping over a few\ngraves and running in between the tombstones, one could say the cemetery was a\nfavourite for children, despite repeated warnings from adults.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>‘Cursed’ and ‘haunted’ were some of the words used to describe the cemetery, nonetheless, many kids flocked its grounds day and night, doing and playing everything imaginable.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>This time was\ndifferent for me and Oneil, we’ve never been here after the end of the evening\nshift at primary school – the sunset was quite advanced, and darkness crept\nslowly across the Kingston sky.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>The almond tree was in\nsight and so Oneil and I grabbed some stones and threw them without abandon,\ntrying to wrest the branches of a few fruits. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>They weren’t something\nI particularly enjoyed but Oneil seemed to be enraptured.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>It was as we sat in\nthe near-darkness, munching greedily away before going home, at that moment, in\nthe silence, we heard the sounds.&nbsp;</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>The uncanny recognition of footsteps was not a great cause for concern, however, my friend and I saw no one – just the sounds that gave the position away.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“Yow! A wah kinda\nramping unno a deal wid. A night enuh! Unno naave nuh yaad?” Oneil shouted out\ninto the night, the anxiety setting deep in his bones.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>It became increasingly\nharder to concentrate as the footsteps encroached ever so slowly, closer to us\nand the mound of almond shells nearby.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“Me ah guh home enuh Oneil, dis nuh feel right,” I beckoned, trying to break my best friend’s incessant questioning of the darkness.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Oneil pulled out a\npencil from his bag, so did I and we sharpened them with the intent to inflict\npain on anyone that dared come any closer – and closer they did.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>At this point, there\nwere only three sounds – mine and Oneil’s ragged breathing, and the menacing\nrhythm of approaching footsteps – the fear paralysing us; keeping us frozen in\nplace.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>That’s when two dots\nappeared, unassuming and harmless at first, until they grew, revealing reddish\neyes.&nbsp;</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Then, to our collective\nhorror, two arms appeared, trying to embrace us in a cold, deathly hug and we\nlost any sense of remaining composure.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Us two boys ran like\nour lives depended on it, beyond terrified, screaming all the whole way home.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>The trauma etched on\nour faces was concerning, but no matter how hard our families pressed for\nanswers, we never spoke.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>That day at school,\nOneil and I sat silent during lunchtime – at a loss at what transpired the\nnight before.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“Mi nah go back in\ndeh,” he started, and it was the first time I ever heard Oneil’s voice\nshake.&nbsp;</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>I never told him that\nI made the mistake of looking back as we fled – convincing myself that I was\njust checking that we weren’t been chased by whatever it was.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>It was a woman, or at\nleast that’s how my mind processed what I had seen.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Its skin so pale, eyes\nbloodshot red, that growling sound it made as we ran. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>But it was the scream\nas it faded away, disappearing into the darkness – the sight forever haunts me…</em></strong></p>\n<!-- /wp:paragraph -->','Unassuming walk turns into night of terror','','inherit','closed','closed','','511-revision-v1','','','2019-07-25 10:28:06','2019-07-25 15:28:06','',511,'https://buzz-caribbean.com/article/511-revision-v1/',0,'revision','',0),(513,21,'2019-07-25 14:58:56','2019-07-25 19:58:56','<!-- wp:paragraph -->\n<p>Now here is one universal, irrefutable truth that men generally do not like to hear ... while you refer to us as the ‘weaker sex’, you all cannot handle pain very well. From a simple toothache or gas pain to a complicated hernia, men act as if the world is ending and want to be pampered at the first hint of pain. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3784} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/LEBRON-crying-1024x576.jpg\" alt=\"\" class=\"wp-image-3784\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So if men are so defenceless and helpless over slight discomfort and minimal pain, how would they act if they had to handle pregnancy, labour and delivery? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not only would the world come to a screeching halt, as reproduction as we know it would cease to exist, but more importantly the world’s population would become extinct in short order.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":536} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Extinction-Buzz.jpg\" alt=\"\" class=\"wp-image-536\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>When that water breaks and contractions start, it would be next level world war three crisis up in that delivery room!  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Instead of Lamaze and breathing techniques, it would probably be frantic screams and frustrated yells by bloated men with distended stomachs running around like chickens with their heads cut off!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":543} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Lamaze-Method-Of-Childbirth-Buzz.jpg\" alt=\"\" class=\"wp-image-543\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The initial challenge for them would be the early stages or first trimester when morning sickness is part of the package for some. Can you fathom men dealing with nausea and vomiting that can actually last well past the morning hours? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":537} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Men-Morning-Sickness-Buzz.jpg\" alt=\"\" class=\"wp-image-537\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Them having to give up a juicy steak and chewing on saltine crackers because red meat and fish make them nauseous? They would go crazy when they figure out that curried goat and barbecue Chicken would not be on the menu for a while.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next, they would have to deal with being moody. Many of them are already temperamental, so with a baby in the oven, their mood swings would be amplified times ten. The swearing, yelling and temper tantrums would probably be so bad that their partners would probably put them in timeout like a two-year-old! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":544} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Mood-Swings-For-Men-1024x1024.jpg\" alt=\"\" class=\"wp-image-544\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Then for good measure, spice things up with swollen feet and a huge belly that makes them waddle around like a duck and makes sitting, sleeping and lotioning feet the most awkward thing ever. It may be funny to onlookers but when you are the ‘waddler’ in question, there is nothing amusing about having a protruding body part that knocks stuff over as if it has a mind of its own.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://giphy.com/gifs/running-W6K8MnLAy9W24\",\"type\":\"photo\",\"providerNameSlug\":\"giphy\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-photo is-provider-giphy\"><div class=\"wp-block-embed__wrapper\">\nhttps://giphy.com/gifs/running-W6K8MnLAy9W24\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Now let us discuss the discovery of stretch marks! This is when they get to share in having the battle scars of childbirth. Can you imagine those tiny lines cross-crossing across those beer and Buddha bellies? Wouldn’t that be a sight for sore eyes?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And finally the coup d\'état...childbirth itself! We welcome them to the world of hours-long, intense pain, wherein even your eyesight is compromised. They would climb walls, bite bed railings and curse the gods of sex and 2-minute orgasms during the process. An epidural may be their only saving grace but the real big question is ...where is that 9-pound infant going to pop out from?!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Men-Childbirth-Buzz.jpg\" alt=\"\" class=\"wp-image-541\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Guys, understand that while you may be able to bench-press 300 pounds, change a tyre, fix a leaking pipe and kill a croaking lizard, women handle emotions, suffering and pain a lot better and we usually accomplish it without excessive whining.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>— Story written by C.W.</em><br></p>\n<!-- /wp:paragraph -->','If men could have babies...','','publish','open','closed','','if-men-could-have-babies','','','2019-08-17 10:50:29','2019-08-17 15:50:29','',0,'https://buzz-caribbean.com/?p=513',0,'post','',0),(514,14,'2019-07-25 11:39:39','2019-07-25 16:39:39','<!-- wp:paragraph -->\n<p>Since its establishment in the 17th century, Kingston and its citizens have for many years interred the dead in a plethora of cemeteries across the city.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cemeteries, from\nthe viewpoint of many, are morbid reminders of death and sadness – the final\nstop in paying respects with one’s hope to never set foot in another.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Buzz Jamaica disagrees and our unpopular opinion wants to show the world that there is no greater teacher of past experiences than a cemetery. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Luckily for us (and you), sections of Kingston are still perfectly preserved in time as the dead refuses none who wish to learn.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With over 150 years\nas the capital of Jamaica, Kingston has seen its fair share of tragedies and disasters;\nthe deaths arising from these range in the thousands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The welcoming silence of a cemetery makes the skin of some itch with fear and uncertainty – fuelled by decades of ‘duppy stories’ – Kingston\'s cemeteries hold some of the world\'s most interesting histories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Arguably holding the distinction of being the oldest in the island, and the oldest of its kind in the Western Hemisphere, the Old Jewish cemetery can be found at 1 Hunt’s Bay in St. Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Founded in the latter part of the 17th century, when Port Royal was a bustling metropolis and commercial hub the British Caribbean, the Jewish community was thriving and dedicated a cemetery for the final rites and rituals to be performed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many of the tombs have still preserved at the OId Jewish Cemetery have inscriptions in three languages:  Portuguese, Hebrew, and English.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many of the Jewish tombstones either bear ornately chiselled rose and hourglasses, trees being cut down by a hand bearing an axe, or a skull and crossbones. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After the\ndevastating Port Royal earthquake of 1692, Jewish burials continued for a few\nmore years into the 18th century, with the last tomb being done for Moses Ferro\n– bearing the date 1771. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The second oldest\ncemetery within Kingston can be found on the grounds of the St. Andrew Parish\nChurch, built in 1664. With over 7,000 burials on the 8 ¼ acres, this cemetery\nis the largest private facility of its kind on the island in continual\nuse.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interred there are\nthe remains of historic figures including Archbishop Enos Nuttall, the first\nArchbishop of the West Indies after whom the Nuttall Hospital in Kingston is\nnamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It stands to this\nday as a popular internment plot for Kingston’s affluent – and is a prized\nfocal point of interest for genealogists, historians, researchers and archaeologists\nwho seek insight into personalities of the past, customs and culture over the\nlast 350 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kingston’s most\nfamous (or infamous in equally as many eyes) cemetery, May Pen, can easily be\nseen from the busy Spanish Town Road thoroughfare that cuts adjacent to the\nmassive property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As one of the\noldest public cemeteries in the Caribbean, May Pen is one of the only burial\nsites where persons of all nationalities, races, religions and faiths are\ninterred.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Established on 200\nacres of the derelict Littleworth Race Course in 1851, with burials beginning\nsome years afterwards according to ‘Law 21’ of 1874. By then, May Pen Cemetery\nwas the most popular burial site of its kind in the Caribbean – with partitions\nand special plots called ‘grounds’ reserved for several Christian\ndenominations, Jews, Muslims and others from across Europe (English, Spanish,\nFrench, Irish, German and Portuguese) who called Jamaica home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Importantly, a\nsection was the Pauper Ground, for the burial of the poor and indigent. There\nwas even a section for victims of cholera, which affected Jamaica periodically\nback then, the largest outbreak occurring in the early 1850s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the advent of\nKingston’s well-to-do elites leaving the downtown district for the cool hills\nof St. Andrew, the May Pen Cemetery was frowned upon and largely reduced to a\npauper’s plot. So much so was this stigma that by 1905, nearly 76% of all\npersons buried there were classified as ‘poor and indigent’.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There have been\nrecent attempts to resurrect May Pen Cemetery to its former glory, as records\nshow many influential Jamaicans including pioneering musician and trombonist\nDon Drummond being buried there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other side\nof Kingston, Calvary Cemetery, sprawled along Slipe Pen and Lyndhurst roads\ncame into existence in the late 1800s. Some records obtained show one of the\nfirst burials, Rose Escoffery, taking place in the 1880s. Burials at the quiet\nand scenic Calvary Cemetery are still common today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Briggs\' Park, the\nonly military cemetery on the island, has been a part of the Jamaica Defence\nForce\'s (JDF) Up Park Pen (now Up Park Camp) estate since 1900. The JDF also\nhouses a special cemetery at its Newcastle Training Depot since the late 1800s\nfor soldiers and recruits alike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Chinese\nCemetery along Waltham Park Road in Kingston is the largest single burial\nground of its kind in the English-speaking Caribbean for Chinese nationals and\ntheir descendants.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With burials\nstarting in 1912, to date, over 3,600 persons have been interred at the\n11.5-acre property – managed and maintained by the Chinese Benevolent\nAssociation (CBA).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like many other\ncemeteries in the city, the Chinese Cemetery has endured periods of upkeep and\ndisrepair over the 100+ years it has existed – coming into being after the\ngreat 1907 earthquake that levelled much of Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Officially\ndesignated a botanical garden, National Heroes Park is the last stop in\nKingston on our Buzz cemetery tour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the largest open space on the island, the park’s 50 acres also serves as the final resting place for several notable Jamaican figures, including founding fathers Norman Manley and Alexander Bustamante; freedom fighters Marcus Garvey, Paul Bogle, Sam Sharpe, and George William Gordon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Established in 1783, the park, originally a race track called Kingston Race Course – renamed to what stands after Jamaica’s independence in 1962 – is also the last resting place of other past Prime Ministers, athletes, entertainers, poets, sculptors and painters, and even mass fire victims.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the exception of Briggs’ Park and the St. Andrew Parish Church, all the above-mentioned cemeteries are open to the public and available for tours.</p>\n<!-- /wp:paragraph -->','Cemeteries: A silent journey through Kingston\'s past','','inherit','closed','closed','','500-revision-v1','','','2019-07-25 11:39:39','2019-07-25 16:39:39','',500,'https://buzz-caribbean.com/article/500-revision-v1/',0,'revision','',0),(516,23,'2019-07-25 13:17:33','2019-07-25 18:17:33','<!-- wp:paragraph -->\n<p>The Oak Wine Bar and Cocktail Lounge recently\nlaunched its new lunch menu and are inviting food lovers to come dig into their\ndelicious meals. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1461} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Oxtail-Oak-Wine-Bar.jpg\" alt=\"\" class=\"wp-image-1461\" /><figcaption>Oxtail dish at Oak Wine Bar &amp; Cocktail Lounge in Kingston, Jamaica<br><em>(Source: Oak Wine Bar &amp; Cocktail Lounge - Instagram)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Proprietor Lisa Chin, who also owns Fromage and Café Dolche, is\nexploring new ways in which to cater to patrons by providing a healthy and\naffordable lunch menu. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the moment, the lunch menu starts off light and easy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1475} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fried-Chicken-Oak-Wine-Bar-Lounge.jpg\" alt=\"\" class=\"wp-image-1475\" /><figcaption> Classic Jamaican fried chicken with rice and peas at Oak Wine Bar &amp; Lounge <br><em>(Source: Oak Wine Bar &amp; Cocktail Lounge - Instagram)</em> </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They range across three scrumptious Jamaican dishes: Fried Chicken, Curried\nGoat and Oxtail, served with white rice and rice and peas with raw vegetables.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1464} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Curry-Goat-Display-Pic-Oak-Wine-Bar.jpg\" alt=\"\" class=\"wp-image-1464\" /><figcaption>Succulent curried goat dish at Oak Wine Bar &amp; Lounge <br><em>(Source: Oak Wine Bar &amp; Cocktail Lounge - Instagram)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The welcoming environment is indeed one to enjoy and look forward to. This\ncapped by quality customer service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lunch is served on Saturdays between the hours of 11 am and 4 pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em><strong>—Story written by Andre Cooper </strong></em></p>\n<!-- /wp:paragraph -->','Oak Wine Bar and Cocktail Lounge launches new lunch menu','','publish','closed','closed','','oak-wine-bar-and-cocktail-lounge-launches-new-lunch-menu','','','2019-08-15 20:24:39','2019-08-16 01:24:39','',0,'https://buzz-caribbean.com/?p=516',0,'post','',0),(518,6,'2019-07-25 12:06:32','2019-07-25 17:06:32','<!-- wp:paragraph -->\n<p>Since its establishment in the 17th century, Kingston and its citizens have for many years interred the dead in cemeteries across the city.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cemeteries, from\nthe viewpoint of many, are morbid reminders of death and sadness – the final\nstop in paying respects with one’s hope to never set foot in another.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, Buzz Jamaica is of the unpopular opinion that there is no greater teacher of past experiences than a cemetery. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Luckily for us (and you), sections of Kingston are still perfectly preserved in time, as the dead refuses none who wish to learn.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With over 150 years as the capital of Jamaica, Kingston has seen its fair share of tragedies and disasters; the deaths arising from these, range in the thousands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The welcoming silence of a cemetery makes the skin of some crawl with fear and uncertainty – fuelled by decades of ‘duppy stories’ – Kingston\'s cemeteries hold some of the world\'s most interesting histories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Arguably holding the distinction of being the oldest in the island, and the oldest of its kind in the Western Hemisphere, the Old Jewish cemetery can be found at 1 Hunt’s Bay Road in St. Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the latter part of the 17th century, when Port Royal was a bustling metropolis and the commercial hub of the British Caribbean, the thriving  Jewish community dedicated a cemetery for the final rites and rituals of its people to be performed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many of those tombs are still preserved at the Old Jewish Cemetery, bearing inscriptions in three languages:  Portuguese, Hebrew, and English.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many of the remaining Jewish tombstones either bear ornately chiselled rose and hourglasses, trees being cut down by a hand bearing an axe, or a skull and crossbones. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After the devastating Port Royal earthquake of 1692, Jewish burials continued for a few more years into the 18th century, with the last tomb belonging to Moses Ferro – bearing the date 1771.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The second oldest\ncemetery within Kingston can be found on the grounds of the St. Andrew Parish\nChurch, built in 1664. With over 7,000 burials on the 8 ¼ acres, this cemetery\nis the largest private facility of its kind on the island in continual\nuse.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interred there are\nthe remains of historic figures including Archbishop Enos Nuttall, the first\nArchbishop of the West Indies after whom the Nuttall Hospital in Kingston is\nnamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It stands to this\nday as a popular internment plot for Kingston’s affluent – and is a prized\nfocal point of interest for genealogists, historians, researchers and archaeologists\nwho seek insight into personalities of the past, customs and culture over the\nlast 350 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kingston’s most famous (or infamous in equally as many eyes) cemetery, the May Pen Cemetery, can easily be seen from the busy Spanish Town Road thoroughfare that cuts adjacent to the massive property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As one of the oldest public cemeteries in the Caribbean, the May Pen Cemetery is one of the only burial sites where persons of all nationalities, races, religions and faiths are interred.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Established on 200 acres of the derelict Littleworth Race Course in 1851, burials began some years afterwards according to ‘Law 21’ of 1874. By then, May Pen Cemetery was the most popular burial site of its kind in the Caribbean – with partitions and special plots called ‘grounds’ reserved for several Christian denominations, Jews, Muslims and others from across Europe (English, Spanish, French, Irish, German and Portuguese) who called Jamaica home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Importantly, a section was deemed the \'Pauper Ground\', for the burial of the poor and indigent. There was even a section for victims of cholera, which affected Jamaica periodically back then, with the largest outbreak occurring in the early 1850s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the advent of\nKingston’s well-to-do elites leaving the downtown district for the cool hills\nof St. Andrew, the May Pen Cemetery was frowned upon and largely reduced to a\npauper’s plot. So much so was this stigma that by 1905, nearly 76% of all\npersons buried there were classified as ‘poor and indigent’.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There have been\nrecent attempts to resurrect May Pen Cemetery to its former glory, as records\nshow many influential Jamaicans including pioneering musician and trombonist\nDon Drummond being buried there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other side\nof Kingston, Calvary Cemetery, sprawled along Slipe Pen and Lyndhurst roads\ncame into existence in the late 1800s. Some records obtained show one of the\nfirst burials, Rose Escoffery, taking place in the 1880s. Burials at the quiet\nand scenic Calvary Cemetery are still common today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Briggs\' Park, the\nonly military cemetery on the island, has been a part of the Jamaica Defence\nForce\'s (JDF) Up Park Pen (now Up Park Camp) estate since 1900. The JDF also\nhouses a special cemetery at its Newcastle Training Depot since the late 1800s\nfor soldiers and recruits alike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Chinese\nCemetery along Waltham Park Road in Kingston is the largest single burial\nground of its kind in the English-speaking Caribbean for Chinese nationals and\ntheir descendants.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With burials\nstarting in 1912, to date, over 3,600 persons have been interred at the\n11.5-acre property – managed and maintained by the Chinese Benevolent\nAssociation (CBA).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like many other\ncemeteries in the city, the Chinese Cemetery has endured periods of upkeep and\ndisrepair over the 100+ years it has existed – coming into being after the\ngreat 1907 earthquake that levelled much of Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Officially\ndesignated a botanical garden, National Heroes Park is the last stop in\nKingston on our Buzz cemetery tour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the largest open space on the island, the park’s 50 acres also serves as the final resting place for several notable Jamaican figures, including founding fathers Norman Manley and Alexander Bustamante; freedom fighters Marcus Garvey, Paul Bogle, Sam Sharpe, and George William Gordon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Established in 1783, the park, originally a race track called Kingston Race Course – renamed to what stands after Jamaica’s independence in 1962 – is also the last resting place of other past Prime Ministers, athletes, entertainers, poets, sculptors and painters, and even mass fire victims.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the exception of Briggs’ Park and the St. Andrew Parish Church, all the above-mentioned cemeteries are open to the public and available for tours.</p>\n<!-- /wp:paragraph -->','Cemeteries: A silent journey through Kingston\'s past','','inherit','closed','closed','','500-revision-v1','','','2019-07-25 12:06:32','2019-07-25 17:06:32','',500,'https://buzz-caribbean.com/article/500-revision-v1/',0,'revision','',0),(519,6,'2019-07-25 12:16:04','2019-07-25 17:16:04','','PUBG-Mobile-1024','','inherit','closed','closed','','pubg-mobile-1024','','','2019-07-25 12:16:04','2019-07-25 17:16:04','',487,'https://buzz-caribbean.com/app/uploads/2019/07/PUBG-Mobile-1024.jpg',0,'attachment','image/jpeg',0),(520,6,'2019-07-25 12:19:16','2019-07-25 17:19:16','','pubgloadingscreen','','inherit','closed','closed','','pubgloadingscreen','','','2019-07-25 12:19:16','2019-07-25 17:19:16','',487,'https://buzz-caribbean.com/app/uploads/2019/07/pubgloadingscreen.jpg',0,'attachment','image/jpeg',0),(521,6,'2019-07-25 12:23:59','2019-07-25 17:23:59','<!-- wp:image {\"id\":519} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PUBG-Mobile-1024-1024x768.jpg\" alt=\"\" class=\"wp-image-519\" /><figcaption>This person plays PUBG on a mobile device</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The popular action, military style, multiplayer game, Player Unknown\'s Battleground or PUBG for short, seems to be the must play game for a lot of mobile gamers in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The online multiplayer battle royale is a key element in the shift that is occurring from puzzles and other forms racing games, to what is being described as \'shooter\' games. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":520} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/pubgloadingscreen-1024x614.jpg\" alt=\"\" class=\"wp-image-520\" /><figcaption>PUBG\'s loading screen</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While Jamaicans tend to spend most of their time on messaging and social media apps, games such as PUBG have been making a major dent in their phone usage time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PUBG can be accessed for free on your mobile device. A paid version also exists, where players can band together or singlehandedly play against others. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The game consists of players being dropped on a remote island, left to scavenge for weapons and resources in an effort to remain the last man standing. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p>PUBG is currently being played by over a 100 million people worldwide.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>With school now out, there is expected to be a large surge in Jamaican gamers using the platform. Already, a number of young people can be found setting up teams online to deal with the challenges associated with the game. PUBG is said to be quite popular with high schoolers and those who attend university. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The game continues to grow in popularity worldwide with recent news suggesting that some players have become addicted. </p>\n<!-- /wp:paragraph -->','PUBG continues to grow in popularity','','inherit','closed','closed','','487-revision-v1','','','2019-07-25 12:23:59','2019-07-25 17:23:59','',487,'https://buzz-caribbean.com/article/487-revision-v1/',0,'revision','',0),(522,6,'2019-07-25 12:26:28','2019-07-25 17:26:28','<!-- wp:image {\"id\":519} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PUBG-Mobile-1024-1024x768.jpg\" alt=\"\" class=\"wp-image-519\" /><figcaption>This person plays PUBG on a mobile device</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The popular action, military style, multiplayer game, Player Unknown\'s Battleground or PUBG for short, seems to be the must play game for a lot of mobile gamers in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The online multiplayer battle royale is a key element in the shift that is occurring from puzzles and other forms racing games, to what is being described as \'shooter\' games. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":520} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/pubgloadingscreen-1024x614.jpg\" alt=\"\" class=\"wp-image-520\" /><figcaption>PUBG\'s loading screen</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While Jamaicans tend to spend most of their time on messaging and social media apps, games such as PUBG have been making a major dent in their phone usage time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PUBG can be accessed for free on your mobile device. A paid version also exists, where players can band together or singlehandedly play against others. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The game consists of players being dropped on a remote island, left to scavenge for weapons and resources in an effort to remain the last man standing. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p>PUBG is currently being played by over a 100 million people worldwide.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>With school now out, there is expected to be a large surge in Jamaican gamers using the platform. Already, a number of young people can be found setting up teams online to deal with the challenges associated with the game. PUBG is said to be quite popular with high schoolers and those who attend university. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The game continues to grow in popularity worldwide with recent news suggesting that some players have become addicted. </p>\n<!-- /wp:paragraph -->','Gamers fascinated with PUBG','','inherit','closed','closed','','487-revision-v1','','','2019-07-25 12:26:28','2019-07-25 17:26:28','',487,'https://buzz-caribbean.com/article/487-revision-v1/',0,'revision','',0),(525,14,'2019-07-25 12:46:40','2019-07-25 17:46:40','<!-- wp:paragraph -->\n<p>Since its establishment in the 17th century, Kingston and its citizens have for many years interred the dead in cemeteries across the city.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cemeteries, from\nthe viewpoint of many, are morbid reminders of death and sadness – the final\nstop in paying respects with one’s hope to never set foot in another.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, <strong><em>Buzz Jamaica</em></strong> is of the unpopular opinion that there is no greater teacher of past experiences than a cemetery. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Luckily for us (and you), sections of Kingston are still perfectly preserved in time, as the dead refuses none who wish to learn.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With over 150 years as the capital of Jamaica, Kingston has seen its fair share of tragedies and disasters; the deaths arising from these, range in the thousands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The welcoming silence of a cemetery makes the skin of some crawl with fear and uncertainty – fuelled by decades of ‘duppy stories’ – Kingston\'s cemeteries hold some of the world\'s most interesting histories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Arguably holding the distinction of being the oldest in the island, and the oldest of its kind in the Western Hemisphere, the Old Jewish cemetery can be found at 1 Hunt’s Bay Road in St. Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the latter part of the 17th century, when Port Royal was a bustling metropolis and the commercial hub of the British Caribbean, the thriving  Jewish community dedicated a cemetery for the final rites and rituals of its people to be performed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many of those tombs are still preserved at the Old Jewish Cemetery, bearing inscriptions in three languages: &nbsp;Portuguese, Hebrew, and English.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many of the remaining Jewish tombstones either bear ornately chiselled rose and hourglasses, trees being cut down by a hand bearing an axe, or a skull and crossbones. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After the devastating Port Royal earthquake of 1692, Jewish burials continued for a few more years into the 18th century, with the last tomb belonging to Moses Ferro – bearing the date 1771. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The second oldest\ncemetery within Kingston can be found on the grounds of the St. Andrew Parish\nChurch, built in 1664. With over 7,000 burials on the 8 ¼ acres, this cemetery\nis the largest private facility of its kind on the island in continual\nuse.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interred there are\nthe remains of historic figures including Archbishop Enos Nuttall, the first\nArchbishop of the West Indies after whom the Nuttall Hospital in Kingston is\nnamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It stands to this\nday as a popular internment plot for Kingston’s affluent – and is a prized\nfocal point of interest for genealogists, historians, researchers and archaeologists\nwho seek insight into personalities of the past, customs and culture over the\nlast 350 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kingston’s most famous (or infamous in equally as many eyes) cemetery, the May Pen Cemetery, can easily be seen from the busy Spanish Town Road thoroughfare that cuts adjacent to the massive property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As one of the oldest public cemeteries in the Caribbean, the May Pen Cemetery is one of the only burial sites where persons of all nationalities, races, religions and faiths are interred.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Established on 200 acres of the derelict Littleworth Race Course in 1851, burials began some years afterwards according to ‘Law 21’ of 1874. By then, May Pen Cemetery was the most popular burial site of its kind in the Caribbean – with partitions and special plots called ‘grounds’ reserved for several Christian denominations, Jews, Muslims and others from across Europe (English, Spanish, French, Irish, German and Portuguese) who called Jamaica home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Importantly, a section was deemed the \'Pauper Ground\', for the burial of the poor and indigent. There was even a section for victims of cholera, which affected Jamaica periodically back then, with the largest outbreak occurring in the early 1850s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the advent of\nKingston’s well-to-do elites leaving the downtown district for the cool hills\nof St. Andrew, the May Pen Cemetery was frowned upon and largely reduced to a\npauper’s plot. So much so was this stigma that by 1905, nearly 76% of all\npersons buried there were classified as ‘poor and indigent’.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There have been recent attempts to resurrect May Pen Cemetery to its former glory, as records show many influential Jamaicans including pioneering musician and trombonist Don Drummond (<strong><em>Buzz</em></strong> has learned his remains were moved recently) being buried there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other side\nof Kingston, Calvary Cemetery, sprawled along Slipe Pen and Lyndhurst roads\ncame into existence in the late 1800s. Some records obtained show one of the\nfirst burials, Rose Escoffery, taking place in the 1880s. Burials at the quiet\nand scenic Calvary Cemetery are still common today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Briggs\' Park, the\nonly military cemetery on the island, has been a part of the Jamaica Defence\nForce\'s (JDF) Up Park Pen (now Up Park Camp) estate since 1900. The JDF also\nhouses a special cemetery at its Newcastle Training Depot since the late 1800s\nfor soldiers and recruits alike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Chinese\nCemetery along Waltham Park Road in Kingston is the largest single burial\nground of its kind in the English-speaking Caribbean for Chinese nationals and\ntheir descendants.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With burials\nstarting in 1912, to date, over 3,600 persons have been interred at the\n11.5-acre property – managed and maintained by the Chinese Benevolent\nAssociation (CBA).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like many other\ncemeteries in the city, the Chinese Cemetery has endured periods of upkeep and\ndisrepair over the 100+ years it has existed – coming into being after the\ngreat 1907 earthquake that levelled much of Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Officially designated a botanical garden, National Heroes Park is the last stop in Kingston on our <strong><em>Buzz</em></strong> cemetery tour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the largest open space on the island, the park’s 50 acres also serves as the final resting place for several notable Jamaican figures, including founding fathers Norman Manley and Alexander Bustamante; freedom fighters Marcus Garvey, Paul Bogle, Sam Sharpe, and George William Gordon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Established in 1783, the park, originally a race track called Kingston Race Course – renamed to what stands after Jamaica’s independence in 1962 – is also the last resting place of other past Prime Ministers, athletes, entertainers, poets, sculptors and painters, and even mass fire victims.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the exception of Briggs’ Park and the St. Andrew Parish Church, all the above-mentioned cemeteries are open to the public and available for tours.</p>\n<!-- /wp:paragraph -->','Cemeteries: A silent journey through Kingston\'s past','','inherit','closed','closed','','500-revision-v1','','','2019-07-25 12:46:40','2019-07-25 17:46:40','',500,'https://buzz-caribbean.com/article/500-revision-v1/',0,'revision','',0),(526,4,'2019-07-25 12:47:46','2019-07-25 17:47:46','','IMG 20190708 WA0006','','inherit','closed','closed','','img-20190708-wa0006','','','2019-07-25 12:47:46','2019-07-25 17:47:46','',0,'https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190708-WA0006.jpg',0,'attachment','image/jpeg',0),(527,4,'2019-07-25 12:47:58','2019-07-25 17:47:58','','IMG 20190708 WA0007','','inherit','closed','closed','','img-20190708-wa0007','','','2019-07-25 12:47:58','2019-07-25 17:47:58','',0,'https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190708-WA0007.jpg',0,'attachment','image/jpeg',0),(530,4,'2019-07-25 12:55:36','2019-07-25 17:55:36','<!-- wp:paragraph -->\n<p>The Oak Wine Bar and Cocktail Lounge recently\nlaunched its new lunch menu and are inviting food lovers to come dig into their\ndelicious meals. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Proprietor Lisa Chin, who also owns Fromage and Café Dolche, is\nexploring new ways in which to cater to patrons by providing a healthy and\naffordable lunch menu. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":526} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190708-WA0006-1024x768.jpg\" alt=\"\" class=\"wp-image-526\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the moment, the lunch menu starts off light and easy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They range across three scrumptious Jamaican dishes: Fried Chicken, Curried\nGoat and Oxtail, served with white rice and rice and peas with raw vegetables.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":527} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190708-WA0007-1024x768.jpg\" alt=\"\" class=\"wp-image-527\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The welcoming environment is indeed one to enjoy and look forward to. This\ncapped by quality customer service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lunch is served on Saturdays between the hours of 11 am and 4 pm.</p>\n<!-- /wp:paragraph -->','Oak Wine Bar and Cocktail Lounge launches new lunch menu','','inherit','closed','closed','','516-revision-v1','','','2019-07-25 12:55:36','2019-07-25 17:55:36','',516,'https://buzz-caribbean.com/article/516-revision-v1/',0,'revision','',0),(531,4,'2019-07-25 13:15:37','2019-07-25 18:15:37','<!-- wp:paragraph -->\n<p>The Oak Wine Bar and Cocktail Lounge recently\nlaunched its new lunch menu and are inviting food lovers to come dig into their\ndelicious meals. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Proprietor Lisa Chin, who also owns Fromage and Café Dolche, is\nexploring new ways in which to cater to patrons by providing a healthy and\naffordable lunch menu. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":526} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190708-WA0006-1024x768.jpg\" alt=\"\" class=\"wp-image-526\" /><figcaption>A modern spin on the traditional Curried Goat and White Rice. (photos by Andre Cooper)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the moment, the lunch menu starts off light and easy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They range across three scrumptious Jamaican dishes: Fried Chicken, Curried\nGoat and Oxtail, served with white rice and rice and peas with raw vegetables.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":527} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190708-WA0007-1024x768.jpg\" alt=\"\" class=\"wp-image-527\" /><figcaption>the rice and peace and oxtail  immaculately prepared and presented.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The welcoming environment is indeed one to enjoy and look forward to. This\ncapped by quality customer service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lunch is served on Saturdays between the hours of 11 am and 4 pm.</p>\n<!-- /wp:paragraph -->','Oak Wine Bar and Cocktail Lounge launches new lunch menu','','inherit','closed','closed','','516-revision-v1','','','2019-07-25 13:15:37','2019-07-25 18:15:37','',516,'https://buzz-caribbean.com/article/516-revision-v1/',0,'revision','',0),(533,4,'2019-07-25 15:29:52','2019-07-25 20:29:52','<!-- wp:paragraph -->\n<p>Kanye West wants Danny McBride to play him in a movie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 42-year-old rapper went to the actor\'s home to pitch him a \"pretty brilliant idea\" for a project about the story of his life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":539} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Kanye-West.jpeg\" alt=\"\" class=\"wp-image-539\" /><figcaption>Kanye West</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, Danny, 42, was surprised by Kanye\'s pitch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I had a pretty interesting guest shortly after we moved there [to Charleston]. One day I got a phone call out of nowhere and the voice sounded familiar but I wasn\'t sure who it was. I was like, \'Hello?\' and he was like, \'Hey, is Danny there?\' He was like, \'This is Kanye West\', Danny said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":554} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/danny-mcbride-1.jpg\" alt=\"\" class=\"wp-image-554\" /><figcaption>Danny McBride</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Danny said: \"He basically said he was a fan of mine and wanted to come hang out. I think he thought I lived in Los Angeles so I was like, \'No I live in Charleston,\' and he was quiet and then said, \'OK, I can go there too.\' I was getting nervous, like, \'What should I wear when Kanye gets here.\' He had an idea for a project which I think was a pretty brilliant idea. He wanted to do a movie about the story of his life and he wanted me to play him. I thought it was a cool enough idea and we hung out, we went out on a boat, we just talked. He was awesome, it was the most incredible afternoon.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Would Danny McBride make a great Kanye? Tell us what you think.</p>\n<!-- /wp:paragraph -->','Kanye asks Danny McBride to play him in a movie','','publish','open','closed','','kanye-asks-danny-mcbride-to-play-him-in-a-movie','','','2019-08-10 15:12:13','2019-08-10 20:12:13','',0,'https://buzz-caribbean.com/?p=533',0,'post','',0),(534,11,'2019-07-25 14:21:04','2019-07-25 19:21:04','','Women-Are-Stronger-Buzz','','inherit','closed','closed','','women-are-stronger-buzz','','','2019-07-25 14:21:04','2019-07-25 19:21:04','',513,'https://buzz-caribbean.com/app/uploads/2019/07/Women-Are-Stronger-Buzz.jpg',0,'attachment','image/jpeg',0),(535,11,'2019-07-25 14:29:02','2019-07-25 19:29:02','','Meny-Crying-Like-Babies-Buzz','','inherit','closed','closed','','meny-crying-like-babies-buzz','','','2019-07-25 14:29:02','2019-07-25 19:29:02','',513,'https://buzz-caribbean.com/app/uploads/2019/07/Meny-Crying-Like-Babies-Buzz.jpg',0,'attachment','image/jpeg',0),(536,11,'2019-07-25 14:31:32','2019-07-25 19:31:32','','Extinction-Buzz','','inherit','closed','closed','','extinction-buzz','','','2019-07-25 14:31:32','2019-07-25 19:31:32','',513,'https://buzz-caribbean.com/app/uploads/2019/07/Extinction-Buzz.jpg',0,'attachment','image/jpeg',0),(537,11,'2019-07-25 14:36:33','2019-07-25 19:36:33','','Men-Morning-Sickness-Buzz','','inherit','closed','closed','','men-morning-sickness-buzz','','','2019-07-25 14:36:33','2019-07-25 19:36:33','',513,'https://buzz-caribbean.com/app/uploads/2019/07/Men-Morning-Sickness-Buzz.jpg',0,'attachment','image/jpeg',0),(538,4,'2019-07-25 14:38:10','2019-07-25 19:38:10','<!-- wp:paragraph -->\n<p>Kanye West wants Danny McBride to play him in a movie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 42-year-old rapper went to the actor\'s home in Charleston to pitch him a \"pretty brilliant idea\" for a project about the story of his life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, Danny, 42, was surprised by Kanye\'s pitch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"I had a pretty interesting guest shortly after we moved there [to Charleston]. One day I got a phone call out of nowhere and the voice sounded familiar but I wasn\'t sure who it was. I was like, \'Hello?\' and he was like, \'Hey, is Danny there?\' He was like, \'This is Kanye West\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"He basically said he was a fan of mine and wanted to come hang out. I think he thought I lived in Los Angeles so I was like, \'No I live in Charleston,\' and he was quiet and then said, \'OK, I can go there too.\' I was getting nervous, like, \'What should I wear when Kanye gets here.\' He had an idea for a project which I think was a pretty brilliant idea. He wanted to do a movie about the story of his life and he wanted me to play him. I thought it was a cool enough idea and we hung out, we went out on a boat, we just talked. He was awesome, it was the most incredible afternoon.\"</p>\n<!-- /wp:paragraph -->','Kanye asks white actor to play him in movie','','inherit','closed','closed','','533-revision-v1','','','2019-07-25 14:38:10','2019-07-25 19:38:10','',533,'https://buzz-caribbean.com/article/533-revision-v1/',0,'revision','',0),(539,4,'2019-07-25 14:38:18','2019-07-25 19:38:18','','Kanye West','','inherit','closed','closed','','kanye-west','','','2019-07-25 14:38:18','2019-07-25 19:38:18','',0,'https://buzz-caribbean.com/app/uploads/2019/07/Kanye-West.jpeg',0,'attachment','image/jpeg',0),(540,11,'2019-07-25 14:40:38','2019-07-25 19:40:38','','Waddling-Buzz','','inherit','closed','closed','','waddling-buzz','','','2019-07-25 14:40:38','2019-07-25 19:40:38','',513,'https://buzz-caribbean.com/app/uploads/2019/07/Waddling-Buzz.gif',0,'attachment','image/gif',0),(541,11,'2019-07-25 14:45:00','2019-07-25 19:45:00','','Men-Childbirth-Buzz','','inherit','closed','closed','','men-childbirth-buzz','','','2019-07-25 14:45:00','2019-07-25 19:45:00','',513,'https://buzz-caribbean.com/app/uploads/2019/07/Men-Childbirth-Buzz.jpg',0,'attachment','image/jpeg',0),(542,14,'2019-07-25 15:19:37','2019-07-25 20:19:37','<!-- wp:image {\"id\":551} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/koffee-official-1024x683.jpg\" alt=\"\" class=\"wp-image-551\" /><figcaption>Koffee (Photo: OriginalKoffee.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fast-rising Reggae sensation Koffee was in her element\nrecently when she stepped out and performed on the Jimmy Kimmel Live! show in\nthe US.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Spanish Town lyricist electrified the set with the\nbreakthrough hit <strong><em>Toast</em></strong>, backed by her own live band.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From the looks of the party-style audience that witnessed,\nthe entire performance was epic!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See Koffee’s performance in the video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=9BtonHilG0E\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=9BtonHilG0E\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Since Koffee\'s breakthrough hit in 2018, the young Jamaican\nact has taken the industry and the world by storm. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":549} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/koffee-backstage-jimmy-kimmel-live-1.jpg\" alt=\"\" class=\"wp-image-549\" /><figcaption>Koffee backstage during her set Jimmy Kimmel Live! (Photo: Twitter @JimmyKimmelLive)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She released her debut EP, <strong><em>Rapture</em></strong>, earlier in March\nto great acclaim, and has been holding strong on the charts. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since then, Koffee, alongside Chronixx, has done a remix to Ed Sheeran’s smash hit <strong><em>I Don’t Care</em></strong> – and according to the rumour mill, she will be a writer on Rihanna\'s upcoming album.</p>\n<!-- /wp:paragraph -->','Koffee gives big performance on Jimmy Kimmel Live!','','publish','closed','closed','','koffee-gives-big-performance-on-jimmy-kimmel-live','','','2019-08-15 08:26:13','2019-08-15 13:26:13','',0,'https://buzz-caribbean.com/?p=542',0,'post','',0),(543,11,'2019-07-25 14:49:25','2019-07-25 19:49:25','','Lamaze-Method-Of-Childbirth-Buzz','','inherit','closed','closed','','lamaze-method-of-childbirth-buzz','','','2019-07-25 14:49:25','2019-07-25 19:49:25','',513,'https://buzz-caribbean.com/app/uploads/2019/07/Lamaze-Method-Of-Childbirth-Buzz.jpg',0,'attachment','image/jpeg',0),(544,11,'2019-07-25 14:51:26','2019-07-25 19:51:26','','Mood-Swings-For-Men','','inherit','closed','closed','','mood-swings-for-men','','','2019-07-25 14:51:26','2019-07-25 19:51:26','',513,'https://buzz-caribbean.com/app/uploads/2019/07/Mood-Swings-For-Men.jpg',0,'attachment','image/jpeg',0),(545,11,'2019-07-25 14:51:45','2019-07-25 19:51:45','<!-- wp:paragraph -->\n<p>Now here is one universal, irrefutable truth that men generally do not like to hear ... while you refer to us as the ‘weaker sex’, you all cannot handle pain very well. From a simple toothache or gas pain to a complicated hernia, men act as if the world is ending and want to be pampered at the first hint of pain.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":535} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Meny-Crying-Like-Babies-Buzz.jpg\" alt=\"\" class=\"wp-image-535\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So if men are so defenceless and helpless over slight discomfort and minimal pain, how would they act if they had to handle pregnancy, labour and delivery? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not only would the world come to a screeching halt, as production as we know it would cease to exist, but more importantly the world’s population would become extinct in short order.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":536} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Extinction-Buzz.jpg\" alt=\"\" class=\"wp-image-536\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>When that water breaks and contractions start, it would be next level world war three crisis up in that delivery room!  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Instead of Lamaze and breathing techniques, it would probably be frantic screams and frustrated yells by bloated men with distended stomachs running around like chickens with their heads cut off!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":543} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Lamaze-Method-Of-Childbirth-Buzz.jpg\" alt=\"\" class=\"wp-image-543\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The initial challenge for them would be the early stages or first trimester when morning sickness is part of the package for some. Can you fathom men dealing with nausea and vomiting that can actually last well past the morning hours? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":537} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Men-Morning-Sickness-Buzz.jpg\" alt=\"\" class=\"wp-image-537\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Them having to give up a juicy steak and chewing on saltine crackers because red meat and fish make them nauseous? They would go crazy when they figure out that curried goat and barbecue Chicken would not be on the menu for a while.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next, they would have to deal with being moody. Many of them are already temperamental, so with a baby in the oven, their mood swings would be amplified times ten. The swearing, yelling and temper tantrums would probably be so bad that their partners would probably put them in timeout like a two-year-old! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":544} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Mood-Swings-For-Men-1024x1024.jpg\" alt=\"\" class=\"wp-image-544\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Then for good measure, spice things up with swollen feet and a huge belly that makes them waddle around like a duck and makes sitting, sleeping and lotioning feet the most awkward thing ever. It may be funny to onlookers but when you are the ‘waddler’ in question, there is nothing amusing about having a protruding body part that knocks stuff over as if it has a mind of its own.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://giphy.com/gifs/running-W6K8MnLAy9W24\",\"type\":\"photo\",\"providerNameSlug\":\"giphy\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-photo is-provider-giphy\"><div class=\"wp-block-embed__wrapper\">\nhttps://giphy.com/gifs/running-W6K8MnLAy9W24\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Now let us discuss the discovery of stretch marks! This is when they get to share in having the battle scars of childbirth. Can you imagine those tiny lines cross-crossing across those beer and Buddha bellies? Wouldn’t that be a sight for sore eyes?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And finally the coup de tat...childbirth itself! We welcome them to the world of hours-long, intense pain, wherein even your eyesight is compromised. They would climb walls, bite bed railings and curse the gods of sex and 2-minute orgasms during the process. An epidural may be their only saving grace but the real big question is ...where is that 9-pound infant going to pop out from?!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Men-Childbirth-Buzz.jpg\" alt=\"\" class=\"wp-image-541\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Guys, understand that while you may be able to bench-press 300 pounds, change a tyre, fix a leaking pipe and kill a croaking lizard, women handle emotions, suffering and pain a lot better and we usually accomplish it without excessive whining.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','If Men Could Have Babies...','','inherit','closed','closed','','513-revision-v1','','','2019-07-25 14:51:45','2019-07-25 19:51:45','',513,'https://buzz-caribbean.com/article/513-revision-v1/',0,'revision','',0),(546,11,'2019-07-25 14:59:50','2019-07-25 19:59:50','<!-- wp:paragraph -->\n<p>Now here is one universal, irrefutable truth that men generally do not like to hear ... while you refer to us as the ‘weaker sex’, you all cannot handle pain very well. From a simple toothache or gas pain to a complicated hernia, men act as if the world is ending and want to be pampered at the first hint of pain.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":535} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Meny-Crying-Like-Babies-Buzz.jpg\" alt=\"\" class=\"wp-image-535\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So if men are so defenceless and helpless over slight discomfort and minimal pain, how would they act if they had to handle pregnancy, labour and delivery? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not only would the world come to a screeching halt, as production as we know it would cease to exist, but more importantly the world’s population would become extinct in short order.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":536} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Extinction-Buzz.jpg\" alt=\"\" class=\"wp-image-536\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>When that water breaks and contractions start, it would be next level world war three crisis up in that delivery room!  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Instead of Lamaze and breathing techniques, it would probably be frantic screams and frustrated yells by bloated men with distended stomachs running around like chickens with their heads cut off!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":543} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Lamaze-Method-Of-Childbirth-Buzz.jpg\" alt=\"\" class=\"wp-image-543\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The initial challenge for them would be the early stages or first trimester when morning sickness is part of the package for some. Can you fathom men dealing with nausea and vomiting that can actually last well past the morning hours? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":537} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Men-Morning-Sickness-Buzz.jpg\" alt=\"\" class=\"wp-image-537\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Them having to give up a juicy steak and chewing on saltine crackers because red meat and fish make them nauseous? They would go crazy when they figure out that curried goat and barbecue Chicken would not be on the menu for a while.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next, they would have to deal with being moody. Many of them are already temperamental, so with a baby in the oven, their mood swings would be amplified times ten. The swearing, yelling and temper tantrums would probably be so bad that their partners would probably put them in timeout like a two-year-old! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":544} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Mood-Swings-For-Men-1024x1024.jpg\" alt=\"\" class=\"wp-image-544\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Then for good measure, spice things up with swollen feet and a huge belly that makes them waddle around like a duck and makes sitting, sleeping and lotioning feet the most awkward thing ever. It may be funny to onlookers but when you are the ‘waddler’ in question, there is nothing amusing about having a protruding body part that knocks stuff over as if it has a mind of its own.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://giphy.com/gifs/running-W6K8MnLAy9W24\",\"type\":\"photo\",\"providerNameSlug\":\"giphy\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-photo is-provider-giphy\"><div class=\"wp-block-embed__wrapper\">\nhttps://giphy.com/gifs/running-W6K8MnLAy9W24\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Now let us discuss the discovery of stretch marks! This is when they get to share in having the battle scars of childbirth. Can you imagine those tiny lines cross-crossing across those beer and Buddha bellies? Wouldn’t that be a sight for sore eyes?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And finally the coup d\'état...childbirth itself! We welcome them to the world of hours-long, intense pain, wherein even your eyesight is compromised. They would climb walls, bite bed railings and curse the gods of sex and 2-minute orgasms during the process. An epidural may be their only saving grace but the real big question is ...where is that 9-pound infant going to pop out from?!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Men-Childbirth-Buzz.jpg\" alt=\"\" class=\"wp-image-541\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Guys, understand that while you may be able to bench-press 300 pounds, change a tyre, fix a leaking pipe and kill a croaking lizard, women handle emotions, suffering and pain a lot better and we usually accomplish it without excessive whining.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','If Men Could Have Babies...','','inherit','closed','closed','','513-revision-v1','','','2019-07-25 14:59:50','2019-07-25 19:59:50','',513,'https://buzz-caribbean.com/article/513-revision-v1/',0,'revision','',0),(547,21,'2019-07-25 15:39:59','2019-07-25 20:39:59','<!-- wp:paragraph -->\n<p>Check this out: in 2015 you stopped dating Tyrone because he could not control the one-eyed snake that was slithering around in his trousers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3798} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/men-cheating-1024x575.jpg\" alt=\"\" class=\"wp-image-3798\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So after a year and a string of broken promises, you called it quits and gathered your best friend and a tub of ice cream to bawl, commiserate and watch Lifetime movies together as you both cuss out every male for being a furry four-legged creature that pees on fire hydrants and shags every available woman as if marking their territory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As time heals all wounds, you eventually dusted yourself off, got a new hot hairstyle and an even newer and hotter beau and moved on. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fast forward to present day and your bestie called you up to say she is coming over to talk. That bubbly gut feeling in the pit of your stomach said whatever she is coming with is not going to be good. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After much hand wringing, she finally blurted out that she was dating Tyrone your ex and she actually wants your blessing, suggesting that maybe some time soon you can all double date! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"While she may be a homie hopper, can you really throw away years of friendship over a man who is not even your man anymore?\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Your initial reaction is to tell her every choice fabric that Pings and Pablo’s sells as she is the first cousin to Judas Iscariot, but then you stop to think: do you really have the right to curse her out? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Granted she should have levelled with you about her interest in him but since she did not, what can you really do about the situation? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You can most definitely run her out of your home and out of your life in addition to calling her every vile and disgusting name you can find in the dictionary and even some that have not made it in there as yet. But after venting, does it change anything? Not really.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While she may be a homie hopper, can you really throw away years of friendship over a man who is not even your man anymore? Before you can consider any of that you need to examine if she really violated the friendship by dating your ex? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4322} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dating-african-lady-close-up-couple-1667847-1024x683.jpg\" alt=\"\" class=\"wp-image-4322\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Do you cut her off and declare war on social media or do you take time to lick your wounds and realise that your past relationship is always just that - the past.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some will say yes it was disrespectful on her part as she is putting her desire for a man thought to be off-limit over your friendship, hence she probably was never a true friend to begin with.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In short, it is a betrayal of your trust. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A real friend would not put themselves in a position that would lead to dating the ex-lover of someone they called a sister. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, others will argue that once that relationship ended, he was fair game. As long as she was not dating him when you guys were together, nothing is wrong with her seeing someone you once had a relationship with. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We would all want a ‘kumbaya’ moment, but the reality is a different matter. First of all, there will be awkwardness when you all have to cross paths. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Is he allowed to tag along to parties and events or will it be an unspoken rule for her to just not bring him around you? &nbsp;Also, he now has intimate knowledge of both you and your friend in the bedroom and you may wonder if he does the comparisons in his head! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is easy to say it would not be a problem but for most women, there are too many untenable factors at play to make it a situation to which they can truly say they are okay with it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>— Story written by C.W.</em><br></p>\n<!-- /wp:paragraph -->','Is it ok to date your friend’s ex?','','publish','closed','closed','','is-it-ok-to-date-your-friends-ex','','','2019-08-15 13:17:26','2019-08-15 18:17:26','',0,'https://buzz-caribbean.com/?p=547',0,'post','',0),(548,14,'2019-07-25 15:12:18','2019-07-25 20:12:18','','koffee-backstage-jimmy-kimmel-live','','inherit','closed','closed','','koffee-backstage-jimmy-kimmel-live','','','2019-07-25 15:12:18','2019-07-25 20:12:18','',542,'https://buzz-caribbean.com/app/uploads/2019/07/koffee-backstage-jimmy-kimmel-live.jpg',0,'attachment','image/jpeg',0),(549,14,'2019-07-25 15:13:00','2019-07-25 20:13:00','','koffee-backstage-jimmy-kimmel-live-1','','inherit','closed','closed','','koffee-backstage-jimmy-kimmel-live-1','','','2019-07-25 15:13:00','2019-07-25 20:13:00','',542,'https://buzz-caribbean.com/app/uploads/2019/07/koffee-backstage-jimmy-kimmel-live-1.jpg',0,'attachment','image/jpeg',0),(551,14,'2019-07-25 15:18:01','2019-07-25 20:18:01','','koffee-official','','inherit','closed','closed','','koffee-official','','','2019-07-25 15:18:01','2019-07-25 20:18:01','',542,'https://buzz-caribbean.com/app/uploads/2019/07/koffee-official.jpg',0,'attachment','image/jpeg',0),(552,14,'2019-07-25 15:19:37','2019-07-25 20:19:37','<!-- wp:image {\"id\":551} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/koffee-official-1024x683.jpg\" alt=\"\" class=\"wp-image-551\" /><figcaption>Koffee (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fast-rising Reggae sensation Koffee was in her element\nrecently when she stepped out and performed on the Jimmy Kimmel Live! show in\nthe US.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Spanish Town lyricist electrified the set with the\nbreakthrough hit <strong><em>Toast</em></strong>, backed by her own live band.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From the looks of the party-style audience that witnessed,\nthe entire performance was epic!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See Koffee’s performance in the video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=9BtonHilG0E\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=9BtonHilG0E\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Since Koffee\'s breakthrough hit in 2018, the young Jamaican\nact has taken the industry and the world by storm. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":549} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/koffee-backstage-jimmy-kimmel-live-1.jpg\" alt=\"\" class=\"wp-image-549\" /><figcaption>Koffee backstage during her set Jimmy Kimmel Live! (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She released her debut EP, <strong><em>Rapture</em></strong>, earlier in March\nto great acclaim, and has been holding strong on the charts. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since then, Koffee, alongside Chronixx, has done a remix to Ed Sheeran’s smash hit <strong><em>I Don’t Care</em></strong> – and according to the rumour mill, she will be a writer on Rihanna\'s upcoming album.</p>\n<!-- /wp:paragraph -->','Koffee gives big performance on Jimmy Kimmel Live!','','inherit','closed','closed','','542-revision-v1','','','2019-07-25 15:19:37','2019-07-25 20:19:37','',542,'https://buzz-caribbean.com/article/542-revision-v1/',0,'revision','',0),(553,4,'2019-07-25 15:21:35','2019-07-25 20:21:35','<!-- wp:paragraph -->\n<p>Kanye West wants Danny McBride to play him in a movie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 42-year-old rapper went to the actor\'s home in Charleston to pitch him a \"pretty brilliant idea\" for a project about the story of his life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":539} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Kanye-West.jpeg\" alt=\"\" class=\"wp-image-539\" /><figcaption>Kanye West</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, Danny, 42, was surprised by Kanye\'s pitch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I had a pretty interesting guest shortly after we moved there [to Charleston]. One day I got a phone call out of nowhere and the voice sounded familiar but I wasn\'t sure who it was. I was like, \'Hello?\' and he was like, \'Hey, is Danny there?\' He was like, \'This is Kanye West\', Danny said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Danny said: \"He basically said he was a fan of mine and wanted to come hang out. I think he thought I lived in Los Angeles so I was like, \'No I live in Charleston,\' and he was quiet and then said, \'OK, I can go there too.\' I was getting nervous, like, \'What should I wear when Kanye gets here.\' He had an idea for a project which I think was a pretty brilliant idea. He wanted to do a movie about the story of his life and he wanted me to play him. I thought it was a cool enough idea and we hung out, we went out on a boat, we just talked. He was awesome, it was the most incredible afternoon.\"</p>\n<!-- /wp:paragraph -->','Kanye asks Danny McBride to play him in a movie','','inherit','closed','closed','','533-revision-v1','','','2019-07-25 15:21:35','2019-07-25 20:21:35','',533,'https://buzz-caribbean.com/article/533-revision-v1/',0,'revision','',0),(554,4,'2019-07-25 15:22:40','2019-07-25 20:22:40','','Danny Mcbride','','inherit','closed','closed','','danny-mcbride-2','','','2019-07-25 15:22:40','2019-07-25 20:22:40','',0,'https://buzz-caribbean.com/app/uploads/2019/07/danny-mcbride-1.jpg',0,'attachment','image/jpeg',0),(556,4,'2019-07-25 15:29:47','2019-07-25 20:29:47','<!-- wp:paragraph -->\n<p>Kanye West wants Danny McBride to play him in a movie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 42-year-old rapper went to the actor\'s home to pitch him a \"pretty brilliant idea\" for a project about the story of his life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":539} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Kanye-West.jpeg\" alt=\"\" class=\"wp-image-539\" /><figcaption>Kanye West</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, Danny, 42, was surprised by Kanye\'s pitch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I had a pretty interesting guest shortly after we moved there [to Charleston]. One day I got a phone call out of nowhere and the voice sounded familiar but I wasn\'t sure who it was. I was like, \'Hello?\' and he was like, \'Hey, is Danny there?\' He was like, \'This is Kanye West\', Danny said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":554} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/danny-mcbride-1.jpg\" alt=\"\" class=\"wp-image-554\" /><figcaption>Danny McBride</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Danny said: \"He basically said he was a fan of mine and wanted to come hang out. I think he thought I lived in Los Angeles so I was like, \'No I live in Charleston,\' and he was quiet and then said, \'OK, I can go there too.\' I was getting nervous, like, \'What should I wear when Kanye gets here.\' He had an idea for a project which I think was a pretty brilliant idea. He wanted to do a movie about the story of his life and he wanted me to play him. I thought it was a cool enough idea and we hung out, we went out on a boat, we just talked. He was awesome, it was the most incredible afternoon.\"</p>\n<!-- /wp:paragraph -->','Kanye asks Danny McBride to play him in a movie','','inherit','closed','closed','','533-revision-v1','','','2019-07-25 15:29:47','2019-07-25 20:29:47','',533,'https://buzz-caribbean.com/article/533-revision-v1/',0,'revision','',0),(558,11,'2019-07-25 15:39:59','2019-07-25 20:39:59','<!-- wp:paragraph -->\n<p>Check this out: in 2015 you stopped dating Tyrone because he could not control the one-eyed snake that was slithering around in his trousers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So after a year and a string of broken promises, you called it quits and gathered your best friend and a tub of ice cream to bawl, commiserate and watch Lifetime movies together as you both cuss out every male for being a furry four-legged creature that pees on fire hydrants and shags every available woman as if marking their territory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As time heals all wounds, you eventually dusted yourself off, got a new hot hairstyle and an even newer and hotter beau and moved on. #SnapBack</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fast forward to present day and your bestie called you up to say she is coming over to talk. That bubbly gut feeling in the pit of your stomach said whatever she is coming with is not going to be good. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After much hand wringing, she finally blurted out that she was dating Tyrone your ex and she actually wants your blessing, suggesting that maybe some time soon you can all double date! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your initial reaction is to tell her every choice fabric that Pings and Pablo’s sells as she is the first cousin to Judas Iscariot, but then you stop to think: do you really have the right to curse her out? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Granted she should have levelled with you about her interest in him but since she did not, what can you really do about the situation? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You can most definitely run her out of your home and out of your life in addition to calling her every vile and disgusting name you can find in the dictionary and even some that have not made it in there as yet. But after venting, does it change anything? Not really.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While she may be a homie hopper, can you really throw away years of friendship over a man who is not even your man anymore? Before you can consider any of that you need to examine if she really violated the friendship by dating your ex? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you cut her off and declare war on social media or do you take time to lick your wounds and realise that your past relationship is always just that - the past.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some will say yes it was disrespectful on her part as she is putting her desire for a man thought to be off-limit over your friendship, hence she probably was never a true friend to begin with.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In short, it is a betrayal of your trust. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A real friend would not put themselves in a position that would lead to dating the ex-lover of someone they called a sister. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, others will argue that once that relationship ended, he was fair game. As long as she was not dating him when you guys were together, nothing is wrong with her seeing someone you once had a relationship with. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We would all want a ‘kumbaya’ moment, but the reality is a different matter. First of all, there will be awkwardness when you all have to cross paths. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Is he allowed to tag along to parties and events or will it be an unspoken rule for her to just not bring him around you?  Also, he now has intimate knowledge of both you and your friend in the bedroom and you may wonder if he does the comparisons in his head! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is easy to say it would not be a problem but for most women, there are too many untenable factors at play to make it a situation to which they can truly say they are okay with it.</p>\n<!-- /wp:paragraph -->','Is it ok to date your friend’s ex?','','inherit','closed','closed','','547-revision-v1','','','2019-07-25 15:39:59','2019-07-25 20:39:59','',547,'https://buzz-caribbean.com/article/547-revision-v1/',0,'revision','',0),(559,11,'2019-07-25 16:31:21','2019-07-25 21:31:21','<!-- wp:paragraph -->\n<p>Have you ever seen grown people do some crazy things and you wonder what drove them to do it and their explanation is that their granny used to say how bad luck would follow them if they did not?&nbsp; Superstitions. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not the kind that Stevie Wonder sang about, but the garden variety type that leaves normally sensible individuals doing acts all in the name of customs that usually have no logical bearing or reason.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You are not Jamaican if you have not heard or done a few yourself, because sometimes we do them so often it becomes second nature. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3697} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/buzz-memories-4-1024x853.jpg\" alt=\"\" class=\"wp-image-3697\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The following represent some common ones that you can probably relate to.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>If you point on a grave you haffi (have to) bite all ten fingers and ‘spin u roll’</li><li>Two pregnant women should not walk together, because the second one will have a painful labour and delivery.</li><li> If you are walking home and you feel that a duppy (ghost) is following you, pick up a stone and continue walking. Then pretend that you throw the stone away. The duppy will spend the rest of the night at the spot looking for it. </li><li>If you open an umbrella in a house, you are not going to get married.</li><li>If a person of the opposite sex jumps over you, you will stop growing (‘done grow’).</li><li>If a pregnant woman looks down into a bottle, her baby will be born with one ‘squinty’ eye.</li><li>If a woman has sex with a man other than the father of her baby, the baby will be delayed in walking.</li><li>If a mother cuts her son’s hair before he is one-year-old or starts walking, he will have delayed speech.</li><li>If you throw something outside at night through a window you must say ‘excuse me’ or duppy (ghost) will box you for startling him/her.</li><li>If a husband dies, the widow must wear red panties so that his duppy (ghost) does not try to have intercourse with her.</li><li>If a parent dies leaving an infant, the child must be passed over the coffin so that the deceased recognises him and won’t come back to ‘trouble’ him.</li><li>Drive nails into the foot bottom of a deceased person so that their duppy (ghost) does not come back around.</li><li>If you wash your face with rice water you will see duppy (ghost).</li><li>If you are pregnant and feeling for a particular food and do not get it and shortly after scratch your skin, the baby will be born with that birthmark.</li><li>If you put your handbag on the floor, you will stay poor.</li><li>If a woman mixes her menses with a man’s food, she will ‘tie’ him to her for life.</li><li>If you see a black bat at night, it is your dead granny ‘visiting’ with you.</li><li>If you open a Bible over the head of a baby, he/she will be protected.</li><li>If you are coming late at night, enter your home backwards so that a duppy (ghost) does not follow you in.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong><em>What other superstitions did you hear while growing up?</em></strong></p>\n<!-- /wp:paragraph -->','How superstitious are you?','','publish','closed','closed','','how-superstitious-are-you','','','2019-08-14 16:38:22','2019-08-14 21:38:22','',0,'https://buzz-caribbean.com/?p=559',0,'post','',0),(560,14,'2019-07-25 17:30:10','2019-07-25 22:30:10','<!-- wp:image {\"id\":561} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/dunns-river-demo-1024x575.jpg\" alt=\"\" class=\"wp-image-561\" /><figcaption>Dunn\'s River falls (Photo: TravelJamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It may be the heat or the natural allure of the Dunn\'s River Falls and Park, but people have been flocking to the attraction in droves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dunn\'s River, which is dubbed Jamaica\'s most popular attraction, has seen a huge surge in attendance since the start of the 2019 summer season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":568} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/dunns-river-splash-pad-demo-1024x461.jpg\" alt=\"\" class=\"wp-image-568\" /><figcaption>The kid-friendly \'Splash Pad\' at the Dunn\'s River Falls and Park (Photo: Urban Development Corporation [UDC])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Winding queues of people, locals and tourists alike, have been a mainstay at the attraction as vast numbers of patrons wait anxiously to gain access to the facility. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On any given day the lines are lengthy, but the situation escalates on weekends as well as holidays, with the park usually brimming at maximum capacity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As one of Jamaica\'s biggest tourist magnets, Dunn’s River Falls rises from the hills overlooking Ocho Rios and empties into the alluring Caribbean Sea.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Patrons looking to enjoy the sights and experiences of Dunn’s River Falls and Park should be pleased to note that some work is expected to be done to further improve the aesthetics of the iconic location. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These improvements will include new changing rooms, shops, a VIP entrance and rehabilitation of the craft market.&nbsp;</p>\n<!-- /wp:paragraph -->','Visits to Dunn’s River spike in time for summer','','publish','closed','closed','','visits-to-dunns-river-spike-in-time-for-summer','','','2019-08-14 18:23:23','2019-08-14 23:23:23','',0,'https://buzz-caribbean.com/?p=560',0,'post','',0),(561,14,'2019-07-25 15:49:03','2019-07-25 20:49:03','','dunns-river-demo','','inherit','closed','closed','','dunns-river-demo','','','2019-07-25 15:49:03','2019-07-25 20:49:03','',560,'https://buzz-caribbean.com/app/uploads/2019/07/dunns-river-demo.jpg',0,'attachment','image/jpeg',0),(562,11,'2019-07-25 16:07:03','2019-07-25 21:07:03','<!-- wp:paragraph -->\n<p>Have you ever seen\ngrown people do some crazy things and you wonder what drove them to do it and their\nexplanation is that their granny used to tell how bad luck would follow them if\nthey did not?&nbsp; Superstitions. Not the\nkind that Stevie Wonder sang about but the garden variety type that leaves\nnormally sensible individuals doing acts all in the name of customs that\nusually have no logical bearing or reason.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You are not Jamaican if you have not heard or done a few yourself because sometimes we do them so often it becomes second nature. The following represent some common ones that you can probably relate to.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>If you point on a grave you haffi (have to) bite all ten fingers and ‘spin u roll’</li><li>Two pregnant women should not walk together, because the second one will have a painful labour and delivery.</li><li>If you open an umbrella in a house, you are not going to get married.</li><li>If a person of the opposite sex jumps over you, you will stop growing (‘done grow’).</li><li>If a pregnant woman looks down into a bottle, her baby will be born with one ‘squinty’ eye.</li><li>If a woman has sex with a man other than the father of her baby, the baby will be delayed in walking.</li><li>If a mother cuts her son’s hair before he is one-year-old or starts walking, he will have delayed speech.</li><li>If you throw something outside at night through a window you must say ‘excuse me’ or duppy (ghost) will box you for startling him/her.</li><li>If a husband dies, the widow must wear red panties so that his duppy (ghost) does not try to have intercourse with her.</li><li>If a parent dies leaving an infant, the child must be passed over the coffin so that the deceased recognises him and won’t come back to ‘trouble’ him.</li><li>Drive nails into the foot bottom of a deceased person so that their duppy (ghost) does not come back around.</li><li>If you wash your face with rice water you will see duppy (ghost).</li><li>If you are pregnant and feeling for a particular food and do not get it and shortly after scratch your skin, the baby will be born with that birthmark.</li><li>If you put your handbag on the floor, you will stay poor.</li><li>If a woman mixes her menses with a man’s food, she will ‘tie’ him to her for life.</li><li>If you see a black bat at night, it is your dead granny ‘visiting’ with you.</li><li>If you open a Bible over the head of a baby, he/she will be protected.</li><li>If you are coming late at night, enter your home backwards so that a duppy (ghost) does not follow you in.</li><li>If you are walking home and you feel that a duppy (ghost) is following you, pick up a stone and continue walking. Then pretend that you throw the stone away. The duppy will spend the rest of the night at the spot looking for it.</li></ol>\n<!-- /wp:list -->','How superstitious are you?','','inherit','closed','closed','','559-revision-v1','','','2019-07-25 16:07:03','2019-07-25 21:07:03','',559,'https://buzz-caribbean.com/article/559-revision-v1/',0,'revision','',0),(563,3,'2019-07-25 16:14:48','2019-07-25 21:14:48','','Testimage1','','inherit','closed','closed','','testimage1','','','2019-07-25 16:14:48','2019-07-25 21:14:48','',0,'https://buzz-caribbean.com/app/uploads/2019/07/testimage1.jpg',0,'attachment','image/jpeg',0),(564,3,'2019-07-25 16:16:08','2019-07-25 21:16:08','','Testimage2','','inherit','closed','closed','','testimage2','','','2019-07-25 16:16:08','2019-07-25 21:16:08','',0,'https://buzz-caribbean.com/app/uploads/2019/07/testimage2.jpg',0,'attachment','image/jpeg',0),(568,14,'2019-07-25 16:18:52','2019-07-25 21:18:52','','dunns-river-splash-pad-demo','','inherit','closed','closed','','dunns-river-splash-pad-demo','','','2019-07-25 16:18:52','2019-07-25 21:18:52','',560,'https://buzz-caribbean.com/app/uploads/2019/07/dunns-river-splash-pad-demo.jpg',0,'attachment','image/jpeg',0),(569,11,'2019-07-25 16:31:21','2019-07-25 21:31:21','<!-- wp:paragraph -->\n<p>Have you ever seen grown people do some crazy things and you wonder what drove them to do it and their explanation is that their granny used to say how bad luck would follow them if they did not?  Superstitions. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not the kind that Stevie Wonder sang about, but the garden variety type that leaves normally sensible individuals doing acts all in the name of customs that usually have no logical bearing or reason.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You are not Jamaican if you have not heard or done a few yourself, because sometimes we do them so often it becomes second nature. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The following represent some common ones that you can probably relate to.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>If you point on a grave you haffi (have to) bite all ten fingers and ‘spin u roll’</li><li>Two pregnant women should not walk together, because the second one will have a painful labour and delivery.</li><li>If you open an umbrella in a house, you are not going to get married.</li><li>If a person of the opposite sex jumps over you, you will stop growing (‘done grow’).</li><li>If a pregnant woman looks down into a bottle, her baby will be born with one ‘squinty’ eye.</li><li>If a woman has sex with a man other than the father of her baby, the baby will be delayed in walking.</li><li>If a mother cuts her son’s hair before he is one-year-old or starts walking, he will have delayed speech.</li><li>If you throw something outside at night through a window you must say ‘excuse me’ or duppy (ghost) will box you for startling him/her.</li><li>If a husband dies, the widow must wear red panties so that his duppy (ghost) does not try to have intercourse with her.</li><li>If a parent dies leaving an infant, the child must be passed over the coffin so that the deceased recognises him and won’t come back to ‘trouble’ him.</li><li>Drive nails into the foot bottom of a deceased person so that their duppy (ghost) does not come back around.</li><li>If you wash your face with rice water you will see duppy (ghost).</li><li>If you are pregnant and feeling for a particular food and do not get it and shortly after scratch your skin, the baby will be born with that birthmark.</li><li>If you put your handbag on the floor, you will stay poor.</li><li>If a woman mixes her menses with a man’s food, she will ‘tie’ him to her for life.</li><li>If you see a black bat at night, it is your dead granny ‘visiting’ with you.</li><li>If you open a Bible over the head of a baby, he/she will be protected.</li><li>If you are coming late at night, enter your home backwards so that a duppy (ghost) does not follow you in.</li><li>If you are walking home and you feel that a duppy (ghost) is following you, pick up a stone and continue walking. Then pretend that you throw the stone away. The duppy will spend the rest of the night at the spot looking for it.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong><em>What other superstitions did you hear while growing up?</em></strong></p>\n<!-- /wp:paragraph -->','How superstitious are you?','','inherit','closed','closed','','559-revision-v1','','','2019-07-25 16:31:21','2019-07-25 21:31:21','',559,'https://buzz-caribbean.com/article/559-revision-v1/',0,'revision','',0),(571,21,'2019-08-14 18:51:10','2019-08-14 23:51:10','<!-- wp:paragraph -->\n<p>We Jamaicans are notorious for many things and one of them is that we do not like to show appreciation for services rendered. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We blatantly state that they are already being paid so “weh tipping a go?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5587} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tip-Jar-1024x720.jpg\" alt=\"\" class=\"wp-image-5587\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We usually do not feel compelled to dip into our purses or wallets to give a little something extra. But what really is the deal when it comes to this practice and how many of us are guilty of being stingy with our coins?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A prevailing view is that Jamaicans have never been big on tipping as most feel that service providers such as bellmen and waiters are already being compensated for the service they provide, so culturally we tend to ignore that outstretched hand or just give a handshake instead. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2620} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tipping-1024x576.jpg\" alt=\"\" class=\"wp-image-2620\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The practice of tipping dates back to the 17<sup>th</sup> century in Tudor, England where it became the custom that overnight guests to private homes gave small sums of money known as ‘vails’ to the host’s servants. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Later, customers at London coffee houses and places where commercial services were provided joined in. &nbsp;Today, it is formally referred to as ‘gratuity’. A tip is a sum of money customarily tendered, in addition to the basic price for a service performed or anticipated and will vary from country to country as norms and customs are different. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not all settings, however, encourage tipping and it can actually be seen as insulting to some professionals. In the case of police officers, offering gratuity can be viewed as bribery; giving money to journalists or disc jockeys is seen as ‘payola’ and some hotels discourage the practice of tipping in Jamaica as some employees go too far and actually harass guests when tips are not given or if it is not the amount they expected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Which brings us back to whether tipping is really practised in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tipping is still being done in restaurants and salons as these are service industries where the most satisfaction is derived – from eating good food and looking pretty. Its popularity, however, may be on the decline for two reasons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To put it simply, ‘nuh money nah run’. One cannot tip what one does not have. Another reason is that the attitude of some service providers turn off customers when they get demanding. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For some, it is almost as if their arms are being twisted to give regardless of if they are satisfied with a service or not. While they would love to be able to tip lavishly, their pockets cannot afford to make it happen every time and service providers need to understand that it is the customers’ right to give at their own discretion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you have no problem brightening some one’s day, then give a little ‘supm supm’ to your hairdresser, supermarket bag handler, driver, bartender, musician etc. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And while restaurants may have a service charge, still slip the waiter/waitress something as not all establishments actually give their workers the money they charge you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us know at <strong>BUZZ</strong>. Do you make a habit of tipping service providers when you go out?</p>\n<!-- /wp:paragraph -->','Do Jamaicans tip?','','publish','open','closed','','do-jamaicans-tip','','','2019-08-23 19:11:05','2019-08-24 00:11:05','',0,'https://buzz-caribbean.com/?p=571',0,'post','',0),(574,3,'2019-07-25 16:45:07','2019-07-25 21:45:07','','Koffeetestofficial','','inherit','closed','closed','','koffeetestofficial','','','2019-07-25 16:45:07','2019-07-25 21:45:07','',0,'https://buzz-caribbean.com/app/uploads/2019/07/koffeetestofficial.jpg',0,'attachment','image/jpeg',0),(577,11,'2019-07-25 17:00:12','2019-07-25 22:00:12','<!-- wp:paragraph -->\n<p>We Jamaicans are notorious for many things and one of them is that we do not like to show appreciation for services rendered. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We blatantly state that they are already being paid so “weh tipping a go?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We usually do not feel compelled to dip into our purses or wallets to give a little something extra. But what really is the deal when it comes to this practice and how many of us are guilty of being stingy with our coins?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A prevailing view is that Jamaicans have never been big on tipping as most feel that service providers such as bellmen and waiters are already being compensated for the service they provide, so culturally we tend to ignore that outstretched hand or just give a handshake instead. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The practice of tipping dates back to the 17<sup>th</sup> century in Tudor, England where it became the custom that overnight guests to private homes gave small sums of money known as ‘vails’ to the host’s servants. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Later, customers at London coffee houses and places where commercial services were provided joined in.  Today, it is formally referred to as ‘gratuity’. A tip is a sum of money customarily tendered, in addition to the basic price for a service performed or anticipated and will vary from country to country as norms and customs are different. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The practice caught on in the United States after the American Civil War, when wealthy Americans travelling abroad to Europe witnessed it and its association with an aristocratic custom, which seemed to ‘bestow’ things on those less fortunate than themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By the turn of the 20th century, tipping had become a routine practice but there was an anti-tipping backlash in 1909 prompting the government to intervene and it became illegal in Washington and six other states. However, some employers protested, resulting in these states eventually overturning the ban. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not all settings, however, encourage tipping and it can actually be seen as insulting to some professionals. In the case of police officers, offering gratuity can be viewed as bribery; giving money to journalists or disc jockeys is seen as ‘payola’ and some hotels discourage the practice of tipping in Jamaica as some employees go too far and actually harass guests when tips are not given or if it is not the amount they expected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Which brings us back to whether tipping is really practised in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tipping is still being done in restaurants and salons as these are industries where the most satisfaction is derived – from eating good food and looking pretty. Its popularity, however, may be on the decline for two reasons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To put it simply, ‘nuh money nah run’. One cannot tip what one does not\nhave. Another reason is the attitude of some service providers turn off\ncustomers when they get demanding. For some, it is almost as if their arms are\nbeing twisted to give regardless of if they are satisfied with a service or\nnot. While they would love to be able to tip lavishly, their pockets cannot\nafford to make it happen every time and service providers need to understand\nthat it is the customers’ right to give at their own discretion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If\nyou have no problem brightening some one’s day, then give a little ‘supm supm’ to\nyour hairdresser, supermarket bag handler, driver, bartender, musician etc. And\nwhile restaurants may have a service charge, still slip the waiter/waitress\nsomething as not all establishments actually give their workers the money they charge\nyou.</p>\n<!-- /wp:paragraph -->','Do Jamaican people tip?','','inherit','closed','closed','','571-revision-v1','','','2019-07-25 17:00:12','2019-07-25 22:00:12','',571,'https://buzz-caribbean.com/article/571-revision-v1/',0,'revision','',0),(578,14,'2019-07-25 17:30:10','2019-07-25 22:30:10','<!-- wp:image {\"id\":561} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/dunns-river-demo-1024x575.jpg\" alt=\"\" class=\"wp-image-561\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It may be the heat or the natural allure of the Dunn\'s River Falls and Park, but people have been flocking to the attraction in droves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dunn\'s River, which is dubbed Jamaica\'s most popular attraction, has seen a huge surge in attendance since the start of the 2019 summer season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":568} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/dunns-river-splash-pad-demo-1024x461.jpg\" alt=\"\" class=\"wp-image-568\" /><figcaption>The kid-friendly \'Splash Pad\' at the Dunn\'s River Falls and Park (Photo contributed, Urban Development Corporation [UDC])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Winding queues of people, with local and tourists alike, have been a mainstay at the attraction as the vast number of patrons wait to gain access to the facility. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On any given day the lines are lengthy, but the situation escalates on weekends as well as holidays, with the park usually brimming at maximum capacity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As one of Jamaica\'s biggest tourist magnets, Dunn’s River Falls rises from the hills overlooking Ocho Rios and empties into the sea.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Patrons looking to enjoy the sights and experiences of Dunn’s River Falls and Park should be pleased to note that some work is expected to be done to further improve the aesthetics of the iconic location. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These improvements will include new changing rooms, shops, a VIP entrance and rehabilitation of the craft market. </p>\n<!-- /wp:paragraph -->','Visits to Dunn’s River spike in time for summer','','inherit','closed','closed','','560-revision-v1','','','2019-07-25 17:30:10','2019-07-25 22:30:10','',560,'https://buzz-caribbean.com/article/560-revision-v1/',0,'revision','',0),(580,14,'2019-07-25 17:51:52','2019-07-25 22:51:52','<!-- wp:image {\"id\":561} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/dunns-river-demo-1024x575.jpg\" alt=\"\" class=\"wp-image-561\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It may be the heat or the natural allure of the Dunn\'s River Falls and Park, but people have been flocking to the attraction in droves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dunn\'s River, which is dubbed Jamaica\'s most popular attraction, has seen a huge surge in attendance since the start of the 2019 summer season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":568} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/dunns-river-splash-pad-demo-1024x461.jpg\" alt=\"\" class=\"wp-image-568\" /><figcaption>The kid-friendly \'Splash Pad\' at the Dunn\'s River Falls and Park (Photo contributed, Urban Development Corporation [UDC])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Winding queues of people, locals and tourists alike, have been a mainstay at the attraction as vast numbers of patrons wait anxiously to gain access to the facility. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On any given day the lines are lengthy, but the situation escalates on weekends as well as holidays, with the park usually brimming at maximum capacity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As one of Jamaica\'s biggest tourist magnets, Dunn’s River Falls rises from the hills overlooking Ocho Rios and empties into the alluring Caribbean Sea.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Patrons looking to enjoy the sights and experiences of Dunn’s River Falls and Park should be pleased to note that some work is expected to be done to further improve the aesthetics of the iconic location. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These improvements will include new changing rooms, shops, a VIP entrance and rehabilitation of the craft market.&nbsp;</p>\n<!-- /wp:paragraph -->','Visits to Dunn’s River spike in time for summer','','inherit','closed','closed','','560-revision-v1','','','2019-07-25 17:51:52','2019-07-25 22:51:52','',560,'https://buzz-caribbean.com/article/560-revision-v1/',0,'revision','',0),(581,23,'2019-07-25 18:12:26','2019-07-25 23:12:26','<!-- wp:paragraph -->\n<p>Jik-Reuben Pringle is a 28-year-old Jamaican photographer, who is known for his captivating story-telling portraits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":582} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-1.jpg\" alt=\"\" class=\"wp-image-582\" /><figcaption>The \'Visual Ninja\' himself (Photo: Jik-Reuben Pringle)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Personally, photography is an important channel of\ncommunicating. Not everyone can feel from just reading but [people] definitely\nget sparked or triggered from a visual representation of a message,” he\nexplained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":583} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-2.jpg\" alt=\"\" class=\"wp-image-583\" /><figcaption>The award-winning \'Sun and Moon Eclipse\' piece (Photo: Jik-Reuben Pringle)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pringle is hailed as a ‘visual advocate’ due to his unique, bold representation of illnesses through photography.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Known in the local creative spaces as the \'Visual Ninja\', Jik-Reuben finished his <strong>Made for More</strong> project two years ago with Davianne Tucker, which was lauded for exceptionally tackling Endometriosis and other societal topics. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":585} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-3.jpg\" alt=\"\" class=\"wp-image-585\" /><figcaption>Jik-Reuben\'s DOMZ piece (Photo: Jik-Reuben Pringle) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He is currently working with Sanshegay Peart (S.A.C.E) on a project/documentary to bring awareness to a rare bone disease called Osteogenesis Imprefecta.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":584} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-4.jpg\" alt=\"\" class=\"wp-image-584\" /><figcaption> Sanshegay Peart (S.A.C.E) stands as Jik-Reuben\'s muse as the pair bring awareness to Osteogenesis Imperfecta (Photo: Jik-Reuben Pringle)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“My influences definitely move from various places, music, artists and even family members, some of the primary ones are members of the Reggae Revival. I love pulling references from documentaries, other art forms, such as writing, paints, and illustrations,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He named two recent influences, Justice Mukheli and Andre D.\nWagner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pringle is currently working on a potential 10-year anniversary piece that will go on exhibit in October 2020.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Shania Hanchard </em></strong></p>\n<!-- /wp:paragraph -->','\'Visual Ninja\': Compelling stories through photography','','publish','closed','closed','','visual-ninja-compelling-stories-through-photography','','','2019-08-16 11:43:53','2019-08-16 16:43:53','',0,'https://buzz-caribbean.com/?p=581',0,'post','',0),(582,14,'2019-07-25 18:06:08','2019-07-25 23:06:08','','jik-rueben-1','','inherit','closed','closed','','jik-rueben-1','','','2019-07-25 18:06:08','2019-07-25 23:06:08','',581,'https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-1.jpg',0,'attachment','image/jpeg',0),(583,14,'2019-07-25 18:06:47','2019-07-25 23:06:47','','jik-rueben-2','','inherit','closed','closed','','jik-rueben-2','','','2019-07-25 18:06:47','2019-07-25 23:06:47','',581,'https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-2.jpg',0,'attachment','image/jpeg',0),(584,14,'2019-07-25 18:08:14','2019-07-25 23:08:14','','jik-rueben-4','','inherit','closed','closed','','jik-rueben-4','','','2019-07-25 18:08:14','2019-07-25 23:08:14','',581,'https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-4.jpg',0,'attachment','image/jpeg',0),(585,14,'2019-07-25 18:08:35','2019-07-25 23:08:35','','jik-rueben-3','','inherit','closed','closed','','jik-rueben-3','','','2019-07-25 18:08:35','2019-07-25 23:08:35','',581,'https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-3.jpg',0,'attachment','image/jpeg',0),(586,14,'2019-07-25 18:12:26','2019-07-25 23:12:26','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jik-Reuben Pringle is a 27-year-old Jamaican photographer, who is known for his captivating story-telling portraits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Personally, photography is an important channel of\ncommunicating. Not everyone can feel from just reading but [people] definitely\nget sparked or triggered from a visual representation of a message,” he\nexplained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":583} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-2.jpg\" alt=\"\" class=\"wp-image-583\" /><figcaption>The award-winning \'Sun and Moon Eclipse\' piece (Photo contributed, Jik-Reuben Pringle)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pringle is hailed as a ‘visual advocate’ due to his unique, bold representation of illnesses through photography.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":582} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-1.jpg\" alt=\"\" class=\"wp-image-582\" /><figcaption>The \'Visual Ninja\' himself (Photo contributed, Jik-Reuben Pringle)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Known in the local creative spaces as the \'Visual Ninja\', Jik-Reuben recently did a <strong>Made for More</strong> project with Davian Bennett that was exceptional as they tackled Endometriosis and other societal topics. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":585} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-3.jpg\" alt=\"\" class=\"wp-image-585\" /><figcaption>Model Davina Bennett offers a piercing gaze in Pringle\'s Made for More project (Photo contributed) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He is currently working with Sanshegay Peart (S.A.C.E) on a project/documentary to bring awareness to a rare bone disease called Osteogenesis Imprefecta.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":584} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-4.jpg\" alt=\"\" class=\"wp-image-584\" /><figcaption> Sanshegay Peart (S.A.C.E) stands as Jik-Reuben\'s muse as the pair bring awareness to Osteogenesis Imperfecta (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“My influences definitely move from various places, music, artists and even family members, some of the primary ones are members of the Reggae Revival. I love pulling references from documentaries, other art forms, such as writing, paints, and illustrations,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He named two recent influences, Justice Mukheli and Andre D.\nWagner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I did always peep the works of Ansel Adams, Gordon Parks\nand my mentor lizzy brown (yes in all lower case, that’s her vibe). It was in\nplanning for that project I discovered how I could use portraits to uplift and\nhighlight the black woman.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is currently working on a potential 10-year anniversary\npiece that will go on exhibit in October 2020.</p>\n<!-- /wp:paragraph -->','\'Visual Ninja\': Compelling stories through photography','','inherit','closed','closed','','581-revision-v1','','','2019-07-25 18:12:26','2019-07-25 23:12:26','',581,'https://buzz-caribbean.com/article/581-revision-v1/',0,'revision','',0),(588,14,'2019-07-25 18:16:45','2019-07-25 23:16:45','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jik-Reuben Pringle is a 27-year-old Jamaican photographer, who is known for his captivating story-telling portraits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Personally, photography is an important channel of\ncommunicating. Not everyone can feel from just reading but [people] definitely\nget sparked or triggered from a visual representation of a message,” he\nexplained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":583} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-2.jpg\" alt=\"\" class=\"wp-image-583\" /><figcaption>The award-winning \'Sun and Moon Eclipse\' piece (Photo contributed, Jik-Reuben Pringle)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pringle is hailed as a ‘visual advocate’ due to his unique, bold representation of illnesses through photography.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":582} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-1.jpg\" alt=\"\" class=\"wp-image-582\" /><figcaption>The \'Visual Ninja\' himself (Photo contributed, Jik-Reuben Pringle)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Known in the local creative spaces as the \'Visual Ninja\', Jik-Reuben recently did a <strong>Made for More</strong> project with Davian Bennett that was exceptional as they tackled Endometriosis and other societal topics. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":585} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-3.jpg\" alt=\"\" class=\"wp-image-585\" /><figcaption>Jik-Reuben\'s DOMZ piece (Photo contributed) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He is currently working with Sanshegay Peart (S.A.C.E) on a project/documentary to bring awareness to a rare bone disease called Osteogenesis Imprefecta.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":584} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-4.jpg\" alt=\"\" class=\"wp-image-584\" /><figcaption> Sanshegay Peart (S.A.C.E) stands as Jik-Reuben\'s muse as the pair bring awareness to Osteogenesis Imperfecta (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“My influences definitely move from various places, music, artists and even family members, some of the primary ones are members of the Reggae Revival. I love pulling references from documentaries, other art forms, such as writing, paints, and illustrations,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He named two recent influences, Justice Mukheli and Andre D.\nWagner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I did always peep the works of Ansel Adams, Gordon Parks\nand my mentor lizzy brown (yes in all lower case, that’s her vibe). It was in\nplanning for that project I discovered how I could use portraits to uplift and\nhighlight the black woman.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is currently working on a potential 10-year anniversary\npiece that will go on exhibit in October 2020.</p>\n<!-- /wp:paragraph -->','\'Visual Ninja\': Compelling stories through photography','','inherit','closed','closed','','581-revision-v1','','','2019-07-25 18:16:45','2019-07-25 23:16:45','',581,'https://buzz-caribbean.com/article/581-revision-v1/',0,'revision','',0),(589,11,'2019-07-26 09:18:22','2019-07-26 14:18:22','<!-- wp:paragraph -->\n<p>We Jamaicans are notorious for many things and one of them is that we do not like to show appreciation for services rendered. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We blatantly state that they are already being paid so “weh tipping a go?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We usually do not feel compelled to dip into our purses or wallets to give a little something extra. But what really is the deal when it comes to this practice and how many of us are guilty of being stingy with our coins?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A prevailing view is that Jamaicans have never been big on tipping as most feel that service providers such as bellmen and waiters are already being compensated for the service they provide, so culturally we tend to ignore that outstretched hand or just give a handshake instead. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The practice of tipping dates back to the 17<sup>th</sup> century in Tudor, England where it became the custom that overnight guests to private homes gave small sums of money known as ‘vails’ to the host’s servants. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Later, customers at London coffee houses and places where commercial services were provided joined in. &nbsp;Today, it is formally referred to as ‘gratuity’. A tip is a sum of money customarily tendered, in addition to the basic price for a service performed or anticipated and will vary from country to country as norms and customs are different. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The practice caught on in the United States after the American Civil War, when wealthy Americans travelling abroad to Europe witnessed it and its association with an aristocratic custom, which seemed to ‘bestow’ things on those less fortunate than themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By the turn of the 20th century, tipping had become a routine practice but there was an anti-tipping backlash in 1909 prompting the government to intervene and it became illegal in Washington and six other states. However, some employers protested, resulting in these states eventually overturning the ban. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not all settings, however, encourage tipping and it can actually be seen as insulting to some professionals. In the case of police officers, offering gratuity can be viewed as bribery; giving money to journalists or disc jockeys is seen as ‘payola’ and some hotels discourage the practice of tipping in Jamaica as some employees go too far and actually harass guests when tips are not given or if it is not the amount they expected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Which brings us back to whether tipping is really practised in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tipping is still being done in restaurants and salons as these are industries where the most satisfaction is derived – from eating good food and looking pretty. Its popularity, however, may be on the decline for two reasons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To put it simply, ‘nuh money nah run’. One cannot tip what one does not have. Another reason, is that the attitude of some service providers turn off customers when they get demanding. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For some, it is almost as if their arms are being twisted to give regardless of if they are satisfied with a service or not. While they would love to be able to tip lavishly, their pockets cannot afford to make it happen every time and service providers need to understand that it is the customers’ right to give at their own discretion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you have no problem brightening some one’s day, then give a little ‘supm supm’ to your hairdresser, supermarket bag handler, driver, bartender, musician etc. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And while restaurants may have a service charge, still slip the waiter/waitress something as not all establishments actually give their workers the money they charge you.</p>\n<!-- /wp:paragraph -->','Do Jamaican people tip?','','inherit','closed','closed','','571-revision-v1','','','2019-07-26 09:18:22','2019-07-26 14:18:22','',571,'https://buzz-caribbean.com/article/571-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (590,11,'2019-07-26 09:18:35','2019-07-26 14:18:35','<!-- wp:paragraph -->\n<p>We Jamaicans are notorious for many things and one of them is that we do not like to show appreciation for services rendered. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We blatantly state that they are already being paid so “weh tipping a go?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We usually do not feel compelled to dip into our purses or wallets to give a little something extra. But what really is the deal when it comes to this practice and how many of us are guilty of being stingy with our coins?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A prevailing view is that Jamaicans have never been big on tipping as most feel that service providers such as bellmen and waiters are already being compensated for the service they provide, so culturally we tend to ignore that outstretched hand or just give a handshake instead. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The practice of tipping dates back to the 17<sup>th</sup> century in Tudor, England where it became the custom that overnight guests to private homes gave small sums of money known as ‘vails’ to the host’s servants. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Later, customers at London coffee houses and places where commercial services were provided joined in. &nbsp;Today, it is formally referred to as ‘gratuity’. A tip is a sum of money customarily tendered, in addition to the basic price for a service performed or anticipated and will vary from country to country as norms and customs are different. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The practice caught on in the United States after the American Civil War, when wealthy Americans travelling abroad to Europe witnessed it and its association with an aristocratic custom, which seemed to ‘bestow’ things on those less fortunate than themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By the turn of the 20th century, tipping had become a routine practice but there was an anti-tipping backlash in 1909 prompting the government to intervene and it became illegal in Washington and six other states. However, some employers protested, resulting in these states eventually overturning the ban. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not all settings, however, encourage tipping and it can actually be seen as insulting to some professionals. In the case of police officers, offering gratuity can be viewed as bribery; giving money to journalists or disc jockeys is seen as ‘payola’ and some hotels discourage the practice of tipping in Jamaica as some employees go too far and actually harass guests when tips are not given or if it is not the amount they expected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Which brings us back to whether tipping is really practised in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tipping is still being done in restaurants and salons as these are industries where the most satisfaction is derived – from eating good food and looking pretty. Its popularity, however, may be on the decline for two reasons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To put it simply, ‘nuh money nah run’. One cannot tip what one does not have. Another reason, is that the attitude of some service providers turn off customers when they get demanding. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For some, it is almost as if their arms are being twisted to give regardless of if they are satisfied with a service or not. While they would love to be able to tip lavishly, their pockets cannot afford to make it happen every time and service providers need to understand that it is the customers’ right to give at their own discretion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you have no problem brightening some one’s day, then give a little ‘supm supm’ to your hairdresser, supermarket bag handler, driver, bartender, musician etc. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And while restaurants may have a service charge, still slip the waiter/waitress something as not all establishments actually give their workers the money they charge you.</p>\n<!-- /wp:paragraph -->','Do Jamaicans tip?','','inherit','closed','closed','','571-revision-v1','','','2019-07-26 09:18:35','2019-07-26 14:18:35','',571,'https://buzz-caribbean.com/article/571-revision-v1/',0,'revision','',0),(594,21,'2019-07-26 11:51:01','2019-07-26 16:51:01','<!-- wp:paragraph -->\n<p>They say life begins at 40. So, all the years on earth leading up to 40 we were probably still foetuses. Or were we all hibernating throughout the previous decades? With that said, there are many lessons to be learnt along life’s journey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4316} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/adult-business-people-businessmen-1243524-1024x683.jpg\" alt=\"\" class=\"wp-image-4316\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some under-40s may have already learnt these gems, but here are a few that are worthy of being mentioned. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Look in the mirror and just love and embrace your\nflaws.</strong> If you have stretch marks as a result of\npregnancy, love every line and wrinkles. They are your badge of honour </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Wake up and be thankful for every day.</strong> Do you know how many people did not live to see today? Be thankful for each additional day above ground.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>When you have to pee, just go!</strong>\nDo not hold it, do not laugh and especially do not sneeze! Those muscles have been\nworking overtime for far too many years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Even when broke, just be happy you are in a better place than others. </strong>Though you have not won the lottery if you can find money to buy your dinner you are still ahead of the game.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Say what’s on your mind even if some people do not\nlike it.</strong> Once it comes from a place of love, share\nyour opinion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Don’t hang around people who are negative.</strong>\nBecome allergic to negative people, they will bring you down!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Laugh more and laugh hard.</strong> Love a good joke. If you are always grumpy or cannot find humour in anything then it sucks for others to be around you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Do what excites you.</strong> Whether\nit is going on a roller coaster or taking in a movie with friends, just do it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Even if an idea seems crazy or unpopular to others,\nfollow it.</strong> Do not let people and their own personal in-built\nfears stop you from doing what you are driven to do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Cherish the friends you have.</strong>\nGood friends better than pocket kind so always find time to link up, have a\nmeal, belch and buss a story.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Take care of your elders, they won’t always be around.</strong>\nLearn as much from them as you possibly can. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Stay away from stuck up, pretentious or hypocritical\npeople.</strong> They usually have inner demons battling\nthat you have no idea about. Let them be. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>When something seems hard, go at it harder.</strong>\nDon’t give up. Your breakthrough can be right around the corner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Be a friend even when you think the person is making a\nmistake.</strong> It’s not our place to judge. Just say\nyour piece and then give support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Love with your entire being.</strong>\nGive what you can as much as you can because that’s the only way to love\ncompletely. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Tell your children you love them as often as you can.</strong> You can never do this enough as they grow up so fast and pretty soon all that remains are the memories and pictures when they go off and live their own lives. Kiss them often, read them a bedtime story and listen to every crazy story about school life and who annoys them and which teacher sucks. Those memories will be priceless one day. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>— Story written by C.W.</em><br></p>\n<!-- /wp:paragraph -->','Life lessons learnt at 40','','publish','open','closed','','life-lessons-learnt-at-40','','','2019-08-15 13:11:23','2019-08-15 18:11:23','',0,'https://buzz-caribbean.com/?p=594',0,'post','',0),(595,11,'2019-07-26 10:02:12','2019-07-26 15:02:12','<!-- wp:paragraph -->\n<p>In 2010, the Clarks brand of shoes got such a boost that persons were literally falling over themselves to acquire a pair or two.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This was due to songs done by dancehall superstar Vybz Kartel and Popcaan that drove Jamaicans and others across the world to spend their money on English manufactured kicks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=fQE3mTZ-abQ\\u0026list=RDfQE3mTZ-abQ\\u0026index=1\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=fQE3mTZ-abQ&amp;list=RDfQE3mTZ-abQ&amp;index=1\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> A definite impact from this was the major uptick in the prices of Clarks shoes by store owners and higglers.  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>All seeking to make the most of that opportunity to sell one of the most coveted footwear during that time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Over time Clarks continues to be one of the must-wear shoe brands for a number of Jamaicans and while it has seen competition from the likes of Kickers and others, it continues to hold its own.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More recently the Wallabee and the L stitch have resurged in high demand with dancehall artiste Jahvillani of the Wile Side Government clique dropping his popular track<em> \'Clarks pon foot\'</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[462,463]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Wallabee-1024x516.jpg\" alt=\"\" data-id=\"462\" data-link=\"https://buzz-caribbean.com/?attachment_id=462\" class=\"wp-image-462\" /><figcaption>Clarks Men\'s Wallabee Shoe</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/L-Stitch-Clarks-1.jpg\" alt=\"\" data-id=\"463\" data-link=\"https://buzz-caribbean.com/?attachment_id=463\" class=\"wp-image-463\" /><figcaption>Clarks Originals <strong>Seam Trek Men\'s L Stitch </strong>Shoe </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Since the release of his single, he has gotten the endorsement of the Clarks brand after a post on their social media page called the song the anthem of the summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/tv/BzfkrBSgN6e/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed aligncenter is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/tv/BzfkrBSgN6e/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Since then, persons have been actively tracking the prices of the shoes, with some expecting to see some increases as the shoes again ride a monster wave of popularity in the country that generally loves the shoe brand.&nbsp;</p>\n<!-- /wp:paragraph -->','Clarks shoes back in the limelight','','inherit','closed','closed','','456-revision-v1','','','2019-07-26 10:02:12','2019-07-26 15:02:12','',456,'https://buzz-caribbean.com/article/456-revision-v1/',0,'revision','',0),(599,4,'2019-07-26 14:31:18','2019-07-26 19:31:18','<!-- wp:paragraph -->\n<p>Reggae Sumfest promoter Joe Bogdanovich is assuring patrons that all the necessary arrangements are being made to guarantee the utmost comfort for the show next year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":609} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/sumfest-crowd-1024x683.jpg\" alt=\"\" class=\"wp-image-609\" /><figcaption>A section of the large crowd at Reggae Sumfest.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He acknowledged that some patrons experienced discomfort as a result of the large crowd that attended the 27th staging of the two-day show last month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reggae music lovers from across the world converged on Catherine Hall Montego Bay to experience a full line up of Reggae and Dancehall icons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The festival drew its largest crowd of approximately 40,000 patrons over the two-night period.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":613} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PM-at-sumfest-1024x683.jpg\" alt=\"\" class=\"wp-image-613\" /><figcaption>Joe Bogdanovich (at right), Prime Minister Andrew Holness and Tourism minister Ed Bartlett at Sumfest.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Our top priority will be to ensure safety and comfort\"</p><cite>— Joe Bogdanovich</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"With explosive growth comes challenges, demands and heavy responsibility. Next year we will continue to grow and improve the overall experience,\" Bogdanovich said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have already started planning for &nbsp;Sumfest  2020 and our top priority will be to ensure safety and comfort for our patrons so that they are able to enjoy the experience of &nbsp;The Greatest  Reggae Festival on Earth to the fullest,” he added.</p>\n<!-- /wp:paragraph -->','Changes underway to improve Reggae Sumfest 2020','','publish','open','closed','','changes-underway-to-improve-reggae-sumfest-2020','','','2019-08-14 17:09:26','2019-08-14 22:09:26','',0,'https://buzz-caribbean.com/?p=599',0,'post','',0),(602,11,'2019-07-26 11:51:01','2019-07-26 16:51:01','<!-- wp:paragraph -->\n<p>They say life begins at forty which is rather confusing because it, therefore, means all the years on earth leading up to forty we were probably still foetuses. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Or were we all hibernating throughout the previous decades?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With that said there are many lessons to be learnt along life’s journey so far. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some under-40s may have already learnt these gems, but here are a few that are worthy of being mentioned. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Look in the mirror and just love and embrace your\nflaws.</strong> If you have stretch marks as a result of\npregnancy, love every line and wrinkles. They are your badge of honour </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Wake up and be thankful for every day.</strong> Do you know how many people did not live to see today? Be thankful for each additional day above ground.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>When you have to pee, just go!</strong>\nDo not hold it, do not laugh and especially do not sneeze! Those muscles have been\nworking overtime for far too many years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Even when broke, just be happy you are in a better place than others. </strong>Though you have not won the lottery if you can find money to buy your dinner you are still ahead of the game.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Say what’s on your mind even if some people do not\nlike it.</strong> Once it comes from a place of love, share\nyour opinion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Don’t hang around people who are negative.</strong>\nBecome allergic to negative people, they will bring you down!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Laugh more and laugh hard.</strong> Love a good joke. If you are always grumpy or cannot find humour in anything then it sucks for others to be around you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Do what excites you.</strong> Whether\nit is going on a roller coaster or taking in a movie with friends, just do it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Even if an idea seems crazy or unpopular to others,\nfollow it.</strong> Do not let people and their own personal in-built\nfears stop you from doing what you are driven to do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Cherish the friends you have.</strong>\nGood friends better than pocket kind so always find time to link up, have a\nmeal, belch and buss a story.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Take care of your elders, they won’t always be around.</strong>\nLearn as much from them as you possibly can. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Stay away from stuck up, pretentious or hypocritical\npeople.</strong> They usually have inner demons battling\nthat you have no idea about. Let them be. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>When something seems hard, go at it harder.</strong>\nDon’t give up. Your breakthrough can be right around the corner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Be a friend even when you think the person is making a\nmistake.</strong> It’s not our place to judge. Just say\nyour piece and then give support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Love with your entire being.</strong>\nGive what you can as much as you can because that’s the only way to love\ncompletely. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Tell your children you love them as often as you can.</strong> You can never do this enough as they grow up so fast and pretty soon all that remains are the memories and pictures when they go off and live their own lives. Kiss them often, read them a bedtime story and listen to every crazy story about school life and who annoys them and which teacher sucks. Those memories will be priceless one day. </p>\n<!-- /wp:paragraph -->','Life lessons learnt at 40','','inherit','closed','closed','','594-revision-v1','','','2019-07-26 11:51:01','2019-07-26 16:51:01','',594,'https://buzz-caribbean.com/article/594-revision-v1/',0,'revision','',0),(603,21,'2019-07-26 12:39:33','2019-07-26 17:39:33','<!-- wp:paragraph -->\n<p>There is nothing worse than an overbearing parent. Indeed there are tonnes of stories about parents who do not know boundaries and will not let their babies leave the nest in peace.  Monster-in-law much?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3874} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Monster-In-Law-1024x704.jpg\" alt=\"\" class=\"wp-image-3874\" /><figcaption>Classic showdown scene between the bride-to-be and her mother-in-law in the popular movie Monster-In-Law.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Whether you asked for their opinions or not, some parents will let your partner know what they think of them, often crossing the line to even being disrespectful to their child’s significant other. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> There are several red flags or warning signs that you may have meddling parents or in-laws. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Some parental interference is slight and subtle, while others have almost declared war on your relationship. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1.</strong> <strong>His mother inspects his white shirts! </strong>For her, they cannot be beige or eggshell. Madam has declared that her precious son must have white shirts for work so you had better go invest in some blue soap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>2.</strong> <strong>Your father refers to your husband as ‘de boy him’.</strong> To look at a grown man and reduce him to the level of ‘boy’ speaks to the utter contempt he has for your spouse. Fix it Jesus!!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3. The children must refer to them as Mrs. or Mr. so-so, not grandma or grandpa! </strong>Because you had the audacity to water down the gene pool, they are not readily interested in embracing your offspring. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>4. When your mother-in-law comes to visit, she runs her hand over your furniture, checking for dust.</strong> Now the dust in your house is really none of her business but apparently, it will confirm to her if you can ‘keep house’ properly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong> <strong>His mother constantly questions how you raise and discipline your children</strong> and overnight she has become ‘Doctor Ruth’ and is now a paediatrician as well as a child psychologist. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>6. Your culinary capabilities are put to the test</strong> when his mother insinuates that you are not feeding him adequately and he is wasting away under your care.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>7.</strong> <strong>Your father comes by uninvited and stays as long as he wants.</strong> Soon he will be demanding a key. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>8. </strong>Your father-in-law takes his daughter shopping for furniture and accent pieces for YOUR home, thus <strong>picking out stuff without consulting you on items that will decorate or take up space in your home</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>9.</strong> <strong>Your husband goes home daily to eat his mother’s cooking before coming home to yours!</strong> That is tantamount to betrayal!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>10.</strong> <strong>Your parents refuse to sit down at any family gathering or even acknowledge your spouse as long as you are with them!</strong> Yup, it cannot get any worse than that. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You will have to decide to either cling to your partner or give up your relationship as you cannot make both parties happy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If parents love you unconditionally, they will learn to at least be civil towards your spouse. &nbsp;If they are unwilling, you may very well have to love your parents ...from a distance.</p>\n<!-- /wp:paragraph -->','Signs your parents are ruining your relationship','','publish','closed','closed','','signs-your-parents-are-ruining-your-relationship','','','2019-08-15 13:29:39','2019-08-15 18:29:39','',0,'https://buzz-caribbean.com/?p=603',0,'post','',0),(604,4,'2019-07-26 12:02:50','2019-07-26 17:02:50','<!-- wp:paragraph -->\n<p>Reggae Sumfest promoter Joe Bogdanovich is assuring patrons that all the necessary arrangements are being made to guarantee the utmost comfort for the show next year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He acknowledged that some patrons experienced discomfort as a result of the large crowd that attended the 27th staging of the two-day show last month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>mfest’s 27th staging  Last wReggae music lovers from across the world converged  on Catherine Hall Montego Bay to experience a full line up of Regae and  Dancehall icons including Buju Banton, Beres Hammond, Chronixx, Beenie  Man, and Bounty Killer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a result, the iconic festival drew its largest crowd in its 27-year history with approximatley 40,000 patrons combined for both nights.  Commenting on the size of the crowd, Bogdanovich noted, “I thank my team, the sponsors, artistes and the directors of Reggae Sumfest for their continued support our great homegrown music festival. But with explosive growth comes challenges along with demands and heavy responsibility. With a festival of this magnitude and the exponential  growth achieved is still an actual part of the working process and next  year we will continue to grow and improve the overall experience”  “We have already started planning for  Sumfest  2020 and our top priority will be to ensure safety and comfort for our  patrons so that they are able to enjoy the experience of  The Greatest  Reggae Festival on Earth to the fullest,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <br>Backstage Reggae Sumfest 2019 L-R: Dr. Sonjah Stanley Niaah,Copeland Forbes, Joe Bogdanovich, CEO of  DSE (Reggae Sumfest promoter), Olivia \"Babsy\" Grange,Minister of  Culture, Gender, Entertainment and Sport.</p>\n<!-- /wp:paragraph -->','Changes underway to improve Reggae Sumfest 2020','','inherit','closed','closed','','599-revision-v1','','','2019-07-26 12:02:50','2019-07-26 17:02:50','',599,'https://buzz-caribbean.com/article/599-revision-v1/',0,'revision','',0),(605,11,'2019-07-26 12:38:52','2019-07-26 17:38:52','<!-- wp:paragraph -->\n<p>There is nothing worse than an overbearing parent. Indeed there are tonnes of stories about parents who do not know boundaries and will not let their babies leave the nest in peace. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whether you asked for their opinions or not, some parents will let your partner know what they think of them, often crossing the line to even being disrespectful to their child’s significant other. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are several red flags or warning signs that you may have meddling parents or in-laws. Some parental interference is slight and subtle, while others have almost declared war on your relationship. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1.</strong> His mother inspects his white shirts! For her, they cannot be beige or eggshell. Madam has declared that her precious son must have white shirts for work so you had better go invest in some blue soap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>2.</strong> Your father refers to your husband as ‘de boy him’<strong>.</strong> To look at a grown man and reduce him to the level of ‘boy’ speaks to the utter contempt he has for your spouse. Fix it Jesus!!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3. </strong>The children must refer to them as Mrs. or Mr. so-so, not grandma or grandpa!<strong> </strong>Because you had the audacity to water down the gene pool, they are not readily interested in embracing your offspring. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. When your mother-in-law comes to visit, she runs her hand over your furniture, checking for dust. Now the dust in your house is really none of her business but apparently, it will confirm to her if you can ‘keep house’ properly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong> His mother constantly questions how you raise and discipline your children and overnight she has become ‘Doctor Ruth’ and is now a paediatrician as well as a child psychologist. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>6. </strong>Your culinary capabilities are put to the test when his mother insinuates that you are not feeding him adequately and he is wasting away under your care.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>7.</strong> Your father comes by uninvited and stays as long as he wants. Soon he will be demanding a key. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>8. </strong>Your father-in-law takes his daughter shopping for furniture and accent pieces for YOUR home, thus picking out stuff without consulting you on items that will decorate or take up space in your home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>9.</strong> Your husband goes home daily to eat his mother’s cooking before coming home to yours! That is tantamount to betrayal!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>10.</strong> Your parents refuse to sit down at any family gathering or even acknowledge your spouse as long as you are with them! Yup, it cannot get any worse than that. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You will have to decide to either cling to your partner or give up your relationship as you cannot make both parties happy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If parents love you unconditionally, they will learn to at least be civil towards your spouse.  If they are unwilling, you may very well have to love your parents….from a distance.</p>\n<!-- /wp:paragraph -->','Signs your parents are ruining your relationship','','inherit','closed','closed','','603-revision-v1','','','2019-07-26 12:38:52','2019-07-26 17:38:52','',603,'https://buzz-caribbean.com/article/603-revision-v1/',0,'revision','',0),(606,11,'2019-07-26 12:39:33','2019-07-26 17:39:33','<!-- wp:paragraph -->\n<p>There is nothing worse than an overbearing parent. Indeed there are tonnes of stories about parents who do not know boundaries and will not let their babies leave the nest in peace. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whether you asked for their opinions or not, some parents will let your partner know what they think of them, often crossing the line to even being disrespectful to their child’s significant other. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are several red flags or warning signs that you may have meddling parents or in-laws. Some parental interference is slight and subtle, while others have almost declared war on your relationship. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1.</strong> His mother inspects his white shirts! For her, they cannot be beige or eggshell. Madam has declared that her precious son must have white shirts for work so you had better go invest in some blue soap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>2.</strong> Your father refers to your husband as ‘de boy him’<strong>.</strong> To look at a grown man and reduce him to the level of ‘boy’ speaks to the utter contempt he has for your spouse. Fix it Jesus!!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3. </strong>The children must refer to them as Mrs. or Mr. so-so, not grandma or grandpa!<strong> </strong>Because you had the audacity to water down the gene pool, they are not readily interested in embracing your offspring. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>4.</strong> When your mother-in-law comes to visit, she runs her hand over your furniture, checking for dust. Now the dust in your house is really none of her business but apparently, it will confirm to her if you can ‘keep house’ properly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong> His mother constantly questions how you raise and discipline your children and overnight she has become ‘Doctor Ruth’ and is now a paediatrician as well as a child psychologist. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>6. </strong>Your culinary capabilities are put to the test when his mother insinuates that you are not feeding him adequately and he is wasting away under your care.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>7.</strong> Your father comes by uninvited and stays as long as he wants. Soon he will be demanding a key. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>8. </strong>Your father-in-law takes his daughter shopping for furniture and accent pieces for YOUR home, thus picking out stuff without consulting you on items that will decorate or take up space in your home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>9.</strong> Your husband goes home daily to eat his mother’s cooking before coming home to yours! That is tantamount to betrayal!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>10.</strong> Your parents refuse to sit down at any family gathering or even acknowledge your spouse as long as you are with them! Yup, it cannot get any worse than that. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You will have to decide to either cling to your partner or give up your relationship as you cannot make both parties happy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If parents love you unconditionally, they will learn to at least be civil towards your spouse. &nbsp;If they are unwilling, you may very well have to love your parents….from a distance.</p>\n<!-- /wp:paragraph -->','Signs your parents are ruining your relationship','','inherit','closed','closed','','603-revision-v1','','','2019-07-26 12:39:33','2019-07-26 17:39:33','',603,'https://buzz-caribbean.com/article/603-revision-v1/',0,'revision','',0),(607,4,'2019-07-26 12:51:42','2019-07-26 17:51:42','<!-- wp:paragraph -->\n<p>Reggae Sumfest promoter Joe Bogdanovich is assuring patrons that all the necessary arrangements are being made to guarantee the utmost comfort for the show next year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He acknowledged that some patrons experienced discomfort as a result of the large crowd that attended the 27th staging of the two-day show last month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reggae music lovers from across the world converged on Catherine Hall Montego Bay to experience a full line up of Reggae and Dancehall icons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The festival drew its largest crowd of approximatley 40,000 patrons over the two-night period.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"With explosive growth comes challenges, demands and heavy responsibility. Next year we will continue to grow and improve the overall experience,\" Bogdanovich said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have already started planning for  Sumfest  2020 and our top priority will be to ensure safety and comfort for our patrons so that they are able to enjoy the experience of  The Greatest  Reggae Festival on Earth to the fullest,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <br>Backstage Reggae Sumfest 2019 L-R: Dr. Sonjah Stanley Niaah,Copeland Forbes, Joe Bogdanovich, CEO of  DSE (Reggae Sumfest promoter), Olivia \"Babsy\" Grange,Minister of  Culture, Gender, Entertainment and Sport.</p>\n<!-- /wp:paragraph -->','Changes underway to improve Reggae Sumfest 2020','','inherit','closed','closed','','599-revision-v1','','','2019-07-26 12:51:42','2019-07-26 17:51:42','',599,'https://buzz-caribbean.com/article/599-revision-v1/',0,'revision','',0),(609,4,'2019-07-26 12:52:34','2019-07-26 17:52:34','','Sumfest Crowd','','inherit','closed','closed','','sumfest-crowd','','','2019-07-26 12:52:34','2019-07-26 17:52:34','',0,'https://buzz-caribbean.com/app/uploads/2019/07/sumfest-crowd.jpg',0,'attachment','image/jpeg',0),(612,4,'2019-07-26 13:59:12','2019-07-26 18:59:12','<!-- wp:paragraph -->\n<p>Reggae Sumfest promoter Joe Bogdanovich is assuring patrons that all the necessary arrangements are being made to guarantee the utmost comfort for the show next year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":609} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/sumfest-crowd-1024x683.jpg\" alt=\"\" class=\"wp-image-609\" /><figcaption>a section of the large crowd at Reggae Sumfest.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He acknowledged that some patrons experienced discomfort as a result of the large crowd that attended the 27th staging of the two-day show last month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reggae music lovers from across the world converged on Catherine Hall Montego Bay to experience a full line up of Reggae and Dancehall icons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The festival drew its largest crowd of approximatley 40,000 patrons over the two-night period.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"With explosive growth comes challenges, demands and heavy responsibility. Next year we will continue to grow and improve the overall experience,\" Bogdanovich said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have already started planning for &nbsp;Sumfest  2020 and our top priority will be to ensure safety and comfort for our patrons so that they are able to enjoy the experience of &nbsp;The Greatest  Reggae Festival on Earth to the fullest,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Sonjah Stanley Niaah,Copeland Forbes, Joe Bogdanovich, CEO of  DSE (Reggae Sumfest promoter), Olivia \"Babsy\" Grange,Minister of  Culture, Gender, Entertainment and Sport.</p>\n<!-- /wp:paragraph -->','Changes underway to improve Reggae Sumfest 2020','','inherit','closed','closed','','599-revision-v1','','','2019-07-26 13:59:12','2019-07-26 18:59:12','',599,'https://buzz-caribbean.com/article/599-revision-v1/',0,'revision','',0),(613,4,'2019-07-26 14:12:55','2019-07-26 19:12:55','','PM At Sumfest','','inherit','closed','closed','','pm-at-sumfest','','','2019-07-26 14:12:55','2019-07-26 19:12:55','',0,'https://buzz-caribbean.com/app/uploads/2019/07/PM-at-sumfest.jpg',0,'attachment','image/jpeg',0),(614,4,'2019-07-26 14:18:49','2019-07-26 19:18:49','<!-- wp:paragraph -->\n<p>Reggae Sumfest promoter Joe Bogdanovich is assuring patrons that all the necessary arrangements are being made to guarantee the utmost comfort for the show next year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":609} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/sumfest-crowd-1024x683.jpg\" alt=\"\" class=\"wp-image-609\" /><figcaption>a section of the large crowd at Reggae Sumfest.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He acknowledged that some patrons experienced discomfort as a result of the large crowd that attended the 27th staging of the two-day show last month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reggae music lovers from across the world converged on Catherine Hall Montego Bay to experience a full line up of Reggae and Dancehall icons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":613} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PM-at-sumfest-1024x683.jpg\" alt=\"\" class=\"wp-image-613\" /><figcaption>Joe Bogdanovich (at right) with Prime Minister Andrew Holness and Tourism minister Ed Bartlett at Sumfest. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The festival drew its largest crowd of approximatley 40,000 patrons over the two-night period.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"With explosive growth comes challenges, demands and heavy responsibility. Next year we will continue to grow and improve the overall experience,\" Bogdanovich said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have already started planning for &nbsp;Sumfest  2020 and our top priority will be to ensure safety and comfort for our patrons so that they are able to enjoy the experience of &nbsp;The Greatest  Reggae Festival on Earth to the fullest,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Sonjah Stanley Niaah,Copeland Forbes, Joe Bogdanovich, CEO of  DSE (Reggae Sumfest promoter), Olivia \"Babsy\" Grange,Minister of  Culture, Gender, Entertainment and Sport.</p>\n<!-- /wp:paragraph -->','Changes underway to improve Reggae Sumfest 2020','','inherit','closed','closed','','599-revision-v1','','','2019-07-26 14:18:49','2019-07-26 19:18:49','',599,'https://buzz-caribbean.com/article/599-revision-v1/',0,'revision','',0),(616,4,'2019-07-26 14:21:31','2019-07-26 19:21:31','<!-- wp:paragraph -->\n<p>Reggae Sumfest promoter Joe Bogdanovich is assuring patrons that all the necessary arrangements are being made to guarantee the utmost comfort for the show next year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":609} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/sumfest-crowd-1024x683.jpg\" alt=\"\" class=\"wp-image-609\" /><figcaption>a section of the large crowd at Reggae Sumfest.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He acknowledged that some patrons experienced discomfort as a result of the large crowd that attended the 27th staging of the two-day show last month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reggae music lovers from across the world converged on Catherine Hall Montego Bay to experience a full line up of Reggae and Dancehall icons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":613} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PM-at-sumfest-1024x683.jpg\" alt=\"\" class=\"wp-image-613\" /><figcaption>Joe Bogdanovich (at right), Prime Minister Andrew Holness and Tourism minister Ed Bartlett at Sumfest.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The festival drew its largest crowd of approximatley 40,000 patrons over the two-night period.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"our top priority will be to ensure safety and comfort\"</p><cite>— Joe Bogdanovich</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"With explosive growth comes challenges, demands and heavy responsibility. Next year we will continue to grow and improve the overall experience,\" Bogdanovich said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have already started planning for &nbsp;Sumfest  2020 and our top priority will be to ensure safety and comfort for our patrons so that they are able to enjoy the experience of &nbsp;The Greatest  Reggae Festival on Earth to the fullest,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Sonjah Stanley Niaah,Copeland Forbes, Joe Bogdanovich, CEO of  DSE (Reggae Sumfest promoter), Olivia \"Babsy\" Grange,Minister of  Culture, Gender, Entertainment and Sport.</p>\n<!-- /wp:paragraph -->','Changes underway to improve Reggae Sumfest 2020','','inherit','closed','closed','','599-revision-v1','','','2019-07-26 14:21:31','2019-07-26 19:21:31','',599,'https://buzz-caribbean.com/article/599-revision-v1/',0,'revision','',0),(618,4,'2019-07-26 14:22:41','2019-07-26 19:22:41','<!-- wp:paragraph -->\n<p>Reggae Sumfest promoter Joe Bogdanovich is assuring patrons that all the necessary arrangements are being made to guarantee the utmost comfort for the show next year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":609} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/sumfest-crowd-1024x683.jpg\" alt=\"\" class=\"wp-image-609\" /><figcaption>a section of the large crowd at Reggae Sumfest.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He acknowledged that some patrons experienced discomfort as a result of the large crowd that attended the 27th staging of the two-day show last month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reggae music lovers from across the world converged on Catherine Hall Montego Bay to experience a full line up of Reggae and Dancehall icons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The festival drew its largest crowd of approximately 40,000 patrons over the two-night period.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":613} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PM-at-sumfest-1024x683.jpg\" alt=\"\" class=\"wp-image-613\" /><figcaption>Joe Bogdanovich (at right), Prime Minister Andrew Holness and Tourism minister Ed Bartlett at Sumfest.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"our top priority will be to ensure safety and comfort\"</p><cite>— Joe Bogdanovich</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"With explosive growth comes challenges, demands and heavy responsibility. Next year we will continue to grow and improve the overall experience,\" Bogdanovich said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have already started planning for &nbsp;Sumfest  2020 and our top priority will be to ensure safety and comfort for our patrons so that they are able to enjoy the experience of &nbsp;The Greatest  Reggae Festival on Earth to the fullest,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Sonjah Stanley Niaah,Copeland Forbes, Joe Bogdanovich, CEO of  DSE (Reggae Sumfest promoter), Olivia \"Babsy\" Grange,Minister of  Culture, Gender, Entertainment and Sport.</p>\n<!-- /wp:paragraph -->','Changes underway to improve Reggae Sumfest 2020','','inherit','closed','closed','','599-revision-v1','','','2019-07-26 14:22:41','2019-07-26 19:22:41','',599,'https://buzz-caribbean.com/article/599-revision-v1/',0,'revision','',0),(619,4,'2019-07-26 14:23:07','2019-07-26 19:23:07','<!-- wp:paragraph -->\n<p>Reggae Sumfest promoter Joe Bogdanovich is assuring patrons that all the necessary arrangements are being made to guarantee the utmost comfort for the show next year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":609} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/sumfest-crowd-1024x683.jpg\" alt=\"\" class=\"wp-image-609\" /><figcaption>a section of the large crowd at Reggae Sumfest.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He acknowledged that some patrons experienced discomfort as a result of the large crowd that attended the 27th staging of the two-day show last month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reggae music lovers from across the world converged on Catherine Hall Montego Bay to experience a full line up of Reggae and Dancehall icons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The festival drew its largest crowd of approximately 40,000 patrons over the two-night period.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":613} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PM-at-sumfest-1024x683.jpg\" alt=\"\" class=\"wp-image-613\" /><figcaption>Joe Bogdanovich (at right), Prime Minister Andrew Holness and Tourism minister Ed Bartlett at Sumfest.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"our top priority will be to ensure safety and comfort\"</p><cite>— Joe Bogdanovich</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"With explosive growth comes challenges, demands and heavy responsibility. Next year we will continue to grow and improve the overall experience,\" Bogdanovich said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have already started planning for &nbsp;Sumfest  2020 and our top priority will be to ensure safety and comfort for our patrons so that they are able to enjoy the experience of &nbsp;The Greatest  Reggae Festival on Earth to the fullest,” he added.</p>\n<!-- /wp:paragraph -->','Changes underway to improve Reggae Sumfest 2020','','inherit','closed','closed','','599-revision-v1','','','2019-07-26 14:23:07','2019-07-26 19:23:07','',599,'https://buzz-caribbean.com/article/599-revision-v1/',0,'revision','',0),(622,11,'2019-08-08 14:40:38','2019-08-08 19:40:38','<!-- wp:image {\"id\":3873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_0103-1024x584.jpg\" alt=\"\" class=\"wp-image-3873\" /><figcaption>Sexy bodycon LBD with ab peek-a-boo (Photos: James Mitchell)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Black is beautiful. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If it were not so, many women would not be clamouring to find that perfect outfit for practically any occasion as nothing screams chic like the <em>little black dress</em>, or <strong>LBD</strong> for short. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4175} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/LBD-Sleek-1024x684.jpg\" alt=\"\" class=\"wp-image-4175\" /><figcaption>Sleek LBD perfect for a night on the town</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Accessorize with a sexy pair of strappy heels, a string of pearls and a clutch purse to add a bit of drama to your ensemble and step out in style whether you are 18 or 80!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4177} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/LBD-Drama-1024x648.jpg\" alt=\"\" class=\"wp-image-4177\" /><figcaption>Feel free to add a little drama with your LBD</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Little Black Dress has stood the test of time. Its origin has been credited to fashion designer Gabrielle ‘Coco’ Chanel who conceptualized an evening or cocktail dress in the 1920s that was simply cut, short and able to be relevant regardless of the season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2327} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Coco-Chanel-LBD.jpg\" alt=\"\" class=\"wp-image-2327\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She intended it to be versatile, affordable, accessible to a wide market possible and in a neutral colour for any complexion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 1926 American Vogue published a picture of Coco Channel’s short black dress and the revolution began. It was calf-length, straight and modestly decorated and was dubbed \"Chanel\'s Ford\" after the <a href=\"https://en.wikipedia.org/wiki/Model_T\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Model T</a> car. Soon, it was branded “the uniform for all women of taste\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now it is considered a staple in a woman’s closet, but in the early part of the 20<sup>th</sup> century, black was reserved for mourning and was considered indecent when worn outside of such an occasion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Boy, have we come a long way! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3875} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_0050-1024x650.jpg\" alt=\"\" class=\"wp-image-3875\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Not every LBD is created equal, because some are more suitable for special occasions than others, therefore in choosing the right one, keep in mind the event and time of day.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For day time wear, which would be ideal for a brunch, luncheon, tea party and maybe a day at the races, go for something fitted. If you need to mix in a little business choose one that you can throw a mini jacket over - ideally it would also be below your knee. Because we are in the tropics, opt for materials that are light and breathable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  In choosing the right one, keep in mind the event and time of day.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>When your evening comes alive, however, you can be a little more daring in your dressing and the black dress can be slinky. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Invest in one that has some sexy straps at the back or a heart-shaped bodice that is flirty without showing too much skin. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3876} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_9479-1024x692.jpg\" alt=\"\" class=\"wp-image-3876\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Choose a necklace that matches the dress’s neckline, a brooch or some long dangling earrings for that dramatic effect when you upsweep your hair.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4187} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/LBD-Dangling-Earrings-1024x684.jpg\" alt=\"\" class=\"wp-image-4187\" /><figcaption>A pair of dangling earrings with your LBD for the perfect effect.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Regardless of the time of day, black is always slimming and sophisticated on practically any body shape. Just remember to always wear the dress and not let it wear you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3877} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_9605-1024x684.jpg\" alt=\"\" class=\"wp-image-3877\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Our friends at <a href=\"https://www.instagram.com/flirtboutiqueja/?hl=en\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Flirt Boutique</a> have curated a perfect ensemble of LBDs! <strong>Be sure to check out the gallery below for more options.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[4191,4192,4193]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ_1-1024x575.jpg\" alt=\"\" data-id=\"4191\" data-link=\"https://buzz-caribbean.com/article/the-little-black-dress-a-must-have-for-every-woman/buzz_1/\" class=\"wp-image-4191\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ_2-1024x688.jpg\" alt=\"\" data-id=\"4192\" data-link=\"https://buzz-caribbean.com/article/the-little-black-dress-a-must-have-for-every-woman/buzz_2/\" class=\"wp-image-4192\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ_3-1024x544.jpg\" alt=\"\" data-id=\"4193\" data-link=\"https://buzz-caribbean.com/article/the-little-black-dress-a-must-have-for-every-woman/buzz_3/\" class=\"wp-image-4193\" /></figure></li></ul>\n<!-- /wp:gallery -->','Flirting with the little black dress','','publish','open','closed','','the-little-black-dress-a-must-have-for-every-woman','','','2019-08-17 09:58:17','2019-08-17 14:58:17','',0,'https://buzz-caribbean.com/?p=622',0,'post','',0),(623,4,'2019-07-29 15:36:32','2019-07-29 20:36:32','<!-- wp:heading -->\n<h2><strong>HOLLAND BAMBOO </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":685} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Holland-Bamboo.png\" alt=\"\" class=\"wp-image-685\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the bread basket’s most famous and magnificent sights is Bamboo Avenue, in the Holland area of St. Elizabeth. Bamboo Avenue is a two-and-a-half-mile stretch of road between Lacovia and Middle Quarters which is lined with towering bamboo plants that form a shady tunnel. The avenue was established in the 17th century by the owners of the Holland Estate to provide shade for travellers and to protect the road from erosion. It is one of the most photographed areas in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>PELICAN B</strong>AR</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":673} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/pelican-bar.png\" alt=\"\" class=\"wp-image-673\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Want to experience the perfect getaway from it all? Then try Pelican Bar. The rustic wooden bar is built on a sandbank a quarter of a mile out to sea. It is halfway between Black River and Treasure Beach. You can spend a lazy day at the Pelican, sunbathing, having a beer or two, swim in the shallow waters, eat fried fish or just bring your fishing gear to catch your own dinner!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>LOVERS\' L</strong>EAP</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Lovers-Leap--1024x573.jpg\" alt=\"\" class=\"wp-image-630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You cannot visit the parish and not enjoy somewhere romantic with mystique and adventure. We speak of the legendary Lovers\' Leap. The beautiful spot appears where the Santa Cruz Mountains come to an abrupt end at Jamaica\'s south coast. This breathtaking hangout provides an unbelievable vantage point to look for miles out to the Caribbean Sea. The view stretches as far as Rocky Point, Clarendon to the East and to Treasure Beach in the West.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>MIDDLE QUARTERS</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":682} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/seafood-1024x683.jpg\" alt=\"\" class=\"wp-image-682\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The small community of Middle Quarters, on the\noutskirts of the capital Black River, is renowned for one thing - \"Pepper\nShrimp\". Groups of sellers adorn the roadway tempting travellers with bags\nof bright red spicy pepper shrimp. From their simple stalls small baskets or\nbowls they offer one of the tastiest snacks available on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>JACK SPRAT RESTAURANT </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":677} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jack-sprat-restaurant2.jpg\" alt=\"\" class=\"wp-image-677\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jack Sprat Restaurant could be described as the perfect beachside restaurant. Its dining spot is adorned with battered Appleton rum signs, black and white potatoes, and an old jukebox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This relaxing scenic eatery features vintage reggae posters and a lively bar scene that spills onto the tree-shaded patio and garden area. With tables under sea-grape trees and a sandy path down to the beach, this is the perfect place for a relaxed meal.</p>\n<!-- /wp:paragraph -->','Experience the breadbasket parish of St Elizabeth','','publish','closed','closed','','experience-the-breadbasket-parish-of-st-elizabeth','','','2019-07-29 15:39:13','2019-07-29 20:39:13','',0,'https://buzz-caribbean.com/?p=623',0,'post','',0),(625,4,'2019-07-26 15:05:16','2019-07-26 20:05:16','<!-- wp:heading -->\n<h2><strong>Holland Bamboo </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the bread basket’s most famous and magnificent sights is Bamboo\nAvenue, in the Holland area of St. Elizabeth Parish. Bamboo Avenue is a two and\na half mile stretch of road between Lacovia and Middle Quarters which is lined\nwith giant bamboo plants which tower above the road and cross in the middle to\nform a shady tunnel. The avenue was established in the 17th century by the\nowners of the Holland Estate to provide shade for travelers and to protect the\nroad from erosion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is one of\nthe most photographed areas in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Pelican Bar</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Talk about the\nperfect \"get away from it all\" experience. The rustic wooden bar\nbuilt on a sand bank a quarter of a mile out to sea…. <strong>The Pelican Bar</strong>. It\nis half way between Black River and Treasure Beach. You can spend a lazy day at\nthe Pelican, sunbathing, having a beer or two, swim in the shallow waters, eat\nfresh fried fish or just bring your fishing gear to catch your own dinner!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Lovers\' Leap</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How could you\nvisit the Bread basket and not enjoy somewhere romantic with mystique and\nadventure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We speak of the\nlegendary Lovers\' Leap. The beautiful spot appears where the Santa Cruz\nMountains come to an abrupt end at Jamaica\'s south coast. Revealing a 1,700ft\nvertical drop down to the waves crashing on Cutlass Bay below, this breath\ntaking hangout provides an unbelievable vantage point to look for miles out to\nthe Caribbean Sea. The view stretches as far as Rocky Point (Clarendon) to the\nEast and to Treasure Beach in the West. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Accompong</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This Maroon\nvillage was named for its founder the brother of Cudjoe. The leader of the town\nis called Colonel and traditional Maroon ceremonies are held on the sixth of\nJanuary every year, in celebration of the signing of the Maroon treaty and the\nfounding of the town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Middle Quarters</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The small community of Middle Quarters, on the\noutskirts of the capital Black River, is renowned for one thing - \"Pepper\nShrimp\". Groups of sellers adorn the roadway tempting travellers with bags\nof bright red spicy pepper shrimp. From their simple stalls small baskets or\nbowls they offer one of the tastiest snacks available on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Jack Sprat Restaurant </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What one would\ndescribe as the perfect beachside restaurant with a dining spot adorned with\nbattered Appleton rum signs, black and white potatoes, and an old jukebox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This relaxing\nscenic eatery features vintage reggae posters, and a lively bar scene that\nspills onto the tree-shaded patio and Christmas-light-bedecked garden area.\nWith tables under sea-grape trees and a sandy path down to the beach, this is\nthe perfect place for a relaxed meal.</p>\n<!-- /wp:paragraph -->','Experience the bread and basket parish','','inherit','closed','closed','','623-revision-v1','','','2019-07-26 15:05:16','2019-07-26 20:05:16','',623,'https://buzz-caribbean.com/article/623-revision-v1/',0,'revision','',0),(626,4,'2019-07-26 15:07:21','2019-07-26 20:07:21','<!-- wp:heading -->\n<h2><strong>Holland Bamboo </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the bread basket’s most famous and magnificent sights is Bamboo\nAvenue, in the Holland area of St. Elizabeth Parish. Bamboo Avenue is a two and\na half mile stretch of road between Lacovia and Middle Quarters which is lined\nwith giant bamboo plants which tower above the road and cross in the middle to\nform a shady tunnel. The avenue was established in the 17th century by the\nowners of the Holland Estate to provide shade for travelers and to protect the\nroad from erosion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is one of\nthe most photographed areas in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Pelican Bar</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Talk about the\nperfect \"get away from it all\" experience. The rustic wooden bar\nbuilt on a sand bank a quarter of a mile out to sea…. <strong>The Pelican Bar</strong>. It\nis half way between Black River and Treasure Beach. You can spend a lazy day at\nthe Pelican, sunbathing, having a beer or two, swim in the shallow waters, eat\nfresh fried fish or just bring your fishing gear to catch your own dinner!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Lovers\' Leap</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How could you\nvisit the Bread basket and not enjoy somewhere romantic with mystique and\nadventure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We speak of the\nlegendary Lovers\' Leap. The beautiful spot appears where the Santa Cruz\nMountains come to an abrupt end at Jamaica\'s south coast. Revealing a 1,700ft\nvertical drop down to the waves crashing on Cutlass Bay below, this breath\ntaking hangout provides an unbelievable vantage point to look for miles out to\nthe Caribbean Sea. The view stretches as far as Rocky Point (Clarendon) to the\nEast and to Treasure Beach in the West. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Accompong</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This Maroon\nvillage was named for its founder the brother of Cudjoe. The leader of the town\nis called Colonel and traditional Maroon ceremonies are held on the sixth of\nJanuary every year, in celebration of the signing of the Maroon treaty and the\nfounding of the town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Middle Quarters</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The small community of Middle Quarters, on the\noutskirts of the capital Black River, is renowned for one thing - \"Pepper\nShrimp\". Groups of sellers adorn the roadway tempting travellers with bags\nof bright red spicy pepper shrimp. From their simple stalls small baskets or\nbowls they offer one of the tastiest snacks available on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Jack Sprat Restaurant </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What one would\ndescribe as the perfect beachside restaurant with a dining spot adorned with\nbattered Appleton rum signs, black and white potatoes, and an old jukebox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This relaxing\nscenic eatery features vintage reggae posters, and a lively bar scene that\nspills onto the tree-shaded patio and Christmas-light-bedecked garden area.\nWith tables under sea-grape trees and a sandy path down to the beach, this is\nthe perfect place for a relaxed meal.</p>\n<!-- /wp:paragraph -->','Experience the bread and basket parish St Elizabeth','','inherit','closed','closed','','623-revision-v1','','','2019-07-26 15:07:21','2019-07-26 20:07:21','',623,'https://buzz-caribbean.com/article/623-revision-v1/',0,'revision','',0),(629,4,'2019-07-26 15:16:58','2019-07-26 20:16:58','<!-- wp:heading -->\n<h2><strong>Holland Bamboo </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Holland-Bamboo.png\" alt=\"\" class=\"wp-image-627\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the bread basket’s most famous and magnificent sights is Bamboo\nAvenue, in the Holland area of St. Elizabeth Parish. Bamboo Avenue is a two and\na half mile stretch of road between Lacovia and Middle Quarters which is lined\nwith giant bamboo plants which tower above the road and cross in the middle to\nform a shady tunnel. The avenue was established in the 17th century by the\nowners of the Holland Estate to provide shade for travelers and to protect the\nroad from erosion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is one of\nthe most photographed areas in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Pelican Bar</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":628} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-Pelican-Bar.png\" alt=\"\" class=\"wp-image-628\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Talk about the\nperfect \"get away from it all\" experience. The rustic wooden bar\nbuilt on a sand bank a quarter of a mile out to sea…. <strong>The Pelican Bar</strong>. It\nis half way between Black River and Treasure Beach. You can spend a lazy day at\nthe Pelican, sunbathing, having a beer or two, swim in the shallow waters, eat\nfresh fried fish or just bring your fishing gear to catch your own dinner!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Lovers\' Leap</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How could you\nvisit the Bread basket and not enjoy somewhere romantic with mystique and\nadventure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We speak of the\nlegendary Lovers\' Leap. The beautiful spot appears where the Santa Cruz\nMountains come to an abrupt end at Jamaica\'s south coast. Revealing a 1,700ft\nvertical drop down to the waves crashing on Cutlass Bay below, this breath\ntaking hangout provides an unbelievable vantage point to look for miles out to\nthe Caribbean Sea. The view stretches as far as Rocky Point (Clarendon) to the\nEast and to Treasure Beach in the West. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Accompong</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This Maroon\nvillage was named for its founder the brother of Cudjoe. The leader of the town\nis called Colonel and traditional Maroon ceremonies are held on the sixth of\nJanuary every year, in celebration of the signing of the Maroon treaty and the\nfounding of the town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Middle Quarters</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The small community of Middle Quarters, on the\noutskirts of the capital Black River, is renowned for one thing - \"Pepper\nShrimp\". Groups of sellers adorn the roadway tempting travellers with bags\nof bright red spicy pepper shrimp. From their simple stalls small baskets or\nbowls they offer one of the tastiest snacks available on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Jack Sprat Restaurant </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What one would\ndescribe as the perfect beachside restaurant with a dining spot adorned with\nbattered Appleton rum signs, black and white potatoes, and an old jukebox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This relaxing\nscenic eatery features vintage reggae posters, and a lively bar scene that\nspills onto the tree-shaded patio and Christmas-light-bedecked garden area.\nWith tables under sea-grape trees and a sandy path down to the beach, this is\nthe perfect place for a relaxed meal.</p>\n<!-- /wp:paragraph -->','Experience the bread and basket parish St Elizabeth','','inherit','closed','closed','','623-revision-v1','','','2019-07-26 15:16:58','2019-07-26 20:16:58','',623,'https://buzz-caribbean.com/article/623-revision-v1/',0,'revision','',0),(630,4,'2019-07-26 15:18:27','2019-07-26 20:18:27','','Lovers Leap ','','inherit','closed','closed','','lovers-leap','','','2019-07-26 15:18:27','2019-07-26 20:18:27','',0,'https://buzz-caribbean.com/app/uploads/2019/07/Lovers-Leap-.jpg',0,'attachment','image/jpeg',0),(631,4,'2019-07-26 15:20:27','2019-07-26 20:20:27','<!-- wp:heading -->\n<h2><strong>Holland Bamboo </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Holland-Bamboo.png\" alt=\"\" class=\"wp-image-627\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the bread basket’s most famous and magnificent sights is Bamboo\nAvenue, in the Holland area of St. Elizabeth Parish. Bamboo Avenue is a two and\na half mile stretch of road between Lacovia and Middle Quarters which is lined\nwith giant bamboo plants which tower above the road and cross in the middle to\nform a shady tunnel. The avenue was established in the 17th century by the\nowners of the Holland Estate to provide shade for travelers and to protect the\nroad from erosion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is one of\nthe most photographed areas in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Pelican Bar</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":628} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-Pelican-Bar.png\" alt=\"\" class=\"wp-image-628\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Talk about the\nperfect \"get away from it all\" experience. The rustic wooden bar\nbuilt on a sand bank a quarter of a mile out to sea…. <strong>The Pelican Bar</strong>. It\nis half way between Black River and Treasure Beach. You can spend a lazy day at\nthe Pelican, sunbathing, having a beer or two, swim in the shallow waters, eat\nfresh fried fish or just bring your fishing gear to catch your own dinner!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Lovers\' Leap</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Lovers-Leap--1024x573.jpg\" alt=\"\" class=\"wp-image-630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How could you\nvisit the Bread basket and not enjoy somewhere romantic with mystique and\nadventure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We speak of the\nlegendary Lovers\' Leap. The beautiful spot appears where the Santa Cruz\nMountains come to an abrupt end at Jamaica\'s south coast. Revealing a 1,700ft\nvertical drop down to the waves crashing on Cutlass Bay below, this breath\ntaking hangout provides an unbelievable vantage point to look for miles out to\nthe Caribbean Sea. The view stretches as far as Rocky Point (Clarendon) to the\nEast and to Treasure Beach in the West. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Accompong</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This Maroon\nvillage was named for its founder the brother of Cudjoe. The leader of the town\nis called Colonel and traditional Maroon ceremonies are held on the sixth of\nJanuary every year, in celebration of the signing of the Maroon treaty and the\nfounding of the town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Middle Quarters</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The small community of Middle Quarters, on the\noutskirts of the capital Black River, is renowned for one thing - \"Pepper\nShrimp\". Groups of sellers adorn the roadway tempting travellers with bags\nof bright red spicy pepper shrimp. From their simple stalls small baskets or\nbowls they offer one of the tastiest snacks available on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Jack Sprat Restaurant </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What one would\ndescribe as the perfect beachside restaurant with a dining spot adorned with\nbattered Appleton rum signs, black and white potatoes, and an old jukebox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This relaxing\nscenic eatery features vintage reggae posters, and a lively bar scene that\nspills onto the tree-shaded patio and Christmas-light-bedecked garden area.\nWith tables under sea-grape trees and a sandy path down to the beach, this is\nthe perfect place for a relaxed meal.</p>\n<!-- /wp:paragraph -->','Experience the bread and basket parish St Elizabeth','','inherit','closed','closed','','623-revision-v1','','','2019-07-26 15:20:27','2019-07-26 20:20:27','',623,'https://buzz-caribbean.com/article/623-revision-v1/',0,'revision','',0),(632,11,'2019-07-26 15:22:01','2019-07-26 20:22:01','','LBD Sample Feature Image','','inherit','closed','closed','','lbd-sample-feature-image','','','2019-07-26 15:22:01','2019-07-26 20:22:01','',622,'https://buzz-caribbean.com/app/uploads/2019/07/LBD-Sample-Feature-Image.jpg',0,'attachment','image/jpeg',0),(633,11,'2019-07-26 15:22:28','2019-07-26 20:22:28','<!-- wp:paragraph -->\n<p>Black is beautiful. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If it were not so, many women would not be clamouring to find that perfect outfit for practically any occasion as nothing screams chic like the little black dress. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Accessorize with a sexy pair of strappy heels, a string of pearls and a clutch purse to add a bit of drama to your ensemble and step out in style whether you are 18 or 80!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Little Black Dress, otherwise known as the ‘LBD’ has stood the test of time. Its origin has been credited to fashion designer Gabrielle ‘Coco’ Chanel who conceptualized an evening or cocktail dress in the 1920s that was simply cut, short and able to be relevant regardless of the season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She intended it to be versatile, affordable, accessible to a wide market possible and in a neutral colour for any complexion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now it is considered a staple in a woman’s closet, but in the early part of the 20<sup>th</sup> century, black was reserved for mourning and was considered indecent when worn outside of such an occasion.  During the <a href=\"https://en.wikipedia.org/wiki/Victorian_era\">Victorian</a> and <a href=\"https://en.wikipedia.org/wiki/Edwardian_era\">Edwardian</a> ages, a widow was expected to wear mourning dresses for at least two years. ‘Deep’ mourning required wearing plain black clothing with absolutely no decoration for the first year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Boy, have we come a long way! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not every LBD is created equal because some are more\nsuitable for special occasions than others, therefore in choosing the right\none, keep in mind the event and time of day.&nbsp;\nFor day time wear which would be ideal for brunch, luncheon, tea party\nand maybe a day at the races, go for something fitted. If you need to mix in a\nlittle business choose one that you can throw a mini jacket over hence it also\nneeds to be below your knee. Because we are in the tropics, opt for materials\nthat are light and breathable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 1926 American Vogue published a picture of Coco Channel’s short black dress and the revolution began. It was calf-length, straight and modestly decorated and was dubbed \"Chanel\'s Ford\" after the <a href=\"https://en.wikipedia.org/wiki/Model_T\">Model T</a> car. Soon, it was branded “the uniform for all women of taste\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When your evening comes alive, however, you can be a little more daring in your dressing and the black dress can be slinky. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Invest in one that has some sexy straps at the back or a heart-shaped bodice that is flirty without showing too much skin.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Choose a necklace that matches the dress’s neckline, a brooch or some long dangling earrings for that dramatic effect when you upsweep your hair.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Regardless of the time of day, black is always slimming and sophisticated on practically any body shape. Just remember to always wear the dress and not let it wear you.</p>\n<!-- /wp:paragraph -->','The Little Black Dress – a must-have for every woman','','inherit','closed','closed','','622-revision-v1','','','2019-07-26 15:22:28','2019-07-26 20:22:28','',622,'https://buzz-caribbean.com/article/622-revision-v1/',0,'revision','',0),(635,4,'2019-07-26 15:47:41','2019-07-26 20:47:41','<!-- wp:heading -->\n<h2><strong>Holland Bamboo </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Holland-Bamboo.png\" alt=\"\" class=\"wp-image-627\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the bread basket’s most famous and magnificent sights is Bamboo\nAvenue, in the Holland area of St. Elizabeth Parish. Bamboo Avenue is a two and\na half mile stretch of road between Lacovia and Middle Quarters which is lined\nwith giant bamboo plants which tower above the road and cross in the middle to\nform a shady tunnel. The avenue was established in the 17th century by the\nowners of the Holland Estate to provide shade for travelers and to protect the\nroad from erosion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is one of\nthe most photographed areas in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Pelican Bar</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":628} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-Pelican-Bar.png\" alt=\"\" class=\"wp-image-628\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Talk about the perfect \"get away from it all\" experience. The rustic wooden bar built on a sand bank a quarter of a mile out to sea… <strong>The Pelican Bar</strong>. It is half way between Black River and Treasure Beach. You can spend a lazy day at the Pelican, sunbathing, having a beer or two, swim in the shallow waters, eat fresh fried fish or just bring your fishing gear to catch your own dinner!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Lovers\' Leap</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Lovers-Leap--1024x573.jpg\" alt=\"\" class=\"wp-image-630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How could you\nvisit the Bread basket and not enjoy somewhere romantic with mystique and\nadventure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We speak of the\nlegendary Lovers\' Leap. The beautiful spot appears where the Santa Cruz\nMountains come to an abrupt end at Jamaica\'s south coast. Revealing a 1,700ft\nvertical drop down to the waves crashing on Cutlass Bay below, this breath\ntaking hangout provides an unbelievable vantage point to look for miles out to\nthe Caribbean Sea. The view stretches as far as Rocky Point (Clarendon) to the\nEast and to Treasure Beach in the West. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Accompong</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This Maroon\nvillage was named for its founder the brother of Cudjoe. The leader of the town\nis called Colonel and traditional Maroon ceremonies are held on the sixth of\nJanuary every year, in celebration of the signing of the Maroon treaty and the\nfounding of the town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Middle Quarters</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The small community of Middle Quarters, on the\noutskirts of the capital Black River, is renowned for one thing - \"Pepper\nShrimp\". Groups of sellers adorn the roadway tempting travellers with bags\nof bright red spicy pepper shrimp. From their simple stalls small baskets or\nbowls they offer one of the tastiest snacks available on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Jack Sprat Restaurant </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What one would\ndescribe as the perfect beachside restaurant with a dining spot adorned with\nbattered Appleton rum signs, black and white potatoes, and an old jukebox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This relaxing\nscenic eatery features vintage reggae posters, and a lively bar scene that\nspills onto the tree-shaded patio and Christmas-light-bedecked garden area.\nWith tables under sea-grape trees and a sandy path down to the beach, this is\nthe perfect place for a relaxed meal.</p>\n<!-- /wp:paragraph -->','Experience the bread and basket parish St Elizabeth','','inherit','closed','closed','','623-revision-v1','','','2019-07-26 15:47:41','2019-07-26 20:47:41','',623,'https://buzz-caribbean.com/article/623-revision-v1/',0,'revision','',0),(636,4,'2019-07-26 16:03:29','2019-07-26 21:03:29','<!-- wp:heading -->\n<h2><strong>HOLLAND BAMBOO </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Holland-Bamboo.png\" alt=\"\" class=\"wp-image-627\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the bread basket’s most famous and magnificent sights is Bamboo\nAvenue, in the Holland area of St. Elizabeth Parish. Bamboo Avenue is a two and\na half mile stretch of road between Lacovia and Middle Quarters which is lined\nwith giant bamboo plants which tower above the road and cross in the middle to\nform a shady tunnel. The avenue was established in the 17th century by the\nowners of the Holland Estate to provide shade for travelers and to protect the\nroad from erosion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is one of\nthe most photographed areas in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Pelican Bar</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":628} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-Pelican-Bar.png\" alt=\"\" class=\"wp-image-628\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Talk about the perfect \"get away from it all\" experience. The rustic wooden bar built on a sand bank a quarter of a mile out to sea… <strong>The Pelican Bar</strong>. It is half way between Black River and Treasure Beach. You can spend a lazy day at the Pelican, sunbathing, having a beer or two, swim in the shallow waters, eat fresh fried fish or just bring your fishing gear to catch your own dinner!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Lovers\' Leap</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Lovers-Leap--1024x573.jpg\" alt=\"\" class=\"wp-image-630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How could you\nvisit the Bread basket and not enjoy somewhere romantic with mystique and\nadventure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We speak of the\nlegendary Lovers\' Leap. The beautiful spot appears where the Santa Cruz\nMountains come to an abrupt end at Jamaica\'s south coast. Revealing a 1,700ft\nvertical drop down to the waves crashing on Cutlass Bay below, this breath\ntaking hangout provides an unbelievable vantage point to look for miles out to\nthe Caribbean Sea. The view stretches as far as Rocky Point (Clarendon) to the\nEast and to Treasure Beach in the West. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Accompong</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This Maroon\nvillage was named for its founder the brother of Cudjoe. The leader of the town\nis called Colonel and traditional Maroon ceremonies are held on the sixth of\nJanuary every year, in celebration of the signing of the Maroon treaty and the\nfounding of the town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Middle Quarters</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The small community of Middle Quarters, on the\noutskirts of the capital Black River, is renowned for one thing - \"Pepper\nShrimp\". Groups of sellers adorn the roadway tempting travellers with bags\nof bright red spicy pepper shrimp. From their simple stalls small baskets or\nbowls they offer one of the tastiest snacks available on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Jack Sprat Restaurant </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What one would\ndescribe as the perfect beachside restaurant with a dining spot adorned with\nbattered Appleton rum signs, black and white potatoes, and an old jukebox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This relaxing\nscenic eatery features vintage reggae posters, and a lively bar scene that\nspills onto the tree-shaded patio and Christmas-light-bedecked garden area.\nWith tables under sea-grape trees and a sandy path down to the beach, this is\nthe perfect place for a relaxed meal.</p>\n<!-- /wp:paragraph -->','Experience the bread and basket parish St Elizabeth','','inherit','closed','closed','','623-revision-v1','','','2019-07-26 16:03:29','2019-07-26 21:03:29','',623,'https://buzz-caribbean.com/article/623-revision-v1/',0,'revision','',0),(637,4,'2019-07-26 16:10:16','2019-07-26 21:10:16','<!-- wp:heading -->\n<h2><strong>HOLLAND BAMBOO </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Holland-Bamboo.png\" alt=\"\" class=\"wp-image-627\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the bread basket’s most famous and magnificent sights is Bamboo\nAvenue, in the Holland area of St. Elizabeth Parish. Bamboo Avenue is a two and\na half mile stretch of road between Lacovia and Middle Quarters which is lined\nwith giant bamboo plants which tower above the road and cross in the middle to\nform a shady tunnel. The avenue was established in the 17th century by the\nowners of the Holland Estate to provide shade for travelers and to protect the\nroad from erosion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is one of\nthe most photographed areas in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Pelican Bar</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Talk about the perfect \"get away from it all\" experience. The rustic wooden bar built on a sand bank a quarter of a mile out to sea… <strong>The Pelican Bar</strong>. It is half way between Black River and Treasure Beach. You can spend a lazy day at the Pelican, sunbathing, having a beer or two, swim in the shallow waters, eat fresh fried fish or just bring your fishing gear to catch your own dinner!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Lovers\' Leap</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Lovers-Leap--1024x573.jpg\" alt=\"\" class=\"wp-image-630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How could you\nvisit the Bread basket and not enjoy somewhere romantic with mystique and\nadventure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We speak of the\nlegendary Lovers\' Leap. The beautiful spot appears where the Santa Cruz\nMountains come to an abrupt end at Jamaica\'s south coast. Revealing a 1,700ft\nvertical drop down to the waves crashing on Cutlass Bay below, this breath\ntaking hangout provides an unbelievable vantage point to look for miles out to\nthe Caribbean Sea. The view stretches as far as Rocky Point (Clarendon) to the\nEast and to Treasure Beach in the West. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Accompong</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This Maroon\nvillage was named for its founder the brother of Cudjoe. The leader of the town\nis called Colonel and traditional Maroon ceremonies are held on the sixth of\nJanuary every year, in celebration of the signing of the Maroon treaty and the\nfounding of the town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Middle Quarters</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The small community of Middle Quarters, on the\noutskirts of the capital Black River, is renowned for one thing - \"Pepper\nShrimp\". Groups of sellers adorn the roadway tempting travellers with bags\nof bright red spicy pepper shrimp. From their simple stalls small baskets or\nbowls they offer one of the tastiest snacks available on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Jack Sprat Restaurant </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What one would\ndescribe as the perfect beachside restaurant with a dining spot adorned with\nbattered Appleton rum signs, black and white potatoes, and an old jukebox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This relaxing\nscenic eatery features vintage reggae posters, and a lively bar scene that\nspills onto the tree-shaded patio and Christmas-light-bedecked garden area.\nWith tables under sea-grape trees and a sandy path down to the beach, this is\nthe perfect place for a relaxed meal.</p>\n<!-- /wp:paragraph -->','Experience the bread and basket parish St Elizabeth','','inherit','closed','closed','','623-revision-v1','','','2019-07-26 16:10:16','2019-07-26 21:10:16','',623,'https://buzz-caribbean.com/article/623-revision-v1/',0,'revision','',0),(639,4,'2019-07-26 16:12:10','2019-07-26 21:12:10','<!-- wp:heading -->\n<h2><strong>HOLLAND BAMBOO </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Holland-Bamboo.png\" alt=\"\" class=\"wp-image-627\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the bread basket’s most famous and magnificent sights is Bamboo\nAvenue, in the Holland area of St. Elizabeth Parish. Bamboo Avenue is a two and\na half mile stretch of road between Lacovia and Middle Quarters which is lined\nwith giant bamboo plants which tower above the road and cross in the middle to\nform a shady tunnel. The avenue was established in the 17th century by the\nowners of the Holland Estate to provide shade for travelers and to protect the\nroad from erosion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is one of\nthe most photographed areas in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Pelican Bar</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":638} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-Pelican-Bar.png\" alt=\"\" class=\"wp-image-638\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Talk about the perfect \"get away from it all\" experience. The rustic wooden bar built on a sand bank a quarter of a mile out to sea… <strong>The Pelican Bar</strong>. It is half way between Black River and Treasure Beach. You can spend a lazy day at the Pelican, sunbathing, having a beer or two, swim in the shallow waters, eat fresh fried fish or just bring your fishing gear to catch your own dinner!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Lovers\' Leap</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Lovers-Leap--1024x573.jpg\" alt=\"\" class=\"wp-image-630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How could you\nvisit the Bread basket and not enjoy somewhere romantic with mystique and\nadventure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We speak of the\nlegendary Lovers\' Leap. The beautiful spot appears where the Santa Cruz\nMountains come to an abrupt end at Jamaica\'s south coast. Revealing a 1,700ft\nvertical drop down to the waves crashing on Cutlass Bay below, this breath\ntaking hangout provides an unbelievable vantage point to look for miles out to\nthe Caribbean Sea. The view stretches as far as Rocky Point (Clarendon) to the\nEast and to Treasure Beach in the West. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Accompong</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This Maroon\nvillage was named for its founder the brother of Cudjoe. The leader of the town\nis called Colonel and traditional Maroon ceremonies are held on the sixth of\nJanuary every year, in celebration of the signing of the Maroon treaty and the\nfounding of the town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Middle Quarters</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The small community of Middle Quarters, on the\noutskirts of the capital Black River, is renowned for one thing - \"Pepper\nShrimp\". Groups of sellers adorn the roadway tempting travellers with bags\nof bright red spicy pepper shrimp. From their simple stalls small baskets or\nbowls they offer one of the tastiest snacks available on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Jack Sprat Restaurant </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What one would\ndescribe as the perfect beachside restaurant with a dining spot adorned with\nbattered Appleton rum signs, black and white potatoes, and an old jukebox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This relaxing\nscenic eatery features vintage reggae posters, and a lively bar scene that\nspills onto the tree-shaded patio and Christmas-light-bedecked garden area.\nWith tables under sea-grape trees and a sandy path down to the beach, this is\nthe perfect place for a relaxed meal.</p>\n<!-- /wp:paragraph -->','Experience the bread and basket parish St Elizabeth','','inherit','closed','closed','','623-revision-v1','','','2019-07-26 16:12:10','2019-07-26 21:12:10','',623,'https://buzz-caribbean.com/article/623-revision-v1/',0,'revision','',0),(640,4,'2019-07-26 19:19:04','2019-07-27 00:19:04','','The Pelican Bar','','inherit','closed','closed','','the-pelican-bar','','','2019-07-26 19:19:04','2019-07-27 00:19:04','',0,'https://buzz-caribbean.com/app/uploads/2019/07/the-Pelican-Bar.jpg',0,'attachment','image/jpeg',0),(641,4,'2019-07-26 19:24:18','2019-07-27 00:24:18','<!-- wp:heading -->\n<h2><strong>HOLLAND BAMBOO </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Holland-Bamboo.png\" alt=\"\" class=\"wp-image-627\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the bread basket’s most famous and magnificent sights is Bamboo\nAvenue, in the Holland area of St. Elizabeth Parish. Bamboo Avenue is a two and\na half mile stretch of road between Lacovia and Middle Quarters which is lined\nwith giant bamboo plants which tower above the road and cross in the middle to\nform a shady tunnel. The avenue was established in the 17th century by the\nowners of the Holland Estate to provide shade for travelers and to protect the\nroad from erosion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is one of\nthe most photographed areas in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>PELICAN B</strong>AR</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":640} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-Pelican-Bar-1024x614.jpg\" alt=\"\" class=\"wp-image-640\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Talk about the perfect \"get away from it all\" experience. The rustic wooden bar built on a sand bank a quarter of a mile out to sea… <strong>The Pelican Bar</strong>. It is half way between Black River and Treasure Beach. You can spend a lazy day at the Pelican, sunbathing, having a beer or two, swim in the shallow waters, eat fresh fried fish or just bring your fishing gear to catch your own dinner!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>LOVERS\' L</strong>EAP</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Lovers-Leap--1024x573.jpg\" alt=\"\" class=\"wp-image-630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How could you\nvisit the Bread basket and not enjoy somewhere romantic with mystique and\nadventure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We speak of the\nlegendary Lovers\' Leap. The beautiful spot appears where the Santa Cruz\nMountains come to an abrupt end at Jamaica\'s south coast. Revealing a 1,700ft\nvertical drop down to the waves crashing on Cutlass Bay below, this breath\ntaking hangout provides an unbelievable vantage point to look for miles out to\nthe Caribbean Sea. The view stretches as far as Rocky Point (Clarendon) to the\nEast and to Treasure Beach in the West. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>ACCOMPONG</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This Maroon\nvillage was named for its founder the brother of Cudjoe. The leader of the town\nis called Colonel and traditional Maroon ceremonies are held on the sixth of\nJanuary every year, in celebration of the signing of the Maroon treaty and the\nfounding of the town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Middle Quarters</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The small community of Middle Quarters, on the\noutskirts of the capital Black River, is renowned for one thing - \"Pepper\nShrimp\". Groups of sellers adorn the roadway tempting travellers with bags\nof bright red spicy pepper shrimp. From their simple stalls small baskets or\nbowls they offer one of the tastiest snacks available on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Jack Sprat Restaurant </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What one would\ndescribe as the perfect beachside restaurant with a dining spot adorned with\nbattered Appleton rum signs, black and white potatoes, and an old jukebox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This relaxing\nscenic eatery features vintage reggae posters, and a lively bar scene that\nspills onto the tree-shaded patio and Christmas-light-bedecked garden area.\nWith tables under sea-grape trees and a sandy path down to the beach, this is\nthe perfect place for a relaxed meal.</p>\n<!-- /wp:paragraph -->','Experience the bread and basket parish St Elizabeth','','inherit','closed','closed','','623-revision-v1','','','2019-07-26 19:24:18','2019-07-27 00:24:18','',623,'https://buzz-caribbean.com/article/623-revision-v1/',0,'revision','',0),(642,4,'2019-07-26 19:27:16','2019-07-27 00:27:16','<!-- wp:heading -->\n<h2><strong>HOLLAND BAMBOO </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Holland-Bamboo.png\" alt=\"\" class=\"wp-image-627\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the bread basket’s most famous and magnificent sights is Bamboo\nAvenue, in the Holland area of St. Elizabeth Parish. Bamboo Avenue is a two and\na half mile stretch of road between Lacovia and Middle Quarters which is lined\nwith giant bamboo plants which tower above the road and cross in the middle to\nform a shady tunnel. The avenue was established in the 17th century by the\nowners of the Holland Estate to provide shade for travelers and to protect the\nroad from erosion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is one of\nthe most photographed areas in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>PELICAN B</strong>AR</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":640} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-Pelican-Bar-1024x614.jpg\" alt=\"\" class=\"wp-image-640\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Talk about the perfect \"get away from it all\" experience. The rustic wooden bar built on a sand bank a quarter of a mile out to sea… <strong>The Pelican Bar</strong>. It is half way between Black River and Treasure Beach. You can spend a lazy day at the Pelican, sunbathing, having a beer or two, swim in the shallow waters, eat fresh fried fish or just bring your fishing gear to catch your own dinner!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>LOVERS\' L</strong>EAP</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Lovers-Leap--1024x573.jpg\" alt=\"\" class=\"wp-image-630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How could you\nvisit the Bread basket and not enjoy somewhere romantic with mystique and\nadventure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We speak of the\nlegendary Lovers\' Leap. The beautiful spot appears where the Santa Cruz\nMountains come to an abrupt end at Jamaica\'s south coast. Revealing a 1,700ft\nvertical drop down to the waves crashing on Cutlass Bay below, this breath\ntaking hangout provides an unbelievable vantage point to look for miles out to\nthe Caribbean Sea. The view stretches as far as Rocky Point (Clarendon) to the\nEast and to Treasure Beach in the West. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>ACCOMPONG</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This Maroon\nvillage was named for its founder the brother of Cudjoe. The leader of the town\nis called Colonel and traditional Maroon ceremonies are held on the sixth of\nJanuary every year, in celebration of the signing of the Maroon treaty and the\nfounding of the town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>MIDDLE QUARTERS</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The small community of Middle Quarters, on the\noutskirts of the capital Black River, is renowned for one thing - \"Pepper\nShrimp\". Groups of sellers adorn the roadway tempting travellers with bags\nof bright red spicy pepper shrimp. From their simple stalls small baskets or\nbowls they offer one of the tastiest snacks available on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>JACK SPRAT RESTAURANT </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What one would\ndescribe as the perfect beachside restaurant with a dining spot adorned with\nbattered Appleton rum signs, black and white potatoes, and an old jukebox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This relaxing\nscenic eatery features vintage reggae posters, and a lively bar scene that\nspills onto the tree-shaded patio and Christmas-light-bedecked garden area.\nWith tables under sea-grape trees and a sandy path down to the beach, this is\nthe perfect place for a relaxed meal.</p>\n<!-- /wp:paragraph -->','Experience the bread and basket parish St Elizabeth','','inherit','closed','closed','','623-revision-v1','','','2019-07-26 19:27:16','2019-07-27 00:27:16','',623,'https://buzz-caribbean.com/article/623-revision-v1/',0,'revision','',0),(643,4,'2019-07-26 19:29:31','2019-07-27 00:29:31','<!-- wp:heading -->\n<h2><strong>HOLLAND BAMBOO </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Holland-Bamboo.png\" alt=\"\" class=\"wp-image-627\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the bread basket’s most famous and magnificent sights is Bamboo Avenue, in the Holland area of St. Elizabeth Parish. Bamboo Avenue is a two and a half-mile stretch of road between Lacovia and Middle Quarters which is lined with giant bamboo plants which tower above the road and cross in the middle to form a shady tunnel. The avenue was established in the 17th century by the owners of the Holland Estate to provide shade for travellers and to protect the road from erosion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is one of\nthe most photographed areas in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>PELICAN B</strong>AR</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":640} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-Pelican-Bar-1024x614.jpg\" alt=\"\" class=\"wp-image-640\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Talk about the perfect \"get away from it all\" experience. The rustic wooden bar built on a sandbank a quarter of a mile out to sea… The Pelican Bar. It is halfway between Black River and Treasure Beach. You can spend a lazy day at the Pelican, sunbathing, having a beer or two, swim in the shallow waters, eat fresh fried fish or just bring your fishing gear to catch your own dinner!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>LOVERS\' L</strong>EAP</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Lovers-Leap--1024x573.jpg\" alt=\"\" class=\"wp-image-630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How could you\nvisit the Bread basket and not enjoy somewhere romantic with mystique and\nadventure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We speak of the legendary Lovers\' Leap. The beautiful spot appears where the Santa Cruz Mountains come to an abrupt end at Jamaica\'s south coast. Revealing a 1,700ft vertical drop down to the waves crashing on Cutlass Bay below, this breathtaking hangout provides an unbelievable vantage point to look for miles out to the Caribbean Sea. The view stretches as far as Rocky Point (Clarendon) to the East and to Treasure Beach in the West. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>ACCOMPONG</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This Maroon\nvillage was named for its founder the brother of Cudjoe. The leader of the town\nis called Colonel and traditional Maroon ceremonies are held on the sixth of\nJanuary every year, in celebration of the signing of the Maroon treaty and the\nfounding of the town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>MIDDLE QUARTERS</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The small community of Middle Quarters, on the\noutskirts of the capital Black River, is renowned for one thing - \"Pepper\nShrimp\". Groups of sellers adorn the roadway tempting travellers with bags\nof bright red spicy pepper shrimp. From their simple stalls small baskets or\nbowls they offer one of the tastiest snacks available on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>JACK SPRAT RESTAURANT </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What one would\ndescribe as the perfect beachside restaurant with a dining spot adorned with\nbattered Appleton rum signs, black and white potatoes, and an old jukebox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This relaxing\nscenic eatery features vintage reggae posters, and a lively bar scene that\nspills onto the tree-shaded patio and Christmas-light-bedecked garden area.\nWith tables under sea-grape trees and a sandy path down to the beach, this is\nthe perfect place for a relaxed meal.</p>\n<!-- /wp:paragraph -->','Experience the breadbasket parish of St Elizabeth','','inherit','closed','closed','','623-revision-v1','','','2019-07-26 19:29:31','2019-07-27 00:29:31','',623,'https://buzz-caribbean.com/article/623-revision-v1/',0,'revision','',0),(644,14,'2019-08-20 09:02:52','2019-08-20 14:02:52','<!-- wp:image {\"id\":646,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jaevion-nelson-jflag-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-646\" /><figcaption>Jaevion Nelson, Executive Director of the Jamaica Forum for Lesbians, All-Sexuals and Gays [J-FLAG] (Photo: YouTube)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The need for safe, open spaces to meet and interact without fear of violence or discrimination still ranks high for members of the local Lesbian, Gay, Bisexual, and Transgender (LGBT) community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The issue came to the fore as Jamaica observed its fifth\nannual Pride celebrations earlier this month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"[Pride has] really played an important part in how people understand themselves and the kind of spaces they get to celebrate, find community and friends\"</p><cite> ⁠— Jaevion Nelson, Executive Director of J-FLAG</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>According to Executive Director for the Jamaica Forum for Lesbians, All-Sexuals, and Gays (J-FLAG) Jaevion Nelson, safe, open spaces are important as many LGBT Jamaicans do not have that basic privilege – marred by discrimination, violence, and rejection in most instances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nelson, in an interview with <strong>BUZZ</strong>, noted with concern that only during the annual Pride celebrations does the community get a chance to breathe, far away from the widespread homophobia that permeates Jamaican society.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5225} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jaevion-nelson-demo-buzz.jpg\" alt=\"\" class=\"wp-image-5225\" /><figcaption>Jaevion Nelson (Photo: Instagram @Jaevionn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The LGBT community has always looked forward to Pride activities\nand I think [Pride has] really played an important part in how people\nunderstand themselves and the kind of spaces they get to celebrate, find\ncommunity and friends,” Nelson explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A number of people don’t have access to such spaces on a\nroutine basis,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the meantime, as J-FLAG resumes the rebuilding effort, Nelson\nmaintained that despite the challenges, it knows the needs of the LGBT\ncommunity are great and so, even without a headquarters just now, the\norganization has moved full-steam ahead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5227} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pride-2019-buzz-demo-1-1024x768.jpg\" alt=\"\" class=\"wp-image-5227\" /><figcaption>#PrideJA2019, kicking off its annual Sports Day event at the UWI Bowl in St. Andrew on Emancipation Day (August 1) (Photo: Twitter @EqualityJA)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The transition has not been entirely smooth, Nelson posited,\nas the lack of a physical space in which to coordinate, plan and execute key\nfunctions have been affected by the destruction of the Rainbow House in December\n2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, as best as humanly possible, J-FLAG is assuring the LGBT community that it remains unmoved in its efforts to have their needs addressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve continued the work we’ve been doing with a wide range of stakeholders to ensure that we improve the human rights situation in Jamaica for people who are LGBT and to ensure that they can have access to services and the support they need to address different challenges they may be facing,” Nelson told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','LGBT community pushing for safe spaces','','publish','closed','closed','','lgbt-community-pushing-for-safe-spaces','','','2019-08-21 17:58:19','2019-08-21 22:58:19','',0,'https://buzz-caribbean.com/?p=644',0,'post','',0),(645,14,'2019-07-29 09:02:52','2019-07-29 14:02:52','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The need for safe, open spaces to meet and interact without fear of violence or discrimination still rank high for members of the local Lesbian, Gay, Bisexual, and Transgender (LGBT) community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The issue came to the fore as Jamaica observed its fifth\nannual Pride celebrations earlier this month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Executive Director for the Jamaica Forum for Lesbians, All-Sexuals, and Gays (J-FLAG) Jaevion Nelson, safe, open spaces are important as many LGBT Jamaicans do not have that basic privilege – marred by discrimination, violence, and rejection in most instances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nelson, in an interview with <strong><em>Buzz Jamaica</em></strong>, noted with\nconcern that only during the annual Pride celebrations does the community get a\nchance to breathe, far away from the widespread homophobia that permeates\nJamaican society.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The LGBT community has always looked forward to Pride activities\nand I think [Pride has] really played an important part in how people\nunderstand themselves and the kind of spaces they get to celebrate, find\ncommunity and friends,” Nelson explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A number of people don’t have access to such spaces on a\nroutine basis,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the meantime, as J-FLAG resumes the rebuilding effort, Nelson\nmaintained that despite the challenges, it knows the needs of the LGBT\ncommunity are great and so, even without a headquarters just now, the\norganization has moved full-steam ahead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve continued the work we’ve been doing with a wide range of stakeholders to ensure that we improve the human rights situation in Jamaica for people who are LGBT; and to ensure that they can have access to services and the support they need to address different challenges they may be facing,” he told <strong><em>Buzz</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The transition has not been entirely smooth, Nelson posited,\nas the lack of a physical space in which to coordinate, plan and execute key\nfunctions have been affected by the destruction of the Rainbow House in December\n2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, as best as humanly possible, J-FLAG is assuring the LGBT community that it remains unmoved in its efforts to have their needs addressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve continued the work we’ve been doing with a wide range\nof stakeholders to ensure that we improve the human rights situation in Jamaica\nfor people who are LGBT; and to ensure that they can have access to services\nand the support they need to address different challenges they may be facing,”\nNelson told <strong><em>Buzz Jamaica</em></strong>.</p>\n<!-- /wp:paragraph -->','LGBT community pushing for safe spaces','','inherit','closed','closed','','644-revision-v1','','','2019-07-29 09:02:52','2019-07-29 14:02:52','',644,'https://buzz-caribbean.com/article/644-revision-v1/',0,'revision','',0),(646,14,'2019-07-29 09:08:22','2019-07-29 14:08:22','','jaevion-nelson-jflag-buzz-demo','','inherit','closed','closed','','jaevion-nelson-jflag-buzz-demo','','','2019-07-29 09:08:22','2019-07-29 14:08:22','',644,'https://buzz-caribbean.com/app/uploads/2019/07/jaevion-nelson-jflag-buzz-demo.jpg',0,'attachment','image/jpeg',0),(647,14,'2019-07-29 09:10:12','2019-07-29 14:10:12','<!-- wp:image {\"id\":646} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jaevion-nelson-jflag-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-646\" /><figcaption>(Jaevion Nelson, Executive Director of the Jamaica Forum for Lesbians, All-Sexuals and Gays [J-FLAG] Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The need for safe, open spaces to meet and interact without fear of violence or discrimination still rank high for members of the local Lesbian, Gay, Bisexual, and Transgender (LGBT) community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The issue came to the fore as Jamaica observed its fifth\nannual Pride celebrations earlier this month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Executive Director for the Jamaica Forum for Lesbians, All-Sexuals, and Gays (J-FLAG) Jaevion Nelson, safe, open spaces are important as many LGBT Jamaicans do not have that basic privilege – marred by discrimination, violence, and rejection in most instances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nelson, in an interview with <strong><em>Buzz Jamaica</em></strong>, noted with\nconcern that only during the annual Pride celebrations does the community get a\nchance to breathe, far away from the widespread homophobia that permeates\nJamaican society.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The LGBT community has always looked forward to Pride activities\nand I think [Pride has] really played an important part in how people\nunderstand themselves and the kind of spaces they get to celebrate, find\ncommunity and friends,” Nelson explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A number of people don’t have access to such spaces on a\nroutine basis,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the meantime, as J-FLAG resumes the rebuilding effort, Nelson\nmaintained that despite the challenges, it knows the needs of the LGBT\ncommunity are great and so, even without a headquarters just now, the\norganization has moved full-steam ahead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve continued the work we’ve been doing with a wide range of stakeholders to ensure that we improve the human rights situation in Jamaica for people who are LGBT; and to ensure that they can have access to services and the support they need to address different challenges they may be facing,” he told <strong><em>Buzz</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The transition has not been entirely smooth, Nelson posited,\nas the lack of a physical space in which to coordinate, plan and execute key\nfunctions have been affected by the destruction of the Rainbow House in December\n2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, as best as humanly possible, J-FLAG is assuring the LGBT community that it remains unmoved in its efforts to have their needs addressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve continued the work we’ve been doing with a wide range\nof stakeholders to ensure that we improve the human rights situation in Jamaica\nfor people who are LGBT; and to ensure that they can have access to services\nand the support they need to address different challenges they may be facing,”\nNelson told <strong><em>Buzz Jamaica</em></strong>.</p>\n<!-- /wp:paragraph -->','LGBT community pushing for safe spaces','','inherit','closed','closed','','644-revision-v1','','','2019-07-29 09:10:12','2019-07-29 14:10:12','',644,'https://buzz-caribbean.com/article/644-revision-v1/',0,'revision','',0),(648,14,'2019-07-30 10:12:36','2019-07-30 15:12:36','<!-- wp:image {\"id\":755} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brushy1string-buzz-demo-1024x1024.jpg\" alt=\"\" class=\"wp-image-755\" /><figcaption>Jamaican bluesy Reggae artiste, Brushy1string (Photo: Kickstarter.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brushy1string, a Jamaican musician known for playing a\nguitar with one string, is calling on fans to support his latest venture of\nputting out new music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brushy told the world in a recent Instagram post that he is seeking US $10,000 to assist him and has launched a Kickstarter fund with several layers of pledges for persons to make.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These pledges can range anywhere from US$10 dollars to $1500 dollars for fans. The Reggae artiste has also included a suite of benefits per donation; starting from a couple of singles and a podcast, to dinner for two with the man himself in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As at Tuesday, July 30, with 19 days to go, the Kingston\nmusician has had 56 backers on his Kickstarter fund – totaling 20 percent of\nthe US$10,000 target.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":757} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brushy1string-kickstarter-buzz-1024x500.jpg\" alt=\"\" class=\"wp-image-757\" /><figcaption>Brushy1string\'s progress on his Kickstarter campaign, as at July 30 (Photo: Kickstarter.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The bluesy Reggae vocalist noted in his Kickstarter video that “the more support you give, the more music I can make”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It\'s very simple. At the end of the day, I hope this message reaches you. I thank you for taking a moment to read it,” Brushy1string added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brushy became a household name in Jamaica following his\nappearance on the popular talent competition Digicel Rising Stars. While he did not win, the acoustic artiste has managed to\ndevelop a musical career for himself that has seen him tour all over the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brushy is also known for his popular song <strong>Chicken In The Corn</strong> that has garnered over 26 million views on YouTube since it was uploaded in 2013. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=E8H-67ILaqc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=E8H-67ILaqc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>He has since released several tracks and albums and now wants to further his craft with the support of his fans worldwide. Persons wishing to back Brushy1string in his Kickstarter campaign can do so <a href=\"https://www.kickstarter.com/projects/brushyonestring/brushy-one-string-a-new-album-for-the-people?ref=cp1noz\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">here</a>.</p>\n<!-- /wp:paragraph -->','Brushy1string launches Kickstarter to fund new album','','publish','closed','closed','','brushy1string-launches-kickstarter-to-fund-new-album','','','2019-08-15 11:37:21','2019-08-15 16:37:21','',0,'https://buzz-caribbean.com/?p=648',0,'post','',0),(649,0,'2019-07-29 10:28:41','2019-07-29 15:28:41','','Likkle Tea Pop Up Experience','','publish','closed','closed','','likkle-tea-pop-up-experience','','','2019-07-29 10:28:41','2019-07-29 15:28:41','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=649',0,'out','',0),(650,13,'2019-07-29 10:02:27','2019-07-29 15:02:27','','Green Rooibos &amp; Orange','','inherit','closed','closed','','green-rooibos-orange','','','2019-07-29 10:02:27','2019-07-29 15:02:27','',649,'https://buzz-caribbean.com/app/uploads/2019/07/green-rooibos-orange.jpg',0,'attachment','image/jpeg',0),(651,13,'2019-07-29 10:05:44','2019-07-29 15:05:44','','Tea Special','','inherit','closed','closed','','tea-special','','','2019-07-29 10:05:44','2019-07-29 15:05:44','',649,'https://buzz-caribbean.com/app/uploads/2019/07/tea-special.jpg',0,'attachment','image/jpeg',0),(652,0,'2019-07-29 11:04:19','2019-07-29 16:04:19','','I- Rise Cultural Concert','','publish','closed','closed','','i-rise-cultural-concert','','','2019-07-29 15:10:15','2019-07-29 20:10:15','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=652',0,'out','',0),(653,13,'2019-07-29 10:57:50','2019-07-29 15:57:50','','65254971 3021947984497126 1664350211461349376 N','','inherit','closed','closed','','65254971_3021947984497126_1664350211461349376_n','','','2019-07-29 10:57:50','2019-07-29 15:57:50','',652,'https://buzz-caribbean.com/app/uploads/2019/07/65254971_3021947984497126_1664350211461349376_n.jpg',0,'attachment','image/jpeg',0),(654,13,'2019-07-29 10:58:00','2019-07-29 15:58:00','','64654525 3081317635226827 4411759864938758144 N','','inherit','closed','closed','','64654525_3081317635226827_4411759864938758144_n','','','2019-07-29 10:58:00','2019-07-29 15:58:00','',652,'https://buzz-caribbean.com/app/uploads/2019/07/64654525_3081317635226827_4411759864938758144_n.jpg',0,'attachment','image/jpeg',0),(655,13,'2019-07-29 10:58:27','2019-07-29 15:58:27','','65254971 3021947984497126 1664350211461349376 N','','inherit','closed','closed','','65254971_3021947984497126_1664350211461349376_n-2','','','2019-07-29 10:58:27','2019-07-29 15:58:27','',652,'https://buzz-caribbean.com/app/uploads/2019/07/65254971_3021947984497126_1664350211461349376_n-1.jpg',0,'attachment','image/jpeg',0),(656,13,'2019-07-29 10:58:34','2019-07-29 15:58:34','','64654525 3081317635226827 4411759864938758144 N','','inherit','closed','closed','','64654525_3081317635226827_4411759864938758144_n-2','','','2019-07-29 10:58:34','2019-07-29 15:58:34','',652,'https://buzz-caribbean.com/app/uploads/2019/07/64654525_3081317635226827_4411759864938758144_n-1.jpg',0,'attachment','image/jpeg',0),(657,13,'2019-07-29 10:59:23','2019-07-29 15:59:23','','65254971 3021947984497126 1664350211461349376 N','','inherit','closed','closed','','65254971_3021947984497126_1664350211461349376_n-3','','','2019-07-29 10:59:23','2019-07-29 15:59:23','',652,'https://buzz-caribbean.com/app/uploads/2019/07/65254971_3021947984497126_1664350211461349376_n-2.jpg',0,'attachment','image/jpeg',0),(658,13,'2019-07-29 10:59:33','2019-07-29 15:59:33','','64654525 3081317635226827 4411759864938758144 N','','inherit','closed','closed','','64654525_3081317635226827_4411759864938758144_n-3','','','2019-07-29 10:59:33','2019-07-29 15:59:33','',652,'https://buzz-caribbean.com/app/uploads/2019/07/64654525_3081317635226827_4411759864938758144_n-2.jpg',0,'attachment','image/jpeg',0),(659,13,'2019-07-29 11:02:18','2019-07-29 16:02:18','','65254971 3021947984497126 1664350211461349376 N','','inherit','closed','closed','','65254971_3021947984497126_1664350211461349376_n-4','','','2019-07-29 11:02:18','2019-07-29 16:02:18','',652,'https://buzz-caribbean.com/app/uploads/2019/07/65254971_3021947984497126_1664350211461349376_n-3.jpg',0,'attachment','image/jpeg',0),(660,0,'2019-07-29 11:15:46','2019-07-29 16:15:46','','Forever Beach','','publish','closed','closed','','forever-beach','','','2019-07-29 15:10:50','2019-07-29 20:10:50','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=660',0,'out','',0),(661,13,'2019-07-29 11:06:28','2019-07-29 16:06:28','','65511022 3043124802379444 5988685312715390976 N','','inherit','closed','closed','','65511022_3043124802379444_5988685312715390976_n','','','2019-07-29 11:06:28','2019-07-29 16:06:28','',660,'https://buzz-caribbean.com/app/uploads/2019/07/65511022_3043124802379444_5988685312715390976_n.jpg',0,'attachment','image/jpeg',0),(662,0,'2019-07-29 11:29:38','2019-07-29 16:29:38','','Fully loaded Festival','','publish','closed','closed','','fully-loaded-festival','','','2019-08-08 13:27:17','2019-08-08 18:27:17','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=662',0,'out','',0),(663,13,'2019-07-29 11:27:25','2019-07-29 16:27:25','','61659239 2961910053834253 632576797833166848 N','','inherit','closed','closed','','61659239_2961910053834253_632576797833166848_n','','','2019-07-29 11:27:25','2019-07-29 16:27:25','',662,'https://buzz-caribbean.com/app/uploads/2019/07/61659239_2961910053834253_632576797833166848_n.jpg',0,'attachment','image/jpeg',0),(664,13,'2019-07-29 11:27:50','2019-07-29 16:27:50','','64654525 3081317635226827 4411759864938758144 N','','inherit','closed','closed','','64654525_3081317635226827_4411759864938758144_n-4','','','2019-07-29 11:27:50','2019-07-29 16:27:50','',662,'https://buzz-caribbean.com/app/uploads/2019/07/64654525_3081317635226827_4411759864938758144_n-3.jpg',0,'attachment','image/jpeg',0),(665,13,'2019-07-29 11:28:19','2019-07-29 16:28:19','','64654525 3081317635226827 4411759864938758144 N','','inherit','closed','closed','','64654525_3081317635226827_4411759864938758144_n-5','','','2019-07-29 11:28:19','2019-07-29 16:28:19','',662,'https://buzz-caribbean.com/app/uploads/2019/07/64654525_3081317635226827_4411759864938758144_n-4.jpg',0,'attachment','image/jpeg',0),(666,0,'2019-07-29 12:09:37','2019-07-29 17:09:37','','Soirée','','publish','closed','closed','','soiree','','','2019-08-08 13:26:49','2019-08-08 18:26:49','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=666',0,'out','',0),(667,13,'2019-07-29 11:50:09','2019-07-29 16:50:09','','13312702 1226116284080314 1926006318659109326 N','','inherit','closed','closed','','13312702_1226116284080314_1926006318659109326_n','','','2019-07-29 11:50:09','2019-07-29 16:50:09','',666,'https://buzz-caribbean.com/app/uploads/2019/07/13312702_1226116284080314_1926006318659109326_n.jpg',0,'attachment','image/jpeg',0),(668,4,'2019-07-29 12:23:17','2019-07-29 17:23:17','<!-- wp:heading -->\n<h2><strong>HOLLAND BAMBOO </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Holland-Bamboo.png\" alt=\"\" class=\"wp-image-627\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the bread basket’s most famous and magnificent sights is Bamboo Avenue, in the Holland area of St. Elizabeth Parish. Bamboo Avenue is a two and a half-mile stretch of road between Lacovia and Middle Quarters which is lined with giant bamboo plants which tower above the road and cross in the middle to form a shady tunnel. The avenue was established in the 17th century by the owners of the Holland Estate to provide shade for travellers and to protect the road from erosion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is one of\nthe most photographed areas in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>PELICAN B</strong>AR</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Talk about the perfect \"get away from it all\" experience. The rustic wooden bar built on a sandbank a quarter of a mile out to sea… The Pelican Bar. It is halfway between Black River and Treasure Beach. You can spend a lazy day at the Pelican, sunbathing, having a beer or two, swim in the shallow waters, eat fresh fried fish or just bring your fishing gear to catch your own dinner!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>LOVERS\' L</strong>EAP</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Lovers-Leap--1024x573.jpg\" alt=\"\" class=\"wp-image-630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How could you\nvisit the Bread basket and not enjoy somewhere romantic with mystique and\nadventure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We speak of the legendary Lovers\' Leap. The beautiful spot appears where the Santa Cruz Mountains come to an abrupt end at Jamaica\'s south coast. Revealing a 1,700ft vertical drop down to the waves crashing on Cutlass Bay below, this breathtaking hangout provides an unbelievable vantage point to look for miles out to the Caribbean Sea. The view stretches as far as Rocky Point (Clarendon) to the East and to Treasure Beach in the West. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>ACCOMPONG</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This Maroon\nvillage was named for its founder the brother of Cudjoe. The leader of the town\nis called Colonel and traditional Maroon ceremonies are held on the sixth of\nJanuary every year, in celebration of the signing of the Maroon treaty and the\nfounding of the town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>MIDDLE QUARTERS</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The small community of Middle Quarters, on the\noutskirts of the capital Black River, is renowned for one thing - \"Pepper\nShrimp\". Groups of sellers adorn the roadway tempting travellers with bags\nof bright red spicy pepper shrimp. From their simple stalls small baskets or\nbowls they offer one of the tastiest snacks available on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>JACK SPRAT RESTAURANT </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What one would\ndescribe as the perfect beachside restaurant with a dining spot adorned with\nbattered Appleton rum signs, black and white potatoes, and an old jukebox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This relaxing\nscenic eatery features vintage reggae posters, and a lively bar scene that\nspills onto the tree-shaded patio and Christmas-light-bedecked garden area.\nWith tables under sea-grape trees and a sandy path down to the beach, this is\nthe perfect place for a relaxed meal.</p>\n<!-- /wp:paragraph -->','Experience the breadbasket parish of St Elizabeth','','inherit','closed','closed','','623-revision-v1','','','2019-07-29 12:23:17','2019-07-29 17:23:17','',623,'https://buzz-caribbean.com/article/623-revision-v1/',0,'revision','',0),(671,4,'2019-07-29 12:25:53','2019-07-29 17:25:53','<!-- wp:heading -->\n<h2><strong>HOLLAND BAMBOO </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Holland-Bamboo.png\" alt=\"\" class=\"wp-image-627\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the bread basket’s most famous and magnificent sights is Bamboo Avenue, in the Holland area of St. Elizabeth Parish. Bamboo Avenue is a two and a half-mile stretch of road between Lacovia and Middle Quarters which is lined with giant bamboo plants which tower above the road and cross in the middle to form a shady tunnel. The avenue was established in the 17th century by the owners of the Holland Estate to provide shade for travellers and to protect the road from erosion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is one of\nthe most photographed areas in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>PELICAN B</strong>AR</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":670} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/pelican-bar.png\" alt=\"\" class=\"wp-image-670\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Talk about the perfect \"get away from it all\" experience. The rustic wooden bar built on a sandbank a quarter of a mile out to sea… The Pelican Bar. It is halfway between Black River and Treasure Beach. You can spend a lazy day at the Pelican, sunbathing, having a beer or two, swim in the shallow waters, eat fresh fried fish or just bring your fishing gear to catch your own dinner!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>LOVERS\' L</strong>EAP</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Lovers-Leap--1024x573.jpg\" alt=\"\" class=\"wp-image-630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How could you\nvisit the Bread basket and not enjoy somewhere romantic with mystique and\nadventure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We speak of the legendary Lovers\' Leap. The beautiful spot appears where the Santa Cruz Mountains come to an abrupt end at Jamaica\'s south coast. Revealing a 1,700ft vertical drop down to the waves crashing on Cutlass Bay below, this breathtaking hangout provides an unbelievable vantage point to look for miles out to the Caribbean Sea. The view stretches as far as Rocky Point (Clarendon) to the East and to Treasure Beach in the West. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>ACCOMPONG</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This Maroon\nvillage was named for its founder the brother of Cudjoe. The leader of the town\nis called Colonel and traditional Maroon ceremonies are held on the sixth of\nJanuary every year, in celebration of the signing of the Maroon treaty and the\nfounding of the town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>MIDDLE QUARTERS</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The small community of Middle Quarters, on the\noutskirts of the capital Black River, is renowned for one thing - \"Pepper\nShrimp\". Groups of sellers adorn the roadway tempting travellers with bags\nof bright red spicy pepper shrimp. From their simple stalls small baskets or\nbowls they offer one of the tastiest snacks available on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>JACK SPRAT RESTAURANT </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What one would\ndescribe as the perfect beachside restaurant with a dining spot adorned with\nbattered Appleton rum signs, black and white potatoes, and an old jukebox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This relaxing\nscenic eatery features vintage reggae posters, and a lively bar scene that\nspills onto the tree-shaded patio and Christmas-light-bedecked garden area.\nWith tables under sea-grape trees and a sandy path down to the beach, this is\nthe perfect place for a relaxed meal.</p>\n<!-- /wp:paragraph -->','Experience the breadbasket parish of St Elizabeth','','inherit','closed','closed','','623-revision-v1','','','2019-07-29 12:25:53','2019-07-29 17:25:53','',623,'https://buzz-caribbean.com/article/623-revision-v1/',0,'revision','',0),(672,4,'2019-07-29 12:27:55','2019-07-29 17:27:55','<!-- wp:heading -->\n<h2><strong>HOLLAND BAMBOO </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Holland-Bamboo.png\" alt=\"\" class=\"wp-image-627\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the bread basket’s most famous and magnificent sights is Bamboo Avenue, in the Holland area of St. Elizabeth Parish. Bamboo Avenue is a two and a half-mile stretch of road between Lacovia and Middle Quarters which is lined with giant bamboo plants which tower above the road and cross in the middle to form a shady tunnel. The avenue was established in the 17th century by the owners of the Holland Estate to provide shade for travellers and to protect the road from erosion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is one of\nthe most photographed areas in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>PELICAN B</strong>AR</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Talk about the perfect \"get away from it all\" experience. The rustic wooden bar built on a sandbank a quarter of a mile out to sea… The Pelican Bar. It is halfway between Black River and Treasure Beach. You can spend a lazy day at the Pelican, sunbathing, having a beer or two, swim in the shallow waters, eat fresh fried fish or just bring your fishing gear to catch your own dinner!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>LOVERS\' L</strong>EAP</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Lovers-Leap--1024x573.jpg\" alt=\"\" class=\"wp-image-630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How could you\nvisit the Bread basket and not enjoy somewhere romantic with mystique and\nadventure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We speak of the legendary Lovers\' Leap. The beautiful spot appears where the Santa Cruz Mountains come to an abrupt end at Jamaica\'s south coast. Revealing a 1,700ft vertical drop down to the waves crashing on Cutlass Bay below, this breathtaking hangout provides an unbelievable vantage point to look for miles out to the Caribbean Sea. The view stretches as far as Rocky Point (Clarendon) to the East and to Treasure Beach in the West. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>ACCOMPONG</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This Maroon\nvillage was named for its founder the brother of Cudjoe. The leader of the town\nis called Colonel and traditional Maroon ceremonies are held on the sixth of\nJanuary every year, in celebration of the signing of the Maroon treaty and the\nfounding of the town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>MIDDLE QUARTERS</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The small community of Middle Quarters, on the\noutskirts of the capital Black River, is renowned for one thing - \"Pepper\nShrimp\". Groups of sellers adorn the roadway tempting travellers with bags\nof bright red spicy pepper shrimp. From their simple stalls small baskets or\nbowls they offer one of the tastiest snacks available on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>JACK SPRAT RESTAURANT </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What one would\ndescribe as the perfect beachside restaurant with a dining spot adorned with\nbattered Appleton rum signs, black and white potatoes, and an old jukebox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This relaxing\nscenic eatery features vintage reggae posters, and a lively bar scene that\nspills onto the tree-shaded patio and Christmas-light-bedecked garden area.\nWith tables under sea-grape trees and a sandy path down to the beach, this is\nthe perfect place for a relaxed meal.</p>\n<!-- /wp:paragraph -->','Experience the breadbasket parish of St Elizabeth','','inherit','closed','closed','','623-revision-v1','','','2019-07-29 12:27:55','2019-07-29 17:27:55','',623,'https://buzz-caribbean.com/article/623-revision-v1/',0,'revision','',0),(673,4,'2019-07-29 12:28:24','2019-07-29 17:28:24','','Pelican Bar','','inherit','closed','closed','','pelican-bar','','','2019-07-29 12:28:24','2019-07-29 17:28:24','',0,'https://buzz-caribbean.com/app/uploads/2019/07/pelican-bar.png',0,'attachment','image/png',0),(674,4,'2019-07-29 12:29:10','2019-07-29 17:29:10','<!-- wp:heading -->\n<h2><strong>HOLLAND BAMBOO </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Holland-Bamboo.png\" alt=\"\" class=\"wp-image-627\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the bread basket’s most famous and magnificent sights is Bamboo Avenue, in the Holland area of St. Elizabeth Parish. Bamboo Avenue is a two and a half-mile stretch of road between Lacovia and Middle Quarters which is lined with giant bamboo plants which tower above the road and cross in the middle to form a shady tunnel. The avenue was established in the 17th century by the owners of the Holland Estate to provide shade for travellers and to protect the road from erosion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is one of\nthe most photographed areas in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>PELICAN B</strong>AR</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":673} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/pelican-bar.png\" alt=\"\" class=\"wp-image-673\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Talk about the perfect \"get away from it all\" experience. The rustic wooden bar built on a sandbank a quarter of a mile out to sea… The Pelican Bar. It is halfway between Black River and Treasure Beach. You can spend a lazy day at the Pelican, sunbathing, having a beer or two, swim in the shallow waters, eat fresh fried fish or just bring your fishing gear to catch your own dinner!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>LOVERS\' L</strong>EAP</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Lovers-Leap--1024x573.jpg\" alt=\"\" class=\"wp-image-630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How could you\nvisit the Bread basket and not enjoy somewhere romantic with mystique and\nadventure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We speak of the legendary Lovers\' Leap. The beautiful spot appears where the Santa Cruz Mountains come to an abrupt end at Jamaica\'s south coast. Revealing a 1,700ft vertical drop down to the waves crashing on Cutlass Bay below, this breathtaking hangout provides an unbelievable vantage point to look for miles out to the Caribbean Sea. The view stretches as far as Rocky Point (Clarendon) to the East and to Treasure Beach in the West. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>ACCOMPONG</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This Maroon\nvillage was named for its founder the brother of Cudjoe. The leader of the town\nis called Colonel and traditional Maroon ceremonies are held on the sixth of\nJanuary every year, in celebration of the signing of the Maroon treaty and the\nfounding of the town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>MIDDLE QUARTERS</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The small community of Middle Quarters, on the\noutskirts of the capital Black River, is renowned for one thing - \"Pepper\nShrimp\". Groups of sellers adorn the roadway tempting travellers with bags\nof bright red spicy pepper shrimp. From their simple stalls small baskets or\nbowls they offer one of the tastiest snacks available on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>JACK SPRAT RESTAURANT </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What one would\ndescribe as the perfect beachside restaurant with a dining spot adorned with\nbattered Appleton rum signs, black and white potatoes, and an old jukebox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This relaxing\nscenic eatery features vintage reggae posters, and a lively bar scene that\nspills onto the tree-shaded patio and Christmas-light-bedecked garden area.\nWith tables under sea-grape trees and a sandy path down to the beach, this is\nthe perfect place for a relaxed meal.</p>\n<!-- /wp:paragraph -->','Experience the breadbasket parish of St Elizabeth','','inherit','closed','closed','','623-revision-v1','','','2019-07-29 12:29:10','2019-07-29 17:29:10','',623,'https://buzz-caribbean.com/article/623-revision-v1/',0,'revision','',0),(676,0,'2019-07-29 14:38:16','2019-07-29 19:38:16','','Twisted Spiritz','','publish','closed','closed','','twisted-spiritz','','','2019-07-29 15:12:47','2019-07-29 20:12:47','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=676',0,'out','',0),(677,4,'2019-07-29 13:12:43','2019-07-29 18:12:43','','Jack Sprat Restaurant2','','inherit','closed','closed','','jack-sprat-restaurant2','','','2019-07-29 13:12:43','2019-07-29 18:12:43','',0,'https://buzz-caribbean.com/app/uploads/2019/07/jack-sprat-restaurant2.jpg',0,'attachment','image/jpeg',0),(678,4,'2019-07-29 13:14:26','2019-07-29 18:14:26','<!-- wp:heading -->\n<h2><strong>HOLLAND BAMBOO </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Holland-Bamboo.png\" alt=\"\" class=\"wp-image-627\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the bread basket’s most famous and magnificent sights is Bamboo Avenue, in the Holland area of St. Elizabeth Parish. Bamboo Avenue is a two and a half-mile stretch of road between Lacovia and Middle Quarters which is lined with giant bamboo plants which tower above the road and cross in the middle to form a shady tunnel. The avenue was established in the 17th century by the owners of the Holland Estate to provide shade for travellers and to protect the road from erosion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is one of\nthe most photographed areas in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>PELICAN B</strong>AR</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":673} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/pelican-bar.png\" alt=\"\" class=\"wp-image-673\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Talk about the perfect \"get away from it all\" experience. The rustic wooden bar built on a sandbank a quarter of a mile out to sea… The Pelican Bar. It is halfway between Black River and Treasure Beach. You can spend a lazy day at the Pelican, sunbathing, having a beer or two, swim in the shallow waters, eat fresh fried fish or just bring your fishing gear to catch your own dinner!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>LOVERS\' L</strong>EAP</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Lovers-Leap--1024x573.jpg\" alt=\"\" class=\"wp-image-630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How could you\nvisit the Bread basket and not enjoy somewhere romantic with mystique and\nadventure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We speak of the legendary Lovers\' Leap. The beautiful spot appears where the Santa Cruz Mountains come to an abrupt end at Jamaica\'s south coast. Revealing a 1,700ft vertical drop down to the waves crashing on Cutlass Bay below, this breathtaking hangout provides an unbelievable vantage point to look for miles out to the Caribbean Sea. The view stretches as far as Rocky Point (Clarendon) to the East and to Treasure Beach in the West. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>ACCOMPONG</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This Maroon\nvillage was named for its founder the brother of Cudjoe. The leader of the town\nis called Colonel and traditional Maroon ceremonies are held on the sixth of\nJanuary every year, in celebration of the signing of the Maroon treaty and the\nfounding of the town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>MIDDLE QUARTERS</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The small community of Middle Quarters, on the\noutskirts of the capital Black River, is renowned for one thing - \"Pepper\nShrimp\". Groups of sellers adorn the roadway tempting travellers with bags\nof bright red spicy pepper shrimp. From their simple stalls small baskets or\nbowls they offer one of the tastiest snacks available on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>JACK SPRAT RESTAURANT </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":677} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jack-sprat-restaurant2.jpg\" alt=\"\" class=\"wp-image-677\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What one would\ndescribe as the perfect beachside restaurant with a dining spot adorned with\nbattered Appleton rum signs, black and white potatoes, and an old jukebox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This relaxing\nscenic eatery features vintage reggae posters, and a lively bar scene that\nspills onto the tree-shaded patio and Christmas-light-bedecked garden area.\nWith tables under sea-grape trees and a sandy path down to the beach, this is\nthe perfect place for a relaxed meal.</p>\n<!-- /wp:paragraph -->','Experience the breadbasket parish of St Elizabeth','','inherit','closed','closed','','623-revision-v1','','','2019-07-29 13:14:26','2019-07-29 18:14:26','',623,'https://buzz-caribbean.com/article/623-revision-v1/',0,'revision','',0),(679,4,'2019-07-29 13:19:42','2019-07-29 18:19:42','','ACCOMPONG','','inherit','closed','closed','','accompong','','','2019-07-29 13:19:42','2019-07-29 18:19:42','',623,'https://buzz-caribbean.com/app/uploads/2019/07/ACCOMPONG.jpg',0,'attachment','image/jpeg',0),(680,4,'2019-07-29 13:20:02','2019-07-29 18:20:02','<!-- wp:heading -->\n<h2><strong>HOLLAND BAMBOO </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Holland-Bamboo.png\" alt=\"\" class=\"wp-image-627\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the bread basket’s most famous and magnificent sights is Bamboo Avenue, in the Holland area of St. Elizabeth Parish. Bamboo Avenue is a two and a half-mile stretch of road between Lacovia and Middle Quarters which is lined with giant bamboo plants which tower above the road and cross in the middle to form a shady tunnel. The avenue was established in the 17th century by the owners of the Holland Estate to provide shade for travellers and to protect the road from erosion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is one of\nthe most photographed areas in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>PELICAN B</strong>AR</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":673} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/pelican-bar.png\" alt=\"\" class=\"wp-image-673\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Talk about the perfect \"get away from it all\" experience. The rustic wooden bar built on a sandbank a quarter of a mile out to sea… The Pelican Bar. It is halfway between Black River and Treasure Beach. You can spend a lazy day at the Pelican, sunbathing, having a beer or two, swim in the shallow waters, eat fresh fried fish or just bring your fishing gear to catch your own dinner!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>LOVERS\' L</strong>EAP</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Lovers-Leap--1024x573.jpg\" alt=\"\" class=\"wp-image-630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How could you\nvisit the Bread basket and not enjoy somewhere romantic with mystique and\nadventure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We speak of the legendary Lovers\' Leap. The beautiful spot appears where the Santa Cruz Mountains come to an abrupt end at Jamaica\'s south coast. Revealing a 1,700ft vertical drop down to the waves crashing on Cutlass Bay below, this breathtaking hangout provides an unbelievable vantage point to look for miles out to the Caribbean Sea. The view stretches as far as Rocky Point (Clarendon) to the East and to Treasure Beach in the West. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>ACCOMPONG</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":679} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/ACCOMPONG.jpg\" alt=\"\" class=\"wp-image-679\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This Maroon\nvillage was named for its founder the brother of Cudjoe. The leader of the town\nis called Colonel and traditional Maroon ceremonies are held on the sixth of\nJanuary every year, in celebration of the signing of the Maroon treaty and the\nfounding of the town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>MIDDLE QUARTERS</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The small community of Middle Quarters, on the\noutskirts of the capital Black River, is renowned for one thing - \"Pepper\nShrimp\". Groups of sellers adorn the roadway tempting travellers with bags\nof bright red spicy pepper shrimp. From their simple stalls small baskets or\nbowls they offer one of the tastiest snacks available on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>JACK SPRAT RESTAURANT </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":677} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jack-sprat-restaurant2.jpg\" alt=\"\" class=\"wp-image-677\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What one would\ndescribe as the perfect beachside restaurant with a dining spot adorned with\nbattered Appleton rum signs, black and white potatoes, and an old jukebox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This relaxing\nscenic eatery features vintage reggae posters, and a lively bar scene that\nspills onto the tree-shaded patio and Christmas-light-bedecked garden area.\nWith tables under sea-grape trees and a sandy path down to the beach, this is\nthe perfect place for a relaxed meal.</p>\n<!-- /wp:paragraph -->','Experience the breadbasket parish of St Elizabeth','','inherit','closed','closed','','623-revision-v1','','','2019-07-29 13:20:02','2019-07-29 18:20:02','',623,'https://buzz-caribbean.com/article/623-revision-v1/',0,'revision','',0),(681,4,'2019-07-29 13:20:36','2019-07-29 18:20:36','<!-- wp:heading -->\n<h2><strong>HOLLAND BAMBOO </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Holland-Bamboo.png\" alt=\"\" class=\"wp-image-627\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the bread basket’s most famous and magnificent sights is Bamboo Avenue, in the Holland area of St. Elizabeth Parish. Bamboo Avenue is a two and a half-mile stretch of road between Lacovia and Middle Quarters which is lined with giant bamboo plants which tower above the road and cross in the middle to form a shady tunnel. The avenue was established in the 17th century by the owners of the Holland Estate to provide shade for travellers and to protect the road from erosion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is one of\nthe most photographed areas in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>PELICAN B</strong>AR</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":673} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/pelican-bar.png\" alt=\"\" class=\"wp-image-673\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Talk about the perfect \"get away from it all\" experience. The rustic wooden bar built on a sandbank a quarter of a mile out to sea… The Pelican Bar. It is halfway between Black River and Treasure Beach. You can spend a lazy day at the Pelican, sunbathing, having a beer or two, swim in the shallow waters, eat fresh fried fish or just bring your fishing gear to catch your own dinner!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>LOVERS\' L</strong>EAP</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Lovers-Leap--1024x573.jpg\" alt=\"\" class=\"wp-image-630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How could you\nvisit the Bread basket and not enjoy somewhere romantic with mystique and\nadventure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We speak of the legendary Lovers\' Leap. The beautiful spot appears where the Santa Cruz Mountains come to an abrupt end at Jamaica\'s south coast. Revealing a 1,700ft vertical drop down to the waves crashing on Cutlass Bay below, this breathtaking hangout provides an unbelievable vantage point to look for miles out to the Caribbean Sea. The view stretches as far as Rocky Point (Clarendon) to the East and to Treasure Beach in the West. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>ACCOMPONG</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This Maroon\nvillage was named for its founder the brother of Cudjoe. The leader of the town\nis called Colonel and traditional Maroon ceremonies are held on the sixth of\nJanuary every year, in celebration of the signing of the Maroon treaty and the\nfounding of the town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>MIDDLE QUARTERS</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The small community of Middle Quarters, on the\noutskirts of the capital Black River, is renowned for one thing - \"Pepper\nShrimp\". Groups of sellers adorn the roadway tempting travellers with bags\nof bright red spicy pepper shrimp. From their simple stalls small baskets or\nbowls they offer one of the tastiest snacks available on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>JACK SPRAT RESTAURANT </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":677} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jack-sprat-restaurant2.jpg\" alt=\"\" class=\"wp-image-677\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What one would\ndescribe as the perfect beachside restaurant with a dining spot adorned with\nbattered Appleton rum signs, black and white potatoes, and an old jukebox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This relaxing\nscenic eatery features vintage reggae posters, and a lively bar scene that\nspills onto the tree-shaded patio and Christmas-light-bedecked garden area.\nWith tables under sea-grape trees and a sandy path down to the beach, this is\nthe perfect place for a relaxed meal.</p>\n<!-- /wp:paragraph -->','Experience the breadbasket parish of St Elizabeth','','inherit','closed','closed','','623-revision-v1','','','2019-07-29 13:20:36','2019-07-29 18:20:36','',623,'https://buzz-caribbean.com/article/623-revision-v1/',0,'revision','',0),(682,4,'2019-07-29 13:37:10','2019-07-29 18:37:10','','seafood','','inherit','closed','closed','','seafood','','','2019-07-29 13:37:10','2019-07-29 18:37:10','',623,'https://buzz-caribbean.com/app/uploads/2019/07/seafood.jpg',0,'attachment','image/jpeg',0),(683,4,'2019-07-29 13:37:32','2019-07-29 18:37:32','<!-- wp:heading -->\n<h2><strong>HOLLAND BAMBOO </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Holland-Bamboo.png\" alt=\"\" class=\"wp-image-627\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the bread basket’s most famous and magnificent sights is Bamboo Avenue, in the Holland area of St. Elizabeth Parish. Bamboo Avenue is a two and a half-mile stretch of road between Lacovia and Middle Quarters which is lined with giant bamboo plants which tower above the road and cross in the middle to form a shady tunnel. The avenue was established in the 17th century by the owners of the Holland Estate to provide shade for travellers and to protect the road from erosion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is one of\nthe most photographed areas in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>PELICAN B</strong>AR</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":673} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/pelican-bar.png\" alt=\"\" class=\"wp-image-673\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Talk about the perfect \"get away from it all\" experience. The rustic wooden bar built on a sandbank a quarter of a mile out to sea… The Pelican Bar. It is halfway between Black River and Treasure Beach. You can spend a lazy day at the Pelican, sunbathing, having a beer or two, swim in the shallow waters, eat fresh fried fish or just bring your fishing gear to catch your own dinner!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>LOVERS\' L</strong>EAP</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Lovers-Leap--1024x573.jpg\" alt=\"\" class=\"wp-image-630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How could you\nvisit the Bread basket and not enjoy somewhere romantic with mystique and\nadventure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We speak of the legendary Lovers\' Leap. The beautiful spot appears where the Santa Cruz Mountains come to an abrupt end at Jamaica\'s south coast. Revealing a 1,700ft vertical drop down to the waves crashing on Cutlass Bay below, this breathtaking hangout provides an unbelievable vantage point to look for miles out to the Caribbean Sea. The view stretches as far as Rocky Point (Clarendon) to the East and to Treasure Beach in the West. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>ACCOMPONG</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This Maroon\nvillage was named for its founder the brother of Cudjoe. The leader of the town\nis called Colonel and traditional Maroon ceremonies are held on the sixth of\nJanuary every year, in celebration of the signing of the Maroon treaty and the\nfounding of the town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>MIDDLE QUARTERS</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":682} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/seafood-1024x683.jpg\" alt=\"\" class=\"wp-image-682\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The small community of Middle Quarters, on the\noutskirts of the capital Black River, is renowned for one thing - \"Pepper\nShrimp\". Groups of sellers adorn the roadway tempting travellers with bags\nof bright red spicy pepper shrimp. From their simple stalls small baskets or\nbowls they offer one of the tastiest snacks available on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>JACK SPRAT RESTAURANT </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":677} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jack-sprat-restaurant2.jpg\" alt=\"\" class=\"wp-image-677\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What one would\ndescribe as the perfect beachside restaurant with a dining spot adorned with\nbattered Appleton rum signs, black and white potatoes, and an old jukebox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This relaxing\nscenic eatery features vintage reggae posters, and a lively bar scene that\nspills onto the tree-shaded patio and Christmas-light-bedecked garden area.\nWith tables under sea-grape trees and a sandy path down to the beach, this is\nthe perfect place for a relaxed meal.</p>\n<!-- /wp:paragraph -->','Experience the breadbasket parish of St Elizabeth','','inherit','closed','closed','','623-revision-v1','','','2019-07-29 13:37:32','2019-07-29 18:37:32','',623,'https://buzz-caribbean.com/article/623-revision-v1/',0,'revision','',0),(684,4,'2019-07-29 13:41:58','2019-07-29 18:41:58','<!-- wp:heading -->\n<h2><strong>HOLLAND BAMBOO </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>One of the bread basket’s most famous and magnificent sights is Bamboo Avenue, in the Holland area of St. Elizabeth Parish. Bamboo Avenue is a two and a half-mile stretch of road between Lacovia and Middle Quarters which is lined with giant bamboo plants which tower above the road and cross in the middle to form a shady tunnel. The avenue was established in the 17th century by the owners of the Holland Estate to provide shade for travellers and to protect the road from erosion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is one of\nthe most photographed areas in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>PELICAN B</strong>AR</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":673} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/pelican-bar.png\" alt=\"\" class=\"wp-image-673\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Talk about the perfect \"get away from it all\" experience. The rustic wooden bar built on a sandbank a quarter of a mile out to sea… The Pelican Bar. It is halfway between Black River and Treasure Beach. You can spend a lazy day at the Pelican, sunbathing, having a beer or two, swim in the shallow waters, eat fresh fried fish or just bring your fishing gear to catch your own dinner!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>LOVERS\' L</strong>EAP</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Lovers-Leap--1024x573.jpg\" alt=\"\" class=\"wp-image-630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How could you\nvisit the Bread basket and not enjoy somewhere romantic with mystique and\nadventure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We speak of the legendary Lovers\' Leap. The beautiful spot appears where the Santa Cruz Mountains come to an abrupt end at Jamaica\'s south coast. Revealing a 1,700ft vertical drop down to the waves crashing on Cutlass Bay below, this breathtaking hangout provides an unbelievable vantage point to look for miles out to the Caribbean Sea. The view stretches as far as Rocky Point (Clarendon) to the East and to Treasure Beach in the West. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>ACCOMPONG</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This Maroon\nvillage was named for its founder the brother of Cudjoe. The leader of the town\nis called Colonel and traditional Maroon ceremonies are held on the sixth of\nJanuary every year, in celebration of the signing of the Maroon treaty and the\nfounding of the town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>MIDDLE QUARTERS</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":682} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/seafood-1024x683.jpg\" alt=\"\" class=\"wp-image-682\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The small community of Middle Quarters, on the\noutskirts of the capital Black River, is renowned for one thing - \"Pepper\nShrimp\". Groups of sellers adorn the roadway tempting travellers with bags\nof bright red spicy pepper shrimp. From their simple stalls small baskets or\nbowls they offer one of the tastiest snacks available on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>JACK SPRAT RESTAURANT </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":677} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jack-sprat-restaurant2.jpg\" alt=\"\" class=\"wp-image-677\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What one would\ndescribe as the perfect beachside restaurant with a dining spot adorned with\nbattered Appleton rum signs, black and white potatoes, and an old jukebox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This relaxing\nscenic eatery features vintage reggae posters, and a lively bar scene that\nspills onto the tree-shaded patio and Christmas-light-bedecked garden area.\nWith tables under sea-grape trees and a sandy path down to the beach, this is\nthe perfect place for a relaxed meal.</p>\n<!-- /wp:paragraph -->','Experience the breadbasket parish of St Elizabeth','','inherit','closed','closed','','623-revision-v1','','','2019-07-29 13:41:58','2019-07-29 18:41:58','',623,'https://buzz-caribbean.com/article/623-revision-v1/',0,'revision','',0),(685,4,'2019-07-29 13:43:46','2019-07-29 18:43:46','','Holland Bamboo','','inherit','closed','closed','','holland-bamboo','','','2019-07-29 13:43:46','2019-07-29 18:43:46','',0,'https://buzz-caribbean.com/app/uploads/2019/07/Holland-Bamboo.png',0,'attachment','image/png',0),(686,4,'2019-07-29 13:45:44','2019-07-29 18:45:44','<!-- wp:heading -->\n<h2><strong>HOLLAND BAMBOO </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":685} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Holland-Bamboo.png\" alt=\"\" class=\"wp-image-685\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the bread basket’s most famous and magnificent sights is Bamboo Avenue, in the Holland area of St. Elizabeth Parish. Bamboo Avenue is a two and a half-mile stretch of road between Lacovia and Middle Quarters which is lined with giant bamboo plants which tower above the road and cross in the middle to form a shady tunnel. The avenue was established in the 17th century by the owners of the Holland Estate to provide shade for travellers and to protect the road from erosion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is one of\nthe most photographed areas in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>PELICAN B</strong>AR</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":673} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/pelican-bar.png\" alt=\"\" class=\"wp-image-673\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Talk about the perfect \"get away from it all\" experience. The rustic wooden bar built on a sandbank a quarter of a mile out to sea… The Pelican Bar. It is halfway between Black River and Treasure Beach. You can spend a lazy day at the Pelican, sunbathing, having a beer or two, swim in the shallow waters, eat fresh fried fish or just bring your fishing gear to catch your own dinner!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>LOVERS\' L</strong>EAP</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Lovers-Leap--1024x573.jpg\" alt=\"\" class=\"wp-image-630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How could you\nvisit the Bread basket and not enjoy somewhere romantic with mystique and\nadventure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We speak of the legendary Lovers\' Leap. The beautiful spot appears where the Santa Cruz Mountains come to an abrupt end at Jamaica\'s south coast. Revealing a 1,700ft vertical drop down to the waves crashing on Cutlass Bay below, this breathtaking hangout provides an unbelievable vantage point to look for miles out to the Caribbean Sea. The view stretches as far as Rocky Point (Clarendon) to the East and to Treasure Beach in the West. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>ACCOMPONG</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This Maroon\nvillage was named for its founder the brother of Cudjoe. The leader of the town\nis called Colonel and traditional Maroon ceremonies are held on the sixth of\nJanuary every year, in celebration of the signing of the Maroon treaty and the\nfounding of the town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>MIDDLE QUARTERS</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":682} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/seafood-1024x683.jpg\" alt=\"\" class=\"wp-image-682\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The small community of Middle Quarters, on the\noutskirts of the capital Black River, is renowned for one thing - \"Pepper\nShrimp\". Groups of sellers adorn the roadway tempting travellers with bags\nof bright red spicy pepper shrimp. From their simple stalls small baskets or\nbowls they offer one of the tastiest snacks available on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>JACK SPRAT RESTAURANT </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":677} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jack-sprat-restaurant2.jpg\" alt=\"\" class=\"wp-image-677\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What one would\ndescribe as the perfect beachside restaurant with a dining spot adorned with\nbattered Appleton rum signs, black and white potatoes, and an old jukebox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This relaxing\nscenic eatery features vintage reggae posters, and a lively bar scene that\nspills onto the tree-shaded patio and Christmas-light-bedecked garden area.\nWith tables under sea-grape trees and a sandy path down to the beach, this is\nthe perfect place for a relaxed meal.</p>\n<!-- /wp:paragraph -->','Experience the breadbasket parish of St Elizabeth','','inherit','closed','closed','','623-revision-v1','','','2019-07-29 13:45:44','2019-07-29 18:45:44','',623,'https://buzz-caribbean.com/article/623-revision-v1/',0,'revision','',0),(687,4,'2019-07-29 14:05:31','2019-07-29 19:05:31','<!-- wp:heading -->\n<h2><strong>HOLLAND BAMBOO </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":685} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Holland-Bamboo.png\" alt=\"\" class=\"wp-image-685\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the bread basket’s most famous and magnificent sights is Bamboo Avenue, in the Holland area of St. Elizabeth. Bamboo Avenue is a two-and-a-half-mile stretch of road between Lacovia and Middle Quarters which is lined with towering bamboo plants that form a shady tunnel. The avenue was established in the 17th century by the owners of the Holland Estate to provide shade for travellers and to protect the road from erosion. It is one of the most photographed areas in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>PELICAN B</strong>AR</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":673} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/pelican-bar.png\" alt=\"\" class=\"wp-image-673\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Want to experience the perfect getaway from it all? Then try Pelican Bar. The rustic wooden bar is built on a sandbank a quarter of a mile out to sea. It is halfway between Black River and Treasure Beach. You can spend a lazy day at the Pelican, sunbathing, having a beer or two, swim in the shallow waters, eat fried fish or just bring your fishing gear to catch your own dinner!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>LOVERS\' L</strong>EAP</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Lovers-Leap--1024x573.jpg\" alt=\"\" class=\"wp-image-630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You cannot visit the parish and not enjoy somewhere romantic with mystique and adventure. We speak of the legendary Lovers\' Leap. The beautiful spot appears where the Santa Cruz Mountains come to an abrupt end at Jamaica\'s south coast. This breathtaking hangout provides an unbelievable vantage point to look for miles out to the Caribbean Sea. The view stretches as far as Rocky Point, Clarendon to the East and to Treasure Beach in the West.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>ACCOMPONG </strong>TOWN</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This Maroon\nvillage was named for its founder the brother of Cudjoe. The leader of the town\nis called Colonel and traditional Maroon ceremonies are held on the sixth of\nJanuary every year, in celebration of the signing of the Maroon treaty and the\nfounding of the town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>MIDDLE QUARTERS</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":682} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/seafood-1024x683.jpg\" alt=\"\" class=\"wp-image-682\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The small community of Middle Quarters, on the\noutskirts of the capital Black River, is renowned for one thing - \"Pepper\nShrimp\". Groups of sellers adorn the roadway tempting travellers with bags\nof bright red spicy pepper shrimp. From their simple stalls small baskets or\nbowls they offer one of the tastiest snacks available on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>JACK SPRAT RESTAURANT </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":677} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jack-sprat-restaurant2.jpg\" alt=\"\" class=\"wp-image-677\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jack Sprat Restaurant could be described as the perfect beachside restaurant. Its dining spot is adorned with battered Appleton rum signs, black and white potatoes, and an old jukebox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This relaxing scenic eatery features vintage reggae posters and a lively bar scene that spills onto the tree-shaded patio and garden area. With tables under sea-grape trees and a sandy path down to the beach, this is the perfect place for a relaxed meal.</p>\n<!-- /wp:paragraph -->','Experience the breadbasket parish of St Elizabeth','','inherit','closed','closed','','623-revision-v1','','','2019-07-29 14:05:31','2019-07-29 19:05:31','',623,'https://buzz-caribbean.com/article/623-revision-v1/',0,'revision','',0),(688,13,'2019-07-29 14:32:48','2019-07-29 19:32:48','','Twisted','','inherit','closed','closed','','twisted','','','2019-07-29 14:32:48','2019-07-29 19:32:48','',676,'https://buzz-caribbean.com/app/uploads/2019/07/twisted.jpg',0,'attachment','image/jpeg',0),(689,13,'2019-07-29 14:33:21','2019-07-29 19:33:21','','Dream Weekend 2019 1','','inherit','closed','closed','','dream_weekend_2019-1','','','2019-07-29 14:33:21','2019-07-29 19:33:21','',676,'https://buzz-caribbean.com/app/uploads/2019/07/dream_weekend_2019-1.png',0,'attachment','image/png',0),(690,0,'2019-07-29 15:09:07','2019-07-29 20:09:07','','Day Dreams White Sands','','publish','closed','closed','','day-dreams-white-sands','','','2019-08-08 13:26:20','2019-08-08 18:26:20','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=690',0,'out','',0),(691,13,'2019-07-29 14:45:32','2019-07-29 19:45:32','','Daydreams','','inherit','closed','closed','','daydreams','','','2019-07-29 14:45:32','2019-07-29 19:45:32','',690,'https://buzz-caribbean.com/app/uploads/2019/07/daydreams.jpg',0,'attachment','image/jpeg',0),(694,13,'2019-07-29 15:10:16','2019-07-29 20:10:16','','I- Rise Cultural Concert','','inherit','closed','closed','','652-autosave-v1','','','2019-07-29 15:10:16','2019-07-29 20:10:16','',652,'https://buzz-caribbean.com/article/652-autosave-v1/',0,'revision','',0),(695,0,'2019-07-29 16:28:07','2019-07-29 21:28:07','','Yush','','publish','closed','closed','','yush','','','2019-07-29 16:28:07','2019-07-29 21:28:07','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=695',0,'out','',0),(698,4,'2019-07-29 15:36:32','2019-07-29 20:36:32','<!-- wp:heading -->\n<h2><strong>HOLLAND BAMBOO </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":685} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Holland-Bamboo.png\" alt=\"\" class=\"wp-image-685\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the bread basket’s most famous and magnificent sights is Bamboo Avenue, in the Holland area of St. Elizabeth. Bamboo Avenue is a two-and-a-half-mile stretch of road between Lacovia and Middle Quarters which is lined with towering bamboo plants that form a shady tunnel. The avenue was established in the 17th century by the owners of the Holland Estate to provide shade for travellers and to protect the road from erosion. It is one of the most photographed areas in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>PELICAN B</strong>AR</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":673} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/pelican-bar.png\" alt=\"\" class=\"wp-image-673\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Want to experience the perfect getaway from it all? Then try Pelican Bar. The rustic wooden bar is built on a sandbank a quarter of a mile out to sea. It is halfway between Black River and Treasure Beach. You can spend a lazy day at the Pelican, sunbathing, having a beer or two, swim in the shallow waters, eat fried fish or just bring your fishing gear to catch your own dinner!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>LOVERS\' L</strong>EAP</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Lovers-Leap--1024x573.jpg\" alt=\"\" class=\"wp-image-630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You cannot visit the parish and not enjoy somewhere romantic with mystique and adventure. We speak of the legendary Lovers\' Leap. The beautiful spot appears where the Santa Cruz Mountains come to an abrupt end at Jamaica\'s south coast. This breathtaking hangout provides an unbelievable vantage point to look for miles out to the Caribbean Sea. The view stretches as far as Rocky Point, Clarendon to the East and to Treasure Beach in the West.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>MIDDLE QUARTERS</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":682} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/seafood-1024x683.jpg\" alt=\"\" class=\"wp-image-682\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The small community of Middle Quarters, on the\noutskirts of the capital Black River, is renowned for one thing - \"Pepper\nShrimp\". Groups of sellers adorn the roadway tempting travellers with bags\nof bright red spicy pepper shrimp. From their simple stalls small baskets or\nbowls they offer one of the tastiest snacks available on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>JACK SPRAT RESTAURANT </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":677} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jack-sprat-restaurant2.jpg\" alt=\"\" class=\"wp-image-677\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jack Sprat Restaurant could be described as the perfect beachside restaurant. Its dining spot is adorned with battered Appleton rum signs, black and white potatoes, and an old jukebox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This relaxing scenic eatery features vintage reggae posters and a lively bar scene that spills onto the tree-shaded patio and garden area. With tables under sea-grape trees and a sandy path down to the beach, this is the perfect place for a relaxed meal.</p>\n<!-- /wp:paragraph -->','Experience the breadbasket parish of St Elizabeth','','inherit','closed','closed','','623-revision-v1','','','2019-07-29 15:36:32','2019-07-29 20:36:32','',623,'https://buzz-caribbean.com/article/623-revision-v1/',0,'revision','',0),(700,13,'2019-07-29 19:11:26','2019-07-30 00:11:26','<!-- wp:paragraph -->\n<p>Leon Bailey\'s customised Benz Brabus coupe is the latest luxury car turning heads on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The footballer, who plays for Bayern Leverkusen in the German Bundesliga, shelled out the estimated equivalent of  J$120 million to purchase, customise and import the vehicle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"711\"],\"columns\":1} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-1-1024x683.jpg\" alt=\"\" data-id=\"711\" data-link=\"https://buzz-caribbean.com/?attachment_id=711\" class=\"wp-image-711\" /><figcaption>Photos by Don Weysome</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Bailey posted a photo of his 800 horsepower machine on his Instagram page with the line, \"Man neva born inna&nbsp; luxury, a just hard work and Father God.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bz6LAOxIGdm/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bz6LAOxIGdm/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>His adopted father and boss of Phoenix Football Academy, Craig Butler, gave<strong> Buzz Caribbean</strong> a tour of the vehicle recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"720\",\"721\",\"722\",\"723\",\"727\"],\"columns\":5} -->\n<ul class=\"wp-block-gallery columns-5 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus5-1-1024x683.jpg\" alt=\"\" data-id=\"720\" data-link=\"https://buzz-caribbean.com/?attachment_id=720\" class=\"wp-image-720\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus7-1024x683.jpg\" alt=\"\" data-id=\"721\" data-link=\"https://buzz-caribbean.com/?attachment_id=721\" class=\"wp-image-721\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-3-1-1024x683.jpg\" alt=\"\" data-id=\"722\" data-link=\"https://buzz-caribbean.com/?attachment_id=722\" class=\"wp-image-722\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Brabus6-1024x683.jpg\" alt=\"\" data-id=\"723\" data-link=\"https://buzz-caribbean.com/?attachment_id=723\" class=\"wp-image-723\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/leon-bailey.jpg\" alt=\"\" data-id=\"727\" data-link=\"https://buzz-caribbean.com/?attachment_id=727\" class=\"wp-image-727\" /><figcaption>Leon Bailey</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p> <br></p>\n<!-- /wp:paragraph -->','Leon Bailey lands $120 million Benz in the island','','publish','closed','closed','','leon-bailey-lands-120-million-benz-in-the-island','','','2019-08-13 19:44:53','2019-08-14 00:44:53','',0,'https://buzz-caribbean.com/?p=700',0,'post','',0),(701,13,'2019-07-29 16:14:25','2019-07-29 21:14:25','','Yush','','inherit','closed','closed','','yush','','','2019-07-29 16:14:25','2019-07-29 21:14:25','',695,'https://buzz-caribbean.com/app/uploads/2019/07/yush.jpg',0,'attachment','image/jpeg',0),(708,4,'2019-07-29 16:51:42','2019-07-29 21:51:42','<!-- wp:paragraph -->\n<p>Leon Bailey\'s customised Benz Brabus coupe is the latest flashy car turning heads on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The footballer, who plays for Bayern Leverkusen in the German Bundesliga, spent an estimated J $120 million on the purchase, customisation and importation of the vehicle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bailey posted a photo of his 800 horsepower machine on his Instagram page with the line, \"Man neva born inna  luxury, a just hard work and Father God.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Adopted <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Leon Bailey looks to star in the attacking line for Bayern Leverkusen this upcoming football season in the Bundesliga, featuring in the Champions League on the back end of his Goal Cup run that saw Jamaica lose in the semi-finals to the USA.</p>\n<!-- /wp:paragraph -->','Leon Bailey lands $120 million Benz in the island','','inherit','closed','closed','','700-revision-v1','','','2019-07-29 16:51:42','2019-07-29 21:51:42','',700,'https://buzz-caribbean.com/article/700-revision-v1/',0,'revision','',0),(709,13,'2019-07-29 17:11:18','2019-07-29 22:11:18','<!-- wp:image {\"id\":2992,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/ramble-jobs-image.jpg\" alt=\"\" class=\"wp-image-2992\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>VIDEOGRAPHER</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>JOB DESCRIPTION</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We (Ramble Media Group) are looking to appoint a capable videographer to join our rapidly growing team. The successful candidate will be responsible for the capturing, editing and uploading of Ramble Media Group content. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The videographer will report directly to the Head of Visual Content .&nbsp;<br> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>DUTIES AND RESPONSIBILITIES</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Operate video cameras on location or in the\nstudio, in the production of professional pre-recorded videos and photographs.</li><li>Design, transport, set up, and operate\nproduction equipment, including audio and lighting equipment, for field and\nstudio productions.</li><li>Edit video segments on a variety of digital\nformats.</li><li>Completes trouble and preventive maintenance\nreports on video and audio production equipment; assists in repair and upkeep\nof studio and production sets and properties.</li><li>Maintains equipment inventory and field and\nstudio production schedules.</li><li>Performs miscellaneous job-related duties as\nassigned.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Preparing background film or “B” rolls as well      as live feed</li><li>Interviewing people and creating a film clip      via editing raw footage</li><li>Working as part of a production team to edit      film</li><li>Inserting closed captioning, graphics, or on-screen text into a video</li><li>Adding computer graphics and special effects to a video</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Knowledge,\nSkills and Abilities Required</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Technical acumen to be able to operate, configure, set up, and fix video, audio, lighting, or other production equipment</li><li>Ability to effectively manage time and schedules.</li><li>Ability to configure, operate and maintain studio and/or field audio, lighting and associated production equipment.</li><li>Knowledge of professional audio and/or video tape editing and post-production procedures, techniques, and standards.</li><li>Manual dexterity, physical mobility, energy and determination and some physical strength/stamina</li><li>Creativity and attention to detail</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Ability  to work under deadline pressure</li><li>Organization to manage their time efficiently</li><li>Must know computerized tape editing software and equipment</li><li>Understanding of post-production techniques</li><li>Can work in a variety of digital venues with software to edit and finish film work.<br>  </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>REQUIREMENTS</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Strong verbal and\nwritten communications skills</li><li>Proven experience in\ndigital media</li><li>Excellent computer\nliteracy</li><li>Proficiency with editing\nsoftware such as photoshop</li><li>Excellent interpersonal\nskills</li><li>Proficiency with camera\nequipment</li><li>Must be a team player</li><li>The ability to work in a\ncross-functional team, to plan, and execute operational efficiencies</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>VIDEOGRAPHER JOB DESCRIPTION</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We (Ramble Media\nCorporation) are looking to appoint a capable videographer to join our rapidly\ngrowing team. The successful candidate will be responsible for the capturing,\nediting and uploading of Ramble Media Group content. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The videographer will report directly to the Head of Visual Content .&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>DUTIES AND RESPONSIBILITIES</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Operate video cameras on location or in the\nstudio, in the production of professional pre-recorded videos and photographs.</li><li>Design, transport, set up, and operate\nproduction equipment, including audio and lighting equipment, for field and\nstudio productions.</li><li>Edit video segments on a variety of digital\nformats.</li><li>Completes trouble and preventive maintenance\nreports on video and audio production equipment; assists in repair and upkeep\nof studio and production sets and properties.</li><li>Maintains equipment inventory and field and\nstudio production schedules.</li><li>Performs miscellaneous job-related duties as\nassigned.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Preparing background film or “B” rolls as well  as live feed</li><li>Interviewing people and creating a film clip  via editing raw footage</li><li>Working as part of a production team to edit  film</li><li>Inserting closed captioning, graphics, or other on-screen text into a video</li><li>Adding computer graphics and special effects to a video</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Knowledge,\nSkills and Abilities Required</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Technical acumen to be able to operate, configure, set up, and fix video, audio, lighting, or other production      equipment</li><li>Ability to effectively manage time and schedules.</li><li>Ability to configure, operate and maintain studio and/or field audio, lighting and associated production equipment.</li><li>Knowledge of professional audio and/or video tape editing and post-production procedures, techniques, and standards.</li><li>Manual dexterity, physical mobility, energy and determination and some physical strength/stamina</li><li>Creativity and attention to detail</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Ability to work under deadline pressure</li><li>Organization to manage their time efficiently</li><li>Must  know computerized tape editing software and equipment</li><li>Understanding of post-production techniques</li><li>Can work in a variety of digital venues with software to edit and finish film work<br>      <br>      </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>REQUIREMENTS</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Strong verbal and\nwritten communications skills</li><li>Proven experience in\ndigital media</li><li>Excellent computer\nliteracy</li><li>Proficiency with editing\nsoftware such as photoshop</li><li>Excellent interpersonal\nskills</li><li>Proficiency with camera\nequipment</li><li>Must be a team player</li><li>The ability to work in a\ncross-functional team, to plan, and execute operational efficiencies</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Ramble Media Group, a Videographer','','publish','closed','closed','','ramble-media-group-a-videographer-709','','','2019-09-12 09:05:30','2019-09-12 14:05:30','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=709',0,'job','',0),(710,13,'2019-07-29 17:09:56','2019-07-29 22:09:56','','Videographer','','inherit','closed','closed','','videographer','','','2019-07-29 17:09:56','2019-07-29 22:09:56','',709,'https://buzz-caribbean.com/app/uploads/2019/07/videographer.jpeg',0,'attachment','image/jpeg',0),(711,4,'2019-07-29 17:33:51','2019-07-29 22:33:51','','brabus-1','','inherit','closed','closed','','brabus-1','','','2019-07-29 17:33:51','2019-07-29 22:33:51','',700,'https://buzz-caribbean.com/app/uploads/2019/07/brabus-1.jpg',0,'attachment','image/jpeg',0),(712,4,'2019-07-29 17:34:27','2019-07-29 22:34:27','','brabus-2','','inherit','closed','closed','','brabus-2','','','2019-07-29 17:34:27','2019-07-29 22:34:27','',700,'https://buzz-caribbean.com/app/uploads/2019/07/brabus-2.jpg',0,'attachment','image/jpeg',0),(713,4,'2019-07-29 17:34:29','2019-07-29 22:34:29','','brabus-3','','inherit','closed','closed','','brabus-3','','','2019-07-29 17:34:29','2019-07-29 22:34:29','',700,'https://buzz-caribbean.com/app/uploads/2019/07/brabus-3.jpg',0,'attachment','image/jpeg',0),(714,4,'2019-07-29 17:34:32','2019-07-29 22:34:32','','brabus4','','inherit','closed','closed','','brabus4','','','2019-07-29 17:34:32','2019-07-29 22:34:32','',700,'https://buzz-caribbean.com/app/uploads/2019/07/brabus4.jpg',0,'attachment','image/jpeg',0),(715,4,'2019-07-29 17:34:34','2019-07-29 22:34:34','','brabus5','','inherit','closed','closed','','brabus5','','','2019-07-29 17:34:34','2019-07-29 22:34:34','',700,'https://buzz-caribbean.com/app/uploads/2019/07/brabus5.jpg',0,'attachment','image/jpeg',0),(716,4,'2019-07-29 17:35:11','2019-07-29 22:35:11','<!-- wp:paragraph -->\n<p>Leon Bailey\'s customised Benz Brabus coupe is the latest luxury car turning heads on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The footballer, who plays for Bayern Leverkusen in the German Bundesliga, spent an estimated J $120 million on the purchase, customisation and importation of the vehicle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[711,712,713,714,715]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-1-1024x683.jpg\" alt=\"\" data-id=\"711\" data-link=\"https://buzz-caribbean.com/?attachment_id=711\" class=\"wp-image-711\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-2-683x1024.jpg\" alt=\"\" data-id=\"712\" data-link=\"https://buzz-caribbean.com/?attachment_id=712\" class=\"wp-image-712\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-3-1024x683.jpg\" alt=\"\" data-id=\"713\" data-link=\"https://buzz-caribbean.com/?attachment_id=713\" class=\"wp-image-713\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus4-683x1024.jpg\" alt=\"\" data-id=\"714\" data-link=\"https://buzz-caribbean.com/?attachment_id=714\" class=\"wp-image-714\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus5-1024x683.jpg\" alt=\"\" data-id=\"715\" data-link=\"https://buzz-caribbean.com/?attachment_id=715\" class=\"wp-image-715\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Bailey posted a photo of his 800 horsepower machine on his Instagram page with the line, \"Man neva born inna&nbsp; luxury, a just hard work and Father God.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His adopted father and boss of Phoenix Football Academy, Craig Butler, gave Buzz Caribbean a tour of the vehicle recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery -->\n<ul class=\"wp-block-gallery columns-0 is-cropped\"></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p> <br></p>\n<!-- /wp:paragraph -->','Leon Bailey lands $120 million Benz in the island','','inherit','closed','closed','','700-revision-v1','','','2019-07-29 17:35:11','2019-07-29 22:35:11','',700,'https://buzz-caribbean.com/article/700-revision-v1/',0,'revision','',0),(717,4,'2019-07-29 17:38:46','2019-07-29 22:38:46','<!-- wp:paragraph -->\n<p>Leon Bailey\'s customised Benz Brabus coupe is the latest luxury car turning heads on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The footballer, who plays for Bayern Leverkusen in the German Bundesliga, spent an estimated J $120 million on the purchase, customisation and importation of the vehicle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[711,712,713,714,715],\"columns\":4} -->\n<ul class=\"wp-block-gallery columns-4 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-1-1024x683.jpg\" alt=\"\" data-id=\"711\" data-link=\"https://buzz-caribbean.com/?attachment_id=711\" class=\"wp-image-711\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-2-683x1024.jpg\" alt=\"\" data-id=\"712\" data-link=\"https://buzz-caribbean.com/?attachment_id=712\" class=\"wp-image-712\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-3-1024x683.jpg\" alt=\"\" data-id=\"713\" data-link=\"https://buzz-caribbean.com/?attachment_id=713\" class=\"wp-image-713\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus4-683x1024.jpg\" alt=\"\" data-id=\"714\" data-link=\"https://buzz-caribbean.com/?attachment_id=714\" class=\"wp-image-714\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus5-1024x683.jpg\" alt=\"\" data-id=\"715\" data-link=\"https://buzz-caribbean.com/?attachment_id=715\" class=\"wp-image-715\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Bailey posted a photo of his 800 horsepower machine on his Instagram page with the line, \"Man neva born inna&nbsp; luxury, a just hard work and Father God.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His adopted father and boss of Phoenix Football Academy, Craig Butler, gave Buzz Caribbean a tour of the vehicle recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <br></p>\n<!-- /wp:paragraph -->','Leon Bailey lands $120 million Benz in the island','','inherit','closed','closed','','700-revision-v1','','','2019-07-29 17:38:46','2019-07-29 22:38:46','',700,'https://buzz-caribbean.com/article/700-revision-v1/',0,'revision','',0),(718,4,'2019-07-29 17:40:43','2019-07-29 22:40:43','<!-- wp:paragraph -->\n<p>Leon Bailey\'s customised Benz Brabus coupe is the latest luxury car turning heads on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The footballer, who plays for Bayern Leverkusen in the German Bundesliga, spent an estimated J $120 million on the purchase, customisation and importation of the vehicle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"711\"],\"columns\":1} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-1-1024x683.jpg\" alt=\"\" data-id=\"711\" data-link=\"https://buzz-caribbean.com/?attachment_id=711\" class=\"wp-image-711\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Bailey posted a photo of his 800 horsepower machine on his Instagram page with the line, \"Man neva born inna&nbsp; luxury, a just hard work and Father God.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His adopted father and boss of Phoenix Football Academy, Craig Butler, gave Buzz Caribbean a tour of the vehicle recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <br></p>\n<!-- /wp:paragraph -->','Leon Bailey lands $120 million Benz in the island','','inherit','closed','closed','','700-revision-v1','','','2019-07-29 17:40:43','2019-07-29 22:40:43','',700,'https://buzz-caribbean.com/article/700-revision-v1/',0,'revision','',0),(719,4,'2019-07-29 17:44:38','2019-07-29 22:44:38','<!-- wp:paragraph -->\n<p>Leon Bailey\'s customised Benz Brabus coupe is the latest luxury car turning heads on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The footballer, who plays for Bayern Leverkusen in the German Bundesliga, spent an estimated J $120 million on the purchase, customisation and importation of the vehicle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"711\"],\"columns\":1} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-1-1024x683.jpg\" alt=\"\" data-id=\"711\" data-link=\"https://buzz-caribbean.com/?attachment_id=711\" class=\"wp-image-711\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Bailey posted a photo of his 800 horsepower machine on his Instagram page with the line, \"Man neva born inna&nbsp; luxury, a just hard work and Father God.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His adopted father and boss of Phoenix Football Academy, Craig Butler, gave Buzz Caribbean a tour of the vehicle recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[714,713,712,715],\"columns\":4} -->\n<ul class=\"wp-block-gallery columns-4 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus4-683x1024.jpg\" alt=\"\" data-id=\"714\" data-link=\"https://buzz-caribbean.com/?attachment_id=714\" class=\"wp-image-714\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-3-1024x683.jpg\" alt=\"\" data-id=\"713\" data-link=\"https://buzz-caribbean.com/?attachment_id=713\" class=\"wp-image-713\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-2-683x1024.jpg\" alt=\"\" data-id=\"712\" data-link=\"https://buzz-caribbean.com/?attachment_id=712\" class=\"wp-image-712\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus5-1024x683.jpg\" alt=\"\" data-id=\"715\" data-link=\"https://buzz-caribbean.com/?attachment_id=715\" class=\"wp-image-715\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p> <br></p>\n<!-- /wp:paragraph -->','Leon Bailey lands $120 million Benz in the island','','inherit','closed','closed','','700-revision-v1','','','2019-07-29 17:44:38','2019-07-29 22:44:38','',700,'https://buzz-caribbean.com/article/700-revision-v1/',0,'revision','',0),(720,4,'2019-07-29 18:27:39','2019-07-29 23:27:39','','brabus5-1','','inherit','closed','closed','','brabus5-1','','','2019-07-29 18:27:39','2019-07-29 23:27:39','',700,'https://buzz-caribbean.com/app/uploads/2019/07/brabus5-1.jpg',0,'attachment','image/jpeg',0),(721,4,'2019-07-29 18:28:43','2019-07-29 23:28:43','','brabus7','','inherit','closed','closed','','brabus7','','','2019-07-29 18:28:43','2019-07-29 23:28:43','',700,'https://buzz-caribbean.com/app/uploads/2019/07/brabus7.jpg',0,'attachment','image/jpeg',0),(722,4,'2019-07-29 18:29:05','2019-07-29 23:29:05','','brabus-3-1','','inherit','closed','closed','','brabus-3-1','','','2019-07-29 18:29:05','2019-07-29 23:29:05','',700,'https://buzz-caribbean.com/app/uploads/2019/07/brabus-3-1.jpg',0,'attachment','image/jpeg',0),(723,4,'2019-07-29 18:34:23','2019-07-29 23:34:23','','Brabus6','','inherit','closed','closed','','brabus6','','','2019-07-29 18:34:23','2019-07-29 23:34:23','',700,'https://buzz-caribbean.com/app/uploads/2019/07/Brabus6.jpg',0,'attachment','image/jpeg',0),(724,4,'2019-07-29 18:37:35','2019-07-29 23:37:35','','brabus9','','inherit','closed','closed','','brabus9','','','2019-07-29 18:37:35','2019-07-29 23:37:35','',700,'https://buzz-caribbean.com/app/uploads/2019/07/brabus9.jpg',0,'attachment','image/jpeg',0),(725,4,'2019-07-29 18:37:54','2019-07-29 23:37:54','<!-- wp:paragraph -->\n<p>Leon Bailey\'s customised Benz Brabus coupe is the latest luxury car turning heads on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The footballer, who plays for Bayern Leverkusen in the German Bundesliga, spent an estimated J $120 million on the purchase, customisation and importation of the vehicle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"711\"],\"columns\":1} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-1-1024x683.jpg\" alt=\"\" data-id=\"711\" data-link=\"https://buzz-caribbean.com/?attachment_id=711\" class=\"wp-image-711\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Bailey posted a photo of his 800 horsepower machine on his Instagram page with the line, \"Man neva born inna  luxury, a just hard work and Father God.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His adopted father and boss of Phoenix Football Academy, Craig Butler, gave Buzz Caribbean a tour of the vehicle recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[720,721,722,723,724],\"columns\":5} -->\n<ul class=\"wp-block-gallery columns-5 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus5-1-1024x683.jpg\" alt=\"\" data-id=\"720\" data-link=\"https://buzz-caribbean.com/?attachment_id=720\" class=\"wp-image-720\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus7-1024x683.jpg\" alt=\"\" data-id=\"721\" data-link=\"https://buzz-caribbean.com/?attachment_id=721\" class=\"wp-image-721\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-3-1-1024x683.jpg\" alt=\"\" data-id=\"722\" data-link=\"https://buzz-caribbean.com/?attachment_id=722\" class=\"wp-image-722\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Brabus6-1024x683.jpg\" alt=\"\" data-id=\"723\" data-link=\"https://buzz-caribbean.com/?attachment_id=723\" class=\"wp-image-723\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus9-1024x683.jpg\" alt=\"\" data-id=\"724\" data-link=\"https://buzz-caribbean.com/?attachment_id=724\" class=\"wp-image-724\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p> <br></p>\n<!-- /wp:paragraph -->','Leon Bailey lands $120 million Benz in the island','','inherit','closed','closed','','700-revision-v1','','','2019-07-29 18:37:54','2019-07-29 23:37:54','',700,'https://buzz-caribbean.com/article/700-revision-v1/',0,'revision','',0),(726,4,'2019-07-29 18:45:25','2019-07-29 23:45:25','<!-- wp:paragraph -->\n<p>Leon Bailey\'s customised Benz Brabus coupe is the latest luxury car turning heads on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The footballer, who plays for Bayern Leverkusen in the German Bundesliga, spent an estimated J $120 million on the purchase, customisation and importation of the vehicle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"711\"],\"columns\":1} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-1-1024x683.jpg\" alt=\"\" data-id=\"711\" data-link=\"https://buzz-caribbean.com/?attachment_id=711\" class=\"wp-image-711\" /><figcaption>Photos by Don Weysome</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Bailey posted a photo of his 800 horsepower machine on his Instagram page with the line, \"Man neva born inna  luxury, a just hard work and Father God.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His adopted father and boss of Phoenix Football Academy, Craig Butler, gave Buzz Caribbean a tour of the vehicle recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[720,721,722,723,724],\"columns\":5} -->\n<ul class=\"wp-block-gallery columns-5 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus5-1-1024x683.jpg\" alt=\"\" data-id=\"720\" data-link=\"https://buzz-caribbean.com/?attachment_id=720\" class=\"wp-image-720\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus7-1024x683.jpg\" alt=\"\" data-id=\"721\" data-link=\"https://buzz-caribbean.com/?attachment_id=721\" class=\"wp-image-721\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-3-1-1024x683.jpg\" alt=\"\" data-id=\"722\" data-link=\"https://buzz-caribbean.com/?attachment_id=722\" class=\"wp-image-722\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Brabus6-1024x683.jpg\" alt=\"\" data-id=\"723\" data-link=\"https://buzz-caribbean.com/?attachment_id=723\" class=\"wp-image-723\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus9-1024x683.jpg\" alt=\"\" data-id=\"724\" data-link=\"https://buzz-caribbean.com/?attachment_id=724\" class=\"wp-image-724\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p> <br></p>\n<!-- /wp:paragraph -->','Leon Bailey lands $120 million Benz in the island','','inherit','closed','closed','','700-revision-v1','','','2019-07-29 18:45:25','2019-07-29 23:45:25','',700,'https://buzz-caribbean.com/article/700-revision-v1/',0,'revision','',0),(727,4,'2019-07-29 19:00:54','2019-07-30 00:00:54','','leon-bailey','','inherit','closed','closed','','leon-bailey','','','2019-07-29 19:00:54','2019-07-30 00:00:54','',700,'https://buzz-caribbean.com/app/uploads/2019/07/leon-bailey.jpg',0,'attachment','image/jpeg',0),(728,4,'2019-07-29 19:01:02','2019-07-30 00:01:02','<!-- wp:paragraph -->\n<p>Leon Bailey\'s customised Benz Brabus coupe is the latest luxury car turning heads on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The footballer, who plays for Bayern Leverkusen in the German Bundesliga, spent an estimated J $120 million on the purchase, customisation and importation of the vehicle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"711\"],\"columns\":1} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-1-1024x683.jpg\" alt=\"\" data-id=\"711\" data-link=\"https://buzz-caribbean.com/?attachment_id=711\" class=\"wp-image-711\" /><figcaption>Photos by Don Weysome</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Bailey posted a photo of his 800 horsepower machine on his Instagram page with the line, \"Man neva born inna  luxury, a just hard work and Father God.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His adopted father and boss of Phoenix Football Academy, Craig Butler, gave Buzz Caribbean a tour of the vehicle recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[720,721,722,723,724,727],\"columns\":5} -->\n<ul class=\"wp-block-gallery columns-5 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus5-1-1024x683.jpg\" alt=\"\" data-id=\"720\" data-link=\"https://buzz-caribbean.com/?attachment_id=720\" class=\"wp-image-720\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus7-1024x683.jpg\" alt=\"\" data-id=\"721\" data-link=\"https://buzz-caribbean.com/?attachment_id=721\" class=\"wp-image-721\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-3-1-1024x683.jpg\" alt=\"\" data-id=\"722\" data-link=\"https://buzz-caribbean.com/?attachment_id=722\" class=\"wp-image-722\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Brabus6-1024x683.jpg\" alt=\"\" data-id=\"723\" data-link=\"https://buzz-caribbean.com/?attachment_id=723\" class=\"wp-image-723\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus9-1024x683.jpg\" alt=\"\" data-id=\"724\" data-link=\"https://buzz-caribbean.com/?attachment_id=724\" class=\"wp-image-724\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/leon-bailey.jpg\" alt=\"\" data-id=\"727\" data-link=\"https://buzz-caribbean.com/?attachment_id=727\" class=\"wp-image-727\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p> <br></p>\n<!-- /wp:paragraph -->','Leon Bailey lands $120 million Benz in the island','','inherit','closed','closed','','700-revision-v1','','','2019-07-29 19:01:02','2019-07-30 00:01:02','',700,'https://buzz-caribbean.com/article/700-revision-v1/',0,'revision','',0),(729,4,'2019-07-29 19:09:23','2019-07-30 00:09:23','<!-- wp:paragraph -->\n<p>Leon Bailey\'s customised Benz Brabus coupe is the latest luxury car turning heads on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The footballer, who plays for Bayern Leverkusen in the German Bundesliga, shelled out the estimated equivalent of  J$120 million to purchase, customise and import the vehicle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"711\"],\"columns\":1} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-1-1024x683.jpg\" alt=\"\" data-id=\"711\" data-link=\"https://buzz-caribbean.com/?attachment_id=711\" class=\"wp-image-711\" /><figcaption>Photos by Don Weysome</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Bailey posted a photo of his 800 horsepower machine on his Instagram page with the line, \"Man neva born inna  luxury, a just hard work and Father God.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His adopted father and boss of Phoenix Football Academy, Craig Butler, gave<strong> Buzz Caribbean</strong> a tour of the vehicle recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[720,721,722,723,724,727],\"columns\":5} -->\n<ul class=\"wp-block-gallery columns-5 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus5-1-1024x683.jpg\" alt=\"\" data-id=\"720\" data-link=\"https://buzz-caribbean.com/?attachment_id=720\" class=\"wp-image-720\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus7-1024x683.jpg\" alt=\"\" data-id=\"721\" data-link=\"https://buzz-caribbean.com/?attachment_id=721\" class=\"wp-image-721\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-3-1-1024x683.jpg\" alt=\"\" data-id=\"722\" data-link=\"https://buzz-caribbean.com/?attachment_id=722\" class=\"wp-image-722\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Brabus6-1024x683.jpg\" alt=\"\" data-id=\"723\" data-link=\"https://buzz-caribbean.com/?attachment_id=723\" class=\"wp-image-723\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus9-1024x683.jpg\" alt=\"\" data-id=\"724\" data-link=\"https://buzz-caribbean.com/?attachment_id=724\" class=\"wp-image-724\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/leon-bailey.jpg\" alt=\"\" data-id=\"727\" data-link=\"https://buzz-caribbean.com/?attachment_id=727\" class=\"wp-image-727\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p> <br></p>\n<!-- /wp:paragraph -->','Leon Bailey lands $120 million Benz in the island','','inherit','closed','closed','','700-revision-v1','','','2019-07-29 19:09:23','2019-07-30 00:09:23','',700,'https://buzz-caribbean.com/article/700-revision-v1/',0,'revision','',0),(730,4,'2019-07-29 19:11:03','2019-07-30 00:11:03','<!-- wp:paragraph -->\n<p>Leon Bailey\'s customised Benz Brabus coupe is the latest luxury car turning heads on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The footballer, who plays for Bayern Leverkusen in the German Bundesliga, shelled out the estimated equivalent of  J$120 million to purchase, customise and import the vehicle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"711\"],\"columns\":1} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-1-1024x683.jpg\" alt=\"\" data-id=\"711\" data-link=\"https://buzz-caribbean.com/?attachment_id=711\" class=\"wp-image-711\" /><figcaption>Photos by Don Weysome</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Bailey posted a photo of his 800 horsepower machine on his Instagram page with the line, \"Man neva born inna  luxury, a just hard work and Father God.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His adopted father and boss of Phoenix Football Academy, Craig Butler, gave<strong> Buzz Caribbean</strong> a tour of the vehicle recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[720,721,722,723,724,727],\"columns\":5} -->\n<ul class=\"wp-block-gallery columns-5 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus5-1-1024x683.jpg\" alt=\"\" data-id=\"720\" data-link=\"https://buzz-caribbean.com/?attachment_id=720\" class=\"wp-image-720\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus7-1024x683.jpg\" alt=\"\" data-id=\"721\" data-link=\"https://buzz-caribbean.com/?attachment_id=721\" class=\"wp-image-721\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-3-1-1024x683.jpg\" alt=\"\" data-id=\"722\" data-link=\"https://buzz-caribbean.com/?attachment_id=722\" class=\"wp-image-722\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Brabus6-1024x683.jpg\" alt=\"\" data-id=\"723\" data-link=\"https://buzz-caribbean.com/?attachment_id=723\" class=\"wp-image-723\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus9-1024x683.jpg\" alt=\"\" data-id=\"724\" data-link=\"https://buzz-caribbean.com/?attachment_id=724\" class=\"wp-image-724\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/leon-bailey.jpg\" alt=\"\" data-id=\"727\" data-link=\"https://buzz-caribbean.com/?attachment_id=727\" class=\"wp-image-727\" /><figcaption>Leon Bailey</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p> <br></p>\n<!-- /wp:paragraph -->','Leon Bailey lands $120 million Benz in the island','','inherit','closed','closed','','700-revision-v1','','','2019-07-29 19:11:03','2019-07-30 00:11:03','',700,'https://buzz-caribbean.com/article/700-revision-v1/',0,'revision','',0),(731,4,'2019-07-29 20:54:26','2019-07-30 01:54:26','<!-- wp:paragraph -->\n<p>Naomi Campbell doesn\'t want to catch any germs when she\'s flying so she cleans the seat and wears a mask.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 49-year-old supermodel carries a pair of rubber medical gloves and a pack of Dettol wipes in her handbag when she travels on an aeroplane.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":744} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Naomi-Campbell-1024x537.jpg\" alt=\"\" class=\"wp-image-744\" /><figcaption>Naomi Campbell wears a mask whenever she flies.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It\'s become her ritual to clean the seat, tray table, television remote, window shutter and armrests around her before she\'ll sit down as she\'s worried about infection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It\'s my health and it makes me feel better\"</p><cite>— Naomi Campbell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking in her YouTube video, which documented her journey, Naomi said: \"Dettol wipes. Clean everything you touch. Anything you could possibly touch. All this stuff [scrubbing the remote control that is attached to the chair], anything that you put your hands on. This is what I do on every plane I get on. I do not care what people think of me. It\'s my health and it makes me feel better.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But before she\'s ready for takeoff, Campbell whips out her face mask to protect herself from breathing in any illnesses from other passengers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=b-U_jT9qWvs\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=b-U_jT9qWvs\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->','Naomi Campbell disinfects her seat when she flies','','publish','closed','closed','','naomi-campbell-disinfects-her-seat-when-she-flies','','','2019-08-14 17:12:44','2019-08-14 22:12:44','',0,'https://buzz-caribbean.com/?p=731',0,'post','',0),(732,4,'2019-07-29 19:36:06','2019-07-30 00:36:06','<!-- wp:paragraph -->\n<p>Naomi Campbell doesn\'t want to catch any germs when she\'s flying so she cleans the seat and wears a mask.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 49-year-old supermodel carries a pair of rubber medical gloves and a pack of Dettol wipes in her handbag when she travels on an aeroplane.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s become her ritual to clean the seat, tray table, television remote, window shutter and armrests around her before she\'ll sit down as she\'s worried about infection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking in her YouTube video, which documented her journey, Naomi said: \"Dettol wipes. Clean everything you touch. Anything you could possibly touch. All this stuff [scrubbing the remote control that is attached to the chair], anything that you put your hands on. This is what I do on every plane I get on. I do not care what people think of me. It\'s my health and it makes me feel better.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But before she\'s ready for takeoff, the brunette beauty will whip out her face mask to protect herself from breathing in any illnesses from other passengers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=b-U_jT9qWvs\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=b-U_jT9qWvs\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p> </p>\n<!-- /wp:paragraph -->','Naomi Campbell disinfects her seat and wears a mask when she flies','','inherit','closed','closed','','731-revision-v1','','','2019-07-29 19:36:06','2019-07-30 00:36:06','',731,'https://buzz-caribbean.com/article/731-revision-v1/',0,'revision','',0),(733,4,'2019-07-29 19:50:17','2019-07-30 00:50:17','<!-- wp:paragraph -->\n<p>Naomi Campbell doesn\'t want to catch any germs when she\'s flying so she cleans the seat and wears a mask.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 49-year-old supermodel carries a pair of rubber medical gloves and a pack of Dettol wipes in her handbag when she travels on an aeroplane.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It\'s become her ritual to clean the seat, tray table, television remote, window shutter and armrests around her before she\'ll sit down as she\'s worried about infection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking in her YouTube video, which documented her journey, Naomi said: \"Dettol wipes. Clean everything you touch. Anything you could possibly touch. All this stuff [scrubbing the remote control that is attached to the chair], anything that you put your hands on. This is what I do on every plane I get on. I do not care what people think of me. It\'s my health and it makes me feel better.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But before she\'s ready for takeoff, the brunette beauty will whip out her face mask to protect herself from breathing in any illnesses from other passengers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=b-U_jT9qWvs\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=b-U_jT9qWvs\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p> </p>\n<!-- /wp:paragraph -->','Naomi Campbell disinfects her seat and wears a mask when she flies','','inherit','closed','closed','','731-revision-v1','','','2019-07-29 19:50:17','2019-07-30 00:50:17','',731,'https://buzz-caribbean.com/article/731-revision-v1/',0,'revision','',0),(734,4,'2019-07-29 19:59:55','2019-07-30 00:59:55','<!-- wp:paragraph -->\n<p>Naomi Campbell doesn\'t want to catch any germs when she\'s flying so she cleans the seat and wears a mask.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 49-year-old supermodel carries a pair of rubber medical gloves and a pack of Dettol wipes in her handbag when she travels on an aeroplane.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It\'s become her ritual to clean the seat, tray table, television remote, window shutter and armrests around her before she\'ll sit down as she\'s worried about infection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking in her YouTube video, which documented her journey, Naomi said: \"Dettol wipes. Clean everything you touch. Anything you could possibly touch. All this stuff [scrubbing the remote control that is attached to the chair], anything that you put your hands on. This is what I do on every plane I get on. I do not care what people think of me. It\'s my health and it makes me feel better.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But before she\'s ready for takeoff, the brunette beauty will whip out her face mask to protect herself from breathing in any illnesses from other passengers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=b-U_jT9qWvs\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=b-U_jT9qWvs\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->','Naomi Campbell disinfects her seat and wears a mask when she flies','','inherit','closed','closed','','731-revision-v1','','','2019-07-29 19:59:55','2019-07-30 00:59:55','',731,'https://buzz-caribbean.com/article/731-revision-v1/',0,'revision','',0),(735,4,'2019-07-29 20:14:18','2019-07-30 01:14:18','','Naomi-Campbell-c-YouTube-','','inherit','closed','closed','','naomi-campbell-c-youtube','','','2019-07-29 20:14:18','2019-07-30 01:14:18','',731,'https://buzz-caribbean.com/app/uploads/2019/07/Naomi-Campbell-c-YouTube-.jpeg',0,'attachment','image/jpeg',0),(736,4,'2019-07-29 20:14:30','2019-07-30 01:14:30','<!-- wp:paragraph -->\n<p>Naomi Campbell doesn\'t want to catch any germs when she\'s flying so she cleans the seat and wears a mask.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 49-year-old supermodel carries a pair of rubber medical gloves and a pack of Dettol wipes in her handbag when she travels on an aeroplane.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":735} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Naomi-Campbell-c-YouTube-.jpeg\" alt=\"\" class=\"wp-image-735\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It\'s become her ritual to clean the seat, tray table, television remote, window shutter and armrests around her before she\'ll sit down as she\'s worried about infection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking in her YouTube video, which documented her journey, Naomi said: \"Dettol wipes. Clean everything you touch. Anything you could possibly touch. All this stuff [scrubbing the remote control that is attached to the chair], anything that you put your hands on. This is what I do on every plane I get on. I do not care what people think of me. It\'s my health and it makes me feel better.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But before she\'s ready for takeoff, Campbell whip out her face mask to protect herself from breathing in any illnesses from other passengers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=b-U_jT9qWvs\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=b-U_jT9qWvs\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->','Naomi Campbell disinfects her seat when she flies','','inherit','closed','closed','','731-revision-v1','','','2019-07-29 20:14:30','2019-07-30 01:14:30','',731,'https://buzz-caribbean.com/article/731-revision-v1/',0,'revision','',0),(737,4,'2019-07-29 20:28:26','2019-07-30 01:28:26','','campbell','','inherit','closed','closed','','campbell','','','2019-07-29 20:28:26','2019-07-30 01:28:26','',731,'https://buzz-caribbean.com/app/uploads/2019/07/campbell.jpg',0,'attachment','image/jpeg',0),(738,4,'2019-07-29 20:28:39','2019-07-30 01:28:39','<!-- wp:paragraph -->\n<p>Naomi Campbell doesn\'t want to catch any germs when she\'s flying so she cleans the seat and wears a mask.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 49-year-old supermodel carries a pair of rubber medical gloves and a pack of Dettol wipes in her handbag when she travels on an aeroplane.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":737} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/campbell.jpg\" alt=\"\" class=\"wp-image-737\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It\'s become her ritual to clean the seat, tray table, television remote, window shutter and armrests around her before she\'ll sit down as she\'s worried about infection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking in her YouTube video, which documented her journey, Naomi said: \"Dettol wipes. Clean everything you touch. Anything you could possibly touch. All this stuff [scrubbing the remote control that is attached to the chair], anything that you put your hands on. This is what I do on every plane I get on. I do not care what people think of me. It\'s my health and it makes me feel better.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But before she\'s ready for takeoff, Campbell whip out her face mask to protect herself from breathing in any illnesses from other passengers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=b-U_jT9qWvs\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=b-U_jT9qWvs\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->','Naomi Campbell disinfects her seat when she flies','','inherit','closed','closed','','731-revision-v1','','','2019-07-29 20:28:39','2019-07-30 01:28:39','',731,'https://buzz-caribbean.com/article/731-revision-v1/',0,'revision','',0),(739,4,'2019-07-29 20:33:34','2019-07-30 01:33:34','<!-- wp:paragraph -->\n<p>Naomi Campbell doesn\'t want to catch any germs when she\'s flying so she cleans the seat and wears a mask.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 49-year-old supermodel carries a pair of rubber medical gloves and a pack of Dettol wipes in her handbag when she travels on an aeroplane.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s become her ritual to clean the seat, tray table, television remote, window shutter and armrests around her before she\'ll sit down as she\'s worried about infection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It\'s my health and it makes me feel better\"</p><cite>— Naomi Campbell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking in her YouTube video, which documented her journey, Naomi said: \"Dettol wipes. Clean everything you touch. Anything you could possibly touch. All this stuff [scrubbing the remote control that is attached to the chair], anything that you put your hands on. This is what I do on every plane I get on. I do not care what people think of me. It\'s my health and it makes me feel better.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But before she\'s ready for takeoff, Campbell whip out her face mask to protect herself from breathing in any illnesses from other passengers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=b-U_jT9qWvs\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=b-U_jT9qWvs\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->','Naomi Campbell disinfects her seat when she flies','','inherit','closed','closed','','731-revision-v1','','','2019-07-29 20:33:34','2019-07-30 01:33:34','',731,'https://buzz-caribbean.com/article/731-revision-v1/',0,'revision','',0),(742,4,'2019-07-29 20:45:14','2019-07-30 01:45:14','<!-- wp:paragraph -->\n<p>Naomi Campbell doesn\'t want to catch any germs when she\'s flying so she cleans the seat and wears a mask.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 49-year-old supermodel carries a pair of rubber medical gloves and a pack of Dettol wipes in her handbag when she travels on an aeroplane.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":741} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Naomi-Campbell-1024x575.jpg\" alt=\"\" class=\"wp-image-741\" /><figcaption>Naomi Campbell says she wears a mask whenever she flies.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It\'s become her ritual to clean the seat, tray table, television remote, window shutter and armrests around her before she\'ll sit down as she\'s worried about infection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It\'s my health and it makes me feel better\"</p><cite>— Naomi Campbell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking in her YouTube video, which documented her journey, Naomi said: \"Dettol wipes. Clean everything you touch. Anything you could possibly touch. All this stuff [scrubbing the remote control that is attached to the chair], anything that you put your hands on. This is what I do on every plane I get on. I do not care what people think of me. It\'s my health and it makes me feel better.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But before she\'s ready for takeoff, Campbell whip out her face mask to protect herself from breathing in any illnesses from other passengers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=b-U_jT9qWvs\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=b-U_jT9qWvs\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->','Naomi Campbell disinfects her seat when she flies','','inherit','closed','closed','','731-revision-v1','','','2019-07-29 20:45:14','2019-07-30 01:45:14','',731,'https://buzz-caribbean.com/article/731-revision-v1/',0,'revision','',0),(743,4,'2019-07-29 20:51:02','2019-07-30 01:51:02','<!-- wp:paragraph -->\n<p>Naomi Campbell doesn\'t want to catch any germs when she\'s flying so she cleans the seat and wears a mask.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 49-year-old supermodel carries a pair of rubber medical gloves and a pack of Dettol wipes in her handbag when she travels on an aeroplane.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s become her ritual to clean the seat, tray table, television remote, window shutter and armrests around her before she\'ll sit down as she\'s worried about infection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It\'s my health and it makes me feel better\"</p><cite>— Naomi Campbell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking in her YouTube video, which documented her journey, Naomi said: \"Dettol wipes. Clean everything you touch. Anything you could possibly touch. All this stuff [scrubbing the remote control that is attached to the chair], anything that you put your hands on. This is what I do on every plane I get on. I do not care what people think of me. It\'s my health and it makes me feel better.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But before she\'s ready for takeoff, Campbell whip out her face mask to protect herself from breathing in any illnesses from other passengers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=b-U_jT9qWvs\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=b-U_jT9qWvs\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->','Naomi Campbell disinfects her seat when she flies','','inherit','closed','closed','','731-revision-v1','','','2019-07-29 20:51:02','2019-07-30 01:51:02','',731,'https://buzz-caribbean.com/article/731-revision-v1/',0,'revision','',0),(744,4,'2019-07-29 20:51:43','2019-07-30 01:51:43','','Naomi Campbell','','inherit','closed','closed','','naomi-campbell','','','2019-07-29 20:51:43','2019-07-30 01:51:43','',0,'https://buzz-caribbean.com/app/uploads/2019/07/Naomi-Campbell.jpg',0,'attachment','image/jpeg',0),(745,4,'2019-07-29 20:52:58','2019-07-30 01:52:58','<!-- wp:paragraph -->\n<p>Naomi Campbell doesn\'t want to catch any germs when she\'s flying so she cleans the seat and wears a mask.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 49-year-old supermodel carries a pair of rubber medical gloves and a pack of Dettol wipes in her handbag when she travels on an aeroplane.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":744} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Naomi-Campbell-1024x537.jpg\" alt=\"\" class=\"wp-image-744\" /><figcaption>Naomi Campbell wears a mask whenever she flies.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It\'s become her ritual to clean the seat, tray table, television remote, window shutter and armrests around her before she\'ll sit down as she\'s worried about infection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It\'s my health and it makes me feel better\"</p><cite>— Naomi Campbell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking in her YouTube video, which documented her journey, Naomi said: \"Dettol wipes. Clean everything you touch. Anything you could possibly touch. All this stuff [scrubbing the remote control that is attached to the chair], anything that you put your hands on. This is what I do on every plane I get on. I do not care what people think of me. It\'s my health and it makes me feel better.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But before she\'s ready for takeoff, Campbell whip out her face mask to protect herself from breathing in any illnesses from other passengers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=b-U_jT9qWvs\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=b-U_jT9qWvs\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->','Naomi Campbell disinfects her seat when she flies','','inherit','closed','closed','','731-revision-v1','','','2019-07-29 20:52:58','2019-07-30 01:52:58','',731,'https://buzz-caribbean.com/article/731-revision-v1/',0,'revision','',0),(746,21,'2019-07-30 10:06:55','2019-07-30 15:06:55','<!-- wp:paragraph -->\n<p>Persons in Jamaica are more health and image-conscious now than ever before and you don\'t have to go far to see the evidence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Just take a short trip to the closest beach, chill spot or even social media platforms like Instagram and you will find immaculately toned legs or the \"firm\" posterior of women or \"ripped\" arms and sculpted \"six-packs\" of men.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But what is driving this lifestyle?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some gym-goers (myself included) will readily admit that, like fashion and music, the fitness and wellness experience is borrowed mostly from our developed neighbours in the north, the United States of America.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The lifestyle of the progressive and influential movie stars, musicians and entertainers have influenced many to look as \"buff\" or \"slim and trim\" as they do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By our check, there are close to 24 established or popular gyms in Kingston and St Andrew alone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While the lifestyle has peaked in some places in Kingston and St Andrew, it is most certainly spreading to rural parishes with multiple gyms in Clarendon, St Catherine, Manchester and other parishes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The typical gym-goer will use the gym three to six days per week. Most preferring five days per week (Monday to Thursday and then Saturday), with two days set aside for rest days. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rest days are as important as workout days as the muscles and body needs time to heal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But of course, keeping up with this healthy lifestyle isn\'t always cheap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Basic gym fees can come as low as $4000 but may go as high as $100,000 monthly in some instances. Opting for a personal trainer or a 24-hour gym access may cause these prices to rise and fall accordingly. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 24-hour gym access is a favourite for many persons because of the flexibility provided.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It accommodates the working hours perfectly and also allows you the luxury of escaping from the peak traffic after a workout or to hide at 3 am when no one else is around as you try to get your \"summer body\". </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And this experience can be bought for $6000 per month. So I would definitely recommend that type of gym for persons who want to join a gym but is shy about being judged by others and also have a budget to keep.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking of shy, that’s the story of Nathaniel. I’ve seen him a few nights during my workout at our gym in Kingston and so I decided to ask him why he started working out and why he’s always so late. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I prefer to come at nights as there are fewer people to stare”</p><cite>Nathaniel</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In addition, Nathaniel explained he is highly academic and that studying has brought on serious stress since high school and even now in university. So the gym gives him an outlet to release the stress and tension.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But not everyone’s story is that deep. Prince and Chris who also work, wearing cheeky grins, said they simply started working out because “ah dat (that\'s what) the ladies want”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Perhaps one of the more serious uses of the gym is encapsulated by the popular gym-goer saying “gym is life”. It is indeed life for many persons, as it is literally enhancing and lengthening the lives of persons who suffer from diseases such as diabetes and depression.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking of gym-goer sayings, here is a list of expressions you may wish to know if you are uninitiated but intend to join the movement or just simply want to know what the fitness buffs are saying:<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>Do you lift bro?</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This is a common question from someone who sees another person who is ripped and wants to know where they workout.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>Gym is life</strong>  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When persons say this they mean they are regularly at the gym</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>Beast Mode </strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The persons, who are mainly into building large muscles, use this. They will say they’ve activated beast mode to lift heavyweights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>Meal Prep</strong>  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>An expression by gym-goers to state that they are making meals to match their workout plans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>Ripped</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> A toned, muscular physique.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>Summer Body</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> Someone whose body is in great physical shape</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>Treadmill, dumbbells, Olympic bar and squat rack</strong>  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>These are some of the more popular gym machines and equipment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An added benefit of the gym, is you also get to meet or see some of your favourite local celebrities. So, if this is your interest, the gym on Lady Musgrave Road in Kingston is ideal for you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But whatever your reason for joining a gym, get involved now, and the fitness bandwagon certainly has space for you, as gyms are opening almost every day across the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>— Story written by C.W.</em><br></p>\n<!-- /wp:paragraph -->','Are you about that gym life?','','publish','open','closed','','are-you-about-that-gym-life','','','2019-08-14 17:26:38','2019-08-14 22:26:38','',0,'https://buzz-caribbean.com/?p=746',0,'post','',0),(747,1,'2019-07-30 09:06:31','2019-07-30 14:06:31','{\"id\":\"747\",\"questions\":[{\"uid\":\"c2f3e7d4-9628-46b6-a40e-ee394774934d\",\"content\":\"This is the question.\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"fe6d5ab5-8937-41b5-a021-ddd30a6d534b\",\"type\":\"text\",\"label\":\"Answer 01\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"9b78ebdd-a89d-4956-b94d-75fae3f864a1\",\"type\":\"text\",\"label\":\"Answer 02\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"c3b9ec19-9786-4a6c-a8a0-eb3c1d81a80e\",\"type\":\"text\",\"label\":\"Answer 03\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"acaf037c-f98f-437f-93ae-ffa574ea886e\",\"type\":\"text\",\"label\":\"Answer 04\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Poll Audio','','publish','closed','closed','','poll-audio','','','2019-07-30 09:06:31','2019-07-30 14:06:31','',0,'https://buzz-caribbean.com/?post_type=poll&#038;p=747',0,'poll','',0),(748,1,'2019-07-30 09:05:09','2019-07-30 14:05:09','{\"id\":\"747\",\"questions\":[{\"uid\":\"c2f3e7d4-9628-46b6-a40e-ee394774934d\",\"content\":\"This is the question.\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"fe6d5ab5-8937-41b5-a021-ddd30a6d534b\",\"type\":\"text\",\"label\":\"Answer 01\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Poll Audio','','inherit','closed','closed','','747-revision-v1','','','2019-07-30 09:05:09','2019-07-30 14:05:09','',747,'https://buzz-caribbean.com/article/747-revision-v1/',0,'revision','',0),(749,1,'2019-07-30 09:06:31','2019-07-30 14:06:31','{\"id\":\"747\",\"questions\":[{\"uid\":\"c2f3e7d4-9628-46b6-a40e-ee394774934d\",\"content\":\"This is the question.\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"fe6d5ab5-8937-41b5-a021-ddd30a6d534b\",\"type\":\"text\",\"label\":\"Answer 01\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"9b78ebdd-a89d-4956-b94d-75fae3f864a1\",\"type\":\"text\",\"label\":\"Answer 02\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"c3b9ec19-9786-4a6c-a8a0-eb3c1d81a80e\",\"type\":\"text\",\"label\":\"Answer 03\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"acaf037c-f98f-437f-93ae-ffa574ea886e\",\"type\":\"text\",\"label\":\"Answer 04\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Poll Audio','','inherit','closed','closed','','747-revision-v1','','','2019-07-30 09:06:31','2019-07-30 14:06:31','',747,'https://buzz-caribbean.com/article/747-revision-v1/',0,'revision','',0),(750,11,'2019-07-30 09:50:32','2019-07-30 14:50:32','','Tamara Pridgett Fitness Influencer','','inherit','closed','closed','','tamara-pridgett-fitness-influencer','','','2019-07-30 09:50:32','2019-07-30 14:50:32','',746,'https://buzz-caribbean.com/app/uploads/2019/07/Tamara-Pridgett-Fitness-Influencer.png',0,'attachment','image/png',0),(751,11,'2019-07-30 09:56:41','2019-07-30 14:56:41','<!-- wp:paragraph -->\n<p>Persons in Jamaica are more health and image-conscious now than ever before and you don\'t have to go far to see the evidence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Just take a short trip to the closest beach, chill spot or even social media platforms like Instagram and you will find immaculately toned legs or the \"firm\" posterior of women or \"ripped\" arms and sculpted \"six-packs\" of men.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But what is driving this lifestyle?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some gym-goers (myself included) will readily admit that, like fashion and music, the fitness and wellness experience is borrowed mostly from our developed neighbours in the north, the United States of America.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The lifestyle of the progressive and influential movie stars, musicians and entertainers have influenced many to look as \"buff\" or \"slim and trim\" as they do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, it is perhaps no surprise that some of the more popular gyms in Jamaica have their origins in the north in the USA. By our check, there are close to 24 established or popular gyms or “sweatshops”, as some are called in Kingston and St Andrew alone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While the lifestyle has peaked in some places in Kingston and St Andrew, it is most certainly spreading to rural parts with multiple gyms in Clarendon, St Catherine, Manchester and other parishes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The typical gym-goer will use the gym three to six days per week. I prefer five days per week (Monday to Thursday and then Saturday), with two days set aside for rest days. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rest days are as important as workout days as the muscles and body needs time to heal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But of course, keeping up with this healthy lifestyle isn\'t always cheap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Basic gym fees can come as low as $4000 but may go as high as $100,000 monthly in some instances. Opting for a personal trainer or a 24-hour gym access may cause these prices to rise and fall accordingly. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking from experience, the 24-hour gym access is a personal favourite.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It accommodates the working hours perfectly and also allows you the luxury of escaping from the peak traffic after a workout or to hide at 3 am when no one else is around as you try to get your \"summer body\". </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And this experience can be bought for $6000 per month. So I would definitely recommend that type of gym for persons who want to join a gym but is shy about being judged by others and also have a budget to keep.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking of shy, that’s the story of Nathaniel. I’ve seen him a few nights during my workout at our gym in Kingston and so I decided to ask him why he started working out and why he’s always so late. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I prefer to come at nights as there are fewer people to stare”</p><cite>Nathaniel</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In addition, Nathaniel explained he is highly academic and that studying has brought on serious stress since high school and even now in university. So the gym gives him an outlet to release the stress and tension.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But not everyone’s story is that deep. Prince and Chris who also work, wearing cheeky grins, said they simply started working out because “ah dat the ladies want”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Perhaps one of the more serious uses of the gym is encapsulated by the popular gym-goer saying “gym is life”. It is indeed life for many persons, as it is literally enhancing and lengthening the lives of persons who suffer from diseases such as diabetes and depression.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking of gym-goer sayings, here is a list of expressions you may wish to know if you are uninitiated but intend to join the movement or just simply want to know what the fitness buffs are saying:<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Do you lift bro?</strong> This is a common question from someone who sees another person who is ripped and wants to know where they workout.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Gym is life</strong> When persons say this they mean they are regularly at the gym</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Beast Mode </strong>The persons, who are mainly into building large muscles, use this. They will say they’ve activated beast mode to lift heavy weights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Meal Prep</strong> An expression by gym-goers to state that they are making meals to match their workout plans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Ripped</strong> A toned, muscular physique.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Summer Body</strong> Someone whose body is in great physical shape</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Treadmill, dumbbells, Olympic bar and squat rack</strong> These are some of the more popular gym machines and equipment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An added benefit of the gym, is you also get to meet or see some of your favourite local celebrities. So, if this is your interest, the gym on Lady Musgrave Road in Kingston is ideal for you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But whatever your reason for joining a gym, get involved now, and the fitness bandwagon certainly has space for you, as gyms are opening almost every day across the country.</p>\n<!-- /wp:paragraph -->','Are you about that gym life?','','inherit','closed','closed','','746-revision-v1','','','2019-07-30 09:56:41','2019-07-30 14:56:41','',746,'https://buzz-caribbean.com/article/746-revision-v1/',0,'revision','',0),(752,11,'2019-07-30 09:57:32','2019-07-30 14:57:32','<!-- wp:paragraph -->\n<p>Persons in Jamaica are more health and image-conscious now than ever before and you don\'t have to go far to see the evidence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Just take a short trip to the closest beach, chill spot or even social media platforms like Instagram and you will find immaculately toned legs or the \"firm\" posterior of women or \"ripped\" arms and sculpted \"six-packs\" of men.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But what is driving this lifestyle?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some gym-goers (myself included) will readily admit that, like fashion and music, the fitness and wellness experience is borrowed mostly from our developed neighbours in the north, the United States of America.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The lifestyle of the progressive and influential movie stars, musicians and entertainers have influenced many to look as \"buff\" or \"slim and trim\" as they do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, it is perhaps no surprise that some of the more popular gyms in Jamaica have their origins in the north in the USA. By our check, there are close to 24 established or popular gyms or “sweatshops”, as some are called in Kingston and St Andrew alone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While the lifestyle has peaked in some places in Kingston and St Andrew, it is most certainly spreading to rural parts with multiple gyms in Clarendon, St Catherine, Manchester and other parishes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The typical gym-goer will use the gym three to six days per week. I prefer five days per week (Monday to Thursday and then Saturday), with two days set aside for rest days. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rest days are as important as workout days as the muscles and body needs time to heal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But of course, keeping up with this healthy lifestyle isn\'t always cheap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Basic gym fees can come as low as $4000 but may go as high as $100,000 monthly in some instances. Opting for a personal trainer or a 24-hour gym access may cause these prices to rise and fall accordingly. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking from experience, the 24-hour gym access is a personal favourite.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It accommodates the working hours perfectly and also allows you the luxury of escaping from the peak traffic after a workout or to hide at 3 am when no one else is around as you try to get your \"summer body\". </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And this experience can be bought for $6000 per month. So I would definitely recommend that type of gym for persons who want to join a gym but is shy about being judged by others and also have a budget to keep.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking of shy, that’s the story of Nathaniel. I’ve seen him a few nights during my workout at our gym in Kingston and so I decided to ask him why he started working out and why he’s always so late. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I prefer to come at nights as there are fewer people to stare”</p><cite>Nathaniel</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In addition, Nathaniel explained he is highly academic and that studying has brought on serious stress since high school and even now in university. So the gym gives him an outlet to release the stress and tension.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But not everyone’s story is that deep. Prince and Chris who also work, wearing cheeky grins, said they simply started working out because “ah dat the ladies want”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Perhaps one of the more serious uses of the gym is encapsulated by the popular gym-goer saying “gym is life”. It is indeed life for many persons, as it is literally enhancing and lengthening the lives of persons who suffer from diseases such as diabetes and depression.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking of gym-goer sayings, here is a list of expressions you may wish to know if you are uninitiated but intend to join the movement or just simply want to know what the fitness buffs are saying:<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4> <strong>Do you lift bro?</strong> </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> This is a common question from someone who sees another person who is ripped and wants to know where they workout.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Gym is life</strong> When persons say this they mean they are regularly at the gym</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Beast Mode </strong>The persons, who are mainly into building large muscles, use this. They will say they’ve activated beast mode to lift heavy weights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Meal Prep</strong> An expression by gym-goers to state that they are making meals to match their workout plans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Ripped</strong> A toned, muscular physique.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Summer Body</strong> Someone whose body is in great physical shape</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Treadmill, dumbbells, Olympic bar and squat rack</strong> These are some of the more popular gym machines and equipment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An added benefit of the gym, is you also get to meet or see some of your favourite local celebrities. So, if this is your interest, the gym on Lady Musgrave Road in Kingston is ideal for you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But whatever your reason for joining a gym, get involved now, and the fitness bandwagon certainly has space for you, as gyms are opening almost every day across the country.</p>\n<!-- /wp:paragraph -->','Are you about that gym life?','','inherit','closed','closed','','746-revision-v1','','','2019-07-30 09:57:32','2019-07-30 14:57:32','',746,'https://buzz-caribbean.com/article/746-revision-v1/',0,'revision','',0),(755,14,'2019-07-30 10:06:33','2019-07-30 15:06:33','','brushy1string-buzz-demo','','inherit','closed','closed','','brushy1string-buzz-demo','','','2019-07-30 10:06:33','2019-07-30 15:06:33','',648,'https://buzz-caribbean.com/app/uploads/2019/07/brushy1string-buzz-demo.jpg',0,'attachment','image/jpeg',0),(756,23,'2019-07-30 11:43:03','2019-07-30 16:43:03','<!-- wp:paragraph -->\n<p>She is a third-generation artisan for whom creativity is a part of her DNA and though her formal training is in early childhood education, quilting has become both a passion and a career as she re-purposes fabric and gives clients items with renewed purpose and value.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":766} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Made-With-Love.jpg\" alt=\"\" class=\"wp-image-766\" /><figcaption>Tracey Jackson-Blake proudly displays one of her quilt pieces.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Canadian by birth, but Jamaican by marriage and mentality, Tracey Jackson-Blake is on a mission to not only get more people to appreciate her one-of-a-kind items but also subscribe to a more environmentally friendly way of life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":767} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Quilt-Bag.jpg\" alt=\"\" class=\"wp-image-767\" /><figcaption>Custom quilt coin bag</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But quilting? This is such a unique art form, most Jamaicans do not have a clue as to what a quilt is, even though most may have grown up sleeping on their grandmother’s quilts as toddlers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>Those items are not only nostalgic but evoke that sense of family and tradition in us. </em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Tracey understands this only too well, hence her career as a <em><strong>quilting queen</strong></em>. She can take practically any meaningful item and transform them into modern-day gems, turning old fabric into fabulous works of art which then can be passed on to another generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My core value is being green and environmentally responsible as we are representing the earth and our resources are limited.”</p><cite>Tracey Jackson-Blake</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>With quilting, one man’s trash really becomes treasure and Jackson-Blake gets excited about old fabric because she can visualise what it can become.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quilting, basically, is the process of sewing two or more layers of fabric together to make a thicker padded material and it is typically done with three layers: the top fabric or quilt top, batting or insulating material and backing material. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":770} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Latte-Anyone.jpg\" alt=\"\" class=\"wp-image-770\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The styles of quilting may evolve with time but the process requires a sturdy needle and thread to join the layers and the action is repeated across the entire area where quilting is desired.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her nimble fingers create handmade, customised products for children as well as family lifestyle quilts and bags from repurposed fabrics. “My core value is being green and environmentally responsible as we are representing the earth and our resources are limited.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":768,\"align\":\"center\",\"width\":506,\"height\":593} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/So-Cute.jpg\" alt=\"\" class=\"wp-image-768\" width=\"506\" height=\"593\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>“I gravitate towards family-related products and art themes. I enthusiastically celebrate the Caribbean family life in my art while respecting the earth and the environment, I do my best to repurpose fabrics in my works where possible. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reusing materials in interesting and creative ways is important to me because we all share just one earth. Let\'s keep it healthy and beautiful. I tend to develop practical items that I and my family would use. My fabric pieces are made to be one of a kind. Each one is made to be specific and special because it is for you.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>“Back then there was no YouTube tutorial so I relied on other women for guidance.\"</em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A self-taught quilter, she began making different, useful products that she wanted but couldn’t find in the stores. Her interest in quilting was sparked many years ago in Canada, but little did she know that it would germinate into a passion and then a career. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":772} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/quilt-queen-1-1024x614.jpg\" alt=\"\" class=\"wp-image-772\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Back then there was no YouTube tutorial so I relied on other women for guidance. There was a women’s group that had a quilting club comprising 50 per cent Jamaican, 50 per cent expatriate membership and because they mainly lived up in the hills, it could get from chilly to cold at nights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Love is a recurring theme in all of my work\"</p><cite>Tracey Jackson-Blake</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Her quilts are generally 5 ft by 5 ft in diameter brought together into a really beautiful blend. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“People will bring their fabric or I shop for fabric or use recycled clothes. I usually find inspiration fabric and draw from the colours to make it pop out to let the fabric shine,\" Jackson-Blake shared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other than quilts, Jackson-Blake who has been living in Jamaica for 16 years, shares that she also creates backpacks, drawstring bags, yoga bags, coin purses and recently added self-closing bags - these are all signature pieces so no two pieces are ever the same. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My goal is zero waste as we have limited resources and more people need to shift to that way of thinking.\"</p><cite>Tracey Jackson-Blake</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"Love is a recurring theme in all of my work in addition to earth consciousness, so it is really a celebration of life, humanity and the world around you and about living in the present,” Jackson-Blake emphatically declared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <strong><em>— By C.W.</em></strong></p>\n<!-- /wp:paragraph -->','Quilt Queen: Jamaican artisan creates gems in treasured art form','','publish','open','closed','','quilt-queen-jamaican-artisan-creates-gems-in-treasured-art-form','','','2019-08-15 08:34:08','2019-08-15 13:34:08','',0,'https://buzz-caribbean.com/?p=756',0,'post','',0),(757,14,'2019-07-30 10:09:36','2019-07-30 15:09:36','','brushy1string-kickstarter-buzz','','inherit','closed','closed','','brushy1string-kickstarter-buzz','','','2019-07-30 10:09:36','2019-07-30 15:09:36','',648,'https://buzz-caribbean.com/app/uploads/2019/07/brushy1string-kickstarter-buzz.jpg',0,'attachment','image/jpeg',0),(758,14,'2019-07-30 10:12:36','2019-07-30 15:12:36','<!-- wp:image {\"id\":755} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brushy1string-buzz-demo-1024x1024.jpg\" alt=\"\" class=\"wp-image-755\" /><figcaption>Jamaican bluesy Reggae artiste, Brushy1string (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brushy1string, a Jamaican musician known for playing a\nguitar with one string, is calling on fans to support his latest venture of\nputting out new music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brushy, in a recent Instagram post, told the world that he\nis seeking US $10,000 to assist him and has launched a Kickstarter fund with several\nlayers of pledges for persons to make. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These pledges can range anywhere from US$10 dollars to $1500\ndollars for fans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Reggae artiste has also included a suite of benefits per donation; starting from a couple of singles and a podcast, to dinner for two with the man himself in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As at Tuesday, July 30, with 19 days to go, the Kingston\nmusician has had 56 backers on his Kickstarter fund – totaling 20 percent of\nthe US$10,000 target.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":757} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brushy1string-kickstarter-buzz-1024x500.jpg\" alt=\"\" class=\"wp-image-757\" /><figcaption>Brushy1string\'s progress on his Kickstarter campaign, as at July 30 (Photo contributed, Kickstarter.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The bluesy Reggae vocalist noted in his Kickstarter video,\n\"the more support you give, the more music I can make.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It\'s very simple. At the end of the day, I hope this message reaches you. I thank you for taking a moment to read it,” Brushy1string added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brushy became a household name in Jamaica following his\nappearance on the popular talent competition Digicel Rising Stars. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While he did not win, the acoustic artiste has managed to\ndevelop a musical career for himself that has seen him tour all over the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brushy is also known for his popular song \"Chicken in\nthe Corn\" that has garnered over 26 million views on YouTube since it was\nuploaded in 2013. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=E8H-67ILaqc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=E8H-67ILaqc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>He has since released several tracks and albums and now\nwants to further his craft with the support of his fans worldwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Persons wishing to back Brushy1string in his Kickstarter campaign can do so <a href=\"https://www.kickstarter.com/projects/brushyonestring/brushy-one-string-a-new-album-for-the-people?ref=cp1noz\">here</a>.</p>\n<!-- /wp:paragraph -->','Brushy1string launches Kickstarter to fund new album','','inherit','closed','closed','','648-revision-v1','','','2019-07-30 10:12:36','2019-07-30 15:12:36','',648,'https://buzz-caribbean.com/article/648-revision-v1/',0,'revision','',0),(760,16,'2019-07-30 10:28:40','2019-07-30 15:28:40','<!-- wp:image {\"id\":2992,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/ramble-jobs-image.jpg\" alt=\"\" class=\"wp-image-2992\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>DRIVER </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>JOB DESCRIPTION</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We (Ramble Media Group) are looking to appoint a capable DRIVER to join our rapidly growing team. The successful candidate will be responsible for transporting members of our team, in a safe, comfortable and timely manner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The driver will\nreport directly to the Operations Manager .&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>DUTIES AND RESPONSIBILITIES</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Driving\nRamble reporters and general staff daily to and from assignments and desired\ndestinations.</li><li>Managing\nvehicle maintenance</li><li>Map out driving routes ahead of time to\ndetermine the most expedient trip.</li><li>Perform duties as a bearer when necessary</li><li>Listen to traffic and weather reports to stay\nup-to-date on road conditions</li><li>Adjust the route to avoid heavy traffic or\nroad constructions, as needed</li><li>Schedule regular car service appointments and\nreport any issues</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>REQUIREMENTS</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Proven experience as a Driver</li><li>A valid driver’s license</li><li>A clean driving record</li><li>Minimum visual acuity of 20/50 (or corrected to 20/50)</li><li>Familiarity with GPS devices</li><li>Knowledge of local roads and neighborhoods</li><li>Availability to occasionally take weekend and night shifts</li><li>A polite and professional disposition</li><li>Ability to remain calm in stressful driving situations (e.g. at rush\nhour)</li><li>A high school diploma</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><br> </p>\n<!-- /wp:paragraph -->','Ramble Media Group, a Driver','','publish','closed','closed','','ramble-media-group-a-driver-760','','','2019-09-12 09:05:52','2019-09-12 14:05:52','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=760',0,'job','',0),(761,11,'2019-07-30 10:24:24','2019-07-30 15:24:24','<!-- wp:paragraph -->\n<p>She is a third-generation artisan for whom creativity is a part of her DNA and though her formal training is in early childhood education, quilting has become both a passion and a career as she re-purposes fabric and gives clients items with renewed purpose and value.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Canadian by birth, but Jamaican by marriage and mentality, Tracey Jackson-Blake is on a mission to not only get more people to appreciate her unique one-of-a-kind items but also subscribe to a more environmentally friendly way of life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But quilting? This is such a unique art form, most Jamaicans do not have a clue as to what a quilt is, even though most may have grown up sleeping on their grandmother’s quilts as toddlers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>Those items are not only nostalgic but evoke that sense of family and tradition in us. </em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Tracey understands this only too well, hence her career as a <em><strong>quilting queen</strong></em>. She can take practically any meaningful item and transform them into modern-day gems, turning old fabric into fabulous works of art which then can be passed on to another generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My core value is being green and environmentally responsible as we are representing the earth and our resources are limited.”</p><cite>Tracey Jackson-Blake</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><br>With quilting, one man’s trash really becomes treasure and Jackson- Blake gets excited about old fabric because she can visualise what it can become.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quilting, basically, is the process of sewing two or more layers of fabric together to make a thicker padded material and it is typically done with three layers: the top fabric or quilt top, batting or insulating material and backing material. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The styles of quilting may evolve with times but the process requires a sturdy needle and thread to join the layers and the action is repeated across the entire area where quilting is desired.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>Her nimble fingers create handmade, customised products for children as well as family lifestyle quilts and bags from re-purposed fabrics. “My core value is being green and environmentally responsible as we are representing the earth and our resources are limited.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>“I gravitate towards family-related products and art themes. I enthusiastically celebrate the Caribbean family life in my art while respecting the earth and the environment, I do my best to repurpose fabrics in my works where possible. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reusing materials in interesting and creative ways is important to me because we all share just one earth. Let\'s keep it healthy and beautiful. I tend to develop practical items that I and my family would use. My fabric pieces are made to be one of a kind. Each one is made to be specific and special because it is for you.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>“Back then there was no YouTube tutorial so I relied on other women for guidance.\"</em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A self-taught quilter, she began making different, useful products that she wanted but couldn’t find in the stores. Her interest in quilting was sparked many years ago in Canada, but little did she know that it would germinate into a passion and then a career. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Back then there was no YouTube tutorial so I relied on other women for guidance. There was a women’s group that had a quilting club comprising 50 per cent Jamaican, 50 per cent expatriate membership and because they mainly lived up in the hills, it could get from chilly to cold at nights and warranted long sleeves and sweaters. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Plus, I’m from an area in Canada where the Mennonites live and they have quilting as a part of their culture. I always wanted to learn but I didn’t think I would ever get the opportunity, as quilting is a cultural part of their tradition; a skill that is passed down from mother to daughter.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>Her quilts are generally 5 ft by 5 ft in diameter brought together into a really beautiful blend. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>People </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“People will bring their fabric or I shop for fabric or use recycled clothes. I usually find inspiration fabric and draw from the colours to make it pop out to let the fabric shine. Other than quilts Jackson Blake who has been living in Jamaica for 16 years, shares that she also creates backpacks, drawstring bags, yoga bags, coin purses and recently added self-closing bags, these are all signature pieces so no two pieces are ever the same. “My goal is zero waste as we have limited resources and more people need to shift to that way of thinking. Love is a recurring theme in all of my work in addition to earth consciousness so it really a celebration of life, humanity and the world around you and about living in the present.”</p>\n<!-- /wp:paragraph -->','Quilt Queen','','inherit','closed','closed','','756-revision-v1','','','2019-07-30 10:24:24','2019-07-30 15:24:24','',756,'https://buzz-caribbean.com/article/756-revision-v1/',0,'revision','',0),(762,14,'2019-07-30 15:30:34','2019-07-30 20:30:34','<!-- wp:paragraph -->\n<p>In the year 1920, the League of Nations officially recognised sovereignty for 86 countries across the world. Nearly 100 years later, and that number has swelled to 195 internationally recognised states.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Over the course of the last century, several groups and factions have revolted against their respective governments to declare a region “independent” and just like their ancestors before them, territorial disputes rage on across the globe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Countries below, highlighted in red, are currently caught up in territorial dispute</em>s</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":779} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/territorial-disputes-all-countries-1024x563.jpg\" alt=\"\" class=\"wp-image-779\" /><figcaption>A global map of all countries, including Jamaica, (in red) currently involved in territorial disputes (Photo: Brilliant Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You may have seen the new name of a country pop up on your atlas\nor Google search and wondered to yourself, “When did that happen?”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The United Nations (UN) recognises 195 sovereign countries, 193 of which are members, and two – the Holy See and the State of Palestine – being simply observer states.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But depending on whom you ask, by some definitions, there\nare 197 countries in the world – a number drawn when Taiwan and Kosovo are\nincluded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> presents eight countries you probably didn’t know existed*:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Abkhazia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":769} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/abkhazia-flag-1024x576.jpg\" alt=\"\" class=\"wp-image-769\" /><figcaption>Flag of Abkhazia (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>1.&nbsp;&nbsp;&nbsp; Abkhazia is a de facto and partially recognised republic on the eastern coast of the Black Sea, south of the Greater Caucasus mountains, in what is widely recognised as part of northwestern Georgia. The country, at 8,660 square kilometres, is nearly 80% of Jamaica’s size in comparison.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":771} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/abkhazia-on-world-map-1024x606.png\" alt=\"\" class=\"wp-image-771\" /><figcaption>The disputed areas of Abkhazia (left) and South Ossetia (centre) highlighted in lavender and orange stripes respectively (Photo: Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The unitary, semi-presidential republic – a sore point in Georgia-Russia relations after the dissolution of the Soviet Union – is contentiously recognised as a state by Russia, Venezuela, Nicaragua, Nauru, and Syria. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":774} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/krubera-cave-abkhazia-demo.jpg\" alt=\"\" class=\"wp-image-774\" /><figcaption>The Krubera Caves in Gagra, Abkhazia are the deepest in the world and a popular tourist attraction. (Photo: Fodors.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While Georgia lacks control over Abkhazia, the Georgian\ngovernment and most United Nations member states consider Abkhazia legally part\nof Georgia as of 2008, with Georgian constitution designating the area as the\nAutonomous Republic of Abkhazia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Kosovo</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":775} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/kosovo-flag-1024x683.png\" alt=\"\" class=\"wp-image-775\" /><figcaption>Kosovo flag (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>2.&nbsp;&nbsp; &nbsp;Kosovo is another European ‘country’, which\ndeclared its independence from Serbia in 2008. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Roughly the size of Jamaica at 10,908 square kilometers,\nKosovo is landlocked and located in the center of the Balkan Peninsula in\nsoutheast Europe. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":777} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/kosovo-map-1024x576.jpg\" alt=\"\" class=\"wp-image-777\" /><figcaption>Map of Kosovo and the other Balkan states (Photo: Frontiers of Freedom)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It has since gained diplomatic recognition as a sovereign\nstate by 102 United Nations member states. Serbia, the country contesting\nKosovo’s sovereignty has accepted its institutions and elected officials but\ncontinues to claim it as the Autonomous Province of Kosovo and Metohija.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":784} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/prishtina-city-center.jpg\" alt=\"\" class=\"wp-image-784\" /><figcaption>Prishtina, the capital of Kosovo in its glory (Photo: AdventurousTours.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Transnistria</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":786} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/transnistria-flag-1024x512.png\" alt=\"\" class=\"wp-image-786\" /><figcaption>Flag of Transnistria (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>3.&nbsp;&nbsp;&nbsp; Clocking in at\nabout 40 percent of Jamaica’s total area, Transnistria is a primarily\nunrecognised state that split from Moldova after the collapse of the Soviet\nUnion.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":790} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/transnistria-map.jpg\" alt=\"\" class=\"wp-image-790\" /><figcaption>Map of Transnistria and now resolved disputed territory Gagauzia (Photo: Euromaidan Press)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The territory mostly sits on a narrow strip of land between\nthe river Dniester and Ukraine – being only recognised only by Abkhazia,\nArtsakh, and South Ossetia. The region is considered by the UN and its member\nstates to be part of Moldova.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":791} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bender-fortress-transnistria-1024x615.jpg\" alt=\"\" class=\"wp-image-791\" /><figcaption>The Tighina Fortress in Bender, Transnistria\'s second-largest city (Photo: Connor Clyne, TsarExperience.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Somaliland</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":792} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/somaliland-flag-1024x512.png\" alt=\"\" class=\"wp-image-792\" /><figcaption>Flag of Somaliland (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>4.&nbsp;&nbsp;&nbsp; The republic of Somaliland is a self-declared state located in what is internationally recognised as northwest Somalia. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Its officials claimed the territory as an independent country in 1991 and the state reportedly spans parts of the borders with Ethiopia, Djibouti and Somalia to the east. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":796} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/somaliland-map-1024x576.jpg\" alt=\"\" class=\"wp-image-796\" /><figcaption>Map showing Somaliland and its neighbours (Photo: The New Arab)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With an area of 176,120 square kilometres, Somaliland\'s\nself-proclaimed independence remains unrecognised by any country or\ninternational organisation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":797} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/laas-geel-rock-cave-paintings.jpg\" alt=\"\" class=\"wp-image-797\" /><figcaption>The world-famous Laas Geel caves and its intricate rock paintings are a must-see for tourists (Photo: Theodore Hoffsten, Wikipedia Commons)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Artsakh</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":798} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/artsakh-1024x512.png\" alt=\"\" class=\"wp-image-798\" /><figcaption>Flag of Artsahk (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>5.&nbsp;&nbsp;&nbsp; Just larger than\nJamaica, Artsakh is a breakaway state in the South Caucasus that is\ninternationally recognized as part of Azerbaijan. The area has been under a\nperpetual ceasefire since 1994 and was a hotly contested territory from the\nearly 1920s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":799} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/artsakh-sights-1024x682.jpg\" alt=\"\" class=\"wp-image-799\" /><figcaption>The national pride of Artsakh, a grandiose pair of statues called \'We are Mountains\'. Known as Tatik Papik by locals, these structures are a tourist magnet. (Photo: Pinterest)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Republic of Artsakh is neither a member nor observer of the UN or any of its specialized agencies – and is only recognised as a state by fellow disputed territories Transnistria, Abkhazia and South Ossetia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":800} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/artsakh-waterfall-1024x681.jpg\" alt=\"\" class=\"wp-image-800\" /><figcaption>The famed \'Umbrella\' or Zontik waterfall in Muxtar, Artsakh (Photo: Pinterest)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>South Ossetia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>6. Georgia makes claim to another disputed territory on our list after South Ossetia declared itself independent in 1990.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":822} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/south-ossetia-flag-1024x512.png\" alt=\"\" class=\"wp-image-822\" /><figcaption>Flag of South Ossetia (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Also called the state of Alania, South Ossetia is a disputed\nterritory in the South Caucasus, in what is internationally recognised as\nnorthern Georgian territory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":823} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/south-ossetia-mountain-lake.jpg\" alt=\"\" class=\"wp-image-823\" /><figcaption>The beautiful mountain lake of Kelistba.   Fed by the Xanthi river, Lake Kelistba is 2925 meters high on a plateau in the Caucasus mountains. (Photo: TravelTourismBlog.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At 35 percent the size of Jamaica, South Ossetia is only\nrecoginsed as fully independent and autonomous by Russia, Nauru, Venezuela and\nNicaragua.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":824} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/south-ossetia-ksani-fortress.jpg\" alt=\"\" class=\"wp-image-824\" /><figcaption>The perfectly preserved Ksani fortress in South Ossetia, one of the country\'s many historical monuments. (Photo: TravelTourismBlog.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Luhansk People\'s Republic (LPR)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":826} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/lugansk-people-republic-flag-1024x683.png\" alt=\"\" class=\"wp-image-826\" /><figcaption>Flag of the  Luhansk People\'s Republic (LPR), (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>7.&nbsp;&nbsp;&nbsp; The Luhansk People\'s Republic (LPR) is a landlocked quasi-state in what is internationally recognised as part of eastern Ukraine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The LPR declared its independence in the aftermath of the 2014 revolution that swept Ukraine and is the stage of an armed conflict that rages on as at April 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":827} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/lugansk-people-republic-map.jpg\" alt=\"\" class=\"wp-image-827\" /><figcaption>Map of Ukraine highlighting its territorial disputes with Russia (Photo: Nationalia.info) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>No country or member state of the UN has recoginsed the\nLPR’s sovereignty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Sahrawi Republic </h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":829} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/sahrawi-republic-flag-1024x512.png\" alt=\"\" class=\"wp-image-829\" /><figcaption>Flag of the Sahrawi Arab Democratic Republic (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>8.&nbsp;&nbsp;&nbsp; The Sahrawi Republic, the 83rd largest country in the world, is a partially recognised state that claims the non-self-governing territory of Western Sahara. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interestingly enough, the Sahrawi Republic controls only the\neasternmost one-fifth of that territory, along the border with Mauritania. The\nSahrawi Republic was proclaimed independent in 1976, but its government\ncontrols about 20–25% of the territory it claims.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":830} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/western-sahara-conflict-map-1024x768.jpg\" alt=\"\" class=\"wp-image-830\" /><figcaption>Map of Western Sahara, showing areas of Morrocan control (in blue) and the territory being controlled by the Sahrawi Republic (in green) (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Sahrawi Republic maintains close diplomatic relations with 40 UN states and is a full member of the African Union (AU). The majority of the disputed lands of Western Sahara are governed in full or partly by Morocco in what is described as a ‘buffer zone’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":835} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/polisario-morocco-palace.jpg\" alt=\"\" class=\"wp-image-835\" /><figcaption>The Polisario Morrocan Palace in Western Sahara, the territory being disputed by the Sahrawi Republic (Photo: AllThatsInteresting.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>*(The term “existed” is used in this article in reference to countries that are not popularly known. We also acknowledge that these areas are heavily disputed, and not recognized by the international community, outside of supporting countries/territories.)</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you didn\'t know, all these countries are visa-free destinations for Jamaicans (but be careful)! For a list of all countries where this is possible, read our <a href=\"https://buzz-caribbean.com/?p=321\">BUZZ feature here</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Which \'new\' country surprised you the most? Let us know in the comments!</p>\n<!-- /wp:paragraph -->','Eight places in the world you never knew existed','','publish','closed','closed','','eight-places-in-the-world-you-never-knew-existed','','','2019-08-15 08:25:55','2019-08-15 13:25:55','',0,'https://buzz-caribbean.com/?p=762',0,'post','',0),(763,14,'2019-07-30 10:27:26','2019-07-30 15:27:26','<!-- wp:paragraph -->\n<p>Eight places in the world you never knew existed</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the year 1920, the League of Nations officially\nrecognized sovereignty for 86 countries across the world – nearly 100 years\nlater, and that number has swelled to 195 internationally recognized states.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Over the course of the last century, several groups and\nfactions have revolted against their respective governments to declare a region\n“independent” and just like their ancestors before them, territorial disputes\nrage on across the globe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You may have seen the new name of a country pop up on your atlas\nor Google search and wondered to yourself, “When did that happen?”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The United Nations (UN) recognizes 195 sovereign countries,\n193 of which are members, and two – the Holy See and the State of Palestine –\nbeing simply observer states.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But depending on whom you ask, by some definitions, there\nare 197 countries in the world – a number drawn when Taiwan and Kosovo are\nincluded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Buzz Jamaica presents eight countries you probably didn’t know\nexisted*:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Abkhazia</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1.&nbsp;&nbsp;&nbsp; Abkhazia is a de\nfacto and partially recognized republic on the eastern coast of the Black Sea,\nsouth of the Greater Caucasus mountains, in what is widely recognized a part of\nnorthwestern Georgia. The country, at 8,660 square kilometres, is nearly 80% of\nJamaica’s size in comparison.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The unitary, semi-presidential republic – a sore point in\nGerogia-Russia relations after the dissolution of the Soviet Union – is\ncontentiously recognised as a state by Russia, Venezuela, Nicaragua, Nauru and\nSyria. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While Georgia lacks control over Abkhazia, the Georgian\ngovernment and most United Nations member states consider Abkhazia legally part\nof Georgia as of 2008, with Georgian constitution designating the area as the\nAutonomous Republic of Abkhazia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.&nbsp;&nbsp; &nbsp;Kosovo is another European ‘country’, which\ndeclared its independence from Serbia in 2008. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Roughly the size of Jamaica at 10,908 square kilometers,\nKosovo is landlocked and located in the center of the Balkan Peninsula in\nsoutheast Europe. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It has since gained diplomatic recognition as a sovereign\nstate by 102 United Nations member states. Serbia, the country contesting\nKosovo’s sovereignty has accepted its institutions and elected officials but\ncontinues to claim it as the Autonomous Province of Kosovo and Metohija.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3.&nbsp;&nbsp;&nbsp; Clocking in at\nabout 40 percent of Jamaica’s total area, Transnistria is a primarily\nunrecognised state that split from Moldova after the collapse of the Soviet\nUnion.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The territory mostly sits on a narrow strip of land between\nthe river Dniester and Ukraine – being only recognised only by Abkhazia,\nArtsakh, and South Ossetia. The region is considered by the UN and its member\nstates to be part of Moldova.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4.&nbsp;&nbsp;&nbsp; The republic of\nSomaliland is a self-declared state located in what is internationally\nrecognized as northwest Somalia. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Its officials claimed the territory as an independent\ncountry in 1991 and the state reportedly spans parts of the borders with\nEthiopia, Djibouti and claimants Somalia to the east. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With an area of 176,120 square kilometres, Somaliland\'s\nself-proclaimed independence remains unrecognised by any country or\ninternational organisation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5.&nbsp;&nbsp;&nbsp; Just larger than\nJamaica, Artsakh is a breakaway state in the South Caucasus that is\ninternationally recognized as part of Azerbaijan. The area has been under a\nperpetual ceasefire since 1994 and was a hotly contested territory from the\nearly 1920s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Republic of Artsakh is neither a member nor observer of\nthe UN or any of its specialized agencies – and is only recognized as a state\nby fellow disputed territories Transnistria, Abkhazia and South Ossetia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Georgia makes claim to another disputed territory on our\nlist, after South Ossetia declared its independence in 1990.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also called the state of Alania, South Ossetia is a disputed\nterritory in the South Caucasus, in what is internationally recognised as\nnorthern Georgian territory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At 35 percent the size of Jamaica, South Ossetia is only\nrecoginsed as fully independent and autonomous by Russia, Nauru, Venezuela and\nNicaragua.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7.&nbsp;&nbsp;&nbsp; The Luhansk\nPeople\'s Republic (LPR) is a landlocked quasi-state in what is internationally\nrecognized as part of eastern Ukraine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The LPR declared its independence in the aftermath of the\n2014 revolution that swept Ukraine, and is the stage of an armed conflict which\nrages on as at April 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No country or member state of the UN has recoginsed the\nLPR’s sovereignty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8.&nbsp;&nbsp;&nbsp; The Sahrawi\nRepublic, the 83rd largest country in the world, is a partially recognized\nstate that claims the non-self-governing territory of Western Sahara. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interestingly enough, the Sahrawi Republic controls only the\neasternmost one-fifth of that territory, along the border with Mauritania. The\nSahrawi Republic was proclaimed independent in 1976, but its government\ncontrols about 20–25% of the territory it claims.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Sahrawi Republic maintains close diplomatic relations\nwith 40 UN states, and is a full member of the African Union. The majority of\nthe disputed lands of Western Sahara are governed in full or partly by Morocco\nin what is described as a ‘buffer zone’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>*(We understand that “existed” is used very loosely as many\nof these areas are heavily disputed and are mostly not recognized by the\ninternational community, outside of supporting countries/territories.)</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','762-revision-v1','','','2019-07-30 10:27:26','2019-07-30 15:27:26','',762,'https://buzz-caribbean.com/article/762-revision-v1/',0,'revision','',0),(764,13,'2019-07-30 10:27:39','2019-07-30 15:27:39','','Ramble Logo','','inherit','closed','closed','','ramble-logo','','','2019-07-30 10:27:39','2019-07-30 15:27:39','',760,'https://buzz-caribbean.com/app/uploads/2019/07/ramble-logo.png',0,'attachment','image/png',0),(765,13,'2019-07-30 10:30:10','2019-07-30 15:30:10','','Ramble Logo','','inherit','closed','closed','','ramble-logo-2','','','2019-07-30 10:30:10','2019-07-30 15:30:10','',709,'https://buzz-caribbean.com/app/uploads/2019/07/ramble-logo-1.png',0,'attachment','image/png',0),(766,11,'2019-07-30 10:52:24','2019-07-30 15:52:24','','Made-With-Love','','inherit','closed','closed','','made-with-love','','','2019-07-30 10:52:24','2019-07-30 15:52:24','',756,'https://buzz-caribbean.com/app/uploads/2019/07/Made-With-Love.jpg',0,'attachment','image/jpeg',0),(767,11,'2019-07-30 10:53:31','2019-07-30 15:53:31','','Quilt-Bag','','inherit','closed','closed','','quilt-bag','','','2019-07-30 10:53:31','2019-07-30 15:53:31','',756,'https://buzz-caribbean.com/app/uploads/2019/07/Quilt-Bag.jpg',0,'attachment','image/jpeg',0),(768,11,'2019-07-30 10:54:07','2019-07-30 15:54:07','','So-Cute','','inherit','closed','closed','','so-cute','','','2019-07-30 10:54:07','2019-07-30 15:54:07','',756,'https://buzz-caribbean.com/app/uploads/2019/07/So-Cute.jpg',0,'attachment','image/jpeg',0),(769,14,'2019-07-30 10:55:38','2019-07-30 15:55:38','','abkhazia-flag','','inherit','closed','closed','','abkhazia-flag','','','2019-07-30 10:55:38','2019-07-30 15:55:38','',762,'https://buzz-caribbean.com/app/uploads/2019/07/abkhazia-flag.jpg',0,'attachment','image/jpeg',0),(770,11,'2019-07-30 10:56:39','2019-07-30 15:56:39','','Latte-Anyone','','inherit','closed','closed','','latte-anyone','','','2019-07-30 10:56:39','2019-07-30 15:56:39','',756,'https://buzz-caribbean.com/app/uploads/2019/07/Latte-Anyone.jpg',0,'attachment','image/jpeg',0),(771,14,'2019-07-30 10:56:46','2019-07-30 15:56:46','','abkhazia-on-world-map','','inherit','closed','closed','','abkhazia-on-world-map','','','2019-07-30 10:56:46','2019-07-30 15:56:46','',762,'https://buzz-caribbean.com/app/uploads/2019/07/abkhazia-on-world-map.png',0,'attachment','image/png',0),(772,11,'2019-07-30 10:59:17','2019-07-30 15:59:17','','quilt-queen-1','','inherit','closed','closed','','quilt-queen-1','','','2019-07-30 10:59:17','2019-07-30 15:59:17','',756,'https://buzz-caribbean.com/app/uploads/2019/07/quilt-queen-1.jpg',0,'attachment','image/jpeg',0),(773,11,'2019-07-30 11:04:15','2019-07-30 16:04:15','<!-- wp:heading -->\n<h2>- Jamaican artisan creates unique gems with treasured art form</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>She is a third-generation artisan for whom creativity is a part of her DNA and though her formal training is in early childhood education, quilting has become both a passion and a career as she re-purposes fabric and gives clients items with renewed purpose and value.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":766} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Made-With-Love.jpg\" alt=\"\" class=\"wp-image-766\" /><figcaption>Tracey Jackson-Blake proudly displays one of her quilt pieces.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Canadian by birth, but Jamaican by marriage and mentality, Tracey Jackson-Blake is on a mission to not only get more people to appreciate her unique one-of-a-kind items but also subscribe to a more environmentally friendly way of life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":767} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Quilt-Bag.jpg\" alt=\"\" class=\"wp-image-767\" /><figcaption>Custom quilt coin bag</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But quilting? This is such a unique art form, most Jamaicans do not have a clue as to what a quilt is, even though most may have grown up sleeping on their grandmother’s quilts as toddlers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>Those items are not only nostalgic but evoke that sense of family and tradition in us. </em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Tracey understands this only too well, hence her career as a <em><strong>quilting queen</strong></em>. She can take practically any meaningful item and transform them into modern-day gems, turning old fabric into fabulous works of art which then can be passed on to another generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My core value is being green and environmentally responsible as we are representing the earth and our resources are limited.”</p><cite>Tracey Jackson-Blake</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>With quilting, one man’s trash really becomes treasure and Jackson- Blake gets excited about old fabric because she can visualise what it can become.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quilting, basically, is the process of sewing two or more layers of fabric together to make a thicker padded material and it is typically done with three layers: the top fabric or quilt top, batting or insulating material and backing material. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":770} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Latte-Anyone.jpg\" alt=\"\" class=\"wp-image-770\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The styles of quilting may evolve with times but the process requires a sturdy needle and thread to join the layers and the action is repeated across the entire area where quilting is desired.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>Her nimble fingers create handmade, customised products for children as well as family lifestyle quilts and bags from re-purposed fabrics. “My core value is being green and environmentally responsible as we are representing the earth and our resources are limited.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":768,\"align\":\"center\",\"width\":506,\"height\":593} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/So-Cute.jpg\" alt=\"\" class=\"wp-image-768\" width=\"506\" height=\"593\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>“I gravitate towards family-related products and art themes. I enthusiastically celebrate the Caribbean family life in my art while respecting the earth and the environment, I do my best to repurpose fabrics in my works where possible. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reusing materials in interesting and creative ways is important to me because we all share just one earth. Let\'s keep it healthy and beautiful. I tend to develop practical items that I and my family would use. My fabric pieces are made to be one of a kind. Each one is made to be specific and special because it is for you.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>“Back then there was no YouTube tutorial so I relied on other women for guidance.\"</em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A self-taught quilter, she began making different, useful products that she wanted but couldn’t find in the stores. Her interest in quilting was sparked many years ago in Canada, but little did she know that it would germinate into a passion and then a career. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":772} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/quilt-queen-1-1024x614.jpg\" alt=\"\" class=\"wp-image-772\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Back then there was no YouTube tutorial so I relied on other women for guidance. There was a women’s group that had a quilting club comprising 50 per cent Jamaican, 50 per cent expatriate membership and because they mainly lived up in the hills, it could get from chilly to cold at nights and warranted long sleeves and sweaters. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Plus, I’m from an area in Canada where the Mennonites live and they have quilting as a part of their culture. I always wanted to learn but I didn’t think I would ever get the opportunity, as quilting is a cultural part of their tradition; a skill that is passed down from mother to daughter.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her quilts are generally 5 ft by 5 ft in diameter brought together into a really beautiful blend. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“People will bring their fabric or I shop for fabric or use recycled clothes. I usually find inspiration fabric and draw from the colours to make it pop out to let the fabric shine,\" Jackson-Blake shared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other than quilts Jackson-Blake who has been living in Jamaica for 16 years, shares that she also creates backpacks, drawstring bags, yoga bags, coin purses and recently added self-closing bags, these are all signature pieces so no two pieces are ever the same. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My goal is zero waste as we have limited resources and more people need to shift to that way of thinking.\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"Love is a recurring theme in all of my work in addition to earth consciousness, so it is really a celebration of life, humanity and the world around you and about living in the present,” Jackson Blake emphatically declared.</p>\n<!-- /wp:paragraph -->','Quilt Queen','','inherit','closed','closed','','756-revision-v1','','','2019-07-30 11:04:15','2019-07-30 16:04:15','',756,'https://buzz-caribbean.com/article/756-revision-v1/',0,'revision','',0),(774,14,'2019-07-30 11:04:59','2019-07-30 16:04:59','','krubera-cave-abkhazia-demo','','inherit','closed','closed','','krubera-cave-abkhazia-demo','','','2019-07-30 11:04:59','2019-07-30 16:04:59','',762,'https://buzz-caribbean.com/app/uploads/2019/07/krubera-cave-abkhazia-demo.jpg',0,'attachment','image/jpeg',0),(775,14,'2019-07-30 11:06:20','2019-07-30 16:06:20','','kosovo-flag','','inherit','closed','closed','','kosovo-flag','','','2019-07-30 11:06:20','2019-07-30 16:06:20','',762,'https://buzz-caribbean.com/app/uploads/2019/07/kosovo-flag.png',0,'attachment','image/png',0),(776,11,'2019-07-30 11:06:36','2019-07-30 16:06:36','<!-- wp:heading -->\n<h2>- Jamaican artisan creates unique gems with treasured art form</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>She is a third-generation artisan for whom creativity is a part of her DNA and though her formal training is in early childhood education, quilting has become both a passion and a career as she re-purposes fabric and gives clients items with renewed purpose and value.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":766} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Made-With-Love.jpg\" alt=\"\" class=\"wp-image-766\" /><figcaption>Tracey Jackson-Blake proudly displays one of her quilt pieces.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Canadian by birth, but Jamaican by marriage and mentality, Tracey Jackson-Blake is on a mission to not only get more people to appreciate her one-of-a-kind items but also subscribe to a more environmentally friendly way of life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":767} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Quilt-Bag.jpg\" alt=\"\" class=\"wp-image-767\" /><figcaption>Custom quilt coin bag</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But quilting? This is such a unique art form, most Jamaicans do not have a clue as to what a quilt is, even though most may have grown up sleeping on their grandmother’s quilts as toddlers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>Those items are not only nostalgic but evoke that sense of family and tradition in us. </em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Tracey understands this only too well, hence her career as a <em><strong>quilting queen</strong></em>. She can take practically any meaningful item and transform them into modern-day gems, turning old fabric into fabulous works of art which then can be passed on to another generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My core value is being green and environmentally responsible as we are representing the earth and our resources are limited.”</p><cite>Tracey Jackson-Blake</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>With quilting, one man’s trash really becomes treasure and Jackson- Blake gets excited about old fabric because she can visualise what it can become.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quilting, basically, is the process of sewing two or more layers of fabric together to make a thicker padded material and it is typically done with three layers: the top fabric or quilt top, batting or insulating material and backing material. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":770} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Latte-Anyone.jpg\" alt=\"\" class=\"wp-image-770\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The styles of quilting may evolve with times but the process requires a sturdy needle and thread to join the layers and the action is repeated across the entire area where quilting is desired.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>Her nimble fingers create handmade, customised products for children as well as family lifestyle quilts and bags from re-purposed fabrics. “My core value is being green and environmentally responsible as we are representing the earth and our resources are limited.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":768,\"align\":\"center\",\"width\":506,\"height\":593} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/So-Cute.jpg\" alt=\"\" class=\"wp-image-768\" width=\"506\" height=\"593\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>“I gravitate towards family-related products and art themes. I enthusiastically celebrate the Caribbean family life in my art while respecting the earth and the environment, I do my best to repurpose fabrics in my works where possible. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reusing materials in interesting and creative ways is important to me because we all share just one earth. Let\'s keep it healthy and beautiful. I tend to develop practical items that I and my family would use. My fabric pieces are made to be one of a kind. Each one is made to be specific and special because it is for you.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>“Back then there was no YouTube tutorial so I relied on other women for guidance.\"</em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A self-taught quilter, she began making different, useful products that she wanted but couldn’t find in the stores. Her interest in quilting was sparked many years ago in Canada, but little did she know that it would germinate into a passion and then a career. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":772} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/quilt-queen-1-1024x614.jpg\" alt=\"\" class=\"wp-image-772\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Back then there was no YouTube tutorial so I relied on other women for guidance. There was a women’s group that had a quilting club comprising 50 per cent Jamaican, 50 per cent expatriate membership and because they mainly lived up in the hills, it could get from chilly to cold at nights and warranted long sleeves and sweaters. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Plus, I’m from an area in Canada where the Mennonites live and they have quilting as a part of their culture. I always wanted to learn but I didn’t think I would ever get the opportunity, as quilting is a cultural part of their tradition; a skill that is passed down from mother to daughter.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her quilts are generally 5 ft by 5 ft in diameter brought together into a really beautiful blend. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“People will bring their fabric or I shop for fabric or use recycled clothes. I usually find inspiration fabric and draw from the colours to make it pop out to let the fabric shine,\" Jackson-Blake shared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other than quilts Jackson-Blake who has been living in Jamaica for 16 years, shares that she also creates backpacks, drawstring bags, yoga bags, coin purses and recently added self-closing bags, these are all signature pieces so no two pieces are ever the same. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My goal is zero waste as we have limited resources and more people need to shift to that way of thinking.\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"Love is a recurring theme in all of my work in addition to earth consciousness, so it is really a celebration of life, humanity and the world around you and about living in the present,” Jackson Blake emphatically declared.</p>\n<!-- /wp:paragraph -->','Quilt Queen','','inherit','closed','closed','','756-revision-v1','','','2019-07-30 11:06:36','2019-07-30 16:06:36','',756,'https://buzz-caribbean.com/article/756-revision-v1/',0,'revision','',0),(777,14,'2019-07-30 11:15:16','2019-07-30 16:15:16','','kosovo-map','','inherit','closed','closed','','kosovo-map','','','2019-07-30 11:15:16','2019-07-30 16:15:16','',762,'https://buzz-caribbean.com/app/uploads/2019/07/kosovo-map.jpg',0,'attachment','image/jpeg',0),(778,11,'2019-07-30 11:18:03','2019-07-30 16:18:03','<!-- wp:heading -->\n<h2>- Jamaican artisan creates unique gems with treasured art form</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>She is a third-generation artisan for whom creativity is a part of her DNA and though her formal training is in early childhood education, quilting has become both a passion and a career as she re-purposes fabric and gives clients items with renewed purpose and value.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":766} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Made-With-Love.jpg\" alt=\"\" class=\"wp-image-766\" /><figcaption>Tracey Jackson-Blake proudly displays one of her quilt pieces.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Canadian by birth, but Jamaican by marriage and mentality, Tracey Jackson-Blake is on a mission to not only get more people to appreciate her one-of-a-kind items but also subscribe to a more environmentally friendly way of life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":767} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Quilt-Bag.jpg\" alt=\"\" class=\"wp-image-767\" /><figcaption>Custom quilt coin bag</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But quilting? This is such a unique art form, most Jamaicans do not have a clue as to what a quilt is, even though most may have grown up sleeping on their grandmother’s quilts as toddlers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>Those items are not only nostalgic but evoke that sense of family and tradition in us. </em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Tracey understands this only too well, hence her career as a <em><strong>quilting queen</strong></em>. She can take practically any meaningful item and transform them into modern-day gems, turning old fabric into fabulous works of art which then can be passed on to another generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My core value is being green and environmentally responsible as we are representing the earth and our resources are limited.”</p><cite>Tracey Jackson-Blake</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>With quilting, one man’s trash really becomes treasure and Jackson- Blake gets excited about old fabric because she can visualise what it can become.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quilting, basically, is the process of sewing two or more layers of fabric together to make a thicker padded material and it is typically done with three layers: the top fabric or quilt top, batting or insulating material and backing material. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":770} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Latte-Anyone.jpg\" alt=\"\" class=\"wp-image-770\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The styles of quilting may evolve with time but the process requires a sturdy needle and thread to join the layers and the action is repeated across the entire area where quilting is desired.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>Her nimble fingers create handmade, customised products for children as well as family lifestyle quilts and bags from re-purposed fabrics. “My core value is being green and environmentally responsible as we are representing the earth and our resources are limited.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":768,\"align\":\"center\",\"width\":506,\"height\":593} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/So-Cute.jpg\" alt=\"\" class=\"wp-image-768\" width=\"506\" height=\"593\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>“I gravitate towards family-related products and art themes. I enthusiastically celebrate the Caribbean family life in my art while respecting the earth and the environment, I do my best to repurpose fabrics in my works where possible. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reusing materials in interesting and creative ways is important to me because we all share just one earth. Let\'s keep it healthy and beautiful. I tend to develop practical items that I and my family would use. My fabric pieces are made to be one of a kind. Each one is made to be specific and special because it is for you.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>“Back then there was no YouTube tutorial so I relied on other women for guidance.\"</em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A self-taught quilter, she began making different, useful products that she wanted but couldn’t find in the stores. Her interest in quilting was sparked many years ago in Canada, but little did she know that it would germinate into a passion and then a career. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":772} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/quilt-queen-1-1024x614.jpg\" alt=\"\" class=\"wp-image-772\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Back then there was no YouTube tutorial so I relied on other women for guidance. There was a women’s group that had a quilting club comprising 50 per cent Jamaican, 50 per cent expatriate membership and because they mainly lived up in the hills, it could get from chilly to cold at nights and warranted long sleeves and sweaters. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Plus, I’m from an area in Canada where the Mennonites live and they have quilting as a part of their culture. I always wanted to learn but I didn’t think I would ever get the opportunity, as quilting is a cultural part of their tradition; a skill that is passed down from mother to daughter.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Love is a recurring theme in all of my work\"</p><cite>Tracey Jackson-Blake</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Her quilts are generally 5 ft by 5 ft in diameter brought together into a really beautiful blend. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“People will bring their fabric or I shop for fabric or use recycled clothes. I usually find inspiration fabric and draw from the colours to make it pop out to let the fabric shine,\" Jackson-Blake shared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other than quilts, Jackson-Blake who has been living in Jamaica for 16 years, shares that she also creates backpacks, drawstring bags, yoga bags, coin purses and recently added self-closing bags, these are all signature pieces so no two pieces are ever the same. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My goal is zero waste as we have limited resources and more people need to shift to that way of thinking.\"</p><cite>Tracey Jackson-Blake</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"Love is a recurring theme in all of my work in addition to earth consciousness, so it is really a celebration of life, humanity and the world around you and about living in the present,” Jackson Blake emphatically declared.</p>\n<!-- /wp:paragraph -->','Quilt Queen','','inherit','closed','closed','','756-revision-v1','','','2019-07-30 11:18:03','2019-07-30 16:18:03','',756,'https://buzz-caribbean.com/article/756-revision-v1/',0,'revision','',0),(779,14,'2019-07-30 11:19:19','2019-07-30 16:19:19','','territorial-disputes-all-countries','','inherit','closed','closed','','territorial-disputes-all-countries','','','2019-07-30 11:19:19','2019-07-30 16:19:19','',762,'https://buzz-caribbean.com/app/uploads/2019/07/territorial-disputes-all-countries.jpg',0,'attachment','image/jpeg',0),(780,11,'2019-07-30 11:21:16','2019-07-30 16:21:16','<!-- wp:paragraph -->\n<p>She is a third-generation artisan for whom creativity is a part of her DNA and though her formal training is in early childhood education, quilting has become both a passion and a career as she re-purposes fabric and gives clients items with renewed purpose and value.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":766} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Made-With-Love.jpg\" alt=\"\" class=\"wp-image-766\" /><figcaption>Tracey Jackson-Blake proudly displays one of her quilt pieces.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Canadian by birth, but Jamaican by marriage and mentality, Tracey Jackson-Blake is on a mission to not only get more people to appreciate her one-of-a-kind items but also subscribe to a more environmentally friendly way of life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":767} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Quilt-Bag.jpg\" alt=\"\" class=\"wp-image-767\" /><figcaption>Custom quilt coin bag</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But quilting? This is such a unique art form, most Jamaicans do not have a clue as to what a quilt is, even though most may have grown up sleeping on their grandmother’s quilts as toddlers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>Those items are not only nostalgic but evoke that sense of family and tradition in us. </em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Tracey understands this only too well, hence her career as a <em><strong>quilting queen</strong></em>. She can take practically any meaningful item and transform them into modern-day gems, turning old fabric into fabulous works of art which then can be passed on to another generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My core value is being green and environmentally responsible as we are representing the earth and our resources are limited.”</p><cite>Tracey Jackson-Blake</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>With quilting, one man’s trash really becomes treasure and Jackson- Blake gets excited about old fabric because she can visualise what it can become.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quilting, basically, is the process of sewing two or more layers of fabric together to make a thicker padded material and it is typically done with three layers: the top fabric or quilt top, batting or insulating material and backing material. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":770} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Latte-Anyone.jpg\" alt=\"\" class=\"wp-image-770\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The styles of quilting may evolve with time but the process requires a sturdy needle and thread to join the layers and the action is repeated across the entire area where quilting is desired.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>Her nimble fingers create handmade, customised products for children as well as family lifestyle quilts and bags from re-purposed fabrics. “My core value is being green and environmentally responsible as we are representing the earth and our resources are limited.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":768,\"align\":\"center\",\"width\":506,\"height\":593} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/So-Cute.jpg\" alt=\"\" class=\"wp-image-768\" width=\"506\" height=\"593\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>“I gravitate towards family-related products and art themes. I enthusiastically celebrate the Caribbean family life in my art while respecting the earth and the environment, I do my best to repurpose fabrics in my works where possible. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reusing materials in interesting and creative ways is important to me because we all share just one earth. Let\'s keep it healthy and beautiful. I tend to develop practical items that I and my family would use. My fabric pieces are made to be one of a kind. Each one is made to be specific and special because it is for you.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>“Back then there was no YouTube tutorial so I relied on other women for guidance.\"</em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A self-taught quilter, she began making different, useful products that she wanted but couldn’t find in the stores. Her interest in quilting was sparked many years ago in Canada, but little did she know that it would germinate into a passion and then a career. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":772} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/quilt-queen-1-1024x614.jpg\" alt=\"\" class=\"wp-image-772\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Back then there was no YouTube tutorial so I relied on other women for guidance. There was a women’s group that had a quilting club comprising 50 per cent Jamaican, 50 per cent expatriate membership and because they mainly lived up in the hills, it could get from chilly to cold at nights and warranted long sleeves and sweaters. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Plus, I’m from an area in Canada where the Mennonites live and they have quilting as a part of their culture. I always wanted to learn but I didn’t think I would ever get the opportunity, as quilting is a cultural part of their tradition; a skill that is passed down from mother to daughter.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Love is a recurring theme in all of my work\"</p><cite>Tracey Jackson-Blake</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Her quilts are generally 5 ft by 5 ft in diameter brought together into a really beautiful blend. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“People will bring their fabric or I shop for fabric or use recycled clothes. I usually find inspiration fabric and draw from the colours to make it pop out to let the fabric shine,\" Jackson-Blake shared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other than quilts, Jackson-Blake who has been living in Jamaica for 16 years, shares that she also creates backpacks, drawstring bags, yoga bags, coin purses and recently added self-closing bags, these are all signature pieces so no two pieces are ever the same. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My goal is zero waste as we have limited resources and more people need to shift to that way of thinking.\"</p><cite>Tracey Jackson-Blake</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"Love is a recurring theme in all of my work in addition to earth consciousness, so it is really a celebration of life, humanity and the world around you and about living in the present,” Jackson Blake emphatically declared.</p>\n<!-- /wp:paragraph -->','Quilt Queen: Artisan creates gems in treasured art form','','inherit','closed','closed','','756-revision-v1','','','2019-07-30 11:21:16','2019-07-30 16:21:16','',756,'https://buzz-caribbean.com/article/756-revision-v1/',0,'revision','',0),(781,9,'2019-07-30 12:12:07','2019-07-30 17:12:07','<!-- wp:image {\"id\":3246} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dubproof-CC-1024x646.jpg\" alt=\"\" class=\"wp-image-3246\" /><figcaption>Dub Proof opening for Lee Scratch Perry in January. (Photo: Instagram @dubproof)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reminiscent of classic 70s dub reggae with elements of jazz and old-school hip hop, Dub Proof\'s self-titled album is a great representation of their unconventional style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Regardless of the line-up, the United States-based band maintains its sound with minor tones, deep bass and trailing echoes that are all trademarks of Dub Proof’s sound. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I love instrumental reggae. Augustus\nPablo is my biggest inspiration,” said Nick Paolise, producer and\nbassist for Dub Proof.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to Paolise, Dub Proof’s current line-up includes Rory ‘Roke’ Fream (guitar and lead vocals), Pat Clarke (drums), Kenny P (drums), Dave ‘Dr. Dave’ Hollander (saxophone and keyboard), and Joe Harvard (guitar, lap steel guitar, keyboard, Kaoss /samples, back-up vocals).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I love instrumental reggae. Augustus Pablo is my biggest inspiration.” </p><cite>—  Nick Paolise, producer and bassist for Dub Proof </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Sticking to their style throughout the album, Dub Proof gives listeners new material and fan favourites that they can enjoy. ‘Slow Motion’, ‘All For Nothin’ and ‘Irish Coffee Dub’ are just some of the tracks that are likely to cause an ‘eargasm’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dub Proof has been beating a path out of Asbury Park in New Jersey, United States, since 2008. From performing as a back-up band for Nina Sky to playing live on the Artie Lange show, Dub Proof has earned the respect of industry professionals. The band has even made a mark on the hip-hop scene backing up famed Jewish rapper Kosha Dillz on his North East tour.</p>\n<!-- /wp:paragraph -->','Dub Proof blends reggae and hip hop for new album','','publish','closed','closed','','dub-proof-blends-reggae-and-hip-hop-for-new-album','','','2019-08-12 17:17:35','2019-08-12 22:17:35','',0,'https://buzz-caribbean.com/?p=781',0,'post','',0),(782,11,'2019-07-30 11:35:12','2019-07-30 16:35:12','<!-- wp:paragraph -->\n<p>She is a third-generation artisan for whom creativity is a part of her DNA and though her formal training is in early childhood education, quilting has become both a passion and a career as she re-purposes fabric and gives clients items with renewed purpose and value.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":766} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Made-With-Love.jpg\" alt=\"\" class=\"wp-image-766\" /><figcaption>Tracey Jackson-Blake proudly displays one of her quilt pieces.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Canadian by birth, but Jamaican by marriage and mentality, Tracey Jackson-Blake is on a mission to not only get more people to appreciate her one-of-a-kind items but also subscribe to a more environmentally friendly way of life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":767} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Quilt-Bag.jpg\" alt=\"\" class=\"wp-image-767\" /><figcaption>Custom quilt coin bag</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But quilting? This is such a unique art form, most Jamaicans do not have a clue as to what a quilt is, even though most may have grown up sleeping on their grandmother’s quilts as toddlers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>Those items are not only nostalgic but evoke that sense of family and tradition in us. </em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Tracey understands this only too well, hence her career as a <em><strong>quilting queen</strong></em>. She can take practically any meaningful item and transform them into modern-day gems, turning old fabric into fabulous works of art which then can be passed on to another generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My core value is being green and environmentally responsible as we are representing the earth and our resources are limited.”</p><cite>Tracey Jackson-Blake</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>With quilting, one man’s trash really becomes treasure and Jackson- Blake gets excited about old fabric because she can visualise what it can become.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quilting, basically, is the process of sewing two or more layers of fabric together to make a thicker padded material and it is typically done with three layers: the top fabric or quilt top, batting or insulating material and backing material. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":770} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Latte-Anyone.jpg\" alt=\"\" class=\"wp-image-770\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The styles of quilting may evolve with time but the process requires a sturdy needle and thread to join the layers and the action is repeated across the entire area where quilting is desired.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>Her nimble fingers create handmade, customised products for children as well as family lifestyle quilts and bags from re-purposed fabrics. “My core value is being green and environmentally responsible as we are representing the earth and our resources are limited.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":768,\"align\":\"center\",\"width\":506,\"height\":593} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/So-Cute.jpg\" alt=\"\" class=\"wp-image-768\" width=\"506\" height=\"593\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>“I gravitate towards family-related products and art themes. I enthusiastically celebrate the Caribbean family life in my art while respecting the earth and the environment, I do my best to repurpose fabrics in my works where possible. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reusing materials in interesting and creative ways is important to me because we all share just one earth. Let\'s keep it healthy and beautiful. I tend to develop practical items that I and my family would use. My fabric pieces are made to be one of a kind. Each one is made to be specific and special because it is for you.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>“Back then there was no YouTube tutorial so I relied on other women for guidance.\"</em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A self-taught quilter, she began making different, useful products that she wanted but couldn’t find in the stores. Her interest in quilting was sparked many years ago in Canada, but little did she know that it would germinate into a passion and then a career. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":772} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/quilt-queen-1-1024x614.jpg\" alt=\"\" class=\"wp-image-772\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Back then there was no YouTube tutorial so I relied on other women for guidance. There was a women’s group that had a quilting club comprising 50 per cent Jamaican, 50 per cent expatriate membership and because they mainly lived up in the hills, it could get from chilly to cold at nights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Love is a recurring theme in all of my work\"</p><cite>Tracey Jackson-Blake</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Her quilts are generally 5 ft by 5 ft in diameter brought together into a really beautiful blend. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“People will bring their fabric or I shop for fabric or use recycled clothes. I usually find inspiration fabric and draw from the colours to make it pop out to let the fabric shine,\" Jackson-Blake shared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other than quilts, Jackson-Blake who has been living in Jamaica for 16 years, shares that she also creates backpacks, drawstring bags, yoga bags, coin purses and recently added self-closing bags - these are all signature pieces so no two pieces are ever the same. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My goal is zero waste as we have limited resources and more people need to shift to that way of thinking.\"</p><cite>Tracey Jackson-Blake</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"Love is a recurring theme in all of my work in addition to earth consciousness, so it is really a celebration of life, humanity and the world around you and about living in the present,” Jackson-Blake emphatically declared.</p>\n<!-- /wp:paragraph -->','Quilt Queen','','inherit','closed','closed','','756-revision-v1','','','2019-07-30 11:35:12','2019-07-30 16:35:12','',756,'https://buzz-caribbean.com/article/756-revision-v1/',0,'revision','',0),(783,11,'2019-07-30 11:36:04','2019-07-30 16:36:04','<!-- wp:paragraph -->\n<p>She is a third-generation artisan for whom creativity is a part of her DNA and though her formal training is in early childhood education, quilting has become both a passion and a career as she re-purposes fabric and gives clients items with renewed purpose and value.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":766} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Made-With-Love.jpg\" alt=\"\" class=\"wp-image-766\" /><figcaption>Tracey Jackson-Blake proudly displays one of her quilt pieces.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Canadian by birth, but Jamaican by marriage and mentality, Tracey Jackson-Blake is on a mission to not only get more people to appreciate her one-of-a-kind items but also subscribe to a more environmentally friendly way of life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":767} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Quilt-Bag.jpg\" alt=\"\" class=\"wp-image-767\" /><figcaption>Custom quilt coin bag</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But quilting? This is such a unique art form, most Jamaicans do not have a clue as to what a quilt is, even though most may have grown up sleeping on their grandmother’s quilts as toddlers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>Those items are not only nostalgic but evoke that sense of family and tradition in us. </em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Tracey understands this only too well, hence her career as a <em><strong>quilting queen</strong></em>. She can take practically any meaningful item and transform them into modern-day gems, turning old fabric into fabulous works of art which then can be passed on to another generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My core value is being green and environmentally responsible as we are representing the earth and our resources are limited.”</p><cite>Tracey Jackson-Blake</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>With quilting, one man’s trash really becomes treasure and Jackson- Blake gets excited about old fabric because she can visualise what it can become.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quilting, basically, is the process of sewing two or more layers of fabric together to make a thicker padded material and it is typically done with three layers: the top fabric or quilt top, batting or insulating material and backing material. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":770} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Latte-Anyone.jpg\" alt=\"\" class=\"wp-image-770\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The styles of quilting may evolve with time but the process requires a sturdy needle and thread to join the layers and the action is repeated across the entire area where quilting is desired.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her nimble fingers create handmade, customised products for children as well as family lifestyle quilts and bags from re-purposed fabrics. “My core value is being green and environmentally responsible as we are representing the earth and our resources are limited.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":768,\"align\":\"center\",\"width\":506,\"height\":593} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/So-Cute.jpg\" alt=\"\" class=\"wp-image-768\" width=\"506\" height=\"593\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>“I gravitate towards family-related products and art themes. I enthusiastically celebrate the Caribbean family life in my art while respecting the earth and the environment, I do my best to repurpose fabrics in my works where possible. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reusing materials in interesting and creative ways is important to me because we all share just one earth. Let\'s keep it healthy and beautiful. I tend to develop practical items that I and my family would use. My fabric pieces are made to be one of a kind. Each one is made to be specific and special because it is for you.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>“Back then there was no YouTube tutorial so I relied on other women for guidance.\"</em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A self-taught quilter, she began making different, useful products that she wanted but couldn’t find in the stores. Her interest in quilting was sparked many years ago in Canada, but little did she know that it would germinate into a passion and then a career. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":772} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/quilt-queen-1-1024x614.jpg\" alt=\"\" class=\"wp-image-772\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Back then there was no YouTube tutorial so I relied on other women for guidance. There was a women’s group that had a quilting club comprising 50 per cent Jamaican, 50 per cent expatriate membership and because they mainly lived up in the hills, it could get from chilly to cold at nights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Love is a recurring theme in all of my work\"</p><cite>Tracey Jackson-Blake</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Her quilts are generally 5 ft by 5 ft in diameter brought together into a really beautiful blend. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“People will bring their fabric or I shop for fabric or use recycled clothes. I usually find inspiration fabric and draw from the colours to make it pop out to let the fabric shine,\" Jackson-Blake shared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other than quilts, Jackson-Blake who has been living in Jamaica for 16 years, shares that she also creates backpacks, drawstring bags, yoga bags, coin purses and recently added self-closing bags - these are all signature pieces so no two pieces are ever the same. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My goal is zero waste as we have limited resources and more people need to shift to that way of thinking.\"</p><cite>Tracey Jackson-Blake</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"Love is a recurring theme in all of my work in addition to earth consciousness, so it is really a celebration of life, humanity and the world around you and about living in the present,” Jackson-Blake emphatically declared.</p>\n<!-- /wp:paragraph -->','Quilt Queen','','inherit','closed','closed','','756-revision-v1','','','2019-07-30 11:36:04','2019-07-30 16:36:04','',756,'https://buzz-caribbean.com/article/756-revision-v1/',0,'revision','',0),(784,14,'2019-07-30 11:36:39','2019-07-30 16:36:39','','prishtina-city-center','','inherit','closed','closed','','prishtina-city-center','','','2019-07-30 11:36:39','2019-07-30 16:36:39','',762,'https://buzz-caribbean.com/app/uploads/2019/07/prishtina-city-center.jpg',0,'attachment','image/jpeg',0),(785,11,'2019-07-30 11:37:26','2019-07-30 16:37:26','<!-- wp:paragraph -->\n<p>She is a third-generation artisan for whom creativity is a part of her DNA and though her formal training is in early childhood education, quilting has become both a passion and a career as she re-purposes fabric and gives clients items with renewed purpose and value.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":766} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Made-With-Love.jpg\" alt=\"\" class=\"wp-image-766\" /><figcaption>Tracey Jackson-Blake proudly displays one of her quilt pieces.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Canadian by birth, but Jamaican by marriage and mentality, Tracey Jackson-Blake is on a mission to not only get more people to appreciate her one-of-a-kind items but also subscribe to a more environmentally friendly way of life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":767} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Quilt-Bag.jpg\" alt=\"\" class=\"wp-image-767\" /><figcaption>Custom quilt coin bag</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But quilting? This is such a unique art form, most Jamaicans do not have a clue as to what a quilt is, even though most may have grown up sleeping on their grandmother’s quilts as toddlers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>Those items are not only nostalgic but evoke that sense of family and tradition in us. </em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Tracey understands this only too well, hence her career as a <em><strong>quilting queen</strong></em>. She can take practically any meaningful item and transform them into modern-day gems, turning old fabric into fabulous works of art which then can be passed on to another generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My core value is being green and environmentally responsible as we are representing the earth and our resources are limited.”</p><cite>Tracey Jackson-Blake</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>With quilting, one man’s trash really becomes treasure and Jackson-Blake gets excited about old fabric because she can visualise what it can become.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quilting, basically, is the process of sewing two or more layers of fabric together to make a thicker padded material and it is typically done with three layers: the top fabric or quilt top, batting or insulating material and backing material. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":770} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Latte-Anyone.jpg\" alt=\"\" class=\"wp-image-770\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The styles of quilting may evolve with time but the process requires a sturdy needle and thread to join the layers and the action is repeated across the entire area where quilting is desired.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her nimble fingers create handmade, customised products for children as well as family lifestyle quilts and bags from re-purposed fabrics. “My core value is being green and environmentally responsible as we are representing the earth and our resources are limited.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":768,\"align\":\"center\",\"width\":506,\"height\":593} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/So-Cute.jpg\" alt=\"\" class=\"wp-image-768\" width=\"506\" height=\"593\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>“I gravitate towards family-related products and art themes. I enthusiastically celebrate the Caribbean family life in my art while respecting the earth and the environment, I do my best to repurpose fabrics in my works where possible. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reusing materials in interesting and creative ways is important to me because we all share just one earth. Let\'s keep it healthy and beautiful. I tend to develop practical items that I and my family would use. My fabric pieces are made to be one of a kind. Each one is made to be specific and special because it is for you.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>“Back then there was no YouTube tutorial so I relied on other women for guidance.\"</em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A self-taught quilter, she began making different, useful products that she wanted but couldn’t find in the stores. Her interest in quilting was sparked many years ago in Canada, but little did she know that it would germinate into a passion and then a career. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":772} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/quilt-queen-1-1024x614.jpg\" alt=\"\" class=\"wp-image-772\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Back then there was no YouTube tutorial so I relied on other women for guidance. There was a women’s group that had a quilting club comprising 50 per cent Jamaican, 50 per cent expatriate membership and because they mainly lived up in the hills, it could get from chilly to cold at nights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Love is a recurring theme in all of my work\"</p><cite>Tracey Jackson-Blake</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Her quilts are generally 5 ft by 5 ft in diameter brought together into a really beautiful blend. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“People will bring their fabric or I shop for fabric or use recycled clothes. I usually find inspiration fabric and draw from the colours to make it pop out to let the fabric shine,\" Jackson-Blake shared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other than quilts, Jackson-Blake who has been living in Jamaica for 16 years, shares that she also creates backpacks, drawstring bags, yoga bags, coin purses and recently added self-closing bags - these are all signature pieces so no two pieces are ever the same. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My goal is zero waste as we have limited resources and more people need to shift to that way of thinking.\"</p><cite>Tracey Jackson-Blake</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"Love is a recurring theme in all of my work in addition to earth consciousness, so it is really a celebration of life, humanity and the world around you and about living in the present,” Jackson-Blake emphatically declared.</p>\n<!-- /wp:paragraph -->','Quilt Queen','','inherit','closed','closed','','756-revision-v1','','','2019-07-30 11:37:26','2019-07-30 16:37:26','',756,'https://buzz-caribbean.com/article/756-revision-v1/',0,'revision','',0),(786,14,'2019-07-30 11:37:50','2019-07-30 16:37:50','','transnistria-flag','','inherit','closed','closed','','transnistria-flag','','','2019-07-30 11:37:50','2019-07-30 16:37:50','',762,'https://buzz-caribbean.com/app/uploads/2019/07/transnistria-flag.png',0,'attachment','image/png',0),(787,11,'2019-07-30 11:39:10','2019-07-30 16:39:10','<!-- wp:paragraph -->\n<p>She is a third-generation artisan for whom creativity is a part of her DNA and though her formal training is in early childhood education, quilting has become both a passion and a career as she re-purposes fabric and gives clients items with renewed purpose and value.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":766} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Made-With-Love.jpg\" alt=\"\" class=\"wp-image-766\" /><figcaption>Tracey Jackson-Blake proudly displays one of her quilt pieces.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Canadian by birth, but Jamaican by marriage and mentality, Tracey Jackson-Blake is on a mission to not only get more people to appreciate her one-of-a-kind items but also subscribe to a more environmentally friendly way of life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":767} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Quilt-Bag.jpg\" alt=\"\" class=\"wp-image-767\" /><figcaption>Custom quilt coin bag</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But quilting? This is such a unique art form, most Jamaicans do not have a clue as to what a quilt is, even though most may have grown up sleeping on their grandmother’s quilts as toddlers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>Those items are not only nostalgic but evoke that sense of family and tradition in us. </em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Tracey understands this only too well, hence her career as a <em><strong>quilting queen</strong></em>. She can take practically any meaningful item and transform them into modern-day gems, turning old fabric into fabulous works of art which then can be passed on to another generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My core value is being green and environmentally responsible as we are representing the earth and our resources are limited.”</p><cite>Tracey Jackson-Blake</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>With quilting, one man’s trash really becomes treasure and Jackson-Blake gets excited about old fabric because she can visualise what it can become.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quilting, basically, is the process of sewing two or more layers of fabric together to make a thicker padded material and it is typically done with three layers: the top fabric or quilt top, batting or insulating material and backing material. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":770} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Latte-Anyone.jpg\" alt=\"\" class=\"wp-image-770\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The styles of quilting may evolve with time but the process requires a sturdy needle and thread to join the layers and the action is repeated across the entire area where quilting is desired.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her nimble fingers create handmade, customised products for children as well as family lifestyle quilts and bags from repurposed fabrics. “My core value is being green and environmentally responsible as we are representing the earth and our resources are limited.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":768,\"align\":\"center\",\"width\":506,\"height\":593} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/So-Cute.jpg\" alt=\"\" class=\"wp-image-768\" width=\"506\" height=\"593\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>“I gravitate towards family-related products and art themes. I enthusiastically celebrate the Caribbean family life in my art while respecting the earth and the environment, I do my best to repurpose fabrics in my works where possible. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reusing materials in interesting and creative ways is important to me because we all share just one earth. Let\'s keep it healthy and beautiful. I tend to develop practical items that I and my family would use. My fabric pieces are made to be one of a kind. Each one is made to be specific and special because it is for you.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>“Back then there was no YouTube tutorial so I relied on other women for guidance.\"</em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A self-taught quilter, she began making different, useful products that she wanted but couldn’t find in the stores. Her interest in quilting was sparked many years ago in Canada, but little did she know that it would germinate into a passion and then a career. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":772} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/quilt-queen-1-1024x614.jpg\" alt=\"\" class=\"wp-image-772\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Back then there was no YouTube tutorial so I relied on other women for guidance. There was a women’s group that had a quilting club comprising 50 per cent Jamaican, 50 per cent expatriate membership and because they mainly lived up in the hills, it could get from chilly to cold at nights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Love is a recurring theme in all of my work\"</p><cite>Tracey Jackson-Blake</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Her quilts are generally 5 ft by 5 ft in diameter brought together into a really beautiful blend. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“People will bring their fabric or I shop for fabric or use recycled clothes. I usually find inspiration fabric and draw from the colours to make it pop out to let the fabric shine,\" Jackson-Blake shared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other than quilts, Jackson-Blake who has been living in Jamaica for 16 years, shares that she also creates backpacks, drawstring bags, yoga bags, coin purses and recently added self-closing bags - these are all signature pieces so no two pieces are ever the same. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My goal is zero waste as we have limited resources and more people need to shift to that way of thinking.\"</p><cite>Tracey Jackson-Blake</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"Love is a recurring theme in all of my work in addition to earth consciousness, so it is really a celebration of life, humanity and the world around you and about living in the present,” Jackson-Blake emphatically declared.</p>\n<!-- /wp:paragraph -->','Quilt Queen','','inherit','closed','closed','','756-revision-v1','','','2019-07-30 11:39:10','2019-07-30 16:39:10','',756,'https://buzz-caribbean.com/article/756-revision-v1/',0,'revision','',0),(788,11,'2019-07-30 11:40:21','2019-07-30 16:40:21','<!-- wp:paragraph -->\n<p>She is a third-generation artisan for whom creativity is a part of her DNA and though her formal training is in early childhood education, quilting has become both a passion and a career as she re-purposes fabric and gives clients items with renewed purpose and value.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":766} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Made-With-Love.jpg\" alt=\"\" class=\"wp-image-766\" /><figcaption>Tracey Jackson-Blake proudly displays one of her quilt pieces.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Canadian by birth, but Jamaican by marriage and mentality, Tracey Jackson-Blake is on a mission to not only get more people to appreciate her one-of-a-kind items but also subscribe to a more environmentally friendly way of life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":767} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Quilt-Bag.jpg\" alt=\"\" class=\"wp-image-767\" /><figcaption>Custom quilt coin bag</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But quilting? This is such a unique art form, most Jamaicans do not have a clue as to what a quilt is, even though most may have grown up sleeping on their grandmother’s quilts as toddlers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>Those items are not only nostalgic but evoke that sense of family and tradition in us. </em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Tracey understands this only too well, hence her career as a <em><strong>quilting queen</strong></em>. She can take practically any meaningful item and transform them into modern-day gems, turning old fabric into fabulous works of art which then can be passed on to another generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My core value is being green and environmentally responsible as we are representing the earth and our resources are limited.”</p><cite>Tracey Jackson-Blake</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>With quilting, one man’s trash really becomes treasure and Jackson-Blake gets excited about old fabric because she can visualise what it can become.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quilting, basically, is the process of sewing two or more layers of fabric together to make a thicker padded material and it is typically done with three layers: the top fabric or quilt top, batting or insulating material and backing material. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":770} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Latte-Anyone.jpg\" alt=\"\" class=\"wp-image-770\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The styles of quilting may evolve with time but the process requires a sturdy needle and thread to join the layers and the action is repeated across the entire area where quilting is desired.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her nimble fingers create handmade, customised products for children as well as family lifestyle quilts and bags from repurposed fabrics. “My core value is being green and environmentally responsible as we are representing the earth and our resources are limited.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":768,\"align\":\"center\",\"width\":506,\"height\":593} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/So-Cute.jpg\" alt=\"\" class=\"wp-image-768\" width=\"506\" height=\"593\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>“I gravitate towards family-related products and art themes. I enthusiastically celebrate the Caribbean family life in my art while respecting the earth and the environment, I do my best to repurpose fabrics in my works where possible. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reusing materials in interesting and creative ways is important to me because we all share just one earth. Let\'s keep it healthy and beautiful. I tend to develop practical items that I and my family would use. My fabric pieces are made to be one of a kind. Each one is made to be specific and special because it is for you.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>“Back then there was no YouTube tutorial so I relied on other women for guidance.\"</em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A self-taught quilter, she began making different, useful products that she wanted but couldn’t find in the stores. Her interest in quilting was sparked many years ago in Canada, but little did she know that it would germinate into a passion and then a career. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":772} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/quilt-queen-1-1024x614.jpg\" alt=\"\" class=\"wp-image-772\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Back then there was no YouTube tutorial so I relied on other women for guidance. There was a women’s group that had a quilting club comprising 50 per cent Jamaican, 50 per cent expatriate membership and because they mainly lived up in the hills, it could get from chilly to cold at nights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Love is a recurring theme in all of my work\"</p><cite>Tracey Jackson-Blake</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Her quilts are generally 5 ft by 5 ft in diameter brought together into a really beautiful blend. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“People will bring their fabric or I shop for fabric or use recycled clothes. I usually find inspiration fabric and draw from the colours to make it pop out to let the fabric shine,\" Jackson-Blake shared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other than quilts, Jackson-Blake who has been living in Jamaica for 16 years, shares that she also creates backpacks, drawstring bags, yoga bags, coin purses and recently added self-closing bags - these are all signature pieces so no two pieces are ever the same. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My goal is zero waste as we have limited resources and more people need to shift to that way of thinking.\"</p><cite>Tracey Jackson-Blake</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"Love is a recurring theme in all of my work in addition to earth consciousness, so it is really a celebration of life, humanity and the world around you and about living in the present,” Jackson-Blake emphatically declared.</p>\n<!-- /wp:paragraph -->','Quilt Queen: Jamaican artisan creates gems in treasured art form','','inherit','closed','closed','','756-revision-v1','','','2019-07-30 11:40:21','2019-07-30 16:40:21','',756,'https://buzz-caribbean.com/article/756-revision-v1/',0,'revision','',0),(789,11,'2019-07-30 14:59:20','2019-07-30 19:59:20','<!-- wp:paragraph -->\n<p>They say you can never be too rich and in this era of social media consciousness, try adding too stylish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We all know that some people will do practically anything for the ‘gram’ or for likes, from taking pictures of every meal they eat and featuring their ginormous shoe collection to videoing every single event they attend, even if they weren’t invited!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some seek to showcase their fashion-forward sense with chic designer threads worthy of ripping any runway. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They model the latest couture outfits that often cost more than the average person’s monthly paycheque.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how then, without large sums of money at their disposal, do they pull off these stylish looks that would make even Kim Kardashian take note?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is done through what is called <strong><em>‘fashion flirting’</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jamaican stores typically have a no refund policy but will exchange items. However, with social media being as powerful as it is now, things have changed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The ‘fashion flirting’ game is as follows: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>The consumer purchases an outfit, snaps a tonne of photos for Twitter, Snapchat and Instagram and then returns the outfit a few days later, complaining of some fictitious fault.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>The store, in order to avoid a social media scandal, would take back the goods.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>The trick is to shop at different boutiques so that no store owner becomes suspicious.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong><em>But some store operators have picked up on the trend and are standing their ground.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Store Manager of Trendy Treasures in Montego Bay, Jamaica Carla Reynolds said that one dancehall diva from the Second City attempted to pull the same stunt at her store.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“They may think they are ‘flirting’ but we have already secured the bag and we are not giving it up” </p><cite>Carla Reynolds, Owner of Trendy Treasures in Montego Bay, Jamaica</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Reynolds said she was not about to take back the pricey outfit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“While the customer is said to be always right, the customer cannot in their right mind think we would accept worn clothing with deodorant stains on it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We also pride ourselves of keeping abreast of all of our customers’ needs so we not only tag them when we get hot, new arrivals but follow them too on social media so we see which designers and what they are wearing,” Reynolds said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“They may think they are ‘flirting’ but we have already secured the bag and we are not giving it up,” she added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No local fashionista was willing to divulge if they ‘fashion flirt’ but we all know that anything that is trendy in Uncle Sam’s land will trend here especially because a lot of women subscribe to the philosophy that ‘hot gyal nuh repeat clothes’.</p>\n<!-- /wp:paragraph -->','Here’s how some social media pretenders always appear stylish','','publish','closed','closed','','heres-how-some-social-media-pretenders-always-appear-stylish','','','2019-07-30 14:59:20','2019-07-30 19:59:20','',0,'https://buzz-caribbean.com/?p=789',0,'post','',0),(790,14,'2019-07-30 11:54:49','2019-07-30 16:54:49','','transnistria-map','','inherit','closed','closed','','transnistria-map','','','2019-07-30 11:54:49','2019-07-30 16:54:49','',762,'https://buzz-caribbean.com/app/uploads/2019/07/transnistria-map.jpg',0,'attachment','image/jpeg',0),(791,14,'2019-07-30 11:59:08','2019-07-30 16:59:08','','bender-fortress-transnistria','','inherit','closed','closed','','bender-fortress-transnistria','','','2019-07-30 11:59:08','2019-07-30 16:59:08','',762,'https://buzz-caribbean.com/app/uploads/2019/07/bender-fortress-transnistria.jpg',0,'attachment','image/jpeg',0),(792,14,'2019-07-30 12:00:17','2019-07-30 17:00:17','','somaliland-flag','','inherit','closed','closed','','somaliland-flag','','','2019-07-30 12:00:17','2019-07-30 17:00:17','',762,'https://buzz-caribbean.com/app/uploads/2019/07/somaliland-flag.png',0,'attachment','image/png',0),(793,9,'2019-07-30 12:06:58','2019-07-30 17:06:58','','Dubproof','','inherit','closed','closed','','dubproof','','','2019-07-30 12:06:58','2019-07-30 17:06:58','',781,'https://buzz-caribbean.com/app/uploads/2019/07/Dubproof.jpg',0,'attachment','image/jpeg',0),(794,9,'2019-07-30 12:08:53','2019-07-30 17:08:53','<!-- wp:paragraph -->\n<p>Reminiscent of classic 70s dub reggae with elements of jazz and old-school<br> hip hop, Dub Proof\'s self-titled album is a great representation of their unconventional style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Regardless of the line-up, the United\nStates-based band maintains its sound with minor tones, deep bass and trailing\nechoes that are all trademarks of Dub Proof’s sound. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I love instrumental reggae. Augustus\nPablo is my biggest inspiration,” said Nick Paolise, producer and\nbassist for Dub Proof.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I love instrumental reggae. Augustus Pablo is my biggest inspiration,” </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In addition to Paolise, Dub Proof’s\ncurrent line-up includes Rory ‘Roke’ Fream (guitar and lead vocals), Pat Clarke (drums), Kenny P (drums),\nDave ‘Dr. Dave’ Hollander (saxophone and keyboard), and Joe Harvard (guitar, lap\nsteel, keyboard, Kaoss /samples, back-up vocals).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":793} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Dubproof.jpg\" alt=\"\" class=\"wp-image-793\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sticking to their style throughout the album, Dub Proof\ngives listeners new material and fan favourites that they can enjoy. ‘Slow Motion’,\n‘All For Nothin’ and ‘Irish Coffee Dub’ are just some of the tracks that are\nlikely to cause an ‘eargasm’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dub Proof has been beating a path out of Asbury Park in New Jersey, United States, since 2008. From performing as a back-up band for Nina Sky to playing live on the Artie Lange show, Dub Proof has earned the respect of industry professionals. The band has even made a mark on the hip-hop scene backing up famed Jewish rapper Kosha Dillz on his North East tour.</p>\n<!-- /wp:paragraph -->','Dub Proof blends reggae and hip hop for new album','','inherit','closed','closed','','781-revision-v1','','','2019-07-30 12:08:53','2019-07-30 17:08:53','',781,'https://buzz-caribbean.com/article/781-revision-v1/',0,'revision','',0),(795,9,'2019-07-30 12:12:07','2019-07-30 17:12:07','<!-- wp:paragraph -->\n<p>Reminiscent of classic 70s dub reggae with elements of jazz and old-school hip hop, Dub Proof\'s self-titled album is a great representation of their unconventional style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Regardless of the line-up, the United States-based band maintains its sound with minor tones, deep bass and trailing echoes that are all trademarks of Dub Proof’s sound. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I love instrumental reggae. Augustus\nPablo is my biggest inspiration,” said Nick Paolise, producer and\nbassist for Dub Proof.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I love instrumental reggae. Augustus Pablo is my biggest inspiration.” </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In addition to Paolise, Dub Proof’s current line-up includes Rory ‘Roke’ Fream (guitar and lead vocals), Pat Clarke (drums), Kenny P (drums), Dave ‘Dr. Dave’ Hollander (saxophone and keyboard), and Joe Harvard (guitar, lap steel guitar, keyboard, Kaoss /samples, back-up vocals).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":793} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Dubproof.jpg\" alt=\"\" class=\"wp-image-793\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sticking to their style throughout the album, Dub Proof gives listeners new material and fan favourites that they can enjoy. ‘Slow Motion’, ‘All For Nothin’ and ‘Irish Coffee Dub’ are just some of the tracks that are likely to cause an ‘eargasm’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dub Proof has been beating a path out of Asbury Park in New Jersey, United States, since 2008. From performing as a back-up band for Nina Sky to playing live on the Artie Lange show, Dub Proof has earned the respect of industry professionals. The band has even made a mark on the hip-hop scene backing up famed Jewish rapper Kosha Dillz on his North East tour.</p>\n<!-- /wp:paragraph -->','Dub Proof blends reggae and hip hop for new album','','inherit','closed','closed','','781-revision-v1','','','2019-07-30 12:12:07','2019-07-30 17:12:07','',781,'https://buzz-caribbean.com/article/781-revision-v1/',0,'revision','',0),(796,14,'2019-07-30 12:17:07','2019-07-30 17:17:07','','somaliland-map','','inherit','closed','closed','','somaliland-map','','','2019-07-30 12:17:07','2019-07-30 17:17:07','',762,'https://buzz-caribbean.com/app/uploads/2019/07/somaliland-map.jpg',0,'attachment','image/jpeg',0),(797,14,'2019-07-30 12:18:24','2019-07-30 17:18:24','','laas-geel-rock-cave-paintings','','inherit','closed','closed','','laas-geel-rock-cave-paintings','','','2019-07-30 12:18:24','2019-07-30 17:18:24','',762,'https://buzz-caribbean.com/app/uploads/2019/07/laas-geel-rock-cave-paintings.jpg',0,'attachment','image/jpeg',0),(798,14,'2019-07-30 12:21:15','2019-07-30 17:21:15','','artsakh','','inherit','closed','closed','','artsakh','','','2019-07-30 12:21:15','2019-07-30 17:21:15','',762,'https://buzz-caribbean.com/app/uploads/2019/07/artsakh.png',0,'attachment','image/png',0),(799,14,'2019-07-30 12:30:42','2019-07-30 17:30:42','','artsakh-sights','','inherit','closed','closed','','artsakh-sights','','','2019-07-30 12:30:42','2019-07-30 17:30:42','',762,'https://buzz-caribbean.com/app/uploads/2019/07/artsakh-sights.jpg',0,'attachment','image/jpeg',0),(800,14,'2019-07-30 12:33:31','2019-07-30 17:33:31','','artsakh-waterfall','','inherit','closed','closed','','artsakh-waterfall','','','2019-07-30 12:33:31','2019-07-30 17:33:31','',762,'https://buzz-caribbean.com/app/uploads/2019/07/artsakh-waterfall.jpg',0,'attachment','image/jpeg',0),(803,13,'2019-07-30 13:07:04','2019-07-30 18:07:04','','Ramble Logo Positive','','inherit','closed','closed','','ramble_logo_positive','','','2019-07-30 13:07:04','2019-07-30 18:07:04','',760,'https://buzz-caribbean.com/app/uploads/2019/07/Ramble_Logo_positive.jpg',0,'attachment','image/jpeg',0),(805,1,'2019-07-30 13:22:28','0000-00-00 00:00:00','{\"id\":\"805\",\"questions\":[{\"uid\":\"6ad626f5-6f59-43d1-80cc-8f5d7de6e750\",\"content\":\"This is the question.\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"919cd449-d6b6-42ae-8dd4-41139823ea04\",\"type\":\"text\",\"label\":\"Answer #01\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"66217dfb-b5ad-4cef-8a17-55fcf16ba3d4\",\"type\":\"text\",\"label\":\"Answer #02\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"b2bbb7b3-1e6f-4068-8eea-fe1701838fa7\",\"type\":\"text\",\"label\":\"Answer #03\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"2ea05cca-df3e-455d-87c9-1e430ca693ce\",\"type\":\"text\",\"label\":\"Answer #04\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Test #01','','draft','closed','closed','','','','','2019-07-30 13:22:28','2019-07-30 18:22:28','',0,'https://buzz-caribbean.com/?post_type=poll&#038;p=805',0,'poll','',0),(806,1,'2019-07-30 13:22:28','2019-07-30 18:22:28','{\"id\":\"805\",\"questions\":[{\"uid\":\"6ad626f5-6f59-43d1-80cc-8f5d7de6e750\",\"content\":\"This is the question.\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"919cd449-d6b6-42ae-8dd4-41139823ea04\",\"type\":\"text\",\"label\":\"Answer #01\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"66217dfb-b5ad-4cef-8a17-55fcf16ba3d4\",\"type\":\"text\",\"label\":\"Answer #02\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"b2bbb7b3-1e6f-4068-8eea-fe1701838fa7\",\"type\":\"text\",\"label\":\"Answer #03\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"2ea05cca-df3e-455d-87c9-1e430ca693ce\",\"type\":\"text\",\"label\":\"Answer #04\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Test #01','','inherit','closed','closed','','805-revision-v1','','','2019-07-30 13:22:28','2019-07-30 18:22:28','',805,'https://buzz-caribbean.com/article/805-revision-v1/',0,'revision','',0),(809,11,'2019-07-30 13:29:33','2019-07-30 18:29:33','<!-- wp:paragraph -->\n<p>They say you can never be too rich and in this era of social media consciousness, try adding too stylish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We all know that some people will do practically anything for the ‘gram’ or for likes, from taking pictures of every meal they eat and featuring their ginormous shoe collection to videoing every single event they attend, even if they weren’t invited!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some seek to showcase their fashion-forward sense with chic designer threads worthy of ripping any runway. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They model the latest couture outfits that often cost more than the average person’s monthly paycheque.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how then, without large sums of money at their disposal, do they pull off these stylish looks that would make even Kim Kardashian take note?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is done through what is called <strong><em>‘fashion flirting’</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jamaican stores typically have a no refund policy but will exchange items. However, with social media being as powerful as it is now, things have changed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The ‘fashion flirting’ game is as follows: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>The consumer purchases an outfit, snaps a tonne of photos for Twitter, Snapchat and Instagram and then returns the outfit a few days later, complaining of some fictitious fault.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>The store, in order to avoid a social media scandal, would take back the goods.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>The trick is to shop at different boutiques so that no store owner becomes suspicious.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong><em>But some store operators have picked up on the trend and are standing their ground.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Store Manager of Trendy Treasures in Montego Bay, Jamaica Carla Reynolds said that one dancehall diva from the Second City attempted to pull the same stunt at her store.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“They may think they are ‘flirting’ but we have already secured the bag and we are not giving it up” </p><cite>Carla Reynolds, Owner of Trendy Treasures in Montego Bay, Jamaica</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Reynolds said she was not about to take back the pricey outfit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“While the customer is said to be always right, the customer cannot in their right mind think we would accept worn clothing with deodorant stains on it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We also pride ourselves of keeping abreast of all of our customers’ needs so we not only tag them when we get hot, new arrivals but follow them too on social media so we see which designers and what they are wearing,” Reynolds said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“They may think they are ‘flirting’ but we have already secured the bag and we are not giving it up,” she added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No local fashionista was willing to divulge if they ‘fashion flirt’ but we all know that anything that is trendy in Uncle Sam’s land will trend here especially because a lot of women subscribe to the philosophy that ‘hot gyal nuh repeat clothes’.</p>\n<!-- /wp:paragraph -->','Here’s how some social media pretenders always appear stylish','','inherit','closed','closed','','789-revision-v1','','','2019-07-30 13:29:33','2019-07-30 18:29:33','',789,'https://buzz-caribbean.com/article/789-revision-v1/',0,'revision','',0),(822,14,'2019-07-30 14:14:46','2019-07-30 19:14:46','','south-ossetia-flag','','inherit','closed','closed','','south-ossetia-flag','','','2019-07-30 14:14:46','2019-07-30 19:14:46','',762,'https://buzz-caribbean.com/app/uploads/2019/07/south-ossetia-flag.png',0,'attachment','image/png',0),(823,14,'2019-07-30 14:30:39','2019-07-30 19:30:39','','south-ossetia-mountain-lake','','inherit','closed','closed','','south-ossetia-mountain-lake','','','2019-07-30 14:30:39','2019-07-30 19:30:39','',762,'https://buzz-caribbean.com/app/uploads/2019/07/south-ossetia-mountain-lake.jpg',0,'attachment','image/jpeg',0),(824,14,'2019-07-30 14:33:40','2019-07-30 19:33:40','','south-ossetia-ksani-fortress','','inherit','closed','closed','','south-ossetia-ksani-fortress','','','2019-07-30 14:33:40','2019-07-30 19:33:40','',762,'https://buzz-caribbean.com/app/uploads/2019/07/south-ossetia-ksani-fortress.jpg',0,'attachment','image/jpeg',0),(825,11,'2019-07-30 14:56:58','2019-07-30 19:56:58','','Cover Photo','','inherit','closed','closed','','cover-photo','','','2019-07-30 14:56:58','2019-07-30 19:56:58','',789,'https://buzz-caribbean.com/app/uploads/2019/07/Cover-Photo.jpg',0,'attachment','image/jpeg',0),(826,14,'2019-07-30 14:57:18','2019-07-30 19:57:18','','lugansk-people-republic-flag','','inherit','closed','closed','','lugansk-people-republic-flag','','','2019-07-30 14:57:18','2019-07-30 19:57:18','',762,'https://buzz-caribbean.com/app/uploads/2019/07/lugansk-people-republic-flag.png',0,'attachment','image/png',0),(827,14,'2019-07-30 14:58:11','2019-07-30 19:58:11','','lugansk-people-republic-map','','inherit','closed','closed','','lugansk-people-republic-map','','','2019-07-30 14:58:11','2019-07-30 19:58:11','',762,'https://buzz-caribbean.com/app/uploads/2019/07/lugansk-people-republic-map.jpg',0,'attachment','image/jpeg',0),(828,23,'2019-07-30 16:00:08','2019-07-30 21:00:08','<!-- wp:paragraph -->\n<p>Pulling off the asphalted terrain of Lady Musgrave Road in Kingston, Jamaica, you are greeted with a pristine European-style paved courtyard, lined with pockets of low-lying shrubs and flowers evenly spaced between palm trees.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This immaculately kept courtyard is your entrance to the AC Kingston Hotel, which lounge area is quickly becoming the Corporate Area’s ‘It spot’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":841} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC-Hotel-Exterior-1024x683.jpg\" alt=\"\" class=\"wp-image-841\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>A cascading waterfall feature sets the tone for the lounge, steeped in contemporary architectural design, which lies just beyond the glass revolving door. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":842} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Pool-1024x683.jpg\" alt=\"\" class=\"wp-image-842\" /><figcaption>Gueests mingling at the outdoor pool at the AC Marriott Kingston</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> It\'s the newest chill spot for Kingston’s elites, who have already spilt a glass or two of Dom Pérignon on the lounge’s floor, which boast sandstone tiles accented by marble detailing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":843} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Busy-Lobby-1024x592.jpg\" alt=\"\" class=\"wp-image-843\" /><figcaption>Guests mingling in the lobby of AC Marriott</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br><a aria-label=\" (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/carlton-brown-continues-to-make-strides-in-fashion/\" target=\"_blank\" rel=\"noreferrer noopener\">Carltons </a>have rubbed against <a aria-label=\" (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/carlton-brown-continues-to-make-strides-in-fashion/\" target=\"_blank\" rel=\"noreferrer noopener\">Carltons</a> and many <a aria-label=\" (opens in a new tab)\" href=\"https://www.instagram.com/bridgetsandalsja/?hl=en\" target=\"_blank\" rel=\"noreferrer noopener\">Bridgets</a> have trodden the path to the centrepiece — a barista-style bar where many of the island’s bigwigs have already been spotted sampling a variety of alcoholic beverages, among other speciality drinks served-up by the well-clad and polite staff.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":844} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Adam-Stewart-Sharon-Burke-1024x683.jpg\" alt=\"\" class=\"wp-image-844\" /><figcaption>Adam Stewart, Deputy Chairman, of the Sandals/ATL Group chatting with Sharon Burke, CEO of Solid Agency</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>Just beyond the bar, there is a deck complete with a pool and another bar. While AC lounge is definitely the place to get seen, it also has smaller more intimate lounge spaces intertwined with the main lounge, as well as spaces to get some office work done while waiting for others to arrive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":846} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC-Pool-1024x682.jpg\" alt=\"\" class=\"wp-image-846\" /><figcaption>Fluorescent effect on the outdoor pool at night</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> AC lounge oozes glamour and sophistication that is Instagram-worthy but it also has a spiritedness made possible by the thoughtful Jamaican touches displayed throughout the space.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":848} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-1-1024x683.jpg\" alt=\"\" class=\"wp-image-848\" /><figcaption>Captivating  art piece curated by Susan Fredericks at the AC Marriott Kingston</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The bold local art pieces are delicately placed throughout, striking a delicate balance making AC hotel high-end but also accessible. It is a hint of authenticity that could reap financial rewards as global trends show modern tourists are motivated by a localized travel experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See gallery below with stunning art pieces curated by Susan Fredericks at the AC Marriott Kingston.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[851,852,853,854,865]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-2-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"851\" data-link=\"https://buzz-caribbean.com/?attachment_id=851\" class=\"wp-image-851\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-3-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"852\" data-link=\"https://buzz-caribbean.com/?attachment_id=852\" class=\"wp-image-852\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-4-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"853\" data-link=\"https://buzz-caribbean.com/?attachment_id=853\" class=\"wp-image-853\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-5-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"854\" data-link=\"https://buzz-caribbean.com/?attachment_id=854\" class=\"wp-image-854\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-6-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"865\" data-link=\"https://buzz-caribbean.com/?attachment_id=865\" class=\"wp-image-865\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Story written by Denieca-Alexia Daniels </em></strong></p>\n<!-- /wp:paragraph -->','AC Marriott: Next-Gen Hotel Swag in Jamaica\'s Capital','','publish','closed','closed','','ac-marriott-next-gen-hotel-swag-in-jamaicas-capital','','','2019-08-15 20:30:33','2019-08-16 01:30:33','',0,'https://buzz-caribbean.com/?p=828',0,'post','',0),(829,14,'2019-07-30 15:04:30','2019-07-30 20:04:30','','sahrawi-republic-flag','','inherit','closed','closed','','sahrawi-republic-flag','','','2019-07-30 15:04:30','2019-07-30 20:04:30','',762,'https://buzz-caribbean.com/app/uploads/2019/07/sahrawi-republic-flag.png',0,'attachment','image/png',0),(830,14,'2019-07-30 15:06:07','2019-07-30 20:06:07','','western-sahara-conflict-map','','inherit','closed','closed','','western-sahara-conflict-map','','','2019-07-30 15:06:07','2019-07-30 20:06:07','',762,'https://buzz-caribbean.com/app/uploads/2019/07/western-sahara-conflict-map.jpg',0,'attachment','image/jpeg',0),(831,11,'2019-07-30 15:12:36','2019-07-30 20:12:36','<!-- wp:paragraph -->\n<p>Pulling off the asphalted terrain of Lady Musgrave Road in Kingston, Jamaica, you are greeted with a pristine European-style paved courtyard, lined with pockets of low-lying shrubs and flowers evenly spaced between palm trees.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> This immaculately kept courtyard is your entrance to the AC Kingston Hotel, which lounge area is quickly becoming the Corporate Area’s ‘It spot’.<br> A cascading waterfall feature sets the tone for the lounge, steeped in contemporary architectural design, which lies just beyond the glass revolving door. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> It\'s the newest chill spot for Kingston’s elites, who have already spilt a glass or two of Dom Pérignon on the lounge’s floor, which boast sandstone tiles accented by marble detailing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><a href=\"https://www.instagram.com/carltontttbrown/?hl=en\">Carltons </a>have rubbed against <a href=\"https://www.instagram.com/carltontttbrown/?hl=en\">Carltons</a> and many <a href=\"http://Pulling off the asphalted terrain of Lady Musgrave Road, you are greeted with a pristine European-style paved courtyard, lined with pockets of low-lying shrubs and flowers evenly spaced between palm trees. This immaculately kept courtyard is your entrance to the AC Kingston Hotel, which lounge area is quickly becoming the Corporate Area’s ‘It spot’. A cascading waterfall feature sets the tone for the lounge, steeped in contemporary architectural design, which lies just beyond the glass revolving door.  It\'s the newest chill spot for Kingston’s elites, who have already spilt a glass or two of Dom Pérignon on the lounge’s floor, which boast sandstone tiles accented by marble detailing. Carltons have rubbed against Carltons and many Bridgets have trodden the path to the centrepiece — a barista-style bar where many of the island’s bigwigs have already been spotted sampling a variety of alcoholic beverages, among other speciality drinks served-up by the well-clad and polite staff. Just beyond the bar, there is a deck complete with a pool and another bar. While AC lounge is definitely the place to get seen, it also has smaller more intimate lounge spaces intertwined with the main lounge, as well as spaces to get some office work done while waiting for others to arrive. AC lounge oozes glamour and sophistication that is Instagram-worthy but it also has a spiritedness made possible by the thoughtful Jamaican touches displayed throughout the space. The bold local art pieces are delicately placed throughout, striking a delicate balance making AC hotel high-end but also accessible. It is a hint of authenticity that could reap financial rewards as global trends show modern tourists are motivated by a localized travel experience.\">Bridgets</a> have trodden the path to the centrepiece — a barista-style bar where many of the island’s bigwigs have already been spotted sampling a variety of alcoholic beverages, among other speciality drinks served-up by the well-clad and polite staff.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>Just beyond the bar, there is a deck complete with a pool and another bar. While AC lounge is definitely the place to get seen, it also has smaller more intimate lounge spaces intertwined with the main lounge, as well as spaces to get some office work done while waiting for others to arrive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> AC lounge oozes glamour and sophistication that is Instagram-worthy but it also has a spiritedness made possible by the thoughtful Jamaican touches displayed throughout the space.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>The bold local art pieces are delicately placed throughout, striking a delicate balance making AC hotel high-end but also accessible. It is a hint of authenticity that could reap financial rewards as global trends show modern tourists are motivated by a localized travel experience.</p>\n<!-- /wp:paragraph -->','AC Marriott: Next-Gen Hotel Swag in Jamaica\'s Capital','','inherit','closed','closed','','828-revision-v1','','','2019-07-30 15:12:36','2019-07-30 20:12:36','',828,'https://buzz-caribbean.com/article/828-revision-v1/',0,'revision','',0),(832,23,'2019-08-14 15:37:12','2019-08-14 20:37:12','<!-- wp:image {\"id\":3236} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lauren-o-lauren-1024x839.jpg\" alt=\"\" class=\"wp-image-3236\" /><figcaption> Lauren O Lauren says she is a digital content creator.  (Photo: Instagram @laurenolauren)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For Lauren O Lauren, personal brand\nbuilding is a strategic tool that she uses in her day-to-day engagements with\nher audience and corporate entities, as she tries to tell stories that reflect\na persona that is compelling and authentic. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaica-born social and digital expert has been working in the digital media space for more than a decade, and she now holds a post at US-based Bumble, one of the largest tech agencies in the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bw2aujThfW_/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bw2aujThfW_/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Back when she was in Jamaica, the social butterfly, whose real name is Lauren Dunn, started the <strong>Lauren O Lauren</strong> <strong>Show</strong>. It began on Facebook before finding its way on to Jamaican cable station Flow 100. On the show, she would use her candid personality to speak on personal issues that were affecting her as a female. At the time, she said she didn’t know that she was building her personal brand. Although the brand was initially seen as being vulgar and loud, she was able to gain a following because of her sincerity and authenticity. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And while she believes she might influence persons, Lauren does not view herself as an influencer. Instead, she believes she is a digital content creator.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Andre Cooper </em></strong></p>\n<!-- /wp:paragraph -->','Lauren O Lauren is more than an influencer','','publish','closed','closed','','lauren-o-lauren-is-more-than-an-influencer','','','2019-08-15 12:32:38','2019-08-15 17:32:38','',0,'https://buzz-caribbean.com/?p=832',0,'post','',0),(833,9,'2019-07-30 15:20:45','2019-07-30 20:20:45','','IMG-20190719-WA0002','','inherit','closed','closed','','img-20190719-wa0002','','','2019-07-30 15:20:45','2019-07-30 20:20:45','',832,'https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190719-WA0002.jpg',0,'attachment','image/jpeg',0),(835,14,'2019-07-30 15:25:41','2019-07-30 20:25:41','','polisario-morocco-palace','','inherit','closed','closed','','polisario-morocco-palace','','','2019-07-30 15:25:41','2019-07-30 20:25:41','',762,'https://buzz-caribbean.com/app/uploads/2019/07/polisario-morocco-palace.jpg',0,'attachment','image/jpeg',0),(836,9,'2019-07-30 15:27:16','2019-07-30 20:27:16','<!-- wp:paragraph -->\n<p>For Lauren O Lauren, personal brand\nbuilding is a strategic tool that she uses in her day-to-day engagements with\nher audience and corporate entities, as she tries to tell stories that reflect\na persona that is compelling and authentic. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>TheJamaica-born social and digital expert has been working in the digital media space for more than a decade, and she now holds a post at one of the largest tech agencies in the world called <strong>Bumble</strong>, which is based in the United States.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":833} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190719-WA0002-1024x1013.jpg\" alt=\"\" class=\"wp-image-833\" /><figcaption>Lauren O Lauren says she is a digital content creator. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Back when she was in Jamaica, the social butterfly, whose real name is Lauren Dunn, started the <strong>Lauren O Lauren</strong> <strong>Show</strong>. It began on Facebook before finding its way on to Jamaican cable station Flow 100. On the show, she would use her candour personality to speak on personal issues that were affecting her as a female. At the time, she said she didn’t know that she was building her personal brand. Although the brand was initially seen as being vulgar and loud, she was able to gain a following because of her sincerity and authenticity. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And while she believes she might influence\npersons, Lauren does not view herself as an influencer. Instead, she believes\nshe is a digital content creator. </p>\n<!-- /wp:paragraph -->','Lauren O Lauren is more than an influencer','','inherit','closed','closed','','832-revision-v1','','','2019-07-30 15:27:16','2019-07-30 20:27:16','',832,'https://buzz-caribbean.com/article/832-revision-v1/',0,'revision','',0),(838,14,'2019-07-30 15:30:34','2019-07-30 20:30:34','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the year 1920, the League of Nations officially\nrecognized sovereignty for 86 countries across the world – nearly 100 years\nlater, and that number has swelled to 195 internationally recognized states.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Over the course of the last century, several groups and factions have revolted against their respective governments to declare a region “independent” and just like their ancestors before them, territorial disputes rage on across the globe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Countries below, highlighted in red, are currently caught up in territorial dispute</em>s</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":779} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/territorial-disputes-all-countries-1024x563.jpg\" alt=\"\" class=\"wp-image-779\" /><figcaption>A global map of all countries (in red) currently involved in territorial disputes (Photo contributed, Brilliant Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You may have seen the new name of a country pop up on your atlas\nor Google search and wondered to yourself, “When did that happen?”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The United Nations (UN) recognizes 195 sovereign countries,\n193 of which are members, and two – the Holy See and the State of Palestine –\nbeing simply observer states.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But depending on whom you ask, by some definitions, there\nare 197 countries in the world – a number drawn when Taiwan and Kosovo are\nincluded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Buzz Jamaica</em></strong> presents eight countries you probably didn’t know existed*:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Abkhazia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":769} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/abkhazia-flag-1024x576.jpg\" alt=\"\" class=\"wp-image-769\" /><figcaption>Flag of Abkhazia (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>1.    Abkhazia is a de facto and partially recognized republic on the eastern coast of the Black Sea, south of the Greater Caucasus mountains, in what is widely recognized as part of northwestern Georgia. The country, at 8,660 square kilometres, is nearly 80% of Jamaica’s size in comparison.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":771} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/abkhazia-on-world-map-1024x606.png\" alt=\"\" class=\"wp-image-771\" /><figcaption>The disputed areas of Abkhazia (left) and South Ossetia (centre) highlighted in lavender and orange stripes respectively (Photo contributed, Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The unitary, semi-presidential republic – a sore point in Georgia-Russia relations after the dissolution of the Soviet Union – is contentiously recognised as a state by Russia, Venezuela, Nicaragua, Nauru, and Syria. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":774} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/krubera-cave-abkhazia-demo.jpg\" alt=\"\" class=\"wp-image-774\" /><figcaption>The Krubera Caves in Gagra, Abkhazia is the deepest in the world and a popular tourist attraction. (Photo contributed, Fodors.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While Georgia lacks control over Abkhazia, the Georgian\ngovernment and most United Nations member states consider Abkhazia legally part\nof Georgia as of 2008, with Georgian constitution designating the area as the\nAutonomous Republic of Abkhazia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Kosovo</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":775} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/kosovo-flag-1024x683.png\" alt=\"\" class=\"wp-image-775\" /><figcaption>Kosovo flag (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>2.&nbsp;&nbsp; &nbsp;Kosovo is another European ‘country’, which\ndeclared its independence from Serbia in 2008. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Roughly the size of Jamaica at 10,908 square kilometers,\nKosovo is landlocked and located in the center of the Balkan Peninsula in\nsoutheast Europe. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":777} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/kosovo-map-1024x576.jpg\" alt=\"\" class=\"wp-image-777\" /><figcaption>Map of Kosovo and the other Balkan states (Photo contributed, Frontiers of Freedom)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It has since gained diplomatic recognition as a sovereign\nstate by 102 United Nations member states. Serbia, the country contesting\nKosovo’s sovereignty has accepted its institutions and elected officials but\ncontinues to claim it as the Autonomous Province of Kosovo and Metohija.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":784} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/prishtina-city-center.jpg\" alt=\"\" class=\"wp-image-784\" /><figcaption>Prishtina, the capital of Kosovo in its glory (Photo contributed, AdventurousTours.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Transnistria</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":786} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/transnistria-flag-1024x512.png\" alt=\"\" class=\"wp-image-786\" /><figcaption>Flag of Transnistria (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>3.&nbsp;&nbsp;&nbsp; Clocking in at\nabout 40 percent of Jamaica’s total area, Transnistria is a primarily\nunrecognised state that split from Moldova after the collapse of the Soviet\nUnion.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":790} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/transnistria-map.jpg\" alt=\"\" class=\"wp-image-790\" /><figcaption>Map of Transnistria and now resolved disputed territory Gagauzia (Photo contributed, Euromaidan Press)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The territory mostly sits on a narrow strip of land between\nthe river Dniester and Ukraine – being only recognised only by Abkhazia,\nArtsakh, and South Ossetia. The region is considered by the UN and its member\nstates to be part of Moldova.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":791} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bender-fortress-transnistria-1024x615.jpg\" alt=\"\" class=\"wp-image-791\" /><figcaption>The Tighina Fotress in Bender, Transnistria\'s second-largest city (Photo contributed, Connor Clyne, TsarExperience.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Somaliland</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":792} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/somaliland-flag-1024x512.png\" alt=\"\" class=\"wp-image-792\" /><figcaption>Flag of Somaliland (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>4.    The republic of Somaliland is a self-declared state located in what is internationally recognised as northwest Somalia. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Its officials claimed the territory as an independent\ncountry in 1991 and the state reportedly spans parts of the borders with\nEthiopia, Djibouti and claimants Somalia to the east. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":796} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/somaliland-map-1024x576.jpg\" alt=\"\" class=\"wp-image-796\" /><figcaption>Map showing Somaliland and its neighbours (Photo contributed, The New Arab)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With an area of 176,120 square kilometres, Somaliland\'s\nself-proclaimed independence remains unrecognised by any country or\ninternational organisation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":797} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/laas-geel-rock-cave-paintings.jpg\" alt=\"\" class=\"wp-image-797\" /><figcaption>The world-famous Laas Geel caves and its intricate rock paintings are a must-see for tourists (Photo contributed, Theodore Hoffsten, Wikipedia Commons)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Artsakh</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":798} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/artsakh-1024x512.png\" alt=\"\" class=\"wp-image-798\" /><figcaption>Flag of Artsahk (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>5.&nbsp;&nbsp;&nbsp; Just larger than\nJamaica, Artsakh is a breakaway state in the South Caucasus that is\ninternationally recognized as part of Azerbaijan. The area has been under a\nperpetual ceasefire since 1994 and was a hotly contested territory from the\nearly 1920s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":799} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/artsakh-sights-1024x682.jpg\" alt=\"\" class=\"wp-image-799\" /><figcaption>The grandiose statues, \'We are Mountains\'. Called Tatik Papik by locals, these structures are a tourist magnet. (Photo contributed, Pinterest)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Republic of Artsakh is neither a member nor observer of\nthe UN or any of its specialized agencies – and is only recognized as a state\nby fellow disputed territories Transnistria, Abkhazia and South Ossetia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":800} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/artsakh-waterfall-1024x681.jpg\" alt=\"\" class=\"wp-image-800\" /><figcaption>The famed \'Umbrella\' or Zontik waterfall in Muxtar, Artsakh (Photo contributed, Pinterest)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>South Ossetia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>6. Georgia makes claim to another disputed territory on our list, after South Ossetia declared itself independent in 1990.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":822} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/south-ossetia-flag-1024x512.png\" alt=\"\" class=\"wp-image-822\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Also called the state of Alania, South Ossetia is a disputed\nterritory in the South Caucasus, in what is internationally recognised as\nnorthern Georgian territory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":823} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/south-ossetia-mountain-lake.jpg\" alt=\"\" class=\"wp-image-823\" /><figcaption>The beautiful mountain lake of Kelistba.   Fed by the Xanthi river, Lake Kelistba is 2925 meters high on a plateau in the Caucasus mountains. (Photo contributed, TravelTourismBlog.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At 35 percent the size of Jamaica, South Ossetia is only\nrecoginsed as fully independent and autonomous by Russia, Nauru, Venezuela and\nNicaragua.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":824} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/south-ossetia-ksani-fortress.jpg\" alt=\"\" class=\"wp-image-824\" /><figcaption>The perfectly preserved Ksani fortress in South Ossetia, one of the country\'s many historical monuments. (Photo contributed, TravelTourismBlog.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Luhansk People\'s Republic (LPR)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":826} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/lugansk-people-republic-flag-1024x683.png\" alt=\"\" class=\"wp-image-826\" /><figcaption>Flag of the  Luhansk People\'s Republic (LPR), (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>7.&nbsp;&nbsp;&nbsp; The Luhansk\nPeople\'s Republic (LPR) is a landlocked quasi-state in what is internationally\nrecognized as part of eastern Ukraine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The LPR declared its independence in the aftermath of the\n2014 revolution that swept Ukraine, and is the stage of an armed conflict which\nrages on as at April 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":827} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/lugansk-people-republic-map.jpg\" alt=\"\" class=\"wp-image-827\" /><figcaption>Map of Ukraine highlighting its territorial disputes with Russia (Photo contributed, Nationalia.info) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>No country or member state of the UN has recoginsed the\nLPR’s sovereignty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Sahrawi Republic </h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":829} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/sahrawi-republic-flag-1024x512.png\" alt=\"\" class=\"wp-image-829\" /><figcaption>Flag of the Sahrawi Arab Democratic Republic (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>8.&nbsp;&nbsp;&nbsp; The Sahrawi\nRepublic, the 83rd largest country in the world, is a partially recognized\nstate that claims the non-self-governing territory of Western Sahara. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interestingly enough, the Sahrawi Republic controls only the\neasternmost one-fifth of that territory, along the border with Mauritania. The\nSahrawi Republic was proclaimed independent in 1976, but its government\ncontrols about 20–25% of the territory it claims.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":830} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/western-sahara-conflict-map-1024x768.jpg\" alt=\"\" class=\"wp-image-830\" /><figcaption>Map of Western Sahara, showing areas of Morrocan control (in blue) and the territory being controlled by the Sahrawi Republic (in green) (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Sahrawi Republic maintains close diplomatic relations with 40 UN states and is a full member of the African Union (AU). The majority of the disputed lands of Western Sahara are governed in full or partly by Morocco in what is described as a ‘buffer zone’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":835} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/polisario-morocco-palace.jpg\" alt=\"\" class=\"wp-image-835\" /><figcaption>The Polisario Morrocan Palace in Western Sahara, the territory being disputed by the Sahrawi Republic (Photo contributed, AllThatsInteresting.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>*(The term “existed” is used in this article in reference to countries that are not popularly known. We also acknowledge that these areas are heavily disputed, and not recognized by the international community, outside of supporting countries/territories.)</em></p>\n<!-- /wp:paragraph -->','Eight places in the world you never knew existed','','inherit','closed','closed','','762-revision-v1','','','2019-07-30 15:30:34','2019-07-30 20:30:34','',762,'https://buzz-caribbean.com/article/762-revision-v1/',0,'revision','',0),(840,9,'2019-07-30 15:37:12','2019-07-30 20:37:12','<!-- wp:paragraph -->\n<p>For Lauren O Lauren, personal brand\nbuilding is a strategic tool that she uses in her day-to-day engagements with\nher audience and corporate entities, as she tries to tell stories that reflect\na persona that is compelling and authentic. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":833} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190719-WA0002-1024x1013.jpg\" alt=\"\" class=\"wp-image-833\" /><figcaption>Lauren O Lauren says she is a digital content creator. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>TheJamaica-born social and digital expert has been working in the digital media space for more than a decade, and she now holds a post at one of the largest tech agencies in the world called <strong>Bumble</strong>, which is based in the United States.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bw2aujThfW_/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bw2aujThfW_/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Back when she was in Jamaica, the social butterfly, whose real name is Lauren Dunn, started the <strong>Lauren O Lauren</strong> <strong>Show</strong>. It began on Facebook before finding its way on to Jamaican cable station Flow 100. On the show, she would use her candour personality to speak on personal issues that were affecting her as a female. At the time, she said she didn’t know that she was building her personal brand. Although the brand was initially seen as being vulgar and loud, she was able to gain a following because of her sincerity and authenticity. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And while she believes she might influence\npersons, Lauren does not view herself as an influencer. Instead, she believes\nshe is a digital content creator. </p>\n<!-- /wp:paragraph -->','Lauren O Lauren is more than an influencer','','inherit','closed','closed','','832-revision-v1','','','2019-07-30 15:37:12','2019-07-30 20:37:12','',832,'https://buzz-caribbean.com/article/832-revision-v1/',0,'revision','',0),(841,11,'2019-07-30 15:37:51','2019-07-30 20:37:51','','AC-Hotel-Exterior','','inherit','closed','closed','','ac-hotel-exterior','','','2019-07-30 15:37:51','2019-07-30 20:37:51','',828,'https://buzz-caribbean.com/app/uploads/2019/07/AC-Hotel-Exterior.jpg',0,'attachment','image/jpeg',0),(842,11,'2019-07-30 15:38:32','2019-07-30 20:38:32','','Pool','','inherit','closed','closed','','pool','','','2019-07-30 15:38:32','2019-07-30 20:38:32','',828,'https://buzz-caribbean.com/app/uploads/2019/07/Pool.jpg',0,'attachment','image/jpeg',0),(843,11,'2019-07-30 15:39:02','2019-07-30 20:39:02','','Busy-Lobby','','inherit','closed','closed','','busy-lobby','','','2019-07-30 15:39:02','2019-07-30 20:39:02','',828,'https://buzz-caribbean.com/app/uploads/2019/07/Busy-Lobby.jpg',0,'attachment','image/jpeg',0),(844,11,'2019-07-30 15:43:00','2019-07-30 20:43:00','','Adam-Stewart-Sharon-Burke','','inherit','closed','closed','','adam-stewart-sharon-burke','','','2019-07-30 15:43:00','2019-07-30 20:43:00','',828,'https://buzz-caribbean.com/app/uploads/2019/07/Adam-Stewart-Sharon-Burke.jpg',0,'attachment','image/jpeg',0),(846,11,'2019-07-30 15:45:16','2019-07-30 20:45:16','','AC Pool','','inherit','closed','closed','','ac-pool','','','2019-07-30 15:45:16','2019-07-30 20:45:16','',828,'https://buzz-caribbean.com/app/uploads/2019/07/AC-Pool.jpg',0,'attachment','image/jpeg',0),(847,1,'2019-07-30 15:46:37','2019-07-30 20:46:37','','13','','inherit','closed','closed','','13','','','2019-07-30 15:46:37','2019-07-30 20:46:37','',0,'https://buzz-caribbean.com/app/uploads/2019/07/13.mp4',0,'attachment','video/mp4',0),(848,11,'2019-07-30 15:47:26','2019-07-30 20:47:26','','Art-1','','inherit','closed','closed','','art-1','','','2019-07-30 15:47:26','2019-07-30 20:47:26','',828,'https://buzz-caribbean.com/app/uploads/2019/07/Art-1.jpg',0,'attachment','image/jpeg',0),(851,11,'2019-07-30 15:55:05','2019-07-30 20:55:05','','Art-2-AC-Marriott','','inherit','closed','closed','','art-2-ac-marriott','','','2019-07-30 15:55:05','2019-07-30 20:55:05','',828,'https://buzz-caribbean.com/app/uploads/2019/07/Art-2-AC-Marriott.jpg',0,'attachment','image/jpeg',0),(852,11,'2019-07-30 15:55:07','2019-07-30 20:55:07','','Art-3-AC-Marriott','','inherit','closed','closed','','art-3-ac-marriott','','','2019-07-30 15:55:07','2019-07-30 20:55:07','',828,'https://buzz-caribbean.com/app/uploads/2019/07/Art-3-AC-Marriott.jpg',0,'attachment','image/jpeg',0),(853,11,'2019-07-30 15:55:09','2019-07-30 20:55:09','','Art-4-AC-Marriott','','inherit','closed','closed','','art-4-ac-marriott','','','2019-07-30 15:55:09','2019-07-30 20:55:09','',828,'https://buzz-caribbean.com/app/uploads/2019/07/Art-4-AC-Marriott.jpg',0,'attachment','image/jpeg',0),(854,11,'2019-07-30 15:55:11','2019-07-30 20:55:11','','Art-5-AC-Marriott','','inherit','closed','closed','','art-5-ac-marriott','','','2019-07-30 15:55:11','2019-07-30 20:55:11','',828,'https://buzz-caribbean.com/app/uploads/2019/07/Art-5-AC-Marriott.jpg',0,'attachment','image/jpeg',0),(855,4,'2019-07-30 16:35:53','2019-07-30 21:35:53','<!-- wp:paragraph -->\n<p>Dwayne Johnson wants Idris Elba to take over as James Bond when Daniel Craig steps down as the spy after his appearance in <strong>Bond 25</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dwayne Johnson thinks Idris Elba would be a \"great\" James Bond.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":856} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Idris-Elba-.jpeg\" alt=\"\" class=\"wp-image-856\" /><figcaption>Idris Elba </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 47-year-old actor is backing his \'Hobbs &amp; Shaw\' co-star to take over from Daniel Craig in the iconic role. He admitted they spent time discussing the speculation during breaks in filming the <strong>Fast and the Furious</strong> spin-off.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to US TV show <strong>Extra</strong>, he said: \"I love that idea. We had joked and talked about that on set. I think he would make a great Bond.\"</p>\n<!-- /wp:paragraph -->','Dwayne Johnson backing Idris Elba for Bond','','publish','closed','closed','','dwayne-johnson-backing-idris-elba-for-bond','','','2019-08-01 15:24:28','2019-08-01 20:24:28','',0,'https://buzz-caribbean.com/?p=855',0,'post','',0),(856,4,'2019-07-30 15:57:07','2019-07-30 20:57:07','','Idris-Elba-','','inherit','closed','closed','','idris-elba','','','2019-07-30 15:57:07','2019-07-30 20:57:07','',855,'https://buzz-caribbean.com/app/uploads/2019/07/Idris-Elba-.jpeg',0,'attachment','image/jpeg',0),(857,11,'2019-07-30 16:00:08','2019-07-30 21:00:08','<!-- wp:paragraph -->\n<p>Pulling off the asphalted terrain of Lady Musgrave Road in Kingston, Jamaica, you are greeted with a pristine European-style paved courtyard, lined with pockets of low-lying shrubs and flowers evenly spaced between palm trees.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This immaculately kept courtyard is your entrance to the AC Kingston Hotel, which lounge area is quickly becoming the Corporate Area’s ‘It spot’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":841} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC-Hotel-Exterior-1024x683.jpg\" alt=\"\" class=\"wp-image-841\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>A cascading waterfall feature sets the tone for the lounge, steeped in contemporary architectural design, which lies just beyond the glass revolving door. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":842} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Pool-1024x683.jpg\" alt=\"\" class=\"wp-image-842\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> It\'s the newest chill spot for Kingston’s elites, who have already spilt a glass or two of Dom Pérignon on the lounge’s floor, which boast sandstone tiles accented by marble detailing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":843} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Busy-Lobby-1024x592.jpg\" alt=\"\" class=\"wp-image-843\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br><a href=\"https://www.instagram.com/carltontttbrown/?hl=en\">Carltons </a>have rubbed against <a href=\"https://www.instagram.com/carltontttbrown/?hl=en\">Carltons</a> and many <a href=\"https://www.instagram.com/bridgetsandalsja/?hl=en\">Bridgets</a> have trodden the path to the centrepiece — a barista-style bar where many of the island’s bigwigs have already been spotted sampling a variety of alcoholic beverages, among other speciality drinks served-up by the well-clad and polite staff.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":844} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Adam-Stewart-Sharon-Burke-1024x683.jpg\" alt=\"\" class=\"wp-image-844\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>Just beyond the bar, there is a deck complete with a pool and another bar. While AC lounge is definitely the place to get seen, it also has smaller more intimate lounge spaces intertwined with the main lounge, as well as spaces to get some office work done while waiting for others to arrive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":846} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC-Pool-1024x682.jpg\" alt=\"\" class=\"wp-image-846\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> AC lounge oozes glamour and sophistication that is Instagram-worthy but it also has a spiritedness made possible by the thoughtful Jamaican touches displayed throughout the space.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":848} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-1-1024x683.jpg\" alt=\"\" class=\"wp-image-848\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>The bold local art pieces are delicately placed throughout, striking a delicate balance making AC hotel high-end but also accessible. It is a hint of authenticity that could reap financial rewards as global trends show modern tourists are motivated by a localized travel experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[851,852,853,854]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-2-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"851\" data-link=\"https://buzz-caribbean.com/?attachment_id=851\" class=\"wp-image-851\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-3-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"852\" data-link=\"https://buzz-caribbean.com/?attachment_id=852\" class=\"wp-image-852\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-4-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"853\" data-link=\"https://buzz-caribbean.com/?attachment_id=853\" class=\"wp-image-853\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-5-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"854\" data-link=\"https://buzz-caribbean.com/?attachment_id=854\" class=\"wp-image-854\" /></figure></li></ul>\n<!-- /wp:gallery -->','AC Marriott: Next-Gen Hotel Swag in Jamaica\'s Capital','','inherit','closed','closed','','828-revision-v1','','','2019-07-30 16:00:08','2019-07-30 21:00:08','',828,'https://buzz-caribbean.com/article/828-revision-v1/',0,'revision','',0),(861,0,'2019-08-08 15:47:50','2019-08-08 20:47:50','','Jamaica Family Fest','','publish','closed','closed','','jamaica-family-fest','','','2019-08-15 10:55:34','2019-08-15 15:55:34','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=861',0,'out','',0),(865,11,'2019-07-30 16:09:13','2019-07-30 21:09:13','','Art 6 AC Marriott','','inherit','closed','closed','','art-6-ac-marriott','','','2019-07-30 16:09:13','2019-07-30 21:09:13','',828,'https://buzz-caribbean.com/app/uploads/2019/07/Art-6-AC-Marriott.jpg',0,'attachment','image/jpeg',0),(866,11,'2019-07-30 16:09:29','2019-07-30 21:09:29','<!-- wp:paragraph -->\n<p>Pulling off the asphalted terrain of Lady Musgrave Road in Kingston, Jamaica, you are greeted with a pristine European-style paved courtyard, lined with pockets of low-lying shrubs and flowers evenly spaced between palm trees.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This immaculately kept courtyard is your entrance to the AC Kingston Hotel, which lounge area is quickly becoming the Corporate Area’s ‘It spot’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":841} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC-Hotel-Exterior-1024x683.jpg\" alt=\"\" class=\"wp-image-841\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>A cascading waterfall feature sets the tone for the lounge, steeped in contemporary architectural design, which lies just beyond the glass revolving door. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":842} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Pool-1024x683.jpg\" alt=\"\" class=\"wp-image-842\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> It\'s the newest chill spot for Kingston’s elites, who have already spilt a glass or two of Dom Pérignon on the lounge’s floor, which boast sandstone tiles accented by marble detailing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":843} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Busy-Lobby-1024x592.jpg\" alt=\"\" class=\"wp-image-843\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br><a href=\"https://www.instagram.com/carltontttbrown/?hl=en\">Carltons </a>have rubbed against <a href=\"https://www.instagram.com/carltontttbrown/?hl=en\">Carltons</a> and many <a href=\"https://www.instagram.com/bridgetsandalsja/?hl=en\">Bridgets</a> have trodden the path to the centrepiece — a barista-style bar where many of the island’s bigwigs have already been spotted sampling a variety of alcoholic beverages, among other speciality drinks served-up by the well-clad and polite staff.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":844} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Adam-Stewart-Sharon-Burke-1024x683.jpg\" alt=\"\" class=\"wp-image-844\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>Just beyond the bar, there is a deck complete with a pool and another bar. While AC lounge is definitely the place to get seen, it also has smaller more intimate lounge spaces intertwined with the main lounge, as well as spaces to get some office work done while waiting for others to arrive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":846} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC-Pool-1024x682.jpg\" alt=\"\" class=\"wp-image-846\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> AC lounge oozes glamour and sophistication that is Instagram-worthy but it also has a spiritedness made possible by the thoughtful Jamaican touches displayed throughout the space.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":848} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-1-1024x683.jpg\" alt=\"\" class=\"wp-image-848\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>The bold local art pieces are delicately placed throughout, striking a delicate balance making AC hotel high-end but also accessible. It is a hint of authenticity that could reap financial rewards as global trends show modern tourists are motivated by a localized travel experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[851,852,853,854,865]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-2-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"851\" data-link=\"https://buzz-caribbean.com/?attachment_id=851\" class=\"wp-image-851\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-3-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"852\" data-link=\"https://buzz-caribbean.com/?attachment_id=852\" class=\"wp-image-852\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-4-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"853\" data-link=\"https://buzz-caribbean.com/?attachment_id=853\" class=\"wp-image-853\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-5-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"854\" data-link=\"https://buzz-caribbean.com/?attachment_id=854\" class=\"wp-image-854\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-6-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"865\" data-link=\"https://buzz-caribbean.com/?attachment_id=865\" class=\"wp-image-865\" /></figure></li></ul>\n<!-- /wp:gallery -->','AC Marriott: Next-Gen Hotel Swag in Jamaica\'s Capital','','inherit','closed','closed','','828-revision-v1','','','2019-07-30 16:09:29','2019-07-30 21:09:29','',828,'https://buzz-caribbean.com/article/828-revision-v1/',0,'revision','',0),(867,23,'2019-08-14 16:46:07','2019-08-14 21:46:07','<!-- wp:paragraph -->\n<p>Besides being recognized as one of the most beautiful Caribbean islands in the world and being built on a great variety of personalities, Jamaica is also recognized for its ability to produce multifaceted creative beings who are capable of navigating multiple roles simultaneously. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ryan Gardner, 32, who is known as Rush is one such prime example. He operates in the capacity of an entrepreneur - owner of online clothing store <strong><em>PiecesByRush</em></strong> - and as a representative at the Jamaica National (JN) bank.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BwUt71cBaOT/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BwUt71cBaOT/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>Gardner has always had an innate and genuine drive for fashion</em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Back in 2015, after tabling possible ways of generating a second income while ensuring that this new venture conflates with something that he naturally loves, he says it dawned on him to capitalize on his passion by operating his own online clothing store branded as<strong> PiecesByRush</strong>.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-6-819x1024.jpg\" alt=\"\" class=\"wp-image-873\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Despite the rise in more and more Jamaicans moving towards owning their own online clothing boutique, that did not deter the Styling Consultant and lover of fashion to chase his dreams. Instead, he was willing to take a leap of faith.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":874} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-3-1024x1024.jpg\" alt=\"\" class=\"wp-image-874\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Gardner boldly explains that love for fashion is hereditary in his family; he could not escape his destiny. His mother was known for her outrageous attires along with other members of his family, from whom he drew creative ideas and morphed into his own unique and authentic style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":875} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-8-1024x1024.jpg\" alt=\"\" class=\"wp-image-875\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The four-year-old clothing business has been making its way seeing the bodies of media and TV personality Terri Karelle Reid, Miss Kitty and other well-known Jamaican personalities. <strong><em>PiecesByRush</em></strong> offers high-quality female clothing that is carefully selected from international brands that are shipped based on their needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":876} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-11-819x1024.jpg\" alt=\"\" class=\"wp-image-876\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Women are more open to creative and new ideas as opposed to some men who limit themselves to a particular style.\"</p><cite>Ryan Gardner</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p> The styling consultant highlights that women are more open to creative and new ideas as opposed to some men who limit themselves to a particular style - primarily owing to the narrative that is crafted by society on how a man should operate and dress. This makes it difficult to cater to males in Jamaica, Gardner shared in an exclusive interview with <strong>Buzz</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":877} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-4-819x1024.jpg\" alt=\"\" class=\"wp-image-877\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The fashion enthusiast also noted that the cost for male clothing is far more costly than those for females, thus making it easier for him to cater to female clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":878} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-2-683x1024.jpg\" alt=\"\" class=\"wp-image-878\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For Gardner, balancing two jobs is like riding a bike. However, he shared that priority and first preference is allocated to his passion and love at all time, <strong><em>PiecesByRush</em></strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[879,880,881]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-1-819x1024.jpg\" alt=\"\" data-id=\"879\" data-link=\"https://buzz-caribbean.com/?attachment_id=879\" class=\"wp-image-879\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-5-819x1024.jpg\" alt=\"\" data-id=\"880\" data-link=\"https://buzz-caribbean.com/?attachment_id=880\" class=\"wp-image-880\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-7-1024x683.jpg\" alt=\"\" data-id=\"881\" data-link=\"https://buzz-caribbean.com/?attachment_id=881\" class=\"wp-image-881\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>He shared that as an entrepreneur and aspiring entrepreneur it is imperative that time is given to one’s personal business to ensure that it grows abundantly, whilst not eschewing the responsibilities of your main job. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His work can be located through the following hashtags   <strong>#bebold</strong> <strong>#bestylish</strong> and <strong>#bedifferent</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Andre Cooper</em></strong> </p>\n<!-- /wp:paragraph -->','PiecesByRush: Young fashion stylist making waves in Jamaica','','publish','open','closed','','piecesbyrush-young-fashion-stylist-making-waves-in-jamaica','','','2019-08-15 14:24:50','2019-08-15 19:24:50','',0,'https://buzz-caribbean.com/?p=867',0,'post','',0),(869,1,'2019-07-30 16:18:04','2019-07-30 21:18:04','','12','','inherit','closed','closed','','12','','','2019-07-30 16:18:04','2019-07-30 21:18:04','',0,'https://buzz-caribbean.com/app/uploads/2019/07/12.mp4',0,'attachment','video/mp4',0),(872,23,'2019-08-14 19:24:58','2019-08-15 00:24:58','<!-- wp:paragraph -->\n<p>Eleven-year-old Alex Powell made motorsport history earlier\nthis year when he became the first Jamaican and Caribbean driver to be signed\nto a Formula 1 team - Mercedes-AMG F1.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, the route to the sport’s top tier was only a\nrecent desire, according to his father, John Powell. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":894} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/MSI_5031-1-1024x614.jpg\" alt=\"\" class=\"wp-image-894\" /><figcaption> Alex (right) poses with his father, John Powell. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“When we went to Europe and they saw the potential in him over there and Mercedes-Benz approached us, that then everything changed after that,” he said, noting that the deal was signed in March 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“When we went to Europe and they saw the potential in him over there and Mercedes-Benz approached us.\" </p><cite>  — Alex\'s father, John Powell </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>While Alex might not follow in his father’s footsteps\non to the gravel and tarmac rally stages of the world, John is more than happy\nwith the direction his son’s motorsport career has taken.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":898} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AlexPowellA.jpg\" alt=\"\" class=\"wp-image-898\" /><figcaption>In March, Alex Powell became part of the Mercedes-AMG F1 team junior driver programme. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I’m extremely happy. It’s been a hell of a ride,” the\nproud father said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For Alex, being part of Formula 1 has been his dream\nsince he began karting in a Trinidadian parking lot at six years old. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My dad pushed me a little bit, but that’s something I\nwanted to do my whole life from the first time I went to a rally to see him\nrace. I loved it from the first time I saw him driving, so I wanted to do that\nwhen I was older,” the preteen said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From there Alex moved on to the rest of the Caribbean,\nthe United States and Italy, racing under the Energy Corse banner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was his success with Energy Corse Racing in Europe that\ngot him the attention of the current Formula 1 champions Mercedes-AMG F1.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":893} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/DSC_0278-1-1024x614.jpg\" alt=\"\" class=\"wp-image-893\" /><figcaption> Alex (left) receiving race advice from his driver coach and race mechanic, Juan Valderrama. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It started from 2017 when the scout and the owner of Energy\nCorse Racing go-kart team saw Alex in Las Vegas. They asked us to come over to\nEurope and do a test in the spring of that year, which we did, and ever since\nthen we’ve stayed with them,” his father said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":901} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/DSC_0071-1-1024x614.jpg\" alt=\"\" class=\"wp-image-901\" /><figcaption>Alex (8) racing against Zidane Madden (777) at a recent Jamaica Karting Association race meet. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As part of the Mercedes-AMG F1 Junior programme, Alex\nshould be able to secure better sponsorship opportunities as he continues to\nrace in go-karts for the next three years. Once done with karts, he will enter\nthe Formula 4 series and accelerate his climb into a Formula 1 seat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I move to Italy in September where I’ll start school in Monza. This will cut back on the travel,” Alex explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','11-year-old Jamaican makes motorsport history','','publish','closed','closed','','11-year-old-jamaican-makes-motorsport-history','','','2019-08-14 22:05:21','2019-08-15 03:05:21','',0,'https://buzz-caribbean.com/?p=872',0,'post','',0),(873,11,'2019-07-30 16:30:39','2019-07-30 21:30:39','','PBR-6','','inherit','closed','closed','','pbr-6','','','2019-07-30 16:30:39','2019-07-30 21:30:39','',867,'https://buzz-caribbean.com/app/uploads/2019/07/PBR-6.jpg',0,'attachment','image/jpeg',0),(874,11,'2019-07-30 16:30:57','2019-07-30 21:30:57','','PBR-3','','inherit','closed','closed','','pbr-3','','','2019-07-30 16:30:57','2019-07-30 21:30:57','',867,'https://buzz-caribbean.com/app/uploads/2019/07/PBR-3.jpg',0,'attachment','image/jpeg',0),(875,11,'2019-07-30 16:31:18','2019-07-30 21:31:18','','PBR-8','','inherit','closed','closed','','pbr-8','','','2019-07-30 16:31:18','2019-07-30 21:31:18','',867,'https://buzz-caribbean.com/app/uploads/2019/07/PBR-8.jpg',0,'attachment','image/jpeg',0),(876,11,'2019-07-30 16:31:33','2019-07-30 21:31:33','','PBR-11','','inherit','closed','closed','','pbr-11','','','2019-07-30 16:31:33','2019-07-30 21:31:33','',867,'https://buzz-caribbean.com/app/uploads/2019/07/PBR-11.jpg',0,'attachment','image/jpeg',0),(877,11,'2019-07-30 16:31:58','2019-07-30 21:31:58','','PBR-4','','inherit','closed','closed','','pbr-4','','','2019-07-30 16:31:58','2019-07-30 21:31:58','',867,'https://buzz-caribbean.com/app/uploads/2019/07/PBR-4.jpg',0,'attachment','image/jpeg',0),(878,11,'2019-07-30 16:33:41','2019-07-30 21:33:41','','PBR-2','','inherit','closed','closed','','pbr-2','','','2019-07-30 16:33:41','2019-07-30 21:33:41','',867,'https://buzz-caribbean.com/app/uploads/2019/07/PBR-2.jpg',0,'attachment','image/jpeg',0),(879,11,'2019-07-30 16:34:33','2019-07-30 21:34:33','','PBR-1','','inherit','closed','closed','','pbr-1','','','2019-07-30 16:34:33','2019-07-30 21:34:33','',867,'https://buzz-caribbean.com/app/uploads/2019/07/PBR-1.jpg',0,'attachment','image/jpeg',0),(880,11,'2019-07-30 16:34:36','2019-07-30 21:34:36','','PBR-5','','inherit','closed','closed','','pbr-5','','','2019-07-30 16:34:36','2019-07-30 21:34:36','',867,'https://buzz-caribbean.com/app/uploads/2019/07/PBR-5.jpg',0,'attachment','image/jpeg',0),(881,11,'2019-07-30 16:34:41','2019-07-30 21:34:41','','PBR-7','','inherit','closed','closed','','pbr-7','','','2019-07-30 16:34:41','2019-07-30 21:34:41','',867,'https://buzz-caribbean.com/app/uploads/2019/07/PBR-7.jpg',0,'attachment','image/jpeg',0),(882,11,'2019-07-30 16:34:45','2019-07-30 21:34:45','','PBR-9','','inherit','closed','closed','','pbr-9','','','2019-07-30 16:34:45','2019-07-30 21:34:45','',867,'https://buzz-caribbean.com/app/uploads/2019/07/PBR-9.jpg',0,'attachment','image/jpeg',0),(883,4,'2019-07-30 16:35:53','2019-07-30 21:35:53','<!-- wp:paragraph -->\n<p>Dwayne Johnson wants Idris Elba to take over as James Bond when Daniel Craig steps down as the spy after his appearance in <strong>Bond 25</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dwayne Johnson thinks Idris Elba would be a \"great\" James Bond.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":856} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Idris-Elba-.jpeg\" alt=\"\" class=\"wp-image-856\" /><figcaption>Idris Elba </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 47-year-old actor is backing his \'Hobbs &amp; Shaw\' co-star to take over from Daniel Craig in the iconic role. He admitted they spent time discussing the speculation during breaks in filming the <strong>Fast and the Furious</strong> spin-off.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to US TV show <strong>Extra</strong>, he said: \"I love that idea. We had joked and talked about that on set. I think he would make a great Bond.\"</p>\n<!-- /wp:paragraph -->','Dwayne Johnson backing Idris Elba for Bond','','inherit','closed','closed','','855-revision-v1','','','2019-07-30 16:35:53','2019-07-30 21:35:53','',855,'https://buzz-caribbean.com/article/855-revision-v1/',0,'revision','',0),(884,11,'2019-07-30 16:40:19','2019-07-30 21:40:19','<!-- wp:paragraph -->\n<p>Besides being recognized as one of the most beautiful Caribbean islands in the world and being built on a great variety of personalities, Jamaica is also recognized for its ability to produce multifaceted creative beings who are capable of navigating multi roles simultaneously. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ryan Gardner,32, who is amicably known as Rush is one such prime example, he operates in the capacity of an entrepreneur - owner of online clothing store <strong><em>PiecesByRush</em></strong> - and as a representative at the Jamaica National (JN) bank.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BwUt71cBaOT/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BwUt71cBaOT/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>Gardner has always had an innate and genuine drive for fashion, particularly for styling women. </em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><br>Back in 2015 after tabling possible ways of generating a second income while ensuring that this new venture conflates with something that he naturally loves, he says it dawned on him to capitalize on his passion by operating his own online clothing store branded as<strong> PiecesByRush</strong>.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-6-819x1024.jpg\" alt=\"\" class=\"wp-image-873\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Despite the rise in more and more Jamaicans moving towards owning their own online clothing boutique, that did not deter the Styling Consultant and lover of fashion to chase his dreams. Instead, he was willing to take a leap of faith.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":874} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-3-1024x1024.jpg\" alt=\"\" class=\"wp-image-874\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>For Gardner fashion was hereditary in his family; he could not escape his destiny. His mother was known for her outrageous attires along with other members of his family, from whom he drew creative ideas and morphed into his own unique and authentic style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":875} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-8-1024x1024.jpg\" alt=\"\" class=\"wp-image-875\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>The four-year-old clothing business has been making its way seeing the bodies of media and TV personality Terri Karelle Reid, Miss Kitty and other well-known Jamaican personalities. <strong><em>PiecesByRush</em></strong> offers high-quality female clothing that is carefully selected from international brands that are shipped based on their needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":876} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-11-819x1024.jpg\" alt=\"\" class=\"wp-image-876\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Women are more open to creative and new ideas as opposed to some men who limit themselves to a particular style.\"</p><cite>Ryan Gardner</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><br> The styling consultant highlights that women are more open to creative and new ideas as opposed to some men who limit themselves to a particular style - primarily owing to the narrative that is crafted by society on how a man should operate and dress. This makes it difficult to cater to males in Jamaica, Gardner shared in an exclusive interview with <strong>Buzz</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":877} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-4-819x1024.jpg\" alt=\"\" class=\"wp-image-877\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The fashion enthusiast also noted that the cost for male clothing is far more costly than those for females, thus making it easier for him to cater to female clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":878} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-2-683x1024.jpg\" alt=\"\" class=\"wp-image-878\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For Gardner, balancing two jobs is like riding a bike. However, he shared that priority and first preference is allocated to his passion and love at all time, <strong><em>PiecesByRush</em></strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[879,880,881]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-1-819x1024.jpg\" alt=\"\" data-id=\"879\" data-link=\"https://buzz-caribbean.com/?attachment_id=879\" class=\"wp-image-879\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-5-819x1024.jpg\" alt=\"\" data-id=\"880\" data-link=\"https://buzz-caribbean.com/?attachment_id=880\" class=\"wp-image-880\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-7-1024x683.jpg\" alt=\"\" data-id=\"881\" data-link=\"https://buzz-caribbean.com/?attachment_id=881\" class=\"wp-image-881\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>He shared that as an entrepreneur and aspiring entrepreneur it is imperative that time is given to one’s personal business to ensure that it grows abundantly, whilst not eschewing the responsibilities of your main job. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His work can be located through the following hashtags   <strong>#bebold</strong> <strong>#bestylish</strong> and <strong>#bedifferent</strong>.</p>\n<!-- /wp:paragraph -->','PiecesByRush - Young fashion stylist making waves in Jamaica','','inherit','closed','closed','','867-revision-v1','','','2019-07-30 16:40:19','2019-07-30 21:40:19','',867,'https://buzz-caribbean.com/article/867-revision-v1/',0,'revision','',0),(885,11,'2019-07-30 16:41:41','2019-07-30 21:41:41','<!-- wp:paragraph -->\n<p>Besides being recognized as one of the most beautiful Caribbean islands in the world and being built on a great variety of personalities, Jamaica is also recognized for its ability to produce multifaceted creative beings who are capable of navigating multi roles simultaneously. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ryan Gardner,32, who is amicably known as Rush is one such prime example, he operates in the capacity of an entrepreneur - owner of online clothing store <strong><em>PiecesByRush</em></strong> - and as a representative at the Jamaica National (JN) bank.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BwUt71cBaOT/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BwUt71cBaOT/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>Gardner has always had an innate and genuine drive for fashion, particularly for styling women. </em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Back in 2015 after tabling possible ways of generating a second income while ensuring that this new venture conflates with something that he naturally loves, he says it dawned on him to capitalize on his passion by operating his own online clothing store branded as<strong> PiecesByRush</strong>.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-6-819x1024.jpg\" alt=\"\" class=\"wp-image-873\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Despite the rise in more and more Jamaicans moving towards owning their own online clothing boutique, that did not deter the Styling Consultant and lover of fashion to chase his dreams. Instead, he was willing to take a leap of faith.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":874} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-3-1024x1024.jpg\" alt=\"\" class=\"wp-image-874\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For Gardner fashion was hereditary in his family; he could not escape his destiny. His mother was known for her outrageous attires along with other members of his family, from whom he drew creative ideas and morphed into his own unique and authentic style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":875} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-8-1024x1024.jpg\" alt=\"\" class=\"wp-image-875\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The four-year-old clothing business has been making its way seeing the bodies of media and TV personality Terri Karelle Reid, Miss Kitty and other well-known Jamaican personalities. <strong><em>PiecesByRush</em></strong> offers high-quality female clothing that is carefully selected from international brands that are shipped based on their needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":876} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-11-819x1024.jpg\" alt=\"\" class=\"wp-image-876\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Women are more open to creative and new ideas as opposed to some men who limit themselves to a particular style.\"</p><cite>Ryan Gardner</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p> The styling consultant highlights that women are more open to creative and new ideas as opposed to some men who limit themselves to a particular style - primarily owing to the narrative that is crafted by society on how a man should operate and dress. This makes it difficult to cater to males in Jamaica, Gardner shared in an exclusive interview with <strong>Buzz</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":877} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-4-819x1024.jpg\" alt=\"\" class=\"wp-image-877\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The fashion enthusiast also noted that the cost for male clothing is far more costly than those for females, thus making it easier for him to cater to female clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":878} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-2-683x1024.jpg\" alt=\"\" class=\"wp-image-878\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For Gardner, balancing two jobs is like riding a bike. However, he shared that priority and first preference is allocated to his passion and love at all time, <strong><em>PiecesByRush</em></strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[879,880,881]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-1-819x1024.jpg\" alt=\"\" data-id=\"879\" data-link=\"https://buzz-caribbean.com/?attachment_id=879\" class=\"wp-image-879\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-5-819x1024.jpg\" alt=\"\" data-id=\"880\" data-link=\"https://buzz-caribbean.com/?attachment_id=880\" class=\"wp-image-880\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-7-1024x683.jpg\" alt=\"\" data-id=\"881\" data-link=\"https://buzz-caribbean.com/?attachment_id=881\" class=\"wp-image-881\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>He shared that as an entrepreneur and aspiring entrepreneur it is imperative that time is given to one’s personal business to ensure that it grows abundantly, whilst not eschewing the responsibilities of your main job. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His work can be located through the following hashtags   <strong>#bebold</strong> <strong>#bestylish</strong> and <strong>#bedifferent</strong>.</p>\n<!-- /wp:paragraph -->','PiecesByRush - Young fashion stylist making waves in Jamaica','','inherit','closed','closed','','867-revision-v1','','','2019-07-30 16:41:41','2019-07-30 21:41:41','',867,'https://buzz-caribbean.com/article/867-revision-v1/',0,'revision','',0),(886,11,'2019-07-30 16:43:39','2019-07-30 21:43:39','<!-- wp:paragraph -->\n<p>Besides being recognized as one of the most beautiful Caribbean islands in the world and being built on a great variety of personalities, Jamaica is also recognized for its ability to produce multifaceted creative beings who are capable of navigating multi roles simultaneously. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ryan Gardner,32, who is amicably known as Rush is one such prime example, he operates in the capacity of an entrepreneur - owner of online clothing store <strong><em>PiecesByRush</em></strong> - and as a representative at the Jamaica National (JN) bank.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BwUt71cBaOT/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BwUt71cBaOT/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>Gardner has always had an innate and genuine drive for fashion, particularly for styling women. </em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Back in 2015 after tabling possible ways of generating a second income while ensuring that this new venture conflates with something that he naturally loves, he says it dawned on him to capitalize on his passion by operating his own online clothing store branded as<strong> PiecesByRush</strong>.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-6-819x1024.jpg\" alt=\"\" class=\"wp-image-873\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Despite the rise in more and more Jamaicans moving towards owning their own online clothing boutique, that did not deter the Styling Consultant and lover of fashion to chase his dreams. Instead, he was willing to take a leap of faith.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":874} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-3-1024x1024.jpg\" alt=\"\" class=\"wp-image-874\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Gardner boldly explains that love for fashion is hereditary in his family; he could not escape his destiny. His mother was known for her outrageous attires along with other members of his family, from whom he drew creative ideas and morphed into his own unique and authentic style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":875} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-8-1024x1024.jpg\" alt=\"\" class=\"wp-image-875\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The four-year-old clothing business has been making its way seeing the bodies of media and TV personality Terri Karelle Reid, Miss Kitty and other well-known Jamaican personalities. <strong><em>PiecesByRush</em></strong> offers high-quality female clothing that is carefully selected from international brands that are shipped based on their needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":876} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-11-819x1024.jpg\" alt=\"\" class=\"wp-image-876\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Women are more open to creative and new ideas as opposed to some men who limit themselves to a particular style.\"</p><cite>Ryan Gardner</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p> The styling consultant highlights that women are more open to creative and new ideas as opposed to some men who limit themselves to a particular style - primarily owing to the narrative that is crafted by society on how a man should operate and dress. This makes it difficult to cater to males in Jamaica, Gardner shared in an exclusive interview with <strong>Buzz</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":877} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-4-819x1024.jpg\" alt=\"\" class=\"wp-image-877\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The fashion enthusiast also noted that the cost for male clothing is far more costly than those for females, thus making it easier for him to cater to female clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":878} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-2-683x1024.jpg\" alt=\"\" class=\"wp-image-878\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For Gardner, balancing two jobs is like riding a bike. However, he shared that priority and first preference is allocated to his passion and love at all time, <strong><em>PiecesByRush</em></strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[879,880,881]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-1-819x1024.jpg\" alt=\"\" data-id=\"879\" data-link=\"https://buzz-caribbean.com/?attachment_id=879\" class=\"wp-image-879\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-5-819x1024.jpg\" alt=\"\" data-id=\"880\" data-link=\"https://buzz-caribbean.com/?attachment_id=880\" class=\"wp-image-880\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-7-1024x683.jpg\" alt=\"\" data-id=\"881\" data-link=\"https://buzz-caribbean.com/?attachment_id=881\" class=\"wp-image-881\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>He shared that as an entrepreneur and aspiring entrepreneur it is imperative that time is given to one’s personal business to ensure that it grows abundantly, whilst not eschewing the responsibilities of your main job. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His work can be located through the following hashtags   <strong>#bebold</strong> <strong>#bestylish</strong> and <strong>#bedifferent</strong>.</p>\n<!-- /wp:paragraph -->','PiecesByRush - Young fashion stylist making waves in Jamaica','','inherit','closed','closed','','867-revision-v1','','','2019-07-30 16:43:39','2019-07-30 21:43:39','',867,'https://buzz-caribbean.com/article/867-revision-v1/',0,'revision','',0),(887,11,'2019-07-30 16:46:07','2019-07-30 21:46:07','<!-- wp:paragraph -->\n<p>Besides being recognized as one of the most beautiful Caribbean islands in the world and being built on a great variety of personalities, Jamaica is also recognized for its ability to produce multifaceted creative beings who are capable of navigating multiple roles simultaneously. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ryan Gardner,32, who is amicably known as Rush is one such prime example. He operates in the capacity of an entrepreneur - owner of online clothing store <strong><em>PiecesByRush</em></strong> - and as a representative at the Jamaica National (JN) bank.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BwUt71cBaOT/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BwUt71cBaOT/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>Gardner has always had an innate and genuine drive for fashion</em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Back in 2015, after tabling possible ways of generating a second income while ensuring that this new venture conflates with something that he naturally loves, he says it dawned on him to capitalize on his passion by operating his own online clothing store branded as<strong> PiecesByRush</strong>.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-6-819x1024.jpg\" alt=\"\" class=\"wp-image-873\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Despite the rise in more and more Jamaicans moving towards owning their own online clothing boutique, that did not deter the Styling Consultant and lover of fashion to chase his dreams. Instead, he was willing to take a leap of faith.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":874} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-3-1024x1024.jpg\" alt=\"\" class=\"wp-image-874\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Gardner boldly explains that love for fashion is hereditary in his family; he could not escape his destiny. His mother was known for her outrageous attires along with other members of his family, from whom he drew creative ideas and morphed into his own unique and authentic style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":875} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-8-1024x1024.jpg\" alt=\"\" class=\"wp-image-875\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The four-year-old clothing business has been making its way seeing the bodies of media and TV personality Terri Karelle Reid, Miss Kitty and other well-known Jamaican personalities. <strong><em>PiecesByRush</em></strong> offers high-quality female clothing that is carefully selected from international brands that are shipped based on their needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":876} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-11-819x1024.jpg\" alt=\"\" class=\"wp-image-876\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Women are more open to creative and new ideas as opposed to some men who limit themselves to a particular style.\"</p><cite>Ryan Gardner</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p> The styling consultant highlights that women are more open to creative and new ideas as opposed to some men who limit themselves to a particular style - primarily owing to the narrative that is crafted by society on how a man should operate and dress. This makes it difficult to cater to males in Jamaica, Gardner shared in an exclusive interview with <strong>Buzz</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":877} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-4-819x1024.jpg\" alt=\"\" class=\"wp-image-877\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The fashion enthusiast also noted that the cost for male clothing is far more costly than those for females, thus making it easier for him to cater to female clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":878} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-2-683x1024.jpg\" alt=\"\" class=\"wp-image-878\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For Gardner, balancing two jobs is like riding a bike. However, he shared that priority and first preference is allocated to his passion and love at all time, <strong><em>PiecesByRush</em></strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[879,880,881]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-1-819x1024.jpg\" alt=\"\" data-id=\"879\" data-link=\"https://buzz-caribbean.com/?attachment_id=879\" class=\"wp-image-879\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-5-819x1024.jpg\" alt=\"\" data-id=\"880\" data-link=\"https://buzz-caribbean.com/?attachment_id=880\" class=\"wp-image-880\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-7-1024x683.jpg\" alt=\"\" data-id=\"881\" data-link=\"https://buzz-caribbean.com/?attachment_id=881\" class=\"wp-image-881\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>He shared that as an entrepreneur and aspiring entrepreneur it is imperative that time is given to one’s personal business to ensure that it grows abundantly, whilst not eschewing the responsibilities of your main job. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His work can be located through the following hashtags   <strong>#bebold</strong> <strong>#bestylish</strong> and <strong>#bedifferent</strong>.</p>\n<!-- /wp:paragraph -->','PiecesByRush - Young fashion stylist making waves in Jamaica','','inherit','closed','closed','','867-revision-v1','','','2019-07-30 16:46:07','2019-07-30 21:46:07','',867,'https://buzz-caribbean.com/article/867-revision-v1/',0,'revision','',0),(888,21,'2019-07-30 17:08:57','2019-07-30 22:08:57','<!-- wp:paragraph -->\n<p>Eating healthy? Check. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Exercising? Check. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Going to bed early? Check. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Doing the typical stuff that should make you feel as though you\'re in fact on the healthier side of life? I bet even for this too you’d probably say check. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But check this out, not to burst your bubble, but the sad reality is that approximately 58 per cent of you are actually engaging in one or more bad habits that affect the progress of the fruitful long life that you, my dear readers so desire. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We know....easy to make, hard to break - but let\'s take the first step of identifying them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Drinking high-sugar beverages</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>I am pretty sure you must have reached a point where you are just about tired to hear songs about how sodas and high sugar drinks affect your health negatively. Still, should we do the count on how many glasses or bottles of sugary drinks you\'ve had already?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I’m guilty of downing one too many bottles of that guilty pleasure and I can assert that you probably have too. But food for thought people, don’t you think all these high sugar-sweetened drinks could possibly link to health complications. Diabetes, kidney disease? Wooooaaa… health-alert<br> right? Let\'s try to reduce the number of servings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Watching too much TV</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>(Bro, you must be kidding me? TV too?!  It\'s summer and the time is pretty hot and possibly if you’re like me with nowhere to go, your remote control and Netflix account are your best friends.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But noodles doodles, another health alert, a study conducted by the Northern California Institute for Research and Education at the Veterans Affairs Medical Center in San Francisco reviewed the television habits of more than 3,200 people, who were 25 years old, on average, at the start of the study. Bad news folks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Those who watched more than 3 hours of TV per day on average over the course of the next 25 years were more likely to perform poorly on certain cognitive tests in comparison to those who spent significantly less time in front of the screen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Study author Tina D. Hoang, of Northern California Institute for Research and Education, urged persons to get moving. \"Being physically active at any time in your life is good for your brain,\" Hoang said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Going outside for even a minute may in fact do you so much good (don\'t forget your sunscreen for more extended walks).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Sitting all-day</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Well, well, well, news flash - who knew sitting around all day could pose a  health risk. Darn.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Research has proven that modern-day bad habits could be linked to poor brain function as well as a high risk of heart disease and diabetes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Imagine getting all this just from sitting. An easy fix? Get up, get stepping and give your butt a rest. Some experts suggest taking at least 250 steps per hour for at least 9 hours per day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Article written by Shavenya Smikle </em></strong></p>\n<!-- /wp:paragraph -->','Simple habits that may be affecting your health','','publish','closed','closed','','simple-habits-that-may-be-affecting-your-health','','','2019-08-16 18:22:01','2019-08-16 23:22:01','',0,'https://buzz-caribbean.com/?p=888',0,'post','',0),(889,4,'2019-07-30 17:49:48','2019-07-30 22:49:48','<!-- wp:paragraph -->\n<p>Blac Chyna says \"communication\" is the key to co-parenting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The artiste says she has a good relationship with both her children\'s fathers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 31-year-old reality star has six-year-old son King Cairo with her former partner Tyga and two-year-old daughter Dream with her ex-fiancé Rob Kardashian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":917} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Blac-Chyna-.jpeg\" alt=\"\" class=\"wp-image-917\" /><figcaption>Blac Chyna <br><p> </p></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It makes it a little bit easier if you can communicate with your child\'s other parent\"</p><cite>— Blac Chyna</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She said her secret to successfully co-parenting her brood is to make sure she can communicate easily with both her exes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"It makes it a little bit easier if you can communicate with your child\'s other parent. That\'s the best and healthiest way.\"</p>\n<!-- /wp:paragraph -->','Blac Chyna gives key to co-parenting','','publish','closed','closed','','blac-chyna-gives-key-to-co-parenting','','','2019-08-14 18:05:16','2019-08-14 23:05:16','',0,'https://buzz-caribbean.com/?p=889',0,'post','',0),(890,4,'2019-07-30 16:49:25','2019-07-30 21:49:25','<!-- wp:paragraph -->\n<p>Blac Chyna says \"communication\" is the key to co-parenting, as she says she has a good relationship with both her children\'s fathers.<br>Blac Chyna says \"communication\" is the key to co-parenting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 31-year-old reality star has six-year-old son King Cairo with her former partner Tyga and two-year-old daughter Dream with her ex-fiancé Rob Kardashian, and has said her secret to successfully co-parenting her brood is to make sure she can communicate easily with both her exes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"The key [to coparenting] is basically communication. It makes it a little bit easier if you can communicate with your child\'s other parent. That\'s the best and healthiest way.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chyna praised both Tyga and Rob for helping out when she needs time to \"reset\" away from her children.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She added: \"My children\'s dads ... help out because you have to have that time to yourself, just to even go to the spa and kind of reset.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"The days that they\'re with their dads, then I go take my trips. Basically, I\'m always home with [my kids].\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And the \'Real Blac Chyna\' star also revealed her son King Cairo is aware of his mother\'s fame, and is \"overly protective\" of both her and his little sister.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to Us Weekly magazine, she said: \"If we go to the movies or out to eat and there\'ll just be people obviously around, he\'ll be like, \'Mom, you know that they know that you\'re Blac Chyna, right? And they know me, too.\' And I\'m like, \'How do you even know stuff like this?\'&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"If it\'s paparazzi outside, he\'ll be like, \'No pictures!\' And I\'m like, \'It\'s okay.\' He\'s just funny. He\'s just super overly protective of me and Dream.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Chyna previously insisted there\'s \"no animosity\" between herself and Rob, after their explosive split in 2017.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"Co-parenting is good. With both of my baby fathers, we have a mutual agreement and everything runs smoothly. So there\'s no animosity in the air, everything\'s like, good. We\'re all in a good place.\"\nAttachments area</p>\n<!-- /wp:paragraph -->','Blac Chyna gives key to co-parenting','','inherit','closed','closed','','889-revision-v1','','','2019-07-30 16:49:25','2019-07-30 21:49:25','',889,'https://buzz-caribbean.com/article/889-revision-v1/',0,'revision','',0),(893,9,'2019-07-30 17:05:36','2019-07-30 22:05:36','','DSC_0278-1','','inherit','closed','closed','','dsc_0278-1','','','2019-07-30 17:05:36','2019-07-30 22:05:36','',872,'https://buzz-caribbean.com/app/uploads/2019/07/DSC_0278-1.jpg',0,'attachment','image/jpeg',0),(894,9,'2019-07-30 17:05:47','2019-07-30 22:05:47','','MSI_5031-1','','inherit','closed','closed','','msi_5031-1','','','2019-07-30 17:05:47','2019-07-30 22:05:47','',872,'https://buzz-caribbean.com/app/uploads/2019/07/MSI_5031-1.jpg',0,'attachment','image/jpeg',0),(895,11,'2019-07-30 17:08:12','2019-07-30 22:08:12','','Healthy Living','','inherit','closed','closed','','healthy-living','','','2019-07-30 17:08:12','2019-07-30 22:08:12','',888,'https://buzz-caribbean.com/app/uploads/2019/07/Healthy-Living.jpg',0,'attachment','image/jpeg',0),(896,11,'2019-07-30 17:08:29','2019-07-30 22:08:29','<!-- wp:paragraph -->\n<p>Eating healthy? Check. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Exercising? Check. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Going to bed early? Check. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Doing the typical stuff that should make you feel as though you\'re in fact on the healthier side of life? I bet even for this too you’d probably say check. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But check this out, not to burst your bubble, but the sad reality is that approximately 58 per cent of you are actually engaging in one or more bad habits that affect the progress of the fruitful long life that you, my dear readers so desire. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We know....easy to make, hard to break - but let\'s take the first step of identifying them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Drinking high-sugar beverages</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>I am pretty sure you must have reached a point where you are just about tired to hear songs about how sodas and high sugar drinks affect your health negatively. Still, should we do the count on how many glasses or bottles of sugary drinks you\'ve had already?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I’m guilty of downing one too many bottles of that guilty pleasure and I can assert that you probably have too. But food for thought people, don’t you think all these high sugar-sweetened drinks could possibly link to health complications. Diabetes, kidney disease? Wooooaaa… health-alert<br> right? Let\'s try to reduce the number of servings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Watching too much TV</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>(Bro, you must be kidding me? TV too?!  It\'s summer and the time is pretty hot and possibly if you’re like me with nowhere to go, your remote control and Netflix account are your best friends.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>But noodles doodles, another health alert, engaging in a lot of television time contributes to higher levels of blood pressure and diabetes. Between each episode in the binge - may we suggest taking a stroll. Going outside for even a minute may in fact do you so much good (don\'t forget your sunscreen for more extended walks).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Sitting all day</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Well, well, well, news flash - who knew sitting around all day could pose a  health risk. Darn.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Research has proven that modern-day bad habits could be linked to poor brain function as well as a high risk of heart disease and diabetes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Imagine getting all this just from sitting. An easy fix? Get up, get stepping and give your butt a rest. Some experts suggest taking at least 250 steps per hour for at least 9 hours per day.</p>\n<!-- /wp:paragraph -->','Simple Habits That May Be Affecting Your Health','','inherit','closed','closed','','888-revision-v1','','','2019-07-30 17:08:29','2019-07-30 22:08:29','',888,'https://buzz-caribbean.com/article/888-revision-v1/',0,'revision','',0),(897,11,'2019-07-30 17:08:57','2019-07-30 22:08:57','<!-- wp:paragraph -->\n<p>Eating healthy? Check. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Exercising? Check. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Going to bed early? Check. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Doing the typical stuff that should make you feel as though you\'re in fact on the healthier side of life? I bet even for this too you’d probably say check. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But check this out, not to burst your bubble, but the sad reality is that approximately 58 per cent of you are actually engaging in one or more bad habits that affect the progress of the fruitful long life that you, my dear readers so desire. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We know....easy to make, hard to break - but let\'s take the first step of identifying them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Drinking high-sugar beverages</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>I am pretty sure you must have reached a point where you are just about tired to hear songs about how sodas and high sugar drinks affect your health negatively. Still, should we do the count on how many glasses or bottles of sugary drinks you\'ve had already?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I’m guilty of downing one too many bottles of that guilty pleasure and I can assert that you probably have too. But food for thought people, don’t you think all these high sugar-sweetened drinks could possibly link to health complications. Diabetes, kidney disease? Wooooaaa… health-alert<br> right? Let\'s try to reduce the number of servings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Watching too much TV</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>(Bro, you must be kidding me? TV too?!  It\'s summer and the time is pretty hot and possibly if you’re like me with nowhere to go, your remote control and Netflix account are your best friends.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But noodles doodles, another health alert, engaging in a lot of television time contributes to higher levels of blood pressure and diabetes. Between each episode in the binge - may we suggest taking a stroll. Going outside for even a minute may in fact do you so much good (don\'t forget your sunscreen for more extended walks).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Sitting all day</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Well, well, well, news flash - who knew sitting around all day could pose a  health risk. Darn.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Research has proven that modern-day bad habits could be linked to poor brain function as well as a high risk of heart disease and diabetes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Imagine getting all this just from sitting. An easy fix? Get up, get stepping and give your butt a rest. Some experts suggest taking at least 250 steps per hour for at least 9 hours per day.</p>\n<!-- /wp:paragraph -->','Simple Habits That May Be Affecting Your Health','','inherit','closed','closed','','888-revision-v1','','','2019-07-30 17:08:57','2019-07-30 22:08:57','',888,'https://buzz-caribbean.com/article/888-revision-v1/',0,'revision','',0),(898,9,'2019-07-30 17:09:23','2019-07-30 22:09:23','','AlexPowellA','','inherit','closed','closed','','alexpowella','','','2019-07-30 17:09:23','2019-07-30 22:09:23','',872,'https://buzz-caribbean.com/app/uploads/2019/07/AlexPowellA.jpg',0,'attachment','image/jpeg',0),(899,21,'2019-07-30 17:22:29','2019-07-30 22:22:29','<!-- wp:paragraph -->\n<p>Oh, my, God, Becky look at her… </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You are wrong if you thought of a pert derriere. Jamaican Becky is looking elsewhere. It is the primary subject matter for most female artistes, and it may even be a bit of a cultural obsession. It is all about the \'vajayjay\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4204} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/abdomen-belly-button-bikini-1615850-1024x683.jpg\" alt=\"\" class=\"wp-image-4204\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to Dr Kemel Gajraj, vaginoplasty is one of the most inquired about surgeries even among nulliparous women (those who have not given birth).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So what exactly is Vaginoplasty? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In some instances, vaginoplasty is used for the construction of an entirely new sex organ for individuals with ambiguous genitalia or for sex reassignment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Vaginoplasty is a procedure that is done primarily to reconstruct and or improve the vagina.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>According to the top doc, the reasons for getting this type of surgery range from the desire to improve the look of the organ to some women wanting to improve the functionality of it. One of the big reasons women come for vaginoplasty is as a result of childbirth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gajraj said it wasn’t just about having a wider vagina, as the vaginal opening typically returns to normal after a few months; though admittedly in some instances, Gajraj says some things may never be 100 per cent the same again. The other big reason, he said, is correcting the issue of reduced orgasms which some women also experience due to a weakened pelvic floor after childbirth. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For some women who have given birth, Gajraj says orgasms don’t feel as forceful as they use to and so vaginoplasty can sometimes be used as a remedy to correct that. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4139} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Camel-toe.jpg\" alt=\"\" class=\"wp-image-4139\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While functionality is a big reason, some women just want to improve the look. Who looks down there except the person you are being intimate with, right? Wrong. It turns out that the camel toe effect is a winning look. In medical terms, labiaplasties are hit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>While in North America everyone wants to hide their camel toe, in Jamaica it is okay to come from \"buff bay\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Dr Gajraj said it is very common practice for excess fat from other parts of the body to be transferred into the lips to create the camel toe effect. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is also an effect that is swelling in popularity, as it is also big in the underground economy, with reports of fake doctors practising labiaplasties in areas such as Portmore and downtown Kingston. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, Dr Gajraj warned that due to the risk of superinfection that some vaginoplasty surgeries carry, women are urged to use only licensed surgeons to execute such a procedure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<strong><em> Written by Denieca-Alexia Daniels</em></strong></p>\n<!-- /wp:paragraph -->','Forget the booty, Jamaican women are flocking Vaginoplasty','','publish','closed','closed','','forget-the-booty-jamaican-women-are-flocking-to-vaginoplasty','','','2019-08-15 11:45:57','2019-08-15 16:45:57','',0,'https://buzz-caribbean.com/?p=899',0,'post','',0),(901,9,'2019-07-30 17:14:55','2019-07-30 22:14:55','','DSC_0071-1','','inherit','closed','closed','','dsc_0071-1','','','2019-07-30 17:14:55','2019-07-30 22:14:55','',872,'https://buzz-caribbean.com/app/uploads/2019/07/DSC_0071-1.jpg',0,'attachment','image/jpeg',0),(902,11,'2019-07-30 17:19:49','2019-07-30 22:19:49','','Vaginoplasty','','inherit','closed','closed','','vaginoplasty','','','2019-07-30 17:19:49','2019-07-30 22:19:49','',899,'https://buzz-caribbean.com/app/uploads/2019/07/Vaginoplasty.jpg',0,'attachment','image/jpeg',0),(903,11,'2019-07-30 17:20:51','2019-07-30 22:20:51','<!-- wp:paragraph -->\n<p>Forget the booty, Jamaican women are flocking to Vaginoplasty</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oh, my, God, Becky look at her… </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You are wrong if you thought of a pert derriere, Jamaican Becky is looking elsewhere.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is the primary subject matter for most female artistes and it may even be a bit of a cultural obsession - It is all about the “vajayjay”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Dr Kemel Gajraj, vaginoplasty is one of the most inquired about surgeries even among nulliparous women ( those who have not given birth).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So what exactly is Vaginoplasty? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Vaginoplasty is a procedure that is done primarily to reconstruct and or improve the vagina.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In some instances, vaginoplasty is used for the construction of an entirely new sex organ for individuals with ambiguous genitalia or for sex reassignment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the top doc, the reasons for getting this type of surgery range from the desire to improve the look of the organ to some women wanting to improve the functionality of it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of the big reasons women come for vaginoplasty is as a result of childbirth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gajraj said it wasn’t just about having a wider vagina, as the vaginal opening typically returns to normal after a few months; though admittedly in some instances, Gajraj says some things may never be 100 per cent the same again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Gajraj, the other big reason is correcting the issue of reduced orgasms which some women also experience due to a weakened pelvic floor after childbirth. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For some women who have given birth, Gajraj says orgasms don’t feel as forceful as they use to and so vaginoplasty can sometimes be used as a remedy to correct that. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While functionality is a big reason, another reason is just simply to improve the look.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Who looks down there except the person you are being intimate with, right?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wrong. It turns out that the camel toe effect is a winning look. In medical terms, labiaplasties are hit. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>While in North America everyone wants to hide their camel toe, in Jamaica it is okay to come from \"buff bay.\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Dr Gajraj said it is very common practice for excess fat from other parts of the body to be transferred into the lips to create the camel toe effect. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is also an effect that is swelling in popularity, as it is also big in the underground economy, with reports of fake doctors practising labiaplasties in areas such as Portmore and downtown Kingston. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, Dr Gajraj warned, that due to the risk of superinfection that some vaginoplasty surgeries carry, women are urged to use only licensed surgeons to execute such a procedure. </p>\n<!-- /wp:paragraph -->','Forget the booty, Jamaican women are flocking to Vaginoplasty','','inherit','closed','closed','','899-revision-v1','','','2019-07-30 17:20:51','2019-07-30 22:20:51','',899,'https://buzz-caribbean.com/article/899-revision-v1/',0,'revision','',0),(905,11,'2019-07-30 17:22:29','2019-07-30 22:22:29','<!-- wp:paragraph -->\n<p>Forget the booty, Jamaican women are flocking to Vaginoplasty</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oh, my, God, Becky look at her… </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You are wrong if you thought of a pert derriere, Jamaican Becky is looking elsewhere.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is the primary subject matter for most female artistes and it may even be a bit of a cultural obsession - It is all about the “vajayjay”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Dr Kemel Gajraj, vaginoplasty is one of the most inquired about surgeries even among nulliparous women ( those who have not given birth).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So what exactly is Vaginoplasty? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Vaginoplasty is a procedure that is done primarily to reconstruct and or improve the vagina.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In some instances, vaginoplasty is used for the construction of an entirely new sex organ for individuals with ambiguous genitalia or for sex reassignment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the top doc, the reasons for getting this type of surgery range from the desire to improve the look of the organ to some women wanting to improve the functionality of it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of the big reasons women come for vaginoplasty is as a result of childbirth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gajraj said it wasn’t just about having a wider vagina, as the vaginal opening typically returns to normal after a few months; though admittedly in some instances, Gajraj says some things may never be 100 per cent the same again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Gajraj, the other big reason is correcting the issue of reduced orgasms which some women also experience due to a weakened pelvic floor after childbirth. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For some women who have given birth, Gajraj says orgasms don’t feel as forceful as they use to and so vaginoplasty can sometimes be used as a remedy to correct that. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While functionality is a big reason, another reason is just simply to improve the look.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Who looks down there except the person you are being intimate with, right?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wrong. It turns out that the camel toe effect is a winning look. In medical terms, labiaplasties are hit. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>While in North America everyone wants to hide their camel toe, in Jamaica it is okay to come from \"buff bay\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Dr Gajraj said it is very common practice for excess fat from other parts of the body to be transferred into the lips to create the camel toe effect. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is also an effect that is swelling in popularity, as it is also big in the underground economy, with reports of fake doctors practising labiaplasties in areas such as Portmore and downtown Kingston. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, Dr Gajraj warned, that due to the risk of superinfection that some vaginoplasty surgeries carry, women are urged to use only licensed surgeons to execute such a procedure. </p>\n<!-- /wp:paragraph -->','Forget the booty, Jamaican women are flocking to Vaginoplasty','','inherit','closed','closed','','899-revision-v1','','','2019-07-30 17:22:29','2019-07-30 22:22:29','',899,'https://buzz-caribbean.com/article/899-revision-v1/',0,'revision','',0),(907,23,'2019-07-30 18:09:00','2019-07-30 23:09:00','<!-- wp:paragraph -->\n<p>It is the ‘year of the vegan’, according to <a href=\"https://worldin2019.economist.com/theyearofthevegan\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">The Economist</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That means just about everyone is on the bandwagon, with even fast-food franchises such as McDonald\'s joining the list of restaurants now offering vegan meals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <a href=\"https://www.forbes.com/sites/michaelpellmanrowland/2019/04/14/mcvegan-celebrity-petition/#4432c3f13403\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">McVegan</a>, anyone?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":914} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/McVegan.jpg\" alt=\"\" class=\"wp-image-914\" /><figcaption>McDonald\'s recently rolled out their veggie burger with much success in Finland (Source: Forbes)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, while the hype means that there are <a href=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">more places</a> to access vegan-style food, being a vegan is still pretty hard – particularly if you entered the lifestyle fresh out of the transition from eating medium-rare steaks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Below is a list of five foods that will help to make your transition to ‘veganhood’ that much easier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Cashews</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>From eating them roasted to making them into vegan-cheese, cashew nuts are essential to a vegan lifestyle. Cashew nuts are extremely versatile and if you’re looking for a great way to replace milk in your diet then cashews are your answer. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":916} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Cashew-1024x685.jpg\" alt=\"\" class=\"wp-image-916\" /><figcaption>Cashew</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Drooling to have the taste of cheese again? Cashew paired with a few ingredients is sure to get your saliva going. Not to mention, cashews are packed with minerals and vitamins such as iron, magnesium and zinc and is excellent if you are attempting to manage your weight.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Coconut</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> If you’re the type that loves cereal with milk, or are looking for a healthier oil for cooking – coconut is your go-to-alternative.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":923} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/coconut.jpg\" alt=\"\" class=\"wp-image-923\" /><figcaption>Coconuts</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Coconut milk is derived from the flesh surrounding the shell of the coconut. Once cut from the shell, add a little water and you have coconut milk or save yourself the trouble and grab a carton from the supermarket shelf.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":926} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Coconut-milk.png\" alt=\"\" class=\"wp-image-926\" /><figcaption>One of several brands of coconut milk products available in Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Coconut milk, which has the consistency of regular cow’s milk can be used to replace dairy milk in just about anything including cereals, smoothies and curry dishes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As for coconut oil, it can be used as you would use vegetable oil, plus the body absorbs it rather easily and has antimicrobial and antifungal properties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3> Chickpeas </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> Yum, yum. Also known as garbanzo beans, these beans are magical in helping former meat-eaters to replicate some of our favourite flesh dishes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":928} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/chickpeas-in-a-bowl-1024x747.jpg\" alt=\"\" class=\"wp-image-928\" /><figcaption>Chickpeas</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Yup, chickpeas can be fashioned into faux-fish and even vegan meat-less balls.  Chickpeas are also good just the way they are, make fantastic curries and stews that can be paired with grains for a complete meal. Did I mention that chickpeas are rich in protein?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Plantains</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a staple food of West and Central Africa, the Caribbean, Central America, and South America and is a must-have on your journey to veganhood. Plantains can be eaten cooked or uncooked and can be used to add a boost of sweet goodness to any dish or even drink.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":932} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Green-Plantain-1024x683.jpg\" alt=\"\" class=\"wp-image-932\" /><figcaption>Green plantains</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Plantains are most popularly eaten fried and are, particularly in the Caribbean, deemed side dishes. However, more and more plantains are being used in vegan dishes to substitute noodles and other dishes that require flour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3917,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Fried-Plantain-1-1024x768.jpg\" alt=\"\" class=\"wp-image-3917\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>One way to make a gluten-free lasagna is to substitute the lasagna noodle with green plantains. Green plantains are also used as a burger bun in some vegan meals. Ripe plantain is also used to make tarts and is a substitute for meat in pot pies.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Bulgur Wheat</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Texture, texture and more texture – that’s what bulgur wheat has. It is this fabulous texture that makes the wheat good at simulating the look and feel of ground beef, burger patties and even Middle Eastern-style kibbehs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":935,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Bulgur-Wheat.jpg\" alt=\"\" class=\"wp-image-935\" /><figcaption>Bulgur wheat</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Low in calories and high in fibre, bulgur wheat is one of those grains that is good at soaking up flavours and makes for a great meat replacement if you’re looking to mimic the taste and texture of beef products.<br>Bulgur is also fantastic for individuals trying to control their blood sugar levels. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>— Story written by Denieca-Alexia Daniels</em><br></p>\n<!-- /wp:paragraph -->','Year of the Vegan: 5 tasty vegan approved treats','','publish','closed','closed','','year-of-the-vegan-5-tasty-vegan-approved-treats','','','2019-08-15 11:46:16','2019-08-15 16:46:16','',0,'https://buzz-caribbean.com/?p=907',0,'post','',0),(908,9,'2019-07-30 17:23:47','2019-07-30 22:23:47','<!-- wp:paragraph -->\n<p>Eleven-year-old Alex Powell made motorsport history earlier\nthis year when he became the first Jamaican and Caribbean driver to be signed\nto a Formula 1 team - Mercedes-AMG F1.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, the route to the sport’s top tier was only a\nrecent desire, according to his father, John Powell. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":894} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/MSI_5031-1-1024x614.jpg\" alt=\"\" class=\"wp-image-894\" /><figcaption> Alex (right) with father, John Powell.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“When we went to Europe and they saw the potential in him over there and Mercedes-Benz approached us, that then everything changed after that,” he said, noting that the deal was signed in March 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “When we went to Europe and they saw the potential in him over there and Mercedes-Benz approached us </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>While Alex might not follow in his father’s footsteps\non to the gravel and tarmac rally stages of the world, John is more than happy\nwith the direction his son’s motorsport career has taken.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":898} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AlexPowellA.jpg\" alt=\"\" class=\"wp-image-898\" /><figcaption>In March, Alex Powell became part of the Mercedes-AMG F1 team junior driver programme. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I’m extremely happy. It’s been a hell of a ride,” the\nproud father said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For Alex, being part of Formula 1 has been his dream\nsince he began karting in a Trinidadian parking lot at six years old. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My dad pushed me a little bit, but that’s something I\nwanted to do my whole life from the first time I went to a rally to see him\nrace. I loved it from the first time I saw him driving, so I wanted to do that\nwhen I was older,” the preteen said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From there Alex moved on to the rest of the Caribbean,\nthe United States and Italy, racing under the Energy Corse banner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was his success with Energy Corse Racing in Europe that\ngot him the attention of the current Formula 1 champions Mercedes-AMG F1.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":893} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/DSC_0278-1-1024x614.jpg\" alt=\"\" class=\"wp-image-893\" /><figcaption> Alex (left) receiving race advice from his driver coach and race mechanic, Juan Valderrama. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It started from 2017 when the scout and the owner of Energy\nCorse Racing go-kart team saw Alex in Las Vegas. They asked us to come over to\nEurope and do a test in the spring of that year, which we did, and ever since\nthen we’ve stayed with them,” his father said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":901} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/DSC_0071-1-1024x614.jpg\" alt=\"\" class=\"wp-image-901\" /><figcaption>Alex (8) racing against Zidane Madden (777) at a recent Jamaica Karting Association race meet. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As part of the Mercedes-AMG F1 Junior programme, Alex\nshould be able to secure better sponsorship opportunities as he continues to\nrace in go-karts for the next three years. Once done with karts, he will enter\nthe Formula 4 series and accelerate his climb into a Formula 1 seat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I move to Italy in September where I’ll start school\nin Monza. This will cut back on the travel,” Alex explained.</p>\n<!-- /wp:paragraph -->','11-year-old Jamaican makes motorsport history','','inherit','closed','closed','','872-revision-v1','','','2019-07-30 17:23:47','2019-07-30 22:23:47','',872,'https://buzz-caribbean.com/article/872-revision-v1/',0,'revision','',0),(909,14,'2019-07-30 17:31:44','2019-07-30 22:31:44','<!-- wp:image {\"id\":946} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/machine-learning-demo.jpeg\" alt=\"\" class=\"wp-image-946\" /><figcaption>Artist\'s impression of artificial intelligence (Photo: HackerNoon.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Armed with just the language of thousands of research papers, machine learning (ML) has been credited with discoveries never made by human scientists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3482} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/scientists-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-3482\" /><figcaption>A scientist hard at work in a laboratory</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The discoveries were <a href=\"https://www.nature.com/articles/s41586-019-1335-8.epdf?referrer_access_token=xnIXloemAjCocfXIt9dQ49RgN0jAjWel9jnR3ZoTv0P9QxlcO86f_GXZRxwYijrqa11Mx55SgniZXv55YKOR_sn816NK2x0O46Vim16XrS-SjyP9GMXeDQinUN75ES6enlxK__J5UabR6JdgR19bZSVLL5ZsK8146qMcipEbItW65C8aSk29Q_BfrKz4Gb5-kjz3m7dIaoRxs3e1I6qW4022QZ6aZMaOPxlATK7OOqj8lrhj-yufvROMPdStMZjAEK-efja6SfW5n-6xhZuV33BrlHdxmu8yxCQg-Mpomv4_WY2o4OqyFsbpNr_j-R-9&amp;tracking_referrer=www.vice.com\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">publicised on July 3</a>, after researchers from the Lawrence Berkeley National Laboratory in California used an algorithm, <em>Word2Vec</em>, to sift through scientific papers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The researchers were hoping the ML would make connections humans had missed – and it found them!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the study, the algorithm processed&nbsp;a vocabulary of about\n500,000 words related to material science&nbsp;– spitting out predictions for\npossible thermoelectric materials, which convert heat to energy and are used in\nmany heating and cooling applications.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3483} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/coding-closeup-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-3483\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The most impressive part of the study was the algorithm didn’t\nknow the definition of ‘thermoelectric’ and received no training in materials\nscience.&nbsp;<strong><em>Mind. Blown.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Using only word associations, the algorithm was able to provide\ncandidates for future thermoelectric materials, some of which may be better\nthan those humankind currently uses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3485} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/metal-sparks-buzz-demo.jpg\" alt=\"\" class=\"wp-image-3485\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It’s a very promising prospect for the future of heating and\ncooling systems as the algorithm was able to understand complex concepts such\nas the periodic table and the chemical structure of molecules.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the study, published in Nature, in some cases,\nwords were linked to thermoelectric concepts but had never been written about\nas ‘thermoelectric’ in any abstract they surveyed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>How cool is that?!</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Okay, so not quite <strong><em>Skynet</em></strong>, but the discoveries made by the algorithm were significant, as this gap in knowledge is hard to catch with a human eye, but easy for an ML to spot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here\'s to the future <strong>BUZZhive</strong>! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What do you think of these latest developments? As always, we welcome your thoughts in our comments section.</p>\n<!-- /wp:paragraph -->','Machine makes discoveries missed by scientists','','publish','closed','closed','','909','','','2019-08-15 11:46:47','2019-08-15 16:46:47','',0,'https://buzz-caribbean.com/?p=909',0,'post','',0),(910,11,'2019-07-30 17:25:59','2019-07-30 22:25:59','<!-- wp:paragraph -->\n<p>It is the ‘year of the vegan’, according to The Economist<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That means just about everyone is on the bandwagon, with even fast-food franchises such as McDonalds joining the list of restaurants now offering vegan meals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> McVegan, anyone?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, while the hype means that there are more places to access vegan-style food, being a vegan is still pretty hard – particularly if you entered the lifestyle fresh out of the transition from eating medium-rare steaks.<br> Below is a list of five foods that will help to make your transition to ‘veganhood’ that much easier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Cashews</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>From eating them roasted to making them into vegan-cheese, cashew nuts are essential to a vegan lifestyle. Cashew nuts are extremely versatile and if you’re looking for a great way to replace milk in your diet then cashews are your answer. Drooling to have taste of cheese again? Cashew paired with a few ingredients can give you that gets your saliva going. Not to mention, cashews are packed with minerals and vitamins such as iron, magnesium and zinc and is excellent if you are attempting to manage your weight.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Coconut<br>\nIf you’re the type that love cereal with milk, or are looking for a healthier oil for cooking – coconut is your go-to-alternative.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Coconut milk is derived from the flesh surrounding the shell of the coconut. Once cut from the shell, add a little water and you have coconut milk or save yourself the trouble and grab a carton from the supermarket shelf. Coconut milk, which has the consistency of regular cow’s milk can be used to replace dairy milk in just about anything including cereals, smoothies and curry dishes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As for coconut oil, it can be used as you would use vegetable oil, plus the body absorbs it rather easily and has antimicrobial and antifungal properties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chickpeas<br>\nYum, yum. Also known as garbanzo beans, these beans are magical in helping former meat eaters to replicate some of our favourite flesh dishes. Yup, chickpeas can be fashioned into faux-fish and even vegan meat-less balls.  Chickpeas are also good just the way they are make fantastic curries and stews that can be paired with grains for a complete meal. Did I mention that chickpeas are rich in protein?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Plantains<br>\nIt is a staple food of West and Central Africa, the Caribbean, Central America, and South America and is a must have on your journey to veganhood.  Plantains can be eaten cooked or uncooked and can be used to add a boost of sweet goodness to any dish or even drink.<br>\nPlantains are most popular eaten fried and are, particularly in the Caribbean, deemed side dishes. However, more and more plantains are being used in vegan dishes to substitute noodles and other dishes that require flour.<br>\nOne way to make a gluten-free lasagna is to substitute the lasagna noodle with green plantains. Green plantains are also used as a burger bun in some vegan meals. Ripe plantain is also used to make tarts and is a substitute for meat in pot pies.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bulgar Wheat<br>\nTexture, texture and more texture – that’s what buglar wheat has. It is this fabulous texture that makes the wheat good at simulating the look and feel of ground beef, bugar patties and even Middle Eastern-style kibbehs. <br>\nLow in calories and high in fibre, bulgar wheat is one of those grains that is good at soaking up flavours and makes for a great meat replacement if you’re looking to mimic the taste and texture of beef products.<br>\nBulgar is also fantastic for individuals trying to control their blood sugar levels. </p>\n<!-- /wp:paragraph -->','Year of the Vegan','','inherit','closed','closed','','907-revision-v1','','','2019-07-30 17:25:59','2019-07-30 22:25:59','',907,'https://buzz-caribbean.com/article/907-revision-v1/',0,'revision','',0),(911,11,'2019-07-30 17:29:02','2019-07-30 22:29:02','<!-- wp:paragraph -->\n<p>A rastaman is smiling somewhere and probably saying something like- ‘a long time the rasta did a tell yuh seh ital is vital’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You probably scoffed at that advice 10 years earlier but now it is all about peas, beans and a wholesome lifestyle.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We now happily turn up our noses at the once very delicious stew pork - after all, ‘weh pork ago?’&nbsp;and instead it is all about faux meat, not -cheese and other plant-based goodies.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like everywhere else in the world, Kingston, Jamaica is into the well-hyped vegan lifestyle and Buzz Jamaica is sharing five spots in the corporate area that are ideal for vegans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did we mention they’re all taste approved by our Editorial staff? Well, they are!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Kushites</strong>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What’s Gado Gado?&nbsp; Have you ever eaten vegan steak?&nbsp; What about sorell cheesecake?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Those are&nbsp;just some of the items available on Kushites’ menu, which changes approximately every three months.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":144,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/kushite-1-1024x614.jpg\" alt=\"\" class=\"wp-image-144\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What’s more, if you are into Dr Sebi they also offer meal items exclusively for the alkaline diet.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Appropriately located inside Eden Gardens Wellness Resort &amp; Spa, Kushites is vegan dining at its finest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The place looks spectacular with stunning golden rococo-style furnishings, which makes it the perfect spot to bring someone you are trying to impress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Mi Hungry&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is the ital food spot that is a hit among local vegans- Jamaican vegans love Mi Hungry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Opening at an impressive 8:00 am each morning, Mi hungry serves up a wide range of vegan dishes and plenty of freshly squeezed and cold press juices from sun up til well into the evening closing just before midnight.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tucked away inside the food mecca that is Marketplace, what makes Mi Hungry unique is nothing there is cooked-they offer what they call&nbsp; ‘live’ food.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Can you believe it, they offer pizzas, burgers and pastas and none of it has touched a stove.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How they do it? It is a variety of spicing and dehydration techniques.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This spot boasts not only a unique food preparation style but is always buzzing with an ital vibe and lively banter about natural life and black consciousness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a spot to not only nourish your body but nourish your mind and it is one of the most affordable natural eateries in town.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did we mention that they also have a location in Ocho Rios?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The Cheffing Don&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you love a great bean stew- then The Cheffing Don is your place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":145} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/cheffing-don-1024x614.jpg\" alt=\"\" class=\"wp-image-145\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The hit item on this menu is their three-bean stew, which is available on Wednesdays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, they have other equally as delicious plant-based meal items that are ideal for vegans or those hoping to cross over.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Priding themselves on utilizing local and organic foods, The Cheffing Don has an ital vibe evident in the fact that they don’t use plates, but keep it very roots serving up&nbsp;their delicately designed food masterpieces inside a calabash.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With plenty of greenery and outdoor seating, this place is an ideal spot to grab something nutritious to eat while getting in tune with nature.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Veggie Campus&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nestled into Skibo Avenue, Veggie Campus is a stone throw away from the prestigious Holy Childhood High School.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While sadly Veggie Campus is take-out only this spot boasts plenty of fun and lively dishes that make picking up the phone and making the call or sending the text a breeze.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[147],\"align\":\"center\"} -->\n<ul class=\"wp-block-gallery aligncenter columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/veggie-campus-1024x614.jpg\" alt=\"\" data-id=\"147\" data-link=\"https://buzz-caribbean.com/?attachment_id=147\" class=\"wp-image-147\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Boasting signature specials like their green plantain lasagna, which uses green plantains as sheets of pasta, stuffed with spiced lentils and creamy cashew cheese-&nbsp; Veggie Campus has the type of variety&nbsp;that makes you wonder why you ever thought veganhood was difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did we mention their bbq cauliflower- you’ll never miss the taste of bbq chicken wings again.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>New Leaf Vegetarian&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s been at its 121 Hope Road location for what feels like forever - and long before the vegan craze hit Kingston Harbour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This spot opens an hour before lunchtime and boasts sumptuous vegetarian goodies.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bean burgers, stir-frys, soups and delightful vegan pastries are just some of New Leaf Vegetarians offerings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Plus they are known for their speedy delivery and&nbsp;friendly customer service.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->','5 Go-to spots for vegans in Kingston','','inherit','closed','closed','','116-revision-v1','','','2019-07-30 17:29:02','2019-07-30 22:29:02','',116,'https://buzz-caribbean.com/article/116-revision-v1/',0,'revision','',0),(912,14,'2019-07-30 17:31:44','2019-07-30 22:31:44','<!-- wp:paragraph -->\n<p>Armed with just the language of thousands of research papers,\nartificial intelligence (AI) has been credited with discoveries never made by\nhuman scientists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The discoveries were&nbsp;<a href=\"https://www.nature.com/articles/s41586-019-1335-8.epdf?referrer_access_token=xnIXloemAjCocfXIt9dQ49RgN0jAjWel9jnR3ZoTv0P9QxlcO86f_GXZRxwYijrqa11Mx55SgniZXv55YKOR_sn816NK2x0O46Vim16XrS-SjyP9GMXeDQinUN75ES6enlxK__J5UabR6JdgR19bZSVLL5ZsK8146qMcipEbItW65C8aSk29Q_BfrKz4Gb5-kjz3m7dIaoRxs3e1I6qW4022QZ6aZMaOPxlATK7OOqj8lrhj-yufvROMPdStMZjAEK-efja6SfW5n-6xhZuV33BrlHdxmu8yxCQg-Mpomv4_WY2o4OqyFsbpNr_j-R-9&amp;tracking_referrer=www.vice.com\" target=\"_blank\" rel=\"noreferrer noopener\">publicised on July 3</a>,\nafter researchers from the Lawrence Berkeley National Laboratory in California\nused an algorithm,&nbsp;<em>Word2Vec</em>, to sift through scientific papers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The researchers were hoping the AI would make connections humans\nhad missed – and it found them!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the study, the algorithm processed&nbsp;a vocabulary of about\n500,000 words related to material science&nbsp;– spitting out predictions for\npossible thermoelectric materials, which convert heat to energy and are used in\nmany heating and cooling applications.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The most impressive part of the study was the algorithm didn’t\nknow the definition of ‘thermoelectric’ and received no training in materials\nscience.&nbsp;<strong><em>Mind. Blown.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Using only word associations, the algorithm was able to provide\ncandidates for future thermoelectric materials, some of which may be better\nthan those humankind currently uses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s a very promising prospect for the future of heating and\ncooling systems as the algorithm was able to understand complex concepts such\nas the periodic table and the chemical structure of molecules.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the study, published in Nature, in some cases,\nwords were linked to thermoelectric concepts but had never been written about\nas ‘thermoelectric’ in any abstract they surveyed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>How cool is that!</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Okay, so not quite Skynet, but the discoveries made by the\nalgorithm were significant, as this gap in knowledge is hard to catch with a\nhuman eye, but easy for an AI to spot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here\'s to the future Buzzhive! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What do you think of these latest developments? Leave your thoughts in the comments below!</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','909-revision-v1','','','2019-07-30 17:31:44','2019-07-30 22:31:44','',909,'https://buzz-caribbean.com/article/909-revision-v1/',0,'revision','',0),(913,14,'2019-07-30 18:20:48','2019-07-30 23:20:48','<!-- wp:image {\"id\":931} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/plants-in-home-demo-1024x683.jpeg\" alt=\"\" class=\"wp-image-931\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Do you feel that? #PlaceHotB!&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s the type of heat that can make you drowsy, and the summer\nis here to remind you that it’s in charge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Though the heavy-duty fans and air conditioning units offer\nvarying degrees of respite, many Jamaican homes have a much cheaper option to\ncool down:&nbsp;<strong>PLANTS</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The average Jamaican houses around one to four potted plants for aesthetic purposes. Did you know that recent studies have shown that adding&nbsp;certain plants can not only keep the air around your homes cool but also help flush out toxins?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":942} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-plant-around-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-942\" /><figcaption>Acrea palm (centre) and golden pothos (right) among plants used in our Buzz offices! (Photo: Gavin Riley)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Plants have been proven to keep your house cool because they lose water during transpiration, which freshens the air around the plants, leaving it purified and crisp. If you’re looking for a natural, inexpensive way to keep your\nhouse cool, consider getting some&nbsp;of these plants, which can help keep temperatures\ndown:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Acrea palm tree</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":920} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/acrea-palm-tree_demo-1024x576.jpg\" alt=\"\" class=\"wp-image-920\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As one of the most popular living room and patio plants across the island, areca palm trees are decorative houseplants that act as natural humidifiers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to cooling off your home, areca palms can remove\nbenzene, formaldehyde and trichloroethylene from the air.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Aloe vera</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":922} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-aloe-vera_demo.jpg\" alt=\"\" class=\"wp-image-922\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Known affectionately as ‘sinkle bible’, having an aloe vera plant on hand will not only come in handy if you get any nasty itch, cuts or sunburns, but it is also effective at cooling the air temperature and&nbsp;removing formaldehyde from the air.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a study conducted by the Beijing University of Chemical Technology, potted plants, such as aloe vera could remove formaldehyde from the air in confined spaces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Potted ferns</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":919} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-ferns_demo-1024x614.jpg\" alt=\"\" class=\"wp-image-919\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Potted ferns are not only aesthetically pleasing but are popular for their minimalistic design. These plants have been proven to be quite skilled in ‘sprucing up’ the air quality in your home. Potted ferns are notoriously adept at absorbing harmful gases through pores on the surface of their leaves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Snake plants</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":921} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/snake-plant_demo.jpg\" alt=\"\" class=\"wp-image-921\" /><figcaption>Sansevieria trifasciata or Snake plant in pot at home</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Snake plants, also known as Mother-in-Law\'s Tongue, are another potted plant with exceptional air-purifying properties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a 1989 study published by scientists at NASA, low-light requiring houseplants such as mother-in-law’s tongue, “have demonstrated the potential for improving indoor air quality by removing trace organic pollutants from the air in energy-efficient buildings”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Golden pothos</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":918} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/golden-pothos_demo-1024x614.jpg\" alt=\"\" class=\"wp-image-918\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The golden pothos is another plant popular in Jamaica with great air-purification properties. Known locally as \'creeper\', the plant, which thrives in a system of vines, is perfect for those who aren’t exactly garden-savvy, as it’s extremely easy to take care of.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> A golden pothos requires little light and little care, and it will keep your air cool and purified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now that you’re armed to the bedrock with information, \'cool dung yuh yaad\' with your own ‘green arsenal’ and get your purify on!</p>\n<!-- /wp:paragraph -->','BUZZ Hacks: 5 plants to keep your home cool this summer','','publish','closed','closed','','buzz-hacks-5-plants-to-keep-your-home-cool-this-summer','','','2019-08-15 08:24:23','2019-08-15 13:24:23','',0,'https://buzz-caribbean.com/?p=913',0,'post','',0),(914,11,'2019-07-30 17:32:15','2019-07-30 22:32:15','','McVegan','','inherit','closed','closed','','mcvegan','','','2019-07-30 17:32:15','2019-07-30 22:32:15','',907,'https://buzz-caribbean.com/app/uploads/2019/07/McVegan.jpg',0,'attachment','image/jpeg',0),(915,4,'2019-07-30 17:35:56','2019-07-30 22:35:56','<!-- wp:paragraph -->\n<p>Blac Chyna says \"communication\" is the key to co-parenting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The artiste says she has a good relationship with both her children\'s fathers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 31-year-old reality star has six-year-old son King Cairo with her former partner Tyga and two-year-old daughter Dream with her ex-fiancé Rob Kardashian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>It makes it a little bit easier if you can communicate with your child\'s other parent</p><cite>— Blac Chyna</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She said her secret to successfully co-parenting her brood is to make sure she can communicate easily with both her exes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"It makes it a little bit easier if you can communicate with your child\'s other parent. That\'s the best and healthiest way.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chyna praised both Tyga and Rob for helping out when she needs time to \"reset\" away from her children.</p>\n<!-- /wp:paragraph -->','Blac Chyna gives key to co-parenting','','inherit','closed','closed','','889-revision-v1','','','2019-07-30 17:35:56','2019-07-30 22:35:56','',889,'https://buzz-caribbean.com/article/889-revision-v1/',0,'revision','',0),(916,11,'2019-07-30 17:36:22','2019-07-30 22:36:22','','Cashew','','inherit','closed','closed','','cashew','','','2019-07-30 17:36:22','2019-07-30 22:36:22','',907,'https://buzz-caribbean.com/app/uploads/2019/07/Cashew.jpg',0,'attachment','image/jpeg',0),(917,4,'2019-07-30 17:37:03','2019-07-30 22:37:03','','Blac Chyna attends the Blowpro event in Miami Beach','Blac Chyna attends the Blowpro event in Miami Beach, Florida. \r<P>\rPictured: Blac Chyna\r<B>Ref: SPL1595301  081017  </B><BR />\rPicture by: Romain Maurice/Splash News<BR />\r</P><P>\r<B>Splash News and Pictures</B><BR />\rLos Angeles:	310-821-2666<BR />\rNew York:	212-619-2666<BR />\rLondon:	870-934-2666<BR />\rphotodesk@splashnews.com<BR />\r</P>','inherit','closed','closed','','blac-chyna-attends-the-blowpro-event-in-miami-beach','','','2019-07-30 17:37:03','2019-07-30 22:37:03','',889,'https://buzz-caribbean.com/app/uploads/2019/07/Blac-Chyna-.jpeg',0,'attachment','image/jpeg',0),(918,14,'2019-07-30 17:37:15','2019-07-30 22:37:15','','golden-pothos_demo','','inherit','closed','closed','','golden-pothos_demo','','','2019-07-30 17:37:15','2019-07-30 22:37:15','',913,'https://buzz-caribbean.com/app/uploads/2019/07/golden-pothos_demo.jpg',0,'attachment','image/jpeg',0),(919,14,'2019-07-30 17:37:25','2019-07-30 22:37:25','','potted-ferns_demo','','inherit','closed','closed','','potted-ferns_demo','','','2019-07-30 17:37:25','2019-07-30 22:37:25','',913,'https://buzz-caribbean.com/app/uploads/2019/07/potted-ferns_demo.jpg',0,'attachment','image/jpeg',0),(920,14,'2019-07-30 17:37:37','2019-07-30 22:37:37','','acrea-palm-tree_demo','','inherit','closed','closed','','acrea-palm-tree_demo','','','2019-07-30 17:37:37','2019-07-30 22:37:37','',913,'https://buzz-caribbean.com/app/uploads/2019/07/acrea-palm-tree_demo.jpg',0,'attachment','image/jpeg',0),(921,14,'2019-07-30 17:37:53','2019-07-30 22:37:53','','Sansevieria trifasciata or Snake plant in pot at home','Sansevieria trifasciata or Snake plant in pot at home','inherit','closed','closed','','sansevieria-trifasciata-or-snake-plant-in-pot-at-home','','','2019-07-30 17:37:53','2019-07-30 22:37:53','',913,'https://buzz-caribbean.com/app/uploads/2019/07/snake-plant_demo.jpg',0,'attachment','image/jpeg',0),(922,14,'2019-07-30 17:38:19','2019-07-30 22:38:19','','potted-aloe-vera_demo','','inherit','closed','closed','','potted-aloe-vera_demo','','','2019-07-30 17:38:19','2019-07-30 22:38:19','',913,'https://buzz-caribbean.com/app/uploads/2019/07/potted-aloe-vera_demo.jpg',0,'attachment','image/jpeg',0),(923,11,'2019-07-30 17:39:24','2019-07-30 22:39:24','','coconut','','inherit','closed','closed','','coconut','','','2019-07-30 17:39:24','2019-07-30 22:39:24','',907,'https://buzz-caribbean.com/app/uploads/2019/07/coconut.jpg',0,'attachment','image/jpeg',0),(924,9,'2019-07-30 17:52:31','2019-07-30 22:52:31','<!-- wp:image {\"id\":1392} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/MAKEUP_20190712163627_save-1024x683.jpg\" alt=\"\" class=\"wp-image-1392\" /><figcaption>Bad Gyal Marie has been living in Jamaica since 2009. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They say the journey of a thousand miles\nbegins with one step. But for Marie Sano, more popularly known as Bad Gyal\nMarie, hers was the journey of more than 8,000 miles – from Tokyo, Japan, to\nKingston, Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her ‘one step’ came in 2009 when she\ndecided to leave the place she had called home all her life to move to Jamaica,\na place she inexplicably felt drawn to, from the very first time she heard\ndancehall music at a Japanese club.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Reggae music is big in Japan” </p><cite>— Bad Gyal Marie</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Reggae music is big in Japan,” she said.\n“I remember when I was a teenager I went to a club and the DJ played dancehall\nmusic, and it changed my life. I just felt something. I cannot explain because\nit was so strange. It was like my blood just started boiling.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Determined to pursue this new-found\npassion, she threw herself into research about Jamaican music. She invested in\nrecords and practised spinning them in clubs. But even then, she never intended\nfor it to become her full-time career. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":929} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/MarieShabba-1024x683.jpg\" alt=\"\" class=\"wp-image-929\" /><figcaption>Bad Gyal Marie (left) says Likkle Shabba (right) taught her a lot about dancehall music. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What she felt in that moment when she fell in love with dancehall and reggae music, however, was perhaps the pull of the universe, drawing her in the direction of exactly where she needed to be, as since her move to Jamaica, Bad Gyal Marie has realised that being a selector is, in fact, her calling. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Operating as the lone female selector on the sound system, Notorious International, Bad Gyal Marie has made quite the name for herself, most recently copping first place in the keenly contested 2019 Boom All Star Sound Clash.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her journey to the Boom title took some\ndoing, however, as Bad Gyal Marie had to work hard to prove that she was more\nthan a spectacle – more than a little Japanese girl playing around with\nJamaican culture. And even before then, she had to convince her parents that\nmoving to Jamaica was a good idea.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":930} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/MarieA.jpg\" alt=\"\" class=\"wp-image-930\" /><figcaption>Bad Gyal Marie moved to Jamaica from Japan in 2009. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After graduating from college with a degree\nin Cultural Studies, Marie decided to make the permanent move. By then, her\nparents had been sufficiently convinced that this was her passion and she now\nhad their full support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She started her career as a selector in\nJamaica by working with a fellow Japanese national. Together, both women would\nget a shot at the turntables at popular local street dances like Passa Passa. But\nfor Marie, it was not enough. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I always say every Jamaican is my teacher, in language and in music and so I just ketch the patois likkle by likkle” </p><cite>— Bad Gyal Marie</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Determined to be taken more seriously and\nrealising that she wanted to play all night and not just for 15 minutes, Marie\nmet Likkle Shabba, a selector from Kingston 13 who took her under his wings,\ntraining her and teaching her the ropes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I used to just go to the studio and talk\nto people daily. I always say every Jamaican is my teacher, in language and in\nmusic and so I just ketch the patois likkle by likkle,” Marie said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Working with Likkle Shabba, Marie received\nmore exposure, playing in a weekly session they hosted together called Yard\nClothes Wednesdays in the Wellington Road area of Kingston 13. They would later\ngo on to create the sound system Notorious International, featuring the likes\nof DJ Premiere, DJ Lucky, Oddie Frass, Superstar from Tokyo, and of course\nMarie and Likkle Shabba.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now that she has earned the respect of many\nin the dancehall space, Marie continues to make her mark across Jamaica. And along\nwith Notorious International, Marie has entered the Guinness Sounds of\nGreatness before winning the Boom All-Star Clash in May 2019. </p>\n<!-- /wp:paragraph -->','Japanese selector makes Jamaica her home','','publish','closed','closed','','japanese-selector-makes-jamaica-her-home','','','2019-08-14 19:04:33','2019-08-15 00:04:33','',0,'https://buzz-caribbean.com/?p=924',0,'post','',0),(925,4,'2019-07-30 17:41:41','2019-07-30 22:41:41','<!-- wp:paragraph -->\n<p>Blac Chyna says \"communication\" is the key to co-parenting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The artiste says she has a good relationship with both her children\'s fathers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 31-year-old reality star has six-year-old son King Cairo with her former partner Tyga and two-year-old daughter Dream with her ex-fiancé Rob Kardashian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":917} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Blac-Chyna-.jpeg\" alt=\"\" class=\"wp-image-917\" /><figcaption>Blac Chyna <br><p> </p></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>It makes it a little bit easier if you can communicate with your child\'s other parent</p><cite>— Blac Chyna</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She said her secret to successfully co-parenting her brood is to make sure she can communicate easily with both her exes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"It makes it a little bit easier if you can communicate with your child\'s other parent. That\'s the best and healthiest way.\"</p>\n<!-- /wp:paragraph -->','Blac Chyna gives key to co-parenting','','inherit','closed','closed','','889-revision-v1','','','2019-07-30 17:41:41','2019-07-30 22:41:41','',889,'https://buzz-caribbean.com/article/889-revision-v1/',0,'revision','',0),(926,11,'2019-07-30 17:42:06','2019-07-30 22:42:06','','Coconut-milk','','inherit','closed','closed','','coconut-milk','','','2019-07-30 17:42:06','2019-07-30 22:42:06','',907,'https://buzz-caribbean.com/app/uploads/2019/07/Coconut-milk.png',0,'attachment','image/png',0),(927,4,'2019-07-30 17:43:32','2019-07-30 22:43:32','<!-- wp:paragraph -->\n<p>Blac Chyna says \"communication\" is the key to co-parenting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The artiste says she has a good relationship with both her children\'s fathers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 31-year-old reality star has six-year-old son King Cairo with her former partner Tyga and two-year-old daughter Dream with her ex-fiancé Rob Kardashian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":917} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Blac-Chyna-.jpeg\" alt=\"\" class=\"wp-image-917\" /><figcaption>Blac Chyna <br><p> </p></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It makes it a little bit easier if you can communicate with your child\'s other parent\"</p><cite>— Blac Chyna</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She said her secret to successfully co-parenting her brood is to make sure she can communicate easily with both her exes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"It makes it a little bit easier if you can communicate with your child\'s other parent. That\'s the best and healthiest way.\"</p>\n<!-- /wp:paragraph -->','Blac Chyna gives key to co-parenting','','inherit','closed','closed','','889-revision-v1','','','2019-07-30 17:43:32','2019-07-30 22:43:32','',889,'https://buzz-caribbean.com/article/889-revision-v1/',0,'revision','',0),(928,11,'2019-07-30 17:44:52','2019-07-30 22:44:52','','chickpeas-in-a-bowl','','inherit','closed','closed','','chickpeas-in-a-bowl','','','2019-07-30 17:44:52','2019-07-30 22:44:52','',907,'https://buzz-caribbean.com/app/uploads/2019/07/chickpeas-in-a-bowl.jpg',0,'attachment','image/jpeg',0),(929,9,'2019-07-30 17:46:29','2019-07-30 22:46:29','','Bad Gyal Marie Shabba','Bad Gyal Marie (left) and Shabba.','inherit','closed','closed','','marieshabba','','','2019-08-14 19:02:36','2019-08-15 00:02:36','',924,'https://buzz-caribbean.com/app/uploads/2019/07/MarieShabba.jpg',0,'attachment','image/jpeg',0),(930,9,'2019-07-30 17:46:36','2019-07-30 22:46:36','','Bad Gyal Marie AC','','inherit','closed','closed','','mariea','','','2019-08-14 19:03:26','2019-08-15 00:03:26','',924,'https://buzz-caribbean.com/app/uploads/2019/07/MarieA.jpg',0,'attachment','image/jpeg',0),(931,14,'2019-07-30 17:48:32','2019-07-30 22:48:32','','plants-in-home-demo','','inherit','closed','closed','','plants-in-home-demo','','','2019-07-30 17:48:32','2019-07-30 22:48:32','',913,'https://buzz-caribbean.com/app/uploads/2019/07/plants-in-home-demo.jpeg',0,'attachment','image/jpeg',0),(932,11,'2019-07-30 17:49:04','2019-07-30 22:49:04','','Green-Plantain','','inherit','closed','closed','','green-plantain','','','2019-07-30 17:49:04','2019-07-30 22:49:04','',907,'https://buzz-caribbean.com/app/uploads/2019/07/Green-Plantain.jpg',0,'attachment','image/jpeg',0),(933,9,'2019-07-30 17:51:40','2019-07-30 22:51:40','<!-- wp:paragraph -->\n<p>They say the journey of a thousand miles\nbegins with one step. But for Marie Sano, more popularly known as Bad Gyal\nMarie, hers was the journey of more than 8,000 miles – from Tokyo, Japan, to\nKingston, Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her ‘one step’ came in 2009 when she\ndecided to leave the place she had called home all her life to move to Jamaica,\na place she inexplicably felt drawn to, from the very first time she heard\ndancehall music at a Japanese club.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":929} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/MarieShabba-1024x683.jpg\" alt=\"\" class=\"wp-image-929\" /><figcaption>Bad Gyal Marie (left) says Likkle Shabba (right) taught her a lot about dancehall music. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Reggae music is big in Japan,” she said.\n“I remember when I was a teenager I went to a club and the DJ played dancehall\nmusic, and it changed my life. I just felt something. I cannot explain because\nit was so strange. It was like my blood just started boiling.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Determined to pursue this new-found\npassion, she threw herself into research about Jamaican music. She invested in\nrecords and practised spinning them in clubs. But even then, she never intended\nfor it to become her full-time career. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Reggae music is big in Japan.” </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>What she felt in that moment when she fell\nin love with dancehall and reggae music, however, was perhaps the pull of the\nuniverse, drawing her in the direction of exactly where she needed to be, as\nsince her move to Jamaica, Bad Gyal Marie has realised that being a selector is\nin fact her calling. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Operating as the lone female selector on the sound system, Notorious International, Bad Gyal Marie has made quite the name for herself, most recently copping first place in the keenly contested 2019 Boom All Star Sound Clash.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her journey to the Boom title took some\ndoing, however, as Bad Gyal Marie had to work hard to prove that she was more\nthan a spectacle – more than a little Japanese girl playing around with\nJamaican culture. And even before then, she had to convince her parents that\nmoving to Jamaica was a good idea.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":930} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/MarieA.jpg\" alt=\"\" class=\"wp-image-930\" /><figcaption>Bad Gyal Marie moved to Jamaica from Japan in 2009. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After graduating from college with a degree\nin Cultural Studies, Marie decided to make the permanent move. By then, her\nparents had been sufficiently convinced that this was her passion and she now\nhad their full support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She started her career as a selector in\nJamaica by working with a fellow Japanese national. Together, both women would\nget a shot at the turntables at popular local street dances like Passa Passa. But\nfor Marie, it was not enough. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I used to just go to the studio and talk to people daily. I always say every Jamaican is my teacher, in language and in music and so I just ketch the patois likkle by likkle,” </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Determined to be taken more seriously and\nrealising that she wanted to play all night and not just for 15 minutes, Marie\nmet Likkle Shabba, a selector from Kingston 13 who took her under his wings,\ntraining her and teaching her the ropes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I used to just go to the studio and talk\nto people daily. I always say every Jamaican is my teacher, in language and in\nmusic and so I just ketch the patois likkle by likkle,” Marie said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Working with Likkle Shabba, Marie received\nmore exposure, playing in a weekly session they hosted together called Yard\nClothes Wednesdays in the Wellington Road area of Kingston 13. They would later\ngo on to create the sound system Notorious International, featuring the likes\nof DJ Premiere, DJ Lucky, Oddie Frass, Superstar from Tokyo, and of course\nMarie and Likkle Shabba.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now that she has earned the respect of many\nin the dancehall space, Marie continues to make her mark across Jamaica. And along\nwith Notorious International, Marie has entered the Guinness Sounds of\nGreatness before winning the Boom All-Star Clash in May 2019. </p>\n<!-- /wp:paragraph -->','Japanese selector makes Jamaica her home','','inherit','closed','closed','','924-revision-v1','','','2019-07-30 17:51:40','2019-07-30 22:51:40','',924,'https://buzz-caribbean.com/article/924-revision-v1/',0,'revision','',0),(934,11,'2019-07-30 17:53:43','2019-07-30 22:53:43','','Fried-Plantain','','inherit','closed','closed','','fried-plantain','','','2019-07-30 17:53:43','2019-07-30 22:53:43','',907,'https://buzz-caribbean.com/app/uploads/2019/07/Fried-Plantain.jpg',0,'attachment','image/jpeg',0),(935,11,'2019-07-30 17:58:06','2019-07-30 22:58:06','','Bulgur-Wheat','','inherit','closed','closed','','bulgur-wheat','','','2019-07-30 17:58:06','2019-07-30 22:58:06','',907,'https://buzz-caribbean.com/app/uploads/2019/07/Bulgur-Wheat.jpg',0,'attachment','image/jpeg',0),(936,4,'2019-07-30 21:01:40','2019-07-31 02:01:40','<!-- wp:paragraph -->\n<p>Serena Williams will fight for equality until the \"day she\'s in her grave\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The tennis star — who has daughter Alexis, 22 months — feels it is important to fight for what she believes is right for as long as she lives.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":955} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/serena-and-olympia2.jpg.png\" alt=\"\" class=\"wp-image-955\" /><figcaption>Serena and daughter Olympia. (Instagram - @serenawilliams)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said: \"The day I stop fighting for equality and for people that look like you and me will be the day I\'m in my grave.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":937} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Serena-Williams-.jpeg\" alt=\"\" class=\"wp-image-937\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Serena suffered from post-natal depression following the birth of her daughter and opened up about her journey to help others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BzYEcSQHjoT/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BzYEcSQHjoT/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>I remember one day, I couldn\'t find Olympia\'s bottle and I got so upset I started crying</p><cite>— Serena Williams</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She said: \"Honestly, sometimes I think I still have to deal with it. I think people have to talk about it more because it\'s almost like the fourth trimester, it\'s part of the pregnancy. I remember one day, I couldn\'t find Olympia\'s bottle and I got so upset I started crying... because I wanted to be perfect for her.\"</p>\n<!-- /wp:paragraph -->','Serena Williams\' lifelong fight for equality','','publish','closed','closed','','serena-williams-lifelong-fight-for-equality','','','2019-08-14 17:48:48','2019-08-14 22:48:48','',0,'https://buzz-caribbean.com/?p=936',0,'post','',0),(937,4,'2019-07-30 18:00:52','2019-07-30 23:00:52','','Serena-Williams-','','inherit','closed','closed','','serena-williams','','','2019-07-30 18:00:52','2019-07-30 23:00:52','',936,'https://buzz-caribbean.com/app/uploads/2019/07/Serena-Williams-.jpeg',0,'attachment','image/jpeg',0),(938,11,'2019-07-30 18:06:32','2019-07-30 23:06:32','','Ackee Tortilla','','inherit','closed','closed','','ackee-tortilla','','','2019-07-30 18:06:32','2019-07-30 23:06:32','',907,'https://buzz-caribbean.com/app/uploads/2019/07/Ackee-Tortilla.jpg',0,'attachment','image/jpeg',0),(939,11,'2019-07-30 18:07:07','2019-07-30 23:07:07','<!-- wp:paragraph -->\n<p>It is the ‘year of the vegan’, according to <a href=\"https://worldin2019.economist.com/theyearofthevegan\">The Economist</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That means just about everyone is on the bandwagon, with even fast-food franchises such as McDonald\'s joining the list of restaurants now offering vegan meals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <a href=\"https://www.forbes.com/sites/michaelpellmanrowland/2019/04/14/mcvegan-celebrity-petition/#4432c3f13403\">McVegan</a>, anyone?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":914} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/McVegan.jpg\" alt=\"\" class=\"wp-image-914\" /><figcaption>McDonald\'s recently rolled out their veggie burger with much success in Finland (Source: Forbes)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, while the hype means that there are <a href=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/\">more places</a> to access vegan-style food, being a vegan is still pretty hard – particularly if you entered the lifestyle fresh out of the transition from eating medium-rare steaks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Below is a list of five foods that will help to make your transition to ‘veganhood’ that much easier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Cashews</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>From eating them roasted to making them into vegan-cheese, cashew nuts are essential to a vegan lifestyle. Cashew nuts are extremely versatile and if you’re looking for a great way to replace milk in your diet then cashews are your answer. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":916} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Cashew-1024x685.jpg\" alt=\"\" class=\"wp-image-916\" /><figcaption>Cashew</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Drooling to have the taste of cheese again? Cashew paired with a few ingredients is sure to get your saliva going. Not to mention, cashews are packed with minerals and vitamins such as iron, magnesium and zinc and is excellent if you are attempting to manage your weight.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Coconut</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> If you’re the type that loves cereal with milk, or are looking for a healthier oil for cooking – coconut is your go-to-alternative.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":923} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/coconut.jpg\" alt=\"\" class=\"wp-image-923\" /><figcaption>Coconuts</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Coconut milk is derived from the flesh surrounding the shell of the coconut. Once cut from the shell, add a little water and you have coconut milk or save yourself the trouble and grab a carton from the supermarket shelf.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":926} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Coconut-milk.png\" alt=\"\" class=\"wp-image-926\" /><figcaption>One of several brands of coconut milk products available in Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Coconut milk, which has the consistency of regular cow’s milk can be used to replace dairy milk in just about anything including cereals, smoothies and curry dishes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As for coconut oil, it can be used as you would use vegetable oil, plus the body absorbs it rather easily and has antimicrobial and antifungal properties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3> Chickpeas </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> Yum, yum. Also known as garbanzo beans, these beans are magical in helping former meat-eaters to replicate some of our favourite flesh dishes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":928} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/chickpeas-in-a-bowl-1024x747.jpg\" alt=\"\" class=\"wp-image-928\" /><figcaption>Chickpeas</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Yup, chickpeas can be fashioned into faux-fish and even vegan meat-less balls.  Chickpeas are also good just the way they are, make fantastic curries and stews that can be paired with grains for a complete meal. Did I mention that chickpeas are rich in protein?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Plantains</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a staple food of West and Central Africa, the Caribbean, Central America, and South America and is a must-have on your journey to veganhood. Plantains can be eaten cooked or uncooked and can be used to add a boost of sweet goodness to any dish or even drink.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":932} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Green-Plantain-1024x683.jpg\" alt=\"\" class=\"wp-image-932\" /><figcaption>Green plantains</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Plantains are most popularly eaten fried and are, particularly in the Caribbean, deemed side dishes. However, more and more plantains are being used in vegan dishes to substitute noodles and other dishes that require flour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":934,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Fried-Plantain.jpg\" alt=\"\" class=\"wp-image-934\" /><figcaption>Plated fried plantains</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>One way to make a gluten-free lasagna is to substitute the lasagna noodle with green plantains. Green plantains are also used as a burger bun in some vegan meals. Ripe plantain is also used to make tarts and is a substitute for meat in pot pies.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Bulgur Wheat</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Texture, texture and more texture – that’s what bulgur wheat has. It is this fabulous texture that makes the wheat good at simulating the look and feel of ground beef, burger patties and even Middle Eastern-style kibbehs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":935,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Bulgur-Wheat.jpg\" alt=\"\" class=\"wp-image-935\" /><figcaption>Bulgur wheat</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Low in calories and high in fibre, bulgur wheat is one of those grains that is good at soaking up flavours and makes for a great meat replacement if you’re looking to mimic the taste and texture of beef products.<br>Bulgur is also fantastic for individuals trying to control their blood sugar levels. </p>\n<!-- /wp:paragraph -->','Year of the Vegan: 5 tasty vegan approved treats','','inherit','closed','closed','','907-revision-v1','','','2019-07-30 18:07:07','2019-07-30 23:07:07','',907,'https://buzz-caribbean.com/article/907-revision-v1/',0,'revision','',0),(942,14,'2019-07-30 18:19:36','2019-07-30 23:19:36','','potted-plant-around-buzz','','inherit','closed','closed','','potted-plant-around-buzz','','','2019-07-30 18:19:36','2019-07-30 23:19:36','',913,'https://buzz-caribbean.com/app/uploads/2019/07/potted-plant-around-buzz.jpg',0,'attachment','image/jpeg',0),(943,21,'2019-07-30 18:36:37','2019-07-30 23:36:37','<!-- wp:paragraph -->\n<p>It is often said that men are predators who like the challenge of the hunt. Yet, for all their eagerness to couple up with an attractive mate of their choosing, there are some females with qualities, quirks or traits which are red flags in any relationship who usually have men running in the opposite direction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4268} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/relationship-argument-bench-breakup-984949-1024x684.jpg\" alt=\"\" class=\"wp-image-4268\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The Balls Checker</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Yes, you read right. There are women out there who, when a man gets home, have him drop his trousers and literally cup and weigh his balls to see if they feel ‘lighter’. A ‘light’ testicle is said to be an indication that some illicit sexual activity took place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The Deodorant</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>While some older men are used to having young ‘arm candy’ with them when they go to events, no rational man wants a female who is glued to his sid,e every step he makes. These females may literally hold onto his arm like a magnet everywhere and what makes it particularly awkward is that usually, they have nothing to contribute to the conversation around them. Clingy much?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3> The Nagger  </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This needs no explanation. The yelling and harping on the same topic over and over can drive a man to drink…or find earplugs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Miss High Maintenance</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If she spends more time with her compact case or making sure that not one strand of hair is out of place, you do not have to wonder if she is born with it or if it\'s Maybelline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The Airhead</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Contrary to popular belief, most men do not want a dumb woman. In the past, the misconception was a dummy was easy to control and manipulate but a real man has no use for a woman with nothing between her ears other than wax built up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4269} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/relationship-adult-art-artsy-278312-1-1024x679.jpg\" alt=\"\" class=\"wp-image-4269\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The Prude</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>While a lady is desirable and the kind you want to take home to mamma, the idea of an uptight female who is offended by every dirty joke, every toot of flatulence, every burp, who closes the bathroom door to change into a long nightgown or worse who thinks ‘dirty talk’ during intercourse is vulgar, is just not attractive in the least.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The Stalker</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>While men may seem to have a monopoly on stalker-like behaviour there are some women who can teach them a thing or two. These females will see a social media post about being out with the boys…and just turn up uninvited! Who does that?!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The Know-it-all </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Nothing deflates a hard-on, like a female who knows everything about anything and who never lets a man get a word in. All this, while emasculating him about stuff she believes he does not know.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The ‘Homie Hopper’</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This is a female who a guy likes and who seems mad chill but when he takes her around his homeboys, he finds out that she smashed the homies. In plain English, she has slept with one or more of his friends in the past. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Granted it was before they ever met or dated, so it is not cheating, but most men will not be comfortable knowing that their friends know exactly how she moans in bed or where on her upper thigh her mole is. If he feels like he will become a laughing stock amongst his friends, chances are the relationship will be dead in the water.</p>\n<!-- /wp:paragraph -->','What men don’t want: Male dealbreakers','','publish','closed','closed','','what-men-dont-want-male-dealbreakers','','','2019-08-15 12:08:17','2019-08-15 17:08:17','',0,'https://buzz-caribbean.com/?p=943',0,'post','',0),(944,14,'2019-07-30 18:20:48','2019-07-30 23:20:48','<!-- wp:image {\"id\":931} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/plants-in-home-demo-1024x683.jpeg\" alt=\"\" class=\"wp-image-931\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Do you feel that? #PlaceHotB!&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s the type of heat that can make you drowsy, and the summer\nis here to remind you that it’s in charge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Though the heavy-duty fans and air conditioning units offer\nvarying degrees of respite, many Jamaican homes have a much cheaper option to\ncool down:&nbsp;<strong>PLANTS</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The average Jamaican houses around one to four potted plants for\naesthetic purposes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did you know that recent studies have shown that adding certain plants can not only keep the air around your homes cool but also help flush out toxins?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":942} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-plant-around-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-942\" /><figcaption>Potted fern (centre) and golden pothos (right) among plants used at the Buzz offices! (Photo, Gavin Riley)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Plants have been proven to keep your house cool because they\nlose water during transpiration, which freshens the air around the plants,\nleaving it purified and crisp.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’re looking for a natural, inexpensive way to keep your\nhouse cool, consider getting some&nbsp;of these plants, which can help keep temperatures\ndown:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Acrea palm tree</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":920} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/acrea-palm-tree_demo-1024x576.jpg\" alt=\"\" class=\"wp-image-920\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>1.</strong>&nbsp;&nbsp;&nbsp;&nbsp;<em>Areca Palm Tree</em>: As one of the\nmost popular living room and patio plants across the island, areca palm trees\nare decorative houseplants that act as natural humidifiers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to cooling off your home, areca palms can remove\nbenzene, formaldehyde and trichloroethylene from the air.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Aloe vera</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":922} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-aloe-vera_demo.jpg\" alt=\"\" class=\"wp-image-922\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>2.</strong>&nbsp;&nbsp;&nbsp;<em>Aloe Vera</em>: Known affectionately as\n‘sinkle bible’, having an aloe vera plant on hand will not only come in handy\nif you get any nasty itch, cuts or sunburns, but it is also effective at cooling\nthe air temperature and&nbsp;removing formaldehyde from the air.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a study conducted by the Beijing University of\nChemical Technology,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>potted plants, such as aloe vera could remove formaldehyde from\nair in confined spaces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Potted ferns</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":919} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-ferns_demo-1024x614.jpg\" alt=\"\" class=\"wp-image-919\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>3.</strong>&nbsp;&nbsp;&nbsp;<em>Ferns</em>: Potted ferns are not only\naesthetically pleasing but are popular for their minimalistic design. These\nplants have been proven to be quite skilled in ‘sprucing up’ the air quality in\nyour home.<br>\n<br>\nPotted ferns are notoriously adept at absorbing harmful gases through pores on\nthe surface of their leaves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Snake plants</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":921} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/snake-plant_demo.jpg\" alt=\"\" class=\"wp-image-921\" /><figcaption>Sansevieria trifasciata or Snake plant in pot at home</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>4.</strong>&nbsp;&nbsp;&nbsp;&nbsp;<em>Snake plant</em>:&nbsp; Snake plants,\nalso known as Mother-in-Law\'s Tongue, are another potted plant with exceptional\nair-purifying properties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a 1989 study published by scientists at NASA,\nlow-light requiring houseplants such as mother-in-law’s tongue, “have\ndemonstrated the potential for improving indoor air quality by removing trace\norganic pollutants from the air in energy-efficient buildings.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2> Golden pothos</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":918} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/golden-pothos_demo-1024x614.jpg\" alt=\"\" class=\"wp-image-918\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong>&nbsp;&nbsp;&nbsp;<em>Golden pothos</em>: The golden pothos is\nanother plant popular in Jamaica with great air-purification properties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The plant, which thrives in a system of vines, is perfect for\nthose who aren’t exactly garden-savvy, as it’s extremely easy to take care of.\nA golden pothos requires little light and little care, and it will keep your\nair cool and purified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now that you’re armed to the bedrock with information, cool dung\nyuh yaad with your very own ‘green arsenal’ and get you purify on!</p>\n<!-- /wp:paragraph -->','Buzz Hacks: 5 plants to keep your home cool this summer','','inherit','closed','closed','','913-revision-v1','','','2019-07-30 18:20:48','2019-07-30 23:20:48','',913,'https://buzz-caribbean.com/article/913-revision-v1/',0,'revision','',0),(945,14,'2019-07-30 18:22:21','2019-07-30 23:22:21','<!-- wp:image {\"id\":931} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/plants-in-home-demo-1024x683.jpeg\" alt=\"\" class=\"wp-image-931\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Do you feel that? #PlaceHotB!&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s the type of heat that can make you drowsy, and the summer\nis here to remind you that it’s in charge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Though the heavy-duty fans and air conditioning units offer\nvarying degrees of respite, many Jamaican homes have a much cheaper option to\ncool down:&nbsp;<strong>PLANTS</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The average Jamaican houses around one to four potted plants for\naesthetic purposes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did you know that recent studies have shown that adding&nbsp;certain plants can not only keep the air around your homes cool but also help flush out toxins?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":942} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-plant-around-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-942\" /><figcaption>Potted fern (centre) and golden pothos (right) among plants used at the Buzz offices! (Photo, Gavin Riley)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Plants have been proven to keep your house cool because they\nlose water during transpiration, which freshens the air around the plants,\nleaving it purified and crisp.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’re looking for a natural, inexpensive way to keep your\nhouse cool, consider getting some&nbsp;of these plants, which can help keep temperatures\ndown:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Acrea palm tree</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":920} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/acrea-palm-tree_demo-1024x576.jpg\" alt=\"\" class=\"wp-image-920\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>1.</strong>&nbsp;&nbsp;&nbsp;&nbsp;<em>Areca Palm Tree</em>: As one of the\nmost popular living room and patio plants across the island, areca palm trees\nare decorative houseplants that act as natural humidifiers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to cooling off your home, areca palms can remove\nbenzene, formaldehyde and trichloroethylene from the air.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Aloe vera</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":922} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-aloe-vera_demo.jpg\" alt=\"\" class=\"wp-image-922\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>2.</strong>&nbsp;&nbsp;&nbsp;<em>Aloe Vera</em>: Known affectionately as\n‘sinkle bible’, having an aloe vera plant on hand will not only come in handy\nif you get any nasty itch, cuts or sunburns, but it is also effective at cooling\nthe air temperature and&nbsp;removing formaldehyde from the air.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a study conducted by the Beijing University of\nChemical Technology,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>potted plants, such as aloe vera could remove formaldehyde from\nair in confined spaces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Potted ferns</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":919} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-ferns_demo-1024x614.jpg\" alt=\"\" class=\"wp-image-919\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>3.</strong>&nbsp;&nbsp;&nbsp;<em>Ferns</em>: Potted ferns are not only\naesthetically pleasing but are popular for their minimalistic design. These\nplants have been proven to be quite skilled in ‘sprucing up’ the air quality in\nyour home.<br>\n<br>\nPotted ferns are notoriously adept at absorbing harmful gases through pores on\nthe surface of their leaves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Snake plants</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":921} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/snake-plant_demo.jpg\" alt=\"\" class=\"wp-image-921\" /><figcaption>Sansevieria trifasciata or Snake plant in pot at home</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>4.</strong>&nbsp;&nbsp;&nbsp;&nbsp;<em>Snake plant</em>:&nbsp; Snake plants,\nalso known as Mother-in-Law\'s Tongue, are another potted plant with exceptional\nair-purifying properties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a 1989 study published by scientists at NASA,\nlow-light requiring houseplants such as mother-in-law’s tongue, “have\ndemonstrated the potential for improving indoor air quality by removing trace\norganic pollutants from the air in energy-efficient buildings.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2> Golden pothos</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":918} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/golden-pothos_demo-1024x614.jpg\" alt=\"\" class=\"wp-image-918\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong>&nbsp;&nbsp;&nbsp;<em>Golden pothos</em>: The golden pothos is\nanother plant popular in Jamaica with great air-purification properties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Known locally as \'creeper\', the plant, which thrives in a system of vines, is perfect for those who aren’t exactly garden-savvy, as it’s extremely easy to take care of. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A golden pothos requires little light and little care, and it will keep your air cool and purified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now that you’re armed to the bedrock with information, cool dung\nyuh yaad with your very own ‘green arsenal’ and get you purify on!</p>\n<!-- /wp:paragraph -->','Buzz Hacks: 5 plants to keep your home cool this summer','','inherit','closed','closed','','913-revision-v1','','','2019-07-30 18:22:21','2019-07-30 23:22:21','',913,'https://buzz-caribbean.com/article/913-revision-v1/',0,'revision','',0),(946,14,'2019-07-30 18:25:56','2019-07-30 23:25:56','','machine-learning-demo','','inherit','closed','closed','','machine-learning-demo','','','2019-07-30 18:25:56','2019-07-30 23:25:56','',909,'https://buzz-caribbean.com/app/uploads/2019/07/machine-learning-demo.jpeg',0,'attachment','image/jpeg',0),(947,11,'2019-07-30 18:29:49','2019-07-30 23:29:49','<!-- wp:paragraph -->\n<p>It is often said that men are predators who like the challenge of the hunt. Yet for all their eagerness to couple up with an attractive mate of their choosing, there are some females with qualities, quirks or traits which are red flags in any relationship who usually have men running in the opposite direction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The balls checker</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Yes, you read right. There are women out there who, when a man gets home, have him drop his trousers and literally cup and weigh his balls to see if they feel ‘lighter’. A ‘light’ testicle is said to be an indication that some illicit sexual activity took place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The deodorant</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>While some older men are used to having young ‘arm candy’ with them when they go to events, no rational man wants a female who is glued to his sid,e every step he makes. These females may literally hold onto his arm like a magnet everywhere and what makes it particularly awkward is that usually, they have nothing to contribute to the conversation around them. Clingy much?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3> The Nagger  </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This needs no explanation. The yelling and harping on the same topic over and over can drive a man to drink…or find earplugs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Miss High Maintenance</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If she spends more time with her compact case or making sure that not one strand of hair is out of place, you do not have to wonder if she is born with it or if it\'s Maybelline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The Airhead</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Contrary to popular belief, most men do not want a dumb woman. In the past, the misconception was a dummy was easy to control and manipulate but a real man has no use for a woman with nothing between her ears other than wax built up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The Prude</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>While a lady is desirable and the kind you want to take home to mamma, the idea of an uptight female who is offended by every dirty joke, every toot of flatulence, every burp, who closes the bathroom door to change into a long nightgown or worse who thinks ‘dirty talk’ during intercourse is vulgar, is just not attractive in the least.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The stalker</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>While men may seem to have a monopoly on stalker-like behaviour there are some women who can teach them a thing or two. These females will see a social media post about being out with the boys…and just turn up uninvited! Who does that?!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The Know-it-all </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Nothing deflates a hard-on, like a female who knows everything about anything and who never lets a man get a word in. All this, while emasculating him about stuff she believes he does not know.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The ‘Homie Hopper’</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This is a female who a guy likes and who seems mad chill but when he takes her around his homeboys, he finds out that she smashed the homies. In plain English, she has slept with one or more of his friends in the past. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Granted it was before they ever met or dated, so it is not cheating, but most men will not be comfortable knowing that their friends know exactly how she moans in bed or where on her upper thigh her mole is. If he feels like he will become a laughing stock amongst his friends, chances are the relationship will be dead in the water.</p>\n<!-- /wp:paragraph -->','What men don’t want – Male dealbreakers','','inherit','closed','closed','','943-revision-v1','','','2019-07-30 18:29:49','2019-07-30 23:29:49','',943,'https://buzz-caribbean.com/article/943-revision-v1/',0,'revision','',0),(948,14,'2019-07-30 18:31:53','2019-07-30 23:31:53','<!-- wp:image {\"id\":946} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/machine-learning-demo.jpeg\" alt=\"\" class=\"wp-image-946\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Armed with just the language of thousands of research papers, machine learning (ML) has been credited with discoveries never made by human scientists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The discoveries were&nbsp;<a href=\"https://www.nature.com/articles/s41586-019-1335-8.epdf?referrer_access_token=xnIXloemAjCocfXIt9dQ49RgN0jAjWel9jnR3ZoTv0P9QxlcO86f_GXZRxwYijrqa11Mx55SgniZXv55YKOR_sn816NK2x0O46Vim16XrS-SjyP9GMXeDQinUN75ES6enlxK__J5UabR6JdgR19bZSVLL5ZsK8146qMcipEbItW65C8aSk29Q_BfrKz4Gb5-kjz3m7dIaoRxs3e1I6qW4022QZ6aZMaOPxlATK7OOqj8lrhj-yufvROMPdStMZjAEK-efja6SfW5n-6xhZuV33BrlHdxmu8yxCQg-Mpomv4_WY2o4OqyFsbpNr_j-R-9&amp;tracking_referrer=www.vice.com\" target=\"_blank\" rel=\"noreferrer noopener\">publicised on July 3</a>,\nafter researchers from the Lawrence Berkeley National Laboratory in California\nused an algorithm,&nbsp;<em>Word2Vec</em>, to sift through scientific papers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The researchers were hoping the ML would make connections humans had missed – and it found them!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the study, the algorithm processed&nbsp;a vocabulary of about\n500,000 words related to material science&nbsp;– spitting out predictions for\npossible thermoelectric materials, which convert heat to energy and are used in\nmany heating and cooling applications.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The most impressive part of the study was the algorithm didn’t\nknow the definition of ‘thermoelectric’ and received no training in materials\nscience.&nbsp;<strong><em>Mind. Blown.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Using only word associations, the algorithm was able to provide\ncandidates for future thermoelectric materials, some of which may be better\nthan those humankind currently uses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s a very promising prospect for the future of heating and\ncooling systems as the algorithm was able to understand complex concepts such\nas the periodic table and the chemical structure of molecules.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the study, published in Nature, in some cases,\nwords were linked to thermoelectric concepts but had never been written about\nas ‘thermoelectric’ in any abstract they surveyed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>How cool is that!</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Okay, so not quite Skynet, but the discoveries made by the algorithm were significant, as this gap in knowledge is hard to catch with a human eye, but easy for an ML to spot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here\'s to the future Buzzhive! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What do you think of these latest developments? Leave your thoughts in the comments below!</p>\n<!-- /wp:paragraph -->','Machine makes discoveries missed by scientists','','inherit','closed','closed','','909-revision-v1','','','2019-07-30 18:31:53','2019-07-30 23:31:53','',909,'https://buzz-caribbean.com/article/909-revision-v1/',0,'revision','',0),(949,14,'2019-07-30 18:32:48','2019-07-30 23:32:48','<!-- wp:image {\"id\":946} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/machine-learning-demo.jpeg\" alt=\"\" class=\"wp-image-946\" /><figcaption>Artist\'s impression of artificial intelligence (Photo contributed, HackerNoon.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Armed with just the language of thousands of research papers, machine learning (ML) has been credited with discoveries never made by human scientists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The discoveries were&nbsp;<a href=\"https://www.nature.com/articles/s41586-019-1335-8.epdf?referrer_access_token=xnIXloemAjCocfXIt9dQ49RgN0jAjWel9jnR3ZoTv0P9QxlcO86f_GXZRxwYijrqa11Mx55SgniZXv55YKOR_sn816NK2x0O46Vim16XrS-SjyP9GMXeDQinUN75ES6enlxK__J5UabR6JdgR19bZSVLL5ZsK8146qMcipEbItW65C8aSk29Q_BfrKz4Gb5-kjz3m7dIaoRxs3e1I6qW4022QZ6aZMaOPxlATK7OOqj8lrhj-yufvROMPdStMZjAEK-efja6SfW5n-6xhZuV33BrlHdxmu8yxCQg-Mpomv4_WY2o4OqyFsbpNr_j-R-9&amp;tracking_referrer=www.vice.com\" target=\"_blank\" rel=\"noreferrer noopener\">publicised on July 3</a>,\nafter researchers from the Lawrence Berkeley National Laboratory in California\nused an algorithm,&nbsp;<em>Word2Vec</em>, to sift through scientific papers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The researchers were hoping the ML would make connections humans had missed – and it found them!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the study, the algorithm processed&nbsp;a vocabulary of about\n500,000 words related to material science&nbsp;– spitting out predictions for\npossible thermoelectric materials, which convert heat to energy and are used in\nmany heating and cooling applications.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The most impressive part of the study was the algorithm didn’t\nknow the definition of ‘thermoelectric’ and received no training in materials\nscience.&nbsp;<strong><em>Mind. Blown.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Using only word associations, the algorithm was able to provide\ncandidates for future thermoelectric materials, some of which may be better\nthan those humankind currently uses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s a very promising prospect for the future of heating and\ncooling systems as the algorithm was able to understand complex concepts such\nas the periodic table and the chemical structure of molecules.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the study, published in Nature, in some cases,\nwords were linked to thermoelectric concepts but had never been written about\nas ‘thermoelectric’ in any abstract they surveyed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>How cool is that!</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Okay, so not quite Skynet, but the discoveries made by the algorithm were significant, as this gap in knowledge is hard to catch with a human eye, but easy for an ML to spot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here\'s to the future Buzzhive! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What do you think of these latest developments? Leave your thoughts in the comments below!</p>\n<!-- /wp:paragraph -->','Machine makes discoveries missed by scientists','','inherit','closed','closed','','909-revision-v1','','','2019-07-30 18:32:48','2019-07-30 23:32:48','',909,'https://buzz-caribbean.com/article/909-revision-v1/',0,'revision','',0),(950,4,'2019-07-30 18:33:06','2019-07-30 23:33:06','<!-- wp:paragraph -->\n<p>They say the journey of a thousand miles\nbegins with one step. But for Marie Sano, more popularly known as Bad Gyal\nMarie, hers was the journey of more than 8,000 miles – from Tokyo, Japan, to\nKingston, Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her ‘one step’ came in 2009 when she\ndecided to leave the place she had called home all her life to move to Jamaica,\na place she inexplicably felt drawn to, from the very first time she heard\ndancehall music at a Japanese club.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":929} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/MarieShabba-1024x683.jpg\" alt=\"\" class=\"wp-image-929\" /><figcaption>Bad Gyal Marie (left) says Likkle Shabba (right) taught her a lot about dancehall music. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Reggae music is big in Japan,” she said.\n“I remember when I was a teenager I went to a club and the DJ played dancehall\nmusic, and it changed my life. I just felt something. I cannot explain because\nit was so strange. It was like my blood just started boiling.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Determined to pursue this new-found\npassion, she threw herself into research about Jamaican music. She invested in\nrecords and practised spinning them in clubs. But even then, she never intended\nfor it to become her full-time career. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Reggae music is big in Japan” </p><cite>Bad Gyal Marie</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>What she felt in that moment when she fell\nin love with dancehall and reggae music, however, was perhaps the pull of the\nuniverse, drawing her in the direction of exactly where she needed to be, as\nsince her move to Jamaica, Bad Gyal Marie has realised that being a selector is\nin fact her calling. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Operating as the lone female selector on the sound system, Notorious International, Bad Gyal Marie has made quite the name for herself, most recently copping first place in the keenly contested 2019 Boom All Star Sound Clash.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her journey to the Boom title took some\ndoing, however, as Bad Gyal Marie had to work hard to prove that she was more\nthan a spectacle – more than a little Japanese girl playing around with\nJamaican culture. And even before then, she had to convince her parents that\nmoving to Jamaica was a good idea.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":930} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/MarieA.jpg\" alt=\"\" class=\"wp-image-930\" /><figcaption>Bad Gyal Marie moved to Jamaica from Japan in 2009. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After graduating from college with a degree\nin Cultural Studies, Marie decided to make the permanent move. By then, her\nparents had been sufficiently convinced that this was her passion and she now\nhad their full support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She started her career as a selector in\nJamaica by working with a fellow Japanese national. Together, both women would\nget a shot at the turntables at popular local street dances like Passa Passa. But\nfor Marie, it was not enough. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I always say every Jamaican is my teacher, in language and in music and so I just ketch the patois likkle by likkle” </p><cite>Bad Gyal Marie</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Determined to be taken more seriously and\nrealising that she wanted to play all night and not just for 15 minutes, Marie\nmet Likkle Shabba, a selector from Kingston 13 who took her under his wings,\ntraining her and teaching her the ropes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I used to just go to the studio and talk\nto people daily. I always say every Jamaican is my teacher, in language and in\nmusic and so I just ketch the patois likkle by likkle,” Marie said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Working with Likkle Shabba, Marie received\nmore exposure, playing in a weekly session they hosted together called Yard\nClothes Wednesdays in the Wellington Road area of Kingston 13. They would later\ngo on to create the sound system Notorious International, featuring the likes\nof DJ Premiere, DJ Lucky, Oddie Frass, Superstar from Tokyo, and of course\nMarie and Likkle Shabba.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now that she has earned the respect of many\nin the dancehall space, Marie continues to make her mark across Jamaica. And along\nwith Notorious International, Marie has entered the Guinness Sounds of\nGreatness before winning the Boom All-Star Clash in May 2019. </p>\n<!-- /wp:paragraph -->','Japanese selector makes Jamaica her home','','inherit','closed','closed','','924-revision-v1','','','2019-07-30 18:33:06','2019-07-30 23:33:06','',924,'https://buzz-caribbean.com/article/924-revision-v1/',0,'revision','',0),(951,11,'2019-07-30 18:35:20','2019-07-30 23:35:20','','Dealbreaker','','inherit','closed','closed','','dealbreaker','','','2019-07-30 18:35:20','2019-07-30 23:35:20','',943,'https://buzz-caribbean.com/app/uploads/2019/07/Dealbreaker.png',0,'attachment','image/png',0),(952,11,'2019-07-30 18:36:37','2019-07-30 23:36:37','<!-- wp:paragraph -->\n<p>It is often said that men are predators who like the challenge of the hunt. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yet for all their eagerness to couple up with an attractive mate of their choosing, there are some females with qualities, quirks or traits which are red flags in any relationship who usually have men running in the opposite direction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The balls checker</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Yes, you read right. There are women out there who, when a man gets home, have him drop his trousers and literally cup and weigh his balls to see if they feel ‘lighter’. A ‘light’ testicle is said to be an indication that some illicit sexual activity took place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The deodorant</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>While some older men are used to having young ‘arm candy’ with them when they go to events, no rational man wants a female who is glued to his sid,e every step he makes. These females may literally hold onto his arm like a magnet everywhere and what makes it particularly awkward is that usually, they have nothing to contribute to the conversation around them. Clingy much?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3> The Nagger  </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This needs no explanation. The yelling and harping on the same topic over and over can drive a man to drink…or find earplugs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Miss High Maintenance</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If she spends more time with her compact case or making sure that not one strand of hair is out of place, you do not have to wonder if she is born with it or if it\'s Maybelline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The Airhead</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Contrary to popular belief, most men do not want a dumb woman. In the past, the misconception was a dummy was easy to control and manipulate but a real man has no use for a woman with nothing between her ears other than wax built up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The Prude</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>While a lady is desirable and the kind you want to take home to mamma, the idea of an uptight female who is offended by every dirty joke, every toot of flatulence, every burp, who closes the bathroom door to change into a long nightgown or worse who thinks ‘dirty talk’ during intercourse is vulgar, is just not attractive in the least.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The stalker</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>While men may seem to have a monopoly on stalker-like behaviour there are some women who can teach them a thing or two. These females will see a social media post about being out with the boys…and just turn up uninvited! Who does that?!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The Know-it-all </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Nothing deflates a hard-on, like a female who knows everything about anything and who never lets a man get a word in. All this, while emasculating him about stuff she believes he does not know.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The ‘Homie Hopper’</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This is a female who a guy likes and who seems mad chill but when he takes her around his homeboys, he finds out that she smashed the homies. In plain English, she has slept with one or more of his friends in the past. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Granted it was before they ever met or dated, so it is not cheating, but most men will not be comfortable knowing that their friends know exactly how she moans in bed or where on her upper thigh her mole is. If he feels like he will become a laughing stock amongst his friends, chances are the relationship will be dead in the water.</p>\n<!-- /wp:paragraph -->','What men don’t want – Male dealbreakers','','inherit','closed','closed','','943-revision-v1','','','2019-07-30 18:36:37','2019-07-30 23:36:37','',943,'https://buzz-caribbean.com/article/943-revision-v1/',0,'revision','',0),(953,4,'2019-07-30 18:58:03','2019-07-30 23:58:03','<!-- wp:paragraph -->\n<p>Serena Williams will fight for equality until the \"day she\'s in her grave\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The tennis star — who has daughter Alexis, 22 months — feels it is important to fight for what she believes is right for as long as she lives. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":937} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Serena-Williams-.jpeg\" alt=\"\" class=\"wp-image-937\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said: \"The day I stop fighting for equality and for people that look like you and me will be the day I\'m in my grave.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>I remember one day, I couldn\'t find Olympia\'s bottle and I got so upset I started crying</p><cite>— Serena Williams</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Serena suffered with post-natal depression following the birth of her daughter and opened up about her journey to help others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"Honestly, sometimes I think I still have to deal with it. I think people have to talk about it more because it\'s almost like the fourth trimester, it\'s part of the pregnancy. I remember one day, I couldn\'t find Olympia\'s bottle and I got so upset I started crying... because I wanted to be perfect for her.\"</p>\n<!-- /wp:paragraph -->','Serena Williams\' lifelong fight for equality','','inherit','closed','closed','','936-revision-v1','','','2019-07-30 18:58:03','2019-07-30 23:58:03','',936,'https://buzz-caribbean.com/article/936-revision-v1/',0,'revision','',0),(954,4,'2019-07-30 19:05:12','2019-07-31 00:05:12','<!-- wp:paragraph -->\n<p>Serena Williams will fight for equality until the \"day she\'s in her grave\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The tennis star — who has daughter Alexis, 22 months — feels it is important to fight for what she believes is right for as long as she lives.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":937} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Serena-Williams-.jpeg\" alt=\"\" class=\"wp-image-937\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said: \"The day I stop fighting for equality and for people that look like you and me will be the day I\'m in my grave.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>I remember one day, I couldn\'t find Olympia\'s bottle and I got so upset I started crying</p><cite>— Serena Williams</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Serena suffered with post-natal depression following the birth of her daughter and opened up about her journey to help others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"Honestly, sometimes I think I still have to deal with it. I think people have to talk about it more because it\'s almost like the fourth trimester, it\'s part of the pregnancy. I remember one day, I couldn\'t find Olympia\'s bottle and I got so upset I started crying... because I wanted to be perfect for her.\"</p>\n<!-- /wp:paragraph -->','Serena Williams\' lifelong fight for equality','','inherit','closed','closed','','936-revision-v1','','','2019-07-30 19:05:12','2019-07-31 00:05:12','',936,'https://buzz-caribbean.com/article/936-revision-v1/',0,'revision','',0),(955,4,'2019-07-30 20:58:16','2019-07-31 01:58:16','','serena-and-olympia2.jpg','','inherit','closed','closed','','serena-and-olympia2-jpg','','','2019-07-30 20:58:16','2019-07-31 01:58:16','',936,'https://buzz-caribbean.com/app/uploads/2019/07/serena-and-olympia2.jpg.png',0,'attachment','image/png',0),(956,4,'2019-07-30 20:58:58','2019-07-31 01:58:58','<!-- wp:paragraph -->\n<p>Serena Williams will fight for equality until the \"day she\'s in her grave\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The tennis star — who has daughter Alexis, 22 months — feels it is important to fight for what she believes is right for as long as she lives.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":955} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/serena-and-olympia2.jpg.png\" alt=\"\" class=\"wp-image-955\" /><figcaption>Serena and daughter Olympia. (Instagram)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":937} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Serena-Williams-.jpeg\" alt=\"\" class=\"wp-image-937\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said: \"The day I stop fighting for equality and for people that look like you and me will be the day I\'m in my grave.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>I remember one day, I couldn\'t find Olympia\'s bottle and I got so upset I started crying</p><cite>— Serena Williams</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Serena suffered with post-natal depression following the birth of her daughter and opened up about her journey to help others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"Honestly, sometimes I think I still have to deal with it. I think people have to talk about it more because it\'s almost like the fourth trimester, it\'s part of the pregnancy. I remember one day, I couldn\'t find Olympia\'s bottle and I got so upset I started crying... because I wanted to be perfect for her.\"</p>\n<!-- /wp:paragraph -->','Serena Williams\' lifelong fight for equality','','inherit','closed','closed','','936-revision-v1','','','2019-07-30 20:58:58','2019-07-31 01:58:58','',936,'https://buzz-caribbean.com/article/936-revision-v1/',0,'revision','',0),(957,4,'2019-07-30 21:04:13','2019-07-31 02:04:13','<!-- wp:paragraph -->\n<p>Serena Williams will fight for equality until the \"day she\'s in her grave\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The tennis star — who has daughter Alexis, 22 months — feels it is important to fight for what she believes is right for as long as she lives.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":955} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/serena-and-olympia2.jpg.png\" alt=\"\" class=\"wp-image-955\" /><figcaption>Serena and daughter Olympia. (Instagram)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said: \"The day I stop fighting for equality and for people that look like you and me will be the day I\'m in my grave.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>I remember one day, I couldn\'t find Olympia\'s bottle and I got so upset I started crying</p><cite>— Serena Williams</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":937} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Serena-Williams-.jpeg\" alt=\"\" class=\"wp-image-937\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Serena suffered with post-natal depression following the birth of her daughter and opened up about her journey to help others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"Honestly, sometimes I think I still have to deal with it. I think people have to talk about it more because it\'s almost like the fourth trimester, it\'s part of the pregnancy. I remember one day, I couldn\'t find Olympia\'s bottle and I got so upset I started crying... because I wanted to be perfect for her.\"</p>\n<!-- /wp:paragraph -->','Serena Williams\' lifelong fight for equality','','inherit','closed','closed','','936-revision-v1','','','2019-07-30 21:04:13','2019-07-31 02:04:13','',936,'https://buzz-caribbean.com/article/936-revision-v1/',0,'revision','',0),(959,4,'2019-07-30 21:16:50','2019-07-31 02:16:50','<!-- wp:image {\"id\":931} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/plants-in-home-demo-1024x683.jpeg\" alt=\"\" class=\"wp-image-931\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Do you feel that? #PlaceHotB!&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s the type of heat that can make you drowsy, and the summer\nis here to remind you that it’s in charge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Though the heavy-duty fans and air conditioning units offer\nvarying degrees of respite, many Jamaican homes have a much cheaper option to\ncool down:&nbsp;<strong>PLANTS</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The average Jamaican houses around one to four potted plants for aesthetic purposes. Did you know that recent studies have shown that adding&nbsp;certain plants can not only keep the air around your homes cool but also help flush out toxins?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":942} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-plant-around-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-942\" /><figcaption>Potted fern (centre) and golden pothos (right) among plants used at the Buzz offices! (Photo: Gavin Riley)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Plants have been proven to keep your house cool because they lose water during transpiration, which freshens the air around the plants, leaving it purified and crisp. If you’re looking for a natural, inexpensive way to keep your\nhouse cool, consider getting some&nbsp;of these plants, which can help keep temperatures\ndown:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Acrea palm tree</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":920} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/acrea-palm-tree_demo-1024x576.jpg\" alt=\"\" class=\"wp-image-920\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As one of the most popular living room and patio plants across the island, areca palm trees are decorative houseplants that act as natural humidifiers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to cooling off your home, areca palms can remove\nbenzene, formaldehyde and trichloroethylene from the air.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Aloe vera</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":922} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-aloe-vera_demo.jpg\" alt=\"\" class=\"wp-image-922\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Known affectionately as ‘sinkle bible’, having an aloe vera plant on hand will not only come in handy if you get any nasty itch, cuts or sunburns, but it is also effective at cooling the air temperature and removing formaldehyde from the air.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a study conducted by the Beijing University of Chemical Technology, potted plants, such as aloe vera could remove formaldehyde from the air in confined spaces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Potted ferns</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":919} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-ferns_demo-1024x614.jpg\" alt=\"\" class=\"wp-image-919\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Potted ferns are not only aesthetically pleasing but are popular for their minimalistic design. These plants have been proven to be quite skilled in ‘sprucing up’ the air quality in your home. Potted ferns are notoriously adept at absorbing harmful gases through pores on the surface of their leaves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Snake plants</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":921} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/snake-plant_demo.jpg\" alt=\"\" class=\"wp-image-921\" /><figcaption>Sansevieria trifasciata or Snake plant in pot at home</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Snake plants, also known as Mother-in-Law\'s Tongue, are another potted plant with exceptional air-purifying properties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a 1989 study published by scientists at NASA, low-light requiring houseplants such as mother-in-law’s tongue, “have demonstrated the potential for improving indoor air quality by removing trace organic pollutants from the air in energy-efficient buildings”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Golden pothos</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":918} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/golden-pothos_demo-1024x614.jpg\" alt=\"\" class=\"wp-image-918\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The golden pothos is another plant popular in Jamaica with great air-purification properties. Known locally as \'creeper\', the plant, which thrives in a system of vines, is perfect for those who aren’t exactly garden-savvy, as it’s extremely easy to take care of.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> A golden pothos requires little light and little care, and it will keep your air cool and purified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now that you’re armed to the bedrock with information, cool dung yuh yaad with your very own ‘green arsenal’ and get you purify on!</p>\n<!-- /wp:paragraph -->','Buzz Hacks: 5 plants to keep your home cool this summer','','inherit','closed','closed','','913-revision-v1','','','2019-07-30 21:16:50','2019-07-31 02:16:50','',913,'https://buzz-caribbean.com/article/913-revision-v1/',0,'revision','',0),(961,4,'2019-07-30 21:58:09','2019-07-31 02:58:09','<!-- wp:paragraph -->\n<p>This summer, the Nike Epic Phantom React Flyknit running shoe sees the company with the Swoosh again leading the line in both design and technology.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":968} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/epic-phantom-react-flyknit5.jpg\" alt=\"\" class=\"wp-image-968\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This stylish running shoe has no laces and can be used for both casual and athletic wear.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is super comfortable, with a snug, secure sock-like fit. The black version looks great and goes well with a pair of well-fitting jeans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:custom-blocky/related-link {\"linkURL\":\"https://buzz-caribbean.com/article/nike-cortez-dont-call-it-a-comeback/?preview=true\\u0026_thumbnail_id=1168\",\"linkText\":\"Nike Cortez: Don’t call it a comeback\"} -->\n<div class=\"wp-block-custom-blocky-related-link block-related-link\"><a href=\"https://buzz-caribbean.com/article/nike-cortez-dont-call-it-a-comeback/?preview=true&amp;_thumbnail_id=1168\" target=\"_blank\" title=\"Nike Cortez: Don’t call it a comeback\" rel=\"noopener noreferrer\">Nike Cortez: Don’t call it a comeback</a></div>\n<!-- /wp:custom-blocky/related-link -->\n\n<!-- wp:paragraph -->\n<p>The open knit on the forefoot gives more flexibility while closed knit along the toe area and midfoot provides more stability.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cost: &nbsp;J$22,000.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[969,970,971,972,973],\"columns\":5} -->\n<ul class=\"wp-block-gallery columns-5 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/epic-phantom-react-flyknit2-1024x685.jpg\" alt=\"\" data-id=\"969\" data-link=\"https://buzz-caribbean.com/?attachment_id=969\" class=\"wp-image-969\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/epic-phantom-react-flyknit3-1024x1018.jpg\" alt=\"\" data-id=\"970\" data-link=\"https://buzz-caribbean.com/?attachment_id=970\" class=\"wp-image-970\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/epic-phantom-react-flyknit-mens4-1024x654.jpg\" alt=\"\" data-id=\"971\" data-link=\"https://buzz-caribbean.com/?attachment_id=971\" class=\"wp-image-971\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/epic-phantom-react-flyknitouter-sole-1024x640.jpg\" alt=\"\" data-id=\"972\" data-link=\"https://buzz-caribbean.com/?attachment_id=972\" class=\"wp-image-972\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/epic-phantom-react-flyknit-1024x658.jpg\" alt=\"\" data-id=\"973\" data-link=\"https://buzz-caribbean.com/?attachment_id=973\" class=\"wp-image-973\" /></figure></li></ul>\n<!-- /wp:gallery -->','Nike goes laceless with Phantom React Flyknit','','publish','closed','closed','','nike-goes-laceless-with-phantom-react-flyknit','','','2019-07-31 15:57:29','2019-07-31 20:57:29','',0,'https://buzz-caribbean.com/?p=961',0,'post','',0),(962,4,'2019-07-30 21:30:50','2019-07-31 02:30:50','<!-- wp:paragraph -->\n<p>This summer, the Nike Epic Phantom React Flyknit running shoe sees the company with the Swoosh again leading the line in both design and technology.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This stylish running shoe has no laces and can be used for both casual and athletic wear.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is super comfortable, with a snug, secure sock-like fit. The black version looks great and goes well with a pair of well-fitting jeans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The open knit on the forefoot gives more flexibility while closed knit along the toe area and midfoot provides more stability.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cost:  J$22,000</p>\n<!-- /wp:paragraph -->','Nike goes laceless with Phantom React Flyknit','','inherit','closed','closed','','961-revision-v1','','','2019-07-30 21:30:50','2019-07-31 02:30:50','',961,'https://buzz-caribbean.com/article/961-revision-v1/',0,'revision','',0),(963,11,'2019-07-30 22:00:45','2019-07-31 03:00:45','<!-- wp:paragraph -->\n<p>With the abundance of new houses in Trelawny in recent times, this has seen a rise in Airbnb locations in the parish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":976} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/airbnb-logo.jpg\" alt=\"\" class=\"wp-image-976\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While persons have bought houses for their own comfort, it seems that a number of them have decided to expand their lodgings to provide for a number of visitors who come to this part of Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":975,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Falmouth-Pier.jpg\" alt=\"\" class=\"wp-image-975\" /><figcaption>Tourists enjoying sites and attractions at the Falmouth Pier in Trelawny</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Locations in housing schemes such as Florence Hall, Stonebrook, Holland and Coral Springs among others are all listed on the Airbnb website for persons to choose from, with rates ranging from US 30.00 per night to US 100.00 and more in some instances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":967} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Airbnb-Rental-In-Trelawny-1024x640.jpg\" alt=\"\" class=\"wp-image-967\" /><figcaption>Airbnb rental in Stonebrook Vista in Trelawny, Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The lure of nearby attractions such as the beaches, Glistening Waters Marina and the Martha Brae Rivers coupled with the fact that it has less of the hustle and bustle of Montego Bay and Ocho Rios has made Trelawny an ideal spot for travellers who are still a few minutes from both major towns.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":966,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Glistening-Waters-Luminous-Lagoon.jpg\" alt=\"\" class=\"wp-image-966\" /><figcaption>Glistening Waters luminous lagoon attraction in Trelawny, Jamaica</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Persons have found it lucrative to share their living spaces for a few nights at a time and some are in the process of expanding their houses to capitalize on the increased traveller uptick that Jamaica is currently enjoying. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to one such operator, she remarked that since she has started she has managed to earn such much-needed money to assist her with the living expenses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Have you noticed an increase in Airbnb rentals in your parish in Jamaica?</em></p>\n<!-- /wp:paragraph -->','Airbnb taking off in Trelawny','','publish','open','closed','','airbnb-taking-off-in-scenic-trelawny','','','2019-08-10 15:05:02','2019-08-10 20:05:02','',0,'https://buzz-caribbean.com/?p=963',0,'post','',0),(965,4,'2019-07-30 21:40:37','2019-07-31 02:40:37','<!-- wp:paragraph -->\n<p>This summer, the Nike Epic Phantom React Flyknit running shoe sees the company with the Swoosh again leading the line in both design and technology.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This stylish running shoe has no laces and can be used for both casual and athletic wear.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is super comfortable, with a snug, secure sock-like fit. The black version looks great and goes well with a pair of well-fitting jeans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The open knit on the forefoot gives more flexibility while closed knit along the toe area and midfoot provides more stability.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cost:  J$22,000.</p>\n<!-- /wp:paragraph -->','Nike goes laceless with Phantom React Flyknit','','inherit','closed','closed','','961-revision-v1','','','2019-07-30 21:40:37','2019-07-31 02:40:37','',961,'https://buzz-caribbean.com/article/961-revision-v1/',0,'revision','',0),(966,11,'2019-07-30 21:48:04','2019-07-31 02:48:04','','Glistening-Waters-Luminous-Lagoon','','inherit','closed','closed','','glistening-waters-luminous-lagoon','','','2019-07-30 21:48:04','2019-07-31 02:48:04','',963,'https://buzz-caribbean.com/app/uploads/2019/07/Glistening-Waters-Luminous-Lagoon.jpg',0,'attachment','image/jpeg',0),(967,11,'2019-07-30 21:48:24','2019-07-31 02:48:24','','Airbnb-Rental-In-Trelawny','','inherit','closed','closed','','airbnb-rental-in-trelawny','','','2019-07-30 21:48:24','2019-07-31 02:48:24','',963,'https://buzz-caribbean.com/app/uploads/2019/07/Airbnb-Rental-In-Trelawny.jpg',0,'attachment','image/jpeg',0),(968,4,'2019-07-30 21:50:43','2019-07-31 02:50:43','','epic-phantom-react-flyknit5','','inherit','closed','closed','','epic-phantom-react-flyknit5','','','2019-07-30 21:50:43','2019-07-31 02:50:43','',961,'https://buzz-caribbean.com/app/uploads/2019/07/epic-phantom-react-flyknit5.jpg',0,'attachment','image/jpeg',0),(969,4,'2019-07-30 21:51:46','2019-07-31 02:51:46','','epic-phantom-react-flyknit2','','inherit','closed','closed','','epic-phantom-react-flyknit2','','','2019-07-30 21:51:46','2019-07-31 02:51:46','',961,'https://buzz-caribbean.com/app/uploads/2019/07/epic-phantom-react-flyknit2.jpg',0,'attachment','image/jpeg',0),(970,4,'2019-07-30 21:52:06','2019-07-31 02:52:06','','epic-phantom-react-flyknit3','','inherit','closed','closed','','epic-phantom-react-flyknit3','','','2019-07-30 21:52:06','2019-07-31 02:52:06','',961,'https://buzz-caribbean.com/app/uploads/2019/07/epic-phantom-react-flyknit3.jpg',0,'attachment','image/jpeg',0),(971,4,'2019-07-30 21:52:23','2019-07-31 02:52:23','','epic-phantom-react-flyknit-mens4','','inherit','closed','closed','','epic-phantom-react-flyknit-mens4','','','2019-07-30 21:52:23','2019-07-31 02:52:23','',961,'https://buzz-caribbean.com/app/uploads/2019/07/epic-phantom-react-flyknit-mens4.jpg',0,'attachment','image/jpeg',0),(972,4,'2019-07-30 21:52:37','2019-07-31 02:52:37','','epic-phantom-react-flyknitouter-sole','','inherit','closed','closed','','epic-phantom-react-flyknitouter-sole','','','2019-07-30 21:52:37','2019-07-31 02:52:37','',961,'https://buzz-caribbean.com/app/uploads/2019/07/epic-phantom-react-flyknitouter-sole.jpg',0,'attachment','image/jpeg',0),(973,4,'2019-07-30 21:52:52','2019-07-31 02:52:52','','epic-phantom-react-flyknit','','inherit','closed','closed','','epic-phantom-react-flyknit','','','2019-07-30 21:52:52','2019-07-31 02:52:52','',961,'https://buzz-caribbean.com/app/uploads/2019/07/epic-phantom-react-flyknit.jpg',0,'attachment','image/jpeg',0),(974,4,'2019-07-30 21:53:55','2019-07-31 02:53:55','<!-- wp:paragraph -->\n<p>This summer, the Nike Epic Phantom React Flyknit running shoe sees the company with the Swoosh again leading the line in both design and technology.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":968} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/epic-phantom-react-flyknit5.jpg\" alt=\"\" class=\"wp-image-968\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This stylish running shoe has no laces and can be used for both casual and athletic wear.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is super comfortable, with a snug, secure sock-like fit. The black version looks great and goes well with a pair of well-fitting jeans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[969,970,971,972,973],\"columns\":5} -->\n<ul class=\"wp-block-gallery columns-5 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/epic-phantom-react-flyknit2-1024x685.jpg\" alt=\"\" data-id=\"969\" data-link=\"https://buzz-caribbean.com/?attachment_id=969\" class=\"wp-image-969\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/epic-phantom-react-flyknit3-1024x1018.jpg\" alt=\"\" data-id=\"970\" data-link=\"https://buzz-caribbean.com/?attachment_id=970\" class=\"wp-image-970\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/epic-phantom-react-flyknit-mens4-1024x654.jpg\" alt=\"\" data-id=\"971\" data-link=\"https://buzz-caribbean.com/?attachment_id=971\" class=\"wp-image-971\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/epic-phantom-react-flyknitouter-sole-1024x640.jpg\" alt=\"\" data-id=\"972\" data-link=\"https://buzz-caribbean.com/?attachment_id=972\" class=\"wp-image-972\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/epic-phantom-react-flyknit-1024x658.jpg\" alt=\"\" data-id=\"973\" data-link=\"https://buzz-caribbean.com/?attachment_id=973\" class=\"wp-image-973\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The open knit on the forefoot gives more flexibility while closed knit along the toe area and midfoot provides more stability.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cost: &nbsp;J$22,000.</p>\n<!-- /wp:paragraph -->','Nike goes laceless with Phantom React Flyknit','','inherit','closed','closed','','961-revision-v1','','','2019-07-30 21:53:55','2019-07-31 02:53:55','',961,'https://buzz-caribbean.com/article/961-revision-v1/',0,'revision','',0),(975,11,'2019-07-30 21:54:27','2019-07-31 02:54:27','','Falmouth-Pier','','inherit','closed','closed','','falmouth-pier','','','2019-07-30 21:54:27','2019-07-31 02:54:27','',963,'https://buzz-caribbean.com/app/uploads/2019/07/Falmouth-Pier.jpg',0,'attachment','image/jpeg',0),(976,11,'2019-07-30 21:59:08','2019-07-31 02:59:08','','airbnb-logo','','inherit','closed','closed','','airbnb-logo','','','2019-07-30 21:59:08','2019-07-31 02:59:08','',963,'https://buzz-caribbean.com/app/uploads/2019/07/airbnb-logo.jpg',0,'attachment','image/jpeg',0),(977,4,'2019-07-30 21:59:12','2019-07-31 02:59:12','<!-- wp:paragraph -->\n<p>This summer, the Nike Epic Phantom React Flyknit running shoe sees the company with the Swoosh again leading the line in both design and technology.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":968} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/epic-phantom-react-flyknit5.jpg\" alt=\"\" class=\"wp-image-968\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This stylish running shoe has no laces and can be used for both casual and athletic wear.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is super comfortable, with a snug, secure sock-like fit. The black version looks great and goes well with a pair of well-fitting jeans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The open knit on the forefoot gives more flexibility while closed knit along the toe area and midfoot provides more stability.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cost: &nbsp;J$22,000.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[969,970,971,972,973],\"columns\":5} -->\n<ul class=\"wp-block-gallery columns-5 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/epic-phantom-react-flyknit2-1024x685.jpg\" alt=\"\" data-id=\"969\" data-link=\"https://buzz-caribbean.com/?attachment_id=969\" class=\"wp-image-969\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/epic-phantom-react-flyknit3-1024x1018.jpg\" alt=\"\" data-id=\"970\" data-link=\"https://buzz-caribbean.com/?attachment_id=970\" class=\"wp-image-970\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/epic-phantom-react-flyknit-mens4-1024x654.jpg\" alt=\"\" data-id=\"971\" data-link=\"https://buzz-caribbean.com/?attachment_id=971\" class=\"wp-image-971\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/epic-phantom-react-flyknitouter-sole-1024x640.jpg\" alt=\"\" data-id=\"972\" data-link=\"https://buzz-caribbean.com/?attachment_id=972\" class=\"wp-image-972\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/epic-phantom-react-flyknit-1024x658.jpg\" alt=\"\" data-id=\"973\" data-link=\"https://buzz-caribbean.com/?attachment_id=973\" class=\"wp-image-973\" /></figure></li></ul>\n<!-- /wp:gallery -->','Nike goes laceless with Phantom React Flyknit','','inherit','closed','closed','','961-revision-v1','','','2019-07-30 21:59:12','2019-07-31 02:59:12','',961,'https://buzz-caribbean.com/article/961-revision-v1/',0,'revision','',0),(978,11,'2019-07-30 22:00:09','2019-07-31 03:00:09','','Airbnb Rental In Trelawny','','inherit','closed','closed','','airbnb-rental-in-trelawny-2','','','2019-07-30 22:00:09','2019-07-31 03:00:09','',963,'https://buzz-caribbean.com/app/uploads/2019/07/Airbnb-Rental-In-Trelawny-1.jpg',0,'attachment','image/jpeg',0),(979,11,'2019-07-30 22:00:45','2019-07-31 03:00:45','<!-- wp:paragraph -->\n<p>With the abundance of new houses in Trelawny in recent times, this has seen a rise in Airbnb locations in the parish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":976} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/airbnb-logo.jpg\" alt=\"\" class=\"wp-image-976\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While persons have bought houses for their own comfort, it seems that a number of them have decided to expand their lodgings to provide for a number of visitors who come to this part of Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":975,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Falmouth-Pier.jpg\" alt=\"\" class=\"wp-image-975\" /><figcaption>Tourists enjoying sites and attractions at the Falmouth Pier in Trelawny</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Location in housing schemes such as Florence Hall, Stonebrook, Holland and Coral Springs among others are all listed on the Airbnb website for persons to choose from with rates ranging from US 30.00 per night up to US 100.00 and more in some instances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":967} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Airbnb-Rental-In-Trelawny-1024x640.jpg\" alt=\"\" class=\"wp-image-967\" /><figcaption>Airbnb rental in Stonebrook Vista in Trelawny, Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The lure of nearby attractions such as the beaches, Glistening Waters Marina and the Martha Brae Rivers coupled with the fact that it has less of the hustle and bustle of Montego Bay and Ocho Rios has made Trelawny an ideal spot for travellers who are still a few minutes from both major towns.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":966,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Glistening-Waters-Luminous-Lagoon.jpg\" alt=\"\" class=\"wp-image-966\" /><figcaption>Glistening Waters luminous lagoon attraction in Trelawny, Jamaica</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Persons have found it lucrative to share their living spaces for a few nights at a time and some are in the process of expanding their houses to capitalize on the increased traveller uptick that Jamaica is currently enjoying. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to one such operator, she remarked that since she has started she has managed to earn such much-needed money to assist her with the living expenses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Have you noticed an increase in Airbnb rentals in your parish in Jamaica?</em></p>\n<!-- /wp:paragraph -->','Airbnb taking off in scenic Trelawny','','inherit','closed','closed','','963-revision-v1','','','2019-07-30 22:00:45','2019-07-31 03:00:45','',963,'https://buzz-caribbean.com/article/963-revision-v1/',0,'revision','',0),(980,11,'2019-07-30 22:02:05','2019-07-31 03:02:05','<!-- wp:paragraph -->\n<p>With the abundance of new houses in Trelawny in recent times, this has seen a rise in Airbnb locations in the parish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":976} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/airbnb-logo.jpg\" alt=\"\" class=\"wp-image-976\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While persons have bought houses for their own comfort, it seems that a number of them have decided to expand their lodgings to provide for a number of visitors who come to this part of Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":975,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Falmouth-Pier.jpg\" alt=\"\" class=\"wp-image-975\" /><figcaption>Tourists enjoying sites and attractions at the Falmouth Pier in Trelawny</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Locations in housing schemes such as Florence Hall, Stonebrook, Holland and Coral Springs among others are all listed on the Airbnb website for persons to choose from, with rates ranging from US 30.00 per night to US 100.00 and more in some instances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":967} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Airbnb-Rental-In-Trelawny-1024x640.jpg\" alt=\"\" class=\"wp-image-967\" /><figcaption>Airbnb rental in Stonebrook Vista in Trelawny, Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The lure of nearby attractions such as the beaches, Glistening Waters Marina and the Martha Brae Rivers coupled with the fact that it has less of the hustle and bustle of Montego Bay and Ocho Rios has made Trelawny an ideal spot for travellers who are still a few minutes from both major towns.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":966,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Glistening-Waters-Luminous-Lagoon.jpg\" alt=\"\" class=\"wp-image-966\" /><figcaption>Glistening Waters luminous lagoon attraction in Trelawny, Jamaica</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Persons have found it lucrative to share their living spaces for a few nights at a time and some are in the process of expanding their houses to capitalize on the increased traveller uptick that Jamaica is currently enjoying. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to one such operator, she remarked that since she has started she has managed to earn such much-needed money to assist her with the living expenses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Have you noticed an increase in Airbnb rentals in your parish in Jamaica?</em></p>\n<!-- /wp:paragraph -->','Airbnb taking off in scenic Trelawny','','inherit','closed','closed','','963-revision-v1','','','2019-07-30 22:02:05','2019-07-31 03:02:05','',963,'https://buzz-caribbean.com/article/963-revision-v1/',0,'revision','',0),(982,11,'2019-07-30 22:18:02','2019-07-31 03:18:02','<!-- wp:paragraph -->\n<p>Recently, sprint legend Usain Bolt was in the media in defence of his former coach Glen Mills against assertions made by some of his former club mates while at Racers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, it seems that the legendary athlete has moved past that and recently took some time out of his busy schedule to sit down and have a chat with some young athletes who were participating in the Racers Summer Camp. The camp was held at the UWI Mona Bowl in July.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On his Twitter account Bolt is quoted as saying \"happy to hold a reason with the young G\'s\". </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/usainbolt/status/1151538171169116160\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed aligncenter is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/usainbolt/status/1151538171169116160\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Bolt highlighted time spent speaking to the athletes in a group fashion and they, in turn, paying keen attention to what he had to say.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":987} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Group-Photo.jpg\" alt=\"\" class=\"wp-image-987\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There was also some group lens time and signing of autographs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":988} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Priceless-Autograph.jpg\" alt=\"\" class=\"wp-image-988\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Summer School is as a result of Racers seeking to accommodate parents who ask that their children be trained by them. The camp provides the children with training and other needs to aid in their development. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The children who participated are said to have come in from all over the globe. </p>\n<!-- /wp:paragraph -->','Bolt mentors future star athletes','','publish','closed','closed','','bolt-mentors-future-star-athletes','','','2019-08-14 17:44:53','2019-08-14 22:44:53','',0,'https://buzz-caribbean.com/?p=982',0,'post','',0),(983,4,'2019-07-30 22:05:20','2019-07-31 03:05:20','<!-- wp:paragraph -->\n<p>Besides being recognized as one of the most beautiful Caribbean islands in the world and being built on a great variety of personalities, Jamaica is also recognized for its ability to produce multifaceted creative beings who are capable of navigating multiple roles simultaneously. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ryan Gardner, 32, who is known as Rush is one such prime example. He operates in the capacity of an entrepreneur - owner of online clothing store <strong><em>PiecesByRush</em></strong> - and as a representative at the Jamaica National (JN) bank.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BwUt71cBaOT/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BwUt71cBaOT/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>Gardner has always had an innate and genuine drive for fashion</em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Back in 2015, after tabling possible ways of generating a second income while ensuring that this new venture conflates with something that he naturally loves, he says it dawned on him to capitalize on his passion by operating his own online clothing store branded as<strong> PiecesByRush</strong>.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-6-819x1024.jpg\" alt=\"\" class=\"wp-image-873\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Despite the rise in more and more Jamaicans moving towards owning their own online clothing boutique, that did not deter the Styling Consultant and lover of fashion to chase his dreams. Instead, he was willing to take a leap of faith.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":874} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-3-1024x1024.jpg\" alt=\"\" class=\"wp-image-874\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Gardner boldly explains that love for fashion is hereditary in his family; he could not escape his destiny. His mother was known for her outrageous attires along with other members of his family, from whom he drew creative ideas and morphed into his own unique and authentic style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":875} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-8-1024x1024.jpg\" alt=\"\" class=\"wp-image-875\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The four-year-old clothing business has been making its way seeing the bodies of media and TV personality Terri Karelle Reid, Miss Kitty and other well-known Jamaican personalities. <strong><em>PiecesByRush</em></strong> offers high-quality female clothing that is carefully selected from international brands that are shipped based on their needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":876} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-11-819x1024.jpg\" alt=\"\" class=\"wp-image-876\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Women are more open to creative and new ideas as opposed to some men who limit themselves to a particular style.\"</p><cite>Ryan Gardner</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p> The styling consultant highlights that women are more open to creative and new ideas as opposed to some men who limit themselves to a particular style - primarily owing to the narrative that is crafted by society on how a man should operate and dress. This makes it difficult to cater to males in Jamaica, Gardner shared in an exclusive interview with <strong>Buzz</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":877} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-4-819x1024.jpg\" alt=\"\" class=\"wp-image-877\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The fashion enthusiast also noted that the cost for male clothing is far more costly than those for females, thus making it easier for him to cater to female clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":878} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-2-683x1024.jpg\" alt=\"\" class=\"wp-image-878\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For Gardner, balancing two jobs is like riding a bike. However, he shared that priority and first preference is allocated to his passion and love at all time, <strong><em>PiecesByRush</em></strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[879,880,881]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-1-819x1024.jpg\" alt=\"\" data-id=\"879\" data-link=\"https://buzz-caribbean.com/?attachment_id=879\" class=\"wp-image-879\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-5-819x1024.jpg\" alt=\"\" data-id=\"880\" data-link=\"https://buzz-caribbean.com/?attachment_id=880\" class=\"wp-image-880\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-7-1024x683.jpg\" alt=\"\" data-id=\"881\" data-link=\"https://buzz-caribbean.com/?attachment_id=881\" class=\"wp-image-881\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>He shared that as an entrepreneur and aspiring entrepreneur it is imperative that time is given to one’s personal business to ensure that it grows abundantly, whilst not eschewing the responsibilities of your main job. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His work can be located through the following hashtags   <strong>#bebold</strong> <strong>#bestylish</strong> and <strong>#bedifferent</strong>.</p>\n<!-- /wp:paragraph -->','PiecesByRush: Young fashion stylist making waves in Jamaica','','inherit','closed','closed','','867-revision-v1','','','2019-07-30 22:05:20','2019-07-31 03:05:20','',867,'https://buzz-caribbean.com/article/867-revision-v1/',0,'revision','',0),(984,21,'2019-07-31 15:55:35','2019-07-31 20:55:35','<!-- wp:paragraph -->\n<p>The Nike Classic Cortez is all the rage this summer, as the old-school trainer takes centre stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Released way back in the early 70s, the Cortez was Nike’s original running shoe. Its clean and simple lines made it stand out and over the years it has become a classic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1168} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/cortez-basic-mens-shoe-M.jpg\" alt=\"\" class=\"wp-image-1168\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This sneaker has been updated for 2019, coming in even lighter despite the use of premium leather. This time around, Nike has ensured the Cortez is well cushioned so there is less impact on your feet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This iconic shoe has most definitely become a lifestyle statement with its distinctive slim swoosh logo and herringbone-patterned soles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1169} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/cortez-72-sd-mens-shoe-DGrZWN-1024x672.jpg\" alt=\"\" class=\"wp-image-1169\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Favoured by rapper Kendrick Lamar, the Cortez made an appearance at Paris Fashion Week last year. In fact, Forrest Gump ran across America in a pair of Nike Cortez!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Funky yet sporty, the Cortez now comes in a variety of colours including Active Fuchsia, Floral Pack, Topaz Gold black and even iridescent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This timeless classic still looks fresh and the original red, white and blue Nike Cortez is still kickin’ it!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1171} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/cortez-basic-shoe-345sdw.jpg\" alt=\"\" class=\"wp-image-1171\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Curious to know what else Nike is up to? Check out our <a href=\"https://buzz-caribbean.com/article/nike-goes-laceless-with-phantom-react-flyknit/\">next feature here</a>.</p>\n<!-- /wp:paragraph -->','Nike Cortez: Don’t call it a comeback','','publish','closed','closed','','nike-cortez-dont-call-it-a-comeback','','','2019-07-31 16:06:39','2019-07-31 21:06:39','',0,'https://buzz-caribbean.com/?p=984',0,'post','',0),(985,4,'2019-07-30 22:10:00','2019-07-31 03:10:00','<!-- wp:paragraph -->\n<p><br> By Al Edwards<br><br> The Nike Classic Cortez is all the rage this summer, as the old-school trainer takes centre stage.<br><br> Released way back in the early 70s, the Cortez was Nike’s original running shoe. Its clean and simple lines made it stand out and over the years it has become a classic.<br><br> This sneaker has been updated for 2019, coming in even lighter despite the use of premium leather. This time around, Nike has ensured the Cortez is well cushioned so there is less impact on your feet.<br><br> This iconic shoe has most definitely become a lifestyle statement with its distinctive slim swoosh logo and herringbone-patterned soles.<br><br> Favoured by rapper Kendrick Lamar, the Cortez made an appearance at Paris Fashion Week last year. In Fact Forrest Gump ran across America in a pair of Nike Cortez!<br><br> Funky yet sporty, the Cortez now comes in a variety of colours including “ Active Fuchsia”, “Floral Pack”, “ Topaz Gold” black and even iridescent.<br><br> This timeless classic still looks fresh and the original red, white and blue Nike Cortez is still kickin’ it!<br><br></p>\n<!-- /wp:paragraph -->','Nike Cortez: Don’t call it a comeback','','inherit','closed','closed','','984-revision-v1','','','2019-07-30 22:10:00','2019-07-31 03:10:00','',984,'https://buzz-caribbean.com/article/984-revision-v1/',0,'revision','',0),(986,4,'2019-07-30 22:12:08','2019-07-31 03:12:08','<!-- wp:paragraph -->\n<p>The Nike Classic Cortez is all the rage this summer, as the old-school trainer takes centre stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Released way back in the early 70s, the Cortez was Nike’s original running shoe. Its clean and simple lines made it stand out and over the years it has become a classic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This sneaker has been updated for 2019, coming in even lighter despite the use of premium leather. This time around, Nike has ensured the Cortez is well cushioned so there is less impact on your feet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This iconic shoe has most definitely become a lifestyle statement with its distinctive slim swoosh logo and herringbone-patterned soles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Favoured by rapper Kendrick Lamar, the Cortez made an appearance at Paris Fashion Week last year. In fact, Forrest Gump ran across America in a pair of Nike Cortez!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Funky yet sporty, the Cortez now comes in a variety of colours including “ Active Fuchsia”, “Floral Pack”, “ Topaz Gold” black and even iridescent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This timeless classic still looks fresh and the original red, white and blue Nike Cortez is still kickin’ it!<br><br></p>\n<!-- /wp:paragraph -->','Nike Cortez: Don’t call it a comeback','','inherit','closed','closed','','984-revision-v1','','','2019-07-30 22:12:08','2019-07-31 03:12:08','',984,'https://buzz-caribbean.com/article/984-revision-v1/',0,'revision','',0),(987,11,'2019-07-30 22:13:35','2019-07-31 03:13:35','','Group-Photo','','inherit','closed','closed','','group-photo','','','2019-07-30 22:13:35','2019-07-31 03:13:35','',982,'https://buzz-caribbean.com/app/uploads/2019/07/Group-Photo.jpg',0,'attachment','image/jpeg',0),(988,11,'2019-07-30 22:14:23','2019-07-31 03:14:23','','Priceless-Autograph','','inherit','closed','closed','','priceless-autograph','','','2019-07-30 22:14:23','2019-07-31 03:14:23','',982,'https://buzz-caribbean.com/app/uploads/2019/07/Priceless-Autograph.jpg',0,'attachment','image/jpeg',0),(990,11,'2019-07-30 22:17:58','2019-07-31 03:17:58','<!-- wp:paragraph -->\n<p>Recently Sprint legend Usain Bolt was in the media in defence of his former coach Glen Mills against assertions made by some of his former club mates while at Racers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, it seems that the legendary athlete has moved past that and recently took some time out of his busy schedule to sit down and have a chat with some young athletes who were participating in the Racers Summer Camp. The camp was held at the UWI Mona Bowl in July.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On his Twitter account Bolt is quoted as saying \"happy to hold a reason with the young G\'s\". </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/usainbolt/status/1151538171169116160\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed aligncenter is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/usainbolt/status/1151538171169116160\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Bolt highlighted time spent speaking to the athletes in a group fashion and they, in turn, paying keen attention to what he had to say.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":987} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Group-Photo.jpg\" alt=\"\" class=\"wp-image-987\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There was also some group lens time and signing of autographs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":988} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Priceless-Autograph.jpg\" alt=\"\" class=\"wp-image-988\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Summer School is as a result of Racers seeking to accommodate parents who ask that their children be trained by them. The camp provides the children with training and other needs to aid in their development. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The children who participated are said to have come in from all over the globe. </p>\n<!-- /wp:paragraph -->','Bolt mentors future star athletes','','inherit','closed','closed','','982-revision-v1','','','2019-07-30 22:17:58','2019-07-31 03:17:58','',982,'https://buzz-caribbean.com/article/982-revision-v1/',0,'revision','',0),(993,11,'2019-07-30 22:31:14','2019-07-31 03:31:14','','leon-bailey-eric-davis-jamaica-panama-gold-cup-2019','','inherit','closed','closed','','leon-bailey-eric-davis-jamaica-panama-gold-cup-2019','','','2019-07-30 22:31:14','2019-07-31 03:31:14','',0,'https://buzz-caribbean.com/app/uploads/2019/07/leon-bailey-eric-davis-jamaica-panama-gold-cup-2019.jpg',0,'attachment','image/jpeg',0),(995,11,'2019-07-30 22:39:31','2019-07-31 03:39:31','','New Love For LB','','inherit','closed','closed','','new-love-for-lb','','','2019-07-30 22:39:31','2019-07-31 03:39:31','',0,'https://buzz-caribbean.com/app/uploads/2019/07/New-Love-for-LB.jpg',0,'attachment','image/jpeg',0),(1001,4,'2019-07-30 22:43:44','2019-07-31 03:43:44','','kendrick-lamar-nike-cortez','','inherit','closed','closed','','kendrick-lamar-nike-cortez','','','2019-07-30 22:43:44','2019-07-31 03:43:44','',984,'https://buzz-caribbean.com/app/uploads/2019/07/kendrick-lamar-nike-cortez.jpg',0,'attachment','image/jpeg',0),(1002,4,'2019-07-30 22:45:30','2019-07-31 03:45:30','','nike-cortez-1972-sp-og-1','','inherit','closed','closed','','nike-cortez-1972-sp-og-1','','','2019-07-30 22:45:30','2019-07-31 03:45:30','',984,'https://buzz-caribbean.com/app/uploads/2019/07/nike-cortez-1972-sp-og-1.jpg',0,'attachment','image/jpeg',0),(1003,23,'2019-07-31 08:36:26','2019-07-31 13:36:26','<!-- wp:paragraph -->\n<p>The saying <em>‘if a child does not learn, a teacher did not teach’</em> may be debatable in today’s society; but there are some things that teachers wished that parents would instil in their children before unleashing them on the wider society. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3898} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Teachers-1024x683.jpg\" alt=\"\" class=\"wp-image-3898\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>More parents should also be ‘schooled’ on what exactly is the role of a teacher, in order to improve the teaching-learning experience for a child.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3899} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Parent-Teacher.jpg\" alt=\"\" class=\"wp-image-3899\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> <br><strong><em>Firstly, the teacher is not an informal financial institution.</em></strong> They assist students with bus fare and lunch money, but it is unconscionable for parents to continuously ask them to do this considering how poorly our nation’s teachers are already being paid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Also, lice are not counted as students and are not listed on the register!</em></strong> No educator wants the onerous task of combing through students’ hair and telling the infected culprits to go home. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you really want to make their lives easier, <strong><em>train up your children with manners and respect</em></strong>. You may think your little ones are precocious but children who are argumentative and do not listen, are really just rude and ill-mannered and there is nothing cute about that. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With that said also note that four-letter words do not look good coming out of the mouths of children! <strong><em>Be aware of the movies and television shows they watch and monitor</em></strong> their activities online as not everything can pass the Broadcasting Commission’s child-friendly ratings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When it comes to children, <strong><em>it is knowledge and not expensive brands that will make your child shine</em></strong>.  Kids who have the latest in designer bags, shoes and other costly items are just walking billboards for high-priced consumption. It is ironic how parents who complain that school fees are too high, are the very ones who find the money for material stuff but not textbooks. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Teachers struggle daily when faced with the challenge of marking a child named ‘Airwrecka’ (Erica) present</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>One of the biggest pet peeves of teachers is <strong><em>marking a register with names not even the students themselves can spell</em></strong>! The Registrar General Department shocked many Jamaicans a few years ago when they made a public appeal for parents to desist from giving their children ‘unusual’ names such as ‘Syphilis’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While most would have a chuckle, teachers struggle daily when faced with the challenge of marking a child named ‘Airwrecka’ (Erica) present!<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And while you are at it,<em> <strong>hold back on the smartphones for some of the children</strong></em>. Think about how smartphones have become almost a weapon in the hands of children, especially when they use their camera and video capabilities to film themselves doing things they should not be doing! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And the number one complaint: homework that is not done at home. <strong><em>Homework should not be seen as punishment</em></strong>. It is a parent’s responsibility to ensure that their child gets their assignment done without doing the actual work for them.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Always remember how difficult a job teaching can be. The next time you see a teacher, tell him or her thanks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong><em>If it was not for them, you would not even be able to read this article.</em></strong> </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Also, did you catch a glimpse of this heartfelt piece from an educator in the US, who decided to leave the profession?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.facebook.com/permalink.php?story_fbid=10105548277289709\\u0026id=7821126\",\"type\":\"rich\",\"providerNameSlug\":\"facebook\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/permalink.php?story_fbid=10105548277289709&amp;id=7821126\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Let\'s give our teachers the love and respect they deserve. </p>\n<!-- /wp:paragraph -->','Things teachers wish parents knew','','publish','closed','closed','','things-teachers-wish-parents-knew','','','2019-08-14 17:39:23','2019-08-14 22:39:23','',0,'https://buzz-caribbean.com/?p=1003',0,'post','',0),(1004,14,'2019-07-31 08:05:46','2019-07-31 13:05:46','<!-- wp:image {\"id\":931} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/plants-in-home-demo-1024x683.jpeg\" alt=\"\" class=\"wp-image-931\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Do you feel that? #PlaceHotB!&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s the type of heat that can make you drowsy, and the summer\nis here to remind you that it’s in charge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Though the heavy-duty fans and air conditioning units offer\nvarying degrees of respite, many Jamaican homes have a much cheaper option to\ncool down:&nbsp;<strong>PLANTS</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The average Jamaican houses around one to four potted plants for aesthetic purposes. Did you know that recent studies have shown that adding&nbsp;certain plants can not only keep the air around your homes cool but also help flush out toxins?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":942} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-plant-around-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-942\" /><figcaption>Acrea palm (centre) and golden pothos (right) among plants used in our Buzz offices! (Photo: Gavin Riley)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Plants have been proven to keep your house cool because they lose water during transpiration, which freshens the air around the plants, leaving it purified and crisp. If you’re looking for a natural, inexpensive way to keep your\nhouse cool, consider getting some&nbsp;of these plants, which can help keep temperatures\ndown:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Acrea palm tree</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":920} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/acrea-palm-tree_demo-1024x576.jpg\" alt=\"\" class=\"wp-image-920\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As one of the most popular living room and patio plants across the island, areca palm trees are decorative houseplants that act as natural humidifiers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to cooling off your home, areca palms can remove\nbenzene, formaldehyde and trichloroethylene from the air.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Aloe vera</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":922} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-aloe-vera_demo.jpg\" alt=\"\" class=\"wp-image-922\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Known affectionately as ‘sinkle bible’, having an aloe vera plant on hand will not only come in handy if you get any nasty itch, cuts or sunburns, but it is also effective at cooling the air temperature and&nbsp;removing formaldehyde from the air.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a study conducted by the Beijing University of Chemical Technology, potted plants, such as aloe vera could remove formaldehyde from the air in confined spaces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Potted ferns</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":919} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-ferns_demo-1024x614.jpg\" alt=\"\" class=\"wp-image-919\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Potted ferns are not only aesthetically pleasing but are popular for their minimalistic design. These plants have been proven to be quite skilled in ‘sprucing up’ the air quality in your home. Potted ferns are notoriously adept at absorbing harmful gases through pores on the surface of their leaves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Snake plants</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":921} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/snake-plant_demo.jpg\" alt=\"\" class=\"wp-image-921\" /><figcaption>Sansevieria trifasciata or Snake plant in pot at home</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Snake plants, also known as Mother-in-Law\'s Tongue, are another potted plant with exceptional air-purifying properties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a 1989 study published by scientists at NASA, low-light requiring houseplants such as mother-in-law’s tongue, “have demonstrated the potential for improving indoor air quality by removing trace organic pollutants from the air in energy-efficient buildings”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Golden pothos</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":918} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/golden-pothos_demo-1024x614.jpg\" alt=\"\" class=\"wp-image-918\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The golden pothos is another plant popular in Jamaica with great air-purification properties. Known locally as \'creeper\', the plant, which thrives in a system of vines, is perfect for those who aren’t exactly garden-savvy, as it’s extremely easy to take care of.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> A golden pothos requires little light and little care, and it will keep your air cool and purified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now that you’re armed to the bedrock with information, cool dung yuh yaad with your very own ‘green arsenal’ and get you purify on!</p>\n<!-- /wp:paragraph -->','Buzz Hacks: 5 plants to keep your home cool this summer','','inherit','closed','closed','','913-revision-v1','','','2019-07-31 08:05:46','2019-07-31 13:05:46','',913,'https://buzz-caribbean.com/article/913-revision-v1/',0,'revision','',0),(1006,11,'2019-07-31 08:27:21','2019-07-31 13:27:21','<!-- wp:paragraph -->\n<p>The saying <em>‘if a child does not learn, a teacher did not teach’</em> may be debatable in today’s society; but there are some things that teachers wished that parents would teach their children before unleashing them on the wider society. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More parents should also be ‘schooled’ on what exactly is the role of a teacher, in order to improve the teaching-learning experience for a child.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <br><strong><em>Firstly, the teacher is not an informal financial institution.</em></strong> They assist students with bus fare and lunch money, but it is unconscionable for parents to continuously ask them to do this considering how poorly our nation’s teachers are already being paid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Also, lice are not counted as students and are not listed on the register!</em></strong> No educator wants the onerous task of combing through students’ hair and telling the infected culprits to go home. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you really want to make their lives easier, <strong><em>train up your children with manners and respect</em></strong>. You may think your little ones are precocious but children who are argumentative and do not listen, are really just rude and ill-mannered and there is nothing cute about that. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With that said also note that four-letter words do not look good coming out of the mouths of children! <strong><em>Be aware of the movies and television shows they watch and monitor</em></strong> their activities online as not everything can pass the Broadcasting Commission’s child-friendly ratings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When it comes to children, <strong><em>it is knowledge and not expensive brands that will make your child shine</em></strong>.  Kids who have the latest in designer bags, shoes and other costly items are just walking billboards for high-priced consumption. It is ironic how parents who complain that school fees are too high, are the very ones who find the money for material stuff but not textbooks. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Public appeal for parents to desist from giving their children ‘unusual’ names such as ‘Syphilis’\"</p><cite>Registrar General Department, Jamaica</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>One of the biggest pet peeves of teachers is <strong><em>marking a register with names not even the students themselves can spell</em></strong>! The Registrar General Department shocked many Jamaicans a few years ago when they made a public appeal for parents to desist from giving their children ‘unusual’ names such as ‘Syphilis’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While most would have a chuckle, teachers struggle daily when faced with the challenge of marking a child named ‘Airwrecka’ (Erica) present!<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And while you are at it,<em> <strong>hold back on the smartphones for some of the children</strong></em>. Think about how smartphones have become almost a weapon in the hands of children, especially when they use their camera and video capabilities to film themselves doing things they should not be doing! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And the number one complaint: homework that is not done at home. <strong><em>Homework should not be seen as punishment</em></strong>. It is a parent’s responsibility to ensure that their child gets their assignment done without doing the actual work for them.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Always remember how difficult a job teaching can be. The next time you see a teacher, tell him or her thanks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong><em>If it was not for them, you would not even be able to read this article.</em></strong> </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Also, did you catch a glimpse of this heartfelt piece from an educator in the US, who decided to leave the profession?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.facebook.com/permalink.php?story_fbid=10105548277289709\\u0026id=7821126\",\"type\":\"rich\",\"providerNameSlug\":\"facebook\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/permalink.php?story_fbid=10105548277289709&amp;id=7821126\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Let\'s give our teachers the love and respect they deserve. </p>\n<!-- /wp:paragraph -->','Things Teachers Wish Parents Knew','','inherit','closed','closed','','1003-revision-v1','','','2019-07-31 08:27:21','2019-07-31 13:27:21','',1003,'https://buzz-caribbean.com/article/1003-revision-v1/',0,'revision','',0),(1007,11,'2019-07-31 08:32:39','2019-07-31 13:32:39','','Parents Reading With Children','','inherit','closed','closed','','parents-reading-with-children','','','2019-07-31 08:32:39','2019-07-31 13:32:39','',1003,'https://buzz-caribbean.com/app/uploads/2019/07/Parents-Reading-With-Children.jpg',0,'attachment','image/jpeg',0),(1012,14,'2019-07-31 08:49:38','2019-07-31 13:49:38','<!-- wp:image {\"id\":328} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/world-map-demo-1024x610.jpg\" alt=\"\" class=\"wp-image-328\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the year 1920, the League of Nations officially recognised sovereignty for 86 countries across the world – nearly 100 years later, and that number has swelled to 195 internationally recognised states.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Over the course of the last century, several groups and factions have revolted against their respective governments to declare a region “independent” and just like their ancestors before them, territorial disputes rage on across the globe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Countries below, highlighted in red, are currently caught up in territorial dispute</em>s</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":779} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/territorial-disputes-all-countries-1024x563.jpg\" alt=\"\" class=\"wp-image-779\" /><figcaption>A global map of all countries, including Jamaica, (in red) currently involved in territorial disputes (Photo contributed, Brilliant Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You may have seen the new name of a country pop up on your atlas\nor Google search and wondered to yourself, “When did that happen?”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The United Nations (UN) recognises 195 sovereign countries, 193 of which are members, and two – the Holy See and the State of Palestine – being simply observer states.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But depending on whom you ask, by some definitions, there\nare 197 countries in the world – a number drawn when Taiwan and Kosovo are\nincluded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Buzz Jamaica</em></strong> presents eight countries you probably didn’t know existed*:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Abkhazia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":769} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/abkhazia-flag-1024x576.jpg\" alt=\"\" class=\"wp-image-769\" /><figcaption>Flag of Abkhazia (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>1.    Abkhazia is a de facto and partially recognised republic on the eastern coast of the Black Sea, south of the Greater Caucasus mountains, in what is widely recognised as part of northwestern Georgia. The country, at 8,660 square kilometres, is nearly 80% of Jamaica’s size in comparison.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":771} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/abkhazia-on-world-map-1024x606.png\" alt=\"\" class=\"wp-image-771\" /><figcaption>The disputed areas of Abkhazia (left) and South Ossetia (centre) highlighted in lavender and orange stripes respectively (Photo contributed, Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The unitary, semi-presidential republic – a sore point in Georgia-Russia relations after the dissolution of the Soviet Union – is contentiously recognised as a state by Russia, Venezuela, Nicaragua, Nauru, and Syria. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":774} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/krubera-cave-abkhazia-demo.jpg\" alt=\"\" class=\"wp-image-774\" /><figcaption>The Krubera Caves in Gagra, Abkhazia is the deepest in the world and a popular tourist attraction. (Photo contributed, Fodors.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While Georgia lacks control over Abkhazia, the Georgian\ngovernment and most United Nations member states consider Abkhazia legally part\nof Georgia as of 2008, with Georgian constitution designating the area as the\nAutonomous Republic of Abkhazia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Kosovo</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":775} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/kosovo-flag-1024x683.png\" alt=\"\" class=\"wp-image-775\" /><figcaption>Kosovo flag (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>2.&nbsp;&nbsp; &nbsp;Kosovo is another European ‘country’, which\ndeclared its independence from Serbia in 2008. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Roughly the size of Jamaica at 10,908 square kilometers,\nKosovo is landlocked and located in the center of the Balkan Peninsula in\nsoutheast Europe. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":777} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/kosovo-map-1024x576.jpg\" alt=\"\" class=\"wp-image-777\" /><figcaption>Map of Kosovo and the other Balkan states (Photo contributed, Frontiers of Freedom)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It has since gained diplomatic recognition as a sovereign\nstate by 102 United Nations member states. Serbia, the country contesting\nKosovo’s sovereignty has accepted its institutions and elected officials but\ncontinues to claim it as the Autonomous Province of Kosovo and Metohija.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":784} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/prishtina-city-center.jpg\" alt=\"\" class=\"wp-image-784\" /><figcaption>Prishtina, the capital of Kosovo in its glory (Photo contributed, AdventurousTours.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Transnistria</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":786} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/transnistria-flag-1024x512.png\" alt=\"\" class=\"wp-image-786\" /><figcaption>Flag of Transnistria (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>3.&nbsp;&nbsp;&nbsp; Clocking in at\nabout 40 percent of Jamaica’s total area, Transnistria is a primarily\nunrecognised state that split from Moldova after the collapse of the Soviet\nUnion.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":790} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/transnistria-map.jpg\" alt=\"\" class=\"wp-image-790\" /><figcaption>Map of Transnistria and now resolved disputed territory Gagauzia (Photo contributed, Euromaidan Press)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The territory mostly sits on a narrow strip of land between\nthe river Dniester and Ukraine – being only recognised only by Abkhazia,\nArtsakh, and South Ossetia. The region is considered by the UN and its member\nstates to be part of Moldova.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":791} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bender-fortress-transnistria-1024x615.jpg\" alt=\"\" class=\"wp-image-791\" /><figcaption>The Tighina Fotress in Bender, Transnistria\'s second-largest city (Photo contributed, Connor Clyne, TsarExperience.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Somaliland</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":792} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/somaliland-flag-1024x512.png\" alt=\"\" class=\"wp-image-792\" /><figcaption>Flag of Somaliland (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>4.&nbsp;&nbsp;&nbsp; The republic of Somaliland is a self-declared state located in what is internationally recognised as northwest Somalia. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Its officials claimed the territory as an independent country in 1991 and the state reportedly spans parts of the borders with Ethiopia, Djibouti and Somalia to the east. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":796} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/somaliland-map-1024x576.jpg\" alt=\"\" class=\"wp-image-796\" /><figcaption>Map showing Somaliland and its neighbours (Photo contributed, The New Arab)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With an area of 176,120 square kilometres, Somaliland\'s\nself-proclaimed independence remains unrecognised by any country or\ninternational organisation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":797} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/laas-geel-rock-cave-paintings.jpg\" alt=\"\" class=\"wp-image-797\" /><figcaption>The world-famous Laas Geel caves and its intricate rock paintings are a must-see for tourists (Photo contributed, Theodore Hoffsten, Wikipedia Commons)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Artsakh</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":798} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/artsakh-1024x512.png\" alt=\"\" class=\"wp-image-798\" /><figcaption>Flag of Artsahk (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>5.&nbsp;&nbsp;&nbsp; Just larger than\nJamaica, Artsakh is a breakaway state in the South Caucasus that is\ninternationally recognized as part of Azerbaijan. The area has been under a\nperpetual ceasefire since 1994 and was a hotly contested territory from the\nearly 1920s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":799} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/artsakh-sights-1024x682.jpg\" alt=\"\" class=\"wp-image-799\" /><figcaption>The national pride of Artsakh, a grandiose pair of statues called \'We are Mountains\'. Known as Tatik Papik by locals, these structures are a tourist magnet. (Photo contributed, Pinterest)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Republic of Artsakh is neither a member nor observer of the UN or any of its specialized agencies – and is only recognised as a state by fellow disputed territories Transnistria, Abkhazia and South Ossetia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":800} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/artsakh-waterfall-1024x681.jpg\" alt=\"\" class=\"wp-image-800\" /><figcaption>The famed \'Umbrella\' or Zontik waterfall in Muxtar, Artsakh (Photo contributed, Pinterest)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>South Ossetia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>6. Georgia makes claim to another disputed territory on our list after South Ossetia declared itself independent in 1990.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":822} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/south-ossetia-flag-1024x512.png\" alt=\"\" class=\"wp-image-822\" /><figcaption>Flag of South Ossetia (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Also called the state of Alania, South Ossetia is a disputed\nterritory in the South Caucasus, in what is internationally recognised as\nnorthern Georgian territory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":823} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/south-ossetia-mountain-lake.jpg\" alt=\"\" class=\"wp-image-823\" /><figcaption>The beautiful mountain lake of Kelistba.   Fed by the Xanthi river, Lake Kelistba is 2925 meters high on a plateau in the Caucasus mountains. (Photo contributed, TravelTourismBlog.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At 35 percent the size of Jamaica, South Ossetia is only\nrecoginsed as fully independent and autonomous by Russia, Nauru, Venezuela and\nNicaragua.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":824} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/south-ossetia-ksani-fortress.jpg\" alt=\"\" class=\"wp-image-824\" /><figcaption>The perfectly preserved Ksani fortress in South Ossetia, one of the country\'s many historical monuments. (Photo contributed, TravelTourismBlog.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Luhansk People\'s Republic (LPR)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":826} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/lugansk-people-republic-flag-1024x683.png\" alt=\"\" class=\"wp-image-826\" /><figcaption>Flag of the  Luhansk People\'s Republic (LPR), (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>7.    The Luhansk People\'s Republic (LPR) is a landlocked quasi-state in what is internationally recognised as part of eastern Ukraine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The LPR declared its independence in the aftermath of the 2014 revolution that swept Ukraine and is the stage of an armed conflict that rages on as at April 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":827} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/lugansk-people-republic-map.jpg\" alt=\"\" class=\"wp-image-827\" /><figcaption>Map of Ukraine highlighting its territorial disputes with Russia (Photo contributed, Nationalia.info) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>No country or member state of the UN has recoginsed the\nLPR’s sovereignty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Sahrawi Republic </h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":829} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/sahrawi-republic-flag-1024x512.png\" alt=\"\" class=\"wp-image-829\" /><figcaption>Flag of the Sahrawi Arab Democratic Republic (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>8.    The Sahrawi Republic, the 83rd largest country in the world, is a partially recognised state that claims the non-self-governing territory of Western Sahara. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interestingly enough, the Sahrawi Republic controls only the\neasternmost one-fifth of that territory, along the border with Mauritania. The\nSahrawi Republic was proclaimed independent in 1976, but its government\ncontrols about 20–25% of the territory it claims.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":830} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/western-sahara-conflict-map-1024x768.jpg\" alt=\"\" class=\"wp-image-830\" /><figcaption>Map of Western Sahara, showing areas of Morrocan control (in blue) and the territory being controlled by the Sahrawi Republic (in green) (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Sahrawi Republic maintains close diplomatic relations with 40 UN states and is a full member of the African Union (AU). The majority of the disputed lands of Western Sahara are governed in full or partly by Morocco in what is described as a ‘buffer zone’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":835} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/polisario-morocco-palace.jpg\" alt=\"\" class=\"wp-image-835\" /><figcaption>The Polisario Morrocan Palace in Western Sahara, the territory being disputed by the Sahrawi Republic (Photo contributed, AllThatsInteresting.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>*(The term “existed” is used in this article in reference to countries that are not popularly known. We also acknowledge that these areas are heavily disputed, and not recognized by the international community, outside of supporting countries/territories.)</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you didn\'t know all these countries are visa-free destinations for Jamaicans (but be careful)! For more countries </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Which \'new\' country surprised you the most? Let us know in the comments!</p>\n<!-- /wp:paragraph -->','Eight places in the world you never knew existed','','inherit','closed','closed','','762-revision-v1','','','2019-07-31 08:49:38','2019-07-31 13:49:38','',762,'https://buzz-caribbean.com/article/762-revision-v1/',0,'revision','',0),(1013,11,'2019-07-31 14:12:50','2019-07-31 19:12:50','<!-- wp:paragraph -->\n<p>Forget about ‘kumbaya’, free love and that sharing is caring. Human beings were meant to be social, but alas, we also need to be sanitary and the only things we should pass on from one person to the next is wisdom.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Social media is not the only realm in which we often ‘overshare’, as when it comes to personal hygiene practices, common sense seems to go on vacation for some individuals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So we\'ve taken the liberty of sharing a short list of things it would be best to keep to yourself, both for your peace of mind as well as your personal health.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Underwear </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This heads the list, and believe it or not, some teens not only share clothes but underwear as well. <strong><em>This is a practice that should never be encouraged</em></strong>. The idea of being okay sitting in someone else’s bodily fluids boggles the mind. *Eeek*<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1090,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Underwear-1024x1024.jpg\" alt=\"\" class=\"wp-image-1090\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Toothbrush </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This is one of the capital cities for breeding germs and if someone has a dental history similar to dancehall artiste Gully Bop, you are in big trouble. Toothbrushes are inexpensive and readily available. So, <strong><em>let\'s scrap the communal oral hygiene</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1091} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/toothbrush-1024x683.jpg\" alt=\"\" class=\"wp-image-1091\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Secrets </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Here is where it really gets interesting. <strong><em>There’s a saying: three can keep a secret if two are dead.</em></strong> That basically means a shut mouth gathers no foot and everything you see or hear should not be broadcasted to a wider audience. Nobody likes a stool pigeon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1104} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Dont-Tell-1024x684.jpg\" alt=\"\" class=\"wp-image-1104\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Deodorant </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Underarm care is ‘muy importante’ and any cuts, lumps, bruises or openings in the skin determine that sharing roll-on or stick deodorant is a no-no. <strong><em>If your friends run out, introduce them to the joys and wonders of baking soda which works like a charm</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1106} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/deodorant-1024x992.jpg\" alt=\"\" class=\"wp-image-1106\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Make-up  </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Much like the deodorant, if it goes on your skin, it’s a personal effect. Many people have fungal infections and untreated skin conditions that are spread by sharing make-up brushes. Hey, you can also be a nice person and just buy your friend their own make-up kit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1108} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/make-up-1024x683.jpg\" alt=\"\" class=\"wp-image-1108\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Towel</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Why should you be cool swapping dead skin?</em></strong> If you are sleeping over and did not pack, reach for a large rag or even a t-shirt - preferably your own.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1111} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/towels-1024x682.jpg\" alt=\"\" class=\"wp-image-1111\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Your partner!  </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong><em>If you value your relationship, there will be no sharing</em></strong>. His/her ‘truck’ should be parked in your garage and not the street side. Your friends need not know those intimate details. Keep what you do with your partner to yourself, especially if their game is on point because sharing that info is a recipe for trouble.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1124} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/couple-holding-hands-1024x683.jpg\" alt=\"\" class=\"wp-image-1124\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the end of the day, ‘oversharing’ can become costly in so many ways. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The only things that need to be dispensed freely are ideas and carpool duties. </p>\n<!-- /wp:paragraph -->','Sorry, can\'t share these 7 things','','publish','open','closed','','sorry-cant-share-these-7-things','','','2019-08-14 19:45:01','2019-08-15 00:45:01','',0,'https://buzz-caribbean.com/?p=1013',0,'post','',0),(1015,14,'2019-07-31 08:54:25','2019-07-31 13:54:25','<!-- wp:paragraph -->\n<p>In the year 1920, the League of Nations officially recognised sovereignty for 86 countries across the world. Nearly 100 years later, and that number has swelled to 195 internationally recognised states.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Over the course of the last century, several groups and factions have revolted against their respective governments to declare a region “independent” and just like their ancestors before them, territorial disputes rage on across the globe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Countries below, highlighted in red, are currently caught up in territorial dispute</em>s</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":779} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/territorial-disputes-all-countries-1024x563.jpg\" alt=\"\" class=\"wp-image-779\" /><figcaption>A global map of all countries, including Jamaica, (in red) currently involved in territorial disputes (Photo contributed, Brilliant Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You may have seen the new name of a country pop up on your atlas\nor Google search and wondered to yourself, “When did that happen?”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The United Nations (UN) recognises 195 sovereign countries, 193 of which are members, and two – the Holy See and the State of Palestine – being simply observer states.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But depending on whom you ask, by some definitions, there\nare 197 countries in the world – a number drawn when Taiwan and Kosovo are\nincluded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Buzz Jamaica</em></strong> presents eight countries you probably didn’t know existed*:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Abkhazia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":769} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/abkhazia-flag-1024x576.jpg\" alt=\"\" class=\"wp-image-769\" /><figcaption>Flag of Abkhazia (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>1.    Abkhazia is a de facto and partially recognised republic on the eastern coast of the Black Sea, south of the Greater Caucasus mountains, in what is widely recognised as part of northwestern Georgia. The country, at 8,660 square kilometres, is nearly 80% of Jamaica’s size in comparison.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":771} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/abkhazia-on-world-map-1024x606.png\" alt=\"\" class=\"wp-image-771\" /><figcaption>The disputed areas of Abkhazia (left) and South Ossetia (centre) highlighted in lavender and orange stripes respectively (Photo contributed, Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The unitary, semi-presidential republic – a sore point in Georgia-Russia relations after the dissolution of the Soviet Union – is contentiously recognised as a state by Russia, Venezuela, Nicaragua, Nauru, and Syria. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":774} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/krubera-cave-abkhazia-demo.jpg\" alt=\"\" class=\"wp-image-774\" /><figcaption>The Krubera Caves in Gagra, Abkhazia is the deepest in the world and a popular tourist attraction. (Photo contributed, Fodors.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While Georgia lacks control over Abkhazia, the Georgian\ngovernment and most United Nations member states consider Abkhazia legally part\nof Georgia as of 2008, with Georgian constitution designating the area as the\nAutonomous Republic of Abkhazia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Kosovo</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":775} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/kosovo-flag-1024x683.png\" alt=\"\" class=\"wp-image-775\" /><figcaption>Kosovo flag (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>2.&nbsp;&nbsp; &nbsp;Kosovo is another European ‘country’, which\ndeclared its independence from Serbia in 2008. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Roughly the size of Jamaica at 10,908 square kilometers,\nKosovo is landlocked and located in the center of the Balkan Peninsula in\nsoutheast Europe. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":777} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/kosovo-map-1024x576.jpg\" alt=\"\" class=\"wp-image-777\" /><figcaption>Map of Kosovo and the other Balkan states (Photo contributed, Frontiers of Freedom)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It has since gained diplomatic recognition as a sovereign\nstate by 102 United Nations member states. Serbia, the country contesting\nKosovo’s sovereignty has accepted its institutions and elected officials but\ncontinues to claim it as the Autonomous Province of Kosovo and Metohija.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":784} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/prishtina-city-center.jpg\" alt=\"\" class=\"wp-image-784\" /><figcaption>Prishtina, the capital of Kosovo in its glory (Photo contributed, AdventurousTours.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Transnistria</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":786} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/transnistria-flag-1024x512.png\" alt=\"\" class=\"wp-image-786\" /><figcaption>Flag of Transnistria (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>3.&nbsp;&nbsp;&nbsp; Clocking in at\nabout 40 percent of Jamaica’s total area, Transnistria is a primarily\nunrecognised state that split from Moldova after the collapse of the Soviet\nUnion.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":790} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/transnistria-map.jpg\" alt=\"\" class=\"wp-image-790\" /><figcaption>Map of Transnistria and now resolved disputed territory Gagauzia (Photo contributed, Euromaidan Press)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The territory mostly sits on a narrow strip of land between\nthe river Dniester and Ukraine – being only recognised only by Abkhazia,\nArtsakh, and South Ossetia. The region is considered by the UN and its member\nstates to be part of Moldova.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":791} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bender-fortress-transnistria-1024x615.jpg\" alt=\"\" class=\"wp-image-791\" /><figcaption>The Tighina Fotress in Bender, Transnistria\'s second-largest city (Photo contributed, Connor Clyne, TsarExperience.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Somaliland</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":792} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/somaliland-flag-1024x512.png\" alt=\"\" class=\"wp-image-792\" /><figcaption>Flag of Somaliland (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>4.&nbsp;&nbsp;&nbsp; The republic of Somaliland is a self-declared state located in what is internationally recognised as northwest Somalia. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Its officials claimed the territory as an independent country in 1991 and the state reportedly spans parts of the borders with Ethiopia, Djibouti and Somalia to the east. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":796} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/somaliland-map-1024x576.jpg\" alt=\"\" class=\"wp-image-796\" /><figcaption>Map showing Somaliland and its neighbours (Photo contributed, The New Arab)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With an area of 176,120 square kilometres, Somaliland\'s\nself-proclaimed independence remains unrecognised by any country or\ninternational organisation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":797} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/laas-geel-rock-cave-paintings.jpg\" alt=\"\" class=\"wp-image-797\" /><figcaption>The world-famous Laas Geel caves and its intricate rock paintings are a must-see for tourists (Photo contributed, Theodore Hoffsten, Wikipedia Commons)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Artsakh</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":798} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/artsakh-1024x512.png\" alt=\"\" class=\"wp-image-798\" /><figcaption>Flag of Artsahk (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>5.&nbsp;&nbsp;&nbsp; Just larger than\nJamaica, Artsakh is a breakaway state in the South Caucasus that is\ninternationally recognized as part of Azerbaijan. The area has been under a\nperpetual ceasefire since 1994 and was a hotly contested territory from the\nearly 1920s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":799} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/artsakh-sights-1024x682.jpg\" alt=\"\" class=\"wp-image-799\" /><figcaption>The national pride of Artsakh, a grandiose pair of statues called \'We are Mountains\'. Known as Tatik Papik by locals, these structures are a tourist magnet. (Photo contributed, Pinterest)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Republic of Artsakh is neither a member nor observer of the UN or any of its specialized agencies – and is only recognised as a state by fellow disputed territories Transnistria, Abkhazia and South Ossetia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":800} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/artsakh-waterfall-1024x681.jpg\" alt=\"\" class=\"wp-image-800\" /><figcaption>The famed \'Umbrella\' or Zontik waterfall in Muxtar, Artsakh (Photo contributed, Pinterest)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>South Ossetia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>6. Georgia makes claim to another disputed territory on our list after South Ossetia declared itself independent in 1990.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":822} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/south-ossetia-flag-1024x512.png\" alt=\"\" class=\"wp-image-822\" /><figcaption>Flag of South Ossetia (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Also called the state of Alania, South Ossetia is a disputed\nterritory in the South Caucasus, in what is internationally recognised as\nnorthern Georgian territory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":823} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/south-ossetia-mountain-lake.jpg\" alt=\"\" class=\"wp-image-823\" /><figcaption>The beautiful mountain lake of Kelistba.   Fed by the Xanthi river, Lake Kelistba is 2925 meters high on a plateau in the Caucasus mountains. (Photo contributed, TravelTourismBlog.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At 35 percent the size of Jamaica, South Ossetia is only\nrecoginsed as fully independent and autonomous by Russia, Nauru, Venezuela and\nNicaragua.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":824} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/south-ossetia-ksani-fortress.jpg\" alt=\"\" class=\"wp-image-824\" /><figcaption>The perfectly preserved Ksani fortress in South Ossetia, one of the country\'s many historical monuments. (Photo contributed, TravelTourismBlog.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Luhansk People\'s Republic (LPR)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":826} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/lugansk-people-republic-flag-1024x683.png\" alt=\"\" class=\"wp-image-826\" /><figcaption>Flag of the  Luhansk People\'s Republic (LPR), (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>7.    The Luhansk People\'s Republic (LPR) is a landlocked quasi-state in what is internationally recognised as part of eastern Ukraine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The LPR declared its independence in the aftermath of the 2014 revolution that swept Ukraine and is the stage of an armed conflict that rages on as at April 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":827} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/lugansk-people-republic-map.jpg\" alt=\"\" class=\"wp-image-827\" /><figcaption>Map of Ukraine highlighting its territorial disputes with Russia (Photo contributed, Nationalia.info) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>No country or member state of the UN has recoginsed the\nLPR’s sovereignty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Sahrawi Republic </h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":829} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/sahrawi-republic-flag-1024x512.png\" alt=\"\" class=\"wp-image-829\" /><figcaption>Flag of the Sahrawi Arab Democratic Republic (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>8.    The Sahrawi Republic, the 83rd largest country in the world, is a partially recognised state that claims the non-self-governing territory of Western Sahara. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interestingly enough, the Sahrawi Republic controls only the\neasternmost one-fifth of that territory, along the border with Mauritania. The\nSahrawi Republic was proclaimed independent in 1976, but its government\ncontrols about 20–25% of the territory it claims.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":830} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/western-sahara-conflict-map-1024x768.jpg\" alt=\"\" class=\"wp-image-830\" /><figcaption>Map of Western Sahara, showing areas of Morrocan control (in blue) and the territory being controlled by the Sahrawi Republic (in green) (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Sahrawi Republic maintains close diplomatic relations with 40 UN states and is a full member of the African Union (AU). The majority of the disputed lands of Western Sahara are governed in full or partly by Morocco in what is described as a ‘buffer zone’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":835} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/polisario-morocco-palace.jpg\" alt=\"\" class=\"wp-image-835\" /><figcaption>The Polisario Morrocan Palace in Western Sahara, the territory being disputed by the Sahrawi Republic (Photo contributed, AllThatsInteresting.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>*(The term “existed” is used in this article in reference to countries that are not popularly known. We also acknowledge that these areas are heavily disputed, and not recognized by the international community, outside of supporting countries/territories.)</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you didn\'t know all these countries are visa-free destinations for Jamaicans (but be careful)! For more countries </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Which \'new\' country surprised you the most? Let us know in the comments!</p>\n<!-- /wp:paragraph -->','Eight places in the world you never knew existed','','inherit','closed','closed','','762-revision-v1','','','2019-07-31 08:54:25','2019-07-31 13:54:25','',762,'https://buzz-caribbean.com/article/762-revision-v1/',0,'revision','',0),(1016,14,'2019-08-13 10:01:36','2019-08-13 15:01:36','<!-- wp:image {\"id\":1018} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-1-1024x614.jpg\" alt=\"\" class=\"wp-image-1018\" /><figcaption>One brave youth decides to risk a full \'chuck off\' at the Spanish Bridge in St. Mary (Photos: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What better way to spend a summer’s day than cooling off at Labrynth’s Old Spanish Bridge!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With a drive of a little more than an hour from Kingston to St Mary, and it\'s easy to forget about the hustle and bustle of the city when surrounded by lush forest and the aroma of flora and fauna.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1020} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-3-1024x614.jpg\" alt=\"\" class=\"wp-image-1020\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Built in the 1770s, with the azure waters of White River running beneath it, the Old Spanish Bridge has become a growing attraction point.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Swinging off the scenic locale is a must for those who are wild at heart as it pulls out the adventure buffs in droves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> spent a day at Labyrinth\'s Old Spanish Bridge and brought back some photos – just for you. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1021,1022,1023,1024,1025,1026,1027,1028,1029]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-1-1-1024x614.jpg\" alt=\"\" data-id=\"1021\" data-link=\"https://buzz-caribbean.com/?attachment_id=1021\" class=\"wp-image-1021\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-2-1024x614.jpg\" alt=\"\" data-id=\"1022\" data-link=\"https://buzz-caribbean.com/?attachment_id=1022\" class=\"wp-image-1022\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-3-1-1024x614.jpg\" alt=\"\" data-id=\"1023\" data-link=\"https://buzz-caribbean.com/?attachment_id=1023\" class=\"wp-image-1023\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-4-1024x614.jpg\" alt=\"\" data-id=\"1024\" data-link=\"https://buzz-caribbean.com/?attachment_id=1024\" class=\"wp-image-1024\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-5-1024x614.jpg\" alt=\"\" data-id=\"1025\" data-link=\"https://buzz-caribbean.com/?attachment_id=1025\" class=\"wp-image-1025\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-6-1024x614.jpg\" alt=\"\" data-id=\"1026\" data-link=\"https://buzz-caribbean.com/?attachment_id=1026\" class=\"wp-image-1026\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-7-1024x614.jpg\" alt=\"\" data-id=\"1027\" data-link=\"https://buzz-caribbean.com/?attachment_id=1027\" class=\"wp-image-1027\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-8-1024x614.jpg\" alt=\"\" data-id=\"1028\" data-link=\"https://buzz-caribbean.com/?attachment_id=1028\" class=\"wp-image-1028\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-9-1024x614.jpg\" alt=\"\" data-id=\"1029\" data-link=\"https://buzz-caribbean.com/?attachment_id=1029\" class=\"wp-image-1029\" /></figure></li></ul>\n<!-- /wp:gallery -->','A lazy summer at the iconic Spanish Bridge','','publish','closed','closed','','a-lazy-summer-at-ochis-spanish-bridge','','','2019-08-15 10:59:12','2019-08-15 15:59:12','',0,'https://buzz-caribbean.com/?p=1016',0,'post','',0),(1017,11,'2019-07-31 09:22:36','2019-07-31 14:22:36','<!-- wp:paragraph -->\n<p>Forget about ‘kumbaya’, free love and that sharing is caring, human beings were meant to be social but alas we also need to be sanitary and the only things we should pass on from one person to the next is wisdom.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Indeed social media is not the only realm in which we often ‘overshare’, as when it comes to personal hygiene practices, common sense seems to go on vacation for some individuals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>It may sound cool to be a ‘giver’, but the consequences sometimes are anything but cool hence the following represent a shortlist of things it would be best to keep to yourself, both for your peace of mind as well as your personal health.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Underwear – This heads the list and believe it or not, some teens not only share clothes but underwear as well. This is a practice that should never be encouraged. The idea of being okay sitting in someone else’s body fluids boggles the mind.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Toothbrush –This is one of the capital cities for breeding germs and if someone has a dental history similar to Gully Bop, you are in big trouble. Toothbrushes are inexpensive and readily available hence oral hygiene should not be a communal thing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>Secrets – Here is where it really gets interesting. There’s a saying: three can keep a secret if two are dead. That basically means a shut mouth gathers no foot and everything you see or hear should not be broadcasted to a wider audience. Nobody likes a stool pigeon.<br> Deodorant – underarm care is ‘muy importante’ and any cuts, lumps, bruises or openings in the skin determine that sharing roll-on or stick deodorant is a no-no. If you friends run out, introduce them to the joys and wonders of baking soda which works like a charm.<br> Make-up – much like the deodorant, if it goes on your skin, it’s a personal effect. Many people have are fungal infections and untreated skin conditions that is spread by sharing make up brushes so if you want to be a nice person, go buy your friend their own make up kit.<br> Towel – why should you be cool swapping dead skin? If you are sleeping over and did not pack, reach for a large rag or even a t-shirt, preferably your own.<br> Your man! –If you value your relationship, there will be no sharing. His ‘truck’ should be parked in your garage and not the street side. Your girlfriends need not know if he is circumcised; if it hangs to the left or the right or if he’s a stallion or a minute man with good benefits. Keep what you do with your man to yourself especially if his game is on point because sharing intimate details is a recipe for trouble. <br> At the end of the day ‘oversharing’ can become costly in so many ways hence the only things that needs to be dispensed freely are ideas and car pool duties. </p>\n<!-- /wp:paragraph -->','Seven items that should not be shared','','inherit','closed','closed','','1013-revision-v1','','','2019-07-31 09:22:36','2019-07-31 14:22:36','',1013,'https://buzz-caribbean.com/article/1013-revision-v1/',0,'revision','',0),(1018,14,'2019-07-31 09:51:13','2019-07-31 14:51:13','','spanish-bridge-ochi-buzz-1','','inherit','closed','closed','','spanish-bridge-ochi-buzz-1','','','2019-07-31 09:51:13','2019-07-31 14:51:13','',1016,'https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-1.jpg',0,'attachment','image/jpeg',0),(1020,14,'2019-07-31 09:55:09','2019-07-31 14:55:09','','spanish-bridge-ochi-buzz-3','','inherit','closed','closed','','spanish-bridge-ochi-buzz-3','','','2019-07-31 09:55:09','2019-07-31 14:55:09','',1016,'https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-3.jpg',0,'attachment','image/jpeg',0),(1021,14,'2019-07-31 09:56:34','2019-07-31 14:56:34','','spanish-bridge-ochi-buzz-1-1','','inherit','closed','closed','','spanish-bridge-ochi-buzz-1-1','','','2019-07-31 09:56:34','2019-07-31 14:56:34','',1016,'https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-1-1.jpg',0,'attachment','image/jpeg',0),(1022,14,'2019-07-31 09:56:35','2019-07-31 14:56:35','','spanish-bridge-ochi-buzz-2','','inherit','closed','closed','','spanish-bridge-ochi-buzz-2','','','2019-07-31 09:56:35','2019-07-31 14:56:35','',1016,'https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-2.jpg',0,'attachment','image/jpeg',0),(1023,14,'2019-07-31 09:56:37','2019-07-31 14:56:37','','spanish-bridge-ochi-buzz-3-1','','inherit','closed','closed','','spanish-bridge-ochi-buzz-3-1','','','2019-07-31 09:56:37','2019-07-31 14:56:37','',1016,'https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-3-1.jpg',0,'attachment','image/jpeg',0),(1024,14,'2019-07-31 09:56:38','2019-07-31 14:56:38','','spanish-bridge-ochi-buzz-4','','inherit','closed','closed','','spanish-bridge-ochi-buzz-4','','','2019-07-31 09:56:38','2019-07-31 14:56:38','',1016,'https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-4.jpg',0,'attachment','image/jpeg',0),(1025,14,'2019-07-31 09:56:39','2019-07-31 14:56:39','','spanish-bridge-ochi-buzz-5','','inherit','closed','closed','','spanish-bridge-ochi-buzz-5','','','2019-07-31 09:56:39','2019-07-31 14:56:39','',1016,'https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-5.jpg',0,'attachment','image/jpeg',0),(1026,14,'2019-07-31 09:56:40','2019-07-31 14:56:40','','spanish-bridge-ochi-buzz-6','','inherit','closed','closed','','spanish-bridge-ochi-buzz-6','','','2019-07-31 09:56:40','2019-07-31 14:56:40','',1016,'https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-6.jpg',0,'attachment','image/jpeg',0),(1027,14,'2019-07-31 09:56:41','2019-07-31 14:56:41','','spanish-bridge-ochi-buzz-7','','inherit','closed','closed','','spanish-bridge-ochi-buzz-7','','','2019-07-31 09:56:41','2019-07-31 14:56:41','',1016,'https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-7.jpg',0,'attachment','image/jpeg',0),(1028,14,'2019-07-31 09:56:42','2019-07-31 14:56:42','','spanish-bridge-ochi-buzz-8','','inherit','closed','closed','','spanish-bridge-ochi-buzz-8','','','2019-07-31 09:56:42','2019-07-31 14:56:42','',1016,'https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-8.jpg',0,'attachment','image/jpeg',0),(1029,14,'2019-07-31 09:56:43','2019-07-31 14:56:43','','spanish-bridge-ochi-buzz-9','','inherit','closed','closed','','spanish-bridge-ochi-buzz-9','','','2019-07-31 09:56:43','2019-07-31 14:56:43','',1016,'https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-9.jpg',0,'attachment','image/jpeg',0),(1031,14,'2019-07-31 10:01:36','2019-07-31 15:01:36','<!-- wp:image {\"id\":1018} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-1-1024x614.jpg\" alt=\"\" class=\"wp-image-1018\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What better way to spend a summer’s day than cooling off at Ocho Rios’s Old Spanish Bridge!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1020} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-3-1024x614.jpg\" alt=\"\" class=\"wp-image-1020\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A quick 45-minute drive into the deep country, it\'s easy to forget about the hustle and bustle of the city when surrounded by lush forest and the aroma of flora and fauna.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Built in the 1770s, with the azure waters of White River running beneath it, Old Spanish Bridge has become a growing attraction point.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Buzz</em></strong> photographer Mark Llewellyn follows a group of adventure buffs and shares these highlights in the gallery below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1021,1022,1023,1024,1025,1026,1027,1028,1029]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-1-1-1024x614.jpg\" alt=\"\" data-id=\"1021\" data-link=\"https://buzz-caribbean.com/?attachment_id=1021\" class=\"wp-image-1021\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-2-1024x614.jpg\" alt=\"\" data-id=\"1022\" data-link=\"https://buzz-caribbean.com/?attachment_id=1022\" class=\"wp-image-1022\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-3-1-1024x614.jpg\" alt=\"\" data-id=\"1023\" data-link=\"https://buzz-caribbean.com/?attachment_id=1023\" class=\"wp-image-1023\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-4-1024x614.jpg\" alt=\"\" data-id=\"1024\" data-link=\"https://buzz-caribbean.com/?attachment_id=1024\" class=\"wp-image-1024\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-5-1024x614.jpg\" alt=\"\" data-id=\"1025\" data-link=\"https://buzz-caribbean.com/?attachment_id=1025\" class=\"wp-image-1025\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-6-1024x614.jpg\" alt=\"\" data-id=\"1026\" data-link=\"https://buzz-caribbean.com/?attachment_id=1026\" class=\"wp-image-1026\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-7-1024x614.jpg\" alt=\"\" data-id=\"1027\" data-link=\"https://buzz-caribbean.com/?attachment_id=1027\" class=\"wp-image-1027\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-8-1024x614.jpg\" alt=\"\" data-id=\"1028\" data-link=\"https://buzz-caribbean.com/?attachment_id=1028\" class=\"wp-image-1028\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-9-1024x614.jpg\" alt=\"\" data-id=\"1029\" data-link=\"https://buzz-caribbean.com/?attachment_id=1029\" class=\"wp-image-1029\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','A lazy summer at Ochi’s Spanish Bridge','','inherit','closed','closed','','1016-revision-v1','','','2019-07-31 10:01:36','2019-07-31 15:01:36','',1016,'https://buzz-caribbean.com/article/1016-revision-v1/',0,'revision','',0),(1032,11,'2019-07-31 10:03:47','2019-07-31 15:03:47','<!-- wp:paragraph -->\n<p>Forget about ‘kumbaya’, free love and that sharing is caring, human beings were meant to be social but alas we also need to be sanitary and the only things we should pass on from one person to the next is wisdom.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Indeed social media is not the only realm in which we often ‘overshare’, as when it comes to personal hygiene practices, common sense seems to go on vacation for some individuals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It may sound cool to be a ‘giver’, but the consequences sometimes are anything but cool.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So we\'ve taken the liberty of sharing a short list of things it would be best to keep to yourself, both for your peace of mind as well as your personal health.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4> Underwear </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This heads the list and believe it or not, some teens not only share clothes but underwear as well. <strong><em>This is a practice that should never be encouraged</em></strong>. The idea of being okay sitting in someone else’s body fluids boggles the mind.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4> Toothbrush </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This is one of the capital cities for breeding germs and if someone has a dental history similar to Gully Bop, you are in big trouble. Toothbrushes are inexpensive and readily available hence oral hygiene should not be a communal thing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4> Secrets </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Here is where it really gets interesting. <strong><em>There’s a saying: three can keep a secret if two are dead.</em></strong> That basically means a shut mouth gathers no foot and everything you see or hear should not be broadcasted to a wider audience. Nobody likes a stool pigeon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> Deodorant – underarm care is ‘muy importante’ and any cuts, lumps, bruises or openings in the skin determine that sharing roll-on or stick deodorant is a no-no. If you friends run out, introduce them to the joys and wonders of baking soda which works like a charm.<br> Make-up – much like the deodorant, if it goes on your skin, it’s a personal effect. Many people have are fungal infections and untreated skin conditions that is spread by sharing make up brushes so if you want to be a nice person, go buy your friend their own make up kit.<br> Towel – why should you be cool swapping dead skin? If you are sleeping over and did not pack, reach for a large rag or even a t-shirt, preferably your own.<br> Your man! –If you value your relationship, there will be no sharing. His ‘truck’ should be parked in your garage and not the street side. Your girlfriends need not know if he is circumcised; if it hangs to the left or the right or if he’s a stallion or a minute man with good benefits. Keep what you do with your man to yourself especially if his game is on point because sharing intimate details is a recipe for trouble. <br> At the end of the day ‘oversharing’ can become costly in so many ways hence the only things that needs to be dispensed freely are ideas and car pool duties. </p>\n<!-- /wp:paragraph -->','Seven items that should not be shared','','inherit','closed','closed','','1013-revision-v1','','','2019-07-31 10:03:47','2019-07-31 15:03:47','',1013,'https://buzz-caribbean.com/article/1013-revision-v1/',0,'revision','',0),(1034,14,'2019-07-31 10:11:53','2019-07-31 15:11:53','<!-- wp:image {\"id\":1018} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-1-1024x614.jpg\" alt=\"\" class=\"wp-image-1018\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What better way to spend a summer’s day than cooling off at Labrynth’s Old Spanish Bridge!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A quick 31-minute drive into the deep St. Mary country, it\'s easy to forget about the hustle and bustle of the city when surrounded by lush forest and the aroma of flora and fauna.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1020} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-3-1024x614.jpg\" alt=\"\" class=\"wp-image-1020\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Built in the 1770s, with the azure waters of White River running beneath it, the Old Spanish Bridge has become a growing attraction point.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Swinging off the scenic locale is a must for those who are wild at heart as it pulls out the adventure buffs in droves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Buzz Jamaica </em></strong>spent a day at Labyrinth\'s Old Spanish Bridge and brought back some photos – just for you. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1021,1022,1023,1024,1025,1026,1027,1028,1029]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-1-1-1024x614.jpg\" alt=\"\" data-id=\"1021\" data-link=\"https://buzz-caribbean.com/?attachment_id=1021\" class=\"wp-image-1021\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-2-1024x614.jpg\" alt=\"\" data-id=\"1022\" data-link=\"https://buzz-caribbean.com/?attachment_id=1022\" class=\"wp-image-1022\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-3-1-1024x614.jpg\" alt=\"\" data-id=\"1023\" data-link=\"https://buzz-caribbean.com/?attachment_id=1023\" class=\"wp-image-1023\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-4-1024x614.jpg\" alt=\"\" data-id=\"1024\" data-link=\"https://buzz-caribbean.com/?attachment_id=1024\" class=\"wp-image-1024\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-5-1024x614.jpg\" alt=\"\" data-id=\"1025\" data-link=\"https://buzz-caribbean.com/?attachment_id=1025\" class=\"wp-image-1025\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-6-1024x614.jpg\" alt=\"\" data-id=\"1026\" data-link=\"https://buzz-caribbean.com/?attachment_id=1026\" class=\"wp-image-1026\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-7-1024x614.jpg\" alt=\"\" data-id=\"1027\" data-link=\"https://buzz-caribbean.com/?attachment_id=1027\" class=\"wp-image-1027\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-8-1024x614.jpg\" alt=\"\" data-id=\"1028\" data-link=\"https://buzz-caribbean.com/?attachment_id=1028\" class=\"wp-image-1028\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-9-1024x614.jpg\" alt=\"\" data-id=\"1029\" data-link=\"https://buzz-caribbean.com/?attachment_id=1029\" class=\"wp-image-1029\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','A lazy summer at Ochi’s Spanish Bridge','','inherit','closed','closed','','1016-revision-v1','','','2019-07-31 10:11:53','2019-07-31 15:11:53','',1016,'https://buzz-caribbean.com/article/1016-revision-v1/',0,'revision','',0),(1035,14,'2019-07-31 10:29:31','2019-07-31 15:29:31','<!-- wp:image {\"id\":1326} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/maestro-don-buzz-5.jpg\" alt=\"\" class=\"wp-image-1326\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dancehall artiste Maestro Don is very much at home in Portmore, from where he hails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With hits like <strong>Leggo De G</strong> and <strong>Killz Dem Out</strong>, his star continues to rise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1327} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/maestro-don-buzz-6.jpg\" alt=\"\" class=\"wp-image-1327\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With Gyptian as a mentor, Maestro Don is looking to make his\nmark not only in Jamaica but also on the international scene.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Explaining his early start in the Dancehall game, Maestro told <b><i>BUZZ</i></b>: “I was at Waterford Primary (in Portmore) when I developed a passion for singing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“However, it wasn’t until I went to Kingston College that I adopted my own style of composing songs. After leaving Kingston College, I decided to do music full time.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1325} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/maestro-don-buzz-3.jpg\" alt=\"\" class=\"wp-image-1325\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Take a walk through Portmore with Maestro Don.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See <strong><em>BUZZ</em></strong> gallery below.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1039,1040,1041,1042,1043,1044]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-1.jpg\" alt=\"\" data-id=\"1039\" data-link=\"https://buzz-caribbean.com/?attachment_id=1039\" class=\"wp-image-1039\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-2.jpg\" alt=\"\" data-id=\"1040\" data-link=\"https://buzz-caribbean.com/?attachment_id=1040\" class=\"wp-image-1040\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-3-1.jpg\" alt=\"\" data-id=\"1041\" data-link=\"https://buzz-caribbean.com/?attachment_id=1041\" class=\"wp-image-1041\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-4.jpg\" alt=\"\" data-id=\"1042\" data-link=\"https://buzz-caribbean.com/?attachment_id=1042\" class=\"wp-image-1042\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-5-1.jpg\" alt=\"\" data-id=\"1043\" data-link=\"https://buzz-caribbean.com/?attachment_id=1043\" class=\"wp-image-1043\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-6-1.jpg\" alt=\"\" data-id=\"1044\" data-link=\"https://buzz-caribbean.com/?attachment_id=1044\" class=\"wp-image-1044\" /></figure></li></ul>\n<!-- /wp:gallery -->','Touring Portmore with Maestro Don','','draft','closed','closed','','touring-portmore-with-maestro-don','','','2019-08-13 19:56:25','2019-08-14 00:56:25','',0,'https://buzz-caribbean.com/?p=1035',0,'post','',0),(1036,14,'2019-07-31 10:23:44','2019-07-31 15:23:44','','maestro-don-buzz-5','','inherit','closed','closed','','maestro-don-buzz-5','','','2019-07-31 10:23:44','2019-07-31 15:23:44','',1035,'https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-5.jpg',0,'attachment','image/jpeg',0),(1037,14,'2019-07-31 10:24:36','2019-07-31 15:24:36','','maestro-don-buzz-6','','inherit','closed','closed','','maestro-don-buzz-6','','','2019-07-31 10:24:36','2019-07-31 15:24:36','',1035,'https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-6.jpg',0,'attachment','image/jpeg',0),(1038,14,'2019-07-31 10:24:59','2019-07-31 15:24:59','','maestro-don-buzz-3','','inherit','closed','closed','','maestro-don-buzz-3','','','2019-07-31 10:24:59','2019-07-31 15:24:59','',1035,'https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-3.jpg',0,'attachment','image/jpeg',0),(1039,14,'2019-07-31 10:25:25','2019-07-31 15:25:25','','maestro-don-buzz-1','','inherit','closed','closed','','maestro-don-buzz-1','','','2019-07-31 10:25:25','2019-07-31 15:25:25','',1035,'https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-1.jpg',0,'attachment','image/jpeg',0),(1040,14,'2019-07-31 10:25:26','2019-07-31 15:25:26','','maestro-don-buzz-2','','inherit','closed','closed','','maestro-don-buzz-2','','','2019-07-31 10:25:26','2019-07-31 15:25:26','',1035,'https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-2.jpg',0,'attachment','image/jpeg',0),(1041,14,'2019-07-31 10:25:27','2019-07-31 15:25:27','','maestro-don-buzz-3-1','','inherit','closed','closed','','maestro-don-buzz-3-1','','','2019-07-31 10:25:27','2019-07-31 15:25:27','',1035,'https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-3-1.jpg',0,'attachment','image/jpeg',0),(1042,14,'2019-07-31 10:25:27','2019-07-31 15:25:27','','maestro-don-buzz-4','','inherit','closed','closed','','maestro-don-buzz-4','','','2019-07-31 10:25:27','2019-07-31 15:25:27','',1035,'https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-4.jpg',0,'attachment','image/jpeg',0),(1043,14,'2019-07-31 10:25:28','2019-07-31 15:25:28','','maestro-don-buzz-5-1','','inherit','closed','closed','','maestro-don-buzz-5-1','','','2019-07-31 10:25:28','2019-07-31 15:25:28','',1035,'https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-5-1.jpg',0,'attachment','image/jpeg',0),(1044,14,'2019-07-31 10:25:28','2019-07-31 15:25:28','','maestro-don-buzz-6-1','','inherit','closed','closed','','maestro-don-buzz-6-1','','','2019-07-31 10:25:28','2019-07-31 15:25:28','',1035,'https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-6-1.jpg',0,'attachment','image/jpeg',0),(1045,14,'2019-07-31 10:29:31','2019-07-31 15:29:31','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1036} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-5.jpg\" alt=\"\" class=\"wp-image-1036\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dancehall artiste Maestro Don is very much at home in Portmore, from where he hails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With hits like “Leggo De G” and “Killz Dem Out”, his star\ncontinues to rise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1037} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-6.jpg\" alt=\"\" class=\"wp-image-1037\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With Gyptian as a mentor, Maestro Don is looking to make his\nmark not only in Jamaica but also on the international scene.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Explaining his early start in the Dancehall game, Maestro told <strong><em>BUZZ</em></strong>, “I was at Waterford Primary (in Portmore) when I developed a passion for singing.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“However, it wasn’t until I went to Kingston College that I\nadopted my own style of composing songs. After leaving Kingston College, I\ndecided to do music full time,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1038} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-3.jpg\" alt=\"\" class=\"wp-image-1038\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Take a walk through Portmore with Maestro Don.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See <strong><em>BUZZ</em></strong> gallery below.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1039,1040,1041,1042,1043,1044]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-1.jpg\" alt=\"\" data-id=\"1039\" data-link=\"https://buzz-caribbean.com/?attachment_id=1039\" class=\"wp-image-1039\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-2.jpg\" alt=\"\" data-id=\"1040\" data-link=\"https://buzz-caribbean.com/?attachment_id=1040\" class=\"wp-image-1040\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-3-1.jpg\" alt=\"\" data-id=\"1041\" data-link=\"https://buzz-caribbean.com/?attachment_id=1041\" class=\"wp-image-1041\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-4.jpg\" alt=\"\" data-id=\"1042\" data-link=\"https://buzz-caribbean.com/?attachment_id=1042\" class=\"wp-image-1042\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-5-1.jpg\" alt=\"\" data-id=\"1043\" data-link=\"https://buzz-caribbean.com/?attachment_id=1043\" class=\"wp-image-1043\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-6-1.jpg\" alt=\"\" data-id=\"1044\" data-link=\"https://buzz-caribbean.com/?attachment_id=1044\" class=\"wp-image-1044\" /></figure></li></ul>\n<!-- /wp:gallery -->','Touring Portmore with Maestro Don','','inherit','closed','closed','','1035-revision-v1','','','2019-07-31 10:29:31','2019-07-31 15:29:31','',1035,'https://buzz-caribbean.com/article/1035-revision-v1/',0,'revision','',0),(1046,14,'2019-07-31 10:44:34','2019-07-31 15:44:34','<!-- wp:image {\"id\":1047} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-1047\" /><figcaption>Photo: Mark Llewellyn</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of Jamaica’s leading photographers showcased his works at Harbour Street’s F&amp;B downtown’s jewellery store and restaurant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1048} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-1048\" /><figcaption>Photo: Mark Llewellyn</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Craig started out as a broadcast and film producer before picking up a digital camera and setting out on his own. We’re so glad that he did!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1049} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-8-1024x683.jpg\" alt=\"\" class=\"wp-image-1049\" /><figcaption>Photo: Mark Llewellyn</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ </strong>was on hand to bring you some of Craig’s fascinating pieces.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See gallery below and do tell us what you think.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"1050\",\"1052\",\"1053\",\"1054\",\"1056\",\"1057\",\"1058\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-1.jpg\" alt=\"\" data-id=\"1050\" data-link=\"https://buzz-caribbean.com/?attachment_id=1050\" class=\"wp-image-1050\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-3.jpg\" alt=\"\" data-id=\"1052\" data-link=\"https://buzz-caribbean.com/?attachment_id=1052\" class=\"wp-image-1052\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-4-1-1024x683.jpg\" alt=\"\" data-id=\"1053\" data-link=\"https://buzz-caribbean.com/?attachment_id=1053\" class=\"wp-image-1053\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-5-1-1024x683.jpg\" alt=\"\" data-id=\"1054\" data-link=\"https://buzz-caribbean.com/?attachment_id=1054\" class=\"wp-image-1054\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-7-1024x683.jpg\" alt=\"\" data-id=\"1056\" data-link=\"https://buzz-caribbean.com/?attachment_id=1056\" class=\"wp-image-1056\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-8-1-1024x683.jpg\" alt=\"\" data-id=\"1057\" data-link=\"https://buzz-caribbean.com/?attachment_id=1057\" class=\"wp-image-1057\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-2-1.jpg\" alt=\"\" data-id=\"1058\" data-link=\"https://buzz-caribbean.com/?attachment_id=1058\" class=\"wp-image-1058\" /></figure></li></ul>\n<!-- /wp:gallery -->','Craig Phang Sang exhibits at F&amp;B downtown','','publish','closed','closed','','craig-phang-sang-exhibits-at-fb-downtown','','','2019-08-14 15:25:39','2019-08-14 20:25:39','',0,'https://buzz-caribbean.com/?p=1046',0,'post','',0),(1047,14,'2019-07-31 10:39:58','2019-07-31 15:39:58','','fb-downtown-buzz-4','','inherit','closed','closed','','fb-downtown-buzz-4','','','2019-07-31 10:39:58','2019-07-31 15:39:58','',1046,'https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-4.jpg',0,'attachment','image/jpeg',0),(1048,14,'2019-07-31 10:40:44','2019-07-31 15:40:44','','fb-downtown-buzz-5','','inherit','closed','closed','','fb-downtown-buzz-5','','','2019-07-31 10:40:44','2019-07-31 15:40:44','',1046,'https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-5.jpg',0,'attachment','image/jpeg',0),(1049,14,'2019-07-31 10:41:56','2019-07-31 15:41:56','','fb-downtown-buzz-8','','inherit','closed','closed','','fb-downtown-buzz-8','','','2019-07-31 10:41:56','2019-07-31 15:41:56','',1046,'https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-8.jpg',0,'attachment','image/jpeg',0),(1050,14,'2019-07-31 10:42:15','2019-07-31 15:42:15','','fb-downtown-buzz-1','','inherit','closed','closed','','fb-downtown-buzz-1','','','2019-07-31 10:42:15','2019-07-31 15:42:15','',1046,'https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-1.jpg',0,'attachment','image/jpeg',0),(1051,14,'2019-07-31 10:42:18','2019-07-31 15:42:18','','fb-downtown-buzz-2','','inherit','closed','closed','','fb-downtown-buzz-2','','','2019-07-31 10:42:18','2019-07-31 15:42:18','',1046,'https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-2.jpg',0,'attachment','image/jpeg',0),(1052,14,'2019-07-31 10:42:22','2019-07-31 15:42:22','','fb-downtown-buzz-3','','inherit','closed','closed','','fb-downtown-buzz-3','','','2019-07-31 10:42:22','2019-07-31 15:42:22','',1046,'https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-3.jpg',0,'attachment','image/jpeg',0),(1053,14,'2019-07-31 10:42:23','2019-07-31 15:42:23','','fb-downtown-buzz-4-1','','inherit','closed','closed','','fb-downtown-buzz-4-1','','','2019-07-31 10:42:23','2019-07-31 15:42:23','',1046,'https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-4-1.jpg',0,'attachment','image/jpeg',0),(1054,14,'2019-07-31 10:42:27','2019-07-31 15:42:27','','fb-downtown-buzz-5-1','','inherit','closed','closed','','fb-downtown-buzz-5-1','','','2019-07-31 10:42:27','2019-07-31 15:42:27','',1046,'https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-5-1.jpg',0,'attachment','image/jpeg',0),(1055,14,'2019-07-31 10:42:28','2019-07-31 15:42:28','','fb-downtown-buzz-6','','inherit','closed','closed','','fb-downtown-buzz-6','','','2019-07-31 10:42:28','2019-07-31 15:42:28','',1046,'https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-6.jpg',0,'attachment','image/jpeg',0),(1056,14,'2019-07-31 10:42:30','2019-07-31 15:42:30','','fb-downtown-buzz-7','','inherit','closed','closed','','fb-downtown-buzz-7','','','2019-07-31 10:42:30','2019-07-31 15:42:30','',1046,'https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-7.jpg',0,'attachment','image/jpeg',0),(1057,14,'2019-07-31 10:42:34','2019-07-31 15:42:34','','fb-downtown-buzz-8-1','','inherit','closed','closed','','fb-downtown-buzz-8-1','','','2019-07-31 10:42:34','2019-07-31 15:42:34','',1046,'https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-8-1.jpg',0,'attachment','image/jpeg',0),(1058,14,'2019-07-31 10:42:53','2019-07-31 15:42:53','','fb-downtown-buzz-2-1','','inherit','closed','closed','','fb-downtown-buzz-2-1','','','2019-07-31 10:42:53','2019-07-31 15:42:53','',1046,'https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-2-1.jpg',0,'attachment','image/jpeg',0),(1059,14,'2019-07-31 10:44:34','2019-07-31 15:44:34','<!-- wp:image {\"id\":1047} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-1047\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of Jamaica’s leading photographers showcased his works at Harbour Street’s F&amp;B downtown’s jewellery store and restaurant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1048} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-1048\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Craig started out as a broadcast and film producer before picking up a digital camera and setting out on his own. We’re so glad that he did!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1049} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-8-1024x683.jpg\" alt=\"\" class=\"wp-image-1049\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br><strong><em>BUZZ</em></strong>’s Mark Llewellyn, a fine photographer himself was at hand to bring you some of Craig’s fascinating pieces. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See gallery below and do tell us what you think.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1050,1052,1053,1054,1055,1056,1057,1058]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-1.jpg\" alt=\"\" data-id=\"1050\" data-link=\"https://buzz-caribbean.com/?attachment_id=1050\" class=\"wp-image-1050\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-3.jpg\" alt=\"\" data-id=\"1052\" data-link=\"https://buzz-caribbean.com/?attachment_id=1052\" class=\"wp-image-1052\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-4-1-1024x683.jpg\" alt=\"\" data-id=\"1053\" data-link=\"https://buzz-caribbean.com/?attachment_id=1053\" class=\"wp-image-1053\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-5-1-1024x683.jpg\" alt=\"\" data-id=\"1054\" data-link=\"https://buzz-caribbean.com/?attachment_id=1054\" class=\"wp-image-1054\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-6.jpg\" alt=\"\" data-id=\"1055\" data-link=\"https://buzz-caribbean.com/?attachment_id=1055\" class=\"wp-image-1055\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-7-1024x683.jpg\" alt=\"\" data-id=\"1056\" data-link=\"https://buzz-caribbean.com/?attachment_id=1056\" class=\"wp-image-1056\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-8-1-1024x683.jpg\" alt=\"\" data-id=\"1057\" data-link=\"https://buzz-caribbean.com/?attachment_id=1057\" class=\"wp-image-1057\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-2-1.jpg\" alt=\"\" data-id=\"1058\" data-link=\"https://buzz-caribbean.com/?attachment_id=1058\" class=\"wp-image-1058\" /></figure></li></ul>\n<!-- /wp:gallery -->','Craig Phang Sang exhibits at F&amp;B downtown','','inherit','closed','closed','','1046-revision-v1','','','2019-07-31 10:44:34','2019-07-31 15:44:34','',1046,'https://buzz-caribbean.com/article/1046-revision-v1/',0,'revision','',0),(1060,14,'2019-07-31 10:52:23','2019-07-31 15:52:23','<!-- wp:image {\"id\":1061} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-5-1024x614.jpg\" alt=\"\" class=\"wp-image-1061\" /><figcaption>Roll up and get lifted in Itopia Life\'s two smoke rooms (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Where can you find one of the best ganja dispensaries in town? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That would be at 10a West King’s House Road in Kingston and it’s called Itopia Life Dispensary.&nbsp;<br> <br> Make your own perfect roll and puff to your heart\'s (and lungs\') content!<br> <br> <strong>BUZZ</strong> takes you inside in our gallery below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1062,1063,1064,1065,1066,1067]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-1-1024x614.jpg\" alt=\"\" data-id=\"1062\" data-link=\"https://buzz-caribbean.com/?attachment_id=1062\" class=\"wp-image-1062\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-2-1024x614.jpg\" alt=\"\" data-id=\"1063\" data-link=\"https://buzz-caribbean.com/?attachment_id=1063\" class=\"wp-image-1063\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-3-1024x614.jpg\" alt=\"\" data-id=\"1064\" data-link=\"https://buzz-caribbean.com/?attachment_id=1064\" class=\"wp-image-1064\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-4-1024x614.jpg\" alt=\"\" data-id=\"1065\" data-link=\"https://buzz-caribbean.com/?attachment_id=1065\" class=\"wp-image-1065\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-5-1-1024x614.jpg\" alt=\"\" data-id=\"1066\" data-link=\"https://buzz-caribbean.com/?attachment_id=1066\" class=\"wp-image-1066\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-6-1024x614.jpg\" alt=\"\" data-id=\"1067\" data-link=\"https://buzz-caribbean.com/?attachment_id=1067\" class=\"wp-image-1067\" /></figure></li></ul>\n<!-- /wp:gallery -->','Chilin’ at Itopia Life Dispensary','','draft','closed','closed','','chilin-at-itopia-life-dispensary','','','2019-08-20 11:39:59','2019-08-20 16:39:59','',0,'https://buzz-caribbean.com/?p=1060',0,'post','',0),(1061,14,'2019-07-31 10:49:50','2019-07-31 15:49:50','','itopia-life-buzz-5','','inherit','closed','closed','','itopia-life-buzz-5','','','2019-07-31 10:49:50','2019-07-31 15:49:50','',1060,'https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-5.jpg',0,'attachment','image/jpeg',0),(1062,14,'2019-07-31 10:50:38','2019-07-31 15:50:38','','itopia-life-buzz-1','','inherit','closed','closed','','itopia-life-buzz-1','','','2019-07-31 10:50:38','2019-07-31 15:50:38','',1060,'https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-1.jpg',0,'attachment','image/jpeg',0),(1063,14,'2019-07-31 10:50:40','2019-07-31 15:50:40','','itopia-life-buzz-2','','inherit','closed','closed','','itopia-life-buzz-2','','','2019-07-31 10:50:40','2019-07-31 15:50:40','',1060,'https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-2.jpg',0,'attachment','image/jpeg',0),(1064,14,'2019-07-31 10:50:41','2019-07-31 15:50:41','','itopia-life-buzz-3','','inherit','closed','closed','','itopia-life-buzz-3','','','2019-07-31 10:50:41','2019-07-31 15:50:41','',1060,'https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-3.jpg',0,'attachment','image/jpeg',0),(1065,14,'2019-07-31 10:50:42','2019-07-31 15:50:42','','itopia-life-buzz-4','','inherit','closed','closed','','itopia-life-buzz-4','','','2019-07-31 10:50:42','2019-07-31 15:50:42','',1060,'https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-4.jpg',0,'attachment','image/jpeg',0),(1066,14,'2019-07-31 10:50:43','2019-07-31 15:50:43','','itopia-life-buzz-5-1','','inherit','closed','closed','','itopia-life-buzz-5-1','','','2019-07-31 10:50:43','2019-07-31 15:50:43','',1060,'https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-5-1.jpg',0,'attachment','image/jpeg',0),(1067,14,'2019-07-31 10:50:44','2019-07-31 15:50:44','','itopia-life-buzz-6','','inherit','closed','closed','','itopia-life-buzz-6','','','2019-07-31 10:50:44','2019-07-31 15:50:44','',1060,'https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-6.jpg',0,'attachment','image/jpeg',0),(1068,14,'2019-07-31 10:52:23','2019-07-31 15:52:23','<!-- wp:image {\"id\":1061} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-5-1024x614.jpg\" alt=\"\" class=\"wp-image-1061\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Where can you find one of the best ganja dispensaries in town? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That would be at 10a West King’s House Road in Kingston and it’s called Itopia Life Dispensary. <br> <br> Take a toke, take a smoke!<br> <br> Mark Llewellyn and BUZZ takes you inside.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1062,1063,1064,1065,1066,1067]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-1-1024x614.jpg\" alt=\"\" data-id=\"1062\" data-link=\"https://buzz-caribbean.com/?attachment_id=1062\" class=\"wp-image-1062\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-2-1024x614.jpg\" alt=\"\" data-id=\"1063\" data-link=\"https://buzz-caribbean.com/?attachment_id=1063\" class=\"wp-image-1063\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-3-1024x614.jpg\" alt=\"\" data-id=\"1064\" data-link=\"https://buzz-caribbean.com/?attachment_id=1064\" class=\"wp-image-1064\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-4-1024x614.jpg\" alt=\"\" data-id=\"1065\" data-link=\"https://buzz-caribbean.com/?attachment_id=1065\" class=\"wp-image-1065\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-5-1-1024x614.jpg\" alt=\"\" data-id=\"1066\" data-link=\"https://buzz-caribbean.com/?attachment_id=1066\" class=\"wp-image-1066\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-6-1024x614.jpg\" alt=\"\" data-id=\"1067\" data-link=\"https://buzz-caribbean.com/?attachment_id=1067\" class=\"wp-image-1067\" /></figure></li></ul>\n<!-- /wp:gallery -->','Chilin’ at Itopia Life Dispensary','','inherit','closed','closed','','1060-revision-v1','','','2019-07-31 10:52:23','2019-07-31 15:52:23','',1060,'https://buzz-caribbean.com/article/1060-revision-v1/',0,'revision','',0),(1073,14,'2019-07-31 11:12:47','2019-07-31 16:12:47','<!-- wp:paragraph -->\n<p>At the University of the West Indies’ (UWI) Taylor Hall Commissary, a new generation of skateboarders is taking charge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1074} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/skating-at-uwi-buzz-4-1024x614.jpg\" alt=\"\" class=\"wp-image-1074\" /><figcaption>Kingston\'s college skater community is as vibrant as this University of the West Indies student in mid-flight (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> checked out what they can do and brings you these photos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1075,1076,1077,1078,1079]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/skating-at-uwi-buzz-1-1024x614.jpg\" alt=\"\" data-id=\"1075\" data-link=\"https://buzz-caribbean.com/?attachment_id=1075\" class=\"wp-image-1075\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/skating-at-uwi-buzz-2-1024x614.jpg\" alt=\"\" data-id=\"1076\" data-link=\"https://buzz-caribbean.com/?attachment_id=1076\" class=\"wp-image-1076\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/skating-at-uwi-buzz-3-1024x614.jpg\" alt=\"\" data-id=\"1077\" data-link=\"https://buzz-caribbean.com/?attachment_id=1077\" class=\"wp-image-1077\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/skating-at-uwi-buzz-4-1-1024x614.jpg\" alt=\"\" data-id=\"1078\" data-link=\"https://buzz-caribbean.com/?attachment_id=1078\" class=\"wp-image-1078\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/skating-at-uwi-buzz-5-1024x614.jpg\" alt=\"\" data-id=\"1079\" data-link=\"https://buzz-caribbean.com/?attachment_id=1079\" class=\"wp-image-1079\" /></figure></li></ul>\n<!-- /wp:gallery -->','Skating at UWI','','publish','closed','closed','','skating-at-uwi','','','2019-08-14 19:45:47','2019-08-15 00:45:47','',0,'https://buzz-caribbean.com/?p=1073',0,'post','',0),(1074,14,'2019-07-31 11:08:24','2019-07-31 16:08:24','','skating-at-uwi-buzz-4','','inherit','closed','closed','','skating-at-uwi-buzz-4','','','2019-07-31 11:08:24','2019-07-31 16:08:24','',1073,'https://buzz-caribbean.com/app/uploads/2019/07/skating-at-uwi-buzz-4.jpg',0,'attachment','image/jpeg',0),(1075,14,'2019-07-31 11:09:24','2019-07-31 16:09:24','','skating-at-uwi-buzz-1','','inherit','closed','closed','','skating-at-uwi-buzz-1','','','2019-07-31 11:09:24','2019-07-31 16:09:24','',1073,'https://buzz-caribbean.com/app/uploads/2019/07/skating-at-uwi-buzz-1.jpg',0,'attachment','image/jpeg',0),(1076,14,'2019-07-31 11:09:28','2019-07-31 16:09:28','','skating-at-uwi-buzz-2','','inherit','closed','closed','','skating-at-uwi-buzz-2','','','2019-07-31 11:09:28','2019-07-31 16:09:28','',1073,'https://buzz-caribbean.com/app/uploads/2019/07/skating-at-uwi-buzz-2.jpg',0,'attachment','image/jpeg',0),(1077,14,'2019-07-31 11:09:33','2019-07-31 16:09:33','','skating-at-uwi-buzz-3','','inherit','closed','closed','','skating-at-uwi-buzz-3','','','2019-07-31 11:09:33','2019-07-31 16:09:33','',1073,'https://buzz-caribbean.com/app/uploads/2019/07/skating-at-uwi-buzz-3.jpg',0,'attachment','image/jpeg',0),(1078,14,'2019-07-31 11:09:39','2019-07-31 16:09:39','','skating-at-uwi-buzz-4-1','','inherit','closed','closed','','skating-at-uwi-buzz-4-1','','','2019-07-31 11:09:39','2019-07-31 16:09:39','',1073,'https://buzz-caribbean.com/app/uploads/2019/07/skating-at-uwi-buzz-4-1.jpg',0,'attachment','image/jpeg',0),(1079,14,'2019-07-31 11:09:47','2019-07-31 16:09:47','','skating-at-uwi-buzz-5','','inherit','closed','closed','','skating-at-uwi-buzz-5','','','2019-07-31 11:09:47','2019-07-31 16:09:47','',1073,'https://buzz-caribbean.com/app/uploads/2019/07/skating-at-uwi-buzz-5.jpg',0,'attachment','image/jpeg',0),(1080,14,'2019-07-31 11:12:47','2019-07-31 16:12:47','<!-- wp:image {\"id\":1074} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/skating-at-uwi-buzz-4-1024x614.jpg\" alt=\"\" class=\"wp-image-1074\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the University of the West Indies’ (UWI) Taylor Hall Commissary, a new generation of skateboarders is taking charge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>BUZZ checked out what they can do and brings you these\nphotos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1075,1076,1077,1078,1079]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/skating-at-uwi-buzz-1-1024x614.jpg\" alt=\"\" data-id=\"1075\" data-link=\"https://buzz-caribbean.com/?attachment_id=1075\" class=\"wp-image-1075\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/skating-at-uwi-buzz-2-1024x614.jpg\" alt=\"\" data-id=\"1076\" data-link=\"https://buzz-caribbean.com/?attachment_id=1076\" class=\"wp-image-1076\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/skating-at-uwi-buzz-3-1024x614.jpg\" alt=\"\" data-id=\"1077\" data-link=\"https://buzz-caribbean.com/?attachment_id=1077\" class=\"wp-image-1077\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/skating-at-uwi-buzz-4-1-1024x614.jpg\" alt=\"\" data-id=\"1078\" data-link=\"https://buzz-caribbean.com/?attachment_id=1078\" class=\"wp-image-1078\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/skating-at-uwi-buzz-5-1024x614.jpg\" alt=\"\" data-id=\"1079\" data-link=\"https://buzz-caribbean.com/?attachment_id=1079\" class=\"wp-image-1079\" /></figure></li></ul>\n<!-- /wp:gallery -->','Skating at UWI','','inherit','closed','closed','','1073-revision-v1','','','2019-07-31 11:12:47','2019-07-31 16:12:47','',1073,'https://buzz-caribbean.com/article/1073-revision-v1/',0,'revision','',0),(1082,9,'2019-08-14 18:20:57','2019-08-14 23:20:57','<!-- wp:image {\"id\":1918} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-A-1024x683.jpg\" alt=\"\" class=\"wp-image-1918\" /><figcaption>Sanjay Nelson is the owner of  Jae Epic Designer Trendy Fashion Collection. (Photos: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sanjay\nNelson’s small stature made it difficult for clothing to fit him the way he\nwanted them to. So, it was\nno surprise that when he was 14 years old he began\naltering his garments by hand. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite being\ntalented in fashion, Nelson was more fixated on football. And after leaving Seaforth\nHigh School in St Thomas, he went on to work in a supermarket, before landing a\njob at beverage company Wisynco. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1919} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-BB.jpg\" alt=\"\" class=\"wp-image-1919\" /><figcaption>Sanjay Nelson did a course in fashion designing last year. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After ignoring his gift for quite some time, 26-year-old Nelson, who lives in Portmore, St Catherine, eventually asked his dad to purchase a sewing machine for him although he did not know how to use one.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  “After I posted my work on Instagram, I have been getting calls from all<br> over.” </p><cite>— Sanjay Nelson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>While he was at home waiting to get a call from the Heart Garmex Academy, one of his friends told him that a popular sandals company in Kingston wanted someone to stitch leather. Even though he needed the job, Nelson said he was elated when the institution contacted him in August 2018 to do a course in fashion designing. <br> <br>“I need the understanding to construct patterns and designs, that’s why I go to school,” said the father of a two-year-old boy. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1923,1922]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-DDDD-1024x683.jpg\" alt=\"\" data-id=\"1923\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/sanjay-nelson-dddd/\" class=\"wp-image-1923\" /><figcaption>Epic Rigs have been worn by numerous Jamaican celebrities. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-CCC-1024x683.jpg\" alt=\"\" data-id=\"1922\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/sanjay-nelson-ccc/\" class=\"wp-image-1922\" /><figcaption>Sanjay Nelson shows off his creation. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>A year since enrolling at the Kingston-based training facility, Nelson, who is the founder of Jae Epic Designer Trendy Fashion Collection, has created a niche in the entertainment and fashion industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Inspired by the variety of chest rig bags that are trending across the world, Nelson created his line, ‘Epic Rigs’, that has been featured and worn by Jamaican celebrities like Sizzla, Chronic Law and Hot Frass. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1920,1921]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190729-WA0003-768x1024.jpg\" alt=\"\" data-id=\"1920\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/img-20190729-wa0003-2/\" class=\"wp-image-1920\" /><figcaption> Sizzla sporting one of Sanjay Nelson\'s pieces.  </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190729-WA0006.jpg\" alt=\"\" data-id=\"1921\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/img-20190729-wa0006-2/\" class=\"wp-image-1921\" /><figcaption> Entertainer Hot Frass makes a statement with one of the \'Epic Rigs\'. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“After I posted my work on Instagram, I have been getting calls from all over,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Emphasising on his love for patterns, Nelson, who plans to further his studies in fashion designing, said he is looking forward to creating tuxedos and bridal gowns.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=Ft2HVqVOhuY\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Ft2HVqVOhuY&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Jamaican designer pushes \'bulletproof\' swag','','publish','closed','closed','','sanjay-nelson-answers-fashion-calling','','','2019-08-15 22:11:05','2019-08-16 03:11:05','',0,'https://buzz-caribbean.com/?p=1082',0,'post','',0),(1083,9,'2019-07-31 11:44:11','2019-07-31 16:44:11','','IMG-20190729-WA0003','','inherit','closed','closed','','img-20190729-wa0003','','','2019-07-31 11:44:11','2019-07-31 16:44:11','',1082,'https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190729-WA0003.jpg',0,'attachment','image/jpeg',0),(1084,9,'2019-07-31 11:46:33','2019-07-31 16:46:33','','IMG-20190729-WA0006','','inherit','closed','closed','','img-20190729-wa0006','','','2019-07-31 11:46:33','2019-07-31 16:46:33','',1082,'https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190729-WA0006.jpg',0,'attachment','image/jpeg',0),(1085,11,'2019-07-31 12:14:44','2019-07-31 17:14:44','','Don\'t Share Cover Image','','inherit','closed','closed','','dont-share-cover-image','','','2019-07-31 12:14:44','2019-07-31 17:14:44','',1013,'https://buzz-caribbean.com/app/uploads/2019/07/Dont-Share-Cover-Image.png',0,'attachment','image/png',0),(1088,9,'2019-07-31 12:30:57','2019-07-31 17:30:57','<!-- wp:paragraph -->\n<p>Sanjay\nNelson’s small stature made it difficult for clothing to fit him the way he\nwanted them to. So, it was\nno surprise that when he was 14 years old he began\naltering his garments by hand. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1083} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190729-WA0003-768x1024.jpg\" alt=\"\" class=\"wp-image-1083\" /><figcaption>Sizzla sporting one of Sanjay Nelson\'s pieces. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Despite being\ntalented in fashion, Nelson was more fixated on football. And after leaving Seaforth\nHigh School in St Thomas, he went on to work in a supermarket, before landing a\njob at beverage company Wisynco. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After\nignoring his gift for quite some time, 22-year-old Nelson, who lives in\nPortmore, St Catherine, eventually asked his dad to purchase a sewing machine for\nhim although he did not know how to use one.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1084} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190729-WA0006.jpg\" alt=\"\" class=\"wp-image-1084\" /><figcaption>Entertainer Hot Frass makes a statement with one of the \'Epic Rigs\'.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While he was at home waiting to get a call from the Heart Garmex Academy, one of his friends told him that a popular sandals company in Kingston wanted someone to stitch leather. Even though he needed the job, Nelson said he was elated when the institution contacted him in August 2018 to do a course in fashion designing. <br> <br> “I need the understanding to construct patterns and designs, that’s why I go to school,” said the father of a two-year-old boy. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  “After I posted my work on Instagram, I have been getting calls from all<br> over.” </p><cite>- Sanjay Nelson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A year since enrolling at the Kingston-based training facility, Nelson, who is the founder of Jae Epic Designer Trendy Fashion Collection, has created a niche in the entertainment and fashion industry.<br> <br> Inspired by the variety of chest rig bags that are trending across the world, Nelson created his line, ‘Epic Rigs’, that has been featured and worn by Jamaican celebrities like Sizzla, Chronic Law and Hot Frass. <br> <br> “After I posted my work on Instagram, I have been getting calls from all over,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Emphasising on his love for patterns, Nelson, who plans to further his studies in fashion designing, said he is looking forward to creating tuxedos and bridal gowns.</p>\n<!-- /wp:paragraph -->','Sanjay Nelson answers fashion calling','','inherit','closed','closed','','1082-revision-v1','','','2019-07-31 12:30:57','2019-07-31 17:30:57','',1082,'https://buzz-caribbean.com/article/1082-revision-v1/',0,'revision','',0),(1089,9,'2019-07-31 13:29:35','2019-07-31 18:29:35','<!-- wp:paragraph -->\n<p>Barbados, which has long been viewed as one of the Caribbean’s leading tourism destinations, is projecting an increase in visitor arrivals this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>William Griffith, the CEO of Barbados Tourism Marketing Inc ( BTMI), said that there has been an increase in the number of persons visiting Barbados from the United Kingdom and the United States. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1100} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/beach-exotic-holiday-248797-1024x410.jpg\" alt=\"\" class=\"wp-image-1100\" /><figcaption>More than 324,000 tourists have visited Barbados since the start of the year.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"The BTMI is already reporting 324,551 arrivals for 2019 which is 4 per cent above the same period for 2018. The UK grew by&nbsp; 9.6 per cent over 2018, and the US, which has been showing consistent increases, is up by 7.5 per cent over last year,\" Griffith said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also noted that other successes have been recording in the Caribbean, as well as Central and South America, and \"also Germany, who we are watching closely, as we welcome a new Lufthansa service this October.” </p>\n<!-- /wp:paragraph -->','More tourists going to Barbados','','publish','closed','closed','','more-tourists-going-to-barbados','','','2019-08-12 16:40:20','2019-08-12 21:40:20','',0,'https://buzz-caribbean.com/?p=1089',0,'post','',0),(1090,11,'2019-07-31 12:33:18','2019-07-31 17:33:18','','Underwear','','inherit','closed','closed','','underwear','','','2019-07-31 12:33:18','2019-07-31 17:33:18','',1013,'https://buzz-caribbean.com/app/uploads/2019/07/Underwear.jpg',0,'attachment','image/jpeg',0),(1091,11,'2019-07-31 12:35:47','2019-07-31 17:35:47','','toothbrush','','inherit','closed','closed','','toothbrush','','','2019-07-31 12:35:47','2019-07-31 17:35:47','',1013,'https://buzz-caribbean.com/app/uploads/2019/07/toothbrush.jpg',0,'attachment','image/jpeg',0),(1092,11,'2019-07-31 12:37:41','2019-07-31 17:37:41','','Secret','','inherit','closed','closed','','secret','','','2019-07-31 12:37:41','2019-07-31 17:37:41','',1013,'https://buzz-caribbean.com/app/uploads/2019/07/Secret.jpg',0,'attachment','image/jpeg',0),(1093,14,'2019-07-31 12:39:46','2019-07-31 17:39:46','<!-- wp:paragraph -->\n<p>In the year 1920, the League of Nations officially recognised sovereignty for 86 countries across the world. Nearly 100 years later, and that number has swelled to 195 internationally recognised states.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Over the course of the last century, several groups and factions have revolted against their respective governments to declare a region “independent” and just like their ancestors before them, territorial disputes rage on across the globe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Countries below, highlighted in red, are currently caught up in territorial dispute</em>s</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":779} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/territorial-disputes-all-countries-1024x563.jpg\" alt=\"\" class=\"wp-image-779\" /><figcaption>A global map of all countries, including Jamaica, (in red) currently involved in territorial disputes (Photo contributed, Brilliant Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You may have seen the new name of a country pop up on your atlas\nor Google search and wondered to yourself, “When did that happen?”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The United Nations (UN) recognises 195 sovereign countries, 193 of which are members, and two – the Holy See and the State of Palestine – being simply observer states.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But depending on whom you ask, by some definitions, there\nare 197 countries in the world – a number drawn when Taiwan and Kosovo are\nincluded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Buzz Jamaica</em></strong> presents eight countries you probably didn’t know existed*:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Abkhazia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":769} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/abkhazia-flag-1024x576.jpg\" alt=\"\" class=\"wp-image-769\" /><figcaption>Flag of Abkhazia (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>1.&nbsp;&nbsp;&nbsp; Abkhazia is a de facto and partially recognised republic on the eastern coast of the Black Sea, south of the Greater Caucasus mountains, in what is widely recognised as part of northwestern Georgia. The country, at 8,660 square kilometres, is nearly 80% of Jamaica’s size in comparison.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":771} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/abkhazia-on-world-map-1024x606.png\" alt=\"\" class=\"wp-image-771\" /><figcaption>The disputed areas of Abkhazia (left) and South Ossetia (centre) highlighted in lavender and orange stripes respectively (Photo contributed, Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The unitary, semi-presidential republic – a sore point in Georgia-Russia relations after the dissolution of the Soviet Union – is contentiously recognised as a state by Russia, Venezuela, Nicaragua, Nauru, and Syria. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":774} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/krubera-cave-abkhazia-demo.jpg\" alt=\"\" class=\"wp-image-774\" /><figcaption>The Krubera Caves in Gagra, Abkhazia are the deepest in the world and a popular tourist attraction. (Photo contributed, Fodors.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While Georgia lacks control over Abkhazia, the Georgian\ngovernment and most United Nations member states consider Abkhazia legally part\nof Georgia as of 2008, with Georgian constitution designating the area as the\nAutonomous Republic of Abkhazia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Kosovo</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":775} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/kosovo-flag-1024x683.png\" alt=\"\" class=\"wp-image-775\" /><figcaption>Kosovo flag (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>2.&nbsp;&nbsp; &nbsp;Kosovo is another European ‘country’, which\ndeclared its independence from Serbia in 2008. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Roughly the size of Jamaica at 10,908 square kilometers,\nKosovo is landlocked and located in the center of the Balkan Peninsula in\nsoutheast Europe. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":777} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/kosovo-map-1024x576.jpg\" alt=\"\" class=\"wp-image-777\" /><figcaption>Map of Kosovo and the other Balkan states (Photo contributed, Frontiers of Freedom)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It has since gained diplomatic recognition as a sovereign\nstate by 102 United Nations member states. Serbia, the country contesting\nKosovo’s sovereignty has accepted its institutions and elected officials but\ncontinues to claim it as the Autonomous Province of Kosovo and Metohija.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":784} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/prishtina-city-center.jpg\" alt=\"\" class=\"wp-image-784\" /><figcaption>Prishtina, the capital of Kosovo in its glory (Photo contributed, AdventurousTours.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Transnistria</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":786} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/transnistria-flag-1024x512.png\" alt=\"\" class=\"wp-image-786\" /><figcaption>Flag of Transnistria (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>3.&nbsp;&nbsp;&nbsp; Clocking in at\nabout 40 percent of Jamaica’s total area, Transnistria is a primarily\nunrecognised state that split from Moldova after the collapse of the Soviet\nUnion.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":790} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/transnistria-map.jpg\" alt=\"\" class=\"wp-image-790\" /><figcaption>Map of Transnistria and now resolved disputed territory Gagauzia (Photo contributed, Euromaidan Press)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The territory mostly sits on a narrow strip of land between\nthe river Dniester and Ukraine – being only recognised only by Abkhazia,\nArtsakh, and South Ossetia. The region is considered by the UN and its member\nstates to be part of Moldova.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":791} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bender-fortress-transnistria-1024x615.jpg\" alt=\"\" class=\"wp-image-791\" /><figcaption>The Tighina Fortress in Bender, Transnistria\'s second-largest city (Photo contributed, Connor Clyne, TsarExperience.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Somaliland</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":792} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/somaliland-flag-1024x512.png\" alt=\"\" class=\"wp-image-792\" /><figcaption>Flag of Somaliland (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>4.&nbsp;&nbsp;&nbsp; The republic of Somaliland is a self-declared state located in what is internationally recognised as northwest Somalia. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Its officials claimed the territory as an independent country in 1991 and the state reportedly spans parts of the borders with Ethiopia, Djibouti and Somalia to the east. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":796} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/somaliland-map-1024x576.jpg\" alt=\"\" class=\"wp-image-796\" /><figcaption>Map showing Somaliland and its neighbours (Photo contributed, The New Arab)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With an area of 176,120 square kilometres, Somaliland\'s\nself-proclaimed independence remains unrecognised by any country or\ninternational organisation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":797} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/laas-geel-rock-cave-paintings.jpg\" alt=\"\" class=\"wp-image-797\" /><figcaption>The world-famous Laas Geel caves and its intricate rock paintings are a must-see for tourists (Photo contributed, Theodore Hoffsten, Wikipedia Commons)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Artsakh</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":798} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/artsakh-1024x512.png\" alt=\"\" class=\"wp-image-798\" /><figcaption>Flag of Artsahk (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>5.&nbsp;&nbsp;&nbsp; Just larger than\nJamaica, Artsakh is a breakaway state in the South Caucasus that is\ninternationally recognized as part of Azerbaijan. The area has been under a\nperpetual ceasefire since 1994 and was a hotly contested territory from the\nearly 1920s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":799} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/artsakh-sights-1024x682.jpg\" alt=\"\" class=\"wp-image-799\" /><figcaption>The national pride of Artsakh, a grandiose pair of statues called \'We are Mountains\'. Known as Tatik Papik by locals, these structures are a tourist magnet. (Photo contributed, Pinterest)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Republic of Artsakh is neither a member nor observer of the UN or any of its specialized agencies – and is only recognised as a state by fellow disputed territories Transnistria, Abkhazia and South Ossetia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":800} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/artsakh-waterfall-1024x681.jpg\" alt=\"\" class=\"wp-image-800\" /><figcaption>The famed \'Umbrella\' or Zontik waterfall in Muxtar, Artsakh (Photo contributed, Pinterest)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>South Ossetia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>6. Georgia makes claim to another disputed territory on our list after South Ossetia declared itself independent in 1990.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":822} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/south-ossetia-flag-1024x512.png\" alt=\"\" class=\"wp-image-822\" /><figcaption>Flag of South Ossetia (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Also called the state of Alania, South Ossetia is a disputed\nterritory in the South Caucasus, in what is internationally recognised as\nnorthern Georgian territory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":823} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/south-ossetia-mountain-lake.jpg\" alt=\"\" class=\"wp-image-823\" /><figcaption>The beautiful mountain lake of Kelistba.   Fed by the Xanthi river, Lake Kelistba is 2925 meters high on a plateau in the Caucasus mountains. (Photo contributed, TravelTourismBlog.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At 35 percent the size of Jamaica, South Ossetia is only\nrecoginsed as fully independent and autonomous by Russia, Nauru, Venezuela and\nNicaragua.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":824} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/south-ossetia-ksani-fortress.jpg\" alt=\"\" class=\"wp-image-824\" /><figcaption>The perfectly preserved Ksani fortress in South Ossetia, one of the country\'s many historical monuments. (Photo contributed, TravelTourismBlog.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Luhansk People\'s Republic (LPR)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":826} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/lugansk-people-republic-flag-1024x683.png\" alt=\"\" class=\"wp-image-826\" /><figcaption>Flag of the  Luhansk People\'s Republic (LPR), (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>7.&nbsp;&nbsp;&nbsp; The Luhansk People\'s Republic (LPR) is a landlocked quasi-state in what is internationally recognised as part of eastern Ukraine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The LPR declared its independence in the aftermath of the 2014 revolution that swept Ukraine and is the stage of an armed conflict that rages on as at April 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":827} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/lugansk-people-republic-map.jpg\" alt=\"\" class=\"wp-image-827\" /><figcaption>Map of Ukraine highlighting its territorial disputes with Russia (Photo contributed, Nationalia.info) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>No country or member state of the UN has recoginsed the\nLPR’s sovereignty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Sahrawi Republic </h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":829} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/sahrawi-republic-flag-1024x512.png\" alt=\"\" class=\"wp-image-829\" /><figcaption>Flag of the Sahrawi Arab Democratic Republic (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>8.&nbsp;&nbsp;&nbsp; The Sahrawi Republic, the 83rd largest country in the world, is a partially recognised state that claims the non-self-governing territory of Western Sahara. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interestingly enough, the Sahrawi Republic controls only the\neasternmost one-fifth of that territory, along the border with Mauritania. The\nSahrawi Republic was proclaimed independent in 1976, but its government\ncontrols about 20–25% of the territory it claims.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":830} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/western-sahara-conflict-map-1024x768.jpg\" alt=\"\" class=\"wp-image-830\" /><figcaption>Map of Western Sahara, showing areas of Morrocan control (in blue) and the territory being controlled by the Sahrawi Republic (in green) (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Sahrawi Republic maintains close diplomatic relations with 40 UN states and is a full member of the African Union (AU). The majority of the disputed lands of Western Sahara are governed in full or partly by Morocco in what is described as a ‘buffer zone’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":835} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/polisario-morocco-palace.jpg\" alt=\"\" class=\"wp-image-835\" /><figcaption>The Polisario Morrocan Palace in Western Sahara, the territory being disputed by the Sahrawi Republic (Photo contributed, AllThatsInteresting.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>*(The term “existed” is used in this article in reference to countries that are not popularly known. We also acknowledge that these areas are heavily disputed, and not recognized by the international community, outside of supporting countries/territories.)</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you didn\'t know all these countries are visa-free destinations for Jamaicans (but be careful)! For a list of all countries where this is possible, read our BUZZ feature here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Which \'new\' country surprised you the most? Let us know in the comments!</p>\n<!-- /wp:paragraph -->','Eight places in the world you never knew existed','','inherit','closed','closed','','762-revision-v1','','','2019-07-31 12:39:46','2019-07-31 17:39:46','',762,'https://buzz-caribbean.com/article/762-revision-v1/',0,'revision','',0),(1094,14,'2019-07-31 12:40:49','2019-07-31 17:40:49','<!-- wp:paragraph -->\n<p>In the year 1920, the League of Nations officially recognised sovereignty for 86 countries across the world. Nearly 100 years later, and that number has swelled to 195 internationally recognised states.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Over the course of the last century, several groups and factions have revolted against their respective governments to declare a region “independent” and just like their ancestors before them, territorial disputes rage on across the globe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Countries below, highlighted in red, are currently caught up in territorial dispute</em>s</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":779} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/territorial-disputes-all-countries-1024x563.jpg\" alt=\"\" class=\"wp-image-779\" /><figcaption>A global map of all countries, including Jamaica, (in red) currently involved in territorial disputes (Photo contributed, Brilliant Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You may have seen the new name of a country pop up on your atlas\nor Google search and wondered to yourself, “When did that happen?”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The United Nations (UN) recognises 195 sovereign countries, 193 of which are members, and two – the Holy See and the State of Palestine – being simply observer states.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But depending on whom you ask, by some definitions, there\nare 197 countries in the world – a number drawn when Taiwan and Kosovo are\nincluded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Buzz Jamaica</em></strong> presents eight countries you probably didn’t know existed*:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Abkhazia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":769} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/abkhazia-flag-1024x576.jpg\" alt=\"\" class=\"wp-image-769\" /><figcaption>Flag of Abkhazia (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>1.&nbsp;&nbsp;&nbsp; Abkhazia is a de facto and partially recognised republic on the eastern coast of the Black Sea, south of the Greater Caucasus mountains, in what is widely recognised as part of northwestern Georgia. The country, at 8,660 square kilometres, is nearly 80% of Jamaica’s size in comparison.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":771} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/abkhazia-on-world-map-1024x606.png\" alt=\"\" class=\"wp-image-771\" /><figcaption>The disputed areas of Abkhazia (left) and South Ossetia (centre) highlighted in lavender and orange stripes respectively (Photo contributed, Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The unitary, semi-presidential republic – a sore point in Georgia-Russia relations after the dissolution of the Soviet Union – is contentiously recognised as a state by Russia, Venezuela, Nicaragua, Nauru, and Syria. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":774} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/krubera-cave-abkhazia-demo.jpg\" alt=\"\" class=\"wp-image-774\" /><figcaption>The Krubera Caves in Gagra, Abkhazia are the deepest in the world and a popular tourist attraction. (Photo contributed, Fodors.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While Georgia lacks control over Abkhazia, the Georgian\ngovernment and most United Nations member states consider Abkhazia legally part\nof Georgia as of 2008, with Georgian constitution designating the area as the\nAutonomous Republic of Abkhazia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Kosovo</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":775} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/kosovo-flag-1024x683.png\" alt=\"\" class=\"wp-image-775\" /><figcaption>Kosovo flag (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>2.&nbsp;&nbsp; &nbsp;Kosovo is another European ‘country’, which\ndeclared its independence from Serbia in 2008. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Roughly the size of Jamaica at 10,908 square kilometers,\nKosovo is landlocked and located in the center of the Balkan Peninsula in\nsoutheast Europe. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":777} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/kosovo-map-1024x576.jpg\" alt=\"\" class=\"wp-image-777\" /><figcaption>Map of Kosovo and the other Balkan states (Photo contributed, Frontiers of Freedom)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It has since gained diplomatic recognition as a sovereign\nstate by 102 United Nations member states. Serbia, the country contesting\nKosovo’s sovereignty has accepted its institutions and elected officials but\ncontinues to claim it as the Autonomous Province of Kosovo and Metohija.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":784} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/prishtina-city-center.jpg\" alt=\"\" class=\"wp-image-784\" /><figcaption>Prishtina, the capital of Kosovo in its glory (Photo contributed, AdventurousTours.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Transnistria</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":786} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/transnistria-flag-1024x512.png\" alt=\"\" class=\"wp-image-786\" /><figcaption>Flag of Transnistria (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>3.&nbsp;&nbsp;&nbsp; Clocking in at\nabout 40 percent of Jamaica’s total area, Transnistria is a primarily\nunrecognised state that split from Moldova after the collapse of the Soviet\nUnion.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":790} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/transnistria-map.jpg\" alt=\"\" class=\"wp-image-790\" /><figcaption>Map of Transnistria and now resolved disputed territory Gagauzia (Photo contributed, Euromaidan Press)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The territory mostly sits on a narrow strip of land between\nthe river Dniester and Ukraine – being only recognised only by Abkhazia,\nArtsakh, and South Ossetia. The region is considered by the UN and its member\nstates to be part of Moldova.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":791} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bender-fortress-transnistria-1024x615.jpg\" alt=\"\" class=\"wp-image-791\" /><figcaption>The Tighina Fortress in Bender, Transnistria\'s second-largest city (Photo contributed, Connor Clyne, TsarExperience.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Somaliland</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":792} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/somaliland-flag-1024x512.png\" alt=\"\" class=\"wp-image-792\" /><figcaption>Flag of Somaliland (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>4.&nbsp;&nbsp;&nbsp; The republic of Somaliland is a self-declared state located in what is internationally recognised as northwest Somalia. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Its officials claimed the territory as an independent country in 1991 and the state reportedly spans parts of the borders with Ethiopia, Djibouti and Somalia to the east. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":796} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/somaliland-map-1024x576.jpg\" alt=\"\" class=\"wp-image-796\" /><figcaption>Map showing Somaliland and its neighbours (Photo contributed, The New Arab)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With an area of 176,120 square kilometres, Somaliland\'s\nself-proclaimed independence remains unrecognised by any country or\ninternational organisation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":797} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/laas-geel-rock-cave-paintings.jpg\" alt=\"\" class=\"wp-image-797\" /><figcaption>The world-famous Laas Geel caves and its intricate rock paintings are a must-see for tourists (Photo contributed, Theodore Hoffsten, Wikipedia Commons)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Artsakh</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":798} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/artsakh-1024x512.png\" alt=\"\" class=\"wp-image-798\" /><figcaption>Flag of Artsahk (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>5.&nbsp;&nbsp;&nbsp; Just larger than\nJamaica, Artsakh is a breakaway state in the South Caucasus that is\ninternationally recognized as part of Azerbaijan. The area has been under a\nperpetual ceasefire since 1994 and was a hotly contested territory from the\nearly 1920s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":799} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/artsakh-sights-1024x682.jpg\" alt=\"\" class=\"wp-image-799\" /><figcaption>The national pride of Artsakh, a grandiose pair of statues called \'We are Mountains\'. Known as Tatik Papik by locals, these structures are a tourist magnet. (Photo contributed, Pinterest)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Republic of Artsakh is neither a member nor observer of the UN or any of its specialized agencies – and is only recognised as a state by fellow disputed territories Transnistria, Abkhazia and South Ossetia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":800} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/artsakh-waterfall-1024x681.jpg\" alt=\"\" class=\"wp-image-800\" /><figcaption>The famed \'Umbrella\' or Zontik waterfall in Muxtar, Artsakh (Photo contributed, Pinterest)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>South Ossetia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>6. Georgia makes claim to another disputed territory on our list after South Ossetia declared itself independent in 1990.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":822} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/south-ossetia-flag-1024x512.png\" alt=\"\" class=\"wp-image-822\" /><figcaption>Flag of South Ossetia (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Also called the state of Alania, South Ossetia is a disputed\nterritory in the South Caucasus, in what is internationally recognised as\nnorthern Georgian territory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":823} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/south-ossetia-mountain-lake.jpg\" alt=\"\" class=\"wp-image-823\" /><figcaption>The beautiful mountain lake of Kelistba.   Fed by the Xanthi river, Lake Kelistba is 2925 meters high on a plateau in the Caucasus mountains. (Photo contributed, TravelTourismBlog.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At 35 percent the size of Jamaica, South Ossetia is only\nrecoginsed as fully independent and autonomous by Russia, Nauru, Venezuela and\nNicaragua.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":824} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/south-ossetia-ksani-fortress.jpg\" alt=\"\" class=\"wp-image-824\" /><figcaption>The perfectly preserved Ksani fortress in South Ossetia, one of the country\'s many historical monuments. (Photo contributed, TravelTourismBlog.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Luhansk People\'s Republic (LPR)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":826} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/lugansk-people-republic-flag-1024x683.png\" alt=\"\" class=\"wp-image-826\" /><figcaption>Flag of the  Luhansk People\'s Republic (LPR), (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>7.&nbsp;&nbsp;&nbsp; The Luhansk People\'s Republic (LPR) is a landlocked quasi-state in what is internationally recognised as part of eastern Ukraine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The LPR declared its independence in the aftermath of the 2014 revolution that swept Ukraine and is the stage of an armed conflict that rages on as at April 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":827} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/lugansk-people-republic-map.jpg\" alt=\"\" class=\"wp-image-827\" /><figcaption>Map of Ukraine highlighting its territorial disputes with Russia (Photo contributed, Nationalia.info) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>No country or member state of the UN has recoginsed the\nLPR’s sovereignty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Sahrawi Republic </h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":829} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/sahrawi-republic-flag-1024x512.png\" alt=\"\" class=\"wp-image-829\" /><figcaption>Flag of the Sahrawi Arab Democratic Republic (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>8.&nbsp;&nbsp;&nbsp; The Sahrawi Republic, the 83rd largest country in the world, is a partially recognised state that claims the non-self-governing territory of Western Sahara. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interestingly enough, the Sahrawi Republic controls only the\neasternmost one-fifth of that territory, along the border with Mauritania. The\nSahrawi Republic was proclaimed independent in 1976, but its government\ncontrols about 20–25% of the territory it claims.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":830} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/western-sahara-conflict-map-1024x768.jpg\" alt=\"\" class=\"wp-image-830\" /><figcaption>Map of Western Sahara, showing areas of Morrocan control (in blue) and the territory being controlled by the Sahrawi Republic (in green) (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Sahrawi Republic maintains close diplomatic relations with 40 UN states and is a full member of the African Union (AU). The majority of the disputed lands of Western Sahara are governed in full or partly by Morocco in what is described as a ‘buffer zone’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":835} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/polisario-morocco-palace.jpg\" alt=\"\" class=\"wp-image-835\" /><figcaption>The Polisario Morrocan Palace in Western Sahara, the territory being disputed by the Sahrawi Republic (Photo contributed, AllThatsInteresting.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>*(The term “existed” is used in this article in reference to countries that are not popularly known. We also acknowledge that these areas are heavily disputed, and not recognized by the international community, outside of supporting countries/territories.)</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you didn\'t know all these countries are visa-free destinations for Jamaicans (but be careful)! For a list of all countries where this is possible, read our <a href=\"https://buzz-caribbean.com/?p=321\">BUZZ feature here</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Which \'new\' country surprised you the most? Let us know in the comments!</p>\n<!-- /wp:paragraph -->','Eight places in the world you never knew existed','','inherit','closed','closed','','762-revision-v1','','','2019-07-31 12:40:49','2019-07-31 17:40:49','',762,'https://buzz-caribbean.com/article/762-revision-v1/',0,'revision','',0),(1095,0,'2019-07-31 13:23:41','2019-07-31 18:23:41','','Grand Gala','','publish','closed','closed','','grand-gala','','','2019-08-08 13:24:07','2019-08-08 18:24:07','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=1095',0,'out','',0),(1096,13,'2019-07-31 13:14:21','2019-07-31 18:14:21','','Grand Gala','','inherit','closed','closed','','grand-gala','','','2019-07-31 13:14:21','2019-07-31 18:14:21','',1095,'https://buzz-caribbean.com/app/uploads/2019/07/grand-gala.png',0,'attachment','image/png',0),(1097,13,'2019-07-31 13:15:06','2019-07-31 18:15:06','','Grand Gala 2','','inherit','closed','closed','','grand-gala-2','','','2019-07-31 13:15:06','2019-07-31 18:15:06','',1095,'https://buzz-caribbean.com/app/uploads/2019/07/grand-gala-2.jpg',0,'attachment','image/jpeg',0),(1098,13,'2019-07-31 13:15:08','2019-07-31 18:15:08','','Grand Gala','','inherit','closed','closed','','grand-gala-3','','','2019-07-31 13:15:08','2019-07-31 18:15:08','',1095,'https://buzz-caribbean.com/app/uploads/2019/07/grand-gala-1.png',0,'attachment','image/png',0),(1100,9,'2019-07-31 13:27:44','2019-07-31 18:27:44','','beach-exotic-holiday-248797','','inherit','closed','closed','','beach-exotic-holiday-248797','','','2019-07-31 13:27:44','2019-07-31 18:27:44','',1089,'https://buzz-caribbean.com/app/uploads/2019/07/beach-exotic-holiday-248797.jpg',0,'attachment','image/jpeg',0),(1103,9,'2019-07-31 13:29:35','2019-07-31 18:29:35','<!-- wp:paragraph -->\n<p>Barbados, which has long been viewed as one of the Caribbean’s leading tourism destinations, is projecting an increase in visitor arrivals this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The UK grew by  9.6 per cent over 2018, and the US, which has been showing consistent increases, is up by 7.5 per cent over last year.\"</p><cite> - William Griffith </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>William Griffith, the CEO of Barbados Tourism Marketing Inc ( BTMI), said that there has been an increase in the number of persons visiting Barbados from the United Kingdom and the United States. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1100} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/beach-exotic-holiday-248797-1024x410.jpg\" alt=\"\" class=\"wp-image-1100\" /><figcaption>More than 324,000 tourists have visited Barbados since the start of the year.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"The BTMI is already reporting 324,551 arrivals for 2019 which is 4 per cent above the same period for 2018. The UK grew by  9.6 per cent over 2018, and the US, which has been showing consistent increases, is up by 7.5 per cent over last year,\" Griffith said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also noted that other successes have been recording in the Caribbean, as well as Central and South America, and \"also Germany, who we are watching closely, as we welcome a new Lufthansa service this October.” </p>\n<!-- /wp:paragraph -->','More tourists going to Barbados','','inherit','closed','closed','','1089-revision-v1','','','2019-07-31 13:29:35','2019-07-31 18:29:35','',1089,'https://buzz-caribbean.com/article/1089-revision-v1/',0,'revision','',0),(1104,11,'2019-07-31 13:31:12','2019-07-31 18:31:12','','Dont-Tell','','inherit','closed','closed','','dont-tell','','','2019-07-31 13:31:12','2019-07-31 18:31:12','',1013,'https://buzz-caribbean.com/app/uploads/2019/07/Dont-Tell.jpg',0,'attachment','image/jpeg',0),(1105,9,'2019-08-14 20:43:01','2019-08-15 01:43:01','<!-- wp:paragraph -->\n<p>For years, the north coast has been front and centre of Jamaica\'s tourism offerings. However, Travis Graham believed that Kingston was being left out of the mix despite being rich in culture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1107} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190731-WA0009-1024x768.jpg\" alt=\"\" class=\"wp-image-1107\" /><figcaption>These revellers made use of the special events package offered by Kingston Culture Tours when they visited Jamaica in April. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, while he was doing his master’s degree in Communication for Social and Behavioural Change, he came up with the grand idea of showcasing some of the best spots in the Corporate Area via a company he would eventually call Kingston Culture Tours JA. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I realised that Kingston is a niche market that was wasn’t\ngetting enough justice from the tourism entities. I saw a void that I could\nstart something to fill. We definitely have a mission to increase visitor arrivals\nto Kingston and to enhance its destination image,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1109} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190731-WA0007-576x1024.jpg\" alt=\"\" class=\"wp-image-1109\" /><figcaption>Travis Graham, the co-founder of Kingston Culture Tours JA, hangs out with American rapper Safaree when he participated in one of the tours. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Graham, who is the co-founder of Kingston Culture Tours JA, told<strong> BUZZ</strong> that since starting the venture in 2017, he has hosted numerous tourists from Europe, Asia and the United States. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We definitely have a mission to increase visitor arrivals to Kingston and to enhance its destination image.\" </p><cite>—Travis Graham</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The company offers three main tours – Blue Mountain Eco Tour, Kingston Culture Tour and the Port Royal Heritage Tour. Each tour lasts for about six hours and makes two attraction stops, as well as a food stop. A night tour is also done where visitors attend the Kingston Dub Club, and the company also offers special events vacation packages that host guests attending Carnival In Jamaica and the Bob Marley birthday celebrations. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1110} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190731-WA0006-1024x576.jpg\" alt=\"\" class=\"wp-image-1110\" /><figcaption>These Kingston Culture Tours JA guests were all smiles beside the statue of Bob Marley that is located close to the National Stadium in Kingston. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In his quest to market Kingston as a destination that is packed with experiences, Graham said that many visitors are amazed by how much they can do while on the tours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The reception has been great. People are surprised by how much there is to do in Kingston. People love the knowledge,” Graham said. </p>\n<!-- /wp:paragraph -->','Kingston tour fills tourism void','','publish','closed','closed','','kingston-tour-fills-tourism-void','','','2019-08-18 01:36:39','2019-08-18 06:36:39','',0,'https://buzz-caribbean.com/?p=1105',0,'post','',0),(1106,11,'2019-07-31 13:34:10','2019-07-31 18:34:10','','deodorant','','inherit','closed','closed','','deodorant','','','2019-07-31 13:34:10','2019-07-31 18:34:10','',1013,'https://buzz-caribbean.com/app/uploads/2019/07/deodorant.jpg',0,'attachment','image/jpeg',0),(1107,9,'2019-07-31 13:34:56','2019-07-31 18:34:56','','IMG-20190731-WA0009','','inherit','closed','closed','','img-20190731-wa0009','','','2019-07-31 13:34:56','2019-07-31 18:34:56','',1105,'https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190731-WA0009.jpg',0,'attachment','image/jpeg',0),(1108,11,'2019-07-31 13:34:57','2019-07-31 18:34:57','','make-up','','inherit','closed','closed','','make-up','','','2019-07-31 13:34:57','2019-07-31 18:34:57','',1013,'https://buzz-caribbean.com/app/uploads/2019/07/make-up.jpg',0,'attachment','image/jpeg',0),(1109,9,'2019-07-31 13:35:10','2019-07-31 18:35:10','','IMG-20190731-WA0007','','inherit','closed','closed','','img-20190731-wa0007','','','2019-07-31 13:35:10','2019-07-31 18:35:10','',1105,'https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190731-WA0007.jpg',0,'attachment','image/jpeg',0),(1110,9,'2019-07-31 13:35:23','2019-07-31 18:35:23','','IMG-20190731-WA0006','','inherit','closed','closed','','img-20190731-wa0006','','','2019-07-31 13:35:23','2019-07-31 18:35:23','',1105,'https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190731-WA0006.jpg',0,'attachment','image/jpeg',0),(1111,11,'2019-07-31 13:37:30','2019-07-31 18:37:30','','towels','','inherit','closed','closed','','towels','','','2019-07-31 13:37:30','2019-07-31 18:37:30','',1013,'https://buzz-caribbean.com/app/uploads/2019/07/towels.jpg',0,'attachment','image/jpeg',0),(1113,9,'2019-07-31 13:43:01','2019-07-31 18:43:01','<!-- wp:paragraph -->\n<p>For years, Jamaica’s north coast has been front and centre\nof the country’s tourism offerings. However, Travis Graham believed that\nKingston was being left out of the mix despite being rich in culture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1107} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190731-WA0009-1024x768.jpg\" alt=\"\" class=\"wp-image-1107\" /><figcaption>These revellers made use of the special events package offered by Kingston Culture Tours when they visited Jamaica in April. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, when he doing his master’s degree in Communication for Social and Behavioural Change, he came up with the grand idea of showcasing some of the best spots in the Corporate Area via a company he would eventually call Kingston Culture Tours JA. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I realised that Kingston is a niche market that was wasn’t\ngetting enough justice from the tourism entities. I saw a void that I could\nstart something to fill. We definitely have a mission to increase visitor arrivals\nto Kingston and to enhance its destination image,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1109} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190731-WA0007-576x1024.jpg\" alt=\"\" class=\"wp-image-1109\" /><figcaption>Travis Graham, the co-founder of Kingston Culture Tours JA, hangs out with American rapper Safaree after he participated in one of the tours. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Graham, who is the co-founder of Kingston Culture Tours JA, told BUZZ that since starting the venture in 2017, he has hosted numerous tourists from Europe, Asia and the United States. We definitely have a mission to increase visitor arrivals to Kingston and to enhance its destination image </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We definitely have a mission to increase visitor arrivals to Kingston and to enhance its destination image.\" </p><cite>- Travis Graham</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The company offers three main tours – Blue Mountain Eco Tour, Kingston Culture Tour and the Port Royal Heritage Tour. Each tour lasts for about six hours and makes two attraction stops, as well as a food stop. A night tour is also done where visitors attend Dub Club, and the company also offers special event vacation packages that host guests attending Carnival In Jamaica and the Bob Marley birthday celebrations. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1110} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190731-WA0006-1024x576.jpg\" alt=\"\" class=\"wp-image-1110\" /><figcaption>These Kingston Culture Tours JA guests were all smiles beside the statue of Bob Marley that is located close to the National Stadium in Kingston. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In his quest to market Kingston as a destination that is\npacked with experiences, Graham said that many visitors are amazed by how much\nthey can do while on the tour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The reception has been great. People are surprised by how\nmuch there is to do in Kingston. People love the knowledge,” Graham. </p>\n<!-- /wp:paragraph -->','Kingston tour fills tourism void','','inherit','closed','closed','','1105-revision-v1','','','2019-07-31 13:43:01','2019-07-31 18:43:01','',1105,'https://buzz-caribbean.com/article/1105-revision-v1/',0,'revision','',0),(1117,14,'2019-07-31 14:02:23','2019-07-31 19:02:23','<!-- wp:image {\"id\":1122} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/squash-vybz-kartel_beat_dem_bad-1024x576.jpg\" alt=\"\" class=\"wp-image-1122\" /><figcaption>(Photo: YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> Leader of the 6ixx camp Squash stands uncontested atop the local YouTube scene as his smash hit single ‘Beat Dem Bad’ marks a third week as the number one song in Jamaica.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Curious to see who else made the <strong>BUZZ</strong> top ten charts this week? Check if your fav made the cut in our video below: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/ZP8GQYZIUT4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/ZP8GQYZIUT4\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Top tracks listed are according to YouTube\'s weekly insights and covers the <strong>BUZZ</strong> charts for week July 8 – July 15. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Join us next week same time, same place, as&nbsp;<strong>BUZZ</strong>&nbsp;keeps you abreast with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more! </p>\n<!-- /wp:paragraph -->','Squash seals \'three-peat\' on BUZZ Music charts','','publish','closed','closed','','beat-dem-bad-makes-three-peat-on-buzz-youtube-charts','','','2019-08-14 15:16:01','2019-08-14 20:16:01','',0,'https://buzz-caribbean.com/?p=1117',0,'post','',0),(1119,14,'2019-07-31 14:02:23','2019-07-31 19:02:23','<!-- wp:paragraph -->\n<p> Dancehall giants Vybz Kartel and Squash stand uncontested atop the local YouTube scene as their smash hit single ‘Beat Dem Bad’ marks a third week as the number one song in Jamaica.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See who else made the <strong><em>BUZZ</em></strong> top ten YouTube charts this week in our video below: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/ZP8GQYZIUT4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/ZP8GQYZIUT4\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p> Top tracks listed are according to YouTube\'s weekly insights and covers the <em><strong>Buzz</strong></em> charts for week July 8 – July 15. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Join us next week same time, same place, as <strong><em>BUZZ</em></strong> keeps you abreast with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more! </p>\n<!-- /wp:paragraph -->','‘Beat Dem Bad’ makes three-peat on BUZZ YouTube charts','','inherit','closed','closed','','1117-revision-v1','','','2019-07-31 14:02:23','2019-07-31 19:02:23','',1117,'https://buzz-caribbean.com/article/1117-revision-v1/',0,'revision','',0),(1120,14,'2019-07-16 14:03:40','2019-07-16 19:03:40','<!-- wp:embed {\"url\":\"https://youtu.be/ZP8GQYZIUT4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/ZP8GQYZIUT4\n</div></figure>\n<!-- /wp:embed -->','BUZZ Top 10 music chart — July 16','','publish','closed','closed','','buzz-youtube-top-10-week-july-16','','','2019-09-11 10:51:59','2019-09-11 15:51:59','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=1120',0,'video','',0),(1122,14,'2019-07-31 14:05:31','2019-07-31 19:05:31','','squash-vybz-kartel_beat_dem_bad','','inherit','closed','closed','','squash-vybz-kartel_beat_dem_bad','','','2019-07-31 14:05:31','2019-07-31 19:05:31','',1117,'https://buzz-caribbean.com/app/uploads/2019/07/squash-vybz-kartel_beat_dem_bad.jpg',0,'attachment','image/jpeg',0),(1123,14,'2019-07-31 14:07:04','2019-07-31 19:07:04','<!-- wp:image {\"id\":1122} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/squash-vybz-kartel_beat_dem_bad-1024x576.jpg\" alt=\"\" class=\"wp-image-1122\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dancehall giants Vybz Kartel and Squash stand uncontested atop the local YouTube scene as their smash hit single ‘Beat Dem Bad’ marks a third week as the number one song in Jamaica.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See who else made the <strong><em>BUZZ</em></strong> top ten YouTube charts this week in our video below: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/ZP8GQYZIUT4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/ZP8GQYZIUT4\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p> Top tracks listed are according to YouTube\'s weekly insights and covers the <em><strong>Buzz</strong></em> charts for week July 8 – July 15. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Join us next week same time, same place, as <strong><em>BUZZ</em></strong> keeps you abreast with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more! </p>\n<!-- /wp:paragraph -->','‘Beat Dem Bad’ makes three-peat on BUZZ YouTube charts','','inherit','closed','closed','','1117-revision-v1','','','2019-07-31 14:07:04','2019-07-31 19:07:04','',1117,'https://buzz-caribbean.com/article/1117-revision-v1/',0,'revision','',0),(1124,11,'2019-07-31 14:07:08','2019-07-31 19:07:08','','couple-holding-hands','','inherit','closed','closed','','couple-holding-hands','','','2019-07-31 14:07:08','2019-07-31 19:07:08','',1013,'https://buzz-caribbean.com/app/uploads/2019/07/couple-holding-hands.jpg',0,'attachment','image/jpeg',0),(1125,11,'2019-07-31 14:08:20','2019-07-31 19:08:20','<!-- wp:paragraph -->\n<p>Forget about ‘kumbaya’, free love and that sharing is caring. Human beings were meant to be social, but alas, we also need to be sanitary and the only things we should pass on from one person to the next is wisdom.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Indeed social media is not the only realm in which we often ‘overshare’, as when it comes to personal hygiene practices, common sense seems to go on vacation for some individuals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So we\'ve taken the liberty of sharing a short list of things it would be best to keep to yourself, both for your peace of mind as well as your personal health.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Underwear </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This heads the list, and believe it or not, some teens not only share clothes but underwear as well. <strong><em>This is a practice that should never be encouraged</em></strong>. The idea of being okay sitting in someone else’s bodily fluids boggles the mind. *Eeek*<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1090,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Underwear-1024x1024.jpg\" alt=\"\" class=\"wp-image-1090\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Toothbrush </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This is one of the capital cities for breeding germs and if someone has a dental history similar to dancehall artiste Gully Bop, you are in big trouble. Toothbrushes are inexpensive and readily available. So, <strong><em>let\'s scrap the communal oral hygiene</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1091} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/toothbrush-1024x683.jpg\" alt=\"\" class=\"wp-image-1091\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Secrets </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Here is where it really gets interesting. <strong><em>There’s a saying: three can keep a secret if two are dead.</em></strong> That basically means a shut mouth gathers no foot and everything you see or hear should not be broadcasted to a wider audience. Nobody likes a stool pigeon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1104} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Dont-Tell-1024x684.jpg\" alt=\"\" class=\"wp-image-1104\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Deodorant </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Underarm care is ‘muy importante’ and any cuts, lumps, bruises or openings in the skin determine that sharing roll-on or stick deodorant is a no-no. <strong><em>If your friends run out, introduce them to the joys and wonders of baking soda which works like a charm</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1106} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/deodorant-1024x992.jpg\" alt=\"\" class=\"wp-image-1106\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Make-up  </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Much like the deodorant, if it goes on your skin, it’s a personal effect. Many people have are fungal infections and untreated skin conditions that are spread by sharing make-up brushes so if you want to be a nice person, go buy your friend their own make-up kit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1108} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/make-up-1024x683.jpg\" alt=\"\" class=\"wp-image-1108\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Towel</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Why should you be cool swapping dead skin?</em></strong> If you are sleeping over and did not pack, reach for a large rag or even a t-shirt - preferably  preferably your own.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1111} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/towels-1024x682.jpg\" alt=\"\" class=\"wp-image-1111\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Your partner!  </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong><em>If you value your relationship, there will be no sharing</em></strong>. His/her ‘truck’ should be parked in your garage and not the street side. Your friends need not know those intimate details. Keep what you do with your partner to yourself, especially if their game is on point because sharing that info is a recipe for trouble.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1124} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/couple-holding-hands-1024x683.jpg\" alt=\"\" class=\"wp-image-1124\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the end of the day, ‘oversharing’ can become costly in so many ways. The only things that need to be dispensed freely are ideas and carpool duties. </p>\n<!-- /wp:paragraph -->','Seven items that should not be shared','','inherit','closed','closed','','1013-revision-v1','','','2019-07-31 14:08:20','2019-07-31 19:08:20','',1013,'https://buzz-caribbean.com/article/1013-revision-v1/',0,'revision','',0),(1126,14,'2019-07-31 14:14:13','2019-07-31 19:14:13','<!-- wp:image {\"id\":3170} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-toast-buzzgrab-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-3170\" /><figcaption>Fast-rising Reggae talent Koffee (Photo: YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Spanish Town\'s lyrical powerhouse Koffee returns to the BUZZ music charts this week, with an impressive re-entry of her breakout 2018 hit single Toast.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Toast returns to claim the number 10 spot and marks one of three re-entries this week – to include, TeeJay\'s <strong>Owna Lane</strong> and Lil Nas X\'s smash country banger <strong>Old Town Road</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to see who else made the cut in <strong>BUZZ\'s</strong> top ten charts this week? Check out our video below:  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/eNUuF_hxNYA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/eNUuF_hxNYA\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Top tracks listed are according to YouTube\'s weekly insights and cover the <strong>BUZZ</strong> charts for the week July 1 – July 8.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Join us next week same time, same place, as <strong>BUZZ</strong> keeps you abreast with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more!  </p>\n<!-- /wp:paragraph -->','Koffee, \'Toast\' return on BUZZ Music charts','','publish','closed','closed','','beat-dem-bad-returns-to-top-spot-on-buzz-youtube-charts','','','2019-08-14 15:15:30','2019-08-14 20:15:30','',0,'https://buzz-caribbean.com/?p=1126',0,'post','',0),(1127,14,'2019-07-31 14:09:07','2019-07-31 19:09:07','','squash-vybz-kartel_beat_dem_bad-1','','inherit','closed','closed','','squash-vybz-kartel_beat_dem_bad-1','','','2019-07-31 14:09:07','2019-07-31 19:09:07','',1126,'https://buzz-caribbean.com/app/uploads/2019/07/squash-vybz-kartel_beat_dem_bad-1.jpg',0,'attachment','image/jpeg',0),(1129,11,'2019-07-31 14:12:50','2019-07-31 19:12:50','<!-- wp:paragraph -->\n<p>Forget about ‘kumbaya’, free love and that sharing is caring. Human beings were meant to be social, but alas, we also need to be sanitary and the only things we should pass on from one person to the next is wisdom.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Indeed social media is not the only realm in which we often ‘overshare’, as when it comes to personal hygiene practices, common sense seems to go on vacation for some individuals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So we\'ve taken the liberty of sharing a short list of things it would be best to keep to yourself, both for your peace of mind as well as your personal health.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Underwear </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This heads the list, and believe it or not, some teens not only share clothes but underwear as well. <strong><em>This is a practice that should never be encouraged</em></strong>. The idea of being okay sitting in someone else’s bodily fluids boggles the mind. *Eeek*<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1090,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Underwear-1024x1024.jpg\" alt=\"\" class=\"wp-image-1090\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Toothbrush </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This is one of the capital cities for breeding germs and if someone has a dental history similar to dancehall artiste Gully Bop, you are in big trouble. Toothbrushes are inexpensive and readily available. So, <strong><em>let\'s scrap the communal oral hygiene</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1091} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/toothbrush-1024x683.jpg\" alt=\"\" class=\"wp-image-1091\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Secrets </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Here is where it really gets interesting. <strong><em>There’s a saying: three can keep a secret if two are dead.</em></strong> That basically means a shut mouth gathers no foot and everything you see or hear should not be broadcasted to a wider audience. Nobody likes a stool pigeon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1104} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Dont-Tell-1024x684.jpg\" alt=\"\" class=\"wp-image-1104\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Deodorant </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Underarm care is ‘muy importante’ and any cuts, lumps, bruises or openings in the skin determine that sharing roll-on or stick deodorant is a no-no. <strong><em>If your friends run out, introduce them to the joys and wonders of baking soda which works like a charm</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1106} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/deodorant-1024x992.jpg\" alt=\"\" class=\"wp-image-1106\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Make-up  </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Much like the deodorant, if it goes on your skin, it’s a personal effect. Many people have are fungal infections and untreated skin conditions that are spread by sharing make-up brushes so if you want to be a nice person, go buy your friend their own make-up kit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1108} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/make-up-1024x683.jpg\" alt=\"\" class=\"wp-image-1108\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Towel</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Why should you be cool swapping dead skin?</em></strong> If you are sleeping over and did not pack, reach for a large rag or even a t-shirt - preferably  preferably your own.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1111} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/towels-1024x682.jpg\" alt=\"\" class=\"wp-image-1111\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Your partner!  </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong><em>If you value your relationship, there will be no sharing</em></strong>. His/her ‘truck’ should be parked in your garage and not the street side. Your friends need not know those intimate details. Keep what you do with your partner to yourself, especially if their game is on point because sharing that info is a recipe for trouble.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1124} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/couple-holding-hands-1024x683.jpg\" alt=\"\" class=\"wp-image-1124\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the end of the day, ‘oversharing’ can become costly in so many ways. The only things that need to be dispensed freely are ideas and carpool duties. </p>\n<!-- /wp:paragraph -->','Sorry, can\'t share these 7 things','','inherit','closed','closed','','1013-revision-v1','','','2019-07-31 14:12:50','2019-07-31 19:12:50','',1013,'https://buzz-caribbean.com/article/1013-revision-v1/',0,'revision','',0),(1130,14,'2019-07-31 14:14:13','2019-07-31 19:14:13','<!-- wp:image {\"id\":1127} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/squash-vybz-kartel_beat_dem_bad-1-1024x576.jpg\" alt=\"\" class=\"wp-image-1127\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Squash and Vybz Kartel resume their reign at the summit of musical supremacy as the hit single ‘Beat Dem Bad’ dominates local YouTube streams this week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to see who else made the cut in <strong>BUZZ\'s</strong> top ten YouTube charts this week? Check out our video below:  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/eNUuF_hxNYA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/eNUuF_hxNYA\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Top tracks listed are according to YouTube\'s weekly insights and covers the <strong><em>BUZZ</em></strong> charts for the week July 1 – July 8.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Join us next week same time, same place, as <strong><em>BUZZ</em></strong> keeps you abreast with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more!  </p>\n<!-- /wp:paragraph -->','\'Beat Dem Bad\' returns to top spot on Buzz YouTube charts','','inherit','closed','closed','','1126-revision-v1','','','2019-07-31 14:14:13','2019-07-31 19:14:13','',1126,'https://buzz-caribbean.com/article/1126-revision-v1/',0,'revision','',0),(1131,11,'2019-07-31 14:14:17','2019-07-31 19:14:17','<!-- wp:paragraph -->\n<p>Forget about ‘kumbaya’, free love and that sharing is caring. Human beings were meant to be social, but alas, we also need to be sanitary and the only things we should pass on from one person to the next is wisdom.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Social media is not the only realm in which we often ‘overshare’, as when it comes to personal hygiene practices, common sense seems to go on vacation for some individuals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So we\'ve taken the liberty of sharing a short list of things it would be best to keep to yourself, both for your peace of mind as well as your personal health.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Underwear </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This heads the list, and believe it or not, some teens not only share clothes but underwear as well. <strong><em>This is a practice that should never be encouraged</em></strong>. The idea of being okay sitting in someone else’s bodily fluids boggles the mind. *Eeek*<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1090,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Underwear-1024x1024.jpg\" alt=\"\" class=\"wp-image-1090\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Toothbrush </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This is one of the capital cities for breeding germs and if someone has a dental history similar to dancehall artiste Gully Bop, you are in big trouble. Toothbrushes are inexpensive and readily available. So, <strong><em>let\'s scrap the communal oral hygiene</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1091} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/toothbrush-1024x683.jpg\" alt=\"\" class=\"wp-image-1091\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Secrets </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Here is where it really gets interesting. <strong><em>There’s a saying: three can keep a secret if two are dead.</em></strong> That basically means a shut mouth gathers no foot and everything you see or hear should not be broadcasted to a wider audience. Nobody likes a stool pigeon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1104} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Dont-Tell-1024x684.jpg\" alt=\"\" class=\"wp-image-1104\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Deodorant </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Underarm care is ‘muy importante’ and any cuts, lumps, bruises or openings in the skin determine that sharing roll-on or stick deodorant is a no-no. <strong><em>If your friends run out, introduce them to the joys and wonders of baking soda which works like a charm</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1106} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/deodorant-1024x992.jpg\" alt=\"\" class=\"wp-image-1106\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Make-up  </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Much like the deodorant, if it goes on your skin, it’s a personal effect. Many people have are fungal infections and untreated skin conditions that are spread by sharing make-up brushes so if you want to be a nice person, go buy your friend their own make-up kit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1108} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/make-up-1024x683.jpg\" alt=\"\" class=\"wp-image-1108\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Towel</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Why should you be cool swapping dead skin?</em></strong> If you are sleeping over and did not pack, reach for a large rag or even a t-shirt - preferably  preferably your own.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1111} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/towels-1024x682.jpg\" alt=\"\" class=\"wp-image-1111\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Your partner!  </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong><em>If you value your relationship, there will be no sharing</em></strong>. His/her ‘truck’ should be parked in your garage and not the street side. Your friends need not know those intimate details. Keep what you do with your partner to yourself, especially if their game is on point because sharing that info is a recipe for trouble.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1124} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/couple-holding-hands-1024x683.jpg\" alt=\"\" class=\"wp-image-1124\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the end of the day, ‘oversharing’ can become costly in so many ways. The only things that need to be dispensed freely are ideas and carpool duties. </p>\n<!-- /wp:paragraph -->','Sorry, can\'t share these 7 things','','inherit','closed','closed','','1013-revision-v1','','','2019-07-31 14:14:17','2019-07-31 19:14:17','',1013,'https://buzz-caribbean.com/article/1013-revision-v1/',0,'revision','',0),(1133,14,'2019-07-31 14:14:58','2019-07-31 19:14:58','<!-- wp:image {\"id\":1127} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/squash-vybz-kartel_beat_dem_bad-1-1024x576.jpg\" alt=\"\" class=\"wp-image-1127\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Squash and Vybz Kartel resume their reign at the summit of musical supremacy as the hit single ‘Beat Dem Bad’ dominates local YouTube streams this week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to see who else made the cut in <strong>BUZZ\'s</strong> top ten YouTube charts this week? Check out our video below:  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/eNUuF_hxNYA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/eNUuF_hxNYA\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Top tracks listed are according to YouTube\'s weekly insights and covers the <strong><em>BUZZ</em></strong> charts for the week July 1 – July 8.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Join us next week same time, same place, as <strong><em>BUZZ</em></strong> keeps you abreast with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more!  </p>\n<!-- /wp:paragraph -->','\'Beat Dem Bad\' returns to top spot on BUZZ YouTube charts','','inherit','closed','closed','','1126-revision-v1','','','2019-07-31 14:14:58','2019-07-31 19:14:58','',1126,'https://buzz-caribbean.com/article/1126-revision-v1/',0,'revision','',0),(1134,14,'2019-07-09 14:16:10','2019-07-09 19:16:10','<!-- wp:embed {\"url\":\"https://youtu.be/eNUuF_hxNYA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/eNUuF_hxNYA\n</div></figure>\n<!-- /wp:embed -->','BUZZ Top 10 music chart — July 9','','publish','closed','closed','','buzz-youtube-top-10-week-july-9','','','2019-09-11 10:52:36','2019-09-11 15:52:36','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=1134',0,'video','',0),(1136,11,'2019-07-31 14:17:48','2019-07-31 19:17:48','<!-- wp:paragraph -->\n<p>Forget about ‘kumbaya’, free love and that sharing is caring. Human beings were meant to be social, but alas, we also need to be sanitary and the only things we should pass on from one person to the next is wisdom.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Social media is not the only realm in which we often ‘overshare’, as when it comes to personal hygiene practices, common sense seems to go on vacation for some individuals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So we\'ve taken the liberty of sharing a short list of things it would be best to keep to yourself, both for your peace of mind as well as your personal health.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Underwear </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This heads the list, and believe it or not, some teens not only share clothes but underwear as well. <strong><em>This is a practice that should never be encouraged</em></strong>. The idea of being okay sitting in someone else’s bodily fluids boggles the mind. *Eeek*<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1090,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Underwear-1024x1024.jpg\" alt=\"\" class=\"wp-image-1090\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Toothbrush </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This is one of the capital cities for breeding germs and if someone has a dental history similar to dancehall artiste Gully Bop, you are in big trouble. Toothbrushes are inexpensive and readily available. So, <strong><em>let\'s scrap the communal oral hygiene</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1091} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/toothbrush-1024x683.jpg\" alt=\"\" class=\"wp-image-1091\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Secrets </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Here is where it really gets interesting. <strong><em>There’s a saying: three can keep a secret if two are dead.</em></strong> That basically means a shut mouth gathers no foot and everything you see or hear should not be broadcasted to a wider audience. Nobody likes a stool pigeon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1104} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Dont-Tell-1024x684.jpg\" alt=\"\" class=\"wp-image-1104\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Deodorant </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Underarm care is ‘muy importante’ and any cuts, lumps, bruises or openings in the skin determine that sharing roll-on or stick deodorant is a no-no. <strong><em>If your friends run out, introduce them to the joys and wonders of baking soda which works like a charm</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1106} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/deodorant-1024x992.jpg\" alt=\"\" class=\"wp-image-1106\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Make-up  </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Much like the deodorant, if it goes on your skin, it’s a personal effect. Many people have fungal infections and untreated skin conditions that are spread by sharing make-up brushes so if you want to be a nice person, go buy your friend their own make-up kit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1108} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/make-up-1024x683.jpg\" alt=\"\" class=\"wp-image-1108\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Towel</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Why should you be cool swapping dead skin?</em></strong> If you are sleeping over and did not pack, reach for a large rag or even a t-shirt - preferably  preferably your own.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1111} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/towels-1024x682.jpg\" alt=\"\" class=\"wp-image-1111\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Your partner!  </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong><em>If you value your relationship, there will be no sharing</em></strong>. His/her ‘truck’ should be parked in your garage and not the street side. Your friends need not know those intimate details. Keep what you do with your partner to yourself, especially if their game is on point because sharing that info is a recipe for trouble.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1124} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/couple-holding-hands-1024x683.jpg\" alt=\"\" class=\"wp-image-1124\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the end of the day, ‘oversharing’ can become costly in so many ways. The only things that need to be dispensed freely are ideas and carpool duties. </p>\n<!-- /wp:paragraph -->','Sorry, can\'t share these 7 things','','inherit','closed','closed','','1013-revision-v1','','','2019-07-31 14:17:48','2019-07-31 19:17:48','',1013,'https://buzz-caribbean.com/article/1013-revision-v1/',0,'revision','',0),(1138,14,'2019-07-31 14:18:51','2019-07-31 19:18:51','<!-- wp:image {\"id\":1127} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/squash-vybz-kartel_beat_dem_bad-1-1024x576.jpg\" alt=\"\" class=\"wp-image-1127\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Squash and Vybz Kartel resume their reign at the summit of musical supremacy as the hit single ‘Beat Dem Bad’ dominates local YouTube streams this week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to see who else made the cut in <strong>BUZZ\'s</strong> top ten YouTube charts this week? Check out our video below:  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/eNUuF_hxNYA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/eNUuF_hxNYA\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Top tracks listed are according to YouTube\'s weekly insights and covers the <strong><em>BUZZ</em></strong> charts for the week July 1 – July 8.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Join us next week same time, same place, as&nbsp;<strong><em>BUZZ</em></strong>&nbsp;keeps you abreast with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more!  </p>\n<!-- /wp:paragraph -->','\'Beat Dem Bad\' returns to top spot on BUZZ YouTube charts','','inherit','closed','closed','','1126-revision-v1','','','2019-07-31 14:18:51','2019-07-31 19:18:51','',1126,'https://buzz-caribbean.com/article/1126-revision-v1/',0,'revision','',0),(1139,14,'2019-07-31 14:33:39','2019-07-31 19:33:39','<!-- wp:image {\"id\":3159} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jahvillani-buzzgrab-demo-1024x579.jpg\" alt=\"\" class=\"wp-image-3159\" /><figcaption>Jahvillani cruising on the set of his <strong>Clarks Pon Foot</strong> music video (Photo: YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jahvillani is loudly turning heads and gaining attention from Dancehall fans as the St. Ann deejay and his infectious <strong>‘Clarks Pon Foot’</strong> single stepped into the number one position on local YouTube charts this week. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See who else made the <strong>BUZZ</strong> top ten music charts this week in our video below: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/mRANCaATcvg\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/mRANCaATcvg\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Top tracks listed are according to YouTube\'s weekly insights and covers the <strong>BUZZ</strong> charts for week June 24 – July 1. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Join us next week same time, same place, as <strong>BUZZ</strong> keeps you abreast with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more! </p>\n<!-- /wp:paragraph -->','Jahvillani, \'Clarks Pon Foot\' march to no. 1 spot on YouTube','','publish','closed','closed','','jahvillani-clarks-pon-foot-march-to-no-1-spot-on-youtube','','','2019-08-14 15:14:54','2019-08-14 20:14:54','',0,'https://buzz-caribbean.com/?p=1139',0,'post','',0),(1141,14,'2019-07-31 14:20:16','2019-07-31 19:20:16','','jahvillani-clarks_pon_foot_buzzgrab','','inherit','closed','closed','','jahvillani-clarks_pon_foot_buzzgrab','','','2019-07-31 14:20:16','2019-07-31 19:20:16','',1139,'https://buzz-caribbean.com/app/uploads/2019/07/jahvillani-clarks_pon_foot_buzzgrab.jpg',0,'attachment','image/jpeg',0),(1142,11,'2019-07-31 14:20:24','2019-07-31 19:20:24','<!-- wp:paragraph -->\n<p>Forget about ‘kumbaya’, free love and that sharing is caring. Human beings were meant to be social, but alas, we also need to be sanitary and the only things we should pass on from one person to the next is wisdom.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Social media is not the only realm in which we often ‘overshare’, as when it comes to personal hygiene practices, common sense seems to go on vacation for some individuals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So we\'ve taken the liberty of sharing a short list of things it would be best to keep to yourself, both for your peace of mind as well as your personal health.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Underwear </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This heads the list, and believe it or not, some teens not only share clothes but underwear as well. <strong><em>This is a practice that should never be encouraged</em></strong>. The idea of being okay sitting in someone else’s bodily fluids boggles the mind. *Eeek*<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1090,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Underwear-1024x1024.jpg\" alt=\"\" class=\"wp-image-1090\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Toothbrush </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This is one of the capital cities for breeding germs and if someone has a dental history similar to dancehall artiste Gully Bop, you are in big trouble. Toothbrushes are inexpensive and readily available. So, <strong><em>let\'s scrap the communal oral hygiene</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1091} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/toothbrush-1024x683.jpg\" alt=\"\" class=\"wp-image-1091\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Secrets </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Here is where it really gets interesting. <strong><em>There’s a saying: three can keep a secret if two are dead.</em></strong> That basically means a shut mouth gathers no foot and everything you see or hear should not be broadcasted to a wider audience. Nobody likes a stool pigeon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1104} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Dont-Tell-1024x684.jpg\" alt=\"\" class=\"wp-image-1104\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Deodorant </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Underarm care is ‘muy importante’ and any cuts, lumps, bruises or openings in the skin determine that sharing roll-on or stick deodorant is a no-no. <strong><em>If your friends run out, introduce them to the joys and wonders of baking soda which works like a charm</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1106} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/deodorant-1024x992.jpg\" alt=\"\" class=\"wp-image-1106\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Make-up  </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Much like the deodorant, if it goes on your skin, it’s a personal effect. Many people have fungal infections and untreated skin conditions that are spread by sharing make-up brushes. Hey, you can also be a nice person and just buy your friend their own make-up kit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1108} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/make-up-1024x683.jpg\" alt=\"\" class=\"wp-image-1108\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Towel</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Why should you be cool swapping dead skin?</em></strong> If you are sleeping over and did not pack, reach for a large rag or even a t-shirt - preferably your own.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1111} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/towels-1024x682.jpg\" alt=\"\" class=\"wp-image-1111\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Your partner!  </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong><em>If you value your relationship, there will be no sharing</em></strong>. His/her ‘truck’ should be parked in your garage and not the street side. Your friends need not know those intimate details. Keep what you do with your partner to yourself, especially if their game is on point because sharing that info is a recipe for trouble.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1124} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/couple-holding-hands-1024x683.jpg\" alt=\"\" class=\"wp-image-1124\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the end of the day, ‘oversharing’ can become costly in so many ways. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The only things that need to be dispensed freely are ideas and carpool duties. </p>\n<!-- /wp:paragraph -->','Sorry, can\'t share these 7 things','','inherit','closed','closed','','1013-revision-v1','','','2019-07-31 14:20:24','2019-07-31 19:20:24','',1013,'https://buzz-caribbean.com/article/1013-revision-v1/',0,'revision','',0),(1145,14,'2019-07-31 14:33:39','2019-07-31 19:33:39','<!-- wp:image {\"id\":1141} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jahvillani-clarks_pon_foot_buzzgrab-1024x576.jpg\" alt=\"\" class=\"wp-image-1141\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jahvillani is loudly turning heads and gaining attention from Dancehall fans as the St. Ann deejay and his infectious ‘Clarks Pon Foot’ single stepped into the number one position on local YouTube charts this week. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See who else made the <strong><em>BUZZ</em></strong> top ten YouTube charts this week in our video below: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/mRANCaATcvg\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/mRANCaATcvg\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Top tracks listed are according to YouTube\'s weekly insights and covers the <strong><em>Buzz</em></strong> charts for week June 24 – July 1. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Join us next week same time, same place, as <strong><em>Buzz</em></strong> keeps you abreast with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more! </p>\n<!-- /wp:paragraph -->','Jahvillani, \'Clarks Pon Foot\' march to no. 1 spot on YouTube','','inherit','closed','closed','','1139-revision-v1','','','2019-07-31 14:33:39','2019-07-31 19:33:39','',1139,'https://buzz-caribbean.com/article/1139-revision-v1/',0,'revision','',0),(1148,14,'2019-07-02 14:38:13','2019-07-02 19:38:13','<!-- wp:embed {\"url\":\"https://youtu.be/mRANCaATcvg\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/mRANCaATcvg\n</div></figure>\n<!-- /wp:embed -->','BUZZ Top 10 music chart — July 2','','publish','closed','closed','','buzz-top-10-music-charts-week-july-2','','','2019-09-11 10:48:37','2019-09-11 15:48:37','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=1148',0,'video','',0),(1149,14,'2019-07-31 14:41:59','2019-07-31 19:41:59','','Beat Dem Bad Artwork Buzz','','inherit','closed','closed','','beat-dem-bad-artwork-buzz','','','2019-07-31 14:41:59','2019-07-31 19:41:59','',1126,'https://buzz-caribbean.com/app/uploads/2019/07/beat-dem-bad-artwork-buzz.jpg',0,'attachment','image/jpeg',0),(1150,14,'2019-07-31 14:42:50','2019-07-31 19:42:50','<!-- wp:image {\"id\":1149} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/beat-dem-bad-artwork-buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-1149\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Squash and Vybz Kartel resume their reign at the summit of musical supremacy as the hit single ‘Beat Dem Bad’ dominates local YouTube streams this week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to see who else made the cut in <strong>BUZZ\'s</strong> top ten YouTube charts this week? Check out our video below:  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/eNUuF_hxNYA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/eNUuF_hxNYA\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Top tracks listed are according to YouTube\'s weekly insights and covers the <strong><em>BUZZ</em></strong> charts for the week July 1 – July 8.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Join us next week same time, same place, as&nbsp;<strong><em>BUZZ</em></strong>&nbsp;keeps you abreast with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more!  </p>\n<!-- /wp:paragraph -->','\'Beat Dem Bad\' returns to top spot on BUZZ YouTube charts','','inherit','closed','closed','','1126-revision-v1','','','2019-07-31 14:42:50','2019-07-31 19:42:50','',1126,'https://buzz-caribbean.com/article/1126-revision-v1/',0,'revision','',0),(1151,14,'2019-07-31 14:48:57','2019-07-31 19:48:57','<!-- wp:image {\"id\":1153} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/beat-dem-bad-artwork-buzz-2-1024x604.png\" alt=\"\" class=\"wp-image-1153\" /><figcaption>6ixx boss Squash, in <strong>Beat Dem Bad</strong> (Photo: YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Squash and Vybz Kartel have officially signalled their intent to claim the coveted \'Song of the Summer\' title, as a scorching collaboration, ‘Beat Dem Bad’ makes an impressive debut atop YouTube steams in Jamaica this week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Check out who else made the <strong>BUZZ</strong> top ten charts this week in our video below:  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/lphCSTsLNQc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/lphCSTsLNQc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Top tracks listed are according to YouTube\'s weekly insights and covers the <strong>BUZZ</strong> charts for the week June 17 – June 24. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Join us next week same time, same place, as <strong>BUZZ</strong> keeps you abreast with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more! </p>\n<!-- /wp:paragraph -->','BUZZ Music: Squash dominates local streams with \'Beat Dem Bad\'','','publish','closed','closed','','buzz-music-vybz-kartel-squash-dominate-local-streams-with-beat-dem-bad','','','2019-08-14 15:13:28','2019-08-14 20:13:28','',0,'https://buzz-caribbean.com/?p=1151',0,'post','',0),(1153,14,'2019-07-31 14:45:35','2019-07-31 19:45:35','','beat-dem-bad-artwork-buzz-2','','inherit','closed','closed','','beat-dem-bad-artwork-buzz-2','','','2019-07-31 14:45:35','2019-07-31 19:45:35','',1151,'https://buzz-caribbean.com/app/uploads/2019/07/beat-dem-bad-artwork-buzz-2.png',0,'attachment','image/png',0),(1155,14,'2019-07-31 14:48:57','2019-07-31 19:48:57','<!-- wp:image {\"id\":1153} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/beat-dem-bad-artwork-buzz-2-1024x604.png\" alt=\"\" class=\"wp-image-1153\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Squash and Vybz Kartel have officially signalled their intent to claim the coveted \'Song of the Summer\' title, as a scorching collaboration, ‘Beat Dem Bad’ makes an impressive debut atop YouTube steams in Jamaica this week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Check out who else made the <strong><em>BUZZ</em></strong> top ten charts this week in our video below:  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/lphCSTsLNQc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/lphCSTsLNQc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Top tracks listed are according to YouTube\'s weekly insights and covers the <strong><em>BUZZ</em></strong> charts for the week June 17 – June 24. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Join us next week same time, same place, as <strong><em>Buzz</em></strong> keeps you abreast with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more! </p>\n<!-- /wp:paragraph -->','BUZZ music: Vybz Kartel, Squash dominate local streams with \'Beat Dem Bad\'','','inherit','closed','closed','','1151-revision-v1','','','2019-07-31 14:48:57','2019-07-31 19:48:57','',1151,'https://buzz-caribbean.com/article/1151-revision-v1/',0,'revision','',0),(1156,14,'2019-06-25 14:50:57','2019-06-25 19:50:57','<!-- wp:embed {\"url\":\"https://youtu.be/lphCSTsLNQc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/lphCSTsLNQc\n</div></figure>\n<!-- /wp:embed -->','BUZZ Top 10 music chart — June 25','','publish','closed','closed','','buzz-top-10-music-charts-week-june-25','','','2019-09-11 10:49:57','2019-09-11 15:49:57','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=1156',0,'video','',0),(1157,9,'2019-07-31 14:51:12','2019-07-31 19:51:12','<!-- wp:paragraph -->\n<p>For years, the north coast has been front and centre of Jamaica\'s tourism offerings. However, Travis Graham believed that Kingston was being left out of the mix despite being rich in culture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1107} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190731-WA0009-1024x768.jpg\" alt=\"\" class=\"wp-image-1107\" /><figcaption>These revellers made use of the special events package offered by Kingston Culture Tours when they visited Jamaica in April. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, while he was doing his master’s degree in Communication for Social and Behavioural Change, he came up with the grand idea of showcasing some of the best spots in the Corporate Area via a company he would eventually call Kingston Culture Tours JA. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I realised that Kingston is a niche market that was wasn’t\ngetting enough justice from the tourism entities. I saw a void that I could\nstart something to fill. We definitely have a mission to increase visitor arrivals\nto Kingston and to enhance its destination image,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1109} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190731-WA0007-576x1024.jpg\" alt=\"\" class=\"wp-image-1109\" /><figcaption>Travis Graham, the co-founder of Kingston Culture Tours JA, hangs out with American rapper Safaree when he participated in one of the tours. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Graham, who is the co-founder of Kingston Culture Tours JA, told BUZZ that since starting the venture in 2017, he has hosted numerous tourists from Europe, Asia and the United States. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We definitely have a mission to increase visitor arrivals to Kingston and to enhance its destination image.\" </p><cite>- Travis Graham</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The company offers three main tours – Blue Mountain Eco Tour, Kingston Culture Tour and the Port Royal Heritage Tour. Each tour lasts for about six hours and makes two attraction stops, as well as a food stop. A night tour is also done where visitors attend the Kingston Dub Club, and the company also offers special event vacation packages that host guests attending Carnival In Jamaica and the Bob Marley birthday celebrations. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1110} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190731-WA0006-1024x576.jpg\" alt=\"\" class=\"wp-image-1110\" /><figcaption>These Kingston Culture Tours JA guests were all smiles beside the statue of Bob Marley that is located close to the National Stadium in Kingston. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In his quest to market Kingston as a destination that is packed with experiences, Graham said that many visitors are amazed by how much they can do while on the tours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The reception has been great. People are surprised by how\nmuch there is to do in Kingston. People love the knowledge,” Graham. </p>\n<!-- /wp:paragraph -->','Kingston tour fills tourism void','','inherit','closed','closed','','1105-revision-v1','','','2019-07-31 14:51:12','2019-07-31 19:51:12','',1105,'https://buzz-caribbean.com/article/1105-revision-v1/',0,'revision','',0),(1158,9,'2019-07-31 14:52:57','2019-07-31 19:52:57','<!-- wp:paragraph -->\n<p>For years, the north coast has been front and centre of Jamaica\'s tourism offerings. However, Travis Graham believed that Kingston was being left out of the mix despite being rich in culture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1107} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190731-WA0009-1024x768.jpg\" alt=\"\" class=\"wp-image-1107\" /><figcaption>These revellers made use of the special events package offered by Kingston Culture Tours when they visited Jamaica in April. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, while he was doing his master’s degree in Communication for Social and Behavioural Change, he came up with the grand idea of showcasing some of the best spots in the Corporate Area via a company he would eventually call Kingston Culture Tours JA. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I realised that Kingston is a niche market that was wasn’t\ngetting enough justice from the tourism entities. I saw a void that I could\nstart something to fill. We definitely have a mission to increase visitor arrivals\nto Kingston and to enhance its destination image,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1109} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190731-WA0007-576x1024.jpg\" alt=\"\" class=\"wp-image-1109\" /><figcaption>Travis Graham, the co-founder of Kingston Culture Tours JA, hangs out with American rapper Safaree when he participated in one of the tours. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Graham, who is the co-founder of Kingston Culture Tours JA, told BUZZ that since starting the venture in 2017, he has hosted numerous tourists from Europe, Asia and the United States. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We definitely have a mission to increase visitor arrivals to Kingston and to enhance its destination image.\" </p><cite>- Travis Graham</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The company offers three main tours – Blue Mountain Eco Tour, Kingston Culture Tour and the Port Royal Heritage Tour. Each tour lasts for about six hours and makes two attraction stops, as well as a food stop. A night tour is also done where visitors attend the Kingston Dub Club, and the company also offers special events vacation packages that host guests attending Carnival In Jamaica and the Bob Marley birthday celebrations. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1110} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190731-WA0006-1024x576.jpg\" alt=\"\" class=\"wp-image-1110\" /><figcaption>These Kingston Culture Tours JA guests were all smiles beside the statue of Bob Marley that is located close to the National Stadium in Kingston. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In his quest to market Kingston as a destination that is packed with experiences, Graham said that many visitors are amazed by how much they can do while on the tours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The reception has been great. People are surprised by how\nmuch there is to do in Kingston. People love the knowledge,” Graham. </p>\n<!-- /wp:paragraph -->','Kingston tour fills tourism void','','inherit','closed','closed','','1105-revision-v1','','','2019-07-31 14:52:57','2019-07-31 19:52:57','',1105,'https://buzz-caribbean.com/article/1105-revision-v1/',0,'revision','',0),(1159,14,'2019-07-31 14:56:02','2019-07-31 19:56:02','<!-- wp:image {\"id\":1149} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/beat-dem-bad-artwork-buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-1149\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Squash and Vybz Kartel resume their reign at the summit of musical supremacy as the hit single ‘Beat Dem Bad’ dominates local YouTube streams this week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to see who else made the cut in <strong>BUZZ\'s</strong> top ten YouTube charts this week? Check out our video below:  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/eNUuF_hxNYA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/eNUuF_hxNYA\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Top tracks listed are according to YouTube\'s weekly insights and covers the <strong><em>BUZZ</em></strong> charts for the week July 1 – July 8.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Join us next week same time, same place, as&nbsp;<strong><em>BUZZ</em></strong>&nbsp;keeps you abreast with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more!  </p>\n<!-- /wp:paragraph -->','\'Beat Dem Bad\' returns to top spot on BUZZ music charts','','inherit','closed','closed','','1126-revision-v1','','','2019-07-31 14:56:02','2019-07-31 19:56:02','',1126,'https://buzz-caribbean.com/article/1126-revision-v1/',0,'revision','',0),(1160,14,'2019-07-31 14:56:57','2019-07-31 19:56:57','<!-- wp:image {\"id\":1122} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/squash-vybz-kartel_beat_dem_bad-1024x576.jpg\" alt=\"\" class=\"wp-image-1122\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dancehall giants Vybz Kartel and Squash stand uncontested atop the local YouTube scene as their smash hit single ‘Beat Dem Bad’ marks a third week as the number one song in Jamaica.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See who else made the <strong><em>BUZZ</em></strong> top ten YouTube charts this week in our video below: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/ZP8GQYZIUT4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/ZP8GQYZIUT4\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p> Top tracks listed are according to YouTube\'s weekly insights and covers the <em><strong>Buzz</strong></em> charts for week July 8 – July 15. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Join us next week same time, same place, as&nbsp;<strong><em>BUZZ</em></strong>&nbsp;keeps you abreast with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more! </p>\n<!-- /wp:paragraph -->','Vybz Kartel, Squash make \'three-peat\' on BUZZ music charts','','inherit','closed','closed','','1117-revision-v1','','','2019-07-31 14:56:57','2019-07-31 19:56:57','',1117,'https://buzz-caribbean.com/article/1117-revision-v1/',0,'revision','',0),(1162,21,'2019-08-13 16:15:34','2019-08-13 21:15:34','<!-- wp:paragraph -->\n<p>Coming out of the patriotic fervour of our ‘emancipendence’ season, naturally, we are still seething with national pride.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While we\'re still donning our black, green and gold, let\'s look at all the reasons we love this little piece of the rock we call ‘Jah-Mek-Yah’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1188,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Jamaican-suck-suck.jpg\" alt=\"\" class=\"wp-image-1188\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some things evoke those nostalgic feelings that allow us to reconnect with our culture in ways that remind us, that despite our many challenges <strong><em>‘the land is green and the sun still shineth”</em></strong><em>.</em><strong><em> </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, let\'s see just how ‘Jamaican’ you are...(or for our international friends, if you qualify for a <strong><em>\"Yardie Pass\"</em></strong>)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1190} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Share-A-Patty-1024x658.jpg\" alt=\"\" class=\"wp-image-1190\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You’re not a real ‘yardie’ if you\'ve never...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Played marble or ‘lastic’</li><li>Called someone of Chinese descent ‘Missa Chin’ </li><li>Pulled a loose tooth by tying a string to a doorknob and&nbsp;yanking it</li><li>‘Bade’ (bathe) a river</li><li>Run a boat (<em>A community pot-luck</em>)</li><li>Cuss some choice Jamaican <em>claat</em> or <em>bad wud</em> (expletives)!</li><li>Fly a kite during Easter</li><li>Played dandy-shandy as a child - or even as an adult! </li><li>Used a wire hanger to make an antenna for the TV</li><li>Went to a nine-night!</li><li>Went to a street-dance </li><li>Rubbed Vaseline on a burn as a child</li><li>Thrown your newly dislodged tooth on the housetop </li><li>Told or listened to a duppy story</li><li>Had an encounter wid a duppy!</li><li>For our ladies - worn ‘chiney bump’ after getting your hair washed</li><li>‘Bade’ in a pan</li><li>Ate a sky juice (snowcone with a <em>\"Yardie twist\"</em>)</li><li>Ate a ‘suck-suck’, kisko or King Kong</li><li>Wrapped your school books with either newspaper or brown paper bag</li><li>Stolen a piece of meat from your mother’s/granny\'s pot</li><li>Shared a patty with a friend</li><li>Boom (jumped) a fence</li><li>Played ‘las lick’ with your friends after school</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":1187} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Dandy-Shandy-1.jpg\" alt=\"\" class=\"wp-image-1187\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>How many did you cover on the list?</em></p>\n<!-- /wp:paragraph -->','You’re not a real Jamaican if...','','publish','open','closed','','youre-not-a-real-jamaican-if','','','2019-08-15 12:13:30','2019-08-15 17:13:30','',0,'https://buzz-caribbean.com/?p=1162',0,'post','',0),(1163,14,'2019-07-31 15:04:11','2019-07-31 20:04:11','<!-- wp:image {\"id\":1153} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/beat-dem-bad-artwork-buzz-2-1024x604.png\" alt=\"\" class=\"wp-image-1153\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Squash and Vybz Kartel have officially signalled their intent to claim the coveted \'Song of the Summer\' title, as a scorching collaboration, ‘Beat Dem Bad’ makes an impressive debut atop YouTube steams in Jamaica this week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Check out who else made the <strong><em>BUZZ</em></strong> top ten charts this week in our video below:  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/lphCSTsLNQc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/lphCSTsLNQc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Top tracks listed are according to YouTube\'s weekly insights and covers the <strong><em>BUZZ</em></strong> charts for the week June 17 – June 24. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Join us next week same time, same place, as&nbsp;<strong><em>Buzz</em></strong>&nbsp;keeps you abreast with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more! </p>\n<!-- /wp:paragraph -->','BUZZ Music: Vybz Kartel, Squash dominate local streams with \'Beat Dem Bad\'','','inherit','closed','closed','','1151-revision-v1','','','2019-07-31 15:04:11','2019-07-31 20:04:11','',1151,'https://buzz-caribbean.com/article/1151-revision-v1/',0,'revision','',0),(1164,14,'2019-07-31 15:08:17','2019-07-31 20:08:17','<!-- wp:image {\"id\":1141} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jahvillani-clarks_pon_foot_buzzgrab-1024x576.jpg\" alt=\"\" class=\"wp-image-1141\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jahvillani is loudly turning heads and gaining attention from Dancehall fans as the St. Ann deejay and his infectious ‘Clarks Pon Foot’ single stepped into the number one position on local YouTube charts this week. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See who else made the <strong><em>BUZZ</em></strong> top ten YouTube charts this week in our video below: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/mRANCaATcvg\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/mRANCaATcvg\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Top tracks listed are according to YouTube\'s weekly insights and covers the <strong><em>Buzz</em></strong> charts for week June 24 – July 1. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Join us next week same time, same place, as&nbsp;<strong><em>Buzz</em></strong>&nbsp;keeps you abreast with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more! </p>\n<!-- /wp:paragraph -->','Jahvillani, \'Clarks Pon Foot\' march to no. 1 spot on YouTube','','inherit','closed','closed','','1139-revision-v1','','','2019-07-31 15:08:17','2019-07-31 20:08:17','',1139,'https://buzz-caribbean.com/article/1139-revision-v1/',0,'revision','',0),(1165,14,'2019-07-31 15:09:25','2019-07-31 20:09:25','<!-- wp:image {\"id\":1141} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jahvillani-clarks_pon_foot_buzzgrab-1024x576.jpg\" alt=\"\" class=\"wp-image-1141\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jahvillani is loudly turning heads and gaining attention from Dancehall fans as the St. Ann deejay and his infectious <strong>‘Clarks Pon Foot’</strong> single stepped into the number one position on local YouTube charts this week. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See who else made the <strong><em>BUZZ</em></strong> top ten music charts this week in our video below: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/mRANCaATcvg\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/mRANCaATcvg\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Top tracks listed are according to YouTube\'s weekly insights and covers the <strong><em>BUZZ</em></strong> charts for week June 24 – July 1. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Join us next week same time, same place, as <strong><em>BUZZ</em></strong> keeps you abreast with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more! </p>\n<!-- /wp:paragraph -->','Jahvillani, \'Clarks Pon Foot\' march to no. 1 spot on YouTube','','inherit','closed','closed','','1139-revision-v1','','','2019-07-31 15:09:25','2019-07-31 20:09:25','',1139,'https://buzz-caribbean.com/article/1139-revision-v1/',0,'revision','',0),(1166,11,'2019-07-31 15:13:33','2019-07-31 20:13:33','','Jelly-Coconut','','inherit','closed','closed','','jelly-coconut','','','2019-07-31 15:13:33','2019-07-31 20:13:33','',1162,'https://buzz-caribbean.com/app/uploads/2019/07/Jelly-Coconut.jpg',0,'attachment','image/jpeg',0),(1167,14,'2019-07-31 15:14:51','2019-07-31 20:14:51','<!-- wp:image {\"id\":1149} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/beat-dem-bad-artwork-buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-1149\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Squash and Vybz Kartel resume their reign at the summit of musical supremacy as the hit single ‘Beat Dem Bad’ dominates local YouTube streams this week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to see who else made the cut in <strong>BUZZ\'s</strong> top ten charts this week? Check out our video below:  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/eNUuF_hxNYA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/eNUuF_hxNYA\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Top tracks listed are according to YouTube\'s weekly insights and cover the <strong><em>BUZZ</em></strong> charts for the week July 1 – July 8.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Join us next week same time, same place, as&nbsp;<strong><em>BUZZ</em></strong>&nbsp;keeps you abreast with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more!  </p>\n<!-- /wp:paragraph -->','\'Beat Dem Bad\' returns to top spot on BUZZ Music charts','','inherit','closed','closed','','1126-revision-v1','','','2019-07-31 15:14:51','2019-07-31 20:14:51','',1126,'https://buzz-caribbean.com/article/1126-revision-v1/',0,'revision','',0),(1168,4,'2019-07-31 15:21:02','2019-07-31 20:21:02','','cortez-basic-mens-shoe-M','','inherit','closed','closed','','cortez-basic-mens-shoe-m','','','2019-07-31 15:21:02','2019-07-31 20:21:02','',984,'https://buzz-caribbean.com/app/uploads/2019/07/cortez-basic-mens-shoe-M.jpg',0,'attachment','image/jpeg',0),(1169,4,'2019-07-31 15:21:44','2019-07-31 20:21:44','','cortez-72-sd-mens-shoe-DGrZWN','','inherit','closed','closed','','cortez-72-sd-mens-shoe-dgrzwn','','','2019-07-31 15:21:44','2019-07-31 20:21:44','',984,'https://buzz-caribbean.com/app/uploads/2019/07/cortez-72-sd-mens-shoe-DGrZWN.jpg',0,'attachment','image/jpeg',0),(1170,4,'2019-07-31 15:21:48','2019-07-31 20:21:48','<!-- wp:paragraph -->\n<p>The Nike Classic Cortez is all the rage this summer, as the old-school trainer takes centre stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Released way back in the early 70s, the Cortez was Nike’s original running shoe. Its clean and simple lines made it stand out and over the years it has become a classic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1168} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/cortez-basic-mens-shoe-M.jpg\" alt=\"\" class=\"wp-image-1168\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This sneaker has been updated for 2019, coming in even lighter despite the use of premium leather. This time around, Nike has ensured the Cortez is well cushioned so there is less impact on your feet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This iconic shoe has most definitely become a lifestyle statement with its distinctive slim swoosh logo and herringbone-patterned soles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1169} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/cortez-72-sd-mens-shoe-DGrZWN-1024x672.jpg\" alt=\"\" class=\"wp-image-1169\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Favoured by rapper Kendrick Lamar, the Cortez made an appearance at Paris Fashion Week last year. In fact, Forrest Gump ran across America in a pair of Nike Cortez!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Funky yet sporty, the Cortez now comes in a variety of colours including “ Active Fuchsia”, “Floral Pack”, “ Topaz Gold” black and even iridescent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This timeless classic still looks fresh and the original red, white and blue Nike Cortez is still kickin’ it!<br><br></p>\n<!-- /wp:paragraph -->','Nike Cortez: Don’t call it a comeback','','inherit','closed','closed','','984-revision-v1','','','2019-07-31 15:21:48','2019-07-31 20:21:48','',984,'https://buzz-caribbean.com/article/984-revision-v1/',0,'revision','',0),(1171,4,'2019-07-31 15:24:28','2019-07-31 20:24:28','','cortez-basic-shoe-345sdw','','inherit','closed','closed','','cortez-basic-shoe-345sdw','','','2019-07-31 15:24:28','2019-07-31 20:24:28','',984,'https://buzz-caribbean.com/app/uploads/2019/07/cortez-basic-shoe-345sdw.jpg',0,'attachment','image/jpeg',0),(1172,4,'2019-07-31 15:25:10','2019-07-31 20:25:10','<!-- wp:paragraph -->\n<p>The Nike Classic Cortez is all the rage this summer, as the old-school trainer takes centre stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Released way back in the early 70s, the Cortez was Nike’s original running shoe. Its clean and simple lines made it stand out and over the years it has become a classic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1168} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/cortez-basic-mens-shoe-M.jpg\" alt=\"\" class=\"wp-image-1168\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This sneaker has been updated for 2019, coming in even lighter despite the use of premium leather. This time around, Nike has ensured the Cortez is well cushioned so there is less impact on your feet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This iconic shoe has most definitely become a lifestyle statement with its distinctive slim swoosh logo and herringbone-patterned soles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1169} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/cortez-72-sd-mens-shoe-DGrZWN-1024x672.jpg\" alt=\"\" class=\"wp-image-1169\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Favoured by rapper Kendrick Lamar, the Cortez made an appearance at Paris Fashion Week last year. In fact, Forrest Gump ran across America in a pair of Nike Cortez!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Funky yet sporty, the Cortez now comes in a variety of colours including “ Active Fuchsia”, “Floral Pack”, “ Topaz Gold” black and even iridescent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1171} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/cortez-basic-shoe-345sdw.jpg\" alt=\"\" class=\"wp-image-1171\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This timeless classic still looks fresh and the original red, white and blue Nike Cortez is still kickin’ it!<br><br></p>\n<!-- /wp:paragraph -->','Nike Cortez: Don’t call it a comeback','','inherit','closed','closed','','984-revision-v1','','','2019-07-31 15:25:10','2019-07-31 20:25:10','',984,'https://buzz-caribbean.com/article/984-revision-v1/',0,'revision','',0),(1174,4,'2019-07-31 15:41:55','2019-07-31 20:41:55','<!-- wp:paragraph -->\n<p>The Nike Classic Cortez is all the rage this summer, as the old-school trainer takes centre stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Released way back in the early 70s, the Cortez was Nike’s original running shoe. Its clean and simple lines made it stand out and over the years it has become a classic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1168} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/cortez-basic-mens-shoe-M.jpg\" alt=\"\" class=\"wp-image-1168\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This sneaker has been updated for 2019, coming in even lighter despite the use of premium leather. This time around, Nike has ensured the Cortez is well cushioned so there is less impact on your feet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This iconic shoe has most definitely become a lifestyle statement with its distinctive slim swoosh logo and herringbone-patterned soles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1169} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/cortez-72-sd-mens-shoe-DGrZWN-1024x672.jpg\" alt=\"\" class=\"wp-image-1169\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Favoured by rapper Kendrick Lamar, the Cortez made an appearance at Paris Fashion Week last year. In fact, Forrest Gump ran across America in a pair of Nike Cortez!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:custom-blocky/related-link {\"linkURL\":\"https://buzz-caribbean.com/article/nike-goes-laceless-with-phantom-react-flyknit/\",\"linkText\":\"Nike goes laceless with Phantom React Flyknit\"} -->\n<div class=\"wp-block-custom-blocky-related-link block-related-link\"><a href=\"https://buzz-caribbean.com/article/nike-goes-laceless-with-phantom-react-flyknit/\" target=\"_blank\" title=\"Nike goes laceless with Phantom React Flyknit\" rel=\"noopener noreferrer\">Nike goes laceless with Phantom React Flyknit</a></div>\n<!-- /wp:custom-blocky/related-link -->\n\n<!-- wp:paragraph -->\n<p>Funky yet sporty, the Cortez now comes in a variety of colours including “ Active Fuchsia”, “Floral Pack”, “ Topaz Gold” black and even iridescent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1171} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/cortez-basic-shoe-345sdw.jpg\" alt=\"\" class=\"wp-image-1171\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This timeless classic still looks fresh and the original red, white and blue Nike Cortez is still kickin’ it!</p>\n<!-- /wp:paragraph -->','Nike Cortez: Don’t call it a comeback','','inherit','closed','closed','','984-revision-v1','','','2019-07-31 15:41:55','2019-07-31 20:41:55','',984,'https://buzz-caribbean.com/article/984-revision-v1/',0,'revision','',0),(1175,4,'2019-07-31 15:45:18','2019-07-31 20:45:18','<!-- wp:paragraph -->\n<p>The Nike Classic Cortez is all the rage this summer, as the old-school trainer takes centre stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Released way back in the early 70s, the Cortez was Nike’s original running shoe. Its clean and simple lines made it stand out and over the years it has become a classic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1168} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/cortez-basic-mens-shoe-M.jpg\" alt=\"\" class=\"wp-image-1168\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This sneaker has been updated for 2019, coming in even lighter despite the use of premium leather. This time around, Nike has ensured the Cortez is well cushioned so there is less impact on your feet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This iconic shoe has most definitely become a lifestyle statement with its distinctive slim swoosh logo and herringbone-patterned soles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1169} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/cortez-72-sd-mens-shoe-DGrZWN-1024x672.jpg\" alt=\"\" class=\"wp-image-1169\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Favoured by rapper Kendrick Lamar, the Cortez made an appearance at Paris Fashion Week last year. In fact, Forrest Gump ran across America in a pair of Nike Cortez!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:custom-blocky/related-link {\"linkURL\":\"https://buzz-caribbean.com/article/nike-goes-laceless-with-phantom-react-flyknit/\",\"linkText\":\"Nike goes laceless with Phantom React Flyknit\"} -->\n<div class=\"wp-block-custom-blocky-related-link block-related-link\"><a href=\"https://buzz-caribbean.com/article/nike-goes-laceless-with-phantom-react-flyknit/\" target=\"_blank\" title=\"Nike goes laceless with Phantom React Flyknit\" rel=\"noopener noreferrer\">Nike goes laceless with Phantom React Flyknit</a></div>\n<!-- /wp:custom-blocky/related-link -->\n\n<!-- wp:paragraph -->\n<p>Funky yet sporty, the Cortez now comes in a variety of colours including Active Fuchsia, Floral Pack, Topaz Gold black and even iridescent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This timeless classic still looks fresh and the original red, white and blue Nike Cortez is still kickin’ it!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1171} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/cortez-basic-shoe-345sdw.jpg\" alt=\"\" class=\"wp-image-1171\" /></figure>\n<!-- /wp:image -->','Nike Cortez: Don’t call it a comeback','','inherit','closed','closed','','984-revision-v1','','','2019-07-31 15:45:18','2019-07-31 20:45:18','',984,'https://buzz-caribbean.com/article/984-revision-v1/',0,'revision','',0),(1176,9,'2019-07-31 16:05:10','2019-07-31 21:05:10','<!-- wp:paragraph -->\n<p>Once known as the ‘richest and wickedest city in the world’, Port Royal in Kingston, Jamaica, has enjoyed a rich history. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1197} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Fishermen-in-Port-Royal.jpg-new-1024x703.jpg\" alt=\"\" class=\"wp-image-1197\" /><figcaption> Port Royal is now a quiet fishing village. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Centuries ago, it was merely a fishing camp for the Tainos, but it eventually gained a reputation for being a popular spot for pirates. After being hit by numerous disasters, Port Royal lost its place as a premier economic centre. It would later become the location for a British Naval Station. These days, however, Port Royal is mainly seen as a quiet fishing village. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1177} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PortRoyalSign-1024x681.jpg\" alt=\"\" class=\"wp-image-1177\" /><figcaption>Once known as the \'richest and wickedest city in the world\', Port Royal boasts a rich history. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Here are five interesting facts about Port Royal. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>During the 17th century, Port Royal was the virtual capital of Jamaica, and also a popular spot for buccaneers and pirates.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Port Royal was destroyed by an earthquake in June 1692. A large portion of the town sank into the sea, while about two-fifth of the population died, either in the earthquake or in the plagues and pestilences that followed. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":1178} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/GettyImages-Fort-Charles-48914975_high-1024x686.jpg\" alt=\"\" class=\"wp-image-1178\" /><figcaption>Cannons and tower in the courtyard of Fort Charles, Port Royal.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>In 1703, a fire destroyed the entire town. This was followed by\nhurricanes in 1712, 1722 and 1726.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Fort Charles, built in 1656, is the oldest fort in Jamaica. Originally named\nFort Cromwell, it was renamed in 1662 to honour Charles II, restored King of\nEngland.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":1179} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/giddy-house-port-royal-56.jpg\" alt=\"\" class=\"wp-image-1179\" /><figcaption>The \'Giddy House\' in Port Royal is a popular attraction in Kingston. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>The ‘Giddy House’ in Port Royal was built in 1888. It was the old Royal Artillery Store for the Victoria Battery. The Earthquake of 1907 shifted it to its present 45-degree angle. On entering the building, people often feel a strange sensation of being giddy or off-balance, caused by the building’s tilt. Hence, its name - the Giddy House.</li></ul>\n<!-- /wp:list -->','Five interesting facts about Port Royal','','publish','closed','closed','','five-interesting-facts-about-port-royal','','','2019-08-14 19:37:41','2019-08-15 00:37:41','',0,'https://buzz-caribbean.com/?p=1176',0,'post','',0),(1177,9,'2019-07-31 15:50:43','2019-07-31 20:50:43','','PortRoyalSign','','inherit','closed','closed','','portroyalsign','','','2019-07-31 15:50:43','2019-07-31 20:50:43','',1176,'https://buzz-caribbean.com/app/uploads/2019/07/PortRoyalSign.jpg',0,'attachment','image/jpeg',0),(1178,9,'2019-07-31 15:52:46','2019-07-31 20:52:46','','GettyImages-Fort-Charles-48914975_high','Cannons and tower in courtyard of Fort Charles.','inherit','closed','closed','','gettyimages-fort-charles-48914975_high','','','2019-07-31 15:52:46','2019-07-31 20:52:46','',1176,'https://buzz-caribbean.com/app/uploads/2019/07/GettyImages-Fort-Charles-48914975_high.jpg',0,'attachment','image/jpeg',0),(1179,9,'2019-07-31 15:53:29','2019-07-31 20:53:29','','giddy-house-port-royal-56','','inherit','closed','closed','','giddy-house-port-royal-56','','','2019-07-31 15:53:29','2019-07-31 20:53:29','',1176,'https://buzz-caribbean.com/app/uploads/2019/07/giddy-house-port-royal-56.jpg',0,'attachment','image/jpeg',0),(1180,9,'2019-07-31 15:54:22','2019-07-31 20:54:22','','Fishermen-in-Port-Royal','','inherit','closed','closed','','fishermen-in-port-royal','','','2019-07-31 15:54:22','2019-07-31 20:54:22','',1176,'https://buzz-caribbean.com/app/uploads/2019/07/Fishermen-in-Port-Royal.jpg',0,'attachment','image/jpeg',0),(1181,4,'2019-07-31 15:57:29','2019-07-31 20:57:29','<!-- wp:paragraph -->\n<p>This summer, the Nike Epic Phantom React Flyknit running shoe sees the company with the Swoosh again leading the line in both design and technology.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":968} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/epic-phantom-react-flyknit5.jpg\" alt=\"\" class=\"wp-image-968\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This stylish running shoe has no laces and can be used for both casual and athletic wear.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is super comfortable, with a snug, secure sock-like fit. The black version looks great and goes well with a pair of well-fitting jeans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:custom-blocky/related-link {\"linkURL\":\"https://buzz-caribbean.com/article/nike-cortez-dont-call-it-a-comeback/?preview=true\\u0026_thumbnail_id=1168\",\"linkText\":\"Nike Cortez: Don’t call it a comeback\"} -->\n<div class=\"wp-block-custom-blocky-related-link block-related-link\"><a href=\"https://buzz-caribbean.com/article/nike-cortez-dont-call-it-a-comeback/?preview=true&amp;_thumbnail_id=1168\" target=\"_blank\" title=\"Nike Cortez: Don’t call it a comeback\" rel=\"noopener noreferrer\">Nike Cortez: Don’t call it a comeback</a></div>\n<!-- /wp:custom-blocky/related-link -->\n\n<!-- wp:paragraph -->\n<p>The open knit on the forefoot gives more flexibility while closed knit along the toe area and midfoot provides more stability.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cost: &nbsp;J$22,000.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[969,970,971,972,973],\"columns\":5} -->\n<ul class=\"wp-block-gallery columns-5 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/epic-phantom-react-flyknit2-1024x685.jpg\" alt=\"\" data-id=\"969\" data-link=\"https://buzz-caribbean.com/?attachment_id=969\" class=\"wp-image-969\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/epic-phantom-react-flyknit3-1024x1018.jpg\" alt=\"\" data-id=\"970\" data-link=\"https://buzz-caribbean.com/?attachment_id=970\" class=\"wp-image-970\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/epic-phantom-react-flyknit-mens4-1024x654.jpg\" alt=\"\" data-id=\"971\" data-link=\"https://buzz-caribbean.com/?attachment_id=971\" class=\"wp-image-971\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/epic-phantom-react-flyknitouter-sole-1024x640.jpg\" alt=\"\" data-id=\"972\" data-link=\"https://buzz-caribbean.com/?attachment_id=972\" class=\"wp-image-972\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/epic-phantom-react-flyknit-1024x658.jpg\" alt=\"\" data-id=\"973\" data-link=\"https://buzz-caribbean.com/?attachment_id=973\" class=\"wp-image-973\" /></figure></li></ul>\n<!-- /wp:gallery -->','Nike goes laceless with Phantom React Flyknit','','inherit','closed','closed','','961-revision-v1','','','2019-07-31 15:57:29','2019-07-31 20:57:29','',961,'https://buzz-caribbean.com/article/961-revision-v1/',0,'revision','',0),(1182,11,'2019-07-31 15:58:54','2019-07-31 20:58:54','','Dandy-Shandy','','inherit','closed','closed','','dandy-shandy','','','2019-07-31 15:58:54','2019-07-31 20:58:54','',1162,'https://buzz-caribbean.com/app/uploads/2019/07/Dandy-Shandy.jpg',0,'attachment','image/jpeg',0),(1183,4,'2019-07-31 16:02:24','2019-07-31 21:02:24','<!-- wp:paragraph -->\n<p>In the year 1920, the League of Nations officially recognised sovereignty for 86 countries across the world. Nearly 100 years later, and that number has swelled to 195 internationally recognised states.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Over the course of the last century, several groups and factions have revolted against their respective governments to declare a region “independent” and just like their ancestors before them, territorial disputes rage on across the globe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Countries below, highlighted in red, are currently caught up in territorial dispute</em>s</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":779} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/territorial-disputes-all-countries-1024x563.jpg\" alt=\"\" class=\"wp-image-779\" /><figcaption>A global map of all countries, including Jamaica, (in red) currently involved in territorial disputes (Photo contributed, Brilliant Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You may have seen the new name of a country pop up on your atlas\nor Google search and wondered to yourself, “When did that happen?”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The United Nations (UN) recognises 195 sovereign countries, 193 of which are members, and two – the Holy See and the State of Palestine – being simply observer states.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But depending on whom you ask, by some definitions, there\nare 197 countries in the world – a number drawn when Taiwan and Kosovo are\nincluded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Buzz Jamaica</em></strong> presents eight countries you probably didn’t know existed*:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Abkhazia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":769} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/abkhazia-flag-1024x576.jpg\" alt=\"\" class=\"wp-image-769\" /><figcaption>Flag of Abkhazia (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>1.&nbsp;&nbsp;&nbsp; Abkhazia is a de facto and partially recognised republic on the eastern coast of the Black Sea, south of the Greater Caucasus mountains, in what is widely recognised as part of northwestern Georgia. The country, at 8,660 square kilometres, is nearly 80% of Jamaica’s size in comparison.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":771} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/abkhazia-on-world-map-1024x606.png\" alt=\"\" class=\"wp-image-771\" /><figcaption>The disputed areas of Abkhazia (left) and South Ossetia (centre) highlighted in lavender and orange stripes respectively (Photo contributed, Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The unitary, semi-presidential republic – a sore point in Georgia-Russia relations after the dissolution of the Soviet Union – is contentiously recognised as a state by Russia, Venezuela, Nicaragua, Nauru, and Syria. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":774} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/krubera-cave-abkhazia-demo.jpg\" alt=\"\" class=\"wp-image-774\" /><figcaption>The Krubera Caves in Gagra, Abkhazia are the deepest in the world and a popular tourist attraction. (Photo contributed, Fodors.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While Georgia lacks control over Abkhazia, the Georgian\ngovernment and most United Nations member states consider Abkhazia legally part\nof Georgia as of 2008, with Georgian constitution designating the area as the\nAutonomous Republic of Abkhazia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Kosovo</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":775} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/kosovo-flag-1024x683.png\" alt=\"\" class=\"wp-image-775\" /><figcaption>Kosovo flag (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>2.&nbsp;&nbsp; &nbsp;Kosovo is another European ‘country’, which\ndeclared its independence from Serbia in 2008. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Roughly the size of Jamaica at 10,908 square kilometers,\nKosovo is landlocked and located in the center of the Balkan Peninsula in\nsoutheast Europe. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":777} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/kosovo-map-1024x576.jpg\" alt=\"\" class=\"wp-image-777\" /><figcaption>Map of Kosovo and the other Balkan states (Photo contributed, Frontiers of Freedom)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It has since gained diplomatic recognition as a sovereign\nstate by 102 United Nations member states. Serbia, the country contesting\nKosovo’s sovereignty has accepted its institutions and elected officials but\ncontinues to claim it as the Autonomous Province of Kosovo and Metohija.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":784} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/prishtina-city-center.jpg\" alt=\"\" class=\"wp-image-784\" /><figcaption>Prishtina, the capital of Kosovo in its glory (Photo contributed, AdventurousTours.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Transnistria</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":786} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/transnistria-flag-1024x512.png\" alt=\"\" class=\"wp-image-786\" /><figcaption>Flag of Transnistria (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>3.&nbsp;&nbsp;&nbsp; Clocking in at\nabout 40 percent of Jamaica’s total area, Transnistria is a primarily\nunrecognised state that split from Moldova after the collapse of the Soviet\nUnion.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":790} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/transnistria-map.jpg\" alt=\"\" class=\"wp-image-790\" /><figcaption>Map of Transnistria and now resolved disputed territory Gagauzia (Photo contributed, Euromaidan Press)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The territory mostly sits on a narrow strip of land between\nthe river Dniester and Ukraine – being only recognised only by Abkhazia,\nArtsakh, and South Ossetia. The region is considered by the UN and its member\nstates to be part of Moldova.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":791} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bender-fortress-transnistria-1024x615.jpg\" alt=\"\" class=\"wp-image-791\" /><figcaption>The Tighina Fortress in Bender, Transnistria\'s second-largest city (Photo contributed, Connor Clyne, TsarExperience.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Somaliland</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":792} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/somaliland-flag-1024x512.png\" alt=\"\" class=\"wp-image-792\" /><figcaption>Flag of Somaliland (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>4.&nbsp;&nbsp;&nbsp; The republic of Somaliland is a self-declared state located in what is internationally recognised as northwest Somalia. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Its officials claimed the territory as an independent country in 1991 and the state reportedly spans parts of the borders with Ethiopia, Djibouti and Somalia to the east. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":796} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/somaliland-map-1024x576.jpg\" alt=\"\" class=\"wp-image-796\" /><figcaption>Map showing Somaliland and its neighbours (Photo contributed, The New Arab)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With an area of 176,120 square kilometres, Somaliland\'s\nself-proclaimed independence remains unrecognised by any country or\ninternational organisation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":797} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/laas-geel-rock-cave-paintings.jpg\" alt=\"\" class=\"wp-image-797\" /><figcaption>The world-famous Laas Geel caves and its intricate rock paintings are a must-see for tourists (Photo contributed, Theodore Hoffsten, Wikipedia Commons)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Artsakh</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":798} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/artsakh-1024x512.png\" alt=\"\" class=\"wp-image-798\" /><figcaption>Flag of Artsahk (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>5.&nbsp;&nbsp;&nbsp; Just larger than\nJamaica, Artsakh is a breakaway state in the South Caucasus that is\ninternationally recognized as part of Azerbaijan. The area has been under a\nperpetual ceasefire since 1994 and was a hotly contested territory from the\nearly 1920s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":799} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/artsakh-sights-1024x682.jpg\" alt=\"\" class=\"wp-image-799\" /><figcaption>The national pride of Artsakh, a grandiose pair of statues called \'We are Mountains\'. Known as Tatik Papik by locals, these structures are a tourist magnet. (Photo contributed, Pinterest)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Republic of Artsakh is neither a member nor observer of the UN or any of its specialized agencies – and is only recognised as a state by fellow disputed territories Transnistria, Abkhazia and South Ossetia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":800} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/artsakh-waterfall-1024x681.jpg\" alt=\"\" class=\"wp-image-800\" /><figcaption>The famed \'Umbrella\' or Zontik waterfall in Muxtar, Artsakh (Photo contributed, Pinterest)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>South Ossetia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>6. Georgia makes claim to another disputed territory on our list after South Ossetia declared itself independent in 1990.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":822} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/south-ossetia-flag-1024x512.png\" alt=\"\" class=\"wp-image-822\" /><figcaption>Flag of South Ossetia (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Also called the state of Alania, South Ossetia is a disputed\nterritory in the South Caucasus, in what is internationally recognised as\nnorthern Georgian territory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":823} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/south-ossetia-mountain-lake.jpg\" alt=\"\" class=\"wp-image-823\" /><figcaption>The beautiful mountain lake of Kelistba.   Fed by the Xanthi river, Lake Kelistba is 2925 meters high on a plateau in the Caucasus mountains. (Photo contributed, TravelTourismBlog.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At 35 percent the size of Jamaica, South Ossetia is only\nrecoginsed as fully independent and autonomous by Russia, Nauru, Venezuela and\nNicaragua.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":824} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/south-ossetia-ksani-fortress.jpg\" alt=\"\" class=\"wp-image-824\" /><figcaption>The perfectly preserved Ksani fortress in South Ossetia, one of the country\'s many historical monuments. (Photo contributed, TravelTourismBlog.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Luhansk People\'s Republic (LPR)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":826} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/lugansk-people-republic-flag-1024x683.png\" alt=\"\" class=\"wp-image-826\" /><figcaption>Flag of the  Luhansk People\'s Republic (LPR), (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>7.&nbsp;&nbsp;&nbsp; The Luhansk People\'s Republic (LPR) is a landlocked quasi-state in what is internationally recognised as part of eastern Ukraine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The LPR declared its independence in the aftermath of the 2014 revolution that swept Ukraine and is the stage of an armed conflict that rages on as at April 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":827} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/lugansk-people-republic-map.jpg\" alt=\"\" class=\"wp-image-827\" /><figcaption>Map of Ukraine highlighting its territorial disputes with Russia (Photo contributed, Nationalia.info) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>No country or member state of the UN has recoginsed the\nLPR’s sovereignty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Sahrawi Republic </h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":829} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/sahrawi-republic-flag-1024x512.png\" alt=\"\" class=\"wp-image-829\" /><figcaption>Flag of the Sahrawi Arab Democratic Republic (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>8.&nbsp;&nbsp;&nbsp; The Sahrawi Republic, the 83rd largest country in the world, is a partially recognised state that claims the non-self-governing territory of Western Sahara. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interestingly enough, the Sahrawi Republic controls only the\neasternmost one-fifth of that territory, along the border with Mauritania. The\nSahrawi Republic was proclaimed independent in 1976, but its government\ncontrols about 20–25% of the territory it claims.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":830} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/western-sahara-conflict-map-1024x768.jpg\" alt=\"\" class=\"wp-image-830\" /><figcaption>Map of Western Sahara, showing areas of Morrocan control (in blue) and the territory being controlled by the Sahrawi Republic (in green) (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Sahrawi Republic maintains close diplomatic relations with 40 UN states and is a full member of the African Union (AU). The majority of the disputed lands of Western Sahara are governed in full or partly by Morocco in what is described as a ‘buffer zone’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":835} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/polisario-morocco-palace.jpg\" alt=\"\" class=\"wp-image-835\" /><figcaption>The Polisario Morrocan Palace in Western Sahara, the territory being disputed by the Sahrawi Republic (Photo contributed, AllThatsInteresting.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>*(The term “existed” is used in this article in reference to countries that are not popularly known. We also acknowledge that these areas are heavily disputed, and not recognized by the international community, outside of supporting countries/territories.)</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you didn\'t know, all these countries are visa-free destinations for Jamaicans (but be careful)! For a list of all countries where this is possible, read our <a href=\"https://buzz-caribbean.com/?p=321\">BUZZ feature here</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Which \'new\' country surprised you the most? Let us know in the comments!</p>\n<!-- /wp:paragraph -->','Eight places in the world you never knew existed','','inherit','closed','closed','','762-revision-v1','','','2019-07-31 16:02:24','2019-07-31 21:02:24','',762,'https://buzz-caribbean.com/article/762-revision-v1/',0,'revision','',0),(1184,9,'2019-07-31 16:03:54','2019-07-31 21:03:54','<!-- wp:paragraph -->\n<p>Once known as the ‘richest and wickedest city in the world’, Port Royal in Kingston, Jamaica, has enjoyed a rich history. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1180} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Fishermen-in-Port-Royal-1024x682.jpg\" alt=\"\" class=\"wp-image-1180\" /><figcaption>Port Royal is now a quiet fishing village. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Centuries ago, it was merely a fishing camp for the Tainos, but it eventually gained a reputation for being a popular spot for pirates. After being hit by numerous disasters, Port Royal lost its place as a premier economic centre. It would later become the location for a British Naval Station. These days, however, Port Royal is mainly seen as a quiet fishing village. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here are five interesting facts about Port Royal. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>During the 17th century, Port Royal was the virtual capital of Jamaica, and also a popular spot for buccaneers and pirates.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":1177} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PortRoyalSign-1024x681.jpg\" alt=\"\" class=\"wp-image-1177\" /><figcaption>Once known as the \'richest and wickedest city in the world\', Port Royal boasts a rich history. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>Port Royal was destroyed by an earthquake in June 1692. A large portion of the town sank into the sea, while about two-fifth of the population died, either in the earthquake or in the plagues and pestilences that followed. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":1178} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/GettyImages-Fort-Charles-48914975_high-1024x686.jpg\" alt=\"\" class=\"wp-image-1178\" /><figcaption>Cannons and tower in the courtyard of Fort Charles, Port Royal.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>In 1703, a fire destroyed the entire town. This was followed by\nhurricanes in 1712, 1722 and 1726.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Fort Charles, built in 1656, is the oldest fort in Jamaica. Originally named\nFort Cromwell, it was renamed in 1662 to honour Charles II, restored King of\nEngland.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":1179} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/giddy-house-port-royal-56.jpg\" alt=\"\" class=\"wp-image-1179\" /><figcaption>The \'Giddy House\' in Port Royal is a popular attraction in Kingston. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>The ‘Giddy House’ in Port Royal was built in 1888. It was the old Royal Artillery Store for the Victoria Battery. The Earthquake of 1907 shifted it to its present 45-degree angle. On entering the building, people often feel a strange sensation of being giddy or off-balance, caused by the building’s tilt. Hence, its name - the Giddy House.</li></ul>\n<!-- /wp:list -->','Five interesting facts about Port Royal','','inherit','closed','closed','','1176-revision-v1','','','2019-07-31 16:03:54','2019-07-31 21:03:54','',1176,'https://buzz-caribbean.com/article/1176-revision-v1/',0,'revision','',0),(1185,9,'2019-07-31 16:05:10','2019-07-31 21:05:10','<!-- wp:paragraph -->\n<p>Once known as the ‘richest and wickedest city in the world’, Port Royal in Kingston, Jamaica, has enjoyed a rich history. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1180} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Fishermen-in-Port-Royal-1024x682.jpg\" alt=\"\" class=\"wp-image-1180\" /><figcaption>Port Royal is now a quiet fishing village. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Centuries ago, it was merely a fishing camp for the Tainos, but it eventually gained a reputation for being a popular spot for pirates. After being hit by numerous disasters, Port Royal lost its place as a premier economic centre. It would later become the location for a British Naval Station. These days, however, Port Royal is mainly seen as a quiet fishing village. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1177} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PortRoyalSign-1024x681.jpg\" alt=\"\" class=\"wp-image-1177\" /><figcaption>Once known as the \'richest and wickedest city in the world\', Port Royal boasts a rich history. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Here are five interesting facts about Port Royal. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>During the 17th century, Port Royal was the virtual capital of Jamaica, and also a popular spot for buccaneers and pirates.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Port Royal was destroyed by an earthquake in June 1692. A large portion of the town sank into the sea, while about two-fifth of the population died, either in the earthquake or in the plagues and pestilences that followed. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":1178} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/GettyImages-Fort-Charles-48914975_high-1024x686.jpg\" alt=\"\" class=\"wp-image-1178\" /><figcaption>Cannons and tower in the courtyard of Fort Charles, Port Royal.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>In 1703, a fire destroyed the entire town. This was followed by\nhurricanes in 1712, 1722 and 1726.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Fort Charles, built in 1656, is the oldest fort in Jamaica. Originally named\nFort Cromwell, it was renamed in 1662 to honour Charles II, restored King of\nEngland.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":1179} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/giddy-house-port-royal-56.jpg\" alt=\"\" class=\"wp-image-1179\" /><figcaption>The \'Giddy House\' in Port Royal is a popular attraction in Kingston. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>The ‘Giddy House’ in Port Royal was built in 1888. It was the old Royal Artillery Store for the Victoria Battery. The Earthquake of 1907 shifted it to its present 45-degree angle. On entering the building, people often feel a strange sensation of being giddy or off-balance, caused by the building’s tilt. Hence, its name - the Giddy House.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Five interesting facts about Port Royal','','inherit','closed','closed','','1176-revision-v1','','','2019-07-31 16:05:10','2019-07-31 21:05:10','',1176,'https://buzz-caribbean.com/article/1176-revision-v1/',0,'revision','',0),(1186,4,'2019-07-31 16:06:38','2019-07-31 21:06:38','<!-- wp:paragraph -->\n<p>The Nike Classic Cortez is all the rage this summer, as the old-school trainer takes centre stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Released way back in the early 70s, the Cortez was Nike’s original running shoe. Its clean and simple lines made it stand out and over the years it has become a classic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1168} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/cortez-basic-mens-shoe-M.jpg\" alt=\"\" class=\"wp-image-1168\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This sneaker has been updated for 2019, coming in even lighter despite the use of premium leather. This time around, Nike has ensured the Cortez is well cushioned so there is less impact on your feet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This iconic shoe has most definitely become a lifestyle statement with its distinctive slim swoosh logo and herringbone-patterned soles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1169} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/cortez-72-sd-mens-shoe-DGrZWN-1024x672.jpg\" alt=\"\" class=\"wp-image-1169\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Favoured by rapper Kendrick Lamar, the Cortez made an appearance at Paris Fashion Week last year. In fact, Forrest Gump ran across America in a pair of Nike Cortez!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Funky yet sporty, the Cortez now comes in a variety of colours including Active Fuchsia, Floral Pack, Topaz Gold black and even iridescent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This timeless classic still looks fresh and the original red, white and blue Nike Cortez is still kickin’ it!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1171} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/cortez-basic-shoe-345sdw.jpg\" alt=\"\" class=\"wp-image-1171\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Curious to know what else Nike is up to? Check out our <a href=\"https://buzz-caribbean.com/article/nike-goes-laceless-with-phantom-react-flyknit/\">next feature here</a>.</p>\n<!-- /wp:paragraph -->','Nike Cortez: Don’t call it a comeback','','inherit','closed','closed','','984-revision-v1','','','2019-07-31 16:06:38','2019-07-31 21:06:38','',984,'https://buzz-caribbean.com/article/984-revision-v1/',0,'revision','',0),(1187,11,'2019-07-31 16:07:34','2019-07-31 21:07:34','','Dandy-Shandy-1','','inherit','closed','closed','','dandy-shandy-1','','','2019-07-31 16:07:34','2019-07-31 21:07:34','',1162,'https://buzz-caribbean.com/app/uploads/2019/07/Dandy-Shandy-1.jpg',0,'attachment','image/jpeg',0),(1188,11,'2019-07-31 16:07:34','2019-07-31 21:07:34','','Jamaican-suck-suck','','inherit','closed','closed','','jamaican-suck-suck','','','2019-07-31 16:07:34','2019-07-31 21:07:34','',1162,'https://buzz-caribbean.com/app/uploads/2019/07/Jamaican-suck-suck.jpg',0,'attachment','image/jpeg',0),(1189,11,'2019-07-31 16:07:35','2019-07-31 21:07:35','','Jelly-Coconut-1','','inherit','closed','closed','','jelly-coconut-1','','','2019-07-31 16:07:35','2019-07-31 21:07:35','',1162,'https://buzz-caribbean.com/app/uploads/2019/07/Jelly-Coconut-1.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1190,11,'2019-07-31 16:07:36','2019-07-31 21:07:36','','Share-A-Patty','','inherit','closed','closed','','share-a-patty','','','2019-07-31 16:07:36','2019-07-31 21:07:36','',1162,'https://buzz-caribbean.com/app/uploads/2019/07/Share-A-Patty.jpg',0,'attachment','image/jpeg',0),(1191,11,'2019-07-31 16:13:31','2019-07-31 21:13:31','','rippled-flag','','inherit','closed','closed','','rippled-flag','','','2019-07-31 16:13:31','2019-07-31 21:13:31','',1162,'https://buzz-caribbean.com/app/uploads/2019/07/rippled-flag.jpg',0,'attachment','image/jpeg',0),(1192,11,'2019-07-31 16:14:30','2019-07-31 21:14:30','<!-- wp:paragraph -->\n<p>Coming out of the patriotic fervour of our ‘emancipendence’ season, naturally, we are still seething with national pride.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While we\'re still donning our black, green and gold, let\'s look at all the reasons we love this little piece of the rock we call ‘Jah-Mek-Yah’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1191} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/rippled-flag-1024x576.jpg\" alt=\"\" class=\"wp-image-1191\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some things evoke those nostalgic feelings that allow us to reconnect with our culture in ways that remind us, that despite our many challenges <strong><em>‘the land is green and the sun still shineth”</em></strong><em>.</em><strong><em> </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, let\'s see just how ‘Jamaican’ you are...(or for our international friends, if you qualify for a <strong><em>\"Yardie Pass\"</em></strong>)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You’re not a real ‘yardie’ if you\'ve never...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Played marble or ‘lastic’</li><li>Called someone of Chinese descent ‘Missa Chin’ </li><li>Pulled a loose tooth by tying a string to a doorknob and yanking it</li><li>‘Bade’ (bathe) a river</li><li>Run a boat (<em>A community pot-luck</em>)</li><li>Cuss some choice Jamaican <em>claat</em> or <em>bad wud</em> (expletives)!</li><li>Fly a kite during Easter</li><li>Played dandy-shandy as a child - or even as an adult! </li><li>Used a wire hanger to make an antenna for the TV</li><li>Went to a nine-night!</li><li>Went to a street-dance </li><li>Rubbed Vaseline on a burn as a child</li><li>Thrown your newly dislodged tooth on the housetop </li><li>Told or listened to a duppy story</li><li>Had an encounter wid a duppy!</li><li>For our ladies - worn ‘chiney bump’ after getting your hair washed</li><li>‘Bade’ in a pan</li><li>Ate a sky juice (snowcone with a <em>\"Yardie twist\"</em>)</li><li>Ate a ‘suck-suck’, kisko or King Kong</li><li>Wrapped your school books with either newspaper or brown paper bag</li><li>Stolen a piece of meat from your mother’s/granny\'s pot</li><li>Shared a patty with a friend</li><li>Boom (jumped) a fence</li><li>Played ‘las lick’ with your friends after school</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:gallery {\"ids\":[1187,1188,1190]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Dandy-Shandy-1.jpg\" alt=\"\" data-id=\"1187\" data-link=\"https://buzz-caribbean.com/?attachment_id=1187\" class=\"wp-image-1187\" /><figcaption>Children playing dandy shandy (Source: Children Play - Raymond Knight)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Jamaican-suck-suck.jpg\" alt=\"\" data-id=\"1188\" data-link=\"https://buzz-caribbean.com/?attachment_id=1188\" class=\"wp-image-1188\" /><figcaption>Jamaican suck-suck</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Share-A-Patty-1024x658.jpg\" alt=\"\" data-id=\"1190\" data-link=\"https://buzz-caribbean.com/?attachment_id=1190\" class=\"wp-image-1190\" /><figcaption>Delicious Jamaican patty</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p><em>How many did you cover on the list?</em></p>\n<!-- /wp:paragraph -->','You’re not a real Jamaican if...','','inherit','closed','closed','','1162-revision-v1','','','2019-07-31 16:14:30','2019-07-31 21:14:30','',1162,'https://buzz-caribbean.com/article/1162-revision-v1/',0,'revision','',0),(1194,11,'2019-07-31 16:16:07','2019-07-31 21:16:07','<!-- wp:paragraph -->\n<p>Coming out of the patriotic fervour of our ‘emancipendence’ season, naturally, we are still seething with national pride.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While we\'re still donning our black, green and gold, let\'s look at all the reasons we love this little piece of the rock we call ‘Jah-Mek-Yah’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1191} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/rippled-flag-1024x576.jpg\" alt=\"\" class=\"wp-image-1191\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some things evoke those nostalgic feelings that allow us to reconnect with our culture in ways that remind us, that despite our many challenges <strong><em>‘the land is green and the sun still shineth”</em></strong><em>.</em><strong><em> </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, let\'s see just how ‘Jamaican’ you are...(or for our international friends, if you qualify for a <strong><em>\"Yardie Pass\"</em></strong>)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You’re not a real ‘yardie’ if you\'ve never...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Played marble or ‘lastic’</li><li>Called someone of Chinese descent ‘Missa Chin’ </li><li>Pulled a loose tooth by tying a string to a doorknob and&nbsp;yanking it</li><li>‘Bade’ (bathe) a river</li><li>Run a boat (<em>A community pot-luck</em>)</li><li>Cuss some choice Jamaican <em>claat</em> or <em>bad wud</em> (expletives)!</li><li>Fly a kite during Easter</li><li>Played dandy-shandy as a child - or even as an adult! </li><li>Used a wire hanger to make an antenna for the TV</li><li>Went to a nine-night!</li><li>Went to a street-dance </li><li>Rubbed Vaseline on a burn as a child</li><li>Thrown your newly dislodged tooth on the housetop </li><li>Told or listened to a duppy story</li><li>Had an encounter wid a duppy!</li><li>For our ladies - worn ‘chiney bump’ after getting your hair washed</li><li>‘Bade’ in a pan</li><li>Ate a sky juice (snowcone with a <em>\"Yardie twist\"</em>)</li><li>Ate a ‘suck-suck’, kisko or King Kong</li><li>Wrapped your school books with either newspaper or brown paper bag</li><li>Stolen a piece of meat from your mother’s/granny\'s pot</li><li>Shared a patty with a friend</li><li>Boom (jumped) a fence</li><li>Played ‘las lick’ with your friends after school</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:gallery {\"ids\":[1187,1188,1190]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Dandy-Shandy-1.jpg\" alt=\"\" data-id=\"1187\" data-link=\"https://buzz-caribbean.com/?attachment_id=1187\" class=\"wp-image-1187\" /><figcaption>Children playing dandy shandy (Source: Children Play - Raymond Knight)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Jamaican-suck-suck.jpg\" alt=\"\" data-id=\"1188\" data-link=\"https://buzz-caribbean.com/?attachment_id=1188\" class=\"wp-image-1188\" /><figcaption>Jamaican suck-suck</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Share-A-Patty-1024x658.jpg\" alt=\"\" data-id=\"1190\" data-link=\"https://buzz-caribbean.com/?attachment_id=1190\" class=\"wp-image-1190\" /><figcaption>Delicious Jamaican patty</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p><em>How many did you cover on the list?</em></p>\n<!-- /wp:paragraph -->','You’re not a real Jamaican if...','','inherit','closed','closed','','1162-revision-v1','','','2019-07-31 16:16:07','2019-07-31 21:16:07','',1162,'https://buzz-caribbean.com/article/1162-revision-v1/',0,'revision','',0),(1197,9,'2019-07-31 16:22:54','2019-07-31 21:22:54','','Fishermen-in-Port-Royal.jpg-new','','inherit','closed','closed','','fishermen-in-port-royal-jpg-new','','','2019-07-31 16:22:54','2019-07-31 21:22:54','',1176,'https://buzz-caribbean.com/app/uploads/2019/07/Fishermen-in-Port-Royal.jpg-new.jpg',0,'attachment','image/jpeg',0),(1198,9,'2019-07-31 16:23:12','2019-07-31 21:23:12','<!-- wp:paragraph -->\n<p>Once known as the ‘richest and wickedest city in the world’, Port Royal in Kingston, Jamaica, has enjoyed a rich history. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1197} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Fishermen-in-Port-Royal.jpg-new-1024x703.jpg\" alt=\"\" class=\"wp-image-1197\" /><figcaption> Port Royal is now a quiet fishing village. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Centuries ago, it was merely a fishing camp for the Tainos, but it eventually gained a reputation for being a popular spot for pirates. After being hit by numerous disasters, Port Royal lost its place as a premier economic centre. It would later become the location for a British Naval Station. These days, however, Port Royal is mainly seen as a quiet fishing village. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1177} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PortRoyalSign-1024x681.jpg\" alt=\"\" class=\"wp-image-1177\" /><figcaption>Once known as the \'richest and wickedest city in the world\', Port Royal boasts a rich history. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Here are five interesting facts about Port Royal. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>During the 17th century, Port Royal was the virtual capital of Jamaica, and also a popular spot for buccaneers and pirates.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Port Royal was destroyed by an earthquake in June 1692. A large portion of the town sank into the sea, while about two-fifth of the population died, either in the earthquake or in the plagues and pestilences that followed. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":1178} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/GettyImages-Fort-Charles-48914975_high-1024x686.jpg\" alt=\"\" class=\"wp-image-1178\" /><figcaption>Cannons and tower in the courtyard of Fort Charles, Port Royal.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>In 1703, a fire destroyed the entire town. This was followed by\nhurricanes in 1712, 1722 and 1726.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Fort Charles, built in 1656, is the oldest fort in Jamaica. Originally named\nFort Cromwell, it was renamed in 1662 to honour Charles II, restored King of\nEngland.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":1179} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/giddy-house-port-royal-56.jpg\" alt=\"\" class=\"wp-image-1179\" /><figcaption>The \'Giddy House\' in Port Royal is a popular attraction in Kingston. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>The ‘Giddy House’ in Port Royal was built in 1888. It was the old Royal Artillery Store for the Victoria Battery. The Earthquake of 1907 shifted it to its present 45-degree angle. On entering the building, people often feel a strange sensation of being giddy or off-balance, caused by the building’s tilt. Hence, its name - the Giddy House.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Five interesting facts about Port Royal','','inherit','closed','closed','','1176-revision-v1','','','2019-07-31 16:23:12','2019-07-31 21:23:12','',1176,'https://buzz-caribbean.com/article/1176-revision-v1/',0,'revision','',0),(1199,9,'2019-07-31 17:01:14','2019-07-31 22:01:14','<!-- wp:paragraph -->\n<p>Jamaica is burning up, and we’re sure all locals can validate this claim.<br> <br>But readers, is the weather the only thing that’s hot this summer? Hmmm. Not at all.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1208} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Vybz-Kartel-birthday-1024x639.jpg\" alt=\"\" class=\"wp-image-1208\" /><figcaption> Despite being behind bars, dancehall artiste Vybz Kartel has maintained his dominance. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are several things that are in fact at their peak and trending — from food to clothes. But a critical part of this fiery summer is the music industry. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of\nthe flaming songs during the season are ‘Blessed’ by Shenseea and Tyga, Vybz\nKartel’s ‘Any Weather’ and ‘Toast’ by Koffee. And for those who want to dance,\nthere is ‘Cha Cha Bwoy’ by Ding Dong and ‘Cool It Down’ by Spice. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1201} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/koffee-1024x682.jpg\" alt=\"\" class=\"wp-image-1201\" /><figcaption>Koffee has been burning up the international music scene with \'Toast\'.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are\nalso other bubbling songs from dancehall acts like Squash, Govana, Chronic Law,\nJahvillani and Masicka.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1203} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spice-dancehall-1024x677.jpg\" alt=\"\" class=\"wp-image-1203\" /><figcaption>Spice has been combatting the summer heat with \'Cool It Down\'. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If we are\nto go by the current trends in dancehall and reggae, then music lovers surely\nhave a lot to look forward to. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What are\nsome of the songs you would add to this list of hot dancehall songs?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell us in\nthe comments section.</p>\n<!-- /wp:paragraph -->','Hot songs for a scorching summer','','publish','closed','closed','','hot-songs-for-a-scorching-summer','','','2019-08-12 16:38:08','2019-08-12 21:38:08','',0,'https://buzz-caribbean.com/?p=1199',0,'post','',0),(1200,9,'2019-07-31 16:54:20','2019-07-31 21:54:20','','kartel-dancehall','','inherit','closed','closed','','kartel-dancehall','','','2019-07-31 16:54:20','2019-07-31 21:54:20','',1199,'https://buzz-caribbean.com/app/uploads/2019/07/kartel-dancehall.jpg',0,'attachment','image/jpeg',0),(1201,9,'2019-07-31 16:54:57','2019-07-31 21:54:57','','koffee','','inherit','closed','closed','','koffee','','','2019-07-31 16:54:57','2019-07-31 21:54:57','',1199,'https://buzz-caribbean.com/app/uploads/2019/07/koffee.jpg',0,'attachment','image/jpeg',0),(1202,9,'2019-07-31 16:56:07','2019-07-31 21:56:07','','Vybz-Kartel-pic','','inherit','closed','closed','','vybz-kartel-pic','','','2019-07-31 16:56:07','2019-07-31 21:56:07','',1199,'https://buzz-caribbean.com/app/uploads/2019/07/Vybz-Kartel-pic.jpg',0,'attachment','image/jpeg',0),(1203,9,'2019-07-31 16:56:20','2019-07-31 21:56:20','','spice-dancehall','','inherit','closed','closed','','spice-dancehall','','','2019-07-31 16:56:20','2019-07-31 21:56:20','',1199,'https://buzz-caribbean.com/app/uploads/2019/07/spice-dancehall.jpg',0,'attachment','image/jpeg',0),(1204,9,'2019-07-31 16:58:02','2019-07-31 21:58:02','<!-- wp:paragraph -->\n<p>Jamaica is burning up, and we’re sure all locals can validate this claim.<br> <br>But readers, is the weather the only thing that’s hot this summer? Hmmm. Not at all.<br> <br>There are several things that are in fact at their peak and trending — from food to clothes. But a critical part of this fiery summer is the music industry. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1201} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/koffee-1024x682.jpg\" alt=\"\" class=\"wp-image-1201\" /><figcaption>Koffee has been burning up the international music scene with \'Toast\'.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some of\nthe flaming songs during the season are ‘Blessed’ by Shenseea and Tyga, Vybz\nKartel’s ‘Any Weather’ and ‘Toast’ by Koffee. And for those who want to dance,\nthere is ‘Cha Cha Bwoy’ by Ding Dong and ‘Cool It Down’ by Spice. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1202} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Vybz-Kartel-pic-871x1024.jpg\" alt=\"\" class=\"wp-image-1202\" /><figcaption>Despite being behind bars, dancehall artiste Vybz Kartel has maintained his dominance. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are\nalso other bubbling songs from dancehall acts like Squash, Govana, Chronic Law,\nJahvillani and Masicka.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1203} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spice-dancehall-1024x677.jpg\" alt=\"\" class=\"wp-image-1203\" /><figcaption>Spice has been combatting the summer heat with \'Cool It Down\'. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If we are\nto go by the current trends in dancehall and reggae, then music lovers surely\nhave a lot to look forward to. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What are\nsome of the songs you would add to this list of hot dancehall songs?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell us in\nthe comments section.</p>\n<!-- /wp:paragraph -->','Hot songs for a scorching summer','','inherit','closed','closed','','1199-revision-v1','','','2019-07-31 16:58:02','2019-07-31 21:58:02','',1199,'https://buzz-caribbean.com/article/1199-revision-v1/',0,'revision','',0),(1207,9,'2019-07-31 17:11:32','2019-07-31 22:11:32','<!-- wp:paragraph -->\n<p>Jamaica is burning up, and we’re sure all locals can validate this claim.<br> <br>But readers, is the weather the only thing that’s hot this summer? Hmmm. Not at all.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1202} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Vybz-Kartel-pic-871x1024.jpg\" alt=\"\" class=\"wp-image-1202\" /><figcaption>Despite being behind bars, dancehall artiste Vybz Kartel has maintained his dominance. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are several things that are in fact at their peak and trending — from food to clothes. But a critical part of this fiery summer is the music industry. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of\nthe flaming songs during the season are ‘Blessed’ by Shenseea and Tyga, Vybz\nKartel’s ‘Any Weather’ and ‘Toast’ by Koffee. And for those who want to dance,\nthere is ‘Cha Cha Bwoy’ by Ding Dong and ‘Cool It Down’ by Spice. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1201} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/koffee-1024x682.jpg\" alt=\"\" class=\"wp-image-1201\" /><figcaption>Koffee has been burning up the international music scene with \'Toast\'.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are\nalso other bubbling songs from dancehall acts like Squash, Govana, Chronic Law,\nJahvillani and Masicka.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1203} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spice-dancehall-1024x677.jpg\" alt=\"\" class=\"wp-image-1203\" /><figcaption>Spice has been combatting the summer heat with \'Cool It Down\'. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If we are\nto go by the current trends in dancehall and reggae, then music lovers surely\nhave a lot to look forward to. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What are\nsome of the songs you would add to this list of hot dancehall songs?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell us in\nthe comments section.</p>\n<!-- /wp:paragraph -->','Hot songs for a scorching summer','','inherit','closed','closed','','1199-revision-v1','','','2019-07-31 17:11:32','2019-07-31 22:11:32','',1199,'https://buzz-caribbean.com/article/1199-revision-v1/',0,'revision','',0),(1208,9,'2019-07-31 17:15:25','2019-07-31 22:15:25','','Vybz-Kartel-birthday','','inherit','closed','closed','','vybz-kartel-birthday','','','2019-07-31 17:15:25','2019-07-31 22:15:25','',1199,'https://buzz-caribbean.com/app/uploads/2019/07/Vybz-Kartel-birthday.jpg',0,'attachment','image/jpeg',0),(1209,9,'2019-07-31 17:16:08','2019-07-31 22:16:08','<!-- wp:paragraph -->\n<p>Jamaica is burning up, and we’re sure all locals can validate this claim.<br> <br>But readers, is the weather the only thing that’s hot this summer? Hmmm. Not at all.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1208} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Vybz-Kartel-birthday-1024x639.jpg\" alt=\"\" class=\"wp-image-1208\" /><figcaption> Despite being behind bars, dancehall artiste Vybz Kartel has maintained his dominance.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are several things that are in fact at their peak and trending — from food to clothes. But a critical part of this fiery summer is the music industry. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of\nthe flaming songs during the season are ‘Blessed’ by Shenseea and Tyga, Vybz\nKartel’s ‘Any Weather’ and ‘Toast’ by Koffee. And for those who want to dance,\nthere is ‘Cha Cha Bwoy’ by Ding Dong and ‘Cool It Down’ by Spice. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1201} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/koffee-1024x682.jpg\" alt=\"\" class=\"wp-image-1201\" /><figcaption>Koffee has been burning up the international music scene with \'Toast\'.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are\nalso other bubbling songs from dancehall acts like Squash, Govana, Chronic Law,\nJahvillani and Masicka.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1203} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spice-dancehall-1024x677.jpg\" alt=\"\" class=\"wp-image-1203\" /><figcaption>Spice has been combatting the summer heat with \'Cool It Down\'. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If we are\nto go by the current trends in dancehall and reggae, then music lovers surely\nhave a lot to look forward to. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What are\nsome of the songs you would add to this list of hot dancehall songs?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell us in\nthe comments section.</p>\n<!-- /wp:paragraph -->','Hot songs for a scorching summer','','inherit','closed','closed','','1199-revision-v1','','','2019-07-31 17:16:08','2019-07-31 22:16:08','',1199,'https://buzz-caribbean.com/article/1199-revision-v1/',0,'revision','',0),(1213,9,'2019-07-31 17:49:19','2019-07-31 22:49:19','<!-- wp:paragraph -->\n<p>We have all heard of the indigenous people of Jamaica, the Tainos, but what impact, if any, did they leave on our culture?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr Lesley-Gail Atkinson Swaby has been studying the Tainos for years, and she has become an authority on the group of people. Putting her research to good use, Swaby has written a delightful children’s book entitled, <strong>Boianani: A Taino Girl’s First Adventure</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1214} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/taino-book.jpg\" alt=\"\" class=\"wp-image-1214\" /><figcaption>  ‘Boianani: A Taino Girl’s First Adventure’ is a 56-page book intended to give children knowledge of the original inhabitants of Jamaica. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This 56-page book, which was published by Plum Valley Publishing Limited, will go some way in giving children an insight into the original inhabitants of Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Boianani is more than an intellectual property. She is part of me. In fact, she is me, not just in name, but her spirit and determination. She represents my journey, and now we have come full circle,” said Swaby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1215} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Dr-Swaby.jpg\" alt=\"\" class=\"wp-image-1215\" /><figcaption> Dr Lesley-Gail Atkinson Swaby (right) shares a copy of her book. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Tainos were the principal inhabitants of most of Cuba, Jamaica, Hispaniola and Puerto Rico. When Christopher Columbus came to the New World, he found the Tainos living in the Greater Antilles and subsequently attempted to convert them to Christianity. </p>\n<!-- /wp:paragraph -->','A Taino’s tale: Dr Swaby launches new children’s book','','publish','closed','closed','','a-tainos-tale-dr-swaby-launches-new-childrens-book','','','2019-08-12 16:37:01','2019-08-12 21:37:01','',0,'https://buzz-caribbean.com/?p=1213',0,'post','',0),(1214,9,'2019-07-31 17:42:18','2019-07-31 22:42:18','','taino-book','','inherit','closed','closed','','taino-book','','','2019-07-31 17:42:18','2019-07-31 22:42:18','',1213,'https://buzz-caribbean.com/app/uploads/2019/07/taino-book.jpg',0,'attachment','image/jpeg',0),(1215,9,'2019-07-31 17:42:46','2019-07-31 22:42:46','','Dr-Swaby','','inherit','closed','closed','','dr-swaby','','','2019-07-31 17:42:46','2019-07-31 22:42:46','',1213,'https://buzz-caribbean.com/app/uploads/2019/07/Dr-Swaby.jpg',0,'attachment','image/jpeg',0),(1216,9,'2019-07-31 17:47:02','2019-07-31 22:47:02','<!-- wp:paragraph -->\n<p>\n\nWe have all heard of the indigenous people of Jamaica, the Tainos, but what impact, if any, did they leave on our culture?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr Lesley-Gail Atkinson Swaby has been studying the Tainos for years, and she has become an authority on the group of people. Putting her research to good use, Swaby has written a delightful children’s book entitled, ‘Boianani: A Taino Girl’s First Adventure’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1214} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/taino-book.jpg\" alt=\"\" class=\"wp-image-1214\" /><figcaption>  ‘Boianani: A Taino Girl’s First Adventure’ is a 56-page book intended to give children knowledge of the original inhabitants of Jamaica. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This 56-page book, which was published by Plum Valley Publishing Limited, will go some way in giving children an insight into the original inhabitants of Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1215} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Dr-Swaby.jpg\" alt=\"\" class=\"wp-image-1215\" /><figcaption> Dr Lesley-Gail Atkinson Swaby (right) shares a copy of her book. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Boianani is more than an intellectual property. She is part of me. In fact, she is me, not just in name, but her spirit and determination. She represents my journey, and now we have come full circle,” said Swaby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> The Tainos were the principal inhabitants of most of Cuba, Jamaica,<br> Hispaniola and Puerto Rico. When Christopher Columbus came to the New<br> World, he found the Tainos living in the Greater Antilles and subsequently attempted to convert them to Christianity.\n\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','A Taino’s tale: Dr Swaby launches new children’s book','','inherit','closed','closed','','1213-revision-v1','','','2019-07-31 17:47:02','2019-07-31 22:47:02','',1213,'https://buzz-caribbean.com/article/1213-revision-v1/',0,'revision','',0),(1217,9,'2019-07-31 17:47:34','2019-07-31 22:47:34','<!-- wp:paragraph -->\n<p>\n\nWe have all heard of the indigenous people of Jamaica, the Tainos, but what impact, if any, did they leave on our culture?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr Lesley-Gail Atkinson Swaby has been studying the Tainos for years, and she has become an authority on the group of people. Putting her research to good use, Swaby has written a delightful children’s book entitled, ‘Boianani: A Taino Girl’s First Adventure’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1214} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/taino-book.jpg\" alt=\"\" class=\"wp-image-1214\" /><figcaption>  ‘Boianani: A Taino Girl’s First Adventure’ is a 56-page book intended to give children knowledge of the original inhabitants of Jamaica. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This 56-page book, which was published by Plum Valley Publishing Limited, will go some way in giving children an insight into the original inhabitants of Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Boianani is more than an intellectual property. She is part of me. In fact, she is me, not just in name, but her spirit and determination. She represents my journey, and now we have come full circle,” said Swaby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1215} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Dr-Swaby.jpg\" alt=\"\" class=\"wp-image-1215\" /><figcaption> Dr Lesley-Gail Atkinson Swaby (right) shares a copy of her book. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> The Tainos were the principal inhabitants of most of Cuba, Jamaica,<br> Hispaniola and Puerto Rico. When Christopher Columbus came to the New<br> World, he found the Tainos living in the Greater Antilles and subsequently attempted to convert them to Christianity.\n\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','A Taino’s tale: Dr Swaby launches new children’s book','','inherit','closed','closed','','1213-revision-v1','','','2019-07-31 17:47:34','2019-07-31 22:47:34','',1213,'https://buzz-caribbean.com/article/1213-revision-v1/',0,'revision','',0),(1218,9,'2019-07-31 17:48:43','2019-07-31 22:48:43','<!-- wp:paragraph -->\n<p>We have all heard of the indigenous people of Jamaica, the Tainos, but what impact, if any, did they leave on our culture?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr Lesley-Gail Atkinson Swaby has been studying the Tainos for years, and she has become an authority on the group of people. Putting her research to good use, Swaby has written a delightful children’s book entitled, ‘Boianani: A Taino Girl’s First Adventure’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1214} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/taino-book.jpg\" alt=\"\" class=\"wp-image-1214\" /><figcaption>  ‘Boianani: A Taino Girl’s First Adventure’ is a 56-page book intended to give children knowledge of the original inhabitants of Jamaica. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This 56-page book, which was published by Plum Valley Publishing Limited, will go some way in giving children an insight into the original inhabitants of Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Boianani is more than an intellectual property. She is part of me. In fact, she is me, not just in name, but her spirit and determination. She represents my journey, and now we have come full circle,” said Swaby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1215} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Dr-Swaby.jpg\" alt=\"\" class=\"wp-image-1215\" /><figcaption> Dr Lesley-Gail Atkinson Swaby (right) shares a copy of her book. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> The Tainos were the principal inhabitants of most of Cuba, Jamaica, Hispaniola and Puerto Rico. When Christopher Columbus came to the New World, he found the Tainos living in the Greater Antilles and subsequently attempted to convert them to Christianity. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','A Taino’s tale: Dr Swaby launches new children’s book','','inherit','closed','closed','','1213-revision-v1','','','2019-07-31 17:48:43','2019-07-31 22:48:43','',1213,'https://buzz-caribbean.com/article/1213-revision-v1/',0,'revision','',0),(1221,4,'2019-07-31 17:57:18','2019-07-31 22:57:18','','Blac Chyna attends the Blowpro event in Miami Beach','Blac Chyna attends the Blowpro event in Miami Beach, Florida. \n<P>\nPictured: Blac Chyna\n<B>Ref: SPL1595301  081017  </B><BR />\nPicture by: Romain Maurice/Splash News<BR />\n</P><P>\n<B>Splash News and Pictures</B><BR />\nLos Angeles:	310-821-2666<BR />\nNew York:	212-619-2666<BR />\nLondon:	870-934-2666<BR />\nphotodesk@splashnews.com<BR />\n</P>','inherit','closed','closed','','blac-chyna-attends-the-blowpro-event-in-miami-beach-2','','','2019-08-01 14:37:17','2019-08-01 19:37:17','',0,'https://buzz-caribbean.com/app/uploads/2019/07/Blac-Chyna-1-1.jpeg',0,'attachment','image/jpeg',0),(1224,15,'2019-07-31 18:09:12','2019-07-31 23:09:12','','2018_07_07_48925_1530972022._large','','inherit','closed','closed','','2018_07_07_48925_1530972022-_large','','','2019-07-31 18:09:12','2019-07-31 23:09:12','',0,'https://buzz-caribbean.com/app/uploads/2019/07/2018_07_07_48925_1530972022._large.jpg',0,'attachment','image/jpeg',0),(1225,13,'2019-08-14 18:20:18','2019-08-14 23:20:18','<!-- wp:image {\"id\":1228} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brittny1-1024x594.jpg\" alt=\"\" class=\"wp-image-1228\" /><figcaption>Brittny Newman</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny Newman is an architectural intern by day, but outside office hours, she’s laying the foundations for a successful career in the music industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brittny\'s first single, <strong>What\'s Good</strong>, got great traction in the USA. The song entered the DRT Independent and Global Charts at the number 183 spot. It eventually topped out at number 57 after eight weeks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The second single for the R&amp;B artiste, <strong>Cuffing Season</strong>, has been receiving positive feedback in the Jamaican market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1232} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Brittny-1-1024x684.jpg\" alt=\"\" class=\"wp-image-1232\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But, Brittny — who shares a child with reggae/dancehall artiste Christopher Martin — outlined that there are struggles associated with being a female act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For an upcoming female artiste, it is even harder, as people tend to gravitate easier and more quickly to male artistes. I\'ve now had to open up my life to the public in ways I never thought I could, and deal with a lot of criticism, be it negative positive or constructive,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year, the 24-year-old native of Mandeville in the parish of Manchester, signed a distribution deal with Sony Music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I’d like to be the female face of R&amp;B/Hip Hop for Jamaica.\"</p><cite>— Brittny Newman</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":1234} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/no-logo-3-919x1024.jpg\" alt=\"\" class=\"wp-image-1234\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny started singing at an early age, competing in local talent shows and attaining both gold and bronze medals through her singing and dancing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has made public appearances across the globe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1238} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brittny-748x1024.jpeg\" alt=\"\" class=\"wp-image-1238\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said: “I’d like to be the female face of R&amp;B/hip hop for Jamaica, to put us on that platform, advocating clean, positive, timeless music that people can listen to for generations to come,  of course, incorporating aspects of my culture in it where I can.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Within Jamaica, I’d say I’m different from other female artists based on the brand/content I’m selling.&nbsp;Not only am I doing R&amp;B, but my music is more clean, serene and conscious than what we see now.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1239} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brit-no-logo-820x1024.jpg\" alt=\"\" class=\"wp-image-1239\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny listed\nDamion Marley, Popcaan, Protoje, Sean Paul, Shenseea and Beres Hammond as local\nartistes she would love to work with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>International artistes she would love to work with are Rihanna, Alicia Keys (who she grew up listening to), Erykah Badu, Ariana Grande and Drake.</p>\n<!-- /wp:paragraph -->','Brittny Newman dreams of being the next big thing in music','','publish','open','closed','','brittny-newman-dreams-of-being-the-next-big-thing-in-music','','','2019-08-19 11:04:14','2019-08-19 16:04:14','',0,'https://buzz-caribbean.com/?p=1225',0,'post','',0),(1226,4,'2019-07-31 19:45:40','2019-08-01 00:45:40','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brittny Martin\nis an architect by day, but outside office hours, she’s laying the foundations\nfor a successful career in the music industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brittny\'s first single, <strong>What\'s Good</strong>, got great traction in the USA.<br>The song entered the DRT Independent and Global Charts at the number 183 spot. It eventually topped out at number 57 after eight weeks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The second single for the R&amp;B artiste, <strong>Cuffing Season</strong>, has been receiving positive feedback on the Jamaican Market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But, Brittny — who shares a child with dancehall artiste Christopher Martin — outlined that there are struggles associated with being a female act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For an upcoming female artiste, it is even harder, as people tend to gravitate easier and more quickly to male artistes. I\'ve now had to open up my life to the public in ways I never thought I could, and deal with a lot of criticism, be it negative positive or constructive,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year, the 24-year-old native of Mandeville in the parish of Manchester, signed a distribution deal with Sony Music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brittny started singing at an early age, competing in local talent shows and attaining both gold and bronze medals through her singing and dancing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has made public appearances across the globe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: “I’d like to be the female face of R&amp;B/Hip Hop for Jamaica, to put us on that platform, advocating clean, positive, timeless music that people can listen to for generations to come,  of course, incorporating aspects of my culture in it where I can.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Within Jamaica, I’d say I’m different from other female artists based on the brand/content I’m selling. Not only am I doing R&amp;B, but my music is more clean, serene and conscious than what we see now.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brittny listed\nDamion Marley, Popcaan, Protoje, Sean Paul, Shenseea and Beres Hammond as local\nartistes she would love to work with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>International artistes she would love to work with are Rihanna, Alicia Keys (who she grew up listening to), Erykah Badu, Ariana Grande and Drake.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Brittny Martin dreams of being the next big thing in music','','inherit','closed','closed','','1225-revision-v1','','','2019-07-31 19:45:40','2019-08-01 00:45:40','',1225,'https://buzz-caribbean.com/article/1225-revision-v1/',0,'revision','',0),(1227,4,'2019-07-31 19:47:40','2019-08-01 00:47:40','<!-- wp:paragraph -->\n<p>Brittny Newman is an architect by day, but outside office hours, she’s laying the foundations for a successful career in the music industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brittny\'s first single, <strong>What\'s Good</strong>, got great traction in the USA.<br>The song entered the DRT Independent and Global Charts at the number 183 spot. It eventually topped out at number 57 after eight weeks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The second single for the R&amp;B artiste, <strong>Cuffing Season</strong>, has been receiving positive feedback on the Jamaican Market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But, Brittny — who shares a child with dancehall artiste Christopher Martin — outlined that there are struggles associated with being a female act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For an upcoming female artiste, it is even harder, as people tend to gravitate easier and more quickly to male artistes. I\'ve now had to open up my life to the public in ways I never thought I could, and deal with a lot of criticism, be it negative positive or constructive,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year, the 24-year-old native of Mandeville in the parish of Manchester, signed a distribution deal with Sony Music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brittny started singing at an early age, competing in local talent shows and attaining both gold and bronze medals through her singing and dancing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has made public appearances across the globe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: “I’d like to be the female face of R&amp;B/Hip Hop for Jamaica, to put us on that platform, advocating clean, positive, timeless music that people can listen to for generations to come,  of course, incorporating aspects of my culture in it where I can.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Within Jamaica, I’d say I’m different from other female artists based on the brand/content I’m selling. Not only am I doing R&amp;B, but my music is more clean, serene and conscious than what we see now.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brittny listed\nDamion Marley, Popcaan, Protoje, Sean Paul, Shenseea and Beres Hammond as local\nartistes she would love to work with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>International artistes she would love to work with are Rihanna, Alicia Keys (who she grew up listening to), Erykah Badu, Ariana Grande and Drake.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Brittny Newman dreams of being the next big thing in music','','inherit','closed','closed','','1225-revision-v1','','','2019-07-31 19:47:40','2019-08-01 00:47:40','',1225,'https://buzz-caribbean.com/article/1225-revision-v1/',0,'revision','',0),(1228,4,'2019-07-31 20:05:10','2019-08-01 01:05:10','','brittny1','','inherit','closed','closed','','brittny1','','','2019-07-31 20:05:10','2019-08-01 01:05:10','',1225,'https://buzz-caribbean.com/app/uploads/2019/07/brittny1.jpg',0,'attachment','image/jpeg',0),(1229,4,'2019-07-31 20:08:17','2019-08-01 01:08:17','<!-- wp:paragraph -->\n<p>Brittny Newman is an architect by day, but outside office hours, she’s laying the foundations for a successful career in the music industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1228} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brittny1-1024x594.jpg\" alt=\"\" class=\"wp-image-1228\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny\'s first single, <strong>What\'s Good</strong>, got great traction in the USA.<br>The song entered the DRT Independent and Global Charts at the number 183 spot. It eventually topped out at number 57 after eight weeks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The second single for the R&amp;B artiste, <strong>Cuffing Season</strong>, has been receiving positive feedback on the Jamaican Market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But, Brittny — who shares a child with dancehall artiste Christopher Martin — outlined that there are struggles associated with being a female act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For an upcoming female artiste, it is even harder, as people tend to gravitate easier and more quickly to male artistes. I\'ve now had to open up my life to the public in ways I never thought I could, and deal with a lot of criticism, be it negative positive or constructive,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year, the 24-year-old native of Mandeville in the parish of Manchester, signed a distribution deal with Sony Music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I’d like to be the female face of R&amp;B/Hip Hop for Jamaica\"</p><cite>— Brittny Jones</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Brittny started singing at an early age, competing in local talent shows and attaining both gold and bronze medals through her singing and dancing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has made public appearances across the globe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: “I’d like to be the female face of R&amp;B/Hip Hop for Jamaica, to put us on that platform, advocating clean, positive, timeless music that people can listen to for generations to come,  of course, incorporating aspects of my culture in it where I can.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Within Jamaica, I’d say I’m different from other female artists based on the brand/content I’m selling. Not only am I doing R&amp;B, but my music is more clean, serene and conscious than what we see now.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brittny listed\nDamion Marley, Popcaan, Protoje, Sean Paul, Shenseea and Beres Hammond as local\nartistes she would love to work with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>International artistes she would love to work with are Rihanna, Alicia Keys (who she grew up listening to), Erykah Badu, Ariana Grande and Drake.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Brittny Martin dreams of being the next big thing in music','','inherit','closed','closed','','1225-revision-v1','','','2019-07-31 20:08:17','2019-08-01 01:08:17','',1225,'https://buzz-caribbean.com/article/1225-revision-v1/',0,'revision','',0),(1230,4,'2019-07-31 20:10:17','2019-08-01 01:10:17','<!-- wp:paragraph -->\n<p>Brittny Newman is an architect by day, but outside office hours, she’s laying the foundations for a successful career in the music industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1228} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brittny1-1024x594.jpg\" alt=\"\" class=\"wp-image-1228\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny\'s first single, <strong>What\'s Good</strong>, got great traction in the USA.<br>The song entered the DRT Independent and Global Charts at the number 183 spot. It eventually topped out at number 57 after eight weeks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The second single for the R&amp;B artiste, <strong>Cuffing Season</strong>, has been receiving positive feedback on the Jamaican Market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But, Brittny — who shares a child with dancehall artiste Christopher Martin — outlined that there are struggles associated with being a female act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“For an upcoming female artiste, it is even harder, as people tend to gravitate easier and more quickly to male artistes. I\'ve now had to open up my life to the public in ways I never thought I could, and deal with a lot of criticism, be it negative positive or constructive,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year, the 24-year-old native of Mandeville in the parish of Manchester, signed a distribution deal with Sony Music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I’d like to be the female face of R&amp;B/Hip Hop for Jamaica\"</p><cite>— Brittny Jones</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny started singing at an early age, competing in local talent shows and attaining both gold and bronze medals through her singing and dancing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has made public appearances across the globe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: “I’d like to be the female face of R&amp;B/Hip Hop for Jamaica, to put us on that platform, advocating clean, positive, timeless music that people can listen to for generations to come,  of course, incorporating aspects of my culture in it where I can.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Within Jamaica, I’d say I’m different from other female artists based on the brand/content I’m selling. Not only am I doing R&amp;B, but my music is more clean, serene and conscious than what we see now.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brittny listed\nDamion Marley, Popcaan, Protoje, Sean Paul, Shenseea and Beres Hammond as local\nartistes she would love to work with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>International artistes she would love to work with are Rihanna, Alicia Keys (who she grew up listening to), Erykah Badu, Ariana Grande and Drake.</p>\n<!-- /wp:paragraph -->','Brittny Martin dreams of being the next big thing in music','','inherit','closed','closed','','1225-revision-v1','','','2019-07-31 20:10:17','2019-08-01 01:10:17','',1225,'https://buzz-caribbean.com/article/1225-revision-v1/',0,'revision','',0),(1231,4,'2019-07-31 20:14:11','2019-08-01 01:14:11','','Brittny','','inherit','closed','closed','','brittny','','','2019-07-31 20:14:11','2019-08-01 01:14:11','',1225,'https://buzz-caribbean.com/app/uploads/2019/07/Brittny.jpg',0,'attachment','image/jpeg',0),(1232,4,'2019-07-31 20:14:19','2019-08-01 01:14:19','','Brittny-1','','inherit','closed','closed','','brittny-1','','','2019-07-31 20:14:19','2019-08-01 01:14:19','',1225,'https://buzz-caribbean.com/app/uploads/2019/07/Brittny-1.jpg',0,'attachment','image/jpeg',0),(1233,4,'2019-07-31 20:15:23','2019-08-01 01:15:23','<!-- wp:paragraph -->\n<p>Brittny Newman is an architect by day, but outside office hours, she’s laying the foundations for a successful career in the music industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1228} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brittny1-1024x594.jpg\" alt=\"\" class=\"wp-image-1228\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny\'s first single, <strong>What\'s Good</strong>, got great traction in the USA.<br>The song entered the DRT Independent and Global Charts at the number 183 spot. It eventually topped out at number 57 after eight weeks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The second single for the R&amp;B artiste, <strong>Cuffing Season</strong>, has been receiving positive feedback on the Jamaican Market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1232} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Brittny-1-1024x684.jpg\" alt=\"\" class=\"wp-image-1232\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But, Brittny — who shares a child with dancehall artiste Christopher Martin — outlined that there are struggles associated with being a female act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For an upcoming female artiste, it is even harder, as people tend to gravitate easier and more quickly to male artistes. I\'ve now had to open up my life to the public in ways I never thought I could, and deal with a lot of criticism, be it negative positive or constructive,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year, the 24-year-old native of Mandeville in the parish of Manchester, signed a distribution deal with Sony Music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I’d like to be the female face of R&amp;B/Hip Hop for Jamaica\"</p><cite>— Brittny Jones</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny started singing at an early age, competing in local talent shows and attaining both gold and bronze medals through her singing and dancing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has made public appearances across the globe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: “I’d like to be the female face of R&amp;B/Hip Hop for Jamaica, to put us on that platform, advocating clean, positive, timeless music that people can listen to for generations to come,  of course, incorporating aspects of my culture in it where I can.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Within Jamaica, I’d say I’m different from other female artists based on the brand/content I’m selling. Not only am I doing R&amp;B, but my music is more clean, serene and conscious than what we see now.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brittny listed\nDamion Marley, Popcaan, Protoje, Sean Paul, Shenseea and Beres Hammond as local\nartistes she would love to work with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>International artistes she would love to work with are Rihanna, Alicia Keys (who she grew up listening to), Erykah Badu, Ariana Grande and Drake.</p>\n<!-- /wp:paragraph -->','Brittny Martin dreams of being the next big thing in music','','inherit','closed','closed','','1225-revision-v1','','','2019-07-31 20:15:23','2019-08-01 01:15:23','',1225,'https://buzz-caribbean.com/article/1225-revision-v1/',0,'revision','',0),(1234,4,'2019-07-31 20:17:49','2019-08-01 01:17:49','','no-logo-3','','inherit','closed','closed','','no-logo-3','','','2019-07-31 20:17:49','2019-08-01 01:17:49','',1225,'https://buzz-caribbean.com/app/uploads/2019/07/no-logo-3.jpg',0,'attachment','image/jpeg',0),(1235,4,'2019-07-31 20:18:05','2019-08-01 01:18:05','<!-- wp:paragraph -->\n<p>Brittny Newman is an architect by day, but outside office hours, she’s laying the foundations for a successful career in the music industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1228} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brittny1-1024x594.jpg\" alt=\"\" class=\"wp-image-1228\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny\'s first single, <strong>What\'s Good</strong>, got great traction in the USA.<br>The song entered the DRT Independent and Global Charts at the number 183 spot. It eventually topped out at number 57 after eight weeks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The second single for the R&amp;B artiste, <strong>Cuffing Season</strong>, has been receiving positive feedback on the Jamaican Market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1232} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Brittny-1-1024x684.jpg\" alt=\"\" class=\"wp-image-1232\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But, Brittny — who shares a child with dancehall artiste Christopher Martin — outlined that there are struggles associated with being a female act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For an upcoming female artiste, it is even harder, as people tend to gravitate easier and more quickly to male artistes. I\'ve now had to open up my life to the public in ways I never thought I could, and deal with a lot of criticism, be it negative positive or constructive,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year, the 24-year-old native of Mandeville in the parish of Manchester, signed a distribution deal with Sony Music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I’d like to be the female face of R&amp;B/Hip Hop for Jamaica\"</p><cite>— Brittny Jones</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":1234} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/no-logo-3-919x1024.jpg\" alt=\"\" class=\"wp-image-1234\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny started singing at an early age, competing in local talent shows and attaining both gold and bronze medals through her singing and dancing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has made public appearances across the globe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: “I’d like to be the female face of R&amp;B/Hip Hop for Jamaica, to put us on that platform, advocating clean, positive, timeless music that people can listen to for generations to come,  of course, incorporating aspects of my culture in it where I can.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Within Jamaica, I’d say I’m different from other female artists based on the brand/content I’m selling. Not only am I doing R&amp;B, but my music is more clean, serene and conscious than what we see now.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brittny listed\nDamion Marley, Popcaan, Protoje, Sean Paul, Shenseea and Beres Hammond as local\nartistes she would love to work with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>International artistes she would love to work with are Rihanna, Alicia Keys (who she grew up listening to), Erykah Badu, Ariana Grande and Drake.</p>\n<!-- /wp:paragraph -->','Brittny Martin dreams of being the next big thing in music','','inherit','closed','closed','','1225-revision-v1','','','2019-07-31 20:18:05','2019-08-01 01:18:05','',1225,'https://buzz-caribbean.com/article/1225-revision-v1/',0,'revision','',0),(1236,4,'2019-07-31 20:21:26','2019-08-01 01:21:26','<!-- wp:image {\"id\":1228} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brittny1-1024x594.jpg\" alt=\"\" class=\"wp-image-1228\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny Newman is an architect by day, but outside office hours, she’s laying the foundations for a successful career in the music industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brittny\'s first single, <strong>What\'s Good</strong>, got great traction in the USA.<br>The song entered the DRT Independent and Global Charts at the number 183 spot. It eventually topped out at number 57 after eight weeks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The second single for the R&amp;B artiste, <strong>Cuffing Season</strong>, has been receiving positive feedback on the Jamaican Market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1232} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Brittny-1-1024x684.jpg\" alt=\"\" class=\"wp-image-1232\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But, Brittny — who shares a child with dancehall artiste Christopher Martin — outlined that there are struggles associated with being a female act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For an upcoming female artiste, it is even harder, as people tend to gravitate easier and more quickly to male artistes. I\'ve now had to open up my life to the public in ways I never thought I could, and deal with a lot of criticism, be it negative positive or constructive,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year, the 24-year-old native of Mandeville in the parish of Manchester, signed a distribution deal with Sony Music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I’d like to be the female face of R&amp;B/Hip Hop for Jamaica\"</p><cite>— Brittny Jones</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":1234} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/no-logo-3-919x1024.jpg\" alt=\"\" class=\"wp-image-1234\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny started singing at an early age, competing in local talent shows and attaining both gold and bronze medals through her singing and dancing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has made public appearances across the globe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: “I’d like to be the female face of R&amp;B/Hip Hop for Jamaica, to put us on that platform, advocating clean, positive, timeless music that people can listen to for generations to come,  of course, incorporating aspects of my culture in it where I can.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Within Jamaica, I’d say I’m different from other female artists based on the brand/content I’m selling. Not only am I doing R&amp;B, but my music is more clean, serene and conscious than what we see now.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brittny listed\nDamion Marley, Popcaan, Protoje, Sean Paul, Shenseea and Beres Hammond as local\nartistes she would love to work with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>International artistes she would love to work with are Rihanna, Alicia Keys (who she grew up listening to), Erykah Badu, Ariana Grande and Drake.</p>\n<!-- /wp:paragraph -->','Brittny Martin dreams of being the next big thing in music','','inherit','closed','closed','','1225-revision-v1','','','2019-07-31 20:21:26','2019-08-01 01:21:26','',1225,'https://buzz-caribbean.com/article/1225-revision-v1/',0,'revision','',0),(1237,4,'2019-07-31 20:22:02','2019-08-01 01:22:02','<!-- wp:image {\"id\":1228} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brittny1-1024x594.jpg\" alt=\"\" class=\"wp-image-1228\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny Newman is an architect by day, but outside office hours, she’s laying the foundations for a successful career in the music industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brittny\'s first single, <strong>What\'s Good</strong>, got great traction in the USA.<br>The song entered the DRT Independent and Global Charts at the number 183 spot. It eventually topped out at number 57 after eight weeks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The second single for the R&amp;B artiste, <strong>Cuffing Season</strong>, has been receiving positive feedback on the Jamaican Market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1232} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Brittny-1-1024x684.jpg\" alt=\"\" class=\"wp-image-1232\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But, Brittny — who shares a child with dancehall artiste Christopher Martin — outlined that there are struggles associated with being a female act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For an upcoming female artiste, it is even harder, as people tend to gravitate easier and more quickly to male artistes. I\'ve now had to open up my life to the public in ways I never thought I could, and deal with a lot of criticism, be it negative positive or constructive,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year, the 24-year-old native of Mandeville in the parish of Manchester, signed a distribution deal with Sony Music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I’d like to be the female face of R&amp;B/Hip Hop for Jamaica\"</p><cite>— Brittny Jones</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":1234} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/no-logo-3-919x1024.jpg\" alt=\"\" class=\"wp-image-1234\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny started singing at an early age, competing in local talent shows and attaining both gold and bronze medals through her singing and dancing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has made public appearances across the globe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: “I’d like to be the female face of R&amp;B/Hip Hop for Jamaica, to put us on that platform, advocating clean, positive, timeless music that people can listen to for generations to come,  of course, incorporating aspects of my culture in it where I can.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Within Jamaica, I’d say I’m different from other female artists based on the brand/content I’m selling. Not only am I doing R&amp;B, but my music is more clean, serene and conscious than what we see now.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brittny listed\nDamion Marley, Popcaan, Protoje, Sean Paul, Shenseea and Beres Hammond as local\nartistes she would love to work with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>International artistes she would love to work with are Rihanna, Alicia Keys (who she grew up listening to), Erykah Badu, Ariana Grande and Drake.</p>\n<!-- /wp:paragraph -->','Brittny Newman dreams of being the next big thing in music','','inherit','closed','closed','','1225-revision-v1','','','2019-07-31 20:22:02','2019-08-01 01:22:02','',1225,'https://buzz-caribbean.com/article/1225-revision-v1/',0,'revision','',0),(1238,4,'2019-07-31 20:28:15','2019-08-01 01:28:15','','brittny','','inherit','closed','closed','','brittny-2','','','2019-07-31 20:28:15','2019-08-01 01:28:15','',1225,'https://buzz-caribbean.com/app/uploads/2019/07/brittny.jpeg',0,'attachment','image/jpeg',0),(1239,4,'2019-07-31 20:31:28','2019-08-01 01:31:28','','brit-no-logo','','inherit','closed','closed','','brit-no-logo','','','2019-07-31 20:31:28','2019-08-01 01:31:28','',1225,'https://buzz-caribbean.com/app/uploads/2019/07/brit-no-logo.jpg',0,'attachment','image/jpeg',0),(1240,4,'2019-07-31 20:31:36','2019-08-01 01:31:36','<!-- wp:image {\"id\":1228} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brittny1-1024x594.jpg\" alt=\"\" class=\"wp-image-1228\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny Newman is an architect by day, but outside office hours, she’s laying the foundations for a successful career in the music industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brittny\'s first single, <strong>What\'s Good</strong>, got great traction in the USA.<br>The song entered the DRT Independent and Global Charts at the number 183 spot. It eventually topped out at number 57 after eight weeks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The second single for the R&amp;B artiste, <strong>Cuffing Season</strong>, has been receiving positive feedback on the Jamaican Market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1232} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Brittny-1-1024x684.jpg\" alt=\"\" class=\"wp-image-1232\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But, Brittny — who shares a child with dancehall artiste Christopher Martin — outlined that there are struggles associated with being a female act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For an upcoming female artiste, it is even harder, as people tend to gravitate easier and more quickly to male artistes. I\'ve now had to open up my life to the public in ways I never thought I could, and deal with a lot of criticism, be it negative positive or constructive,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year, the 24-year-old native of Mandeville in the parish of Manchester, signed a distribution deal with Sony Music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I’d like to be the female face of R&amp;B/Hip Hop for Jamaica\"</p><cite>— Brittny Jones</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":1234} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/no-logo-3-919x1024.jpg\" alt=\"\" class=\"wp-image-1234\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny started singing at an early age, competing in local talent shows and attaining both gold and bronze medals through her singing and dancing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has made public appearances across the globe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1238} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brittny-748x1024.jpeg\" alt=\"\" class=\"wp-image-1238\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said: “I’d like to be the female face of R&amp;B/Hip Hop for Jamaica, to put us on that platform, advocating clean, positive, timeless music that people can listen to for generations to come,  of course, incorporating aspects of my culture in it where I can.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Within Jamaica, I’d say I’m different from other female artists based on the brand/content I’m selling. Not only am I doing R&amp;B, but my music is more clean, serene and conscious than what we see now.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1239} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brit-no-logo-820x1024.jpg\" alt=\"\" class=\"wp-image-1239\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny listed\nDamion Marley, Popcaan, Protoje, Sean Paul, Shenseea and Beres Hammond as local\nartistes she would love to work with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>International artistes she would love to work with are Rihanna, Alicia Keys (who she grew up listening to), Erykah Badu, Ariana Grande and Drake.</p>\n<!-- /wp:paragraph -->','Brittny Martin dreams of being the next big thing in music','','inherit','closed','closed','','1225-revision-v1','','','2019-07-31 20:31:36','2019-08-01 01:31:36','',1225,'https://buzz-caribbean.com/article/1225-revision-v1/',0,'revision','',0),(1241,4,'2019-07-31 20:32:27','2019-08-01 01:32:27','<!-- wp:image {\"id\":1228} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brittny1-1024x594.jpg\" alt=\"\" class=\"wp-image-1228\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny Newman is an architect by day, but outside office hours, she’s laying the foundations for a successful career in the music industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brittny\'s first single, <strong>What\'s Good</strong>, got great traction in the USA.<br>The song entered the DRT Independent and Global Charts at the number 183 spot. It eventually topped out at number 57 after eight weeks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The second single for the R&amp;B artiste, <strong>Cuffing Season</strong>, has been receiving positive feedback on the Jamaican Market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1232} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Brittny-1-1024x684.jpg\" alt=\"\" class=\"wp-image-1232\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But, Brittny — who shares a child with dancehall artiste Christopher Martin — outlined that there are struggles associated with being a female act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For an upcoming female artiste, it is even harder, as people tend to gravitate easier and more quickly to male artistes. I\'ve now had to open up my life to the public in ways I never thought I could, and deal with a lot of criticism, be it negative positive or constructive,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year, the 24-year-old native of Mandeville in the parish of Manchester, signed a distribution deal with Sony Music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I’d like to be the female face of R&amp;B/Hip Hop for Jamaica\"</p><cite>— Brittny Jones</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":1234} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/no-logo-3-919x1024.jpg\" alt=\"\" class=\"wp-image-1234\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny started singing at an early age, competing in local talent shows and attaining both gold and bronze medals through her singing and dancing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has made public appearances across the globe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1238} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brittny-748x1024.jpeg\" alt=\"\" class=\"wp-image-1238\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said: “I’d like to be the female face of R&amp;B/Hip Hop for Jamaica, to put us on that platform, advocating clean, positive, timeless music that people can listen to for generations to come,  of course, incorporating aspects of my culture in it where I can.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Within Jamaica, I’d say I’m different from other female artists based on the brand/content I’m selling. Not only am I doing R&amp;B, but my music is more clean, serene and conscious than what we see now.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1239} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brit-no-logo-820x1024.jpg\" alt=\"\" class=\"wp-image-1239\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny listed\nDamion Marley, Popcaan, Protoje, Sean Paul, Shenseea and Beres Hammond as local\nartistes she would love to work with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>International artistes she would love to work with are Rihanna, Alicia Keys (who she grew up listening to), Erykah Badu, Ariana Grande and Drake.</p>\n<!-- /wp:paragraph -->','Brittny Newman dreams of being the next big thing in music','','inherit','closed','closed','','1225-revision-v1','','','2019-07-31 20:32:27','2019-08-01 01:32:27','',1225,'https://buzz-caribbean.com/article/1225-revision-v1/',0,'revision','',0),(1242,4,'2019-07-31 20:36:50','2019-08-01 01:36:50','<!-- wp:image {\"id\":1228} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brittny1-1024x594.jpg\" alt=\"\" class=\"wp-image-1228\" /><figcaption>Brittny Newman</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny Newman is an architect by day, but outside office hours, she’s laying the foundations for a successful career in the music industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brittny\'s first single, <strong>What\'s Good</strong>, got great traction in the USA.<br>The song entered the DRT Independent and Global Charts at the number 183 spot. It eventually topped out at number 57 after eight weeks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The second single for the R&amp;B artiste, <strong>Cuffing Season</strong>, has been receiving positive feedback on the Jamaican Market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1232} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Brittny-1-1024x684.jpg\" alt=\"\" class=\"wp-image-1232\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But, Brittny — who shares a child with dancehall artiste Christopher Martin — outlined that there are struggles associated with being a female act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For an upcoming female artiste, it is even harder, as people tend to gravitate easier and more quickly to male artistes. I\'ve now had to open up my life to the public in ways I never thought I could, and deal with a lot of criticism, be it negative positive or constructive,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year, the 24-year-old native of Mandeville in the parish of Manchester, signed a distribution deal with Sony Music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I’d like to be the female face of R&amp;B/Hip Hop for Jamaica\"</p><cite>— Brittny Jones</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":1234} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/no-logo-3-919x1024.jpg\" alt=\"\" class=\"wp-image-1234\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny started singing at an early age, competing in local talent shows and attaining both gold and bronze medals through her singing and dancing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has made public appearances across the globe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1238} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brittny-748x1024.jpeg\" alt=\"\" class=\"wp-image-1238\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said: “I’d like to be the female face of R&amp;B/Hip Hop for Jamaica, to put us on that platform, advocating clean, positive, timeless music that people can listen to for generations to come,  of course, incorporating aspects of my culture in it where I can.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Within Jamaica, I’d say I’m different from other female artists based on the brand/content I’m selling. Not only am I doing R&amp;B, but my music is more clean, serene and conscious than what we see now.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1239} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brit-no-logo-820x1024.jpg\" alt=\"\" class=\"wp-image-1239\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny listed\nDamion Marley, Popcaan, Protoje, Sean Paul, Shenseea and Beres Hammond as local\nartistes she would love to work with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>International artistes she would love to work with are Rihanna, Alicia Keys (who she grew up listening to), Erykah Badu, Ariana Grande and Drake.</p>\n<!-- /wp:paragraph -->','Brittny Newman dreams of being the next big thing in music','','inherit','closed','closed','','1225-revision-v1','','','2019-07-31 20:36:50','2019-08-01 01:36:50','',1225,'https://buzz-caribbean.com/article/1225-revision-v1/',0,'revision','',0),(1243,4,'2019-07-31 20:46:23','2019-08-01 01:46:23','<!-- wp:paragraph -->\n<p>Leon Bailey\'s customised Benz Brabus coupe is the latest luxury car turning heads on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The footballer, who plays for Bayern Leverkusen in the German Bundesliga, shelled out the estimated equivalent of  J$120 million to purchase, customise and import the vehicle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"711\"],\"columns\":1} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-1-1024x683.jpg\" alt=\"\" data-id=\"711\" data-link=\"https://buzz-caribbean.com/?attachment_id=711\" class=\"wp-image-711\" /><figcaption>Photos by Don Weysome</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Bailey posted a photo of his 800 horsepower machine on his Instagram page with the line, \"Man neva born inna&nbsp; luxury, a just hard work and Father God.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His adopted father and boss of Phoenix Football Academy, Craig Butler, gave<strong> Buzz Caribbean</strong> a tour of the vehicle recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[720,721,722,723,724,727],\"columns\":5} -->\n<ul class=\"wp-block-gallery columns-5 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus5-1-1024x683.jpg\" alt=\"\" data-id=\"720\" data-link=\"https://buzz-caribbean.com/?attachment_id=720\" class=\"wp-image-720\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus7-1024x683.jpg\" alt=\"\" data-id=\"721\" data-link=\"https://buzz-caribbean.com/?attachment_id=721\" class=\"wp-image-721\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-3-1-1024x683.jpg\" alt=\"\" data-id=\"722\" data-link=\"https://buzz-caribbean.com/?attachment_id=722\" class=\"wp-image-722\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Brabus6-1024x683.jpg\" alt=\"\" data-id=\"723\" data-link=\"https://buzz-caribbean.com/?attachment_id=723\" class=\"wp-image-723\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus9-1024x683.jpg\" alt=\"\" data-id=\"724\" data-link=\"https://buzz-caribbean.com/?attachment_id=724\" class=\"wp-image-724\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/leon-bailey.jpg\" alt=\"\" data-id=\"727\" data-link=\"https://buzz-caribbean.com/?attachment_id=727\" class=\"wp-image-727\" /><figcaption>Leon Bailey</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p> <br></p>\n<!-- /wp:paragraph -->','Leon Bailey lands $120 million Benz in the island','','inherit','closed','closed','','700-revision-v1','','','2019-07-31 20:46:23','2019-08-01 01:46:23','',700,'https://buzz-caribbean.com/article/700-revision-v1/',0,'revision','',0),(1245,4,'2019-07-31 20:57:35','2019-08-01 01:57:35','<!-- wp:paragraph -->\n<p>Barbados, which has long been viewed as one of the Caribbean’s leading tourism destinations, is projecting an increase in visitor arrivals this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>William Griffith, the CEO of Barbados Tourism Marketing Inc ( BTMI), said that there has been an increase in the number of persons visiting Barbados from the United Kingdom and the United States. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1100} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/beach-exotic-holiday-248797-1024x410.jpg\" alt=\"\" class=\"wp-image-1100\" /><figcaption>More than 324,000 tourists have visited Barbados since the start of the year.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"The BTMI is already reporting 324,551 arrivals for 2019 which is 4 per cent above the same period for 2018. The UK grew by&nbsp; 9.6 per cent over 2018, and the US, which has been showing consistent increases, is up by 7.5 per cent over last year,\" Griffith said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also noted that other successes have been recording in the Caribbean, as well as Central and South America, and \"also Germany, who we are watching closely, as we welcome a new Lufthansa service this October.” </p>\n<!-- /wp:paragraph -->','More tourists going to Barbados','','inherit','closed','closed','','1089-revision-v1','','','2019-07-31 20:57:35','2019-08-01 01:57:35','',1089,'https://buzz-caribbean.com/article/1089-revision-v1/',0,'revision','',0),(1246,9,'2019-08-01 13:45:26','2019-08-01 18:45:26','<!-- wp:image {\"id\":1247} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/2018-jaguar-xjr575-e1516672804195-1024x509.jpg\" alt=\"\" class=\"wp-image-1247\" /><figcaption>The Jaguar XJ luxury sedan will be replaced by an electric model next year. <br>(Photos: JLR\'s website)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jaguar Land Rover (JLR) is committed to building electric cars in the United Kingdom with an initial investment of £1 billion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are committed to making our next generation of zero-emission vehicles in the UK,” JLR’s CEO, Ralf Speth, is reported to have told the<strong> </strong>Financial Times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“If batteries go out of the UK, then automotive production will go out of the UK. The battery is 40 per cent of the cost of an electric vehicle. We want to keep this kind of added value inside the UK.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“We are committed to making our next generation of zero-emission vehicles in the UK.\" </p><cite>— JLR’s CEO, Ralf Speth </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The first JLR battery car to be made in the UK’s Castle Bromwich will be an electric XJ. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier this year, JLR’s owner Tata Motors denied it would be selling the British car company to the French-owned PSA Group (operators of the Peugeot, Citroen and Vauxhall brands).<br><br></p>\n<!-- /wp:paragraph -->','Jaguar Land Rover to build electric cars in the UK','','publish','closed','closed','','jaguar-land-rover-to-build-electric-cars-in-the-uk','','','2019-08-12 16:34:34','2019-08-12 21:34:34','',0,'https://buzz-caribbean.com/?p=1246',0,'post','',0),(1247,9,'2019-08-01 13:38:51','2019-08-01 18:38:51','','2018-jaguar-xjr575-e1516672804195','','inherit','closed','closed','','2018-jaguar-xjr575-e1516672804195','','','2019-08-01 13:38:51','2019-08-01 18:38:51','',1246,'https://buzz-caribbean.com/app/uploads/2019/08/2018-jaguar-xjr575-e1516672804195.jpg',0,'attachment','image/jpeg',0),(1248,9,'2019-08-01 13:42:05','2019-08-01 18:42:05','<!-- wp:paragraph -->\n<p>Jaguar Land Rover (JLR) is committed to building electric cars in the United Kingdom with an initial investment of £1 billion.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1247} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/2018-jaguar-xjr575-e1516672804195-1024x509.jpg\" alt=\"\" class=\"wp-image-1247\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We are committed to making our next generation of zero-emission vehicles in the UK,” JLR’s CEO, Ralf Speth, is reported to have told the <strong>Financial Times</strong>.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“If batteries go out of the UK, then automotive production will go out of the UK. The battery is 40 per cent of the cost of an electric vehicle. We want to keep this kind of added value inside the UK.”<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“We are committed to making our next generation of zero-emission vehicles in the UK.\" </p><cite>-   JLR’s CEO, Ralf Speth </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The first JLR battery car to be made in the UK’s Castle Bromwich will be an<br>electric XJ.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier this year, JLR’s owner Tata Motors denied it would be selling the British car company to the French-owned PSA Group ( operators of the Peugeot, Citroen and Vauxhall brands).<br><br></p>\n<!-- /wp:paragraph -->','Jaguar Land Rover to build electric cars in the UK','','inherit','closed','closed','','1246-revision-v1','','','2019-08-01 13:42:05','2019-08-01 18:42:05','',1246,'https://buzz-caribbean.com/article/1246-revision-v1/',0,'revision','',0),(1249,9,'2019-08-01 13:44:04','2019-08-01 18:44:04','<!-- wp:image {\"id\":1247} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/2018-jaguar-xjr575-e1516672804195-1024x509.jpg\" alt=\"\" class=\"wp-image-1247\" /><figcaption>The Jaguar XJ luxury sedan will be replaced by an electric model next year. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jaguar Land Rover (JLR) is committed to building electric cars in the United Kingdom with an initial investment of £1 billion.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are committed to making our next generation of zero-emission vehicles in the UK,” JLR’s CEO, Ralf Speth, is reported to have told the <strong>Financial Times</strong>.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“If batteries go out of the UK, then automotive production will go out of the UK. The battery is 40 per cent of the cost of an electric vehicle. We want to keep this kind of added value inside the UK.”<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“We are committed to making our next generation of zero-emission vehicles in the UK.\" </p><cite>-   JLR’s CEO, Ralf Speth </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The first JLR battery car to be made in the UK’s Castle Bromwich will be an<br>electric XJ.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier this year, JLR’s owner Tata Motors denied it would be selling the British car company to the French-owned PSA Group ( operators of the Peugeot, Citroen and Vauxhall brands).<br><br></p>\n<!-- /wp:paragraph -->','Jaguar Land Rover to build electric cars in the UK','','inherit','closed','closed','','1246-revision-v1','','','2019-08-01 13:44:04','2019-08-01 18:44:04','',1246,'https://buzz-caribbean.com/article/1246-revision-v1/',0,'revision','',0),(1250,9,'2019-08-01 13:45:26','2019-08-01 18:45:26','<!-- wp:image {\"id\":1247} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/2018-jaguar-xjr575-e1516672804195-1024x509.jpg\" alt=\"\" class=\"wp-image-1247\" /><figcaption>The Jaguar XJ luxury sedan will be replaced by an electric model next year. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jaguar Land Rover (JLR) is committed to building electric cars in the United Kingdom with an initial investment of £1 billion.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are committed to making our next generation of zero-emission vehicles in the UK,” JLR’s CEO, Ralf Speth, is reported to have told the <strong>Financial Times</strong>.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“If batteries go out of the UK, then automotive production will go out of the UK. The battery is 40 per cent of the cost of an electric vehicle. We want to keep this kind of added value inside the UK.”<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“We are committed to making our next generation of zero-emission vehicles in the UK.\" </p><cite>-   JLR’s CEO, Ralf Speth </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The first JLR battery car to be made in the UK’s Castle Bromwich will be an electric XJ.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier this year, JLR’s owner Tata Motors denied it would be selling the British car company to the French-owned PSA Group (operators of the Peugeot, Citroen and Vauxhall brands).<br><br></p>\n<!-- /wp:paragraph -->','Jaguar Land Rover to build electric cars in the UK','','inherit','closed','closed','','1246-revision-v1','','','2019-08-01 13:45:26','2019-08-01 18:45:26','',1246,'https://buzz-caribbean.com/article/1246-revision-v1/',0,'revision','',0),(1251,9,'2019-08-01 13:59:24','2019-08-01 18:59:24','<!-- wp:image {\"id\":1252} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Craig-David-.jpeg\" alt=\"\" class=\"wp-image-1252\" /><figcaption>Craig David refuses to talk about anyone he is dating.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Craig David insists that he will never put his relationships in the spotlight because he doesn\'t want to come with \"all this baggage\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Fill Me In</strong> hitmaker refuses to talk about anyone he dates because he doesn\'t want to ruin the romance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"There\'s not much of my life that isn\'t sort of out there in the world. There are certain elements you want to hold on to. When it comes to getting into a relationship, for the respect of the other person, I don\'t want it to always come with all this baggage. I want it to be, like, let it grow. You don\'t want to trample on the whole thing because it never got a chance in its infancy.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I\'m not in a relationship, but my heart is always open.\" </p><cite>- Craig David</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>However, the 38-year-old singer insists he isn\'t in any kind of relationship at the moment, but his heart is \"open\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added: \"I\'m not in a relationship, but my heart is always open. It\'s a cop-out when any artiste says, \'I haven\'t got time for relationships.\' You\'ve always got time for relationships.\" </p>\n<!-- /wp:paragraph -->','Craig David fears public relationships','','publish','closed','closed','','craig-david-fears-public-relationships','','','2019-08-12 16:32:56','2019-08-12 21:32:56','',0,'https://buzz-caribbean.com/?p=1251',0,'post','',0),(1252,9,'2019-08-01 13:55:43','2019-08-01 18:55:43','','NORESTRICTIONS','The Global Awards at London Eventim Apollo Hammersmith,1st March 2018 BANG MEDIA INTERNATIONAL FAMOUS PICTURES 28 HOLMES ROAD LONDON NW5 3AB UNITED KINGDOM tel +44 (0) 20 7485 1005 e-mail info@famous.uk.com','inherit','closed','closed','','norestrictions','','','2019-08-01 13:55:43','2019-08-01 18:55:43','',1251,'https://buzz-caribbean.com/app/uploads/2019/08/Craig-David-.jpeg',0,'attachment','image/jpeg',0),(1254,9,'2019-08-01 13:58:51','2019-08-01 18:58:51','<!-- wp:image {\"id\":1252} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Craig-David-.jpeg\" alt=\"\" class=\"wp-image-1252\" /><figcaption>Craig David refuses to talk about anyone he is dating.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Craig David insists that he will never put his relationships in the spotlight because he doesn\'t want to come with \"all this baggage\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>The \'Fill Me In\' hitmaker refuses to talk about anyone he dates because he doesn\'t want to ruin the romance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>He said: \"There\'s not much of my life that isn\'t sort of out there in the world. There are certain elements you want to hold on to. When it comes to getting into a relationship, for the respect of the other person, I don\'t want it to always come with all this baggage. I want it to be, like, let it grow. You don\'t want to trample on the whole thing because it never got a chance in its infancy.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I\'m not in a relationship, but my heart is always open.\" </p><cite>- Craig David</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><br>However, the 38-year-old singer insists he isn\'t in any kind of relationship at the moment, but his heart is \"open\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>He added: \"I\'m not in a relationship, but my heart is always open. It\'s a cop-out when any artiste says, \'I haven\'t got time for relationships.\' You\'ve always got time for relationships.\" </p>\n<!-- /wp:paragraph -->','Craig David fears public relationships','','inherit','closed','closed','','1251-revision-v1','','','2019-08-01 13:58:51','2019-08-01 18:58:51','',1251,'https://buzz-caribbean.com/article/1251-revision-v1/',0,'revision','',0),(1257,9,'2019-08-01 14:15:46','2019-08-01 19:15:46','<!-- wp:image {\"id\":1259} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bella-Thorne-and-Benjamin-Mascolo-.jpeg\" alt=\"\" class=\"wp-image-1259\" /><figcaption> Bella Thorne and her boyfriend, Benjamin Mascolo.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bella Thorne has admitted that she thought her boyfriend Benjamin Mascolo was \'too sexy\' for her when they first met at the Coachella music festival.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 21-year-old actress started dating musician Benjamin Mascolo, 26, in April after they met at the Coachella music festival in Indio, California, and she admitted to feeling an intense physical attraction when they first met.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"During our dinner together I couldn\'t stop staring at him.\"</p><cite>— Bella Thorne</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She told Vanity Fair Italia: \"On our first date, I played the 21 Question game. I asked him what his favourite position was, what was his biggest insecurity, what was his favourite food. It\'s a game you usually play with your friends, not with your date. But I wanted to quickly know if we could work as a couple.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"But he said things like he was not romantic at all, that he didn\'t like to send a woman flowers. But I surrendered anyway. During our dinner together I couldn\'t stop staring at him, I thought he was too sexy for me.\" </p>\n<!-- /wp:paragraph -->','Bella Thorne thought her boyfriend was \'too sexy\' for her','','publish','closed','closed','','bella-thorne-thought-her-boyfriend-was-too-sexy-for-her','','','2019-08-12 16:31:25','2019-08-12 21:31:25','',0,'https://buzz-caribbean.com/?p=1257',0,'post','',0),(1259,9,'2019-08-01 14:08:29','2019-08-01 19:08:29','','Bella-Thorne-and-Benjamin-Mascolo-','','inherit','closed','closed','','bella-thorne-and-benjamin-mascolo','','','2019-08-01 14:19:44','2019-08-01 19:19:44','',1257,'https://buzz-caribbean.com/app/uploads/2019/08/Bella-Thorne-and-Benjamin-Mascolo-.jpeg',0,'attachment','image/jpeg',0),(1260,9,'2019-08-01 14:11:01','2019-08-01 19:11:01','<!-- wp:image {\"id\":1259} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bella-Thorne-and-Benjamin-Mascolo-.jpeg\" alt=\"\" class=\"wp-image-1259\" /><figcaption> Bella Thorne and her boyfriend, Benjamin Mascolo.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bella Thorne has admitted that she thought her boyfriend Benjamin Mascolo was \'too sexy\' for her when they first met at the Coachella music festival.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 21-year-old actress started dating musician Benjamin Mascolo, 26, in April after they met at the Coachella music festival in Indio, California, and she admitted to feeling an intense physical attraction when they first met.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"During our dinner together I couldn\'t stop staring at him.\"</p><cite>- Bella Thorne</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She told <strong>Vanity Fair Italia</strong>: \"On our first date, I played the 21 Question game. I asked him what his favourite position was, what was his biggest insecurity, what was his favourite food. It\'s a game you usually play with your friends, not with your date. But I wanted to quickly know if we could work as a couple.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"But he said things like he was not romantic at all, that he didn\'t like to send a woman flowers. But I surrendered anyway. During our dinner together I couldn\'t stop staring at him, I thought he was too sexy for me.\" </p>\n<!-- /wp:paragraph -->','Bella Thorne thought her boyfriend was \'too sexy\' for her','','inherit','closed','closed','','1257-revision-v1','','','2019-08-01 14:11:01','2019-08-01 19:11:01','',1257,'https://buzz-caribbean.com/article/1257-revision-v1/',0,'revision','',0),(1263,21,'2019-08-01 14:32:47','2019-08-01 19:32:47','<!-- wp:paragraph -->\n<p>American rapper Busta Rhymes was allegedly escorted off a flight after an argument about storage space.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 47-year-old rapper, whose real name is Trevor George Smith Jr., is said to have become agitated after a passenger put her cabin bags into his section of the overhead locker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1266} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Busta-Rhymes.jpg\" alt=\"\" class=\"wp-image-1266\" /><figcaption>Rapper Busta Rhymes reportedly kicked off flight to London </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The reported incident occurred onboard a British Airways flight bound for London Heathrow from New York\'s JFK airport on July 29.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Witnesses claimed he became \"agitated, aggressive and rude\" and fired a number of insults at the married woman from London before he was removed from the flight.<br></p>\n<!-- /wp:paragraph -->','Rapper Busta Rhymes kicked off flight following air rage','','publish','closed','closed','','rapper-busta-rhymes-kicked-off-flight-following-air-rage','','','2019-08-01 15:28:22','2019-08-01 20:28:22','',0,'https://buzz-caribbean.com/?p=1263',0,'post','',0),(1265,9,'2019-08-01 14:30:44','2019-08-01 19:30:44','<!-- wp:image {\"id\":1267} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Khloe-Kardashian-and-Tristan-Thompson.jpeg\" alt=\"\" class=\"wp-image-1267\" /><figcaption> Khloe Kardashian (left) split from NBA player Tristan Thompson in February. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thirty-five-year-old reality star Khloe Kardashian split from NBA player Tristan Thompson when he kissed Jordyn Woods at a party in February, but she has insisted that despite his infidelity, she could never hate him because he helped her \"create an angel\" in their daughter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Why would I ever hate anyone who helped create such an angel?\"</p><cite>—  Khloe Kardashian </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Khloe made the comments when she responded to an Instagram post which read: \"I know Khloe hates Tristan, but Baby True starting to look just like him.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To which the \'Keeping Up with the Kardashians\' star said she isn\'t \"holding on to hate\", because she\'s too busy raising her \"beautiful baby\".<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1276} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Newkhloe-kardashian-3-2000-1024x683.jpg\" alt=\"\" class=\"wp-image-1276\" /><figcaption>Khloe Kardashian<br>(Photo: Marion Curtis/REX/Shutterstock)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She replied: \"Why would I ever hate anyone who helped create such an angel? People make mistakes, but I won\'t hurt my own healing by holding on to hate. I\'m too busy raising my beautiful baby and securing that [money bag emoji] to hate any individual. Sweet True has always looked like her daddy. She\'s beautiful!! (sic)\" </p>\n<!-- /wp:paragraph -->','Khloe Kardashian doesn\'t hate Tristan Thompson','','publish','closed','closed','','khloe-kardashian-doesnt-hate-tristan-thompson','','','2019-08-12 16:30:35','2019-08-12 21:30:35','',0,'https://buzz-caribbean.com/?p=1265',0,'post','',0),(1266,4,'2019-08-01 14:24:29','2019-08-01 19:24:29','','2013 MTV Video Music Awards in NYC','2013 MTV Video Music Awards held at the Barclays Center in New York City.\n<P>\nPictured: Busta Rhymes\n<P><B>Ref: SPL600282  250813  </B><BR />\nPicture by: Ron Asadorian / Splash News<BR />\n</P><P>\n<B>Splash News and Pictures</B><BR />\nLos Angeles:	310-821-2666<BR />\nNew York:	212-619-2666<BR />\nLondon:	870-934-2666<BR />\nphotodesk@splashnews.com<BR />\n</P>','inherit','closed','closed','','2013-mtv-video-music-awards-in-nyc','','','2019-08-01 14:30:22','2019-08-01 19:30:22','',1263,'https://buzz-caribbean.com/app/uploads/2019/08/Busta-Rhymes.jpg',0,'attachment','image/jpeg',0),(1267,9,'2019-08-01 14:25:46','2019-08-01 19:25:46','','Khloe-Kardashian-and-Tristan-Thompson','','inherit','closed','closed','','khloe-kardashian-and-tristan-thompson','','','2019-08-01 14:25:46','2019-08-01 19:25:46','',1265,'https://buzz-caribbean.com/app/uploads/2019/08/Khloe-Kardashian-and-Tristan-Thompson.jpeg',0,'attachment','image/jpeg',0),(1268,9,'2019-08-01 14:28:22','2019-08-01 19:28:22','<!-- wp:image {\"id\":1267} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Khloe-Kardashian-and-Tristan-Thompson.jpeg\" alt=\"\" class=\"wp-image-1267\" /><figcaption> Khloe Kardashian (left) split from NBA player Tristan Thompson in February. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thirty-five-year-old reality star Khloe Kardashian split from NBA player Tristan Thompson when he kissed Jordyn Woods at a party in February, but she has insisted that despite his infidelity, she could never hate him because he helped her \"create an angel\" in their daughter.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Khloe made the comments when she responded to an Instagram post which read: \"I know Khloe hates Tristan, but Baby True starting to look just like him.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Why would I ever hate anyone who helped create such an angel?\"</p><cite>-  Khloe Kardashian </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>To which the \'Keeping Up with the Kardashians\' star said she isn\'t \"holding on to hate\", because she\'s too busy raising her \"beautiful baby\".<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She replied: \"Why would I ever hate anyone who helped create such an angel? People make mistakes, but I won\'t hurt my own healing by holding on to hate. I\'m too busy raising my beautiful baby and securing that [money bag emoji] to hate any individual. Sweet True has always looked like her daddy. She\'s beautiful!! (sic)\" </p>\n<!-- /wp:paragraph -->','Khloe Kardashian doesn\'t hate Tristan Thompson','','inherit','closed','closed','','1265-revision-v1','','','2019-08-01 14:28:22','2019-08-01 19:28:22','',1265,'https://buzz-caribbean.com/article/1265-revision-v1/',0,'revision','',0),(1269,1,'2019-08-01 14:32:55','2019-08-01 19:32:55','{\"id\":\"1269\",\"questions\":[{\"uid\":\"dd5be7f9-93be-41b7-ab7f-31e14b86b92b\",\"content\":\"Question\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"a89abe1a-af65-4fef-a29d-22d8294163c4\",\"type\":\"text\",\"label\":\"Choice #1\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"043107c3-2a79-42f7-bdbe-afea0c7a469d\",\"type\":\"text\",\"label\":\"Choice #2\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"2bf9a5ff-4e0c-4bee-951e-3f9d02073ad4\",\"type\":\"text\",\"label\":\"Answer #3\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Poll Name','','publish','closed','closed','','poll-name','','','2019-08-01 14:32:55','2019-08-01 19:32:55','',0,'https://buzz-caribbean.com/?post_type=poll&#038;p=1269',0,'poll','',0),(1270,4,'2019-08-01 14:32:47','2019-08-01 19:32:47','<!-- wp:paragraph -->\n<p>American rapper Busta Rhymes was allegedly escorted off a flight after an argument about storage space.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 47-year-old rapper, whose real name is Trevor George Smith Jr., is said to have become agitated after a passenger put her cabin bags into his section of the overhead locker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1266} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Busta-Rhymes.jpg\" alt=\"\" class=\"wp-image-1266\" /><figcaption>Rapper Busta Rhymes reportedly kicked off flight to London </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The reported incident occurred onboard a British Airways flight bound for London Heathrow from New York\'s JFK airport on July 29.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Witnesses claimed he became \"agitated, aggressive and rude\" and fired a number of insults at the married woman from London before he was removed from the flight.<br></p>\n<!-- /wp:paragraph -->','Rapper Busta Rhymes kicked off flight following air rage','','inherit','closed','closed','','1263-revision-v1','','','2019-08-01 14:32:47','2019-08-01 19:32:47','',1263,'https://buzz-caribbean.com/article/1263-revision-v1/',0,'revision','',0),(1271,1,'2019-08-01 14:32:55','2019-08-01 19:32:55','{\"id\":\"1269\",\"questions\":[{\"uid\":\"dd5be7f9-93be-41b7-ab7f-31e14b86b92b\",\"content\":\"Question\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"a89abe1a-af65-4fef-a29d-22d8294163c4\",\"type\":\"text\",\"label\":\"Choice #1\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"043107c3-2a79-42f7-bdbe-afea0c7a469d\",\"type\":\"text\",\"label\":\"Choice #2\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"2bf9a5ff-4e0c-4bee-951e-3f9d02073ad4\",\"type\":\"text\",\"label\":\"Answer #3\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Poll Name','','inherit','closed','closed','','1269-revision-v1','','','2019-08-01 14:32:55','2019-08-01 19:32:55','',1269,'https://buzz-caribbean.com/article/1269-revision-v1/',0,'revision','',0),(1276,9,'2019-08-01 14:36:31','2019-08-01 19:36:31','','Exclusive - Good American and SIX:02 Launch Performance Line with Co-Founders Emma Grede and Khloe Kardashian in New York City, USA - 02 Aug 2018','22637\nMandatory Credit: Photo by Marion Curtis/REX/Shutterstock (9777932p)\nKhloe Kardashian\nExclusive - Good American and SIX:02 Launch Performance Line with Co-Founders Emma Grede and Khloe Kardashian in New York City, USA - 02 Aug 2018','inherit','closed','closed','','exclusive-good-american-and-six02-launch-performance-line-with-co-founders-emma-grede-and-khloe-kardashian-in-new-york-city-usa-02-aug-2018','','','2019-08-01 14:38:22','2019-08-01 19:38:22','',1265,'https://buzz-caribbean.com/app/uploads/2019/08/Newkhloe-kardashian-3-2000.jpg',0,'attachment','image/jpeg',0),(1280,9,'2019-08-01 14:40:08','2019-08-01 19:40:08','<!-- wp:image {\"id\":1267} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Khloe-Kardashian-and-Tristan-Thompson.jpeg\" alt=\"\" class=\"wp-image-1267\" /><figcaption> Khloe Kardashian (left) split from NBA player Tristan Thompson in February. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thirty-five-year-old reality star Khloe Kardashian split from NBA player Tristan Thompson when he kissed Jordyn Woods at a party in February, but she has insisted that despite his infidelity, she could never hate him because he helped her \"create an angel\" in their daughter.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Why would I ever hate anyone who helped create such an angel?\"</p><cite>-  Khloe Kardashian </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Khloe made the comments when she responded to an Instagram post which read: \"I know Khloe hates Tristan, but Baby True starting to look just like him.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To which the \'Keeping Up with the Kardashians\' star said she isn\'t \"holding on to hate\", because she\'s too busy raising her \"beautiful baby\".<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1276} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Newkhloe-kardashian-3-2000-1024x683.jpg\" alt=\"\" class=\"wp-image-1276\" /><figcaption>Khloe Kardashian<br><em>Photo by Marion Curtis/REX/Shutterstock</em> </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She replied: \"Why would I ever hate anyone who helped create such an angel? People make mistakes, but I won\'t hurt my own healing by holding on to hate. I\'m too busy raising my beautiful baby and securing that [money bag emoji] to hate any individual. Sweet True has always looked like her daddy. She\'s beautiful!! (sic)\" </p>\n<!-- /wp:paragraph -->','Khloe Kardashian doesn\'t hate Tristan Thompson','','inherit','closed','closed','','1265-revision-v1','','','2019-08-01 14:40:08','2019-08-01 19:40:08','',1265,'https://buzz-caribbean.com/article/1265-revision-v1/',0,'revision','',0),(1281,0,'2019-08-01 14:42:00','0000-00-00 00:00:00','<!-- wp:paragraph -->\n<p>Short description 01</p>\n<!-- /wp:paragraph -->','This is the Title','','draft','closed','closed','','','','','2019-08-01 14:42:00','2019-08-01 19:42:00','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=1281',0,'out','',0),(1282,4,'2019-08-01 15:00:44','2019-08-01 20:00:44','<!-- wp:paragraph -->\n<p>Dwayne \'The Rock\' Johnson says it is a \"blessing\" having three daughters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>\'Hobbs &amp; Shaw\'</strong> star loves being a father to three girls Simone, 17, from a previous relationship and Jasmine, three, and 15-month-old Tiana with his partner Lauren Hashian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1288} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rock-Johnson-1.jpg\" alt=\"\" class=\"wp-image-1288\" /><figcaption>Dwayne \'The Rock\' Johnson.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Having all daughters, it\'s the greatest blessing I\'ve ever had.\"</p><cite>— Dwayne \'The Rock\' Johnson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking on Good Morning America, he said: \"As men, you know, you\'re like, \'Oh yeah I\'m going to raise my son\' but having all daughters, it\'s the greatest blessing I\'ve ever had.\"</p>\n<!-- /wp:paragraph -->','Dwayne \'The Rock\' Johnson: It\'s a blessing to have daughters','','publish','closed','closed','','dwayne-the-rock-johnson-its-a-blessing-to-have-daughters','','','2019-08-01 15:07:47','2019-08-01 20:07:47','',0,'https://buzz-caribbean.com/?p=1282',0,'post','',0),(1284,4,'2019-08-01 14:52:37','2019-08-01 19:52:37','<!-- wp:paragraph -->\n<p>Dwayne \'The Rock\' Johnson says it is a \"blessing\" having three daughters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1283} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dwayne-The-Rock-Johnson.jpg\" alt=\"\" class=\"wp-image-1283\" /><figcaption>Dwayne \'The Rock\' Johnson</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The \'Hobbs &amp; Shaw\' star loves being a father to three girls - Simone, 17, from a previous relationship and Jasmine, three, and 15-month-old Tiana with his partner Lauren Hashian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking on Good Morning America, he said: \"As men, you know, you\'re like, \'Oh yeah I\'m going to raise my son\' but having all daughters, it\'s the greatest blessing I\'ve ever had.\"</p>\n<!-- /wp:paragraph -->','Dwayne \'The Rock\' Johnson: It\'s a blessing to have daughters','','inherit','closed','closed','','1282-revision-v1','','','2019-08-01 14:52:37','2019-08-01 19:52:37','',1282,'https://buzz-caribbean.com/article/1282-revision-v1/',0,'revision','',0),(1285,4,'2019-08-01 14:54:25','2019-08-01 19:54:25','','Dwayne \'The Rock\' Johnson','','inherit','closed','closed','','dwayne-the-rock-johnson-2','','','2019-08-01 14:54:25','2019-08-01 19:54:25','',1282,'https://buzz-caribbean.com/app/uploads/2019/08/Dwayne-The-Rock-Johnson-1.jpg',0,'attachment','image/jpeg',0),(1286,4,'2019-08-01 14:58:40','2019-08-01 19:58:40','<!-- wp:paragraph -->\n<p>Dwayne \'The Rock\' Johnson says it is a \"blessing\" having three daughters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>\'Hobbs &amp; Shaw\'</strong> star loves being a father to three girls Simone, 17, from a previous relationship and Jasmine, three, and 15-month-old Tiana with his partner Lauren Hashian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking on Good Morning America, he said: \"As men, you know, you\'re like, \'Oh yeah I\'m going to raise my son\' but having all daughters, it\'s the greatest blessing I\'ve ever had.\"</p>\n<!-- /wp:paragraph -->','Dwayne \'The Rock\' Johnson: It\'s a blessing to have daughters','','inherit','closed','closed','','1282-revision-v1','','','2019-08-01 14:58:40','2019-08-01 19:58:40','',1282,'https://buzz-caribbean.com/article/1282-revision-v1/',0,'revision','',0),(1287,4,'2019-08-01 14:58:59','2019-08-01 19:58:59','','Rock Johnson','','inherit','closed','closed','','rock-johnson','','','2019-08-01 14:58:59','2019-08-01 19:58:59','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Rock-Johnson.jpg',0,'attachment','image/jpeg',0),(1288,4,'2019-08-01 14:59:53','2019-08-01 19:59:53','','Rock-Johnson-1','','inherit','closed','closed','','rock-johnson-1','','','2019-08-01 14:59:53','2019-08-01 19:59:53','',1282,'https://buzz-caribbean.com/app/uploads/2019/08/Rock-Johnson-1.jpg',0,'attachment','image/jpeg',0),(1289,4,'2019-08-01 15:00:00','2019-08-01 20:00:00','<!-- wp:paragraph -->\n<p>Dwayne \'The Rock\' Johnson says it is a \"blessing\" having three daughters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>\'Hobbs &amp; Shaw\'</strong> star loves being a father to three girls Simone, 17, from a previous relationship and Jasmine, three, and 15-month-old Tiana with his partner Lauren Hashian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1288} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rock-Johnson-1.jpg\" alt=\"\" class=\"wp-image-1288\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking on Good Morning America, he said: \"As men, you know, you\'re like, \'Oh yeah I\'m going to raise my son\' but having all daughters, it\'s the greatest blessing I\'ve ever had.\"</p>\n<!-- /wp:paragraph -->','Dwayne \'The Rock\' Johnson: It\'s a blessing to have daughters','','inherit','closed','closed','','1282-revision-v1','','','2019-08-01 15:00:00','2019-08-01 20:00:00','',1282,'https://buzz-caribbean.com/article/1282-revision-v1/',0,'revision','',0),(1290,4,'2019-08-01 15:07:47','2019-08-01 20:07:47','<!-- wp:paragraph -->\n<p>Dwayne \'The Rock\' Johnson says it is a \"blessing\" having three daughters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>\'Hobbs &amp; Shaw\'</strong> star loves being a father to three girls Simone, 17, from a previous relationship and Jasmine, three, and 15-month-old Tiana with his partner Lauren Hashian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1288} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rock-Johnson-1.jpg\" alt=\"\" class=\"wp-image-1288\" /><figcaption>Dwayne \'The Rock\' Johnson.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Having all daughters, it\'s the greatest blessing I\'ve ever had.\"</p><cite>— Dwayne \'The Rock\' Johnson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking on Good Morning America, he said: \"As men, you know, you\'re like, \'Oh yeah I\'m going to raise my son\' but having all daughters, it\'s the greatest blessing I\'ve ever had.\"</p>\n<!-- /wp:paragraph -->','Dwayne \'The Rock\' Johnson: It\'s a blessing to have daughters','','inherit','closed','closed','','1282-revision-v1','','','2019-08-01 15:07:47','2019-08-01 20:07:47','',1282,'https://buzz-caribbean.com/article/1282-revision-v1/',0,'revision','',0),(1291,4,'2019-08-01 15:13:27','2019-08-01 20:13:27','','The 2019 ESPYs Arrivals','LOS ANGELES, CALIFORNIA - JULY 10:  Gabrielle Union and Dwyane Wade attend The 2019 ESPYs at Microsoft Theater on July 10, 2019 in Los Angeles, California. (Photo by Phillip Faraone/FilmMagic)','inherit','closed','closed','','the-2019-espys-arrivals-2','','','2019-08-01 15:13:27','2019-08-01 20:13:27','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Gabrielle-Union-and-Dwayne-Wade-.jpg',0,'attachment','image/jpeg',0),(1292,4,'2019-08-01 15:19:06','2019-08-01 20:19:06','','Bella Thorne And Benjamin Featured Image','','inherit','closed','closed','','bella-thorne-and-benjamin-featured-image','','','2019-08-01 15:19:06','2019-08-01 20:19:06','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Bella-Thorne-and-Benjamin-featured-image.jpg',0,'attachment','image/jpeg',0),(1293,4,'2019-08-01 15:23:46','2019-08-01 20:23:46','','Idris Elba Featured Image','','inherit','closed','closed','','idris-elba-featured-image','','','2019-08-01 15:23:46','2019-08-01 20:23:46','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Idris-Elba-featured-image.jpg',0,'attachment','image/jpeg',0),(1294,4,'2019-08-01 15:27:38','2019-08-01 20:27:38','','2013 MTV Video Music Awards In NYC','2013 MTV Video Music Awards held at the Barclays Center in New York City.\n<P>\nPictured: Busta Rhymes\n<P><B>Ref: SPL600282  250813  </B><BR />\nPicture by: Ron Asadorian / Splash News<BR />\n</P><P>\n<B>Splash News and Pictures</B><BR />\nLos Angeles:	310-821-2666<BR />\nNew York:	212-619-2666<BR />\nLondon:	870-934-2666<BR />\nphotodesk@splashnews.com<BR />\n</P>','inherit','closed','closed','','2013-mtv-video-music-awards-in-nyc-2','','','2019-08-01 15:28:20','2019-08-01 20:28:20','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Busta-Rhymes-featured-image.jpg',0,'attachment','image/jpeg',0),(1295,9,'2019-08-01 16:15:12','2019-08-01 21:15:12','<!-- wp:image {\"id\":3211} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1004-1024x683.jpg\" alt=\"\" class=\"wp-image-3211\" /><figcaption> The Kingston Kitchen: Night Market was the ultimate \'foodie\' affair. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They say laughter is the brightest where the food is, and for the scores of Jamaicans who attended the Kingston Kitchen: Night Market on July 27, this rang undeniably true. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dubbed the ultimate foodie experience, the event took to the lush, velvety lawns of the Hope Botanic Gardens in St Andrew, Jamaica, to deliver on yet another successful showcase featuring delectable local and international cuisine. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3334} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1361-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3334\" /><figcaption>There were lots of food options at Kingston Kitchen: Night Market. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It was a\ngastronome’s delight!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With more than 60 vendors, including nine food trucks, indeed, there was something to satisfy every palate. Whether you were in search of the rich, savoury flavours of meat or fancied the fresh, citrusy taste of seafood, there was a booth or tent to grant every culinary wish. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See some of the foods that were available at the event in the gallery below. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3341,3345,1305,1300,1299,1301,1304,1316,3342,3343,3344,3346,3347]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0963-1-1024x683.jpg\" alt=\"\" data-id=\"3341\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_0963-1/\" class=\"wp-image-3341\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1132-1-1024x683.jpg\" alt=\"\" data-id=\"3345\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1132-1/\" class=\"wp-image-3345\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1449-1024x683.jpg\" alt=\"\" data-id=\"1305\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1449/\" class=\"wp-image-1305\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1335-1024x683.jpg\" alt=\"\" data-id=\"1300\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1335/\" class=\"wp-image-1300\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1219-1024x683.jpg\" alt=\"\" data-id=\"1299\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1219/\" class=\"wp-image-1299\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1339-1024x683.jpg\" alt=\"\" data-id=\"1301\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1339/\" class=\"wp-image-1301\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1386-1024x683.jpg\" alt=\"\" data-id=\"1304\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1386/\" class=\"wp-image-1304\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1369-1024x683.jpg\" alt=\"\" data-id=\"1316\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1369/\" class=\"wp-image-1316\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0982-1024x683.jpg\" alt=\"\" data-id=\"3342\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_0982/\" class=\"wp-image-3342\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1022-1-1024x683.jpg\" alt=\"\" data-id=\"3343\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1022-1/\" class=\"wp-image-3343\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1044-1-1024x683.jpg\" alt=\"\" data-id=\"3344\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1044-1/\" class=\"wp-image-3344\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1431-1024x683.jpg\" alt=\"\" data-id=\"3346\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1431/\" class=\"wp-image-3346\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1435-1024x683.jpg\" alt=\"\" data-id=\"3347\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1435/\" class=\"wp-image-3347\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Excited families and friends sauntered along between booths, vying to get a taste of the sumptuous fare being offered. Some of the most memorable items were the beef and chicken kibbeh from Chez Maria, kimchi fried rice from Tooksie Kay Catering, gourmet hotdogs from Yeaah Dawg, as well as an assortment of spicy shellfish dishes from Jabba’s Pepper Swims. Patrons also kept cool with refreshing fruit drinks courtesy of Pure Country or socialised over cocktails from Select Brands. Others opted for the rich, creamy flavours of vegan ice-cream from Nice Cream.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>The patrons surely enjoyed the event. See the gallery below. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3353,3349,3350,3351,3354,3356]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1079-1024x683.jpg\" alt=\"\" data-id=\"3353\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1079/\" class=\"wp-image-3353\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0932-1024x683.jpg\" alt=\"\" data-id=\"3349\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_0932/\" class=\"wp-image-3349\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0974-1024x683.jpg\" alt=\"\" data-id=\"3350\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_0974/\" class=\"wp-image-3350\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1008-1024x683.jpg\" alt=\"\" data-id=\"3351\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1008/\" class=\"wp-image-3351\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1299-1-1024x683.jpg\" alt=\"\" data-id=\"3354\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1299-1/\" class=\"wp-image-3354\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0945-1024x683.jpg\" alt=\"\" data-id=\"3356\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_0945/\" class=\"wp-image-3356\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Children, too, relished in the merriment, as peals of laughter erupted from the Kids Zone, a section complete with a bounce-about, friendly rides, and face painting, while providing child-friendly treats such as snow cones and ice-cream. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In keeping with creating a gastronomic experience, Kingston Kitchen’s co-director, Jacqui Sinclair, said that it is important to listen to feedback from patrons. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3359} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0925-1024x683.jpg\" alt=\"\" class=\"wp-image-3359\" /><figcaption>The children also had a blast on the rides in the Kids Zone. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We consider\nourselves a food family. We’re not in competition. We listen to suggestions\nfrom our patrons and try to make each event better than our last,” she said. “In\nfact, one of the greatest concerns we’ve had was the lack of debit/credit\nmachines on hand. This year, we partnered with NCB to provide vendors with\nthese machines to make transactions easier.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, as the event drew to an end, there were still throngs of latecomers who firmly decided that, by any means necessary, the event would not be missed. The early birds, on the other hand, wearily made their exit, presumably palatably pleased and vowing to attend the next staging.</p>\n<!-- /wp:paragraph -->','Satisfied palates at Kingston Kitchen: Night Market','','publish','closed','closed','','satisfied-palates-at-kingston-kitchen-night-market','','','2019-08-13 13:59:45','2019-08-13 18:59:45','',0,'https://buzz-caribbean.com/?p=1295',0,'post','',0),(1296,4,'2019-08-01 15:33:55','2019-08-01 20:33:55','','Hot Frass Featured Image','','inherit','closed','closed','','hot-frass-featured-image','','','2019-08-01 15:33:55','2019-08-01 20:33:55','',0,'https://buzz-caribbean.com/app/uploads/2019/08/hot-frass-featured-image.jpg',0,'attachment','image/jpeg',0),(1298,4,'2019-08-01 15:40:35','2019-08-01 20:40:35','','Kanye West Featured Image','','inherit','closed','closed','','kanye-west-featured-image','','','2019-08-01 15:40:35','2019-08-01 20:40:35','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Kanye-West-featured-image.jpg',0,'attachment','image/jpeg',0),(1299,9,'2019-08-01 15:41:40','2019-08-01 20:41:40','','DSC_1219','','inherit','closed','closed','','dsc_1219','','','2019-08-01 15:41:40','2019-08-01 20:41:40','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1219.jpg',0,'attachment','image/jpeg',0),(1300,9,'2019-08-01 15:41:42','2019-08-01 20:41:42','','DSC_1335','','inherit','closed','closed','','dsc_1335','','','2019-08-01 15:41:42','2019-08-01 20:41:42','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1335.jpg',0,'attachment','image/jpeg',0),(1301,9,'2019-08-01 15:41:43','2019-08-01 20:41:43','','DSC_1339','','inherit','closed','closed','','dsc_1339','','','2019-08-01 15:41:43','2019-08-01 20:41:43','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1339.jpg',0,'attachment','image/jpeg',0),(1302,9,'2019-08-01 15:41:44','2019-08-01 20:41:44','','DSC_1347','','inherit','closed','closed','','dsc_1347','','','2019-08-01 15:41:44','2019-08-01 20:41:44','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1347.jpg',0,'attachment','image/jpeg',0),(1303,9,'2019-08-01 15:41:45','2019-08-01 20:41:45','','DSC_1361','','inherit','closed','closed','','dsc_1361','','','2019-08-01 15:41:45','2019-08-01 20:41:45','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1361.jpg',0,'attachment','image/jpeg',0),(1304,9,'2019-08-01 15:41:46','2019-08-01 20:41:46','','DSC_1386','','inherit','closed','closed','','dsc_1386','','','2019-08-01 15:41:46','2019-08-01 20:41:46','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1386.jpg',0,'attachment','image/jpeg',0),(1305,9,'2019-08-01 15:41:47','2019-08-01 20:41:47','','DSC_1449','','inherit','closed','closed','','dsc_1449','','','2019-08-01 15:41:47','2019-08-01 20:41:47','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1449.jpg',0,'attachment','image/jpeg',0),(1306,9,'2019-08-01 15:41:48','2019-08-01 20:41:48','','DSC_1453','','inherit','closed','closed','','dsc_1453','','','2019-08-01 15:41:48','2019-08-01 20:41:48','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1453.jpg',0,'attachment','image/jpeg',0),(1307,9,'2019-08-01 15:41:49','2019-08-01 20:41:49','','DSC_1461-1','','inherit','closed','closed','','dsc_1461-1','','','2019-08-01 15:41:49','2019-08-01 20:41:49','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1461-1.jpg',0,'attachment','image/jpeg',0),(1308,9,'2019-08-01 15:42:38','2019-08-01 20:42:38','','DSC_1299','','inherit','closed','closed','','dsc_1299','','','2019-08-01 15:42:38','2019-08-01 20:42:38','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1299.jpg',0,'attachment','image/jpeg',0),(1310,9,'2019-08-01 15:43:05','2019-08-01 20:43:05','','DSC_1418-1','','inherit','closed','closed','','dsc_1418-1','','','2019-08-01 15:43:05','2019-08-01 20:43:05','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1418-1.jpg',0,'attachment','image/jpeg',0),(1311,9,'2019-08-01 15:43:40','2019-08-01 20:43:40','','DSC_1395','','inherit','closed','closed','','dsc_1395','','','2019-08-01 15:43:40','2019-08-01 20:43:40','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1395.jpg',0,'attachment','image/jpeg',0),(1312,9,'2019-08-01 15:44:16','2019-08-01 20:44:16','','DSC_1517','','inherit','closed','closed','','dsc_1517','','','2019-08-01 15:44:16','2019-08-01 20:44:16','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1517.jpg',0,'attachment','image/jpeg',0),(1315,4,'2019-08-01 15:56:56','2019-08-01 20:56:56','','Jik Rueben Featured Image','','inherit','closed','closed','','jik-rueben-featured-image-2','','','2019-08-01 15:56:56','2019-08-01 20:56:56','',0,'https://buzz-caribbean.com/app/uploads/2019/08/jik-rueben-featured-image-1.jpg',0,'attachment','image/jpeg',0),(1316,9,'2019-08-01 16:08:08','2019-08-01 21:08:08','','DSC_1369','','inherit','closed','closed','','dsc_1369','','','2019-08-01 16:08:08','2019-08-01 21:08:08','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1369.jpg',0,'attachment','image/jpeg',0),(1317,9,'2019-08-01 16:09:50','2019-08-01 21:09:50','','DSC_1213','','inherit','closed','closed','','dsc_1213','','','2019-08-01 16:09:50','2019-08-01 21:09:50','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1213.jpg',0,'attachment','image/jpeg',0),(1318,9,'2019-08-01 16:10:07','2019-08-01 21:10:07','','DSC_1211','','inherit','closed','closed','','dsc_1211','','','2019-08-01 16:10:07','2019-08-01 21:10:07','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1211.jpg',0,'attachment','image/jpeg',0),(1319,9,'2019-08-01 16:13:17','2019-08-01 21:13:17','<!-- wp:image {\"id\":1308} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1299-1024x683.jpg\" alt=\"\" class=\"wp-image-1308\" /><figcaption>This man was seen digging into his sweet treat at the Kingston Kitchen: Night Market in July.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They say\nlaughter is the brightest where the food is, and for the scores of Jamaicans\nwho attended the Kingston Kitchen: Night Market on July 27, this rang\nundeniably true. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dubbed\nthe ultimate foodie experience, the event took to the lush, velvety lawns of\nthe Hope Botanic Gardens in St Andrew, Jamaica, to deliver on yet another\nsuccessful showcase featuring delectable local and international cuisine. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1310} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1418-1-1024x683.jpg\" alt=\"\" class=\"wp-image-1310\" /><figcaption>The Kingston Kitchen: Night Market was the ultimate \'foodie\' affair.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It was a\ngastronome’s delight!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With more\nthan 60 vendors, including nine food trucks, indeed, there was something to\nsatisfy every palate. Whether you were in search of the rich, savoury flavours\nof meat or fancied the fresh, citrusy taste of seafood, there was a booth or\ntent to grant every culinary wish. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1299,1300,1301,1302,1303,1304,1305,1307,1316]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1219-1024x683.jpg\" alt=\"\" data-id=\"1299\" data-link=\"https://buzz-caribbean.com/?attachment_id=1299\" class=\"wp-image-1299\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1335-1024x683.jpg\" alt=\"\" data-id=\"1300\" data-link=\"https://buzz-caribbean.com/?attachment_id=1300\" class=\"wp-image-1300\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1339-1024x683.jpg\" alt=\"\" data-id=\"1301\" data-link=\"https://buzz-caribbean.com/?attachment_id=1301\" class=\"wp-image-1301\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1347-1024x683.jpg\" alt=\"\" data-id=\"1302\" data-link=\"https://buzz-caribbean.com/?attachment_id=1302\" class=\"wp-image-1302\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1361-1024x683.jpg\" alt=\"\" data-id=\"1303\" data-link=\"https://buzz-caribbean.com/?attachment_id=1303\" class=\"wp-image-1303\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1386-1024x683.jpg\" alt=\"\" data-id=\"1304\" data-link=\"https://buzz-caribbean.com/?attachment_id=1304\" class=\"wp-image-1304\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1449-1024x683.jpg\" alt=\"\" data-id=\"1305\" data-link=\"https://buzz-caribbean.com/?attachment_id=1305\" class=\"wp-image-1305\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1461-1-1024x683.jpg\" alt=\"\" data-id=\"1307\" data-link=\"https://buzz-caribbean.com/?attachment_id=1307\" class=\"wp-image-1307\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1369-1024x683.jpg\" alt=\"\" data-id=\"1316\" data-link=\"https://buzz-caribbean.com/?attachment_id=1316\" class=\"wp-image-1316\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Excited families and friends sauntered along between booths, vying to get a taste of the sumptuous fare being offered. Some of the most memorable items were the beef and chicken kibbeh from Chez Maria, kimchi fried rice from Tooksie Kay Catering, gourmet hotdogs from Yeaah Dawg, as well as an assortment of spicy shellfish dishes from Jabba’s Pepper Swims. Patrons also kept cool with refreshing fruit drinks courtesy of Pure Country or socialised over cocktails from Select Brands. Others opted for the rich, creamy flavours of vegan ice-cream from Nice Cream.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1312} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1517-1024x683.jpg\" alt=\"\" class=\"wp-image-1312\" /><figcaption>Lasco kept patrons cool on a warm night with cold chocolate beverages. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Children, too, relished in the merriment, as peals of laughter erupted from the Kids Zone, a section complete with a bounce-about, friendly rides, and face painting, while providing child-friendly treats such as snow cones and ice-cream. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1311} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1395-1024x683.jpg\" alt=\"\" class=\"wp-image-1311\" /><figcaption>Different types of liquor and juices were also on hand. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In keeping with creating a gastronomic experience, Kingston Kitchen’s co-director, Jacqui Sinclair, said that it is important to listen to feedback from patrons. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We consider\nourselves a food family. We’re not in competition. We listen to suggestions\nfrom our patrons and try to make each event better than our last,” she said. “In\nfact, one of the greatest concerns we’ve had was the lack of debit/credit\nmachines on hand. This year, we partnered with NCB to provide vendors with\nthese machines to make transactions easier.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1318} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1211-1024x683.jpg\" alt=\"\" class=\"wp-image-1318\" /><figcaption>Food trucks were a big part of the culinary experience. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, as the event drew to an end, there were still throngs of latecomers who firmly decided that, by any means necessary, the event would not be missed. The early birds, on the other hand, wearily made their exit, presumably palatably pleased and vowing to attend the next staging.</p>\n<!-- /wp:paragraph -->','Satisfied palates at Kingston Kitchen: Night Market','','inherit','closed','closed','','1295-revision-v1','','','2019-08-01 16:13:17','2019-08-01 21:13:17','',1295,'https://buzz-caribbean.com/article/1295-revision-v1/',0,'revision','',0),(1321,4,'2019-08-01 16:22:06','2019-08-01 21:22:06','<!-- wp:paragraph -->\n<p>For Lauren O Lauren, personal brand\nbuilding is a strategic tool that she uses in her day-to-day engagements with\nher audience and corporate entities, as she tries to tell stories that reflect\na persona that is compelling and authentic. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":833} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190719-WA0002-1024x1013.jpg\" alt=\"\" class=\"wp-image-833\" /><figcaption>Lauren O Lauren says she is a digital content creator. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>TheJamaica-born social and digital expert has been working in the digital media space for more than a decade, and she now holds a post at one of the largest tech agencies in the world called <strong>Bumble</strong>, which is based in the United States. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bw2aujThfW_/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bw2aujThfW_/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Back when she was in Jamaica, the social butterfly, whose real name is Lauren Dunn, started the <strong>Lauren O Lauren</strong> <strong>Show</strong>. It began on Facebook before finding its way on to Jamaican cable station Flow 100. On the show, she would use her candour personality to speak on personal issues that were affecting her as a female. At the time, she said she didn’t know that she was building her personal brand. Although the brand was initially seen as being vulgar and loud, she was able to gain a following because of her sincerity and authenticity. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And while she believes she might influence\npersons, Lauren does not view herself as an influencer. Instead, she believes\nshe is a digital content creator. </p>\n<!-- /wp:paragraph -->','Lauren O Lauren is more than an influencer','','inherit','closed','closed','','832-revision-v1','','','2019-08-01 16:22:06','2019-08-01 21:22:06','',832,'https://buzz-caribbean.com/article/832-revision-v1/',0,'revision','',0),(1322,4,'2019-08-01 16:28:01','2019-08-01 21:28:01','','Lauren O Lauren Featured Image','','inherit','closed','closed','','lauren-o-lauren-featured-image','','','2019-08-01 16:28:01','2019-08-01 21:28:01','',0,'https://buzz-caribbean.com/app/uploads/2019/08/lauren-o-lauren-featured-image.jpg',0,'attachment','image/jpeg',0),(1324,4,'2019-08-01 16:37:22','2019-08-01 21:37:22','','House Of Cards Season 3 World Premiere In London','House Of Cards Season 3 World Premiere at the Empire Leicester Square\n<P>\nPictured: Kevin Spacey\n<B>Ref: SPL961878  260215  </B><BR />\nPicture by: Splash News<BR />\n</P><P>\n<B>Splash News and Pictures</B><BR />\nLos Angeles:	310-821-2666<BR />\nNew York:	212-619-2666<BR />\nLondon:	870-934-2666<BR />\nphotodesk@splashnews.com<BR />\n</P>','inherit','closed','closed','','house-of-cards-season-3-world-premiere-in-london-2','','','2019-08-01 16:38:05','2019-08-01 21:38:05','',0,'https://buzz-caribbean.com/app/uploads/2019/08/kevin-spacey-featured-image.jpg',0,'attachment','image/jpeg',0),(1325,4,'2019-08-01 16:51:24','2019-08-01 21:51:24','','Maestro Don Buzz 3','','inherit','closed','closed','','maestro-don-buzz-3-2','','','2019-08-01 16:51:24','2019-08-01 21:51:24','',0,'https://buzz-caribbean.com/app/uploads/2019/08/maestro-don-buzz-3.jpg',0,'attachment','image/jpeg',0),(1326,4,'2019-08-01 16:51:27','2019-08-01 21:51:27','','Maestro Don Buzz 5','','inherit','closed','closed','','maestro-don-buzz-5-2','','','2019-08-01 16:51:27','2019-08-01 21:51:27','',0,'https://buzz-caribbean.com/app/uploads/2019/08/maestro-don-buzz-5.jpg',0,'attachment','image/jpeg',0),(1327,4,'2019-08-01 16:51:32','2019-08-01 21:51:32','','Maestro Don Buzz 6','','inherit','closed','closed','','maestro-don-buzz-6-2','','','2019-08-01 16:51:32','2019-08-01 21:51:32','',0,'https://buzz-caribbean.com/app/uploads/2019/08/maestro-don-buzz-6.jpg',0,'attachment','image/jpeg',0),(1328,4,'2019-08-01 16:55:02','2019-08-01 21:55:02','<!-- wp:image {\"id\":1326} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/maestro-don-buzz-5.jpg\" alt=\"\" class=\"wp-image-1326\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dancehall artiste Maestro Don is very much at home in Portmore, from where he hails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With hits like “Leggo De G” and “Killz Dem Out”, his star\ncontinues to rise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1327} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/maestro-don-buzz-6.jpg\" alt=\"\" class=\"wp-image-1327\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With Gyptian as a mentor, Maestro Don is looking to make his\nmark not only in Jamaica but also on the international scene.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Explaining his early start in the Dancehall game, Maestro told <strong><em>BUZZ</em></strong>, “I was at Waterford Primary (in Portmore) when I developed a passion for singing.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“However, it wasn’t until I went to Kingston College that I\nadopted my own style of composing songs. After leaving Kingston College, I\ndecided to do music full time,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1325} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/maestro-don-buzz-3.jpg\" alt=\"\" class=\"wp-image-1325\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Take a walk through Portmore with Maestro Don.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See <strong><em>BUZZ</em></strong> gallery below.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1039,1040,1041,1042,1043,1044]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-1.jpg\" alt=\"\" data-id=\"1039\" data-link=\"https://buzz-caribbean.com/?attachment_id=1039\" class=\"wp-image-1039\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-2.jpg\" alt=\"\" data-id=\"1040\" data-link=\"https://buzz-caribbean.com/?attachment_id=1040\" class=\"wp-image-1040\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-3-1.jpg\" alt=\"\" data-id=\"1041\" data-link=\"https://buzz-caribbean.com/?attachment_id=1041\" class=\"wp-image-1041\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-4.jpg\" alt=\"\" data-id=\"1042\" data-link=\"https://buzz-caribbean.com/?attachment_id=1042\" class=\"wp-image-1042\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-5-1.jpg\" alt=\"\" data-id=\"1043\" data-link=\"https://buzz-caribbean.com/?attachment_id=1043\" class=\"wp-image-1043\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-6-1.jpg\" alt=\"\" data-id=\"1044\" data-link=\"https://buzz-caribbean.com/?attachment_id=1044\" class=\"wp-image-1044\" /></figure></li></ul>\n<!-- /wp:gallery -->','Touring Portmore with Maestro Don','','inherit','closed','closed','','1035-revision-v1','','','2019-08-01 16:55:02','2019-08-01 21:55:02','',1035,'https://buzz-caribbean.com/article/1035-revision-v1/',0,'revision','',0),(1332,4,'2019-08-01 17:08:10','2019-08-01 22:08:10','<!-- wp:image {\"id\":1326} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/maestro-don-buzz-5.jpg\" alt=\"\" class=\"wp-image-1326\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dancehall artiste Maestro Don is very much at home in Portmore, from where he hails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With hits like <strong>Leggo De G</strong> and <strong>Killz Dem Out</strong>, his star continues to rise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1327} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/maestro-don-buzz-6.jpg\" alt=\"\" class=\"wp-image-1327\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With Gyptian as a mentor, Maestro Don is looking to make his\nmark not only in Jamaica but also on the international scene.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Explaining his early start in the Dancehall game, Maestro told <b><i>BUZZ</i></b>: “I was at Waterford Primary (in Portmore) when I developed a passion for singing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“However, it wasn’t until I went to Kingston College that I adopted my own style of composing songs. After leaving Kingston College, I decided to do music full time.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1325} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/maestro-don-buzz-3.jpg\" alt=\"\" class=\"wp-image-1325\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Take a walk through Portmore with Maestro Don.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See <strong><em>BUZZ</em></strong> gallery below.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1039,1040,1041,1042,1043,1044]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-1.jpg\" alt=\"\" data-id=\"1039\" data-link=\"https://buzz-caribbean.com/?attachment_id=1039\" class=\"wp-image-1039\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-2.jpg\" alt=\"\" data-id=\"1040\" data-link=\"https://buzz-caribbean.com/?attachment_id=1040\" class=\"wp-image-1040\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-3-1.jpg\" alt=\"\" data-id=\"1041\" data-link=\"https://buzz-caribbean.com/?attachment_id=1041\" class=\"wp-image-1041\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-4.jpg\" alt=\"\" data-id=\"1042\" data-link=\"https://buzz-caribbean.com/?attachment_id=1042\" class=\"wp-image-1042\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-5-1.jpg\" alt=\"\" data-id=\"1043\" data-link=\"https://buzz-caribbean.com/?attachment_id=1043\" class=\"wp-image-1043\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/maestro-don-buzz-6-1.jpg\" alt=\"\" data-id=\"1044\" data-link=\"https://buzz-caribbean.com/?attachment_id=1044\" class=\"wp-image-1044\" /></figure></li></ul>\n<!-- /wp:gallery -->','Touring Portmore with Maestro Don','','inherit','closed','closed','','1035-revision-v1','','','2019-08-01 17:08:10','2019-08-01 22:08:10','',1035,'https://buzz-caribbean.com/article/1035-revision-v1/',0,'revision','',0),(1335,4,'2019-08-01 17:20:05','2019-08-01 22:20:05','','Hombre Eccentric Featured Image','','inherit','closed','closed','','hombre-eccentric-featured-image','','','2019-08-01 17:20:05','2019-08-01 22:20:05','',0,'https://buzz-caribbean.com/app/uploads/2019/08/hombre-eccentric-featured-image-.jpg',0,'attachment','image/jpeg',0),(1336,4,'2019-08-01 17:28:52','2019-08-01 22:28:52','<!-- wp:paragraph -->\n<p>The new AC Marriott Hotel on Lady Musgrave Road in Kingston is most definitely Adam Stewart\'s baby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":317} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Adam_Stewart_AC_Marriott-1024x857.jpg\" alt=\"\" class=\"wp-image-317\" /><figcaption>Adam Stewart, Deputy Chairman, Sandals/ATL Group of Companies</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Deputy Chairman of the Sandals/ ATL Group of Companies has spent his life in the hotel business learning from his father, Gordon \'Butch\' Stewart, the founder of Sandals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Those lessons have been taken and modified for a new generation of which he will be at the vanguard and this is reflected in this new state-of-the-art city hotel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":324} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_Marriott_Hotel-1024x683.jpg\" alt=\"\" class=\"wp-image-324\" /><figcaption>AC MARRIOTT HOTEL KINGSTON</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":329} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_MARRIOTT_KINGSTON-1024x575.jpg\" alt=\"\" class=\"wp-image-329\" /><figcaption>ULTRA SLEEK LOBBY AT THE AC MARRIOTT HOTEL KINGSTON </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> <br>AC Marriott Kingston is a 220-bedroom hotel sitting on a 130,000 square foot facility with 18,000 square feet of that designated to indoor/outdoor banqueting. Its main banqueting hall can seat 600 persons. This makes the AC the largest hotel in Kingston.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":319} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_Marriott_Hotel_Rooms-1024x683.jpg\" alt=\"\" class=\"wp-image-319\" /><figcaption>LUXURIOUS ROOM AT AC MARRIOTT HOTEL KINGSTON</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The US$55 million hotel is infused with technology with a cool feature being mobile check-in and a mobile key option from your handset.&nbsp;There is also a paging system connected to the waiter\'s watch for the ordering of drinks.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[333,334,335]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_MARRIOTT_HOTEL_EXTERIOR-1024x683.jpg\" alt=\"\" data-id=\"333\" data-link=\"https://buzz-caribbean.com/?attachment_id=333\" class=\"wp-image-333\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/STATE_OF_THE_ART_FACILITIES_AC_MARRIOTT_KINGSTON-1024x683.jpg\" alt=\"\" data-id=\"334\" data-link=\"https://buzz-caribbean.com/?attachment_id=334\" class=\"wp-image-334\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/GYM_AC_MARIOTT_HOTEL-1024x627.jpg\" alt=\"\" data-id=\"335\" data-link=\"https://buzz-caribbean.com/?attachment_id=335\" class=\"wp-image-335\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>For those with difficulties with sight or have impaired hearing, there are features on the doors that facilitate easy access to their room.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <br>Adam and his team have thought of almost every convenience to make the guest experience as comfortable as possible. This speaks to the importance placed on service and customer satisfaction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":349} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/TEAM_AC_MARRIOTT_KINGSTON-1024x683.jpg\" alt=\"\" class=\"wp-image-349\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This is the game-changer for Kingston\'s hotels.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong>, Adam said: “This is a business lifestyle hotel which is designed to operate within a price bracket. We again applied the Stewart-family business ethos which is to be always elevating the bar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“This hotel is a place where people can hang out but can also do business.\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“This hotel is a place where people can hang out but can also do business. Most business hotels are places where you come in and sleep but this AC Marriott is all about lifestyle.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>European flair with a Jamaican touch best describes this stylish hotel. It oozes epicurean and artistic insouciance and as Adam says, “shows Jamaica can compete with the highest international standards”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[341,342,343,351]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/ART-1_AC_MARRIOTT-1024x682.jpg\" alt=\"\" data-id=\"341\" data-link=\"https://buzz-caribbean.com/?attachment_id=341\" class=\"wp-image-341\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/MODERN-FACILITIES_AC_MARRIOTT-1024x683.jpg\" alt=\"\" data-id=\"342\" data-link=\"https://buzz-caribbean.com/?attachment_id=342\" class=\"wp-image-342\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/SLEEK-DESIGN_AC_MARRIOTT-1024x683.jpg\" alt=\"\" data-id=\"343\" data-link=\"https://buzz-caribbean.com/?attachment_id=343\" class=\"wp-image-343\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/ART-3_AC_MARRIOTT-1024x683.jpg\" alt=\"\" data-id=\"351\" data-link=\"https://buzz-caribbean.com/?attachment_id=351\" class=\"wp-image-351\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>This is the first time the Stewart family has gone into a hotel project outside the resort concept.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em> \"Lifestyle and technology defines this new generation and I wanted to marry the two\"</em></strong></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I saw a gap in the market which didn\'t exist in Jamaica before the AC Marriott.&nbsp; Lifestyle and technology defines this new generation and I wanted to marry the two in creating a modern 21st-century hotel in the heart of Kingston,” Adam said. “We are creating our own space in the market and it\'s a space I haven\'t seen in Jamaica let alone Kingston.”</p>\n<!-- /wp:paragraph -->','Adam Stewart ups the ante for Kingston\'s hotels','','inherit','closed','closed','','281-revision-v1','','','2019-08-01 17:28:52','2019-08-01 22:28:52','',281,'https://buzz-caribbean.com/article/281-revision-v1/',0,'revision','',0),(1337,4,'2019-08-01 17:32:01','2019-08-01 22:32:01','<!-- wp:image {\"id\":218} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/coco-3.jpg\" alt=\"\" class=\"wp-image-218\" /><figcaption>Tennis sensation Cori \'Coco\' Gauff. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican tennis coach Sylvester Black coached and worked with Cori ‘Coco’ Gauff, who, at just 15, was a sensation at this year’s Wimbledon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her first match at the London-based Grand Slam tournament saw the young American beating Five-time Wimbledon champion and tennis legend Venus Williams before she succumbed to the eventual champion this year, Simona Halep in the round of 16.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":222} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/cori-and-venus-williams-1024x576.jpg\" alt=\"\" class=\"wp-image-222\" /><figcaption>Cori Gauff (right) with tennis legend and her idol Venus Williams. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ </strong>from Vietnam, Black said: “Coco’s father called me to see whether she had potential. At the time she was just 6 years old and I drove to Atlanta from Tampa, Florida to find out whether she had what it takes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“She was tiny and determined. Her talent was plain to see but more importantly she said back then she wanted to be the best tennis player in the world.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":227} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/sylvester-and-Coco-at-8-yo-768x1024.jpg\" alt=\"\" class=\"wp-image-227\" /><figcaption>Cori at eight years old with Sylvester Black.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Impressed, Black decided to take a second look at her and told her parents that he would commit to working with her. Two weeks later Coco and her mother, who quit her job, came to Florida to begin training at Black’s tennis camp.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Everyone was surprised at her performance at Wimbledon but not me.&nbsp;I saw it coming.&nbsp;Back in 2012 when she was eight, she won the Little Mo Tournament and at 10 she became the youngest national champion. By 13 she was the youngest girl to make the US Open Junior finals. She won the 12 and under Orange Bowl in 2016,” said Black.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:custom-blocky/video-gallery -->\n<div class=\"wp-block-custom-blocky-video-gallery block-video-gallery\"><!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=-nN8Nx87ww0\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=-nN8Nx87ww0\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:custom-blocky/video-gallery -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican coach worked with her for five and a half years and credits her growing success to her determination, mental toughness and technique.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Every challenge we gave her she delivered and we were able to keep her on track. We were very proud when she won the junior French Open and made her professional debut at the ITF Women’s Circuit in May 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":225} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/coco-5.jpg\" alt=\"\" class=\"wp-image-225\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“At Wimbledon, people talked about her attitude, comportment and maturity but she was always a nice kid, disciplined and an incredibly hard worker. She was a joy to work with,”&nbsp;said Black, who heads up High Performance Tennis Academy in Boca Raton, Florida.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":224} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/coco-4.jpg\" alt=\"\" class=\"wp-image-224\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Black has also coached US Open winner Sloane Stephens and his High Performance Tennis Academy has been described as the most successful junior program in North America in the last 10 years.</p>\n<!-- /wp:paragraph -->','Meet the Jamaican tennis coach who helped Cori Gauff on her way to stardom','','inherit','closed','closed','','219-revision-v1','','','2019-08-01 17:32:01','2019-08-01 22:32:01','',219,'https://buzz-caribbean.com/article/219-revision-v1/',0,'revision','',0),(1339,4,'2019-08-01 17:38:10','2019-08-01 22:38:10','<!-- wp:paragraph -->\n<p>For years, the north coast has been front and centre of Jamaica\'s tourism offerings. However, Travis Graham believed that Kingston was being left out of the mix despite being rich in culture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1107} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190731-WA0009-1024x768.jpg\" alt=\"\" class=\"wp-image-1107\" /><figcaption>These revellers made use of the special events package offered by Kingston Culture Tours when they visited Jamaica in April. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, while he was doing his master’s degree in Communication for Social and Behavioural Change, he came up with the grand idea of showcasing some of the best spots in the Corporate Area via a company he would eventually call Kingston Culture Tours JA. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I realised that Kingston is a niche market that was wasn’t\ngetting enough justice from the tourism entities. I saw a void that I could\nstart something to fill. We definitely have a mission to increase visitor arrivals\nto Kingston and to enhance its destination image,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1109} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190731-WA0007-576x1024.jpg\" alt=\"\" class=\"wp-image-1109\" /><figcaption>Travis Graham, the co-founder of Kingston Culture Tours JA, hangs out with American rapper Safaree when he participated in one of the tours. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Graham, who is the co-founder of Kingston Culture Tours JA, told<strong> BUZZ</strong> that since starting the venture in 2017, he has hosted numerous tourists from Europe, Asia and the United States. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We definitely have a mission to increase visitor arrivals to Kingston and to enhance its destination image.\" </p><cite>- Travis Graham</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The company offers three main tours – Blue Mountain Eco Tour, Kingston Culture Tour and the Port Royal Heritage Tour. Each tour lasts for about six hours and makes two attraction stops, as well as a food stop. A night tour is also done where visitors attend the Kingston Dub Club, and the company also offers special events vacation packages that host guests attending Carnival In Jamaica and the Bob Marley birthday celebrations. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1110} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190731-WA0006-1024x576.jpg\" alt=\"\" class=\"wp-image-1110\" /><figcaption>These Kingston Culture Tours JA guests were all smiles beside the statue of Bob Marley that is located close to the National Stadium in Kingston. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In his quest to market Kingston as a destination that is packed with experiences, Graham said that many visitors are amazed by how much they can do while on the tours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The reception has been great. People are surprised by how\nmuch there is to do in Kingston. People love the knowledge,” Graham. </p>\n<!-- /wp:paragraph -->','Kingston tour fills tourism void','','inherit','closed','closed','','1105-revision-v1','','','2019-08-01 17:38:10','2019-08-01 22:38:10','',1105,'https://buzz-caribbean.com/article/1105-revision-v1/',0,'revision','',0),(1340,4,'2019-08-01 17:42:59','2019-08-01 22:42:59','<!-- wp:image {\"id\":755} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brushy1string-buzz-demo-1024x1024.jpg\" alt=\"\" class=\"wp-image-755\" /><figcaption>Jamaican bluesy Reggae artiste, Brushy1string (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brushy1string, a Jamaican musician known for playing a\nguitar with one string, is calling on fans to support his latest venture of\nputting out new music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brushy, in a recent Instagram post, told the world that he\nis seeking US $10,000 to assist him and has launched a Kickstarter fund with several\nlayers of pledges for persons to make. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These pledges can range anywhere from US$10 dollars to $1500 dollars for fans. The Reggae artiste has also included a suite of benefits per donation; starting from a couple of singles and a podcast, to dinner for two with the man himself in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As at Tuesday, July 30, with 19 days to go, the Kingston\nmusician has had 56 backers on his Kickstarter fund – totaling 20 percent of\nthe US$10,000 target.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":757} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brushy1string-kickstarter-buzz-1024x500.jpg\" alt=\"\" class=\"wp-image-757\" /><figcaption>Brushy1string\'s progress on his Kickstarter campaign, as at July 30 (Photo contributed, Kickstarter.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The bluesy Reggae vocalist noted in his Kickstarter video, “the more support you give, the more music I can make”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It\'s very simple. At the end of the day, I hope this message reaches you. I thank you for taking a moment to read it,” Brushy1string added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brushy became a household name in Jamaica following his\nappearance on the popular talent competition Digicel Rising Stars. While he did not win, the acoustic artiste has managed to\ndevelop a musical career for himself that has seen him tour all over the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brushy is also known for his popular song \"Chicken in\nthe Corn\" that has garnered over 26 million views on YouTube since it was\nuploaded in 2013. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=E8H-67ILaqc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=E8H-67ILaqc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>He has since released several tracks and albums and now\nwants to further his craft with the support of his fans worldwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Persons wishing to back Brushy1string in his Kickstarter campaign can do so <a href=\"https://www.kickstarter.com/projects/brushyonestring/brushy-one-string-a-new-album-for-the-people?ref=cp1noz\">here</a>.</p>\n<!-- /wp:paragraph -->','Brushy1string launches Kickstarter to fund new album','','inherit','closed','closed','','648-revision-v1','','','2019-08-01 17:42:59','2019-08-01 22:42:59','',648,'https://buzz-caribbean.com/article/648-revision-v1/',0,'revision','',0),(1342,4,'2019-08-01 17:48:45','2019-08-01 22:48:45','<!-- wp:image {\"id\":755} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brushy1string-buzz-demo-1024x1024.jpg\" alt=\"\" class=\"wp-image-755\" /><figcaption>Jamaican bluesy Reggae artiste, Brushy1string (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brushy1string, a Jamaican musician known for playing a\nguitar with one string, is calling on fans to support his latest venture of\nputting out new music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brushy told the world in a recent Instagram post that he is seeking US $10,000 to assist him and has launched a Kickstarter fund with several layers of pledges for persons to make.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These pledges can range anywhere from US$10 dollars to $1500 dollars for fans. The Reggae artiste has also included a suite of benefits per donation; starting from a couple of singles and a podcast, to dinner for two with the man himself in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As at Tuesday, July 30, with 19 days to go, the Kingston\nmusician has had 56 backers on his Kickstarter fund – totaling 20 percent of\nthe US$10,000 target.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":757} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brushy1string-kickstarter-buzz-1024x500.jpg\" alt=\"\" class=\"wp-image-757\" /><figcaption>Brushy1string\'s progress on his Kickstarter campaign, as at July 30 (Photo contributed, Kickstarter.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The bluesy Reggae vocalist noted in his Kickstarter video that “the more support you give, the more music I can make”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It\'s very simple. At the end of the day, I hope this message reaches you. I thank you for taking a moment to read it,” Brushy1string added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brushy became a household name in Jamaica following his\nappearance on the popular talent competition Digicel Rising Stars. While he did not win, the acoustic artiste has managed to\ndevelop a musical career for himself that has seen him tour all over the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brushy is also known for his popular song <strong>Chicken In The Corn</strong> that has garnered over 26 million views on YouTube since it was uploaded in 2013. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=E8H-67ILaqc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=E8H-67ILaqc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>He has since released several tracks and albums and now wants to further his craft with the support of his fans worldwide. Persons wishing to back Brushy1string in his Kickstarter campaign can do so <a href=\"https://www.kickstarter.com/projects/brushyonestring/brushy-one-string-a-new-album-for-the-people?ref=cp1noz\">here</a>.</p>\n<!-- /wp:paragraph -->','Brushy1string launches Kickstarter to fund new album','','inherit','closed','closed','','648-revision-v1','','','2019-08-01 17:48:45','2019-08-01 22:48:45','',648,'https://buzz-caribbean.com/article/648-revision-v1/',0,'revision','',0),(1343,4,'2019-08-01 17:52:33','2019-08-01 22:52:33','<!-- wp:paragraph -->\n<p>Steven Morgan is poised for greatness in the fashion industry with his clothing line Hombreecentric. He is known by many as Stevywho, the man famous for his bold outfits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":182} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-4-1.jpg\" alt=\"\" class=\"wp-image-182\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Just last year, after entering the\nCampari Pop Style fashion exhibition, he won a cash reward of $100,000 for most\nstylish male.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old Morgan is no novice to\nthe fashion world. He is always challenging the norms with his interesting\nlooks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":183} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-5-1.jpg\" alt=\"\" class=\"wp-image-183\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hombreecentric presents an authentic and fresh outlook to Jamaica’s fashion ecosystem. The brand caters to both sexes with a unique look that sets it apart from other clothing lines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Morgan told <strong>BUZ</strong><strong>Z</strong>that the idea to start a clothing line emerged during a discussion with a friend.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":177} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Hombre-eccentric-Steve-morgan.jpg\" alt=\"\" class=\"wp-image-177\" /><figcaption>Hombreeccentric boss Steven \'Stevywho\' Morgan </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The four-year-old company recently\ndropped its summer collection which is a fusion of pop culture and trendy colours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also revealed his newest unisex\ndesign. This draws inspiration from rap icon Nicki Minaj with neon colours\nwhich are the hottest trend for the summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":176} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-3-1024x673.jpg\" alt=\"\" class=\"wp-image-176\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Morgan’s eye for fashion was formed when he was a child. His parents where known within their community as the most impresstive dressers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":180} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-2-1-684x1024.jpg\" alt=\"\" class=\"wp-image-180\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hombreecentric has been gaining wide notoriety as a\ngrowing number of social media influences sport the brand. Singer Jada Kingdom\nis a fervent supporter of the brand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Morgan said that while much is expected\nof his brand, the fashion world has no idea of the greatness that’s about to\ncome.</p>\n<!-- /wp:paragraph -->','Pssst! You should be wearing Hombreeccentric','','inherit','closed','closed','','169-revision-v1','','','2019-08-01 17:52:33','2019-08-01 22:52:33','',169,'https://buzz-caribbean.com/article/169-revision-v1/',0,'revision','',0),(1348,4,'2019-08-01 18:33:33','2019-08-01 23:33:33','<!-- wp:paragraph -->\n<p>Justin Bieber has praised his wife Hailey Bieber as his \"best friend\", in a photo posted on Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 25-year-old singer took to Instagram to share a snap of himself and Hailey. Justin captioned the image: \"Go best friend. That\'s my best friend.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1351} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/justin-and-hailey-bieber.jpg\" alt=\"\" class=\"wp-image-1351\" /><figcaption>Justin and Hailey Bieber via Instagram</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The<strong> Sorry</strong> hitmaker is sporting a t-shirt from his Drew clothing line in the image, while 22-year-old Hailey rocks a necklace with the word \"Bieber\" on it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Model Hailey also reposted the image to her Instagram Story, adding the caption \"baby.\" </p>\n<!-- /wp:paragraph -->','Justin Bieber: My wife is my best friend','','publish','closed','closed','','justin-bieber-my-wife-is-my-best-friend','','','2019-08-01 18:33:33','2019-08-01 23:33:33','',0,'https://buzz-caribbean.com/?p=1348',0,'post','',0),(1349,4,'2019-08-01 18:12:41','2019-08-01 23:12:41','<!-- wp:paragraph -->\n<p><strong>Justin\nBieber: My wife is my best friend </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Justin\nBieber has praised his wife Hailey Bieber as his \"best friend\", in a\nphoto posted on Instagram.<br>\n<br>\nThe 25-year-old singer took to Instagram to share a snap of himself and Hailey.\nJustin captioned the image: \"Go best friend. That\'s my best friend.\"<br>\n<br>\nThe<strong> Sorry</strong> hitmaker is sporting a t-shirt from his Drew clothing line in\nthe image, while 22-year-old Hailey rocks a necklace with the word\n\"Bieber\" on it.<br>\n<br>\nModel Hailey also reposted the image to her Instagram Story, adding the caption\n\"baby.\"<br>\n<br>\nThe sweet photo comes after Hailey recently admitted to getting \"baby\nfever\" after seeing a picture of her pal Kylie Jenner with her 18-month-old\ndaughter Stormi.<br>\n<br>\n<br>\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>\ncaption: Justin and Hailey\nBieber via Instagram<br>\n<br>\n</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','1348-revision-v1','','','2019-08-01 18:12:41','2019-08-01 23:12:41','',1348,'https://buzz-caribbean.com/article/1348-revision-v1/',0,'revision','',0),(1350,4,'2019-08-01 18:17:51','2019-08-01 23:17:51','<!-- wp:paragraph -->\n<p>Justin Bieber has praised his wife Hailey Bieber as his \"best friend\", in a photo posted on Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 25-year-old singer took to Instagram to share a snap of himself and Hailey. Justin captioned the image: \"Go best friend. That\'s my best friend.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>\ncaption: Justin and Hailey\nBieber via Instagram<br>\n<br>\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The<strong> Sorry</strong> hitmaker is sporting a t-shirt from his Drew clothing line in the image, while 22-year-old Hailey rocks a necklace with the word \"Bieber\" on it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Model Hailey also reposted the image to her Instagram Story, adding the caption \"baby.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The sweet photo comes after Hailey recently admitted to getting \"baby fever\" after seeing a picture of her pal Kylie Jenner with her 18-month-old daughter Stormi.<br> <br> <br> </p>\n<!-- /wp:paragraph -->','Justin Bieber: My wife is my best friend','','inherit','closed','closed','','1348-revision-v1','','','2019-08-01 18:17:51','2019-08-01 23:17:51','',1348,'https://buzz-caribbean.com/article/1348-revision-v1/',0,'revision','',0),(1351,4,'2019-08-01 18:18:13','2019-08-01 23:18:13','','justin-and-hailey-bieber','','inherit','closed','closed','','justin-and-hailey-bieber','','','2019-08-01 18:18:13','2019-08-01 23:18:13','',1348,'https://buzz-caribbean.com/app/uploads/2019/08/justin-and-hailey-bieber.jpg',0,'attachment','image/jpeg',0),(1352,4,'2019-08-01 18:20:36','2019-08-01 23:20:36','<!-- wp:paragraph -->\n<p>Justin Bieber has praised his wife Hailey Bieber as his \"best friend\", in a photo posted on Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 25-year-old singer took to Instagram to share a snap of himself and Hailey. Justin captioned the image: \"Go best friend. That\'s my best friend.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1351} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/justin-and-hailey-bieber.jpg\" alt=\"\" class=\"wp-image-1351\" /><figcaption>Justin and Hailey Bieber via Instagram</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The<strong> Sorry</strong> hitmaker is sporting a t-shirt from his Drew clothing line in the image, while 22-year-old Hailey rocks a necklace with the word \"Bieber\" on it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Model Hailey also reposted the image to her Instagram Story, adding the caption \"baby.\"<br> <br> <br> </p>\n<!-- /wp:paragraph -->','Justin Bieber: My wife is my best friend','','inherit','closed','closed','','1348-revision-v1','','','2019-08-01 18:20:36','2019-08-01 23:20:36','',1348,'https://buzz-caribbean.com/article/1348-revision-v1/',0,'revision','',0),(1353,4,'2019-08-01 18:28:32','2019-08-01 23:28:32','<!-- wp:paragraph -->\n<p>Justin Bieber has praised his wife Hailey Bieber as his \"best friend\", in a photo posted on Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 25-year-old singer took to Instagram to share a snap of himself and Hailey. Justin captioned the image: \"Go best friend. That\'s my best friend.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1351} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/justin-and-hailey-bieber.jpg\" alt=\"\" class=\"wp-image-1351\" /><figcaption>Justin and Hailey Bieber via Instagram</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The<strong> Sorry</strong> hitmaker is sporting a t-shirt from his Drew clothing line in the image, while 22-year-old Hailey rocks a necklace with the word \"Bieber\" on it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Model Hailey also reposted the image to her Instagram Story, adding the caption \"baby.\" </p>\n<!-- /wp:paragraph -->','Justin Bieber: My wife is my best friend','','inherit','closed','closed','','1348-revision-v1','','','2019-08-01 18:28:32','2019-08-01 23:28:32','',1348,'https://buzz-caribbean.com/article/1348-revision-v1/',0,'revision','',0),(1354,4,'2019-08-01 18:30:23','2019-08-01 23:30:23','','Justin And Hailey Bieber Featured Image','','inherit','closed','closed','','justin-and-hailey-bieber-featured-image','','','2019-08-01 18:30:23','2019-08-01 23:30:23','',0,'https://buzz-caribbean.com/app/uploads/2019/08/justin-and-hailey-bieber-featured-image.jpg',0,'attachment','image/jpeg',0),(1355,4,'2019-08-01 19:33:40','2019-08-02 00:33:40','<!-- wp:paragraph -->\n<p>Gemma Chan says she knows what it is like as a woman to feel pressure to have kids. She admits she only knows too well from her friends what it is like to feel the pressure to start a family.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Crazy Rich Asians</strong> actress is set to star in <strong>I Am Hannah</strong>, which is about being childless in your 30s. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1357} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Gemma-Chan.jpg\" alt=\"\" class=\"wp-image-1357\" /><figcaption>Gemma Chan</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Relating to her character in <strong>I Am Hannah</strong>, she told BBC News, “I think it\'s interesting that women do get asked a lot about what their plans are — are they going to have kids, do they plan to get pregnant — perhaps more so than men get asked.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said previously: “I think it\'s crazy how getting pregnant is drilled into you as the worst thing that could happen to you when you\'re a teenager or in your early 20s. Then suddenly when you got your mid-30s, the message is that you\'re running out of time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“You essentially have a few years where you\'re supposed to meet the right person, settle down and start a family. I think that can be quite unrealistic.”</p>\n<!-- /wp:paragraph -->','Gemma Chan knows what it\'s like to feel pressure to have children','','publish','closed','closed','','gemma-chan-knows-what-its-like-to-feel-pressure-to-have-children','','','2019-08-01 19:59:41','2019-08-02 00:59:41','',0,'https://buzz-caribbean.com/?p=1355',0,'post','',0),(1356,4,'2019-08-01 19:20:16','2019-08-02 00:20:16','<!-- wp:paragraph -->\n<p>Gemma Chan says\nshe knows what it is like as a woman to feel pressure to have kids.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Crazy Rich Asians</strong> actress is set to star in <strong>I Am Hannah</strong>, which is about being childless in your 30s. She admits she only knows too well from her friends what it is like to feel the pressure to start a family.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Relating to her character in <strong>I Am Hannah</strong>, she told BBC News, “I think it\'s interesting that women do get asked a lot about what their plans are — are they going to have kids, do they plan to get pregnant — perhaps more so than men get asked.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gemma previously opened up about the “crazy” and “unrealistic” pressure on women and hates that society expects women to settle down within a short space of time and views deviations outside of that as wrong.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: “I think it\'s crazy how getting pregnant is drilled into you as the worst thing that could happen to you when you\'re a teenager or in your early 20s. Then suddenly when you got your mid-30s, the message is that you\'re running out of time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“You essentially have a few years where you\'re supposed to meet the right person, settle down and start a family. I think that can be quite unrealistic.”</p>\n<!-- /wp:paragraph -->','Gemma Chan knows what it\'s like to feel pressure to have children','','inherit','closed','closed','','1355-revision-v1','','','2019-08-01 19:20:16','2019-08-02 00:20:16','',1355,'https://buzz-caribbean.com/article/1355-revision-v1/',0,'revision','',0),(1357,4,'2019-08-01 19:25:55','2019-08-02 00:25:55','','Gemma-Chan','','inherit','closed','closed','','gemma-chan','','','2019-08-01 19:25:55','2019-08-02 00:25:55','',1355,'https://buzz-caribbean.com/app/uploads/2019/08/Gemma-Chan.jpg',0,'attachment','image/jpeg',0),(1358,4,'2019-08-01 19:27:09','2019-08-02 00:27:09','<!-- wp:paragraph -->\n<p>Gemma Chan says\nshe knows what it is like as a woman to feel pressure to have kids.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Crazy Rich Asians</strong> actress is set to star in <strong>I Am Hannah</strong>, which is about being childless in your 30s. She admits she only knows too well from her friends what it is like to feel the pressure to start a family.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Relating to her character in <strong>I Am Hannah</strong>, she told BBC News, “I think it\'s interesting that women do get asked a lot about what their plans are — are they going to have kids, do they plan to get pregnant — perhaps more so than men get asked.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1357} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Gemma-Chan.jpg\" alt=\"\" class=\"wp-image-1357\" /><figcaption>Gemma Chan</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Gemma previously opened up about the “crazy” and “unrealistic” pressure on women and hates that society expects women to settle down within a short space of time and views deviations outside of that as wrong.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: “I think it\'s crazy how getting pregnant is drilled into you as the worst thing that could happen to you when you\'re a teenager or in your early 20s. Then suddenly when you got your mid-30s, the message is that you\'re running out of time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“You essentially have a few years where you\'re supposed to meet the right person, settle down and start a family. I think that can be quite unrealistic.”</p>\n<!-- /wp:paragraph -->','Gemma Chan knows what it\'s like to feel pressure to have children','','inherit','closed','closed','','1355-revision-v1','','','2019-08-01 19:27:09','2019-08-02 00:27:09','',1355,'https://buzz-caribbean.com/article/1355-revision-v1/',0,'revision','',0),(1359,11,'2019-08-01 19:52:19','2019-08-02 00:52:19','<!-- wp:paragraph -->\n<p>Jamaica is famed for its Blue Mountain coffee and there may well be properties within it that could lead to a slimmer you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3950} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/JABLUM-Blue-Mountain-Coffee-Beans-1024x880.jpg\" alt=\"\" class=\"wp-image-3950\" /><figcaption>JABLUM Blue Mountain Coffee (Photo:bluemountaincoffee.com.jm)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> A recent study has revealed that caffeine which is found in coffee makes one burn off brown fat, which in turn burns energy to create heat.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1363} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pouring-Coffee-1024x683.jpg\" alt=\"\" class=\"wp-image-1363\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The study conducted by the University of Nottingham and published in Scientific Reports examined nine persons consuming a caffeinated drink or water and then measured the heat produced as a result. The volunteer\'s average age was 27 with a body mass index (BMI) of 23.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Coffee...can be of great help to trigger brown fat, thus making it a fat buster\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Mouse stem cells were also exposed to caffeine, which saw an increase in metabolism and the burning of more fat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The human body has two kinds of fat cells namely white and brown. Brown fat cells act as a thermostat with cold temperatures inducing brown fat to create heat. Brown fat turns nutrients into energy and helps to keep bodyweight down.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1367} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/burn-fat-1024x603.jpg\" alt=\"\" class=\"wp-image-1367\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This study suggests that coffee with its caffeine properties can be of great help to trigger brown fat, thus making it a fat buster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Professor Michael Symonds from the University of Nottingham speaking with Medical News Today said: \"The results were positive and we now need to ascertain whether caffeine as one of the ingredients in coffee is acting as the stimulus or if there\'s another component helping with the activation of brown fat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>This is the first study in humans to show that something like a cup of coffee can have a direct effect on our brown fat functions.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"We are currently looking at caffeine supplements to test whether the effect is similar. Once we have confirmed which component is responsible for this, it could potentially be used as part of a weight management regime.\"<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1365} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/aromatic-blur-caffeine-1024x669.jpg\" alt=\"\" class=\"wp-image-1365\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>So could a cup or two of coffee a day really help to extinguish that belly jelly and help lead to a leaner you?</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"This is the first study in humans to show that something like a cup of coffee can have a direct effect on our brown fat functions. The potential implications of our results are pretty big, as obesity is a major health concern for society, and we also have a growing diabetes epidemic, and brown fat could potentially be part of the solution,\'\' declared Professor Symonds.</p>\n<!-- /wp:paragraph -->','Why a buzz from coffee could lead to a leaner you','','publish','closed','closed','','why-a-buzz-from-coffee-could-lead-to-a-leaner-you','','','2019-08-14 19:09:32','2019-08-15 00:09:32','',0,'https://buzz-caribbean.com/?p=1359',0,'post','',0),(1360,4,'2019-08-01 19:30:17','2019-08-02 00:30:17','<!-- wp:paragraph -->\n<p>Gemma Chan says\nshe knows what it is like as a woman to feel pressure to have kids.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Crazy Rich Asians</strong> actress is set to star in <strong>I Am Hannah</strong>, which is about being childless in your 30s. She admits she only knows too well from her friends what it is like to feel the pressure to start a family.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Relating to her character in <strong>I Am Hannah</strong>, she told BBC News, “I think it\'s interesting that women do get asked a lot about what their plans are — are they going to have kids, do they plan to get pregnant — perhaps more so than men get asked.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1357} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Gemma-Chan.jpg\" alt=\"\" class=\"wp-image-1357\" /><figcaption>Gemma Chan</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said previously: “I think it\'s crazy how getting pregnant is drilled into you as the worst thing that could happen to you when you\'re a teenager or in your early 20s. Then suddenly when you got your mid-30s, the message is that you\'re running out of time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“You essentially have a few years where you\'re supposed to meet the right person, settle down and start a family. I think that can be quite unrealistic.”</p>\n<!-- /wp:paragraph -->','Gemma Chan knows what it\'s like to feel pressure to have children','','inherit','closed','closed','','1355-revision-v1','','','2019-08-01 19:30:17','2019-08-02 00:30:17','',1355,'https://buzz-caribbean.com/article/1355-revision-v1/',0,'revision','',0),(1361,11,'2019-08-01 19:31:30','2019-08-02 00:31:30','','Coffee-Beans','','inherit','closed','closed','','coffee-beans','','','2019-08-01 19:31:30','2019-08-02 00:31:30','',1359,'https://buzz-caribbean.com/app/uploads/2019/08/Coffee-Beans.jpg',0,'attachment','image/jpeg',0),(1362,4,'2019-08-01 19:33:40','2019-08-02 00:33:40','<!-- wp:paragraph -->\n<p>Gemma Chan says she knows what it is like as a woman to feel pressure to have kids. She admits she only knows too well from her friends what it is like to feel the pressure to start a family.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Crazy Rich Asians</strong> actress is set to star in <strong>I Am Hannah</strong>, which is about being childless in your 30s. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1357} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Gemma-Chan.jpg\" alt=\"\" class=\"wp-image-1357\" /><figcaption>Gemma Chan</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Relating to her character in <strong>I Am Hannah</strong>, she told BBC News, “I think it\'s interesting that women do get asked a lot about what their plans are — are they going to have kids, do they plan to get pregnant — perhaps more so than men get asked.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said previously: “I think it\'s crazy how getting pregnant is drilled into you as the worst thing that could happen to you when you\'re a teenager or in your early 20s. Then suddenly when you got your mid-30s, the message is that you\'re running out of time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“You essentially have a few years where you\'re supposed to meet the right person, settle down and start a family. I think that can be quite unrealistic.”</p>\n<!-- /wp:paragraph -->','Gemma Chan knows what it\'s like to feel pressure to have children','','inherit','closed','closed','','1355-revision-v1','','','2019-08-01 19:33:40','2019-08-02 00:33:40','',1355,'https://buzz-caribbean.com/article/1355-revision-v1/',0,'revision','',0),(1363,11,'2019-08-01 19:35:07','2019-08-02 00:35:07','','Pouring-Coffee','','inherit','closed','closed','','pouring-coffee','','','2019-08-01 19:35:07','2019-08-02 00:35:07','',1359,'https://buzz-caribbean.com/app/uploads/2019/08/Pouring-Coffee.jpg',0,'attachment','image/jpeg',0),(1364,11,'2019-08-01 19:36:59','2019-08-02 00:36:59','','beverage-brewed-coffee-caffeine','','inherit','closed','closed','','beverage-brewed-coffee-caffeine','','','2019-08-01 19:36:59','2019-08-02 00:36:59','',1359,'https://buzz-caribbean.com/app/uploads/2019/08/beverage-brewed-coffee-caffeine.jpg',0,'attachment','image/jpeg',0),(1365,11,'2019-08-01 19:38:29','2019-08-02 00:38:29','','aromatic-blur-caffeine','','inherit','closed','closed','','aromatic-blur-caffeine','','','2019-08-01 19:38:29','2019-08-02 00:38:29','',1359,'https://buzz-caribbean.com/app/uploads/2019/08/aromatic-blur-caffeine.jpg',0,'attachment','image/jpeg',0),(1367,11,'2019-08-01 19:44:48','2019-08-02 00:44:48','','burn-fat','','inherit','closed','closed','','burn-fat','','','2019-08-01 19:44:48','2019-08-02 00:44:48','',1359,'https://buzz-caribbean.com/app/uploads/2019/08/burn-fat.jpg',0,'attachment','image/jpeg',0),(1368,11,'2019-08-01 19:45:35','2019-08-02 00:45:35','<!-- wp:paragraph -->\n<p>Jamaica is famed for its Blue Mountain coffee and there may well be properties within it that could lead to a slimmer you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1361} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Coffee-Beans-1024x682.jpg\" alt=\"\" class=\"wp-image-1361\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> A recent study has revealed that caffeine which is found in coffee makes one burn off brown fat, which in turn burns energy to create heat.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1363} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pouring-Coffee-1024x683.jpg\" alt=\"\" class=\"wp-image-1363\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The study conducted by the University of Nottingham and published in Scientific Reports examined nine persons consuming a caffeinated drink or water and then measured the heat produced as a result. The volunteer\'s average age was 27 with a body mass index (BMI) of 23.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Coffee...can be of great help to trigger brown fat, thus making it a fat buster\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Mouse stem cells were also exposed to caffeine, which saw an increase in metabolism and the burning of more fat.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The human body has two kinds of fat cells namely white and brown.<br>Brown fat cells act as a thermostat with cold temperatures inducing brown fat to create heat. Brown fat turns nutrients into energy and helps to keep bodyweight down.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1367} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/burn-fat-1024x603.jpg\" alt=\"\" class=\"wp-image-1367\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This study suggests that coffee with its caffeine properties can be of great help to trigger brown fat, thus making it a fat buster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Professor Michael Symonds from the University of Nottingham speaking with Medical News Today said: \"The results were positive and we now need to ascertain whether caffeine as one of the ingredients in coffee is acting as the stimulus or if there\'s another component helping with the activation of brown fat.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We are currently looking at caffeine supplements to test whether the effect is similar. Once we have confirmed which component is responsible for this, it could potentially be used as part of a weight management regime.\"<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1365} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/aromatic-blur-caffeine-1024x669.jpg\" alt=\"\" class=\"wp-image-1365\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>So could a cup or two of coffee a day really help to extinguish that belly jelly and help lead to a leaner you?</em></p>\n<!-- /wp:paragraph -->','Why a buzz from coffee could lead to a leaner you','','inherit','closed','closed','','1359-revision-v1','','','2019-08-01 19:45:35','2019-08-02 00:45:35','',1359,'https://buzz-caribbean.com/article/1359-revision-v1/',0,'revision','',0),(1369,4,'2019-08-01 19:47:52','2019-08-02 00:47:52','<!-- wp:paragraph -->\n<p>You may remember her as Stevie J’s Panamanian princess or even as dancehall artiste’s Spice best friend on<strong> Love and Hip Hop: Atlanta</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":380} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Stevie-J_Estelita.jpg\" alt=\"\" class=\"wp-image-380\" /><figcaption>Estelita Quintero and Stevie J.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, these days Estelita Quintero is out of the reality TV circuit and is instead focusing on wellness. Quintero recently opened up about how cosmetic surgery to improve the look of her buttocks had made her sick.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quintero noted that it wasn’t only a physical manifestation of being unwell but she also began to feel depressed. According to Quintero,  she received the butt injections while working as a stripper in Miami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, she explained that approximately five years later, the injections had started to make her feel sick. In a 19-minute-long video posted to YouTube Quintero documented her journey to Colombia where she had the silicone fillers removed from her buttocks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":384} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/During-Surgery-Quintero.jpg\" alt=\"\" class=\"wp-image-384\" /><figcaption>Estelita Quintero during her surgical procedure to remove silicone implants from her buttocks. Source: Instagram @estelitaquintero</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Before her travels to the South American country, Quintero said she had tried four times to have the contents injected into her posterior to give its voluptuous shape removed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":382} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Quintero-Pre-Surgery_Buzz.jpg\" alt=\"\" class=\"wp-image-382\" /><figcaption>Estelita Quintero during post-surgery recovery. Source: Instagram @estelitaquintero</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It is crazy because I remember paying $1500 per section to get these freakin’ silicone injections right? And honestly, four unsuccessful surgeries in the U.S. was almost $80,000 through the years. And now I am here paying more money, but I know that this it,” said Quintero.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em><strong> “It is crazy because I remember paying $1500 per section to get these freakin’ silicone injections right .\"</strong></em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Opening up and documenting it all on camera and in the public domain of Instagram and Youtube, according to Estelita, is to spread awareness about the dangers associated with butt implants. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":383} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Excerpt-from-Video-1024x576.jpg\" alt=\"\" class=\"wp-image-383\" /><figcaption>Nurse displaying silicone waste removed from Quintero post-surgery. Source: Youtube - Estelita Quintero</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The purpose of me filming this video is to hopefully … show all the girls that it is not worth it -don’t freakin’ do it. I had this poison in my body for over eight years I am lucky to be alive right now,” said Quintero, who then instructed the nurse to showcase a red bag, which was labelled with a radioactive hazard sign, noting that it contained the material that was taken out of her buttocks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em>\"I had this poison in my body for over eight years I am lucky to be alive right now\"</em></strong></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The documented journey to recovery for the former reality TV show didn’t end with her near 20-minute-long <a href=\"https://youtu.be/IN9S3LWqOiw\">YouTube video</a> as she has continued to showcase her healing process in her <a href=\"https://www.instagram.com/estelitaquintero/?hl=en\">Instagram stories</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In making her experience public, Quintero has not escaped criticism. However, she has proudly proclaimed that she is comfortable with her natural booty and beauty. Quintero isn’t the only reality show celeb to have had their butt implants removed. In 2018, K. Michelle also opened up about black market silicone butt injections, in which she had four surgeries.</p>\n<!-- /wp:paragraph -->','Former ‘LHHATL’ star ditches reality TV and her butt implants','','inherit','closed','closed','','379-revision-v1','','','2019-08-01 19:47:52','2019-08-02 00:47:52','',379,'https://buzz-caribbean.com/article/379-revision-v1/',0,'revision','',0),(1370,11,'2019-08-01 19:48:09','2019-08-02 00:48:09','<!-- wp:paragraph -->\n<p>Jamaica is famed for its Blue Mountain coffee and there may well be properties within it that could lead to a slimmer you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1361} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Coffee-Beans-1024x682.jpg\" alt=\"\" class=\"wp-image-1361\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> A recent study has revealed that caffeine which is found in coffee makes one burn off brown fat, which in turn burns energy to create heat.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1363} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pouring-Coffee-1024x683.jpg\" alt=\"\" class=\"wp-image-1363\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The study conducted by the University of Nottingham and published in Scientific Reports examined nine persons consuming a caffeinated drink or water and then measured the heat produced as a result. The volunteer\'s average age was 27 with a body mass index (BMI) of 23.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Coffee...can be of great help to trigger brown fat, thus making it a fat buster\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Mouse stem cells were also exposed to caffeine, which saw an increase in metabolism and the burning of more fat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The human body has two kinds of fat cells namely white and brown.<br>Brown fat cells act as a thermostat with cold temperatures inducing brown fat to create heat. Brown fat turns nutrients into energy and helps to keep bodyweight down.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1367} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/burn-fat-1024x603.jpg\" alt=\"\" class=\"wp-image-1367\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This study suggests that coffee with its caffeine properties can be of great help to trigger brown fat, thus making it a fat buster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Professor Michael Symonds from the University of Nottingham speaking with Medical News Today said: \"The results were positive and we now need to ascertain whether caffeine as one of the ingredients in coffee is acting as the stimulus or if there\'s another component helping with the activation of brown fat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We are currently looking at caffeine supplements to test whether the effect is similar. Once we have confirmed which component is responsible for this, it could potentially be used as part of a weight management regime.\"<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1365} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/aromatic-blur-caffeine-1024x669.jpg\" alt=\"\" class=\"wp-image-1365\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>So could a cup or two of coffee a day really help to extinguish that belly jelly and help lead to a leaner you?</em></p>\n<!-- /wp:paragraph -->','Why a buzz from coffee could lead to a leaner you','','inherit','closed','closed','','1359-revision-v1','','','2019-08-01 19:48:09','2019-08-02 00:48:09','',1359,'https://buzz-caribbean.com/article/1359-revision-v1/',0,'revision','',0),(1371,11,'2019-08-01 19:48:50','2019-08-02 00:48:50','<!-- wp:paragraph -->\n<p>Jamaica is famed for its Blue Mountain coffee and there may well be properties within it that could lead to a slimmer you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1361} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Coffee-Beans-1024x682.jpg\" alt=\"\" class=\"wp-image-1361\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> A recent study has revealed that caffeine which is found in coffee makes one burn off brown fat, which in turn burns energy to create heat.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1363} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pouring-Coffee-1024x683.jpg\" alt=\"\" class=\"wp-image-1363\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The study conducted by the University of Nottingham and published in Scientific Reports examined nine persons consuming a caffeinated drink or water and then measured the heat produced as a result. The volunteer\'s average age was 27 with a body mass index (BMI) of 23.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Coffee...can be of great help to trigger brown fat, thus making it a fat buster\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Mouse stem cells were also exposed to caffeine, which saw an increase in metabolism and the burning of more fat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The human body has two kinds of fat cells namely white and brown. Brown fat cells act as a thermostat with cold temperatures inducing brown fat to create heat. Brown fat turns nutrients into energy and helps to keep bodyweight down.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1367} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/burn-fat-1024x603.jpg\" alt=\"\" class=\"wp-image-1367\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This study suggests that coffee with its caffeine properties can be of great help to trigger brown fat, thus making it a fat buster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Professor Michael Symonds from the University of Nottingham speaking with Medical News Today said: \"The results were positive and we now need to ascertain whether caffeine as one of the ingredients in coffee is acting as the stimulus or if there\'s another component helping with the activation of brown fat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We are currently looking at caffeine supplements to test whether the effect is similar. Once we have confirmed which component is responsible for this, it could potentially be used as part of a weight management regime.\"<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1365} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/aromatic-blur-caffeine-1024x669.jpg\" alt=\"\" class=\"wp-image-1365\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>So could a cup or two of coffee a day really help to extinguish that belly jelly and help lead to a leaner you?</em></p>\n<!-- /wp:paragraph -->','Why a buzz from coffee could lead to a leaner you','','inherit','closed','closed','','1359-revision-v1','','','2019-08-01 19:48:50','2019-08-02 00:48:50','',1359,'https://buzz-caribbean.com/article/1359-revision-v1/',0,'revision','',0),(1372,4,'2019-08-01 19:49:01','2019-08-02 00:49:01','<!-- wp:paragraph -->\n<p>You may remember her as Stevie J’s Panamanian princess or even as dancehall artiste’s Spice best friend on<strong> Love and Hip Hop: Atlanta</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, these days Estelita Quintero is out of the reality TV circuit and is instead focusing on wellness. Quintero recently opened up about how cosmetic surgery to improve the look of her buttocks had made her sick.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":380} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Stevie-J_Estelita.jpg\" alt=\"\" class=\"wp-image-380\" /><figcaption>Estelita Quintero and Stevie J.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Quintero noted that it wasn’t only a physical manifestation of being unwell but she also began to feel depressed. According to Quintero,  she received the butt injections while working as a stripper in Miami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, she explained that approximately five years later, the injections had started to make her feel sick. In a 19-minute-long video posted to YouTube Quintero documented her journey to Colombia where she had the silicone fillers removed from her buttocks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":384} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/During-Surgery-Quintero.jpg\" alt=\"\" class=\"wp-image-384\" /><figcaption>Estelita Quintero during her surgical procedure to remove silicone implants from her buttocks. Source: Instagram @estelitaquintero</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Before her travels to the South American country, Quintero said she had tried four times to have the contents injected into her posterior to give its voluptuous shape removed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":382} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Quintero-Pre-Surgery_Buzz.jpg\" alt=\"\" class=\"wp-image-382\" /><figcaption>Estelita Quintero during post-surgery recovery. Source: Instagram @estelitaquintero</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It is crazy because I remember paying $1500 per section to get these freakin’ silicone injections right? And honestly, four unsuccessful surgeries in the U.S. was almost $80,000 through the years. And now I am here paying more money, but I know that this it,” said Quintero.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em><strong> “It is crazy because I remember paying $1500 per section to get these freakin’ silicone injections right .\"</strong></em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Opening up and documenting it all on camera and in the public domain of Instagram and Youtube, according to Estelita, is to spread awareness about the dangers associated with butt implants. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":383} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Excerpt-from-Video-1024x576.jpg\" alt=\"\" class=\"wp-image-383\" /><figcaption>Nurse displaying silicone waste removed from Quintero post-surgery. Source: Youtube - Estelita Quintero</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The purpose of me filming this video is to hopefully … show all the girls that it is not worth it -don’t freakin’ do it. I had this poison in my body for over eight years I am lucky to be alive right now,” said Quintero, who then instructed the nurse to showcase a red bag, which was labelled with a radioactive hazard sign, noting that it contained the material that was taken out of her buttocks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em>\"I had this poison in my body for over eight years I am lucky to be alive right now\"</em></strong></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The documented journey to recovery for the former reality TV show didn’t end with her near 20-minute-long <a href=\"https://youtu.be/IN9S3LWqOiw\">YouTube video</a> as she has continued to showcase her healing process in her <a href=\"https://www.instagram.com/estelitaquintero/?hl=en\">Instagram stories</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In making her experience public, Quintero has not escaped criticism. However, she has proudly proclaimed that she is comfortable with her natural booty and beauty. Quintero isn’t the only reality show celeb to have had their butt implants removed. In 2018, K. Michelle also opened up about black market silicone butt injections, in which she had four surgeries.</p>\n<!-- /wp:paragraph -->','Former ‘LHHATL’ star ditches reality TV and her butt implants','','inherit','closed','closed','','379-revision-v1','','','2019-08-01 19:49:01','2019-08-02 00:49:01','',379,'https://buzz-caribbean.com/article/379-revision-v1/',0,'revision','',0),(1373,11,'2019-08-01 19:51:20','2019-08-02 00:51:20','','Art Blur Cappuccino','','inherit','closed','closed','','art-blur-cappuccino','','','2019-08-01 19:51:20','2019-08-02 00:51:20','',1359,'https://buzz-caribbean.com/app/uploads/2019/08/art-blur-cappuccino.jpg',0,'attachment','image/jpeg',0),(1374,4,'2019-08-01 19:52:07','2019-08-02 00:52:07','<!-- wp:paragraph -->\n<p>You may remember her as Stevie J’s Panamanian princess or even as dancehall artiste’s Spice best friend on<strong> Love and Hip Hop: Atlanta</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, these days Estelita Quintero is out of the reality TV circuit and is instead focusing on wellness. Quintero recently opened up about how cosmetic surgery to improve the look of her buttocks had made her sick.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":380} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Stevie-J_Estelita.jpg\" alt=\"\" class=\"wp-image-380\" /><figcaption>Estelita Quintero and Stevie J.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Quintero noted that it wasn’t only a physical manifestation of being unwell but she also began to feel depressed. According to Quintero,  she received the butt injections while working as a stripper in Miami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, she explained that approximately five years later, the injections had started to make her feel sick. In a 19-minute-long video posted to YouTube Quintero documented her journey to Colombia where she had the silicone fillers removed from her buttocks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":384} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/During-Surgery-Quintero.jpg\" alt=\"\" class=\"wp-image-384\" /><figcaption>Estelita Quintero during her surgical procedure to remove silicone implants from her buttocks. Source: Instagram @estelitaquintero</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Before her travels to the South American country, Quintero said she had tried four times to have the contents injected into her posterior to give its voluptuous shape removed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":382} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Quintero-Pre-Surgery_Buzz.jpg\" alt=\"\" class=\"wp-image-382\" /><figcaption>Estelita Quintero during post-surgery recovery. Source: Instagram @estelitaquintero</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It is crazy because I remember paying $1500 per section to get these freakin’ silicone injections right? And honestly, four unsuccessful surgeries in the U.S. was almost $80,000 through the years. And now I am here paying more money, but I know that this it,” said Quintero.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em><strong> “It is crazy because I remember paying $1500 per section to get these freakin’ silicone injections right.\"</strong></em></p><cite>— Estelita Quintero</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Opening up and documenting it all on camera and in the public domain of Instagram and Youtube, according to Estelita, is to spread awareness about the dangers associated with butt implants. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":383} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Excerpt-from-Video-1024x576.jpg\" alt=\"\" class=\"wp-image-383\" /><figcaption>Nurse displaying silicone waste removed from Quintero post-surgery. Source: Youtube - Estelita Quintero</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The purpose of me filming this video is to hopefully … show all the girls that it is not worth it -don’t freakin’ do it. I had this poison in my body for over eight years I am lucky to be alive right now,” said Quintero, who then instructed the nurse to showcase a red bag, which was labelled with a radioactive hazard sign, noting that it contained the material that was taken out of her buttocks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em>\"I had this poison in my body for over eight years I am lucky to be alive right now.\"</em></strong></p><cite>— Estelita Quintero</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The documented journey to recovery for the former reality TV show didn’t end with her near 20-minute-long <a href=\"https://youtu.be/IN9S3LWqOiw\">YouTube video</a> as she has continued to showcase her healing process in her <a href=\"https://www.instagram.com/estelitaquintero/?hl=en\">Instagram stories</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In making her experience public, Quintero has not escaped criticism. However, she has proudly proclaimed that she is comfortable with her natural booty and beauty. Quintero isn’t the only reality show celeb to have had their butt implants removed. In 2018, K. Michelle also opened up about black market silicone butt injections, in which she had four surgeries.</p>\n<!-- /wp:paragraph -->','Former ‘LHHATL’ star ditches reality TV and her butt implants','','inherit','closed','closed','','379-revision-v1','','','2019-08-01 19:52:07','2019-08-02 00:52:07','',379,'https://buzz-caribbean.com/article/379-revision-v1/',0,'revision','',0),(1376,11,'2019-08-01 19:54:45','2019-08-02 00:54:45','<!-- wp:paragraph -->\n<p>Jamaica is famed for its Blue Mountain coffee and there may well be properties within it that could lead to a slimmer you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1361} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Coffee-Beans-1024x682.jpg\" alt=\"\" class=\"wp-image-1361\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> A recent study has revealed that caffeine which is found in coffee makes one burn off brown fat, which in turn burns energy to create heat.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1363} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pouring-Coffee-1024x683.jpg\" alt=\"\" class=\"wp-image-1363\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The study conducted by the University of Nottingham and published in Scientific Reports examined nine persons consuming a caffeinated drink or water and then measured the heat produced as a result. The volunteer\'s average age was 27 with a body mass index (BMI) of 23.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Coffee...can be of great help to trigger brown fat, thus making it a fat buster\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Mouse stem cells were also exposed to caffeine, which saw an increase in metabolism and the burning of more fat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The human body has two kinds of fat cells namely white and brown. Brown fat cells act as a thermostat with cold temperatures inducing brown fat to create heat. Brown fat turns nutrients into energy and helps to keep bodyweight down.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1367} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/burn-fat-1024x603.jpg\" alt=\"\" class=\"wp-image-1367\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This study suggests that coffee with its caffeine properties can be of great help to trigger brown fat, thus making it a fat buster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Professor Michael Symonds from the University of Nottingham speaking with Medical News Today said: \"The results were positive and we now need to ascertain whether caffeine as one of the ingredients in coffee is acting as the stimulus or if there\'s another component helping with the activation of brown fat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>This is the first study in humans to show that something like a cup of coffee can have a direct effect on our brown fat functions.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"We are currently looking at caffeine supplements to test whether the effect is similar. Once we have confirmed which component is responsible for this, it could potentially be used as part of a weight management regime.\"<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1365} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/aromatic-blur-caffeine-1024x669.jpg\" alt=\"\" class=\"wp-image-1365\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>So could a cup or two of coffee a day really help to extinguish that belly jelly and help lead to a leaner you?</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"This is the first study in humans to show that something like a cup of coffee can have a direct effect on our brown fat functions. The potential implications of our results are pretty big, as obesity is a major health concern for society, and we also have a growing diabetes epidemic, and brown fat could potentially be part of the solution,\'\' declared Professor Symonds.</p>\n<!-- /wp:paragraph -->','Why a buzz from coffee could lead to a leaner you','','inherit','closed','closed','','1359-revision-v1','','','2019-08-01 19:54:45','2019-08-02 00:54:45','',1359,'https://buzz-caribbean.com/article/1359-revision-v1/',0,'revision','',0),(1377,23,'2019-08-02 11:03:04','2019-08-02 16:03:04','<!-- wp:paragraph -->\n<p>The release of juggling projects by producers of Dancehall music has seen a marked decline since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2015, Chimney Records released one of the biggest juggling projects of the summer season called <strong>After Party Riddim</strong>, which featured top Dancehall artistes such as Vybz Kartel, Mavado, Alkaline and more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1389,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/After-Party-Riddim.jpg\" alt=\"\" class=\"wp-image-1389\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Two years prior, Chimney Records released the <strong>Rising Sun Riddim</strong> that featured acts such as Kabaka Pyramid, Chronixx, Tarrus Riley, Jah Cure and others. Some have classified this as a timeless project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1390,\"align\":\"center\",\"width\":438,\"height\":438} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rising-Sun-Riddim.jpg\" alt=\"\" class=\"wp-image-1390\" width=\"438\" height=\"438\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The juggling culture started with Reggae in the 1980s and as time progressed, it moved on to the next popular genre in Jamaica, which was Dancehall. DJs would spit lyrics on hardcore rhythms — or \"riddims\" in the Jamaican vernacular — lasting 2 to 3 minutes per song. Each riddim would have at least 10 artistes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 1990s and early 2000s had some of the best juggling projects in Reggae and Dancehall.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the top ones included:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=09r8zEt5aes\" target=\"_blank\" rel=\"noreferrer noopener\">Pepper Seed Riddim</a> </strong>— 1994 (Mad House)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=DHY3a4lJsR0\" target=\"_blank\" rel=\"noreferrer noopener\">Bug and Clone Riddim</a></strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=DHY3a4lJsR0\" target=\"_blank\" rel=\"noreferrer noopener\"> </a>— 1994 (Mad House)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=dnp4Xj_3FYk\" target=\"_blank\" rel=\"noreferrer noopener\">Joy Ride Riddim</a></strong> — 1996 (Mad House)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=E084yiohV9E\" target=\"_blank\" rel=\"noreferrer noopener\">Buy Out Riddim</a> </strong>— 1996 (Mad House)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=Eg36QjyZo60\" target=\"_blank\" rel=\"noreferrer noopener\">Showtime Riddim</a></strong> — 1997 (Mad House)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=mCgPmb3HL5A\" target=\"_blank\" rel=\"noreferrer noopener\">BookShelf Riddim</a></strong> — 1998<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=-tabvim-eos\" target=\"_blank\" rel=\"noreferrer noopener\">Bruk Out Riddim</a></strong> — 1999 (Mad House)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=h0KcIwATzYc\" target=\"_blank\" rel=\"noreferrer noopener\">Diwali Riddim</a></strong> — 2002 (Lenky)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=VC3nm58MBYU\" target=\"_blank\" rel=\"noreferrer noopener\">Chiney Gal Riddim</a></strong> — 2002<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=6L-1wRRp3aU\" target=\"_blank\" rel=\"noreferrer noopener\">Fiesta Riddim</a></strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=6L-1wRRp3aU\" target=\"_blank\" rel=\"noreferrer noopener\"> </a>— 2003 (VP Records)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=ZYE88Q6AIlA\" target=\"_blank\" rel=\"noreferrer noopener\">Drop Leaf Riddim</a></strong> — 2005 (Don Corleon)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>FAST FORWARD</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Though jugglings are not a priority for music producers or artistes these days, the music lovers will still show their appreciation and get excited to listen to their favourites from the slew of songs. In the latter part of 2018, Justus released the <a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=5f324KsKsoQ&amp;list=OLAK5uy_nhi__MIPOySfvhpM-G0KlSjLjECR8qHxo&amp;index=2\" target=\"_blank\" rel=\"noreferrer noopener\">Time Machine Riddim</a>, which featured Mavado, Shenseea and TeeJay, who undoubtedly had the biggest song on the rhythm by popular traction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1399} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shenseea_Tie-Me-Up.jpg\" alt=\"\" class=\"wp-image-1399\" /><figcaption>Shenseea in her music video Tie Me Up on the Time Machine Riddim released 2018 (Source: Shenseea - YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In June, Popular Music producer Linton ‘TJ’ dropped a similar project on the <a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=J_OB_ymaugg\" target=\"_blank\" rel=\"noreferrer noopener\">Traffic Riddim</a> that features top Dancehall musicians Vybz Kartel, Masicka, Popcaan and Govana among others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1401,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Traffic-Riddim.jpg\" alt=\"\" class=\"wp-image-1401\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Based on the reactions on social media and elsewhere, the project is expected to dominate the party scene. Each song should get its fair shine as all the artistes involved delivered.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<strong><em>Story written by Shania Hanchard</em></strong> </p>\n<!-- /wp:paragraph -->','Where are the Dancehall juggling projects?','','publish','closed','closed','','where-are-the-dancehall-juggling-projects','','','2019-08-15 12:18:29','2019-08-15 17:18:29','',0,'https://buzz-caribbean.com/?p=1377',0,'post','',0),(1378,4,'2019-08-01 20:04:29','2019-08-02 01:04:29','<!-- wp:paragraph -->\n<p>You may remember her as Stevie J’s Panamanian princess or even as dancehall artiste’s Spice best friend on<strong> Love and Hip Hop: Atlanta</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, these days Estelita Quintero is out of the reality TV circuit and is instead focusing on wellness. Quintero recently opened up about how cosmetic surgery to improve the look of her buttocks had made her sick.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":380} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Stevie-J_Estelita.jpg\" alt=\"\" class=\"wp-image-380\" /><figcaption>Estelita Quintero and Stevie J.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Quintero noted that it wasn’t only a physical manifestation of being unwell but she also began to feel depressed. According to Quintero,  she received the butt injections while working as a stripper in Miami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, she explained that approximately five years later, the injections had started to make her feel sick. In a 19-minute-long video posted to YouTube Quintero documented her journey to Colombia where she had the silicone fillers removed from her buttocks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":384} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/During-Surgery-Quintero.jpg\" alt=\"\" class=\"wp-image-384\" /><figcaption>Estelita Quintero during her surgical procedure to remove silicone implants from her buttocks. Source: Instagram @estelitaquintero</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Before her travels to the South American country, Quintero said she had tried four times to have the contents injected into her posterior to give its voluptuous shape removed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":382} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Quintero-Pre-Surgery_Buzz.jpg\" alt=\"\" class=\"wp-image-382\" /><figcaption>Estelita Quintero during post-surgery recovery. Source: Instagram @estelitaquintero</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It is crazy because I remember paying $1500 per section to get these freakin’ silicone injections right? And honestly, four unsuccessful surgeries in the U.S. was almost $80,000 through the years. And now I am here paying more money, but I know that this it,” said Quintero.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em> </em>“It is crazy because I remember paying $1500 per section to get these freakin’ silicone injections right.\"</strong></p><cite>— Estelita Quintero</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Opening up and documenting it all on camera and in the public domain of Instagram and Youtube, according to Estelita, is to spread awareness about the dangers associated with butt implants. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":383} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Excerpt-from-Video-1024x576.jpg\" alt=\"\" class=\"wp-image-383\" /><figcaption>Nurse displaying silicone waste removed from Quintero post-surgery. Source: Youtube - Estelita Quintero</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The purpose of me filming this video is to hopefully … show all the girls that it is not worth it -don’t freakin’ do it. I had this poison in my body for over eight years I am lucky to be alive right now,” said Quintero, who then instructed the nurse to showcase a red bag, which was labelled with a radioactive hazard sign, noting that it contained the material that was taken out of her buttocks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong>\"I had this poison in my body for over eight years I am lucky to be alive right now.\"</strong></p><cite>— Estelita Quintero</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The documented journey to recovery for the former reality TV show didn’t end with her near 20-minute-long <a href=\"https://youtu.be/IN9S3LWqOiw\">YouTube video</a> as she has continued to showcase her healing process in her <a href=\"https://www.instagram.com/estelitaquintero/?hl=en\">Instagram stories</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In making her experience public, Quintero has not escaped criticism. However, she has proudly proclaimed that she is comfortable with her natural booty and beauty. Quintero isn’t the only reality show celeb to have had their butt implants removed. In 2018, K. Michelle also opened up about black market silicone butt injections, in which she had four surgeries.</p>\n<!-- /wp:paragraph -->','Former ‘LHHATL’ star ditches reality TV and her butt implants','','inherit','closed','closed','','379-revision-v1','','','2019-08-01 20:04:29','2019-08-02 01:04:29','',379,'https://buzz-caribbean.com/article/379-revision-v1/',0,'revision','',0),(1379,11,'2019-08-01 20:06:43','2019-08-02 01:06:43','<!-- wp:paragraph -->\n<p>The release of juggling projects by producers of Dancehall music has seen a marked decline since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2015, Chimmey Records released one of the biggest juggling projects of the summer season called After Party Riddim, which featured top Dancehall artiste such as Vybz Kartel, Mavado, Alkaline and more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Two years prior, Chimmey Records released the Rising Sun Riddim that featured acts such as Kabaka Pyramid, Chronixx, Tarrus Riley, Jah Cure and others. Some have classified this as a timeless project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The juggling culture started with Reggae in the 1980s. As time progressed, it moved on to the next popular music in Jamaica, which was Dancehall. DJs would spit lyrics on hardcore rhythms, lasting 2 to 3 minutes per song. Each riddim would have at least 10 artistes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 1990s and early 2000s had some of the best juggling projects in Reggae and Dancehall.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here is a list of some of the top ones:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><strong>Pepper Seed Riddim </strong>— 1994 (Mad House)<br><strong>Bug and Clone Riddim</strong> — 1994 (Mad House)<br><strong>Joy Ride Riddim</strong> — 1996 (Mad House)<br><strong>Buy Ou</strong>t — 1996 (Mad House)<br><strong>Showtime Riddim</strong> — 1997 (Mad House)<br><strong>BookShelf Riddim</strong> — 1998<br><strong>Bruk Out Riddim</strong> — 1999 (Mad House)<br><strong>Diwali Riddim</strong> — 2002 (Lenky)<br><strong>Chiney Gal</strong> — 2002<br><strong>Fiesta Riddim</strong> — 2003 (VP Records)<br><strong>Drop Leaf Riddim</strong> — 2004 (Don Corleon)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>FAST FORWARD</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Though jugglings are not a priority for music producers or artiste these days, the music lovers will still show their appreciation and get excited to listen to their favourites from the slew of songs. In the latter part of 2018, Jus Tus released the Time Machine Riddim, which featured Mavado, Shenseea and TeeJay, who undoubtedly had the biggest song on the rhythm by popular traction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In June, Popular Music producer Linton ‘TJ’ dropped a similar project on the ‘Traffic Riddim’ that features top Dancehall musicians Vybz Kartel, Masicka, Popcaan and Govana among others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Based on the reaction on social media and elsewhere, the project is expected to dominate the party scene. Each song should get its fair shine as all the artistes involved delivered.</p>\n<!-- /wp:paragraph -->','Where are the Dancehall juggling projects?','','inherit','closed','closed','','1377-revision-v1','','','2019-08-01 20:06:43','2019-08-02 01:06:43','',1377,'https://buzz-caribbean.com/article/1377-revision-v1/',0,'revision','',0),(1380,4,'2019-08-01 20:40:50','2019-08-02 01:40:50','<!-- wp:paragraph -->\n<p>Naomi Campbell has claimed she was barred from a hotel in the south of France because of the colour of her skin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 49-year-old supermodel has alleged that she wasn\'t let into the hotel in the south of France, which she chose not to name.  She said a guard told her the hotel was full but that she later saw others being allowed in.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1381} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Naomi-Campbell-skin.jpg\" alt=\"\" class=\"wp-image-1381\" /><figcaption>Naomi Campbell</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking to Paris Match magazine, she said: \"The word \'diversity\' is everywhere today but it did not exist when I started. I\'ve always wanted people to be treated equally.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://buzz-caribbean.com/article/naomi-campbell-disinfects-her-seat-when-she-flies/\"><strong>Campbell</strong></a> said she was invited to participate at an event at the hotel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It is for these kinds of revolting moments that I will continue to speak up\"</p><cite>— Naomi Campbell </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“They did not want to let my friend and I in because of the colour of my skin. It is for these kinds of revolting moments that I will continue to speak up and make myself heard,\" she added.</p>\n<!-- /wp:paragraph -->','Naomi Campbell claims she was barred from a hotel because of her skin colour','','publish','closed','closed','','naomi-campbell-claims-she-was-barred-from-a-hotel-because-of-her-skin-colour','','','2019-08-01 21:44:22','2019-08-02 02:44:22','',0,'https://buzz-caribbean.com/?p=1380',0,'post','',0),(1381,4,'2019-08-01 20:36:43','2019-08-02 01:36:43','','Naomi-Campbell-skin','','inherit','closed','closed','','naomi-campbell-skin','','','2019-08-01 20:36:43','2019-08-02 01:36:43','',1380,'https://buzz-caribbean.com/app/uploads/2019/08/Naomi-Campbell-skin.jpg',0,'attachment','image/jpeg',0),(1382,4,'2019-08-01 20:40:50','2019-08-02 01:40:50','<!-- wp:paragraph -->\n<p>Naomi Campbell has claimed she was barred from a hotel in the south of France because of the colour of her skin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 49-year-old supermodel has alleged that she wasn\'t let into the hotel in the south of France, which she chose not to name.  She said a guard told her the hotel was full but that she later saw others being allowed in.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1381} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Naomi-Campbell-skin.jpg\" alt=\"\" class=\"wp-image-1381\" /><figcaption>Naomi Campbell</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking to Paris Match magazine, she said: \"The word \'diversity\' is everywhere today but it did not exist when I started. I\'ve always wanted people to be treated equally.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Campbell said she was invited to participate at an event at the hotel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It is for these kinds of revolting moments that I will continue to speak up\"</p><cite>— Naomi Campbell </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“They did not want to let my friend and I in because of the colour of my skin. It is for these kinds of revolting moments that I will continue to speak up and make myself heard,\" she added.</p>\n<!-- /wp:paragraph -->','Naomi Campbell claims she was barred from a hotel because of her skin colour','','inherit','closed','closed','','1380-revision-v1','','','2019-08-01 20:40:50','2019-08-02 01:40:50','',1380,'https://buzz-caribbean.com/article/1380-revision-v1/',0,'revision','',0),(1383,4,'2019-08-01 20:44:27','2019-08-02 01:44:27','','Naomi Campbell Skin Featured Image','','inherit','closed','closed','','naomi-campbell-skin-featured-image','','','2019-08-01 20:44:27','2019-08-02 01:44:27','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Naomi-Campbell-skin-featured-image.jpg',0,'attachment','image/jpeg',0),(1384,4,'2019-08-01 21:29:12','2019-08-02 02:29:12','<!-- wp:paragraph -->\n<p>It has been twenty years since Toyota stopped production of the iconic Supra and the new 21st-century version comes back sexier than ever.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":67} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Supra-2020_1-1024x614.jpg\" alt=\"\" class=\"wp-image-67\" /><figcaption>2020 Toyota Supra</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So why did Toyota bring back this sports model?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Supra, Supra, Supra. It’s all we heard from dealers and fans, especially on social media.” </p><cite>— 2020 Supra chief engineer, Tetsuya Tada</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Supra first came out in the 70s and was closely based on the Celica. Throughout the 80s and 90s its popularity skyrocketed when it was featured in the first movie in the franchise, The Fast and the Furious (a Mark IV driven by Paul Walker’s character Brian).&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":68} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/paul-walker-supra-1024x710.jpg\" alt=\"\" class=\"wp-image-68\" /><figcaption>the late paul walker with the iconic Supra.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This new Mark V Supra is a fun and exciting sports car to drive with appealing aesthetics. Toyota’s reputation for reliability and dependability does not readily spring to mind when you first encounter this new Supra; rather you think, I wonder what this baby can do?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":69} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/supra-2020-1024x614.jpg\" alt=\"\" class=\"wp-image-69\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Toyota has hooked up with BMW to produce a sports car reminiscent of the Z4. Wearing its name in the same 90s font, the Supra acknowledges its past and declares this is not a carbon copy of the Z4.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Built in Austria, the Supra 2020 only comes in 8-speed automatic transmission with 335 horsepower, 365 pound-feet of torque. The turbocharged 3.0-litre incline 6-cylinder engine generates a top speed of 155 miles per hour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 3,400-pound Supra can do 0 to 60 in 4.1 seconds, making it quicker than the BMW Z4. Imagine what this can do on the North Coast Highway?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[70]} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/supra-supra-1024x614.jpg\" alt=\"\" data-id=\"70\" data-link=\"https://buzz-caribbean.com/?attachment_id=70\" class=\"wp-image-70\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>What you have here are two reputable marques, Toyota and BMW, collaborating to update a classic and the devil is truly in the detail here. With a Ferrari-like fender chock full of vents from the front lights to the hood and boasting very wide door sills, this sports car is a head turner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Toyota has furnished this car’s interior with good materials. The stitched dash, 8.8-inch infotainment screen and ten-speaker adaptive JBL stereo unit and large bucket seats signal the Supra’s purpose. The large twin exhaust pipes, low-lying 19-inch alloy wheels and 50:50 weight-balance enhance what is indeed a sweet ride.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There is no question that the new Supra delivers a lot for a sports car starting at US$50,000 when compared with other cars in its range. The Infiniti Q60 400s, Corvette Stingray, Camaro SS 1LE, Lincoln MK2 and Acura RLX Sports Hybrid come in over the cost of the Supra. The Toyota Supra makes a triumphant return and is a dashing high-performance coupe that delivers.</p>\n<!-- /wp:paragraph -->','The new 2020 Toyota Supra: A sexy sports car that won’t cost you an arm and a leg','','inherit','closed','closed','','66-revision-v1','','','2019-08-01 21:29:12','2019-08-02 02:29:12','',66,'https://buzz-caribbean.com/article/66-revision-v1/',0,'revision','',0),(1385,4,'2019-08-01 21:31:11','2019-08-02 02:31:11','<!-- wp:paragraph -->\n<p>It has been twenty years since Toyota stopped production of the iconic Supra and the new 21st-century version comes back sexier than ever.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":67} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Supra-2020_1-1024x614.jpg\" alt=\"\" class=\"wp-image-67\" /><figcaption>2020 Toyota Supra</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So why did Toyota bring back this sports model?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Supra, Supra, Supra. It’s all we heard from dealers and fans, especially on social media.” </p><cite>— 2020 Supra chief engineer, Tetsuya Tada</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Supra first came out in the 70s and was closely based on the Celica. Throughout the 80s and 90s its popularity skyrocketed when it was featured in the first movie in the franchise, The Fast and the Furious (a Mark IV driven by Paul Walker’s character Brian).&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":68} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/paul-walker-supra-1024x710.jpg\" alt=\"\" class=\"wp-image-68\" /><figcaption>THE LATE PAUL WALKER WITH THE ICONIC SUPRA</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This new Mark V Supra is a fun and exciting sports car to drive with appealing aesthetics. Toyota’s reputation for reliability and dependability does not readily spring to mind when you first encounter this new Supra; rather you think, I wonder what this baby can do?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":69} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/supra-2020-1024x614.jpg\" alt=\"\" class=\"wp-image-69\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Toyota has hooked up with BMW to produce a sports car reminiscent of the Z4. Wearing its name in the same 90s font, the Supra acknowledges its past and declares this is not a carbon copy of the Z4.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Built in Austria, the Supra 2020 only comes in 8-speed automatic transmission with 335 horsepower, 365 pound-feet of torque. The turbocharged 3.0-litre incline 6-cylinder engine generates a top speed of 155 miles per hour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 3,400-pound Supra can do 0 to 60 in 4.1 seconds, making it quicker than the BMW Z4. Imagine what this can do on the North Coast Highway?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[70]} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/supra-supra-1024x614.jpg\" alt=\"\" data-id=\"70\" data-link=\"https://buzz-caribbean.com/?attachment_id=70\" class=\"wp-image-70\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>What you have here are two reputable marques, Toyota and BMW, collaborating to update a classic and the devil is truly in the detail here. With a Ferrari-like fender chock full of vents from the front lights to the hood and boasting very wide door sills, this sports car is a head turner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Toyota has furnished this car’s interior with good materials. The stitched dash, 8.8-inch infotainment screen and ten-speaker adaptive JBL stereo unit and large bucket seats signal the Supra’s purpose. The large twin exhaust pipes, low-lying 19-inch alloy wheels and 50:50 weight-balance enhance what is indeed a sweet ride.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There is no question that the new Supra delivers a lot for a sports car starting at US$50,000 when compared with other cars in its range. The Infiniti Q60 400s, Corvette Stingray, Camaro SS 1LE, Lincoln MK2 and Acura RLX Sports Hybrid come in over the cost of the Supra. The Toyota Supra makes a triumphant return and is a dashing high-performance coupe that delivers.</p>\n<!-- /wp:paragraph -->','The new 2020 Toyota Supra: A sexy sports car that won’t cost you an arm and a leg','','inherit','closed','closed','','66-revision-v1','','','2019-08-01 21:31:11','2019-08-02 02:31:11','',66,'https://buzz-caribbean.com/article/66-revision-v1/',0,'revision','',0),(1386,4,'2019-08-01 21:43:07','2019-08-02 02:43:07','<!-- wp:paragraph -->\n<p>Naomi Campbell has claimed she was barred from a hotel in the south of France because of the colour of her skin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 49-year-old supermodel has alleged that she wasn\'t let into the hotel in the south of France, which she chose not to name.  She said a guard told her the hotel was full but that she later saw others being allowed in.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1381} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Naomi-Campbell-skin.jpg\" alt=\"\" class=\"wp-image-1381\" /><figcaption>Naomi Campbell</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking to Paris Match magazine, she said: \"The word \'diversity\' is everywhere today but it did not exist when I started. I\'ve always wanted people to be treated equally.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://buzz-caribbean.com/article/naomi-campbell-disinfects-her-seat-when-she-flies/\">Campbell</a> said she was invited to participate at an event at the hotel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It is for these kinds of revolting moments that I will continue to speak up\"</p><cite>— Naomi Campbell </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“They did not want to let my friend and I in because of the colour of my skin. It is for these kinds of revolting moments that I will continue to speak up and make myself heard,\" she added.</p>\n<!-- /wp:paragraph -->','Naomi Campbell claims she was barred from a hotel because of her skin colour','','inherit','closed','closed','','1380-revision-v1','','','2019-08-01 21:43:07','2019-08-02 02:43:07','',1380,'https://buzz-caribbean.com/article/1380-revision-v1/',0,'revision','',0),(1387,4,'2019-08-01 21:44:12','2019-08-02 02:44:12','<!-- wp:paragraph -->\n<p>Naomi Campbell has claimed she was barred from a hotel in the south of France because of the colour of her skin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 49-year-old supermodel has alleged that she wasn\'t let into the hotel in the south of France, which she chose not to name.  She said a guard told her the hotel was full but that she later saw others being allowed in.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1381} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Naomi-Campbell-skin.jpg\" alt=\"\" class=\"wp-image-1381\" /><figcaption>Naomi Campbell</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking to Paris Match magazine, she said: \"The word \'diversity\' is everywhere today but it did not exist when I started. I\'ve always wanted people to be treated equally.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://buzz-caribbean.com/article/naomi-campbell-disinfects-her-seat-when-she-flies/\"><strong>Campbell</strong></a> said she was invited to participate at an event at the hotel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It is for these kinds of revolting moments that I will continue to speak up\"</p><cite>— Naomi Campbell </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“They did not want to let my friend and I in because of the colour of my skin. It is for these kinds of revolting moments that I will continue to speak up and make myself heard,\" she added.</p>\n<!-- /wp:paragraph -->','Naomi Campbell claims she was barred from a hotel because of her skin colour','','inherit','closed','closed','','1380-revision-v1','','','2019-08-01 21:44:12','2019-08-02 02:44:12','',1380,'https://buzz-caribbean.com/article/1380-revision-v1/',0,'revision','',0),(1388,11,'2019-08-02 09:03:51','2019-08-02 14:03:51','','Chimney-Records-Logo','','inherit','closed','closed','','chimney-records-logo','','','2019-08-02 09:03:51','2019-08-02 14:03:51','',1377,'https://buzz-caribbean.com/app/uploads/2019/08/Chimney-Records-Logo.jpg',0,'attachment','image/jpeg',0),(1389,11,'2019-08-02 09:11:22','2019-08-02 14:11:22','','After-Party-Riddim','','inherit','closed','closed','','after-party-riddim','','','2019-08-02 09:11:22','2019-08-02 14:11:22','',1377,'https://buzz-caribbean.com/app/uploads/2019/08/After-Party-Riddim.jpg',0,'attachment','image/jpeg',0),(1390,11,'2019-08-02 09:16:01','2019-08-02 14:16:01','','Rising-Sun-Riddim','','inherit','closed','closed','','rising-sun-riddim','','','2019-08-02 09:16:01','2019-08-02 14:16:01','',1377,'https://buzz-caribbean.com/app/uploads/2019/08/Rising-Sun-Riddim.jpg',0,'attachment','image/jpeg',0),(1392,9,'2019-08-02 09:45:18','2019-08-02 14:45:18','','bad gyal marie A','','inherit','closed','closed','','makeup_20190712163627_save','','','2019-08-14 15:23:51','2019-08-14 20:23:51','',924,'https://buzz-caribbean.com/app/uploads/2019/08/MAKEUP_20190712163627_save.jpg',0,'attachment','image/jpeg',0),(1393,9,'2019-08-02 09:47:48','2019-08-02 14:47:48','<!-- wp:image {\"id\":1392} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/MAKEUP_20190712163627_save-1024x683.jpg\" alt=\"\" class=\"wp-image-1392\" /><figcaption>Bad Gyal Marie has been living in Jamaica since 2009. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They say the journey of a thousand miles\nbegins with one step. But for Marie Sano, more popularly known as Bad Gyal\nMarie, hers was the journey of more than 8,000 miles – from Tokyo, Japan, to\nKingston, Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her ‘one step’ came in 2009 when she\ndecided to leave the place she had called home all her life to move to Jamaica,\na place she inexplicably felt drawn to, from the very first time she heard\ndancehall music at a Japanese club.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Reggae music is big in Japan” </p><cite>- Bad Gyal Marie</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Reggae music is big in Japan,” she said.\n“I remember when I was a teenager I went to a club and the DJ played dancehall\nmusic, and it changed my life. I just felt something. I cannot explain because\nit was so strange. It was like my blood just started boiling.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Determined to pursue this new-found\npassion, she threw herself into research about Jamaican music. She invested in\nrecords and practised spinning them in clubs. But even then, she never intended\nfor it to become her full-time career. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":929} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/MarieShabba-1024x683.jpg\" alt=\"\" class=\"wp-image-929\" /><figcaption>Bad Gyal Marie (left) says Likkle Shabba (right) taught her a lot about dancehall music. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What she felt in that moment when she fell\nin love with dancehall and reggae music, however, was perhaps the pull of the\nuniverse, drawing her in the direction of exactly where she needed to be, as\nsince her move to Jamaica, Bad Gyal Marie has realised that being a selector is\nin fact her calling. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Operating as the lone female selector on the sound system, Notorious International, Bad Gyal Marie has made quite the name for herself, most recently copping first place in the keenly contested 2019 Boom All Star Sound Clash.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her journey to the Boom title took some\ndoing, however, as Bad Gyal Marie had to work hard to prove that she was more\nthan a spectacle – more than a little Japanese girl playing around with\nJamaican culture. And even before then, she had to convince her parents that\nmoving to Jamaica was a good idea.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":930} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/MarieA.jpg\" alt=\"\" class=\"wp-image-930\" /><figcaption>Bad Gyal Marie moved to Jamaica from Japan in 2009. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After graduating from college with a degree\nin Cultural Studies, Marie decided to make the permanent move. By then, her\nparents had been sufficiently convinced that this was her passion and she now\nhad their full support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She started her career as a selector in\nJamaica by working with a fellow Japanese national. Together, both women would\nget a shot at the turntables at popular local street dances like Passa Passa. But\nfor Marie, it was not enough. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I always say every Jamaican is my teacher, in language and in music and so I just ketch the patois likkle by likkle” </p><cite>- Bad Gyal Marie</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Determined to be taken more seriously and\nrealising that she wanted to play all night and not just for 15 minutes, Marie\nmet Likkle Shabba, a selector from Kingston 13 who took her under his wings,\ntraining her and teaching her the ropes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I used to just go to the studio and talk\nto people daily. I always say every Jamaican is my teacher, in language and in\nmusic and so I just ketch the patois likkle by likkle,” Marie said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Working with Likkle Shabba, Marie received\nmore exposure, playing in a weekly session they hosted together called Yard\nClothes Wednesdays in the Wellington Road area of Kingston 13. They would later\ngo on to create the sound system Notorious International, featuring the likes\nof DJ Premiere, DJ Lucky, Oddie Frass, Superstar from Tokyo, and of course\nMarie and Likkle Shabba.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now that she has earned the respect of many\nin the dancehall space, Marie continues to make her mark across Jamaica. And along\nwith Notorious International, Marie has entered the Guinness Sounds of\nGreatness before winning the Boom All-Star Clash in May 2019. </p>\n<!-- /wp:paragraph -->','Japanese selector makes Jamaica her home','','inherit','closed','closed','','924-revision-v1','','','2019-08-02 09:47:48','2019-08-02 14:47:48','',924,'https://buzz-caribbean.com/article/924-revision-v1/',0,'revision','',0),(1394,0,'2019-08-02 10:06:32','2019-08-02 15:06:32','','Miss Universe Jamaica','','publish','closed','closed','','miss-universe-jamaica','','','2019-08-15 11:00:57','2019-08-15 16:00:57','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=1394',0,'out','',0),(1395,23,'2019-08-14 18:02:56','2019-08-14 23:02:56','<!-- wp:paragraph -->\n<p>With the successful launch of the second issue of his comic anthology\nseries ‘I-Land Chronicles’ in July, publisher Kevin Jackson hopes to jumpstart\nthe Jamaican comic book industry, much like how Stan Lee did with the Marvel\nbrand in the 60s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1410} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0020-1024x685.jpg\" alt=\"\" class=\"wp-image-1410\" /><figcaption>  A young reader enjoying \'After Dark\' by Stephen McLeod in issue one of \'I-Land Chronicles\'. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Having been a part of many international award-winning animation projects, Jackson turned to his first love - comics - in 2016. He set up ‘I-Land Chronicles’ as an experiment financed by his pocket and that of two other business partners.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m very proud of I-Land Chronicles. We went from concept to production\nin three months, launching test issues at the Kingston Book Festival in 2016.\nTwo months later we were on sale,” said Jackson, who helped to set legislation\nas the head of the influential Jamaica Animation Nation Network (JANN).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“We don’t have a comic book culture or industry.\" </p><cite>— Publisher Kevin Jackson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The first issue hit the shelves of Bookophilia on May 10, 2016. The aim of the book was to provide a place where local comic book content creators could show off their talent or experiment without affecting their core products. All creators retain the copyright to their material, and they also receive royalties based on sales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We don’t have a comic book culture or industry. Creating a monthly\nbook with a single creative team would be a problem. Using the anthology format\nlike Manga allows us to not be dependent on a single artist,” Jackson explained.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1411} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0159.jpg-New-1024x686.jpg\" alt=\"\" class=\"wp-image-1411\" /><figcaption>Kevin Jackson (centre), the publishers of \'I-Land Chronicles\', poses with part of the creative team behind \'Duppy Conqueror\', Davia Morris (left), and Inker Akein Bantin. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Whereas North American comics tend to favour a single story and\nproduction team on a monthly basis, Japanese comics like Shōnen Jump fill their\npages with multiple stories from different artists providing a wider variety to\nreaders weekly. For Jackson, this option solved several problems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To this, issue one featured four Jamaica comic book artists and their\ntales – ‘Maroonblack’ by Henry Grandison, ‘Children of Insurrection’ by Stephen\nRoper, ‘Knock Knock &amp; Track Star’ by Patrick Allen and ‘After Dark’ by\nStephen McLeod. Each artist is given five pages for their stories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“It’s not just about the money for me. It’s about legitimizing the industry as a whole.\"</p><cite>— Publisher Kevin Jackson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>And based on the knowledge he gained in production and marketing for ‘I-Land\nChronicles’, Jackson was to help other creators. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We also discovered that while there is an abundance of talent, there’s\na lack of information and standardisation of comic book production. There’s\nalso an unfortunate lack of business acumen in the creative community,” Jackson\nsaid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1412,1413]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0172.jpg-new-1024x686.jpg\" alt=\"\" data-id=\"1412\" data-link=\"https://buzz-caribbean.com/?attachment_id=1412\" class=\"wp-image-1412\" /><figcaption>Issue one of \'I-Land Chronicles\'.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0176.jpg-new-1024x686.jpg\" alt=\"\" data-id=\"1413\" data-link=\"https://buzz-caribbean.com/?attachment_id=1413\" class=\"wp-image-1413\" /><figcaption>Kevin Jackson has high hopes for the second issue of \'I-Land Chronicles\'.</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“We want to do more than just publish creator content in ‘I-Land\nChronicles’. We have the expertise to help those creators make their own comic\nbooks, market them and get them on to store shelves,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So far, creators haven’t taken him up on the offer, but he hopes that\nas ‘I-Land Chronicles’ grows, more persons will step forward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s not just about the money for me. It’s about legitimizing the industry as a whole. The more comics on the shelves, the more visible we become, whether they are published by us or not.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> — <strong><em>Story written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Publisher creates a plan for Jamaica\'s comic book industry','','publish','closed','closed','','publisher-creates-a-plan-for-jamaicas-comic-book-industry','','','2019-08-16 12:33:43','2019-08-16 17:33:43','',0,'https://buzz-caribbean.com/?p=1395',0,'post','',0),(1396,13,'2019-08-02 10:01:50','2019-08-02 15:01:50','','Miss Universe Jamaica 2','','inherit','closed','closed','','miss-universe-jamaica-2','','','2019-08-02 10:01:50','2019-08-02 15:01:50','',1394,'https://buzz-caribbean.com/app/uploads/2019/08/miss-universe-jamaica-2.jpg',0,'attachment','image/jpeg',0),(1397,13,'2019-08-02 10:02:03','2019-08-02 15:02:03','','Miss Universe Jamaica','','inherit','closed','closed','','miss-universe-jamaica','','','2019-08-02 10:02:03','2019-08-02 15:02:03','',1394,'https://buzz-caribbean.com/app/uploads/2019/08/miss-universe-jamaica.jpg',0,'attachment','image/jpeg',0),(1398,13,'2019-08-02 10:02:15','2019-08-02 15:02:15','','Miss Universe Jamaica 3','','inherit','closed','closed','','miss-universe-jamaica-3','','','2019-08-02 10:02:15','2019-08-02 15:02:15','',1394,'https://buzz-caribbean.com/app/uploads/2019/08/miss-universe-jamaica-3.jpg',0,'attachment','image/jpeg',0),(1399,11,'2019-08-02 10:07:04','2019-08-02 15:07:04','','Shenseea_Tie-Me-Up','','inherit','closed','closed','','shenseea_tie-me-up','','','2019-08-02 10:07:04','2019-08-02 15:07:04','',1377,'https://buzz-caribbean.com/app/uploads/2019/08/Shenseea_Tie-Me-Up.jpg',0,'attachment','image/jpeg',0),(1401,11,'2019-08-02 10:09:58','2019-08-02 15:09:58','','Traffic-Riddim','','inherit','closed','closed','','traffic-riddim','','','2019-08-02 10:09:58','2019-08-02 15:09:58','',1377,'https://buzz-caribbean.com/app/uploads/2019/08/Traffic-Riddim.jpg',0,'attachment','image/jpeg',0),(1402,11,'2019-08-02 10:12:51','2019-08-02 15:12:51','','Shenseea Tie Me Up Apple','','inherit','closed','closed','','shenseea-tie-me-up-apple','','','2019-08-02 10:12:51','2019-08-02 15:12:51','',1377,'https://buzz-caribbean.com/app/uploads/2019/08/Shenseea-Tie-Me-Up-Apple.jpg',0,'attachment','image/jpeg',0),(1403,0,'2019-08-02 10:36:37','2019-08-02 15:36:37','','The Wine Event','','publish','closed','closed','','the-wine-event','','','2019-08-14 16:06:12','2019-08-14 21:06:12','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=1403',0,'out','',0),(1404,11,'2019-08-02 10:28:59','2019-08-02 15:28:59','<!-- wp:paragraph -->\n<p>The release of juggling projects by producers of Dancehall music has seen a marked decline since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2015, Chimney Records released one of the biggest juggling projects of the summer season called <strong>After Party Riddim</strong>, which featured top Dancehall artiste such as Vybz Kartel, Mavado, Alkaline and more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1389,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/After-Party-Riddim.jpg\" alt=\"\" class=\"wp-image-1389\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Two years prior, Chimney Records released the <strong>Rising Sun Riddim</strong> that featured acts such as Kabaka Pyramid, Chronixx, Tarrus Riley, Jah Cure and others. Some have classified this as a timeless project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1390,\"align\":\"center\",\"width\":525,\"height\":525} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rising-Sun-Riddim.jpg\" alt=\"\" class=\"wp-image-1390\" width=\"525\" height=\"525\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The juggling culture started with Reggae in the 1980s. As time progressed, it moved on to the next popular music in Jamaica, which was Dancehall. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DJs would spit lyrics on hardcore rhythms - or \"riddims\" in the Jamaican vernacular, lasting 2 to 3 minutes per song. Each riddim would have at least 10 artistes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 1990s and early 2000s had some of the best juggling projects in Reggae and Dancehall.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the top ones included:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><strong><a href=\"https://www.youtube.com/watch?v=09r8zEt5aes\">Pepper Seed Riddim</a> </strong>— 1994 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=DHY3a4lJsR0\">Bug and Clone Riddim</a></strong><a href=\"https://www.youtube.com/watch?v=DHY3a4lJsR0\"> </a>— 1994 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=dnp4Xj_3FYk\">Joy Ride Riddim</a></strong> — 1996 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=E084yiohV9E\">Buy Out Riddim</a> </strong>— 1996 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=Eg36QjyZo60\">Showtime Riddim</a></strong> — 1997 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=mCgPmb3HL5A\">BookShelf Riddim</a></strong> — 1998<br><strong><a href=\"https://www.youtube.com/watch?v=-tabvim-eos\">Bruk Out Riddim</a></strong> — 1999 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=h0KcIwATzYc\">Diwali Riddim</a></strong> — 2002 (Lenky)<br><strong><a href=\"https://www.youtube.com/watch?v=VC3nm58MBYU\">Chiney Gal Riddim</a></strong> — 2002<br><strong><a href=\"https://www.youtube.com/watch?v=6L-1wRRp3aU\">Fiesta Riddim</a></strong><a href=\"https://www.youtube.com/watch?v=6L-1wRRp3aU\"> </a>— 2003 (VP Records)<br><strong><a href=\"https://www.youtube.com/watch?v=ZYE88Q6AIlA\">Drop Leaf Riddim</a></strong> — 2005 (Don Corleon)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>FAST FORWARD</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Though jugglings are not a priority for music producers or artistes these days, the music lovers will still show their appreciation and get excited to listen to their favourites from the slew of songs. In the latter part of 2018, Justus released the Time Machine Riddim, which featured Mavado, Shenseea and TeeJay, who undoubtedly had the biggest song on the rhythm by popular traction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1399} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shenseea_Tie-Me-Up.jpg\" alt=\"\" class=\"wp-image-1399\" /><figcaption>Shenseea in her music video Tie Me Up on the Time Machine Riddim released 2018 (Source: Shenseea - YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In June, Popular Music producer Linton ‘TJ’ dropped a similar project on the <a href=\"https://www.youtube.com/watch?v=J_OB_ymaugg\">Traffic Riddim</a> that features top Dancehall musicians Vybz Kartel, Masicka, Popcaan and Govana among others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1401,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Traffic-Riddim.jpg\" alt=\"\" class=\"wp-image-1401\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Based on the reactions on social media and elsewhere, the project is expected to dominate the party scene. Each song should get its fair shine as all the artistes involved delivered.</p>\n<!-- /wp:paragraph -->','Where are the Dancehall juggling projects?','','inherit','closed','closed','','1377-revision-v1','','','2019-08-02 10:28:59','2019-08-02 15:28:59','',1377,'https://buzz-caribbean.com/article/1377-revision-v1/',0,'revision','',0),(1405,13,'2019-08-02 10:32:04','2019-08-02 15:32:04','','The Wine Event','','inherit','closed','closed','','the-wine-event','','','2019-08-02 10:32:04','2019-08-02 15:32:04','',1403,'https://buzz-caribbean.com/app/uploads/2019/08/the-wine-event.jpg',0,'attachment','image/jpeg',0),(1406,13,'2019-08-02 10:32:12','2019-08-02 15:32:12','','The Wine Event 2','','inherit','closed','closed','','the-wine-event-2','','','2019-08-02 10:32:12','2019-08-02 15:32:12','',1403,'https://buzz-caribbean.com/app/uploads/2019/08/the-wine-event-2.jpg',0,'attachment','image/jpeg',0),(1407,13,'2019-08-02 10:36:06','2019-08-02 15:36:06','','The Wine Event 3','','inherit','closed','closed','','the-wine-event-3','','','2019-08-02 10:36:06','2019-08-02 15:36:06','',1403,'https://buzz-caribbean.com/app/uploads/2019/08/the-wine-event-3.jpeg',0,'attachment','image/jpeg',0),(1410,9,'2019-08-02 10:42:28','2019-08-02 15:42:28','','DSC_0020','','inherit','closed','closed','','dsc_0020','','','2019-08-02 10:42:28','2019-08-02 15:42:28','',1395,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0020.jpg',0,'attachment','image/jpeg',0),(1411,9,'2019-08-02 10:43:40','2019-08-02 15:43:40','','DSC_0159.jpg-New','','inherit','closed','closed','','dsc_0159-jpg-new','','','2019-08-02 10:43:40','2019-08-02 15:43:40','',1395,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0159.jpg-New.jpg',0,'attachment','image/jpeg',0),(1412,9,'2019-08-02 10:46:29','2019-08-02 15:46:29','','DSC_0172.jpg-new','','inherit','closed','closed','','dsc_0172-jpg-new','','','2019-08-02 10:46:29','2019-08-02 15:46:29','',1395,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0172.jpg-new.jpg',0,'attachment','image/jpeg',0),(1413,9,'2019-08-02 10:46:31','2019-08-02 15:46:31','','DSC_0176.jpg-new','','inherit','closed','closed','','dsc_0176-jpg-new','','','2019-08-02 10:46:31','2019-08-02 15:46:31','',1395,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0176.jpg-new.jpg',0,'attachment','image/jpeg',0),(1414,9,'2019-08-02 10:48:42','2019-08-02 15:48:42','<!-- wp:paragraph -->\n<p>With the successful launch of the second issue of his comic anthology\nseries ‘I-Land Chronicles’ in July, publisher Kevin Jackson hopes to jumpstart\nthe Jamaican comic book industry, much like how Stan Lee did with the Marvel\nbrand in the 60s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1410} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0020-1024x685.jpg\" alt=\"\" class=\"wp-image-1410\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Having been a part of many international award-winning animation projects, Jackson turned to his first love - comics - in 2016. He set up ‘I-Land Chronicles’ as an experiment financed by his pocket and that of two other business partners.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m very proud of I-Land Chronicles. We went from concept to production\nin three months, launching test issues at the Kingston Book Festival in 2016.\nTwo months later we were on sale,” said Jackson, who helped to set legislation\nas the head of the influential Jamaica Animation Nation Network (JANN).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“We don’t have a comic book culture or industry.\" </p><cite>Publisher Kevin Jackson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The first issue hit the shelves of Bookophilia on May 10, 2016. The aim of the book was to provide a place where local comic book content creators could show off their talent or experiment without affecting their core products. All creators retain the copyright to their material, and they also receive royalties based on sales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We don’t have a comic book culture or industry. Creating a monthly\nbook with a single creative team would be a problem. Using the anthology format\nlike Manga allows us to not be dependent on a single artist,” Jackson explained.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whereas North American comics tend to favour a single story and\nproduction team on a monthly basis, Japanese comics like Shōnen Jump fill their\npages with multiple stories from different artists providing a wider variety to\nreaders weekly. For Jackson, this option solved several problems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1411} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0159.jpg-New-1024x686.jpg\" alt=\"\" class=\"wp-image-1411\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To this, issue one featured four Jamaica comic book artists and their\ntales – ‘Maroonblack’ by Henry Grandison, ‘Children of Insurrection’ by Stephen\nRoper, ‘Knock Knock &amp; Track Star’ by Patrick Allen and ‘After Dark’ by\nStephen McLeod. Each artist is given five pages for their stories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“It’s not just about the money for me. It’s about legitimizing the industry as a whole.\"</p><cite>- Publisher Kevin Jackson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>And based on the knowledge he gained in production and marketing for ‘I-Land\nChronicles’, Jackson was to help other creators. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We also discovered that while there is an abundance of talent, there’s\na lack of information and standardisation of comic book production. There’s\nalso an unfortunate lack of business acumen in the creative community,” Jackson\nsaid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1412,1413]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0172.jpg-new-1024x686.jpg\" alt=\"\" data-id=\"1412\" data-link=\"https://buzz-caribbean.com/?attachment_id=1412\" class=\"wp-image-1412\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0176.jpg-new-1024x686.jpg\" alt=\"\" data-id=\"1413\" data-link=\"https://buzz-caribbean.com/?attachment_id=1413\" class=\"wp-image-1413\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“We want to do more than just publish creator content in ‘I-Land\nChronicles’. We have the expertise to help those creators make their own comic\nbooks, market them and get them on to store shelves,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So far, creators haven’t taken him up on the offer, but he hopes that\nas ‘I-Land Chronicles’ grows, more persons will step forward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s not just about the money for me. It’s about legitimizing the\nindustry as a whole. The more comics on the shelves, the more visible we\nbecome, whether they are published by us or not.” </p>\n<!-- /wp:paragraph -->','Publisher creates plan for Jamaica\'s comic industry','','inherit','closed','closed','','1395-revision-v1','','','2019-08-02 10:48:42','2019-08-02 15:48:42','',1395,'https://buzz-caribbean.com/article/1395-revision-v1/',0,'revision','',0),(1415,13,'2019-08-02 10:56:50','2019-08-02 15:56:50','','Jamaic Bridal Expo','','inherit','closed','closed','','jamaic-bridal-expo','','','2019-08-02 10:56:50','2019-08-02 15:56:50','',0,'https://buzz-caribbean.com/app/uploads/2019/08/jamaic-bridal-expo.jpg',0,'attachment','image/jpeg',0),(1416,13,'2019-08-02 11:02:19','2019-08-02 16:02:19','','Jamaica Bridal Expo 2','','inherit','closed','closed','','jamaica-bridal-expo-2','','','2019-08-02 11:02:19','2019-08-02 16:02:19','',0,'https://buzz-caribbean.com/app/uploads/2019/08/jamaica-bridal-expo-2.jpg',0,'attachment','image/jpeg',0),(1417,13,'2019-08-02 11:02:31','2019-08-02 16:02:31','','Jamaica Bridal Expo 3','','inherit','closed','closed','','jamaica-bridal-expo-3','','','2019-08-02 11:02:31','2019-08-02 16:02:31','',0,'https://buzz-caribbean.com/app/uploads/2019/08/jamaica-bridal-expo-3.jpg',0,'attachment','image/jpeg',0),(1419,11,'2019-08-02 11:21:50','2019-08-02 16:21:50','<!-- wp:paragraph -->\n<p>The release of juggling projects by producers of Dancehall music has seen a marked decline since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2015, Chimney Records released one of the biggest juggling projects of the summer season called <strong>After Party Riddim</strong>, which featured top Dancehall artistes such as Vybz Kartel, Mavado, Alkaline and more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1389,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/After-Party-Riddim.jpg\" alt=\"\" class=\"wp-image-1389\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Two years prior, Chimney Records released the <strong>Rising Sun Riddim</strong> that featured acts such as Kabaka Pyramid, Chronixx, Tarrus Riley, Jah Cure and others. Some have classified this as a timeless project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1390,\"align\":\"center\",\"width\":464,\"height\":464} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rising-Sun-Riddim.jpg\" alt=\"\" class=\"wp-image-1390\" width=\"464\" height=\"464\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The juggling culture started with Reggae in the 1980s and as time progressed, it moved on to the next popular genre in Jamaica, which was Dancehall. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DJs would spit lyrics on hardcore rhythms - or \"riddims\" in the Jamaican vernacular - lasting 2 to 3 minutes per song. Each riddim would have at least 10 artistes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 1990s and early 2000s had some of the best juggling projects in Reggae and Dancehall.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the top ones included:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><strong><a href=\"https://www.youtube.com/watch?v=09r8zEt5aes\">Pepper Seed Riddim</a> </strong>— 1994 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=DHY3a4lJsR0\">Bug and Clone Riddim</a></strong><a href=\"https://www.youtube.com/watch?v=DHY3a4lJsR0\"> </a>— 1994 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=dnp4Xj_3FYk\">Joy Ride Riddim</a></strong> — 1996 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=E084yiohV9E\">Buy Out Riddim</a> </strong>— 1996 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=Eg36QjyZo60\">Showtime Riddim</a></strong> — 1997 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=mCgPmb3HL5A\">BookShelf Riddim</a></strong> — 1998<br><strong><a href=\"https://www.youtube.com/watch?v=-tabvim-eos\">Bruk Out Riddim</a></strong> — 1999 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=h0KcIwATzYc\">Diwali Riddim</a></strong> — 2002 (Lenky)<br><strong><a href=\"https://www.youtube.com/watch?v=VC3nm58MBYU\">Chiney Gal Riddim</a></strong> — 2002<br><strong><a href=\"https://www.youtube.com/watch?v=6L-1wRRp3aU\">Fiesta Riddim</a></strong><a href=\"https://www.youtube.com/watch?v=6L-1wRRp3aU\"> </a>— 2003 (VP Records)<br><strong><a href=\"https://www.youtube.com/watch?v=ZYE88Q6AIlA\">Drop Leaf Riddim</a></strong> — 2005 (Don Corleon)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>FAST FORWARD</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Though jugglings are not a priority for music producers or artistes these days, the music lovers will still show their appreciation and get excited to listen to their favourites from the slew of songs. In the latter part of 2018, Justus released the Time Machine Riddim, which featured Mavado, Shenseea and TeeJay, who undoubtedly had the biggest song on the rhythm by popular traction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1399} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shenseea_Tie-Me-Up.jpg\" alt=\"\" class=\"wp-image-1399\" /><figcaption>Shenseea in her music video Tie Me Up on the Time Machine Riddim released 2018 (Source: Shenseea - YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In June, Popular Music producer Linton ‘TJ’ dropped a similar project on the <a href=\"https://www.youtube.com/watch?v=J_OB_ymaugg\">Traffic Riddim</a> that features top Dancehall musicians Vybz Kartel, Masicka, Popcaan and Govana among others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1401,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Traffic-Riddim.jpg\" alt=\"\" class=\"wp-image-1401\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Based on the reactions on social media and elsewhere, the project is expected to dominate the party scene. Each song should get its fair shine as all the artistes involved delivered.</p>\n<!-- /wp:paragraph -->','Where are the Dancehall juggling projects?','','inherit','closed','closed','','1377-revision-v1','','','2019-08-02 11:21:50','2019-08-02 16:21:50','',1377,'https://buzz-caribbean.com/article/1377-revision-v1/',0,'revision','',0),(1421,11,'2019-08-02 11:33:18','2019-08-02 16:33:18','<!-- wp:paragraph -->\n<p>The release of juggling projects by producers of Dancehall music has seen a marked decline since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2015, Chimney Records released one of the biggest juggling projects of the summer season called <strong>After Party Riddim</strong>, which featured top Dancehall artistes such as Vybz Kartel, Mavado, Alkaline and more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1389,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/After-Party-Riddim.jpg\" alt=\"\" class=\"wp-image-1389\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Two years prior, Chimney Records released the <strong>Rising Sun Riddim</strong> that featured acts such as Kabaka Pyramid, Chronixx, Tarrus Riley, Jah Cure and others. Some have classified this as a timeless project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1390,\"align\":\"center\",\"width\":464,\"height\":464} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rising-Sun-Riddim.jpg\" alt=\"\" class=\"wp-image-1390\" width=\"464\" height=\"464\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The juggling culture started with Reggae in the 1980s and as time progressed, it moved on to the next popular genre in Jamaica, which was Dancehall. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DJs would spit lyrics on hardcore rhythms - or \"riddims\" in the Jamaican vernacular - lasting 2 to 3 minutes per song. Each riddim would have at least 10 artistes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 1990s and early 2000s had some of the best juggling projects in Reggae and Dancehall.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the top ones included:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><strong><a href=\"https://www.youtube.com/watch?v=09r8zEt5aes\">Pepper Seed Riddim</a> </strong>— 1994 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=DHY3a4lJsR0\">Bug and Clone Riddim</a></strong><a href=\"https://www.youtube.com/watch?v=DHY3a4lJsR0\"> </a>— 1994 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=dnp4Xj_3FYk\">Joy Ride Riddim</a></strong> — 1996 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=E084yiohV9E\">Buy Out Riddim</a> </strong>— 1996 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=Eg36QjyZo60\">Showtime Riddim</a></strong> — 1997 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=mCgPmb3HL5A\">BookShelf Riddim</a></strong> — 1998<br><strong><a href=\"https://www.youtube.com/watch?v=-tabvim-eos\">Bruk Out Riddim</a></strong> — 1999 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=h0KcIwATzYc\">Diwali Riddim</a></strong> — 2002 (Lenky)<br><strong><a href=\"https://www.youtube.com/watch?v=VC3nm58MBYU\">Chiney Gal Riddim</a></strong> — 2002<br><strong><a href=\"https://www.youtube.com/watch?v=6L-1wRRp3aU\">Fiesta Riddim</a></strong><a href=\"https://www.youtube.com/watch?v=6L-1wRRp3aU\"> </a>— 2003 (VP Records)<br><strong><a href=\"https://www.youtube.com/watch?v=ZYE88Q6AIlA\">Drop Leaf Riddim</a></strong> — 2005 (Don Corleon)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>FAST FORWARD</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Though jugglings are not a priority for music producers or artistes these days, the music lovers will still show their appreciation and get excited to listen to their favourites from the slew of songs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the latter part of 2018, JA Productions released the Time Machine Riddim, which featured Mavado, Shenseea and TeeJay, who undoubtedly had the biggest song on the rhythm by popular traction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1399} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shenseea_Tie-Me-Up.jpg\" alt=\"\" class=\"wp-image-1399\" /><figcaption>Shenseea in her music video Tie Me Up on the Time Machine Riddim released 2018 (Source: Shenseea - YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In June, Popular Music producer Linton ‘TJ’ dropped a similar project on the <a href=\"https://www.youtube.com/watch?v=J_OB_ymaugg\">Traffic Riddim</a> that features top Dancehall musicians Vybz Kartel, Masicka, Popcaan and Govana among others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1401,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Traffic-Riddim.jpg\" alt=\"\" class=\"wp-image-1401\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Based on the reactions on social media and elsewhere, the project is expected to dominate the party scene. Each song should get its fair shine as all the artistes involved delivered.</p>\n<!-- /wp:paragraph -->','Where are the Dancehall juggling projects?','','inherit','closed','closed','','1377-revision-v1','','','2019-08-02 11:33:18','2019-08-02 16:33:18','',1377,'https://buzz-caribbean.com/article/1377-revision-v1/',0,'revision','',0),(1422,11,'2019-08-02 11:54:56','2019-08-02 16:54:56','<!-- wp:paragraph -->\n<p>The release of juggling projects by producers of Dancehall music has seen a marked decline since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2015, Chimney Records released one of the biggest juggling projects of the summer season called <strong>After Party Riddim</strong>, which featured top Dancehall artistes such as Vybz Kartel, Mavado, Alkaline and more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1389,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/After-Party-Riddim.jpg\" alt=\"\" class=\"wp-image-1389\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Two years prior, Chimney Records released the <strong>Rising Sun Riddim</strong> that featured acts such as Kabaka Pyramid, Chronixx, Tarrus Riley, Jah Cure and others. Some have classified this as a timeless project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1390,\"align\":\"center\",\"width\":464,\"height\":464} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rising-Sun-Riddim.jpg\" alt=\"\" class=\"wp-image-1390\" width=\"464\" height=\"464\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The juggling culture started with Reggae in the 1980s and as time progressed, it moved on to the next popular genre in Jamaica, which was Dancehall. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DJs would spit lyrics on hardcore rhythms - or \"riddims\" in the Jamaican vernacular - lasting 2 to 3 minutes per song. Each riddim would have at least 10 artistes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 1990s and early 2000s had some of the best juggling projects in Reggae and Dancehall.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the top ones included:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><strong><a href=\"https://www.youtube.com/watch?v=09r8zEt5aes\">Pepper Seed Riddim</a> </strong>— 1994 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=DHY3a4lJsR0\">Bug and Clone Riddim</a></strong><a href=\"https://www.youtube.com/watch?v=DHY3a4lJsR0\"> </a>— 1994 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=dnp4Xj_3FYk\">Joy Ride Riddim</a></strong> — 1996 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=E084yiohV9E\">Buy Out Riddim</a> </strong>— 1996 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=Eg36QjyZo60\">Showtime Riddim</a></strong> — 1997 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=mCgPmb3HL5A\">BookShelf Riddim</a></strong> — 1998<br><strong><a href=\"https://www.youtube.com/watch?v=-tabvim-eos\">Bruk Out Riddim</a></strong> — 1999 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=h0KcIwATzYc\">Diwali Riddim</a></strong> — 2002 (Lenky)<br><strong><a href=\"https://www.youtube.com/watch?v=VC3nm58MBYU\">Chiney Gal Riddim</a></strong> — 2002<br><strong><a href=\"https://www.youtube.com/watch?v=6L-1wRRp3aU\">Fiesta Riddim</a></strong><a href=\"https://www.youtube.com/watch?v=6L-1wRRp3aU\"> </a>— 2003 (VP Records)<br><strong><a href=\"https://www.youtube.com/watch?v=ZYE88Q6AIlA\">Drop Leaf Riddim</a></strong> — 2005 (Don Corleon)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>FAST FORWARD</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Though jugglings are not a priority for music producers or artistes these days, the music lovers will still show their appreciation and get excited to listen to their favourites from the slew of songs. In the latter part of 2018, Justus released the Time Machine Riddim, which featured Mavado, Shenseea and TeeJay, who undoubtedly had the biggest song on the rhythm by popular traction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1399} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shenseea_Tie-Me-Up.jpg\" alt=\"\" class=\"wp-image-1399\" /><figcaption>Shenseea in her music video Tie Me Up on the Time Machine Riddim released 2018 (Source: Shenseea - YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In June, Popular Music producer Linton ‘TJ’ dropped a similar project on the <a href=\"https://www.youtube.com/watch?v=J_OB_ymaugg\">Traffic Riddim</a> that features top Dancehall musicians Vybz Kartel, Masicka, Popcaan and Govana among others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1401,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Traffic-Riddim.jpg\" alt=\"\" class=\"wp-image-1401\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Based on the reactions on social media and elsewhere, the project is expected to dominate the party scene. Each song should get its fair shine as all the artistes involved delivered.</p>\n<!-- /wp:paragraph -->','Where are the Dancehall juggling projects?','','inherit','closed','closed','','1377-revision-v1','','','2019-08-02 11:54:56','2019-08-02 16:54:56','',1377,'https://buzz-caribbean.com/article/1377-revision-v1/',0,'revision','',0),(1424,9,'2019-08-02 12:02:56','2019-08-02 17:02:56','<!-- wp:paragraph -->\n<p>With the successful launch of the second issue of his comic anthology\nseries ‘I-Land Chronicles’ in July, publisher Kevin Jackson hopes to jumpstart\nthe Jamaican comic book industry, much like how Stan Lee did with the Marvel\nbrand in the 60s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1410} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0020-1024x685.jpg\" alt=\"\" class=\"wp-image-1410\" /><figcaption>  A young reader enjoying \'After Dark\' by Stephen McLeod in issue one of \'I-Land Chronicles\'. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Having been a part of many international award-winning animation projects, Jackson turned to his first love - comics - in 2016. He set up ‘I-Land Chronicles’ as an experiment financed by his pocket and that of two other business partners.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m very proud of I-Land Chronicles. We went from concept to production\nin three months, launching test issues at the Kingston Book Festival in 2016.\nTwo months later we were on sale,” said Jackson, who helped to set legislation\nas the head of the influential Jamaica Animation Nation Network (JANN).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“We don’t have a comic book culture or industry.\" </p><cite>- Publisher Kevin Jackson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The first issue hit the shelves of Bookophilia on May 10, 2016. The aim of the book was to provide a place where local comic book content creators could show off their talent or experiment without affecting their core products. All creators retain the copyright to their material, and they also receive royalties based on sales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We don’t have a comic book culture or industry. Creating a monthly\nbook with a single creative team would be a problem. Using the anthology format\nlike Manga allows us to not be dependent on a single artist,” Jackson explained.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1411} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0159.jpg-New-1024x686.jpg\" alt=\"\" class=\"wp-image-1411\" /><figcaption>Kevin Jackson (centre), the publishers of \'I-Land Chronicles\', poses with part of the creative team behind \'Duppy Conqueror\', Davia Morris (left), and Inker Akein Bantin. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Whereas North American comics tend to favour a single story and\nproduction team on a monthly basis, Japanese comics like Shōnen Jump fill their\npages with multiple stories from different artists providing a wider variety to\nreaders weekly. For Jackson, this option solved several problems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To this, issue one featured four Jamaica comic book artists and their\ntales – ‘Maroonblack’ by Henry Grandison, ‘Children of Insurrection’ by Stephen\nRoper, ‘Knock Knock &amp; Track Star’ by Patrick Allen and ‘After Dark’ by\nStephen McLeod. Each artist is given five pages for their stories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“It’s not just about the money for me. It’s about legitimizing the industry as a whole.\"</p><cite>- Publisher Kevin Jackson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>And based on the knowledge he gained in production and marketing for ‘I-Land\nChronicles’, Jackson was to help other creators. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We also discovered that while there is an abundance of talent, there’s\na lack of information and standardisation of comic book production. There’s\nalso an unfortunate lack of business acumen in the creative community,” Jackson\nsaid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1412,1413]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0172.jpg-new-1024x686.jpg\" alt=\"\" data-id=\"1412\" data-link=\"https://buzz-caribbean.com/?attachment_id=1412\" class=\"wp-image-1412\" /><figcaption>Issue one of \'I-Land Chronicles\'.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0176.jpg-new-1024x686.jpg\" alt=\"\" data-id=\"1413\" data-link=\"https://buzz-caribbean.com/?attachment_id=1413\" class=\"wp-image-1413\" /><figcaption>Kevin Jackson has high hopes for the second issue of \'I-Land Chronicles\'.</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“We want to do more than just publish creator content in ‘I-Land\nChronicles’. We have the expertise to help those creators make their own comic\nbooks, market them and get them on to store shelves,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So far, creators haven’t taken him up on the offer, but he hopes that\nas ‘I-Land Chronicles’ grows, more persons will step forward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s not just about the money for me. It’s about legitimizing the\nindustry as a whole. The more comics on the shelves, the more visible we\nbecome, whether they are published by us or not.” </p>\n<!-- /wp:paragraph -->','Publisher creates a plan for Jamaica\'s comic book industry','','inherit','closed','closed','','1395-revision-v1','','','2019-08-02 12:02:56','2019-08-02 17:02:56','',1395,'https://buzz-caribbean.com/article/1395-revision-v1/',0,'revision','',0),(1426,9,'2019-08-02 12:29:39','2019-08-02 17:29:39','<!-- wp:image {\"id\":1427} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Meek-Mills.jpg\" alt=\"\" class=\"wp-image-1427\" /><figcaption>Meek Mill at the 2019 BET Awards on June 23.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Meek Mill has praised Kim Kardashian West for her work on criminal justice reform.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 32-year-old rapper - who is doing his own work on criminal justice reform - thinks it is great that high profile stars like Kim have used their platform to help others.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bz0n7aVAjj2/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bz0n7aVAjj2/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>He said: \"Everybody that\'s using their platform helps. Kim\'s [a good friend]. I think she\'s doing a lot of good work. She\'s doing a lot of work, more than other people who have platforms who might even [have come] from that situation. So, big ups to her and big ups to everybody that\'s working for a better cause - not even just for reform.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And Meek - who was sentenced to two to four years in prison last year after he violated the terms of his parole stemming from a drug and weapons conviction in 2008 - has urged others to not let the system beat them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Everybody that\'s using their platform helps. Kim\'s [a good friend]. I think she\'s doing a lot of good work.\"  </p><cite>— Meek Mill</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He added to <strong>Access Hollywood</strong>: \"Don\'t let it happen to you, let it happen for you. I went through everything I went through and I came out of it and turned it into my situation, like doing reform and trying to shed light on the system through my platform ... Keep your head up. You have people like us fighting in your corner. Never really lose hope, keep fighting.\"<br><br></p>\n<!-- /wp:paragraph -->','Meek Mill praises Kim Kardashian West for criminal justice reform work','','publish','closed','closed','','meek-mill-praises-kim-kardashian-west-for-criminal-justice-reform-work','','','2019-08-12 16:26:40','2019-08-12 21:26:40','',0,'https://buzz-caribbean.com/?p=1426',0,'post','',0),(1427,9,'2019-08-02 12:21:07','2019-08-02 17:21:07','','2019 BET Awards - Arrivals','LOS ANGELES, CALIFORNIA - JUNE 23: Meek Mill attends the 2019 BET Awards on June 23, 2019 in Los Angeles, California. (Photo by Rodin Eckenroth/WireImage)','inherit','closed','closed','','2019-bet-awards-arrivals','','','2019-08-02 12:21:07','2019-08-02 17:21:07','',1426,'https://buzz-caribbean.com/app/uploads/2019/08/Meek-Mills.jpg',0,'attachment','image/jpeg',0),(1428,9,'2019-08-02 12:29:39','2019-08-02 17:29:39','<!-- wp:image {\"id\":1427} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Meek-Mills.jpg\" alt=\"\" class=\"wp-image-1427\" /><figcaption>Meek Mill at the 2019 BET Awards on June 23.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Meek Mill has praised Kim Kardashian West for her work on criminal justice reform.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 32-year-old rapper - who is doing his own work on criminal justice reform - thinks it is great that high profile stars like Kim have used their platform to help others. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bz0n7aVAjj2/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bz0n7aVAjj2/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>He said: \"Everybody that\'s using their platform helps. Kim\'s [a good friend]. I think she\'s doing a lot of good work. She\'s doing a lot of work, more than other people who have platforms who might even [have come] from that situation. So, big ups to her and big ups to everybody that\'s working for a better cause - not even just for reform.\"<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And Meek - who was sentenced to two to four years in prison last year after he violated the terms of his parole stemming from a drug and weapons conviction in 2008 - has urged others to not let the system beat them.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Everybody that\'s using their platform helps. Kim\'s [a good friend]. I think she\'s doing a lot of good work.\"  </p><cite>- Meek Mill</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He added to <strong>Access Hollywood</strong>: \"Don\'t let it happen to you, let it happen for you. I went through everything I went through and I came out of it and turned it into my situation, like doing reform and trying to shed light on the system through my platform ... Keep your head up. You have people like us fighting in your corner. Never really lose hope, keep fighting.\"<br><br></p>\n<!-- /wp:paragraph -->','Meek Mill praises Kim Kardashian West for criminal justice reform work','','inherit','closed','closed','','1426-revision-v1','','','2019-08-02 12:29:39','2019-08-02 17:29:39','',1426,'https://buzz-caribbean.com/article/1426-revision-v1/',0,'revision','',0),(1429,16,'2019-08-02 13:13:17','2019-08-02 18:13:17','','We Inspire Women Workshop','','publish','closed','closed','','we-inspire-women-workshop','','','2019-08-21 17:29:38','2019-08-21 22:29:38','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=1429',0,'out','',0),(1430,13,'2019-08-02 13:07:04','2019-08-02 18:07:04','','We Inspire Ja','','inherit','closed','closed','','we-inspire-ja','','','2019-08-02 13:07:04','2019-08-02 18:07:04','',1429,'https://buzz-caribbean.com/app/uploads/2019/08/we-inspire-ja.jpg',0,'attachment','image/jpeg',0),(1432,13,'2019-08-02 14:01:25','2019-08-02 19:01:25','','Unity In Th City','','inherit','closed','closed','','unity-in-th-city','','','2019-08-02 14:01:25','2019-08-02 19:01:25','',0,'https://buzz-caribbean.com/app/uploads/2019/08/unity-in-th-city.jpg',0,'attachment','image/jpeg',0),(1433,13,'2019-08-02 14:03:48','2019-08-02 19:03:48','','Church','','inherit','closed','closed','','church','','','2019-08-02 14:03:48','2019-08-02 19:03:48','',0,'https://buzz-caribbean.com/app/uploads/2019/08/church.jpeg',0,'attachment','image/jpeg',0),(1434,9,'2019-08-02 14:20:57','2019-08-02 19:20:57','<!-- wp:image {\"id\":3325} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hard-rock-A.jpg\" alt=\"\" class=\"wp-image-3325\" /><figcaption>Many guests at Hard Rock Cafe tend to flock the pool. (Photos: Instagram @hrcmontegobay)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the very popular and catchy words of dancehall artiste Ding Dong: “The summer is back. The summer is hot!” So, what better way to cool off than by going to the beach? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’re in Montego Bay, Jamaica, or you are planning a trip there soon, you may want to consider the beach at the Hard Rock Café.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3326} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hard-rock-B-1024x1024.jpg\" alt=\"\" class=\"wp-image-3326\" /><figcaption>On sunny days, guests can either cool off at the pool or at the beach.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Located along Sunset Drive, in the Freeport area of the city, this fairly new addition to MoBay’s list of hang-out spots has quickly become one of the go-to places to lounge, enjoy a cocktail or two, and of course, indulge in a variety of classic American dishes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You’ll surely be spoilt for choice with their expansive menu featuring signature\nstarters, their Legendary® burger and handcrafted cocktails – all made to\norder.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3327} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hard-rock-D-1024x640.jpg\" alt=\"\" class=\"wp-image-3327\" /><figcaption>Hard Rock Cafe Montego Bay is one of the hot spots in western Jamaica. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The area isn’t called Sunset Drive for nothing. The beach at the Hard Rock Café is one of the best locations to catch the stunning Montego Bay sunset, so keep that in mind when planning your visit. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And did we mention there was a pool? If you’re not in the mood for the\nbeach or if the beach simply isn’t your thing, you can choose to lounge by the\npool and have your drinks and meals there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3328} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hard-rock-C-1024x735.jpg\" alt=\"\" class=\"wp-image-3328\" /><figcaption>There are lots of drinks to choose from at Hard Rock Cafe. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The best news of all is that the beach and pool are open seven days a week, from 10 a.m. to 6 p.m. The admission is $750 for adults and $450 for children. You may need to rent chairs and/or umbrellas depending on how you plan to spend your day. The rental is $500 per item. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The next time you’re in Montego Bay, swing by the Hard Rock Café. You\nwon’t be disappointed!</p>\n<!-- /wp:paragraph -->','It\'s hot! Let\'s cool off at Hard Rock Café','','publish','closed','closed','','the-summer-is-hot-so-cool-off-at-hard-rock-cafe','','','2019-08-13 13:12:10','2019-08-13 18:12:10','',0,'https://buzz-caribbean.com/?p=1434',0,'post','',0),(1435,9,'2019-08-02 14:17:06','2019-08-02 19:17:06','','beach-beverage-cocktail-68672','','inherit','closed','closed','','beach-beverage-cocktail-68672','','','2019-08-02 14:17:06','2019-08-02 19:17:06','',1434,'https://buzz-caribbean.com/app/uploads/2019/08/beach-beverage-cocktail-68672.jpg',0,'attachment','image/jpeg',0),(1436,9,'2019-08-02 14:17:25','2019-08-02 19:17:25','','beach-exotic-holiday-248797','','inherit','closed','closed','','beach-exotic-holiday-248797-2','','','2019-08-02 14:17:25','2019-08-02 19:17:25','',1434,'https://buzz-caribbean.com/app/uploads/2019/08/beach-exotic-holiday-248797.jpg',0,'attachment','image/jpeg',0),(1437,9,'2019-08-02 14:17:31','2019-08-02 19:17:31','<!-- wp:paragraph -->\n<p>In the very popular and catchy words of dancehall artiste Ding Dong: “The summer is back. The summer is hot!” So, what better way to cool off than by going to the beach? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1435} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/beach-beverage-cocktail-68672-1024x683.jpg\" alt=\"\" class=\"wp-image-1435\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you’re in Montego Bay, or you are planning a trip there soon, you\nmay want to consider the beach at the Hard Rock Café.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located along Sunset Drive, in the Freeport area of the city, this fairly new addition to MoBay’s list of hang-out spots has quickly become one of the go-to places to lounge, enjoy a cocktail or two, and of course, indulge in a variety of classic American dishes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You’ll surely be spoilt for choice with their expansive menu featuring signature\nstarters, their Legendary® burger and handcrafted cocktails – all made to\norder.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1436} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/beach-exotic-holiday-248797-1024x410.jpg\" alt=\"\" class=\"wp-image-1436\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The area isn’t called Sunset Drive for nothing. The beach at the Hard Rock Café is one of the best locations to catch the stunning Montego Bay sunset, so keep that in mind when planning your visit. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And did we mention there was a pool? If you’re not in the mood for the\nbeach or if the beach simply isn’t your thing, you can choose to lounge by the\npool and have your drinks and meals there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The best news of all is that the beach and pool are open seven days a week, from 10 a.m. to 6 p.m. The admission is $750 for adults and $450 for children. You may need to rent chairs and/or umbrellas depending on how you plan to spend your day. The rental is $500 per item. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The next time you’re in Montego Bay, swing by the Hard Rock Café. You\nwon’t be disappointed!</p>\n<!-- /wp:paragraph -->','The summer is hot, so cool off at Hard Rock Café','','inherit','closed','closed','','1434-revision-v1','','','2019-08-02 14:17:31','2019-08-02 19:17:31','',1434,'https://buzz-caribbean.com/article/1434-revision-v1/',0,'revision','',0),(1438,9,'2019-08-02 14:20:42','2019-08-02 19:20:42','<!-- wp:image {\"id\":1435} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/beach-beverage-cocktail-68672-1024x683.jpg\" alt=\"\" class=\"wp-image-1435\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the very popular and catchy words of dancehall artiste Ding Dong: “The summer is back. The summer is hot!” So, what better way to cool off than by going to the beach? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’re in Montego Bay, Jamaica, or you are planning a trip there soon, you may want to consider the beach at the Hard Rock Café.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located along Sunset Drive, in the Freeport area of the city, this fairly new addition to MoBay’s list of hang-out spots has quickly become one of the go-to places to lounge, enjoy a cocktail or two, and of course, indulge in a variety of classic American dishes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You’ll surely be spoilt for choice with their expansive menu featuring signature\nstarters, their Legendary® burger and handcrafted cocktails – all made to\norder.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1436} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/beach-exotic-holiday-248797-1024x410.jpg\" alt=\"\" class=\"wp-image-1436\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The area isn’t called Sunset Drive for nothing. The beach at the Hard Rock Café is one of the best locations to catch the stunning Montego Bay sunset, so keep that in mind when planning your visit. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And did we mention there was a pool? If you’re not in the mood for the\nbeach or if the beach simply isn’t your thing, you can choose to lounge by the\npool and have your drinks and meals there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The best news of all is that the beach and pool are open seven days a week, from 10 a.m. to 6 p.m. The admission is $750 for adults and $450 for children. You may need to rent chairs and/or umbrellas depending on how you plan to spend your day. The rental is $500 per item. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The next time you’re in Montego Bay, swing by the Hard Rock Café. You\nwon’t be disappointed!</p>\n<!-- /wp:paragraph -->','The summer is hot, so cool off at Hard Rock Café','','inherit','closed','closed','','1434-revision-v1','','','2019-08-02 14:20:42','2019-08-02 19:20:42','',1434,'https://buzz-caribbean.com/article/1434-revision-v1/',0,'revision','',0),(1439,9,'2019-08-02 14:21:59','2019-08-02 19:21:59','<!-- wp:image {\"id\":1435} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/beach-beverage-cocktail-68672-1024x683.jpg\" alt=\"\" class=\"wp-image-1435\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the very popular and catchy words of dancehall artiste Ding Dong: “The summer is back. The summer is hot!” So, what better way to cool off than by going to the beach? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’re in Montego Bay, Jamaica, or you are planning a trip there soon, you may want to consider the beach at the Hard Rock Café.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located along Sunset Drive, in the Freeport area of the city, this fairly new addition to MoBay’s list of hang-out spots has quickly become one of the go-to places to lounge, enjoy a cocktail or two, and of course, indulge in a variety of classic American dishes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You’ll surely be spoilt for choice with their expansive menu featuring signature\nstarters, their Legendary® burger and handcrafted cocktails – all made to\norder.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1436} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/beach-exotic-holiday-248797-1024x410.jpg\" alt=\"\" class=\"wp-image-1436\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The area isn’t called Sunset Drive for nothing. The beach at the Hard Rock Café is one of the best locations to catch the stunning Montego Bay sunset, so keep that in mind when planning your visit. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And did we mention there was a pool? If you’re not in the mood for the\nbeach or if the beach simply isn’t your thing, you can choose to lounge by the\npool and have your drinks and meals there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The best news of all is that the beach and pool are open seven days a week, from 10 a.m. to 6 p.m. The admission is $750 for adults and $450 for children. You may need to rent chairs and/or umbrellas depending on how you plan to spend your day. The rental is $500 per item. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The next time you’re in Montego Bay, swing by the Hard Rock Café. You\nwon’t be disappointed!</p>\n<!-- /wp:paragraph -->','It\'s hot! Let\'s cool off at Hard Rock Café','','inherit','closed','closed','','1434-revision-v1','','','2019-08-02 14:21:59','2019-08-02 19:21:59','',1434,'https://buzz-caribbean.com/article/1434-revision-v1/',0,'revision','',0),(1440,21,'2019-08-02 14:55:17','2019-08-02 19:55:17','<!-- wp:image {\"id\":1441} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Nicki-and-Kenny.jpg\" alt=\"\" class=\"wp-image-1441\" /><figcaption>Nicki Minaj and her spouse, Kenneth Petty. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Nicki Minaj will take Kenneth Petty\'s surname when they marry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sources tell TMZ that the \'Superbass\' hitmaker - who recently obtained a marriage licence with her beau at the Beverley Hills courthouse in Los Angeles - will change her name from Onika Tanya Maraj to Onika Tanya Maraj-Petty when she ties the knot with her boyfriend. Although the two have been trying to keep a low profile, Nicki and Kenneth were seen collecting a marriage licence in July.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Nicki was forced to previously insist she is not \"lowering standards\" by dating Kenneth because he loved her before she found fame.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"If I\'m being honest, spiritually, I\'m at the best place I\'ve been in a long time.\" </p><cite>— Nicki Minaj</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She said: \"When a person is with a n**** that loved them before they had a dime in their pocket...? How do you not understand that? How do you not understand happiness versus clout? How f***ing dare you talk about lowering standards.\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nicki credits her boyfriend for making her feel \"empowered\". She said: \"If I\'m being honest, spiritually, I\'m at the best place I\'ve been in a long time. I think who you have in your life determines how you feel spiritually. I\'m happy now with or without a man, but it just so happens the n***a in my life, he\'s known me since I was 14. He knows the real me. I don\'t have to pretend. We can be around each other all day and not get bored.</p>\n<!-- /wp:paragraph -->','Nicki Minaj is getting a new last name','','publish','closed','closed','','nicki-minaj-is-getting-a-new-last-name','','','2019-08-13 15:01:36','2019-08-13 20:01:36','',0,'https://buzz-caribbean.com/?p=1440',0,'post','',0),(1441,9,'2019-08-02 14:30:32','2019-08-02 19:30:32','','Nicki Minaj Hosts Church on Sundays Grammy weekend party at Argyle in Hollywood','Nicki Minaj Hosts Church on Sundays Grammy weekend party at Argyle in Hollywood   Photograph: © MHD/PacificCoastNews. Los Angeles Office (PCN): +1 310.822.0419 UK Office (Avalon): +44 (0) 20 7421 6000 sales@pacificcoastnews.com','inherit','closed','closed','','nicki-minaj-hosts-church-on-sundays-grammy-weekend-party-at-argyle-in-hollywood','','','2019-08-02 14:30:32','2019-08-02 19:30:32','',1440,'https://buzz-caribbean.com/app/uploads/2019/08/Nicki-and-Kenny.jpg',0,'attachment','image/jpeg',0),(1442,9,'2019-08-02 14:54:58','2019-08-02 19:54:58','<!-- wp:image {\"id\":1441} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Nicki-and-Kenny.jpg\" alt=\"\" class=\"wp-image-1441\" /><figcaption>Nicki Minaj and her spouse, Kenneth Petty. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Nicki Minaj will take Kenneth Petty\'s surname when they marry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sources tell TMZ that the \'Superbass\' hitmaker - who recently obtained a marriage licence with her beau at the Beverley Hills courthouse in Los Angeles - will change her name from Onika Tanya Maraj to Onika Tanya Maraj-Petty when she ties the knot with her boyfriend. Although the two have been trying to keep a low profile, Nicki and Kenneth were seen collecting a marriage licence in July.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Nicki was forced to previously insist she is not \"lowering standards\" by dating Kenneth because he loved her before she found fame.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"If I\'m being honest, spiritually, I\'m at the best place I\'ve been in a long time.\" </p><cite>- Nicki Minaj</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She said: \"When a person is with a n**** that loved them before they had a dime in their pocket...? How do you not understand that? How do you not understand happiness versus clout? How f***ing dare you talk about lowering standards.\" <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nicki credits her boyfriend for making her feel \"empowered\".<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"If I\'m being honest, spiritually, I\'m at the best place I\'ve been in a long time. I think who you have in your life determines how you feel spiritually. I\'m happy now with or without a man, but it just so happens the n***a in my life, he\'s known me since I was 14. He knows the real me. I don\'t have to pretend. We can be around each other all day and not get bored.<br><br></p>\n<!-- /wp:paragraph -->','Nicki Minaj is getting a new last name','','inherit','closed','closed','','1440-revision-v1','','','2019-08-02 14:54:58','2019-08-02 19:54:58','',1440,'https://buzz-caribbean.com/article/1440-revision-v1/',0,'revision','',0),(1443,1,'2019-08-02 15:50:20','2019-08-02 20:50:20','','Painted','','publish','closed','closed','','painted','','','2019-09-17 15:01:13','2019-09-17 20:01:13','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=1443',0,'out','',0),(1444,13,'2019-08-02 15:49:16','2019-08-02 20:49:16','','Painted','','inherit','closed','closed','','painted','','','2019-08-02 15:49:16','2019-08-02 20:49:16','',1443,'https://buzz-caribbean.com/app/uploads/2019/08/painted.jpg',0,'attachment','image/jpeg',0),(1445,14,'2019-08-02 16:15:49','2019-08-02 21:15:49','<!-- wp:image {\"id\":1446} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/men-and-emotions-demo-1-1024x614.jpg\" alt=\"\" class=\"wp-image-1446\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica could find itself at a tipping\npoint, should the country continue to ignore the mental health issues being\nfaced by its citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The issue is further exacerbated for Jamaican men, who in such a hyper-masculine, oversexualised society, live by the \'mantra\' that to show emotions of any kind, whether positive or negative, is a sign of weakness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1447} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/men-and-emotions-demo-2-1024x614.jpg\" alt=\"\" class=\"wp-image-1447\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Executive Director for the Jamaica Forum for Lesbians, All-sexuals and Gays (J-FLAG) Jaevion Nelson, gave <strong>BUZZ</strong> his views as we try to unearth how the island got here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em> \"We tell our boys, ‘Don’t cry\'\" </em></strong></p><cite>- Jaevion Nelson, speaking with BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In an interview with <strong>BUZZ</strong>, Nelson said that Jamaican society has for many years ‘policed’ male behaviour and masculine expressionism – which has brought us to the point we are today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Generally, as a society I think we grew up to be very tough, particularly for boys. We tell our boys, ‘Don’t cry’ etc., and so from you were very young, you are policed, and you learn to suppress your emotions; to not show them in whatever circumstance as best as possible,” Nelson said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em> \"We don’t show emotions and if you [do], it must be through violence.\"</em></strong> </p><cite>- J-FLAG Executive Director, Jaevion Nelson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“When we look at the general culture, I think for a number of us, it’s a huge part in how we perform masculinity. We don’t show emotions and if you [do], it must be through violence because that is the only way you will be a man,” he explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See more from our interview with Jaevion Nelson in the video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/RmTcCG5ZnxU\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/RmTcCG5ZnxU\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“From where I stand and my organisation, we are always concerned about how, as a people, we deal with issues. Certainly, for most of us in the Jamaican society, [we] want to be seen as the real man,” Nelson told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In seeking some insight, <strong>BUZZ</strong> also spoke in-depth with Reverend Al Miller, who expressed his concern around how these hurtful masculine stereotypes ran through the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1454} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/al-miller-buzz-interview-1-1024x629.jpg\" alt=\"\" class=\"wp-image-1454\" /><figcaption>Reverend Al Miller, (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Miller contended some of the societal ills\nfacing Jamaica can be linked to the turmoil of the slavery era, as the island\nis still yet to fully heal from the scars of its abusive, violent past.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong><em>\"We have restricted emotions to a category of whether you cry or not... that isn’t [even] one percent of the spectrum of human emotion\" </em></strong></p><cite>- Reverend Al Miller</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“All behaviour is as a result of our varied human experiences, so what we have been through as a people would have affected how we think and therefore how we behave,” the reverend told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There is the impact of slavery’s aftermath,\nbut that concept has continued to evolve and remain with us in many respects,\nprimarily because there is a totally mistaken concept that we have developed about\n‘MAN’ and manhood,” Miller explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This level of ignorance has allowed this misconception\nto remain and therefore affect behaviour and the society [as a whole] adversely,”\nhe added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way Miller, who leads the Fellowship Tabernacle, sees it, humans were created by God as emotional beings, so to separate emotion from relationships and experiences is unhealthy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1456} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/al-miller-buzz-interview-3-1024x611.jpg\" alt=\"\" class=\"wp-image-1456\" /><figcaption>Rev. Al Miller shows the BUZZ lens that he is one of God\'s emotional creatures as he offers a smile (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The truth is humans are fundamentally relational beings, and in the centre of relationships is emotion. We were created by God as emotional creatures,” Miller told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em>\"A man must show tenderness...see the hurt and pain of others\"</em></strong></p><cite>Al Miller, speaking to BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“All of our responses are from emotion; you cannot divorce emotion from\nbehavioural response because it is at the core of who we are. We’ve got\nto show that [emotion] is not a sign of weakness – I say on the contrary, it\ntakes a real man to cry,” the reverend argued further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reverend Miller declared that it is a man’s\nduty to be emotional, but instead of denying those feelings, Jamaican men must\nbe re-trained to properly manage and direct these emotions the right way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1457} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/al-miller-buzz-interview-2-1024x629.jpg\" alt=\"\" class=\"wp-image-1457\" /><figcaption>Al Miller, in an interview with BUZZ asks \'How can we not show any emotion?\' (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“A man must show tenderness, show hurt and be able to see the hurt and\npain of others; he must feel joy, fear and sadness. How can you say we’re\nnot to show any emotion?” Miller asked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is how we handle, manage, direct or suppress these emotions by whatever other factors of socialisation that has happened in our lives,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Miller said he disagrees vehemently with\nthe common misnomer that men who show emotions are “weak” – as well as the\nseemingly heightened lack of self-awareness in the Jamaican man, which has\ncontributed to the problem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have restricted emotions to a category of whether you cry or not but\nthat isn’t [even] one percent of the spectrum of human emotion,” Miller\nasserted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As sections of the island finally get the\nconversation started in getting the issue of ‘men and emotions’ addressed,\nReverend Miller told BUZZ that acknowledging the problem is always the first\nstep.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1458} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/men-and-emotions-demo-3-1024x683.jpg\" alt=\"\" class=\"wp-image-1458\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It is important that we re-train our men\nbecause the system has given him an erroneous sense of manhood and some\nnegative images have been planted in the mind and society supports and feeds\nthat negative concept,” Miller said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“And so, it has really become part of our cultural thinking in too significant a way. We’ve got to go back and reverse it because it’s not healthy, it’s not real,” Miller, a father of four, told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, part of one’s personal development\nfrom infancy to maturity dictates that humans “must express and be honest about\nwhat we feel” – to deny genuine, real feelings results in a dishonest nature.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That is why some of our men become so\ndeceptive and lie and steal, because we’re suppressing natural responses to the\nevents and circumstances of life,” Reverend Miller contended.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong><em>\"...You cannot divorce emotion from behavioural response...it is at the core of who we are\"</em></strong></p><cite>- Rev. Al Miller</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Stay tuned for part two of our <em>Men &amp; Emotions </em>series, as <strong>BUZZ</strong> looks at what possible solutions are available to address this impending mental health crisis.</p>\n<!-- /wp:paragraph -->','Men &amp; Emotions – How Did We Get Here, Jamaica? (Part 1)','','publish','closed','closed','','men-emotions-how-did-we-get-here-jamaica-part-1','','','2019-08-15 08:14:04','2019-08-15 13:14:04','',0,'https://buzz-caribbean.com/?p=1445',0,'post','',0),(1446,14,'2019-08-02 16:10:20','2019-08-02 21:10:20','','men-and-emotions-demo-1','','inherit','closed','closed','','men-and-emotions-demo-1','','','2019-08-02 16:10:20','2019-08-02 21:10:20','',1445,'https://buzz-caribbean.com/app/uploads/2019/08/men-and-emotions-demo-1.jpg',0,'attachment','image/jpeg',0),(1447,14,'2019-08-02 16:10:36','2019-08-02 21:10:36','','men-and-emotions-demo-2','','inherit','closed','closed','','men-and-emotions-demo-2','','','2019-08-02 16:10:36','2019-08-02 21:10:36','',1445,'https://buzz-caribbean.com/app/uploads/2019/08/men-and-emotions-demo-2.jpg',0,'attachment','image/jpeg',0),(1448,14,'2019-08-02 16:15:49','2019-08-02 21:15:49','<!-- wp:image {\"id\":1446} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/men-and-emotions-demo-1-1024x614.jpg\" alt=\"\" class=\"wp-image-1446\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica could find itself at a tipping\npoint, should the country continue to ignore the mental health issues being\nfaced by its citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The issue is further exacerbated for Jamaican\nmen, who in such a hyper-masculine, oversexualised society, live by the mantra\nthat to show emotions of any kind, whether positive or negative, is a sign of\nweakness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1447} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/men-and-emotions-demo-2-1024x614.jpg\" alt=\"\" class=\"wp-image-1447\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Executive Director for the Jamaica Forum for Lesbians, All-sexuals and Gays (J-FLAG) Jaevion Nelson, gave BUZZ his views as we try to unearth how the island got here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em> \"We tell our boys, ‘Don’t cry\',\" </em></strong></p><cite>- Jaevion Nelson,  Executive Director for J-FLAG</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In an interview with BUZZ, Nelson said that\nJamaican society has for many years ‘policed’ male behaviour and masculine\nexpressionism – which has brought us to the point we are today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Generally, as a society I think we grew up to be very tough, particularly for boys. We tell our boys, ‘Don’t cry’ etc., and so from you were very young, you are policed, and you learn to suppress your emotions; to not show them in whatever circumstance as best as possible,” Nelson said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em> \"We don’t show emotions and if you [do], it must be through violence.\"</em></strong> </p><cite>- J-FLAG Executive Director, Jaevion Nelson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“When we look at the general culture, I think for a number of us, it’s a huge part in how we perform masculinity. We don’t show emotions and if you [do], it must be through violence because that is the only way you will be a man,” he explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See more from our interview with Jaevion Nelson in the video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/QBQ1GjWuUY8\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/QBQ1GjWuUY8\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“From where I stand and my organization, we\nare always concerned about how, as a people, we deal with issues. Certainly, for\nmost of us in the Jamaican society, [we] want to be seen as the real man,”\nNelson told BUZZ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In seeking some insight, BUZZ also spoke in\ndepth with Reverend Al Miller, who expressed his concern around how normalised masculine\nstereotypes ran through the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Miller contended some of the societal ills\nfacing Jamaica can be linked to the turmoil of the slavery era, as the island\nis still yet to fully heal from the scars of its abusive, violent past.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“All behaviour is as a result of our varied\nhuman experiences, so what we have been through as a people would have affected\nhow we think and therefore how we behave,” the reverend told BUZZ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There is the impact of slavery’s aftermath,\nbut that concept has continued to evolve and remain with us in many respects,\nprimarily because there is a totally mistaken concept that we have developed about\n‘MAN’ and manhood,” Miller explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This level of ignorance has allowed this misconception\nto remain and therefore affect behaviour and the society [as a whole] adversely,”\nhe added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way Miller, who leads the Fellowship\nTabernacle, sees it, humans were created by God as emotional beings, so to seperate\nemotion from relationships and experiences is unhealthy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The truth is humans are fundamentally\nrelational beings, and in the centre of relationships is emotion. We were created by God as\nemotional creatures,” Miller told BUZZ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“All of our responses are from emotion; you cannot divorce emotion from\nbehavioural response because it is at the core of who we are. We’ve got\nto show that [emotion] is not a sign of weakness – I say on the contrary, it\ntakes a real man to cry,” the reverend argued further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reverend Miller declared that it is a man’s\nduty to be emotional, but instead of denying those feelings, Jamaican men must\nbe re-trained to properly manage and direct these emotions the right way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A man must show tenderness, show hurt and be able to see the hurt and\npain of others; he must feel joy, fear and sadness. How can you say we’re\nnot to show any emotion?” Miller asked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is how we handle, manage, direct or\nsuppress these emotions by whatever other factors of socialisation that has\nhappened in our lives,” he told BUZZ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Miller said he disagrees vehemently with\nthe common misnomer that men who show emotions are “weak” – as well as the\nseemingly heightened lack of self-awareness in the Jamaican man, which has\ncontributed to the problem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have restricted emotions to a category of whether you cry or not but\nthat isn’t [even] one percent of the spectrum of human emotion,” Miller\nasserted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As sections of the island finally get the\nconversation started in getting the issue of ‘men and emotions’ addressed,\nReverend Miller told BUZZ that acknowledging the problem is always the first\nstep.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is important that we re-train our men\nbecause the system has given him an erroneous sense of manhood and some\nnegative images have been planted in the mind and society supports and feeds\nthat negative concept,” Miller said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“And so, it has really become part of our\ncultural thinking in too significant a way. We’ve got to go back and reverse it\nbecause it’s not healthy, it’s not real,” Miller, a father of four, told BUZZ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, part of one’s personal development\nfrom infancy to maturity dictates that humans “must express and be honest about\nwhat we feel” – to deny genuine, real feelings results in a dishonest nature.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That is why some of our men become so\ndeceptive and lie and steal, because we’re suppressing natural responses to the\nevents and circumstances of life,” Reverend Miller contended.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stay tuned for part two of our Men &amp;\nEmotions series, as BUZZ looks at what possible solutions are available to this\nimpending mental health crisis.</p>\n<!-- /wp:paragraph -->','Men &amp; Emotions – How Did We Get Here, Jamaica? (Part 1)','','inherit','closed','closed','','1445-revision-v1','','','2019-08-02 16:15:49','2019-08-02 21:15:49','',1445,'https://buzz-caribbean.com/article/1445-revision-v1/',0,'revision','',0),(1450,11,'2019-08-02 16:44:01','2019-08-02 21:44:01','<!-- wp:paragraph -->\n<p>The release of juggling projects by producers of Dancehall music has seen a marked decline since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2015, Chimney Records released one of the biggest juggling projects of the summer season called <strong>After Party Riddim</strong>, which featured top Dancehall artistes such as Vybz Kartel, Mavado, Alkaline and more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1389,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/After-Party-Riddim.jpg\" alt=\"\" class=\"wp-image-1389\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Two years prior, Chimney Records released the <strong>Rising Sun Riddim</strong> that featured acts such as Kabaka Pyramid, Chronixx, Tarrus Riley, Jah Cure and others. Some have classified this as a timeless project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1390,\"align\":\"center\",\"width\":438,\"height\":438} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rising-Sun-Riddim.jpg\" alt=\"\" class=\"wp-image-1390\" width=\"438\" height=\"438\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The juggling culture started with Reggae in the 1980s and as time progressed, it moved on to the next popular genre in Jamaica, which was Dancehall. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DJs would spit lyrics on hardcore rhythms - or \"riddims\" in the Jamaican vernacular - lasting 2 to 3 minutes per song. Each riddim would have at least 10 artistes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 1990s and early 2000s had some of the best juggling projects in Reggae and Dancehall.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the top ones included:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><strong><a href=\"https://www.youtube.com/watch?v=09r8zEt5aes\">Pepper Seed Riddim</a> </strong>— 1994 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=DHY3a4lJsR0\">Bug and Clone Riddim</a></strong><a href=\"https://www.youtube.com/watch?v=DHY3a4lJsR0\"> </a>— 1994 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=dnp4Xj_3FYk\">Joy Ride Riddim</a></strong> — 1996 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=E084yiohV9E\">Buy Out Riddim</a> </strong>— 1996 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=Eg36QjyZo60\">Showtime Riddim</a></strong> — 1997 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=mCgPmb3HL5A\">BookShelf Riddim</a></strong> — 1998<br><strong><a href=\"https://www.youtube.com/watch?v=-tabvim-eos\">Bruk Out Riddim</a></strong> — 1999 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=h0KcIwATzYc\">Diwali Riddim</a></strong> — 2002 (Lenky)<br><strong><a href=\"https://www.youtube.com/watch?v=VC3nm58MBYU\">Chiney Gal Riddim</a></strong> — 2002<br><strong><a href=\"https://www.youtube.com/watch?v=6L-1wRRp3aU\">Fiesta Riddim</a></strong><a href=\"https://www.youtube.com/watch?v=6L-1wRRp3aU\"> </a>— 2003 (VP Records)<br><strong><a href=\"https://www.youtube.com/watch?v=ZYE88Q6AIlA\">Drop Leaf Riddim</a></strong> — 2005 (Don Corleon)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>FAST FORWARD</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Though jugglings are not a priority for music producers or artistes these days, the music lovers will still show their appreciation and get excited to listen to their favourites from the slew of songs. In the latter part of 2018, Justus released the <a href=\"https://www.youtube.com/watch?v=5f324KsKsoQ&amp;list=OLAK5uy_nhi__MIPOySfvhpM-G0KlSjLjECR8qHxo&amp;index=2\">Time Machine Riddim</a>, which featured Mavado, Shenseea and TeeJay, who undoubtedly had the biggest song on the rhythm by popular traction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1399} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shenseea_Tie-Me-Up.jpg\" alt=\"\" class=\"wp-image-1399\" /><figcaption>Shenseea in her music video Tie Me Up on the Time Machine Riddim released 2018 (Source: Shenseea - YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In June, Popular Music producer Linton ‘TJ’ dropped a similar project on the <a href=\"https://www.youtube.com/watch?v=J_OB_ymaugg\">Traffic Riddim</a> that features top Dancehall musicians Vybz Kartel, Masicka, Popcaan and Govana among others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1401,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Traffic-Riddim.jpg\" alt=\"\" class=\"wp-image-1401\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Based on the reactions on social media and elsewhere, the project is expected to dominate the party scene. Each song should get its fair shine as all the artistes involved delivered.</p>\n<!-- /wp:paragraph -->','Where are the Dancehall juggling projects?','','inherit','closed','closed','','1377-revision-v1','','','2019-08-02 16:44:01','2019-08-02 21:44:01','',1377,'https://buzz-caribbean.com/article/1377-revision-v1/',0,'revision','',0),(1453,6,'2019-08-02 16:52:46','2019-08-02 21:52:46','<!-- wp:image {\"id\":1228} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brittny1-1024x594.jpg\" alt=\"\" class=\"wp-image-1228\" /><figcaption>Brittny Newman</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny Newman is an architect by day, but outside office hours, she’s laying the foundations for a successful career in the music industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brittny\'s first single, <strong>What\'s Good</strong>, got great traction in the USA.<br>The song entered the DRT Independent and Global Charts at the number 183 spot. It eventually topped out at number 57 after eight weeks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The second single for the R&amp;B artiste, <strong>Cuffing Season</strong>, has been receiving positive feedback on the Jamaican Market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1232} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Brittny-1-1024x684.jpg\" alt=\"\" class=\"wp-image-1232\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But, Brittny — who shares a child with dancehall artiste Christopher Martin — outlined that there are struggles associated with being a female act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For an upcoming female artiste, it is even harder, as people tend to gravitate easier and more quickly to male artistes. I\'ve now had to open up my life to the public in ways I never thought I could, and deal with a lot of criticism, be it negative positive or constructive,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year, the 24-year-old native of Mandeville in the parish of Manchester, signed a distribution deal with Sony Music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I’d like to be the female face of R&amp;B/Hip Hop for Jamaica\"</p><cite>— Brittny Jones</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":1234} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/no-logo-3-919x1024.jpg\" alt=\"\" class=\"wp-image-1234\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny started singing at an early age, competing in local talent shows and attaining both gold and bronze medals through her singing and dancing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has made public appearances across the globe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1238} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brittny-748x1024.jpeg\" alt=\"\" class=\"wp-image-1238\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said: “I’d like to be the female face of R&amp;B/Hip Hop for Jamaica, to put us on that platform, advocating clean, positive, timeless music that people can listen to for generations to come,  of course, incorporating aspects of my culture in it where I can.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Within Jamaica, I’d say I’m different from other female artists based on the brand/content I’m selling.&nbsp;Not only am I doing R&amp;B, but my music is more clean, serene and conscious than what we see now.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1239} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brit-no-logo-820x1024.jpg\" alt=\"\" class=\"wp-image-1239\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny listed\nDamion Marley, Popcaan, Protoje, Sean Paul, Shenseea and Beres Hammond as local\nartistes she would love to work with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>International artistes she would love to work with are Rihanna, Alicia Keys (who she grew up listening to), Erykah Badu, Ariana Grande and Drake.</p>\n<!-- /wp:paragraph -->','Brittny Newman dreams of being the next big thing in music','','inherit','closed','closed','','1225-revision-v1','','','2019-08-02 16:52:46','2019-08-02 21:52:46','',1225,'https://buzz-caribbean.com/article/1225-revision-v1/',0,'revision','',0),(1454,14,'2019-08-02 17:26:11','2019-08-02 22:26:11','','al-miller-buzz-interview-1','','inherit','closed','closed','','al-miller-buzz-interview-1','','','2019-08-02 17:26:11','2019-08-02 22:26:11','',1445,'https://buzz-caribbean.com/app/uploads/2019/08/al-miller-buzz-interview-1.jpg',0,'attachment','image/jpeg',0),(1456,14,'2019-08-02 17:33:21','2019-08-02 22:33:21','','al-miller-buzz-interview-3','','inherit','closed','closed','','al-miller-buzz-interview-3','','','2019-08-02 17:33:21','2019-08-02 22:33:21','',1445,'https://buzz-caribbean.com/app/uploads/2019/08/al-miller-buzz-interview-3.jpg',0,'attachment','image/jpeg',0),(1457,14,'2019-08-02 17:34:48','2019-08-02 22:34:48','','al-miller-buzz-interview-2','','inherit','closed','closed','','al-miller-buzz-interview-2','','','2019-08-02 17:34:48','2019-08-02 22:34:48','',1445,'https://buzz-caribbean.com/app/uploads/2019/08/al-miller-buzz-interview-2.jpg',0,'attachment','image/jpeg',0),(1458,14,'2019-08-02 17:44:46','2019-08-02 22:44:46','','men-and-emotions-demo-3','','inherit','closed','closed','','men-and-emotions-demo-3','','','2019-08-02 17:44:46','2019-08-02 22:44:46','',1445,'https://buzz-caribbean.com/app/uploads/2019/08/men-and-emotions-demo-3.jpg',0,'attachment','image/jpeg',0),(1459,21,'2019-08-02 17:53:09','2019-08-02 22:53:09','<!-- wp:image {\"id\":1463} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ed-sheeran.jpg\" alt=\"\" class=\"wp-image-1463\" /><figcaption> Ed Sheeran</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ed Sheeran\'s \'Divide Tour\' has broken the record for the most attended and highest-grossing tour of all time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Castle on the Hil</strong>l hitmaker made it into the history books on August 2, as his scheduled show at Messegelände in Hannover, Germany, officially marked the moment he overtook U2\'s record for the most attended and highest-grossing tour ever.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2011, U2\'s \'360 Tour\' brought in a staggering $735.4 million after the band concluded an intense 110-show run between June 2009 and July 2011. The \'Divide Tour\' beat U2\'s record on Ed\'s 246th show of the lengthy trek, making $736.7 million with still several weeks left to go. The tour has been running since March 2017, and it is set to conclude on August 26, when Ed will play his 255th show in Ipswitch, England.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Thanks so much for each and every one of you who have come to a show.\" </p><cite>— Ed Sheeran</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>According to Poll Star, the volume of Ed\'s shows meant he surpassed U2\'s attendance record earlier than the gross sales record, despite having a lower average attendance of 34,541 per show, versus U2\'s 66,091 average.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But the sales tally comes as the 28-year-old musician actually had the lowest average ticket price out of the Top 10 highest-grossing tours of 2018, charging an average of $86.75, and offering no VIP packages. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking about his record-breaking tour on Instagram on Friday, Ed wrote: \"Today the Divide tour broke the all-time tour record set by U2. It’s now the most attended and highest-grossing tour of all time. Thanks so much for each and every one of you who have come to a show. 12 shows left, will never forget it x (sic)\"<br><br></p>\n<!-- /wp:paragraph -->','Ed Sheeran breaks U2\'s tour record','','publish','closed','closed','','ed-sheeran-breaks-u2s-tour-record','','','2019-08-13 15:01:26','2019-08-13 20:01:26','',0,'https://buzz-caribbean.com/?p=1459',0,'post','',0),(1461,11,'2019-08-02 17:46:57','2019-08-02 22:46:57','','Oxtail Oak Wine Bar','','inherit','closed','closed','','oxtail-oak-wine-bar','','','2019-08-02 17:46:57','2019-08-02 22:46:57','',516,'https://buzz-caribbean.com/app/uploads/2019/07/Oxtail-Oak-Wine-Bar.jpg',0,'attachment','image/jpeg',0),(1463,9,'2019-08-02 17:49:06','2019-08-02 22:49:06','','Ed Sheeran','Radio One Biggest Weekend 2018 live performances -    \n\nEd Sheeran','inherit','closed','closed','','ed-sheeran','','','2019-08-02 17:50:40','2019-08-02 22:50:40','',1459,'https://buzz-caribbean.com/app/uploads/2019/08/ed-sheeran.jpg',0,'attachment','image/jpeg',0),(1464,11,'2019-08-02 17:49:27','2019-08-02 22:49:27','','Curry Goat Display Pic Oak Wine Bar','','inherit','closed','closed','','curry-goat-display-pic-oak-wine-bar','','','2019-08-02 17:49:27','2019-08-02 22:49:27','',516,'https://buzz-caribbean.com/app/uploads/2019/07/Curry-Goat-Display-Pic-Oak-Wine-Bar.jpg',0,'attachment','image/jpeg',0),(1465,14,'2019-08-02 17:50:15','2019-08-02 22:50:15','<!-- wp:image {\"id\":1446} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/men-and-emotions-demo-1-1024x614.jpg\" alt=\"\" class=\"wp-image-1446\" /><figcaption>Photo contributed (Pexels.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica could find itself at a tipping\npoint, should the country continue to ignore the mental health issues being\nfaced by its citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The issue is further exacerbated for Jamaican men, who in such a hyper-masculine, oversexualised society, live by the \'mantra\' that to show emotions of any kind, whether positive or negative, is a sign of weakness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1447} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/men-and-emotions-demo-2-1024x614.jpg\" alt=\"\" class=\"wp-image-1447\" /><figcaption>Photo contributed (Pexels.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Executive Director for the Jamaica Forum for Lesbians, All-sexuals and Gays (J-FLAG) Jaevion Nelson, gave <em><strong>BUZZ</strong></em> his views as we try to unearth how the island got here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em> \"We tell our boys, ‘Don’t cry\'\" </em></strong></p><cite>- Jaevion Nelson, speaking with BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In an interview with <strong><em>BUZZ</em></strong>, Nelson said that Jamaican society has for many years ‘policed’ male behaviour and masculine expressionism – which has brought us to the point we are today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Generally, as a society I think we grew up to be very tough, particularly for boys. We tell our boys, ‘Don’t cry’ etc., and so from you were very young, you are policed, and you learn to suppress your emotions; to not show them in whatever circumstance as best as possible,” Nelson said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em> \"We don’t show emotions and if you [do], it must be through violence.\"</em></strong> </p><cite>- J-FLAG Executive Director, Jaevion Nelson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“When we look at the general culture, I think for a number of us, it’s a huge part in how we perform masculinity. We don’t show emotions and if you [do], it must be through violence because that is the only way you will be a man,” he explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See more from our interview with Jaevion Nelson in the video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/QBQ1GjWuUY8\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/QBQ1GjWuUY8\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“From where I stand and my organisation, we are always concerned about how, as a people, we deal with issues. Certainly, for most of us in the Jamaican society, [we] want to be seen as the real man,” Nelson told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In seeking some insight, <strong><em>BUZZ</em></strong> also spoke in-depth with Reverend Al Miller, who expressed his concern around how these hurtful masculine stereotypes ran through the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1454} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/al-miller-buzz-interview-1-1024x629.jpg\" alt=\"\" class=\"wp-image-1454\" /><figcaption>Reverend Al Miller, (BUZZ photo, Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Miller contended some of the societal ills\nfacing Jamaica can be linked to the turmoil of the slavery era, as the island\nis still yet to fully heal from the scars of its abusive, violent past.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong><em>\"We have restricted emotions to a category of whether you cry or not... that isn’t [even] one percent of the spectrum of human emotion\" </em></strong></p><cite>- Reverend Al Miller</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“All behaviour is as a result of our varied human experiences, so what we have been through as a people would have affected how we think and therefore how we behave,” the reverend told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There is the impact of slavery’s aftermath,\nbut that concept has continued to evolve and remain with us in many respects,\nprimarily because there is a totally mistaken concept that we have developed about\n‘MAN’ and manhood,” Miller explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This level of ignorance has allowed this misconception\nto remain and therefore affect behaviour and the society [as a whole] adversely,”\nhe added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way Miller, who leads the Fellowship Tabernacle, sees it, humans were created by God as emotional beings, so to separate emotion from relationships and experiences is unhealthy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1456} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/al-miller-buzz-interview-3-1024x611.jpg\" alt=\"\" class=\"wp-image-1456\" /><figcaption>Rev. Al Miller shows the BUZZ lens that he is one of God\'s emotional creatures as he offers a smile (BUZZ photo, Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The truth is humans are fundamentally relational beings, and in the centre of relationships is emotion. We were created by God as emotional creatures,” Miller told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em>\"A man must show tenderness...see the hurt and pain of others\"</em></strong></p><cite>Al Miller, speaking to BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“All of our responses are from emotion; you cannot divorce emotion from\nbehavioural response because it is at the core of who we are. We’ve got\nto show that [emotion] is not a sign of weakness – I say on the contrary, it\ntakes a real man to cry,” the reverend argued further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reverend Miller declared that it is a man’s\nduty to be emotional, but instead of denying those feelings, Jamaican men must\nbe re-trained to properly manage and direct these emotions the right way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1457} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/al-miller-buzz-interview-2-1024x629.jpg\" alt=\"\" class=\"wp-image-1457\" /><figcaption>Al Miller, in an interview with BUZZ asks \'How can we not show any emotion?\' (BUZZ photo, Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“A man must show tenderness, show hurt and be able to see the hurt and\npain of others; he must feel joy, fear and sadness. How can you say we’re\nnot to show any emotion?” Miller asked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is how we handle, manage, direct or suppress these emotions by whatever other factors of socialisation that has happened in our lives,” he told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Miller said he disagrees vehemently with\nthe common misnomer that men who show emotions are “weak” – as well as the\nseemingly heightened lack of self-awareness in the Jamaican man, which has\ncontributed to the problem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have restricted emotions to a category of whether you cry or not but\nthat isn’t [even] one percent of the spectrum of human emotion,” Miller\nasserted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As sections of the island finally get the\nconversation started in getting the issue of ‘men and emotions’ addressed,\nReverend Miller told BUZZ that acknowledging the problem is always the first\nstep.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1458} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/men-and-emotions-demo-3-1024x683.jpg\" alt=\"\" class=\"wp-image-1458\" /><figcaption>Photo contributed (Pexels.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It is important that we re-train our men\nbecause the system has given him an erroneous sense of manhood and some\nnegative images have been planted in the mind and society supports and feeds\nthat negative concept,” Miller said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“And so, it has really become part of our cultural thinking in too significant a way. We’ve got to go back and reverse it because it’s not healthy, it’s not real,” Miller, a father of four, told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, part of one’s personal development\nfrom infancy to maturity dictates that humans “must express and be honest about\nwhat we feel” – to deny genuine, real feelings results in a dishonest nature.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That is why some of our men become so\ndeceptive and lie and steal, because we’re suppressing natural responses to the\nevents and circumstances of life,” Reverend Miller contended.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong><em>\"...You cannot divorce emotion from behavioural response...it is at the core of who we are\"</em></strong></p><cite>- Rev. Al Miller</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Stay tuned for part two of our Men &amp; Emotions series, as <strong><em>BUZZ</em></strong> looks at what possible solutions are available to this impending mental health crisis.</p>\n<!-- /wp:paragraph -->','Men &amp; Emotions – How Did We Get Here, Jamaica? (Part 1)','','inherit','closed','closed','','1445-revision-v1','','','2019-08-02 17:50:15','2019-08-02 22:50:15','',1445,'https://buzz-caribbean.com/article/1445-revision-v1/',0,'revision','',0),(1466,11,'2019-08-02 17:50:28','2019-08-02 22:50:28','','Oak-Wine-Bar-and-Lounge','','inherit','closed','closed','','oak-wine-bar-and-lounge','','','2019-08-02 17:50:28','2019-08-02 22:50:28','',516,'https://buzz-caribbean.com/app/uploads/2019/08/Oak-Wine-Bar-and-Lounge.jpg',0,'attachment','image/jpeg',0),(1467,9,'2019-08-02 17:52:25','2019-08-02 22:52:25','<!-- wp:image {\"id\":1463} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ed-sheeran.jpg\" alt=\"\" class=\"wp-image-1463\" /><figcaption> Ed Sheeran</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ed Sheeran\'s \'Divide Tour\' has broken the record for the most attended and highest grossing tour of all time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'Castle on the Hill\' hitmaker made it into the history books on August 2, as his scheduled show at Messegelände in Hannover, Germany, officially marked the moment he overtook U2\'s record for the most attended and highest grossing tour ever.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2011, U2\'s \'360 Tour\' brought in a staggering $735.4 million after the band concluded an intense 110-show run between June 2009 and July 2011.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'Divide Tour\' beat U2\'s record on Ed\'s 246th show of the lengthy trek, making $736.7 million with still several weeks left to go. The tour has been running since March 2017, and it is set to conclude on August 26, when Ed will play his 255th show in Ipswitch, England.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Thanks so much for each and every one of you who have come to a show.\" </p><cite>- Ed Sheeran</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>According to Poll Star, the volume of Ed\'s shows meant he surpassed U2\'s attendance record earlier than the gross sales record, despite having a lower average attendance of 34,541 per show, versus U2\'s 66,091 average.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But the sales tally comes as the 28-year-old musician actually had the lowest average ticket price out of the Top 10 highest grossing tours of 2018, charging an average of $86.75, and offering no VIP packages. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking about his record breaking tour on Instagram on Friday, Ed wrote: \"Today the Divide tour broke the all time tour record set by U2. It’s now the most attended and highest grossing tour of all time. Thanks so much for each and every one of you who have come to a show. 12 shows left, will never forget it x (sic)\"<br><br></p>\n<!-- /wp:paragraph -->','Ed Sheeran breaks U2\'s tour record','','inherit','closed','closed','','1459-revision-v1','','','2019-08-02 17:52:25','2019-08-02 22:52:25','',1459,'https://buzz-caribbean.com/article/1459-revision-v1/',0,'revision','',0),(1468,14,'2019-08-02 17:52:56','2019-08-02 22:52:56','<!-- wp:image {\"id\":1446} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/men-and-emotions-demo-1-1024x614.jpg\" alt=\"\" class=\"wp-image-1446\" /><figcaption>Photo contributed (Pexels.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica could find itself at a tipping\npoint, should the country continue to ignore the mental health issues being\nfaced by its citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The issue is further exacerbated for Jamaican men, who in such a hyper-masculine, oversexualised society, live by the \'mantra\' that to show emotions of any kind, whether positive or negative, is a sign of weakness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1447} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/men-and-emotions-demo-2-1024x614.jpg\" alt=\"\" class=\"wp-image-1447\" /><figcaption>Photo contributed (Pexels.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Executive Director for the Jamaica Forum for Lesbians, All-sexuals and Gays (J-FLAG) Jaevion Nelson, gave <em><strong>BUZZ</strong></em> his views as we try to unearth how the island got here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em> \"We tell our boys, ‘Don’t cry\'\" </em></strong></p><cite>- Jaevion Nelson, speaking with BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In an interview with <strong><em>BUZZ</em></strong>, Nelson said that Jamaican society has for many years ‘policed’ male behaviour and masculine expressionism – which has brought us to the point we are today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Generally, as a society I think we grew up to be very tough, particularly for boys. We tell our boys, ‘Don’t cry’ etc., and so from you were very young, you are policed, and you learn to suppress your emotions; to not show them in whatever circumstance as best as possible,” Nelson said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em> \"We don’t show emotions and if you [do], it must be through violence.\"</em></strong> </p><cite>- J-FLAG Executive Director, Jaevion Nelson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“When we look at the general culture, I think for a number of us, it’s a huge part in how we perform masculinity. We don’t show emotions and if you [do], it must be through violence because that is the only way you will be a man,” he explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See more from our interview with Jaevion Nelson in the video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/QBQ1GjWuUY8\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/QBQ1GjWuUY8\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“From where I stand and my organisation, we are always concerned about how, as a people, we deal with issues. Certainly, for most of us in the Jamaican society, [we] want to be seen as the real man,” Nelson told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In seeking some insight, <strong><em>BUZZ</em></strong> also spoke in-depth with Reverend Al Miller, who expressed his concern around how these hurtful masculine stereotypes ran through the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1454} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/al-miller-buzz-interview-1-1024x629.jpg\" alt=\"\" class=\"wp-image-1454\" /><figcaption>Reverend Al Miller, (BUZZ photo, Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Miller contended some of the societal ills\nfacing Jamaica can be linked to the turmoil of the slavery era, as the island\nis still yet to fully heal from the scars of its abusive, violent past.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong><em>\"We have restricted emotions to a category of whether you cry or not... that isn’t [even] one percent of the spectrum of human emotion\" </em></strong></p><cite>- Reverend Al Miller</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“All behaviour is as a result of our varied human experiences, so what we have been through as a people would have affected how we think and therefore how we behave,” the reverend told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There is the impact of slavery’s aftermath,\nbut that concept has continued to evolve and remain with us in many respects,\nprimarily because there is a totally mistaken concept that we have developed about\n‘MAN’ and manhood,” Miller explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This level of ignorance has allowed this misconception\nto remain and therefore affect behaviour and the society [as a whole] adversely,”\nhe added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way Miller, who leads the Fellowship Tabernacle, sees it, humans were created by God as emotional beings, so to separate emotion from relationships and experiences is unhealthy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1456} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/al-miller-buzz-interview-3-1024x611.jpg\" alt=\"\" class=\"wp-image-1456\" /><figcaption>Rev. Al Miller shows the BUZZ lens that he is one of God\'s emotional creatures as he offers a smile (BUZZ photo, Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The truth is humans are fundamentally relational beings, and in the centre of relationships is emotion. We were created by God as emotional creatures,” Miller told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em>\"A man must show tenderness...see the hurt and pain of others\"</em></strong></p><cite>Al Miller, speaking to BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“All of our responses are from emotion; you cannot divorce emotion from\nbehavioural response because it is at the core of who we are. We’ve got\nto show that [emotion] is not a sign of weakness – I say on the contrary, it\ntakes a real man to cry,” the reverend argued further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reverend Miller declared that it is a man’s\nduty to be emotional, but instead of denying those feelings, Jamaican men must\nbe re-trained to properly manage and direct these emotions the right way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1457} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/al-miller-buzz-interview-2-1024x629.jpg\" alt=\"\" class=\"wp-image-1457\" /><figcaption>Al Miller, in an interview with BUZZ asks \'How can we not show any emotion?\' (BUZZ photo, Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“A man must show tenderness, show hurt and be able to see the hurt and\npain of others; he must feel joy, fear and sadness. How can you say we’re\nnot to show any emotion?” Miller asked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is how we handle, manage, direct or suppress these emotions by whatever other factors of socialisation that has happened in our lives,” he told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Miller said he disagrees vehemently with\nthe common misnomer that men who show emotions are “weak” – as well as the\nseemingly heightened lack of self-awareness in the Jamaican man, which has\ncontributed to the problem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have restricted emotions to a category of whether you cry or not but\nthat isn’t [even] one percent of the spectrum of human emotion,” Miller\nasserted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As sections of the island finally get the\nconversation started in getting the issue of ‘men and emotions’ addressed,\nReverend Miller told BUZZ that acknowledging the problem is always the first\nstep.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1458} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/men-and-emotions-demo-3-1024x683.jpg\" alt=\"\" class=\"wp-image-1458\" /><figcaption>Photo contributed (Pexels.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It is important that we re-train our men\nbecause the system has given him an erroneous sense of manhood and some\nnegative images have been planted in the mind and society supports and feeds\nthat negative concept,” Miller said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“And so, it has really become part of our cultural thinking in too significant a way. We’ve got to go back and reverse it because it’s not healthy, it’s not real,” Miller, a father of four, told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, part of one’s personal development\nfrom infancy to maturity dictates that humans “must express and be honest about\nwhat we feel” – to deny genuine, real feelings results in a dishonest nature.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That is why some of our men become so\ndeceptive and lie and steal, because we’re suppressing natural responses to the\nevents and circumstances of life,” Reverend Miller contended.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong><em>\"...You cannot divorce emotion from behavioural response...it is at the core of who we are\"</em></strong></p><cite>- Rev. Al Miller</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Stay tuned for part two of our <em>Men &amp; Emotions </em>series, as <strong><em>BUZZ</em></strong> looks at what possible solutions are available to this impending mental health crisis.</p>\n<!-- /wp:paragraph -->','Men &amp; Emotions – How Did We Get Here, Jamaica? (Part 1)','','inherit','closed','closed','','1445-revision-v1','','','2019-08-02 17:52:56','2019-08-02 22:52:56','',1445,'https://buzz-caribbean.com/article/1445-revision-v1/',0,'revision','',0),(1471,14,'2019-07-02 18:20:53','2019-07-02 23:20:53','<!-- wp:embed {\"url\":\"https://youtu.be/qFUJfaTVzwQ\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/qFUJfaTVzwQ\n</div></figure>\n<!-- /wp:embed -->','BUZZ Top 10 artistes — July 2','','publish','closed','closed','','buzz-top-10-artiste-watch-week-june-25','','','2019-09-11 10:48:13','2019-09-11 15:48:13','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=1471',0,'video','',0),(1472,11,'2019-08-02 18:21:49','2019-08-02 23:21:49','','Tricks Of The Trade For Tuesday\'s Happy Hour @ Oak Wine Bar &amp; Cocktail Lounge','','inherit','closed','closed','','tricks-of-the-trade-for-tuesdays-happy-hour-oak-wine-bar-cocktail-lounge','','','2019-08-02 18:21:49','2019-08-02 23:21:49','',516,'https://buzz-caribbean.com/app/uploads/2019/07/Tricks-of-the-Trade-for-Tuesdays-Happy-Hour-@-Oak-Wine-Bar-Cocktail-Lounge.jpg',0,'attachment','image/jpeg',0),(1475,11,'2019-08-02 18:27:19','2019-08-02 23:27:19','','Fried-Chicken-Oak-Wine-Bar-Lounge','','inherit','closed','closed','','fried-chicken-oak-wine-bar-lounge','','','2019-08-02 18:27:19','2019-08-02 23:27:19','',516,'https://buzz-caribbean.com/app/uploads/2019/08/Fried-Chicken-Oak-Wine-Bar-Lounge.jpg',0,'attachment','image/jpeg',0),(1476,14,'2019-06-25 18:29:19','2019-06-25 23:29:19','<!-- wp:embed {\"url\":\"https://youtu.be/lLepBAQ0tng\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/lLepBAQ0tng\n</div></figure>\n<!-- /wp:embed -->','BUZZ Top 10 artistes — June 25','','publish','closed','closed','','buzz-top-10-artiste-watch-week-june-25-2','','','2019-11-29 07:42:59','2019-11-29 12:42:59','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=1476',0,'video','',0),(1477,11,'2019-08-02 18:29:15','2019-08-02 23:29:15','<!-- wp:paragraph -->\n<p>The Oak Wine Bar and Cocktail Lounge recently\nlaunched its new lunch menu and are inviting food lovers to come dig into their\ndelicious meals. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1461} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Oxtail-Oak-Wine-Bar.jpg\" alt=\"\" class=\"wp-image-1461\" /><figcaption>Oxtail dish at Oak Wine Bar &amp; Cocktail Lounge in Kingston, Jamaica<br><em>(Source: Oak Wine Bar &amp; Cocktail Lounge - Instagram)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Proprietor Lisa Chin, who also owns Fromage and Café Dolche, is\nexploring new ways in which to cater to patrons by providing a healthy and\naffordable lunch menu. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the moment, the lunch menu starts off light and easy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1475} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fried-Chicken-Oak-Wine-Bar-Lounge.jpg\" alt=\"\" class=\"wp-image-1475\" /><figcaption> Classic Jamaican fried chicken with rice and peas at Oak Wine Bar &amp; Lounge <br><em>(Source: Oak Wine Bar &amp; Cocktail Lounge - Instagram)</em> </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They range across three scrumptious Jamaican dishes: Fried Chicken, Curried\nGoat and Oxtail, served with white rice and rice and peas with raw vegetables.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1464} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Curry-Goat-Display-Pic-Oak-Wine-Bar.jpg\" alt=\"\" class=\"wp-image-1464\" /><figcaption>Succulent curried goat dish at Oak Wine Bar &amp; Lounge <br><em>(Source: Oak Wine Bar &amp; Cocktail Lounge - Instagram)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The welcoming environment is indeed one to enjoy and look forward to. This\ncapped by quality customer service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lunch is served on Saturdays between the hours of 11 am and 4 pm.</p>\n<!-- /wp:paragraph -->','Oak Wine Bar and Cocktail Lounge launches new lunch menu','','inherit','closed','closed','','516-revision-v1','','','2019-08-02 18:29:15','2019-08-02 23:29:15','',516,'https://buzz-caribbean.com/article/516-revision-v1/',0,'revision','',0),(1479,11,'2019-08-02 19:14:10','2019-08-03 00:14:10','<!-- wp:paragraph -->\n<p>On any given day, the beaches in Jamaica are lined with persons, both local and overseas visitors, seeking the fulfilment of enjoying the sea, sun and sand that the country is revered for worldwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1527} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Silver-Sands-Beach.png\" alt=\"\" class=\"wp-image-1527\" /><figcaption>Silver Sands Beach in Trelawny</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A number of parishes have boasted to have popular beach spots, but of late, the parish of Trelawny seems to have made a major push to become the new spot that everyone wants to be. The parish has some of the most pristine white sands and clear blue waters that have now began pulling visitors from near and far to come and enjoy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1505} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/876-Beach-Club.jpg\" alt=\"\" class=\"wp-image-1505\" /><figcaption>876 Beach Club in Trelawny</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Areas such as the <strong><em>876 Beach Club</em></strong>, <strong><em>Burwood</em></strong>, <em><strong>Bamboo Beach</strong></em>, <em><strong>Silver Sands</strong></em><strong> </strong>have become populated with beach enthusiasts seeking enjoyment and it\'s also a popular way to beat the heat.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1517,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BurwoodBeach-1.jpg\" alt=\"\" class=\"wp-image-1517\" /><figcaption>Burwood Beach in Trelawny <em>(Source:jamaicaexperiences.com</em>)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On any particular day, buses and other methods of transportation can be seen strewn around in parking spots and other spaces after having deposited persons to enjoy the cool and welcoming shorelines that Trelawny has on offer.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1521,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bamboo-Beach-Trelawny-1024x575.jpg\" alt=\"\" class=\"wp-image-1521\" /><figcaption>Bamboo Beach Trelawny <em>(Source)</em></figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The beaches have been a big boost to the Trelawny\'s fledgeling tourism product that has seen a number of hotels coming into the space in recent times. A big pull for these mega hotels has been the powdery pearly white sands that the parish is known for. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1523} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Silver-Sands-Beach-Trelawny.jpg\" alt=\"\" class=\"wp-image-1523\" /><figcaption>Silver Sands Beach in Duncans, Trelawny</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The summer is only expected to get hotter and more persons expected to cool off on the beaches and Trelawny is no exception.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Will you be making a stop to any of the idyllic beaches soon?</em></p>\n<!-- /wp:paragraph -->','Trelawny is the new hotspot for beachcombers','','publish','open','closed','','trelawny-is-the-new-hotspot-for-beachcombers','','','2019-08-02 19:14:11','2019-08-03 00:14:11','',0,'https://buzz-caribbean.com/?p=1479',0,'post','',0),(1480,14,'2019-07-09 18:33:32','2019-07-09 23:33:32','<!-- wp:embed {\"url\":\"https://youtu.be/uqsmZtXTkb4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/uqsmZtXTkb4\n</div></figure>\n<!-- /wp:embed -->','BUZZ Top 10 artistes — July 9','','publish','closed','closed','','buzz-top-10-artiste-watch-week-july-9','','','2019-09-11 10:52:14','2019-09-11 15:52:14','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=1480',0,'video','',0),(1481,23,'2019-08-02 18:50:13','2019-08-02 23:50:13','<!-- wp:image {\"id\":1501} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lattecha.jpg-new.jpg\" alt=\"\" class=\"wp-image-1501\" /><figcaption> Lattecha Willocks smiles while creating one of her masterpieces.  (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Years ago, Lattecha Willocks left the hotel industry to become a full-time artist. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is a direction it seems she was meant to go in, as she fell in love with the arts when she was only a child. She was nostalgic as she spoke about her days at a summer camp in Montego Bay, Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I discovered talents I had no idea existed.” </p><cite>— Lattecha Willocks</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Around that same time, the St James Public Library hosted a summer camp for kids in the city, and I participated with my sister. That summer camp changed my life,” said Willocks, who has also lived in Austria. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1493} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/willocksA.jpg\" alt=\"\" class=\"wp-image-1493\" /><figcaption> \'The Art of Gentle Protest\' is one of Willocks stand out pieces. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“That is where I learned to sew and do embroidery, and where I probably wrote my first poem.&nbsp;We drew flowers, made postcards. It was amazing.&nbsp;For the first time, I discovered talents I had no idea existed.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These days, she is a Jill of all trades, as she has co-published a\nbook, and she also paints and draws. In addition, she operates the Lattecha\nWillocks Gallery that is located in Negril, Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She also has an edge as an artist, as she can turn her canvas into\nstatement fashion pieces, like bags. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1494} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/willocksBBB.jpg\" alt=\"\" class=\"wp-image-1494\" /><figcaption> \'Stepping Forward\' was made using acrylic and ink on watercolour paper. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Art is not some highbrow concept that is removed from the life and experiences\nof the average person going about their business. It is vital to find a way to\ninject art in whatever form into our lives,” explained Willocks, who wants to\npublish her book of poetry in 2020. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As she prepares to realise that poetic dream, Willocks can boast that she has achieved every artist’s goal of a solo exhibit, as her artwork has been displayed in Germany and Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em> —Story written by Shania Hanchard </em></strong></p>\n<!-- /wp:paragraph -->','Lattecha Willocks fell in love with art as a child','','publish','closed','closed','','lattecha-willocks-fell-in-love-with-art-as-a-child','','','2019-08-15 21:58:34','2019-08-16 02:58:34','',0,'https://buzz-caribbean.com/?p=1481',0,'post','',0),(1483,4,'2019-08-02 18:44:48','2019-08-02 23:44:48','<!-- wp:paragraph -->\n<p>Cristiano Ronaldo is set to splash out on a £1.3 million holiday villa near Conor McGregor\'s home in Marbella, Spain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Juventus star will be living just a few doors away from the UFC fighter if he goes ahead with the purchase in the exclusive development The Heights, which is situated on the La Resina golf and country club estate in Marbella.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1485} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cristiano-Ronaldo.jpg\" alt=\"\" class=\"wp-image-1485\" /><figcaption>Cristiano Ronaldo</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to The Sun newspaper, Ronaldo is eyeing up a four-bedroom home among the properties on the estate \"which boast views of the Mediterranean, LED driveways, private gyms, cinema rooms and infinity pools\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Ronaldo\'s purchase will bring his property empire total to £27million</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The luxury enclave has been dubbed The Superstars Cul De Sac.Ronaldo\'s purchase will bring his property empire total to £27million, as he also owns homes in Madrid and New York and a football-themed hotel in his hometown of Madeira, Portugal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Conor, 31, and Cristiano, 34, first met at Jennifer Lopez\'s birthday party in July 2016.</p>\n<!-- /wp:paragraph -->','Cristiano Ronaldo buys £1.3m villa beside Conor McGregor','','publish','closed','closed','','cristiano-ronaldo-buys-1-3m-villa-beside-conor-mcgregor','','','2019-08-02 18:46:14','2019-08-02 23:46:14','',0,'https://buzz-caribbean.com/?p=1483',0,'post','',0),(1484,11,'2019-08-02 18:35:20','2019-08-02 23:35:20','','Overhead-beach-shot','','inherit','closed','closed','','overhead-beach-shot','','','2019-08-02 18:35:20','2019-08-02 23:35:20','',1479,'https://buzz-caribbean.com/app/uploads/2019/08/Overhead-beach-shot.jpg',0,'attachment','image/jpeg',0),(1485,4,'2019-08-02 18:36:05','2019-08-02 23:36:05','','Cristiano-Ronaldo','','inherit','closed','closed','','cristiano-ronaldo','','','2019-08-02 18:36:05','2019-08-02 23:36:05','',1483,'https://buzz-caribbean.com/app/uploads/2019/08/Cristiano-Ronaldo.jpg',0,'attachment','image/jpeg',0),(1486,9,'2019-08-02 18:36:08','2019-08-02 23:36:08','','Art-Piece','','inherit','closed','closed','','art-piece','','','2019-08-02 18:36:08','2019-08-02 23:36:08','',1481,'https://buzz-caribbean.com/app/uploads/2019/08/Art-Piece.jpg',0,'attachment','image/jpeg',0),(1487,14,'2019-08-02 18:48:12','2019-08-02 23:48:12','<!-- wp:image {\"id\":3765} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tasha-cobbs-leonard-buzz-demo-1-1024x576.jpg\" alt=\"\" class=\"wp-image-3765\" /><figcaption>Tasha Cobbs Leonard performing Your Spirit (Photo: YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Grammy award-winning Gospel artiste Tasha Cobbs was among two women getting love from Jamaica as the best ten acts in the country this week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Georgia singer, cementing her place at number 10, is joined by Jamaica\'s very own Shenseea, who also remains at number 7 this week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to see if your fav made the <strong>BUZZ</strong> top 10? Check out our video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/lLepBAQ0tng\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/lLepBAQ0tng\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Most-streamed artistes listed are according to YouTube\'s weekly insights and covers the <strong>BUZZ</strong> artiste watch for the week June 17 – June 24.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Never miss a beat! Stay tuned as <strong>BUZZ</strong> keeps up with your favourite musicians and keeps up up-to-date with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more!</p>\n<!-- /wp:paragraph -->','Artiste Watch: Tasha Cobbs returns among top 10 acts in Jamaica','','publish','closed','closed','','buzz-artiste-watch-vybz-kartel-rules-local-youtube-streams','','','2019-08-14 15:09:33','2019-08-14 20:09:33','',0,'https://buzz-caribbean.com/?p=1487',0,'post','',0),(1489,11,'2019-08-02 18:37:06','2019-08-02 23:37:06','','Doctor\'s Cave Beach Montego Bay','','inherit','closed','closed','','doctors-cave-beach-montego-bay','','','2019-08-02 18:37:06','2019-08-02 23:37:06','',1479,'https://buzz-caribbean.com/app/uploads/2019/08/Doctors-Cave-Beach-Montego-Bay.jpg',0,'attachment','image/jpeg',0),(1490,9,'2019-08-02 18:37:54','2019-08-02 23:37:54','','lattecha','','inherit','closed','closed','','lattecha','','','2019-08-02 18:37:54','2019-08-02 23:37:54','',1481,'https://buzz-caribbean.com/app/uploads/2019/08/lattecha.jpg',0,'attachment','image/jpeg',0),(1491,9,'2019-08-02 18:38:40','2019-08-02 23:38:40','','lattecha-1','','inherit','closed','closed','','lattecha-1','','','2019-08-02 18:38:40','2019-08-02 23:38:40','',1481,'https://buzz-caribbean.com/app/uploads/2019/08/lattecha-1.jpg',0,'attachment','image/jpeg',0),(1492,11,'2019-08-02 18:40:33','2019-08-02 23:40:33','','Overhead-beach-shot-1','','inherit','closed','closed','','overhead-beach-shot-1','','','2019-08-02 18:40:33','2019-08-02 23:40:33','',1479,'https://buzz-caribbean.com/app/uploads/2019/08/Overhead-beach-shot-1.jpg',0,'attachment','image/jpeg',0),(1493,9,'2019-08-02 18:41:14','2019-08-02 23:41:14','','willocksA','','inherit','closed','closed','','willocksa','','','2019-08-02 18:41:14','2019-08-02 23:41:14','',1481,'https://buzz-caribbean.com/app/uploads/2019/08/willocksA.jpg',0,'attachment','image/jpeg',0),(1494,9,'2019-08-02 18:41:31','2019-08-02 23:41:31','','willocksBBB','','inherit','closed','closed','','willocksbbb','','','2019-08-02 18:41:31','2019-08-02 23:41:31','',1481,'https://buzz-caribbean.com/app/uploads/2019/08/willocksBBB.jpg',0,'attachment','image/jpeg',0),(1495,4,'2019-08-02 18:42:31','2019-08-02 23:42:31','<!-- wp:paragraph -->\n<p>Cristiano Ronaldo is set to splash out on a £1.3 million holiday villa near Conor McGregor\'s home in Marbella, Spain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Juventus star will be living just a few doors away from the UFC fighter if he goes ahead with the purchase in the exclusive development The Heights, which is situated on the La Resina golf and country club estate in Marbella.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1485} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cristiano-Ronaldo.jpg\" alt=\"\" class=\"wp-image-1485\" /><figcaption>Cristiano Ronaldo</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to The Sun newspaper, Ronaldo is eyeing up a four-bedroom home among the properties on the estate \"which boast views of the Mediterranean, LED driveways, private gyms, cinema rooms and infinity pools\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Ronaldo\'s purchase will bring his property empire total to £27million</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The luxury enclave has been dubbed The Superstars Cul De Sac.Ronaldo\'s purchase will bring his property empire total to £27million, as he also owns homes in Madrid and New York and a football-themed hotel in his hometown of Madeira, Portugal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Conor, 31, and Cristiano, 34, first met at Jennifer Lopez\'s birthday party in Nobu Villa at Nobu Hotel at Caesars Palace, Las Vegas in July 2016.</p>\n<!-- /wp:paragraph -->','Cristiano Ronaldo buys 1.3m villa beside Conor McGregor','','inherit','closed','closed','','1483-revision-v1','','','2019-08-02 18:42:31','2019-08-02 23:42:31','',1483,'https://buzz-caribbean.com/article/1483-revision-v1/',0,'revision','',0),(1496,4,'2019-08-02 18:44:48','2019-08-02 23:44:48','<!-- wp:paragraph -->\n<p>Cristiano Ronaldo is set to splash out on a £1.3 million holiday villa near Conor McGregor\'s home in Marbella, Spain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Juventus star will be living just a few doors away from the UFC fighter if he goes ahead with the purchase in the exclusive development The Heights, which is situated on the La Resina golf and country club estate in Marbella.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1485} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cristiano-Ronaldo.jpg\" alt=\"\" class=\"wp-image-1485\" /><figcaption>Cristiano Ronaldo</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to The Sun newspaper, Ronaldo is eyeing up a four-bedroom home among the properties on the estate \"which boast views of the Mediterranean, LED driveways, private gyms, cinema rooms and infinity pools\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Ronaldo\'s purchase will bring his property empire total to £27million</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The luxury enclave has been dubbed The Superstars Cul De Sac.Ronaldo\'s purchase will bring his property empire total to £27million, as he also owns homes in Madrid and New York and a football-themed hotel in his hometown of Madeira, Portugal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Conor, 31, and Cristiano, 34, first met at Jennifer Lopez\'s birthday party in July 2016.</p>\n<!-- /wp:paragraph -->','Cristiano Ronaldo buys £1.3m villa beside Conor McGregor','','inherit','closed','closed','','1483-revision-v1','','','2019-08-02 18:44:48','2019-08-02 23:44:48','',1483,'https://buzz-caribbean.com/article/1483-revision-v1/',0,'revision','',0),(1497,9,'2019-08-02 18:46:05','2019-08-02 23:46:05','<!-- wp:image {\"id\":1491} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lattecha-1.jpg\" alt=\"\" class=\"wp-image-1491\" /><figcaption> Lattecha Willocks smiles while creating one of her masterpieces. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Years ago, Lattecha Willocks left the hotel industry to become a full-time artist. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is a direction it seems she was meant to go in, as she fell in love with the arts when she was only a child. She was nostalgic as she spoke about her days at a summer camp in Montego Bay, Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I discovered talents I had no idea existed.” </p><cite>- Lattecha Willocks</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Around that same time, the St James Public Library hosted a summer camp for kids in the city, and I participated with my sister. That summer camp changed my life,” said Willocks, who has also lived in Austria. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1493} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/willocksA.jpg\" alt=\"\" class=\"wp-image-1493\" /><figcaption> \'The Art of Gentle Protest\' is one of Willocks stand out pieces. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“That is where I learned to sew and do embroidery, and where I probably wrote my first poem. We drew flowers, made postcards. It was amazing. For the first time, I discovered talents I had no idea existed.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These days, she is a Jill of all trades, as she has co-published a\nbook, and she also paints and draws. In addition, she operates the Lattecha\nWillocks Gallery that is located in Negril, Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She also has an edge as an artist, as she can turn her canvas into\nstatement fashion pieces, like bags. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1494} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/willocksBBB.jpg\" alt=\"\" class=\"wp-image-1494\" /><figcaption> \'Stepping Forward\' was made using acrylic and ink on watercolour paper. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Art is not some highbrow concept that is removed from the life and experiences\nof the average person going about their business. It is vital to find a way to\ninject art in whatever form into our lives,” explained Willocks, who wants to\npublish her book of poetry in 2020. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As she prepares to realise that poetic dream, Willocks can boast that she\nhas achieved every artist’s\ngoal of a solo exhibit, as her artwork has been displayed in Germany and\nJamaica.</p>\n<!-- /wp:paragraph -->','Lattecha Willocks fell in love with art as a child','','inherit','closed','closed','','1481-revision-v1','','','2019-08-02 18:46:05','2019-08-02 23:46:05','',1481,'https://buzz-caribbean.com/article/1481-revision-v1/',0,'revision','',0),(1498,11,'2019-08-02 18:46:18','2019-08-02 23:46:18','','876-beach-club-is-the','','inherit','closed','closed','','876-beach-club-is-the','','','2019-08-02 18:46:18','2019-08-02 23:46:18','',1479,'https://buzz-caribbean.com/app/uploads/2019/08/876-beach-club-is-the.jpg',0,'attachment','image/jpeg',0),(1499,14,'2019-08-02 18:47:42','2019-08-02 23:47:42','','vybz-kartel-buzz-demo-1','','inherit','closed','closed','','vybz-kartel-buzz-demo-1','','','2019-08-02 18:47:42','2019-08-02 23:47:42','',1487,'https://buzz-caribbean.com/app/uploads/2019/08/vybz-kartel-buzz-demo-1.jpg',0,'attachment','image/jpeg',0),(1500,14,'2019-08-02 18:48:12','2019-08-02 23:48:12','<!-- wp:image {\"id\":1499} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/vybz-kartel-buzz-demo-1.jpg\" alt=\"\" class=\"wp-image-1499\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Incarceration has proven to be no obstacle for Addijah ‘Vybz Kartel’ Palmer as the Portmore deejay reigns uncontested as the most-streamed artiste on YouTube in Jamaica this week. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to see if your fav made the <strong><em>BUZZ</em></strong> top 10? Check out our video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/lLepBAQ0tng\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/lLepBAQ0tng\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Most-streamed artistes listed are according to YouTube\'s weekly insights and covers the <em><strong>BUZZ</strong></em> artiste watch for the week June 17 – June 24.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Never miss a beat! Stay tuned as <em><strong>BUZZ</strong></em>&nbsp;keeps up with\nyour favourite musicians and keeps up up-to-date with the hottest developments\nin Dancehall, Reggae, Hip-Hop, R&amp;B and more!</p>\n<!-- /wp:paragraph -->','BUZZ artiste watch: Vybz Kartel rules local YouTube streams','','inherit','closed','closed','','1487-revision-v1','','','2019-08-02 18:48:12','2019-08-02 23:48:12','',1487,'https://buzz-caribbean.com/article/1487-revision-v1/',0,'revision','',0),(1501,9,'2019-08-02 18:48:13','2019-08-02 23:48:13','','lattecha.jpg-new','','inherit','closed','closed','','lattecha-jpg-new','','','2019-08-02 18:48:13','2019-08-02 23:48:13','',1481,'https://buzz-caribbean.com/app/uploads/2019/08/lattecha.jpg-new.jpg',0,'attachment','image/jpeg',0),(1502,14,'2019-08-02 19:00:32','2019-08-03 00:00:32','<!-- wp:image {\"id\":3123} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/nicki-miaj-megatron-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-3123\" /><figcaption>Nicki Minaj in a steamy scene from <strong>Megatron</strong> (Photo: YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Trinidadian rapper Nicki Minaj returns for another week on the <strong>BUZZ</strong> Artiste Watch as one of the ten best-performing musicians in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minaj, despite falling [note drop] from last week\'s triumphant debut of Megatron, is joined by fellow American rapper Cardi B and Jamaica\'s Shenseea as the only women at the top of the <strong>BUZZ</strong> charts this week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3124} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cardi-b-press-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-3124\" /><figcaption>Cardi B having her time in court in <strong>Press</strong> (Photo: YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Did your fav make the cut? Check out the top 10 acts in Jamaica in the <strong>BUZZ</strong> video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/qFUJfaTVzwQ\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/qFUJfaTVzwQ\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p> Most-streamed artistes listed are according to YouTube\'s weekly insights and covers the <strong>BUZZ</strong> artiste watch for the week June 24 – July 1. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Never miss a beat! Stay tuned as <strong>BUZZ</strong> keeps up with your favourite musicians and keeps up up-to-date with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more! </p>\n<!-- /wp:paragraph -->','Artiste Watch: Nicki, Cardi get love in Jamaica among top YouTube views','','publish','closed','closed','','buzz-artiste-watch-vybz-kartel-extends-youtube-supremacy-for-2nd-week-as-jamaicas-best','','','2019-08-14 15:05:38','2019-08-14 20:05:38','',0,'https://buzz-caribbean.com/?p=1502',0,'post','',0),(1503,9,'2019-08-02 18:48:23','2019-08-02 23:48:23','<!-- wp:image {\"id\":1501} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lattecha.jpg-new.jpg\" alt=\"\" class=\"wp-image-1501\" /><figcaption> Lattecha Willocks smiles while creating one of her masterpieces.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Years ago, Lattecha Willocks left the hotel industry to become a full-time artist. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is a direction it seems she was meant to go in, as she fell in love with the arts when she was only a child. She was nostalgic as she spoke about her days at a summer camp in Montego Bay, Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I discovered talents I had no idea existed.” </p><cite>- Lattecha Willocks</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Around that same time, the St James Public Library hosted a summer camp for kids in the city, and I participated with my sister. That summer camp changed my life,” said Willocks, who has also lived in Austria. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1493} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/willocksA.jpg\" alt=\"\" class=\"wp-image-1493\" /><figcaption> \'The Art of Gentle Protest\' is one of Willocks stand out pieces. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“That is where I learned to sew and do embroidery, and where I probably wrote my first poem. We drew flowers, made postcards. It was amazing. For the first time, I discovered talents I had no idea existed.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These days, she is a Jill of all trades, as she has co-published a\nbook, and she also paints and draws. In addition, she operates the Lattecha\nWillocks Gallery that is located in Negril, Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She also has an edge as an artist, as she can turn her canvas into\nstatement fashion pieces, like bags. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1494} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/willocksBBB.jpg\" alt=\"\" class=\"wp-image-1494\" /><figcaption> \'Stepping Forward\' was made using acrylic and ink on watercolour paper. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Art is not some highbrow concept that is removed from the life and experiences\nof the average person going about their business. It is vital to find a way to\ninject art in whatever form into our lives,” explained Willocks, who wants to\npublish her book of poetry in 2020. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As she prepares to realise that poetic dream, Willocks can boast that she\nhas achieved every artist’s\ngoal of a solo exhibit, as her artwork has been displayed in Germany and\nJamaica.</p>\n<!-- /wp:paragraph -->','Lattecha Willocks fell in love with art as a child','','inherit','closed','closed','','1481-revision-v1','','','2019-08-02 18:48:23','2019-08-02 23:48:23','',1481,'https://buzz-caribbean.com/article/1481-revision-v1/',0,'revision','',0),(1504,14,'2019-08-02 18:48:26','2019-08-02 23:48:26','<!-- wp:image {\"id\":1153} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/beat-dem-bad-artwork-buzz-2-1024x604.png\" alt=\"\" class=\"wp-image-1153\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Squash and Vybz Kartel have officially signalled their intent to claim the coveted \'Song of the Summer\' title, as a scorching collaboration, ‘Beat Dem Bad’ makes an impressive debut atop YouTube steams in Jamaica this week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Check out who else made the <strong><em>BUZZ</em></strong> top ten charts this week in our video below:  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/lphCSTsLNQc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/lphCSTsLNQc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Top tracks listed are according to YouTube\'s weekly insights and covers the <strong><em>BUZZ</em></strong> charts for the week June 17 – June 24. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Join us next week same time, same place, as <strong><em>BUZZ</em></strong> keeps you abreast with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more! </p>\n<!-- /wp:paragraph -->','BUZZ Music: Vybz Kartel, Squash dominate local streams with \'Beat Dem Bad\'','','inherit','closed','closed','','1151-revision-v1','','','2019-08-02 18:48:26','2019-08-02 23:48:26','',1151,'https://buzz-caribbean.com/article/1151-revision-v1/',0,'revision','',0),(1505,11,'2019-08-02 18:50:03','2019-08-02 23:50:03','','876 Beach Club','','inherit','closed','closed','','876-beach-club','','','2019-08-02 18:50:03','2019-08-02 23:50:03','',1479,'https://buzz-caribbean.com/app/uploads/2019/08/876-Beach-Club.jpg',0,'attachment','image/jpeg',0),(1506,14,'2019-08-02 18:51:06','2019-08-02 23:51:06','<!-- wp:image {\"id\":1499} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/vybz-kartel-buzz-demo-1.jpg\" alt=\"\" class=\"wp-image-1499\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Incarceration has proven to be no obstacle for Addijah ‘Vybz Kartel’ Palmer as the Portmore deejay reigns uncontested as the most-streamed artiste on YouTube in Jamaica this week. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to see if your fav made the <strong><em>BUZZ</em></strong> top 10? Check out our video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/lLepBAQ0tng\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/lLepBAQ0tng\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Most-streamed artistes listed are according to YouTube\'s weekly insights and covers the <em><strong>BUZZ</strong></em> artiste watch for the week June 17 – June 24.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Never miss a beat! Stay tuned as <em><strong>BUZZ</strong></em>&nbsp;keeps up with\nyour favourite musicians and keeps up up-to-date with the hottest developments\nin Dancehall, Reggae, Hip-Hop, R&amp;B and more!</p>\n<!-- /wp:paragraph -->','BUZZ Artiste Watch: Vybz Kartel rules local YouTube streams','','inherit','closed','closed','','1487-revision-v1','','','2019-08-02 18:51:06','2019-08-02 23:51:06','',1487,'https://buzz-caribbean.com/article/1487-revision-v1/',0,'revision','',0),(1507,14,'2019-08-02 18:53:37','2019-08-02 23:53:37','<!-- wp:image {\"id\":1499} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/vybz-kartel-buzz-demo-1.jpg\" alt=\"\" class=\"wp-image-1499\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Incarceration has proven to be no obstacle for Addijah ‘Vybz Kartel’ Palmer as the Portmore deejay reigns uncontested as the most-streamed artiste on YouTube in Jamaica this week. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to see if your fav made the <strong><em>BUZZ</em></strong> top 10? Check out our video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/lLepBAQ0tng\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/lLepBAQ0tng\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Most-streamed artistes listed are according to YouTube\'s weekly insights and covers the <em><strong>BUZZ</strong></em> artiste watch for the week June 17 – June 24.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Never miss a beat! Stay tuned as <em><strong>BUZZ</strong></em>&nbsp;keeps up with\nyour favourite musicians and keeps up up-to-date with the hottest developments\nin Dancehall, Reggae, Hip-Hop, R&amp;B and more!</p>\n<!-- /wp:paragraph -->','BUZZ artiste watch: Vybz Kartel rules local YouTube streams','','inherit','closed','closed','','1487-revision-v1','','','2019-08-02 18:53:37','2019-08-02 23:53:37','',1487,'https://buzz-caribbean.com/article/1487-revision-v1/',0,'revision','',0),(1509,4,'2019-08-02 19:06:00','2019-08-03 00:06:00','<!-- wp:image {\"id\":3269} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/barack-michelle-lede-1024x576.jpg\" alt=\"\" class=\"wp-image-3269\" /><figcaption>Michelle (left) and her husband Barack Obama. (Photo: Getty Images)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Michelle Obama has called her husband, former US President Barack Obama, \"cute\" in a new interview with Duchess Meghan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Michelle Obama says her 15-year-old self would smile at \"how cute\" her husband is.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"If I\'m being honest, she\'d probably smile about how cute my husband is.\" </p><cite>—  Michelle Obama </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The former US First Lady has been interviewed by Meghan, Duchess of Sussex, for the September issue of Britain\'s Vogue magazine. Asked what her teenage self would think of how her life has turned out, Michelle gave a playful response about her husband.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"If I\'m being honest, she\'d probably smile about how cute my husband is,\" Michelle said.&nbsp;Michelle also spoke about her early days of parenthood to Malia, 21, and Sasha, 18. She told the duchess to \"savour\" every moment with her and Prince Harry\'s newborn son Archie Harrison Mountbatten-Windsor.</p>\n<!-- /wp:paragraph -->','Michelle Obama discusses \'cute\' husband','','publish','closed','closed','','michelle-obama-discusses-cute-husband','','','2019-08-14 18:56:48','2019-08-14 23:56:48','',0,'https://buzz-caribbean.com/?p=1509',0,'post','',0),(1510,11,'2019-08-02 18:56:33','2019-08-02 23:56:33','','Silver-Sands-Beach-at-Silver-Sands-Villa','','inherit','closed','closed','','silver-sands-beach-at-silver-sands-villa','','','2019-08-02 18:56:33','2019-08-02 23:56:33','',1479,'https://buzz-caribbean.com/app/uploads/2019/08/Silver-Sands-Beach-at-Silver-Sands-Villa.jpg',0,'attachment','image/jpeg',0),(1511,21,'2019-08-02 19:04:56','2019-08-03 00:04:56','<!-- wp:image {\"id\":3199} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/david-guardians_galaxy_2014_14.jpg\" alt=\"\" class=\"wp-image-3199\" /><figcaption> Dave Bautista plays Drax in <strong>Guardians of the Galaxy</strong>. <br>(Photo: Walt Disney Studios Motion Pictures/Photofest)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dave Bautista wears sunglasses to help with his anxiety. The <strong>Guardians of the Galaxy</strong> actor has opened up about his issues with self confidence, and he revealed it took him a long time to come to terms with his nerves in social situations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Responding to a fan on Twitter, he wrote: \"It took me 40 some odd years to be OK with it. I just got tired of feeling embarrassed about it and started owning it!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3947} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dave-Bautista-1-1024x682.jpg\" alt=\"\" class=\"wp-image-3947\" /><figcaption>Dave Bautista (Photo: complex.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"And I wear sunglasses a lot! Trust me it helps. It drives my publicist insane! Better sunglasses than me dry heaving on the red carpet.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Wrestling really brought me out of my shell.\"</p><cite>— Dave Bautista </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The 50-year-old blockbuster star first rose to fame in the WWE, and in the<br>past he has credited his in-ring career with helping him to overcome his<br>anxiety and adjust to life in the spotlight.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He previously said: \"Wrestling really brought me out of my shell. But I<br>wish when I was younger, I hadn\'t been so ashamed. I wish I would\'ve embraced it more because it\'s OK, and I find out more, all the time, that a lot of actors are the same way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"They get anxiety and get self-conscious, and get insecurities about their<br> performances.”<br><br><br></p>\n<!-- /wp:paragraph -->','Guardians of the Galaxy star struggles with anxiety','','publish','closed','closed','','guardians-of-the-galaxy-star-has-struggles-with-anxiety','','','2019-08-14 19:01:52','2019-08-15 00:01:52','',0,'https://buzz-caribbean.com/?p=1511',0,'post','',0),(1512,4,'2019-08-02 18:58:36','2019-08-02 23:58:36','','Michelle Obama hosts workshop at the White House','UK CLIENTS MUST CREDIT: AKM-GSI ONLY<BR />\rFirst Lady Michelle Obama welcomed Harrison Ford and others from the new Jackie Robinson biopic â??42â??  to the White House for a student workshop on the newmovie about the baseball legend.\r<P>\rPictured: Michelle Obama\r<P><B>Ref: SPL519904  020413  </B><BR />\rPicture by: AKM-GSI / Splash News<BR />\r</P><P>\r<B>Splash News and Pictures</B><br>\rLos Angeles: 310-821-2666<br>\rNew York: 212-619-2666<br>\rLondon: 870-934-2666<br>\rphotodesk@splashnews.com<br>\r</P>','inherit','closed','closed','','michelle-obama-hosts-workshop-at-the-white-house','','','2019-08-02 18:58:36','2019-08-02 23:58:36','',1509,'https://buzz-caribbean.com/app/uploads/2019/08/michelle-obama.jpg',0,'attachment','image/jpeg',0),(1513,11,'2019-08-02 18:59:56','2019-08-02 23:59:56','','876 Beach Club','','inherit','closed','closed','','876-beach-club-2','','','2019-08-02 18:59:56','2019-08-02 23:59:56','',1479,'https://buzz-caribbean.com/app/uploads/2019/08/876-Beach-Club-1.jpg',0,'attachment','image/jpeg',0),(1514,14,'2019-08-02 19:00:32','2019-08-03 00:00:32','<!-- wp:image {\"id\":1202} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Vybz-Kartel-pic-871x1024.jpg\" alt=\"\" class=\"wp-image-1202\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Another one million streams in the bag and Vybz Kartel continues to get much love from Dancehall fans across Jamaica this week. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>BUZZ</em></strong>, tracking the Portmore deejay, notes that the self-proclaimed ‘Worl’ Boss’ easily returned as the most-streamed artiste on YouTube for a second week running.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did your fav make the cut? Check out the top 10 acts in Jamaica in the <strong><em>BUZZ</em></strong> video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/qFUJfaTVzwQ\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/qFUJfaTVzwQ\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p> Most-streamed artistes listed are according to YouTube\'s weekly insights and covers the <em><strong>BUZZ</strong></em> artiste watch for the week June 24 – July 1. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n\nNever miss a beat! Stay tuned as <em><strong>BUZZ</strong></em>&nbsp;keeps up with your favourite musicians and keeps up up-to-date with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more!\n\n</p>\n<!-- /wp:paragraph -->','BUZZ Artiste Watch: Vybz Kartel extends YouTube supremacy for 2nd week as Jamaica’s best','','inherit','closed','closed','','1502-revision-v1','','','2019-08-02 19:00:32','2019-08-03 00:00:32','',1502,'https://buzz-caribbean.com/article/1502-revision-v1/',0,'revision','',0),(1515,14,'2019-08-02 19:15:23','2019-08-03 00:15:23','<!-- wp:image {\"id\":3111} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/shenseea-blessed-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-3111\" /><figcaption>Shenseea (centre) sizzles in <strong>Blessed</strong> (Photo: YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kingston\'s Dancehall princess Shenseea stands as the only woman among a sea of men dominating the top ten acts out of Jamaica this week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Owing much of her stream count to her latest effort, <strong>Blessed</strong>, the Stony Hill deejay jumps three spots into the number six position on the charts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See who else made the <strong>BUZZ</strong> Top 10 in our video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/uqsmZtXTkb4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/uqsmZtXTkb4\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Most-streamed artistes listed are according to YouTube\'s weekly insights and covers the <strong>BUZZ</strong> artiste watch for the week July 1 – July 8.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Never miss a beat! Stay tuned as <strong>BUZZ</strong> keeps up with your favourite musicians and keeps up up-to-date with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more!  </p>\n<!-- /wp:paragraph -->','Artiste Watch: Shenseea standing strong against male-dominated top 10','','publish','closed','closed','','buzz-artiste-watch-vybz-kartel-still-king-atop-local-acts-on-youtube-streams','','','2019-08-14 15:01:48','2019-08-14 20:01:48','',0,'https://buzz-caribbean.com/?p=1515',0,'post','',0),(1516,14,'2019-08-02 19:00:41','2019-08-03 00:00:41','<!-- wp:image {\"id\":1499} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/vybz-kartel-buzz-demo-1.jpg\" alt=\"\" class=\"wp-image-1499\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Incarceration has proven to be no obstacle for Addijah ‘Vybz Kartel’ Palmer as the Portmore deejay reigns uncontested as the most-streamed artiste on YouTube in Jamaica this week. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to see if your fav made the <strong><em>BUZZ</em></strong> top 10? Check out our video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/lLepBAQ0tng\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/lLepBAQ0tng\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Most-streamed artistes listed are according to YouTube\'s weekly insights and covers the <em><strong>BUZZ</strong></em> artiste watch for the week June 17 – June 24.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Never miss a beat! Stay tuned as <em><strong>BUZZ</strong></em>&nbsp;keeps up with\nyour favourite musicians and keeps up up-to-date with the hottest developments\nin Dancehall, Reggae, Hip-Hop, R&amp;B and more!</p>\n<!-- /wp:paragraph -->','BUZZ Artiste Watch: Vybz Kartel rules local YouTube streams','','inherit','closed','closed','','1487-revision-v1','','','2019-08-02 19:00:41','2019-08-03 00:00:41','',1487,'https://buzz-caribbean.com/article/1487-revision-v1/',0,'revision','',0),(1517,11,'2019-08-02 19:00:54','2019-08-03 00:00:54','','Burwood public beach, near Falmouth, Jamaica','','inherit','closed','closed','','burwood-public-beach-near-falmouth-jamaica','','','2019-08-02 19:00:54','2019-08-03 00:00:54','',1479,'https://buzz-caribbean.com/app/uploads/2019/08/BurwoodBeach-1.jpg',0,'attachment','image/jpeg',0),(1518,9,'2019-08-02 19:01:50','2019-08-03 00:01:50','','Dave-Bautista-','','inherit','closed','closed','','dave-bautista','','','2019-08-02 19:01:50','2019-08-03 00:01:50','',1511,'https://buzz-caribbean.com/app/uploads/2019/08/Dave-Bautista-.jpg',0,'attachment','image/jpeg',0),(1520,11,'2019-08-02 19:02:52','2019-08-03 00:02:52','','Burwood Public Beach, Near Falmouth, Jamaica','','inherit','closed','closed','','burwood-public-beach-near-falmouth-jamaica-2','','','2019-08-02 19:02:52','2019-08-03 00:02:52','',1479,'https://buzz-caribbean.com/app/uploads/2019/08/BurwoodBeach-1-1.jpg',0,'attachment','image/jpeg',0),(1521,11,'2019-08-02 19:03:43','2019-08-03 00:03:43','','Bamboo Beach Trelawny','','inherit','closed','closed','','bamboo-beach-trelawny','','','2019-08-02 19:03:43','2019-08-03 00:03:43','',1479,'https://buzz-caribbean.com/app/uploads/2019/08/Bamboo-Beach-Trelawny.jpg',0,'attachment','image/jpeg',0),(1522,9,'2019-08-02 19:03:51','2019-08-03 00:03:51','<!-- wp:image {\"id\":1518} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dave-Bautista-.jpg\" alt=\"\" class=\"wp-image-1518\" /><figcaption> Dave Bautista </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> Dave Bautista wears sunglasses to help with his anxiety.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> The \'Guardians of the Galaxy\' actor has opened up about his issues with<br> self confidence, and he revealed it took him a long time to come to terms<br> with his nerves in social situations.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Responding to a fan on Twitter, he wrote: \"It took me 40 some odd years to be OK with it. I just got tired of feeling embarrassed about it and started owning it!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"And I wear sunglasses a lot! Trust me it helps. It drives my publicist insane! Better sunglasses than me dry heaving on the red carpet.\"<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Wrestling really brought me out of my shell.\"</p><cite>-  Dave Bautista </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The 50-year-old blockbuster star first rose to fame in the WWE, and in the<br>past he has credited his in-ring career with helping him to overcome his<br>anxiety and adjust to life in the spotlight.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He previously said: \"Wrestling really brought me out of my shell. But I<br>wish when I was younger, I hadn\'t been so ashamed. I wish I would\'ve embraced it more because it\'s OK, and I find out more, all the time, that a lot of actors are the same way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"They get anxiety and get self-conscious, and get insecurities about their<br> performances.”<br><br><br></p>\n<!-- /wp:paragraph -->','Guardians of the Galaxy star has struggles with anxiety','','inherit','closed','closed','','1511-revision-v1','','','2019-08-02 19:03:51','2019-08-03 00:03:51','',1511,'https://buzz-caribbean.com/article/1511-revision-v1/',0,'revision','',0),(1523,11,'2019-08-02 19:04:29','2019-08-03 00:04:29','','Silver-Sands-Beach-Trelawny','','inherit','closed','closed','','silver-sands-beach-trelawny','','','2019-08-02 19:04:29','2019-08-03 00:04:29','',1479,'https://buzz-caribbean.com/app/uploads/2019/08/Silver-Sands-Beach-Trelawny.jpg',0,'attachment','image/jpeg',0),(1524,9,'2019-08-02 19:05:13','2019-08-03 00:05:13','<!-- wp:image {\"id\":1518} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dave-Bautista-.jpg\" alt=\"\" class=\"wp-image-1518\" /><figcaption> Dave Bautista </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> Dave Bautista wears sunglasses to help with his anxiety.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> The \'Guardians of the Galaxy\' actor has opened up about his issues with<br> self confidence, and he revealed it took him a long time to come to terms<br> with his nerves in social situations.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Responding to a fan on Twitter, he wrote: \"It took me 40 some odd years to be OK with it. I just got tired of feeling embarrassed about it and started owning it!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"And I wear sunglasses a lot! Trust me it helps. It drives my publicist insane! Better sunglasses than me dry heaving on the red carpet.\"<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Wrestling really brought me out of my shell.\"</p><cite>-  Dave Bautista </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The 50-year-old blockbuster star first rose to fame in the WWE, and in the<br>past he has credited his in-ring career with helping him to overcome his<br>anxiety and adjust to life in the spotlight.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He previously said: \"Wrestling really brought me out of my shell. But I<br>wish when I was younger, I hadn\'t been so ashamed. I wish I would\'ve embraced it more because it\'s OK, and I find out more, all the time, that a lot of actors are the same way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"They get anxiety and get self-conscious, and get insecurities about their<br> performances.”<br><br><br></p>\n<!-- /wp:paragraph -->','Guardians of the Galaxy star struggles with anxiety','','inherit','closed','closed','','1511-revision-v1','','','2019-08-02 19:05:13','2019-08-03 00:05:13','',1511,'https://buzz-caribbean.com/article/1511-revision-v1/',0,'revision','',0),(1525,4,'2019-08-02 19:06:00','2019-08-03 00:06:00','<!-- wp:paragraph -->\n<p>Michelle Obama has called her husband, former US President Barack Obama, \"cute\" in a new interview with Duchess Meghan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Michelle Obama says her 15-year-old self would smile at \"how cute\" her husband is.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1512} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/michelle-obama.jpg\" alt=\"\" class=\"wp-image-1512\" /><figcaption>Former First Lady Michelle Obama.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The former US First Lady has been interviewed by Meghan, Duchess of Sussex, for the September issue of Britain\'s Vogue magazine. Asked what her teenage self would think of how her life has turned out, Michelle gave a playful response about her husband.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"If I\'m being honest, she\'d probably smile about how cute my husband is,\" Michelle said. Michelle also spoke about her early days of parenthood to Malia, 21, and Sasha, 18. She told the duchess to \"savour\" every moment with her and Prince Harry\'s newborn son Archie Harrison Mountbatten-Windsor.</p>\n<!-- /wp:paragraph -->','Michelle Obama discusses \'cute\' husband','','inherit','closed','closed','','1509-revision-v1','','','2019-08-02 19:06:00','2019-08-03 00:06:00','',1509,'https://buzz-caribbean.com/article/1509-revision-v1/',0,'revision','',0),(1526,11,'2019-08-02 19:10:04','2019-08-03 00:10:04','','876-Beach-Club-2','','inherit','closed','closed','','876-beach-club-2-2','','','2019-08-02 19:10:04','2019-08-03 00:10:04','',1479,'https://buzz-caribbean.com/app/uploads/2019/08/876-Beach-Club-2.jpg',0,'attachment','image/jpeg',0),(1527,11,'2019-08-02 19:10:12','2019-08-03 00:10:12','','Silver-Sands-Beach','','inherit','closed','closed','','silver-sands-beach','','','2019-08-02 19:10:12','2019-08-03 00:10:12','',1479,'https://buzz-caribbean.com/app/uploads/2019/08/Silver-Sands-Beach.png',0,'attachment','image/png',0),(1528,11,'2019-08-02 19:13:47','2019-08-03 00:13:47','<!-- wp:paragraph -->\n<p>On any given day, the beaches in Jamaica are lined with persons, both local and overseas visitors, seeking the fulfilment of enjoying the sea, sun and sand that the country is revered for worldwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1527} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Silver-Sands-Beach.png\" alt=\"\" class=\"wp-image-1527\" /><figcaption>Silver Sands Beach in Trelawny</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A number of parishes have boasted to have popular beach spots, but of late, the parish of Trelawny seems to have made a major push to become the new spot that everyone wants to be. The parish has some of the most pristine white sands and clear blue waters that have now began pulling visitors from near and far to come and enjoy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1505} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/876-Beach-Club.jpg\" alt=\"\" class=\"wp-image-1505\" /><figcaption>876 Beach Club in Trelawny</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Areas such as the <strong><em>876 Beach Club</em></strong>, <strong><em>Burwood</em></strong>, <em><strong>Bamboo Beach</strong></em>, <em><strong>Silver Sands</strong></em><strong> </strong>have become populated with beach enthusiasts seeking enjoyment and it\'s also a popular way to beat the heat.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1517,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BurwoodBeach-1.jpg\" alt=\"\" class=\"wp-image-1517\" /><figcaption>Burwood Beach in Trelawny <em>(Source:jamaicaexperiences.com</em>)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On any particular day, buses and other methods of transportation can be seen strewn around in parking spots and other spaces after having deposited persons to enjoy the cool and welcoming shorelines that Trelawny has on offer.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1521,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bamboo-Beach-Trelawny-1024x575.jpg\" alt=\"\" class=\"wp-image-1521\" /><figcaption>Bamboo Beach Trelawny <em>(Source)</em></figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The beaches have been a big boost to the Trelawny\'s fledgeling tourism product that has seen a number of hotels coming into the space in recent times. A big pull for these mega hotels has been the powdery pearly white sands that the parish is known for. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1523} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Silver-Sands-Beach-Trelawny.jpg\" alt=\"\" class=\"wp-image-1523\" /><figcaption>Silver Sands Beach in Duncans, Trelawny</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The summer is only expected to get hotter and more persons expected to cool off on the beaches and Trelawny is no exception.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Will you be making a stop to any of the idyllic beaches soon?</em></p>\n<!-- /wp:paragraph -->','Trelawny is the new hotspot for beachcombers','','inherit','closed','closed','','1479-revision-v1','','','2019-08-02 19:13:47','2019-08-03 00:13:47','',1479,'https://buzz-caribbean.com/article/1479-revision-v1/',0,'revision','',0),(1529,11,'2019-08-02 19:33:22','2019-08-03 00:33:22','<!-- wp:paragraph -->\n<p><em>Would your boss be this understanding?</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A waiter in a restaurant in England accidentally served a diner a £4,500 bottle of wine rather than the £260 bottle of Chateau Pichon Longueville Comtesse de Lalande ordered.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1821} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Red-1024x950.jpg\" alt=\"\" class=\"wp-image-1821\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, the owners and managers of the restaurant did not get angry and upset with the waiter and saw the funny side. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s always great to have understanding bosses who are on your side and will not readily throw you under the bus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hawksmoor Manchester is a reputable steakhouse set in a Victorian courthouse in Deansgate, Manchester, England. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1537} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hawksmoor-1024x402.jpg\" alt=\"\" class=\"wp-image-1537\" /><figcaption>Hawksmoor Manchester <em>(Source:thehawksmoor.com) </em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The waiter who made the gaffe was made to feel reassured that mistakes can be made and it was not too calamitous. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Keep your chin up...one-off mistakes happen. We love you anyway\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A spokesperson for Hawksmoor Manchester said: \"It was a very busy night at the restaurant and a very simple mistake. A member of staff picked up the wrong bottle, mistaking it for another Bordeaux of the same vintage (2001).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"The wine went out and was served to the customer. The customer didn\'t know and it was only afterwards that one of the managers picked up what had happened.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1823} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pouring-Wine-678x1024.jpg\" alt=\"\" class=\"wp-image-1823\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The contrite waiter was told to \"keep your chin up and that one-off mistakes happen. We love you anyway. To the fortunate customer, we hope you enjoyed your evening.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The waiter accidentally served a Chateau le Pin Pomerol, described as a wine with a \"deep ruby/plum/purple colour accompanied by a perfume of crème de cassis, cherry liqueur, plums, liquorice, caramel and sweet toast.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1536} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pouring-red-wine-901x1024.jpg\" alt=\"\" class=\"wp-image-1536\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Do you think your boss would be supportive in similar circumstances?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Would he or she be angry, and if you made such a mistake, do you think you would be fired? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us know at <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','Waiter mistakenly serves £4,500 bottle of wine to diner','','publish','open','closed','','waiter-mistakenly-serves-4500-bottle-of-wine-to-diner','','','2019-08-05 15:53:41','2019-08-05 20:53:41','',0,'https://buzz-caribbean.com/?p=1529',0,'post','',0),(1530,14,'2019-08-02 19:15:23','2019-08-03 00:15:23','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1208} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Vybz-Kartel-birthday-1024x639.jpg\" alt=\"\" class=\"wp-image-1208\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Vybz Kartel continues to enjoy an unimpeded run of musical tyranny as the Portmore deejay returns to claim the mantle of most-streamed artiste on YouTube for a third straight week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It would appear that in Jamaica alone, ‘Di Teacha’s appeal has not waned on Dancehall fans, who reaffirm his status as one of the most socially and culturally impactful performers this generation has ever seen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See who else made the <strong><em>BUZZ</em></strong> Top 10 in our video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/uqsmZtXTkb4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/uqsmZtXTkb4\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Most-streamed artistes listed are according to YouTube\'s weekly insights and covers the <em><strong>BUZZ</strong></em> artiste watch for the week July 1 – July 8.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Never miss a beat! Stay tuned as <em><strong>BUZZ</strong></em> keeps up with your favourite musicians and keeps up up-to-date with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more!  </p>\n<!-- /wp:paragraph -->','BUZZ Artiste Watch: Vybz Kartel still king atop local acts on YouTube streams','','inherit','closed','closed','','1515-revision-v1','','','2019-08-02 19:15:23','2019-08-03 00:15:23','',1515,'https://buzz-caribbean.com/article/1515-revision-v1/',0,'revision','',0),(1531,14,'2019-08-14 20:44:19','2019-08-15 01:44:19','<!-- wp:embed {\"url\":\"https://youtu.be/iCnQkFXw5N0\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/iCnQkFXw5N0\n</div></figure>\n<!-- /wp:embed -->','Trench Town Ceramic Centre: A BUZZ Feature','','publish','closed','closed','','trench-town-ceramic-centre-a-buzz-feature','','','2019-08-15 13:21:53','2019-08-15 18:21:53','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=1531',0,'video','',0),(1532,11,'2019-08-02 19:22:30','2019-08-03 00:22:30','','alcoholic-beverage-bottle-champagne-162784','','inherit','closed','closed','','alcoholic-beverage-bottle-champagne-162784','','','2019-08-02 19:22:30','2019-08-03 00:22:30','',1529,'https://buzz-caribbean.com/app/uploads/2019/08/alcoholic-beverage-bottle-champagne-162784.jpg',0,'attachment','image/jpeg',0),(1533,13,'2019-08-02 21:36:54','2019-08-03 02:36:54','<!-- wp:paragraph -->\n<p>Entertainer Spragga Benz is urging Jamaicans to sign a petition via social media to preserve the Cockpit Country and Maroon lands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Using his Instagram account @spraggabenz3, the dancehall artiste pleaded with Jamaicans to prevent the sale of untouched sacred lands to mining companies. Other entertainment figures who have called for the preservation of the Cockpit Country include Bounty Killer, Queen Ifrica, Popcaan and Mr Vegas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch Spragga Benz make his plea for the Cockpit Country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/tv/B0qNoVyH3Cp/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/tv/B0qNoVyH3Cp/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->','Spragga Benz urges Jamaicans to sign Cockpit Country petition','','publish','closed','closed','','spragga-benz-urges-jamaicans-to-sign-cockpit-country-petition','','','2019-08-15 11:42:36','2019-08-15 16:42:36','',0,'https://buzz-caribbean.com/?p=1533',0,'post','',0),(1534,4,'2019-08-02 19:23:35','2019-08-03 00:23:35','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/tv/B0qNoVyH3Cp/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/tv/B0qNoVyH3Cp/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->','','','inherit','closed','closed','','1533-revision-v1','','','2019-08-02 19:23:35','2019-08-03 00:23:35','',1533,'https://buzz-caribbean.com/article/1533-revision-v1/',0,'revision','',0),(1535,11,'2019-08-02 19:24:25','2019-08-03 00:24:25','','Wine','','inherit','closed','closed','','wine','','','2019-08-02 19:24:25','2019-08-03 00:24:25','',1529,'https://buzz-caribbean.com/app/uploads/2019/08/Wine.jpg',0,'attachment','image/jpeg',0),(1536,11,'2019-08-02 19:25:48','2019-08-03 00:25:48','','pouring-red-wine','','inherit','closed','closed','','pouring-red-wine','','','2019-08-02 19:25:48','2019-08-03 00:25:48','',1529,'https://buzz-caribbean.com/app/uploads/2019/08/pouring-red-wine.jpg',0,'attachment','image/jpeg',0),(1537,11,'2019-08-02 19:30:23','2019-08-03 00:30:23','','Hawksmoor','','inherit','closed','closed','','hawksmoor','','','2019-08-02 19:30:23','2019-08-03 00:30:23','',1529,'https://buzz-caribbean.com/app/uploads/2019/08/Hawksmoor.jpg',0,'attachment','image/jpeg',0),(1538,11,'2019-08-02 19:31:54','2019-08-03 00:31:54','<!-- wp:paragraph -->\n<p><em>Would your boss be this understanding?</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A waiter in a restaurant in England accidentally served a diner a £4,500 bottle of wine rather than the £260 bottle of Chateau Pichon Longueville Comtesse de Lalande ordered.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1532} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/alcoholic-beverage-bottle-champagne-162784-1024x677.jpg\" alt=\"\" class=\"wp-image-1532\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, the owners and managers of the restaurant did not get angry and upset with the waiter and saw the funny side. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s always great to have understanding bosses who are on your side and will not readily throw you under the bus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hawksmoor Manchester is a reputable steakhouse set in a Victorian courthouse in Deansgate, Manchester, England. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1537} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hawksmoor-1024x402.jpg\" alt=\"\" class=\"wp-image-1537\" /><figcaption>Hawksmoor Manchester <em>(Source:thehawksmoor.com) </em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The waiter who made the gaffe was made to feel reassured that mistakes can be made and it was not too calamitous. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Keep your chin up and that one-off mistakes happen\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A spokesperson for Hawksmoor Manchester said: \"It was a very busy night at the restaurant and a very simple mistake. A member of staff picked up the wrong bottle, mistaking it for another Bordeaux of the same vintage (2001).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"The wine went out and was served to the customer. The customer didn\'t know and it was only afterwards that one of the managers picked up what had happened.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1535} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Wine-1024x683.jpg\" alt=\"\" class=\"wp-image-1535\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The contrite waiter was told to \"keep your chin up and that one-off mistakes happen. We love you anyway. To the fortunate customer, we hope you enjoyed your evening.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The waiter accidentally served a Chateau le Pin Pomerol, described as a wine with a \"deep ruby/plum/purple colour accompanied by a perfume of crème de cassis, cherry liqueur, plums, liquorice, caramel and sweet toast.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1536} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pouring-red-wine-901x1024.jpg\" alt=\"\" class=\"wp-image-1536\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Do you think your boss would be supportive in similar circumstances?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Would he or she be angry, and if you made such a mistake, do you think you would be fired? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us know at <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','Waiter mistakenly serves £4,500 bottle of wine to diner','','inherit','closed','closed','','1529-revision-v1','','','2019-08-02 19:31:54','2019-08-03 00:31:54','',1529,'https://buzz-caribbean.com/article/1529-revision-v1/',0,'revision','',0),(1539,11,'2019-08-02 19:33:22','2019-08-03 00:33:22','<!-- wp:paragraph -->\n<p><em>Would your boss be this understanding?</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A waiter in a restaurant in England accidentally served a diner a £4,500 bottle of wine rather than the £260 bottle of Chateau Pichon Longueville Comtesse de Lalande ordered.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1532} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/alcoholic-beverage-bottle-champagne-162784-1024x677.jpg\" alt=\"\" class=\"wp-image-1532\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, the owners and managers of the restaurant did not get angry and upset with the waiter and saw the funny side. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s always great to have understanding bosses who are on your side and will not readily throw you under the bus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hawksmoor Manchester is a reputable steakhouse set in a Victorian courthouse in Deansgate, Manchester, England. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1537} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hawksmoor-1024x402.jpg\" alt=\"\" class=\"wp-image-1537\" /><figcaption>Hawksmoor Manchester <em>(Source:thehawksmoor.com) </em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The waiter who made the gaffe was made to feel reassured that mistakes can be made and it was not too calamitous. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Keep your chin up and that one-off mistakes happen. We love you anyway\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A spokesperson for Hawksmoor Manchester said: \"It was a very busy night at the restaurant and a very simple mistake. A member of staff picked up the wrong bottle, mistaking it for another Bordeaux of the same vintage (2001).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"The wine went out and was served to the customer. The customer didn\'t know and it was only afterwards that one of the managers picked up what had happened.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1535} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Wine-1024x683.jpg\" alt=\"\" class=\"wp-image-1535\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The contrite waiter was told to \"keep your chin up and that one-off mistakes happen. We love you anyway. To the fortunate customer, we hope you enjoyed your evening.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The waiter accidentally served a Chateau le Pin Pomerol, described as a wine with a \"deep ruby/plum/purple colour accompanied by a perfume of crème de cassis, cherry liqueur, plums, liquorice, caramel and sweet toast.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1536} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pouring-red-wine-901x1024.jpg\" alt=\"\" class=\"wp-image-1536\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Do you think your boss would be supportive in similar circumstances?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Would he or she be angry, and if you made such a mistake, do you think you would be fired? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us know at <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','Waiter mistakenly serves £4,500 bottle of wine to diner','','inherit','closed','closed','','1529-revision-v1','','','2019-08-02 19:33:22','2019-08-03 00:33:22','',1529,'https://buzz-caribbean.com/article/1529-revision-v1/',0,'revision','',0),(1540,11,'2019-08-02 19:34:07','2019-08-03 00:34:07','<!-- wp:paragraph -->\n<p><em>Would your boss be this understanding?</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A waiter in a restaurant in England accidentally served a diner a £4,500 bottle of wine rather than the £260 bottle of Chateau Pichon Longueville Comtesse de Lalande ordered.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1532} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/alcoholic-beverage-bottle-champagne-162784-1024x677.jpg\" alt=\"\" class=\"wp-image-1532\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, the owners and managers of the restaurant did not get angry and upset with the waiter and saw the funny side. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s always great to have understanding bosses who are on your side and will not readily throw you under the bus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hawksmoor Manchester is a reputable steakhouse set in a Victorian courthouse in Deansgate, Manchester, England. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1537} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hawksmoor-1024x402.jpg\" alt=\"\" class=\"wp-image-1537\" /><figcaption>Hawksmoor Manchester <em>(Source:thehawksmoor.com) </em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The waiter who made the gaffe was made to feel reassured that mistakes can be made and it was not too calamitous. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Keep your chin up...one-off mistakes happen. We love you anyway\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A spokesperson for Hawksmoor Manchester said: \"It was a very busy night at the restaurant and a very simple mistake. A member of staff picked up the wrong bottle, mistaking it for another Bordeaux of the same vintage (2001).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"The wine went out and was served to the customer. The customer didn\'t know and it was only afterwards that one of the managers picked up what had happened.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1535} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Wine-1024x683.jpg\" alt=\"\" class=\"wp-image-1535\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The contrite waiter was told to \"keep your chin up and that one-off mistakes happen. We love you anyway. To the fortunate customer, we hope you enjoyed your evening.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The waiter accidentally served a Chateau le Pin Pomerol, described as a wine with a \"deep ruby/plum/purple colour accompanied by a perfume of crème de cassis, cherry liqueur, plums, liquorice, caramel and sweet toast.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1536} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pouring-red-wine-901x1024.jpg\" alt=\"\" class=\"wp-image-1536\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Do you think your boss would be supportive in similar circumstances?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Would he or she be angry, and if you made such a mistake, do you think you would be fired? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us know at <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','Waiter mistakenly serves £4,500 bottle of wine to diner','','inherit','closed','closed','','1529-revision-v1','','','2019-08-02 19:34:07','2019-08-03 00:34:07','',1529,'https://buzz-caribbean.com/article/1529-revision-v1/',0,'revision','',0),(1541,4,'2019-08-02 19:39:21','2019-08-03 00:39:21','<!-- wp:paragraph -->\n<p>Spragga Benz urges all Jamaicans to sign a petition via social Media to preserve the Cockpit Country and Maroon lands in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Using his instagram account @spraggabenz3, the Dancehall artiste pleaded with Jamaicans to prevent the sale of natural resources and untouched sacred land to bauxite and other foreign mining companies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Have you ever read the constitution yet? have you ever read the<br> maroon treaty? you have work to do you hear? ... knowledge is<br> key..knowledge is strength! Get Knowledge then you can face them<br> people yah.. because they know things you don\'t.. that\'s why them can<br> deal with you this way and don\'t care. Sign the petition! \'\'\'\'</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The post and public outcry comes on the heels of Prime Minister Andrew<br> Holness and the Government\'s plans to mine in the Cockpit Country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The United Nations Development Programme (UNDP) has funded a project<br> titled, ‘Conserving biodiversity and reducing land degradation in the<br> Cockpit Country’ to the tune of US$6-million.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other local Jamaican Public figures have commented on the issue with<br> the likes of Bounty Killer, Queen Ifrica, Popcaan and Mr. Vegas<br> hitting out against mining in the Cockpit Country area.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/tv/B0qNoVyH3Cp/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/tv/B0qNoVyH3Cp/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','1533-revision-v1','','','2019-08-02 19:39:21','2019-08-03 00:39:21','',1533,'https://buzz-caribbean.com/article/1533-revision-v1/',0,'revision','',0),(1542,6,'2019-08-14 16:55:29','2019-08-14 21:55:29','<!-- wp:image {\"id\":3942} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rafting-1024x576.jpg\" alt=\"\" class=\"wp-image-3942\" /><figcaption>Photo: YouTube - MM on Tour</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While Trelawny has undergone an improvement in its tour offerings, the old faithful river rafting tour still continues to hold significance as the parish grows its tourism product.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In recent times, the parish has been providing visitors with a slew of options such as the Country Bumpkin experience and Chukka Cove Adventures, but it seems that the forty-plus-year-old attraction continues to hold its own, even with all these new, exciting additions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both locals and tourists have continued to frequent the attraction, which is described as Jamaica\'s number one raft adventure, and which provides patrons with a serene and tranquil ride down the corridors of river that showcases what calm really is.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1565} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-2019-08-02-at-7.52.49-PM-1.png\" alt=\"\" class=\"wp-image-1565\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The bamboo rafts are expertly guided downriver by their drivers and keep patrons so close to the water, it\'s almost like they are sitting in it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Patrons are usually in awe when they finish the three-mile-long tour which lasts a little over an hour. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Of note, the attraction has played host to a number of celebrities including Queen Elizabeth II, heavyweight boxer Lennox Lewis, Chuck Norris, Dionne Warwick, Kenny Rodgers and Trelawny\'s own legend Usain Bolt.</p>\n<!-- /wp:paragraph -->','Martha Brae River rafting still a wonderful experience','','publish','closed','closed','','martha-brae-river-rafting-still-a-wonderful-experience','','','2019-08-14 22:03:20','2019-08-15 03:03:20','',0,'https://buzz-caribbean.com/?p=1542',0,'post','',0),(1543,11,'2019-08-02 20:08:31','2019-08-03 01:08:31','<!-- wp:paragraph -->\n<p>All the robots you’ve ever seen, never seem to have working fingers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That was until now.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Hank...can emulate the human ability to hold and grip delicate objects\"</p><cite>Cambridge Consultants</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Product development firm, Cambridge Consultants have created Hank, a robot with humanlike fingers, which are remarkably dexterous. Hank can literally pick up a pin or a bunch of grapes for that matter with effortless ease.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=H5njXIHzFxY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=H5njXIHzFxY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>\"Through a new sensory system embedded in pneumatic fingers, Hank has a sophisticated sense of touch and slip, meaning it can emulate the human ability to hold and grip delicate objects using just the right amount of pressure,\" said Cambridge Consultants.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1549} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cambridge-Consultants-Hank-Egg-1024x568.jpg\" alt=\"\" class=\"wp-image-1549\" /><figcaption>Hank: The dexterous robot developed by Cambridge Consultants gently picking up a fruit <em>(Source: cambridgeconsultants.com)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Most utility robots tend to have awkward, pincer-like appendages that just don\'t look cool — think those Daleks in Doctor Who.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1547} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/doctor-who-daleks.jpg\" alt=\"\" class=\"wp-image-1547\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Yes, Honda\'s Asimo is way ahead in the game and its hand functions are impressive but nothing like this.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1553,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hondas-Asimo-Using-Japanese-Sign-Language-During-A-News-Conference-Near-Tokyo.jpg\" alt=\"\" class=\"wp-image-1553\" /><figcaption>Honda\'s Asimo using Japanese sign language during a news conference near Tokyo <em>(Source: iol.co.za)</em></figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hank has a sensory system powered by airflows that gives it…well, really what can best be described as a fully functioning hand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Hank\'s fingers could bring new efficiencies to giant distribution centres\" </p><cite>Cambridge Consultants, Logistics Commercial Lead, Bruce Ackman</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"Hank\'s world-leading sensory system is a game-changer for the logistics industry, making actions such as robotic bin picking and end-to-end automated order fulfilment possible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1548} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hank-Cambridge-Consultants-1024x336.jpg\" alt=\"\" class=\"wp-image-1548\" /><figcaption>Hank: The dexterous robot with the human touch picking up grapes <em>(Source: cambridgeconsultants.com)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"Adding a sense of touch and slip, generated by a single, low-cost sensor, means that Hank\'s fingers could bring new efficiencies to giant distribution centres,\" said Cambridge Consultants, Logistics Commercial Lead, Bruce Ackman.</p>\n<!-- /wp:paragraph -->','Meet Hank — the robot with humanlike fingers','','publish','closed','closed','','meet-hank-the-robot-with-humanlike-fingers','','','2019-08-02 20:08:32','2019-08-03 01:08:32','',0,'https://buzz-caribbean.com/?p=1543',0,'post','',0),(1544,6,'2019-08-02 19:46:03','2019-08-03 00:46:03','','Martha-Brae','','inherit','closed','closed','','martha-brae','','','2019-08-02 19:46:03','2019-08-03 00:46:03','',1542,'https://buzz-caribbean.com/app/uploads/2019/08/Martha-Brae.jpeg',0,'attachment','image/jpeg',0),(1545,6,'2019-08-02 19:47:37','2019-08-03 00:47:37','','Martha Brae','','inherit','closed','closed','','martha-brae-2','','','2019-08-02 19:47:37','2019-08-03 00:47:37','',1542,'https://buzz-caribbean.com/app/uploads/2019/08/Martha-Brae-1.jpeg',0,'attachment','image/jpeg',0),(1546,6,'2019-08-02 19:48:02','2019-08-03 00:48:02','<!-- wp:paragraph -->\n<p>While Trelawny has undergone an improvement in its tour offerings, the old faithful, the river rafting tour still continues to hold significance as the parish grows its tourism product.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1544} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Martha-Brae-1024x614.jpeg\" alt=\"\" class=\"wp-image-1544\" /><figcaption>Photo taken from Instagram.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In recent times, the parish has been providing visitors with a slew of options such as the Country Bumpkin experience and Chukka Cove Adventures, but it seems that the forty plus year old attraction continues to hold its own, even with all these new, exciting additions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both locals and tourists have continued to frequent the attraction, which is described as Jamaica\'s number one raft adventure, and which provides patrons with a serene and tranquil ride down the corridors of river that showcases what calm really is. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The bamboo rafts are expertly guided down river by their drivers and keep patrons so close to the water, it\'s almost like they are literally sitting in it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Patrons are usually in awe when they finish the three mile long tour which lasts a little over an hour. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Of note, the attraction has played host to a number of celebrities including Queen Elizabeth II, heavy weight boxer Lennox Lewis, Chuck Norris, Dionne Warwick, Kenny Rodgers and Trelawny\'s own legend Usain Bolt.</p>\n<!-- /wp:paragraph -->','Martha Brae River rafting still a wonderful experience','','inherit','closed','closed','','1542-revision-v1','','','2019-08-02 19:48:02','2019-08-03 00:48:02','',1542,'https://buzz-caribbean.com/article/1542-revision-v1/',0,'revision','',0),(1547,11,'2019-08-02 19:48:12','2019-08-03 00:48:12','','doctor-who-daleks','','inherit','closed','closed','','doctor-who-daleks','','','2019-08-02 19:48:12','2019-08-03 00:48:12','',1543,'https://buzz-caribbean.com/app/uploads/2019/08/doctor-who-daleks.jpg',0,'attachment','image/jpeg',0),(1548,11,'2019-08-02 19:51:16','2019-08-03 00:51:16','','Hank-Cambridge-Consultants','','inherit','closed','closed','','hank-cambridge-consultants','','','2019-08-02 19:51:16','2019-08-03 00:51:16','',1543,'https://buzz-caribbean.com/app/uploads/2019/08/Hank-Cambridge-Consultants.jpg',0,'attachment','image/jpeg',0),(1549,11,'2019-08-02 19:53:01','2019-08-03 00:53:01','','Cambridge-Consultants-Hank-Egg','','inherit','closed','closed','','cambridge-consultants-hank-egg','','','2019-08-02 19:53:01','2019-08-03 00:53:01','',1543,'https://buzz-caribbean.com/app/uploads/2019/08/Cambridge-Consultants-Hank-Egg.jpg',0,'attachment','image/jpeg',0),(1550,6,'2019-08-02 19:53:07','2019-08-03 00:53:07','','Screenshot-2019-08-02-at-7.52.49-PM','','inherit','closed','closed','','screenshot-2019-08-02-at-7-52-49-pm','','','2019-08-02 19:53:07','2019-08-03 00:53:07','',1542,'https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-2019-08-02-at-7.52.49-PM.png',0,'attachment','image/png',0),(1551,6,'2019-08-02 19:54:57','2019-08-03 00:54:57','<!-- wp:paragraph -->\n<p>While Trelawny has undergone an improvement in its tour offerings, the old faithful river rafting tour still continues to hold significance as the parish grows its tourism product.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1544} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Martha-Brae-1024x614.jpeg\" alt=\"\" class=\"wp-image-1544\" /><figcaption>Photo taken from Instagram.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In recent times, the parish has been providing visitors with a slew of options such as the Country Bumpkin experience and Chukka Cove Adventures, but it seems that the forty plus year old attraction continues to hold its own, even with all these new, exciting additions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both locals and tourists have continued to frequent the attraction, which is described as Jamaica\'s number one raft adventure, and which provides patrons with a serene and tranquil ride down the corridors of river that showcases what calm really is. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1550} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-2019-08-02-at-7.52.49-PM.png\" alt=\"\" class=\"wp-image-1550\" /><figcaption>Photo: afar.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The bamboo rafts are expertly guided down river by their drivers and keep patrons so close to the water, it\'s almost like they are sitting in it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Patrons are usually in awe when they finish the three mile long tour which lasts a little over an hour. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Of note, the attraction has played host to a number of celebrities including Queen Elizabeth II, heavy weight boxer Lennox Lewis, Chuck Norris, Dionne Warwick, Kenny Rodgers and Trelawny\'s own legend Usain Bolt.</p>\n<!-- /wp:paragraph -->','Martha Brae River rafting still a wonderful experience','','inherit','closed','closed','','1542-revision-v1','','','2019-08-02 19:54:57','2019-08-03 00:54:57','',1542,'https://buzz-caribbean.com/article/1542-revision-v1/',0,'revision','',0),(1552,6,'2019-08-02 20:19:48','2019-08-03 01:19:48','<!-- wp:image {\"id\":1558} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-2019-08-02-at-8.06.52-PM-1024x614.png\" alt=\"\" class=\"wp-image-1558\" /><figcaption>Source: Pinterest</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In Jamaica, certain terms are regarded as derogatory, or as some people term them \'bad words\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Popular disc jockey, DJ Sparks, has sought to challenge Jamaicans to change their perspective on some of these words, pointing out that some of the words they are shying away from, are being used to popular effects across the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sparks recently took to social media to talk about the development, stating for instance, that in Belgium the beer brand \'Boomboclat\' is consumed by thousands yearly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1556} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-2019-08-02-at-8.02.02-PM-1024x614.png\" alt=\"\" class=\"wp-image-1556\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p>\'Bomboclat\' by PicoBrew is a Blonde Ale which has a rating of 3.5 out of 5, with 224 ratings and reviews on Untappd.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Sparks then called on Jamaicans to stop branding some of their own terms as bad.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We just waan uno see say a we a Jamaica a fight we own language,” said Sparks on her official twitter page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Jamaica the word \'Boomboclat\' though highlighted as the title of one Reggae legend Peter Tosh\'s most popular songs, is used as a curse word and seen as disrespectful by many.</p>\n<!-- /wp:paragraph -->','Cheers to Bomboclat!','','publish','closed','closed','','cheers-to-bomboclat','','','2019-08-07 19:59:47','2019-08-08 00:59:47','',0,'https://buzz-caribbean.com/?p=1552',0,'post','',0),(1553,11,'2019-08-02 19:59:39','2019-08-03 00:59:39','','Hondas-Asimo-Using-Japanese-Sign-Language-During-A-News-Conference-Near-Tokyo','','inherit','closed','closed','','hondas-asimo-using-japanese-sign-language-during-a-news-conference-near-tokyo','','','2019-08-02 19:59:39','2019-08-03 00:59:39','',1543,'https://buzz-caribbean.com/app/uploads/2019/08/Hondas-Asimo-Using-Japanese-Sign-Language-During-A-News-Conference-Near-Tokyo.jpg',0,'attachment','image/jpeg',0),(1554,11,'2019-08-02 20:00:52','2019-08-03 01:00:52','<!-- wp:paragraph -->\n<p>All the robots you’ve ever seen, never seem to have working fingers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That was until now.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Hank...can emulate the human ability to hold and grip delicate objects\"</p><cite>Cambridge Consultants</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Product development firm, Cambridge Consultants have created Hank, a robot with humanlike fingers, which are remarkably dexterous. Hank can literally pick up a pin or a bunch of grapes for that matter with effortless ease.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=H5njXIHzFxY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=H5njXIHzFxY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>\"Through a new sensory system embedded in pneumatic fingers, Hank has a sophisticated sense of touch and slip, meaning it can emulate the human ability to hold and grip delicate objects using just the right amount of pressure,\" said Cambridge Consultants.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1549} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cambridge-Consultants-Hank-Egg-1024x568.jpg\" alt=\"\" class=\"wp-image-1549\" /><figcaption>Hank: The dexterous robot developed by Cambridge Consultants gently picking up a fruit <em>(Source: cambridgeconsultants.com)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Most utility robots tend to have awkward, pincer-like appendages that just don\'t look cool — think those Daleks in Doctor Who.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1547} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/doctor-who-daleks.jpg\" alt=\"\" class=\"wp-image-1547\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Yes Honda\'s Asimo is way ahead in the game and its hand functions are impressive but nothing like this.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1553,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hondas-Asimo-Using-Japanese-Sign-Language-During-A-News-Conference-Near-Tokyo.jpg\" alt=\"\" class=\"wp-image-1553\" /><figcaption>Honda\'s Asimo Using Japanese Sign Language During A News Conference Near Tokyo <em>(Source: iol.co.za)</em></figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hank has a sensory system powered by airflows that gives it…well, really what can best be described as a fully functioning hand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Hank\'s fingers could bring new efficiencies to giant distribution centres\" </p><cite>Cambridge Consultants, Logistics Commercial Lead, Bruce Ackman</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"Hank\'s world-leading sensory system is a game-changer for the logistics industry, making actions such as robotic bin picking and end-to-end automated order fulfilment possible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1548} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hank-Cambridge-Consultants-1024x336.jpg\" alt=\"\" class=\"wp-image-1548\" /><figcaption>Hank: The dexterous robot with the human touch picking up grapes <em>(Source: cambridgeconsultants.com)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"Adding a sense of touch and slip, generated by a single, low-cost sensor, means that Hank\'s fingers could bring new efficiencies to giant distribution centres,\" said Cambridge Consultants, Logistics Commercial Lead, Bruce Ackman.</p>\n<!-- /wp:paragraph -->','Meet Hank — the robot with humanlike fingers','','inherit','closed','closed','','1543-revision-v1','','','2019-08-02 20:00:52','2019-08-03 01:00:52','',1543,'https://buzz-caribbean.com/article/1543-revision-v1/',0,'revision','',0),(1555,11,'2019-08-02 20:02:35','2019-08-03 01:02:35','<!-- wp:paragraph -->\n<p>All the robots you’ve ever seen, never seem to have working fingers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That was until now.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Hank...can emulate the human ability to hold and grip delicate objects\"</p><cite>Cambridge Consultants</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Product development firm, Cambridge Consultants have created Hank, a robot with humanlike fingers, which are remarkably dexterous. Hank can literally pick up a pin or a bunch of grapes for that matter with effortless ease.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=H5njXIHzFxY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=H5njXIHzFxY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>\"Through a new sensory system embedded in pneumatic fingers, Hank has a sophisticated sense of touch and slip, meaning it can emulate the human ability to hold and grip delicate objects using just the right amount of pressure,\" said Cambridge Consultants.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1549} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cambridge-Consultants-Hank-Egg-1024x568.jpg\" alt=\"\" class=\"wp-image-1549\" /><figcaption>Hank: The dexterous robot developed by Cambridge Consultants gently picking up a fruit <em>(Source: cambridgeconsultants.com)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Most utility robots tend to have awkward, pincer-like appendages that just don\'t look cool — think those Daleks in Doctor Who.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1547} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/doctor-who-daleks.jpg\" alt=\"\" class=\"wp-image-1547\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Yes, Honda\'s Asimo is way ahead in the game and its hand functions are impressive but nothing like this.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1553,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hondas-Asimo-Using-Japanese-Sign-Language-During-A-News-Conference-Near-Tokyo.jpg\" alt=\"\" class=\"wp-image-1553\" /><figcaption>Honda\'s Asimo using Japanese sign language during a news conference near Tokyo <em>(Source: iol.co.za)</em></figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hank has a sensory system powered by airflows that gives it…well, really what can best be described as a fully functioning hand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Hank\'s fingers could bring new efficiencies to giant distribution centres\" </p><cite>Cambridge Consultants, Logistics Commercial Lead, Bruce Ackman</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"Hank\'s world-leading sensory system is a game-changer for the logistics industry, making actions such as robotic bin picking and end-to-end automated order fulfilment possible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1548} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hank-Cambridge-Consultants-1024x336.jpg\" alt=\"\" class=\"wp-image-1548\" /><figcaption>Hank: The dexterous robot with the human touch picking up grapes <em>(Source: cambridgeconsultants.com)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"Adding a sense of touch and slip, generated by a single, low-cost sensor, means that Hank\'s fingers could bring new efficiencies to giant distribution centres,\" said Cambridge Consultants, Logistics Commercial Lead, Bruce Ackman.</p>\n<!-- /wp:paragraph -->','Meet Hank — the robot with humanlike fingers','','inherit','closed','closed','','1543-revision-v1','','','2019-08-02 20:02:35','2019-08-03 01:02:35','',1543,'https://buzz-caribbean.com/article/1543-revision-v1/',0,'revision','',0),(1556,6,'2019-08-02 20:02:53','2019-08-03 01:02:53','','Screenshot-2019-08-02-at-8.02.02-PM','','inherit','closed','closed','','screenshot-2019-08-02-at-8-02-02-pm','','','2019-08-02 20:02:53','2019-08-03 01:02:53','',1552,'https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-2019-08-02-at-8.02.02-PM.png',0,'attachment','image/png',0),(1557,23,'2019-08-02 21:32:23','2019-08-03 02:32:23','<!-- wp:paragraph -->\n<p>Ryan Reid, President and Chief Executive Officer (CEO) of First Rock Capital Holdings Limited, is on a path to transform the investment landscape in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1563,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ryan-Reid-First-Rock.jpg\" alt=\"\" class=\"wp-image-1563\" /><figcaption>Ryan Reid, President and Chief Executive Officer (CEO) of First Rock Capital Holdings Limited</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reid found his niche for investment and stock exchange from an early age where he was able to carve a platform for himself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reid is widely known for exhibiting resilience and determination. He\'s no neophyte to life obstacles. Before his elevation to the CEO position, he was the General Manager at PROVEN wealth, a premier investment entity of the Caribbean. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1569} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/FirstRock-Logo2-1024x331.png\" alt=\"\" class=\"wp-image-1569\" /><figcaption> First Rock Capital Holdings Limited (FCH)&nbsp; </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ryan shared that the economic boom that Jamaican is now experiencing, has boosted the various sectors within the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such sector, he highlighted, is the stock market, which he believes will take Jamaica to unexpected heights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The economy is doing well. Not to say that the economy is perfect, but...I believe will do well\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He noted that the international and local attention the Stock Market in Jamaica has enjoyed would result in an unprecedented capital gain for the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The economy is doing well. Not to say that the economy is perfect, but right now whatever opportunities present themselves from a capital standpoint, I believe will do well,” he shared. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1570} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Stock-Market-1024x683.jpg\" alt=\"\" class=\"wp-image-1570\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He cemented his argument by noting that corporate bonds play a pivotal role in enhancing the value and worth of the capital market and is a foreseeable tool that is capable of advancing the stock exchange market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Reason being, interest rates are low, the dollar is more or less stable, inflation is at comfortable levels and the attractiveness of Jamaica as an investment opportunity at this time,” said the investment mogul.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em> — Story written by Andre Cooper</em></strong></p>\n<!-- /wp:paragraph -->','Here’s how First Rock Boss sees the stock market and Jamaica’s future','','publish','closed','closed','','heres-how-first-rock-boss-ryan-reid-sees-the-stock-market-and-jamaicas-future','','','2019-08-15 14:13:02','2019-08-15 19:13:02','',0,'https://buzz-caribbean.com/?p=1557',0,'post','',0),(1558,6,'2019-08-02 20:08:38','2019-08-03 01:08:38','','Screenshot-2019-08-02-at-8.06.52-PM','','inherit','closed','closed','','screenshot-2019-08-02-at-8-06-52-pm','','','2019-08-02 20:08:38','2019-08-03 01:08:38','',1552,'https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-2019-08-02-at-8.06.52-PM.png',0,'attachment','image/png',0),(1559,6,'2019-08-02 20:10:34','2019-08-03 01:10:34','','Screenshot 2019 08 02 At 8.06.52 PM','','inherit','closed','closed','','screenshot-2019-08-02-at-8-06-52-pm-2','','','2019-08-02 20:10:34','2019-08-03 01:10:34','',1552,'https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-2019-08-02-at-8.06.52-PM-1.png',0,'attachment','image/png',0),(1561,6,'2019-08-02 20:13:01','2019-08-03 01:13:01','','Screenshot 2019 08 02 At 8.12.06 PM','','inherit','closed','closed','','screenshot-2019-08-02-at-8-12-06-pm','','','2019-08-02 20:13:01','2019-08-03 01:13:01','',1552,'https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-2019-08-02-at-8.12.06-PM.png',0,'attachment','image/png',0),(1562,6,'2019-08-02 20:13:20','2019-08-03 01:13:20','<!-- wp:paragraph -->\n<p>In Jamaica, certain terms are regarded as derogatory or as some people term them \'bad words\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1558} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-2019-08-02-at-8.06.52-PM-1024x614.png\" alt=\"\" class=\"wp-image-1558\" /><figcaption>Photo: Pinterest</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Popular disc jockey, DJ Sparks, has sought to challenge Jamaicans to change their perspective on some of these words, pointing out that some of the words they are shying away from, are being used to popular effects across the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sparks recently took to social media to talk about the development, stating for instance, that in Belgium the beer brand \'Boomboclat\' is consumed by thousands yearly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1556} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-2019-08-02-at-8.02.02-PM-1024x614.png\" alt=\"\" class=\"wp-image-1556\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\'Bomboclat\' by PicoBrew is a Blonde Ale which has a rating of 3.5 out of 5, with 224 ratings and reviews on Untappd.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sparks then called on Jamaicans to stop branding some of their own terms as bad.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We just waan uno see say a we a Jamaica a fight we own language,” said Sparks on her official twitter page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Jamaica the word \'Boomboclat\' though highlighted as the title of one Reggae legend Peter Tosh\'s songs, is used as a curse word and seen as disrespectful by many.</p>\n<!-- /wp:paragraph -->','DJ Sparks examining the Jamaican dialect and curse words','','inherit','closed','closed','','1552-revision-v1','','','2019-08-02 20:13:20','2019-08-03 01:13:20','',1552,'https://buzz-caribbean.com/article/1552-revision-v1/',0,'revision','',0),(1563,11,'2019-08-02 20:13:49','2019-08-03 01:13:49','','Ryan-Reid-First-Rock','','inherit','closed','closed','','ryan-reid-first-rock','','','2019-08-02 20:13:49','2019-08-03 01:13:49','',1557,'https://buzz-caribbean.com/app/uploads/2019/08/Ryan-Reid-First-Rock.jpg',0,'attachment','image/jpeg',0),(1564,6,'2019-08-02 20:18:55','2019-08-03 01:18:55','<!-- wp:paragraph -->\n<p>In Jamaica, certain terms are regarded as derogatory, or as some people term them \'bad words\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1558} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-2019-08-02-at-8.06.52-PM-1024x614.png\" alt=\"\" class=\"wp-image-1558\" /><figcaption>Source: Pinterest</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Popular disc jockey, DJ Sparks, has sought to challenge Jamaicans to change their perspective on some of these words, pointing out that some of the words they are shying away from, are being used to popular effects across the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sparks recently took to social media to talk about the development, stating for instance, that in Belgium the beer brand \'Boomboclat\' is consumed by thousands yearly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1556} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-2019-08-02-at-8.02.02-PM-1024x614.png\" alt=\"\" class=\"wp-image-1556\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p>\'Bomboclat\' by PicoBrew is a Blonde Ale which has a rating of 3.5 out of 5, with 224 ratings and reviews on Untappd.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Sparks then called on Jamaicans to stop branding some of their own terms as bad.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We just waan uno see say a we a Jamaica a fight we own language,” said Sparks on her official twitter page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Jamaica the word \'Boomboclat\' though highlighted as the title of one Reggae legend Peter Tosh\'s most popular songs, is used as a curse word and seen as disrespectful by many.</p>\n<!-- /wp:paragraph -->','Cheers to Bomboclat!','','inherit','closed','closed','','1552-revision-v1','','','2019-08-02 20:18:55','2019-08-03 01:18:55','',1552,'https://buzz-caribbean.com/article/1552-revision-v1/',0,'revision','',0),(1565,4,'2019-08-02 20:22:22','2019-08-03 01:22:22','','Screenshot-2019-08-02-at-7.52.49-PM-1','','inherit','closed','closed','','screenshot-2019-08-02-at-7-52-49-pm-1','','','2019-08-02 20:22:22','2019-08-03 01:22:22','',1542,'https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-2019-08-02-at-7.52.49-PM-1.png',0,'attachment','image/png',0),(1566,4,'2019-08-02 20:22:33','2019-08-03 01:22:33','<!-- wp:paragraph -->\n<p>While Trelawny has undergone an improvement in its tour offerings, the old faithful river rafting tour still continues to hold significance as the parish grows its tourism product.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1544} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Martha-Brae-1024x614.jpeg\" alt=\"\" class=\"wp-image-1544\" /><figcaption>Photo taken from Instagram.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In recent times, the parish has been providing visitors with a slew of options such as the Country Bumpkin experience and Chukka Cove Adventures, but it seems that the forty plus year old attraction continues to hold its own, even with all these new, exciting additions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both locals and tourists have continued to frequent the attraction, which is described as Jamaica\'s number one raft adventure, and which provides patrons with a serene and tranquil ride down the corridors of river that showcases what calm really is.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1565} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-2019-08-02-at-7.52.49-PM-1.png\" alt=\"\" class=\"wp-image-1565\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The bamboo rafts are expertly guided down river by their drivers and keep patrons so close to the water, it\'s almost like they are sitting in it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Patrons are usually in awe when they finish the three mile long tour which lasts a little over an hour.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Of note, the attraction has played host to a number of celebrities including Queen Elizabeth II, heavy weight boxer Lennox Lewis, Chuck Norris, Dionne Warwick, Kenny Rodgers and Trelawny\'s own legend Usain Bolt.</p>\n<!-- /wp:paragraph -->','Martha Brae River rafting still a wonderful experience','','inherit','closed','closed','','1542-revision-v1','','','2019-08-02 20:22:33','2019-08-03 01:22:33','',1542,'https://buzz-caribbean.com/article/1542-revision-v1/',0,'revision','',0),(1567,11,'2019-08-02 20:24:41','2019-08-03 01:24:41','','PROVEN-Wealth-White-logo','','inherit','closed','closed','','proven-wealth-white-logo','','','2019-08-02 20:24:41','2019-08-03 01:24:41','',1557,'https://buzz-caribbean.com/app/uploads/2019/08/PROVEN-Wealth-White-logo.png',0,'attachment','image/png',0),(1568,11,'2019-08-02 20:25:18','2019-08-03 01:25:18','','PROVEN-Wealth','','inherit','closed','closed','','proven-wealth','','','2019-08-02 20:25:18','2019-08-03 01:25:18','',1557,'https://buzz-caribbean.com/app/uploads/2019/08/PROVEN-Wealth.png',0,'attachment','image/png',0),(1569,11,'2019-08-02 20:25:58','2019-08-03 01:25:58','','FirstRock-Logo2','','inherit','closed','closed','','firstrock-logo2','','','2019-08-02 20:25:58','2019-08-03 01:25:58','',1557,'https://buzz-caribbean.com/app/uploads/2019/08/FirstRock-Logo2.png',0,'attachment','image/png',0),(1570,11,'2019-08-02 20:28:12','2019-08-03 01:28:12','','Stock-Market','','inherit','closed','closed','','stock-market','','','2019-08-02 20:28:12','2019-08-03 01:28:12','',1557,'https://buzz-caribbean.com/app/uploads/2019/08/Stock-Market.jpg',0,'attachment','image/jpeg',0),(1571,11,'2019-08-02 20:29:37','2019-08-03 01:29:37','<!-- wp:paragraph -->\n<p>Ryan Reid, President and Chief Executive Officer (CEO) of First Rock Capital Holdings Limited, is on a path to transform the investment landscape in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1563,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ryan-Reid-First-Rock.jpg\" alt=\"\" class=\"wp-image-1563\" /><figcaption>Ryan Reid, President and Chief Executive Officer (CEO) of First Rock Capital Holdings Limited</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reid found his niche for investment and stock exchange from an early age where he was able to carve a platform for himself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reid is widely known for exhibiting resilience and determination. He\'s no neophyte to life obstacles. Before his elevation to the CEO position, he was the General Manager at PROVEN wealth, a premier investment entity of the Caribbean. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1569} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/FirstRock-Logo2-1024x331.png\" alt=\"\" class=\"wp-image-1569\" /><figcaption> First Rock Capital Holdings Limited (FCH)  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ryan shared that the economic boom that Jamaican is now experiencing, has boosted the various sectors within the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such sector, he highlighted, is the stock market, which he believes will take Jamaica to unexpected heights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The economy is doing well. Not to say that the economy is perfect, but...I believe will do well\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He noted that the international and local attention the Stock Market in Jamaica has enjoyed would result in an unprecedented capital gain for the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1570} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Stock-Market-1024x683.jpg\" alt=\"\" class=\"wp-image-1570\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The economy is doing well. Not to say that the economy is perfect, but right now whatever opportunities present themselves from a capital standpoint, I believe will do well,” he shared. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He cemented his argument by noting that corporate bonds play a pivotal role in enhancing the value and worth of the capital market and is a foreseeable tool that is capable of advancing the stock exchange market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Reason being, interest rates are low, the dollar is more or less stable, inflation is at comfortable levels and the attractiveness of Jamaica as an investment opportunity at this time,” said the investment mogul. </p>\n<!-- /wp:paragraph -->','Here’s how First Rock Boss Ryan Reid sees the stock market and Jamaica’s future','','inherit','closed','closed','','1557-revision-v1','','','2019-08-02 20:29:37','2019-08-03 01:29:37','',1557,'https://buzz-caribbean.com/article/1557-revision-v1/',0,'revision','',0),(1572,11,'2019-08-02 20:30:12','2019-08-03 01:30:12','<!-- wp:paragraph -->\n<p>Ryan Reid, President and Chief Executive Officer (CEO) of First Rock Capital Holdings Limited, is on a path to transform the investment landscape in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1563,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ryan-Reid-First-Rock.jpg\" alt=\"\" class=\"wp-image-1563\" /><figcaption>Ryan Reid, President and Chief Executive Officer (CEO) of First Rock Capital Holdings Limited</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reid found his niche for investment and stock exchange from an early age where he was able to carve a platform for himself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reid is widely known for exhibiting resilience and determination. He\'s no neophyte to life obstacles. Before his elevation to the CEO position, he was the General Manager at PROVEN wealth, a premier investment entity of the Caribbean. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1569} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/FirstRock-Logo2-1024x331.png\" alt=\"\" class=\"wp-image-1569\" /><figcaption> First Rock Capital Holdings Limited (FCH)  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ryan shared that the economic boom that Jamaican is now experiencing, has boosted the various sectors within the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such sector, he highlighted, is the stock market, which he believes will take Jamaica to unexpected heights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The economy is doing well. Not to say that the economy is perfect, but...I believe will do well\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He noted that the international and local attention the Stock Market in Jamaica has enjoyed would result in an unprecedented capital gain for the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The economy is doing well. Not to say that the economy is perfect, but right now whatever opportunities present themselves from a capital standpoint, I believe will do well,” he shared. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1570} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Stock-Market-1024x683.jpg\" alt=\"\" class=\"wp-image-1570\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He cemented his argument by noting that corporate bonds play a pivotal role in enhancing the value and worth of the capital market and is a foreseeable tool that is capable of advancing the stock exchange market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Reason being, interest rates are low, the dollar is more or less stable, inflation is at comfortable levels and the attractiveness of Jamaica as an investment opportunity at this time,” said the investment mogul. </p>\n<!-- /wp:paragraph -->','Here’s how First Rock Boss Ryan Reid sees the stock market and Jamaica’s future','','inherit','closed','closed','','1557-revision-v1','','','2019-08-02 20:30:12','2019-08-03 01:30:12','',1557,'https://buzz-caribbean.com/article/1557-revision-v1/',0,'revision','',0),(1573,11,'2019-08-02 20:56:17','2019-08-03 01:56:17','<!-- wp:paragraph -->\n<p>We see them everywhere. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Men and women in jeans that have more tears or holes than when a dog gets hold of clothes off the wash line! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1574} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dog-Ripping-Jeans.jpg\" alt=\"\" class=\"wp-image-1574\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For some it is fashionable, others find clothing with jagged holes off-putting and ridiculous, stating that there\'s nothing hip about them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most people do not realise how far back in time jeans actually go. Made from denim or dungaree cloth, they were invented by Jacob Davis and Levi Strauss in 1873. It got its name from the city of Genoa in Italy, a place where cotton corduroy called ‘jeane’ was manufactured. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1575} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Levi-Strauss-Jacob-Davis.jpg\" alt=\"\" class=\"wp-image-1575\" /><figcaption>1873, the birth of the Jeans by Levi Strauss and Jacob Davis <em>(Source:</em>bolidster.com<em>)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Levi Strauss came from Germany to New York in 1851 to join his older brother who had a dry goods store and shortly thereafter started selling tents, blankets and covers to miners. He soon realised there was a market for clothing that was strong and durable and the jeans pant was invented soon after.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1577,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Copy_of_Figure_from_Patent.jpg\" alt=\"\" class=\"wp-image-1577\" /><figcaption>Figure from US Patent No. 139,121 <em>(Source: levistrauss.com)</em></figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>Jeans have stood the test of time culturally for the last 140 years, moving from being working clothes, then prison uniforms in some European countries to symbols of disobedience and protest to being fashion items. By the 1980s ‘stone’ and ‘acid wash’ jeans were all the rage, especially among teenagers with all the teen idols and pop stars being seen in these outfits that covered not just pants but tops and oversized jackets as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1579,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/acid-wash-jeans.jpg\" alt=\"\" class=\"wp-image-1579\" /><figcaption>70s acid wash jeans <em>(nostalgiacentral.com)</em></figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Punk rockers like Bret Michaels then took it a step further and tore their jeans at the knees hence it became cool to sport torn or cut up jeans with the accompanying bandana.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1580,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bret-Michaels.jpg\" alt=\"\" class=\"wp-image-1580\" /><figcaption>Punk rocker Bret Michaels sporting his signature ripped jeans and bandana</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now fast forward to the new millennium and the jeans being sold seem to have even more holes and rips.  It has also been given an official name as it is not just styled ‘ripped’ jeans but ‘distressed jeans’ (which is kind of appropriate when you think about it) as they say there is a process that they put the jeans through to get that desired look. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1581} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Distressed-Jeans-1024x862.jpeg\" alt=\"\" class=\"wp-image-1581\" /><figcaption>Distressed Jeans</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There was one popular brand on the hanger that had almost no material at all that could be considered covering. The only area that did not have a hole was the actual white pockets. Talk about extreme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1582} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Extreme-Cut-Out-Jean.jpg\" alt=\"\" class=\"wp-image-1582\" /><figcaption>Carmar’s $223 ‘extreme cut out jeans’ <em>(Source:news.com.au)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some people wear it just about anywhere, to the mall, grocery shopping, the movies, even to Church mass. Like them or not, when you talk about versatility you are talking about jeans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>How far will you go with your ripped jeans?</em></p>\n<!-- /wp:paragraph -->','Cut up jeans – Trendy or tragic?','','publish','open','closed','','cut-up-jeans-trendy-or-tragic','','','2019-08-02 20:56:17','2019-08-03 01:56:17','',0,'https://buzz-caribbean.com/?p=1573',0,'post','',0),(1574,11,'2019-08-02 20:37:14','2019-08-03 01:37:14','','Dog-Ripping-Jeans','','inherit','closed','closed','','dog-ripping-jeans','','','2019-08-02 20:37:14','2019-08-03 01:37:14','',1573,'https://buzz-caribbean.com/app/uploads/2019/08/Dog-Ripping-Jeans.jpg',0,'attachment','image/jpeg',0),(1575,11,'2019-08-02 20:38:37','2019-08-03 01:38:37','','Levi-Strauss-Jacob-Davis','','inherit','closed','closed','','levi-strauss-jacob-davis','','','2019-08-02 20:38:37','2019-08-03 01:38:37','',1573,'https://buzz-caribbean.com/app/uploads/2019/08/Levi-Strauss-Jacob-Davis.jpg',0,'attachment','image/jpeg',0),(1576,4,'2019-08-02 20:40:26','2019-08-03 01:40:26','<!-- wp:paragraph -->\n<p>Entertainer Spragga Benz is urging Jamaicans to sign a petition via social media to preserve the Cockpit Country and Maroon lands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Using his Instagram account @spraggabenz3, the dancehall artiste pleaded with Jamaicans to prevent the sale of untouched sacred lands to mining companies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Have you ever read the constitution yet? have you ever read the maroon treaty? you have work to do you hear? ... knowledge is key... knowledge is strength! Get Knowledge then you can face them people yah.. because they know things you don\'t.. that\'s why them can deal with you this way and don\'t care. Sign the petition!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The post and public outcry comes on the heels of Prime Minister Andrew Holness and the Government\'s plans to mine in the Cockpit Country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The United Nations Development Programme (UNDP) has funded a project titled, ‘Conserving biodiversity and reducing land degradation in the Cockpit Country’ to the tune of US$6-million.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other local Jamaican Public figures have commented on the issue with the likes of Bounty Killer, Queen Ifrica, Popcaan and Mr. Vegas hitting out against mining in the Cockpit Country area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/tv/B0qNoVyH3Cp/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/tv/B0qNoVyH3Cp/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Spragga Benz launches petition to protect Cockpit Country','','inherit','closed','closed','','1533-revision-v1','','','2019-08-02 20:40:26','2019-08-03 01:40:26','',1533,'https://buzz-caribbean.com/article/1533-revision-v1/',0,'revision','',0),(1577,11,'2019-08-02 20:40:50','2019-08-03 01:40:50','','Copy_of_Figure_from_Patent','','inherit','closed','closed','','copy_of_figure_from_patent','','','2019-08-02 20:40:50','2019-08-03 01:40:50','',1573,'https://buzz-caribbean.com/app/uploads/2019/08/Copy_of_Figure_from_Patent.jpg',0,'attachment','image/jpeg',0),(1578,11,'2019-08-02 20:42:56','2019-08-03 01:42:56','<!-- wp:paragraph -->\n<p>We see them everywhere. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Men and women in jeans that have more tears or holes than when a dog gets hold of clothes off the wash line! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1574} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dog-Ripping-Jeans.jpg\" alt=\"\" class=\"wp-image-1574\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For some it is fashionable, others find clothing with jagged holes off-putting and ridiculous, stating that there\'s nothing hip about them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most people do not realise how far back in time jeans actually go. Made from denim or dungaree cloth, they were invented by Jacob Davis and Levi Strauss in 1873. It got its name from the city of Genoa in Italy, a place where cotton corduroy called ‘jeane’ was manufactured. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1575} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Levi-Strauss-Jacob-Davis.jpg\" alt=\"\" class=\"wp-image-1575\" /><figcaption>1873, the birth of the Jeans by Levi Strauss and Jacob Davis <em>(Source:</em>bolidster.com<em>)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Levi Strauss came from Germany to New York in 1851 to join his older brother who had a dry goods store and shortly thereafter started selling tents, blankets and covers to miners. He soon realised there was a market for clothing that was strong and durable and the jeans pant was invented soon after.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1577,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Copy_of_Figure_from_Patent.jpg\" alt=\"\" class=\"wp-image-1577\" /><figcaption>Figure from US Patent No. 139,121 <em>(Source: levistrauss.com)</em></figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>Jeans have stood the test of time culturally for the last 140 years, moving from being working clothes, then prison uniforms in some European countries to symbols of disobedience and protest to being fashion items. By the 1980s ‘stone’ and ‘acid wash’ jeans were all the rage, especially among teenagers with all the teen idols and pop stars being seen in these outfits that covered not just pants but tops and oversized jackets as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>Punk rockers like Bret Michaels then took it a step further and tore their jeans at the knees hence it became cool to sport torn or cut up jeans with the accompanying bandana.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now fast forward to the new millennium and the jeans being sold seem to have even more holes and rips.  It has also been given an official name as it is not just styled ‘ripped’ jeans but ‘distressed jeans’ (which is kind of appropriate when you think about it) as they say there is a process that they put the jeans through to get that desired look. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There was one popular brand on the hanger that had almost no material at all that could be considered covering. The only area that did not have a hole was the actual white pockets. Talk about extreme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>Some people wear it just about anywhere, to the mall, grocery shopping, the movies, even to Church mass. Like them or not, when you talk about versatility you are talking about jeans.</p>\n<!-- /wp:paragraph -->','Cut up jeans – Trendy or tragic?','','inherit','closed','closed','','1573-revision-v1','','','2019-08-02 20:42:56','2019-08-03 01:42:56','',1573,'https://buzz-caribbean.com/article/1573-revision-v1/',0,'revision','',0),(1579,11,'2019-08-02 20:45:18','2019-08-03 01:45:18','','acid-wash-jeans','','inherit','closed','closed','','acid-wash-jeans','','','2019-08-02 20:45:18','2019-08-03 01:45:18','',1573,'https://buzz-caribbean.com/app/uploads/2019/08/acid-wash-jeans.jpg',0,'attachment','image/jpeg',0),(1580,11,'2019-08-02 20:48:04','2019-08-03 01:48:04','','Bret-Michaels','','inherit','closed','closed','','bret-michaels','','','2019-08-02 20:48:04','2019-08-03 01:48:04','',1573,'https://buzz-caribbean.com/app/uploads/2019/08/Bret-Michaels.jpg',0,'attachment','image/jpeg',0),(1581,11,'2019-08-02 20:49:00','2019-08-03 01:49:00','','Distressed-Jeans','','inherit','closed','closed','','distressed-jeans','','','2019-08-02 20:49:00','2019-08-03 01:49:00','',1573,'https://buzz-caribbean.com/app/uploads/2019/08/Distressed-Jeans.jpeg',0,'attachment','image/jpeg',0),(1582,11,'2019-08-02 20:51:41','2019-08-03 01:51:41','','Extreme-Cut-Out-Jean','','inherit','closed','closed','','extreme-cut-out-jean','','','2019-08-02 20:51:41','2019-08-03 01:51:41','',1573,'https://buzz-caribbean.com/app/uploads/2019/08/Extreme-Cut-Out-Jean.jpg',0,'attachment','image/jpeg',0),(1583,11,'2019-08-02 20:54:57','2019-08-03 01:54:57','<!-- wp:paragraph -->\n<p>We see them everywhere. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Men and women in jeans that have more tears or holes than when a dog gets hold of clothes off the wash line! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1574} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dog-Ripping-Jeans.jpg\" alt=\"\" class=\"wp-image-1574\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For some it is fashionable, others find clothing with jagged holes off-putting and ridiculous, stating that there\'s nothing hip about them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most people do not realise how far back in time jeans actually go. Made from denim or dungaree cloth, they were invented by Jacob Davis and Levi Strauss in 1873. It got its name from the city of Genoa in Italy, a place where cotton corduroy called ‘jeane’ was manufactured. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1575} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Levi-Strauss-Jacob-Davis.jpg\" alt=\"\" class=\"wp-image-1575\" /><figcaption>1873, the birth of the Jeans by Levi Strauss and Jacob Davis <em>(Source:</em>bolidster.com<em>)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Levi Strauss came from Germany to New York in 1851 to join his older brother who had a dry goods store and shortly thereafter started selling tents, blankets and covers to miners. He soon realised there was a market for clothing that was strong and durable and the jeans pant was invented soon after.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1577,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Copy_of_Figure_from_Patent.jpg\" alt=\"\" class=\"wp-image-1577\" /><figcaption>Figure from US Patent No. 139,121 <em>(Source: levistrauss.com)</em></figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>Jeans have stood the test of time culturally for the last 140 years, moving from being working clothes, then prison uniforms in some European countries to symbols of disobedience and protest to being fashion items. By the 1980s ‘stone’ and ‘acid wash’ jeans were all the rage, especially among teenagers with all the teen idols and pop stars being seen in these outfits that covered not just pants but tops and oversized jackets as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1579,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/acid-wash-jeans.jpg\" alt=\"\" class=\"wp-image-1579\" /><figcaption>70s acid wash jeans <em>(nostalgiacentral.com)</em></figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Punk rockers like Bret Michaels then took it a step further and tore their jeans at the knees hence it became cool to sport torn or cut up jeans with the accompanying bandana.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1580,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bret-Michaels.jpg\" alt=\"\" class=\"wp-image-1580\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now fast forward to the new millennium and the jeans being sold seem to have even more holes and rips.  It has also been given an official name as it is not just styled ‘ripped’ jeans but ‘distressed jeans’ (which is kind of appropriate when you think about it) as they say there is a process that they put the jeans through to get that desired look. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1581} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Distressed-Jeans-1024x862.jpeg\" alt=\"\" class=\"wp-image-1581\" /><figcaption>Distressed Jeans</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There was one popular brand on the hanger that had almost no material at all that could be considered covering. The only area that did not have a hole was the actual white pockets. Talk about extreme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1582} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Extreme-Cut-Out-Jean.jpg\" alt=\"\" class=\"wp-image-1582\" /><figcaption>Carmar’s $223 ‘extreme cut out jeans’ <em>(Source:news.com.au)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some people wear it just about anywhere, to the mall, grocery shopping, the movies, even to Church mass. Like them or not, when you talk about versatility you are talking about jeans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>How far will you go with your ripped jeans?</em></p>\n<!-- /wp:paragraph -->','Cut up jeans – Trendy or tragic?','','inherit','closed','closed','','1573-revision-v1','','','2019-08-02 20:54:57','2019-08-03 01:54:57','',1573,'https://buzz-caribbean.com/article/1573-revision-v1/',0,'revision','',0),(1584,11,'2019-08-02 20:56:17','2019-08-03 01:56:17','<!-- wp:paragraph -->\n<p>We see them everywhere. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Men and women in jeans that have more tears or holes than when a dog gets hold of clothes off the wash line! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1574} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dog-Ripping-Jeans.jpg\" alt=\"\" class=\"wp-image-1574\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For some it is fashionable, others find clothing with jagged holes off-putting and ridiculous, stating that there\'s nothing hip about them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most people do not realise how far back in time jeans actually go. Made from denim or dungaree cloth, they were invented by Jacob Davis and Levi Strauss in 1873. It got its name from the city of Genoa in Italy, a place where cotton corduroy called ‘jeane’ was manufactured. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1575} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Levi-Strauss-Jacob-Davis.jpg\" alt=\"\" class=\"wp-image-1575\" /><figcaption>1873, the birth of the Jeans by Levi Strauss and Jacob Davis <em>(Source:</em>bolidster.com<em>)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Levi Strauss came from Germany to New York in 1851 to join his older brother who had a dry goods store and shortly thereafter started selling tents, blankets and covers to miners. He soon realised there was a market for clothing that was strong and durable and the jeans pant was invented soon after.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1577,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Copy_of_Figure_from_Patent.jpg\" alt=\"\" class=\"wp-image-1577\" /><figcaption>Figure from US Patent No. 139,121 <em>(Source: levistrauss.com)</em></figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>Jeans have stood the test of time culturally for the last 140 years, moving from being working clothes, then prison uniforms in some European countries to symbols of disobedience and protest to being fashion items. By the 1980s ‘stone’ and ‘acid wash’ jeans were all the rage, especially among teenagers with all the teen idols and pop stars being seen in these outfits that covered not just pants but tops and oversized jackets as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1579,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/acid-wash-jeans.jpg\" alt=\"\" class=\"wp-image-1579\" /><figcaption>70s acid wash jeans <em>(nostalgiacentral.com)</em></figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Punk rockers like Bret Michaels then took it a step further and tore their jeans at the knees hence it became cool to sport torn or cut up jeans with the accompanying bandana.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1580,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bret-Michaels.jpg\" alt=\"\" class=\"wp-image-1580\" /><figcaption>Punk rocker Bret Michaels sporting his signature ripped jeans and bandana</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now fast forward to the new millennium and the jeans being sold seem to have even more holes and rips.  It has also been given an official name as it is not just styled ‘ripped’ jeans but ‘distressed jeans’ (which is kind of appropriate when you think about it) as they say there is a process that they put the jeans through to get that desired look. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1581} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Distressed-Jeans-1024x862.jpeg\" alt=\"\" class=\"wp-image-1581\" /><figcaption>Distressed Jeans</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There was one popular brand on the hanger that had almost no material at all that could be considered covering. The only area that did not have a hole was the actual white pockets. Talk about extreme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1582} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Extreme-Cut-Out-Jean.jpg\" alt=\"\" class=\"wp-image-1582\" /><figcaption>Carmar’s $223 ‘extreme cut out jeans’ <em>(Source:news.com.au)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some people wear it just about anywhere, to the mall, grocery shopping, the movies, even to Church mass. Like them or not, when you talk about versatility you are talking about jeans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>How far will you go with your ripped jeans?</em></p>\n<!-- /wp:paragraph -->','Cut up jeans – Trendy or tragic?','','inherit','closed','closed','','1573-revision-v1','','','2019-08-02 20:56:17','2019-08-03 01:56:17','',1573,'https://buzz-caribbean.com/article/1573-revision-v1/',0,'revision','',0),(1585,23,'2019-08-02 21:31:08','2019-08-03 02:31:08','<!-- wp:image {\"id\":1596} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Male-Pedicure-1024x576.jpg\" alt=\"\" class=\"wp-image-1596\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They say short men tear up sheet, I say men with ‘yam foot’ tear them up even more! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You know the type: calloused, crusty, ashy and accompanied by hammer toes and blackened nails. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lotion is a luxury for the poor skin that covers that area. It is unattractive and unappealing and most women would cringe when a man with yam foot crawls into bed with her. Talk about an instant turn off!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jamaican men are notorious for neglecting the care of their feet. Indeed our favourite superstar athlete, the fastest man in the world Usain Bolt had his feet brought into prominence on social media - not for their exceptional role in his speed - but their desperate need for a pedicure. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1587,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/UB-Feet.png\" alt=\"\" class=\"wp-image-1587\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1588} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Reaction-To-Bolts-Feet.jpg\" alt=\"\" class=\"wp-image-1588\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So why do our men pay such little time and attention to their feet? The issue is multi-tiered. Firstly our strong farming and agricultural background dictate that we do not just farm on flat arable, soft land but also rocky, hillsides. Our men wear boots and shoes that are hard and tough to withstand the terrain while being durable. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1589} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hard-Boots.jpg\" alt=\"\" class=\"wp-image-1589\" /><figcaption>Hard farming boots <em>(Source:cndenglish.com)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While they make the process easier, it does a number on their feet.  Hours upon brutal hours encased in boots that are unyielding is no joke thing and the very next day they get up and shove their feet into the uncompromising footwear again.  <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Hours upon brutal hours encased in boots that are unyielding is no joke\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Another factor to consider is that most of our menfolk see it as unmanly to care for their feet or to get a pedicure. “A woman ting dat” they chime when the suggestion is made to help them chip away 10 years\' worth of dead skin or hardened tissue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “A woman ting dat”  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Apparently, the rough foot is viewed as manly. Indeed if a male gets a pedicure and even thinks about getting a clear polish or some nail hardener applied, the fear of being termed ‘metrosexual’ is enough to scare him into not doing it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1591} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rough-Feet.jpg\" alt=\"\" class=\"wp-image-1591\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They think because their feet are usually covered or in socks, no one cares about it, least of all them. Water and soap are seen as enough. So when it comes to their feet: out of sight, out of mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1592} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/socks-1024x683.jpg\" alt=\"\" class=\"wp-image-1592\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ironically while they do not place much value in the care of their feet, most men want a partner with pretty, pedicured feet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They actually like to touch, massage and feel on a woman’s feet and a few even have a foot fetish where they go crazy when a woman gets all dolled up in fishnet stockings and her feet are on point. Go figure!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Listen up guys, follow the big man! Go fix up those feet, pretty please.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1593} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/UB-Before-and-After.jpg\" alt=\"\" class=\"wp-image-1593\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>— Story written by C.W.</em><br></p>\n<!-- /wp:paragraph -->','Why do Jamaican men neglect their feet?','','publish','closed','closed','','why-do-jamaican-men-neglect-their-feet','','','2019-08-16 12:09:20','2019-08-16 17:09:20','',0,'https://buzz-caribbean.com/?p=1585',0,'post','',0),(1587,11,'2019-08-02 21:04:46','2019-08-03 02:04:46','','UB-Feet','','inherit','closed','closed','','ub-feet','','','2019-08-02 21:04:46','2019-08-03 02:04:46','',1585,'https://buzz-caribbean.com/app/uploads/2019/08/UB-Feet.png',0,'attachment','image/png',0),(1588,11,'2019-08-02 21:08:51','2019-08-03 02:08:51','','Reaction-To-Bolts-Feet','','inherit','closed','closed','','reaction-to-bolts-feet','','','2019-08-02 21:08:51','2019-08-03 02:08:51','',1585,'https://buzz-caribbean.com/app/uploads/2019/08/Reaction-To-Bolts-Feet.jpg',0,'attachment','image/jpeg',0),(1589,11,'2019-08-02 21:14:19','2019-08-03 02:14:19','','Hard-Boots','','inherit','closed','closed','','hard-boots','','','2019-08-02 21:14:19','2019-08-03 02:14:19','',1585,'https://buzz-caribbean.com/app/uploads/2019/08/Hard-Boots.jpg',0,'attachment','image/jpeg',0),(1590,11,'2019-08-02 21:17:00','2019-08-03 02:17:00','','pedicure','','inherit','closed','closed','','pedicure','','','2019-08-02 21:17:00','2019-08-03 02:17:00','',1585,'https://buzz-caribbean.com/app/uploads/2019/08/pedicure.jpg',0,'attachment','image/jpeg',0),(1591,11,'2019-08-02 21:19:48','2019-08-03 02:19:48','','Rough-Feet','','inherit','closed','closed','','rough-feet','','','2019-08-02 21:19:48','2019-08-03 02:19:48','',1585,'https://buzz-caribbean.com/app/uploads/2019/08/Rough-Feet.jpg',0,'attachment','image/jpeg',0),(1592,11,'2019-08-02 21:21:16','2019-08-03 02:21:16','','socks','','inherit','closed','closed','','socks','','','2019-08-02 21:21:16','2019-08-03 02:21:16','',1585,'https://buzz-caribbean.com/app/uploads/2019/08/socks.jpg',0,'attachment','image/jpeg',0),(1593,11,'2019-08-02 21:25:06','2019-08-03 02:25:06','','UB-Before-and-After','','inherit','closed','closed','','ub-before-and-after','','','2019-08-02 21:25:06','2019-08-03 02:25:06','',1585,'https://buzz-caribbean.com/app/uploads/2019/08/UB-Before-and-After.jpg',0,'attachment','image/jpeg',0),(1594,11,'2019-08-02 21:25:24','2019-08-03 02:25:24','<!-- wp:paragraph -->\n<p>They say short men tear up sheet, I say men with ‘yam foot’ tear them up even more! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You know the type: calloused, crusty, ashy, full of corn and accompanied by hammer toes and blackened nails. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lotion is a luxury for the poor skin that covers that area. It is unattractive and unappealing and most women would cringe when a man with yam foot crawls into bed with her. Talk about an instant turn off!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jamaican men are notorious for neglecting the care of their feet. Indeed our favourite superstar athlete, the fastest man in the world Usain Bolt had his feet brought into prominence on social media - not for their exceptional role in his speed - but their desperate need for a pedicure. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1587,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/UB-Feet.png\" alt=\"\" class=\"wp-image-1587\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1588} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Reaction-To-Bolts-Feet.jpg\" alt=\"\" class=\"wp-image-1588\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So why do our men pay such little time and attention to their feet? The issue is multi-tiered. Firstly our strong farming and agricultural background dictate that we do not just farm on flat arable, soft land but also rocky, hillsides. Our men wear boots and shoes that are hard and tough to withstand the terrain while being durable. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1589} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hard-Boots.jpg\" alt=\"\" class=\"wp-image-1589\" /><figcaption>Hard farming boots <em>(Source:cndenglish.com)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While they make the process easier, it does a number on their feet.  Hours upon brutal hours encased in boots that are unyielding is no joke thing and the very next day they get up and shove their feet into the uncompromising footwear again.  <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Hours upon brutal hours encased in boots that are unyielding is no joke\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Another factor to consider is that most of our menfolk see it as unmanly to care for their feet or to get a pedicure. “A woman ting dat” they chime when the suggestion is made to help them chip away 10 years\' worth of dead skin or hardened tissue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1590} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pedicure.jpg\" alt=\"\" class=\"wp-image-1590\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Apparently, the rough foot is viewed as manly. Indeed if a male gets a pedicure and even thinks about getting a clear polish or some nail hardener applied, the fear of being termed ‘metrosexual’ is enough to scare him into not doing it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1591} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rough-Feet.jpg\" alt=\"\" class=\"wp-image-1591\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They think because their feet are usually covered or in socks, no one cares about it, least of all them. Water and soap are seen as enough hence when it comes to their feet it is out of sight, out of mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1592} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/socks-1024x683.jpg\" alt=\"\" class=\"wp-image-1592\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ironically while they do not place much value in the care of their feet, most men want a partner with pretty, pedicured feet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They actually like to touch, massage and feel on a woman’s feet and a few even have a foot fetish where they go crazy when a woman gets all dolled up in fishnet stockings and her feet are on point. Go figure!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Listen up guys, follow the big man! Go fix up those feet, pretty please.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1593} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/UB-Before-and-After.jpg\" alt=\"\" class=\"wp-image-1593\" /></figure>\n<!-- /wp:image -->','Why do Jamaican men neglect their feet?','','inherit','closed','closed','','1585-revision-v1','','','2019-08-02 21:25:24','2019-08-03 02:25:24','',1585,'https://buzz-caribbean.com/article/1585-revision-v1/',0,'revision','',0),(1595,11,'2019-08-02 21:26:48','2019-08-03 02:26:48','<!-- wp:paragraph -->\n<p>They say short men tear up sheet, I say men with ‘yam foot’ tear them up even more! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You know the type: calloused, crusty, ashy and accompanied by hammer toes and blackened nails. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lotion is a luxury for the poor skin that covers that area. It is unattractive and unappealing and most women would cringe when a man with yam foot crawls into bed with her. Talk about an instant turn off!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jamaican men are notorious for neglecting the care of their feet. Indeed our favourite superstar athlete, the fastest man in the world Usain Bolt had his feet brought into prominence on social media - not for their exceptional role in his speed - but their desperate need for a pedicure. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1587,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/UB-Feet.png\" alt=\"\" class=\"wp-image-1587\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1588} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Reaction-To-Bolts-Feet.jpg\" alt=\"\" class=\"wp-image-1588\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So why do our men pay such little time and attention to their feet? The issue is multi-tiered. Firstly our strong farming and agricultural background dictate that we do not just farm on flat arable, soft land but also rocky, hillsides. Our men wear boots and shoes that are hard and tough to withstand the terrain while being durable. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1589} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hard-Boots.jpg\" alt=\"\" class=\"wp-image-1589\" /><figcaption>Hard farming boots <em>(Source:cndenglish.com)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While they make the process easier, it does a number on their feet.  Hours upon brutal hours encased in boots that are unyielding is no joke thing and the very next day they get up and shove their feet into the uncompromising footwear again.  <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Hours upon brutal hours encased in boots that are unyielding is no joke\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Another factor to consider is that most of our menfolk see it as unmanly to care for their feet or to get a pedicure. “A woman ting dat” they chime when the suggestion is made to help them chip away 10 years\' worth of dead skin or hardened tissue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1590} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pedicure.jpg\" alt=\"\" class=\"wp-image-1590\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Apparently, the rough foot is viewed as manly. Indeed if a male gets a pedicure and even thinks about getting a clear polish or some nail hardener applied, the fear of being termed ‘metrosexual’ is enough to scare him into not doing it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1591} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rough-Feet.jpg\" alt=\"\" class=\"wp-image-1591\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They think because their feet are usually covered or in socks, no one cares about it, least of all them. Water and soap are seen as enough hence when it comes to their feet it is out of sight, out of mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1592} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/socks-1024x683.jpg\" alt=\"\" class=\"wp-image-1592\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ironically while they do not place much value in the care of their feet, most men want a partner with pretty, pedicured feet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They actually like to touch, massage and feel on a woman’s feet and a few even have a foot fetish where they go crazy when a woman gets all dolled up in fishnet stockings and her feet are on point. Go figure!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Listen up guys, follow the big man! Go fix up those feet, pretty please.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1593} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/UB-Before-and-After.jpg\" alt=\"\" class=\"wp-image-1593\" /></figure>\n<!-- /wp:image -->','Why do Jamaican men neglect their feet?','','inherit','closed','closed','','1585-revision-v1','','','2019-08-02 21:26:48','2019-08-03 02:26:48','',1585,'https://buzz-caribbean.com/article/1585-revision-v1/',0,'revision','',0),(1596,11,'2019-08-02 21:30:55','2019-08-03 02:30:55','','Male Pedicure','','inherit','closed','closed','','male-pedicure','','','2019-08-02 21:30:55','2019-08-03 02:30:55','',1585,'https://buzz-caribbean.com/app/uploads/2019/08/Male-Pedicure.jpg',0,'attachment','image/jpeg',0),(1597,11,'2019-08-02 21:31:08','2019-08-03 02:31:08','<!-- wp:paragraph -->\n<p>They say short men tear up sheet, I say men with ‘yam foot’ tear them up even more! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You know the type: calloused, crusty, ashy and accompanied by hammer toes and blackened nails. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lotion is a luxury for the poor skin that covers that area. It is unattractive and unappealing and most women would cringe when a man with yam foot crawls into bed with her. Talk about an instant turn off!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jamaican men are notorious for neglecting the care of their feet. Indeed our favourite superstar athlete, the fastest man in the world Usain Bolt had his feet brought into prominence on social media - not for their exceptional role in his speed - but their desperate need for a pedicure. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1587,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/UB-Feet.png\" alt=\"\" class=\"wp-image-1587\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1588} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Reaction-To-Bolts-Feet.jpg\" alt=\"\" class=\"wp-image-1588\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So why do our men pay such little time and attention to their feet? The issue is multi-tiered. Firstly our strong farming and agricultural background dictate that we do not just farm on flat arable, soft land but also rocky, hillsides. Our men wear boots and shoes that are hard and tough to withstand the terrain while being durable. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1589} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hard-Boots.jpg\" alt=\"\" class=\"wp-image-1589\" /><figcaption>Hard farming boots <em>(Source:cndenglish.com)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While they make the process easier, it does a number on their feet.  Hours upon brutal hours encased in boots that are unyielding is no joke thing and the very next day they get up and shove their feet into the uncompromising footwear again.  <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Hours upon brutal hours encased in boots that are unyielding is no joke\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Another factor to consider is that most of our menfolk see it as unmanly to care for their feet or to get a pedicure. “A woman ting dat” they chime when the suggestion is made to help them chip away 10 years\' worth of dead skin or hardened tissue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1590} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pedicure.jpg\" alt=\"\" class=\"wp-image-1590\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Apparently, the rough foot is viewed as manly. Indeed if a male gets a pedicure and even thinks about getting a clear polish or some nail hardener applied, the fear of being termed ‘metrosexual’ is enough to scare him into not doing it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1591} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rough-Feet.jpg\" alt=\"\" class=\"wp-image-1591\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They think because their feet are usually covered or in socks, no one cares about it, least of all them. Water and soap are seen as enough. So when it comes to their feet: out of sight, out of mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1592} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/socks-1024x683.jpg\" alt=\"\" class=\"wp-image-1592\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ironically while they do not place much value in the care of their feet, most men want a partner with pretty, pedicured feet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They actually like to touch, massage and feel on a woman’s feet and a few even have a foot fetish where they go crazy when a woman gets all dolled up in fishnet stockings and her feet are on point. Go figure!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Listen up guys, follow the big man! Go fix up those feet, pretty please.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1593} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/UB-Before-and-After.jpg\" alt=\"\" class=\"wp-image-1593\" /></figure>\n<!-- /wp:image -->','Why do Jamaican men neglect their feet?','','inherit','closed','closed','','1585-revision-v1','','','2019-08-02 21:31:08','2019-08-03 02:31:08','',1585,'https://buzz-caribbean.com/article/1585-revision-v1/',0,'revision','',0),(1598,11,'2019-08-02 21:32:23','2019-08-03 02:32:23','<!-- wp:paragraph -->\n<p>Ryan Reid, President and Chief Executive Officer (CEO) of First Rock Capital Holdings Limited, is on a path to transform the investment landscape in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1563,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ryan-Reid-First-Rock.jpg\" alt=\"\" class=\"wp-image-1563\" /><figcaption>Ryan Reid, President and Chief Executive Officer (CEO) of First Rock Capital Holdings Limited</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reid found his niche for investment and stock exchange from an early age where he was able to carve a platform for himself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reid is widely known for exhibiting resilience and determination. He\'s no neophyte to life obstacles. Before his elevation to the CEO position, he was the General Manager at PROVEN wealth, a premier investment entity of the Caribbean. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1569} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/FirstRock-Logo2-1024x331.png\" alt=\"\" class=\"wp-image-1569\" /><figcaption> First Rock Capital Holdings Limited (FCH)&nbsp; </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ryan shared that the economic boom that Jamaican is now experiencing, has boosted the various sectors within the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such sector, he highlighted, is the stock market, which he believes will take Jamaica to unexpected heights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The economy is doing well. Not to say that the economy is perfect, but...I believe will do well\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He noted that the international and local attention the Stock Market in Jamaica has enjoyed would result in an unprecedented capital gain for the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The economy is doing well. Not to say that the economy is perfect, but right now whatever opportunities present themselves from a capital standpoint, I believe will do well,” he shared. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1570} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Stock-Market-1024x683.jpg\" alt=\"\" class=\"wp-image-1570\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He cemented his argument by noting that corporate bonds play a pivotal role in enhancing the value and worth of the capital market and is a foreseeable tool that is capable of advancing the stock exchange market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Reason being, interest rates are low, the dollar is more or less stable, inflation is at comfortable levels and the attractiveness of Jamaica as an investment opportunity at this time,” said the investment mogul. </p>\n<!-- /wp:paragraph -->','Here’s how First Rock Boss Ryan Reid sees the stock market and Jamaica’s future','','inherit','closed','closed','','1557-revision-v1','','','2019-08-02 21:32:23','2019-08-03 02:32:23','',1557,'https://buzz-caribbean.com/article/1557-revision-v1/',0,'revision','',0),(1599,4,'2019-08-02 21:32:44','2019-08-03 02:32:44','<!-- wp:paragraph -->\n<p>Entertainer Spragga Benz is urging Jamaicans to sign a petition via social media to preserve the Cockpit Country and Maroon lands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Using his Instagram account @spraggabenz3, the dancehall artiste pleaded with Jamaicans to prevent the sale of untouched sacred lands to mining companies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other entertainment figures who have called for the preservation of the Cockpit Country include Bounty Killer, Queen Ifrica, Popcaan and Mr Vegas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch Spragga Benz make his plea for the Cockpit Country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/tv/B0qNoVyH3Cp/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/tv/B0qNoVyH3Cp/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->','Spragga Benz urges Jamaicans to sign Cockpit Country petition','','inherit','closed','closed','','1533-revision-v1','','','2019-08-02 21:32:44','2019-08-03 02:32:44','',1533,'https://buzz-caribbean.com/article/1533-revision-v1/',0,'revision','',0),(1601,4,'2019-08-02 21:43:10','2019-08-03 02:43:10','','Spragga Benz','','inherit','closed','closed','','spragga-benz','','','2019-08-02 21:43:10','2019-08-03 02:43:10','',0,'https://buzz-caribbean.com/app/uploads/2019/08/spragga-benz.jpg',0,'attachment','image/jpeg',0),(1602,4,'2019-08-02 21:44:33','2019-08-03 02:44:33','<!-- wp:paragraph -->\n<p>Entertainer Spragga Benz is urging Jamaicans to sign a petition via social media to preserve the Cockpit Country and Maroon lands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Using his Instagram account @spraggabenz3, the dancehall artiste pleaded with Jamaicans to prevent the sale of untouched sacred lands to mining companies. Other entertainment figures who have called for the preservation of the Cockpit Country include Bounty Killer, Queen Ifrica, Popcaan and Mr Vegas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch Spragga Benz make his plea for the Cockpit Country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/tv/B0qNoVyH3Cp/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/tv/B0qNoVyH3Cp/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->','Spragga Benz urges Jamaicans to sign Cockpit Country petition','','inherit','closed','closed','','1533-revision-v1','','','2019-08-02 21:44:33','2019-08-03 02:44:33','',1533,'https://buzz-caribbean.com/article/1533-revision-v1/',0,'revision','',0),(1603,6,'2019-08-02 22:06:20','2019-08-03 03:06:20','<!-- wp:image {\"id\":1604} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-2019-08-02-at-9.59.56-PM-1024x614.png\" alt=\"\" class=\"wp-image-1604\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lamar Odom has made it Instagram official with his new girlfriend, personal trainer Sabrina Parr.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 39-year-old basketball player surprised his 475,000 followers on the photo sharing platform by uploading an image of him and his new girl pouting for the camera.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sabrina - who is a health expert and life coach with over 27,000 followers - is seen sitting on him knee with her hands placed over Lamar\'s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p>He captioned the snap: \"What we have is much more than they can see...\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Sabrina also uploaded the identical image on her Instagram account, and fans of both were quick to point out that the quote originated from L.T.D\'s hit \'Love Ballad\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lamar was previously married to Khloe Kardashian and a regular on \'Keeping Up with the Kardashians\' but their relationship ended due to his infidelities and drug use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, when the sportsman was hospitalized in 2015 after overdosing at the Love Ranch brothel in Las Vegas, Khloe - despite being separated from him - went to Lamar\'s bedside to support him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Khloe, 35, moved on from Lamar and embarked on a relationship with Tristan Thompson. They have now split but share 16-month-old daughter True.</p>\n<!-- /wp:paragraph -->','Lamar Odom makes it Instagram official with new girlfriend','','publish','closed','closed','','lamar-odom-makes-it-instagram-official-with-new-girlfriend','','','2019-08-07 19:58:36','2019-08-08 00:58:36','',0,'https://buzz-caribbean.com/?p=1603',0,'post','',0),(1604,6,'2019-08-02 22:02:34','2019-08-03 03:02:34','','Screenshot-2019-08-02-at-9.59.56-PM','','inherit','closed','closed','','screenshot-2019-08-02-at-9-59-56-pm','','','2019-08-02 22:02:34','2019-08-03 03:02:34','',1603,'https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-2019-08-02-at-9.59.56-PM.png',0,'attachment','image/png',0),(1605,6,'2019-08-02 22:05:51','2019-08-03 03:05:51','<!-- wp:paragraph -->\n<p>Lamar Odom has made it Instagram official with his new girlfriend, personal trainer Sabrina Parr. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1604} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-2019-08-02-at-9.59.56-PM-1024x614.png\" alt=\"\" class=\"wp-image-1604\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 39-year-old basketball player surprised his 475,000 followers on the photo sharing platform by uploading an image of him and his new girl pouting for the camera.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sabrina - who is a health expert and life coach with over 27,000 followers - is seen sitting on him knee with her hands placed over Lamar\'s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p>He captioned the snap: \"What we have is much more than they can see...\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Sabrina also uploaded the identical image on her Instagram account, and fans of both were quick to point out that the quote originated from L.T.D\'s hit \'Love Ballad\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lamar was previously married to Khloe Kardashian and a regular on \'Keeping Up with the Kardashians\' but their relationship ended due to his infidelities and drug use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, when the sportsman was hospitalized in 2015 after overdosing at the Love Ranch brothel in Las Vegas, Khloe - despite being separated from him - went to Lamar\'s bedside to support him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Khloe, 35, moved on from Lamar and embarked on a relationship with Tristan Thompson. They have now split but share 16-month-old daughter True.</p>\n<!-- /wp:paragraph -->','Lamar Odom makes it Instagram official with new girlfriend','','inherit','closed','closed','','1603-revision-v1','','','2019-08-02 22:05:51','2019-08-03 03:05:51','',1603,'https://buzz-caribbean.com/article/1603-revision-v1/',0,'revision','',0),(1606,6,'2019-08-02 22:12:32','2019-08-03 03:12:32','<!-- wp:image {\"id\":1607} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/r-kelly-copy-1024x614.jpg\" alt=\"\" class=\"wp-image-1607\" /><figcaption>R. Kelly performs during the last concert of his \"Love Letter\" Tour at the Mann Music Center in Philadelphia. <p> Source: Ouzounova/Splash News<br> </p></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>R. Kelly has been denied bail in his ongoing court case in New York, where he has been accused of running a racketeering enterprise.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'Ignition\' hitmaker has been in jail since he was arrested on alleged sexual abuse charges in July. He appeared in court again on August 2 for back-to-back hearings in federal court in Brooklyn, where he was denied bail yet again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to CBS New York, Kelly pleaded not guilty to the charges against him - which accuse him of sexually abusing women and girls - but was ordered by a judge to be held without bail.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The entertainer is charged in New York with exploiting five victims, identified only as \"Jane Does,\" three of whom alleged they were minors at the time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The case is separate to another ongoing trial in Chicago, where he was arrested last month on charges accusing him of engaging in child pornography and further sexual abuse.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the New York indictment, Kelly is accused of running a racketeering enterprise comprised of \"managers, bodyguards, drivers, personal assistants and runners for the defendant, as well as members of his entourage\", who would allegedly recruit young women for sex with the musician.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kelly is also accused of filming the sexual activity including that with alleged underage victims, which constitutes child pornography.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The star\'s not guilty plea follows a previous plea entered by the star in which he denied 13 alleged sex trafficking charges.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since being placed in jail, Kelly has been moved to solitary confinement, and his lawyer, Nicole Blank Becker, recently claimed he doesn\'t mind being on his own, because he feels safer as he\'s aware other inmates know he\'s been accused of sex crimes involving under age girls.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, his attorney claimed the \'I Believe I Can Fly\' hitmaker being in solitary could be problematic because he has no one to lean on for support or help.</p>\n<!-- /wp:paragraph -->','R. Kelly denied bail','','publish','closed','closed','','r-kelly-denied-bail','','','2019-08-07 19:57:37','2019-08-08 00:57:37','',0,'https://buzz-caribbean.com/?p=1606',0,'post','',0),(1607,6,'2019-08-02 22:09:02','2019-08-03 03:09:02','','R. Kelly \"Love Letter\" Tour in Philadelphia','R. Kelly performs during the last concert of his \"Love Letter\" Tour at the Mann Music Center in Philadelphia.\n<P>\nPictured: R. Kelly\n<P><B>Ref: SPL294004  030711  </B><BR />\nPicture by: Ouzounova/Splash News<BR />\n</P><P>\n<B>Splash News and Pictures</B><BR />\nLos Angeles:	310-821-2666<BR />\nNew York:	212-619-2666<BR />\nLondon:	870-934-2666<BR />\nphotodesk@splashnews.com<BR />\n</P>','inherit','closed','closed','','r-kelly-love-letter-tour-in-philadelphia','','','2019-08-02 22:09:02','2019-08-03 03:09:02','',1606,'https://buzz-caribbean.com/app/uploads/2019/08/r-kelly-copy.jpg',0,'attachment','image/jpeg',0),(1608,6,'2019-08-02 22:12:19','2019-08-03 03:12:19','<!-- wp:paragraph -->\n<p>R. Kelly has been denied bail in his ongoing court case in New York, where he has been accused of running a racketeering enterprise. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1607} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/r-kelly-copy-1024x614.jpg\" alt=\"\" class=\"wp-image-1607\" /><figcaption>R. Kelly performs during the last concert of his \"Love Letter\" Tour at the Mann Music Center in Philadelphia. <p> Source: Ouzounova/Splash News<br> </p></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The \'Ignition\' hitmaker has been in jail since he was arrested on alleged sexual abuse charges in July. He appeared in court again on August 2 for back-to-back hearings in federal court in Brooklyn, where he was denied bail yet again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to CBS New York, Kelly pleaded not guilty to the charges against him - which accuse him of sexually abusing women and girls - but was ordered by a judge to be held without bail.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The entertainer is charged in New York with exploiting five victims, identified only as \"Jane Does,\" three of whom alleged they were minors at the time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The case is separate to another ongoing trial in Chicago, where he was arrested last month on charges accusing him of engaging in child pornography and further sexual abuse.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the New York indictment, Kelly is accused of running a racketeering enterprise comprised of \"managers, bodyguards, drivers, personal assistants and runners for the defendant, as well as members of his entourage\", who would allegedly recruit young women for sex with the musician.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kelly is also accused of filming the sexual activity including that with alleged underage victims, which constitutes child pornography.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The star\'s not guilty plea follows a previous plea entered by the star in which he denied 13 alleged sex trafficking charges.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since being placed in jail, Kelly has been moved to solitary confinement, and his lawyer, Nicole Blank Becker, recently claimed he doesn\'t mind being on his own, because he feels safer as he\'s aware other inmates know he\'s been accused of sex crimes involving under age girls.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, his attorney claimed the \'I Believe I Can Fly\' hitmaker being in solitary could be problematic because he has no one to lean on for support or help.</p>\n<!-- /wp:paragraph -->','R. Kelly denied bail','','inherit','closed','closed','','1606-revision-v1','','','2019-08-02 22:12:19','2019-08-03 03:12:19','',1606,'https://buzz-caribbean.com/article/1606-revision-v1/',0,'revision','',0),(1609,6,'2019-08-02 22:18:25','2019-08-03 03:18:25','<!-- wp:image {\"id\":1610} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/asap-rocky-copy-1024x614.jpg\" alt=\"\" class=\"wp-image-1610\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A$AP Rocky has been released from jail, almost one month after he was arrested in Sweden for his alleged involvement in a fight.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rapper has been behind bars since July 5, after he was allegedly involved in a fight in Stockholm, Sweden, prior to a music festival.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After making his first testimony during his trial this week, he has now been released.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A$AP confirmed the news on Friday August 2, when he took to Instagram to share a touching message of gratitude towards his fans for their support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He wrote: \"THANK YOU FROM THE BOTTOM OF MY HEART TO ALL OF MY FANS, FRIENDS AND ANYONE ACROSS THE GLOBE WHO SUPPORTED ME DURING THESE LAST FEW WEEKS I CANT BEGIN TO DESCRIBE HOW GRATEFUL I AM FOR ALL OF YOU THIS HAS BEEN A VERY DIFFICULT AND HUMBLING EXPERIENCE I WANT TO THANK THE COURT FOR ALLOWING ME BLADI AND THOTO TO RETURN TO OUR FAMILY AND FRIENDS THANKS AGAIN FOR ALL OF THE LOVE AND SUPPORT (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier this week, the 30-year-old rapper detailed his side of the \"scary\" altercation that had led to his arrest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He told the court: \"Everything seemed to be going fine. Next thing I know, my security guard was lifting one of them ... [it] got a little scary\". </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p>We didn\'t want to provoke these guys, we just wanted to get away from them. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"Mustafa was fearless, his eyes were all weird, he came up to a big bodyguard and asked us questions he knew we couldn\'t answer. He looked like he was on drugs.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, prosecutor Daniel Suneson has alleged that surveillance footage from a nearby restaurant was changed by the rapper\'s team to coincide with his self-defence claim. He says the unedited footage \"disproves the use of emergency defence\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although he is a free man once more, A$AP and the two other suspects arrested alongside him may be taken into custody again, as a verdict on the case is not set to be made until August 14.</p>\n<!-- /wp:paragraph -->','A$AP Rocky released from jail','','publish','closed','closed','','aap-rocky-released-from-jail','','','2019-08-07 19:57:05','2019-08-08 00:57:05','',0,'https://buzz-caribbean.com/?p=1609',0,'post','',0),(1610,6,'2019-08-02 22:14:18','2019-08-03 03:14:18','','asap-rocky-copy','','inherit','closed','closed','','asap-rocky-copy','','','2019-08-02 22:14:18','2019-08-03 03:14:18','',1609,'https://buzz-caribbean.com/app/uploads/2019/08/asap-rocky-copy.jpg',0,'attachment','image/jpeg',0),(1611,6,'2019-08-02 22:18:12','2019-08-03 03:18:12','<!-- wp:paragraph -->\n<p>A$AP Rocky has been released from jail, almost one month after he was arrested in Sweden for his alleged involvement in a fight. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1610} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/asap-rocky-copy-1024x614.jpg\" alt=\"\" class=\"wp-image-1610\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The rapper has been behind bars since July 5, after he was allegedly involved in a fight in Stockholm, Sweden, prior to a music festival.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After making his first testimony during his trial this week, he has now been released.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A$AP confirmed the news on Friday August 2, when he took to Instagram to share a touching message of gratitude towards his fans for their support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He wrote: \"THANK YOU FROM THE BOTTOM OF MY HEART TO ALL OF MY FANS, FRIENDS AND ANYONE ACROSS THE GLOBE WHO SUPPORTED ME DURING THESE LAST FEW WEEKS I CANT BEGIN TO DESCRIBE HOW GRATEFUL I AM FOR ALL OF YOU THIS HAS BEEN A VERY DIFFICULT AND HUMBLING EXPERIENCE I WANT TO THANK THE COURT FOR ALLOWING ME BLADI AND THOTO TO RETURN TO OUR FAMILY AND FRIENDS THANKS AGAIN FOR ALL OF THE LOVE AND SUPPORT (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier this week, the 30-year-old rapper detailed his side of the \"scary\" altercation that had led to his arrest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He told the court: \"Everything seemed to be going fine. Next thing I know, my security guard was lifting one of them ... [it] got a little scary\". </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p>We didn\'t want to provoke these guys, we just wanted to get away from them. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"Mustafa was fearless, his eyes were all weird, he came up to a big bodyguard and asked us questions he knew we couldn\'t answer. He looked like he was on drugs.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, prosecutor Daniel Suneson has alleged that surveillance footage from a nearby restaurant was changed by the rapper\'s team to coincide with his self-defence claim. He says the unedited footage \"disproves the use of emergency defence\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although he is a free man once more, A$AP and the two other suspects arrested alongside him may be taken into custody again, as a verdict on the case is not set to be made until August 14.</p>\n<!-- /wp:paragraph -->','A$AP Rocky released from jail','','inherit','closed','closed','','1609-revision-v1','','','2019-08-02 22:18:12','2019-08-03 03:18:12','',1609,'https://buzz-caribbean.com/article/1609-revision-v1/',0,'revision','',0),(1612,6,'2019-08-02 22:24:19','2019-08-03 03:24:19','<!-- wp:image {\"id\":1613} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/christina-milian-copy-1024x614.jpg\" alt=\"\" class=\"wp-image-1613\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Christina Milian is pregnant with her second child, and her first with boyfriend Matt Pokora.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 37-year-old singer and actress is already mother to Violet, nine, whom she has with her ex-husband and producer The Dream, but has now revealed she\'s set to become a mother for the second time, as she\'s expecting her first child with boyfriend Matt Pokora.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sharing a picture on Instagram of herself and Matt holding a sonogram, she wrote: \"New release 2020! What a blessing!\" she captioned the image. \"Let\'s do this babe @mattpokora! (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Matt - who is a French singer - also shared the same image on his own account, but in black and white.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He wrote: \"Legacy on the way! #happyman (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'Love Don\'t Cost a Thing\' actress has been dating Matt since 2017, and recently gushed over the hunk in an interview where she shared she\'s \"really happy\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1615} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-2019-08-02-at-10.20.48-PM-1-1024x614.png\" alt=\"\" class=\"wp-image-1615\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said: \"He\'s honest and we have a really great relationship. This is different than anything I\'ve ever experienced and I\'m really happy the universe brought us together.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And at the time, Christina even hinted that another child was on the cards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She added: \"I definitely want to have another child in the future. I don\'t know when it would be, but I kind of feel like because I know I want two, I know that whenever it happens, I\'ll be ready! I\'ll let God handle that!\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a separate interview last year, the \'AM to PM\' hitmaker opened up about her unique bond with Matt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"We got along so long so well from the very beginning. We have the best time together. I could spend every day with him, every moment and everything. It\'s been cool. We just have a good time.\"</p>\n<!-- /wp:paragraph -->','Christina Milian is pregnant','','publish','closed','closed','','christina-milian-is-pregnant','','','2019-08-07 19:56:30','2019-08-08 00:56:30','',0,'https://buzz-caribbean.com/?p=1612',0,'post','',0),(1613,6,'2019-08-02 22:20:02','2019-08-03 03:20:02','','christina-milian-copy','','inherit','closed','closed','','christina-milian-copy','','','2019-08-02 22:20:02','2019-08-03 03:20:02','',1612,'https://buzz-caribbean.com/app/uploads/2019/08/christina-milian-copy.jpg',0,'attachment','image/jpeg',0),(1614,6,'2019-08-02 22:21:43','2019-08-03 03:21:43','','Screenshot 2019 08 02 At 10.20.48 PM','','inherit','closed','closed','','screenshot-2019-08-02-at-10-20-48-pm','','','2019-08-02 22:21:43','2019-08-03 03:21:43','',1612,'https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-2019-08-02-at-10.20.48-PM.png',0,'attachment','image/png',0),(1615,6,'2019-08-02 22:23:48','2019-08-03 03:23:48','','Screenshot-2019-08-02-at-10.20.48-PM-1','','inherit','closed','closed','','screenshot-2019-08-02-at-10-20-48-pm-1','','','2019-08-02 22:23:48','2019-08-03 03:23:48','',1612,'https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-2019-08-02-at-10.20.48-PM-1.png',0,'attachment','image/png',0),(1616,6,'2019-08-02 22:24:03','2019-08-03 03:24:03','<!-- wp:paragraph -->\n<p>Christina Milian is pregnant with her second child, and her first with boyfriend Matt Pokora. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1613} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/christina-milian-copy-1024x614.jpg\" alt=\"\" class=\"wp-image-1613\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 37-year-old singer and actress is already mother to Violet, nine, whom she has with her ex-husband and producer The Dream, but has now revealed she\'s set to become a mother for the second time, as she\'s expecting her first child with boyfriend Matt Pokora.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sharing a picture on Instagram of herself and Matt holding a sonogram, she wrote: \"New release 2020! What a blessing!\" she captioned the image. \"Let\'s do this babe @mattpokora! (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Matt - who is a French singer - also shared the same image on his own account, but in black and white.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He wrote: \"Legacy on the way! #happyman (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'Love Don\'t Cost a Thing\' actress has been dating Matt since 2017, and recently gushed over the hunk in an interview where she shared she\'s \"really happy\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1615} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-2019-08-02-at-10.20.48-PM-1-1024x614.png\" alt=\"\" class=\"wp-image-1615\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said: \"He\'s honest and we have a really great relationship. This is different than anything I\'ve ever experienced and I\'m really happy the universe brought us together.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And at the time, Christina even hinted that another child was on the cards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She added: \"I definitely want to have another child in the future. I don\'t know when it would be, but I kind of feel like because I know I want two, I know that whenever it happens, I\'ll be ready! I\'ll let God handle that!\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a separate interview last year, the \'AM to PM\' hitmaker opened up about her unique bond with Matt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"We got along so long so well from the very beginning. We have the best time together. I could spend every day with him, every moment and everything. It\'s been cool. We just have a good time.\"</p>\n<!-- /wp:paragraph -->','Christina Milian is pregnant','','inherit','closed','closed','','1612-revision-v1','','','2019-08-02 22:24:03','2019-08-03 03:24:03','',1612,'https://buzz-caribbean.com/article/1612-revision-v1/',0,'revision','',0),(1617,21,'2019-08-05 09:12:47','2019-08-05 14:12:47','<!-- wp:paragraph -->\n<p>Many women lament that all that saturates their timelines and direct messengers are con men, thugs, Neanderthals, hustlers, panty chasers, married men and bad boys. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They claim to want to settle down with a nice guy but why then do nice guys get shafted more often than not?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The criteria for being a nice guy is as follows: being considerate, romantic, putting your partner\'s needs first, listening, openly communicating, faithful, empathetic and honest. Sounds like a dreamboat right? Then why are men who exhibit most of these qualities often overlooked for males who are cruel, critical, inconsiderate and cheating?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Women pass up potential life mates or Mr Right for Mr Right Now.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The usual refrain is that they are not hot or very attractive. They carry themselves like any regular man and no one wants regular or average.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Women want to be excited; swept off their feet and get their engines revved up. If a man does not take their breath away when they first set eyes on him, he may automatically get put in the ‘friend zone’ and not ever qualify as a potential mate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>They claim to want to settle down with a nice guy but why then do nice guys get shafted more often than not?</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Another issue women have with nice guys is that they are seen as boring. Yes, they are sweet but their conversation is believed to be mundane and run of the mill. No woman is looking for Mr Rogers or Barney Fife from Mayberry!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Because of this and more, women pass up potential life mates or Mr Right for Mr Right Now, usually with disastrous consequences but that does not stop them from keep selecting men with red flags instead of a decent human being willing to give them everything. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> You cannot turn a bad boy into your best friend  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The 1982 movie ‘The Last American Virgin’ summed it up perfectly as it chronicled how a pretty teen was with a loser of a boyfriend who got her pregnant and discarded her like an old rag. The nice guy who was saving for something important in his life, then took all his savings and gave the girl to have an abortion and start over fresh…only to see <em>Miss Ingrate</em> go back to the boy who knocked her up in the first place! Talk about devastated!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The bottom line is women need to stop choosing the same type of men who have a track record of breaking their hearts. The definition of insanity is doing the same thing over and over and expecting different results.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You cannot turn a bad boy into your best friend and no amount of sandpaper can file away his trifling ways. Look beyond the exterior and give a nice guy a chance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are sincerely looking for your ‘ever after’, that candidate may have been staring you in the face all along.</p>\n<!-- /wp:paragraph -->','Do nice guys finish last?','','publish','closed','closed','','do-nice-guys-finish-last','','','2019-08-14 18:31:44','2019-08-14 23:31:44','',0,'https://buzz-caribbean.com/?p=1617',0,'post','',0),(1618,14,'2019-08-21 11:38:09','2019-08-21 16:38:09','<!-- wp:image {\"id\":1621} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ghana-flag-1024x576.jpg\" alt=\"\" class=\"wp-image-1621\" /><figcaption>Ghanaian flag (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>‘The Year of Return’ is here and\nexperiencing Ghana is a rather exciting prospect for the average Jamaican.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kissed by the Atlantic Ocean, Ghana is\nblessed with idyllic beaches, cosmopolitan cities, and remote nature reserves\nfull of exotic wildlife.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1622} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/map-of-ghana-west-africa.jpg\" alt=\"\" class=\"wp-image-1622\" /><figcaption>Map of West Africa highlighting Ghana (Photo: Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For Jamaicans who would want to begin their journey across the Atlantic, now that visa-free restrictions between the two countries no longer exist, therein comes another issue:&nbsp;<strong><em>What. To. Do?!</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ghana has the reputation of being one of the friendliest countries in Africa and many recommend it as an excellent entry point for first-time travelers to the continent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Luckily for us, there are many\nsimilarities between Jamaica and Ghana – to the point some have been surprised\nthe country almost feels ‘like home’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So similar is the West African nation\nthat many consider Ghana to be the ‘most Jamaican’ of any country on the\ncontinent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whether you’ve already booked your first flight and are gearing up for a new adventure, or just looking for a refreshing change in scenery,&nbsp;<strong>BUZZ</strong>&nbsp;presents five places, sights and attractions you must go on your visit to Ghana:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":325} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jamaica-passport-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-325\" /><figcaption>Jamaican passports (Photo: Shea Powell, WorldUpCloser.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Kokrobite</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1624} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kokrobrite-accra-ghana-1024x614.jpg\" alt=\"\" class=\"wp-image-1624\" /><figcaption>Photo: PolarSteps.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>1.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If\nyou’re a beach lover, feel compelled to feed your inner adrenaline junkie on\nthe open ocean, then Ghana\'s most popular beaches are the first stop! Located\naround Kokrobite, these pristine sands are home to the particularly beautiful\nLangma Beach.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1625} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kokrobrite-accra-ghana-2-1024x575.jpg\" alt=\"\" class=\"wp-image-1625\" /><figcaption>Photo: TripAdvisor.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kokrobite is a quick 20-mile ride away\nfrom the capital, Accra. While there, be sure to check out the popular\nbeachfront hotel, Big Milly\'s Backyard, which offers laidback accommodations –\ncomplete with a friendly bar and restaurant where backpackers, volunteers, and\nGhanaian Rastafarians chill out.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1626,5120]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kokrobrite-accra-ghana-3-1024x681.jpg\" alt=\"\" data-id=\"1626\" class=\"wp-image-1626\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/big-millys-backyard-buzz-demo.jpg\" alt=\"\" data-id=\"5120\" data-link=\"https://buzz-caribbean.com/?attachment_id=5120\" class=\"wp-image-5120\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:heading -->\n<h2>Accra</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1623} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/accra-at-night-1024x808.jpg\" alt=\"\" class=\"wp-image-1623\" /><figcaption>The skyline of Accra, the heart of Ghana, illuminated at night (Photo: Pinterest)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>2.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Catering\nto the shopaholics, culture junkies and history-buffs, Ghana\'s vibrant capital\nof Accra is a sprawling city, and is considered one of Africa\'s safest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1629} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/makola-market-accra-ghana-2-1024x768.jpg\" alt=\"\" class=\"wp-image-1629\" /><figcaption>Women trading textiles and other fabrics wait for customers at the iconic Makola Market in Accra (Photo: Pinterest)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One possible way to pass the time is to\nbargain with vendors in the iconic Makola Market —a central hub selling\neverything from fresh produce to local arts and crafts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5122} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/makola-market-accra-ghana-1-1024x683.jpg\" alt=\"\" class=\"wp-image-5122\" /><figcaption>Makola Market during rush hour (Photo: Erin Johnson, Flickr)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Other things to do in Accra include a\nvisit to the National Museum of Ghana, where the legacies of the Ashanti\nKingdom and the transatlantic slave trade are housed in beautiful displays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/national-museum-ghana-from-1st-floor-1024x614.jpg\" alt=\"\" class=\"wp-image-1630\" /><figcaption>Photo: Wikipedia</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Take a trek down Accra’s many scenic\nbeaches, and rock to the vibrations of local and Jamaican Reggae on Labadi\nBeach, Coco Beach, and Bojo Beach.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Kakum National Park</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1631} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kakum-nature-reserve-ghana-1024x682.jpg\" alt=\"\" class=\"wp-image-1631\" /><figcaption>Photo: Ghana Tourism Authority</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>3.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Similar\nto our Blue Mountain Forest Reserve, the Kakum National Park is a dense\ntropical rainforest on Cape Coast in southern Ghana.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The forest – home to more than 40 mammal\nspecies including forest elephants, forest buffalo, meerkats, and civets – also\nhosts a thriving birdlife population, with over 250 different species recorded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For hikers and nature enthusiasts, the best highlight of any visit to Kakum is a stroll on the Canopy Walkway (pictured above). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1633} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kakum-nature-reserve-ghana-2-1-1024x576.jpg\" alt=\"\" class=\"wp-image-1633\" /><figcaption>Curious monkeys look on from the safety of treetops in the Kakum National Park (Photo: The Business Year)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Suspended 100 feet (30 meters) above the ground, this 350-meter walkway will have you cross several bridges as it offers a unique perspective of the park\'s flora and fauna.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Cape Coast Castle</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":5123} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cape-coast-castle-ghana-buzz-demo-1024x723.jpg\" alt=\"\" class=\"wp-image-5123\" /><figcaption>Still perfectly preserved against the Atlantic Coast, stands Ghana\'s tragic reminder of its past ties to slavery, the Cape Coast Castle (Photo: TouringGhana.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>4.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Speaking\nof journeys across the Atlantic, step back into a darker period in time at the\nCape Coast Castle, one of the largest forts still perfectly preserved in Ghana.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Built in 1653 for the Swedish Africa\nCompany, this building was originally used as a trading post for the timber and\ngold industries. Dutch and the British colonisers expanded the castle’s\nfootprint later, as it served as an essential holding station for enslaved\nAfricans bound for the Americas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5124} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cape-coast-castle-door-of-no-return-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-5124\" /><figcaption>The entrance to the ominous \'Door of No Return\' at the Cape Coast Castle (Photo: Olivia Burton, tyglobalist.org)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Cape Coast Castle is now a museum\nfull of information about Ghana\'s history, the slave trade, and local culture.\nTours take you through the dungeons and the \"door of no return,\"\nthrough which the castle\'s enslaved blacks once passed, never to see Africa\nagain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Paga Crocodile Sanctuary</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This\nlast visit is NOT for the faint-hearted or for anyone squeamish, as it is\nstrange and unusual.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5125} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/paga-crocodile-1-1024x683.jpg\" alt=\"\" class=\"wp-image-5125\" /><figcaption>Two tourists prove the point of a carefree Paga resident (standing) that the pond\'s crocodiles are \'totally harmless\' (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the cusp of Ghana’s northern border lies the town of Paga, nestled right up against Burkina Faso. If that wasn’t uniquely qualifying for the village, Paga sits on a sacred crocodile pond, where locals believe that reptiles hold the souls of the deceased.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Paga’s crocodiles are considered sacred\nand protected and are allegedly as safe as any domesticated pet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5127} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/paga-crocodile-2-1024x683.jpg\" alt=\"\" class=\"wp-image-5127\" /><figcaption>NOPE! Paga\'s crocodiles are harmless but would you pet one, BUZZ fam? (Photo: Indefinite Detour)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a Jamaican, Paga’s regular\ninteractions might just be a tad extreme, but for the locals and the 110\ncrocodiles in the main sanctuary – life is a breeze.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The fact that no one has ever been\nharmed by one of the crocodiles is an achievement more stunning that any feat\nat the Black River Safari.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With dozens more tourist and cultural\nexperiences to choose from, knowing where to start your adventure in Ghana can\nbe difficult.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5128} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/see-ghana-feel-ghana-logo-1024x576.jpg\" alt=\"\" class=\"wp-image-5128\" /><figcaption>Visit Ghana\'s official slogan and logo (Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But whether you\'re exploring a historic\ncastle, surfing world-class waves, or heading out on a safari, the experiences\nyou\'ll have in Ghana will surely remind you of Jamaica in more ways than one.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whenever and wherever you decide to\nembark on the ‘Year of Return’, we hope you #seeGhana #feelGhana!</p>\n<!-- /wp:paragraph -->','BUZZ Travel: Things to do in Ghana','','publish','closed','closed','','buzz-travel-things-to-do-in-ghana','','','2019-08-21 11:39:49','2019-08-21 16:39:49','',0,'https://buzz-caribbean.com/?p=1618',0,'post','',0),(1619,11,'2019-08-05 09:12:47','2019-08-05 14:12:47','<!-- wp:paragraph -->\n<p>Many women lament that all that saturates their timelines and direct messengers are con men, thugs, Neanderthals, hustlers, panty chasers, married men and bad boys. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They claim to want to settle down with a nice guy but why then do nice guys get shafted more often than not?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The criteria for being a nice guy is as follows: being considerate, romantic, putting your partner\'s needs first, listening, openly communicating, faithful, empathetic and honest. Sounds like a dreamboat right? Then why are men who exhibit most of these qualities often overlooked for males who are cruel, critical, inconsiderate and cheating?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Women pass up potential life mates or Mr Right for Mr Right Now.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The usual refrain is that they are not hot or very attractive. They carry themselves like any regular man and no one wants regular or average.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Women want to be excited; swept off their feet and get their engines revved up. If a man does not take their breath away when they first set eyes on him, he may automatically get put in the ‘friend zone’ and not ever qualify as a potential mate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>They claim to want to settle down with a nice guy but why then do nice guys get shafted more often than not?</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Another issue women have with nice guys is that they are seen as boring. Yes, they are sweet but their conversation is believed to be mundane and run of the mill. No woman is looking for Mr Rogers or Barney Fife from Mayberry!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Because of this and more, women pass up potential life mates or Mr Right for Mr Right Now, usually with disastrous consequences but that does not stop them from keep selecting men with red flags instead of a decent human being willing to give them everything. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> You cannot turn a bad boy into your best friend  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The 1982 movie ‘The Last American Virgin’ summed it up perfectly as it chronicled how a pretty teen was with a loser of a boyfriend who got her pregnant and discarded her like an old rag. The nice guy who was saving for something important in his life, then took all his savings and gave the girl to have an abortion and start over fresh…only to see <em>Miss Ingrate</em> go back to the boy who knocked her up in the first place! Talk about devastated!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The bottom line is women need to stop choosing the same type of men who have a track record of breaking their hearts. The definition of insanity is doing the same thing over and over and expecting different results.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You cannot turn a bad boy into your best friend and no amount of sandpaper can file away his trifling ways. Look beyond the exterior and give a nice guy a chance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are sincerely looking for your ‘ever after’, that candidate may have been staring you in the face all along.</p>\n<!-- /wp:paragraph -->','Do nice guys finish last?','','inherit','closed','closed','','1617-revision-v1','','','2019-08-05 09:12:47','2019-08-05 14:12:47','',1617,'https://buzz-caribbean.com/article/1617-revision-v1/',0,'revision','',0),(1620,21,'2019-08-05 10:23:27','2019-08-05 15:23:27','<!-- wp:paragraph -->\n<p>One of your earliest childhood memories might include hearing your horoscope predictions on the radio in the memories. They would provide detailed insight on what to look out for or do in order to have a great day. Some were even warned that it would be a bad day...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1635} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Radio-Volume-1024x683.jpg\" alt=\"\" class=\"wp-image-1635\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Though we may still listen, most of the time within five minutes we\'ve forgotten all about it, as we do not take it seriously enough to make a conscious effort to live by its lessons. But is there any truth linked to our zodiac signs or should we see them as just being fun?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1636} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Zodiac-Signs-1024x683.jpg\" alt=\"\" class=\"wp-image-1636\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many people seek answers about life’s myriad of questions from theories and astrology is one of them. Though some do not consider it real science, that does not negate its popularity or its power to sway individuals who turn to the predictions in the movement of the celestial bodies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1637} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/astrology-astronomy-background-1024x577.jpg\" alt=\"\" class=\"wp-image-1637\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From the beginning of time, man has looked to the skies to map out his life. Farmers have seen the skies as nature’s calendar from the time of Ancient Egyptians. In mid-July, the rising of Sirius, the biggest star in the night, was seen as a sign of imminent flooding of the River Nile. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1638} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sirius.jpg\" alt=\"\" class=\"wp-image-1638\" /><figcaption>Sirius is one of the brightest stars in the sky (Photo: Akira Fujii/NASA/ESA/Wikimedia Commons)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Travellers used the skies as a compass, following the stars to know where to go. Indeed even the three wise men in the Bible followed the star to baby Jesus. Historically stars have always held importance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your Zodiac sign is said to correspond with the position of the sun relative to constellations as they appeared hundreds of years ago. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The path of the sun as it is believed from the revolving Earth passes through the constellations that formed the Zodiac: <strong><em>Aries, Taurus, Gemini, Cancer, Leo, Virgo, Libra, Scorpio, Sagittarius, Capricorn, Aquarius and Pisces</em></strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interestingly, there is actually a 13th constellation called Ophiuchus (<em>pronounced, “o-few-cus.”</em>) that astrologers have discarded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1642} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ophiuchus.jpg\" alt=\"\" class=\"wp-image-1642\" /><figcaption>The constellation Ophiuchus sometimes known as the Zodiac’s 13th or forgotten constellation. <em>(Photo: astronomytrek.com)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While all of this sounds pretty nifty, the real question is, is there any real evidence of our birth signs holding any meaning over our personalities and lives? Well, some people swear that what was foretold in their horoscope came true and with such regularity that it cannot be dismissed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>A newspaper outlet admitting that someone concocts the little gems...with no real scientific basis at all. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>However, anyone can construct a horoscope with a little knowledge which is what gives astrology such a bad name. There has been a case of a newspaper outlet admitting that someone concocts the little gems, written in ways to give a little pep talk and hope, but with no real scientific basis at all. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are particularly perceptive, you may have noticed that in the past some of the information shared is recurring or repeated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the end, it is different strokes (or signs) for different folks. People will believe what they want and men will forever use it as their pick up line.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1653,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Whats-your-sign.jpg\" alt=\"\" class=\"wp-image-1653\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Do you believe in horoscopes?</em></p>\n<!-- /wp:paragraph -->','What’s your sign?','','publish','open','closed','','whats-your-sign','','','2019-08-14 19:53:55','2019-08-15 00:53:55','',0,'https://buzz-caribbean.com/?p=1620',0,'post','',0),(1621,14,'2019-08-05 09:14:28','2019-08-05 14:14:28','','ghana-flag','','inherit','closed','closed','','ghana-flag','','','2019-08-05 09:14:28','2019-08-05 14:14:28','',1618,'https://buzz-caribbean.com/app/uploads/2019/08/ghana-flag.jpg',0,'attachment','image/jpeg',0),(1622,14,'2019-08-05 09:24:16','2019-08-05 14:24:16','','map-of-ghana-west-africa','','inherit','closed','closed','','map-of-ghana-west-africa','','','2019-08-05 09:24:16','2019-08-05 14:24:16','',1618,'https://buzz-caribbean.com/app/uploads/2019/08/map-of-ghana-west-africa.jpg',0,'attachment','image/jpeg',0),(1623,14,'2019-08-05 09:28:49','2019-08-05 14:28:49','','accra-at-night','','inherit','closed','closed','','accra-at-night','','','2019-08-05 09:28:49','2019-08-05 14:28:49','',1618,'https://buzz-caribbean.com/app/uploads/2019/08/accra-at-night.jpg',0,'attachment','image/jpeg',0),(1624,14,'2019-08-05 09:33:21','2019-08-05 14:33:21','','kokrobrite-accra-ghana','','inherit','closed','closed','','kokrobrite-accra-ghana','','','2019-08-05 09:33:21','2019-08-05 14:33:21','',1618,'https://buzz-caribbean.com/app/uploads/2019/08/kokrobrite-accra-ghana.jpg',0,'attachment','image/jpeg',0),(1625,14,'2019-08-05 09:33:44','2019-08-05 14:33:44','','kokrobrite-accra-ghana-2','','inherit','closed','closed','','kokrobrite-accra-ghana-2','','','2019-08-05 09:33:44','2019-08-05 14:33:44','',1618,'https://buzz-caribbean.com/app/uploads/2019/08/kokrobrite-accra-ghana-2.jpg',0,'attachment','image/jpeg',0),(1626,14,'2019-08-05 09:33:59','2019-08-05 14:33:59','','kokrobrite-accra-ghana-3','','inherit','closed','closed','','kokrobrite-accra-ghana-3','','','2019-08-05 09:33:59','2019-08-05 14:33:59','',1618,'https://buzz-caribbean.com/app/uploads/2019/08/kokrobrite-accra-ghana-3.jpg',0,'attachment','image/jpeg',0),(1627,14,'2019-08-05 09:42:20','2019-08-05 14:42:20','','accra-at-night-1','','inherit','closed','closed','','accra-at-night-1','','','2019-08-05 09:42:20','2019-08-05 14:42:20','',1618,'https://buzz-caribbean.com/app/uploads/2019/08/accra-at-night-1.jpg',0,'attachment','image/jpeg',0),(1628,14,'2019-08-05 09:43:08','2019-08-05 14:43:08','','makola-market-accra-ghana','','inherit','closed','closed','','makola-market-accra-ghana','','','2019-08-05 09:43:08','2019-08-05 14:43:08','',1618,'https://buzz-caribbean.com/app/uploads/2019/08/makola-market-accra-ghana.jpg',0,'attachment','image/jpeg',0),(1629,14,'2019-08-05 09:43:27','2019-08-05 14:43:27','','makola-market-accra-ghana-2','','inherit','closed','closed','','makola-market-accra-ghana-2','','','2019-08-05 09:43:27','2019-08-05 14:43:27','',1618,'https://buzz-caribbean.com/app/uploads/2019/08/makola-market-accra-ghana-2.jpg',0,'attachment','image/jpeg',0),(1630,14,'2019-08-05 09:44:45','2019-08-05 14:44:45','','national-museum-ghana-from-1st-floor','','inherit','closed','closed','','national-museum-ghana-from-1st-floor','','','2019-08-05 09:44:45','2019-08-05 14:44:45','',1618,'https://buzz-caribbean.com/app/uploads/2019/08/national-museum-ghana-from-1st-floor.jpg',0,'attachment','image/jpeg',0),(1631,14,'2019-08-05 09:45:08','2019-08-05 14:45:08','','kakum-nature-reserve-ghana','','inherit','closed','closed','','kakum-nature-reserve-ghana','','','2019-08-05 09:45:08','2019-08-05 14:45:08','',1618,'https://buzz-caribbean.com/app/uploads/2019/08/kakum-nature-reserve-ghana.jpg',0,'attachment','image/jpeg',0),(1632,14,'2019-08-05 09:45:21','2019-08-05 14:45:21','','kakum-nature-reserve-ghana-2','','inherit','closed','closed','','kakum-nature-reserve-ghana-2','','','2019-08-05 09:45:21','2019-08-05 14:45:21','',1618,'https://buzz-caribbean.com/app/uploads/2019/08/kakum-nature-reserve-ghana-2.jpg',0,'attachment','image/jpeg',0),(1633,14,'2019-08-05 09:47:41','2019-08-05 14:47:41','','kakum-nature-reserve-ghana-2-1','','inherit','closed','closed','','kakum-nature-reserve-ghana-2-1','','','2019-08-05 09:47:41','2019-08-05 14:47:41','',1618,'https://buzz-caribbean.com/app/uploads/2019/08/kakum-nature-reserve-ghana-2-1.jpg',0,'attachment','image/jpeg',0),(1634,14,'2019-08-05 09:49:09','2019-08-05 14:49:09','<!-- wp:image {\"id\":1621} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ghana-flag-1024x576.jpg\" alt=\"\" class=\"wp-image-1621\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>‘The Year of Return’ is here and\nexperiencing Ghana is a rather exciting prospect for the average Jamaican.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kissed by the Atlantic Ocean, Ghana is\nblessed with idyllic beaches, cosmopolitan cities, and remote nature reserves\nfull of exotic wildlife.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1622} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/map-of-ghana-west-africa.jpg\" alt=\"\" class=\"wp-image-1622\" /><figcaption>Map of West Africa highlighting Ghana (Photo contributed, Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For Jamaicans who would want to begin their journey across the Atlantic, now that visa-free restrictions between the two countries no longer exist, therein comes another issue: <strong><em>What. To. Do?!</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ghana has the reputation of being one of the friendliest countries in Africa and many recommend it as an excellent entry point for first-time travelers to the continent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Luckily for us, there are many\nsimilarities between Jamaica and Ghana – to the point some have been surprised\nthe country almost feels ‘like home’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whether you’ve already booked your first flight and are gearing up for a new adventure, or just looking for a refreshing change in scenery, <strong><em>BUZZ</em></strong> presents five places, sights and attractions you must go on your visit to Ghana:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So similar is the West African nation\nthat many consider Ghana to be the ‘most Jamaican’ of any country on the\ncontinent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":325} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jamaica-passport-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-325\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Kokrobite</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1624} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kokrobrite-accra-ghana-1024x614.jpg\" alt=\"\" class=\"wp-image-1624\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>1.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If\nyou’re a beach lover, feel compelled to feed your inner adrenaline junkie on\nthe open ocean, then Ghana\'s most popular beaches are the first stop! Located\naround Kokrobite, these pristine sands are home to the particularly beautiful\nLangma Beach.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1625} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kokrobrite-accra-ghana-2-1024x575.jpg\" alt=\"\" class=\"wp-image-1625\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kokrobite is a quick 20-mile ride away\nfrom the capital, Accra. While there, be sure to check out the popular\nbeachfront hotel, Big Milly\'s Backyard, which offers laidback accommodations –\ncomplete with a friendly bar and restaurant where backpackers, volunteers, and\nGhanaian Rastafarians chill out.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1626} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kokrobrite-accra-ghana-3-1024x681.jpg\" alt=\"\" class=\"wp-image-1626\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Accra</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1623} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/accra-at-night-1024x808.jpg\" alt=\"\" class=\"wp-image-1623\" /><figcaption>The skyline of Accra, the heart of Ghana, illuminated at night (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>2.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Catering\nto the shopaholics, culture junkies and history-buffs, Ghana\'s vibrant capital\nof Accra is a sprawling city, and is considered one of Africa\'s safest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1629} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/makola-market-accra-ghana-2-1024x768.jpg\" alt=\"\" class=\"wp-image-1629\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One possible way to pass the time is to\nbargain with vendors in the iconic Makola Market —a central hub selling\neverything from fresh produce to local arts and crafts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1628} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/makola-market-accra-ghana-1024x576.jpg\" alt=\"\" class=\"wp-image-1628\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Other things to do in Accra include a\nvisit to the National Museum of Ghana, where the legacies of the Ashanti\nKingdom and the transatlantic slave trade are housed in beautiful displays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/national-museum-ghana-from-1st-floor-1024x614.jpg\" alt=\"\" class=\"wp-image-1630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Take a trek down Accra’s many scenic\nbeaches, and rock to the vibrations of local and Jamaican Reggae on Labadi\nBeach, Coco Beach, and Bojo Beach.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Kakum National Park</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1631} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kakum-nature-reserve-ghana-1024x682.jpg\" alt=\"\" class=\"wp-image-1631\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>3.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Similar\nto our Blue Mountain Forest Reserve, the Kakum National Park is a dense\ntropical rainforest on Cape Coast in southern Ghana.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The forest – home to more than 40 mammal\nspecies including forest elephants, forest buffalo, meerkats, and civets – also\nhosts a thriving birdlife population, with over 250 different species recorded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For hikers and nature enthusiasts, the best highlight of any visit to Kakum is a stroll on the Canopy Walkway (pictured above). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1633} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kakum-nature-reserve-ghana-2-1-1024x576.jpg\" alt=\"\" class=\"wp-image-1633\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Suspended 100 feet (30 meters) above the ground, this 350-meter walkway will have you cross several bridges as it offers a unique perspective of the park\'s flora and fauna. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Cape Coast Castle</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>4.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Speaking\nof journeys across the Atlantic, step back into a darker period in time at the\nCape Coast Castle, one of the largest forts still perfectly preserved in Ghana.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Built in 1653 for the Swedish Africa\nCompany, this building was originally used as a trading post for the timber and\ngold industries. Dutch and the British colonisers expanded the castle’s\nfootprint later, as it served as an essential holding station for enslaved\nAfricans bound for the Americas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Cape Coast Castle is now a museum\nfull of information about Ghana\'s history, the slave trade, and local culture.\nTours take you through the dungeons and the \"door of no return,\"\nthrough which the castle\'s enslaved blacks once passed, never to see Africa\nagain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Paga Crocodile Sanctuary</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This\nlast visit is NOT for the faint-hearted or for anyone squeamish, as it is\nstrange and unusual.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the cusp of Ghana’s northern border\nlies the town of Paga, nestled right up against Burkina Faso. If that wasn’t\nuniquely qualifying for the village, Paga sits on a sacred crocodile pond,\nwhere locals believe that reptiles hold the souls of the deceased.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Paga’s crocodiles are considered sacred\nand protected and are allegedly as safe as any domesticated pet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a Jamaican, Paga’s regular\ninteractions might just be a tad extreme, but for the locals and the 110\ncrocodiles in the main sanctuary – life is a breeze.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The fact that no one has ever been\nharmed by one of the crocodiles is an achievement more stunning that any feat\nat the Black River Safari.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With dozens more tourist and cultural\nexperiences to choose from, knowing where to start your adventure in Ghana can\nbe difficult.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But whether you\'re exploring a historic\ncastle, surfing world-class waves, or heading out on a safari, the experiences\nyou\'ll have in Ghana will surely remind you of Jamaica in more ways than one.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whenever and wherever you decide to\nembark on the ‘Year of Return’, we hope you #seeGhana #feelGhana!</p>\n<!-- /wp:paragraph -->','BUZZ Travel: Things to do in Ghana','','inherit','closed','closed','','1618-revision-v1','','','2019-08-05 09:49:09','2019-08-05 14:49:09','',1618,'https://buzz-caribbean.com/article/1618-revision-v1/',0,'revision','',0),(1635,11,'2019-08-05 09:52:41','2019-08-05 14:52:41','','Radio-Volume','','inherit','closed','closed','','radio-volume','','','2019-08-05 09:52:41','2019-08-05 14:52:41','',1620,'https://buzz-caribbean.com/app/uploads/2019/08/Radio-Volume.jpg',0,'attachment','image/jpeg',0),(1636,11,'2019-08-05 09:52:55','2019-08-05 14:52:55','','Zodiac-Signs','','inherit','closed','closed','','zodiac-signs','','','2019-08-05 09:52:55','2019-08-05 14:52:55','',1620,'https://buzz-caribbean.com/app/uploads/2019/08/Zodiac-Signs.jpg',0,'attachment','image/jpeg',0),(1637,11,'2019-08-05 09:54:07','2019-08-05 14:54:07','','astrology-astronomy-background','','inherit','closed','closed','','astrology-astronomy-background','','','2019-08-05 09:54:07','2019-08-05 14:54:07','',1620,'https://buzz-caribbean.com/app/uploads/2019/08/astrology-astronomy-background.jpg',0,'attachment','image/jpeg',0),(1638,11,'2019-08-05 09:55:52','2019-08-05 14:55:52','','Sirius','','inherit','closed','closed','','sirius','','','2019-08-05 09:55:52','2019-08-05 14:55:52','',1620,'https://buzz-caribbean.com/app/uploads/2019/08/Sirius.jpg',0,'attachment','image/jpeg',0),(1640,9,'2019-08-14 19:21:21','2019-08-15 00:21:21','<!-- wp:image {\"id\":1643} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/icey-A-1024x683.jpg\" alt=\"\" class=\"wp-image-1643\" /><figcaption>Chris Campbell (left) captures shots during Jah Cure\'s (right) music video.  <br>(Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For 33-year-old&nbsp; film director Christopher ‘Icey Jace’ Campbell, watching music videos as a child was merely a hobby, and never in a million years did he ever imagine the day would come when he would be behind the camera.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Growing up in the early 90s, cable TV was a privilege I didn\'t have outside of the few stations we would pick up from the neighbours,” Campbell said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1644} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/30688783_10156332880774722_4940333316734713856_o-683x1024.jpg\" alt=\"\" class=\"wp-image-1644\" /><figcaption>Chris Campbell left banking to work in the music industry. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of those stations was B.E.T, which would showcase the best hip hop and R&amp;B music videos, something Campbell found a special interest in.<br> <br>After graduating from Jamaica College and later Excelsior Community College (EXED), Campbell landed his first job at RBTT Bank (Sagicor Bank) in Kingston, Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=BUCTrcSGvsU\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=BUCTrcSGvsU\n</div><figcaption>Ding Dong\'s \'Lebeh Lebeh\' is one of the many videos Chris Campbell has directed. </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“I started working shortly after (getting the offer), but I was still searching for something I was passionate about because banking just wasn\'t it,\" Campbell said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As fate would have it, he would meet someone who would bring him closer to his true purpose.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I was still searching for something I was passionate about because banking just wasn\'t it.\"</p><cite>- Chris Campbell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I remember there was always this one customer who would come in with two phones in her hand, and they were always ringing. Months later, I found out it was Sharon Burke of Solid Agency,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After months of interning, Burke offered him a job at her agency. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I started out doing bios for artistes, but in no time, I basically made a name for myself there as the go-to person for promotions,\" Campbell said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1646} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/icey-B-1024x683.jpg\" alt=\"\" class=\"wp-image-1646\" /><figcaption>Chris Campbell stoops to get the perfect shot. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Three years later, Campbell would add video production to his resume. <br> <br>“The first video camera I ever held was put in my care by Sharon Burke to do endorsement videos for her Fully Loaded, and after that, I just couldn’t stop shooting,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I remember one day Elephant Man asked me to do a\nvideo drop, and we ended up shooting a low budget music video that day. That\nwas when I knew this is what I really wanted to do.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“The first video camera I ever held was put in my care by Sharon Burke to do endorsement videos for her Fully Loaded.\" </p><cite>- Chris Campbell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>His next big gig was doing the music video for Leftside’s popular track, <strong>Phat P*nani</strong>. That project also led to him working with Baby Cham. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the requests now rolling in, Campbell decided to\nform his video production company, Icey Jace Film Factory. And in 2010, he won\nthe Director Avante Garde award at the CariVibeTV Awards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1647} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_20190614_122826_718.jpg\" alt=\"\" class=\"wp-image-1647\" /><figcaption>Beenie Man (seated) is one of the many entertainers Chris Campbell has worked with.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Prior to that award, I would often feel like the\ngood work would go unnoticed. But it shows that often times people are paying\nattention,” Campbell said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Years later, with videos for big names artistes like Wayne Wonder, Spice,<br>Ding Dong, Bounty Killer, Beenie Man, Jah Cure, Queen Ifrica and Charly<br>Black to his credit, Campbell would again receive public accolades with<br>two nominations at the 2017 and 2018 YVA Awards, first for Director of<br>the Year, and then for Video Concept of the Year.</p>\n<!-- /wp:paragraph -->','From banking to film: Icey Jace shares his journey','','publish','closed','closed','','from-banking-to-film-icey-jace-shares-his-journey','','','2019-08-14 22:02:50','2019-08-15 03:02:50','',0,'https://buzz-caribbean.com/?p=1640',0,'post','',0),(1641,9,'2019-08-05 10:08:00','2019-08-05 15:08:00','','IMG_20190713_165834_546','','inherit','closed','closed','','img_20190713_165834_546','','','2019-08-05 10:08:00','2019-08-05 15:08:00','',1640,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_20190713_165834_546.jpg',0,'attachment','image/jpeg',0),(1642,11,'2019-08-05 10:09:17','2019-08-05 15:09:17','','Ophiuchus','','inherit','closed','closed','','ophiuchus','','','2019-08-05 10:09:17','2019-08-05 15:09:17','',1620,'https://buzz-caribbean.com/app/uploads/2019/08/Ophiuchus.jpg',0,'attachment','image/jpeg',0),(1643,9,'2019-08-05 10:12:49','2019-08-05 15:12:49','','icey-A','','inherit','closed','closed','','icey-a','','','2019-08-05 10:12:49','2019-08-05 15:12:49','',1640,'https://buzz-caribbean.com/app/uploads/2019/08/icey-A.jpg',0,'attachment','image/jpeg',0),(1644,9,'2019-08-05 10:14:02','2019-08-05 15:14:02','','30688783_10156332880774722_4940333316734713856_o','','inherit','closed','closed','','30688783_10156332880774722_4940333316734713856_o','','','2019-08-05 10:14:02','2019-08-05 15:14:02','',1640,'https://buzz-caribbean.com/app/uploads/2019/08/30688783_10156332880774722_4940333316734713856_o.jpg',0,'attachment','image/jpeg',0),(1645,9,'2019-08-05 10:14:40','2019-08-05 15:14:40','','IMG_20190713_165834_546-1','','inherit','closed','closed','','img_20190713_165834_546-1','','','2019-08-05 10:14:40','2019-08-05 15:14:40','',1640,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_20190713_165834_546-1.jpg',0,'attachment','image/jpeg',0),(1646,9,'2019-08-05 10:17:02','2019-08-05 15:17:02','','icey-B','','inherit','closed','closed','','icey-b','','','2019-08-05 10:17:02','2019-08-05 15:17:02','',1640,'https://buzz-caribbean.com/app/uploads/2019/08/icey-B.jpg',0,'attachment','image/jpeg',0),(1647,9,'2019-08-05 10:17:38','2019-08-05 15:17:38','','IMG_20190614_122826_718','','inherit','closed','closed','','img_20190614_122826_718','','','2019-08-05 10:17:38','2019-08-05 15:17:38','',1640,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_20190614_122826_718.jpg',0,'attachment','image/jpeg',0),(1648,14,'2019-08-05 10:19:06','2019-08-05 15:19:06','<!-- wp:image {\"id\":1621} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ghana-flag-1024x576.jpg\" alt=\"\" class=\"wp-image-1621\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>‘The Year of Return’ is here and\nexperiencing Ghana is a rather exciting prospect for the average Jamaican.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kissed by the Atlantic Ocean, Ghana is\nblessed with idyllic beaches, cosmopolitan cities, and remote nature reserves\nfull of exotic wildlife.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1622} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/map-of-ghana-west-africa.jpg\" alt=\"\" class=\"wp-image-1622\" /><figcaption>Map of West Africa highlighting Ghana (Photo contributed, Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For Jamaicans who would want to begin their journey across the Atlantic, now that visa-free restrictions between the two countries no longer exist, therein comes another issue: <strong><em>What. To. Do?!</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ghana has the reputation of being one of the friendliest countries in Africa and many recommend it as an excellent entry point for first-time travelers to the continent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Luckily for us, there are many\nsimilarities between Jamaica and Ghana – to the point some have been surprised\nthe country almost feels ‘like home’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So similar is the West African nation\nthat many consider Ghana to be the ‘most Jamaican’ of any country on the\ncontinent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whether you’ve already booked your first flight and are gearing up for a new adventure, or just looking for a refreshing change in scenery, <strong><em>BUZZ</em></strong> presents five places, sights and attractions you must go on your visit to Ghana:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":325} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jamaica-passport-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-325\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Kokrobite</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1624} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kokrobrite-accra-ghana-1024x614.jpg\" alt=\"\" class=\"wp-image-1624\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>1.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If\nyou’re a beach lover, feel compelled to feed your inner adrenaline junkie on\nthe open ocean, then Ghana\'s most popular beaches are the first stop! Located\naround Kokrobite, these pristine sands are home to the particularly beautiful\nLangma Beach.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1625} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kokrobrite-accra-ghana-2-1024x575.jpg\" alt=\"\" class=\"wp-image-1625\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kokrobite is a quick 20-mile ride away\nfrom the capital, Accra. While there, be sure to check out the popular\nbeachfront hotel, Big Milly\'s Backyard, which offers laidback accommodations –\ncomplete with a friendly bar and restaurant where backpackers, volunteers, and\nGhanaian Rastafarians chill out.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1626} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kokrobrite-accra-ghana-3-1024x681.jpg\" alt=\"\" class=\"wp-image-1626\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Accra</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1623} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/accra-at-night-1024x808.jpg\" alt=\"\" class=\"wp-image-1623\" /><figcaption>The skyline of Accra, the heart of Ghana, illuminated at night (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>2.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Catering\nto the shopaholics, culture junkies and history-buffs, Ghana\'s vibrant capital\nof Accra is a sprawling city, and is considered one of Africa\'s safest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1629} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/makola-market-accra-ghana-2-1024x768.jpg\" alt=\"\" class=\"wp-image-1629\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One possible way to pass the time is to\nbargain with vendors in the iconic Makola Market —a central hub selling\neverything from fresh produce to local arts and crafts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1628} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/makola-market-accra-ghana-1024x576.jpg\" alt=\"\" class=\"wp-image-1628\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Other things to do in Accra include a\nvisit to the National Museum of Ghana, where the legacies of the Ashanti\nKingdom and the transatlantic slave trade are housed in beautiful displays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/national-museum-ghana-from-1st-floor-1024x614.jpg\" alt=\"\" class=\"wp-image-1630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Take a trek down Accra’s many scenic\nbeaches, and rock to the vibrations of local and Jamaican Reggae on Labadi\nBeach, Coco Beach, and Bojo Beach.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Kakum National Park</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1631} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kakum-nature-reserve-ghana-1024x682.jpg\" alt=\"\" class=\"wp-image-1631\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>3.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Similar\nto our Blue Mountain Forest Reserve, the Kakum National Park is a dense\ntropical rainforest on Cape Coast in southern Ghana.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The forest – home to more than 40 mammal\nspecies including forest elephants, forest buffalo, meerkats, and civets – also\nhosts a thriving birdlife population, with over 250 different species recorded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For hikers and nature enthusiasts, the best highlight of any visit to Kakum is a stroll on the Canopy Walkway (pictured above). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1633} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kakum-nature-reserve-ghana-2-1-1024x576.jpg\" alt=\"\" class=\"wp-image-1633\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Suspended 100 feet (30 meters) above the ground, this 350-meter walkway will have you cross several bridges as it offers a unique perspective of the park\'s flora and fauna. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Cape Coast Castle</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>4.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Speaking\nof journeys across the Atlantic, step back into a darker period in time at the\nCape Coast Castle, one of the largest forts still perfectly preserved in Ghana.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Built in 1653 for the Swedish Africa\nCompany, this building was originally used as a trading post for the timber and\ngold industries. Dutch and the British colonisers expanded the castle’s\nfootprint later, as it served as an essential holding station for enslaved\nAfricans bound for the Americas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Cape Coast Castle is now a museum\nfull of information about Ghana\'s history, the slave trade, and local culture.\nTours take you through the dungeons and the \"door of no return,\"\nthrough which the castle\'s enslaved blacks once passed, never to see Africa\nagain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Paga Crocodile Sanctuary</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This\nlast visit is NOT for the faint-hearted or for anyone squeamish, as it is\nstrange and unusual.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the cusp of Ghana’s northern border\nlies the town of Paga, nestled right up against Burkina Faso. If that wasn’t\nuniquely qualifying for the village, Paga sits on a sacred crocodile pond,\nwhere locals believe that reptiles hold the souls of the deceased.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Paga’s crocodiles are considered sacred\nand protected and are allegedly as safe as any domesticated pet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a Jamaican, Paga’s regular\ninteractions might just be a tad extreme, but for the locals and the 110\ncrocodiles in the main sanctuary – life is a breeze.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The fact that no one has ever been\nharmed by one of the crocodiles is an achievement more stunning that any feat\nat the Black River Safari.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With dozens more tourist and cultural\nexperiences to choose from, knowing where to start your adventure in Ghana can\nbe difficult.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But whether you\'re exploring a historic\ncastle, surfing world-class waves, or heading out on a safari, the experiences\nyou\'ll have in Ghana will surely remind you of Jamaica in more ways than one.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whenever and wherever you decide to\nembark on the ‘Year of Return’, we hope you #seeGhana #feelGhana!</p>\n<!-- /wp:paragraph -->','BUZZ Travel: Things to do in Ghana','','inherit','closed','closed','','1618-revision-v1','','','2019-08-05 10:19:06','2019-08-05 15:19:06','',1618,'https://buzz-caribbean.com/article/1618-revision-v1/',0,'revision','',0),(1649,14,'2019-08-05 10:30:24','2019-08-05 15:30:24','<!-- wp:image {\"id\":1651} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-poster-buzz-crop-1024x536.jpg\" alt=\"\" class=\"wp-image-1651\" /><figcaption>Members of the cast from Avengers: Endgame (Photo: Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The hottest film of spring 2019, <strong><em>Avengers: Endgame</em></strong>, officially overtook the James Cameron epic <strong><em>Avatar</em></strong> as the highest-grossing movie of all time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Endgame</em></strong>, the 20th entry in the Marvel Cinematic Universe (MCU), has dethroned the 2009 sci-fi/fantasy blockbuster by the slimmest of margins.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to <a href=\"https://www.boxofficemojo.com/alltime/world/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Box Office Mojo</a>, as of July 30, <strong><em>Endgame</em></strong> has grossed more than US$2.794 billion worldwide – just outpacing <strong><em>Avatar</em></strong>, which amassed a staggering US$2.789 billion in second place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1657} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-vs-avatar.jpg\" alt=\"\" class=\"wp-image-1657\" /><figcaption>Fox Studios\' megahit Avatar and Disney\'s high-riding record-breaker, Avengers: Endgame (Photo: Fox, Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>(No spoilers, we promise!) </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Based on the iconic <strong><em>Avengers</em></strong> comics by the late Stan Lee and Jack Kirby, <strong><em>Endgame</em></strong> follows the surviving members of the superhero squad and their allies, who desperately attempt to reverse the damage caused by Thanos in <strong><em>Infinity War</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See the official trailer, courtesy of <em>Marvel Entertainment</em>, below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/TcMBFSGVi1c\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/TcMBFSGVi1c\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Critics from Deadline.com wrote in late April, \"[<strong><em>Avengers: Endgame</em></strong>] had a worldwide opening of $1.2 billion, the biggest of all time and nearly double <strong><em>Infinity War</em></strong>\'s previous record of $640.5 million.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It was also the fastest film ever to eclipse the $1 billion and $1.5 billion mark, doing so in just five days and eight days respectively (less than half what it took Infinity War),” Deadline Hollywood writer, Nancy Tartaglione added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The film has been hailed as a bittersweet\nfinale to Marvel’s ‘third phase’ of the MCU, with Endgame scoring a 94 percent,\n‘certified fresh’ score on American review-aggregation website Rotten Tomatoes.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> &nbsp;<strong><em>“Exciting, entertaining, and emotionally impactful, Avengers: Endgame does whatever it takes to deliver a satisfying finale to Marvel\'s epic Infinity Saga.” </em></strong></p><cite>-  Critics Consensus, RottenTomatoes.com </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>For those who haven’t yet seen <strong><em>Avengers: Endgame</em></strong>, what are you waiting for? Curious to know what films made the 10 highest grossers of all-time list? Check out our <a href=\"https://buzz-caribbean.com/article/10-highest-grossing-films-of-all-time/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">story here</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZhive</strong>, what was your favourite scene? Have your say in the comments section.</p>\n<!-- /wp:paragraph -->','SNAP! Avengers: Endgame is the world\'s highest-grossing film','','publish','closed','closed','','snap-avengers-endgame-is-worlds-highest-grossing-film-ever','','','2019-08-15 11:40:30','2019-08-15 16:40:30','',0,'https://buzz-caribbean.com/?p=1649',0,'post','',0),(1650,9,'2019-08-05 10:19:49','2019-08-05 15:19:49','<!-- wp:image {\"id\":1643} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/icey-A-1024x683.jpg\" alt=\"\" class=\"wp-image-1643\" /><figcaption>Chris Campbell (left) captures shots during Jah Cure\'s (right) music video. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For 33-year-old  film director Christopher ‘Icey Jace’ Campbell, watching music videos as a child was merely a hobby, and never in a million years did he ever imagine the day would come when he would be behind the camera.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>“Growing up in the early 90s, cable TV was a privilege I didn\'t have outside of the few stations we would pick up from the neighbours,” Campbell said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1644} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/30688783_10156332880774722_4940333316734713856_o-683x1024.jpg\" alt=\"\" class=\"wp-image-1644\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of those stations was B.E.T, which would showcase the best hip hop and R&amp;B music videos, something Campbell found a special interest in.<br> <br>After graduating from Jamaica College and later Excelsior Community College (EXED), Campbell landed his first job at RBTT Bank (Sagicor Bank) in Kingston, Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1645} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_20190713_165834_546-1.jpg\" alt=\"\" class=\"wp-image-1645\" /><figcaption>Chris Campbell (left) and Ding Dong on the set of \'Lebeh Lebeh\'. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I started working shortly after (getting the offer), but I was still searching for something I was passionate about because banking just wasn\'t it,\" Campbell said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As fate would have it, he would meet someone who would bring him closer to his true purpose.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I was still searching for something I was passionate about because banking just wasn\'t it.\"</p><cite>- Chris Campbell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I remember there was always this one customer who would come in with two phones in her hand, and they were always ringing. Months later, I found out it was Sharon Burke of Solid Agency,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After months of interning, Burke offered him a job at her agency. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I started out doing bios for artistes, but in no time,  I basically made a name for myself there as the go-to person for promotions,\" Campbell said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1646} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/icey-B-1024x683.jpg\" alt=\"\" class=\"wp-image-1646\" /><figcaption>Chris Campbell stoops to get the perfect shot. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Three years later, Campbell would add video production to his resume. <br> <br>“The first video camera I ever held was put in my care by Sharon Burke to do endorsement videos for her Fully Loaded, and after that, I just couldn’t stop shooting,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I remember one day Elephant Man asked me to do a\nvideo drop, and we ended up shooting a low budget music video that day. That\nwas when I knew this is what I really wanted to do.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“The first video camera I ever held was put in my care by Sharon Burke to do endorsement videos for her Fully Loaded.\" </p><cite>- Chris Campbell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>His next big gig was doing the music video for Leftside’s\npopular track, ‘Phat P*nani’. That project also led to him working with Baby Cham.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the requests now rolling in, Campbell decided to\nform his video production company, Icey Jace Film Factory. And in 2010, he won\nthe Director Avante Garde award at the CariVibeTV Awards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1647} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_20190614_122826_718.jpg\" alt=\"\" class=\"wp-image-1647\" /><figcaption>Beenie Man (seated) is one of the many entertainers Chris Campbell has worked with.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Prior to that award, I would often feel like the\ngood work would go unnoticed. But it shows that often times people are paying\nattention,” Campbell said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Years later, with videos for big names artistes like Wayne Wonder, Spice,<br>Ding Dong, Bounty Killer, Beenie Man, Jah Cure, Queen Ifrica and Charly<br>Black to his credit, Campbell would again receive public accolades with<br>two nominations at the 2017 and 2018 YVA Awards, first for Director of<br>the Year, and then for Video Concept of the Year.</p>\n<!-- /wp:paragraph -->','From banking to film: Icey Jace shares his journey','','inherit','closed','closed','','1640-revision-v1','','','2019-08-05 10:19:49','2019-08-05 15:19:49','',1640,'https://buzz-caribbean.com/article/1640-revision-v1/',0,'revision','',0),(1651,14,'2019-08-05 10:20:23','2019-08-05 15:20:23','','avengers-endgame-poster-buzz-crop','','inherit','closed','closed','','avengers-endgame-poster-buzz-crop','','','2019-08-05 10:20:23','2019-08-05 15:20:23','',1649,'https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-poster-buzz-crop.jpg',0,'attachment','image/jpeg',0),(1652,9,'2019-08-05 10:21:21','2019-08-05 15:21:21','<!-- wp:image {\"id\":1643} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/icey-A-1024x683.jpg\" alt=\"\" class=\"wp-image-1643\" /><figcaption>Chris Campbell (left) captures shots during Jah Cure\'s (right) music video. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For 33-year-old  film director Christopher ‘Icey Jace’ Campbell, watching music videos as a child was merely a hobby, and never in a million years did he ever imagine the day would come when he would be behind the camera.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>“Growing up in the early 90s, cable TV was a privilege I didn\'t have outside of the few stations we would pick up from the neighbours,” Campbell said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1644} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/30688783_10156332880774722_4940333316734713856_o-683x1024.jpg\" alt=\"\" class=\"wp-image-1644\" /><figcaption>Chris Campbell left banking to work in the music industry. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of those stations was B.E.T, which would showcase the best hip hop and R&amp;B music videos, something Campbell found a special interest in.<br> <br>After graduating from Jamaica College and later Excelsior Community College (EXED), Campbell landed his first job at RBTT Bank (Sagicor Bank) in Kingston, Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1645} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_20190713_165834_546-1.jpg\" alt=\"\" class=\"wp-image-1645\" /><figcaption>Chris Campbell (left) and Ding Dong on the set of \'Lebeh Lebeh\'. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I started working shortly after (getting the offer), but I was still searching for something I was passionate about because banking just wasn\'t it,\" Campbell said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As fate would have it, he would meet someone who would bring him closer to his true purpose.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I was still searching for something I was passionate about because banking just wasn\'t it.\"</p><cite>- Chris Campbell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I remember there was always this one customer who would come in with two phones in her hand, and they were always ringing. Months later, I found out it was Sharon Burke of Solid Agency,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After months of interning, Burke offered him a job at her agency. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I started out doing bios for artistes, but in no time,  I basically made a name for myself there as the go-to person for promotions,\" Campbell said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1646} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/icey-B-1024x683.jpg\" alt=\"\" class=\"wp-image-1646\" /><figcaption>Chris Campbell stoops to get the perfect shot. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Three years later, Campbell would add video production to his resume. <br> <br>“The first video camera I ever held was put in my care by Sharon Burke to do endorsement videos for her Fully Loaded, and after that, I just couldn’t stop shooting,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I remember one day Elephant Man asked me to do a\nvideo drop, and we ended up shooting a low budget music video that day. That\nwas when I knew this is what I really wanted to do.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“The first video camera I ever held was put in my care by Sharon Burke to do endorsement videos for her Fully Loaded.\" </p><cite>- Chris Campbell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>His next big gig was doing the music video for Leftside’s\npopular track, ‘Phat P*nani’. That project also led to him working with Baby Cham.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the requests now rolling in, Campbell decided to\nform his video production company, Icey Jace Film Factory. And in 2010, he won\nthe Director Avante Garde award at the CariVibeTV Awards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1647} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_20190614_122826_718.jpg\" alt=\"\" class=\"wp-image-1647\" /><figcaption>Beenie Man (seated) is one of the many entertainers Chris Campbell has worked with.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Prior to that award, I would often feel like the\ngood work would go unnoticed. But it shows that often times people are paying\nattention,” Campbell said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Years later, with videos for big names artistes like Wayne Wonder, Spice,<br>Ding Dong, Bounty Killer, Beenie Man, Jah Cure, Queen Ifrica and Charly<br>Black to his credit, Campbell would again receive public accolades with<br>two nominations at the 2017 and 2018 YVA Awards, first for Director of<br>the Year, and then for Video Concept of the Year.</p>\n<!-- /wp:paragraph -->','From banking to film: Icey Jace shares his journey','','inherit','closed','closed','','1640-revision-v1','','','2019-08-05 10:21:21','2019-08-05 15:21:21','',1640,'https://buzz-caribbean.com/article/1640-revision-v1/',0,'revision','',0),(1653,11,'2019-08-05 10:21:49','2019-08-05 15:21:49','','Whats-your-sign','','inherit','closed','closed','','whats-your-sign','','','2019-08-05 10:21:49','2019-08-05 15:21:49','',1620,'https://buzz-caribbean.com/app/uploads/2019/08/Whats-your-sign.jpg',0,'attachment','image/jpeg',0),(1654,11,'2019-08-05 10:23:27','2019-08-05 15:23:27','<!-- wp:paragraph -->\n<p>One of your earliest childhood memories might include hearing your horoscope predictions on the radio in the memories. They would provide detailed insight on what to look out for or do in order to have a great day. Some were even warned that it would be a bad day...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1635} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Radio-Volume-1024x683.jpg\" alt=\"\" class=\"wp-image-1635\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Though we may still listen, most of the time within five minutes we\'ve forgotten all about it, as we do not take it seriously enough to make a conscious effort to live by its lessons. But is there any truth linked to our zodiac signs or should we see them as just being fun?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1636} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Zodiac-Signs-1024x683.jpg\" alt=\"\" class=\"wp-image-1636\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many people seek answers about life’s myriad of questions from theories and astrology is one of them. Though some do not consider it real science, that does not negate its popularity or its power to sway individuals who turn to the predictions in the movement of the celestial bodies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1637} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/astrology-astronomy-background-1024x577.jpg\" alt=\"\" class=\"wp-image-1637\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From the beginning of time, man has looked to the skies to map out his life. Farmers have seen the skies as nature’s calendar from the time of Ancient Egyptians. In mid-July, the rising of Sirius, the biggest star in the night, was seen as a sign of imminent flooding of the River Nile. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1638} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sirius.jpg\" alt=\"\" class=\"wp-image-1638\" /><figcaption>Sirius is one of the brightest stars in the sky (Photo: Akira Fujii/NASA/ESA/Wikimedia Commons)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Travellers used the skies as a compass, following the stars to know where to go. Indeed even the three wise men in the Bible followed the star to baby Jesus. Historically stars have always held importance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your Zodiac sign is said to correspond with the position of the sun relative to constellations as they appeared hundreds of years ago. The path of the sun as it is believed from the revolving Earth passes through the constellations that formed the Zodiac: <strong><em>Aries, Taurus, Gemini, Cancer, Leo, Virgo, Libra, Scorpio, Sagittarius, Capricorn, Aquarius and Pisces</em></strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interestingly, there is actually a 13th constellation called Ophiuchus (<em>pronounced, “o-few-cus.”</em>) that astrologers have discarded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1642} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ophiuchus.jpg\" alt=\"\" class=\"wp-image-1642\" /><figcaption>The constellation Ophiuchus sometimes known as the Zodiac’s 13th or forgotten constellation. <em>(Photo: astronomytrek.com)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While all of this sounds pretty nifty, the real question is, is there any real evidence of our birth signs holding any meaning over our personalities and lives? Well, some people swear that what was foretold in their horoscope came true and with such regularity that it cannot be dismissed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>A newspaper outlet admitting that someone concocts the little gems...with no real scientific basis at all. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>However, anyone can construct a horoscope with a little knowledge which is what gives astrology such a bad name. There has been a case of a newspaper outlet admitting that someone concocts the little gems, written in ways to give a little pep talk and hope, but with no real scientific basis at all. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are particularly perceptive, you may have noticed that in the past some of the information shared is recurring or repeated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the end, it is different strokes (or signs) for different folks. People will believe what they want and men will forever use it as their pick up line.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1653,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Whats-your-sign.jpg\" alt=\"\" class=\"wp-image-1653\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Do you believe in horoscopes?</em></p>\n<!-- /wp:paragraph -->','What’s your sign?','','inherit','closed','closed','','1620-revision-v1','','','2019-08-05 10:23:27','2019-08-05 15:23:27','',1620,'https://buzz-caribbean.com/article/1620-revision-v1/',0,'revision','',0),(1655,21,'2019-08-05 12:00:11','2019-08-05 17:00:11','<!-- wp:paragraph -->\n<p>Growing up, I was often told the story of a pretty girl who this man fell head over heels in love with and married. He whisked her away to his home for them to live happily ever after. That did not happen. Homeboy found out that she not only couldn\'t boil water but couldn\'t clean, make a bed, wash, iron or hang a curtain. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1671} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/clean-cleaning-mop-1024x683.jpg\" alt=\"\" class=\"wp-image-1671\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In short order, he returned her to her mother’s house with the note <em>“teach your daughter how to be a wife before you unleash her on society.”</em> Ouch!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1673} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/break-up-breakup-broken-14303-1024x683.jpg\" alt=\"\" class=\"wp-image-1673\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What I took away from the story, was that a woman should have some domestic skills to bring to a marriage in order to pull her weight and for it to be successful.  Though she was very pleasing to the eyes, the girl in the story was unable to do anything around the house and it became a strain on her union. Clearly, looks cannot be a substitute for skills.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Today’s woman is not a house slave or a maid to cater to the whims and fancies of a man.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In today’s world of Instagram models, designer bodies, permanent make-up plus some good old genes that mamma shared with you,  pretty girls have several platforms to show off their looks and get countless compliments, not to mention a few people sliding into their direct messages with propositions aplenty. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1674} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Instagram-Posts-1024x1024.jpg\" alt=\"\" class=\"wp-image-1674\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Men are very visual creatures and looks have always been an important factor in keeping them interested. But aside from looks what else should a beautiful woman bring to the table?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1675} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Checklist-1024x683.jpg\" alt=\"\" class=\"wp-image-1675\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Feminists will argue that today’s woman is not a house slave or a maid to cater to the whims and fancies of a man and that she should be valued for her intellect above her ability to knead dumplings. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1677} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/white-clothes-1024x685.jpg\" alt=\"\" class=\"wp-image-1677\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The running of a household is something that they can pay someone else to do and get on with living their best life because a woman’s worth should not be tied to how well she can get stains out of a white shirt!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Others feel that being stunning physically should not be a barrier to learning to take care of oneself and one’s home. Even if you have the financial means to have a full domestic staff at your disposal, it bodes well for any woman to understand the nuances of how her home is operated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>A woman’s worth should not be tied to how well she can get stains out of a white shirt.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>There are a few cases of high society wives who are flawless in appearance but because they have no time or interest in doing things that please their spouses, lose their mates to the helpers as they were the ones always holding down the fort...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1682} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/breakup-1024x683.jpg\" alt=\"\" class=\"wp-image-1682\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It seems like a topic you want to clear up before settling down.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Do you think a woman\'s domestic abilities matter in making her a good partner?</em></p>\n<!-- /wp:paragraph -->','WANTED: Pretty girl who can cook?','','publish','open','closed','','wanted-pretty-girl-who-can-cook','','','2019-08-14 20:02:29','2019-08-15 01:02:29','',0,'https://buzz-caribbean.com/?p=1655',0,'post','',0),(1656,21,'2019-08-05 10:29:23','2019-08-05 15:29:23','<!-- wp:image {\"id\":1658} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kylie-jenner.jpg\" alt=\"\" class=\"wp-image-1658\" /><figcaption>Kylie Jenner</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kylie Jenner has rented a $250-million yacht for her 22nd birthday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Keeping Up With The Kardashians</strong> star has splashed out a hefty amount on the luxurious 300-foot yacht and will be sailing with her family and friends around the Mediterranean on the big day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>TMZ reports that the yacht costs a whopping $1 million per week to rent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kylie is likely to have friend Sofia Richie on board, as a source revealed she \"appreciates\" her friendship with the model, who is dating Scott Disick.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An insider said: \"Sofia has been nothing but supportive about the Jordyn drama. She seems like a very loyal friend to Kylie and Kylie appreciates that. Sofia is sophisticated, fun and very sweet. Kylie loves having her around. And Sofia definitely isn\'t a user. She has her own life and doesn\'t need anything from friends ... Kylie also trusts Sofia around Stormi, which is very important to her.”</p>\n<!-- /wp:paragraph -->','Kylie Jenner rents yacht for $1 million per week','','publish','closed','closed','','kylie-jenner-rents-yacht-for-1-million-per-week','','','2019-08-13 15:01:03','2019-08-13 20:01:03','',0,'https://buzz-caribbean.com/?p=1656',0,'post','',0),(1657,14,'2019-08-05 10:26:22','2019-08-05 15:26:22','','avengers-endgame-vs-avatar','','inherit','closed','closed','','avengers-endgame-vs-avatar','','','2019-08-05 10:26:22','2019-08-05 15:26:22','',1649,'https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-vs-avatar.jpg',0,'attachment','image/jpeg',0),(1658,9,'2019-08-05 10:27:32','2019-08-05 15:27:32','','kylie-jenner','','inherit','closed','closed','','kylie-jenner','','','2019-08-05 10:27:32','2019-08-05 15:27:32','',1656,'https://buzz-caribbean.com/app/uploads/2019/08/kylie-jenner.jpg',0,'attachment','image/jpeg',0),(1659,9,'2019-08-05 10:28:37','2019-08-05 15:28:37','<!-- wp:image {\"id\":1658} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kylie-jenner.jpg\" alt=\"\" class=\"wp-image-1658\" /><figcaption>Kylie Jenner</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kylie Jenner has rented a $250-million yacht for her 22nd birthday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <br>The \'Keeping Up With The Kardashians\' star has splashed out a hefty amount on the luxurious 300-foot yacht and will be sailing with her family and friends around the Mediterranean on the big day.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>TMZ reports that the yacht costs a whopping $1 million per week to rent.<br> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kylie is likely to have friend Sofia Richie on board, as a source revealed she \"appreciates\" her friendship with the model, who is dating Scott Disick.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An insider said: \"Sofia has been nothing but supportive about the Jordyn drama. She seems like a very loyal friend to Kylie and Kylie appreciates that. Sofia is sophisticated, fun and very sweet. Kylie loves having her around. And Sofia definitely isn\'t a user. She has her own life and doesn\'t need anything from friends ... Kylie also trusts Sofia around Stormi, which is very important to her.”</p>\n<!-- /wp:paragraph -->','Kylie Jenner rents yacht for $1 million per week','','inherit','closed','closed','','1656-revision-v1','','','2019-08-05 10:28:37','2019-08-05 15:28:37','',1656,'https://buzz-caribbean.com/article/1656-revision-v1/',0,'revision','',0),(1660,14,'2019-08-05 10:30:24','2019-08-05 15:30:24','<!-- wp:image {\"id\":1651} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-poster-buzz-crop-1024x536.jpg\" alt=\"\" class=\"wp-image-1651\" /><figcaption>Members of the cast from Avengers: Endgame (Photo contributed, Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The hottest film of spring 2019, <strong><em>Avengers: Endgame</em></strong>, officially overtook the James Cameron epic <strong><em>Avatar</em></strong> as the highest-grossing movie of all time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Endgame, the 20th entry in the Marvel Cinematic\nUniverse (MCU), has dethroned the 2009 sci-fi/fantasy blockbuster by the slimmest\nof margins.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Box Office Mojo, as of July 30,\nEndgame has grossed more than US$2.794 billion worldwide – just outpacing\nAvatar, which amassed a staggering US$2.789 billion in second place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1657} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-vs-avatar.jpg\" alt=\"\" class=\"wp-image-1657\" /><figcaption>Fox Studios\' megahit Avatar and Disney\'s high-riding record-breaker, Avengers: Endgame (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>(No spoilers!) </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Based on the iconic <strong><em>Avengers</em></strong> comics by the late Stan Lee and Jack Kirby, Endgame follows the surviving members of the superhero squad and their allies, who desperately attempt to reverse the damage caused by Thanos in Infinity War.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See official trailer, courtesy of <em>Marvel Entertainment</em>, below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/TcMBFSGVi1c\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/TcMBFSGVi1c\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Experts from Deadline Hollywood wrote in late April,\n[Avengers:Endgame] had a worldwide opening of $1.2 billion, the biggest of all\ntime and nearly double Infinity War\'s previous record of $640.5 million.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It was also the fastest film ever to eclipse the $1 billion and $1.5 billion mark, doing so in just five days and eight days respectively (less than half what it took Infinity War),” Deadline Hollywood writer, Nancy Tartaglione added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The film has been hailed as a bittersweet\nfinale to Marvel’s ‘third phase’ of the MCU, with Endgame scoring a 94 percent,\n‘certified fresh’ score on American review-aggregation website Rotten Tomatoes.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  <strong><em>“Exciting, entertaining, and emotionally impactful, Avengers: Endgame does whatever it takes to deliver a satisfying finale to Marvel\'s epic Infinity Saga.” </em></strong></p><cite>-  Critics Consensus, RottenTomatoes.com </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>For those who haven’t yet seen Avengers: Endgame,\nwhat are you waiting for?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Buzzhive! What was your favourite scene! Sound\noff in the comments section below!</p>\n<!-- /wp:paragraph -->','SNAP! Avengers: Endgame is world\'s highest-grossing film. EVER','','inherit','closed','closed','','1649-revision-v1','','','2019-08-05 10:30:24','2019-08-05 15:30:24','',1649,'https://buzz-caribbean.com/article/1649-revision-v1/',0,'revision','',0),(1662,1,'2019-08-09 09:00:40','2019-08-09 14:00:40','','My Worship Feast','','publish','closed','closed','','my-worship-feast','','','2019-08-15 13:05:23','2019-08-15 18:05:23','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=1662',0,'out','',0),(1663,14,'2019-08-05 10:42:40','2019-08-05 15:42:40','<!-- wp:image {\"id\":1651} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-poster-buzz-crop-1024x536.jpg\" alt=\"\" class=\"wp-image-1651\" /><figcaption>Members of the cast from Avengers: Endgame (Photo contributed, Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The hottest film of spring 2019, <strong><em>Avengers: Endgame</em></strong>, officially overtook the James Cameron epic <strong><em>Avatar</em></strong> as the highest-grossing movie of all time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Endgame, the 20th entry in the Marvel Cinematic\nUniverse (MCU), has dethroned the 2009 sci-fi/fantasy blockbuster by the slimmest\nof margins.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Box Office Mojo, as of July 30, <strong><em>Endgame</em></strong> has grossed more than US$2.794 billion worldwide – just outpacing <strong><em>Avatar</em></strong>, which amassed a staggering US$2.789 billion in second place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1657} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-vs-avatar.jpg\" alt=\"\" class=\"wp-image-1657\" /><figcaption>Fox Studios\' megahit Avatar and Disney\'s high-riding record-breaker, Avengers: Endgame (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>(No spoilers!) </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Based on the iconic <strong><em>Avengers</em></strong> comics by the late Stan Lee and Jack Kirby, Endgame follows the surviving members of the superhero squad and their allies, who desperately attempt to reverse the damage caused by Thanos in <strong><em>Infinity War</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See official trailer, courtesy of <em>Marvel Entertainment</em>, below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/TcMBFSGVi1c\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/TcMBFSGVi1c\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Experts from Deadline Hollywood wrote in late April, [<strong><em>Avengers: Endgame</em></strong>] had a worldwide opening of $1.2 billion, the biggest of all time and nearly double <strong><em>Infinity War</em></strong>\'s previous record of $640.5 million.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It was also the fastest film ever to eclipse the $1 billion and $1.5 billion mark, doing so in just five days and eight days respectively (less than half what it took Infinity War),” Deadline Hollywood writer, Nancy Tartaglione added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The film has been hailed as a bittersweet\nfinale to Marvel’s ‘third phase’ of the MCU, with Endgame scoring a 94 percent,\n‘certified fresh’ score on American review-aggregation website Rotten Tomatoes.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> &nbsp;<strong><em>“Exciting, entertaining, and emotionally impactful, Avengers: Endgame does whatever it takes to deliver a satisfying finale to Marvel\'s epic Infinity Saga.” </em></strong></p><cite>-  Critics Consensus, RottenTomatoes.com </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>For those who haven’t yet seen Avengers: Endgame,\nwhat are you waiting for?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Buzzhive! What was your favourite scene! Sound\noff in the comments section below!</p>\n<!-- /wp:paragraph -->','SNAP! Avengers: Endgame is world\'s highest-grossing film. EVER','','inherit','closed','closed','','1649-revision-v1','','','2019-08-05 10:42:40','2019-08-05 15:42:40','',1649,'https://buzz-caribbean.com/article/1649-revision-v1/',0,'revision','',0),(1665,14,'2019-08-05 10:45:59','2019-08-05 15:45:59','<!-- wp:image {\"id\":1651} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-poster-buzz-crop-1024x536.jpg\" alt=\"\" class=\"wp-image-1651\" /><figcaption>Members of the cast from Avengers: Endgame (Photo contributed, Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The hottest film of spring 2019, <strong><em>Avengers: Endgame</em></strong>, officially overtook the James Cameron epic <strong><em>Avatar</em></strong> as the highest-grossing movie of all time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Endgame, the 20th entry in the Marvel Cinematic\nUniverse (MCU), has dethroned the 2009 sci-fi/fantasy blockbuster by the slimmest\nof margins.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Box Office Mojo, as of July 30, <strong><em>Endgame</em></strong> has grossed more than US$2.794 billion worldwide – just outpacing <strong><em>Avatar</em></strong>, which amassed a staggering US$2.789 billion in second place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1657} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-vs-avatar.jpg\" alt=\"\" class=\"wp-image-1657\" /><figcaption>Fox Studios\' megahit Avatar and Disney\'s high-riding record-breaker, Avengers: Endgame (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>(No spoilers!) </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Based on the iconic <strong><em>Avengers</em></strong> comics by the late Stan Lee and Jack Kirby, Endgame follows the surviving members of the superhero squad and their allies, who desperately attempt to reverse the damage caused by Thanos in <strong><em>Infinity War</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See official trailer, courtesy of <em>Marvel Entertainment</em>, below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/TcMBFSGVi1c\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/TcMBFSGVi1c\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Experts from Deadline Hollywood wrote in late April, [<strong><em>Avengers: Endgame</em></strong>] had a worldwide opening of $1.2 billion, the biggest of all time and nearly double <strong><em>Infinity War</em></strong>\'s previous record of $640.5 million.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It was also the fastest film ever to eclipse the $1 billion and $1.5 billion mark, doing so in just five days and eight days respectively (less than half what it took Infinity War),” Deadline Hollywood writer, Nancy Tartaglione added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The film has been hailed as a bittersweet\nfinale to Marvel’s ‘third phase’ of the MCU, with Endgame scoring a 94 percent,\n‘certified fresh’ score on American review-aggregation website Rotten Tomatoes.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> &nbsp;<strong><em>“Exciting, entertaining, and emotionally impactful, Avengers: Endgame does whatever it takes to deliver a satisfying finale to Marvel\'s epic Infinity Saga.” </em></strong></p><cite>-  Critics Consensus, RottenTomatoes.com </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>For those who haven’t yet seen Avengers: Endgame,\nwhat are you waiting for?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Buzzhive! What was your favourite scene! Sound\noff in the comments section below!</p>\n<!-- /wp:paragraph -->','SNAP! Avengers: Endgame is the world\'s highest-grossing film','','inherit','closed','closed','','1649-revision-v1','','','2019-08-05 10:45:59','2019-08-05 15:45:59','',1649,'https://buzz-caribbean.com/article/1649-revision-v1/',0,'revision','',0),(1666,14,'2019-08-05 10:48:19','2019-08-05 15:48:19','<!-- wp:image {\"id\":1651} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-poster-buzz-crop-1024x536.jpg\" alt=\"\" class=\"wp-image-1651\" /><figcaption>Members of the cast from Avengers: Endgame (Photo contributed, Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The hottest film of spring 2019, <strong><em>Avengers: Endgame</em></strong>, officially overtook the James Cameron epic <strong><em>Avatar</em></strong> as the highest-grossing movie of all time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Endgame, the 20th entry in the Marvel Cinematic\nUniverse (MCU), has dethroned the 2009 sci-fi/fantasy blockbuster by the slimmest\nof margins.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Box Office Mojo, as of July 30, <strong><em>Endgame</em></strong> has grossed more than US$2.794 billion worldwide – just outpacing <strong><em>Avatar</em></strong>, which amassed a staggering US$2.789 billion in second place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1657} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-vs-avatar.jpg\" alt=\"\" class=\"wp-image-1657\" /><figcaption>Fox Studios\' megahit Avatar and Disney\'s high-riding record-breaker, Avengers: Endgame (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>(No spoilers!) </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Based on the iconic <strong><em>Avengers</em></strong> comics by the late Stan Lee and Jack Kirby, Endgame follows the surviving members of the superhero squad and their allies, who desperately attempt to reverse the damage caused by Thanos in <strong><em>Infinity War</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See official trailer, courtesy of <em>Marvel Entertainment</em>, below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/TcMBFSGVi1c\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/TcMBFSGVi1c\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Experts from Deadline Hollywood wrote in late April, [<strong><em>Avengers: Endgame</em></strong>] had a worldwide opening of $1.2 billion, the biggest of all time and nearly double <strong><em>Infinity War</em></strong>\'s previous record of $640.5 million.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It was also the fastest film ever to eclipse the $1 billion and $1.5 billion mark, doing so in just five days and eight days respectively (less than half what it took Infinity War),” Deadline Hollywood writer, Nancy Tartaglione added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The film has been hailed as a bittersweet\nfinale to Marvel’s ‘third phase’ of the MCU, with Endgame scoring a 94 percent,\n‘certified fresh’ score on American review-aggregation website Rotten Tomatoes.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> &nbsp;<strong><em>“Exciting, entertaining, and emotionally impactful, Avengers: Endgame does whatever it takes to deliver a satisfying finale to Marvel\'s epic Infinity Saga.” </em></strong></p><cite>-  Critics Consensus, RottenTomatoes.com </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>For those who haven’t yet seen Avengers: Endgame,\nwhat are you waiting for?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Buzzhive! What was your favourite scene? Sound off in the comments section below!</p>\n<!-- /wp:paragraph -->','SNAP! Avengers: Endgame is the world\'s highest-grossing film','','inherit','closed','closed','','1649-revision-v1','','','2019-08-05 10:48:19','2019-08-05 15:48:19','',1649,'https://buzz-caribbean.com/article/1649-revision-v1/',0,'revision','',0),(1668,14,'2019-08-05 11:08:29','2019-08-05 16:08:29','<!-- wp:image {\"id\":1651} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-poster-buzz-crop-1024x536.jpg\" alt=\"\" class=\"wp-image-1651\" /><figcaption>Members of the cast from Avengers: Endgame (Photo contributed, Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The hottest film of spring 2019, <strong><em>Avengers: Endgame</em></strong>, officially overtook the James Cameron epic <strong><em>Avatar</em></strong> as the highest-grossing movie of all time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Endgame, the 20th entry in the Marvel Cinematic\nUniverse (MCU), has dethroned the 2009 sci-fi/fantasy blockbuster by the slimmest\nof margins.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to <a href=\"https://www.boxofficemojo.com/alltime/world/\">Box Office Mojo</a>, as of July 30, <strong><em>Endgame</em></strong> has grossed more than US$2.794 billion worldwide – just outpacing <strong><em>Avatar</em></strong>, which amassed a staggering US$2.789 billion in second place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1657} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-vs-avatar.jpg\" alt=\"\" class=\"wp-image-1657\" /><figcaption>Fox Studios\' megahit Avatar and Disney\'s high-riding record-breaker, Avengers: Endgame (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>(No spoilers!) </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Based on the iconic <strong><em>Avengers</em></strong> comics by the late Stan Lee and Jack Kirby, Endgame follows the surviving members of the superhero squad and their allies, who desperately attempt to reverse the damage caused by Thanos in <strong><em>Infinity War</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See official trailer, courtesy of <em>Marvel Entertainment</em>, below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/TcMBFSGVi1c\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/TcMBFSGVi1c\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Experts from Deadline Hollywood wrote in late April, [<strong><em>Avengers: Endgame</em></strong>] had a worldwide opening of $1.2 billion, the biggest of all time and nearly double <strong><em>Infinity War</em></strong>\'s previous record of $640.5 million.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It was also the fastest film ever to eclipse the $1 billion and $1.5 billion mark, doing so in just five days and eight days respectively (less than half what it took Infinity War),” Deadline Hollywood writer, Nancy Tartaglione added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The film has been hailed as a bittersweet\nfinale to Marvel’s ‘third phase’ of the MCU, with Endgame scoring a 94 percent,\n‘certified fresh’ score on American review-aggregation website Rotten Tomatoes.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> &nbsp;<strong><em>“Exciting, entertaining, and emotionally impactful, Avengers: Endgame does whatever it takes to deliver a satisfying finale to Marvel\'s epic Infinity Saga.” </em></strong></p><cite>-  Critics Consensus, RottenTomatoes.com </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>For those who haven’t yet seen Avengers: Endgame,\nwhat are you waiting for?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Buzzhive! What was your favourite scene? Sound off in the comments section below!</p>\n<!-- /wp:paragraph -->','SNAP! Avengers: Endgame is the world\'s highest-grossing film','','inherit','closed','closed','','1649-revision-v1','','','2019-08-05 11:08:29','2019-08-05 16:08:29','',1649,'https://buzz-caribbean.com/article/1649-revision-v1/',0,'revision','',0),(1669,14,'2019-08-05 11:09:50','2019-08-05 16:09:50','<!-- wp:image {\"id\":1651} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-poster-buzz-crop-1024x536.jpg\" alt=\"\" class=\"wp-image-1651\" /><figcaption>Members of the cast from Avengers: Endgame (Photo contributed, Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The hottest film of spring 2019, <strong><em>Avengers: Endgame</em></strong>, officially overtook the James Cameron epic <strong><em>Avatar</em></strong> as the highest-grossing movie of all time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Endgame, the 20th entry in the Marvel Cinematic\nUniverse (MCU), has dethroned the 2009 sci-fi/fantasy blockbuster by the slimmest\nof margins.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to <a href=\"https://www.boxofficemojo.com/alltime/world/\">Box Office Mojo</a>, as of July 30, <strong><em>Endgame</em></strong> has grossed more than US$2.794 billion worldwide – just outpacing <strong><em>Avatar</em></strong>, which amassed a staggering US$2.789 billion in second place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1657} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-vs-avatar.jpg\" alt=\"\" class=\"wp-image-1657\" /><figcaption>Fox Studios\' megahit Avatar and Disney\'s high-riding record-breaker, Avengers: Endgame (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>(No spoilers!) </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Based on the iconic <strong><em>Avengers</em></strong> comics by the late Stan Lee and Jack Kirby, Endgame follows the surviving members of the superhero squad and their allies, who desperately attempt to reverse the damage caused by Thanos in <strong><em>Infinity War</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See official trailer, courtesy of <em>Marvel Entertainment</em>, below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/TcMBFSGVi1c\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/TcMBFSGVi1c\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Experts from Deadline Hollywood wrote in late April, \"[<strong><em>Avengers: Endgame</em></strong>] had a worldwide opening of $1.2 billion, the biggest of all time and nearly double <strong><em>Infinity War</em></strong>\'s previous record of $640.5 million.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It was also the fastest film ever to eclipse the $1 billion and $1.5 billion mark, doing so in just five days and eight days respectively (less than half what it took Infinity War),” Deadline Hollywood writer, Nancy Tartaglione added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The film has been hailed as a bittersweet\nfinale to Marvel’s ‘third phase’ of the MCU, with Endgame scoring a 94 percent,\n‘certified fresh’ score on American review-aggregation website Rotten Tomatoes.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> &nbsp;<strong><em>“Exciting, entertaining, and emotionally impactful, Avengers: Endgame does whatever it takes to deliver a satisfying finale to Marvel\'s epic Infinity Saga.” </em></strong></p><cite>-  Critics Consensus, RottenTomatoes.com </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>For those who haven’t yet seen Avengers: Endgame,\nwhat are you waiting for?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Buzzhive! What was your favourite scene? Sound off in the comments section below!</p>\n<!-- /wp:paragraph -->','SNAP! Avengers: Endgame is the world\'s highest-grossing film','','inherit','closed','closed','','1649-revision-v1','','','2019-08-05 11:09:50','2019-08-05 16:09:50','',1649,'https://buzz-caribbean.com/article/1649-revision-v1/',0,'revision','',0),(1670,14,'2019-08-05 11:58:02','2019-08-05 16:58:02','<!-- wp:paragraph -->\n<p>After nearly a decade of asking, one film has done what was thought to be impossible. Avengers: Endgame as of July 2019, has officially become the world’s highest-grossing movie of all time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To deny James Cameron’s sci-fi/fantasy epic\nAvatar is a tremendous feat, seeing as the now-second most successful film of\nall time, grossed US $2.789 billion in 2009.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Based on insights from <a href=\"https://www.boxofficemojo.com/alltime/world/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Box Office Mojo</a>, <strong>BUZZ</strong> notes that the Marvel Cinematic Universe (MCU) has four entries in the global top 10. If parent company Disney is included, the pair sweep two extra spots on the best 10, to bring Buena Vista Studios’ count to six out of ten.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to know which other films are in the top 10? We got you!<strong> BUZZ </strong>presents the top 10 highest-grossing films of all time worldwide (not counting inflation):</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>10. <em>Black Panther</em> (2018), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1689} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-panther-two-kings-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-1689\" /><figcaption>Erik Killmonger and T\'Challa square off in the Wakanda-epic, Black Panther (Photo: Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: US $1.346 billon</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office figures (US cinemas only): $700.1 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>9. <em>Avengers: Age of Ultron</em> (2015), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1684} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-age-of-ultron-screengrab-bluray-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-1684\" /><figcaption>Thor (centre) Captian America (left) and War Machine (right) watch as Ultron\'s mech-army invades Sokovia (Photo: Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $1.405 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $459 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>8. <em>Furious 7</em> (2015), Universal Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1685} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/furious-7-screengrab-buzz-1024x538.jpg\" alt=\"\" class=\"wp-image-1685\" /><figcaption>The cast of Furious 7 in Dubai (Photo: Universal Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $1.516 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $ 353 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>7. <em>Marvel\'s The Avengers</em> (2012), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1687} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-2012-assemble-1024x576.jpg\" alt=\"\" class=\"wp-image-1687\" /><figcaption>Avengers assemble! (Photo: Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $1.518 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $623.4 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>6. <em>Jurassic World</em> (2015), Universal Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1693} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jurassic-world-2015-buzz-screengrab-1024x576.jpg\" alt=\"\" class=\"wp-image-1693\" /><figcaption>Shhhh....the Indominus Rex is on the loose! (Photo: Universal Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $1.617 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $652.3 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>5. <em>Avengers: Infinity War</em> (2018), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1696} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-infinity-war-official-buzz-1024x797.jpg\" alt=\"\" class=\"wp-image-1696\" /><figcaption>Thanos (top centre) threatens half the universe with extinction on his hunt for the Infinity Stones (Photo: Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $2.048 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $678.8 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>4. <em>Star Wars: The Force Awakens</em> (2015), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1698} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/star-wars-tfa-poster-buzz-1024x672.jpg\" alt=\"\" class=\"wp-image-1698\" /><figcaption>A new chapter! The Force Awakens was hailed a \'brilliant resurgence\' for the Star Wars franchise (Photo: Buena Vista Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $2.068 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $936.7 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>3. <em>Titanic</em> (1997), Paramount Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1699} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/titanic-iconic-scene-buzz-screengrab-1024x596.jpeg\" alt=\"\" class=\"wp-image-1699\" /><figcaption>\"I\'m flying!\" - one of film\'s most iconic lines from Titanic (Photo: Paramount Pictures)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $2.187 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $659.4 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>2. <em>Avatar</em> (2009), Fox Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1701} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avatar-offical-poster-buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-1701\" /><figcaption>Jake Sully or Tsu\'tey? Why not both?! (Photo: Fox Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $2.789 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $760.5 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>1. <em>Avengers: Endgame</em> (2019), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1688} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-poster-buzz-crop-1-1024x536.jpg\" alt=\"\" class=\"wp-image-1688\" /><figcaption>A race against time to reverse the damage by Thanos is the driving motivation for The Avengers in Endgame (Photo: Marvel Studios) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $2.794 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $857.5 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZhive</strong>! How many of these \'mega-grossers\' have you seen? Which is your fav? Sound off in the comments below!</p>\n<!-- /wp:paragraph -->','What are the highest-grossing films of all time?','','publish','closed','closed','','10-highest-grossing-films-of-all-time','','','2019-08-15 11:38:30','2019-08-15 16:38:30','',0,'https://buzz-caribbean.com/?p=1670',0,'post','',0),(1671,11,'2019-08-05 11:20:32','2019-08-05 16:20:32','','clean-cleaning-mop','','inherit','closed','closed','','clean-cleaning-mop','','','2019-08-05 11:20:32','2019-08-05 16:20:32','',1655,'https://buzz-caribbean.com/app/uploads/2019/08/clean-cleaning-mop.jpg',0,'attachment','image/jpeg',0),(1672,9,'2019-08-14 11:52:44','2019-08-14 16:52:44','<!-- wp:image {\"id\":3286} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Summerset-B_Fixed-1024x586.jpg\" alt=\"\" class=\"wp-image-3286\" /><figcaption> The entrance of the Summerset Resort in Negril. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Imagine a resort of several acres being run solely by undergraduate tourism students. This has been the case at the Summerset Resort and Hotel Training School in West End, Negril, Westmoreland, for almost a year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Students from the Western Hospitality Institute have been operating the Summerset Resort since September 2018, holding various positions – from general manager to line staff. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1679} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/resort-summerset-CCC-1024x679.jpg\" alt=\"\" class=\"wp-image-1679\" /><figcaption>The tourism students hold various positions at the resort - from general manager to line staff. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“They serve real guests. There are guests who are checking into the hotel,” said Eladio Vassel, who is general manager of the Western Hospitality Institute’s Negril Campus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1680} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/resort-summerset-BB-1024x679.jpg\" alt=\"\" class=\"wp-image-1680\" /><figcaption>The typical bed that welcomes guests who book rooms at the resort. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The property has a swimming pool, a stage for nightly entertainment events and six two-bedroom cottages. Each room has basic amenities, including a kitchen. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The property also houses a wooden cabin with a loft and a duplex that can accommodate up to nine persons. There is also a conference room that can host up to 200 persons, theatre-style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1681} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Summerset-cotage-1024x679.jpg\" alt=\"\" class=\"wp-image-1681\" /><figcaption>One of the six two-bedroom cottages at the resort. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Summerset room rates are a standard US$80 per room for double occupancy. Children under 12 years old can stay at the hotel free of cost, but there is an additional US$40 charge for persons over 12 years old. This rate covers breakfast, lunch and dinner.</p>\n<!-- /wp:paragraph -->','Tourism students run Negril hotel','','publish','closed','closed','','tourism-students-run-boutique-hotel-in-negril','','','2019-08-14 22:02:34','2019-08-15 03:02:34','',0,'https://buzz-caribbean.com/?p=1672',0,'post','',0),(1673,11,'2019-08-05 11:22:47','2019-08-05 16:22:47','','break-up-breakup-broken-14303','','inherit','closed','closed','','break-up-breakup-broken-14303','','','2019-08-05 11:22:47','2019-08-05 16:22:47','',1655,'https://buzz-caribbean.com/app/uploads/2019/08/break-up-breakup-broken-14303.jpg',0,'attachment','image/jpeg',0),(1674,11,'2019-08-05 11:24:59','2019-08-05 16:24:59','','Instagram-Posts','','inherit','closed','closed','','instagram-posts','','','2019-08-05 11:24:59','2019-08-05 16:24:59','',1655,'https://buzz-caribbean.com/app/uploads/2019/08/Instagram-Posts.jpg',0,'attachment','image/jpeg',0),(1675,11,'2019-08-05 11:26:06','2019-08-05 16:26:06','','Checklist','','inherit','closed','closed','','checklist','','','2019-08-05 11:26:06','2019-08-05 16:26:06','',1655,'https://buzz-caribbean.com/app/uploads/2019/08/Checklist.jpg',0,'attachment','image/jpeg',0),(1676,11,'2019-08-05 11:28:37','2019-08-05 16:28:37','','laundry','','inherit','closed','closed','','laundry','','','2019-08-05 11:28:37','2019-08-05 16:28:37','',1655,'https://buzz-caribbean.com/app/uploads/2019/08/laundry.jpg',0,'attachment','image/jpeg',0),(1677,11,'2019-08-05 11:29:15','2019-08-05 16:29:15','','White Clothes','','inherit','closed','closed','','white-clothes','','','2019-08-05 11:29:15','2019-08-05 16:29:15','',1655,'https://buzz-caribbean.com/app/uploads/2019/08/white-clothes.jpg',0,'attachment','image/jpeg',0),(1678,9,'2019-08-05 11:31:49','2019-08-05 16:31:49','','Summerset-B','','inherit','closed','closed','','summerset-b','','','2019-08-05 11:31:49','2019-08-05 16:31:49','',1672,'https://buzz-caribbean.com/app/uploads/2019/08/Summerset-B.jpg',0,'attachment','image/jpeg',0),(1679,9,'2019-08-05 11:32:11','2019-08-05 16:32:11','','resort-summerset-CCC','','inherit','closed','closed','','resort-summerset-ccc','','','2019-08-05 11:32:11','2019-08-05 16:32:11','',1672,'https://buzz-caribbean.com/app/uploads/2019/08/resort-summerset-CCC.jpg',0,'attachment','image/jpeg',0),(1680,9,'2019-08-05 11:32:54','2019-08-05 16:32:54','','resort-summerset-BB','','inherit','closed','closed','','resort-summerset-bb','','','2019-08-05 11:32:54','2019-08-05 16:32:54','',1672,'https://buzz-caribbean.com/app/uploads/2019/08/resort-summerset-BB.jpg',0,'attachment','image/jpeg',0),(1681,9,'2019-08-05 11:33:10','2019-08-05 16:33:10','','Summerset-cotage','','inherit','closed','closed','','summerset-cotage','','','2019-08-05 11:33:10','2019-08-05 16:33:10','',1672,'https://buzz-caribbean.com/app/uploads/2019/08/Summerset-cotage.jpg',0,'attachment','image/jpeg',0),(1682,11,'2019-08-05 11:33:58','2019-08-05 16:33:58','','breakup','','inherit','closed','closed','','breakup','','','2019-08-05 11:33:58','2019-08-05 16:33:58','',1655,'https://buzz-caribbean.com/app/uploads/2019/08/breakup.jpg',0,'attachment','image/jpeg',0),(1683,11,'2019-08-05 11:34:22','2019-08-05 16:34:22','<!-- wp:paragraph -->\n<p>Growing up, I was often told the story of a pretty girl who this man fell head over heels in love with and married. He whisked her away to his home for them to live happily ever after. That did not happen. Homeboy found out that she not only couldn\'t boil water but couldn\'t clean, make a bed, wash, iron or hang a curtain. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1671} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/clean-cleaning-mop-1024x683.jpg\" alt=\"\" class=\"wp-image-1671\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In short order, he returned her to her mother’s house with the note <em>“teach your daughter how to be a wife before you unleash her on society.”</em> Ouch!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1673} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/break-up-breakup-broken-14303-1024x683.jpg\" alt=\"\" class=\"wp-image-1673\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What I took away from the story, was that a woman should have some domestic skills to bring to a marriage in order to pull her weight and for it to be successful.  Though she was very pleasing to the eyes, the girl in the story was unable to do anything around the house and it became a strain on her union. Clearly, looks cannot be a substitute for skills.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Today’s woman is not a house slave or a maid to cater to the whims and fancies of a man.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In today’s world of Instagram models, designer bodies, permanent make-up plus some good old genes that mamma shared with you,  pretty girls have several platforms to show off their looks and get countless compliments, not to mention a few people sliding into their direct messages with propositions aplenty. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1674} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Instagram-Posts-1024x1024.jpg\" alt=\"\" class=\"wp-image-1674\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Men are very visual creatures and looks have always been an important factor in keeping them interested. But aside from looks what else should a beautiful woman bring to the table?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1675} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Checklist-1024x683.jpg\" alt=\"\" class=\"wp-image-1675\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Feminists will argue that today’s woman is not a house slave or a maid to cater to the whims and fancies of a man and that she should be valued for her intellect above her ability to knead dumplings. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1677} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/white-clothes-1024x685.jpg\" alt=\"\" class=\"wp-image-1677\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The running of a household is something that they can pay someone else to do and get on with living their best life because a woman’s worth should not be tied to how well she can get stains out of a white shirt!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Others feel that being stunning physically should not be a barrier to learning to take care of oneself and one’s home. Even if you have the financial means to have a full domestic staff at your disposal, it bodes well for any woman to understand the nuances of how her home is operated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>A woman’s worth should not be tied to how well she can get stains out of a white shirt.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>There are a few cases of high society wives who are flawless in appearance but because they have no time or interest in doing things that please their spouses, lose their mates to the helpers as they were the ones always holding down the fort...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1682} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/breakup-1024x683.jpg\" alt=\"\" class=\"wp-image-1682\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It seems like a topic you want to clear up before settling down.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Do you think a woman\'s domestic abilities matter in making her a good partner?</em></p>\n<!-- /wp:paragraph -->','Do Pretty Girls have to be domesticated?','','inherit','closed','closed','','1655-revision-v1','','','2019-08-05 11:34:22','2019-08-05 16:34:22','',1655,'https://buzz-caribbean.com/article/1655-revision-v1/',0,'revision','',0),(1684,14,'2019-08-05 11:39:30','2019-08-05 16:39:30','','avengers-age-of-ultron-screengrab-bluray-buzz','','inherit','closed','closed','','avengers-age-of-ultron-screengrab-bluray-buzz','','','2019-08-05 11:39:30','2019-08-05 16:39:30','',1670,'https://buzz-caribbean.com/app/uploads/2019/08/avengers-age-of-ultron-screengrab-bluray-buzz.jpg',0,'attachment','image/jpeg',0),(1685,14,'2019-08-05 11:39:45','2019-08-05 16:39:45','','furious-7-screengrab-buzz','','inherit','closed','closed','','furious-7-screengrab-buzz','','','2019-08-05 11:39:45','2019-08-05 16:39:45','',1670,'https://buzz-caribbean.com/app/uploads/2019/08/furious-7-screengrab-buzz.jpg',0,'attachment','image/jpeg',0),(1687,14,'2019-08-05 11:41:58','2019-08-05 16:41:58','','avengers-2012-assemble','','inherit','closed','closed','','avengers-2012-assemble','','','2019-08-05 11:41:58','2019-08-05 16:41:58','',1670,'https://buzz-caribbean.com/app/uploads/2019/08/avengers-2012-assemble.jpg',0,'attachment','image/jpeg',0),(1688,14,'2019-08-05 11:42:17','2019-08-05 16:42:17','','avengers-endgame-poster-buzz-crop-1','','inherit','closed','closed','','avengers-endgame-poster-buzz-crop-1','','','2019-08-05 11:42:17','2019-08-05 16:42:17','',1670,'https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-poster-buzz-crop-1.jpg',0,'attachment','image/jpeg',0),(1689,14,'2019-08-05 11:42:37','2019-08-05 16:42:37','','black-panther-two-kings-buzz','','inherit','closed','closed','','black-panther-two-kings-buzz','','','2019-08-05 11:42:37','2019-08-05 16:42:37','',1670,'https://buzz-caribbean.com/app/uploads/2019/08/black-panther-two-kings-buzz.jpg',0,'attachment','image/jpeg',0),(1691,15,'2019-08-05 14:22:14','2019-08-05 19:22:14','<!-- wp:paragraph -->\n<p>With the People’s National Party (PNP) undergoing a factious leadership battle, which will determine its fortunes in the coming years, one wonders what Norman Manley would today make of the party he founded back in 1938.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Manley was an ardent advocate of the trade union movement and was a tireless champion of underprivileged and less fortunate Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1708} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/norman-manley-1024x683.jpg\" alt=\"\" class=\"wp-image-1708\" /><figcaption>Statue of Norman Manly outside the St William Grant Park in downtown Kingston (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>His clarion call was for universal adult suffrage in Jamaica. He also believed in the Federation of the West Indies which was shot down in a referendum but later emerged as CARICOM.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I say that the mission of my generation was to win self-government for Jamaica.\"</p><cite>— Norman Manley</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He led the PNP for 31 years, positioning it as a political juggernaut winning multiple general elections and producing the longest-serving Prime Minister in Jamaica’s history (PJ Patterson).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At one of his last public speeches, Manley prophetically declared: “I say that the mission of my generation was to win self-government for Jamaica, to win political power which is the final power for the black masses of my country from which I spring. I am proud to stand here today and say to you who fought that fight with me, say it with gladness and pride, mission accomplished for my generation. And what is the mission of this generation? It is… reconstructing the social and economic society and life of Jamaica.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The election battle on September 7 to lead the PNP sees Peter Bunting squaring off against the incumbent Dr Peter Phillips at a time when the PNP is up against a resurgent Jamaica Labour Party (JLP) led by a young dynamic Prime Minister, Andrew Holness whose popularity continues to increase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1710} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-1024x683.jpg\" alt=\"\" class=\"wp-image-1710\" /><figcaption>Peter Bunting is challenging Dr Peter Phillips for the leadership of the People’s National Party. (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>His “Prosperity” rallying cry is manifesting itself across Jamaica with new hotels, highways, infrastructure, new vehicles and businesses springing up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holness also won the general election in 2016 by redefining how election campaigns are fought by effectively using social media and serving up a new vision of Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The PNP’s leadership race is a study in contrasts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the one hand, you have Dr Peter Phillips, a PNP stalwart who has acquitted himself well in every portfolio he has held. He has been hailed as the natural successor to Norman Manley, Michael Manley and PJ Patterson.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1746} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-1024x682.jpg\" alt=\"\" class=\"wp-image-1746\" /><figcaption><strong>Dr Peter Phillips after nomination last month. He is seeking to retain the presidency of the PNP. Photo (Anthony Henry)</strong></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At 70, it may well be his last chance to cement his leadership and position the party to defeat the JLP and secure a long tenure in power.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is not an evidently charismatic leader who is adroit at media in this new century. Rather, he prefers to let his track record and vision for the country go before him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For sure he is statesmanlike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting is a self-made, successful businessman, who represents the more modern and progressive wing of the party.  He made a name for himself by defeating former Prime Minister Hugh Shearer for the South East Clarendon seat in the 1993 general election. Later in his political career, he secured the Central Manchester seat for the PNP as well as becoming an effective General Secretary. He is also a former Minister of National Security. His bona fides are clear to see.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1716} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bunting-addressing-delegates--1024x683.jpg\" alt=\"\" class=\"wp-image-1716\" /><figcaption>Bunting addressing supporters after being nominated last month to challenge Dr Phillips. (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He wants to take the PNP in an altogether new direction and reshape it to be a modern political force that can unseat the JLP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, who is 12 years younger than Dr Phillips, maintains that the PNP must make itself electable and that it must win the hearts and minds of Jamaicans. He also believes that it is folly to rely on old strategies to win 21st-century elections — in other words, what succeeded yesterday, is no guarantee of victory today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What would Norman Manley make of it all?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do tell us at Buzz.</p>\n<!-- /wp:paragraph -->','Taking up Norman Manley’s mantle','','publish','open','closed','','taking-up-norman-manleys-mantle','','','2019-08-14 20:03:46','2019-08-15 01:03:46','',0,'https://buzz-caribbean.com/?p=1691',0,'post','',0),(1692,9,'2019-08-05 11:47:26','2019-08-05 16:47:26','<!-- wp:image {\"id\":1679} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/resort-summerset-CCC-1024x679.jpg\" alt=\"\" class=\"wp-image-1679\" /><figcaption>The tourism students hold various positions - from general manager to line staff. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Imagine a resort of several acres being run solely by undergraduate tourism students. This has been the case at the Summerset Resort and Hotel Training School in West End, Negril, Westmoreland, for almost a year.“They serve real guests. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“They serve real guests.\"</p><cite>Eladio Vassel, general manager for the Western Hospitality Institute’s Negril Campus </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p> <br>Students from the Western Hospitality Institute have been operating the Summerset Resort since September 2018, holding various positions – from general manager to line staff. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1678} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Summerset-B-1024x679.jpg\" alt=\"\" class=\"wp-image-1678\" /><figcaption>The entrance of the Summerset Resort in Negril. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“They serve real guests. There are guests who are checking into the hotel,” said Eladio Vassel, who is general manager of the Western Hospitality Institute’s Negril Campus.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1680} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/resort-summerset-BB-1024x679.jpg\" alt=\"\" class=\"wp-image-1680\" /><figcaption>The typical bed that welcomes guests who book rooms at the resort. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The property has a swimming pool, a stage for nightly entertainment events and six two-bedroom cottages. Each room has basic amenities, including a kitchen. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The property also houses a wooden cabin with a loft and a duplex that can accommodate up to nine persons. There is also a conference room that can host up to 200 persons, theatre-style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1681} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Summerset-cotage-1024x679.jpg\" alt=\"\" class=\"wp-image-1681\" /><figcaption>One of the six two-bedroom cottages at the resort. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Summerset room rates are a standard US$80 per room for double occupancy. Children under 12 years old can stay at the hotel free of cost, but there is an additional US$40 charge for persons over 12 years old. This rate covers breakfast, lunch and dinner.</p>\n<!-- /wp:paragraph -->','Tourism students run boutique resort in Negril','','inherit','closed','closed','','1672-revision-v1','','','2019-08-05 11:47:26','2019-08-05 16:47:26','',1672,'https://buzz-caribbean.com/article/1672-revision-v1/',0,'revision','',0),(1693,14,'2019-08-05 11:48:09','2019-08-05 16:48:09','','jurassic-world-2015-buzz-screengrab','','inherit','closed','closed','','jurassic-world-2015-buzz-screengrab','','','2019-08-05 11:48:09','2019-08-05 16:48:09','',1670,'https://buzz-caribbean.com/app/uploads/2019/08/jurassic-world-2015-buzz-screengrab.jpg',0,'attachment','image/jpeg',0),(1694,9,'2019-08-05 11:52:44','2019-08-05 16:52:44','<!-- wp:image {\"id\":1679} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/resort-summerset-CCC-1024x679.jpg\" alt=\"\" class=\"wp-image-1679\" /><figcaption>The tourism students hold various positions at the resort - from general manager to line staff. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Imagine a resort of several acres being run solely by undergraduate tourism students. This has been the case at the Summerset Resort and Hotel Training School in West End, Negril, Westmoreland, for almost a year.“They serve real guests. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“They serve real guests.\"</p><cite>Eladio Vassel, general manager for the Western Hospitality Institute’s Negril Campus </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p> <br>Students from the Western Hospitality Institute have been operating the Summerset Resort since September 2018, holding various positions – from general manager to line staff. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1678} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Summerset-B-1024x679.jpg\" alt=\"\" class=\"wp-image-1678\" /><figcaption>The entrance of the Summerset Resort in Negril. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“They serve real guests. There are guests who are checking into the hotel,” said Eladio Vassel, who is general manager of the Western Hospitality Institute’s Negril Campus.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1680} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/resort-summerset-BB-1024x679.jpg\" alt=\"\" class=\"wp-image-1680\" /><figcaption>The typical bed that welcomes guests who book rooms at the resort. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The property has a swimming pool, a stage for nightly entertainment events and six two-bedroom cottages. Each room has basic amenities, including a kitchen. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The property also houses a wooden cabin with a loft and a duplex that can accommodate up to nine persons. There is also a conference room that can host up to 200 persons, theatre-style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1681} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Summerset-cotage-1024x679.jpg\" alt=\"\" class=\"wp-image-1681\" /><figcaption>One of the six two-bedroom cottages at the resort. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Summerset room rates are a standard US$80 per room for double occupancy. Children under 12 years old can stay at the hotel free of cost, but there is an additional US$40 charge for persons over 12 years old. This rate covers breakfast, lunch and dinner.</p>\n<!-- /wp:paragraph -->','Tourism students run boutique hotel in Negril','','inherit','closed','closed','','1672-revision-v1','','','2019-08-05 11:52:44','2019-08-05 16:52:44','',1672,'https://buzz-caribbean.com/article/1672-revision-v1/',0,'revision','',0),(1695,21,'2019-08-05 12:03:02','2019-08-05 17:03:02','<!-- wp:image {\"id\":1700} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/britney-spears-bae.jpg\" alt=\"\" class=\"wp-image-1700\" /><figcaption>Britney Spears (right) and boyfriend, Sam Asghari.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Britney Spears has gushed over her \"hot\" boyfriend Sam Asghari.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Piece of Me</strong> hitmaker says she feels very lucky to be waking up to the personal trainer every morning, as he showed off his cooking skills.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the video posted to Instagram, she said: \"I can\'t believe I wake up every morning to this man ... Not only is my boyfriend really hot, he\'s probably like the best chef in the world. He\'s showing off right now.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Britney\'s relationship with Sam has gone from strength to strength as of late after the duo met on the set of her \'Slumber Party\' video.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Not only is my boyfriend really hot, he\'s probably like the best chef in the world.\"</p><cite> — Britney Spears</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Explaining how they first met, she shared: \"We were doing the scene where I was doing the walk scene through the hall to go through the door to go to the bedroom, and we were sitting there and waiting and waiting together for like 20 minutes at a time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We were having to be literally stuck there together, so we were basically forced to talk to each other ... I kept his number, and it was so weird - it was like five months later, and I found his number in my bag. I was like: \'He is really cute. This guy is really cute.\' So, then I called him, and ever since then ... He is just a really fun, funny person.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Britney previously confessed Sam inspires her to be better and makes her feel \"like the luckiest girl in the world\".<br><br></p>\n<!-- /wp:paragraph -->','Britney Spears is happy to wake up with \'hot\' boyfriend','','publish','closed','closed','','britney-spears-is-happy-to-wake-up-with-hot-boyfriend','','','2019-08-13 15:00:53','2019-08-13 20:00:53','',0,'https://buzz-caribbean.com/?p=1695',0,'post','',0),(1696,14,'2019-08-05 11:54:07','2019-08-05 16:54:07','','avengers-infinity-war-official-buzz','','inherit','closed','closed','','avengers-infinity-war-official-buzz','','','2019-08-05 11:54:07','2019-08-05 16:54:07','',1670,'https://buzz-caribbean.com/app/uploads/2019/08/avengers-infinity-war-official-buzz.jpg',0,'attachment','image/jpeg',0),(1697,4,'2019-08-05 11:54:24','2019-08-05 16:54:24','<!-- wp:paragraph -->\n<p>By Al Edwards</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the People’s National Party (PNP) undergoing a factious leadership battle, which will determine its fortunes in the coming years, one wonders what Norman Manley would today make of the party he founded back in 1938.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Manley was an ardent advocate of the trade union movement and was a tireless champion of underprivileged and less fortunate Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>PHOTO: Norman Manley</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His clarion call was for universal adult suffrage in Jamaica. He also believed in the Federation of the West Indies which was shot down in a referendum but later emerged as CARICOM.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>I say that the mission of my generation was to win self-government for Jamaica</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— Norman Manley</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He led the PNP for 31 years, positioning it as a political juggernaut winning multiple general elections and producing the longest serving Prime Minister in Jamaica’s history (PJ Patterson). At one of his last public speeches Manley prophetically declared: “I say that the mission of my generation was to win self-government for Jamaica, to win political power which is the final power for the black masses of my country from which I spring. <br> I am proud to stand here today and say to you who fought that fight with me, say it with gladness and pride, mission accomplished for my generation.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“And what is the mission of this generation? It is…\nreconstructing the social and economic society and life of Jamaica.”<br>\n<br>\nThe election battle on September 7<sup>th</sup> to lead the PNP sees Peter\nBunting squaring off against the incumbent Dr Peter Phillips at a time when the\nPNP is up against a resurgent Jamaica Labour Party (JLP) lead by a young\ndynamic Prime Minister, Andrew Holness whose popularity continues to increase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Photo: of Peter Bunting is challenging Dr Peter Phillips for the\nleadership of the People’s National Party.</strong><br>\n<br>\nHis “Prosperity” rallying cry is manifesting itself across Jamaica with new\nhotels, highways, infrastructure, new vehicles and businesses springing up.<br>\n<br>\nHolness also won the general election in 2016 by redefining how election\ncampaigns are fought by effectively using social media and serving up a new\nvision of Jamaica.<br>\n<br>\nThe PNP’s leadership race is a study in contrasts.<br>\n<br>\nOn the one hand, you have Dr Peter Phillips a PNP stalwart who has acquitted\nhimself well in every portfolio he has held. He has been hailed as the natural\nsuccessor to Norman Manley, Michael Manley and PJ Patterson. <br>\n<br>\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Photo: Dr Peter Phillips is seeking to retain the presidency of the PNP.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At 70, it may well be his last chance to cement his leadership and position the party to defeat the JLP and secure a long tenure in power.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is not an evidently charismatic leader who is adroit at media in this new century. Rather, he prefers to let his track record and vision for the country go before him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For sure he is statesmanlike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting is a self-made successful businessman who represents the more modern and progressive wing of the party.  He made a name for himself by defeating former Prime Minister Hugh Shearer for the South East Clarendon seat in the 1993 general election. Later in his political career, he secured the Central Manchester seat for the PNP as well as becoming an effective General Secretary. He is also a former Minister of National Security. His bona fides are clear to see.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He wants to take the PNP in an altogether new direction and reshape it to be a modern political force that can unseat the JLP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, who is 12 years younger than Dr Phillips, maintains that the PNP must make itself electable and that it must win the hearts and minds of Jamaicans. He also believes that it is folly to rely on old strategies to win 21st-century elections — in other words, what succeeded yesterday, is no guarantee of victory today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What would Norman Manley make of it all?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do tell us at Buzz.<br> <br> </p>\n<!-- /wp:paragraph -->','Taking up Norman Manley’s mantle','','inherit','closed','closed','','1691-revision-v1','','','2019-08-05 11:54:24','2019-08-05 16:54:24','',1691,'https://buzz-caribbean.com/article/1691-revision-v1/',0,'revision','',0),(1698,14,'2019-08-05 11:55:29','2019-08-05 16:55:29','','star-wars-tfa-poster-buzz','','inherit','closed','closed','','star-wars-tfa-poster-buzz','','','2019-08-05 11:55:29','2019-08-05 16:55:29','',1670,'https://buzz-caribbean.com/app/uploads/2019/08/star-wars-tfa-poster-buzz.jpg',0,'attachment','image/jpeg',0),(1699,14,'2019-08-05 11:56:22','2019-08-05 16:56:22','','titanic-iconic-scene-buzz-screengrab','','inherit','closed','closed','','titanic-iconic-scene-buzz-screengrab','','','2019-08-05 11:56:22','2019-08-05 16:56:22','',1670,'https://buzz-caribbean.com/app/uploads/2019/08/titanic-iconic-scene-buzz-screengrab.jpeg',0,'attachment','image/jpeg',0),(1700,9,'2019-08-05 11:57:48','2019-08-05 16:57:48','','Britney Spears and boyfriend Sam Asghari attend Lakers vs the Golden State Warriors in Downtown Los Angeles','172459, Britney Spears and boyfriend Sam Asghari attend Lakers vs the NBA Champions Golden State Warriors at the Staples Center in Downtown Los Angeles. Los Angeles, California - Wednesday November 29,  2017  Photograph: Â© Jerry Perez, PacificCoastNews. Los Angeles Office (PCN): +1 310.822.0419 UK Office (Avalon): +44 (0) 20 7421 6000','inherit','closed','closed','','britney-spears-and-boyfriend-sam-asghari-attend-lakers-vs-the-golden-state-warriors-in-downtown-los-angeles','','','2019-08-05 11:57:48','2019-08-05 16:57:48','',1695,'https://buzz-caribbean.com/app/uploads/2019/08/britney-spears-bae.jpg',0,'attachment','image/jpeg',0),(1701,14,'2019-08-05 11:57:48','2019-08-05 16:57:48','','avatar-offical-poster-buzz','','inherit','closed','closed','','avatar-offical-poster-buzz','','','2019-08-05 11:57:48','2019-08-05 16:57:48','',1670,'https://buzz-caribbean.com/app/uploads/2019/08/avatar-offical-poster-buzz.jpg',0,'attachment','image/jpeg',0),(1702,14,'2019-08-05 11:58:02','2019-08-05 16:58:02','<!-- wp:paragraph -->\n<p>After nearly a decade of asking, one film has\ndone the impossible. Avengers: Endgame as of July 2019, has officially become\nthe world’s highest-grossing movie of all time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To deny James Cameron’s sci-fi/fantasy epic\nAvatar is a tremendous feat, seeing as the now-second most successful film of\nall time, grossed US $2.789 billion in 2009.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Based on insights from Box Office Mojo, BUZZ notes\nthat the Marvel Cinematic Universe (MCU) has four entries in the global top 10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;If\nparent company Disney is included, the pair sweep two extra spots on the best 10,\nto bring Buena Vista Studios’ count to six out of ten.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to know which other films are in the top\n10? We got you!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>BUZZ presents the top 10 highest-grossing films\nof all time worldwide (not counting inflation):</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>10. <em>Black Panther</em> (2018), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1689} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-panther-two-kings-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-1689\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office figures (US cinemas only): </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>9. <em>Avengers: Age of Ultron</em> (2015), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1684} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-age-of-ultron-screengrab-bluray-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-1684\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>8. <em>Furious 7</em> (2015), Universal Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1685} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/furious-7-screengrab-buzz-1024x538.jpg\" alt=\"\" class=\"wp-image-1685\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>7. <em>Marvel\'s The Avengers</em> (2012), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1687} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-2012-assemble-1024x576.jpg\" alt=\"\" class=\"wp-image-1687\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>6. <em>Jurassic World</em> (2015), Universal Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1693} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jurassic-world-2015-buzz-screengrab-1024x576.jpg\" alt=\"\" class=\"wp-image-1693\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>5. <em>Avengers: Infinity War</em> (2018), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1696} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-infinity-war-official-buzz-1024x797.jpg\" alt=\"\" class=\"wp-image-1696\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>4. <em>Star Wars: The Force Awakens</em> (2015), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1698} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/star-wars-tfa-poster-buzz-1024x672.jpg\" alt=\"\" class=\"wp-image-1698\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Titanic (1997), Paramount Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1699} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/titanic-iconic-scene-buzz-screengrab-1024x596.jpeg\" alt=\"\" class=\"wp-image-1699\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Avatar (2009), Fox Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1701} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avatar-offical-poster-buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-1701\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>2. Avatar</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Avengers: Endgame (2019), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1688} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-poster-buzz-crop-1-1024x536.jpg\" alt=\"\" class=\"wp-image-1688\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>1.&nbsp;&nbsp;&nbsp; Avengers:\nEndgame</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->','10 highest-grossing films of all time','','inherit','closed','closed','','1670-revision-v1','','','2019-08-05 11:58:02','2019-08-05 16:58:02','',1670,'https://buzz-caribbean.com/article/1670-revision-v1/',0,'revision','',0),(1703,11,'2019-08-05 12:00:11','2019-08-05 17:00:11','<!-- wp:paragraph -->\n<p>Growing up, I was often told the story of a pretty girl who this man fell head over heels in love with and married. He whisked her away to his home for them to live happily ever after. That did not happen. Homeboy found out that she not only couldn\'t boil water but couldn\'t clean, make a bed, wash, iron or hang a curtain. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1671} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/clean-cleaning-mop-1024x683.jpg\" alt=\"\" class=\"wp-image-1671\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In short order, he returned her to her mother’s house with the note <em>“teach your daughter how to be a wife before you unleash her on society.”</em> Ouch!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1673} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/break-up-breakup-broken-14303-1024x683.jpg\" alt=\"\" class=\"wp-image-1673\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What I took away from the story, was that a woman should have some domestic skills to bring to a marriage in order to pull her weight and for it to be successful.  Though she was very pleasing to the eyes, the girl in the story was unable to do anything around the house and it became a strain on her union. Clearly, looks cannot be a substitute for skills.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Today’s woman is not a house slave or a maid to cater to the whims and fancies of a man.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In today’s world of Instagram models, designer bodies, permanent make-up plus some good old genes that mamma shared with you,  pretty girls have several platforms to show off their looks and get countless compliments, not to mention a few people sliding into their direct messages with propositions aplenty. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1674} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Instagram-Posts-1024x1024.jpg\" alt=\"\" class=\"wp-image-1674\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Men are very visual creatures and looks have always been an important factor in keeping them interested. But aside from looks what else should a beautiful woman bring to the table?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1675} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Checklist-1024x683.jpg\" alt=\"\" class=\"wp-image-1675\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Feminists will argue that today’s woman is not a house slave or a maid to cater to the whims and fancies of a man and that she should be valued for her intellect above her ability to knead dumplings. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1677} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/white-clothes-1024x685.jpg\" alt=\"\" class=\"wp-image-1677\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The running of a household is something that they can pay someone else to do and get on with living their best life because a woman’s worth should not be tied to how well she can get stains out of a white shirt!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Others feel that being stunning physically should not be a barrier to learning to take care of oneself and one’s home. Even if you have the financial means to have a full domestic staff at your disposal, it bodes well for any woman to understand the nuances of how her home is operated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>A woman’s worth should not be tied to how well she can get stains out of a white shirt.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>There are a few cases of high society wives who are flawless in appearance but because they have no time or interest in doing things that please their spouses, lose their mates to the helpers as they were the ones always holding down the fort...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1682} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/breakup-1024x683.jpg\" alt=\"\" class=\"wp-image-1682\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It seems like a topic you want to clear up before settling down.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Do you think a woman\'s domestic abilities matter in making her a good partner?</em></p>\n<!-- /wp:paragraph -->','WANTED: Pretty girl who can cook?','','inherit','closed','closed','','1655-revision-v1','','','2019-08-05 12:00:11','2019-08-05 17:00:11','',1655,'https://buzz-caribbean.com/article/1655-revision-v1/',0,'revision','',0),(1704,11,'2019-08-05 12:54:58','2019-08-05 17:54:58','<!-- wp:paragraph -->\n<p>A <a href=\"https://www.news.com.au/lifestyle/parenting/babies/mum-faces-fierce-backlash-after-calling-her-baby-son-ugly/news-story/2fe2160374b43ff345716c9b983ba51f\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">three-minute video</a> featuring a young African American mother lamenting about the fact that her baby boy was in her own words ‘weird looking’ went viral recently. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1713} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screengrab-Viral-Video.jpg\" alt=\"\" class=\"wp-image-1713\" /><figcaption>Screengrab of the viral video in which Quaylaa Ann called her newborn son \"weird-looking\" <em>(Photo: news.com.au)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She spoke about it being her worst fear realised and that at times she wants to hurt the father of her son as she claims he took his features from him. In the end, she consoled herself with the fact that at least he had a head full of beautiful hair.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For some, the video was funny as she was obviously bothered by the child\'s physical features. But most saw it as being disrespectful and hoped that as the child grows she won\'t emotionally torture him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>How then is it possible for a mother of all persons to declare her child to be ugly?</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The video once again sparked the debate of whether or not there is such a thing as an ugly baby because most of us were raised on the philosophy that babies, puppies, kittens, fairies and unicorns are all cute creations. How then is it possible for a mother of all persons to declare her child to be ugly?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1726} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/accessories-adorable-baby-1024x683.jpg\" alt=\"\" class=\"wp-image-1726\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The concept of an ugly baby just seems to be a betrayal of a mother’s love as some argue that the child\'s innocence alone makes him or her beautiful and precious in God’s sight.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>When in doubt about whether or not a child is ‘unique looking’, observe how onlookers approach them and...their reactions.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>So do ugly babies exist? Yes. They do. Being completely honest, some bundles of joy are hard on the eyes. When in doubt about whether or not a child is ‘unique looking’, observe how onlookers approach them and what their reactions are when they see the child’s face. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An ugly baby will get the ‘oh my’ but with a tremble in their voices as if they are hard-pressed to keep looking and would rather turn away. If this has happened in the past, you may have an ugly baby!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The concept of an ugly baby just seems to be a betrayal of a mother’s love.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>If you are not the unfortunate parent of a child whose features have gained notoriety but you get approached by someone carrying such a bundle, here is what you do. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Firstly, you control your face and body language, then you focus on the parents and not the child and if they insist on bringing the baby into the conversation, then you try and find something generic to compliment like ‘that’s a cute outfit she has on’ or ‘look at her chubby little legs’ or ‘he is going to be so strong when he grows up”. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And parents of our \"unique looking\" bundles of joy, be consoled; iconic Jamaican poet and activist, Honourable Louise Bennett-Coverley reminded us <em>\"Ugly baby grow pretty...\"</em></p>\n<!-- /wp:paragraph -->','Is there such a thing as an ugly baby?','','publish','open','closed','','is-there-such-a-thing-as-an-ugly-baby','','','2019-08-15 11:37:16','2019-08-15 16:37:16','',0,'https://buzz-caribbean.com/?p=1704',0,'post','',0),(1705,9,'2019-08-05 12:01:59','2019-08-05 17:01:59','<!-- wp:image {\"id\":1700} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/britney-spears-bae.jpg\" alt=\"\" class=\"wp-image-1700\" /><figcaption>Britney Spears (right) and boyfriend, Sam Asghari.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Britney Spears has gushed over her \"hot\" boyfriend Sam Asghari.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'Piece of Me\' hitmaker says she feels very lucky to be waking up to the personal trainer every morning, as he showed off his cooking skills.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the video posted to Instagram, she said: \"I can\'t believe I wake up every morning to this man ... Not only is my boyfriend really hot, he\'s probably like the best chef in the world. He\'s showing off right now.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Britney\'s relationship with Sam has gone from strength to strength as of late after the duo met on the set of her \'Slumber Party\' video.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Not only is my boyfriend really hot, he\'s probably like the best chef in the world.\"</p><cite>- Britney Spears</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Explaining how they first met, she shared: \"We were doing the scene where I was doing the walk scene through the hall to go through the door to go to the bedroom, and we were sitting there and waiting and waiting together for like 20 minutes at a time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We were having to be literally stuck there together, so we were basically forced to talk to each other ... I kept his number, and it was so weird - it was like five months later, and I found his number in my bag. I was like: \'He is really cute. This guy is really cute.\' So, then I called him, and ever since then ... He is just a really fun, funny person.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Britney previously confessed Sam inspires her to be better and makes her feel \"like the luckiest girl in the world\".<br><br></p>\n<!-- /wp:paragraph -->','Britney Spears is happy to wake up with \'hot\' boyfriend','','inherit','closed','closed','','1695-revision-v1','','','2019-08-05 12:01:59','2019-08-05 17:01:59','',1695,'https://buzz-caribbean.com/article/1695-revision-v1/',0,'revision','',0),(1706,14,'2019-08-05 12:03:01','2019-08-05 17:03:01','<!-- wp:paragraph -->\n<p>After nearly a decade of asking, one film has\ndone the impossible. Avengers: Endgame as of July 2019, has officially become\nthe world’s highest-grossing movie of all time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To deny James Cameron’s sci-fi/fantasy epic\nAvatar is a tremendous feat, seeing as the now-second most successful film of\nall time, grossed US $2.789 billion in 2009.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Based on insights from <a href=\"https://www.boxofficemojo.com/alltime/world/\">Box Office Mojo</a>, BUZZ notes that the Marvel Cinematic Universe (MCU) has four entries in the global top 10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;If\nparent company Disney is included, the pair sweep two extra spots on the best 10,\nto bring Buena Vista Studios’ count to six out of ten.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to know which other films are in the top\n10? We got you!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>BUZZ presents the top 10 highest-grossing films\nof all time worldwide (not counting inflation):</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>10. <em>Black Panther</em> (2018), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1689} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-panther-two-kings-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-1689\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office figures (US cinemas only): </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>9. <em>Avengers: Age of Ultron</em> (2015), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1684} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-age-of-ultron-screengrab-bluray-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-1684\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>8. <em>Furious 7</em> (2015), Universal Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1685} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/furious-7-screengrab-buzz-1024x538.jpg\" alt=\"\" class=\"wp-image-1685\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>7. <em>Marvel\'s The Avengers</em> (2012), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1687} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-2012-assemble-1024x576.jpg\" alt=\"\" class=\"wp-image-1687\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>6. <em>Jurassic World</em> (2015), Universal Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1693} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jurassic-world-2015-buzz-screengrab-1024x576.jpg\" alt=\"\" class=\"wp-image-1693\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>5. <em>Avengers: Infinity War</em> (2018), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1696} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-infinity-war-official-buzz-1024x797.jpg\" alt=\"\" class=\"wp-image-1696\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>4. <em>Star Wars: The Force Awakens</em> (2015), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1698} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/star-wars-tfa-poster-buzz-1024x672.jpg\" alt=\"\" class=\"wp-image-1698\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>3. <em>Titanic</em> (1997), Paramount Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1699} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/titanic-iconic-scene-buzz-screengrab-1024x596.jpeg\" alt=\"\" class=\"wp-image-1699\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>2. <em>Avatar</em> (2009), Fox Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1701} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avatar-offical-poster-buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-1701\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>1. <em>Avengers: Endgame</em> (2019), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1688} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-poster-buzz-crop-1-1024x536.jpg\" alt=\"\" class=\"wp-image-1688\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->','10 highest-grossing films of all time','','inherit','closed','closed','','1670-revision-v1','','','2019-08-05 12:03:01','2019-08-05 17:03:01','',1670,'https://buzz-caribbean.com/article/1670-revision-v1/',0,'revision','',0),(1707,4,'2019-08-05 12:03:11','2019-08-05 17:03:11','<!-- wp:paragraph -->\n<p>By Al Edwards</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the People’s National Party (PNP) undergoing a factious leadership battle, which will determine its fortunes in the coming years, one wonders what Norman Manley would today make of the party he founded back in 1938.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Manley was an ardent advocate of the trade union movement and was a tireless champion of underprivileged and less fortunate Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>PHOTO: Norman Manley</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His clarion call was for universal adult suffrage in Jamaica. He also believed in the Federation of the West Indies which was shot down in a referendum but later emerged as CARICOM.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>I say that the mission of my generation was to win self-government for Jamaica</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— Norman Manley</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He led the PNP for 31 years, positioning it as a political juggernaut winning multiple general elections and producing the longest-serving Prime Minister in Jamaica’s history (PJ Patterson).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At one of his last public speeches, Manley prophetically declared: “I say that the mission of my generation was to win self-government for Jamaica, to win political power which is the final power for the black masses of my country from which I spring. I am proud to stand here today and say to you who fought that fight with me, say it with gladness and pride, mission accomplished for my generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“And what is the mission of this generation? It is… reconstructing the social and economic society and life of Jamaica.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The election battle on September 7 to lead the PNP sees Peter Bunting squaring off against the incumbent Dr Peter Phillips at a time when the PNP is up against a resurgent Jamaica Labour Party (JLP) led by a young dynamic Prime Minister, Andrew Holness whose popularity continues to increase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Photo: of Peter Bunting is challenging Dr Peter Phillips for the leadership of the People’s National Party.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His “Prosperity” rallying cry is manifesting itself across Jamaica with new hotels, highways, infrastructure, new vehicles and businesses springing up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holness also won the general election in 2016 by redefining how election campaigns are fought by effectively using social media and serving up a new vision of Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The PNP’s leadership race is a study in contrasts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the one hand, you have Dr Peter Phillips a PNP stalwart who has acquitted himself well in every portfolio he has held. He has been hailed as the natural successor to Norman Manley, Michael Manley and PJ Patterson.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Photo: Dr Peter Phillips is seeking to retain the presidency of the PNP</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At 70, it may well be his last chance to cement his leadership and position the party to defeat the JLP and secure a long tenure in power.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is not an evidently charismatic leader who is adroit at media in this new century. Rather, he prefers to let his track record and vision for the country go before him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For sure he is statesmanlike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting is a self-made successful businessman who represents the more modern and progressive wing of the party.  He made a name for himself by defeating former Prime Minister Hugh Shearer for the South East Clarendon seat in the 1993 general election. Later in his political career, he secured the Central Manchester seat for the PNP as well as becoming an effective General Secretary. He is also a former Minister of National Security. His bona fides are clear to see.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He wants to take the PNP in an altogether new direction and reshape it to be a modern political force that can unseat the JLP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, who is 12 years younger than Dr Phillips, maintains that the PNP must make itself electable and that it must win the hearts and minds of Jamaicans. He also believes that it is folly to rely on old strategies to win 21st-century elections — in other words, what succeeded yesterday, is no guarantee of victory today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What would Norman Manley make of it all?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do tell us at Buzz.</p>\n<!-- /wp:paragraph -->','Taking up Norman Manley’s mantle','','inherit','closed','closed','','1691-revision-v1','','','2019-08-05 12:03:11','2019-08-05 17:03:11','',1691,'https://buzz-caribbean.com/article/1691-revision-v1/',0,'revision','',0),(1708,4,'2019-08-05 12:06:14','2019-08-05 17:06:14','','norman-manley','','inherit','closed','closed','','norman-manley','','','2019-08-05 12:06:14','2019-08-05 17:06:14','',1691,'https://buzz-caribbean.com/app/uploads/2019/08/norman-manley.jpg',0,'attachment','image/jpeg',0),(1709,4,'2019-08-05 12:08:30','2019-08-05 17:08:30','<!-- wp:paragraph -->\n<p>By Al Edwards</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the People’s National Party (PNP) undergoing a factious leadership battle, which will determine its fortunes in the coming years, one wonders what Norman Manley would today make of the party he founded back in 1938.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Manley was an ardent advocate of the trade union movement and was a tireless champion of underprivileged and less fortunate Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1708} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/norman-manley-1024x683.jpg\" alt=\"\" class=\"wp-image-1708\" /><figcaption>Statue of Norman Manly outside the St William Grant Park in downtown Kingston (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>His clarion call was for universal adult suffrage in Jamaica. He also believed in the Federation of the West Indies which was shot down in a referendum but later emerged as CARICOM.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>I say that the mission of my generation was to win self-government for Jamaica</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— Norman Manley</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He led the PNP for 31 years, positioning it as a political juggernaut winning multiple general elections and producing the longest-serving Prime Minister in Jamaica’s history (PJ Patterson).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At one of his last public speeches, Manley prophetically declared: “I say that the mission of my generation was to win self-government for Jamaica, to win political power which is the final power for the black masses of my country from which I spring. I am proud to stand here today and say to you who fought that fight with me, say it with gladness and pride, mission accomplished for my generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“And what is the mission of this generation? It is… reconstructing the social and economic society and life of Jamaica.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The election battle on September 7 to lead the PNP sees Peter Bunting squaring off against the incumbent Dr Peter Phillips at a time when the PNP is up against a resurgent Jamaica Labour Party (JLP) led by a young dynamic Prime Minister, Andrew Holness whose popularity continues to increase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Photo: of Peter Bunting is challenging Dr Peter Phillips for the leadership of the People’s National Party.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His “Prosperity” rallying cry is manifesting itself across Jamaica with new hotels, highways, infrastructure, new vehicles and businesses springing up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holness also won the general election in 2016 by redefining how election campaigns are fought by effectively using social media and serving up a new vision of Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The PNP’s leadership race is a study in contrasts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the one hand, you have Dr Peter Phillips a PNP stalwart who has acquitted himself well in every portfolio he has held. He has been hailed as the natural successor to Norman Manley, Michael Manley and PJ Patterson.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Photo: Dr Peter Phillips is seeking to retain the presidency of the PNP</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At 70, it may well be his last chance to cement his leadership and position the party to defeat the JLP and secure a long tenure in power.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is not an evidently charismatic leader who is adroit at media in this new century. Rather, he prefers to let his track record and vision for the country go before him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For sure he is statesmanlike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting is a self-made successful businessman who represents the more modern and progressive wing of the party.  He made a name for himself by defeating former Prime Minister Hugh Shearer for the South East Clarendon seat in the 1993 general election. Later in his political career, he secured the Central Manchester seat for the PNP as well as becoming an effective General Secretary. He is also a former Minister of National Security. His bona fides are clear to see.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He wants to take the PNP in an altogether new direction and reshape it to be a modern political force that can unseat the JLP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, who is 12 years younger than Dr Phillips, maintains that the PNP must make itself electable and that it must win the hearts and minds of Jamaicans. He also believes that it is folly to rely on old strategies to win 21st-century elections — in other words, what succeeded yesterday, is no guarantee of victory today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What would Norman Manley make of it all?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do tell us at Buzz.</p>\n<!-- /wp:paragraph -->','Taking up Norman Manley’s mantle','','inherit','closed','closed','','1691-revision-v1','','','2019-08-05 12:08:30','2019-08-05 17:08:30','',1691,'https://buzz-caribbean.com/article/1691-revision-v1/',0,'revision','',0),(1710,4,'2019-08-05 12:17:03','2019-08-05 17:17:03','','peter-bunting','','inherit','closed','closed','','peter-bunting','','','2019-08-05 12:17:03','2019-08-05 17:17:03','',1691,'https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting.jpg',0,'attachment','image/jpeg',0),(1711,4,'2019-08-05 12:17:50','2019-08-05 17:17:50','<!-- wp:paragraph -->\n<p>By Al Edwards</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the People’s National Party (PNP) undergoing a factious leadership battle, which will determine its fortunes in the coming years, one wonders what Norman Manley would today make of the party he founded back in 1938.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Manley was an ardent advocate of the trade union movement and was a tireless champion of underprivileged and less fortunate Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1708} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/norman-manley-1024x683.jpg\" alt=\"\" class=\"wp-image-1708\" /><figcaption>Statue of Norman Manly outside the St William Grant Park in downtown Kingston (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>His clarion call was for universal adult suffrage in Jamaica. He also believed in the Federation of the West Indies which was shot down in a referendum but later emerged as CARICOM.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I say that the mission of my generation was to win self-government for Jamaica.\"</p><cite>— Norman Manley</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He led the PNP for 31 years, positioning it as a political juggernaut winning multiple general elections and producing the longest-serving Prime Minister in Jamaica’s history (PJ Patterson).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At one of his last public speeches, Manley prophetically declared: “I say that the mission of my generation was to win self-government for Jamaica, to win political power which is the final power for the black masses of my country from which I spring. I am proud to stand here today and say to you who fought that fight with me, say it with gladness and pride, mission accomplished for my generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“And what is the mission of this generation? It is… reconstructing the social and economic society and life of Jamaica.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The election battle on September 7 to lead the PNP sees Peter Bunting squaring off against the incumbent Dr Peter Phillips at a time when the PNP is up against a resurgent Jamaica Labour Party (JLP) led by a young dynamic Prime Minister, Andrew Holness whose popularity continues to increase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1710} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-1024x683.jpg\" alt=\"\" class=\"wp-image-1710\" /><figcaption>Peter Bunting is challenging Dr Peter Phillips for the leadership of the People’s National Party. (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>His “Prosperity” rallying cry is manifesting itself across Jamaica with new hotels, highways, infrastructure, new vehicles and businesses springing up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holness also won the general election in 2016 by redefining how election campaigns are fought by effectively using social media and serving up a new vision of Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The PNP’s leadership race is a study in contrasts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the one hand, you have Dr Peter Phillips a PNP stalwart who has acquitted himself well in every portfolio he has held. He has been hailed as the natural successor to Norman Manley, Michael Manley and PJ Patterson.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Photo: Dr Peter Phillips is seeking to retain the presidency of the PNP</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At 70, it may well be his last chance to cement his leadership and position the party to defeat the JLP and secure a long tenure in power.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is not an evidently charismatic leader who is adroit at media in this new century. Rather, he prefers to let his track record and vision for the country go before him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For sure he is statesmanlike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting is a self-made successful businessman who represents the more modern and progressive wing of the party.  He made a name for himself by defeating former Prime Minister Hugh Shearer for the South East Clarendon seat in the 1993 general election. Later in his political career, he secured the Central Manchester seat for the PNP as well as becoming an effective General Secretary. He is also a former Minister of National Security. His bona fides are clear to see.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He wants to take the PNP in an altogether new direction and reshape it to be a modern political force that can unseat the JLP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, who is 12 years younger than Dr Phillips, maintains that the PNP must make itself electable and that it must win the hearts and minds of Jamaicans. He also believes that it is folly to rely on old strategies to win 21st-century elections — in other words, what succeeded yesterday, is no guarantee of victory today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What would Norman Manley make of it all?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do tell us at Buzz.</p>\n<!-- /wp:paragraph -->','Taking up Norman Manley’s mantle','','inherit','closed','closed','','1691-revision-v1','','','2019-08-05 12:17:50','2019-08-05 17:17:50','',1691,'https://buzz-caribbean.com/article/1691-revision-v1/',0,'revision','',0),(1712,4,'2019-08-05 12:18:50','2019-08-05 17:18:50','<!-- wp:paragraph -->\n<p>By Al Edwards</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the People’s National Party (PNP) undergoing a factious leadership battle, which will determine its fortunes in the coming years, one wonders what Norman Manley would today make of the party he founded back in 1938.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Manley was an ardent advocate of the trade union movement and was a tireless champion of underprivileged and less fortunate Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1708} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/norman-manley-1024x683.jpg\" alt=\"\" class=\"wp-image-1708\" /><figcaption>Statue of Norman Manly outside the St William Grant Park in downtown Kingston (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>His clarion call was for universal adult suffrage in Jamaica. He also believed in the Federation of the West Indies which was shot down in a referendum but later emerged as CARICOM.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I say that the mission of my generation was to win self-government for Jamaica.\"</p><cite>— Norman Manley</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He led the PNP for 31 years, positioning it as a political juggernaut winning multiple general elections and producing the longest-serving Prime Minister in Jamaica’s history (PJ Patterson).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At one of his last public speeches, Manley prophetically declared: “I say that the mission of my generation was to win self-government for Jamaica, to win political power which is the final power for the black masses of my country from which I spring. I am proud to stand here today and say to you who fought that fight with me, say it with gladness and pride, mission accomplished for my generation. And what is the mission of this generation? It is… reconstructing the social and economic society and life of Jamaica.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The election battle on September 7 to lead the PNP sees Peter Bunting squaring off against the incumbent Dr Peter Phillips at a time when the PNP is up against a resurgent Jamaica Labour Party (JLP) led by a young dynamic Prime Minister, Andrew Holness whose popularity continues to increase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1710} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-1024x683.jpg\" alt=\"\" class=\"wp-image-1710\" /><figcaption>Peter Bunting is challenging Dr Peter Phillips for the leadership of the People’s National Party. (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>His “Prosperity” rallying cry is manifesting itself across Jamaica with new hotels, highways, infrastructure, new vehicles and businesses springing up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holness also won the general election in 2016 by redefining how election campaigns are fought by effectively using social media and serving up a new vision of Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The PNP’s leadership race is a study in contrasts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the one hand, you have Dr Peter Phillips a PNP stalwart who has acquitted himself well in every portfolio he has held. He has been hailed as the natural successor to Norman Manley, Michael Manley and PJ Patterson.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Photo: Dr Peter Phillips is seeking to retain the presidency of the PNP</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At 70, it may well be his last chance to cement his leadership and position the party to defeat the JLP and secure a long tenure in power.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is not an evidently charismatic leader who is adroit at media in this new century. Rather, he prefers to let his track record and vision for the country go before him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For sure he is statesmanlike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting is a self-made successful businessman who represents the more modern and progressive wing of the party.  He made a name for himself by defeating former Prime Minister Hugh Shearer for the South East Clarendon seat in the 1993 general election. Later in his political career, he secured the Central Manchester seat for the PNP as well as becoming an effective General Secretary. He is also a former Minister of National Security. His bona fides are clear to see.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He wants to take the PNP in an altogether new direction and reshape it to be a modern political force that can unseat the JLP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, who is 12 years younger than Dr Phillips, maintains that the PNP must make itself electable and that it must win the hearts and minds of Jamaicans. He also believes that it is folly to rely on old strategies to win 21st-century elections — in other words, what succeeded yesterday, is no guarantee of victory today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What would Norman Manley make of it all?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do tell us at Buzz.</p>\n<!-- /wp:paragraph -->','Taking up Norman Manley’s mantle','','inherit','closed','closed','','1691-revision-v1','','','2019-08-05 12:18:50','2019-08-05 17:18:50','',1691,'https://buzz-caribbean.com/article/1691-revision-v1/',0,'revision','',0),(1713,11,'2019-08-05 12:19:58','2019-08-05 17:19:58','','Screengrab-Viral-Video','','inherit','closed','closed','','screengrab-viral-video','','','2019-08-05 12:19:58','2019-08-05 17:19:58','',1704,'https://buzz-caribbean.com/app/uploads/2019/08/Screengrab-Viral-Video.jpg',0,'attachment','image/jpeg',0),(1715,21,'2019-08-05 12:29:32','2019-08-05 17:29:32','<!-- wp:image {\"id\":1717} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/zendaya.jpg\" alt=\"\" class=\"wp-image-1717\" /><figcaption>Zendaya says she is happy her work was received with an open heart. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Zendaya thanked her fans for \"receiving her work with an open heart\" after the season finale of <strong>Euphoria</strong> aired.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 22-year-old actress - who plays Rue in the HBO drama - posted a lengthy message on social media as the first season aired its final eighth episode on August 4.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I\'m so grateful for this show.\"</p><cite> — Zendaya </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She wrote on Instagram: \"I have a lot to say, and I don\'t know how to get it out, or even process these last eight weeks, but I\'ll try. I\'m so grateful for this show. For the beautiful family I\'ve gained from it, for the self-discovery and purpose I\'ve found in it, and the people that we\'ve been able to connect with and speak to through it. We spent months, hard months, pouring ourselves into something we love, and it was an honour to have done so beside so many insanely talented, extraordinary people.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She also thanked the cast and other members of the crew, who “inspired me and pushed me to be better every day.”<br><br></p>\n<!-- /wp:paragraph -->','Zendaya thanks fans after Euphoria airs season finale','','publish','closed','closed','','zendaya-thanks-fans-after-euphoria-airs-season-finale','','','2019-08-13 15:00:46','2019-08-13 20:00:46','',0,'https://buzz-caribbean.com/?p=1715',0,'post','',0),(1716,4,'2019-08-05 12:21:07','2019-08-05 17:21:07','','bunting-addressing-delegates-','','inherit','closed','closed','','bunting-addressing-delegates','','','2019-08-05 12:21:07','2019-08-05 17:21:07','',1691,'https://buzz-caribbean.com/app/uploads/2019/08/bunting-addressing-delegates-.jpg',0,'attachment','image/jpeg',0),(1717,9,'2019-08-05 12:22:19','2019-08-05 17:22:19','','Zendaya at GQ Men of the Year Awards 2018 in association with Hugo Boss held at Tate Modern in London','Zendaya at GQ Men of the Year Awards 2018 in association with Hugo Boss held at Tate Modern in London. London, United Kingdom - Wednesday September 5, 2018.\n\nPicture by Julie Edwards/LFI/Avalon.\n\nAll usages must be credited Julie Edwards/LFI/Avalon.','inherit','closed','closed','','zendaya-at-gq-men-of-the-year-awards-2018-in-association-with-hugo-boss-held-at-tate-modern-in-london','','','2019-08-05 12:26:48','2019-08-05 17:26:48','',1715,'https://buzz-caribbean.com/app/uploads/2019/08/zendaya.jpg',0,'attachment','image/jpeg',0),(1719,14,'2019-08-05 12:28:19','2019-08-05 17:28:19','<!-- wp:paragraph -->\n<p>After nearly a decade of asking, one film has done what was thought to be impossible. Avengers: Endgame as of July 2019, has officially become the world’s highest-grossing movie of all time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To deny James Cameron’s sci-fi/fantasy epic\nAvatar is a tremendous feat, seeing as the now-second most successful film of\nall time, grossed US $2.789 billion in 2009.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Based on insights from <a href=\"https://www.boxofficemojo.com/alltime/world/\">Box Office Mojo</a>, BUZZ notes that the Marvel Cinematic Universe (MCU) has four entries in the global top 10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;If\nparent company Disney is included, the pair sweep two extra spots on the best 10,\nto bring Buena Vista Studios’ count to six out of ten.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to know which other films are in the top\n10? We got you!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>BUZZ presents the top 10 highest-grossing films\nof all time worldwide (not counting inflation):</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>10. <em>Black Panther</em> (2018), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1689} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-panther-two-kings-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-1689\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office figures (US cinemas only): </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>9. <em>Avengers: Age of Ultron</em> (2015), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1684} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-age-of-ultron-screengrab-bluray-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-1684\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>8. <em>Furious 7</em> (2015), Universal Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1685} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/furious-7-screengrab-buzz-1024x538.jpg\" alt=\"\" class=\"wp-image-1685\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>7. <em>Marvel\'s The Avengers</em> (2012), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1687} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-2012-assemble-1024x576.jpg\" alt=\"\" class=\"wp-image-1687\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>6. <em>Jurassic World</em> (2015), Universal Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1693} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jurassic-world-2015-buzz-screengrab-1024x576.jpg\" alt=\"\" class=\"wp-image-1693\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>5. <em>Avengers: Infinity War</em> (2018), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1696} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-infinity-war-official-buzz-1024x797.jpg\" alt=\"\" class=\"wp-image-1696\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>4. <em>Star Wars: The Force Awakens</em> (2015), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1698} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/star-wars-tfa-poster-buzz-1024x672.jpg\" alt=\"\" class=\"wp-image-1698\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>3. <em>Titanic</em> (1997), Paramount Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1699} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/titanic-iconic-scene-buzz-screengrab-1024x596.jpeg\" alt=\"\" class=\"wp-image-1699\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>2. <em>Avatar</em> (2009), Fox Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1701} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avatar-offical-poster-buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-1701\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>1. <em>Avengers: Endgame</em> (2019), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1688} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-poster-buzz-crop-1-1024x536.jpg\" alt=\"\" class=\"wp-image-1688\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->','Disney, Fox, Universal or Paramount: What are the highest-grossing films of all time?','','inherit','closed','closed','','1670-revision-v1','','','2019-08-05 12:28:19','2019-08-05 17:28:19','',1670,'https://buzz-caribbean.com/article/1670-revision-v1/',0,'revision','',0),(1720,9,'2019-08-05 12:28:26','2019-08-05 17:28:26','<!-- wp:image {\"id\":1717} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/zendaya.jpg\" alt=\"\" class=\"wp-image-1717\" /><figcaption>Zendaya says she is happy her work was received with an open heart. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Zendaya thanked her fans for \"receiving her work with an open heart\" after the season finale of \'Euphoria\' aired.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 22-year-old actress - who plays Rue in the HBO drama - posted a lengthy message on social media as the first season aired its final eighth episode on August 4.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I\'m so grateful for this show.\"</p><cite>-  Zendaya </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She wrote on Instagram: \"I have a lot to say, and I don\'t know how to get it out, or even process these last eight weeks, but I\'ll try. I\'m so grateful for this show. For the beautiful family I\'ve gained from it, for the self discovery and purpose I\'ve found in it, and the people that we\'ve been able to connect with and speak to through it. We spent months, hard months, pouring ourselves into something we love, and it was an honour to have done so beside so many insanely talented, extraordinary people.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She also thanked the cast and other members of the crew, who “inspired me and pushed me to be better every day.”<br><br></p>\n<!-- /wp:paragraph -->','Zendaya thanks fans after Euphoria airs season finale','','inherit','closed','closed','','1715-revision-v1','','','2019-08-05 12:28:26','2019-08-05 17:28:26','',1715,'https://buzz-caribbean.com/article/1715-revision-v1/',0,'revision','',0),(1721,9,'2019-08-05 12:29:32','2019-08-05 17:29:32','<!-- wp:image {\"id\":1717} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/zendaya.jpg\" alt=\"\" class=\"wp-image-1717\" /><figcaption>Zendaya says she is happy her work was received with an open heart. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Zendaya thanked her fans for \"receiving her work with an open heart\" after the season finale of \'Euphoria\' aired.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 22-year-old actress - who plays Rue in the HBO drama - posted a lengthy message on social media as the first season aired its final eighth episode on August 4.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I\'m so grateful for this show.\"</p><cite>-  Zendaya </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She wrote on Instagram: \"I have a lot to say, and I don\'t know how to get it out, or even process these last eight weeks, but I\'ll try. I\'m so grateful for this show. For the beautiful family I\'ve gained from it, for the self-discovery and purpose I\'ve found in it, and the people that we\'ve been able to connect with and speak to through it. We spent months, hard months, pouring ourselves into something we love, and it was an honour to have done so beside so many insanely talented, extraordinary people.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She also thanked the cast and other members of the crew, who “inspired me and pushed me to be better every day.”<br><br></p>\n<!-- /wp:paragraph -->','Zendaya thanks fans after Euphoria airs season finale','','inherit','closed','closed','','1715-revision-v1','','','2019-08-05 12:29:32','2019-08-05 17:29:32','',1715,'https://buzz-caribbean.com/article/1715-revision-v1/',0,'revision','',0),(1722,4,'2019-08-05 12:30:52','2019-08-05 17:30:52','<!-- wp:paragraph -->\n<p>By Al Edwards</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the People’s National Party (PNP) undergoing a factious leadership battle, which will determine its fortunes in the coming years, one wonders what Norman Manley would today make of the party he founded back in 1938.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Manley was an ardent advocate of the trade union movement and was a tireless champion of underprivileged and less fortunate Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1708} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/norman-manley-1024x683.jpg\" alt=\"\" class=\"wp-image-1708\" /><figcaption>Statue of Norman Manly outside the St William Grant Park in downtown Kingston (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>His clarion call was for universal adult suffrage in Jamaica. He also believed in the Federation of the West Indies which was shot down in a referendum but later emerged as CARICOM.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I say that the mission of my generation was to win self-government for Jamaica.\"</p><cite>— Norman Manley</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He led the PNP for 31 years, positioning it as a political juggernaut winning multiple general elections and producing the longest-serving Prime Minister in Jamaica’s history (PJ Patterson).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At one of his last public speeches, Manley prophetically declared: “I say that the mission of my generation was to win self-government for Jamaica, to win political power which is the final power for the black masses of my country from which I spring. I am proud to stand here today and say to you who fought that fight with me, say it with gladness and pride, mission accomplished for my generation. And what is the mission of this generation? It is… reconstructing the social and economic society and life of Jamaica.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The election battle on September 7 to lead the PNP sees Peter Bunting squaring off against the incumbent Dr Peter Phillips at a time when the PNP is up against a resurgent Jamaica Labour Party (JLP) led by a young dynamic Prime Minister, Andrew Holness whose popularity continues to increase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1710} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-1024x683.jpg\" alt=\"\" class=\"wp-image-1710\" /><figcaption>Peter Bunting is challenging Dr Peter Phillips for the leadership of the People’s National Party. (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>His “Prosperity” rallying cry is manifesting itself across Jamaica with new hotels, highways, infrastructure, new vehicles and businesses springing up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holness also won the general election in 2016 by redefining how election campaigns are fought by effectively using social media and serving up a new vision of Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The PNP’s leadership race is a study in contrasts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the one hand, you have Dr Peter Phillips a PNP stalwart who has acquitted himself well in every portfolio he has held. He has been hailed as the natural successor to Norman Manley, Michael Manley and PJ Patterson.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Photo: Dr Peter Phillips is seeking to retain the presidency of the PNP</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At 70, it may well be his last chance to cement his leadership and position the party to defeat the JLP and secure a long tenure in power.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is not an evidently charismatic leader who is adroit at media in this new century. Rather, he prefers to let his track record and vision for the country go before him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For sure he is statesmanlike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting is a self-made successful businessman who represents the more modern and progressive wing of the party.  He made a name for himself by defeating former Prime Minister Hugh Shearer for the South East Clarendon seat in the 1993 general election. Later in his political career, he secured the Central Manchester seat for the PNP as well as becoming an effective General Secretary. He is also a former Minister of National Security. His bona fides are clear to see.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1716} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bunting-addressing-delegates--1024x683.jpg\" alt=\"\" class=\"wp-image-1716\" /><figcaption>Bunting addressing supporters after being nominated last month to challenge Dr Phillips. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He wants to take the PNP in an altogether new direction and reshape it to be a modern political force that can unseat the JLP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, who is 12 years younger than Dr Phillips, maintains that the PNP must make itself electable and that it must win the hearts and minds of Jamaicans. He also believes that it is folly to rely on old strategies to win 21st-century elections — in other words, what succeeded yesterday, is no guarantee of victory today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What would Norman Manley make of it all?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do tell us at Buzz.</p>\n<!-- /wp:paragraph -->','Taking up Norman Manley’s mantle','','inherit','closed','closed','','1691-revision-v1','','','2019-08-05 12:30:52','2019-08-05 17:30:52','',1691,'https://buzz-caribbean.com/article/1691-revision-v1/',0,'revision','',0),(1723,14,'2019-08-05 12:30:57','2019-08-05 17:30:57','<!-- wp:image {\"id\":1651} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-poster-buzz-crop-1024x536.jpg\" alt=\"\" class=\"wp-image-1651\" /><figcaption>Members of the cast from Avengers: Endgame (Photo contributed, Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The hottest film of spring 2019, <strong><em>Avengers: Endgame</em></strong>, officially overtook the James Cameron epic <strong><em>Avatar</em></strong> as the highest-grossing movie of all time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Endgame, the 20th entry in the Marvel Cinematic\nUniverse (MCU), has dethroned the 2009 sci-fi/fantasy blockbuster by the slimmest\nof margins.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to <a href=\"https://www.boxofficemojo.com/alltime/world/\">Box Office Mojo</a>, as of July 30, <strong><em>Endgame</em></strong> has grossed more than US$2.794 billion worldwide – just outpacing <strong><em>Avatar</em></strong>, which amassed a staggering US$2.789 billion in second place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1657} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-vs-avatar.jpg\" alt=\"\" class=\"wp-image-1657\" /><figcaption>Fox Studios\' megahit Avatar and Disney\'s high-riding record-breaker, Avengers: Endgame (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>(No spoilers!) </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Based on the iconic <strong><em>Avengers</em></strong> comics by the late Stan Lee and Jack Kirby, Endgame follows the surviving members of the superhero squad and their allies, who desperately attempt to reverse the damage caused by Thanos in <strong><em>Infinity War</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See official trailer, courtesy of <em>Marvel Entertainment</em>, below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/TcMBFSGVi1c\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/TcMBFSGVi1c\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Experts from Deadline Hollywood wrote in late April, \"[<strong><em>Avengers: Endgame</em></strong>] had a worldwide opening of $1.2 billion, the biggest of all time and nearly double <strong><em>Infinity War</em></strong>\'s previous record of $640.5 million.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It was also the fastest film ever to eclipse the $1 billion and $1.5 billion mark, doing so in just five days and eight days respectively (less than half what it took Infinity War),” Deadline Hollywood writer, Nancy Tartaglione added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The film has been hailed as a bittersweet\nfinale to Marvel’s ‘third phase’ of the MCU, with Endgame scoring a 94 percent,\n‘certified fresh’ score on American review-aggregation website Rotten Tomatoes.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> &nbsp;<strong><em>“Exciting, entertaining, and emotionally impactful, Avengers: Endgame does whatever it takes to deliver a satisfying finale to Marvel\'s epic Infinity Saga.” </em></strong></p><cite>-  Critics Consensus, RottenTomatoes.com </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>For those who haven’t yet seen Avengers: Endgame, what are you waiting for? Curious to know what films made the top 10 highest-grossers of all time? Check our <a href=\"https://buzz-caribbean.com/article/10-highest-grossing-films-of-all-time/\">story here</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Buzzhive</strong>! What was your favourite scene? Sound off in the comments section below.</p>\n<!-- /wp:paragraph -->','SNAP! Avengers: Endgame is the world\'s highest-grossing film','','inherit','closed','closed','','1649-revision-v1','','','2019-08-05 12:30:57','2019-08-05 17:30:57','',1649,'https://buzz-caribbean.com/article/1649-revision-v1/',0,'revision','',0),(1725,4,'2019-08-05 12:34:57','2019-08-05 17:34:57','<!-- wp:image {\"id\":1679} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/resort-summerset-CCC-1024x679.jpg\" alt=\"\" class=\"wp-image-1679\" /><figcaption>The tourism students hold various positions at the resort - from general manager to line staff. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Imagine a resort of several acres being run solely by undergraduate tourism students. This has been the case at the Summerset Resort and Hotel Training School in West End, Negril, Westmoreland, for almost a year.“They serve real guests. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“They serve real guests.\"</p><cite>— Eladio Vassel</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p> <br>Students from the Western Hospitality Institute have been operating the Summerset Resort since September 2018, holding various positions – from general manager to line staff. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1678} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Summerset-B-1024x679.jpg\" alt=\"\" class=\"wp-image-1678\" /><figcaption>The entrance of the Summerset Resort in Negril. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“They serve real guests. There are guests who are checking into the hotel,” said Eladio Vassel, who is general manager of the Western Hospitality Institute’s Negril Campus.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1680} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/resort-summerset-BB-1024x679.jpg\" alt=\"\" class=\"wp-image-1680\" /><figcaption>The typical bed that welcomes guests who book rooms at the resort. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The property has a swimming pool, a stage for nightly entertainment events and six two-bedroom cottages. Each room has basic amenities, including a kitchen. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The property also houses a wooden cabin with a loft and a duplex that can accommodate up to nine persons. There is also a conference room that can host up to 200 persons, theatre-style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1681} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Summerset-cotage-1024x679.jpg\" alt=\"\" class=\"wp-image-1681\" /><figcaption>One of the six two-bedroom cottages at the resort. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Summerset room rates are a standard US$80 per room for double occupancy. Children under 12 years old can stay at the hotel free of cost, but there is an additional US$40 charge for persons over 12 years old. This rate covers breakfast, lunch and dinner.</p>\n<!-- /wp:paragraph -->','Tourism students run boutique hotel in Negril','','inherit','closed','closed','','1672-revision-v1','','','2019-08-05 12:34:57','2019-08-05 17:34:57','',1672,'https://buzz-caribbean.com/article/1672-revision-v1/',0,'revision','',0),(1726,11,'2019-08-05 12:35:16','2019-08-05 17:35:16','','accessories-adorable-baby','','inherit','closed','closed','','accessories-adorable-baby','','','2019-08-05 12:35:16','2019-08-05 17:35:16','',1704,'https://buzz-caribbean.com/app/uploads/2019/08/accessories-adorable-baby.jpg',0,'attachment','image/jpeg',0),(1727,14,'2019-08-05 12:41:11','2019-08-05 17:41:11','<!-- wp:image {\"id\":1651} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-poster-buzz-crop-1024x536.jpg\" alt=\"\" class=\"wp-image-1651\" /><figcaption>Members of the cast from Avengers: Endgame (Photo contributed, Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The hottest film of spring 2019, <strong><em>Avengers: Endgame</em></strong>, officially overtook the James Cameron epic <strong><em>Avatar</em></strong> as the highest-grossing movie of all time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Endgame</em></strong>, the 20th entry in the Marvel Cinematic Universe (MCU), has dethroned the 2009 sci-fi/fantasy blockbuster by the slimmest of margins.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to <a href=\"https://www.boxofficemojo.com/alltime/world/\">Box Office Mojo</a>, as of July 30, <strong><em>Endgame</em></strong> has grossed more than US$2.794 billion worldwide – just outpacing <strong><em>Avatar</em></strong>, which amassed a staggering US$2.789 billion in second place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1657} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-vs-avatar.jpg\" alt=\"\" class=\"wp-image-1657\" /><figcaption>Fox Studios\' megahit Avatar and Disney\'s high-riding record-breaker, Avengers: Endgame (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>(No spoilers, we promise!) </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Based on the iconic <strong><em>Avengers</em></strong> comics by the late Stan Lee and Jack Kirby, <strong><em>Endgame</em></strong> follows the surviving members of the superhero squad and their allies, who desperately attempt to reverse the damage caused by Thanos in <strong><em>Infinity War</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See the official trailer, courtesy of <em>Marvel Entertainment</em>, below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/TcMBFSGVi1c\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/TcMBFSGVi1c\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Critics from Deadline.com wrote in late April, \"[<strong><em>Avengers: Endgame</em></strong>] had a worldwide opening of $1.2 billion, the biggest of all time and nearly double <strong><em>Infinity War</em></strong>\'s previous record of $640.5 million.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It was also the fastest film ever to eclipse the $1 billion and $1.5 billion mark, doing so in just five days and eight days respectively (less than half what it took Infinity War),” Deadline Hollywood writer, Nancy Tartaglione added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The film has been hailed as a bittersweet\nfinale to Marvel’s ‘third phase’ of the MCU, with Endgame scoring a 94 percent,\n‘certified fresh’ score on American review-aggregation website Rotten Tomatoes.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> &nbsp;<strong><em>“Exciting, entertaining, and emotionally impactful, Avengers: Endgame does whatever it takes to deliver a satisfying finale to Marvel\'s epic Infinity Saga.” </em></strong></p><cite>-  Critics Consensus, RottenTomatoes.com </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>For those who haven’t yet seen <strong><em>Avengers: Endgame</em></strong>, what are you waiting for? Curious to know what films made the 10 highest grossers of all-time list? Check out our <a href=\"https://buzz-caribbean.com/article/10-highest-grossing-films-of-all-time/\">story here</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Buzzhive</strong>, what was your favourite scene? Sound off in the comments section below.</p>\n<!-- /wp:paragraph -->','SNAP! Avengers: Endgame is the world\'s highest-grossing film','','inherit','closed','closed','','1649-revision-v1','','','2019-08-05 12:41:11','2019-08-05 17:41:11','',1649,'https://buzz-caribbean.com/article/1649-revision-v1/',0,'revision','',0),(1728,11,'2019-08-05 12:47:50','2019-08-05 17:47:50','<!-- wp:paragraph -->\n<p>A <a href=\"https://www.news.com.au/lifestyle/parenting/babies/mum-faces-fierce-backlash-after-calling-her-baby-son-ugly/news-story/2fe2160374b43ff345716c9b983ba51f\">three-minute video</a> featuring a young African American mother lamenting about the fact that her baby boy was in her own words ‘weird looking’ went viral recently. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1713} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screengrab-Viral-Video.jpg\" alt=\"\" class=\"wp-image-1713\" /><figcaption>Screengrab of the viral video in which Quaylaa Ann called her newborn son \"weird-looking\" <em>(Photo: news.com.au)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She spoke about it being her worst fear realised and that at times she wants to hurt the father of her son as she claims he took his features from him. In the end, she consoled herself with the fact that at least he had a head full of beautiful hair.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For some, the video was funny as she was obviously bothered by the child\'s physical features. But most saw it as being disrespectful and hoped that as the child grows she won\'t emotionally torture him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>How then is it possible for a mother of all persons to declare her child to be ugly?</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The video once again sparked the debate of whether or not there is such a thing as an ugly baby because most of us were raised on the philosophy that babies, puppies, kittens, fairies and unicorns are all cute creations. How then is it possible for a mother of all persons to declare her child to be ugly?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1726} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/accessories-adorable-baby-1024x683.jpg\" alt=\"\" class=\"wp-image-1726\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The concept of an ugly baby just seems to be a betrayal of mother’s love as some argue that the fact that the child\'s innocence alone makes him or her beautiful and precious in God’s sight.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>When in doubt about whether or not a child is ‘unique looking’, observe how onlookers approach them and...their reactions.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>So do ugly babies exist? Yes. They do. Being completely honest, some bundles of joy are hard on the eyes. When in doubt about whether or not a child is ‘unique looking’, observe how onlookers approach them and what their reactions are when they see the child’s face. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An ugly baby will get the ‘oh my’ but with a tremble in their voices as if they are hard-pressed to keep looking and would rather turn away. If this has happened in the past, you may have an ugly baby!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The concept of an ugly baby just seems to be a betrayal of mother’s love.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>If you are not the unfortunate parent of a child whose features have gained notoriety but you get approached by someone carrying such a bundle, here is what you do. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Firstly, you control your face and body language, then you focus on the parents and not the child and if they insist on bringing the baby into the conversation, then you try and find something generic to compliment like ‘that’s a cute outfit she has on’ or ‘look at her chubby little legs’ or ‘he is going to be so strong when he grows up”. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And parents of our \"unique looking\" bundles of joy, be consoled; iconic Jamaican poet and cultural ambassador Honourable Louise Bennett-Coverly reminded us <em>\"Ugly baby grow pretty...\"</em></p>\n<!-- /wp:paragraph -->','Is there such a thing as an ugly baby?','','inherit','closed','closed','','1704-revision-v1','','','2019-08-05 12:47:50','2019-08-05 17:47:50','',1704,'https://buzz-caribbean.com/article/1704-revision-v1/',0,'revision','',0),(1729,11,'2019-08-05 12:49:30','2019-08-05 17:49:30','<!-- wp:paragraph -->\n<p>A <a href=\"https://www.news.com.au/lifestyle/parenting/babies/mum-faces-fierce-backlash-after-calling-her-baby-son-ugly/news-story/2fe2160374b43ff345716c9b983ba51f\">three-minute video</a> featuring a young African American mother lamenting about the fact that her baby boy was in her own words ‘weird looking’ went viral recently. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1713} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screengrab-Viral-Video.jpg\" alt=\"\" class=\"wp-image-1713\" /><figcaption>Screengrab of the viral video in which Quaylaa Ann called her newborn son \"weird-looking\" <em>(Photo: news.com.au)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She spoke about it being her worst fear realised and that at times she wants to hurt the father of her son as she claims he took his features from him. In the end, she consoled herself with the fact that at least he had a head full of beautiful hair.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For some, the video was funny as she was obviously bothered by the child\'s physical features. But most saw it as being disrespectful and hoped that as the child grows she won\'t emotionally torture him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>How then is it possible for a mother of all persons to declare her child to be ugly?</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The video once again sparked the debate of whether or not there is such a thing as an ugly baby because most of us were raised on the philosophy that babies, puppies, kittens, fairies and unicorns are all cute creations. How then is it possible for a mother of all persons to declare her child to be ugly?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1726} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/accessories-adorable-baby-1024x683.jpg\" alt=\"\" class=\"wp-image-1726\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The concept of an ugly baby just seems to be a betrayal of a mother’s love as some argue that the fact that the child\'s innocence alone makes him or her beautiful and precious in God’s sight.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>When in doubt about whether or not a child is ‘unique looking’, observe how onlookers approach them and...their reactions.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>So do ugly babies exist? Yes. They do. Being completely honest, some bundles of joy are hard on the eyes. When in doubt about whether or not a child is ‘unique looking’, observe how onlookers approach them and what their reactions are when they see the child’s face. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An ugly baby will get the ‘oh my’ but with a tremble in their voices as if they are hard-pressed to keep looking and would rather turn away. If this has happened in the past, you may have an ugly baby!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The concept of an ugly baby just seems to be a betrayal of mother’s love.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>If you are not the unfortunate parent of a child whose features have gained notoriety but you get approached by someone carrying such a bundle, here is what you do. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Firstly, you control your face and body language, then you focus on the parents and not the child and if they insist on bringing the baby into the conversation, then you try and find something generic to compliment like ‘that’s a cute outfit she has on’ or ‘look at her chubby little legs’ or ‘he is going to be so strong when he grows up”. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And parents of our \"unique looking\" bundles of joy, be consoled; iconic Jamaican poet and cultural ambassador Honourable Louise Bennett-Coverly reminded us <em>\"Ugly baby grow pretty...\"</em></p>\n<!-- /wp:paragraph -->','Is there such a thing as an ugly baby?','','inherit','closed','closed','','1704-revision-v1','','','2019-08-05 12:49:30','2019-08-05 17:49:30','',1704,'https://buzz-caribbean.com/article/1704-revision-v1/',0,'revision','',0),(1730,11,'2019-08-05 12:50:09','2019-08-05 17:50:09','<!-- wp:paragraph -->\n<p>A <a href=\"https://www.news.com.au/lifestyle/parenting/babies/mum-faces-fierce-backlash-after-calling-her-baby-son-ugly/news-story/2fe2160374b43ff345716c9b983ba51f\">three-minute video</a> featuring a young African American mother lamenting about the fact that her baby boy was in her own words ‘weird looking’ went viral recently. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1713} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screengrab-Viral-Video.jpg\" alt=\"\" class=\"wp-image-1713\" /><figcaption>Screengrab of the viral video in which Quaylaa Ann called her newborn son \"weird-looking\" <em>(Photo: news.com.au)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She spoke about it being her worst fear realised and that at times she wants to hurt the father of her son as she claims he took his features from him. In the end, she consoled herself with the fact that at least he had a head full of beautiful hair.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For some, the video was funny as she was obviously bothered by the child\'s physical features. But most saw it as being disrespectful and hoped that as the child grows she won\'t emotionally torture him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>How then is it possible for a mother of all persons to declare her child to be ugly?</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The video once again sparked the debate of whether or not there is such a thing as an ugly baby because most of us were raised on the philosophy that babies, puppies, kittens, fairies and unicorns are all cute creations. How then is it possible for a mother of all persons to declare her child to be ugly?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1726} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/accessories-adorable-baby-1024x683.jpg\" alt=\"\" class=\"wp-image-1726\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The concept of an ugly baby just seems to be a betrayal of a mother’s love as some argue that the child\'s innocence alone makes him or her beautiful and precious in God’s sight.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>When in doubt about whether or not a child is ‘unique looking’, observe how onlookers approach them and...their reactions.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>So do ugly babies exist? Yes. They do. Being completely honest, some bundles of joy are hard on the eyes. When in doubt about whether or not a child is ‘unique looking’, observe how onlookers approach them and what their reactions are when they see the child’s face. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An ugly baby will get the ‘oh my’ but with a tremble in their voices as if they are hard-pressed to keep looking and would rather turn away. If this has happened in the past, you may have an ugly baby!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The concept of an ugly baby just seems to be a betrayal of mother’s love.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>If you are not the unfortunate parent of a child whose features have gained notoriety but you get approached by someone carrying such a bundle, here is what you do. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Firstly, you control your face and body language, then you focus on the parents and not the child and if they insist on bringing the baby into the conversation, then you try and find something generic to compliment like ‘that’s a cute outfit she has on’ or ‘look at her chubby little legs’ or ‘he is going to be so strong when he grows up”. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And parents of our \"unique looking\" bundles of joy, be consoled; iconic Jamaican poet and cultural ambassador Honourable Louise Bennett-Coverly reminded us <em>\"Ugly baby grow pretty...\"</em></p>\n<!-- /wp:paragraph -->','Is there such a thing as an ugly baby?','','inherit','closed','closed','','1704-revision-v1','','','2019-08-05 12:50:09','2019-08-05 17:50:09','',1704,'https://buzz-caribbean.com/article/1704-revision-v1/',0,'revision','',0),(1731,11,'2019-08-05 12:50:34','2019-08-05 17:50:34','<!-- wp:paragraph -->\n<p>A <a href=\"https://www.news.com.au/lifestyle/parenting/babies/mum-faces-fierce-backlash-after-calling-her-baby-son-ugly/news-story/2fe2160374b43ff345716c9b983ba51f\">three-minute video</a> featuring a young African American mother lamenting about the fact that her baby boy was in her own words ‘weird looking’ went viral recently. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1713} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screengrab-Viral-Video.jpg\" alt=\"\" class=\"wp-image-1713\" /><figcaption>Screengrab of the viral video in which Quaylaa Ann called her newborn son \"weird-looking\" <em>(Photo: news.com.au)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She spoke about it being her worst fear realised and that at times she wants to hurt the father of her son as she claims he took his features from him. In the end, she consoled herself with the fact that at least he had a head full of beautiful hair.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For some, the video was funny as she was obviously bothered by the child\'s physical features. But most saw it as being disrespectful and hoped that as the child grows she won\'t emotionally torture him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>How then is it possible for a mother of all persons to declare her child to be ugly?</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The video once again sparked the debate of whether or not there is such a thing as an ugly baby because most of us were raised on the philosophy that babies, puppies, kittens, fairies and unicorns are all cute creations. How then is it possible for a mother of all persons to declare her child to be ugly?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1726} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/accessories-adorable-baby-1024x683.jpg\" alt=\"\" class=\"wp-image-1726\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The concept of an ugly baby just seems to be a betrayal of a mother’s love as some argue that the child\'s innocence alone makes him or her beautiful and precious in God’s sight.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>When in doubt about whether or not a child is ‘unique looking’, observe how onlookers approach them and...their reactions.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>So do ugly babies exist? Yes. They do. Being completely honest, some bundles of joy are hard on the eyes. When in doubt about whether or not a child is ‘unique looking’, observe how onlookers approach them and what their reactions are when they see the child’s face. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An ugly baby will get the ‘oh my’ but with a tremble in their voices as if they are hard-pressed to keep looking and would rather turn away. If this has happened in the past, you may have an ugly baby!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The concept of an ugly baby just seems to be a betrayal of a mother’s love.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>If you are not the unfortunate parent of a child whose features have gained notoriety but you get approached by someone carrying such a bundle, here is what you do. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Firstly, you control your face and body language, then you focus on the parents and not the child and if they insist on bringing the baby into the conversation, then you try and find something generic to compliment like ‘that’s a cute outfit she has on’ or ‘look at her chubby little legs’ or ‘he is going to be so strong when he grows up”. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And parents of our \"unique looking\" bundles of joy, be consoled; iconic Jamaican poet and cultural ambassador Honourable Louise Bennett-Coverly reminded us <em>\"Ugly baby grow pretty...\"</em></p>\n<!-- /wp:paragraph -->','Is there such a thing as an ugly baby?','','inherit','closed','closed','','1704-revision-v1','','','2019-08-05 12:50:34','2019-08-05 17:50:34','',1704,'https://buzz-caribbean.com/article/1704-revision-v1/',0,'revision','',0),(1732,11,'2019-08-05 12:54:58','2019-08-05 17:54:58','<!-- wp:paragraph -->\n<p>A <a href=\"https://www.news.com.au/lifestyle/parenting/babies/mum-faces-fierce-backlash-after-calling-her-baby-son-ugly/news-story/2fe2160374b43ff345716c9b983ba51f\">three-minute video</a> featuring a young African American mother lamenting about the fact that her baby boy was in her own words ‘weird looking’ went viral recently. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1713} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screengrab-Viral-Video.jpg\" alt=\"\" class=\"wp-image-1713\" /><figcaption>Screengrab of the viral video in which Quaylaa Ann called her newborn son \"weird-looking\" <em>(Photo: news.com.au)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She spoke about it being her worst fear realised and that at times she wants to hurt the father of her son as she claims he took his features from him. In the end, she consoled herself with the fact that at least he had a head full of beautiful hair.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For some, the video was funny as she was obviously bothered by the child\'s physical features. But most saw it as being disrespectful and hoped that as the child grows she won\'t emotionally torture him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>How then is it possible for a mother of all persons to declare her child to be ugly?</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The video once again sparked the debate of whether or not there is such a thing as an ugly baby because most of us were raised on the philosophy that babies, puppies, kittens, fairies and unicorns are all cute creations. How then is it possible for a mother of all persons to declare her child to be ugly?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1726} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/accessories-adorable-baby-1024x683.jpg\" alt=\"\" class=\"wp-image-1726\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The concept of an ugly baby just seems to be a betrayal of a mother’s love as some argue that the child\'s innocence alone makes him or her beautiful and precious in God’s sight.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>When in doubt about whether or not a child is ‘unique looking’, observe how onlookers approach them and...their reactions.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>So do ugly babies exist? Yes. They do. Being completely honest, some bundles of joy are hard on the eyes. When in doubt about whether or not a child is ‘unique looking’, observe how onlookers approach them and what their reactions are when they see the child’s face. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An ugly baby will get the ‘oh my’ but with a tremble in their voices as if they are hard-pressed to keep looking and would rather turn away. If this has happened in the past, you may have an ugly baby!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The concept of an ugly baby just seems to be a betrayal of a mother’s love.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>If you are not the unfortunate parent of a child whose features have gained notoriety but you get approached by someone carrying such a bundle, here is what you do. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Firstly, you control your face and body language, then you focus on the parents and not the child and if they insist on bringing the baby into the conversation, then you try and find something generic to compliment like ‘that’s a cute outfit she has on’ or ‘look at her chubby little legs’ or ‘he is going to be so strong when he grows up”. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And parents of our \"unique looking\" bundles of joy, be consoled; iconic Jamaican poet and activist, Honourable Louise Bennett-Coverley reminded us <em>\"Ugly baby grow pretty...\"</em></p>\n<!-- /wp:paragraph -->','Is there such a thing as an ugly baby?','','inherit','closed','closed','','1704-revision-v1','','','2019-08-05 12:54:58','2019-08-05 17:54:58','',1704,'https://buzz-caribbean.com/article/1704-revision-v1/',0,'revision','',0),(1734,21,'2019-08-14 14:22:35','2019-08-14 19:22:35','<!-- wp:paragraph -->\n<p>Jack and Melissa have been married for a number of years and the spice in their bedroom has waned as life, two mortgages, three children, four dogs intervened. \"Sexy time\" is at an all-time low.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1740} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Marriage-Problems.jpg\" alt=\"\" class=\"wp-image-1740\" /><figcaption><em>(Photo:lifehopeandtruth.com)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now with Jack’s 45<sup>th</sup> birthday approaching, he approached his wife with an incredible request that at first made her angry, then stupefied and finally contemplative. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jack wanted a hall pass. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>How many people could dispense a hall pass to their partner without being jealous</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Not the kind issued at school to walk down a hall at a particular time of day. No, this is not your garden variety pass, this one comes with ‘special’ privileges.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the uninitiated, a hall pass is permission given to break a rule or behaviour. The Urban Dictionary goes even further and refers to a hall pass as, <em>an agreement between people in a romantic relationship that one or both of them may have sex with other people</em>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There was a comedy made a few years ago of the same name where the husband got the green light, but of course, several funny things prevented him from executing his plan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1743} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hall-Pass-Movie.jpg\" alt=\"\" class=\"wp-image-1743\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now a movie about it is one thing, the reality is usually different. How many people think they could dispense a hall pass to their partner without being jealous or holding it over their heads in perpetuity? And if the pass is executed, can you both move on as if nothing happened?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Sex is a physical activity and taking part in the act should not jeopardise the substantive relationship</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The whole concept of a pass was explored in the 90s movie ‘Indecent Proposal’ when an older debonair millionaire propositioned a couple in financial distress for one night with the wife. The payoff? One million dollars. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1744} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Indecent-Proposal-Movie.jpg\" alt=\"\" class=\"wp-image-1744\" /><figcaption><em>(Photo: Netflix)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After much consideration they agreed to the hall pass and the sexy wife was whisked off in a private chopper to an undisclosed location while the husband who almost instantly regretted his decision, had to live with the consequences of knowing another man explored the only woman he ever adored. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It may seem like an easy decision to make if we try to rationalise that sex is a physical activity and therefore taking part in the act should not jeopardise the substantive relationship. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Sex is a physical act but it also creates an emotional bond</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>However, we know that while some can do it without blinking, the majority cannot. Truth be told, men are the ones who generally have a problem with the thought of their woman being involved with someone else. Call it ego, their emotional investment or simply the thought of another man’s phallic instrument exploring her depths, it is enough to send a few to Ward 21! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How then will they be okay with a hall pass?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yes, sex is an act but it also creates an emotional bond. Therefore some may seek intimacy without a commitment but when one opens these sexual gateways, anything can happen that one did not bargain for. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1751} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bond-1024x679.jpg\" alt=\"\" class=\"wp-image-1751\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Plus, a hall pass should be a one-time occurrence but we all know that when one does something enjoyable, usually we want to do it again… and again...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Where do you stand on hall passes in relationships?</em></p>\n<!-- /wp:paragraph -->','The Hall Pass: Would you give your partner one?','','publish','open','closed','','the-hall-pass-should-it-be-given-consideration','','','2019-08-15 08:14:03','2019-08-15 13:14:03','',0,'https://buzz-caribbean.com/?p=1734',0,'post','',0),(1735,21,'2019-08-05 13:49:46','2019-08-05 18:49:46','<!-- wp:paragraph -->\n<p>Lionel Town resident Chantal Lewis is setting her sights of becoming one of Jamaica\'s prominent footwear designers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old Clarendon native’s hand-made leather sandals caught everyone’s attention at the recent launch of the Palmers Cross Community Development Committee (PCCDC) in Clarendon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1736} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/RAF-2-1024x664.jpg\" alt=\"\" class=\"wp-image-1736\" /><figcaption> Senator Pearnell Charles Jr. (centre) looks at sandals made by Chantal Lewis (second left) at the launch of the Palmers Cross Community Development Committee in Clarendon on July 18.&nbsp; Sharing the moment are her sister Ca-Deiva Clarke (left) and President of the Palmers Cross Community Development Committee Romeo Mitchell (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lewis explained that her interest in craftsmanship started while she was a child watching her uncle make bags from calabash, leather, wool or thread. This interest grew and developed over time but\nLewis noticed she preferred making sandals. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I tried getting help from one well-known local designer but got none.\"</p><cite>— Chantal Lewis</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I have been making sandals on and off for three years now,” she said, pointing to the pair on her feet. I am self-taught, I go online for tips and to look at shapes and styles. I tried getting help from one well-known local designer but got none.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While the budding artisan says the process is time-consuming, the effort is worth it in the end because her customers love her work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"I also want to expand my brand into clothing and other items.\"</p><cite>— Chantal Lewis</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I would like to see my sandal business\ngrow big, but I also want to expand my brand into clothing and other items and\nmake a significant mark on the local and overseas market,” Chantal remarked.</p>\n<!-- /wp:paragraph -->','Hand-made sandals capture spotlight in Clarendon','','publish','closed','closed','','hand-made-sandals-capture-spotlight-in-clarendon','','','2019-08-14 21:19:29','2019-08-15 02:19:29','',0,'https://buzz-caribbean.com/?p=1735',0,'post','',0),(1736,14,'2019-08-05 13:36:16','2019-08-05 18:36:16','','RAF-2','','inherit','closed','closed','','raf-2','','','2019-08-05 13:36:16','2019-08-05 18:36:16','',1735,'https://buzz-caribbean.com/app/uploads/2019/08/RAF-2.jpg',0,'attachment','image/jpeg',0),(1737,11,'2019-08-05 13:38:03','2019-08-05 18:38:03','<!-- wp:paragraph -->\n<p>One of your earliest childhood memories might include hearing your horoscope predictions on the radio in the memories. They would provide detailed insight on what to look out for or do in order to have a great day. Some were even warned that it would be a bad day...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1635} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Radio-Volume-1024x683.jpg\" alt=\"\" class=\"wp-image-1635\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Though we may still listen, most of the time within five minutes we\'ve forgotten all about it, as we do not take it seriously enough to make a conscious effort to live by its lessons. But is there any truth linked to our zodiac signs or should we see them as just being fun?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1636} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Zodiac-Signs-1024x683.jpg\" alt=\"\" class=\"wp-image-1636\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many people seek answers about life’s myriad of questions from theories and astrology is one of them. Though some do not consider it real science, that does not negate its popularity or its power to sway individuals who turn to the predictions in the movement of the celestial bodies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1637} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/astrology-astronomy-background-1024x577.jpg\" alt=\"\" class=\"wp-image-1637\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From the beginning of time, man has looked to the skies to map out his life. Farmers have seen the skies as nature’s calendar from the time of Ancient Egyptians. In mid-July, the rising of Sirius, the biggest star in the night, was seen as a sign of imminent flooding of the River Nile. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1638} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sirius.jpg\" alt=\"\" class=\"wp-image-1638\" /><figcaption>Sirius is one of the brightest stars in the sky (Photo: Akira Fujii/NASA/ESA/Wikimedia Commons)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Travellers used the skies as a compass, following the stars to know where to go. Indeed even the three wise men in the Bible followed the star to baby Jesus. Historically stars have always held importance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your Zodiac sign is said to correspond with the position of the sun relative to constellations as they appeared hundreds of years ago. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/qZK0jdY03ak\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/qZK0jdY03ak\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The path of the sun as it is believed from the revolving Earth passes through the constellations that formed the Zodiac: <strong><em>Aries, Taurus, Gemini, Cancer, Leo, Virgo, Libra, Scorpio, Sagittarius, Capricorn, Aquarius and Pisces</em></strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interestingly, there is actually a 13th constellation called Ophiuchus (<em>pronounced, “o-few-cus.”</em>) that astrologers have discarded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1642} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ophiuchus.jpg\" alt=\"\" class=\"wp-image-1642\" /><figcaption>The constellation Ophiuchus sometimes known as the Zodiac’s 13th or forgotten constellation. <em>(Photo: astronomytrek.com)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While all of this sounds pretty nifty, the real question is, is there any real evidence of our birth signs holding any meaning over our personalities and lives? Well, some people swear that what was foretold in their horoscope came true and with such regularity that it cannot be dismissed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>A newspaper outlet admitting that someone concocts the little gems...with no real scientific basis at all. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>However, anyone can construct a horoscope with a little knowledge which is what gives astrology such a bad name. There has been a case of a newspaper outlet admitting that someone concocts the little gems, written in ways to give a little pep talk and hope, but with no real scientific basis at all. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are particularly perceptive, you may have noticed that in the past some of the information shared is recurring or repeated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the end, it is different strokes (or signs) for different folks. People will believe what they want and men will forever use it as their pick up line.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1653,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Whats-your-sign.jpg\" alt=\"\" class=\"wp-image-1653\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Do you believe in horoscopes?</em></p>\n<!-- /wp:paragraph -->','What’s your sign?','','inherit','closed','closed','','1620-revision-v1','','','2019-08-05 13:38:03','2019-08-05 18:38:03','',1620,'https://buzz-caribbean.com/article/1620-revision-v1/',0,'revision','',0),(1738,14,'2019-08-05 13:38:54','2019-08-05 18:38:54','','RAF-4','','inherit','closed','closed','','raf-4','','','2019-08-05 13:38:54','2019-08-05 18:38:54','',1735,'https://buzz-caribbean.com/app/uploads/2019/08/RAF-4.jpg',0,'attachment','image/jpeg',0),(1739,11,'2019-08-05 13:45:01','2019-08-05 18:45:01','<!-- wp:paragraph -->\n<p>One of your earliest childhood memories might include hearing your horoscope predictions on the radio in the memories. They would provide detailed insight on what to look out for or do in order to have a great day. Some were even warned that it would be a bad day...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1635} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Radio-Volume-1024x683.jpg\" alt=\"\" class=\"wp-image-1635\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Though we may still listen, most of the time within five minutes we\'ve forgotten all about it, as we do not take it seriously enough to make a conscious effort to live by its lessons. But is there any truth linked to our zodiac signs or should we see them as just being fun?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1636} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Zodiac-Signs-1024x683.jpg\" alt=\"\" class=\"wp-image-1636\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many people seek answers about life’s myriad of questions from theories and astrology is one of them. Though some do not consider it real science, that does not negate its popularity or its power to sway individuals who turn to the predictions in the movement of the celestial bodies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1637} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/astrology-astronomy-background-1024x577.jpg\" alt=\"\" class=\"wp-image-1637\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From the beginning of time, man has looked to the skies to map out his life. Farmers have seen the skies as nature’s calendar from the time of Ancient Egyptians. In mid-July, the rising of Sirius, the biggest star in the night, was seen as a sign of imminent flooding of the River Nile. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1638} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sirius.jpg\" alt=\"\" class=\"wp-image-1638\" /><figcaption>Sirius is one of the brightest stars in the sky (Photo: Akira Fujii/NASA/ESA/Wikimedia Commons)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Travellers used the skies as a compass, following the stars to know where to go. Indeed even the three wise men in the Bible followed the star to baby Jesus. Historically stars have always held importance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your Zodiac sign is said to correspond with the position of the sun relative to constellations as they appeared hundreds of years ago. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The path of the sun as it is believed from the revolving Earth passes through the constellations that formed the Zodiac: <strong><em>Aries, Taurus, Gemini, Cancer, Leo, Virgo, Libra, Scorpio, Sagittarius, Capricorn, Aquarius and Pisces</em></strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interestingly, there is actually a 13th constellation called Ophiuchus (<em>pronounced, “o-few-cus.”</em>) that astrologers have discarded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1642} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ophiuchus.jpg\" alt=\"\" class=\"wp-image-1642\" /><figcaption>The constellation Ophiuchus sometimes known as the Zodiac’s 13th or forgotten constellation. <em>(Photo: astronomytrek.com)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While all of this sounds pretty nifty, the real question is, is there any real evidence of our birth signs holding any meaning over our personalities and lives? Well, some people swear that what was foretold in their horoscope came true and with such regularity that it cannot be dismissed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>A newspaper outlet admitting that someone concocts the little gems...with no real scientific basis at all. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>However, anyone can construct a horoscope with a little knowledge which is what gives astrology such a bad name. There has been a case of a newspaper outlet admitting that someone concocts the little gems, written in ways to give a little pep talk and hope, but with no real scientific basis at all. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are particularly perceptive, you may have noticed that in the past some of the information shared is recurring or repeated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the end, it is different strokes (or signs) for different folks. People will believe what they want and men will forever use it as their pick up line.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1653,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Whats-your-sign.jpg\" alt=\"\" class=\"wp-image-1653\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Do you believe in horoscopes?</em></p>\n<!-- /wp:paragraph -->','What’s your sign?','','inherit','closed','closed','','1620-revision-v1','','','2019-08-05 13:45:01','2019-08-05 18:45:01','',1620,'https://buzz-caribbean.com/article/1620-revision-v1/',0,'revision','',0),(1740,11,'2019-08-05 13:47:41','2019-08-05 18:47:41','','Marriage-Problems','','inherit','closed','closed','','marriage-problems','','','2019-08-05 13:47:41','2019-08-05 18:47:41','',1734,'https://buzz-caribbean.com/app/uploads/2019/08/Marriage-Problems.jpg',0,'attachment','image/jpeg',0),(1741,14,'2019-08-05 13:49:46','2019-08-05 18:49:46','<!-- wp:image {\"id\":1736} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/RAF-2-1024x664.jpg\" alt=\"\" class=\"wp-image-1736\" /><figcaption> Senator Pearnell Charles Jr. (centre) looks at sandals made by Chantal Lewis (second left) at the launch of the Palmers Cross Community Development Committee in Clarendon on July 18.  Sharing the moment are her sister Ca-Deiva Clarke (left) and President of the Palmers Cross Community Development Committee Romeo Mitchell (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lionel Town resident Chantal Lewis is\nsetting her sights of becoming one of the next generation of prominent Jamaican\nfootwear designers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old Clarendon native’s hand-made leather sandals caught everyone’s attention at the recent launch of the Palmers Cross Community Development Committee (PCCDC) held at Palmers Cross Primary School in Clarendon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Originally from Savannah Cross, Lewis explained that her interest in craftsmanship started while she was young; watching her uncle make bags from calabash, leather, wool or thread. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This interest grew and developed over time but\nLewis noticed she preferred making sandals. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I have been making sandals on and off for\nthree years now,” she said, pointing to the pair on her feet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I am self-taught, I go online for tips and\nto look at shapes and styles. I tried getting help from one well-known local\ndesigner but got none,” Lewis contended.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While the budding artisan says the process\nis time-consuming, the effort is worth it in the end because her customers love\nthem as they are affordable, neat and last a long time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I would like to see my sandal business\ngrow big, but I also want to expand my brand into clothing and other items and\nmake a significant mark on the local and overseas market,” Chantal remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The sandals feature comfort and a classy,\ntrendy style and among her regular customers is her younger sister, Ca-Deiva Clarke.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As with every new business, young Lewis is off to a slow start but prospects are good as her customer base is growing and everyone is happy with her product so far.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chantal also had her uncle’s handbags and a\nlamp made from fudge sticks alongside her display of beautiful sandals at the\nlaunch. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Romeo Mitchell, president of the PCCDC,\nalso showcased his line of locally made herbs and seasonings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1738} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/RAF-4-1024x683.jpg\" alt=\"\" class=\"wp-image-1738\" /><figcaption> President of the PCCDC Romeo Mitchell shows a package of turmeric seasoning to Senator Pearnell Charles Jr. at the Palmers Cross Primary School in Clarendon recently.  (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the launch, Projects Manager for the Palmers Cross CDC, Ricards Lethman, gave an overview of the projects. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are looking at creating fish markets in our community; we have five natural lakes and land space to develop 10 fish ponds within our community. [This will] provide opportunities for young people to buy and sell fish, have stalls. We have spoken with Digicel who will donate stalls,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other related projects include duck and fish-breeding, bee-keeping,  ornamental fish farming and raising tilapia, for which the PCCDC says it already has the commitment of Jamaica Fisheries to supply them with 7000 fishes for one fish pool. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The community’s goal is to have 70,000 in\n10 pools.&nbsp;&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Food For the Poor has committed to assist\nwith the training in the construction process for Palmer’s Cross’ apiaries as\nwell as to cover best practise in bee farming.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This training will not just be among the\nmembers of the CDC, but will be open to all residents who are interested in the\nproject as an entrepreneurial venture.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lethman also announced plans to establish a water park around one of the largest natural lakes in the community known as Parker Pond.   </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have done the soil testing and we are now seeking funding to build a natural lake, fence it and build a park around it. People can come there to relax, rent fishing lines to do fishing. It will be for both economic and recreational purposes,” Lethman said. </p>\n<!-- /wp:paragraph -->','Hand-made sandals capture spotlight in Clarendon','','inherit','closed','closed','','1735-revision-v1','','','2019-08-05 13:49:46','2019-08-05 18:49:46','',1735,'https://buzz-caribbean.com/article/1735-revision-v1/',0,'revision','',0),(1743,11,'2019-08-05 13:51:57','2019-08-05 18:51:57','','Hall-Pass-Movie','','inherit','closed','closed','','hall-pass-movie','','','2019-08-05 13:51:57','2019-08-05 18:51:57','',1734,'https://buzz-caribbean.com/app/uploads/2019/08/Hall-Pass-Movie.jpg',0,'attachment','image/jpeg',0),(1744,11,'2019-08-05 13:54:13','2019-08-05 18:54:13','','Indecent-Proposal-Movie','','inherit','closed','closed','','indecent-proposal-movie','','','2019-08-05 13:54:13','2019-08-05 18:54:13','',1734,'https://buzz-caribbean.com/app/uploads/2019/08/Indecent-Proposal-Movie.jpg',0,'attachment','image/jpeg',0),(1745,4,'2019-08-05 13:56:46','2019-08-05 18:56:46','<!-- wp:paragraph -->\n<p>After nearly a decade of asking, one film has done what was thought to be impossible. Avengers: Endgame as of July 2019, has officially become the world’s highest-grossing movie of all time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To deny James Cameron’s sci-fi/fantasy epic\nAvatar is a tremendous feat, seeing as the now-second most successful film of\nall time, grossed US $2.789 billion in 2009.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Based on insights from <a href=\"https://www.boxofficemojo.com/alltime/world/\">Box Office Mojo</a>, <strong>BUZZ</strong> notes that the Marvel Cinematic Universe (MCU) has four entries in the global top 10. If parent company Disney is included, the pair sweep two extra spots on the best 10, to bring Buena Vista Studios’ count to six out of ten.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to know which other films are in the top 10? We got you!<strong> BUZZ </strong>presents the top 10 highest-grossing films of all time worldwide (not counting inflation):</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>10. <em>Black Panther</em> (2018), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1689} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-panther-two-kings-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-1689\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office figures (US cinemas only): </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>9. <em>Avengers: Age of Ultron</em> (2015), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1684} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-age-of-ultron-screengrab-bluray-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-1684\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>8. <em>Furious 7</em> (2015), Universal Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1685} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/furious-7-screengrab-buzz-1024x538.jpg\" alt=\"\" class=\"wp-image-1685\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>7. <em>Marvel\'s The Avengers</em> (2012), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1687} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-2012-assemble-1024x576.jpg\" alt=\"\" class=\"wp-image-1687\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>6. <em>Jurassic World</em> (2015), Universal Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1693} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jurassic-world-2015-buzz-screengrab-1024x576.jpg\" alt=\"\" class=\"wp-image-1693\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>5. <em>Avengers: Infinity War</em> (2018), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1696} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-infinity-war-official-buzz-1024x797.jpg\" alt=\"\" class=\"wp-image-1696\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>4. <em>Star Wars: The Force Awakens</em> (2015), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1698} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/star-wars-tfa-poster-buzz-1024x672.jpg\" alt=\"\" class=\"wp-image-1698\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>3. <em>Titanic</em> (1997), Paramount Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1699} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/titanic-iconic-scene-buzz-screengrab-1024x596.jpeg\" alt=\"\" class=\"wp-image-1699\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>2. <em>Avatar</em> (2009), Fox Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1701} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avatar-offical-poster-buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-1701\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>1. <em>Avengers: Endgame</em> (2019), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1688} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-poster-buzz-crop-1-1024x536.jpg\" alt=\"\" class=\"wp-image-1688\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office:</p>\n<!-- /wp:paragraph -->','Disney, Fox, Universal or Paramount: What are the highest-grossing films of all time?','','inherit','closed','closed','','1670-revision-v1','','','2019-08-05 13:56:46','2019-08-05 18:56:46','',1670,'https://buzz-caribbean.com/article/1670-revision-v1/',0,'revision','',0),(1746,4,'2019-08-05 14:02:18','2019-08-05 19:02:18','','peter-phillips','','inherit','closed','closed','','peter-phillips','','','2019-08-05 14:02:18','2019-08-05 19:02:18','',1691,'https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips.jpg',0,'attachment','image/jpeg',0),(1747,21,'2019-08-14 14:50:13','2019-08-14 19:50:13','<!-- wp:image {\"id\":1760} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/office-romance-CC-1024x683.jpg\" alt=\"\" class=\"wp-image-1760\" /><figcaption>Office affairs are not uncommon in Jamaica. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Keep it professional! But turns out that is easier said than done because you can’t stop staring in the direction of that hot co-worker. The intensity is building, blood is rushing through your veins, and sweat is bursting through your pores, as he or she walks by. It seems you might have a crush on your co-worker. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many persons\nshun the idea of mixing business with pleasure, but ‘office love’ is not uncommon.\nIn fact, it happens more often than you think.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But before you jump head-on into a relationship with your co-worker, you need to remember that such a union comes with good and bad. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1759} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/office-romance-DD-1024x683.jpg\" alt=\"\" class=\"wp-image-1759\" /><figcaption>There are pros to dating someone you work with. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Here are some pros of such a relationship. </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Getting to see the person daily</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You get to see that special someone eevveerryy day. So, no more sitting alone being droopy at the lunch table or even spending your breaks by yourself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>They can relate to your work</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Say goodbye to the questions like: ‘Who is Kim again?’ or ‘Could you explain what you do again?’. A lover, who is your co-worker, can fully understand your frustration or your need to vent. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Spice is in the air</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>All of a\nsudden, you are eager to go to work, and you can’t help but think of getting\nnaughty in an empty boardroom. You just want each other, and it’s almost as if\nyou can’t keep your hands to yourself. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1761} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/office-romance-EE-1024x683.jpg\" alt=\"\" class=\"wp-image-1761\" /><figcaption>Your little office affair might even come with a bit of drama. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Unfortunately, there are some cons to your little office affair.</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>The entire office could find out</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This could be pretty cool, and everyone might be happy for you guys, but … it might become a burden after a while when everyone starts to inquire, “Is John coming in today?’ or ‘Is everything OK in your relationship?.’ ‘Oh my god, give me a break’, would probably be your reaction. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Becoming distracted</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It feels like you’re in high school again, being all young, dumb and in love. Sigh. The harsh reality is that having the love of your life at work could become your number one distraction. Your performance level might even decrease. But guess what? You’re too busy being in love to realise. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>The relationship ends</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You break\nup, and it could have been a nasty split. This ‘break’ could be detrimental to\nboth person, as pettiness and unprofessionalism may take over and cause either\nparty to be unfairly treated, especially if you were flirting or dating your\nboss.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1762} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/office-romance-FF-1024x683.jpg\" alt=\"\" class=\"wp-image-1762\" /><figcaption>If you decide to get involved with your co-worker, keep it professional. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some companies\nhave protocols and behavioural guidelines when it comes to relationships in the\nworkplace. So, if you’re in that kind of space, you’re taking a risk by getting\ninvolved with your co-worker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you intend to get in on some of that office love, be discreet. Cut back on the grand gestures and ‘mushy’ stuff. Leave that until you are somewhere private.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong> — Shavenya Smikle</strong></p>\n<!-- /wp:paragraph -->','Young, dumb and in love ... at work','','publish','closed','closed','','young-dumb-and-in-love-at-work','','','2019-08-15 08:14:59','2019-08-15 13:14:59','',0,'https://buzz-caribbean.com/?p=1747',0,'post','',0),(1748,4,'2019-08-05 14:09:44','2019-08-05 19:09:44','<!-- wp:paragraph -->\n<p>By Al Edwards</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the People’s National Party (PNP) undergoing a factious leadership battle, which will determine its fortunes in the coming years, one wonders what Norman Manley would today make of the party he founded back in 1938.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Manley was an ardent advocate of the trade union movement and was a tireless champion of underprivileged and less fortunate Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1708} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/norman-manley-1024x683.jpg\" alt=\"\" class=\"wp-image-1708\" /><figcaption>Statue of Norman Manly outside the St William Grant Park in downtown Kingston (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>His clarion call was for universal adult suffrage in Jamaica. He also believed in the Federation of the West Indies which was shot down in a referendum but later emerged as CARICOM.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I say that the mission of my generation was to win self-government for Jamaica.\"</p><cite>— Norman Manley</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He led the PNP for 31 years, positioning it as a political juggernaut winning multiple general elections and producing the longest-serving Prime Minister in Jamaica’s history (PJ Patterson).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At one of his last public speeches, Manley prophetically declared: “I say that the mission of my generation was to win self-government for Jamaica, to win political power which is the final power for the black masses of my country from which I spring. I am proud to stand here today and say to you who fought that fight with me, say it with gladness and pride, mission accomplished for my generation. And what is the mission of this generation? It is… reconstructing the social and economic society and life of Jamaica.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The election battle on September 7 to lead the PNP sees Peter Bunting squaring off against the incumbent Dr Peter Phillips at a time when the PNP is up against a resurgent Jamaica Labour Party (JLP) led by a young dynamic Prime Minister, Andrew Holness whose popularity continues to increase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1710} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-1024x683.jpg\" alt=\"\" class=\"wp-image-1710\" /><figcaption>Peter Bunting is challenging Dr Peter Phillips for the leadership of the People’s National Party. (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>His “Prosperity” rallying cry is manifesting itself across Jamaica with new hotels, highways, infrastructure, new vehicles and businesses springing up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holness also won the general election in 2016 by redefining how election campaigns are fought by effectively using social media and serving up a new vision of Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The PNP’s leadership race is a study in contrasts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the one hand, you have Dr Peter Phillips a PNP stalwart who has acquitted himself well in every portfolio he has held. He has been hailed as the natural successor to Norman Manley, Michael Manley and PJ Patterson.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1746} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-1024x682.jpg\" alt=\"\" class=\"wp-image-1746\" /><figcaption><strong>Dr Peter Phillips after nomination last month. He is seeking to retain the presidency of the PNP. Photo (Anthony Henry)</strong></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At 70, it may well be his last chance to cement his leadership and position the party to defeat the JLP and secure a long tenure in power.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is not an evidently charismatic leader who is adroit at media in this new century. Rather, he prefers to let his track record and vision for the country go before him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For sure he is statesmanlike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting is a self-made successful businessman who represents the more modern and progressive wing of the party. &nbsp;He made a name for himself by defeating former Prime Minister Hugh Shearer for the South East Clarendon seat in the 1993 general election. Later in his political career, he secured the&nbsp;Central Manchester seat for the PNP as well as becoming an effective General Secretary. He is also a former Minister of National Security. His bona fides are clear to see.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1716} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bunting-addressing-delegates--1024x683.jpg\" alt=\"\" class=\"wp-image-1716\" /><figcaption>Bunting addressing supporters after being nominated last month to challenge Dr Phillips. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He wants to take the PNP in an altogether new direction and reshape it to be a modern political force that can unseat the JLP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, who is 12 years younger than Dr Phillips, maintains that the PNP must make itself electable and that it must win the hearts and minds of Jamaicans. He also believes that it is folly to rely on old strategies to win 21st-century elections — in other words, what succeeded yesterday, is no guarantee of victory today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What would Norman Manley make of it all?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do tell us at Buzz.</p>\n<!-- /wp:paragraph -->','Taking up Norman Manley’s mantle','','inherit','closed','closed','','1691-revision-v1','','','2019-08-05 14:09:44','2019-08-05 19:09:44','',1691,'https://buzz-caribbean.com/article/1691-revision-v1/',0,'revision','',0),(1750,21,'2019-08-05 14:20:13','2019-08-05 19:20:13','<!-- wp:image {\"id\":3285} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rita-marley-public-speaking-winner.jpg\" alt=\"\" class=\"wp-image-3285\" /><figcaption>Jamaica College (JC) student Fabian Morris (centre) accepts a cheque and trophy from Rosemary Duncan, Manager of the Rita Marley Foundation (right) and judge Dr. Kadamawe Knife as the winner of the 5th annual Public Speaking Competition. (Photos: Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Rita Marley has graced countless stages around the world, bringing joy with her melodic voice on a rich, musical journey spanning more than 50 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rita, however, is also on another mission, seeking\nto enrich the lives of youths, elderly and vulnerable women.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Through the Rita Marley Foundation, the Reggae\nmatriarch has extended her hands in philanthropic work – helping many\nindividuals over the years in various ways.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Each year, the foundation, led by manager Rosemary\nDuncan, organises two competitions to hone the skills of high school students,\nwhile assisting the top students to satisfy whatever needs they have with\nmonetary prizes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3289} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rita-marley-buzz-demo.jpg\" alt=\"\" class=\"wp-image-3289\" /><figcaption>Rita Marley at an undisclosed location in Africa.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The poster event is the Public Speaking Competition, held annually in February in celebration of the birthday of reggae superstar Bob Marley, who was Rita’s husband before he died of cancer in 1981.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In the Public Speaking Competition, we really\nwant to develop articulate speech among the youths, because that is important,\nbut yet still it is one of the greatest fears among adults and young people\nalike,” Duncan explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The foundation also has an Essay Competition,\nwhich is used to enhance the writing communications skills of high school\nstudents. This usually runs from April and closes in the summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3288} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rita-marley-public-speaking-winner-2.jpg\" alt=\"\" class=\"wp-image-3288\" /><figcaption>Fabian Morris, a 6th form JC student in his element during his presentation for the Public Speaking Competition in February.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This year the Rita Marley Foundation introduced the inaugural Song Writing Competition. The event was commissioned by Rita to harness song-writing skillset by high school students; the foundation’s latest competition is expected to be held annually.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Duncan, Rita felt that enough focus\nwas not being paid to the craft, although, the best songwriters in the world\nare paid well for their work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is important to write clean music, music that\nwill transcend generation and time, music that both babies and adults could\nlisten to and that is what we want to develop, and we think it is important to\nstart with the youths,” Duncan further remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Besides the competitions, the foundation also does\nwork at Mary’s Child, a catholic facility that caters to pregnant teens and\nteenage mothers without a permanent home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Recently, the foundation also started a music education programme for basic school children in inner-city communities. With renowned musician Grub Cooper and Simone Kenney, the children are taught about notes, percussion, and the piano.</p>\n<!-- /wp:paragraph -->','Rita Marley Foundation making a difference in young minds','','publish','closed','closed','','rita-marley-foundation-making-a-difference-in-young-minds','','','2019-08-15 12:59:46','2019-08-15 17:59:46','',0,'https://buzz-caribbean.com/?p=1750',0,'post','',0),(1751,11,'2019-08-05 14:17:43','2019-08-05 19:17:43','','Bond','','inherit','closed','closed','','bond','','','2019-08-05 14:17:43','2019-08-05 19:17:43','',1734,'https://buzz-caribbean.com/app/uploads/2019/08/Bond.jpg',0,'attachment','image/jpeg',0),(1752,14,'2019-08-05 14:20:13','2019-08-05 19:20:13','<!-- wp:paragraph -->\n<p>Rita Marley has graced countless stages around the world, bringing joy with her melodic voice on a rich, musical journey spanning more than 50 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rita, however, is also on another mission, seeking\nto enrich the lives of youths, elderly and vulnerable women.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Through the Rita Marley Foundation, the Reggae\nmatriarch has extended her hands in philanthropic work – helping many\nindividuals over the years in various ways.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Each year, the foundation, led by manager Rosemary\nDuncan, organises two competitions to hone the skills of high school students,\nwhile assisting the top students to satisfy whatever needs they have with\nmonetary prizes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The poster event is the Public Speaking Competition, held annually in February in celebration of the birthday of reggae superstar Bob Marley, who was Rita’s husband before he died of cancer in 1981.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In the Public Speaking Competition, we really\nwant to develop articulate speech among the youths, because that is important,\nbut yet still it is one of the greatest fears among adults and young people\nalike,” Duncan explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The foundation also has an Essay Competition,\nwhich is used to enhance the writing communications skills of high school\nstudents. This usually runs from April and closes in the summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This year the Rita Marley Foundation introduced\nthe inaugural Song Writing Competition. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The event was commissioned by Rita herself to\nharness song-writing skillset by high school students; the foundation’s latest\ncompetition is expected to be held annually.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Duncan, Rita felt that enough focus\nwas not being paid to the craft, although, the best songwriters in the world\nare paid well for their work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is important to write clean music, music that\nwill transcend generation and time, music that both babies and adults could\nlisten to and that is what we want to develop, and we think it is important to\nstart with the youths,” Duncan further remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Besides the competitions, the foundation also does\nwork at Mary’s Child, a catholic facility that caters to pregnant teens and\nteenage mothers without a permanent home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Recently, the foundation also started a music education programme for basic school children in inner-city communities. With renowned musician Grub Cooper and Simone Kenney, the children are taught about notes, percussion, and the piano.</p>\n<!-- /wp:paragraph -->','Rita Marley Foundation making a difference in young minds','','inherit','closed','closed','','1750-revision-v1','','','2019-08-05 14:20:13','2019-08-05 19:20:13','',1750,'https://buzz-caribbean.com/article/1750-revision-v1/',0,'revision','',0),(1753,11,'2019-08-05 14:22:00','2019-08-05 19:22:00','','No Rules','','inherit','closed','closed','','no-rules','','','2019-08-05 14:22:00','2019-08-05 19:22:00','',1734,'https://buzz-caribbean.com/app/uploads/2019/08/No-Rules.jpg',0,'attachment','image/jpeg',0),(1754,4,'2019-08-05 14:22:14','2019-08-05 19:22:14','<!-- wp:paragraph -->\n<p>With the People’s National Party (PNP) undergoing a factious leadership battle, which will determine its fortunes in the coming years, one wonders what Norman Manley would today make of the party he founded back in 1938.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Manley was an ardent advocate of the trade union movement and was a tireless champion of underprivileged and less fortunate Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1708} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/norman-manley-1024x683.jpg\" alt=\"\" class=\"wp-image-1708\" /><figcaption>Statue of Norman Manly outside the St William Grant Park in downtown Kingston (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>His clarion call was for universal adult suffrage in Jamaica. He also believed in the Federation of the West Indies which was shot down in a referendum but later emerged as CARICOM.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I say that the mission of my generation was to win self-government for Jamaica.\"</p><cite>— Norman Manley</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He led the PNP for 31 years, positioning it as a political juggernaut winning multiple general elections and producing the longest-serving Prime Minister in Jamaica’s history (PJ Patterson).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At one of his last public speeches, Manley prophetically declared: “I say that the mission of my generation was to win self-government for Jamaica, to win political power which is the final power for the black masses of my country from which I spring. I am proud to stand here today and say to you who fought that fight with me, say it with gladness and pride, mission accomplished for my generation. And what is the mission of this generation? It is… reconstructing the social and economic society and life of Jamaica.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The election battle on September 7 to lead the PNP sees Peter Bunting squaring off against the incumbent Dr Peter Phillips at a time when the PNP is up against a resurgent Jamaica Labour Party (JLP) led by a young dynamic Prime Minister, Andrew Holness whose popularity continues to increase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1710} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-1024x683.jpg\" alt=\"\" class=\"wp-image-1710\" /><figcaption>Peter Bunting is challenging Dr Peter Phillips for the leadership of the People’s National Party. (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>His “Prosperity” rallying cry is manifesting itself across Jamaica with new hotels, highways, infrastructure, new vehicles and businesses springing up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holness also won the general election in 2016 by redefining how election campaigns are fought by effectively using social media and serving up a new vision of Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The PNP’s leadership race is a study in contrasts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the one hand, you have Dr Peter Phillips a PNP stalwart who has acquitted himself well in every portfolio he has held. He has been hailed as the natural successor to Norman Manley, Michael Manley and PJ Patterson.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1746} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-1024x682.jpg\" alt=\"\" class=\"wp-image-1746\" /><figcaption><strong>Dr Peter Phillips after nomination last month. He is seeking to retain the presidency of the PNP. Photo (Anthony Henry)</strong></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At 70, it may well be his last chance to cement his leadership and position the party to defeat the JLP and secure a long tenure in power.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is not an evidently charismatic leader who is adroit at media in this new century. Rather, he prefers to let his track record and vision for the country go before him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For sure he is statesmanlike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting is a self-made successful businessman who represents the more modern and progressive wing of the party. &nbsp;He made a name for himself by defeating former Prime Minister Hugh Shearer for the South East Clarendon seat in the 1993 general election. Later in his political career, he secured the&nbsp;Central Manchester seat for the PNP as well as becoming an effective General Secretary. He is also a former Minister of National Security. His bona fides are clear to see.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1716} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bunting-addressing-delegates--1024x683.jpg\" alt=\"\" class=\"wp-image-1716\" /><figcaption>Bunting addressing supporters after being nominated last month to challenge Dr Phillips. (Photo: Don Weysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He wants to take the PNP in an altogether new direction and reshape it to be a modern political force that can unseat the JLP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, who is 12 years younger than Dr Phillips, maintains that the PNP must make itself electable and that it must win the hearts and minds of Jamaicans. He also believes that it is folly to rely on old strategies to win 21st-century elections — in other words, what succeeded yesterday, is no guarantee of victory today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What would Norman Manley make of it all?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do tell us at Buzz.</p>\n<!-- /wp:paragraph -->','Taking up Norman Manley’s mantle','','inherit','closed','closed','','1691-revision-v1','','','2019-08-05 14:22:14','2019-08-05 19:22:14','',1691,'https://buzz-caribbean.com/article/1691-revision-v1/',0,'revision','',0),(1755,11,'2019-08-05 14:22:35','2019-08-05 19:22:35','<!-- wp:paragraph -->\n<p>Jack and Melissa have been married for a number of years and the spice in their bedroom has waned as life, two mortgages, three children, four dogs intervened. \"Sexy time\" is at an all-time low.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1740} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Marriage-Problems.jpg\" alt=\"\" class=\"wp-image-1740\" /><figcaption><em>(Photo:lifehopeandtruth.com)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now with Jack’s 45<sup>th</sup> birthday approaching, he approached his wife with an incredible request that at first made her angry, then stupefied and finally contemplative. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jack wanted a hall pass. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>How many people could dispense a hall pass to their partner without being jealous</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Not the kind issued at school to walk down a hall at a particular time of day. No, this is not your garden variety pass, this one comes with ‘special’ privileges.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the uninitiated, a hall pass is permission given to break a rule or behaviour. The Urban Dictionary goes even further and refers to a hall pass as, <em>an agreement between people in a romantic relationship that one or both of them may have sex with other people</em>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There was a comedy made a few years ago of the same name where the husband got the green light, but of course, several funny things prevented him from executing his plan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1743} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hall-Pass-Movie.jpg\" alt=\"\" class=\"wp-image-1743\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now a movie about it is one thing, the reality is usually different. How many people think they could dispense a hall pass to their partner without being jealous or holding it over their heads in perpetuity? And if the pass is executed, can you both move on as if nothing happened?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Sex is a physical activity and taking part in the act should not jeopardise the substantive relationship</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The whole concept of a pass was explored in the 90s movie ‘Indecent Proposal’ when an older debonair millionaire propositioned a couple in financial distress for one night with the wife. The payoff? One million dollars. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1744} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Indecent-Proposal-Movie.jpg\" alt=\"\" class=\"wp-image-1744\" /><figcaption><em>(Photo: Netflix)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After much consideration they agreed to the hall pass and the sexy wife was whisked off in a private chopper to an undisclosed location while the husband who almost instantly regretted his decision, had to live with the consequences of knowing another man explored the only woman he ever adored. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It may seem like an easy decision to make if we try to rationalise that sex is a physical activity and therefore taking part in the act should not jeopardise the substantive relationship. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Sex is an act but it also creates an emotional bond.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>However, we know that while some can do it without blinking, the majority cannot. Truth be told, men are the ones who generally have a problem with the thought of their woman being involved with someone else. Call it ego, their emotional investment or simply the thought of another man’s phallic instrument exploring her depths, it is enough to send a few to Ward 21! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How then will they be okay with a hall pass?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yes, sex is an act but it also creates an emotional bond. Therefore some may seek intimacy without a commitment but when one opens these sexual gateways, anything can happen that one did not bargain for. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1751} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bond-1024x679.jpg\" alt=\"\" class=\"wp-image-1751\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Plus, a hall pass should be a one-time occurrence but we all know that when one does something enjoyable, usually we want to do it again… and again...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Where do you stand on hall passes in relationships?</em></p>\n<!-- /wp:paragraph -->','The Hall Pass – should it be given consideration?','','inherit','closed','closed','','1734-revision-v1','','','2019-08-05 14:22:35','2019-08-05 19:22:35','',1734,'https://buzz-caribbean.com/article/1734-revision-v1/',0,'revision','',0),(1757,21,'2019-08-05 15:32:32','2019-08-05 20:32:32','<!-- wp:paragraph -->\n<p>Fidelity Motors Limited became the first Nissan dealership in the Caribbean to have a global standard showroom, which opened on July 24.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1777} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0058-1024x686.jpg\" alt=\"\" class=\"wp-image-1777\" /><figcaption>Fidelity Motors Limited, new Nissan showroom on Hanover Street in downtown Kingston</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bringing its Hanover Street property up to spec was a result of the original building being gutted to allow an expansion to 7,000 square feet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The new showroom holds ten cars in an open layout. This allows customers the freedom to move about and offers better interaction with sales staff.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1781} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0066-1024x685.jpg\" alt=\"\" class=\"wp-image-1781\" /><figcaption>The showroom floor can accommodate up to 10 vehicles.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are also digital tools from which customers can gain more knowledge of Nissan products while waiting in the lounge. The exterior fascia displays a significant shift from the old showroom with plenty of glass for those wanting to window shop. The Nissan signage and colours have also gained more prominence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1794,1795,1799,1800,1802,1803,1804]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0135-1-1024x877.jpg\" alt=\"\" data-id=\"1794\" data-link=\"https://buzz-caribbean.com/?attachment_id=1794\" class=\"wp-image-1794\" /><figcaption>Nicholas Mackie, senior general manager of Nissan Barbados grabs a celebratory selfie with Pedro Albarran, marketing director, Nissan Latin America, and Major Gregory Webster, managing director at Fidelity Motors.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0131-1024x686.jpg\" alt=\"\" data-id=\"1795\" data-link=\"https://buzz-caribbean.com/?attachment_id=1795\" class=\"wp-image-1795\" /><figcaption>Silvano Guerra Nava, country manager for Right-Hand Drive Caribbean, Nissan Latin America; Nicholas Mackie, senior general manager of Nissan Barbados; and Pedro Albarran, LAC34 marketing director, Nissan Latin America.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0111-1024x685.jpg\" alt=\"\" data-id=\"1799\" data-link=\"https://buzz-caribbean.com/?attachment_id=1799\" class=\"wp-image-1799\" /><figcaption>Major Gregory Webster, managing director at Fidelity Motors.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0067-1024x686.jpg\" alt=\"\" data-id=\"1800\" data-link=\"https://buzz-caribbean.com/?attachment_id=1800\" class=\"wp-image-1800\" /><figcaption>Marketing officer,&nbsp;David Crawford demonstrates one of the new features of the showroom, a colour bar from which customers can browse the available vehicle colours.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0092-1024x685.jpg\" alt=\"\" data-id=\"1802\" data-link=\"https://buzz-caribbean.com/?attachment_id=1802\" class=\"wp-image-1802\" /><figcaption>Customers can relax in the spacious and comfy customer lounge.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0133-1024x686.jpg\" alt=\"\" data-id=\"1803\" data-link=\"https://buzz-caribbean.com/?attachment_id=1803\" class=\"wp-image-1803\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0099-1024x685.jpg\" alt=\"\" data-id=\"1804\" data-link=\"https://buzz-caribbean.com/?attachment_id=1804\" class=\"wp-image-1804\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Fidelity now joins the ranks of new car dealers that have freshened their showrooms. The process appeared to have started when the ATL Automotive Group completed its US$13.5 million Audi Terminal on Oxford Road in 2013. It was then the largest single investment in the automotive sector.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> — <strong>Nichola Beckford</strong></p>\n<!-- /wp:paragraph -->','Fidelity Motors opens global standard showroom','','publish','closed','closed','','fidelity-motors-opens-global-standard-showroom','','','2019-08-14 20:32:11','2019-08-15 01:32:11','',0,'https://buzz-caribbean.com/?p=1757',0,'post','',0),(1758,21,'2019-08-05 15:11:26','2019-08-05 20:11:26','<!-- wp:image {\"id\":1776} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-2-1024x683.jpg\" alt=\"\" class=\"wp-image-1776\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Torrential rains brought a premature end to the inaugural staging of the St. Catherine Jerk Festival in Linstead on Sunday, July 29. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Held on the grounds of the Dinthill Technical High School,&nbsp;hundreds of patrons had to scurry for cover as rains lashed the area. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1779} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-3-1024x683.jpg\" alt=\"\" class=\"wp-image-1779\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The stageshow segment of the event, which had just gotten underway was affected by the downpour and disappointed many patrons who turned out to see Beenieman perform.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When the BUZZ team saw the self-proclaimed King of the Dancehall, he was seated in his vehicle unable to exit. Other artists such as Jigsy King and Tony Curtis too, did not get their turn to perform.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1778} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-1-1024x614.jpg\" alt=\"\" class=\"wp-image-1778\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Artists who performed during the earlier\npart of the show were Mr Handsome and Zazan Zazan, Villa Dutch&nbsp;and other\nupcoming artists as well as a host of comedians.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Patrons from as far as Manchester, Clarendon, Kingston, and Portland turned out for the inaugural event. Judging from those present, many saw the festival as a great initiative and well-needed for the developing town.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Promoters of the event Audrey Betton and Christopher Angus&nbsp;were pleased with the support and expressed gratitude to the patrons who turned out with their families and friends to indulge in authentic Jamaican jerk. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1780} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-6-1024x683.jpg\" alt=\"\" class=\"wp-image-1780\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"We are indeed grateful for the\nsupport and promise to continue the staging of the St. Catherine Jerk Festival\nas we see it has huge potential for local and international tourism,\" Betton,\none of the promoters told BUZZ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1786} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-4-1024x683.jpg\" alt=\"\" class=\"wp-image-1786\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Her business partner Angus said he was\noverwhelmed by calls from persons formerly of the area, who are now living\noverseas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These returning residents have committed to\ncome home to support the festival next year, insisting the event become a\nstaple on Linstead’s entertainment calendar.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1783} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-9.jpg\" alt=\"\" class=\"wp-image-1783\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Due to these and other encouraging factors,\nthe team told BUZZ that they\'ll be approaching the Jamaica Tourist Board (JTB) for\nsupport in developing bed and breakfast&nbsp;programmes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1785} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-5-1-1024x683.jpg\" alt=\"\" class=\"wp-image-1785\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They are also eyeing other training opportunities\nfrom the JTB for locals, to guide them into making Linstead rise steadily\neconomically with the St. Catherine Jerk Festival and other entertainment\nevents.</p>\n<!-- /wp:paragraph -->','St. Catherine Jerk Festival celebrates inaugural launch','','publish','closed','closed','','st-catherine-jerk-festival-celebrates-inaugural-launch-despite-late-downpour','','','2019-08-14 20:06:38','2019-08-15 01:06:38','',0,'https://buzz-caribbean.com/?p=1758',0,'post','',0),(1759,9,'2019-08-05 14:33:36','2019-08-05 19:33:36','','office-romance-DD','','inherit','closed','closed','','office-romance-dd','','','2019-08-05 14:33:36','2019-08-05 19:33:36','',1747,'https://buzz-caribbean.com/app/uploads/2019/08/office-romance-DD.jpg',0,'attachment','image/jpeg',0),(1760,9,'2019-08-05 14:34:01','2019-08-05 19:34:01','','office-romance-CC','','inherit','closed','closed','','office-romance-cc','','','2019-08-05 14:34:01','2019-08-05 19:34:01','',1747,'https://buzz-caribbean.com/app/uploads/2019/08/office-romance-CC.jpg',0,'attachment','image/jpeg',0),(1761,9,'2019-08-05 14:34:49','2019-08-05 19:34:49','','office-romance-EE','','inherit','closed','closed','','office-romance-ee','','','2019-08-05 14:34:49','2019-08-05 19:34:49','',1747,'https://buzz-caribbean.com/app/uploads/2019/08/office-romance-EE.jpg',0,'attachment','image/jpeg',0),(1762,9,'2019-08-05 14:38:47','2019-08-05 19:38:47','','office-romance-FF','','inherit','closed','closed','','office-romance-ff','','','2019-08-05 14:38:47','2019-08-05 19:38:47','',1747,'https://buzz-caribbean.com/app/uploads/2019/08/office-romance-FF.jpg',0,'attachment','image/jpeg',0),(1763,9,'2019-08-05 14:39:15','2019-08-05 19:39:15','<!-- wp:image {\"id\":1760} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/office-romance-CC-1024x683.jpg\" alt=\"\" class=\"wp-image-1760\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Keep it professional! But turns out that is easier said than done because you can’t stop staring in the direction of that hot co-worker. The intensity is building, blood is rushing through your veins, and sweat is bursting through your pores, as he or she walks by. It seems you might have a crush on your co-worker. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many persons\nshun the idea of mixing business with pleasure, but ‘office love’ is not uncommon.\nIn fact, it happens more often than you think.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But before you jump head-on into a relationship with your co-worker, you need to remember that such a union comes with good and bad. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1759} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/office-romance-DD-1024x683.jpg\" alt=\"\" class=\"wp-image-1759\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Here are some pros of such a relationship. </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Getting\nto see the person daily. &nbsp;</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>You get to\nsee that special someone eevveerryy day. So, no more sitting alone being droopy\nat the lunch table or even spending your breaks by yourself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>They\ncan relate to your work</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Say goodbye to the questions like: ‘Who is Kim again?’ or ‘Could you explain what you do again?’. A lover, who is your co-worker, can fully understand your frustration or your need to vent. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Spice\nis in the air</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>All of a\nsudden, you are eager to go to work, and you can’t help but think of getting\nnaughty in an empty boardroom. You just want each other, and it’s almost as if\nyou can’t keep your hands to yourself. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1761} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/office-romance-EE-1024x683.jpg\" alt=\"\" class=\"wp-image-1761\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Unfortunately, there are some cons to your little office affair.</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>The\nentire office could find out</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>This could\nbe pretty cool, and everyone might be happy for you guys, but … it might become\na burden after a while when everyone starts to inquire, “Is John coming in today?’\nor ‘Is everything OK in your relationship?.’ ‘Oh my god, give me a break’,\nwould probably be your reaction. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Becoming\ndistracted</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>It feels like\nyou’re in high school again, being all young, dumb and in love. Sigh. The harsh\nreality is that having the love of your life at work could become your number\none distraction. Your performance level might even decrease. But guess what? You’re\ntoo busy being in love to realise. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>The\nrelationship ends</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>You break\nup, and it could have been a nasty split. This ‘break’ could be detrimental to\nboth person, as pettiness and unprofessionalism may take over and cause either\nparty to be unfairly treated, especially if you were flirting or dating your\nboss.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1762} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/office-romance-FF-1024x683.jpg\" alt=\"\" class=\"wp-image-1762\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some companies\nhave protocols and behavioural guidelines when it comes to relationships in the\nworkplace. So, if you’re in that kind of space, you’re taking a risk by getting\ninvolved with your co-worker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you intend to get in on some of that office love, be discreet. Cut back on the grand gestures and ‘mushy’ stuff. Leave that until you are somewhere private.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-S. Smikle</p>\n<!-- /wp:paragraph -->','Young, dumb and in love ... with your co-worker','','inherit','closed','closed','','1747-revision-v1','','','2019-08-05 14:39:15','2019-08-05 19:39:15','',1747,'https://buzz-caribbean.com/article/1747-revision-v1/',0,'revision','',0),(1766,11,'2019-08-05 15:19:43','2019-08-05 20:19:43','<!-- wp:paragraph -->\n<p>On March 25, Grace Agro Processors (GAP), Denbigh became the sixth factory to be opened in Jamaica by the GraceKennedy Group.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The factory will be working with farmers in and around May Pen, as well as across Jamaica, to source inputs for the manufacturing of Grace products for local consumption and export.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 60,000 square foot facility employs some 70 persons, with that number reaching as high as 120 during peak periods of production.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>GraceKennedy supports Jamaica, and this is one way that has been good for our company. </p><cite>GraceKennedy Group CEO, Don Wehby</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>GAP Denbigh currently has three lines up and running. One has the capacity to produce vacuum-sealed, frozen produce, such as yams and sweet potato; another produces canned products, including ackee and callaloo, and the final is a bottling line, where Grace Foods\' popular jerk seasoning is produced.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1770,1772]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sweet-potato-1.jpg\" alt=\"\" data-id=\"1770\" data-link=\"https://buzz-caribbean.com/?attachment_id=1770\" class=\"wp-image-1770\" /><figcaption>Vacuum-sealed, frozen  sweet potatoes will be produced at GAP Denbigh</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/yam.jpg\" alt=\"\" data-id=\"1772\" data-link=\"https://buzz-caribbean.com/?attachment_id=1772\" class=\"wp-image-1772\" /><figcaption>Vacuum-sealed, frozen  yams will be produced at GAP Denbigh</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>\"Our partnership with the Jamaican farmers has been mutually beneficial, and we hope will assist us in the bid to secure steady and consistent supply to satisfy the demand for our products both at home and abroad,\" said GraceKennedy Group CEO, Don Wehby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grace Foods Domestic CEO, Frank James, underscored the point, noting that, at the peak of the ackee crop, GAP Denbigh will be depending on supplies of approximately 13,000 dozen ackee each day to satisfy its export demand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1789} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tinned-ackee-1.jpg\" alt=\"\" class=\"wp-image-1789\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Grace ships canned ackee to the UK, USA, Canada and the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>GAP Denbigh gets the raw material for its canned callaloo from the Grace Agro Processors facility in Hounslow, St Elizabeth. The product comes shredded in bulk packaging and is then canned and processed at the Denbigh plant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Our partnership with the Jamaican farmers has been mutually beneficial\"</p><cite>GraceKennedy Group CEO, Don Wehby</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Grace Jerk Seasoning, also manufactured with pepper mash from the Hounslow plant, at GAP Denbigh, is exported to the US and Canadian markets. The product is also shipped in bulk to Grace Foods UK, where it is reprocessed for retail sale.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1784,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Grace-Jerk-Seasoning.jpg\" alt=\"\" class=\"wp-image-1784\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"We are pleased to have opened this facility and look forward to the value it will add, not only to the community in Clarendon and its environs, but to the Grace Foods quality line of products, and our business overall,\" said Wehby.</p>\n<!-- /wp:paragraph -->','GraceKennedy opens sixth factory in Jamaica','','publish','closed','closed','','gracekennedy-opens-sixth-factory-in-jamaica-at-denbigh-clarendon','','','2019-08-14 20:09:52','2019-08-15 01:09:52','',0,'https://buzz-caribbean.com/?p=1766',0,'post','',0),(1767,4,'2019-08-05 14:46:25','2019-08-05 19:46:25','<!-- wp:paragraph -->\n<p>Fidelity Motors Limited became the first Nissan dealership in the Caribbean to have a global standard showroom.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It opened its all-new facility on July 24. Bringing its Hanover Street property in downtown Kingston up to spec saw the original building gutted to allow an expansion to 7,000 square feet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The new showroom holds ten cars in an open layout. This allows customers the freedom to move about and offers better interaction with sales staff.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are also digital tools from which customers can gain more knowledge of Nissan products while waiting in the lounge. The exterior fascia displays a significant shift from the old showroom with plenty of glass for those wanting to window shop. The Nissan signage and colours have also gained more prominence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fidelity now joins the ranks of new car dealers that have freshened their showrooms. The process appeared to have started when the ATL Automotive Group completed its US$13.5 million Audi Terminal on Oxford Road in 2013. It was then the largest single investment in the automotive sector.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The opening was held in the presence of invited guests, media, and representatives from current Fidelity Motors owners Goddard Enterprises Limited and Nissan Latin American. For Goddard, Nicholas Mackie, senior general manager and Samuel Gaston, regional product manager of Nissan Barbados. For Nissan Latin America, Pedro Albarran, LAC34 marketing director and Silvano Guerra Nava, country manager for Right-Hand Drive Caribbean.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> They were followed by the island’s oldest automotive dealership, Kingston Industrial Garage. Founded as Ford dealership in 1908, KIG spent US$500,000 renovating their Spanish Town Road showroom while expanding to a second one on Old Hope Road. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2016, another long-standing Spanish Town Road new car dealership,\nToyota Jamaica Limited, opened their second location also on Old Hope Road at the reported cost of\nJA$400 million. The rush for prime uptown real estate continued that year as\nMagna Motors Limited, who had joined the market after taking over the Hyundai\nbrand, also opted for Old Hope\n  Road investing JA$61 in a showroom. Meanwhile on Hagley Park Road,\nATL Honda brought their facilities up to global specifications in 2016 as well.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2017 ATL Automotive Group once again reset the bar after\ninvesting US$15 million in their Lady\n  Musgrave Road showroom to house the BMW/MINI\nbrands under the ATL Autobahn banner. Earlier that year they brought high-end\nluxury sports car maker Porsche to the heart of Kingston with the Porsche City Centre\nshowroom on Knutsford Boulevard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To date the new car dealer showroom construction continues\nas in 2018 Magna Motors Limited announced it was moving to a larger property on\nOxford Road\nwhere it planned to spend US$8 million. It was scheduled for competition in\nearly 2019, but has yet to be finished. Stewart’s Automotive Group broke ground\non their new Jaguar/Land Rover facilities in early 2019, coming close to the ATL\nAutomotive Group with a US$13 million price tag. Tentative is a new VW showroom\nas since 2016 the ATL Automotive Group has also been investing in their Montego Bay showrooms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What has set Fidelity apart is its confidence in Downtown\nKingston, where it began in 2001 as a partnership between Goddard Enterprises\nLimited and GraceKennedy &amp; Co Ltd. While the other brands have moved\nuptown, Fidelity has opted to stay put after eighteen years at its Hanover Street\nshowroom, bullish in the growth that the Kingston &amp; St Andrew Municipal\nCorporation has promised Vision 2030 project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Currently Fidelity Motors sits across from the brand new\noffices of GraceKennedy &amp; Co Ltd., the new 11-storey Ministry of Foreign\nAffairs and Foreign Trade building, while down the road is Victoria Pier also\nrecently renovated by businessman Andrew Azar. Next year they’ll be joined in\nthe area by another large investment project, the ROK Hotel from the\ninternational hotel chain Hilton.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Nissan range contains the X-Trail, Qashqai, and\nPathfinder sport utility vehicles. On the commercial front it sells the Urvan\nbus and Frontier pick-up. They also carry Chinese made vehicles from Chinese-Japanese\nalliance Zhengzhou Nissan Auto, ZNA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>CAPTIONS</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0133: Fidelity Motors Limited opened their all-new\nshowroom on July 24 after spending a year on bringing the Hanover Street location up to Nissan’s\nglobal specifications.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0111: Major Gregory Webster, managing director at\nFidelity Motors, addresses the crowd at their July 24 showroom launch, Hanover Street,\nDowntown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0131: In attendance were (from left) Silvano Guerra Nava,\ncountry manager for Right-Hand Drive Caribbean, Nissan Latin America; Nicholas\nMackie, senior general manager of Nissan Barbados and Pedro Albarran, LAC34 marketing\ndirector, Nissan Latin America.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0135: Nicholas Mackie, senior general manager of Nissan Barbados\n(centre) grabs a celebratory selfie with Pedro Albarran, LAC34 marketing\ndirector, Nissan Latin America (left) and Major Gregory Webster, managing director\nat Fidelity Motors at the July 24 all-new Nissan showroom launch in Downtown\nKingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0099: The new showroom can handle up to ten cars on\ndisplay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0058: Fidelity Motors Limited\'s new showroom complies with Nissan\'s Global showroom standards.<br>DSC_0066: The showroom can handle up to ten vehicles in an open environment.<br>DSC_0092: Customers can relax in the large customer lounge.<br>DSC_0067: Marketing officer, David Crawford, for Fidelity Motors Ltd, demonstrates one of the new features of the showroom, a colour bar from which customers can browse the available vehicle colours.DSC_0087: Fidelity Motors Ltd\'s marketing officer David Crawford explains that the screens around the showroom are linked to the Parts Department and used to keep customers informed about parts and service specials.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>caption: Marketing officer, David Crawford, for Fidelity Motors Ltd, demonstrates one of the new features of the showroom, a Design Bar from which customers can browse the available vehicle colours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> — <strong>Nichola Beckford</strong></p>\n<!-- /wp:paragraph -->','Fidelity Motors opens global standard showroom','','inherit','closed','closed','','1757-revision-v1','','','2019-08-05 14:46:25','2019-08-05 19:46:25','',1757,'https://buzz-caribbean.com/article/1757-revision-v1/',0,'revision','',0),(1768,9,'2019-08-05 14:49:21','2019-08-05 19:49:21','<!-- wp:image {\"id\":1760} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/office-romance-CC-1024x683.jpg\" alt=\"\" class=\"wp-image-1760\" /><figcaption>Office affairs are not uncommon in Jamaica. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Keep it professional! But turns out that is easier said than done because you can’t stop staring in the direction of that hot co-worker. The intensity is building, blood is rushing through your veins, and sweat is bursting through your pores, as he or she walks by. It seems you might have a crush on your co-worker. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many persons\nshun the idea of mixing business with pleasure, but ‘office love’ is not uncommon.\nIn fact, it happens more often than you think.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But before you jump head-on into a relationship with your co-worker, you need to remember that such a union comes with good and bad. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1759} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/office-romance-DD-1024x683.jpg\" alt=\"\" class=\"wp-image-1759\" /><figcaption>There are pros to dating someone you work with. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Here are some pros of such a relationship. </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Getting\nto see the person daily. &nbsp;</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>You get to see that special someone eevveerryy day. So, no more sitting alone being droopy at the lunch table or even spending your breaks by yourself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>They\ncan relate to your work</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Say goodbye to the questions like: ‘Who is Kim again?’ or ‘Could you explain what you do again?’. A lover, who is your co-worker, can fully understand your frustration or your need to vent. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Spice\nis in the air</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>All of a\nsudden, you are eager to go to work, and you can’t help but think of getting\nnaughty in an empty boardroom. You just want each other, and it’s almost as if\nyou can’t keep your hands to yourself. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1761} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/office-romance-EE-1024x683.jpg\" alt=\"\" class=\"wp-image-1761\" /><figcaption>Your little office affair might even come with a bit of drama. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Unfortunately, there are some cons to your little office affair.</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>The\nentire office could find out</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>This could be pretty cool, and everyone might be happy for you guys, but … it might become a burden after a while when everyone starts to inquire, “Is John coming in today?’ or ‘Is everything OK in your relationship?.’ ‘Oh my god, give me a break’, would probably be your reaction. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Becoming\ndistracted</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>It feels like you’re in high school again, being all young, dumb and in love. Sigh. The harsh reality is that having the love of your life at work could become your number one distraction. Your performance level might even decrease. But guess what? You’re too busy being in love to realise. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>The\nrelationship ends</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>You break\nup, and it could have been a nasty split. This ‘break’ could be detrimental to\nboth person, as pettiness and unprofessionalism may take over and cause either\nparty to be unfairly treated, especially if you were flirting or dating your\nboss.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1762} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/office-romance-FF-1024x683.jpg\" alt=\"\" class=\"wp-image-1762\" /><figcaption>If you decide to get involved with your co-worker, keep it professional. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some companies\nhave protocols and behavioural guidelines when it comes to relationships in the\nworkplace. So, if you’re in that kind of space, you’re taking a risk by getting\ninvolved with your co-worker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you intend to get in on some of that office love, be discreet. Cut back on the grand gestures and ‘mushy’ stuff. Leave that until you are somewhere private.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-S. Smikle</p>\n<!-- /wp:paragraph -->','Young, dumb and in love ... at work','','inherit','closed','closed','','1747-revision-v1','','','2019-08-05 14:49:21','2019-08-05 19:49:21','',1747,'https://buzz-caribbean.com/article/1747-revision-v1/',0,'revision','',0),(1769,11,'2019-08-05 14:52:15','2019-08-05 19:52:15','','sweet-potato','','inherit','closed','closed','','sweet-potato','','','2019-08-05 14:52:15','2019-08-05 19:52:15','',1766,'https://buzz-caribbean.com/app/uploads/2019/08/sweet-potato.jpg',0,'attachment','image/jpeg',0),(1770,11,'2019-08-05 14:54:21','2019-08-05 19:54:21','','sweet-potato-1','Sweet potato','inherit','closed','closed','','sweet-potato-1','','','2019-08-05 15:10:11','2019-08-05 20:10:11','',1766,'https://buzz-caribbean.com/app/uploads/2019/08/sweet-potato-1.jpg',0,'attachment','image/jpeg',0),(1771,11,'2019-08-05 14:54:28','2019-08-05 19:54:28','','tinned-ackee','','inherit','closed','closed','','tinned-ackee','','','2019-08-05 14:54:28','2019-08-05 19:54:28','',1766,'https://buzz-caribbean.com/app/uploads/2019/08/tinned-ackee.jpg',0,'attachment','image/jpeg',0),(1772,11,'2019-08-05 14:54:34','2019-08-05 19:54:34','','yam','','inherit','closed','closed','','yam','','','2019-08-05 14:54:34','2019-08-05 19:54:34','',1766,'https://buzz-caribbean.com/app/uploads/2019/08/yam.jpg',0,'attachment','image/jpeg',0),(1773,11,'2019-08-05 14:56:43','2019-08-05 19:56:43','','Grace_jerk-products-group','','inherit','closed','closed','','grace_jerk-products-group','','','2019-08-05 14:56:43','2019-08-05 19:56:43','',1766,'https://buzz-caribbean.com/app/uploads/2019/08/Grace_jerk-products-group.png',0,'attachment','image/png',0),(1774,11,'2019-08-05 14:57:03','2019-08-05 19:57:03','<!-- wp:paragraph -->\n<p>On March 25, Grace Agro Processors (GAP), Denbigh became the sixth factory to be opened in Jamaica by the GraceKennedy Group.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The factory will be working with farmers in and around May Pen, as well as across Jamaica, to source inputs for the manufacturing of Grace products for local consumption and export.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 60,000 square foot facility employs some 70 persons, with that number reaching as high as 120 during peak periods of production.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>GraceKennedy supports Jamaica, and this is one way that has been good for our company. </p><cite>GraceKennedy Group CEO, Don Wehby</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>GAP Denbigh currently has three lines up and running. One has the capacity to produce vacuum-sealed, frozen produce, such as yams and sweet potato; another produces canned products, including ackee and callaloo, and the final is a bottling line, where Grace Foods\' popular jerk seasoning is produced.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1770,1771,1772,1773]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sweet-potato-1.jpg\" alt=\"\" data-id=\"1770\" data-link=\"https://buzz-caribbean.com/?attachment_id=1770\" class=\"wp-image-1770\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tinned-ackee.jpg\" alt=\"\" data-id=\"1771\" data-link=\"https://buzz-caribbean.com/?attachment_id=1771\" class=\"wp-image-1771\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/yam.jpg\" alt=\"\" data-id=\"1772\" data-link=\"https://buzz-caribbean.com/?attachment_id=1772\" class=\"wp-image-1772\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Grace_jerk-products-group-1024x607.png\" alt=\"\" data-id=\"1773\" data-link=\"https://buzz-caribbean.com/?attachment_id=1773\" class=\"wp-image-1773\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>\"GraceKennedy supports Jamaica, and this is one way that has been good for our company. Our partnership with the Jamaican farmers has been mutually beneficial, and we hope will assist us in the bid to secure steady and consistent supply to satisfy the demand for our products both at home and abroad,\" said GraceKennedy Group CEO, Don Wehby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grace Foods Domestic CEO, Frank James, underscored the point, noting that, at the peak of the ackee crop, GAP Denbigh will be depending on supplies of approximately 13,000 dozen ackee each day to satisfy its export demand. Grace ships canned ackee to the UK, USA, Canada and the Caribbean.<br>\nGAP Denbigh gets the raw material for its canned callaloo from the Grace Agro Processors facility in Hounslow, St Elizabeth. The product comes shredded in bulk packaging, and is then canned and processed at the Denbigh plant.<br>\nGrace Jerk Seasoning, also manufactured with pepper mash from the Hounslow plant, at GAP Denbigh, is exported to the US and Canadian markets. The product is also shipped in bulk to Grace Foods UK, where it is reprocessed for retail sale.<br>\n\"We are pleased to have opened this facility and look forward to the value it will add, not only to the community in Clarendon and its environs, but to the Grace Foods quality line of products, and our business overall,\" said Wehby.</p>\n<!-- /wp:paragraph -->','GraceKennedy opens sixth factory in Jamaica at Denbigh, Clarendon','','inherit','closed','closed','','1766-revision-v1','','','2019-08-05 14:57:03','2019-08-05 19:57:03','',1766,'https://buzz-caribbean.com/article/1766-revision-v1/',0,'revision','',0),(1775,11,'2019-08-05 15:04:42','2019-08-05 20:04:42','','Grace_jerk-products-group-1','','inherit','closed','closed','','grace_jerk-products-group-1','','','2019-08-05 15:04:42','2019-08-05 20:04:42','',1766,'https://buzz-caribbean.com/app/uploads/2019/08/Grace_jerk-products-group-1.png',0,'attachment','image/png',0),(1776,14,'2019-08-05 15:04:57','2019-08-05 20:04:57','','st-catherine-jerk-fest-2','','inherit','closed','closed','','st-catherine-jerk-fest-2','','','2019-08-05 15:04:57','2019-08-05 20:04:57','',1758,'https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-2.jpg',0,'attachment','image/jpeg',0),(1777,4,'2019-08-05 15:05:15','2019-08-05 20:05:15','','DSC_0058','','inherit','closed','closed','','dsc_0058','','','2019-08-05 15:05:15','2019-08-05 20:05:15','',1757,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0058.jpg',0,'attachment','image/jpeg',0),(1778,14,'2019-08-05 15:06:18','2019-08-05 20:06:18','','st-catherine-jerk-fest-1','','inherit','closed','closed','','st-catherine-jerk-fest-1','','','2019-08-05 15:06:18','2019-08-05 20:06:18','',1758,'https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-1.jpg',0,'attachment','image/jpeg',0),(1779,14,'2019-08-05 15:07:00','2019-08-05 20:07:00','','st-catherine-jerk-fest-3','','inherit','closed','closed','','st-catherine-jerk-fest-3','','','2019-08-05 15:07:00','2019-08-05 20:07:00','',1758,'https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-3.jpg',0,'attachment','image/jpeg',0),(1780,14,'2019-08-05 15:07:33','2019-08-05 20:07:33','','st-catherine-jerk-fest-6','','inherit','closed','closed','','st-catherine-jerk-fest-6','','','2019-08-05 15:07:33','2019-08-05 20:07:33','',1758,'https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-6.jpg',0,'attachment','image/jpeg',0),(1781,4,'2019-08-05 15:07:52','2019-08-05 20:07:52','','DSC_0066','','inherit','closed','closed','','dsc_0066','','','2019-08-05 15:07:52','2019-08-05 20:07:52','',1757,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0066.jpg',0,'attachment','image/jpeg',0),(1782,14,'2019-08-05 15:08:38','2019-08-05 20:08:38','','st-catherine-jerk-fest-5','','inherit','closed','closed','','st-catherine-jerk-fest-5','','','2019-08-05 15:08:38','2019-08-05 20:08:38','',1758,'https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-5.jpg',0,'attachment','image/jpeg',0),(1783,14,'2019-08-05 15:09:03','2019-08-05 20:09:03','','st-catherine-jerk-fest-9','','inherit','closed','closed','','st-catherine-jerk-fest-9','','','2019-08-05 15:09:03','2019-08-05 20:09:03','',1758,'https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-9.jpg',0,'attachment','image/jpeg',0),(1784,11,'2019-08-05 15:09:04','2019-08-05 20:09:04','','Grace-Jerk-Seasoning','','inherit','closed','closed','','grace-jerk-seasoning','','','2019-08-05 15:09:04','2019-08-05 20:09:04','',1766,'https://buzz-caribbean.com/app/uploads/2019/08/Grace-Jerk-Seasoning.jpg',0,'attachment','image/jpeg',0),(1785,14,'2019-08-05 15:09:25','2019-08-05 20:09:25','','st-catherine-jerk-fest-5-1','','inherit','closed','closed','','st-catherine-jerk-fest-5-1','','','2019-08-05 15:09:25','2019-08-05 20:09:25','',1758,'https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-5-1.jpg',0,'attachment','image/jpeg',0),(1786,14,'2019-08-05 15:09:58','2019-08-05 20:09:58','','st-catherine-jerk-fest-4','','inherit','closed','closed','','st-catherine-jerk-fest-4','','','2019-08-05 15:09:58','2019-08-05 20:09:58','',1758,'https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-4.jpg',0,'attachment','image/jpeg',0),(1787,14,'2019-08-05 15:11:26','2019-08-05 20:11:26','<!-- wp:image {\"id\":1776} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-2-1024x683.jpg\" alt=\"\" class=\"wp-image-1776\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Torrential rains brought a premature end to the inaugural staging of the St. Catherine Jerk Festival in Linstead on Sunday, July 29. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Held on the grounds of the Dinthill Technical High School, hundreds of patrons had to scurry for cover as rains lashed the area. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1779} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-3-1024x683.jpg\" alt=\"\" class=\"wp-image-1779\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The stageshow segment of the event, which had just gotten underway was affected by the downpour and disappointed many patrons who turned out to see Beenieman perform. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When the BUZZ team saw the self-proclaimed Dancehall King, he was seated in his vehicle unable to exit. Other artists such as Jigsy King and Tony Curtis too, did not get their turn to perform.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1778} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-1-1024x614.jpg\" alt=\"\" class=\"wp-image-1778\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Artists who performed during the earlier\npart of the show were Mr Handsome and Zazan Zazan, Villa Dutch&nbsp;and other\nupcoming artists as well as a host of comedians.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Patrons from as far as Manchester, Clarendon, Kingston, and Portland turned out for the inaugural event. Judging from those present, many saw the festival as a great initiative and well-needed for the developing town. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Promoters of the event Audrey Betton and Christopher Angus were pleased with the support and expressed gratitude to the patrons who turned out with their families and friends to indulge in authentic Jamaican jerk. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1780} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-6-1024x683.jpg\" alt=\"\" class=\"wp-image-1780\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"We are indeed grateful for the\nsupport and promise to continue the staging of the St. Catherine Jerk Festival\nas we see it has huge potential for local and international tourism,\" Betton,\none of the promoters told BUZZ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1786} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-4-1024x683.jpg\" alt=\"\" class=\"wp-image-1786\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Her business partner Angus said he was\noverwhelmed by calls from persons formerly of the area, who are now living\noverseas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These returning residents have committed to\ncome home to support the festival next year, insisting the event become a\nstaple on Linstead’s entertainment calendar.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1783} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-9.jpg\" alt=\"\" class=\"wp-image-1783\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Due to these and other encouraging factors,\nthe team told BUZZ that they\'ll be approaching the Jamaica Tourist Board (JTB) for\nsupport in developing bed and breakfast&nbsp;programmes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1785} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-5-1-1024x683.jpg\" alt=\"\" class=\"wp-image-1785\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They are also eyeing other training opportunities\nfrom the JTB for locals, to guide them into making Linstead rise steadily\neconomically with the St. Catherine Jerk Festival and other entertainment\nevents.</p>\n<!-- /wp:paragraph -->','St. Catherine Jerk Festival celebrates inaugural launch despite late downpour','','inherit','closed','closed','','1758-revision-v1','','','2019-08-05 15:11:26','2019-08-05 20:11:26','',1758,'https://buzz-caribbean.com/article/1758-revision-v1/',0,'revision','',0),(1788,9,'2019-08-05 15:18:56','2019-08-05 20:18:56','<!-- wp:image {\"id\":1793} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/curvy-diva-bunx-1024x683.jpg\" alt=\"\" class=\"wp-image-1793\" /><figcaption>Curvy Diva says she prefers to deliver quality songs than to release a lot of songs. <br>(Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With an EP on the way, Yanique ‘Curvy Diva’ Barrett is giving fans a taste of what to expect from her upcoming project with a song called<strong> Bunx Pon It</strong>, featuring Demarco. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before the song was even released in late July, it\nwas sent to a few selectors who predicted that it might be another popular song\nfor the Curvy Diva. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I don\'t rush the process because I prefer to release quality songs than quantity. Demarco is known for quality, so when I got the invite to come to<br> Atlanta to record with him, I didn\'t hesitate. I enjoyed making this song,<br> and I\'m sure the ladies, especially, will enjoy ‘bunxing’ to it too,\" she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"A lot of persons have been asking if I can deliver another hit, and if I\'m serious about music.\"</p><cite> — Curvy Diva</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>However,<strong> Bunx Pon It</strong> is just one of the songs on her upcoming EP, <strong>Under-Estimated</strong>, which includes collaborations with Kranium and Gage.<br>  <br>\"My career has been a surprise to a lot of people, unexpected even for me. Recently, a lot of persons have been asking if I can deliver another hit and if I\'m serious about music. With this project, I answer those questions and confirm to fans around the world that they should constantly expect the unexpected from me,\" Curvy Diva said. The music video for ‘Bunx Pon It’ will be released in August. <br><br></p>\n<!-- /wp:paragraph -->','Curvy Diva to answer questions with new EP','','publish','closed','closed','','curvy-diva-to-answer-questions-with-new-ep','','','2019-08-12 16:02:06','2019-08-12 21:02:06','',0,'https://buzz-caribbean.com/?p=1788',0,'post','',0),(1789,11,'2019-08-05 15:12:13','2019-08-05 20:12:13','','tinned-ackee-1','','inherit','closed','closed','','tinned-ackee-1','','','2019-08-05 15:12:13','2019-08-05 20:12:13','',1766,'https://buzz-caribbean.com/app/uploads/2019/08/tinned-ackee-1.jpg',0,'attachment','image/jpeg',0),(1790,14,'2019-08-05 15:12:16','2019-08-05 20:12:16','<!-- wp:image {\"id\":1776} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-2-1024x683.jpg\" alt=\"\" class=\"wp-image-1776\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Torrential rains brought a premature end to the inaugural staging of the St. Catherine Jerk Festival in Linstead on Sunday, July 29. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Held on the grounds of the Dinthill Technical High School,&nbsp;hundreds of patrons had to scurry for cover as rains lashed the area. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1779} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-3-1024x683.jpg\" alt=\"\" class=\"wp-image-1779\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The stageshow segment of the event, which had just gotten underway was affected by the downpour and disappointed many patrons who turned out to see Beenieman perform.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When the BUZZ team saw the self-proclaimed Dancehall King, he was seated in his vehicle unable to exit. Other artists such as Jigsy King and Tony Curtis too, did not get their turn to perform.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1778} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-1-1024x614.jpg\" alt=\"\" class=\"wp-image-1778\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Artists who performed during the earlier\npart of the show were Mr Handsome and Zazan Zazan, Villa Dutch&nbsp;and other\nupcoming artists as well as a host of comedians.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Patrons from as far as Manchester, Clarendon, Kingston, and Portland turned out for the inaugural event. Judging from those present, many saw the festival as a great initiative and well-needed for the developing town.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Promoters of the event Audrey Betton and Christopher Angus&nbsp;were pleased with the support and expressed gratitude to the patrons who turned out with their families and friends to indulge in authentic Jamaican jerk. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1780} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-6-1024x683.jpg\" alt=\"\" class=\"wp-image-1780\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"We are indeed grateful for the\nsupport and promise to continue the staging of the St. Catherine Jerk Festival\nas we see it has huge potential for local and international tourism,\" Betton,\none of the promoters told BUZZ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1786} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-4-1024x683.jpg\" alt=\"\" class=\"wp-image-1786\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Her business partner Angus said he was\noverwhelmed by calls from persons formerly of the area, who are now living\noverseas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These returning residents have committed to\ncome home to support the festival next year, insisting the event become a\nstaple on Linstead’s entertainment calendar.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1783} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-9.jpg\" alt=\"\" class=\"wp-image-1783\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Due to these and other encouraging factors,\nthe team told BUZZ that they\'ll be approaching the Jamaica Tourist Board (JTB) for\nsupport in developing bed and breakfast&nbsp;programmes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1785} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-5-1-1024x683.jpg\" alt=\"\" class=\"wp-image-1785\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They are also eyeing other training opportunities\nfrom the JTB for locals, to guide them into making Linstead rise steadily\neconomically with the St. Catherine Jerk Festival and other entertainment\nevents.</p>\n<!-- /wp:paragraph -->','St. Catherine Jerk Festival celebrates inaugural launch despite late downpour','','inherit','closed','closed','','1758-revision-v1','','','2019-08-05 15:12:16','2019-08-05 20:12:16','',1758,'https://buzz-caribbean.com/article/1758-revision-v1/',0,'revision','',0),(1791,15,'2019-08-05 15:41:03','2019-08-05 20:41:03','<!-- wp:image {\"id\":1805} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/halle-berry-belgian-malinois-john-wick-3_opener-1024x568.jpg\" alt=\"\" class=\"wp-image-1805\" /><figcaption>Master assassins John Wick and Sophia crossing a desert with a pair of Belgian Malinoises. The dogs are a mainstay in the May installment, John Wick 3: PARABELLUM (Photo contributed, Lionsgate Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>See those refined-looking dogs as Halle Berry’s companions in <strong><em>John Wick 3</em></strong>?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Those are Belgian\nMalinois, one of the most athletic dogs around.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1807} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/halle-berry-belgian-malinois-john-wick-3_2-1024x683.jpg\" alt=\"\" class=\"wp-image-1807\" /><figcaption>Halle Berry stars as \'Sophia\' in JOHN WICK: 3 - PARABELLUM. (Photo contributed, Mark Rogers, Lionsgate Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So how did Halle make\nthose dogs effortlessly turn from companions to vicious protectors for some of\nthe best action sequences seen with canines?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It was about two or three\nhours a day, helping as a dog trainer, getting to know them, having them get to\nknow me, learning their personalities. We learned what tricks the dogs can do.\nSome dogs were good at just sitting on their mark and looking pretty and others\nwanted to jump off cars, through windows. So, it was just about learning what\neach dog can do and how I could command them to do it,’’ said the Hollywood\nactress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Game of Thrones</em></strong> wolf trainer Andrew Simpson was the dog coordinator on John Wick 3, who oversaw Berry working for months with 5 Belgian Malinoises.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, what’s there to know about this fabulous dog? <strong><em>BUZZ</em></strong> presents 10 interesting facts about the Belgian Malinois:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1812} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/halle-berry-belgian-malinois-john-wick-3_extra-1024x576.jpg\" alt=\"\" class=\"wp-image-1812\" /><figcaption>Sophia, one of Wick\'s only remaining \"friends\", considers his plea for help after he is declared \'excommunicado\' in John Wick: Chapter 3 - PARABELLUM (Photo contributed, Lionsgate Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>1. The Belgian Malinois\noriginated from the Flemish city of Malines where it was bred to be a herding\ndog that could also guard livestock.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. A medium-sized dog, it\nweighs between 40 to 75 pounds depending on its gender.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. A purebred Malinois\ntends to be a base fawn colour to mahogany and tan with a black mask and black\nears.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. The Belgian Malinois is fine-boned, more elegant than bulky. As an adult it stands between 22 to 26 inches and is squarely proportioned.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. It has a short-haired\ndouble coat and is easy to groom but does shed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Belgian Malinoises are very protective, alert, intelligent and confident dogs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1809} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/halle-berry-belgian-malinois-john-wick-3-1024x512.jpg\" alt=\"\" class=\"wp-image-1809\" /><figcaption>Sophia\'s watchful companion anticipates an intruder in this scene from John Wick: Chapter 3 (Photo contributed, Lionsgate Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>7.&nbsp; A “Mal” as it is\naffectionately called is extremely active, strong and agile.&nbsp; It has a\nhigh work-drive and requires plenty of stimulation and exercise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. The Belgian Malinois is\nused by the Oketz, the K-9 unit of the Israel Defence Force.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. United States Navy SEALs used a Belgian Malinois named Cairo in Operation Neptune Spear, in which Osama bin Laden was killed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Its average lifespan is between 14-16 years and it is prone to hip dysplasia. It is also prone to eye disease.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See the trailer here: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=M7XM597XO94\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=M7XM597XO94\n</div></figure>\n<!-- /wp:embed -->','What you need to know about the Belgian Malinois','','publish','closed','closed','','what-you-need-to-know-about-the-belgian-malinois','','','2019-08-05 16:50:33','2019-08-05 21:50:33','',0,'https://buzz-caribbean.com/?p=1791',0,'post','',0),(1792,4,'2019-08-05 15:13:20','2019-08-05 20:13:20','','DSC_0135','','inherit','closed','closed','','dsc_0135','','','2019-08-05 15:13:20','2019-08-05 20:13:20','',1757,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0135.jpg',0,'attachment','image/jpeg',0),(1793,9,'2019-08-05 15:13:57','2019-08-05 20:13:57','','curvy-diva-bunx','','inherit','closed','closed','','curvy-diva-bunx','','','2019-08-05 15:13:57','2019-08-05 20:13:57','',1788,'https://buzz-caribbean.com/app/uploads/2019/08/curvy-diva-bunx.jpg',0,'attachment','image/jpeg',0),(1794,4,'2019-08-05 15:14:13','2019-08-05 20:14:13','','DSC_0135-1','','inherit','closed','closed','','dsc_0135-1','','','2019-08-05 15:14:13','2019-08-05 20:14:13','',1757,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0135-1.jpg',0,'attachment','image/jpeg',0),(1795,4,'2019-08-05 15:16:55','2019-08-05 20:16:55','','DSC_0131','','inherit','closed','closed','','dsc_0131','','','2019-08-05 15:16:55','2019-08-05 20:16:55','',1757,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0131.jpg',0,'attachment','image/jpeg',0),(1796,11,'2019-08-05 15:17:18','2019-08-05 20:17:18','','GraceKennedy HQ','','inherit','closed','closed','','gracekennedy-hq','','','2019-08-05 15:17:18','2019-08-05 20:17:18','',1766,'https://buzz-caribbean.com/app/uploads/2019/08/GraceKennedy-HQ.jpg',0,'attachment','image/jpeg',0),(1797,11,'2019-08-05 15:17:47','2019-08-05 20:17:47','<!-- wp:paragraph -->\n<p>On March 25, Grace Agro Processors (GAP), Denbigh became the sixth factory to be opened in Jamaica by the GraceKennedy Group.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The factory will be working with farmers in and around May Pen, as well as across Jamaica, to source inputs for the manufacturing of Grace products for local consumption and export.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 60,000 square foot facility employs some 70 persons, with that number reaching as high as 120 during peak periods of production.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>GraceKennedy supports Jamaica, and this is one way that has been good for our company. </p><cite>GraceKennedy Group CEO, Don Wehby</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>GAP Denbigh currently has three lines up and running. One has the capacity to produce vacuum-sealed, frozen produce, such as yams and sweet potato; another produces canned products, including ackee and callaloo, and the final is a bottling line, where Grace Foods\' popular jerk seasoning is produced.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1770,1772]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sweet-potato-1.jpg\" alt=\"\" data-id=\"1770\" data-link=\"https://buzz-caribbean.com/?attachment_id=1770\" class=\"wp-image-1770\" /><figcaption>Vacuum-sealed, frozen  sweet potatoes will be produced at GAP Denbigh</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/yam.jpg\" alt=\"\" data-id=\"1772\" data-link=\"https://buzz-caribbean.com/?attachment_id=1772\" class=\"wp-image-1772\" /><figcaption>Vacuum-sealed, frozen  yams will be produced at GAP Denbigh</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>\"GraceKennedy supports Jamaica, and this is one way that has been good for our company. Our partnership with the Jamaican farmers has been mutually beneficial, and we hope will assist us in the bid to secure steady and consistent supply to satisfy the demand for our products both at home and abroad,\" said GraceKennedy Group CEO, Don Wehby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grace Foods Domestic CEO, Frank James, underscored the point, noting that, at the peak of the ackee crop, GAP Denbigh will be depending on supplies of approximately 13,000 dozen ackee each day to satisfy its export demand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1789} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tinned-ackee-1.jpg\" alt=\"\" class=\"wp-image-1789\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Grace ships canned ackee to the UK, USA, Canada and the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>GAP Denbigh will be depending on supplies of approximately 13,000 dozen ackee each day to satisfy its export demand</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>GAP Denbigh gets the raw material for its canned callaloo from the Grace Agro Processors facility in Hounslow, St Elizabeth. The product comes shredded in bulk packaging and is then canned and processed at the Denbigh plant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Our partnership with the Jamaican farmers has been mutually beneficial\"</p><cite>GraceKennedy Group CEO, Don Wehby</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Grace Jerk Seasoning, also manufactured with pepper mash from the Hounslow plant, at GAP Denbigh, is exported to the US and Canadian markets. The product is also shipped in bulk to Grace Foods UK, where it is reprocessed for retail sale.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1784,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Grace-Jerk-Seasoning.jpg\" alt=\"\" class=\"wp-image-1784\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"We are pleased to have opened this facility and look forward to the value it will add, not only to the community in Clarendon and its environs, but to the Grace Foods quality line of products, and our business overall,\" said Wehby.</p>\n<!-- /wp:paragraph -->','GraceKennedy opens sixth factory in Jamaica at Denbigh, Clarendon','','inherit','closed','closed','','1766-revision-v1','','','2019-08-05 15:17:47','2019-08-05 20:17:47','',1766,'https://buzz-caribbean.com/article/1766-revision-v1/',0,'revision','',0),(1798,9,'2019-08-05 15:18:11','2019-08-05 20:18:11','<!-- wp:image {\"id\":1793} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/curvy-diva-bunx-1024x683.jpg\" alt=\"\" class=\"wp-image-1793\" /><figcaption>Curvy Diva says she prefers to deliver quality songs than to release a lot of songs. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With an EP on the way, Yanique ‘Curvy Diva’ Barrett is giving fans a taste of what to expect from her upcoming project with a song called ‘Bunx Pon It’, featuring Demarco. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before the song was even released in late July, it\nwas sent to a few selectors who predicted that it might be another popular song\nfor the Curvy Diva. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I don\'t rush the process because I prefer to release quality songs than quantity. Demarco is known for quality, so when I got the invite to come to<br> Atlanta to record with him, I didn\'t hesitate. I enjoyed making this song,<br> and I\'m sure the ladies, especially, will enjoy ‘bunxing’ to it too,\" she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"A lot of persons have been asking if I can deliver another hit, and if I\'m serious about music.\"</p><cite>- Curvy Diva</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>However, ‘Bunx Pon It’ is just one of the songs on her upcoming EP, ‘Under-Estimated’, which includes collaborations with Kranium and Gage.<br>  <br>\"My career has been a surprise to a lot of people, unexpected even for me. Recently, a lot of persons have been asking if I can deliver another hit and if I\'m serious about music. With this project, I answer those questions and confirm to fans around the world that they should constantly expect the unexpected from me,\" Curvy Diva said. The music video for ‘Bunx Pon It’ will be released in August. <br><br></p>\n<!-- /wp:paragraph -->','Curvy Diva to answer questions with new EP','','inherit','closed','closed','','1788-revision-v1','','','2019-08-05 15:18:11','2019-08-05 20:18:11','',1788,'https://buzz-caribbean.com/article/1788-revision-v1/',0,'revision','',0),(1799,4,'2019-08-05 15:19:12','2019-08-05 20:19:12','','DSC_0111','','inherit','closed','closed','','dsc_0111','','','2019-08-05 15:19:12','2019-08-05 20:19:12','',1757,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0111.jpg',0,'attachment','image/jpeg',0),(1800,4,'2019-08-05 15:20:25','2019-08-05 20:20:25','','DSC_0067','','inherit','closed','closed','','dsc_0067','','','2019-08-05 15:20:25','2019-08-05 20:20:25','',1757,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0067.jpg',0,'attachment','image/jpeg',0),(1801,11,'2019-08-05 15:56:00','2019-08-05 20:56:00','<!-- wp:paragraph -->\n<p>PSOJ boss Howard Mitchell has declared that Jamaica must stand on three pillars, namely corruption must be controlled, secondly the community must be educated and skilled, and its private sector must be innovative, capitalised and well regulated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mitchell who has long called for a re-examination of how Jamaica functions said in an address made before private sector and government operatives, that every successful and progressive society stands on three pillars — three foundation stones — the state, the community and the market (commerce).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1811} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Howard-Mitchell-1024x543.jpg\" alt=\"\" class=\"wp-image-1811\" /><figcaption>Howard Mitchell, President of the Private Sector Organisation Of Jamaica (PSOJ) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He said: \"If those pillars are not properly balanced and proportional to each other the progress of the society will be threatened.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"For a society to be successful, firstly the state must be strong, effective, facilitative and corruption must be controlled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Secondly the community must be educated and skilled, united in common goals and the degree of marginalisation and inequality must not be so great as to be an insurmountable barrier to the success of the average citizen with ambition and drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> \"And finally the market [private sector] must be innovative, agile, well capitalised, technically competent and well regulated.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Every successful and progressive society stands on three pillars: the state, the community and the market (commerce).</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Mitchell made it clear that if these elements are not present, there is a great potential for social disorder, individualistic and selfish behaviour, corruption and antisocial activity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For almost 6 decades since Jamaica\'s independence these pillars have been unbalanced, Mitchell noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"If those pillars are not properly balanced and proportional to each other the progress of the society will be threatened.\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"There is no question in my mind that the near-catastrophic failure of our economy up to the last decade is a consequence of the imbalance here described and it would be worth our while to effect a study of our economic history to elicit detailed lessons so as to prevent a repetition in the future,\" Mitchell said.</p>\n<!-- /wp:paragraph -->','PSOJ boss says Jamaica must stand on 3 essential pillars','','publish','closed','closed','','jamaica-must-stand-on-3-essential-pillars-mitchell','','','2019-08-10 15:01:36','2019-08-10 20:01:36','',0,'https://buzz-caribbean.com/?p=1801',0,'post','',0),(1802,4,'2019-08-05 15:22:15','2019-08-05 20:22:15','','DSC_0092','','inherit','closed','closed','','dsc_0092','','','2019-08-05 15:22:15','2019-08-05 20:22:15','',1757,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0092.jpg',0,'attachment','image/jpeg',0),(1803,4,'2019-08-05 15:24:14','2019-08-05 20:24:14','','DSC_0133','','inherit','closed','closed','','dsc_0133','','','2019-08-05 15:24:14','2019-08-05 20:24:14','',1757,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0133.jpg',0,'attachment','image/jpeg',0),(1804,4,'2019-08-05 15:24:29','2019-08-05 20:24:29','','DSC_0099','','inherit','closed','closed','','dsc_0099','','','2019-08-05 15:24:29','2019-08-05 20:24:29','',1757,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0099.jpg',0,'attachment','image/jpeg',0),(1805,14,'2019-08-05 15:24:46','2019-08-05 20:24:46','','halle-berry-belgian-malinois-john-wick-3_opener','','inherit','closed','closed','','halle-berry-belgian-malinois-john-wick-3_opener','','','2019-08-05 15:24:46','2019-08-05 20:24:46','',1791,'https://buzz-caribbean.com/app/uploads/2019/08/halle-berry-belgian-malinois-john-wick-3_opener.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1806,4,'2019-08-05 15:24:50','2019-08-05 20:24:50','<!-- wp:paragraph -->\n<p>Fidelity Motors Limited became the first Nissan dealership in the Caribbean to have a global standard showroom.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1777} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0058-1024x686.jpg\" alt=\"\" class=\"wp-image-1777\" /><figcaption>Fidelity Motors Limited, new Nissan showroom on hanover street in downtown Kingston</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It opened its all-new facility on July 24. Bringing its Hanover Street property in downtown Kingston up to spec saw the original building gutted to allow an expansion to 7,000 square feet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The new showroom holds ten cars in an open layout. This allows customers the freedom to move about and offers better interaction with sales staff.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1781} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0066-1024x685.jpg\" alt=\"\" class=\"wp-image-1781\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are also digital tools from which customers can gain more knowledge of Nissan products while waiting in the lounge. The exterior fascia displays a significant shift from the old showroom with plenty of glass for those wanting to window shop. The Nissan signage and colours have also gained more prominence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1794,1795,1799,1800,1802,1803,1804]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0135-1-1024x877.jpg\" alt=\"\" data-id=\"1794\" data-link=\"https://buzz-caribbean.com/?attachment_id=1794\" class=\"wp-image-1794\" /><figcaption>Nicholas Mackie, senior general manager of Nissan Barbados grabs a celebratory selfie with Pedro Albarran, marketing director, Nissan Latin America, and Major Gregory Webster, managing director at Fidelity Motors.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0131-1024x686.jpg\" alt=\"\" data-id=\"1795\" data-link=\"https://buzz-caribbean.com/?attachment_id=1795\" class=\"wp-image-1795\" /><figcaption>Silvano Guerra Nava, country manager for Right-Hand Drive Caribbean, Nissan Latin America; Nicholas Mackie, senior general manager of Nissan Barbados; and Pedro Albarran, LAC34 marketing director, Nissan Latin America.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0111-1024x685.jpg\" alt=\"\" data-id=\"1799\" data-link=\"https://buzz-caribbean.com/?attachment_id=1799\" class=\"wp-image-1799\" /><figcaption>Major Gregory Webster, managing director at Fidelity Motors.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0067-1024x686.jpg\" alt=\"\" data-id=\"1800\" data-link=\"https://buzz-caribbean.com/?attachment_id=1800\" class=\"wp-image-1800\" /><figcaption>Marketing officer, David Crawford demonstrates one of the new features of the showroom, a colour bar from which customers can browse the available vehicle colours.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0092-1024x685.jpg\" alt=\"\" data-id=\"1802\" data-link=\"https://buzz-caribbean.com/?attachment_id=1802\" class=\"wp-image-1802\" /><figcaption>Customers can relax in the spacious and comfy customer lounge.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0133-1024x686.jpg\" alt=\"\" data-id=\"1803\" data-link=\"https://buzz-caribbean.com/?attachment_id=1803\" class=\"wp-image-1803\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0099-1024x685.jpg\" alt=\"\" data-id=\"1804\" data-link=\"https://buzz-caribbean.com/?attachment_id=1804\" class=\"wp-image-1804\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Fidelity now joins the ranks of new car dealers that have freshened their showrooms. The process appeared to have started when the ATL Automotive Group completed its US$13.5 million Audi Terminal on Oxford Road in 2013. It was then the largest single investment in the automotive sector.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The opening was held in the presence of invited guests, media, and representatives from current Fidelity Motors owners Goddard Enterprises Limited and Nissan Latin American. For Goddard, Nicholas Mackie, senior general manager and Samuel Gaston, regional product manager of Nissan Barbados. For Nissan Latin America, Pedro Albarran, LAC34 marketing director and Silvano Guerra Nava, country manager for Right-Hand Drive Caribbean.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> They were followed by the island’s oldest automotive dealership, Kingston Industrial Garage. Founded as Ford dealership in 1908, KIG spent US$500,000 renovating their Spanish Town Road showroom while expanding to a second one on Old Hope Road. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2016, another long-standing Spanish Town Road new car dealership,\nToyota Jamaica Limited, opened their second location also on Old Hope Road at the reported cost of\nJA$400 million. The rush for prime uptown real estate continued that year as\nMagna Motors Limited, who had joined the market after taking over the Hyundai\nbrand, also opted for Old Hope\n  Road investing JA$61 in a showroom. Meanwhile on Hagley Park Road,\nATL Honda brought their facilities up to global specifications in 2016 as well.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2017 ATL Automotive Group once again reset the bar after\ninvesting US$15 million in their Lady\n  Musgrave Road showroom to house the BMW/MINI\nbrands under the ATL Autobahn banner. Earlier that year they brought high-end\nluxury sports car maker Porsche to the heart of Kingston with the Porsche City Centre\nshowroom on Knutsford Boulevard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To date the new car dealer showroom construction continues\nas in 2018 Magna Motors Limited announced it was moving to a larger property on\nOxford Road\nwhere it planned to spend US$8 million. It was scheduled for competition in\nearly 2019, but has yet to be finished. Stewart’s Automotive Group broke ground\non their new Jaguar/Land Rover facilities in early 2019, coming close to the ATL\nAutomotive Group with a US$13 million price tag. Tentative is a new VW showroom\nas since 2016 the ATL Automotive Group has also been investing in their Montego Bay showrooms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What has set Fidelity apart is its confidence in Downtown\nKingston, where it began in 2001 as a partnership between Goddard Enterprises\nLimited and GraceKennedy &amp; Co Ltd. While the other brands have moved\nuptown, Fidelity has opted to stay put after eighteen years at its Hanover Street\nshowroom, bullish in the growth that the Kingston &amp; St Andrew Municipal\nCorporation has promised Vision 2030 project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Currently Fidelity Motors sits across from the brand new\noffices of GraceKennedy &amp; Co Ltd., the new 11-storey Ministry of Foreign\nAffairs and Foreign Trade building, while down the road is Victoria Pier also\nrecently renovated by businessman Andrew Azar. Next year they’ll be joined in\nthe area by another large investment project, the ROK Hotel from the\ninternational hotel chain Hilton.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Nissan range contains the X-Trail, Qashqai, and\nPathfinder sport utility vehicles. On the commercial front it sells the Urvan\nbus and Frontier pick-up. They also carry Chinese made vehicles from Chinese-Japanese\nalliance Zhengzhou Nissan Auto, ZNA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>CAPTIONS</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0111:  at their July 24 showroom launch, Hanover Street, Downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0131: In attendance were (from left) </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0099: The new showroom can handle up to ten cars on\ndisplay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0058: Fidelity Motors Limited\'s new showroom complies with Nissan\'s Global showroom standards.<br>DSC_0066: The showroom can handle up to ten vehicles in an open environment.<br>DSC_0092: <br>DSC_0067: DSC_0087: Fidelity Motors Ltd\'s marketing officer David Crawford explains that the screens around the showroom are linked to the Parts Department and used to keep customers informed about parts and service specials.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>caption: Marketing officer, David Crawford, for Fidelity Motors Ltd, demonstrates one of the new features of the showroom, a Design Bar from which customers can browse the available vehicle colours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> — <strong>Nichola Beckford</strong></p>\n<!-- /wp:paragraph -->','Fidelity Motors opens global standard showroom','','inherit','closed','closed','','1757-revision-v1','','','2019-08-05 15:24:50','2019-08-05 20:24:50','',1757,'https://buzz-caribbean.com/article/1757-revision-v1/',0,'revision','',0),(1807,14,'2019-08-05 15:25:05','2019-08-05 20:25:05','','halle-berry-belgian-malinois-john-wick-3_2','Halle Berry stars as \'Sophia\' in JOHN WICK: CHAPTER 3 - PARABELLUM. Photo Credit: Mark Rogers.','inherit','closed','closed','','halle-berry-belgian-malinois-john-wick-3_2','','','2019-08-05 15:25:05','2019-08-05 20:25:05','',1791,'https://buzz-caribbean.com/app/uploads/2019/08/halle-berry-belgian-malinois-john-wick-3_2.jpg',0,'attachment','image/jpeg',0),(1808,4,'2019-08-05 15:25:21','2019-08-05 20:25:21','<!-- wp:paragraph -->\n<p>Fidelity Motors Limited became the first Nissan dealership in the Caribbean to have a global standard showroom.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1777} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0058-1024x686.jpg\" alt=\"\" class=\"wp-image-1777\" /><figcaption>Fidelity Motors Limited, new Nissan showroom on hanover street in downtown Kingston</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It opened its all-new facility on July 24. Bringing its Hanover Street property in downtown Kingston up to spec saw the original building gutted to allow an expansion to 7,000 square feet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The new showroom holds ten cars in an open layout. This allows customers the freedom to move about and offers better interaction with sales staff.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1781} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0066-1024x685.jpg\" alt=\"\" class=\"wp-image-1781\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are also digital tools from which customers can gain more knowledge of Nissan products while waiting in the lounge. The exterior fascia displays a significant shift from the old showroom with plenty of glass for those wanting to window shop. The Nissan signage and colours have also gained more prominence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1794,1795,1799,1800,1802,1803,1804]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0135-1-1024x877.jpg\" alt=\"\" data-id=\"1794\" data-link=\"https://buzz-caribbean.com/?attachment_id=1794\" class=\"wp-image-1794\" /><figcaption>Nicholas Mackie, senior general manager of Nissan Barbados grabs a celebratory selfie with Pedro Albarran, marketing director, Nissan Latin America, and Major Gregory Webster, managing director at Fidelity Motors.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0131-1024x686.jpg\" alt=\"\" data-id=\"1795\" data-link=\"https://buzz-caribbean.com/?attachment_id=1795\" class=\"wp-image-1795\" /><figcaption>Silvano Guerra Nava, country manager for Right-Hand Drive Caribbean, Nissan Latin America; Nicholas Mackie, senior general manager of Nissan Barbados; and Pedro Albarran, LAC34 marketing director, Nissan Latin America.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0111-1024x685.jpg\" alt=\"\" data-id=\"1799\" data-link=\"https://buzz-caribbean.com/?attachment_id=1799\" class=\"wp-image-1799\" /><figcaption>Major Gregory Webster, managing director at Fidelity Motors.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0067-1024x686.jpg\" alt=\"\" data-id=\"1800\" data-link=\"https://buzz-caribbean.com/?attachment_id=1800\" class=\"wp-image-1800\" /><figcaption>Marketing officer, David Crawford demonstrates one of the new features of the showroom, a colour bar from which customers can browse the available vehicle colours.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0092-1024x685.jpg\" alt=\"\" data-id=\"1802\" data-link=\"https://buzz-caribbean.com/?attachment_id=1802\" class=\"wp-image-1802\" /><figcaption>Customers can relax in the spacious and comfy customer lounge.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0133-1024x686.jpg\" alt=\"\" data-id=\"1803\" data-link=\"https://buzz-caribbean.com/?attachment_id=1803\" class=\"wp-image-1803\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0099-1024x685.jpg\" alt=\"\" data-id=\"1804\" data-link=\"https://buzz-caribbean.com/?attachment_id=1804\" class=\"wp-image-1804\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Fidelity now joins the ranks of new car dealers that have freshened their showrooms. The process appeared to have started when the ATL Automotive Group completed its US$13.5 million Audi Terminal on Oxford Road in 2013. It was then the largest single investment in the automotive sector.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> — <strong>Nichola Beckford</strong></p>\n<!-- /wp:paragraph -->','Fidelity Motors opens global standard showroom','','inherit','closed','closed','','1757-revision-v1','','','2019-08-05 15:25:21','2019-08-05 20:25:21','',1757,'https://buzz-caribbean.com/article/1757-revision-v1/',0,'revision','',0),(1809,14,'2019-08-05 15:28:42','2019-08-05 20:28:42','','halle-berry-belgian-malinois-john-wick-3','','inherit','closed','closed','','halle-berry-belgian-malinois-john-wick-3','','','2019-08-05 15:28:42','2019-08-05 20:28:42','',1791,'https://buzz-caribbean.com/app/uploads/2019/08/halle-berry-belgian-malinois-john-wick-3.jpg',0,'attachment','image/jpeg',0),(1810,4,'2019-08-05 15:29:19','2019-08-05 20:29:19','<!-- wp:paragraph -->\n<p>Fidelity Motors Limited became the first Nissan dealership in the Caribbean to have a global standard showroom.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1777} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0058-1024x686.jpg\" alt=\"\" class=\"wp-image-1777\" /><figcaption>Fidelity Motors Limited, new Nissan showroom on hanover street in downtown Kingston</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It opened its all-new facility on July 24. Bringing its Hanover Street property in downtown Kingston up to spec saw the original building gutted to allow an expansion to 7,000 square feet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The new showroom holds ten cars in an open layout. This allows customers the freedom to move about and offers better interaction with sales staff.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1781} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0066-1024x685.jpg\" alt=\"\" class=\"wp-image-1781\" /><figcaption>The showroom floor can accommodate up to 10 vehicles.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are also digital tools from which customers can gain more knowledge of Nissan products while waiting in the lounge. The exterior fascia displays a significant shift from the old showroom with plenty of glass for those wanting to window shop. The Nissan signage and colours have also gained more prominence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1794,1795,1799,1800,1802,1803,1804]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0135-1-1024x877.jpg\" alt=\"\" data-id=\"1794\" data-link=\"https://buzz-caribbean.com/?attachment_id=1794\" class=\"wp-image-1794\" /><figcaption>Nicholas Mackie, senior general manager of Nissan Barbados grabs a celebratory selfie with Pedro Albarran, marketing director, Nissan Latin America, and Major Gregory Webster, managing director at Fidelity Motors.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0131-1024x686.jpg\" alt=\"\" data-id=\"1795\" data-link=\"https://buzz-caribbean.com/?attachment_id=1795\" class=\"wp-image-1795\" /><figcaption>Silvano Guerra Nava, country manager for Right-Hand Drive Caribbean, Nissan Latin America; Nicholas Mackie, senior general manager of Nissan Barbados; and Pedro Albarran, LAC34 marketing director, Nissan Latin America.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0111-1024x685.jpg\" alt=\"\" data-id=\"1799\" data-link=\"https://buzz-caribbean.com/?attachment_id=1799\" class=\"wp-image-1799\" /><figcaption>Major Gregory Webster, managing director at Fidelity Motors.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0067-1024x686.jpg\" alt=\"\" data-id=\"1800\" data-link=\"https://buzz-caribbean.com/?attachment_id=1800\" class=\"wp-image-1800\" /><figcaption>Marketing officer, David Crawford demonstrates one of the new features of the showroom, a colour bar from which customers can browse the available vehicle colours.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0092-1024x685.jpg\" alt=\"\" data-id=\"1802\" data-link=\"https://buzz-caribbean.com/?attachment_id=1802\" class=\"wp-image-1802\" /><figcaption>Customers can relax in the spacious and comfy customer lounge.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0133-1024x686.jpg\" alt=\"\" data-id=\"1803\" data-link=\"https://buzz-caribbean.com/?attachment_id=1803\" class=\"wp-image-1803\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0099-1024x685.jpg\" alt=\"\" data-id=\"1804\" data-link=\"https://buzz-caribbean.com/?attachment_id=1804\" class=\"wp-image-1804\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Fidelity now joins the ranks of new car dealers that have freshened their showrooms. The process appeared to have started when the ATL Automotive Group completed its US$13.5 million Audi Terminal on Oxford Road in 2013. It was then the largest single investment in the automotive sector.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> — <strong>Nichola Beckford</strong></p>\n<!-- /wp:paragraph -->','Fidelity Motors opens global standard showroom','','inherit','closed','closed','','1757-revision-v1','','','2019-08-05 15:29:19','2019-08-05 20:29:19','',1757,'https://buzz-caribbean.com/article/1757-revision-v1/',0,'revision','',0),(1811,11,'2019-08-05 15:31:55','2019-08-05 20:31:55','','Howard-Mitchell','','inherit','closed','closed','','howard-mitchell','','','2019-08-05 15:31:55','2019-08-05 20:31:55','',1801,'https://buzz-caribbean.com/app/uploads/2019/08/Howard-Mitchell.jpg',0,'attachment','image/jpeg',0),(1812,14,'2019-08-05 15:33:26','2019-08-05 20:33:26','','halle-berry-belgian-malinois-john-wick-3_extra','','inherit','closed','closed','','halle-berry-belgian-malinois-john-wick-3_extra','','','2019-08-05 15:33:26','2019-08-05 20:33:26','',1791,'https://buzz-caribbean.com/app/uploads/2019/08/halle-berry-belgian-malinois-john-wick-3_extra.jpg',0,'attachment','image/jpeg',0),(1813,11,'2019-08-05 15:33:32','2019-08-05 20:33:32','<!-- wp:paragraph -->\n<p>PSOJ boss Howard Mitchell has declared that Jamaica must stand on three pillars, namely corruption must be controlled, secondly the community must be educated and skilled, and its private sector must be innovative, capitalised and well regulated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mitchell who has long called for a re-examination of how Jamaica functions said in an address made before private sector and government operatives, that every successful and progressive society stands on three pillars — three foundation stones — the state, the community and the market (commerce).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1811} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Howard-Mitchell-1024x543.jpg\" alt=\"\" class=\"wp-image-1811\" /><figcaption>Howard Mitchell, President of the Private Sector Organisation Of Jamaica (PSOJ) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He said: \"If those pillars are not properly balanced and proportional to each other the progress of the society will be threatened.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"For a society to be successful, firstly the state must be strong, effective, facilitative and corruption must be controlled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Secondly the community must be educated and skilled, united in common goals and the degree of marginalisation and inequality must not be so great as to be an insurmountable barrier to the success of the average citizen with ambition and drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> \"And finally the market [private sector] must be innovative, agile, well capitalised, technically competent and well regulated.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Every successful and progressive society stands on three pillars: the state, the community and the market (commerce).</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Mitchell made it clear that if these elements are not present, there is a great potential for social disorder, individualistic and selfish behaviour, corruption and antisocial activity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For almost 6 decades since Jamaica\'s independence these pillars have been unbalanced, Mitchell noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"There is no question in my mind that the near-catastrophic failure of our economy up to the last decade is a consequence of the imbalance here described and it would be worth our while to effect a study of our economic history to elicit detailed lessons so as to prevent a repetition in the future,\" Mitchell said.</p>\n<!-- /wp:paragraph -->','Jamaica must stand on 3 essential pillars — Mitchell','','inherit','closed','closed','','1801-revision-v1','','','2019-08-05 15:33:32','2019-08-05 20:33:32','',1801,'https://buzz-caribbean.com/article/1801-revision-v1/',0,'revision','',0),(1814,4,'2019-08-05 15:34:11','2019-08-05 20:34:11','<!-- wp:paragraph -->\n<p>Fidelity Motors Limited became the first Nissan dealership in the Caribbean to have a global standard showroom.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1777} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0058-1024x686.jpg\" alt=\"\" class=\"wp-image-1777\" /><figcaption>Fidelity Motors Limited, new Nissan showroom on Hanover Street in downtown Kingston</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It opened its all-new facility on July 24. Bringing its Hanover Street property in downtown Kingston up to spec saw the original building gutted to allow an expansion to 7,000 square feet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The new showroom holds ten cars in an open layout. This allows customers the freedom to move about and offers better interaction with sales staff.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1781} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0066-1024x685.jpg\" alt=\"\" class=\"wp-image-1781\" /><figcaption>The showroom floor can accommodate up to 10 vehicles.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are also digital tools from which customers can gain more knowledge of Nissan products while waiting in the lounge. The exterior fascia displays a significant shift from the old showroom with plenty of glass for those wanting to window shop. The Nissan signage and colours have also gained more prominence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1794,1795,1799,1800,1802,1803,1804]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0135-1-1024x877.jpg\" alt=\"\" data-id=\"1794\" data-link=\"https://buzz-caribbean.com/?attachment_id=1794\" class=\"wp-image-1794\" /><figcaption>Nicholas Mackie, senior general manager of Nissan Barbados grabs a celebratory selfie with Pedro Albarran, marketing director, Nissan Latin America, and Major Gregory Webster, managing director at Fidelity Motors.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0131-1024x686.jpg\" alt=\"\" data-id=\"1795\" data-link=\"https://buzz-caribbean.com/?attachment_id=1795\" class=\"wp-image-1795\" /><figcaption>Silvano Guerra Nava, country manager for Right-Hand Drive Caribbean, Nissan Latin America; Nicholas Mackie, senior general manager of Nissan Barbados; and Pedro Albarran, LAC34 marketing director, Nissan Latin America.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0111-1024x685.jpg\" alt=\"\" data-id=\"1799\" data-link=\"https://buzz-caribbean.com/?attachment_id=1799\" class=\"wp-image-1799\" /><figcaption>Major Gregory Webster, managing director at Fidelity Motors.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0067-1024x686.jpg\" alt=\"\" data-id=\"1800\" data-link=\"https://buzz-caribbean.com/?attachment_id=1800\" class=\"wp-image-1800\" /><figcaption>Marketing officer, David Crawford demonstrates one of the new features of the showroom, a colour bar from which customers can browse the available vehicle colours.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0092-1024x685.jpg\" alt=\"\" data-id=\"1802\" data-link=\"https://buzz-caribbean.com/?attachment_id=1802\" class=\"wp-image-1802\" /><figcaption>Customers can relax in the spacious and comfy customer lounge.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0133-1024x686.jpg\" alt=\"\" data-id=\"1803\" data-link=\"https://buzz-caribbean.com/?attachment_id=1803\" class=\"wp-image-1803\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0099-1024x685.jpg\" alt=\"\" data-id=\"1804\" data-link=\"https://buzz-caribbean.com/?attachment_id=1804\" class=\"wp-image-1804\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Fidelity now joins the ranks of new car dealers that have freshened their showrooms. The process appeared to have started when the ATL Automotive Group completed its US$13.5 million Audi Terminal on Oxford Road in 2013. It was then the largest single investment in the automotive sector.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> — <strong>Nichola Beckford</strong></p>\n<!-- /wp:paragraph -->','Fidelity Motors opens global standard showroom','','inherit','closed','closed','','1757-revision-v1','','','2019-08-05 15:34:11','2019-08-05 20:34:11','',1757,'https://buzz-caribbean.com/article/1757-revision-v1/',0,'revision','',0),(1815,11,'2019-08-05 15:38:55','2019-08-05 20:38:55','<!-- wp:paragraph -->\n<p>PSOJ boss Howard Mitchell has declared that Jamaica must stand on three pillars, namely corruption must be controlled, secondly the community must be educated and skilled, and its private sector must be innovative, capitalised and well regulated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mitchell who has long called for a re-examination of how Jamaica functions said in an address made before private sector and government operatives, that every successful and progressive society stands on three pillars — three foundation stones — the state, the community and the market (commerce).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1811} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Howard-Mitchell-1024x543.jpg\" alt=\"\" class=\"wp-image-1811\" /><figcaption>Howard Mitchell, President of the Private Sector Organisation Of Jamaica (PSOJ) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He said: \"If those pillars are not properly balanced and proportional to each other the progress of the society will be threatened.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"For a society to be successful, firstly the state must be strong, effective, facilitative and corruption must be controlled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Secondly the community must be educated and skilled, united in common goals and the degree of marginalisation and inequality must not be so great as to be an insurmountable barrier to the success of the average citizen with ambition and drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> \"And finally the market [private sector] must be innovative, agile, well capitalised, technically competent and well regulated.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Every successful and progressive society stands on three pillars: the state, the community and the market (commerce).</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Mitchell made it clear that if these elements are not present, there is a great potential for social disorder, individualistic and selfish behaviour, corruption and antisocial activity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For almost 6 decades since Jamaica\'s independence these pillars have been unbalanced, Mitchell noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"If those pillars are not properly balanced and proportional to each other the progress of the society will be threatened.\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"There is no question in my mind that the near-catastrophic failure of our economy up to the last decade is a consequence of the imbalance here described and it would be worth our while to effect a study of our economic history to elicit detailed lessons so as to prevent a repetition in the future,\" Mitchell said.</p>\n<!-- /wp:paragraph -->','Jamaica must stand on 3 essential pillars — Mitchell','','inherit','closed','closed','','1801-revision-v1','','','2019-08-05 15:38:55','2019-08-05 20:38:55','',1801,'https://buzz-caribbean.com/article/1801-revision-v1/',0,'revision','',0),(1816,14,'2019-08-05 15:41:03','2019-08-05 20:41:03','<!-- wp:image {\"id\":1805} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/halle-berry-belgian-malinois-john-wick-3_opener-1024x568.jpg\" alt=\"\" class=\"wp-image-1805\" /><figcaption>Master assassins John Wick and Sophia crossing a desert with a pair of Belgian Malinoises. The dogs are a mainstay in the May installment, John Wick 3: PARABELLUM (Photo contributed, Lionsgate Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>See those refined-looking dogs as Halle Berry’s companions in <strong><em>John Wick 3</em></strong>?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Those are Belgian\nMalinois, one of the most athletic dogs around.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1807} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/halle-berry-belgian-malinois-john-wick-3_2-1024x683.jpg\" alt=\"\" class=\"wp-image-1807\" /><figcaption>Halle Berry stars as \'Sophia\' in JOHN WICK: 3 - PARABELLUM. (Photo contributed, Mark Rogers, Lionsgate Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So how did Halle make\nthose dogs effortlessly turn from companions to vicious protectors for some of\nthe best action sequences seen with canines?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It was about two or three\nhours a day, helping as a dog trainer, getting to know them, having them get to\nknow me, learning their personalities. We learned what tricks the dogs can do.\nSome dogs were good at just sitting on their mark and looking pretty and others\nwanted to jump off cars, through windows. So, it was just about learning what\neach dog can do and how I could command them to do it,’’ said the Hollywood\nactress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Game of Thrones</em></strong> wolf trainer Andrew Simpson was the dog coordinator on John Wick 3, who oversaw Berry working for months with 5 Belgian Malinoises.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, what’s there to know about this fabulous dog? <strong><em>BUZZ</em></strong> presents 10 interesting facts about the Belgian Malinois:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1812} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/halle-berry-belgian-malinois-john-wick-3_extra-1024x576.jpg\" alt=\"\" class=\"wp-image-1812\" /><figcaption>Sophia, one of Wick\'s only remaining \"friends\", considers his plea for help after he is declared \'excommunicado\' in John Wick: Chapter 3 - PARABELLUM (Photo contributed, Lionsgate Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>1. The Belgian Malinois\noriginated from the Flemish city of Malines where it was bred to be a herding\ndog that could also guard livestock.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. A medium-sized dog, it\nweighs between 40 to 75 pounds depending on its gender.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. A purebred Malinois\ntends to be a base fawn colour to mahogany and tan with a black mask and black\nears.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. The Belgian Malinois is fine-boned, more elegant than bulky. As an adult it stands between 22 to 26 inches and is squarely proportioned.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. It has a short-haired\ndouble coat and is easy to groom but does shed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Belgian Malinoises are very protective, alert, intelligent and confident dogs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1809} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/halle-berry-belgian-malinois-john-wick-3-1024x512.jpg\" alt=\"\" class=\"wp-image-1809\" /><figcaption>Sophia\'s watchful companion anticipates an intruder in this scene from John Wick: Chapter 3 (Photo contributed, Lionsgate Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>7.&nbsp; A “Mal” as it is\naffectionately called is extremely active, strong and agile.&nbsp; It has a\nhigh work-drive and requires plenty of stimulation and exercise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. The Belgian Malinois is\nused by the Oketz, the K-9 unit of the Israel Defence Force.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. United States Navy SEALs used a Belgian Malinois named Cairo in Operation Neptune Spear, in which Osama bin Laden was killed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Its average lifespan is between 14-16 years and it is prone to hip dysplasia. It is also prone to eye disease.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See the trailer here: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=M7XM597XO94\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=M7XM597XO94\n</div></figure>\n<!-- /wp:embed -->','What you need to know about the Belgian Malinois','','inherit','closed','closed','','1791-revision-v1','','','2019-08-05 15:41:03','2019-08-05 20:41:03','',1791,'https://buzz-caribbean.com/article/1791-revision-v1/',0,'revision','',0),(1817,13,'2019-08-05 16:01:54','2019-08-05 21:01:54','<!-- wp:image {\"id\":1818} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnl-blanka-buzz-2-1024x384.jpg\" alt=\"\" class=\"wp-image-1818\" /><figcaption>Ademo (right) and N.O.S (far left) from the French rap duo PNL in Jamaica recently (Photo contributed, YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>PNL, France\'s hottest rap duo, and Jamaican director Dennis Brown collaborated to produce the exhilarating visuals for the <strong><em>Blanka</em></strong> music video.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1819} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnl-blanka-screengrab-buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-1819\" /><figcaption>N.O.S gets some love from the camera as the other half of PNL looks on in the recently released BLANKA music video (Photo contributed, YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The video, released on August 2, highlights the dreamy, sensual elements of marijuana culture in Jamaica, and was shot over 7 days, across 9 parishes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an exclusive interview with <strong><em>BUZZ</em></strong>, Brown said, “Unlike the norm of shooting in daylight to capture the island’s beauty, this video was strategically shot in the night to capture surreal-looking images never before seen in the light.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1820} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnl-blanka-buzz-1024x529.jpg\" alt=\"\" class=\"wp-image-1820\" /><figcaption>Video producer Dennis Brown showcases the best of Jamaica and local marijuana culture through the eyes of French rap upstarts, PNL (Photo contributed, YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Eight hours after its release the video traffic for <strong><em>Blanka</em></strong> broke the Youtube counter at four million views, which is still climbing by the hour. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See the full video and the amazing visuals right here in Jamaica for PNL’s latest single <strong><em>Blanka</em></strong> below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=u8bHjdljyLw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=u8bHjdljyLw\n</div></figure>\n<!-- /wp:embed -->','Jamaican producer breaks YouTube counter with PNL’s viral rap video','','publish','closed','closed','','jamaican-producer-breaks-youtube-counter-with-pnls-blanka-viral-rap-video','','','2019-08-10 13:45:14','2019-08-10 18:45:14','',0,'https://buzz-caribbean.com/?p=1817',0,'post','',0),(1818,14,'2019-08-05 15:51:11','2019-08-05 20:51:11','','pnl-blanka-buzz-2','','inherit','closed','closed','','pnl-blanka-buzz-2','','','2019-08-05 15:51:11','2019-08-05 20:51:11','',1817,'https://buzz-caribbean.com/app/uploads/2019/08/pnl-blanka-buzz-2.jpg',0,'attachment','image/jpeg',0),(1819,14,'2019-08-05 15:51:37','2019-08-05 20:51:37','','pnl-blanka-screengrab-buzz','','inherit','closed','closed','','pnl-blanka-screengrab-buzz','','','2019-08-05 15:51:37','2019-08-05 20:51:37','',1817,'https://buzz-caribbean.com/app/uploads/2019/08/pnl-blanka-screengrab-buzz.jpg',0,'attachment','image/jpeg',0),(1820,14,'2019-08-05 15:52:02','2019-08-05 20:52:02','','pnl-blanka-buzz','','inherit','closed','closed','','pnl-blanka-buzz','','','2019-08-05 15:52:02','2019-08-05 20:52:02','',1817,'https://buzz-caribbean.com/app/uploads/2019/08/pnl-blanka-buzz.jpg',0,'attachment','image/jpeg',0),(1821,11,'2019-08-05 15:52:58','2019-08-05 20:52:58','','Red','','inherit','closed','closed','','red','','','2019-08-05 15:52:58','2019-08-05 20:52:58','',1529,'https://buzz-caribbean.com/app/uploads/2019/08/Red.jpg',0,'attachment','image/jpeg',0),(1822,9,'2019-08-05 16:12:13','2019-08-05 21:12:13','<!-- wp:image {\"id\":1828} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/samardo-samuelsA-1024x743.jpg\" alt=\"\" class=\"wp-image-1828\" /><figcaption> Basketball star Samardo Samuels was recently spotted in his hometown, Falmouth. <br>(Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica-born basketball star Samardo Samuels is back in the US playing basketball. However, it’s not the NBA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The former Cleveland Cavaliers player is now part of the Big3 league, which was co-founded by hip hop royalty Ice Cube. Samuels is now contracted to the inaugural winners of the league – Trilogy, and he is expected to make an impact in the half-court league that is gaining popularity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1833} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IceCube-e1535129885106-1000x675.jpg\" alt=\"\" class=\"wp-image-1833\" /><figcaption>Ice Cube is the co-founder of the Big3 league, which Samardo Samuels is now part of. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Samuels recently played for French club Limoges where he led them to the playoffs, but they were eliminated. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The basketballer noted that he is ready for the challenges in the Big3 league, and he knows he can do well. As part of the Trilogy, he will play for head coach, former NBA star Kenyon Martin, who he also played against during his time in the NBA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Samuels was recently spotted in his hometown, Falmouth, Trelawny, where he informed <strong>BUZZ</strong> that he was on vacation. The former Mucshett High School stand-out said that he also got the chance to enjoy Reggae Sumfest while he was in Jamaica.</p>\n<!-- /wp:paragraph -->','Jamaican basketball star joins Ice Cube\'s Big3 league','','publish','closed','closed','','jamaican-basketball-star-joins-ice-cubes-big3-league','','','2019-08-12 16:00:47','2019-08-12 21:00:47','',0,'https://buzz-caribbean.com/?p=1822',0,'post','',0),(1823,11,'2019-08-05 15:53:24','2019-08-05 20:53:24','','Pouring Wine','','inherit','closed','closed','','pouring-wine','','','2019-08-05 15:53:24','2019-08-05 20:53:24','',1529,'https://buzz-caribbean.com/app/uploads/2019/08/Pouring-Wine.jpg',0,'attachment','image/jpeg',0),(1824,11,'2019-08-05 15:53:40','2019-08-05 20:53:40','<!-- wp:paragraph -->\n<p><em>Would your boss be this understanding?</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A waiter in a restaurant in England accidentally served a diner a £4,500 bottle of wine rather than the £260 bottle of Chateau Pichon Longueville Comtesse de Lalande ordered.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1821} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Red-1024x950.jpg\" alt=\"\" class=\"wp-image-1821\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, the owners and managers of the restaurant did not get angry and upset with the waiter and saw the funny side. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s always great to have understanding bosses who are on your side and will not readily throw you under the bus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hawksmoor Manchester is a reputable steakhouse set in a Victorian courthouse in Deansgate, Manchester, England. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1537} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hawksmoor-1024x402.jpg\" alt=\"\" class=\"wp-image-1537\" /><figcaption>Hawksmoor Manchester <em>(Source:thehawksmoor.com) </em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The waiter who made the gaffe was made to feel reassured that mistakes can be made and it was not too calamitous. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Keep your chin up...one-off mistakes happen. We love you anyway\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A spokesperson for Hawksmoor Manchester said: \"It was a very busy night at the restaurant and a very simple mistake. A member of staff picked up the wrong bottle, mistaking it for another Bordeaux of the same vintage (2001).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"The wine went out and was served to the customer. The customer didn\'t know and it was only afterwards that one of the managers picked up what had happened.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1823} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pouring-Wine-678x1024.jpg\" alt=\"\" class=\"wp-image-1823\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The contrite waiter was told to \"keep your chin up and that one-off mistakes happen. We love you anyway. To the fortunate customer, we hope you enjoyed your evening.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The waiter accidentally served a Chateau le Pin Pomerol, described as a wine with a \"deep ruby/plum/purple colour accompanied by a perfume of crème de cassis, cherry liqueur, plums, liquorice, caramel and sweet toast.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1536} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pouring-red-wine-901x1024.jpg\" alt=\"\" class=\"wp-image-1536\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Do you think your boss would be supportive in similar circumstances?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Would he or she be angry, and if you made such a mistake, do you think you would be fired? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us know at <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','Waiter mistakenly serves £4,500 bottle of wine to diner','','inherit','closed','closed','','1529-revision-v1','','','2019-08-05 15:53:40','2019-08-05 20:53:40','',1529,'https://buzz-caribbean.com/article/1529-revision-v1/',0,'revision','',0),(1825,11,'2019-08-05 15:53:43','2019-08-05 20:53:43','<!-- wp:paragraph -->\n<p><em>Would your boss be this understanding?</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A waiter in a restaurant in England accidentally served a diner a £4,500 bottle of wine rather than the £260 bottle of Chateau Pichon Longueville Comtesse de Lalande ordered.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1821} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Red-1024x950.jpg\" alt=\"\" class=\"wp-image-1821\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, the owners and managers of the restaurant did not get angry and upset with the waiter and saw the funny side. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s always great to have understanding bosses who are on your side and will not readily throw you under the bus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hawksmoor Manchester is a reputable steakhouse set in a Victorian courthouse in Deansgate, Manchester, England. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1537} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hawksmoor-1024x402.jpg\" alt=\"\" class=\"wp-image-1537\" /><figcaption>Hawksmoor Manchester <em>(Source:thehawksmoor.com) </em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The waiter who made the gaffe was made to feel reassured that mistakes can be made and it was not too calamitous. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Keep your chin up...one-off mistakes happen. We love you anyway\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A spokesperson for Hawksmoor Manchester said: \"It was a very busy night at the restaurant and a very simple mistake. A member of staff picked up the wrong bottle, mistaking it for another Bordeaux of the same vintage (2001).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"The wine went out and was served to the customer. The customer didn\'t know and it was only afterwards that one of the managers picked up what had happened.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1823} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pouring-Wine-678x1024.jpg\" alt=\"\" class=\"wp-image-1823\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The contrite waiter was told to \"keep your chin up and that one-off mistakes happen. We love you anyway. To the fortunate customer, we hope you enjoyed your evening.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The waiter accidentally served a Chateau le Pin Pomerol, described as a wine with a \"deep ruby/plum/purple colour accompanied by a perfume of crème de cassis, cherry liqueur, plums, liquorice, caramel and sweet toast.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1536} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pouring-red-wine-901x1024.jpg\" alt=\"\" class=\"wp-image-1536\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Do you think your boss would be supportive in similar circumstances?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Would he or she be angry, and if you made such a mistake, do you think you would be fired? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us know at <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','Waiter mistakenly serves £4,500 bottle of wine to diner','','inherit','closed','closed','','1529-autosave-v1','','','2019-08-05 15:53:43','2019-08-05 20:53:43','',1529,'https://buzz-caribbean.com/article/1529-autosave-v1/',0,'revision','',0),(1827,14,'2019-08-05 16:01:54','2019-08-05 21:01:54','<!-- wp:image {\"id\":1818} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnl-blanka-buzz-2-1024x384.jpg\" alt=\"\" class=\"wp-image-1818\" /><figcaption>Ademo (right) and N.O.S from the French rap duo PNL in Jamaica (Photo contributed, YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>PNL, the biggest rap group in France, and Jamaican director Dennis Brown collaborated to produce the exhilarating visuals for the <strong><em>Blanka</em></strong> music video.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1819} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnl-blanka-screengrab-buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-1819\" /><figcaption>N.O.S gets some love from the camera as the other half of PNL looks on in the recently released BLANKA music video (Photo contributed, YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The video, released on August 2, highlights the dreamy, sensual elements of marijuana culture in Jamaica, and was shot over 7 days, across 9 parishes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an exclusive interview with BUZZ, Brown said, “Unlike the norm of shooting in daylight to capture the island’s beauty, this video was strategically shot in the night to capture surreal-looking images never before seen in the light.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1820} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnl-blanka-buzz-1024x529.jpg\" alt=\"\" class=\"wp-image-1820\" /><figcaption>Jamaican video producer Dennis Brown showcases the best of Jamaica and the local marijuana culture through the eyes of French rap giants PNL (Photo contributed, YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Eight hours after its release the video traffic for <strong><em>Blanka</em></strong> broke the Youtube counter at four million views, which is still climbing by the hour. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See the full video and the amazing visuals right here in Jamaica for PNL’s latest single <strong><em>Blanka</em></strong> below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=u8bHjdljyLw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=u8bHjdljyLw\n</div></figure>\n<!-- /wp:embed -->','Jamaican producer breaks YouTube counter with PNL’s BLANKA viral rap video','','inherit','closed','closed','','1817-revision-v1','','','2019-08-05 16:01:54','2019-08-05 21:01:54','',1817,'https://buzz-caribbean.com/article/1817-revision-v1/',0,'revision','',0),(1828,9,'2019-08-05 16:02:01','2019-08-05 21:02:01','','samardo-samuelsA','','inherit','closed','closed','','samardo-samuelsa','','','2019-08-05 16:02:01','2019-08-05 21:02:01','',1822,'https://buzz-caribbean.com/app/uploads/2019/08/samardo-samuelsA.jpg',0,'attachment','image/jpeg',0),(1829,13,'2019-08-05 16:02:56','2019-08-05 21:02:56','<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=u8bHjdljyLw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=u8bHjdljyLw\n</div></figure>\n<!-- /wp:embed -->','French rappers PNL showcase the best of Jamaica in BLANKA','','publish','closed','closed','','french-rappers-pnl-showcase-the-best-of-jamaica-in-blanka','','','2019-08-21 09:52:44','2019-08-21 14:52:44','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=1829',0,'video','',0),(1830,9,'2019-08-05 16:06:46','2019-08-05 21:06:46','<!-- wp:image {\"id\":1828} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/samardo-samuelsA-1024x743.jpg\" alt=\"\" class=\"wp-image-1828\" /><figcaption> Basketball star Samardo Samuels was recently spotted in his hometown, Falmouth. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica-born basketball star Samardo Samuels is back in the US playing basketball. However, it’s not the NBA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The former Cleveland Cavaliers player is now part of the Big3 league, which was co-founded by hip hop royalty Ice Cube. Samuels is now contracted to the inaugural winners of the league – Trilogy, and he is expected to make an impact in the half-court league that is gaining popularity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Samuels recently played for French club Limoges where he led them to the playoffs, but they were eliminated. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The basketballer noted that he is ready for the challenges in the Big3 league, and he knows he can do well. As part of the Trilogy, he will play for head coach, former NBA star Kenyon Martin, who he also played against during his time in the NBA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Samuels was recently spotted in his hometown, Falmouth, Trelawny, where he informed <strong>BUZZ</strong> that he was on vacation. The former Mucshett High School stand-out said that he also got the chance to enjoy Reggae Sumfest while he was in Jamaica.</p>\n<!-- /wp:paragraph -->','Jamaican basketball star joins Ice Cube\'s Big3 league','','inherit','closed','closed','','1822-revision-v1','','','2019-08-05 16:06:46','2019-08-05 21:06:46','',1822,'https://buzz-caribbean.com/article/1822-revision-v1/',0,'revision','',0),(1831,11,'2019-08-05 16:09:28','2019-08-05 21:09:28','','Roaring-River','','inherit','closed','closed','','roaring-river','','','2019-08-05 16:09:28','2019-08-05 21:09:28','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Roaring-River.jpg',0,'attachment','image/jpeg',0),(1832,11,'2019-08-05 16:10:30','2019-08-05 21:10:30','','Sunset-In-Negril','','inherit','closed','closed','','sunset-in-negril','','','2019-08-05 16:10:30','2019-08-05 21:10:30','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Sunset-In-Negril.jpg',0,'attachment','image/jpeg',0),(1833,9,'2019-08-05 16:10:31','2019-08-05 21:10:31','','IceCube-e1535129885106-1000x675','','inherit','closed','closed','','icecube-e1535129885106-1000x675','','','2019-08-05 16:10:31','2019-08-05 21:10:31','',1822,'https://buzz-caribbean.com/app/uploads/2019/08/IceCube-e1535129885106-1000x675.jpg',0,'attachment','image/jpeg',0),(1834,9,'2019-08-05 16:11:45','2019-08-05 21:11:45','<!-- wp:image {\"id\":1828} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/samardo-samuelsA-1024x743.jpg\" alt=\"\" class=\"wp-image-1828\" /><figcaption> Basketball star Samardo Samuels was recently spotted in his hometown, Falmouth. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica-born basketball star Samardo Samuels is back in the US playing basketball. However, it’s not the NBA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The former Cleveland Cavaliers player is now part of the Big3 league, which was co-founded by hip hop royalty Ice Cube. Samuels is now contracted to the inaugural winners of the league – Trilogy, and he is expected to make an impact in the half-court league that is gaining popularity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1833} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IceCube-e1535129885106-1000x675.jpg\" alt=\"\" class=\"wp-image-1833\" /><figcaption>Ice Cube is the co-founder of the Big3 league, which Samardo Samuels is now part of. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Samuels recently played for French club Limoges where he led them to the playoffs, but they were eliminated. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The basketballer noted that he is ready for the challenges in the Big3 league, and he knows he can do well. As part of the Trilogy, he will play for head coach, former NBA star Kenyon Martin, who he also played against during his time in the NBA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Samuels was recently spotted in his hometown, Falmouth, Trelawny, where he informed <strong>BUZZ</strong> that he was on vacation. The former Mucshett High School stand-out said that he also got the chance to enjoy Reggae Sumfest while he was in Jamaica.</p>\n<!-- /wp:paragraph -->','Jamaican basketball star joins Ice Cube\'s Big3 league','','inherit','closed','closed','','1822-revision-v1','','','2019-08-05 16:11:45','2019-08-05 21:11:45','',1822,'https://buzz-caribbean.com/article/1822-revision-v1/',0,'revision','',0),(1835,11,'2019-08-05 16:13:24','2019-08-05 21:13:24','','Rasta-Safari','','inherit','closed','closed','','rasta-safari','','','2019-08-05 16:13:24','2019-08-05 21:13:24','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Rasta-Safari.jpg',0,'attachment','image/jpeg',0),(1836,21,'2019-08-05 16:25:19','2019-08-05 21:25:19','<!-- wp:image {\"id\":1839} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chrissy-legend.jpg\" alt=\"\" class=\"wp-image-1839\" /><figcaption>Chrissy Tiegen says she is looking forward to having another baby. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Chrissy Teigen wants another baby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 33-year-old model already has three-year-old Luna and 14-month-old Miles with her husband, John Legend. However, she says there\'s room for one more in their family.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Gonna try to wait a few years before attempting again. These guys are exhausting!\" </p><cite> — Chrissy Teigen </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>When the Sports Illustrated Swimsuit model posted a picture of her brood on Instagram, one fan commented: \"I think you can fit one more little one on the end,\" and Chrissy said she was keen to do just that - though not for a few more years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She responded: \"Gonna try to wait a few years before attempting again. These guys are exhausting!\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, her current view on a third child differs from the comments she made in 2018 when she was still pregnant with Miles, as she said she didn\'t want to be pregnant throughout her 30s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said at the time: \"I think I do want to have another baby after this and then get hot. ... I just want to [have] babies, back to back to back, but then I think maybe I want to have my 30s, really live in my 30s and not just be pregnant throughout them.” </p>\n<!-- /wp:paragraph -->','Chrissy Teigen wants a third  baby with John Legend','','publish','closed','closed','','chrissy-teigen-wants-a-third-baby-with-john-legend','','','2019-08-13 15:00:32','2019-08-13 20:00:32','',0,'https://buzz-caribbean.com/?p=1836',0,'post','',0),(1838,11,'2019-08-05 16:41:10','2019-08-05 21:41:10','<!-- wp:paragraph -->\n<p>Yawn! What a great weekend. But <strong><em>J </em></strong>wasn’t ready for Monday morning. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2995} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/J-1-BUZZ-1024x960.jpg\" alt=\"\" class=\"wp-image-2995\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He looks at the clock. Only 10:30! <strong><em>J</em></strong> rests his aching head on his computer keyboard for a quick snooze.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2996} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/J-2-BUZZ-1004x1024.jpg\" alt=\"\" class=\"wp-image-2996\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Ping!</em></strong> <strong><em>S</em></strong> quickly checks her phone and smiles. It’s<em> #HotGirlSummer</em> and her best friend has invited her for a drink. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2997} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/S-1-BUZZ-1024x776.jpg\" alt=\"\" class=\"wp-image-2997\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>S</em></strong> WhatsApp’s her back. Discussions start on what to wear. More pings!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2998} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/S-2-BUZZ-1024x750.jpg\" alt=\"\" class=\"wp-image-2998\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sigh! <strong><em>M</em></strong> is stressed out. Tears come to her eyes. Her one true love said goodbye. The rent is overdue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2999} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/M-1-BUZZ-1024x1004.jpg\" alt=\"\" class=\"wp-image-2999\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>M</em></strong> gets up and goes to the bathroom for the fifth time since morning. Her makeup needs fixing now. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3000} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/M-2-BUZZ-1024x986.jpg\" alt=\"\" class=\"wp-image-3000\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brrr! <strong><em>T</em></strong> answers his cell phone. Wha’ gwaan? T is always available to chat with friends – about last night. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3002} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/T-2-BUZZ-998x1024.jpg\" alt=\"\" class=\"wp-image-3002\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>T</em></strong> leans back in his chair. Yes, men can gossip too! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3001} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/T-1-BUZZ-969x1024.jpg\" alt=\"\" class=\"wp-image-3001\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Productivity is a big concern in Jamaica. It’s a big deal. The economy is growing. Unemployment is down but competition for jobs is fierce. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your boss wants to see results. But, are you producing?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Employers are zooming in on how employees are spending their time at work. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>According to the Jamaica Productivity Centre, productivity is important because it keeps the costs of goods and services low. If a company produces more, it can create more jobs and better jobs. Makes sense!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Productivity is important because it keeps the costs of goods and services low.  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>So, what are you doing, slouching at your desk? Your boss might have something to say about that. And he/she might be checking up on you, right now – using the technology that we all enjoy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With a range of apps to choose from, more employers are zooming in on how employees are spending their time at work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yup! The question is: Are you “engaged” at work? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>OK, we don’t all LOVE our job. It may be temporary. It may be part-time. But shouldn’t you be giving it your best shot?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Because if you are doing too much sleeping on the job – be careful. The boss may be watching you!</p>\n<!-- /wp:paragraph -->','Is your boss spying on you at work?','','publish','closed','closed','','should-your-boss-be-spying-on-you-at-work','','','2019-08-13 17:10:49','2019-08-13 22:10:49','',0,'https://buzz-caribbean.com/?p=1838',0,'post','',0),(1839,9,'2019-08-05 16:20:22','2019-08-05 21:20:22','','Chrissy Tiegen Wears Red In New York City','Chrissy Tiegen is seen wearings red and black in New York City, NY.\n\n\n\nPictured: Chrissy Tiegen\n\nRef: SPL5026298 200918 NON-EXCLUSIVE\n\nPicture by: SplashNews.com\n\n\n\nSplash News and Pictures\n\nLos Angeles: 310-821-2666\nNew York: 212-619-2666\nLondon: 0207 644 7656\nMilan: +39 02 4399 8577\nSydney: +61 02 9240 7700\n\nphotodesk@splashnews.com\n\n\n\nWorld Rights, No France Rights','inherit','closed','closed','','chrissy-tiegen-wears-red-in-new-york-city','','','2019-08-05 16:22:09','2019-08-05 21:22:09','',1836,'https://buzz-caribbean.com/app/uploads/2019/08/chrissy-legend.jpg',0,'attachment','image/jpeg',0),(1840,9,'2019-08-05 16:23:28','2019-08-05 21:23:28','<!-- wp:image {\"id\":1839} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chrissy-legend.jpg\" alt=\"\" class=\"wp-image-1839\" /><figcaption>Chrissy Tiegen says she is looking forward to having another baby. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Chrissy Teigen wants another baby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 33-year-old model already has three-year-old Luna and 14-month-old Miles with her husband, John Legend. However, she says there\'s room for one more in their family.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When the Sports Illustrated Swimsuit model posted a picture of her brood on Instagram, one fan commented: \"I think you can fit one more little one on the end,\" and Chrissy said she was keen to do just that - though not for a few more years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She responded: \"Gonna try to wait a few years before attempting again. These guys are exhausting!\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, her current view on a third child differs from the comments she made in 2018 when she was still pregnant with Miles, as she said she didn\'t want to be pregnant throughout her 30s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Gonna try to wait a few years before attempting again. These guys are exhausting!\" </p><cite>- Chrissy Teigen </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She said at the time: \"I think I do want to have another baby after this and then get hot. ... I just want to [have] babies, back to back to back, but then I think maybe I want to have my 30s, really live in my 30s and not just be pregnant throughout them.” </p>\n<!-- /wp:paragraph -->','Chrissy Teigen wants a third  baby with John Legend','','inherit','closed','closed','','1836-revision-v1','','','2019-08-05 16:23:28','2019-08-05 21:23:28','',1836,'https://buzz-caribbean.com/article/1836-revision-v1/',0,'revision','',0),(1841,9,'2019-08-05 16:24:42','2019-08-05 21:24:42','<!-- wp:image {\"id\":1839} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chrissy-legend.jpg\" alt=\"\" class=\"wp-image-1839\" /><figcaption>Chrissy Tiegen says she is looking forward to having another baby. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Chrissy Teigen wants another baby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 33-year-old model already has three-year-old Luna and 14-month-old Miles with her husband, John Legend. However, she says there\'s room for one more in their family.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Gonna try to wait a few years before attempting again. These guys are exhausting!\" </p><cite>- Chrissy Teigen </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>When the Sports Illustrated Swimsuit model posted a picture of her brood on Instagram, one fan commented: \"I think you can fit one more little one on the end,\" and Chrissy said she was keen to do just that - though not for a few more years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She responded: \"Gonna try to wait a few years before attempting again. These guys are exhausting!\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, her current view on a third child differs from the comments she made in 2018 when she was still pregnant with Miles, as she said she didn\'t want to be pregnant throughout her 30s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said at the time: \"I think I do want to have another baby after this and then get hot. ... I just want to [have] babies, back to back to back, but then I think maybe I want to have my 30s, really live in my 30s and not just be pregnant throughout them.” </p>\n<!-- /wp:paragraph -->','Chrissy Teigen wants a third  baby with John Legend','','inherit','closed','closed','','1836-revision-v1','','','2019-08-05 16:24:42','2019-08-05 21:24:42','',1836,'https://buzz-caribbean.com/article/1836-revision-v1/',0,'revision','',0),(1843,9,'2019-08-05 16:30:31','2019-08-05 21:30:31','<!-- wp:image {\"id\":1643} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/icey-A-1024x683.jpg\" alt=\"\" class=\"wp-image-1643\" /><figcaption>Chris Campbell (left) captures shots during Jah Cure\'s (right) music video. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For 33-year-old&nbsp; film director Christopher ‘Icey Jace’ Campbell, watching music videos as a child was merely a hobby, and never in a million years did he ever imagine the day would come when he would be behind the camera.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Growing up in the early 90s, cable TV was a privilege I didn\'t have outside of the few stations we would pick up from the neighbours,” Campbell said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1644} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/30688783_10156332880774722_4940333316734713856_o-683x1024.jpg\" alt=\"\" class=\"wp-image-1644\" /><figcaption>Chris Campbell left banking to work in the music industry. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of those stations was B.E.T, which would showcase the best hip hop and R&amp;B music videos, something Campbell found a special interest in.<br> <br>After graduating from Jamaica College and later Excelsior Community College (EXED), Campbell landed his first job at RBTT Bank (Sagicor Bank) in Kingston, Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1645} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_20190713_165834_546-1.jpg\" alt=\"\" class=\"wp-image-1645\" /><figcaption>Chris Campbell (left) and Ding Dong on the set of \'Lebeh Lebeh\'. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I started working shortly after (getting the offer), but I was still searching for something I was passionate about because banking just wasn\'t it,\" Campbell said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As fate would have it, he would meet someone who would bring him closer to his true purpose.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I was still searching for something I was passionate about because banking just wasn\'t it.\"</p><cite>- Chris Campbell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I remember there was always this one customer who would come in with two phones in her hand, and they were always ringing. Months later, I found out it was Sharon Burke of Solid Agency,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After months of interning, Burke offered him a job at her agency. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I started out doing bios for artistes, but in no time, &nbsp;I basically made a name for myself there as the go-to person for promotions,\" Campbell said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1646} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/icey-B-1024x683.jpg\" alt=\"\" class=\"wp-image-1646\" /><figcaption>Chris Campbell stoops to get the perfect shot. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Three years later, Campbell would add video production to his resume. <br> <br>“The first video camera I ever held was put in my care by Sharon Burke to do endorsement videos for her Fully Loaded, and after that, I just couldn’t stop shooting,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=BUCTrcSGvsU\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=BUCTrcSGvsU\n</div><figcaption>Ding Dong\'s \'Lebeh Lebeh\' is one of the many videos Chris Campbell has directed. </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“I remember one day Elephant Man asked me to do a\nvideo drop, and we ended up shooting a low budget music video that day. That\nwas when I knew this is what I really wanted to do.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“The first video camera I ever held was put in my care by Sharon Burke to do endorsement videos for her Fully Loaded.\" </p><cite>- Chris Campbell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>His next big gig was doing the music video for Leftside’s\npopular track, ‘Phat P*nani’. That project also led to him working with Baby Cham.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the requests now rolling in, Campbell decided to\nform his video production company, Icey Jace Film Factory. And in 2010, he won\nthe Director Avante Garde award at the CariVibeTV Awards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1647} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_20190614_122826_718.jpg\" alt=\"\" class=\"wp-image-1647\" /><figcaption>Beenie Man (seated) is one of the many entertainers Chris Campbell has worked with.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Prior to that award, I would often feel like the\ngood work would go unnoticed. But it shows that often times people are paying\nattention,” Campbell said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Years later, with videos for big names artistes like Wayne Wonder, Spice,<br>Ding Dong, Bounty Killer, Beenie Man, Jah Cure, Queen Ifrica and Charly<br>Black to his credit, Campbell would again receive public accolades with<br>two nominations at the 2017 and 2018 YVA Awards, first for Director of<br>the Year, and then for Video Concept of the Year.</p>\n<!-- /wp:paragraph -->','From banking to film: Icey Jace shares his journey','','inherit','closed','closed','','1640-revision-v1','','','2019-08-05 16:30:31','2019-08-05 21:30:31','',1640,'https://buzz-caribbean.com/article/1640-revision-v1/',0,'revision','',0),(1844,9,'2019-08-05 16:31:21','2019-08-05 21:31:21','<!-- wp:image {\"id\":1643} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/icey-A-1024x683.jpg\" alt=\"\" class=\"wp-image-1643\" /><figcaption>Chris Campbell (left) captures shots during Jah Cure\'s (right) music video. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For 33-year-old&nbsp; film director Christopher ‘Icey Jace’ Campbell, watching music videos as a child was merely a hobby, and never in a million years did he ever imagine the day would come when he would be behind the camera.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Growing up in the early 90s, cable TV was a privilege I didn\'t have outside of the few stations we would pick up from the neighbours,” Campbell said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1644} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/30688783_10156332880774722_4940333316734713856_o-683x1024.jpg\" alt=\"\" class=\"wp-image-1644\" /><figcaption>Chris Campbell left banking to work in the music industry. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of those stations was B.E.T, which would showcase the best hip hop and R&amp;B music videos, something Campbell found a special interest in.<br> <br>After graduating from Jamaica College and later Excelsior Community College (EXED), Campbell landed his first job at RBTT Bank (Sagicor Bank) in Kingston, Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=BUCTrcSGvsU\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=BUCTrcSGvsU\n</div><figcaption>Ding Dong\'s \'Lebeh Lebeh\' is one of the many videos Chris Campbell has directed. </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“I started working shortly after (getting the offer), but I was still searching for something I was passionate about because banking just wasn\'t it,\" Campbell said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As fate would have it, he would meet someone who would bring him closer to his true purpose.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I was still searching for something I was passionate about because banking just wasn\'t it.\"</p><cite>- Chris Campbell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I remember there was always this one customer who would come in with two phones in her hand, and they were always ringing. Months later, I found out it was Sharon Burke of Solid Agency,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After months of interning, Burke offered him a job at her agency. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I started out doing bios for artistes, but in no time, &nbsp;I basically made a name for myself there as the go-to person for promotions,\" Campbell said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1646} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/icey-B-1024x683.jpg\" alt=\"\" class=\"wp-image-1646\" /><figcaption>Chris Campbell stoops to get the perfect shot. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Three years later, Campbell would add video production to his resume. <br> <br>“The first video camera I ever held was put in my care by Sharon Burke to do endorsement videos for her Fully Loaded, and after that, I just couldn’t stop shooting,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I remember one day Elephant Man asked me to do a\nvideo drop, and we ended up shooting a low budget music video that day. That\nwas when I knew this is what I really wanted to do.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“The first video camera I ever held was put in my care by Sharon Burke to do endorsement videos for her Fully Loaded.\" </p><cite>- Chris Campbell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>His next big gig was doing the music video for Leftside’s\npopular track, ‘Phat P*nani’. That project also led to him working with Baby Cham.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the requests now rolling in, Campbell decided to\nform his video production company, Icey Jace Film Factory. And in 2010, he won\nthe Director Avante Garde award at the CariVibeTV Awards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1647} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_20190614_122826_718.jpg\" alt=\"\" class=\"wp-image-1647\" /><figcaption>Beenie Man (seated) is one of the many entertainers Chris Campbell has worked with.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Prior to that award, I would often feel like the\ngood work would go unnoticed. But it shows that often times people are paying\nattention,” Campbell said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Years later, with videos for big names artistes like Wayne Wonder, Spice,<br>Ding Dong, Bounty Killer, Beenie Man, Jah Cure, Queen Ifrica and Charly<br>Black to his credit, Campbell would again receive public accolades with<br>two nominations at the 2017 and 2018 YVA Awards, first for Director of<br>the Year, and then for Video Concept of the Year.</p>\n<!-- /wp:paragraph -->','From banking to film: Icey Jace shares his journey','','inherit','closed','closed','','1640-revision-v1','','','2019-08-05 16:31:21','2019-08-05 21:31:21','',1640,'https://buzz-caribbean.com/article/1640-revision-v1/',0,'revision','',0),(1845,14,'2019-08-05 16:37:46','2019-08-05 21:37:46','<!-- wp:image {\"id\":1818} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnl-blanka-buzz-2-1024x384.jpg\" alt=\"\" class=\"wp-image-1818\" /><figcaption>Ademo (right) and N.O.S from the French rap duo PNL in Jamaica (Photo contributed, YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>PNL, the biggest rap group in France, and Jamaican director Dennis Brown collaborated to produce the exhilarating visuals for the <strong><em>Blanka</em></strong> music video.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1819} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnl-blanka-screengrab-buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-1819\" /><figcaption>N.O.S gets some love from the camera as the other half of PNL looks on in the recently released BLANKA music video (Photo contributed, YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The video, released on August 2, highlights the dreamy, sensual elements of marijuana culture in Jamaica, and was shot over 7 days, across 9 parishes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an exclusive interview with BUZZ, Brown said, “Unlike the norm of shooting in daylight to capture the island’s beauty, this video was strategically shot in the night to capture surreal-looking images never before seen in the light.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1820} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnl-blanka-buzz-1024x529.jpg\" alt=\"\" class=\"wp-image-1820\" /><figcaption>Jamaican video producer Dennis Brown showcases the best of Jamaica and the local marijuana culture through the eyes of French rap giants PNL (Photo contributed, YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Eight hours after its release the video traffic for <strong><em>Blanka</em></strong> broke the Youtube counter at four million views, which is still climbing by the hour. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See the full video and the amazing visuals right here in Jamaica for PNL’s latest single <strong><em>Blanka</em></strong> below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=u8bHjdljyLw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=u8bHjdljyLw\n</div></figure>\n<!-- /wp:embed -->','Jamaican producer breaks YouTube counter with PNL’s viral rap video BLANKA','','inherit','closed','closed','','1817-revision-v1','','','2019-08-05 16:37:46','2019-08-05 21:37:46','',1817,'https://buzz-caribbean.com/article/1817-revision-v1/',0,'revision','',0),(1847,11,'2019-08-05 16:39:32','2019-08-05 21:39:32','','Work Tools','','inherit','closed','closed','','work-tools','','','2019-08-05 16:39:32','2019-08-05 21:39:32','',1838,'https://buzz-caribbean.com/app/uploads/2019/08/Work-Tools.jpg',0,'attachment','image/jpeg',0),(1848,11,'2019-08-05 16:41:10','2019-08-05 21:41:10','<!-- wp:heading {\"level\":4,\"align\":\"center\"} -->\n<h4 style=\"text-align:center\"><em>INSERT CARTOON PHOTO GALLERY WITH CHARACTERS</em></h4>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Yawn! What a great weekend. But J wasn’t ready for\nMonday morning. He looks at the clock. Only 10:30! J rests his aching head on\nhis computer keyboard for a quick snooze.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Ping! S quickly checks her phone and smiles. It’s\n#HotGirlSummer and her best friend has invited her for a drink. S WhatsApp’s\nher back. Discussions start on what to wear. More pings!</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Sigh! M is stressed out. Tears come to her eyes. Her\none true love said goodbye. The rent is overdue. M gets up and goes to the\nbathroom for the fifth time since morning. Her makeup needs fixing now. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Brrr! T answers his cell phone. Wha’ gwaan? T is\nalways available to chat with friends – about last night. Yes, men can gossip\ntoo! T leans back in his chair.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Productivity is a big concern in Jamaica. It’s a big deal. The economy is growing. Unemployment is down but competition for jobs is fierce. Your boss wants to see results. But, are you producing?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Jamaica Productivity Centre, productivity is important because it keeps the costs of goods and services low. If a company produces more, it can create more jobs and better jobs. Makes sense!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, what are you doing, slouching at your desk? Your boss might have something to say about that. And he/she might be checking up on you, right now – using the technology that we all enjoy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With a range of apps to choose from, more employers are zooming in on how employees are spending their time at work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yup! The question is: Are you “engaged” at work? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>OK, we don’t all LOVE our job. It may be temporary. It may be part-time. But shouldn’t you be giving it your best shot?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Because if you are doing too much sleeping on the job – be careful. The boss may be watching you!</p>\n<!-- /wp:paragraph -->','Should Your Boss Be Spying on You at Work?','','inherit','closed','closed','','1838-revision-v1','','','2019-08-05 16:41:10','2019-08-05 21:41:10','',1838,'https://buzz-caribbean.com/article/1838-revision-v1/',0,'revision','',0),(1849,11,'2019-08-14 17:03:02','2019-08-14 22:03:02','<!-- wp:paragraph -->\n<p>Does your boss trust you?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4248} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Boss-Watching-Feature-BUZZ-1024x788.jpg\" alt=\"\" class=\"wp-image-4248\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You might say: Sure! I’m a\ngood person. I don’t cheat, or lie, or steal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But hold on a minute! Have\nyou ever thought that you might be “stealing” your employer’s time, maybe even\nusing company resources?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Isn’t it dishonest to chat on\nthe phone (even your personal phone) on company time? Or to check your Facebook\npage? What about those long lunch hours?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4261} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Facebook-at-Work-1024x680.jpg\" alt=\"\" class=\"wp-image-4261\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>The Jamaica Productivity Centre points to a steady decline in labour productivity over the past forty years of approximately 1.5 per cent annually. </em></strong>*Wow*</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how can companies stop the\nproductivity slide, and track workers’ performance? One way is through the\ntechnology we all love to use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s a big, slightly scary\nword: Surveillance. Did you know:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Globally, about 22 per cent of organizations are tracking employees’ movements (all those bathroom and watercooler trips!). </li><li>17 per cent are monitoring work computer usage, according to 2018 study by global research and advisory firm, Gartner. And it’s a growing practice.</li><li>Companies are using a range of apps and software like <a href=\"https://www.microsoft.com/microsoft-365/partners/workplaceanalytics\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Microsoft’s Workplace Analytics</a>. </li><li>Big U.S. companies like Amazon, Walmart and UPS are developing new technology to figure out what their workers are up to during working hours. </li><li>A growing number of companies are issuing wearable tech including wristband trackers, sensors and audio tracking, as part of their productivity monitoring efforts. </li><li>Even microchip implants! Bio-tracking could be a future trend. This is already taking place in China, where some businesses reportedly monitor employees\' brainwaves to detect their emotions.</li><li>Tech companies are selling devices that monitor web usage, the number of keystrokes you make…and much more.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Two big questions, here. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"align\":\"left\"} -->\n<h5 style=\"text-align:left\">Could this technology be used\noutside the workplace? (Yes, it could).</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>And what about your privacy? (Well,\nit’s complicated).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"align\":\"left\"} -->\n<h5 style=\"text-align:left\">Is this happening in Jamaica?</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Jamaica Employers Federation</strong> says: “Monitoring of employees’ time spent on sites like Facebook is not widespread as yet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“But we predict it will become a feature of the Jamaican workplace before too long.”</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You have been warned!</p>\n<!-- /wp:paragraph -->','Are you being watched at work?','','publish','closed','closed','','are-you-being-watched','','','2019-08-15 12:04:12','2019-08-15 17:04:12','',0,'https://buzz-caribbean.com/?p=1849',0,'post','',0),(1852,15,'2019-08-05 16:53:26','2019-08-05 21:53:26','','2018 07 07 48925 1530972022. Large','','inherit','closed','closed','','2018_07_07_48925_1530972022-_large-2','','','2019-08-05 16:53:26','2019-08-05 21:53:26','',0,'https://buzz-caribbean.com/app/uploads/2019/08/2018_07_07_48925_1530972022._large.jpg',0,'attachment','image/jpeg',0),(1854,15,'2019-08-05 16:59:54','2019-08-05 21:59:54','','michael-caine-buzz','','inherit','closed','closed','','michael-caine-buzz','','','2019-08-05 16:59:54','2019-08-05 21:59:54','',0,'https://buzz-caribbean.com/app/uploads/2019/08/michael-caine-buzz.jpeg',0,'attachment','image/jpeg',0),(1855,4,'2019-08-05 18:01:49','2019-08-05 23:01:49','<!-- wp:paragraph -->\n<p>A refund of $24.5\nmillion is to be made to consumers who have been verified as having suffered\nmaterial damage from contaminated petrol sold in 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1867} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gas.jpg\" alt=\"\" class=\"wp-image-1867\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This was disclosed by Minister of Science, Energy and Technology (MSET), Fayval Williams, during a statement to the House of Representatives. The compensation to motorists is based on recommendations provided by the Petroleum Trade Reform Committee (PTRC).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1862} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/fayval-williams-1024x742.jpg\" alt=\"\" class=\"wp-image-1862\" /><figcaption>Minister of Science, Energy and Technology (MSET), Fayval Williams.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She informed that she has written to the Chairman of Petrojam supporting the recommendation. “These consumers would have submitted genuine claims with supporting documents within the specified deadline and have been waiting for almost three years for redress,” Williams said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She informed that\nthe $24.5 million figure was arrived at by the Consumer Affairs Commission\n(CAC), based on the claims submitted by 381 motorists. The CAC had received a\ntotal of 478 complaints.</p>\n<!-- /wp:paragraph -->','Consumers affected by bad gas to receive $24M in compensation','','publish','closed','closed','','consumers-affected-by-bad-gas-to-receive-24m-in-compensation','','','2019-08-10 14:59:49','2019-08-10 19:59:49','',0,'https://buzz-caribbean.com/?p=1855',0,'post','',0),(1856,11,'2019-08-05 17:02:41','2019-08-05 22:02:41','','Surveillance','','inherit','closed','closed','','surveillance','','','2019-08-05 17:02:41','2019-08-05 22:02:41','',1849,'https://buzz-caribbean.com/app/uploads/2019/08/Surveillance.jpg',0,'attachment','image/jpeg',0),(1857,15,'2019-08-05 17:02:51','2019-08-05 22:02:51','','halle-berry-john-wick-3','','inherit','closed','closed','','halle-berry-john-wick-3','','','2019-08-05 17:02:51','2019-08-05 22:02:51','',0,'https://buzz-caribbean.com/app/uploads/2019/08/halle-berry-john-wick-3.jpg',0,'attachment','image/jpeg',0),(1858,11,'2019-08-05 17:03:02','2019-08-05 22:03:02','<!-- wp:paragraph -->\n<p>Does your boss trust you?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You might say: Sure! I’m a\ngood person. I don’t cheat, or lie, or steal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But hold on a minute! Have\nyou ever thought that you might be “stealing” your employer’s time, maybe even\nusing company resources?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Isn’t it dishonest to chat on\nthe phone (even your personal phone) on company time? Or to check your Facebook\npage? What about those long lunch hours?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>The Jamaica Productivity Centre points to a steady decline in labour productivity over the past forty years of approximately 1.5 per cent annually. </em></strong>*Wow*</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how can companies stop the\nproductivity slide, and track workers’ performance? One way is through the\ntechnology we all love to use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s a big, slightly scary\nword: Surveillance. Did you know:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Globally, about 22 per cent of organizations are tracking employees’ movements (all those bathroom and watercooler trips!). </li><li>17 per cent are monitoring work computer usage, according to 2018 study by global research and advisory firm, Gartner. And it’s a growing practice.</li><li>Companies are using a range of apps and software like <a href=\"https://www.microsoft.com/microsoft-365/partners/workplaceanalytics\">Microsoft’s Workplace Analytics</a>. </li><li>Big U.S. companies like Amazon, Walmart and UPS are developing new technology to figure out what their workers are up to during working hours. </li><li>A growing number of companies are issuing wearable tech including wristband trackers, sensors and audio tracking, as part of their productivity monitoring efforts. </li><li>Even microchip implants! Bio-tracking could be a future trend. This is already taking place in China, where some businesses reportedly monitor employees\' brainwaves to detect their emotions.</li><li>Tech companies are selling devices that monitor web usage, the number of keystrokes you make…and much more.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Two big questions, here. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"align\":\"left\"} -->\n<h5 style=\"text-align:left\">Could this technology be used\noutside the workplace? (Yes, it could).</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>And what about your privacy? (Well,\nit’s complicated).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"align\":\"left\"} -->\n<h5 style=\"text-align:left\">Is this happening in Jamaica?</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Jamaica Employers Federation</strong> says: “Monitoring of employees’ time spent on sites like Facebook is not widespread as yet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“But we predict it will become a feature of the Jamaican workplace before too long.”</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You have been warned!</p>\n<!-- /wp:paragraph -->','Are You Being Watched?','','inherit','closed','closed','','1849-revision-v1','','','2019-08-05 17:03:02','2019-08-05 22:03:02','',1849,'https://buzz-caribbean.com/article/1849-revision-v1/',0,'revision','',0),(1860,11,'2019-08-05 17:33:26','2019-08-05 22:33:26','<!-- wp:paragraph -->\n<p>“Improved productivity means less human sweat, not more.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Henry Ford (founder of the motor company) said this. The Jamaica Employers Federation agrees 100 per cent. Why?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Well, we don’t need to work in “sweatshops” nowadays. It’s 2019. We have the technology. Technology = greater productivity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yes, some of us waste time on social media at work. But, there are others who use it to develop ideas and produce fantastic results.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Technology = greater productivity </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Some bosses want to be checking up on you. We know there are\nmany “spying” tools out there. But let’s look at it another way. What can you\ndo as a worker so they don’t need to monitor you 24/7?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Set your phone on “do not disturb.”</li><li>Eat healthily. Go to bed earlier on work nights.</li><li>Be mindful. Find that calm, focused spot.</li><li>If you can, go offline for a while.</li><li>Try not to multitask. Just prioritize.</li><li>Don’t work longer hours to make up for wasted time.</li><li>Use social media for work contacts when at work. Creating online synergies helps you do a better job.</li><li>“Keep it real” in relations with co-workers.</li><li>Take pride in your work!</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>We’re not letting bosses off the hook. Here’s what they can\ndo:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Trust your employees – and show them you do!</li><li>Invest in training and re-training.</li><li>Be flexible. Rethink your rigid attitudes!</li><li>Build a dynamic team! There are many apps for this.</li><li>Set goals and specific tasks with timelines. Many apps\n(such as Asana) exist for this too!</li><li>Make yourself available at specific times. Not online –\nin person!</li><li>Use social media for group communications.</li><li>Focus on those deliverables. Results count.</li><li>Seek and try out new ideas. A workplace that supports\nwellbeing, perhaps?</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Here’s Mr. Ford again: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Coming together is a beginning, staying together is progress, and working together is success.</p><cite>Henry Ford</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>We can work it out!</p>\n<!-- /wp:paragraph -->','Less spying, happier workplaces','','publish','closed','closed','','less-spying-more-happy-workplaces','','','2019-08-14 22:12:19','2019-08-15 03:12:19','',0,'https://buzz-caribbean.com/?p=1860',0,'post','',0),(1861,15,'2019-08-05 17:05:12','2019-08-05 22:05:12','','download','','inherit','closed','closed','','download','','','2019-08-05 17:05:12','2019-08-05 22:05:12','',0,'https://buzz-caribbean.com/app/uploads/2019/08/download.png',0,'attachment','image/png',0),(1862,4,'2019-08-05 17:05:30','2019-08-05 22:05:30','','fayval-williams','','inherit','closed','closed','','fayval-williams','','','2019-08-05 17:05:30','2019-08-05 22:05:30','',1855,'https://buzz-caribbean.com/app/uploads/2019/08/fayval-williams.jpg',0,'attachment','image/jpeg',0),(1863,4,'2019-08-05 17:08:20','2019-08-05 22:08:20','<!-- wp:paragraph -->\n<p>A refund of $24.5\nmillion is to be made to consumers who have been verified as having suffered\nmaterial damage from contaminated petrol sold in 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1862} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/fayval-williams-1024x742.jpg\" alt=\"\" class=\"wp-image-1862\" /><figcaption>Minister of Science, Energy and Technology (MSET), Fayval Williams.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This was disclosed\nby Minister of Science, Energy and Technology (MSET), Fayval Williams, during a\nstatement to the House of Representatives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The compensation\nto motorists is based on recommendations provided by the Petroleum Trade Reform\nCommittee (PTRC).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"These consumers would have submitted genuine claims with supporting documents.\"</p><cite>— Fayval Williams</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She informed that\nshe has written to the Chairman of Petrojam supporting the recommendation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“These consumers\nwould have submitted genuine claims with supporting documents within the\nspecified deadline and have been waiting for almost three years for redress,” Williams\nsaid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She informed that\nthe $24.5 million figure was arrived at by the Consumer Affairs Commission\n(CAC), based on the claims submitted by 381 motorists. The CAC had received a\ntotal of 478 complaints.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The PTRC was\nappointed on January 8, 2016 with a mandate to undertake a comprehensive review\nof the regulations and protocols governing the petroleum trade in Jamaica as\nwell as a thorough investigation into the alleged contaminated petrol.</p>\n<!-- /wp:paragraph -->','Consumers affected by bad gas to receive $24M in compensation','','inherit','closed','closed','','1855-revision-v1','','','2019-08-05 17:08:20','2019-08-05 22:08:20','',1855,'https://buzz-caribbean.com/article/1855-revision-v1/',0,'revision','',0),(1864,11,'2019-08-05 17:11:08','2019-08-05 22:11:08','','Collaboration','','inherit','closed','closed','','collaboration','','','2019-08-05 17:11:08','2019-08-05 22:11:08','',1860,'https://buzz-caribbean.com/app/uploads/2019/08/Collaboration.jpg',0,'attachment','image/jpeg',0),(1865,4,'2019-08-05 17:32:43','2019-08-05 22:32:43','<!-- wp:paragraph -->\n<p>A refund of $24.5\nmillion is to be made to consumers who have been verified as having suffered\nmaterial damage from contaminated petrol sold in 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1862} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/fayval-williams-1024x742.jpg\" alt=\"\" class=\"wp-image-1862\" /><figcaption>Minister of Science, Energy and Technology (MSET), Fayval Williams.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This was disclosed by Minister of Science, Energy and Technology (MSET), Fayval Williams, during a statement to the House of Representatives. The compensation to motorists is based on recommendations provided by the Petroleum Trade Reform Committee (PTRC).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"These consumers would have submitted genuine claims with supporting documents.\"</p><cite>— Fayval Williams</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She informed that\nshe has written to the Chairman of Petrojam supporting the recommendation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“These consumers\nwould have submitted genuine claims with supporting documents within the\nspecified deadline and have been waiting for almost three years for redress,” Williams\nsaid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She informed that\nthe $24.5 million figure was arrived at by the Consumer Affairs Commission\n(CAC), based on the claims submitted by 381 motorists. The CAC had received a\ntotal of 478 complaints.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The PTRC was appointed on January 8, 2016 with a mandate to undertake a comprehensive review of the regulations and protocols governing the petroleum trade in Jamaica as well as a thorough investigation into the alleged contaminated petrol.</p>\n<!-- /wp:paragraph -->','Consumers affected by bad gas to receive $24M in compensation','','inherit','closed','closed','','1855-revision-v1','','','2019-08-05 17:32:43','2019-08-05 22:32:43','',1855,'https://buzz-caribbean.com/article/1855-revision-v1/',0,'revision','',0),(1866,11,'2019-08-05 17:33:26','2019-08-05 22:33:26','<!-- wp:paragraph -->\n<p>“Improved productivity means less human sweat, not more.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Henry Ford (founder of the motor company) said this. The Jamaica Employers Federation agrees 100 per cent. Why?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Well, we don’t need to work in “sweatshops” nowadays. It’s 2019. We have the technology. Technology = greater productivity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yes, some of us waste time on social media at work. But, there are others who use it to develop ideas and produce fantastic results.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Technology = greater productivity </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Some bosses want to be checking up on you. We know there are\nmany “spying” tools out there. But let’s look at it another way. What can you\ndo as a worker so they don’t need to monitor you 24/7?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Set your phone on “do not disturb.”</li><li>Eat healthily. Go to bed earlier on work nights.</li><li>Be mindful. Find that calm, focused spot.</li><li>If you can, go offline for a while.</li><li>Try not to multitask. Just prioritize.</li><li>Don’t work longer hours to make up for wasted time.</li><li>Use social media for work contacts when at work. Creating online synergies helps you do a better job.</li><li>“Keep it real” in relations with co-workers.</li><li>Take pride in your work!</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>We’re not letting bosses off the hook. Here’s what they can\ndo:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Trust your employees – and show them you do!</li><li>Invest in training and re-training.</li><li>Be flexible. Rethink your rigid attitudes!</li><li>Build a dynamic team! There are many apps for this.</li><li>Set goals and specific tasks with timelines. Many apps\n(such as Asana) exist for this too!</li><li>Make yourself available at specific times. Not online –\nin person!</li><li>Use social media for group communications.</li><li>Focus on those deliverables. Results count.</li><li>Seek and try out new ideas. A workplace that supports\nwellbeing, perhaps?</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Here’s Mr. Ford again: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Coming together is a beginning, staying together is progress, and working together is success.</p><cite>Henry Ford</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>We can work it out!</p>\n<!-- /wp:paragraph -->','Less Spying, More Happy Workplaces','','inherit','closed','closed','','1860-revision-v1','','','2019-08-05 17:33:26','2019-08-05 22:33:26','',1860,'https://buzz-caribbean.com/article/1860-revision-v1/',0,'revision','',0),(1867,4,'2019-08-05 17:36:19','2019-08-05 22:36:19','','gas','','inherit','closed','closed','','gas','','','2019-08-05 17:36:19','2019-08-05 22:36:19','',1855,'https://buzz-caribbean.com/app/uploads/2019/08/gas.jpg',0,'attachment','image/jpeg',0),(1868,4,'2019-08-05 17:39:27','2019-08-05 22:39:27','<!-- wp:paragraph -->\n<p>A refund of $24.5\nmillion is to be made to consumers who have been verified as having suffered\nmaterial damage from contaminated petrol sold in 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1867} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gas.jpg\" alt=\"\" class=\"wp-image-1867\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This was disclosed by Minister of Science, Energy and Technology (MSET), Fayval Williams, during a statement to the House of Representatives. The compensation to motorists is based on recommendations provided by the Petroleum Trade Reform Committee (PTRC).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1862} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/fayval-williams-1024x742.jpg\" alt=\"\" class=\"wp-image-1862\" /><figcaption>Minister of Science, Energy and Technology (MSET), Fayval Williams.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"These consumers would have submitted genuine claims with supporting documents.\"</p><cite>— Fayval Williams</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She informed that\nshe has written to the Chairman of Petrojam supporting the recommendation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“These consumers\nwould have submitted genuine claims with supporting documents within the\nspecified deadline and have been waiting for almost three years for redress,” Williams\nsaid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She informed that\nthe $24.5 million figure was arrived at by the Consumer Affairs Commission\n(CAC), based on the claims submitted by 381 motorists. The CAC had received a\ntotal of 478 complaints.</p>\n<!-- /wp:paragraph -->','Consumers affected by bad gas to receive $24M in compensation','','inherit','closed','closed','','1855-revision-v1','','','2019-08-05 17:39:27','2019-08-05 22:39:27','',1855,'https://buzz-caribbean.com/article/1855-revision-v1/',0,'revision','',0),(1869,23,'2019-08-05 17:59:09','2019-08-05 22:59:09','<!-- wp:image {\"id\":1871} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bootlegrocstar-A-1024x846.jpg\" alt=\"\" class=\"wp-image-1871\" /><figcaption>Bootlegrocstar is on a mission to become the next big thing in fashion. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican creative Neko ‘Bootlegrocstar’ Kelly, 25, is a stylist, who has been navigating the fashion realm for more than five years. He is on a mission to become the next big thing globally and has been working tirelessly to achieve this dream.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Being able to live my dream of being a fashion stylist will always and forever be my biggest accomplishment.\" </p><cite> —  Bootlegrocstar </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“The goal\nis to style so many fashion magazine covers that I lose count. I want to send celebrities\non the Grammy and Oscars red carpets in the most eye-catching couture and\npieces, which will ultimately cement myself and work in popular culture,” Kelly\nsaid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1872} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/002-1024x682.jpeg\" alt=\"\" class=\"wp-image-1872\" /><figcaption>Bootlegrocstar adjusts Shanzi\'s outfit during a photoshoot. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kelly told<strong> BUZZ</strong> that he grew up in a fashionable family, so it was no surprise that he started his fashion journey in high school where he would style his neighbour and a close friend whenever they are attending events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My brand is unique and authentic because my brand is me. It’s a genuine unfiltered reflection of who I am.\"  </p><cite> — Bootlegrocstar </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>After leaving\nhigh school, he was a stylist assistant for a year, before branching off to\nbuild his brand, ‘Bootlegrocstar’. Already, he has styled international and\nlocal celebrities like Keke Palmer, Rita Ora, Masicka, Nadine Sutherland,\nKonshens and Tanya Stephens. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Being\nable to live my dream of being a fashion stylist will always and forever be my\nbiggest accomplishment. I never wanted anything as bad and as hard. It’s\nliterally a dream come true,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/004-1024x684.jpeg\" alt=\"\" class=\"wp-image-1873\" /><figcaption>Bootlegrocstar\'s (left) \'irie\' collection was launched on August 1.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Known for dropping unexpected bombs on social media, Kelly is also the owner of a fashion line – Bootleg Rocstar Merch, through which he encourages subscribers to be bold, daring and shameless. On August 1, he launched a new collection that drew inspiration from the irie Jamaican culture.&nbsp;The collection has swimwear, hoodies, crop tops, bucket hats, T-shirts, shorts and socks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My brand is unique and authentic because my brand is me. It’s a genuine unfiltered reflection of who I am. It’s insanely creative, unapologetic, open-minded and fabulous. That’s who I am at my core. That’s my brand,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em><strong>— Story written by Andre Cooper</strong></em></p>\n<!-- /wp:paragraph -->','Bootlegrocstar is on a fashion mission','','publish','closed','closed','','creative-unapologetic-and-fabulous-bootlegrocstar-has-big-fashion-dreams','','','2019-08-15 11:50:27','2019-08-15 16:50:27','',0,'https://buzz-caribbean.com/?p=1869',0,'post','',0),(1870,9,'2019-08-05 17:44:19','2019-08-05 22:44:19','','001','','inherit','closed','closed','','001','','','2019-08-05 17:44:19','2019-08-05 22:44:19','',1869,'https://buzz-caribbean.com/app/uploads/2019/08/001.jpeg',0,'attachment','image/jpeg',0),(1871,9,'2019-08-05 17:46:02','2019-08-05 22:46:02','','Bootlegrocstar-A','','inherit','closed','closed','','bootlegrocstar-a','','','2019-08-05 17:46:02','2019-08-05 22:46:02','',1869,'https://buzz-caribbean.com/app/uploads/2019/08/Bootlegrocstar-A.jpg',0,'attachment','image/jpeg',0),(1872,9,'2019-08-05 17:47:35','2019-08-05 22:47:35','','002','','inherit','closed','closed','','002','','','2019-08-05 17:47:35','2019-08-05 22:47:35','',1869,'https://buzz-caribbean.com/app/uploads/2019/08/002.jpeg',0,'attachment','image/jpeg',0),(1873,9,'2019-08-05 17:50:00','2019-08-05 22:50:00','','004','','inherit','closed','closed','','004','','','2019-08-05 17:50:00','2019-08-05 22:50:00','',1869,'https://buzz-caribbean.com/app/uploads/2019/08/004.jpeg',0,'attachment','image/jpeg',0),(1874,4,'2019-08-05 17:56:39','2019-08-05 22:56:39','<!-- wp:paragraph -->\n<p>A refund of $24.5\nmillion is to be made to consumers who have been verified as having suffered\nmaterial damage from contaminated petrol sold in 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1867} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gas.jpg\" alt=\"\" class=\"wp-image-1867\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This was disclosed by Minister of Science, Energy and Technology (MSET), Fayval Williams, during a statement to the House of Representatives. The compensation to motorists is based on recommendations provided by the Petroleum Trade Reform Committee (PTRC).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1862} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/fayval-williams-1024x742.jpg\" alt=\"\" class=\"wp-image-1862\" /><figcaption>Minister of Science, Energy and Technology (MSET), Fayval Williams.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"These consumers would have submitted genuine claims with supporting documents.\"</p><cite>— Fayval Williams</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She informed that she has written to the Chairman of Petrojam supporting the recommendation. “These consumers would have submitted genuine claims with supporting documents within the specified deadline and have been waiting for almost three years for redress,” Williams said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She informed that\nthe $24.5 million figure was arrived at by the Consumer Affairs Commission\n(CAC), based on the claims submitted by 381 motorists. The CAC had received a\ntotal of 478 complaints.</p>\n<!-- /wp:paragraph -->','Consumers affected by bad gas to receive $24M in compensation','','inherit','closed','closed','','1855-revision-v1','','','2019-08-05 17:56:39','2019-08-05 22:56:39','',1855,'https://buzz-caribbean.com/article/1855-revision-v1/',0,'revision','',0),(1875,9,'2019-08-05 17:58:25','2019-08-05 22:58:25','<!-- wp:image {\"id\":1871} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bootlegrocstar-A-1024x846.jpg\" alt=\"\" class=\"wp-image-1871\" /><figcaption>Bootlegrocstar is on a mission to become the next big thing in fashion. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican creative Neko ‘Bootlegrocstar’ Kelly, 25, is a stylist, who has been navigating the fashion realm for more than five years. He is on a mission to become the next big thing globally and has been working tirelessly to achieve this dream.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Being able to live my dream of being a fashion stylist will always and forever be my biggest accomplishment.\" </p><cite>-  Bootlegrocstar </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“The goal\nis to style so many fashion magazine covers that I lose count. I want to send celebrities\non the Grammy and Oscars red carpets in the most eye-catching couture and\npieces, which will ultimately cement myself and work in popular culture,” Kelly\nsaid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1872} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/002-1024x682.jpeg\" alt=\"\" class=\"wp-image-1872\" /><figcaption>Bootlegrocstar adjusts Shanzi\'s outfit during a photoshoot. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kelly told<strong> BUZZ</strong> that he grew up in a fashionable family, so it was no surprise that he started his fashion journey in high school where he would style his neighbour and a close friend whenever they are attending events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My brand is unique and authentic because my brand is me. It’s a genuine unfiltered reflection of who I am.\"  </p><cite>- Bootlegrocstar </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>After leaving\nhigh school, he was a stylist assistant for a year, before branching off to\nbuild his brand, ‘Bootlegrocstar’. Already, he has styled international and\nlocal celebrities like Keke Palmer, Rita Ora, Masicka, Nadine Sutherland,\nKonshens and Tanya Stephens. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Being\nable to live my dream of being a fashion stylist will always and forever be my\nbiggest accomplishment. I never wanted anything as bad and as hard. It’s\nliterally a dream come true,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/004-1024x684.jpeg\" alt=\"\" class=\"wp-image-1873\" /><figcaption>Bootlegrocstar (left) \'irie\' collection was launched on August 1.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Known for dropping unexpected bombs on social media, Kelly is also the owner of a fashion line – Bootleg Rocstar Merch, through which he encourages subscribers to be bold, daring and shameless. On August 1, he launched a new collection that drew inspiration from the irie Jamaican culture. The collection has swimwear, hoodies, crop tops, bucket hats, T-shirts, shorts and socks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My brand\nis unique and authentic because my brand is me. It’s a genuine unfiltered\nreflection of who I am. It’s insanely creative, unapologetic, open-minded and\nfabulous. That’s who I am at my core. That’s my brand,” he said. </p>\n<!-- /wp:paragraph -->','Creative, unapologetic and fabulous - Bootlegrocstar has big fashion dreams','','inherit','closed','closed','','1869-revision-v1','','','2019-08-05 17:58:25','2019-08-05 22:58:25','',1869,'https://buzz-caribbean.com/article/1869-revision-v1/',0,'revision','',0),(1876,4,'2019-08-05 18:01:33','2019-08-05 23:01:33','<!-- wp:paragraph -->\n<p>A refund of $24.5\nmillion is to be made to consumers who have been verified as having suffered\nmaterial damage from contaminated petrol sold in 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1867} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gas.jpg\" alt=\"\" class=\"wp-image-1867\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This was disclosed by Minister of Science, Energy and Technology (MSET), Fayval Williams, during a statement to the House of Representatives. The compensation to motorists is based on recommendations provided by the Petroleum Trade Reform Committee (PTRC).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1862} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/fayval-williams-1024x742.jpg\" alt=\"\" class=\"wp-image-1862\" /><figcaption>Minister of Science, Energy and Technology (MSET), Fayval Williams.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She informed that she has written to the Chairman of Petrojam supporting the recommendation. “These consumers would have submitted genuine claims with supporting documents within the specified deadline and have been waiting for almost three years for redress,” Williams said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She informed that\nthe $24.5 million figure was arrived at by the Consumer Affairs Commission\n(CAC), based on the claims submitted by 381 motorists. The CAC had received a\ntotal of 478 complaints.</p>\n<!-- /wp:paragraph -->','Consumers affected by bad gas to receive $24M in compensation','','inherit','closed','closed','','1855-revision-v1','','','2019-08-05 18:01:33','2019-08-05 23:01:33','',1855,'https://buzz-caribbean.com/article/1855-revision-v1/',0,'revision','',0),(1877,4,'2019-08-05 18:49:54','2019-08-05 23:49:54','<!-- wp:image {\"id\":1760} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/office-romance-CC-1024x683.jpg\" alt=\"\" class=\"wp-image-1760\" /><figcaption>Office affairs are not uncommon in Jamaica. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Keep it professional! But turns out that is easier said than done because you can’t stop staring in the direction of that hot co-worker. The intensity is building, blood is rushing through your veins, and sweat is bursting through your pores, as he or she walks by. It seems you might have a crush on your co-worker. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many persons\nshun the idea of mixing business with pleasure, but ‘office love’ is not uncommon.\nIn fact, it happens more often than you think.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But before you jump head-on into a relationship with your co-worker, you need to remember that such a union comes with good and bad. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1759} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/office-romance-DD-1024x683.jpg\" alt=\"\" class=\"wp-image-1759\" /><figcaption>There are pros to dating someone you work with. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Here are some pros of such a relationship. </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Getting\nto see the person daily. &nbsp;</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>You get to see that special someone eevveerryy day. So, no more sitting alone being droopy at the lunch table or even spending your breaks by yourself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>They\ncan relate to your work</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Say goodbye to the questions like: ‘Who is Kim again?’ or ‘Could you explain what you do again?’. A lover, who is your co-worker, can fully understand your frustration or your need to vent. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Spice\nis in the air</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>All of a\nsudden, you are eager to go to work, and you can’t help but think of getting\nnaughty in an empty boardroom. You just want each other, and it’s almost as if\nyou can’t keep your hands to yourself. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1761} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/office-romance-EE-1024x683.jpg\" alt=\"\" class=\"wp-image-1761\" /><figcaption>Your little office affair might even come with a bit of drama. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Unfortunately, there are some cons to your little office affair.</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>The\nentire office could find out</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>This could be pretty cool, and everyone might be happy for you guys, but … it might become a burden after a while when everyone starts to inquire, “Is John coming in today?’ or ‘Is everything OK in your relationship?.’ ‘Oh my god, give me a break’, would probably be your reaction. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Becoming\ndistracted</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>It feels like you’re in high school again, being all young, dumb and in love. Sigh. The harsh reality is that having the love of your life at work could become your number one distraction. Your performance level might even decrease. But guess what? You’re too busy being in love to realise. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>The\nrelationship ends</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>You break\nup, and it could have been a nasty split. This ‘break’ could be detrimental to\nboth person, as pettiness and unprofessionalism may take over and cause either\nparty to be unfairly treated, especially if you were flirting or dating your\nboss.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1762} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/office-romance-FF-1024x683.jpg\" alt=\"\" class=\"wp-image-1762\" /><figcaption>If you decide to get involved with your co-worker, keep it professional. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some companies\nhave protocols and behavioural guidelines when it comes to relationships in the\nworkplace. So, if you’re in that kind of space, you’re taking a risk by getting\ninvolved with your co-worker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you intend to get in on some of that office love, be discreet. Cut back on the grand gestures and ‘mushy’ stuff. Leave that until you are somewhere private.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong> — Shavenya Smikle</strong></p>\n<!-- /wp:paragraph -->','Young, dumb and in love ... at work','','inherit','closed','closed','','1747-revision-v1','','','2019-08-05 18:49:54','2019-08-05 23:49:54','',1747,'https://buzz-caribbean.com/article/1747-revision-v1/',0,'revision','',0),(1878,4,'2019-08-06 10:32:01','2019-08-06 15:32:01','','Kingston Kitchen','','inherit','closed','closed','','kingston-kitchen','','','2019-08-06 10:32:01','2019-08-06 15:32:01','',0,'https://buzz-caribbean.com/app/uploads/2019/08/kingston-kitchen.jpg',0,'attachment','image/jpeg',0),(1879,4,'2019-08-06 10:33:43','2019-08-06 15:33:43','','kingston-kitchen-1','','inherit','closed','closed','','kingston-kitchen-1','','','2019-08-06 10:33:43','2019-08-06 15:33:43','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/kingston-kitchen-1.jpg',0,'attachment','image/jpeg',0),(1880,4,'2019-08-06 10:33:54','2019-08-06 15:33:54','<!-- wp:image {\"id\":1308} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1299-1024x683.jpg\" alt=\"\" class=\"wp-image-1308\" /><figcaption>This man was seen digging into his sweet treat at the Kingston Kitchen: Night Market in July.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They say\nlaughter is the brightest where the food is, and for the scores of Jamaicans\nwho attended the Kingston Kitchen: Night Market on July 27, this rang\nundeniably true. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dubbed\nthe ultimate foodie experience, the event took to the lush, velvety lawns of\nthe Hope Botanic Gardens in St Andrew, Jamaica, to deliver on yet another\nsuccessful showcase featuring delectable local and international cuisine. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1310} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1418-1-1024x683.jpg\" alt=\"\" class=\"wp-image-1310\" /><figcaption>The Kingston Kitchen: Night Market was the ultimate \'foodie\' affair.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It was a\ngastronome’s delight!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With more\nthan 60 vendors, including nine food trucks, indeed, there was something to\nsatisfy every palate. Whether you were in search of the rich, savoury flavours\nof meat or fancied the fresh, citrusy taste of seafood, there was a booth or\ntent to grant every culinary wish. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"1299\",\"1300\",\"1301\",\"1302\",\"1303\",\"1304\",\"1305\",\"1307\",\"1316\",1879]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1219-1024x683.jpg\" alt=\"\" data-id=\"1299\" data-link=\"https://buzz-caribbean.com/?attachment_id=1299\" class=\"wp-image-1299\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1335-1024x683.jpg\" alt=\"\" data-id=\"1300\" data-link=\"https://buzz-caribbean.com/?attachment_id=1300\" class=\"wp-image-1300\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1339-1024x683.jpg\" alt=\"\" data-id=\"1301\" data-link=\"https://buzz-caribbean.com/?attachment_id=1301\" class=\"wp-image-1301\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1347-1024x683.jpg\" alt=\"\" data-id=\"1302\" data-link=\"https://buzz-caribbean.com/?attachment_id=1302\" class=\"wp-image-1302\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1361-1024x683.jpg\" alt=\"\" data-id=\"1303\" data-link=\"https://buzz-caribbean.com/?attachment_id=1303\" class=\"wp-image-1303\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1386-1024x683.jpg\" alt=\"\" data-id=\"1304\" data-link=\"https://buzz-caribbean.com/?attachment_id=1304\" class=\"wp-image-1304\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1449-1024x683.jpg\" alt=\"\" data-id=\"1305\" data-link=\"https://buzz-caribbean.com/?attachment_id=1305\" class=\"wp-image-1305\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1461-1-1024x683.jpg\" alt=\"\" data-id=\"1307\" data-link=\"https://buzz-caribbean.com/?attachment_id=1307\" class=\"wp-image-1307\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1369-1024x683.jpg\" alt=\"\" data-id=\"1316\" data-link=\"https://buzz-caribbean.com/?attachment_id=1316\" class=\"wp-image-1316\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kingston-kitchen-1-1024x683.jpg\" alt=\"\" data-id=\"1879\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/kingston-kitchen-1/\" class=\"wp-image-1879\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Excited families and friends sauntered along between booths, vying to get a taste of the sumptuous fare being offered. Some of the most memorable items were the beef and chicken kibbeh from Chez Maria, kimchi fried rice from Tooksie Kay Catering, gourmet hotdogs from Yeaah Dawg, as well as an assortment of spicy shellfish dishes from Jabba’s Pepper Swims. Patrons also kept cool with refreshing fruit drinks courtesy of Pure Country or socialised over cocktails from Select Brands. Others opted for the rich, creamy flavours of vegan ice-cream from Nice Cream.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1312} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1517-1024x683.jpg\" alt=\"\" class=\"wp-image-1312\" /><figcaption>Lasco kept patrons cool on a warm night with cold chocolate beverages. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Children, too, relished in the merriment, as peals of laughter erupted from the Kids Zone, a section complete with a bounce-about, friendly rides, and face painting, while providing child-friendly treats such as snow cones and ice-cream. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1311} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1395-1024x683.jpg\" alt=\"\" class=\"wp-image-1311\" /><figcaption>Different types of liquor and juices were also on hand. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In keeping with creating a gastronomic experience, Kingston Kitchen’s co-director, Jacqui Sinclair, said that it is important to listen to feedback from patrons. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We consider\nourselves a food family. We’re not in competition. We listen to suggestions\nfrom our patrons and try to make each event better than our last,” she said. “In\nfact, one of the greatest concerns we’ve had was the lack of debit/credit\nmachines on hand. This year, we partnered with NCB to provide vendors with\nthese machines to make transactions easier.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1318} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1211-1024x683.jpg\" alt=\"\" class=\"wp-image-1318\" /><figcaption>Food trucks were a big part of the culinary experience. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, as the event drew to an end, there were still throngs of latecomers who firmly decided that, by any means necessary, the event would not be missed. The early birds, on the other hand, wearily made their exit, presumably palatably pleased and vowing to attend the next staging.</p>\n<!-- /wp:paragraph -->','Satisfied palates at Kingston Kitchen: Night Market','','inherit','closed','closed','','1295-revision-v1','','','2019-08-06 10:33:54','2019-08-06 15:33:54','',1295,'https://buzz-caribbean.com/article/1295-revision-v1/',0,'revision','',0),(1882,4,'2019-08-06 10:57:12','2019-08-06 15:57:12','<!-- wp:paragraph -->\n<p>Lionel Town resident Chantal Lewis is setting her sights of becoming one of Jamaica\'s prominent footwear designers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old Clarendon native’s hand-made leather sandals caught everyone’s attention at the recent launch of the Palmers Cross Community Development Committee (PCCDC) in Clarendon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1736} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/RAF-2-1024x664.jpg\" alt=\"\" class=\"wp-image-1736\" /><figcaption> Senator Pearnell Charles Jr. (centre) looks at sandals made by Chantal Lewis (second left) at the launch of the Palmers Cross Community Development Committee in Clarendon on July 18.&nbsp; Sharing the moment are her sister Ca-Deiva Clarke (left) and President of the Palmers Cross Community Development Committee Romeo Mitchell (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Originally from Savannah Cross, Lewis explained that her interest in craftsmanship started while she was young; watching her uncle make bags from calabash, leather, wool or thread. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This interest grew and developed over time but\nLewis noticed she preferred making sandals. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I have been making sandals on and off for\nthree years now,” she said, pointing to the pair on her feet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I am self-taught, I go online for tips and\nto look at shapes and styles. I tried getting help from one well-known local\ndesigner but got none,” Lewis contended.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While the budding artisan says the process\nis time-consuming, the effort is worth it in the end because her customers love\nthem as they are affordable, neat and last a long time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I would like to see my sandal business\ngrow big, but I also want to expand my brand into clothing and other items and\nmake a significant mark on the local and overseas market,” Chantal remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The sandals feature comfort and a classy,\ntrendy style and among her regular customers is her younger sister, Ca-Deiva Clarke.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As with every new business, young Lewis is off to a slow start but prospects are good as her customer base is growing and everyone is happy with her product so far.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chantal also had her uncle’s handbags and a\nlamp made from fudge sticks alongside her display of beautiful sandals at the\nlaunch. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Hand-made sandals capture spotlight in Clarendon','','inherit','closed','closed','','1735-revision-v1','','','2019-08-06 10:57:12','2019-08-06 15:57:12','',1735,'https://buzz-caribbean.com/article/1735-revision-v1/',0,'revision','',0),(1884,4,'2019-08-06 11:06:58','2019-08-06 16:06:58','<!-- wp:paragraph -->\n<p>Lionel Town resident Chantal Lewis is setting her sights of becoming one of Jamaica\'s prominent footwear designers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old Clarendon native’s hand-made leather sandals caught everyone’s attention at the recent launch of the Palmers Cross Community Development Committee (PCCDC) in Clarendon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1736} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/RAF-2-1024x664.jpg\" alt=\"\" class=\"wp-image-1736\" /><figcaption> Senator Pearnell Charles Jr. (centre) looks at sandals made by Chantal Lewis (second left) at the launch of the Palmers Cross Community Development Committee in Clarendon on July 18.&nbsp; Sharing the moment are her sister Ca-Deiva Clarke (left) and President of the Palmers Cross Community Development Committee Romeo Mitchell (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lewis explained that her interest in craftsmanship started while she was a child watching her uncle make bags from calabash, leather, wool or thread. This interest grew and developed over time but\nLewis noticed she preferred making sandals. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I tried getting help from one well-known local designer but got none.\"</p><cite>— Chantal Lewis</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I have been making sandals on and off for three years now,” she said, pointing to the pair on her feet. I am self-taught, I go online for tips and to look at shapes and styles. I tried getting help from one well-known local designer but got none.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While the budding artisan says the process is time-consuming, the effort is worth it in the end because her customers love her work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"I also want to expand my brand into clothing and other items.\"</p><cite>— Chantal Lewis</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I would like to see my sandal business\ngrow big, but I also want to expand my brand into clothing and other items and\nmake a significant mark on the local and overseas market,” Chantal remarked.</p>\n<!-- /wp:paragraph -->','Hand-made sandals capture spotlight in Clarendon','','inherit','closed','closed','','1735-revision-v1','','','2019-08-06 11:06:58','2019-08-06 16:06:58','',1735,'https://buzz-caribbean.com/article/1735-revision-v1/',0,'revision','',0),(1885,16,'2019-08-14 19:05:27','2019-08-15 00:05:27','<!-- wp:image {\"id\":1886} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cockpit-country-1024x600.jpg\" alt=\"\" class=\"wp-image-1886\" /><figcaption>Local celebrities have joined the fight to stop mining in the Cockpit Country. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bounty Killa, Mr. Vegas, Queen Ifrica, <a href=\"https://buzz-caribbean.com/article/spragga-benz-urges-jamaicans-to-sign-cockpit-country-petition/\">Spragga Benz</a> and Kabaka Pyramid are amongst the many celebrities that have joined the coalition to protect the Cockpit Country from mining.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1900} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kabaka-pyramid4-1.jpg\" alt=\"\" class=\"wp-image-1900\" /><figcaption>Kabaka Pyramid is among entertainers speaking against mining in the Cockpit Country. (Photo courtesy Facebook/Kabaka Pyramid)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Cockpit Country is a wet limestone forest spanning the parishes of Trelawney and St. Elizabeth. It is home to many endemic plants and animals such as the Jamaican Swallowtail and the Jamaican boa. In the 1700s, the Maroons fled slavery and escaped to the Cockpit Country where they formed communities that were not controlled by the Spanish and British colonists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So why are the celebs supporting the efforts to\nstop bauxite mining? Here are five reasons:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>The Cockpit Country covers five watersheds that supply major rivers. The clean water is supplied by the forest and any contamination from mining will threaten an estimated 40 per cent of all Jamaica’s underground water sources.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>The forest includes a large diversity of plants and animals some of\nwhich cannot be found anywhere else in the world but Jamaica. The Jamaican\ngovernment signed the 1992 UN Convention on Biodiversity making a commitment to\nprotect its unique natural resources.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":1888} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jamaican-boa-.jpg\" alt=\"\" class=\"wp-image-1888\" /><figcaption>The Jamaican Boa are one of several species of animal found only in the Cockpit Country. (Photo courtesy of Hope Zoo)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>The Cockpit Country is a historic site. The Maroons used the terrain as tactical advantage over the British in the 18<sup>th</sup> century. To this day, they still live in communities such as Accompong Town. An annual celebration is held every year on Jan 6 at Accompong in St Elizabeth.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Known as a research hub. There are many studies conducted and still\nongoing on the wide variety of plants, birds, reptiles, mammals, invertebrates\nand amphibians that call this forest home.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":1889} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jerk-pork.jpg\" alt=\"\" class=\"wp-image-1889\" /><figcaption>Jerk pork is said to have originated with Maroons. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>It was in the Cockpit country that jerk pork originated. That’s right. The Maroons prepared meat for storage without creating smoke that the British military could see. The cultural, biological and geographical significance of the Cockpit country cannot be denied. It is no wonder so many people are fighting to protect this one of a kind forest reserve.</li></ul>\n<!-- /wp:list -->','Five reasons Jamaican celebs are against mining in the Cockpit Country','','publish','closed','closed','','five-reasons-jamaican-celebs-are-against-mining-in-the-cockpit-country','','','2019-08-14 22:11:41','2019-08-15 03:11:41','',0,'https://buzz-caribbean.com/?p=1885',0,'post','',0),(1886,4,'2019-08-06 12:27:19','2019-08-06 17:27:19','','cockpit-country','','inherit','closed','closed','','cockpit-country','','','2019-08-06 12:27:19','2019-08-06 17:27:19','',1885,'https://buzz-caribbean.com/app/uploads/2019/08/cockpit-country.jpg',0,'attachment','image/jpeg',0),(1887,4,'2019-08-06 12:42:17','2019-08-06 17:42:17','','queen-ifrica','','inherit','closed','closed','','queen-ifrica','','','2019-08-06 12:42:17','2019-08-06 17:42:17','',1885,'https://buzz-caribbean.com/app/uploads/2019/08/queen-ifrica.jpg',0,'attachment','image/jpeg',0),(1888,4,'2019-08-06 12:43:38','2019-08-06 17:43:38','','jamaican-boa-','','inherit','closed','closed','','jamaican-boa','','','2019-08-06 12:43:38','2019-08-06 17:43:38','',1885,'https://buzz-caribbean.com/app/uploads/2019/08/jamaican-boa-.jpg',0,'attachment','image/jpeg',0),(1889,4,'2019-08-06 12:49:06','2019-08-06 17:49:06','','jerk-pork','','inherit','closed','closed','','jerk-pork','','','2019-08-06 12:49:06','2019-08-06 17:49:06','',1885,'https://buzz-caribbean.com/app/uploads/2019/08/jerk-pork.jpg',0,'attachment','image/jpeg',0),(1890,9,'2019-08-06 13:39:56','2019-08-06 18:39:56','<!-- wp:image {\"id\":1891,\"width\":580,\"height\":386} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/C-Diva2-1024x682.jpg\" alt=\"\" class=\"wp-image-1891\" width=\"580\" height=\"386\" /><figcaption>C-Diva is excited about her upcoming EP. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Emerging recording artiste C-Diva says she is pleased with the public response to her single, <strong>Broken</strong>, that was released in March.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That response has given her the confidence, she\nsays, to enter the market again with an EP that is set for release by the end\nof the year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"I want to thank all the DJs around the world who are playing my song.\" </p><cite> — C-Diva</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I’m so excited about my EP. We have recorded some\nexcellent tracks so far,” said the artiste, who is signed to Inferno Camp\nRecords. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s going to be a fantastic project. My team,\nwhich consists of Richard Evans, Emelio Harris and Orlando Harris, has not\ndecided on a release date for the EP as yet, but we plan to put it out before\nthe end of the year.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1892} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cdiva4.jpg-new.jpg\" alt=\"\" class=\"wp-image-1892\" /><figcaption>C-Diva received a confidence boost after releasing her song, \'Broken\'. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A lot of her confidence has come from the response to <strong>Broken</strong>, which has received generous play on radio stations both locally and overseas, she claims.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This was my first release, and I’m pleased with\nthe response that it’s getting. I want to thank all the DJs around the world\nwho are playing my song. I’m grateful for their support,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I’m so excited about my EP. We have recorded some excellent tracks so far.\" </p><cite> — C-Diva</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As ‘Broken’ gains traction, C-Diva is already on the verge of releasing her second single, <strong>New Man In My Life</strong>, that is set for release by the end of August. However, this is not her first attempt at a career in music. The entertainer, whose real name is Cassandra Smith, was part of a band called the Impressions in the 90s. Her time with the band was short-lived, as she got pregnant and put her career on hold to give birth to and raise her now 20-year-old daughter. She also has a 15-year-old daughter. </p>\n<!-- /wp:paragraph -->','After a long wait, C-Diva is now ready for the spotlight','','publish','closed','closed','','after-a-long-wait-c-diva-is-now-ready-for-the-spotlight','','','2019-08-12 15:54:33','2019-08-12 20:54:33','',0,'https://buzz-caribbean.com/?p=1890',0,'post','',0),(1891,9,'2019-08-06 13:31:53','2019-08-06 18:31:53','','C-Diva2','','inherit','closed','closed','','c-diva2','','','2019-08-06 13:31:53','2019-08-06 18:31:53','',1890,'https://buzz-caribbean.com/app/uploads/2019/08/C-Diva2.jpg',0,'attachment','image/jpeg',0),(1892,9,'2019-08-06 13:35:49','2019-08-06 18:35:49','','cdiva4.jpg-new','','inherit','closed','closed','','cdiva4-jpg-new','','','2019-08-06 13:35:49','2019-08-06 18:35:49','',1890,'https://buzz-caribbean.com/app/uploads/2019/08/cdiva4.jpg-new.jpg',0,'attachment','image/jpeg',0),(1893,9,'2019-08-06 13:39:02','2019-08-06 18:39:02','<!-- wp:image {\"id\":1891,\"width\":580,\"height\":386} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/C-Diva2-1024x682.jpg\" alt=\"\" class=\"wp-image-1891\" width=\"580\" height=\"386\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Emerging recording artiste C-Diva says she is\npleased with the public response to her single, ‘Broken’, that was released in\nMarch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That response has given her the confidence, she\nsays, to enter the market again with an EP that is set for release by the end\nof the year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"I want to thank all the DJs around the world who are playing my song.\" </p><cite>- C-Diva</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I’m so excited about my EP. We have recorded some\nexcellent tracks so far,” said the artiste, who is signed to Inferno Camp\nRecords. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s going to be a fantastic project. My team,\nwhich consists of Richard Evans, Emelio Harris and Orlando Harris, has not\ndecided on a release date for the EP as yet, but we plan to put it out before\nthe end of the year.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1892} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cdiva4.jpg-new.jpg\" alt=\"\" class=\"wp-image-1892\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A lot of her confidence has come from the response\nto ‘Broken’, which has received generous play on radio stations both locally\nand overseas, she claims.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This was my first release, and I’m pleased with\nthe response that it’s getting. I want to thank all the DJs around the world\nwho are playing my song. I’m grateful for their support,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I’m so excited about my EP. We have recorded some excellent tracks so far.\" </p><cite>- C-Diva</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As ‘Broken’ gains traction, C-Diva is already on the\nverge of releasing her second single, ‘New Man In My Life’, that is set for release\nby the end of August.\n\nHowever, this is not her\nfirst attempt at a career in music. The entertainer, whose real name is Cassandra\nSmith, was part of a band called the Impressions in the 90s. Her time with the\nband was short-lived, as she got pregnant and put her career on hold to give birth\nto and raise her now 20-year-old daughter. She also has a 15-year-old daughter.\n\n\n\n</p>\n<!-- /wp:paragraph -->','After a long wait, C-Diva is now ready for the spotlight','','inherit','closed','closed','','1890-revision-v1','','','2019-08-06 13:39:02','2019-08-06 18:39:02','',1890,'https://buzz-caribbean.com/article/1890-revision-v1/',0,'revision','',0),(1894,4,'2019-08-06 13:42:54','2019-08-06 18:42:54','','kabaka-pyramid4','','inherit','closed','closed','','kabaka-pyramid4','','','2019-08-06 13:42:54','2019-08-06 18:42:54','',1885,'https://buzz-caribbean.com/app/uploads/2019/08/kabaka-pyramid4.jpg',0,'attachment','image/jpeg',0),(1895,21,'2019-08-06 13:50:48','2019-08-06 18:50:48','<!-- wp:image {\"id\":1897} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mariah-carey.jpg\" alt=\"\" class=\"wp-image-1897\" /><figcaption> Mariah Carey says she started doing music out of a necessity to survive.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mariah Carey had a \"tough\" childhood.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>We Belong Together</strong> star got candid about her younger life as she spoke to campers at her Camp Mariah, which allows young people to explore their interests in classes like film, photography, fashion and arts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Asked in a Q&amp;A who inspired her, she said: \"I had kind of a tough time growing up with my family and stuff like that, so music was my sole inspiration really. So, I kind of didn\'t have that one person that I said: \'That\'s who I want to be.\' I had to figure it out on my own. So, I started working very young, I worked, I did background vocals ... learned about the studio, really put the time in.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I had kind of a tough time growing up with my family and stuff like that, so music was my sole inspiration really.\" </p><cite> — Mariah Carey</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Mariah had previously confessed she still feels like a \"lost child\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"Icon? I really don\'t think of myself in that way. I started making music out of a necessity to survive and to express myself, and I just wanted to create something so I could feel worthy of existing, and if I\'ve learned anything - anything at all in this life - it\'s that truly all things are possible with God.”  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She continued: “I guess I just always felt like an outsider. Someone who doesn\'t quite belong anywhere, and I still feel like that lost interracial child who had a lot of nerve to believe I could succeed at anything at all in this world, but I did believe because I had to.” </p>\n<!-- /wp:paragraph -->','Mariah Carey opens up about \'tough\' childhood','','publish','closed','closed','','mariah-carey-opens-up-about-tough-childhood','','','2019-08-13 14:57:23','2019-08-13 19:57:23','',0,'https://buzz-caribbean.com/?p=1895',0,'post','',0),(1896,4,'2019-08-06 13:46:43','2019-08-06 18:46:43','<!-- wp:paragraph -->\n<p><strong>Five reasons Jamaican celebs are against mining in\nthe Cockpit Country</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1886} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cockpit-country-1024x600.jpg\" alt=\"\" class=\"wp-image-1886\" /><figcaption>Local celebrities have joined the fight to stop mining in the Cockpit Country. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bounty Killa, Mr. Vegas, Queen Ifrica and Kabaka\nPyramid are amongst the many celebrities that have joined the coalition to\nprotect the Cockpit Country from mining.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1894} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kabaka-pyramid4.jpg\" alt=\"\" class=\"wp-image-1894\" /><figcaption>Kabaka Pyramid is among entertainers who are lobbying against mining in the Cockpit Country. (Photos courtesy Facebook/Kabaka Pyramid)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Cockpit Country is a wet limestone forest spanning the parishes of Trelawney and St. Elizabeth. It is home to many endemic plants and animals such as the Jamaican Swallowtail and the Jamaican boa. In the 1700s, the Maroons fled slavery and escaped to the Cockpit Country where they formed communities that were not controlled by the Spanish and British colonists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So why are the celebs supporting the efforts to\nstop bauxite mining? Here are five reasons:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>The Cockpit Country covers five watersheds that supply major rivers. The clean water is supplied by the forest and any contamination from mining will threaten an estimated 40 per cent of all Jamaica’s underground water sources.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>The forest includes a large diversity of plants and animals some of\nwhich cannot be found anywhere else in the world but Jamaica. The Jamaican\ngovernment signed the 1992 UN Convention on Biodiversity making a commitment to\nprotect its unique natural resources.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":1888} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jamaican-boa-.jpg\" alt=\"\" class=\"wp-image-1888\" /><figcaption>The Jamaican Boa can are one of various animal species found only in the Cockpit Country. (Photo courtesy of Hope Zoo)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>The Cockpit Country is a historic site. The Maroons used the terrain as\ntactical advantage over the British in the 18<sup>th</sup>&nbsp;century. To\nthis day, they still live in communities such as Accompong Town. An annual\ncelebration is held every year on Jan 6 at Accompong in St Elizabeth.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Known as a research hub. There are many studies conducted and still\nongoing on the wide variety of plants, birds, reptiles, mammals, invertebrates\nand amphibians that call this forest home.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":1889} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jerk-pork.jpg\" alt=\"\" class=\"wp-image-1889\" /><figcaption>Jerk pork is said to have originated with Maroons. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>It was in the Cockpit country that jerk pork originated. That’s right. The Maroons prepared meat for storage without creating smoke that the British military could see. The cultural, biological and geographical significance of the Cockpit country cannot be denied. It is no wonder so many people are fighting to protect this one of a kind forest reserve.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','1885-revision-v1','','','2019-08-06 13:46:43','2019-08-06 18:46:43','',1885,'https://buzz-caribbean.com/article/1885-revision-v1/',0,'revision','',0),(1897,9,'2019-08-06 13:46:54','2019-08-06 18:46:54','','Mariah Carey celebrates her boyfriend Bryan Tanaka\'s 35th Birthday with friends at \'Mastro\'s Steak House\' in Beverly Hills, CA','First pictures of Mariah Carey since she spoke out about suffering Bipolar as she celebrates her boyfriend Bryan Tanaka\'s 35th Birthday with friends at \'Mastro\'s Steak House\' in Beverly Hills, CA\n<P>\nPictured: Mariah Carey, Bryan Tanaka\n<B>Ref: SPL1680341  120418  </B><BR />\nPicture by: SPW / Splash News<BR />\n</P><P>\n<B>Splash News and Pictures</B><BR />\nLos Angeles:	310-821-2666<BR />\nNew York:	212-619-2666<BR />\nLondon:	870-934-2666<BR />\nphotodesk@splashnews.com<BR />\n</P>','inherit','closed','closed','','mariah-carey-celebrates-her-boyfriend-bryan-tanakas-35th-birthday-with-friends-at-mastros-steak-house-in-beverly-hills-ca','','','2019-08-06 13:50:08','2019-08-06 18:50:08','',1895,'https://buzz-caribbean.com/app/uploads/2019/08/mariah-carey.jpg',0,'attachment','image/jpeg',0),(1898,9,'2019-08-06 13:50:18','2019-08-06 18:50:18','<!-- wp:image {\"id\":1897} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mariah-carey.jpg\" alt=\"\" class=\"wp-image-1897\" /><figcaption> Mariah Carey says she started doing music out of a necessity to survive.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mariah Carey had a \"tough\" childhood.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'We Belong Together\' star got candid about her younger life as she spoke to campers at her Camp Mariah, which allows young people to explore their interests in classes like film, photography, fashion and arts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Asked in a Q&amp;A who inspired her, she said: \"I had kind of a tough time growing up with my family and stuff like that, so music was my sole inspiration really. So, I kind of didn\'t have that one person that I said: \'That\'s who I want to be.\' I had to figure it out on my own. So, I started working very young, I worked, I did background vocals ... learned about the studio, really put the time in.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I had kind of a tough time growing up with my family and stuff like that, so music was my sole inspiration really.\" </p><cite>- Mariah Carey</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Mariah had previously confessed she still feels like a \"lost child\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"Icon? I really don\'t think of myself in that way. I started making music out of a necessity to survive and to express myself, and I just wanted to create something so I could feel worthy of existing, and if I\'ve learned anything - anything at all in this life - it\'s that truly all things are possible with God.”  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She continued: “I guess I just always felt like an outsider. Someone who doesn\'t quite belong anywhere, and I still feel like that lost interracial child who had a lot of nerve to believe I could succeed at anything at all in this world, but I did believe because I had to.” </p>\n<!-- /wp:paragraph -->','Mariah Carey opens up about \'tough\' childhood','','inherit','closed','closed','','1895-revision-v1','','','2019-08-06 13:50:18','2019-08-06 18:50:18','',1895,'https://buzz-caribbean.com/article/1895-revision-v1/',0,'revision','',0),(1900,4,'2019-08-06 13:53:35','2019-08-06 18:53:35','','kabaka-pyramid4-1','','inherit','closed','closed','','kabaka-pyramid4-1','','','2019-08-06 13:53:35','2019-08-06 18:53:35','',1885,'https://buzz-caribbean.com/app/uploads/2019/08/kabaka-pyramid4-1.jpg',0,'attachment','image/jpeg',0),(1901,21,'2019-08-06 14:00:26','2019-08-06 19:00:26','<!-- wp:image {\"id\":1902} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Iggy.jpg\" alt=\"\" class=\"wp-image-1902\" /><figcaption>Iggy Azalea is now an independent artiste under the Bad Dreams label. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Iggy Azalea \"fights tooth and nail\" for the chances she\'s been given in her career.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 29-year-old Australian rapper has opened up about releasing her second studio album <strong>In My Defense</strong> last month, which is her first project since leaving Island Records, to become an independent artiste under Bad Dreams. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking in the September issue of Cosmopolitan, Iggy said: \"I guess I\'m sort of my own boss - well, I am my own boss. I should say that with authority: I am my own boss. You get as many shots as you are able to persevere for in life, no matter what you do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I\'m going to make the same music and still be ridiculous and larger than life.\" </p><cite> — Iggy Azalea </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"You get as many chances as you\'re willing to sit there and f***ing really fight for tooth and nail. And I\'m not going to stop fighting for a second chance until somebody f***ing gives me one, and then I\'m not going to f**k it up.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Fancy</strong> hitmaker wants to stay true to her own sound and keep her music \"larger than life\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She added: \"I\'m going to make the same music and still be ridiculous and larger than life. So, I can\'t be that f**king sorry about it. You\'re suddenly mega f***ing famous within a few months.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\">Iggy shot to fame following her 2013 single \'Work\' from her debut album \'The New Classic\', and the star insisted her fast fame meant she had to grow up quickly. </p>\n<!-- /wp:paragraph -->','Iggy Azalea: I fought tooth and nail for chances','','publish','closed','closed','','iggy-azalea-i-fought-tooth-and-nail-for-chances','','','2019-08-13 14:57:12','2019-08-13 19:57:12','',0,'https://buzz-caribbean.com/?p=1901',0,'post','',0),(1902,9,'2019-08-06 13:57:53','2019-08-06 18:57:53','','Iggy Azalea    2014 Billboard Music Awar..........','Iggy Azalea\n\n\n\n2014 Billboard Music Awards - Arrivals\n\nat the MGM Grand Garden Arena\n\nMay 18, 2014 - Las Vegas, Nevada','inherit','closed','closed','','iggy-azalea-2014-billboard-music-awar','','','2019-08-06 13:58:59','2019-08-06 18:58:59','',1901,'https://buzz-caribbean.com/app/uploads/2019/08/Iggy.jpg',0,'attachment','image/jpeg',0),(1903,4,'2019-08-06 13:59:08','2019-08-06 18:59:08','<!-- wp:image {\"id\":1886} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cockpit-country-1024x600.jpg\" alt=\"\" class=\"wp-image-1886\" /><figcaption>Local celebrities have joined the fight to stop mining in the Cockpit Country. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bounty Killa, Mr. Vegas, Queen Ifrica and Kabaka\nPyramid are amongst the many celebrities that have joined the coalition to\nprotect the Cockpit Country from mining.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1900} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kabaka-pyramid4-1.jpg\" alt=\"\" class=\"wp-image-1900\" /><figcaption>Kabaka Pyramid is among entertainers speaking against mining in the Cockpit Country. (Photo courtesy Facebook/Kabaka Pyramid)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Cockpit Country is a wet limestone forest spanning the parishes of Trelawney and St. Elizabeth. It is home to many endemic plants and animals such as the Jamaican Swallowtail and the Jamaican boa. In the 1700s, the Maroons fled slavery and escaped to the Cockpit Country where they formed communities that were not controlled by the Spanish and British colonists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So why are the celebs supporting the efforts to\nstop bauxite mining? Here are five reasons:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>The Cockpit Country covers five watersheds that supply major rivers. The clean water is supplied by the forest and any contamination from mining will threaten an estimated 40 per cent of all Jamaica’s underground water sources.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>The forest includes a large diversity of plants and animals some of\nwhich cannot be found anywhere else in the world but Jamaica. The Jamaican\ngovernment signed the 1992 UN Convention on Biodiversity making a commitment to\nprotect its unique natural resources.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":1888} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jamaican-boa-.jpg\" alt=\"\" class=\"wp-image-1888\" /><figcaption>The Jamaican Boa are one of several species of animal found only in the Cockpit Country. (Photo courtesy of Hope Zoo)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>The Cockpit Country is a historic site. The Maroons used the terrain as tactical advantage over the British in the 18<sup>th</sup> century. To this day, they still live in communities such as Accompong Town. An annual celebration is held every year on Jan 6 at Accompong in St Elizabeth.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Known as a research hub. There are many studies conducted and still\nongoing on the wide variety of plants, birds, reptiles, mammals, invertebrates\nand amphibians that call this forest home.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":1889} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jerk-pork.jpg\" alt=\"\" class=\"wp-image-1889\" /><figcaption>Jerk pork is said to have originated with Maroons. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>It was in the Cockpit country that jerk pork originated. That’s right. The Maroons prepared meat for storage without creating smoke that the British military could see. The cultural, biological and geographical significance of the Cockpit country cannot be denied. It is no wonder so many people are fighting to protect this one of a kind forest reserve.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Five reasons Jamaican celebs are against mining in the Cockpit Country','','inherit','closed','closed','','1885-revision-v1','','','2019-08-06 13:59:08','2019-08-06 18:59:08','',1885,'https://buzz-caribbean.com/article/1885-revision-v1/',0,'revision','',0),(1904,9,'2019-08-06 13:59:55','2019-08-06 18:59:55','<!-- wp:image {\"id\":1902} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Iggy.jpg\" alt=\"\" class=\"wp-image-1902\" /><figcaption>Iggy Azalea is now an independent artiste under the Bad Dreams label. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Iggy Azalea \"fights tooth and nail\" for the chances she\'s been given in her career.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 29-year-old Australian rapper has opened up about releasing her second studio album \'In My Defense\' last month, which is her first project since leaving Island Records, to become an independent artiste under Bad Dreams. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking in the September issue of <strong>Cosmopolitan</strong>, Iggy said: \"I guess I\'m sort of my own boss - well, I am my own boss. I should say that with authority: I am my own boss. You get as many shots as you are able to persevere for in life, no matter what you do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I\'m going to make the same music and still be ridiculous and larger than life.\" </p><cite>-  Iggy Azalea </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"You get as many chances as you\'re willing to sit there and f***ing really fight for tooth and nail. And I\'m not going to stop fighting for a second chance until somebody f***ing gives me one, and then I\'m not going to f**k it up.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'Fancy\' hitmaker wants to stay true to her own sound and keep her music \"larger than life\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She added: \"I\'m going to make the same music and still be ridiculous and larger than life. So, I can\'t be that f**king sorry about it. You\'re suddenly mega f***ing famous within a few months.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\">Iggy shot to fame following her 2013 single \'Work\' from her debut album \'The New Classic\', and the star insisted her fast fame meant she had to grow up quickly. </p>\n<!-- /wp:paragraph -->','Iggy Azalea: I fought tooth and nail for chances','','inherit','closed','closed','','1901-revision-v1','','','2019-08-06 13:59:55','2019-08-06 18:59:55','',1901,'https://buzz-caribbean.com/article/1901-revision-v1/',0,'revision','',0),(1905,9,'2019-08-06 14:02:32','2019-08-06 19:02:32','<!-- wp:image {\"id\":1891,\"width\":580,\"height\":386} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/C-Diva2-1024x682.jpg\" alt=\"\" class=\"wp-image-1891\" width=\"580\" height=\"386\" /><figcaption>C-Diva is excited about her upcoming EP.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Emerging recording artiste C-Diva says she is\npleased with the public response to her single, ‘Broken’, that was released in\nMarch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That response has given her the confidence, she\nsays, to enter the market again with an EP that is set for release by the end\nof the year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"I want to thank all the DJs around the world who are playing my song.\" </p><cite>- C-Diva</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I’m so excited about my EP. We have recorded some\nexcellent tracks so far,” said the artiste, who is signed to Inferno Camp\nRecords. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s going to be a fantastic project. My team,\nwhich consists of Richard Evans, Emelio Harris and Orlando Harris, has not\ndecided on a release date for the EP as yet, but we plan to put it out before\nthe end of the year.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1892} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cdiva4.jpg-new.jpg\" alt=\"\" class=\"wp-image-1892\" /><figcaption>C-Diva received a confidence boost after releasing her song, \'Broken\'. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A lot of her confidence has come from the response\nto ‘Broken’, which has received generous play on radio stations both locally\nand overseas, she claims.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This was my first release, and I’m pleased with\nthe response that it’s getting. I want to thank all the DJs around the world\nwho are playing my song. I’m grateful for their support,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I’m so excited about my EP. We have recorded some excellent tracks so far.\" </p><cite>- C-Diva</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As ‘Broken’ gains traction, C-Diva is already on the\nverge of releasing her second single, ‘New Man In My Life’, that is set for release\nby the end of August.\n\nHowever, this is not her\nfirst attempt at a career in music. The entertainer, whose real name is Cassandra\nSmith, was part of a band called the Impressions in the 90s. Her time with the\nband was short-lived, as she got pregnant and put her career on hold to give birth\nto and raise her now 20-year-old daughter. She also has a 15-year-old daughter.\n\n\n\n</p>\n<!-- /wp:paragraph -->','After a long wait, C-Diva is now ready for the spotlight','','inherit','closed','closed','','1890-revision-v1','','','2019-08-06 14:02:32','2019-08-06 19:02:32','',1890,'https://buzz-caribbean.com/article/1890-revision-v1/',0,'revision','',0),(1906,4,'2019-08-06 14:03:36','2019-08-06 19:03:36','<!-- wp:image {\"id\":1886} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cockpit-country-1024x600.jpg\" alt=\"\" class=\"wp-image-1886\" /><figcaption>Local celebrities have joined the fight to stop mining in the Cockpit Country. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bounty Killa, Mr. Vegas, Queen Ifrica and Kabaka\nPyramid are amongst the many celebrities that have joined the coalition to\nprotect the Cockpit Country from mining.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1900} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kabaka-pyramid4-1.jpg\" alt=\"\" class=\"wp-image-1900\" /><figcaption>Kabaka Pyramid is among entertainers speaking against mining in the Cockpit Country. (Photo courtesy Facebook/Kabaka Pyramid)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Cockpit Country is a wet limestone forest spanning the parishes of Trelawney and St. Elizabeth. It is home to many endemic plants and animals such as the Jamaican Swallowtail and the Jamaican boa. In the 1700s, the Maroons fled slavery and escaped to the Cockpit Country where they formed communities that were not controlled by the Spanish and British colonists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So why are the celebs supporting the efforts to\nstop bauxite mining? Here are five reasons:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>The Cockpit Country covers five watersheds that supply major rivers. The clean water is supplied by the forest and any contamination from mining will threaten an estimated 40 per cent of all Jamaica’s underground water sources.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>The forest includes a large diversity of plants and animals some of\nwhich cannot be found anywhere else in the world but Jamaica. The Jamaican\ngovernment signed the 1992 UN Convention on Biodiversity making a commitment to\nprotect its unique natural resources.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":1888} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jamaican-boa-.jpg\" alt=\"\" class=\"wp-image-1888\" /><figcaption>The Jamaican Boa are one of several species of animal found only in the Cockpit Country. (Photo courtesy of Hope Zoo)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>The Cockpit Country is a historic site. The Maroons used the terrain as tactical advantage over the British in the 18<sup>th</sup> century. To this day, they still live in communities such as Accompong Town. An annual celebration is held every year on Jan 6 at Accompong in St Elizabeth.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Known as a research hub. There are many studies conducted and still\nongoing on the wide variety of plants, birds, reptiles, mammals, invertebrates\nand amphibians that call this forest home.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":1889} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jerk-pork.jpg\" alt=\"\" class=\"wp-image-1889\" /><figcaption>Jerk pork is said to have originated with Maroons. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>It was in the Cockpit country that jerk pork originated. That’s right. The Maroons prepared meat for storage without creating smoke that the British military could see. The cultural, biological and geographical significance of the Cockpit country cannot be denied. It is no wonder so many people are fighting to protect this one of a kind forest reserve.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:custom-blocky/related-link {\"linkURL\":\"https://buzz-caribbean.com/article/spragga-benz-urges-jamaicans-to-sign-cockpit-country-petition/\",\"linkText\":\"Spragga Benz urges Jamaicans to sign Cockpit Country petition\"} -->\n<div class=\"wp-block-custom-blocky-related-link block-related-link\"><a href=\"https://buzz-caribbean.com/article/spragga-benz-urges-jamaicans-to-sign-cockpit-country-petition/\" target=\"_blank\" title=\"Spragga Benz urges Jamaicans to sign Cockpit Country petition\" rel=\"noopener noreferrer\">Spragga Benz urges Jamaicans to sign Cockpit Country petition</a></div>\n<!-- /wp:custom-blocky/related-link -->','Five reasons Jamaican celebs are against mining in the Cockpit Country','','inherit','closed','closed','','1885-revision-v1','','','2019-08-06 14:03:36','2019-08-06 19:03:36','',1885,'https://buzz-caribbean.com/article/1885-revision-v1/',0,'revision','',0),(1907,4,'2019-08-06 14:05:13','2019-08-06 19:05:13','<!-- wp:image {\"id\":1886} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cockpit-country-1024x600.jpg\" alt=\"\" class=\"wp-image-1886\" /><figcaption>Local celebrities have joined the fight to stop mining in the Cockpit Country. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bounty Killa, Mr. Vegas, Queen Ifrica, <a href=\"https://buzz-caribbean.com/article/spragga-benz-urges-jamaicans-to-sign-cockpit-country-petition/\">Spragga Benz</a> and Kabaka Pyramid are amongst the many celebrities that have joined the coalition to protect the Cockpit Country from mining.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1900} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kabaka-pyramid4-1.jpg\" alt=\"\" class=\"wp-image-1900\" /><figcaption>Kabaka Pyramid is among entertainers speaking against mining in the Cockpit Country. (Photo courtesy Facebook/Kabaka Pyramid)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Cockpit Country is a wet limestone forest spanning the parishes of Trelawney and St. Elizabeth. It is home to many endemic plants and animals such as the Jamaican Swallowtail and the Jamaican boa. In the 1700s, the Maroons fled slavery and escaped to the Cockpit Country where they formed communities that were not controlled by the Spanish and British colonists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So why are the celebs supporting the efforts to\nstop bauxite mining? Here are five reasons:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>The Cockpit Country covers five watersheds that supply major rivers. The clean water is supplied by the forest and any contamination from mining will threaten an estimated 40 per cent of all Jamaica’s underground water sources.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>The forest includes a large diversity of plants and animals some of\nwhich cannot be found anywhere else in the world but Jamaica. The Jamaican\ngovernment signed the 1992 UN Convention on Biodiversity making a commitment to\nprotect its unique natural resources.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":1888} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jamaican-boa-.jpg\" alt=\"\" class=\"wp-image-1888\" /><figcaption>The Jamaican Boa are one of several species of animal found only in the Cockpit Country. (Photo courtesy of Hope Zoo)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>The Cockpit Country is a historic site. The Maroons used the terrain as tactical advantage over the British in the 18<sup>th</sup> century. To this day, they still live in communities such as Accompong Town. An annual celebration is held every year on Jan 6 at Accompong in St Elizabeth.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Known as a research hub. There are many studies conducted and still\nongoing on the wide variety of plants, birds, reptiles, mammals, invertebrates\nand amphibians that call this forest home.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":1889} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jerk-pork.jpg\" alt=\"\" class=\"wp-image-1889\" /><figcaption>Jerk pork is said to have originated with Maroons. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>It was in the Cockpit country that jerk pork originated. That’s right. The Maroons prepared meat for storage without creating smoke that the British military could see. The cultural, biological and geographical significance of the Cockpit country cannot be denied. It is no wonder so many people are fighting to protect this one of a kind forest reserve.</li></ul>\n<!-- /wp:list -->','Five reasons Jamaican celebs are against mining in the Cockpit Country','','inherit','closed','closed','','1885-revision-v1','','','2019-08-06 14:05:13','2019-08-06 19:05:13','',1885,'https://buzz-caribbean.com/article/1885-revision-v1/',0,'revision','',0),(1910,4,'2019-08-06 14:49:17','2019-08-06 19:49:17','<!-- wp:paragraph -->\n<p>Supermodel Winnie\nHarlow popped into Jamaica over the Emancipation weekend to enjoy herself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Canadian, who\nhas Jamaican roots, seems to have extended her birthday celebrations and\nbrought the vibe to Jamaica. Harlow and friends came in what seems the mood to\nenjoy the Dream Weekend festivities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1914} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Harlow-1024x639.jpg\" alt=\"\" class=\"wp-image-1914\" /><figcaption>Supermodel Winnie Harlow partied in Jamaica with friends as part of her birthday celebrations.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Harlow stayed at\nthe Royalton Negril where she seemed to have thoroughly enjoyed herself and\nparticipated in the activities that they had on offer. One of these was\nparasailing to which she thanked the hotel for showing her a new view of\nJamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0txEwyFIst/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0txEwyFIst/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Harlow came to\nprominence when she appeared on America Next Top Model and taken under the\nwings of Tyra Banks. She was the first Canadian to enter that competition but\nshe didn\'t win.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has diagnosed\nwith vitiligo which leaves section of her skin white.</p>\n<!-- /wp:paragraph -->','Winnie Harlow parties up a storm in Negril','','publish','closed','closed','','winnie-harlow-party-up-a-storm-in-negril','','','2019-08-07 12:20:25','2019-08-07 17:20:25','',0,'https://buzz-caribbean.com/?p=1910',0,'post','',0),(1911,21,'2019-08-06 14:43:58','2019-08-06 19:43:58','<!-- wp:image {\"id\":1912} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bebe.jpg\" alt=\"\" class=\"wp-image-1912\" /><figcaption>Bebe Rexha says she wants to help other women to love themselves. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bebe Rexha wants to \"inspire and empower\" women to love themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The<strong> Say My Name</strong> hitmaker knows only too well what it is like to have self-confidence issues, and she hopes that by speaking up about how she feels, it will help others.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In support of her new deal with bebe clothing, she said: \"It\'s incredible to be part of this bebe campaign. It\'s not only about me loving the brand, but more importantly about me loving myself! I hope to inspire and empower women all over the world with this message of self-love. I believe it is super important. I grew up wearing bebe. It was the coolest piece of fashion you could have, so to be able to mix fashion and my music is so fun.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"People make it seem like self-love is so easy, but self-love is a constant journey.\" </p><cite>— Bebe Rexha </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Bebe Rexha previously admitted she has been on a \"constant journey\" to self-love.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"People make it seem like self-love is so easy, but self-love is a constant journey. I\'ve learned that we say a lot of mean things to ourselves, especially when we look at ourselves in the mirror. I do it all the time too. But you have to start saying positive things to yourself.\"</p>\n<!-- /wp:paragraph -->','Bebe Rexha wants to empower women','','publish','closed','closed','','bebe-rexha-wants-to-empower-women','','','2019-08-13 14:57:05','2019-08-13 19:57:05','',0,'https://buzz-caribbean.com/?p=1911',0,'post','',0),(1912,9,'2019-08-06 14:30:45','2019-08-06 19:30:45','','NORESTRICTIONS','Bebe Rexha attending arrivals for The Fragrance Foundation Awards at Lincoln Center on June 5, 2019 in New York City.\n\nBANG MEDIA INTERNATIONAL FAMOUS PICTURES 28 HOLMES ROAD LONDON NW5 3AB UNITED KINGDOM tel +44 (0) 20 7485 1005 e-mail pictures@famous.uk.com','inherit','closed','closed','','norestrictions-2','','','2019-08-06 14:33:33','2019-08-06 19:33:33','',1911,'https://buzz-caribbean.com/app/uploads/2019/08/bebe.jpg',0,'attachment','image/jpeg',0),(1913,9,'2019-08-06 14:33:36','2019-08-06 19:33:36','<!-- wp:image {\"id\":1912} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bebe.jpg\" alt=\"\" class=\"wp-image-1912\" /><figcaption>Bebe Rexha says she wants to help other women to love themselves. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bebe Rexha wants to \"inspire and empower\" women to love themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'Say My Name\' hitmaker knows only too well what it is like to have self-confidence issues, and she hopes that by speaking up about how she feels, it will help others. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In support of her new deal with bebe clothing, she said: \"It\'s incredible to be part of this bebe campaign. It\'s not only about me loving the brand, but more importantly about me loving myself! I hope to inspire and empower women all over the world with this message of self-love. I believe it is super important. I grew up wearing bebe. It was the coolest piece of fashion you could have, so to be able to mix fashion and my music is so fun.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"People make it seem like self-love is so easy, but self-love is a constant journey.\" </p><cite>-  Bebe Rexha </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Bebe Rexha previously admitted she has been on a \"constant journey\" to self-love.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"People make it seem like self-love is so easy, but self-love is a constant journey. I\'ve learned that we say a lot of mean things to ourselves, especially when we look at ourselves in the mirror. I do it all the time too. But you have to start saying positive things to yourself.\"</p>\n<!-- /wp:paragraph -->','Bebe Rexha wants to empower women','','inherit','closed','closed','','1911-revision-v1','','','2019-08-06 14:33:36','2019-08-06 19:33:36','',1911,'https://buzz-caribbean.com/article/1911-revision-v1/',0,'revision','',0),(1914,4,'2019-08-06 14:36:39','2019-08-06 19:36:39','','Harlow','','inherit','closed','closed','','harlow','','','2019-08-06 14:36:39','2019-08-06 19:36:39','',1910,'https://buzz-caribbean.com/app/uploads/2019/08/Harlow.jpg',0,'attachment','image/jpeg',0),(1915,9,'2019-08-06 14:43:58','2019-08-06 19:43:58','<!-- wp:image {\"id\":1912} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bebe.jpg\" alt=\"\" class=\"wp-image-1912\" /><figcaption>Bebe Rexha says she wants to help other women to love themselves. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bebe Rexha wants to \"inspire and empower\" women to love themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'Say My Name\' hitmaker knows only too well what it is like to have self-confidence issues, and she hopes that by speaking up about how she feels, it will help others.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In support of her new deal with bebe clothing, she said: \"It\'s incredible to be part of this bebe campaign. It\'s not only about me loving the brand, but more importantly about me loving myself! I hope to inspire and empower women all over the world with this message of self-love. I believe it is super important. I grew up wearing bebe. It was the coolest piece of fashion you could have, so to be able to mix fashion and my music is so fun.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"People make it seem like self-love is so easy, but self-love is a constant journey.\" </p><cite>-  Bebe Rexha </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Bebe Rexha previously admitted she has been on a \"constant journey\" to self-love.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"People make it seem like self-love is so easy, but self-love is a constant journey. I\'ve learned that we say a lot of mean things to ourselves, especially when we look at ourselves in the mirror. I do it all the time too. But you have to start saying positive things to yourself.\"</p>\n<!-- /wp:paragraph -->','Bebe Rexha wants to empower women','','inherit','closed','closed','','1911-revision-v1','','','2019-08-06 14:43:58','2019-08-06 19:43:58','',1911,'https://buzz-caribbean.com/article/1911-revision-v1/',0,'revision','',0),(1916,4,'2019-08-06 14:47:57','2019-08-06 19:47:57','<!-- wp:paragraph -->\n<p>Supermodel Winnie\nHarlow popped into Jamaica over the Emancipation weekend to enjoy herself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1914} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Harlow-1024x639.jpg\" alt=\"\" class=\"wp-image-1914\" /><figcaption>Supermodel Winnie Harlow partied in Jamaica with friends as part of her birthday celebrations.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Canadian, who\nhas Jamaican roots, seems to have extended her birthday celebrations and\nbrought the vibe to Jamaica. Harlow and friends came in what seems the mood to\nenjoy the Dream Weekend festivities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0vxelZDvzt/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0vxelZDvzt/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Harlow stayed at\nthe Royalton Negril where she seemed to have thoroughly enjoyed herself and\nparticipated in the activities that they had on offer. One of these was\nparasailing to which she thanked the hotel for showing her a new view of\nJamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0txEwyFIst/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0txEwyFIst/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Harlow came to\nprominence when she appeared on America Next Top Model and taken under the\nwings of Tyra Banks. She was the first Canadian to enter that competition but\nshe didn\'t win.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has diagnosed\nwith vitiligo which leaves section of her skin white.</p>\n<!-- /wp:paragraph -->','Winnie Harlow party up a storm in Negril','','inherit','closed','closed','','1910-revision-v1','','','2019-08-06 14:47:57','2019-08-06 19:47:57','',1910,'https://buzz-caribbean.com/article/1910-revision-v1/',0,'revision','',0),(1917,4,'2019-08-06 14:51:24','2019-08-06 19:51:24','<!-- wp:paragraph -->\n<p>Supermodel Winnie\nHarlow popped into Jamaica over the Emancipation weekend to enjoy herself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Canadian, who\nhas Jamaican roots, seems to have extended her birthday celebrations and\nbrought the vibe to Jamaica. Harlow and friends came in what seems the mood to\nenjoy the Dream Weekend festivities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1914} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Harlow-1024x639.jpg\" alt=\"\" class=\"wp-image-1914\" /><figcaption>Supermodel Winnie Harlow partied in Jamaica with friends as part of her birthday celebrations.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Harlow stayed at\nthe Royalton Negril where she seemed to have thoroughly enjoyed herself and\nparticipated in the activities that they had on offer. One of these was\nparasailing to which she thanked the hotel for showing her a new view of\nJamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0txEwyFIst/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0txEwyFIst/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Harlow came to\nprominence when she appeared on America Next Top Model and taken under the\nwings of Tyra Banks. She was the first Canadian to enter that competition but\nshe didn\'t win.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has diagnosed\nwith vitiligo which leaves section of her skin white.</p>\n<!-- /wp:paragraph -->','Winnie Harlow party up a storm in Negril','','inherit','closed','closed','','1910-revision-v1','','','2019-08-06 14:51:24','2019-08-06 19:51:24','',1910,'https://buzz-caribbean.com/article/1910-revision-v1/',0,'revision','',0),(1918,9,'2019-08-06 14:52:45','2019-08-06 19:52:45','','Sanjay-Nelson-A','','inherit','closed','closed','','sanjay-nelson-a','','','2019-08-06 14:52:45','2019-08-06 19:52:45','',1082,'https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-A.jpg',0,'attachment','image/jpeg',0),(1919,9,'2019-08-06 14:53:11','2019-08-06 19:53:11','','Sanjay-Nelson-BB','','inherit','closed','closed','','sanjay-nelson-bb','','','2019-08-06 14:53:11','2019-08-06 19:53:11','',1082,'https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-BB.jpg',0,'attachment','image/jpeg',0),(1920,9,'2019-08-06 14:54:23','2019-08-06 19:54:23','','IMG-20190729-WA0003','','inherit','closed','closed','','img-20190729-wa0003-2','','','2019-08-06 14:54:23','2019-08-06 19:54:23','',1082,'https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190729-WA0003.jpg',0,'attachment','image/jpeg',0),(1921,9,'2019-08-06 14:54:24','2019-08-06 19:54:24','','IMG-20190729-WA0006','','inherit','closed','closed','','img-20190729-wa0006-2','','','2019-08-06 14:54:24','2019-08-06 19:54:24','',1082,'https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190729-WA0006.jpg',0,'attachment','image/jpeg',0),(1922,9,'2019-08-06 14:58:27','2019-08-06 19:58:27','','Sanjay-Nelson-CCC','','inherit','closed','closed','','sanjay-nelson-ccc','','','2019-08-06 14:58:27','2019-08-06 19:58:27','',1082,'https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-CCC.jpg',0,'attachment','image/jpeg',0),(1923,9,'2019-08-06 14:58:29','2019-08-06 19:58:29','','Sanjay-Nelson-DDDD','','inherit','closed','closed','','sanjay-nelson-dddd','','','2019-08-06 14:58:29','2019-08-06 19:58:29','',1082,'https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-DDDD.jpg',0,'attachment','image/jpeg',0),(1925,9,'2019-08-06 15:03:05','2019-08-06 20:03:05','<!-- wp:image {\"id\":1918} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-A-1024x683.jpg\" alt=\"\" class=\"wp-image-1918\" /><figcaption>Sanjay Nelson is the owner of  Jae Epic Designer Trendy Fashion Collection.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sanjay\nNelson’s small stature made it difficult for clothing to fit him the way he\nwanted them to. So, it was\nno surprise that when he was 14 years old he began\naltering his garments by hand. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite being\ntalented in fashion, Nelson was more fixated on football. And after leaving Seaforth\nHigh School in St Thomas, he went on to work in a supermarket, before landing a\njob at beverage company Wisynco. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1919} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-BB.jpg\" alt=\"\" class=\"wp-image-1919\" /><figcaption>Sanjay Nelson did a course in fashion designing last year. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After\nignoring his gift for quite some time, 22-year-old Nelson, who lives in\nPortmore, St Catherine, eventually asked his dad to purchase a sewing machine for\nhim although he did not know how to use one.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  “After I posted my work on Instagram, I have been getting calls from all<br> over.” </p><cite>- Sanjay Nelson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>While he was at home waiting to get a call from the Heart Garmex Academy, one of his friends told him that a popular sandals company in Kingston wanted someone to stitch leather. Even though he needed the job, Nelson said he was elated when the institution contacted him in August 2018 to do a course in fashion designing. <br> <br>“I need the understanding to construct patterns and designs, that’s why I go to school,” said the father of a two-year-old boy.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1923,1922]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-DDDD-1024x683.jpg\" alt=\"\" data-id=\"1923\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/sanjay-nelson-dddd/\" class=\"wp-image-1923\" /><figcaption>Epic Rigs have been worn by numerous Jamaican celebrities. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-CCC-1024x683.jpg\" alt=\"\" data-id=\"1922\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/sanjay-nelson-ccc/\" class=\"wp-image-1922\" /><figcaption>Sanjay Nelson shows off his creation. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>A year since enrolling at the Kingston-based training facility, Nelson, who is the founder of Jae Epic Designer Trendy Fashion Collection, has created a niche in the entertainment and fashion industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Inspired by the variety of chest rig bags that are trending across the world, Nelson created his line, ‘Epic Rigs’, that has been featured and worn by Jamaican celebrities like Sizzla, Chronic Law and Hot Frass. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1920,1921]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190729-WA0003-768x1024.jpg\" alt=\"\" data-id=\"1920\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/img-20190729-wa0003-2/\" class=\"wp-image-1920\" /><figcaption> Sizzla sporting one of Sanjay Nelson\'s pieces.  </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190729-WA0006.jpg\" alt=\"\" data-id=\"1921\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/img-20190729-wa0006-2/\" class=\"wp-image-1921\" /><figcaption> Entertainer Hot Frass makes a statement with one of the \'Epic Rigs\'. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“After I posted my work on Instagram, I have been getting calls from all over,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Emphasising on his love for patterns, Nelson, who plans to further his studies in fashion designing, said he is looking forward to creating tuxedos and bridal gowns.</p>\n<!-- /wp:paragraph -->','Sanjay Nelson answers fashion calling','','inherit','closed','closed','','1082-revision-v1','','','2019-08-06 15:03:05','2019-08-06 20:03:05','',1082,'https://buzz-caribbean.com/article/1082-revision-v1/',0,'revision','',0),(1927,4,'2019-08-06 15:28:21','2019-08-06 20:28:21','<!-- wp:image {\"id\":1928} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/shaggy.jpg\" alt=\"\" class=\"wp-image-1928\" /><figcaption>Shaggy set to play Sebastian in the live musical adaptation of Little Mermaid </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican reggae superstar Shaggy is set to play Sebastian the crab in the <strong>Little Mermaid</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, it\'s not the version that everyone is imagining. He will be playing Sebastian in a live musical adaptation of the Hans Christian Andersen\'s children\'s book. Sebastian was portrayed as a crab with a Jamaican accent during the cartoon editions of the book.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1929} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/queen-latifah-1024x576.jpg\" alt=\"\" class=\"wp-image-1929\" /><figcaption>American Queen Latifah will play the villainous Ursula.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Shaggy will join American entertainer Queen Latifah in the venture. She will play the villainous Ursula. The musical will feature Auli\'i Cravalho as the lead character for Princess Ariel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Shaggy is known worldwide for his top ten hits <strong>Mr Boombastic</strong> and<strong> It Wasn\'t Me</strong>.&nbsp;</p>\n<!-- /wp:paragraph -->','Shaggy to play Sebastian in the Little Mermaid','','publish','closed','closed','','shaggy-to-play-sebastian-in-the-little-mermaid','','','2019-08-06 15:45:27','2019-08-06 20:45:27','',0,'https://buzz-caribbean.com/?p=1927',0,'post','',0),(1928,4,'2019-08-06 15:17:44','2019-08-06 20:17:44','','shaggy','','inherit','closed','closed','','shaggy','','','2019-08-06 15:17:44','2019-08-06 20:17:44','',1927,'https://buzz-caribbean.com/app/uploads/2019/08/shaggy.jpg',0,'attachment','image/jpeg',0),(1929,4,'2019-08-06 15:26:05','2019-08-06 20:26:05','','queen-latifah','','inherit','closed','closed','','queen-latifah','','','2019-08-06 15:26:05','2019-08-06 20:26:05','',1927,'https://buzz-caribbean.com/app/uploads/2019/08/queen-latifah.jpg',0,'attachment','image/jpeg',0),(1930,4,'2019-08-06 15:28:21','2019-08-06 20:28:21','<!-- wp:image {\"id\":1928} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/shaggy.jpg\" alt=\"\" class=\"wp-image-1928\" /><figcaption>Shaggy set to play Sebastian in the live musical adaptation of Little Mermaid </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican reggae superstar Shaggy is set to play Sebastian the crab in the <strong>Little Mermaid</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, it\'s not the version that everyone is imagining. He will be playing Sebastian in a live musical adaptation of the Hans Christian Andersen\'s children\'s book. Sebastian was portrayed as a crab with a Jamaican accent during the cartoon editions of the book.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1929} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/queen-latifah-1024x576.jpg\" alt=\"\" class=\"wp-image-1929\" /><figcaption>American Queen Latifah will play the villainous Ursula.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Shaggy will join American entertainer Queen Latifah in the venture. She will play the villainous Ursula. The musical will feature Auli\'i Cravalho as the lead character for Princess Ariel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Shaggy is known worldwide for his top ten hits <strong>Mr Boombastic</strong> and<strong> It Wasn\'t Me</strong>. </p>\n<!-- /wp:paragraph -->','Shaggy to play Sebastian in the Little Mermaid','','inherit','closed','closed','','1927-revision-v1','','','2019-08-06 15:28:21','2019-08-06 20:28:21','',1927,'https://buzz-caribbean.com/article/1927-revision-v1/',0,'revision','',0),(1931,4,'2019-08-06 15:44:11','2019-08-06 20:44:11','','Sebastian','','inherit','closed','closed','','sebastian','','','2019-08-06 15:44:11','2019-08-06 20:44:11','',1927,'https://buzz-caribbean.com/app/uploads/2019/08/Sebastian.jpg',0,'attachment','image/jpeg',0),(1933,4,'2019-08-06 15:45:26','2019-08-06 20:45:26','<!-- wp:image {\"id\":1928} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/shaggy.jpg\" alt=\"\" class=\"wp-image-1928\" /><figcaption>Shaggy set to play Sebastian in the live musical adaptation of Little Mermaid </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican reggae superstar Shaggy is set to play Sebastian the crab in the <strong>Little Mermaid</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, it\'s not the version that everyone is imagining. He will be playing Sebastian in a live musical adaptation of the Hans Christian Andersen\'s children\'s book. Sebastian was portrayed as a crab with a Jamaican accent during the cartoon editions of the book.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1929} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/queen-latifah-1024x576.jpg\" alt=\"\" class=\"wp-image-1929\" /><figcaption>American Queen Latifah will play the villainous Ursula.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Shaggy will join American entertainer Queen Latifah in the venture. She will play the villainous Ursula. The musical will feature Auli\'i Cravalho as the lead character for Princess Ariel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Shaggy is known worldwide for his top ten hits <strong>Mr Boombastic</strong> and<strong> It Wasn\'t Me</strong>.&nbsp;</p>\n<!-- /wp:paragraph -->','Shaggy to play Sebastian in the Little Mermaid','','inherit','closed','closed','','1927-revision-v1','','','2019-08-06 15:45:26','2019-08-06 20:45:26','',1927,'https://buzz-caribbean.com/article/1927-revision-v1/',0,'revision','',0),(1934,4,'2019-08-06 16:28:33','2019-08-06 21:28:33','<!-- wp:paragraph -->\n<p>Boxing legend Floyd \'Money\' Mayweather seems to have a taste for the finer things.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He has bought US million-dollar cars, jewellery and a wide assortment of items that cost more than most people will make in a lifetime.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1940} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/66419864_133095604605123_1845335081541409373_n.jpg\" alt=\"\" class=\"wp-image-1940\" /><figcaption>Mayweather posted on Instagram a photo of himself rocking the Richard Mille 59-01 Tourbillion Yohan Blake timepiece.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of his loves seems to be for wristwatches. Mayweather was spotted recently rocking a Yohan Blake timepiece from watchmaker Richard Mille. The watch dubbed, the Richard Mille 59-01 Tourbillion Yohan Blake is said to retail at a cost of US $690,000. The watch is said to be a limited edition with about 50 pieces created.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The watch is similar to the one Blake was seen wearing during the 100m finals of the 2012 Olympic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1941} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/blake-watch-1024x792.jpg\" alt=\"\" class=\"wp-image-1941\" /><figcaption> The Richard Mille 59-01 Tourbillion Yohan Blake timepiece retails for close to  US$700,000</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mayweather took to Instagram to show off his timepiece and highlighted the price of the watch in the post.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year, the retired boxer shelled out US$18 million on a diamond-encrusted watch by Jacob and Co. The piece was dubbed the Billionaire\'s Watch.</p>\n<!-- /wp:paragraph -->','Floyd Mayweather sports a Yohan Blake watch','','publish','closed','closed','','floyd-mayweather-rocks-a-yohan-blake-watch','','','2019-08-10 13:41:25','2019-08-10 18:41:25','',0,'https://buzz-caribbean.com/?p=1934',0,'post','',0),(1935,15,'2019-08-06 16:00:31','2019-08-06 21:00:31','<!-- wp:image {\"id\":2935} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/toni-morrison-martin-schoeller-1.jpg\" alt=\"\" class=\"wp-image-2935\" /><figcaption>Toni Morrison (Photo: Martin Schoeller, TIME)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>World-renowned American author Toni Morrison died on August 5, 2019. She was 88 years old.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She grew up in Lorain, Ohio and went on to become one of the world’s leading authors. Among her works are the classics <strong>Beloved</strong> and <strong>Songs of Solomon</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On her first novel,<strong> The Bluest Eye</strong>, she said: “I wrote my first novel because I wanted to read it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2937} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/the-bluest-eye-toni-morrison.jpg\" alt=\"\" class=\"wp-image-2937\" /><figcaption>The Bluest Eye by Toni Morrison (Photo: Amazon.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In 1993, Morrison won the Nobel Prize for literature becoming the first black woman to do so. She has also won the Pulitzer Prize and the PEN/Saul Bellow Award for Achievement in American Fiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the craft of writing, she once said: “Writing is really a way of thinking&nbsp; - not just feeling but thinking about things that are disparate, unresolved, mysterious, problematic or just sweet.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When asked how she decided what to write about, she said: “If there’s a book that you want to read, but it hasn’t been written yet, then you must write it.\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What is your favourite work(s) from Toni Morrison? Let us know in the <strong>BUZZ</strong> comments section.</p>\n<!-- /wp:paragraph -->','Nobel-winning author Toni Morrison dies at 88','','publish','closed','closed','','nobel-winning-author-toni-morrison-dies-at-88','','','2019-08-15 12:54:07','2019-08-15 17:54:07','',0,'https://buzz-caribbean.com/?p=1935',0,'post','',0),(1936,15,'2019-08-06 16:00:31','2019-08-06 21:00:31','<!-- wp:paragraph -->\n<p> <br><br> World-renowned American author Toni Morrison died on August 5<sup>th</sup>, 2019. <br><br> She was 88 years old.<br><br> She grew up in Lorain, Ohio and went on to become one of the world’s leading authors. Among her works are the classics “ Beloved” and “Songs of Solomon”.<br><br> Of her first novel, “ The Bluest Eye” she said: “ I wrote my first novel because I wanted to read it.”<br><br> In 1993 she won the Nobel Prize for literature becoming the first black woman to do so. She has also won the Pulitzer Prize and the PEN/Saul Bellow Award for Achievement in American Fiction.<br><br> On the craft of writing she once said: “ Writing is really a way of thinking  - not just feeling but thinking about things that are disparate, unresolved, mysterious, problematic or just sweet.”<br><br> Asked about her process, this is what she had to say: “ If there’s a book that you want to read, but it hasn’t been written yet, then you must write it”.  </p>\n<!-- /wp:paragraph -->','Nobel-winning author Toni Morrison dies at 88','','inherit','closed','closed','','1935-revision-v1','','','2019-08-06 16:00:31','2019-08-06 21:00:31','',1935,'https://buzz-caribbean.com/article/1935-revision-v1/',0,'revision','',0),(1937,4,'2019-08-06 16:00:59','2019-08-06 21:00:59','<!-- wp:paragraph -->\n<p>Boxing legend Floyd \'Money\' Mayweather seems to have a taste for the finer things.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He has bought US million-dollar cars, jewellery and a wide assortment of items that cost more than most people will make in a lifetime.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of his loves seems to be for wristwatches. Mayweather was spotted recently rocking a Yohan Blake timepiece from watchmaker Richard Mille.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The watch dubbed the Richard Mille 59-01 Tourbillion Yohan Blake is said to retail at a cost of 690,000.00 US dollars. The watch is said to be a limited edition with about 50 pieces created. It was the same watch that Blake was spotted wearing in the 100m finals in the 2012 Olympic finals where he placed second behind Sprint legend Usain Bolt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mayweather took to Instagram to show off his timepiece and highlighted the price of the watch in the post. Mayweather seemed to be sitting courtside at an event with the green timepiece distinctly displayed on his left hand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is not the first for the boxing legend who seemed to have a fondness for expensive watches. He is known for spending 18 million dollars on a diamond encrusted watch by Jacob and Co in 2018. The watch was dubbed the billionaire\'s watch and has 260 carats worth of diamonds in the piece.</p>\n<!-- /wp:paragraph -->','Floyd Mayweather rocks a Yohan Blake watch','','inherit','closed','closed','','1934-revision-v1','','','2019-08-06 16:00:59','2019-08-06 21:00:59','',1934,'https://buzz-caribbean.com/article/1934-revision-v1/',0,'revision','',0),(1940,4,'2019-08-06 16:12:10','2019-08-06 21:12:10','','66419864_133095604605123_1845335081541409373_n','','inherit','closed','closed','','66419864_133095604605123_1845335081541409373_n','','','2019-08-06 16:12:10','2019-08-06 21:12:10','',1934,'https://buzz-caribbean.com/app/uploads/2019/08/66419864_133095604605123_1845335081541409373_n.jpg',0,'attachment','image/jpeg',0),(1941,4,'2019-08-06 16:20:56','2019-08-06 21:20:56','','blake-watch','','inherit','closed','closed','','blake-watch','','','2019-08-06 16:20:56','2019-08-06 21:20:56','',1934,'https://buzz-caribbean.com/app/uploads/2019/08/blake-watch.jpg',0,'attachment','image/jpeg',0),(1942,4,'2019-08-06 16:28:33','2019-08-06 21:28:33','<!-- wp:paragraph -->\n<p>Boxing legend Floyd \'Money\' Mayweather seems to have a taste for the finer things.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He has bought US million-dollar cars, jewellery and a wide assortment of items that cost more than most people will make in a lifetime.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1940} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/66419864_133095604605123_1845335081541409373_n.jpg\" alt=\"\" class=\"wp-image-1940\" /><figcaption>Mayweather posted on Instagram a photo of himself rocking the Richard Mille 59-01 Tourbillion Yohan Blake timepiece.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of his loves seems to be for wristwatches. Mayweather was spotted recently rocking a Yohan Blake timepiece from watchmaker Richard Mille. The watch dubbed, the Richard Mille 59-01 Tourbillion Yohan Blake is said to retail at a cost of US $690,000. The watch is said to be a limited edition with about 50 pieces created.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The watch is similar to the one Blake was seen wearing during the 100m finals of the 2012 Olympic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1941} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/blake-watch-1024x792.jpg\" alt=\"\" class=\"wp-image-1941\" /><figcaption> The Richard Mille 59-01 Tourbillion Yohan Blake timepiece retails for close to  US$700,000</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mayweather took to Instagram to show off his timepiece and highlighted the price of the watch in the post.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year, the retired boxer shelled out US$18 million on a diamond-encrusted watch by Jacob and Co. The piece was dubbed the Billionaire\'s Watch.</p>\n<!-- /wp:paragraph -->','Floyd Mayweather rocks a Yohan Blake watch','','inherit','closed','closed','','1934-revision-v1','','','2019-08-06 16:28:33','2019-08-06 21:28:33','',1934,'https://buzz-caribbean.com/article/1934-revision-v1/',0,'revision','',0),(1943,4,'2019-08-06 16:57:32','2019-08-06 21:57:32','<!-- wp:paragraph -->\n<p>R. Kelly has been charged with two sex crimes in Minnesota, USA, both relating to a woman who alleges he paid her to have sexual contact with him when she was a teenager.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'<strong>Ignition</strong>\' hitmaker is already facing multiple charges related to sexual abuse in both New York and Chicago.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1944} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/r-kelly-mugshot-.jpg\" alt=\"\" class=\"wp-image-1944\" /><figcaption>R Kelly again charged with sex crimes.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to TMZ, prosecutors have alleged Kelly once paid a girl, who was between the age of 16 and 17,  to have sexual contact with him. The alleged incident occurred in his hotel room back in 2001.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hennepin County Attorney Mike Freeman says the alleged victim initially approached Kelly seeking an autograph and claims Kelly paid her $200 to get naked and engage in sex acts with him.</p>\n<!-- /wp:paragraph -->','R. Kelly charged with two sex crimes in Minnesota','','publish','closed','closed','','r-kelly-charged-with-two-sex-crimes-in-minnesota','','','2019-08-06 16:57:34','2019-08-06 21:57:34','',0,'https://buzz-caribbean.com/?p=1943',0,'post','',0),(1944,4,'2019-08-06 16:55:00','2019-08-06 21:55:00','','r-kelly-mugshot-','','inherit','closed','closed','','r-kelly-mugshot','','','2019-08-06 16:55:00','2019-08-06 21:55:00','',1943,'https://buzz-caribbean.com/app/uploads/2019/08/r-kelly-mugshot-.jpg',0,'attachment','image/jpeg',0),(1945,4,'2019-08-06 16:57:32','2019-08-06 21:57:32','<!-- wp:paragraph -->\n<p>R. Kelly has been charged with two sex crimes in Minnesota, USA, both relating to a woman who alleges he paid her to have sexual contact with him when she was a teenager.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'<strong>Ignition</strong>\' hitmaker is already facing multiple charges related to sexual abuse in both New York and Chicago.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1944} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/r-kelly-mugshot-.jpg\" alt=\"\" class=\"wp-image-1944\" /><figcaption>R Kelly again charged with sex crimes.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to TMZ, prosecutors have alleged Kelly once paid a girl, who was between the age of 16 and 17,  to have sexual contact with him. The alleged incident occurred in his hotel room back in 2001.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hennepin County Attorney Mike Freeman says the alleged victim initially approached Kelly seeking an autograph and claims Kelly paid her $200 to get naked and engage in sex acts with him.</p>\n<!-- /wp:paragraph -->','R. Kelly charged with two sex crimes in Minnesota','','inherit','closed','closed','','1943-revision-v1','','','2019-08-06 16:57:32','2019-08-06 21:57:32','',1943,'https://buzz-caribbean.com/article/1943-revision-v1/',0,'revision','',0),(1946,4,'2019-08-06 17:20:26','2019-08-06 22:20:26','<!-- wp:paragraph -->\n<p>Lil Nas X says he feels humbled that his decision to come out has been inspirational to other young gay black men.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 20-year-old rapper-and-singer announced he is homosexual on his Twitter account in June.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1947} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lil-Nas-X.jpg\" alt=\"\" class=\"wp-image-1947\" /><figcaption>Lil Naz X spoke with British GQ magazine about coming out as gay. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He says he felt a little overwhelmed at \"having to be a voice\" as a gay African American man. However, he says in an interview with GQ Hyp that he is proud that his actions have inspired so many other people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He became a sensation after his song <strong>Old Town Road </strong>became a huge global hit after it was released last December.</p>\n<!-- /wp:paragraph -->','Lil Nas X is proud to be able to help other gay men','','publish','closed','closed','','lil-nas-x-is-proud-to-be-able-to-help-other-gay-men','','','2019-08-06 17:20:27','2019-08-06 22:20:27','',0,'https://buzz-caribbean.com/?p=1946',0,'post','',0),(1947,4,'2019-08-06 17:14:29','2019-08-06 22:14:29','','Lil-Nas-X','','inherit','closed','closed','','lil-nas-x','','','2019-08-06 17:14:29','2019-08-06 22:14:29','',1946,'https://buzz-caribbean.com/app/uploads/2019/08/Lil-Nas-X.jpg',0,'attachment','image/jpeg',0),(1948,4,'2019-08-06 17:20:26','2019-08-06 22:20:26','<!-- wp:paragraph -->\n<p>Lil Nas X says he feels humbled that his decision to come out has been inspirational to other young gay black men.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 20-year-old rapper-and-singer announced he is homosexual on his Twitter account in June.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1947} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lil-Nas-X.jpg\" alt=\"\" class=\"wp-image-1947\" /><figcaption>Lil Naz X spoke with British GQ magazine about coming out as gay. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He says he felt a little overwhelmed at \"having to be a voice\" as a gay African American man. However, he says in an interview with GQ Hyp that he is proud that his actions have inspired so many other people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He became a sensation after his song <strong>Old Town Road </strong>became a huge global hit after it was released last December.</p>\n<!-- /wp:paragraph -->','Lil Nas X is proud to be able to help other gay men','','inherit','closed','closed','','1946-revision-v1','','','2019-08-06 17:20:26','2019-08-06 22:20:26','',1946,'https://buzz-caribbean.com/article/1946-revision-v1/',0,'revision','',0),(1949,4,'2019-08-06 18:34:59','2019-08-06 23:34:59','<!-- wp:paragraph -->\n<p>Reggae-dancehall artiste Vershon was denied entry into the island of Bermuda, where he was set to perform at the BDA Summer Music Festival on August 3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1950} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/vershon-1.jpg\" alt=\"\" class=\"wp-image-1950\" /><figcaption>Vershon was denied access to Bermuda where he was scheduled to perform. (Photo courtesy Facebook/Vershon)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Vershon was one of the scheduled headliners for the event. He was denied entry at the L. F. Wade International Airport on August 2.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was told by immigration officials that the event was cancelled and that work permits issued were null and void. According to sources, Vershon was also denied entry as a tourist without being provided with a valid explanation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The artiste is a brand ambassador for reggae-dancehall music and is owed an apology.\"</p><cite>— Verson\'s management team</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“It is unfortunate that those who seek to bring positive publicity and aid in the economic development of Bermuda tourism sector refused him entry, even with the proper documentation. The artiste is a brand ambassador for reggae-dancehall music and is owed an apology for the way it was handled,” his management team said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His songs includ <strong>Clean Mi Heart Too Clean</strong>, <strong>Tun It Up Ya Now</strong>, <strong>Inna Real Life</strong> and <strong>Top Class </strong>with Krysie.</p>\n<!-- /wp:paragraph -->','Vershon refused entry to perform in Bermuda','','draft','closed','closed','','vershon-refused-entry-to-perform-in-bermuda','','','2019-08-14 21:35:39','2019-08-15 02:35:39','',0,'https://buzz-caribbean.com/?p=1949',0,'post','',0),(1950,4,'2019-08-06 18:28:16','2019-08-06 23:28:16','','vershon-1','','inherit','closed','closed','','vershon-1','','','2019-08-06 18:28:16','2019-08-06 23:28:16','',1949,'https://buzz-caribbean.com/app/uploads/2019/08/vershon-1.jpg',0,'attachment','image/jpeg',0),(1951,4,'2019-08-06 18:30:55','2019-08-06 23:30:55','<!-- wp:paragraph -->\n<p>Reggae-dancehall artiste Vershon was denied entry into the island of Bermuda, where he was set to perform at the BDA Summer Music Festival on August 3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1950} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/vershon-1.jpg\" alt=\"\" class=\"wp-image-1950\" /><figcaption>Vershon was denied access to Bermuda where he was scheduled to perform. (Photo courtesy Facebook/Vershon)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Vershon was one of the scheduled headliners for the event. He was denied entry at the L. F. Wade International Airport on August 2.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was told by immigration officials that the event was cancelled and that work permits issued were null and void. According to sources, Vershon was also denied entry as a tourist without being provided with a valid explanation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The artiste is a brand ambassador for reggae-dancehall music and is owed an apology.\"</p><cite>— Verson\'s management team</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“It is unfortunate that those who seek to bring positive publicity and aid in the economic development of Bermuda tourism sector refused him entry, even with the proper documentation. The artiste is a brand ambassador for reggae-dancehall music and is owed an apology for the way it was handled,” his management team said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His songs includ <strong>Clean Mi Heart Too Clean</strong>, <strong>Tun It Up Ya Now</strong>, <strong>Inna Real Life</strong> and <strong>Top Class </strong>with Krysie.</p>\n<!-- /wp:paragraph -->','Vershon Refused Entry to Perform in Bermuda','','inherit','closed','closed','','1949-revision-v1','','','2019-08-06 18:30:55','2019-08-06 23:30:55','',1949,'https://buzz-caribbean.com/article/1949-revision-v1/',0,'revision','',0),(1952,4,'2019-08-06 18:32:36','2019-08-06 23:32:36','<!-- wp:paragraph -->\n<p>Reggae-dancehall artiste Vershon was denied entry into the island of Bermuda, where he was set to perform at the BDA Summer Music Festival on August 3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1950} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/vershon-1.jpg\" alt=\"\" class=\"wp-image-1950\" /><figcaption>Vershon was denied access to Bermuda where he was scheduled to perform. (Photo courtesy Facebook/Vershon)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Vershon was one of the scheduled headliners for the event. He was denied entry at the L. F. Wade International Airport on August 2.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was told by immigration officials that the event was cancelled and that work permits issued were null and void. According to sources, Vershon was also denied entry as a tourist without being provided with a valid explanation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The artiste is a brand ambassador for reggae-dancehall music and is owed an apology.\"</p><cite>— Verson\'s management team</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“It is unfortunate that those who seek to bring positive publicity and aid in the economic development of Bermuda tourism sector refused him entry, even with the proper documentation. The artiste is a brand ambassador for reggae-dancehall music and is owed an apology for the way it was handled,” his management team said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His songs includ <strong>Clean Mi Heart Too Clean</strong>, <strong>Tun It Up Ya Now</strong>, <strong>Inna Real Life</strong> and <strong>Top Class </strong>with Krysie.</p>\n<!-- /wp:paragraph -->','Vershon refused entry to perform in Bermuda','','inherit','closed','closed','','1949-revision-v1','','','2019-08-06 18:32:36','2019-08-06 23:32:36','',1949,'https://buzz-caribbean.com/article/1949-revision-v1/',0,'revision','',0),(1953,4,'2019-08-06 18:38:22','2019-08-06 23:38:22','','Vershon 1','','inherit','closed','closed','','vershon-1-2','','','2019-08-06 18:38:22','2019-08-06 23:38:22','',0,'https://buzz-caribbean.com/app/uploads/2019/08/vershon-1-1.jpg',0,'attachment','image/jpeg',0),(1954,4,'2019-08-06 18:50:13','2019-08-06 23:50:13','<!-- wp:paragraph -->\n<p>Michelle Obama has called her husband, former US President Barack Obama, \"cute\" in a new interview with Duchess Meghan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Michelle Obama says her 15-year-old self would smile at \"how cute\" her husband is.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Ba7M6EsguSM/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Ba7M6EsguSM/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The former US First Lady has been interviewed by Meghan, Duchess of Sussex, for the September issue of Britain\'s Vogue magazine. Asked what her teenage self would think of how her life has turned out, Michelle gave a playful response about her husband.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"If I\'m being honest, she\'d probably smile about how cute my husband is,\" Michelle said.&nbsp;Michelle also spoke about her early days of parenthood to Malia, 21, and Sasha, 18. She told the duchess to \"savour\" every moment with her and Prince Harry\'s newborn son Archie Harrison Mountbatten-Windsor.</p>\n<!-- /wp:paragraph -->','Michelle Obama discusses \'cute\' husband','','inherit','closed','closed','','1509-revision-v1','','','2019-08-06 18:50:13','2019-08-06 23:50:13','',1509,'https://buzz-caribbean.com/article/1509-revision-v1/',0,'revision','',0),(1955,11,'2019-08-06 19:51:19','2019-08-07 00:51:19','<!-- wp:paragraph -->\n<p>She has liked most of your pictures, laughed at the corniest of jokes and always commented with an encouraging word at the memes you post on social media. Recently, you got an anniversary reminder that it\'s been 10 years since you and Eva have been friends. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1956} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Facebook-likes-1024x538.png\" alt=\"\" class=\"wp-image-1956\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You even got an accompanying cute video detailing all the likes and memories you guys have shared, but ironically you two have never met in real life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1958} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/facebook-users.jpg\" alt=\"\" class=\"wp-image-1958\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>That is Facebook for you. The space and place where billions of people with mutual friends and shared interests, link up everyday to commiserate and laugh about anything topical and current; to congratulate each other on the birth of babies, getting married, graduations, promotions and new job opportunities. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1957} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Facebook-celebration.jpg\" alt=\"\" class=\"wp-image-1957\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Indeed it seems these people know just as much about you as your family. At times, they actually know more since they are more invested than people you are related to and actually read when you pour your heart out in a tearful post about something that has you happy or hurting. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> A Facebook friend can be anywhere in the world and still feel like a next-door neighbour </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Sometimes they send you messages saying that they feel your pain and that they are there if you need to talk and it is comforting to know someone has your back.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1963} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/High-Five-06.png\" alt=\"\" class=\"wp-image-1963\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>And then you remember, that this individual is a face on the other side of a computer. A Facebook friend can be anywhere in the world and still feel like a next-door neighbour. In fact, it is easier sometimes to share with a semi-stranger than it is with people you have an address for and see daily.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1961} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/freinds-across-the-globe.jpg\" alt=\"\" class=\"wp-image-1961\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> They may be more objective and less judgemental which is what you crave and what they provide; that listening ear that really accepted your point of view while occasionally interjecting with ‘but have you ever thought about ...”, therefore giving you another perspective without being pushy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Facebook friends can be real if they take the time to invest in the friendship </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Being a real friend is not about how many likes you get or how often they comment. It is reading a post, knowing instantly when something is wrong and offering support even if it is coming from a thousand miles away. In real-time, a genuine friend offers unconditional love and reaches out faster than 5G connectivity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1962} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hugging-1024x512.jpg\" alt=\"\" class=\"wp-image-1962\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Yes, Facebook friends can be real if they take the time to invest in the friendship and check on you, even when social media seems to depict that everything is perfect. A friend does not literally have to hold your hand to ensure that you are not alone. They can be just a click or a Facetime away.</p>\n<!-- /wp:paragraph -->','Are Facebook friends real?','','publish','closed','closed','','are-facebook-friends-real','','','2019-08-06 19:51:19','2019-08-07 00:51:19','',0,'https://buzz-caribbean.com/?p=1955',0,'post','',0),(1956,11,'2019-08-06 19:23:59','2019-08-07 00:23:59','','Facebook-likes','','inherit','closed','closed','','facebook-likes','','','2019-08-06 19:23:59','2019-08-07 00:23:59','',1955,'https://buzz-caribbean.com/app/uploads/2019/08/Facebook-likes.png',0,'attachment','image/png',0),(1957,11,'2019-08-06 19:26:30','2019-08-07 00:26:30','','Facebook-celebration','','inherit','closed','closed','','facebook-celebration','','','2019-08-06 19:26:30','2019-08-07 00:26:30','',1955,'https://buzz-caribbean.com/app/uploads/2019/08/Facebook-celebration.jpg',0,'attachment','image/jpeg',0),(1958,11,'2019-08-06 19:28:12','2019-08-07 00:28:12','','facebook-users','','inherit','closed','closed','','facebook-users','','','2019-08-06 19:28:12','2019-08-07 00:28:12','',1955,'https://buzz-caribbean.com/app/uploads/2019/08/facebook-users.jpg',0,'attachment','image/jpeg',0),(1959,4,'2019-08-06 19:28:30','2019-08-07 00:28:30','<!-- wp:image {\"id\":646} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jaevion-nelson-jflag-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-646\" /><figcaption>(Jaevion Nelson, Executive Director of the Jamaica Forum for Lesbians, All-Sexuals and Gays [J-FLAG] Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The need for safe, open spaces to meet and interact without fear of violence or discrimination still rank high for members of the local Lesbian, Gay, Bisexual, and Transgender (LGBT) community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The issue came to the fore as Jamaica observed its fifth\nannual Pride celebrations earlier this month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Executive Director for the Jamaica Forum for Lesbians, All-Sexuals, and Gays (J-FLAG) Jaevion Nelson, safe, open spaces are important as many LGBT Jamaicans do not have that basic privilege – marred by discrimination, violence, and rejection in most instances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nelson, in an interview with <strong><em>Buzz</em></strong>, noted with concern that only during the annual Pride celebrations does the community get a chance to breathe, far away from the widespread homophobia that permeates Jamaican society.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The LGBT community has always looked forward to Pride activities\nand I think [Pride has] really played an important part in how people\nunderstand themselves and the kind of spaces they get to celebrate, find\ncommunity and friends,” Nelson explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A number of people don’t have access to such spaces on a\nroutine basis,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the meantime, as J-FLAG resumes the rebuilding effort, Nelson\nmaintained that despite the challenges, it knows the needs of the LGBT\ncommunity are great and so, even without a headquarters just now, the\norganization has moved full-steam ahead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve continued the work we’ve been doing with a wide range of stakeholders to ensure that we improve the human rights situation in Jamaica for people who are LGBT; and to ensure that they can have access to services and the support they need to address different challenges they may be facing,” he told <strong><em>Buzz</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The transition has not been entirely smooth, Nelson posited,\nas the lack of a physical space in which to coordinate, plan and execute key\nfunctions have been affected by the destruction of the Rainbow House in December\n2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, as best as humanly possible, J-FLAG is assuring the LGBT community that it remains unmoved in its efforts to have their needs addressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve continued the work we’ve been doing with a wide range of stakeholders to ensure that we improve the human rights situation in Jamaica for people who are LGBT and to ensure that they can have access to services and the support they need to address different challenges they may be facing,” Nelson told <strong><em>Buzz</em></strong>.</p>\n<!-- /wp:paragraph -->','LGBT community pushing for safe spaces','','inherit','closed','closed','','644-revision-v1','','','2019-08-06 19:28:30','2019-08-07 00:28:30','',644,'https://buzz-caribbean.com/article/644-revision-v1/',0,'revision','',0),(1960,11,'2019-08-06 19:34:07','2019-08-07 00:34:07','','globe-with-markers-with-friends-social-media-con-vector-758105','','inherit','closed','closed','','globe-with-markers-with-friends-social-media-con-vector-758105','','','2019-08-06 19:34:07','2019-08-07 00:34:07','',1955,'https://buzz-caribbean.com/app/uploads/2019/08/globe-with-markers-with-friends-social-media-con-vector-758105.jpg',0,'attachment','image/jpeg',0),(1961,11,'2019-08-06 19:39:03','2019-08-07 00:39:03','','freinds-across-the-globe','','inherit','closed','closed','','freinds-across-the-globe','','','2019-08-06 19:39:03','2019-08-07 00:39:03','',1955,'https://buzz-caribbean.com/app/uploads/2019/08/freinds-across-the-globe.jpg',0,'attachment','image/jpeg',0),(1962,11,'2019-08-06 19:41:57','2019-08-07 00:41:57','','Hugging','','inherit','closed','closed','','hugging','','','2019-08-06 19:49:37','2019-08-07 00:49:37','',1955,'https://buzz-caribbean.com/app/uploads/2019/08/Hugging.jpg',0,'attachment','image/jpeg',0),(1963,11,'2019-08-06 19:47:46','2019-08-07 00:47:46','','High-Five-06','','inherit','closed','closed','','high-five-06','','','2019-08-06 19:47:46','2019-08-07 00:47:46','',1955,'https://buzz-caribbean.com/app/uploads/2019/08/High-Five-06.png',0,'attachment','image/png',0),(1964,11,'2019-08-06 19:51:19','2019-08-07 00:51:19','<!-- wp:paragraph -->\n<p>She has liked most of your pictures, laughed at the corniest of jokes and always commented with an encouraging word at the memes you post on social media. Recently, you got an anniversary reminder that it\'s been 10 years since you and Eva have been friends. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1956} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Facebook-likes-1024x538.png\" alt=\"\" class=\"wp-image-1956\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You even got an accompanying cute video detailing all the likes and memories you guys have shared, but ironically you two have never met in real life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1958} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/facebook-users.jpg\" alt=\"\" class=\"wp-image-1958\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>That is Facebook for you. The space and place where billions of people with mutual friends and shared interests, link up everyday to commiserate and laugh about anything topical and current; to congratulate each other on the birth of babies, getting married, graduations, promotions and new job opportunities. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1957} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Facebook-celebration.jpg\" alt=\"\" class=\"wp-image-1957\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Indeed it seems these people know just as much about you as your family. At times, they actually know more since they are more invested than people you are related to and actually read when you pour your heart out in a tearful post about something that has you happy or hurting. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> A Facebook friend can be anywhere in the world and still feel like a next-door neighbour </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Sometimes they send you messages saying that they feel your pain and that they are there if you need to talk and it is comforting to know someone has your back.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1963} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/High-Five-06.png\" alt=\"\" class=\"wp-image-1963\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>And then you remember, that this individual is a face on the other side of a computer. A Facebook friend can be anywhere in the world and still feel like a next-door neighbour. In fact, it is easier sometimes to share with a semi-stranger than it is with people you have an address for and see daily.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1961} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/freinds-across-the-globe.jpg\" alt=\"\" class=\"wp-image-1961\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> They may be more objective and less judgemental which is what you crave and what they provide; that listening ear that really accepted your point of view while occasionally interjecting with ‘but have you ever thought about ...”, therefore giving you another perspective without being pushy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Facebook friends can be real if they take the time to invest in the friendship </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Being a real friend is not about how many likes you get or how often they comment. It is reading a post, knowing instantly when something is wrong and offering support even if it is coming from a thousand miles away. In real-time, a genuine friend offers unconditional love and reaches out faster than 5G connectivity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1962} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hugging-1024x512.jpg\" alt=\"\" class=\"wp-image-1962\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Yes, Facebook friends can be real if they take the time to invest in the friendship and check on you, even when social media seems to depict that everything is perfect. A friend does not literally have to hold your hand to ensure that you are not alone. They can be just a click or a Facetime away.</p>\n<!-- /wp:paragraph -->','Are Facebook friends real?','','inherit','closed','closed','','1955-revision-v1','','','2019-08-06 19:51:19','2019-08-07 00:51:19','',1955,'https://buzz-caribbean.com/article/1955-revision-v1/',0,'revision','',0),(1965,11,'2019-08-06 20:23:02','2019-08-07 01:23:02','<!-- wp:paragraph -->\n<p>She may be the wing woman, the one who holds the purses when everyone else goes to the bathroom or even the designated driver when others are too intoxicated to hold their liquor. She is the friend that holds back your hair when you are throwing up or carries extra tampons in case of an emergency. She is always reliable, gives sound advice and there to borrow money from until payday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1966} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/adult-black-and-white-blur-735978-1024x684.jpg\" alt=\"\" class=\"wp-image-1966\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She is your ‘ride or die’ in almost every situation and you may call her your bestie, but onlookers who see you out with all of your crew may snicker that she is the DUFF of the group. It may be a mean spirited title to gift someone you call a friend but some women subconsciously keep an individual around who by today’s superficial standards, is not seen as very attractive. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1967} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ugly-Duckling.jpg\" alt=\"\" class=\"wp-image-1967\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>By having a DUFF as a constant companion makes it easier for them to get all the male attention and if truth be told, even makes them feel less insecure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> One should not form friendships out of pity or obligation.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The sad thing about a DUFF is that at times she seems almost desperate to buy friendships or bribe her way into the circle or clique. If she was not always helpful and readily available, would the so-called hot girls even be hanging out with her? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> If you are the only one giving...then something is wrong.  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>One should not form friendships out of pity or obligation, for profit or a hidden agenda. Some members of \"the crew\" may laugh behind her back like the hypocrites they truly are or they keep her around almost like a cruel joke where everyone gets the punch line but her. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are the friend that is constantly left out of the loop, the major planning, the secret-sharing and whose opinion is generally ignored, you may be an unsuspecting DUFF. &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1969} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/LEFT-OUT.jpg\" alt=\"\" class=\"wp-image-1969\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To find out if your situation qualifies as a DUFF, examine the context and content of your substantive relationship. If you are the only one giving and sharing and there is no reciprocal relationship, then something is wrong. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If when they go clothes shopping for a hot party or beach trip, you are never invited along, there is a huge problem and you are only needed to make up numbers or to act as their chauffeur, not only is the friendship not real, so are the people around you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1968} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/back-view-two-black-girls-shopping.jpg\" alt=\"\" class=\"wp-image-1968\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Real friendship is based on mutual respect and a shared or common interest. If this is not the case, move on and find people who are truly deserving of your friendship.</p>\n<!-- /wp:paragraph -->','D.U.F.F. – Designated Ugly Fat Friend','','publish','closed','closed','','d-u-f-f-designated-ugly-fat-friend','','','2019-08-11 15:33:26','2019-08-11 20:33:26','',0,'https://buzz-caribbean.com/?p=1965',0,'post','',0),(1966,11,'2019-08-06 20:15:49','2019-08-07 01:15:49','','adult-black-and-white-blur-735978','','inherit','closed','closed','','adult-black-and-white-blur-735978','','','2019-08-06 20:15:49','2019-08-07 01:15:49','',1965,'https://buzz-caribbean.com/app/uploads/2019/08/adult-black-and-white-blur-735978.jpg',0,'attachment','image/jpeg',0),(1967,11,'2019-08-06 20:16:15','2019-08-07 01:16:15','','Ugly-Duckling','','inherit','closed','closed','','ugly-duckling','','','2019-08-06 20:16:15','2019-08-07 01:16:15','',1965,'https://buzz-caribbean.com/app/uploads/2019/08/Ugly-Duckling.jpg',0,'attachment','image/jpeg',0),(1968,11,'2019-08-06 20:16:41','2019-08-07 01:16:41','','back-view-two-black-girls-shopping','','inherit','closed','closed','','back-view-two-black-girls-shopping','','','2019-08-06 20:16:41','2019-08-07 01:16:41','',1965,'https://buzz-caribbean.com/app/uploads/2019/08/back-view-two-black-girls-shopping.jpg',0,'attachment','image/jpeg',0),(1969,11,'2019-08-06 20:18:10','2019-08-07 01:18:10','','LEFT-OUT','','inherit','closed','closed','','left-out','','','2019-08-06 20:18:10','2019-08-07 01:18:10','',1965,'https://buzz-caribbean.com/app/uploads/2019/08/LEFT-OUT.jpg',0,'attachment','image/jpeg',0),(1970,11,'2019-08-06 20:18:24','2019-08-07 01:18:24','','self-love-is-selfish-1200x385','','inherit','closed','closed','','self-love-is-selfish-1200x385','','','2019-08-06 20:18:24','2019-08-07 01:18:24','',1965,'https://buzz-caribbean.com/app/uploads/2019/08/self-love-is-selfish-1200x385.jpg',0,'attachment','image/jpeg',0),(1971,11,'2019-08-06 20:21:58','2019-08-07 01:21:58','','Sad','','inherit','closed','closed','','sad','','','2019-08-06 20:21:58','2019-08-07 01:21:58','',1965,'https://buzz-caribbean.com/app/uploads/2019/08/sad.jpg',0,'attachment','image/jpeg',0),(1972,11,'2019-08-06 20:23:02','2019-08-07 01:23:02','<!-- wp:paragraph -->\n<p>She may be the wing woman, the one who holds the purses when everyone else goes to the bathroom or even the designated driver when others are too intoxicated to hold their liquor. She is the friend that holds back your hair when you are throwing up or carries extra tampons in case of an emergency. She is always reliable, gives sound advice and there to borrow money from until payday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1966} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/adult-black-and-white-blur-735978-1024x684.jpg\" alt=\"\" class=\"wp-image-1966\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She is your ‘ride or die’ in almost every situation and you may call her your bestie, but onlookers who see you out with all of your crew may snicker that she is the DUFF of the group. It may be a mean spirited title to gift someone you call a friend but some women subconsciously keep an individual around who by today’s superficial standards, is not seen as very attractive. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1967} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ugly-Duckling.jpg\" alt=\"\" class=\"wp-image-1967\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>By having a DUFF as a constant companion makes it easier for them to get all the male attention and if truth be told, even makes them feel less insecure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> One should not form friendships out of pity or obligation.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The sad thing about a DUFF is that at times she seems almost desperate to buy friendships or bribe her way into the circle or clique. If she was not always helpful and readily available, would the so-called hot girls even be hanging out with her? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> If you are the only one giving...then something is wrong.  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>One should not form friendships out of pity or obligation, for profit or a hidden agenda. Some members of \"the crew\" may laugh behind her back like the hypocrites they truly are or they keep her around almost like a cruel joke where everyone gets the punch line but her. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are the friend that is constantly left out of the loop, the major planning, the secret-sharing and whose opinion is generally ignored, you may be an unsuspecting DUFF.   </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1969} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/LEFT-OUT.jpg\" alt=\"\" class=\"wp-image-1969\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To find out if your situation qualifies as a DUFF, examine the context and content of your substantive relationship. If you are the only one giving and sharing and there is no reciprocal relationship, then something is wrong. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If when they go clothes shopping for a hot party or beach trip, you are never invited along, there is a huge problem and you are only needed to make up numbers or to act as their chauffeur, not only is the friendship not real, so are the people around you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1968} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/back-view-two-black-girls-shopping.jpg\" alt=\"\" class=\"wp-image-1968\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Real friendship is based on mutual respect and a shared or common interest. If this is not the case, move on and find people who are truly deserving of your friendship.</p>\n<!-- /wp:paragraph -->','D.U.F.F. – Designated Ugly Fat Friend','','inherit','closed','closed','','1965-revision-v1','','','2019-08-06 20:23:02','2019-08-07 01:23:02','',1965,'https://buzz-caribbean.com/article/1965-revision-v1/',0,'revision','',0),(1973,11,'2019-08-06 20:45:35','2019-08-07 01:45:35','<!-- wp:paragraph -->\n<p>Depending on your background, socialization, religion or just your circle of friends, some things you will be into and others you will not. Like wearing white after Labour Day and if you need a belt to wear in your pants though it is not budging from your waistline. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some things are okay with you and are not an issue while others will make you gasp and say it is a ‘no’ for me love.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such maybe men with cane row. Whether you call it ‘corn row’, ‘cane row’ or \'braids\' it is males who grow their hair and then have it combed in a style which previously only females wore. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1975} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Braid-3-1024x1024.jpg\" alt=\"\" class=\"wp-image-1975\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is trendy and dancehall artists, rappers, athletes etc embrace it as it is seen as cool. Indeed, it has become the cultural expression of male rebellion hence more and more young men grow their hair simply because at one point society told them that low cut hair and a shaven face were the main hallmarks of a well-groomed young man.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1977} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Braid-2-1024x576.jpg\" alt=\"\" class=\"wp-image-1977\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now rappers, athletes and artists are members of the sports and entertainment fraternity hence a suit and tie is not a part of their daily gear unless they have award events to attend. They can sport earrings, tattoos and cornrow hairstyle and be idolised by the young masses as being ‘fresh to death’ and super cool. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1978} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dwayne-Wade-with-braids.jpg\" alt=\"\" class=\"wp-image-1978\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But what about the average young man? What about his career path? For the most part, Jamaica is not very liberal-minded in the corporate world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There is still a particular look and feel that human resources departments and big bosses go for, and men with cornrow is not typically one of them. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It may not be a barrier to employment if you are contracted to pack and move boxes, work on a truck as a sideman or certain everyday blue-collar jobs but the higher up you go and the more zeros affixed to your pay stub, the glass ceiling may just come down on your neck</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In other words, having certain hairstyles as a man may not get you to the top of the corporate ladder. Some offices do not even want to see a man with an earring but the earring can always be removed until he is off the clock and enjoying his own personal time. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>What these males face is discriminatory but...companies do have the right to make their own employment policies. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>It is not so easy with a hairstyle. It was not even 20 years ago when women were not allowed to have in braids or locks when being recruited for the Jamaica Constabulary Force. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was also a big no-no in many banks and financial institutions as the individual was not considered to be well-groomed and worse, was viewed as the style of persons from a lower class. Yup, discrimination and classism are rampant in this land with its predominantly Negroid population.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this same vein, some will argue that what these males face is discriminatory but then the other side of the coin is that companies do have the right to make their own employment policies. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All of this should be considered before a young man decides to sit in a barber chair.</p>\n<!-- /wp:paragraph -->','Men with cornrows: Would you hire them?','','publish','closed','closed','','men-with-cornrows-would-you-hire-them','','','2019-08-14 19:59:17','2019-08-15 00:59:17','',0,'https://buzz-caribbean.com/?p=1973',0,'post','',0),(1974,11,'2019-08-06 20:32:15','2019-08-07 01:32:15','','Braid 4','','inherit','closed','closed','','braid-4','','','2019-08-06 20:32:15','2019-08-07 01:32:15','',1973,'https://buzz-caribbean.com/app/uploads/2019/08/Braid-4.jpg',0,'attachment','image/jpeg',0),(1975,11,'2019-08-06 20:33:59','2019-08-07 01:33:59','','Braid-3','','inherit','closed','closed','','braid-3','','','2019-08-06 20:33:59','2019-08-07 01:33:59','',1973,'https://buzz-caribbean.com/app/uploads/2019/08/Braid-3.jpg',0,'attachment','image/jpeg',0),(1976,11,'2019-08-06 20:34:53','2019-08-07 01:34:53','','Braid-1','','inherit','closed','closed','','braid-1','','','2019-08-06 20:34:53','2019-08-07 01:34:53','',1973,'https://buzz-caribbean.com/app/uploads/2019/08/Braid-1.jpg',0,'attachment','image/jpeg',0),(1977,11,'2019-08-06 20:38:34','2019-08-07 01:38:34','','Braid 2','','inherit','closed','closed','','braid-2','','','2019-08-06 20:38:34','2019-08-07 01:38:34','',1973,'https://buzz-caribbean.com/app/uploads/2019/08/Braid-2.jpg',0,'attachment','image/jpeg',0),(1978,11,'2019-08-06 20:41:15','2019-08-07 01:41:15','','Dwayne-Wade-with-braids','','inherit','closed','closed','','dwayne-wade-with-braids','','','2019-08-06 20:41:15','2019-08-07 01:41:15','',1973,'https://buzz-caribbean.com/app/uploads/2019/08/Dwayne-Wade-with-braids.jpg',0,'attachment','image/jpeg',0),(1979,11,'2019-08-06 20:45:35','2019-08-07 01:45:35','<!-- wp:paragraph -->\n<p>Depending on your background, socialization, religion or just your circle of friends, some things you will be into and others you will not. Like wearing white after Labour Day and if you need a belt to wear in your pants though it is not budging from your waistline. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some things are okay with you and are not an issue while others will make you gasp and say it is a ‘no’ for me love.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such maybe men with cane row. Whether you call it ‘corn row’, ‘cane row’ or \'braids\' it is males who grow their hair and then have it combed in a style which previously only females wore. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1975} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Braid-3-1024x1024.jpg\" alt=\"\" class=\"wp-image-1975\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is trendy and dancehall artists, rappers, athletes etc embrace it as it is seen as cool. Indeed, it has become the cultural expression of male rebellion hence more and more young men grow their hair simply because at one point society told them that low cut hair and a shaven face were the main hallmarks of a well-groomed young man.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1977} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Braid-2-1024x576.jpg\" alt=\"\" class=\"wp-image-1977\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now rappers, athletes and artists are members of the sports and entertainment fraternity hence a suit and tie is not a part of their daily gear unless they have award events to attend. They can sport earrings, tattoos and cornrow hairstyle and be idolised by the young masses as being ‘fresh to death’ and super cool. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1978} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dwayne-Wade-with-braids.jpg\" alt=\"\" class=\"wp-image-1978\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But what about the average young man? What about his career path? For the most part, Jamaica is not very liberal-minded in the corporate world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There is still a particular look and feel that human resources departments and big bosses go for, and men with cornrow is not typically one of them. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It may not be a barrier to employment if you are contracted to pack and move boxes, work on a truck as a sideman or certain everyday blue-collar jobs but the higher up you go and the more zeros affixed to your pay stub, the glass ceiling may just come down on your neck</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In other words, having certain hairstyles as a man may not get you to the top of the corporate ladder. Some offices do not even want to see a man with an earring but the earring can always be removed until he is off the clock and enjoying his own personal time. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>What these males face is discriminatory but...companies do have the right to make their own employment policies. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>It is not so easy with a hairstyle. It was not even 20 years ago when women were not allowed to have in braids or locks when being recruited for the Jamaica Constabulary Force. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was also a big no-no in many banks and financial institutions as the individual was not considered to be well-groomed and worse, was viewed as the style of persons from a lower class. Yup, discrimination and classism are rampant in this land with its predominantly Negroid population.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this same vein, some will argue that what these males face is discriminatory but then the other side of the coin is that companies do have the right to make their own employment policies. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All of this should be considered before a young man decides to sit in a barber chair.</p>\n<!-- /wp:paragraph -->','Men with cornrows - would you hire them?','','inherit','closed','closed','','1973-revision-v1','','','2019-08-06 20:45:35','2019-08-07 01:45:35','',1973,'https://buzz-caribbean.com/article/1973-revision-v1/',0,'revision','',0),(1980,11,'2019-08-06 20:53:45','2019-08-07 01:53:45','<!-- wp:paragraph -->\n<p>She keeps you fed, clothed and smelling good. She also pays your credit card bills and for your townhouse. You keep her smiling, satisfied and feeling like she found the proverbial fountain of youth. It is a match made, not in heaven, but on Tinder, because she is not your mother but your mamma...as in sugar mamma.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4038} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tinder-on-Phone-1024x682.jpg\" alt=\"\" class=\"wp-image-4038\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> A \'sugar mamma’ is a woman (often an older woman) who keeps her man or woman in nice standing with money, food, an apartment and other trappings of comfort and luxury. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4033} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sugar-Mama-1-1-1024x535.jpg\" alt=\"\" class=\"wp-image-4033\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now do not confuse a ‘cougar’ with a sugar mamma because the former likes the company and the midsection injection of a younger guy while the latter enjoys it and is willing to pay for the pleasure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sugar mammas are more common than you think, as many young men from the inner-city who want the finer things in life or struggling university students who have a hard time financing their way through school are prime candidates. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4003} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/money-1024x683.jpg\" alt=\"\" class=\"wp-image-4003\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While it may seem distasteful to the moral majority, for the most part many do not see it as predatory in nature as a sugar daddy relationship. This is usually because women generally are not considered as exploiters and because men, whether they are young or old are perceived as willing to enter into sexual ‘congress’ with just about any female, regardless of her age.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Young males on the cusp of adolescence fantasize not about their peers...but about their older hot neighbour or...sexy English teacher.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Studies have found that most young males on the cusp of adolescence fantasize not about their peers or girls their own age but about their older hot neighbour or that stern but sexy English teacher. So, when given an opportunity to act on their long-held fantasy, it is a dream come true. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Quite a few men have admitted that their ‘first time’ was with someone older...making the experience that much more pleasurable for them. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Furthermore, quite a few men have admitted that their ‘first time’ was with someone older, so there was less fumbling, shyness, awkward pauses; with that female acting like a sexual sage and making the experience that much more pleasurable for them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Because they are both consenting adults, the most that will happen publicly is that they may get some disapproving looks. The real problem lies in the unequal balance of power.&nbsp; She who has the money calls the shots and this can become a problem if the mamma is super controlling. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> The real problem lies in the unequal balance of power.&nbsp; </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Another possible long term problem is that men will be men regardless of age and so may want to have fun occasionally in other ‘oil wells’ (you get it?). Therein lies a problem, when the sugar mamma is not the only one to get all the sugar.</p>\n<!-- /wp:paragraph -->','Sugar Mamma 101','','publish','closed','closed','','sugar-mammas','','','2019-08-14 21:28:23','2019-08-15 02:28:23','',0,'https://buzz-caribbean.com/?p=1980',0,'post','',0),(1981,11,'2019-08-06 20:53:04','2019-08-07 01:53:04','','Sugar Mama 1','','inherit','closed','closed','','sugar-mama-1','','','2019-08-06 20:53:04','2019-08-07 01:53:04','',1980,'https://buzz-caribbean.com/app/uploads/2019/08/Sugar-Mama-1.jpg',0,'attachment','image/jpeg',0),(1982,11,'2019-08-06 20:53:45','2019-08-07 01:53:45','<!-- wp:paragraph -->\n<p>She keeps you fed, clothed and smelling good. She also pays your credit card bills and for your townhouse. You keep her smiling, satisfied and feeling like she found the proverbial fountain of youth. It is a match made, not in heaven, but on Tinder, because she is not your mother but your mamma...as in sugar mamma.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> A ’sugar mamma’ is a woman (often an <a href=\"https://www.urbandictionary.com/define.php?term=older%20woman\">older woman</a>) who keeps her man or woman in nice standing with money, food, an apartment and other trappings of comfort and luxury. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now do not confuse a ‘cougar’ with a sugar mamma because the former likes the company and the midsection injection of a younger guy while the latter enjoys it and is willing to pay for the pleasure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sugar mammas are more common than you think, as many young men from the inner-city who want the finer things in life or struggling university students who have a hard time financing their way through school are prime candidates. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While it may seem distasteful to the moral majority, for the most part many do not see it as predatory in nature as a sugar daddy relationship. This is usually because women generally are not considered as exploiters and because men, whether they are young or old are perceived as willing to enter into sexual ‘congress’ with just about any female, regardless of her age.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Studies have found that most young males on the cusp of adolescence fantasize not about their peers or girls their own age but about their older hot neighbour or that stern but sexy English teacher. So, when given an opportunity to act on their long-held fantasy, it is a dream come true. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Furthermore, quite a few men have admitted that their ‘first time’ was with someone older, so there was less fumbling, shyness, awkward pauses; with that female acting like a sexual sage and making the experience that much more pleasurable for them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Because they are both consenting adults, the most that will happen publicly is that they may get some disapproving looks. The real problem lies in the unequal balance of power.  She who has the money calls the shots and this can become a problem if the mamma is super controlling. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another possible long term problem is that men will be men regardless of age and so may want to have fun occasionally in other ‘oil wells’ (you get it?). Therein lies a problem, when the sugar mamma is not the only one to get all the sugar.</p>\n<!-- /wp:paragraph -->','Sugar Mammas','','inherit','closed','closed','','1980-revision-v1','','','2019-08-06 20:53:45','2019-08-07 01:53:45','',1980,'https://buzz-caribbean.com/article/1980-revision-v1/',0,'revision','',0),(1983,21,'2019-08-06 21:02:29','2019-08-07 02:02:29','<!-- wp:paragraph -->\n<p>It is said to be every independent woman’s worse nightmare: the curse of the mamma boy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3982} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Mamas-Boy.jpg\" alt=\"\" class=\"wp-image-3982\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>That male for whom the opinions and views of his mother mean more than any logical or rational argument you can throw at him.&nbsp; Her hold is so tight that not even a new tin of WD40 can loosen it because she still cooks, cleans, comforts and consoles him in a way no other female is allowed to.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3985} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Mamas-Boy-Mom-Intervening-1024x576.jpg\" alt=\"\" class=\"wp-image-3985\" /><figcaption>Mom interfering in couple\'s relationship (Photo: scarymommy.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So why even get entangled with that twosome? Clearly, you will be seen as the third wheel or for her, just someone to tolerate until she frustrates you and runs you off like she has done every other girlfriend since he was in high school. That is the mindset of an overbearing mother. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Why in the name of curried goat gravy would you date a mamma’s boy? </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Tolerate and then take over. She may subtly drop hints on things she nitpicks about to substantiate what she feels is wrong with you and plant seeds of doubt in his brain. One girl was reportedly dropped because his mother said her eyes were too far apart and was the classic sign of a ‘hoe’.&nbsp; I kid you not.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once again you may ask, why in the name of curried goat gravy would you date a mamma’s boy? Well, if you analyse it fully there may be some perks to ‘mamma\'s boy madness’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Firstly you will never have to spend time doing his laundry or cleaning his crib since she got that covered. Housework and cooking is her forte so you do not have to kill yourself slaving over a hot stove. You do not have to cater to him because she\'s been doing it for decades anyways. Plus who really wants a relationship when your substantive date night involved sorting and matching his socks?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3987} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fresh-Laundry-1024x676.jpeg\" alt=\"\" class=\"wp-image-3987\" /><figcaption>Fresh laundry</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You have already guessed that if he calls you once or twice a day, he calls her at least five, therefore you will find time to get other things done without him ‘blowing up’ your phone since he will be well occupied.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3989} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Woman-relaxing-1024x678.jpg\" alt=\"\" class=\"wp-image-3989\" /><figcaption>Enjoy the additional free time</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Because you are independent, you can continue to live your best life, making him an appendage and not the centre of your universe because she is the centre of his.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most importantly, it will give you an opportunity to analyse and reflect on what you want from a long term relationship that can possibly lead to your forever after. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By examining what you do not currently have, you will realise what you want to have. By critically viewing what is missing you will understand what you are not getting so you, therefore, know what to search for and knowing what you want on your checklist of must-haves will ensure that you just do not settle for anybody’s ‘baby boy’.</p>\n<!-- /wp:paragraph -->','Would you date a mamma’s boy?','','publish','closed','closed','','would-you-date-a-mammas-boy','','','2019-08-14 21:20:39','2019-08-15 02:20:39','',0,'https://buzz-caribbean.com/?p=1983',0,'post','',0),(1984,11,'2019-08-06 20:58:28','2019-08-07 01:58:28','','MB 1','','inherit','closed','closed','','mb-1','','','2019-08-06 20:58:28','2019-08-07 01:58:28','',1983,'https://buzz-caribbean.com/app/uploads/2019/08/MB-1.jpg',0,'attachment','image/jpeg',0),(1985,11,'2019-08-06 21:02:29','2019-08-07 02:02:29','<!-- wp:paragraph -->\n<p>It is said to be every independent woman’s worse nightmare: the curse of the mamma boy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That male for whom the opinions and views of his mother mean more than any logical or rational argument you can throw at him.  Her hold is so tight that not even a new tin of WD40 can loosen it because she still cooks, cleans, comforts and consoles him in a way no other female is allowed to.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So why even get entangled with that twosome? Clearly, you will be seen as the third wheel or for her, just someone to tolerate until she frustrates you and runs you off like she has done every other girlfriend since he was in high school. That is the mindset of an overbearing mother. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Why in the name of curried goat gravy would you date a mamma’s boy? </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Tolerate and then take over. She may subtly drop hints on things she nitpicks about to substantiate what she feels is wrong with you and plant seeds of doubt in his brain. One girl was reportedly dropped because his mother said her eyes were too far apart and was the classic sign of a ‘hoe’.  I kid you not.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once again you may ask, why in the name of curried goat gravy would you date a mamma’s boy? Well, if you analyse it fully there may be some perks to ‘mamma\'s boy madness’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Firstly you will never have to spend time doing his laundry or cleaning his crib since she got that covered. Housework and cooking is her forte so you do not have to kill yourself slaving over a hot stove. You do not have to cater to him because she\'s been doing it for decades anyways. Plus who really wants a relationship when your substantive date night involved sorting and matching his socks?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You have already guessed that if he calls you once or twice a day, he calls her at least five, therefore you will find time to get other things done without him ‘blowing up’ your phone since he will be well occupied.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Because you are independent, you can continue to live your best life, making him an appendage and not the centre of your universe because she is the centre of his.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most importantly, it will give you an opportunity to analyse and reflect on what you want from a long term relationship that can possibly lead to your forever after. By examining what you do not currently have, you will realise what you want to have. By critically viewing what is missing you will understand what you are not getting so you, therefore, know what to search for and knowing what you want on your checklist of must-haves will ensure that you just do not settle for anybody’s ‘baby boy’.</p>\n<!-- /wp:paragraph -->','Would you date a mamma’s boy?','','inherit','closed','closed','','1983-revision-v1','','','2019-08-06 21:02:29','2019-08-07 02:02:29','',1983,'https://buzz-caribbean.com/article/1983-revision-v1/',0,'revision','',0),(1986,13,'2019-08-07 08:25:53','2019-08-07 13:25:53','','Worship Feast','','inherit','closed','closed','','worship-feast','','','2019-08-07 08:25:53','2019-08-07 13:25:53','',1662,'https://buzz-caribbean.com/app/uploads/2019/08/worship-feast.jpg',0,'attachment','image/jpeg',0),(1987,11,'2019-08-07 11:02:16','2019-08-07 16:02:16','<!-- wp:paragraph -->\n<p>We all know the saying ‘if you love the cow, you will accept the calf’ which can loosely be translated to mean ‘if you are in love with a woman, you must also love and accept her child/children’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>These few bad apples do not reflect the majority of cases where step-parents step up to the plate and do a yeoman job.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":4621,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Supportive-Stepparents-1-1024x632.jpg\" alt=\"\" class=\"wp-image-4621\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are many horror stories about evil step-parents out there but these few bad apples do not reflect the majority of cases where step-parents step up to the plate and do a yeoman job at being caregivers, nurturers and an extra set of eyes and hands to keep the family unit tight and right.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So what makes a step-parent great? Although there are no hard and fast rules, as every family is different, here are some general pointers that can be applied across the board:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"align\":\"left\"} -->\n<h5 style=\"text-align:left\">They do not overstep their bounds </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1. They allow you to be the main one doing the discipline. If they come in like a bull in a China shop, the kids can get resentful and see them as an interloper</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>They try to establish their own personal bond with the child. </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>2. It can be something as simple as taking them for ice cream if they are young or getting their nails done together if they are teenagers. It shows that they have a genuine interest in their lives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Respect the routine.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>3. Children like routine, as it gives them a sense of stability and order. Do not come in and change things without consultation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Do not try to fix what is not broken.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>4. Probably one of the worst things to do is come in and impose new rules just because you are an adult. “Because I said so” will not win you any brownie points for being considerate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Allow the child to express their emotions.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>5. They may be young but they have feelings. Do not be dismissive of it. If they are uncomfortable being verbal, encourage them to put it in a letter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Do not take yourself too seriously.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>6. If something embarrassing happens, do not overcompensate by yelling. Just laugh too. It shows them a softer side of you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Get their opinion when planning family-themed events.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>7. When hitting the road together, ask them beforehand what they would like to do for fun and as long as it is not super expensive, add to the list of things to do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> Be fair but be firm.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>8. If they think you are pushover they will try and get away with just about anything. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Do not get into a power struggle with older children.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>9. As the adult you have to let them know that you are in charge but not in a confrontational manner. State what you want to be done and leave them to do it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Tell them every day that you feel blessed to be a part of their lives.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>10. They may not readily admit it but children love encouragement and words of praise. Build their self-esteem and watch them flourish.</p>\n<!-- /wp:paragraph -->','Ten tips to being a great step parent','','publish','closed','closed','','ten-tips-to-being-a-great-step-parent','','','2019-08-19 12:12:45','2019-08-19 17:12:45','',0,'https://buzz-caribbean.com/?p=1987',0,'post','',0),(1990,21,'2019-08-07 09:47:16','2019-08-07 14:47:16','<!-- wp:image {\"id\":3145} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/halle-berry-A-1024x661.jpg\" alt=\"\" class=\"wp-image-3145\" /><figcaption> Halle Berry says her five-year-old son, Maceo, often embarrasses her when they go out.  (Photo: Associated Press)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Halle Berry\'s son loves to embarrass her in public.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 52-year-old actress has daughter Nahla, 11, with former partner Gabriel Aubry and son Maceo, five, with her ex-husband Olivier Martinez, and Halle has revealed that Maceo loves to make her squirm by announcing her name to everyone they hear.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Halle told InStyle magazine: \"This is funny - for the last year, my son has been saying my full name really loudly in public like, \'Halle Berry, can you pass me the ketchup?\' It\'s just so embarrassing! He knows it gets a reaction from people, but he can\'t quite figure out why.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"My son has been saying my full name really loudly in public like, \'Halle Berry, can you pass me the ketchup?\' It\'s just so embarrassing!\"  </p><cite>— Halle Berry</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Halle also revealed she feels ready to take on more acting roles now that both of her children are in school, and she believes her acting work helps her to stay connected to her children.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She explained: \"The only thing I want at the end of the day is for my children to say: \'You weren\'t perfect, you didn\'t do everything right, but you were a good mom\'. I spent almost 10 years being in mom mode. Now that my youngest is starting kindergarten, I feel like I can get back into my life, and that\'s important. I want to keep challenging myself and proving that I can still follow my passions, take risks, and take on characters who make me feel alive.”</p>\n<!-- /wp:paragraph -->','Halle Berry\'s son screams her full name in public','','publish','closed','closed','','halle-berrys-son-screams-her-full-name-in-public','','','2019-08-13 14:56:58','2019-08-13 19:56:58','',0,'https://buzz-caribbean.com/?p=1990',0,'post','',0),(1991,9,'2019-08-07 09:44:16','2019-08-07 14:44:16','','Halle Berry signs autographs for waiting fans as she arrives for her appearance on Jimmy Kimmel Live!','170396, Halle Berry signs autographs for waiting fans as she arrives for her appearance on Jimmy Kimmel Live! Los Angeles, California - Thursday September 21, 2017.  Photograph: Â© Cathy Gibson, PacificCoastNews. Los Angeles Office (PCN): +1 310.822.0419 UK Office (Avalon): +44 (0) 20 7421 6000','inherit','closed','closed','','halle-berry-signs-autographs-for-waiting-fans-as-she-arrives-for-her-appearance-on-jimmy-kimmel-live','','','2019-08-07 09:44:16','2019-08-07 14:44:16','',1990,'https://buzz-caribbean.com/app/uploads/2019/08/halle-berry.jpg',0,'attachment','image/jpeg',0),(1992,9,'2019-08-07 09:46:55','2019-08-07 14:46:55','<!-- wp:image {\"id\":1991} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/halle-berry.jpg\" alt=\"\" class=\"wp-image-1991\" /><figcaption>Halle Berry says her five-year-old son, Maceo, often embarrasses her when they go out. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Halle Berry\'s son loves to embarrass her in public. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 52-year-old actress has daughter Nahla, 11, with former partner Gabriel Aubry and son Maceo, five, with her ex-husband Olivier Martinez, and Halle has revealed that Maceo loves to make her squirm by announcing her name to everyone they hear.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Halle told <strong>InStyle</strong> magazine: \"This is funny - for the last year, my son has been saying my full name really loudly in public like, \'Halle Berry, can you pass me the ketchup?\' It\'s just so embarrassing! He knows it gets a reaction from people, but he can\'t quite figure out why.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"My son has been saying my full name really loudly in public like, \'Halle Berry, can you pass me the ketchup?\' It\'s just so embarrassing!\"  </p><cite>- Halle Berry</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Halle also revealed she feels ready to take on more acting roles now that both of her children are in school, and she believes her acting work helps her to stay connected to her children. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She explained: \"The only thing I want at the end of the day is for my children to say: \'You weren\'t perfect, you didn\'t do everything right, but you were a good mom\'. I spent almost 10 years being in mom mode. Now that my youngest is starting kindergarten, I feel like I can get back into my life, and that\'s important. I want to keep challenging myself and proving that I can still follow my passions, take risks, and take on characters who make me feel alive.”</p>\n<!-- /wp:paragraph -->','Halle Berry\'s son screams her full name in public','','inherit','closed','closed','','1990-revision-v1','','','2019-08-07 09:46:55','2019-08-07 14:46:55','',1990,'https://buzz-caribbean.com/article/1990-revision-v1/',0,'revision','',0),(1993,9,'2019-08-07 10:40:11','2019-08-07 15:40:11','<!-- wp:image {\"id\":1994} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Drake-and-Popcaan-2019-1024x657.jpg\" alt=\"\" class=\"wp-image-1994\" /><figcaption>Popcaan (right) says he was happy to perform at Drake\'s (left) Ovo Fest.   <br>(Photo: Instagram @champagnepapi)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dancehall artiste Popcaan joined in on the action at OVO Fest that was held in Canada on August 5 when he was called on stage by rap superstar Drake.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When Popcaan went on stage, there was a loud uproar from the\ncrowd, as he was not expected to perform. Nonetheless, the deejay managed to reel\noff a few songs from his catalogue, including ‘Only Man She Want’ and a piece\nof ‘Controlla’, which sent the crowd into a frenzy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0zzCAglUit/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0zzCAglUit/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Following the performance, Popcaan took to social media to share\nclips of his stint on stage. He also thanked Drake for allowing him to be part\nof the ‘historic’ event. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Drake also went on social media to show gratitude to other\nartistes like Meek Mill, Da Baby, Lil Baby, Cardi B, Megan the Stallion, Gucci\nMane, who performed at the event. &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->','Popcaan rocks OVO Fest with Drake','','publish','closed','closed','','popcaan-rocks-ovo-fest-with-drake','','','2019-08-12 15:36:46','2019-08-12 20:36:46','',0,'https://buzz-caribbean.com/?p=1993',0,'post','',0),(1994,9,'2019-08-07 10:33:20','2019-08-07 15:33:20','','Drake-and-Popcaan-2019','','inherit','closed','closed','','drake-and-popcaan-2019','','','2019-08-07 10:33:20','2019-08-07 15:33:20','',1993,'https://buzz-caribbean.com/app/uploads/2019/08/Drake-and-Popcaan-2019.jpg',0,'attachment','image/jpeg',0),(1995,9,'2019-08-07 10:40:11','2019-08-07 15:40:11','<!-- wp:image {\"id\":1994} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Drake-and-Popcaan-2019-1024x657.jpg\" alt=\"\" class=\"wp-image-1994\" /><figcaption>Popcaan (right) says he was happy to perform at Drake\'s (left) Ovo Fest </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dancehall artiste Popcaan joined in on the action at OVO Fest that was held in Canada on August 5 when he was called on stage by rap superstar Drake.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When Popcaan went on stage, there was a loud uproar from the\ncrowd, as he was not expected to perform. Nonetheless, the deejay managed to reel\noff a few songs from his catalogue, including ‘Only Man She Want’ and a piece\nof ‘Controlla’, which sent the crowd into a frenzy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0zzCAglUit/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0zzCAglUit/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Following the performance, Popcaan took to social media to share\nclips of his stint on stage. He also thanked Drake for allowing him to be part\nof the ‘historic’ event. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Drake also went on social media to show gratitude to other\nartistes like Meek Mill, Da Baby, Lil Baby, Cardi B, Megan the Stallion, Gucci\nMane, who performed at the event. &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->','Popcaan rocks OVO Fest with Drake','','inherit','closed','closed','','1993-revision-v1','','','2019-08-07 10:40:11','2019-08-07 15:40:11','',1993,'https://buzz-caribbean.com/article/1993-revision-v1/',0,'revision','',0),(1998,9,'2019-08-07 11:02:39','2019-08-07 16:02:39','<!-- wp:image {\"id\":2000} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Oprah.jpg\" alt=\"\" class=\"wp-image-2000\" /><figcaption>Oprah Winfrey </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Oprah Winfrey is a big fan of Michael B. Jordan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 65-year-old media mogul has joined forces with the 32-year-old actor for new TV drama \'David Makes Man\' on Oprah\'s OWN network, and she gushed that working with Michael on the project was \"powerful\".&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking about the drama, which tells the story of a \"14-year-old prodigy from the projects who must choose between the streets that raised him or the higher education that may offer him a way out\", Oprah told Entertainment Tonight: \"I think it is inspirational for me to be surrounded by and also to be able to collaborate with, lift up, rise along with, help raise, other people who are of like minds. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2001]} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/michae-b-jordan.jpg-new.jpg\" alt=\"\" data-id=\"2001\" data-link=\"https://buzz-caribbean.com/?attachment_id=2001\" class=\"wp-image-2001\" /><figcaption>Actor Michael B. Jordan </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>\"He really does care about these kinds of stories, and so you know when you combine the two, it\'s even more powerful.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Michael, who starred in ‘Black Panther’, is co-producing the project with Oprah through his Outlier Society Productions, and he praised Oprah for her \"guidance\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Michael said: \"It\'s pretty epic to have her guidance and her eyes and her essence. Her presence around us, guiding us through this process, has been something I\'ll never forget.\" </p>\n<!-- /wp:paragraph -->','Oprah showers Michael B. Jordan with praises','','publish','closed','closed','','oprah-showers-michael-b-jordan-with-praises','','','2019-08-12 15:26:54','2019-08-12 20:26:54','',0,'https://buzz-caribbean.com/?p=1998',0,'post','',0),(1999,11,'2019-08-07 10:52:08','2019-08-07 15:52:08','','Family','','inherit','closed','closed','','family','','','2019-08-07 10:52:08','2019-08-07 15:52:08','',1987,'https://buzz-caribbean.com/app/uploads/2019/08/Family.jpg',0,'attachment','image/jpeg',0),(2000,9,'2019-08-07 10:57:31','2019-08-07 15:57:31','','Oprah Winfrey at the Los Angeles premiere of Disney\'s \'A Wrinkle In Time\' at the El Capitan Theatre','173950, Oprah Winfrey at the Los Angeles premiere of Disney\'s \'A Wrinkle In Time\' at the El Capitan Theatre. Los Angeles, California - Monday February 26, 2018.  Photograph: © PacificCoastNews. Los Angeles Office (PCN): +1 310.822.0419 UK Office (Avalon): +44 (0) 20 7421 6000','inherit','closed','closed','','oprah-winfrey-at-the-los-angeles-premiere-of-disneys-a-wrinkle-in-time-at-the-el-capitan-theatre','','','2019-08-07 10:57:31','2019-08-07 15:57:31','',1998,'https://buzz-caribbean.com/app/uploads/2019/08/Oprah.jpg',0,'attachment','image/jpeg',0),(2001,9,'2019-08-07 10:58:20','2019-08-07 15:58:20','','86th Annual Academy Awards - Arrivals','HOLLYWOOD, CA - MARCH 02:  Actor Michael B. Jordan attends the Oscars held at Hollywood &amp; Highland Center on March 2, 2014 in Hollywood, California.  (Photo by Lester Cohen/WireImage)','inherit','closed','closed','','86th-annual-academy-awards-arrivals','','','2019-08-07 10:58:20','2019-08-07 15:58:20','',1998,'https://buzz-caribbean.com/app/uploads/2019/08/michae-b-jordan.jpg-new.jpg',0,'attachment','image/jpeg',0),(2002,11,'2019-08-07 10:58:31','2019-08-07 15:58:31','','Supportive Stepparents','','inherit','closed','closed','','supportive-stepparents','','','2019-08-07 10:58:31','2019-08-07 15:58:31','',1987,'https://buzz-caribbean.com/app/uploads/2019/08/Supportive-Stepparents.jpg',0,'attachment','image/jpeg',0),(2003,11,'2019-08-07 10:58:54','2019-08-07 15:58:54','<!-- wp:paragraph -->\n<p>We all know the saying ‘if you love the cow, you will accept the calf’ which can loosely be translated to mean ‘if you are in love with a woman, you must also love and accept her child/children’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>These few bad apples do not reflect the majority of cases where step-parents step up to the plate and do a yeoman job.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":2002,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Supportive-Stepparents.jpg\" alt=\"\" class=\"wp-image-2002\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are many horror stories about evil step-parents out there but these few bad apples do not reflect the majority of cases where step-parents step up to the plate and do a yeoman job at being caregivers, nurturers and an extra set of eyes and hands to keep the family unit tight and right.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So what makes a step-parent great? Although there are no hard and fast rules, as every family is different, here are some general pointers that can be applied across the board:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"align\":\"left\"} -->\n<h5 style=\"text-align:left\">They do not overstep their bounds </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1. They allow you to be the main one doing the discipline. If they come in like a bull in a China shop, the kids can get resentful and see them as an interloper</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>They try to establish their own personal bond with the child. </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>2. It can be something as simple as taking them for ice cream if they are young or getting their nails done together if they are teenagers. It shows that they have a genuine interest in their lives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Respect the routine.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>3. Children like routine, as it gives them a sense of stability and order. Do not come in and change things without consultation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Do not try to fix what is not broken.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>4. Probably one of the worst things to do is come in and impose new rules just because you are an adult. “Because I said so” will not win you any brownie points for being considerate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Allow the child to express their emotions.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>5. They may be young but they have feelings. Do not be dismissive of it. If they are uncomfortable being verbal, encourage them to put it in a letter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Do not take yourself too seriously.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>6. If something embarrassing happens, do not overcompensate by yelling. Just laugh too. It shows them a softer side of you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Get their opinion when planning family-themed events.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>7. When hitting the road together, ask them beforehand what they would like to do for fun and as long as it is not super expensive, add to the list of things to do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> Be fair but be firm.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>8. If they think you are pushover they will try and get away with just about anything. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Do not get into a power struggle with older children.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>9. As the adult you have to let them know that you are in charge but not in a confrontational manner. State what you want to be done and leave them to do it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Tell them every day that you feel blessed to be a part of their lives.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>10. They may not readily admit it but children love encouragement and words of praise. Build their self-esteem and watch them flourish.</p>\n<!-- /wp:paragraph -->','Ten tips to being a great step parent','','inherit','closed','closed','','1987-revision-v1','','','2019-08-07 10:58:54','2019-08-07 15:58:54','',1987,'https://buzz-caribbean.com/article/1987-revision-v1/',0,'revision','',0),(2004,9,'2019-08-07 11:01:15','2019-08-07 16:01:15','<!-- wp:image {\"id\":2000} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Oprah.jpg\" alt=\"\" class=\"wp-image-2000\" /><figcaption>Oprah Winfrey </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Oprah Winfrey is a big fan of Michael B. Jordan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 65-year-old media mogul has joined forces with the 32-year-old actor for new TV drama \'David Makes Man\' on Oprah\'s OWN network, and she gushed that working with Michael on the project was \"powerful\". </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking about the drama, which tells the story of a \"14-year-old prodigy from the projects who must choose between the streets that raised him or the higher education that may offer him a way out\", Oprah told <strong>Entertainment Tonight</strong>: \"I think it is inspirational for me to be surrounded by and also to be able to collaborate with, lift up, rise along with, help raise, other people who are of like minds. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2001]} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/michae-b-jordan.jpg-new.jpg\" alt=\"\" data-id=\"2001\" data-link=\"https://buzz-caribbean.com/?attachment_id=2001\" class=\"wp-image-2001\" /><figcaption>Actor Michael B. Jordan </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>\"He really does care about these kinds of stories, and so you know when you combine the two, it\'s even more powerful.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Michael, who starred in ‘Black Panther’, is co-producing the project with Oprah through his Outlier Society Productions, and he praised Oprah for her \"guidance\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Michael said: \"It\'s pretty epic to have her guidance and her eyes and her essence. Her presence around us, guiding us through this process, has been something I\'ll never forget.\" </p>\n<!-- /wp:paragraph -->','Oprah showers Michael B. Jordan with praises','','inherit','closed','closed','','1998-revision-v1','','','2019-08-07 11:01:15','2019-08-07 16:01:15','',1998,'https://buzz-caribbean.com/article/1998-revision-v1/',0,'revision','',0),(2005,11,'2019-08-07 11:01:57','2019-08-07 16:01:57','','Stepparent','','inherit','closed','closed','','stepparent','','','2019-08-07 11:01:57','2019-08-07 16:01:57','',1987,'https://buzz-caribbean.com/app/uploads/2019/08/stepparent.jpg',0,'attachment','image/jpeg',0),(2006,11,'2019-08-07 12:00:53','2019-08-07 17:00:53','<!-- wp:paragraph -->\n<p>It is on your phone, your laptop and/or your tablet because you felt the need to download and watch from any device whenever you get some free time. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2020,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-man-on-the-computer.jpg\" alt=\"\" class=\"wp-image-2020\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Watching porn is a daily occurrence for some individuals and we are not only referring to males. Statistics show that porn ranks second only to gambling when it comes to online viewership and downloading making the ‘slapping skin business’ a billion-dollar industry. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2012} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-and-white-body-erotic-230986-1024x683.jpg\" alt=\"\" class=\"wp-image-2012\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pornography (often abbreviated porn) is the portrayal of <a href=\"https://en.wikipedia.org/wiki/Human_sexual_activity\">sexual</a> subject matter for the exclusive purpose of sexual arousal. It can be viewed in a number of media such as sound recording, films, videos, books, <a href=\"https://en.wikipedia.org/wiki/Pornographic_magazine\">magazines</a>, postcards, photographs, drawings, painting, animation, phone calls, writings and video games.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2014} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/art-black-and-white-black-and-white-1569124-1024x683.jpg\" alt=\"\" class=\"wp-image-2014\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While for some it is seen as a little harmless stimulation or the precursor to a night of passionate lovemaking, too much can indeed impact your relationship. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Statistics show that porn ranks second only to gambling  when it comes to online viewership</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>When an individual cannot ‘function’ if she/he is not watching porn, it becomes a problem. Likewise, the person that watches porn every chance they get, day or night, even on occasions where it is inappropriate, like at the office or worse, in church, is in fact an addict.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2021} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/unhappy-couple.jpg\" alt=\"\" class=\"wp-image-2021\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Another challenge with watching porn with regularity\nis that some men cannot separate fantasy from reality. Pornography is selling\nyou a fantasy; a sexual scenario that you will find pleasing as it checks off\ncertain boxes that arouses you. Hot chick, skimpy bikini, big breasts, a\nwilling and eager partner, ready to do as you say at the drop of a command. No\nwonder people tune in and get turned on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2022} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-and-white-body-erotic-415314-1024x683.jpg\" alt=\"\" class=\"wp-image-2022\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The reality is far different and some people cannot handle that. For example, a man who likes to watch scenes where the male ejaculates all over the woman’s face. It may work in porn but many girlfriends and wives may have a problem with that. No amount of role-playing will make every woman be comfortable doing that as they may be socialized to believe that it is degrading to women and do not wish to be objectified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> It can also cause serious self-esteem issues .</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>While some couples enjoy watching porn together to get them in the mood, some object to its introduction as they feel that their partner is either seeing them as not enough by themselves or not sexy enough in general. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2025} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bed-bedroom-black-and-white-1405846-1024x683.jpg\" alt=\"\" class=\"wp-image-2025\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It can also cause serious self-esteem issues as a woman with stretch marks and breasts that are not perky may be intimidated by the sight of a porn star with an hourglass figure and an overall smoking hot body. She then compares herself to the image on the screen and feels ‘less than’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2026} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/abs-adult-athlete-1229356-1024x768.jpg\" alt=\"\" class=\"wp-image-2026\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Likewise, a man with an average size penis cannot come to terms with a well endowed male porn star as he feels he is coming up short and may even start questioning his ability to please his woman. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the end of the day, porn, if used, should be an enhancement, not a hindrance to real intimacy.</p>\n<!-- /wp:paragraph -->','Can watching porn affect your sex life?','','publish','closed','closed','','can-watching-porn-affect-your-sex-life','','','2019-08-07 12:00:53','2019-08-07 17:00:53','',0,'https://buzz-caribbean.com/?p=2006',0,'post','',0),(2007,14,'2019-08-07 11:06:32','2019-08-07 16:06:32','<!-- wp:paragraph -->\n<p>After nearly a decade of asking, one film has done what was thought to be impossible. Avengers: Endgame as of July 2019, has officially become the world’s highest-grossing movie of all time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To deny James Cameron’s sci-fi/fantasy epic\nAvatar is a tremendous feat, seeing as the now-second most successful film of\nall time, grossed US $2.789 billion in 2009.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Based on insights from <a href=\"https://www.boxofficemojo.com/alltime/world/\">Box Office Mojo</a>, <strong>BUZZ</strong> notes that the Marvel Cinematic Universe (MCU) has four entries in the global top 10. If parent company Disney is included, the pair sweep two extra spots on the best 10, to bring Buena Vista Studios’ count to six out of ten.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to know which other films are in the top 10? We got you!<strong> BUZZ </strong>presents the top 10 highest-grossing films of all time worldwide (not counting inflation):</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>10. <em>Black Panther</em> (2018), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1689} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-panther-two-kings-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-1689\" /><figcaption>Erik Killmonger and T\'Challa square off in Black Panther (Photo contributed, Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: US $1.346 billon</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office figures (US cinemas only): $700.1 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>9. <em>Avengers: Age of Ultron</em> (2015), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1684} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-age-of-ultron-screengrab-bluray-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-1684\" /><figcaption>Thor (centre) Captian America (left) and War Machine (right) watch as Ultron\'s mech-army invades Sokovia (Photo contributed, Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $1.405 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $459 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>8. <em>Furious 7</em> (2015), Universal Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1685} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/furious-7-screengrab-buzz-1024x538.jpg\" alt=\"\" class=\"wp-image-1685\" /><figcaption>The cast of Furious 7 in Dubai (Photo contributed, Universal Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $1.516 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $ 353 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>7. <em>Marvel\'s The Avengers</em> (2012), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1687} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-2012-assemble-1024x576.jpg\" alt=\"\" class=\"wp-image-1687\" /><figcaption>Avengers assemble! (Photo contributed, Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $1.518 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $623.4 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>6. <em>Jurassic World</em> (2015), Universal Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1693} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jurassic-world-2015-buzz-screengrab-1024x576.jpg\" alt=\"\" class=\"wp-image-1693\" /><figcaption>Shhhh....the Indominus Rex is on the loose! (Photo contributed, Universal Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $1.617 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $652.3 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>5. <em>Avengers: Infinity War</em> (2018), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1696} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-infinity-war-official-buzz-1024x797.jpg\" alt=\"\" class=\"wp-image-1696\" /><figcaption>Thanos (top centre) threatens half the universe with extinction on his hunt for the Infinity Stones (Photo contributed, Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $2.048 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $678.8 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>4. <em>Star Wars: The Force Awakens</em> (2015), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1698} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/star-wars-tfa-poster-buzz-1024x672.jpg\" alt=\"\" class=\"wp-image-1698\" /><figcaption>A new chapter! The Force Awakens was hailed a \'brilliant resurgence\' for the Star Wars franchise (Photo contributed, Buena Vista Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $2.068 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $936.7 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>3. <em>Titanic</em> (1997), Paramount Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1699} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/titanic-iconic-scene-buzz-screengrab-1024x596.jpeg\" alt=\"\" class=\"wp-image-1699\" /><figcaption>\"I\'m flying!\" - one of film\'s most iconic lines from Titanic (Photo contributed, Paramount Pictures)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $2.187 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $659.4 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>2. <em>Avatar</em> (2009), Fox Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1701} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avatar-offical-poster-buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-1701\" /><figcaption>Jake Sully or Tsu\'tey? Why not both! (Photo contributed, Fox Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $2.789 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $760.5 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>1. <em>Avengers: Endgame</em> (2019), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1688} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-poster-buzz-crop-1-1024x536.jpg\" alt=\"\" class=\"wp-image-1688\" /><figcaption>A race against time to reverse the damage by Thanos is the driving motivation for The Avengers in Endgame (Photo contributed, Marvel Studios) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $2.794 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $857.5 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Buzzhive</em></strong>! How many of these \'mega-grossers\' have you seen? Which is your fav? Sound off in the comments below!</p>\n<!-- /wp:paragraph -->','Disney, Fox, Universal or Paramount: What are the highest-grossing films of all time?','','inherit','closed','closed','','1670-revision-v1','','','2019-08-07 11:06:32','2019-08-07 16:06:32','',1670,'https://buzz-caribbean.com/article/1670-revision-v1/',0,'revision','',0),(2008,9,'2019-08-07 11:52:37','2019-08-07 16:52:37','<!-- wp:image {\"id\":2009} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joanna-walker-1024x684.jpg\" alt=\"\" class=\"wp-image-2009\" /><figcaption>Joanna Walker thanked the Lord for helping her to win the Gospel Song Competition.  (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Moments after she was announced as the winner of the Jamaica Cultural Development Commission’s (JCDC) 2019 Gospel Song Competition, Joanna Walker was full of praises for the Lord.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was the Saviour, she said, who deserved all the glory, as He was her sole inspiration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Right throughout the competition I was forced to remain grounded and knew that I had to put Jesus Christ in front, as it was He who has been guiding me throughout. He deserves all the honour, as He is the one who is responsible for this,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Walker was born in Kingston, but she represented the parish of St James, where she currently resides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2013} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joanna-walker-BB-1024x683.jpg\" alt=\"\" class=\"wp-image-2013\" /><figcaption>Joanna Walker was very animated as she delivered her song. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She has no intention of resting on her laurels, as she plans\nto use her exposure and talent to help others along the way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I have ambitions to get myself qualified to teach music. I\nlove teaching and helping young people achieve their dreams,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Right throughout the competition I was forced to remain grounded and knew that I had to put Jesus Christ in front.\"</p><cite>— Joanna Walker </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Long before she touched the stage at the National Arena in\nKingston on August 4, Walker had been honing her talent. She has been singing\nand writing songs for years. While at Christiana High School in Manchester, she\nentered the JCDC Festival of the Performing Arts and won gold, silver and\nbronze medals in drama, music and speech, respectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2010, she emerged as the winner of the Sandals and Beaches Encore Competition for the Caribbean. She has also earned herself a top-five place in the Open Mic International UK Competition in 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2015} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joanna-walker-CCC-1024x683.jpg\" alt=\"\" class=\"wp-image-2015\" /><figcaption>Joanna Walker shows her experience while performing at JCDC\'s Gospel Song Competition. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Her experience was obvious as she sauntered through her songs\nduring the competition, as she used her superb vocal range and great stage\npresence to make the job of the judges easier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now $1 million richer and with her name now etched in Jamaica’s\nmusic history, Walker intends to continue honing her craft.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I will continue singing for Christ and carrying his torch. I\nwould like to take time out to salute all those who supported me and believed\nin me. My family, friends and loved ones. Thank you, Jesus,” she said.</p>\n<!-- /wp:paragraph -->','Thank you, Jesus! Joanna Walker happy to win Gospel Song Competition','','publish','closed','closed','','thank-you-jesus-joanna-walker-happy-to-win-gospel-song-competition','','','2019-08-12 15:26:10','2019-08-12 20:26:10','',0,'https://buzz-caribbean.com/?p=2008',0,'post','',0),(2009,9,'2019-08-07 11:30:44','2019-08-07 16:30:44','','joanna-walker','','inherit','closed','closed','','joanna-walker','','','2019-08-07 11:30:44','2019-08-07 16:30:44','',2008,'https://buzz-caribbean.com/app/uploads/2019/08/joanna-walker.jpg',0,'attachment','image/jpeg',0),(2010,11,'2019-08-07 11:36:58','2019-08-07 16:36:58','','dark-erotic-lingerie-193356','','inherit','closed','closed','','dark-erotic-lingerie-193356','','','2019-08-07 11:36:58','2019-08-07 16:36:58','',2006,'https://buzz-caribbean.com/app/uploads/2019/08/dark-erotic-lingerie-193356.jpg',0,'attachment','image/jpeg',0),(2011,14,'2019-08-07 11:38:30','2019-08-07 16:38:30','<!-- wp:paragraph -->\n<p>After nearly a decade of asking, one film has done what was thought to be impossible. Avengers: Endgame as of July 2019, has officially become the world’s highest-grossing movie of all time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To deny James Cameron’s sci-fi/fantasy epic\nAvatar is a tremendous feat, seeing as the now-second most successful film of\nall time, grossed US $2.789 billion in 2009.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Based on insights from <a href=\"https://www.boxofficemojo.com/alltime/world/\">Box Office Mojo</a>, <strong>BUZZ</strong> notes that the Marvel Cinematic Universe (MCU) has four entries in the global top 10. If parent company Disney is included, the pair sweep two extra spots on the best 10, to bring Buena Vista Studios’ count to six out of ten.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to know which other films are in the top 10? We got you!<strong> BUZZ </strong>presents the top 10 highest-grossing films of all time worldwide (not counting inflation):</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>10. <em>Black Panther</em> (2018), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1689} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-panther-two-kings-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-1689\" /><figcaption>Erik Killmonger and T\'Challa square off in the Wakanda-epic, Black Panther (Photo contributed, Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: US $1.346 billon</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office figures (US cinemas only): $700.1 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>9. <em>Avengers: Age of Ultron</em> (2015), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1684} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-age-of-ultron-screengrab-bluray-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-1684\" /><figcaption>Thor (centre) Captian America (left) and War Machine (right) watch as Ultron\'s mech-army invades Sokovia (Photo contributed, Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $1.405 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $459 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>8. <em>Furious 7</em> (2015), Universal Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1685} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/furious-7-screengrab-buzz-1024x538.jpg\" alt=\"\" class=\"wp-image-1685\" /><figcaption>The cast of Furious 7 in Dubai (Photo contributed, Universal Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $1.516 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $ 353 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>7. <em>Marvel\'s The Avengers</em> (2012), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1687} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-2012-assemble-1024x576.jpg\" alt=\"\" class=\"wp-image-1687\" /><figcaption>Avengers assemble! (Photo contributed, Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $1.518 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $623.4 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>6. <em>Jurassic World</em> (2015), Universal Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1693} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jurassic-world-2015-buzz-screengrab-1024x576.jpg\" alt=\"\" class=\"wp-image-1693\" /><figcaption>Shhhh....the Indominus Rex is on the loose! (Photo contributed, Universal Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $1.617 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $652.3 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>5. <em>Avengers: Infinity War</em> (2018), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1696} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-infinity-war-official-buzz-1024x797.jpg\" alt=\"\" class=\"wp-image-1696\" /><figcaption>Thanos (top centre) threatens half the universe with extinction on his hunt for the Infinity Stones (Photo contributed, Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $2.048 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $678.8 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>4. <em>Star Wars: The Force Awakens</em> (2015), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1698} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/star-wars-tfa-poster-buzz-1024x672.jpg\" alt=\"\" class=\"wp-image-1698\" /><figcaption>A new chapter! The Force Awakens was hailed a \'brilliant resurgence\' for the Star Wars franchise (Photo contributed, Buena Vista Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $2.068 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $936.7 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>3. <em>Titanic</em> (1997), Paramount Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1699} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/titanic-iconic-scene-buzz-screengrab-1024x596.jpeg\" alt=\"\" class=\"wp-image-1699\" /><figcaption>\"I\'m flying!\" - one of film\'s most iconic lines from Titanic (Photo contributed, Paramount Pictures)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $2.187 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $659.4 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>2. <em>Avatar</em> (2009), Fox Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1701} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avatar-offical-poster-buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-1701\" /><figcaption>Jake Sully or Tsu\'tey? Why not both! (Photo contributed, Fox Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $2.789 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $760.5 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>1. <em>Avengers: Endgame</em> (2019), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1688} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-poster-buzz-crop-1-1024x536.jpg\" alt=\"\" class=\"wp-image-1688\" /><figcaption>A race against time to reverse the damage by Thanos is the driving motivation for The Avengers in Endgame (Photo contributed, Marvel Studios) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $2.794 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $857.5 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Buzzhive</em></strong>! How many of these \'mega-grossers\' have you seen? Which is your fav? Sound off in the comments below!</p>\n<!-- /wp:paragraph -->','What are the highest-grossing films of all time?','','inherit','closed','closed','','1670-revision-v1','','','2019-08-07 11:38:30','2019-08-07 16:38:30','',1670,'https://buzz-caribbean.com/article/1670-revision-v1/',0,'revision','',0),(2012,11,'2019-08-07 11:39:19','2019-08-07 16:39:19','','black-and-white-body-erotic-230986','','inherit','closed','closed','','black-and-white-body-erotic-230986','','','2019-08-07 11:39:19','2019-08-07 16:39:19','',2006,'https://buzz-caribbean.com/app/uploads/2019/08/black-and-white-body-erotic-230986.jpg',0,'attachment','image/jpeg',0),(2013,9,'2019-08-07 11:41:06','2019-08-07 16:41:06','','joanna-walker-BB','','inherit','closed','closed','','joanna-walker-bb','','','2019-08-07 11:41:06','2019-08-07 16:41:06','',2008,'https://buzz-caribbean.com/app/uploads/2019/08/joanna-walker-BB.jpg',0,'attachment','image/jpeg',0),(2014,11,'2019-08-07 11:41:08','2019-08-07 16:41:08','','art-black-and-white-black-and-white-1569124','','inherit','closed','closed','','art-black-and-white-black-and-white-1569124','','','2019-08-07 11:41:08','2019-08-07 16:41:08','',2006,'https://buzz-caribbean.com/app/uploads/2019/08/art-black-and-white-black-and-white-1569124.jpg',0,'attachment','image/jpeg',0),(2015,9,'2019-08-07 11:41:41','2019-08-07 16:41:41','','joanna-walker-CCC','','inherit','closed','closed','','joanna-walker-ccc','','','2019-08-07 11:41:41','2019-08-07 16:41:41','',2008,'https://buzz-caribbean.com/app/uploads/2019/08/joanna-walker-CCC.jpg',0,'attachment','image/jpeg',0),(2016,9,'2019-08-07 11:42:04','2019-08-07 16:42:04','<!-- wp:image {\"id\":2009} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joanna-walker-1024x684.jpg\" alt=\"\" class=\"wp-image-2009\" /><figcaption>Joanna Walker thanked the Lord for helping her to win the Gospel Song Competition. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Moments after she was announced as the winner of the Jamaica Cultural Development Commission’s (JCDC) 2019 Gospel Song Competition, Joanna Walker was full of praises for the Lord.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was the Saviour, she said, who deserved all the glory, as He was her sole inspiration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Right throughout the competition I was forced to remain grounded and knew that I had to put Jesus Christ in front, as it was He who has been guiding me throughout. He deserves all the honour, as He is the one who is responsible for this,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2013} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joanna-walker-BB-1024x683.jpg\" alt=\"\" class=\"wp-image-2013\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Walker was born in Kingston, but she represented the parish of St James, where she currently resides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Right throughout the competition I was forced to remain grounded and knew that I had to put Jesus Christ in front.\"</p><cite>- Joanna Walker </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She has no intention of resting on her laurels, as she plans\nto use her exposure and talent to help others along the way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I have ambitions to get myself qualified to teach music. I\nlove teaching and helping young people achieve their dreams,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Long before she touched the stage at the National Arena in\nKingston on August 4, Walker had been honing her talent. She has been singing\nand writing songs for years. While at Christiana High School in Manchester, she\nentered the JCDC Festival of the Performing Arts and won gold, silver and\nbronze medals in drama, music and speech, respectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“I will continue singing for Christ and carrying his torch.\"</p><cite>- Joanna Walker </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In 2010, she emerged as the winner of the Sandals and Beaches Encore Competition for the Caribbean. She has also earned herself a top-five place in the Open Mic International UK Competition in 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her experience was obvious as she sauntered through her songs\nduring the competition, as she used her superb vocal range and great stage\npresence to make the job of the judges easier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2015} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joanna-walker-CCC-1024x683.jpg\" alt=\"\" class=\"wp-image-2015\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now $1 million richer and with her name now etched in Jamaica’s\nmusic history, Walker intends to continue honing her craft.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I will continue singing for Christ and carrying his torch. I\nwould like to take time out to salute all those who supported me and believed\nin me. My family, friends and loved ones. Thank you, Jesus,” she said.</p>\n<!-- /wp:paragraph -->','Thank you, Jesus! - Joanna Walker happy to win Gospel Song Competition','','inherit','closed','closed','','2008-revision-v1','','','2019-08-07 11:42:04','2019-08-07 16:42:04','',2008,'https://buzz-caribbean.com/article/2008-revision-v1/',0,'revision','',0),(2017,9,'2019-08-07 11:43:32','2019-08-07 16:43:32','<!-- wp:image {\"id\":2009} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joanna-walker-1024x684.jpg\" alt=\"\" class=\"wp-image-2009\" /><figcaption>Joanna Walker thanked the Lord for helping her to win the Gospel Song Competition. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Moments after she was announced as the winner of the Jamaica Cultural Development Commission’s (JCDC) 2019 Gospel Song Competition, Joanna Walker was full of praises for the Lord.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was the Saviour, she said, who deserved all the glory, as He was her sole inspiration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2013} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joanna-walker-BB-1024x683.jpg\" alt=\"\" class=\"wp-image-2013\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Right throughout the competition I was forced to remain grounded and knew that I had to put Jesus Christ in front, as it was He who has been guiding me throughout. He deserves all the honour, as He is the one who is responsible for this,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Walker was born in Kingston, but she represented the parish of St James, where she currently resides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Right throughout the competition I was forced to remain grounded and knew that I had to put Jesus Christ in front.\"</p><cite>- Joanna Walker </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She has no intention of resting on her laurels, as she plans\nto use her exposure and talent to help others along the way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I have ambitions to get myself qualified to teach music. I\nlove teaching and helping young people achieve their dreams,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Long before she touched the stage at the National Arena in\nKingston on August 4, Walker had been honing her talent. She has been singing\nand writing songs for years. While at Christiana High School in Manchester, she\nentered the JCDC Festival of the Performing Arts and won gold, silver and\nbronze medals in drama, music and speech, respectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2010, she emerged as the winner of the Sandals and Beaches Encore Competition for the Caribbean. She has also earned herself a top-five place in the Open Mic International UK Competition in 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2015} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joanna-walker-CCC-1024x683.jpg\" alt=\"\" class=\"wp-image-2015\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Her experience was obvious as she sauntered through her songs\nduring the competition, as she used her superb vocal range and great stage\npresence to make the job of the judges easier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now $1 million richer and with her name now etched in Jamaica’s\nmusic history, Walker intends to continue honing her craft.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I will continue singing for Christ and carrying his torch. I\nwould like to take time out to salute all those who supported me and believed\nin me. My family, friends and loved ones. Thank you, Jesus,” she said.</p>\n<!-- /wp:paragraph -->','Thank you, Jesus! - Joanna Walker happy to win Gospel Song Competition','','inherit','closed','closed','','2008-revision-v1','','','2019-08-07 11:43:32','2019-08-07 16:43:32','',2008,'https://buzz-caribbean.com/article/2008-revision-v1/',0,'revision','',0),(2018,9,'2019-08-07 11:45:05','2019-08-07 16:45:05','<!-- wp:image {\"id\":2009} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joanna-walker-1024x684.jpg\" alt=\"\" class=\"wp-image-2009\" /><figcaption>Joanna Walker thanked the Lord for helping her to win the Gospel Song Competition. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Moments after she was announced as the winner of the Jamaica Cultural Development Commission’s (JCDC) 2019 Gospel Song Competition, Joanna Walker was full of praises for the Lord.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was the Saviour, she said, who deserved all the glory, as He was her sole inspiration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Right throughout the competition I was forced to remain grounded and knew that I had to put Jesus Christ in front, as it was He who has been guiding me throughout. He deserves all the honour, as He is the one who is responsible for this,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Walker was born in Kingston, but she represented the parish of St James, where she currently resides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2013} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joanna-walker-BB-1024x683.jpg\" alt=\"\" class=\"wp-image-2013\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She has no intention of resting on her laurels, as she plans\nto use her exposure and talent to help others along the way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I have ambitions to get myself qualified to teach music. I\nlove teaching and helping young people achieve their dreams,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Right throughout the competition I was forced to remain grounded and knew that I had to put Jesus Christ in front.\"</p><cite>- Joanna Walker </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Long before she touched the stage at the National Arena in\nKingston on August 4, Walker had been honing her talent. She has been singing\nand writing songs for years. While at Christiana High School in Manchester, she\nentered the JCDC Festival of the Performing Arts and won gold, silver and\nbronze medals in drama, music and speech, respectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2010, she emerged as the winner of the Sandals and Beaches Encore Competition for the Caribbean. She has also earned herself a top-five place in the Open Mic International UK Competition in 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2015} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joanna-walker-CCC-1024x683.jpg\" alt=\"\" class=\"wp-image-2015\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Her experience was obvious as she sauntered through her songs\nduring the competition, as she used her superb vocal range and great stage\npresence to make the job of the judges easier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now $1 million richer and with her name now etched in Jamaica’s\nmusic history, Walker intends to continue honing her craft.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I will continue singing for Christ and carrying his torch. I\nwould like to take time out to salute all those who supported me and believed\nin me. My family, friends and loved ones. Thank you, Jesus,” she said.</p>\n<!-- /wp:paragraph -->','Thank you, Jesus! - Joanna Walker happy to win Gospel Song Competition','','inherit','closed','closed','','2008-revision-v1','','','2019-08-07 11:45:05','2019-08-07 16:45:05','',2008,'https://buzz-caribbean.com/article/2008-revision-v1/',0,'revision','',0),(2019,4,'2019-08-07 12:17:14','2019-08-07 17:17:14','<!-- wp:paragraph -->\n<p>Jamaican reggae superstar Shaggy is over the moon with excitement about his role in the musical adaptation of the <strong>Little Mermaid</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Shaggy is to play the character Sebastian the crab. He took to Twitter and Instagram to express his joy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0zuYXynFUz/?igshid=1k6ce21x6d676\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0zuYXynFUz/?igshid=1k6ce21x6d676\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“Excited to be a part of it!! Thanx to the guys at ABC networks and the wonderful world of Disney for the opportunity!” he posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Little Mermaid Live</strong> premieres November 5 on ABC.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Shaggy appears to have snagged the role after a video of him critiquing bad Jamaican accent in movies went viral. Sebastian was portrayed as a crab with a Jamaican accent during the cartoon editions of the <strong>Little Mermaid</strong> book.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>American entertainer Queen Latifah will play the villainous Ursula in the musical. Auli’i Cravalho will be the lead character Princess Ariel.</p>\n<!-- /wp:paragraph -->','Shaggy excited about his role in Little Mermaid Musical','','publish','closed','closed','','shaggy-excited-about-his-role-in-little-mermaid-musical','','','2019-08-07 12:17:14','2019-08-07 17:17:14','',0,'https://buzz-caribbean.com/?p=2019',0,'post','',0),(2020,11,'2019-08-07 11:49:42','2019-08-07 16:49:42','','Black Man On The Computer','','inherit','closed','closed','','black-man-on-the-computer','','','2019-08-07 11:49:42','2019-08-07 16:49:42','',2006,'https://buzz-caribbean.com/app/uploads/2019/08/black-man-on-the-computer.jpg',0,'attachment','image/jpeg',0),(2021,11,'2019-08-07 11:51:25','2019-08-07 16:51:25','','unhappy-couple','','inherit','closed','closed','','unhappy-couple','','','2019-08-07 11:51:25','2019-08-07 16:51:25','',2006,'https://buzz-caribbean.com/app/uploads/2019/08/unhappy-couple.jpg',0,'attachment','image/jpeg',0),(2022,11,'2019-08-07 11:51:54','2019-08-07 16:51:54','','black-and-white-body-erotic-415314','','inherit','closed','closed','','black-and-white-body-erotic-415314','','','2019-08-07 11:51:54','2019-08-07 16:51:54','',2006,'https://buzz-caribbean.com/app/uploads/2019/08/black-and-white-body-erotic-415314.jpg',0,'attachment','image/jpeg',0),(2023,9,'2019-08-07 11:52:10','2019-08-07 16:52:10','<!-- wp:image {\"id\":2009} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joanna-walker-1024x684.jpg\" alt=\"\" class=\"wp-image-2009\" /><figcaption>Joanna Walker thanked the Lord for helping her to win the Gospel Song Competition. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Moments after she was announced as the winner of the Jamaica Cultural Development Commission’s (JCDC) 2019 Gospel Song Competition, Joanna Walker was full of praises for the Lord.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was the Saviour, she said, who deserved all the glory, as He was her sole inspiration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Right throughout the competition I was forced to remain grounded and knew that I had to put Jesus Christ in front, as it was He who has been guiding me throughout. He deserves all the honour, as He is the one who is responsible for this,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Walker was born in Kingston, but she represented the parish of St James, where she currently resides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2013} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joanna-walker-BB-1024x683.jpg\" alt=\"\" class=\"wp-image-2013\" /><figcaption>Joanna Walker was very animated as she delivered her song. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She has no intention of resting on her laurels, as she plans\nto use her exposure and talent to help others along the way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I have ambitions to get myself qualified to teach music. I\nlove teaching and helping young people achieve their dreams,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Right throughout the competition I was forced to remain grounded and knew that I had to put Jesus Christ in front.\"</p><cite>- Joanna Walker </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Long before she touched the stage at the National Arena in\nKingston on August 4, Walker had been honing her talent. She has been singing\nand writing songs for years. While at Christiana High School in Manchester, she\nentered the JCDC Festival of the Performing Arts and won gold, silver and\nbronze medals in drama, music and speech, respectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2010, she emerged as the winner of the Sandals and Beaches Encore Competition for the Caribbean. She has also earned herself a top-five place in the Open Mic International UK Competition in 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2015} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joanna-walker-CCC-1024x683.jpg\" alt=\"\" class=\"wp-image-2015\" /><figcaption>Joanna Walker shows her experience while performing at JCDC\'s Gospel Song Competition. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Her experience was obvious as she sauntered through her songs\nduring the competition, as she used her superb vocal range and great stage\npresence to make the job of the judges easier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now $1 million richer and with her name now etched in Jamaica’s\nmusic history, Walker intends to continue honing her craft.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I will continue singing for Christ and carrying his torch. I\nwould like to take time out to salute all those who supported me and believed\nin me. My family, friends and loved ones. Thank you, Jesus,” she said.</p>\n<!-- /wp:paragraph -->','Thank you, Jesus! - Joanna Walker happy to win Gospel Song Competition','','inherit','closed','closed','','2008-revision-v1','','','2019-08-07 11:52:10','2019-08-07 16:52:10','',2008,'https://buzz-caribbean.com/article/2008-revision-v1/',0,'revision','',0),(2024,9,'2019-08-07 12:26:06','2019-08-07 17:26:06','<!-- wp:image {\"id\":2033} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bolt-carlton.jpg\" alt=\"\" class=\"wp-image-2033\" /><figcaption>Usain Bolt in a Carlton Brown-designed piece, as he celebrates Jamaica\'s Independence Day. (Photo: Instagram @usainbolt)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Although he is well-known in the Jamaican fashion industry, Carlton Brown continues to make waves with intricate designs that have caught the attention of many celebrated Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2036} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/carlton-brown.jpg\" alt=\"\" class=\"wp-image-2036\" /><figcaption>Designer Carlton Brown (Photo: Twitter @carltontttbrown )</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At Reggae Sumfest in July, at least five entertainers could be singled out for wearing his pieces. Some of the acts who wore his designs at the show that was held at Catherine Hall in Montego Bay were Govana, Munga Honourable, Romain Virgo, Beenie Man and Buju Banton.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On top of that, athletic star Usain Bolt paid tribute to the\nland of his birth on Independence Day (August 6) by stepping out in a well-designed\ntunic integrated with the national colours of Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0dxx7LFcdN/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0dxx7LFcdN/\n</div><figcaption>Buju Banton was dapper in this suit that was designed by Carlton Brown. </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Brown, who is a judge on Jamaican reality TV series Mission Catwalk, is known for his free-range use of different fabrics, colours and tones, and he seems to redefine how men should dress in whatever setting they choose. He is, however, getting increased attention for his men’s shirts that continue to push the envelope of his creativeness.</p>\n<!-- /wp:paragraph -->','Carlton Brown continues to make strides in fashion','','publish','closed','closed','','carlton-brown-continues-to-make-strides-in-fashion','','','2019-08-12 15:25:20','2019-08-12 20:25:20','',0,'https://buzz-caribbean.com/?p=2024',0,'post','',0),(2025,11,'2019-08-07 11:56:01','2019-08-07 16:56:01','','bed-bedroom-black-and-white-1405846','','inherit','closed','closed','','bed-bedroom-black-and-white-1405846','','','2019-08-07 11:56:01','2019-08-07 16:56:01','',2006,'https://buzz-caribbean.com/app/uploads/2019/08/bed-bedroom-black-and-white-1405846.jpg',0,'attachment','image/jpeg',0),(2026,11,'2019-08-07 11:56:21','2019-08-07 16:56:21','','abs-adult-athlete-1229356','','inherit','closed','closed','','abs-adult-athlete-1229356','','','2019-08-07 11:56:21','2019-08-07 16:56:21','',2006,'https://buzz-caribbean.com/app/uploads/2019/08/abs-adult-athlete-1229356.jpg',0,'attachment','image/jpeg',0),(2027,11,'2019-08-07 12:00:53','2019-08-07 17:00:53','<!-- wp:paragraph -->\n<p>It is on your phone, your laptop and/or your tablet because you felt the need to download and watch from any device whenever you get some free time. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2020,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-man-on-the-computer.jpg\" alt=\"\" class=\"wp-image-2020\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Watching porn is a daily occurrence for some individuals and we are not only referring to males. Statistics show that porn ranks second only to gambling when it comes to online viewership and downloading making the ‘slapping skin business’ a billion-dollar industry. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2012} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-and-white-body-erotic-230986-1024x683.jpg\" alt=\"\" class=\"wp-image-2012\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pornography (often abbreviated porn) is the portrayal of <a href=\"https://en.wikipedia.org/wiki/Human_sexual_activity\">sexual</a> subject matter for the exclusive purpose of sexual arousal. It can be viewed in a number of media such as sound recording, films, videos, books, <a href=\"https://en.wikipedia.org/wiki/Pornographic_magazine\">magazines</a>, postcards, photographs, drawings, painting, animation, phone calls, writings and video games.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2014} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/art-black-and-white-black-and-white-1569124-1024x683.jpg\" alt=\"\" class=\"wp-image-2014\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While for some it is seen as a little harmless stimulation or the precursor to a night of passionate lovemaking, too much can indeed impact your relationship. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Statistics show that porn ranks second only to gambling  when it comes to online viewership</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>When an individual cannot ‘function’ if she/he is not watching porn, it becomes a problem. Likewise, the person that watches porn every chance they get, day or night, even on occasions where it is inappropriate, like at the office or worse, in church, is in fact an addict.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2021} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/unhappy-couple.jpg\" alt=\"\" class=\"wp-image-2021\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Another challenge with watching porn with regularity\nis that some men cannot separate fantasy from reality. Pornography is selling\nyou a fantasy; a sexual scenario that you will find pleasing as it checks off\ncertain boxes that arouses you. Hot chick, skimpy bikini, big breasts, a\nwilling and eager partner, ready to do as you say at the drop of a command. No\nwonder people tune in and get turned on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2022} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-and-white-body-erotic-415314-1024x683.jpg\" alt=\"\" class=\"wp-image-2022\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The reality is far different and some people cannot handle that. For example, a man who likes to watch scenes where the male ejaculates all over the woman’s face. It may work in porn but many girlfriends and wives may have a problem with that. No amount of role-playing will make every woman be comfortable doing that as they may be socialized to believe that it is degrading to women and do not wish to be objectified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> It can also cause serious self-esteem issues .</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>While some couples enjoy watching porn together to get them in the mood, some object to its introduction as they feel that their partner is either seeing them as not enough by themselves or not sexy enough in general. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2025} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bed-bedroom-black-and-white-1405846-1024x683.jpg\" alt=\"\" class=\"wp-image-2025\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It can also cause serious self-esteem issues as a woman with stretch marks and breasts that are not perky may be intimidated by the sight of a porn star with an hourglass figure and an overall smoking hot body. She then compares herself to the image on the screen and feels ‘less than’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2026} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/abs-adult-athlete-1229356-1024x768.jpg\" alt=\"\" class=\"wp-image-2026\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Likewise, a man with an average size penis cannot come to terms with a well endowed male porn star as he feels he is coming up short and may even start questioning his ability to please his woman. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the end of the day, porn, if used, should be an enhancement, not a hindrance to real intimacy.</p>\n<!-- /wp:paragraph -->','Can watching porn affect your sex life?','','inherit','closed','closed','','2006-revision-v1','','','2019-08-07 12:00:53','2019-08-07 17:00:53','',2006,'https://buzz-caribbean.com/article/2006-revision-v1/',0,'revision','',0),(2028,11,'2019-08-07 13:57:13','2019-08-07 18:57:13','<!-- wp:paragraph -->\n<p>Do not be fooled by those romantic comedies you see, relationships are work and more work. After the initial butterfly-in-the-stomach phase when the person occupies your every waking thought, comes the reality of a long term relationship and what was cute, can become annoying. So as the years go by, how then do you keep your relationship exciting and fresh?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2047} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Happy-Couple-1024x683.jpg\" alt=\"\" class=\"wp-image-2047\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Because a relationship is work, does not mean it has to be a chore. There is a difference. It is a job with privileges, perks and bonuses and one where you can decide to have as much fun as possible. Do not let everyday life intervene and rob you of your ability to live, love and laugh out loud.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2048} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cheerful-Couple-1024x683.jpg\" alt=\"\" class=\"wp-image-2048\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Firstly, you have to remember what initially attracted you to your partner. Was it their personality; their booty; their smile; that tight pair of jeans that caressed their hip and made your heart beat a little bit faster? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Do not let everyday life intervene and rob you of your ability to live, love and laugh out loud. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Re-discover what the attraction is and you will also rediscover the passion you have for them. Sounds simple but it works. Then go look up some old photos. A walk down nostalgia lane is a great way to reconnect and share old memories both funny and dramatic. A shared past means a lot to the parties involved.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Do not let everyday life intervene and rob you of your ability to live, love and laugh out loud. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Start dating each other again. How? Start with simple messages sent throughout the day. “Hey just know I love you and your ashy feet” or “that dinner your made yesterday did mawwddd. I really enjoyed it”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Never forget to say ‘hey thank you, babe’. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>It is always the little things that count the most. Start visiting the hangout spot you used to go to when you were ‘courting’. Go back to the movies and kiss in the dark at the back of the cinema. Drive over to Port Royal, park and count the stars in the sky and just sit and talk.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1178} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/GettyImages-Fort-Charles-48914975_high-1024x686.jpg\" alt=\"\" class=\"wp-image-1178\" /><figcaption>Cannons and tower in the courtyard of Fort Charles, Port Royal.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Start showing appreciation. Plenty of people forget to practice this and in any long term relationship, we may forget to show gratitude for the things that people do for us daily. A man who is used to his wife ironing his long-sleeved white shirts with starch every week often forgets how much of a chore it is. Never forget to say ‘hey thank you, babe’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2051} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Thanks-For-Existing-1024x683.jpg\" alt=\"\" class=\"wp-image-2051\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Send the children off to their grandparents for the weekend and walk around the house naked as the day the doctor slapped you upside your head and declared which gender you were. Get comfy being sexy again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2053} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Couple-Being-Intimate.jpg\" alt=\"\" class=\"wp-image-2053\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Surprise your mate by lying down on the bed when they get home, wearing nothing but a bow tie and a big smile. That is guaranteed to get some instant attention. Also, the bedroom is not the only room you can have some fun in. Have you ever tried doing it on the washing machine when it is on the spin cycle? Find a new spot and you may also find that your g-spot loves the change of pace and place. And since we are on the topic of sex, explore a new position, remember the kama sutra has a tonne of uncharted positions designed to get those calories burning! </p>\n<!-- /wp:paragraph -->','How to keep your relationship spicy','','publish','closed','closed','','how-to-keep-your-relationship-spicy','','','2019-08-07 13:57:13','2019-08-07 18:57:13','',0,'https://buzz-caribbean.com/?p=2028',0,'post','',0),(2029,14,'2019-08-07 12:12:08','2019-08-07 17:12:08','<!-- wp:image {\"id\":1818} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnl-blanka-buzz-2-1024x384.jpg\" alt=\"\" class=\"wp-image-1818\" /><figcaption>Ademo (right) and N.O.S (far left) from the French rap duo PNL in Jamaica recently (Photo contributed, YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>PNL, France\'s hottest rap duo, and Jamaican director Dennis Brown collaborated to produce the exhilarating visuals for the <strong><em>Blanka</em></strong> music video.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1819} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnl-blanka-screengrab-buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-1819\" /><figcaption>N.O.S gets some love from the camera as the other half of PNL looks on in the recently released BLANKA music video (Photo contributed, YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The video, released on August 2, highlights the dreamy, sensual elements of marijuana culture in Jamaica, and was shot over 7 days, across 9 parishes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an exclusive interview with <strong><em>BUZZ</em></strong>, Brown said, “Unlike the norm of shooting in daylight to capture the island’s beauty, this video was strategically shot in the night to capture surreal-looking images never before seen in the light.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1820} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnl-blanka-buzz-1024x529.jpg\" alt=\"\" class=\"wp-image-1820\" /><figcaption>Jamaican video producer Dennis Brown showcases the best of Jamaica and local marijuana culture through the eyes of young, French rap upstarts, PNL (Photo contributed, YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Eight hours after its release the video traffic for <strong><em>Blanka</em></strong> broke the Youtube counter at four million views, which is still climbing by the hour. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See the full video and the amazing visuals right here in Jamaica for PNL’s latest single <strong><em>Blanka</em></strong> below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=u8bHjdljyLw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=u8bHjdljyLw\n</div></figure>\n<!-- /wp:embed -->','Jamaican producer breaks YouTube counter with PNL’s viral rap video BLANKA','','inherit','closed','closed','','1817-revision-v1','','','2019-08-07 12:12:08','2019-08-07 17:12:08','',1817,'https://buzz-caribbean.com/article/1817-revision-v1/',0,'revision','',0),(2030,14,'2019-08-07 12:13:51','2019-08-07 17:13:51','<!-- wp:image {\"id\":1818} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnl-blanka-buzz-2-1024x384.jpg\" alt=\"\" class=\"wp-image-1818\" /><figcaption>Ademo (right) and N.O.S (far left) from the French rap duo PNL in Jamaica recently (Photo contributed, YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>PNL, France\'s hottest rap duo, and Jamaican director Dennis Brown collaborated to produce the exhilarating visuals for the <strong><em>Blanka</em></strong> music video.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1819} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnl-blanka-screengrab-buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-1819\" /><figcaption>N.O.S gets some love from the camera as the other half of PNL looks on in the recently released BLANKA music video (Photo contributed, YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The video, released on August 2, highlights the dreamy, sensual elements of marijuana culture in Jamaica, and was shot over 7 days, across 9 parishes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an exclusive interview with <strong><em>BUZZ</em></strong>, Brown said, “Unlike the norm of shooting in daylight to capture the island’s beauty, this video was strategically shot in the night to capture surreal-looking images never before seen in the light.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1820} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnl-blanka-buzz-1024x529.jpg\" alt=\"\" class=\"wp-image-1820\" /><figcaption>Video producer Dennis Brown showcases the best of Jamaica and local marijuana culture through the eyes of French rap upstarts, PNL (Photo contributed, YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Eight hours after its release the video traffic for <strong><em>Blanka</em></strong> broke the Youtube counter at four million views, which is still climbing by the hour. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See the full video and the amazing visuals right here in Jamaica for PNL’s latest single <strong><em>Blanka</em></strong> below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=u8bHjdljyLw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=u8bHjdljyLw\n</div></figure>\n<!-- /wp:embed -->','Jamaican producer breaks YouTube counter with PNL’s viral rap video BLANKA','','inherit','closed','closed','','1817-revision-v1','','','2019-08-07 12:13:51','2019-08-07 17:13:51','',1817,'https://buzz-caribbean.com/article/1817-revision-v1/',0,'revision','',0),(2031,4,'2019-08-07 12:14:47','2019-08-07 17:14:47','<!-- wp:paragraph -->\n<p>Jamaican reggae superstar Shaggy is over the moon with excitement about his role in the musical adaptation of the <strong>Little Mermaid</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Shaggy is to play the character Sebastian the crab. He took to Twitter and Instagram to express his joy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0zuYXynFUz/?igshid=1k6ce21x6d676\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0zuYXynFUz/?igshid=1k6ce21x6d676\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“Excited to be a part of it!! Thanx to the guys at ABC networks and the wonderful world of Disney for the opportunity!” he posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Little Mermaid Live</strong> premieres November 5 on ABC.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Shaggy appears to have snagged the role after a video of him critiquing bad Jamaican accent in movies went viral. Sebastian was portrayed as a crab with a Jamaican accent during the cartoon editions of the <strong>Little Mermaid</strong> book.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>American entertainer Queen Latifah will play the villainous Ursula in the musical. Auli’i Cravalho will be the lead character Princess Ariel.</p>\n<!-- /wp:paragraph -->','Shaggy excited about his role in Little Mermaid Musical','','inherit','closed','closed','','2019-revision-v1','','','2019-08-07 12:14:47','2019-08-07 17:14:47','',2019,'https://buzz-caribbean.com/article/2019-revision-v1/',0,'revision','',0),(2032,4,'2019-08-07 12:15:39','2019-08-07 17:15:39','','Shaggy2','','inherit','closed','closed','','shaggy2','','','2019-08-07 12:15:39','2019-08-07 17:15:39','',0,'https://buzz-caribbean.com/app/uploads/2019/08/shaggy2.jpg',0,'attachment','image/jpeg',0),(2033,9,'2019-08-07 12:19:13','2019-08-07 17:19:13','','bolt-carlton','','inherit','closed','closed','','bolt-carlton','','','2019-08-07 12:19:13','2019-08-07 17:19:13','',2024,'https://buzz-caribbean.com/app/uploads/2019/08/bolt-carlton.jpg',0,'attachment','image/jpeg',0),(2035,4,'2019-08-07 12:20:24','2019-08-07 17:20:24','<!-- wp:paragraph -->\n<p>Supermodel Winnie\nHarlow popped into Jamaica over the Emancipation weekend to enjoy herself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Canadian, who\nhas Jamaican roots, seems to have extended her birthday celebrations and\nbrought the vibe to Jamaica. Harlow and friends came in what seems the mood to\nenjoy the Dream Weekend festivities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1914} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Harlow-1024x639.jpg\" alt=\"\" class=\"wp-image-1914\" /><figcaption>Supermodel Winnie Harlow partied in Jamaica with friends as part of her birthday celebrations.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Harlow stayed at\nthe Royalton Negril where she seemed to have thoroughly enjoyed herself and\nparticipated in the activities that they had on offer. One of these was\nparasailing to which she thanked the hotel for showing her a new view of\nJamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0txEwyFIst/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0txEwyFIst/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Harlow came to\nprominence when she appeared on America Next Top Model and taken under the\nwings of Tyra Banks. She was the first Canadian to enter that competition but\nshe didn\'t win.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has diagnosed\nwith vitiligo which leaves section of her skin white.</p>\n<!-- /wp:paragraph -->','Winnie Harlow parties up a storm in Negril','','inherit','closed','closed','','1910-revision-v1','','','2019-08-07 12:20:24','2019-08-07 17:20:24','',1910,'https://buzz-caribbean.com/article/1910-revision-v1/',0,'revision','',0),(2036,9,'2019-08-07 12:20:31','2019-08-07 17:20:31','','carlton-brown','','inherit','closed','closed','','carlton-brown','','','2019-08-07 12:20:31','2019-08-07 17:20:31','',2024,'https://buzz-caribbean.com/app/uploads/2019/08/carlton-brown.jpg',0,'attachment','image/jpeg',0),(2037,4,'2019-08-07 12:22:52','2019-08-07 17:22:52','<!-- wp:image {\"id\":2009} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joanna-walker-1024x684.jpg\" alt=\"\" class=\"wp-image-2009\" /><figcaption>Joanna Walker thanked the Lord for helping her to win the Gospel Song Competition. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Moments after she was announced as the winner of the Jamaica Cultural Development Commission’s (JCDC) 2019 Gospel Song Competition, Joanna Walker was full of praises for the Lord.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was the Saviour, she said, who deserved all the glory, as He was her sole inspiration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Right throughout the competition I was forced to remain grounded and knew that I had to put Jesus Christ in front, as it was He who has been guiding me throughout. He deserves all the honour, as He is the one who is responsible for this,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Walker was born in Kingston, but she represented the parish of St James, where she currently resides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2013} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joanna-walker-BB-1024x683.jpg\" alt=\"\" class=\"wp-image-2013\" /><figcaption>Joanna Walker was very animated as she delivered her song. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She has no intention of resting on her laurels, as she plans\nto use her exposure and talent to help others along the way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I have ambitions to get myself qualified to teach music. I\nlove teaching and helping young people achieve their dreams,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Right throughout the competition I was forced to remain grounded and knew that I had to put Jesus Christ in front.\"</p><cite>- Joanna Walker </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Long before she touched the stage at the National Arena in\nKingston on August 4, Walker had been honing her talent. She has been singing\nand writing songs for years. While at Christiana High School in Manchester, she\nentered the JCDC Festival of the Performing Arts and won gold, silver and\nbronze medals in drama, music and speech, respectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2010, she emerged as the winner of the Sandals and Beaches Encore Competition for the Caribbean. She has also earned herself a top-five place in the Open Mic International UK Competition in 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2015} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joanna-walker-CCC-1024x683.jpg\" alt=\"\" class=\"wp-image-2015\" /><figcaption>Joanna Walker shows her experience while performing at JCDC\'s Gospel Song Competition. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Her experience was obvious as she sauntered through her songs\nduring the competition, as she used her superb vocal range and great stage\npresence to make the job of the judges easier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now $1 million richer and with her name now etched in Jamaica’s\nmusic history, Walker intends to continue honing her craft.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I will continue singing for Christ and carrying his torch. I\nwould like to take time out to salute all those who supported me and believed\nin me. My family, friends and loved ones. Thank you, Jesus,” she said.</p>\n<!-- /wp:paragraph -->','Thank you, Jesus! Joanna Walker happy to win Gospel Song Competition','','inherit','closed','closed','','2008-revision-v1','','','2019-08-07 12:22:52','2019-08-07 17:22:52','',2008,'https://buzz-caribbean.com/article/2008-revision-v1/',0,'revision','',0),(2038,4,'2019-08-07 12:23:49','2019-08-07 17:23:49','<!-- wp:image {\"id\":1918} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-A-1024x683.jpg\" alt=\"\" class=\"wp-image-1918\" /><figcaption>Sanjay Nelson is the owner of  Jae Epic Designer Trendy Fashion Collection. (Photos: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sanjay\nNelson’s small stature made it difficult for clothing to fit him the way he\nwanted them to. So, it was\nno surprise that when he was 14 years old he began\naltering his garments by hand. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite being\ntalented in fashion, Nelson was more fixated on football. And after leaving Seaforth\nHigh School in St Thomas, he went on to work in a supermarket, before landing a\njob at beverage company Wisynco. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1919} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-BB.jpg\" alt=\"\" class=\"wp-image-1919\" /><figcaption>Sanjay Nelson did a course in fashion designing last year. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After\nignoring his gift for quite some time, 22-year-old Nelson, who lives in\nPortmore, St Catherine, eventually asked his dad to purchase a sewing machine for\nhim although he did not know how to use one.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  “After I posted my work on Instagram, I have been getting calls from all<br> over.” </p><cite>- Sanjay Nelson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>While he was at home waiting to get a call from the Heart Garmex Academy, one of his friends told him that a popular sandals company in Kingston wanted someone to stitch leather. Even though he needed the job, Nelson said he was elated when the institution contacted him in August 2018 to do a course in fashion designing. <br> <br>“I need the understanding to construct patterns and designs, that’s why I go to school,” said the father of a two-year-old boy. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1923,1922]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-DDDD-1024x683.jpg\" alt=\"\" data-id=\"1923\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/sanjay-nelson-dddd/\" class=\"wp-image-1923\" /><figcaption>Epic Rigs have been worn by numerous Jamaican celebrities. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-CCC-1024x683.jpg\" alt=\"\" data-id=\"1922\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/sanjay-nelson-ccc/\" class=\"wp-image-1922\" /><figcaption>Sanjay Nelson shows off his creation. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>A year since enrolling at the Kingston-based training facility, Nelson, who is the founder of Jae Epic Designer Trendy Fashion Collection, has created a niche in the entertainment and fashion industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Inspired by the variety of chest rig bags that are trending across the world, Nelson created his line, ‘Epic Rigs’, that has been featured and worn by Jamaican celebrities like Sizzla, Chronic Law and Hot Frass. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1920,1921]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190729-WA0003-768x1024.jpg\" alt=\"\" data-id=\"1920\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/img-20190729-wa0003-2/\" class=\"wp-image-1920\" /><figcaption> Sizzla sporting one of Sanjay Nelson\'s pieces.  </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190729-WA0006.jpg\" alt=\"\" data-id=\"1921\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/img-20190729-wa0006-2/\" class=\"wp-image-1921\" /><figcaption> Entertainer Hot Frass makes a statement with one of the \'Epic Rigs\'. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“After I posted my work on Instagram, I have been getting calls from all over,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Emphasising on his love for patterns, Nelson, who plans to further his studies in fashion designing, said he is looking forward to creating tuxedos and bridal gowns.</p>\n<!-- /wp:paragraph -->','Sanjay Nelson answers fashion calling','','inherit','closed','closed','','1082-revision-v1','','','2019-08-07 12:23:49','2019-08-07 17:23:49','',1082,'https://buzz-caribbean.com/article/1082-revision-v1/',0,'revision','',0),(2039,9,'2019-08-07 12:24:06','2019-08-07 17:24:06','<!-- wp:image {\"id\":2033} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bolt-carlton.jpg\" alt=\"\" class=\"wp-image-2033\" /><figcaption>Usain Bolt in a Carlton Brown-designed piece, as he celebrates Jamaica\'s Independence Day. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Although he is well-known in the Jamaican fashion industry, Carlton Brown continues to make waves with intricate designs that have caught the attention of many celebrated Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2036} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/carlton-brown.jpg\" alt=\"\" class=\"wp-image-2036\" /><figcaption>Designer Carlton Brown</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At Reggae Sumfest in July, at least five entertainers could be singled out for wearing his pieces. Some of the acts who wore his designs at the show that was held at Catherine Hall in Montego Bay were Govana, Munga Honourable, Romain Virgo, Beenie Man and Buju Banton.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On top of that, athletic star Usain Bolt paid tribute to the\nland of his birth on Independence Day (August 6) by stepping out in a well-designed\ntunic integrated with the national colours of Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0dxx7LFcdN/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0dxx7LFcdN/\n</div><figcaption>Buju Banton was dapper in this suit that was designed by Carlton Brown. </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Brown, who is a judge on Jamaican reality TV series Mission Catwalk, is known for his free-range use of different fabrics, colours and tones, and he seems to redefine how men should dress in whatever setting they choose. He is, however, getting increased attention for men’s shirts that continue to push the envelope of his creativeness.</p>\n<!-- /wp:paragraph -->','Carlton Brown continues to make strides in fashion','','inherit','closed','closed','','2024-revision-v1','','','2019-08-07 12:24:06','2019-08-07 17:24:06','',2024,'https://buzz-caribbean.com/article/2024-revision-v1/',0,'revision','',0),(2040,9,'2019-08-07 12:26:06','2019-08-07 17:26:06','<!-- wp:image {\"id\":2033} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bolt-carlton.jpg\" alt=\"\" class=\"wp-image-2033\" /><figcaption>Usain Bolt in a Carlton Brown-designed piece, as he celebrates Jamaica\'s Independence Day. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Although he is well-known in the Jamaican fashion industry, Carlton Brown continues to make waves with intricate designs that have caught the attention of many celebrated Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2036} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/carlton-brown.jpg\" alt=\"\" class=\"wp-image-2036\" /><figcaption>Designer Carlton Brown</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At Reggae Sumfest in July, at least five entertainers could be singled out for wearing his pieces. Some of the acts who wore his designs at the show that was held at Catherine Hall in Montego Bay were Govana, Munga Honourable, Romain Virgo, Beenie Man and Buju Banton.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On top of that, athletic star Usain Bolt paid tribute to the\nland of his birth on Independence Day (August 6) by stepping out in a well-designed\ntunic integrated with the national colours of Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0dxx7LFcdN/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0dxx7LFcdN/\n</div><figcaption>Buju Banton was dapper in this suit that was designed by Carlton Brown. </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Brown, who is a judge on Jamaican reality TV series Mission Catwalk, is known for his free-range use of different fabrics, colours and tones, and he seems to redefine how men should dress in whatever setting they choose. He is, however, getting increased attention for his men’s shirts that continue to push the envelope of his creativeness.</p>\n<!-- /wp:paragraph -->','Carlton Brown continues to make strides in fashion','','inherit','closed','closed','','2024-revision-v1','','','2019-08-07 12:26:06','2019-08-07 17:26:06','',2024,'https://buzz-caribbean.com/article/2024-revision-v1/',0,'revision','',0),(2041,9,'2019-08-07 12:46:44','2019-08-07 17:46:44','<!-- wp:image {\"id\":2042} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jennifer-Aniston-A.jpg\" alt=\"\" class=\"wp-image-2042\" /><figcaption>Jennifer Aniston says she feels \'super nostalgic\' about the time she spent on \'Friends\'. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jennifer Aniston \"misses\" working on \'Friends\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 50-year-old actress credits her breakthrough role as Rachel Green on the sitcom for giving her confidence, and she\'s feeling \"super nostalgic\" about the time she spent on the show - which ran from 1994 to 2004 - with her co-stars Courteney Cox, Lisa Kudrow, David Schwimmer, Matthew Perry and Matt Le Blanc because the work was \"pure joy\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"I started to find my confidence when I was on \'Friends\', for sure. In a way, being on that show was the ultimate trust exercise. There was comfort in numbers there, so we all held each other up.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I miss a lot about that time. Having a job that was absolute, pure joy. I miss getting to be with people I love massively and respect beyond words. So, yes, these days I\'m super nostalgic. Anything can make me go, \'Aww.\' \"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"I miss getting to be with people I love massively and respect beyond words.\" </p><cite> — Jennifer Aniston </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Jennifer - who was previously married to Brad Pitt and Justin Theroux - thinks the 1990s were \"simpler times\", and she believes everyone felt \"safer\" back then.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She told InStyle magazine: \"When I think back on the \'90s, it makes me nostalgic -- period. They were simpler times.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"This is going to sound odd, but there was a sense of safety in the world. We weren\'t exposed to as much as we are now. And even if there was just as much s**t going on, we didn\'t necessarily have it in our faces 24/7. </p>\n<!-- /wp:paragraph -->','Jennifer Aniston misses her time on \'Friends\'','','publish','closed','closed','','jennifer-aniston-misses-her-time-on-friends','','','2019-08-12 15:21:53','2019-08-12 20:21:53','',0,'https://buzz-caribbean.com/?p=2041',0,'post','',0),(2042,9,'2019-08-07 12:41:24','2019-08-07 17:41:24','','Jennifer Aniston attends the premiere Of HBO\'s \'The Leftovers\' Season 3 in Hollywood','163684, Jennifer Aniston attends the premiere Of HBO\'s \'The Leftovers\' Season 3 at Avalon Hollywood. Los Angeles, California - Tuesday April 4, 2017. Photograph: © PacificCoastNews. Los Angeles Office (PCN): +1 310.822.0419 UK Office (Photoshot): +44 (0) 20 7421 6000','inherit','closed','closed','','jennifer-aniston-attends-the-premiere-of-hbos-the-leftovers-season-3-in-hollywood','','','2019-08-07 12:41:24','2019-08-07 17:41:24','',2041,'https://buzz-caribbean.com/app/uploads/2019/08/Jennifer-Aniston-A.jpg',0,'attachment','image/jpeg',0),(2043,9,'2019-08-07 12:46:25','2019-08-07 17:46:25','<!-- wp:image {\"id\":2042} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jennifer-Aniston-A.jpg\" alt=\"\" class=\"wp-image-2042\" /><figcaption>Jennifer Aniston says she feels \'super nostalgic\' about the time she spent on \'Friends\'. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jennifer Aniston \"misses\" working on \'Friends\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 50-year-old actress credits her breakthrough role as Rachel Green on the sitcom for giving her confidence, and she\'s feeling \"super nostalgic\" about the time she spent on the show - which ran from 1994 to 2004 - with her co-stars Courteney Cox, Lisa Kudrow, David Schwimmer, Matthew Perry and Matt Le Blanc because the work was \"pure joy\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"I started to find my confidence when I was on \'Friends\', for sure. In a way, being on that show was the ultimate trust exercise. There was comfort in numbers there, so we all held each other up.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I miss a lot about that time. Having a job that was absolute, pure joy. I miss getting to be with people I love massively and respect beyond words. So, yes, these days I\'m super nostalgic. Anything can make me go, \'Aww.\' \"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"I miss getting to be with people I love massively and respect beyond words.\" </p><cite>- Jennifer Aniston </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Jennifer - who was previously married to Brad Pitt and Justin Theroux - thinks the 1990s were \"simpler times\", and she believes everyone felt \"safer\" back then.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She told InStyle magazine: \"When I think back on the \'90s, it makes me nostalgic -- period. They were simpler times. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"This is going to sound odd, but there was a sense of safety in the world. We weren\'t exposed to as much as we are now. And even if there was just as much s**t going on, we didn\'t necessarily have it in our faces 24/7. </p>\n<!-- /wp:paragraph -->','Jennifer Aniston misses her time on \'Friends\'','','inherit','closed','closed','','2041-revision-v1','','','2019-08-07 12:46:25','2019-08-07 17:46:25','',2041,'https://buzz-caribbean.com/article/2041-revision-v1/',0,'revision','',0),(2044,13,'2019-08-07 13:50:49','2019-08-07 18:50:49','<!-- wp:paragraph -->\n<p>FedEx has ended its ground shipping relationship with Amazon. The move comes two months after FedEx stopped moving Amazon\'s air cargo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>FedEx views Amazon as a clear threat to its future profit margins as Amazon has been rapidly up-scaling its own logistics operations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2049} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/amazon-fedex-logo.jpg\" alt=\"\" class=\"wp-image-2049\" /><figcaption>Shipping company FedEx has severed business ties with Amazon.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Last June, FedEx ceased air cargo shipping for Amazon. FedEx said at the time that Amazon\'s business wasn\'t deemed to be \'significantly beneficial\' to its bottom line as traffic was too minuscule.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>FedEx said it is moving to focus on the broader e-commerce market.</p>\n<!-- /wp:paragraph -->','FedEX cuts shipping ties with Amazon','','publish','closed','closed','','fedex-cuts-shipping-ties-with-amazon','','','2019-08-07 16:04:40','2019-08-07 21:04:40','',0,'https://buzz-caribbean.com/?p=2044',0,'post','',0),(2045,4,'2019-08-07 13:18:47','2019-08-07 18:18:47','<!-- wp:paragraph -->\n<p>Two months after FedEx stopped moving Amazon\'s Air Cargo they are<br> ending their ground shipping relationship and severing ties with Jeff<br> Bezos\'s company.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>FedEx views Amazon as a clear threat to its future profit margins as Amazon have been up-scaling their own logistics operation rapidly in a way that mirrors the execution of the Web-hosting unit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In June FedEx ceased air cargo shipping for Amazon as it wasn\'t deemed to be significantly beneficial to their bottom line as traffic was too minnescule. FedEx moves to focus on the broader e-commerce market.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','2044-revision-v1','','','2019-08-07 13:18:47','2019-08-07 18:18:47','',2044,'https://buzz-caribbean.com/article/2044-revision-v1/',0,'revision','',0),(2046,4,'2019-08-07 13:37:08','2019-08-07 18:37:08','<!-- wp:paragraph -->\n<p>FedEx has ended its ground shipping relationship with Amazon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The move comes two months after FedEx stopped moving Amazon\'s air cargo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>FedEx views Amazon as a clear threat to its future profit margins as Amazon have been rapidly up-scaling its own logistics operations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last June, FedEx ceased air cargo shipping for Amazon. FedEx said at the time that it wasn\'t deemed to be significantly beneficial to its bottom line as traffic was too minuscule.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>FedEx has said that it is moving to focus on the broader e-commerce market.</p>\n<!-- /wp:paragraph -->','FedEX cuts shipping ties with Amazon','','inherit','closed','closed','','2044-revision-v1','','','2019-08-07 13:37:08','2019-08-07 18:37:08','',2044,'https://buzz-caribbean.com/article/2044-revision-v1/',0,'revision','',0),(2047,11,'2019-08-07 13:42:31','2019-08-07 18:42:31','','Happy Couple','','inherit','closed','closed','','happy-couple','','','2019-08-07 13:42:31','2019-08-07 18:42:31','',2028,'https://buzz-caribbean.com/app/uploads/2019/08/Happy-Couple.jpg',0,'attachment','image/jpeg',0),(2048,11,'2019-08-07 13:43:53','2019-08-07 18:43:53','','Cheerful-Couple','','inherit','closed','closed','','cheerful-couple','','','2019-08-07 13:43:53','2019-08-07 18:43:53','',2028,'https://buzz-caribbean.com/app/uploads/2019/08/Cheerful-Couple.jpg',0,'attachment','image/jpeg',0),(2049,4,'2019-08-07 13:46:10','2019-08-07 18:46:10','','amazon-fedex-logo','','inherit','closed','closed','','amazon-fedex-logo','','','2019-08-07 13:46:10','2019-08-07 18:46:10','',2044,'https://buzz-caribbean.com/app/uploads/2019/08/amazon-fedex-logo.jpg',0,'attachment','image/jpeg',0),(2050,4,'2019-08-07 13:47:55','2019-08-07 18:47:55','<!-- wp:paragraph -->\n<p>FedEx has ended its ground shipping relationship with Amazon. The move comes two months after FedEx stopped moving Amazon\'s air cargo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>FedEx views Amazon as a clear threat to its future profit margins as Amazon have been rapidly up-scaling its own logistics operations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2049} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/amazon-fedex-logo.jpg\" alt=\"\" class=\"wp-image-2049\" /><figcaption>Shipping company FedEx has severed business ties with Amazon.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Last June, FedEx ceased air cargo shipping for Amazon. FedEx said at the time that it wasn\'t deemed to be significantly beneficial to its bottom line as traffic was too minuscule.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>FedEx has said that it is moving to focus on the broader e-commerce market.</p>\n<!-- /wp:paragraph -->','FedEX cuts shipping ties with Amazon','','inherit','closed','closed','','2044-revision-v1','','','2019-08-07 13:47:55','2019-08-07 18:47:55','',2044,'https://buzz-caribbean.com/article/2044-revision-v1/',0,'revision','',0),(2051,11,'2019-08-07 13:49:26','2019-08-07 18:49:26','','Thanks-For-Existing','','inherit','closed','closed','','thanks-for-existing','','','2019-08-07 13:49:26','2019-08-07 18:49:26','',2028,'https://buzz-caribbean.com/app/uploads/2019/08/Thanks-For-Existing.jpg',0,'attachment','image/jpeg',0),(2052,4,'2019-08-07 13:50:49','2019-08-07 18:50:49','<!-- wp:paragraph -->\n<p>FedEx has ended its ground shipping relationship with Amazon. The move comes two months after FedEx stopped moving Amazon\'s air cargo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>FedEx views Amazon as a clear threat to its future profit margins as Amazon have been rapidly up-scaling its own logistics operations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2049} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/amazon-fedex-logo.jpg\" alt=\"\" class=\"wp-image-2049\" /><figcaption>Shipping company FedEx has severed business ties with Amazon.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Last June, FedEx ceased air cargo shipping for Amazon. FedEx said at the time that Amazon\'s business wasn\'t deemed to be significantly beneficial to its bottom line as traffic was too minuscule.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>FedEx said it is moving to focus on the broader e-commerce market.</p>\n<!-- /wp:paragraph -->','FedEX cuts shipping ties with Amazon','','inherit','closed','closed','','2044-revision-v1','','','2019-08-07 13:50:49','2019-08-07 18:50:49','',2044,'https://buzz-caribbean.com/article/2044-revision-v1/',0,'revision','',0),(2053,11,'2019-08-07 13:53:54','2019-08-07 18:53:54','','A couple being intimate in bed','A couple being intimate in bed','inherit','closed','closed','','a-couple-being-intimate-in-bed','','','2019-08-07 13:53:54','2019-08-07 18:53:54','',2028,'https://buzz-caribbean.com/app/uploads/2019/08/Black-Couple-Being-Intimate.jpg',0,'attachment','image/jpeg',0),(2055,11,'2019-08-07 13:57:13','2019-08-07 18:57:13','<!-- wp:paragraph -->\n<p>Do not be fooled by those romantic comedies you see, relationships are work and more work. After the initial butterfly-in-the-stomach phase when the person occupies your every waking thought, comes the reality of a long term relationship and what was cute, can become annoying. So as the years go by, how then do you keep your relationship exciting and fresh?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2047} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Happy-Couple-1024x683.jpg\" alt=\"\" class=\"wp-image-2047\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Because a relationship is work, does not mean it has to be a chore. There is a difference. It is a job with privileges, perks and bonuses and one where you can decide to have as much fun as possible. Do not let everyday life intervene and rob you of your ability to live, love and laugh out loud.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2048} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cheerful-Couple-1024x683.jpg\" alt=\"\" class=\"wp-image-2048\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Firstly, you have to remember what initially attracted you to your partner. Was it their personality; their booty; their smile; that tight pair of jeans that caressed their hip and made your heart beat a little bit faster? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Do not let everyday life intervene and rob you of your ability to live, love and laugh out loud. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Re-discover what the attraction is and you will also rediscover the passion you have for them. Sounds simple but it works. Then go look up some old photos. A walk down nostalgia lane is a great way to reconnect and share old memories both funny and dramatic. A shared past means a lot to the parties involved.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Do not let everyday life intervene and rob you of your ability to live, love and laugh out loud. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Start dating each other again. How? Start with simple messages sent throughout the day. “Hey just know I love you and your ashy feet” or “that dinner your made yesterday did mawwddd. I really enjoyed it”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Never forget to say ‘hey thank you, babe’. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>It is always the little things that count the most. Start visiting the hangout spot you used to go to when you were ‘courting’. Go back to the movies and kiss in the dark at the back of the cinema. Drive over to Port Royal, park and count the stars in the sky and just sit and talk.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1178} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/GettyImages-Fort-Charles-48914975_high-1024x686.jpg\" alt=\"\" class=\"wp-image-1178\" /><figcaption>Cannons and tower in the courtyard of Fort Charles, Port Royal.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Start showing appreciation. Plenty of people forget to practice this and in any long term relationship, we may forget to show gratitude for the things that people do for us daily. A man who is used to his wife ironing his long-sleeved white shirts with starch every week often forgets how much of a chore it is. Never forget to say ‘hey thank you, babe’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2051} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Thanks-For-Existing-1024x683.jpg\" alt=\"\" class=\"wp-image-2051\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Send the children off to their grandparents for the weekend and walk around the house naked as the day the doctor slapped you upside your head and declared which gender you were. Get comfy being sexy again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2053} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Couple-Being-Intimate.jpg\" alt=\"\" class=\"wp-image-2053\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Surprise your mate by lying down on the bed when they get home, wearing nothing but a bow tie and a big smile. That is guaranteed to get some instant attention. Also, the bedroom is not the only room you can have some fun in. Have you ever tried doing it on the washing machine when it is on the spin cycle? Find a new spot and you may also find that your g-spot loves the change of pace and place. And since we are on the topic of sex, explore a new position, remember the kama sutra has a tonne of uncharted positions designed to get those calories burning! </p>\n<!-- /wp:paragraph -->','How to keep your relationship spicy','','inherit','closed','closed','','2028-revision-v1','','','2019-08-07 13:57:13','2019-08-07 18:57:13','',2028,'https://buzz-caribbean.com/article/2028-revision-v1/',0,'revision','',0),(2056,11,'2019-08-07 15:31:11','2019-08-07 20:31:11','<!-- wp:paragraph -->\n<p>It was Kiprich, who a few years ago sang, ‘<a href=\"https://www.youtube.com/watch?v=J2XYe95RjHU\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">telephone ting mash up life</a>’ that chronicled how his girlfriend got into his phone and read his messages causing an emotional firestorm he was unprepared for. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cellular phones today are easily the number one way that people find out what their partners are up to, as it stores just about everything and if it is an iPhone, even the cloud is incriminating.&nbsp;&nbsp;&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2060} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cellphones-and-Relationships-1024x683.jpg\" alt=\"\" class=\"wp-image-2060\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While cheating\nwould be the obvious way that this gadget would impact your relationship, a\ncell phone can affect you in other ways and impinge on all your relationships\nif you let it. Indeed its very presence can be a hindrance to any form of\nbonding. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>People make jokes about millennials and the I-generation being glued to their phones but truth be told, persons of all ages act as if they cannot survive without that scrap of technology. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2062,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Distracted.jpg\" alt=\"\" class=\"wp-image-2062\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To test this theory do this simple thing: leave your phone at home for the day and go about your business on the road, go to your office, the supermarket and hang out with friends in the evening, all without having to consult, look at your phone or browse through social media. I dare you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  Its very presence can be a hindrance to any form of bonding.  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Most people would not last an hour without it. The fact that you have to take your phone to the bathroom is a good indicator of how dependent you are on your phone to keep you connected. But does it really? Our phones make it easier for us to share, like, tweet and send an emoji to express sentiments but ironically we hardly bother to meet face to face to actually talk. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And even if we are physically in each other’s presence, we still forget to have a conversation. Check out how people act at a party. They will be standing side by side, rocking and trying to look cool... and still be on their phones, texting away and ironically sometimes they are texting the person right next to them! So much for having a conversation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We might think that mobile phone keeps us super connected but one study threw cold water on that theory. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Researcher from the University of Essex discovered that our devices can actually damage our close relationships. According to their findings, simply having a phone nearby without even checking it, can be detrimental to interpersonal connection. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interacting in a neutral environment, without a cell phone nearby, is said to help foster closeness, connectedness, trust, and perceptions of empathy, all of which are the building-blocks of relationships. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additionally, due to the variety of social and entertainment options that a mobile phone can offer, they often divert and distract our attention away from being in the moment hence people do not feel our presence as much. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Alas, we have to stay engaged and stay off the phones sometimes.</p>\n<!-- /wp:paragraph -->','Is your cell phone ruining your relationship?','','publish','closed','closed','','is-your-cell-phone-ruining-your-relationship','','','2019-08-15 11:35:15','2019-08-15 16:35:15','',0,'https://buzz-caribbean.com/?p=2056',0,'post','',0),(2057,14,'2019-08-07 13:57:51','2019-08-07 18:57:51','<!-- wp:paragraph -->\n<p>FedEx has ended its ground shipping relationship with Amazon. The move comes two months after FedEx stopped moving Amazon\'s air cargo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>FedEx views Amazon as a clear threat to its future profit margins as Amazon has been rapidly up-scaling its own logistics operations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2049} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/amazon-fedex-logo.jpg\" alt=\"\" class=\"wp-image-2049\" /><figcaption>Shipping company FedEx has severed business ties with Amazon.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Last June, FedEx ceased air cargo shipping for Amazon. FedEx said at the time that Amazon\'s business wasn\'t deemed to be \'significantly beneficial\' to its bottom line as traffic was too minuscule.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>FedEx said it is moving to focus on the broader e-commerce market.</p>\n<!-- /wp:paragraph -->','FedEX cuts shipping ties with Amazon','','inherit','closed','closed','','2044-revision-v1','','','2019-08-07 13:57:51','2019-08-07 18:57:51','',2044,'https://buzz-caribbean.com/article/2044-revision-v1/',0,'revision','',0),(2058,21,'2019-08-07 17:52:55','2019-08-07 22:52:55','<!-- wp:paragraph -->\n<p>Jamaica loves the Audi Q3 — and that\'s no exaggeration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Audi Jamaica, the Q3 sold 30 units before its July 26 launch date. The Q3 is available locally in two trim levels, Premium and S-Line, starting at JA$6.95 million.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2103} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0141-1024x686.jpg\" alt=\"\" class=\"wp-image-2103\" /><figcaption>Now in its second generation, the 2019 Q3 is larger than the outgoing model.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Q3 has grown to dimensions close to the Q5. The growth makes the Q3 the largest in the sub-compact SUV class.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interior and exterior styling continue to mimic the Q8. The Q3 now sports Audi’s Singleframe grille with its octagonal design. Already renowned for its LED lighting technology, the new, slimmer headlights follow those of the Q8.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2113} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0137-1024x686.jpg\" alt=\"\" class=\"wp-image-2113\" /><figcaption>The Audi Q3 was launched to the local market on July 26 at the Audi Terminal.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The S-Line comes standard with LED lights front and rear. The fronts use Matrix LED technology that calculates the appropriate amount of light required, automatically turning off specific LED diodes to maintain maximum visibility for the driver, while reducing the risk of dazzling oncoming traffic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2115} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0146-1024x686.jpg\" alt=\"\" class=\"wp-image-2115\" /><figcaption>The Q3 shares plenty of its interior technology with the Audi Q8.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Inside, the touchscreen Multi-Media Interface and Audi Virtual Cockpit are all lifted from the Q8, both allowing plenty of connectivity, interactivity, and professional sound quality through the Bang &amp; Olufsen 3D sound system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Occupant safety isn’t ignored as the Q3 scored five stars, the highest available on the European New Car Assessment Programme. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The standard safety suite includes Audi Pre-sense basic, a reverse camera, and parking sensors, the last two working in conjunction through the MMI. Audi Side Assist, Audi Pre-sense Front with cyclist and pedestrian recognition, and lane departure warning are optional safety equipment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>—<em> Story by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Audi Q3 getting lots of love from Jamaica','','publish','closed','closed','','audi-q3-getting-lots-of-love-from-jamaica','','','2019-08-14 22:11:02','2019-08-15 03:11:02','',0,'https://buzz-caribbean.com/?p=2058',0,'post','',0),(2059,4,'2019-08-07 14:03:21','2019-08-07 19:03:21','<!-- wp:paragraph -->\n<p>By Nichola Beckford</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With thirty units sold before the July 26 launch of the Q3,\nAudi Jamaica is more than happy about the sales performance of their latest\nsmall Sport Utility Vehicle. The Q3 is available locally in two trim levels,\nPremium and S-Line, starting at JA$6.95 million equipped with a 1.4\nturbocharged engine and front-wheel drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Q3, now in its second generation, is second in the\nbrand’s line-up of SUVs, sitting above the smaller Q2 and the larger and older\nQ5. As this is the first of the Q models to be updated since the introduction\nof the range topping Q8, it pulls heavily on the design language and technology\nfrom its biggest brother. The Q3 has grown to dimensions close to the Q5, so\nexpect the Q5 to increase further in size when it too is soon updated to retain\nthe differentiation between them. The growth makes the Q3 the largest in its\nclass, that of the sub-compact SUV.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interior and Exterior styling continue to mimic the Q8. The\nQ3 now sports Audi’s Singleframe grille with its octagonal design. Already\nrenowned for its LED lighting technology, the new slimmer headlights follow\nthose of the Q8. The S-Line comes standard with LED lights front and rear. The\nfronts use Matrix LED technology that calculates the appropriate amount of\nlight required, automatically turning off specific LED diodes to maintain\nmaximum visibility for the driver while reducing the risk of dazzling oncoming\ntraffic. Audi’s signature animated dynamic turn signals are included. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Inside, the touchscreen Multi Media Interface and Audi\nVirtual Cockpit are all lifted from the Q8, both allowing plenty of\nconnectivity, interactivity and professional sound quality through the Bang\n&amp; Olufsen 3D sound system. Other interior features include an LED lighting\npackage with 30 colours to choose from, 40-20-40 split rear seats, foot\nactivated rear power tailgate, Audi Phone box that boosts cellphone signals and\nprovides wireless changing, and plenty of practical storage space. Leather,\nAlcantara, metal and gloss accents can be had based on trim level.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Q3 is only available with one drivetrain at this\njuncture, a 1.4-litre turbocharged four-cylinder engine, paired with a\nseven-speed S Tronic automatic transmission driving the front wheels. The\nengine outputs 150bhp and 184.4 lb/ft or torque and has Audi’s Cylinder On\nDemand system making it able to operate on only two cylinders — cylinders two\nand three — in low and medium engine load situations. This helps reduce fuel\nconsumption across the several drive modes the Q3 has.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Occupant safety isn’t ignored as the Q3 scored five stars,\nthe highest available on the European New Car Assessment Programme. The\nstandard safety suite includes Audi Pre-sense basic, a reverse camera and\nparking sensors, the last two working in conjunction through the MMI. Audi Side\nAssist, Audi Pre-sense Front with cyclist and pedestrian recognition, and lane\ndeparture warning are optional safety equipment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Audi Jamaica expects the Q3 to remain a top seller as the\npricing and feature set of the vehicle makes it extremely competitive in the\nlocal SUV market segment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>CAPTIONS</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0141: The Audi Q3 was launched to the local market on\nJuly 26 at the Audi Terminal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0137: Now in its second generation, the 2019 Q3 is\nlarger than the outgoing model.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0146: The Q3 shares plenty of its interior technology\nwith the Audi Q8.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0154: Audi technology is to be found aplenty in the\n1.4-litre turbocharged engine that features the ability to temporarily turn off\ntwo of its four cylinders for fuel efficiency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0148: The larger dimensions mean better passenger and\ncargo space.</p>\n<!-- /wp:paragraph -->','header','','inherit','closed','closed','','2058-revision-v1','','','2019-08-07 14:03:21','2019-08-07 19:03:21','',2058,'https://buzz-caribbean.com/article/2058-revision-v1/',0,'revision','',0),(2060,11,'2019-08-07 14:11:53','2019-08-07 19:11:53','','Cellphones-and-Relationships','','inherit','closed','closed','','cellphones-and-relationships','','','2019-08-07 14:11:53','2019-08-07 19:11:53','',2056,'https://buzz-caribbean.com/app/uploads/2019/08/Cellphones-and-Relationships.jpg',0,'attachment','image/jpeg',0),(2061,11,'2019-08-07 14:30:22','2019-08-07 19:30:22','','Couple-On-Phone','','inherit','closed','closed','','couple-on-phone','','','2019-08-07 14:30:22','2019-08-07 19:30:22','',2056,'https://buzz-caribbean.com/app/uploads/2019/08/Couple-On-Phone.jpg',0,'attachment','image/jpeg',0),(2062,11,'2019-08-07 14:30:38','2019-08-07 19:30:38','','Distracted','','inherit','closed','closed','','distracted','','','2019-08-07 14:30:38','2019-08-07 19:30:38','',2056,'https://buzz-caribbean.com/app/uploads/2019/08/Distracted.jpg',0,'attachment','image/jpeg',0),(2063,11,'2019-08-07 15:10:13','2019-08-07 20:10:13','<!-- wp:paragraph -->\n<p>It was Kiprich a few years ago sang ‘<a href=\"https://www.youtube.com/watch?v=J2XYe95RjHU\">telephone ting mash up life</a>’ that chronicled how his girlfriend got into his phone and read his messages causing an emotional firestorm he was unprepared for. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2060} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cellphones-and-Relationships-1024x683.jpg\" alt=\"\" class=\"wp-image-2060\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cellular phones today are easily the number one way that people find out what their partners are up to, as it stores just about everything and if it is an iPhone, even the cloud is incriminating.    </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2062,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Distracted.jpg\" alt=\"\" class=\"wp-image-2062\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While cheating\nwould be the obvious way that this gadget would impact your relationship, a\ncell phone can affect you in other ways and impinge on all your relationships\nif you let it. Indeed its very presence can be a hindrance to any form of\nbonding. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>People make jokes about millennials and the I-generation being glued to their phones but truth be told, persons of all ages act as if they cannot survive without that scrap of technology. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  Its very presence can be a hindrance to any form of bonding.  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>To test this theory do this simple thing: leave your phone at home for the day and go about your business on the road, go to your office, the supermarket and hang out with friends in the evening, all without having to consult, look at your phone or browse through social media. I dare you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most people would not last an hour without it. The fact that you have to take your phone to the bathroom is a good indicator of how dependent you are on your phone to keep you connected. But does it really? Our phones make it easier for us to share, like, tweet and send an emoji to express sentiments but ironically we hardly bother to meet face to face to actually talk. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And even if we are physically in each other’s presence, we still forget to have a conversation. Check out how people act at a party. They will be standing side by side, rocking and trying to look cool... and still be on their phones, texting away and ironically sometimes they are texting the person right next to them! So much for having a conversation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We might think that mobile phone keeps us super connected but one study threw cold water on that theory. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Researcher from the University of Essex discovered that our devices can actually damage our close relationships. According to their findings, simply having a phone nearby without even checking it, can be detrimental to interpersonal connection. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interacting in a neutral environment, without a cell phone nearby, is said to help foster closeness, connectedness, trust, and perceptions of empathy, all of which are the building-blocks of relationships. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additionally, due to the variety of social and entertainment options that a mobile phone can offer, they often divert and distract our attention away from being in the moment hence people do not feel our presence as much. Alas, we have to stay engaged and stay off the phones sometimes.</p>\n<!-- /wp:paragraph -->','Is your cell phone ruining your relationship?','','inherit','closed','closed','','2056-revision-v1','','','2019-08-07 15:10:13','2019-08-07 20:10:13','',2056,'https://buzz-caribbean.com/article/2056-revision-v1/',0,'revision','',0),(2064,11,'2019-08-07 15:12:34','2019-08-07 20:12:34','<!-- wp:paragraph -->\n<p>It was Kiprich, who a few years ago sang, ‘<a href=\"https://www.youtube.com/watch?v=J2XYe95RjHU\">telephone ting mash up life</a>’ that chronicled how his girlfriend got into his phone and read his messages causing an emotional firestorm he was unprepared for. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cellular phones today are easily the number one way that people find out what their partners are up to, as it stores just about everything and if it is an iPhone, even the cloud is incriminating.    </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2060} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cellphones-and-Relationships-1024x683.jpg\" alt=\"\" class=\"wp-image-2060\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While cheating\nwould be the obvious way that this gadget would impact your relationship, a\ncell phone can affect you in other ways and impinge on all your relationships\nif you let it. Indeed its very presence can be a hindrance to any form of\nbonding. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>People make jokes about millennials and the I-generation being glued to their phones but truth be told, persons of all ages act as if they cannot survive without that scrap of technology. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2062,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Distracted.jpg\" alt=\"\" class=\"wp-image-2062\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  Its very presence can be a hindrance to any form of bonding.  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>To test this theory do this simple thing: leave your phone at home for the day and go about your business on the road, go to your office, the supermarket and hang out with friends in the evening, all without having to consult, look at your phone or browse through social media. I dare you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most people would not last an hour without it. The fact that you have to take your phone to the bathroom is a good indicator of how dependent you are on your phone to keep you connected. But does it really? Our phones make it easier for us to share, like, tweet and send an emoji to express sentiments but ironically we hardly bother to meet face to face to actually talk. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And even if we are physically in each other’s presence, we still forget to have a conversation. Check out how people act at a party. They will be standing side by side, rocking and trying to look cool... and still be on their phones, texting away and ironically sometimes they are texting the person right next to them! So much for having a conversation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We might think that mobile phone keeps us super connected but one study threw cold water on that theory. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Researcher from the University of Essex discovered that our devices can actually damage our close relationships. According to their findings, simply having a phone nearby without even checking it, can be detrimental to interpersonal connection. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interacting in a neutral environment, without a cell phone nearby, is said to help foster closeness, connectedness, trust, and perceptions of empathy, all of which are the building-blocks of relationships. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additionally, due to the variety of social and entertainment options that a mobile phone can offer, they often divert and distract our attention away from being in the moment hence people do not feel our presence as much. Alas, we have to stay engaged and stay off the phones sometimes.</p>\n<!-- /wp:paragraph -->','Is your cell phone ruining your relationship?','','inherit','closed','closed','','2056-revision-v1','','','2019-08-07 15:12:34','2019-08-07 20:12:34','',2056,'https://buzz-caribbean.com/article/2056-revision-v1/',0,'revision','',0),(2065,11,'2019-08-07 15:15:01','2019-08-07 20:15:01','<!-- wp:paragraph -->\n<p>It was Kiprich, who a few years ago sang, ‘<a href=\"https://www.youtube.com/watch?v=J2XYe95RjHU\">telephone ting mash up life</a>’ that chronicled how his girlfriend got into his phone and read his messages causing an emotional firestorm he was unprepared for. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cellular phones today are easily the number one way that people find out what their partners are up to, as it stores just about everything and if it is an iPhone, even the cloud is incriminating.    </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2060} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cellphones-and-Relationships-1024x683.jpg\" alt=\"\" class=\"wp-image-2060\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While cheating\nwould be the obvious way that this gadget would impact your relationship, a\ncell phone can affect you in other ways and impinge on all your relationships\nif you let it. Indeed its very presence can be a hindrance to any form of\nbonding. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>People make jokes about millennials and the I-generation being glued to their phones but truth be told, persons of all ages act as if they cannot survive without that scrap of technology. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2062,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Distracted.jpg\" alt=\"\" class=\"wp-image-2062\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To test this theory do this simple thing: leave your phone at home for the day and go about your business on the road, go to your office, the supermarket and hang out with friends in the evening, all without having to consult, look at your phone or browse through social media. I dare you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  Its very presence can be a hindrance to any form of bonding.  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Most people would not last an hour without it. The fact that you have to take your phone to the bathroom is a good indicator of how dependent you are on your phone to keep you connected. But does it really? Our phones make it easier for us to share, like, tweet and send an emoji to express sentiments but ironically we hardly bother to meet face to face to actually talk. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And even if we are physically in each other’s presence, we still forget to have a conversation. Check out how people act at a party. They will be standing side by side, rocking and trying to look cool... and still be on their phones, texting away and ironically sometimes they are texting the person right next to them! So much for having a conversation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We might think that mobile phone keeps us super connected but one study threw cold water on that theory. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Researcher from the University of Essex discovered that our devices can actually damage our close relationships. According to their findings, simply having a phone nearby without even checking it, can be detrimental to interpersonal connection. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interacting in a neutral environment, without a cell phone nearby, is said to help foster closeness, connectedness, trust, and perceptions of empathy, all of which are the building-blocks of relationships. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additionally, due to the variety of social and entertainment options that a mobile phone can offer, they often divert and distract our attention away from being in the moment hence people do not feel our presence as much. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Alas, we have to stay engaged and stay off the phones sometimes.</p>\n<!-- /wp:paragraph -->','Is your cell phone ruining your relationship?','','inherit','closed','closed','','2056-revision-v1','','','2019-08-07 15:15:01','2019-08-07 20:15:01','',2056,'https://buzz-caribbean.com/article/2056-revision-v1/',0,'revision','',0),(2067,0,'2019-08-07 16:21:57','2019-08-07 21:21:57','','Colour Me Happy Charity Run','','publish','closed','closed','','colour-me-happy-charity-run','','','2019-08-15 12:59:12','2019-08-15 17:59:12','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=2067',0,'out','',0),(2068,13,'2019-08-07 15:50:41','2019-08-07 20:50:41','','Colour Me Charity Run','','inherit','closed','closed','','colour-me-charity-run','','','2019-08-07 15:50:41','2019-08-07 20:50:41','',2067,'https://buzz-caribbean.com/app/uploads/2019/08/colour-me-charity-run.jpg',0,'attachment','image/jpeg',0),(2069,4,'2019-08-07 15:54:44','2019-08-07 20:54:44','<!-- wp:paragraph -->\n<p>With thirty units sold before the July 26 launch of the Q3, Audi Jamaica is more than happy about the sales performance of their latest small Sport Utility Vehicle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Q3 is available locally in two trim levels, Premium and S-Line, starting at JA$6.95 million equipped with a 1.4 turbocharged engine and front-wheel drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Q3, now in its second generation, is second in the\nbrand’s line-up of SUVs, sitting above the smaller Q2 and the larger and older\nQ5. As this is the first of the Q models to be updated since the introduction\nof the range topping Q8, it pulls heavily on the design language and technology\nfrom its biggest brother. The Q3 has grown to dimensions close to the Q5, so\nexpect the Q5 to increase further in size when it too is soon updated to retain\nthe differentiation between them. The growth makes the Q3 the largest in its\nclass, that of the sub-compact SUV.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interior and Exterior styling continue to mimic the Q8. The\nQ3 now sports Audi’s Singleframe grille with its octagonal design. Already\nrenowned for its LED lighting technology, the new slimmer headlights follow\nthose of the Q8. The S-Line comes standard with LED lights front and rear. The\nfronts use Matrix LED technology that calculates the appropriate amount of\nlight required, automatically turning off specific LED diodes to maintain\nmaximum visibility for the driver while reducing the risk of dazzling oncoming\ntraffic. Audi’s signature animated dynamic turn signals are included. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Inside, the touchscreen Multi Media Interface and Audi\nVirtual Cockpit are all lifted from the Q8, both allowing plenty of\nconnectivity, interactivity and professional sound quality through the Bang\n&amp; Olufsen 3D sound system. Other interior features include an LED lighting\npackage with 30 colours to choose from, 40-20-40 split rear seats, foot\nactivated rear power tailgate, Audi Phone box that boosts cellphone signals and\nprovides wireless changing, and plenty of practical storage space. Leather,\nAlcantara, metal and gloss accents can be had based on trim level.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Q3 is only available with one drivetrain at this\njuncture, a 1.4-litre turbocharged four-cylinder engine, paired with a\nseven-speed S Tronic automatic transmission driving the front wheels. The\nengine outputs 150bhp and 184.4 lb/ft or torque and has Audi’s Cylinder On\nDemand system making it able to operate on only two cylinders — cylinders two\nand three — in low and medium engine load situations. This helps reduce fuel\nconsumption across the several drive modes the Q3 has.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Occupant safety isn’t ignored as the Q3 scored five stars,\nthe highest available on the European New Car Assessment Programme. The\nstandard safety suite includes Audi Pre-sense basic, a reverse camera and\nparking sensors, the last two working in conjunction through the MMI. Audi Side\nAssist, Audi Pre-sense Front with cyclist and pedestrian recognition, and lane\ndeparture warning are optional safety equipment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Audi Jamaica expects the Q3 to remain a top seller as the pricing and feature set of the vehicle makes it extremely competitive in the local SUV market segment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>— Nichola Beckford</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>CAPTIONS</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0141: The Audi Q3 was launched to the local market on\nJuly 26 at the Audi Terminal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0137: Now in its second generation, the 2019 Q3 is\nlarger than the outgoing model.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0146: The Q3 shares plenty of its interior technology\nwith the Audi Q8.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0154: Audi technology is to be found aplenty in the\n1.4-litre turbocharged engine that features the ability to temporarily turn off\ntwo of its four cylinders for fuel efficiency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0148: The larger dimensions mean better passenger and\ncargo space.</p>\n<!-- /wp:paragraph -->','header','','inherit','closed','closed','','2058-revision-v1','','','2019-08-07 15:54:44','2019-08-07 20:54:44','',2058,'https://buzz-caribbean.com/article/2058-revision-v1/',0,'revision','',0),(2071,9,'2019-08-07 16:46:28','2019-08-07 21:46:28','<!-- wp:image {\"id\":2073} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Festival-Queen-A-1024x683.jpg\" alt=\"\" class=\"wp-image-2073\" /><figcaption>Culture Minister Olivia Grange (left) makes a presentation to Festival Queen 2019, Khamara Wright (right). Looking on is first runner-up Annakay Hudson, Miss Kingston and St Andrew. (Photos: Contributed)   </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Olivia Grange, Jamaica’s Minister of Culture, Gender, Entertainment and Sport, has encouraged the country’s young women to take advantage of the opportunities provided by the annual Festival Queen Competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her call comes in the wake of the recent crowning of 23-year-old Khamara Wright, the 2019 Festival Queen. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2076} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Festival-Queen-BB-1024x683.jpg\" alt=\"\" class=\"wp-image-2076\" /><figcaption> Khamara Wright receives her sash from 2018 Festival Queen, Ackera Gowie.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Wright, a sous chef from St Catherine, was the first from the\nparish to win the title in 29 years. The last woman from that parish to win the\ncrown was playwright, producer and television presenter Dahlia Harris who\nclaimed the title in 1990. Harris used the Festival Queen platform to launch\nsuccessful careers in television production and presenting. She is also\nenjoying a burgeoning career as a playwright.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grange, who spoke with BUZZ following the crowning on August\n1, said that young Jamaican women can benefit greatly from entering the\ncompetition. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2077} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Festival-Queen-CC-1024x683.jpg\" alt=\"\" class=\"wp-image-2077\" /><figcaption>The 2018 Festival Queen, Ackera Gowie, hands over the crown to Khamara Wright. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Each year, through the competition, we highlight intelligent, articulate, well-informed, culturally aware, beautiful young ladies, who are committed to national development,” Grange said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m very proud of the 13 young ladies from across the island who reached the finals as parish queens. They all did exceptionally well. And the winner, Khamara, has been such an outstanding personality throughout the competition that she’s most deserving of victory.”</p>\n<!-- /wp:paragraph -->','Culture Minister encourages young women to enter Festival Queen Competition','','publish','closed','closed','','culture-minister-encourages-young-women-to-enter-festival-queen-competition','','','2019-08-12 15:19:54','2019-08-12 20:19:54','',0,'https://buzz-caribbean.com/?p=2071',0,'post','',0),(2073,9,'2019-08-07 16:21:57','2019-08-07 21:21:57','','Festival-Queen-A','','inherit','closed','closed','','festival-queen-a','','','2019-08-07 16:21:57','2019-08-07 21:21:57','',2071,'https://buzz-caribbean.com/app/uploads/2019/08/Festival-Queen-A.jpg',0,'attachment','image/jpeg',0),(2074,0,'2019-08-07 16:38:57','2019-08-07 21:38:57','','Cinema Paradise Portie Film Festival','','publish','closed','closed','','cinema-paradise-portie-film-festival','','','2019-08-13 17:26:23','2019-08-13 22:26:23','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=2074',0,'out','',0),(2076,9,'2019-08-07 16:22:15','2019-08-07 21:22:15','','Festival-Queen-BB','','inherit','closed','closed','','festival-queen-bb','','','2019-08-07 16:22:15','2019-08-07 21:22:15','',2071,'https://buzz-caribbean.com/app/uploads/2019/08/Festival-Queen-BB.jpg',0,'attachment','image/jpeg',0),(2077,9,'2019-08-07 16:22:27','2019-08-07 21:22:27','','Festival-Queen-CC','','inherit','closed','closed','','festival-queen-cc','','','2019-08-07 16:22:27','2019-08-07 21:22:27','',2071,'https://buzz-caribbean.com/app/uploads/2019/08/Festival-Queen-CC.jpg',0,'attachment','image/jpeg',0),(2078,15,'2019-08-07 17:20:23','2019-08-07 22:20:23','<!-- wp:paragraph -->\n<p>Irish–owned telecoms company, Digicel Jamaica has seen six CEOs come through its doors between 2012 and 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4199} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Digicel-CEOS-BUZZ-1024x628.jpg\" alt=\"\" class=\"wp-image-4199\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They are namely: Mark Linehan, Andy Thorburn, Barry O’ Brien, David Butler, Justin Morin and now Allison Cole Philbert who took up the position earlier this month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4201,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Allison-Cole-Phillbert-1.jpg\" alt=\"\" class=\"wp-image-4201\" /><figcaption>Allison Cole Philbert, the most recently appointed CEO of Digicel Jamaica</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Only last month, the first Jamaican to hold the role since the company began operations in 2001, Justin Morin, demitted the CEO spot after less than two years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2080} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Justin-Morin-former-CEO-of-Digicel-Jamaica-1024x580.jpg\" alt=\"\" class=\"wp-image-2080\" /><figcaption>Justin Morin, former CEO of Digicel Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One reason mooted for such a revolving door is the high level of expectation to deliver results. Another is the constantly changing nature of the mobile phone business and the impact upon it by the over-the-top (OTT) players like WhatsApp. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> The average tenure for a CEO is 7 years plus or minus two.</p><cite>— Manfred F.R. Kets de Vries</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Digicel is now looking to transition from being solely a mobile phone operator to a company that also offers digital and data services while also entering the media business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ironically, Manfred F.R. Kets de Vries, writing in the Harvard Review says the average tenure for a CEO is 7 years plus or minus two. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Across corporate Jamaica, the CEOs that stand out, that have shaped and grown their companies have been around for a while.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He is of the view that by that time maximum effectiveness generally tends to be extracted with the CEO going through 3 phases: <br> <br> 1. <strong><em>Entry</em></strong> (The “ honeymoon period” where the CEO can learn, experiment, innovate and take risks)<br> <br> 2. <strong><em>Consolidation</em></strong> (After establishing his or her leadership in terms of direction, style and strategy, good results are delivered and the CEO should feel secure in the role)<br> <br> 3. <strong><em>Decline</em></strong> (When the job becomes routine and there are no new markets and products. Also, when the CEO becomes ineffective and has no new ideas to grow the business).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“ When you look across corporate Jamaica, the CEOs that stand out, that have shaped and grown their companies have been around for a while; Patrick Hylton at NCB, Jeffery Hall at Jamaica Producers, Chris Williams at Proven, Don Wheby at Grace, Richard Byles at both Pan Jam and Sagicor Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> The average tenure of a Digicel Jamaica CEO, as it currently stands is 16 months. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I guess it comes down to performance and my guess is this has been the underlying reason for the decision to regularly change CEOs by the Digicel Board. Mind you, it’s hard to have faith in a CEO in Jamaica if you feel that person possibly won’t be there in a year’s time,” said Makhulu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The average tenure of a Digicel Jamaica CEO, as it currently stands, is 16 months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Is Digicel changing its CEO for its Jamaican operations far too frequently?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell us what you think.</p>\n<!-- /wp:paragraph -->','Digicel Jamaica has appointed 6 CEOs in 8 years','','publish','open','closed','','digicel-jamaica-has-appointed-6-ceos-in-8-years','','','2019-08-15 11:57:31','2019-08-15 16:57:31','',0,'https://buzz-caribbean.com/?p=2078',0,'post','',0),(2080,11,'2019-08-07 16:33:01','2019-08-07 21:33:01','','Justin-Morin-former-CEO-of-Digicel-Jamaica','','inherit','closed','closed','','justin-morin-former-ceo-of-digicel-jamaica','','','2019-08-07 16:33:01','2019-08-07 21:33:01','',2078,'https://buzz-caribbean.com/app/uploads/2019/08/Justin-Morin-former-CEO-of-Digicel-Jamaica.jpg',0,'attachment','image/jpeg',0),(2081,4,'2019-08-07 16:33:51','2019-08-07 21:33:51','<!-- wp:paragraph -->\n<p>With thirty units sold before the July 26 launch of the Q3, Audi Jamaica is more than happy about the sales performance of their latest small Sport Utility Vehicle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Q3 is available locally in two trim levels, Premium and S-Line, starting at JA$6.95 million equipped with a 1.4 turbocharged engine and front-wheel drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Q3, now in its second generation, is second in the\nbrand’s line-up of SUVs, sitting above the smaller Q2 and the larger and older\nQ5. As this is the first of the Q models to be updated since the introduction\nof the range topping Q8, it pulls heavily on the design language and technology\nfrom its biggest brother. The Q3 has grown to dimensions close to the Q5, so\nexpect the Q5 to increase further in size when it too is soon updated to retain\nthe differentiation between them. The growth makes the Q3 the largest in its\nclass, that of the sub-compact SUV.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interior and exterior styling continue to mimic the Q8. The Q3 now sports Audi’s Singleframe grille with its octagonal design. Already renowned for its LED lighting technology, the new slimmer headlights follow those of the Q8. The S-Line comes standard with LED lights front and rear. The fronts use Matrix LED technology that calculates the appropriate amount of light required, automatically turning off specific LED diodes to maintain maximum visibility for the driver while reducing the risk of dazzling oncoming traffic. Audi’s signature animated dynamic turn signals are included. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Inside, the touchscreen Multi-Media Interface and Audi Virtual Cockpit are all lifted from the Q8, both allowing plenty of connectivity, interactivity and professional sound quality through the Bang &amp; Olufsen 3D sound system. Other interior features include an LED lighting package with 30 colours to choose from, 40-20-40 split rear seats, foot activated rear power tailgate, Audi Phone box that boosts cellphone signals and provides wireless changing, and plenty of practical storage space. Leather, Alcantara, metal and gloss accents can be had based on trim level.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Q3 is only available with one drivetrain at this\njuncture, a 1.4-litre turbocharged four-cylinder engine, paired with a\nseven-speed S Tronic automatic transmission driving the front wheels. The\nengine outputs 150bhp and 184.4 lb/ft or torque and has Audi’s Cylinder On\nDemand system making it able to operate on only two cylinders — cylinders two\nand three — in low and medium engine load situations. This helps reduce fuel\nconsumption across the several drive modes the Q3 has.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Occupant safety isn’t ignored as the Q3 scored five stars,\nthe highest available on the European New Car Assessment Programme. The\nstandard safety suite includes Audi Pre-sense basic, a reverse camera and\nparking sensors, the last two working in conjunction through the MMI. Audi Side\nAssist, Audi Pre-sense Front with cyclist and pedestrian recognition, and lane\ndeparture warning are optional safety equipment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Audi Jamaica expects the Q3 to remain a top seller as the pricing and feature set of the vehicle makes it extremely competitive in the local SUV market segment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>— Nichola Beckford</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>CAPTIONS</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0141: The Audi Q3 was launched to the local market on\nJuly 26 at the Audi Terminal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0137: Now in its second generation, the 2019 Q3 is\nlarger than the outgoing model.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0146: The Q3 shares plenty of its interior technology\nwith the Audi Q8.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0154: Audi technology is to be found aplenty in the\n1.4-litre turbocharged engine that features the ability to temporarily turn off\ntwo of its four cylinders for fuel efficiency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0148: The larger dimensions mean better passenger and\ncargo space.</p>\n<!-- /wp:paragraph -->','header','','inherit','closed','closed','','2058-revision-v1','','','2019-08-07 16:33:51','2019-08-07 21:33:51','',2058,'https://buzz-caribbean.com/article/2058-revision-v1/',0,'revision','',0),(2082,13,'2019-08-07 16:34:34','2019-08-07 21:34:34','','Film Festival Portie','','inherit','closed','closed','','film-festival-portie','','','2019-08-07 16:34:34','2019-08-07 21:34:34','',2074,'https://buzz-caribbean.com/app/uploads/2019/08/film-festival-portie.jpg',0,'attachment','image/jpeg',0),(2086,9,'2019-08-07 16:42:49','2019-08-07 21:42:49','<!-- wp:image {\"id\":2073} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Festival-Queen-A-1024x683.jpg\" alt=\"\" class=\"wp-image-2073\" /><figcaption>Culture Minister Olivia Grange (left) makes a presentation to Festival Queen 2019, Khamara Wright (right). Looking on is first runner-up Annakay Hudson, Miss Kingston and St Andrew.   </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Olivia Grange, Jamaica’s Minister of Culture, Gender, Entertainment and Sport, has encouraged the country’s young women to take advantage of the opportunities provided by the annual Festival Queen Competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her call comes in the wake of the recent crowning of 23-year-old Khamara Wright, the 2019 Festival Queen. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2076} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Festival-Queen-BB-1024x683.jpg\" alt=\"\" class=\"wp-image-2076\" /><figcaption> Khamara Wright receives her sash from 2018 Festival Queen, Ackera Gowie.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Wright, a sous chef from St Catherine, was the first from the\nparish to win the title in 29 years. The last woman from that parish to win the\ncrown was playwright, producer and television presenter Dahlia Harris who\nclaimed the title in 1990. Harris used the Festival Queen platform to launch\nsuccessful careers in television production and presenting. She is also\nenjoying a burgeoning career as a playwright.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grange, who spoke with BUZZ following the crowning on August\n1, said that young Jamaican women can benefit greatly from entering the\ncompetition. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2077} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Festival-Queen-CC-1024x683.jpg\" alt=\"\" class=\"wp-image-2077\" /><figcaption>The 2018 Festival Queen, Ackera Gowie, hands over the crown to Khamara Wright. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Each year, through the competition, we highlight intelligent, articulate, well-informed, culturally aware, beautiful young ladies, who are committed to national development,” Grange said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m very proud of the 13 young ladies from across the island who reached the finals as parish queens. They all did exceptionally well. And the winner, Khamara, has been such an outstanding personality throughout the competition that she’s most deserving of victory.”</p>\n<!-- /wp:paragraph -->','Culture Minister encourages young women to enter Festival Queen Competition','','inherit','closed','closed','','2071-revision-v1','','','2019-08-07 16:42:49','2019-08-07 21:42:49','',2071,'https://buzz-caribbean.com/article/2071-revision-v1/',0,'revision','',0),(2087,13,'2019-08-07 16:45:24','2019-08-07 21:45:24','','Good Samaritan Walk','','inherit','closed','closed','','good-samaritan-walk','','','2019-08-07 16:45:24','2019-08-07 21:45:24','',0,'https://buzz-caribbean.com/app/uploads/2019/08/good-samaritan-walk.jpg',0,'attachment','image/jpeg',0),(2088,0,'2019-08-07 17:06:08','2019-08-07 22:06:08','','River Picnic and Hike','','publish','closed','closed','','river-picnic-and-hike','','','2019-08-14 11:31:05','2019-08-14 16:31:05','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=2088',0,'out','',0),(2090,15,'2019-08-07 17:24:24','2019-08-07 22:24:24','<!-- wp:paragraph -->\n<p>Apple is globally suspending the use of Siri voice recordings after reports emerged that contractors hired by the company listen to ‘private clips’ to improve the voice assistant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2094} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/google-assistant-vs-apple-siri-demo-buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-2094\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>TechCrunch, which broke the news, said Apple plans to issue a software update to seek users’ consent before letting them participate in the product improvement programme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are committed to delivering a great Siri experience while protecting user privacy,” the company said to the outlet. “While we conduct a thorough review, we are suspending Siri grading globally. Additionally, as part of a future software update, users will have the ability to choose to participate in grading.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2924} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/people-on-photo-silhouette-buzz-demo-1024x690.jpg\" alt=\"\" class=\"wp-image-2924\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>In a similar development, Google said it will voluntarily halt listening-in and transcribing Google Assistant recordings for three months in the EU, according to German data regulators.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The use of automatic speech assistants from providers such as Google, Apple and Amazon is proving to be highly risky for the privacy of those affected,” the German data protection authority said. “This applies not only to people who run a speech assistant, but to all those who come into contact with it, for example if they live in a household in which devices such as Google Assistant are installed are used.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last week, The Guardian reported how Siri voice snippets containing “medical information, drug deals, and recordings of couples having sex” are being heard by contractors working for the company around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The objective, like with the case of Amazon and Google, is to listen to them and grade the assistant’s response, including to check if it was invoked by mistake and if the response was appropriate. The snippets themselves are not associated with your Apple ID.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although Apple said less than one percent of daily requests are being analysed to improve Siri and dictation, the contractor said, “they were motivated to go public about their job because of their fears that such information could be misused.”<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2925} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/siri-demo-buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-2925\" /><figcaption>Siri on iPhone (Photo contributed, Apple)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Apple’s own terms of service document says pseudonymized Siri requests could be used for quality control. But it stops short of explicitly stating that the work is actually ‘undertaken by humans’.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The iPhone maker is far from the only company to employ human oversight of its voice assistants. Audio recording requests made to Amazon’s Alexa and Google Assistant are also reviewed in a similar fashion.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Google, mid-July, acknowledged voice snippets from the Assistant — leaked to the Belgian news outlet VRT News — revealed sensitive information such as medical conditions and customer addresses.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s an industry-wide practice to collect voice recordings to improve speech recognition algorithms, as it’s very much an evolving technology. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But seeking informed consent from users goes a long way towards addressing privacy concerns, not to mention ensuring compliance with EU GDPR requirements.</p>\n<!-- /wp:paragraph -->','Apple, Google suspend monitoring of voice recordings by humans','','publish','closed','closed','','apple-google-suspend-monitoring-of-voice-recordings-by-humans','','','2019-08-11 16:12:06','2019-08-11 21:12:06','',0,'https://buzz-caribbean.com/?p=2090',0,'post','',0),(2091,11,'2019-08-07 17:03:18','2019-08-07 22:03:18','','Digicel-Logo','','inherit','closed','closed','','digicel-logo','','','2019-08-07 17:03:18','2019-08-07 22:03:18','',2078,'https://buzz-caribbean.com/app/uploads/2019/08/Digicel-Logo.png',0,'attachment','image/png',0),(2092,13,'2019-08-07 17:03:27','2019-08-07 22:03:27','','River N Picnic','','inherit','closed','closed','','river-n-picnic','','','2019-08-07 17:03:27','2019-08-07 22:03:27','',2088,'https://buzz-caribbean.com/app/uploads/2019/08/river-n-picnic.jpg',0,'attachment','image/jpeg',0),(2093,11,'2019-08-07 17:05:42','2019-08-07 22:05:42','','Revolving-Door','','inherit','closed','closed','','revolving-door','','','2019-08-07 17:05:42','2019-08-07 22:05:42','',2078,'https://buzz-caribbean.com/app/uploads/2019/08/Revolving-Door.jpg',0,'attachment','image/jpeg',0),(2094,14,'2019-08-07 17:07:52','2019-08-07 22:07:52','','google-assistant-vs-apple-siri-demo-buzz','','inherit','closed','closed','','google-assistant-vs-apple-siri-demo-buzz','','','2019-08-07 17:07:52','2019-08-07 22:07:52','',2090,'https://buzz-caribbean.com/app/uploads/2019/08/google-assistant-vs-apple-siri-demo-buzz.jpg',0,'attachment','image/jpeg',0),(2095,11,'2019-08-07 17:08:38','2019-08-07 22:08:38','','Allison-Cole-Phillbert','','inherit','closed','closed','','allison-cole-phillbert','','','2019-08-07 17:08:38','2019-08-07 22:08:38','',2078,'https://buzz-caribbean.com/app/uploads/2019/08/Allison-Cole-Phillbert.jpg',0,'attachment','image/jpeg',0),(2096,11,'2019-08-07 17:11:28','2019-08-07 22:11:28','<!-- wp:paragraph -->\n<p>Irish–owned telecoms company, Digicel Jamaica has seen 6 CEOs come through its doors between 2012 and 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2091} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Digicel-Logo-1024x505.png\" alt=\"\" class=\"wp-image-2091\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They are namely: Mark Linehan, Andy Thorburn, Barry O’ Brien, David Butler, Justin Morin and now Allison Cole Philbert who took up the position earlier this month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2095,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Allison-Cole-Phillbert.jpg\" alt=\"\" class=\"wp-image-2095\" /><figcaption>Allison Cole Philbert, newly appointed Digicel Jamaica CEO</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Only last month, the first Jamaican to hold the role since the company began operations in 2001, Justin Morin demitted the CEO spot after less than two years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2080} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Justin-Morin-former-CEO-of-Digicel-Jamaica-1024x580.jpg\" alt=\"\" class=\"wp-image-2080\" /><figcaption>Justin Morin, former CEO of Digicel Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One reason mooted for such a revolving door is the high level of expectation to deliver results. Another is the constantly changing nature of the mobile phone business and the impact upon it by the over-the-top (OTT) players like WhatsApp. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> The average tenure for a CEO is 7 years plus or minus two.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Digicel is now looking to transition from being solely a mobile phone operator to a company that also offers digital and data services while also entering the media business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ironically, Manfred F.R. Kets de Vries, writing in the Harvard Review says the average tenure for a CEO is 7 years plus or minus two. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Across corporate Jamaica, the CEOs that stand out, that have shaped and grown their companies have been around for a while.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He is of the view that by that time maximum effectiveness generally tends to be extracted with the CEO going through 3 phases: <br> <br> 1. <strong><em>Entry</em></strong> (The “ honeymoon period” where the CEO can learn, experiment, innovate and take risks)<br> <br> 2. <strong><em>Consolidation</em></strong> (After establishing his or her leadership in terms of direction, style and strategy, good results are delivered and the CEO should feel secure in the role)<br> <br> 3. <strong><em>Decline</em></strong> (When the job becomes routine and there are no new markets and products. Also, when the CEO becomes ineffective and has no new ideas to grow the business).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“ When you look across corporate Jamaica, the CEOs that stand out, that have shaped and grown their companies have been around for a while; Patrick Hylton at NCB, Jeffery Hall at Jamaica Producers, Chris Williams at Proven, Don Wheby at Grace, Richard Byles at both Pan Jam and Sagicor Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> The average tenure of a Digicel Jamaica CEO, as it currently stands is 16 months. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I guess it comes down to performance and my guess is this has been the underlying reason for the decision to regularly change CEOs by the Digicel Board.<br> <br>“ Mind you, it’s hard to have faith in a CEO in Jamaica if you feel that person possibly won’t be there in a year’s time,” said Makhulu. <br> <br>The average tenure of a Digicel Jamaica CEO, as it currently stands is 16 months.<br> <br>Is Digicel changing its CEO for its Jamaican operations far too frequently?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell us what you think.</p>\n<!-- /wp:paragraph -->','Digicel Jamaica has appointed 6 CEOs in 8 years','','inherit','closed','closed','','2078-revision-v1','','','2019-08-07 17:11:28','2019-08-07 22:11:28','',2078,'https://buzz-caribbean.com/article/2078-revision-v1/',0,'revision','',0),(2097,4,'2019-08-07 17:15:43','2019-08-07 22:15:43','<!-- wp:paragraph -->\n<p>Audi Jamaica is more than happy about the sales performance of its latest small Sport Utility Vehicle, the Q3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thirty units of the Q3 were sold before launch toward the end of July. The Q3 is available locally in two trim levels, Premium and S-Line, starting at JA$6.95 million.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Q3 has grown to dimensions close to the Q5. The growth makes the Q3 the largest in the sub-compact SUV class.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interior and exterior styling continue to mimic the Q8. The Q3 now sports Audi’s Singleframe grille with its octagonal design. Already renowned for its LED lighting technology, the new slimmer headlights follow those of the Q8. The S-Line comes standard with LED lights front and rear. The fronts use Matrix LED technology that calculates the appropriate amount of light required, automatically turning off specific LED diodes to maintain maximum visibility for the driver while reducing the risk of dazzling oncoming traffic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Inside, the touchscreen Multi-Media Interface and Audi Virtual Cockpit are all lifted from the Q8, both allowing plenty of connectivity, interactivity and professional sound quality through the Bang &amp; Olufsen 3D sound system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Occupant safety isn’t ignored as the Q3 scored five stars,\nthe highest available on the European New Car Assessment Programme. The\nstandard safety suite includes Audi Pre-sense basic, a reverse camera and\nparking sensors, the last two working in conjunction through the MMI. Audi Side\nAssist, Audi Pre-sense Front with cyclist and pedestrian recognition, and lane\ndeparture warning are optional safety equipment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>— Nichola Beckford</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>CAPTIONS</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0141: The Audi Q3 was launched to the local market on\nJuly 26 at the Audi Terminal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0137: Now in its second generation, the 2019 Q3 is\nlarger than the outgoing model.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0146: The Q3 shares plenty of its interior technology\nwith the Audi Q8.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0154: Audi technology is to be found aplenty in the\n1.4-litre turbocharged engine that features the ability to temporarily turn off\ntwo of its four cylinders for fuel efficiency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0148: The larger dimensions mean better passenger and\ncargo space.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','2058-revision-v1','','','2019-08-07 17:15:43','2019-08-07 22:15:43','',2058,'https://buzz-caribbean.com/article/2058-revision-v1/',0,'revision','',0),(2098,15,'2019-08-07 17:29:51','2019-08-07 22:29:51','<!-- wp:paragraph -->\n<p>It was hailed as faith in young Jamaican talent when Justin Morin was appointed as Digicel Jamaica’s first local CEO.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But after less than two years, Morin has walked away from that position.<br> <br>He is replaced by another Jamaican, former Verizon executive, Allison Cole Philbert.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2095} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Allison-Cole-Phillbert.jpg\" alt=\"\" class=\"wp-image-2095\" /><figcaption>Allison Cole Philbert, CEO, Digicel Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Morin, a former student of St George’s College carved out a reputation as a capable executive at Grace Kennedy. Before joining Digicel, he was Director of Corporate Strategy at Saudi Telecom, rolling out operations in the Middle East.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>I am proud of what we have been able to achieve during my tenure in returning the business to growth.</p><cite>Justin Morin, former CEO, Digicel Jamaica</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He also sat on Digicel Foundation’s Board of Directors making valuable contributions to the implementation of philanthropic endeavours in Jamaica.<br> <br>“I am proud of what we have been able to achieve during my tenure in returning the business to growth; today our customers in Jamaica benefit from the leading data experience, leading home and entertainment services as well as a world-class business,” said Morin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2102} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Digicel-CEO-1024x684.jpg\" alt=\"\" class=\"wp-image-2102\" /><figcaption>Former Digicel Jamaica CEO, Justin Morin (Photo: Twitter - @DIGICELJamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Justin Morin is married and has two daughters. So what now? He would be a valuable asset to one of Jamaica’s leading companies having demonstrated abilities in the telecoms, finance and manufacturing sectors.<br> <br>Then again he may take his talents abroad having international experience already under his belt.</p>\n<!-- /wp:paragraph -->','Justin Morin steps down from his role as CEO of Digicel Jamaica','','publish','closed','closed','','justin-morin-steps-down-from-his-role-as-ceo-of-digicel-jamaica','','','2019-08-15 11:35:39','2019-08-15 16:35:39','',0,'https://buzz-caribbean.com/?p=2098',0,'post','',0),(2099,14,'2019-08-07 17:24:24','2019-08-07 22:24:24','<!-- wp:image {\"id\":2094} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/google-assistant-vs-apple-siri-demo-buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-2094\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Apple is globally suspending the use of Siri voice recordings after reports emerged that contractors hired by the company listen to ‘private clips’ to improve the voice assistant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> TechCrunch, which broke the news, said Apple plans to issue a software update to seek users’ consent before letting them participate in the product improvement programme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> “We are committed to delivering a great Siri experience while protecting user privacy,” the company said to the outlet. “While we conduct a thorough review, we are suspending Siri grading globally. Additionally, as part of a future software update, users will have the ability to choose to participate in grading.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>In a similar development, Google said it will voluntarily halt listening-in and transcribing Google Assistant recordings for three months in the EU, according to German data regulators.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> “The use of automatic speech assistants from providers such as Google, Apple and Amazon is proving to be highly risky for the privacy of those affected,” the German data protection authority said. “This applies not only to people who run a speech assistant, but to all those who come into contact with it, for example if they live in a household in which devices such as Google Assistant are installed are used.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> Last week, The Guardian reported how Siri voice snippets containing “medical information, drug deals, and recordings of couples having sex” are being heard by contractors working for the company around the world.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The objective, like with the case of Amazon and Google, is to listen to them and grade the assistant’s response, including to check if it was invoked by mistake, and if the response was appropriate. The snippets themselves are not associated with your Apple ID.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although Apple said less than one percent of daily requests are being analysed to improve Siri and dictation, the contractor said, “they were motivated to go public about their job because of their fears that such information could be misused.”<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Apple’s own terms of service document says pseudonymized Siri requests could be used for quality control. But it stops short of explicitly stating that the work is actually ‘undertaken by humans’.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The iPhone maker is far from the only company to employ human oversight of its voice assistants. Audio recording requests made to Amazon’s Alexa and Google Assistant are also reviewed in a similar fashion.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Google, mid-July, acknowledged voice snippets from the Assistant — leaked to the Belgian news outlet VRT News — revealed sensitive information such as medical conditions and customer addresses.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s an industry-wide practice to collect voice recordings to improve speech recognition algorithms, as it’s very much an evolving technology. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But seeking informed consent from users goes a long way towards addressing privacy concerns, not to mention ensuring compliance with EU GDPR requirements.</p>\n<!-- /wp:paragraph -->','Apple, Google suspend monitoring of voice recordings by humans','','inherit','closed','closed','','2090-revision-v1','','','2019-08-07 17:24:24','2019-08-07 22:24:24','',2090,'https://buzz-caribbean.com/article/2090-revision-v1/',0,'revision','',0),(2100,4,'2019-08-07 17:26:50','2019-08-07 22:26:50','<!-- wp:paragraph -->\n<p>Audi Jamaica is more than happy about the sales performance of its latest small Sport Utility Vehicle, the Q3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thirty units of the Q3 were sold before launch toward the end of July. The Q3 is available locally in two trim levels, Premium and S-Line, starting at JA$6.95 million.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Q3 has grown to dimensions close to the Q5. The growth makes the Q3 the largest in the sub-compact SUV class.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interior and exterior styling continue to mimic the Q8. The Q3 now sports Audi’s Singleframe grille with its octagonal design. Already renowned for its LED lighting technology, the new slimmer headlights follow those of the Q8. The S-Line comes standard with LED lights front and rear. The fronts use Matrix LED technology that calculates the appropriate amount of light required, automatically turning off specific LED diodes to maintain maximum visibility for the driver while reducing the risk of dazzling oncoming traffic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Inside, the touchscreen Multi-Media Interface and Audi Virtual Cockpit are all lifted from the Q8, both allowing plenty of connectivity, interactivity and professional sound quality through the Bang &amp; Olufsen 3D sound system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Occupant safety isn’t ignored as the Q3 scored five stars,\nthe highest available on the European New Car Assessment Programme. The\nstandard safety suite includes Audi Pre-sense basic, a reverse camera and\nparking sensors, the last two working in conjunction through the MMI. Audi Side\nAssist, Audi Pre-sense Front with cyclist and pedestrian recognition, and lane\ndeparture warning are optional safety equipment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>— Nichola Beckford</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>CAPTIONS</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0141: The Audi Q3 was launched to the local market on\nJuly 26 at the Audi Terminal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0137: Now in its second generation, the 2019 Q3 is\nlarger than the outgoing model.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0146: The Q3 shares plenty of its interior technology\nwith the Audi Q8.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0154: Audi technology is to be found aplenty in the\n1.4-litre turbocharged engine that features the ability to temporarily turn off\ntwo of its four cylinders for fuel efficiency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0148: The larger dimensions mean better passenger and\ncargo space.</p>\n<!-- /wp:paragraph -->','Audi Q3 getting lots of love from Jamaica','','inherit','closed','closed','','2058-revision-v1','','','2019-08-07 17:26:50','2019-08-07 22:26:50','',2058,'https://buzz-caribbean.com/article/2058-revision-v1/',0,'revision','',0),(2101,6,'2019-08-07 17:43:23','2019-08-07 22:43:23','<!-- wp:image {\"id\":4076} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/milla-jovovich-resident-evil-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-4076\" /><figcaption>Milla Jovovich as Alice in the hit video-game based horror franchise, Resident Evil (Photo: Screen Gems Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Milla Jovovich is pregnant with her third child - and third daughter - with her husband Paul W.S. Anderson.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 43-year-old actress took to Instagram on Wednesday August 7 to reveal she is expecting her third child with husband Paul W.S. Anderson - with whom she already has daughters Ever, 11, and Dashiel, four. She told her fans the tot will be another baby girl.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B04Dt3mHeZu/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B04Dt3mHeZu/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Posting a picture of her baby bump, Milla wrote: \"Knocked up again. After I found out I was pregnant 13 weeks ago, I had a mixture of feelings ranging between complete joy and utter terror.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'Resident Evil\' actress revealed in May this year she had undergone a \"horrific\" abortion two years ago, after she went into early labour at just four months pregnant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Milla shared her experience in response to the bill that had been signed into law in Georgia, which outlawed abortions after six weeks and wrote on Instagram: \"I myself went through an emergency abortion 2 years ago. I was 4 1/2 months pregnant and shooting on location in Eastern Europe. I went into preterm labor and told that I had to be awake for the whole procedure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"It was one of the most horrific experiences I have ever gone through. I still have nightmares about it. I was alone and helpless. When I think about the fact that women might have to face abortions in even worse conditions than I did because of new laws, my stomach turns\".&nbsp;</p>\n<!-- /wp:paragraph -->','Milla Jovovich, 43, is pregnant','','publish','closed','closed','','milla-jovovich-43-is-pregnant','','','2019-08-15 07:53:58','2019-08-15 12:53:58','',0,'https://buzz-caribbean.com/?p=2101',0,'post','',0),(2102,11,'2019-08-07 17:28:29','2019-08-07 22:28:29','','Digicel-CEO','','inherit','closed','closed','','digicel-ceo','','','2019-08-07 17:28:29','2019-08-07 22:28:29','',2098,'https://buzz-caribbean.com/app/uploads/2019/08/Digicel-CEO.jpg',0,'attachment','image/jpeg',0),(2103,4,'2019-08-07 17:28:53','2019-08-07 22:28:53','','DSC_0141','','inherit','closed','closed','','dsc_0141','','','2019-08-07 17:28:53','2019-08-07 22:28:53','',2058,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0141.jpg',0,'attachment','image/jpeg',0),(2105,11,'2019-08-07 17:29:51','2019-08-07 22:29:51','<!-- wp:paragraph -->\n<p>It was hailed as faith in young Jamaican talent when Justin Morin was appointed as Digicel Jamaica’s first local CEO.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But after less than two years, Morin has walked away from that position.<br> <br>He is replaced by another Jamaican, former Verizon executive, Allison Cole Philbert.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2095} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Allison-Cole-Phillbert.jpg\" alt=\"\" class=\"wp-image-2095\" /><figcaption>Allison Cole Philbert, CEO, Digicel Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> <br>Morin, a former student of St George’s College carved out a reputation as a capable executive at Grace Kennedy. Before joining Digicel, he was Director of Corporate Strategy at Saudi Telecom, rolling out operations in the Middle East.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>I am proud of what we have been able to achieve during my tenure in returning the business to growth.</p><cite>Justin Morin, former CEO, Digicel Jamaica</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He also sat on Digicel Foundation’s Board of Directors making valuable contributions to the implementation of philanthropic endeavours in Jamaica.<br> <br>“I am proud of what we have been able to achieve during my tenure in returning the business to growth; today our customers in Jamaica benefit from the leading data experience, leading home and entertainment services as well as a world-class business,” said Morin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2102} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Digicel-CEO-1024x684.jpg\" alt=\"\" class=\"wp-image-2102\" /><figcaption>Former Digicel Jamaica CEO, Justin Morin <em>(Photo: Twitter - @DIGICELJamaica)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Justin Morin is married and has two daughters. So what now? He would be a valuable asset to one of Jamaica’s leading companies having demonstrated abilities in the telecoms, finance and manufacturing sectors.<br> <br>Then again he may take his talents abroad having international experience already under his belt.</p>\n<!-- /wp:paragraph -->','Justin Morin steps down from his role as CEO of Digicel Jamaica','','inherit','closed','closed','','2098-revision-v1','','','2019-08-07 17:29:51','2019-08-07 22:29:51','',2098,'https://buzz-caribbean.com/article/2098-revision-v1/',0,'revision','',0),(2107,15,'2019-08-07 17:46:08','2019-08-07 22:46:08','<!-- wp:paragraph -->\n<p>One of the world\'s leading rating agencies, Moody’s, has downgraded Digicel’s securities and given the Group a “negative” outlook.<br> <br>Moody’s downgraded Digicel from B3 to Caa2. A downgrade is a negative change in the rating of a security. This situation occurs when analysts feel that the future prospects for the security have weakened from the original recommendation usually due to a fundamental and material change in the company’s operations or future outlook.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2114} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Moodys.jpg\" alt=\"\" class=\"wp-image-2114\" /><figcaption><em>Moody\'s Investors Service provides international financial research on bonds issued by commercial and government entities. Source: Wikipedia</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to Nasdaq, obligations rated Caa2 are judged to be of poor standing and are subject to very high credit risk.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> A downgrade is a negative change in the rating of a security. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>With Digicel’s liquidity coming under pressure and its debt continuing to increase, Moody’s felt its assessment was appropriate.<br> <br>“Digicel has continued to report declining earnings, negative free cash flow and increasing leverage. A return to sustained revenue and earnings growth has not materialised and any improvement to the company’s financial profile will only be very gradual, resulting in Digicel still facing high refining risk,” said Moody’s.<br> <br>Digicel has to make good on a debt maturity that sees US$1.3 billion worth of bonds coming due in April 2021 noted the rating agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2123} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Digicel-HQ.jpg\" alt=\"\" class=\"wp-image-2123\" /><figcaption>Digicel\'s headquarters located in downtown Kingston, Jamaica (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Last summer Moody’s indicated that Digicel was heading in the wrong direction, when it declared, “the change in outlook to negative reflects the company’s ongoing high leverage and the reduced runway available to the company to simultaneously improve its fundamental credit profile and address its large looming debt maturities.”<br> <br>Digicel responded with a statement which read: “ Moody’s has maintained our credit rating and the business is committed to reducing leverage by one turn over the fiscal year through a combination of organic and inorganic means.”<br> <br>A year on, Moody’s does not share that view.&nbsp; In its assessment of Digicel’s immediate future, it declared, “The risk of Digicel making another distressed exchange or debt restructuring within the next 12-18 months has increased considering the still weak operating results and liquidity of the Group.”<br> <br> Is this downgrade by Moody’s warranted? <br> <br> Do tell us at <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','Moody’s downgrades Digicel','','publish','open','closed','','moodys-downgrades-digicel','','','2019-08-15 11:34:21','2019-08-15 16:34:21','',0,'https://buzz-caribbean.com/?p=2107',0,'post','',0),(2108,23,'2019-08-14 18:20:31','2019-08-14 23:20:31','<!-- wp:image {\"id\":2120} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-cover-1024x611.jpg\" alt=\"\" class=\"wp-image-2120\" /><figcaption>  Fashionenira says she grew up around fabrics.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After being exposed to fashion at an early age, Devarine\nMclean’s decision to go into the industry was somewhat expected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My mom is a fashion designer and instructor, so I grew up around fabrics and sewing machines. The fashion influence was always there,” said McLean, who is known to many as Fashionenira. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2118} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-EEEE-683x1024.jpg\" alt=\"\" class=\"wp-image-2118\" /><figcaption>  Fashionenira sports one of her eye-catching denim pieces.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Her professional experiment, as she describes it, started in 2013 when she operated a retail online boutique, selling vintage clothing. She would eventually open a physical store in Shop #15 Springs Plaza, Half Way Tree in Kingston, Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These days, you can call her the ‘Denim Queen’, as she has been\nmaking waves with the fabric. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2116} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-DDDD-683x1024.jpg\" alt=\"\" class=\"wp-image-2116\" /><figcaption>Denim shorts from Fashionenira are sure to turn heads. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“My obsession for denim began after I made a pair for myself and wore it to a party. I started getting a whole lot of compliments and questions as to where the denim was purchased,” said the 27-year-old designer. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Jamaica, her pieces have been worn by entertainers like Spice, Yanique ‘Curvy Diva’ Barrett and Shaq Royal. Unwilling to limit herself, McLean wants to work with the likes of Rihanna, Cardi B, Beyoncé, City Girls and Megan The Stallion in the future. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2111,2112]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-BB-1024x683.jpg\" alt=\"\" data-id=\"2111\" data-link=\"https://buzz-caribbean.com/?attachment_id=2111\" class=\"wp-image-2111\" /><figcaption> Fashionenira also stands out in the fashion world for her beautiful pieces. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-CCC-683x1024.jpg\" alt=\"\" data-id=\"2112\" data-link=\"https://buzz-caribbean.com/?attachment_id=2112\" class=\"wp-image-2112\" /><figcaption>This ruffled top fits perfectly with this yellow bikini bottom. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>McLean while being a popular designer, also has another side. She has a consultancy company called BizStart 101 through which she offers advice to budding entrepreneurs in whatever business they choose to start.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <strong><em>— Story written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Fashionenira: Call her the ‘Denim Queen’','','publish','open','closed','','fashionenira-call-her-the-denim-queen','','','2019-08-16 12:38:16','2019-08-16 17:38:16','',0,'https://buzz-caribbean.com/?p=2108',0,'post','',0),(2109,6,'2019-08-07 17:32:08','2019-08-07 22:32:08','','milla1-copy','','inherit','closed','closed','','milla1-copy','','','2019-08-07 17:32:08','2019-08-07 22:32:08','',2101,'https://buzz-caribbean.com/app/uploads/2019/08/milla1-copy.jpg',0,'attachment','image/jpeg',0),(2110,9,'2019-08-07 17:33:12','2019-08-07 22:33:12','','Fashionenira-A','','inherit','closed','closed','','fashionenira-a','','','2019-08-07 17:33:12','2019-08-07 22:33:12','',2108,'https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-A.jpg',0,'attachment','image/jpeg',0),(2111,9,'2019-08-07 17:34:20','2019-08-07 22:34:20','','Fashionenira-BB','','inherit','closed','closed','','fashionenira-bb','','','2019-08-07 17:34:20','2019-08-07 22:34:20','',2108,'https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-BB.jpg',0,'attachment','image/jpeg',0),(2112,9,'2019-08-07 17:34:22','2019-08-07 22:34:22','','Fashionenira-CCC','','inherit','closed','closed','','fashionenira-ccc','','','2019-08-07 17:34:22','2019-08-07 22:34:22','',2108,'https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-CCC.jpg',0,'attachment','image/jpeg',0),(2113,4,'2019-08-07 17:36:58','2019-08-07 22:36:58','','DSC_0137','','inherit','closed','closed','','dsc_0137','','','2019-08-07 17:36:58','2019-08-07 22:36:58','',2058,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0137.jpg',0,'attachment','image/jpeg',0),(2114,11,'2019-08-07 17:37:08','2019-08-07 22:37:08','','Moodys','','inherit','closed','closed','','moodys','','','2019-08-15 11:30:18','2019-08-15 16:30:18','',2107,'https://buzz-caribbean.com/app/uploads/2019/08/Moodys.jpg',0,'attachment','image/jpeg',0),(2115,4,'2019-08-07 17:38:08','2019-08-07 22:38:08','','DSC_0146','','inherit','closed','closed','','dsc_0146','','','2019-08-07 17:38:08','2019-08-07 22:38:08','',2058,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0146.jpg',0,'attachment','image/jpeg',0),(2116,9,'2019-08-07 17:38:22','2019-08-07 22:38:22','','Fashionenira-DDDD','','inherit','closed','closed','','fashionenira-dddd','','','2019-08-07 17:38:22','2019-08-07 22:38:22','',2108,'https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-DDDD.jpg',0,'attachment','image/jpeg',0),(2117,6,'2019-08-07 17:41:11','2019-08-07 22:41:11','','Fan_MillaJovovich_ResidentE','','inherit','closed','closed','','fan_millajovovich_residente','','','2019-08-07 17:41:11','2019-08-07 22:41:11','',2101,'https://buzz-caribbean.com/app/uploads/2019/08/Fan_MillaJovovich_ResidentE.jpg',0,'attachment','image/jpeg',0),(2118,9,'2019-08-07 17:42:10','2019-08-07 22:42:10','','Fashionenira-EEEE','','inherit','closed','closed','','fashionenira-eeee','','','2019-08-07 17:42:10','2019-08-07 22:42:10','',2108,'https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-EEEE.jpg',0,'attachment','image/jpeg',0),(2119,6,'2019-08-07 17:42:18','2019-08-07 22:42:18','<!-- wp:paragraph -->\n<p>Milla Jovovich is pregnant with her third child - and third daughter - with her husband Paul W.S. Anderson. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2109} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/milla1-copy-1024x614.jpg\" alt=\"\" class=\"wp-image-2109\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 43-year-old actress took to Instagram on Wednesday August 7 to reveal she is expecting her third child with husband Paul W.S. Anderson - with whom she already has daughters Ever, 11, and Dashiel, four. She told her fans the tot will be another baby girl.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Posting a picture of her baby bump, Milla wrote: Knocked up again. After I found out I was pregnant 13 weeks ago, I had a mixture of feelings ranging between complete joy and utter terror. Because of my age and losing the last pregnancy I didn\'t want to get attached to this potential baby too quickly. That was obviously not fun and the last few months have been my family and I living on pins and needles waiting for a slew of different test results to come in and spending most of our time in doctors offices. Thank goodness we\'re in the clear AND we found out that we\'ve been blessed with another girl! Anyway, wish me and my baby luck! I send you all a lot of love and I\'ll keep you posted on my progression! Xoxo m (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2117} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fan_MillaJovovich_ResidentE-1024x614.jpg\" alt=\"\" class=\"wp-image-2117\" /><figcaption>Source: www.fandango.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The \'Resident Evil\' actress revealed in May this year she had undergone a \"horrific\" abortion two years ago, after she went into early labour at just four months pregnant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Milla shared her experience in response to the bill that had been signed into law in Georgia, which outlawed abortions after six weeks, and wrote on Instagram: \"I myself went through an emergency abortion 2 years ago. I was 4 1/2 months pregnant and shooting on location in Eastern Europe. I went into pre term labor and told that I had to be awake for the whole procedure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"It was one of the most horrific experiences I have ever gone through. I still have nightmares about it. I was alone and helpless. When I think about the fact that women might have to face abortions in even worse conditions than I did because of new laws, my stomach turns\". </p>\n<!-- /wp:paragraph -->','Milla Jovovich, 43, is pregnant','','inherit','closed','closed','','2101-revision-v1','','','2019-08-07 17:42:18','2019-08-07 22:42:18','',2101,'https://buzz-caribbean.com/article/2101-revision-v1/',0,'revision','',0),(2120,9,'2019-08-07 17:42:30','2019-08-07 22:42:30','','Fashionenira-cover','','inherit','closed','closed','','fashionenira-cover','','','2019-08-07 17:42:30','2019-08-07 22:42:30','',2108,'https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-cover.jpg',0,'attachment','image/jpeg',0),(2121,6,'2019-08-07 17:43:23','2019-08-07 22:43:23','<!-- wp:paragraph -->\n<p>Milla Jovovich is pregnant with her third child - and third daughter - with her husband Paul W.S. Anderson. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2109} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/milla1-copy-1024x614.jpg\" alt=\"\" class=\"wp-image-2109\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 43-year-old actress took to Instagram on Wednesday August 7 to reveal she is expecting her third child with husband Paul W.S. Anderson - with whom she already has daughters Ever, 11, and Dashiel, four. She told her fans the tot will be another baby girl.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Posting a picture of her baby bump, Milla wrote: \"Knocked up again. After I found out I was pregnant 13 weeks ago, I had a mixture of feelings ranging between complete joy and utter terror. Because of my age and losing the last pregnancy I didn\'t want to get attached to this potential baby too quickly. That was obviously not fun and the last few months have been my family and I living on pins and needles waiting for a slew of different test results to come in and spending most of our time in doctors offices. Thank goodness we\'re in the clear AND we found out that we\'ve been blessed with another girl! Anyway, wish me and my baby luck! I send you all a lot of love and I\'ll keep you posted on my progression! Xoxo m (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2117} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fan_MillaJovovich_ResidentE-1024x614.jpg\" alt=\"\" class=\"wp-image-2117\" /><figcaption>Source: www.fandango.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The \'Resident Evil\' actress revealed in May this year she had undergone a \"horrific\" abortion two years ago, after she went into early labour at just four months pregnant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Milla shared her experience in response to the bill that had been signed into law in Georgia, which outlawed abortions after six weeks, and wrote on Instagram: \"I myself went through an emergency abortion 2 years ago. I was 4 1/2 months pregnant and shooting on location in Eastern Europe. I went into pre term labor and told that I had to be awake for the whole procedure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"It was one of the most horrific experiences I have ever gone through. I still have nightmares about it. I was alone and helpless. When I think about the fact that women might have to face abortions in even worse conditions than I did because of new laws, my stomach turns\". </p>\n<!-- /wp:paragraph -->','Milla Jovovich, 43, is pregnant','','inherit','closed','closed','','2101-revision-v1','','','2019-08-07 17:43:23','2019-08-07 22:43:23','',2101,'https://buzz-caribbean.com/article/2101-revision-v1/',0,'revision','',0),(2122,9,'2019-08-07 17:44:08','2019-08-07 22:44:08','<!-- wp:image {\"id\":2120} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-cover-1024x611.jpg\" alt=\"\" class=\"wp-image-2120\" /><figcaption>  Fashionenira says she grew up around fabrics.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After being exposed to fashion at an early age, Devarine\nMclean’s decision to go into the industry was somewhat expected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My mom is a fashion designer and instructor, so I grew up\naround fabrics and sewing machines. The fashion influence was always there,” said\nMcLean, who is known to many as Fashionenira. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2118} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-EEEE-683x1024.jpg\" alt=\"\" class=\"wp-image-2118\" /><figcaption>  Fashionenira sports one of her eye-catching denim pieces.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Her professional experiment, as she describes it, started in\n2013 when she operated a retail online boutique, selling vintage clothing. She would\neventually open a physical store in Central Plaza, Half-Way Tree, St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These days, you can call her the ‘Denim Queen’, as she has been\nmaking waves with the fabric. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2116} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-DDDD-683x1024.jpg\" alt=\"\" class=\"wp-image-2116\" /><figcaption>Denim shorts from Fashionenira are sure to turn heads. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“My obsession for denim began after I made a pair for myself and wore it to a party. I started getting a whole lot of compliments and questions as to where the denim was purchased,” said the 27-year-old designer.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Jamaica, her pieces have been worn by entertainers like Spice,\nSean Paul, Yanique ‘Curvy Diva’ Barrett and Shaq Royal. Unwilling to limit\nherself, McLean wants to work with the likes of Rihanna, Cardi B, Beyoncé, City\nGirls and Megan The Stallion in the future. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2111,2112]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-BB-1024x683.jpg\" alt=\"\" data-id=\"2111\" data-link=\"https://buzz-caribbean.com/?attachment_id=2111\" class=\"wp-image-2111\" /><figcaption> Fashionenira also stands out in the fashion world for her beautiful pieces. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-CCC-683x1024.jpg\" alt=\"\" data-id=\"2112\" data-link=\"https://buzz-caribbean.com/?attachment_id=2112\" class=\"wp-image-2112\" /><figcaption>This ruffled top fits perfectly with this yellow bikini bottom. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>McLean might be a popular designer, but she has another side.\nShe has a consultancy company called BizStart 101 through which she offers\nadvice to budding entrepreneurs in whatever business they choose to start. </p>\n<!-- /wp:paragraph -->','Fashionenira: Call her the ‘Denim Queen’','','inherit','closed','closed','','2108-revision-v1','','','2019-08-07 17:44:08','2019-08-07 22:44:08','',2108,'https://buzz-caribbean.com/article/2108-revision-v1/',0,'revision','',0),(2123,11,'2019-08-07 17:44:12','2019-08-07 22:44:12','','Digicel-HQ','','inherit','closed','closed','','digicel-hq','','','2019-08-07 17:44:12','2019-08-07 22:44:12','',2107,'https://buzz-caribbean.com/app/uploads/2019/08/Digicel-HQ.jpg',0,'attachment','image/jpeg',0),(2124,9,'2019-08-07 17:45:31','2019-08-07 22:45:31','<!-- wp:image {\"id\":2120} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-cover-1024x611.jpg\" alt=\"\" class=\"wp-image-2120\" /><figcaption>  Fashionenira says she grew up around fabrics.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After being exposed to fashion at an early age, Devarine\nMclean’s decision to go into the industry was somewhat expected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My mom is a fashion designer and instructor, so I grew up around fabrics and sewing machines. The fashion influence was always there,” said McLean, who is known to many as Fashionenira. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2118} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-EEEE-683x1024.jpg\" alt=\"\" class=\"wp-image-2118\" /><figcaption>  Fashionenira sports one of her eye-catching denim pieces.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Her professional experiment, as she describes it, started in\n2013 when she operated a retail online boutique, selling vintage clothing. She would\neventually open a physical store in Central Plaza, Half-Way Tree, St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These days, you can call her the ‘Denim Queen’, as she has been\nmaking waves with the fabric. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2116} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-DDDD-683x1024.jpg\" alt=\"\" class=\"wp-image-2116\" /><figcaption>Denim shorts from Fashionenira are sure to turn heads. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“My obsession for denim began after I made a pair for myself and wore it to a party. I started getting a whole lot of compliments and questions as to where the denim was purchased,” said the 27-year-old designer.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Jamaica, her pieces have been worn by entertainers like Spice,\nSean Paul, Yanique ‘Curvy Diva’ Barrett and Shaq Royal. Unwilling to limit\nherself, McLean wants to work with the likes of Rihanna, Cardi B, Beyoncé, City\nGirls and Megan The Stallion in the future. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2111,2112]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-BB-1024x683.jpg\" alt=\"\" data-id=\"2111\" data-link=\"https://buzz-caribbean.com/?attachment_id=2111\" class=\"wp-image-2111\" /><figcaption> Fashionenira also stands out in the fashion world for her beautiful pieces. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-CCC-683x1024.jpg\" alt=\"\" data-id=\"2112\" data-link=\"https://buzz-caribbean.com/?attachment_id=2112\" class=\"wp-image-2112\" /><figcaption>This ruffled top fits perfectly with this yellow bikini bottom. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>McLean might be a popular designer, but she has another side.\nShe has a consultancy company called BizStart 101 through which she offers\nadvice to budding entrepreneurs in whatever business they choose to start. </p>\n<!-- /wp:paragraph -->','Fashionenira: Call her the ‘Denim Queen’','','inherit','closed','closed','','2108-revision-v1','','','2019-08-07 17:45:31','2019-08-07 22:45:31','',2108,'https://buzz-caribbean.com/article/2108-revision-v1/',0,'revision','',0),(2125,11,'2019-08-07 17:46:08','2019-08-07 22:46:08','<!-- wp:paragraph -->\n<p>One of the world\'s leading rating agencies, Moody’s, has downgraded Digicel’s securities and given the Group a “negative” outlook.<br> <br>Moody’s downgraded Digicel from B3 to Caa2. A downgrade is a negative change in the rating of a security. This situation occurs when analysts feel that the future prospects for the security have weakened from the original recommendation usually due to a fundamental and material change in the company’s operations or future outlook.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2114} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Moodys.jpg\" alt=\"\" class=\"wp-image-2114\" /><figcaption><em>Moody\'s Investors Service provides international financial research on bonds issued by commercial and government entities. Source: Wikipedia</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to Nasdaq, obligations rated Caa2 are judged to be of poor standing and are subject to very high credit risk.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> A downgrade is a negative change in the rating of a security. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>With Digicel’s liquidity coming under pressure and its debt continuing to increase, Moody’s felt its assessment was appropriate.<br> <br>“Digicel has continued to report declining earnings, negative free cash flow and increasing leverage. A return to sustained revenue and earnings growth has not materialised and any improvement to the company’s financial profile will only be very gradual, resulting in Digicel still facing high refining risk,” said Moody’s.<br> <br>Digicel has to make good on a debt maturity that sees US$1.3 billion worth of bonds coming due in April 2021 noted the rating agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2123} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Digicel-HQ.jpg\" alt=\"\" class=\"wp-image-2123\" /><figcaption>Digicel\'s headquarters located in downtown Kingston, Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Last summer Moody’s indicated that Digicel was heading in the wrong direction, when it declared, “the change in outlook to negative reflects the company’s ongoing high leverage and the reduced runway available to the company to simultaneously improve its fundamental credit profile and address its large looming debt maturities.”<br> <br>Digicel responded with a statement which read: “ Moody’s has maintained our credit rating and the business is committed to reducing leverage by one turn over the fiscal year through a combination of organic and inorganic means.”<br> <br>A year on, Moody’s does not share that view.  In its assessment of Digicel’s immediate future, it declared, “The risk of Digicel making another distressed exchange or debt restructuring within the next 12-18 months has increased considering the still weak operating results and liquidity of the Group.”<br> <br> Is this downgrade by Moody’s warranted? <br> <br> Do tell us at Buzz.</p>\n<!-- /wp:paragraph -->','Moody’s downgrades Digicel','','inherit','closed','closed','','2107-revision-v1','','','2019-08-07 17:46:08','2019-08-07 22:46:08','',2107,'https://buzz-caribbean.com/article/2107-revision-v1/',0,'revision','',0),(2126,15,'2019-08-07 17:56:18','2019-08-07 22:56:18','<!-- wp:image {\"id\":2123} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Digicel-HQ.jpg\" alt=\"\" class=\"wp-image-2123\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Irish-owned telecoms company Digicel continues to report less revenue while its debt mountain grows bigger.<br> <br>According to Bloomberg, for the three months to the end of March, its quarterly earnings dropped by 9% to just US$210 million. Digicel now has around US$280 million in cash as it looks to salvation from digital and data services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Digicel has a whopping debt of 6.7 times earnings and had promised to reduce it to 5.7 times earnings by the end of March this year. Instead, it is now over 7 times earnings. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The group got a reprieve of sorts by pushing back bonds falling due in 2020 by two years, but its bond prices continue to drop with some bondholders now becoming anxious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “We believe the bonds will continue to trade well below par in the medium term with a significant risk of further price depreciation.” </p><cite>— Statement from JMMB</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Earlier this year, JMMB advised its clients holding Digicel bonds to sell them as the company will face challenges servicing them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Can Digicel turn things around, reduce its debts significantly and transform itself over the next two years?<br> <br> Should it look to offload more assets?<br> <br> Do let us know at Buzz</p>\n<!-- /wp:paragraph -->','Digicel’s earnings continue to drop','','publish','closed','closed','','digicels-earnings-continue-to-drop','','','2019-08-15 11:36:28','2019-08-15 16:36:28','',0,'https://buzz-caribbean.com/?p=2126',0,'post','',0),(2127,4,'2019-08-07 17:52:55','2019-08-07 22:52:55','<!-- wp:paragraph -->\n<p>Jamaica loves the Audi Q3 — and that\'s no exaggeration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Audi Jamaica, the Q3 sold 30 units before its July 26 launch date. The Q3 is available locally in two trim levels, Premium and S-Line, starting at JA$6.95 million.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2103} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0141-1024x686.jpg\" alt=\"\" class=\"wp-image-2103\" /><figcaption>Now in its second generation, the 2019 Q3 is larger than the outgoing model.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Q3 has grown to dimensions close to the Q5. The growth makes the Q3 the largest in the sub-compact SUV class.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interior and exterior styling continue to mimic the Q8. The Q3 now sports Audi’s Singleframe grille with its octagonal design. Already renowned for its LED lighting technology, the new, slimmer headlights follow those of the Q8.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2113} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0137-1024x686.jpg\" alt=\"\" class=\"wp-image-2113\" /><figcaption>The Audi Q3 was launched to the local market on July 26 at the Audi Terminal.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The S-Line comes standard with LED lights front and rear. The fronts use Matrix LED technology that calculates the appropriate amount of light required, automatically turning off specific LED diodes to maintain maximum visibility for the driver, while reducing the risk of dazzling oncoming traffic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2115} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0146-1024x686.jpg\" alt=\"\" class=\"wp-image-2115\" /><figcaption>The Q3 shares plenty of its interior technology with the Audi Q8.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Inside, the touchscreen Multi-Media Interface and Audi Virtual Cockpit are all lifted from the Q8, both allowing plenty of connectivity, interactivity and professional sound quality through the Bang &amp; Olufsen 3D sound system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Occupant safety isn’t ignored as the Q3 scored five stars,\nthe highest available on the European New Car Assessment Programme. The\nstandard safety suite includes Audi Pre-sense basic, a reverse camera and\nparking sensors, the last two working in conjunction through the MMI. Audi Side\nAssist, Audi Pre-sense Front with cyclist and pedestrian recognition, and lane\ndeparture warning are optional safety equipment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>— Nichola Beckford</strong></p>\n<!-- /wp:paragraph -->','Audi Q3 getting lots of love from Jamaica','','inherit','closed','closed','','2058-revision-v1','','','2019-08-07 17:52:55','2019-08-07 22:52:55','',2058,'https://buzz-caribbean.com/article/2058-revision-v1/',0,'revision','',0),(2128,11,'2019-08-07 17:56:18','2019-08-07 22:56:18','<!-- wp:paragraph -->\n<p>Irish-owned telecoms company Digicel continues to report less revenue while its debt mountain grows bigger.<br> <br>According to Bloomberg, for the three months to the end of March, its quarterly earnings dropped by 9% to just US$210 million. Digicel now has around US$280 million in cash as it looks to salvation from digital and data services.<br> <br>Digicel has a whopping debt of 6.7 times earnings and had promised to reduce it to 5.7 times earnings by the end of March this year. Instead, it is now over 7 times earnings.<br> <br>The Group got a reprieve of sorts by pushing back bonds falling due in 2020 by two years but its bond prices continue to drop with some bondholders now becoming anxious.<br> <br>Earlier this year, JMMB advised its clients holding Digicel bonds to sell them as the company will face challenges servicing them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “ We believe the bonds will continue to trade well below par in the medium term with a significant risk of further price depreciation.” </p><cite>Statement from JMMB</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Can Digicel turn things around, reduce its debts significantly and transform itself over the next two years?<br> <br> Should it look to offload more assets?<br> <br> Do let us know at Buzz</p>\n<!-- /wp:paragraph -->','Digicel’s earnings continue to drop','','inherit','closed','closed','','2126-revision-v1','','','2019-08-07 17:56:18','2019-08-07 22:56:18','',2126,'https://buzz-caribbean.com/article/2126-revision-v1/',0,'revision','',0),(2130,13,'2019-08-14 18:20:34','2019-08-14 23:20:34','<!-- wp:image {\"id\":2133} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kevoy-Burton-B-1024x644.jpeg\" alt=\"\" class=\"wp-image-2133\" /><figcaption>Kevoy Burton (left) cracks a laugh on the set of the movie. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Having made the trek to Ghana, Africa, for his role in the movie ‘Joseph’, Jamaican actor Kevoy Burton has described his journey as a ‘spiritual’ one. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The African experience was not only exciting but spiritual for me. I felt a sense of belonging in the country, and the people treated me as such,\" Burton said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2134} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kevoy-Burton-CC-575x1024.jpeg\" alt=\"\" class=\"wp-image-2134\" /><figcaption>Kevoy Burton (left) shares a light moment with one of his co-stars. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Burton plays the lead role ‘Joseph’ that was shot by an international film crew that has synchronised the timing of the movie with Ghana’s Year of Return. With this initiative, the nation welcomes persons from the African Diaspora back to the Motherland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"I felt a sense of belonging in the country, and the people treated me as such.\"</p><cite>- Kevoy Burton</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>‘Joseph’ is about a young affluent Jamaican man who is on a\nmission to discover his African ancestry. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"The movie is great for the time. The narrative that is\ntaking place now, in 2019, fits well with the movie. It is the Year of Return\nin Ghana, and more and more people are making the trek back to Africa,” Burton\nsaid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2135} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kevoy-Burton-A-1024x575.jpeg\" alt=\"\" class=\"wp-image-2135\" /><figcaption>Soca artiste Alison Hinds (right) and Kevoy Burton (left) are just a couple of the Caribbean nationals who have roles in \'Joseph\'. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The film debunks myths about Africa and African culture, shows how easy it is to integrate into African society and creates a new image of the country. I feel it will do extremely well.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The film also boasts a strong cast, including soca artiste Alison\nHinds, Grammy-nominated singer Shontelle and Jamaican actor Christopher McFarlane.</p>\n<!-- /wp:paragraph -->','Jamaican actor has ‘spiritual’ experience in Africa','','publish','closed','closed','','jamaican-actor-has-spiritual-experience-in-africa','','','2019-08-14 22:07:54','2019-08-15 03:07:54','',0,'https://buzz-caribbean.com/?p=2130',0,'post','',0),(2131,11,'2019-08-07 18:06:33','2019-08-07 23:06:33','','Sportage','','inherit','closed','closed','','sportage','','','2019-08-07 18:06:33','2019-08-07 23:06:33','',59,'https://buzz-caribbean.com/app/uploads/2019/08/Sportage.jpg',0,'attachment','image/jpeg',0),(2132,4,'2019-08-07 18:07:44','2019-08-07 23:07:44','','Bolt Carlton Featured Image','','inherit','closed','closed','','bolt-carlton-featured-image','','','2019-08-07 18:07:44','2019-08-07 23:07:44','',0,'https://buzz-caribbean.com/app/uploads/2019/08/bolt-carlton-featured-image.jpg',0,'attachment','image/jpeg',0),(2133,9,'2019-08-07 18:09:46','2019-08-07 23:09:46','','Kevoy-Burton-B','','inherit','closed','closed','','kevoy-burton-b','','','2019-08-07 18:09:46','2019-08-07 23:09:46','',2130,'https://buzz-caribbean.com/app/uploads/2019/08/Kevoy-Burton-B.jpeg',0,'attachment','image/jpeg',0),(2134,9,'2019-08-07 18:10:00','2019-08-07 23:10:00','','Kevoy-Burton-CC','','inherit','closed','closed','','kevoy-burton-cc','','','2019-08-07 18:10:00','2019-08-07 23:10:00','',2130,'https://buzz-caribbean.com/app/uploads/2019/08/Kevoy-Burton-CC.jpeg',0,'attachment','image/jpeg',0),(2135,9,'2019-08-07 18:10:21','2019-08-07 23:10:21','','Kevoy-Burton-A','','inherit','closed','closed','','kevoy-burton-a','','','2019-08-07 18:10:21','2019-08-07 23:10:21','',2130,'https://buzz-caribbean.com/app/uploads/2019/08/Kevoy-Burton-A.jpeg',0,'attachment','image/jpeg',0),(2136,11,'2019-08-07 18:10:54','2019-08-07 23:10:54','','Kia Sorento','Sleek exterior of Kia Sorento','inherit','closed','closed','','kia-sorento','','','2019-08-07 18:11:35','2019-08-07 23:11:35','',59,'https://buzz-caribbean.com/app/uploads/2019/07/Kia-Sorento.jpg',0,'attachment','image/jpeg',0),(2137,11,'2019-08-07 18:10:56','2019-08-07 23:10:56','','Push Button Start Kia Sorento','Kia Sorento sports a convenient push-to-start button','inherit','closed','closed','','push-button-start-kia-sorento','','','2019-08-07 18:12:12','2019-08-07 23:12:12','',59,'https://buzz-caribbean.com/app/uploads/2019/07/Push-Button-Start-Kia-Sorento.jpg',0,'attachment','image/jpeg',0),(2138,11,'2019-08-07 18:10:59','2019-08-07 23:10:59','','Spacious Interior Of Kia Sorento','Spacious interior of Kia Sorento','inherit','closed','closed','','spacious-interior-of-kia-sorento','','','2019-08-07 18:11:47','2019-08-07 23:11:47','',59,'https://buzz-caribbean.com/app/uploads/2019/07/Spacious-interior-of-Kia-Sorento.jpg',0,'attachment','image/jpeg',0),(2139,11,'2019-08-07 18:15:32','2019-08-07 23:15:32','','Kia Optima','','inherit','closed','closed','','kia-optima','','','2019-08-07 18:15:32','2019-08-07 23:15:32','',59,'https://buzz-caribbean.com/app/uploads/2019/07/Kia-Optima.jpg',0,'attachment','image/jpeg',0),(2140,4,'2019-08-07 18:15:46','2019-08-07 23:15:46','<!-- wp:paragraph -->\n<p>Irish–owned telecoms company, Digicel Jamaica has seen 6 CEOs come through its doors between 2012 and 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2091} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Digicel-Logo-1024x505.png\" alt=\"\" class=\"wp-image-2091\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They are namely: Mark Linehan, Andy Thorburn, Barry O’ Brien, David Butler, Justin Morin and now Allison Cole Philbert who took up the position earlier this month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2095,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Allison-Cole-Phillbert.jpg\" alt=\"\" class=\"wp-image-2095\" /><figcaption>Allison Cole Philbert, newly appointed Digicel Jamaica CEO</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Only last month, the first Jamaican to hold the role since the company began operations in 2001, Justin Morin demitted the CEO spot after less than two years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2080} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Justin-Morin-former-CEO-of-Digicel-Jamaica-1024x580.jpg\" alt=\"\" class=\"wp-image-2080\" /><figcaption>Justin Morin, former CEO of Digicel Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One reason mooted for such a revolving door is the high level of expectation to deliver results. Another is the constantly changing nature of the mobile phone business and the impact upon it by the over-the-top (OTT) players like WhatsApp. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> The average tenure for a CEO is 7 years plus or minus two.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Digicel is now looking to transition from being solely a mobile phone operator to a company that also offers digital and data services while also entering the media business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ironically, Manfred F.R. Kets de Vries, writing in the Harvard Review says the average tenure for a CEO is 7 years plus or minus two. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Across corporate Jamaica, the CEOs that stand out, that have shaped and grown their companies have been around for a while.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He is of the view that by that time maximum effectiveness generally tends to be extracted with the CEO going through 3 phases: <br> <br> 1. <strong><em>Entry</em></strong> (The “ honeymoon period” where the CEO can learn, experiment, innovate and take risks)<br> <br> 2. <strong><em>Consolidation</em></strong> (After establishing his or her leadership in terms of direction, style and strategy, good results are delivered and the CEO should feel secure in the role)<br> <br> 3. <strong><em>Decline</em></strong> (When the job becomes routine and there are no new markets and products. Also, when the CEO becomes ineffective and has no new ideas to grow the business).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“ When you look across corporate Jamaica, the CEOs that stand out, that have shaped and grown their companies have been around for a while; Patrick Hylton at NCB, Jeffery Hall at Jamaica Producers, Chris Williams at Proven, Don Wheby at Grace, Richard Byles at both Pan Jam and Sagicor Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> The average tenure of a Digicel Jamaica CEO, as it currently stands is 16 months. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I guess it comes down to performance and my guess is this has been the underlying reason for the decision to regularly change CEOs by the Digicel Board. Mind you, it’s hard to have faith in a CEO in Jamaica if you feel that person possibly won’t be there in a year’s time,” said Makhulu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The average tenure of a Digicel Jamaica CEO, as it currently stands, is 16 months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Is Digicel changing its CEO for its Jamaican operations far too frequently?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell us what you think.</p>\n<!-- /wp:paragraph -->','Digicel Jamaica has appointed 6 CEOs in 8 years','','inherit','closed','closed','','2078-revision-v1','','','2019-08-07 18:15:46','2019-08-07 23:15:46','',2078,'https://buzz-caribbean.com/article/2078-revision-v1/',0,'revision','',0),(2141,4,'2019-08-07 18:16:22','2019-08-07 23:16:22','<!-- wp:paragraph -->\n<p>Irish–owned telecoms company, Digicel Jamaica has seen six CEOs come through its doors between 2012 and 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2091} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Digicel-Logo-1024x505.png\" alt=\"\" class=\"wp-image-2091\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They are namely: Mark Linehan, Andy Thorburn, Barry O’ Brien, David Butler, Justin Morin and now Allison Cole Philbert who took up the position earlier this month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2095,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Allison-Cole-Phillbert.jpg\" alt=\"\" class=\"wp-image-2095\" /><figcaption>Allison Cole Philbert, newly appointed Digicel Jamaica CEO</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Only last month, the first Jamaican to hold the role since the company began operations in 2001, Justin Morin demitted the CEO spot after less than two years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2080} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Justin-Morin-former-CEO-of-Digicel-Jamaica-1024x580.jpg\" alt=\"\" class=\"wp-image-2080\" /><figcaption>Justin Morin, former CEO of Digicel Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One reason mooted for such a revolving door is the high level of expectation to deliver results. Another is the constantly changing nature of the mobile phone business and the impact upon it by the over-the-top (OTT) players like WhatsApp. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> The average tenure for a CEO is 7 years plus or minus two.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Digicel is now looking to transition from being solely a mobile phone operator to a company that also offers digital and data services while also entering the media business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ironically, Manfred F.R. Kets de Vries, writing in the Harvard Review says the average tenure for a CEO is 7 years plus or minus two. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Across corporate Jamaica, the CEOs that stand out, that have shaped and grown their companies have been around for a while.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He is of the view that by that time maximum effectiveness generally tends to be extracted with the CEO going through 3 phases: <br> <br> 1. <strong><em>Entry</em></strong> (The “ honeymoon period” where the CEO can learn, experiment, innovate and take risks)<br> <br> 2. <strong><em>Consolidation</em></strong> (After establishing his or her leadership in terms of direction, style and strategy, good results are delivered and the CEO should feel secure in the role)<br> <br> 3. <strong><em>Decline</em></strong> (When the job becomes routine and there are no new markets and products. Also, when the CEO becomes ineffective and has no new ideas to grow the business).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“ When you look across corporate Jamaica, the CEOs that stand out, that have shaped and grown their companies have been around for a while; Patrick Hylton at NCB, Jeffery Hall at Jamaica Producers, Chris Williams at Proven, Don Wheby at Grace, Richard Byles at both Pan Jam and Sagicor Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> The average tenure of a Digicel Jamaica CEO, as it currently stands is 16 months. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I guess it comes down to performance and my guess is this has been the underlying reason for the decision to regularly change CEOs by the Digicel Board. Mind you, it’s hard to have faith in a CEO in Jamaica if you feel that person possibly won’t be there in a year’s time,” said Makhulu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The average tenure of a Digicel Jamaica CEO, as it currently stands, is 16 months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Is Digicel changing its CEO for its Jamaican operations far too frequently?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell us what you think.</p>\n<!-- /wp:paragraph -->','Digicel Jamaica has appointed 6 CEOs in 8 years','','inherit','closed','closed','','2078-revision-v1','','','2019-08-07 18:16:22','2019-08-07 23:16:22','',2078,'https://buzz-caribbean.com/article/2078-revision-v1/',0,'revision','',0),(2142,11,'2019-08-07 18:16:42','2019-08-07 23:16:42','<!-- wp:paragraph -->\n<p>The South Korean motor company Kia is carving out a reputation for <strong><em>style and reliability.</em></strong><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":61} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Kia_Optima_Buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-61\" /><figcaption>Kia Optima</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The confidence in its reliability sees it offering a seven-year warranty where other carmakers tend to offer just three.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2131} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sportage-1024x683.jpg\" alt=\"\" class=\"wp-image-2131\" /><figcaption>Sleek Kia Sportage at the dealership in Kingston, Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kia\'s reliability has been noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><em>CNN put Kia 6th out of 10 in their table in 2015. The following year J.D. Power ranked it No. 1 for reliability. The UK\'s Telegraph newspaper placed Kia 3 out of 20 for the most reliable car brand of 2017.&nbsp;</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kia has upped the ante on the use of technology with its infotainment system being one of the best around.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Of the Kia brands, the<strong> Sportage</strong> and <strong>Sorento</strong> have been rated the most reliable. Kia owners talk proudly of clocking high mileage without having to make constant trips to the mechanic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2136,2138,2137]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Kia-Sorento-1024x621.jpg\" alt=\"\" data-id=\"2136\" data-link=\"https://buzz-caribbean.com/?attachment_id=2136\" class=\"wp-image-2136\" /><figcaption>Sleek exterior of Kia Sorento</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Spacious-interior-of-Kia-Sorento-1024x576.jpg\" alt=\"\" data-id=\"2138\" data-link=\"https://buzz-caribbean.com/?attachment_id=2138\" class=\"wp-image-2138\" /><figcaption>Spacious interior of Kia Sorento</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Push-Button-Start-Kia-Sorento-1024x576.jpg\" alt=\"\" data-id=\"2137\" data-link=\"https://buzz-caribbean.com/?attachment_id=2137\" class=\"wp-image-2137\" /><figcaption>Kia Sorento sports a convenient push-to-start button</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The Seoul-based motor company has also stepped up its game in styling and design and this one can see with the increased models gracing Jamaica\'s roads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2139} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Kia-Optima-1024x576.jpg\" alt=\"\" class=\"wp-image-2139\" /><figcaption>Kia Optima</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <em><strong>Chief Operating Of Kia Motors America, Michael Sprague said: \"Kia\'s decade-long focus on craftsmanship and continuous improvement reflects the voice of our customers which is the ultimate affirmation.</strong></em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>According to Top Gear, Kia is now rivalling some of Europe\'s top car brands with vehicles for every segment. The top TV car show is of the view that Kia vehicles are competitively priced, reliable, offer good value and quality and are getting better with time.\n\n</p>\n<!-- /wp:paragraph -->','Kia cars score high on reliability','','inherit','closed','closed','','59-revision-v1','','','2019-08-07 18:16:42','2019-08-07 23:16:42','',59,'https://buzz-caribbean.com/article/59-revision-v1/',0,'revision','',0),(2143,14,'2019-08-07 19:48:18','2019-08-08 00:48:18','<!-- wp:image {\"id\":3686} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-6-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3686\" /><figcaption>Prime Minister Andrew Holness (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister Andrew Holness is calling on Jamaica to make greater efforts to become environmentally conscious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Jamaica is not a significant emitter of carbon and other environmentally depleting emissions, but Jamaica suffers from the effects of climate change by virtue of its location, by virtue of being an island and by virtue of being small,” he began. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3682} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-2-1024x683.jpg\" alt=\"\" class=\"wp-image-3682\" /><figcaption> Founder and Chairman of New Fortress Energy Wes Edens presents another \'FRST\' for Jamaica alongside Prime Minister Andrew Holness off the coast of St. Elizabeth (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“And so, we have to be environmentally conscious. We have to\ninternalise that and also integrate that in everything that we do,” said\nHolness. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Prime Minister gave his keynote address at the launch of New Fortress Energy’s Floating Regasification Storage Terminal (FRST); off Moneymusk’s coastline in St. Elizabeth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3681} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-3-683x1024.jpg\" alt=\"\" class=\"wp-image-3681\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Minister Without Portfolio in the Ministry of Economic\nGrowth and Job Creation, Daryl Vaz, encouraged more Jamaican companies to\nbecome more environmentally friendly and to “green” their businesses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3679} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-3679\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Treasure Beach is the first Jamaican community to take up\nthe Caribbean Smart Accelerator’s challenge and make an environmentally\nconscious approach part of its sustainable development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On New Fortress Energy’s FRST, the Prime Minister declared\nthat Jamaica must be an example for the rest of the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3680} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-3680\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He continued: “There may be some countries that say being\nenvironmentally conscious is too costly. But I think that Jamaica is demonstrating\nthat we can put in place the necessary investment and build the infrastructure\nthat reduces costs to the consumer but most importantly reduces the cost to the\nenvironment.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This FRST is a good example of that and it is a win-win for\nall of us,” Holness added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3683} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3683\" /><figcaption>\'Jamaica is demonstrating that we can reduce the cost to the environment\' - PM Holness on FRST (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How do you feel about these latest developments, <strong>BUZZhive</strong>? &nbsp;Can Jamaica become more environmentally conscious? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Share your thoughts in the comment section below.</p>\n<!-- /wp:paragraph -->','PM Holness: \'Jamaica must become environmentally conscious\'','','publish','closed','closed','','pm-holness-jamaica-must-become-environmentally-conscious','','','2019-08-14 14:54:54','2019-08-14 19:54:54','',0,'https://buzz-caribbean.com/?p=2143',0,'post','',0),(2145,9,'2019-08-07 18:19:55','2019-08-07 23:19:55','<!-- wp:image {\"id\":2133} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kevoy-Burton-B-1024x644.jpeg\" alt=\"\" class=\"wp-image-2133\" /><figcaption>Kevoy Burton (left) cracks a laugh on the set of the movie. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Having made the trek to Ghana, Africa, for his role in the movie ‘Joseph’, Jamaican actor Kevoy Burton has described his journey as a ‘spiritual’ one. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The African experience was not only exciting but spiritual\nfor me. I felt a sense of belonging in the country and the people treated me as\nsuch,\" Burton said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2134} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kevoy-Burton-CC-575x1024.jpeg\" alt=\"\" class=\"wp-image-2134\" /><figcaption>Kevoy Burton (left) shares a light moment with one of his co-stars. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Burton plays the lead role ‘Joseph’ that was shot by an international film crew that has synchronised the timing of the movie with Ghana’s Year of Return. With this initiative, the nation welcomes persons from the African Diaspora back to the Motherland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"I felt a sense of belonging in the country, and the people treated me as such.\"</p><cite>- Kevoy Burton</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>‘Joseph’ is about a young affluent Jamaican man who is on a\nmission to discover his African ancestry. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"The movie is great for the time. The narrative that is\ntaking place now, in 2019, fits well with the movie. It is the Year of Return\nin Ghana, and more and more people are making the trek back to Africa,” Burton\nsaid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2135} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kevoy-Burton-A-1024x575.jpeg\" alt=\"\" class=\"wp-image-2135\" /><figcaption>Soca artiste Alison Hinds (right) and Kevoy Burton (left) are just a couple of the Caribbean nationals who have roles in \'Joseph\'. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The film debunks myths about Africa and African culture, shows how easy it is to integrate into African society and creates a new image of the country. I feel it will do extremely well.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The film also boasts a strong cast, including soca artiste Alison\nHinds, Grammy-nominated singer Shontelle and Jamaican actor Christopher McFarlane.</p>\n<!-- /wp:paragraph -->','Jamaican actor has ‘spiritual’ experience in Africa','','inherit','closed','closed','','2130-revision-v1','','','2019-08-07 18:19:55','2019-08-07 23:19:55','',2130,'https://buzz-caribbean.com/article/2130-revision-v1/',0,'revision','',0),(2146,11,'2019-08-07 18:20:12','2019-08-07 23:20:12','','KIA','','inherit','closed','closed','','kia','','','2019-08-07 18:20:12','2019-08-07 23:20:12','',59,'https://buzz-caribbean.com/app/uploads/2019/07/KIA.jpg',0,'attachment','image/jpeg',0),(2147,9,'2019-08-07 18:20:34','2019-08-07 23:20:34','<!-- wp:image {\"id\":2133} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kevoy-Burton-B-1024x644.jpeg\" alt=\"\" class=\"wp-image-2133\" /><figcaption>Kevoy Burton (left) cracks a laugh on the set of the movie. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Having made the trek to Ghana, Africa, for his role in the movie ‘Joseph’, Jamaican actor Kevoy Burton has described his journey as a ‘spiritual’ one. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The African experience was not only exciting but spiritual for me. I felt a sense of belonging in the country, and the people treated me as such,\" Burton said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2134} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kevoy-Burton-CC-575x1024.jpeg\" alt=\"\" class=\"wp-image-2134\" /><figcaption>Kevoy Burton (left) shares a light moment with one of his co-stars. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Burton plays the lead role ‘Joseph’ that was shot by an international film crew that has synchronised the timing of the movie with Ghana’s Year of Return. With this initiative, the nation welcomes persons from the African Diaspora back to the Motherland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"I felt a sense of belonging in the country, and the people treated me as such.\"</p><cite>- Kevoy Burton</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>‘Joseph’ is about a young affluent Jamaican man who is on a\nmission to discover his African ancestry. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"The movie is great for the time. The narrative that is\ntaking place now, in 2019, fits well with the movie. It is the Year of Return\nin Ghana, and more and more people are making the trek back to Africa,” Burton\nsaid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2135} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kevoy-Burton-A-1024x575.jpeg\" alt=\"\" class=\"wp-image-2135\" /><figcaption>Soca artiste Alison Hinds (right) and Kevoy Burton (left) are just a couple of the Caribbean nationals who have roles in \'Joseph\'. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The film debunks myths about Africa and African culture, shows how easy it is to integrate into African society and creates a new image of the country. I feel it will do extremely well.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The film also boasts a strong cast, including soca artiste Alison\nHinds, Grammy-nominated singer Shontelle and Jamaican actor Christopher McFarlane.</p>\n<!-- /wp:paragraph -->','Jamaican actor has ‘spiritual’ experience in Africa','','inherit','closed','closed','','2130-revision-v1','','','2019-08-07 18:20:34','2019-08-07 23:20:34','',2130,'https://buzz-caribbean.com/article/2130-revision-v1/',0,'revision','',0),(2148,11,'2019-08-07 18:20:41','2019-08-07 23:20:41','<!-- wp:paragraph -->\n<p>The South Korean motor company Kia is carving out a reputation for <strong><em>style and reliability.</em></strong><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2146} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/KIA-1024x683.jpg\" alt=\"\" class=\"wp-image-2146\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The confidence in its reliability sees it offering a seven-year warranty where other carmakers tend to offer just three.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2131} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sportage-1024x683.jpg\" alt=\"\" class=\"wp-image-2131\" /><figcaption>Sleek Kia Sportage at the dealership in Kingston, Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kia\'s reliability has been noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><em>CNN put Kia 6th out of 10 in their table in 2015. The following year J.D. Power ranked it No. 1 for reliability. The UK\'s Telegraph newspaper placed Kia 3 out of 20 for the most reliable car brand of 2017.&nbsp;</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kia has upped the ante on the use of technology with its infotainment system being one of the best around.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Of the Kia brands, the<strong> Sportage</strong> and <strong>Sorento</strong> have been rated the most reliable. Kia owners talk proudly of clocking high mileage without having to make constant trips to the mechanic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2136,2138,2137]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Kia-Sorento-1024x621.jpg\" alt=\"\" data-id=\"2136\" data-link=\"https://buzz-caribbean.com/?attachment_id=2136\" class=\"wp-image-2136\" /><figcaption>Sleek exterior of Kia Sorento</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Spacious-interior-of-Kia-Sorento-1024x576.jpg\" alt=\"\" data-id=\"2138\" data-link=\"https://buzz-caribbean.com/?attachment_id=2138\" class=\"wp-image-2138\" /><figcaption>Spacious interior of Kia Sorento</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Push-Button-Start-Kia-Sorento-1024x576.jpg\" alt=\"\" data-id=\"2137\" data-link=\"https://buzz-caribbean.com/?attachment_id=2137\" class=\"wp-image-2137\" /><figcaption>Kia Sorento sports a convenient push-to-start button</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The Seoul-based motor company has also stepped up its game in styling and design and this one can see with the increased models gracing Jamaica\'s roads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2139} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Kia-Optima-1024x576.jpg\" alt=\"\" class=\"wp-image-2139\" /><figcaption>Kia Optima</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong>Kia\'s decade-long focus on craftsmanship and continuous improvement reflects the voice of our customers which is the ultimate affirmation.</strong>\"</p><cite>Chief Operating Of Kia Motors America, Michael Sprague</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>According to Top Gear, Kia is now rivalling some of Europe\'s top car brands with vehicles for every segment. The top TV car show is of the view that Kia vehicles are competitively priced, reliable, offer good value and quality and are getting better with time.\n\n</p>\n<!-- /wp:paragraph -->','Kia cars score high on reliability','','inherit','closed','closed','','59-revision-v1','','','2019-08-07 18:20:41','2019-08-07 23:20:41','',59,'https://buzz-caribbean.com/article/59-revision-v1/',0,'revision','',0),(2150,11,'2019-08-07 18:23:19','2019-08-07 23:23:19','','Driving KIA','','inherit','closed','closed','','driving-kia','','','2019-08-07 18:23:19','2019-08-07 23:23:19','',59,'https://buzz-caribbean.com/app/uploads/2019/07/Driving-KIA.jpg',0,'attachment','image/jpeg',0),(2151,11,'2019-08-07 18:25:48','2019-08-07 23:25:48','<!-- wp:paragraph -->\n<p>The South Korean motor company Kia is carving out a reputation for <strong><em>style and reliability.</em></strong><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2146} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/KIA-1024x683.jpg\" alt=\"\" class=\"wp-image-2146\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The confidence in its reliability sees it offering a seven-year warranty where other carmakers tend to offer just three.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2131} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sportage-1024x683.jpg\" alt=\"\" class=\"wp-image-2131\" /><figcaption>Sleek Kia Sportage at the dealership in Kingston, Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kia\'s reliability has been noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><em>CNN put Kia 6th out of 10 in their table in 2015. The following year J.D. Power ranked it No. 1 for reliability. The UK\'s Telegraph newspaper placed Kia 3 out of 20 for the most reliable car brand of 2017.&nbsp;</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2150} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Driving-KIA-1024x576.jpg\" alt=\"\" class=\"wp-image-2150\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kia has upped the ante on the use of technology with its infotainment system being one of the best around.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Of the Kia brands, the<strong> Sportage</strong> and <strong>Sorento</strong> have been rated the most reliable. Kia owners talk proudly of clocking high mileage without having to make constant trips to the mechanic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2136,2138,2137]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Kia-Sorento-1024x621.jpg\" alt=\"\" data-id=\"2136\" data-link=\"https://buzz-caribbean.com/?attachment_id=2136\" class=\"wp-image-2136\" /><figcaption>Sleek exterior of Kia Sorento</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Spacious-interior-of-Kia-Sorento-1024x576.jpg\" alt=\"\" data-id=\"2138\" data-link=\"https://buzz-caribbean.com/?attachment_id=2138\" class=\"wp-image-2138\" /><figcaption>Spacious interior of Kia Sorento</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Push-Button-Start-Kia-Sorento-1024x576.jpg\" alt=\"\" data-id=\"2137\" data-link=\"https://buzz-caribbean.com/?attachment_id=2137\" class=\"wp-image-2137\" /><figcaption>Kia Sorento sports a convenient push-to-start button</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The Seoul-based motor company has also stepped up its game in styling and design and this one can see with the increased models gracing Jamaica\'s roads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2139} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Kia-Optima-1024x576.jpg\" alt=\"\" class=\"wp-image-2139\" /><figcaption>Kia Optima</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong>Kia\'s decade-long focus on craftsmanship and continuous improvement reflects the voice of our customers which is the ultimate affirmation.</strong>\"</p><cite>Chief Operating Of Kia Motors America, Michael Sprague</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>According to Top Gear, Kia is now rivalling some of Europe\'s top car brands with vehicles for every segment. The top TV car show is of the view that Kia vehicles are competitively priced, reliable, offer good value and quality and are getting better with time.\n\n</p>\n<!-- /wp:paragraph -->','Kia cars score high on reliability','','inherit','closed','closed','','59-revision-v1','','','2019-08-07 18:25:48','2019-08-07 23:25:48','',59,'https://buzz-caribbean.com/article/59-revision-v1/',0,'revision','',0),(2152,9,'2019-08-07 18:30:14','2019-08-07 23:30:14','<!-- wp:image {\"id\":2153} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/katy-perry.jpg\" alt=\"\" class=\"wp-image-2153\" /><figcaption>Katy Perry is often seen cycling to her shows. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Katy Perry has installed solar panels on her property in a bid to be more eco-friendly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 34-year-old singer has reportedly had the panels - which draw energy from the sun to convert it into electricity which then powers her home - installed all over her sprawling $19-million mansion in the Hidden Valley area of Beverly Hills.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to <strong>MailOnline</strong>, the \'Roar\' hitmaker has also had the clean energy panels put on top of her trailer for when she travels, as well as kitting out her fleet of luxury cars with slick silver covers, which helps to protect them from UV rays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Katy\'s move toward helping battle climate change comes as she\'s been cycling to her concerts from her hotel room for a number of years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Back in 2014, she rode her bike 22 miles from Palo Alto to reach a concert in San Jose, California, and warned audiences on social media that her mode of transport had left her exhausted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year, the singer was also seen cycling around several cities in Australia, as well as Amsterdam in The Netherlands, and Glasgow in Scotland.<br></p>\n<!-- /wp:paragraph -->','Katy Perry installs solar panels on her property','','publish','closed','closed','','katy-perry-installs-solar-panels-on-her-property','','','2019-08-12 15:11:21','2019-08-12 20:11:21','',0,'https://buzz-caribbean.com/?p=2152',0,'post','',0),(2153,9,'2019-08-07 18:27:36','2019-08-07 23:27:36','','katy-perry','','inherit','closed','closed','','katy-perry','','','2019-08-07 18:27:36','2019-08-07 23:27:36','',2152,'https://buzz-caribbean.com/app/uploads/2019/08/katy-perry.jpg',0,'attachment','image/jpeg',0),(2154,9,'2019-08-07 18:29:37','2019-08-07 23:29:37','<!-- wp:image {\"id\":2153} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/katy-perry.jpg\" alt=\"\" class=\"wp-image-2153\" /><figcaption>Katy Perry is often seen cycling to her shows. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Katy Perry has installed solar panels on her property in a bid to be more eco-friendly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 34-year-old singer has reportedly had the panels - which draw energy from the sun to convert it into electricity which then powers her home - installed all over her sprawling $19-million mansion in the Hidden Valley area of Beverly Hills.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to <strong>MailOnline</strong>, the \'Roar\' hitmaker has also had the clean energy panels put on top of her trailer for when she travels, as well as kitting out her fleet of luxury cars with slick silver covers, which helps to protect them from UV rays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Katy\'s move toward helping battle climate change comes as she\'s been cycling to her concerts from her hotel room for a number of years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Back in 2014, she rode her bike 22 miles from Palo Alto to reach a concert in San Jose, California, and warned audiences on social media that her mode of transport had left her exhausted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year, the singer was also seen cycling around several cities in Australia, as well as Amsterdam in The Netherlands, and Glasgow in Scotland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Katy has been an outspoken critic of climate change in recent years alongside her fiancé Orlando Bloom, who recently received the Prince Albert II of Monaco Foundation Special Award for his environmental awareness work.<br><br></p>\n<!-- /wp:paragraph -->','Katy Perry installs solar panels on her property','','inherit','closed','closed','','2152-revision-v1','','','2019-08-07 18:29:37','2019-08-07 23:29:37','',2152,'https://buzz-caribbean.com/article/2152-revision-v1/',0,'revision','',0),(2155,21,'2019-08-07 18:43:16','2019-08-07 23:43:16','<!-- wp:paragraph -->\n<p>Paula* has paid her dues. She sat in on meetings, worked well past 7 PM, bounced ideas off her supervisor, went to school at night, got qualified and finally copped that corner office. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4266} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/accomplished-adults-1024x981.jpg\" alt=\"\" class=\"wp-image-4266\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She now wears chic business suits, drives a BMW, has an apartment in New Kingston and gets invited to every high profile corporate event hosted in the business district.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4267} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BMW-1024x683.jpg\" alt=\"\" class=\"wp-image-4267\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She is fly, fiercely independent, feisty ...and lonely as hell. With all of her success, Paula goes home to her expensive Ashley designer sofa, hardwood coffee table and downs a half a tub of Devon House ice cream almost every night with only Lifetime movies to keep her company. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4272} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lonely-At-Home.png\" alt=\"\" class=\"wp-image-4272\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With all the years she dedicated to climbing the corporate ladder, the journey was not without sacrifice as along the way she did not make time to attend concerts, stage shows, art gallery openings, her friends’ birthdays, house warming parties, baby christenings and generally missed out on a lot of social events wherein she may have found herself an eligible man.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4305} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cheers-1024x678.jpg\" alt=\"\" class=\"wp-image-4305\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Paula’s situation is not unique and tonnes of successful women find themselves single. It is even more critical for some more than others, as a high percentage literally begin hearing their biological clock tick loudly when they enter their 30s. If the old storyline about there being a shortage of good, decent men out there is true, then what are her chances of having a life partner to share her success with? And why do so many career chicks end up by their lonesome?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> While there is nothing wrong with standards, they need to be realistic. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Several factors come into play. The first one being, that in seeking a mate, the successful woman tends to have super high standards. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While there is nothing wrong with standards, they need to be realistic. A woman with 2 degrees and a 6 figure salary tends to want a man of the same ilk...while the man of the same ilk does not want a relationship that seems like a competition. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4289} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Balance-1024x683.jpg\" alt=\"\" class=\"wp-image-4289\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ironically, the male corporate climber wants the attractive Susie homemaker, the woman who can cook, throw fabulous parties and be the perfect mother to his two-point-five kids. He is not looking for someone who has more board meetings than he does. He ain’t about that life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now the successful female on the other hand generally dismisses the blue-collar man. The man who makes his bread with his hands is street smart and competent all in one. He may not make six figures but he usually works for himself and keeps his own hours so he is his own boss. He is the plumber, electrician, electrical installer, roofer, welder etc. He can fix the kitchen sink and cook a great meal afterwards. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4293} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Plumber.jpg\" alt=\"\" class=\"wp-image-4293\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, she is not looking in his direction so she has alienated herself from a good portion of the available male population right off the bat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another reason why their beds are empty at night is that some successful women come off so strong that they intimidate men and scare them away. A man with a Corolla and a low paying job may think twice before approaching a woman who drives a Porsche or an X6. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4295} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Empty-Bed-1024x683.jpg\" alt=\"\" class=\"wp-image-4295\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He may feel he has nothing to offer her and so he stays in his corner and continues to admire her from afar. While his lack of confidence is not her doing, the way some women talk and their attitude can be a turn-off. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most men like to chase, hunt or pursue a woman that they have an interest in. They take them out, wine and dine them, buy them flowers or little tokens to show that they are in it to win it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4297} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Romantic-dinner-1024x683.jpg\" alt=\"\" class=\"wp-image-4297\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now with a super successful woman, these same men may get nervous as they feel that a regular eating spot may not impress the women and a bunch of roses may seem corny to these decision-makers who are used to corporate jets and trips to Cancun. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The career gal has to join the dating pool with an open heart and an even more open mind.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In order to avoid embarrassment when their pockets cannot match up with their promises, they would rather not venture down that path at all. To them, it is about staying in their lane because their credit card limit is, well, limited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4299} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vice-Grip-On-Wallet-1024x781.jpg\" alt=\"\" class=\"wp-image-4299\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In order to find Mr Right, the career gal has to join the dating pool with an open heart and an even more open mind and not have these crazy checklists of what they want because what they want may not exist.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4302} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Checklist-Manicured-Nails-1024x768.jpeg\" alt=\"\" class=\"wp-image-4302\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Remember Barbie already has Ken so instead of searching for the perfect mate, try to find a genuine man, one that is honest and hardworking and who hopefully can throw down in the kitchen as well as the bedroom.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>*Name\nchanged on request of subject&nbsp;</strong></p>\n<!-- /wp:paragraph -->','Why some career women are single','','publish','closed','closed','','why-some-career-women-are-single','','','2019-08-15 13:00:04','2019-08-15 18:00:04','',0,'https://buzz-caribbean.com/?p=2155',0,'post','',0),(2156,9,'2019-08-07 18:40:53','2019-08-07 23:40:53','<!-- wp:image {\"id\":2158} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/nicholas-cage.jpg\" alt=\"\" class=\"wp-image-2158\" /><figcaption>Nicolas Cage is upset about how his marriage ended.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Nicolas Cage was \"pretty upset\" when his marriage to Erike Koike ended.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The former couple tied the knot in Las Vegas in March this year and were married for just four days before the \'Mandy\' star filed for an annulment, claiming their union was based on fraud as his partner hadn\'t mentioned her criminal history or a relationship with another person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And now, the 55-year-old actor has admitted he was heartbroken over the way things ended between him and Erike, following the finalisation of their divorce in May.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"There was a recent breakup. I don\'t really want to talk about it. I was pretty upset about that and the way things happened.\" </p><cite>— Nicolas Cage </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking to The New York Times magazine, he said: \"There was a recent breakup. I don\'t really want to talk about it. I was pretty upset about that and the way things happened.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After Nicolas filed his annulment in March, Erike opposed the request and later filed her own documents claiming the marriage was genuine and seeking spousal support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'National Treasure\' actor failed to secure an annulment but the pair were granted a divorce by a Nevada judge on May 31, meaning they were married for 69 days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Nicolas\' request for an annulment, it was claimed he was \"too drunk\" to get married.<br><br></p>\n<!-- /wp:paragraph -->','Nicolas Cage was \'upset\' about how his 69-day marriage ended','','publish','closed','closed','','nicolas-cage-was-upset-about-how-his-69-day-marriage-ended','','','2019-08-12 15:10:39','2019-08-12 20:10:39','',0,'https://buzz-caribbean.com/?p=2156',0,'post','',0),(2157,13,'2019-08-07 19:31:37','2019-08-08 00:31:37','<!-- wp:paragraph -->\n<p>Pop megastar The Weeknd has put the world on album notice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He posted the words, \"Album Mode full effect\" on his Instagram account, sending his eager fan base into a frenzy. He subsequently deleted his Instagram account.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2188} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Weeknd-and-Bella.jpg\" alt=\"\" class=\"wp-image-2188\" /><figcaption>Model Bella Hadid and The Weeknd have ended their relationship.<br><p> </p></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The highly anticipated release date has not yet been announced. His last EP, Dear Melancholy, was released in March of last year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We expect that his recent split from supermodel girlfriend Bella Hadid to drive epic content.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Are you ready for The Weeknd\'s new album?</p>\n<!-- /wp:paragraph -->','The Weeknd teases new album','','publish','closed','closed','','the-weeknd-teases-new-album','','','2019-08-14 22:04:11','2019-08-15 03:04:11','',0,'https://buzz-caribbean.com/?p=2157',0,'post','',0),(2158,9,'2019-08-07 18:36:26','2019-08-07 23:36:26','','Nick Cage visits \"Letterman,\" New York City','Nicolas Cage seen arriving at \'The Late Show with David Letterman\' in NYC.\n<P>\nPictured: Nicolas Cage\n<P>\n<B>Ref: SPL358891  090212  </B><BR />\nPicture by: J.B Nicholas / Splash News<BR />\n</P><P>\n<B>Splash News and Pictures</B><BR />\nLos Angeles:	310-821-2666<BR />\nNew York:	212-619-2666<BR />\nLondon:	870-934-2666<BR />\nphotodesk@splashnews.com<BR />\n</P>','inherit','closed','closed','','nick-cage-visits-letterman-new-york-city','','','2019-08-07 18:39:38','2019-08-07 23:39:38','',2156,'https://buzz-caribbean.com/app/uploads/2019/08/nicholas-cage.jpg',0,'attachment','image/jpeg',0),(2159,9,'2019-08-07 18:37:47','2019-08-07 23:37:47','<!-- wp:image {\"id\":2158} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/nicholas-cage.jpg\" alt=\"\" class=\"wp-image-2158\" /><figcaption>Nicolas Cage is upset about how his marriage ended.<p> </p></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Nicolas Cage was \"pretty upset\" when his marriage to Erike Koike ended.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The former couple tied the knot in Las Vegas in March this year and were married for just four days before the \'Mandy\' star filed for an annulment, claiming their union was based on fraud as his partner hadn\'t mentioned her criminal history or a relationship with another person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And now, the 55-year-old actor has admitted he was heartbroken over the way things ended between him and Erike, following the finalisation of their divorce in May.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to <strong>The New York Times</strong> magazine, he said: \"There was a recent breakup. I don\'t really want to talk about it. I was pretty upset about that and the way things happened.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"There was a recent breakup. I don\'t really want to talk about it. I was pretty upset about that and the way things happened.\" </p><cite>-  Nicolas Cage </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>After Nicolas filed his annulment in March, Erike opposed the request, and later filed her own documents claiming the marriage was genuine and seeking spousal support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'National Treasure\' actor failed to secure an annulment but the pair were granted a divorce by a Nevada judge on May 31, meaning they were married for 69 days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Nicolas\' request for an annulment, it was claimed he was \"too drunk\" to get married.<br><br></p>\n<!-- /wp:paragraph -->','Nicolas Cage was \'upset\' over the end of his 69-day marriage','','inherit','closed','closed','','2156-revision-v1','','','2019-08-07 18:37:47','2019-08-07 23:37:47','',2156,'https://buzz-caribbean.com/article/2156-revision-v1/',0,'revision','',0),(2160,9,'2019-08-07 18:40:23','2019-08-07 23:40:23','<!-- wp:image {\"id\":2158} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/nicholas-cage.jpg\" alt=\"\" class=\"wp-image-2158\" /><figcaption>Nicolas Cage is upset about how his marriage ended.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Nicolas Cage was \"pretty upset\" when his marriage to Erike Koike ended.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The former couple tied the knot in Las Vegas in March this year and were married for just four days before the \'Mandy\' star filed for an annulment, claiming their union was based on fraud as his partner hadn\'t mentioned her criminal history or a relationship with another person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And now, the 55-year-old actor has admitted he was heartbroken over the way things ended between him and Erike, following the finalisation of their divorce in May.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to <strong>The New York Times</strong> magazine, he said: \"There was a recent breakup. I don\'t really want to talk about it. I was pretty upset about that and the way things happened.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"There was a recent breakup. I don\'t really want to talk about it. I was pretty upset about that and the way things happened.\" </p><cite>-  Nicolas Cage </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>After Nicolas filed his annulment in March, Erike opposed the request, and later filed her own documents claiming the marriage was genuine and seeking spousal support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'National Treasure\' actor failed to secure an annulment but the pair were granted a divorce by a Nevada judge on May 31, meaning they were married for 69 days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Nicolas\' request for an annulment, it was claimed he was \"too drunk\" to get married.<br><br></p>\n<!-- /wp:paragraph -->','Nicolas Cage was \'upset\' about how his 69-day marriage ended','','inherit','closed','closed','','2156-revision-v1','','','2019-08-07 18:40:23','2019-08-07 23:40:23','',2156,'https://buzz-caribbean.com/article/2156-revision-v1/',0,'revision','',0),(2161,9,'2019-08-07 18:40:47','2019-08-07 23:40:47','<!-- wp:image {\"id\":2158} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/nicholas-cage.jpg\" alt=\"\" class=\"wp-image-2158\" /><figcaption>Nicolas Cage is upset about how his marriage ended.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Nicolas Cage was \"pretty upset\" when his marriage to Erike Koike ended.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The former couple tied the knot in Las Vegas in March this year and were married for just four days before the \'Mandy\' star filed for an annulment, claiming their union was based on fraud as his partner hadn\'t mentioned her criminal history or a relationship with another person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And now, the 55-year-old actor has admitted he was heartbroken over the way things ended between him and Erike, following the finalisation of their divorce in May.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"There was a recent breakup. I don\'t really want to talk about it. I was pretty upset about that and the way things happened.\" </p><cite>-  Nicolas Cage </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking to <strong>The New York Times</strong> magazine, he said: \"There was a recent breakup. I don\'t really want to talk about it. I was pretty upset about that and the way things happened.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After Nicolas filed his annulment in March, Erike opposed the request, and later filed her own documents claiming the marriage was genuine and seeking spousal support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'National Treasure\' actor failed to secure an annulment but the pair were granted a divorce by a Nevada judge on May 31, meaning they were married for 69 days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Nicolas\' request for an annulment, it was claimed he was \"too drunk\" to get married.<br><br></p>\n<!-- /wp:paragraph -->','Nicolas Cage was \'upset\' about how his 69-day marriage ended','','inherit','closed','closed','','2156-revision-v1','','','2019-08-07 18:40:47','2019-08-07 23:40:47','',2156,'https://buzz-caribbean.com/article/2156-revision-v1/',0,'revision','',0),(2162,11,'2019-08-07 18:41:54','2019-08-07 23:41:54','','Businesswoman','','inherit','closed','closed','','businesswoman','','','2019-08-07 18:41:54','2019-08-07 23:41:54','',2155,'https://buzz-caribbean.com/app/uploads/2019/08/Businesswoman.jpg',0,'attachment','image/jpeg',0),(2163,11,'2019-08-07 18:43:16','2019-08-07 23:43:16','<!-- wp:paragraph -->\n<p>Paula* has paid her dues. She sat in on meetings, worked well past 7PM, bounced ideas off her supervisor, went to school at night, got qualified and finally copped that corner office. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She now wears chic business suits, drives a BMW, has an apartment in New Kinston and gets invited to every high profile corporate event hosted in the business district.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She is fly, fiercely independent, feisty ...and lonely as hell. With all of her success, Paula goes home to her expensive Ashley designer sofa, hardwood coffee table and downs a half a tub of Devon house ice cream almost every night with only Lifetime movies to keep her company. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With all the years she dedicated to climbing the corporate ladder, the journey was not without sacrifice as along the way she did not make time to attend concerts, stage shows, art gallery openings, her friends’ birthdays, house warming parties, baby christenings and generally missed out on a lot of social events wherein she may have found herself an eligible man.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Paula’s situation is not unique and tonnes of successful women find themselves single. It is even more critical for some more than others, as a high percentage literally begin hearing their biological clock tick loudly when they enter their 30s. If the old storyline about there being a shortage of good, decent men out there is true, then what are her chances of having a life partner to share her success with? And why do so many career chicks end up by their lonesome?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several factors come into play. The first one being, that in seeking a mate, the successful woman tends to have super high standards. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While there is nothing wrong with standards, they need to be realistic. A woman with 2 degrees and a 6 figure salary tends to want a man of the same ilk...while the man of the same ilk does not want a relationship that seems like a competition. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ironically, the male corporate climber wants the attractive Susie homemaker, the woman who can cook, throw fabulous parties and be the perfect mother to his two-point-five kids. He is not looking for someone who has more board meetings than he does. He ain’t about that life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now the successful female on the other hand generally dismisses the blue-collar man. The man who makes his bread with his hands is street smart and competent all in one. He may not make six figures but he usually works for himself and keeps his own hours so he is his own boss. He is the plumber, electrician, electrical installer, roofer, welder etc. He can fix the kitchen sink and cook a great meal afterwards. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, she is not looking in his direction so she has alienated herself from a good portion of the available male population right off the bat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another reason why their beds are empty at night is that some successful women come off so strong that they intimidate men and scare them away. A man with a Corolla and a low paying job may think twice before approaching a woman who drives a Porsche or an X6. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He may feel he has nothing to offer her and so he stays in his corner and continues to admire her from afar. While his lack of confidence is not her doing, the way some women talk and their attitude can be a turn-off. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most men like to chase, hunt or pursue a woman that they have an interest in. They take them out, wine and dine them, buy them flowers or little tokens to show that they are in it to win it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now with a super successful woman, these same men may get nervous as they feel that a regular eating spot may not impress the women and a bunch of roses may seem corny to these decision-makers who are used to corporate jets and trips to Cancun. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hence, in order to avoid embarrassment when their pockets cannot match up with their promises, they would rather not venture down that path at all. To them, it is about staying in their lane because their credit card limit is, well, limited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In order to find Mr Right, the career gal has to join the dating pool with an open heart and an even more open mind and not have these crazy checklists of what they want because what they want may not exist.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Remember Barbie already has Ken so instead of searching for the perfect mate, try to find a genuine man, one that is honest and hardworking and who hopefully can throw down in the kitchen as well as the bedroom.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>*Name\nchanged on request of subject&nbsp;</strong></p>\n<!-- /wp:paragraph -->','Why some career women are single','','inherit','closed','closed','','2155-revision-v1','','','2019-08-07 18:43:16','2019-08-07 23:43:16','',2155,'https://buzz-caribbean.com/article/2155-revision-v1/',0,'revision','',0),(2164,11,'2019-08-07 18:51:48','2019-08-07 23:51:48','<!-- wp:paragraph -->\n<p>Executive Director of <strong>The Heart Foundation of Jamaica</strong>, Deborah Chen has been re-elected to the Board of the <strong>NCD Alliance</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2166,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DeborahChen_Board2019-2021_portrait.jpg\" alt=\"\" class=\"wp-image-2166\" /><figcaption>Deborah Chen, Executive Director, Heart Foundation of Jamaica</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The NCD Alliance is a worldwide network of more than 2,000 organisations in over 170 countries, aligned to promote the prevention and control of Noncommunicable Diseases ( NCDs).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2167} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/NCD-alliance-logo-1200x354-1024x302.jpg\" alt=\"\" class=\"wp-image-2167\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Chen was reappointed Director at the NCD Alliance’s 2019 General Assembly which was held recently in Geneva, Switzerland. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chen will serve for a two-year term alongside 11 other senior executives from prominent health organisations across the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2174} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/NCDA-new_board-1024x512.jpg\" alt=\"\" class=\"wp-image-2174\" /><figcaption>2019-2021 NCD Alliance President and Board of Directors (Photo:ncdalliance.org)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She has previously served as Vice-President of World Heart Federation, President of the InterAmerican Heart Foundation and Director of the Healthy Caribbean Coalition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The NCD Alliance’s focus is to galvanise the efforts of governments and NGOs, to prevent and treat noncommunicable diseases. Its success will depend on the organisation’s ability to work across sectors to stimulate improved integration with health systems.</p>\n<!-- /wp:paragraph -->','Deborah Chen re-elected to NCD Alliance Board','','publish','closed','closed','','deborah-chen-re-elected-to-ncb-alliance-board','','','2019-08-07 18:56:57','2019-08-07 23:56:57','',0,'https://buzz-caribbean.com/?p=2164',0,'post','',0),(2165,4,'2019-08-07 18:44:26','2019-08-07 23:44:26','<!-- wp:paragraph -->\n<p>Pop megastar the Weekend has put the world on album notice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He posted the words \"Album Mode full effect\" on his Instagram account, sending his eager fan base into a frenzy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He subsequently deleted his Instagram account.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The highly anticipated release date has not yet been announced.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His last album, NAME, was released in....DATE</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We expect that his recent split from supermodel girlfriend Bella to drive epic content.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Are you ready for the weeknd\'s new album?</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','2157-revision-v1','','','2019-08-07 18:44:26','2019-08-07 23:44:26','',2157,'https://buzz-caribbean.com/article/2157-revision-v1/',0,'revision','',0),(2166,11,'2019-08-07 18:49:04','2019-08-07 23:49:04','','DeborahChen_Board2019-2021_portrait','','inherit','closed','closed','','deborahchen_board2019-2021_portrait','','','2019-08-07 18:49:04','2019-08-07 23:49:04','',2164,'https://buzz-caribbean.com/app/uploads/2019/08/DeborahChen_Board2019-2021_portrait.jpg',0,'attachment','image/jpeg',0),(2167,11,'2019-08-07 18:50:22','2019-08-07 23:50:22','','Imprimir','','inherit','closed','closed','','imprimir','','','2019-08-07 18:50:22','2019-08-07 23:50:22','',2164,'https://buzz-caribbean.com/app/uploads/2019/08/NCD-alliance-logo-1200x354.jpg',0,'attachment','image/jpeg',0),(2168,11,'2019-08-07 18:51:48','2019-08-07 23:51:48','<!-- wp:paragraph -->\n<p>Executive Director of <strong>The Heart Foundation of Jamaica</strong>, Deborah Chen has been re-elected to the Board of the <strong>NCD Alliance</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2166,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DeborahChen_Board2019-2021_portrait.jpg\" alt=\"\" class=\"wp-image-2166\" /><figcaption>Deborah Chen, Executive Director, Heart Foundation of Jamaica</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The NCD Alliance is a worldwide network of more than 2,000 organisations in over 170 countries, aligned to promote the prevention and control of Noncommunicable Diseases ( NCDs).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2167} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/NCD-alliance-logo-1200x354-1024x302.jpg\" alt=\"\" class=\"wp-image-2167\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Chen was reappointed Director at the NCD Alliance’s 2019 General Assembly which was held recently in Geneva, Switzerland. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chen will serve for a two-year term alongside 11 other senior executives from prominent health organisations across the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has previously served as Vice-President of World Heart Federation, President of the InterAmerican Heart Foundation and Director of the Healthy Caribbean Coalition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The NCD Alliance’s focus is to galvanise the efforts of governments and NGOs, to prevent and treat noncommunicable diseases. Its success will depend on the organisation’s ability to work across sectors to stimulate improved integration with health systems.</p>\n<!-- /wp:paragraph -->','Deborah Chen re-elected to NCB Alliance Board','','inherit','closed','closed','','2164-revision-v1','','','2019-08-07 18:51:48','2019-08-07 23:51:48','',2164,'https://buzz-caribbean.com/article/2164-revision-v1/',0,'revision','',0),(2169,11,'2019-08-07 18:52:06','2019-08-07 23:52:06','<!-- wp:paragraph -->\n<p>Executive Director of <strong>The Heart Foundation of Jamaica</strong>, Deborah Chen has been re-elected to the Board of the <strong>NCD Alliance</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2166,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DeborahChen_Board2019-2021_portrait.jpg\" alt=\"\" class=\"wp-image-2166\" /><figcaption>Deborah Chen, Executive Director, Heart Foundation of Jamaica</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The NCD Alliance is a worldwide network of more than 2,000 organisations in over 170 countries, aligned to promote the prevention and control of Noncommunicable Diseases ( NCDs).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2167} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/NCD-alliance-logo-1200x354-1024x302.jpg\" alt=\"\" class=\"wp-image-2167\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Chen was reappointed Director at the NCD Alliance’s 2019 General Assembly which was held recently in Geneva, Switzerland. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chen will serve for a two-year term alongside 11 other senior executives from prominent health organisations across the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has previously served as Vice-President of World Heart Federation, President of the InterAmerican Heart Foundation and Director of the Healthy Caribbean Coalition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The NCD Alliance’s focus is to galvanise the efforts of governments and NGOs, to prevent and treat noncommunicable diseases. Its success will depend on the organisation’s ability to work across sectors to stimulate improved integration with health systems.</p>\n<!-- /wp:paragraph -->','Deborah Chen re-elected to NCD Alliance Board','','inherit','closed','closed','','2164-revision-v1','','','2019-08-07 18:52:06','2019-08-07 23:52:06','',2164,'https://buzz-caribbean.com/article/2164-revision-v1/',0,'revision','',0),(2172,4,'2019-08-07 18:55:10','2019-08-07 23:55:10','<!-- wp:paragraph -->\n<p>Pop megastar the Weeknd has put the world on album notice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He posted the words \"Album Mode full effect\" on his Instagram account, sending his eager fan base into a frenzy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He subsequently deleted his Instagram account.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The highly anticipated release date has not yet been announced.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His last EP, Dear Melancholy, was released in March of last year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We expect that his recent split from supermodel girlfriend Bella Thorne to drive epic content.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Are you ready for the weeknd\'s new album?</p>\n<!-- /wp:paragraph -->','Weeknd teases new album','','inherit','closed','closed','','2157-revision-v1','','','2019-08-07 18:55:10','2019-08-07 23:55:10','',2157,'https://buzz-caribbean.com/article/2157-revision-v1/',0,'revision','',0),(2174,11,'2019-08-07 18:55:45','2019-08-07 23:55:45','','NCDA-new_board','','inherit','closed','closed','','ncda-new_board','','','2019-08-07 18:55:45','2019-08-07 23:55:45','',2164,'https://buzz-caribbean.com/app/uploads/2019/08/NCDA-new_board.jpg',0,'attachment','image/jpeg',0),(2175,11,'2019-08-07 18:56:56','2019-08-07 23:56:56','<!-- wp:paragraph -->\n<p>Executive Director of <strong>The Heart Foundation of Jamaica</strong>, Deborah Chen has been re-elected to the Board of the <strong>NCD Alliance</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2166,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DeborahChen_Board2019-2021_portrait.jpg\" alt=\"\" class=\"wp-image-2166\" /><figcaption>Deborah Chen, Executive Director, Heart Foundation of Jamaica</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The NCD Alliance is a worldwide network of more than 2,000 organisations in over 170 countries, aligned to promote the prevention and control of Noncommunicable Diseases ( NCDs).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2167} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/NCD-alliance-logo-1200x354-1024x302.jpg\" alt=\"\" class=\"wp-image-2167\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Chen was reappointed Director at the NCD Alliance’s 2019 General Assembly which was held recently in Geneva, Switzerland. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chen will serve for a two-year term alongside 11 other senior executives from prominent health organisations across the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2174} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/NCDA-new_board-1024x512.jpg\" alt=\"\" class=\"wp-image-2174\" /><figcaption>2019-2021 NCD Alliance President and Board of Directors (Photo:ncdalliance.org)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She has previously served as Vice-President of World Heart Federation, President of the InterAmerican Heart Foundation and Director of the Healthy Caribbean Coalition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The NCD Alliance’s focus is to galvanise the efforts of governments and NGOs, to prevent and treat noncommunicable diseases. Its success will depend on the organisation’s ability to work across sectors to stimulate improved integration with health systems.</p>\n<!-- /wp:paragraph -->','Deborah Chen re-elected to NCD Alliance Board','','inherit','closed','closed','','2164-revision-v1','','','2019-08-07 18:56:56','2019-08-07 23:56:56','',2164,'https://buzz-caribbean.com/article/2164-revision-v1/',0,'revision','',0),(2176,11,'2019-08-14 19:06:47','2019-08-15 00:06:47','<!-- wp:paragraph -->\n<p>Smelly sneakers, the bane of us all.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But how best do we ensure that we don\'t have to hold our noses every time we are near this type of footwear?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tea bags. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Just slip two tea bags into your sneakers and let them sit in there for a couple of days. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3396} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Putting-in-Teabag-1024x683.jpg\" alt=\"\" class=\"wp-image-3396\" /><figcaption>Slip teabags in sneakers to help in removing odours (Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to Lynsey ‘Queen of Clean’ Crombie from the UK, the tea bags help suck up both the moisture and smell from your sneakers and should leave them smelling relatively fresh.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3398} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tea-Bag-in-Sneakers-1024x683.jpg\" alt=\"\" class=\"wp-image-3398\" /><figcaption>Leave teabags in sneakers for a couple of days for best results</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In Lynsey\'s book, <strong>How to Clean Your House and Tidy Up Your Life</strong>, she writes: \"Pop a few tea bags inside your smelly shoes to fight off bad odours that are caused by heat and bacteria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Leave it to sit overnight in a warm dry place. The longer you leave it the better.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Tea bags are super absorbent and will suck the moisture and smell right out.\" </p><cite>—  Lynsey ‘Queen of Clean’ Crombie</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"Any tea bags will work even the minty herbal ones. Tea bags are super absorbent and will suck the moisture and smell right out.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So why not give this tip a try and tell us, did it work for you?</p>\n<!-- /wp:paragraph -->','Using tea bags to get rid of that funky odour from your sneakers','','publish','open','closed','','using-tea-bags-to-get-rid-of-that-funky-odour-from-your-sneakers','','','2019-08-14 22:01:08','2019-08-15 03:01:08','',0,'https://buzz-caribbean.com/?p=2176',0,'post','',0),(2177,15,'2019-08-07 19:00:55','2019-08-08 00:00:55','','andrew-holness','','inherit','closed','closed','','andrew-holness','','','2019-08-07 19:00:55','2019-08-08 00:00:55','',0,'https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness.jpeg',0,'attachment','image/jpeg',0),(2178,15,'2019-08-07 19:01:45','2019-08-08 00:01:45','','andrew-holness-1','','inherit','closed','closed','','andrew-holness-1','','','2019-08-07 19:01:45','2019-08-08 00:01:45','',0,'https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-1.jpeg',0,'attachment','image/jpeg',0),(2180,11,'2019-08-07 19:02:33','2019-08-08 00:02:33','','stinky-shoes','','inherit','closed','closed','','stinky-shoes','','','2019-08-07 19:02:33','2019-08-08 00:02:33','',2176,'https://buzz-caribbean.com/app/uploads/2019/08/stinky-shoes.jpg',0,'attachment','image/jpeg',0),(2182,11,'2019-08-07 19:03:20','2019-08-08 00:03:20','','tea-bag-shoe-deodorizer-let-sit','','inherit','closed','closed','','tea-bag-shoe-deodorizer-let-sit','','','2019-08-07 19:03:20','2019-08-08 00:03:20','',2176,'https://buzz-caribbean.com/app/uploads/2019/08/tea-bag-shoe-deodorizer-let-sit.jpg',0,'attachment','image/jpeg',0),(2183,15,'2019-08-07 19:19:41','2019-08-08 00:19:41','<!-- wp:image {\"id\":1807} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/halle-berry-belgian-malinois-john-wick-3_2-1024x683.jpg\" alt=\"\" class=\"wp-image-1807\" /><figcaption>Halle Berry stars as \'Sophia\' in JOHN WICK: 3 - PARABELLUM. (Photo contributed, Mark Rogers, Lionsgate Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>See those refined-looking dogs as Halle Berry’s companions in <strong><em>John Wick 3</em></strong>?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Those are Belgian\nMalinois, one of the most athletic dogs around.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how did Halle make\nthose dogs effortlessly turn from companions to vicious protectors for some of\nthe best action sequences seen with canines?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1805} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/halle-berry-belgian-malinois-john-wick-3_opener-1024x568.jpg\" alt=\"\" class=\"wp-image-1805\" /><figcaption>Master assassins John Wick and Sophia crossing a desert with a pair of Belgian Malinoises. The dogs are a mainstay in the May installment, John Wick 3: PARABELLUM (Photo contributed, Lionsgate Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It was about two or three\nhours a day, helping as a dog trainer, getting to know them, having them get to\nknow me, learning their personalities. We learned what tricks the dogs can do.\nSome dogs were good at just sitting on their mark and looking pretty and others\nwanted to jump off cars, through windows. So, it was just about learning what\neach dog can do and how I could command them to do it,’’ said the Hollywood\nactress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Game of Thrones</em></strong> wolf trainer Andrew Simpson was the dog coordinator on John Wick 3, who oversaw Berry working for months with 5 Belgian Malinoises.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1812} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/halle-berry-belgian-malinois-john-wick-3_extra-1024x576.jpg\" alt=\"\" class=\"wp-image-1812\" /><figcaption>Sophia, one of Wick\'s only remaining \"friends\", considers his plea for help after he is declared \'excommunicado\' in John Wick: Chapter 3 - PARABELLUM (Photo contributed, Lionsgate Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, what’s there to know about this fabulous dog? <strong><em>BUZZ</em></strong> presents 10 interesting facts about the Belgian Malinois:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. The Belgian Malinois\noriginated from the Flemish city of Malines where it was bred to be a herding\ndog that could also guard livestock.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. A medium-sized dog, it\nweighs between 40 to 75 pounds depending on its gender.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. A purebred Malinois\ntends to be a base fawn colour to mahogany and tan with a black mask and black\nears.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. The Belgian Malinois is fine-boned, more elegant than bulky. As an adult it stands between 22 to 26 inches and is squarely proportioned.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>5. It has a short-haired\ndouble coat and is easy to groom but does shed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Belgian Malinoises are very protective, alert, intelligent and confident dogs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1809} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/halle-berry-belgian-malinois-john-wick-3-1024x512.jpg\" alt=\"\" class=\"wp-image-1809\" /><figcaption>Sophia\'s watchful companion anticipates an intruder in this scene from John Wick: Chapter 3 (Photo contributed, Lionsgate Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>7.&nbsp; A “Mal” as it is\naffectionately called is extremely active, strong and agile.&nbsp; It has a\nhigh work-drive and requires plenty of stimulation and exercise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. The Belgian Malinois is\nused by the Oketz, the K-9 unit of the Israel Defence Force.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. United States Navy SEALs used a Belgian Malinois named Cairo in Operation Neptune Spear, in which Osama bin Laden was killed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Its average lifespan is between 14-16 years and it is prone to hip dysplasia. It is also prone to eye disease.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See the trailer here: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=M7XM597XO94\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=M7XM597XO94\n</div></figure>\n<!-- /wp:embed -->','What you need to know about the Belgian Malinois','','inherit','closed','closed','','1791-autosave-v1','','','2019-08-07 19:19:41','2019-08-08 00:19:41','',1791,'https://buzz-caribbean.com/article/1791-autosave-v1/',0,'revision','',0),(2184,11,'2019-08-07 19:05:46','2019-08-08 00:05:46','','Tea Bag Shoe Deodorizer What You Need','','inherit','closed','closed','','tea-bag-shoe-deodorizer-what-you-need','','','2019-08-07 19:05:46','2019-08-08 00:05:46','',2176,'https://buzz-caribbean.com/app/uploads/2019/08/tea-bag-shoe-deodorizer-what-you-need.jpg',0,'attachment','image/jpeg',0),(2185,11,'2019-08-07 19:06:47','2019-08-08 00:06:47','<!-- wp:paragraph -->\n<p>Smelly sneakers, the bane of us all.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2180} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/stinky-shoes.jpg\" alt=\"\" class=\"wp-image-2180\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>But how best do we ensure that we don\'t have to hold our noses every time we are near this type of footwear?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tea bags. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Just slip two tea bags into your sneakers and let them sit in there for a couple of days. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2184} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tea-bag-shoe-deodorizer-what-you-need-1024x654.jpg\" alt=\"\" class=\"wp-image-2184\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to Lynsey ‘Queen of Clean’ Crombie from the UK, the tea bags help suck up both the moisture and smell from your sneakers and should leave them smelling relatively fresh.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2182} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tea-bag-shoe-deodorizer-let-sit-1024x674.jpg\" alt=\"\" class=\"wp-image-2182\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In Lynsey\'s book, <strong>How to Clean Your House and Tidy Up Your Life</strong>, she writes: \"Pop a few tea bags inside your smelly shoes to fight off bad odours that are caused by heat and bacteria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Leave it to sit overnight in a warm dry place. The longer you leave it the better.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Any tea bags will work even the minty herbal ones. Tea bags are super absorbent and will suck the moisture and smell right out.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So why not give this tip a try and tell us, did it work for you?</p>\n<!-- /wp:paragraph -->','Using tea bags to get rid of that funky odour from your sneakers','','inherit','closed','closed','','2176-revision-v1','','','2019-08-07 19:06:47','2019-08-08 00:06:47','',2176,'https://buzz-caribbean.com/article/2176-revision-v1/',0,'revision','',0),(2186,15,'2019-08-07 19:15:08','2019-08-08 00:15:08','','audley-shaw-chris-bicknell-buzz','','inherit','closed','closed','','mmj09827-1','','','2019-08-07 19:17:28','2019-08-08 00:17:28','',1791,'https://buzz-caribbean.com/app/uploads/2019/08/MMJ09827-1.jpg',0,'attachment','image/jpeg',0),(2187,6,'2019-08-07 19:31:17','2019-08-08 00:31:17','<!-- wp:paragraph -->\n<p>Fox CEO Charlie Collier has confirmed there are \"no plans\" for Jussie Smollett to return to <strong>Empire</strong><strong>,</strong> after he was accused of staging a hate attack on himself. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 37-year-old actor, who played musician Jamal Lyon in the drama, was accused of having orchestrated a racist and homophobic attack on himself back in January.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2189} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/smollett-copy-1024x614.jpg\" alt=\"\" class=\"wp-image-2189\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Although charges against him have been dropped, a judge appointed a special prosecutor to the case in June, to look at whether criminal charges could still be brought against Smollett.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following the allegations, it was claimed Jussie would not be returning to his role on the Fox show.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at Fox\'s Television Critics Association tour on Wednesday August 7, Charlie said: \"We as much as anything in case like this, you try to get all the information and make a good decision. [Creator Lee Daniels] is right, there\'s no plans for Jussie to return to \'Empire\' ... typically it\'s about gathering right info and making sure we\'re making the right decisions.\"</p>\n<!-- /wp:paragraph -->','Jussie Smollett won\'t be returning to Empire','','publish','closed','closed','','jussie-smollett-wont-be-returning-to-empire','','','2019-08-10 14:53:15','2019-08-10 19:53:15','',0,'https://buzz-caribbean.com/?p=2187',0,'post','',0),(2188,4,'2019-08-07 19:26:36','2019-08-08 00:26:36','','Model Bella Hadid and The Weeknd arrive at The 58th Grammy Awards Red Carpet','Model Bella Hadid and The Weeknd arrive at The 58th Grammy Awards Red Carpet Feb 15, 2016 - Staples Center - Los Angeles, California, United States\n<P>\nPictured: The Weeknd, Bella Hadid\n<B>Ref: SPL1241606  150216  </B><BR />\nPicture by: Splash News<BR />\n</P><P>\n<B>Splash News and Pictures</B><BR />\nLos Angeles:	310-821-2666<BR />\nNew York:	212-619-2666<BR />\nLondon:	870-934-2666<BR />\nphotodesk@splashnews.com<BR />\n</P>','inherit','closed','closed','','model-bella-hadid-and-the-weeknd-arrive-at-the-58th-grammy-awards-red-carpet','','','2019-08-07 19:29:40','2019-08-08 00:29:40','',2157,'https://buzz-caribbean.com/app/uploads/2019/08/Weeknd-and-Bella.jpg',0,'attachment','image/jpeg',0),(2189,6,'2019-08-07 19:27:28','2019-08-08 00:27:28','','smollett-copy','','inherit','closed','closed','','smollett-copy','','','2019-08-07 19:27:28','2019-08-08 00:27:28','',2187,'https://buzz-caribbean.com/app/uploads/2019/08/smollett-copy.jpg',0,'attachment','image/jpeg',0),(2190,6,'2019-08-07 19:31:05','2019-08-08 00:31:05','<!-- wp:paragraph -->\n<p>Fox CEO Charlie Collier has confirmed there are \"no plans\" for Jussie Smollett to return to \'Empire\', after he was accused of staging a hate attack on himself. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2189} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/smollett-copy-1024x614.jpg\" alt=\"\" class=\"wp-image-2189\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 37-year-old actor - who played musician Jamal Lyon in the drama - was accused of having orchestrated a racist and homophobic attack on himself back in January, and although charges against him have been dropped, a judge appointed a special prosecutor to the case in June, who could still bring new criminal charges against him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following the allegations, it was claimed Jussie would not be returning to his role on the Fox show, and as it now prepares to air its final season next month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at Fox\'s Television Critics Association tour on Wednesday August 7, Charlie said: \"We as much as anything in case like this, you try to get all the information and make a good decision. [Creator Lee Daniels] is right, there\'s no plans for Jussie to return to \'Empire\' ... typically it\'s about gathering right info and making sure we\'re making the right decisions.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Charlie\'s comments came after \'Empire\' creator Lee Daniels admitted he was \"beyond embarrassed\" to have initially defended Jussie in the wake of the allegations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jussie - who had played Jamal since the beginning of the show - was indicted in March with 16 counts of disorderly conduct for allegedly filing a false police report claiming he was attacked by two men in Chicago in January.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He pled not guilty, and charges were eventually dropped later that month.</p>\n<!-- /wp:paragraph -->','Jussie Smollett won\'t be returning to Empire','','inherit','closed','closed','','2187-revision-v1','','','2019-08-07 19:31:05','2019-08-08 00:31:05','',2187,'https://buzz-caribbean.com/article/2187-revision-v1/',0,'revision','',0),(2191,4,'2019-08-07 19:31:37','2019-08-08 00:31:37','<!-- wp:paragraph -->\n<p>Pop megastar The Weeknd has put the world on album notice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He posted the words, \"Album Mode full effect\" on his Instagram account, sending his eager fan base into a frenzy. He subsequently deleted his Instagram account.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2188} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Weeknd-and-Bella.jpg\" alt=\"\" class=\"wp-image-2188\" /><figcaption>Model Bella Hadid and The Weeknd have ended their relationship.<br><p> </p></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The highly anticipated release date has not yet been announced. His last EP, Dear Melancholy, was released in March of last year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We expect that his recent split from supermodel girlfriend Bella Thorne to drive epic content.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Are you ready for The Weeknd\'s new album?</p>\n<!-- /wp:paragraph -->','The Weeknd teases new album','','inherit','closed','closed','','2157-revision-v1','','','2019-08-07 19:31:37','2019-08-08 00:31:37','',2157,'https://buzz-caribbean.com/article/2157-revision-v1/',0,'revision','',0),(2192,6,'2019-08-07 19:46:14','2019-08-08 00:46:14','<!-- wp:image {\"id\":3260} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/matt-damon-bourne.jpg\" alt=\"\" class=\"wp-image-3260\" /><figcaption>Actor Matt Damon recently showed off a tattoo with daughters\' names. (Photo: Getty Images)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Matt Damon has got four tattoos on his arm in honour of his daughters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 48-year-old actor showed off the tattoos he got of his daughters\' names - Alexia, 20, Isabella, 13, Gia, 10, and Stella, eight - done by the popular celebrity tattoo artist Daniel Stone. Their names join Matt\'s \"Lucy\" tattoo, which honours his wife of nearly 15 years, Luciana Barroso.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2193} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/matt-damon-copy-1024x614.jpg\" alt=\"\" class=\"wp-image-2193\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Daniel Stone, who is also known as Winter Stone, has tattooed many celebrities including Chrissy Teigen, John Legend and Lady Gaga.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sharing a photo of Matt\'s new ink with a pair of black and white photos on his Instagram on Monday August 5, he wrote: \"FOR HIS KIDS #alexia #isabella #gia #stella Honor tattooing one of my favorite actors! #MATTDAMON (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Matt had previously admitted he \"got lucky\" meeting his wife.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"I got lucky meeting her. I think marriage is incredibly difficult because it\'s so hard to have that one partner who is everything. Looking at it objectively, it seems an insane idea. So it\'s not that I love marriage in general, it\'s that I love being married to her. And that\'s the difference. And I just got lucky. I sure did.\"</p>\n<!-- /wp:paragraph -->','Matt Damon gets four new tattoos dedicated to his daughters.','','publish','closed','closed','','matt-damon-gets-four-new-tattoos-dedicated-to-his-daughters','','','2019-08-12 17:30:00','2019-08-12 22:30:00','',0,'https://buzz-caribbean.com/?p=2192',0,'post','',0),(2193,6,'2019-08-07 19:44:14','2019-08-08 00:44:14','','matt-damon-copy','','inherit','closed','closed','','matt-damon-copy','','','2019-08-07 19:44:14','2019-08-08 00:44:14','',2192,'https://buzz-caribbean.com/app/uploads/2019/08/matt-damon-copy.jpg',0,'attachment','image/jpeg',0),(2194,6,'2019-08-07 19:46:14','2019-08-08 00:46:14','<!-- wp:image {\"id\":2193} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/matt-damon-copy-1024x614.jpg\" alt=\"\" class=\"wp-image-2193\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Matt Damon has got four tattoos on his arm in honour of his daughters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 48-year-old actor showed off the tattoos he got of his daughters\' names - Alexia, 20, Isabella, 13, Gia, 10, and Stella, eight - done by the popular celebrity tattoo artist Daniel Stone. Their names join Matt\'s \"Lucy\" tattoo, which honours his wife of nearly 15 years, Luciana Barroso.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Daniel Stone, who is also known as Winter Stone, has tattooed many celebrities including Chrissy Teigen, John Legend and Lady Gaga.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sharing a photo of Matt\'s new ink with a pair of black and white photos on his Instagram on Monday August 5, he wrote: \"FOR HIS KIDS #alexia #isabella #gia #stella Honor tattooing one of my favorite actors! #MATTDAMON (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Matt had previously admitted he \"got lucky\" meeting his wife.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"I got lucky meeting her. I think marriage is incredibly difficult because it\'s so hard to have that one partner who is everything. Looking at it objectively, it seems an insane idea. So it\'s not that I love marriage in general, it\'s that I love being married to her. And that\'s the difference. And I just got lucky. I sure did.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not one to be apart from his family, Matt loves it when his wife and children accompany him on location when he\'s filming.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained: \"We just try to soak in what we\'re seeing and I think that\'ll ultimately be the best education for my kids. A big problem in America is that we\'re geographically isolated, which gives rise to the Donald Trump thing where people think it\'s actually a good idea to build a wall between ourselves and other people. Hopefully, by taking my kids around the world, they\'re going to be open to the world. And that\'s going to do a lot for them.\"</p>\n<!-- /wp:paragraph -->','Matt Damon gets four new tattoos dedicated to his daughters.','','inherit','closed','closed','','2192-revision-v1','','','2019-08-07 19:46:14','2019-08-08 00:46:14','',2192,'https://buzz-caribbean.com/article/2192-revision-v1/',0,'revision','',0),(2195,6,'2019-08-07 19:53:26','2019-08-08 00:53:26','<!-- wp:image {\"id\":2198} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Whoopi--1024x614.jpg\" alt=\"\" class=\"wp-image-2198\" /><figcaption>Source; Getty Images</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Whoopi Goldberg feels \"very, very lucky\" to be alive after being hospitalised for almost a month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 63-year-old actress fell ill with what she thought was a cold last autumn, but in February this year, she was diagnosed with pneumonia in both lungs, as well as potentially-fatal sepsis, which can lead to tissue damage and organ failure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She told People magazine: \"I\'m very, very lucky. The doctor told me, \'Listen, you\'re not going anywhere tomorrow and you\'re not going anywhere next week because you are really sick\'.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While in hospital, the \'Sister Act\' star underwent thoracentesis twice, a procedure to drain the lungs in which a needle is inserted in the space between the organs and the chest wall to remove fluid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whoopi took a six-week break from \'The View\' and though she\'s been back four days a week since March, she\'s still not fully recovered.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"It\'s going to be a while before I\'m back to 100 per cent. It really took me down, but I\'m getting there.\"<br></p>\n<!-- /wp:paragraph -->','Whoopi Goldberg feels lucky to be alive','','publish','closed','closed','','whoopi-goldberg-feels-lucky-to-be-alive','','','2019-08-07 19:53:26','2019-08-08 00:53:26','',0,'https://buzz-caribbean.com/?p=2195',0,'post','',0),(2196,14,'2019-08-07 19:48:18','2019-08-08 00:48:18','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister Andrew Holness is calling on Jamaica to make greater efforts to become environmentally conscious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Jamaica is not a significant emitter of carbon and other environmentally depleting emissions, but Jamaica suffers from the effects of climate change by virtue of its location, by virtue of being an island and by virtue of being small,” he began. –</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“And so, we have to be environmentally conscious. We have to\ninternalise that and also integrate that in everything that we do,” said\nHolness. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Prime Minister gave his keynote address at the launch of New Fortress Energy’s Floating Regasification Storage Terminal (FRST); off Moneymusk’s coastline in St. Elizabeth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister Without Portfolio in the Ministry of Economic\nGrowth and Job Creation, Daryl Vaz, encouraged more Jamaican companies to\nbecome more environmentally friendly and to “green” their businesses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Treasure Beach is the first Jamaican community to take up\nthe Caribbean Smart Accelerator’s challenge and make an environmentally\nconscious approach part of its sustainable development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On New Fortress Energy’s FRST, the Prime Minister declared\nthat Jamaica must be an example for the rest of the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He continued: “There may be some countries that say being\nenvironmentally conscious is too costly. But I think that Jamaica is demonstrating\nthat we can put in place the necessary investment and build the infrastructure\nthat reduces costs to the consumer but most importantly reduces the cost to the\nenvironment.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This FRST is a good example of that and it is a win-win for\nall of us,” Holness added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How do you feel about these latest developments, BUZZHIVE? &nbsp;Can Jamaica become more environmentally\nconscious? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Share your thoughts in the comment section below.</p>\n<!-- /wp:paragraph -->','PM Holness: \'Jamaica must become environmentally conscious\'','','inherit','closed','closed','','2143-revision-v1','','','2019-08-07 19:48:18','2019-08-08 00:48:18','',2143,'https://buzz-caribbean.com/article/2143-revision-v1/',0,'revision','',0),(2197,15,'2019-08-07 19:50:37','2019-08-08 00:50:37','<!-- wp:image {\"id\":2917} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ford-vw-america-ceos-demo-buzz.jpg\" alt=\"\" class=\"wp-image-2917\" /><figcaption>CEO of the Volkswagen Group Herbert Diess (left) and Ford CEO James Hackett celebrating their game-changing collaboration recently (Photo: autoblog.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Motor vehicle giants Ford and Volkswagen are to join forces in making electric and autonomous vehicles which will mark the next step in the evolution of the automotive industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sales of electric vehicles are climbing and sales of 3 million are expected in the US alone by 2028.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2919} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ford-and-vw-demo-buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-2919\" /><figcaption>Iconic logos of Ford and Volkswagen (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The technology employed to manufacture electric and autonomous vehicles is very costly and headway made on self-driving cars has not been as forthcoming as earlier anticipated.&nbsp; This may well be the thinking behind the decision to partner up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An investment of around US$300 billion is expected to be made by the world’s leading car makers on battery-electric vehicles over the next 4 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Ford and VW will remain independent and fiercely competitive in the marketplace. Unlocking the synergies across a range of areas allows us to showcase the power of our global alliance in the era of smart vehicles for a smart world,” said Ford’s CEO Jim Hackett.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Volkswagen is looking to sell some 23 million battery-electric vehicles over the next 10 years. </p>\n<!-- /wp:paragraph -->','Ford and VW to collaborate on electric vehicles','','publish','closed','closed','','ford-and-vw-to-collaborate-on-electric-vehicles','','','2019-08-15 12:35:43','2019-08-15 17:35:43','',0,'https://buzz-caribbean.com/?p=2197',0,'post','',0),(2198,6,'2019-08-07 19:50:23','2019-08-08 00:50:23','','Whoopi-','','inherit','closed','closed','','whoopi','','','2019-08-07 19:50:23','2019-08-08 00:50:23','',2195,'https://buzz-caribbean.com/app/uploads/2019/08/Whoopi-.jpg',0,'attachment','image/jpeg',0),(2199,14,'2019-08-07 19:50:37','2019-08-08 00:50:37','<!-- wp:paragraph -->\n<p>Motor vehicle giants Ford and Volkswagen are to join forces in making electric and autonomous vehicles which will mark the next step in the evolution of the automotive industry.<br><br>Sales of electric vehicles are climbing and sales of 3 million are expected in the US alone by 2028.<br><br>The technology employed to manufacture electric and autonomous vehicles is very costly and headway made on self-driving cars has not been as forthcoming as earlier anticipated.  This may well be the thinking behind the decision to partner up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>An investment of around US$300 billion is expected to be made by the world’s leading car makers on battery-electric vehicles over the next 4 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>“Ford and VW will remain independent and fiercely competitive in the marketplace. Unlocking the synergies across a range of areas allows us to showcase the power of our global alliance in the era of smart vehicles for a smart world,” said Ford’s CEO Jim Hackett.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Volkswagen is looking to sell some 23 million battery-electric vehicles over the next 10 years. </p>\n<!-- /wp:paragraph -->','Ford and VW to collaborate on electric vehicles','','inherit','closed','closed','','2197-revision-v1','','','2019-08-07 19:50:37','2019-08-08 00:50:37','',2197,'https://buzz-caribbean.com/article/2197-revision-v1/',0,'revision','',0),(2200,15,'2019-08-07 19:53:30','2019-08-08 00:53:30','<!-- wp:image {\"id\":2892} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/donald-tapia-demo-buzz-3-1024x500.jpg\" alt=\"\" class=\"wp-image-2892\" /><figcaption>Donald Tapia, US Ambassador to Jamaica (Photo contributed, Tau Kappa Epsilon Fraternity, Illinois)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The nomination of Donald Ray Tapia as US Ambassador to Jamaica has now been confirmed by the US Senate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tapia, who is 81, has said that he wants to pay particular attention to Jamaica’s energy sector. His predecessor, Luis Moreno oversaw US investment of over US$1 billion in Jamaica during his tenure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Here’s what you need to know about the inspirational and mercurial Donald Ray Tapia:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1.   Donald is a businessman who hails from Detroit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.   He once said in an interview: “I am the American dream who made it from the slums of Detroit to Paradise Valley. It was a hell of a ride from a one-bedroom flat with a Murphy bed shared by my mother and sister while I slept on a couch; a father who disappears; and a mother who’s strapped to make the rent and feed my sister and I. I used to tell people we had a lot – a lot of potato soup with very little potatoes.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3.   He is a US Air Force veteran.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4.   He moved to Arizona where he ran a successful business selling wires, tools, and equipment for the construction industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5.   “If you are going to run a business, you need to know about finance,” he once declared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6.   Donald Tapia’s mantra is, “There is no try, only do.”<br> <br>7.  He was the Chairman and CEO of the Essco Group Management for over 30 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8.   “I ran Essco for 25 years without a degree. Nobody knew the difference because I understood the business and I could talk to presidents of companies without any intimidation. Nobody ever intimidated me. That’s the main thing.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9.   With his granddaughter graduating and always stressing upon the value of an education, he decided at the age of 62 to sign up for a degree course. He then did his Master’s in Business Administration in 2007.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10.   He graduated from Saint Leo University where he has a US$12 million, 47,921 square foot business school named after him, “The Donald R. Tapia School of Business.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2896} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/saintleo-business-school-1024x631.jpg\" alt=\"\" class=\"wp-image-2896\" /><figcaption>The Donald Tapia School of Business (Photo contributed, Lunz Group)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>11.   “Never forget where you come from, but never look back. There are a lot of people who know my name, but they’ve never met me. I was the largest Hispanic business owner in the state of Arizona,” he once said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>12.   He is a big Donald Trump supporter and has been seen at one of his rallies with a “Make America Great Again” hat. He is a big contributor to Trump’s political efforts and a large donor to the Republican Party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2898} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/donald-tapia-demo-buzz-2-1024x576.jpg\" alt=\"\" class=\"wp-image-2898\" /><figcaption>Donald Tapia (Photo contributed, YouTube.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>13.   Donald Tapia is known for his philanthropic generosity, donating millions to various charities.<br> <br> 14.   “Politics is interesting to me and good government,” said Tapia. He is reported to have described himself as a fiscal conservative with moderate social leanings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>15.   “Growing up in a very destitute area of Detroit, Michigan, I never would have imagined that I would one day appear before the distinguished Members of this Committee seeking ambassadorial confirmation,\"  Tapia, speaking to the Senate Committee on Foreign Relations July 31, 2018. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>16.   When asked if he had dreamed of winning the Masters, Tapia said, “I never had a dream go this far, so I can’t really say it’s a dream come true,” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>17.   Addressing natural disasters in Jamaica, Donald Tapia said: “Jamaica is subject to extreme weather events including hurricanes, storms, flooding and earthquakes that lead to losses in capital stock and investments. The United States Agency for International Development (USAID) helped strengthen a system for developing, financing and executing sustainable climate adoption approaches in the region. If confirmed, I will support and work with the Jamaican government to strengthen its preparedness for and resilience to severe weather events.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2900} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/donald-tapia-demo-buzz.jpg\" alt=\"\" class=\"wp-image-2900\" /><figcaption>Donald Tapia (Photo contributed,  Tau Kappa Epsilon Fraternity, Illinois)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>18.   On good fortune, he said: “You’ve heard about having an angel on one shoulder and a devil on the other? I had to have a flock of angels because they had to do shift work.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>So how would Tapia like to be remembered? </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“I’d like to be remembered as someone who always spoke his mind, even if it wasn’t politically correct. I want to be remembered as the one who defied all the naysayers in my life and actually made something of himself. I want to be remembered as the person who is proud to have grown up in the slums of Detroit and yet was able to build something out of nothing,\" noted Donald Tapia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I want to be that role model for today’s young people who says yes, you can make it if you have a dream and the will to get there. And, finally, I want to be remembered as that person who never forgot where they came from, what it was like and that giving back to those less fortunate fulfills a personal need to share the good fortune he’s had” he added.</p>\n<!-- /wp:paragraph -->','Donald Tapia: What you should know about Jamaica\'s newest US Ambassador','','publish','closed','closed','','donald-tapia-what-you-should-know-about-the-newest-us-ambassador-to-jamaica','','','2019-08-13 23:09:51','2019-08-14 04:09:51','',0,'https://buzz-caribbean.com/?p=2200',0,'post','',0),(2201,6,'2019-08-07 19:53:26','2019-08-08 00:53:26','<!-- wp:image {\"id\":2198} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Whoopi--1024x614.jpg\" alt=\"\" class=\"wp-image-2198\" /><figcaption>Source; Getty Images</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Whoopi Goldberg feels \"very, very lucky\" to be alive after being hospitalised for almost a month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 63-year-old actress fell ill with what she thought was a cold last autumn, but in February this year, she was diagnosed with pneumonia in both lungs, as well as potentially-fatal sepsis, which can lead to tissue damage and organ failure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She told People magazine: \"I\'m very, very lucky. The doctor told me, \'Listen, you\'re not going anywhere tomorrow and you\'re not going anywhere next week because you are really sick\'.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While in hospital, the \'Sister Act\' star underwent thoracentesis twice, a procedure to drain the lungs in which a needle is inserted in the space between the organs and the chest wall to remove fluid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whoopi took a six-week break from \'The View\' and though she\'s been back four days a week since March, she\'s still not fully recovered.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"It\'s going to be a while before I\'m back to 100 per cent. It really took me down, but I\'m getting there.\"<br></p>\n<!-- /wp:paragraph -->','Whoopi Goldberg feels lucky to be alive','','inherit','closed','closed','','2195-revision-v1','','','2019-08-07 19:53:26','2019-08-08 00:53:26','',2195,'https://buzz-caribbean.com/article/2195-revision-v1/',0,'revision','',0),(2202,14,'2019-08-07 19:53:30','2019-08-08 00:53:30','<!-- wp:paragraph -->\n<p>The nomination of Donald Ray Tapia as US Ambassador to Jamaica has now been confirmed by the US Senate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tapia, who is 81, has said that he wants to pay particular attention to Jamaica’s energy sector.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His predecessor, Luis Moreno oversaw US investment of over US$1 billion in Jamaica during his tenure. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here’s what you need to know about the inspirational and mercurial Donald Ray Tapia:<br> <br> .Donald is a businessman who hails from Detroit. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He once said in an interview: “I am the American dream who made it from the slums of Detroit to Paradise Valley. It was a hell of a ride from a one-bedroom flat with a Murphy bed shared by my mother and sister while I slept on a couch; a father who disappears; and a mother who’s strapped to make the rent and feed my sister and I. I used to tell people we had a lot – a lot of potato soup with very little potatoes.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>. He is a US Air Force veteran.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>. He moved to Arizona where he ran a successful business selling wires, tools and equipment for the construction industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“ If you are going to run a business, you need to know about finance,” he once declared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>. Donald Tapia’s mantra is, “There is no try, only do.”<br> <br> . He was the Chairman and CEO of the Essco Group Management for over 30 years.<br> <br> “I ran Essco for 25 years without a degree. Nobody knew the difference because I understood the business and I could talk to presidents of companies without any intimidation. Nobody ever intimidated me. That’s the main thing.”<br> <br> . With his granddaughter graduating and always stressing upon the value of an education, he decided at the age of 62 to sign up for a degree course. He then did his Master’s in Business Administration in 2007<br> <br> .  He graduated from Saint Leo University where he has a US$12 million, 47,921 square foot business school named after him, “The Donald R. Tapia School of Business.”<br> <br> . “Never forget where you come from, but never look back. There are a lot of people who know my name, but they’ve never met me. I was the largest Hispanic business owner in the state of Arizona,” he once said.<br> <br> . He is a big Donald Trump supporter and has been seen at one of his rallies with a “Make America Great Again” hat. He is a big contributor to Trump’s political efforts and a large donor to the Republican Party.<br> <br> . Donald Tapia is known for his philanthropic generosity, donating millions to various charities.<br> <br> . “Politics is interesting to me and good government,” said Tapia. He is reported to have described himself as a fiscal conservative with moderate social leanings.<br> <br> . “Growing up in a very destitute area of Detroit, Michigan, I never would have imagined that I would one day appear before the distinguished Members of this Committee seeking ambassadorial confirmation.<br> “I feel the same as Bubba Watson did, when he won the Masters at Augusta National. When asked if he had dreamed of winning the Masters he said, “I never had a dream go this far, so I can’t really say it’s a dream come true.” <br> Speaking to the Senate Committee on Foreign Relations July 31, 2018.<br> <br> . Addressing natural disasters in Jamaica, Donald Tapia said: “Jamaica is subject to extreme weather events including hurricanes, storms, flooding and earthquakes that lead to losses in capital stock and investments. The United States Agency for International Development (USAID) helped strengthen a system for developing, financing and executing sustainable climate adoption approaches in the region. If confirmed, I will support and work with the Jamaican government to strengthen its preparedness for and resilience to severe weather events.”<br> <br> . On good fortune, he said: “You’ve heard about having an angel on one shoulder and a devil on the other? I had to have a flock of angels because they had to do shift work.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>.\nSo how would he like to be remembered? <br>\n“I’d like to be remembered as someone who always spoke his mind, even if it\nwasn’t politically correct. I want to be remembered as the one who defied all\nthe naysayers in my life and actually made something of himself. I want to be\nremembered as the person who is proud to have grown up in the slums of Detroit\nand yet was able to build something out of nothing.<br>\n<br>\n“ I want to be that role model for today’s young people who says yes, you can\nmake it if you have a dream and the will to get there. And, finally, I want to\nbe remembered as that person who never forgot where they came from, what it was\nlike and that giving back to those less fortunate fulfils a personal need to\nshare the good fortune he’s had.”</p>\n<!-- /wp:paragraph -->','Donald Tapia: What you should know about the newest US Ambassador to Jamaica','','inherit','closed','closed','','2200-revision-v1','','','2019-08-07 19:53:30','2019-08-08 00:53:30','',2200,'https://buzz-caribbean.com/article/2200-revision-v1/',0,'revision','',0),(2203,6,'2019-08-07 19:53:56','2019-08-08 00:53:56','<!-- wp:image {\"id\":2198} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Whoopi--1024x614.jpg\" alt=\"\" class=\"wp-image-2198\" /><figcaption>Source; Getty Images</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Whoopi Goldberg feels \"very, very lucky\" to be alive after being hospitalised for almost a month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 63-year-old actress fell ill with what she thought was a cold last autumn, but in February this year, she was diagnosed with pneumonia in both lungs, as well as potentially-fatal sepsis, which can lead to tissue damage and organ failure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She told People magazine: \"I\'m very, very lucky. The doctor told me, \'Listen, you\'re not going anywhere tomorrow and you\'re not going anywhere next week because you are really sick\'.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While in hospital, the \'Sister Act\' star underwent thoracentesis twice, a procedure to drain the lungs in which a needle is inserted in the space between the organs and the chest wall to remove fluid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whoopi took a six-week break from \'The View\' and though she\'s been back four days a week since March, she\'s still not fully recovered.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"It\'s going to be a while before I\'m back to 100 per cent. It really took me down, but I\'m getting there.\"<br></p>\n<!-- /wp:paragraph -->','Whoopi Goldberg feels lucky to be alive','','inherit','closed','closed','','2195-autosave-v1','','','2019-08-07 19:53:56','2019-08-08 00:53:56','',2195,'https://buzz-caribbean.com/article/2195-autosave-v1/',0,'revision','',0),(2204,6,'2019-08-07 19:54:40','2019-08-08 00:54:40','<!-- wp:image {\"id\":2189} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/smollett-copy-1024x614.jpg\" alt=\"\" class=\"wp-image-2189\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fox CEO Charlie Collier has confirmed there are \"no plans\" for Jussie Smollett to return to \'Empire\', after he was accused of staging a hate attack on himself.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 37-year-old actor - who played musician Jamal Lyon in the drama - was accused of having orchestrated a racist and homophobic attack on himself back in January, and although charges against him have been dropped, a judge appointed a special prosecutor to the case in June, who could still bring new criminal charges against him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following the allegations, it was claimed Jussie would not be returning to his role on the Fox show, and as it now prepares to air its final season next month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at Fox\'s Television Critics Association tour on Wednesday August 7, Charlie said: \"We as much as anything in case like this, you try to get all the information and make a good decision. [Creator Lee Daniels] is right, there\'s no plans for Jussie to return to \'Empire\' ... typically it\'s about gathering right info and making sure we\'re making the right decisions.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Charlie\'s comments came after \'Empire\' creator Lee Daniels admitted he was \"beyond embarrassed\" to have initially defended Jussie in the wake of the allegations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jussie - who had played Jamal since the beginning of the show - was indicted in March with 16 counts of disorderly conduct for allegedly filing a false police report claiming he was attacked by two men in Chicago in January.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He pled not guilty, and charges were eventually dropped later that month.</p>\n<!-- /wp:paragraph -->','Jussie Smollett won\'t be returning to Empire','','inherit','closed','closed','','2187-revision-v1','','','2019-08-07 19:54:40','2019-08-08 00:54:40','',2187,'https://buzz-caribbean.com/article/2187-revision-v1/',0,'revision','',0),(2205,14,'2019-08-07 19:55:23','2019-08-08 00:55:23','<!-- wp:paragraph -->\n<p>The nomination of Donald Ray Tapia as US Ambassador to Jamaica has now been confirmed by the US Senate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tapia, who is 81, has said that he wants to pay particular attention to Jamaica’s energy sector.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His predecessor, Luis Moreno oversaw US investment of over US$1 billion in Jamaica during his tenure. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here’s what you need to know about the inspirational and mercurial Donald Ray Tapia:<br> <br> .Donald is a businessman who hails from Detroit. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He once said in an interview: “I am the American dream who made it from the slums of Detroit to Paradise Valley. It was a hell of a ride from a one-bedroom flat with a Murphy bed shared by my mother and sister while I slept on a couch; a father who disappears; and a mother who’s strapped to make the rent and feed my sister and I. I used to tell people we had a lot – a lot of potato soup with very little potatoes.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>. He is a US Air Force veteran.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>. He moved to Arizona where he ran a successful business selling wires, tools and equipment for the construction industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“ If you are going to run a business, you need to know about finance,” he once declared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>. Donald Tapia’s mantra is, “There is no try, only do.”<br> <br> . He was the Chairman and CEO of the Essco Group Management for over 30 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I ran Essco for 25 years without a degree. Nobody knew the difference because I understood the business and I could talk to presidents of companies without any intimidation. Nobody ever intimidated me. That’s the main thing.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>. With his granddaughter graduating and always stressing upon the value of an education, he decided at the age of 62 to sign up for a degree course. He then did his Master’s in Business Administration in 2007</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>.  He graduated from Saint Leo University where he has a US$12 million, 47,921 square foot business school named after him, “The Donald R. Tapia School of Business.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>. “Never forget where you come from, but never look back. There are a lot of people who know my name, but they’ve never met me. I was the largest Hispanic business owner in the state of Arizona,” he once said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>. He is a big Donald Trump supporter and has been seen at one of his rallies with a “Make America Great Again” hat. He is a big contributor to Trump’s political efforts and a large donor to the Republican Party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>. Donald Tapia is known for his philanthropic generosity, donating millions to various charities.<br> <br> . “Politics is interesting to me and good government,” said Tapia. He is reported to have described himself as a fiscal conservative with moderate social leanings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>. “Growing up in a very destitute area of Detroit, Michigan, I never would have imagined that I would one day appear before the distinguished Members of this Committee seeking ambassadorial confirmation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I feel the same as Bubba Watson did, when he won the Masters at Augusta National. When asked if he had dreamed of winning the Masters he said, “I never had a dream go this far, so I can’t really say it’s a dream come true.” <br> Speaking to the Senate Committee on Foreign Relations July 31, 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>. Addressing natural disasters in Jamaica, Donald Tapia said: “Jamaica is subject to extreme weather events including hurricanes, storms, flooding and earthquakes that lead to losses in capital stock and investments. The United States Agency for International Development (USAID) helped strengthen a system for developing, financing and executing sustainable climate adoption approaches in the region. If confirmed, I will support and work with the Jamaican government to strengthen its preparedness for and resilience to severe weather events.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>. On good fortune, he said: “You’ve heard about having an angel on one shoulder and a devil on the other? I had to have a flock of angels because they had to do shift work.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>. So how would he like to be remembered? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’d like to be remembered as someone who always spoke his mind, even if it wasn’t politically correct. I want to be remembered as the one who defied all the naysayers in my life and actually made something of himself. I want to be remembered as the person who is proud to have grown up in the slums of Detroit and yet was able to build something out of nothing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I want to be that role model for today’s young people who says yes, you can make it if you have a dream and the will to get there. And, finally, I want to be remembered as that person who never forgot where they came from, what it was like and that giving back to those less fortunate fulfills a personal need to share the good fortune he’s had.”</p>\n<!-- /wp:paragraph -->','Donald Tapia: What you should know about Jamaica\'s newest US Ambassador','','inherit','closed','closed','','2200-revision-v1','','','2019-08-07 19:55:23','2019-08-08 00:55:23','',2200,'https://buzz-caribbean.com/article/2200-revision-v1/',0,'revision','',0),(2206,6,'2019-08-07 19:55:33','2019-08-08 00:55:33','<!-- wp:image {\"id\":2109} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/milla1-copy-1024x614.jpg\" alt=\"\" class=\"wp-image-2109\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Milla Jovovich is pregnant with her third child - and third daughter - with her husband Paul W.S. Anderson.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 43-year-old actress took to Instagram on Wednesday August 7 to reveal she is expecting her third child with husband Paul W.S. Anderson - with whom she already has daughters Ever, 11, and Dashiel, four. She told her fans the tot will be another baby girl.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Posting a picture of her baby bump, Milla wrote: \"Knocked up again. After I found out I was pregnant 13 weeks ago, I had a mixture of feelings ranging between complete joy and utter terror. Because of my age and losing the last pregnancy I didn\'t want to get attached to this potential baby too quickly. That was obviously not fun and the last few months have been my family and I living on pins and needles waiting for a slew of different test results to come in and spending most of our time in doctors offices. Thank goodness we\'re in the clear AND we found out that we\'ve been blessed with another girl! Anyway, wish me and my baby luck! I send you all a lot of love and I\'ll keep you posted on my progression! Xoxo m (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2117} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fan_MillaJovovich_ResidentE-1024x614.jpg\" alt=\"\" class=\"wp-image-2117\" /><figcaption>Source: www.fandango.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The \'Resident Evil\' actress revealed in May this year she had undergone a \"horrific\" abortion two years ago, after she went into early labour at just four months pregnant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Milla shared her experience in response to the bill that had been signed into law in Georgia, which outlawed abortions after six weeks, and wrote on Instagram: \"I myself went through an emergency abortion 2 years ago. I was 4 1/2 months pregnant and shooting on location in Eastern Europe. I went into pre term labor and told that I had to be awake for the whole procedure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"It was one of the most horrific experiences I have ever gone through. I still have nightmares about it. I was alone and helpless. When I think about the fact that women might have to face abortions in even worse conditions than I did because of new laws, my stomach turns\".&nbsp;</p>\n<!-- /wp:paragraph -->','Milla Jovovich, 43, is pregnant','','inherit','closed','closed','','2101-revision-v1','','','2019-08-07 19:55:33','2019-08-08 00:55:33','',2101,'https://buzz-caribbean.com/article/2101-revision-v1/',0,'revision','',0),(2207,15,'2019-08-07 19:57:46','2019-08-08 00:57:46','<!-- wp:paragraph -->\n<p>JMMB Bank put in a sterling performance for the year ended March 31, 2019, which saw total revenues grow by J$1 billion on last year’s numbers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Net interest income and other revenue came in at $3.96 billion compared to $2.69 billion for the year ended March 31, 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This was driven in part by foreign exchange trading earnings of $963. 3 million and gains on sale of investments of $609.4 million.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Net profit of $1.14 billion was recorded for the year under review, a significant increase on the $636.5 million recorded for the prior year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Total non-interest expenses rose to $2.52 billion compared&nbsp;to $1.85 billion for the year ended 2018. JMMB saw its staff costs creep up to $1.2 billion with impairment losses on financial instruments increasing to $173.5 million, as a result of accounting requirements for IFRS 9.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Headquartered in Kingston, JMMB managed to reduce its marketing and corporate affairs spend to $40.8 million as well as curtailed professional fees by over half of last year’s figure of $111 million.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>JMMB Bank’s loans portfolio increased by 25.84%, moving from $26.89 billion to $33.83 billion resulting in improved market share.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3017} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jmmb-keith-duncan-buzz-1024x682.jpg\" alt=\"\" class=\"wp-image-3017\" /><figcaption> JMMB Group CEO Keith Duncan (BUZZ Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Its total Shareholders’ Equity increased by $573.5 million and is currently at $8.63 billion, up from $8.06 billion at the end of the prior financial year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earnings per share(EPS) for the year under review stood at $1.78, an 80% increase when compared to 99 cents in the prior year. EPS&nbsp; is based on profit after tax and the weighted average number of shares in issue ($641,159, 682 million).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong>, JMMB Group CEO Keith Duncan said: &nbsp;“We are pleased with these numbers and we continue to focus on core business. The improving macro-economic and financial environment in Jamaica continues to help our operations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Loans have grown by 25% bolstering our banking business and we have been able to leverage our client base. We have consolidated across the region and acquired new entities and opened up new business lines. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3018} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jmmb-keith-duncan-buzz-2-1024x683.jpg\" alt=\"\" class=\"wp-image-3018\" /><figcaption> JMMB Group CEO Keith Duncan (BUZZ Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"In the Dominican Republic, we have established both mutual funds and pension fund administration. In Trinidad, we have established a consumer finance arm and now have four branches in Trinidad and one in Tobago,\" Duncan told <strong>BUZZ</strong>. </p>\n<!-- /wp:paragraph -->','Big jump in profits for JMMB','','publish','closed','closed','','big-jump-in-profits-for-jmmb','','','2019-08-12 12:52:58','2019-08-12 17:52:58','',0,'https://buzz-caribbean.com/?p=2207',0,'post','',0),(2208,6,'2019-08-07 19:56:30','2019-08-08 00:56:30','<!-- wp:image {\"id\":1613} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/christina-milian-copy-1024x614.jpg\" alt=\"\" class=\"wp-image-1613\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Christina Milian is pregnant with her second child, and her first with boyfriend Matt Pokora.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 37-year-old singer and actress is already mother to Violet, nine, whom she has with her ex-husband and producer The Dream, but has now revealed she\'s set to become a mother for the second time, as she\'s expecting her first child with boyfriend Matt Pokora.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sharing a picture on Instagram of herself and Matt holding a sonogram, she wrote: \"New release 2020! What a blessing!\" she captioned the image. \"Let\'s do this babe @mattpokora! (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Matt - who is a French singer - also shared the same image on his own account, but in black and white.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He wrote: \"Legacy on the way! #happyman (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'Love Don\'t Cost a Thing\' actress has been dating Matt since 2017, and recently gushed over the hunk in an interview where she shared she\'s \"really happy\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1615} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-2019-08-02-at-10.20.48-PM-1-1024x614.png\" alt=\"\" class=\"wp-image-1615\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said: \"He\'s honest and we have a really great relationship. This is different than anything I\'ve ever experienced and I\'m really happy the universe brought us together.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And at the time, Christina even hinted that another child was on the cards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She added: \"I definitely want to have another child in the future. I don\'t know when it would be, but I kind of feel like because I know I want two, I know that whenever it happens, I\'ll be ready! I\'ll let God handle that!\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a separate interview last year, the \'AM to PM\' hitmaker opened up about her unique bond with Matt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"We got along so long so well from the very beginning. We have the best time together. I could spend every day with him, every moment and everything. It\'s been cool. We just have a good time.\"</p>\n<!-- /wp:paragraph -->','Christina Milian is pregnant','','inherit','closed','closed','','1612-revision-v1','','','2019-08-07 19:56:30','2019-08-08 00:56:30','',1612,'https://buzz-caribbean.com/article/1612-revision-v1/',0,'revision','',0),(2209,6,'2019-08-07 19:57:05','2019-08-08 00:57:05','<!-- wp:image {\"id\":1610} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/asap-rocky-copy-1024x614.jpg\" alt=\"\" class=\"wp-image-1610\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A$AP Rocky has been released from jail, almost one month after he was arrested in Sweden for his alleged involvement in a fight.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rapper has been behind bars since July 5, after he was allegedly involved in a fight in Stockholm, Sweden, prior to a music festival.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After making his first testimony during his trial this week, he has now been released.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A$AP confirmed the news on Friday August 2, when he took to Instagram to share a touching message of gratitude towards his fans for their support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He wrote: \"THANK YOU FROM THE BOTTOM OF MY HEART TO ALL OF MY FANS, FRIENDS AND ANYONE ACROSS THE GLOBE WHO SUPPORTED ME DURING THESE LAST FEW WEEKS I CANT BEGIN TO DESCRIBE HOW GRATEFUL I AM FOR ALL OF YOU THIS HAS BEEN A VERY DIFFICULT AND HUMBLING EXPERIENCE I WANT TO THANK THE COURT FOR ALLOWING ME BLADI AND THOTO TO RETURN TO OUR FAMILY AND FRIENDS THANKS AGAIN FOR ALL OF THE LOVE AND SUPPORT (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier this week, the 30-year-old rapper detailed his side of the \"scary\" altercation that had led to his arrest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He told the court: \"Everything seemed to be going fine. Next thing I know, my security guard was lifting one of them ... [it] got a little scary\". </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p>We didn\'t want to provoke these guys, we just wanted to get away from them. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"Mustafa was fearless, his eyes were all weird, he came up to a big bodyguard and asked us questions he knew we couldn\'t answer. He looked like he was on drugs.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, prosecutor Daniel Suneson has alleged that surveillance footage from a nearby restaurant was changed by the rapper\'s team to coincide with his self-defence claim. He says the unedited footage \"disproves the use of emergency defence\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although he is a free man once more, A$AP and the two other suspects arrested alongside him may be taken into custody again, as a verdict on the case is not set to be made until August 14.</p>\n<!-- /wp:paragraph -->','A$AP Rocky released from jail','','inherit','closed','closed','','1609-revision-v1','','','2019-08-07 19:57:05','2019-08-08 00:57:05','',1609,'https://buzz-caribbean.com/article/1609-revision-v1/',0,'revision','',0),(2210,6,'2019-08-07 19:57:37','2019-08-08 00:57:37','<!-- wp:image {\"id\":1607} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/r-kelly-copy-1024x614.jpg\" alt=\"\" class=\"wp-image-1607\" /><figcaption>R. Kelly performs during the last concert of his \"Love Letter\" Tour at the Mann Music Center in Philadelphia. <p> Source: Ouzounova/Splash News<br> </p></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>R. Kelly has been denied bail in his ongoing court case in New York, where he has been accused of running a racketeering enterprise.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'Ignition\' hitmaker has been in jail since he was arrested on alleged sexual abuse charges in July. He appeared in court again on August 2 for back-to-back hearings in federal court in Brooklyn, where he was denied bail yet again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to CBS New York, Kelly pleaded not guilty to the charges against him - which accuse him of sexually abusing women and girls - but was ordered by a judge to be held without bail.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The entertainer is charged in New York with exploiting five victims, identified only as \"Jane Does,\" three of whom alleged they were minors at the time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The case is separate to another ongoing trial in Chicago, where he was arrested last month on charges accusing him of engaging in child pornography and further sexual abuse.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the New York indictment, Kelly is accused of running a racketeering enterprise comprised of \"managers, bodyguards, drivers, personal assistants and runners for the defendant, as well as members of his entourage\", who would allegedly recruit young women for sex with the musician.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kelly is also accused of filming the sexual activity including that with alleged underage victims, which constitutes child pornography.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The star\'s not guilty plea follows a previous plea entered by the star in which he denied 13 alleged sex trafficking charges.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since being placed in jail, Kelly has been moved to solitary confinement, and his lawyer, Nicole Blank Becker, recently claimed he doesn\'t mind being on his own, because he feels safer as he\'s aware other inmates know he\'s been accused of sex crimes involving under age girls.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, his attorney claimed the \'I Believe I Can Fly\' hitmaker being in solitary could be problematic because he has no one to lean on for support or help.</p>\n<!-- /wp:paragraph -->','R. Kelly denied bail','','inherit','closed','closed','','1606-revision-v1','','','2019-08-07 19:57:37','2019-08-08 00:57:37','',1606,'https://buzz-caribbean.com/article/1606-revision-v1/',0,'revision','',0),(2211,14,'2019-08-07 19:57:46','2019-08-08 00:57:46','<!-- wp:paragraph -->\n<p>JMMB Bank put in a sterling performance for the year ended March 31, 2019, which saw total revenues grow by J$1 billion on last year’s numbers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Net interest income and other revenue came in at $3.96 billion compared to $2.69 billion for the year ended March 31, 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This was driven in part by foreign exchange trading earnings of $963. 3 million and gains on sale of investments of $609.4 million.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Net profit of $1.14 billion was recorded for the year under review, a significant increase on the $636.5 million recorded for the prior year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Total non-interest expenses rose to $2.52 billion compared to $1.85 billion for the year ended 2018. JMMB saw its staff costs creep up to $1.2 billion with impairment losses on financial instruments increasing to $173.5 million, as a result of accounting requirements for IFRS 9.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Headquartered in Kingston, JMMB managed to reduce its marketing and corporate affairs spend to $40.8 million as well as curtailed professional fees by over half of last year’s figure of $111 million.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>JMMB Bank’s loans portfolio increased by 25.84%, moving from $26.89 billion to $33.83 billion resulting in improved market share.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Its total Shareholders’ Equity increased by $573.5 million and is currently at $8.63 billion, up from $8.06 billion at the end of the prior financial year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earnings per share(EPS) for the year under review stood at $1.78, an 80% increase when compared to 99 cents in the prior year. EPS  is based on profit after tax and the weighted average number of shares in issue ( 641,159, 682 million).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with BUZZ, JMMB Group CEO Keith Duncan said:  “We are pleased with these numbers and we continue to focus on core business. The improving macro-economic and financial environment in Jamaica continues to help our operations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Loans have grown by 25% bolstering our banking business and we have been able to leverage our client base. We have consolidated across the region and acquired new entities and opened up new business lines. In the Dominican Republic, we have established both mutual funds and pension fund administration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In Trinidad, we have established a consumer finance arm and now have four branches in Trinidad and one in Tobago.\" </p>\n<!-- /wp:paragraph -->','Big jump in profits for JMMB','','inherit','closed','closed','','2207-revision-v1','','','2019-08-07 19:57:46','2019-08-08 00:57:46','',2207,'https://buzz-caribbean.com/article/2207-revision-v1/',0,'revision','',0),(2212,6,'2019-08-07 19:58:36','2019-08-08 00:58:36','<!-- wp:image {\"id\":1604} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-2019-08-02-at-9.59.56-PM-1024x614.png\" alt=\"\" class=\"wp-image-1604\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lamar Odom has made it Instagram official with his new girlfriend, personal trainer Sabrina Parr.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 39-year-old basketball player surprised his 475,000 followers on the photo sharing platform by uploading an image of him and his new girl pouting for the camera.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sabrina - who is a health expert and life coach with over 27,000 followers - is seen sitting on him knee with her hands placed over Lamar\'s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p>He captioned the snap: \"What we have is much more than they can see...\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Sabrina also uploaded the identical image on her Instagram account, and fans of both were quick to point out that the quote originated from L.T.D\'s hit \'Love Ballad\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lamar was previously married to Khloe Kardashian and a regular on \'Keeping Up with the Kardashians\' but their relationship ended due to his infidelities and drug use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, when the sportsman was hospitalized in 2015 after overdosing at the Love Ranch brothel in Las Vegas, Khloe - despite being separated from him - went to Lamar\'s bedside to support him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Khloe, 35, moved on from Lamar and embarked on a relationship with Tristan Thompson. They have now split but share 16-month-old daughter True.</p>\n<!-- /wp:paragraph -->','Lamar Odom makes it Instagram official with new girlfriend','','inherit','closed','closed','','1603-revision-v1','','','2019-08-07 19:58:36','2019-08-08 00:58:36','',1603,'https://buzz-caribbean.com/article/1603-revision-v1/',0,'revision','',0),(2213,6,'2019-08-07 19:59:47','2019-08-08 00:59:47','<!-- wp:image {\"id\":1558} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-2019-08-02-at-8.06.52-PM-1024x614.png\" alt=\"\" class=\"wp-image-1558\" /><figcaption>Source: Pinterest</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In Jamaica, certain terms are regarded as derogatory, or as some people term them \'bad words\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Popular disc jockey, DJ Sparks, has sought to challenge Jamaicans to change their perspective on some of these words, pointing out that some of the words they are shying away from, are being used to popular effects across the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sparks recently took to social media to talk about the development, stating for instance, that in Belgium the beer brand \'Boomboclat\' is consumed by thousands yearly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1556} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-2019-08-02-at-8.02.02-PM-1024x614.png\" alt=\"\" class=\"wp-image-1556\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p>\'Bomboclat\' by PicoBrew is a Blonde Ale which has a rating of 3.5 out of 5, with 224 ratings and reviews on Untappd.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Sparks then called on Jamaicans to stop branding some of their own terms as bad.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We just waan uno see say a we a Jamaica a fight we own language,” said Sparks on her official twitter page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Jamaica the word \'Boomboclat\' though highlighted as the title of one Reggae legend Peter Tosh\'s most popular songs, is used as a curse word and seen as disrespectful by many.</p>\n<!-- /wp:paragraph -->','Cheers to Bomboclat!','','inherit','closed','closed','','1552-revision-v1','','','2019-08-07 19:59:47','2019-08-08 00:59:47','',1552,'https://buzz-caribbean.com/article/1552-revision-v1/',0,'revision','',0),(2214,6,'2019-08-07 20:00:55','2019-08-08 01:00:55','<!-- wp:image {\"id\":1544} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Martha-Brae-1024x614.jpeg\" alt=\"\" class=\"wp-image-1544\" /><figcaption>Photo taken from Instagram.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While Trelawny has undergone an improvement in its tour offerings, the old faithful river rafting tour still continues to hold significance as the parish grows its tourism product.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In recent times, the parish has been providing visitors with a slew of options such as the Country Bumpkin experience and Chukka Cove Adventures, but it seems that the forty plus year old attraction continues to hold its own, even with all these new, exciting additions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both locals and tourists have continued to frequent the attraction, which is described as Jamaica\'s number one raft adventure, and which provides patrons with a serene and tranquil ride down the corridors of river that showcases what calm really is.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1565} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-2019-08-02-at-7.52.49-PM-1.png\" alt=\"\" class=\"wp-image-1565\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The bamboo rafts are expertly guided down river by their drivers and keep patrons so close to the water, it\'s almost like they are sitting in it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Patrons are usually in awe when they finish the three mile long tour which lasts a little over an hour.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Of note, the attraction has played host to a number of celebrities including Queen Elizabeth II, heavy weight boxer Lennox Lewis, Chuck Norris, Dionne Warwick, Kenny Rodgers and Trelawny\'s own legend Usain Bolt.</p>\n<!-- /wp:paragraph -->','Martha Brae River rafting still a wonderful experience','','inherit','closed','closed','','1542-revision-v1','','','2019-08-07 20:00:55','2019-08-08 01:00:55','',1542,'https://buzz-caribbean.com/article/1542-revision-v1/',0,'revision','',0),(2215,6,'2019-08-07 20:01:37','2019-08-08 01:01:37','<!-- wp:image {\"id\":426} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Montego-Bay--1024x614.jpg\" alt=\"\" class=\"wp-image-426\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The allure of downtown Montego Bay has dwindled in the last few years, with the town facing challenges from other areas that were recently developed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the plethora of shops and other facilities Fairview and Whitter Village have become attractive alternatives to the town and are now flooded with patrons on any given day.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However it seems that Montego Bay could be on the cusp of a resurgence with the proposed development of the Closed Harbour Beach or Dump Up Beach as it is popularly called by locals.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Work has now started on the area that is expected to increase the appeal of the town to not only locals but visitors too.&nbsp;Over $500 million is expected to be spent over a two-year period on revamping the 16-acre property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the end of the day, the waterfront lands are expected to be transformed into a world-class recreational space with amenities that will be operated as a free - access, licensed, public beach and multipurpose park. The&nbsp;park will feature soft and hard landscaping, a jogging trail, an outdoor amphitheatre, multipurpose courts, a children’s play area, food kiosks, a boardwalk and other amenities.&nbsp;</p>\n<!-- /wp:paragraph -->','Downtown Montego Bay set for a resurgence','','inherit','closed','closed','','404-revision-v1','','','2019-08-07 20:01:37','2019-08-08 01:01:37','',404,'https://buzz-caribbean.com/article/404-revision-v1/',0,'revision','',0),(2216,14,'2019-08-07 20:06:49','2019-08-08 01:06:49','<!-- wp:image {\"id\":1446} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/men-and-emotions-demo-1-1024x614.jpg\" alt=\"\" class=\"wp-image-1446\" /><figcaption>Photo contributed (Pexels.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica could find itself at a tipping\npoint, should the country continue to ignore the mental health issues being\nfaced by its citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The issue is further exacerbated for Jamaican men, who in such a hyper-masculine, oversexualised society, live by the \'mantra\' that to show emotions of any kind, whether positive or negative, is a sign of weakness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1447} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/men-and-emotions-demo-2-1024x614.jpg\" alt=\"\" class=\"wp-image-1447\" /><figcaption>Photo contributed (Pexels.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Executive Director for the Jamaica Forum for Lesbians, All-sexuals and Gays (J-FLAG) Jaevion Nelson, gave <em><strong>BUZZ</strong></em> his views as we try to unearth how the island got here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em> \"We tell our boys, ‘Don’t cry\'\" </em></strong></p><cite>- Jaevion Nelson, speaking with BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In an interview with <strong><em>BUZZ</em></strong>, Nelson said that Jamaican society has for many years ‘policed’ male behaviour and masculine expressionism – which has brought us to the point we are today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Generally, as a society I think we grew up to be very tough, particularly for boys. We tell our boys, ‘Don’t cry’ etc., and so from you were very young, you are policed, and you learn to suppress your emotions; to not show them in whatever circumstance as best as possible,” Nelson said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em> \"We don’t show emotions and if you [do], it must be through violence.\"</em></strong> </p><cite>- J-FLAG Executive Director, Jaevion Nelson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“When we look at the general culture, I think for a number of us, it’s a huge part in how we perform masculinity. We don’t show emotions and if you [do], it must be through violence because that is the only way you will be a man,” he explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See more from our interview with Jaevion Nelson in the video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/QBQ1GjWuUY8\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/QBQ1GjWuUY8\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“From where I stand and my organisation, we are always concerned about how, as a people, we deal with issues. Certainly, for most of us in the Jamaican society, [we] want to be seen as the real man,” Nelson told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In seeking some insight, <strong><em>BUZZ</em></strong> also spoke in-depth with Reverend Al Miller, who expressed his concern around how these hurtful masculine stereotypes ran through the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1454} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/al-miller-buzz-interview-1-1024x629.jpg\" alt=\"\" class=\"wp-image-1454\" /><figcaption>Reverend Al Miller, (BUZZ photo, Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Miller contended some of the societal ills\nfacing Jamaica can be linked to the turmoil of the slavery era, as the island\nis still yet to fully heal from the scars of its abusive, violent past.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong><em>\"We have restricted emotions to a category of whether you cry or not... that isn’t [even] one percent of the spectrum of human emotion\" </em></strong></p><cite>- Reverend Al Miller</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“All behaviour is as a result of our varied human experiences, so what we have been through as a people would have affected how we think and therefore how we behave,” the reverend told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There is the impact of slavery’s aftermath,\nbut that concept has continued to evolve and remain with us in many respects,\nprimarily because there is a totally mistaken concept that we have developed about\n‘MAN’ and manhood,” Miller explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This level of ignorance has allowed this misconception\nto remain and therefore affect behaviour and the society [as a whole] adversely,”\nhe added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way Miller, who leads the Fellowship Tabernacle, sees it, humans were created by God as emotional beings, so to separate emotion from relationships and experiences is unhealthy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1456} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/al-miller-buzz-interview-3-1024x611.jpg\" alt=\"\" class=\"wp-image-1456\" /><figcaption>Rev. Al Miller shows the BUZZ lens that he is one of God\'s emotional creatures as he offers a smile (BUZZ photo, Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The truth is humans are fundamentally relational beings, and in the centre of relationships is emotion. We were created by God as emotional creatures,” Miller told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em>\"A man must show tenderness...see the hurt and pain of others\"</em></strong></p><cite>Al Miller, speaking to BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“All of our responses are from emotion; you cannot divorce emotion from\nbehavioural response because it is at the core of who we are. We’ve got\nto show that [emotion] is not a sign of weakness – I say on the contrary, it\ntakes a real man to cry,” the reverend argued further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reverend Miller declared that it is a man’s\nduty to be emotional, but instead of denying those feelings, Jamaican men must\nbe re-trained to properly manage and direct these emotions the right way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1457} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/al-miller-buzz-interview-2-1024x629.jpg\" alt=\"\" class=\"wp-image-1457\" /><figcaption>Al Miller, in an interview with BUZZ asks \'How can we not show any emotion?\' (BUZZ photo, Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“A man must show tenderness, show hurt and be able to see the hurt and\npain of others; he must feel joy, fear and sadness. How can you say we’re\nnot to show any emotion?” Miller asked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is how we handle, manage, direct or suppress these emotions by whatever other factors of socialisation that has happened in our lives,” he told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Miller said he disagrees vehemently with\nthe common misnomer that men who show emotions are “weak” – as well as the\nseemingly heightened lack of self-awareness in the Jamaican man, which has\ncontributed to the problem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have restricted emotions to a category of whether you cry or not but\nthat isn’t [even] one percent of the spectrum of human emotion,” Miller\nasserted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As sections of the island finally get the\nconversation started in getting the issue of ‘men and emotions’ addressed,\nReverend Miller told BUZZ that acknowledging the problem is always the first\nstep.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1458} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/men-and-emotions-demo-3-1024x683.jpg\" alt=\"\" class=\"wp-image-1458\" /><figcaption>Photo contributed (Pexels.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It is important that we re-train our men\nbecause the system has given him an erroneous sense of manhood and some\nnegative images have been planted in the mind and society supports and feeds\nthat negative concept,” Miller said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“And so, it has really become part of our cultural thinking in too significant a way. We’ve got to go back and reverse it because it’s not healthy, it’s not real,” Miller, a father of four, told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, part of one’s personal development\nfrom infancy to maturity dictates that humans “must express and be honest about\nwhat we feel” – to deny genuine, real feelings results in a dishonest nature.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That is why some of our men become so\ndeceptive and lie and steal, because we’re suppressing natural responses to the\nevents and circumstances of life,” Reverend Miller contended.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong><em>\"...You cannot divorce emotion from behavioural response...it is at the core of who we are\"</em></strong></p><cite>- Rev. Al Miller</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Stay tuned for part two of our <em>Men &amp; Emotions </em>series, as <strong><em>BUZZ</em></strong> looks at what possible solutions are available to address this impending mental health crisis.</p>\n<!-- /wp:paragraph -->','Men &amp; Emotions – How Did We Get Here, Jamaica? (Part 1)','','inherit','closed','closed','','1445-revision-v1','','','2019-08-07 20:06:49','2019-08-08 01:06:49','',1445,'https://buzz-caribbean.com/article/1445-revision-v1/',0,'revision','',0),(2220,4,'2019-08-07 20:35:35','2019-08-08 01:35:35','<!-- wp:paragraph -->\n<p>Meg Ryan is in no rush to marry John Mellencamp, as she says their engagement is a \"state of grace\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2226} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Meg-Ryan.jpg\" alt=\"\" class=\"wp-image-2226\" /><figcaption>Meg Ryan in no rush to tie the knot.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Sleepless in Seattle</strong> star announced her engagement to the 67-year-old musician last year. She has said she\'s happy living in the \"state of grace\" that comes with being engaged and isn\'t rushing into tying the knot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meg, 57, says she\'s taking the time to focus on her career and make a move into producing and directing, as well as continuing to \"figure out how to provide\" for her two children, 15-year-old Daisy and 27-year-old Jack.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2228} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/John-Mellencamp.jpg\" alt=\"\" class=\"wp-image-2228\" /><figcaption>John Mellencamp and Meg Ryan have been engaged since last year.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking to InStyle magazine for their 25th-anniversary edition, she said: \"I\'m focused on producing. I\'m also teeing myself up to direct, and I\'m working on a fun e-commerce project with some of my friends. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"But most of all, what I\'m ambitious for in the 12 hours a day that I\'m awake is my kids\' happiness. I just am. I\'m either figuring out how to provide for them, figuring out how to say it right, figuring out all those mom things. I want them to be happy.\"</p>\n<!-- /wp:paragraph -->','Meg Ryan in no rush to marry John Mellencamp','','publish','closed','closed','','meg-ryan-in-no-rush-to-marry-john-mellencamp','','','2019-08-07 20:35:36','2019-08-08 01:35:36','',0,'https://buzz-caribbean.com/?p=2220',0,'post','',0),(2221,4,'2019-08-07 20:10:42','2019-08-08 01:10:42','<!-- wp:paragraph -->\n<p>Meg Ryan in no rush to marry John Mellencamp                <br></p>\n<!-- /wp:paragraph -->','Meg Ryan in no rush to marry John Mellencamp','','inherit','closed','closed','','2220-revision-v1','','','2019-08-07 20:10:42','2019-08-08 01:10:42','',2220,'https://buzz-caribbean.com/article/2220-revision-v1/',0,'revision','',0),(2222,4,'2019-08-07 20:11:53','2019-08-08 01:11:53','<!-- wp:paragraph -->\n<p>Meg Ryan is in no rush to marry John Mellencamp, as she says their engagement is a \"state of grace\". <br> Meg Ryan is in no rush to marry John Mellencamp.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nThe \'Sleepless in Seattle\' star announced her engagement to the 67-year-old musician - with whom she had previously had a seven-year on-and-off relationship with - last year, but has said she\'s happy living in the \"state of grace\" that comes with being engaged, and isn\'t rushing in to tying the knot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nMeg says she\'s taking the time to focus on her career and make a move into producing and directing, as well as continuing to \"figure out how to provide\" for her two children, 15-year-old Daisy and 27-year-old Jack.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nSpeaking to InStyle magazine for their 25th anniversary edition, she said: \"I\'m focused on producing. I\'m also teeing myself up to direct, and I\'m working on a fun e-commerce project with some of my friends. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n\"But most of all, what I\'m ambitious for in the 12 hours a day that I\'m awake is my kids\' happiness. I just am. I\'m either figuring out how to provide for them, figuring out how to say it right, figuring out all those mom things. I want them to be happy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n\"And today I\'m happy too. Yes, I\'m going to get married at some point. But for now this engagement thing is a state of grace.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nThe 57-year-old actress divorced her former husband Dennis Quaid - who is the father of her son Jack - in 2001, and has said she\'s \"grown up a lot\" since her previous interview with InStyle back in 2008, when she said she had an \"inability to accept [her]self as lovable\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nReflecting on her past comments, she added in the new interview: \"I said I had an inability to accept myself as lovable. That was harsh. I think it stemmed from starting over after my marriage ended. Divorce is hard. I wasn\'t easy on myself around then. I retreated. But that tough time was necessary. I became a better person after all of that. And I grew up a lot.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nMeanwhile, Meg recently said she and John are having \"fun\" with their romance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nShe said: \"What\'s great about now is that John and I are so free to have fun. Maybe that freedom is about being a million years old. But I sometimes think relationships are for aliens. Who does it? Who can do it? I don\'t know how any of us ever do.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br></p>\n<!-- /wp:paragraph -->','Meg Ryan in no rush to marry John Mellencamp','','inherit','closed','closed','','2220-revision-v1','','','2019-08-07 20:11:53','2019-08-08 01:11:53','',2220,'https://buzz-caribbean.com/article/2220-revision-v1/',0,'revision','',0),(2223,14,'2019-08-14 17:26:26','2019-08-14 22:26:26','<!-- wp:image {\"id\":3598} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-15-1024x683.jpg\" alt=\"\" class=\"wp-image-3598\" /><figcaption>Just outside the gate to LifeYard, a surreal mural of Haile Selassie adorns the wall of the eco-village. (Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>LifeYard, found in the heart of Parade Gardens on Fleet Street in downtown Kingston, is an eco-village.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was created by a group of young Rastafarians, out of a need to breathe life into Fleet Street.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Judging from the stunning imagery our BUZZ lenses captured, Fleet Street is  very much alive, artistically. <strong><em>Check out the gallery below:</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3600,3602,3603,3604,3605,3606,3607]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-8-1024x683.jpg\" alt=\"\" data-id=\"3600\" class=\"wp-image-3600\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-14-1024x683.jpg\" alt=\"\" data-id=\"3602\" data-link=\"https://buzz-caribbean.com/article/lifeyard-a-creative-oasis-in-kingstons-inner-city/lifeyard-buzz-14/\" class=\"wp-image-3602\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-7-1024x683.jpg\" alt=\"\" data-id=\"3603\" data-link=\"https://buzz-caribbean.com/article/lifeyard-a-creative-oasis-in-kingstons-inner-city/lifeyard-buzz-7/\" class=\"wp-image-3603\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-9-1024x683.jpg\" alt=\"\" data-id=\"3604\" data-link=\"https://buzz-caribbean.com/article/lifeyard-a-creative-oasis-in-kingstons-inner-city/lifeyard-buzz-9/\" class=\"wp-image-3604\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-6-1024x683.jpg\" alt=\"\" data-id=\"3605\" data-link=\"https://buzz-caribbean.com/article/lifeyard-a-creative-oasis-in-kingstons-inner-city/lifeyard-buzz-6/\" class=\"wp-image-3605\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-4-1024x683.jpg\" alt=\"\" data-id=\"3606\" data-link=\"https://buzz-caribbean.com/article/lifeyard-a-creative-oasis-in-kingstons-inner-city/lifeyard-buzz-4/\" class=\"wp-image-3606\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-10-1024x683.jpg\" alt=\"\" data-id=\"3607\" data-link=\"https://buzz-caribbean.com/article/lifeyard-a-creative-oasis-in-kingstons-inner-city/lifeyard-buzz-10/\" class=\"wp-image-3607\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>So, in 2014, the group started to beautify sections of the\ncommunity, to restore pride into the younger generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, LifeYard stands as a growing social enterprise – the\nfirst multicultural, intergenerational eco-village of its kind in Kingston!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3608} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-2-1024x683.jpg\" alt=\"\" class=\"wp-image-3608\" /><figcaption>LifeYard director Romaine \'Sabukie\' Allen </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It’s not just a physical space but a movement, as its\nmembers spearhead several community outreach programmes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the creative and cultural oasis it is, LifeYard welcomes all\nwalks of life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fuelled by a strong connection to Rastafarian roots, its\nmembers connect with everyone on a personal level.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3601} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-11-1024x683.jpg\" alt=\"\" class=\"wp-image-3601\" /><figcaption>Plant a seed of knowledge, tend to it and wisdom flourishes. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>LifeYard has a gift shop, bar, restaurant and is working on a permaculture farm to become self-sufficient.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The children of Fleet Street are the biggest beneficiaries of LifeYard’s activities, as the group engages in entrepreneurial activities and literacy programmes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3609} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-12-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3609\" /><figcaption>Accountant and Executive member of LifeYard Danijah Taylor (right) speaks to BUZZ on his #PenPowerment initiative. Looking on is director Romaine \'Sabukie\' Allen.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Various skills are taught to members of the community, which LifeYard hopes can be used to earn a living. These include drumming, playing the piano, embroidery, sewing, jewellery making, and farming.</p>\n<!-- /wp:paragraph -->','LifeYard: A creative oasis in Kingston’s ‘inner-city’','','publish','closed','closed','','lifeyard-a-creative-oasis-in-kingstons-inner-city','','','2019-08-15 13:51:03','2019-08-15 18:51:03','',0,'https://buzz-caribbean.com/?p=2223',0,'post','',0),(2224,14,'2019-08-07 20:12:26','2019-08-08 01:12:26','<!-- wp:paragraph -->\n<p>LifeYard, found in the heart of Parade Gardens on Fleet\nStreet, is an eco-village.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was created by a group of young Rastafarians, out of a\nneed to breathe life into Fleet Street.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, in 2014, the group started to beautify sections of the\ncommunity, to restore pride into the younger generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, LifeYard stands as a growing social enterprise – the\nfirst multicultural, intergenerational eco-village of its kind in Kingston!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s not just a physical space but a movement, as its\nmembers spearhead several community outreach programmes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the creative and cultural oasis it is, LifeYard welcomes all\nwalks of life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fuelled by a strong connection to Rastafarian roots, its\nmembers connect with everyone on a personal level.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>LifeYard has a giftshop, bar, restaurant and is working on a\npermaculture farm to become self-sufficient.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>\nThe children of Fleet Street are the biggest beneficiaries of LifeYard’s\nactivities, as the group engages in entrepreneurial activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These include various skills that can be used to earn a\nliving, such as drumming, playing the piano, embroidery, sewing, jewellery\nmaking, and farming.</p>\n<!-- /wp:paragraph -->','LifeYard: A creative oasis in Kingston’s ‘inner-city’','','inherit','closed','closed','','2223-revision-v1','','','2019-08-07 20:12:26','2019-08-08 01:12:26','',2223,'https://buzz-caribbean.com/article/2223-revision-v1/',0,'revision','',0),(2225,15,'2019-08-07 20:25:02','2019-08-08 01:25:02','<!-- wp:image {\"id\":2230} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/doctors-demo-buzz-1024x683.jpeg\" alt=\"\" class=\"wp-image-2230\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> Jamaica’s Caribbean neighbour Cuba has vowed to continue to provide vital aid to the country\'s health sector.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Cuban news agency Prensa Latina, Cuba who has been sending medical professionals to Jamaica since 1976, now has over 200 nurses, technicians and doctors practicing their craft in Jamaica today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Head of the Cuban Medical Mission in Jamaica, Jose Armando Afronte said that his country hopes to add a further 200 health professionals to that number over the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>About 20 Cuban doctors are part of the Miracle Mission which has seen more than 16,0000 operations to improve the vision of Jamaicans.</p>\n<!-- /wp:paragraph -->','Cuba providing over 200 medical professionals to help Jamaica’s healthcare system','','publish','closed','closed','','cuba-providing-over-200-medical-professionals-to-help-jamaicas-healthcare-system','','','2019-08-07 20:25:05','2019-08-08 01:25:05','',0,'https://buzz-caribbean.com/?p=2225',0,'post','',0),(2226,4,'2019-08-07 20:15:50','2019-08-08 01:15:50','','Meg Ryan steps out in New York City in a red skirt','Meg Ryan is all smiles as she steps out in New York City in a red skirt. \n<P>\nPictured: Meg Ryan \n<P><B>Ref: SPL652233  181113  </B><BR />\nPicture by: Splash News<BR />\n</P><P>\n<B>Splash News and Pictures</B><BR />\nLos Angeles:	310-821-2666<BR />\nNew York:	212-619-2666<BR />\nLondon:	870-934-2666<BR />\nphotodesk@splashnews.com<BR />\n</P>','inherit','closed','closed','','meg-ryan-steps-out-in-new-york-city-in-a-red-skirt','','','2019-08-07 20:21:57','2019-08-08 01:21:57','',2220,'https://buzz-caribbean.com/app/uploads/2019/08/Meg-Ryan.jpg',0,'attachment','image/jpeg',0),(2227,15,'2019-08-07 20:17:37','2019-08-08 01:17:37','<!-- wp:paragraph -->\n<p><br> Jamaica’s Caribbean neighbour Cuba has vowed to continue to provide vital aid to the country\'s health sector.<br> <br> According to the Cuban news agency Prensa Latina, Cuba who has been sending medical professionals to Jamaica since 1976, now has over 200 nurses, technicians and doctors practicing their craft in Jamaica today.<br> <br> Head of the Cuban Medical Mission in Jamaica, Jose Armando Afronte said that his country hopes to add a further 200 health professionals to that number over the coming months.<br> <br> About 20 Cuban doctors are part of the Miracle Mission which has seen more than 16,0000 operations to improve the vision of Jamaicans.</p>\n<!-- /wp:paragraph -->','Cuba providing over 200 medical professionals to help Jamaica’s healthcare system','','inherit','closed','closed','','2225-revision-v1','','','2019-08-07 20:17:37','2019-08-08 01:17:37','',2225,'https://buzz-caribbean.com/article/2225-revision-v1/',0,'revision','',0),(2228,4,'2019-08-07 20:19:30','2019-08-08 01:19:30','','John-Mellencamp','','inherit','closed','closed','','john-mellencamp','','','2019-08-07 20:19:30','2019-08-08 01:19:30','',2220,'https://buzz-caribbean.com/app/uploads/2019/08/John-Mellencamp.jpg',0,'attachment','image/jpeg',0),(2229,4,'2019-08-07 20:21:05','2019-08-08 01:21:05','<!-- wp:paragraph -->\n<p>Meg Ryan is in no rush to marry John Mellencamp, as she says their engagement is a \"state of grace\". <br> Meg Ryan is in no rush to marry John Mellencamp.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2226} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Meg-Ryan.jpg\" alt=\"\" class=\"wp-image-2226\" /><figcaption>Meg Ryan in no rush to tie the knot.<br><p> </p></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2228} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/John-Mellencamp.jpg\" alt=\"\" class=\"wp-image-2228\" /><figcaption>John Mellencamp and Meg Ryan have been engaged since last year.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\nThe \'Sleepless in Seattle\' star announced her engagement to the 67-year-old musician - with whom she had previously had a seven-year on-and-off relationship with - last year, but has said she\'s happy living in the \"state of grace\" that comes with being engaged, and isn\'t rushing in to tying the knot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nMeg says she\'s taking the time to focus on her career and make a move into producing and directing, as well as continuing to \"figure out how to provide\" for her two children, 15-year-old Daisy and 27-year-old Jack.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nSpeaking to InStyle magazine for their 25th anniversary edition, she said: \"I\'m focused on producing. I\'m also teeing myself up to direct, and I\'m working on a fun e-commerce project with some of my friends. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n\"But most of all, what I\'m ambitious for in the 12 hours a day that I\'m awake is my kids\' happiness. I just am. I\'m either figuring out how to provide for them, figuring out how to say it right, figuring out all those mom things. I want them to be happy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n\"And today I\'m happy too. Yes, I\'m going to get married at some point. But for now this engagement thing is a state of grace.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nThe 57-year-old actress divorced her former husband Dennis Quaid - who is the father of her son Jack - in 2001, and has said she\'s \"grown up a lot\" since her previous interview with InStyle back in 2008, when she said she had an \"inability to accept [her]self as lovable\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nReflecting on her past comments, she added in the new interview: \"I said I had an inability to accept myself as lovable. That was harsh. I think it stemmed from starting over after my marriage ended. Divorce is hard. I wasn\'t easy on myself around then. I retreated. But that tough time was necessary. I became a better person after all of that. And I grew up a lot.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nMeanwhile, Meg recently said she and John are having \"fun\" with their romance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nShe said: \"What\'s great about now is that John and I are so free to have fun. Maybe that freedom is about being a million years old. But I sometimes think relationships are for aliens. Who does it? Who can do it? I don\'t know how any of us ever do.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br></p>\n<!-- /wp:paragraph -->','Meg Ryan in no rush to marry John Mellencamp','','inherit','closed','closed','','2220-revision-v1','','','2019-08-07 20:21:05','2019-08-08 01:21:05','',2220,'https://buzz-caribbean.com/article/2220-revision-v1/',0,'revision','',0),(2230,15,'2019-08-07 20:23:22','2019-08-08 01:23:22','','doctors-demo-buzz','','inherit','closed','closed','','doctors-demo-buzz','','','2019-08-07 20:23:22','2019-08-08 01:23:22','',2225,'https://buzz-caribbean.com/app/uploads/2019/08/doctors-demo-buzz.jpeg',0,'attachment','image/jpeg',0),(2231,15,'2019-08-07 20:25:02','2019-08-08 01:25:02','<!-- wp:image {\"id\":2230} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/doctors-demo-buzz-1024x683.jpeg\" alt=\"\" class=\"wp-image-2230\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> Jamaica’s Caribbean neighbour Cuba has vowed to continue to provide vital aid to the country\'s health sector.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Cuban news agency Prensa Latina, Cuba who has been sending medical professionals to Jamaica since 1976, now has over 200 nurses, technicians and doctors practicing their craft in Jamaica today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Head of the Cuban Medical Mission in Jamaica, Jose Armando Afronte said that his country hopes to add a further 200 health professionals to that number over the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>About 20 Cuban doctors are part of the Miracle Mission which has seen more than 16,0000 operations to improve the vision of Jamaicans.</p>\n<!-- /wp:paragraph -->','Cuba providing over 200 medical professionals to help Jamaica’s healthcare system','','inherit','closed','closed','','2225-revision-v1','','','2019-08-07 20:25:02','2019-08-08 01:25:02','',2225,'https://buzz-caribbean.com/article/2225-revision-v1/',0,'revision','',0),(2232,4,'2019-08-07 20:33:41','2019-08-08 01:33:41','<!-- wp:paragraph -->\n<p>Meg Ryan is in no rush to marry John Mellencamp, as she says their engagement is a \"state of grace\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2226} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Meg-Ryan.jpg\" alt=\"\" class=\"wp-image-2226\" /><figcaption>Meg Ryan in no rush to tie the knot.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Sleepless in Seattle</strong> star announced her engagement to the 67-year-old musician last year. She has said she\'s happy living in the \"state of grace\" that comes with being engaged and isn\'t rushing into tying the knot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meg, 57, says she\'s taking the time to focus on her career and make a move into producing and directing, as well as continuing to \"figure out how to provide\" for her two children, 15-year-old Daisy and 27-year-old Jack.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2228} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/John-Mellencamp.jpg\" alt=\"\" class=\"wp-image-2228\" /><figcaption>John Mellencamp and Meg Ryan have been engaged since last year.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking to InStyle magazine for their 25th-anniversary edition, she said: \"I\'m focused on producing. I\'m also teeing myself up to direct, and I\'m working on a fun e-commerce project with some of my friends. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"But most of all, what I\'m ambitious for in the 12 hours a day that I\'m awake is my kids\' happiness. I just am. I\'m either figuring out how to provide for them, figuring out how to say it right, figuring out all those mom things. I want them to be happy.\"</p>\n<!-- /wp:paragraph -->','Meg Ryan in no rush to marry John Mellencamp','','inherit','closed','closed','','2220-revision-v1','','','2019-08-07 20:33:41','2019-08-08 01:33:41','',2220,'https://buzz-caribbean.com/article/2220-revision-v1/',0,'revision','',0),(2234,4,'2019-08-07 20:56:19','2019-08-08 01:56:19','<!-- wp:paragraph -->\n<p>Fox CEO Charlie Collier has confirmed there are \"no plans\" for Jussie Smollett to return to <strong>Empire</strong><strong>,</strong> after he was accused of staging a hate attack on himself. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 37-year-old actor, who played musician Jamal Lyon in the drama, was accused of having orchestrated a racist and homophobic attack on himself back in January.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2189} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/smollett-copy-1024x614.jpg\" alt=\"\" class=\"wp-image-2189\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Although charges against him have been dropped, a judge appointed a special prosecutor to the case in June, to look at whether criminal charges could still be brought against Smollett.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following the allegations, it was claimed Jussie would not be returning to his role on the Fox show.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at Fox\'s Television Critics Association tour on Wednesday August 7, Charlie said: \"We as much as anything in case like this, you try to get all the information and make a good decision. [Creator Lee Daniels] is right, there\'s no plans for Jussie to return to \'Empire\' ... typically it\'s about gathering right info and making sure we\'re making the right decisions.\"</p>\n<!-- /wp:paragraph -->','Jussie Smollett won\'t be returning to Empire','','inherit','closed','closed','','2187-revision-v1','','','2019-08-07 20:56:19','2019-08-08 01:56:19','',2187,'https://buzz-caribbean.com/article/2187-revision-v1/',0,'revision','',0),(2235,4,'2019-08-07 20:56:25','2019-08-08 01:56:25','<!-- wp:paragraph -->\n<p>Fox CEO Charlie Collier has confirmed there are \"no plans\" for Jussie Smollett to return to <strong>Empire</strong><strong>,</strong> after he was accused of staging a hate attack on himself. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 37-year-old actor, who played musician Jamal Lyon in the drama, was accused of having orchestrated a racist and homophobic attack on himself back in January.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2189} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/smollett-copy-1024x614.jpg\" alt=\"\" class=\"wp-image-2189\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Although charges against him have been dropped, a judge appointed a special prosecutor to the case in June, to look at whether criminal charges could still be brought against Smollett.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following the allegations, it was claimed Jussie would not be returning to his role on the Fox show.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at Fox\'s Television Critics Association tour on Wednesday August 7, Charlie said: \"We as much as anything in case like this, you try to get all the information and make a good decision. [Creator Lee Daniels] is right, there\'s no plans for Jussie to return to \'Empire\' ... typically it\'s about gathering right info and making sure we\'re making the right decisions.\"</p>\n<!-- /wp:paragraph -->','Jussie Smollett won\'t be returning to Empire','','inherit','closed','closed','','2187-autosave-v1','','','2019-08-07 20:56:25','2019-08-08 01:56:25','',2187,'https://buzz-caribbean.com/article/2187-autosave-v1/',0,'revision','',0),(2236,11,'2019-08-14 10:46:32','2019-08-14 15:46:32','<!-- wp:paragraph -->\n<p>Chairman of Eppley Caribbean Property Fund (ECPF), Nicholas Scott is all set to score another hit with a growing interest in what is the Caribbean’s only real estate cross-listed ( Jamaica, Trinidad and Barbados) fund. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3375} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Nicholas-Scott-Eppley-4-1024x683.jpg\" alt=\"\" class=\"wp-image-3375\" /><figcaption>  Nicholas Scott, Chairman of Eppley Caribbean Property Fund (ECPF) (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A mix of retail and industrial assets, Eppley Caribbean Property Fund sees <a href=\"http://ncbcapitalmarkets.com/eppley/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">NCB Capital Markets</a>, headed by CEO Steven Gooden as the arranger. Explaining the rationale behind taking this fund across the Caribbean, Scott, who is carving out a reputation as one of Jamaica’s finest financial sector operators said: “ Like all Jamaican investors we were enjoying stock markets at historic highs and interest rates at all-time lows, but we were also searching for value and it was getting harder to find. We discovered it in Barbados.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Like what we had seen in Jamaica years earlier, Barbados was also showing early signs of a turnaround – a new administration, an IMF program, a debt restructuring and aggressive tax reforms.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In May 2018, Eppley took control of the largest property fund in Barbados and renamed it the Eppley Caribbean Fund. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Scott, in the fund’s first year, Eppley has increased the fund’s earnings by almost 60%. The aim now is to increase its reach across the Caribbean. Eppley’s portfolio of buildings has some stellar tenants including Courts, Republic Bank, CIBC First Caribbean and Access Financial. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Combined, they produce yields of between 8% to 9%, much higher yields than banks, plus unlike bonds, the value of its buildings are likely to increase over time. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-large\"} -->\n<blockquote class=\"wp-block-quote is-style-large\"><p>“We are offering all Jamaican investors&nbsp;the ability to own a portfolio of high quality commercial real estate, spread throughout&nbsp;the Caribbean in a liquid and tax-efficient form.”</p><cite> — Scott </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Many of us can buy properties in Jamaica directly and we should, however, the fund offers liquidity, no transaction costs when it\'s time to sell and risk spread across multiple countries and properties,” said Scott. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s heartening to see a Jamaican company looking to cross-list.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How do you think the Eppley Caribbean Property Fund will perform across the Caribbean? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Will many buy and hold this stock?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Let us know at BUZZ.</strong></p>\n<!-- /wp:paragraph -->','Eppley’s Nicholas Scott champions real estate fund for the Caribbean','','publish','open','closed','','eppleys-nicholas-scott-champions-real-estate-fund-for-the-caribbean','','','2019-08-15 11:15:39','2019-08-15 16:15:39','',0,'https://buzz-caribbean.com/?p=2236',0,'post','',0),(2237,23,'2019-08-08 10:19:36','2019-08-08 15:19:36','<!-- wp:image {\"id\":2239} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Spice-dancehall-artiste-1024x606.jpg\" alt=\"\" class=\"wp-image-2239\" /><figcaption>Entertainer Spice is one of the top dancehall artistes in Jamaica. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On a nice, rainy Sunday afternoon in Kingston, Jamaica – Lord knows we needed some relief from the heat — I sat at my laptop doing research on the hottest female dancehall act from the Land of Wood and Water currently doing big things around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grace Latoya Hamilton, more popularly known as Spice, has the most fascinating Wikipedia page introduction I’ve seen in a very long time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Grace Latoya Hamilton (born 6 August 1982), known professionally as Spice, is a Jamaican dancehall recording artist, singer and songwriter. Her career began when she made her debut performance at the annual music festival Sting in 2000, and subsequently became the protégé of fellow deejay Baby Cham. Spice initially gained major recognition after releasing her controversial single ‘Romping Shop’ with Vybz Kartel in 2009. She continued to gain more recognition after releasing her single, ‘So Mi Like It’ in 2014, featured on her debut EP of the same name.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B01Bdy1HCkl/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed aligncenter is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B01Bdy1HCkl/\n</div><figcaption>For her birthday, dancehall artiste Spice posted this picture that generated a lot of comments. </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Let’s pick this apart for a bit. Spice celebrates her birthday on the same day Jamaica does — awesome timing! Spice is literally the female embodiment of strength, wisdom and leadership in the dancehall sector. Funny enough, she constantly has to defend her love for her country from naysayers who view her raunchy performances and provocative lyrics in the most derogatory way they can.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Why write about her, though?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I like to put an academic spin on things we, the Jamaican public, label as ‘sins’, as opposed to the freedom to live and do as one pleases. For the most part, her discography seems filled with raunchy sex music, and one could understand that you’d hardly call a woman like this a role model for young females everywhere. However, on the flip side, aren’t most of our jokes sex-based in the workplaces, schools and social community settings? Isn’t good sex the requirement for most modern-day relationships?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2238} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/spice-dancehall-1024x677.jpg\" alt=\"\" class=\"wp-image-2238\" /><figcaption>Spice continues to make waves with her music. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Spice is a woman who would have suffered the ego-driven, male-dominated field of dancehall, risen above it, found a niche that could sell and made a goddamn successful business out of what she loved to do the most. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She is a role model because she is giving a voice to black women in Jamaica, endearing with power and authority, demanding to be heard, understood and respected. No wonder her debut EP was aptly named, ‘So Mi Like It’<br><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Written by recording artiste Shekinah Ade-Gold, whose goal is to help usher in the most lucrative season in Jamaica\'s entertainment history.</em><br><br></p>\n<!-- /wp:paragraph -->','Oh, the ‘Spice’ of life','','publish','closed','closed','','oh-the-spice-of-life','','','2019-08-11 15:17:10','2019-08-11 20:17:10','',0,'https://buzz-caribbean.com/?p=2237',0,'post','',0),(2238,9,'2019-08-08 10:12:14','2019-08-08 15:12:14','','spice-dancehall','','inherit','closed','closed','','spice-dancehall-2','','','2019-08-08 10:12:14','2019-08-08 15:12:14','',2237,'https://buzz-caribbean.com/app/uploads/2019/08/spice-dancehall.jpg',0,'attachment','image/jpeg',0),(2239,9,'2019-08-08 10:13:07','2019-08-08 15:13:07','','Spice-dancehall-artiste','','inherit','closed','closed','','spice-dancehall-artiste','','','2019-08-08 10:13:07','2019-08-08 15:13:07','',2237,'https://buzz-caribbean.com/app/uploads/2019/08/Spice-dancehall-artiste.jpg',0,'attachment','image/jpeg',0),(2240,9,'2019-08-08 10:17:01','2019-08-08 15:17:01','<!-- wp:image {\"id\":2239} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Spice-dancehall-artiste-1024x606.jpg\" alt=\"\" class=\"wp-image-2239\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On a nice, rainy Sunday afternoon in Kingston, Jamaica – Lord knows we needed some relief from the heat — I sat at my laptop doing research on the hottest female dancehall act from the Land of Wood and Water currently doing big things around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grace Latoya Hamilton, more popularly known as Spice, has the most fascinating Wikipedia page introduction I’ve seen in a very long time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Grace Latoya Hamilton (born 6 August 1982), known professionally as Spice, is a Jamaican dancehall recording artist, singer and songwriter. Her career began when she made her debut performance at the annual music festival Sting in 2000, and subsequently became the protégé of fellow deejay Baby Cham. Spice initially gained major recognition after releasing her controversial single ‘Romping Shop’ with Vybz Kartel in 2009. She continued to gain more recognition after releasing her single, ‘So Mi Like It’ in 2014, featured on her debut EP of the same name.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B01Bdy1HCkl/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B01Bdy1HCkl/\n</div><figcaption>For her birthday, dancehall artiste Spice posted this picture that generated a lot of comments. </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Let’s pick this apart for a bit. Spice celebrates her birthday on the same day Jamaica does — awesome timing! Spice is literally the female embodiment of strength, wisdom and leadership in the dancehall sector. Funny enough, she constantly has to defend her love for her country from naysayers who view her raunchy performances and provocative lyrics in the most derogatory way they can.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Why write about her, though?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I like to put an academic spin on things we, the Jamaican public, label as ‘sins’, as opposed to the freedom to live and do as one pleases. For the most part, her discography seems filled with raunchy sex music, and one could understand that you’d hardly call a woman like this a role model for young females everywhere. However, on the flip side, aren’t most of our jokes sex-based in the workplaces, schools and social community settings? Isn’t good sex the requirement for most modern-day relationships?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2238} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/spice-dancehall-1024x677.jpg\" alt=\"\" class=\"wp-image-2238\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Spice is a woman who would have suffered the ego-driven, male-dominated field of dancehall, risen above it, found a niche that could sell and made a goddamn successful business out of what she loved to do the most.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She is a role model because she is giving a voice to black women in Jamaica, endearing with power and authority, demanding to be heard, understood and respected. No wonder her debut EP was aptly named, ‘So Mi Like It’<br><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Written by recording artiste Shekinah Ade-Gold, whose goal is to help usher in the most lucrative season in Jamaica\'s entertainment history.</em><br><br></p>\n<!-- /wp:paragraph -->','Oh, the ‘Spice’ of life','','inherit','closed','closed','','2237-revision-v1','','','2019-08-08 10:17:01','2019-08-08 15:17:01','',2237,'https://buzz-caribbean.com/article/2237-revision-v1/',0,'revision','',0),(2241,9,'2019-08-08 10:19:36','2019-08-08 15:19:36','<!-- wp:image {\"id\":2239} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Spice-dancehall-artiste-1024x606.jpg\" alt=\"\" class=\"wp-image-2239\" /><figcaption>Entertainer Spice is one of the top dancehall artistes in Jamaica. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On a nice, rainy Sunday afternoon in Kingston, Jamaica – Lord knows we needed some relief from the heat — I sat at my laptop doing research on the hottest female dancehall act from the Land of Wood and Water currently doing big things around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grace Latoya Hamilton, more popularly known as Spice, has the most fascinating Wikipedia page introduction I’ve seen in a very long time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Grace Latoya Hamilton (born 6 August 1982), known professionally as Spice, is a Jamaican dancehall recording artist, singer and songwriter. Her career began when she made her debut performance at the annual music festival Sting in 2000, and subsequently became the protégé of fellow deejay Baby Cham. Spice initially gained major recognition after releasing her controversial single ‘Romping Shop’ with Vybz Kartel in 2009. She continued to gain more recognition after releasing her single, ‘So Mi Like It’ in 2014, featured on her debut EP of the same name.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B01Bdy1HCkl/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B01Bdy1HCkl/\n</div><figcaption>For her birthday, dancehall artiste Spice posted this picture that generated a lot of comments. </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Let’s pick this apart for a bit. Spice celebrates her birthday on the same day Jamaica does — awesome timing! Spice is literally the female embodiment of strength, wisdom and leadership in the dancehall sector. Funny enough, she constantly has to defend her love for her country from naysayers who view her raunchy performances and provocative lyrics in the most derogatory way they can.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Why write about her, though?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I like to put an academic spin on things we, the Jamaican public, label as ‘sins’, as opposed to the freedom to live and do as one pleases. For the most part, her discography seems filled with raunchy sex music, and one could understand that you’d hardly call a woman like this a role model for young females everywhere. However, on the flip side, aren’t most of our jokes sex-based in the workplaces, schools and social community settings? Isn’t good sex the requirement for most modern-day relationships?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2238} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/spice-dancehall-1024x677.jpg\" alt=\"\" class=\"wp-image-2238\" /><figcaption>Spice continues to make waves with her music. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Spice is a woman who would have suffered the ego-driven, male-dominated field of dancehall, risen above it, found a niche that could sell and made a goddamn successful business out of what she loved to do the most.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She is a role model because she is giving a voice to black women in Jamaica, endearing with power and authority, demanding to be heard, understood and respected. No wonder her debut EP was aptly named, ‘So Mi Like It’<br><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Written by recording artiste Shekinah Ade-Gold, whose goal is to help usher in the most lucrative season in Jamaica\'s entertainment history.</em><br><br></p>\n<!-- /wp:paragraph -->','Oh, the ‘Spice’ of life','','inherit','closed','closed','','2237-revision-v1','','','2019-08-08 10:19:36','2019-08-08 15:19:36','',2237,'https://buzz-caribbean.com/article/2237-revision-v1/',0,'revision','',0),(2243,11,'2019-08-08 10:32:26','2019-08-08 15:32:26','<!-- wp:paragraph -->\n<p>Chairman of Eppley Caribbean Property Fund (ECPF), Nicholas Scott is all set to score another hit with a growing interest in what is the Caribbean’s only real estate cross-listed ( Jamaica, Trinidad and Barbados) fund. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2242,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Nicholas-Scott-Eppley.jpg\" alt=\"\" class=\"wp-image-2242\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A mix of retail and industrial assets, Eppley Caribbean Property Fund sees <a href=\"http://ncbcapitalmarkets.com/eppley/\">NCB Capital Markets</a>, headed by CEO Steven Gooden as arranger. Explaining the rationale behind taking this fund across the Caribbean, Scott, who is carving out a reputation as one of Jamaica’s finest financial sector operators said: “ Like all Jamaican investors we were enjoying stock markets at historic highs and interest rates at all-time lows, but we were also searching for value and it was getting harder to find. We discovered it in Barbados.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Like what we had seen in Jamaica years earlier, Barbados was also showing early signs of a turn around – a new administration, an IMF program, a debt restructuring and aggressive tax reforms.” In May 2018, Eppley took control of the largest property fund in Barbados and renamed it the Eppley Caribbean Fund. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Scott, in the fund’s first year, Eppley has increased the fund’s earnings by almost 60%. The aim now is to increase its reach across the Caribbean. Eppley’s portfolio of buildings has some stellar tenants including Courts, Republic Bank, CIBC First Caribbean and Access Financial. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Combined, they produce yields of between 8% to 9%, much higher yields than banks, plus unlike bonds, the value of its buildings are likely to increase over time. “We are offering all Jamaican investors the ability to own a portfolio of high quality commercial real estate, spread throughout the Caribbean in a liquid and tax-efficient form.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many of us can buy properties in Jamaica directly and we should, however, the fund offers liquidity, no transaction costs when it\'s time to sell and risk spread across multiple countries and properties,” said Scott. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s heartening to see a Jamaican company looking to cross-list.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How do you think the Eppley Caribbean Property Fund will perform across the Caribbean? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Will many buy and hold this stock?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Let us know at BUZZ.</strong></p>\n<!-- /wp:paragraph -->','Eppley’s Nicholas Scott champions real estate fund for the Caribbean','','inherit','closed','closed','','2236-revision-v1','','','2019-08-08 10:32:26','2019-08-08 15:32:26','',2236,'https://buzz-caribbean.com/article/2236-revision-v1/',0,'revision','',0),(2244,4,'2019-08-08 11:13:43','2019-08-08 16:13:43','<!-- wp:paragraph -->\n<p>Europe has been showing dancehall Veteran Busy Signal crazy love during his ongoing summer tour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The artiste continues to draw large crowds at each stop across the European continent. The Volcanic Euro Tour, which began on July 25, will conclude Sunday, August 25 at Reggae Lake Festival in Amsterdam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0uNAysAyam/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0uNAysAyam/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Busy Signal has so far performed in Bangols Sur Ceze, France and made stops in Sweden and Italy. He will perform in Spain at the popular reggae festival, Rototom Sunsplash, on Saturday, August 17.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0hJvnaAwu3/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0hJvnaAwu3/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The Volcanic Euro Tour\nfollows Busy’s latest hit single <strong>Got to Tell You</strong> from his upcoming album\n<strong>Parts of the Puzzle</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>These are the remaining dates for the Volcanic Euro Tour:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>August 17: BENICASSIM, SPAIN </li><li>August 20: BERLIN, GERMANY </li><li>August 21: HAMBURG, GERMANY</li><li>August 22: DORTMUND, GERMANY</li><li>August 23: KOLN, GERMANY </li><li>August 24: BRUGES, GERMANY</li><li>August 25: HOLLAND, AMSTERDAM</li></ul>\n<!-- /wp:list -->','Busy Signal heats up Europe with Volcanic Tour','','publish','closed','closed','','busy-signal-heats-up-europe-with-volcanic-tour','','','2019-08-14 22:02:20','2019-08-15 03:02:20','',0,'https://buzz-caribbean.com/?p=2244',0,'post','',0),(2245,11,'2019-08-08 10:46:32','2019-08-08 15:46:32','<!-- wp:paragraph -->\n<p>Chairman of Eppley Caribbean Property Fund (ECPF), Nicholas Scott is all set to score another hit with a growing interest in what is the Caribbean’s only real estate cross-listed ( Jamaica, Trinidad and Barbados) fund. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2242,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Nicholas-Scott-Eppley.jpg\" alt=\"\" class=\"wp-image-2242\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A mix of retail and industrial assets, Eppley Caribbean Property Fund sees <a href=\"http://ncbcapitalmarkets.com/eppley/\">NCB Capital Markets</a>, headed by CEO Steven Gooden as arranger. Explaining the rationale behind taking this fund across the Caribbean, Scott, who is carving out a reputation as one of Jamaica’s finest financial sector operators said: “ Like all Jamaican investors we were enjoying stock markets at historic highs and interest rates at all-time lows, but we were also searching for value and it was getting harder to find. We discovered it in Barbados.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Like what we had seen in Jamaica years earlier, Barbados was also showing early signs of a turnaround – a new administration, an IMF program, a debt restructuring and aggressive tax reforms.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In May 2018, Eppley took control of the largest property fund in Barbados and renamed it the Eppley Caribbean Fund. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Scott, in the fund’s first year, Eppley has increased the fund’s earnings by almost 60%. The aim now is to increase its reach across the Caribbean. Eppley’s portfolio of buildings has some stellar tenants including Courts, Republic Bank, CIBC First Caribbean and Access Financial. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Combined, they produce yields of between 8% to 9%, much higher yields than banks, plus unlike bonds, the value of its buildings are likely to increase over time. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-large\"} -->\n<blockquote class=\"wp-block-quote is-style-large\"><p>“We are offering all Jamaican investors the ability to own a portfolio of high quality commercial real estate, spread throughout the Caribbean in a liquid and tax-efficient form.”</p><cite>Chairman of Eppley Caribbean Property Fund (ECPF), Nicholas Scott</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Many of us can buy properties in Jamaica directly and we should, however, the fund offers liquidity, no transaction costs when it\'s time to sell and risk spread across multiple countries and properties,” said Scott. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s heartening to see a Jamaican company looking to cross-list.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How do you think the Eppley Caribbean Property Fund will perform across the Caribbean? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Will many buy and hold this stock?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Let us know at BUZZ.</strong></p>\n<!-- /wp:paragraph -->','Eppley’s Nicholas Scott champions real estate fund for the Caribbean','','inherit','closed','closed','','2236-revision-v1','','','2019-08-08 10:46:32','2019-08-08 15:46:32','',2236,'https://buzz-caribbean.com/article/2236-revision-v1/',0,'revision','',0),(2246,11,'2019-08-08 11:10:40','2019-08-08 16:10:40','<!-- wp:paragraph -->\n<p>Fifty-year-old stationery leader, Stationery &amp; Office Supplies (SOS) Ltd. continues to see its financial fortunes grow.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3348} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Signage-SOS-BUZZ-1024x683.jpg\" alt=\"\" class=\"wp-image-3348\" /><figcaption>SOS Ltd\'s offices on Beechwood Avenue in Kingston, Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For the financial year 2017 to 2018, SOS\nposted revenues of $1.06 billion, an increase of 17% over the previous year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pre-tax profits came in at $85 million, an increase on the $83 million posted in the prior year. Its stock price has jumped from $4.97 at the start of the years to $8.19 presently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Increase of 17% over the previous year </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>SOS made significant strides with the\nacquisition of SEEK, allowing it to acquire the manufacturing assets of Book\nEmpire. Book Empire makes the SEEK Brand of notebooks and writing pads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3358} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Manufacturing-SEEK-Notebooks-SOS-BUZZ-1024x683.jpg\" alt=\"\" class=\"wp-image-3358\" /><figcaption>Manufacturing of SEEK notebooks</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This $80 million acquisition allowed SOS to\nstart light manufacturing, thus reducing its dependence on imported office and\nfurniture supplies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>This has given us an opportunity to prove that local does not mean inferior, as we’ve seen sales skyrocket since that acquisition.</p><cite> —  Allan McDaniel, SOS Ltd’s Deputy Managing Director</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“We’re excited about the SEEK acquisition,\nnot just because of the profitable implications of being able to decrease our\nimports, but having the opportunity to promote brand Jamaica in this way means\na lot to us, as a company who is also heavily invested in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3360,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/SEEK-Composition-Books-SOS-BUZZ-1024x683.jpg\" alt=\"\" class=\"wp-image-3360\" /><figcaption>SEEK composition books</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“This has given us an opportunity to prove\nthat local does not mean inferior, as we’ve seen sales skyrocket since that\nacquisition, said SOS Ltd’s Deputy Managing Director, Allan McDaniel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3361} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/SEEK-Stationery-SOS-BUZZ-1024x683.jpg\" alt=\"\" class=\"wp-image-3361\" /><figcaption>Collection of SEEK notebooks</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For the first quarter of 2019, revenues are\nup 23% with pre-tax profits increasing by 30%.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The company has plans in place to export to\nBarbados this year.</p>\n<!-- /wp:paragraph -->','SOS Ltd posts revenues of $1.06 billion for 2018','','publish','closed','closed','','sos-ltd-posts-revenues-of-1-06-billion-for-2018','','','2019-08-17 10:39:43','2019-08-17 15:39:43','',0,'https://buzz-caribbean.com/?p=2246',0,'post','',0),(2247,23,'2019-08-14 19:23:20','2019-08-15 00:23:20','<!-- wp:image {\"id\":2254} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chronixx.jpg\" alt=\"\" class=\"wp-image-2254\" /><figcaption>Chronixx continues to make a major impact with his music. (Photo: Chronixx\'s website)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"You should definitely write an article about Chronixx,” my friend said in a WhatsApp message. “About how much work he’s done in reggae or maybe whether or not he can be placed on the same pedestal as Bob Marley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be honest, this topic had been brewing in my mind for approximately a year and a half. Firstly, could anyone compare to the great Bob Marley? Second, can the living be compared to the dead, especially when both lived in different periods? Last, why does any of this even matter?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2255} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bob-marley-1024x569.jpg\" alt=\"\" class=\"wp-image-2255\" /><figcaption>Bob Marley has received many accolades for his extensive catalogue.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>I will not claim to be the biggest Chronixx fan, but I’ve been a supporter of the team since his earlier years. Throughout the different phases of his career (so far), he has connected with Jamaican and international audiences on many levels. Using my novice-level skill of analysis, I deduced three major phases of Jamar McNaughton, the rebel who would not follow anyone with their pants below waist level or bleached faces. The second phase was the declaration of the ‘Dread and Terrible’, the staunch defence against those who would dare to suppress the ‘Alpha And Omega’ while living on ‘Capture Land’— an irony that had every Rasta man proclaiming ‘Here Comes Trouble’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Can the living be compared to the dead, especially when both lived in different periods?\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>This then brings us to what I am in favour of calling the current era of his reign. In this time, the mere swoon of his vocals over any stereo device or musical gadget, Instagram video, voice note reminds us daily that he is now a household name and the new benchmark for professionalism in reggae for an upcoming act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On August 6, 2018, I listened to Chronixx’s latest work ‘Chronology’, and the man ministered unto my soul as I sat on a rock in one of my favourite parks in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtube.com/watch?v=fUREgj4i684\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtube.com/watch?v=fUREgj4i684\n</div><figcaption>The official music video for Chronixx\'s \'I Can\' has garnered more than seven million views. </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>But to compare him to Bob Marley? That could be a stretch too far.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the few I’ve spoken to, and as it relates to the many conversations in various media that I have seen or read, Bob was set apart in a very revolutionary way. He sang for freedom from mental slavery, launched the face and personality that our thriving tourism industry has reaped numerous benefits from and has created a family dynasty that has major clout and influence in music and other creative/non-creative industries. He has also left a vast catalogue of music that many of us still enjoy, and he has also received some of the highest awards internationally. To this day, making Bob Marley a national hero is a topic of debate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2256} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bob-marley-B-1024x587.jpg\" alt=\"\" class=\"wp-image-2256\" /><figcaption>There is often debate about making Bob Marley a national hero. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bob started recording at about 18 years old and passed away at 36 which gave him roughly 18 years to make an impact, and today we only call him a king because he did.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bob may continue to sell, and his music will always hold its place for as long as time allows, but Chronixx is definitely ruling hearts, making them feel and spire towards a higher, much more balanced state of consciousness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2258} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chronixx-A.jpg\" alt=\"\" class=\"wp-image-2258\" /><figcaption>Chronixx has been performing at sold-out shows across the globe. (Photo: Chronixx\'s website)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Can he someday be crowned a king for having the same kind of impact?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Someday,” my co-worker responded when I asked her one afternoon. Then she continued nodding her head to ‘Skankin’ Sweet’ that was being played on her phone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> — <em><strong>Written by recording artiste Shekinah Ade-Gold</strong></em><br> <br> </p>\n<!-- /wp:paragraph -->','Can we really compare Chronixx to Bob Marley?','','publish','open','closed','','can-we-really-compare-chronixx-to-bob-marley','','','2019-08-15 11:03:01','2019-08-15 16:03:01','',0,'https://buzz-caribbean.com/?p=2247',0,'post','',0),(2248,4,'2019-08-08 10:50:35','2019-08-08 15:50:35','<!-- wp:paragraph -->\n<p>Dancehall Veteran Busy Signal\nis to wrap up his summer tour later this month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Volcanic Euro Tour, which\nbegan on July 25, will conclude Sunday, August 25 at Reggae Lake Festival in\nAmsterdam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0uNAysAyam/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0uNAysAyam/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Busy Signal has so far performed in Bangols Sur Ceze, France and made stops in Sweden and Italy. He will perform in Spain at\nthe popular reggae festival, Rototom Sunsplash on Saturday, August 17.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0hJvnaAwu3/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0hJvnaAwu3/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The Volcanic Euro Tour\nfollows Busy’s latest hit single <strong>Got to Tell You</strong> from his upcoming album\n<strong>Parts of the Puzzle</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>These are the remaining dates for the Volcanic Euro Tour:</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>August 17: BENICASSIM, SPAIN </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>August 20: BERLIN, GERMANY </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>August 21: HAMBURG, GERMANY </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>August 22: DORTMUND, GERMANY </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>August 23: KOLN, GERMANY </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>August 24: BRUGES, GERMANY </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>August 25 - HOLLAND,\nAMSTERDAM</p>\n<!-- /wp:paragraph -->','Busy Signal embarks on Summer European Tour','','inherit','closed','closed','','2244-revision-v1','','','2019-08-08 10:50:35','2019-08-08 15:50:35','',2244,'https://buzz-caribbean.com/article/2244-revision-v1/',0,'revision','',0),(2249,4,'2019-08-08 10:54:17','2019-08-08 15:54:17','<!-- wp:paragraph -->\n<p>Dancehall Veteran Busy Signal\nis to wrap up his summer tour later this month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Volcanic Euro Tour, which\nbegan on July 25, will conclude Sunday, August 25 at Reggae Lake Festival in\nAmsterdam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0uNAysAyam/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0uNAysAyam/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Busy Signal has so far performed in Bangols Sur Ceze, France and made stops in Sweden and Italy. He will perform in Spain at\nthe popular reggae festival, Rototom Sunsplash on Saturday, August 17.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0hJvnaAwu3/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0hJvnaAwu3/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The Volcanic Euro Tour\nfollows Busy’s latest hit single <strong>Got to Tell You</strong> from his upcoming album\n<strong>Parts of the Puzzle</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>These are the remaining dates for the Volcanic Euro Tour:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>August 17: BENICASSIM, SPAIN </li><li>August 20: BERLIN, GERMANY </li><li>August 21: HAMBURG, GERMANY</li><li>August 22: DORTMUND, GERMANY</li><li>August 23: KOLN, GERMANY </li><li>August 24: BRUGES, GERMANY</li><li>August 25: HOLLAND, AMSTERDAM</li></ul>\n<!-- /wp:list -->','Busy Signal embarks on Summer European Tour','','inherit','closed','closed','','2244-revision-v1','','','2019-08-08 10:54:17','2019-08-08 15:54:17','',2244,'https://buzz-caribbean.com/article/2244-revision-v1/',0,'revision','',0),(2250,11,'2019-08-08 11:07:36','2019-08-08 16:07:36','','Allan-McDaniel','','inherit','closed','closed','','allan-mcdaniel','','','2019-08-08 11:07:36','2019-08-08 16:07:36','',2246,'https://buzz-caribbean.com/app/uploads/2019/08/Allan-McDaniel.png',0,'attachment','image/png',0),(2251,11,'2019-08-08 11:10:17','2019-08-08 16:10:17','','SOS Logo','','inherit','closed','closed','','sos-logo','','','2019-08-08 11:10:17','2019-08-08 16:10:17','',2246,'https://buzz-caribbean.com/app/uploads/2019/08/SOS-logo.png',0,'attachment','image/png',0),(2252,11,'2019-08-08 11:10:40','2019-08-08 16:10:40','<!-- wp:paragraph -->\n<p>Fifty-year-old stationery leader, Stationery &amp; Office Supplies (SOS) Ltd. continues to see its financial fortunes grow.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the financial year 2017 to 2018, SOS\nposted revenues of $1.06 billion, an increase of 17% over the previous year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pre-tax profits came in at $85 million, an increase on the $83 million posted in the prior year. Its stock price has jumped from $4.97 at the start of the years to $8.19 presently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>SOS made significant strides with the\nacquisition of SEEK, allowing it to acquire the manufacturing assets of Book\nEmpire. Book Empire makes the SEEK Brand of notebooks and writing pads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>This has given us an opportunity to prove that local does not mean inferior, as we’ve seen sales skyrocket since that acquisition.</p><cite>SOS Ltd’s Deputy Managing Director, Allan McDaniel</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>This $80 million acquisition allowed SOS to\nstart light manufacturing, thus reducing its dependence on imported office and\nfurniture supplies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’re excited about the SEEK acquisition,\nnot just because of the profitable implications of being able to decrease our\nimports, but having the opportunity to promote brand Jamaica in this way means\na lot to us, as a company who is also heavily invested in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2250,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Allan-McDaniel.png\" alt=\"\" class=\"wp-image-2250\" /><figcaption> SOS Ltd’s Deputy Managing Director, Allan McDaniel </figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“This has given us an opportunity to prove\nthat local does not mean inferior, as we’ve seen sales skyrocket since that\nacquisition, said SOS Ltd’s Deputy Managing Director, Allan McDaniel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the first quarter of 2019, revenues are\nup 23% with pre-tax profits increasing by 30%.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The company has plans in place to export to\nBarbados this year.</p>\n<!-- /wp:paragraph -->','SOS Ltd posts revenues of $1.06 billion for 2018','','inherit','closed','closed','','2246-revision-v1','','','2019-08-08 11:10:40','2019-08-08 16:10:40','',2246,'https://buzz-caribbean.com/article/2246-revision-v1/',0,'revision','',0),(2253,13,'2019-08-08 11:31:51','2019-08-08 16:31:51','<!-- wp:paragraph -->\n<p>Ben Simmons was denied entry to the \'Crown Casino\' in Melbourne, Australia, his hometown when bouncers claimed to not recognize the NBA<br> star. Simmons in an Instagram post implied the incident was racial profiling asking why he and two black friends were asked for ID\'S but the white friends were not. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2261} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ben-simmons.jpg\" alt=\"\" class=\"wp-image-2261\" /><figcaption>Philadelphia 76ers guard Ben Simmons (25) Mandatory Credit: Bill Streicher-USA TODAY Sports <em>(Photo:sixerswire.usatoday.com)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <a href=\"https://www.dailymail.co.uk/news/article-7219105/Australias-highest-paid-athlete-Basketballer-Ben-Simmons-set-sign-240MILLION-NBA-contract.html\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">highest-paid Australian athlete</a> felt he and his friends were singled out by Crown Casino security at the time but has since then deleted the post following a response from the casino that issued a statement saying its security staff routinely do ID checks on anyone who appears to be younger than 25. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0pC8_aHLEv/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0pC8_aHLEv/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The Victorian government\'s tourism body has a sponsorship with Ben<br>Simmons. A Visit Victoria spokesman issued a statement about their<br>commercial arrangement with the $170 million Philadelphia 76er to \"utilize<br>his international profile in promoting Victoria to a global audience.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0kP5vDn2k0/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0kP5vDn2k0/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->','Ben Simmons cries racial profiling by casino','','publish','closed','closed','','ben-simmons-cries-racial-profiling-by-casino','','','2019-08-15 11:33:02','2019-08-15 16:33:02','',0,'https://buzz-caribbean.com/?p=2253',0,'post','',0),(2254,9,'2019-08-08 11:11:01','2019-08-08 16:11:01','','chronixx','','inherit','closed','closed','','chronixx','','','2019-08-08 11:11:01','2019-08-08 16:11:01','',2247,'https://buzz-caribbean.com/app/uploads/2019/08/chronixx.jpg',0,'attachment','image/jpeg',0),(2255,9,'2019-08-08 11:11:21','2019-08-08 16:11:21','','bob-marley','','inherit','closed','closed','','bob-marley','','','2019-08-08 11:11:21','2019-08-08 16:11:21','',2247,'https://buzz-caribbean.com/app/uploads/2019/08/bob-marley.jpg',0,'attachment','image/jpeg',0),(2256,9,'2019-08-08 11:11:39','2019-08-08 16:11:39','','bob-marley-B','','inherit','closed','closed','','bob-marley-b','','','2019-08-08 11:11:39','2019-08-08 16:11:39','',2247,'https://buzz-caribbean.com/app/uploads/2019/08/bob-marley-B.jpg',0,'attachment','image/jpeg',0),(2257,4,'2019-08-08 11:12:04','2019-08-08 16:12:04','<!-- wp:paragraph -->\n<p>Europe has been showing dancehall Veteran Busy Signal crazy love during his ongoing summer tour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The artiste continues to draw large crowds at each stop across the European continent. The Volcanic Euro Tour, which began on July 25, will conclude Sunday, August 25 at Reggae Lake Festival in Amsterdam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0uNAysAyam/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0uNAysAyam/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Busy Signal has so far performed in Bangols Sur Ceze, France and made stops in Sweden and Italy. He will perform in Spain at the popular reggae festival, Rototom Sunsplash, on Saturday, August 17.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0hJvnaAwu3/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0hJvnaAwu3/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The Volcanic Euro Tour\nfollows Busy’s latest hit single <strong>Got to Tell You</strong> from his upcoming album\n<strong>Parts of the Puzzle</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>These are the remaining dates for the Volcanic Euro Tour:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>August 17: BENICASSIM, SPAIN </li><li>August 20: BERLIN, GERMANY </li><li>August 21: HAMBURG, GERMANY</li><li>August 22: DORTMUND, GERMANY</li><li>August 23: KOLN, GERMANY </li><li>August 24: BRUGES, GERMANY</li><li>August 25: HOLLAND, AMSTERDAM</li></ul>\n<!-- /wp:list -->','Busy Signal heats up Europe with Volcanic Tour','','inherit','closed','closed','','2244-revision-v1','','','2019-08-08 11:12:04','2019-08-08 16:12:04','',2244,'https://buzz-caribbean.com/article/2244-revision-v1/',0,'revision','',0),(2258,9,'2019-08-08 11:12:08','2019-08-08 16:12:08','','chronixx-A','','inherit','closed','closed','','chronixx-a','','','2019-08-08 11:12:08','2019-08-08 16:12:08','',2247,'https://buzz-caribbean.com/app/uploads/2019/08/chronixx-A.jpg',0,'attachment','image/jpeg',0),(2260,4,'2019-08-08 11:15:53','2019-08-08 16:15:53','','Busy','','inherit','closed','closed','','busy','','','2019-08-08 11:15:53','2019-08-08 16:15:53','',0,'https://buzz-caribbean.com/app/uploads/2019/08/busy.jpg',0,'attachment','image/jpeg',0),(2261,11,'2019-08-08 11:17:06','2019-08-08 16:17:06','','','','inherit','closed','closed','','nba-indiana-pacers-at-philadelphia-76ers','','','2019-08-08 11:31:25','2019-08-08 16:31:25','',2253,'https://buzz-caribbean.com/app/uploads/2019/08/ben-simmons.jpg',0,'attachment','image/jpeg',0),(2262,9,'2019-08-08 11:22:41','2019-08-08 16:22:41','<!-- wp:image {\"id\":2254} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chronixx.jpg\" alt=\"\" class=\"wp-image-2254\" /><figcaption>Chronixx continues to make a major impact with his music. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"You should definitely write an article about Chronixx,” my friend said in a WhatsApp message. “About how much work he’s done in reggae or maybe whether or not he can be placed on the same pedestal as Bob Marley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be honest, this topic had been brewing in my mind for approximately a year and a half. Firstly, could anyone compare to the great Bob Marley? Second, can the living be compared to the dead, especially when both lived in different periods? Last, why does any of this even matter?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2255} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bob-marley-1024x569.jpg\" alt=\"\" class=\"wp-image-2255\" /><figcaption>Bob Marley has received many accolades for his extensive catalogue.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>I will not claim to be the biggest Chronixx fan, but I’ve been a supporter of the team since his earlier years. Throughout the different phases of his career (so far), he has connected with Jamaican and international audiences on many levels. Using my novice-level skill of analysis, I deduced three major phases of Jamar McNaughton, the rebel who would not follow anyone with their pants below waist level or bleached faces. The second phase was the declaration of the ‘Dread and Terrible’, the staunch defence against those who would dare to suppress the ‘Alpha And Omega’ while living on ‘Capture Land’— an irony that had every Rasta man proclaiming ‘Here Comes Trouble’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Can the living be compared to the dead, especially when both lived in different periods?\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>This then brings us to what I am in favour of calling the current era of his reign. In this time, the mere swoon of his vocals over any stereo device or musical gadget, Instagram video, voice note reminds us daily that he is now a household name and the new benchmark for professionalism in reggae for an upcoming act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On August 6, 2018, I listened to Chronixx’s latest work ‘Chronology’, and the man ministered unto my soul as I sat on a rock in one of my favourite parks in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtube.com/watch?v=fUREgj4i684\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtube.com/watch?v=fUREgj4i684\n</div><figcaption>The official music video for Chronixx\'s \'I Can\' has garnered more than seven million views. </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>But to compare him to Bob Marley? That could be a stretch too far.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the few I’ve spoken to, and as it relates to the many conversations in<br>various media that I have seen or read, Bob was set apart in a very revolutionary way. He sang for freedom from mental slavery, launched the face and personality that our thriving tourism industry has reaped numerous benefits from and has created a family dynasty that has major clout and influence in music and other creative/non-creative industries. He has also left a vast catalogue of music that many of us still enjoy, and he has also received some of the highest awards internationally. To this day, making Bob Marley a national hero is a topic of debate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2256} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bob-marley-B-1024x587.jpg\" alt=\"\" class=\"wp-image-2256\" /><figcaption>There is often debate about making Bob Marley a national hero. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bob started recording at about 18 years old and passed away at 36 which gave him roughly 18 years to make an impact, and today we only call him a king because he did.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bob may continue to sell, and his music will always hold its place for as long as time allows, but Chronixx is definitely ruling hearts, making them feel and spire towards a higher, much more balanced state of consciousness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2258} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chronixx-A.jpg\" alt=\"\" class=\"wp-image-2258\" /><figcaption>Chronixx has been performing at sold-out shows across the globe. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Can he someday be crowned a king for having the same kind of impact?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Someday,” my co-worker responded when I asked her one afternoon. Then she continued nodding her head to ‘Skankin’ Sweet’ that was being played on her phone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Written by recording artiste Shekinah Ade-Gold, whose goal is to help usher in the most lucrative season in Jamaica\'s entertainment history.</em><br> <br> </p>\n<!-- /wp:paragraph -->','Can we really compare Chronixx to Bob Marley?','','inherit','closed','closed','','2247-revision-v1','','','2019-08-08 11:22:41','2019-08-08 16:22:41','',2247,'https://buzz-caribbean.com/article/2247-revision-v1/',0,'revision','',0),(2263,4,'2019-08-08 11:29:03','2019-08-08 16:29:03','<!-- wp:image {\"id\":2239} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Spice-dancehall-artiste-1024x606.jpg\" alt=\"\" class=\"wp-image-2239\" /><figcaption>Entertainer Spice is one of the top dancehall artistes in Jamaica. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On a nice, rainy Sunday afternoon in Kingston, Jamaica – Lord knows we needed some relief from the heat — I sat at my laptop doing research on the hottest female dancehall act from the Land of Wood and Water currently doing big things around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grace Latoya Hamilton, more popularly known as Spice, has the most fascinating Wikipedia page introduction I’ve seen in a very long time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Grace Latoya Hamilton (born 6 August 1982), known professionally as Spice, is a Jamaican dancehall recording artist, singer and songwriter. Her career began when she made her debut performance at the annual music festival Sting in 2000, and subsequently became the protégé of fellow deejay Baby Cham. Spice initially gained major recognition after releasing her controversial single ‘Romping Shop’ with Vybz Kartel in 2009. She continued to gain more recognition after releasing her single, ‘So Mi Like It’ in 2014, featured on her debut EP of the same name.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B01Bdy1HCkl/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B01Bdy1HCkl/\n</div><figcaption>For her birthday, dancehall artiste Spice posted this picture that generated a lot of comments. </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Let’s pick this apart for a bit. Spice celebrates her birthday on the same day Jamaica does — awesome timing! Spice is literally the female embodiment of strength, wisdom and leadership in the dancehall sector. Funny enough, she constantly has to defend her love for her country from naysayers who view her raunchy performances and provocative lyrics in the most derogatory way they can.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Why write about her, though?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I like to put an academic spin on things we, the Jamaican public, label as ‘sins’, as opposed to the freedom to live and do as one pleases. For the most part, her discography seems filled with raunchy sex music, and one could understand that you’d hardly call a woman like this a role model for young females everywhere. However, on the flip side, aren’t most of our jokes sex-based in the workplaces, schools and social community settings? Isn’t good sex the requirement for most modern-day relationships?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2238} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/spice-dancehall-1024x677.jpg\" alt=\"\" class=\"wp-image-2238\" /><figcaption>Spice continues to make waves with her music. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Spice is a woman who would have suffered the ego-driven, male-dominated field of dancehall, risen above it, found a niche that could sell and made a goddamn successful business out of what she loved to do the most. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She is a role model because she is giving a voice to black women in Jamaica, endearing with power and authority, demanding to be heard, understood and respected. No wonder her debut EP was aptly named, ‘So Mi Like It’<br><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Written by recording artiste Shekinah Ade-Gold, whose goal is to help usher in the most lucrative season in Jamaica\'s entertainment history.</em><br><br></p>\n<!-- /wp:paragraph -->','Oh, the ‘Spice’ of life','','inherit','closed','closed','','2237-revision-v1','','','2019-08-08 11:29:03','2019-08-08 16:29:03','',2237,'https://buzz-caribbean.com/article/2237-revision-v1/',0,'revision','',0),(2264,11,'2019-08-08 11:31:51','2019-08-08 16:31:51','<!-- wp:paragraph -->\n<p>Ben Simmons was denied entry to the \'Crown Casino\' in Melbourne, Australia, his hometown when bouncers claimed to not recognize the NBA<br> star. Simmons in an Instagram post implied the incident was racial profiling asking why he and two black friends were asked for ID\'S but the white friends were not. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2261} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ben-simmons.jpg\" alt=\"\" class=\"wp-image-2261\" /><figcaption>Philadelphia 76ers guard Ben Simmons (25) Mandatory Credit: Bill Streicher-USA TODAY Sports <em>(Photo:sixerswire.usatoday.com)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <a href=\"https://www.dailymail.co.uk/news/article-7219105/Australias-highest-paid-athlete-Basketballer-Ben-Simmons-set-sign-240MILLION-NBA-contract.html\">highest-paid Australian athlete</a> felt he and his friends were singled out by Crown Casino security at the time but has since then deleted the post following a response from the casino that issued a statement saying its security staff routinely do ID checks on anyone who appears to be younger than 25. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0pC8_aHLEv/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0pC8_aHLEv/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The Victorian government\'s tourism body has a sponsorship with Ben<br>Simmons. A Visit Victoria spokesman issued a statement about their<br>commercial arrangement with the $170 million Philadelphia 76er to \"utilize<br>his international profile in promoting Victoria to a global audience.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0kP5vDn2k0/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0kP5vDn2k0/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->','Ben Simmons cries racial profiling by casino','','inherit','closed','closed','','2253-revision-v1','','','2019-08-08 11:31:51','2019-08-08 16:31:51','',2253,'https://buzz-caribbean.com/article/2253-revision-v1/',0,'revision','',0),(2266,4,'2019-08-08 11:34:39','2019-08-08 16:34:39','<!-- wp:paragraph -->\n<p>The nomination of Donald Ray Tapia as US Ambassador to Jamaica has now been confirmed by the US Senate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tapia, who is 81, has said that he wants to pay particular attention to Jamaica’s energy sector.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His predecessor, Luis Moreno oversaw US investment of over US$1 billion in Jamaica during his tenure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Here’s what you need to know about the inspirational and mercurial Donald Ray Tapia:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><br> <br> .Donald is a businessman who hails from Detroit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He once said in an interview: “I am the American dream who made it from the slums of Detroit to Paradise Valley. It was a hell of a ride from a one-bedroom flat with a Murphy bed shared by my mother and sister while I slept on a couch; a father who disappears; and a mother who’s strapped to make the rent and feed my sister and I. I used to tell people we had a lot – a lot of potato soup with very little potatoes.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>. He is a US Air Force veteran.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>. He moved to Arizona where he ran a successful business selling wires, tools and equipment for the construction industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“ If you are going to run a business, you need to know about finance,” he once declared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>. Donald Tapia’s mantra is, “There is no try, only do.”<br> <br> . He was the Chairman and CEO of the Essco Group Management for over 30 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I ran Essco for 25 years without a degree. Nobody knew the difference because I understood the business and I could talk to presidents of companies without any intimidation. Nobody ever intimidated me. That’s the main thing.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>. With his granddaughter graduating and always stressing upon the value of an education, he decided at the age of 62 to sign up for a degree course. He then did his Master’s in Business Administration in 2007</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>.&nbsp; He graduated from Saint Leo University where he has a US$12 million, 47,921 square foot business school named after him, “The Donald R. Tapia School of Business.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>. “Never forget where you come from, but never look back. There are a lot of people who know my name, but they’ve never met me. I was the largest Hispanic business owner in the state of Arizona,” he once said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>. He is a big Donald Trump supporter and has been seen at one of his rallies with a “Make America Great Again” hat. He is a big contributor to Trump’s political efforts and a large donor to the Republican Party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>. Donald Tapia is known for his philanthropic generosity, donating millions to various charities.<br> <br> . “Politics is interesting to me and good government,” said Tapia. He is reported to have described himself as a fiscal conservative with moderate social leanings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>. “Growing up in a very destitute area of Detroit, Michigan, I never would have imagined that I would one day appear before the distinguished Members of this Committee seeking ambassadorial confirmation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I feel the same as Bubba Watson did, when he won the Masters at Augusta National. When asked if he had dreamed of winning the Masters he said, “I never had a dream go this far, so I can’t really say it’s a dream come true.” <br> Speaking to the Senate Committee on Foreign Relations July 31, 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>. Addressing natural disasters in Jamaica, Donald Tapia said: “Jamaica is subject to extreme weather events including hurricanes, storms, flooding and earthquakes that lead to losses in capital stock and investments. The United States Agency for International Development (USAID) helped strengthen a system for developing, financing and executing sustainable climate adoption approaches in the region. If confirmed, I will support and work with the Jamaican government to strengthen its preparedness for and resilience to severe weather events.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>. On good fortune, he said: “You’ve heard about having an angel on one shoulder and a devil on the other? I had to have a flock of angels because they had to do shift work.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>. So how would he like to be remembered? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’d like to be remembered as someone who always spoke his mind, even if it wasn’t politically correct. I want to be remembered as the one who defied all the naysayers in my life and actually made something of himself. I want to be remembered as the person who is proud to have grown up in the slums of Detroit and yet was able to build something out of nothing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I want to be that role model for today’s young people who says yes, you can make it if you have a dream and the will to get there. And, finally, I want to be remembered as that person who never forgot where they came from, what it was like and that giving back to those less fortunate fulfills a personal need to share the good fortune he’s had.”</p>\n<!-- /wp:paragraph -->','Donald Tapia: What you should know about Jamaica\'s newest US Ambassador','','inherit','closed','closed','','2200-revision-v1','','','2019-08-08 11:34:39','2019-08-08 16:34:39','',2200,'https://buzz-caribbean.com/article/2200-revision-v1/',0,'revision','',0),(2267,11,'2019-08-14 14:28:06','2019-08-14 19:28:06','<!-- wp:paragraph -->\n<p>A young Manchester farmer Diandra Rowe has blazed a trail of excellence in her chosen field. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2276,2285]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Award-Winning-Farmer.jpg\" alt=\"\" data-id=\"2276\" data-link=\"https://buzz-caribbean.com/?attachment_id=2276\" class=\"wp-image-2276\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Diandra-Rowe-Champion-Farmer.jpg\" alt=\"\" data-id=\"2285\" data-link=\"https://buzz-caribbean.com/?attachment_id=2285\" class=\"wp-image-2285\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Among her accolades are: the <em>-2017 Jamaica Agricultural Society (JAS) Champion Greenhouse Farmer</em>, <em>-2017 and -2018 Most Innovative Farm</em>er,&nbsp; <em>-2017 JAS 2nd Place Young Champion Farmer</em>, <em>-2017 Inter-American Institute for Cooperation on Agriculture (IICA) Agri- Tourism Award</em>, <em>-2017 JAS 2nd place class A farm</em>,&nbsp; <em>-2017 Prime Minister’s Youth Award for Excellence in Agriculture</em>, <em>- 2018 JAS Champion Female Farmer</em> and <em>-2018 JAS 2nd place Champion Greenhouse Farmer</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2289} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rowe-reaping-rewards-from-her-hard-work-1024x576.jpg\" alt=\"\" class=\"wp-image-2289\" /><figcaption>Rowe reaping rewards from her hard work.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Diandra believes, ‘Success is not an accident and dreams don’t become reality through magic, it requires grit, determination and hard work.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She\nwas born in Mandeville, Manchester and grew up in a small community called\nGabby’s Street, which is where she still resides to date. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2286} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Farmers-reaping-and-planting-crops-in-Rowes-greenhouse.jpg\" alt=\"\" class=\"wp-image-2286\" /><figcaption>Farmers reaping and planting crops in Rowe\'s greenhouse.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Diandra grew up with both parents, her biggest influences and motivators. Her mom has been a teacher for some 30+ years and dad a farmer and Greenhouse Consultant. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Diandra says through example, her mom has taught her compassion and patience and her dad has shown her the value of hard work and the benefits of being an entrepreneur.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2301,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fresh-Produce.jpg\" alt=\"\" class=\"wp-image-2301\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I had a happy childhood. I have two brothers and many cousins. Growing up I spent a lot of time with my siblings, cousins and neighbours. We spent hours in the bushes and yard climbing trees, picking fruits and filling our tummies before dinner time. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2302,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Mixed-lettuce-at-Abbey-Garden-Farm.jpg\" alt=\"\" class=\"wp-image-2302\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We played many outdoor games. We rode our bikes, drove go-carts, explored caves etc. Some of my best and most memorable moments are from my childhood.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She\nwas educated at the Church Teachers College Early Childhood, Mandeville Primary\nand Junior High, Bishop Gibson High School, University of Technology Jamaica </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bf_J76glWLE/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bf_J76glWLE/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>In December 2014, Diandra resigned her job as a car sales agent, to return home to assist her father with the farm which over the years ran into financial difficulties. The farm suffered from a lack of proper management and attention, as her father had started a new company and no longer had the time to give it the required oversight. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2290} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rows-of-greens-ready-to-be-reaped.jpg\" alt=\"\" class=\"wp-image-2290\" /><figcaption>Rows of leafy greens ready to be reaped</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“I have been managing the farm full time from January 2015 to date.” </p><cite>Diandra Rowe</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>My mission when I started was and still is to grow\nmy family’s business for many other generations to benefit. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her farm, Abbey Farms at Kingsland, in Manchester, Jamaica, now grows a variety of produce items: lettuce, tomatoes, bell peppers, strawberries, herbs and a number of leafy greens. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2296,2297,2298,2299,2300]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Basil.jpg\" alt=\"\" data-id=\"2296\" data-link=\"https://buzz-caribbean.com/?attachment_id=2296\" class=\"wp-image-2296\" /><figcaption>Basil (Photo: Instagram -@Abbey_Garden_Farm)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bell-Peppers.jpg\" alt=\"\" data-id=\"2297\" data-link=\"https://buzz-caribbean.com/?attachment_id=2297\" class=\"wp-image-2297\" /><figcaption>Bell Peppers  (Photo: Instagram -@Abbey_Garden_Farm) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lettuce.jpg\" alt=\"\" data-id=\"2298\" data-link=\"https://buzz-caribbean.com/?attachment_id=2298\" class=\"wp-image-2298\" /><figcaption>Lettuce  (Photo: Instagram -@Abbey_Garden_Farm) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Strawberry.jpg\" alt=\"\" data-id=\"2299\" data-link=\"https://buzz-caribbean.com/?attachment_id=2299\" class=\"wp-image-2299\" /><figcaption>Strawberry (Photo: Instagram -@Abbey_Garden_Farm)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tomatoes.jpg\" alt=\"\" data-id=\"2300\" data-link=\"https://buzz-caribbean.com/?attachment_id=2300\" class=\"wp-image-2300\" /><figcaption>Tomatoes  (Photo: Instagram -@Abbey_Garden_Farm) </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Diandra attributes her success in farming to her drive. “ I say this to myself when I get frustrated and I want to give up - <em>Diandra live how others won’t now, so you can live how others can’t later</em>.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Farming is no joke…\"</p><cite>— Diandra Rowe</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She is a member of the Jamaica Greenhouse Growers Benevolent Society and Nutramix Youth in Agriculture Ambassador.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Among her qualifications and awards is a BSc in Hospitality and Tourism Management and a Rotary Club of Mandeville Vocational Service Award for Outstanding Community Service Leadership and Devotion – Empowering our Youth.</p>\n<!-- /wp:paragraph -->','Young Manchester farmer Diandra Rowe topping her field','','publish','closed','closed','','young-manchester-farmer-diandra-rowe-topping-her-field','','','2019-08-14 22:10:46','2019-08-15 03:10:46','',0,'https://buzz-caribbean.com/?p=2267',0,'post','',0),(2268,9,'2019-08-13 12:05:10','2019-08-13 17:05:10','<!-- wp:image {\"id\":2270} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarge-A-1024x762.jpg\" alt=\"\" class=\"wp-image-2270\" /><figcaption>Sarge boasts that he has the ability to fuse music and comedy.  (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are some\npeople whose career paths come to them naturally, but then there are others who\nare versatile and have been able to fuse their passions. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such\nperson is Garfield ‘Sarge’ Lewis, a comedian and reggae artiste.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Born in Job\nLane, Spanish Town, St Catherine, Lewis was half of the duo Apache Chief and\nSarge, who performed on the comedy scene locally and internationally for some\ntime.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“It’s my ambition and determination to be a success against the odds and all the negativity around me from others that pushed me forward.” </p><cite> — Sarge</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>According to\nSarge, growing up with a single mom was not easy, but he saw success in his\nfuture.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m a one-room\nboy,” he said. “My life was not always golden. It’s my ambition and\ndetermination to be a success against the odds and all the negativity around me\nfrom others that pushed me forward.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2271} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/SARGE-2.jpg\" alt=\"\" class=\"wp-image-2271\" /><figcaption>Now living in Canada, Sarge is placing more focus on his music. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>That ambition\nwould eventually push him into music. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m very\ntalented, not just in music and comedy, but also in sports. But it was always\nmusic until I entered the popular Tastee Talent Competition in 1998,” said Sarge,\nwho is also called ‘Gyal Ediot’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I was not\nchosen then, so I re-entered in 1999, where I was placed third in the semis and\nsecond in the grand finals. I went back the following year with a song, which\ncan be styled as a comedic song. Somehow that one song got me recognised so I\nstarted getting calls.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I’m very talented, not just in music and comedy, but also in sports.\" </p><cite>- Sarge</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>And although\nhe liked comedy and was somewhat fascinated with Sammy Quest and Apache Chief, he\ndidn’t intend to go that route. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His first big step in comedy was as part of Grandfada and Son. And after Sammy Quest migrated in 2005, he joined Apache Chief. Together, they gained a following as Apache Chief and Sarge.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2269} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190808-WA0006.jpg\" alt=\"\" class=\"wp-image-2269\" /><figcaption>Sarge has no trouble entertaining an audience. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately,\nfollowing a brief illness in 2013, Apache Chief died. Sarge then migrated to\nCanada, but that was after performing with Apache Kid (the son of Apache\nChief). The two occasionally perform together. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now living in Canada full-time, Sarge still performs, but he mostly does music. He has even recorded a song called <strong>Gyal Ediot</strong>. </p>\n<!-- /wp:paragraph -->','Fusing comedy and music: Sarge tells his story','','publish','closed','closed','','fusing-comedy-and-music-sarge-tells-his-story','','','2019-08-14 22:00:20','2019-08-15 03:00:20','',0,'https://buzz-caribbean.com/?p=2268',0,'post','',0),(2269,9,'2019-08-08 11:55:55','2019-08-08 16:55:55','','IMG-20190808-WA0006','','inherit','closed','closed','','img-20190808-wa0006','','','2019-08-08 11:55:55','2019-08-08 16:55:55','',2268,'https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190808-WA0006.jpg',0,'attachment','image/jpeg',0),(2270,9,'2019-08-08 11:59:10','2019-08-08 16:59:10','','sarge-A','','inherit','closed','closed','','sarge-a','','','2019-08-08 11:59:10','2019-08-08 16:59:10','',2268,'https://buzz-caribbean.com/app/uploads/2019/08/sarge-A.jpg',0,'attachment','image/jpeg',0),(2271,9,'2019-08-08 12:00:41','2019-08-08 17:00:41','','SARGE-2','','inherit','closed','closed','','sarge-2','','','2019-08-08 12:00:41','2019-08-08 17:00:41','',2268,'https://buzz-caribbean.com/app/uploads/2019/08/SARGE-2.jpg',0,'attachment','image/jpeg',0),(2272,9,'2019-08-08 12:04:38','2019-08-08 17:04:38','<!-- wp:image {\"id\":2270} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarge-A-1024x762.jpg\" alt=\"\" class=\"wp-image-2270\" /><figcaption>Sarge boasts that he has the ability to fuse music and comedy. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are some\npeople whose career paths come to them naturally, but then there are others who\nare versatile and have been able to fuse their passions. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such\nperson is Garfield ‘Sarge’ Lewis, a comedian and reggae artiste.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Born in Job\nLane, Spanish Town, St Catherine, Lewis was half of the duo Apache Chief and\nSarge, who performed on the comedy scene locally and internationally for some\ntime.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“It’s my ambition and determination to be a success against the odds and all the negativity around me from others that pushed me forward.” </p><cite>- Sarge</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>According to\nSarge, growing up with a single mom was not easy, but he saw success in his\nfuture.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m a one-room\nboy,” he said. “My life was not always golden. It’s my ambition and\ndetermination to be a success against the odds and all the negativity around me\nfrom others that pushed me forward.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2271} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/SARGE-2.jpg\" alt=\"\" class=\"wp-image-2271\" /><figcaption>Now living in Canada, Sarge is placing more focus on his music. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>That ambition\nwould eventually push him into music. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m very\ntalented, not just in music and comedy, but also in sports. But it was always\nmusic until I entered the popular Tastee Talent Competition in 1998,” said Sarge,\nwho is also called ‘Gyal Ediot’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I was not\nchosen then, so I re-entered in 1999, where I was placed third in the semis and\nsecond in the grand finals. I went back the following year with a song, which\ncan be styled as a comedic song. Somehow that one song got me recognised so I\nstarted getting calls.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I’m very talented, not just in music and comedy, but also in sports.\" </p><cite>- Sarge</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>And although\nhe liked comedy and was somewhat fascinated with Sammy Quest and Apache Chief, he\ndidn’t intend to go that route. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His first big step in comedy was as part of Grandfada and Son. And after Sammy Quest migrated in 2005, he joined Apache Chief. Together, they gained a following as Apache Chief and Sarge.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2269} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190808-WA0006.jpg\" alt=\"\" class=\"wp-image-2269\" /><figcaption>Sarge has no trouble entertaining an audience. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately,\nfollowing a brief illness in 2013, Apache Chief died. Sarge then migrated to\nCanada, but that was after performing with Apache Kid (the son of Apache\nChief). The two occasionally perform together. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now living in Canada full-time, Sarge still performs, but he mostly does music. He has even recorded a song called \'Gyal Ediot\'. </p>\n<!-- /wp:paragraph -->','Fusing comedy and music: Sarge tells his story','','inherit','closed','closed','','2268-revision-v1','','','2019-08-08 12:04:38','2019-08-08 17:04:38','',2268,'https://buzz-caribbean.com/article/2268-revision-v1/',0,'revision','',0),(2273,9,'2019-08-08 12:12:59','2019-08-08 17:12:59','<!-- wp:image {\"id\":2274} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/charlie-sheen.jpg\" alt=\"\" class=\"wp-image-2274\" /><figcaption>Charlie Sheen (left) and Denise Richards </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Charlie Sheen vowed to \"bleed\" Denise Richards dry during their divorce battle.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Denise, 48, has admitted that her split from former husband Charlie Sheen was extremely nasty, and she had to turn to reality TV to pay her mounting debts.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"He said he wanted to bleed me dry, and he did. Those legal fees add up quite fast.\"</p><cite> — Denise Richards </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking during an episode of the \'Daddy Issues\' podcast, she said: \"Back during the show I did at E! [<strong>Denise Richards: It\'s Complicated</strong>] I had to do that. I had too many legal bills with my ex-husband.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"He said he wanted to bleed me dry, and he did. Those legal fees add up quite fast.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"It was difficult for me to get a job back then because I was perceived as doing something very [negative] with Charlie, so that was very hard - when you\'re misunderstood and you want to keep your personal life private and when it\'s out there.\"&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Denise and Charlie, 54 - who is the father of her daughters Sam, 15, and 14-year-old Lola - married in 2002, and Denise filed for divorce in 2005.&nbsp; </p>\n<!-- /wp:paragraph -->','Charlie Sheen \'vowed to bleed Denise Richards dry\' during divorce','','publish','closed','closed','','charlie-sheen-vowed-to-bleed-denise-richards-dry-during-divorce','','','2019-08-12 15:03:10','2019-08-12 20:03:10','',0,'https://buzz-caribbean.com/?p=2273',0,'post','',0),(2274,9,'2019-08-08 12:09:47','2019-08-08 17:09:47','','NONE','Charlie Sheen and Denise Richards arriving to the Giorgio Armani \"Rodeo Drive Walk of Style Award\" in Beverly Hills - 09/09/03                    \n\nFAMOUS PICTURES AND FEATURES AGENCY\ntel  +44 (0) 20 7731 9333\nfax +44 (0) 20 7731 9330\nwww.famous.uk.com\nFAM11725','inherit','closed','closed','','none','','','2019-08-08 12:12:29','2019-08-08 17:12:29','',2273,'https://buzz-caribbean.com/app/uploads/2019/08/charlie-sheen.jpg',0,'attachment','image/jpeg',0),(2275,9,'2019-08-08 12:11:11','2019-08-08 17:11:11','<!-- wp:image {\"id\":2274} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/charlie-sheen.jpg\" alt=\"\" class=\"wp-image-2274\" /><figcaption>Charlie Sheen (left) and Denise Richards </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Charlie Sheen vowed to \"bleed\" Denise Richards dry during their divorce battle. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Denise, 48, has admitted that her split from former husband Charlie Sheen was extremely nasty, and she had to turn to reality TV to pay her mounting debts. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"He said he wanted to bleed me dry, and he did. Those legal fees add up quite fast.\"</p><cite>-  Denise Richards </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking during an episode of the \'Daddy Issues\' podcast, she said: \"Back during the show I did at E! [\'Denise Richards: It\'s Complicated\'] I had to do that. I had too many legal bills with my ex-husband.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"He said he wanted to bleed me dry, and he did. Those legal fees add up quite fast.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"It was difficult for me to get a job back then because I was perceived as doing something very [negative] with Charlie, so that was very hard - when you\'re misunderstood and you want to keep your personal life private and when it\'s out there.\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Denise and Charlie, 54 - who is the father of her daughters Sam, 15, and 14-year-old Lola - married in 2002, and Denise filed for divorce in 2005.  </p>\n<!-- /wp:paragraph -->','Charlie Sheen \'vowed to bleed Denise Richards dry\' during divorce','','inherit','closed','closed','','2273-revision-v1','','','2019-08-08 12:11:11','2019-08-08 17:11:11','',2273,'https://buzz-caribbean.com/article/2273-revision-v1/',0,'revision','',0),(2276,11,'2019-08-08 12:27:34','2019-08-08 17:27:34','','Award-Winning-Farmer','','inherit','closed','closed','','award-winning-farmer','','','2019-08-08 12:27:34','2019-08-08 17:27:34','',2267,'https://buzz-caribbean.com/app/uploads/2019/08/Award-Winning-Farmer.jpg',0,'attachment','image/jpeg',0),(2277,11,'2019-08-08 12:28:04','2019-08-08 17:28:04','<!-- wp:paragraph -->\n<p>A young Manchester farmer, Diandra Rowe, has blazed a trail of excellence in her chosen field. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2276} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Award-Winning-Farmer.jpg\" alt=\"\" class=\"wp-image-2276\" /><figcaption>Award-winning farmer, Diandra </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Among her accolades are: the <em>-2017 Jamaica Agricultural Society (JAS) Champion Greenhouse Farmer</em>, <em>-2017 and -2018 Most Innovative Farm</em>,  <em>-2017 JAS 2nd Place Young Champion Farmer</em>, <em>-2017 Inter-American Institute for Cooperation on Agriculture (IICA) Agri- Tourism Award</em>, <em>-2017 JAS 2nd place class A farm</em>,  <em>-2017 Prime Minister’s Youth Award for Excellence in Agriculture</em>, <em>- 2018 JAS Champion Female Farmer</em> and <em>-2018 JAS 2nd place Champion Greenhouse Farmer</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Diandra believes, ‘Success is not an accident and dreams don’t become reality through magic, it requires grit, determination and hard work.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She\nwas born in Mandeville, Manchester and grew up in a small community called\nGabby’s Street, which is where she still resides to date. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Diandra grew up with both parents, her biggest influences and motivators. Her mom has been a teacher for some 30+ years and dad a farmer and Greenhouse Consultant. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Diandra says through example, her mom has taught her compassion and patience and her dad has shown her the value of hard work and the benefits of being an entrepreneur.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I had a happy childhood. I have two brothers and many cousins. Growing up I spent a lot of time with my siblings, cousins and neighbours. We spent hours in the bushes and yard climbing trees, picking fruits and filling our tummies before dinner time. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We played many outdoor games. We rode our bikes, drove go-carts, explored caves etc. Some of my best and most memorable moments are from my childhood.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She\nwas educated at the Church Teachers College Early Childhood, Mandeville Primary\nand Junior High, Bishop Gibson High School, University of Technology Jamaica </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In\nDecember 2014 Diandra resigned her job as a car sales agent, to return home to\nAssist her father with the farm which over the years ran into financial\ndifficulties because of a lack of proper management and attention, as her\nfather had started a new company and no longer had the time to give it the\nattention that was needed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I\nhave been managing the Farm full time from January 2015 TO DATE.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>My mission when I started was and still is to grow\nmy family’s business for many other generations to benefit. </h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Her farm Abbey Farms at Kingsland in Manchester\nJamaica now grows a variety of produce items: Lettuce, tomatoes, bell peppers,\nstrawberries, herbs and a number of leaf greens. </h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Diandra attributes her success in farming to her Drive.\n“ I say this to myself when I get frustrated and I want to give you “Diandra\nlive how others won’t now, so you can live how others can’t later.”</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Farming is no joke…</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>She\nis a Member of Jamaica Greenhouse Growers Benevolent Society and Nutramix Youth\nin Agriculture ambassador </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bsc.\nHospitality and Tourism Management, Rotary Club of Mandeville Vocational\nService Award for Outstanding Community Service Leadership and Devotion –\nEmpowering our Youth</p>\n<!-- /wp:paragraph -->','Young Manchester farmer, Diandra Rowe, cops top awards','','inherit','closed','closed','','2267-revision-v1','','','2019-08-08 12:28:04','2019-08-08 17:28:04','',2267,'https://buzz-caribbean.com/article/2267-revision-v1/',0,'revision','',0),(2278,9,'2019-08-14 12:43:05','2019-08-14 17:43:05','<!-- wp:image {\"id\":2291} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ash4-1.jpg\" alt=\"\" class=\"wp-image-2291\" /><figcaption> Asheika James says she wants to step into representational politics one day. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A second runner-up in the Miss St Elizabeth Festival Queen 2019 Competition, Malvern native Asheika James has dreams of entering Parliament one day. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My ambition\nis to be a nation builder, whether through means of civil society or stepping\ninto the world of representational&nbsp;politics,” she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And she might be\nwell on her way to achieving this. The petite young woman is currently a sales\nand promotions officer at the Jamaica Automobile Association (member of JN Group).\nShe is also a peer leader for University of the West Indies (UWI) Leads programme,\nand she received a bachelor’s degree in political science and international\nrelations from UWI. She is now pursuing a master’s degree in procurement management.\nShe is also on the UWI Dean’s List, and she was the best speaker at the 2015 World\nHealth Debate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My ambition is to be a nation builder.\"</p><cite> — Asheika James </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>One of her\ngoals is to give back to those who are less fortunate. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Behaviours are\ncontagious. If people see you giving back to society with pureness, it is\nlikely to be an idea that will&nbsp;stick with them. I believe that giving back\nto one’s community will start a positive cycle, where people will see the\nstrength and positivity of giving a helping hand,” she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2280} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Asheika-James-BB-697x1024.jpg\" alt=\"\" class=\"wp-image-2280\" /><figcaption> Asheika James with the first runner-up in the 2019 St Elizabeth Festival Queen Competition. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She has given back through a project called the Safe Haven Initiative, which aims to help sexually abused females in St Elizabeth. In addition, she recently collaborated with the UNESCO Youth Network to have a book drive to improve literacy among males in St Elizabeth, Clarendon and St Catherine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A dream of mine\nis to be able to do as many humanitarian deeds as possible, both locally and\ninternationally. Oh, how I dream of volunteering and bonding in Africa,” she\nsaid. </p>\n<!-- /wp:paragraph -->','St Bess native Asheika James has big dreams','','publish','closed','closed','','asheika-james-has-big-dreams','','','2019-08-14 22:00:10','2019-08-15 03:00:10','',0,'https://buzz-caribbean.com/?p=2278',0,'post','',0),(2279,9,'2019-08-08 12:40:04','2019-08-08 17:40:04','','Asheika-James-A','','inherit','closed','closed','','asheika-james-a','','','2019-08-08 12:40:04','2019-08-08 17:40:04','',2278,'https://buzz-caribbean.com/app/uploads/2019/08/Asheika-James-A.jpg',0,'attachment','image/jpeg',0),(2280,9,'2019-08-08 12:40:18','2019-08-08 17:40:18','','Asheika-James-BB','','inherit','closed','closed','','asheika-james-bb','','','2019-08-08 12:40:18','2019-08-08 17:40:18','',2278,'https://buzz-caribbean.com/app/uploads/2019/08/Asheika-James-BB.jpg',0,'attachment','image/jpeg',0),(2281,9,'2019-08-08 12:41:52','2019-08-08 17:41:52','<!-- wp:image {\"id\":2279} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Asheika-James-A-1024x631.jpg\" alt=\"\" class=\"wp-image-2279\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A second runner-up in the Miss St Elizabeth Festival Queen 2019 Competition, Malvern native Asheika James has dreams of entering Parliament one day. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My ambition\nis to be a nation builder, whether through means of civil society or stepping\ninto the world of representational&nbsp;politics,” she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And she might be\nwell on her way to achieving this. The petite young woman is currently a sales\nand promotions officer at the Jamaica Automobile Association (member of JN Group).\nShe is also a peer leader for University of the West Indies (UWI) Leads programme,\nand she received a bachelor’s degree in political science and international\nrelations from UWI. She is now pursuing a master’s degree in procurement management.\nShe is also on the UWI Dean’s List, and she was the best speaker at the 2015 World\nHealth Debate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2280} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Asheika-James-BB-697x1024.jpg\" alt=\"\" class=\"wp-image-2280\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of her\ngoals is to give back to those who are less fortunate. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Behaviours are\ncontagious. If people see you giving back to society with pureness, it is\nlikely to be an idea that will&nbsp;stick with them. I believe that giving back\nto one’s community will start a positive cycle, where people will see the\nstrength and positivity of giving a helping hand,” she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My ambition is to be a nation builder.\"</p><cite>-  Asheika James </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She has given\nback through a project called the Safe Haven Initiative, which aims to help sexually\nabused females St Elizabeth. In addition, she recently collaborated with the UNESCO\nYouth Network to have a book drive to improve literacy among males in St\nElizabeth, Clarendon and St Catherine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A dream of mine\nis to be able to do as many humanitarian deeds as possible, both locally and\ninternationally. Oh, how I dream of volunteering and bonding in Africa,” she\nsaid. </p>\n<!-- /wp:paragraph -->','Asheika James has big dreams','','inherit','closed','closed','','2278-revision-v1','','','2019-08-08 12:41:52','2019-08-08 17:41:52','',2278,'https://buzz-caribbean.com/article/2278-revision-v1/',0,'revision','',0),(2282,9,'2019-08-08 12:42:38','2019-08-08 17:42:38','<!-- wp:image {\"id\":2279} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Asheika-James-A-1024x631.jpg\" alt=\"\" class=\"wp-image-2279\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A second runner-up in the Miss St Elizabeth Festival Queen 2019 Competition, Malvern native Asheika James has dreams of entering Parliament one day. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My ambition\nis to be a nation builder, whether through means of civil society or stepping\ninto the world of representational&nbsp;politics,” she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And she might be\nwell on her way to achieving this. The petite young woman is currently a sales\nand promotions officer at the Jamaica Automobile Association (member of JN Group).\nShe is also a peer leader for University of the West Indies (UWI) Leads programme,\nand she received a bachelor’s degree in political science and international\nrelations from UWI. She is now pursuing a master’s degree in procurement management.\nShe is also on the UWI Dean’s List, and she was the best speaker at the 2015 World\nHealth Debate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My ambition is to be a nation builder.\"</p><cite>-  Asheika James </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>One of her\ngoals is to give back to those who are less fortunate. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Behaviours are\ncontagious. If people see you giving back to society with pureness, it is\nlikely to be an idea that will&nbsp;stick with them. I believe that giving back\nto one’s community will start a positive cycle, where people will see the\nstrength and positivity of giving a helping hand,” she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2280} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Asheika-James-BB-697x1024.jpg\" alt=\"\" class=\"wp-image-2280\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She has given\nback through a project called the Safe Haven Initiative, which aims to help sexually\nabused females St Elizabeth. In addition, she recently collaborated with the UNESCO\nYouth Network to have a book drive to improve literacy among males in St\nElizabeth, Clarendon and St Catherine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A dream of mine\nis to be able to do as many humanitarian deeds as possible, both locally and\ninternationally. Oh, how I dream of volunteering and bonding in Africa,” she\nsaid. </p>\n<!-- /wp:paragraph -->','Asheika James has big dreams','','inherit','closed','closed','','2278-revision-v1','','','2019-08-08 12:42:38','2019-08-08 17:42:38','',2278,'https://buzz-caribbean.com/article/2278-revision-v1/',0,'revision','',0),(2283,4,'2019-08-08 13:36:11','2019-08-08 18:36:11','<!-- wp:paragraph -->\n<p>Kim Kardashian West was furious about Tristan Thompson\'s behaviour at his daughter\'s birthday party, slamming him for not being \"cordial\" towards Khloe Kardashian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The basketball player split from Khloé Kardashian in February after he kissed family friend Jordyn Woods.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2287} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tristan-thompson-.jpg\" alt=\"\" class=\"wp-image-2287\" /><figcaption>Tristan Thompson. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The birthday party for Khloe and Tristan\'s daughter True was in April and it seems her family were left unimpressed by his conduct at the bash.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"He doesn\'t even speak to Khloé.\"</p><cite>— Kim Kardashian</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In a new trailer for Keeping Up With the Kardashians, Khloé\'s sister Kim fumed to her friend Jonathan Cheban: \"He doesn\'t even speak to Khloé. Like, Khloé invited you! Be f***ing cordial.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The clip then cuts to the \'Revenge Body\' host, wearing the outfit she was pictured in at the party, crying. Despite the apparent drama, Khloé previously insisted she and Tristan were \"civil\" at the party.</p>\n<!-- /wp:paragraph -->','Kim Kardashian West unhappy with Tristan Thompson','','publish','closed','closed','','kim-kardashian-west-unhappy-with-tristan-thompson','','','2019-08-09 13:32:14','2019-08-09 18:32:14','',0,'https://buzz-caribbean.com/?p=2283',0,'post','',0),(2284,4,'2019-08-08 12:44:24','2019-08-08 17:44:24','','Kim Kardashian West unhappy with Tristan Thompson','','inherit','closed','closed','','2283-revision-v1','','','2019-08-08 12:44:24','2019-08-08 17:44:24','',2283,'https://buzz-caribbean.com/article/2283-revision-v1/',0,'revision','',0),(2285,11,'2019-08-08 13:08:01','2019-08-08 18:08:01','','Diandra Rowe Champion Farmer','','inherit','closed','closed','','diandra-rowe-champion-farmer','','','2019-08-08 13:08:01','2019-08-08 18:08:01','',2267,'https://buzz-caribbean.com/app/uploads/2019/08/Diandra-Rowe-Champion-Farmer.jpg',0,'attachment','image/jpeg',0),(2286,11,'2019-08-08 13:10:03','2019-08-08 18:10:03','','Farmers-reaping-and-planting-crops-in-Rowes-greenhouse','','inherit','closed','closed','','farmers-reaping-and-planting-crops-in-rowes-greenhouse','','','2019-08-08 13:10:03','2019-08-08 18:10:03','',2267,'https://buzz-caribbean.com/app/uploads/2019/08/Farmers-reaping-and-planting-crops-in-Rowes-greenhouse.jpg',0,'attachment','image/jpeg',0),(2287,4,'2019-08-08 13:10:30','2019-08-08 18:10:30','','Khloe Kardashian and boyfriend Tristan Thompson grab a late night dinner at Ruth\'s Chris Steak House','Khloe Kardashian and boyfriend Tristan Thompson grab a late night dinner at Ruth\'s Chris Steak House in Beverly Hills, CA.\n<P>\nPictured: Khloe Kardashian and boyfriend Tristan Thompson\n<B>Ref: SPL1464149  190317  </B><BR />\nPicture by: Photographer Group / Splash News<BR />\n</P><P>\n<B>Splash News and Pictures</B><BR />\nLos Angeles:	310-821-2666<BR />\nNew York:	212-619-2666<BR />\nLondon:	870-934-2666<BR />\nphotodesk@splashnews.com<BR />\n</P>','inherit','closed','closed','','khloe-kardashian-and-boyfriend-tristan-thompson-grab-a-late-night-dinner-at-ruths-chris-steak-house','','','2019-08-08 13:35:56','2019-08-08 18:35:56','',2283,'https://buzz-caribbean.com/app/uploads/2019/08/tristan-thompson-.jpg',0,'attachment','image/jpeg',0),(2288,4,'2019-08-08 13:11:26','2019-08-08 18:11:26','<!-- wp:paragraph -->\n<p>Kim Kardashian West was furious about Tristan Thompson\'s behaviour at his daughter\'s birthday party, slamming him for not being \"cordial\" towards Khloe Kardashian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2287} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tristan-thompson-.jpg\" alt=\"\" class=\"wp-image-2287\" /><figcaption>Khloe Kardashian and boyfriend Tristan Thompson. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The basketball player split from Khloé Kardashian in February after he kissed family friend Jordyn Woods.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The birthday party for Khloe and Tristan\'s daughter True was in April and it seems her family were left unimpressed by his conduct at the bash.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a new trailer for Keeping Up With the Kardashians, Khloé\'s sister Kim fumed to her friend Jonathan Cheban: \"He doesn\'t even speak to Khloé. Like, Khloé invited you! Be f***ing cordial.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The clip then cuts to the \'Revenge Body\' host, wearing the outfit she was pictured in at the party, crying as she said: \"This f**king sucks.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite the apparent drama, Khloé previously insisted she and Tristan were \"civil\" at the party.</p>\n<!-- /wp:paragraph -->','Kim Kardashian West unhappy with Tristan Thompson','','inherit','closed','closed','','2283-revision-v1','','','2019-08-08 13:11:26','2019-08-08 18:11:26','',2283,'https://buzz-caribbean.com/article/2283-revision-v1/',0,'revision','',0),(2289,11,'2019-08-08 13:11:54','2019-08-08 18:11:54','','Rowe-reaping-rewards-from-her-hard-work','','inherit','closed','closed','','rowe-reaping-rewards-from-her-hard-work','','','2019-08-08 13:11:54','2019-08-08 18:11:54','',2267,'https://buzz-caribbean.com/app/uploads/2019/08/Rowe-reaping-rewards-from-her-hard-work.jpg',0,'attachment','image/jpeg',0),(2290,11,'2019-08-08 13:16:44','2019-08-08 18:16:44','','Rows-of-greens-ready-to-be-reaped','','inherit','closed','closed','','rows-of-greens-ready-to-be-reaped','','','2019-08-08 13:16:44','2019-08-08 18:16:44','',2267,'https://buzz-caribbean.com/app/uploads/2019/08/Rows-of-greens-ready-to-be-reaped.jpg',0,'attachment','image/jpeg',0),(2291,9,'2019-08-08 13:33:35','2019-08-08 18:33:35','','ash4-1','','inherit','closed','closed','','ash4-1','','','2019-08-08 13:33:35','2019-08-08 18:33:35','',2278,'https://buzz-caribbean.com/app/uploads/2019/08/ash4-1.jpg',0,'attachment','image/jpeg',0),(2293,4,'2019-08-08 13:36:11','2019-08-08 18:36:11','<!-- wp:paragraph -->\n<p>Kim Kardashian West was furious about Tristan Thompson\'s behaviour at his daughter\'s birthday party, slamming him for not being \"cordial\" towards Khloe Kardashian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The basketball player split from Khloé Kardashian in February after he kissed family friend Jordyn Woods.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2287} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tristan-thompson-.jpg\" alt=\"\" class=\"wp-image-2287\" /><figcaption>Tristan Thompson. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The birthday party for Khloe and Tristan\'s daughter True was in April and it seems her family were left unimpressed by his conduct at the bash.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"He doesn\'t even speak to Khloé.\"</p><cite>— Khloé Kardashian</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In a new trailer for Keeping Up With the Kardashians, Khloé\'s sister Kim fumed to her friend Jonathan Cheban: \"He doesn\'t even speak to Khloé. Like, Khloé invited you! Be f***ing cordial.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The clip then cuts to the \'Revenge Body\' host, wearing the outfit she was pictured in at the party, crying. Despite the apparent drama, Khloé previously insisted she and Tristan were \"civil\" at the party.</p>\n<!-- /wp:paragraph -->','Kim Kardashian West unhappy with Tristan Thompson','','inherit','closed','closed','','2283-revision-v1','','','2019-08-08 13:36:11','2019-08-08 18:36:11','',2283,'https://buzz-caribbean.com/article/2283-revision-v1/',0,'revision','',0),(2294,9,'2019-08-08 13:38:14','2019-08-08 18:38:14','<!-- wp:image {\"id\":2291} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ash4-1.jpg\" alt=\"\" class=\"wp-image-2291\" /><figcaption> Asheika James says she wants to step into representational politics one day. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A second runner-up in the Miss St Elizabeth Festival Queen 2019 Competition, Malvern native Asheika James has dreams of entering Parliament one day. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My ambition\nis to be a nation builder, whether through means of civil society or stepping\ninto the world of representational&nbsp;politics,” she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And she might be\nwell on her way to achieving this. The petite young woman is currently a sales\nand promotions officer at the Jamaica Automobile Association (member of JN Group).\nShe is also a peer leader for University of the West Indies (UWI) Leads programme,\nand she received a bachelor’s degree in political science and international\nrelations from UWI. She is now pursuing a master’s degree in procurement management.\nShe is also on the UWI Dean’s List, and she was the best speaker at the 2015 World\nHealth Debate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My ambition is to be a nation builder.\"</p><cite>-  Asheika James </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>One of her\ngoals is to give back to those who are less fortunate. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Behaviours are\ncontagious. If people see you giving back to society with pureness, it is\nlikely to be an idea that will&nbsp;stick with them. I believe that giving back\nto one’s community will start a positive cycle, where people will see the\nstrength and positivity of giving a helping hand,” she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2280} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Asheika-James-BB-697x1024.jpg\" alt=\"\" class=\"wp-image-2280\" /><figcaption> Asheika James with the first runner-up in the 2019 St Elizabeth Festival Queen Competition. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She has given\nback through a project called the Safe Haven Initiative, which aims to help sexually\nabused females St Elizabeth. In addition, she recently collaborated with the UNESCO\nYouth Network to have a book drive to improve literacy among males in St\nElizabeth, Clarendon and St Catherine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A dream of mine\nis to be able to do as many humanitarian deeds as possible, both locally and\ninternationally. Oh, how I dream of volunteering and bonding in Africa,” she\nsaid. </p>\n<!-- /wp:paragraph -->','Asheika James has big dreams','','inherit','closed','closed','','2278-revision-v1','','','2019-08-08 13:38:14','2019-08-08 18:38:14','',2278,'https://buzz-caribbean.com/article/2278-revision-v1/',0,'revision','',0),(2295,15,'2019-08-08 16:44:14','2019-08-08 21:44:14','<!-- wp:paragraph -->\n<p>Minister of Health Dr Christopher Tufton has launched a book on his political journey thus far and his thoughts on the country’s progress and political landscape.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The book is called <strong>State of Mind</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2344} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1541-1024x683.jpg\" alt=\"\" class=\"wp-image-2344\" /><figcaption>Health Minister Dr Christopher launched his book State of Mind. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is dedicated to his mother who passed away 10 years ago and his alma mater, the Manchester High School. The book was launched at the Institute of Jamaica on 10 East Street in downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So why did he write this book?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2345} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1700-1024x683.jpg\" alt=\"\" class=\"wp-image-2345\" /><figcaption>Dr Christopher during the launch of his book State of Mind.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I wanted to put down my own thoughts and ideas but I want to make it clear these are by no means original or exclusive. Indeed, I don’t have any particular expectation of any individual who reads the book except that it will generate conversation, that hopefully will lead to a better path to the progress of us as individuals, as a country and as a people,” said Dr Tufton.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The government minister is also a scholar and entrepreneur and has been hailed as one of the brightest politicians of his generation, having already held three senior ministerial posts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2347} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1720-1024x683.jpg\" alt=\"\" class=\"wp-image-2347\" /><figcaption>Prime Minster Andrew Holness in discussion with Dr Tufton. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He added that with a career or with life choices for that matter, it is important to periodically step back and to reflect and take stock of one’s stewardship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong>\"State of Mind</strong> is my own reflection and I felt at the time when I decided to pursue this path it was important for me personally.\"</p><cite>— Dr Christopher Tufton</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“It is important to examine your successes, your failures and setbacks and determine what lessons you have learnt from those experiences and essentially to recalibrate where you are, and where you need to go. Sometimes that reflection and recalibration may require you to change course. <strong>State of Mind</strong> is my own reflection and I felt at the time when I decided to pursue this path it was important for me personally.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2351} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1744-1024x683.jpg\" alt=\"\" class=\"wp-image-2351\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Turning his attention to his profession, he declared that politicians have it particularly difficult because of the important role they play and whether non-politicians liked those who are in that field or not, the reality is political decisions and stewardship perhaps provides the most meaningful impact for good or bad on the lives of individuals, communities and countries.<br> <br>Reflecting on the nature of politics Dr Tufton said: “Political stewardship at work takes a lot of time and when you really engage at the level of providing national leadership, you find yourself reacting to issues as they unfold rather than thinking strategically where you ought to go.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr Tufton lost the battle for the St Elizabeth Southwest seat in the 2012 general election leaving him with plenty of time on his hands to reflect. He then joined &nbsp;Caribbean Policy Research Institute (CAPRI) and he is grateful that they took a chance on a politician. Having triumphed in the 2016 general election, he is now in front line politics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2352,2354,2355,2356,2357,2358,2359,2360,2362]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1571-1024x901.jpg\" alt=\"\" data-id=\"2352\" data-link=\"https://buzz-caribbean.com/?attachment_id=2352\" class=\"wp-image-2352\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1589-1024x683.jpg\" alt=\"\" data-id=\"2354\" data-link=\"https://buzz-caribbean.com/?attachment_id=2354\" class=\"wp-image-2354\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1665-1024x683.jpg\" alt=\"\" data-id=\"2355\" data-link=\"https://buzz-caribbean.com/?attachment_id=2355\" class=\"wp-image-2355\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1546-1024x683.jpg\" alt=\"\" data-id=\"2356\" data-link=\"https://buzz-caribbean.com/?attachment_id=2356\" class=\"wp-image-2356\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1749-1024x683.jpg\" alt=\"\" data-id=\"2357\" data-link=\"https://buzz-caribbean.com/?attachment_id=2357\" class=\"wp-image-2357\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1672-1024x683.jpg\" alt=\"\" data-id=\"2358\" data-link=\"https://buzz-caribbean.com/?attachment_id=2358\" class=\"wp-image-2358\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1725-1024x683.jpg\" alt=\"\" data-id=\"2359\" data-link=\"https://buzz-caribbean.com/?attachment_id=2359\" class=\"wp-image-2359\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1772-1024x683.jpg\" alt=\"\" data-id=\"2360\" data-link=\"https://buzz-caribbean.com/?attachment_id=2360\" class=\"wp-image-2360\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1728-1-1024x683.jpg\" alt=\"\" data-id=\"2362\" data-link=\"https://buzz-caribbean.com/?attachment_id=2362\" class=\"wp-image-2362\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>His objective in writing this book is to record as succinctly and as simply as possible his journey to this point, in an effort to leave something behind that may provide some guidance to those who come after him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I believe as leaders we have a duty to help the generation that is coming up behind us. That involves exposing the downsides as well as the upsides of political leadership.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2363} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1732-1024x683.jpg\" alt=\"\" class=\"wp-image-2363\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I wanted to find answers to how Jamaica can foster a more stable, vibrant democracy, recognising our culture and our political system. I wanted to engage in a process of reflection that would seek and understand who we are as a people and look at the possibilities of what we can become,” declared Dr Tufton.</p>\n<!-- /wp:paragraph -->','Chris Tufton launches his book \'State of Mind\'','','publish','closed','closed','','chris-tufton-launches-his-book-state-of-mind','','','2019-08-08 16:44:15','2019-08-08 21:44:15','',0,'https://buzz-caribbean.com/?p=2295',0,'post','',0),(2296,11,'2019-08-08 14:12:32','2019-08-08 19:12:32','','Basil','','inherit','closed','closed','','basil','','','2019-08-08 14:12:32','2019-08-08 19:12:32','',2267,'https://buzz-caribbean.com/app/uploads/2019/08/Basil.jpg',0,'attachment','image/jpeg',0),(2297,11,'2019-08-08 14:12:34','2019-08-08 19:12:34','','Bell-Peppers','','inherit','closed','closed','','bell-peppers','','','2019-08-08 14:12:34','2019-08-08 19:12:34','',2267,'https://buzz-caribbean.com/app/uploads/2019/08/Bell-Peppers.jpg',0,'attachment','image/jpeg',0),(2298,11,'2019-08-08 14:12:35','2019-08-08 19:12:35','','Lettuce','','inherit','closed','closed','','lettuce','','','2019-08-08 14:12:35','2019-08-08 19:12:35','',2267,'https://buzz-caribbean.com/app/uploads/2019/08/Lettuce.jpg',0,'attachment','image/jpeg',0),(2299,11,'2019-08-08 14:12:37','2019-08-08 19:12:37','','Strawberry','','inherit','closed','closed','','strawberry','','','2019-08-08 14:12:37','2019-08-08 19:12:37','',2267,'https://buzz-caribbean.com/app/uploads/2019/08/Strawberry.jpg',0,'attachment','image/jpeg',0),(2300,11,'2019-08-08 14:12:37','2019-08-08 19:12:37','','Tomatoes','','inherit','closed','closed','','tomatoes','','','2019-08-08 14:12:37','2019-08-08 19:12:37','',2267,'https://buzz-caribbean.com/app/uploads/2019/08/Tomatoes.jpg',0,'attachment','image/jpeg',0),(2301,11,'2019-08-08 14:22:22','2019-08-08 19:22:22','','Fresh-Produce','','inherit','closed','closed','','fresh-produce','','','2019-08-08 14:22:22','2019-08-08 19:22:22','',2267,'https://buzz-caribbean.com/app/uploads/2019/08/Fresh-Produce.jpg',0,'attachment','image/jpeg',0),(2302,11,'2019-08-08 14:24:59','2019-08-08 19:24:59','','Mixed-lettuce-at-Abbey-Garden-Farm','','inherit','closed','closed','','mixed-lettuce-at-abbey-garden-farm','','','2019-08-08 14:24:59','2019-08-08 19:24:59','',2267,'https://buzz-caribbean.com/app/uploads/2019/08/Mixed-lettuce-at-Abbey-Garden-Farm.jpg',0,'attachment','image/jpeg',0),(2303,11,'2019-08-08 14:26:12','2019-08-08 19:26:12','<!-- wp:paragraph -->\n<p>A young Manchester farmer, Diandra Rowe, has blazed a trail of excellence in her chosen field. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2276,2285]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Award-Winning-Farmer.jpg\" alt=\"\" data-id=\"2276\" data-link=\"https://buzz-caribbean.com/?attachment_id=2276\" class=\"wp-image-2276\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Diandra-Rowe-Champion-Farmer.jpg\" alt=\"\" data-id=\"2285\" data-link=\"https://buzz-caribbean.com/?attachment_id=2285\" class=\"wp-image-2285\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Among her accolades are: the <em>-2017 Jamaica Agricultural Society (JAS) Champion Greenhouse Farmer</em>, <em>-2017 and -2018 Most Innovative Farm</em>er,&nbsp; <em>-2017 JAS 2nd Place Young Champion Farmer</em>, <em>-2017 Inter-American Institute for Cooperation on Agriculture (IICA) Agri- Tourism Award</em>, <em>-2017 JAS 2nd place class A farm</em>,&nbsp; <em>-2017 Prime Minister’s Youth Award for Excellence in Agriculture</em>, <em>- 2018 JAS Champion Female Farmer</em> and <em>-2018 JAS 2nd place Champion Greenhouse Farmer</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2286} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Farmers-reaping-and-planting-crops-in-Rowes-greenhouse.jpg\" alt=\"\" class=\"wp-image-2286\" /><figcaption>Farmers reaping and planting crops in Rowe\'s greenhouse.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Diandra believes, ‘Success is not an accident and dreams don’t become reality through magic, it requires grit, determination and hard work.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2289} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rowe-reaping-rewards-from-her-hard-work-1024x576.jpg\" alt=\"\" class=\"wp-image-2289\" /><figcaption>Rowe reaping rewards from her hard work.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She\nwas born in Mandeville, Manchester and grew up in a small community called\nGabby’s Street, which is where she still resides to date. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Diandra grew up with both parents, her biggest influences and motivators. Her mom has been a teacher for some 30+ years and dad a farmer and Greenhouse Consultant. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Diandra says through example, her mom has taught her compassion and patience and her dad has shown her the value of hard work and the benefits of being an entrepreneur.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2301} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fresh-Produce.jpg\" alt=\"\" class=\"wp-image-2301\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I had a happy childhood. I have two brothers and many cousins. Growing up I spent a lot of time with my siblings, cousins and neighbours. We spent hours in the bushes and yard climbing trees, picking fruits and filling our tummies before dinner time. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2302} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Mixed-lettuce-at-Abbey-Garden-Farm.jpg\" alt=\"\" class=\"wp-image-2302\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We played many outdoor games. We rode our bikes, drove go-carts, explored caves etc. Some of my best and most memorable moments are from my childhood.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She\nwas educated at the Church Teachers College Early Childhood, Mandeville Primary\nand Junior High, Bishop Gibson High School, University of Technology Jamaica </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bf_J76glWLE/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bf_J76glWLE/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>In December 2014, Diandra resigned her job as a car sales agent, to return home to assist her father with the farm which over the years ran into financial difficulties. The farm suffered from a lack of proper management and attention, as her father had started a new company and no longer had the time to give it the required oversight. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2290} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rows-of-greens-ready-to-be-reaped.jpg\" alt=\"\" class=\"wp-image-2290\" /><figcaption>Rows of leafy greens ready to be reaped</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“I have been managing the farm full time from January 2015 to date.” </p><cite>Diandra Rowe</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>My mission when I started was and still is to grow\nmy family’s business for many other generations to benefit. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her farm, Abbey Farms at Kingsland, in Manchester, Jamaica now grows a variety of produce items: lettuce, tomatoes, bell peppers, strawberries, herbs and a number of leafy greens. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2296,2297,2298,2299,2300]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Basil.jpg\" alt=\"\" data-id=\"2296\" data-link=\"https://buzz-caribbean.com/?attachment_id=2296\" class=\"wp-image-2296\" /><figcaption>Basil (Photo: Instagram -@Abbey_Garden_Farm)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bell-Peppers.jpg\" alt=\"\" data-id=\"2297\" data-link=\"https://buzz-caribbean.com/?attachment_id=2297\" class=\"wp-image-2297\" /><figcaption>Bell Peppers  (Photo: Instagram -@Abbey_Garden_Farm) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lettuce.jpg\" alt=\"\" data-id=\"2298\" data-link=\"https://buzz-caribbean.com/?attachment_id=2298\" class=\"wp-image-2298\" /><figcaption>Lettuce  (Photo: Instagram -@Abbey_Garden_Farm) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Strawberry.jpg\" alt=\"\" data-id=\"2299\" data-link=\"https://buzz-caribbean.com/?attachment_id=2299\" class=\"wp-image-2299\" /><figcaption>Strawberry (Photo: Instagram -@Abbey_Garden_Farm)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tomatoes.jpg\" alt=\"\" data-id=\"2300\" data-link=\"https://buzz-caribbean.com/?attachment_id=2300\" class=\"wp-image-2300\" /><figcaption>Tomatoes  (Photo: Instagram -@Abbey_Garden_Farm) </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Diandra attributes her success in farming to her drive. “ I say this to myself when I get frustrated and I want to give up - <em>Diandra live how others won’t now, so you can live how others can’t later</em>.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Farming is no joke…\"</p><cite>Diandra Rowe</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She is a member of the Jamaica Greenhouse Growers Benevolent Society and Nutramix Youth in Agriculture Ambassador.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Among her qualifications and awards is a BSc in Hospitality and Tourism Management and a Rotary Club of Mandeville Vocational Service Award for Outstanding Community Service Leadership and Devotion – Empowering our Youth.</p>\n<!-- /wp:paragraph -->','Young Manchester farmer, Diandra Rowe, topping her field','','inherit','closed','closed','','2267-revision-v1','','','2019-08-08 14:26:12','2019-08-08 19:26:12','',2267,'https://buzz-caribbean.com/article/2267-revision-v1/',0,'revision','',0),(2304,11,'2019-08-08 14:28:06','2019-08-08 19:28:06','<!-- wp:paragraph -->\n<p>A young Manchester farmer, Diandra Rowe, has blazed a trail of excellence in her chosen field. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2276,2285]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Award-Winning-Farmer.jpg\" alt=\"\" data-id=\"2276\" data-link=\"https://buzz-caribbean.com/?attachment_id=2276\" class=\"wp-image-2276\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Diandra-Rowe-Champion-Farmer.jpg\" alt=\"\" data-id=\"2285\" data-link=\"https://buzz-caribbean.com/?attachment_id=2285\" class=\"wp-image-2285\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Among her accolades are: the <em>-2017 Jamaica Agricultural Society (JAS) Champion Greenhouse Farmer</em>, <em>-2017 and -2018 Most Innovative Farm</em>er,&nbsp; <em>-2017 JAS 2nd Place Young Champion Farmer</em>, <em>-2017 Inter-American Institute for Cooperation on Agriculture (IICA) Agri- Tourism Award</em>, <em>-2017 JAS 2nd place class A farm</em>,&nbsp; <em>-2017 Prime Minister’s Youth Award for Excellence in Agriculture</em>, <em>- 2018 JAS Champion Female Farmer</em> and <em>-2018 JAS 2nd place Champion Greenhouse Farmer</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2289} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rowe-reaping-rewards-from-her-hard-work-1024x576.jpg\" alt=\"\" class=\"wp-image-2289\" /><figcaption>Rowe reaping rewards from her hard work.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Diandra believes, ‘Success is not an accident and dreams don’t become reality through magic, it requires grit, determination and hard work.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She\nwas born in Mandeville, Manchester and grew up in a small community called\nGabby’s Street, which is where she still resides to date. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2286} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Farmers-reaping-and-planting-crops-in-Rowes-greenhouse.jpg\" alt=\"\" class=\"wp-image-2286\" /><figcaption>Farmers reaping and planting crops in Rowe\'s greenhouse.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Diandra grew up with both parents, her biggest influences and motivators. Her mom has been a teacher for some 30+ years and dad a farmer and Greenhouse Consultant. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Diandra says through example, her mom has taught her compassion and patience and her dad has shown her the value of hard work and the benefits of being an entrepreneur.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2301,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fresh-Produce.jpg\" alt=\"\" class=\"wp-image-2301\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I had a happy childhood. I have two brothers and many cousins. Growing up I spent a lot of time with my siblings, cousins and neighbours. We spent hours in the bushes and yard climbing trees, picking fruits and filling our tummies before dinner time. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2302,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Mixed-lettuce-at-Abbey-Garden-Farm.jpg\" alt=\"\" class=\"wp-image-2302\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We played many outdoor games. We rode our bikes, drove go-carts, explored caves etc. Some of my best and most memorable moments are from my childhood.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She\nwas educated at the Church Teachers College Early Childhood, Mandeville Primary\nand Junior High, Bishop Gibson High School, University of Technology Jamaica </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bf_J76glWLE/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bf_J76glWLE/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>In December 2014, Diandra resigned her job as a car sales agent, to return home to assist her father with the farm which over the years ran into financial difficulties. The farm suffered from a lack of proper management and attention, as her father had started a new company and no longer had the time to give it the required oversight. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2290} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rows-of-greens-ready-to-be-reaped.jpg\" alt=\"\" class=\"wp-image-2290\" /><figcaption>Rows of leafy greens ready to be reaped</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“I have been managing the farm full time from January 2015 to date.” </p><cite>Diandra Rowe</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>My mission when I started was and still is to grow\nmy family’s business for many other generations to benefit. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her farm, Abbey Farms at Kingsland, in Manchester, Jamaica now grows a variety of produce items: lettuce, tomatoes, bell peppers, strawberries, herbs and a number of leafy greens. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2296,2297,2298,2299,2300]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Basil.jpg\" alt=\"\" data-id=\"2296\" data-link=\"https://buzz-caribbean.com/?attachment_id=2296\" class=\"wp-image-2296\" /><figcaption>Basil (Photo: Instagram -@Abbey_Garden_Farm)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bell-Peppers.jpg\" alt=\"\" data-id=\"2297\" data-link=\"https://buzz-caribbean.com/?attachment_id=2297\" class=\"wp-image-2297\" /><figcaption>Bell Peppers  (Photo: Instagram -@Abbey_Garden_Farm) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lettuce.jpg\" alt=\"\" data-id=\"2298\" data-link=\"https://buzz-caribbean.com/?attachment_id=2298\" class=\"wp-image-2298\" /><figcaption>Lettuce  (Photo: Instagram -@Abbey_Garden_Farm) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Strawberry.jpg\" alt=\"\" data-id=\"2299\" data-link=\"https://buzz-caribbean.com/?attachment_id=2299\" class=\"wp-image-2299\" /><figcaption>Strawberry (Photo: Instagram -@Abbey_Garden_Farm)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tomatoes.jpg\" alt=\"\" data-id=\"2300\" data-link=\"https://buzz-caribbean.com/?attachment_id=2300\" class=\"wp-image-2300\" /><figcaption>Tomatoes  (Photo: Instagram -@Abbey_Garden_Farm) </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Diandra attributes her success in farming to her drive. “ I say this to myself when I get frustrated and I want to give up - <em>Diandra live how others won’t now, so you can live how others can’t later</em>.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Farming is no joke…\"</p><cite>Diandra Rowe</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She is a member of the Jamaica Greenhouse Growers Benevolent Society and Nutramix Youth in Agriculture Ambassador.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Among her qualifications and awards is a BSc in Hospitality and Tourism Management and a Rotary Club of Mandeville Vocational Service Award for Outstanding Community Service Leadership and Devotion – Empowering our Youth.</p>\n<!-- /wp:paragraph -->','Young Manchester farmer, Diandra Rowe, topping her field','','inherit','closed','closed','','2267-revision-v1','','','2019-08-08 14:28:06','2019-08-08 19:28:06','',2267,'https://buzz-caribbean.com/article/2267-revision-v1/',0,'revision','',0),(2305,11,'2019-08-14 19:39:20','2019-08-15 00:39:20','<!-- wp:paragraph -->\n<p>Yasheika Shea Powell (call her\nShea) has wanderlust. In other words, travel is in her blood.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2888} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shea-Japan-Cherry-Blossoms-BUZZ-1024x731.jpg\" alt=\"\" class=\"wp-image-2888\" /><figcaption>Shea Powell embracing the serenity and beauty of Japan (Photos: Shea Powell)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It’s my drive,” says the fast-talking, Kingston-based blogger. Her website, <a href=\"http://www.theworldupcloser.com/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">www.theworldupcloser.com</a>, is packed with useful travel tips and true-life experiences — alongside dreamy photographs of places she has visited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2889} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shea-India-BUZZ.jpg\" alt=\"\" class=\"wp-image-2889\" /><figcaption>No visit to India is complete without donning one of their elegant sarees</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You can find Shea on Instagram in an Italian vineyard (wineglass in hand); meditating under the cherry blossoms in Japan; or daydreaming on a houseboat in Kerala, India.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2891} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Houseboat-India-BUZZ-1024x683.jpg\" alt=\"\" class=\"wp-image-2891\" /><figcaption>Snapshot of houseboats in Kerala, India</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Shea’s\nfirst trip abroad was to Washington, DC on April 23, 2008. Since then it’s been\nhard for her to stay in one place. But what, or where is her inspiration?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2893,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shea-India-Next-Adventure-BUZZ-1024x819.jpg\" alt=\"\" class=\"wp-image-2893\" /><figcaption>Shea Powell enjoying a dreamy moment in India - always looking for the next adventure </figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A\nbig sigh. “OMG! South America!” Her first (visa-free) trip there was to\nEcuador, which she says has a special place in her heart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her Spanish is improving rapidly. Among the 38 countries, she has visited to date — an “intense” 12 days in Japan and a road trip around Iceland (“a whole different planet by itself”) also stands out for her.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><em><strong>Take a peek at some of the stunning shots captured in Japan in gallery below.</strong></em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3013,3010,3009,3012,3011]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shea-Japan-BUZZ-1024x683.jpg\" alt=\"\" data-id=\"3013\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/shea-japan-buzz/\" class=\"wp-image-3013\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Japan-Shea-Powell-1024x861.jpg\" alt=\"\" data-id=\"3010\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/buzz-japan-shea-powell/\" class=\"wp-image-3010\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Japan-Scenery-Shea-Powell-1024x820.jpg\" alt=\"\" data-id=\"3009\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/buzz-japan-scenery-shea-powell/\" class=\"wp-image-3009\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shea-Japan-1.jpg\" alt=\"\" data-id=\"3012\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/shea-japan-1/\" class=\"wp-image-3012\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Japanese-Meal-BUZZ-1024x819.jpg\" alt=\"\" data-id=\"3011\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/japanese-meal-buzz/\" class=\"wp-image-3011\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>But\nisn’t travel a big headache nowadays? Shea is organized, prepares well and just\nlooks forward to her next journey. As for paperwork: “My passport is my resumé. I trust the\nprocess.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Enjoy the beauty of Italy in gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3028,3025,3026,3023,3029,3024,3027]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Wine-Drinking-Italy-BUZZ-1024x820.jpg\" alt=\"\" data-id=\"3028\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/wine-drinking-italy-buzz/\" class=\"wp-image-3028\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Historic-Architecture-Italy-BUZZ.jpg\" alt=\"\" data-id=\"3025\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/historic-architecture-italy-buzz/\" class=\"wp-image-3025\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_6250-1024x768.jpg\" alt=\"\" data-id=\"3026\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/img_6250/\" class=\"wp-image-3026\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cabin-Lake-Scenery-BUZZ-1024x820.jpg\" alt=\"\" data-id=\"3023\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/cabin-lake-scenery-buzz/\" class=\"wp-image-3023\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fields-Italy-BUZZ-1024x768.jpg\" alt=\"\" data-id=\"3029\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/fields-italy-buzz/\" class=\"wp-image-3029\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/City-Overview-Italy-BUZZ-1024x819.jpg\" alt=\"\" data-id=\"3024\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/city-overview-italy-buzz/\" class=\"wp-image-3024\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Stunning-Architecture-BUZZ-Shea-Powell-1024x819.jpg\" alt=\"\" data-id=\"3027\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/stunning-architecture-buzz-shea-powell/\" class=\"wp-image-3027\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>She\nsays: “Eighty-five per cent of my trips are solo. It may sound selfish, but\nthen I can do exactly what I want!” She loves the freedom, makes friends along\nthe way — but sometimes wishes she could share a stunning view or a delicious\nmeal with family and friends.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “My passport is my resumé. I trust the process.” </p><cite>— Shea Powell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Every location has its appeal. So, what about our Jamaica — what makes it unique? “It’s the vibe! It’s the energy of the people,” Shea declares. She admits that her favourite haunts are Portland, which she calls “my safe haven,” and the chilled-out mood of Treasure Beach. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bnl51VxAD7b/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bnl51VxAD7b/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“It’s the vibe! It’s the energy of the people”</p><cite>— Shea Powell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>So,\nwhere next? For Shea, all roads lead to the continent of Africa, which she is\nyet to visit. “Namibia, Botswana, South Africa — oh, and Morocco. And Egypt!”\nShe has a checklist and she will be working on it soon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Really\nsoon. Shea is not one to hesitate. The airport awaits!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Heads up: BUZZ will be travelling around Jamaica with Shea to discover those special corners of the island we call “hidden gems”. Stay tuned!</strong></p>\n<!-- /wp:paragraph -->','The world is her oyster and travel blogger Shea wants to share it with you','','publish','closed','closed','','the-world-is-her-oyster-for-shea-jamaican-travel-blogger','','','2019-08-15 11:18:37','2019-08-15 16:18:37','',0,'https://buzz-caribbean.com/?p=2305',0,'post','',0),(2306,11,'2019-08-08 14:38:59','2019-08-08 19:38:59','','Shea Japan','','inherit','closed','closed','','shea-japan','','','2019-08-08 14:38:59','2019-08-08 19:38:59','',2305,'https://buzz-caribbean.com/app/uploads/2019/08/Shea-Japan.jpg',0,'attachment','image/jpeg',0),(2307,11,'2019-08-08 14:39:20','2019-08-08 19:39:20','<!-- wp:paragraph -->\n<p>Yasheika Shea Powell (call her Shea) has wanderlust. In other\nwords, travel is in her blood.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BwevFAdHTYe/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BwevFAdHTYe/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“It’s my drive,” says the fast-talking, Kingston-based blogger.\nHer website, <a href=\"http://www.theworldupcloser.com,\" target=\"_blank\" rel=\"noreferrer noopener\">www.theworldupcloser.com,</a>\nis packed with useful travel tips and true-life experiences - alongside dreamy\nphotographs of places she has visited. You can find Shea on Instagram - in an\nItalian vineyard (wineglass in hand); meditating under the cherry blossoms in\nJapan; or daydreaming on a houseboat in Kerala, India.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Shea’s first trip abroad was to Washington, DC on April 23, 2008\n(she remembers the exact date). Since then it’s been hard for her to stay in\none place. But what, or where is her inspiration?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A big sigh. “OMG! South America!” Her first (visa-free) trip there\nwas to Ecuador, which “has a special place in my heart,” says Shea. Her Spanish\nis improving rapidly. Among the 38 countries she has visited to date, an “intense”\ntwelve days in Japan and a road trip around Iceland (“a whole different planet\nby itself”) also stand out for her.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But isn’t travel a big headache nowadays? Shea is organized,\nprepares well and just looks forward to her next journey. As for paperwork: “My\npassport is my resumé. I trust the process.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“85 per cent of my trips are solo,” says Shea. “It may sound selfish, but then I can do exactly what I want!” She loves the freedom, makes friends along the way - but sometimes wishes she could share a stunning view or a delicious meal with family and friends. We are lucky to have her blog!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Every location has its appeal. So, what about our Jamaica - what makes it unique? “It’s the vibe! It’s the energy of the people,” Shea declares. She admits that her favourite haunts are Portland, which she calls “my safe haven,” and the chilled-out mood of Treasure Beach.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, where next? For Shea, all roads lead to the continent of\nAfrica, which she has never yet visited. “Namibia, Botswana, South Africa - oh,\nand Morocco. And Egypt!” She has a checklist and she will be working on it\nsoon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Really soon. Shea is not one to hesitate. The airport awaits!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Heads up: <strong>BUZZ will be travelling</strong> around Jamaica with Shea to discover those special corners of the island we call “hidden gems.” Stay tuned!</p>\n<!-- /wp:paragraph -->','The World is Her Oyster for Shea, Jamaican Travel Blogger','','inherit','closed','closed','','2305-revision-v1','','','2019-08-08 14:39:20','2019-08-08 19:39:20','',2305,'https://buzz-caribbean.com/article/2305-revision-v1/',0,'revision','',0),(2309,11,'2019-08-08 14:40:38','2019-08-08 19:40:38','<!-- wp:paragraph -->\n<p>Black is beautiful. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If it were not so, many women would not be clamouring to find that perfect outfit for practically any occasion as nothing screams chic like the little black dress. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Accessorize with a sexy pair of strappy heels, a string of pearls and a clutch purse to add a bit of drama to your ensemble and step out in style whether you are 18 or 80!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Little Black Dress, otherwise known as the ‘LBD’ has stood the test of time. Its origin has been credited to fashion designer Gabrielle ‘Coco’ Chanel who conceptualized an evening or cocktail dress in the 1920s that was simply cut, short and able to be relevant regardless of the season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She intended it to be versatile, affordable, accessible to a wide market possible and in a neutral colour for any complexion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now it is considered a staple in a woman’s closet, but in the early part of the 20<sup>th</sup> century, black was reserved for mourning and was considered indecent when worn outside of such an occasion. &nbsp;During the <a href=\"https://en.wikipedia.org/wiki/Victorian_era\">Victorian</a> and <a href=\"https://en.wikipedia.org/wiki/Edwardian_era\">Edwardian</a> ages, a widow was expected to wear mourning dresses for at least two years. ‘Deep’ mourning required wearing plain black clothing with absolutely no decoration for the first year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Boy, have we come a long way! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not every LBD is created equal because some are more\nsuitable for special occasions than others, therefore in choosing the right\none, keep in mind the event and time of day.&nbsp;\nFor day time wear which would be ideal for brunch, luncheon, tea party\nand maybe a day at the races, go for something fitted. If you need to mix in a\nlittle business choose one that you can throw a mini jacket over hence it also\nneeds to be below your knee. Because we are in the tropics, opt for materials\nthat are light and breathable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 1926 American Vogue published a picture of Coco Channel’s short black dress and the revolution began. It was calf-length, straight and modestly decorated and was dubbed \"Chanel\'s Ford\" after the <a href=\"https://en.wikipedia.org/wiki/Model_T\">Model T</a> car. Soon, it was branded “the uniform for all women of taste\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When your evening comes alive, however, you can be a little more daring in your dressing and the black dress can be slinky. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Invest in one that has some sexy straps at the back or a heart-shaped bodice that is flirty without showing too much skin. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Choose a necklace that matches the dress’s neckline, a brooch or some long dangling earrings for that dramatic effect when you upsweep your hair.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Regardless of the time of day, black is always slimming and sophisticated on practically any body shape. Just remember to always wear the dress and not let it wear you.</p>\n<!-- /wp:paragraph -->','The Little Black Dress – a must-have for every woman','','inherit','closed','closed','','622-revision-v1','','','2019-08-08 14:40:38','2019-08-08 19:40:38','',622,'https://buzz-caribbean.com/article/622-revision-v1/',0,'revision','',0),(2310,11,'2019-08-08 15:14:17','2019-08-08 20:14:17','<!-- wp:paragraph -->\n<p>A pot shaped-belly in the age of the coveted “Instagram body” can be a big blow to anyone’s self-esteem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, achieving your desired bod can also be achieved through dedication to your exercise regimen and a balanced diet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Below we\'ve compiled a combination of exercises and how-to videos in partnership with <strong>Spry Training</strong> to help you get your desired results:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Lunge Chops </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stand with feet together, holding onto the ends of one dumbbell. Step forward with your right foot and lower into a lunge, reaching the dumbbell across the outside of the left hip. Then bring your alternative foot forward and land it into a lunge, reaching the dumbbell up and across to the right, rotating your torso as you lift. Return to starting position and repeat. Do the prescribed number of repetitions, and then switch sides to complete set. Do three sets of 12 repetitions each side.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/Il78j90B3_0\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/Il78j90B3_0\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Standing One-Arm Press</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Grab a pair of dumbbells and stand with your feet shoulder-width apart and your knees slightly bent. Now, raise the dumbbells in front of your shoulders, palms facing forward and press the right dumbbell overhead, keeping your arm in front of your ear. Slowly lower, then raise the left dumbbell. Continue alternating for 14 reps; complete three sets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/5W68vzaVX-o\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/5W68vzaVX-o\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Curtsy Lunges</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stand with your feet hip-width apart, hands on your hips. Take a big step back with your left leg, crossing it behind your right. Bend your knees and lower your hips until your right thigh is nearly parallel to the floor. Keep your torso upright and your hips and shoulders as square as possible. Return to start. Perform 10 repetitions and repeat, stepping back with your right leg. Add dumbbells once you master the movement with perfect form. Complete three sets of 10 repetitions for each side.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/BVaWe_LXKiI\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/BVaWe_LXKiI\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>T Pushups </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Start in a low plank position with your elbows bent so your body is two inches off the ground. Push up and, as you reach the top, lift your left hand and roll onto the outside of your feet, keeping your body aligned. Straighten your left arm so your fingertips point upward. Hold for one second before returning to start. Repeat on the other side. Complete five sets. For an additional core and balance challenge, stack your feet as you raise your arm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/MEVCuQWT_I0\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/MEVCuQWT_I0\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Cardio</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Activities like walking, running, swimming or cycling to protect the knees and ankles. The stair climber and the treadmill or incline are great cardio to lose weight all over while still building some muscle tone on the legs. A cardiovascular workout for at least 40-70 minutes, three to five times per week is recommended.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/tSamgMp4524\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/tSamgMp4524\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Try these out. Tell us if it worked for you.</p>\n<!-- /wp:paragraph -->','Getting your perfect bod: Try these 5 quick exercise moves','','publish','open','closed','','getting-the-perfect-bod-quick-exercise-moves','','','2019-08-23 09:15:19','2019-08-23 14:15:19','',0,'https://buzz-caribbean.com/?p=2310',0,'post','',0),(2312,11,'2019-08-08 15:10:53','2019-08-08 20:10:53','','Woman With Workout Equipment','','inherit','closed','closed','','woman-with-workout-equipment','','','2019-08-08 15:10:53','2019-08-08 20:10:53','',2310,'https://buzz-caribbean.com/app/uploads/2019/08/Woman-With-Workout-Equipment.jpg',0,'attachment','image/jpeg',0),(2313,11,'2019-08-08 15:14:17','2019-08-08 20:14:17','<!-- wp:paragraph -->\n<p>A pot shaped-belly in the age of the coveted “Instagram body” can be a big blow to anyone’s self-esteem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, not everyone was genetically built with flat tummies and wide hips and as such more women are turning to cosmetic surgeries for “designer bodies” so that they can make the cut. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, achieving your desired bod can also be achieved through dedication to your exercise regimen and a balanced diet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Below we\'ve compiled a combination of exercises and how-to videos in partnership with <strong>Spry Training</strong> to help you get your desired results:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"center\"} -->\n<h3 style=\"text-align:center\">INSERT 15-SEC VIDEOS BELOW EACH HEADING</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Lunge Chops </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stand with feet together, holding onto the ends of one dumbbell. Step forward with your right foot and lower into a lunge, reaching the dumbbell across the outside of the left hip. Then bring your alternative foot forward and land it into a lunge, reaching the dumbbell up and across to the right, rotating your torso as you lift. Return to starting position and repeat. Do the prescribed number of repetitions, and then switch sides to complete set. Do three sets of 12 repetitions each side.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Standing One-Arm Press</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Grab a pair of dumbbells and stand with your feet shoulder-width apart and your knees slightly bent. Now, raise the dumbbells in front of your shoulders, palms facing forward and press the right dumbbell overhead, keeping your arm in front of your ear. Slowly lower, then raise the left dumbbell. Continue alternating for 14 reps; complete three sets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Curtsy Lunges</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stand with your feet hip-width apart, hands on your hips. Take a big step back with your left leg, crossing it behind your right. Bend your knees and lower your hips until your right thigh is nearly parallel to the floor. Keep your torso upright and your hips and shoulders as square as possible. Return to start. Perform 10 repetitions and repeat, stepping back with your right leg. Add dumbbells once you master the movement with perfect form. Complete three sets of 10 repetitions for each side.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>T Pushups </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Start in a low plank position with your elbows bent so your body is two inches off the ground. Push up and, as you reach the top, lift your left hand and roll onto the outside of your feet, keeping your body aligned. Straighten your left arm so your fingertips point upward. Hold for one second before returning to start. Repeat on the other side. Complete five sets. For an additional core and balance challenge, stack your feet as you raise your arm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Cardio</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Activities like walking, running, swimming or cycling to protect the knees and ankles. The stair climber and the treadmill or incline are great cardio to lose weight all over while still building some muscle tone on the legs. A cardiovascular workout for at least 40-70 minutes, three to five times per week is recommended.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us know at <strong>BUZZ</strong> if you got a great workout trying these out?</p>\n<!-- /wp:paragraph -->','Getting the perfect bod - Quick Exercise Moves','','inherit','closed','closed','','2310-revision-v1','','','2019-08-08 15:14:17','2019-08-08 20:14:17','',2310,'https://buzz-caribbean.com/article/2310-revision-v1/',0,'revision','',0),(2315,4,'2019-08-08 15:24:13','2019-08-08 20:24:13','<!-- wp:paragraph -->\n<p>Minister of Health Dr Christopher Tufton has launched a book on his political journey thus far and his thoughts on the country’s progress and political landscape. <br> <br>The book is called “State of Mind”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is dedicated to his mother who passed away 10 years ago and the school he attended as a boy, Manchester High School.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The book launch took place at the Institute of Jamaica on 10 East Street in downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So why did he write this book?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I wanted to put down my own thoughts and ideas but I want to make it clear these are by no means original or exclusive. Indeed, I don’t have any particular expectation of any individual who reads the book except that it will generate conversation that hopefully will lead to a better path to the progress of us as individuals, as a country and as a people,” said Dr Tufton.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The government minister is also a scholar and entrepreneur and has been hailed as one of the brightest politicians of his generation having already held three senior ministerial posts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added that with a career or with life choices for that matter, it is important to periodically step back and to reflect and take stock of one’s stewardship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is important to examine your successes, your failures and setbacks and determine what lessons you have learnt from those experiences and essentially to recalibrate where you are, and where you need to go.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Sometimes that reflection and recalibration may require you to change course. “State of Mind” is my own reflection and I felt at the time when I decided to pursue this path it was important for me personally.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Turning his attention to his profession, politics he declared that politicians have it particularly difficult because of the important role that they play and whether non-politicians liked those who are in that field or not, the reality is political decisions and stewardship perhaps provides the most meaningful impact for good or bad on the lives of individuals, communities and countries.<br> <br>Reflecting on the nature of politics Dr Tufton said: “ Political stewardship at work takes a lot of time and when you really engage at the level of providing national leadership, you find yourself reacting to issues as they unfold rather than thinking strategically where you ought to go.”<br> <br>Dr Tufton lost the battle for the St Elizabeth Southwest seat in the 2012 general election leaving him with plenty of time on his hands to reflect. He then joined  Caribbean Policy Research Institute (CAPRI) and he is grateful that they took a chance on a politician. Having triumphed in the 2016 general election, he is now in front line politics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His objective in writing this book is to record as succinctly and as simply as possible that his journey to this point, in an effort to leave something behind, something recorded that may provide some guidance to those who come after him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I believe as leaders we have a duty to help the generation that is coming up behind us. That involves exposing the downsides as well as the upsides of political leadership.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I wanted to find answers to how Jamaica can foster a more stable, vibrant democracy, recognising our culture and our political system. I wanted to engage in a process of reflection that would seek and understand who we are as a people and look at the possibilities of what we can become,” declared Dr Tufton.</p>\n<!-- /wp:paragraph -->','Chris Tufton launches his book \'State of Mind\'','','inherit','closed','closed','','2295-revision-v1','','','2019-08-08 15:24:13','2019-08-08 20:24:13','',2295,'https://buzz-caribbean.com/article/2295-revision-v1/',0,'revision','',0),(2316,21,'2019-08-08 15:30:16','2019-08-08 20:30:16','<!-- wp:image {\"id\":2317} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Demarco-4-1024x694.jpg\" alt=\"\" class=\"wp-image-2317\" /><figcaption>Demarco <br>(Photo: contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Having lost more than 60 pounds in the\npast two years, dancehall artiste Demarco is showing off his success with a song\ncalled ‘Slim A Wear’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I stopped eating meat and got\nmore health-conscious, no dead carcass to mi dinnerware. But once in a while,\nmi eat fish, but a mostly vegetables, chunks, tofu,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This lifestyle change began two years ago when he migrated to the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"No dead carcass to mi dinnerware.\"</p><cite>- Demarco</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Now, Demarco is at a ‘fighting weight’\nof 230 pounds. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I feel way better, and performance-wise I can do more on stage. The ting tun up. Tell the gal dem fi come test me on stage and dem will see,\" Demarco said, laughing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>‘Slim A Wear’ was released on the Frenz\n4 Real label about two months ago, and Demarco is happy with the response to\nthe track. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"The feedback has been great so\nfar. The females dem love what&nbsp;a gwaan,\" said Demarco, who released \'No\nWahala\' featuring Akon and Runtown in 2017. </p>\n<!-- /wp:paragraph -->','\'I stopped eating meat\' - Demarco makes major lifestyle change','','publish','open','closed','','i-stopped-eating-meat-demarco-makes-major-lifestyle-change','','','2019-08-23 18:55:03','2019-08-23 23:55:03','',0,'https://buzz-caribbean.com/?p=2316',0,'post','',0),(2317,9,'2019-08-08 15:25:06','2019-08-08 20:25:06','','Demarco-4','','inherit','closed','closed','','demarco-4','','','2019-08-08 15:25:06','2019-08-08 20:25:06','',2316,'https://buzz-caribbean.com/app/uploads/2019/08/Demarco-4.jpg',0,'attachment','image/jpeg',0),(2318,4,'2019-08-08 15:26:38','2019-08-08 20:26:38','<!-- wp:paragraph -->\n<p>Minister of Health Dr Christopher Tufton has launched a book on his political journey thus far and his thoughts on the country’s progress and political landscape.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The book is called <strong>State of Mind</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is dedicated to his mother who passed away 10 years ago and the school he attended as a boy, Manchester High School.The book was launched at the Institute of Jamaica on 10 East Street in downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So why did he write this book?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I wanted to put down my own thoughts and ideas but I want to make it clear these are by no means original or exclusive. Indeed, I don’t have any particular expectation of any individual who reads the book except that it will generate conversation that hopefully will lead to a better path to the progress of us as individuals, as a country and as a people,” said Dr Tufton.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The government minister is also a scholar and entrepreneur and has been hailed as one of the brightest politicians of his generation having already held three senior ministerial posts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added that with a career or with life choices for that matter, it is important to periodically step back and to reflect and take stock of one’s stewardship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is important to examine your successes, your failures and setbacks and determine what lessons you have learnt from those experiences and essentially to recalibrate where you are, and where you need to go.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Sometimes that reflection and recalibration may require you to change course. “State of Mind” is my own reflection and I felt at the time when I decided to pursue this path it was important for me personally.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Turning his attention to his profession, politics he declared that politicians have it particularly difficult because of the important role that they play and whether non-politicians liked those who are in that field or not, the reality is political decisions and stewardship perhaps provides the most meaningful impact for good or bad on the lives of individuals, communities and countries.<br> <br>Reflecting on the nature of politics Dr Tufton said: “ Political stewardship at work takes a lot of time and when you really engage at the level of providing national leadership, you find yourself reacting to issues as they unfold rather than thinking strategically where you ought to go.”<br> <br>Dr Tufton lost the battle for the St Elizabeth Southwest seat in the 2012 general election leaving him with plenty of time on his hands to reflect. He then joined  Caribbean Policy Research Institute (CAPRI) and he is grateful that they took a chance on a politician. Having triumphed in the 2016 general election, he is now in front line politics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His objective in writing this book is to record as succinctly and as simply as possible that his journey to this point, in an effort to leave something behind, something recorded that may provide some guidance to those who come after him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I believe as leaders we have a duty to help the generation that is coming up behind us. That involves exposing the downsides as well as the upsides of political leadership.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I wanted to find answers to how Jamaica can foster a more stable, vibrant democracy, recognising our culture and our political system. I wanted to engage in a process of reflection that would seek and understand who we are as a people and look at the possibilities of what we can become,” declared Dr Tufton.</p>\n<!-- /wp:paragraph -->','Chris Tufton launches his book \'State of Mind\'','','inherit','closed','closed','','2295-revision-v1','','','2019-08-08 15:26:38','2019-08-08 20:26:38','',2295,'https://buzz-caribbean.com/article/2295-revision-v1/',0,'revision','',0),(2319,9,'2019-08-08 15:29:36','2019-08-08 20:29:36','<!-- wp:image {\"id\":2317} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Demarco-4-1024x694.jpg\" alt=\"\" class=\"wp-image-2317\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Having lost more than 60 pounds in the\npast two years, dancehall artiste Demarco is showing off his success with a song\ncalled ‘Slim A Wear’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I stopped eating meat and got\nmore health-conscious, no dead carcass to mi dinnerware. But once in a while,\nmi eat fish, but a mostly vegetables, chunks, tofu,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This lifestyle change began two years ago when he migrated to the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"No dead carcass to mi dinnerware.\"</p><cite>- Demarco</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Now, Demarco is at a ‘fighting weight’\nof 230 pounds. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I feel way better, and performance-wise I can do more on stage. The ting tun up. Tell the gal dem fi come test me on stage and dem will see,\" Demarco said, laughing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>‘Slim A Wear’ was released on the Frenz\n4 Real label about two months ago, and Demarco is happy with the response to\nthe track. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"The feedback has been great so\nfar. The females dem love what&nbsp;a gwaan,\" said Demarco, who released \'No\nWahala\' featuring Akon and Runtown in 2017. </p>\n<!-- /wp:paragraph -->','\'I stopped eating meat\' - Demarco makes major lifestyle change','','inherit','closed','closed','','2316-revision-v1','','','2019-08-08 15:29:36','2019-08-08 20:29:36','',2316,'https://buzz-caribbean.com/article/2316-revision-v1/',0,'revision','',0),(2321,9,'2019-08-08 15:42:19','2019-08-08 20:42:19','<!-- wp:image {\"id\":2322} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/taylor-swift.jpg\" alt=\"\" class=\"wp-image-2322\" /><figcaption>Taylor Swift says her feud with \'Kimye\' was a difficult period in her life. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Taylor Swift feared for her mental health during her \"humiliating\" public feud with Kim Kardashian West and Kanye West.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 29-year-old singer publicly warred with the reality star three years ago when Kim leaked edited clips of a phone call between her husband Kanye West and Taylor in order to prove her claims that Taylor had approved Kanye\'s lyrics about her in his song \'Famous\'.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I don\'t think there are that many people who can actually understand what it\'s like to have millions of people hate you very loudly.\" </p><cite> — Taylor Swift</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>And after Kim branded her a \"snake\", Taylor - who insisted at the time that Kanye never told her he was planning to call her \"that b***h\" in his song - was devastated to receive hate from people telling her to \"either shut up, disappear, or it could also be perceived as, kill yourself\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking in US Vogue\'s upcoming September issue, Taylor said: \"I don\'t think there are that many people who can actually understand what it\'s like to have millions of people hate you very loudly...[sending] messaging to this person to either shut up, disappear, or it could also be perceived as, kill yourself.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She continued: “I realised I needed to restructure my life because it felt completely out of control. I needed to make music about it because I knew it was the only way I could survive it. It was the only way I could preserve my mental health and also tell the story of what it\'s like to go through something so humiliating.\"</p>\n<!-- /wp:paragraph -->','Taylor Swift was told to kill herself during ‘Kimye’ feud','','publish','closed','closed','','taylor-swift-was-told-to-kill-herself-during-kimye-feud','','','2019-08-12 15:01:19','2019-08-12 20:01:19','',0,'https://buzz-caribbean.com/?p=2321',0,'post','',0),(2322,9,'2019-08-08 15:37:43','2019-08-08 20:37:43','','2019 Time 100 Gala','The Time 100 class of 2019 attend the Time 100 Gala at Frederick P. Rose Hall, Jazz at Lincoln Center on April 23, 2019 in New York City.\n\n\n\nPictured: Taylor Swift\n\nRef: SPL5081896 240419 NON-EXCLUSIVE\n\nPicture by: Jackie Brown / SplashNews.com\n\n\n\nSplash News and Pictures\n\nLos Angeles: 310-821-2666\nNew York: 212-619-2666\nLondon: 0207 644 7656\nMilan: 02 4399 8577\n\nphotodesk@splashnews.com\n\n\n\nWorld Rights','inherit','closed','closed','','2019-time-100-gala','','','2019-08-08 15:41:53','2019-08-08 20:41:53','',2321,'https://buzz-caribbean.com/app/uploads/2019/08/taylor-swift.jpg',0,'attachment','image/jpeg',0),(2323,14,'2019-08-08 15:44:57','2019-08-08 20:44:57','<!-- wp:paragraph -->\n<p>September usually marks the start of a new semester at the\nUniversity of the West Indies (UWI), Mona – but for the local skating community,\nthe month will signal the start of a new era in the sport.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Skateboarder Aaron Reid, who has plans to launch a bustling skate park at the university to renew interest in the sport, gave <strong>BUZZ</strong> an exclusive on the latest development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reid, 23, who is known to his peers as ‘Redman’, told <strong>BUZZ</strong> that he saw how inadequate public spaces were towards skaters and decided to build one for the growing community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I always had a vision for the sport in general, to create facilities, as I was noticing there weren’t any at all,” Reid explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For me, personally I know it would be a great thing to have, so my intention is to create [these spaces] so that others can enjoy them. It’s more for the upcoming generation,” the skater told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reid added the skate park’s construction started in January, and he and his partner Kayla Wheeler have been pulling all the stops to ensure that the unveiling goes as planned in early September.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My partner in this project, Kayla Wheeler, started a\nGoFundMe to get sponsorship and it’s our vision to push the sport and culture\nof skateboarding and BMX in Jamaica – that’s what Ignite Extreme is about,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This project started on January 6 this year, we brought the club here to UWI as it was a club at the Moneague Community College in St. Ann. Where the project is at right now, we’re at 80 percent completion,” Reid, a student at the UWI, told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unlike its predecessor in Bull Bay, St. Andrew, which is considered a DIY project by skaters for skaters, the Ignite Skate Park will be ‘official’ in every sense of the word.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the first skate park of its kind in Jamaica, the facility is being designed and managed by a contractor from Russia, Reid indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While the sport isn’t widely popular, Reid told <strong>BUZZ</strong> he believes Jamaicans have a latent potential to master skating – becoming among the world’s best.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Well, skateboarding is making its Olympic debut in Tokyo 2020, we have good skaters here, but we have none on an Olympic level. That’s because we don’t have the facilities. Things like these are necessary to get persons involved in the sport,\" he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Since the university is pushing Olympic sports so much – track and field [and] swimming – why not have a skate park? And for this we need facilities,” the 23-year-old BMX rider and skater told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This is Jamaica’s first, it’s perfect! It will get the younger kids more involved, build them from the ground up, getting people to compete at an international level,” Reid added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Reid, it is recommended to have one person\nskating at any time, but depending on the skill level, the park can accommodate\nup to five skaters simultaneously.</p>\n<!-- /wp:paragraph -->','Ignite Extreme Sports Club set to blast off at UWI','','draft','closed','closed','','ignite-extreme-sports-club-set-to-blast-off-at-uwi','','','2019-08-14 14:14:46','2019-08-14 19:14:46','',0,'https://buzz-caribbean.com/?p=2323',0,'post','',0),(2324,9,'2019-08-08 15:41:57','2019-08-08 20:41:57','<!-- wp:image {\"id\":2322} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/taylor-swift.jpg\" alt=\"\" class=\"wp-image-2322\" /><figcaption>Taylor Swift says her feud with \'Kimye\' was a difficult period in her life. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Taylor Swift feared for her mental health during her \"humiliating\" public feud with Kim Kardashian West and Kanye West. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 29-year-old singer publicly warred with the reality star three years ago when Kim leaked edited clips of a phone call between her husband Kanye West and Taylor in order to prove her claims that Taylor had approved Kanye\'s lyrics about her in his song \'Famous\'. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I don\'t think there are that many people who can actually understand what it\'s like to have millions of people hate you very loudly.\" </p><cite>- Taylor Swift</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>And after Kim branded her a \"snake\", Taylor - who insisted at the time that Kanye never told her he was planning to call her \"that b***h\" in his song - was devastated to receive hate from people telling her to \"either shut up, disappear, or it could also be perceived as, kill yourself\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking in US Vogue\'s upcoming September issue, Taylor said: \"I don\'t think there are that many people who can actually understand what it\'s like to have millions of people hate you very loudly...[sending] messaging to this person to either shut up, disappear, or it could also be perceived as, kill yourself.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She continued: “I realised I needed to restructure my life because it felt completely out of control. I needed to make music about it because I knew it was the only way I could survive it. It was the only way I could preserve my mental health and also tell the story of what it\'s like to go through something so humiliating.\"</p>\n<!-- /wp:paragraph -->','Taylor Swift was told to kill herself during ‘Kimye’ feud','','inherit','closed','closed','','2321-revision-v1','','','2019-08-08 15:41:57','2019-08-08 20:41:57','',2321,'https://buzz-caribbean.com/article/2321-revision-v1/',0,'revision','',0),(2326,14,'2019-08-08 15:44:57','2019-08-08 20:44:57','<!-- wp:paragraph -->\n<p>September usually marks the start of a new semester at the\nUniversity of the West Indies (UWI), Mona – but for the local skating community,\nthe month will signal the start of a new era in the sport.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Skateboarder Aaron Reid, who has plans to launch a bustling skate park at the university to renew interest in the sport, gave <strong><em>BUZZ</em></strong> an exclusive on the latest development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reid, 23, who is known to his peers as ‘Redman’, told <strong><em>BUZZ</em></strong> that he saw how inadequate public spaces were towards skaters and decided to build one for the growing community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I always had a vision for the sport in general, to create facilities, as I was noticing there weren’t any at all,” Reid explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For me, personally I know it would be a great thing to have, so my intention is to create [these spaces] so that others can enjoy them. It’s more for the upcoming generation,” the skater told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reid added the skate park’s construction started in January, and he and his partner Kayla Wheeler have been pulling all the stops to ensure that the unveiling goes as planned in early September.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My partner in this project, Kayla Wheeler, started a\nGoFundMe to get sponsorship and it’s our vision to push the sport and culture\nof skateboarding and BMX in Jamaica – that’s what Ignite Extreme is about,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This project started on January 6 this year, we brought the club here to UWI as it was a club at the Moneague Community College in St. Ann. Where the project is at right now, we’re at 80 percent completion,” Reid, a student at the UWI, told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unlike its predecessor in Bull Bay, St. Andrew, which is considered a DIY project by skaters for skaters, the Ignite Skate Park will be ‘official’ in every sense of the word.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the first skate park of its kind in Jamaica, the facility is being designed and managed by a contractor from Russia, Reid indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While the sport isn’t widely popular, Reid told <strong><em>BUZZ</em></strong> he believes Jamaicans have a latent potential to master skating – becoming among the world’s best.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Well, skateboarding is making its Olympic debut in Tokyo 2020, we have good skaters here, but we have none on an Olympic level. That’s because we don’t have the facilities. Things like these are necessary to get persons involved in the sport,\" he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Since the university is pushing Olympic sports so much – track and field [and] swimming – why not have a skate park? And for this we need facilities,” the 23-year-old BMX rider and skater told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This is Jamaica’s first, it’s perfect! It will get the younger kids more involved, build them from the ground up, getting people to compete at an international level,” Reid added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Reid, it is recommended to have one person\nskating at any time, but depending on the skill level, the park can accommodate\nup to five skaters simultaneously.</p>\n<!-- /wp:paragraph -->','Ignite Extreme Sports Club set to blast off at UWI','','inherit','closed','closed','','2323-revision-v1','','','2019-08-08 15:44:57','2019-08-08 20:44:57','',2323,'https://buzz-caribbean.com/article/2323-revision-v1/',0,'revision','',0),(2327,11,'2019-08-08 15:46:04','2019-08-08 20:46:04','','Coco-Chanel-LBD','','inherit','closed','closed','','coco-chanel-lbd','','','2019-08-08 15:46:04','2019-08-08 20:46:04','',622,'https://buzz-caribbean.com/app/uploads/2019/08/Coco-Chanel-LBD.jpg',0,'attachment','image/jpeg',0),(2328,13,'2019-08-08 15:46:34','2019-08-08 20:46:34','','Jamaica Family Fest','','inherit','closed','closed','','jamaica-family-fest','','','2019-08-08 15:46:34','2019-08-08 20:46:34','',861,'https://buzz-caribbean.com/app/uploads/2019/07/jamaica-family-fest.jpg',0,'attachment','image/jpeg',0),(2329,11,'2019-08-08 15:48:25','2019-08-08 20:48:25','<!-- wp:paragraph -->\n<p>Black is beautiful. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If it were not so, many women would not be clamouring to find that perfect outfit for practically any occasion as nothing screams chic like the little black dress. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Accessorize with a sexy pair of strappy heels, a string of pearls and a clutch purse to add a bit of drama to your ensemble and step out in style whether you are 18 or 80!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Little Black Dress, otherwise known as the ‘LBD’ has stood the test of time. Its origin has been credited to fashion designer Gabrielle ‘Coco’ Chanel who conceptualized an evening or cocktail dress in the 1920s that was simply cut, short and able to be relevant regardless of the season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2327} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Coco-Chanel-LBD.jpg\" alt=\"\" class=\"wp-image-2327\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She intended it to be versatile, affordable, accessible to a wide market possible and in a neutral colour for any complexion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 1926 American Vogue published a picture of Coco Channel’s short black dress and the revolution began. It was calf-length, straight and modestly decorated and was dubbed \"Chanel\'s Ford\" after the <a href=\"https://en.wikipedia.org/wiki/Model_T\">Model T</a> car. Soon, it was branded “the uniform for all women of taste\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now it is considered a staple in a woman’s closet, but in the early part of the 20<sup>th</sup> century, black was reserved for mourning and was considered indecent when worn outside of such an occasion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Boy, have we come a long way! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not every LBD is created equal because some are more suitable for special occasions than others, therefore in choosing the right one, keep in mind the event and time of day.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For day time wear, which would be ideal for a brunch, luncheon, tea party and maybe a day at the races, go for something fitted. If you need to mix in a little business choose one that you can throw a mini jacket over - ideally it would also be below your knee. Because we are in the tropics, opt for materials that are light and breathable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When your evening comes alive, however, you can be a little more daring in your dressing and the black dress can be slinky. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Invest in one that has some sexy straps at the back or a heart-shaped bodice that is flirty without showing too much skin. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Choose a necklace that matches the dress’s neckline, a brooch or some long dangling earrings for that dramatic effect when you upsweep your hair.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Regardless of the time of day, black is always slimming and sophisticated on practically any body shape. Just remember to always wear the dress and not let it wear you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"align\":\"center\"} -->\n<h2 style=\"text-align:center\"><em>INSERT PHOTO GALLERY FROM FLIRT BOUTIQUE</em></h2>\n<!-- /wp:heading -->','The Little Black Dress – a must-have for every woman','','inherit','closed','closed','','622-revision-v1','','','2019-08-08 15:48:25','2019-08-08 20:48:25','',622,'https://buzz-caribbean.com/article/622-revision-v1/',0,'revision','',0),(2333,4,'2019-08-08 15:50:41','2019-08-08 20:50:41','<!-- wp:paragraph -->\n<p>Minister of Health Dr Christopher Tufton has launched a book on his political journey thus far and his thoughts on the country’s progress and political landscape.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The book is called <strong>State of Mind</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is dedicated to his mother who passed away 10 years ago and his alma mater, the Manchester High School. The book was launched at the Institute of Jamaica on 10 East Street in downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So why did he write this book?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I wanted to put down my own thoughts and ideas but I want to make it clear these are by no means original or exclusive. Indeed, I don’t have any particular expectation of any individual who reads the book except that it will generate conversation, that hopefully will lead to a better path to the progress of us as individuals, as a country and as a people,” said Dr Tufton.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The government minister is also a scholar and entrepreneur and has been hailed as one of the brightest politicians of his generation, having already held three senior ministerial posts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added that with a career or with life choices for that matter, it is important to periodically step back and to reflect and take stock of one’s stewardship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is important to examine your successes, your failures and setbacks and determine what lessons you have learnt from those experiences and essentially to recalibrate where you are, and where you need to go.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Sometimes that reflection and recalibration may require you to change course. <strong>State of Mind</strong> is my own reflection and I felt at the time when I decided to pursue this path it was important for me personally.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Turning his attention to his profession, he declared that politicians have it particularly difficult because of the important role they play and whether non-politicians liked those who are in that field or not, the reality is political decisions and stewardship perhaps provides the most meaningful impact for good or bad on the lives of individuals, communities and countries.<br> <br>Reflecting on the nature of politics Dr Tufton said: “Political stewardship at work takes a lot of time and when you really engage at the level of providing national leadership, you find yourself reacting to issues as they unfold rather than thinking strategically where you ought to go.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr Tufton lost the battle for the St Elizabeth Southwest seat in the 2012 general election leaving him with plenty of time on his hands to reflect. He then joined  Caribbean Policy Research Institute (CAPRI) and he is grateful that they took a chance on a politician. Having triumphed in the 2016 general election, he is now in front line politics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His objective in writing this book is to record as succinctly and as simply as possible his journey to this point, in an effort to leave something behind that may provide some guidance to those who come after him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I believe as leaders we have a duty to help the generation that is coming up behind us. That involves exposing the downsides as well as the upsides of political leadership.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I wanted to find answers to how Jamaica can foster a more stable, vibrant democracy, recognising our culture and our political system. I wanted to engage in a process of reflection that would seek and understand who we are as a people and look at the possibilities of what we can become,” declared Dr Tufton.</p>\n<!-- /wp:paragraph -->','Chris Tufton launches his book \'State of Mind\'','','inherit','closed','closed','','2295-revision-v1','','','2019-08-08 15:50:41','2019-08-08 20:50:41','',2295,'https://buzz-caribbean.com/article/2295-revision-v1/',0,'revision','',0),(2334,11,'2019-08-08 15:51:45','2019-08-08 20:51:45','','Love Of Farming Diandra Rowe','','inherit','closed','closed','','love-of-farming-diandra-rowe','','','2019-08-08 15:51:45','2019-08-08 20:51:45','',2267,'https://buzz-caribbean.com/app/uploads/2019/08/Love-Of-Farming-Diandra-Rowe.jpg',0,'attachment','image/jpeg',0),(2335,23,'2019-08-14 19:47:47','2019-08-15 00:47:47','<!-- wp:paragraph -->\n<p>With an inspiring new platform as Miss St Elizabeth Festival Queen, 22-year-old Ashley Witter is determined to a better world for the children in her parish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2361} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Witter-Proud-Ambassador.jpg\" alt=\"\" class=\"wp-image-2361\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A customer service representative by profession and a proud past student of The Hampton School, this brilliant beauty has her eyes set on pursuing a degree in Primary Education at The Bethlehem Teacher’s College.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ashley grew up in the small community of Brighton, New Market. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Ashley, “My childhood can be described as exciting, adventurous, educational and inspirational. I was excited to learn from new educational articles, exhilarated to try adventurous things and inspired to be a role model to my community members.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I am elated to work with children and very much excited and honoured that they view me as a role model.\" </p><cite>— Ashley Witter, Miss St Elizabeth Festival Queen</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She was educated at the same school where she now assists kids - Clapham Primary School - located in the very same community of Brighton. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When asked about her community Ashley said “My community can be described as one filled with talent and strong-willed individuals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I was inspired to enter the Miss St. Elizabeth Festival Queen competition because I wanted a platform to display my talent, community involvement and show how passionate I am about voluntarism.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “My childhood can be described as exciting, adventurous, educational and inspirational.\"</p><cite>— Ashley Witter, Miss St Elizabeth Festival Queen</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Ashley’s community project is entitled <strong><em>“Labour for Learning”</em></strong>, which entails the strategic methods that will be put in place to improve and utilize the infrastructure at her Alma mater, Clapham Primary School, which is the only primary-level education facility in the community. Ashley says she is making it her responsibility to improve the development of the students\' education and this noble institution.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2365} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Children-in-Summer-Programme.jpg\" alt=\"\" class=\"wp-image-2365\" /><figcaption>Children involved in the summer programme at the Clapham Primary School in St Elizabeth, Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This young educator hopeful said she chose the community project because of her passion for &nbsp;improving children’s educational development, “as they are the future of this my beautiful country of Jamaica.” She added, “With my community project in place, one-on-one sessions will be held with student’s who are performing below their grade level, therefore, greater involvement will transpire. With that said, the resources will be effectively utilized and students educational development will be exceeded.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I am elated to work with children and very much excited and honoured that they view me as a role model. I am eager to teach a new topic each day and I am very proud to illustrate drastic improvements that are shown in the very first week of the session. The students did extremely well in their first pretest that was done on July 12, 2019.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I can recall in 2014 when I started experiencing fainting spells, I thought I died.\"</p><cite>— Ashley Witter, Miss St Elizabeth Festival Queen</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Currently unemployed, Witter is looking forward to pursuing her teaching degree at the Bethlehem Teacher’s College.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She remains guided by a quote from Theodore Roosevelt, <em>“Courage is not having the strength to go on, it is going on when you don’t have the strength.\"</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Witter recalls that this quote motivated her during some of the most difficult times in her life. “I can recall in 2014 when I started experiencing fainting spells, I thought I died. Yes, I had thoughts of giving up but then I remembered that I am given a chance to live because God has something exceptional in store for me and I must be able to use my testimony as an inspirational motivation for others.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2374} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Witter-At-Safari.jpg\" alt=\"\" class=\"wp-image-2374\" /><figcaption>Witter remains resilient despite health challenges</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From having fainting spells, to having 13 seizures per day, then being blind for 3 months has really taught me a lot. These series of illnesses taught me that it’s not over until God says it\'s over, these illnesses gave me strength and showed me that my faith can move any obstacle that I am faced with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I am currently a diabetic patient and still experience seizures but I will NEVER let my illness define my life or what I do. I never live for the past, &nbsp;I live for today and tomorrow, hoping to get a chance to continuously inspire the lives of individuals that I interact with. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I can personally say if it has not been for Jehovah God on my side then I wouldn’t be getting this glorious opportunity to share my testimonial story with the others. I am very elated to do so.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"From having fainting spells, to having 13 seizures per day, then being blind for 3 months has really taught me a lot. \"</p><cite> — Ashley Witter, Miss St Elizabeth Festival Queen </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Witter noted that many youths in her farming community become lackadaisical after the completion of their secondary education. Oftentimes realizing that their parents or guardians don’t have the financial resources to assist in furthering their education. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2370} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ashley-Witter-Black-River-Safari.jpg\" alt=\"\" class=\"wp-image-2370\" /><figcaption>Ashley Witter sharing lens time at the Black River Safari in St Elizabeth</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She notes with pride that despite these obstacles, \"They always utilize the fertile grounds that God has blessed this community with.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a Youth Ambassador herself, she shared her belief that \"the Youth Ambassador Programme (JaYAP) should give aspiring youth ambassadors the opportunity to make the changes each community needs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With that said, we can outline arising issues and implement strategic methods that will become solutions to these problems. Making Jamaica a better place to live, work, raise families and do business.” </p>\n<!-- /wp:paragraph -->','St Bess queen advocates for children','','publish','closed','closed','','st-elizabeth-queen-advocates-for-children','','','2019-08-15 13:17:24','2019-08-15 18:17:24','',0,'https://buzz-caribbean.com/?p=2335',0,'post','',0),(2336,13,'2019-08-08 15:55:48','2019-08-08 20:55:48','','Wolmers Banquet','','inherit','closed','closed','','wolmers-banquet','','','2019-08-08 15:55:48','2019-08-08 20:55:48','',0,'https://buzz-caribbean.com/app/uploads/2019/08/wolmers-banquet.jpg',0,'attachment','image/jpeg',0),(2337,9,'2019-08-08 16:04:05','2019-08-08 21:04:05','<!-- wp:image {\"id\":2340} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/TamiChin-WanyeMarshall-.jpg\" alt=\"\" class=\"wp-image-2340\" /><figcaption>Tami Chynn (right) and Wayne Marshall welcomed their third child together on August 5. <br>(Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As they continue to build their\nfamily, Jamaican entertainers Tami Chynn and Wayne Marshall welcomed their\nchild together on August 5. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The announcement was made by the two\non their individual social media pages on August 7. The posts were met with\nthousands of congratulatory comments and even more ‘likes’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B03-bI4JLYx/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B03-bI4JLYx/\n</div><figcaption>Tami Chynn shared this picture of her newborn on August 7. </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“Wayne and I are overjoyed to welcome\nto the world our beautiful boy, Oz Orion David Mitchell, born August 5th 2019\nat 7am. We have waited for you patiently. Thanking God for you,” Chynn said on\nher Instagram page. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“May he realise and accept that every\ngood desire and love is already his, as he has entered into this beautiful\nworld.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is their third child together, as\nthey have two other boys, Jaxen and Atlas. Marshall also has another son, Giomar,\nfrom a previous relationship. </p>\n<!-- /wp:paragraph -->','Make that baby number three: Tami Chynn gives birth to Oz','','publish','closed','closed','','make-that-baby-number-three-tami-chynn-gives-birth-to-oz','','','2019-08-14 22:01:39','2019-08-15 03:01:39','',0,'https://buzz-caribbean.com/?p=2337',0,'post','',0),(2338,13,'2019-08-08 15:57:43','2019-08-08 20:57:43','','Wolmers','','inherit','closed','closed','','wolmers','','','2019-08-08 15:57:43','2019-08-08 20:57:43','',0,'https://buzz-caribbean.com/app/uploads/2019/08/wolmers.jpg',0,'attachment','image/jpeg',0),(2340,9,'2019-08-08 16:00:49','2019-08-08 21:00:49','','TamiChin-WanyeMarshall-','','inherit','closed','closed','','tamichin-wanyemarshall','','','2019-08-08 16:00:49','2019-08-08 21:00:49','',2337,'https://buzz-caribbean.com/app/uploads/2019/08/TamiChin-WanyeMarshall-.jpg',0,'attachment','image/jpeg',0),(2341,9,'2019-08-08 16:03:06','2019-08-08 21:03:06','<!-- wp:image {\"id\":2340} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/TamiChin-WanyeMarshall-.jpg\" alt=\"\" class=\"wp-image-2340\" /><figcaption>Tami Chynn (right) and Wayne Marshall welcomed their third child together on August 5. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As they continue to build their\nfamily, Jamaican entertainers Tami Chynn and Wayne Marshall welcomed their\nchild together on August 5. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The announcement was made by the two\non their individual social media pages on August 7. The posts were met with\nthousands of congratulatory comments and even more ‘likes’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B03-bI4JLYx/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B03-bI4JLYx/\n</div><figcaption>Tami Chynn shared this picture of her newborn on August 7. </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“Wayne and I are overjoyed to welcome\nto the world our beautiful boy, Oz Orion David Mitchell, born August 5th 2019\nat 7am. We have waited for you patiently. Thanking God for you,” Chynn said on\nher Instagram page. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“May he realise and accept that every\ngood desire and love is already his, as he has entered into this beautiful\nworld.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is their third child together, as\nthey have two other boys, Jaxen and Atlas. Marshall also has another son, Giomar,\nfrom a previous relationship. </p>\n<!-- /wp:paragraph -->','Make that baby number three - Tami Chynn gives birth to Oz','','inherit','closed','closed','','2337-revision-v1','','','2019-08-08 16:03:06','2019-08-08 21:03:06','',2337,'https://buzz-caribbean.com/article/2337-revision-v1/',0,'revision','',0),(2342,13,'2019-08-08 16:04:22','2019-08-08 21:04:22','','International Food And Safety Conference','','inherit','closed','closed','','international-food-and-safety-conference','','','2019-08-08 16:04:22','2019-08-08 21:04:22','',0,'https://buzz-caribbean.com/app/uploads/2019/08/international-food-and-safety-conference.jpg',0,'attachment','image/jpeg',0),(2344,4,'2019-08-08 16:06:49','2019-08-08 21:06:49','','DSC_1541','','inherit','closed','closed','','dsc_1541','','','2019-08-08 16:06:49','2019-08-08 21:06:49','',2295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1541.jpg',0,'attachment','image/jpeg',0),(2345,4,'2019-08-08 16:09:09','2019-08-08 21:09:09','','DSC_1700','','inherit','closed','closed','','dsc_1700','','','2019-08-08 16:09:09','2019-08-08 21:09:09','',2295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1700.jpg',0,'attachment','image/jpeg',0),(2346,0,'2019-08-08 16:43:04','2019-08-08 21:43:04','','Fire Baptism: The Lighting of 1 Million Candles','','publish','closed','closed','','fire-baptism-the-lighting-of-1-million-candles','','','2019-08-15 11:03:07','2019-08-15 16:03:07','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=2346',0,'out','',0),(2347,4,'2019-08-08 16:10:40','2019-08-08 21:10:40','','DSC_1720','','inherit','closed','closed','','dsc_1720','','','2019-08-08 16:10:40','2019-08-08 21:10:40','',2295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1720.jpg',0,'attachment','image/jpeg',0),(2349,4,'2019-08-08 16:19:50','2019-08-08 21:19:50','','20190728_142351','','inherit','closed','closed','','20190728_142351','','','2019-08-08 16:19:50','2019-08-08 21:19:50','',2295,'https://buzz-caribbean.com/app/uploads/2019/08/20190728_142351.jpg',0,'attachment','image/jpeg',0),(2350,4,'2019-08-08 16:25:08','2019-08-08 21:25:08','<!-- wp:paragraph -->\n<p>Minister of Health Dr Christopher Tufton has launched a book on his political journey thus far and his thoughts on the country’s progress and political landscape.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The book is called <strong>State of Mind</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2344} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1541-1024x683.jpg\" alt=\"\" class=\"wp-image-2344\" /><figcaption>Health Minister Dr Christopher launched his book State of Mind. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is dedicated to his mother who passed away 10 years ago and his alma mater, the Manchester High School. The book was launched at the Institute of Jamaica on 10 East Street in downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So why did he write this book?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2345} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1700-1024x683.jpg\" alt=\"\" class=\"wp-image-2345\" /><figcaption>Dr Christopher during the launch of his book State of Mind.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I wanted to put down my own thoughts and ideas but I want to make it clear these are by no means original or exclusive. Indeed, I don’t have any particular expectation of any individual who reads the book except that it will generate conversation, that hopefully will lead to a better path to the progress of us as individuals, as a country and as a people,” said Dr Tufton.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The government minister is also a scholar and entrepreneur and has been hailed as one of the brightest politicians of his generation, having already held three senior ministerial posts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2347} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1720-1024x683.jpg\" alt=\"\" class=\"wp-image-2347\" /><figcaption>Prime Minster Andrew Holness in discussion with Dr Tufton. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He added that with a career or with life choices for that matter, it is important to periodically step back and to reflect and take stock of one’s stewardship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is important to examine your successes, your failures and setbacks and determine what lessons you have learnt from those experiences and essentially to recalibrate where you are, and where you need to go.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Sometimes that reflection and recalibration may require you to change course. <strong>State of Mind</strong> is my own reflection and I felt at the time when I decided to pursue this path it was important for me personally.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Turning his attention to his profession, he declared that politicians have it particularly difficult because of the important role they play and whether non-politicians liked those who are in that field or not, the reality is political decisions and stewardship perhaps provides the most meaningful impact for good or bad on the lives of individuals, communities and countries.<br> <br>Reflecting on the nature of politics Dr Tufton said: “Political stewardship at work takes a lot of time and when you really engage at the level of providing national leadership, you find yourself reacting to issues as they unfold rather than thinking strategically where you ought to go.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr Tufton lost the battle for the St Elizabeth Southwest seat in the 2012 general election leaving him with plenty of time on his hands to reflect. He then joined &nbsp;Caribbean Policy Research Institute (CAPRI) and he is grateful that they took a chance on a politician. Having triumphed in the 2016 general election, he is now in front line politics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His objective in writing this book is to record as succinctly and as simply as possible his journey to this point, in an effort to leave something behind that may provide some guidance to those who come after him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I believe as leaders we have a duty to help the generation that is coming up behind us. That involves exposing the downsides as well as the upsides of political leadership.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I wanted to find answers to how Jamaica can foster a more stable, vibrant democracy, recognising our culture and our political system. I wanted to engage in a process of reflection that would seek and understand who we are as a people and look at the possibilities of what we can become,” declared Dr Tufton.</p>\n<!-- /wp:paragraph -->','Chris Tufton launches his book \'State of Mind\'','','inherit','closed','closed','','2295-revision-v1','','','2019-08-08 16:25:08','2019-08-08 21:25:08','',2295,'https://buzz-caribbean.com/article/2295-revision-v1/',0,'revision','',0),(2351,4,'2019-08-08 16:26:08','2019-08-08 21:26:08','','DSC_1744','','inherit','closed','closed','','dsc_1744','','','2019-08-08 16:26:08','2019-08-08 21:26:08','',2295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1744.jpg',0,'attachment','image/jpeg',0),(2352,4,'2019-08-08 16:27:38','2019-08-08 21:27:38','','DSC_1571','','inherit','closed','closed','','dsc_1571','','','2019-08-08 16:27:38','2019-08-08 21:27:38','',2295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1571.jpg',0,'attachment','image/jpeg',0),(2353,4,'2019-08-08 16:27:49','2019-08-08 21:27:49','<!-- wp:paragraph -->\n<p>Minister of Health Dr Christopher Tufton has launched a book on his political journey thus far and his thoughts on the country’s progress and political landscape.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The book is called <strong>State of Mind</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2344} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1541-1024x683.jpg\" alt=\"\" class=\"wp-image-2344\" /><figcaption>Health Minister Dr Christopher launched his book State of Mind. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is dedicated to his mother who passed away 10 years ago and his alma mater, the Manchester High School. The book was launched at the Institute of Jamaica on 10 East Street in downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So why did he write this book?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2345} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1700-1024x683.jpg\" alt=\"\" class=\"wp-image-2345\" /><figcaption>Dr Christopher during the launch of his book State of Mind.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I wanted to put down my own thoughts and ideas but I want to make it clear these are by no means original or exclusive. Indeed, I don’t have any particular expectation of any individual who reads the book except that it will generate conversation, that hopefully will lead to a better path to the progress of us as individuals, as a country and as a people,” said Dr Tufton.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The government minister is also a scholar and entrepreneur and has been hailed as one of the brightest politicians of his generation, having already held three senior ministerial posts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2347} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1720-1024x683.jpg\" alt=\"\" class=\"wp-image-2347\" /><figcaption>Prime Minster Andrew Holness in discussion with Dr Tufton. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He added that with a career or with life choices for that matter, it is important to periodically step back and to reflect and take stock of one’s stewardship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is important to examine your successes, your failures and setbacks and determine what lessons you have learnt from those experiences and essentially to recalibrate where you are, and where you need to go.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Sometimes that reflection and recalibration may require you to change course. <strong>State of Mind</strong> is my own reflection and I felt at the time when I decided to pursue this path it was important for me personally.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2351} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1744-1024x683.jpg\" alt=\"\" class=\"wp-image-2351\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Turning his attention to his profession, he declared that politicians have it particularly difficult because of the important role they play and whether non-politicians liked those who are in that field or not, the reality is political decisions and stewardship perhaps provides the most meaningful impact for good or bad on the lives of individuals, communities and countries.<br> <br>Reflecting on the nature of politics Dr Tufton said: “Political stewardship at work takes a lot of time and when you really engage at the level of providing national leadership, you find yourself reacting to issues as they unfold rather than thinking strategically where you ought to go.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr Tufton lost the battle for the St Elizabeth Southwest seat in the 2012 general election leaving him with plenty of time on his hands to reflect. He then joined &nbsp;Caribbean Policy Research Institute (CAPRI) and he is grateful that they took a chance on a politician. Having triumphed in the 2016 general election, he is now in front line politics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2352]} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1571-1024x901.jpg\" alt=\"\" data-id=\"2352\" data-link=\"https://buzz-caribbean.com/?attachment_id=2352\" class=\"wp-image-2352\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>His objective in writing this book is to record as succinctly and as simply as possible his journey to this point, in an effort to leave something behind that may provide some guidance to those who come after him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I believe as leaders we have a duty to help the generation that is coming up behind us. That involves exposing the downsides as well as the upsides of political leadership.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I wanted to find answers to how Jamaica can foster a more stable, vibrant democracy, recognising our culture and our political system. I wanted to engage in a process of reflection that would seek and understand who we are as a people and look at the possibilities of what we can become,” declared Dr Tufton.</p>\n<!-- /wp:paragraph -->','Chris Tufton launches his book \'State of Mind\'','','inherit','closed','closed','','2295-revision-v1','','','2019-08-08 16:27:49','2019-08-08 21:27:49','',2295,'https://buzz-caribbean.com/article/2295-revision-v1/',0,'revision','',0),(2354,4,'2019-08-08 16:31:14','2019-08-08 21:31:14','','DSC_1589','','inherit','closed','closed','','dsc_1589','','','2019-08-08 16:31:14','2019-08-08 21:31:14','',2295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1589.jpg',0,'attachment','image/jpeg',0),(2355,4,'2019-08-08 16:31:29','2019-08-08 21:31:29','','DSC_1665','','inherit','closed','closed','','dsc_1665','','','2019-08-08 16:31:29','2019-08-08 21:31:29','',2295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1665.jpg',0,'attachment','image/jpeg',0),(2356,4,'2019-08-08 16:31:46','2019-08-08 21:31:46','','DSC_1546','','inherit','closed','closed','','dsc_1546','','','2019-08-08 16:31:46','2019-08-08 21:31:46','',2295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1546.jpg',0,'attachment','image/jpeg',0),(2357,4,'2019-08-08 16:31:59','2019-08-08 21:31:59','','DSC_1749','','inherit','closed','closed','','dsc_1749','','','2019-08-08 16:31:59','2019-08-08 21:31:59','',2295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1749.jpg',0,'attachment','image/jpeg',0),(2358,4,'2019-08-08 16:32:14','2019-08-08 21:32:14','','DSC_1672','','inherit','closed','closed','','dsc_1672','','','2019-08-08 16:32:14','2019-08-08 21:32:14','',2295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1672.jpg',0,'attachment','image/jpeg',0),(2359,4,'2019-08-08 16:32:26','2019-08-08 21:32:26','','DSC_1725','','inherit','closed','closed','','dsc_1725','','','2019-08-08 16:32:26','2019-08-08 21:32:26','',2295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1725.jpg',0,'attachment','image/jpeg',0),(2360,4,'2019-08-08 16:32:43','2019-08-08 21:32:43','','DSC_1772','','inherit','closed','closed','','dsc_1772','','','2019-08-08 16:32:43','2019-08-08 21:32:43','',2295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1772.jpg',0,'attachment','image/jpeg',0),(2361,11,'2019-08-08 16:32:55','2019-08-08 21:32:55','','Witter-Proud-Ambassador','','inherit','closed','closed','','witter-proud-ambassador','','','2019-08-08 16:32:55','2019-08-08 21:32:55','',2335,'https://buzz-caribbean.com/app/uploads/2019/08/Witter-Proud-Ambassador.jpg',0,'attachment','image/jpeg',0),(2362,4,'2019-08-08 16:33:18','2019-08-08 21:33:18','','DSC_1728-1','','inherit','closed','closed','','dsc_1728-1','','','2019-08-08 16:33:18','2019-08-08 21:33:18','',2295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1728-1.jpg',0,'attachment','image/jpeg',0),(2363,4,'2019-08-08 16:33:50','2019-08-08 21:33:50','','DSC_1732','','inherit','closed','closed','','dsc_1732','','','2019-08-08 16:33:50','2019-08-08 21:33:50','',2295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1732.jpg',0,'attachment','image/jpeg',0),(2364,4,'2019-08-08 16:34:00','2019-08-08 21:34:00','<!-- wp:paragraph -->\n<p>Minister of Health Dr Christopher Tufton has launched a book on his political journey thus far and his thoughts on the country’s progress and political landscape.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The book is called <strong>State of Mind</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2344} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1541-1024x683.jpg\" alt=\"\" class=\"wp-image-2344\" /><figcaption>Health Minister Dr Christopher launched his book State of Mind. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is dedicated to his mother who passed away 10 years ago and his alma mater, the Manchester High School. The book was launched at the Institute of Jamaica on 10 East Street in downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So why did he write this book?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2345} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1700-1024x683.jpg\" alt=\"\" class=\"wp-image-2345\" /><figcaption>Dr Christopher during the launch of his book State of Mind.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I wanted to put down my own thoughts and ideas but I want to make it clear these are by no means original or exclusive. Indeed, I don’t have any particular expectation of any individual who reads the book except that it will generate conversation, that hopefully will lead to a better path to the progress of us as individuals, as a country and as a people,” said Dr Tufton.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The government minister is also a scholar and entrepreneur and has been hailed as one of the brightest politicians of his generation, having already held three senior ministerial posts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2347} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1720-1024x683.jpg\" alt=\"\" class=\"wp-image-2347\" /><figcaption>Prime Minster Andrew Holness in discussion with Dr Tufton. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He added that with a career or with life choices for that matter, it is important to periodically step back and to reflect and take stock of one’s stewardship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is important to examine your successes, your failures and setbacks and determine what lessons you have learnt from those experiences and essentially to recalibrate where you are, and where you need to go.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Sometimes that reflection and recalibration may require you to change course. <strong>State of Mind</strong> is my own reflection and I felt at the time when I decided to pursue this path it was important for me personally.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2351} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1744-1024x683.jpg\" alt=\"\" class=\"wp-image-2351\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Turning his attention to his profession, he declared that politicians have it particularly difficult because of the important role they play and whether non-politicians liked those who are in that field or not, the reality is political decisions and stewardship perhaps provides the most meaningful impact for good or bad on the lives of individuals, communities and countries.<br> <br>Reflecting on the nature of politics Dr Tufton said: “Political stewardship at work takes a lot of time and when you really engage at the level of providing national leadership, you find yourself reacting to issues as they unfold rather than thinking strategically where you ought to go.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr Tufton lost the battle for the St Elizabeth Southwest seat in the 2012 general election leaving him with plenty of time on his hands to reflect. He then joined &nbsp;Caribbean Policy Research Institute (CAPRI) and he is grateful that they took a chance on a politician. Having triumphed in the 2016 general election, he is now in front line politics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2352,2354,2355,2356,2357,2358,2359,2360,2362]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1571-1024x901.jpg\" alt=\"\" data-id=\"2352\" data-link=\"https://buzz-caribbean.com/?attachment_id=2352\" class=\"wp-image-2352\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1589-1024x683.jpg\" alt=\"\" data-id=\"2354\" data-link=\"https://buzz-caribbean.com/?attachment_id=2354\" class=\"wp-image-2354\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1665-1024x683.jpg\" alt=\"\" data-id=\"2355\" data-link=\"https://buzz-caribbean.com/?attachment_id=2355\" class=\"wp-image-2355\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1546-1024x683.jpg\" alt=\"\" data-id=\"2356\" data-link=\"https://buzz-caribbean.com/?attachment_id=2356\" class=\"wp-image-2356\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1749-1024x683.jpg\" alt=\"\" data-id=\"2357\" data-link=\"https://buzz-caribbean.com/?attachment_id=2357\" class=\"wp-image-2357\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1672-1024x683.jpg\" alt=\"\" data-id=\"2358\" data-link=\"https://buzz-caribbean.com/?attachment_id=2358\" class=\"wp-image-2358\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1725-1024x683.jpg\" alt=\"\" data-id=\"2359\" data-link=\"https://buzz-caribbean.com/?attachment_id=2359\" class=\"wp-image-2359\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1772-1024x683.jpg\" alt=\"\" data-id=\"2360\" data-link=\"https://buzz-caribbean.com/?attachment_id=2360\" class=\"wp-image-2360\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1728-1-1024x683.jpg\" alt=\"\" data-id=\"2362\" data-link=\"https://buzz-caribbean.com/?attachment_id=2362\" class=\"wp-image-2362\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>His objective in writing this book is to record as succinctly and as simply as possible his journey to this point, in an effort to leave something behind that may provide some guidance to those who come after him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I believe as leaders we have a duty to help the generation that is coming up behind us. That involves exposing the downsides as well as the upsides of political leadership.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2363} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1732-1024x683.jpg\" alt=\"\" class=\"wp-image-2363\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I wanted to find answers to how Jamaica can foster a more stable, vibrant democracy, recognising our culture and our political system. I wanted to engage in a process of reflection that would seek and understand who we are as a people and look at the possibilities of what we can become,” declared Dr Tufton.</p>\n<!-- /wp:paragraph -->','Chris Tufton launches his book \'State of Mind\'','','inherit','closed','closed','','2295-revision-v1','','','2019-08-08 16:34:00','2019-08-08 21:34:00','',2295,'https://buzz-caribbean.com/article/2295-revision-v1/',0,'revision','',0),(2365,11,'2019-08-08 16:34:35','2019-08-08 21:34:35','','Children-in-Summer-Programme','','inherit','closed','closed','','children-in-summer-programme','','','2019-08-08 16:34:35','2019-08-08 21:34:35','',2335,'https://buzz-caribbean.com/app/uploads/2019/08/Children-in-Summer-Programme.jpg',0,'attachment','image/jpeg',0),(2366,13,'2019-08-08 16:38:17','2019-08-08 21:38:17','','Fire Baptism','','inherit','closed','closed','','fire-baptism','','','2019-08-08 16:38:17','2019-08-08 21:38:17','',2346,'https://buzz-caribbean.com/app/uploads/2019/08/fire-Baptism.jpg',0,'attachment','image/jpeg',0),(2367,14,'2019-08-14 20:44:09','2019-08-15 01:44:09','<!-- wp:image {\"id\":3624} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-24-1024x683.jpg\" alt=\"\" class=\"wp-image-3624\" /><figcaption>The future of Trench Town, its children, are some of Jamaica\'s most creative. Armed with the best clay in the country, how could they not be? (Photos by Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Music, culture … and clay? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s not something that readily comes to mind when one thinks about Trench Town, but the community is growing in popularity in many respects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3625} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-20-1024x683.jpg\" alt=\"\" class=\"wp-image-3625\" /><figcaption>Master potter Abraham Grant shows the BUZZ team a vat of prized Trench Town clay, arguably the best in Jamaica! (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Leading the charge is managing director of the Trench Town Ceramic and Art Centre, Garfield Williams.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1JTJ2kBCyJ/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1JTJ2kBCyJ/?utm_source=ig_web_copy_link\n</div><figcaption>(Left) Managing Director of the Trench Town Ceramic and Art Centre</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Williams, in an interview with <strong>BUZZ</strong>, said he is proud that the Trench Town Ceramic and Art Centre stands as one of the few oases of creativity in the inner-city Kingston community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3629} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-13-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3629\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The rumours are true, I’ve seen it. I’ve felt it. The [clay] bonds our community.\" </p><cite>— Garfield Williams, managing director, Trench Town Ceramic and Art Centre</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The centre, located on Upper First Street, recently concluded its annual summer camp programme, which saw the involvement of 30 children in and around Trench Town. And in the past 10 years, more than 300 children have gotten the opportunity to experiment and express themselves working with the clay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What’s more, these works, no matter how simple they are, go on auction each year, and the proceeds assist in the kids’ back-to-school activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-27-1024x683.jpg\" alt=\"\" class=\"wp-image-3627\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em><strong>Want to know more about the centre? Watch our informative BUZZ video feature below</strong></em><strong>.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/iCnQkFXw5N0\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/iCnQkFXw5N0\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong>, Williams, who is an artisan and sculptor, was beaming as he reflected on the great work being done by the children and the centre.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"To know we have such a substance that could be highlighted is amazing.\"</p><cite>— Williams </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“It’s a great look. I have to say hats off to the Bob Marley Foundation, SDC (Social Development Commission), TPDCo (Tourism Product Development Company Ltd), Ministry of Mining and myself, we’ve been doing it every year. I feel really good to know that I have people supporting what I’m doing,” Williams told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3641} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-17-1024x683.jpg\" alt=\"\" class=\"wp-image-3641\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We always look forward to the summertime every year, having the kids out of school and being that mentor and father-figure looking out for them. That’s my satisfaction and for the guys around me. We’re glad we could have this magnitude of kids here.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Our whole history of crafts and culture is totally authentic and rich.\" </p><cite>— Williams</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Having left Trench Town for Canada when he was six years old and returning to Jamaica nearly 30 years ago, Williams attested that the area is blessed with the best clay in the country. And, according to Williams, artists from as far away as St Thomas, Manchester and Clarendon make the journey to purchase clay mined only in Trench Town. This, he said, has many spin-off benefits for the community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-3630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The rumours are true, I’ve seen it. I’ve felt it. The [clay] bonds our community in some sense, it’s a big oomph for Trench Town. It’s keeping the kids active; keeping the men and women that mine [the clay employed],” Williams said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our whole history of crafts and culture is totally authentic and rich. It’s a bonus for me to be showcasing it right here in Trench Town. To know we have such a substance that could be highlighted is amazing.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em><strong>Check out more highlights in our BUZZ gallery below:</strong></em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3661,3656,3632,3655,3635,3660,3633,3653,3657,3636,3637,3654,3634,3658,3638,3639,3659,3640,3645,3646,3647,3651,3652]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-23-1024x576.jpg\" alt=\"\" data-id=\"3661\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-23/\" class=\"wp-image-3661\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-11-1024x683.jpg\" alt=\"\" data-id=\"3656\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-11/\" class=\"wp-image-3656\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-28-1024x683.jpg\" alt=\"\" data-id=\"3632\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-28/\" class=\"wp-image-3632\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-12-1024x683.jpg\" alt=\"\" data-id=\"3655\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-12/\" class=\"wp-image-3655\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-19-1024x683.jpg\" alt=\"\" data-id=\"3635\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-19/\" class=\"wp-image-3635\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-25-1024x683.jpg\" alt=\"\" data-id=\"3660\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-25/\" class=\"wp-image-3660\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-21-1024x683.jpg\" alt=\"\" data-id=\"3633\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-21/\" class=\"wp-image-3633\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-32-1024x683.jpg\" alt=\"\" data-id=\"3653\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-32/\" class=\"wp-image-3653\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-10-1-1024x683.jpg\" alt=\"\" data-id=\"3657\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-10-1/\" class=\"wp-image-3657\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-18-1024x683.jpg\" alt=\"\" data-id=\"3636\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-18/\" class=\"wp-image-3636\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-9-1024x683.jpg\" alt=\"\" data-id=\"3637\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-9/\" class=\"wp-image-3637\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-29-1024x683.jpg\" alt=\"\" data-id=\"3654\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-29/\" class=\"wp-image-3654\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-30-1024x683.jpg\" alt=\"\" data-id=\"3634\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-30/\" class=\"wp-image-3634\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-8-1024x683.jpg\" alt=\"\" data-id=\"3658\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-8/\" class=\"wp-image-3658\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-3-1024x683.jpg\" alt=\"\" data-id=\"3638\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-3/\" class=\"wp-image-3638\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-2-1024x683.jpg\" alt=\"\" data-id=\"3639\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-2/\" class=\"wp-image-3639\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-26-1024x576.jpg\" alt=\"\" data-id=\"3659\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-26/\" class=\"wp-image-3659\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-1-1024x683.jpg\" alt=\"\" data-id=\"3640\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-1/\" class=\"wp-image-3640\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-16-683x1024.jpg\" alt=\"\" data-id=\"3645\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-16/\" class=\"wp-image-3645\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-15-683x1024.jpg\" alt=\"\" data-id=\"3646\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-15/\" class=\"wp-image-3646\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-6-683x1024.jpg\" alt=\"\" data-id=\"3647\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-6/\" class=\"wp-image-3647\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-31-683x1024.jpg\" alt=\"\" data-id=\"3651\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-31/\" class=\"wp-image-3651\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-33-683x1024.jpg\" alt=\"\" data-id=\"3652\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-33/\" class=\"wp-image-3652\" /></figure></li></ul>\n<!-- /wp:gallery -->','Trench Town back on the map with clay','','publish','closed','closed','','trench-town-modeling-a-brand-with-its-clay','','','2019-08-15 11:21:12','2019-08-15 16:21:12','',0,'https://buzz-caribbean.com/?p=2367',0,'post','',0),(2369,4,'2019-08-08 16:40:21','2019-08-08 21:40:21','<!-- wp:paragraph -->\n<p>Minister of Health Dr Christopher Tufton has launched a book on his political journey thus far and his thoughts on the country’s progress and political landscape.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The book is called <strong>State of Mind</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2344} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1541-1024x683.jpg\" alt=\"\" class=\"wp-image-2344\" /><figcaption>Health Minister Dr Christopher launched his book State of Mind. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is dedicated to his mother who passed away 10 years ago and his alma mater, the Manchester High School. The book was launched at the Institute of Jamaica on 10 East Street in downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So why did he write this book?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2345} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1700-1024x683.jpg\" alt=\"\" class=\"wp-image-2345\" /><figcaption>Dr Christopher during the launch of his book State of Mind.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I wanted to put down my own thoughts and ideas but I want to make it clear these are by no means original or exclusive. Indeed, I don’t have any particular expectation of any individual who reads the book except that it will generate conversation, that hopefully will lead to a better path to the progress of us as individuals, as a country and as a people,” said Dr Tufton.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The government minister is also a scholar and entrepreneur and has been hailed as one of the brightest politicians of his generation, having already held three senior ministerial posts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2347} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1720-1024x683.jpg\" alt=\"\" class=\"wp-image-2347\" /><figcaption>Prime Minster Andrew Holness in discussion with Dr Tufton. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He added that with a career or with life choices for that matter, it is important to periodically step back and to reflect and take stock of one’s stewardship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong>\"State of Mind</strong> is my own reflection and I felt at the time when I decided to pursue this path it was important for me personally.\"</p><cite>— Dr Christopher Tufton</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“It is important to examine your successes, your failures and setbacks and determine what lessons you have learnt from those experiences and essentially to recalibrate where you are, and where you need to go. Sometimes that reflection and recalibration may require you to change course. <strong>State of Mind</strong> is my own reflection and I felt at the time when I decided to pursue this path it was important for me personally.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2351} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1744-1024x683.jpg\" alt=\"\" class=\"wp-image-2351\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Turning his attention to his profession, he declared that politicians have it particularly difficult because of the important role they play and whether non-politicians liked those who are in that field or not, the reality is political decisions and stewardship perhaps provides the most meaningful impact for good or bad on the lives of individuals, communities and countries.<br> <br>Reflecting on the nature of politics Dr Tufton said: “Political stewardship at work takes a lot of time and when you really engage at the level of providing national leadership, you find yourself reacting to issues as they unfold rather than thinking strategically where you ought to go.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr Tufton lost the battle for the St Elizabeth Southwest seat in the 2012 general election leaving him with plenty of time on his hands to reflect. He then joined &nbsp;Caribbean Policy Research Institute (CAPRI) and he is grateful that they took a chance on a politician. Having triumphed in the 2016 general election, he is now in front line politics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2352,2354,2355,2356,2357,2358,2359,2360,2362]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1571-1024x901.jpg\" alt=\"\" data-id=\"2352\" data-link=\"https://buzz-caribbean.com/?attachment_id=2352\" class=\"wp-image-2352\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1589-1024x683.jpg\" alt=\"\" data-id=\"2354\" data-link=\"https://buzz-caribbean.com/?attachment_id=2354\" class=\"wp-image-2354\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1665-1024x683.jpg\" alt=\"\" data-id=\"2355\" data-link=\"https://buzz-caribbean.com/?attachment_id=2355\" class=\"wp-image-2355\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1546-1024x683.jpg\" alt=\"\" data-id=\"2356\" data-link=\"https://buzz-caribbean.com/?attachment_id=2356\" class=\"wp-image-2356\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1749-1024x683.jpg\" alt=\"\" data-id=\"2357\" data-link=\"https://buzz-caribbean.com/?attachment_id=2357\" class=\"wp-image-2357\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1672-1024x683.jpg\" alt=\"\" data-id=\"2358\" data-link=\"https://buzz-caribbean.com/?attachment_id=2358\" class=\"wp-image-2358\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1725-1024x683.jpg\" alt=\"\" data-id=\"2359\" data-link=\"https://buzz-caribbean.com/?attachment_id=2359\" class=\"wp-image-2359\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1772-1024x683.jpg\" alt=\"\" data-id=\"2360\" data-link=\"https://buzz-caribbean.com/?attachment_id=2360\" class=\"wp-image-2360\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1728-1-1024x683.jpg\" alt=\"\" data-id=\"2362\" data-link=\"https://buzz-caribbean.com/?attachment_id=2362\" class=\"wp-image-2362\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>His objective in writing this book is to record as succinctly and as simply as possible his journey to this point, in an effort to leave something behind that may provide some guidance to those who come after him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I believe as leaders we have a duty to help the generation that is coming up behind us. That involves exposing the downsides as well as the upsides of political leadership.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2363} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1732-1024x683.jpg\" alt=\"\" class=\"wp-image-2363\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I wanted to find answers to how Jamaica can foster a more stable, vibrant democracy, recognising our culture and our political system. I wanted to engage in a process of reflection that would seek and understand who we are as a people and look at the possibilities of what we can become,” declared Dr Tufton.</p>\n<!-- /wp:paragraph -->','Chris Tufton launches his book \'State of Mind\'','','inherit','closed','closed','','2295-revision-v1','','','2019-08-08 16:40:21','2019-08-08 21:40:21','',2295,'https://buzz-caribbean.com/article/2295-revision-v1/',0,'revision','',0),(2370,11,'2019-08-08 16:41:22','2019-08-08 21:41:22','','Ashley-Witter-Black-River-Safari','','inherit','closed','closed','','ashley-witter-black-river-safari','','','2019-08-08 16:41:22','2019-08-08 21:41:22','',2335,'https://buzz-caribbean.com/app/uploads/2019/08/Ashley-Witter-Black-River-Safari.jpg',0,'attachment','image/jpeg',0),(2371,14,'2019-08-08 16:44:09','2019-08-08 21:44:09','<!-- wp:paragraph -->\n<p>Music, culture…and clay? It’s not something\nthat readily comes to mind when one thinks about Trench Town, but the community\nis growing in popularity in many respects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Leading the charge is Managing Director of\nthe Trench Town Ceramic and Art Centre, Garfield Williams.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong><em>BUZZ</em></strong>, Williams was proud of the fact that the Trench Town Ceramic and Art Centre stands as one of the few oases of creativity in the inner-city Kingston community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The centre, located on Upper First Street, recently\nconcluded its annual summer camp programme, which saw the involvement of 30 children\nin and around Trench Town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Arguably more impressive is the fact that over\nthe last ten years, more than 300 children have gotten an opportunity to\nexperiment and express themselves working with the clay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What’s more, these works, no matter how\nsimple go on auction each year, with the proceeds assisting in the kids’\nback-to-school activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to know more about the centre? Watch our informative <strong><em>BUZZ</em></strong> video feature below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/zUdm7fDHWoc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/zUdm7fDHWoc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong><em>BUZZ</em></strong>, Williams, who is an artisan and sculptor himself, was beaming as he reflected on the great work being done by the children and the wider centre.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s a great look. I have to say hats off\nto the Bob Marley Foundation, SDC, TPDCo, Ministry of Mining and myself, we’ve\nbeen doing it every year. I feel really good to know that I have people\nsupporting what I’m doing,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We always look forward to the summer time\nevery year, having the kids out of school and being that mentor and\nfather-figure looking out for them. That’s my satisfaction and for the guys\naround me [and so] we’re glad we could have this magnitude of kids here.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Having left Trench Town for Canada when he\nwas six-years-old, and returning to Jamaica nearly 30 years ago, Williams attested\nthat the area is blessed with the best clay in the country. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So much so, according to Williams, that artists\nfrom as far away as St. Thomas, Manchester and Clarendon make the journey to purchase\nclay mined only in Trench Town – which has many spinoff benefits for the community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The rumours are true, I’ve seen it. I’ve\nfelt it. The [clay] bonds our community in some sense, it’s a big oomph for\nTrench Town. It’s keeping the kids active; keeping the men and women that mine [the\nclay employed],”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our whole history of crafts and culture is\ntotally authentic and rich. It’s a bonus for me to be showcasing it right here\nin Trench Town. To know we have such a substance that could be highlighted is\namazing,”</p>\n<!-- /wp:paragraph -->','Trench Town modeling a brand with its clay','','inherit','closed','closed','','2367-revision-v1','','','2019-08-08 16:44:09','2019-08-08 21:44:09','',2367,'https://buzz-caribbean.com/article/2367-revision-v1/',0,'revision','',0),(2372,14,'2019-08-08 16:44:25','2019-08-08 21:44:25','<!-- wp:paragraph -->\n<p>Music, culture…and clay? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s not something that readily comes to mind when one thinks about Trench Town, but the community is growing in popularity in many respects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Leading the charge is Managing Director of\nthe Trench Town Ceramic and Art Centre, Garfield Williams.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong><em>BUZZ</em></strong>, Williams was proud of the fact that the Trench Town Ceramic and Art Centre stands as one of the few oases of creativity in the inner-city Kingston community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The centre, located on Upper First Street, recently\nconcluded its annual summer camp programme, which saw the involvement of 30 children\nin and around Trench Town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Arguably more impressive is the fact that over\nthe last ten years, more than 300 children have gotten an opportunity to\nexperiment and express themselves working with the clay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What’s more, these works, no matter how\nsimple go on auction each year, with the proceeds assisting in the kids’\nback-to-school activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to know more about the centre? Watch our informative <strong><em>BUZZ</em></strong> video feature below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/zUdm7fDHWoc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/zUdm7fDHWoc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong><em>BUZZ</em></strong>, Williams, who is an artisan and sculptor himself, was beaming as he reflected on the great work being done by the children and the wider centre.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s a great look. I have to say hats off\nto the Bob Marley Foundation, SDC, TPDCo, Ministry of Mining and myself, we’ve\nbeen doing it every year. I feel really good to know that I have people\nsupporting what I’m doing,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We always look forward to the summer time\nevery year, having the kids out of school and being that mentor and\nfather-figure looking out for them. That’s my satisfaction and for the guys\naround me [and so] we’re glad we could have this magnitude of kids here.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Having left Trench Town for Canada when he\nwas six-years-old, and returning to Jamaica nearly 30 years ago, Williams attested\nthat the area is blessed with the best clay in the country. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So much so, according to Williams, that artists\nfrom as far away as St. Thomas, Manchester and Clarendon make the journey to purchase\nclay mined only in Trench Town – which has many spinoff benefits for the community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The rumours are true, I’ve seen it. I’ve\nfelt it. The [clay] bonds our community in some sense, it’s a big oomph for\nTrench Town. It’s keeping the kids active; keeping the men and women that mine [the\nclay employed],”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our whole history of crafts and culture is\ntotally authentic and rich. It’s a bonus for me to be showcasing it right here\nin Trench Town. To know we have such a substance that could be highlighted is\namazing,”</p>\n<!-- /wp:paragraph -->','Trench Town modeling a brand with its clay','','inherit','closed','closed','','2367-revision-v1','','','2019-08-08 16:44:25','2019-08-08 21:44:25','',2367,'https://buzz-caribbean.com/article/2367-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (2373,14,'2019-08-08 17:23:56','2019-08-08 22:23:56','<!-- wp:image {\"id\":3270} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3270\" /><figcaption>Candidate and challenger for the presidency of the People\'s National Party (PNP) Peter Bunting. (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Presidential candidate for the People’s National\nParty (PNP) Peter Bunting says his surprise challenge for the top role has\nalready boosted morale within the organisation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, who spoke to <strong>BUZZ</strong> on the ground of Stadium East following a successful nomination exercise on Friday, July 26, explained that the PNP needed his challenge to re-energise the party after a string of defeats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3271} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-3271\" /><figcaption>\'Powaaa\'! Comrades sound their battle cries at the PNP headquarters on Old Hope Road on Nomination Day. (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I think it is very important for us and for the [PNP]. The root of the matter is the party had been flat for a while, particularly losing a series of by-elections, the morale was low,” Bunting told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, who also sits as Member of\nParliament for Central Manchester, was the source of much jubilation from\ncomrades, who paraded in sections of Kingston, anticipating an overwhelming\nvictory in September.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3272} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-3-1024x683.jpg\" alt=\"\" class=\"wp-image-3272\" /><figcaption>Comrades invade sections of the Corporate Area to offer their support to presidential aspirant Peter Bunting and his \'Rise United\' campaign. (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The ‘Rise United’ leader explained that already,\nwhether the ‘One PNP’ team would like to accept it or not, the party has been\ninfected with the most zest and vim in recent months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In the six weeks or so since we announced the Rise United campaign, particularly since we launched, we’ve injected a sense of purpose in the party,” Bunting told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“An excitement, an energy, a passion has\nbeen re-emerging,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3277} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-9-1024x683.jpg\" alt=\"\" class=\"wp-image-3277\" /><figcaption>\'We Can Win\' - the personification of hope for the Rise United campaign. (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reflecting on the massive turnout for his\nnomination, Bunting noted, “I’m feeling quite excited. Of course, I’m very\ngrateful for the tremendous support; the thousands who have come out just to\nwalk with me to HQ to be nominated. We got a tremendous reception right across\nthe board.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting said he was especially pleased to\nsee young Jamaicans among those participating in the Rise United campaign – a telling\nsign that the PNP’s appeal is growing on millennials.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m excited to see the number of young people coming to our events, because some thought the JLP were doing much better among the 18-30 cohort. And with five or six weeks left in the campaign,” the presidential challenger told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3274} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-3274\" /><figcaption>From the mouths and minds of comrades, Rise United is more than a campaign. It\'s a movement, a calling. (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While he acknowledged much can change leading\nup to that fateful election day, Bunting assured that his campaign will be focused\nand robust on what truly matters: <strong>the\ndelegates</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A week in politics is a long time, we don’t\nwant to take any chances. We’re just going to be targeted in terms of engaging\ndelegates in small groups or even one-to-one – persuading them to our message,”\nhe indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We want the party members and supporters\nto believe that we can win the next general election and to start operating\nwith that confidence in a modern way to move forward,” Bunting further\nremarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3273} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-3273\" /><figcaption>Bunting gets the crowd riled up on Nomination Day. (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When pressed to offer a word to delegates he hasn’t met just yet, Bunting assured undecided voters, “The Rise United campaign is on its way to your town and your community.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The showdown between challenger Peter Bunting and the incumbent Dr. Peter Phillips, for the future of the PNP, takes place on Saturday, September 7.</p>\n<!-- /wp:paragraph -->','Battleground PNP: Peter Bunting revels in huge support on Nomination Day','','publish','closed','closed','','battleground-pnp-peter-bunting-revels-in-huge-support-on-nomination-day','','','2019-08-14 19:41:43','2019-08-15 00:41:43','',0,'https://buzz-caribbean.com/?p=2373',0,'post','',0),(2374,11,'2019-08-08 16:45:38','2019-08-08 21:45:38','','Witter-At-Safari','','inherit','closed','closed','','witter-at-safari','','','2019-08-08 16:45:38','2019-08-08 21:45:38','',2335,'https://buzz-caribbean.com/app/uploads/2019/08/Witter-At-Safari.jpg',0,'attachment','image/jpeg',0),(2375,11,'2019-08-08 16:47:47','2019-08-08 21:47:47','<!-- wp:paragraph -->\n<p>With an inspiring new platform as Miss St Elizabeth Festival Queen, 22-year-old Ashley Witter is determined to a better world for the children in her parish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2361} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Witter-Proud-Ambassador.jpg\" alt=\"\" class=\"wp-image-2361\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A customer service representative by profession and a proud past student of The Hampton School, this brilliant, beauty has her eyes set on pursuing a degree in Primary Education at The Bethlehem Teacher’s College.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ashley grew up in the small community of Brighton, New Market. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Ashley, “My childhood can be described as exciting, adventurous, educational and inspirational. I was excited to learn from new educational articles, exhilarated to try adventurous things and inspired to be a role model to my community members.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I am elated to work with children and very much excited and honoured that they view me as a role model.\" </p><cite>Ashley Witter, Miss St Elizabeth Festival Queen</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She was educated at the same school where she now assists kids - Clapham Primary School - located in the very same community of Brighton. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When asked about her community Ashley said “My community can be described as one filled with talent and strong-willed individuals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I was inspired to enter the Miss St. Elizabeth Festival Queen competition because I wanted a platform to display my talent, community involvement and show how passionate I am about voluntarism.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “My childhood can be described as exciting, adventurous, educational and inspirational.\"</p><cite>Ashley Witter, Miss St Elizabeth Festival Queen</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Ashley’s community project is entitled <strong><em>“Labour for Learning”</em></strong>, which entails the strategic methods that will be put in place to improve and utilize the infrastructure at her Alma mater, Clapham Primary School, which is the only primary-level education facility in the community. Ashley says she is making it her responsibility to improve the development of the students\' education and this noble institution.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2365} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Children-in-Summer-Programme.jpg\" alt=\"\" class=\"wp-image-2365\" /><figcaption>Children involved in the summer programme at the Clapham Primary School in St Elizabeth, Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This young educator hopeful said she chose the community project because of her passion for  improving children’s educational development, “as they are the future of this my beautiful country of Jamaica.” She added, “With my community project in place, one-on-one sessions will be held with student’s who are performing below their grade level, therefore, greater involvement will transpire. With that said, the resources will be effectively utilized and students educational development will be exceeded.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I am elated to work with children and very much excited and honoured that they view me as a role model. I am eager to teach a new topic each day and I am very proud to illustrate drastic improvements that are shown in the very first week of the session. The students did extremely well in their first pretest that was done on July 12, 2019.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I can recall in 2014 when I started experiencing fainting spells, I thought I died.\"</p><cite>Ashley Witter, Miss St Elizabeth Festival Queen</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Currently unemployed, Witter is looking forward to pursuing her teaching degree at the Bethlehem Teacher’s College.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She remains guided by a quote from Theodore Roosevelt, <em>“Courage is not having the strength to go on, it is going on when you don’t have the strength.\"</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Witter recalls that this quote motivated her during some of the most difficult times in her life. “I can recall in 2014 when I started experiencing fainting spells, I thought I died. Yes, I had thoughts of giving up but then I remembered that I am given a chance to live because God has something exceptional in store for me and I must be able to use my testimony as an inspirational motivation for others.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2374} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Witter-At-Safari.jpg\" alt=\"\" class=\"wp-image-2374\" /><figcaption>Witter remains resilient despite health challenges</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From having fainting spells, to having 13 seizures per day, then being blind for 3 months has really taught me a lot. These series of illnesses taught me that it’s not over until God says it\'s over, these illnesses gave me strength and showed me that my faith can move any obstacle that I am faced with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I am currently a diabetic patient and still experience seizures but I will NEVER let my illness define my life or what I do. I never live for the past,  I live for today and tomorrow, hoping to get a chance to continuously inspire the lives of individuals that I interact with. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I can personally say if it has not been for Jehovah God on my side then I wouldn’t be getting this glorious opportunity to share my testimonial story with the others. I am very elated to do so.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"From having fainting spells, to having 13 seizures per day, then being blind for 3 months has really taught me a lot. \"</p><cite> Ashley Witter, Miss St Elizabeth Festival Queen </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Witter noted that many youths in her farming community become lackadaisical after the completion of their secondary education. Oftentimes realizing that their parents or guardians don’t have the financial resources to assist in furthering their education. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2370} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ashley-Witter-Black-River-Safari.jpg\" alt=\"\" class=\"wp-image-2370\" /><figcaption>Ashley Witter sharing lens time at the Black River Safari in St Elizabeth</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She notes with pride that despite these obstacles, \"They always utilize the fertile grounds that God has blessed this community with.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a Young Ambassador herself, she shared her belief that \"the Youth Ambassador Programme (JaYAP) should give aspiring youth ambassadors the opportunity to make the changes each community needs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With that said, we can outline arising issues and implement strategic methods that will become solutions to these problems. Making Jamaica a better place to live, work, raise families and do business.” </p>\n<!-- /wp:paragraph -->','St Elizabeth Queen Advocates for Children','','inherit','closed','closed','','2335-revision-v1','','','2019-08-08 16:47:47','2019-08-08 21:47:47','',2335,'https://buzz-caribbean.com/article/2335-revision-v1/',0,'revision','',0),(2376,11,'2019-08-08 17:04:25','2019-08-08 22:04:25','<!-- wp:paragraph -->\n<p>The Starz gangster drama, Power, which follows the exploits of James \'Ghost\' St Patrick and his partner in crime, \'Tommy\', is back for its final season on August 25.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3559} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/power-series-1-1024x732.jpg\" alt=\"\" class=\"wp-image-3559\" /><figcaption>(Photo: Starz.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Curtis \'50 Cent\' Jackson, serves as an executive producer on the cable show and is featured as Ghost’s nemesis up to the end of Season 5.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2378} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/50cent-Exec-Producer.jpg\" alt=\"\" class=\"wp-image-2378\" /><figcaption>(Photo: Starz.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Power began airing on Starz on June 7, 2014. It tells the riveting story of James St Patrick - nightclub owner and successful business operator and family man, who lives a double life as a drug overlord with his childhood sweetheart (Angie) as his mistress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=w8GuKAxLytU\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=w8GuKAxLytU\n</div><figcaption>‘Betrayal’ Trailer | Power Season 6 | STARZ</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>His trusted partner Tommy serves as his enforcer, and together they have to stay several steps ahead of law enforcement agencies and other drug operators. The show has proven to be a big hit in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2382} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/power-6-1.jpg\" alt=\"\" class=\"wp-image-2382\" /><figcaption>(Photo: Starz.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Viewers look forward to the twists, turns and betrayals faced by the New York kingpin on the series when it is aired on weekends. When Power debuted in 2014, it drew only 460,000 viewers in the US. However, as many as 2.26 million viewers tuned in to catch the opening of Season 3 for the episode titled \'Call Me James\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2016, Power was the second most-watched series on cable (behind Game of Thrones) with more than 8 million viewers per episode via multiple platforms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell <strong>BUZZ</strong> what you think of Power.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Will it be missed when the curtains close on Season 6 or should the creators continue with this gangster chronicle? </p>\n<!-- /wp:paragraph -->','Power: Season 6 kicks off tonight, August 25','','publish','open','closed','','power-season-6-kicks-off-on-august-25','','','2019-08-25 17:20:57','2019-08-25 22:20:57','',0,'https://buzz-caribbean.com/?p=2376',0,'post','',0),(2377,11,'2019-08-08 16:52:59','2019-08-08 21:52:59','','Power Season 3','','inherit','closed','closed','','power-season-3','','','2019-08-08 16:52:59','2019-08-08 21:52:59','',2376,'https://buzz-caribbean.com/app/uploads/2019/08/James-and-Tommy.jpg',0,'attachment','image/jpeg',0),(2378,11,'2019-08-08 16:54:09','2019-08-08 21:54:09','','50Cent-Power-BUZZ','','inherit','closed','closed','','50cent-exec-producer','','','2019-08-28 17:41:35','2019-08-28 22:41:35','',2376,'https://buzz-caribbean.com/app/uploads/2019/08/50cent-Exec-Producer.jpg',0,'attachment','image/jpeg',0),(2380,4,'2019-08-08 16:57:01','2019-08-08 21:57:01','','Farmer','','inherit','closed','closed','','farmer','','','2019-08-08 16:57:01','2019-08-08 21:57:01','',2267,'https://buzz-caribbean.com/app/uploads/2019/08/farmer.jpg',0,'attachment','image/jpeg',0),(2381,9,'2019-08-08 17:15:37','2019-08-08 22:15:37','<!-- wp:image {\"id\":2388} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/fashion-female-footwear-NEW2285500-1024x716.jpg\" alt=\"\" class=\"wp-image-2388\" /><figcaption>High heels are not recommended for your flight. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At this time of the year, airports are\npacked, and planes are loaded with summer travellers. While sundresses, shorts,\nheels and other types of fancy items are likely to dominate most wardrobes\nduring the season, comfort is crucial while on your flight. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A cosy and relaxing flight is something\neveryone desires, so here are five things to avoid as you embark on your trip. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2383} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/aeroplane-aircraft-airplane-new-67807-1024x683.jpg\" alt=\"\" class=\"wp-image-2383\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>High Heels</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You’re not ripping the runway, so high\nheels are not required for your flight. There is no need to struggle through\nthe airport in uncomfortable pumps. Instead, grab a pair of sneakers that will\nhelp you to sprint to the gate, if necessary. Flip-flops are not recommended\neither. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Jumpsuits</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Jumpsuits and onesies are probably the\nworst items of clothing you could wear for a flight. Why would you want to\nremove almost all your clothes just to use the bathroom? A better option is to\nwear something simple that will make going to the loo a breeze. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Tight Clothing</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It might be tempting, but tight\nclothing is not recommended for flights. It’s best to wear outfits that are\nmade of breathable fabric. You also need to bring along something that can keep\nyou warm during the flight. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2389} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/beauty-fragrance-girl-NEW-6404-1024x683.jpg\" alt=\"\" class=\"wp-image-2389\" /><figcaption>Ensure that you wear a light fragrance that won\'t bother other passengers.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Heavy Perfumes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A little perfume is fine, but you need\nto think about your fellow travellers. It would not be a pleasant experience if\nsomeone has an asthmatic attack all because of your heavily scented toiletries.\nAftershaves are on that banned list, too. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Offensive Clothing</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Well, let’s just say you could get\nkicked off your flight for wearing a T-shirt splashed with expletives. Just be\nconsiderate of other passengers – don’t offend them. </p>\n<!-- /wp:paragraph -->','Five things you should never wear on a flight','','publish','closed','closed','','five-things-you-should-never-wear-on-a-flight','','','2019-08-12 13:36:16','2019-08-12 18:36:16','',0,'https://buzz-caribbean.com/?p=2381',0,'post','',0),(2382,11,'2019-08-08 17:00:16','2019-08-08 22:00:16','','power-6-1','','inherit','closed','closed','','power-6-1','','','2019-08-08 17:00:16','2019-08-08 22:00:16','',2376,'https://buzz-caribbean.com/app/uploads/2019/08/power-6-1.jpg',0,'attachment','image/jpeg',0),(2383,9,'2019-08-08 17:01:37','2019-08-08 22:01:37','','aeroplane-aircraft-airplane-new-67807','','inherit','closed','closed','','aeroplane-aircraft-airplane-new-67807','','','2019-08-08 17:01:37','2019-08-08 22:01:37','',2381,'https://buzz-caribbean.com/app/uploads/2019/08/aeroplane-aircraft-airplane-new-67807.jpg',0,'attachment','image/jpeg',0),(2384,11,'2019-08-08 17:02:46','2019-08-08 22:02:46','','Cover Image Power Season 6','','inherit','closed','closed','','cover-image-power-season-6','','','2019-08-08 17:02:46','2019-08-08 22:02:46','',2376,'https://buzz-caribbean.com/app/uploads/2019/08/Cover-Image-Power-Season-6.jpg',0,'attachment','image/jpeg',0),(2385,11,'2019-08-08 17:03:53','2019-08-08 22:03:53','<!-- wp:paragraph -->\n<p>The Starz, gangster drama, Power, which follows the exploits of James “Ghost” St Patrick and his partner in crime, Tommy, is back for its final season on August 25.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2377} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/James-and-Tommy-1024x683.jpg\" alt=\"\" class=\"wp-image-2377\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Curtis Jackson, AKA, “50 Cent” serves as an executive producer on the cable show and featured as Ghost’s nemesis up to the end of Season 5.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2378} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/50cent-Exec-Producer.jpg\" alt=\"\" class=\"wp-image-2378\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Power began airing on Starz on June 7<sup>th</sup> 2014. It tells the riveting story of James St Patrick - nightclub owner and successful business and family man who lives a double life as a drug overlord with his childhood sweetheart (Angie) as his mistress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=w8GuKAxLytU\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=w8GuKAxLytU\n</div><figcaption>‘Betrayal’ Trailer | Power Season 6 | STARZ</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>His trusted partner Tommy serves as his enforcer and together they have to stay several steps ahead of law enforcement agencies and other drug operators. The show has proven to be a big hit in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2382} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/power-6-1.jpg\" alt=\"\" class=\"wp-image-2382\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The twists, turns and betrayals faced by the New York kingpin has become must-see cable television during the weekend. When Power debuted in 2014, it drew just 460,000 viewers in the U.S. As many as 2.26 million viewers tuned in to catch the opening of Season 3 with the episode entitled “Call me James”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2016, Power was the second most-watched series on cable (behind Game of Thrones) with more than 8 million viewers per episode via multiple platforms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell <strong>BUZZ</strong> what you think of Power.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Will it be missed when the curtain closes on Season 6 or should the creators continue with this gangster chronicle? </p>\n<!-- /wp:paragraph -->','Power: Season 6 kicks off on August 25','','inherit','closed','closed','','2376-revision-v1','','','2019-08-08 17:03:53','2019-08-08 22:03:53','',2376,'https://buzz-caribbean.com/article/2376-revision-v1/',0,'revision','',0),(2386,11,'2019-08-08 17:04:25','2019-08-08 22:04:25','<!-- wp:paragraph -->\n<p>The Starz gangster drama, Power, which follows the exploits of James “Ghost” St Patrick and his partner in crime, Tommy, is back for its final season on August 25.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2377} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/James-and-Tommy-1024x683.jpg\" alt=\"\" class=\"wp-image-2377\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Curtis Jackson, AKA, “50 Cent” serves as an executive producer on the cable show and featured as Ghost’s nemesis up to the end of Season 5.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2378} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/50cent-Exec-Producer.jpg\" alt=\"\" class=\"wp-image-2378\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Power began airing on Starz on June 7<sup>th</sup> 2014. It tells the riveting story of James St Patrick - nightclub owner and successful business and family man who lives a double life as a drug overlord with his childhood sweetheart (Angie) as his mistress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=w8GuKAxLytU\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=w8GuKAxLytU\n</div><figcaption>‘Betrayal’ Trailer | Power Season 6 | STARZ</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>His trusted partner Tommy serves as his enforcer and together they have to stay several steps ahead of law enforcement agencies and other drug operators. The show has proven to be a big hit in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2382} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/power-6-1.jpg\" alt=\"\" class=\"wp-image-2382\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The twists, turns and betrayals faced by the New York kingpin has become must-see cable television during the weekend. When Power debuted in 2014, it drew just 460,000 viewers in the U.S. As many as 2.26 million viewers tuned in to catch the opening of Season 3 with the episode entitled “Call me James”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2016, Power was the second most-watched series on cable (behind Game of Thrones) with more than 8 million viewers per episode via multiple platforms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell <strong>BUZZ</strong> what you think of Power.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Will it be missed when the curtain closes on Season 6 or should the creators continue with this gangster chronicle? </p>\n<!-- /wp:paragraph -->','Power: Season 6 kicks off on August 25','','inherit','closed','closed','','2376-revision-v1','','','2019-08-08 17:04:25','2019-08-08 22:04:25','',2376,'https://buzz-caribbean.com/article/2376-revision-v1/',0,'revision','',0),(2387,21,'2019-08-08 18:16:21','2019-08-08 23:16:21','<!-- wp:paragraph -->\n<p>So you heard that Denise, your neighbour has transitioned to that land beyond the sky and is either off playing the harp or drinking milk and honey under a big, shady lignum vitae tree. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2390} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Heavenly-Skies-1024x683.jpg\" alt=\"\" class=\"wp-image-2390\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With both your heart and eyes full, you show up at the church ready to say your fondest farewell…only to have your vision assaulted by the reality of ghetto fabulous dressing, some so daring for the house of the Lord, that you wonder how Jesus on the cross did not free himself in an attempt to cover his eyes in shame!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2394} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Covers-Face.jpg\" alt=\"\" class=\"wp-image-2394\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You see men with beltless pants, women in see-through tops, baseball caps and more exposed breast, leg and thighs than a bucket of KFC. Funerals today are oftentimes tragic runways, as it seems anything goes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While freedom of expression is desired, what happens when this clashes with propriety or is that a thing of the past? There is such a thing as funeral protocol and what one should and should not do out of respect for the dearly departed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, let\'s do a quick recap of the traditional dos and don’ts:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Do not put in your last thousand dollar bill in the offering plate and then following behind the usher demanding your $500 change. Next time just give what you have.</li><li> If the outfit you choose to wear cannot be worn to take a passport picture or in a court of law, chances are it is too revealing for a funeral.</li><li>Boredom with the homily being shared by the minister is no excuse to play Candy Crush loudly on your phone during service. Like seriously?</li><li>Do not be presumptuous and flop yourself down in the front row. Common sense should dictate that the seats at the front are for immediate family only.</li><li> If the deceased owed you money, suck it up. Do not start lamenting to his or her mother how you never got your partner draw. Tacky much?</li><li>Under no circumstance do you arrive late and demand that the pastor re-opens the casket.&nbsp; If you already forgot what the person looked like, look at the cover of the programme.</li><li>Selfie taking in the church is bad enough but when you ask for a selfie with the body, you are pushing it. Pray that the duppy doesn’t slap you for disturbing their peace.</li><li>Your cell phone should be off or on vibrate in the place of reverence so at no time should Dexta Daps or Alkaline ring tone disturb the scripture reading.</li><li>When the gathering makes their way to the home of the deceased, do not start asking for clothes, shoes and other personal effects of the dead. That is beyond insensitive.</li><li>Death resulting from an illness can be devastating so do not be fake and tell the family “Oh I know how you feel”…no you don’t! You ever had cancer?</li><li>Avoid telling their family members meaningless platitudes like ‘he/she is in a better place’, ‘in time you’ll get over it” or ‘the Lord knows best”. Nobody wants to hear any of that.</li><li>If the death was particularly tragic or suspicious do not turn up fishing for salacious gossip like a news reporter. Have some consideration for the bereaved.</li><li>Finally, if you and the deceased were not friends, avoid the fake tears. The hypocrisy of even showing up is enough, do not throw salt in the wound with the ‘cow-bawling’.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":2415} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Coffin.jpg\" alt=\"\" class=\"wp-image-2415\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Death is a non-discriminatory visitor to every household at some point in our all lives. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Instead of causing added stress to the family of the deceased, be supportive in this difficult time as they try to work their way through their grief.</p>\n<!-- /wp:paragraph -->','Funeral Etiquette...is there one?','','publish','closed','closed','','funeral-etiquette-is-there-one','','','2019-08-15 09:07:19','2019-08-15 14:07:19','',0,'https://buzz-caribbean.com/?p=2387',0,'post','',0),(2388,9,'2019-08-08 17:10:18','2019-08-08 22:10:18','','Heels-BUZZ','','inherit','closed','closed','','fashion-female-footwear-new2285500','','','2019-08-11 14:51:43','2019-08-11 19:51:43','',2381,'https://buzz-caribbean.com/app/uploads/2019/08/fashion-female-footwear-NEW2285500.jpg',0,'attachment','image/jpeg',0),(2389,9,'2019-08-08 17:11:19','2019-08-08 22:11:19','','beauty-fragrance-girl-NEW-6404','','inherit','closed','closed','','beauty-fragrance-girl-new-6404','','','2019-08-08 17:11:19','2019-08-08 22:11:19','',2381,'https://buzz-caribbean.com/app/uploads/2019/08/beauty-fragrance-girl-NEW-6404.jpg',0,'attachment','image/jpeg',0),(2390,11,'2019-08-08 17:14:09','2019-08-08 22:14:09','','Heavenly-Skies','','inherit','closed','closed','','heavenly-skies','','','2019-08-08 17:14:09','2019-08-08 22:14:09','',2387,'https://buzz-caribbean.com/app/uploads/2019/08/Heavenly-Skies.jpg',0,'attachment','image/jpeg',0),(2391,9,'2019-08-08 17:14:41','2019-08-08 22:14:41','<!-- wp:image {\"id\":2383} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/aeroplane-aircraft-airplane-new-67807-1024x683.jpg\" alt=\"\" class=\"wp-image-2383\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At this time of the year, airports are\npacked, and planes are loaded with summer travellers. While sundresses, shorts,\nheels and other types of fancy items are likely to dominate most wardrobes\nduring the season, comfort is crucial while on your flight. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A cosy and relaxing flight is something\neveryone desires, so here are five things to avoid as you embark on your trip. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2388} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/fashion-female-footwear-NEW2285500-1024x716.jpg\" alt=\"\" class=\"wp-image-2388\" /><figcaption>High heels are not recommended for your flight. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>High Heels</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>You’re not ripping the runway, so high\nheels are not required for your flight. There is no need to struggle through\nthe airport in uncomfortable pumps. Instead, grab a pair of sneakers that will\nhelp you to sprint to the gate, if necessary. Flip-flops are not recommended\neither. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Jumpsuits</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Jumpsuits and onesies are probably the\nworst items of clothing you could wear for a flight. Why would you want to\nremove almost all your clothes just to use the bathroom? A better option is to\nwear something simple that will make going to the loo a breeze. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Tight Clothing</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>It might be tempting, but tight\nclothing is not recommended for flights. It’s best to wear outfits that are\nmade of breathable fabric. You also need to bring along something that can keep\nyou warm during the flight. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2389} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/beauty-fragrance-girl-NEW-6404-1024x683.jpg\" alt=\"\" class=\"wp-image-2389\" /><figcaption>Ensure that you wear a light fragrance that won\'t bother other passengers.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>Heavy Perfumes</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>A little perfume is fine, but you need\nto think about your fellow travellers. It would not be a pleasant experience if\nsomeone has an asthmatic attack all because of your heavily scented toiletries.\nAftershaves are on that banned list, too. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Offensive Clothing</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Well, let’s just say you could get\nkicked off your flight for wearing a T-shirt splashed with expletives. Just be\nconsiderate of other passengers – don’t offend them. </p>\n<!-- /wp:paragraph -->','Five things you should never wear on a flight','','inherit','closed','closed','','2381-revision-v1','','','2019-08-08 17:14:41','2019-08-08 22:14:41','',2381,'https://buzz-caribbean.com/article/2381-revision-v1/',0,'revision','',0),(2392,4,'2019-08-08 17:24:50','2019-08-08 22:24:50','<!-- wp:paragraph -->\n<p>Troian Bellisario has opened up about her complicated relationship with breastfeeding and confessed she hates pumping.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 33-year-old actress — who welcomed a daughter with husband Patrick J. Adams 10 months ago — has admitted that she hasn\'t always found breastfeeding easy and says that it has complicated her relationship with food.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2395} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Troian-Bellisario.jpg\" alt=\"\" class=\"wp-image-2395\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>I would never have thought something so simple would be so complicated</p><cite>— Troian Bellisario</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Sharing a picture of herself pumping breast milk, she wrote on Instagram: \"#worldbreastfeedingweek I would never have thought something so simple would be so complicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"My milk came in immediately (so lucky!) My daughter has always eaten well (little bit of reflux but all good) and breastfeeding her was never painful or frustrating (SO RARE) but the mastitis, waking up in the middle of the night to pump, pulling off on the freeway to pump, or hiding in dark corners of houses while pumping or else I can\'t sleep. It\'s SO PAINFUL (I\'ve included the most glamorous I\'ve ever looked while feeling like an effing cow) having to be conscious of everything I put or do not put in my body (it\'s been almost two years if you count pregnancy) and that means alcohol, medication, even melatonin! I can\'t even join in all of this cool CBD stuff that\'s happening.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Troian previously admitted her past struggle with an eating disorder made her \"worried\" about raising a daughter, because she didn\'t think she would be able to teach her tot how to love her body the way it is.</p>\n<!-- /wp:paragraph -->','Troian Bellisario\'s complicated relationship with breastfeeding','','publish','closed','closed','','troian-bellisarios-complicated-relationship-with-breastfeeding','','','2019-08-08 17:24:50','2019-08-08 22:24:50','',0,'https://buzz-caribbean.com/?p=2392',0,'post','',0),(2393,4,'2019-08-08 17:17:25','2019-08-08 22:17:25','<!-- wp:paragraph -->\n<p>Troian Bellisario has opened up about her complicated relationship with breastfeeding and confessed she hates pumping.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 33-year-old actress — who welcomed a daughter with husband Patrick J. Adams 10 months ago — has admitted that she hasn\'t always found breastfeeding easy and says that it has complicated her relationship with food.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>I would never have thought something so simple would be so complicated</p><cite>— Troian Bellisario</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Sharing a picture of herself pumping breast milk, she wrote on Instagram: \"#worldbreastfeedingweek I would never have thought something so simple would be so complicated. My milk came in immediately (so lucky!) my daughter has always eaten well (little bit of reflux but all good) and breastfeeding her was never painful or frustrating (SO RARE) but the mastitis, waking up in the middle of the night to pump, pulling off on the freeway to pump, or hiding in dark corners of houses while pumping or else I can\'t sleep it\'s SO PAINFUL (I\'ve included the most glamorous I\'ve ever looked while feeling like an effing cow) having to be conscious of everything I put or do not put in my body (it\'s been almost two years if you count pregnancy) and that means alcohol, medication, even melatonin! I can\'t even join in all of this cool CBD stuff that\'s happening.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n\"But... no matter how much I HATE pumping or how complicated MY relationship with food is, it has been a joy, an honor and a no brainer to feed my daughter this way. My body has made it easy for us and i have loved every moment i get to spend this kind of time with her. Not every mother gets that. I don\'t know if I will have it for much longer, but I will always take care of her and do what is best for us. (Once again f*ck pumping. Love you forever babay girl) (sic).\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nTroian previously admitted her past struggle with an eating disorder made her \"worried\" about raising a daughter, because she didn\'t think she would be able to teach her tot how to love her body the way it is.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nShe said: \"I had always the expectation, for some reason, maybe it\'s because I was surrounded by brothers growing up, that I was going to have a boy. Of course I was worried.</p>\n<!-- /wp:paragraph -->','Troian Bellisario\'s complicated relationship with breastfeeding','','inherit','closed','closed','','2392-revision-v1','','','2019-08-08 17:17:25','2019-08-08 22:17:25','',2392,'https://buzz-caribbean.com/article/2392-revision-v1/',0,'revision','',0),(2394,11,'2019-08-08 17:21:10','2019-08-08 22:21:10','','Covers-Face','','inherit','closed','closed','','covers-face','','','2019-08-08 17:21:10','2019-08-08 22:21:10','',2387,'https://buzz-caribbean.com/app/uploads/2019/08/Covers-Face.jpg',0,'attachment','image/jpeg',0),(2395,4,'2019-08-08 17:21:36','2019-08-08 22:21:36','','Troian-Bellisario','','inherit','closed','closed','','troian-bellisario','','','2019-08-08 17:21:36','2019-08-08 22:21:36','',2392,'https://buzz-caribbean.com/app/uploads/2019/08/Troian-Bellisario.jpg',0,'attachment','image/jpeg',0),(2396,21,'2019-08-08 17:29:45','2019-08-08 22:29:45','<!-- wp:image {\"id\":2400} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lambert.jpg\" alt=\"\" class=\"wp-image-2400\" /><figcaption>Adam Lambert finished as the runner-up on \'American Idol\' in 2009.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Adam Lambert found fame \"really overwhelming\" at the start.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 37-year-old singer shot to stardom when he finished as runner-up on the eighth season of \'American Idol\' in 2009, and has said he struggled to come to terms with his level of fame at first because it all happened so \"fast\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I was really overwhelmed in the very beginning. \'American Idol\' was so fast.\"  </p><cite> — Adam Lambert </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Adam came out as gay when he was a teenager before he found fame, and says being a voice for the LGBTQ community after \'American Idol\' put extra pressure on him to \"be an educator\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"I was really overwhelmed in the very beginning. \'American Idol\' was so fast. All of a sudden, I was on magazine covers. I was dealing with the personal adjustment I had to make, and then on top of it, there was all this energy behind being the gay guy doing it. I knew I was comfortable saying, \'Yes, I\'m gay.\' But educating the masses? I didn\'t get into this business to be an educator. I just wanted to wear glitter and sing.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Ghost Town</strong> singer says there \"weren\'t a lot\" of LGBTQ people in mainstream media when he found fame, and so he was asked a lot of questions about his sexuality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And although he says he was happy to talk about it, he didn\'t want it to become his defining factor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to Billboard magazine for their 2019 Pride issue, he added: \"When I started my professional journey, in the mainstream media there weren\'t a lot of [queer] people, so that was the thing the media wanted to talk about. I loved talking about it, but at the same time I was like, \'Can it not precede me?\'\"<br><br></p>\n<!-- /wp:paragraph -->','Adam Lambert struggled with early fame','','publish','closed','closed','','adam-lambert-struggled-with-early-fame','','','2019-08-13 14:56:30','2019-08-13 19:56:30','',0,'https://buzz-caribbean.com/?p=2396',0,'post','',0),(2397,14,'2019-08-08 17:23:56','2019-08-08 22:23:56','<!-- wp:paragraph -->\n<p>Presidential candidate for the People’s National\nParty (PNP) Peter Bunting says his surprise challenge for the top role has\nalready boosted morale within the organisation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, who spoke to <strong><em>BUZZ</em></strong> following a\nsuccessful nomination exercise on Friday, July 26, explained that the PNP needed\nhis challenge to re-energise the party after a string of defeats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I think it is very important for us and\nfor the [PNP]. The root of the matter is the party had been flat for a while,\nparticularly losing a series of by-elections, the morale was low,” Bunting told\n<strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, who also sits as Member of\nParliament for Central Manchester, was the source of much jubilation from\ncomrades, who paraded in sections of Kingston, anticipating an overwhelming\nvictory in September.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The ‘Rise United’ leader explained that already,\nwhether the ‘One PNP’ team would like to accept it or not, the party has been\ninfected with the most zest and vim in recent months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In the six weeks or so since we announced\nthe Rise United campaign, particularly since we launched, we’ve injected a sense\nof purpose in the party,” Bunting told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“An excitement, an energy, a passion has\nbeen re-emerging,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reflecting on the massive turnout for his\nnomination, Bunting noted, “I’m feeling quite excited. Of course, I’m very\ngrateful for the tremendous support; the thousands who have come out just to\nwalk with me to HQ to be nominated. We got a tremendous reception right across\nthe board.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting said he was especially pleased to\nsee young Jamaicans among those participating in the Rise United campaign – a telling\nsign that the PNP’s appeal is growing on millennials.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m excited to see the number of young\npeople coming to our events, because some thought the JLP were doing much\nbetter among the 18-30 cohort. And with five or six weeks left in the campaign,”\nthe Presidential challenger told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While he acknowledged much can change leading\nup to that fateful election day, Bunting assured that his campaign will be focused\nand robust on what truly matters: <strong>the\ndelegates</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A week in politics is a long time, we don’t\nwant to take any chances. We’re just going to be targeted in terms of engaging\ndelegates in small groups or even one-to-one – persuading them to our message,”\nhe indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We want the party members and supporters\nto believe that we can win the next general election and to start operating\nwith that confidence in a modern way to move forward,” Bunting further\nremarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When pressed to offer a word to delegates\nhe hasn’t met just yet, Bunting assured undecided voters, “The Rise United campaign\nis on its way to your town and your community.”</p>\n<!-- /wp:paragraph -->','Battleground PNP: Peter Bunting revels in huge support on Nomination Day','','inherit','closed','closed','','2373-revision-v1','','','2019-08-08 17:23:56','2019-08-08 22:23:56','',2373,'https://buzz-caribbean.com/article/2373-revision-v1/',0,'revision','',0),(2399,4,'2019-08-08 17:24:50','2019-08-08 22:24:50','<!-- wp:paragraph -->\n<p>Troian Bellisario has opened up about her complicated relationship with breastfeeding and confessed she hates pumping.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 33-year-old actress — who welcomed a daughter with husband Patrick J. Adams 10 months ago — has admitted that she hasn\'t always found breastfeeding easy and says that it has complicated her relationship with food.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2395} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Troian-Bellisario.jpg\" alt=\"\" class=\"wp-image-2395\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>I would never have thought something so simple would be so complicated</p><cite>— Troian Bellisario</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Sharing a picture of herself pumping breast milk, she wrote on Instagram: \"#worldbreastfeedingweek I would never have thought something so simple would be so complicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"My milk came in immediately (so lucky!) My daughter has always eaten well (little bit of reflux but all good) and breastfeeding her was never painful or frustrating (SO RARE) but the mastitis, waking up in the middle of the night to pump, pulling off on the freeway to pump, or hiding in dark corners of houses while pumping or else I can\'t sleep. It\'s SO PAINFUL (I\'ve included the most glamorous I\'ve ever looked while feeling like an effing cow) having to be conscious of everything I put or do not put in my body (it\'s been almost two years if you count pregnancy) and that means alcohol, medication, even melatonin! I can\'t even join in all of this cool CBD stuff that\'s happening.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Troian previously admitted her past struggle with an eating disorder made her \"worried\" about raising a daughter, because she didn\'t think she would be able to teach her tot how to love her body the way it is.</p>\n<!-- /wp:paragraph -->','Troian Bellisario\'s complicated relationship with breastfeeding','','inherit','closed','closed','','2392-revision-v1','','','2019-08-08 17:24:50','2019-08-08 22:24:50','',2392,'https://buzz-caribbean.com/article/2392-revision-v1/',0,'revision','',0),(2400,9,'2019-08-08 17:25:14','2019-08-08 22:25:14','','Adam Lambert  at The Glamour Women Of The Year Awards, Arrivals, Berkeley Square Gardens, London, UK','Adam Lambert  at The Glamour Women Of The Year Awards, Arrivals, Berkeley Square Gardens, London, UK','inherit','closed','closed','','adam-lambert-at-the-glamour-women-of-the-year-awards-arrivals-berkeley-square-gardens-london-uk','','','2019-08-08 17:25:14','2019-08-08 22:25:14','',2396,'https://buzz-caribbean.com/app/uploads/2019/08/lambert.jpg',0,'attachment','image/jpeg',0),(2401,9,'2019-08-08 17:29:03','2019-08-08 22:29:03','<!-- wp:image {\"id\":2400} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lambert.jpg\" alt=\"\" class=\"wp-image-2400\" /><figcaption>Adam Lambert finished as the runner-up on \'American Idol\' in 2009.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Adam Lambert found fame \"really overwhelming\" at the start.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 37-year-old singer shot to stardom when he finished as runner-up on the eighth season of \'American Idol\' in 2009, and has said he struggled to come to terms with his level of fame at first because it all happened so \"fast\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I was really overwhelmed in the very beginning. \'American Idol\' was so fast.\"  </p><cite>- Adam Lambert </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Adam came out as gay when he was a teenager before he found fame, and says being a voice for the LGBTQ community after \'American Idol\' put extra pressure on him to \"be an educator\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"I was really overwhelmed in the very beginning. \'American Idol\' was so fast. All of a sudden, I was on magazine covers. I was dealing with the personal adjustment I had to make, and then on top of it, there was all this energy behind being the gay guy doing it. I knew I was comfortable saying, \'Yes, I\'m gay.\' But educating the masses? I didn\'t get into this business to be an educator. I just wanted to wear glitter and sing.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'Ghost Town\' singer says there \"weren\'t a lot\" of LGBTQ people in mainstream media when he found fame, and so he was asked a lot of questions about his sexuality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And although he says he was happy to talk about it, he didn\'t want it to become his defining factor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to <strong>Billboard</strong> magazine for their 2019 Pride issue, he added: \"When I started my professional journey, in the mainstream media there weren\'t a lot of [queer] people, so that was the thing the media wanted to talk about. I loved talking about it, but at the same time I was like, \'Can it not precede me?\'\"<br><br></p>\n<!-- /wp:paragraph -->','Adam Lambert struggled with early fame','','inherit','closed','closed','','2396-revision-v1','','','2019-08-08 17:29:03','2019-08-08 22:29:03','',2396,'https://buzz-caribbean.com/article/2396-revision-v1/',0,'revision','',0),(2402,15,'2019-08-08 17:50:38','2019-08-08 22:50:38','<!-- wp:paragraph -->\n<p>Minister of Industry, Commerce, Agriculture\nand Fisheries Audley Shaw is to deliver this year’s Caribbean International\nNetwork (CIN) Lecture in New York on Jamaica’s ganja industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2406} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bearded-black-man-smoking-1024x683.jpg\" alt=\"\" class=\"wp-image-2406\" /><figcaption>Photo contributed, Pexels.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The annual event will take place on Wednesday, October 16, at Harlem’s Schomburg Centre for Research in Black Culture in New York at 7:00 pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Shaw’s address will be entitled: “<strong><em>The\nSearch for Green Gold… Marijuana</em></strong>”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking about the ganja industry, which\nmany expect to net the country and local players billions of dollars from\nexpected revenue, Shaw contends that the island is still poised to be a major world\nleader in cannabis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3209} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/audley-shaw-buzz-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3209\" /><figcaption>Audley Shaw,  Minister of Industry, Commerce, Agriculture and Fisheries  (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Jamaica is uniquely positioned to be a\nglobal player and we are committed to providing the leadership and resources\nrequired for opening the international markets, including Canada and Europe for\nour licensed and regulated Jamaican companies,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At this point in time, the ganja industry is mandated to be centered on medicinal, scientific and therapeutic usage only. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The issue of banking revenue from it\nremains vexing with many people unaware of both local and international\nrestrictions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>CEO of Itopia Life, Blaine Dowdle values\nJamaica’s ganja industry at around US$219 million.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“The lecture series has been an annual showcase of the Caribbean regions best and brightest, thinkers, entrepreneurs, statesmen, artists, and three former Prime Ministers,” said CEO of CIN, Stephen Hill.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3215} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/stephen-hill-buzz-demo.jpg\" alt=\"\" class=\"wp-image-3215\" /><figcaption> Stephen Hill, CEO of the Caribbean International Network (Photo contributed, Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“These renowned individuals have presented\nchallenging and eye-opening talks before a large and engaging audience.\nContinuing in that tradition, this year’s topic is both timely and\ncontroversial,” Hill added.</p>\n<!-- /wp:paragraph -->','Audley Shaw to speak on JA’s ganja industry at upcoming CIN Lecture','','publish','closed','closed','','audley-shaw-to-speak-on-jas-ganja-industry-at-upcoming-cin-lecture','','','2019-08-12 16:32:50','2019-08-12 21:32:50','',0,'https://buzz-caribbean.com/?p=2402',0,'post','',0),(2403,14,'2019-08-08 17:50:38','2019-08-08 22:50:38','<!-- wp:paragraph -->\n<p>Minister of Industry, Commerce, Agriculture\nand Fisheries Audley Shaw is to deliver this year’s Caribbean International\nNetwork (CIN) Lecture in New York on Jamaica’s ganja industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The annual event will take place on Wednesday, October 16, at Harlem’s Schomburg Centre for Research in Black Culture in New York at 7:00 pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Shaw’s address will be entitled: “<strong><em>The\nSearch for Green Gold… Marijuana</em></strong>”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking about the ganja industry, which\nmany expect to net the country and local players billions of dollars from\nexpected revenue, Shaw contends that the island is still poised to be a major world\nleader in cannabis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Jamaica is uniquely positioned to be a\nglobal player and we are committed to providing the leadership and resources\nrequired for opening the international markets, including Canada and Europe for\nour licensed and regulated Jamaican companies,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At this point in time, the ganja industry is mandated to be centered on medicinal, scientific and therapeutic usage only. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The issue of banking revenue from it\nremains vexing with many people unaware of both local and international\nrestrictions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>CEO of Itopia Life, Blaine Dowdle values\nJamaica’s ganja industry at around US$219 million.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> “The lecture series has been an annual showcase of the Caribbean regions best and brightest, thinkers, entrepreneurs, statesmen, artists, and three former Prime Ministers,” said CEO of CIN, Stephen Hill.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“These renowned individuals have presented\nchallenging and eye-opening talks before a large and engaging audience.\nContinuing in that tradition, this year’s topic is both timely and\ncontroversial,” Hill added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>USE PIC OF SOMEONE SMOKING A SPLIFF WITH\nPLUMES OF SMOKE IN THE AIR.\nThen Audley, then Stephen</p>\n<!-- /wp:paragraph -->','Audley Shaw to speak on JA’s ganja industry at upcoming CIN Lecture','','inherit','closed','closed','','2402-revision-v1','','','2019-08-08 17:50:38','2019-08-08 22:50:38','',2402,'https://buzz-caribbean.com/article/2402-revision-v1/',0,'revision','',0),(2405,15,'2019-08-08 18:26:47','2019-08-08 23:26:47','<!-- wp:paragraph -->\n<p>Regional conglomerate GraceKennedy increased revenues for the six-month period ended June 30, 2019, posting J$51.5 billion, $3.12 billion more than the figure posted for the corresponding figure of 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2421} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Wires-Removed-1024x683.jpg\" alt=\"\" class=\"wp-image-2421\" /><figcaption>GraceKennedy\'s downtown Kingston headquarters (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> This increased revenue figure generated a net profit of $2.27 billion, $179.2 million less than the figure posted for the same period last year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Earnings per stock unit for the period was $2.03</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like many listed companies operating on the Jamaican landscape, Grace was negatively impacted by the new IFRS 16 standard (as it speaks to  leases), which spelt an additional expense of $115 million. Compounding this situation was an additional expense of $189 million due to post-employment benefit expenses in accordance with IAS 19.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grace also attributed foreign exchange volatility as negatively impacting its financial performance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Food Trading Division saw an increase in revenue but a decline in profits compared against the same period in 2018. Hi-Lo Food Stores continues to show improvement under the management of Catherine Kennedy and has now opened its Hi-Lo Express store in downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2412} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/don-wehby-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-2412\" /><figcaption>GraceKennedy Group CEO Don Wehby</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Grace Frozen Patties, Jerk Wings and Tropical Rhythms have all helped to spur growth of 11% in GraceKennedy Foods (USA) division’s sales. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But while Grace Foods (USA) has made strides, over on the other side of the Atlantic, Grace Foods ( UK) saw a decline in sales for the period under review.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> The Financial Services division put in a creditable performance for the second quarter, a period which saw an uptick in both revenues and profit. First Global Bank posted positive numbers compared to the same period last year, with efforts to improve efficiency paying off.<br><br> <br>Speaking about the Group’s six-month period performance, Grace’s CEO Don Wehby said: “ We’re proud of the improved operating performance for the Group despite the challenges presented by the new IFRS standards and the volatility in the foreign exchange market. The GraceKennedy Group expects to meet its 12-month profit target for 2019 and achieve further improved operating performance.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> <br> GraceKennedy will pay A dividend of 40 cents per share, equivalent to $397 million on September 26.</p>\n<!-- /wp:paragraph -->','GraceKennedy posts revenues of J$51.5 billion for six-month period','','publish','closed','closed','','gracekennedy-posts-revenues-of-j51-5-billion-for-six-month-period','','','2019-08-10 14:46:58','2019-08-10 19:46:58','',0,'https://buzz-caribbean.com/?p=2405',0,'post','',0),(2406,14,'2019-08-08 18:07:35','2019-08-08 23:07:35','','bearded-black-man-smoking','','inherit','closed','closed','','bearded-black-man-smoking','','','2019-08-08 18:07:35','2019-08-08 23:07:35','',2402,'https://buzz-caribbean.com/app/uploads/2019/08/bearded-black-man-smoking.jpg',0,'attachment','image/jpeg',0),(2407,14,'2019-08-08 18:07:53','2019-08-08 23:07:53','','audley-shaw-demo','','inherit','closed','closed','','audley-shaw-demo','','','2019-08-08 18:07:53','2019-08-08 23:07:53','',2402,'https://buzz-caribbean.com/app/uploads/2019/08/audley-shaw-demo.jpg',0,'attachment','image/jpeg',0),(2408,14,'2019-08-08 18:08:39','2019-08-08 23:08:39','<!-- wp:image {\"id\":2406} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bearded-black-man-smoking-1024x683.jpg\" alt=\"\" class=\"wp-image-2406\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Minister of Industry, Commerce, Agriculture\nand Fisheries Audley Shaw is to deliver this year’s Caribbean International\nNetwork (CIN) Lecture in New York on Jamaica’s ganja industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The annual event will take place on Wednesday, October 16, at Harlem’s Schomburg Centre for Research in Black Culture in New York at 7:00 pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Shaw’s address will be entitled: “<strong><em>The\nSearch for Green Gold… Marijuana</em></strong>”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking about the ganja industry, which\nmany expect to net the country and local players billions of dollars from\nexpected revenue, Shaw contends that the island is still poised to be a major world\nleader in cannabis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Jamaica is uniquely positioned to be a\nglobal player and we are committed to providing the leadership and resources\nrequired for opening the international markets, including Canada and Europe for\nour licensed and regulated Jamaican companies,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At this point in time, the ganja industry is mandated to be centered on medicinal, scientific and therapeutic usage only. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The issue of banking revenue from it\nremains vexing with many people unaware of both local and international\nrestrictions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>CEO of Itopia Life, Blaine Dowdle values\nJamaica’s ganja industry at around US$219 million.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> “The lecture series has been an annual showcase of the Caribbean regions best and brightest, thinkers, entrepreneurs, statesmen, artists, and three former Prime Ministers,” said CEO of CIN, Stephen Hill.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“These renowned individuals have presented\nchallenging and eye-opening talks before a large and engaging audience.\nContinuing in that tradition, this year’s topic is both timely and\ncontroversial,” Hill added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>USE PIC OF SOMEONE SMOKING A SPLIFF WITH\nPLUMES OF SMOKE IN THE AIR.\nThen Audley, then Stephen</p>\n<!-- /wp:paragraph -->','Audley Shaw to speak on JA’s ganja industry at upcoming CIN Lecture','','inherit','closed','closed','','2402-revision-v1','','','2019-08-08 18:08:39','2019-08-08 23:08:39','',2402,'https://buzz-caribbean.com/article/2402-revision-v1/',0,'revision','',0),(2409,11,'2019-08-08 18:14:40','2019-08-08 23:14:40','','Cemetery','','inherit','closed','closed','','cemetery','','','2019-08-08 18:14:40','2019-08-08 23:14:40','',2387,'https://buzz-caribbean.com/app/uploads/2019/08/Cemetery.jpg',0,'attachment','image/jpeg',0),(2410,21,'2019-08-08 18:19:21','2019-08-08 23:19:21','<!-- wp:image {\"id\":2413} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/julia.jpg\" alt=\"\" class=\"wp-image-2413\" /><figcaption>Julia Louise-Dreyfus doesn\'t like to think about her cancer battle. <span style=\"font-size: inherit\"> </span></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Julia Louis-Dreyfus is \"very happy to be alive\" following her battle with cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 58-year-old actress revealed in 2017 she had been diagnosed with breast cancer, and after she went into remission just over a year later, she marked her clean bill of health by returning to the set of political comedy \'Veep\' - in which she stars as Selina Meyer - to film the seventh and final season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"It was wonderful to go back because, frankly, it was a distraction from the prior year, which had been so harrowing. To put blinders on and just focus on making the funniest f***ing show possible was a great relief.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I\'m glad I got through it, but there\'s a part of me that\'s still a little frightened.\"</p><cite> — Julia Louis-Dreyfus </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>And now, Julia says she doesn\'t like to \"think about\" her cancer battle, but she is deeply grateful to still be alive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to <strong>Vanity Fair</strong> magazine, she added: \"I hate to have to think about it. But I\'m very happy to be alive. There is that moment that you have when you\'re like, \'Is this it for me?\' Because you know everybody here in this room is going to come across that moment in their life, but you never think you will.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I\'m glad I got through it, but there\'s a part of me that\'s still a little frightened, you know?\"<br><br></p>\n<!-- /wp:paragraph -->','Veep star is \'happy to be alive\' after cancer battle','','publish','closed','closed','','veep-star-is-happy-to-be-alive-after-cancer-battle','','','2019-08-13 14:56:22','2019-08-13 19:56:22','',0,'https://buzz-caribbean.com/?p=2410',0,'post','',0),(2411,11,'2019-08-08 18:16:21','2019-08-08 23:16:21','<!-- wp:paragraph -->\n<p>So you heard that Denise, your neighbour has transitioned to that land beyond the sky and is either off playing the harp or drinking milk and honey under a big, shady lignum vitae tree. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2390} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Heavenly-Skies-1024x683.jpg\" alt=\"\" class=\"wp-image-2390\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With both your heart and eyes full, you show up at the church ready to say your fondest farewell…only to have your vision assaulted by the reality of ghetto fabulous dressing, some so daring for the house of the Lord, that you wonder how Jesus on the cross did not free himself in an attempt to cover his eyes in shame!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2394} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Covers-Face.jpg\" alt=\"\" class=\"wp-image-2394\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You see men with beltless pants, women in see-through tops, baseball caps and more exposed breast, leg and thighs than a bucket of KFC. Funerals today are oftentimes tragic runways, as it seems anything goes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While freedom of expression is desired, what happens when this clashes with propriety or is that a thing of the past? There is such a thing as funeral protocol and what one should and should not do out of respect for the dearly departed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, let\'s do a quick recap of the traditional dos and don’ts</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Do not put in your last thousand dollar bill in the offering plate and then following behind the usher demanding your $500 change. Next time just give what you have.</li><li> If the outfit you choose to wear cannot be worn to take a passport picture or in a court of law, chances are it is too revealing for a funeral.</li><li>Boredom with the homily being shared by the minister is no excuse to play Candy Crush loudly on your phone during service. Like seriously?</li><li>Do not be presumptuous and flop yourself down in the front row. Common sense should dictate that the seats at the front are for immediate family only.</li><li> If the deceased owed you money, suck it up. Do not start lamenting to his or her mother how you never got your partner draw. Tacky much?</li><li>Under no circumstance do you arrive late and demand that the pastor re-opens the casket.  If you already forgot what the person looked like, look at the cover of the programme.</li><li>Selfie taking in the church is bad enough but when you ask for a selfie with the body, you are pushing it. Pray that the duppy doesn’t slap you for disturbing their peace.</li><li>Your cell phone should be off or on vibrate in the place of reverence so at no time should Dexta Daps or Alkaline ring tone disturb the scripture reading.</li><li>When the gathering makes their way to the home of the deceased, do not start asking for clothes, shoes and other personal effects of the dead. That is beyond insensitive.</li><li>Death resulting from an illness can be devastating so do not be fake and tell the family “Oh I know how you feel”…no you don’t! You ever had cancer?</li><li>Avoid telling their family members meaningless platitudes like ‘he/she is in a better place’, ‘in time you’ll get over it” or ‘the Lord knows best”. Nobody wants to hear any of that.</li><li>If the death was particularly tragic or suspicious do not turn up fishing for salacious gossip like a news reporter. Have some consideration for the bereaved.</li><li>Finally, if you and the deceased were not friends, avoid the fake tears. The hypocrisy of even showing up is enough, do not throw salt in the wound with the ‘cow-bawling’.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":2409} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cemetery-1024x683.jpg\" alt=\"\" class=\"wp-image-2409\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Death is a non-discriminatory visitor to every household at some point in our all lives. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Instead of causing added stress to the family of the deceased, be supportive in this difficult time as they try to work their way through their grief.</p>\n<!-- /wp:paragraph -->','Funeral Etiquette...is there one?','','inherit','closed','closed','','2387-revision-v1','','','2019-08-08 18:16:21','2019-08-08 23:16:21','',2387,'https://buzz-caribbean.com/article/2387-revision-v1/',0,'revision','',0),(2412,15,'2019-08-08 18:16:50','2019-08-08 23:16:50','','don-wehby-demo','','inherit','closed','closed','','don-wehby-demo','','','2019-08-08 18:16:50','2019-08-08 23:16:50','',2405,'https://buzz-caribbean.com/app/uploads/2019/08/don-wehby-demo.jpg',0,'attachment','image/jpeg',0),(2413,9,'2019-08-08 18:17:08','2019-08-08 23:17:08','','the Time 100 Gala Most Influential People on April 26, 2016 at Frederick P. Rose Hall in New York City.','New York, New York-April 26: Donald Trump, Melania Trump, Nicki Minaj, Karlie Kloss, Gina Rodriguez, Lindsey Vonn, Julia Louise Dreyfus and more attend the Time 100 Gala on April 26, 2016 at Frederick P. Rose Hall in New York City. \n<P>\nPictured: Julia Louis-Dreyfus\n<B>Ref: SPL1270424  260416  </B><BR />\nPicture by: Jackie Brown / Splash News<BR />\n</P><P>\n<B>Splash News and Pictures</B><BR />\nLos Angeles:	310-821-2666<BR />\nNew York:	212-619-2666<BR />\nLondon:	870-934-2666<BR />\nphotodesk@splashnews.com<BR />\n</P>','inherit','closed','closed','','the-time-100-gala-most-influential-people-on-april-26-2016-at-frederick-p-rose-hall-in-new-york-city','','','2019-08-08 18:18:48','2019-08-08 23:18:48','',2410,'https://buzz-caribbean.com/app/uploads/2019/08/julia.jpg',0,'attachment','image/jpeg',0),(2414,9,'2019-08-08 18:19:05','2019-08-08 23:19:05','<!-- wp:image {\"id\":2413} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/julia.jpg\" alt=\"\" class=\"wp-image-2413\" /><figcaption>Julia Louise-Dreyfus doesn\'t like to think about her cancer battle. <span style=\"font-size: inherit\"> </span></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Julia Louis-Dreyfus is \"very happy to be alive\" following her battle with cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 58-year-old actress revealed in 2017 she had been diagnosed with breast cancer, and after she went into remission just over a year later, she marked her clean bill of health by returning to the set of political comedy \'Veep\' - in which she stars as Selina Meyer - to film the seventh and final season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"It was wonderful to go back because, frankly, it was a distraction from the prior year, which had been so harrowing. To put blinders on and just focus on making the funniest f***ing show possible was a great relief.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I\'m glad I got through it, but there\'s a part of me that\'s still a little frightened.\"</p><cite>-  Julia Louis-Dreyfus </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>And now, Julia says she doesn\'t like to \"think about\" her cancer battle, but she is deeply grateful to still be alive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to <strong>Vanity Fair</strong> magazine, she added: \"I hate to have to think about it. But I\'m very happy to be alive. There is that moment that you have when you\'re like, \'Is this it for me?\' Because you know everybody here in this room is going to come across that moment in their life, but you never think you will. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I\'m glad I got through it, but there\'s a part of me that\'s still a little frightened, you know?\"<br><br></p>\n<!-- /wp:paragraph -->','Veep star is \'happy to be alive\' after cancer battle','','inherit','closed','closed','','2410-revision-v1','','','2019-08-08 18:19:05','2019-08-08 23:19:05','',2410,'https://buzz-caribbean.com/article/2410-revision-v1/',0,'revision','',0),(2415,11,'2019-08-08 18:20:06','2019-08-08 23:20:06','','Coffin','','inherit','closed','closed','','coffin','','','2019-08-08 18:20:06','2019-08-08 23:20:06','',2387,'https://buzz-caribbean.com/app/uploads/2019/08/Coffin.jpg',0,'attachment','image/jpeg',0),(2416,11,'2019-08-08 18:20:13','2019-08-08 23:20:13','<!-- wp:paragraph -->\n<p>So you heard that Denise, your neighbour has transitioned to that land beyond the sky and is either off playing the harp or drinking milk and honey under a big, shady lignum vitae tree. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2390} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Heavenly-Skies-1024x683.jpg\" alt=\"\" class=\"wp-image-2390\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With both your heart and eyes full, you show up at the church ready to say your fondest farewell…only to have your vision assaulted by the reality of ghetto fabulous dressing, some so daring for the house of the Lord, that you wonder how Jesus on the cross did not free himself in an attempt to cover his eyes in shame!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2394} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Covers-Face.jpg\" alt=\"\" class=\"wp-image-2394\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You see men with beltless pants, women in see-through tops, baseball caps and more exposed breast, leg and thighs than a bucket of KFC. Funerals today are oftentimes tragic runways, as it seems anything goes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While freedom of expression is desired, what happens when this clashes with propriety or is that a thing of the past? There is such a thing as funeral protocol and what one should and should not do out of respect for the dearly departed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, let\'s do a quick recap of the traditional dos and don’ts</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Do not put in your last thousand dollar bill in the offering plate and then following behind the usher demanding your $500 change. Next time just give what you have.</li><li> If the outfit you choose to wear cannot be worn to take a passport picture or in a court of law, chances are it is too revealing for a funeral.</li><li>Boredom with the homily being shared by the minister is no excuse to play Candy Crush loudly on your phone during service. Like seriously?</li><li>Do not be presumptuous and flop yourself down in the front row. Common sense should dictate that the seats at the front are for immediate family only.</li><li> If the deceased owed you money, suck it up. Do not start lamenting to his or her mother how you never got your partner draw. Tacky much?</li><li>Under no circumstance do you arrive late and demand that the pastor re-opens the casket.&nbsp; If you already forgot what the person looked like, look at the cover of the programme.</li><li>Selfie taking in the church is bad enough but when you ask for a selfie with the body, you are pushing it. Pray that the duppy doesn’t slap you for disturbing their peace.</li><li>Your cell phone should be off or on vibrate in the place of reverence so at no time should Dexta Daps or Alkaline ring tone disturb the scripture reading.</li><li>When the gathering makes their way to the home of the deceased, do not start asking for clothes, shoes and other personal effects of the dead. That is beyond insensitive.</li><li>Death resulting from an illness can be devastating so do not be fake and tell the family “Oh I know how you feel”…no you don’t! You ever had cancer?</li><li>Avoid telling their family members meaningless platitudes like ‘he/she is in a better place’, ‘in time you’ll get over it” or ‘the Lord knows best”. Nobody wants to hear any of that.</li><li>If the death was particularly tragic or suspicious do not turn up fishing for salacious gossip like a news reporter. Have some consideration for the bereaved.</li><li>Finally, if you and the deceased were not friends, avoid the fake tears. The hypocrisy of even showing up is enough, do not throw salt in the wound with the ‘cow-bawling’.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":2415} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Coffin.jpg\" alt=\"\" class=\"wp-image-2415\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Death is a non-discriminatory visitor to every household at some point in our all lives. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Instead of causing added stress to the family of the deceased, be supportive in this difficult time as they try to work their way through their grief.</p>\n<!-- /wp:paragraph -->','Funeral Etiquette...is there one?','','inherit','closed','closed','','2387-revision-v1','','','2019-08-08 18:20:13','2019-08-08 23:20:13','',2387,'https://buzz-caribbean.com/article/2387-revision-v1/',0,'revision','',0),(2418,11,'2019-08-08 18:22:33','2019-08-08 23:22:33','','GraceKennedy HQ','','inherit','closed','closed','','gracekennedy-hq-2','','','2019-08-08 18:22:33','2019-08-08 23:22:33','',1766,'https://buzz-caribbean.com/app/uploads/2019/08/GraceKennedy-HQ-1.jpg',0,'attachment','image/jpeg',0),(2419,21,'2019-08-08 18:31:17','2019-08-08 23:31:17','<!-- wp:image {\"id\":2422} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kim-cattrall.jpg\" alt=\"\" class=\"wp-image-2422\" /><figcaption> Kim Cattrall says strong female characters made \'Sex And The City\' successful. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kim Cattrall says fans loved the \"strong\" female characters in \'Sex And The City\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 62-year-old actress famously played sexually adventurous Samantha Jones in the long-running HBO series - which ended in 2004 and the two sequel films in 2008 and 2010, and despite previously revealing she will \"never\" appear in a third project, Kim insisted the franchise has stood the test of time because it featured empowering, real women.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"What I think people love about shows like \'Sex in the City\' and [Kim\'s new project] \'Filthy Rich\' is strong characters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"You know, real strong characters. And this is a new chapter, this is another strong character. So, I\'m really enjoying that.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"What I think people love about shows like \'Sex in the City\' and [Kim\'s new project] \'Filthy Rich\' is strong characters.\"</p><cite> — Kim Cattrall </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Kim also opened up about her role as Margaret Monreaux on Fox\'s upcoming series, \'Filthy Rich\', and said she is playing another powerful character who came from a \"generation of women\".&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She told \'Entertainment Tonight\': \"She came from a generation of women who brought themselves up. She didn\'t come from much, but she had self-belief.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"She had faith. She had family. And that\'s what brought her to where she is today. She\'s gonna rule the world.\"<br><br></p>\n<!-- /wp:paragraph -->','Kim Cattrall: \'Fans loved strong characters in Sex And The City\'','','publish','closed','closed','','kim-cattrall-fans-loved-strong-characters-in-sex-and-the-city','','','2019-08-13 14:56:12','2019-08-13 19:56:12','',0,'https://buzz-caribbean.com/?p=2419',0,'post','',0),(2421,15,'2019-08-08 18:24:05','2019-08-08 23:24:05','','GraceKennedy-BUZZ','','inherit','closed','closed','','wires-removed','','','2019-08-10 14:45:01','2019-08-10 19:45:01','',2405,'https://buzz-caribbean.com/app/uploads/2019/08/Wires-Removed.jpg',0,'attachment','image/jpeg',0),(2422,9,'2019-08-08 18:24:19','2019-08-08 23:24:19','','kim-cattrall','','inherit','closed','closed','','kim-cattrall','','','2019-08-08 18:24:19','2019-08-08 23:24:19','',2419,'https://buzz-caribbean.com/app/uploads/2019/08/kim-cattrall.jpg',0,'attachment','image/jpeg',0),(2423,23,'2019-08-14 18:40:31','2019-08-14 23:40:31','<!-- wp:image {\"id\":2431} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/christopher-s-seaside.jpg\" alt=\"\" class=\"wp-image-2431\" /><figcaption>A breathtaking view of the pearly Caribbean Sea from Christopher\'s (Photo contributed, TripAdvisor.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The name is definitely an ode to the\nexplorer Christopher Columbus, but there is nothing mistaken about this\nrestaurant. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located at the Hermosa Cove in St. Ann, even the architecture was deliberate in its appearance – seemingly taking a step back in time to a time of pirates and castles. Wooden floors and a breath-taking view of the Caribbean Sea is enough to melt all the worries of this modern life away. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2429} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Christophers-Badge.png\" alt=\"\" class=\"wp-image-2429\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>My first visit was on a whim and initially with the assistance of Google Maps (bad idea). But, after calling the office for directions finding the neatly tucked away oasis was my true mission for the day. When you get to the security gate you will be asked your purpose for visit, so it makes sense to call ahead and let them know you are coming by. It just makes things easier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once you step in the dining area, the intoxicating of fresh bread and coffee is clearly a ploy to make you hungry. Hats off to Christophers (neat trick). I just wanted to see the place and maybe have a cocktail. However, my stomach twisted my arm and the result was cocktails, soup, and a beautiful entree. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Truthfully, my ultimate test for any bar or restaurant to ‘walk the walk’ that the decor and appearance talks, is a Piña colada. Yes, you heard me. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2441} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pina-Colada-Menu-576x1024.jpg\" alt=\"\" class=\"wp-image-2441\" /><figcaption>A cool Piña colada and the Christopher\'s menu (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Although the ingredients are simple enough it is one of those drinks that if fresh elements aren\'t added to will taste like a mass-produced canned drink. I definitely expect that from a nice establishment.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I\'m happy to report that the bar-tender did a good job and made me two  Piña coladas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>—</strong><em><strong>Story written by Attalia Harriman</strong></em><strong>*</strong></p>\n<!-- /wp:paragraph -->','Christopher\'s: At Hermosa Cove (Part 1)','','publish','closed','closed','','christophers-at-hermosa-cove','','','2019-08-15 12:00:57','2019-08-15 17:00:57','',0,'https://buzz-caribbean.com/?p=2423',0,'post','',0),(2424,9,'2019-08-08 18:26:06','2019-08-08 23:26:06','<!-- wp:image {\"id\":2422} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kim-cattrall.jpg\" alt=\"\" class=\"wp-image-2422\" /><figcaption> Kim Cattrall says strong female characters made \'Sex And The City\' successful. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kim Cattrall says fans loved the \"strong\" female characters in \'Sex And The City\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 62-year-old actress famously played sexually adventurous Samantha Jones in the long-running HBO series - which ended in 2004 and the two sequel films in 2008 and 2010, and despite previously revealing she will \"never\" appear in a third project, Kim insisted the franchise has stood the test of time because it featured empowering, real women.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"What I think people love about shows like \'Sex in the City\' and [Kim\'s new project] \'Filthy Rich\' is strong characters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"You know, real strong characters. And this is a new chapter, this is another strong character. So, I\'m really enjoying that.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"What I think people love about shows like \'Sex in the City\' and [Kim\'s new project] \'Filthy Rich\' is strong characters.\"</p><cite>-  Kim Cattrall </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Kim also opened up about her role as Margaret Monreaux on Fox\'s upcoming series, \'Filthy Rich\', and said she is playing another powerful character who came from a \"generation of women\". </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She told \'Entertainment Tonight\': \"She came from a generation of women who brought themselves up. She didn\'t come from much, but she had self-belief.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"She had faith. She had family. And that\'s what brought her to where she is today. She\'s gonna rule the world.\"<br><br></p>\n<!-- /wp:paragraph -->','Kim Cattrall: \'Fans loved strong characters in Sex And The City\'','','inherit','closed','closed','','2419-revision-v1','','','2019-08-08 18:26:06','2019-08-08 23:26:06','',2419,'https://buzz-caribbean.com/article/2419-revision-v1/',0,'revision','',0),(2425,15,'2019-08-08 18:26:47','2019-08-08 23:26:47','<!-- wp:paragraph -->\n<p>Regional conglomerate GraceKennedy increased revenues for the six-month period ended June 30, 2019, posting J$51.5 billion, $3.12 billion more than the figure posted for the corresponding figure of 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2421} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Wires-Removed-1024x683.jpg\" alt=\"\" class=\"wp-image-2421\" /><figcaption>GraceKennedy\'s downtown Kingston headquarters</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br><br> This increased revenue figure generated a net profit of $2.27 billion, $179.2 million less than the figure posted for the same period last year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> Earnings per stock unit for the period was $2.03</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> Like many listed companies operating on the Jamaican landscape, Grace was negatively impacted by the new IFRS 16 standard (as it speaks to  leases), which spelt an additional expense of $115 million. Compounding this situation was an additional expense of $189 million due to post-employment benefit expenses in accordance with IAS 19.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br>Grace also attributed foreign exchange volatility as negatively impacting its financial performance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> The Food Trading Division saw an increase in revenue but a decline in profits compared against the same period in 2018. Hi-Lo Food Stores continues to show improvement under the management of Catherine Kennedy and has now opened its Hi-Lo Express store in downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2412} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/don-wehby-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-2412\" /><figcaption>GraceKennedy Group CEO Don Wehby</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br><br>Grace Frozen Patties, Jerk Wings and Tropical Rhythms have all helped to spur growth of 11% in GraceKennedy Foods (USA) division’s sales. <br><br> <br>But while Grace Foods (USA) has made strides, over on the other side of the Atlantic, Grace Foods ( UK) saw a decline in sales for the period under review.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> The Financial Services division put in a creditable performance for the second quarter, a period which saw an uptick in both revenues and profit. First Global Bank posted positive numbers compared to the same period last year, with efforts to improve efficiency paying off.<br><br> <br>Speaking about the Group’s six-month period performance, Grace’s CEO Don Wehby said: “ We’re proud of the improved operating performance for the Group despite the challenges presented by the new IFRS standards and the volatility in the foreign exchange market. The GraceKennedy Group expects to meet its 12-month profit target for 2019 and achieve further improved operating performance.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> <br> GraceKennedy will pay A dividend of 40 cents per share, equivalent to $397 million on September 26.</p>\n<!-- /wp:paragraph -->','GraceKennedy posts revenues of J$51.5 billion for six-month period','','inherit','closed','closed','','2405-revision-v1','','','2019-08-08 18:26:47','2019-08-08 23:26:47','',2405,'https://buzz-caribbean.com/article/2405-revision-v1/',0,'revision','',0),(2426,14,'2019-08-08 18:30:40','2019-08-08 23:30:40','','christophers-demo','','inherit','closed','closed','','christophers-demo','','','2019-08-08 18:30:40','2019-08-08 23:30:40','',2423,'https://buzz-caribbean.com/app/uploads/2019/08/christophers-demo.png',0,'attachment','image/png',0),(2427,15,'2019-08-08 18:44:10','2019-08-08 23:44:10','<!-- wp:image {\"id\":2430} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BMW-CEO-Harald-Kruger-2018-1024x683.jpg\" alt=\"\" class=\"wp-image-2430\" /><figcaption>BMW chairman Harald Kruger (Photo contributed, The Detroit Bureau)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>BMW’s chairman Harald Krueger has warned the U.K.’s new Prime Minister Boris Johnson that to pursue a no deal Brexit would cause irreparable harm to the country’s car industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> “Listen to the economy and listen to the people. He needs to be in a dialogue with business. I would visit Johnson to tell him this,” said Krueger.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>Last year the BMW Group sold 2.5 million of its vehicles around the world.  Of that number 239,069 units ( BMW, Mini, Rolls Royce) were sold in the U.K. . </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>The German car maker has made it clear on several occasions that Brexit  would negatively impact its operations in the U.K. where it employs 4,500 people in its Cowley plant, to produce the Mini.</p>\n<!-- /wp:paragraph -->','No deal Brexit will hurt the car industry – BMW boss','','publish','closed','closed','','no-deal-brexit-will-hurt-the-car-industry-bmw-boss','','','2019-08-08 18:44:10','2019-08-08 23:44:10','',0,'https://buzz-caribbean.com/?p=2427',0,'post','',0),(2428,14,'2019-08-08 18:31:22','2019-08-08 23:31:22','','christophers-demo-1','','inherit','closed','closed','','christophers-demo-1','','','2019-08-08 18:31:22','2019-08-08 23:31:22','',2423,'https://buzz-caribbean.com/app/uploads/2019/08/christophers-demo-1.png',0,'attachment','image/png',0),(2429,14,'2019-08-08 18:36:27','2019-08-08 23:36:27','','Christophers-Badge','','inherit','closed','closed','','christophers-badge','','','2019-08-08 18:36:27','2019-08-08 23:36:27','',2423,'https://buzz-caribbean.com/app/uploads/2019/08/Christophers-Badge.png',0,'attachment','image/png',0),(2430,15,'2019-08-08 18:39:47','2019-08-08 23:39:47','','BMW-CEO-Harald-Kruger-2018','','inherit','closed','closed','','bmw-ceo-harald-kruger-2018','','','2019-08-08 18:39:47','2019-08-08 23:39:47','',2427,'https://buzz-caribbean.com/app/uploads/2019/08/BMW-CEO-Harald-Kruger-2018.jpg',0,'attachment','image/jpeg',0),(2431,14,'2019-08-08 18:40:02','2019-08-08 23:40:02','','christopher-s-seaside','','inherit','closed','closed','','christopher-s-seaside','','','2019-08-08 18:40:02','2019-08-08 23:40:02','',2423,'https://buzz-caribbean.com/app/uploads/2019/08/christopher-s-seaside.jpg',0,'attachment','image/jpeg',0),(2432,14,'2019-08-08 18:40:31','2019-08-08 23:40:31','<!-- wp:image {\"id\":2429} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Christophers-Badge.png\" alt=\"\" class=\"wp-image-2429\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The name is definitely an ode to the\nexplorer Christopher Columbus, but there is nothing mistaken about this\nrestaurant. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located at the Hermosa Cove in St. Ann, even\nthe architecture was deliberate in its appearance – seemingly taking a step\nback in time to a time of pirates and castles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2431} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/christopher-s-seaside.jpg\" alt=\"\" class=\"wp-image-2431\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Wooden floors and a breath-taking view of\nthe Caribbean Sea is enough to melt all the worries of this modern life away. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My first visit was on a whim and initially\nwith the assistance of Google Maps (bad idea). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But, after calling the office for\ndirections finding the neatly tucked away oasis was my true mission for the\nday. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you get to the security gate you will\nbe asked your purpose for visit, so it makes sense to call ahead and let them\nknow you are coming by. It just makes things easier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once you step in the dining area, the\nintoxicating of fresh bread and coffee is clearly a ploy to make you hungry.\nHats off to Christophers (neat trick).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I just wanted to see the place and maybe\nhave a cocktail. However, my stomach twisted my arm and the result was cocktails,\nsoup and a beautiful entree. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Truthfully, my ultimate test for any bar or\nrestaurant to ‘walk the walk’ that the decor and appearance talks, is a \'Pina\nColada\'. Yes, you heard me. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although the ingredients are simple enough\nit is one of those drinks that if fresh elements aren\'t added to will taste\nlike a mass-produced canned drink. I definitely expect that from a nice\nestablishment. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I\'m happy to report that the bar-tender did a good job and made me two Pina Coladas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Story by Attalia Harriman</em>*</p>\n<!-- /wp:paragraph -->','Christopher\'s: At Hermosa Cove','','inherit','closed','closed','','2423-revision-v1','','','2019-08-08 18:40:31','2019-08-08 23:40:31','',2423,'https://buzz-caribbean.com/article/2423-revision-v1/',0,'revision','',0),(2433,9,'2019-08-08 18:49:18','2019-08-08 23:49:18','<!-- wp:image {\"id\":2438} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Morant-Bay-3-1024x603.jpg\" alt=\"\" class=\"wp-image-2438\" /><figcaption> Prime Minister Andrew Holness interacts with St Thomas residents at the groundbreaking ceremony for the Morant Bay Town Centre project on June 26. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Morant Bay Town Centre development\nis generating excitement among investors and residents, based on the\nopportunity for business expansion, employment creation and economic\ntransformation of the parish of St Thomas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The $4 billion undertaking for which Prime Minister Andrew Holness broke ground on June 26, involves the development of an integrated industrial and commercial complex encompassing 365,000 square feet of space to house key public and private sector services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is expected to create approximately\n3,000 new jobs and generate billions in private investment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Morant Bay Town Centre will be located on the 25-acre property that was once the Goodyear factory. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It will house the St Thomas Municipal\nCorporation; a town hall; conference centre; justice square, which will include\na family court and parish court; tax office; Registrar General’s Department\n(RGD); and the Passport, Citizenship &amp; Immigration Agency (PICA). The plan\nalso includes spaces for financial institutions, food court, library,\nrecreational park, museum and an BPO facility. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project is being implemented by\nthe Factories Corporation of Jamaica (FCJ) and is scheduled for completion in\n2021.</p>\n<!-- /wp:paragraph -->','Morant Bay Town Centre project to generate billions in investment','','publish','closed','closed','','morant-bay-town-centre-project-to-generate-billions-in-investment','','','2019-08-12 14:53:50','2019-08-12 19:53:50','',0,'https://buzz-caribbean.com/?p=2433',0,'post','',0),(2434,23,'2019-08-14 18:42:08','2019-08-14 23:42:08','<!-- wp:image {\"id\":2436} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Seared-Mahi-Mahi-1024x576.jpg\" alt=\"\" class=\"wp-image-2436\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, after my happy stomach was in the ‘TGIF\nmood’ on a Wednesday after one Pina Colada, the brain thought it was a good\nidea to take an in-depth look at the menu and ask the patient waitress what was\nthe \'Soup de Jour\' (fancy way to say ‘soup of the day’). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chef Arnold obviously takes into consideration the delicate whips of ocean salt that dances in the breeze when sitting at the restaurant as the Seafood medley soup was light, crisp and perfectly balanced with mahi mahi, shrimp, green mussels &amp; veggies. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2439} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Seafood-Medley-Broth.jpg\" alt=\"\" class=\"wp-image-2439\" /><figcaption>Perfectly seasoned and balanced Seafood medley soup is a whole mood (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It wasn\'t summer yet, but Jamaica can have some oppressively hot days, which make hearty thick soup only perfect on rainy days.  As if the soup wasn\'t enough, and the second Piña colada, my friend, Chef Arnold and my stomach conspired against me and then came the pièce de résistance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The show-stopper was the pan-seared Mahi Mahi loin. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A 2 1/2\" thick steak of fish perfectly\ncrusted but juicy and flavourful in the delicate folds. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was served on a bed of steamed cauliflower, pakchoi, zucchini, onions, broccoli &amp; cabbage in coconut milk with just a dash of scotch bonnet pepper. Although scotch bonnet can give a hell of a\npunch, this dish just had enough to tease your tongue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All that goodness was topped with a fresh\nsalsa that made every bite of this dish a pleasure to eat. The textures and\nflavours in this dish surely earn #foodgasm status.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most importantly after all that fancy \'Top\nChef\' experience, my purse was pleasantly surprised that my debit card didn\'t\nrequest a sidebar convo after paying the bill. So, whether on #staycation as a local or\n#vacation as a visitor a trip down the quiet private road towards the Hermosa\nCove property is worth it for a fabulous meal any day of the week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Side note: For those who love jerked &amp; barbecued food, Saturday night is the superb night to visit Christophers for dinner. Until then do it ‘For The Love Of Food’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>—</strong><em><strong>Story written by Attalia Harriman</strong></em></p>\n<!-- /wp:paragraph -->','Christopher’s (Part 2): Now, we eat!','','publish','closed','closed','','christophers-part-2-now-we-eat','','','2019-08-15 11:53:04','2019-08-15 16:53:04','',0,'https://buzz-caribbean.com/?p=2434',0,'post','',0),(2435,15,'2019-08-08 18:44:10','2019-08-08 23:44:10','<!-- wp:image {\"id\":2430} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BMW-CEO-Harald-Kruger-2018-1024x683.jpg\" alt=\"\" class=\"wp-image-2430\" /><figcaption>BMW chairman Harald Kruger (Photo contributed, The Detroit Bureau)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>BMW’s chairman Harald Krueger has warned the U.K.’s new Prime Minister Boris Johnson that to pursue a no deal Brexit would cause irreparable harm to the country’s car industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> “Listen to the economy and listen to the people. He needs to be in a dialogue with business. I would visit Johnson to tell him this,” said Krueger.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>Last year the BMW Group sold 2.5 million of its vehicles around the world.  Of that number 239,069 units ( BMW, Mini, Rolls Royce) were sold in the U.K. . </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>The German car maker has made it clear on several occasions that Brexit  would negatively impact its operations in the U.K. where it employs 4,500 people in its Cowley plant, to produce the Mini.</p>\n<!-- /wp:paragraph -->','No deal Brexit will hurt the car industry – BMW boss','','inherit','closed','closed','','2427-revision-v1','','','2019-08-08 18:44:10','2019-08-08 23:44:10','',2427,'https://buzz-caribbean.com/article/2427-revision-v1/',0,'revision','',0),(2436,14,'2019-08-08 18:44:36','2019-08-08 23:44:36','','Seared-Mahi-Mahi','','inherit','closed','closed','','seared-mahi-mahi','','','2019-08-08 18:44:36','2019-08-08 23:44:36','',2434,'https://buzz-caribbean.com/app/uploads/2019/08/Seared-Mahi-Mahi.jpg',0,'attachment','image/jpeg',0),(2437,14,'2019-08-08 18:45:08','2019-08-08 23:45:08','','Seared-Mahi-Mahi-1','','inherit','closed','closed','','seared-mahi-mahi-1','','','2019-08-08 18:45:08','2019-08-08 23:45:08','',2434,'https://buzz-caribbean.com/app/uploads/2019/08/Seared-Mahi-Mahi-1.jpg',0,'attachment','image/jpeg',0),(2438,9,'2019-08-08 18:45:09','2019-08-08 23:45:09','','Morant-Bay-3','','inherit','closed','closed','','morant-bay-3','','','2019-08-08 18:45:09','2019-08-08 23:45:09','',2433,'https://buzz-caribbean.com/app/uploads/2019/08/Morant-Bay-3.jpg',0,'attachment','image/jpeg',0),(2439,14,'2019-08-08 18:45:31','2019-08-08 23:45:31','','Seafood-Medley-Broth','','inherit','closed','closed','','seafood-medley-broth','','','2019-08-08 18:45:31','2019-08-08 23:45:31','',2434,'https://buzz-caribbean.com/app/uploads/2019/08/Seafood-Medley-Broth.jpg',0,'attachment','image/jpeg',0),(2440,14,'2019-08-08 18:46:08','2019-08-08 23:46:08','<!-- wp:image {\"id\":2436} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Seared-Mahi-Mahi-1024x576.jpg\" alt=\"\" class=\"wp-image-2436\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, after my happy stomach was in the ‘TGIF\nmood’ on a Wednesday after one Pina Colada, the brain thought it was a good\nidea to take an in-depth look at the menu and ask the patient waitress what was\nthe \'Soup de Jour\' (fancy way to say ‘soup of the day’). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chef Arnold obviously takes into\nconsideration the delicate whips of ocean salt that dances in the breeze when\nsitting at the restaurant as the Seafood medley Soup was light, crisp and\nperfectly balanced with mahi mahi, shrimp, green mussels &amp; veggies. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2439} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Seafood-Medley-Broth.jpg\" alt=\"\" class=\"wp-image-2439\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It wasn\'t summer yet, but Jamaica can have some oppressively hot days, which make hearty thick soup only perfect on rainy days.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As if the soup wasn\'t enough, and the\nsecond pina colada, my friend, Chef Arnold and my stomach conspired against me\nand then came the pièce de résistance. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The show-stopper was the pan seared mahi\nmahi loin. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2437} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Seared-Mahi-Mahi-1-1024x576.jpg\" alt=\"\" class=\"wp-image-2437\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A 2 1/2\" thick steak of fish perfectly\ncrusted but juicy and flavourful in the delicate folds. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was served on a bed of steamed\ncauliflower, pakchoy, zucchini, onions, broccoli &amp; cabbage in coconut milk\nwith just a dash of scotch bonnet pepper. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although scotch bonnet can give a hell of a\npunch, this dish just had enough to tease your tongue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All that goodness was topped with a fresh\nsalsa that made every bite of this dish a pleasure to eat. The textures and\nflavours in this dish surely earn #foodgasm status.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most importantly after all that fancy \'Top\nChef\' experience, my purse was pleasantly surprised that my debit card didn\'t\nrequest a sidebar convo after paying the bill. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, whether on #staycation as a local or\n#vacation as a visitor a trip down the quiet private road towards the Hermosa\nCove property is worth it for a fabulous meal any day of the week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Side note: For those who love jerked &amp; barbecued food, Saturday night is the superb night to visit Christophers for dinner. Until then do it ‘For The Love Of Food’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Story by Attalia Harriman*</em></p>\n<!-- /wp:paragraph -->','Christopher’s (Part 2): Now, we eat!','','inherit','closed','closed','','2434-revision-v1','','','2019-08-08 18:46:08','2019-08-08 23:46:08','',2434,'https://buzz-caribbean.com/article/2434-revision-v1/',0,'revision','',0),(2441,14,'2019-08-08 18:46:40','2019-08-08 23:46:40','','Pina-Colada-Menu','','inherit','closed','closed','','pina-colada-menu','','','2019-08-08 18:46:40','2019-08-08 23:46:40','',2423,'https://buzz-caribbean.com/app/uploads/2019/08/Pina-Colada-Menu.jpg',0,'attachment','image/jpeg',0),(2442,14,'2019-08-08 18:46:47','2019-08-08 23:46:47','<!-- wp:image {\"id\":2429} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Christophers-Badge.png\" alt=\"\" class=\"wp-image-2429\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The name is definitely an ode to the\nexplorer Christopher Columbus, but there is nothing mistaken about this\nrestaurant. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located at the Hermosa Cove in St. Ann, even\nthe architecture was deliberate in its appearance – seemingly taking a step\nback in time to a time of pirates and castles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2431} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/christopher-s-seaside.jpg\" alt=\"\" class=\"wp-image-2431\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Wooden floors and a breath-taking view of\nthe Caribbean Sea is enough to melt all the worries of this modern life away. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My first visit was on a whim and initially\nwith the assistance of Google Maps (bad idea). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But, after calling the office for\ndirections finding the neatly tucked away oasis was my true mission for the\nday. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you get to the security gate you will\nbe asked your purpose for visit, so it makes sense to call ahead and let them\nknow you are coming by. It just makes things easier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once you step in the dining area, the\nintoxicating of fresh bread and coffee is clearly a ploy to make you hungry.\nHats off to Christophers (neat trick).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I just wanted to see the place and maybe\nhave a cocktail. However, my stomach twisted my arm and the result was cocktails,\nsoup and a beautiful entree. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Truthfully, my ultimate test for any bar or\nrestaurant to ‘walk the walk’ that the decor and appearance talks, is a \'Pina\nColada\'. Yes, you heard me. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2441} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pina-Colada-Menu-576x1024.jpg\" alt=\"\" class=\"wp-image-2441\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Although the ingredients are simple enough\nit is one of those drinks that if fresh elements aren\'t added to will taste\nlike a mass-produced canned drink. I definitely expect that from a nice\nestablishment. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I\'m happy to report that the bar-tender did a good job and made me two Pina Coladas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Story by Attalia Harriman</em>*</p>\n<!-- /wp:paragraph -->','Christopher\'s: At Hermosa Cove','','inherit','closed','closed','','2423-revision-v1','','','2019-08-08 18:46:47','2019-08-08 23:46:47','',2423,'https://buzz-caribbean.com/article/2423-revision-v1/',0,'revision','',0),(2443,14,'2019-08-08 18:47:47','2019-08-08 23:47:47','<!-- wp:image {\"id\":2429} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Christophers-Badge.png\" alt=\"\" class=\"wp-image-2429\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The name is definitely an ode to the\nexplorer Christopher Columbus, but there is nothing mistaken about this\nrestaurant. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located at the Hermosa Cove in St. Ann, even\nthe architecture was deliberate in its appearance – seemingly taking a step\nback in time to a time of pirates and castles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2431} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/christopher-s-seaside.jpg\" alt=\"\" class=\"wp-image-2431\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Wooden floors and a breath-taking view of\nthe Caribbean Sea is enough to melt all the worries of this modern life away. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My first visit was on a whim and initially\nwith the assistance of Google Maps (bad idea). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But, after calling the office for\ndirections finding the neatly tucked away oasis was my true mission for the\nday. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you get to the security gate you will\nbe asked your purpose for visit, so it makes sense to call ahead and let them\nknow you are coming by. It just makes things easier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once you step in the dining area, the\nintoxicating of fresh bread and coffee is clearly a ploy to make you hungry.\nHats off to Christophers (neat trick).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I just wanted to see the place and maybe\nhave a cocktail. However, my stomach twisted my arm and the result was cocktails,\nsoup and a beautiful entree. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Truthfully, my ultimate test for any bar or\nrestaurant to ‘walk the walk’ that the decor and appearance talks, is a \'Pina\nColada\'. Yes, you heard me. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2441} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pina-Colada-Menu-576x1024.jpg\" alt=\"\" class=\"wp-image-2441\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Although the ingredients are simple enough\nit is one of those drinks that if fresh elements aren\'t added to will taste\nlike a mass-produced canned drink. I definitely expect that from a nice\nestablishment. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I\'m happy to report that the bar-tender did a good job and made me two Pina Coladas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Story by Attalia Harriman</em>*</p>\n<!-- /wp:paragraph -->','Christopher\'s: At Hermosa Cove (Part 1)','','inherit','closed','closed','','2423-revision-v1','','','2019-08-08 18:47:47','2019-08-08 23:47:47','',2423,'https://buzz-caribbean.com/article/2423-revision-v1/',0,'revision','',0),(2444,9,'2019-08-08 18:48:29','2019-08-08 23:48:29','<!-- wp:image {\"id\":2438} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Morant-Bay-3-1024x603.jpg\" alt=\"\" class=\"wp-image-2438\" /><figcaption> Prime Minister Andrew Holness interacts with St Thomas residents at the groundbreaking ceremony for the Morant Bay Town Centre project on June 26. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Morant Bay Town Centre development\nis generating excitement among investors and residents, based on the\nopportunity for business expansion, employment creation and economic\ntransformation of the parish of St Thomas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The $4 billion undertaking for which Prime Minister, Andrew Holness, broke ground on June 26, involves the development of an integrated industrial and commercial complex encompassing 365,000 square feet of space to house key public and private sector services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is expected to create approximately\n3,000 new jobs and generate billions in private investment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Morant Bay Town Centre will be located on the 25-acre property that was once the Goodyear factory. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It will house the St Thomas Municipal\nCorporation; a town hall; conference centre; justice square, which will include\na family court and parish court; tax office; Registrar General’s Department\n(RGD); and the Passport, Citizenship &amp; Immigration Agency (PICA). The plan\nalso includes spaces for financial institutions, food court, library,\nrecreational park, museum and an BPO facility. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project is being implemented by\nthe Factories Corporation of Jamaica (FCJ) and is scheduled for completion in\n2021.</p>\n<!-- /wp:paragraph -->','Morant Bay Town Centre project to generate billions in investment','','inherit','closed','closed','','2433-revision-v1','','','2019-08-08 18:48:29','2019-08-08 23:48:29','',2433,'https://buzz-caribbean.com/article/2433-revision-v1/',0,'revision','',0),(2445,9,'2019-08-08 18:49:18','2019-08-08 23:49:18','<!-- wp:image {\"id\":2438} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Morant-Bay-3-1024x603.jpg\" alt=\"\" class=\"wp-image-2438\" /><figcaption> Prime Minister Andrew Holness interacts with St Thomas residents at the groundbreaking ceremony for the Morant Bay Town Centre project on June 26. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Morant Bay Town Centre development\nis generating excitement among investors and residents, based on the\nopportunity for business expansion, employment creation and economic\ntransformation of the parish of St Thomas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The $4 billion undertaking for which Prime Minister Andrew Holness broke ground on June 26, involves the development of an integrated industrial and commercial complex encompassing 365,000 square feet of space to house key public and private sector services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is expected to create approximately\n3,000 new jobs and generate billions in private investment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Morant Bay Town Centre will be located on the 25-acre property that was once the Goodyear factory. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It will house the St Thomas Municipal\nCorporation; a town hall; conference centre; justice square, which will include\na family court and parish court; tax office; Registrar General’s Department\n(RGD); and the Passport, Citizenship &amp; Immigration Agency (PICA). The plan\nalso includes spaces for financial institutions, food court, library,\nrecreational park, museum and an BPO facility. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project is being implemented by\nthe Factories Corporation of Jamaica (FCJ) and is scheduled for completion in\n2021.</p>\n<!-- /wp:paragraph -->','Morant Bay Town Centre project to generate billions in investment','','inherit','closed','closed','','2433-revision-v1','','','2019-08-08 18:49:18','2019-08-08 23:49:18','',2433,'https://buzz-caribbean.com/article/2433-revision-v1/',0,'revision','',0),(2446,15,'2019-08-08 19:03:09','2019-08-09 00:03:09','<!-- wp:image {\"id\":2450} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/artificiql-intelligence-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-2450\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Can a robot replace you in your job over the next 15 years?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Are you preparing now for the next revolution in technology in the workplace?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Can your current skill sets be used in an automated world?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Artificial Intelligence (AI) expert and venture capitalist Kai Fu Lee, author of the book “AI Super Powers” is of the view that automation and AI could replace 40% of the world’s jobs by 2035.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a “60 Minutes” interview Lee said: “ AI will increasingly replace repetitive jobs, not just for blue collar work but a lot of white collar workers as well.<br> <br>“Chauffeurs, truck drivers, anyone who does driving for a living- their jobs will be disrupted more in the 15-25 year time frame. Many of the jobs that seem a little bit complex- chef, waiter, a lot of things will become automated.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the McKinsey Global Institute’s report, “ Jobs lost, jobs gained : Workforce transitions in a time of automation,” 375 million people around the world may need to change their current occupation and acquire new skills by 2030.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2451} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mckinsey-global-institute-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-2451\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The world renown consultancy firm also declared that by 2030, roughly 70 per cent of companies will have adopted at least one type of AI technology, up from 33% today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our research suggests that in 2030, the time spent using advanced technological skills will increase by 50% in the U.S. and by 41% in Europe,” declared McKinsey Global Institute’s Michael Chu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But while AI will displace many workers, many see an upside.&nbsp; Higher productivity, GDP growth and new prosperity but it will also change the skills required of human workers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Auditing powerhouse PwC is of the view that AI could contribute up to US$15.7 trillion to the global economy in 2030.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Demand for technological, social and emotional and higher cognitive skills will rise by 2030, ” declared the McKinsey report.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>McKinsey does not see AI displacing the creative occupations and sees demand for artists, designers, entertainment and media professionals thriving. It also sees demand for the services of CEOs, legislators, caregivers and psychiatrists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So what should we all be doing? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There is also a significant need for everyone to develop basic digital skills for the new age of automation. We find that among 45 skills we analysed, basic digital skills are the second fastest growing category increasing by 69% in the U.S. and by 61% in Europe,” said Chu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But while many see a bright new dawn for the way humans work, Tesla’s Elon Musk sees AI posing an existential threat to humanity, destroying communities and undermining the value of humankind with AI coming faster than previous revolutions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Will you lose your job to AI and what will you do? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do tell us at Buzz.</p>\n<!-- /wp:paragraph -->','AI to replace 40% of  global jobs in 15 years?','','publish','closed','closed','','ai-to-replace-40-of-global-jobs-in-15-years','','','2019-08-13 17:11:52','2019-08-13 22:11:52','',0,'https://buzz-caribbean.com/?p=2446',0,'post','',0),(2447,15,'2019-08-08 18:49:59','2019-08-08 23:49:59','','image','','inherit','closed','closed','','image','','','2019-08-08 18:49:59','2019-08-08 23:49:59','',2446,'https://buzz-caribbean.com/app/uploads/2019/08/image.png',0,'attachment','image/png',0),(2448,4,'2019-08-08 18:54:24','2019-08-08 23:54:24','<!-- wp:paragraph -->\n<p>Jamaicans are known to be trailblazers, a people who not only think outside the box but also often discard the box in pursuit of our passion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is exemplified by Jabulani Johnson, an engineering student at the University of Technology (UTECH), who keeps his skills sharp — literally.This native of Spanish Town, St Catherine is a master\nknife-maker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":122} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jabulani-johnson-1024x614.jpg\" alt=\"\" class=\"wp-image-122\" /><figcaption>Jabulani Johnson putting the finishing touches on one of his pieces.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Knife making is an art form from back in the days of the Japanese Samurai warriors. When the wars ended, the Samurai sword makers were soon out of business and so they started making knives instead,” Johnson told <strong>Buzz Jamaica.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Johnson is self-taught in the art of making knives. He shared\nthat in his previous career as a cook he had difficulty finding a good knife.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":121} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Knife-1024x614.jpg\" alt=\"\" class=\"wp-image-121\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p><strong><em> \"In 2017 I made my first knife. It was ugly but I loved it.\"</em></strong></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I began researching and learning for more than a year. I\nwould watch videos and fine-tune my skills and I got better and better at\nit,\" he said. \"In 2017 I made my first knife. It was ugly but I loved\nit. A chef saw it and asked where I got it and I told him I made it and he\nbought it. So I started posting pictures and people gravitated towards it and\nKarma Knives was born.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The name came about because, for him, it speaks to reaping\nwhat you put out in the universe. It takes an average of two weeks to finish a piece.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The response to his work has been good. “The first person to\nhold one of my knives was Chef Brian Lumley. I gave him two knives and he loved\nthem so much that he bought two more and then spread the word. I started\ngaining clientele from both in Jamaica and overseas so I have clients in the\nUnited States, Germany and even as far away as Australia,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":119} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/knife-1-1024x614.jpg\" alt=\"\" class=\"wp-image-119\" /><figcaption>Chef Sasha Gordon also uses Karma Knives.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To possess a basic Karma Knife, you need to shell out a\nmeagre US$150 for an 8-inch chef’s knife.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Every additional inch is an additional US$15. The most\nexpensive knife I have ever made went for US$500, which was a special\ncustomised piece. One of the last customised pieces I made was a Japanese sushi\nknife with red, green and gold in the handle. It was fun because it also\nallowed me to learn as I evolve.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":118} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Knife-cut-1024x614.jpg\" alt=\"\" class=\"wp-image-118\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Johnson has plans to have a company with employees who can\nput Jamaica on the map for producing high-quality knives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His work is already holding its own against other more\nestablished global brands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":125} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/knife-fire-1-1024x614.jpg\" alt=\"\" class=\"wp-image-125\" /><figcaption>A Karma knife being forged.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“My biggest challenge is getting some customers to appreciate what goes into making these knives. I need to start a YouTube channel so that they can see the intricate process and what exactly goes into making a Karma Knife,” he said.</p>\n<!-- /wp:paragraph -->','For this master craftsman, Karma makes for good knives','','inherit','closed','closed','','117-revision-v1','','','2019-08-08 18:54:24','2019-08-08 23:54:24','',117,'https://buzz-caribbean.com/article/117-revision-v1/',0,'revision','',0),(2449,4,'2019-08-08 18:54:31','2019-08-08 23:54:31','<!-- wp:paragraph -->\n<p>Jamaicans are known to be trailblazers, a people who not only think outside the box but also often discard the box in pursuit of our passion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is exemplified by Jabulani Johnson, an engineering student at the University of Technology (UTECH), who keeps his skills sharp — literally. This native of Spanish Town, St Catherine is a master knife-maker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":122} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jabulani-johnson-1024x614.jpg\" alt=\"\" class=\"wp-image-122\" /><figcaption>Jabulani Johnson putting the finishing touches on one of his pieces.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Knife making is an art form from back in the days of the Japanese Samurai warriors. When the wars ended, the Samurai sword makers were soon out of business and so they started making knives instead,” Johnson told <strong>Buzz Jamaica.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Johnson is self-taught in the art of making knives. He shared\nthat in his previous career as a cook he had difficulty finding a good knife.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":121} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Knife-1024x614.jpg\" alt=\"\" class=\"wp-image-121\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p><strong><em> \"In 2017 I made my first knife. It was ugly but I loved it.\"</em></strong></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I began researching and learning for more than a year. I\nwould watch videos and fine-tune my skills and I got better and better at\nit,\" he said. \"In 2017 I made my first knife. It was ugly but I loved\nit. A chef saw it and asked where I got it and I told him I made it and he\nbought it. So I started posting pictures and people gravitated towards it and\nKarma Knives was born.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The name came about because, for him, it speaks to reaping\nwhat you put out in the universe. It takes an average of two weeks to finish a piece.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The response to his work has been good. “The first person to\nhold one of my knives was Chef Brian Lumley. I gave him two knives and he loved\nthem so much that he bought two more and then spread the word. I started\ngaining clientele from both in Jamaica and overseas so I have clients in the\nUnited States, Germany and even as far away as Australia,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":119} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/knife-1-1024x614.jpg\" alt=\"\" class=\"wp-image-119\" /><figcaption>Chef Sasha Gordon also uses Karma Knives.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To possess a basic Karma Knife, you need to shell out a\nmeagre US$150 for an 8-inch chef’s knife.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Every additional inch is an additional US$15. The most\nexpensive knife I have ever made went for US$500, which was a special\ncustomised piece. One of the last customised pieces I made was a Japanese sushi\nknife with red, green and gold in the handle. It was fun because it also\nallowed me to learn as I evolve.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":118} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Knife-cut-1024x614.jpg\" alt=\"\" class=\"wp-image-118\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Johnson has plans to have a company with employees who can\nput Jamaica on the map for producing high-quality knives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His work is already holding its own against other more\nestablished global brands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":125} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/knife-fire-1-1024x614.jpg\" alt=\"\" class=\"wp-image-125\" /><figcaption>A Karma knife being forged.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“My biggest challenge is getting some customers to appreciate what goes into making these knives. I need to start a YouTube channel so that they can see the intricate process and what exactly goes into making a Karma Knife,” he said.</p>\n<!-- /wp:paragraph -->','For this master craftsman, Karma makes for good knives','','inherit','closed','closed','','117-revision-v1','','','2019-08-08 18:54:31','2019-08-08 23:54:31','',117,'https://buzz-caribbean.com/article/117-revision-v1/',0,'revision','',0),(2450,15,'2019-08-08 18:59:26','2019-08-08 23:59:26','','artificiql-intelligence-demo','','inherit','closed','closed','','artificiql-intelligence-demo','','','2019-08-08 18:59:26','2019-08-08 23:59:26','',2446,'https://buzz-caribbean.com/app/uploads/2019/08/artificiql-intelligence-demo.jpg',0,'attachment','image/jpeg',0),(2451,15,'2019-08-08 18:59:46','2019-08-08 23:59:46','','mckinsey-global-institute-demo','','inherit','closed','closed','','mckinsey-global-institute-demo','','','2019-08-08 18:59:46','2019-08-08 23:59:46','',2446,'https://buzz-caribbean.com/app/uploads/2019/08/mckinsey-global-institute-demo.jpg',0,'attachment','image/jpeg',0),(2452,15,'2019-08-08 19:03:09','2019-08-09 00:03:09','<!-- wp:image {\"id\":2450} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/artificiql-intelligence-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-2450\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Can a robot replace you in your job over the next 15 years?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Are you preparing now for the next revolution in technology in the workplace?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Can your current skill sets be used in an automated world?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Artificial Intelligence (AI) expert and venture capitalist Kai Fu Lee, author of the book “AI Super Powers” is of the view that automation and AI could replace 40% of the world’s jobs by 2035.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a “60 Minutes” interview Lee said: “ AI will increasingly replace repetitive jobs, not just for blue collar work but a lot of white collar workers as well.<br> <br>“Chauffeurs, truck drivers, anyone who does driving for a living- their jobs will be disrupted more in the 15-25 year time frame. Many of the jobs that seem a little bit complex- chef, waiter, a lot of things will become automated.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the McKinsey Global Institute’s report, “ Jobs lost, jobs gained : Workforce transitions in a time of automation,” 375 million people around the world may need to change their current occupation and acquire new skills by 2030.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2451} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mckinsey-global-institute-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-2451\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The world renown consultancy firm also declared that by 2030, roughly 70 per cent of companies will have adopted at least one type of AI technology, up from 33% today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our research suggests that in 2030, the time spent using advanced technological skills will increase by 50% in the U.S. and by 41% in Europe,” declared McKinsey Global Institute’s Michael Chu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But while AI will displace many workers, many see an upside.  Higher productivity, GDP growth and new prosperity but it will also change the skills required of human workers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Auditing powerhouse PwC is of the view that AI could contribute up to US$15.7 trillion to the global economy in 2030.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Demand for technological, social and emotional and higher cognitive skills will rise by 2030, ” declared the McKinsey report.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>McKinsey does not see AI displacing the creative occupations and sees demand for artists, designers, entertainment and media professionals thriving. It also sees demand for the services of CEOs, legislators, care givers and psychiatrists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So what should we all be doing? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There is also a significant need for everyone to develop basic digital skills for the new age of automation. We find that among 45 skills we analysed, basic digital skills are the second fastest growing category increasing by 69% in the U.S. and by 61% in Europe,” said Chu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But while many see a bright new dawn for the way humans work, Tesla’s  Elon Musk sees AI posing an existential threat to humanity, destroying communities and undermining the value of humankind with AI coming faster than previous revolutions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Will you lose your job to AI and what will you do? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do tell us at Buzz.</p>\n<!-- /wp:paragraph -->','AI to replace 40% of  global jobs in 15 years?','','inherit','closed','closed','','2446-revision-v1','','','2019-08-08 19:03:09','2019-08-09 00:03:09','',2446,'https://buzz-caribbean.com/article/2446-revision-v1/',0,'revision','',0),(2453,4,'2019-08-08 19:32:04','2019-08-09 00:32:04','<!-- wp:image {\"id\":2454} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/denise-richards.jpg\" alt=\"\" class=\"wp-image-2454\" /><figcaption>Denise Richards</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Denise Richards regrets giving her children a phone, as she can no longer \"control\" their exposure to the Internet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Real Housewives of Beverly Hills</strong> star has three daughters — Sam, 15, and Lola Rose, 14, whom she has with ex-husband Charlie Sheen, as well as eight-year-old adopted daughter Eloise — and has said if she could change one thing about her parenting strategy, she wouldn\'t give them a smartphone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It is so hard to control the internet on the phone.\"</p><cite>— Denise Richards</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She said: \"I think the biggest mistake I made as a parent was giving my kids a phone that was not a flip phone. It is so hard to control the internet on the phone. Even putting things on there to block it, it doesn\'t work, they\'re smarter than us. So if I could go back and do anything over, I would definitely not give them a phone where they have access to social media and the internet.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Denise says she gave her brood phones so they could contact her in emergencies, but couldn\'t believe it when they used the internet to discover her nude Playboy shoot, which she did in 2004 just months after giving birth to her eldest child.</p>\n<!-- /wp:paragraph -->','Real Housewives of Beverly Hills star regrets giving her kids a phone','','publish','closed','closed','','real-housewives-of-beverly-hills-star-regrets-giving-her-kids-a-phone','','','2019-08-08 19:32:04','2019-08-09 00:32:04','',0,'https://buzz-caribbean.com/?p=2453',0,'post','',0),(2454,4,'2019-08-08 19:23:19','2019-08-09 00:23:19','','denise-richards','','inherit','closed','closed','','denise-richards','','','2019-08-08 19:23:19','2019-08-09 00:23:19','',2453,'https://buzz-caribbean.com/app/uploads/2019/08/denise-richards.jpg',0,'attachment','image/jpeg',0),(2455,4,'2019-08-08 19:30:39','2019-08-09 00:30:39','<!-- wp:image {\"id\":2454} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/denise-richards.jpg\" alt=\"\" class=\"wp-image-2454\" /><figcaption>Denise Richards</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Denise Richards regrets giving her children a phone, as she can no longer \"control\" their exposure to the Internet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Real Housewives of Beverly Hills</strong> star has three daughters — Sam, 15, and Lola Rose, 14, whom she has with ex-husband Charlie Sheen, as well as eight-year-old adopted daughter Eloise — and has said if she could change one thing about her parenting strategy, she wouldn\'t give them a smartphone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It is so hard to control the internet on the phone.\"</p><cite>— Denise Richards</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She said: \"I think the biggest mistake I made as a parent was giving my kids a phone that was not a flip phone. It is so hard to control the internet on the phone. Even putting things on there to block it, it doesn\'t work, they\'re smarter than us. So if I could go back and do anything over, I would definitely not give them a phone where they have access to social media and the internet.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Denise says she gave her brood phones so they could contact her in emergencies, but couldn\'t believe it when they used the internet to discover her nude Playboy shoot, which she did in 2004 just months after giving birth to her eldest child.</p>\n<!-- /wp:paragraph -->','Real Housewives of Beverly Hills star regrets giving her kids a phone','','inherit','closed','closed','','2453-revision-v1','','','2019-08-08 19:30:39','2019-08-09 00:30:39','',2453,'https://buzz-caribbean.com/article/2453-revision-v1/',0,'revision','',0),(2456,4,'2019-08-08 22:49:45','2019-08-09 03:49:45','<!-- wp:paragraph -->\n<p>Move over Marvel Comics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Local comic book creators Racquel Reid-Grandison and husband\nHenry Grandison are looking to make their mark on the genre. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pair unveiled the comic book, <strong>MaroonBlack </strong>during the recent AnimeCom Fest in St Andrew. The book was\nalso launched as a webcomic at <a href=\"https://maroonblack.net/\" target=\"_blank\" rel=\"noreferrer noopener\">https://maroonblack.net</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":371} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-issue-1-1024x550.jpg\" alt=\"\" class=\"wp-image-371\" /><figcaption>A selection from MaroonBlack.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reid-Grandison is one of the rare females in the profession worldwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I hope that this project will be received well by readers\nand inspire more Jamaicans to create comics using our culture. I also hope that\nthis would lead to the development of the comic book industry here in the Caribbean,” said Reid-Grandison, who is also an educator.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":375} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-3-1024x522.jpg\" alt=\"\" class=\"wp-image-375\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said: “I have always had an interest in comics from an\nearly age. In 2007, my husband, who was just a friend at the time, was creating\nhis comic and I went on as his writer. <strong>MaroonBlack</strong>\nis the first one I wrote.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The book taps into local lore for a Jamaican take on the\nsuperhero.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":373} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-issue-2-1024x818.jpg\" alt=\"\" class=\"wp-image-373\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It is an action-packed, thrilling adventure of the lives of\nmembers of a group called Maroonblack. It is set in Jamaica and thus\nincorporating the different landmarks in Jamaica. Characters from our culture\nand folklore are used to enhance the plot in creative ways.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Early versions of the comic have already drawn professional accolades. It was part of the first issue of local comic book anthology series i-Land Chronicles. The artwork of her husband earned a 2<sup>nd</sup> place award for Best Character at creative industry conference KingstOOn in 2016.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reid-Grandison previously collaborated with her husband for <strong>Trapped: Shawn’s Story</strong>, which was\ncommissioned by The National Taskforce Against Trafficking in Persons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The couple’s next project is based on a national hero and\nwill be available soon.</p>\n<!-- /wp:paragraph -->','Here\'s one for you comic book fans','','inherit','closed','closed','','368-revision-v1','','','2019-08-08 22:49:45','2019-08-09 03:49:45','',368,'https://buzz-caribbean.com/article/368-revision-v1/',0,'revision','',0),(2457,11,'2019-08-09 09:26:51','2019-08-09 14:26:51','<!-- wp:paragraph -->\n<p>What would happen if you met a great man who opens your car door, lends you his phone to make calls, introduces you to his family and friends and pays you unsolicited compliments unsolicited? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4128} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/affection-couple-BUZZ-1024x707.jpg\" alt=\"\" class=\"wp-image-4128\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You are over-the-moon happy and can see the relationship progressing to the next level but there is just one tiny problem: Him nuh cute! Not cute at all...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In fact, that may be putting it mildly as he has a face best seen through Snapchat filters. So now you have a dilemma. Do you seek love or are his physical features more important? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2461} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Beauty-and-the-Beast-1024x496.jpg\" alt=\"\" class=\"wp-image-2461\" /><figcaption>Can you look beyond his unattractiveness to find your Prince Charming?</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>No matter the era, the socio-economic background, the ethnicity, religious or political status, it is a question that will always be relevant. Centuries ago, females had little or no choice in the matter. Many were forced into arranged marriages with wrinkled and shrivelled men sometimes three times their age as a ‘good marriage’ was seen as one that preserved wealth, pedigree and an impeccable bloodline. Love and attraction were not even on the table.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>What we get at first glance is just an impression, not the sum total of the person.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In earlier days, some young girls were taught by their mothers to marry the men who loved them and not the men they loved as that guaranteed that they would never have their hearts broken. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2464} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/heartbreak.jpg\" alt=\"\" class=\"wp-image-2464\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, even if the man had the striking features of Quasimodo, was cross-eyed or if his teeth were leaning towards fifty shades of yellow, they should just work with it and put on a smile. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2466} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Quasimodo-1024x586.jpg\" alt=\"\" class=\"wp-image-2466\" /><figcaption>Quasimodo from The Hunchback of Notre Dame</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This piece of advice is particularly hard to swallow if as a teen, you stocked up on Harlequin romance books and Mills and Boon novels, which gave a false sense of what is an acceptable male partner. We read about hard, chiselled bodies and faces like Greek Gods, which may have actually ruined us for the average Joe. So are we letting good men slip through our fingers because of our rose-tinted glasses?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2469} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Man-With-Chiselled-Abs-1024x678.jpg\" alt=\"\" class=\"wp-image-2469\" /><figcaption>Were women lured into making unreasonably high expectations of what Mr Right should look like?</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While good looks do go a far way in making a good\nfirst impression, in the end, what we get at first glance is just an\nimpression, not the sum total of the person. If we are totally honest with\nourselves as women, many of the men we\'ve dated in the past, who were\ngood-looking, turned out to be the biggest jerks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Good looks build self-assurance and self-esteem and that is always a great quality in both young males and females.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>There are several reasons good looks are important – listed among them is to sell magazines and fuel beauty contests. It also breathes life into the fashion industry and if we are totally honest, nobody wants to be greeted by a receptionist who is hard to look at. Good looks build self-assurance and self-esteem and that is always a great quality in both young males and females.&nbsp; The problem begins, however, when that is the only attribute that is lauded or considered valuable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2470,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Male-Magazine.jpg\" alt=\"\" class=\"wp-image-2470\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We can concede that it is ultimately easier to look at a pretty face but what happens when all someone has to go is that face? Is it enough to establish and build a relationship? If this was really so, why then do pretty women or handsome men get cheated on or why do their partners get bored after discovering that they bring nothing else to the table? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2471} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/arguing-couple.jpg\" alt=\"\" class=\"wp-image-2471\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It would seem then, that being beautiful does not solve all of life’s problems. It certainly will not stop them from ageing. This is where life finally begins to evenly distribute some of its harshest favours, as sagging skin, age spots, varicose veins and wrinkles are equal opportunity haters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4129} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Aging-1024x856.jpg\" alt=\"\" class=\"wp-image-4129\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Additionally, beauty cannot mask idiocy, a nasty streak, cruelty, shallowness, insensitivity or just a foul character. Therefore, when you strip away the layers of a human being, what is left should be someone you want to come home to each day because their inner being is warm and welcoming. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>A person\'s character should always trump cuteness.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As you grow older you will no longer care that he was not 6-feet tall and needed braces in high school or that his nose still takes up half his face. It has become a face that you\'ve grown to love because every morning he makes you smile.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Beauty fades but stupid lasts forever!” </p><cite>Judge Judy</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>For anyone with half a brain and an average IQ, a person\'s character should always trump cuteness, as only babies and puppies should be considered cute. You cannot build a relationship on how cute a guy is, because if he has no job, no bank account, no place to live, has ten children with seven baby mammas and a prison record longer than Andrew Holness’ cut stone wall, he is not that cute anymore! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4130,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Holness-Wall.jpg\" alt=\"\" class=\"wp-image-4130\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Character and personality should be more valuable because as TV’s Judge Judy always states, “Beauty fades but stupid lasts forever!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What matters more to you when choosing a partner? Looks or personality?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell us at <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','Looks or personality …do we have to choose?','','publish','open','closed','','looks-or-personality-do-we-have-to-choose','','','2019-08-15 09:03:11','2019-08-15 14:03:11','',0,'https://buzz-caribbean.com/?p=2457',0,'post','',0),(2458,15,'2019-08-09 09:16:03','2019-08-09 14:16:03','<!-- wp:image {\"id\":3719} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/alicia-burke-pulse-buzz-2-1-1024x672.jpg\" alt=\"\" class=\"wp-image-3719\" /><figcaption>Rising Pulse talent and Jamaica\'s very own Alicia Burke (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican model Alicia Burke is now one of the top 50 highest-earning models in the world, according to models.com.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Coming out of Pulse Model Agency, founded and headed by Kingsley Cooper, Alicia Burke comes from Bullet Tree district in Old Harbour. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She is a former student of the Vere Technical High School in Clarendon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Alicia was discovered by Pulse, participating in Caribbean Model Search (CMS) and went on to win Pulse\'s CMS Reality TV Show.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beginning her career in 2016, she has now moved from models.com\'s \" Hot List\" to the \" High Earner List\". </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3724} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/alicia-burke-pulse-buzz-3-1024x683.jpg\" alt=\"\" class=\"wp-image-3724\" /><figcaption>Behind the scenes at Ralph Lauren. Alicia Burke (left) who opened the FW collections is joined backstage by models Jourdana Phllips (centre) and Kendall Jenner (right) (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Burke is the first Jamaican model to make the top group of earners in the global modelling industry since the \"money girls\" ranking was instituted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Of Alicia, models.com said: \"Caribbean export Alicia Burke continues to mesmerise industry shot callers leading her poised prettiness, to being tapped for Meisel-lensed Ralph Lauren campaigns.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Beauty clients from Bobbi Brown and Gucci to Nars and Tom Ford show her broad appeal. Laura Mercier for Fall 2018 adds another top beauty brand to Alicia\'s roster,\" models.com added.</p>\n<!-- /wp:paragraph -->','Jamaica\'s Alicia Burke is one of the world\'s top earning models','','publish','closed','closed','','jamaicas-alicia-burke-is-one-of-the-worldd-top-earning-models','','','2019-08-14 20:58:04','2019-08-15 01:58:04','',0,'https://buzz-caribbean.com/?p=2458',0,'post','',0),(2459,13,'2019-08-09 08:49:25','2019-08-09 13:49:25','','Worship Feast','','inherit','closed','closed','','worship-feast-2','','','2019-08-09 08:49:25','2019-08-09 13:49:25','',1662,'https://buzz-caribbean.com/app/uploads/2019/08/worship-feast-1.jpg',0,'attachment','image/jpeg',0),(2461,11,'2019-08-09 09:07:37','2019-08-09 14:07:37','','Beauty-and-the-Beast','','inherit','closed','closed','','beauty-and-the-beast','','','2019-08-09 09:07:37','2019-08-09 14:07:37','',2457,'https://buzz-caribbean.com/app/uploads/2019/08/Beauty-and-the-Beast.jpg',0,'attachment','image/jpeg',0),(2462,15,'2019-08-09 09:09:12','2019-08-09 14:09:12','','Pulse-Supermodel-Alicia-Burke-for-Ralph-Laurens-Iconic-campaign','','inherit','closed','closed','','pulse-supermodel-alicia-burke-for-ralph-laurens-iconic-campaign','','','2019-08-09 09:09:12','2019-08-09 14:09:12','',2458,'https://buzz-caribbean.com/app/uploads/2019/08/Pulse-Supermodel-Alicia-Burke-for-Ralph-Laurens-Iconic-campaign.jpg',0,'attachment','image/jpeg',0),(2463,15,'2019-08-09 09:10:07','2019-08-09 14:10:07','','Pulse-Supermodel-Alicia-Burke-takes-a-call-ahead-of-a-luncheon-in-her-honour-in-the-lobby-of-Pulse-Rooms-at-Trafalgar','','inherit','closed','closed','','pulse-supermodel-alicia-burke-takes-a-call-ahead-of-a-luncheon-in-her-honour-in-the-lobby-of-pulse-rooms-at-trafalgar','','','2019-08-09 09:10:07','2019-08-09 14:10:07','',2458,'https://buzz-caribbean.com/app/uploads/2019/08/Pulse-Supermodel-Alicia-Burke-takes-a-call-ahead-of-a-luncheon-in-her-honour-in-the-lobby-of-Pulse-Rooms-at-Trafalgar.jpg',0,'attachment','image/jpeg',0),(2464,11,'2019-08-09 09:12:55','2019-08-09 14:12:55','','heartbreak','','inherit','closed','closed','','heartbreak','','','2019-08-09 09:12:55','2019-08-09 14:12:55','',2457,'https://buzz-caribbean.com/app/uploads/2019/08/heartbreak.jpg',0,'attachment','image/jpeg',0),(2465,15,'2019-08-09 09:13:25','2019-08-09 14:13:25','','Alicia-Burke-Vogue-Cover','','inherit','closed','closed','','alicia-burke-vogue-cover','','','2019-08-09 09:13:25','2019-08-09 14:13:25','',2458,'https://buzz-caribbean.com/app/uploads/2019/08/Alicia-Burke-Vogue-Cover.jpg',0,'attachment','image/jpeg',0),(2466,11,'2019-08-09 09:14:05','2019-08-09 14:14:05','','Quasimodo','','inherit','closed','closed','','quasimodo','','','2019-08-09 09:14:05','2019-08-09 14:14:05','',2457,'https://buzz-caribbean.com/app/uploads/2019/08/Quasimodo.jpg',0,'attachment','image/jpeg',0),(2467,15,'2019-08-09 09:14:33','2019-08-09 14:14:33','','Pulse-Supermodel-Alicia-Burke-in-Ralph-Lauren-campaign','','inherit','closed','closed','','pulse-supermodel-alicia-burke-in-ralph-lauren-campaign','','','2019-08-09 09:14:33','2019-08-09 14:14:33','',2458,'https://buzz-caribbean.com/app/uploads/2019/08/Pulse-Supermodel-Alicia-Burke-in-Ralph-Lauren-campaign.jpg',0,'attachment','image/jpeg',0),(2468,15,'2019-08-09 09:15:30','2019-08-09 14:15:30','<!-- wp:image {\"id\":2462} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pulse-Supermodel-Alicia-Burke-for-Ralph-Laurens-Iconic-campaign-935x1024.jpg\" alt=\"\" class=\"wp-image-2462\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br><br><br><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jamaican model Alicia Burke is now one of the top 50 highest earning models in the world according to models.com.<br><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2463} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pulse-Supermodel-Alicia-Burke-takes-a-call-ahead-of-a-luncheon-in-her-honour-in-the-lobby-of-Pulse-Rooms-at-Trafalgar-683x1024.jpg\" alt=\"\" class=\"wp-image-2463\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Coming out of Pulse Model Agency, founded and headed by Kingsley Cooper, Alicia Burke comes from Bullet Tree district in Old Harbour. She is a former student of Vere Technical High School.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Alicia was discovered by Pulse, participating in Caribbean Model Search (CMS) and went on to win Pulse\'s CMS Reality TV Show.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2465} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Alicia-Burke-Vogue-Cover-1024x496.jpg\" alt=\"\" class=\"wp-image-2465\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br><br>Beginning her career in 2016, she has now moved from models.com\'s \" Hot List\" to the \" High Earner List\". She is the first Jamaican model to make the top group of earners in the global modelling industry since the \" money girls\" ranking was instituted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2467} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pulse-Supermodel-Alicia-Burke-in-Ralph-Lauren-campaign-1024x691.jpg\" alt=\"\" class=\"wp-image-2467\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>Of Alicia, models.com said: \" Caribbean export Alicia Burke continues to mesmorise industry shot callers leading her poised prettiness to being tapped for Meisel-lensed Ralph Lauren campaigns.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Beauty clients from Bobbi Brown and Gucci to Nars and Tom Ford show her broad appeal. Laura Mercier for Fall 2018 adds another top beauty brand to Alicia\'s roster.\"<br><br><br></p>\n<!-- /wp:paragraph -->','Jamaica\'s Alicia Burke is one of the world\'d top earning models','','inherit','closed','closed','','2458-revision-v1','','','2019-08-09 09:15:30','2019-08-09 14:15:30','',2458,'https://buzz-caribbean.com/article/2458-revision-v1/',0,'revision','',0),(2469,11,'2019-08-09 09:15:55','2019-08-09 14:15:55','','Man-With-Chiselled-Abs','','inherit','closed','closed','','man-with-chiselled-abs','','','2019-08-09 09:15:55','2019-08-09 14:15:55','',2457,'https://buzz-caribbean.com/app/uploads/2019/08/Man-With-Chiselled-Abs.jpg',0,'attachment','image/jpeg',0),(2470,11,'2019-08-09 09:18:55','2019-08-09 14:18:55','','Male-Magazine','','inherit','closed','closed','','male-magazine','','','2019-08-09 09:18:55','2019-08-09 14:18:55','',2457,'https://buzz-caribbean.com/app/uploads/2019/08/Male-Magazine.jpg',0,'attachment','image/jpeg',0),(2471,11,'2019-08-09 09:23:18','2019-08-09 14:23:18','','arguing-couple','','inherit','closed','closed','','arguing-couple','','','2019-08-09 09:23:18','2019-08-09 14:23:18','',2457,'https://buzz-caribbean.com/app/uploads/2019/08/arguing-couple.jpg',0,'attachment','image/jpeg',0),(2472,11,'2019-08-09 09:26:51','2019-08-09 14:26:51','<!-- wp:paragraph -->\n<p>What would happen if you met a great man who opens your car door, lends you his phone to make calls, introduces you to his family and friends and pays you unsolicited compliments unsolicited? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You are over-the-moon happy and can see the relationship progressing to the next level but there is just one tiny problem: Him nuh cute! Not cute at all...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In fact, that may be putting it mildly as he has a face best seen through Snapchat filters. So now you have a dilemma. Do you seek love or are his physical features more important? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2461} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Beauty-and-the-Beast-1024x496.jpg\" alt=\"\" class=\"wp-image-2461\" /><figcaption>Can you look beyond his unattractiveness to find your Prince Charming?</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>No matter the era, the socio-economic background, the ethnicity, religious or political status, it is a question that will always be relevant. Centuries ago, females had little or no choice in the matter. Many were forced into arranged marriages with wrinkled and shrivelled men sometimes three times their age as a ‘good marriage’ was seen as one that preserved wealth, pedigree and an impeccable bloodline. Love and attraction were not even on the table.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>What we get at first glance is just an impression, not the sum total of the person.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In earlier days, some young girls were taught by their mothers to marry the men who loved them and not the men they loved as that guaranteed that they would never have their hearts broken. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2464} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/heartbreak.jpg\" alt=\"\" class=\"wp-image-2464\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, even if the man had the striking features of Quasimodo, was cross-eyed or if his teeth were leaning towards fifty shades of yellow, they should just work with it and put on a smile. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2466} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Quasimodo-1024x586.jpg\" alt=\"\" class=\"wp-image-2466\" /><figcaption>Quasimodo from The Hunchback of Notre Dame</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This piece of advice is particularly hard to swallow if as a teen, you stocked up on Harlequin romance books and Mills and Boon novels, which gave a false sense of what is an acceptable male partner. We read about hard, chiselled bodies and faces like Greek Gods, which may have actually ruined us for the average Joe. So are we letting good men slip through our fingers because of our rose-tinted glasses?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2469} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Man-With-Chiselled-Abs-1024x678.jpg\" alt=\"\" class=\"wp-image-2469\" /><figcaption>Were women lured into making unreasonably high expectations of what Mr Right should look like?</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While good looks do go a far way in making a good\nfirst impression, in the end, what we get at first glance is just an\nimpression, not the sum total of the person. If we are totally honest with\nourselves as women, many of the men we\'ve dated in the past, who were\ngood-looking, turned out to be the biggest jerks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Good looks build self-assurance and self-esteem and that is always a great quality in both young males and females.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>There are several reasons good looks are important – listed among them is to sell magazines and fuel beauty contests. It also breathes life into the fashion industry and if we are totally honest, nobody wants to be greeted by a receptionist who is hard to look at. Good looks build self-assurance and self-esteem and that is always a great quality in both young males and females.  The problem begins, however, when that is the only attribute that is lauded or considered valuable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2470,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Male-Magazine.jpg\" alt=\"\" class=\"wp-image-2470\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We can concede that it is ultimately easier to look at a pretty face but what happens when all someone has going is that face? Is it enough to establish and build a relationship? If this was really so, why then do pretty women or handsome men get cheated on or why do their partners get bored after discovering that they bring nothing else to the table? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2471} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/arguing-couple.jpg\" alt=\"\" class=\"wp-image-2471\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It would seem then, that being beautiful does not solve all of life’s problems. It certainly will not stop them from ageing. This is where life finally begins to evenly distribute some of its harshest favours, as sagging skin, age spots, varicose veins and wrinkles are equal opportunity haters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additionally, beauty cannot mask idiocy, a nasty streak, cruelty, shallowness, insensitivity or just a foul character. Therefore, when you strip away the layers of a human being, what is left should be someone you want to come home to each day because their inner being is warm and welcoming. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>A person\'s character should always trump cuteness.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As you grow older you will no longer care that he was not 6-feet tall and needed braces in high school or that his nose still takes up half his face. It has become a face that you\'ve grown to love because every morning he makes you smile.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Beauty fades but stupid lasts forever!” </p><cite>Judge Judy</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>For anyone with half a brain and an average IQ, a person\'s character should always trump cuteness, as only babies and puppies should be considered cute. You cannot build a relationship on how cute a guy is, because if he has no job, no bank account, no place to live, has ten children with seven baby mammas and a prison record longer than Andrew Holness’ cut stone wall, he is not that cute anymore! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Character and personality should be more valuable because as TV’s Judge Judy always states, “Beauty fades but stupid lasts forever!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What matters more to you when choosing a partner? Looks or personality?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell us at <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','Looks or personality …do we have to choose?','','inherit','closed','closed','','2457-revision-v1','','','2019-08-09 09:26:51','2019-08-09 14:26:51','',2457,'https://buzz-caribbean.com/article/2457-revision-v1/',0,'revision','',0),(2473,21,'2019-08-14 18:50:48','2019-08-14 23:50:48','<!-- wp:paragraph -->\n<p>Men with big feet ... they have big pockets! They are also said to have something else that is oversized and that usually get women scrutinising the male mid-section with blatant curiosity. As long as there\'s been storytelling, there\'s been the tale that men with big feet have large penises, hence those who sport shoe size eleven or larger can be seen strutting around like peacocks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2474} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Big-Feet.jpg\" alt=\"\" class=\"wp-image-2474\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Well according to the measuring tape, the claims of ‘big feet, big meat’ do not measure up to the findings of countless urologists who bravely go where angels fear to tread. They explore the regions of the male anatomy and have concluded that there is little empirical evidence to support the supposed foot-penis size connection. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2476,\"align\":\"center\",\"width\":455,\"height\":313} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/False.png\" alt=\"\" class=\"wp-image-2476\" width=\"455\" height=\"313\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In 1993 two Canadian doctors measured the height, foot size and penile length of 63 men. The correlation was founded to be pretty weak. Later, the researchers, who won the 1998 Nobel Prize for the study, shared that trying to predict penis size based on a man’s foot was a lesson in futility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Once again the link was not supported by the research. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A few years later Korean researchers tried their hands at seeing if the myth matched the mathematics and measured the length and circumference of 655 Korean men’s flaccid penises, as well as the size of their feet, length of their toes and fingers, the sizes of their ears, mouth and even the amount of hair on their heads. Talk about being thorough! Once again the link was not supported by the research. Sad news for some 655 men!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2477} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Measuring-Tape-1024x683.jpg\" alt=\"\" class=\"wp-image-2477\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Another study conducted by the\nUniversity College London published in the British Journal of Urology\nInternational determined that there is no link between penis size and shoe\nsize. They observed 104 patients, men of all ages, at the London urology clinic.\nResearchers measured the length of a flaccid penis when stretched and later\nrecorded their shoe size. No match. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> In general, men have a penis size that is proportionate to their overall body structure. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>There is no hard (all puns intended!) and fast rule about penis size. You cannot look at a man’s feet, his ears, length of his arm from his wrist to his elbow and know if he is packing. None of that is a determinant as to whether he can walk on three legs or two. In general, men have a penis size that is proportionate to their overall body structure. Even so, there is no set rule to ‘dick determination’, &nbsp;plus one’s genetic makeup or DNA is another big factor so all those men who are wearing shoes bigger than their feet to impress the ladies, the jig is up and you can stop now.</p>\n<!-- /wp:paragraph -->','Men with big feet…','','publish','closed','closed','','men-with-big-feet','','','2019-08-16 12:08:05','2019-08-16 17:08:05','',0,'https://buzz-caribbean.com/?p=2473',0,'post','',0),(2474,11,'2019-08-09 09:33:48','2019-08-09 14:33:48','','Big-Feet','','inherit','closed','closed','','big-feet','','','2019-08-09 09:33:48','2019-08-09 14:33:48','',2473,'https://buzz-caribbean.com/app/uploads/2019/08/Big-Feet.jpg',0,'attachment','image/jpeg',0),(2475,11,'2019-08-09 09:36:43','2019-08-09 14:36:43','','False','','inherit','closed','closed','','false','','','2019-08-09 09:36:43','2019-08-09 14:36:43','',2473,'https://buzz-caribbean.com/app/uploads/2019/08/False.jpg',0,'attachment','image/jpeg',0),(2476,11,'2019-08-09 09:39:35','2019-08-09 14:39:35','','False','','inherit','closed','closed','','false-2','','','2019-08-09 09:39:35','2019-08-09 14:39:35','',2473,'https://buzz-caribbean.com/app/uploads/2019/08/False.png',0,'attachment','image/png',0),(2477,11,'2019-08-09 09:48:44','2019-08-09 14:48:44','','Measuring-Tape','','inherit','closed','closed','','measuring-tape','','','2019-08-09 09:48:44','2019-08-09 14:48:44','',2473,'https://buzz-caribbean.com/app/uploads/2019/08/Measuring-Tape.jpg',0,'attachment','image/jpeg',0),(2478,11,'2019-08-09 09:50:48','2019-08-09 14:50:48','<!-- wp:paragraph -->\n<p>….they have big pockets! They are also said to have something else that is oversized and that usually get women scrutinising the male mid-section with blatant curiosity. As long as there\'s been storytelling, there\'s been the tale that men with big feet have large penises, hence those who sport shoe size eleven or larger can be seen strutting around like peacocks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2474} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Big-Feet.jpg\" alt=\"\" class=\"wp-image-2474\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Well according to the measuring tape, the claims of ‘big feet, big meat’ do not measure up to the findings of countless urologists who bravely go where angels fear to tread. They explore the regions of the male anatomy and have concluded that there is little empirical evidence to support the supposed foot-penis size connection. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2476,\"align\":\"center\",\"width\":455,\"height\":313} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/False.png\" alt=\"\" class=\"wp-image-2476\" width=\"455\" height=\"313\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In 1993 two Canadian doctors measured the height, foot size and penile length of 63 men. The correlation was founded to be pretty weak. Later, the researchers, who won the 1998 Nobel Prize for the study, shared that trying to predict penis size based on a man’s foot was a lesson in futility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Once again the link was not supported by the research. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A few years later Korean researchers tried their hands at seeing if the myth matched the mathematics and measured the length and circumference of 655 Korean men’s flaccid penises, as well as the size of their feet, length of their toes and fingers, the sizes of their ears, mouth and even the amount of hair on their heads. Talk about being thorough! Once again the link was not supported by the research. Sad news for some 655 men!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2477} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Measuring-Tape-1024x683.jpg\" alt=\"\" class=\"wp-image-2477\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Another study conducted by the\nUniversity College London published in the British Journal of Urology\nInternational determined that there is no link between penis size and shoe\nsize. They observed 104 patients, men of all ages, at the London urology clinic.\nResearchers measured the length of a flaccid penis when stretched and later\nrecorded their shoe size. No match. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> In general, men have a penis size that is proportionate to their overall body structure. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>There is no hard (all puns intended!) and fast rule about penis size. You cannot look at a man’s feet, his ears, length of his arm from his wrist to his elbow and know if he is packing. None of that is a determinant as to whether he can walk on three legs or two. In general, men have a penis size that is proportionate to their overall body structure. Even so, there is no set rule to ‘dick determination’,  plus one’s genetic makeup or DNA is another big factor so all those men who are wearing shoes bigger than their feet to impress the ladies, the jig is up and you can stop now.</p>\n<!-- /wp:paragraph -->','Men with big feet…','','inherit','closed','closed','','2473-revision-v1','','','2019-08-09 09:50:48','2019-08-09 14:50:48','',2473,'https://buzz-caribbean.com/article/2473-revision-v1/',0,'revision','',0),(2479,11,'2019-08-09 10:09:41','2019-08-09 15:09:41','<!-- wp:paragraph -->\n<p>It was coming to the end of summer and Jenise’s friend Kim* had invited her out for dinner at Chilitos. It was all she could think about, she was excited - probably a little too much. To be honest, it wasn’t every day that she was invited to hang out with her friends. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jenise Reece is a 20-year-old living with mild cerebral palsy and in her eyes, she is one of an unknown number of Jamaicans who are treated differently because of having a disability. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>CP as her condition is often called, is defined by the <em>Cerebral Palsy Organization of Jamaica</em> as any one of several neurological disorders that appears in a person’s infancy or early childhood. It permanently affects body movement and muscle coordination but doesn’t get worse over time. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>CP is a physical condition, caused when there is abnormal development of the brain. This abnormal development then affects the motor area of the brain that directs muscle movement.&nbsp;&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yet, despite having CP,  Reece tries to live a normal life.&nbsp; Just like any other child, Reece attended Primary and Secondary Schools. She has never thought of herself as being different and as such, she decided to pursue a degree in Integrated Marketing Communications (IMC); and now, in her second year at The University of the West Indies, Reece is still defying the odds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After a little drive from Portmore, where Reece lives, she arrived in Half Way Tree. However, there was now a slight problem. The student buses she took during the school year were unavailable. This only meant one thing - she would have to do the one thing she hated doing the most. She would have to take a taxi. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The thought of that made her so anxious and the thought of the outcome made her worry. For Reece and many other’s with Cerebral Palsy, there are side effects such as one-foot lagging behind the other, lack of muscle coordination, anxiety and crossed eyes. The first made it difficult for Reece to sit in or get out of a car and what often heightened the pressure was the impatience of the taxi drivers. Today was different though because this time she had gotten into the taxi without a fuss.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She was relieved, no excited, or maybe a mixture of both. Everything was going right. Nothing could spoil the day. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The drive to the University’s back gate was not a long one and when she arrived all she could think about was how she would safely get out of the taxi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She was seated at the extreme left of the car and could get out through that door. That seemed like the safer option but there was another problem. Her left side was her weaker side and if she proceeded to use that side it would have been a long and painful exit. So, right door it was. The right door was towards the road, making this a very bad idea. However, she took a deep breath and without further thinking, she opened.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What happened next was scary, humiliating and very sad. It wasn’t new though. It was the truth through her eyes of how people with disabilities, especially those without a physical marker, were treated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Without giving a warning the taxi driver blurted at her. His words were like a sword, cutting deep. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Seconds later she was shouting back at him. He threw expletives at her, forcing tears to well up in her eyes. His ability to not observe did not leave with him and she stood there, attracting the eyes of all who passed by. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>She thought as everyone else did...had burning desires to fulfil hopes and dreams. She wasn’t at all different.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Reece explained that she could recall many other instances on and off the University’s campus that people would hiss or murmur rude comments at her. The truth is they didn’t know something was wrong because they couldn’t see it. Sometimes they assumed that she was just too slow and those who realized something was wrong often thought of her as being different. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She thought as everyone else did, she got good grades, participated in co-curricular activities and had burning desires to fulfil hopes and dreams. She wasn’t at all different.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has dreams of becoming a Jane of the IMC trade. She wants to advocate for those with disabilities and become a mentor for those who just aren’t as strong as she is.&nbsp; She wants to travel the Spanish-speaking world to build her fluency in Spanish. She wants to make a positive impact on the world. She wants to be seen as normal because she, like many others, are no different.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She wiped her tears and told herself something she believed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Si que puedo” she said “si que puedo”. This means ‘yes I can’.</p>\n<!-- /wp:paragraph -->','CP - the Condition that Pushes','','private','closed','closed','','cp-the-condition-that-pushes','','','2019-08-15 08:05:35','2019-08-15 13:05:35','',0,'https://buzz-caribbean.com/?p=2479',0,'post','',0),(2480,9,'2019-08-09 10:09:41','2019-08-09 15:09:41','<!-- wp:image {\"id\":2481} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tifanny-haddish.jpg\" alt=\"\" class=\"wp-image-2481\" /><figcaption> Tiffany Haddish says she is still single. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tiffany Haddish is hoping John Mayer\'s dating advice will bag her a date with New York Yankees baseball player Giancarlo Stanton.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'Girls Trip\' star is currently single and revealed the \'Gravity\' musician - who has previously romanced the likes of Katy Perry, Taylor Swift and Jennifer Aniston - told her the best way to get noticed by someone in the public eye is to say she is dating them in interviews.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When asked how her dating life is going on \'The Late Show with Stephen Colbert\', she said: \"I\'ve been talking with a lot of people, you know.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I\'ve been getting relationship advice since the last time I was here. John Mayer has been giving me relationship advice.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The host replied: \"He\'s had a few relationships.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"He (John Mayer) said if there\'s somebody that I like that\'s in the eye of the public, I should ... when I\'m doing interviews, say that I\'m seeing that person.\"</p><cite> — Tiffany Haddish </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The 39-year-old star then quipped that she is finding comfort in her blanket in the bedroom.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She laughed: \"I still have the weighted blanket.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And asked what the specific advice was from John, she shared: \"He said if there\'s somebody that I like that\'s in the eye of the public, I should ... when I\'m doing interviews, say that I\'m seeing that person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"And then the media will do a side-by-side of us and then the guy will see and then he\'ll be like, \'Oh, she\'s kinda cute. I mean, I\'m not hooking up with her but I could hook up with her.\'\"<br><br></p>\n<!-- /wp:paragraph -->','Tiffany Haddish gets dating advice from John Mayer','','publish','closed','closed','','tiffany-haddish-gets-dating-advice-from-john-mayer','','','2019-08-12 14:53:18','2019-08-12 19:53:18','',0,'https://buzz-caribbean.com/?p=2480',0,'post','',0),(2481,9,'2019-08-09 10:05:15','2019-08-09 15:05:15','','tifanny-haddish','','inherit','closed','closed','','tifanny-haddish','','','2019-08-09 10:05:15','2019-08-09 15:05:15','',2480,'https://buzz-caribbean.com/app/uploads/2019/08/tifanny-haddish.jpg',0,'attachment','image/jpeg',0),(2482,11,'2019-08-09 10:07:36','2019-08-09 15:07:36','','Cerebral Palsy','','inherit','closed','closed','','cerebral-palsy','','','2019-08-09 10:07:36','2019-08-09 15:07:36','',2479,'https://buzz-caribbean.com/app/uploads/2019/08/Cerebral-Palsy.jpg',0,'attachment','image/jpeg',0),(2483,9,'2019-08-09 10:09:19','2019-08-09 15:09:19','<!-- wp:image {\"id\":2481} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tifanny-haddish.jpg\" alt=\"\" class=\"wp-image-2481\" /><figcaption> Tiffany Haddish says she is still single. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tiffany Haddish is hoping John Mayer\'s dating advice will bag her a date with New York Yankees baseball player Giancarlo Stanton.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'Girls Trip\' star is currently single and revealed the \'Gravity\' musician - who has previously romanced the likes of Katy Perry, Taylor Swift and Jennifer Aniston - told her the best way to get noticed by someone in the public eye is to say she is dating them in interviews. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When asked how her dating life is going on \'The Late Show with Stephen Colbert\', she said: \"I\'ve been talking with a lot of people, you know.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I\'ve been getting relationship advice since the last time I was here. John Mayer has been giving me relationship advice.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The host replied: \"He\'s had a few relationships.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"He (John Mayer) said if there\'s somebody that I like that\'s in the eye of the public, I should ... when I\'m doing interviews, say that I\'m seeing that person.\"</p><cite>-  Tiffany Haddish </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The 39-year-old star then quipped that she is finding comfort in her blanket in the bedroom.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She laughed: \"I still have the weighted blanket.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And asked what the specific advice was from John, she shared: \"He said if there\'s somebody that I like that\'s in the eye of the public, I should ... when I\'m doing interviews, say that I\'m seeing that person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"And then the media will do a side-by-side of us and then the guy will see and then he\'ll be like, \'Oh, she\'s kinda cute. I mean, I\'m not hooking up with her but I could hook up with her.\'\"<br><br></p>\n<!-- /wp:paragraph -->','Tiffany Haddish gets dating advice from John Mayer','','inherit','closed','closed','','2480-revision-v1','','','2019-08-09 10:09:19','2019-08-09 15:09:19','',2480,'https://buzz-caribbean.com/article/2480-revision-v1/',0,'revision','',0),(2484,11,'2019-08-09 10:09:41','2019-08-09 15:09:41','<!-- wp:paragraph -->\n<p>It was coming to the end of summer and Jenise’s friend Kim* had invited her out for dinner at Chilitos. It was all she could think about, she was excited - probably a little too much. To be honest, it wasn’t every day that she was invited to hang out with her friends. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jenise Reece is a 20-year-old living with mild cerebral palsy and in her eyes, she is one of an unknown number of Jamaicans who are treated differently because of having a disability. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>CP as her condition is often called, is defined by the <em>Cerebral Palsy Organization of Jamaica</em> as any one of several neurological disorders that appears in a person’s infancy or early childhood. It permanently affects body movement and muscle coordination but doesn’t get worse over time. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>CP is a physical condition, caused when there is abnormal development of the brain. This abnormal development then affects the motor area of the brain that directs muscle movement.   </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yet, despite having CP,  Reece tries to live a normal life.  Just like any other child, Reece attended Primary and Secondary Schools. She has never thought of herself as being different and as such, she decided to pursue a degree in Integrated Marketing Communications (IMC); and now, in her second year at The University of the West Indies, Reece is still defying the odds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After a little drive from Portmore, where Reece lives, she arrived in Half Way Tree. However, there was now a slight problem. The student buses she took during the school year were unavailable. This only meant one thing - she would have to do the one thing she hated doing the most. She would have to take a taxi. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The thought of that made her so anxious and the thought of the outcome made her worry. For Reece and many other’s with Cerebral Palsy, there are side effects such as one-foot lagging behind the other, lack of muscle coordination, anxiety and crossed eyes. The first made it difficult for Reece to sit in or get out of a car and what often heightened the pressure was the impatience of the taxi drivers. Today was different though because this time she had gotten into the taxi without a fuss.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She was relieved, no excited, or maybe a mixture of both. Everything was going right. Nothing could spoil the day. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The drive to the University’s back gate was not a long one and when she arrived all she could think about was how she would safely get out of the taxi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She was seated at the extreme left of the car and could get out through that door. That seemed like the safer option but there was another problem. Her left side was her weaker side and if she proceeded to use that side it would have been a long and painful exit. So, right door it was. The right door was towards the road, making this a very bad idea. However, she took a deep breath and without further thinking, she opened.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What happened next was scary, humiliating and very sad. It wasn’t new though. It was the truth through her eyes of how people with disabilities, especially those without a physical marker, were treated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Without giving a warning the taxi driver blurted at her. His words were like a sword, cutting deep. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Seconds later she was shouting back at him. He threw expletives at her, forcing tears to well up in her eyes. His ability to not observe did not leave with him and she stood there, attracting the eyes of all who passed by. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>She thought as everyone else did...had burning desires to fulfil hopes and dreams. She wasn’t at all different.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Reece explained that she could recall many other instances on and off the University’s campus that people would hiss or murmur rude comments at her. The truth is they didn’t know something was wrong because they couldn’t see it. Sometimes they assumed that she was just too slow and those who realized something was wrong often thought of her as being different. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She thought as everyone else did, she got good grades, participated in co-curricular activities and had burning desires to fulfil hopes and dreams. She wasn’t at all different.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has dreams of becoming a Jane of the IMC trade. She wants to advocate for those with disabilities and become a mentor for those who just aren’t as strong as she is.  She wants to travel the Spanish-speaking world to build her fluency in Spanish. She wants to make a positive impact on the world. She wants to be seen as normal because she, like many others, are no different.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She wiped her tears and told herself something she believed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Si que puedo” she said “si que puedo”. This means ‘yes I can’.</p>\n<!-- /wp:paragraph -->','CP - the Condition that Pushes','','inherit','closed','closed','','2479-revision-v1','','','2019-08-09 10:09:41','2019-08-09 15:09:41','',2479,'https://buzz-caribbean.com/article/2479-revision-v1/',0,'revision','',0),(2485,21,'2019-08-09 11:23:32','2019-08-09 16:23:32','<!-- wp:paragraph -->\n<p>So your baby bird is finally ready to fly the nest and you want to make the transition into independence as seamless as possible. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2491} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Child-Going-Off-To-College-1024x576.jpg\" alt=\"\" class=\"wp-image-2491\" /><figcaption>Sending your \"little one\" off to college can be a very emotional experience.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If they are going to live on campus in a dormitory there are few things to consider when making life easier for everyone involved<strong>. </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>The Dos</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Apply early for single-sex dorm rooms</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you want your little angel to be on a single-sex dorm you have to put in that request early, otherwise, you will get stuck with whatever is left. Aside from the obvious issue with sexual intercourse, co-ed dorms also tend to be noisy and rambunctious because they usually have more parties than the single-sex ones do. Since you sent your child to get an education and not to be caught up in partying, do your homework.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Get to know the roommates in shared living spaces.</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If they will be sharing a room, check out the possible candidates for roommates. If you have certain religious beliefs and practices, ensure that this is communicated right off the bat to avoid awkwardness and/or later confrontation. Keep the lines of communication open from the start - makes for a more comfortable shared experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> Walk with your essentials.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Do not take it for granted that everything you need will be in the room. You will need a bedside lamp, alarm clock, storage bins and a drying rack for laundry among other stuff. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"align\":\"left\"} -->\n<h5 style=\"text-align:left\"> When you do visit carry fruits and not junk food. </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Remember the ‘freshman fifteen” is real and the last thing you need to promote is more bad habits. Some college students pack on at least 15 pounds in their first year away from home as they have less access to cooked meals. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>The Dont’s</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Try not to be a stalker.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Do not make friends with their roommate or bribe the person across the hall just so that he or she can give you information about their activities. When they find out and they will, they will not trust you and will be even more reluctant to share things with you that may actually be important. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> Do not give them an unlimited credit card.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Talk about a recipe for disaster. Peer pressure and the need to fit in with new friends can lead to them making silly choices and you do not want to be left holding the bag (or the debt) afterwards.&nbsp; Instead of a credit card, add a certain amount of funds to their main account at stipulated times for them to live off. This will also teach them money management.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Do not call them every hour of the day.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In fact, do not call them for the first 24 hours. They are spreading their wings now. Let them fly. Let them be. If there was an emergency they would have let you know. Fall back.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Any important tips you think we missed? Let us know at <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','College Dorms: The dos and dont\'s for easy living','','publish','open','closed','','college-dorms-the-dos-and-donts-for-easy-living','','','2019-08-15 08:39:37','2019-08-15 13:39:37','',0,'https://buzz-caribbean.com/?p=2485',0,'post','',0),(2487,21,'2019-08-09 10:45:36','2019-08-09 15:45:36','<!-- wp:image {\"id\":2489} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chabad-1024x768.jpg\" alt=\"\" class=\"wp-image-2489\" /><figcaption>  Chabad Kosher Hot Spot offers a wide variety of Middle Eastern foods. <br>(Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Montego Bay may not be widely known\nfor variety when it comes to food options, but if you look closely there are more\nthan enough eateries to provide alternatives. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such place is Chabad Kosher Hot\nSpot. The Jewish restaurant is located on Jimmy Cliff Boulevard in the city,\nand it is set on giving Montegonians a middle eastern taste that is not the\nusual fare in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2488} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chabad-A-1024x768.jpg\" alt=\"\" class=\"wp-image-2488\" /><figcaption> One of the popular dishes at Chabad Kosher Hot Spot is falafel comb served with fries. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Its location is quite pronounced, as\nit sits across the road from the famous Margaritaville. And patrons who are\ncurious enough to pass through its doors can choose from a variety of authentic\nJewish meals with the most popular being the falafel. The dishes at Chabad\nKosher Hot Spot are mostly vegetarian, and persons are usually enticed by the\nsweet aroma as the meals are prepared and served.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The restaurant also serves as an\ninformation centre, as persons can buy books and other materials. In addition,\nthose who visit the location can also use the opportunity to interact with the welcoming\nmembers of the Jewish community who might be present there. </p>\n<!-- /wp:paragraph -->','Montego Bay gets a taste of \'kosher\'','','publish','closed','closed','','montego-bay-gets-a-taste-of-jewish-foods','','','2019-08-15 11:12:13','2019-08-15 16:12:13','',0,'https://buzz-caribbean.com/?p=2487',0,'post','',0),(2488,9,'2019-08-09 10:30:33','2019-08-09 15:30:33','','chabad-A','','inherit','closed','closed','','chabad-a','','','2019-08-09 10:30:33','2019-08-09 15:30:33','',2487,'https://buzz-caribbean.com/app/uploads/2019/08/chabad-A.jpg',0,'attachment','image/jpeg',0),(2489,9,'2019-08-09 10:30:47','2019-08-09 15:30:47','','chabad','','inherit','closed','closed','','chabad','','','2019-08-09 10:30:47','2019-08-09 15:30:47','',2487,'https://buzz-caribbean.com/app/uploads/2019/08/chabad.jpg',0,'attachment','image/jpeg',0),(2490,9,'2019-08-09 10:45:06','2019-08-09 15:45:06','<!-- wp:image {\"id\":2488} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chabad-A-1024x768.jpg\" alt=\"\" class=\"wp-image-2488\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Montego Bay may not be widely known\nfor variety when it comes to food options, but if you look closely there are more\nthan enough eateries to provide alternatives. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such place is Chabad Kosher Hot\nSpot. The Jewish restaurant is located on Jimmy Cliff Boulevard in the city,\nand it is set on giving Montegonians a middle eastern taste that is not the\nusual fare in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2489} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chabad-1024x768.jpg\" alt=\"\" class=\"wp-image-2489\" /><figcaption>  Chabad Kosher Hot Spot offers a wide variety of Middle Eastern foods. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Its location is quite pronounced, as\nit sits across the road from the famous Margaritaville. And patrons who are\ncurious enough to pass through its doors can choose from a variety of authentic\nJewish meals with the most popular being the falafel. The dishes at Chabad\nKosher Hot Spot are mostly vegetarian, and persons are usually enticed by the\nsweet aroma as the meals are prepared and served.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The restaurant also serves as an\ninformation centre, as persons can buy books and other materials. In addition,\nthose who visit the location can also use the opportunity to interact with the welcoming\nmembers of the Jewish community who might be present there. </p>\n<!-- /wp:paragraph -->','Montego Bay gets a taste of Jewish foods','','inherit','closed','closed','','2487-revision-v1','','','2019-08-09 10:45:06','2019-08-09 15:45:06','',2487,'https://buzz-caribbean.com/article/2487-revision-v1/',0,'revision','',0),(2491,11,'2019-08-09 10:48:11','2019-08-09 15:48:11','','Image:','Mother hugging teenage son as he packs for college','inherit','closed','closed','','image-2','','','2019-08-09 10:48:11','2019-08-09 15:48:11','',2485,'https://buzz-caribbean.com/app/uploads/2019/08/Child-Going-Off-To-College.jpg',0,'attachment','image/jpeg',0),(2492,21,'2019-08-09 10:56:56','2019-08-09 15:56:56','<!-- wp:image {\"id\":2493} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/french-montana.jpg\" alt=\"\" class=\"wp-image-2493\" /><figcaption>French Montana is now in legal troubles after his dog allegedly attacked a man.  <p> </p></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>French Montana has been sued over a \"vicious\" dog attack.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 34-year-old rapper is the subject of a new lawsuit after Daniel Banuelos, who installed a security camera system at French\'s Calabasas home, alleged that his German Shepherd Zane \"violently attacked and viciously\" bit him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Blast</strong> reports that the alleged incident occurred in August 2017, and Banuelos says French was aware of the aggressive nature of his canine companion.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Banuelos is seeking damages for the \"severe and permanent mental, emotional and psychological injuries\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In his lawsuit, he said that Zane was kept for \"guarding the premises\" and that French \"encouraged the dog\'s aggressive and vicious nature in order to make the dog a greater risk and threat to intruders.\"&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also alleges that the rapper failed to \"leash, tether, chain or muzzle\" the dog to prevent an attack.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Banuelos is seeking damages for the \"severe and permanent mental, emotional and psychological injuries,\" he allegedly incurred.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is also suing for time he claims he missed from work and permanent scarring he allegedly suffered during the attack.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is not the first time French has been sued over Zane.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year, the rapper landed in legal trouble after the dog allegedly \"went off\" for no reason in May 2017 and left French\'s pool cleaner Juan Lomeli with bloody puncture wounds in his arm.&nbsp;<br><br></p>\n<!-- /wp:paragraph -->','French Montana being sued over \'vicious\' dog attack','','publish','closed','closed','','french-montana-being-sued-over-vicious-dog-attack','','','2019-08-13 14:54:13','2019-08-13 19:54:13','',0,'https://buzz-caribbean.com/?p=2492',0,'post','',0),(2493,9,'2019-08-09 10:51:56','2019-08-09 15:51:56','','French Montana, the rumoured boyfriend of Khloe Kardashian, is spotted arriving at LAX Airport in Los Angeles, CA','French Montana, the rumoured boyfriend of Khloe Kardashian, is spotted arriving at LAX Airport in Los Angeles, CA.\n<P>\nPictured: French Montana\n<P><B>Ref: SPL899900  261114  </B><BR />\nPicture by: Chessa /London Entertainment/Splash News<BR />\n</P>\n<P><B>Splash News and Pictures</B><BR />\nLos Angeles:	310-821-2666<BR />\nNew York:	212-619-2666<BR />\nLondon:	870-934-2666<BR />\nphotodesk@splashnews.com<BR />\n</P>','inherit','closed','closed','','french-montana-the-rumoured-boyfriend-of-khloe-kardashian-is-spotted-arriving-at-lax-airport-in-los-angeles-ca','','','2019-08-09 10:55:14','2019-08-09 15:55:14','',2492,'https://buzz-caribbean.com/app/uploads/2019/08/french-montana.jpg',0,'attachment','image/jpeg',0),(2494,9,'2019-08-09 10:56:19','2019-08-09 15:56:19','<!-- wp:image {\"id\":2493} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/french-montana.jpg\" alt=\"\" class=\"wp-image-2493\" /><figcaption>French Montana is now in legal troubles after his dog allegedly attacked a man.  <p> </p></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>French Montana has been sued over a \"vicious\" dog attack. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 34-year-old rapper is the subject of a new lawsuit after Daniel Banuelos, who installed a security camera system at French\'s Calabasas home, alleged that his German Shepherd Zane \"violently attacked and viciously\" bit him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Blast</strong> reports that the alleged incident occurred in August 2017, and Banuelos says French was aware of the aggressive nature of his canine companion. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Banuelos is seeking damages for the \"severe and permanent mental, emotional and psychological injuries\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In his lawsuit, he said that Zane was kept for \"guarding the premises\" and that French \"encouraged the dog\'s aggressive and vicious nature in order to make the dog a greater risk and threat to intruders.\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also alleges that the rapper failed to \"leash, tether, chain or muzzle\" the dog to prevent an attack. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Banuelos is seeking damages for the \"severe and permanent mental, emotional and psychological injuries,\" he allegedly incurred. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is also suing for time he claims he missed from work and permanent scarring he allegedly suffered during the attack. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is not the first time French has been sued over Zane. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year, the rapper landed in legal trouble after the dog allegedly \"went off\" for no reason in May 2017 and left French\'s pool cleaner Juan Lomeli with bloody puncture wounds in his arm. <br><br></p>\n<!-- /wp:paragraph -->','French Montana being sued over \'vicious\' dog attack','','inherit','closed','closed','','2492-revision-v1','','','2019-08-09 10:56:19','2019-08-09 15:56:19','',2492,'https://buzz-caribbean.com/article/2492-revision-v1/',0,'revision','',0),(2495,21,'2019-08-09 11:08:10','2019-08-09 16:08:10','<!-- wp:image {\"id\":2496} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/eye-screening-mobay-1024x683.jpg\" alt=\"\" class=\"wp-image-2496\" /><figcaption> President of the Lions Club of Montego Bay, O\'Neil Daley (centre), observes as Stephanie Schumacher (left) from the Volunteer Optometric Services to Humanity (VOSH) performs an eye examination on Hubert Cummings in July.  (Photos: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>About 120 St James residents have\nbenefited from free cataract surgeries performed by ophthalmologists attached\nto Canada Vision Care (CVC) and the United States-based Hawaiian Eye\nFoundation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The surgeries were conducted in July at the Community Vision Centre of Excellence Clinic at Albion Road, Montego Bay. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The visit of the 18-member medical team was made possible through a partnership between the international charities and the Lions Club of Montego Bay. Pre and post-screening care were provided by local nurses and representatives from Volunteer Optometric Services to Humanity (VOSH). Several patients with vision impairment also received reading glasses and bifocal and progressive lenses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2497} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/eye-screening-mobay-B.jpg\" alt=\"\" class=\"wp-image-2497\" /><figcaption> Cataract surgeon, Ophthalmologist and President of the Hawaiian Eye Foundation, Dr. Jeff Rutgard (seated), performs a cataract removal surgery on a patient during a medical mission by ophthalmologists from the United States-based charity and Canada Vision Care (CVC) at the Community Vision Centre of Excellence Clinic on Albion Road, St. James, in July. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>President of the Lions Club of Montego\nBay, O’Neil Daley, said that the mission was in keeping with the club’s mandate\nto make a difference in the lives of those who are less fortunate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is one of the mandates of Lions\nClub International’s SightFirst programme… to improve the sight of persons and\nprovide quality eye care,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','More than 100 St James residents get free cataract surgeries','','publish','closed','closed','','more-than-100-st-james-residents-get-free-cataract-surgeries','','','2019-08-13 14:54:05','2019-08-13 19:54:05','',0,'https://buzz-caribbean.com/?p=2495',0,'post','',0),(2496,9,'2019-08-09 11:02:08','2019-08-09 16:02:08','','eye-screening-mobay','','inherit','closed','closed','','eye-screening-mobay','','','2019-08-09 11:02:08','2019-08-09 16:02:08','',2495,'https://buzz-caribbean.com/app/uploads/2019/08/eye-screening-mobay.jpg',0,'attachment','image/jpeg',0),(2497,9,'2019-08-09 11:05:07','2019-08-09 16:05:07','','eye-screening-mobay-B','','inherit','closed','closed','','eye-screening-mobay-b','','','2019-08-09 11:05:07','2019-08-09 16:05:07','',2495,'https://buzz-caribbean.com/app/uploads/2019/08/eye-screening-mobay-B.jpg',0,'attachment','image/jpeg',0),(2498,9,'2019-08-09 11:07:41','2019-08-09 16:07:41','<!-- wp:image {\"id\":2496} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/eye-screening-mobay-1024x683.jpg\" alt=\"\" class=\"wp-image-2496\" /><figcaption> President of the Lions Club of Montego Bay, O\'Neil Daley (centre), observes as Stephanie Schumacher (left) from the Volunteer Optometric Services to Humanity (VOSH) performs an eye examination on Hubert Cummings in July. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>About 120 St James residents have\nbenefited from free cataract surgeries performed by ophthalmologists attached\nto Canada Vision Care (CVC) and the United States-based Hawaiian Eye\nFoundation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The surgeries were conducted in July at\nthe Community Vision Centre of Excellence Clinic at Albion Road, Montego Bay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The visit of the 18-member medical team was made possible through a partnership between the international charities and the Lions Club of Montego Bay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pre and post-screening care were\nprovided by local nurses and representatives from Volunteer Optometric Services\nto Humanity (VOSH).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2497} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/eye-screening-mobay-B.jpg\" alt=\"\" class=\"wp-image-2497\" /><figcaption> Cataract surgeon, Ophthalmologist and President of the Hawaiian Eye Foundation, Dr. Jeff Rutgard (seated), performs a cataract removal surgery on a patient during a medical mission by ophthalmologists from the United States-based charity and Canada Vision Care (CVC) at the Community Vision Centre of Excellence Clinic on Albion Road, St. James, in July. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Several patients with vision impairment also received reading glasses and bifocal and progressive lenses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>President of the Lions Club of Montego\nBay, O’Neil Daley, said that the mission was in keeping with the club’s mandate\nto make a difference in the lives of those who are less fortunate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is one of the mandates of Lions\nClub International’s SightFirst programme… to improve the sight of persons and\nprovide quality eye care,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that the club has been\nworking with local partners, including the Ministry of Health &amp; Wellness,\nto identify individuals with the greatest need.</p>\n<!-- /wp:paragraph -->','More than 100 St James residents get free cataract surgeries','','inherit','closed','closed','','2495-revision-v1','','','2019-08-09 11:07:41','2019-08-09 16:07:41','',2495,'https://buzz-caribbean.com/article/2495-revision-v1/',0,'revision','',0),(2499,0,'2019-08-09 11:59:28','0000-00-00 00:00:00','<!-- wp:paragraph -->\n<p>Finance </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Ministry of Labour and Social Security, Securities and Settlement Officer','','draft','closed','closed','','ministry-of-labour-and-social-security-securities-and-settlement-officer-2499','','','2019-08-09 11:59:28','2019-08-09 16:59:28','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=2499',0,'job','',0),(2500,11,'2019-08-09 11:23:32','2019-08-09 16:23:32','<!-- wp:paragraph -->\n<p>So your baby bird is finally ready to fly the nest and you want to make the transition into independence as seamless as possible. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2491} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Child-Going-Off-To-College-1024x576.jpg\" alt=\"\" class=\"wp-image-2491\" /><figcaption>Sending your \"little one\" off to college can be a very emotional experience.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If they are going to live on campus in a dormitory there are few things to consider when making life easier for everyone involved<strong>. </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>The Dos</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Apply early for single-sex dorm rooms</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you want your little angel to be on a single-sex dorm you have to put in that request early, otherwise, you will get stuck with whatever is left. Aside from the obvious issue with sexual intercourse, co-ed dorms also tend to be noisy and rambunctious because they usually have more parties than the single-sex ones do. Since you sent your child to get an education and not to be caught up in partying, do your homework.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Get to know the roommates in shared living spaces.</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If they will be sharing a room, check out the possible candidates for roommates. If you have certain religious beliefs and practices, ensure that this is communicated right off the bat to avoid awkwardness and/or later confrontation. Keep the lines of communication open from the start - makes for a more comfortable shared experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> Walk with your essentials.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Do not take it for granted that everything you need will be in the room. You will need a bedside lamp, alarm clock, storage bins and a drying rack for laundry among other stuff. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"align\":\"left\"} -->\n<h5 style=\"text-align:left\"> When you do visit carry fruits and not junk food. </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Remember the ‘freshman fifteen” is real and the last thing you need to promote is more bad habits. Some college students pack on at least 15 pounds in their first year away from home as they have less access to cooked meals. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>The Dont’s</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Try not to be a stalker.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Do not make friends with their roommate or bribe the person across the hall just so that he or she can give you information about their activities. When they find out and they will, they will not trust you and will be even more reluctant to share things with you that may actually be important. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> Do not give them an unlimited credit card.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Talk about a recipe for disaster. Peer pressure and the need to fit in with new friends can lead to them making silly choices and you do not want to be left holding the bag (or the debt) afterwards.  Instead of a credit card, add a certain amount of funds to their main account at stipulated times for them to live off. This will also teach them money management.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Do not call them every hour of the day.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In fact, do not call them for the first 24 hours. They are spreading their wings now. Let them fly. Let them be. If there was an emergency they would have let you know. Fall back.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Any important tips you think we missed? Let us know at <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->','College Dorms – the dos and dont\'s for easy living','','inherit','closed','closed','','2485-revision-v1','','','2019-08-09 11:23:32','2019-08-09 16:23:32','',2485,'https://buzz-caribbean.com/article/2485-revision-v1/',0,'revision','',0),(2501,21,'2019-08-09 12:22:14','2019-08-09 17:22:14','<!-- wp:paragraph -->\n<p>Once you have a smartphone you are guaranteed to see things on your device that may leave you scratching your head. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In today’s world of catchphrases and gimmicks, literally, anything can generate enough attention to have a following. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Jamaica, just think of ‘<a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=6HakzX_sac4\" target=\"_blank\">Cliftwang</a>’, ‘<a href=\"https://www.youtube.com/watch?v=L4XT9JKJnn8\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Tutty Gran Rosie</a>’, “<a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=eEvxmmUzIhU\" target=\"_blank\">Kissable lips Barbara</a>” and more recently \"<a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=Q9Lsf3wKyHc\" target=\"_blank\">Mackerel</a>\" and ‘<a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=-aM7CiKrUmY\" target=\"_blank\">Candy Bady</a>”. All it took was one line that was dramatic or funny for their words to go viral and memes immortalised their faces forever.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The surprising thing is none of the aforementioned individuals initially imagined just how far-reaching their words would be, but once they became a confirmed staple on social media, they rode the wave of popularity better than the Wilmot kids on a surfboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most hope to one day transition from just social media likes and shares to mainstream popularity which would mean booking gigs, getting endorsements and even commercial deals. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most have some degree of success as Rosie ‘performed’ at Sting, Clifftwang got a onetime contract with LIME while recently Mackerel went on tour to Canada, the UK and Antigua among other interesting places declaring just how comfortable ‘people man’ was. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0PRItJA6mY/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0PRItJA6mY/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>However, most of it is not sustainable as a \'one-slogan\' or \'catchphrase\' does not a career make, even though today, quite a bit of what passes for artistic expression is questionable. Many have had their thirty seconds of fame and have gone right back to everyday hustling and living.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Why? Because Jamaica does not operate like America does for the most part. In the United States, a hairstylist made a sex tape and it led to the long-running reality series ‘Keeping up with the Kardashians’. That would not happen on this island because we embarrass, not embolden people when they have their ‘oops’ moments. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2540} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Keeping-Up-With-the-Kardashians.jpg\" alt=\"\" class=\"wp-image-2540\" /><figcaption>KEEPING UP WITH THE KARDASHIANS now in its sixteenth season on E! (Photo by: Miller Mobley/E! Entertainment)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Case in point: two local female television hosts who were caught in different compromising sexual situations. The response? Fire them and pretend that they no longer existed. If they were overseas, they would have been paid for an exposé story and given their own spin-off show. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The world of entertainment in Jamaica is very fickle. Today you are hot and hype, tomorrow people will say ‘who?’ It is very hard to sustain something as fleeting as fame if there was no real substance behind it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the individual is not a bonafide dancer, comedian, singer, artist, stylist or designer, the fame will be short-lived as they don\'t have the requisite talent to back up the newfound popularity. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Indeed, even some with talent, our insta-famous stars have become ‘has-beens’ in no time, because social media is always ready to move on to the next sensation and allot them their thirty seconds to shine. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.youtube.com/watch?v=-aM7CiKrUmY\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Can I get a wow</a>?</p>\n<!-- /wp:paragraph -->','Being ‘insta-famous’ – is it real fame?','','publish','closed','closed','','being-insta-famous-is-it-real-fame','','','2019-08-15 11:29:37','2019-08-15 16:29:37','',0,'https://buzz-caribbean.com/?p=2501',0,'post','',0),(2503,4,'2019-08-09 12:02:58','2019-08-09 17:02:58','<!-- wp:paragraph -->\n<p>Leslie Jones will film her Netflix special in Washington D.C. but has banned its most famous resident, President Donald Trump, from attending.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2504} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/leslie-jones.jpg\" alt=\"\" class=\"wp-image-2504\" /><figcaption>Leslie Jones </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Ghostbusters </strong>actress is to host her first Netflix stand-up special in Washington D.C. and though she thinks the city has \"one of the best comic crowds\", she doesn\'t want its most famous resident to be in the crowd.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Asked by talk show host Jimmy Kimmel if she\'d invite the US leader and his family to the show, she said, \"Hell, no!\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"You are banned. Period. You are banned from my life.\"</p><cite>— Leslie Jones</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Addressing the president directly, she added: \"I hope you show up so I can talk bad about your ass! Don\'t you show up. You are banned. Period. You are banned from my life.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 51-year-old star is thrilled to be going back to her stand-up roots. Leslie is currently coming up with titles for the show, which will launch globally on Netflix in 2020.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—</em></strong> Story by</p>\n<!-- /wp:paragraph -->','Leslie Jones bans Donald Trump from Netflix special','','publish','closed','closed','','leslie-jones-bans-donald-trump-from-netflix-special','','','2019-08-14 20:57:46','2019-08-15 01:57:46','',0,'https://buzz-caribbean.com/?p=2503',0,'post','',0),(2504,4,'2019-08-09 11:39:34','2019-08-09 16:39:34','','\"Ghostbusters\" Los Angeles Premiere','arriving to the \"Ghostbusters\" Los Angeles Premiere held at the Chinese Theatre in Hollywood, CA.\n<P>\nPictured: Leslie Jones\n<B>Ref: SPL1316098  100716  </B><BR />\nPicture by: Nate Beckett / Splash News<BR />\n</P><P>\n<B>Splash News and Pictures</B><BR />\nLos Angeles:	310-821-2666<BR />\nNew York:	212-619-2666<BR />\nLondon:	870-934-2666<BR />\nphotodesk@splashnews.com<BR />\n</P>','inherit','closed','closed','','ghostbusters-los-angeles-premiere','','','2019-08-09 11:55:35','2019-08-09 16:55:35','',2503,'https://buzz-caribbean.com/app/uploads/2019/08/leslie-jones.jpg',0,'attachment','image/jpeg',0),(2505,4,'2019-08-09 11:41:40','2019-08-09 16:41:40','<!-- wp:paragraph -->\n<p>Leslie Jones will film her Netflix special in Washington D.C. but has banned its most famous resident, President Donald Trump, from attending.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Leslie Jones has \"banned\" President Donald Trump from her comedy shows.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2504} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/leslie-jones.jpg\" alt=\"\" class=\"wp-image-2504\" /><figcaption>Leslie Jones arriving at the Ghostbusters Los Angeles Premiere held at th<br><p> </p></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> The <strong>Ghostbusters </strong>actress is to host her first Netflix stand-up special in Washington D.C. and though she thinks the city has \"one of the best comic crowds\", she doesn\'t want its most famous resident to be in the crowd.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nAsked by talk show host Jimmy Kimmel if she\'d invite the US leader and his family to the show, she said: \"Hell, no!\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nAddressing the president directly, she added: \"I hope you show up so I can talk bad about your ass!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n\"Don\'t you show up. You are banned. Period. You are banned from my life.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nThe 51-year-old star is thrilled to be going back to her stand-up roots.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nShe said: \"I am doing a Netflix special. So ya\'ll finally get to see what I really do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n\"I mean, it\'s great to be an actress but I\'m actually a stand-up, hardcore. That\'s what pay the bills.\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nLeslie is currently coming up with titles for the show, which will launch globally on Netflix in 2020.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nShe said: \"I\'m playing with titles because the material is so close to me. It\'s going to be so good!\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nLeslie is very busy at the moment as she was recently announced to be joining the cast of \'Coming 2 America\' - the sequel to 1988 Eddie Murphy classic \'Coming to America\' - alongside Kiki Layne and Wesley Snipes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nAccording to The Hollywood Reporter, Kiki will play the daughter of Murphy\'s character Prince Akeem, who is \"burdened with feeling like she is the son her father never had\", while Leslie\'s role is being kept under wraps. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nIn the sequel, Murphy is to reprise his role as Prince Akeem, a prince from the fictional African nation of Zamunda who travels to New York to try to escape an arranged marriage and find a wife. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nThe new film - which will see Arsenio Hall return as Akeem\'s best friend - follows the prince as he returns to the US to try to track down his long-lost son, Lavelle, who grew up in Queens in New York.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nThe quest to find his son is wish of his dying father, who will once again be played by James Earl Jones. </p>\n<!-- /wp:paragraph -->','Leslie Jones bans Donald Trump from Netflix special','','inherit','closed','closed','','2503-revision-v1','','','2019-08-09 11:41:40','2019-08-09 16:41:40','',2503,'https://buzz-caribbean.com/article/2503-revision-v1/',0,'revision','',0),(2506,14,'2019-08-14 18:20:03','2019-08-14 23:20:03','<!-- wp:image {\"id\":2541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-2541\" /><figcaption>Stredic Thompson (left) and his son, Matthew are at the helm of Journey\'s End Wines. (Photos: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In 2018, Stredic Thompson bought a company from a returning Jamaican couple, deciding he\'d pursue his passion for making wines. These days, he and his son, Matthew, are surprising taste buds with their amazing line of fine wines. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We love the quality and look Journey’s End produces, and we said we would take this brand and make it an international brand,” said Stredic Thompson, who is the managing director of Journey’s End Wines. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2528} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-1-1024x579.jpg\" alt=\"\" class=\"wp-image-2528\" /><figcaption>All 10 variations of Jamaica-made Flavour of the Past wines.  (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Since their journey began, the pair has been moving full-steam ahead to boost the local perception of quality-made wines under the brand Flavours of the Past. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Wine is something that is very palatable, and there was something else that attracted us to wine,” Thompson told<strong> BUZZ</strong>. “Jamaica has a national dish, a national fruit – there’s no national wine, and we thought Flavours of the Past could become the national wine.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong><em>Journey’s End is a unique skillset wherein we make the finest wine from Jamaican fruit,</em></strong>\"</p><cite>— Stredic Thompson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Flavours of the Past now has 10 flavours - soursop, honey-orange, ackee, pimento berry, pineapple, passion fruit, ginger, sorrel, noni and sugarcane.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thompson told <strong><em>BUZZ</em></strong> that new flavours will be rolled out in the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Moringa wine will be launched in another few months. There are other ideas we have: starfruit, mango, otaheite apple. We can be as creative as we want with wines,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See our gallery below with the full product line!</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"2516\",\"2518\",\"2519\",\"2520\",\"2521\",\"2522\",\"2523\",\"2524\",\"2525\",\"2526\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-19.jpg\" alt=\"\" data-id=\"2516\" data-link=\"https://buzz-caribbean.com/?attachment_id=2516\" class=\"wp-image-2516\" /><figcaption>Jamaican Passion fruit wine</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-18.jpg\" alt=\"\" data-id=\"2518\" data-link=\"https://buzz-caribbean.com/?attachment_id=2518\" class=\"wp-image-2518\" /><figcaption>The widely popular Jamaican Soursop wine </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-17.jpg\" alt=\"\" data-id=\"2519\" data-link=\"https://buzz-caribbean.com/?attachment_id=2519\" class=\"wp-image-2519\" /><figcaption>Bet you didn\'t know Jamaican Ackee wine was a thing?! </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-16.jpg\" alt=\"\" data-id=\"2520\" data-link=\"https://buzz-caribbean.com/?attachment_id=2520\" class=\"wp-image-2520\" /><figcaption>Pimento. Berry. Wine. Enough said. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-15.jpg\" alt=\"\" data-id=\"2521\" data-link=\"https://buzz-caribbean.com/?attachment_id=2521\" class=\"wp-image-2521\" /><figcaption>Flavours of the Past offering a new twist to the traditional Jamaican Ginger wine.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-14.jpg\" alt=\"\" data-id=\"2522\" data-link=\"https://buzz-caribbean.com/?attachment_id=2522\" class=\"wp-image-2522\" /><figcaption>\'Pine time\'!</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-13.jpg\" alt=\"\" data-id=\"2523\" data-link=\"https://buzz-caribbean.com/?attachment_id=2523\" class=\"wp-image-2523\" /><figcaption>Another big hit is the Jamaican Noni wine! </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-12.jpg\" alt=\"\" data-id=\"2524\" data-link=\"https://buzz-caribbean.com/?attachment_id=2524\" class=\"wp-image-2524\" /><figcaption>The mother of rum, Jamaican Sugar Cane, as a wine...hmmm </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-11.jpg\" alt=\"\" data-id=\"2525\" data-link=\"https://buzz-caribbean.com/?attachment_id=2525\" class=\"wp-image-2525\" /><figcaption>Sorrel with wine, sorrel with rum or Jamaican Sorrel Wine? You choose! </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-10.jpg\" alt=\"\" data-id=\"2526\" data-link=\"https://buzz-caribbean.com/?attachment_id=2526\" class=\"wp-image-2526\" /><figcaption>The latest invention by Flavours of the Past, Jamaican Honey Orange wine.</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>When asked what separates Journey’s End from other local wine manufacturers, Thompson’s answer was simple - quality and authenticity. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our wines are uniquely hand-crafted for the market. We ensure that there is consistency in quality and taste. It is made from genuine Jamaican fruits we purchase or use from our farm. Our process is solid from beginning to the end,” Thompson told <strong>BUZZ</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Journey’s End is a unique skillset wherein we make the finest wine from Jamaican fruits. As long as it’s a fruit grown in Jamaica, we can find a way to make the best wine there is from it.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2529} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-2529\" /><figcaption>A man of procedure: Stredic Thompson show the BUZZ team a container with sorrel being fermented. (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While the quality is maintained, <strong><em>Flavours of the Past</em></strong>’s line is surprisingly affordable – retailing from $2,000 for the 700ml, to around $400 for the 150ml varieties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As Thompson gave <strong>BUZZ</strong> a tour of their <strong><em>Flavours of the Past</em></strong> winery on Duke Street, downtown Kingston, he explained that each fruit goes through an intricate cooking, fermentation, triple filtration, cooling, heating, bottling and labelling process before filling shelves at several major supermarket chains and the airports in Kingston and Montego Bay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"2531\",\"2532\",\"2534\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-3-1024x682.jpg\" alt=\"\" data-id=\"2531\" data-link=\"https://buzz-caribbean.com/article/father-son-duo-taking-exotic-jamaican-wines-across-the-world/journeys-end-wine-buzz-3/\" class=\"wp-image-2531\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-2-1024x683.jpg\" alt=\"\" data-id=\"2532\" data-link=\"https://buzz-caribbean.com/article/father-son-duo-taking-exotic-jamaican-wines-across-the-world/journeys-end-wine-buzz-2/\" class=\"wp-image-2532\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-5-1024x683.jpg\" alt=\"\" data-id=\"2534\" data-link=\"https://buzz-caribbean.com/article/father-son-duo-taking-exotic-jamaican-wines-across-the-world/journeys-end-wine-buzz-5/\" class=\"wp-image-2534\" /><figcaption> </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“We find that in the airports we do extremely well because people want that connection to Jamaica. To taste a piece, that flavour of Jamaica and that’s what we provide,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Persons are always blown away when they taste our wines and they often say: ‘Is this really made in Jamaica?’. I’ve heard it so many times, and I immediately say: ‘Right here in Jamaica is where it is made’.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-7-1024x683.jpg\" alt=\"\" class=\"wp-image-2509\" /><figcaption>Father-son duo Stredic Thompson (right) and Matthew Thompson leading the charge to push quality-made, exotic Jamaican wines internationally. (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thompson, through Journey’s End, wants to\nlaunch the island as a premier destination for fine wine connoisseurs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We want it to be an international brand. When you think of Jamaica, we want it to be synonymous with <strong><em>Flavours of the Past</em></strong> wines,” he told <strong>BUZZ</strong>, adding that the aim is to enter the European and North American markets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZhive</strong>, we want to hear from you. Have you tried any of these wines? Which flavour surprised you the most? Let us know in the comment section below.</p>\n<!-- /wp:paragraph -->','Father-son duo taking exotic Jamaican wines across the world','','publish','closed','closed','','father-son-duo-taking-exotic-jamaican-wines-across-the-world','','','2019-08-15 17:52:40','2019-08-15 22:52:40','',0,'https://buzz-caribbean.com/?p=2506',0,'post','',0),(2507,9,'2019-08-09 11:55:55','2019-08-09 16:55:55','<!-- wp:image {\"id\":2508} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chairs-classroom-college-289740-1024x683.jpg\" alt=\"\" class=\"wp-image-2508\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A senior educator in Jamaica is calling for the Government to implement more training programmes to prepare teachers to deal with the indiscipline being displayed by students in schools across the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Monique Grant-Facey, the principal of Happy Grove High, says a number of educators continue to struggle to deal with the behavioural issues that students are now showing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“With the high level of indiscipline that we are seeing, a lot of the teachers were not trained to deal with such issues. Educators were trained to teach subjects,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"A lot of the teachers were not trained to deal with such issues.\"</p><cite> — Monique Grant-Facey, principal of Happy Grove High </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Facey, who has been making headlines following her decision to use social<br>media to discipline a group of misbehaving female students said that if teachers were not offered training in these areas they would continue to struggle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A few weeks ago a number of students from Happy Grove High School in Portland were caught on camera fighting in their uniforms while heading home from school. The video went viral on social media, capturing the attention of the school’s principal. She made the pupils apologise in front of the entire school population, and the apology video was later shared online. <br><br></p>\n<!-- /wp:paragraph -->','School principal says teachers aren\'t prepared for indiscipline','','publish','closed','closed','','school-principal-prepare-teachers-to-deal-with-indiscipline','','','2019-08-13 23:07:25','2019-08-14 04:07:25','',0,'https://buzz-caribbean.com/?p=2507',0,'post','',0),(2508,9,'2019-08-09 11:47:50','2019-08-09 16:47:50','','chairs-classroom-college-289740','','inherit','closed','closed','','chairs-classroom-college-289740','','','2019-08-09 11:47:50','2019-08-09 16:47:50','',2507,'https://buzz-caribbean.com/app/uploads/2019/08/chairs-classroom-college-289740.jpg',0,'attachment','image/jpeg',0),(2509,14,'2019-08-09 11:52:49','2019-08-09 16:52:49','','journeys-end-wine-buzz-7','','inherit','closed','closed','','journeys-end-wine-buzz-7','','','2019-08-09 11:52:49','2019-08-09 16:52:49','',2506,'https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-7.jpg',0,'attachment','image/jpeg',0),(2510,15,'2019-08-09 12:16:02','2019-08-09 17:16:02','<!-- wp:image {\"id\":3826} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/SKN-Moves-new-MMJ07392-1024x576.jpg\" alt=\"\" class=\"wp-image-3826\" /><figcaption> The baton has been passed! Minister of Health Dr Chris Tufton and Dr. Timothy Harris, the Prime Minister of St. Kitts and Nevis, pose with the official shirt for the SKN Moves. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>&nbsp;</strong>The Federation of St. Kitts and Nevis is set to\nlaunch SKN Moves, an initiative that is geared towards promoting healthy\nlifestyles and combating Non-Communicable Diseases (NCDs).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>SKN Moves, which was launched on Friday, August 9, forms part of a regional initiative, <strong><em>Caribbean Moves </em></strong>– a re-energizing and intensification of the health promotion efforts through creative and innovative multi-sectoral collaboration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3828} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/SKN-Moves-new-MMJ07495-1024x576.jpg\" alt=\"\" class=\"wp-image-3828\" /><figcaption> Leading by example, Chris Tufton and Dr. the Hon. Timothy Harris, the Prime Minister of St Kitts and Nevis, joined participants in the Health Walk. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Permanent Secretary in the Office of the Prime Minister, Andrew Skerritt, and Chief Medical Officer, Dr. Hazel Laws, appeared on “Working for You” on Wednesday, August 7, to speak about the health initiative. Dr. Laws noted that the initiative is important for several reasons—one of the major reasons is helping to combat NCDs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>“This\ninitiative is very important because Non-Communicable Diseases is critical, is\na big problem Caribbean-wide and in our Federation. Three out of four deaths in\nthe English-speaking Caribbean can be attributed to NCDs,” said Dr. Laws. “And\nlet’s bring the picture closer home. When you look at our statistics coming out\nof the Ministry of Health as much as 83 percent of our deaths are as a result\nof cancers, heart diseases/attacks, strokes… and the complications of\ndiabetes.”</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permanent Secretary Skerritt shared similar\nsentiments and noted that it is important for persons to practice healthy\nlifestyles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>“Chronic Non\nCommunicable Diseases are the leading causes of morbidity and mortality in the\nFederation. We don’t want to outspend ourselves. We want to have a sustainable\nform of healthcare. It costs a lot to treat diabetes, hypertension, strokes,\nbuild renal facilities,” he said. “So, if we can encourage change through\nphysical activity, through healthier dieting habits, through knowing your\nstatus… these things are quite important.”</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3829} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/SKN-Moves-new-MMJ07551-1024x576.jpg\" alt=\"\" class=\"wp-image-3829\" /><figcaption> Dr Chris (third right) Tufton stops for a photo op with these excited SKN Moves supporters. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Skerritt\nnoted that the initiative was pioneered by Dr Christopher Tufton, Jamaica’s\nMinister of Health, who then introduced it to the wider CARICOM Heads of\nGovernment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister of St. Kitts and Nevis,\nDr.Timothy Harris, who is the CARICOM lead head with respect to Health and\nHuman Resource, is definitely leading by example. He has extended an invitation\nto Dr. Tufton, to be a part of the launch in St. Kitts and Nevis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Caribbean Moves</em></strong><em>,</em> was launched in 2018 by several CARICOM Heads\nof Government. This initiative will build on the experience of the <em>Jamaica Moves</em> initiative which creates a\nmovement that promotes physical activity, healthy eating and age-appropriate\nhealth checks at the level of the school, workplace and community. It will\ncontribute to one of the goals of the CARICOM Heads of Government to change the\nCaribbean culture towards a lifestyle of regular physical activity and\nhealthier diets.</p>\n<!-- /wp:paragraph -->','St. Kitts and Nevis to launch SKN Moves','','publish','closed','closed','','st-kitts-and-nevis-to-launch-skn-move','','','2019-08-14 16:14:58','2019-08-14 21:14:58','',0,'https://buzz-caribbean.com/?p=2510',0,'post','',0),(2511,4,'2019-08-09 11:54:03','2019-08-09 16:54:03','<!-- wp:paragraph -->\n<p>Leslie Jones will film her Netflix special in Washington D.C. but has banned its most famous resident, President Donald Trump, from attending.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Leslie Jones has \"banned\" President Donald Trump from her comedy shows.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2504} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/leslie-jones.jpg\" alt=\"\" class=\"wp-image-2504\" /><figcaption>Leslie Jones </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Ghostbusters </strong>actress is to host her first Netflix stand-up special in Washington D.C. and though she thinks the city has \"one of the best comic crowds\", she doesn\'t want its most famous resident to be in the crowd.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Asked by talk show host Jimmy Kimmel if she\'d invite the US leader and his family to the show, she said, \"Hell, no!\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"You are banned. Period. You are banned from my life.\"</p><cite>— Leslie Jones</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Addressing the president directly, she added: \"I hope you show up so I can talk bad about your ass! Don\'t you show up. You are banned. Period. You are banned from my life.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 51-year-old star is thrilled to be going back to her stand-up roots. Leslie is currently coming up with titles for the show, which will launch globally on Netflix in 2020.</p>\n<!-- /wp:paragraph -->','Leslie Jones bans Donald Trump from Netflix special','','inherit','closed','closed','','2503-revision-v1','','','2019-08-09 11:54:03','2019-08-09 16:54:03','',2503,'https://buzz-caribbean.com/article/2503-revision-v1/',0,'revision','',0),(2512,14,'2019-08-09 11:54:23','2019-08-09 16:54:23','','flavours-of-the-past-logo','','inherit','closed','closed','','flavours-of-the-past-logo','','','2019-08-09 11:54:23','2019-08-09 16:54:23','',2506,'https://buzz-caribbean.com/app/uploads/2019/08/flavours-of-the-past-logo.jpg',0,'attachment','image/jpeg',0),(2513,9,'2019-08-09 11:54:26','2019-08-09 16:54:26','<!-- wp:image {\"id\":2508} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chairs-classroom-college-289740-1024x683.jpg\" alt=\"\" class=\"wp-image-2508\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A senior educator in Jamaica is calling for the Government to implement more training programmes to prepare teachers to deal with the indiscipline being displayed by students in schools across the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Monique Grant-Facey, the principal of Happy Grove High, says a number of educators continue to struggle to deal with the behavioural issues that students are now showing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“With the high level of indiscipline that we are seeing, a lot of the teachers were not trained to deal with such issues. Educators were trained to teach subjects,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Facey, who has been making headlines following her decision to use social<br>media to discipline a group of misbehaving female students, said that if teachers were not offered training in these areas they would continue to struggle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A few weeks ago a number of students from Happy Grove High School in Portland were caught on camera fighting in their uniforms while heading home from school. The video went viral on social media, capturing the attention of the school’s principal. She made the pupils apologise in front of the entire school population, and the apology video was later shared online. <br><br></p>\n<!-- /wp:paragraph -->','School principal: Prepare teachers to deal with indiscipline','','inherit','closed','closed','','2507-revision-v1','','','2019-08-09 11:54:26','2019-08-09 16:54:26','',2507,'https://buzz-caribbean.com/article/2507-revision-v1/',0,'revision','',0),(2514,9,'2019-08-09 11:55:26','2019-08-09 16:55:26','<!-- wp:image {\"id\":2508} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chairs-classroom-college-289740-1024x683.jpg\" alt=\"\" class=\"wp-image-2508\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A senior educator in Jamaica is calling for the Government to implement more training programmes to prepare teachers to deal with the indiscipline being displayed by students in schools across the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Monique Grant-Facey, the principal of Happy Grove High, says a number of educators continue to struggle to deal with the behavioural issues that students are now showing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“With the high level of indiscipline that we are seeing, a lot of the teachers were not trained to deal with such issues. Educators were trained to teach subjects,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"A lot of the teachers were not trained to deal with such issues.\"</p><cite>- Monique Grant-Facey, the principal of Happy Grove High </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Facey, who has been making headlines following her decision to use social<br>media to discipline a group of misbehaving female students, said that if teachers were not offered training in these areas they would continue to struggle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A few weeks ago a number of students from Happy Grove High School in Portland were caught on camera fighting in their uniforms while heading home from school. The video went viral on social media, capturing the attention of the school’s principal. She made the pupils apologise in front of the entire school population, and the apology video was later shared online. <br><br></p>\n<!-- /wp:paragraph -->','School principal: Prepare teachers to deal with indiscipline','','inherit','closed','closed','','2507-revision-v1','','','2019-08-09 11:55:26','2019-08-09 16:55:26','',2507,'https://buzz-caribbean.com/article/2507-revision-v1/',0,'revision','',0),(2515,13,'2019-08-09 11:55:38','2019-08-09 16:55:38','','Ministry Of Labour And Social Security','','inherit','closed','closed','','ministry-of-labour-and-social-security','','','2019-08-09 11:55:38','2019-08-09 16:55:38','',2499,'https://buzz-caribbean.com/app/uploads/2019/08/ministry-of-labour-and-Social-Security.jpg',0,'attachment','image/jpeg',0),(2516,14,'2019-08-09 11:55:55','2019-08-09 16:55:55','','journeys-end-wine-buzz-19','','inherit','closed','closed','','journeys-end-wine-buzz-19','','','2019-08-09 11:55:55','2019-08-09 16:55:55','',2506,'https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-19.jpg',0,'attachment','image/jpeg',0),(2517,9,'2019-08-09 11:55:55','2019-08-09 16:55:55','<!-- wp:image {\"id\":2508} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chairs-classroom-college-289740-1024x683.jpg\" alt=\"\" class=\"wp-image-2508\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A senior educator in Jamaica is calling for the Government to implement more training programmes to prepare teachers to deal with the indiscipline being displayed by students in schools across the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Monique Grant-Facey, the principal of Happy Grove High, says a number of educators continue to struggle to deal with the behavioural issues that students are now showing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“With the high level of indiscipline that we are seeing, a lot of the teachers were not trained to deal with such issues. Educators were trained to teach subjects,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"A lot of the teachers were not trained to deal with such issues.\"</p><cite>- Monique Grant-Facey, principal of Happy Grove High </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Facey, who has been making headlines following her decision to use social<br>media to discipline a group of misbehaving female students, said that if teachers were not offered training in these areas they would continue to struggle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A few weeks ago a number of students from Happy Grove High School in Portland were caught on camera fighting in their uniforms while heading home from school. The video went viral on social media, capturing the attention of the school’s principal. She made the pupils apologise in front of the entire school population, and the apology video was later shared online. <br><br></p>\n<!-- /wp:paragraph -->','School principal: Prepare teachers to deal with indiscipline','','inherit','closed','closed','','2507-revision-v1','','','2019-08-09 11:55:55','2019-08-09 16:55:55','',2507,'https://buzz-caribbean.com/article/2507-revision-v1/',0,'revision','',0),(2518,14,'2019-08-09 11:55:55','2019-08-09 16:55:55','','journeys-end-wine-buzz-18','','inherit','closed','closed','','journeys-end-wine-buzz-18','','','2019-08-09 11:55:55','2019-08-09 16:55:55','',2506,'https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-18.jpg',0,'attachment','image/jpeg',0),(2519,14,'2019-08-09 11:55:58','2019-08-09 16:55:58','','journeys-end-wine-buzz-17','','inherit','closed','closed','','journeys-end-wine-buzz-17','','','2019-08-09 11:55:58','2019-08-09 16:55:58','',2506,'https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-17.jpg',0,'attachment','image/jpeg',0),(2520,14,'2019-08-09 11:55:58','2019-08-09 16:55:58','','journeys-end-wine-buzz-16','','inherit','closed','closed','','journeys-end-wine-buzz-16','','','2019-08-09 11:55:58','2019-08-09 16:55:58','',2506,'https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-16.jpg',0,'attachment','image/jpeg',0),(2521,14,'2019-08-09 11:55:59','2019-08-09 16:55:59','','journeys-end-wine-buzz-15','','inherit','closed','closed','','journeys-end-wine-buzz-15','','','2019-08-09 11:55:59','2019-08-09 16:55:59','',2506,'https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-15.jpg',0,'attachment','image/jpeg',0),(2522,14,'2019-08-09 11:56:00','2019-08-09 16:56:00','','journeys-end-wine-buzz-14','','inherit','closed','closed','','journeys-end-wine-buzz-14','','','2019-08-09 11:56:00','2019-08-09 16:56:00','',2506,'https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-14.jpg',0,'attachment','image/jpeg',0),(2523,14,'2019-08-09 11:56:04','2019-08-09 16:56:04','','journeys-end-wine-buzz-13','','inherit','closed','closed','','journeys-end-wine-buzz-13','','','2019-08-09 11:56:04','2019-08-09 16:56:04','',2506,'https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-13.jpg',0,'attachment','image/jpeg',0),(2524,14,'2019-08-09 11:56:04','2019-08-09 16:56:04','','journeys-end-wine-buzz-12','','inherit','closed','closed','','journeys-end-wine-buzz-12','','','2019-08-09 11:56:04','2019-08-09 16:56:04','',2506,'https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-12.jpg',0,'attachment','image/jpeg',0),(2525,14,'2019-08-09 11:56:06','2019-08-09 16:56:06','','journeys-end-wine-buzz-11','','inherit','closed','closed','','journeys-end-wine-buzz-11','','','2019-08-09 11:56:06','2019-08-09 16:56:06','',2506,'https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-11.jpg',0,'attachment','image/jpeg',0),(2526,14,'2019-08-09 11:56:07','2019-08-09 16:56:07','','journeys-end-wine-buzz-10','','inherit','closed','closed','','journeys-end-wine-buzz-10','','','2019-08-09 11:56:07','2019-08-09 16:56:07','',2506,'https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-10.jpg',0,'attachment','image/jpeg',0),(2528,14,'2019-08-09 11:56:46','2019-08-09 16:56:46','','journeys-end-wine-buzz-1','','inherit','closed','closed','','journeys-end-wine-buzz-1','','','2019-08-09 11:56:46','2019-08-09 16:56:46','',2506,'https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-1.jpg',0,'attachment','image/jpeg',0),(2529,14,'2019-08-09 11:57:47','2019-08-09 16:57:47','','journeys-end-wine-buzz-4','','inherit','closed','closed','','journeys-end-wine-buzz-4','','','2019-08-09 11:57:47','2019-08-09 16:57:47','',2506,'https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-4.jpg',0,'attachment','image/jpeg',0),(2530,9,'2019-08-09 11:58:42','2019-08-09 16:58:42','<!-- wp:image {\"id\":2496} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/eye-screening-mobay-1024x683.jpg\" alt=\"\" class=\"wp-image-2496\" /><figcaption> President of the Lions Club of Montego Bay, O\'Neil Daley (centre), observes as Stephanie Schumacher (left) from the Volunteer Optometric Services to Humanity (VOSH) performs an eye examination on Hubert Cummings in July. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>About 120 St James residents have\nbenefited from free cataract surgeries performed by ophthalmologists attached\nto Canada Vision Care (CVC) and the United States-based Hawaiian Eye\nFoundation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The surgeries were conducted in July at the Community Vision Centre of Excellence Clinic at Albion Road, Montego Bay. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The visit of the 18-member medical team was made possible through a partnership between the international charities and the Lions Club of Montego Bay. Pre and post-screening care were provided by local nurses and representatives from Volunteer Optometric Services to Humanity (VOSH). Several patients with vision impairment also received reading glasses and bifocal and progressive lenses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2497} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/eye-screening-mobay-B.jpg\" alt=\"\" class=\"wp-image-2497\" /><figcaption> Cataract surgeon, Ophthalmologist and President of the Hawaiian Eye Foundation, Dr. Jeff Rutgard (seated), performs a cataract removal surgery on a patient during a medical mission by ophthalmologists from the United States-based charity and Canada Vision Care (CVC) at the Community Vision Centre of Excellence Clinic on Albion Road, St. James, in July. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>President of the Lions Club of Montego\nBay, O’Neil Daley, said that the mission was in keeping with the club’s mandate\nto make a difference in the lives of those who are less fortunate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is one of the mandates of Lions\nClub International’s SightFirst programme… to improve the sight of persons and\nprovide quality eye care,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','More than 100 St James residents get free cataract surgeries','','inherit','closed','closed','','2495-revision-v1','','','2019-08-09 11:58:42','2019-08-09 16:58:42','',2495,'https://buzz-caribbean.com/article/2495-revision-v1/',0,'revision','',0),(2531,14,'2019-08-09 11:59:13','2019-08-09 16:59:13','','journeys-end-wine-buzz-3','','inherit','closed','closed','','journeys-end-wine-buzz-3','','','2019-08-09 11:59:13','2019-08-09 16:59:13','',2506,'https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-3.jpg',0,'attachment','image/jpeg',0),(2532,14,'2019-08-09 11:59:14','2019-08-09 16:59:14','','journeys-end-wine-buzz-2','','inherit','closed','closed','','journeys-end-wine-buzz-2','','','2019-08-09 11:59:14','2019-08-09 16:59:14','',2506,'https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-2.jpg',0,'attachment','image/jpeg',0),(2533,14,'2019-08-09 11:59:38','2019-08-09 16:59:38','','journeys-end-wine-buzz-7-1','','inherit','closed','closed','','journeys-end-wine-buzz-7-1','','','2019-08-09 11:59:38','2019-08-09 16:59:38','',2506,'https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-7-1.jpg',0,'attachment','image/jpeg',0),(2534,14,'2019-08-09 12:00:25','2019-08-09 17:00:25','','journeys-end-wine-buzz-5','','inherit','closed','closed','','journeys-end-wine-buzz-5','','','2019-08-09 12:00:25','2019-08-09 17:00:25','',2506,'https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-5.jpg',0,'attachment','image/jpeg',0),(2535,9,'2019-08-09 12:01:37','2019-08-09 17:01:37','<!-- wp:image {\"id\":2488} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chabad-A-1024x768.jpg\" alt=\"\" class=\"wp-image-2488\" /><figcaption> One of the popular dishes at Chabad Kosher Hot Spot is falafel comb served with fries. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Montego Bay may not be widely known\nfor variety when it comes to food options, but if you look closely there are more\nthan enough eateries to provide alternatives. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such place is Chabad Kosher Hot\nSpot. The Jewish restaurant is located on Jimmy Cliff Boulevard in the city,\nand it is set on giving Montegonians a middle eastern taste that is not the\nusual fare in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2489} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chabad-1024x768.jpg\" alt=\"\" class=\"wp-image-2489\" /><figcaption>  Chabad Kosher Hot Spot offers a wide variety of Middle Eastern foods. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Its location is quite pronounced, as\nit sits across the road from the famous Margaritaville. And patrons who are\ncurious enough to pass through its doors can choose from a variety of authentic\nJewish meals with the most popular being the falafel. The dishes at Chabad\nKosher Hot Spot are mostly vegetarian, and persons are usually enticed by the\nsweet aroma as the meals are prepared and served.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The restaurant also serves as an\ninformation centre, as persons can buy books and other materials. In addition,\nthose who visit the location can also use the opportunity to interact with the welcoming\nmembers of the Jewish community who might be present there. </p>\n<!-- /wp:paragraph -->','Montego Bay gets a taste of Jewish foods','','inherit','closed','closed','','2487-revision-v1','','','2019-08-09 12:01:37','2019-08-09 17:01:37','',2487,'https://buzz-caribbean.com/article/2487-revision-v1/',0,'revision','',0),(2536,14,'2019-08-09 12:01:40','2019-08-09 17:01:40','','Journeys end logo','','inherit','closed','closed','','journeys-end-logo','','','2019-08-09 12:01:40','2019-08-09 17:01:40','',2506,'https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-logo-buzz.jpg',0,'attachment','image/jpeg',0),(2537,4,'2019-08-09 12:02:58','2019-08-09 17:02:58','<!-- wp:paragraph -->\n<p>Leslie Jones will film her Netflix special in Washington D.C. but has banned its most famous resident, President Donald Trump, from attending.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2504} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/leslie-jones.jpg\" alt=\"\" class=\"wp-image-2504\" /><figcaption>Leslie Jones </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Ghostbusters </strong>actress is to host her first Netflix stand-up special in Washington D.C. and though she thinks the city has \"one of the best comic crowds\", she doesn\'t want its most famous resident to be in the crowd.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Asked by talk show host Jimmy Kimmel if she\'d invite the US leader and his family to the show, she said, \"Hell, no!\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"You are banned. Period. You are banned from my life.\"</p><cite>— Leslie Jones</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Addressing the president directly, she added: \"I hope you show up so I can talk bad about your ass! Don\'t you show up. You are banned. Period. You are banned from my life.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 51-year-old star is thrilled to be going back to her stand-up roots. Leslie is currently coming up with titles for the show, which will launch globally on Netflix in 2020.</p>\n<!-- /wp:paragraph -->','Leslie Jones bans Donald Trump from Netflix special','','inherit','closed','closed','','2503-revision-v1','','','2019-08-09 12:02:58','2019-08-09 17:02:58','',2503,'https://buzz-caribbean.com/article/2503-revision-v1/',0,'revision','',0),(2538,15,'2019-08-09 12:07:24','2019-08-09 17:07:24','','skn-moves-official','','inherit','closed','closed','','skn-moves-official','','','2019-08-09 12:07:24','2019-08-09 17:07:24','',2510,'https://buzz-caribbean.com/app/uploads/2019/08/skn-moves-official.jpg',0,'attachment','image/jpeg',0),(2539,15,'2019-08-09 12:16:02','2019-08-09 17:16:02','<!-- wp:image {\"id\":2538} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/skn-moves-official-796x1024.jpg\" alt=\"\" class=\"wp-image-2538\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>&nbsp;</strong>The Federation of St. Kitts and Nevis is set to\nlaunch SKN Moves, an initiative that is geared towards promoting healthy\nlifestyles and combating Non-Communicable Diseases (NCDs).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>SKN Moves, which was launched on Friday, August\n09, forms part of a regional initiative, <strong><em>Caribbean Moves </em></strong>– a re-energizing\nand intensification of the health promotion efforts through creative and\ninnovative multi-sectoral collaboration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permanent Secretary in the Office of the Prime\nMinister, Andrew Skerritt, and Chief Medical Officer, Dr. Hazel Laws, appeared\non “Working for You” on Wednesday, August 07, to speak about the health\ninitiative. Dr. Laws noted that the initiative is important for several\nreasons—one of the major reasons is helping to combat NCDs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>“This\ninitiative is very important because Non-Communicable Diseases is critical, is\na big problem Caribbean-wide and in our Federation. Three out of four deaths in\nthe English-speaking Caribbean can be attributed to NCDs,” said Dr. Laws. “And\nlet’s bring the picture closer home. When you look at our statistics coming out\nof the Ministry of Health as much as 83 percent of our deaths are as a result\nof cancers, heart diseases/attacks, strokes… and the complications of\ndiabetes.”</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permanent Secretary Skerritt shared similar\nsentiments and noted that it is important for persons to practice healthy\nlifestyles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>“Chronic Non\nCommunicable Diseases are the leading causes of morbidity and mortality in the\nFederation. We don’t want to outspend ourselves. We want to have a sustainable\nform of healthcare. It costs a lot to treat diabetes, hypertension, strokes,\nbuild renal facilities,” he said. “So, if we can encourage change through\nphysical activity, through healthier dieting habits, through knowing your\nstatus… these things are quite important.”</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Skerritt\nnoted that the initiative was pioneered by Dr Christopher Tufton, Jamaica’s\nMinister of Health, who then introduced it to the wider CARICOM Heads of\nGovernment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister of St. Kitts and Nevis,\nDr.Timothy Harris, who is the CARICOM lead head with respect to Health and\nHuman Resource, is definitely leading by example. He has extended an invitation\nto Dr. Tufton, to be a part of the launch in St. Kitts and Nevis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Caribbean Moves</em></strong><em>,</em> was launched in 2018 by several CARICOM Heads\nof Government. This initiative will build on the experience of the <em>Jamaica Moves</em> initiative which creates a\nmovement that promotes physical activity, healthy eating and age-appropriate\nhealth checks at the level of the school, workplace and community. It will\ncontribute to one of the goals of the CARICOM Heads of Government to change the\nCaribbean culture towards a lifestyle of regular physical activity and\nhealthier diets.</p>\n<!-- /wp:paragraph -->','St. Kitts and Nevis to launch SKN Move','','inherit','closed','closed','','2510-revision-v1','','','2019-08-09 12:16:02','2019-08-09 17:16:02','',2510,'https://buzz-caribbean.com/article/2510-revision-v1/',0,'revision','',0),(2540,11,'2019-08-09 12:17:41','2019-08-09 17:17:41','','Keeping Up with the Kardashians - Season 16','KEEPING UP WITH THE KARDASHIANS -- Season: 16 -- Pictured: The Kardashians -- (Photo by: Miller Mobley/E! Entertainment)','inherit','closed','closed','','keeping-up-with-the-kardashians-season-16','','','2019-08-09 12:17:41','2019-08-09 17:17:41','',2501,'https://buzz-caribbean.com/app/uploads/2019/08/Keeping-Up-With-the-Kardashians.jpg',0,'attachment','image/jpeg',0),(2541,14,'2019-08-09 12:19:01','2019-08-09 17:19:01','','journeys-end-wine-buzz-6','','inherit','closed','closed','','journeys-end-wine-buzz-6','','','2019-08-09 12:19:01','2019-08-09 17:19:01','',2506,'https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-6.jpg',0,'attachment','image/jpeg',0),(2542,14,'2019-08-09 12:20:03','2019-08-09 17:20:03','<!-- wp:image {\"id\":2509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-7-1024x683.jpg\" alt=\"\" class=\"wp-image-2509\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stredic Thompson and his son Matthew are two Jamaican vintners surprising taste buds with their amazing line of fine wines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stredic, Managing Director for Journey’s End\nWines, gave <strong><em>BUZZ</em></strong> an exclusive tour of their <strong><em>Flavours of the Past</em></strong>\nwinery on Duke Street, downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2512} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/flavours-of-the-past-logo-1024x647.jpg\" alt=\"\" class=\"wp-image-2512\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thompson abandoned a career in banking to\npursue his passion for wine-making in 2018</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We love the quality and look Journey’s End\nproduces and we said we would take this brand and make it an international\nbrand,” Thompson told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2528} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-1-1024x579.jpg\" alt=\"\" class=\"wp-image-2528\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Thompson journey started, and the pair has been moving full-steam ahead to boost the local perception of quality-made wines. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Wine is something that is very palatable\nand there was something else that attracted us to wine…,” he began.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Jamaica has a national dish, a national\nfruit – there’s no national wine, and we thought <strong><em>Flavours of the Past </em></strong>could\nbecome the national wine,” Thompson asserted further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Flavours of the Past</em></strong>, under\nthe Thompsons, now has ten brilliant assortments available.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Soursop and Honey-Orange are the most recent additions; as well as Ackee, Pimento Berry, Pineapple, Passionfruit, Ginger, Sorrel, Noni and Sugar Cane.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See our gallery below with the full product line!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2516,2518,2519,2520,2521,2522,2523,2524,2525,2526]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-19.jpg\" alt=\"\" data-id=\"2516\" data-link=\"https://buzz-caribbean.com/?attachment_id=2516\" class=\"wp-image-2516\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-18.jpg\" alt=\"\" data-id=\"2518\" data-link=\"https://buzz-caribbean.com/?attachment_id=2518\" class=\"wp-image-2518\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-17.jpg\" alt=\"\" data-id=\"2519\" data-link=\"https://buzz-caribbean.com/?attachment_id=2519\" class=\"wp-image-2519\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-16.jpg\" alt=\"\" data-id=\"2520\" data-link=\"https://buzz-caribbean.com/?attachment_id=2520\" class=\"wp-image-2520\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-15.jpg\" alt=\"\" data-id=\"2521\" data-link=\"https://buzz-caribbean.com/?attachment_id=2521\" class=\"wp-image-2521\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-14.jpg\" alt=\"\" data-id=\"2522\" data-link=\"https://buzz-caribbean.com/?attachment_id=2522\" class=\"wp-image-2522\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-13.jpg\" alt=\"\" data-id=\"2523\" data-link=\"https://buzz-caribbean.com/?attachment_id=2523\" class=\"wp-image-2523\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-12.jpg\" alt=\"\" data-id=\"2524\" data-link=\"https://buzz-caribbean.com/?attachment_id=2524\" class=\"wp-image-2524\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-11.jpg\" alt=\"\" data-id=\"2525\" data-link=\"https://buzz-caribbean.com/?attachment_id=2525\" class=\"wp-image-2525\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-10.jpg\" alt=\"\" data-id=\"2526\" data-link=\"https://buzz-caribbean.com/?attachment_id=2526\" class=\"wp-image-2526\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Thompson told <strong><em>BUZZ</em></strong> that new flavours will be rolled out in the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Moringa wine will be launched in another\nfew months. There are other ideas we have: Starfruit, mango, Otaheite apple – we can be as creative as we want\nwith wines,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When asked what separates Journey’s End\nfrom other local wine manufacturers, Thompson’s answer was simple: <strong>Quality and Authenticity</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2529} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-2529\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Our wines are uniquely hand-crafted for the market. We ensure that there is consistency in quality and taste. It is made from genuine Jamaican fruits we purchase or use from our farm. Our process is solid from beginning to the end so that the quality is concerned,” Thompson told <strong><em>BUZZ</em></strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2531,2532]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-3-1024x682.jpg\" alt=\"\" data-id=\"2531\" data-link=\"https://buzz-caribbean.com/?attachment_id=2531\" class=\"wp-image-2531\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-2-1024x683.jpg\" alt=\"\" data-id=\"2532\" data-link=\"https://buzz-caribbean.com/?attachment_id=2532\" class=\"wp-image-2532\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“Journey’s End is a unique skillset wherein\nwe make the finest wine from Jamaican fruit. As long as it’s a fruit grown in Jamaica, we can find a\nway to make the best wine there is from it,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2536} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-logo-buzz-1024x682.jpg\" alt=\"\" class=\"wp-image-2536\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While the quality is maintained, <strong><em>Flavours\nof the Past</em></strong>’s line is surprisingly affordable – retailing from $2,000\nfor the 700mL, to around $400 for the 150mL varieties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Thompsons, each fruit goes\nthrough an intricate cooking, fermentation, triple filtration, cooling, heating,\nbottling and labelling process – to its way to several major supermarket chains\nand the airports in Kingston and Montego Bay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2534} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-2534\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Flavours of the Past</em></strong> is\na must-buy item at the two major airports, Thomspon beamed, proud of the fact\nthat his product is precision-crafted and made with Jamaican love.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We find that in the airports we do extremely well because people want that connection to Jamaica. To taste a piece, that flavour of Jamaica and that’s what we provide,” he told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Persons are always blown away when they taste\nour wines and they often say, ‘Is this really made in Jamaica?’. I’ve heard it\nso many times and I immediately say, ‘Right here in Jamaica is where it is made’,”\nThompson added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-2541\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thompson, through Journey’s End, wants to\nlaunch the island as a premier destination for fine wine connoisseurs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We want it to be an international brand. When\nyou think of Jamaica, we want it to be synonymous with <strong><em>Flavours of the Past</em></strong>\nwines,” he told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The aim, over the coming years, is to go\ninto the various markets, whether it be Europe, Canada, the UK and the US. We’re\nconstantly looking at those opportunities and we’re positioning ourselves to be\na major player,” Thompson noted.</p>\n<!-- /wp:paragraph -->','Father-son duo taking exotic Jamaican wines across the world','','inherit','closed','closed','','2506-revision-v1','','','2019-08-09 12:20:03','2019-08-09 17:20:03','',2506,'https://buzz-caribbean.com/article/2506-revision-v1/',0,'revision','',0),(2543,11,'2019-08-09 12:22:14','2019-08-09 17:22:14','<!-- wp:paragraph -->\n<p>Once you have a smartphone you are guaranteed to see things on your device that may leave you scratching your head. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In today’s world of catchphrases and gimmicks, literally, anything can generate enough attention to have a following. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Jamaica, just think of ‘<a href=\"https://www.youtube.com/watch?v=6HakzX_sac4\">Cliftwang</a>’, ‘<a href=\"https://www.youtube.com/watch?v=L4XT9JKJnn8\">Tutty Gran Rosie</a>’, “<a href=\"https://www.youtube.com/watch?v=eEvxmmUzIhU\">Kissable lips Barbara</a>” and more recently \"<a href=\"https://www.youtube.com/watch?v=Q9Lsf3wKyHc\">Mackerel</a>\" and ‘<a href=\"https://www.youtube.com/watch?v=-aM7CiKrUmY\">Candy Bady</a>”. All it took was one line that was dramatic or funny for their words to go viral and memes immortalised their faces forever.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The surprising thing is none of the aforementioned individuals initially imagined just how far-reaching their words would be, but once they became a confirmed staple on social media, they rode the wave of popularity better than the Wilmot kids on a surfboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most hope to one day transition from just social media likes and shares to mainstream popularity which would mean booking gigs, getting endorsements and even commercial deals. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most have some degree of success as Rosie ‘performed’ at Sting, Clifftwang got a onetime contract with LIME while recently Mackerel went on tour to Canada, the UK and Antigua among other interesting places declaring just how comfortable ‘people man’ was. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0PRItJA6mY/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0PRItJA6mY/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>However, most of it is not sustainable as a \'one-slogan\' or \'catchphrase\' does not a career make, even though today, quite a bit of what passes for artistic expression is questionable. Many have had their thirty seconds of fame and have gone right back to everyday hustling and living.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Why? Because Jamaica does not operate like America does for the most part. In the United States, a hairstylist made a sex tape and it led to the long-running reality series ‘Keeping up with the Kardashians’. That would not happen on this island because we embarrass, not embolden people when they have their ‘oops’ moments. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2540} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Keeping-Up-With-the-Kardashians.jpg\" alt=\"\" class=\"wp-image-2540\" /><figcaption>KEEPING UP WITH THE KARDASHIANS now in its sixteenth season on E! (Photo by: Miller Mobley/E! Entertainment)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Case in point: two local female television hosts who were caught in different compromising sexual situations. The response? Fire them and pretend that they no longer existed. If they were overseas, they would have been paid for an exposé story and given their own spin-off show. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The world of entertainment in Jamaica is very fickle. Today you are hot and hype, tomorrow people will say ‘who?’ It is very hard to sustain something as fleeting as fame if there was no real substance behind it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the individual is not a bonafide dancer, comedian, singer, artist, stylist or designer, the fame will be short-lived as they don\'t have the requisite talent to back up the newfound popularity. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Indeed, even some with talent, our insta-famous stars have become ‘has-beens’ in no time, because social media is always ready to move on to the next sensation and allot them their thirty seconds to shine. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.youtube.com/watch?v=-aM7CiKrUmY\">Can I get a wow</a>?</p>\n<!-- /wp:paragraph -->','Being ‘insta-famous’ – is it real fame?','','inherit','closed','closed','','2501-revision-v1','','','2019-08-09 12:22:14','2019-08-09 17:22:14','',2501,'https://buzz-caribbean.com/article/2501-revision-v1/',0,'revision','',0),(2544,23,'2019-08-09 14:11:17','2019-08-09 19:11:17','<!-- wp:paragraph -->\n<p>Skin cancer is a lurking danger that not many people in Jamaica take serious note of, especially those who bleach their skin. Medical experts have noted that agents within the chemicals used in skin bleaching can cause skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2560} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tracy-Leanne-Jefford.jpg\" alt=\"\" class=\"wp-image-2560\" /><figcaption>Tracy Leanne Jefford of X Factor has been diagnosed with skin cancer.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A recent revelation by an overseas entertainer has brought into sharp focus the importance of proper skincare in order to avoid skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tracy Leanne Jefford, the 2017 contestant in the X Factor entertainment show is the latest person to open up about the issue of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jefford said she was diagnosed in April with basal cell carcinoma (BCC), which is the most common type of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I abused my own skin by not protecting it.\"</p><cite>— Tracy Leanne Jefford</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The mum-of-three has blamed the use of sunbeds every other day for her condition. \"I hold my hands up. I abused my own skin by not protecting it. You need to put factor 50 on as soon as you walk out that door,\" said Jefford.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I thought I was invincible. I used to look at ladies in the paper that had been diagnosed with skin cancer and it would say it was through sunbed abuse. I’d look at them and I’d think, that is so sad — but I’d still carry on thinking it wouldn’t happen to me,\" she added.</p>\n<!-- /wp:paragraph -->','Singer\'s cancer diagnosis puts skin bleaching back in the spotlight','','publish','closed','closed','','entertainers-cancer-diagnosis-puts-skin-bleaching-back-in-the-spotlight','','','2019-08-10 14:37:23','2019-08-10 19:37:23','',0,'https://buzz-caribbean.com/?p=2544',0,'post','',0),(2545,4,'2019-08-09 12:39:26','2019-08-09 17:39:26','<!-- wp:paragraph -->\n<p>Skin cancer is a lurking danger that not many people in Jamaica take serious note of especially those individuals who are known for &nbsp;excessive skin &nbsp;bleaching abuse to their skin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A revelation by an overseas star has however brought into sharp focus the importance of skin care and why it is important to avoid certain practices in order to avoid some of the deadliest medical conditions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tracy Leanne Jefford, the 2017 contestant in the popular X factor entertainment show in the United States is the latest person to open up about the development of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The X factor contestant said she was diagnosed with basal cell carcinoma (BCC) - the most common type of skin cancer - in April after finding a spot on her nose.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The mum-of-three has blamed the use of sun beds every other day for her condition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her disclosure has placed thousands of woman not just in America but in Jamaica, where women are abusing their skin far worse than the X factor star, by bleaching out their skin &nbsp;pigment and walking around daily in excessive heat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I hold my hands up. I abused my own skin by not protecting it. You need to put factor 50 on as soon as you walk out that door.” Said the X factor star.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I thought I was invincible. I used to look at ladies in the paper that had been diagnosed with skin cancer and it would say it was through sunbed abuse. I’d look at them and I’d think, that is so sad - but I’d still carry on thinking it wouldn’t happen to me.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','2544-revision-v1','','','2019-08-09 12:39:26','2019-08-09 17:39:26','',2544,'https://buzz-caribbean.com/article/2544-revision-v1/',0,'revision','',0),(2546,4,'2019-08-09 12:40:56','2019-08-09 17:40:56','<!-- wp:paragraph -->\n<p>Skin cancer is a lurking danger that not many people in Jamaica take serious note of especially those individuals who are known for excessive skin bleaching abuse to their skin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A revelation by an overseas star has however brought into sharp focus the importance of skin care and why it is important to avoid certain practices in order to avoid some of the deadliest medical conditions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tracy Leanne Jefford, the 2017 contestant in the popular X factor entertainment show in the United States is the latest person to open up about the development of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The X factor contestant said she was diagnosed with basal cell carcinoma (BCC) - the most common type of skin cancer - in April after finding a spot on her nose.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The mum-of-three has blamed the use of sunbeds every other day for her condition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her disclosure has placed thousands of woman not just in America but in Jamaica, where women are abusing their skin far worse than the X factor star, by bleaching out their skin &nbsp;pigment and walking around daily in excessive heat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I hold my hands up. I abused my own skin by not protecting it. You need to put factor 50 on as soon as you walk out that door.” Said the X factor star.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I thought I was invincible. I used to look at ladies in the paper that had been diagnosed with skin cancer and it would say it was through sunbed abuse. I’d look at them and I’d think, that is so sad - but I’d still carry on thinking it wouldn’t happen to me.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','2544-revision-v1','','','2019-08-09 12:40:56','2019-08-09 17:40:56','',2544,'https://buzz-caribbean.com/article/2544-revision-v1/',0,'revision','',0),(2547,23,'2019-08-09 13:09:57','2019-08-09 18:09:57','<!-- wp:image {\"id\":2549} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/yanique-curvy-diva-cccc-1024x783.jpg\" alt=\"\" class=\"wp-image-2549\" /><figcaption>Curvy Diva has come under heavy fire for removing her underwear during a performance. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Following the heated debate and the\npublic backlash that Yanique ‘Curvy Diva’ Barrett has received since removing\nher underwear on stage, at least one member of the entertainment industry has come\nto her defence. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Producer Donald \'Icon\' Medder believes the surprising move by the ‘Lifestyle’ entertainer was a good one. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2608} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/icon-producer-1024x1012.jpg\" alt=\"\" class=\"wp-image-2608\" /><figcaption> Producer Icon Medder believes Curvy Diva\'s actions will give her more attention.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It\'s entertainment. When I saw it, I\nactually thought it was a brilliant PR move to create controversy and get\npeople talking. I also believe the backlash may be so intense because they\ndon\'t like her,” Icon said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I actually thought it was a brilliant PR move.\"</p><cite> — Producer Donald \'Icon\' Medder  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“And it worked because now people know about her new collab song. Anything she does is blown out of proportion. Doesn\'t Spice do raunchy overly sexual performances? Where\'s the outcry for decency there?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B01xDhEBTOm/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B01xDhEBTOm/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The performance in question took place at one of the Pride JA events hosted by the Jamaica Forum for Lesbians, All-Sexuals and Gays (J-FLAG) in August. Before Dexta Daps’ ‘No Underwear’ was played, the former Magnum Kings and Queens of Dancehall host removed her underwear and placed it in the direction of the console, much to the delight of the crowd.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While she got a lot of cheers from the audience at the event, she has come in for sharp criticism on social media with persons saying that her actions were distasteful. </p>\n<!-- /wp:paragraph -->','Producer defends Curvy Diva after she removes panty on stage','','publish','closed','closed','','producer-defends-curvy-diva-after-she-removes-panty-on-stage','','','2019-08-15 11:28:44','2019-08-15 16:28:44','',0,'https://buzz-caribbean.com/?p=2547',0,'post','',0),(2548,9,'2019-08-09 12:55:25','2019-08-09 17:55:25','','yanique-barrett-A','','inherit','closed','closed','','yanique-barrett-a','','','2019-08-09 12:55:25','2019-08-09 17:55:25','',2547,'https://buzz-caribbean.com/app/uploads/2019/08/yanique-barrett-A.jpg',0,'attachment','image/jpeg',0),(2549,9,'2019-08-09 13:00:30','2019-08-09 18:00:30','','yanique-curvy-diva-cccc','','inherit','closed','closed','','yanique-curvy-diva-cccc','','','2019-08-09 13:00:30','2019-08-09 18:00:30','',2547,'https://buzz-caribbean.com/app/uploads/2019/08/yanique-curvy-diva-cccc.jpg',0,'attachment','image/jpeg',0),(2550,4,'2019-08-09 13:02:59','2019-08-09 18:02:59','<!-- wp:paragraph -->\n<p>Skin cancer is a lurking danger that not many people in Jamaica take serious note of, especially those who excessivly bleach their skin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A recent revelation by an overseas entertainer has brought into sharp focus the importance of proper skincare in order to aviod the deadly medical condition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tracy Leanne Jefford, the 2017 contestant in the popular X factor entertainment show in the United States is the latest person to open up about the development of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The X factor contestant said she was diagnosed with basal cell carcinoma (BCC) - the most common type of skin cancer - in April after finding a spot on her nose.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The mum-of-three has blamed the use of sunbeds every other day for her condition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her disclosure has placed thousands of woman not just in America but in Jamaica, where women are abusing their skin far worse than the X factor star, by bleaching out their skin &nbsp;pigment and walking around daily in excessive heat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I hold my hands up. I abused my own skin by not protecting it. You need to put factor 50 on as soon as you walk out that door.” Said the X factor star.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I thought I was invincible. I used to look at ladies in the paper that had been diagnosed with skin cancer and it would say it was through sunbed abuse. I’d look at them and I’d think, that is so sad - but I’d still carry on thinking it wouldn’t happen to me.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','2544-revision-v1','','','2019-08-09 13:02:59','2019-08-09 18:02:59','',2544,'https://buzz-caribbean.com/article/2544-revision-v1/',0,'revision','',0),(2551,15,'2019-08-09 14:05:35','2019-08-09 19:05:35','<!-- wp:image {\"id\":2570} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-1-1024x614.jpg\" alt=\"\" class=\"wp-image-2570\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the forthcoming battle for the leadership of the PNP, the RISE United campaign is taking heart from a recent Don Anderson poll that puts Peter Bunting way ahead when the question is posed, “Who would be the best leader of the PNP?\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The poll conducted by Don Anderson between July 20 and August&nbsp;2, had a sample size of 750 and a margin of error plus or minus 3.5%. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It showed&nbsp;Peter Bunting with an 18% point advantage over Dr Peter Phillips in response to the question, “In your opinion which of these two persons, Dr Peter Phillips or Peter Bunting do you feel would be best suited to lead the PNP at this time?” (Bunting-39%, Phillips-21%, Not Sure-25%, None-16%)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Commenting on this discovery from the poll, the RISE United campaign said: “The findings of the poll support our objective to elect the best leader for the PNP at this time, and also to elect the leader best suited to win on a national scale.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2577} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-15-1024x614.jpg\" alt=\"\" class=\"wp-image-2577\" /><figcaption>The challenger: Peter Bunting addresses the crowd at the Don Anderson poll findings meeting held at the Spanish Court Hotel in Kingston</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“A notable 36% believe that Peter Bunting would stand a better chance of winning against Andrew Holness in a national election versus only 16% who felt Dr. Phillips had a better chance.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The RISE United Campaign manager Dr Dayton Campbell , explaining why Peter Bunting was challenging Dr. Peter Phillips’s leadership of the PNP said: “ RISE United became necessary when many in the PNP realised that business as usual would lead us to “ opposition as usual”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2573} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-17-1024x614.jpg\" alt=\"\" class=\"wp-image-2573\" /><figcaption>Peter Bunting (fourth from right) with some of his RISE United team</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The wider Jamaica was also frustrated with the state of the PNP as highlighted by the significant performance gap between the two parties in recent polls and elections.” </p>\n<!-- /wp:paragraph -->','Who would be the best person to lead the PNP? Don Anderson poll says Peter Bunting','','publish','closed','closed','','who-would-be-the-best-person-to-lead-the-pnp-don-anderson-poll-says-peter-bunting','','','2019-08-10 14:38:49','2019-08-10 19:38:49','',0,'https://buzz-caribbean.com/?p=2551',0,'post','',0),(2552,4,'2019-08-09 13:06:24','2019-08-09 18:06:24','<!-- wp:paragraph -->\n<p>Skin cancer is a lurking danger that not many people in Jamaica take serious note of, especially those who excessivly bleach their skin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A recent revelation by an overseas entertainer has brought into sharp focus the importance of proper skin care in order to aviod the deadly skin condition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tracy Leanne Jefford, the 2017 contestant in the popular X factor entertainment show in the United States is the latest person to open up about the development of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The X factor contestant said she was diagnosed with basal cell carcinoma (BCC) - the most common type of skin cancer - in April after finding a spot on her nose.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The mum-of-three has blamed the use of sunbeds every other day for her condition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her disclosure has placed thousands of woman not just in America but in Jamaica, where women are abusing their skin far worse than the X factor star, by bleaching out their skin &nbsp;pigment and walking around daily in excessive heat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I hold my hands up. I abused my own skin by not protecting it. You need to put factor 50 on as soon as you walk out that door.” Said the X factor star.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I thought I was invincible. I used to look at ladies in the paper that had been diagnosed with skin cancer and it would say it was through sunbed abuse. I’d look at them and I’d think, that is so sad - but I’d still carry on thinking it wouldn’t happen to me.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','2544-revision-v1','','','2019-08-09 13:06:24','2019-08-09 18:06:24','',2544,'https://buzz-caribbean.com/article/2544-revision-v1/',0,'revision','',0),(2553,4,'2019-08-09 13:06:56','2019-08-09 18:06:56','<!-- wp:paragraph -->\n<p>Skin cancer is a lurking danger that not many people in Jamaica take serious note of, especially those who excessivly bleach their skin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A recent revelation by an overseas entertainer has brought into sharp focus the importance of proper skin care in order to avoid the deadly skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tracy Leanne Jefford, the 2017 contestant in the popular X factor entertainment show in the United States is the latest person to open up about the development of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The X factor contestant said she was diagnosed with basal cell carcinoma (BCC) - the most common type of skin cancer - in April after finding a spot on her nose.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The mum-of-three has blamed the use of sunbeds every other day for her condition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her disclosure has placed thousands of woman not just in America but in Jamaica, where women are abusing their skin far worse than the X factor star, by bleaching out their skin &nbsp;pigment and walking around daily in excessive heat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I hold my hands up. I abused my own skin by not protecting it. You need to put factor 50 on as soon as you walk out that door.” Said the X factor star.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I thought I was invincible. I used to look at ladies in the paper that had been diagnosed with skin cancer and it would say it was through sunbed abuse. I’d look at them and I’d think, that is so sad - but I’d still carry on thinking it wouldn’t happen to me.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','2544-revision-v1','','','2019-08-09 13:06:56','2019-08-09 18:06:56','',2544,'https://buzz-caribbean.com/article/2544-revision-v1/',0,'revision','',0),(2554,9,'2019-08-09 13:07:11','2019-08-09 18:07:11','<!-- wp:image {\"id\":2549} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/yanique-curvy-diva-cccc-1024x783.jpg\" alt=\"\" class=\"wp-image-2549\" /><figcaption>Curvy Diva has come under heavy fire for removing her underwear during a performance. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Following the heated debate and the\npublic backlash that Yanique ‘Curvy Diva’ Barrett has received since removing\nher underwear on stage, at least one member of the entertainment industry has come\nto her defence. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Producer Donald \'Icon\' Medder believes the surprising move by the ‘Lifestyle’ entertainer was a good one. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I actually thought it was a brilliant PR move.\"</p><cite>-  Producer Donald \'Icon\' Medder  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“It\'s entertainment. When I saw it, I\nactually thought it was a brilliant PR move to create controversy and get\npeople talking. I also believe the backlash may be so intense because they\ndon\'t like her,” Icon said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“And it worked because now people know about her new collab song. Anything she does is blown out of proportion. Doesn\'t Spice do raunchy overly sexual performances? Where\'s the outcry for decency there?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B01xDhEBTOm/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B01xDhEBTOm/\n</div><figcaption>This clip of Curvy Diva removing her thong on stage has been making the rounds online.</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The performance in question took place at one of the Pride JA events hosted by the Jamaica Forum for Lesbians, All-Sexuals and Gays (J-FLAG) in August. Before Dexta Daps’ ‘No Underwear’ was played, the former Magnum Kings and Queens of Dancehall host removed her underwear and placed it in the direction of the console, much to the delight of the crowd.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While she got a lot of cheers from the\naudience at the event, she has come in for sharp criticism on social media with\npersons saying that her actions were distasteful. </p>\n<!-- /wp:paragraph -->','Producer defends Curvy Diva after she removes panty on stage','','inherit','closed','closed','','2547-revision-v1','','','2019-08-09 13:07:11','2019-08-09 18:07:11','',2547,'https://buzz-caribbean.com/article/2547-revision-v1/',0,'revision','',0),(2555,9,'2019-08-09 13:09:19','2019-08-09 18:09:19','<!-- wp:image {\"id\":2549} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/yanique-curvy-diva-cccc-1024x783.jpg\" alt=\"\" class=\"wp-image-2549\" /><figcaption>Curvy Diva has come under heavy fire for removing her underwear during a performance. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Following the heated debate and the\npublic backlash that Yanique ‘Curvy Diva’ Barrett has received since removing\nher underwear on stage, at least one member of the entertainment industry has come\nto her defence. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Producer Donald \'Icon\' Medder believes the surprising move by the ‘Lifestyle’ entertainer was a good one. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I actually thought it was a brilliant PR move.\"</p><cite>-  Producer Donald \'Icon\' Medder  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“It\'s entertainment. When I saw it, I\nactually thought it was a brilliant PR move to create controversy and get\npeople talking. I also believe the backlash may be so intense because they\ndon\'t like her,” Icon said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“And it worked because now people know about her new collab song. Anything she does is blown out of proportion. Doesn\'t Spice do raunchy overly sexual performances? Where\'s the outcry for decency there?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B01xDhEBTOm/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B01xDhEBTOm/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The performance in question took place at one of the Pride JA events hosted by the Jamaica Forum for Lesbians, All-Sexuals and Gays (J-FLAG) in August. Before Dexta Daps’ ‘No Underwear’ was played, the former Magnum Kings and Queens of Dancehall host removed her underwear and placed it in the direction of the console, much to the delight of the crowd.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While she got a lot of cheers from the\naudience at the event, she has come in for sharp criticism on social media with\npersons saying that her actions were distasteful. </p>\n<!-- /wp:paragraph -->','Producer defends Curvy Diva after she removes panty on stage','','inherit','closed','closed','','2547-revision-v1','','','2019-08-09 13:09:19','2019-08-09 18:09:19','',2547,'https://buzz-caribbean.com/article/2547-revision-v1/',0,'revision','',0),(2556,4,'2019-08-09 13:17:46','2019-08-09 18:17:46','<!-- wp:paragraph -->\n<p>Skin cancer is a lurking danger that not many people in Jamaica take serious note of, especially those who excessivly bleach their skin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A recent revelation by an overseas entertainer has brought into sharp focus the importance of proper skin care in order to avoid the deadly skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tracy Leanne Jefford, the 2017 contestant in the X Factor entertainment show is the latest person to open up about the issue of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jefford said she was diagnosed in April with basal cell carcinoma (BCC), which is the most common type of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The mum-of-three has blamed the use of sunbeds every other day for her condition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I hold my hands up. I abused my own skin by not protecting it. You need to put factor 50 on as soon as you walk out that door,” said Jefford.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I thought I was invincible. I used to look at ladies in the paper that had been diagnosed with skin cancer and it would say it was through sunbed abuse. I’d look at them and I’d think, that is so sad - but I’d still carry on thinking it wouldn’t happen to me.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','2544-revision-v1','','','2019-08-09 13:17:46','2019-08-09 18:17:46','',2544,'https://buzz-caribbean.com/article/2544-revision-v1/',0,'revision','',0),(2558,21,'2019-08-09 14:35:30','2019-08-09 19:35:30','<!-- wp:paragraph -->\n<p>For some, it is body art, an expression of their personality; a tribute or memorial to a loved one. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2578} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tribute-To-Loved-One.jpg\" alt=\"\" class=\"wp-image-2578\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Others hold a completely different view that includes it being a defilement of the temple that is one’s body; it is gross and sacrilegious. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You simply have to ask someone about their views on having tattoos and you will get an ear full.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, they are commonplace and considered cool. From cute butterflies on the feet to huge sleeve art that covers the entire arm or full back pieces that are colourful and vivid like a real mural...only this mural moves around.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2579} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Arm-Tats-1024x683.jpg\" alt=\"\" class=\"wp-image-2579\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Like them or not, tattoos are becoming increasingly appealing to individuals from sixteen to sixty and beyond.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2581} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Coloured-Arm-Tattoo-1024x681.jpg\" alt=\"\" class=\"wp-image-2581\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tattoos are not a new phenomenon. A tattoo is a form of body modification where a design is made by inserting ink, dyes and pigments, either indelible or temporary, into the dermis layer of the skin to change the pigment. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2610} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Applying-Tattoo-1024x680.jpg\" alt=\"\" class=\"wp-image-2610\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The word ‘tattoo’ comes from the Samoan word ‘tatau’ meaning ‘to strike’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before the practice of tattooing became popular in the West, it was described as painting, scarring or staining. Today it falls into three main categories: purely decorative, &nbsp;symbolic and pictorial.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2588,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Upper-Body-Tattoo.jpg\" alt=\"\" class=\"wp-image-2588\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many couples have\na shared passion for ink and so get matching tattoos or each other’s names on\ntheir bodies as it is seen as a symbol of their love expressed through doing\nsomething permanent. It is almost like a commitment or a permanent contract as\nremoving it is one long arduous and even more painful process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2595} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tattoos-with-names.jpg\" alt=\"\" class=\"wp-image-2595\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Getting ‘tatted’ is cute and all but few think of the long term repercussions. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Firstly putting someone’s name on your body that is not a parent or offspring can be disastrous. The relationship can end quicker than a flash of lightning? Additionally, many young people get it done to be seen and therefore they deliberately choose a location on their body with the most visibility such as hands, chest, neck, behind the ears and even their faces. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2599} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Face-Tat.jpg\" alt=\"\" class=\"wp-image-2599\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With these kinds of in-your-face inking, you will not only get stares and shocked looks but you can rule out getting a conventional job. You can pretty much say that a career in face-to-face customer service is not in your cards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before anyone gets a tattoo, they should consider the location, the risk of infection and the long term consequences of inking one’s skin. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the only reason for getting one is to be seen as cool, it is probably a good idea to examine your value system because the ink will not replace any emotional void that one is experiencing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—</em></strong> Story by C.W.</p>\n<!-- /wp:paragraph -->','Tattoos: To ink or not to ink?','','publish','closed','closed','','tattoos-to-ink-or-not-to-ink','','','2019-08-14 21:37:22','2019-08-15 02:37:22','',0,'https://buzz-caribbean.com/?p=2558',0,'post','',0),(2559,4,'2019-08-09 13:27:27','2019-08-09 18:27:27','<!-- wp:paragraph -->\n<p>Skin cancer is a lurking danger that not many people in Jamaica take serious note of, especially those who excessivly bleach their skin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A recent revelation by an overseas entertainer has brought into sharp focus the importance of proper skin care in order to avoid the deadly skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tracy Leanne Jefford, the 2017 contestant in the X Factor entertainment show is the latest person to open up about the issue of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jefford said she was diagnosed in April with basal cell carcinoma (BCC), which is the most common type of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I abused my own skin by not protecting it.\"</p><cite>— Tracy Leanne Jefford</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The mum-of-three has blamed the use of sunbeds every other day for her condition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I hold my hands up. I abused my own skin by not protecting it. You need to put factor 50 on as soon as you walk out that door,\" said Jefford.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I thought I was invincible. I used to look at ladies in the paper that had been diagnosed with skin cancer and it would say it was through sunbed abuse. I’d look at them and I’d think, that is so sad — but I’d still carry on thinking it wouldn’t happen to me,\" she added.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','2544-revision-v1','','','2019-08-09 13:27:27','2019-08-09 18:27:27','',2544,'https://buzz-caribbean.com/article/2544-revision-v1/',0,'revision','',0),(2560,4,'2019-08-09 13:27:58','2019-08-09 18:27:58','','Tracy-Leanne-Jefford-BUZZ','','inherit','closed','closed','','tracy-leanne-jefford','','','2019-08-10 14:36:58','2019-08-10 19:36:58','',2544,'https://buzz-caribbean.com/app/uploads/2019/08/Tracy-Leanne-Jefford.jpg',0,'attachment','image/jpeg',0),(2561,4,'2019-08-09 13:28:46','2019-08-09 18:28:46','<!-- wp:paragraph -->\n<p>Skin cancer is a lurking danger that not many people in Jamaica take serious note of, especially those who excessivly bleach their skin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2560} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tracy-Leanne-Jefford.jpg\" alt=\"\" class=\"wp-image-2560\" /><figcaption>Tracy Leanne Jefford</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A recent revelation by an overseas entertainer has brought into sharp focus the importance of proper skin care in order to avoid the deadly skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tracy Leanne Jefford, the 2017 contestant in the X Factor entertainment show is the latest person to open up about the issue of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jefford said she was diagnosed in April with basal cell carcinoma (BCC), which is the most common type of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I abused my own skin by not protecting it.\"</p><cite>— Tracy Leanne Jefford</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The mum-of-three has blamed the use of sunbeds every other day for her condition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I hold my hands up. I abused my own skin by not protecting it. You need to put factor 50 on as soon as you walk out that door,\" said Jefford.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I thought I was invincible. I used to look at ladies in the paper that had been diagnosed with skin cancer and it would say it was through sunbed abuse. I’d look at them and I’d think, that is so sad — but I’d still carry on thinking it wouldn’t happen to me,\" she added.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','2544-revision-v1','','','2019-08-09 13:28:46','2019-08-09 18:28:46','',2544,'https://buzz-caribbean.com/article/2544-revision-v1/',0,'revision','',0),(2562,6,'2019-08-09 13:31:24','2019-08-09 18:31:24','<!-- wp:paragraph -->\n<p>Kim Kardashian West was furious about Tristan Thompson\'s behaviour at his daughter\'s birthday party, slamming him for not being \"cordial\" towards Khloe Kardashian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The basketball player split from Khloé Kardashian in February after he kissed family friend Jordyn Woods.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2287} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tristan-thompson-.jpg\" alt=\"\" class=\"wp-image-2287\" /><figcaption>Tristan Thompson. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The birthday party for Khloe and Tristan\'s daughter True was in April and it seems her family were left unimpressed by his conduct at the bash.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"He doesn\'t even speak to Khloé.\"</p><cite>— Kim Kardashian</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In a new trailer for Keeping Up With the Kardashians, Khloé\'s sister Kim fumed to her friend Jonathan Cheban: \"He doesn\'t even speak to Khloé. Like, Khloé invited you! Be f***ing cordial.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The clip then cuts to the \'Revenge Body\' host, wearing the outfit she was pictured in at the party, crying. Despite the apparent drama, Khloé previously insisted she and Tristan were \"civil\" at the party.</p>\n<!-- /wp:paragraph -->','Kim Kardashian West unhappy with Tristan Thompson','','inherit','closed','closed','','2283-revision-v1','','','2019-08-09 13:31:24','2019-08-09 18:31:24','',2283,'https://buzz-caribbean.com/article/2283-revision-v1/',0,'revision','',0),(2563,6,'2019-08-09 13:33:20','2019-08-09 18:33:20','<!-- wp:paragraph -->\n<p>Kim Kardashian West was furious about Tristan Thompson\'s behaviour at his daughter\'s birthday party, slamming him for not being \"cordial\" towards Khloe Kardashian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The basketball player split from Khloé Kardashian in February after he kissed family friend Jordyn Woods.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2287} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tristan-thompson-.jpg\" alt=\"\" class=\"wp-image-2287\" /><figcaption>Tristan Thompson. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The birthday party for Khloe and Tristan\'s daughter True was in April and it seems her family were left unimpressed by his conduct at the bash.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"He doesn\'t even speak to Khloé.\"</p><cite>— Kim Kardashian</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In a new trailer for Keeping Up With the Kardashians, Khloé\'s sister Kim fumed to her friend Jonathan Cheban: \"He doesn\'t even speak to Khloé. Like, Khloé invited you! Be f***ing cordial.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The clip then cuts to the \'Revenge Body\' host, wearing the outfit she was pictured in at the party, crying. Despite the apparent drama, Khloé previously insisted she and Tristan were \"civil\" at the party.</p>\n<!-- /wp:paragraph -->','Kim Kardashian West unhappy with Tristan Thompson','','inherit','closed','closed','','2283-autosave-v1','','','2019-08-09 13:33:20','2019-08-09 18:33:20','',2283,'https://buzz-caribbean.com/article/2283-autosave-v1/',0,'revision','',0),(2564,4,'2019-08-09 13:36:33','2019-08-09 18:36:33','<!-- wp:paragraph -->\n<p>Skin cancer is a lurking danger that not many people in Jamaica take serious note of, especially those who excessivly bleach their skin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2560} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tracy-Leanne-Jefford.jpg\" alt=\"\" class=\"wp-image-2560\" /><figcaption>Tracy Leanne Jefford of X Factor has been diagnosed with skin cancer.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A recent revelation by an overseas entertainer has brought into sharp focus the importance of proper skin care in order to avoid the deadly skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tracy Leanne Jefford, the 2017 contestant in the X Factor entertainment show is the latest person to open up about the issue of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jefford said she was diagnosed in April with basal cell carcinoma (BCC), which is the most common type of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I abused my own skin by not protecting it.\"</p><cite>— Tracy Leanne Jefford</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The mum-of-three has blamed the use of sunbeds every other day for her condition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I hold my hands up. I abused my own skin by not protecting it. You need to put factor 50 on as soon as you walk out that door,\" said Jefford.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I thought I was invincible. I used to look at ladies in the paper that had been diagnosed with skin cancer and it would say it was through sunbed abuse. I’d look at them and I’d think, that is so sad — but I’d still carry on thinking it wouldn’t happen to me,\" she added.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','2544-revision-v1','','','2019-08-09 13:36:33','2019-08-09 18:36:33','',2544,'https://buzz-caribbean.com/article/2544-revision-v1/',0,'revision','',0),(2565,4,'2019-08-09 13:36:53','2019-08-09 18:36:53','<!-- wp:paragraph -->\n<p>Skin cancer is a lurking danger that not many people in Jamaica take serious note of, especially those who bleach their skin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2560} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tracy-Leanne-Jefford.jpg\" alt=\"\" class=\"wp-image-2560\" /><figcaption>Tracy Leanne Jefford of X Factor has been diagnosed with skin cancer.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A recent revelation by an overseas entertainer has brought into sharp focus the importance of proper skin care in order to avoid the deadly skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tracy Leanne Jefford, the 2017 contestant in the X Factor entertainment show is the latest person to open up about the issue of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jefford said she was diagnosed in April with basal cell carcinoma (BCC), which is the most common type of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I abused my own skin by not protecting it.\"</p><cite>— Tracy Leanne Jefford</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The mum-of-three has blamed the use of sunbeds every other day for her condition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I hold my hands up. I abused my own skin by not protecting it. You need to put factor 50 on as soon as you walk out that door,\" said Jefford.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I thought I was invincible. I used to look at ladies in the paper that had been diagnosed with skin cancer and it would say it was through sunbed abuse. I’d look at them and I’d think, that is so sad — but I’d still carry on thinking it wouldn’t happen to me,\" she added.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','2544-revision-v1','','','2019-08-09 13:36:53','2019-08-09 18:36:53','',2544,'https://buzz-caribbean.com/article/2544-revision-v1/',0,'revision','',0),(2566,3,'2019-08-09 14:14:48','2019-08-09 19:14:48','','Milkshake Monday','','publish','closed','closed','','candy-craze','','','2019-09-02 15:33:44','2019-09-02 20:33:44','',0,'https://buzz-caribbean.com/?post_type=offer&#038;p=2566',0,'offer','',0),(2567,4,'2019-08-09 13:51:07','2019-08-09 18:51:07','','Ports_VK 001','Ports_VK 001','inherit','closed','closed','','ports_vk-001','','','2019-08-09 13:51:07','2019-08-09 18:51:07','',2544,'https://buzz-caribbean.com/app/uploads/2019/08/kartel.jpg',0,'attachment','image/jpeg',0),(2569,4,'2019-08-09 13:54:16','2019-08-09 18:54:16','<!-- wp:paragraph -->\n<p>Skin cancer is a lurking danger that not many people in Jamaica take serious note of, especially those who bleach their skin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2560} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tracy-Leanne-Jefford.jpg\" alt=\"\" class=\"wp-image-2560\" /><figcaption>Tracy Leanne Jefford of X Factor has been diagnosed with skin cancer.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A recent revelation by an overseas entertainer has brought into sharp focus the importance of proper skin care in order to avoid the deadly skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tracy Leanne Jefford, the 2017 contestant in the X Factor entertainment show is the latest person to open up about the issue of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2567} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kartel.jpg\" alt=\"\" class=\"wp-image-2567\" /><figcaption>Artistes such as  Vybz Kartel has made bleaching a fashion widely acceptable. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jefford said she was diagnosed in April with basal cell carcinoma (BCC), which is the most common type of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I abused my own skin by not protecting it.\"</p><cite>— Tracy Leanne Jefford</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The mum-of-three has blamed the use of sunbeds every other day for her condition. \"I hold my hands up. I abused my own skin by not protecting it. You need to put factor 50 on as soon as you walk out that door,\" said Jefford.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I thought I was invincible. I used to look at ladies in the paper that had been diagnosed with skin cancer and it would say it was through sunbed abuse. I’d look at them and I’d think, that is so sad — but I’d still carry on thinking it wouldn’t happen to me,\" she added.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','2544-revision-v1','','','2019-08-09 13:54:16','2019-08-09 18:54:16','',2544,'https://buzz-caribbean.com/article/2544-revision-v1/',0,'revision','',0),(2570,15,'2019-08-09 13:54:50','2019-08-09 18:54:50','','ResizeArtboard-1','','inherit','closed','closed','','resizeartboard-1','','','2019-08-09 13:54:50','2019-08-09 18:54:50','',2551,'https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-1.jpg',0,'attachment','image/jpeg',0),(2573,15,'2019-08-09 13:56:59','2019-08-09 18:56:59','','ResizeArtboard-17','','inherit','closed','closed','','resizeartboard-17','','','2019-08-09 13:56:59','2019-08-09 18:56:59','',2551,'https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-17.jpg',0,'attachment','image/jpeg',0),(2575,4,'2019-08-09 14:00:02','2019-08-09 19:00:02','<!-- wp:paragraph -->\n<p>Skin cancer is a lurking danger that not many people in Jamaica take serious note of, especially those who bleach their skin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2560} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tracy-Leanne-Jefford.jpg\" alt=\"\" class=\"wp-image-2560\" /><figcaption>Tracy Leanne Jefford of X Factor has been diagnosed with skin cancer.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A recent revelation by an overseas entertainer has brought into sharp focus the importance of proper skin care in order to avoid the deadly skin cancer. Tracy Leanne Jefford, the 2017 contestant in the X Factor entertainment show is the latest person to open up about the issue of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2567} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kartel.jpg\" alt=\"\" class=\"wp-image-2567\" /><figcaption>Vybz Kartel has made skin bleaching widely acceptable across the island. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jefford said she was diagnosed in April with basal cell carcinoma (BCC), which is the most common type of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I abused my own skin by not protecting it.\"</p><cite>— Tracy Leanne Jefford</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The mum-of-three has blamed the use of sunbeds every other day for her condition. \"I hold my hands up. I abused my own skin by not protecting it. You need to put factor 50 on as soon as you walk out that door,\" said Jefford.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I thought I was invincible. I used to look at ladies in the paper that had been diagnosed with skin cancer and it would say it was through sunbed abuse. I’d look at them and I’d think, that is so sad — but I’d still carry on thinking it wouldn’t happen to me,\" she added.</p>\n<!-- /wp:paragraph -->','Bleacher, beware of skin cancer','','inherit','closed','closed','','2544-revision-v1','','','2019-08-09 14:00:02','2019-08-09 19:00:02','',2544,'https://buzz-caribbean.com/article/2544-revision-v1/',0,'revision','',0),(2576,13,'2019-08-09 14:11:31','2019-08-09 19:11:31','{\"id\":\"2576\",\"questions\":[{\"uid\":\"d19d783b-61bf-47b5-bdd1-63bb36a8c68b\",\"content\":\"What Milk Shake flavour best describes you?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[{\"uid\":\"2be8ccb3-57bc-4d6b-b7dc-c1f67d3e77b2\",\"type\":\"text\",\"label\":\"Brownie Explosion\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"18f71139-6157-4efb-9200-e3ac8df78fb4\",\"type\":\"text\",\"label\":\"Cheesecake\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"ec894157-42ff-4bea-af87-3d9e8c5f198e\",\"type\":\"text\",\"label\":\"Classic Malt\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"9209aecf-c878-4aa7-be64-0e565e4dfa3a\",\"type\":\"text\",\"label\":\"Vanilla\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}],\"votesOverride\":0}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"08\\/09\\/2019 16:32\",\"end\":\"11\\/30\\/2019 23:59\",\"enabled\":true},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Candy Craze','','publish','closed','closed','','candy-craze','','','2019-08-15 10:27:21','2019-08-15 15:27:21','',0,'https://buzz-caribbean.com/?post_type=poll&#038;p=2576',0,'poll','',0),(2577,15,'2019-08-09 14:02:23','2019-08-09 19:02:23','','ResizeArtboard-15','','inherit','closed','closed','','resizeartboard-15','','','2019-08-09 14:02:23','2019-08-09 19:02:23','',2551,'https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-15.jpg',0,'attachment','image/jpeg',0),(2578,11,'2019-08-09 14:02:57','2019-08-09 19:02:57','','Tribute-To-Loved-One','','inherit','closed','closed','','tribute-to-loved-one','','','2019-08-09 14:02:57','2019-08-09 19:02:57','',2558,'https://buzz-caribbean.com/app/uploads/2019/08/Tribute-To-Loved-One.jpg',0,'attachment','image/jpeg',0),(2579,11,'2019-08-09 14:03:33','2019-08-09 19:03:33','','Arm-Tats','','inherit','closed','closed','','arm-tats','','','2019-08-09 14:03:33','2019-08-09 19:03:33','',2558,'https://buzz-caribbean.com/app/uploads/2019/08/Arm-Tats.jpg',0,'attachment','image/jpeg',0),(2580,4,'2019-08-09 14:03:33','2019-08-09 19:03:33','<!-- wp:paragraph -->\n<p>Skin cancer is a lurking danger that not many people in Jamaica take serious note of, especially those who bleach their skin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Medical experts have noted that agents within the chemicals used in skin bleaching can cause skin cancer. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2560} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tracy-Leanne-Jefford.jpg\" alt=\"\" class=\"wp-image-2560\" /><figcaption>Tracy Leanne Jefford of X Factor has been diagnosed with skin cancer.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A recent revelation by an overseas entertainer has brought into sharp focus the importance of proper skincare in order to avoid the deadly skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tracy Leanne Jefford, the 2017 contestant in the X Factor entertainment show is the latest person to open up about the issue of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2567} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kartel.jpg\" alt=\"\" class=\"wp-image-2567\" /><figcaption>Vybz Kartel has made skin bleaching widely acceptable across the island. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jefford said she was diagnosed in April with basal cell carcinoma (BCC), which is the most common type of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I abused my own skin by not protecting it.\"</p><cite>— Tracy Leanne Jefford</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The mum-of-three has blamed the use of sunbeds every other day for her condition. \"I hold my hands up. I abused my own skin by not protecting it. You need to put factor 50 on as soon as you walk out that door,\" said Jefford.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I thought I was invincible. I used to look at ladies in the paper that had been diagnosed with skin cancer and it would say it was through sunbed abuse. I’d look at them and I’d think, that is so sad — but I’d still carry on thinking it wouldn’t happen to me,\" she added.</p>\n<!-- /wp:paragraph -->','Bleacher, beware of skin cancer','','inherit','closed','closed','','2544-revision-v1','','','2019-08-09 14:03:33','2019-08-09 19:03:33','',2544,'https://buzz-caribbean.com/article/2544-revision-v1/',0,'revision','',0),(2581,11,'2019-08-09 14:05:16','2019-08-09 19:05:16','','Coloured-Arm-Tattoo','','inherit','closed','closed','','coloured-arm-tattoo','','','2019-08-09 14:05:16','2019-08-09 19:05:16','',2558,'https://buzz-caribbean.com/app/uploads/2019/08/Coloured-Arm-Tattoo.jpg',0,'attachment','image/jpeg',0),(2582,13,'2019-08-09 14:05:16','2019-08-09 19:05:16','{\"id\":\"2576\",\"questions\":[{\"uid\":\"394ba21e-8110-4a03-a12c-46645f6724c4\",\"content\":\"What\'s your favourite ice cream flavour?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"\"},\"choices\":[{\"uid\":\"fb38ecc6-1376-4069-b026-beb6a6e2f767\",\"type\":\"text\",\"label\":\"Chocolate\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"969fe824-0bca-45b8-a95e-ceb578a5770a\",\"type\":\"text\",\"label\":\"Strawberry\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true},{\"uid\":\"c228c49e-7401-4849-8b78-68cb7411ad36\",\"type\":\"text\",\"label\":\"Vanilla\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Candy Craze','','inherit','closed','closed','','2576-revision-v1','','','2019-08-09 14:05:16','2019-08-09 19:05:16','',2576,'https://buzz-caribbean.com/article/2576-revision-v1/',0,'revision','',0),(2583,15,'2019-08-09 14:05:35','2019-08-09 19:05:35','<!-- wp:image {\"id\":2570} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-1-1024x614.jpg\" alt=\"\" class=\"wp-image-2570\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the forthcoming battle for the leadership of the PNP, the RISE United campaign is taking heart from a recent Don Anderson poll that puts Peter Bunting way ahead when the question is posed, “Who would be the best leader of the PNP?\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The poll conducted by Don Anderson between July 20 and August&nbsp;2, had a sample size of 750 and a margin of error plus or minus 3.5%. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It showed&nbsp;Peter Bunting with an 18% point advantage over Dr Peter Phillips in response to the question, “In your opinion which of these two persons, Dr Peter Phillips or Peter Bunting do you feel would be best suited to lead the PNP at this time?” (Bunting-39%, Phillips-21%, Not Sure-25%, None-16%)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Commenting on this discovery from the poll, the RISE United campaign said: “The findings of the poll support our objective to elect the best leader for the PNP at this time, and also to elect the leader best suited to win on a national scale.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2577} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-15-1024x614.jpg\" alt=\"\" class=\"wp-image-2577\" /><figcaption>The challenger: Peter Bunting addresses the crowd at the Don Anderson poll findings meeting held at the Spanish Court Hotel in Kingston</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“A notable 36% believe that Peter Bunting would stand a better chance of winning against Andrew Holness in a national election versus only 16% who felt Dr. Phillips had a better chance.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The RISE United Campaign manager Dr Dayton Campbell , explaining why Peter Bunting was challenging Dr. Peter Phillips’s leadership of the PNP said: “ RISE United became necessary when many in the PNP realised that business as usual would lead us to “ opposition as usual”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2573} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-17-1024x614.jpg\" alt=\"\" class=\"wp-image-2573\" /><figcaption>Peter Bunting (fourth from right) with some of his RISE United team</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The wider Jamaica was also frustrated with the state of the PNP as highlighted by the significant performance gap between the two parties in recent polls and elections.” </p>\n<!-- /wp:paragraph -->','Who would be the best person to lead the PNP? Don Anderson poll says Peter Bunting','','inherit','closed','closed','','2551-revision-v1','','','2019-08-09 14:05:35','2019-08-09 19:05:35','',2551,'https://buzz-caribbean.com/article/2551-revision-v1/',0,'revision','',0),(2585,14,'2019-08-09 14:07:49','2019-08-09 19:07:49','<!-- wp:image {\"id\":2509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-7-1024x683.jpg\" alt=\"\" class=\"wp-image-2509\" /><figcaption>Father-son duo Stredic Thompson (right) and Matthew Thompson (left) leading the charge to push quality-made, exotic Jamaican wines internationally (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stredic Thompson and his son Matthew are two Jamaican vintners surprising taste buds with their amazing line of fine wines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stredic, Managing Director for Journey’s End\nWines, gave <strong><em>BUZZ</em></strong> an exclusive tour of their <strong><em>Flavours of the Past</em></strong>\nwinery on Duke Street, downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2512} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/flavours-of-the-past-logo-1024x647.jpg\" alt=\"\" class=\"wp-image-2512\" /><figcaption>Photo contributed, Journey\'s End Wine Company Limited</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thompson abandoned a career in banking to\npursue his passion for wine-making in 2018</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We love the quality and look Journey’s End\nproduces and we said we would take this brand and make it an international\nbrand,” Thompson told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2528} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-1-1024x579.jpg\" alt=\"\" class=\"wp-image-2528\" /><figcaption>All 10 variations of Jamaica-made Flavour of the Past wines (BUZZ photo, Dennis Brown) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Thompson journey started, and the pair has been moving full-steam ahead to boost the local perception of quality-made wines. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Wine is something that is very palatable\nand there was something else that attracted us to wine…,” he began.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Jamaica has a national dish, a national\nfruit – there’s no national wine, and we thought <strong><em>Flavours of the Past </em></strong>could\nbecome the national wine,” Thompson asserted further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Flavours of the Past</em></strong>, under\nthe Thompsons, now has ten brilliant assortments available.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Soursop and Honey-Orange are the most recent additions; as well as Ackee, Pimento Berry, Pineapple, Passionfruit, Ginger, Sorrel, Noni and Sugar Cane.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See our gallery below with the full product line!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"2516\",\"2518\",\"2519\",\"2520\",\"2521\",\"2522\",\"2523\",\"2524\",\"2525\",\"2526\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-19.jpg\" alt=\"\" data-id=\"2516\" data-link=\"https://buzz-caribbean.com/?attachment_id=2516\" class=\"wp-image-2516\" /><figcaption>Jamaican Passion fruit wine (BUZZ photo, Dennis Brown) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-18.jpg\" alt=\"\" data-id=\"2518\" data-link=\"https://buzz-caribbean.com/?attachment_id=2518\" class=\"wp-image-2518\" /><figcaption>The widely popular Jamaican Soursop wine (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-17.jpg\" alt=\"\" data-id=\"2519\" data-link=\"https://buzz-caribbean.com/?attachment_id=2519\" class=\"wp-image-2519\" /><figcaption>Bet you didn\'t know Jamaican Ackee wine was a thing?! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-16.jpg\" alt=\"\" data-id=\"2520\" data-link=\"https://buzz-caribbean.com/?attachment_id=2520\" class=\"wp-image-2520\" /><figcaption>Pimento. Berry. Wine. Enough said (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-15.jpg\" alt=\"\" data-id=\"2521\" data-link=\"https://buzz-caribbean.com/?attachment_id=2521\" class=\"wp-image-2521\" /><figcaption>Flavours of the Past offering a new twist to the traditional Jamaican Ginger wine (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-14.jpg\" alt=\"\" data-id=\"2522\" data-link=\"https://buzz-caribbean.com/?attachment_id=2522\" class=\"wp-image-2522\" /><figcaption>\'Pine time\'! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-13.jpg\" alt=\"\" data-id=\"2523\" data-link=\"https://buzz-caribbean.com/?attachment_id=2523\" class=\"wp-image-2523\" /><figcaption>Another big hit is the Jamaican Noni wine! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-12.jpg\" alt=\"\" data-id=\"2524\" data-link=\"https://buzz-caribbean.com/?attachment_id=2524\" class=\"wp-image-2524\" /><figcaption>The mother of rum, Jamaican Sugar Cane, as a wine...hmmm (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-11.jpg\" alt=\"\" data-id=\"2525\" data-link=\"https://buzz-caribbean.com/?attachment_id=2525\" class=\"wp-image-2525\" /><figcaption>Sorrel with wine, sorrel with rum or Jamaican Sorrel Wine? You choose! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-10.jpg\" alt=\"\" data-id=\"2526\" data-link=\"https://buzz-caribbean.com/?attachment_id=2526\" class=\"wp-image-2526\" /><figcaption>The latest invention by Flavours of the Past, Jamaican Honey Orange wine (BUZZ photo, Dennis Brown)</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Thompson told <strong><em>BUZZ</em></strong> that new flavours will be rolled out in the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Moringa wine will be launched in another\nfew months. There are other ideas we have: Starfruit, mango, Otaheite apple – we can be as creative as we want\nwith wines,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When asked what separates Journey’s End\nfrom other local wine manufacturers, Thompson’s answer was simple: <strong>Quality and Authenticity</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2529} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-2529\" /><figcaption>A man of procedure: Stredic Thompson show the BUZZ team a container with Sorrel being fermented (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Our wines are uniquely hand-crafted for the market. We ensure that there is consistency in quality and taste. It is made from genuine Jamaican fruits we purchase or use from our farm. Our process is solid from beginning to the end so that the quality is concerned,” Thompson told <strong><em>BUZZ</em></strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"2531\",\"2532\"]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-3-1024x682.jpg\" alt=\"\" data-id=\"2531\" data-link=\"https://buzz-caribbean.com/?attachment_id=2531\" class=\"wp-image-2531\" /><figcaption>This aged Sorrel batch has been filtered twice and needs just a few more weeks before bottling (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-2-1024x683.jpg\" alt=\"\" data-id=\"2532\" data-link=\"https://buzz-caribbean.com/?attachment_id=2532\" class=\"wp-image-2532\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“Journey’s End is a unique skillset wherein\nwe make the finest wine from Jamaican fruit. As long as it’s a fruit grown in Jamaica, we can find a\nway to make the best wine there is from it,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2536} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-logo-buzz-1024x682.jpg\" alt=\"\" class=\"wp-image-2536\" /><figcaption>Photo contributed</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While the quality is maintained, <strong><em>Flavours\nof the Past</em></strong>’s line is surprisingly affordable – retailing from $2,000\nfor the 700mL, to around $400 for the 150mL varieties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Thompsons, each fruit goes\nthrough an intricate cooking, fermentation, triple filtration, cooling, heating,\nbottling and labelling process – to its way to several major supermarket chains\nand the airports in Kingston and Montego Bay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2534} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-2534\" /><figcaption>The bottling and labelling station, though small-scale, gets the job done in less than an hour! (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Flavours of the Past</em></strong> is\na must-buy item at the two major airports, Thomspon beamed, proud of the fact\nthat his product is precision-crafted and made with Jamaican love.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We find that in the airports we do extremely well because people want that connection to Jamaica. To taste a piece, that flavour of Jamaica and that’s what we provide,” he told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Persons are always blown away when they taste\nour wines and they often say, ‘Is this really made in Jamaica?’. I’ve heard it\nso many times and I immediately say, ‘Right here in Jamaica is where it is made’,”\nThompson added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-2541\" /><figcaption>Dad Stredic (left) and son Matthew (right) make up the industrious Thompson duo at the helm of Journey\'s End Wines. (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thompson, through Journey’s End, wants to\nlaunch the island as a premier destination for fine wine connoisseurs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We want it to be an international brand. When\nyou think of Jamaica, we want it to be synonymous with <strong><em>Flavours of the Past</em></strong>\nwines,” he told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The aim, over the coming years, is to go into the various markets, whether it be Europe, Canada, the UK and the US. We’re constantly looking at those opportunities and we’re positioning ourselves to be a major player,” Thompson noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>BUZZhive! We want to hear from you. Have you tried any of these wines? Which flavour surprised you most? Let us know in the comment section below.</p>\n<!-- /wp:paragraph -->','Father-son duo taking exotic Jamaican wines across the world','','inherit','closed','closed','','2506-revision-v1','','','2019-08-09 14:07:49','2019-08-09 19:07:49','',2506,'https://buzz-caribbean.com/article/2506-revision-v1/',0,'revision','',0),(2586,11,'2019-08-09 14:08:39','2019-08-09 19:08:39','','Basketball-Star-J-R-Smith-showcases-his-full-upper-body-tattoo','','inherit','closed','closed','','basketball-star-j-r-smith-showcases-his-full-upper-body-tattoo','','','2019-08-09 14:08:39','2019-08-09 19:08:39','',2558,'https://buzz-caribbean.com/app/uploads/2019/08/Basketball-Star-J-R-Smith-showcases-his-full-upper-body-tattoo.jpg',0,'attachment','image/jpeg',0),(2587,4,'2019-08-09 14:08:51','2019-08-09 19:08:51','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Skin cancer is a lurking danger that not many people in Jamaica take serious note of, especially those who bleach their skin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Medical experts have noted that agents within the chemicals used in skin bleaching can cause skin cancer. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2560} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tracy-Leanne-Jefford.jpg\" alt=\"\" class=\"wp-image-2560\" /><figcaption>Tracy Leanne Jefford of X Factor has been diagnosed with skin cancer.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A recent revelation by an overseas entertainer has brought into sharp focus the importance of proper skincare in order to avoid the deadly skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tracy Leanne Jefford, the 2017 contestant in the X Factor entertainment show is the latest person to open up about the issue of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2567} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kartel.jpg\" alt=\"\" class=\"wp-image-2567\" /><figcaption>Vybz Kartel has made skin bleaching widely acceptable across the island. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jefford said she was diagnosed in April with basal cell carcinoma (BCC), which is the most common type of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I abused my own skin by not protecting it.\"</p><cite>— Tracy Leanne Jefford</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The mum-of-three has blamed the use of sunbeds every other day for her condition. \"I hold my hands up. I abused my own skin by not protecting it. You need to put factor 50 on as soon as you walk out that door,\" said Jefford.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I thought I was invincible. I used to look at ladies in the paper that had been diagnosed with skin cancer and it would say it was through sunbed abuse. I’d look at them and I’d think, that is so sad — but I’d still carry on thinking it wouldn’t happen to me,\" she added.</p>\n<!-- /wp:paragraph -->','Entertainer\'s cancer diagnosis puts skin bleaching back in the spotlight','','inherit','closed','closed','','2544-revision-v1','','','2019-08-09 14:08:51','2019-08-09 19:08:51','',2544,'https://buzz-caribbean.com/article/2544-revision-v1/',0,'revision','',0),(2588,11,'2019-08-09 14:10:22','2019-08-09 19:10:22','','Upper-Body-Tattoo','','inherit','closed','closed','','upper-body-tattoo','','','2019-08-09 14:10:22','2019-08-09 19:10:22','',2558,'https://buzz-caribbean.com/app/uploads/2019/08/Upper-Body-Tattoo.jpg',0,'attachment','image/jpeg',0),(2589,4,'2019-08-09 14:10:38','2019-08-09 19:10:38','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Skin cancer is a lurking danger that not many people in Jamaica take serious note of, especially those who bleach their skin. Medical experts have noted that agents within the chemicals used in skin bleaching can cause skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2560} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tracy-Leanne-Jefford.jpg\" alt=\"\" class=\"wp-image-2560\" /><figcaption>Tracy Leanne Jefford of X Factor has been diagnosed with skin cancer.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A recent revelation by an overseas entertainer has brought into sharp focus the importance of proper skincare in order to avoid skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tracy Leanne Jefford, the 2017 contestant in the X Factor entertainment show is the latest person to open up about the issue of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2567} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kartel.jpg\" alt=\"\" class=\"wp-image-2567\" /><figcaption>Vybz Kartel has made skin bleaching widely acceptable across the island. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jefford said she was diagnosed in April with basal cell carcinoma (BCC), which is the most common type of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I abused my own skin by not protecting it.\"</p><cite>— Tracy Leanne Jefford</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The mum-of-three has blamed the use of sunbeds every other day for her condition. \"I hold my hands up. I abused my own skin by not protecting it. You need to put factor 50 on as soon as you walk out that door,\" said Jefford.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I thought I was invincible. I used to look at ladies in the paper that had been diagnosed with skin cancer and it would say it was through sunbed abuse. I’d look at them and I’d think, that is so sad — but I’d still carry on thinking it wouldn’t happen to me,\" she added.</p>\n<!-- /wp:paragraph -->','Entertainer\'s cancer diagnosis puts skin bleaching back in the spotlight','','inherit','closed','closed','','2544-revision-v1','','','2019-08-09 14:10:38','2019-08-09 19:10:38','',2544,'https://buzz-caribbean.com/article/2544-revision-v1/',0,'revision','',0),(2590,11,'2019-08-09 14:10:46','2019-08-09 19:10:46','','Couple-Tattoos','','inherit','closed','closed','','couple-tattoos','','','2019-08-09 14:10:46','2019-08-09 19:10:46','',2558,'https://buzz-caribbean.com/app/uploads/2019/08/Couple-Tattoos.jpg',0,'attachment','image/jpeg',0),(2591,13,'2019-08-09 14:11:31','2019-08-09 19:11:31','{\"id\":\"2576\",\"questions\":[{\"uid\":\"394ba21e-8110-4a03-a12c-46645f6724c4\",\"content\":\"What\'s your favourite ice cream flavour?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[]},{\"uid\":\"d19d783b-61bf-47b5-bdd1-63bb36a8c68b\",\"content\":\"What Milk Shake flavor best describes you?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[{\"uid\":\"2be8ccb3-57bc-4d6b-b7dc-c1f67d3e77b2\",\"type\":\"text\",\"label\":\"Brownie Explosion\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"18f71139-6157-4efb-9200-e3ac8df78fb4\",\"type\":\"text\",\"label\":\"Cheesecake\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"ec894157-42ff-4bea-af87-3d9e8c5f198e\",\"type\":\"text\",\"label\":\"Classic Malt\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"88b95e9d-33d3-47f6-8028-f6196dbf05ea\",\"type\":\"text\",\"label\":\"Other\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}]},{\"uid\":\"c9e0a1d7-2dba-41c6-878c-b0b9d6a6b435\",\"content\":\"Did you know Candy Craze will be in the new Fontana on West Kings House Road?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"be16ff9f-b4ab-47a7-8e20-df70635d7f12\",\"type\":\"text\",\"label\":\"Yes\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"62afccac-62f8-444f-8039-915ab46eee23\",\"type\":\"text\",\"label\":\"No\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Candy Craze','','inherit','closed','closed','','2576-revision-v1','','','2019-08-09 14:11:31','2019-08-09 19:11:31','',2576,'https://buzz-caribbean.com/article/2576-revision-v1/',0,'revision','',0),(2592,13,'2019-08-09 14:12:09','2019-08-09 19:12:09','','Cc Milkshake Poster 620 X 500 Pixels','','inherit','closed','closed','','cc-milkshake-poster-620-x-500-pixels','','','2019-08-09 14:12:09','2019-08-09 19:12:09','',2566,'https://buzz-caribbean.com/app/uploads/2019/08/cc-milkshake-poster-620-x-500-pixels.jpg',0,'attachment','image/jpeg',0),(2593,4,'2019-08-09 14:13:15','2019-08-09 19:13:15','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Skin cancer is a lurking danger that not many people in Jamaica take serious note of, especially those who bleach their skin. Medical experts have noted that agents within the chemicals used in skin bleaching can cause skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2560} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tracy-Leanne-Jefford.jpg\" alt=\"\" class=\"wp-image-2560\" /><figcaption>Tracy Leanne Jefford of X Factor has been diagnosed with skin cancer.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A recent revelation by an overseas entertainer has brought into sharp focus the importance of proper skincare in order to avoid skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tracy Leanne Jefford, the 2017 contestant in the X Factor entertainment show is the latest person to open up about the issue of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2567} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kartel.jpg\" alt=\"\" class=\"wp-image-2567\" /><figcaption>Vybz Kartel has made skin bleaching widely acceptable across the island. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jefford said she was diagnosed in April with basal cell carcinoma (BCC), which is the most common type of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I abused my own skin by not protecting it.\"</p><cite>— Tracy Leanne Jefford</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The mum-of-three has blamed the use of sunbeds every other day for her condition. \"I hold my hands up. I abused my own skin by not protecting it. You need to put factor 50 on as soon as you walk out that door,\" said Jefford.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I thought I was invincible. I used to look at ladies in the paper that had been diagnosed with skin cancer and it would say it was through sunbed abuse. I’d look at them and I’d think, that is so sad — but I’d still carry on thinking it wouldn’t happen to me,\" she added.</p>\n<!-- /wp:paragraph -->','Singer\'s cancer diagnosis puts skin bleaching back in the spotlight','','inherit','closed','closed','','2544-revision-v1','','','2019-08-09 14:13:15','2019-08-09 19:13:15','',2544,'https://buzz-caribbean.com/article/2544-revision-v1/',0,'revision','',0),(2595,11,'2019-08-09 14:15:01','2019-08-09 19:15:01','','Tattoos With Names','','inherit','closed','closed','','tattoos-with-names','','','2019-08-09 14:15:01','2019-08-09 19:15:01','',2558,'https://buzz-caribbean.com/app/uploads/2019/08/Tattoos-with-names.jpg',0,'attachment','image/jpeg',0),(2596,15,'2019-08-07 14:25:36','2019-08-07 19:25:36','<!-- wp:image {\"id\":2949} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sweating-demo-buzz-1024x582.jpg\" alt=\"\" class=\"wp-image-2949\" /><figcaption>*sweating intensifies* (Photo contributed, Texas A&amp;M Health Science Centre)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>Whew!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What a scorcher! And some say there’s no such thing as global warming?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>June 2019 was the hottest June on record for Earth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the National Oceanic and Atmospheric Administration (NOAA), the average global temperature in June was 1.71 degrees Fahrenheit above the 20th century average of 59.9 degrees.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This figure made it the hottest June in 140 years of record-keeping <br>according to scientists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2950} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hot-sun-at-dawn-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-2950\" /><figcaption>(Photo contributed, Pexely.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ominously, 9 of the 10 hottest Junes have happened since 2010.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both NASA and NOAA confirmed that 2016 was the hottest year on record. That year the planet also experienced record high temperatures for the third consecutive year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Action is urgently needed at the world, federal, state and local levels to rapidly cut fossil fuel pollution and to protect and rebuild naturally stored carbon,” said climate scientist and president of Woods Hole Research Center, Dr Phil Duffy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Is global warming real or is according to President Trump a “ hoax”?&nbsp; Tell us at <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','It’s gettin\' hot in herre! June was hottest on record for Earth','','publish','closed','closed','','its-getting-hot-in-herre-june-2019-was-hottest-june-on-record-for-earth','','','2019-08-14 22:19:07','2019-08-15 03:19:07','',0,'https://buzz-caribbean.com/?p=2596',0,'post','',0),(2598,23,'2019-08-14 17:18:01','2019-08-14 22:18:01','<!-- wp:image {\"id\":4053} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miss-t-owner-New.jpg\" alt=\"\" class=\"wp-image-4053\" /><figcaption> Miss T, the woman behind Ocho Rios\' favourite eatery (Photo: Facebook) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When you live on an island that has a\ndiverse culture, food is always exciting. In Jamaica, it is no different. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A wide range of international fast-food\nfranchises can be found competing with local franchises, and small cook-shops\nare more common than high-end restaurants. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But there are some spots that just stand\nout as they cater to all palettes and give you a true representation of island\nfood.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yes... I have an obsession with food; good food that is, and to have friends who like to eat, cook and enjoy a good bottle of spirits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you have been or heard of Ocho Rios, you\nknow it is a small coastal town that caters heavily to the thousands of\ntourists that visit every year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2648} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-kitchen-inside-demo.jpg\" alt=\"\" class=\"wp-image-2648\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It\'s not only where Dunn\'s River Falls\n&amp; Mystic Mountain attractions are located, but tucked away on a side street,\ntwo minutes’ walk from the town centre, you will find Miss T\'s Kitchen in the\ncutest little garden.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Opened every day from noon until 11 p.m., this small restaurant feeds all comers, no matter the dietary needs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did I mention they have a gorgeous wine bar on-location that is almost like going to a different establishment all together?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Uniquely named, the \'Di Wine Yaad\' is a wooden structure that totally ties in with the existing decor and offers outdoor and indoor seating. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2642} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/di-wine-yaad-ocho-rios-819x1024.jpg\" alt=\"\" class=\"wp-image-2642\" /><figcaption>Di Wine Yaad (Photo: Instagram)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Light background music and an atmosphere\nthat screams \'Tapas &amp; Wine\'. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The selection of wine available suits any\nbudget and the wine drinkers from introductory to the connoisseur. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2645} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-kitchen-entrance-demo-1024x575.jpg\" alt=\"\" class=\"wp-image-2645\" /><figcaption>Aww, such a cute sign! (Photo: Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you are lucky you might even get to share a glass of wine with the owner Miss T (Anna-Kay Tomlinson) who regularly entertains friends at the \'Di Wine Yaad\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Story by Attalia Harriman</em></p>\n<!-- /wp:paragraph -->','Miss T\'s Kitchen (Part 1)','','publish','closed','closed','','miss-ts-kitchen-part-1','','','2019-08-14 21:54:35','2019-08-15 02:54:35','',0,'https://buzz-caribbean.com/?p=2598',0,'post','',0),(2599,11,'2019-08-09 14:21:14','2019-08-09 19:21:14','','Face-Tat','','inherit','closed','closed','','face-tat','','','2019-08-09 14:21:14','2019-08-09 19:21:14','',2558,'https://buzz-caribbean.com/app/uploads/2019/08/Face-Tat.jpg',0,'attachment','image/jpeg',0),(2600,3,'2019-08-13 15:07:51','2019-08-13 20:07:51','','Coldstone Thursdays','','publish','closed','closed','','candy-craze-ice-cream','','','2019-09-02 15:33:31','2019-09-02 20:33:31','',0,'https://buzz-caribbean.com/?post_type=offer&#038;p=2600',0,'offer','',0),(2602,15,'2019-08-09 14:24:30','2019-08-09 19:24:30','','hot-sun-buzz','','inherit','closed','closed','','hot-sun-buzz','','','2019-08-09 14:24:30','2019-08-09 19:24:30','',2596,'https://buzz-caribbean.com/app/uploads/2019/08/hot-sun-buzz.jpg',0,'attachment','image/jpeg',0),(2603,13,'2019-08-09 15:26:22','0000-00-00 00:00:00','{\"id\":\"2603\",\"questions\":[{\"uid\":\"6b68566a-4296-4f3e-a9eb-ff5611d0ee2c\",\"content\":\"\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','','','draft','closed','closed','','','','','2019-08-09 15:26:22','2019-08-09 20:26:22','',0,'https://buzz-caribbean.com/?post_type=poll&#038;p=2603',0,'poll','',0),(2604,15,'2019-08-09 14:25:36','2019-08-09 19:25:36','<!-- wp:image {\"id\":2602} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hot-sun-buzz-1024x536.jpg\" alt=\"\" class=\"wp-image-2602\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>Whew!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What a scorcher! And some say there’s no such thing as global warming?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>June 2019 was the hottest June on record for Earth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the National Oceanic and Atmospheric Administration (NOAA), the average global temperature in June was 1.71 degrees Fahrenheit above the 20<sup class=\"\">th</sup>&nbsp;century average of 59.9 degrees.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This figure made it the hottest June in 140 years of record keeping <br>according to scientists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ominously, 9 of the 10 hottest Junes have happened since 2010.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both NASA and NOAA confirmed that 2016 was the hottest year on record. That year the planet also experienced record high temperatures for the third consecutive year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Action is urgently needed at the world, federal, state and local levels to rapidly cut fossil fuel pollution and to protect and rebuild naturally stored carbon,” said climate scientist and president of Woods Hole Research Center, Dr Phil Duffy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Is global warming real or is according to President Trump a “ hoax”?&nbsp; Tell us at Buzz.</p>\n<!-- /wp:paragraph -->','It’s getting hot in herre! June 2019 was hottest June on record for Earth','','inherit','closed','closed','','2596-revision-v1','','','2019-08-09 14:25:36','2019-08-09 19:25:36','',2596,'https://buzz-caribbean.com/article/2596-revision-v1/',0,'revision','',0),(2608,9,'2019-08-09 14:28:57','2019-08-09 19:28:57','','icon-producer','','inherit','closed','closed','','icon-producer','','','2019-08-09 14:28:57','2019-08-09 19:28:57','',2547,'https://buzz-caribbean.com/app/uploads/2019/08/icon-producer.jpg',0,'attachment','image/jpeg',0),(2609,13,'2019-08-09 14:29:21','2019-08-09 19:29:21','{\"id\":\"2576\",\"questions\":[{\"uid\":\"394ba21e-8110-4a03-a12c-46645f6724c4\",\"content\":\"What\'s your favourite ice MilkShake flavour?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[]},{\"uid\":\"d19d783b-61bf-47b5-bdd1-63bb36a8c68b\",\"content\":\"What Milk Shake flavor best describes you?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[{\"uid\":\"2be8ccb3-57bc-4d6b-b7dc-c1f67d3e77b2\",\"type\":\"text\",\"label\":\"Brownie Explosion\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"18f71139-6157-4efb-9200-e3ac8df78fb4\",\"type\":\"text\",\"label\":\"Cheesecake\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"ec894157-42ff-4bea-af87-3d9e8c5f198e\",\"type\":\"text\",\"label\":\"Classic Malt\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"88b95e9d-33d3-47f6-8028-f6196dbf05ea\",\"type\":\"text\",\"label\":\"Other\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}]},{\"uid\":\"c9e0a1d7-2dba-41c6-878c-b0b9d6a6b435\",\"content\":\"Did you know Candy Craze will be in the new Fontana on West Kings House Road?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"be16ff9f-b4ab-47a7-8e20-df70635d7f12\",\"type\":\"text\",\"label\":\"Yes\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"62afccac-62f8-444f-8039-915ab46eee23\",\"type\":\"text\",\"label\":\"No\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Candy Craze','','inherit','closed','closed','','2576-revision-v1','','','2019-08-09 14:29:21','2019-08-09 19:29:21','',2576,'https://buzz-caribbean.com/article/2576-revision-v1/',0,'revision','',0),(2610,11,'2019-08-09 14:29:37','2019-08-09 19:29:37','','Applying Tattoo','','inherit','closed','closed','','applying-tattoo','','','2019-08-09 14:29:37','2019-08-09 19:29:37','',2558,'https://buzz-caribbean.com/app/uploads/2019/08/Applying-Tattoo.jpg',0,'attachment','image/jpeg',0),(2611,13,'2019-08-09 14:30:27','2019-08-09 19:30:27','{\"id\":\"2576\",\"questions\":[{\"uid\":\"394ba21e-8110-4a03-a12c-46645f6724c4\",\"content\":\"What\'s your favourite milk shake flavour?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[]},{\"uid\":\"d19d783b-61bf-47b5-bdd1-63bb36a8c68b\",\"content\":\"What Milk Shake flavor best describes you?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[{\"uid\":\"2be8ccb3-57bc-4d6b-b7dc-c1f67d3e77b2\",\"type\":\"text\",\"label\":\"Brownie Explosion\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"18f71139-6157-4efb-9200-e3ac8df78fb4\",\"type\":\"text\",\"label\":\"Cheesecake\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"ec894157-42ff-4bea-af87-3d9e8c5f198e\",\"type\":\"text\",\"label\":\"Classic Malt\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"88b95e9d-33d3-47f6-8028-f6196dbf05ea\",\"type\":\"text\",\"label\":\"Other\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}]},{\"uid\":\"c9e0a1d7-2dba-41c6-878c-b0b9d6a6b435\",\"content\":\"Did you know Candy Craze will be in the new Fontana on West Kings House Road?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"be16ff9f-b4ab-47a7-8e20-df70635d7f12\",\"type\":\"text\",\"label\":\"Yes\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"62afccac-62f8-444f-8039-915ab46eee23\",\"type\":\"text\",\"label\":\"No\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Candy Craze','','inherit','closed','closed','','2576-revision-v1','','','2019-08-09 14:30:27','2019-08-09 19:30:27','',2576,'https://buzz-caribbean.com/article/2576-revision-v1/',0,'revision','',0),(2613,9,'2019-08-09 14:32:50','2019-08-09 19:32:50','<!-- wp:image {\"id\":2549} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/yanique-curvy-diva-cccc-1024x783.jpg\" alt=\"\" class=\"wp-image-2549\" /><figcaption>Curvy Diva has come under heavy fire for removing her underwear during a performance. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Following the heated debate and the\npublic backlash that Yanique ‘Curvy Diva’ Barrett has received since removing\nher underwear on stage, at least one member of the entertainment industry has come\nto her defence. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Producer Donald \'Icon\' Medder believes the surprising move by the ‘Lifestyle’ entertainer was a good one. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2608} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/icon-producer-1024x1012.jpg\" alt=\"\" class=\"wp-image-2608\" /><figcaption> Producer Icon Medder believes Curvy Diva\'s actions will give her more attention.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It\'s entertainment. When I saw it, I\nactually thought it was a brilliant PR move to create controversy and get\npeople talking. I also believe the backlash may be so intense because they\ndon\'t like her,” Icon said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I actually thought it was a brilliant PR move.\"</p><cite>-  Producer Donald \'Icon\' Medder  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“And it worked because now people know about her new collab song. Anything she does is blown out of proportion. Doesn\'t Spice do raunchy overly sexual performances? Where\'s the outcry for decency there?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B01xDhEBTOm/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B01xDhEBTOm/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The performance in question took place at one of the Pride JA events hosted by the Jamaica Forum for Lesbians, All-Sexuals and Gays (J-FLAG) in August. Before Dexta Daps’ ‘No Underwear’ was played, the former Magnum Kings and Queens of Dancehall host removed her underwear and placed it in the direction of the console, much to the delight of the crowd.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While she got a lot of cheers from the\naudience at the event, she has come in for sharp criticism on social media with\npersons saying that her actions were distasteful. </p>\n<!-- /wp:paragraph -->','Producer defends Curvy Diva after she removes panty on stage','','inherit','closed','closed','','2547-revision-v1','','','2019-08-09 14:32:50','2019-08-09 19:32:50','',2547,'https://buzz-caribbean.com/article/2547-revision-v1/',0,'revision','',0),(2614,11,'2019-08-09 14:34:40','2019-08-09 19:34:40','','Adult Art Body','','inherit','closed','closed','','adult-art-body','','','2019-08-09 14:34:40','2019-08-09 19:34:40','',2558,'https://buzz-caribbean.com/app/uploads/2019/08/adult-art-body.jpg',0,'attachment','image/jpeg',0),(2615,11,'2019-08-09 14:35:30','2019-08-09 19:35:30','<!-- wp:paragraph -->\n<p>For some, it is body art, an expression of their personality; a tribute or memorial to a loved one. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2578} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tribute-To-Loved-One.jpg\" alt=\"\" class=\"wp-image-2578\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Others hold a completely different view that includes it being a defilement of the temple that is one’s body; it is gross and sacrilegious. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You simply have to ask someone about their views on having tattoos and you will get an ear full.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, they are commonplace and considered cool. From cute butterflies on the feet to huge sleeve art that covers the entire arm or full back pieces that are colourful and vivid like a real mural...only this mural moves around.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2579} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Arm-Tats-1024x683.jpg\" alt=\"\" class=\"wp-image-2579\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Like them or not, tattoos are becoming increasingly appealing to individuals from sixteen to sixty and beyond.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2581} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Coloured-Arm-Tattoo-1024x681.jpg\" alt=\"\" class=\"wp-image-2581\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tattoos are not a new phenomenon. A tattoo is a form of body modification where a design is made by inserting ink, dyes and pigments, either indelible or temporary, into the dermis layer of the skin to change the pigment. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2610} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Applying-Tattoo-1024x680.jpg\" alt=\"\" class=\"wp-image-2610\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The word ‘tattoo’ comes from the Samoan word ‘tatau’ meaning ‘to strike’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before the practice of tattooing became popular in the West, it was described as painting, scarring or staining. Today it falls into three main categories: purely decorative,  symbolic and pictorial.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2588,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Upper-Body-Tattoo.jpg\" alt=\"\" class=\"wp-image-2588\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many couples have\na shared passion for ink and so get matching tattoos or each other’s names on\ntheir bodies as it is seen as a symbol of their love expressed through doing\nsomething permanent. It is almost like a commitment or a permanent contract as\nremoving it is one long arduous and even more painful process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2595} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tattoos-with-names.jpg\" alt=\"\" class=\"wp-image-2595\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Getting ‘tatted’ is cute and all but few think of the long term repercussions. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Firstly putting someone’s name on your body that is not a parent or offspring can be disastrous. The relationship can end quicker than a flash of lightning? Additionally, many young people get it done to be seen and therefore they deliberately choose a location on their body with the most visibility such as hands, chest, neck, behind the ears and even their faces. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2599} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Face-Tat.jpg\" alt=\"\" class=\"wp-image-2599\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With these kinds of in-your-face inking, you will not only get stares and shocked looks but you can rule out getting a conventional job. You can pretty much say that a career in face-to-face customer service is not in your cards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before anyone gets a tattoo, they should consider the location, the risk of infection and the long term consequences of inking one’s skin. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the only reason for getting one is to be seen as cool, it is probably a good idea to examine your value system because the ink will not replace any emotional void that one is experiencing.</p>\n<!-- /wp:paragraph -->','Tattoos - to ink or not to ink?','','inherit','closed','closed','','2558-revision-v1','','','2019-08-09 14:35:30','2019-08-09 19:35:30','',2558,'https://buzz-caribbean.com/article/2558-revision-v1/',0,'revision','',0),(2616,4,'2019-08-15 10:26:09','2019-08-15 15:26:09','<!-- wp:paragraph -->\n<p>Reggae legend Beres Hammond is scheduled to perform at the Howard Theatre in Washington, D.C. on August 15 and 16.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The shows form part of his Never Ending Tour that kicked off on July 27 in Danbury, Connecticut, USA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B07jBMZgt2Q/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B07jBMZgt2Q/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Beres has performed before a full house at each of his stops across the United States. Among the states in which has performed are New York, Illinois, Massachusetts and New Jersey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The tour is named after Beres’ 2018 album, <strong>Never Ending</strong>, which is his third number one album on the Billboard reggae chart. On <strong>Never Ending</strong>, Beres carries on the grand tradition of a romantic balladeer with sensitivity and swagger, presenting 21st century classics from the master of romance and reggae.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The remaining dates for Beres\' Never Ending Tour are:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Saturday, August 17: Norva Norfolk, Virginia</li><li>Sunday, August 18: Oasis Shriners Auditorium, Charlotte, North Carolina</li><li>Friday, August 23: Cobb Energy PAC, Atlanta, Georgia</li><li>Saturday, August 24: The Hard Rock, Orlando, Florida</li><li>Sunday, August 25: Broward PAC, Ft. Lauderdale, Florida</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—</em></strong> Story by</p>\n<!-- /wp:paragraph -->','Beres\' Never Ending Tour hits Washington D.C. tonight','','publish','closed','closed','','beres-never-ending-tour-hits-washington-d-c-aug-15','','','2019-08-15 12:03:21','2019-08-15 17:03:21','',0,'https://buzz-caribbean.com/?p=2616',0,'post','',0),(2617,11,'2019-08-09 14:38:33','2019-08-09 19:38:33','','Tip Jar','','inherit','closed','closed','','tip-jar','','','2019-08-09 14:38:33','2019-08-09 19:38:33','',571,'https://buzz-caribbean.com/app/uploads/2019/07/Tip-Jar.jpeg',0,'attachment','image/jpeg',0),(2618,4,'2019-08-09 14:40:29','2019-08-09 19:40:29','<!-- wp:paragraph -->\n<p>Beres Hammond’s “Never Ending” Summer Tour</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Regage legend Beres Hammond will begin his Summer2019\n\"Never Ending\" Tour this Saturday July 27 in Danbury Connecticut. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The tour will include shows throughout the East Coast with\nstops in Baltimore, Cincinnati, Chicago, Boston, Toronto, Brooklyn, Boston, Philadelphia,\nNewark, Huntington, Richmond, Washington D.C., Norfolk, Charlotte, Atlanta,\nOrlando and Ft. Lauderdale.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>IT is named after Beres’ 2018 album, “Never Ending”, which\nis his third number one album on the Billboard reggae chart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On “Never Ending”, Beres carries on the grand tradition of a\nromantic balladeer with sensitivity and swagger presenting 21st century\nclassics from the master of romance and reggae.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Never Ending” features 14 songs about love and life, in\ncollaboration with longtime recording studio partners; Willie Lindo, Kirk\nBennett, Handel Tucker, Errol ‘Flabba’ Carter, Leroy &amp; David Heywood aka\n“Mafia &amp; Fluxy,” Winston ‘Bopee’ Bowen, Dean Fraser and Robbie Lyn among\nothers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was preceded by “A Moment in Time”, released in 2008, and\n“One Love, One Life” released in 2012. Over the span of his three decades, the\nlegendary singer has obtained 8 Top 10 hits on the Billboard Reggae Charts,\nincluding “In Control”, “Love From A Distance”, “A Day in the Life”, “Music is\nLife”’ and “The Ultimate Collection: Beres Hammond.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Helping form the foundation for his mellow, bluesy delivery,\nBeres grew up listening to American soul and pop music from Stax, Motown and\nother vintage sounds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fast forward to now, his own influence on others is witnessed\nfrom a diverse list of singers including Shaggy, Romain Virgo, Christopher\nMartin and Rihanna and much more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beres Hammond | US Tour 2018:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saturday - July 27 Ives Concert Park Danbury, CT</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sunday - July 28 Lake Clifton Park Baltimore, MD</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tuesday - July 30 Riverfront Live Cincinnati, OH</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wednesday - July 31 Patio Theater Chicago, IL</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Friday - August 2 Woodbine Racetrack Toronto, ON</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sunday - August 4 Ford Ampith. @ Coney Island </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tuesday - August 6 Payomet PAC Truro, MA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wednesday - August 7 House of Blues Boston, MA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Friday - August 9 Theater of Living Arts Philadelphia, PA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saturday - August 10 NJPAC Newark, NJ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sunday - August 11 The Paramount Huntington, NY</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tuesday - August 13 The National Richmond, VA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Th. &amp; Fri. - August 15 &amp; 16 Howard Theatre\nWashington, D.C.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saturday - August 17 Norva Norfolk, VA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sunday - August 18 Oasis Shriners Auditorium Charlotte, NC</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Friday - August 23 Cobb Energy PAC Atlanta, GA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saturday - August 24 The Hard Rock Orlando, FL</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sunday - August 25 Broward PAC Ft. Lauderdale, FL</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','2616-revision-v1','','','2019-08-09 14:40:29','2019-08-09 19:40:29','',2616,'https://buzz-caribbean.com/article/2616-revision-v1/',0,'revision','',0),(2619,21,'2019-08-09 14:49:01','2019-08-09 19:49:01','<!-- wp:image {\"id\":2621} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lady-gaga.jpg\" alt=\"\" class=\"wp-image-2621\" /><figcaption>Lady Gaga </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lady Gaga has been accused of stealing \'Shallow\' from another songwriter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 33-year-old star - who co-wrote the song from her movie \'A Star is Born\' with Mark Ronson, Anthony Rossomando and Andrew Wyatt - has been threatened with legal action from Steve Ronsen, who claimed she used a three-chord progression from his 2012 track \'Almost\' as the basis for the tune.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Mr Ronsen and his lawyer are trying to make easy money off the back of a successful artiste.\"</p><cite> —  Lady Gaga\'s lawyer, Orin Snyder </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>According to the New York Post newspaper\'s Page Six column, Ronsen is demanding \"millions of dollars\" in settlement over the use of G, A, B in the chorus to \'Shallow\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, Gaga\'s lawyer, Orin Snyder, has branded the claim from the songwriter - whose song has clocked up less than 1,000 streams on Soundcloud in five years - as \"shameful and wrong\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"Mr Ronsen and his lawyer are trying to make easy money off the back of a successful artiste. It is shameful and wrong. I applaud Lady Gaga for having the courage and integrity to stand up on behalf of successful artistes who find themselves on the receiving end of such [claims].\" </p>\n<!-- /wp:paragraph -->','Say what? Lady Gaga accused of stealing ‘Shallow’ chords','','publish','closed','closed','','say-what-lady-gaga-accused-of-stealing-shallow-chords','','','2019-08-13 14:53:26','2019-08-13 19:53:26','',0,'https://buzz-caribbean.com/?p=2619',0,'post','',0),(2620,11,'2019-08-09 14:41:40','2019-08-09 19:41:40','','Tipping','','inherit','closed','closed','','tipping','','','2019-08-09 14:41:40','2019-08-09 19:41:40','',571,'https://buzz-caribbean.com/app/uploads/2019/08/Tipping.jpg',0,'attachment','image/jpeg',0),(2621,9,'2019-08-09 14:44:22','2019-08-09 19:44:22','','2019 Vanity Fair Oscar Party','2019 Vanity Fair Oscar Party\n\n\n\nPictured: Lady Gaga\n\nRef: SPL5067418 240219 NON-EXCLUSIVE\n\nPicture by: Tony DiMaio / SplashNews.com\n\n\n\nSplash News and Pictures\n\nLos Angeles: 310-821-2666\nNew York: 212-619-2666\nLondon: 0207 644 7656\nMilan: 02 4399 8577\n\nphotodesk@splashnews.com\n\n\n\nWorld Rights','inherit','closed','closed','','2019-vanity-fair-oscar-party','','','2019-08-09 14:48:05','2019-08-09 19:48:05','',2619,'https://buzz-caribbean.com/app/uploads/2019/08/lady-gaga.jpg',0,'attachment','image/jpeg',0),(2622,13,'2019-08-09 14:45:22','2019-08-09 19:45:22','','Coldstone Thursdays 620 X 500','','inherit','closed','closed','','coldstone-thursdays-620-x-500','','','2019-08-09 14:45:22','2019-08-09 19:45:22','',2600,'https://buzz-caribbean.com/app/uploads/2019/08/coldstone-thursdays-620-x-500.jpg',0,'attachment','image/jpeg',0),(2624,9,'2019-08-09 14:48:15','2019-08-09 19:48:15','<!-- wp:image {\"id\":2621} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lady-gaga.jpg\" alt=\"\" class=\"wp-image-2621\" /><figcaption>Lady Gaga </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lady Gaga has been accused of stealing \'Shallow\' from another songwriter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 33-year-old star - who co-wrote the song from her movie \'A Star is Born\' with Mark Ronson, Anthony Rossomando and Andrew Wyatt - has been threatened with legal action from Steve Ronsen, who claimed she used a three-chord progression from his 2012 track \'Almost\' as the basis for the tune.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Mr Ronsen and his lawyer are trying to make easy money off the back of a successful artiste.\"</p><cite>-  Lady Gaga\'s lawyer, Orin Snyder </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>According to the New York Post newspaper\'s Page Six column, Ronsen is demanding \"millions of dollars\" in settlement over the use of G, A, B in the chorus to \'Shallow\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, Gaga\'s lawyer, Orin Snyder, has branded the claim from the songwriter - whose song has clocked up less than 1,000 streams on Soundcloud in five years - as \"shameful and wrong\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"Mr Ronsen and his lawyer are trying to make easy money off the back of a successful artiste. It is shameful and wrong. I applaud Lady Gaga for having the courage and integrity to stand up on behalf of successful artistes who find themselves on the receiving end of such [claims].\" </p>\n<!-- /wp:paragraph -->','Say what? Lady Gaga accused of stealing ‘Shallow’ chords','','inherit','closed','closed','','2619-revision-v1','','','2019-08-09 14:48:15','2019-08-09 19:48:15','',2619,'https://buzz-caribbean.com/article/2619-revision-v1/',0,'revision','',0),(2625,11,'2019-08-09 14:50:18','2019-08-09 19:50:18','','Bribing-Police','','inherit','closed','closed','','bribing-police','','','2019-08-09 14:50:18','2019-08-09 19:50:18','',571,'https://buzz-caribbean.com/app/uploads/2019/08/Bribing-Police.jpg',0,'attachment','image/jpeg',0),(2626,11,'2019-08-09 14:51:10','2019-08-09 19:51:10','<!-- wp:paragraph -->\n<p>We Jamaicans are notorious for many things and one of them is that we do not like to show appreciation for services rendered. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We blatantly state that they are already being paid so “weh tipping a go?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2617} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Tip-Jar-1024x682.jpeg\" alt=\"\" class=\"wp-image-2617\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We usually do not feel compelled to dip into our purses or wallets to give a little something extra. But what really is the deal when it comes to this practice and how many of us are guilty of being stingy with our coins?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A prevailing view is that Jamaicans have never been big on tipping as most feel that service providers such as bellmen and waiters are already being compensated for the service they provide, so culturally we tend to ignore that outstretched hand or just give a handshake instead. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2620} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tipping-1024x576.jpg\" alt=\"\" class=\"wp-image-2620\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The practice of tipping dates back to the 17<sup>th</sup> century in Tudor, England where it became the custom that overnight guests to private homes gave small sums of money known as ‘vails’ to the host’s servants. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Later, customers at London coffee houses and places where commercial services were provided joined in. &nbsp;Today, it is formally referred to as ‘gratuity’. A tip is a sum of money customarily tendered, in addition to the basic price for a service performed or anticipated and will vary from country to country as norms and customs are different. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not all settings, however, encourage tipping and it can actually be seen as insulting to some professionals. In the case of police officers, offering gratuity can be viewed as bribery; giving money to journalists or disc jockeys is seen as ‘payola’ and some hotels discourage the practice of tipping in Jamaica as some employees go too far and actually harass guests when tips are not given or if it is not the amount they expected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Which brings us back to whether tipping is really practised in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tipping is still being done in restaurants and salons as these are service industries where the most satisfaction is derived – from eating good food and looking pretty. Its popularity, however, may be on the decline for two reasons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To put it simply, ‘nuh money nah run’. One cannot tip what one does not have. Another reason is that the attitude of some service providers turn off customers when they get demanding. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For some, it is almost as if their arms are being twisted to give regardless of if they are satisfied with a service or not. While they would love to be able to tip lavishly, their pockets cannot afford to make it happen every time and service providers need to understand that it is the customers’ right to give at their own discretion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you have no problem brightening some one’s day, then give a little ‘supm supm’ to your hairdresser, supermarket bag handler, driver, bartender, musician etc. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And while restaurants may have a service charge, still slip the waiter/waitress something as not all establishments actually give their workers the money they charge you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us know at <strong>BUZZ</strong>. Do you make a habit of tipping service providers when you go out?</p>\n<!-- /wp:paragraph -->','Do Jamaicans tip?','','inherit','closed','closed','','571-revision-v1','','','2019-08-09 14:51:10','2019-08-09 19:51:10','',571,'https://buzz-caribbean.com/article/571-revision-v1/',0,'revision','',0),(2628,11,'2019-08-09 15:33:17','2019-08-09 20:33:17','<!-- wp:paragraph -->\n<p>Tracey is heading to her reunion for the weekend so Dave has the children and full time ‘daddy duties’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Knowing how rambunctious her three small children can be, Tracey is worried if she will even recognise her home when she gets back, so with a sigh and a little apprehension, she kisses them goodbye and heads out of town. For Dave, it is no big deal as he has things all planned out and it involves absolutely none of the instructions Tracey left pinned to the refrigerator. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the next 48 hours, he will be in charge of the ‘fun-factory’ and all of Tracey’s rules about etiquette and cleaning will be ignored. These are the things fathers do differently when mothers are not around.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2652,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fun-With-Dad.jpg\" alt=\"\" class=\"wp-image-2652\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The first thing they do is suspend chores. Who needs them? Nobody ever got a Nobel peace prize for cleaning or washing dishes. Therefore to ensure that there is minimal work involved he will roll up and put aside the carpet so that he does not get any food or juice stains on it and all meals will be served on paper plates. How smart is that? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2634} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/paper-plate.jpg\" alt=\"\" class=\"wp-image-2634\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fathers also like\nto make everything either a sport or a competition with little ones so in order\nto get them to eat all their food they will make lunch a ‘hot dog eating\ncontest’ and even get a whistle and cheer them on as they wolf down their meal.\nTheir mothers would be mortified. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2640} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Whistle-1024x489.jpg\" alt=\"\" class=\"wp-image-2640\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bath time is a whole adventure. Mothers have so much on their plate that getting the kids cleaned and clothed and out of the bathroom in as little time as possible has become almost a science for them. Not so for Dad. He goes for toys and makes it a full-blown water park with a theme so the kids will be wrinkled but happy as they go off to sleep.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2644} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bath-Time-1024x768.jpeg\" alt=\"\" class=\"wp-image-2644\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking of adventures, trust dad to pull apart the living room sofa cushions and make a tent or a camp in the middle of the living room complete with sheets, flashlights and pillows. He may turn off all the main house lights and feed them snacks while he tells them scary stories that makes them want to pee but too afraid to venture off to the bathroom by themselves. Way to go, dad! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  For fathers it is all about comfort over style. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Dads may also allow them to pick their clothing to wear - forget colour coordination, clean, weatherproof or right for the occasion - if it fits and they like it, it\'s a go! For fathers it is all about comfort over style. They are also big on giving you the option to choose so another brownie point for dads who allows you to just be you. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you remember any shenanigans you got into with Dad while Mom was away? Tell us at <strong>BUZZ</strong>. #DadsRule</p>\n<!-- /wp:paragraph -->','When Mom\'s Away...','','publish','open','closed','','things-that-dads-do-that-moms-dont','','','2019-08-15 08:19:21','2019-08-15 13:19:21','',0,'https://buzz-caribbean.com/?p=2628',0,'post','',0),(2629,21,'2019-08-09 15:01:12','2019-08-09 20:01:12','<!-- wp:image {\"id\":2630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/harry-styles.jpg\" alt=\"\" class=\"wp-image-2630\" /><figcaption>Harry Styles took over a harbour in Scotland to shoot his music video. <span style=\"font-size: inherit\"> </span></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Harry Styles left tourists in Scotland annoyed by taking over a harbour for his music video shoot.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 25-year-old singer travelled to the remote fishing village of St Abbs, on the southeastern coast of Scotland, to work on the video for his upcoming single this week, but tourists were unimpressed as they couldn\'t access the harbour and were unable to enjoy any fresh crab rolls.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I didn\'t know who Harry Styles was until today when I learned that he\'s the guy who blocked off the entire St Abbs harbour.\"</p><cite>— German artist and coder Mario Klingemann </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>German artist and coder Mario Klingemann wrote on his verified Twitter account: \"I didn\'t know who Harry Styles was until today when I learned that he\'s the guy who blocked off the entire St Abbs harbour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When Harry\'s fans questioned him on not knowing who Harry was, he answered: \"[I\'ve been living] in old-people la-la-land it appears. Yeah, the name rings a bell, but my heydays of being a music fan happened more in the mid-80s to mid-90s, so I hope that explains my ignorance for anything post-2000.\"<br><br></p>\n<!-- /wp:paragraph -->','Harry Styles\' video shoot annoys tourists','','publish','closed','closed','','harry-styles-video-shoot-annoys-tourists','','','2019-08-13 14:53:15','2019-08-13 19:53:15','',0,'https://buzz-caribbean.com/?p=2629',0,'post','',0),(2630,9,'2019-08-09 14:57:26','2019-08-09 19:57:26','','Harry Styles opens his first night of his world tour at the Nob Hill Masonic Auditorium in San Francisco, CA','Harry Styles opens his first night of his world tour at the Nob Hill Masonic Auditorium in San Francisco, CA\n<P>\nPictured: Harry Styles\n<B>Ref: SPL1582088  190917  </B><BR />\nPicture by: Ronin 47/London Entertainment<BR />\n</P><P>\n<B>Splash News and Pictures</B><BR />\nLos Angeles:	310-821-2666<BR />\nNew York:	212-619-2666<BR />\nLondon:	870-934-2666<BR />\nphotodesk@splashnews.com<BR />\n</P>','inherit','closed','closed','','harry-styles-opens-his-first-night-of-his-world-tour-at-the-nob-hill-masonic-auditorium-in-san-francisco-ca','','','2019-08-09 15:01:00','2019-08-09 20:01:00','',2629,'https://buzz-caribbean.com/app/uploads/2019/08/harry-styles.jpg',0,'attachment','image/jpeg',0),(2631,4,'2019-08-09 14:58:02','2019-08-09 19:58:02','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reggae legend Beres Hammond is scheduled to perform at the Howard Theatre in Washington, D.C. today and tomorrow as part of his Never Ending Tour. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>begin his Summer2019 \"Never Ending\" Tour this Saturday July 27 in Danbury Connecticut. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The tour will include shows throughout the East Coast with\nstops in Baltimore, Cincinnati, Chicago, Boston, Toronto, Brooklyn, Boston, Philadelphia,\nNewark, Huntington, Richmond, Washington D.C., Norfolk, Charlotte, Atlanta,\nOrlando and Ft. Lauderdale.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>IT is named after Beres’ 2018 album, “Never Ending”, which\nis his third number one album on the Billboard reggae chart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On “Never Ending”, Beres carries on the grand tradition of a\nromantic balladeer with sensitivity and swagger presenting 21st century\nclassics from the master of romance and reggae.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Never Ending” features 14 songs about love and life, in\ncollaboration with longtime recording studio partners; Willie Lindo, Kirk\nBennett, Handel Tucker, Errol ‘Flabba’ Carter, Leroy &amp; David Heywood aka\n“Mafia &amp; Fluxy,” Winston ‘Bopee’ Bowen, Dean Fraser and Robbie Lyn among\nothers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was preceded by “A Moment in Time”, released in 2008, and\n“One Love, One Life” released in 2012. Over the span of his three decades, the\nlegendary singer has obtained 8 Top 10 hits on the Billboard Reggae Charts,\nincluding “In Control”, “Love From A Distance”, “A Day in the Life”, “Music is\nLife”’ and “The Ultimate Collection: Beres Hammond.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Helping form the foundation for his mellow, bluesy delivery,\nBeres grew up listening to American soul and pop music from Stax, Motown and\nother vintage sounds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fast forward to now, his own influence on others is witnessed\nfrom a diverse list of singers including Shaggy, Romain Virgo, Christopher\nMartin and Rihanna and much more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beres Hammond | US Tour 2018:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saturday - July 27 Ives Concert Park Danbury, CT</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sunday - July 28 Lake Clifton Park Baltimore, MD</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tuesday - July 30 Riverfront Live Cincinnati, OH</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wednesday - July 31 Patio Theater Chicago, IL</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Friday - August 2 Woodbine Racetrack Toronto, ON</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sunday - August 4 Ford Ampith. @ Coney Island </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tuesday - August 6 Payomet PAC Truro, MA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wednesday - August 7 House of Blues Boston, MA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Friday - August 9 Theater of Living Arts Philadelphia, PA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saturday - August 10 NJPAC Newark, NJ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sunday - August 11 The Paramount Huntington, NY</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tuesday - August 13 The National Richmond, VA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Th. &amp; Fri. - August 15 &amp; 16 Howard Theatre\nWashington, D.C.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saturday - August 17 Norva Norfolk, VA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sunday - August 18 Oasis Shriners Auditorium Charlotte, NC</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Friday - August 23 Cobb Energy PAC Atlanta, GA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saturday - August 24 The Hard Rock Orlando, FL</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sunday - August 25 Broward PAC Ft. Lauderdale, FL</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','2616-revision-v1','','','2019-08-09 14:58:02','2019-08-09 19:58:02','',2616,'https://buzz-caribbean.com/article/2616-revision-v1/',0,'revision','',0),(2632,14,'2019-08-09 14:58:07','2019-08-09 19:58:07','<!-- wp:image {\"id\":2436} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Seared-Mahi-Mahi-1024x576.jpg\" alt=\"\" class=\"wp-image-2436\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, after my happy stomach was in the ‘TGIF\nmood’ on a Wednesday after one Pina Colada, the brain thought it was a good\nidea to take an in-depth look at the menu and ask the patient waitress what was\nthe \'Soup de Jour\' (fancy way to say ‘soup of the day’). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chef Arnold obviously takes into consideration the delicate whips of ocean salt that dances in the breeze when sitting at the restaurant as the Seafood medley soup was light, crisp and perfectly balanced with mahi mahi, shrimp, green mussels &amp; veggies. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2439} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Seafood-Medley-Broth.jpg\" alt=\"\" class=\"wp-image-2439\" /><figcaption>Perfectly seasoned and balanced Seafood medley soup is a whole mood (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It wasn\'t summer yet, but Jamaica can have some oppressively hot days, which make hearty thick soup only perfect on rainy days.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As if the soup wasn\'t enough, and the\nsecond pina colada, my friend, Chef Arnold and my stomach conspired against me\nand then came the pièce de résistance. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The show-stopper was the pan seared mahi\nmahi loin. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2437} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Seared-Mahi-Mahi-1-1024x576.jpg\" alt=\"\" class=\"wp-image-2437\" /><figcaption> Pan-seared Mahi Mahi in all it\'s flavourful glory (Photo contributed) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A 2 1/2\" thick steak of fish perfectly\ncrusted but juicy and flavourful in the delicate folds. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was served on a bed of steamed cauliflower, pakchoi, zucchini, onions, broccoli &amp; cabbage in coconut milk with just a dash of scotch bonnet pepper. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although scotch bonnet can give a hell of a\npunch, this dish just had enough to tease your tongue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All that goodness was topped with a fresh\nsalsa that made every bite of this dish a pleasure to eat. The textures and\nflavours in this dish surely earn #foodgasm status.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most importantly after all that fancy \'Top\nChef\' experience, my purse was pleasantly surprised that my debit card didn\'t\nrequest a sidebar convo after paying the bill. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, whether on #staycation as a local or\n#vacation as a visitor a trip down the quiet private road towards the Hermosa\nCove property is worth it for a fabulous meal any day of the week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Side note: For those who love jerked &amp; barbecued food, Saturday night is the superb night to visit Christophers for dinner. Until then do it ‘For The Love Of Food’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Story by Attalia Harriman*</em></p>\n<!-- /wp:paragraph -->','Christopher’s (Part 2): Now, we eat!','','inherit','closed','closed','','2434-revision-v1','','','2019-08-09 14:58:07','2019-08-09 19:58:07','',2434,'https://buzz-caribbean.com/article/2434-revision-v1/',0,'revision','',0),(2633,9,'2019-08-09 14:59:14','2019-08-09 19:59:14','<!-- wp:image {\"id\":2630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/harry-styles.jpg\" alt=\"\" class=\"wp-image-2630\" /><figcaption>Harry Styles took over a harbour in Scotland to shoot his music video. <span style=\"font-size: inherit\"> </span></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Harry Styles left tourists in Scotland annoyed by taking over a harbour for his music video shoot. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 25-year-old singer travelled to the remote fishing village of St Abbs, on the southeastern coast of Scotland, to work on the video for his upcoming single this week, but tourists were unimpressed as they couldn\'t access the harbour and were unable to enjoy any fresh crab rolls. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I didn\'t know who Harry Styles was until today when I learned that he\'s the guy who blocked off the entire St Abbs harbour.\"</p><cite>-  German artist and coder Mario Klingemann </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>German artist and coder Mario Klingemann wrote on his verified Twitter account: \"I didn\'t know who Harry Styles was until today when I learned that he\'s the guy who blocked off the entire St Abbs harbour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When Harry\'s fans questioned him on not knowing who Harry was, he answered: \"[I\'ve been living] in old-people la-la-land it appears. Yeah, the name rings a bell, but my heydays of being a music fan happened more in the mid-80s to mid-90s, so I hope that explains my ignorance for anything post-2000.\"<br><br></p>\n<!-- /wp:paragraph -->','Harry Styles\' video shoot annoys tourists','','inherit','closed','closed','','2629-revision-v1','','','2019-08-09 14:59:14','2019-08-09 19:59:14','',2629,'https://buzz-caribbean.com/article/2629-revision-v1/',0,'revision','',0),(2634,11,'2019-08-09 14:59:30','2019-08-09 19:59:30','','paper-plate','','inherit','closed','closed','','paper-plate','','','2019-08-09 14:59:30','2019-08-09 19:59:30','',2628,'https://buzz-caribbean.com/app/uploads/2019/08/paper-plate.jpg',0,'attachment','image/jpeg',0),(2635,14,'2019-08-09 15:00:26','2019-08-09 20:00:26','<!-- wp:image {\"id\":2429} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Christophers-Badge.png\" alt=\"\" class=\"wp-image-2429\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The name is definitely an ode to the\nexplorer Christopher Columbus, but there is nothing mistaken about this\nrestaurant. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located at the Hermosa Cove in St. Ann, even\nthe architecture was deliberate in its appearance – seemingly taking a step\nback in time to a time of pirates and castles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2431} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/christopher-s-seaside.jpg\" alt=\"\" class=\"wp-image-2431\" /><figcaption>A breathtaking view of the pearly Caribbean Sea from Christopher\'s (Photo contributed, TripAdvisor.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Wooden floors and a breath-taking view of\nthe Caribbean Sea is enough to melt all the worries of this modern life away. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My first visit was on a whim and initially\nwith the assistance of Google Maps (bad idea). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But, after calling the office for\ndirections finding the neatly tucked away oasis was my true mission for the\nday. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you get to the security gate you will\nbe asked your purpose for visit, so it makes sense to call ahead and let them\nknow you are coming by. It just makes things easier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once you step in the dining area, the\nintoxicating of fresh bread and coffee is clearly a ploy to make you hungry.\nHats off to Christophers (neat trick).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I just wanted to see the place and maybe\nhave a cocktail. However, my stomach twisted my arm and the result was cocktails,\nsoup and a beautiful entree. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Truthfully, my ultimate test for any bar or\nrestaurant to ‘walk the walk’ that the decor and appearance talks, is a \'Pina\nColada\'. Yes, you heard me. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2441} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pina-Colada-Menu-576x1024.jpg\" alt=\"\" class=\"wp-image-2441\" /><figcaption>A cool Piña colada and the Christopher\'s menu (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Although the ingredients are simple enough it is one of those drinks that if fresh elements aren\'t added to will taste like a mass-produced canned drink. I definitely expect that from a nice establishment.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I\'m happy to report that the bar-tender did a good job and made me two Pina Coladas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Story by Attalia Harriman</em>*</p>\n<!-- /wp:paragraph -->','Christopher\'s: At Hermosa Cove (Part 1)','','inherit','closed','closed','','2423-revision-v1','','','2019-08-09 15:00:26','2019-08-09 20:00:26','',2423,'https://buzz-caribbean.com/article/2423-revision-v1/',0,'revision','',0),(2636,14,'2019-08-09 15:03:01','2019-08-09 20:03:01','<!-- wp:image {\"id\":2429} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Christophers-Badge.png\" alt=\"\" class=\"wp-image-2429\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The name is definitely an ode to the\nexplorer Christopher Columbus, but there is nothing mistaken about this\nrestaurant. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located at the Hermosa Cove in St. Ann, even\nthe architecture was deliberate in its appearance – seemingly taking a step\nback in time to a time of pirates and castles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2431} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/christopher-s-seaside.jpg\" alt=\"\" class=\"wp-image-2431\" /><figcaption>A breathtaking view of the pearly Caribbean Sea from Christopher\'s (Photo contributed, TripAdvisor.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Wooden floors and a breath-taking view of\nthe Caribbean Sea is enough to melt all the worries of this modern life away. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My first visit was on a whim and initially\nwith the assistance of Google Maps (bad idea). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But, after calling the office for\ndirections finding the neatly tucked away oasis was my true mission for the\nday. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you get to the security gate you will\nbe asked your purpose for visit, so it makes sense to call ahead and let them\nknow you are coming by. It just makes things easier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once you step in the dining area, the\nintoxicating of fresh bread and coffee is clearly a ploy to make you hungry.\nHats off to Christophers (neat trick).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I just wanted to see the place and maybe have a cocktail. However, my stomach twisted my arm and the result was cocktails, soup, and a beautiful entree. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Truthfully, my ultimate test for any bar or restaurant to ‘walk the walk’ that the decor and appearance talks, is a Piña colada. Yes, you heard me. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2441} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pina-Colada-Menu-576x1024.jpg\" alt=\"\" class=\"wp-image-2441\" /><figcaption>A cool Piña colada and the Christopher\'s menu (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Although the ingredients are simple enough it is one of those drinks that if fresh elements aren\'t added to will taste like a mass-produced canned drink. I definitely expect that from a nice establishment.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I\'m happy to report that the bar-tender did a good job and made me two  Piña coladas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Story by Attalia Harriman</em>*</p>\n<!-- /wp:paragraph -->','Christopher\'s: At Hermosa Cove (Part 1)','','inherit','closed','closed','','2423-revision-v1','','','2019-08-09 15:03:01','2019-08-09 20:03:01','',2423,'https://buzz-caribbean.com/article/2423-revision-v1/',0,'revision','',0),(2637,14,'2019-08-09 15:05:45','2019-08-09 20:05:45','<!-- wp:image {\"id\":2436} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Seared-Mahi-Mahi-1024x576.jpg\" alt=\"\" class=\"wp-image-2436\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, after my happy stomach was in the ‘TGIF\nmood’ on a Wednesday after one Pina Colada, the brain thought it was a good\nidea to take an in-depth look at the menu and ask the patient waitress what was\nthe \'Soup de Jour\' (fancy way to say ‘soup of the day’). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chef Arnold obviously takes into consideration the delicate whips of ocean salt that dances in the breeze when sitting at the restaurant as the Seafood medley soup was light, crisp and perfectly balanced with mahi mahi, shrimp, green mussels &amp; veggies. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2439} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Seafood-Medley-Broth.jpg\" alt=\"\" class=\"wp-image-2439\" /><figcaption>Perfectly seasoned and balanced Seafood medley soup is a whole mood (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It wasn\'t summer yet, but Jamaica can have some oppressively hot days, which make hearty thick soup only perfect on rainy days.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As if the soup wasn\'t enough, and the second Piña colada, my friend, Chef Arnold and my stomach conspired against me and then came the pièce de résistance. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The show-stopper was the pan-seared Mahi Mahi loin. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2437} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Seared-Mahi-Mahi-1-1024x576.jpg\" alt=\"\" class=\"wp-image-2437\" /><figcaption> Pan-seared Mahi Mahi in all it\'s flavourful glory (Photo contributed) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A 2 1/2\" thick steak of fish perfectly\ncrusted but juicy and flavourful in the delicate folds. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was served on a bed of steamed cauliflower, pakchoi, zucchini, onions, broccoli &amp; cabbage in coconut milk with just a dash of scotch bonnet pepper. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although scotch bonnet can give a hell of a\npunch, this dish just had enough to tease your tongue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All that goodness was topped with a fresh\nsalsa that made every bite of this dish a pleasure to eat. The textures and\nflavours in this dish surely earn #foodgasm status.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most importantly after all that fancy \'Top\nChef\' experience, my purse was pleasantly surprised that my debit card didn\'t\nrequest a sidebar convo after paying the bill. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, whether on #staycation as a local or\n#vacation as a visitor a trip down the quiet private road towards the Hermosa\nCove property is worth it for a fabulous meal any day of the week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Side note: For those who love jerked &amp; barbecued food, Saturday night is the superb night to visit Christophers for dinner. Until then do it ‘For The Love Of Food’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Story by Attalia Harriman*</em></p>\n<!-- /wp:paragraph -->','Christopher’s (Part 2): Now, we eat!','','inherit','closed','closed','','2434-revision-v1','','','2019-08-09 15:05:45','2019-08-09 20:05:45','',2434,'https://buzz-caribbean.com/article/2434-revision-v1/',0,'revision','',0),(2638,11,'2019-08-09 15:06:53','2019-08-09 20:06:53','','Kids-Eating','','inherit','closed','closed','','kids-eating','','','2019-08-09 15:06:53','2019-08-09 20:06:53','',2628,'https://buzz-caribbean.com/app/uploads/2019/08/Kids-Eating.jpg',0,'attachment','image/jpeg',0),(2639,4,'2019-08-09 15:07:45','2019-08-09 20:07:45','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reggae legend Beres Hammond is scheduled to perform at the Howard Theatre in Washington, D.C. today and tomorrow.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The shows form part of his Never Ending Tour that kicked off on July 27 in Danbury, Connecticut, USA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The tour will include shows throughout the East Coast with\nstops in Baltimore, Cincinnati, Chicago, Boston, Toronto, Brooklyn, Boston, Philadelphia,\nNewark, Huntington, Richmond, Washington D.C., Norfolk, Charlotte, Atlanta,\nOrlando and Ft. Lauderdale.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>IT is named after Beres’ 2018 album, “Never Ending”, which\nis his third number one album on the Billboard reggae chart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On “Never Ending”, Beres carries on the grand tradition of a\nromantic balladeer with sensitivity and swagger presenting 21st century\nclassics from the master of romance and reggae.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Never Ending” features 14 songs about love and life, in\ncollaboration with longtime recording studio partners; Willie Lindo, Kirk\nBennett, Handel Tucker, Errol ‘Flabba’ Carter, Leroy &amp; David Heywood aka\n“Mafia &amp; Fluxy,” Winston ‘Bopee’ Bowen, Dean Fraser and Robbie Lyn among\nothers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was preceded by “A Moment in Time”, released in 2008, and\n“One Love, One Life” released in 2012. Over the span of his three decades, the\nlegendary singer has obtained 8 Top 10 hits on the Billboard Reggae Charts,\nincluding “In Control”, “Love From A Distance”, “A Day in the Life”, “Music is\nLife”’ and “The Ultimate Collection: Beres Hammond.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Helping form the foundation for his mellow, bluesy delivery,\nBeres grew up listening to American soul and pop music from Stax, Motown and\nother vintage sounds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fast forward to now, his own influence on others is witnessed\nfrom a diverse list of singers including Shaggy, Romain Virgo, Christopher\nMartin and Rihanna and much more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beres Hammond | US Tour 2018:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saturday - July 27 Ives Concert Park Danbury, CT</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sunday - July 28 Lake Clifton Park Baltimore, MD</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tuesday - July 30 Riverfront Live Cincinnati, OH</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wednesday - July 31 Patio Theater Chicago, IL</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Friday - August 2 Woodbine Racetrack Toronto, ON</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sunday - August 4 Ford Ampith. @ Coney Island </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tuesday - August 6 Payomet PAC Truro, MA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wednesday - August 7 House of Blues Boston, MA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Friday - August 9 Theater of Living Arts Philadelphia, PA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saturday - August 10 NJPAC Newark, NJ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sunday - August 11 The Paramount Huntington, NY</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tuesday - August 13 The National Richmond, VA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Th. &amp; Fri. - August 15 &amp; 16 Howard Theatre\nWashington, D.C.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saturday - August 17 Norva Norfolk, VA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sunday - August 18 Oasis Shriners Auditorium Charlotte, NC</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Friday - August 23 Cobb Energy PAC Atlanta, GA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saturday - August 24 The Hard Rock Orlando, FL</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sunday - August 25 Broward PAC Ft. Lauderdale, FL</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','2616-revision-v1','','','2019-08-09 15:07:45','2019-08-09 20:07:45','',2616,'https://buzz-caribbean.com/article/2616-revision-v1/',0,'revision','',0),(2640,11,'2019-08-09 15:09:01','2019-08-09 20:09:01','','Whistle','','inherit','closed','closed','','whistle','','','2019-08-09 15:09:01','2019-08-09 20:09:01','',2628,'https://buzz-caribbean.com/app/uploads/2019/08/Whistle.jpg',0,'attachment','image/jpeg',0),(2641,4,'2019-08-09 15:10:02','2019-08-09 20:10:02','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reggae legend Beres Hammond is scheduled to perform at the Howard Theatre in Washington, D.C. today and tomorrow.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The shows form part of his Never Ending Tour that kicked off on July 27 in Danbury, Connecticut, USA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beres has performed before a full house at each of his stops across the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The tour will include shows throughout the East Coast with stops in Baltimore, Cincinnati, Chicago, Boston, Toronto, Brooklyn, Boston, Philadelphia, Newark, Huntington, Richmond, Washington D.C., Norfolk, Charlotte, Atlanta, Orlando and Ft. Lauderdale.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>IT is named after Beres’ 2018 album, “Never Ending”, which\nis his third number one album on the Billboard reggae chart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On “Never Ending”, Beres carries on the grand tradition of a\nromantic balladeer with sensitivity and swagger presenting 21st century\nclassics from the master of romance and reggae.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Never Ending” features 14 songs about love and life, in\ncollaboration with longtime recording studio partners; Willie Lindo, Kirk\nBennett, Handel Tucker, Errol ‘Flabba’ Carter, Leroy &amp; David Heywood aka\n“Mafia &amp; Fluxy,” Winston ‘Bopee’ Bowen, Dean Fraser and Robbie Lyn among\nothers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was preceded by “A Moment in Time”, released in 2008, and\n“One Love, One Life” released in 2012. Over the span of his three decades, the\nlegendary singer has obtained 8 Top 10 hits on the Billboard Reggae Charts,\nincluding “In Control”, “Love From A Distance”, “A Day in the Life”, “Music is\nLife”’ and “The Ultimate Collection: Beres Hammond.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Helping form the foundation for his mellow, bluesy delivery,\nBeres grew up listening to American soul and pop music from Stax, Motown and\nother vintage sounds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fast forward to now, his own influence on others is witnessed\nfrom a diverse list of singers including Shaggy, Romain Virgo, Christopher\nMartin and Rihanna and much more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beres Hammond | US Tour 2018:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saturday - July 27 Ives Concert Park Danbury, CT</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sunday - July 28 Lake Clifton Park Baltimore, MD</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tuesday - July 30 Riverfront Live Cincinnati, OH</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wednesday - July 31 Patio Theater Chicago, IL</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Friday - August 2 Woodbine Racetrack Toronto, ON</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sunday - August 4 Ford Ampith. @ Coney Island </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tuesday - August 6 Payomet PAC Truro, MA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wednesday - August 7 House of Blues Boston, MA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Friday - August 9 Theater of Living Arts Philadelphia, PA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saturday - August 10 NJPAC Newark, NJ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sunday - August 11 The Paramount Huntington, NY</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tuesday - August 13 The National Richmond, VA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Th. &amp; Fri. - August 15 &amp; 16 Howard Theatre\nWashington, D.C.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saturday - August 17 Norva Norfolk, VA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sunday - August 18 Oasis Shriners Auditorium Charlotte, NC</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Friday - August 23 Cobb Energy PAC Atlanta, GA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saturday - August 24 The Hard Rock Orlando, FL</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sunday - August 25 Broward PAC Ft. Lauderdale, FL</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','2616-revision-v1','','','2019-08-09 15:10:02','2019-08-09 20:10:02','',2616,'https://buzz-caribbean.com/article/2616-revision-v1/',0,'revision','',0),(2642,14,'2019-08-09 15:12:14','2019-08-09 20:12:14','','di-wine-yaad-ocho-rios','','inherit','closed','closed','','di-wine-yaad-ocho-rios','','','2019-08-09 15:12:14','2019-08-09 20:12:14','',2598,'https://buzz-caribbean.com/app/uploads/2019/08/di-wine-yaad-ocho-rios.jpg',0,'attachment','image/jpeg',0),(2643,4,'2019-08-09 15:12:17','2019-08-09 20:12:17','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reggae legend Beres Hammond is scheduled to perform at the Howard Theatre in Washington, D.C. today and tomorrow.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The shows form part of his Never Ending Tour that kicked off on July 27 in Danbury, Connecticut, USA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beres has performed before a full house at each of his stops across the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The tour will include shows throughout the East Coast with stops in Baltimore, Cincinnati, Chicago, Boston, Toronto, Brooklyn, Boston, Philadelphia, Newark, Huntington, Richmond, Washington D.C., Norfolk, Charlotte, Atlanta, Orlando and Ft. Lauderdale.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>IT is named after Beres’ 2018 album, “Never Ending”, which\nis his third number one album on the Billboard reggae chart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On “Never Ending”, Beres carries on the grand tradition of a\nromantic balladeer with sensitivity and swagger presenting 21st century\nclassics from the master of romance and reggae.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Never Ending” features 14 songs about love and life, in\ncollaboration with longtime recording studio partners; Willie Lindo, Kirk\nBennett, Handel Tucker, Errol ‘Flabba’ Carter, Leroy &amp; David Heywood aka\n“Mafia &amp; Fluxy,” Winston ‘Bopee’ Bowen, Dean Fraser and Robbie Lyn among\nothers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was preceded by “A Moment in Time”, released in 2008, and\n“One Love, One Life” released in 2012. Over the span of his three decades, the\nlegendary singer has obtained 8 Top 10 hits on the Billboard Reggae Charts,\nincluding “In Control”, “Love From A Distance”, “A Day in the Life”, “Music is\nLife”’ and “The Ultimate Collection: Beres Hammond.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Helping form the foundation for his mellow, bluesy delivery,\nBeres grew up listening to American soul and pop music from Stax, Motown and\nother vintage sounds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fast forward to now, his own influence on others is witnessed\nfrom a diverse list of singers including Shaggy, Romain Virgo, Christopher\nMartin and Rihanna and much more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beres Hammond | US Tour 2018:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Th. &amp; Fri. - August 15 &amp; 16 Howard Theatre\nWashington, D.C.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saturday - August 17 Norva Norfolk, VA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sunday - August 18 Oasis Shriners Auditorium Charlotte, NC</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Friday - August 23 Cobb Energy PAC Atlanta, GA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saturday - August 24 The Hard Rock Orlando, FL</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sunday - August 25 Broward PAC Ft. Lauderdale, FL</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','2616-revision-v1','','','2019-08-09 15:12:17','2019-08-09 20:12:17','',2616,'https://buzz-caribbean.com/article/2616-revision-v1/',0,'revision','',0),(2644,11,'2019-08-09 15:12:41','2019-08-09 20:12:41','','Bath-Time','','inherit','closed','closed','','bath-time','','','2019-08-09 15:12:41','2019-08-09 20:12:41','',2628,'https://buzz-caribbean.com/app/uploads/2019/08/Bath-Time.jpeg',0,'attachment','image/jpeg',0),(2645,14,'2019-08-09 15:13:16','2019-08-09 20:13:16','','miss-ts-kitchen-entrance-demo','','inherit','closed','closed','','miss-ts-kitchen-entrance-demo','','','2019-08-09 15:13:16','2019-08-09 20:13:16','',2598,'https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-kitchen-entrance-demo.jpg',0,'attachment','image/jpeg',0),(2646,11,'2019-08-09 15:13:26','2019-08-09 20:13:26','','music-at-home-with-kids','','inherit','closed','closed','','music-at-home-with-kids','','','2019-08-09 15:13:26','2019-08-09 20:13:26','',2628,'https://buzz-caribbean.com/app/uploads/2019/08/music-at-home-with-kids.jpg',0,'attachment','image/jpeg',0),(2647,4,'2019-08-09 15:13:26','2019-08-09 20:13:26','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reggae legend Beres Hammond is scheduled to perform at the Howard Theatre in Washington, D.C. today and tomorrow.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The shows form part of his Never Ending Tour that kicked off on July 27 in Danbury, Connecticut, USA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beres has performed before a full house at each of his stops across the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The tour will include shows throughout the East Coast with stops in Baltimore, Cincinnati, Chicago, Boston, Toronto, Brooklyn, Boston, Philadelphia, Newark, Huntington, Richmond, Washington D.C., Norfolk, Charlotte, Atlanta, Orlando and Ft. Lauderdale.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>IT is named after Beres’ 2018 album, “Never Ending”, which\nis his third number one album on the Billboard reggae chart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On “Never Ending”, Beres carries on the grand tradition of a\nromantic balladeer with sensitivity and swagger presenting 21st century\nclassics from the master of romance and reggae.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Never Ending” features 14 songs about love and life, in\ncollaboration with longtime recording studio partners; Willie Lindo, Kirk\nBennett, Handel Tucker, Errol ‘Flabba’ Carter, Leroy &amp; David Heywood aka\n“Mafia &amp; Fluxy,” Winston ‘Bopee’ Bowen, Dean Fraser and Robbie Lyn among\nothers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was preceded by “A Moment in Time”, released in 2008, and\n“One Love, One Life” released in 2012. Over the span of his three decades, the\nlegendary singer has obtained 8 Top 10 hits on the Billboard Reggae Charts,\nincluding “In Control”, “Love From A Distance”, “A Day in the Life”, “Music is\nLife”’ and “The Ultimate Collection: Beres Hammond.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Helping form the foundation for his mellow, bluesy delivery,\nBeres grew up listening to American soul and pop music from Stax, Motown and\nother vintage sounds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fast forward to now, his own influence on others is witnessed\nfrom a diverse list of singers including Shaggy, Romain Virgo, Christopher\nMartin and Rihanna and much more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beres Hammond | US Tour 2019</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Th. &amp; Fri. - August 15 &amp; 16 Howard Theatre\nWashington, D.C.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saturday - August 17 Norva Norfolk, VA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sunday - August 18 Oasis Shriners Auditorium Charlotte, NC</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Friday - August 23 Cobb Energy PAC Atlanta, GA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saturday - August 24 The Hard Rock Orlando, FL</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sunday - August 25 Broward PAC Ft. Lauderdale, FL</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','2616-revision-v1','','','2019-08-09 15:13:26','2019-08-09 20:13:26','',2616,'https://buzz-caribbean.com/article/2616-revision-v1/',0,'revision','',0),(2648,14,'2019-08-09 15:14:09','2019-08-09 20:14:09','','miss-ts-kitchen-inside-demo','','inherit','closed','closed','','miss-ts-kitchen-inside-demo','','','2019-08-09 15:14:09','2019-08-09 20:14:09','',2598,'https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-kitchen-inside-demo.jpg',0,'attachment','image/jpeg',0),(2649,14,'2019-08-09 15:14:39','2019-08-09 20:14:39','','miss-t-owner-demo','','inherit','closed','closed','','miss-t-owner-demo','','','2019-08-09 15:14:39','2019-08-09 20:14:39','',2598,'https://buzz-caribbean.com/app/uploads/2019/08/miss-t-owner-demo.jpg',0,'attachment','image/jpeg',0),(2651,14,'2019-08-09 15:18:01','2019-08-09 20:18:01','<!-- wp:image {\"id\":2645} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-kitchen-entrance-demo-1024x575.jpg\" alt=\"\" class=\"wp-image-2645\" /><figcaption>Aww, such a cute sign! (Photo contributed, Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When you live on an island that has a\ndiverse culture, food is always exciting. In Jamaica, it is no different. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A wide range of international fast-food\nfranchises can be found competing with local franchises, and small cook-shops\nare more common than high-end restaurants. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But there are some spots that just stand\nout as they cater to all palettes and give you a true representation of island\nfood.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yes... I have an obsession with food; good food that is, and to have friends who like to eat, cook and enjoy a good bottle of spirits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you have been or heard of Ocho Rios, you\nknow it is a small coastal town that caters heavily to the thousands of\ntourists that visit every year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s not only where Dunn\'s River Falls\n&amp; Mystic Mountain attractions are located, but tucked away on a side street,\ntwo minutes’ walk from the town centre, you will find Miss T\'s Kitchen in the\ncutest little garden.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2648} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-kitchen-inside-demo.jpg\" alt=\"\" class=\"wp-image-2648\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Opened every day from noon until 11 pm,\nthis small restaurant feeds all comers, no matter the dietary needs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did I mention they have a gorgeous wine bar on-location that is almost like going to a different establishment all together?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Uniquely named, the \'Di Wine Yaad\' is a wooden structure that totally ties in with the existing decor and offers outdoor and indoor seating. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2642} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/di-wine-yaad-ocho-rios-819x1024.jpg\" alt=\"\" class=\"wp-image-2642\" /><figcaption>Di Wine Yaad (Photo contributed, Instagram)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Light background music and an atmosphere\nthat screams \'Tapas &amp; Wine\'. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The selection of wine available suits any\nbudget and the wine drinkers from introductory to the connoisseur. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are lucky you might even get to share a glass of wine with the owner Miss T (Anna-Kay Tomlinson) who regularly entertains friends at the \'Di Wine Yaad\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2649} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miss-t-owner-demo.jpg\" alt=\"\" class=\"wp-image-2649\" /><figcaption>Miss T, the woman behind Ocho Rios\' favourite eatery (Photo contributed, Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Story by Attalia Harriman</em>*</p>\n<!-- /wp:paragraph -->','Miss T\'s Kitchen (Part 1)','','inherit','closed','closed','','2598-revision-v1','','','2019-08-09 15:18:01','2019-08-09 20:18:01','',2598,'https://buzz-caribbean.com/article/2598-revision-v1/',0,'revision','',0),(2652,11,'2019-08-09 15:19:00','2019-08-09 20:19:00','','Fun With Dad','','inherit','closed','closed','','fun-with-dad','','','2019-08-09 15:19:00','2019-08-09 20:19:00','',2628,'https://buzz-caribbean.com/app/uploads/2019/08/Fun-With-Dad.jpg',0,'attachment','image/jpeg',0),(2653,23,'2019-08-14 18:49:15','2019-08-14 23:49:15','<!-- wp:paragraph -->\n<p>Everything on the menu is good and makes it\nhard to make a choice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2662} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-kitchen-inside-demo-1.jpg\" alt=\"\" class=\"wp-image-2662\" /><figcaption>Miss T\'s Kitchen in Ocho Rios, St. Ann (Photo contributed, Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Whether you are a meat lover, pescatarian\nor vegan, there is something on the menu for you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A great thing to also note is the chef is\nwilling to make adjustments for done-to-order items. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I\'m always grateful for a dish that has a\ncream sauce that doesn\'t break on my plate and seafood that is treated with the\nrespect it deserves. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This restaurant has gotten the formula\nright. Not to mention crisply blanched or steamed vegetables that still retain\ncolour and crunch. Who enjoys soggy veggies? Nobody! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When I\'m in the mood for fish on my visits,\nI always order the sea trout that is fried to seal in the moisture and flavour\nthen married with either a garlic cream sauce or some yummy oleo. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2665} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-sea-trout-buzz.jpg\" alt=\"\" class=\"wp-image-2665\" /><figcaption>Sea Trout, Miss T style! (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Rice &amp; Peas with tossed veggies is a\nlocal favourite but don\'t sleep on having it with just plain steamed garden\nvegetables, either way, your tummy will be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There is one dish that Miss T\'s Kitchen is renowned for and that is \'Oxtail\'. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There is just something they do to this\nbony morsel of beef that will most likely result in the sucking of bones and\nfingers...simply magical. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the Apps section of the menu, there is the signature Oxtail Cocoa bread: which is, tiny rounds of in house baked buttery good bread that is stuffed with deboned oxtail meat. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2672} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-braised-oxtail-on-cocobread-1.jpg\" alt=\"\" class=\"wp-image-2672\" /><figcaption>Laaaaawd...pass some more Oxtail cocoa bread, please! (Photo contributed, Instagram)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you\'re a newbie to the oxtail life, then\nease into it with that slice of heaven. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now, for those of us who can remember large\nfamily gatherings were the only time the best cooks in the house would assault\nyour senses for hours while the oxtail was being cooked, understand my next\nline of conversation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Picture... \'tender gummy meat that falls\noff the bone with the slightest tug. The thick brown gravy that is not oily but\nbegs to be sopped up. Then there are the additions of the tiny dumplings and\nthe perfectly soft butter beans that are infused with the aroma of thyme,\nrosemary and just a hint of heat from habanero pepper.\' </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2676} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-oxtail-buzz-1.jpg\" alt=\"\" class=\"wp-image-2676\" /><figcaption>Heaven. In. A. Plate (Photo contributed, Instagram)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>True oxtail lovers know that when it\'s cooked perfectly, just the gravy adds magic to a plain old fried chicken meal. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yes! We Jamaicans are obsessed with curry\ngravy &amp; oxtail gravy on our fried chicken. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With all that said, the next time you\nhappen to want to dine for lunch or dinner in Ocho Rios, take a detour to Miss\nT\'s Kitchen, it’s well worth it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2677} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-oxtail-buzz-2.jpg\" alt=\"\" class=\"wp-image-2677\" /><figcaption>Oxtail so good, you have to do a double-take! (Photo contributed, Instagram)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They are listed on Google Maps, Instagram\nand you can lust at their menu online before you make your trip.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I do hope this encourages you to try something new or take a second look at the obscure places and hidden food joints in Jamaica. Until the next time, we do it...For The Love Of Food.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Story by Attalia Harriman</em>*</p>\n<!-- /wp:paragraph -->','Miss T\'s Kitchen (Part 2): Now, we eat!','','publish','closed','closed','','miss-ts-kitchen-part-2-now-we-eat','','','2019-08-14 21:54:22','2019-08-15 02:54:22','',0,'https://buzz-caribbean.com/?p=2653',0,'post','',0),(2654,13,'2019-08-09 15:26:22','2019-08-09 20:26:22','{\"id\":\"2603\",\"questions\":[{\"uid\":\"6b68566a-4296-4f3e-a9eb-ff5611d0ee2c\",\"content\":\"\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','','','inherit','closed','closed','','2603-revision-v1','','','2019-08-09 15:26:22','2019-08-09 20:26:22','',2603,'https://buzz-caribbean.com/article/2603-revision-v1/',0,'revision','',0),(2655,4,'2019-08-09 15:29:04','2019-08-09 20:29:04','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reggae legend Beres Hammond is scheduled to perform at the Howard Theatre in Washington, D.C. today and tomorrow.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The shows form part of his Never Ending Tour that kicked off on July 27 in Danbury, Connecticut, USA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beres has performed before a full house at each of his stops across the United States. Among the states in which has performed are New York, Illinois, Massachusetts and New Jersey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tour is named after Beres’ 2018 album, <strong>Never Ending</strong>, which is his third number one album on the Billboard reggae chart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On <strong>Never Ending</strong>, Beres carries on the grand tradition of a romantic balladeer with sensitivity and swagger, presenting 21st century classics from the master of romance and reggae.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The remaining dates for Beres\' Never Ending Tour:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Saturday, August 17: Norva Norfolk, Virginia</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sunday - August 18 Oasis Shriners Auditorium Charlotte, NC</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Friday - August 23 Cobb Energy PAC Atlanta, GA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saturday - August 24 The Hard Rock Orlando, FL</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sunday - August 25 Broward PAC Ft. Lauderdale, FL</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','2616-revision-v1','','','2019-08-09 15:29:04','2019-08-09 20:29:04','',2616,'https://buzz-caribbean.com/article/2616-revision-v1/',0,'revision','',0),(2656,11,'2019-08-09 15:32:44','2019-08-09 20:32:44','<!-- wp:paragraph -->\n<p>Tracey is heading to her reunion for the weekend so Dave has the children and full time ‘daddy duties’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Knowing how rambunctious her three small children can be, Tracey is worried if she will even recognise her home when she gets back, so with a sigh and a little apprehension, she kisses them goodbye and heads out of town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For Dave, it is no big deal as he has things all planned out and it involves absolutely none of the instructions Tracey left pinned to the refrigerator. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the next 48 hours, he will be in charge of the ‘fun-factory’ and all of Tracey’s rules about etiquette and cleaning will be ignored. These are the things fathers do differently when mothers are not around.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2652,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fun-With-Dad.jpg\" alt=\"\" class=\"wp-image-2652\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The first thing they do is suspend chores. Who needs them? Nobody ever got a Nobel peace prize for cleaning or washing dishes. Therefore to ensure that there is minimal work involved he will roll up and put aside the carpet so that he does not get any food or juice stains on it and all meals will be served on paper plates. How smart is that? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2634} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/paper-plate.jpg\" alt=\"\" class=\"wp-image-2634\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fathers also like\nto make everything either a sport or a competition with little ones so in order\nto get them to eat all their food they will make lunch a ‘hot dog eating\ncontest’ and even get a whistle and cheer them on as they wolf down their meal.\nTheir mothers would be mortified. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2640} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Whistle-1024x489.jpg\" alt=\"\" class=\"wp-image-2640\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bath time is a whole adventure. Mothers have so much on their plate that getting the kids cleaned and clothed and out of the bathroom in as little time as possible has become almost a science for them. Not so for Dad. He goes for toys and makes it a full-blown water park with a theme so the kids will be wrinkled but happy as they go off to sleep.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2644} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bath-Time-1024x768.jpeg\" alt=\"\" class=\"wp-image-2644\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking of adventures, trust dad to pull apart the living room sofa cushions and make a tent or a camp in the middle of the living room complete with sheets, flashlights and pillows. He may turn off all the main house lights and feed them snacks while he tells them scary stories that makes them want to pee but too afraid to venture off to the bathroom by themselves. Way to go, dad! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2646,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/music-at-home-with-kids.jpg\" alt=\"\" class=\"wp-image-2646\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dads may also allow them to pick their clothing to wear - forget colour coordination, clean, weatherproof or right for the occasion - if it fits and they like it, it\'s a go! For fathers it is all about comfort over style. They are also big on giving you the option to choose so another brownie point for dads who allows you to just be you. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you remember any shenanigans you got into with Dad while Mom was away? Tell us at <strong>BUZZ</strong>. #DadsRule</p>\n<!-- /wp:paragraph -->','Things that Dads do that Moms don’t','','inherit','closed','closed','','2628-revision-v1','','','2019-08-09 15:32:44','2019-08-09 20:32:44','',2628,'https://buzz-caribbean.com/article/2628-revision-v1/',0,'revision','',0),(2657,4,'2019-08-09 15:33:03','2019-08-09 20:33:03','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reggae legend Beres Hammond is scheduled to perform at the Howard Theatre in Washington, D.C. today and tomorrow.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The shows form part of his Never Ending Tour that kicked off on July 27 in Danbury, Connecticut, USA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beres has performed before a full house at each of his stops across the United States. Among the states in which has performed are New York, Illinois, Massachusetts and New Jersey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tour is named after Beres’ 2018 album, <strong>Never Ending</strong>, which is his third number one album on the Billboard reggae chart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On <strong>Never Ending</strong>, Beres carries on the grand tradition of a romantic balladeer with sensitivity and swagger, presenting 21st century classics from the master of romance and reggae.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The remaining dates for Beres\' Never Ending Tour:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Saturday, August 17: Norva Norfolk, Virginia</li><li>Sunday, August 18: Oasis Shriners Auditorium, Charlotte, North Carolina</li><li>Friday, August 23: Cobb Energy PAC, Atlanta, Georgia</li><li>Saturday, August 24: The Hard Rock, Orlando, Florida</li><li>Sunday, August 25: Broward PAC, Ft. Lauderdale, Florida</li></ul>\n<!-- /wp:list -->','','','inherit','closed','closed','','2616-revision-v1','','','2019-08-09 15:33:03','2019-08-09 20:33:03','',2616,'https://buzz-caribbean.com/article/2616-revision-v1/',0,'revision','',0),(2658,4,'2019-08-09 15:34:32','2019-08-09 20:34:32','<!-- wp:paragraph -->\n<p>Reggae legend Beres Hammond is scheduled to perform at the Howard Theatre in Washington, D.C. today and tomorrow.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The shows form part of his Never Ending Tour that kicked off on July 27 in Danbury, Connecticut, USA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beres has performed before a full house at each of his stops across the United States. Among the states in which has performed are New York, Illinois, Massachusetts and New Jersey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tour is named after Beres’ 2018 album, <strong>Never Ending</strong>, which is his third number one album on the Billboard reggae chart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On <strong>Never Ending</strong>, Beres carries on the grand tradition of a romantic balladeer with sensitivity and swagger, presenting 21st century classics from the master of romance and reggae.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The remaining dates for Beres\' Never Ending Tour:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Saturday, August 17: Norva Norfolk, Virginia</li><li>Sunday, August 18: Oasis Shriners Auditorium, Charlotte, North Carolina</li><li>Friday, August 23: Cobb Energy PAC, Atlanta, Georgia</li><li>Saturday, August 24: The Hard Rock, Orlando, Florida</li><li>Sunday, August 25: Broward PAC, Ft. Lauderdale, Florida</li></ul>\n<!-- /wp:list -->','','','inherit','closed','closed','','2616-revision-v1','','','2019-08-09 15:34:32','2019-08-09 20:34:32','',2616,'https://buzz-caribbean.com/article/2616-revision-v1/',0,'revision','',0),(2659,4,'2019-08-09 15:40:33','2019-08-09 20:40:33','<!-- wp:paragraph -->\n<p>Reggae legend Beres Hammond is scheduled to perform at the Howard Theatre in Washington, D.C. on August 15 and 16.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The shows form part of his Never Ending Tour that kicked off on July 27 in Danbury, Connecticut, USA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beres has performed before a full house at each of his stops across the United States. Among the states in which has performed are New York, Illinois, Massachusetts and New Jersey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tour is named after Beres’ 2018 album, <strong>Never Ending</strong>, which is his third number one album on the Billboard reggae chart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On <strong>Never Ending</strong>, Beres carries on the grand tradition of a romantic balladeer with sensitivity and swagger, presenting 21st century classics from the master of romance and reggae.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The remaining dates for Beres\' Never Ending Tour:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Saturday, August 17: Norva Norfolk, Virginia</li><li>Sunday, August 18: Oasis Shriners Auditorium, Charlotte, North Carolina</li><li>Friday, August 23: Cobb Energy PAC, Atlanta, Georgia</li><li>Saturday, August 24: The Hard Rock, Orlando, Florida</li><li>Sunday, August 25: Broward PAC, Ft. Lauderdale, Florida</li></ul>\n<!-- /wp:list -->','Beres\' Never Ending Tour hits Washington D.C. tonight','','inherit','closed','closed','','2616-revision-v1','','','2019-08-09 15:40:33','2019-08-09 20:40:33','',2616,'https://buzz-caribbean.com/article/2616-revision-v1/',0,'revision','',0),(2660,4,'2019-08-09 15:41:35','2019-08-09 20:41:35','<!-- wp:paragraph -->\n<p>Reggae legend Beres Hammond is scheduled to perform at the Howard Theatre in Washington, D.C. on August 15 and 16.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The shows form part of his Never Ending Tour that kicked off on July 27 in Danbury, Connecticut, USA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beres has performed before a full house at each of his stops across the United States. Among the states in which has performed are New York, Illinois, Massachusetts and New Jersey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The tour is named after Beres’ 2018 album, <strong>Never Ending</strong>, which is his third number one album on the Billboard reggae chart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On <strong>Never Ending</strong>, Beres carries on the grand tradition of a romantic balladeer with sensitivity and swagger, presenting 21st century classics from the master of romance and reggae.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The remaining dates for Beres\' Never Ending Tour:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Saturday, August 17: Norva Norfolk, Virginia</li><li>Sunday, August 18: Oasis Shriners Auditorium, Charlotte, North Carolina</li><li>Friday, August 23: Cobb Energy PAC, Atlanta, Georgia</li><li>Saturday, August 24: The Hard Rock, Orlando, Florida</li><li>Sunday, August 25: Broward PAC, Ft. Lauderdale, Florida</li></ul>\n<!-- /wp:list -->','Beres\' Never Ending Tour hits Washington D.C. tonight','','inherit','closed','closed','','2616-revision-v1','','','2019-08-09 15:41:35','2019-08-09 20:41:35','',2616,'https://buzz-caribbean.com/article/2616-revision-v1/',0,'revision','',0),(2661,4,'2019-08-09 15:42:43','2019-08-09 20:42:43','<!-- wp:paragraph -->\n<p>Reggae legend Beres Hammond is scheduled to perform at the Howard Theatre in Washington, D.C. on August 15 and 16.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The shows form part of his Never Ending Tour that kicked off on July 27 in Danbury, Connecticut, USA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beres has performed before a full house at each of his stops across the United States. Among the states in which has performed are New York, Illinois, Massachusetts and New Jersey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The tour is named after Beres’ 2018 album, <strong>Never Ending</strong>, which is his third number one album on the Billboard reggae chart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On <strong>Never Ending</strong>, Beres carries on the grand tradition of a romantic balladeer with sensitivity and swagger, presenting 21st century classics from the master of romance and reggae.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The remaining dates for Beres\' Never Ending Tour:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Saturday, August 17: Norva Norfolk, Virginia</li><li>Sunday, August 18: Oasis Shriners Auditorium, Charlotte, North Carolina</li><li>Friday, August 23: Cobb Energy PAC, Atlanta, Georgia</li><li>Saturday, August 24: The Hard Rock, Orlando, Florida</li><li>Sunday, August 25: Broward PAC, Ft. Lauderdale, Florida</li></ul>\n<!-- /wp:list -->','Beres\' Never Ending Tour hits Washington D.C. tonight','','inherit','closed','closed','','2616-revision-v1','','','2019-08-09 15:42:43','2019-08-09 20:42:43','',2616,'https://buzz-caribbean.com/article/2616-revision-v1/',0,'revision','',0),(2662,14,'2019-08-09 15:43:32','2019-08-09 20:43:32','','miss-ts-kitchen-inside-demo-1','','inherit','closed','closed','','miss-ts-kitchen-inside-demo-1','','','2019-08-09 15:43:32','2019-08-09 20:43:32','',2653,'https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-kitchen-inside-demo-1.jpg',0,'attachment','image/jpeg',0),(2663,14,'2019-08-09 15:45:11','2019-08-09 20:45:11','','miss-ts-braised-oxtail-on-cocobread','','inherit','closed','closed','','miss-ts-braised-oxtail-on-cocobread','','','2019-08-09 15:45:11','2019-08-09 20:45:11','',2653,'https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-braised-oxtail-on-cocobread.jpg',0,'attachment','image/jpeg',0),(2664,14,'2019-08-09 15:45:29','2019-08-09 20:45:29','','miss-ts-oxtail-buzz','','inherit','closed','closed','','miss-ts-oxtail-buzz','','','2019-08-09 15:45:29','2019-08-09 20:45:29','',2653,'https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-oxtail-buzz.jpg',0,'attachment','image/jpeg',0),(2665,14,'2019-08-09 15:45:49','2019-08-09 20:45:49','','miss-ts-sea-trout-buzz','','inherit','closed','closed','','miss-ts-sea-trout-buzz','','','2019-08-09 15:45:49','2019-08-09 20:45:49','',2653,'https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-sea-trout-buzz.jpg',0,'attachment','image/jpeg',0),(2667,4,'2019-08-09 15:46:36','2019-08-09 20:46:36','<!-- wp:paragraph -->\n<p>Reggae legend Beres Hammond is scheduled to perform at the Howard Theatre in Washington, D.C. on August 15 and 16.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The shows form part of his Never Ending Tour that kicked off on July 27 in Danbury, Connecticut, USA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B07jBMZgt2Q/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B07jBMZgt2Q/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Beres has performed before a full house at each of his stops across the United States. Among the states in which has performed are New York, Illinois, Massachusetts and New Jersey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The tour is named after Beres’ 2018 album, <strong>Never Ending</strong>, which is his third number one album on the Billboard reggae chart. On <strong>Never Ending</strong>, Beres carries on the grand tradition of a romantic balladeer with sensitivity and swagger, presenting 21st century classics from the master of romance and reggae.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The remaining dates for Beres\' Never Ending Tour:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Saturday, August 17: Norva Norfolk, Virginia</li><li>Sunday, August 18: Oasis Shriners Auditorium, Charlotte, North Carolina</li><li>Friday, August 23: Cobb Energy PAC, Atlanta, Georgia</li><li>Saturday, August 24: The Hard Rock, Orlando, Florida</li><li>Sunday, August 25: Broward PAC, Ft. Lauderdale, Florida</li></ul>\n<!-- /wp:list -->','Beres\' Never Ending Tour hits Washington D.C. tonight','','inherit','closed','closed','','2616-revision-v1','','','2019-08-09 15:46:36','2019-08-09 20:46:36','',2616,'https://buzz-caribbean.com/article/2616-revision-v1/',0,'revision','',0),(2668,1,'2019-08-09 16:30:37','2019-08-09 21:30:37','<!-- wp:paragraph -->\n<p>Radio Station</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A Digital Media Manager is needed to oversee the station’s digital media efforts, including websites and platforms such as Facebook, Instagram and Twitter. A critical function is to create and curate shareable content.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Essential Duties &amp; Responsibilities </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Design digital media campaigns aligned with the station’s goals</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Coordinate the creation of digital\ncontent (e.g. website, blogs and podcasts)</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Build and manage social\nmedia profiles and presence.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Determine which platform\nis best suited for each piece of content. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Manage end-to-end digital projects</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Establish the station’s web presence to\nboost audience engagement and generate revenue</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Liaise with Marketing, Sales and Operations Management teams to ensure brand consistency across all platforms.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Direct paid search and\nsocial campaigns and analyze the performance of those campaigns. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Assess SEO configurations: </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Monitor analytics </li><li>Manage the digital budget</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Requirements</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Proven work experience as a Digital Media Specialist or Digital Marketing Manager</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Solid\nknowledge of Photoshop, Final Cut Pro, Premiere Pro, Audacity or other media\nediting software</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Experience\nwith visual communication principles</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Familiarity\nwith web design and content management systems</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Excellent\nanalytical and project management skills</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>An\nability to multitask and perform under tight deadlines</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Strong verbal and written\ncommunication skills</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>The ideal candidate should possesses:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bachelor’s Degree in Digital Media Management/Digital Media Studies/Digital Media Arts or any equivalent relevant qualification such as Marketing, Communications, Writing or Business Studies from a recognized tertiary institution plus at least three (3) years related experience.</p>\n<!-- /wp:paragraph -->','A new venture, a Radio Station Digital Media Manager','','publish','closed','closed','','a-new-venture-a-radio-station-digital-media-manager-2668','','','2019-09-12 09:07:14','2019-09-12 14:07:14','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=2668',0,'job','',0),(2669,4,'2019-08-09 15:48:08','2019-08-09 20:48:08','<!-- wp:paragraph -->\n<p>Reggae legend Beres Hammond is scheduled to perform at the Howard Theatre in Washington, D.C. on August 15 and 16.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The shows form part of his Never Ending Tour that kicked off on July 27 in Danbury, Connecticut, USA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B07jBMZgt2Q/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B07jBMZgt2Q/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Beres has performed before a full house at each of his stops across the United States. Among the states in which has performed are New York, Illinois, Massachusetts and New Jersey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The tour is named after Beres’ 2018 album, <strong>Never Ending</strong>, which is his third number one album on the Billboard reggae chart. On <strong>Never Ending</strong>, Beres carries on the grand tradition of a romantic balladeer with sensitivity and swagger, presenting 21st century classics from the master of romance and reggae.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The remaining dates for Beres\' Never Ending Tour are:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Saturday, August 17: Norva Norfolk, Virginia</li><li>Sunday, August 18: Oasis Shriners Auditorium, Charlotte, North Carolina</li><li>Friday, August 23: Cobb Energy PAC, Atlanta, Georgia</li><li>Saturday, August 24: The Hard Rock, Orlando, Florida</li><li>Sunday, August 25: Broward PAC, Ft. Lauderdale, Florida</li></ul>\n<!-- /wp:list -->','Beres\' Never Ending Tour hits Washington D.C. Aug. 15','','inherit','closed','closed','','2616-revision-v1','','','2019-08-09 15:48:08','2019-08-09 20:48:08','',2616,'https://buzz-caribbean.com/article/2616-revision-v1/',0,'revision','',0),(2670,14,'2019-08-09 15:49:15','2019-08-09 20:49:15','<!-- wp:paragraph -->\n<p>Everything on the menu is good and makes it\nhard to make a choice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2662} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-kitchen-inside-demo-1.jpg\" alt=\"\" class=\"wp-image-2662\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Whether you are a meat lover, pescatarian\nor vegan, there is something on the menu for you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A great thing to also note is the chef is\nwilling to make adjustments for done-to-order items. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I\'m always grateful for a dish that has a\ncream sauce that doesn\'t break on my plate and seafood that is treated with the\nrespect it deserves. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This restaurant has gotten the formula\nright. Not to mention crisply blanched or steamed vegetables that still retain\ncolour and crunch. Who enjoys soggy veggies? Nobody! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When I\'m in the mood for fish on my visits,\nI always order the sea trout that is fried to seal in the moisture and flavour\nthen married with either a garlic cream sauce or some yummy oleo. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2665} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-sea-trout-buzz.jpg\" alt=\"\" class=\"wp-image-2665\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Rice &amp; Peas with tossed veggies is a\nlocal favourite but don\'t sleep on having it with just plain steamed garden\nvegetables, either way, your tummy will be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There is one dish that Miss T\'s Kitchen is renowned for and that is \'Oxtail\'. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There is just something they do to this\nbony morsel of beef that will most likely result in the sucking of bones and\nfingers...simply magical. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the Apps section of the menu, there is\nthe signature Oxtail Cocoa bread: which is, tiny rounds of in house baked\nbuttery good bread that is stuffed with de-boned oxtail meat. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2663} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-braised-oxtail-on-cocobread.jpg\" alt=\"\" class=\"wp-image-2663\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you\'re a newbie to the oxtail life, then\nease into it with that slice of heaven. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now, for those of us who can remember large\nfamily gatherings were the only time the best cooks in the house would assault\nyour senses for hours while the oxtail was being cooked, understand my next\nline of conversation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Picture... \'tender gummy meat that falls\noff the bone with the slightest tug. The thick brown gravy that is not oily but\nbegs to be sopped up. Then there are the additions of the tiny dumplings and\nthe perfectly soft butter beans that are infused with the aroma of thyme,\nrosemary and just a hint of heat from habanero pepper.\' </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2664} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-oxtail-buzz.jpg\" alt=\"\" class=\"wp-image-2664\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>True oxtail lovers know that when it\'s cooked perfectly, just the gravy adds magic to a plain old fried chicken meal. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yes! We Jamaicans are obsessed with curry\ngravy &amp; oxtail gravy on our fried chicken. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With all that said, the next time you\nhappen to want to dine for lunch or dinner in Ocho Rios, take a detour to Miss\nT\'s Kitchen, it’s well worth it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They are listed on Google Maps, Instagram\nand you can lust at their menu online before you make your trip.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I do hope this encourages you to try\nsomething new or take a second look at the obscure places and hidden food\njoints in Jamaica. Until the next time, we do it...For The Love Of Food.</p>\n<!-- /wp:paragraph -->','Miss T\'s Kitchen (Part 2): Now, we eat!','','inherit','closed','closed','','2653-revision-v1','','','2019-08-09 15:49:15','2019-08-09 20:49:15','',2653,'https://buzz-caribbean.com/article/2653-revision-v1/',0,'revision','',0),(2671,11,'2019-08-09 15:54:44','2019-08-09 20:54:44','<!-- wp:paragraph -->\n<p>Tracey is heading to her reunion for the weekend so Dave has the children and full time ‘daddy duties’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Knowing how rambunctious her three small children can be, Tracey is worried if she will even recognise her home when she gets back, so with a sigh and a little apprehension, she kisses them goodbye and heads out of town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For Dave, it is no big deal as he has things all planned out and it involves absolutely none of the instructions Tracey left pinned to the refrigerator. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the next 48 hours, he will be in charge of the ‘fun-factory’ and all of Tracey’s rules about etiquette and cleaning will be ignored. These are the things fathers do differently when mothers are not around.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2652,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fun-With-Dad.jpg\" alt=\"\" class=\"wp-image-2652\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The first thing they do is suspend chores. Who needs them? Nobody ever got a Nobel peace prize for cleaning or washing dishes. Therefore to ensure that there is minimal work involved he will roll up and put aside the carpet so that he does not get any food or juice stains on it and all meals will be served on paper plates. How smart is that? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2634} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/paper-plate.jpg\" alt=\"\" class=\"wp-image-2634\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fathers also like\nto make everything either a sport or a competition with little ones so in order\nto get them to eat all their food they will make lunch a ‘hot dog eating\ncontest’ and even get a whistle and cheer them on as they wolf down their meal.\nTheir mothers would be mortified. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2640} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Whistle-1024x489.jpg\" alt=\"\" class=\"wp-image-2640\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bath time is a whole adventure. Mothers have so much on their plate that getting the kids cleaned and clothed and out of the bathroom in as little time as possible has become almost a science for them. Not so for Dad. He goes for toys and makes it a full-blown water park with a theme so the kids will be wrinkled but happy as they go off to sleep.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2644} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bath-Time-1024x768.jpeg\" alt=\"\" class=\"wp-image-2644\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking of adventures, trust dad to pull apart the living room sofa cushions and make a tent or a camp in the middle of the living room complete with sheets, flashlights and pillows. He may turn off all the main house lights and feed them snacks while he tells them scary stories that makes them want to pee but too afraid to venture off to the bathroom by themselves. Way to go, dad! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2646,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/music-at-home-with-kids.jpg\" alt=\"\" class=\"wp-image-2646\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dads may also allow them to pick their clothing to wear - forget colour coordination, clean, weatherproof or right for the occasion - if it fits and they like it, it\'s a go! For fathers it is all about comfort over style. They are also big on giving you the option to choose so another brownie point for dads who allows you to just be you. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you remember any shenanigans you got into with Dad while Mom was away? Tell us at <strong>BUZZ</strong>. #DadsRule</p>\n<!-- /wp:paragraph -->','When Mom\'s Away...','','inherit','closed','closed','','2628-revision-v1','','','2019-08-09 15:54:44','2019-08-09 20:54:44','',2628,'https://buzz-caribbean.com/article/2628-revision-v1/',0,'revision','',0),(2672,14,'2019-08-09 15:54:59','2019-08-09 20:54:59','','miss-ts-braised-oxtail-on-cocobread-1','','inherit','closed','closed','','miss-ts-braised-oxtail-on-cocobread-1','','','2019-08-09 15:54:59','2019-08-09 20:54:59','',2653,'https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-braised-oxtail-on-cocobread-1.jpg',0,'attachment','image/jpeg',0),(2673,23,'2019-08-09 17:53:06','2019-08-09 22:53:06','<!-- wp:paragraph -->\n<p>Gone are the days when ‘big brother’ or someone else was not watching.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2717} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/security-camera-1024x683.png\" alt=\"\" class=\"wp-image-2717\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Indeed, cameras are everywhere now, from traffic lights to inside our homes via nanny cams, as people are not as trusting of others to do the right things when no one is looking. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One place that does not usually have a camera but probably should is the office kitchen or kitchenette. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That place where things mysteriously disappear or are left differently from how they were placed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2718} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Office-Kitchenette.jpg\" alt=\"\" class=\"wp-image-2718\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Because you spend eight hours a day, 5 days a week in the office, it stands to reason that you will have to eat there. Taking quick bites at the desk isn\'t always feasible.  Plus, doctors say it is not good for your digestion. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2721} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Eating-Lunch-At-Desk.jpg\" alt=\"\" class=\"wp-image-2721\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, most business places have a little kitchenette, even if it is super small, with just a sink for washing stuff up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now a lot goes on in that small room. It can be a good place to unwind, but gossiping heads the list of activities performed in there, even more than actual eating. When it comes to the kitchenette be prepared for just about anything.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2723} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/work-kitchen-chatter.jpg\" alt=\"\" class=\"wp-image-2723\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>First things first, when you place bottled water or juice in the fridge, you should probably mark the spot where the liquid reaches in the bottle beforehand. This is to ensure that no one sneaks and sips on what they did not provide. &nbsp;It is easier to say this is a mistake with a bottle of supermarket brand water that is common. However, that does not ring true for someone’s personal juice container or bottle. Then you definitely know that someone enjoys your juice just as much as you do. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2725} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/My-Bottle.jpg\" alt=\"\" class=\"wp-image-2725\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To prevent any unpleasant surprises always check the mouth or rim of bottles before you put it to your head to drink directly from it. One man got the shock of his life in an office years ago when he lifted the bottle to drink and saw lipstick all around the edge of the bottle. He never left another bottle in the refrigerator after that. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2726} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lipstick-Stain.jpg\" alt=\"\" class=\"wp-image-2726\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Another sign of tampering is usually with food ordered and stored in those styrofoam containers. You would think that with your name carefully written on the box, that would be enough of a deterrent to the food poachers or meal pirates. It is not. Those who eat early are usually safe, but those who have a hectic schedule and may remember to eat at 2:30 or 3 pm may be in for a rude awakening as their meal may be missing some side dishes or a piece of meat. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2729} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Leftovers-in-Styrofoam-Box.jpg\" alt=\"\" class=\"wp-image-2729\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One may think that the caterers short-changed you, but this is not usually the case, as you can tell when someone was digging into a food box by the way the food is left afterwards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If that is not crazy enough, there are even people who take it one step further and actually eat some of your leftovers, or in Jamaican parlance <em>‘nyam and lef’</em>. This is beyond disturbing and a good enough reason for installing cameras because no one should be messing around with people’s food, especially if there is no Brooklax handy.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Have you had any bad experiences in your work kitchenette? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Spill the deets with <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','Workplace kitchen etiquette 101','','publish','open','closed','','kitchenette-etiquette-101','','','2019-08-15 08:17:25','2019-08-15 13:17:25','',0,'https://buzz-caribbean.com/?p=2673',0,'post','',0),(2676,14,'2019-08-09 15:59:27','2019-08-09 20:59:27','','miss-ts-oxtail-buzz-1','','inherit','closed','closed','','miss-ts-oxtail-buzz-1','','','2019-08-09 15:59:27','2019-08-09 20:59:27','',2653,'https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-oxtail-buzz-1.jpg',0,'attachment','image/jpeg',0),(2677,14,'2019-08-09 15:59:40','2019-08-09 20:59:40','','miss-ts-oxtail-buzz-2','','inherit','closed','closed','','miss-ts-oxtail-buzz-2','','','2019-08-09 15:59:40','2019-08-09 20:59:40','',2653,'https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-oxtail-buzz-2.jpg',0,'attachment','image/jpeg',0),(2678,14,'2019-08-09 16:02:53','2019-08-09 21:02:53','<!-- wp:paragraph -->\n<p>Everything on the menu is good and makes it\nhard to make a choice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2662} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-kitchen-inside-demo-1.jpg\" alt=\"\" class=\"wp-image-2662\" /><figcaption>Miss T\'s Kitchen in Ocho Rios, St. Ann (Photo contributed, Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Whether you are a meat lover, pescatarian\nor vegan, there is something on the menu for you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A great thing to also note is the chef is\nwilling to make adjustments for done-to-order items. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I\'m always grateful for a dish that has a\ncream sauce that doesn\'t break on my plate and seafood that is treated with the\nrespect it deserves. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This restaurant has gotten the formula\nright. Not to mention crisply blanched or steamed vegetables that still retain\ncolour and crunch. Who enjoys soggy veggies? Nobody! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When I\'m in the mood for fish on my visits,\nI always order the sea trout that is fried to seal in the moisture and flavour\nthen married with either a garlic cream sauce or some yummy oleo. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2665} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-sea-trout-buzz.jpg\" alt=\"\" class=\"wp-image-2665\" /><figcaption>Sea Trout, Miss T style! (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Rice &amp; Peas with tossed veggies is a\nlocal favourite but don\'t sleep on having it with just plain steamed garden\nvegetables, either way, your tummy will be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There is one dish that Miss T\'s Kitchen is renowned for and that is \'Oxtail\'. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There is just something they do to this\nbony morsel of beef that will most likely result in the sucking of bones and\nfingers...simply magical. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the Apps section of the menu, there is the signature Oxtail Cocoa bread: which is, tiny rounds of in house baked buttery good bread that is stuffed with deboned oxtail meat. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2672} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-braised-oxtail-on-cocobread-1.jpg\" alt=\"\" class=\"wp-image-2672\" /><figcaption>Laaaaawd...pass some more Oxtail cocoa bread, please! (Photo contributed, Instagram)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you\'re a newbie to the oxtail life, then\nease into it with that slice of heaven. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now, for those of us who can remember large\nfamily gatherings were the only time the best cooks in the house would assault\nyour senses for hours while the oxtail was being cooked, understand my next\nline of conversation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Picture... \'tender gummy meat that falls\noff the bone with the slightest tug. The thick brown gravy that is not oily but\nbegs to be sopped up. Then there are the additions of the tiny dumplings and\nthe perfectly soft butter beans that are infused with the aroma of thyme,\nrosemary and just a hint of heat from habanero pepper.\' </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2676} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-oxtail-buzz-1.jpg\" alt=\"\" class=\"wp-image-2676\" /><figcaption>Heaven. In. A. Plate (Photo contributed, Instagram)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>True oxtail lovers know that when it\'s cooked perfectly, just the gravy adds magic to a plain old fried chicken meal. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yes! We Jamaicans are obsessed with curry\ngravy &amp; oxtail gravy on our fried chicken. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With all that said, the next time you\nhappen to want to dine for lunch or dinner in Ocho Rios, take a detour to Miss\nT\'s Kitchen, it’s well worth it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2677} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-oxtail-buzz-2.jpg\" alt=\"\" class=\"wp-image-2677\" /><figcaption>Oxtail so good, you have to do a double-take! (Photo contributed, Instagram)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They are listed on Google Maps, Instagram\nand you can lust at their menu online before you make your trip.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I do hope this encourages you to try something new or take a second look at the obscure places and hidden food joints in Jamaica. Until the next time, we do it...For The Love Of Food.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Story by Attalia Harriman</em>*</p>\n<!-- /wp:paragraph -->','Miss T\'s Kitchen (Part 2): Now, we eat!','','inherit','closed','closed','','2653-revision-v1','','','2019-08-09 16:02:53','2019-08-09 21:02:53','',2653,'https://buzz-caribbean.com/article/2653-revision-v1/',0,'revision','',0),(2679,9,'2019-08-14 19:20:54','2019-08-15 00:20:54','<!-- wp:image {\"id\":2683} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/henna-H-1-1024x836.jpg\" alt=\"\" class=\"wp-image-2683\" /><figcaption>The henna plant produces a natural red dye that is used to stain the skin.  <br>(Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For centuries people used henna for body art in the Middle East, Asia and parts of Africa. But in more recent years, these patterns have been gaining popularity in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Just ask Mark Samuels, the proprietor of a Kingston-based company called Henna Threads. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2685} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Henna-CCC.jpg\" alt=\"\" class=\"wp-image-2685\" /><figcaption>This male model sports body art that was done using both henna and jagua (darker stains).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“When I just started doing this nine years ago, nobody knew\nwhat it was,” he said. “And even though there is still a great number of persons\nwho don’t know what it is, it is not nearly like it used to be before - to the\npoint where when I hear Shenseea sing about henna in one of her songs, I was\nlike, ‘what?’. Obviously, you are not going to put something in your music if\npeople can’t relate to it or know about it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2688} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/henna-BB-853x1024.jpg\" alt=\"\" class=\"wp-image-2688\" /><figcaption>The thigh is a popular area for henna designs. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When Samuels began offering the service, he said that he was\nprobably the only person doing so. And while he might still be the only person providing\nthis type of body art as a full-time job, he said that there are other artists\nwho are offering the service on a part-time basis. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Henna is the application of a thick paste made from the ground leaves of the henna plant. It produces a natural red dye that is used to stain the skin.  Henna stains usually last for a week. In addition, Samuels offers a darker stain with jagua, which is another paste that is made from the extract of the fruit Genipa americana, also known as&nbsp;jagua.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2686,2687]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Henna-DDD.jpg\" alt=\"\" data-id=\"2686\" data-link=\"https://buzz-caribbean.com/?attachment_id=2686\" class=\"wp-image-2686\" /><figcaption>This model makes a statement in body art that was done using henna and jagua.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Henna-F-1024x833.jpg\" alt=\"\" data-id=\"2687\" data-link=\"https://buzz-caribbean.com/?attachment_id=2687\" class=\"wp-image-2687\" /><figcaption>Jagua designs are darker than those done with henna. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Samuels told <strong>BUZZ</strong> that the hands and feet are two areas on which people often want their body art to be done, with the thigh and back following closely behind. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like the countries this type of body art began in, Jamaicans also get henna patterns for special occasions like dinner parties, birthdays, carnival and other celebratory events. And as expected, Samuels said that the high seasons for henna body art are summer, Christmas and the Easter period.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Sexy henna designs gain popularity in Jamaica','','publish','closed','closed','','step-out-of-the-box-and-get-a-sexy-henna-design','','','2019-08-15 11:19:13','2019-08-15 16:19:13','',0,'https://buzz-caribbean.com/?p=2679',0,'post','',0),(2680,14,'2019-08-09 16:17:07','2019-08-09 21:17:07','<!-- wp:image {\"id\":2509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-7-1024x683.jpg\" alt=\"\" class=\"wp-image-2509\" /><figcaption>Father-son duo Stredic Thompson (right) and Matthew Thompson (left) leading the charge to push quality-made, exotic Jamaican wines internationally (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stredic Thompson and his son Matthew are two Jamaican vintners surprising taste buds with their amazing line of fine wines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stredic, Managing Director for Journey’s End\nWines, gave <strong><em>BUZZ</em></strong> an exclusive tour of their <strong><em>Flavours of the Past</em></strong>\nwinery on Duke Street, downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2512} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/flavours-of-the-past-logo-1024x647.jpg\" alt=\"\" class=\"wp-image-2512\" /><figcaption>Photo contributed, Journey\'s End Wine Company Limited</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thompson abandoned a career in banking to\npursue his passion for wine-making in 2018</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We love the quality and look Journey’s End\nproduces and we said we would take this brand and make it an international\nbrand,” Thompson told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2528} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-1-1024x579.jpg\" alt=\"\" class=\"wp-image-2528\" /><figcaption>All 10 variations of Jamaica-made Flavour of the Past wines (BUZZ photo, Dennis Brown) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Thompson journey started, and the pair has been moving full-steam ahead to boost the local perception of quality-made wines. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Wine is something that is very palatable\nand there was something else that attracted us to wine…,” he began.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Jamaica has a national dish, a national\nfruit – there’s no national wine, and we thought <strong><em>Flavours of the Past </em></strong>could\nbecome the national wine,” Thompson asserted further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Flavours of the Past</em></strong>, under\nthe Thompsons, now has ten brilliant assortments available.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Soursop and Honey-Orange are the most recent additions; as well as Ackee, Pimento Berry, Pineapple, Passionfruit, Ginger, Sorrel, Noni and Sugar Cane.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See our gallery below with the full product line!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"2516\",\"2518\",\"2519\",\"2520\",\"2521\",\"2522\",\"2523\",\"2524\",\"2525\",\"2526\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-19.jpg\" alt=\"\" data-id=\"2516\" data-link=\"https://buzz-caribbean.com/?attachment_id=2516\" class=\"wp-image-2516\" /><figcaption>Jamaican Passion fruit wine (BUZZ photo, Dennis Brown) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-18.jpg\" alt=\"\" data-id=\"2518\" data-link=\"https://buzz-caribbean.com/?attachment_id=2518\" class=\"wp-image-2518\" /><figcaption>The widely popular Jamaican Soursop wine (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-17.jpg\" alt=\"\" data-id=\"2519\" data-link=\"https://buzz-caribbean.com/?attachment_id=2519\" class=\"wp-image-2519\" /><figcaption>Bet you didn\'t know Jamaican Ackee wine was a thing?! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-16.jpg\" alt=\"\" data-id=\"2520\" data-link=\"https://buzz-caribbean.com/?attachment_id=2520\" class=\"wp-image-2520\" /><figcaption>Pimento. Berry. Wine. Enough said (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-15.jpg\" alt=\"\" data-id=\"2521\" data-link=\"https://buzz-caribbean.com/?attachment_id=2521\" class=\"wp-image-2521\" /><figcaption>Flavours of the Past offering a new twist to the traditional Jamaican Ginger wine (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-14.jpg\" alt=\"\" data-id=\"2522\" data-link=\"https://buzz-caribbean.com/?attachment_id=2522\" class=\"wp-image-2522\" /><figcaption>\'Pine time\'! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-13.jpg\" alt=\"\" data-id=\"2523\" data-link=\"https://buzz-caribbean.com/?attachment_id=2523\" class=\"wp-image-2523\" /><figcaption>Another big hit is the Jamaican Noni wine! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-12.jpg\" alt=\"\" data-id=\"2524\" data-link=\"https://buzz-caribbean.com/?attachment_id=2524\" class=\"wp-image-2524\" /><figcaption>The mother of rum, Jamaican Sugar Cane, as a wine...hmmm (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-11.jpg\" alt=\"\" data-id=\"2525\" data-link=\"https://buzz-caribbean.com/?attachment_id=2525\" class=\"wp-image-2525\" /><figcaption>Sorrel with wine, sorrel with rum or Jamaican Sorrel Wine? You choose! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-10.jpg\" alt=\"\" data-id=\"2526\" data-link=\"https://buzz-caribbean.com/?attachment_id=2526\" class=\"wp-image-2526\" /><figcaption>The latest invention by Flavours of the Past, Jamaican Honey Orange wine (BUZZ photo, Dennis Brown)</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Thompson told <strong><em>BUZZ</em></strong> that new flavours will be rolled out in the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Moringa wine will be launched in another\nfew months. There are other ideas we have: Starfruit, mango, Otaheite apple – we can be as creative as we want\nwith wines,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When asked what separates Journey’s End\nfrom other local wine manufacturers, Thompson’s answer was simple: <strong>Quality and Authenticity</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2529} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-2529\" /><figcaption>A man of procedure: Stredic Thompson show the BUZZ team a container with Sorrel being fermented (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Our wines are uniquely hand-crafted for the market. We ensure that there is consistency in quality and taste. It is made from genuine Jamaican fruits we purchase or use from our farm. Our process is solid from beginning to the end so that the quality is concerned,” Thompson told <strong><em>BUZZ</em></strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"2531\",\"2532\"]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-3-1024x682.jpg\" alt=\"\" data-id=\"2531\" data-link=\"https://buzz-caribbean.com/?attachment_id=2531\" class=\"wp-image-2531\" /><figcaption>This aged Sorrel batch has been filtered twice and needs just a few more weeks before bottling (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-2-1024x683.jpg\" alt=\"\" data-id=\"2532\" data-link=\"https://buzz-caribbean.com/?attachment_id=2532\" class=\"wp-image-2532\" /><figcaption>Close-up of a cylinder air lock. The device keeps the wine fresh, allowing it to \'breathe\' (BUZZ photo, Dennis Brown)</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“Journey’s End is a unique skillset wherein\nwe make the finest wine from Jamaican fruit. As long as it’s a fruit grown in Jamaica, we can find a\nway to make the best wine there is from it,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2536} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-logo-buzz-1024x682.jpg\" alt=\"\" class=\"wp-image-2536\" /><figcaption>Photo contributed</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While the quality is maintained, <strong><em>Flavours\nof the Past</em></strong>’s line is surprisingly affordable – retailing from $2,000\nfor the 700mL, to around $400 for the 150mL varieties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Thompsons, each fruit goes\nthrough an intricate cooking, fermentation, triple filtration, cooling, heating,\nbottling and labelling process – to its way to several major supermarket chains\nand the airports in Kingston and Montego Bay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2534} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-2534\" /><figcaption>The bottling and labelling station, though small-scale, gets the job done in less than an hour! (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Flavours of the Past</em></strong> is\na must-buy item at the two major airports, Thomspon beamed, proud of the fact\nthat his product is precision-crafted and made with Jamaican love.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We find that in the airports we do extremely well because people want that connection to Jamaica. To taste a piece, that flavour of Jamaica and that’s what we provide,” he told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Persons are always blown away when they taste\nour wines and they often say, ‘Is this really made in Jamaica?’. I’ve heard it\nso many times and I immediately say, ‘Right here in Jamaica is where it is made’,”\nThompson added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-2541\" /><figcaption>Dad Stredic (left) and son Matthew (right) make up the industrious Thompson duo at the helm of Journey\'s End Wines. (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thompson, through Journey’s End, wants to\nlaunch the island as a premier destination for fine wine connoisseurs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We want it to be an international brand. When\nyou think of Jamaica, we want it to be synonymous with <strong><em>Flavours of the Past</em></strong>\nwines,” he told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The aim, over the coming years, is to go into the various markets, whether it be Europe, Canada, the UK and the US. We’re constantly looking at those opportunities and we’re positioning ourselves to be a major player,” Thompson noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>BUZZhive! We want to hear from you. Have you tried any of these wines? Which flavour surprised you most? Let us know in the comment section below.</p>\n<!-- /wp:paragraph -->','Father-son duo taking exotic Jamaican wines across the world','','inherit','closed','closed','','2506-revision-v1','','','2019-08-09 16:17:07','2019-08-09 21:17:07','',2506,'https://buzz-caribbean.com/article/2506-revision-v1/',0,'revision','',0),(2681,14,'2019-08-09 16:17:31','2019-08-09 21:17:31','<!-- wp:image {\"id\":2509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-7-1024x683.jpg\" alt=\"\" class=\"wp-image-2509\" /><figcaption>Father-son duo Stredic Thompson (right) and Matthew Thompson (left) leading the charge to push quality-made, exotic Jamaican wines internationally (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stredic Thompson and his son Matthew are two Jamaican vintners surprising taste buds with their amazing line of fine wines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stredic, Managing Director for Journey’s End\nWines, gave <strong><em>BUZZ</em></strong> an exclusive tour of their <strong><em>Flavours of the Past</em></strong>\nwinery on Duke Street, downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2512} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/flavours-of-the-past-logo-1024x647.jpg\" alt=\"\" class=\"wp-image-2512\" /><figcaption>Photo contributed, Journey\'s End Wine Company Limited</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thompson abandoned a career in banking to\npursue his passion for wine-making in 2018</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We love the quality and look Journey’s End\nproduces and we said we would take this brand and make it an international\nbrand,” Thompson told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2528} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-1-1024x579.jpg\" alt=\"\" class=\"wp-image-2528\" /><figcaption>All 10 variations of Jamaica-made Flavour of the Past wines (BUZZ photo, Dennis Brown) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Thompson journey started, and the pair has been moving full-steam ahead to boost the local perception of quality-made wines. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Wine is something that is very palatable\nand there was something else that attracted us to wine…,” he began.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Jamaica has a national dish, a national\nfruit – there’s no national wine, and we thought <strong><em>Flavours of the Past </em></strong>could\nbecome the national wine,” Thompson asserted further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Flavours of the Past</em></strong>, under\nthe Thompsons, now has ten brilliant assortments available.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Soursop and Honey-Orange are the most recent additions; as well as Ackee, Pimento Berry, Pineapple, Passionfruit, Ginger, Sorrel, Noni and Sugar Cane.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See our gallery below with the full product line!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"2516\",\"2518\",\"2519\",\"2520\",\"2521\",\"2522\",\"2523\",\"2524\",\"2525\",\"2526\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-19.jpg\" alt=\"\" data-id=\"2516\" data-link=\"https://buzz-caribbean.com/?attachment_id=2516\" class=\"wp-image-2516\" /><figcaption>Jamaican Passion fruit wine (BUZZ photo, Dennis Brown) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-18.jpg\" alt=\"\" data-id=\"2518\" data-link=\"https://buzz-caribbean.com/?attachment_id=2518\" class=\"wp-image-2518\" /><figcaption>The widely popular Jamaican Soursop wine (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-17.jpg\" alt=\"\" data-id=\"2519\" data-link=\"https://buzz-caribbean.com/?attachment_id=2519\" class=\"wp-image-2519\" /><figcaption>Bet you didn\'t know Jamaican Ackee wine was a thing?! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-16.jpg\" alt=\"\" data-id=\"2520\" data-link=\"https://buzz-caribbean.com/?attachment_id=2520\" class=\"wp-image-2520\" /><figcaption>Pimento. Berry. Wine. Enough said (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-15.jpg\" alt=\"\" data-id=\"2521\" data-link=\"https://buzz-caribbean.com/?attachment_id=2521\" class=\"wp-image-2521\" /><figcaption>Flavours of the Past offering a new twist to the traditional Jamaican Ginger wine (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-14.jpg\" alt=\"\" data-id=\"2522\" data-link=\"https://buzz-caribbean.com/?attachment_id=2522\" class=\"wp-image-2522\" /><figcaption>\'Pine time\'! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-13.jpg\" alt=\"\" data-id=\"2523\" data-link=\"https://buzz-caribbean.com/?attachment_id=2523\" class=\"wp-image-2523\" /><figcaption>Another big hit is the Jamaican Noni wine! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-12.jpg\" alt=\"\" data-id=\"2524\" data-link=\"https://buzz-caribbean.com/?attachment_id=2524\" class=\"wp-image-2524\" /><figcaption>The mother of rum, Jamaican Sugar Cane, as a wine...hmmm (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-11.jpg\" alt=\"\" data-id=\"2525\" data-link=\"https://buzz-caribbean.com/?attachment_id=2525\" class=\"wp-image-2525\" /><figcaption>Sorrel with wine, sorrel with rum or Jamaican Sorrel Wine? You choose! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-10.jpg\" alt=\"\" data-id=\"2526\" data-link=\"https://buzz-caribbean.com/?attachment_id=2526\" class=\"wp-image-2526\" /><figcaption>The latest invention by Flavours of the Past, Jamaican Honey Orange wine (BUZZ photo, Dennis Brown)</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Thompson told <strong><em>BUZZ</em></strong> that new flavours will be rolled out in the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Moringa wine will be launched in another\nfew months. There are other ideas we have: Starfruit, mango, Otaheite apple – we can be as creative as we want\nwith wines,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When asked what separates Journey’s End\nfrom other local wine manufacturers, Thompson’s answer was simple: <strong>Quality and Authenticity</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2529} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-2529\" /><figcaption>A man of procedure: Stredic Thompson show the BUZZ team a container with Sorrel being fermented (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Our wines are uniquely hand-crafted for the market. We ensure that there is consistency in quality and taste. It is made from genuine Jamaican fruits we purchase or use from our farm. Our process is solid from beginning to the end so that the quality is concerned,” Thompson told <strong><em>BUZZ</em></strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"2531\",\"2532\"]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-3-1024x682.jpg\" alt=\"\" data-id=\"2531\" data-link=\"https://buzz-caribbean.com/?attachment_id=2531\" class=\"wp-image-2531\" /><figcaption>This aged Sorrel batch has been filtered twice and needs just a few more weeks before bottling (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-2-1024x683.jpg\" alt=\"\" data-id=\"2532\" data-link=\"https://buzz-caribbean.com/?attachment_id=2532\" class=\"wp-image-2532\" /><figcaption>Close-up of a cylinder air lock. The device keeps the wine fresh, allowing it to \'breathe\' (BUZZ photo, Dennis Brown)</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“Journey’s End is a unique skillset wherein\nwe make the finest wine from Jamaican fruit. As long as it’s a fruit grown in Jamaica, we can find a\nway to make the best wine there is from it,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2536} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-logo-buzz-1024x682.jpg\" alt=\"\" class=\"wp-image-2536\" /><figcaption>Photo contributed</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While the quality is maintained, <strong><em>Flavours\nof the Past</em></strong>’s line is surprisingly affordable – retailing from $2,000\nfor the 700mL, to around $400 for the 150mL varieties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Thompsons, each fruit goes\nthrough an intricate cooking, fermentation, triple filtration, cooling, heating,\nbottling and labelling process – to its way to several major supermarket chains\nand the airports in Kingston and Montego Bay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2534} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-2534\" /><figcaption>The bottling and labelling station, though small-scale, gets the job done in less than an hour! (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Flavours of the Past</em></strong> is\na must-buy item at the two major airports, Thomspon beamed, proud of the fact\nthat his product is precision-crafted and made with Jamaican love.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We find that in the airports we do extremely well because people want that connection to Jamaica. To taste a piece, that flavour of Jamaica and that’s what we provide,” he told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Persons are always blown away when they taste\nour wines and they often say, ‘Is this really made in Jamaica?’. I’ve heard it\nso many times and I immediately say, ‘Right here in Jamaica is where it is made’,”\nThompson added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-2541\" /><figcaption>Dad Stredic (left) and son Matthew (right) make up the industrious Thompson duo at the helm of Journey\'s End Wines. (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thompson, through Journey’s End, wants to\nlaunch the island as a premier destination for fine wine connoisseurs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We want it to be an international brand. When\nyou think of Jamaica, we want it to be synonymous with <strong><em>Flavours of the Past</em></strong>\nwines,” he told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The aim, over the coming years, is to go into the various markets, whether it be Europe, Canada, the UK and the US. We’re constantly looking at those opportunities and we’re positioning ourselves to be a major player,” Thompson noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>BUZZhive</em></strong>! We want to hear from you. Have you tried any of these wines? Which flavour surprised you most? Let us know in the comment section below.</p>\n<!-- /wp:paragraph -->','Father-son duo taking exotic Jamaican wines across the world','','inherit','closed','closed','','2506-revision-v1','','','2019-08-09 16:17:31','2019-08-09 21:17:31','',2506,'https://buzz-caribbean.com/article/2506-revision-v1/',0,'revision','',0),(2682,9,'2019-08-09 16:21:13','2019-08-09 21:21:13','','henna-H','','inherit','closed','closed','','henna-h','','','2019-08-09 16:21:13','2019-08-09 21:21:13','',2679,'https://buzz-caribbean.com/app/uploads/2019/08/henna-H.jpg',0,'attachment','image/jpeg',0),(2683,9,'2019-08-09 16:23:21','2019-08-09 21:23:21','','henna-H-1','','inherit','closed','closed','','henna-h-1','','','2019-08-09 16:23:21','2019-08-09 21:23:21','',2679,'https://buzz-caribbean.com/app/uploads/2019/08/henna-H-1.jpg',0,'attachment','image/jpeg',0),(2684,4,'2019-08-09 16:23:44','2019-08-09 21:23:44','','Beres Hammond','','inherit','closed','closed','','beres-hammond','','','2019-08-09 16:23:44','2019-08-09 21:23:44','',0,'https://buzz-caribbean.com/app/uploads/2019/08/beres-hammond.jpg',0,'attachment','image/jpeg',0),(2685,9,'2019-08-09 16:23:47','2019-08-09 21:23:47','','Henna-CCC','','inherit','closed','closed','','henna-ccc','','','2019-08-09 16:23:47','2019-08-09 21:23:47','',2679,'https://buzz-caribbean.com/app/uploads/2019/08/Henna-CCC.jpg',0,'attachment','image/jpeg',0),(2686,9,'2019-08-09 16:24:40','2019-08-09 21:24:40','','Henna-DDD','','inherit','closed','closed','','henna-ddd','','','2019-08-09 16:24:40','2019-08-09 21:24:40','',2679,'https://buzz-caribbean.com/app/uploads/2019/08/Henna-DDD.jpg',0,'attachment','image/jpeg',0),(2687,9,'2019-08-09 16:26:13','2019-08-09 21:26:13','','Henna-F','','inherit','closed','closed','','henna-f','','','2019-08-09 16:26:13','2019-08-09 21:26:13','',2679,'https://buzz-caribbean.com/app/uploads/2019/08/Henna-F.jpg',0,'attachment','image/jpeg',0),(2688,9,'2019-08-09 16:26:40','2019-08-09 21:26:40','','henna-BB','','inherit','closed','closed','','henna-bb','','','2019-08-09 16:26:40','2019-08-09 21:26:40','',2679,'https://buzz-caribbean.com/app/uploads/2019/08/henna-BB.jpg',0,'attachment','image/jpeg',0),(2690,13,'2019-08-09 16:32:55','2019-08-09 21:32:55','{\"id\":\"2576\",\"questions\":[{\"uid\":\"394ba21e-8110-4a03-a12c-46645f6724c4\",\"content\":\"What\'s your favourite milk shake flavour?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[]},{\"uid\":\"d19d783b-61bf-47b5-bdd1-63bb36a8c68b\",\"content\":\"What Milk Shake flavour best describes you?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[{\"uid\":\"2be8ccb3-57bc-4d6b-b7dc-c1f67d3e77b2\",\"type\":\"text\",\"label\":\"Brownie Explosion\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"18f71139-6157-4efb-9200-e3ac8df78fb4\",\"type\":\"text\",\"label\":\"Cheesecake\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"ec894157-42ff-4bea-af87-3d9e8c5f198e\",\"type\":\"text\",\"label\":\"Classic Malt\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"88b95e9d-33d3-47f6-8028-f6196dbf05ea\",\"type\":\"text\",\"label\":\"Other\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}],\"votesOverride\":0},{\"uid\":\"c9e0a1d7-2dba-41c6-878c-b0b9d6a6b435\",\"content\":\"Did you know Candy Craze will be in the new Fontana on West Kings House Road?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"be16ff9f-b4ab-47a7-8e20-df70635d7f12\",\"type\":\"text\",\"label\":\"Yes\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"62afccac-62f8-444f-8039-915ab46eee23\",\"type\":\"text\",\"label\":\"No\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}],\"votesOverride\":0}],\"fields\":[{\"uid\":\"a1375d8e-2db5-488b-aeed-d4ed407155a8\",\"type\":\"text\",\"label\":\"Email\",\"defaultValue\":\"\",\"options\":\"\",\"collapsed\":false,\"validations\":{\"filled\":{\"enabled\":true},\"email\":{\"enabled\":true},\"filter\":{\"rules\":[]}},\"attributes\":[],\"template\":\"\",\"name\":\"email\"}],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"08\\/09\\/2019 16:32\",\"end\":\"11\\/30\\/2019 23:59\",\"enabled\":true},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Candy Craze','','inherit','closed','closed','','2576-revision-v1','','','2019-08-09 16:32:55','2019-08-09 21:32:55','',2576,'https://buzz-caribbean.com/article/2576-revision-v1/',0,'revision','',0),(2691,9,'2019-08-09 16:33:08','2019-08-09 21:33:08','<!-- wp:image {\"id\":2683} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/henna-H-1-1024x836.jpg\" alt=\"\" class=\"wp-image-2683\" /><figcaption>The henna plant produces a natural red dye that is used to stain the skin.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For centuries people used henna for body art in the Middle East, Asia and parts of Africa. But in more recent years, these patterns have been gaining popularity in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Just ask Mark Samuels, the proprietor of a Kingston-based company called Henna Threads. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2685} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Henna-CCC.jpg\" alt=\"\" class=\"wp-image-2685\" /><figcaption>This male model sports body art that was done using both henna and jagua (darker stains).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“When I just started doing this nine years ago, nobody knew\nwhat it was,” he said. “And even though there is still a great number of persons\nwho don’t know what it is, it is not nearly like it used to be before - to the\npoint where when I hear Shenseea sing about henna in one of her songs, I was\nlike, ‘what?’. Obviously, you are not going to put something in your music if\npeople can’t relate to it or know about it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2688} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/henna-BB-853x1024.jpg\" alt=\"\" class=\"wp-image-2688\" /><figcaption>The thigh is a popular area for henna designs. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When Samuels began offering the service, he said that he was\nprobably the only person doing so. And while he might still be the only person providing\nthis type of body art as a full-time job, he said that there are other artists\nwho are offering the service on a part-time basis. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Henna is the application of a thick paste made from the ground leaves of the henna plant. It produces a natural red dye that is used to stain the skin.  Henna stains usually last for a week. In addition, Samuels offers a darker stain with jagua, which is another paste that is made from the extract of the fruit Genipa americana, also known as jagua. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2686,2687]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Henna-DDD.jpg\" alt=\"\" data-id=\"2686\" data-link=\"https://buzz-caribbean.com/?attachment_id=2686\" class=\"wp-image-2686\" /><figcaption>This model makes a statement in body art that was done using henna and jagua.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Henna-F-1024x833.jpg\" alt=\"\" data-id=\"2687\" data-link=\"https://buzz-caribbean.com/?attachment_id=2687\" class=\"wp-image-2687\" /><figcaption>Jagua designs are darker than those done with henna. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Samuels told BUZZ that the hands and feet are two areas on\nwhich people often want their body art to be done, with the thigh and back\nfollowing closely behind. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like the countries this type of body art began in, Jamaicans also get henna patterns for special occasions like dinner parties, birthdays, carnival and other celebratory events. And as expected, Samuels said that the high seasons for henna body art are summer, Christmas and the Easter period. </p>\n<!-- /wp:paragraph -->','Step out of the box and get a sexy henna design','','inherit','closed','closed','','2679-revision-v1','','','2019-08-09 16:33:08','2019-08-09 21:33:08','',2679,'https://buzz-caribbean.com/article/2679-revision-v1/',0,'revision','',0),(2692,13,'2019-08-09 16:47:56','2019-08-09 21:47:56','{\"id\":\"2576\",\"questions\":[{\"uid\":\"394ba21e-8110-4a03-a12c-46645f6724c4\",\"content\":\"What\'s your favourite milk shake flavour?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[]},{\"uid\":\"d19d783b-61bf-47b5-bdd1-63bb36a8c68b\",\"content\":\"What Milk Shake flavour best describes you?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[{\"uid\":\"2be8ccb3-57bc-4d6b-b7dc-c1f67d3e77b2\",\"type\":\"text\",\"label\":\"Brownie Explosion\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"18f71139-6157-4efb-9200-e3ac8df78fb4\",\"type\":\"text\",\"label\":\"Cheesecake\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"ec894157-42ff-4bea-af87-3d9e8c5f198e\",\"type\":\"text\",\"label\":\"Classic Malt\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true}],\"votesOverride\":0},{\"uid\":\"c9e0a1d7-2dba-41c6-878c-b0b9d6a6b435\",\"content\":\"Did you know Candy Craze will be in the new Fontana on West Kings House Road?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"be16ff9f-b4ab-47a7-8e20-df70635d7f12\",\"type\":\"text\",\"label\":\"Yes\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"62afccac-62f8-444f-8039-915ab46eee23\",\"type\":\"text\",\"label\":\"No\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}],\"votesOverride\":0}],\"fields\":[{\"uid\":\"a1375d8e-2db5-488b-aeed-d4ed407155a8\",\"type\":\"text\",\"label\":\"Email\",\"defaultValue\":\"\",\"options\":\"\",\"collapsed\":false,\"validations\":{\"filled\":{\"enabled\":true},\"email\":{\"enabled\":true},\"filter\":{\"rules\":[]}},\"attributes\":[],\"template\":\"\",\"name\":\"email\"}],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"08\\/09\\/2019 16:32\",\"end\":\"11\\/30\\/2019 23:59\",\"enabled\":true},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Candy Craze','','inherit','closed','closed','','2576-revision-v1','','','2019-08-09 16:47:56','2019-08-09 21:47:56','',2576,'https://buzz-caribbean.com/article/2576-revision-v1/',0,'revision','',0),(2693,11,'2019-08-09 16:52:19','2019-08-09 21:52:19','<!-- wp:paragraph -->\n<p>Gone are the days when ‘big brother’ or someone else was not watching.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Indeed, cameras are everywhere now from traffic lights to inside our homes via nanny cams, as people are not as trusting of others to do the right things when no one is looking. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One place that does not usually have a camera but probably should is the office kitchen or kitchenette. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That place where things mysteriously disappear or are left differently from how they were placed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Because you spend eight hours a day, 5 days a week in the office, it stands to reason that you will have to eat there. The taking quick bites at the desk thing is not feasible every day.  Plus, doctors say it is not good for your digestion. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, most business places have a little kitchenette, even if it is super small, with just a sink for washing stuff up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now a lot goes on in that small room. It can be a good place to unwind, but gossiping heads the list of activities performed in there, even more than actual eating. When it comes to the kitchenette be prepared for just about anything.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>First things first, when you placed bottled water or juice in the fridge, you should probably mark the spot where the liquid reaches in the bottle beforehand. This is to ensure that no one sneaks and sips on what they did not provide.  It is easier to say this is a mistake with a bottle of supermarket brand water that is common, that, however, does not ring true for someone’s personal juice container or bottle. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then you definitely know that someone enjoys your juice just as much as you do. To prevent any unpleasant surprises always check the mouth or rim of bottles before you put it to your head to drink directly from it. One man got the shock of his life in an office years ago when he lifted the bottle to drink and saw lipstick all around the edge of the bottle. He never left another bottle in the refrigerator after that. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another sign of tampering is usually with food ordered and stored in those Styrofoam containers. You would think that your name careful written across and labelled on the box would be enough of a deterrent to the food poachers or meal pirates. It is not. Those who eat early are usually safe but those who have a hectic schedule and may remember to go eat at 2:30 or 3pm may be in for a rude awakening as their meal maybe missing some side dishes or a piece of meat. One may think that the caterers short changed you but this not usually the case as you can tell when someone was digging into a food box by the way the food is left afterwards. If that is not crazy enough there are even people who take it one step further and actually eat some of your ‘nyam and left’ so that when you come to finish your food, they had helped themselves to some of it too. This is beyond disturbing and a good enough reason for installing cameras because no one should be messing around with people’s food, especially if there is no Brooklax handy.          </p>\n<!-- /wp:paragraph -->','Chronicles of Kitchenette Etiquette','','inherit','closed','closed','','2673-revision-v1','','','2019-08-09 16:52:19','2019-08-09 21:52:19','',2673,'https://buzz-caribbean.com/article/2673-revision-v1/',0,'revision','',0),(2694,13,'2019-08-09 17:01:39','0000-00-00 00:00:00','{\"id\":\"2694\",\"questions\":[{\"uid\":\"1b081fa7-31d2-4ca6-a719-09de5e954eb0\",\"content\":\"What flavour ice cream is your favourite?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[]},{\"uid\":\"5f415947-b761-440f-b748-0104635ff2fa\",\"content\":\"What ice cream flavour is your personality?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"\"},\"choices\":[{\"uid\":\"5f289612-0988-476a-8e84-935a5a484892\",\"type\":\"text\",\"label\":\"Chocolate\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"d76306ff-79a6-4bc9-8247-9efea13efee0\",\"type\":\"text\",\"label\":\"Vanilla\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"2bb8ab4e-3e9f-4bb3-bb9b-1e11fc73620b\",\"type\":\"text\",\"label\":\"Strawberry\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}],\"votesOverride\":0},{\"uid\":\"8b26f1f9-7070-4923-b41d-237dc2d35f13\",\"content\":\"Who do you normally have ice cream with?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[]}],\"fields\":[{\"uid\":\"6919e1ab-06a9-4b1f-9b9f-aecb39549bcd\",\"type\":\"text\",\"label\":\"Email\",\"defaultValue\":\"\",\"options\":\"\",\"collapsed\":false,\"validations\":{\"filled\":{\"enabled\":true},\"email\":{\"enabled\":true},\"filter\":{\"rules\":[]}},\"attributes\":[],\"template\":\"\",\"name\":\"email\"}],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"enabled\":true,\"start\":\"08\\/09\\/2019 17:00\",\"end\":\"11\\/30\\/2019 22:00\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','','','draft','closed','closed','','','','','2019-08-09 17:01:39','2019-08-09 22:01:39','',0,'https://buzz-caribbean.com/?post_type=poll&#038;p=2694',0,'poll','',0),(2701,21,'2019-08-09 17:34:14','2019-08-09 22:34:14','<!-- wp:image {\"id\":2711} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/new-road-crash-1024x635.jpg\" alt=\"\" class=\"wp-image-2711\" /><figcaption>  Therese Turner Jones says Jamaicans should call out reckless drivers. (Photo: JIS) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Inter-American Development Bank (IDB) Country Representative for Jamaica, Therese Turner Jones, is calling for Jamaicans to take a stand against irresponsible road use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said that reckless driving should\nnot be the norm, and Jamaicans should “call it out when they see it, and not\nturn a blind eye.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“People ought to use their seat belts. Children need to be in car seats, and we should not be texting and driving; texting is as bad, if not worse than drinking and driving,” Jones said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Jamaicans should call it out when they see it, and not turn a blind eye.” </p><cite> — Therese Turner Jones </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Jones, who is general manager for the IDB’s Caribbean Country Department, said that the 269 road fatalities recorded in the island since the start of the year are “alarming,” noting that she is “deeply concerned.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We talk about fatalities, but what\nabout those who get injured, lose a limb and become burdens not just on their\nfamilies, but also on society, to look after them. So, it’s about protecting\nproductivity, economic growth and also thinking about the pain and suffering in\nfamilies,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since the start of the year, 269\npersons have lost their lives in 244 road crashes across the island.</p>\n<!-- /wp:paragraph -->','Jamaicans urged to call out reckless drivers','','publish','closed','closed','','dont-turn-a-blind-eye-jamaicans-urged-to-call-out-reckless-drivers','','','2019-08-13 14:53:05','2019-08-13 19:53:05','',0,'https://buzz-caribbean.com/?p=2701',0,'post','',0),(2702,13,'2019-08-09 17:01:39','2019-08-09 22:01:39','{\"id\":\"2694\",\"questions\":[{\"uid\":\"1b081fa7-31d2-4ca6-a719-09de5e954eb0\",\"content\":\"What flavour ice cream is your favourite?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[]},{\"uid\":\"5f415947-b761-440f-b748-0104635ff2fa\",\"content\":\"What ice cream flavour is your personality?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"\"},\"choices\":[{\"uid\":\"5f289612-0988-476a-8e84-935a5a484892\",\"type\":\"text\",\"label\":\"Chocolate\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"d76306ff-79a6-4bc9-8247-9efea13efee0\",\"type\":\"text\",\"label\":\"Vanilla\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"2bb8ab4e-3e9f-4bb3-bb9b-1e11fc73620b\",\"type\":\"text\",\"label\":\"Strawberry\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}],\"votesOverride\":0},{\"uid\":\"8b26f1f9-7070-4923-b41d-237dc2d35f13\",\"content\":\"Who do you normally have ice cream with?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[]}],\"fields\":[{\"uid\":\"6919e1ab-06a9-4b1f-9b9f-aecb39549bcd\",\"type\":\"text\",\"label\":\"Email\",\"defaultValue\":\"\",\"options\":\"\",\"collapsed\":false,\"validations\":{\"filled\":{\"enabled\":true},\"email\":{\"enabled\":true},\"filter\":{\"rules\":[]}},\"attributes\":[],\"template\":\"\",\"name\":\"email\"}],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"enabled\":true,\"start\":\"08\\/09\\/2019 17:00\",\"end\":\"11\\/30\\/2019 22:00\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','','','inherit','closed','closed','','2694-revision-v1','','','2019-08-09 17:01:39','2019-08-09 22:01:39','',2694,'https://buzz-caribbean.com/article/2694-revision-v1/',0,'revision','',0),(2704,15,'2019-08-09 17:36:47','2019-08-09 22:36:47','<!-- wp:image {\"id\":2943} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hot-weather-temperature-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-2943\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This July was the hottest month across the world ever recorded, according to a European Union (EU) observation satellite. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The World Meteorological Organisation (WMO) further corroborated this data.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Copernicus Climate Change Service has calculated that last month surpassed July 2016 as the hottest month on record, beating it by about 0.04 Celsius.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“July has rewritten climate history with dozens of new temperature records at the local, national and global level. This is not science fiction. It is the reality of climate change. It is happening now and it will worsen in the future without urgent climate action,” said Secretary-General of the World Meteorological Organisation, Petteri Taalas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Antonio Guterres, who is the UN Secretary-General, further added: “ We have always lived through hot summers, but this is not the summer of our youth. This is not your grandfather’s summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2944} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hot-sun-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-2944\" /><figcaption>(Photo contributed, Pexely.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“All of this means that we are on track for the period from 2015 to 2019 to be the five hottest years on record.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZhive</strong>! Are you feeling the heat? How are you cooling down this summer? Let us know in the comments.</p>\n<!-- /wp:paragraph -->','This July hottest ever recorded','','publish','closed','closed','','hottest-july-ever-recorded','','','2019-08-13 19:28:33','2019-08-14 00:28:33','',0,'https://buzz-caribbean.com/?p=2704',0,'post','',0),(2705,14,'2019-08-09 17:15:52','2019-08-09 22:15:52','<!-- wp:image {\"id\":323} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/flying-into-sunset-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-323\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Summer’s here and with it the age-old question on many Jamaican minds: <strong><em>\"Where to unravel for my vacation?\"</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For many Jamaicans who’ve experienced nearly all the island has to offer, the next best bet is to travel overseas – and enjoy the sights, sounds, tastes and feels of another country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Outside of the usual favourites of the United States, Canada, and the United Kingdom, there are also many other countries that provide less-stringent access with visa-free travel all year round!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":325} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jamaica-passport-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-325\" /><figcaption>Jamaican passports (Photo contributed, TheWorldUpCloser.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As of March 2019, Jamaican citizens had visa-free or visa on arrival access to 84 countries and territories.  According to the <a href=\"https://www.henleypassportindex.com/passport\">Henley Passport Index</a>, the Jamaican passport is ranked 63rd in the world in terms of travel freedom. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now, with the declaration of a visa waiver agreement between Jamaica and Ghana this July, the African country joins an impressive list of 84 countries and 11 disputed territories where Jamaicans are welcomed with open arms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Think you know them all? Well, here’s your challenge!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Try to come up with as many countries where visa-free travel is possible for Jamaicans before scrolling further (We double dare you).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":328} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/world-map-demo-1024x610.jpg\" alt=\"\" class=\"wp-image-328\" /><figcaption>World map (Photo contributed, Central Intelligence Agency [CIA], Political map of the world) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How many did you come up with…10…20…40…95?!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve thought about expanding your horizons or are already a step closer to experiencing a new cultural frontier, <strong><em>BUZZ</em></strong> presents a comprehensive list of all 95 countries across the world where just your Jamaican passport is needed to enjoy a well-needed vacation:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>NB: This list is broken down into three categories: Visa-free access (*), Visa supplied on arrival (!), and e-Visas (an official document issued online by respective Immigration Departments or Foreign Ministries that allows for Jamaicans to enter and travel.)</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Bahrain (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Azerbaijan (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Comoros (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Cote d’Ivoire</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Argentina (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Antigua and Barbuda (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Barbados (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Bangladesh (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Cook Islands (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Macau (!) [Territory of China]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>11. Palestine (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>12. Northern Cyprus [Territory of Turkey] (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>13. Curacao (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>14. Hong Kong (*) [Territory of China]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>15. Niue (*) [Territory of New Zealand]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>16. Monserrat (*) [Territory of the United Kingdom]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>17. Zimbabwe (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>18. Venezuela (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>19. Uganda (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>20. Trinidad and Tobago (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>21. Tuvalu (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>22. Serbia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>23. St. Vincent and the Grenadines (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>24. St. Lucia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>25. St. Kitts &amp; Nevis (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>26. Peru (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>27. Niger (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>28. Madagascar (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>29. Kiribati (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>30. Jordan (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>31. Myanmar (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>32. Seychelles (visitor’s permit on arrival)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>33. Palau (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>34. Mexico (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>35. Lesotho (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>36. Israel (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>37. Kenya (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>38. Nicaragua (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>39. Malaysia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>40. Kyrgyzstan (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>41. South Korea (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>42. Togo (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>43. Suriname (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>44. Mozambique (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>45. Tajikistan (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>46. Sao Tome &amp; Principe (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>47. Rwanda (either visa on arrival/eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>48. Panama (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>49. Micronesia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>50. Nepal (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>51. South Africa (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>52. Sri Lanka (either eVisa/visa on arrival)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>53. Papua New Guinea (visitor permit)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>54. Qatar (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>55. Senegal (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>56. Pitcairn Islands (*) [Territory of the United Kingdom]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>57. Somaliland (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>58. Russia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>59. Mauritania (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>60. Guyana (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>61. Indonesia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>62. Laos (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>63. Timor-Leste (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>64. Zambia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>65. Mauritius (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>66. Namibia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>67. India (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>68. Guinea-Bissau (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>69. Grenada (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>70. Malawi (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>71. Philippines (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>72. Somalia (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>73. Tanzania (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>74. Vanuatu (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>75. Transnistria (*) [formerly part of Moldova, now known as Pridnestrovian Moldavian Republic]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>76. Samoa (entry permit on arrival)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>77. Haiti (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>78. Iran (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>79. The Maldives (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>80. Sierra Leone (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>81. Singapore (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>82. Turkey (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>83. Uruguay (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>84. South Ossetia [formerly northern territory of Georgia in Europe]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>85. Georgia (eVisa) [not to be confused with the US state of Georgia]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>86. The Gambia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>87. Gabon (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>88. Fiji (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>89. Eswatini, also known as Swaziland (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>90. Ethiopia (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>91. Ecuador (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>92. Dominica (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>93. Dominican Republic (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>94. Djibouti (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>95. As of July 2019, Ghana!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How many of these countries have you visited? Which listing surprised you? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us know where your next adventure will be in the comments section below!</p>\n<!-- /wp:paragraph -->','Buzz Travel: Visa-free countries Jamaicans can visit','','inherit','closed','closed','','321-revision-v1','','','2019-08-09 17:15:52','2019-08-09 22:15:52','',321,'https://buzz-caribbean.com/article/321-revision-v1/',0,'revision','',0),(2706,14,'2019-08-09 17:17:16','2019-08-09 22:17:16','<!-- wp:image {\"id\":301} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo.jpg\" alt=\"\" class=\"wp-image-301\" /><figcaption>Satellite imagery of Bajo Nuevo from space (Photo contributed, National Aeronautics and Space Administration [NASA], International Space Station [ISS])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tucked away near the middle of the Caribbean Sea, lies the Bajo Nuevo Bank: a small, uninhabited reef with some grass-covered islets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also known as the Petrel Islands, these tiny specs have been the subject of a bitter sovereignty dispute between Colombia and the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But what you didn’t know, is over 30 years ago, Jamaica was also\ncaught up in the ownership dispute, but has since backed off for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Between 1982 and 1986, the Government of Jamaica signed and\nmaintained a series of bilateral agreements – culminating in a maritime\ndelimitation treaty between the island and the Republic of Colombia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The maritime delimitation treaty was signed in Kingston on\nFriday, November 12, 1993, by ministers of Foreign Affairs and Foreign Trade\nfor Jamaica and Colombia respectively, Paul Robertson and Noemí Sanín Posada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":304} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/posada-paul-robertson-sbscollage-buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-304\" /><figcaption>(from left) Former Ministers of Foreign Affairs and Foreign Trade for Colombia and Jamaica in 1993,  Noemí Sanín Posada and the late Paul Roberston respectively (Photos contributed, Jamaica Information Service [JIS], ElTiempo.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the time, Jamaica\'s claim, as with the other countries\nembroiled in the dispute, stemmed from attempts to expand the island’s\nexclusive economic zone over the surrounding seas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, Jamaica’s claim for Bajo Nuevo remains largely dormant\nsince bilateral agreements with Colombia came into force in 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve made it this far then we still have your attention, and seeing as you’re eager to know more, <strong><em>BUZZ</em></strong> presents 23 fast facts about Bajo Nuevo:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1.&nbsp;</strong>&nbsp;&nbsp;The islands are located along the coordinates\n15°53′N (fifteen degrees, fifty-three minutes north) and 78°38′W (seventy-eight\ndegrees, thirty-eight minutes west) and are geographically closest to Jamaica –\nsome 288 kilometres southwest of the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":302,\"width\":587,\"height\":334} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-google-maps-jamaica-1024x583.jpg\" alt=\"\" class=\"wp-image-302\" width=\"587\" height=\"334\" /><figcaption>Bajo Nuevo\'s proximity to Jamaica (Photo contributed, Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>2.&nbsp;&nbsp;</strong>&nbsp;Bajo Nuevo Bank is about\n26&nbsp;kilometres (16&nbsp;miles) long and 9&nbsp;kilometres (5.6&nbsp;miles)\nwide. The closest neighbouring land feature is Serranilla Bank, located 110\nkilometres (68 miles) to the west.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3.</strong>&nbsp;&nbsp;&nbsp;The reef was first shown on Dutch maps dating to 1634 but was given its present name in 1654. British pirate John Glover rediscovered Bajo Nuevo in 1660.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>4.&nbsp;&nbsp;</strong>&nbsp;Satellite imagery from the\nNational Aeronautics and Space Administration (NASA) shows two distinct\natoll-like structures separated by a deep channel under a mile wide at its\nnarrowest point. The reef partially dries on the southern and eastern sides,\nwith the land area being minuscule by comparison.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong>&nbsp;&nbsp;&nbsp;&nbsp;The most prominent land area is Low Cay,\nin the southwest atoll, which extends for 300 metres and widens at a maximum of\n40 metres across. No more than two metres above sea level, the barren island is\ncomposed of broken coral, driftwood, and sand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>6.&nbsp;</strong>&nbsp;&nbsp;A total of five countries have laid claim to\nsovereignty over Bajo Nuevo, namely: Jamaica, Colombia, Nicaragua, Honduras and\nthe United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":305} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-countries-dispute-flags-1024x614.jpg\" alt=\"\" class=\"wp-image-305\" /><figcaption>(From top left to bottom right) The flags of Colombia, the United States, Honduras, Jamaica and Nicaragua (Images contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>7.&nbsp;</strong>&nbsp;&nbsp;James W. Jennett, empowered under provisions\nof the controversial Guano Islands Act, initiated the US’ claim on November 22,\n1869. To this day, the US administers Bajo Nuevo bank as an ‘unorganized,\nunincorporated United States territory’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>8.&nbsp;&nbsp;</strong>&nbsp;Similarly to other territories\nclaimed under the Guano Islands Act in the Caribbean and Oceania, persons born\non Bajo Nuevo to non-citizens are considered by the United States to be US\nnationals, but not US citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":307} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/usa_flag-demo-1024x614.jpg\" alt=\"\" class=\"wp-image-307\" /><figcaption>United States flag (Image contributed, US State Department)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>9.&nbsp;</strong>&nbsp;&nbsp;Colombia currently claims the area as part of\nthe department of San Andrés and Providencia. The San Andrés fleet of the\nColombian Navy carries out naval patrols in the area, as the republic maintains\nthat it has claimed these territories since 1886 – as part of the geographic\narchipelago of San Andrés and Providencia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>10.</strong>&nbsp;&nbsp;&nbsp;The November 1993 maritime delimitation treaty, between Colombia and Jamaica, established a \"Joint Regime Area\", which allowed both countries to cooperatively manage and exploit living and non-living resources in designated waters between the two aforementioned banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>11.&nbsp;</strong>&nbsp;&nbsp;Bajo Nuevo’s territorial waters immediately\nsurrounding the cays themselves were excluded from the zone of joint-control,\nas Colombia considers these areas to be part of her coastal waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>12.&nbsp;&nbsp;</strong>&nbsp;The maritime delimitation treaty came effect four months later and was recognised by international law in March 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>13.&nbsp;</strong>&nbsp;&nbsp;The Colombian Ministry of Defense constructed\na light beacon on Low Cay in 1982. The metal structure towers 21&nbsp;metres\nabove the Caribbean Sea and is painted white with a red top. The beacon emits\ntwo white flashes of light every 15 seconds. After sustaining some damage, the\nbeacon was reconstructed by the Colombians in February 2008 and is currently\nmaintained by the navy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":306,\"width\":412,\"height\":531} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-light-beacon.jpg\" alt=\"\" class=\"wp-image-306\" width=\"412\" height=\"531\" /><figcaption>A light beacon erected on the shores of Low Cay, Bajo Nuevo (Photo contributed, Colombian Ministry of Defence)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>14.</strong>&nbsp;&nbsp;&nbsp; Nicaragua bases its claim to Bajo Nuevo Bank\ndue to the islands sitting on its continental shelf, covering an area of over\n50,000 square kilometres in the Caribbean Sea. In fact, the Central American\ncountry lays claim to all islands associated with the San Andrés and\nProvidencia archipelagoes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>15.&nbsp;</strong>&nbsp;&nbsp;Successive Nicaraguan governments have\npersistently pursued claims against Colombia in the International Court of\nJustice (ICJ), filing cases in both 2001 and 2007.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>16.</strong>&nbsp;&nbsp;&nbsp;On November 19, 2012, in regards to Nicaraguan claims to the islands, the ICJ ruled unanimously that Colombia has sovereignty over both Bajo Nuevo and Serranilla Banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong><em>Bajo Nuevo reportedly contains no \'meaningful mineral reserves\'</em></strong>\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>17.</strong>&nbsp;&nbsp;&nbsp;The islands remain a Colombian territory and are a key stopping point in the country’s fight against drug and weapons smuggling, but all the other claimant nations still have limited access to them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>18.</strong>&nbsp;&nbsp;&nbsp;Bajo Nuevo is positioned inside a modestly\nproductive fishing (mostly lobsters) zone, but the seabed reportedly contains\nno \'meaningful mineral reserves\', and only small amounts of hydrocarbon fuels\nhave been identified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>19.&nbsp;</strong>&nbsp;&nbsp;Honduras, another claimant to Bajo Nuevo and\nthe nearby Serranilla Bank, effectively ended its role in the dispute with the\nratification of a maritime boundary treaty with Colombia on December 20, 1999.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>20.</strong>&nbsp;&nbsp; According to the treaty, both states agreed upon a\nmaritime demarcation in 1986 that excluded Honduras from any control over the\nbanks or their surrounding waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>21.</strong>&nbsp;&nbsp; This bilateral treaty ensured that Honduras\nimplicitly recognises Colombia\'s sovereignty over the disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>22.&nbsp;</strong>&nbsp; Bajo Nuevo Bank and Serranilla Bank have been\nrepeatedly included as per American sources as one of ten insular areas in the\nPacific Ocean and Caribbean Sea that make up the US’ Minor Outlying Islands\nclassification.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>23.&nbsp;</strong>&nbsp; Baker Island, Howland Island, Jarvis Island, Johnston Atoll, Kingman Reef, Midway Islands, Navassa Island, Palmyra Atoll, and Wake Island comprise the remaining nine disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did you know these islands existed? What were the most surprising facts you read? Let us know in the comments section! </p>\n<!-- /wp:paragraph -->','Bajo Nuevo: What you should know about the island dispute Jamaica \'gave up\'','','inherit','closed','closed','','300-revision-v1','','','2019-08-09 17:17:16','2019-08-09 22:17:16','',300,'https://buzz-caribbean.com/article/300-revision-v1/',0,'revision','',0),(2708,15,'2019-08-09 17:18:44','2019-08-09 22:18:44','','Hot-sun-buzz','','inherit','closed','closed','','hot-sun-buzz-2','','','2019-08-09 17:18:44','2019-08-09 22:18:44','',2704,'https://buzz-caribbean.com/app/uploads/2019/08/Hot-sun-buzz.jpeg',0,'attachment','image/jpeg',0),(2709,9,'2019-08-09 17:20:59','2019-08-09 22:20:59','','Workshop-road-crash','','inherit','closed','closed','','workshop-road-crash','','','2019-08-09 17:20:59','2019-08-09 22:20:59','',2701,'https://buzz-caribbean.com/app/uploads/2019/08/Workshop-road-crash.jpg',0,'attachment','image/jpeg',0),(2711,9,'2019-08-09 17:23:06','2019-08-09 22:23:06','','new-road-crash','','inherit','closed','closed','','new-road-crash','','','2019-08-09 17:23:06','2019-08-09 22:23:06','',2701,'https://buzz-caribbean.com/app/uploads/2019/08/new-road-crash.jpg',0,'attachment','image/jpeg',0),(2714,15,'2019-08-09 17:25:42','2019-08-09 22:25:42','','kids-playing-in-water','','inherit','closed','closed','','kids-playing-in-water','','','2019-08-09 17:25:42','2019-08-09 22:25:42','',2704,'https://buzz-caribbean.com/app/uploads/2019/08/kids-playing-in-water.jpeg',0,'attachment','image/jpeg',0),(2715,21,'2019-08-09 18:21:19','2019-08-09 23:21:19','<!-- wp:image {\"id\":2734} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_153001-1024x576.jpg\" alt=\"\" class=\"wp-image-2734\" /><figcaption>Revelers getting down during the street parade.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thousands of Barbadians and visitors from around the region and beyond shed their inhibitions and donned brightly coloured, bedazzled and elaborate costumes to ‘do ting’ for the recent Grand Kadooment street parade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The August 5 event closed the curtains on the two-month-long Crop Over Festival.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2737} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_152846-1024x576.jpg\" alt=\"\" class=\"wp-image-2737\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Spectators lined the streets to see bands such as Baje International, Blue Box Cart, Zulu International, Xhosa Barbados, Krave the Band, Ooutraje, Colorz, Fifth Element Mas, Betty West, Gwyneth Squires. But undoubtedly all eyes were on Aura Experience, who had none other than the Bajan \'bad gal\' Ri Ri on the road with them. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B09XEH1H752/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B09XEH1H752/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Clad in an eye-catching pink feathered custom David\nLaport dress, Rihanna partied with friends on the big music truck, but not\nbefore first mingling with the crowd and sharing a moment with Prime Minister\nMia Mottley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2738} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_145013-1024x576.jpg\" alt=\"\" class=\"wp-image-2738\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Caribbean celebs were also out in their numbers,\nwhether on the road or performing on a music truck - among them Alison Hinds,\nLil Rick, Mikey, Stiffy, Skinny Fabulous and Problem Child, to name a few.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was a soca lovers paradise as waistlines were tempted with tunes from every category of the genre – sweet, power and bashment from Barbados and other Caribbean countries. With the announcement that <strong>Sometime</strong> had won the \'Tune of the Crop\' title, popular artist Leadpipe solidified his position as having the runaway hit of the 2019 Crop Over season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2739,2741,2744,2745,2746,2747,2749,2750,2751,2752]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/featured-image-1024x576.jpg\" alt=\"\" data-id=\"2739\" data-link=\"https://buzz-caribbean.com/?attachment_id=2739\" class=\"wp-image-2739\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_132209-1024x576.jpg\" alt=\"\" data-id=\"2741\" data-link=\"https://buzz-caribbean.com/?attachment_id=2741\" class=\"wp-image-2741\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_144631-1024x576.jpg\" alt=\"\" data-id=\"2744\" data-link=\"https://buzz-caribbean.com/?attachment_id=2744\" class=\"wp-image-2744\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_130908-1024x576.jpg\" alt=\"\" data-id=\"2745\" data-link=\"https://buzz-caribbean.com/?attachment_id=2745\" class=\"wp-image-2745\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_154459-1024x576.jpg\" alt=\"\" data-id=\"2746\" data-link=\"https://buzz-caribbean.com/?attachment_id=2746\" class=\"wp-image-2746\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190805-WA0030-1024x768.jpg\" alt=\"\" data-id=\"2747\" data-link=\"https://buzz-caribbean.com/?attachment_id=2747\" class=\"wp-image-2747\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_154308-1024x576.jpg\" alt=\"\" data-id=\"2749\" data-link=\"https://buzz-caribbean.com/?attachment_id=2749\" class=\"wp-image-2749\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_145052-1024x576.jpg\" alt=\"\" data-id=\"2750\" data-link=\"https://buzz-caribbean.com/?attachment_id=2750\" class=\"wp-image-2750\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_144932-1024x576.jpg\" alt=\"\" data-id=\"2751\" data-link=\"https://buzz-caribbean.com/?attachment_id=2751\" class=\"wp-image-2751\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_153055-1024x576.jpg\" alt=\"\" data-id=\"2752\" data-link=\"https://buzz-caribbean.com/?attachment_id=2752\" class=\"wp-image-2752\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p> <strong><em>—</em></strong><strong><em> Story by Yajirah Archibald</em></strong></p>\n<!-- /wp:paragraph -->','Barbados Crop Over: What a Kadooment!','','publish','closed','closed','','what-a-kadooment','','','2019-08-14 20:46:29','2019-08-15 01:46:29','',0,'https://buzz-caribbean.com/?p=2715',0,'post','',0),(2716,9,'2019-08-09 17:29:02','2019-08-09 22:29:02','<!-- wp:image {\"id\":2711} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/new-road-crash-1024x635.jpg\" alt=\"\" class=\"wp-image-2711\" /><figcaption>  Therese Turner Jones says Jamaicans should call out reckless drivers.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Inter-American Development Bank (IDB) Country Representative for Jamaica, Therese Turner Jones, is calling for Jamaicans to take a stand against irresponsible road use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said that reckless driving should\nnot be the norm, and Jamaicans should “call it out when they see it, and not\nturn a blind eye.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“People ought to use their seat belts. Children need to be in car seats, and we should not be texting and driving; texting is as bad, if not worse than drinking and driving,” Jones said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Call it out when they see it, and not turn a blind eye.” </p><cite>- Therese Turner Jones </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Jones, who is general manager for the IDB’s Caribbean Country Department, said that the 269 road fatalities recorded in the island since the start of the year are “alarming,” noting that she is “deeply concerned.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We talk about fatalities, but what\nabout those who get injured, lose a limb and become burdens not just on their\nfamilies, but also on society, to look after them. So, it’s about protecting\nproductivity, economic growth and also thinking about the pain and suffering in\nfamilies,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since the start of the year, 269\npersons have lost their lives in 244 road crashes across the island.</p>\n<!-- /wp:paragraph -->','Don’t turn a blind eye - Jamaicans urged to call out reckless drivers','','inherit','closed','closed','','2701-revision-v1','','','2019-08-09 17:29:02','2019-08-09 22:29:02','',2701,'https://buzz-caribbean.com/article/2701-revision-v1/',0,'revision','',0),(2717,11,'2019-08-09 17:31:39','2019-08-09 22:31:39','','security-camera','','inherit','closed','closed','','security-camera','','','2019-08-09 17:31:39','2019-08-09 22:31:39','',2673,'https://buzz-caribbean.com/app/uploads/2019/08/security-camera.png',0,'attachment','image/png',0),(2718,11,'2019-08-09 17:33:36','2019-08-09 22:33:36','','Office-Kitchenette','','inherit','closed','closed','','office-kitchenette','','','2019-08-09 17:33:36','2019-08-09 22:33:36','',2673,'https://buzz-caribbean.com/app/uploads/2019/08/Office-Kitchenette.jpg',0,'attachment','image/jpeg',0),(2720,9,'2019-08-09 17:34:14','2019-08-09 22:34:14','<!-- wp:image {\"id\":2711} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/new-road-crash-1024x635.jpg\" alt=\"\" class=\"wp-image-2711\" /><figcaption>  Therese Turner Jones says Jamaicans should call out reckless drivers.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Inter-American Development Bank (IDB) Country Representative for Jamaica, Therese Turner Jones, is calling for Jamaicans to take a stand against irresponsible road use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said that reckless driving should\nnot be the norm, and Jamaicans should “call it out when they see it, and not\nturn a blind eye.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“People ought to use their seat belts. Children need to be in car seats, and we should not be texting and driving; texting is as bad, if not worse than drinking and driving,” Jones said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Jamaicans should call it out when they see it, and not turn a blind eye.” </p><cite>- Therese Turner Jones </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Jones, who is general manager for the IDB’s Caribbean Country Department, said that the 269 road fatalities recorded in the island since the start of the year are “alarming,” noting that she is “deeply concerned.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We talk about fatalities, but what\nabout those who get injured, lose a limb and become burdens not just on their\nfamilies, but also on society, to look after them. So, it’s about protecting\nproductivity, economic growth and also thinking about the pain and suffering in\nfamilies,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since the start of the year, 269\npersons have lost their lives in 244 road crashes across the island.</p>\n<!-- /wp:paragraph -->','Don’t turn a blind eye - Jamaicans urged to call out reckless drivers','','inherit','closed','closed','','2701-revision-v1','','','2019-08-09 17:34:14','2019-08-09 22:34:14','',2701,'https://buzz-caribbean.com/article/2701-revision-v1/',0,'revision','',0),(2721,11,'2019-08-09 17:34:31','2019-08-09 22:34:31','','Eating-Lunch-At-Desk','','inherit','closed','closed','','eating-lunch-at-desk','','','2019-08-09 17:34:31','2019-08-09 22:34:31','',2673,'https://buzz-caribbean.com/app/uploads/2019/08/Eating-Lunch-At-Desk.jpg',0,'attachment','image/jpeg',0),(2722,15,'2019-08-09 17:34:59','2019-08-09 22:34:59','','Hot-weather-buzz','','inherit','closed','closed','','hot-weather-buzz','','','2019-08-09 17:34:59','2019-08-09 22:34:59','',2704,'https://buzz-caribbean.com/app/uploads/2019/08/Hot-weather-buzz.jpeg',0,'attachment','image/jpeg',0),(2723,11,'2019-08-09 17:36:02','2019-08-09 22:36:02','','work-kitchen-chatter','','inherit','closed','closed','','work-kitchen-chatter','','','2019-08-09 17:36:02','2019-08-09 22:36:02','',2673,'https://buzz-caribbean.com/app/uploads/2019/08/work-kitchen-chatter.jpg',0,'attachment','image/jpeg',0),(2724,15,'2019-08-09 17:36:47','2019-08-09 22:36:47','<!-- wp:image {\"id\":2708,\"width\":591,\"height\":331} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hot-sun-buzz.jpeg\" alt=\"\" class=\"wp-image-2708\" width=\"591\" height=\"331\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This July was the hottest month across the world ever record according to a European Union observation satellite. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> <br> The World Meteorological Organisation further corroborated this data.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> <br> The Copernicus Climate Change Service has calculated that last month surpassed July 2016 as the hottest month on record, beating it by about 0.04 Celsius.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> <br> “July has rewritten climate history with dozens of new temperature records at the local, national and global level. This is not science fiction. It is the reality of climate change. It is happening now and it will worsen in the future without urgent climate action,” said Secretary-General of the World Meteorological Organisation, Petteri Taalas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> <br> Antonio Guterres who is the UN Secretary-General further added: “ We have always lived through hot summers, but this is not the summer of our youth. This is not your grandfather’s summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2722,\"width\":589,\"height\":330} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hot-weather-buzz.jpeg\" alt=\"\" class=\"wp-image-2722\" width=\"589\" height=\"330\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> <br> “All of this means that we are on track for the period from 2015 to 2019 to be the five hottest years on record.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Hottest July ever recorded','','inherit','closed','closed','','2704-revision-v1','','','2019-08-09 17:36:47','2019-08-09 22:36:47','',2704,'https://buzz-caribbean.com/article/2704-revision-v1/',0,'revision','',0),(2725,11,'2019-08-09 17:37:20','2019-08-09 22:37:20','','My-Bottle','','inherit','closed','closed','','my-bottle','','','2019-08-09 17:37:20','2019-08-09 22:37:20','',2673,'https://buzz-caribbean.com/app/uploads/2019/08/My-Bottle.jpg',0,'attachment','image/jpeg',0),(2726,11,'2019-08-09 17:38:32','2019-08-09 22:38:32','','Lipstick-Stain','','inherit','closed','closed','','lipstick-stain','','','2019-08-09 17:38:32','2019-08-09 22:38:32','',2673,'https://buzz-caribbean.com/app/uploads/2019/08/Lipstick-Stain.jpg',0,'attachment','image/jpeg',0),(2727,4,'2019-08-09 17:39:34','2019-08-09 22:39:34','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thousands of Barbadians and visitors from around the\nregion and beyond shed their inhibitions and donned brightly coloured,\nbedazzled and elaborate costumes to ‘do ting’ for the Grand Kadooment street\nparade on August 5 as the two-month long Crop Over Festival came to an end.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What ‘ting’ you might ask?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jumping, jukking, wukking up, wining, chipping and\njust having a good time to the pulsating sounds of soca and other Caribbean\nrhythms. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Spectators lined the streets to see bands such as Baje\nInternational, Blue Box Cart, Zulu International, Xhosa Barbados, Krave the\nBand, Ooutraje, Colorz, Fifth Element Mas, Betty West, Gwyneth Squires, and\nothers, but undoubtedly all eyes were on Aura Experience, who had none other\nthan the Bajan bad gal Ri Ri on the road with them. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Clad in an eye-catching pink feathered custom David\nLaport dress, Rihanna partied with friends on the big music truck, but not\nbefore first mingling with the crowd and sharing a moment with Prime Minister\nMia Mottley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Caribbean celebs were also out in their numbers,\nwhether on the road or performing on a music truck - among them Alison Hinds,\nLil Rick, Mikey, Stiffy, Skinny Fabulous and Problem Child, to name a few.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was a soca lovers paradise as waistlines were\ntempted with tunes from every category of the genre – sweet, power and bashment\nfrom Barbados and other Caribbean countries. With the announcement that <a href=\"https://www.youtube.com/watch?v=RV1riJsShjU\"><em>Sometime</em></a> had won the Tune of the Crop title, popular artist Leadpipe solidified\nhis position as having the runaway hit of the 2019 Crop Over season.</p>\n<!-- /wp:paragraph -->','What a Kadooment!','','inherit','closed','closed','','2715-revision-v1','','','2019-08-09 17:39:34','2019-08-09 22:39:34','',2715,'https://buzz-caribbean.com/article/2715-revision-v1/',0,'revision','',0),(2729,11,'2019-08-09 17:43:13','2019-08-09 22:43:13','','Take food in Asia with roast pork rice.','Take food in Asia with roast pork rice.','inherit','closed','closed','','take-food-in-asia-with-roast-pork-rice','','','2019-08-09 17:43:13','2019-08-09 22:43:13','',2673,'https://buzz-caribbean.com/app/uploads/2019/08/Leftovers-in-Styrofoam-Box.jpg',0,'attachment','image/jpeg',0),(2731,4,'2019-08-09 17:47:29','2019-08-09 22:47:29','<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thousands of Barbadians and visitors from around the region and beyond shed their inhibitions and donned brightly coloured, bedazzled and elaborate costumes to ‘do ting’ for the Grand Kadooment street parade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The August 5 event closed the curtains on the two-month-long Crop Over Festival.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Spectators lined the streets to see bands such as Baje International, Blue Box Cart, Zulu International, Xhosa Barbados, Krave the Band, Ooutraje, Colorz, Fifth Element Mas, Betty West, Gwyneth Squires. But undoubtedly all eyes were on Aura Experience, who had none other than the Bajan bad gal Ri Ri on the road with them. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Clad in an eye-catching pink feathered custom David\nLaport dress, Rihanna partied with friends on the big music truck, but not\nbefore first mingling with the crowd and sharing a moment with Prime Minister\nMia Mottley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Caribbean celebs were also out in their numbers,\nwhether on the road or performing on a music truck - among them Alison Hinds,\nLil Rick, Mikey, Stiffy, Skinny Fabulous and Problem Child, to name a few.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was a soca lovers paradise as waistlines were tempted with tunes from every category of the genre – sweet, power and bashment from Barbados and other Caribbean countries. With the announcement that <strong>Sometime</strong> had won the \'Tune of the Crop\' title, popular artist Leadpipe solidified his position as having the runaway hit of the 2019 Crop Over season.</p>\n<!-- /wp:paragraph -->','What a Kadooment!','','inherit','closed','closed','','2715-revision-v1','','','2019-08-09 17:47:29','2019-08-09 22:47:29','',2715,'https://buzz-caribbean.com/article/2715-revision-v1/',0,'revision','',0),(2732,14,'2019-08-09 17:49:02','2019-08-09 22:49:02','<!-- wp:image {\"id\":301} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo.jpg\" alt=\"\" class=\"wp-image-301\" /><figcaption>Satellite imagery of Bajo Nuevo from space (Photo contributed, National Aeronautics and Space Administration [NASA], International Space Station [ISS])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tucked away near the middle of the Caribbean Sea, lies the Bajo Nuevo Bank: a small, uninhabited reef with some grass-covered islets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also known as the Petrel Islands, these tiny specs have been the subject of a bitter sovereignty dispute between Colombia and the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But what you didn’t know, is over 30 years ago, Jamaica was also\ncaught up in the ownership dispute, but has since backed off for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Between 1982 and 1986, the Government of Jamaica signed and\nmaintained a series of bilateral agreements – culminating in a maritime\ndelimitation treaty between the island and the Republic of Colombia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The maritime delimitation treaty was signed in Kingston on\nFriday, November 12, 1993, by ministers of Foreign Affairs and Foreign Trade\nfor Jamaica and Colombia respectively, Paul Robertson and Noemí Sanín Posada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":304} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/posada-paul-robertson-sbscollage-buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-304\" /><figcaption>(from left) Former Ministers of Foreign Affairs and Foreign Trade for Colombia and Jamaica in 1993,  Noemí Sanín Posada and the late Paul Roberston respectively (Photos contributed, Jamaica Information Service [JIS], ElTiempo.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the time, Jamaica\'s claim, as with the other countries\nembroiled in the dispute, stemmed from attempts to expand the island’s\nexclusive economic zone over the surrounding seas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, Jamaica’s claim for Bajo Nuevo remains largely dormant\nsince bilateral agreements with Colombia came into force in 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve made it this far then we still have your attention, and seeing as you’re eager to know more,&nbsp;<strong><em>BUZZ</em></strong>&nbsp;presents 23 fast facts about Bajo Nuevo:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1.&nbsp;</strong>&nbsp;&nbsp;The islands are located along the coordinates\n15°53′N (fifteen degrees, fifty-three minutes north) and 78°38′W (seventy-eight\ndegrees, thirty-eight minutes west) and are geographically closest to Jamaica –\nsome 288 kilometres southwest of the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":302,\"width\":587,\"height\":334} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-google-maps-jamaica-1024x583.jpg\" alt=\"\" class=\"wp-image-302\" width=\"587\" height=\"334\" /><figcaption>Bajo Nuevo\'s proximity to Jamaica (Photo contributed, Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>2.&nbsp;&nbsp;</strong>&nbsp;Bajo Nuevo Bank is about\n26&nbsp;kilometres (16&nbsp;miles) long and 9&nbsp;kilometres (5.6&nbsp;miles)\nwide. The closest neighbouring land feature is Serranilla Bank, located 110\nkilometres (68 miles) to the west.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3.</strong>&nbsp;&nbsp;&nbsp;The reef was first shown on Dutch maps dating to 1634 but was given its present name in 1654. British pirate John Glover rediscovered Bajo Nuevo in 1660.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>4.&nbsp;&nbsp;</strong>&nbsp;Satellite imagery from the\nNational Aeronautics and Space Administration (NASA) shows two distinct\natoll-like structures separated by a deep channel under a mile wide at its\nnarrowest point. The reef partially dries on the southern and eastern sides,\nwith the land area being minuscule by comparison.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong>&nbsp;&nbsp;&nbsp;&nbsp;The most prominent land area is Low Cay,\nin the southwest atoll, which extends for 300 metres and widens at a maximum of\n40 metres across. No more than two metres above sea level, the barren island is\ncomposed of broken coral, driftwood, and sand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>6.&nbsp;</strong>&nbsp;&nbsp;A total of five countries have laid claim to\nsovereignty over Bajo Nuevo, namely: Jamaica, Colombia, Nicaragua, Honduras and\nthe United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":305} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-countries-dispute-flags-1024x614.jpg\" alt=\"\" class=\"wp-image-305\" /><figcaption>(From top left to bottom right) The flags of Colombia, the United States, Honduras, Jamaica and Nicaragua (Images contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>7.&nbsp;</strong>&nbsp;&nbsp;James W. Jennett, empowered under provisions\nof the controversial Guano Islands Act, initiated the US’ claim on November 22,\n1869. To this day, the US administers Bajo Nuevo bank as an ‘unorganized,\nunincorporated United States territory’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>8.&nbsp;&nbsp;</strong>&nbsp;Similarly to other territories\nclaimed under the Guano Islands Act in the Caribbean and Oceania, persons born\non Bajo Nuevo to non-citizens are considered by the United States to be US\nnationals, but not US citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":307} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/usa_flag-demo-1024x614.jpg\" alt=\"\" class=\"wp-image-307\" /><figcaption>United States flag (Image contributed, US State Department)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>9.&nbsp;</strong>&nbsp;&nbsp;Colombia currently claims the area as part of\nthe department of San Andrés and Providencia. The San Andrés fleet of the\nColombian Navy carries out naval patrols in the area, as the republic maintains\nthat it has claimed these territories since 1886 – as part of the geographic\narchipelago of San Andrés and Providencia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>10.</strong>&nbsp;&nbsp;&nbsp;The November 1993 maritime delimitation treaty, between Colombia and Jamaica, established a \"Joint Regime Area\", which allowed both countries to cooperatively manage and exploit living and non-living resources in designated waters between the two aforementioned banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>11.&nbsp;</strong>&nbsp;&nbsp;Bajo Nuevo’s territorial waters immediately\nsurrounding the cays themselves were excluded from the zone of joint-control,\nas Colombia considers these areas to be part of her coastal waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>12.&nbsp;&nbsp;</strong>&nbsp;The maritime delimitation treaty came effect four months later and was recognised by international law in March 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>13.&nbsp;</strong>&nbsp;&nbsp;The Colombian Ministry of Defense constructed\na light beacon on Low Cay in 1982. The metal structure towers 21&nbsp;metres\nabove the Caribbean Sea and is painted white with a red top. The beacon emits\ntwo white flashes of light every 15 seconds. After sustaining some damage, the\nbeacon was reconstructed by the Colombians in February 2008 and is currently\nmaintained by the navy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":306,\"width\":412,\"height\":531} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-light-beacon.jpg\" alt=\"\" class=\"wp-image-306\" width=\"412\" height=\"531\" /><figcaption>A light beacon erected on the shores of Low Cay, Bajo Nuevo (Photo contributed, Colombian Ministry of Defence)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>14.</strong>&nbsp;&nbsp;&nbsp; Nicaragua bases its claim to Bajo Nuevo Bank\ndue to the islands sitting on its continental shelf, covering an area of over\n50,000 square kilometres in the Caribbean Sea. In fact, the Central American\ncountry lays claim to all islands associated with the San Andrés and\nProvidencia archipelagoes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>15.&nbsp;</strong>&nbsp;&nbsp;Successive Nicaraguan governments have\npersistently pursued claims against Colombia in the International Court of\nJustice (ICJ), filing cases in both 2001 and 2007.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>16.</strong>&nbsp;&nbsp;&nbsp;On November 19, 2012, in regards to Nicaraguan claims to the islands, the ICJ ruled unanimously that Colombia has sovereignty over both Bajo Nuevo and Serranilla Banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong><em>Bajo Nuevo reportedly contains no \'meaningful mineral reserves\'</em></strong>\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>17.</strong>&nbsp;&nbsp;&nbsp;The islands remain a Colombian territory and are a key stopping point in the country’s fight against drug and weapons smuggling, but all the other claimant nations still have limited access to them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>18.</strong>&nbsp;&nbsp;&nbsp;Bajo Nuevo is positioned inside a modestly\nproductive fishing (mostly lobsters) zone, but the seabed reportedly contains\nno \'meaningful mineral reserves\', and only small amounts of hydrocarbon fuels\nhave been identified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>19.&nbsp;</strong>&nbsp;&nbsp;Honduras, another claimant to Bajo Nuevo and\nthe nearby Serranilla Bank, effectively ended its role in the dispute with the\nratification of a maritime boundary treaty with Colombia on December 20, 1999.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>20.</strong>&nbsp;&nbsp; According to the treaty, both states agreed upon a\nmaritime demarcation in 1986 that excluded Honduras from any control over the\nbanks or their surrounding waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>21.</strong>&nbsp;&nbsp; This bilateral treaty ensured that Honduras\nimplicitly recognises Colombia\'s sovereignty over the disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>22.&nbsp;</strong>&nbsp; Bajo Nuevo Bank and Serranilla Bank have been\nrepeatedly included as per American sources as one of ten insular areas in the\nPacific Ocean and Caribbean Sea that make up the US’ Minor Outlying Islands\nclassification.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>23.&nbsp;</strong>&nbsp; Baker Island, Howland Island, Jarvis Island, Johnston Atoll, Kingman Reef, Midway Islands, Navassa Island, Palmyra Atoll, and Wake Island comprise the remaining nine disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did you know these islands existed? What were the most surprising facts you read? Let us know in the comments section! </p>\n<!-- /wp:paragraph -->','Bajo Nuevo: What you should know about the island dispute Jamaica \'gave up\'','','inherit','closed','closed','','300-revision-v1','','','2019-08-09 17:49:02','2019-08-09 22:49:02','',300,'https://buzz-caribbean.com/article/300-revision-v1/',0,'revision','',0),(2733,11,'2019-08-09 17:53:06','2019-08-09 22:53:06','<!-- wp:paragraph -->\n<p>Gone are the days when ‘big brother’ or someone else was not watching.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2717} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/security-camera-1024x683.png\" alt=\"\" class=\"wp-image-2717\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Indeed, cameras are everywhere now, from traffic lights to inside our homes via nanny cams, as people are not as trusting of others to do the right things when no one is looking. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One place that does not usually have a camera but probably should is the office kitchen or kitchenette. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That place where things mysteriously disappear or are left differently from how they were placed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2718} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Office-Kitchenette.jpg\" alt=\"\" class=\"wp-image-2718\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Because you spend eight hours a day, 5 days a week in the office, it stands to reason that you will have to eat there. Taking quick bites at the desk isn\'t always feasible.  Plus, doctors say it is not good for your digestion. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2721} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Eating-Lunch-At-Desk.jpg\" alt=\"\" class=\"wp-image-2721\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, most business places have a little kitchenette, even if it is super small, with just a sink for washing stuff up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now a lot goes on in that small room. It can be a good place to unwind, but gossiping heads the list of activities performed in there, even more than actual eating. When it comes to the kitchenette be prepared for just about anything.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2723} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/work-kitchen-chatter.jpg\" alt=\"\" class=\"wp-image-2723\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>First things first, when you place bottled water or juice in the fridge, you should probably mark the spot where the liquid reaches in the bottle beforehand. This is to ensure that no one sneaks and sips on what they did not provide.  It is easier to say this is a mistake with a bottle of supermarket brand water that is common. However, that does not ring true for someone’s personal juice container or bottle. Then you definitely know that someone enjoys your juice just as much as you do. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2725} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/My-Bottle.jpg\" alt=\"\" class=\"wp-image-2725\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To prevent any unpleasant surprises always check the mouth or rim of bottles before you put it to your head to drink directly from it. One man got the shock of his life in an office years ago when he lifted the bottle to drink and saw lipstick all around the edge of the bottle. He never left another bottle in the refrigerator after that. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2726} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lipstick-Stain.jpg\" alt=\"\" class=\"wp-image-2726\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Another sign of tampering is usually with food ordered and stored in those styrofoam containers. You would think that with your name carefully written on the box, that would be enough of a deterrent to the food poachers or meal pirates. It is not. Those who eat early are usually safe, but those who have a hectic schedule and may remember to eat at 2:30 or 3 pm may be in for a rude awakening as their meal may be missing some side dishes or a piece of meat. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2729} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Leftovers-in-Styrofoam-Box.jpg\" alt=\"\" class=\"wp-image-2729\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One may think that the caterers short-changed you, but this is not usually the case, as you can tell when someone was digging into a food box by the way the food is left afterwards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If that is not crazy enough, there are even people who take it one step further and actually eat some of your leftovers, or in Jamaican parlance <em>‘nyam and lef’</em>. This is beyond disturbing and a good enough reason for installing cameras because no one should be messing around with people’s food, especially if there is no Brooklax handy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Have you had any bad experiences in your work kitchenette? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Spill the deets with <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','Kitchenette Etiquette 101','','inherit','closed','closed','','2673-revision-v1','','','2019-08-09 17:53:06','2019-08-09 22:53:06','',2673,'https://buzz-caribbean.com/article/2673-revision-v1/',0,'revision','',0),(2734,4,'2019-08-09 17:53:56','2019-08-09 22:53:56','','20190805_153001','','inherit','closed','closed','','20190805_153001','','','2019-08-09 17:53:56','2019-08-09 22:53:56','',2715,'https://buzz-caribbean.com/app/uploads/2019/08/20190805_153001.jpg',0,'attachment','image/jpeg',0),(2735,4,'2019-08-09 17:55:16','2019-08-09 22:55:16','<!-- wp:image {\"id\":2734} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_153001-1024x576.jpg\" alt=\"\" class=\"wp-image-2734\" /><figcaption>Revelers getting down during the street parade.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thousands of Barbadians and visitors from around the region and beyond shed their inhibitions and donned brightly coloured, bedazzled and elaborate costumes to ‘do ting’ for the Grand Kadooment street parade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The August 5 event closed the curtains on the two-month-long Crop Over Festival.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Spectators lined the streets to see bands such as Baje International, Blue Box Cart, Zulu International, Xhosa Barbados, Krave the Band, Ooutraje, Colorz, Fifth Element Mas, Betty West, Gwyneth Squires. But undoubtedly all eyes were on Aura Experience, who had none other than the Bajan bad gal Ri Ri on the road with them. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Clad in an eye-catching pink feathered custom David\nLaport dress, Rihanna partied with friends on the big music truck, but not\nbefore first mingling with the crowd and sharing a moment with Prime Minister\nMia Mottley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Caribbean celebs were also out in their numbers,\nwhether on the road or performing on a music truck - among them Alison Hinds,\nLil Rick, Mikey, Stiffy, Skinny Fabulous and Problem Child, to name a few.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was a soca lovers paradise as waistlines were tempted with tunes from every category of the genre – sweet, power and bashment from Barbados and other Caribbean countries. With the announcement that <strong>Sometime</strong> had won the \'Tune of the Crop\' title, popular artist Leadpipe solidified his position as having the runaway hit of the 2019 Crop Over season.</p>\n<!-- /wp:paragraph -->','What a Kadooment!','','inherit','closed','closed','','2715-revision-v1','','','2019-08-09 17:55:16','2019-08-09 22:55:16','',2715,'https://buzz-caribbean.com/article/2715-revision-v1/',0,'revision','',0),(2736,11,'2019-08-10 11:01:00','2019-08-10 16:01:00','<!-- wp:paragraph -->\n<p>She acts up, acts out and acts ridiculously most of the times. The stuff that comes out of her mouth would make a sailor blush and the clothes she sneaks off and wears barely covers her anatomy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2793,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Mom-and-Daughter-Arguing.jpg\" alt=\"\" class=\"wp-image-2793\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To your chagrin, she has a boyfriend who talks to her disrespectfully and tries to control her every move and though you have both pleaded and threatened her, she is not giving him up. No, you are not in the twilight zone but you are living your worst mother-of-a-teenage-daughter nightmare.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2799} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Teen-Girl-Smoking.jpg\" alt=\"\" class=\"wp-image-2799\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Before you do anything drastic have you ever considered that what she wants is male attention - more precisely, attention from a father figure? Though we women like to ‘Beyonce-fy’ ourselves and claim we run the world, the world is pushing back and reminding us that it does take two rationale and reasonable parents to raise a well-balanced child. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> A father becomes her guide for what to expect of men.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Yes, many single mothers do a great job holding the fort down but girls need their fathers as he is the first male who will set the tone for how other males in her life should act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>All the studies point to the same thing: daughters with father in their lives function better. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Girls learn what they live from infancy and as they grow, they form conclusions about what men are like from those males present in their life. A father becomes her guide for what to expect of men and what attitudes and views they will have toward women. Additionally, how he treats her mother will be her template for what her own relationship in the future with a man may be. These life lessons, therefore, are powerful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>He is the first male who will set the tone for how other males in her life should act. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Having a father or a father-figure around has a positive effect on a young girl\'s self-esteem because he can equip her with the requisite tools to have the confidence to tackle challenges and set goals. By showing her acceptance and unconditional love, he sets the example or the blueprint she needs for stronger emotional relationships and she will, therefore, be more likely to make good choices in her future romantic partners.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2802} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Father-Daughter-1024x683.jpg\" alt=\"\" class=\"wp-image-2802\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>All the studies point to the same thing: daughters with father in their lives function better and even if they made mistakes, their recovery period is shorter. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2806} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Father-Daughter-Love-1024x683.jpg\" alt=\"\" class=\"wp-image-2806\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This is referred to as the ‘Father Effect’ which is the umbrella term for the benefits of a paternal presence. These effects multiply when fathers actively participate in family life with a positive and nurturing presence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2807} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Father-Daughter-Selfie-1024x683.jpg\" alt=\"\" class=\"wp-image-2807\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From attending sports events to combing hair to helping with homework - even while teaching her how to change a car tyre - it is the quality of the time spent, more so than the quantity, that daughters absorb and appreciate.</p>\n<!-- /wp:paragraph -->','Why young girls need father figures','','publish','closed','closed','','why-young-girls-need-father-figures','','','2019-08-15 08:16:40','2019-08-15 13:16:40','',0,'https://buzz-caribbean.com/?p=2736',0,'post','',0),(2737,4,'2019-08-09 17:56:59','2019-08-09 22:56:59','','20190805_152846','','inherit','closed','closed','','20190805_152846','','','2019-08-09 17:56:59','2019-08-09 22:56:59','',2715,'https://buzz-caribbean.com/app/uploads/2019/08/20190805_152846.jpg',0,'attachment','image/jpeg',0),(2738,4,'2019-08-09 17:58:41','2019-08-09 22:58:41','','20190805_145013','','inherit','closed','closed','','20190805_145013','','','2019-08-09 17:58:41','2019-08-09 22:58:41','',2715,'https://buzz-caribbean.com/app/uploads/2019/08/20190805_145013.jpg',0,'attachment','image/jpeg',0),(2739,4,'2019-08-09 18:00:48','2019-08-09 23:00:48','','featured-image','','inherit','closed','closed','','featured-image','','','2019-08-09 18:00:48','2019-08-09 23:00:48','',2715,'https://buzz-caribbean.com/app/uploads/2019/08/featured-image.jpg',0,'attachment','image/jpeg',0),(2741,4,'2019-08-09 18:01:54','2019-08-09 23:01:54','','20190805_132209','','inherit','closed','closed','','20190805_132209','','','2019-08-09 18:01:54','2019-08-09 23:01:54','',2715,'https://buzz-caribbean.com/app/uploads/2019/08/20190805_132209.jpg',0,'attachment','image/jpeg',0),(2742,14,'2019-08-09 18:02:37','2019-08-09 23:02:37','','Holness Capture Buzz','','inherit','closed','closed','','holness-capute-buzz','','','2019-08-09 18:03:01','2019-08-09 23:03:01','',124,'https://buzz-caribbean.com/app/uploads/2019/07/holness-capute-buzz.jpg',0,'attachment','image/jpeg',0),(2744,4,'2019-08-09 18:03:18','2019-08-09 23:03:18','','Blue-BUZZ','','inherit','closed','closed','','20190805_144631','','','2019-08-10 12:18:52','2019-08-10 17:18:52','',2715,'https://buzz-caribbean.com/app/uploads/2019/08/20190805_144631.jpg',0,'attachment','image/jpeg',0),(2745,4,'2019-08-09 18:04:52','2019-08-09 23:04:52','','20190805_130908','','inherit','closed','closed','','20190805_130908','','','2019-08-09 18:04:52','2019-08-09 23:04:52','',2715,'https://buzz-caribbean.com/app/uploads/2019/08/20190805_130908.jpg',0,'attachment','image/jpeg',0),(2746,4,'2019-08-09 18:05:29','2019-08-09 23:05:29','','20190805_154459','','inherit','closed','closed','','20190805_154459','','','2019-08-09 18:05:29','2019-08-09 23:05:29','',2715,'https://buzz-caribbean.com/app/uploads/2019/08/20190805_154459.jpg',0,'attachment','image/jpeg',0),(2747,4,'2019-08-09 18:05:52','2019-08-09 23:05:52','','IMG-20190805-WA0030','','inherit','closed','closed','','img-20190805-wa0030','','','2019-08-09 18:05:52','2019-08-09 23:05:52','',2715,'https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190805-WA0030.jpg',0,'attachment','image/jpeg',0),(2748,23,'2019-08-14 20:24:55','2019-08-15 01:24:55','<!-- wp:image {\"id\":2753} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Annaixe-A.jpg\" alt=\"\" class=\"wp-image-2753\" /><figcaption>Anna-Lisa Guthrie started designing carnival costumes in 2015.  (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Anna-Lisa ‘Annaixe’ Guthrie has only been a costume designer for a few short years, but already she has been making waves in Jamaica and the Caribbean. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Through her company, Designs by Annaixe, Guthrie has collaborated with ‘Iconz’ in the Cayman Islands and Xaymaca International from Jamaica, as well as brands like Pepsi&nbsp;and Campari. Victress, the 2019 costume that she designed for Xaymaca International, was a hit amongst revellers, as it was sold out within weeks. She also curated the showstopper costumes for spirit brand Campari during the 2019 carnival season. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2754} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Annaixe-BB-1024x683.jpg\" alt=\"\" class=\"wp-image-2754\" /><figcaption>Campari is one of the brands that Anna-Lisa Guthrie has done costumes for. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Despite her success, this wasn’t a path she planned to be on. Having worked as a photographer during the carnival season, Guthrie decided to make a costume for herself. Since that experiment in 2015, she has been making carnival costumes. And these days, the 23-year-old ensures that women feel confident, sexy, chic and comfortable in her pieces. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although she\nis thriving in the industry, preparing costume designs can be a tedious process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2756]} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Annaixe-DD-819x1024.jpg\" alt=\"\" data-id=\"2756\" data-link=\"https://buzz-caribbean.com/?attachment_id=2756\" class=\"wp-image-2756\" /><figcaption> <br> <br>Anna dons \'Aurae\' that she designed for Cropover 2018. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“Finding the right\ncreative balance to create something that excites you, developing what you want\nit to look like then executing it accordingly, most of it is mental,” Guthrie\nexplained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While she has been making a name for herself with her costumes, her creative portfolio is widespread, as she dabbles in hand-made and retail jewellery, modelling and photography. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Follow her on Instagram @Byannaixe to see more of her pieces. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Annaixe turns heads with showstopping carnival designs','','publish','closed','closed','','annaixe-turns-heads-with-showstopping-carnival-designs','','','2019-08-15 00:09:39','2019-08-15 05:09:39','',0,'https://buzz-caribbean.com/?p=2748',0,'post','',0),(2749,4,'2019-08-09 18:07:12','2019-08-09 23:07:12','','20190805_154308','','inherit','closed','closed','','20190805_154308','','','2019-08-09 18:07:12','2019-08-09 23:07:12','',2715,'https://buzz-caribbean.com/app/uploads/2019/08/20190805_154308.jpg',0,'attachment','image/jpeg',0),(2750,4,'2019-08-09 18:08:20','2019-08-09 23:08:20','','20190805_145052','','inherit','closed','closed','','20190805_145052','','','2019-08-09 18:08:20','2019-08-09 23:08:20','',2715,'https://buzz-caribbean.com/app/uploads/2019/08/20190805_145052.jpg',0,'attachment','image/jpeg',0),(2751,4,'2019-08-09 18:09:15','2019-08-09 23:09:15','','20190805_144932','','inherit','closed','closed','','20190805_144932','','','2019-08-09 18:09:15','2019-08-09 23:09:15','',2715,'https://buzz-caribbean.com/app/uploads/2019/08/20190805_144932.jpg',0,'attachment','image/jpeg',0),(2752,4,'2019-08-09 18:10:21','2019-08-09 23:10:21','','20190805_153055','','inherit','closed','closed','','20190805_153055','','','2019-08-09 18:10:21','2019-08-09 23:10:21','',2715,'https://buzz-caribbean.com/app/uploads/2019/08/20190805_153055.jpg',0,'attachment','image/jpeg',0),(2753,9,'2019-08-09 18:12:05','2019-08-09 23:12:05','','Annaixe-A','','inherit','closed','closed','','annaixe-a','','','2019-08-09 18:12:05','2019-08-09 23:12:05','',2748,'https://buzz-caribbean.com/app/uploads/2019/08/Annaixe-A.jpg',0,'attachment','image/jpeg',0),(2754,9,'2019-08-09 18:12:26','2019-08-09 23:12:26','','Annaixe-BB','','inherit','closed','closed','','annaixe-bb','','','2019-08-09 18:12:26','2019-08-09 23:12:26','',2748,'https://buzz-caribbean.com/app/uploads/2019/08/Annaixe-BB.jpg',0,'attachment','image/jpeg',0),(2755,9,'2019-08-09 18:12:56','2019-08-09 23:12:56','','Annaixe-CC','','inherit','closed','closed','','annaixe-cc','','','2019-08-09 18:12:56','2019-08-09 23:12:56','',2748,'https://buzz-caribbean.com/app/uploads/2019/08/Annaixe-CC.jpg',0,'attachment','image/jpeg',0),(2756,9,'2019-08-09 18:12:57','2019-08-09 23:12:57','','Annaixe-DD','','inherit','closed','closed','','annaixe-dd','','','2019-08-09 18:12:57','2019-08-09 23:12:57','',2748,'https://buzz-caribbean.com/app/uploads/2019/08/Annaixe-DD.jpg',0,'attachment','image/jpeg',0),(2758,9,'2019-08-09 18:18:05','2019-08-09 23:18:05','<!-- wp:image {\"id\":2753} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Annaixe-A.jpg\" alt=\"\" class=\"wp-image-2753\" /><figcaption>Anna-Lisa Guthrie started designing carnival costumes in 2015. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Anna-Lisa ‘Annaixe’ Guthrie has only been a costume designer for\na few shorts years, but already she has been creating waves in Jamaica and the\nCaribbean. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Through her company, Designs by Annaixe, Guthrie has collaborated with ‘Iconz’ in the Cayman Islands and Xaymaca International from Jamaica, as well as brands like Pepsi and Campari. Victress, the 2019 costume that she designed for Xaymaca International, was a hit amongst revellers, as it was sold out within weeks. She also curated the showstopper costumes for spirit brand Campari during the 2019 carnival season.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2754} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Annaixe-BB-1024x683.jpg\" alt=\"\" class=\"wp-image-2754\" /><figcaption>Campari is one of the brands that Anna-Lisa Guthrie has done costumes for. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Despite her success, this wasn’t a path she planned to be on. Having worked as a photographer during the carnival season, Guthrie decided to make a costume for herself. Since that experiment in 2015, she has been making carnival costumes. And these days, the 23-year-old ensures that women feel confident, sexy, chic and comfortable in her pieces. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although she\nis thriving in the industry, preparing costume designs can be a tedious process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2756]} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Annaixe-DD-819x1024.jpg\" alt=\"\" data-id=\"2756\" data-link=\"https://buzz-caribbean.com/?attachment_id=2756\" class=\"wp-image-2756\" /><figcaption> <br> <br>Anna dons \'Aurae\' that she designed for Cropover 2018. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“Finding the right\ncreative balance to create something that excites you, developing what you want\nit to look like then executing it accordingly, most of it is mental,” Guthrie\nexplained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While she has been making a name for herself with her costumes, her creative portfolio is widespread, as she dabbles in hand-made and retail jewellery, modelling and photography. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Follow her on Instagram @Byannaixe to see more of her pieces. </p>\n<!-- /wp:paragraph -->','Annaixe turns heads with showstopping carnival designs','','inherit','closed','closed','','2748-revision-v1','','','2019-08-09 18:18:05','2019-08-09 23:18:05','',2748,'https://buzz-caribbean.com/article/2748-revision-v1/',0,'revision','',0),(2759,9,'2019-08-09 18:18:55','2019-08-09 23:18:55','<!-- wp:image {\"id\":2753} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Annaixe-A.jpg\" alt=\"\" class=\"wp-image-2753\" /><figcaption>Anna-Lisa Guthrie started designing carnival costumes in 2015. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Anna-Lisa ‘Annaixe’ Guthrie has only been a costume designer for a few shorts years, but already she has been making waves in Jamaica and the Caribbean. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Through her company, Designs by Annaixe, Guthrie has collaborated with ‘Iconz’ in the Cayman Islands and Xaymaca International from Jamaica, as well as brands like Pepsi and Campari. Victress, the 2019 costume that she designed for Xaymaca International, was a hit amongst revellers, as it was sold out within weeks. She also curated the showstopper costumes for spirit brand Campari during the 2019 carnival season.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2754} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Annaixe-BB-1024x683.jpg\" alt=\"\" class=\"wp-image-2754\" /><figcaption>Campari is one of the brands that Anna-Lisa Guthrie has done costumes for. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Despite her success, this wasn’t a path she planned to be on. Having worked as a photographer during the carnival season, Guthrie decided to make a costume for herself. Since that experiment in 2015, she has been making carnival costumes. And these days, the 23-year-old ensures that women feel confident, sexy, chic and comfortable in her pieces. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although she\nis thriving in the industry, preparing costume designs can be a tedious process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2756]} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Annaixe-DD-819x1024.jpg\" alt=\"\" data-id=\"2756\" data-link=\"https://buzz-caribbean.com/?attachment_id=2756\" class=\"wp-image-2756\" /><figcaption> <br> <br>Anna dons \'Aurae\' that she designed for Cropover 2018. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“Finding the right\ncreative balance to create something that excites you, developing what you want\nit to look like then executing it accordingly, most of it is mental,” Guthrie\nexplained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While she has been making a name for herself with her costumes, her creative portfolio is widespread, as she dabbles in hand-made and retail jewellery, modelling and photography. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Follow her on Instagram @Byannaixe to see more of her pieces. </p>\n<!-- /wp:paragraph -->','Annaixe turns heads with showstopping carnival designs','','inherit','closed','closed','','2748-revision-v1','','','2019-08-09 18:18:55','2019-08-09 23:18:55','',2748,'https://buzz-caribbean.com/article/2748-revision-v1/',0,'revision','',0),(2760,9,'2019-08-09 18:20:49','2019-08-09 23:20:49','<!-- wp:image {\"id\":2753} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Annaixe-A.jpg\" alt=\"\" class=\"wp-image-2753\" /><figcaption>Anna-Lisa Guthrie started designing carnival costumes in 2015. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Anna-Lisa ‘Annaixe’ Guthrie has only been a costume designer for a few short years, but already she has been making waves in Jamaica and the Caribbean. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Through her company, Designs by Annaixe, Guthrie has collaborated with ‘Iconz’ in the Cayman Islands and Xaymaca International from Jamaica, as well as brands like Pepsi&nbsp;and Campari. Victress, the 2019 costume that she designed for Xaymaca International, was a hit amongst revellers, as it was sold out within weeks. She also curated the showstopper costumes for spirit brand Campari during the 2019 carnival season. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2754} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Annaixe-BB-1024x683.jpg\" alt=\"\" class=\"wp-image-2754\" /><figcaption>Campari is one of the brands that Anna-Lisa Guthrie has done costumes for. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Despite her success, this wasn’t a path she planned to be on. Having worked as a photographer during the carnival season, Guthrie decided to make a costume for herself. Since that experiment in 2015, she has been making carnival costumes. And these days, the 23-year-old ensures that women feel confident, sexy, chic and comfortable in her pieces. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although she\nis thriving in the industry, preparing costume designs can be a tedious process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2756]} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Annaixe-DD-819x1024.jpg\" alt=\"\" data-id=\"2756\" data-link=\"https://buzz-caribbean.com/?attachment_id=2756\" class=\"wp-image-2756\" /><figcaption> <br> <br>Anna dons \'Aurae\' that she designed for Cropover 2018. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“Finding the right\ncreative balance to create something that excites you, developing what you want\nit to look like then executing it accordingly, most of it is mental,” Guthrie\nexplained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While she has been making a name for herself with her costumes, her creative portfolio is widespread, as she dabbles in hand-made and retail jewellery, modelling and photography. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Follow her on Instagram @Byannaixe to see more of her pieces. </p>\n<!-- /wp:paragraph -->','Annaixe turns heads with showstopping carnival designs','','inherit','closed','closed','','2748-revision-v1','','','2019-08-09 18:20:49','2019-08-09 23:20:49','',2748,'https://buzz-caribbean.com/article/2748-revision-v1/',0,'revision','',0),(2761,4,'2019-08-09 18:21:19','2019-08-09 23:21:19','<!-- wp:image {\"id\":2734} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_153001-1024x576.jpg\" alt=\"\" class=\"wp-image-2734\" /><figcaption>Revelers getting down during the street parade.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thousands of Barbadians and visitors from around the region and beyond shed their inhibitions and donned brightly coloured, bedazzled and elaborate costumes to ‘do ting’ for the recent Grand Kadooment street parade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The August 5 event closed the curtains on the two-month-long Crop Over Festival.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2737} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_152846-1024x576.jpg\" alt=\"\" class=\"wp-image-2737\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Spectators lined the streets to see bands such as Baje International, Blue Box Cart, Zulu International, Xhosa Barbados, Krave the Band, Ooutraje, Colorz, Fifth Element Mas, Betty West, Gwyneth Squires. But undoubtedly all eyes were on Aura Experience, who had none other than the Bajan bad gal Ri Ri on the road with them. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Clad in an eye-catching pink feathered custom David\nLaport dress, Rihanna partied with friends on the big music truck, but not\nbefore first mingling with the crowd and sharing a moment with Prime Minister\nMia Mottley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2738} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_145013-1024x576.jpg\" alt=\"\" class=\"wp-image-2738\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Caribbean celebs were also out in their numbers,\nwhether on the road or performing on a music truck - among them Alison Hinds,\nLil Rick, Mikey, Stiffy, Skinny Fabulous and Problem Child, to name a few.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was a soca lovers paradise as waistlines were tempted with tunes from every category of the genre – sweet, power and bashment from Barbados and other Caribbean countries. With the announcement that <strong>Sometime</strong> had won the \'Tune of the Crop\' title, popular artist Leadpipe solidified his position as having the runaway hit of the 2019 Crop Over season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2739,2741,2744,2745,2746,2747,2749,2750,2751,2752]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/featured-image-1024x576.jpg\" alt=\"\" data-id=\"2739\" data-link=\"https://buzz-caribbean.com/?attachment_id=2739\" class=\"wp-image-2739\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_132209-1024x576.jpg\" alt=\"\" data-id=\"2741\" data-link=\"https://buzz-caribbean.com/?attachment_id=2741\" class=\"wp-image-2741\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_144631-1024x576.jpg\" alt=\"\" data-id=\"2744\" data-link=\"https://buzz-caribbean.com/?attachment_id=2744\" class=\"wp-image-2744\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_130908-1024x576.jpg\" alt=\"\" data-id=\"2745\" data-link=\"https://buzz-caribbean.com/?attachment_id=2745\" class=\"wp-image-2745\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_154459-1024x576.jpg\" alt=\"\" data-id=\"2746\" data-link=\"https://buzz-caribbean.com/?attachment_id=2746\" class=\"wp-image-2746\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190805-WA0030-1024x768.jpg\" alt=\"\" data-id=\"2747\" data-link=\"https://buzz-caribbean.com/?attachment_id=2747\" class=\"wp-image-2747\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_154308-1024x576.jpg\" alt=\"\" data-id=\"2749\" data-link=\"https://buzz-caribbean.com/?attachment_id=2749\" class=\"wp-image-2749\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_145052-1024x576.jpg\" alt=\"\" data-id=\"2750\" data-link=\"https://buzz-caribbean.com/?attachment_id=2750\" class=\"wp-image-2750\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_144932-1024x576.jpg\" alt=\"\" data-id=\"2751\" data-link=\"https://buzz-caribbean.com/?attachment_id=2751\" class=\"wp-image-2751\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_153055-1024x576.jpg\" alt=\"\" data-id=\"2752\" data-link=\"https://buzz-caribbean.com/?attachment_id=2752\" class=\"wp-image-2752\" /></figure></li></ul>\n<!-- /wp:gallery -->','What a Kadooment!','','inherit','closed','closed','','2715-revision-v1','','','2019-08-09 18:21:19','2019-08-09 23:21:19','',2715,'https://buzz-caribbean.com/article/2715-revision-v1/',0,'revision','',0),(2762,21,'2019-08-09 18:39:31','2019-08-09 23:39:31','<!-- wp:image {\"id\":2765} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kelly-osbourne.jpg\" alt=\"\" class=\"wp-image-2765\" /><figcaption>Kelly Osbourne is happy to celebrate two years of sobriety. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kelly Osbourne is celebrating two years of sobriety.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 34-year-old television personality has said she\'s \"overwhelmed with gratitude\" after reaching the impressive milestone in her sobriety journey, as she took a moment to thank her fans for \"supporting\" her.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a post on Instagram, she wrote: \"I woke up this morning feeling overwhelmed with gratitude. I can\'t even put into words how much my life has changed over the last two years. To the friends and family that have supported me on this Journey thank you I love you all so much. If you are new to sobriety stick to it, life really does get good. (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The two-year milestone comes after \'The Osbournes\' star previously admitted she had relapsed in her sobriety battle when life became \"too much\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I can\'t even put into words how much my life has changed over the last two years.\"</p><cite> —  Kelly Osbourne </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking as she marked one year of sobriety last year August, she said:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"This past year has been one of the hardest years of my life, and I feel it\'s time to share that with you guys. To cut a long story short, things got really dark. I gave up on everything in my life, but most of all I gave up on myself. Life on life\'s terms became too much for me to handle. The only way I knew how to function was to self medicate and go from project to project so I never had to focus on what was really going on with me.\" </p>\n<!-- /wp:paragraph -->','Kelly Osbourne has been sober for two years!','','publish','closed','closed','','kelly-osbourne-has-been-sober-for-two-years','','','2019-08-13 14:50:55','2019-08-13 19:50:55','',0,'https://buzz-caribbean.com/?p=2762',0,'post','',0),(2763,4,'2019-08-09 18:51:30','2019-08-09 23:51:30','<!-- wp:paragraph -->\n<p>Lizzo is still getting her head around the \"novelty\" of having her own tour rider and reportedly asks for fancy vodka, \"dozens of doughnuts\" and chicken wings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2764} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lizzo.jpg\" alt=\"\" class=\"wp-image-2764\" /><figcaption>Lizzo at Glastonbury Festival 2019.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The flute-playing pop star recently had expensive vodka, doughnuts and her \"favourite\" meaty treat delivered backstage for herself and her crew - which includes her entourage of twerking dancers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source told The Sun newspaper\'s Bizarre column: \"Lizzo is loving her new-found pop-star status and that means getting whatever she wants on her rider. At her last gig she asked for bottles of posh vodka, dozens of doughnuts and hundreds of chicken wings, which are her favourite.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 31-year-old <strong>Juice</strong> hitmaker star recently opened up about how her mental health took a turn for the worse in 2017 when she first released her single <strong>Truth Hurts</strong>. She says the lack of response to the track, which was released over a year after she signed a major label deal with Atlantic Records in 2016, left her wanting to quit her career.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But in April this year, <strong>Truth Hurts</strong> rocketed into the Billboard Hot 100, after it was used in the Netflix rom-com <strong>Someone Great</strong>.</p>\n<!-- /wp:paragraph -->','Lizzo requests hundreds of chicken wings for tour','','publish','closed','closed','','lizzo-requests-hundreds-of-chicken-wings-for-tour','','','2019-08-09 18:51:31','2019-08-09 23:51:31','',0,'https://buzz-caribbean.com/?p=2763',0,'post','',0),(2764,4,'2019-08-09 18:34:59','2019-08-09 23:34:59','','Glastonbury Festival 2019','Lizzo at Glastonbury Festival 2019 photo by Dawn Fletcher-Park','inherit','closed','closed','','glastonbury-festival-2019','','','2019-08-09 18:34:59','2019-08-09 23:34:59','',2763,'https://buzz-caribbean.com/app/uploads/2019/08/lizzo.jpg',0,'attachment','image/jpeg',0),(2765,9,'2019-08-09 18:35:01','2019-08-09 23:35:01','','kelly-osbourne','www.acepixs.com\n\nJune 21 2016, New York City\n\nKelly Osbourne attending the amfAR generationCure Solstice 2016 on June 21, 2016 in New York City. \n\nBy Line: Serena Xu/ACE Pictures\n\n\nACE Pictures Inc\nTel: 6467670430\nEmail: info@acepixs.com\nwww.acepixs.com','inherit','closed','closed','','kelly-osbourne','','','2019-08-09 18:37:52','2019-08-09 23:37:52','',2762,'https://buzz-caribbean.com/app/uploads/2019/08/kelly-osbourne.jpg',0,'attachment','image/jpeg',0),(2766,4,'2019-08-09 18:35:50','2019-08-09 23:35:50','<!-- wp:image {\"id\":2764} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lizzo.jpg\" alt=\"\" class=\"wp-image-2764\" /><figcaption>Lizzo at Glastonbury Festival 2019.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> Lizzo is still getting her head around the \"novelty\" of having her own tour rider and reportedly asks for fancy vodka, \"dozens of doughnuts\" and chicken wings. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lizzo reportedly goes all out with her tour rider and requests \"hundreds\" of chicken wings and \"posh\" alcohol.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nThe flute-playing pop star recently had expensive vodka, doughnuts and her \"favourite\" meaty treat delivered backstage for herself and her crew - which includes her entourage of twerking dancers - and still finds it a \"novelty\" being able to order in whatever she fancies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nA source told The Sun newspaper\'s Bizarre column: \"Lizzo is loving her new-found pop-star status and that means getting whatever she wants on her rider.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n\"She\'s getting more added each time and isn\'t holding back.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n\"At her last gig she asked for bottles of posh vodka, dozens of doughnuts and hundreds of chicken wings, which are her favourite.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n\"She admitted it still feels like a novelty that she can order whatever she wants for backstage, so she\'s going all-out.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nLizzo\'s rise to fame hasn\'t been overnight for the \'Juice\' hitmaker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nThe 31-year-old star recently opened up about how her mental health took a turn for the worse in 2017 when she first released her single \'Truth Hurts\', as she says the lack of response to the track - which was released over a year after she signed a major label deal with Atlantic Records in 2016 - left her wanting to quit her career.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nShe said: \"The day I released \'Truth Hurts\' was probably one of the darkest days I\'ve had ever in my career. I remember thinking, \'If I quit music now, nobody would notice. This is my best song ever, and nobody cares.\' I was like, \'F**k it, I\'m done.\' And a lot of people rallied; my producer, my publicist and my family, they were like, \'Just keep going because this is the darkest before the dawn.\'\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nBut in April this year, almost two years after the release of the track, \'Truth Hurts\' rocketed into the Billboard Hot 100, after it was used in the Netflix rom-com \'Someone Great\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nAnd now Lizzo says she\'s managed to turn her \"darkest days\" into her \"brightest triumph\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nShe added: \"Who would have thunk?. What a moment in a movie can do for an artist is crazy. I had everything else: the hard work, the good music, touring - but then there\'s that extra-special magic that nobody really knows what it is that can really change your life. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n\"Now the song that made me want to quit is the song that everyone\'s falling in love with me for, which is such a testament to journeys: Your darkest day turns into your brightest triumph.\"</p>\n<!-- /wp:paragraph -->','Lizzo requests hundreds of chicken wing for tour','','inherit','closed','closed','','2763-revision-v1','','','2019-08-09 18:35:50','2019-08-09 23:35:50','',2763,'https://buzz-caribbean.com/article/2763-revision-v1/',0,'revision','',0),(2767,4,'2019-08-09 18:35:57','2019-08-09 23:35:57','<!-- wp:image {\"id\":2764} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lizzo.jpg\" alt=\"\" class=\"wp-image-2764\" /><figcaption>Lizzo at Glastonbury Festival 2019.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> Lizzo is still getting her head around the \"novelty\" of having her own tour rider and reportedly asks for fancy vodka, \"dozens of doughnuts\" and chicken wings. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lizzo reportedly goes all out with her tour rider and requests \"hundreds\" of chicken wings and \"posh\" alcohol.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nThe flute-playing pop star recently had expensive vodka, doughnuts and her \"favourite\" meaty treat delivered backstage for herself and her crew - which includes her entourage of twerking dancers - and still finds it a \"novelty\" being able to order in whatever she fancies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nA source told The Sun newspaper\'s Bizarre column: \"Lizzo is loving her new-found pop-star status and that means getting whatever she wants on her rider.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n\"She\'s getting more added each time and isn\'t holding back.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n\"At her last gig she asked for bottles of posh vodka, dozens of doughnuts and hundreds of chicken wings, which are her favourite.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n\"She admitted it still feels like a novelty that she can order whatever she wants for backstage, so she\'s going all-out.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nLizzo\'s rise to fame hasn\'t been overnight for the \'Juice\' hitmaker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nThe 31-year-old star recently opened up about how her mental health took a turn for the worse in 2017 when she first released her single \'Truth Hurts\', as she says the lack of response to the track - which was released over a year after she signed a major label deal with Atlantic Records in 2016 - left her wanting to quit her career.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nShe said: \"The day I released \'Truth Hurts\' was probably one of the darkest days I\'ve had ever in my career. I remember thinking, \'If I quit music now, nobody would notice. This is my best song ever, and nobody cares.\' I was like, \'F**k it, I\'m done.\' And a lot of people rallied; my producer, my publicist and my family, they were like, \'Just keep going because this is the darkest before the dawn.\'\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nBut in April this year, almost two years after the release of the track, \'Truth Hurts\' rocketed into the Billboard Hot 100, after it was used in the Netflix rom-com \'Someone Great\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nAnd now Lizzo says she\'s managed to turn her \"darkest days\" into her \"brightest triumph\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nShe added: \"Who would have thunk?. What a moment in a movie can do for an artist is crazy. I had everything else: the hard work, the good music, touring - but then there\'s that extra-special magic that nobody really knows what it is that can really change your life. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n\"Now the song that made me want to quit is the song that everyone\'s falling in love with me for, which is such a testament to journeys: Your darkest day turns into your brightest triumph.\"</p>\n<!-- /wp:paragraph -->','Lizzo requests hundreds of chicken wings for tour','','inherit','closed','closed','','2763-revision-v1','','','2019-08-09 18:35:57','2019-08-09 23:35:57','',2763,'https://buzz-caribbean.com/article/2763-revision-v1/',0,'revision','',0),(2768,9,'2019-08-09 18:39:06','2019-08-09 23:39:06','<!-- wp:image {\"id\":2765} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kelly-osbourne.jpg\" alt=\"\" class=\"wp-image-2765\" /><figcaption>Kelly Osbourne is happy to celebrate two years of sobriety. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kelly Osbourne is celebrating two years of sobriety.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 34-year-old television personality has said she\'s \"overwhelmed with gratitude\" after reaching the impressive milestone in her sobriety journey, as she took a moment to thank her fans for \"supporting\" her.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a post on Instagram, she wrote: \"I woke up this morning feeling overwhelmed with gratitude. I can\'t even put into words how much my life has changed over the last two years. To the friends and family that have supported me on this Journey thank you I love you all so much. If you are new to sobriety stick to it, life really does get good. (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The two-year milestone comes after \'The Osbournes\' star previously admitted she had relapsed in her sobriety battle when life became \"too much\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I can\'t even put into words how much my life has changed over the last two years.\"</p><cite>- Kelly Osbourne </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking as she marked one year of sobriety last year August, she said:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"This past year has been one of the hardest years of my life, and I feel it\'s time to share that with you guys. To cut a long story short, things got really dark. I gave up on everything in my life, but most of all I gave up on myself. Life on life\'s terms became too much for me to handle. The only way I knew how to function was to self medicate and go from project to project so I never had to focus on what was really going on with me.\" </p>\n<!-- /wp:paragraph -->','Kelly Osbourne has been sober for two years!','','inherit','closed','closed','','2762-revision-v1','','','2019-08-09 18:39:06','2019-08-09 23:39:06','',2762,'https://buzz-caribbean.com/article/2762-revision-v1/',0,'revision','',0),(2769,4,'2019-08-09 18:40:52','2019-08-09 23:40:52','<!-- wp:image {\"id\":2764} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lizzo.jpg\" alt=\"\" class=\"wp-image-2764\" /><figcaption>Lizzo at Glastonbury Festival 2019.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lizzo is still getting her head around the \"novelty\" of having her own tour rider and reportedly asks for fancy vodka, \"dozens of doughnuts\" and chicken wings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The flute-playing pop star recently had expensive vodka, doughnuts and her \"favourite\" meaty treat delivered backstage for herself and her crew - which includes her entourage of twerking dancers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source told The Sun newspaper\'s Bizarre column: \"Lizzo is loving her new-found pop-star status and that means getting whatever she wants on her rider. At her last gig she asked for bottles of posh vodka, dozens of doughnuts and hundreds of chicken wings, which are her favourite.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nLizzo\'s rise to fame hasn\'t been overnight for the \'Juice\' hitmaker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nThe 31-year-old star recently opened up about how her mental health took a turn for the worse in 2017 when she first released her single \'Truth Hurts\', as she says the lack of response to the track - which was released over a year after she signed a major label deal with Atlantic Records in 2016 - left her wanting to quit her career.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nBut in April this year, almost two years after the release of the track, \'Truth Hurts\' rocketed into the Billboard Hot 100, after it was used in the Netflix rom-com \'Someone Great\'.</p>\n<!-- /wp:paragraph -->','Lizzo requests hundreds of chicken wings for tour','','inherit','closed','closed','','2763-revision-v1','','','2019-08-09 18:40:52','2019-08-09 23:40:52','',2763,'https://buzz-caribbean.com/article/2763-revision-v1/',0,'revision','',0),(2770,21,'2019-08-09 18:49:54','2019-08-09 23:49:54','<!-- wp:image {\"id\":2771} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/camila.jpg\" alt=\"\" class=\"wp-image-2771\" /><figcaption> Camila Cabello publicly declared her \'love\' for Shawn Mendes on Instagram.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Camila Cabello has confirmed her romance with Shawn Mendes on Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 22-year-old singer took to the social media site on Friday, August 9, to wish her boyfriend and \'Señorita\' collaborator a happy 21st birthday, and also used the sweet moment to declare her \"love\" for him publicly for the first time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She wrote alongside a picture of the pair: \"Happy birthday to this magic human, I love you!!!! (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B08zxPaHRFQ/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B08zxPaHRFQ/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Camila\'s post also included four love heart emojis, and comes just days after she revealed the \'In My Blood\' singer - whom she has been spotted packing on the PDA with in recent weeks - \"means a lot\" to her.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said earlier this week: \"I\'ve known Shawn for such a long time, and it\'s so much fun getting to work and do things with somebody who means a lot to you.\" </p>\n<!-- /wp:paragraph -->','Ooh la la! Camila Cabello confirms she’s dating Shawn Mendes','','publish','closed','closed','','ooh-la-la-camila-cabello-confirms-shes-dating-shawn-mendes','','','2019-08-14 20:34:32','2019-08-15 01:34:32','',0,'https://buzz-caribbean.com/?p=2770',0,'post','',0),(2771,9,'2019-08-09 18:47:12','2019-08-09 23:47:12','','camila','','inherit','closed','closed','','camila','','','2019-08-09 18:47:12','2019-08-09 23:47:12','',2770,'https://buzz-caribbean.com/app/uploads/2019/08/camila.jpg',0,'attachment','image/jpeg',0),(2772,4,'2019-08-09 18:49:00','2019-08-09 23:49:00','<!-- wp:image {\"id\":2764} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lizzo.jpg\" alt=\"\" class=\"wp-image-2764\" /><figcaption>Lizzo at Glastonbury Festival 2019.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lizzo is still getting her head around the \"novelty\" of having her own tour rider and reportedly asks for fancy vodka, \"dozens of doughnuts\" and chicken wings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The flute-playing pop star recently had expensive vodka, doughnuts and her \"favourite\" meaty treat delivered backstage for herself and her crew - which includes her entourage of twerking dancers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source told The Sun newspaper\'s Bizarre column: \"Lizzo is loving her new-found pop-star status and that means getting whatever she wants on her rider. At her last gig she asked for bottles of posh vodka, dozens of doughnuts and hundreds of chicken wings, which are her favourite.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 31-year-old <strong>Juice</strong> hitmaker star recently opened up about how her mental health took a turn for the worse in 2017 when she first released her single <strong>Truth Hurts</strong>. She says the lack of response to the track, which was released over a year after she signed a major label deal with Atlantic Records in 2016, left her wanting to quit her career.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But in April this year, <strong>Truth Hurts</strong> rocketed into the Billboard Hot 100, after it was used in the Netflix rom-com <strong>Someone Great</strong>.</p>\n<!-- /wp:paragraph -->','Lizzo requests hundreds of chicken wings for tour','','inherit','closed','closed','','2763-revision-v1','','','2019-08-09 18:49:00','2019-08-09 23:49:00','',2763,'https://buzz-caribbean.com/article/2763-revision-v1/',0,'revision','',0),(2773,9,'2019-08-09 18:49:33','2019-08-09 23:49:33','<!-- wp:image {\"id\":2771} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/camila.jpg\" alt=\"\" class=\"wp-image-2771\" /><figcaption> Camila Cabello publicly declared her \'love\' for Shawn Mendes on Instagram.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Camila Cabello has confirmed her romance with Shawn Mendes on Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 22-year-old singer took to the social media site on Friday, August 9, to wish her boyfriend and \'Señorita\' collaborator a happy 21st birthday, and also used the sweet moment to declare her \"love\" for him publicly for the first time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She wrote alongside a picture of the pair: \"Happy birthday to this magic human, I love you!!!! (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Camila\'s post also included four love heart emojis, and comes just days after she revealed the \'In My Blood\' singer - whom she has been spotted packing on the PDA with in recent weeks - \"means a lot\" to her.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said earlier this week: \"I\'ve known Shawn for such a long time, and it\'s so much fun getting to work and do things with somebody who means a lot to you.\" </p>\n<!-- /wp:paragraph -->','Ooh la la! Camila Cabello confirms she’s dating Shawn Mendes','','inherit','closed','closed','','2770-revision-v1','','','2019-08-09 18:49:33','2019-08-09 23:49:33','',2770,'https://buzz-caribbean.com/article/2770-revision-v1/',0,'revision','',0),(2774,4,'2019-08-09 18:51:30','2019-08-09 23:51:30','<!-- wp:paragraph -->\n<p>Lizzo is still getting her head around the \"novelty\" of having her own tour rider and reportedly asks for fancy vodka, \"dozens of doughnuts\" and chicken wings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2764} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lizzo.jpg\" alt=\"\" class=\"wp-image-2764\" /><figcaption>Lizzo at Glastonbury Festival 2019.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The flute-playing pop star recently had expensive vodka, doughnuts and her \"favourite\" meaty treat delivered backstage for herself and her crew - which includes her entourage of twerking dancers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source told The Sun newspaper\'s Bizarre column: \"Lizzo is loving her new-found pop-star status and that means getting whatever she wants on her rider. At her last gig she asked for bottles of posh vodka, dozens of doughnuts and hundreds of chicken wings, which are her favourite.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 31-year-old <strong>Juice</strong> hitmaker star recently opened up about how her mental health took a turn for the worse in 2017 when she first released her single <strong>Truth Hurts</strong>. She says the lack of response to the track, which was released over a year after she signed a major label deal with Atlantic Records in 2016, left her wanting to quit her career.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But in April this year, <strong>Truth Hurts</strong> rocketed into the Billboard Hot 100, after it was used in the Netflix rom-com <strong>Someone Great</strong>.</p>\n<!-- /wp:paragraph -->','Lizzo requests hundreds of chicken wings for tour','','inherit','closed','closed','','2763-revision-v1','','','2019-08-09 18:51:30','2019-08-09 23:51:30','',2763,'https://buzz-caribbean.com/article/2763-revision-v1/',0,'revision','',0),(2775,4,'2019-08-09 20:20:55','2019-08-10 01:20:55','<!-- wp:paragraph -->\n<p>After decades of being in the music business, Denroy Morgan is showing no signs of slowing down. Last month was a busy period for him with the release of two songs within weeks of each other.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2779} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/denroy-morgan-2.jpg\" alt=\"\" class=\"wp-image-2779\" /><figcaption>Denroy Morgan</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He produced <strong>Stand Firm</strong> by I Anbassa &amp; the Black Eagles Band and he is also featured on<strong> Zambezi River</strong>, a duet with the Dancehall Cream Of Zambia Africa, Moniq Stylez.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Denroy Morgan, hit-maker and patriarch of the royal family of Reggae, Morgan Heritage, has been just as busy making music as his offspring.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2781} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Morgans-Heritage.jpg\" alt=\"\" class=\"wp-image-2781\" /><figcaption>Members of the Morgan Heritage group are children of Denroy Morgan. The group released its latest album Loyalty.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While 2019 has seen his grandson, Jemere, release his sophomore album, <strong>Self Confidence</strong>, and his children Morgan Heritage just announced their next album, <strong>Loyalty</strong>, Ambassador Denroy Morgan has been busy making music with his “Outer Circle” children.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The year has been an active one for Ras Morgan and the “Outer Circle”. To start the year he produced an original song by the Black Eagles lead singer I Anbassa. This ganja anthem called <strong>Sweet </strong><strong>Kali</strong><strong> Herb</strong> is a crowd-pleaser.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, across the ocean, Ras Morgan was making more connections, family and music. His moves include the Youths of Africa series, beginning with the <strong>Missing You</strong> EP, released in April. It features five talented youths he connected with from five different countries in Africa which is an ongoing project. The project is aimed at connecting the Youths of Africa to Rastafari and Jamaica.</p>\n<!-- /wp:paragraph -->','Veteran Denroy Morgan still going strong','','publish','closed','closed','','veteran-denroy-morgan-still-going-strong','','','2019-08-10 12:11:39','2019-08-10 17:11:39','',0,'https://buzz-caribbean.com/?p=2775',0,'post','',0),(2776,4,'2019-08-09 19:45:00','2019-08-10 00:45:00','','Denroy-Morgan-1','','inherit','closed','closed','','denroy-morgan-1','','','2019-08-09 19:45:00','2019-08-10 00:45:00','',2775,'https://buzz-caribbean.com/app/uploads/2019/08/Denroy-Morgan-1.jpg',0,'attachment','image/jpeg',0),(2777,4,'2019-08-09 19:47:25','2019-08-10 00:47:25','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>July 2019 is a busy month for Denroy Morgan with two\nexciting releases out this month within weeks of each other.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2776} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Denroy-Morgan-1.jpg\" alt=\"\" class=\"wp-image-2776\" /><figcaption>Denroy Morgan, </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He produced <strong>Stand Firm</strong> by I Anbassa &amp; the Black Eagles Band and he is also featured on<strong> Zambezi River</strong>, a duet with the Dancehall Cream Of Zambia Africa, Moniq Stylez. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Denroy Morgan, hit-maker\nand patriarch of the Royal Family of Reggae has been just as busy making music\nas his offspring.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While 2019 has seen his grandson, Jemere, release his\nsophomore album, “Self Confidence”, and his children Morgan Heritage just announced\ntheir next album, “Loyalty”, which is now available for pre-order, Ambassador\nBishop Denroy Morgan has been busy making music with his “Outer Circle”\nchildren, those who are family not by blood but spirit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;2019 has been an\nactive year for Ras Morgan and the “Outer Circle”. To start the year he\nproduced an original song by the Black Eagles band leader and lead singer I\nAnbassa. This ganja anthem called Sweet Kali Herb is a crowd pleaser live and\nwas well received upon release.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Meanwhile, across the\nocean Ras Morgan was making more connections, family and music. The Youths of\nAfrica series, beginning with the “Missing You” EP, released in April, featuring\nfive talented youths he connected with from five different countries in Africa\nwhich is an ongoing project, the brainchild of Ras Morgan to connect the Youths\nof Africa to Rastafari and Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Then, on 7/12/19,\nStand Firm was released with I Anbassa on lead vocals once again. This song,\nwritten by Ras Morgan, was remade as a tribute to foundation Black Eagles\nmember Igo Levy.</p>\n<!-- /wp:paragraph -->','Veteran Denroy Morgan still going strong','','inherit','closed','closed','','2775-revision-v1','','','2019-08-09 19:47:25','2019-08-10 00:47:25','',2775,'https://buzz-caribbean.com/article/2775-revision-v1/',0,'revision','',0),(2778,4,'2019-08-09 19:47:43','2019-08-10 00:47:43','<!-- wp:paragraph -->\n<p>July 2019 is a busy month for Denroy Morgan with two\nexciting releases out this month within weeks of each other.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2776} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Denroy-Morgan-1.jpg\" alt=\"\" class=\"wp-image-2776\" /><figcaption>Denroy Morgan, </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He produced <strong>Stand Firm</strong> by I Anbassa &amp; the Black Eagles Band and he is also featured on<strong> Zambezi River</strong>, a duet with the Dancehall Cream Of Zambia Africa, Moniq Stylez. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Denroy Morgan, hit-maker\nand patriarch of the Royal Family of Reggae has been just as busy making music\nas his offspring.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While 2019 has seen his grandson, Jemere, release his\nsophomore album, “Self Confidence”, and his children Morgan Heritage just announced\ntheir next album, “Loyalty”, which is now available for pre-order, Ambassador\nBishop Denroy Morgan has been busy making music with his “Outer Circle”\nchildren, those who are family not by blood but spirit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;2019 has been an\nactive year for Ras Morgan and the “Outer Circle”. To start the year he\nproduced an original song by the Black Eagles band leader and lead singer I\nAnbassa. This ganja anthem called Sweet Kali Herb is a crowd pleaser live and\nwas well received upon release.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Meanwhile, across the\nocean Ras Morgan was making more connections, family and music. The Youths of\nAfrica series, beginning with the “Missing You” EP, released in April, featuring\nfive talented youths he connected with from five different countries in Africa\nwhich is an ongoing project, the brainchild of Ras Morgan to connect the Youths\nof Africa to Rastafari and Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Then, on 7/12/19,\nStand Firm was released with I Anbassa on lead vocals once again. This song,\nwritten by Ras Morgan, was remade as a tribute to foundation Black Eagles\nmember Igo Levy.</p>\n<!-- /wp:paragraph -->','Veteran Denroy Morgan still going strong','','inherit','closed','closed','','2775-revision-v1','','','2019-08-09 19:47:43','2019-08-10 00:47:43','',2775,'https://buzz-caribbean.com/article/2775-revision-v1/',0,'revision','',0),(2779,4,'2019-08-09 19:56:53','2019-08-10 00:56:53','','denroy-morgan-2','','inherit','closed','closed','','denroy-morgan-2','','','2019-08-09 19:56:53','2019-08-10 00:56:53','',2775,'https://buzz-caribbean.com/app/uploads/2019/08/denroy-morgan-2.jpg',0,'attachment','image/jpeg',0),(2780,4,'2019-08-09 19:57:32','2019-08-10 00:57:32','<!-- wp:paragraph -->\n<p>After decades of being in the music business, Denroy Morgan is showing no signs of slowing down.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last month was a busy period for him with the release two songs within weeks of each other.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2779} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/denroy-morgan-2.jpg\" alt=\"\" class=\"wp-image-2779\" /><figcaption>Denroy Morgan</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He produced <strong>Stand Firm</strong> by I Anbassa &amp; the Black Eagles Band and he is also featured on<strong> Zambezi River</strong>, a duet with the Dancehall Cream Of Zambia Africa, Moniq Stylez. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Denroy Morgan, hit-maker\nand patriarch of the Royal Family of Reggae has been just as busy making music\nas his offspring.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While 2019 has seen his grandson, Jemere, release his\nsophomore album, “Self Confidence”, and his children Morgan Heritage just announced\ntheir next album, “Loyalty”, which is now available for pre-order, Ambassador\nBishop Denroy Morgan has been busy making music with his “Outer Circle”\nchildren, those who are family not by blood but spirit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;2019 has been an\nactive year for Ras Morgan and the “Outer Circle”. To start the year he\nproduced an original song by the Black Eagles band leader and lead singer I\nAnbassa. This ganja anthem called Sweet Kali Herb is a crowd pleaser live and\nwas well received upon release.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Meanwhile, across the\nocean Ras Morgan was making more connections, family and music. The Youths of\nAfrica series, beginning with the “Missing You” EP, released in April, featuring\nfive talented youths he connected with from five different countries in Africa\nwhich is an ongoing project, the brainchild of Ras Morgan to connect the Youths\nof Africa to Rastafari and Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Then, on 7/12/19,\nStand Firm was released with I Anbassa on lead vocals once again. This song,\nwritten by Ras Morgan, was remade as a tribute to foundation Black Eagles\nmember Igo Levy.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','2775-revision-v1','','','2019-08-09 19:57:32','2019-08-10 00:57:32','',2775,'https://buzz-caribbean.com/article/2775-revision-v1/',0,'revision','',0),(2781,4,'2019-08-09 20:03:03','2019-08-10 01:03:03','','Morgans-Heritage','','inherit','closed','closed','','morgans-heritage-2','','','2019-08-09 20:03:03','2019-08-10 01:03:03','',2775,'https://buzz-caribbean.com/app/uploads/2019/08/Morgans-Heritage.jpg',0,'attachment','image/jpeg',0),(2782,4,'2019-08-09 20:20:55','2019-08-10 01:20:55','<!-- wp:paragraph -->\n<p>After decades of being in the music business, Denroy Morgan is showing no signs of slowing down. Last month was a busy period for him with the release of two songs within weeks of each other.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2779} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/denroy-morgan-2.jpg\" alt=\"\" class=\"wp-image-2779\" /><figcaption>Denroy Morgan</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He produced <strong>Stand Firm</strong> by I Anbassa &amp; the Black Eagles Band and he is also featured on<strong> Zambezi River</strong>, a duet with the Dancehall Cream Of Zambia Africa, Moniq Stylez.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Denroy Morgan, hit-maker and patriarch of the Royal Family of Reggae Morgan Heretage has been just as busy making music as his offspring.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2781} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Morgans-Heritage.jpg\" alt=\"\" class=\"wp-image-2781\" /><figcaption>Members of the Morgan Heritage group are children of Denroy Morgan. The group released its latest album Loyalty.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While 2019 has seen his grandson, Jemere, release his sophomore album, <strong>Self Confidence</strong>, and his children Morgan Heritage just announced their next album, <strong>Loyalty</strong>, Ambassador Denroy Morgan has been busy making music with his “Outer Circle” children.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The year has been an active one for Ras Morgan and the “Outer Circle”. To start the year he produced an original song by the Black Eagles lead singer I Anbassa. This ganja anthem called <strong>Sweet </strong><strong>Kali</strong><strong> Herb</strong> is a crowd-pleaser.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, across the ocean, Ras Morgan was making more connections, family and music. His moves include the Youths of Africa series, beginning with the <strong>Missing You</strong> EP, released in April. It features five talented youths he connected with from five different countries in Africa which is an ongoing project. The project is aimed at connecting the Youths of Africa to Rastafari and Jamaica.</p>\n<!-- /wp:paragraph -->','Veteran Denroy Morgan still going strong','','inherit','closed','closed','','2775-revision-v1','','','2019-08-09 20:20:55','2019-08-10 01:20:55','',2775,'https://buzz-caribbean.com/article/2775-revision-v1/',0,'revision','',0),(2783,9,'2019-08-09 23:56:42','2019-08-10 04:56:42','<!-- wp:image {\"id\":2784} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ishawana-new_pic-1024x731.jpg\" alt=\"\" class=\"wp-image-2784\" /><figcaption>Ishawna is being criticised for singing about her vagina. <br>(Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Danchehall artiste Ishawna is known for being controversial, and she again ruffled some feathers following the August 7 release of her <strong>Pot Of Gold</strong> music video.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “When they say all I sing about is my vagina! Thank God Koffee is here to save y’all!!!\"</p><cite> &nbsp;—&nbsp; Ishawna</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Two days after premiering the visuals to the raunchy song,\nIshawna sent tongues wagging with a caption that accompanied a man singing a\nlewd song.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“When they say all I sing about is my vagina! Thank God Koffee is here to save y’all!!! Just leave me alone mek mi be myself for crying out loud!!! Anyway...<strong>Pot Of Gold</strong> Video out now sis,” she posted. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2785} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ishawna-B-1019x1024.jpg\" alt=\"\" class=\"wp-image-2785\" /><figcaption>One of Ishawna\'s outfits for the \'Pot Of Gold\' music video was inspired by the Little Red Riding Hood. (Photo: Twitter @Ishawna)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It seems her caption was triggered by criticism she has been receiving for the lyrics in her songs. While she is being lauded for the creativity shown in the <strong>Pot Of Gold</strong> music video that mimicked a fairy tale, some persons bashed her for the content of the song. “Mi tired a them type a song ya now. Come with something else. Everything about your underneath. Stop it girl and tell us about yuh school life,” one person commented on YouTube. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Seemingly undaunted by her critics, Ishawna followed up a few hours later with a screenshot of a <strong>New York Times</strong> article. “When singing about your “Vagina” gets you featured in The NY Times,” was the accompanying caption. </p>\n<!-- /wp:paragraph -->','\'Thank God Koffee is here\': Ishawna wants to be left alone','','publish','closed','closed','','thank-god-koffee-is-here-ishawna-wants-to-be-left-alone','','','2019-08-14 20:31:29','2019-08-15 01:31:29','',0,'https://buzz-caribbean.com/?p=2783',0,'post','',0),(2784,9,'2019-08-09 23:49:09','2019-08-10 04:49:09','','ishawana-new_pic','','inherit','closed','closed','','ishawana-new_pic','','','2019-08-09 23:49:09','2019-08-10 04:49:09','',2783,'https://buzz-caribbean.com/app/uploads/2019/08/ishawana-new_pic.jpg',0,'attachment','image/jpeg',0),(2785,9,'2019-08-09 23:49:24','2019-08-10 04:49:24','','ishawna-B','','inherit','closed','closed','','ishawna-b','','','2019-08-09 23:49:24','2019-08-10 04:49:24','',2783,'https://buzz-caribbean.com/app/uploads/2019/08/ishawna-B.jpg',0,'attachment','image/jpeg',0),(2786,9,'2019-08-09 23:55:15','2019-08-10 04:55:15','<!-- wp:image {\"id\":2784} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ishawana-new_pic-1024x731.jpg\" alt=\"\" class=\"wp-image-2784\" /><figcaption>Ishawna is being criticised for singing about her vagina. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Danchehall artiste Ishawna is known for being controversial,\nand she again ruffled some feathers following the August 7 release of her ‘Pot\nOf Gold’ music video.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Two days after premiering the visuals to the raunchy song,\nIshawna sent tongues wagging with a caption that accompanied a man singing a\nlewd song.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“When they say all I sing about is my vagina! Thank God\nKoffee is here to save y’all!!! Just leave me alone mek mi be myself for crying\nout loud!!! Anyway...Pot Of Gold Video out now sis,” she posted. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2785} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ishawna-B-1019x1024.jpg\" alt=\"\" class=\"wp-image-2785\" /><figcaption>One of Ishawna\'s outfits for the \'Pot Of Gold\' music video was inspired by the Little Red Riding Hood.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It seems her caption was triggered by criticism she has been\nreceiving for the lyrics in her songs. While she is being lauded for the creativity\nshown in the ‘Pot Of Gold’ music video that mimicked a fairy tale, some persons\nbashed her for the content of the song. “Mi tired a them type a song ya now. Come\nwith something else. Everything about your underneath. Stop it girl and tell us\nabout yuh school life,” one person commented on YouTube. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Seemingly undaunted by her critics, Ishawna followed up a\nfew hours later with a screenshot of a newyorktimes.com article. “When singing\nabout your “Vagina” gets you featured in The NY Times,” was the accompanying\ncaption. </p>\n<!-- /wp:paragraph -->','\'Thank God Koffee is here\' - Ishawna wants to be left alone','','inherit','closed','closed','','2783-revision-v1','','','2019-08-09 23:55:15','2019-08-10 04:55:15','',2783,'https://buzz-caribbean.com/article/2783-revision-v1/',0,'revision','',0),(2787,13,'2019-08-10 09:22:41','0000-00-00 00:00:00','{\"id\":\"2787\",\"questions\":[{\"uid\":\"ef4e68cd-3698-47ff-9459-52ee5fe9b50b\",\"content\":\"\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','','','draft','closed','closed','','','','','2019-08-10 09:22:41','2019-08-10 14:22:41','',0,'https://buzz-caribbean.com/?post_type=poll&#038;p=2787',0,'poll','',0),(2788,13,'2019-08-10 09:22:41','2019-08-10 14:22:41','{\"id\":\"2787\",\"questions\":[{\"uid\":\"ef4e68cd-3698-47ff-9459-52ee5fe9b50b\",\"content\":\"\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','','','inherit','closed','closed','','2787-revision-v1','','','2019-08-10 09:22:41','2019-08-10 14:22:41','',2787,'https://buzz-caribbean.com/article/2787-revision-v1/',0,'revision','',0),(2790,1,'2019-08-10 10:15:56','2019-08-10 15:15:56','<!-- wp:paragraph -->\n<p>Radio Station Producer </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Producer</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This position\nrequires a highly organized and creative person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A radio producer is responsible for the audio\ncontent of broadcasts via radio, the Internet and other mobile platforms.\nHe/she is involved in the entire process, from generating ideas to managing the\naudience response after a programme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Essential Duties &amp; Responsibilities </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Generate\nand research ideas for programmes</li><li>Develop\ncontent, writing material for scripts, bulletins and links</li><li>Source\npotential contributors and interviewees</li><li>Select\nmusic appropriate to the programme, the audience and the station</li><li>Produce\npre-production briefings for presenters, reporters, technical staff and other\ncontributors</li><li>Manage\nthe logistics of getting people, resources and equipment together at the right\nplace at the right time</li><li>Undertake\nediting, interviewing and reporting duties as necessary</li><li>Present\nprogrammes or manage presenters for both pre-recorded and recorded output</li><li>Check\nthat copyrights are cleared and understanding media laws</li><li>Convert\ntext, graphics, video and audio files into other formats</li><li>Contribute\nto, and make use of, an archive of audio resources that can be re-used</li><li>Respond\nto audience feedback and refer on to other departments as necessary</li><li>Produce\nand make use of user-generated content</li><li>Use\ntechnology, such as Cool Edit Pro, Pro Tools and Adobe Audition, for editing\nand production purposes</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Required Skills</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Excellent\n     written and oral communication skills</li><li>The ability to\n     work as a part of a team and also independently</li><li>Good organizational\n     skills and an ability to cope under pressure</li><li>An awareness of\n     current affairs and good general knowledge</li><li>A real interest\n     in, and curiosity about, all sorts of people</li><li>A lively mind,\n     able to make connections between different ideas and subjects</li><li>The ability to\n     get to grips with new subject matter quickly</li><li>A willingness to\n     embrace new technology and learn technical skills</li><li>Self-confidence,\n     persistence and determination to overcome rejection.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Qualifications/Experience</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nposition should be open to individuals with an undergraduate degree but degrees\nin radio, media production, broadcast journalism or media studies would be\nadvantageous. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minimum\nthree (3) years experience in radio production.</p>\n<!-- /wp:paragraph -->','A new venture, a Radio Station Producer','','publish','closed','closed','','a-new-venture-a-radio-station-producer-2790','','','2019-09-12 09:06:32','2019-09-12 14:06:32','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=2790',0,'job','',0),(2792,4,'2019-08-10 10:25:04','2019-08-10 15:25:04','','Annaixe A Featured Image','','inherit','closed','closed','','annaixe-a-featured-image','','','2019-08-10 10:25:04','2019-08-10 15:25:04','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Annaixe-A-featured-image.jpg',0,'attachment','image/jpeg',0),(2793,11,'2019-08-10 10:25:56','2019-08-10 15:25:56','','Mom-and-Daughter-Arguing','','inherit','closed','closed','','mom-and-daughter-arguing','','','2019-08-10 10:25:56','2019-08-10 15:25:56','',2736,'https://buzz-caribbean.com/app/uploads/2019/08/Mom-and-Daughter-Arguing.jpg',0,'attachment','image/jpeg',0),(2794,1,'2019-08-10 10:28:25','2019-08-10 15:28:25','<!-- wp:paragraph -->\n<p>Radio Station </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Maintenance\nEngineer</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We have\nan opening for an experienced Broadcast Engineer. The Broadcast Engineer\nmaintains the technical integrity of the station’s on-air signals and its\nequipment from acquisition to distribution. This position supports all station\nefforts, in-house and on remote location.<br>\n<br>\n<strong>Essential Duties &amp;\nResponsibilities</strong>:<br>\n<br>\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Maintain\nintegrity of on-air product for 100% reliability of on-air product when\nassigned; </li><li>Occasionally\nwork nights, weekends and be available 24/7 in response to emergency issues as\nassigned.</li><li>Maintain,\ntroubleshoot &amp; repair equipment and systems as related to Broadcasting\nStudios, FM and HD operations.</li><li>Install\ntechnical equipment &amp; systems at studios and transmitter sites in keeping\nwith good engineering practices.</li><li>Requires\nexcellent documentation and reporting of wiring and equipment changes at the\nstudio and transmitter sites.&nbsp;</li><li>Assist\nin planning, development, and maintenance of all aspects of FM radio technical\nfacilities, satellite up-linking, IP Networks, STL, including IP Microwave\nsystems.</li><li>Support\nstation &amp; field operations, as necessary, especially during major studio\n&amp; field efforts involving complex technical operations.</li><li>Create\ninstructional materials and train others on proper operation of new technical\nequipment.</li><li>Some\nsupervisory&nbsp;duties will be required.</li><li>Maintain\nand Review weekly transmitter and studio logs for correct and complete entries\nas required by the Broadcasting Commission Jamaica.&nbsp;</li><li>Additional\nduties and responsibilities may be assigned</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Qualifications/Education:&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Bachelor\nof Science in an Engineering discipline</li><li>Minimum\nof 3&nbsp;years experience&nbsp;in radio broadcast facilities with minimum 2\nyears Associates degree in electronics or 5 years hands-on maintenance\nexperience with FM Radio or Television facilities</li><li>Knowledge\nof basic IP Networking, Satellite up-linking, NexGen for Radio and Traffic </li><li>Automation\nsystems, digital audio, logic techniques, and basic programming highly\ndesirable</li><li>Must\nhave the ability to work effectively with other team members and independently</li><li>Must\nhave the ability to work with minimal supervision and be proactive</li><li>Must\nhave a valid driver’s license for operation of company vehicles</li></ul>\n<!-- /wp:list -->','A new venture, a Radio Station Maintenance Engineer','','publish','closed','closed','','a-new-venture-a-radio-station-maintenance-engineer-2794','','','2019-09-12 09:05:12','2019-09-12 14:05:12','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=2794',0,'job','',0),(2795,4,'2019-08-10 10:29:16','2019-08-10 15:29:16','','Ishawana New Featured Image','','inherit','closed','closed','','ishawana-new-featured-image','','','2019-08-10 10:29:16','2019-08-10 15:29:16','',0,'https://buzz-caribbean.com/app/uploads/2019/08/ishawana-new-featured-image-.jpg',0,'attachment','image/jpeg',0),(2798,4,'2019-08-10 11:06:39','2019-08-10 16:06:39','<!-- wp:paragraph -->\n<p>Beyoncé and Jay-Z are \"great parents\", according to actor Fred Savage, whose children go to the same school as their daughter Blue Ivy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2801} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/beyonce-jz.jpg\" alt=\"\" class=\"wp-image-2801\" /><figcaption>Jay Z and Beyonce leave a movie theatre in NYC. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 43-year-old star\'s children — Oliver, 13, Lily, 11, and August, 6, whom he has with wife Jennifer Lynn Stone — go to the same school as the musical couple\'s eldest daughter Blue Ivy, seven.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fred has applauded the pair for being \"active\" parents, who take part in all the school events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"All the kids at the end of the year do this big Olympics thing, and [Beyoncé and Jay-Z] are out there having picnics.\"</p><cite>—Fred Savage</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He said: \"Beyoncé and Jay are great parents, they\'re active parents, they\'re at school. All the kids at the end of the year do this big Olympics thing, and [Beyoncé and Jay-Z] are out there having picnics, sitting on the field with a blanket. They\'re great parents.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fred previously acted alongside the \'Spirit\' singer, 37, in <strong>Austin Powers in Goldmember</strong>, but said that despite the connection, he was still nervous to approach the star on the school playground.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added: \"It took me a while to go up to her \'cause it\'s like... \'What do I talk to Beyoncé about?\' So it took me a minute, and at one point I was like, \'Hey, I\'m Fred, we did this movie together. And she goes, \'I know who you are. I saw you at the beginning of the year, I just didn\'t want to come up and say hi and bother you.\' I\'m like, \'Beyoncé, bother away!\' I\'m like, \'Well, let\'s clear the air. You can bother me whenever you want.\' She\'s great.\"</p>\n<!-- /wp:paragraph -->','Beyonce and Jay-Z are \'great parents\'','','publish','closed','closed','','beyonce-and-jay-z-are-great-parents','','','2019-08-10 11:06:39','2019-08-10 16:06:39','',0,'https://buzz-caribbean.com/?p=2798',0,'post','',0),(2799,11,'2019-08-10 10:44:18','2019-08-10 15:44:18','','Teen-Girl-Smoking','','inherit','closed','closed','','teen-girl-smoking','','','2019-08-10 10:44:18','2019-08-10 15:44:18','',2736,'https://buzz-caribbean.com/app/uploads/2019/08/Teen-Girl-Smoking.jpg',0,'attachment','image/jpeg',0),(2801,4,'2019-08-10 10:46:12','2019-08-10 15:46:12','','Jay Z and Beyonce leave a movie theater in NYC','Jay Z and Beyonce leave a movie theater in NYC. The cute couple left a movie theater on Sunday night.\n<P>\nPictured: Jay Z A.K.A Sean Carter and Beyonce\n<P><B>Ref: SPL554272  020613  </B><BR />\nPicture by: Tom Meinelt / Splash News<BR />\n</P><P>\n<B>Splash News and Pictures</B><BR />\nLos Angeles:	310-821-2666<BR />\nNew York:	212-619-2666<BR />\nLondon:	870-934-2666<BR />\nphotodesk@splashnews.com<BR />\n</P>','inherit','closed','closed','','jay-z-and-beyonce-leave-a-movie-theater-in-nyc','','','2019-08-10 11:05:59','2019-08-10 16:05:59','',2798,'https://buzz-caribbean.com/app/uploads/2019/08/beyonce-jz.jpg',0,'attachment','image/jpeg',0),(2802,11,'2019-08-10 10:54:00','2019-08-10 15:54:00','','Father-Daughter','','inherit','closed','closed','','father-daughter','','','2019-08-10 10:54:00','2019-08-10 15:54:00','',2736,'https://buzz-caribbean.com/app/uploads/2019/08/Father-Daughter.jpg',0,'attachment','image/jpeg',0),(2804,4,'2019-08-10 10:56:46','2019-08-10 15:56:46','<!-- wp:paragraph -->\n<p>Beyoncé and Jay-Z are \"great parents\", according to actor Fred Savage, whose children go to the same school as their daughter Blue Ivy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2801} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/beyonce-jz.jpg\" alt=\"\" class=\"wp-image-2801\" /><figcaption>Jay Z and Beyonce leave a movie theatre in NYC. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 43-year-old star\'s children — Oliver, 13, Lily, 11, and August, 6, whom he has with wife Jennifer Lynn Stone — go to the same school as the musical couple\'s eldest daughter Blue Ivy, seven.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fred has applauded the pair for being \"active\" parents, who take part in all the school events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"Beyoncé and Jay are great parents, they\'re active parents, they\'re at school. All the kids at the end of the year do this big Olympics thing, and [Beyoncé and Jay-Z] are out there having picnics, sitting on the field with a blanket. They\'re great parents.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fred previously acted alongside the \'Spirit\' singer, 37, in <strong>Austin Powers in Goldmember</strong>, but said that despite the connection, he was still nervous to approach the star on the school playground.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added: \"It took me a while to go up to her \'cause it\'s like... \'What do I talk to Beyoncé about?\' So it took me a minute, and at one point I was like, \'Hey, I\'m Fred, we did this movie together.\'</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"And she goes, \'I know who you are. I saw you at the beginning of the year, I just didn\'t want to come up and say hi and bother you.\' I\'m like, \'Beyoncé, bother away!\' I\'m like, \'Well, let\'s clear the air. You can bother me whenever you want.\' She\'s great.\"</p>\n<!-- /wp:paragraph -->','Beyonce and Jay-Z are \'great parents\'','','inherit','closed','closed','','2798-revision-v1','','','2019-08-10 10:56:46','2019-08-10 15:56:46','',2798,'https://buzz-caribbean.com/article/2798-revision-v1/',0,'revision','',0),(2805,14,'2019-08-10 10:57:19','2019-08-10 15:57:19','<!-- wp:image {\"id\":2541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-2541\" /><figcaption>Dad Stredic (left) and son Matthew (right) make up the industrious Thompson duo at the helm of Journey\'s End Wines. (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stredic Thompson and his son Matthew are two Jamaican vintners surprising taste buds with their amazing line of fine wines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stredic, Managing Director for Journey’s End\nWines, gave <strong><em>BUZZ</em></strong> an exclusive tour of their <strong><em>Flavours of the Past</em></strong>\nwinery on Duke Street, downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2512} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/flavours-of-the-past-logo-1024x647.jpg\" alt=\"\" class=\"wp-image-2512\" /><figcaption>Photo contributed, Journey\'s End Wine Company Limited</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thompson abandoned a career in banking to\npursue his passion for wine-making in 2018</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We love the quality and look Journey’s End\nproduces and we said we would take this brand and make it an international\nbrand,” Thompson told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2528} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-1-1024x579.jpg\" alt=\"\" class=\"wp-image-2528\" /><figcaption>All 10 variations of Jamaica-made Flavour of the Past wines (BUZZ photo, Dennis Brown) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Thompson journey started, and the pair has been moving full-steam ahead to boost the local perception of quality-made wines. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Wine is something that is very palatable\nand there was something else that attracted us to wine…,” he began.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Jamaica has a national dish, a national\nfruit – there’s no national wine, and we thought <strong><em>Flavours of the Past </em></strong>could\nbecome the national wine,” Thompson asserted further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Flavours of the Past</em></strong>, under\nthe Thompsons, now has ten brilliant assortments available.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Soursop and Honey-Orange are the most recent additions; as well as Ackee, Pimento Berry, Pineapple, Passionfruit, Ginger, Sorrel, Noni and Sugar Cane.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See our gallery below with the full product line!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"2516\",\"2518\",\"2519\",\"2520\",\"2521\",\"2522\",\"2523\",\"2524\",\"2525\",\"2526\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-19.jpg\" alt=\"\" data-id=\"2516\" data-link=\"https://buzz-caribbean.com/?attachment_id=2516\" class=\"wp-image-2516\" /><figcaption>Jamaican Passion fruit wine (BUZZ photo, Dennis Brown) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-18.jpg\" alt=\"\" data-id=\"2518\" data-link=\"https://buzz-caribbean.com/?attachment_id=2518\" class=\"wp-image-2518\" /><figcaption>The widely popular Jamaican Soursop wine (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-17.jpg\" alt=\"\" data-id=\"2519\" data-link=\"https://buzz-caribbean.com/?attachment_id=2519\" class=\"wp-image-2519\" /><figcaption>Bet you didn\'t know Jamaican Ackee wine was a thing?! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-16.jpg\" alt=\"\" data-id=\"2520\" data-link=\"https://buzz-caribbean.com/?attachment_id=2520\" class=\"wp-image-2520\" /><figcaption>Pimento. Berry. Wine. Enough said (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-15.jpg\" alt=\"\" data-id=\"2521\" data-link=\"https://buzz-caribbean.com/?attachment_id=2521\" class=\"wp-image-2521\" /><figcaption>Flavours of the Past offering a new twist to the traditional Jamaican Ginger wine (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-14.jpg\" alt=\"\" data-id=\"2522\" data-link=\"https://buzz-caribbean.com/?attachment_id=2522\" class=\"wp-image-2522\" /><figcaption>\'Pine time\'! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-13.jpg\" alt=\"\" data-id=\"2523\" data-link=\"https://buzz-caribbean.com/?attachment_id=2523\" class=\"wp-image-2523\" /><figcaption>Another big hit is the Jamaican Noni wine! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-12.jpg\" alt=\"\" data-id=\"2524\" data-link=\"https://buzz-caribbean.com/?attachment_id=2524\" class=\"wp-image-2524\" /><figcaption>The mother of rum, Jamaican Sugar Cane, as a wine...hmmm (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-11.jpg\" alt=\"\" data-id=\"2525\" data-link=\"https://buzz-caribbean.com/?attachment_id=2525\" class=\"wp-image-2525\" /><figcaption>Sorrel with wine, sorrel with rum or Jamaican Sorrel Wine? You choose! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-10.jpg\" alt=\"\" data-id=\"2526\" data-link=\"https://buzz-caribbean.com/?attachment_id=2526\" class=\"wp-image-2526\" /><figcaption>The latest invention by Flavours of the Past, Jamaican Honey Orange wine (BUZZ photo, Dennis Brown)</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Thompson told <strong><em>BUZZ</em></strong> that new flavours will be rolled out in the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Moringa wine will be launched in another\nfew months. There are other ideas we have: Starfruit, mango, Otaheite apple – we can be as creative as we want\nwith wines,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When asked what separates Journey’s End\nfrom other local wine manufacturers, Thompson’s answer was simple: <strong>Quality and Authenticity</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2529} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-2529\" /><figcaption>A man of procedure: Stredic Thompson show the BUZZ team a container with Sorrel being fermented (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Our wines are uniquely hand-crafted for the market. We ensure that there is consistency in quality and taste. It is made from genuine Jamaican fruits we purchase or use from our farm. Our process is solid from beginning to the end so that the quality is concerned,” Thompson told <strong><em>BUZZ</em></strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"2531\",\"2532\"]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-3-1024x682.jpg\" alt=\"\" data-id=\"2531\" data-link=\"https://buzz-caribbean.com/?attachment_id=2531\" class=\"wp-image-2531\" /><figcaption>This aged Sorrel batch has been filtered twice and needs just a few more weeks before bottling (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-2-1024x683.jpg\" alt=\"\" data-id=\"2532\" data-link=\"https://buzz-caribbean.com/?attachment_id=2532\" class=\"wp-image-2532\" /><figcaption>Close-up of a cylinder air lock. The device keeps the wine fresh, allowing it to \'breathe\' (BUZZ photo, Dennis Brown)</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“Journey’s End is a unique skillset wherein\nwe make the finest wine from Jamaican fruit. As long as it’s a fruit grown in Jamaica, we can find a\nway to make the best wine there is from it,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2536} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-logo-buzz-1024x682.jpg\" alt=\"\" class=\"wp-image-2536\" /><figcaption>Photo contributed</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While the quality is maintained, <strong><em>Flavours\nof the Past</em></strong>’s line is surprisingly affordable – retailing from $2,000\nfor the 700mL, to around $400 for the 150mL varieties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Thompsons, each fruit goes\nthrough an intricate cooking, fermentation, triple filtration, cooling, heating,\nbottling and labelling process – to its way to several major supermarket chains\nand the airports in Kingston and Montego Bay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2534} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-2534\" /><figcaption>The bottling and labelling station, though small-scale, gets the job done in less than an hour! (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Flavours of the Past</em></strong> is\na must-buy item at the two major airports, Thomspon beamed, proud of the fact\nthat his product is precision-crafted and made with Jamaican love.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We find that in the airports we do extremely well because people want that connection to Jamaica. To taste a piece, that flavour of Jamaica and that’s what we provide,” he told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Persons are always blown away when they taste\nour wines and they often say, ‘Is this really made in Jamaica?’. I’ve heard it\nso many times and I immediately say, ‘Right here in Jamaica is where it is made’,”\nThompson added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-7-1024x683.jpg\" alt=\"\" class=\"wp-image-2509\" /><figcaption>Father-son duo Stredic Thompson (right) and Matthew Thompson (left) leading the charge to push quality-made, exotic Jamaican wines internationally (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thompson, through Journey’s End, wants to\nlaunch the island as a premier destination for fine wine connoisseurs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We want it to be an international brand. When\nyou think of Jamaica, we want it to be synonymous with <strong><em>Flavours of the Past</em></strong>\nwines,” he told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The aim, over the coming years, is to go into the various markets, whether it be Europe, Canada, the UK and the US. We’re constantly looking at those opportunities and we’re positioning ourselves to be a major player,” Thompson noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>BUZZhive</em></strong>! We want to hear from you. Have you tried any of these wines? Which flavour surprised you most? Let us know in the comment section below.</p>\n<!-- /wp:paragraph -->','Father-son duo taking exotic Jamaican wines across the world','','inherit','closed','closed','','2506-revision-v1','','','2019-08-10 10:57:19','2019-08-10 15:57:19','',2506,'https://buzz-caribbean.com/article/2506-revision-v1/',0,'revision','',0),(2806,11,'2019-08-10 10:58:23','2019-08-10 15:58:23','','Father-Daughter-Love','','inherit','closed','closed','','father-daughter-love','','','2019-08-10 10:58:23','2019-08-10 15:58:23','',2736,'https://buzz-caribbean.com/app/uploads/2019/08/Father-Daughter-Love.jpg',0,'attachment','image/jpeg',0),(2807,11,'2019-08-10 10:59:17','2019-08-10 15:59:17','','Father-Daughter-Selfie','','inherit','closed','closed','','father-daughter-selfie','','','2019-08-10 10:59:17','2019-08-10 15:59:17','',2736,'https://buzz-caribbean.com/app/uploads/2019/08/Father-Daughter-Selfie.jpg',0,'attachment','image/jpeg',0),(2808,11,'2019-08-10 11:01:00','2019-08-10 16:01:00','<!-- wp:paragraph -->\n<p>She acts up, acts out and acts ridiculously most of the times. The stuff that comes out of her mouth would make a sailor blush and the clothes she sneaks off and wears barely covers her anatomy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2793,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Mom-and-Daughter-Arguing.jpg\" alt=\"\" class=\"wp-image-2793\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To your chagrin, she has a boyfriend who talks to her disrespectfully and tries to control her every move and though you have both pleaded and threatened her, she is not giving him up. No, you are not in the twilight zone but you are living your worst mother of a teenage daughter nightmare.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2799} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Teen-Girl-Smoking.jpg\" alt=\"\" class=\"wp-image-2799\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Before you do anything drastic have you ever considered that what she wants is male attention - more precisely, attention from a father figure? Though we women like to ‘Beyonce-fy’ ourselves and claim we run the world, the world is pushing back and reminding us that it does take two rationale and reasonable parents to raise a well-balanced child. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> A father becomes her guide for what to expect of men.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Yes, many single mothers do a great job holding the fort down but girls need their fathers as he is the first male who will set the tone for how other males in her life should act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>All the studies point to the same thing: daughters with father in their lives function better. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Girls learn what they live from infancy and as they grow, they form conclusions about what men are like from those males present in their life. A father becomes her guide for what to expect of men and what attitudes and views they will have toward women. Additionally, how he treats her mother will be her template for what her own relationship in the future with a man may be. These life lessons, therefore, are powerful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>He is the first male who will set the tone for how other males in her life should act. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Having a father or a father-figure around has a positive effect on a young girl\'s self-esteem because he can equip her with the requisite tools to have the confidence to tackle challenges and set goals. By showing her acceptance and unconditional love, he sets the example or the blueprint she needs for stronger emotional relationships and she will, therefore, be more likely to make good choices in her future romantic partners.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2802} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Father-Daughter-1024x683.jpg\" alt=\"\" class=\"wp-image-2802\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>All the studies point to the same thing: daughters with father in their lives function better and even if they made mistakes, their recovery period is shorter. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2806} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Father-Daughter-Love-1024x683.jpg\" alt=\"\" class=\"wp-image-2806\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This is referred to as the ‘Father Effect’ which is the umbrella term for the benefits of a paternal presence. These effects multiply when fathers actively participate in family life with a positive and nurturing presence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2807} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Father-Daughter-Selfie-1024x683.jpg\" alt=\"\" class=\"wp-image-2807\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From attending sports events to combing hair to helping with homework - even while teaching her how to change a car tyre - it is the quality of the time spent, more so than the quantity, that daughters absorb and appreciate.</p>\n<!-- /wp:paragraph -->','Why young girls need father figures','','inherit','closed','closed','','2736-revision-v1','','','2019-08-10 11:01:00','2019-08-10 16:01:00','',2736,'https://buzz-caribbean.com/article/2736-revision-v1/',0,'revision','',0),(2809,4,'2019-08-10 11:03:27','2019-08-10 16:03:27','<!-- wp:paragraph -->\n<p>Beyoncé and Jay-Z are \"great parents\", according to actor Fred Savage, whose children go to the same school as their daughter Blue Ivy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2801} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/beyonce-jz.jpg\" alt=\"\" class=\"wp-image-2801\" /><figcaption>Jay Z and Beyonce leave a movie theatre in NYC. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 43-year-old star\'s children — Oliver, 13, Lily, 11, and August, 6, whom he has with wife Jennifer Lynn Stone — go to the same school as the musical couple\'s eldest daughter Blue Ivy, seven.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fred has applauded the pair for being \"active\" parents, who take part in all the school events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"All the kids at the end of the year do this big Olympics thing, and [Beyoncé and Jay-Z] are out there having picnics.\"</p><cite>—Fred Savage</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He said: \"Beyoncé and Jay are great parents, they\'re active parents, they\'re at school. All the kids at the end of the year do this big Olympics thing, and [Beyoncé and Jay-Z] are out there having picnics, sitting on the field with a blanket. They\'re great parents.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fred previously acted alongside the \'Spirit\' singer, 37, in <strong>Austin Powers in Goldmember</strong>, but said that despite the connection, he was still nervous to approach the star on the school playground.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added: \"It took me a while to go up to her \'cause it\'s like... \'What do I talk to Beyoncé about?\' So it took me a minute, and at one point I was like, \'Hey, I\'m Fred, we did this movie together.\'</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"And she goes, \'I know who you are. I saw you at the beginning of the year, I just didn\'t want to come up and say hi and bother you.\' I\'m like, \'Beyoncé, bother away!\' I\'m like, \'Well, let\'s clear the air. You can bother me whenever you want.\' She\'s great.\"</p>\n<!-- /wp:paragraph -->','Beyonce and Jay-Z are \'great parents\'','','inherit','closed','closed','','2798-revision-v1','','','2019-08-10 11:03:27','2019-08-10 16:03:27','',2798,'https://buzz-caribbean.com/article/2798-revision-v1/',0,'revision','',0),(2810,4,'2019-08-10 11:06:39','2019-08-10 16:06:39','<!-- wp:paragraph -->\n<p>Beyoncé and Jay-Z are \"great parents\", according to actor Fred Savage, whose children go to the same school as their daughter Blue Ivy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2801} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/beyonce-jz.jpg\" alt=\"\" class=\"wp-image-2801\" /><figcaption>Jay Z and Beyonce leave a movie theatre in NYC. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 43-year-old star\'s children — Oliver, 13, Lily, 11, and August, 6, whom he has with wife Jennifer Lynn Stone — go to the same school as the musical couple\'s eldest daughter Blue Ivy, seven.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fred has applauded the pair for being \"active\" parents, who take part in all the school events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"All the kids at the end of the year do this big Olympics thing, and [Beyoncé and Jay-Z] are out there having picnics.\"</p><cite>—Fred Savage</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He said: \"Beyoncé and Jay are great parents, they\'re active parents, they\'re at school. All the kids at the end of the year do this big Olympics thing, and [Beyoncé and Jay-Z] are out there having picnics, sitting on the field with a blanket. They\'re great parents.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fred previously acted alongside the \'Spirit\' singer, 37, in <strong>Austin Powers in Goldmember</strong>, but said that despite the connection, he was still nervous to approach the star on the school playground.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added: \"It took me a while to go up to her \'cause it\'s like... \'What do I talk to Beyoncé about?\' So it took me a minute, and at one point I was like, \'Hey, I\'m Fred, we did this movie together. And she goes, \'I know who you are. I saw you at the beginning of the year, I just didn\'t want to come up and say hi and bother you.\' I\'m like, \'Beyoncé, bother away!\' I\'m like, \'Well, let\'s clear the air. You can bother me whenever you want.\' She\'s great.\"</p>\n<!-- /wp:paragraph -->','Beyonce and Jay-Z are \'great parents\'','','inherit','closed','closed','','2798-revision-v1','','','2019-08-10 11:06:39','2019-08-10 16:06:39','',2798,'https://buzz-caribbean.com/article/2798-revision-v1/',0,'revision','',0),(2811,4,'2019-08-10 11:13:11','2019-08-10 16:13:11','','Norman Manley Featured Image','','inherit','closed','closed','','norman-manley-featured-image','','','2019-08-10 11:13:11','2019-08-10 16:13:11','',0,'https://buzz-caribbean.com/app/uploads/2019/08/norman-manley-featured-image.jpg',0,'attachment','image/jpeg',0),(2815,14,'2019-08-10 11:19:46','2019-08-10 16:19:46','<!-- wp:image {\"id\":2541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-2541\" /><figcaption>Dad Stredic (left) and son Matthew (right) make up the industrious Thompson duo at the helm of Journey\'s End Wines. (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stredic Thompson and his son Matthew are two Jamaican vintners surprising taste buds with their amazing line of fine wines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"<strong>...We thought </strong><em><strong>Flavours of the Past </strong></em><strong>could become the national wine</strong>\"</p><cite>-Stredic Thompson, Managing Director of Journey\'s End winers</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Stredic, Managing Director for Journey’s End\nWines, gave <strong><em>BUZZ</em></strong> an exclusive tour of their <strong><em>Flavours of the Past</em></strong>\nwinery on Duke Street, downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2512} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/flavours-of-the-past-logo-1024x647.jpg\" alt=\"\" class=\"wp-image-2512\" /><figcaption>Photo contributed, Journey\'s End Wine Company Limited</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thompson abandoned a career in banking to\npursue his passion for wine-making in 2018</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We love the quality and look Journey’s End\nproduces and we said we would take this brand and make it an international\nbrand,” Thompson told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2528} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-1-1024x579.jpg\" alt=\"\" class=\"wp-image-2528\" /><figcaption>All 10 variations of Jamaica-made Flavour of the Past wines (BUZZ photo, Dennis Brown) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Thompson journey started, and the pair has been moving full-steam ahead to boost the local perception of quality-made wines. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Wine is something that is very palatable\nand there was something else that attracted us to wine…,” he began.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Jamaica has a national dish, a national\nfruit – there’s no national wine, and we thought <strong><em>Flavours of the Past </em></strong>could\nbecome the national wine,” Thompson asserted further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Flavours of the Past</em></strong>, under\nthe Thompsons, now has ten brilliant assortments available.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong><em>Journey’s End is a unique skillset wherein we make the finest wine from Jamaican fruit,</em></strong>\"</p><cite>-Stredic Thompson in a BUZZ interview</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Soursop and Honey-Orange are the most recent additions; as well as Ackee, Pimento Berry, Pineapple, Passionfruit, Ginger, Sorrel, Noni and Sugar Cane.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See our gallery below with the full product line!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"2516\",\"2518\",\"2519\",\"2520\",\"2521\",\"2522\",\"2523\",\"2524\",\"2525\",\"2526\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-19.jpg\" alt=\"\" data-id=\"2516\" data-link=\"https://buzz-caribbean.com/?attachment_id=2516\" class=\"wp-image-2516\" /><figcaption>Jamaican Passion fruit wine (BUZZ photo, Dennis Brown) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-18.jpg\" alt=\"\" data-id=\"2518\" data-link=\"https://buzz-caribbean.com/?attachment_id=2518\" class=\"wp-image-2518\" /><figcaption>The widely popular Jamaican Soursop wine (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-17.jpg\" alt=\"\" data-id=\"2519\" data-link=\"https://buzz-caribbean.com/?attachment_id=2519\" class=\"wp-image-2519\" /><figcaption>Bet you didn\'t know Jamaican Ackee wine was a thing?! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-16.jpg\" alt=\"\" data-id=\"2520\" data-link=\"https://buzz-caribbean.com/?attachment_id=2520\" class=\"wp-image-2520\" /><figcaption>Pimento. Berry. Wine. Enough said (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-15.jpg\" alt=\"\" data-id=\"2521\" data-link=\"https://buzz-caribbean.com/?attachment_id=2521\" class=\"wp-image-2521\" /><figcaption>Flavours of the Past offering a new twist to the traditional Jamaican Ginger wine (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-14.jpg\" alt=\"\" data-id=\"2522\" data-link=\"https://buzz-caribbean.com/?attachment_id=2522\" class=\"wp-image-2522\" /><figcaption>\'Pine time\'! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-13.jpg\" alt=\"\" data-id=\"2523\" data-link=\"https://buzz-caribbean.com/?attachment_id=2523\" class=\"wp-image-2523\" /><figcaption>Another big hit is the Jamaican Noni wine! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-12.jpg\" alt=\"\" data-id=\"2524\" data-link=\"https://buzz-caribbean.com/?attachment_id=2524\" class=\"wp-image-2524\" /><figcaption>The mother of rum, Jamaican Sugar Cane, as a wine...hmmm (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-11.jpg\" alt=\"\" data-id=\"2525\" data-link=\"https://buzz-caribbean.com/?attachment_id=2525\" class=\"wp-image-2525\" /><figcaption>Sorrel with wine, sorrel with rum or Jamaican Sorrel Wine? You choose! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-10.jpg\" alt=\"\" data-id=\"2526\" data-link=\"https://buzz-caribbean.com/?attachment_id=2526\" class=\"wp-image-2526\" /><figcaption>The latest invention by Flavours of the Past, Jamaican Honey Orange wine (BUZZ photo, Dennis Brown)</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Thompson told <strong><em>BUZZ</em></strong> that new flavours will be rolled out in the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Moringa wine will be launched in another\nfew months. There are other ideas we have: Starfruit, mango, Otaheite apple – we can be as creative as we want\nwith wines,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When asked what separates Journey’s End\nfrom other local wine manufacturers, Thompson’s answer was simple: <strong>Quality and Authenticity</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"<strong><em>We ensure that there is consistency in quality and taste</em></strong>\"</p><cite>-Stredic Thompson, speaking to BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":2529} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-2529\" /><figcaption>A man of procedure: Stredic Thompson show the BUZZ team a container with Sorrel being fermented (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Our wines are uniquely hand-crafted for the market. We ensure that there is consistency in quality and taste. It is made from genuine Jamaican fruits we purchase or use from our farm. Our process is solid from beginning to the end so that the quality is concerned,” Thompson told <strong><em>BUZZ</em></strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"2531\",\"2532\"]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-3-1024x682.jpg\" alt=\"\" data-id=\"2531\" data-link=\"https://buzz-caribbean.com/?attachment_id=2531\" class=\"wp-image-2531\" /><figcaption>This aged Sorrel batch has been filtered twice and needs just a few more weeks before bottling (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-2-1024x683.jpg\" alt=\"\" data-id=\"2532\" data-link=\"https://buzz-caribbean.com/?attachment_id=2532\" class=\"wp-image-2532\" /><figcaption>Close-up of a cylinder air lock. The device keeps the wine fresh, allowing it to \'breathe\' (BUZZ photo, Dennis Brown)</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“Journey’s End is a unique skillset wherein\nwe make the finest wine from Jamaican fruit. As long as it’s a fruit grown in Jamaica, we can find a\nway to make the best wine there is from it,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2536} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-logo-buzz-1024x682.jpg\" alt=\"\" class=\"wp-image-2536\" /><figcaption>Photo contributed</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While the quality is maintained, <strong><em>Flavours\nof the Past</em></strong>’s line is surprisingly affordable – retailing from $2,000\nfor the 700mL, to around $400 for the 150mL varieties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Thompsons, each fruit goes\nthrough an intricate cooking, fermentation, triple filtration, cooling, heating,\nbottling and labelling process – to its way to several major supermarket chains\nand the airports in Kingston and Montego Bay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2534} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-2534\" /><figcaption>The bottling and labelling station, though small-scale, gets the job done in less than an hour! (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Flavours of the Past</em></strong> is\na must-buy item at the two major airports, Thomspon beamed, proud of the fact\nthat his product is precision-crafted and made with Jamaican love.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong><em>As long as it’s a fruit grown in Jamaica, we can find a way to make the best wine there is from it,</em></strong>\"</p><cite>-Journey\'s End Wine Company Limited serves confidence too!</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“We find that in the airports we do extremely well because people want that connection to Jamaica. To taste a piece, that flavour of Jamaica and that’s what we provide,” he told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Persons are always blown away when they taste\nour wines and they often say, ‘Is this really made in Jamaica?’. I’ve heard it\nso many times and I immediately say, ‘Right here in Jamaica is where it is made’,”\nThompson added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-7-1024x683.jpg\" alt=\"\" class=\"wp-image-2509\" /><figcaption>Father-son duo Stredic Thompson (right) and Matthew Thompson (left) leading the charge to push quality-made, exotic Jamaican wines internationally (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thompson, through Journey’s End, wants to\nlaunch the island as a premier destination for fine wine connoisseurs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We want it to be an international brand. When\nyou think of Jamaica, we want it to be synonymous with <strong><em>Flavours of the Past</em></strong>\nwines,” he told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The aim, over the coming years, is to go into the various markets, whether it be Europe, Canada, the UK and the US. We’re constantly looking at those opportunities and we’re positioning ourselves to be a major player,” Thompson noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>BUZZhive</em></strong>! We want to hear from you. Have you tried any of these wines? Which flavour surprised you most? Let us know in the comment section below.</p>\n<!-- /wp:paragraph -->','Father-son duo taking exotic Jamaican wines across the world','','inherit','closed','closed','','2506-revision-v1','','','2019-08-10 11:19:46','2019-08-10 16:19:46','',2506,'https://buzz-caribbean.com/article/2506-revision-v1/',0,'revision','',0),(2816,14,'2019-08-10 11:20:55','2019-08-10 16:20:55','<!-- wp:image {\"id\":2541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-2541\" /><figcaption>Dad Stredic (left) and son Matthew (right) make up the industrious Thompson duo at the helm of Journey\'s End Wines. (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stredic Thompson and his son Matthew are two Jamaican vintners surprising taste buds with their amazing line of fine wines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"<strong>...We thought Flavours of the Past</strong><em><strong> </strong></em><strong>could become the national wine</strong>\"</p><cite>-Stredic Thompson, Managing Director of Journey\'s End winers</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Stredic, Managing Director for Journey’s End\nWines, gave <strong><em>BUZZ</em></strong> an exclusive tour of their <strong><em>Flavours of the Past</em></strong>\nwinery on Duke Street, downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2512} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/flavours-of-the-past-logo-1024x647.jpg\" alt=\"\" class=\"wp-image-2512\" /><figcaption>Photo contributed, Journey\'s End Wine Company Limited</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thompson abandoned a career in banking to\npursue his passion for wine-making in 2018</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We love the quality and look Journey’s End\nproduces and we said we would take this brand and make it an international\nbrand,” Thompson told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2528} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-1-1024x579.jpg\" alt=\"\" class=\"wp-image-2528\" /><figcaption>All 10 variations of Jamaica-made Flavour of the Past wines (BUZZ photo, Dennis Brown) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Thompson journey started, and the pair has been moving full-steam ahead to boost the local perception of quality-made wines. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Wine is something that is very palatable\nand there was something else that attracted us to wine…,” he began.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Jamaica has a national dish, a national\nfruit – there’s no national wine, and we thought <strong><em>Flavours of the Past </em></strong>could\nbecome the national wine,” Thompson asserted further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Flavours of the Past</em></strong>, under\nthe Thompsons, now has ten brilliant assortments available.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong><em>Journey’s End is a unique skillset wherein we make the finest wine from Jamaican fruit,</em></strong>\"</p><cite>-Stredic Thompson in a BUZZ interview</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Soursop and Honey-Orange are the most recent additions; as well as Ackee, Pimento Berry, Pineapple, Passionfruit, Ginger, Sorrel, Noni and Sugar Cane.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See our gallery below with the full product line!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"2516\",\"2518\",\"2519\",\"2520\",\"2521\",\"2522\",\"2523\",\"2524\",\"2525\",\"2526\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-19.jpg\" alt=\"\" data-id=\"2516\" data-link=\"https://buzz-caribbean.com/?attachment_id=2516\" class=\"wp-image-2516\" /><figcaption>Jamaican Passion fruit wine (BUZZ photo, Dennis Brown) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-18.jpg\" alt=\"\" data-id=\"2518\" data-link=\"https://buzz-caribbean.com/?attachment_id=2518\" class=\"wp-image-2518\" /><figcaption>The widely popular Jamaican Soursop wine (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-17.jpg\" alt=\"\" data-id=\"2519\" data-link=\"https://buzz-caribbean.com/?attachment_id=2519\" class=\"wp-image-2519\" /><figcaption>Bet you didn\'t know Jamaican Ackee wine was a thing?! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-16.jpg\" alt=\"\" data-id=\"2520\" data-link=\"https://buzz-caribbean.com/?attachment_id=2520\" class=\"wp-image-2520\" /><figcaption>Pimento. Berry. Wine. Enough said (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-15.jpg\" alt=\"\" data-id=\"2521\" data-link=\"https://buzz-caribbean.com/?attachment_id=2521\" class=\"wp-image-2521\" /><figcaption>Flavours of the Past offering a new twist to the traditional Jamaican Ginger wine (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-14.jpg\" alt=\"\" data-id=\"2522\" data-link=\"https://buzz-caribbean.com/?attachment_id=2522\" class=\"wp-image-2522\" /><figcaption>\'Pine time\'! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-13.jpg\" alt=\"\" data-id=\"2523\" data-link=\"https://buzz-caribbean.com/?attachment_id=2523\" class=\"wp-image-2523\" /><figcaption>Another big hit is the Jamaican Noni wine! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-12.jpg\" alt=\"\" data-id=\"2524\" data-link=\"https://buzz-caribbean.com/?attachment_id=2524\" class=\"wp-image-2524\" /><figcaption>The mother of rum, Jamaican Sugar Cane, as a wine...hmmm (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-11.jpg\" alt=\"\" data-id=\"2525\" data-link=\"https://buzz-caribbean.com/?attachment_id=2525\" class=\"wp-image-2525\" /><figcaption>Sorrel with wine, sorrel with rum or Jamaican Sorrel Wine? You choose! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-10.jpg\" alt=\"\" data-id=\"2526\" data-link=\"https://buzz-caribbean.com/?attachment_id=2526\" class=\"wp-image-2526\" /><figcaption>The latest invention by Flavours of the Past, Jamaican Honey Orange wine (BUZZ photo, Dennis Brown)</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Thompson told <strong><em>BUZZ</em></strong> that new flavours will be rolled out in the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Moringa wine will be launched in another\nfew months. There are other ideas we have: Starfruit, mango, Otaheite apple – we can be as creative as we want\nwith wines,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When asked what separates Journey’s End\nfrom other local wine manufacturers, Thompson’s answer was simple: <strong>Quality and Authenticity</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"<strong><em>We ensure that there is consistency in quality and taste</em></strong>\"</p><cite>-Stredic Thompson, speaking to BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":2529} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-2529\" /><figcaption>A man of procedure: Stredic Thompson show the BUZZ team a container with Sorrel being fermented (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Our wines are uniquely hand-crafted for the market. We ensure that there is consistency in quality and taste. It is made from genuine Jamaican fruits we purchase or use from our farm. Our process is solid from beginning to the end so that the quality is concerned,” Thompson told <strong><em>BUZZ</em></strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"2531\",\"2532\"]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-3-1024x682.jpg\" alt=\"\" data-id=\"2531\" data-link=\"https://buzz-caribbean.com/?attachment_id=2531\" class=\"wp-image-2531\" /><figcaption>This aged Sorrel batch has been filtered twice and needs just a few more weeks before bottling (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-2-1024x683.jpg\" alt=\"\" data-id=\"2532\" data-link=\"https://buzz-caribbean.com/?attachment_id=2532\" class=\"wp-image-2532\" /><figcaption>Close-up of a cylinder air lock. The device keeps the wine fresh, allowing it to \'breathe\' (BUZZ photo, Dennis Brown)</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“Journey’s End is a unique skillset wherein\nwe make the finest wine from Jamaican fruit. As long as it’s a fruit grown in Jamaica, we can find a\nway to make the best wine there is from it,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2536} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-logo-buzz-1024x682.jpg\" alt=\"\" class=\"wp-image-2536\" /><figcaption>Photo contributed</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While the quality is maintained, <strong><em>Flavours\nof the Past</em></strong>’s line is surprisingly affordable – retailing from $2,000\nfor the 700mL, to around $400 for the 150mL varieties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Thompsons, each fruit goes\nthrough an intricate cooking, fermentation, triple filtration, cooling, heating,\nbottling and labelling process – to its way to several major supermarket chains\nand the airports in Kingston and Montego Bay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2534} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-2534\" /><figcaption>The bottling and labelling station, though small-scale, gets the job done in less than an hour! (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Flavours of the Past</em></strong> is\na must-buy item at the two major airports, Thomspon beamed, proud of the fact\nthat his product is precision-crafted and made with Jamaican love.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong><em>As long as it’s a fruit grown in Jamaica, we can find a way to make the best wine there is from it,</em></strong>\"</p><cite>-Journey\'s End Wine Company Limited serves confidence too!</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“We find that in the airports we do extremely well because people want that connection to Jamaica. To taste a piece, that flavour of Jamaica and that’s what we provide,” he told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Persons are always blown away when they taste\nour wines and they often say, ‘Is this really made in Jamaica?’. I’ve heard it\nso many times and I immediately say, ‘Right here in Jamaica is where it is made’,”\nThompson added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-7-1024x683.jpg\" alt=\"\" class=\"wp-image-2509\" /><figcaption>Father-son duo Stredic Thompson (right) and Matthew Thompson (left) leading the charge to push quality-made, exotic Jamaican wines internationally (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thompson, through Journey’s End, wants to\nlaunch the island as a premier destination for fine wine connoisseurs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We want it to be an international brand. When\nyou think of Jamaica, we want it to be synonymous with <strong><em>Flavours of the Past</em></strong>\nwines,” he told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The aim, over the coming years, is to go into the various markets, whether it be Europe, Canada, the UK and the US. We’re constantly looking at those opportunities and we’re positioning ourselves to be a major player,” Thompson noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>BUZZhive</em></strong>! We want to hear from you. Have you tried any of these wines? Which flavour surprised you most? Let us know in the comment section below.</p>\n<!-- /wp:paragraph -->','Father-son duo taking exotic Jamaican wines across the world','','inherit','closed','closed','','2506-revision-v1','','','2019-08-10 11:20:55','2019-08-10 16:20:55','',2506,'https://buzz-caribbean.com/article/2506-revision-v1/',0,'revision','',0),(2817,14,'2019-08-10 11:21:51','2019-08-10 16:21:51','<!-- wp:image {\"id\":2541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-2541\" /><figcaption>Dad Stredic (left) and son Matthew (right) make up the industrious Thompson duo at the helm of Journey\'s End Wines. (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stredic Thompson and his son Matthew are two Jamaican vintners surprising taste buds with their amazing line of fine wines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong>\"...We thought Flavours of the Past</strong><em><strong> </strong></em><strong>could become the national wine</strong>\"</p><cite>-Stredic Thompson, Managing Director of Journey\'s End winers</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Stredic, Managing Director for Journey’s End\nWines, gave <strong><em>BUZZ</em></strong> an exclusive tour of their <strong><em>Flavours of the Past</em></strong>\nwinery on Duke Street, downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2512} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/flavours-of-the-past-logo-1024x647.jpg\" alt=\"\" class=\"wp-image-2512\" /><figcaption>Photo contributed, Journey\'s End Wine Company Limited</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thompson abandoned a career in banking to\npursue his passion for wine-making in 2018</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We love the quality and look Journey’s End\nproduces and we said we would take this brand and make it an international\nbrand,” Thompson told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2528} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-1-1024x579.jpg\" alt=\"\" class=\"wp-image-2528\" /><figcaption>All 10 variations of Jamaica-made Flavour of the Past wines (BUZZ photo, Dennis Brown) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Thompson journey started, and the pair has been moving full-steam ahead to boost the local perception of quality-made wines. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Wine is something that is very palatable\nand there was something else that attracted us to wine…,” he began.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Jamaica has a national dish, a national\nfruit – there’s no national wine, and we thought <strong><em>Flavours of the Past </em></strong>could\nbecome the national wine,” Thompson asserted further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Flavours of the Past</em></strong>, under\nthe Thompsons, now has ten brilliant assortments available.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong><em>Journey’s End is a unique skillset wherein we make the finest wine from Jamaican fruit,</em></strong>\"</p><cite>-Stredic Thompson in a BUZZ interview</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Soursop and Honey-Orange are the most recent additions; as well as Ackee, Pimento Berry, Pineapple, Passionfruit, Ginger, Sorrel, Noni and Sugar Cane.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See our gallery below with the full product line!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"2516\",\"2518\",\"2519\",\"2520\",\"2521\",\"2522\",\"2523\",\"2524\",\"2525\",\"2526\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-19.jpg\" alt=\"\" data-id=\"2516\" data-link=\"https://buzz-caribbean.com/?attachment_id=2516\" class=\"wp-image-2516\" /><figcaption>Jamaican Passion fruit wine (BUZZ photo, Dennis Brown) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-18.jpg\" alt=\"\" data-id=\"2518\" data-link=\"https://buzz-caribbean.com/?attachment_id=2518\" class=\"wp-image-2518\" /><figcaption>The widely popular Jamaican Soursop wine (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-17.jpg\" alt=\"\" data-id=\"2519\" data-link=\"https://buzz-caribbean.com/?attachment_id=2519\" class=\"wp-image-2519\" /><figcaption>Bet you didn\'t know Jamaican Ackee wine was a thing?! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-16.jpg\" alt=\"\" data-id=\"2520\" data-link=\"https://buzz-caribbean.com/?attachment_id=2520\" class=\"wp-image-2520\" /><figcaption>Pimento. Berry. Wine. Enough said (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-15.jpg\" alt=\"\" data-id=\"2521\" data-link=\"https://buzz-caribbean.com/?attachment_id=2521\" class=\"wp-image-2521\" /><figcaption>Flavours of the Past offering a new twist to the traditional Jamaican Ginger wine (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-14.jpg\" alt=\"\" data-id=\"2522\" data-link=\"https://buzz-caribbean.com/?attachment_id=2522\" class=\"wp-image-2522\" /><figcaption>\'Pine time\'! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-13.jpg\" alt=\"\" data-id=\"2523\" data-link=\"https://buzz-caribbean.com/?attachment_id=2523\" class=\"wp-image-2523\" /><figcaption>Another big hit is the Jamaican Noni wine! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-12.jpg\" alt=\"\" data-id=\"2524\" data-link=\"https://buzz-caribbean.com/?attachment_id=2524\" class=\"wp-image-2524\" /><figcaption>The mother of rum, Jamaican Sugar Cane, as a wine...hmmm (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-11.jpg\" alt=\"\" data-id=\"2525\" data-link=\"https://buzz-caribbean.com/?attachment_id=2525\" class=\"wp-image-2525\" /><figcaption>Sorrel with wine, sorrel with rum or Jamaican Sorrel Wine? You choose! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-10.jpg\" alt=\"\" data-id=\"2526\" data-link=\"https://buzz-caribbean.com/?attachment_id=2526\" class=\"wp-image-2526\" /><figcaption>The latest invention by Flavours of the Past, Jamaican Honey Orange wine (BUZZ photo, Dennis Brown)</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Thompson told <strong><em>BUZZ</em></strong> that new flavours will be rolled out in the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Moringa wine will be launched in another\nfew months. There are other ideas we have: Starfruit, mango, Otaheite apple – we can be as creative as we want\nwith wines,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When asked what separates Journey’s End\nfrom other local wine manufacturers, Thompson’s answer was simple: <strong>Quality and Authenticity</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"<strong><em>We ensure that there is consistency in quality and taste</em></strong>\"</p><cite>-Stredic Thompson, speaking to BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":2529} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-2529\" /><figcaption>A man of procedure: Stredic Thompson show the BUZZ team a container with Sorrel being fermented (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Our wines are uniquely hand-crafted for the market. We ensure that there is consistency in quality and taste. It is made from genuine Jamaican fruits we purchase or use from our farm. Our process is solid from beginning to the end so that the quality is concerned,” Thompson told <strong><em>BUZZ</em></strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"2531\",\"2532\"]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-3-1024x682.jpg\" alt=\"\" data-id=\"2531\" data-link=\"https://buzz-caribbean.com/?attachment_id=2531\" class=\"wp-image-2531\" /><figcaption>This aged Sorrel batch has been filtered twice and needs just a few more weeks before bottling (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-2-1024x683.jpg\" alt=\"\" data-id=\"2532\" data-link=\"https://buzz-caribbean.com/?attachment_id=2532\" class=\"wp-image-2532\" /><figcaption>Close-up of a cylinder air lock. The device keeps the wine fresh, allowing it to \'breathe\' (BUZZ photo, Dennis Brown)</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“Journey’s End is a unique skillset wherein\nwe make the finest wine from Jamaican fruit. As long as it’s a fruit grown in Jamaica, we can find a\nway to make the best wine there is from it,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2536} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-logo-buzz-1024x682.jpg\" alt=\"\" class=\"wp-image-2536\" /><figcaption>Photo contributed</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While the quality is maintained, <strong><em>Flavours\nof the Past</em></strong>’s line is surprisingly affordable – retailing from $2,000\nfor the 700mL, to around $400 for the 150mL varieties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Thompsons, each fruit goes\nthrough an intricate cooking, fermentation, triple filtration, cooling, heating,\nbottling and labelling process – to its way to several major supermarket chains\nand the airports in Kingston and Montego Bay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2534} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-2534\" /><figcaption>The bottling and labelling station, though small-scale, gets the job done in less than an hour! (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Flavours of the Past</em></strong> is\na must-buy item at the two major airports, Thomspon beamed, proud of the fact\nthat his product is precision-crafted and made with Jamaican love.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong><em>As long as it’s a fruit grown in Jamaica, we can find a way to make the best wine there is from it,</em></strong>\"</p><cite>-Journey\'s End Wine Company Limited serves confidence too!</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“We find that in the airports we do extremely well because people want that connection to Jamaica. To taste a piece, that flavour of Jamaica and that’s what we provide,” he told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Persons are always blown away when they taste\nour wines and they often say, ‘Is this really made in Jamaica?’. I’ve heard it\nso many times and I immediately say, ‘Right here in Jamaica is where it is made’,”\nThompson added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-7-1024x683.jpg\" alt=\"\" class=\"wp-image-2509\" /><figcaption>Father-son duo Stredic Thompson (right) and Matthew Thompson (left) leading the charge to push quality-made, exotic Jamaican wines internationally (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thompson, through Journey’s End, wants to\nlaunch the island as a premier destination for fine wine connoisseurs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We want it to be an international brand. When\nyou think of Jamaica, we want it to be synonymous with <strong><em>Flavours of the Past</em></strong>\nwines,” he told <strong><em>BUZZ</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The aim, over the coming years, is to go into the various markets, whether it be Europe, Canada, the UK and the US. We’re constantly looking at those opportunities and we’re positioning ourselves to be a major player,” Thompson noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>BUZZhive</em></strong>! We want to hear from you. Have you tried any of these wines? Which flavour surprised you most? Let us know in the comment section below.</p>\n<!-- /wp:paragraph -->','Father-son duo taking exotic Jamaican wines across the world','','inherit','closed','closed','','2506-revision-v1','','','2019-08-10 11:21:51','2019-08-10 16:21:51','',2506,'https://buzz-caribbean.com/article/2506-revision-v1/',0,'revision','',0),(2819,14,'2019-08-10 12:10:31','2019-08-10 17:10:31','<!-- wp:paragraph -->\n<p>After decades of being in the music business, Denroy Morgan is showing no signs of slowing down. Last month was a busy period for him with the release of two songs within weeks of each other.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2779} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/denroy-morgan-2.jpg\" alt=\"\" class=\"wp-image-2779\" /><figcaption>Denroy Morgan</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He produced <strong>Stand Firm</strong> by I Anbassa &amp; the Black Eagles Band and he is also featured on<strong> Zambezi River</strong>, a duet with the Dancehall Cream Of Zambia Africa, Moniq Stylez.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Denroy Morgan, hit-maker and patriarch of the royal family of Reggae, Morgan Heritage, has been just as busy making music as his offspring.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2781} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Morgans-Heritage.jpg\" alt=\"\" class=\"wp-image-2781\" /><figcaption>Members of the Morgan Heritage group are children of Denroy Morgan. The group released its latest album Loyalty.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While 2019 has seen his grandson, Jemere, release his sophomore album, <strong>Self Confidence</strong>, and his children Morgan Heritage just announced their next album, <strong>Loyalty</strong>, Ambassador Denroy Morgan has been busy making music with his “Outer Circle” children.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The year has been an active one for Ras Morgan and the “Outer Circle”. To start the year he produced an original song by the Black Eagles lead singer I Anbassa. This ganja anthem called <strong>Sweet </strong><strong>Kali</strong><strong> Herb</strong> is a crowd-pleaser.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, across the ocean, Ras Morgan was making more connections, family and music. His moves include the Youths of Africa series, beginning with the <strong>Missing You</strong> EP, released in April. It features five talented youths he connected with from five different countries in Africa which is an ongoing project. The project is aimed at connecting the Youths of Africa to Rastafari and Jamaica.</p>\n<!-- /wp:paragraph -->','Veteran Denroy Morgan still going strong','','inherit','closed','closed','','2775-revision-v1','','','2019-08-10 12:10:31','2019-08-10 17:10:31','',2775,'https://buzz-caribbean.com/article/2775-revision-v1/',0,'revision','',0),(2822,14,'2019-08-10 12:41:22','2019-08-10 17:41:22','<!-- wp:image {\"id\":301} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo.jpg\" alt=\"\" class=\"wp-image-301\" /><figcaption>Satellite imagery of Bajo Nuevo from space (Photo contributed, National Aeronautics and Space Administration [NASA], International Space Station [ISS])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tucked away near the middle of the Caribbean Sea, lies the Bajo Nuevo Bank: a small, uninhabited reef with some grass-covered islets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also known as the Petrel Islands, these tiny specs have been the subject of a bitter sovereignty dispute between Colombia and the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But what you didn’t know, is over 30 years ago, Jamaica was also\ncaught up in the ownership dispute, but has since backed off for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Between 1982 and 1986, the Government of Jamaica signed and\nmaintained a series of bilateral agreements – culminating in a maritime\ndelimitation treaty between the island and the Republic of Colombia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The maritime delimitation treaty was signed in Kingston on\nFriday, November 12, 1993, by ministers of Foreign Affairs and Foreign Trade\nfor Jamaica and Colombia respectively, Paul Robertson and Noemí Sanín Posada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":304} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/posada-paul-robertson-sbscollage-buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-304\" /><figcaption>(from left) Former Ministers of Foreign Affairs and Foreign Trade for Colombia and Jamaica in 1993,  Noemí Sanín Posada and the late Paul Roberston respectively (Photos contributed, Jamaica Information Service [JIS], ElTiempo.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the time, Jamaica\'s claim, as with the other countries\nembroiled in the dispute, stemmed from attempts to expand the island’s\nexclusive economic zone over the surrounding seas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, Jamaica’s claim for Bajo Nuevo remains largely dormant\nsince bilateral agreements with Colombia came into force in 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve made it this far then we still have your attention, and seeing as you’re eager to know more, <strong>BUZZ</strong> presents 23 fast facts about Bajo Nuevo:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1.&nbsp;</strong>&nbsp;&nbsp;The islands are located along the coordinates\n15°53′N (fifteen degrees, fifty-three minutes north) and 78°38′W (seventy-eight\ndegrees, thirty-eight minutes west) and are geographically closest to Jamaica –\nsome 288 kilometres southwest of the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":302,\"width\":587,\"height\":334} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-google-maps-jamaica-1024x583.jpg\" alt=\"\" class=\"wp-image-302\" width=\"587\" height=\"334\" /><figcaption>Bajo Nuevo\'s proximity to Jamaica (Photo contributed, Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>2.&nbsp;&nbsp;</strong>&nbsp;Bajo Nuevo Bank is about\n26&nbsp;kilometres (16&nbsp;miles) long and 9&nbsp;kilometres (5.6&nbsp;miles)\nwide. The closest neighbouring land feature is Serranilla Bank, located 110\nkilometres (68 miles) to the west.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3.</strong>&nbsp;&nbsp;&nbsp;The reef was first shown on Dutch maps dating to 1634 but was given its present name in 1654. British pirate John Glover rediscovered Bajo Nuevo in 1660.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>4.&nbsp;&nbsp;</strong>&nbsp;Satellite imagery from the\nNational Aeronautics and Space Administration (NASA) shows two distinct\natoll-like structures separated by a deep channel under a mile wide at its\nnarrowest point. The reef partially dries on the southern and eastern sides,\nwith the land area being minuscule by comparison.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong>&nbsp;&nbsp;&nbsp;&nbsp;The most prominent land area is Low Cay,\nin the southwest atoll, which extends for 300 metres and widens at a maximum of\n40 metres across. No more than two metres above sea level, the barren island is\ncomposed of broken coral, driftwood, and sand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>6.&nbsp;</strong>&nbsp;&nbsp;A total of five countries have laid claim to\nsovereignty over Bajo Nuevo, namely: Jamaica, Colombia, Nicaragua, Honduras and\nthe United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":305} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-countries-dispute-flags-1024x614.jpg\" alt=\"\" class=\"wp-image-305\" /><figcaption>(From top left to bottom right) The flags of Colombia, the United States, Honduras, Jamaica and Nicaragua (Images contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>7.&nbsp;</strong>&nbsp;&nbsp;James W. Jennett, empowered under provisions\nof the controversial Guano Islands Act, initiated the US’ claim on November 22,\n1869. To this day, the US administers Bajo Nuevo bank as an ‘unorganized,\nunincorporated United States territory’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>8.&nbsp;&nbsp;</strong>&nbsp;Similarly to other territories\nclaimed under the Guano Islands Act in the Caribbean and Oceania, persons born\non Bajo Nuevo to non-citizens are considered by the United States to be US\nnationals, but not US citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":307} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/usa_flag-demo-1024x614.jpg\" alt=\"\" class=\"wp-image-307\" /><figcaption>United States flag (Image contributed, US State Department)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>9.&nbsp;</strong>&nbsp;&nbsp;Colombia currently claims the area as part of\nthe department of San Andrés and Providencia. The San Andrés fleet of the\nColombian Navy carries out naval patrols in the area, as the republic maintains\nthat it has claimed these territories since 1886 – as part of the geographic\narchipelago of San Andrés and Providencia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>10.</strong>&nbsp;&nbsp;&nbsp;The November 1993 maritime delimitation treaty, between Colombia and Jamaica, established a \"Joint Regime Area\", which allowed both countries to cooperatively manage and exploit living and non-living resources in designated waters between the two aforementioned banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>11.&nbsp;</strong>&nbsp;&nbsp;Bajo Nuevo’s territorial waters immediately\nsurrounding the cays themselves were excluded from the zone of joint-control,\nas Colombia considers these areas to be part of her coastal waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>12.&nbsp;&nbsp;</strong>&nbsp;The maritime delimitation treaty came effect four months later and was recognised by international law in March 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>13.&nbsp;</strong>&nbsp;&nbsp;The Colombian Ministry of Defense constructed\na light beacon on Low Cay in 1982. The metal structure towers 21&nbsp;metres\nabove the Caribbean Sea and is painted white with a red top. The beacon emits\ntwo white flashes of light every 15 seconds. After sustaining some damage, the\nbeacon was reconstructed by the Colombians in February 2008 and is currently\nmaintained by the navy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":306,\"width\":412,\"height\":531} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-light-beacon.jpg\" alt=\"\" class=\"wp-image-306\" width=\"412\" height=\"531\" /><figcaption>A light beacon erected on the shores of Low Cay, Bajo Nuevo (Photo contributed, Colombian Ministry of Defence)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>14.</strong>&nbsp;&nbsp;&nbsp; Nicaragua bases its claim to Bajo Nuevo Bank\ndue to the islands sitting on its continental shelf, covering an area of over\n50,000 square kilometres in the Caribbean Sea. In fact, the Central American\ncountry lays claim to all islands associated with the San Andrés and\nProvidencia archipelagoes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>15.&nbsp;</strong>&nbsp;&nbsp;Successive Nicaraguan governments have\npersistently pursued claims against Colombia in the International Court of\nJustice (ICJ), filing cases in both 2001 and 2007.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>16.</strong>&nbsp;&nbsp;&nbsp;On November 19, 2012, in regards to Nicaraguan claims to the islands, the ICJ ruled unanimously that Colombia has sovereignty over both Bajo Nuevo and Serranilla Banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong><em>Bajo Nuevo reportedly contains no \'meaningful mineral reserves\'</em></strong>\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>17.</strong>&nbsp;&nbsp;&nbsp;The islands remain a Colombian territory and are a key stopping point in the country’s fight against drug and weapons smuggling, but all the other claimant nations still have limited access to them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>18.</strong>&nbsp;&nbsp;&nbsp;Bajo Nuevo is positioned inside a modestly\nproductive fishing (mostly lobsters) zone, but the seabed reportedly contains\nno \'meaningful mineral reserves\', and only small amounts of hydrocarbon fuels\nhave been identified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>19.&nbsp;</strong>&nbsp;&nbsp;Honduras, another claimant to Bajo Nuevo and\nthe nearby Serranilla Bank, effectively ended its role in the dispute with the\nratification of a maritime boundary treaty with Colombia on December 20, 1999.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>20.</strong>&nbsp;&nbsp; According to the treaty, both states agreed upon a\nmaritime demarcation in 1986 that excluded Honduras from any control over the\nbanks or their surrounding waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>21.</strong>&nbsp;&nbsp; This bilateral treaty ensured that Honduras\nimplicitly recognises Colombia\'s sovereignty over the disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>22.&nbsp;</strong>&nbsp; Bajo Nuevo Bank and Serranilla Bank have been\nrepeatedly included as per American sources as one of ten insular areas in the\nPacific Ocean and Caribbean Sea that make up the US’ Minor Outlying Islands\nclassification.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>23.&nbsp;</strong>&nbsp; Baker Island, Howland Island, Jarvis Island, Johnston Atoll, Kingman Reef, Midway Islands, Navassa Island, Palmyra Atoll, and Wake Island comprise the remaining nine disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did you know these islands existed? What were the most surprising facts you read? Let us know in the comments section! </p>\n<!-- /wp:paragraph -->','Bajo Nuevo: What you should know about the island dispute Jamaica \'gave up\'','','inherit','closed','closed','','300-revision-v1','','','2019-08-10 12:41:22','2019-08-10 17:41:22','',300,'https://buzz-caribbean.com/article/300-revision-v1/',0,'revision','',0),(2823,14,'2019-08-10 12:42:09','2019-08-10 17:42:09','<!-- wp:image {\"id\":323} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/flying-into-sunset-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-323\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Summer’s here and with it the age-old question on many Jamaican minds: <strong><em>\"Where to unravel for my vacation?\"</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For many Jamaicans who’ve experienced nearly all the island has to offer, the next best bet is to travel overseas – and enjoy the sights, sounds, tastes and feels of another country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Outside of the usual favourites of the United States, Canada, and the United Kingdom, there are also many other countries that provide less-stringent access with visa-free travel all year round!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":325} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jamaica-passport-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-325\" /><figcaption>Jamaican passports (Photo contributed, TheWorldUpCloser.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As of March 2019, Jamaican citizens had visa-free or visa on arrival access to 84 countries and territories.  According to the <a href=\"https://www.henleypassportindex.com/passport\">Henley Passport Index</a>, the Jamaican passport is ranked 63rd in the world in terms of travel freedom. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now, with the declaration of a visa waiver agreement between Jamaica and Ghana this July, the African country joins an impressive list of 84 countries and 11 disputed territories where Jamaicans are welcomed with open arms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Think you know them all? Well, here’s your challenge!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Try to come up with as many countries where visa-free travel is possible for Jamaicans before scrolling further (We double dare you).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":328} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/world-map-demo-1024x610.jpg\" alt=\"\" class=\"wp-image-328\" /><figcaption>World map (Photo contributed, Central Intelligence Agency [CIA], Political map of the world) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How many did you come up with…10…20…40…95?!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve thought about expanding your horizons or are already a step closer to experiencing a new cultural frontier, <strong>BUZZ</strong> presents a comprehensive list of all 95 countries across the world where just your Jamaican passport is needed to enjoy a well-needed vacation:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>NB: This list is broken down into three categories: Visa-free access (*), Visa supplied on arrival (!), and e-Visas (an official document issued online by respective Immigration Departments or Foreign Ministries that allows for Jamaicans to enter and travel.)</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Bahrain (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Azerbaijan (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Comoros (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Cote d’Ivoire</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Argentina (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Antigua and Barbuda (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Barbados (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Bangladesh (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Cook Islands (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Macau (!) [Territory of China]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>11. Palestine (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>12. Northern Cyprus [Territory of Turkey] (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>13. Curacao (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>14. Hong Kong (*) [Territory of China]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>15. Niue (*) [Territory of New Zealand]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>16. Monserrat (*) [Territory of the United Kingdom]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>17. Zimbabwe (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>18. Venezuela (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>19. Uganda (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>20. Trinidad and Tobago (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>21. Tuvalu (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>22. Serbia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>23. St. Vincent and the Grenadines (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>24. St. Lucia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>25. St. Kitts &amp; Nevis (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>26. Peru (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>27. Niger (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>28. Madagascar (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>29. Kiribati (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>30. Jordan (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>31. Myanmar (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>32. Seychelles (visitor’s permit on arrival)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>33. Palau (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>34. Mexico (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>35. Lesotho (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>36. Israel (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>37. Kenya (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>38. Nicaragua (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>39. Malaysia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>40. Kyrgyzstan (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>41. South Korea (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>42. Togo (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>43. Suriname (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>44. Mozambique (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>45. Tajikistan (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>46. Sao Tome &amp; Principe (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>47. Rwanda (either visa on arrival/eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>48. Panama (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>49. Micronesia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>50. Nepal (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>51. South Africa (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>52. Sri Lanka (either eVisa/visa on arrival)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>53. Papua New Guinea (visitor permit)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>54. Qatar (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>55. Senegal (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>56. Pitcairn Islands (*) [Territory of the United Kingdom]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>57. Somaliland (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>58. Russia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>59. Mauritania (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>60. Guyana (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>61. Indonesia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>62. Laos (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>63. Timor-Leste (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>64. Zambia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>65. Mauritius (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>66. Namibia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>67. India (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>68. Guinea-Bissau (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>69. Grenada (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>70. Malawi (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>71. Philippines (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>72. Somalia (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>73. Tanzania (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>74. Vanuatu (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>75. Transnistria (*) [formerly part of Moldova, now known as Pridnestrovian Moldavian Republic]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>76. Samoa (entry permit on arrival)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>77. Haiti (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>78. Iran (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>79. The Maldives (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>80. Sierra Leone (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>81. Singapore (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>82. Turkey (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>83. Uruguay (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>84. South Ossetia [formerly northern territory of Georgia in Europe]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>85. Georgia (eVisa) [not to be confused with the US state of Georgia]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>86. The Gambia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>87. Gabon (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>88. Fiji (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>89. Eswatini, also known as Swaziland (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>90. Ethiopia (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>91. Ecuador (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>92. Dominica (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>93. Dominican Republic (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>94. Djibouti (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>95. As of July 2019, Ghana!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How many of these countries have you visited? Which listing surprised you? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us know where your next adventure will be in the comments section below!</p>\n<!-- /wp:paragraph -->','Buzz Travel: Visa-free countries Jamaicans can visit','','inherit','closed','closed','','321-revision-v1','','','2019-08-10 12:42:09','2019-08-10 17:42:09','',321,'https://buzz-caribbean.com/article/321-revision-v1/',0,'revision','',0),(2824,14,'2019-08-10 12:44:04','2019-08-10 17:44:04','<!-- wp:image {\"id\":2541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-2541\" /><figcaption>Dad Stredic (left) and son Matthew (right) make up the industrious Thompson duo at the helm of Journey\'s End Wines. (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stredic Thompson and his son Matthew are two Jamaican vintners surprising taste buds with their amazing line of fine wines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong>\"...We thought Flavours of the Past</strong><em><strong> </strong></em><strong>could become the national wine</strong>\"</p><cite>-Stredic Thompson, Managing Director of Journey\'s End winers</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Stredic, Managing Director for Journey’s End Wines, gave <strong>BUZZ</strong> an exclusive tour of their <strong><em>Flavours of the Past</em></strong> winery on Duke Street, downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2512} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/flavours-of-the-past-logo-1024x647.jpg\" alt=\"\" class=\"wp-image-2512\" /><figcaption>Photo contributed, Journey\'s End Wine Company Limited</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thompson abandoned a career in banking to\npursue his passion for wine-making in 2018</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We love the quality and look Journey’s End produces and we said we would take this brand and make it an international brand,” Thompson told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2528} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-1-1024x579.jpg\" alt=\"\" class=\"wp-image-2528\" /><figcaption>All 10 variations of Jamaica-made Flavour of the Past wines (BUZZ photo, Dennis Brown) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Thompson journey started, and the pair has been moving full-steam ahead to boost the local perception of quality-made wines. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Wine is something that is very palatable\nand there was something else that attracted us to wine…,” he began.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Jamaica has a national dish, a national\nfruit – there’s no national wine, and we thought <strong><em>Flavours of the Past </em></strong>could\nbecome the national wine,” Thompson asserted further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Flavours of the Past</em></strong>, under\nthe Thompsons, now has ten brilliant assortments available.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong><em>Journey’s End is a unique skillset wherein we make the finest wine from Jamaican fruit,</em></strong>\"</p><cite>-Stredic Thompson in a BUZZ interview</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Soursop and Honey-Orange are the most recent additions; as well as Ackee, Pimento Berry, Pineapple, Passionfruit, Ginger, Sorrel, Noni and Sugar Cane.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See our gallery below with the full product line!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"2516\",\"2518\",\"2519\",\"2520\",\"2521\",\"2522\",\"2523\",\"2524\",\"2525\",\"2526\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-19.jpg\" alt=\"\" data-id=\"2516\" data-link=\"https://buzz-caribbean.com/?attachment_id=2516\" class=\"wp-image-2516\" /><figcaption>Jamaican Passion fruit wine (BUZZ photo, Dennis Brown) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-18.jpg\" alt=\"\" data-id=\"2518\" data-link=\"https://buzz-caribbean.com/?attachment_id=2518\" class=\"wp-image-2518\" /><figcaption>The widely popular Jamaican Soursop wine (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-17.jpg\" alt=\"\" data-id=\"2519\" data-link=\"https://buzz-caribbean.com/?attachment_id=2519\" class=\"wp-image-2519\" /><figcaption>Bet you didn\'t know Jamaican Ackee wine was a thing?! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-16.jpg\" alt=\"\" data-id=\"2520\" data-link=\"https://buzz-caribbean.com/?attachment_id=2520\" class=\"wp-image-2520\" /><figcaption>Pimento. Berry. Wine. Enough said (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-15.jpg\" alt=\"\" data-id=\"2521\" data-link=\"https://buzz-caribbean.com/?attachment_id=2521\" class=\"wp-image-2521\" /><figcaption>Flavours of the Past offering a new twist to the traditional Jamaican Ginger wine (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-14.jpg\" alt=\"\" data-id=\"2522\" data-link=\"https://buzz-caribbean.com/?attachment_id=2522\" class=\"wp-image-2522\" /><figcaption>\'Pine time\'! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-13.jpg\" alt=\"\" data-id=\"2523\" data-link=\"https://buzz-caribbean.com/?attachment_id=2523\" class=\"wp-image-2523\" /><figcaption>Another big hit is the Jamaican Noni wine! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-12.jpg\" alt=\"\" data-id=\"2524\" data-link=\"https://buzz-caribbean.com/?attachment_id=2524\" class=\"wp-image-2524\" /><figcaption>The mother of rum, Jamaican Sugar Cane, as a wine...hmmm (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-11.jpg\" alt=\"\" data-id=\"2525\" data-link=\"https://buzz-caribbean.com/?attachment_id=2525\" class=\"wp-image-2525\" /><figcaption>Sorrel with wine, sorrel with rum or Jamaican Sorrel Wine? You choose! (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-10.jpg\" alt=\"\" data-id=\"2526\" data-link=\"https://buzz-caribbean.com/?attachment_id=2526\" class=\"wp-image-2526\" /><figcaption>The latest invention by Flavours of the Past, Jamaican Honey Orange wine (BUZZ photo, Dennis Brown)</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Thompson told <strong><em>BUZZ</em></strong> that new flavours will be rolled out in the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Moringa wine will be launched in another\nfew months. There are other ideas we have: Starfruit, mango, Otaheite apple – we can be as creative as we want\nwith wines,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When asked what separates Journey’s End\nfrom other local wine manufacturers, Thompson’s answer was simple: <strong>Quality and Authenticity</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"<strong><em>We ensure that there is consistency in quality and taste</em></strong>\"</p><cite>-Stredic Thompson, speaking to BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":2529} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-2529\" /><figcaption>A man of procedure: Stredic Thompson show the BUZZ team a container with Sorrel being fermented (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Our wines are uniquely hand-crafted for the market. We ensure that there is consistency in quality and taste. It is made from genuine Jamaican fruits we purchase or use from our farm. Our process is solid from beginning to the end so that the quality is concerned,” Thompson told <strong>BUZZ</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"2531\",\"2532\"]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-3-1024x682.jpg\" alt=\"\" data-id=\"2531\" data-link=\"https://buzz-caribbean.com/?attachment_id=2531\" class=\"wp-image-2531\" /><figcaption>This aged Sorrel batch has been filtered twice and needs just a few more weeks before bottling (BUZZ photo, Dennis Brown)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-2-1024x683.jpg\" alt=\"\" data-id=\"2532\" data-link=\"https://buzz-caribbean.com/?attachment_id=2532\" class=\"wp-image-2532\" /><figcaption>Close-up of a cylinder air lock. The device keeps the wine fresh, allowing it to \'breathe\' (BUZZ photo, Dennis Brown)</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“Journey’s End is a unique skillset wherein\nwe make the finest wine from Jamaican fruit. As long as it’s a fruit grown in Jamaica, we can find a\nway to make the best wine there is from it,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2536} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-logo-buzz-1024x682.jpg\" alt=\"\" class=\"wp-image-2536\" /><figcaption>Photo contributed</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While the quality is maintained, <strong><em>Flavours\nof the Past</em></strong>’s line is surprisingly affordable – retailing from $2,000\nfor the 700mL, to around $400 for the 150mL varieties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Thompsons, each fruit goes\nthrough an intricate cooking, fermentation, triple filtration, cooling, heating,\nbottling and labelling process – to its way to several major supermarket chains\nand the airports in Kingston and Montego Bay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2534} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-2534\" /><figcaption>The bottling and labelling station, though small-scale, gets the job done in less than an hour! (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Flavours of the Past</em></strong> is\na must-buy item at the two major airports, Thomspon beamed, proud of the fact\nthat his product is precision-crafted and made with Jamaican love.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong><em>As long as it’s a fruit grown in Jamaica, we can find a way to make the best wine there is from it,</em></strong>\"</p><cite>-Journey\'s End Wine Company Limited serves confidence too!</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“We find that in the airports we do extremely well because people want that connection to Jamaica. To taste a piece, that flavour of Jamaica and that’s what we provide,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Persons are always blown away when they taste\nour wines and they often say, ‘Is this really made in Jamaica?’. I’ve heard it\nso many times and I immediately say, ‘Right here in Jamaica is where it is made’,”\nThompson added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-7-1024x683.jpg\" alt=\"\" class=\"wp-image-2509\" /><figcaption>Father-son duo Stredic Thompson (right) and Matthew Thompson (left) leading the charge to push quality-made, exotic Jamaican wines internationally (BUZZ photo, Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thompson, through Journey’s End, wants to\nlaunch the island as a premier destination for fine wine connoisseurs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We want it to be an international brand. When you think of Jamaica, we want it to be synonymous with <strong><em>Flavours of the Past</em></strong> wines,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The aim, over the coming years, is to go into the various markets, whether it be Europe, Canada, the UK and the US. We’re constantly looking at those opportunities and we’re positioning ourselves to be a major player,” Thompson noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZhive</strong>! We want to hear from you. Have you tried any of these wines? Which flavour surprised you most? Let us know in the comment section below.</p>\n<!-- /wp:paragraph -->','Father-son duo taking exotic Jamaican wines across the world','','inherit','closed','closed','','2506-revision-v1','','','2019-08-10 12:44:04','2019-08-10 17:44:04','',2506,'https://buzz-caribbean.com/article/2506-revision-v1/',0,'revision','',0),(2825,14,'2019-08-10 12:44:52','2019-08-10 17:44:52','<!-- wp:paragraph -->\n<p>Presidential candidate for the People’s National\nParty (PNP) Peter Bunting says his surprise challenge for the top role has\nalready boosted morale within the organisation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, who spoke to <strong>BUZZ</strong> following a successful nomination exercise on Friday, July 26, explained that the PNP needed his challenge to re-energise the party after a string of defeats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I think it is very important for us and for the [PNP]. The root of the matter is the party had been flat for a while, particularly losing a series of by-elections, the morale was low,” Bunting told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, who also sits as Member of\nParliament for Central Manchester, was the source of much jubilation from\ncomrades, who paraded in sections of Kingston, anticipating an overwhelming\nvictory in September.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The ‘Rise United’ leader explained that already,\nwhether the ‘One PNP’ team would like to accept it or not, the party has been\ninfected with the most zest and vim in recent months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In the six weeks or so since we announced the Rise United campaign, particularly since we launched, we’ve injected a sense of purpose in the party,” Bunting told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“An excitement, an energy, a passion has\nbeen re-emerging,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reflecting on the massive turnout for his\nnomination, Bunting noted, “I’m feeling quite excited. Of course, I’m very\ngrateful for the tremendous support; the thousands who have come out just to\nwalk with me to HQ to be nominated. We got a tremendous reception right across\nthe board.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting said he was especially pleased to\nsee young Jamaicans among those participating in the Rise United campaign – a telling\nsign that the PNP’s appeal is growing on millennials.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m excited to see the number of young people coming to our events, because some thought the JLP were doing much better among the 18-30 cohort. And with five or six weeks left in the campaign,” the Presidential challenger told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While he acknowledged much can change leading\nup to that fateful election day, Bunting assured that his campaign will be focused\nand robust on what truly matters: <strong>the\ndelegates</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A week in politics is a long time, we don’t\nwant to take any chances. We’re just going to be targeted in terms of engaging\ndelegates in small groups or even one-to-one – persuading them to our message,”\nhe indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We want the party members and supporters\nto believe that we can win the next general election and to start operating\nwith that confidence in a modern way to move forward,” Bunting further\nremarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When pressed to offer a word to delegates\nhe hasn’t met just yet, Bunting assured undecided voters, “The Rise United campaign\nis on its way to your town and your community.”</p>\n<!-- /wp:paragraph -->','Battleground PNP: Peter Bunting revels in huge support on Nomination Day','','inherit','closed','closed','','2373-revision-v1','','','2019-08-10 12:44:52','2019-08-10 17:44:52','',2373,'https://buzz-caribbean.com/article/2373-revision-v1/',0,'revision','',0),(2827,14,'2019-08-10 12:50:45','2019-08-10 17:50:45','<!-- wp:paragraph -->\n<p>Music, culture…and clay? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s not something that readily comes to mind when one thinks about Trench Town, but the community is growing in popularity in many respects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Leading the charge is Managing Director of\nthe Trench Town Ceramic and Art Centre, Garfield Williams.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong>, Williams was proud of the fact that the Trench Town Ceramic and Art Centre stands as one of the few oases of creativity in the inner-city Kingston community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The centre, located on Upper First Street, recently\nconcluded its annual summer camp programme, which saw the involvement of 30 children\nin and around Trench Town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Arguably more impressive is the fact that over\nthe last ten years, more than 300 children have gotten an opportunity to\nexperiment and express themselves working with the clay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What’s more, these works, no matter how\nsimple go on auction each year, with the proceeds assisting in the kids’\nback-to-school activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to know more about the centre? Watch our informative <strong>BUZZ</strong> video feature below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/zUdm7fDHWoc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/zUdm7fDHWoc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong>, Williams, who is an artisan and sculptor himself, was beaming as he reflected on the great work being done by the children and the wider centre.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s a great look. I have to say hats off\nto the Bob Marley Foundation, SDC, TPDCo, Ministry of Mining and myself, we’ve\nbeen doing it every year. I feel really good to know that I have people\nsupporting what I’m doing,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We always look forward to the summertime every year, having the kids out of school and being that mentor and father-figure looking out for them. That’s my satisfaction and for the guys around me [and so] we’re glad we could have this magnitude of kids here.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Having left Trench Town for Canada when he\nwas six-years-old, and returning to Jamaica nearly 30 years ago, Williams attested\nthat the area is blessed with the best clay in the country. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So much so, according to Williams, that artists\nfrom as far away as St. Thomas, Manchester and Clarendon make the journey to purchase\nclay mined only in Trench Town – which has many spinoff benefits for the community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The rumours are true, I’ve seen it. I’ve\nfelt it. The [clay] bonds our community in some sense, it’s a big oomph for\nTrench Town. It’s keeping the kids active; keeping the men and women that mine [the\nclay employed],”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our whole history of crafts and culture is\ntotally authentic and rich. It’s a bonus for me to be showcasing it right here\nin Trench Town. To know we have such a substance that could be highlighted is\namazing,”</p>\n<!-- /wp:paragraph -->','Trench Town modeling a brand with its clay','','inherit','closed','closed','','2367-revision-v1','','','2019-08-10 12:50:45','2019-08-10 17:50:45','',2367,'https://buzz-caribbean.com/article/2367-revision-v1/',0,'revision','',0),(2828,14,'2019-08-10 12:52:12','2019-08-10 17:52:12','<!-- wp:paragraph -->\n<p>September usually marks the start of a new semester at the\nUniversity of the West Indies (UWI), Mona – but for the local skating community,\nthe month will signal the start of a new era in the sport.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Skateboarder Aaron Reid, who has plans to launch a bustling skate park at the university to renew interest in the sport, gave <strong>BUZZ</strong> an exclusive on the latest development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reid, 23, who is known to his peers as ‘Redman’, told <strong>BUZZ</strong> that he saw how inadequate public spaces were towards skaters and decided to build one for the growing community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I always had a vision for the sport in general, to create facilities, as I was noticing there weren’t any at all,” Reid explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For me, personally I know it would be a great thing to have, so my intention is to create [these spaces] so that others can enjoy them. It’s more for the upcoming generation,” the skater told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reid added the skate park’s construction started in January, and he and his partner Kayla Wheeler have been pulling all the stops to ensure that the unveiling goes as planned in early September.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My partner in this project, Kayla Wheeler, started a\nGoFundMe to get sponsorship and it’s our vision to push the sport and culture\nof skateboarding and BMX in Jamaica – that’s what Ignite Extreme is about,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This project started on January 6 this year, we brought the club here to UWI as it was a club at the Moneague Community College in St. Ann. Where the project is at right now, we’re at 80 percent completion,” Reid, a student at the UWI, told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unlike its predecessor in Bull Bay, St. Andrew, which is considered a DIY project by skaters for skaters, the Ignite Skate Park will be ‘official’ in every sense of the word.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the first skate park of its kind in Jamaica, the facility is being designed and managed by a contractor from Russia, Reid indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While the sport isn’t widely popular, Reid told <strong>BUZZ</strong> he believes Jamaicans have a latent potential to master skating – becoming among the world’s best.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Well, skateboarding is making its Olympic debut in Tokyo 2020, we have good skaters here, but we have none on an Olympic level. That’s because we don’t have the facilities. Things like these are necessary to get persons involved in the sport,\" he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Since the university is pushing Olympic sports so much – track and field [and] swimming – why not have a skate park? And for this we need facilities,” the 23-year-old BMX rider and skater told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This is Jamaica’s first, it’s perfect! It will get the younger kids more involved, build them from the ground up, getting people to compete at an international level,” Reid added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Reid, it is recommended to have one person\nskating at any time, but depending on the skill level, the park can accommodate\nup to five skaters simultaneously.</p>\n<!-- /wp:paragraph -->','Ignite Extreme Sports Club set to blast off at UWI','','inherit','closed','closed','','2323-revision-v1','','','2019-08-10 12:52:12','2019-08-10 17:52:12','',2323,'https://buzz-caribbean.com/article/2323-revision-v1/',0,'revision','',0),(2829,14,'2019-08-10 12:53:46','2019-08-10 17:53:46','<!-- wp:paragraph -->\n<p>After nearly a decade of asking, one film has done what was thought to be impossible. Avengers: Endgame as of July 2019, has officially become the world’s highest-grossing movie of all time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To deny James Cameron’s sci-fi/fantasy epic\nAvatar is a tremendous feat, seeing as the now-second most successful film of\nall time, grossed US $2.789 billion in 2009.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Based on insights from <a href=\"https://www.boxofficemojo.com/alltime/world/\">Box Office Mojo</a>, <strong>BUZZ</strong> notes that the Marvel Cinematic Universe (MCU) has four entries in the global top 10. If parent company Disney is included, the pair sweep two extra spots on the best 10, to bring Buena Vista Studios’ count to six out of ten.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to know which other films are in the top 10? We got you!<strong> BUZZ </strong>presents the top 10 highest-grossing films of all time worldwide (not counting inflation):</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>10. <em>Black Panther</em> (2018), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1689} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-panther-two-kings-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-1689\" /><figcaption>Erik Killmonger and T\'Challa square off in the Wakanda-epic, Black Panther (Photo contributed, Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: US $1.346 billon</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office figures (US cinemas only): $700.1 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>9. <em>Avengers: Age of Ultron</em> (2015), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1684} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-age-of-ultron-screengrab-bluray-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-1684\" /><figcaption>Thor (centre) Captian America (left) and War Machine (right) watch as Ultron\'s mech-army invades Sokovia (Photo contributed, Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $1.405 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $459 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>8. <em>Furious 7</em> (2015), Universal Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1685} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/furious-7-screengrab-buzz-1024x538.jpg\" alt=\"\" class=\"wp-image-1685\" /><figcaption>The cast of Furious 7 in Dubai (Photo contributed, Universal Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $1.516 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $ 353 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>7. <em>Marvel\'s The Avengers</em> (2012), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1687} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-2012-assemble-1024x576.jpg\" alt=\"\" class=\"wp-image-1687\" /><figcaption>Avengers assemble! (Photo contributed, Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $1.518 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $623.4 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>6. <em>Jurassic World</em> (2015), Universal Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1693} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jurassic-world-2015-buzz-screengrab-1024x576.jpg\" alt=\"\" class=\"wp-image-1693\" /><figcaption>Shhhh....the Indominus Rex is on the loose! (Photo contributed, Universal Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $1.617 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $652.3 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>5. <em>Avengers: Infinity War</em> (2018), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1696} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-infinity-war-official-buzz-1024x797.jpg\" alt=\"\" class=\"wp-image-1696\" /><figcaption>Thanos (top centre) threatens half the universe with extinction on his hunt for the Infinity Stones (Photo contributed, Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $2.048 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $678.8 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>4. <em>Star Wars: The Force Awakens</em> (2015), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1698} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/star-wars-tfa-poster-buzz-1024x672.jpg\" alt=\"\" class=\"wp-image-1698\" /><figcaption>A new chapter! The Force Awakens was hailed a \'brilliant resurgence\' for the Star Wars franchise (Photo contributed, Buena Vista Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $2.068 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $936.7 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>3. <em>Titanic</em> (1997), Paramount Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1699} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/titanic-iconic-scene-buzz-screengrab-1024x596.jpeg\" alt=\"\" class=\"wp-image-1699\" /><figcaption>\"I\'m flying!\" - one of film\'s most iconic lines from Titanic (Photo contributed, Paramount Pictures)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $2.187 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $659.4 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>2. <em>Avatar</em> (2009), Fox Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1701} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avatar-offical-poster-buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-1701\" /><figcaption>Jake Sully or Tsu\'tey? Why not both! (Photo contributed, Fox Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $2.789 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $760.5 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>1. <em>Avengers: Endgame</em> (2019), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1688} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-poster-buzz-crop-1-1024x536.jpg\" alt=\"\" class=\"wp-image-1688\" /><figcaption>A race against time to reverse the damage by Thanos is the driving motivation for The Avengers in Endgame (Photo contributed, Marvel Studios) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $2.794 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $857.5 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZhive</strong>! How many of these \'mega-grossers\' have you seen? Which is your fav? Sound off in the comments below!</p>\n<!-- /wp:paragraph -->','What are the highest-grossing films of all time?','','inherit','closed','closed','','1670-revision-v1','','','2019-08-10 12:53:46','2019-08-10 17:53:46','',1670,'https://buzz-caribbean.com/article/1670-revision-v1/',0,'revision','',0),(2830,14,'2019-08-10 12:54:31','2019-08-10 17:54:31','<!-- wp:image {\"id\":1651} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-poster-buzz-crop-1024x536.jpg\" alt=\"\" class=\"wp-image-1651\" /><figcaption>Members of the cast from Avengers: Endgame (Photo contributed, Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The hottest film of spring 2019, <strong><em>Avengers: Endgame</em></strong>, officially overtook the James Cameron epic <strong><em>Avatar</em></strong> as the highest-grossing movie of all time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Endgame</em></strong>, the 20th entry in the Marvel Cinematic Universe (MCU), has dethroned the 2009 sci-fi/fantasy blockbuster by the slimmest of margins.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to <a href=\"https://www.boxofficemojo.com/alltime/world/\">Box Office Mojo</a>, as of July 30, <strong><em>Endgame</em></strong> has grossed more than US$2.794 billion worldwide – just outpacing <strong><em>Avatar</em></strong>, which amassed a staggering US$2.789 billion in second place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1657} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-vs-avatar.jpg\" alt=\"\" class=\"wp-image-1657\" /><figcaption>Fox Studios\' megahit Avatar and Disney\'s high-riding record-breaker, Avengers: Endgame (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>(No spoilers, we promise!) </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Based on the iconic <strong><em>Avengers</em></strong> comics by the late Stan Lee and Jack Kirby, <strong><em>Endgame</em></strong> follows the surviving members of the superhero squad and their allies, who desperately attempt to reverse the damage caused by Thanos in <strong><em>Infinity War</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See the official trailer, courtesy of <em>Marvel Entertainment</em>, below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/TcMBFSGVi1c\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/TcMBFSGVi1c\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Critics from Deadline.com wrote in late April, \"[<strong><em>Avengers: Endgame</em></strong>] had a worldwide opening of $1.2 billion, the biggest of all time and nearly double <strong><em>Infinity War</em></strong>\'s previous record of $640.5 million.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It was also the fastest film ever to eclipse the $1 billion and $1.5 billion mark, doing so in just five days and eight days respectively (less than half what it took Infinity War),” Deadline Hollywood writer, Nancy Tartaglione added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The film has been hailed as a bittersweet\nfinale to Marvel’s ‘third phase’ of the MCU, with Endgame scoring a 94 percent,\n‘certified fresh’ score on American review-aggregation website Rotten Tomatoes.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> &nbsp;<strong><em>“Exciting, entertaining, and emotionally impactful, Avengers: Endgame does whatever it takes to deliver a satisfying finale to Marvel\'s epic Infinity Saga.” </em></strong></p><cite>-  Critics Consensus, RottenTomatoes.com </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>For those who haven’t yet seen <strong><em>Avengers: Endgame</em></strong>, what are you waiting for? Curious to know what films made the 10 highest grossers of all-time list? Check out our <a href=\"https://buzz-caribbean.com/article/10-highest-grossing-films-of-all-time/\">story here</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZhive</strong>, what was your favourite scene? Sound off in the comments section below.</p>\n<!-- /wp:paragraph -->','SNAP! Avengers: Endgame is the world\'s highest-grossing film','','inherit','closed','closed','','1649-revision-v1','','','2019-08-10 12:54:31','2019-08-10 17:54:31','',1649,'https://buzz-caribbean.com/article/1649-revision-v1/',0,'revision','',0),(2831,14,'2019-08-10 12:55:00','2019-08-10 17:55:00','<!-- wp:image {\"id\":1621} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ghana-flag-1024x576.jpg\" alt=\"\" class=\"wp-image-1621\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>‘The Year of Return’ is here and\nexperiencing Ghana is a rather exciting prospect for the average Jamaican.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kissed by the Atlantic Ocean, Ghana is\nblessed with idyllic beaches, cosmopolitan cities, and remote nature reserves\nfull of exotic wildlife.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1622} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/map-of-ghana-west-africa.jpg\" alt=\"\" class=\"wp-image-1622\" /><figcaption>Map of West Africa highlighting Ghana (Photo contributed, Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For Jamaicans who would want to begin their journey across the Atlantic, now that visa-free restrictions between the two countries no longer exist, therein comes another issue:&nbsp;<strong><em>What. To. Do?!</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ghana has the reputation of being one of the friendliest countries in Africa and many recommend it as an excellent entry point for first-time travelers to the continent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Luckily for us, there are many\nsimilarities between Jamaica and Ghana – to the point some have been surprised\nthe country almost feels ‘like home’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So similar is the West African nation\nthat many consider Ghana to be the ‘most Jamaican’ of any country on the\ncontinent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whether you’ve already booked your first flight and are gearing up for a new adventure, or just looking for a refreshing change in scenery, <strong>BUZZ</strong> presents five places, sights and attractions you must go on your visit to Ghana:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":325} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jamaica-passport-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-325\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Kokrobite</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1624} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kokrobrite-accra-ghana-1024x614.jpg\" alt=\"\" class=\"wp-image-1624\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>1.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If\nyou’re a beach lover, feel compelled to feed your inner adrenaline junkie on\nthe open ocean, then Ghana\'s most popular beaches are the first stop! Located\naround Kokrobite, these pristine sands are home to the particularly beautiful\nLangma Beach.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1625} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kokrobrite-accra-ghana-2-1024x575.jpg\" alt=\"\" class=\"wp-image-1625\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kokrobite is a quick 20-mile ride away\nfrom the capital, Accra. While there, be sure to check out the popular\nbeachfront hotel, Big Milly\'s Backyard, which offers laidback accommodations –\ncomplete with a friendly bar and restaurant where backpackers, volunteers, and\nGhanaian Rastafarians chill out.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1626} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kokrobrite-accra-ghana-3-1024x681.jpg\" alt=\"\" class=\"wp-image-1626\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Accra</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1623} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/accra-at-night-1024x808.jpg\" alt=\"\" class=\"wp-image-1623\" /><figcaption>The skyline of Accra, the heart of Ghana, illuminated at night (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>2.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Catering\nto the shopaholics, culture junkies and history-buffs, Ghana\'s vibrant capital\nof Accra is a sprawling city, and is considered one of Africa\'s safest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1629} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/makola-market-accra-ghana-2-1024x768.jpg\" alt=\"\" class=\"wp-image-1629\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One possible way to pass the time is to\nbargain with vendors in the iconic Makola Market —a central hub selling\neverything from fresh produce to local arts and crafts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1628} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/makola-market-accra-ghana-1024x576.jpg\" alt=\"\" class=\"wp-image-1628\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Other things to do in Accra include a\nvisit to the National Museum of Ghana, where the legacies of the Ashanti\nKingdom and the transatlantic slave trade are housed in beautiful displays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/national-museum-ghana-from-1st-floor-1024x614.jpg\" alt=\"\" class=\"wp-image-1630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Take a trek down Accra’s many scenic\nbeaches, and rock to the vibrations of local and Jamaican Reggae on Labadi\nBeach, Coco Beach, and Bojo Beach.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Kakum National Park</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1631} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kakum-nature-reserve-ghana-1024x682.jpg\" alt=\"\" class=\"wp-image-1631\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>3.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Similar\nto our Blue Mountain Forest Reserve, the Kakum National Park is a dense\ntropical rainforest on Cape Coast in southern Ghana.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The forest – home to more than 40 mammal\nspecies including forest elephants, forest buffalo, meerkats, and civets – also\nhosts a thriving birdlife population, with over 250 different species recorded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For hikers and nature enthusiasts, the best highlight of any visit to Kakum is a stroll on the Canopy Walkway (pictured above). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1633} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kakum-nature-reserve-ghana-2-1-1024x576.jpg\" alt=\"\" class=\"wp-image-1633\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Suspended 100 feet (30 meters) above the ground, this 350-meter walkway will have you cross several bridges as it offers a unique perspective of the park\'s flora and fauna.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Cape Coast Castle</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>4.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Speaking\nof journeys across the Atlantic, step back into a darker period in time at the\nCape Coast Castle, one of the largest forts still perfectly preserved in Ghana.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Built in 1653 for the Swedish Africa\nCompany, this building was originally used as a trading post for the timber and\ngold industries. Dutch and the British colonisers expanded the castle’s\nfootprint later, as it served as an essential holding station for enslaved\nAfricans bound for the Americas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Cape Coast Castle is now a museum\nfull of information about Ghana\'s history, the slave trade, and local culture.\nTours take you through the dungeons and the \"door of no return,\"\nthrough which the castle\'s enslaved blacks once passed, never to see Africa\nagain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Paga Crocodile Sanctuary</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This\nlast visit is NOT for the faint-hearted or for anyone squeamish, as it is\nstrange and unusual.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the cusp of Ghana’s northern border\nlies the town of Paga, nestled right up against Burkina Faso. If that wasn’t\nuniquely qualifying for the village, Paga sits on a sacred crocodile pond,\nwhere locals believe that reptiles hold the souls of the deceased.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Paga’s crocodiles are considered sacred\nand protected and are allegedly as safe as any domesticated pet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a Jamaican, Paga’s regular\ninteractions might just be a tad extreme, but for the locals and the 110\ncrocodiles in the main sanctuary – life is a breeze.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The fact that no one has ever been\nharmed by one of the crocodiles is an achievement more stunning that any feat\nat the Black River Safari.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With dozens more tourist and cultural\nexperiences to choose from, knowing where to start your adventure in Ghana can\nbe difficult.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But whether you\'re exploring a historic\ncastle, surfing world-class waves, or heading out on a safari, the experiences\nyou\'ll have in Ghana will surely remind you of Jamaica in more ways than one.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whenever and wherever you decide to\nembark on the ‘Year of Return’, we hope you #seeGhana #feelGhana!</p>\n<!-- /wp:paragraph -->','BUZZ Travel: Things to do in Ghana','','inherit','closed','closed','','1618-revision-v1','','','2019-08-10 12:55:00','2019-08-10 17:55:00','',1618,'https://buzz-caribbean.com/article/1618-revision-v1/',0,'revision','',0),(2832,14,'2019-08-10 12:57:30','2019-08-10 17:57:30','<!-- wp:image {\"id\":1446} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/men-and-emotions-demo-1-1024x614.jpg\" alt=\"\" class=\"wp-image-1446\" /><figcaption>Photo contributed (Pexels.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica could find itself at a tipping\npoint, should the country continue to ignore the mental health issues being\nfaced by its citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The issue is further exacerbated for Jamaican men, who in such a hyper-masculine, oversexualised society, live by the \'mantra\' that to show emotions of any kind, whether positive or negative, is a sign of weakness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1447} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/men-and-emotions-demo-2-1024x614.jpg\" alt=\"\" class=\"wp-image-1447\" /><figcaption>Photo contributed (Pexels.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Executive Director for the Jamaica Forum for Lesbians, All-sexuals and Gays (J-FLAG) Jaevion Nelson, gave <strong>BUZZ</strong> his views as we try to unearth how the island got here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em> \"We tell our boys, ‘Don’t cry\'\" </em></strong></p><cite>- Jaevion Nelson, speaking with BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In an interview with <strong>BUZZ</strong>, Nelson said that Jamaican society has for many years ‘policed’ male behaviour and masculine expressionism – which has brought us to the point we are today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Generally, as a society I think we grew up to be very tough, particularly for boys. We tell our boys, ‘Don’t cry’ etc., and so from you were very young, you are policed, and you learn to suppress your emotions; to not show them in whatever circumstance as best as possible,” Nelson said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em> \"We don’t show emotions and if you [do], it must be through violence.\"</em></strong> </p><cite>- J-FLAG Executive Director, Jaevion Nelson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“When we look at the general culture, I think for a number of us, it’s a huge part in how we perform masculinity. We don’t show emotions and if you [do], it must be through violence because that is the only way you will be a man,” he explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See more from our interview with Jaevion Nelson in the video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/QBQ1GjWuUY8\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/QBQ1GjWuUY8\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“From where I stand and my organisation, we are always concerned about how, as a people, we deal with issues. Certainly, for most of us in the Jamaican society, [we] want to be seen as the real man,” Nelson told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In seeking some insight, <strong>BUZZ</strong> also spoke in-depth with Reverend Al Miller, who expressed his concern around how these hurtful masculine stereotypes ran through the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1454} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/al-miller-buzz-interview-1-1024x629.jpg\" alt=\"\" class=\"wp-image-1454\" /><figcaption>Reverend Al Miller, (BUZZ photo, Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Miller contended some of the societal ills\nfacing Jamaica can be linked to the turmoil of the slavery era, as the island\nis still yet to fully heal from the scars of its abusive, violent past.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong><em>\"We have restricted emotions to a category of whether you cry or not... that isn’t [even] one percent of the spectrum of human emotion\" </em></strong></p><cite>- Reverend Al Miller</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“All behaviour is as a result of our varied human experiences, so what we have been through as a people would have affected how we think and therefore how we behave,” the reverend told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There is the impact of slavery’s aftermath,\nbut that concept has continued to evolve and remain with us in many respects,\nprimarily because there is a totally mistaken concept that we have developed about\n‘MAN’ and manhood,” Miller explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This level of ignorance has allowed this misconception\nto remain and therefore affect behaviour and the society [as a whole] adversely,”\nhe added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way Miller, who leads the Fellowship Tabernacle, sees it, humans were created by God as emotional beings, so to separate emotion from relationships and experiences is unhealthy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1456} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/al-miller-buzz-interview-3-1024x611.jpg\" alt=\"\" class=\"wp-image-1456\" /><figcaption>Rev. Al Miller shows the BUZZ lens that he is one of God\'s emotional creatures as he offers a smile (BUZZ photo, Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The truth is humans are fundamentally relational beings, and in the centre of relationships is emotion. We were created by God as emotional creatures,” Miller told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em>\"A man must show tenderness...see the hurt and pain of others\"</em></strong></p><cite>Al Miller, speaking to BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“All of our responses are from emotion; you cannot divorce emotion from\nbehavioural response because it is at the core of who we are. We’ve got\nto show that [emotion] is not a sign of weakness – I say on the contrary, it\ntakes a real man to cry,” the reverend argued further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reverend Miller declared that it is a man’s\nduty to be emotional, but instead of denying those feelings, Jamaican men must\nbe re-trained to properly manage and direct these emotions the right way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1457} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/al-miller-buzz-interview-2-1024x629.jpg\" alt=\"\" class=\"wp-image-1457\" /><figcaption>Al Miller, in an interview with BUZZ asks \'How can we not show any emotion?\' (BUZZ photo, Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“A man must show tenderness, show hurt and be able to see the hurt and\npain of others; he must feel joy, fear and sadness. How can you say we’re\nnot to show any emotion?” Miller asked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is how we handle, manage, direct or suppress these emotions by whatever other factors of socialisation that has happened in our lives,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Miller said he disagrees vehemently with\nthe common misnomer that men who show emotions are “weak” – as well as the\nseemingly heightened lack of self-awareness in the Jamaican man, which has\ncontributed to the problem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have restricted emotions to a category of whether you cry or not but\nthat isn’t [even] one percent of the spectrum of human emotion,” Miller\nasserted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As sections of the island finally get the\nconversation started in getting the issue of ‘men and emotions’ addressed,\nReverend Miller told BUZZ that acknowledging the problem is always the first\nstep.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1458} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/men-and-emotions-demo-3-1024x683.jpg\" alt=\"\" class=\"wp-image-1458\" /><figcaption>Photo contributed (Pexels.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It is important that we re-train our men\nbecause the system has given him an erroneous sense of manhood and some\nnegative images have been planted in the mind and society supports and feeds\nthat negative concept,” Miller said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“And so, it has really become part of our cultural thinking in too significant a way. We’ve got to go back and reverse it because it’s not healthy, it’s not real,” Miller, a father of four, told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, part of one’s personal development\nfrom infancy to maturity dictates that humans “must express and be honest about\nwhat we feel” – to deny genuine, real feelings results in a dishonest nature.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That is why some of our men become so\ndeceptive and lie and steal, because we’re suppressing natural responses to the\nevents and circumstances of life,” Reverend Miller contended.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong><em>\"...You cannot divorce emotion from behavioural response...it is at the core of who we are\"</em></strong></p><cite>- Rev. Al Miller</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Stay tuned for part two of our <em>Men &amp; Emotions </em>series, as <strong>BUZZ</strong> looks at what possible solutions are available to address this impending mental health crisis.</p>\n<!-- /wp:paragraph -->','Men &amp; Emotions – How Did We Get Here, Jamaica? (Part 1)','','inherit','closed','closed','','1445-revision-v1','','','2019-08-10 12:57:30','2019-08-10 17:57:30','',1445,'https://buzz-caribbean.com/article/1445-revision-v1/',0,'revision','',0),(2833,14,'2019-08-10 12:58:52','2019-08-10 17:58:52','<!-- wp:image {\"id\":931} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/plants-in-home-demo-1024x683.jpeg\" alt=\"\" class=\"wp-image-931\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Do you feel that? #PlaceHotB!&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s the type of heat that can make you drowsy, and the summer\nis here to remind you that it’s in charge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Though the heavy-duty fans and air conditioning units offer\nvarying degrees of respite, many Jamaican homes have a much cheaper option to\ncool down:&nbsp;<strong>PLANTS</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The average Jamaican houses around one to four potted plants for aesthetic purposes. Did you know that recent studies have shown that adding&nbsp;certain plants can not only keep the air around your homes cool but also help flush out toxins?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":942} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-plant-around-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-942\" /><figcaption>Acrea palm (centre) and golden pothos (right) among plants used in our Buzz offices! (Photo: Gavin Riley)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Plants have been proven to keep your house cool because they lose water during transpiration, which freshens the air around the plants, leaving it purified and crisp. If you’re looking for a natural, inexpensive way to keep your\nhouse cool, consider getting some&nbsp;of these plants, which can help keep temperatures\ndown:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Acrea palm tree</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":920} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/acrea-palm-tree_demo-1024x576.jpg\" alt=\"\" class=\"wp-image-920\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As one of the most popular living room and patio plants across the island, areca palm trees are decorative houseplants that act as natural humidifiers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to cooling off your home, areca palms can remove\nbenzene, formaldehyde and trichloroethylene from the air.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Aloe vera</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":922} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-aloe-vera_demo.jpg\" alt=\"\" class=\"wp-image-922\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Known affectionately as ‘sinkle bible’, having an aloe vera plant on hand will not only come in handy if you get any nasty itch, cuts or sunburns, but it is also effective at cooling the air temperature and&nbsp;removing formaldehyde from the air.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a study conducted by the Beijing University of Chemical Technology, potted plants, such as aloe vera could remove formaldehyde from the air in confined spaces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Potted ferns</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":919} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-ferns_demo-1024x614.jpg\" alt=\"\" class=\"wp-image-919\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Potted ferns are not only aesthetically pleasing but are popular for their minimalistic design. These plants have been proven to be quite skilled in ‘sprucing up’ the air quality in your home. Potted ferns are notoriously adept at absorbing harmful gases through pores on the surface of their leaves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Snake plants</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":921} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/snake-plant_demo.jpg\" alt=\"\" class=\"wp-image-921\" /><figcaption>Sansevieria trifasciata or Snake plant in pot at home</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Snake plants, also known as Mother-in-Law\'s Tongue, are another potted plant with exceptional air-purifying properties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a 1989 study published by scientists at NASA, low-light requiring houseplants such as mother-in-law’s tongue, “have demonstrated the potential for improving indoor air quality by removing trace organic pollutants from the air in energy-efficient buildings”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Golden pothos</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":918} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/golden-pothos_demo-1024x614.jpg\" alt=\"\" class=\"wp-image-918\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The golden pothos is another plant popular in Jamaica with great air-purification properties. Known locally as \'creeper\', the plant, which thrives in a system of vines, is perfect for those who aren’t exactly garden-savvy, as it’s extremely easy to take care of.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> A golden pothos requires little light and little care, and it will keep your air cool and purified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now that you’re armed to the bedrock with information, cool dung yuh yaad with your very own ‘green arsenal’ and get you purify on!</p>\n<!-- /wp:paragraph -->','BUZZ Hacks: 5 plants to keep your home cool this summer','','inherit','closed','closed','','913-revision-v1','','','2019-08-10 12:58:52','2019-08-10 17:58:52','',913,'https://buzz-caribbean.com/article/913-revision-v1/',0,'revision','',0),(2834,11,'2019-08-10 13:03:36','2019-08-10 18:03:36','<!-- wp:image {\"id\":2734} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_153001-1024x576.jpg\" alt=\"\" class=\"wp-image-2734\" /><figcaption>Revelers getting down during the street parade.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thousands of Barbadians and visitors from around the region and beyond shed their inhibitions and donned brightly coloured, bedazzled and elaborate costumes to ‘do ting’ for the recent Grand Kadooment street parade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The August 5 event closed the curtains on the two-month-long Crop Over Festival.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2737} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_152846-1024x576.jpg\" alt=\"\" class=\"wp-image-2737\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Spectators lined the streets to see bands such as Baje International, Blue Box Cart, Zulu International, Xhosa Barbados, Krave the Band, Ooutraje, Colorz, Fifth Element Mas, Betty West, Gwyneth Squires. But undoubtedly all eyes were on Aura Experience, who had none other than the Bajan bad gal Ri Ri on the road with them. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Clad in an eye-catching pink feathered custom David\nLaport dress, Rihanna partied with friends on the big music truck, but not\nbefore first mingling with the crowd and sharing a moment with Prime Minister\nMia Mottley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2738} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_145013-1024x576.jpg\" alt=\"\" class=\"wp-image-2738\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Caribbean celebs were also out in their numbers,\nwhether on the road or performing on a music truck - among them Alison Hinds,\nLil Rick, Mikey, Stiffy, Skinny Fabulous and Problem Child, to name a few.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was a soca lovers paradise as waistlines were tempted with tunes from every category of the genre – sweet, power and bashment from Barbados and other Caribbean countries. With the announcement that <strong>Sometime</strong> had won the \'Tune of the Crop\' title, popular artist Leadpipe solidified his position as having the runaway hit of the 2019 Crop Over season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2739,2741,2744,2745,2746,2747,2749,2750,2751,2752]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/featured-image-1024x576.jpg\" alt=\"\" data-id=\"2739\" data-link=\"https://buzz-caribbean.com/?attachment_id=2739\" class=\"wp-image-2739\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_132209-1024x576.jpg\" alt=\"\" data-id=\"2741\" data-link=\"https://buzz-caribbean.com/?attachment_id=2741\" class=\"wp-image-2741\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_144631-1024x576.jpg\" alt=\"\" data-id=\"2744\" data-link=\"https://buzz-caribbean.com/?attachment_id=2744\" class=\"wp-image-2744\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_130908-1024x576.jpg\" alt=\"\" data-id=\"2745\" data-link=\"https://buzz-caribbean.com/?attachment_id=2745\" class=\"wp-image-2745\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_154459-1024x576.jpg\" alt=\"\" data-id=\"2746\" data-link=\"https://buzz-caribbean.com/?attachment_id=2746\" class=\"wp-image-2746\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190805-WA0030-1024x768.jpg\" alt=\"\" data-id=\"2747\" data-link=\"https://buzz-caribbean.com/?attachment_id=2747\" class=\"wp-image-2747\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_154308-1024x576.jpg\" alt=\"\" data-id=\"2749\" data-link=\"https://buzz-caribbean.com/?attachment_id=2749\" class=\"wp-image-2749\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_145052-1024x576.jpg\" alt=\"\" data-id=\"2750\" data-link=\"https://buzz-caribbean.com/?attachment_id=2750\" class=\"wp-image-2750\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_144932-1024x576.jpg\" alt=\"\" data-id=\"2751\" data-link=\"https://buzz-caribbean.com/?attachment_id=2751\" class=\"wp-image-2751\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_153055-1024x576.jpg\" alt=\"\" data-id=\"2752\" data-link=\"https://buzz-caribbean.com/?attachment_id=2752\" class=\"wp-image-2752\" /></figure></li></ul>\n<!-- /wp:gallery -->','Barbados Crop Over: What a Kadooment!','','inherit','closed','closed','','2715-revision-v1','','','2019-08-10 13:03:36','2019-08-10 18:03:36','',2715,'https://buzz-caribbean.com/article/2715-revision-v1/',0,'revision','',0),(2835,11,'2019-08-10 13:06:44','2019-08-10 18:06:44','<!-- wp:image {\"id\":2683} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/henna-H-1-1024x836.jpg\" alt=\"\" class=\"wp-image-2683\" /><figcaption>The henna plant produces a natural red dye that is used to stain the skin.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For centuries people used henna for body art in the Middle East, Asia and parts of Africa. But in more recent years, these patterns have been gaining popularity in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Just ask Mark Samuels, the proprietor of a Kingston-based company called Henna Threads. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2685} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Henna-CCC.jpg\" alt=\"\" class=\"wp-image-2685\" /><figcaption>This male model sports body art that was done using both henna and jagua (darker stains).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“When I just started doing this nine years ago, nobody knew\nwhat it was,” he said. “And even though there is still a great number of persons\nwho don’t know what it is, it is not nearly like it used to be before - to the\npoint where when I hear Shenseea sing about henna in one of her songs, I was\nlike, ‘what?’. Obviously, you are not going to put something in your music if\npeople can’t relate to it or know about it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2688} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/henna-BB-853x1024.jpg\" alt=\"\" class=\"wp-image-2688\" /><figcaption>The thigh is a popular area for henna designs. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When Samuels began offering the service, he said that he was\nprobably the only person doing so. And while he might still be the only person providing\nthis type of body art as a full-time job, he said that there are other artists\nwho are offering the service on a part-time basis. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Henna is the application of a thick paste made from the ground leaves of the henna plant. It produces a natural red dye that is used to stain the skin.  Henna stains usually last for a week. In addition, Samuels offers a darker stain with jagua, which is another paste that is made from the extract of the fruit Genipa americana, also known as jagua. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2686,2687]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Henna-DDD.jpg\" alt=\"\" data-id=\"2686\" data-link=\"https://buzz-caribbean.com/?attachment_id=2686\" class=\"wp-image-2686\" /><figcaption>This model makes a statement in body art that was done using henna and jagua.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Henna-F-1024x833.jpg\" alt=\"\" data-id=\"2687\" data-link=\"https://buzz-caribbean.com/?attachment_id=2687\" class=\"wp-image-2687\" /><figcaption>Jagua designs are darker than those done with henna. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Samuels told BUZZ that the hands and feet are two areas on\nwhich people often want their body art to be done, with the thigh and back\nfollowing closely behind. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like the countries this type of body art began in, Jamaicans also get henna patterns for special occasions like dinner parties, birthdays, carnival and other celebratory events. And as expected, Samuels said that the high seasons for henna body art are summer, Christmas and the Easter period. </p>\n<!-- /wp:paragraph -->','Get a sexy henna design','','inherit','closed','closed','','2679-revision-v1','','','2019-08-10 13:06:44','2019-08-10 18:06:44','',2679,'https://buzz-caribbean.com/article/2679-revision-v1/',0,'revision','',0),(2837,11,'2019-08-10 13:18:35','2019-08-10 18:18:35','<!-- wp:image {\"id\":2784} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ishawana-new_pic-1024x731.jpg\" alt=\"\" class=\"wp-image-2784\" /><figcaption>Ishawna is being criticised for singing about her vagina. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Danchehall artiste Ishawna is known for being controversial,\nand she again ruffled some feathers following the August 7 release of her ‘Pot\nOf Gold’ music video.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “When they say all I sing about is my vagina! Thank God Koffee is here to save y’all!!!\"</p><cite>  —  Ishawna</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Two days after premiering the visuals to the raunchy song,\nIshawna sent tongues wagging with a caption that accompanied a man singing a\nlewd song.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“When they say all I sing about is my vagina! Thank God\nKoffee is here to save y’all!!! Just leave me alone mek mi be myself for crying\nout loud!!! Anyway...Pot Of Gold Video out now sis,” she posted. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2785} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ishawna-B-1019x1024.jpg\" alt=\"\" class=\"wp-image-2785\" /><figcaption>One of Ishawna\'s outfits for the \'Pot Of Gold\' music video was inspired by the Little Red Riding Hood.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It seems her caption was triggered by criticism she has been\nreceiving for the lyrics in her songs. While she is being lauded for the creativity\nshown in the ‘Pot Of Gold’ music video that mimicked a fairy tale, some persons\nbashed her for the content of the song. “Mi tired a them type a song ya now. Come\nwith something else. Everything about your underneath. Stop it girl and tell us\nabout yuh school life,” one person commented on YouTube. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Seemingly undaunted by her critics, Ishawna followed up a\nfew hours later with a screenshot of a newyorktimes.com article. “When singing\nabout your “Vagina” gets you featured in The NY Times,” was the accompanying\ncaption. </p>\n<!-- /wp:paragraph -->','\'Thank God Koffee is here\' - Ishawna wants to be left alone','','inherit','closed','closed','','2783-revision-v1','','','2019-08-10 13:18:35','2019-08-10 18:18:35','',2783,'https://buzz-caribbean.com/article/2783-revision-v1/',0,'revision','',0),(2838,11,'2019-08-10 13:23:20','2019-08-10 18:23:20','','Vicious German Shepherd','','inherit','closed','closed','','vicious-german-shepherd','','','2019-08-10 13:23:20','2019-08-10 18:23:20','',2492,'https://buzz-caribbean.com/app/uploads/2019/08/vicious-german-shepherd.jpg',0,'attachment','image/jpeg',0),(2839,11,'2019-08-10 13:23:28','2019-08-10 18:23:28','<!-- wp:image {\"id\":2493} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/french-montana.jpg\" alt=\"\" class=\"wp-image-2493\" /><figcaption>French Montana is now in legal troubles after his dog allegedly attacked a man.  <p> </p></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>French Montana has been sued over a \"vicious\" dog attack.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 34-year-old rapper is the subject of a new lawsuit after Daniel Banuelos, who installed a security camera system at French\'s Calabasas home, alleged that his German Shepherd Zane \"violently attacked and viciously\" bit him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Blast</strong> reports that the alleged incident occurred in August 2017, and Banuelos says French was aware of the aggressive nature of his canine companion.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Banuelos is seeking damages for the \"severe and permanent mental, emotional and psychological injuries\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In his lawsuit, he said that Zane was kept for \"guarding the premises\" and that French \"encouraged the dog\'s aggressive and vicious nature in order to make the dog a greater risk and threat to intruders.\"&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also alleges that the rapper failed to \"leash, tether, chain or muzzle\" the dog to prevent an attack.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Banuelos is seeking damages for the \"severe and permanent mental, emotional and psychological injuries,\" he allegedly incurred.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is also suing for time he claims he missed from work and permanent scarring he allegedly suffered during the attack.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is not the first time French has been sued over Zane.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year, the rapper landed in legal trouble after the dog allegedly \"went off\" for no reason in May 2017 and left French\'s pool cleaner Juan Lomeli with bloody puncture wounds in his arm.&nbsp;<br><br></p>\n<!-- /wp:paragraph -->','French Montana being sued over \'vicious\' dog attack','','inherit','closed','closed','','2492-revision-v1','','','2019-08-10 13:23:28','2019-08-10 18:23:28','',2492,'https://buzz-caribbean.com/article/2492-revision-v1/',0,'revision','',0),(2840,11,'2019-08-10 13:30:21','2019-08-10 18:30:21','<!-- wp:image {\"id\":2462} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pulse-Supermodel-Alicia-Burke-for-Ralph-Laurens-Iconic-campaign-935x1024.jpg\" alt=\"\" class=\"wp-image-2462\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br><br><br><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jamaican model Alicia Burke is now one of the top 50 highest earning models in the world according to models.com.<br><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2463} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pulse-Supermodel-Alicia-Burke-takes-a-call-ahead-of-a-luncheon-in-her-honour-in-the-lobby-of-Pulse-Rooms-at-Trafalgar-683x1024.jpg\" alt=\"\" class=\"wp-image-2463\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Coming out of Pulse Model Agency, founded and headed by Kingsley Cooper, Alicia Burke comes from Bullet Tree district in Old Harbour. She is a former student of Vere Technical High School.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Alicia was discovered by Pulse, participating in Caribbean Model Search (CMS) and went on to win Pulse\'s CMS Reality TV Show.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2465} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Alicia-Burke-Vogue-Cover-1024x496.jpg\" alt=\"\" class=\"wp-image-2465\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br><br>Beginning her career in 2016, she has now moved from models.com\'s \" Hot List\" to the \" High Earner List\". She is the first Jamaican model to make the top group of earners in the global modelling industry since the \" money girls\" ranking was instituted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2467} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pulse-Supermodel-Alicia-Burke-in-Ralph-Lauren-campaign-1024x691.jpg\" alt=\"\" class=\"wp-image-2467\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>Of Alicia, models.com said: \" Caribbean export Alicia Burke continues to mesmorise industry shot callers leading her poised prettiness to being tapped for Meisel-lensed Ralph Lauren campaigns.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Beauty clients from Bobbi Brown and Gucci to Nars and Tom Ford show her broad appeal. Laura Mercier for Fall 2018 adds another top beauty brand to Alicia\'s roster.\"<br><br><br></p>\n<!-- /wp:paragraph -->','Jamaica\'s Alicia Burke is one of the world\'s top earning models','','inherit','closed','closed','','2458-revision-v1','','','2019-08-10 13:30:21','2019-08-10 18:30:21','',2458,'https://buzz-caribbean.com/article/2458-revision-v1/',0,'revision','',0),(2841,14,'2019-08-10 13:40:10','2019-08-10 18:40:10','<!-- wp:image {\"id\":931} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/plants-in-home-demo-1024x683.jpeg\" alt=\"\" class=\"wp-image-931\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Do you feel that? #PlaceHotB!&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s the type of heat that can make you drowsy, and the summer\nis here to remind you that it’s in charge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Though the heavy-duty fans and air conditioning units offer\nvarying degrees of respite, many Jamaican homes have a much cheaper option to\ncool down:&nbsp;<strong>PLANTS</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The average Jamaican houses around one to four potted plants for aesthetic purposes. Did you know that recent studies have shown that adding&nbsp;certain plants can not only keep the air around your homes cool but also help flush out toxins?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":942} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-plant-around-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-942\" /><figcaption>Acrea palm (centre) and golden pothos (right) among plants used in our Buzz offices! (Photo: Gavin Riley)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Plants have been proven to keep your house cool because they lose water during transpiration, which freshens the air around the plants, leaving it purified and crisp. If you’re looking for a natural, inexpensive way to keep your\nhouse cool, consider getting some&nbsp;of these plants, which can help keep temperatures\ndown:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Acrea palm tree</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":920} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/acrea-palm-tree_demo-1024x576.jpg\" alt=\"\" class=\"wp-image-920\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As one of the most popular living room and patio plants across the island, areca palm trees are decorative houseplants that act as natural humidifiers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to cooling off your home, areca palms can remove\nbenzene, formaldehyde and trichloroethylene from the air.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Aloe vera</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":922} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-aloe-vera_demo.jpg\" alt=\"\" class=\"wp-image-922\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Known affectionately as ‘sinkle bible’, having an aloe vera plant on hand will not only come in handy if you get any nasty itch, cuts or sunburns, but it is also effective at cooling the air temperature and&nbsp;removing formaldehyde from the air.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a study conducted by the Beijing University of Chemical Technology, potted plants, such as aloe vera could remove formaldehyde from the air in confined spaces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Potted ferns</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":919} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-ferns_demo-1024x614.jpg\" alt=\"\" class=\"wp-image-919\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Potted ferns are not only aesthetically pleasing but are popular for their minimalistic design. These plants have been proven to be quite skilled in ‘sprucing up’ the air quality in your home. Potted ferns are notoriously adept at absorbing harmful gases through pores on the surface of their leaves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Snake plants</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":921} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/snake-plant_demo.jpg\" alt=\"\" class=\"wp-image-921\" /><figcaption>Sansevieria trifasciata or Snake plant in pot at home</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Snake plants, also known as Mother-in-Law\'s Tongue, are another potted plant with exceptional air-purifying properties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a 1989 study published by scientists at NASA, low-light requiring houseplants such as mother-in-law’s tongue, “have demonstrated the potential for improving indoor air quality by removing trace organic pollutants from the air in energy-efficient buildings”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Golden pothos</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":918} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/golden-pothos_demo-1024x614.jpg\" alt=\"\" class=\"wp-image-918\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The golden pothos is another plant popular in Jamaica with great air-purification properties. Known locally as \'creeper\', the plant, which thrives in a system of vines, is perfect for those who aren’t exactly garden-savvy, as it’s extremely easy to take care of.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> A golden pothos requires little light and little care, and it will keep your air cool and purified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now that you’re armed to the bedrock with information, \'cool dung yuh yaad\' with your very own ‘green arsenal’ and get you purify on!</p>\n<!-- /wp:paragraph -->','BUZZ Hacks: 5 plants to keep your home cool this summer','','inherit','closed','closed','','913-revision-v1','','','2019-08-10 13:40:10','2019-08-10 18:40:10','',913,'https://buzz-caribbean.com/article/913-revision-v1/',0,'revision','',0),(2842,14,'2019-08-10 13:40:40','2019-08-10 18:40:40','<!-- wp:image {\"id\":946} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/machine-learning-demo.jpeg\" alt=\"\" class=\"wp-image-946\" /><figcaption>Artist\'s impression of artificial intelligence (Photo contributed, HackerNoon.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Armed with just the language of thousands of research papers, machine learning (ML) has been credited with discoveries never made by human scientists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The discoveries were&nbsp;<a href=\"https://www.nature.com/articles/s41586-019-1335-8.epdf?referrer_access_token=xnIXloemAjCocfXIt9dQ49RgN0jAjWel9jnR3ZoTv0P9QxlcO86f_GXZRxwYijrqa11Mx55SgniZXv55YKOR_sn816NK2x0O46Vim16XrS-SjyP9GMXeDQinUN75ES6enlxK__J5UabR6JdgR19bZSVLL5ZsK8146qMcipEbItW65C8aSk29Q_BfrKz4Gb5-kjz3m7dIaoRxs3e1I6qW4022QZ6aZMaOPxlATK7OOqj8lrhj-yufvROMPdStMZjAEK-efja6SfW5n-6xhZuV33BrlHdxmu8yxCQg-Mpomv4_WY2o4OqyFsbpNr_j-R-9&amp;tracking_referrer=www.vice.com\" target=\"_blank\" rel=\"noreferrer noopener\">publicised on July 3</a>,\nafter researchers from the Lawrence Berkeley National Laboratory in California\nused an algorithm,&nbsp;<em>Word2Vec</em>, to sift through scientific papers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The researchers were hoping the ML would make connections humans had missed – and it found them!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the study, the algorithm processed&nbsp;a vocabulary of about\n500,000 words related to material science&nbsp;– spitting out predictions for\npossible thermoelectric materials, which convert heat to energy and are used in\nmany heating and cooling applications.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The most impressive part of the study was the algorithm didn’t\nknow the definition of ‘thermoelectric’ and received no training in materials\nscience.&nbsp;<strong><em>Mind. Blown.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Using only word associations, the algorithm was able to provide\ncandidates for future thermoelectric materials, some of which may be better\nthan those humankind currently uses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s a very promising prospect for the future of heating and\ncooling systems as the algorithm was able to understand complex concepts such\nas the periodic table and the chemical structure of molecules.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the study, published in Nature, in some cases,\nwords were linked to thermoelectric concepts but had never been written about\nas ‘thermoelectric’ in any abstract they surveyed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>How cool is that!</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Okay, so not quite Skynet, but the discoveries made by the algorithm were significant, as this gap in knowledge is hard to catch with a human eye, but easy for an ML to spot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here\'s to the future <strong>BUZZhive</strong>! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What do you think of these latest developments? Leave your thoughts in the comments below!</p>\n<!-- /wp:paragraph -->','Machine makes discoveries missed by scientists','','inherit','closed','closed','','909-revision-v1','','','2019-08-10 13:40:40','2019-08-10 18:40:40','',909,'https://buzz-caribbean.com/article/909-revision-v1/',0,'revision','',0),(2843,11,'2019-08-10 13:41:25','2019-08-10 18:41:25','<!-- wp:paragraph -->\n<p>Boxing legend Floyd \'Money\' Mayweather seems to have a taste for the finer things.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He has bought US million-dollar cars, jewellery and a wide assortment of items that cost more than most people will make in a lifetime.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1940} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/66419864_133095604605123_1845335081541409373_n.jpg\" alt=\"\" class=\"wp-image-1940\" /><figcaption>Mayweather posted on Instagram a photo of himself rocking the Richard Mille 59-01 Tourbillion Yohan Blake timepiece.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of his loves seems to be for wristwatches. Mayweather was spotted recently rocking a Yohan Blake timepiece from watchmaker Richard Mille. The watch dubbed, the Richard Mille 59-01 Tourbillion Yohan Blake is said to retail at a cost of US $690,000. The watch is said to be a limited edition with about 50 pieces created.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The watch is similar to the one Blake was seen wearing during the 100m finals of the 2012 Olympic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1941} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/blake-watch-1024x792.jpg\" alt=\"\" class=\"wp-image-1941\" /><figcaption> The Richard Mille 59-01 Tourbillion Yohan Blake timepiece retails for close to  US$700,000</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mayweather took to Instagram to show off his timepiece and highlighted the price of the watch in the post.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year, the retired boxer shelled out US$18 million on a diamond-encrusted watch by Jacob and Co. The piece was dubbed the Billionaire\'s Watch.</p>\n<!-- /wp:paragraph -->','Floyd Mayweather sports a Yohan Blake watch','','inherit','closed','closed','','1934-revision-v1','','','2019-08-10 13:41:25','2019-08-10 18:41:25','',1934,'https://buzz-caribbean.com/article/1934-revision-v1/',0,'revision','',0),(2844,14,'2019-08-10 13:41:35','2019-08-10 18:41:35','<!-- wp:paragraph -->\n<p>In the year 1920, the League of Nations officially recognised sovereignty for 86 countries across the world. Nearly 100 years later, and that number has swelled to 195 internationally recognised states.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Over the course of the last century, several groups and factions have revolted against their respective governments to declare a region “independent” and just like their ancestors before them, territorial disputes rage on across the globe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Countries below, highlighted in red, are currently caught up in territorial dispute</em>s</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":779} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/territorial-disputes-all-countries-1024x563.jpg\" alt=\"\" class=\"wp-image-779\" /><figcaption>A global map of all countries, including Jamaica, (in red) currently involved in territorial disputes (Photo contributed, Brilliant Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You may have seen the new name of a country pop up on your atlas\nor Google search and wondered to yourself, “When did that happen?”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The United Nations (UN) recognises 195 sovereign countries, 193 of which are members, and two – the Holy See and the State of Palestine – being simply observer states.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But depending on whom you ask, by some definitions, there\nare 197 countries in the world – a number drawn when Taiwan and Kosovo are\nincluded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> presents eight countries you probably didn’t know existed*:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Abkhazia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":769} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/abkhazia-flag-1024x576.jpg\" alt=\"\" class=\"wp-image-769\" /><figcaption>Flag of Abkhazia (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>1.&nbsp;&nbsp;&nbsp; Abkhazia is a de facto and partially recognised republic on the eastern coast of the Black Sea, south of the Greater Caucasus mountains, in what is widely recognised as part of northwestern Georgia. The country, at 8,660 square kilometres, is nearly 80% of Jamaica’s size in comparison.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":771} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/abkhazia-on-world-map-1024x606.png\" alt=\"\" class=\"wp-image-771\" /><figcaption>The disputed areas of Abkhazia (left) and South Ossetia (centre) highlighted in lavender and orange stripes respectively (Photo contributed, Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The unitary, semi-presidential republic – a sore point in Georgia-Russia relations after the dissolution of the Soviet Union – is contentiously recognised as a state by Russia, Venezuela, Nicaragua, Nauru, and Syria. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":774} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/krubera-cave-abkhazia-demo.jpg\" alt=\"\" class=\"wp-image-774\" /><figcaption>The Krubera Caves in Gagra, Abkhazia are the deepest in the world and a popular tourist attraction. (Photo contributed, Fodors.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While Georgia lacks control over Abkhazia, the Georgian\ngovernment and most United Nations member states consider Abkhazia legally part\nof Georgia as of 2008, with Georgian constitution designating the area as the\nAutonomous Republic of Abkhazia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Kosovo</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":775} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/kosovo-flag-1024x683.png\" alt=\"\" class=\"wp-image-775\" /><figcaption>Kosovo flag (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>2.&nbsp;&nbsp; &nbsp;Kosovo is another European ‘country’, which\ndeclared its independence from Serbia in 2008. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Roughly the size of Jamaica at 10,908 square kilometers,\nKosovo is landlocked and located in the center of the Balkan Peninsula in\nsoutheast Europe. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":777} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/kosovo-map-1024x576.jpg\" alt=\"\" class=\"wp-image-777\" /><figcaption>Map of Kosovo and the other Balkan states (Photo contributed, Frontiers of Freedom)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It has since gained diplomatic recognition as a sovereign\nstate by 102 United Nations member states. Serbia, the country contesting\nKosovo’s sovereignty has accepted its institutions and elected officials but\ncontinues to claim it as the Autonomous Province of Kosovo and Metohija.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":784} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/prishtina-city-center.jpg\" alt=\"\" class=\"wp-image-784\" /><figcaption>Prishtina, the capital of Kosovo in its glory (Photo contributed, AdventurousTours.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Transnistria</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":786} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/transnistria-flag-1024x512.png\" alt=\"\" class=\"wp-image-786\" /><figcaption>Flag of Transnistria (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>3.&nbsp;&nbsp;&nbsp; Clocking in at\nabout 40 percent of Jamaica’s total area, Transnistria is a primarily\nunrecognised state that split from Moldova after the collapse of the Soviet\nUnion.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":790} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/transnistria-map.jpg\" alt=\"\" class=\"wp-image-790\" /><figcaption>Map of Transnistria and now resolved disputed territory Gagauzia (Photo contributed, Euromaidan Press)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The territory mostly sits on a narrow strip of land between\nthe river Dniester and Ukraine – being only recognised only by Abkhazia,\nArtsakh, and South Ossetia. The region is considered by the UN and its member\nstates to be part of Moldova.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":791} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bender-fortress-transnistria-1024x615.jpg\" alt=\"\" class=\"wp-image-791\" /><figcaption>The Tighina Fortress in Bender, Transnistria\'s second-largest city (Photo contributed, Connor Clyne, TsarExperience.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Somaliland</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":792} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/somaliland-flag-1024x512.png\" alt=\"\" class=\"wp-image-792\" /><figcaption>Flag of Somaliland (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>4.&nbsp;&nbsp;&nbsp; The republic of Somaliland is a self-declared state located in what is internationally recognised as northwest Somalia. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Its officials claimed the territory as an independent country in 1991 and the state reportedly spans parts of the borders with Ethiopia, Djibouti and Somalia to the east. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":796} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/somaliland-map-1024x576.jpg\" alt=\"\" class=\"wp-image-796\" /><figcaption>Map showing Somaliland and its neighbours (Photo contributed, The New Arab)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With an area of 176,120 square kilometres, Somaliland\'s\nself-proclaimed independence remains unrecognised by any country or\ninternational organisation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":797} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/laas-geel-rock-cave-paintings.jpg\" alt=\"\" class=\"wp-image-797\" /><figcaption>The world-famous Laas Geel caves and its intricate rock paintings are a must-see for tourists (Photo contributed, Theodore Hoffsten, Wikipedia Commons)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Artsakh</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":798} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/artsakh-1024x512.png\" alt=\"\" class=\"wp-image-798\" /><figcaption>Flag of Artsahk (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>5.&nbsp;&nbsp;&nbsp; Just larger than\nJamaica, Artsakh is a breakaway state in the South Caucasus that is\ninternationally recognized as part of Azerbaijan. The area has been under a\nperpetual ceasefire since 1994 and was a hotly contested territory from the\nearly 1920s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":799} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/artsakh-sights-1024x682.jpg\" alt=\"\" class=\"wp-image-799\" /><figcaption>The national pride of Artsakh, a grandiose pair of statues called \'We are Mountains\'. Known as Tatik Papik by locals, these structures are a tourist magnet. (Photo contributed, Pinterest)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Republic of Artsakh is neither a member nor observer of the UN or any of its specialized agencies – and is only recognised as a state by fellow disputed territories Transnistria, Abkhazia and South Ossetia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":800} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/artsakh-waterfall-1024x681.jpg\" alt=\"\" class=\"wp-image-800\" /><figcaption>The famed \'Umbrella\' or Zontik waterfall in Muxtar, Artsakh (Photo contributed, Pinterest)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>South Ossetia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>6. Georgia makes claim to another disputed territory on our list after South Ossetia declared itself independent in 1990.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":822} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/south-ossetia-flag-1024x512.png\" alt=\"\" class=\"wp-image-822\" /><figcaption>Flag of South Ossetia (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Also called the state of Alania, South Ossetia is a disputed\nterritory in the South Caucasus, in what is internationally recognised as\nnorthern Georgian territory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":823} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/south-ossetia-mountain-lake.jpg\" alt=\"\" class=\"wp-image-823\" /><figcaption>The beautiful mountain lake of Kelistba.   Fed by the Xanthi river, Lake Kelistba is 2925 meters high on a plateau in the Caucasus mountains. (Photo contributed, TravelTourismBlog.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At 35 percent the size of Jamaica, South Ossetia is only\nrecoginsed as fully independent and autonomous by Russia, Nauru, Venezuela and\nNicaragua.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":824} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/south-ossetia-ksani-fortress.jpg\" alt=\"\" class=\"wp-image-824\" /><figcaption>The perfectly preserved Ksani fortress in South Ossetia, one of the country\'s many historical monuments. (Photo contributed, TravelTourismBlog.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Luhansk People\'s Republic (LPR)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":826} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/lugansk-people-republic-flag-1024x683.png\" alt=\"\" class=\"wp-image-826\" /><figcaption>Flag of the  Luhansk People\'s Republic (LPR), (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>7.&nbsp;&nbsp;&nbsp; The Luhansk People\'s Republic (LPR) is a landlocked quasi-state in what is internationally recognised as part of eastern Ukraine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The LPR declared its independence in the aftermath of the 2014 revolution that swept Ukraine and is the stage of an armed conflict that rages on as at April 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":827} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/lugansk-people-republic-map.jpg\" alt=\"\" class=\"wp-image-827\" /><figcaption>Map of Ukraine highlighting its territorial disputes with Russia (Photo contributed, Nationalia.info) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>No country or member state of the UN has recoginsed the\nLPR’s sovereignty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Sahrawi Republic </h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":829} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/sahrawi-republic-flag-1024x512.png\" alt=\"\" class=\"wp-image-829\" /><figcaption>Flag of the Sahrawi Arab Democratic Republic (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>8.&nbsp;&nbsp;&nbsp; The Sahrawi Republic, the 83rd largest country in the world, is a partially recognised state that claims the non-self-governing territory of Western Sahara. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interestingly enough, the Sahrawi Republic controls only the\neasternmost one-fifth of that territory, along the border with Mauritania. The\nSahrawi Republic was proclaimed independent in 1976, but its government\ncontrols about 20–25% of the territory it claims.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":830} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/western-sahara-conflict-map-1024x768.jpg\" alt=\"\" class=\"wp-image-830\" /><figcaption>Map of Western Sahara, showing areas of Morrocan control (in blue) and the territory being controlled by the Sahrawi Republic (in green) (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Sahrawi Republic maintains close diplomatic relations with 40 UN states and is a full member of the African Union (AU). The majority of the disputed lands of Western Sahara are governed in full or partly by Morocco in what is described as a ‘buffer zone’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":835} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/polisario-morocco-palace.jpg\" alt=\"\" class=\"wp-image-835\" /><figcaption>The Polisario Morrocan Palace in Western Sahara, the territory being disputed by the Sahrawi Republic (Photo contributed, AllThatsInteresting.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>*(The term “existed” is used in this article in reference to countries that are not popularly known. We also acknowledge that these areas are heavily disputed, and not recognized by the international community, outside of supporting countries/territories.)</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you didn\'t know, all these countries are visa-free destinations for Jamaicans (but be careful)! For a list of all countries where this is possible, read our <a href=\"https://buzz-caribbean.com/?p=321\">BUZZ feature here</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Which \'new\' country surprised you the most? Let us know in the comments!</p>\n<!-- /wp:paragraph -->','Eight places in the world you never knew existed','','inherit','closed','closed','','762-revision-v1','','','2019-08-10 13:41:35','2019-08-10 18:41:35','',762,'https://buzz-caribbean.com/article/762-revision-v1/',0,'revision','',0),(2845,11,'2019-08-10 13:43:00','2019-08-10 18:43:00','<!-- wp:image {\"id\":1871} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bootlegrocstar-A-1024x846.jpg\" alt=\"\" class=\"wp-image-1871\" /><figcaption>Bootlegrocstar is on a mission to become the next big thing in fashion. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican creative Neko ‘Bootlegrocstar’ Kelly, 25, is a stylist, who has been navigating the fashion realm for more than five years. He is on a mission to become the next big thing globally and has been working tirelessly to achieve this dream.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Being able to live my dream of being a fashion stylist will always and forever be my biggest accomplishment.\" </p><cite>-  Bootlegrocstar </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“The goal\nis to style so many fashion magazine covers that I lose count. I want to send celebrities\non the Grammy and Oscars red carpets in the most eye-catching couture and\npieces, which will ultimately cement myself and work in popular culture,” Kelly\nsaid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1872} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/002-1024x682.jpeg\" alt=\"\" class=\"wp-image-1872\" /><figcaption>Bootlegrocstar adjusts Shanzi\'s outfit during a photoshoot. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kelly told<strong> BUZZ</strong> that he grew up in a fashionable family, so it was no surprise that he started his fashion journey in high school where he would style his neighbour and a close friend whenever they are attending events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My brand is unique and authentic because my brand is me. It’s a genuine unfiltered reflection of who I am.\"  </p><cite>- Bootlegrocstar </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>After leaving\nhigh school, he was a stylist assistant for a year, before branching off to\nbuild his brand, ‘Bootlegrocstar’. Already, he has styled international and\nlocal celebrities like Keke Palmer, Rita Ora, Masicka, Nadine Sutherland,\nKonshens and Tanya Stephens. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Being\nable to live my dream of being a fashion stylist will always and forever be my\nbiggest accomplishment. I never wanted anything as bad and as hard. It’s\nliterally a dream come true,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/004-1024x684.jpeg\" alt=\"\" class=\"wp-image-1873\" /><figcaption>Bootlegrocstar (left) \'irie\' collection was launched on August 1.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Known for dropping unexpected bombs on social media, Kelly is also the owner of a fashion line – Bootleg Rocstar Merch, through which he encourages subscribers to be bold, daring and shameless. On August 1, he launched a new collection that drew inspiration from the irie Jamaican culture. The collection has swimwear, hoodies, crop tops, bucket hats, T-shirts, shorts and socks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My brand\nis unique and authentic because my brand is me. It’s a genuine unfiltered\nreflection of who I am. It’s insanely creative, unapologetic, open-minded and\nfabulous. That’s who I am at my core. That’s my brand,” he said. </p>\n<!-- /wp:paragraph -->','Bootlegrocstar has big fashion dreams','','inherit','closed','closed','','1869-revision-v1','','','2019-08-10 13:43:00','2019-08-10 18:43:00','',1869,'https://buzz-caribbean.com/article/1869-revision-v1/',0,'revision','',0),(2846,14,'2019-08-10 13:43:05','2019-08-10 18:43:05','<!-- wp:image {\"id\":646} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jaevion-nelson-jflag-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-646\" /><figcaption>(Jaevion Nelson, Executive Director of the Jamaica Forum for Lesbians, All-Sexuals and Gays [J-FLAG] Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The need for safe, open spaces to meet and interact without fear of violence or discrimination still rank high for members of the local Lesbian, Gay, Bisexual, and Transgender (LGBT) community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The issue came to the fore as Jamaica observed its fifth\nannual Pride celebrations earlier this month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Executive Director for the Jamaica Forum for Lesbians, All-Sexuals, and Gays (J-FLAG) Jaevion Nelson, safe, open spaces are important as many LGBT Jamaicans do not have that basic privilege – marred by discrimination, violence, and rejection in most instances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nelson, in an interview with <strong><em>BUZZ</em></strong>, noted with concern that only during the annual Pride celebrations does the community get a chance to breathe, far away from the widespread homophobia that permeates Jamaican society.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The LGBT community has always looked forward to Pride activities\nand I think [Pride has] really played an important part in how people\nunderstand themselves and the kind of spaces they get to celebrate, find\ncommunity and friends,” Nelson explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A number of people don’t have access to such spaces on a\nroutine basis,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the meantime, as J-FLAG resumes the rebuilding effort, Nelson\nmaintained that despite the challenges, it knows the needs of the LGBT\ncommunity are great and so, even without a headquarters just now, the\norganization has moved full-steam ahead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve continued the work we’ve been doing with a wide range of stakeholders to ensure that we improve the human rights situation in Jamaica for people who are LGBT; and to ensure that they can have access to services and the support they need to address different challenges they may be facing,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The transition has not been entirely smooth, Nelson posited,\nas the lack of a physical space in which to coordinate, plan and execute key\nfunctions have been affected by the destruction of the Rainbow House in December\n2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, as best as humanly possible, J-FLAG is assuring the LGBT community that it remains unmoved in its efforts to have their needs addressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve continued the work we’ve been doing with a wide range of stakeholders to ensure that we improve the human rights situation in Jamaica for people who are LGBT and to ensure that they can have access to services and the support they need to address different challenges they may be facing,” Nelson told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','LGBT community pushing for safe spaces','','inherit','closed','closed','','644-revision-v1','','','2019-08-10 13:43:05','2019-08-10 18:43:05','',644,'https://buzz-caribbean.com/article/644-revision-v1/',0,'revision','',0),(2847,14,'2019-08-10 13:44:03','2019-08-10 18:44:03','<!-- wp:paragraph -->\n<p>Tourists, artists, enthusiasts, and the general public descended en masse in sections of downtown Kingston on Sunday, June 30, as parts of the shopping district, usually sluggish at that time of day, were teeming with life for Kingston Creative’s Artwalk.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Boasting many seasoned veterans and younger talent, as well as exhibitions in food, wines, fine arts, ceramics, and photography – Sunday’s artwalk catered to the imaginative palette of scores of patrons who turned out to the monthly audio-visual spectacle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\nwas a packed schedule, kicking off as early as 6:00 am, with cyclists gathering\nat Fleet Street for the ‘Ride Across Kingston’ event; followed by a refreshing\n‘Community Yoga’ session along the scenic waterfront.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Art\nlovers were later treated to visual stimulation by ‘The Trio’, which presented\na riveting photography exhibition along Water Lane. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While the eyes were engaged, so too were the ears, as the University of the West Indies’ (UWI) Panoridim Steel Band serenaded the crowds with creative and entertaining renditions of popular soca, dancehall, and afrobeat songs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following\nthe artwalk along Water Lane, towards the National Gallery on Orange Street,\nthe Alpha Boys’ Band feted patrons to a nostalgic afternoon trip down memory\nlane – with Reggae hits across generations, followed by a hotly contested\nposter auction from finalists in the International Reggae Day design\ncompetition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Executive\nDirector of the Kingston Creative Andrea Dempster-Chung told Buzz that the\nartwalk, while still in its infancy, goes a long way in restoring pride in\ndowntown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Kingston\nCreative is a movement; it’s a group of people who believe our capital city\nshould not look like this. We want to create an art district in downtown\n[Kingston] – our very own, Jamaican-owned Wynwood,” she explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We\nstand on the shoulders of those who have been advocating for creativity and\nwaving this flag for a long time but sometimes, it’s not time yet, but we feel\nthe time is really now,” Dempster-Chung added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dempster-Chung,\na co-founder of the artistic renaissance that is Kingston Creative, further\nargued that the global creative industry, worth a staggering US$2.25 trillion,\nis very lucrative and with it, endless possibilities are on the horizon for\ntalented Jamaican artists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dempster-Chung\ntold Buzz she hopes corporate Jamaica gives more attention to the untapped\nopportunities now available through partnership with the local creative\nindustry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s a national conversation and so we really need corporates to come on board. This is about transforming our country. The creative industry is one of the fastest-growing sectors, and it’s what we’re best at,” she asserted, adding, “See what is happening on the harbour: there’s a whole lot of developments going on. We need to make sure that creatives are at the heart of it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“What Kingston Creative is about is making that a reality. You should step into downtown and feel that we are a creative capital and the creatives should be prosperous,” Dempster-Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kingston Creative’s artwalk, held on the last Sunday of each month, has stood as a primary staple in the creative calendar for the last three years.</p>\n<!-- /wp:paragraph -->','Kingston Creative artwalk excites yet again','','inherit','closed','closed','','420-revision-v1','','','2019-08-10 13:44:03','2019-08-10 18:44:03','',420,'https://buzz-caribbean.com/article/420-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (2848,14,'2019-08-10 13:45:08','2019-08-10 18:45:08','<!-- wp:paragraph -->\n<p>Since its establishment in the 17th century, Kingston and its citizens have for many years interred the dead in cemeteries across the city.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cemeteries, from\nthe viewpoint of many, are morbid reminders of death and sadness – the final\nstop in paying respects with one’s hope to never set foot in another.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, <strong>BUZZ</strong> is of the unpopular opinion that there is no greater teacher of past experiences than a cemetery. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Luckily for us (and you), sections of Kingston are still perfectly preserved in time, as the dead refuses none who wish to learn.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With over 150 years as the capital of Jamaica, Kingston has seen its fair share of tragedies and disasters; the deaths arising from these, range in the thousands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The welcoming silence of a cemetery makes the skin of some crawl with fear and uncertainty – fuelled by decades of ‘duppy stories’ – Kingston\'s cemeteries hold some of the world\'s most interesting histories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Arguably holding the distinction of being the oldest in the island, and the oldest of its kind in the Western Hemisphere, the Old Jewish cemetery can be found at 1 Hunt’s Bay Road in St. Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the latter part of the 17th century, when Port Royal was a bustling metropolis and the commercial hub of the British Caribbean, the thriving  Jewish community dedicated a cemetery for the final rites and rituals of its people to be performed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many of those tombs are still preserved at the Old Jewish Cemetery, bearing inscriptions in three languages: &nbsp;Portuguese, Hebrew, and English.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many of the remaining Jewish tombstones either bear ornately chiselled rose and hourglasses, trees being cut down by a hand bearing an axe, or a skull and crossbones. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After the devastating Port Royal earthquake of 1692, Jewish burials continued for a few more years into the 18th century, with the last tomb belonging to Moses Ferro – bearing the date 1771. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The second oldest\ncemetery within Kingston can be found on the grounds of the St. Andrew Parish\nChurch, built in 1664. With over 7,000 burials on the 8 ¼ acres, this cemetery\nis the largest private facility of its kind on the island in continual\nuse.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interred there are\nthe remains of historic figures including Archbishop Enos Nuttall, the first\nArchbishop of the West Indies after whom the Nuttall Hospital in Kingston is\nnamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It stands to this\nday as a popular internment plot for Kingston’s affluent – and is a prized\nfocal point of interest for genealogists, historians, researchers and archaeologists\nwho seek insight into personalities of the past, customs and culture over the\nlast 350 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kingston’s most famous (or infamous in equally as many eyes) cemetery, the May Pen Cemetery, can easily be seen from the busy Spanish Town Road thoroughfare that cuts adjacent to the massive property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As one of the oldest public cemeteries in the Caribbean, the May Pen Cemetery is one of the only burial sites where persons of all nationalities, races, religions and faiths are interred.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Established on 200 acres of the derelict Littleworth Race Course in 1851, burials began some years afterwards according to ‘Law 21’ of 1874. By then, May Pen Cemetery was the most popular burial site of its kind in the Caribbean – with partitions and special plots called ‘grounds’ reserved for several Christian denominations, Jews, Muslims and others from across Europe (English, Spanish, French, Irish, German and Portuguese) who called Jamaica home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Importantly, a section was deemed the \'Pauper Ground\', for the burial of the poor and indigent. There was even a section for victims of cholera, which affected Jamaica periodically back then, with the largest outbreak occurring in the early 1850s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the advent of\nKingston’s well-to-do elites leaving the downtown district for the cool hills\nof St. Andrew, the May Pen Cemetery was frowned upon and largely reduced to a\npauper’s plot. So much so was this stigma that by 1905, nearly 76% of all\npersons buried there were classified as ‘poor and indigent’.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There have been recent attempts to resurrect May Pen Cemetery to its former glory, as records show many influential Jamaicans including pioneering musician and trombonist Don Drummond (<strong>BUZZ</strong> has learned his remains were moved recently) being buried there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other side\nof Kingston, Calvary Cemetery, sprawled along Slipe Pen and Lyndhurst roads\ncame into existence in the late 1800s. Some records obtained show one of the\nfirst burials, Rose Escoffery, taking place in the 1880s. Burials at the quiet\nand scenic Calvary Cemetery are still common today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Briggs\' Park, the\nonly military cemetery on the island, has been a part of the Jamaica Defence\nForce\'s (JDF) Up Park Pen (now Up Park Camp) estate since 1900. The JDF also\nhouses a special cemetery at its Newcastle Training Depot since the late 1800s\nfor soldiers and recruits alike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Chinese\nCemetery along Waltham Park Road in Kingston is the largest single burial\nground of its kind in the English-speaking Caribbean for Chinese nationals and\ntheir descendants.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With burials\nstarting in 1912, to date, over 3,600 persons have been interred at the\n11.5-acre property – managed and maintained by the Chinese Benevolent\nAssociation (CBA).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like many other\ncemeteries in the city, the Chinese Cemetery has endured periods of upkeep and\ndisrepair over the 100+ years it has existed – coming into being after the\ngreat 1907 earthquake that levelled much of Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Officially designated a botanical garden, National Heroes Park is the last stop in Kingston on our <strong>BUZZ</strong> cemetery tour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the largest open space on the island, the park’s 50 acres also serves as the final resting place for several notable Jamaican figures, including founding fathers Norman Manley and Alexander Bustamante; freedom fighters Marcus Garvey, Paul Bogle, Sam Sharpe, and George William Gordon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Established in 1783, the park, originally a race track called Kingston Race Course – renamed to what stands after Jamaica’s independence in 1962 – is also the last resting place of other past Prime Ministers, athletes, entertainers, poets, sculptors and painters, and even mass fire victims.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the exception of Briggs’ Park and the St. Andrew Parish Church, all the above-mentioned cemeteries are open to the public and available for tours.</p>\n<!-- /wp:paragraph -->','Cemeteries: A silent journey through Kingston\'s past','','inherit','closed','closed','','500-revision-v1','','','2019-08-10 13:45:08','2019-08-10 18:45:08','',500,'https://buzz-caribbean.com/article/500-revision-v1/',0,'revision','',0),(2849,11,'2019-08-10 13:45:14','2019-08-10 18:45:14','<!-- wp:image {\"id\":1818} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnl-blanka-buzz-2-1024x384.jpg\" alt=\"\" class=\"wp-image-1818\" /><figcaption>Ademo (right) and N.O.S (far left) from the French rap duo PNL in Jamaica recently (Photo contributed, YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>PNL, France\'s hottest rap duo, and Jamaican director Dennis Brown collaborated to produce the exhilarating visuals for the <strong><em>Blanka</em></strong> music video.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1819} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnl-blanka-screengrab-buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-1819\" /><figcaption>N.O.S gets some love from the camera as the other half of PNL looks on in the recently released BLANKA music video (Photo contributed, YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The video, released on August 2, highlights the dreamy, sensual elements of marijuana culture in Jamaica, and was shot over 7 days, across 9 parishes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an exclusive interview with <strong><em>BUZZ</em></strong>, Brown said, “Unlike the norm of shooting in daylight to capture the island’s beauty, this video was strategically shot in the night to capture surreal-looking images never before seen in the light.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1820} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnl-blanka-buzz-1024x529.jpg\" alt=\"\" class=\"wp-image-1820\" /><figcaption>Video producer Dennis Brown showcases the best of Jamaica and local marijuana culture through the eyes of French rap upstarts, PNL (Photo contributed, YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Eight hours after its release the video traffic for <strong><em>Blanka</em></strong> broke the Youtube counter at four million views, which is still climbing by the hour. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See the full video and the amazing visuals right here in Jamaica for PNL’s latest single <strong><em>Blanka</em></strong> below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=u8bHjdljyLw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=u8bHjdljyLw\n</div></figure>\n<!-- /wp:embed -->','Jamaican producer breaks YouTube counter with PNL’s viral rap video','','inherit','closed','closed','','1817-revision-v1','','','2019-08-10 13:45:14','2019-08-10 18:45:14','',1817,'https://buzz-caribbean.com/article/1817-revision-v1/',0,'revision','',0),(2850,14,'2019-08-10 13:48:27','2019-08-10 18:48:27','<!-- wp:image {\"id\":477} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrea-dempster-chung-kingston-creative.jpg\" alt=\"\" class=\"wp-image-477\" /><figcaption>Co-Founder of the Kingston Creative movement Andrea Dempster-Chung (right) addressing the media at the ever-growing artwalk on Sunday, June 30 (Photo, <em>HautePeople.net</em>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After years of asking, art lovers and culture enthusiasts in Kingston will finally have something to celebrate come 2020, as an inaugural festival is set to put the downtown business and shopping districts on a dazzling showcase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is according to Executive Director of the Kingston Creative Andrea Dempster-Chung, who in an interview with <strong>BUZZ</strong> on Sunday, June 30, gave us the scoop on what’s to come.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dempster-Chung assured that the creative fanfare artists and citizens have been yearning for will be fed through the inaugural Kingston International Festival.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“[We are] bringing everybody to Kingston to see our culture. Ten days of film, visual art, dance; put on [in] collaboration with Calabash, GATFFEST, JAFTA. We’re doing a showcase collectively and that will all be in downtown Kingston to stimulate the economy,” Dempster-Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Young artists also get more love from the Kingston Creative as Dempster-Chung indicated that a creative hub, as well as incubator and business accelerator programmes are also set to be launched in the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Now\nwe’re at a stage where we really can start making moves. What does the creative\necosystem [in Jamaica] need? What training, development, spaces, loans, venture\ncapital do they need?” Dempster-Chung asked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nKingston Creative will be launching the hub at its headquarters and the\nbirthplace of the movement, F&amp;B Downtown on Harbour Street – with satellite\nstudios for dancers, podcasters and other talents to be set up across the lower\ndistricts of the city.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So there’s a co-working space that\'s going to open right upstairs and then there are other additional spaces that are going to be leased. An up-and-coming creative should be able to get access to everything they need to get their [creative] game from here to here,” she explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There’s also a business accelerator, where a selected cohort of creatives is going to be run through a series of educational and development workshops so that they get the training they need to go global,” Dempster-Chung also told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To\nthis end, by driving entrepreneurship and training activities, Dempster-Chung,\nand the wider Kingston Creative aim for downtown to rightfully become an\nartistic and cultural hub.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong>, Dempster-Chung said as the global creative industry generates an eye-watering US$2.25 trillion every year, the Kingston Creative is making the necessary steps to foster growth and training locally.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We can’t just paint the walls, we can’t just paint the surface, we have to deal with our own creatives; getting them to level up and that’s what Kingston Creative is about,” the Kingston Creative co-founder posited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->','Kingston eyeing its own international arts/culture festival for 2020','','inherit','closed','closed','','440-revision-v1','','','2019-08-10 13:48:27','2019-08-10 18:48:27','',440,'https://buzz-caribbean.com/article/440-revision-v1/',0,'revision','',0),(2851,14,'2019-08-10 13:49:28','2019-08-10 18:49:28','<!-- wp:image {\"id\":412} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz2-1024x614.jpg\" alt=\"\" class=\"wp-image-412\" /><figcaption>(from left) Fine art photographers Cheryl Hylton, Dane Hucey and Ulrick Lawrence. (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaicans are slowly gaining a greater appreciation for professional photography, a prospect that could see an explosion in creative spaces for local artists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such group\nencouraged by the rise in interest is ‘<em>The Trio</em>’, which unveiled\nits&nbsp;<strong><em>Combined Perspectives</em></strong>&nbsp;collection for the first time\non Sunday, June 30, during the Kingston Creative Artwalk in downtown.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an interview with <strong>BUZZ</strong>, Trio members and fine art photographers Cheryl Hylton, Dane Hucey and Ulrick Lawrence, noted that Jamaica’s change in attitudes bodes well for younger and more experienced talents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hylton told <strong>BUZZ</strong> that <em><strong>Combined Perspectives</strong></em> was an intrinsic display of The Trio’s journey into photography.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":415} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz3-1024x614.jpg\" alt=\"\" class=\"wp-image-415\" /><figcaption>Some of the pieces from \'The Trio\' during its Combined Perspectives visual exhibition at the Kingston Creative Artwalk, downtown. (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We share a passion [for] photography. It’s a passion that has taken us all on individual journeys that have intersected, and we decided to put together an eclectic collection of art that represents each of us,” Hylton told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “If you look around, you’re going to find pieces that depict nature, slices of life and there’s digital art, which [is] derived from actual photographs”  </p><cite>Cheryl Hylton</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Trio said their\nexhibition was well received by art lovers, and while the group had initially\njoined the artwalk just for the exposure, the attention they received hints at\nthe start of a change in attitudes towards the profession.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":479} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz4.jpg\" alt=\"\" class=\"wp-image-479\" /><figcaption>More from The Trio\'s Combined Perspectives collection (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It’s been a good morning so far, we\'ve gotten a lot of buzz. We actually had an overwhelming response, a lot of people came in and two pieces have already been sold,” Hylton beamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We didn’t really come here with the intention of selling, we came for the exposure and [to promote] awareness and to bring our careers to another level,” Hylton, now a full-time photographer, told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":416} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz1-1024x614.jpg\" alt=\"\" class=\"wp-image-416\" /><figcaption>Cheryl Hylton speaks with Buzz reporter Gavin Riley on June 30 (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Members of The Trio,\nall a part of the Jamaica Photography Society, trace their artistic roots to\nchildhood and have been working together as a group for over five years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Combined Perspectives</em></strong><em>&nbsp;</em>was a visual treat for scores of patrons, who feasted their eyes on the powerful photographic display of beauty in the mundane, daily lives of Jamaicans across the island. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Trio\'s collection was also heavily inspired by nature – sprinkled with digital art and some of the country’s lesser-known, hidden gems.</p>\n<!-- /wp:paragraph -->','Finally! \'Trio\' revels in greater interest in photography','','inherit','closed','closed','','405-revision-v1','','','2019-08-10 13:49:28','2019-08-10 18:49:28','',405,'https://buzz-caribbean.com/article/405-revision-v1/',0,'revision','',0),(2852,14,'2019-08-10 13:49:47','2019-08-10 18:49:47','<!-- wp:paragraph -->\n<p>Jamaica continues to grapple with one of the largest, most-encompassing heatwaves citizens would never usually have to contend with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As climate change takes root across the globe, warmer\ntemperatures, especially in the northern hemisphere, have left many countries unprepared\nin the face of this latest threat to humanity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=Y2XU2uAxYYM\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Y2XU2uAxYYM\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Here in Jamaica, the struggle to adapt in time is critical as the country recorded its highest-ever average temperature on Saturday, June 23. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Met Service, thermometers across the island\nnoted never-before-seen figures of 39.1 degrees Celsius or just around 102 degrees\nFahrenheit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’re active on social media, the hashtag #PlaceHotB\noffers some comic relief to the blistering heat, but it is still important that\nJamaicans take as much precaution to avoid the dizzying heat and stay hydrated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is especially true for the country’s most vulnerable - children,\npregnant women, the homeless and indigent, as well as the elderly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=FS2YaJkkHQY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=FS2YaJkkHQY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The recent temperature increases across Jamaica are indeed\nfrightening, and despite 2018 being the fourth hottest year on record,\ntemperatures are projected to exceed those this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Air-conditioning units, though more widespread across the\ncountry, might still be an exorbitant expense for some families.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you\'re a Jack (or Jill) of all trades, <strong><em>Buzz Lifestyle</em></strong> has presented a few interactive tutorials with some of YouTube\'s most viral do-it-yourself (DIY) projects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Get busy and create that makeshift A/C you so desperately need with your standing fan and very few tools! Stay frosty!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','BUZZ Hacks: DIY A/C projects for the summer heatwave','','inherit','closed','closed','','332-revision-v1','','','2019-08-10 13:49:47','2019-08-10 18:49:47','',332,'https://buzz-caribbean.com/article/332-revision-v1/',0,'revision','',0),(2853,14,'2019-08-10 13:50:17','2019-08-10 18:50:17','<!-- wp:paragraph -->\n<p>Jamaica continues to grapple with one of the largest, most-encompassing heatwaves citizens would never usually have to contend with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As climate change takes root across the globe, warmer\ntemperatures, especially in the northern hemisphere, have left many countries unprepared\nin the face of this latest threat to humanity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=Y2XU2uAxYYM\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Y2XU2uAxYYM\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Here in Jamaica, the struggle to adapt in time is critical as the country recorded its highest-ever average temperature on Saturday, June 23. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Met Service, thermometers across the island\nnoted never-before-seen figures of 39.1 degrees Celsius or just around 102 degrees\nFahrenheit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’re active on social media, the hashtag #PlaceHotB\noffers some comic relief to the blistering heat, but it is still important that\nJamaicans take as much precaution to avoid the dizzying heat and stay hydrated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is especially true for the country’s most vulnerable - children,\npregnant women, the homeless and indigent, as well as the elderly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=FS2YaJkkHQY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=FS2YaJkkHQY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The recent temperature increases across Jamaica are indeed\nfrightening, and despite 2018 being the fourth hottest year on record,\ntemperatures are projected to exceed those this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Air-conditioning units, though more widespread across the\ncountry, might still be an exorbitant expense for some families.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you\'re a Jack (or Jill) of all trades, <strong>BUZZ</strong> has presented a few interactive tutorials with some of YouTube\'s most viral do-it-yourself (DIY) projects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Get busy and create that makeshift A/C you so desperately need with your standing fan and very few tools! Stay frosty!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','BUZZ Hacks: DIY A/C projects for the summer heatwave','','inherit','closed','closed','','332-revision-v1','','','2019-08-10 13:50:17','2019-08-10 18:50:17','',332,'https://buzz-caribbean.com/article/332-revision-v1/',0,'revision','',0),(2854,14,'2019-08-10 13:51:16','2019-08-10 18:51:16','<!-- wp:image {\"id\":273} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-4-1-1024x614.jpg\" alt=\"\" class=\"wp-image-273\" /><figcaption>Storm Saulter, <strong>Sprinter</strong> writer-director. (Buzz, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cinemas in Canada and the United Kingdom are next on the serving plate for a taste of Jamaican feature film, <strong>Sprinter</strong>, director Storm Saulter has indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said in an interview with<strong><em> </em>BUZZ</strong> that he was confident the film would keep its positive momentum into the summer months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I do feel that this film has enough legs and can build\nenough momentum to really keep pushing across the world,” he explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve been open in the US [and] we will continue in theatres in the US throughout the summer. We’re opening in... the UK, like the third week or so in August,” Saulter told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I feel like the word about Sprinter is really starting to gain traction; there’s a large section of independent cinema that’s aware of the film so it’s exciting,” Saulter<strong> </strong>added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The filmmaker hinted that if <strong>Sprinter </strong>goes as well as projected plans to hit streaming platforms in the fall would have to be fast-tracked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The future of feature films in Jamaica is bright, according to Saulter. He said the renaissance of and interest in cinematography was long overdue and imminent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s an exciting time and space to be in. A lot of people have projects in the works, both locally and internationally; a lot of people trying to come here to do projects – a lot of big companies have been here shooting projects as you know.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":287} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-3-683x1024.jpg\" alt=\"\" class=\"wp-image-287\" /><figcaption>Storm Saulter, during his tell-all interview with Buzz Jamaica (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“So Jamaica, as a creative space, is alive and thriving right now. For me, it is exciting times. I think good, quality work is gonna keep hitting, keep connecting – that’s really [what’s] going to create a renaissance. It’s not quantity that’s going to get us there, it’s quality,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After a successful tour in 20 states and across 50 cities in the US, <strong>Sprinter </strong>made its first domestic screening on Wednesday, July 3 in cinemas across Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong>, Storm’s second feature film after the critically acclaimed <strong>Better Mus’ Come</strong>, swept the 2018 American Black Film Festival winning Best Director, Best Narrative Feature and the Audience Award.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most recently, the film has gone on to win the New Vision Award at the Bahamas International Film Festival, as well as Best Narrative Feature at the 2019 staging of the Pan African Film Festival in Los Angeles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See part two of <strong>BUZZ</strong>’s interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/BT965g8nOno\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/BT965g8nOno\n</div><figcaption>Part 2 of Buzz Entertainment\'s interview with Storm Saulter, the mind behind Jamaican feature film, Sprinter. (Buzz Video, Don Waysome)</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>What do you think of <strong>Sprinter</strong>? Sound off in the comments section.</p>\n<!-- /wp:paragraph -->','Director sees \'Sprinter\' going around the world','','inherit','closed','closed','','140-revision-v1','','','2019-08-10 13:51:16','2019-08-10 18:51:16','',140,'https://buzz-caribbean.com/article/140-revision-v1/',0,'revision','',0),(2855,14,'2019-08-10 13:52:16','2019-08-10 18:52:16','<!-- wp:image {\"id\":265} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-5-1024x614.jpg\" alt=\"\" class=\"wp-image-265\" /><figcaption>Storm Saulter (Buzz, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Storm Saulter continues to ride major waves of accolades and good reviews as his latest theatrical release,&nbsp;<strong>Sprinter</strong>, opens across cinemas nationwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican writer-director, in a tell-all interview with <strong>BUZZ</strong>, said that he’s pleased with the outcome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There [are] many stages to a film but that moment when an audience interacts with it, it takes on a whole new life,” Saulter told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong>, a coming-of-age story following 17-year-old Rastafarian track athlete Akeem Sharp, opened in Jamaica on Wednesday, July 3 – after experiencing overwhelming success on the international market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"<strong><em>Sprinter </em></strong><em>is the story of a boy trying to run back to his mother</em>\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":267} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-1-1024x614.jpg\" alt=\"\" class=\"wp-image-267\" /><figcaption>Saulter, the man behind <strong>Sprinter</strong>, speaks with Buzz Jamaica on location (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that much of his life growing up in Negril, Westmoreland is portrayed in&nbsp;<strong>Sprinter&nbsp;</strong>– with many relatable aspects of daily Jamaican life taking centre stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A lot of my life growing up in Jamaica is in this film. I remember going to Manning’s’ High School in Savanna-La-Mar and I remember going to devotion every morning. That stuff is seared in me and my memory and I literally have that entire scene playing out in the film,” the mind behind <strong>Sprinter </strong>told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that while&nbsp;<strong>Sprinter&nbsp;</strong>is Akeem Sharp’s coming-of-age story, many Jamaicans should appreciate some of the struggles the teen is faced with throughout the movie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“<strong>Sprinter </strong>is really the story of a boy trying to run back to his mother – thinking if he can only run fast enough, maybe he can bring his family back together,” he remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That’s the larger, driving motivation but [<strong>Sprinter</strong>] is also about a young boy going from a nobody to the next Usain Bolt, the next big thing,” Saulter added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I really wanted to tell a story that had a realistic kind of feeling, as in, What are we as people feeling, what’s on the periphery of our lives,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p><em>\"I wanted to show that we can make global stories about us\"</em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“For me, I wanted to show that we can make global stories about us, that can be made in this space and that can be made about people who are from here or living through their experiences either here or elsewhere,\" Saulter added.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter is on a mission to create universal stories wrapped in the complex social and cultural dynamics of the Caribbean. <strong>Sprinter&nbsp;</strong>marks Storm Saulter’s second major silver screen effort since the critically acclaimed&nbsp;<strong>Better Mus’ Come</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch the first installment of <strong>BUZZ</strong>\'s two-part interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/X9d2j1IVbfw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/X9d2j1IVbfw\n</div><figcaption>Buzz reporter Gavin Riley speaks in-depth with <em>Sprinter</em> director, Storm Saulter (Video, Don Waysome)</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! Did you enjoy <strong>Sprinter</strong>? Tell us some of your favourite scenes in the comment section.</p>\n<!-- /wp:paragraph -->','Storm Saulter tackles Caribbean complexities through film','','inherit','closed','closed','','215-revision-v1','','','2019-08-10 13:52:16','2019-08-10 18:52:16','',215,'https://buzz-caribbean.com/article/215-revision-v1/',0,'revision','',0),(2856,14,'2019-08-10 13:53:00','2019-08-10 18:53:00','<!-- wp:paragraph -->\n<p>Jamaicans are considered among the coolest people on Earth and many citizens, especially those traversing social media spaces, see Prime Minister Andrew Holness as our savviest leader in recent times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/42a5f8031dcddf873735dc4503b9b968/5DBC7DCA/t51.2885-15/e35/11930873_1753057154922068_81944720_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Holness\' 2015 post, dusting off a fresh pair of Desert Clarks, took social media by storm. The caption accompanying the viral photo paid homage to deejay Vybz Kartel (Photo contributed, <em>Instagram</em>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Holness, the island’s eight prime minister, continues to run\none of the most engaging platforms on social media – with many drawing\ncomparisons to Canadian PM Justin Trudeau and former US President Barack Obama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From the young to the young-at-heart, just about everywhere our PM makes an appearance, Holness’ seemingly calm and endearing aura is infectious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a man who understands the power of social media and digital engagement, Holness largely owes his shock 2016 general election win to his outstanding presence on Facebook, Twitter, and Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He straddles a delicate balance between being Jamaica’s ‘everyman’ and leader of Government – in a way that demands your attention and provokes your thoughts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But does Holness\' \'cool factor\' really hold up? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"className\":\"instagram-media\"} -->\n<div class=\"wp-block-image instagram-media\"><figure class=\"alignleft\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/f80b584a351b4b21d42487a06008dff6/5DAD0DD5/t51.2885-15/e35/11910553_465628773641834_974670672_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Prime Minister Andrew Holness anticipating a pitch during a game of cricket with students at the Mount Zion Primary School in St. James. (Photo contributed, <em>Instagram</em>)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Turns out, there are apparently little holes in this plot as time and time again, Holness and his team have evolved and adapted to capitalize on the use of social media and its impact on Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rolling back the clock, <strong>BUZZ</strong> has delved deep through PM Holness’ timeline, and shares some of his \'coolest moments\', since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"158\",\"159\",\"160\",\"161\",\"162\",\"163\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-negril-1-1024x651.jpg\" alt=\"\" data-id=\"158\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-negril-1/\" class=\"wp-image-158\" /><figcaption>Novem</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-nesbeth-performance1-1024x576.jpg\" alt=\"\" data-id=\"159\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-nesbeth-performance1/\" class=\"wp-image-159\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-family1-1024x603.jpg\" alt=\"\" data-id=\"160\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-family1/\" class=\"wp-image-160\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-norman-dunn-20171-1024x582.jpg\" alt=\"\" data-id=\"161\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-norman-dunn-20171/\" class=\"wp-image-161\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-community-football1-1024x634.jpg\" alt=\"\" data-id=\"162\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-community-football1/\" class=\"wp-image-162\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-5.55.51-PM-1024x728.jpg\" alt=\"\" data-id=\"163\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/screen-shot-2019-07-17-at-5-55-51-pm/\" class=\"wp-image-163\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you believe Andrew Holness is our coolest Prime Minister? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the <strong>BUZZ</strong> comment section below!</p>\n<!-- /wp:paragraph -->','Is Andrew Holness Jamaica’s \'coolest\' Prime Minister?','','inherit','closed','closed','','124-revision-v1','','','2019-08-10 13:53:00','2019-08-10 18:53:00','',124,'https://buzz-caribbean.com/article/124-revision-v1/',0,'revision','',0),(2857,11,'2019-08-10 14:06:24','2019-08-10 19:06:24','<!-- wp:image {\"id\":1141} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jahvillani-clarks_pon_foot_buzzgrab-1024x576.jpg\" alt=\"\" class=\"wp-image-1141\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jahvillani is loudly turning heads and gaining attention from Dancehall fans as the St. Ann deejay and his infectious <strong>‘Clarks Pon Foot’</strong> single stepped into the number one position on local YouTube charts this week. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See who else made the <strong><em>BUZZ</em></strong> top ten music charts this week in our video below: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/mRANCaATcvg\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/mRANCaATcvg\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Top tracks listed are according to YouTube\'s weekly insights and covers the <strong><em>BUZZ</em></strong> charts for week June 24 – July 1. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Join us next week same time, same place, as&nbsp;<strong><em>BUZZ</em></strong>&nbsp;keeps you abreast with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more! </p>\n<!-- /wp:paragraph -->','Jahvillani, \'Clarks Pon Foot\' march to no. 1 spot on YouTube','','inherit','closed','closed','','1139-revision-v1','','','2019-08-10 14:06:24','2019-08-10 19:06:24','',1139,'https://buzz-caribbean.com/article/1139-revision-v1/',0,'revision','',0),(2858,14,'2019-08-10 14:09:45','2019-08-10 19:09:45','<!-- wp:image {\"id\":301} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo.jpg\" alt=\"\" class=\"wp-image-301\" /><figcaption>Satellite imagery of Bajo Nuevo from space (Photo contributed, National Aeronautics and Space Administration [NASA], International Space Station [ISS])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tucked away near the middle of the Caribbean Sea, lies the Bajo Nuevo Bank: a small, uninhabited reef with some grass-covered islets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also known as the Petrel Islands, these tiny specs have been the subject of a bitter sovereignty dispute between Colombia and the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But what you didn’t know, is over 30 years ago, Jamaica was also\ncaught up in the ownership dispute, but has since backed off for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Between 1982 and 1986, the Government of Jamaica signed and\nmaintained a series of bilateral agreements – culminating in a maritime\ndelimitation treaty between the island and the Republic of Colombia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The maritime delimitation treaty was signed in Kingston on\nFriday, November 12, 1993, by ministers of Foreign Affairs and Foreign Trade\nfor Jamaica and Colombia respectively, Paul Robertson and Noemí Sanín Posada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":304} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/posada-paul-robertson-sbscollage-buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-304\" /><figcaption>(from left) Former Ministers of Foreign Affairs and Foreign Trade for Colombia and Jamaica in 1993,  Noemí Sanín Posada and the late Paul Roberston respectively (Photos contributed, Jamaica Information Service [JIS], ElTiempo.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the time, Jamaica\'s claim, as with the other countries\nembroiled in the dispute, stemmed from attempts to expand the island’s\nexclusive economic zone over the surrounding seas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, Jamaica’s claim for Bajo Nuevo remains largely dormant\nsince bilateral agreements with Colombia came into force in 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve made it this far then we still have your attention, and seeing as you’re eager to know more,&nbsp;<strong>BUZZ</strong>&nbsp;presents 23 fast facts about Bajo Nuevo:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1.&nbsp;</strong>&nbsp;&nbsp;The islands are located along the coordinates\n15°53′N (fifteen degrees, fifty-three minutes north) and 78°38′W (seventy-eight\ndegrees, thirty-eight minutes west) and are geographically closest to Jamaica –\nsome 288 kilometres southwest of the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":302,\"width\":587,\"height\":334} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-google-maps-jamaica-1024x583.jpg\" alt=\"\" class=\"wp-image-302\" width=\"587\" height=\"334\" /><figcaption>Bajo Nuevo\'s proximity to Jamaica (Photo contributed, Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>2.&nbsp;&nbsp;</strong>&nbsp;Bajo Nuevo Bank is about\n26&nbsp;kilometres (16&nbsp;miles) long and 9&nbsp;kilometres (5.6&nbsp;miles)\nwide. The closest neighbouring land feature is Serranilla Bank, located 110\nkilometres (68 miles) to the west.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3.</strong>&nbsp;&nbsp;&nbsp;The reef was first shown on Dutch maps dating to 1634 but was given its present name in 1654. British pirate John Glover rediscovered Bajo Nuevo in 1660.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>4.&nbsp;&nbsp;</strong>&nbsp;Satellite imagery from the\nNational Aeronautics and Space Administration (NASA) shows two distinct\natoll-like structures separated by a deep channel under a mile wide at its\nnarrowest point. The reef partially dries on the southern and eastern sides,\nwith the land area being minuscule by comparison.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong>&nbsp;&nbsp;&nbsp;&nbsp;The most prominent land area is Low Cay,\nin the southwest atoll, which extends for 300 metres and widens at a maximum of\n40 metres across. No more than two metres above sea level, the barren island is\ncomposed of broken coral, driftwood, and sand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>6.&nbsp;</strong>&nbsp;&nbsp;A total of five countries have laid claim to\nsovereignty over Bajo Nuevo, namely: Jamaica, Colombia, Nicaragua, Honduras and\nthe United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":305} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-countries-dispute-flags-1024x614.jpg\" alt=\"\" class=\"wp-image-305\" /><figcaption>(From top left to bottom right) The flags of Colombia, the United States, Honduras, Jamaica and Nicaragua (Images contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>7.&nbsp;</strong>&nbsp;&nbsp;James W. Jennett, empowered under provisions\nof the controversial Guano Islands Act, initiated the US’ claim on November 22,\n1869. To this day, the US administers Bajo Nuevo bank as an ‘unorganized,\nunincorporated United States territory’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>8.&nbsp;&nbsp;</strong>&nbsp;Similarly to other territories\nclaimed under the Guano Islands Act in the Caribbean and Oceania, persons born\non Bajo Nuevo to non-citizens are considered by the United States to be US\nnationals, but not US citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":307} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/usa_flag-demo-1024x614.jpg\" alt=\"\" class=\"wp-image-307\" /><figcaption>United States flag (Image contributed, US State Department)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>9.&nbsp;</strong>&nbsp;&nbsp;Colombia currently claims the area as part of\nthe department of San Andrés and Providencia. The San Andrés fleet of the\nColombian Navy carries out naval patrols in the area, as the republic maintains\nthat it has claimed these territories since 1886 – as part of the geographic\narchipelago of San Andrés and Providencia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>10.</strong>&nbsp;&nbsp;&nbsp;The November 1993 maritime delimitation treaty, between Colombia and Jamaica, established a \"Joint Regime Area\", which allowed both countries to cooperatively manage and exploit living and non-living resources in designated waters between the two aforementioned banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>11.&nbsp;</strong>&nbsp;&nbsp;Bajo Nuevo’s territorial waters immediately\nsurrounding the cays themselves were excluded from the zone of joint-control,\nas Colombia considers these areas to be part of her coastal waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>12.&nbsp;&nbsp;</strong>&nbsp;The maritime delimitation treaty came effect four months later and was recognised by international law in March 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>13.&nbsp;</strong>&nbsp;&nbsp;The Colombian Ministry of Defense constructed\na light beacon on Low Cay in 1982. The metal structure towers 21&nbsp;metres\nabove the Caribbean Sea and is painted white with a red top. The beacon emits\ntwo white flashes of light every 15 seconds. After sustaining some damage, the\nbeacon was reconstructed by the Colombians in February 2008 and is currently\nmaintained by the navy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":306,\"width\":412,\"height\":531} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-light-beacon.jpg\" alt=\"\" class=\"wp-image-306\" width=\"412\" height=\"531\" /><figcaption>A light beacon erected on the shores of Low Cay, Bajo Nuevo (Photo contributed, Colombian Ministry of Defence)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>14.</strong>&nbsp;&nbsp;&nbsp; Nicaragua bases its claim to Bajo Nuevo Bank\ndue to the islands sitting on its continental shelf, covering an area of over\n50,000 square kilometres in the Caribbean Sea. In fact, the Central American\ncountry lays claim to all islands associated with the San Andrés and\nProvidencia archipelagoes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>15.&nbsp;</strong>&nbsp;&nbsp;Successive Nicaraguan governments have\npersistently pursued claims against Colombia in the International Court of\nJustice (ICJ), filing cases in both 2001 and 2007.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>16.</strong>&nbsp;&nbsp;&nbsp;On November 19, 2012, in regards to Nicaraguan claims to the islands, the ICJ ruled unanimously that Colombia has sovereignty over both Bajo Nuevo and Serranilla Banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong><em>Bajo Nuevo reportedly contains no \'meaningful mineral reserves\'</em></strong>\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>17.</strong>&nbsp;&nbsp;&nbsp;The islands remain a Colombian territory and are a key stopping point in the country’s fight against drug and weapons smuggling, but all the other claimant nations still have limited access to them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>18.</strong>&nbsp;&nbsp;&nbsp;Bajo Nuevo is positioned inside a modestly\nproductive fishing (mostly lobsters) zone, but the seabed reportedly contains\nno \'meaningful mineral reserves\', and only small amounts of hydrocarbon fuels\nhave been identified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>19.&nbsp;</strong>&nbsp;&nbsp;Honduras, another claimant to Bajo Nuevo and\nthe nearby Serranilla Bank, effectively ended its role in the dispute with the\nratification of a maritime boundary treaty with Colombia on December 20, 1999.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>20.</strong>&nbsp;&nbsp; According to the treaty, both states agreed upon a\nmaritime demarcation in 1986 that excluded Honduras from any control over the\nbanks or their surrounding waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>21.</strong>&nbsp;&nbsp; This bilateral treaty ensured that Honduras\nimplicitly recognises Colombia\'s sovereignty over the disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>22.&nbsp;</strong>&nbsp; Bajo Nuevo Bank and Serranilla Bank have been\nrepeatedly included as per American sources as one of ten insular areas in the\nPacific Ocean and Caribbean Sea that make up the US’ Minor Outlying Islands\nclassification.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>23.&nbsp;</strong>&nbsp; Baker Island, Howland Island, Jarvis Island, Johnston Atoll, Kingman Reef, Midway Islands, Navassa Island, Palmyra Atoll, and Wake Island comprise the remaining nine disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did you know these islands existed? What were the most surprising facts you read? Let us know in the comments section! </p>\n<!-- /wp:paragraph -->','Bajo Nuevo: What you should know about the island dispute Jamaica \'gave up\'','','inherit','closed','closed','','300-revision-v1','','','2019-08-10 14:09:45','2019-08-10 19:09:45','',300,'https://buzz-caribbean.com/article/300-revision-v1/',0,'revision','',0),(2859,11,'2019-08-10 14:13:41','2019-08-10 19:13:41','<!-- wp:image {\"id\":1918} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-A-1024x683.jpg\" alt=\"\" class=\"wp-image-1918\" /><figcaption>Sanjay Nelson is the owner of  Jae Epic Designer Trendy Fashion Collection. (Photos: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sanjay\nNelson’s small stature made it difficult for clothing to fit him the way he\nwanted them to. So, it was\nno surprise that when he was 14 years old he began\naltering his garments by hand. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite being\ntalented in fashion, Nelson was more fixated on football. And after leaving Seaforth\nHigh School in St Thomas, he went on to work in a supermarket, before landing a\njob at beverage company Wisynco. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1919} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-BB.jpg\" alt=\"\" class=\"wp-image-1919\" /><figcaption>Sanjay Nelson did a course in fashion designing last year. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After\nignoring his gift for quite some time, 22-year-old Nelson, who lives in\nPortmore, St Catherine, eventually asked his dad to purchase a sewing machine for\nhim although he did not know how to use one.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  “After I posted my work on Instagram, I have been getting calls from all<br> over.” </p><cite>- Sanjay Nelson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>While he was at home waiting to get a call from the Heart Garmex Academy, one of his friends told him that a popular sandals company in Kingston wanted someone to stitch leather. Even though he needed the job, Nelson said he was elated when the institution contacted him in August 2018 to do a course in fashion designing. <br> <br>“I need the understanding to construct patterns and designs, that’s why I go to school,” said the father of a two-year-old boy. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1923,1922]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-DDDD-1024x683.jpg\" alt=\"\" data-id=\"1923\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/sanjay-nelson-dddd/\" class=\"wp-image-1923\" /><figcaption>Epic Rigs have been worn by numerous Jamaican celebrities. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-CCC-1024x683.jpg\" alt=\"\" data-id=\"1922\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/sanjay-nelson-ccc/\" class=\"wp-image-1922\" /><figcaption>Sanjay Nelson shows off his creation. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>A year since enrolling at the Kingston-based training facility, Nelson, who is the founder of Jae Epic Designer Trendy Fashion Collection, has created a niche in the entertainment and fashion industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Inspired by the variety of chest rig bags that are trending across the world, Nelson created his line, ‘Epic Rigs’, that has been featured and worn by Jamaican celebrities like Sizzla, Chronic Law and Hot Frass. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1920,1921]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190729-WA0003-768x1024.jpg\" alt=\"\" data-id=\"1920\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/img-20190729-wa0003-2/\" class=\"wp-image-1920\" /><figcaption> Sizzla sporting one of Sanjay Nelson\'s pieces.  </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190729-WA0006.jpg\" alt=\"\" data-id=\"1921\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/img-20190729-wa0006-2/\" class=\"wp-image-1921\" /><figcaption> Entertainer Hot Frass makes a statement with one of the \'Epic Rigs\'. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“After I posted my work on Instagram, I have been getting calls from all over,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Emphasising on his love for patterns, Nelson, who plans to further his studies in fashion designing, said he is looking forward to creating tuxedos and bridal gowns.</p>\n<!-- /wp:paragraph -->','Local designer pushes \'bulletproof\' swag','','inherit','closed','closed','','1082-revision-v1','','','2019-08-10 14:13:41','2019-08-10 19:13:41','',1082,'https://buzz-caribbean.com/article/1082-revision-v1/',0,'revision','',0),(2860,11,'2019-08-10 14:23:01','2019-08-10 19:23:01','<!-- wp:paragraph -->\n<p>Leon Bailey\'s customised Benz Brabus coupe is the latest luxury car turning heads on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The footballer, who plays for Bayern Leverkusen in the German Bundesliga, shelled out the estimated equivalent of  J$120 million to purchase, customise and import the vehicle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"711\"],\"columns\":1} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-1-1024x683.jpg\" alt=\"\" data-id=\"711\" data-link=\"https://buzz-caribbean.com/?attachment_id=711\" class=\"wp-image-711\" /><figcaption>Photos by Don Weysome</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Bailey posted a photo of his 800 horsepower machine on his Instagram page with the line, \"Man neva born inna&nbsp; luxury, a just hard work and Father God.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His adopted father and boss of Phoenix Football Academy, Craig Butler, gave<strong> Buzz Caribbean</strong> a tour of the vehicle recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"720\",\"721\",\"722\",\"723\",\"727\"],\"columns\":5} -->\n<ul class=\"wp-block-gallery columns-5 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus5-1-1024x683.jpg\" alt=\"\" data-id=\"720\" data-link=\"https://buzz-caribbean.com/?attachment_id=720\" class=\"wp-image-720\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus7-1024x683.jpg\" alt=\"\" data-id=\"721\" data-link=\"https://buzz-caribbean.com/?attachment_id=721\" class=\"wp-image-721\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-3-1-1024x683.jpg\" alt=\"\" data-id=\"722\" data-link=\"https://buzz-caribbean.com/?attachment_id=722\" class=\"wp-image-722\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Brabus6-1024x683.jpg\" alt=\"\" data-id=\"723\" data-link=\"https://buzz-caribbean.com/?attachment_id=723\" class=\"wp-image-723\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/leon-bailey.jpg\" alt=\"\" data-id=\"727\" data-link=\"https://buzz-caribbean.com/?attachment_id=727\" class=\"wp-image-727\" /><figcaption>Leon Bailey</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p> <br></p>\n<!-- /wp:paragraph -->','Leon Bailey lands $120 million Benz in the island','','inherit','closed','closed','','700-revision-v1','','','2019-08-10 14:23:01','2019-08-10 19:23:01','',700,'https://buzz-caribbean.com/article/700-revision-v1/',0,'revision','',0),(2861,11,'2019-08-10 14:30:45','2019-08-10 19:30:45','<!-- wp:image {\"id\":2711} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/new-road-crash-1024x635.jpg\" alt=\"\" class=\"wp-image-2711\" /><figcaption>  Therese Turner Jones says Jamaicans should call out reckless drivers.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Inter-American Development Bank (IDB) Country Representative for Jamaica, Therese Turner Jones, is calling for Jamaicans to take a stand against irresponsible road use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said that reckless driving should\nnot be the norm, and Jamaicans should “call it out when they see it, and not\nturn a blind eye.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“People ought to use their seat belts. Children need to be in car seats, and we should not be texting and driving; texting is as bad, if not worse than drinking and driving,” Jones said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Jamaicans should call it out when they see it, and not turn a blind eye.” </p><cite>- Therese Turner Jones </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Jones, who is general manager for the IDB’s Caribbean Country Department, said that the 269 road fatalities recorded in the island since the start of the year are “alarming,” noting that she is “deeply concerned.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We talk about fatalities, but what\nabout those who get injured, lose a limb and become burdens not just on their\nfamilies, but also on society, to look after them. So, it’s about protecting\nproductivity, economic growth and also thinking about the pain and suffering in\nfamilies,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since the start of the year, 269\npersons have lost their lives in 244 road crashes across the island.</p>\n<!-- /wp:paragraph -->','Jamaicans urged to call out reckless drivers','','inherit','closed','closed','','2701-revision-v1','','','2019-08-10 14:30:45','2019-08-10 19:30:45','',2701,'https://buzz-caribbean.com/article/2701-revision-v1/',0,'revision','',0),(2862,11,'2019-08-10 14:33:05','2019-08-10 19:33:05','<!-- wp:image {\"id\":301} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo.jpg\" alt=\"\" class=\"wp-image-301\" /><figcaption>Satellite imagery of Bajo Nuevo from space (Photo contributed, National Aeronautics and Space Administration [NASA], International Space Station [ISS])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tucked away near the middle of the Caribbean Sea, lies the Bajo Nuevo Bank: a small, uninhabited reef with some grass-covered islets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also known as the Petrel Islands, these tiny specs have been the subject of a bitter sovereignty dispute between Colombia and the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But what you didn’t know, is over 30 years ago, Jamaica was also\ncaught up in the ownership dispute, but has since backed off for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Between 1982 and 1986, the Government of Jamaica signed and\nmaintained a series of bilateral agreements – culminating in a maritime\ndelimitation treaty between the island and the Republic of Colombia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The maritime delimitation treaty was signed in Kingston on\nFriday, November 12, 1993, by ministers of Foreign Affairs and Foreign Trade\nfor Jamaica and Colombia respectively, Paul Robertson and Noemí Sanín Posada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":304} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/posada-paul-robertson-sbscollage-buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-304\" /><figcaption>(from left) Former Ministers of Foreign Affairs and Foreign Trade for Colombia and Jamaica in 1993,  Noemí Sanín Posada and the late Paul Roberston respectively (Photos contributed, Jamaica Information Service [JIS], ElTiempo.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the time, Jamaica\'s claim, as with the other countries\nembroiled in the dispute, stemmed from attempts to expand the island’s\nexclusive economic zone over the surrounding seas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, Jamaica’s claim for Bajo Nuevo remains largely dormant\nsince bilateral agreements with Colombia came into force in 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve made it this far then we still have your attention, and seeing as you’re eager to know more,&nbsp;<strong>BUZZ</strong>&nbsp;presents 23 fast facts about Bajo Nuevo:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1.&nbsp;</strong>&nbsp;&nbsp;The islands are located along the coordinates\n15°53′N (fifteen degrees, fifty-three minutes north) and 78°38′W (seventy-eight\ndegrees, thirty-eight minutes west) and are geographically closest to Jamaica –\nsome 288 kilometres southwest of the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":302,\"width\":587,\"height\":334} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-google-maps-jamaica-1024x583.jpg\" alt=\"\" class=\"wp-image-302\" width=\"587\" height=\"334\" /><figcaption>Bajo Nuevo\'s proximity to Jamaica (Photo contributed, Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>2.&nbsp;&nbsp;</strong>&nbsp;Bajo Nuevo Bank is about\n26&nbsp;kilometres (16&nbsp;miles) long and 9&nbsp;kilometres (5.6&nbsp;miles)\nwide. The closest neighbouring land feature is Serranilla Bank, located 110\nkilometres (68 miles) to the west.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3.</strong>&nbsp;&nbsp;&nbsp;The reef was first shown on Dutch maps dating to 1634 but was given its present name in 1654. British pirate John Glover rediscovered Bajo Nuevo in 1660.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>4.&nbsp;&nbsp;</strong>&nbsp;Satellite imagery from the\nNational Aeronautics and Space Administration (NASA) shows two distinct\natoll-like structures separated by a deep channel under a mile wide at its\nnarrowest point. The reef partially dries on the southern and eastern sides,\nwith the land area being minuscule by comparison.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong>&nbsp;&nbsp;&nbsp;&nbsp;The most prominent land area is Low Cay,\nin the southwest atoll, which extends for 300 metres and widens at a maximum of\n40 metres across. No more than two metres above sea level, the barren island is\ncomposed of broken coral, driftwood, and sand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>6.&nbsp;</strong>&nbsp;&nbsp;A total of five countries have laid claim to\nsovereignty over Bajo Nuevo, namely: Jamaica, Colombia, Nicaragua, Honduras and\nthe United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":305} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-countries-dispute-flags-1024x614.jpg\" alt=\"\" class=\"wp-image-305\" /><figcaption>(From top left to bottom right) The flags of Colombia, the United States, Honduras, Jamaica and Nicaragua (Images contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>7.&nbsp;</strong>&nbsp;&nbsp;James W. Jennett, empowered under provisions\nof the controversial Guano Islands Act, initiated the US’ claim on November 22,\n1869. To this day, the US administers Bajo Nuevo bank as an ‘unorganized,\nunincorporated United States territory’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>8.&nbsp;&nbsp;</strong>&nbsp;Similarly to other territories\nclaimed under the Guano Islands Act in the Caribbean and Oceania, persons born\non Bajo Nuevo to non-citizens are considered by the United States to be US\nnationals, but not US citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":307} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/usa_flag-demo-1024x614.jpg\" alt=\"\" class=\"wp-image-307\" /><figcaption>United States flag (Image contributed, US State Department)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>9.&nbsp;</strong>&nbsp;&nbsp;Colombia currently claims the area as part of\nthe department of San Andrés and Providencia. The San Andrés fleet of the\nColombian Navy carries out naval patrols in the area, as the republic maintains\nthat it has claimed these territories since 1886 – as part of the geographic\narchipelago of San Andrés and Providencia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>10.</strong>&nbsp;&nbsp;&nbsp;The November 1993 maritime delimitation treaty, between Colombia and Jamaica, established a \"Joint Regime Area\", which allowed both countries to cooperatively manage and exploit living and non-living resources in designated waters between the two aforementioned banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>11.&nbsp;</strong>&nbsp;&nbsp;Bajo Nuevo’s territorial waters immediately\nsurrounding the cays themselves were excluded from the zone of joint-control,\nas Colombia considers these areas to be part of her coastal waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>12.&nbsp;&nbsp;</strong>&nbsp;The maritime delimitation treaty came effect four months later and was recognised by international law in March 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>13.&nbsp;</strong>&nbsp;&nbsp;The Colombian Ministry of Defense constructed\na light beacon on Low Cay in 1982. The metal structure towers 21&nbsp;metres\nabove the Caribbean Sea and is painted white with a red top. The beacon emits\ntwo white flashes of light every 15 seconds. After sustaining some damage, the\nbeacon was reconstructed by the Colombians in February 2008 and is currently\nmaintained by the navy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":306,\"width\":412,\"height\":531} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-light-beacon.jpg\" alt=\"\" class=\"wp-image-306\" width=\"412\" height=\"531\" /><figcaption>A light beacon erected on the shores of Low Cay, Bajo Nuevo (Photo contributed, Colombian Ministry of Defence)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>14.</strong>&nbsp;&nbsp;&nbsp; Nicaragua bases its claim to Bajo Nuevo Bank\ndue to the islands sitting on its continental shelf, covering an area of over\n50,000 square kilometres in the Caribbean Sea. In fact, the Central American\ncountry lays claim to all islands associated with the San Andrés and\nProvidencia archipelagoes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>15.&nbsp;</strong>&nbsp;&nbsp;Successive Nicaraguan governments have\npersistently pursued claims against Colombia in the International Court of\nJustice (ICJ), filing cases in both 2001 and 2007.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>16.</strong>&nbsp;&nbsp;&nbsp;On November 19, 2012, in regards to Nicaraguan claims to the islands, the ICJ ruled unanimously that Colombia has sovereignty over both Bajo Nuevo and Serranilla Banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong><em>Bajo Nuevo reportedly contains no \'meaningful mineral reserves\'</em></strong>\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>17.</strong>&nbsp;&nbsp;&nbsp;The islands remain a Colombian territory and are a key stopping point in the country’s fight against drug and weapons smuggling, but all the other claimant nations still have limited access to them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>18.</strong>&nbsp;&nbsp;&nbsp;Bajo Nuevo is positioned inside a modestly\nproductive fishing (mostly lobsters) zone, but the seabed reportedly contains\nno \'meaningful mineral reserves\', and only small amounts of hydrocarbon fuels\nhave been identified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>19.&nbsp;</strong>&nbsp;&nbsp;Honduras, another claimant to Bajo Nuevo and\nthe nearby Serranilla Bank, effectively ended its role in the dispute with the\nratification of a maritime boundary treaty with Colombia on December 20, 1999.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>20.</strong>&nbsp;&nbsp; According to the treaty, both states agreed upon a\nmaritime demarcation in 1986 that excluded Honduras from any control over the\nbanks or their surrounding waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>21.</strong>&nbsp;&nbsp; This bilateral treaty ensured that Honduras\nimplicitly recognises Colombia\'s sovereignty over the disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>22.&nbsp;</strong>&nbsp; Bajo Nuevo Bank and Serranilla Bank have been\nrepeatedly included as per American sources as one of ten insular areas in the\nPacific Ocean and Caribbean Sea that make up the US’ Minor Outlying Islands\nclassification.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>23.&nbsp;</strong>&nbsp; Baker Island, Howland Island, Jarvis Island, Johnston Atoll, Kingman Reef, Midway Islands, Navassa Island, Palmyra Atoll, and Wake Island comprise the remaining nine disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did you know these islands existed? What were the most surprising facts you read? Let us know in the comments section! </p>\n<!-- /wp:paragraph -->','Bajo Nuevo: What you should know about the disputed island Jamaica \'gave up\'','','inherit','closed','closed','','300-revision-v1','','','2019-08-10 14:33:05','2019-08-10 19:33:05','',300,'https://buzz-caribbean.com/article/300-revision-v1/',0,'revision','',0),(2863,11,'2019-08-10 14:37:23','2019-08-10 19:37:23','<!-- wp:paragraph -->\n<p>Skin cancer is a lurking danger that not many people in Jamaica take serious note of, especially those who bleach their skin. Medical experts have noted that agents within the chemicals used in skin bleaching can cause skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2560} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tracy-Leanne-Jefford.jpg\" alt=\"\" class=\"wp-image-2560\" /><figcaption>Tracy Leanne Jefford of X Factor has been diagnosed with skin cancer.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A recent revelation by an overseas entertainer has brought into sharp focus the importance of proper skincare in order to avoid skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tracy Leanne Jefford, the 2017 contestant in the X Factor entertainment show is the latest person to open up about the issue of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jefford said she was diagnosed in April with basal cell carcinoma (BCC), which is the most common type of skin cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I abused my own skin by not protecting it.\"</p><cite>— Tracy Leanne Jefford</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The mum-of-three has blamed the use of sunbeds every other day for her condition. \"I hold my hands up. I abused my own skin by not protecting it. You need to put factor 50 on as soon as you walk out that door,\" said Jefford.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I thought I was invincible. I used to look at ladies in the paper that had been diagnosed with skin cancer and it would say it was through sunbed abuse. I’d look at them and I’d think, that is so sad — but I’d still carry on thinking it wouldn’t happen to me,\" she added.</p>\n<!-- /wp:paragraph -->','Singer\'s cancer diagnosis puts skin bleaching back in the spotlight','','inherit','closed','closed','','2544-revision-v1','','','2019-08-10 14:37:23','2019-08-10 19:37:23','',2544,'https://buzz-caribbean.com/article/2544-revision-v1/',0,'revision','',0),(2864,11,'2019-08-10 14:39:39','2019-08-10 19:39:39','<!-- wp:image {\"id\":2538} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/skn-moves-official-796x1024.jpg\" alt=\"\" class=\"wp-image-2538\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>&nbsp;</strong>The Federation of St. Kitts and Nevis is set to\nlaunch SKN Moves, an initiative that is geared towards promoting healthy\nlifestyles and combating Non-Communicable Diseases (NCDs).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>SKN Moves, which was launched on Friday, August\n09, forms part of a regional initiative, <strong><em>Caribbean Moves </em></strong>– a re-energizing\nand intensification of the health promotion efforts through creative and\ninnovative multi-sectoral collaboration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permanent Secretary in the Office of the Prime\nMinister, Andrew Skerritt, and Chief Medical Officer, Dr. Hazel Laws, appeared\non “Working for You” on Wednesday, August 07, to speak about the health\ninitiative. Dr. Laws noted that the initiative is important for several\nreasons—one of the major reasons is helping to combat NCDs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>“This\ninitiative is very important because Non-Communicable Diseases is critical, is\na big problem Caribbean-wide and in our Federation. Three out of four deaths in\nthe English-speaking Caribbean can be attributed to NCDs,” said Dr. Laws. “And\nlet’s bring the picture closer home. When you look at our statistics coming out\nof the Ministry of Health as much as 83 percent of our deaths are as a result\nof cancers, heart diseases/attacks, strokes… and the complications of\ndiabetes.”</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permanent Secretary Skerritt shared similar\nsentiments and noted that it is important for persons to practice healthy\nlifestyles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>“Chronic Non\nCommunicable Diseases are the leading causes of morbidity and mortality in the\nFederation. We don’t want to outspend ourselves. We want to have a sustainable\nform of healthcare. It costs a lot to treat diabetes, hypertension, strokes,\nbuild renal facilities,” he said. “So, if we can encourage change through\nphysical activity, through healthier dieting habits, through knowing your\nstatus… these things are quite important.”</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Skerritt\nnoted that the initiative was pioneered by Dr Christopher Tufton, Jamaica’s\nMinister of Health, who then introduced it to the wider CARICOM Heads of\nGovernment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister of St. Kitts and Nevis,\nDr.Timothy Harris, who is the CARICOM lead head with respect to Health and\nHuman Resource, is definitely leading by example. He has extended an invitation\nto Dr. Tufton, to be a part of the launch in St. Kitts and Nevis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Caribbean Moves</em></strong><em>,</em> was launched in 2018 by several CARICOM Heads\nof Government. This initiative will build on the experience of the <em>Jamaica Moves</em> initiative which creates a\nmovement that promotes physical activity, healthy eating and age-appropriate\nhealth checks at the level of the school, workplace and community. It will\ncontribute to one of the goals of the CARICOM Heads of Government to change the\nCaribbean culture towards a lifestyle of regular physical activity and\nhealthier diets.</p>\n<!-- /wp:paragraph -->','St. Kitts and Nevis to launch SKN Moves','','inherit','closed','closed','','2510-revision-v1','','','2019-08-10 14:39:39','2019-08-10 19:39:39','',2510,'https://buzz-caribbean.com/article/2510-revision-v1/',0,'revision','',0),(2865,11,'2019-08-10 14:42:04','2019-08-10 19:42:04','<!-- wp:image {\"id\":2508} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chairs-classroom-college-289740-1024x683.jpg\" alt=\"\" class=\"wp-image-2508\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A senior educator in Jamaica is calling for the Government to implement more training programmes to prepare teachers to deal with the indiscipline being displayed by students in schools across the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Monique Grant-Facey, the principal of Happy Grove High, says a number of educators continue to struggle to deal with the behavioural issues that students are now showing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“With the high level of indiscipline that we are seeing, a lot of the teachers were not trained to deal with such issues. Educators were trained to teach subjects,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"A lot of the teachers were not trained to deal with such issues.\"</p><cite>- Monique Grant-Facey, principal of Happy Grove High </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Facey, who has been making headlines following her decision to use social<br>media to discipline a group of misbehaving female students said that if teachers were not offered training in these areas they would continue to struggle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A few weeks ago a number of students from Happy Grove High School in Portland were caught on camera fighting in their uniforms while heading home from school. The video went viral on social media, capturing the attention of the school’s principal. She made the pupils apologise in front of the entire school population, and the apology video was later shared online. <br><br></p>\n<!-- /wp:paragraph -->','School principal says teachers aren\'t prepared for indiscipline','','inherit','closed','closed','','2507-revision-v1','','','2019-08-10 14:42:04','2019-08-10 19:42:04','',2507,'https://buzz-caribbean.com/article/2507-revision-v1/',0,'revision','',0),(2866,11,'2019-08-10 14:45:06','2019-08-10 19:45:06','<!-- wp:paragraph -->\n<p>Regional conglomerate GraceKennedy increased revenues for the six-month period ended June 30, 2019, posting J$51.5 billion, $3.12 billion more than the figure posted for the corresponding figure of 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2421} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Wires-Removed-1024x683.jpg\" alt=\"\" class=\"wp-image-2421\" /><figcaption>GraceKennedy\'s downtown Kingston headquarters</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br><br> This increased revenue figure generated a net profit of $2.27 billion, $179.2 million less than the figure posted for the same period last year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> Earnings per stock unit for the period was $2.03</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> Like many listed companies operating on the Jamaican landscape, Grace was negatively impacted by the new IFRS 16 standard (as it speaks to&nbsp; leases), which spelt an additional expense of $115 million. Compounding this situation was an additional expense of $189 million due to post-employment benefit expenses in accordance with IAS 19.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br>Grace also attributed foreign exchange volatility as negatively impacting its financial performance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> The Food Trading Division saw an increase in revenue but a decline in profits compared against the same period in 2018. Hi-Lo Food Stores continues to show improvement under the management of Catherine Kennedy and has now opened its Hi-Lo Express store in downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2412} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/don-wehby-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-2412\" /><figcaption>GraceKennedy Group CEO Don Wehby</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br><br>Grace Frozen Patties, Jerk Wings and Tropical Rhythms have all helped to spur growth of 11% in GraceKennedy Foods (USA) division’s sales. <br><br> <br>But while Grace Foods (USA) has made strides, over on the other side of the Atlantic, Grace Foods ( UK) saw a decline in sales for the period under review.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> The Financial Services division put in a creditable performance for the second quarter, a period which saw an uptick in both revenues and profit. First Global Bank posted positive numbers compared to the same period last year, with efforts to improve efficiency paying off.<br><br> <br>Speaking about the Group’s six-month period performance, Grace’s CEO Don Wehby said: “ We’re proud of the improved operating performance for the Group despite the challenges presented by the new IFRS standards and the volatility in the foreign exchange market. The GraceKennedy Group expects to meet its 12-month profit target for 2019 and achieve further improved operating performance.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> <br> GraceKennedy will pay A dividend of 40 cents per share, equivalent to $397 million on September 26.</p>\n<!-- /wp:paragraph -->','GraceKennedy posts revenues of J$51.5 billion for six-month period','','inherit','closed','closed','','2405-revision-v1','','','2019-08-10 14:45:06','2019-08-10 19:45:06','',2405,'https://buzz-caribbean.com/article/2405-revision-v1/',0,'revision','',0),(2867,11,'2019-08-10 14:46:05','2019-08-10 19:46:05','<!-- wp:paragraph -->\n<p>Regional conglomerate GraceKennedy increased revenues for the six-month period ended June 30, 2019, posting J$51.5 billion, $3.12 billion more than the figure posted for the corresponding figure of 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2421} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Wires-Removed-1024x683.jpg\" alt=\"\" class=\"wp-image-2421\" /><figcaption>GraceKennedy\'s downtown Kingston headquarters (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br><br> This increased revenue figure generated a net profit of $2.27 billion, $179.2 million less than the figure posted for the same period last year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> Earnings per stock unit for the period was $2.03</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> Like many listed companies operating on the Jamaican landscape, Grace was negatively impacted by the new IFRS 16 standard (as it speaks to&nbsp; leases), which spelt an additional expense of $115 million. Compounding this situation was an additional expense of $189 million due to post-employment benefit expenses in accordance with IAS 19.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br>Grace also attributed foreign exchange volatility as negatively impacting its financial performance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> The Food Trading Division saw an increase in revenue but a decline in profits compared against the same period in 2018. Hi-Lo Food Stores continues to show improvement under the management of Catherine Kennedy and has now opened its Hi-Lo Express store in downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2412} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/don-wehby-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-2412\" /><figcaption>GraceKennedy Group CEO Don Wehby</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br><br>Grace Frozen Patties, Jerk Wings and Tropical Rhythms have all helped to spur growth of 11% in GraceKennedy Foods (USA) division’s sales. <br><br> <br>But while Grace Foods (USA) has made strides, over on the other side of the Atlantic, Grace Foods ( UK) saw a decline in sales for the period under review.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> The Financial Services division put in a creditable performance for the second quarter, a period which saw an uptick in both revenues and profit. First Global Bank posted positive numbers compared to the same period last year, with efforts to improve efficiency paying off.<br><br> <br>Speaking about the Group’s six-month period performance, Grace’s CEO Don Wehby said: “ We’re proud of the improved operating performance for the Group despite the challenges presented by the new IFRS standards and the volatility in the foreign exchange market. The GraceKennedy Group expects to meet its 12-month profit target for 2019 and achieve further improved operating performance.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> <br> GraceKennedy will pay A dividend of 40 cents per share, equivalent to $397 million on September 26.</p>\n<!-- /wp:paragraph -->','GraceKennedy posts revenues of J$51.5 billion for six-month period','','inherit','closed','closed','','2405-revision-v1','','','2019-08-10 14:46:05','2019-08-10 19:46:05','',2405,'https://buzz-caribbean.com/article/2405-revision-v1/',0,'revision','',0),(2868,11,'2019-08-10 14:46:58','2019-08-10 19:46:58','<!-- wp:paragraph -->\n<p>Regional conglomerate GraceKennedy increased revenues for the six-month period ended June 30, 2019, posting J$51.5 billion, $3.12 billion more than the figure posted for the corresponding figure of 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2421} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Wires-Removed-1024x683.jpg\" alt=\"\" class=\"wp-image-2421\" /><figcaption>GraceKennedy\'s downtown Kingston headquarters (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> This increased revenue figure generated a net profit of $2.27 billion, $179.2 million less than the figure posted for the same period last year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Earnings per stock unit for the period was $2.03</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like many listed companies operating on the Jamaican landscape, Grace was negatively impacted by the new IFRS 16 standard (as it speaks to  leases), which spelt an additional expense of $115 million. Compounding this situation was an additional expense of $189 million due to post-employment benefit expenses in accordance with IAS 19.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grace also attributed foreign exchange volatility as negatively impacting its financial performance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Food Trading Division saw an increase in revenue but a decline in profits compared against the same period in 2018. Hi-Lo Food Stores continues to show improvement under the management of Catherine Kennedy and has now opened its Hi-Lo Express store in downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2412} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/don-wehby-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-2412\" /><figcaption>GraceKennedy Group CEO Don Wehby</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Grace Frozen Patties, Jerk Wings and Tropical Rhythms have all helped to spur growth of 11% in GraceKennedy Foods (USA) division’s sales. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But while Grace Foods (USA) has made strides, over on the other side of the Atlantic, Grace Foods ( UK) saw a decline in sales for the period under review.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> The Financial Services division put in a creditable performance for the second quarter, a period which saw an uptick in both revenues and profit. First Global Bank posted positive numbers compared to the same period last year, with efforts to improve efficiency paying off.<br><br> <br>Speaking about the Group’s six-month period performance, Grace’s CEO Don Wehby said: “ We’re proud of the improved operating performance for the Group despite the challenges presented by the new IFRS standards and the volatility in the foreign exchange market. The GraceKennedy Group expects to meet its 12-month profit target for 2019 and achieve further improved operating performance.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> <br> GraceKennedy will pay A dividend of 40 cents per share, equivalent to $397 million on September 26.</p>\n<!-- /wp:paragraph -->','GraceKennedy posts revenues of J$51.5 billion for six-month period','','inherit','closed','closed','','2405-revision-v1','','','2019-08-10 14:46:58','2019-08-10 19:46:58','',2405,'https://buzz-caribbean.com/article/2405-revision-v1/',0,'revision','',0),(2869,11,'2019-08-10 14:56:43','2019-08-10 19:56:43','<!-- wp:paragraph -->\n<p>It was hailed as faith in young Jamaican talent when Justin Morin was appointed as Digicel Jamaica’s first local CEO.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But after less than two years, Morin has walked away from that position.<br> <br>He is replaced by another Jamaican, former Verizon executive, Allison Cole Philbert.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2095} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Allison-Cole-Phillbert.jpg\" alt=\"\" class=\"wp-image-2095\" /><figcaption>Allison Cole Philbert, CEO, Digicel Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Morin, a former student of St George’s College carved out a reputation as a capable executive at Grace Kennedy. Before joining Digicel, he was Director of Corporate Strategy at Saudi Telecom, rolling out operations in the Middle East.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>I am proud of what we have been able to achieve during my tenure in returning the business to growth.</p><cite>Justin Morin, former CEO, Digicel Jamaica</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He also sat on Digicel Foundation’s Board of Directors making valuable contributions to the implementation of philanthropic endeavours in Jamaica.<br> <br>“I am proud of what we have been able to achieve during my tenure in returning the business to growth; today our customers in Jamaica benefit from the leading data experience, leading home and entertainment services as well as a world-class business,” said Morin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2102} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Digicel-CEO-1024x684.jpg\" alt=\"\" class=\"wp-image-2102\" /><figcaption>Former Digicel Jamaica CEO, Justin Morin <em>(Photo: Twitter - @DIGICELJamaica)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Justin Morin is married and has two daughters. So what now? He would be a valuable asset to one of Jamaica’s leading companies having demonstrated abilities in the telecoms, finance and manufacturing sectors.<br> <br>Then again he may take his talents abroad having international experience already under his belt.</p>\n<!-- /wp:paragraph -->','Justin Morin steps down from his role as CEO of Digicel Jamaica','','inherit','closed','closed','','2098-revision-v1','','','2019-08-10 14:56:43','2019-08-10 19:56:43','',2098,'https://buzz-caribbean.com/article/2098-revision-v1/',0,'revision','',0),(2870,11,'2019-08-10 15:01:21','2019-08-10 20:01:21','<!-- wp:paragraph -->\n<p>PSOJ boss Howard Mitchell has declared that Jamaica must stand on three pillars, namely corruption must be controlled, secondly the community must be educated and skilled, and its private sector must be innovative, capitalised and well regulated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mitchell who has long called for a re-examination of how Jamaica functions said in an address made before private sector and government operatives, that every successful and progressive society stands on three pillars — three foundation stones — the state, the community and the market (commerce).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1811} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Howard-Mitchell-1024x543.jpg\" alt=\"\" class=\"wp-image-1811\" /><figcaption>Howard Mitchell, President of the Private Sector Organisation Of Jamaica (PSOJ) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He said: \"If those pillars are not properly balanced and proportional to each other the progress of the society will be threatened.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"For a society to be successful, firstly the state must be strong, effective, facilitative and corruption must be controlled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Secondly the community must be educated and skilled, united in common goals and the degree of marginalisation and inequality must not be so great as to be an insurmountable barrier to the success of the average citizen with ambition and drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> \"And finally the market [private sector] must be innovative, agile, well capitalised, technically competent and well regulated.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Every successful and progressive society stands on three pillars: the state, the community and the market (commerce).</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Mitchell made it clear that if these elements are not present, there is a great potential for social disorder, individualistic and selfish behaviour, corruption and antisocial activity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For almost 6 decades since Jamaica\'s independence these pillars have been unbalanced, Mitchell noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"If those pillars are not properly balanced and proportional to each other the progress of the society will be threatened.\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"There is no question in my mind that the near-catastrophic failure of our economy up to the last decade is a consequence of the imbalance here described and it would be worth our while to effect a study of our economic history to elicit detailed lessons so as to prevent a repetition in the future,\" Mitchell said.</p>\n<!-- /wp:paragraph -->','PSOJ Boss says Jamaica must stand on 3 essential pillars','','inherit','closed','closed','','1801-revision-v1','','','2019-08-10 15:01:21','2019-08-10 20:01:21','',1801,'https://buzz-caribbean.com/article/1801-revision-v1/',0,'revision','',0),(2871,11,'2019-08-10 15:01:36','2019-08-10 20:01:36','<!-- wp:paragraph -->\n<p>PSOJ boss Howard Mitchell has declared that Jamaica must stand on three pillars, namely corruption must be controlled, secondly the community must be educated and skilled, and its private sector must be innovative, capitalised and well regulated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mitchell who has long called for a re-examination of how Jamaica functions said in an address made before private sector and government operatives, that every successful and progressive society stands on three pillars — three foundation stones — the state, the community and the market (commerce).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1811} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Howard-Mitchell-1024x543.jpg\" alt=\"\" class=\"wp-image-1811\" /><figcaption>Howard Mitchell, President of the Private Sector Organisation Of Jamaica (PSOJ) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He said: \"If those pillars are not properly balanced and proportional to each other the progress of the society will be threatened.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"For a society to be successful, firstly the state must be strong, effective, facilitative and corruption must be controlled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Secondly the community must be educated and skilled, united in common goals and the degree of marginalisation and inequality must not be so great as to be an insurmountable barrier to the success of the average citizen with ambition and drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> \"And finally the market [private sector] must be innovative, agile, well capitalised, technically competent and well regulated.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Every successful and progressive society stands on three pillars: the state, the community and the market (commerce).</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Mitchell made it clear that if these elements are not present, there is a great potential for social disorder, individualistic and selfish behaviour, corruption and antisocial activity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For almost 6 decades since Jamaica\'s independence these pillars have been unbalanced, Mitchell noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"If those pillars are not properly balanced and proportional to each other the progress of the society will be threatened.\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"There is no question in my mind that the near-catastrophic failure of our economy up to the last decade is a consequence of the imbalance here described and it would be worth our while to effect a study of our economic history to elicit detailed lessons so as to prevent a repetition in the future,\" Mitchell said.</p>\n<!-- /wp:paragraph -->','PSOJ boss says Jamaica must stand on 3 essential pillars','','inherit','closed','closed','','1801-revision-v1','','','2019-08-10 15:01:36','2019-08-10 20:01:36','',1801,'https://buzz-caribbean.com/article/1801-revision-v1/',0,'revision','',0),(2872,11,'2019-08-10 15:01:55','2019-08-10 20:01:55','<!-- wp:paragraph -->\n<p>On March 25, Grace Agro Processors (GAP), Denbigh became the sixth factory to be opened in Jamaica by the GraceKennedy Group.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The factory will be working with farmers in and around May Pen, as well as across Jamaica, to source inputs for the manufacturing of Grace products for local consumption and export.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 60,000 square foot facility employs some 70 persons, with that number reaching as high as 120 during peak periods of production.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>GraceKennedy supports Jamaica, and this is one way that has been good for our company. </p><cite>GraceKennedy Group CEO, Don Wehby</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>GAP Denbigh currently has three lines up and running. One has the capacity to produce vacuum-sealed, frozen produce, such as yams and sweet potato; another produces canned products, including ackee and callaloo, and the final is a bottling line, where Grace Foods\' popular jerk seasoning is produced.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1770,1772]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sweet-potato-1.jpg\" alt=\"\" data-id=\"1770\" data-link=\"https://buzz-caribbean.com/?attachment_id=1770\" class=\"wp-image-1770\" /><figcaption>Vacuum-sealed, frozen  sweet potatoes will be produced at GAP Denbigh</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/yam.jpg\" alt=\"\" data-id=\"1772\" data-link=\"https://buzz-caribbean.com/?attachment_id=1772\" class=\"wp-image-1772\" /><figcaption>Vacuum-sealed, frozen  yams will be produced at GAP Denbigh</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>\"GraceKennedy supports Jamaica, and this is one way that has been good for our company. Our partnership with the Jamaican farmers has been mutually beneficial, and we hope will assist us in the bid to secure steady and consistent supply to satisfy the demand for our products both at home and abroad,\" said GraceKennedy Group CEO, Don Wehby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grace Foods Domestic CEO, Frank James, underscored the point, noting that, at the peak of the ackee crop, GAP Denbigh will be depending on supplies of approximately 13,000 dozen ackee each day to satisfy its export demand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1789} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tinned-ackee-1.jpg\" alt=\"\" class=\"wp-image-1789\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Grace ships canned ackee to the UK, USA, Canada and the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>GAP Denbigh will be depending on supplies of approximately 13,000 dozen ackee each day to satisfy its export demand</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>GAP Denbigh gets the raw material for its canned callaloo from the Grace Agro Processors facility in Hounslow, St Elizabeth. The product comes shredded in bulk packaging and is then canned and processed at the Denbigh plant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Our partnership with the Jamaican farmers has been mutually beneficial\"</p><cite>GraceKennedy Group CEO, Don Wehby</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Grace Jerk Seasoning, also manufactured with pepper mash from the Hounslow plant, at GAP Denbigh, is exported to the US and Canadian markets. The product is also shipped in bulk to Grace Foods UK, where it is reprocessed for retail sale.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1784,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Grace-Jerk-Seasoning.jpg\" alt=\"\" class=\"wp-image-1784\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"We are pleased to have opened this facility and look forward to the value it will add, not only to the community in Clarendon and its environs, but to the Grace Foods quality line of products, and our business overall,\" said Wehby.</p>\n<!-- /wp:paragraph -->','GraceKennedy opens sixth factory in Jamaica','','inherit','closed','closed','','1766-revision-v1','','','2019-08-10 15:01:55','2019-08-10 20:01:55','',1766,'https://buzz-caribbean.com/article/1766-revision-v1/',0,'revision','',0),(2873,11,'2019-08-10 15:02:10','2019-08-10 20:02:10','<!-- wp:image {\"id\":1776} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-2-1024x683.jpg\" alt=\"\" class=\"wp-image-1776\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Torrential rains brought a premature end to the inaugural staging of the St. Catherine Jerk Festival in Linstead on Sunday, July 29. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Held on the grounds of the Dinthill Technical High School,&nbsp;hundreds of patrons had to scurry for cover as rains lashed the area. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1779} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-3-1024x683.jpg\" alt=\"\" class=\"wp-image-1779\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The stageshow segment of the event, which had just gotten underway was affected by the downpour and disappointed many patrons who turned out to see Beenieman perform.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When the BUZZ team saw the self-proclaimed Dancehall King, he was seated in his vehicle unable to exit. Other artists such as Jigsy King and Tony Curtis too, did not get their turn to perform.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1778} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-1-1024x614.jpg\" alt=\"\" class=\"wp-image-1778\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Artists who performed during the earlier\npart of the show were Mr Handsome and Zazan Zazan, Villa Dutch&nbsp;and other\nupcoming artists as well as a host of comedians.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Patrons from as far as Manchester, Clarendon, Kingston, and Portland turned out for the inaugural event. Judging from those present, many saw the festival as a great initiative and well-needed for the developing town.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Promoters of the event Audrey Betton and Christopher Angus&nbsp;were pleased with the support and expressed gratitude to the patrons who turned out with their families and friends to indulge in authentic Jamaican jerk. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1780} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-6-1024x683.jpg\" alt=\"\" class=\"wp-image-1780\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"We are indeed grateful for the\nsupport and promise to continue the staging of the St. Catherine Jerk Festival\nas we see it has huge potential for local and international tourism,\" Betton,\none of the promoters told BUZZ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1786} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-4-1024x683.jpg\" alt=\"\" class=\"wp-image-1786\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Her business partner Angus said he was\noverwhelmed by calls from persons formerly of the area, who are now living\noverseas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These returning residents have committed to\ncome home to support the festival next year, insisting the event become a\nstaple on Linstead’s entertainment calendar.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1783} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-9.jpg\" alt=\"\" class=\"wp-image-1783\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Due to these and other encouraging factors,\nthe team told BUZZ that they\'ll be approaching the Jamaica Tourist Board (JTB) for\nsupport in developing bed and breakfast&nbsp;programmes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1785} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-5-1-1024x683.jpg\" alt=\"\" class=\"wp-image-1785\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They are also eyeing other training opportunities\nfrom the JTB for locals, to guide them into making Linstead rise steadily\neconomically with the St. Catherine Jerk Festival and other entertainment\nevents.</p>\n<!-- /wp:paragraph -->','St. Catherine Jerk Festival celebrates inaugural launch','','inherit','closed','closed','','1758-revision-v1','','','2019-08-10 15:02:10','2019-08-10 20:02:10','',1758,'https://buzz-caribbean.com/article/1758-revision-v1/',0,'revision','',0),(2874,11,'2019-08-10 15:03:07','2019-08-10 20:03:07','<!-- wp:paragraph -->\n<p>Ryan Reid, President and Chief Executive Officer (CEO) of First Rock Capital Holdings Limited, is on a path to transform the investment landscape in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1563,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ryan-Reid-First-Rock.jpg\" alt=\"\" class=\"wp-image-1563\" /><figcaption>Ryan Reid, President and Chief Executive Officer (CEO) of First Rock Capital Holdings Limited</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reid found his niche for investment and stock exchange from an early age where he was able to carve a platform for himself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reid is widely known for exhibiting resilience and determination. He\'s no neophyte to life obstacles. Before his elevation to the CEO position, he was the General Manager at PROVEN wealth, a premier investment entity of the Caribbean. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1569} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/FirstRock-Logo2-1024x331.png\" alt=\"\" class=\"wp-image-1569\" /><figcaption> First Rock Capital Holdings Limited (FCH)&nbsp; </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ryan shared that the economic boom that Jamaican is now experiencing, has boosted the various sectors within the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such sector, he highlighted, is the stock market, which he believes will take Jamaica to unexpected heights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The economy is doing well. Not to say that the economy is perfect, but...I believe will do well\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He noted that the international and local attention the Stock Market in Jamaica has enjoyed would result in an unprecedented capital gain for the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The economy is doing well. Not to say that the economy is perfect, but right now whatever opportunities present themselves from a capital standpoint, I believe will do well,” he shared. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1570} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Stock-Market-1024x683.jpg\" alt=\"\" class=\"wp-image-1570\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He cemented his argument by noting that corporate bonds play a pivotal role in enhancing the value and worth of the capital market and is a foreseeable tool that is capable of advancing the stock exchange market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Reason being, interest rates are low, the dollar is more or less stable, inflation is at comfortable levels and the attractiveness of Jamaica as an investment opportunity at this time,” said the investment mogul. </p>\n<!-- /wp:paragraph -->','Here’s how First Rock Boss sees the stock market and Jamaica’s future','','inherit','closed','closed','','1557-revision-v1','','','2019-08-10 15:03:07','2019-08-10 20:03:07','',1557,'https://buzz-caribbean.com/article/1557-revision-v1/',0,'revision','',0),(2875,11,'2019-08-10 15:05:02','2019-08-10 20:05:02','<!-- wp:paragraph -->\n<p>With the abundance of new houses in Trelawny in recent times, this has seen a rise in Airbnb locations in the parish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":976} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/airbnb-logo.jpg\" alt=\"\" class=\"wp-image-976\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While persons have bought houses for their own comfort, it seems that a number of them have decided to expand their lodgings to provide for a number of visitors who come to this part of Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":975,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Falmouth-Pier.jpg\" alt=\"\" class=\"wp-image-975\" /><figcaption>Tourists enjoying sites and attractions at the Falmouth Pier in Trelawny</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Locations in housing schemes such as Florence Hall, Stonebrook, Holland and Coral Springs among others are all listed on the Airbnb website for persons to choose from, with rates ranging from US 30.00 per night to US 100.00 and more in some instances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":967} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Airbnb-Rental-In-Trelawny-1024x640.jpg\" alt=\"\" class=\"wp-image-967\" /><figcaption>Airbnb rental in Stonebrook Vista in Trelawny, Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The lure of nearby attractions such as the beaches, Glistening Waters Marina and the Martha Brae Rivers coupled with the fact that it has less of the hustle and bustle of Montego Bay and Ocho Rios has made Trelawny an ideal spot for travellers who are still a few minutes from both major towns.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":966,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Glistening-Waters-Luminous-Lagoon.jpg\" alt=\"\" class=\"wp-image-966\" /><figcaption>Glistening Waters luminous lagoon attraction in Trelawny, Jamaica</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Persons have found it lucrative to share their living spaces for a few nights at a time and some are in the process of expanding their houses to capitalize on the increased traveller uptick that Jamaica is currently enjoying. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to one such operator, she remarked that since she has started she has managed to earn such much-needed money to assist her with the living expenses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Have you noticed an increase in Airbnb rentals in your parish in Jamaica?</em></p>\n<!-- /wp:paragraph -->','Airbnb taking off in Trelawny','','inherit','closed','closed','','963-revision-v1','','','2019-08-10 15:05:02','2019-08-10 20:05:02','',963,'https://buzz-caribbean.com/article/963-revision-v1/',0,'revision','',0),(2877,11,'2019-08-10 15:07:58','2019-08-10 20:07:58','<!-- wp:image {\"id\":646,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jaevion-nelson-jflag-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-646\" /><figcaption>(Jaevion Nelson, Executive Director of the Jamaica Forum for Lesbians, All-Sexuals and Gays [J-FLAG] Photo contributed)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The need for safe, open spaces to meet and interact without fear of violence or discrimination still rank high for members of the local Lesbian, Gay, Bisexual, and Transgender (LGBT) community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The issue came to the fore as Jamaica observed its fifth\nannual Pride celebrations earlier this month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Executive Director for the Jamaica Forum for Lesbians, All-Sexuals, and Gays (J-FLAG) Jaevion Nelson, safe, open spaces are important as many LGBT Jamaicans do not have that basic privilege – marred by discrimination, violence, and rejection in most instances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nelson, in an interview with <strong><em>BUZZ</em></strong>, noted with concern that only during the annual Pride celebrations does the community get a chance to breathe, far away from the widespread homophobia that permeates Jamaican society.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The LGBT community has always looked forward to Pride activities\nand I think [Pride has] really played an important part in how people\nunderstand themselves and the kind of spaces they get to celebrate, find\ncommunity and friends,” Nelson explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A number of people don’t have access to such spaces on a\nroutine basis,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the meantime, as J-FLAG resumes the rebuilding effort, Nelson\nmaintained that despite the challenges, it knows the needs of the LGBT\ncommunity are great and so, even without a headquarters just now, the\norganization has moved full-steam ahead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve continued the work we’ve been doing with a wide range of stakeholders to ensure that we improve the human rights situation in Jamaica for people who are LGBT; and to ensure that they can have access to services and the support they need to address different challenges they may be facing,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The transition has not been entirely smooth, Nelson posited,\nas the lack of a physical space in which to coordinate, plan and execute key\nfunctions have been affected by the destruction of the Rainbow House in December\n2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, as best as humanly possible, J-FLAG is assuring the LGBT community that it remains unmoved in its efforts to have their needs addressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve continued the work we’ve been doing with a wide range of stakeholders to ensure that we improve the human rights situation in Jamaica for people who are LGBT and to ensure that they can have access to services and the support they need to address different challenges they may be facing,” Nelson told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','LGBTQAI+ community pushing for safe spaces','','inherit','closed','closed','','644-revision-v1','','','2019-08-10 15:07:58','2019-08-10 20:07:58','',644,'https://buzz-caribbean.com/article/644-revision-v1/',0,'revision','',0),(2878,11,'2019-08-10 15:12:12','2019-08-10 20:12:12','<!-- wp:paragraph -->\n<p>Kanye West wants Danny McBride to play him in a movie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 42-year-old rapper went to the actor\'s home to pitch him a \"pretty brilliant idea\" for a project about the story of his life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":539} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Kanye-West.jpeg\" alt=\"\" class=\"wp-image-539\" /><figcaption>Kanye West</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, Danny, 42, was surprised by Kanye\'s pitch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I had a pretty interesting guest shortly after we moved there [to Charleston]. One day I got a phone call out of nowhere and the voice sounded familiar but I wasn\'t sure who it was. I was like, \'Hello?\' and he was like, \'Hey, is Danny there?\' He was like, \'This is Kanye West\', Danny said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":554} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/danny-mcbride-1.jpg\" alt=\"\" class=\"wp-image-554\" /><figcaption>Danny McBride</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Danny said: \"He basically said he was a fan of mine and wanted to come hang out. I think he thought I lived in Los Angeles so I was like, \'No I live in Charleston,\' and he was quiet and then said, \'OK, I can go there too.\' I was getting nervous, like, \'What should I wear when Kanye gets here.\' He had an idea for a project which I think was a pretty brilliant idea. He wanted to do a movie about the story of his life and he wanted me to play him. I thought it was a cool enough idea and we hung out, we went out on a boat, we just talked. He was awesome, it was the most incredible afternoon.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Would Danny McBride make a great Kanye? Tell us what you think.</p>\n<!-- /wp:paragraph -->','Kanye asks Danny McBride to play him in a movie','','inherit','closed','closed','','533-revision-v1','','','2019-08-10 15:12:12','2019-08-10 20:12:12','',533,'https://buzz-caribbean.com/article/533-revision-v1/',0,'revision','',0),(2879,11,'2019-08-10 15:14:43','2019-08-10 20:14:43','<!-- wp:paragraph -->\n<p>Move over Marvel Comics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Local comic book creators Racquel Reid-Grandison and husband\nHenry Grandison are looking to make their mark on the genre. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pair unveiled the comic book, <strong>MaroonBlack </strong>during the recent AnimeCom Fest in St Andrew. The book was\nalso launched as a webcomic at <a href=\"https://maroonblack.net/\" target=\"_blank\" rel=\"noreferrer noopener\">https://maroonblack.net</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":371} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-issue-1-1024x550.jpg\" alt=\"\" class=\"wp-image-371\" /><figcaption>A selection from MaroonBlack.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reid-Grandison is one of the rare females in the profession worldwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I hope that this project will be received well by readers\nand inspire more Jamaicans to create comics using our culture. I also hope that\nthis would lead to the development of the comic book industry here in the Caribbean,” said Reid-Grandison, who is also an educator.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":375} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-3-1024x522.jpg\" alt=\"\" class=\"wp-image-375\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said: “I have always had an interest in comics from an\nearly age. In 2007, my husband, who was just a friend at the time, was creating\nhis comic and I went on as his writer. <strong>MaroonBlack</strong>\nis the first one I wrote.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The book taps into local lore for a Jamaican take on the\nsuperhero.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":373} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-issue-2-1024x818.jpg\" alt=\"\" class=\"wp-image-373\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It is an action-packed, thrilling adventure of the lives of\nmembers of a group called Maroonblack. It is set in Jamaica and thus\nincorporating the different landmarks in Jamaica. Characters from our culture\nand folklore are used to enhance the plot in creative ways.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Early versions of the comic have already drawn professional accolades. It was part of the first issue of local comic book anthology series i-Land Chronicles. The artwork of her husband earned a 2<sup>nd</sup> place award for Best Character at creative industry conference KingstOOn in 2016.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reid-Grandison previously collaborated with her husband for <strong>Trapped: Shawn’s Story</strong>, which was\ncommissioned by The National Taskforce Against Trafficking in Persons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The couple’s next project is based on a national hero and\nwill be available soon.</p>\n<!-- /wp:paragraph -->','Jamaican couple writes comic books','','inherit','closed','closed','','368-revision-v1','','','2019-08-10 15:14:43','2019-08-10 20:14:43','',368,'https://buzz-caribbean.com/article/368-revision-v1/',0,'revision','',0),(2880,11,'2019-08-10 15:15:03','2019-08-10 20:15:03','<!-- wp:paragraph -->\n<p>Move over Marvel Comics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Local comic book creators Racquel Reid-Grandison and husband\nHenry Grandison are looking to make their mark on the genre. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pair unveiled the comic book, <strong>MaroonBlack </strong>during the recent AnimeCom Fest in St Andrew. The book was\nalso launched as a webcomic at <a href=\"https://maroonblack.net/\" target=\"_blank\" rel=\"noreferrer noopener\">https://maroonblack.net</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":371} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-issue-1-1024x550.jpg\" alt=\"\" class=\"wp-image-371\" /><figcaption>A selection from MaroonBlack.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reid-Grandison is one of the rare females in the profession worldwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I hope that this project will be received well by readers\nand inspire more Jamaicans to create comics using our culture. I also hope that\nthis would lead to the development of the comic book industry here in the Caribbean,” said Reid-Grandison, who is also an educator.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":375} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-3-1024x522.jpg\" alt=\"\" class=\"wp-image-375\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said: “I have always had an interest in comics from an\nearly age. In 2007, my husband, who was just a friend at the time, was creating\nhis comic and I went on as his writer. <strong>MaroonBlack</strong>\nis the first one I wrote.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The book taps into local lore for a Jamaican take on the\nsuperhero.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":373} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-issue-2-1024x818.jpg\" alt=\"\" class=\"wp-image-373\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It is an action-packed, thrilling adventure of the lives of\nmembers of a group called Maroonblack. It is set in Jamaica and thus\nincorporating the different landmarks in Jamaica. Characters from our culture\nand folklore are used to enhance the plot in creative ways.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Early versions of the comic have already drawn professional accolades. It was part of the first issue of local comic book anthology series i-Land Chronicles. The artwork of her husband earned a 2<sup>nd</sup> place award for Best Character at creative industry conference KingstOOn in 2016.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reid-Grandison previously collaborated with her husband for <strong>Trapped: Shawn’s Story</strong>, which was\ncommissioned by The National Taskforce Against Trafficking in Persons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The couple’s next project is based on a national hero and\nwill be available soon.</p>\n<!-- /wp:paragraph -->','Jamaican couple pens comic books','','inherit','closed','closed','','368-revision-v1','','','2019-08-10 15:15:03','2019-08-10 20:15:03','',368,'https://buzz-caribbean.com/article/368-revision-v1/',0,'revision','',0),(2881,4,'2019-08-10 16:39:04','2019-08-10 21:39:04','','racquel-2','','inherit','closed','closed','','racquel-2','','','2019-08-10 16:39:04','2019-08-10 21:39:04','',368,'https://buzz-caribbean.com/app/uploads/2019/08/racquel-2.jpg',0,'attachment','image/jpeg',0),(2882,4,'2019-08-10 16:40:13','2019-08-10 21:40:13','<!-- wp:paragraph -->\n<p>Move over Marvel Comics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Local comic book creators Racquel Reid-Grandison and husband\nHenry Grandison are looking to make their mark on the genre. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pair unveiled the comic book, <strong>MaroonBlack </strong>during the recent AnimeCom Fest in St Andrew. The book was\nalso launched as a webcomic at <a href=\"https://maroonblack.net/\" target=\"_blank\" rel=\"noreferrer noopener\">https://maroonblack.net</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":371} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-issue-1-1024x550.jpg\" alt=\"\" class=\"wp-image-371\" /><figcaption>A selection from MaroonBlack.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reid-Grandison is one of the rare females in the profession worldwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I hope that this project will be received well by readers\nand inspire more Jamaicans to create comics using our culture. I also hope that\nthis would lead to the development of the comic book industry here in the Caribbean,” said Reid-Grandison, who is also an educator.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":375} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-3-1024x522.jpg\" alt=\"\" class=\"wp-image-375\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said: “I have always had an interest in comics from an\nearly age. In 2007, my husband, who was just a friend at the time, was creating\nhis comic and I went on as his writer. <strong>MaroonBlack</strong>\nis the first one I wrote.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The book taps into local lore for a Jamaican take on the\nsuperhero.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":373} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-issue-2-1024x818.jpg\" alt=\"\" class=\"wp-image-373\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It is an action-packed, thrilling adventure of the lives of\nmembers of a group called Maroonblack. It is set in Jamaica and thus\nincorporating the different landmarks in Jamaica. Characters from our culture\nand folklore are used to enhance the plot in creative ways.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Early versions of the comic have already drawn professional accolades. It was part of the first issue of local comic book anthology series i-Land Chronicles. The artwork of her husband earned a 2<sup>nd</sup> place award for Best Character at creative industry conference KingstOOn in 2016.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2881} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/racquel-2-1024x936.jpg\" alt=\"\" class=\"wp-image-2881\" /><figcaption>Racquel Reid-Grandison proudly displays a mockup of her comic.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reid-Grandison previously collaborated with her husband for <strong>Trapped: Shawn’s Story</strong>, which was\ncommissioned by The National Taskforce Against Trafficking in Persons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The couple’s next project is based on a national hero and\nwill be available soon.</p>\n<!-- /wp:paragraph -->','Jamaican couple pens comic books','','inherit','closed','closed','','368-revision-v1','','','2019-08-10 16:40:13','2019-08-10 21:40:13','',368,'https://buzz-caribbean.com/article/368-revision-v1/',0,'revision','',0),(2884,4,'2019-08-11 14:04:43','2019-08-11 19:04:43','<!-- wp:paragraph -->\n<p>Miley Cyrus and Liam Hemsworth\'s split isn\'t \"surprising\" to their friends as they had deep \"issues\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2885} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Miley-Cyrus.jpg\" alt=\"\" class=\"wp-image-2885\" /><figcaption> Miley Cyrus and Liam Hemsworth at the Vanity Fair Oscar Party in 2018.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Wrecking Ball</strong> hitmaker and the <strong>Hunger Games</strong> actor announced they had gone their separate ways on Sunday. But an insider insists the couple still had \"a lot of issues\" despite appearing to be perfect.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"They\'re not on the same page when it comes to a lot of fundamental things that make a relationship work.\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"This split isn\'t shocking to people who are actually with them every day. After they reunited, everyone thought they were this \'perfect\' couple, but they still had a lot of issues,” a source told People magazine. \"They\'re not on the same page when it comes to a lot of fundamental things that make a relationship work. It\'s not surprising at all.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The source said Miley and Liam were \"drifting apart\" for months prior to their split. News of the couple’s split came shortly after the pop star described their relationship as \"unique\".</p>\n<!-- /wp:paragraph -->','Miley Cyrus and Liam Hemsworth\'s split isn\'t surprising','','publish','closed','closed','','miley-cyrus-and-liam-hemsworths-split-isnt-surprising','','','2019-08-11 14:04:44','2019-08-11 19:04:44','',0,'https://buzz-caribbean.com/?p=2884',0,'post','',0),(2885,4,'2019-08-11 13:58:30','2019-08-11 18:58:30','','2018 Vanity Fair Oscar Party','BEVERLY HILLS, LOS ANGELES, CA, USA - MARCH 04: 2018 Vanity Fair Oscar Party held at the Wallis Annenberg Center for the Performing Arts on March 4, 2018 in Beverly Hills, Los Angeles, California, United States. (Photo by Xavier Collin/Image Press Agency/Splash News)\n\nPictured: Miley Cyrus,Liam Hemsworth,Margot Robbie\nMark Bailey\nRory Kennedy\nMark Hamill\nMark Ronson\nMartha Hunt\nMary J. Blige\nMatt Bomer\nMaya Hawke\nZac Posen\nMegan Mullally\nMelissa Bolona\nMichael Govan\nKatherine Ross\nMichael Polish\nKate Bosworth\nMichelle Monaghan\nMichelle Rodriguez\nMiles Teller\nKeleigh Sperry\nMiley Cyrus\nLiam Hemsworth\nMindy Kaling\nMinnie Driver\nMira Sorvino\nMolly Sims\nMonica Lewinsky\nGretchen Carlson\nNaomi Campbell\nNick Offerman\nNina Agdal\nRef: SPL1667737 040318 NON-EXCLUSIVE\nPicture by: SplashNews.com\n\nSplash News and Pictures\nLos Angeles: 310-821-2666\nNew York: 212-619-2666\nLondon: 0207 644 7656\nMilan: 02 4399 8577\nphotodesk@splashnews.com\n\nWorld Rights','inherit','closed','closed','','2018-vanity-fair-oscar-party','','','2019-08-11 14:02:47','2019-08-11 19:02:47','',2884,'https://buzz-caribbean.com/app/uploads/2019/08/Miley-Cyrus.jpg',0,'attachment','image/jpeg',0),(2886,4,'2019-08-11 14:00:56','2019-08-11 19:00:56','<!-- wp:paragraph -->\n<p>Miley Cyrus and Liam Hemsworth\'s split isn\'t \"surprising\" to their friends as they had deep \"issues\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2885} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Miley-Cyrus.jpg\" alt=\"\" class=\"wp-image-2885\" /><figcaption> Miley Cyrus and Liam Hemsworth at the Vanity Fair Oscar Party in 2018.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Wrecking Ball</strong> hitmaker and the <strong>Hunger Games</strong> actor announced they had gone their separate ways on Sunday. But an insider insists the couple still had \"a lot of issues\" despite appearing to be perfect.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"They\'re not on the same page when it comes to a lot of fundamental things that make a relationship work.\"</p><cite>— a source close to the couple</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"This split isn\'t shocking to people who are actually with them every day. After they reunited, everyone thought they were this \'perfect\' couple, but they still had a lot of issues,” a source told People magazine. \"They\'re not on the same page when it comes to a lot of fundamental things that make a relationship work. It\'s not surprising at all.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The source said Miley and Liam were \"drifting apart\" for months prior to their split. News of the couple’s split came shortly after the pop star described their relationship as \"unique\".</p>\n<!-- /wp:paragraph -->','Miley Cyrus and Liam Hemsworth\'s split isn\'t surprising','','inherit','closed','closed','','2884-revision-v1','','','2019-08-11 14:00:56','2019-08-11 19:00:56','',2884,'https://buzz-caribbean.com/article/2884-revision-v1/',0,'revision','',0),(2887,4,'2019-08-11 14:01:53','2019-08-11 19:01:53','<!-- wp:paragraph -->\n<p>Miley Cyrus and Liam Hemsworth\'s split isn\'t \"surprising\" to their friends as they had deep \"issues\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2885} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Miley-Cyrus.jpg\" alt=\"\" class=\"wp-image-2885\" /><figcaption> Miley Cyrus and Liam Hemsworth at the Vanity Fair Oscar Party in 2018.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Wrecking Ball</strong> hitmaker and the <strong>Hunger Games</strong> actor announced they had gone their separate ways on Sunday. But an insider insists the couple still had \"a lot of issues\" despite appearing to be perfect.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"They\'re not on the same page when it comes to a lot of fundamental things that make a relationship work.\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"This split isn\'t shocking to people who are actually with them every day. After they reunited, everyone thought they were this \'perfect\' couple, but they still had a lot of issues,” a source told People magazine. \"They\'re not on the same page when it comes to a lot of fundamental things that make a relationship work. It\'s not surprising at all.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The source said Miley and Liam were \"drifting apart\" for months prior to their split. News of the couple’s split came shortly after the pop star described their relationship as \"unique\".</p>\n<!-- /wp:paragraph -->','Miley Cyrus and Liam Hemsworth\'s split isn\'t surprising','','inherit','closed','closed','','2884-revision-v1','','','2019-08-11 14:01:53','2019-08-11 19:01:53','',2884,'https://buzz-caribbean.com/article/2884-revision-v1/',0,'revision','',0),(2888,11,'2019-08-11 14:08:09','2019-08-11 19:08:09','','Shea-Japan-Cherry-Blossoms-BUZZ','','inherit','closed','closed','','shea-japan-cherry-blossoms-buzz','','','2019-08-11 14:08:09','2019-08-11 19:08:09','',2305,'https://buzz-caribbean.com/app/uploads/2019/08/Shea-Japan-Cherry-Blossoms-BUZZ.jpg',0,'attachment','image/jpeg',0),(2889,11,'2019-08-11 14:09:43','2019-08-11 19:09:43','','Shea-India-BUZZ','','inherit','closed','closed','','shea-india-buzz','','','2019-08-11 14:09:43','2019-08-11 19:09:43','',2305,'https://buzz-caribbean.com/app/uploads/2019/08/Shea-India-BUZZ.jpg',0,'attachment','image/jpeg',0),(2890,4,'2019-08-11 14:11:47','2019-08-11 19:11:47','<!-- wp:image {\"id\":2784} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ishawana-new_pic-1024x731.jpg\" alt=\"\" class=\"wp-image-2784\" /><figcaption>Ishawna is being criticised for singing about her vagina. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Danchehall artiste Ishawna is known for being controversial, and she again ruffled some feathers following the August 7 release of her <strong>Pot Of Gold</strong> music video.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “When they say all I sing about is my vagina! Thank God Koffee is here to save y’all!!!\"</p><cite> &nbsp;—&nbsp; Ishawna</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Two days after premiering the visuals to the raunchy song,\nIshawna sent tongues wagging with a caption that accompanied a man singing a\nlewd song.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“When they say all I sing about is my vagina! Thank God Koffee is here to save y’all!!! Just leave me alone mek mi be myself for crying out loud!!! Anyway...<strong>Pot Of Gold</strong> Video out now sis,” she posted. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2785} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ishawna-B-1019x1024.jpg\" alt=\"\" class=\"wp-image-2785\" /><figcaption>One of Ishawna\'s outfits for the \'Pot Of Gold\' music video was inspired by the Little Red Riding Hood.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It seems her caption was triggered by criticism she has been receiving for the lyrics in her songs. While she is being lauded for the creativity shown in the <strong>Pot Of Gold</strong> music video that mimicked a fairy tale, some persons bashed her for the content of the song. “Mi tired a them type a song ya now. Come with something else. Everything about your underneath. Stop it girl and tell us about yuh school life,” one person commented on YouTube. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Seemingly undaunted by her critics, Ishawna followed up a\nfew hours later with a screenshot of a newyorktimes.com article. “When singing\nabout your “Vagina” gets you featured in The NY Times,” was the accompanying\ncaption. </p>\n<!-- /wp:paragraph -->','\'Thank God Koffee is here\' - Ishawna wants to be left alone','','inherit','closed','closed','','2783-revision-v1','','','2019-08-11 14:11:47','2019-08-11 19:11:47','',2783,'https://buzz-caribbean.com/article/2783-revision-v1/',0,'revision','',0),(2891,11,'2019-08-11 14:13:12','2019-08-11 19:13:12','','Houseboat-India-BUZZ','','inherit','closed','closed','','houseboat-india-buzz','','','2019-08-11 14:13:12','2019-08-11 19:13:12','',2305,'https://buzz-caribbean.com/app/uploads/2019/08/Houseboat-India-BUZZ.jpg',0,'attachment','image/jpeg',0),(2892,14,'2019-08-11 14:15:09','2019-08-11 19:15:09','','donald-tapia-demo-buzz-3','','inherit','closed','closed','','donald-tapia-demo-buzz-3','','','2019-08-11 14:15:09','2019-08-11 19:15:09','',2200,'https://buzz-caribbean.com/app/uploads/2019/08/donald-tapia-demo-buzz-3.jpg',0,'attachment','image/jpeg',0),(2893,11,'2019-08-11 14:18:29','2019-08-11 19:18:29','','Shea-India-Next-Adventure-BUZZ','','inherit','closed','closed','','shea-india-next-adventure-buzz','','','2019-08-11 14:18:29','2019-08-11 19:18:29','',2305,'https://buzz-caribbean.com/app/uploads/2019/08/Shea-India-Next-Adventure-BUZZ.jpg',0,'attachment','image/jpeg',0),(2895,11,'2019-08-11 14:22:41','2019-08-11 19:22:41','<!-- wp:paragraph -->\n<p>Yasheika Shea Powell (call her\nShea) has wanderlust. In other words, travel is in her blood.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2888} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shea-Japan-Cherry-Blossoms-BUZZ-1024x731.jpg\" alt=\"\" class=\"wp-image-2888\" /><figcaption>Shea Powell embracing the serenity and beauty of Japan (Photo: Shea Powell)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It’s\nmy drive,” says the fast-talking, Kingston-based blogger. Her website, <a href=\"http://www.theworldupcloser.com,/\" target=\"_blank\" rel=\"noreferrer noopener\">www.theworldupcloser.com,</a> is packed with\nuseful travel tips and true-life experiences — alongside dreamy photographs of\nplaces she has visited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2889} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shea-India-BUZZ.jpg\" alt=\"\" class=\"wp-image-2889\" /><figcaption>No visit to India is complete without donning one of their elegant sarees (Photo: Shea Powell)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You can find Shea on Instagram in an Italian vineyard (wineglass in hand); meditating under the cherry blossoms in Japan; or daydreaming on a houseboat in Kerala, India.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2891} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Houseboat-India-BUZZ-1024x683.jpg\" alt=\"\" class=\"wp-image-2891\" /><figcaption>Snapshot of houseboats in Kerala, India (Photo: Shea Powell)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Shea’s\nfirst trip abroad was to Washington, DC on April 23, 2008. Since then it’s been\nhard for her to stay in one place. But what, or where is her inspiration?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2893,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shea-India-Next-Adventure-BUZZ-1024x819.jpg\" alt=\"\" class=\"wp-image-2893\" /><figcaption>Shea Powell enjoying a dreamy moment in India - always looking for the next adventure (Photo: Shea Powell)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A\nbig sigh. “OMG! South America!” Her first (visa-free) trip there was to\nEcuador, which she says has a special place in her heart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her Spanish is improving rapidly. Among the 38 countries, she has visited to date — an “intense” 12 days in Japan and a road trip around Iceland (“a whole different planet by itself”) also stands out for her.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><em>Take a peek at some of the stunning shots taken while in Japan.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery -->\n<ul class=\"wp-block-gallery columns-0 is-cropped\"></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>But\nisn’t travel a big headache nowadays? Shea is organized, prepares well and just\nlooks forward to her next journey. As for paperwork: “My passport is my resumé. I trust the\nprocess.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She\nsays: “Eighty-five per cent of my trips are solo. It may sound selfish, but\nthen I can do exactly what I want!” She loves the freedom, makes friends along\nthe way — but sometimes wishes she could share a stunning view or a delicious\nmeal with family and friends.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Every\nlocation has its appeal. So, what about our Jamaica — what makes it unique?\n“It’s the vibe! It’s the energy of the people,” Shea declares. She admits that\nher favourite haunts are Portland, which she calls “my safe haven,” and the\nchilled-out mood of Treasure Beach. (PIX OF FAV PLC IN PORTLAND AND TREASURE\nBEACH IN ST E)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So,\nwhere next? For Shea, all roads lead to the continent of Africa, which she is\nyet to visit. “Namibia, Botswana, South Africa — oh, and Morocco. And Egypt!”\nShe has a checklist and she will be working on it soon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Really\nsoon. Shea is not one to hesitate. The airport awaits!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Heads up: Buzz will be\ntravelling around Jamaica with Shea to discover those special corners of the\nisland we call “hidden gems”. Stay tuned!</strong></p>\n<!-- /wp:paragraph -->','The world is her oyster and Travel Blogger Shea wants to share it with you','','inherit','closed','closed','','2305-revision-v1','','','2019-08-11 14:22:41','2019-08-11 19:22:41','',2305,'https://buzz-caribbean.com/article/2305-revision-v1/',0,'revision','',0),(2896,14,'2019-08-11 14:22:59','2019-08-11 19:22:59','','saintleo-business-school','','inherit','closed','closed','','saintleo-business-school','','','2019-08-11 14:22:59','2019-08-11 19:22:59','',2200,'https://buzz-caribbean.com/app/uploads/2019/08/saintleo-business-school.jpg',0,'attachment','image/jpeg',0),(2897,4,'2019-08-11 14:57:53','2019-08-11 19:57:53','<!-- wp:image {\"id\":2909} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Matthew-Bell-and-Elle-Evans.jpg\" alt=\"\" class=\"wp-image-2909\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Muse singer Matthew Bellamy has married model Ell Evans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Muse singer tied the knot with the 29-year-old model in front of family and friends and took to social media to share the news of their big day. Captioning photos from the wedding, Matthew and Elle wrote in separate posts, \"Mr. &amp; Mrs. Bellamy,\" alongside a string of adorable emojis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Matt and Elle got engaged during a trip to Fiji in December 2017.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>In my personal life, I\'m pretty grateful, pretty happy</p><cite>— Matthew Bellamy</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Matt had previously revealed he is \"pretty happy\" with Elle and is thankful to have contentment in his own life when things in the wider world are so chaotic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"In my personal life, I\'m pretty grateful, pretty happy. But when you look at what governments and corporations have done to the planet with warfare and environmental destruction, there\'s a constant feeling of discord.\"</p>\n<!-- /wp:paragraph -->','Matthew Bellamy has married Elle Evans','','publish','closed','closed','','matthew-bellamy-has-married-elle-evans','','','2019-08-14 20:28:29','2019-08-15 01:28:29','',0,'https://buzz-caribbean.com/?p=2897',0,'post','',0),(2898,14,'2019-08-11 14:24:16','2019-08-11 19:24:16','','donald-tapia-demo-buzz-2','','inherit','closed','closed','','donald-tapia-demo-buzz-2','','','2019-08-11 14:24:16','2019-08-11 19:24:16','',2200,'https://buzz-caribbean.com/app/uploads/2019/08/donald-tapia-demo-buzz-2.jpg',0,'attachment','image/jpeg',0),(2899,11,'2019-08-11 14:27:17','2019-08-11 19:27:17','<!-- wp:paragraph -->\n<p>Gone are the days when ‘big brother’ or someone else was not watching.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2717} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/security-camera-1024x683.png\" alt=\"\" class=\"wp-image-2717\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Indeed, cameras are everywhere now, from traffic lights to inside our homes via nanny cams, as people are not as trusting of others to do the right things when no one is looking. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One place that does not usually have a camera but probably should is the office kitchen or kitchenette. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That place where things mysteriously disappear or are left differently from how they were placed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2718} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Office-Kitchenette.jpg\" alt=\"\" class=\"wp-image-2718\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Because you spend eight hours a day, 5 days a week in the office, it stands to reason that you will have to eat there. Taking quick bites at the desk isn\'t always feasible.  Plus, doctors say it is not good for your digestion. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2721} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Eating-Lunch-At-Desk.jpg\" alt=\"\" class=\"wp-image-2721\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, most business places have a little kitchenette, even if it is super small, with just a sink for washing stuff up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now a lot goes on in that small room. It can be a good place to unwind, but gossiping heads the list of activities performed in there, even more than actual eating. When it comes to the kitchenette be prepared for just about anything.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2723} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/work-kitchen-chatter.jpg\" alt=\"\" class=\"wp-image-2723\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>First things first, when you place bottled water or juice in the fridge, you should probably mark the spot where the liquid reaches in the bottle beforehand. This is to ensure that no one sneaks and sips on what they did not provide.  It is easier to say this is a mistake with a bottle of supermarket brand water that is common. However, that does not ring true for someone’s personal juice container or bottle. Then you definitely know that someone enjoys your juice just as much as you do. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2725} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/My-Bottle.jpg\" alt=\"\" class=\"wp-image-2725\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To prevent any unpleasant surprises always check the mouth or rim of bottles before you put it to your head to drink directly from it. One man got the shock of his life in an office years ago when he lifted the bottle to drink and saw lipstick all around the edge of the bottle. He never left another bottle in the refrigerator after that. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2726} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lipstick-Stain.jpg\" alt=\"\" class=\"wp-image-2726\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Another sign of tampering is usually with food ordered and stored in those styrofoam containers. You would think that with your name carefully written on the box, that would be enough of a deterrent to the food poachers or meal pirates. It is not. Those who eat early are usually safe, but those who have a hectic schedule and may remember to eat at 2:30 or 3 pm may be in for a rude awakening as their meal may be missing some side dishes or a piece of meat. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2729} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Leftovers-in-Styrofoam-Box.jpg\" alt=\"\" class=\"wp-image-2729\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One may think that the caterers short-changed you, but this is not usually the case, as you can tell when someone was digging into a food box by the way the food is left afterwards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If that is not crazy enough, there are even people who take it one step further and actually eat some of your leftovers, or in Jamaican parlance <em>‘nyam and lef’</em>. This is beyond disturbing and a good enough reason for installing cameras because no one should be messing around with people’s food, especially if there is no Brooklax handy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Have you had any bad experiences in your work kitchenette? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Spill the deets with <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','Workplace kitchen etiquette 101','','inherit','closed','closed','','2673-revision-v1','','','2019-08-11 14:27:17','2019-08-11 19:27:17','',2673,'https://buzz-caribbean.com/article/2673-revision-v1/',0,'revision','',0),(2900,14,'2019-08-11 14:27:28','2019-08-11 19:27:28','','donald-tapia-demo-buzz','','inherit','closed','closed','','donald-tapia-demo-buzz','','','2019-08-11 14:27:28','2019-08-11 19:27:28','',2200,'https://buzz-caribbean.com/app/uploads/2019/08/donald-tapia-demo-buzz.jpg',0,'attachment','image/jpeg',0),(2901,11,'2019-08-11 14:30:22','2019-08-11 19:30:22','<!-- wp:paragraph -->\n<p>Tracey is heading to her reunion for the weekend so Dave has the children and full time ‘daddy duties’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Knowing how rambunctious her three small children can be, Tracey is worried if she will even recognise her home when she gets back, so with a sigh and a little apprehension, she kisses them goodbye and heads out of town. For Dave, it is no big deal as he has things all planned out and it involves absolutely none of the instructions Tracey left pinned to the refrigerator. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the next 48 hours, he will be in charge of the ‘fun-factory’ and all of Tracey’s rules about etiquette and cleaning will be ignored. These are the things fathers do differently when mothers are not around.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2652,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fun-With-Dad.jpg\" alt=\"\" class=\"wp-image-2652\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The first thing they do is suspend chores. Who needs them? Nobody ever got a Nobel peace prize for cleaning or washing dishes. Therefore to ensure that there is minimal work involved he will roll up and put aside the carpet so that he does not get any food or juice stains on it and all meals will be served on paper plates. How smart is that? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2634} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/paper-plate.jpg\" alt=\"\" class=\"wp-image-2634\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fathers also like\nto make everything either a sport or a competition with little ones so in order\nto get them to eat all their food they will make lunch a ‘hot dog eating\ncontest’ and even get a whistle and cheer them on as they wolf down their meal.\nTheir mothers would be mortified. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2640} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Whistle-1024x489.jpg\" alt=\"\" class=\"wp-image-2640\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bath time is a whole adventure. Mothers have so much on their plate that getting the kids cleaned and clothed and out of the bathroom in as little time as possible has become almost a science for them. Not so for Dad. He goes for toys and makes it a full-blown water park with a theme so the kids will be wrinkled but happy as they go off to sleep.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2644} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bath-Time-1024x768.jpeg\" alt=\"\" class=\"wp-image-2644\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking of adventures, trust dad to pull apart the living room sofa cushions and make a tent or a camp in the middle of the living room complete with sheets, flashlights and pillows. He may turn off all the main house lights and feed them snacks while he tells them scary stories that makes them want to pee but too afraid to venture off to the bathroom by themselves. Way to go, dad! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dads may also allow them to pick their clothing to wear - forget colour coordination, clean, weatherproof or right for the occasion - if it fits and they like it, it\'s a go! For fathers it is all about comfort over style. They are also big on giving you the option to choose so another brownie point for dads who allows you to just be you. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you remember any shenanigans you got into with Dad while Mom was away? Tell us at <strong>BUZZ</strong>. #DadsRule</p>\n<!-- /wp:paragraph -->','When Mom\'s Away...','','inherit','closed','closed','','2628-revision-v1','','','2019-08-11 14:30:22','2019-08-11 19:30:22','',2628,'https://buzz-caribbean.com/article/2628-revision-v1/',0,'revision','',0),(2902,14,'2019-08-11 14:31:14','2019-08-11 19:31:14','<!-- wp:image {\"id\":2892} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/donald-tapia-demo-buzz-3-1024x500.jpg\" alt=\"\" class=\"wp-image-2892\" /><figcaption>Donald Tapia, US Ambassador to Jamaica (Photo contributed, Tau Kappa Epsilon Fraternity, Illinois)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The nomination of Donald Ray Tapia as US Ambassador to Jamaica has now been confirmed by the US Senate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tapia, who is 81, has said that he wants to pay particular attention to Jamaica’s energy sector.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His predecessor, Luis Moreno oversaw US investment of over US$1 billion in Jamaica during his tenure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Here’s what you need to know about the inspirational and mercurial Donald Ray Tapia:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1.   Donald is a businessman who hails from Detroit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.   He once said in an interview: “I am the American dream who made it from the slums of Detroit to Paradise Valley. It was a hell of a ride from a one-bedroom flat with a Murphy bed shared by my mother and sister while I slept on a couch; a father who disappears; and a mother who’s strapped to make the rent and feed my sister and I. I used to tell people we had a lot – a lot of potato soup with very little potatoes.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3.   He is a US Air Force veteran.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4.   He moved to Arizona where he ran a successful business selling wires, tools, and equipment for the construction industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5.   “If you are going to run a business, you need to know about finance,” he once declared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6.   Donald Tapia’s mantra is, “There is no try, only do.”<br> <br>7.  He was the Chairman and CEO of the Essco Group Management for over 30 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8.   “I ran Essco for 25 years without a degree. Nobody knew the difference because I understood the business and I could talk to presidents of companies without any intimidation. Nobody ever intimidated me. That’s the main thing.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9.   With his granddaughter graduating and always stressing upon the value of an education, he decided at the age of 62 to sign up for a degree course. He then did his Master’s in Business Administration in 2007.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10.   He graduated from Saint Leo University where he has a US$12 million, 47,921 square foot business school named after him, “The Donald R. Tapia School of Business.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2896} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/saintleo-business-school-1024x631.jpg\" alt=\"\" class=\"wp-image-2896\" /><figcaption>The Donald Tapia School of Business (Photo contributed, Lunz Group)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>11.   “Never forget where you come from, but never look back. There are a lot of people who know my name, but they’ve never met me. I was the largest Hispanic business owner in the state of Arizona,” he once said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>12.   He is a big Donald Trump supporter and has been seen at one of his rallies with a “Make America Great Again” hat. He is a big contributor to Trump’s political efforts and a large donor to the Republican Party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2898} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/donald-tapia-demo-buzz-2-1024x576.jpg\" alt=\"\" class=\"wp-image-2898\" /><figcaption>Donald Tapia (Photo contributed, YouTube.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>13.   Donald Tapia is known for his philanthropic generosity, donating millions to various charities.<br> <br> 14.   “Politics is interesting to me and good government,” said Tapia. He is reported to have described himself as a fiscal conservative with moderate social leanings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>15.   “Growing up in a very destitute area of Detroit, Michigan, I never would have imagined that I would one day appear before the distinguished Members of this Committee seeking ambassadorial confirmation,\"  Tapia, speaking to the Senate Committee on Foreign Relations July 31, 2018. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>16.   When asked if he had dreamed of winning the Masters, Tapia said, “I never had a dream go this far, so I can’t really say it’s a dream come true,” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>17.   Addressing natural disasters in Jamaica, Donald Tapia said: “Jamaica is subject to extreme weather events including hurricanes, storms, flooding and earthquakes that lead to losses in capital stock and investments. The United States Agency for International Development (USAID) helped strengthen a system for developing, financing and executing sustainable climate adoption approaches in the region. If confirmed, I will support and work with the Jamaican government to strengthen its preparedness for and resilience to severe weather events.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2900} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/donald-tapia-demo-buzz.jpg\" alt=\"\" class=\"wp-image-2900\" /><figcaption>Donald Tapia (Photo contributed,  Tau Kappa Epsilon Fraternity, Illinois)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>18.   On good fortune, he said: “You’ve heard about having an angel on one shoulder and a devil on the other? I had to have a flock of angels because they had to do shift work.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>So how would Tapia like to be remembered? </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“I’d like to be remembered as someone who always spoke his mind, even if it wasn’t politically correct. I want to be remembered as the one who defied all the naysayers in my life and actually made something of himself. I want to be remembered as the person who is proud to have grown up in the slums of Detroit and yet was able to build something out of nothing,\" noted Donald Tapia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I want to be that role model for today’s young people who says yes, you can make it if you have a dream and the will to get there. And, finally, I want to be remembered as that person who never forgot where they came from, what it was like and that giving back to those less fortunate fulfills a personal need to share the good fortune he’s had” he added.</p>\n<!-- /wp:paragraph -->','Donald Tapia: What you should know about Jamaica\'s newest US Ambassador','','inherit','closed','closed','','2200-revision-v1','','','2019-08-11 14:31:14','2019-08-11 19:31:14','',2200,'https://buzz-caribbean.com/article/2200-revision-v1/',0,'revision','',0),(2905,11,'2019-08-11 14:34:35','2019-08-11 19:34:35','<!-- wp:image {\"id\":2649} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miss-t-owner-demo.jpg\" alt=\"\" class=\"wp-image-2649\" /><figcaption>Miss T, the woman behind Ocho Rios\' favourite eatery (Photo: Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When you live on an island that has a\ndiverse culture, food is always exciting. In Jamaica, it is no different. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A wide range of international fast-food\nfranchises can be found competing with local franchises, and small cook-shops\nare more common than high-end restaurants. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But there are some spots that just stand\nout as they cater to all palettes and give you a true representation of island\nfood.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yes... I have an obsession with food; good food that is, and to have friends who like to eat, cook and enjoy a good bottle of spirits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you have been or heard of Ocho Rios, you\nknow it is a small coastal town that caters heavily to the thousands of\ntourists that visit every year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s not only where Dunn\'s River Falls\n&amp; Mystic Mountain attractions are located, but tucked away on a side street,\ntwo minutes’ walk from the town centre, you will find Miss T\'s Kitchen in the\ncutest little garden.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2648} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-kitchen-inside-demo.jpg\" alt=\"\" class=\"wp-image-2648\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Opened every day from noon until 11 pm,\nthis small restaurant feeds all comers, no matter the dietary needs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did I mention they have a gorgeous wine bar on-location that is almost like going to a different establishment all together?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Uniquely named, the \'Di Wine Yaad\' is a wooden structure that totally ties in with the existing decor and offers outdoor and indoor seating. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2642} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/di-wine-yaad-ocho-rios-819x1024.jpg\" alt=\"\" class=\"wp-image-2642\" /><figcaption>Di Wine Yaad (Photo contributed, Instagram)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Light background music and an atmosphere\nthat screams \'Tapas &amp; Wine\'. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The selection of wine available suits any\nbudget and the wine drinkers from introductory to the connoisseur. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2645} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-kitchen-entrance-demo-1024x575.jpg\" alt=\"\" class=\"wp-image-2645\" /><figcaption>Aww, such a cute sign! (Photo contributed, Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you are lucky you might even get to share a glass of wine with the owner Miss T (Anna-Kay Tomlinson) who regularly entertains friends at the \'Di Wine Yaad\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Story by Attalia Harriman</em>*</p>\n<!-- /wp:paragraph -->','Miss T\'s Kitchen (Part 1)','','inherit','closed','closed','','2598-revision-v1','','','2019-08-11 14:34:35','2019-08-11 19:34:35','',2598,'https://buzz-caribbean.com/article/2598-revision-v1/',0,'revision','',0),(2906,11,'2019-08-11 14:43:26','2019-08-11 19:43:26','<!-- wp:image {\"id\":2489} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chabad-1024x768.jpg\" alt=\"\" class=\"wp-image-2489\" /><figcaption>  Chabad Kosher Hot Spot offers a wide variety of Middle Eastern foods. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Montego Bay may not be widely known\nfor variety when it comes to food options, but if you look closely there are more\nthan enough eateries to provide alternatives. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such place is Chabad Kosher Hot\nSpot. The Jewish restaurant is located on Jimmy Cliff Boulevard in the city,\nand it is set on giving Montegonians a middle eastern taste that is not the\nusual fare in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2488} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chabad-A-1024x768.jpg\" alt=\"\" class=\"wp-image-2488\" /><figcaption> One of the popular dishes at Chabad Kosher Hot Spot is falafel comb served with fries. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Its location is quite pronounced, as\nit sits across the road from the famous Margaritaville. And patrons who are\ncurious enough to pass through its doors can choose from a variety of authentic\nJewish meals with the most popular being the falafel. The dishes at Chabad\nKosher Hot Spot are mostly vegetarian, and persons are usually enticed by the\nsweet aroma as the meals are prepared and served.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The restaurant also serves as an\ninformation centre, as persons can buy books and other materials. In addition,\nthose who visit the location can also use the opportunity to interact with the welcoming\nmembers of the Jewish community who might be present there. </p>\n<!-- /wp:paragraph -->','Montego Bay gets a taste of Jewish foods','','inherit','closed','closed','','2487-revision-v1','','','2019-08-11 14:43:26','2019-08-11 19:43:26','',2487,'https://buzz-caribbean.com/article/2487-revision-v1/',0,'revision','',0),(2907,11,'2019-08-11 14:46:25','2019-08-11 19:46:25','<!-- wp:image {\"id\":2431} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/christopher-s-seaside.jpg\" alt=\"\" class=\"wp-image-2431\" /><figcaption>A breathtaking view of the pearly Caribbean Sea from Christopher\'s (Photo contributed, TripAdvisor.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The name is definitely an ode to the\nexplorer Christopher Columbus, but there is nothing mistaken about this\nrestaurant. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located at the Hermosa Cove in St. Ann, even\nthe architecture was deliberate in its appearance – seemingly taking a step\nback in time to a time of pirates and castles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wooden floors and a breath-taking view of\nthe Caribbean Sea is enough to melt all the worries of this modern life away. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2429} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Christophers-Badge.png\" alt=\"\" class=\"wp-image-2429\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>My first visit was on a whim and initially\nwith the assistance of Google Maps (bad idea). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But, after calling the office for\ndirections finding the neatly tucked away oasis was my true mission for the\nday. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you get to the security gate you will\nbe asked your purpose for visit, so it makes sense to call ahead and let them\nknow you are coming by. It just makes things easier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once you step in the dining area, the\nintoxicating of fresh bread and coffee is clearly a ploy to make you hungry.\nHats off to Christophers (neat trick).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I just wanted to see the place and maybe have a cocktail. However, my stomach twisted my arm and the result was cocktails, soup, and a beautiful entree. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Truthfully, my ultimate test for any bar or restaurant to ‘walk the walk’ that the decor and appearance talks, is a Piña colada. Yes, you heard me. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2441} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pina-Colada-Menu-576x1024.jpg\" alt=\"\" class=\"wp-image-2441\" /><figcaption>A cool Piña colada and the Christopher\'s menu (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Although the ingredients are simple enough it is one of those drinks that if fresh elements aren\'t added to will taste like a mass-produced canned drink. I definitely expect that from a nice establishment.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I\'m happy to report that the bar-tender did a good job and made me two  Piña coladas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Story by Attalia Harriman</em>*</p>\n<!-- /wp:paragraph -->','Christopher\'s: At Hermosa Cove (Part 1)','','inherit','closed','closed','','2423-revision-v1','','','2019-08-11 14:46:25','2019-08-11 19:46:25','',2423,'https://buzz-caribbean.com/article/2423-revision-v1/',0,'revision','',0),(2908,11,'2019-08-11 14:47:26','2019-08-11 19:47:26','<!-- wp:image {\"id\":2436} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Seared-Mahi-Mahi-1024x576.jpg\" alt=\"\" class=\"wp-image-2436\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, after my happy stomach was in the ‘TGIF\nmood’ on a Wednesday after one Pina Colada, the brain thought it was a good\nidea to take an in-depth look at the menu and ask the patient waitress what was\nthe \'Soup de Jour\' (fancy way to say ‘soup of the day’). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chef Arnold obviously takes into consideration the delicate whips of ocean salt that dances in the breeze when sitting at the restaurant as the Seafood medley soup was light, crisp and perfectly balanced with mahi mahi, shrimp, green mussels &amp; veggies. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2439} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Seafood-Medley-Broth.jpg\" alt=\"\" class=\"wp-image-2439\" /><figcaption>Perfectly seasoned and balanced Seafood medley soup is a whole mood (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It wasn\'t summer yet, but Jamaica can have some oppressively hot days, which make hearty thick soup only perfect on rainy days.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As if the soup wasn\'t enough, and the second Piña colada, my friend, Chef Arnold and my stomach conspired against me and then came the pièce de résistance. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The show-stopper was the pan-seared Mahi Mahi loin. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A 2 1/2\" thick steak of fish perfectly\ncrusted but juicy and flavourful in the delicate folds. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was served on a bed of steamed cauliflower, pakchoi, zucchini, onions, broccoli &amp; cabbage in coconut milk with just a dash of scotch bonnet pepper. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although scotch bonnet can give a hell of a\npunch, this dish just had enough to tease your tongue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All that goodness was topped with a fresh\nsalsa that made every bite of this dish a pleasure to eat. The textures and\nflavours in this dish surely earn #foodgasm status.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most importantly after all that fancy \'Top\nChef\' experience, my purse was pleasantly surprised that my debit card didn\'t\nrequest a sidebar convo after paying the bill. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, whether on #staycation as a local or\n#vacation as a visitor a trip down the quiet private road towards the Hermosa\nCove property is worth it for a fabulous meal any day of the week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Side note: For those who love jerked &amp; barbecued food, Saturday night is the superb night to visit Christophers for dinner. Until then do it ‘For The Love Of Food’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Story by Attalia Harriman*</em></p>\n<!-- /wp:paragraph -->','Christopher’s (Part 2): Now, we eat!','','inherit','closed','closed','','2434-revision-v1','','','2019-08-11 14:47:26','2019-08-11 19:47:26','',2434,'https://buzz-caribbean.com/article/2434-revision-v1/',0,'revision','',0),(2909,4,'2019-08-11 14:51:03','2019-08-11 19:51:03','','Matthew-Bell-and-Elle-Evans','','inherit','closed','closed','','matthew-bell-and-elle-evans','','','2019-08-11 14:51:03','2019-08-11 19:51:03','',2897,'https://buzz-caribbean.com/app/uploads/2019/08/Matthew-Bell-and-Elle-Evans.jpg',0,'attachment','image/jpeg',0),(2911,11,'2019-08-11 14:51:48','2019-08-11 19:51:48','<!-- wp:image {\"id\":2388} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/fashion-female-footwear-NEW2285500-1024x716.jpg\" alt=\"\" class=\"wp-image-2388\" /><figcaption>High heels are not recommended for your flight. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At this time of the year, airports are\npacked, and planes are loaded with summer travellers. While sundresses, shorts,\nheels and other types of fancy items are likely to dominate most wardrobes\nduring the season, comfort is crucial while on your flight. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A cosy and relaxing flight is something\neveryone desires, so here are five things to avoid as you embark on your trip. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2383} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/aeroplane-aircraft-airplane-new-67807-1024x683.jpg\" alt=\"\" class=\"wp-image-2383\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>High Heels</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You’re not ripping the runway, so high\nheels are not required for your flight. There is no need to struggle through\nthe airport in uncomfortable pumps. Instead, grab a pair of sneakers that will\nhelp you to sprint to the gate, if necessary. Flip-flops are not recommended\neither. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Jumpsuits</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Jumpsuits and onesies are probably the\nworst items of clothing you could wear for a flight. Why would you want to\nremove almost all your clothes just to use the bathroom? A better option is to\nwear something simple that will make going to the loo a breeze. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Tight Clothing</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It might be tempting, but tight\nclothing is not recommended for flights. It’s best to wear outfits that are\nmade of breathable fabric. You also need to bring along something that can keep\nyou warm during the flight. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Heavy Perfumes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A little perfume is fine, but you need\nto think about your fellow travellers. It would not be a pleasant experience if\nsomeone has an asthmatic attack all because of your heavily scented toiletries.\nAftershaves are on that banned list, too. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2389} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/beauty-fragrance-girl-NEW-6404-1024x683.jpg\" alt=\"\" class=\"wp-image-2389\" /><figcaption>Ensure that you wear a light fragrance that won\'t bother other passengers.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Offensive Clothing</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Well, let’s just say you could get\nkicked off your flight for wearing a T-shirt splashed with expletives. Just be\nconsiderate of other passengers – don’t offend them. </p>\n<!-- /wp:paragraph -->','Five things you should never wear on a flight','','inherit','closed','closed','','2381-revision-v1','','','2019-08-11 14:51:48','2019-08-11 19:51:48','',2381,'https://buzz-caribbean.com/article/2381-revision-v1/',0,'revision','',0),(2912,4,'2019-08-11 14:57:53','2019-08-11 19:57:53','<!-- wp:image {\"id\":2909} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Matthew-Bell-and-Elle-Evans.jpg\" alt=\"\" class=\"wp-image-2909\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Muse singer Matthew Bellamy has married model Ell Evans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Muse singer tied the knot with the 29-year-old model in front of family and friends and took to social media to share the news of their big day. Captioning photos from the wedding, Matthew and Elle wrote in separate posts, \"Mr. &amp; Mrs. Bellamy,\" alongside a string of adorable emojis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Matt and Elle got engaged during a trip to Fiji in December 2017.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>In my personal life, I\'m pretty grateful, pretty happy</p><cite>— Matthew Bellamy</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Matt had previously revealed he is \"pretty happy\" with Elle and is thankful to have contentment in his own life when things in the wider world are so chaotic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"In my personal life, I\'m pretty grateful, pretty happy. But when you look at what governments and corporations have done to the planet with warfare and environmental destruction, there\'s a constant feeling of discord.\"</p>\n<!-- /wp:paragraph -->','Matthew Bellamy has married Elle Evans','','inherit','closed','closed','','2897-revision-v1','','','2019-08-11 14:57:53','2019-08-11 19:57:53','',2897,'https://buzz-caribbean.com/article/2897-revision-v1/',0,'revision','',0),(2914,11,'2019-08-11 15:06:52','2019-08-11 20:06:52','<!-- wp:paragraph -->\n<p>A pot shaped-belly in the age of the coveted “Instagram body” can be a big blow to anyone’s self-esteem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, not everyone was genetically built with flat tummies and wide hips and as such more women are turning to cosmetic surgeries for “designer bodies” so that they can make the cut. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, achieving your desired bod can also be achieved through dedication to your exercise regimen and a balanced diet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Below we\'ve compiled a combination of exercises and how-to videos in partnership with <strong>Spry Training</strong> to help you get your desired results:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"center\"} -->\n<h3 style=\"text-align:center\">INSERT 15-SEC VIDEOS BELOW EACH HEADING</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Lunge Chops </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stand with feet together, holding onto the ends of one dumbbell. Step forward with your right foot and lower into a lunge, reaching the dumbbell across the outside of the left hip. Then bring your alternative foot forward and land it into a lunge, reaching the dumbbell up and across to the right, rotating your torso as you lift. Return to starting position and repeat. Do the prescribed number of repetitions, and then switch sides to complete set. Do three sets of 12 repetitions each side.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Standing One-Arm Press</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Grab a pair of dumbbells and stand with your feet shoulder-width apart and your knees slightly bent. Now, raise the dumbbells in front of your shoulders, palms facing forward and press the right dumbbell overhead, keeping your arm in front of your ear. Slowly lower, then raise the left dumbbell. Continue alternating for 14 reps; complete three sets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Curtsy Lunges</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stand with your feet hip-width apart, hands on your hips. Take a big step back with your left leg, crossing it behind your right. Bend your knees and lower your hips until your right thigh is nearly parallel to the floor. Keep your torso upright and your hips and shoulders as square as possible. Return to start. Perform 10 repetitions and repeat, stepping back with your right leg. Add dumbbells once you master the movement with perfect form. Complete three sets of 10 repetitions for each side.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>T Pushups </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Start in a low plank position with your elbows bent so your body is two inches off the ground. Push up and, as you reach the top, lift your left hand and roll onto the outside of your feet, keeping your body aligned. Straighten your left arm so your fingertips point upward. Hold for one second before returning to start. Repeat on the other side. Complete five sets. For an additional core and balance challenge, stack your feet as you raise your arm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Cardio</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Activities like walking, running, swimming or cycling to protect the knees and ankles. The stair climber and the treadmill or incline are great cardio to lose weight all over while still building some muscle tone on the legs. A cardiovascular workout for at least 40-70 minutes, three to five times per week is recommended.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Try these out. Tell us if it worked for you.</p>\n<!-- /wp:paragraph -->','Getting your perfect bod: Try these 5 quick exercise moves','','inherit','closed','closed','','2310-revision-v1','','','2019-08-11 15:06:52','2019-08-11 20:06:52','',2310,'https://buzz-caribbean.com/article/2310-revision-v1/',0,'revision','',0),(2916,14,'2019-08-11 15:07:22','2019-08-11 20:07:22','<!-- wp:paragraph -->\n<p>JMMB Bank put in a sterling performance for the year ended March 31, 2019, which saw total revenues grow by J$1 billion on last year’s numbers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Net interest income and other revenue came in at $3.96 billion compared to $2.69 billion for the year ended March 31, 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This was driven in part by foreign exchange trading earnings of $963. 3 million and gains on sale of investments of $609.4 million.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Net profit of $1.14 billion was recorded for the year under review, a significant increase on the $636.5 million recorded for the prior year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Total non-interest expenses rose to $2.52 billion compared&nbsp;to $1.85 billion for the year ended 2018. JMMB saw its staff costs creep up to $1.2 billion with impairment losses on financial instruments increasing to $173.5 million, as a result of accounting requirements for IFRS 9.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Headquartered in Kingston, JMMB managed to reduce its marketing and corporate affairs spend to $40.8 million as well as curtailed professional fees by over half of last year’s figure of $111 million.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>JMMB Bank’s loans portfolio increased by 25.84%, moving from $26.89 billion to $33.83 billion resulting in improved market share.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Its total Shareholders’ Equity increased by $573.5 million and is currently at $8.63 billion, up from $8.06 billion at the end of the prior financial year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earnings per share(EPS) for the year under review stood at $1.78, an 80% increase when compared to 99 cents in the prior year. EPS  is based on profit after tax and the weighted average number of shares in issue ($641,159, 682 million).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong>, JMMB Group CEO Keith Duncan said:  “We are pleased with these numbers and we continue to focus on core business. The improving macro-economic and financial environment in Jamaica continues to help our operations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Loans have grown by 25% bolstering our banking business and we have been able to leverage our client base. We have consolidated across the region and acquired new entities and opened up new business lines. In the Dominican Republic, we have established both mutual funds and pension fund administration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In Trinidad, we have established a consumer finance arm and now have four branches in Trinidad and one in Tobago.\" </p>\n<!-- /wp:paragraph -->','Big jump in profits for JMMB','','inherit','closed','closed','','2207-revision-v1','','','2019-08-11 15:07:22','2019-08-11 20:07:22','',2207,'https://buzz-caribbean.com/article/2207-revision-v1/',0,'revision','',0),(2917,14,'2019-08-11 15:11:37','2019-08-11 20:11:37','','ford-vw-america-ceos-demo-buzz','','inherit','closed','closed','','ford-vw-america-ceos-demo-buzz','','','2019-08-11 15:11:37','2019-08-11 20:11:37','',2197,'https://buzz-caribbean.com/app/uploads/2019/08/ford-vw-america-ceos-demo-buzz.jpg',0,'attachment','image/jpeg',0),(2918,11,'2019-08-11 15:13:33','2019-08-11 20:13:33','<!-- wp:image {\"id\":2291} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ash4-1.jpg\" alt=\"\" class=\"wp-image-2291\" /><figcaption> Asheika James says she wants to step into representational politics one day. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A second runner-up in the Miss St Elizabeth Festival Queen 2019 Competition, Malvern native Asheika James has dreams of entering Parliament one day. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My ambition\nis to be a nation builder, whether through means of civil society or stepping\ninto the world of representational&nbsp;politics,” she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And she might be\nwell on her way to achieving this. The petite young woman is currently a sales\nand promotions officer at the Jamaica Automobile Association (member of JN Group).\nShe is also a peer leader for University of the West Indies (UWI) Leads programme,\nand she received a bachelor’s degree in political science and international\nrelations from UWI. She is now pursuing a master’s degree in procurement management.\nShe is also on the UWI Dean’s List, and she was the best speaker at the 2015 World\nHealth Debate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My ambition is to be a nation builder.\"</p><cite>-  Asheika James </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>One of her\ngoals is to give back to those who are less fortunate. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Behaviours are\ncontagious. If people see you giving back to society with pureness, it is\nlikely to be an idea that will&nbsp;stick with them. I believe that giving back\nto one’s community will start a positive cycle, where people will see the\nstrength and positivity of giving a helping hand,” she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2280} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Asheika-James-BB-697x1024.jpg\" alt=\"\" class=\"wp-image-2280\" /><figcaption> Asheika James with the first runner-up in the 2019 St Elizabeth Festival Queen Competition. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She has given\nback through a project called the Safe Haven Initiative, which aims to help sexually\nabused females St Elizabeth. In addition, she recently collaborated with the UNESCO\nYouth Network to have a book drive to improve literacy among males in St\nElizabeth, Clarendon and St Catherine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A dream of mine\nis to be able to do as many humanitarian deeds as possible, both locally and\ninternationally. Oh, how I dream of volunteering and bonding in Africa,” she\nsaid. </p>\n<!-- /wp:paragraph -->','St Bess native Asheika James has big dreams','','inherit','closed','closed','','2278-revision-v1','','','2019-08-11 15:13:33','2019-08-11 20:13:33','',2278,'https://buzz-caribbean.com/article/2278-revision-v1/',0,'revision','',0),(2919,14,'2019-08-11 15:15:28','2019-08-11 20:15:28','','ford-and-vw-demo-buzz','','inherit','closed','closed','','ford-and-vw-demo-buzz','','','2019-08-11 15:15:28','2019-08-11 20:15:28','',2197,'https://buzz-caribbean.com/app/uploads/2019/08/ford-and-vw-demo-buzz.jpg',0,'attachment','image/jpeg',0),(2920,11,'2019-08-11 15:17:09','2019-08-11 20:17:09','<!-- wp:image {\"id\":2239} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Spice-dancehall-artiste-1024x606.jpg\" alt=\"\" class=\"wp-image-2239\" /><figcaption>Entertainer Spice is one of the top dancehall artistes in Jamaica. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On a nice, rainy Sunday afternoon in Kingston, Jamaica – Lord knows we needed some relief from the heat — I sat at my laptop doing research on the hottest female dancehall act from the Land of Wood and Water currently doing big things around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grace Latoya Hamilton, more popularly known as Spice, has the most fascinating Wikipedia page introduction I’ve seen in a very long time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Grace Latoya Hamilton (born 6 August 1982), known professionally as Spice, is a Jamaican dancehall recording artist, singer and songwriter. Her career began when she made her debut performance at the annual music festival Sting in 2000, and subsequently became the protégé of fellow deejay Baby Cham. Spice initially gained major recognition after releasing her controversial single ‘Romping Shop’ with Vybz Kartel in 2009. She continued to gain more recognition after releasing her single, ‘So Mi Like It’ in 2014, featured on her debut EP of the same name.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B01Bdy1HCkl/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed aligncenter is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B01Bdy1HCkl/\n</div><figcaption>For her birthday, dancehall artiste Spice posted this picture that generated a lot of comments. </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Let’s pick this apart for a bit. Spice celebrates her birthday on the same day Jamaica does — awesome timing! Spice is literally the female embodiment of strength, wisdom and leadership in the dancehall sector. Funny enough, she constantly has to defend her love for her country from naysayers who view her raunchy performances and provocative lyrics in the most derogatory way they can.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Why write about her, though?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I like to put an academic spin on things we, the Jamaican public, label as ‘sins’, as opposed to the freedom to live and do as one pleases. For the most part, her discography seems filled with raunchy sex music, and one could understand that you’d hardly call a woman like this a role model for young females everywhere. However, on the flip side, aren’t most of our jokes sex-based in the workplaces, schools and social community settings? Isn’t good sex the requirement for most modern-day relationships?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2238} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/spice-dancehall-1024x677.jpg\" alt=\"\" class=\"wp-image-2238\" /><figcaption>Spice continues to make waves with her music. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Spice is a woman who would have suffered the ego-driven, male-dominated field of dancehall, risen above it, found a niche that could sell and made a goddamn successful business out of what she loved to do the most. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She is a role model because she is giving a voice to black women in Jamaica, endearing with power and authority, demanding to be heard, understood and respected. No wonder her debut EP was aptly named, ‘So Mi Like It’<br><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Written by recording artiste Shekinah Ade-Gold, whose goal is to help usher in the most lucrative season in Jamaica\'s entertainment history.</em><br><br></p>\n<!-- /wp:paragraph -->','Oh, the ‘Spice’ of life','','inherit','closed','closed','','2237-revision-v1','','','2019-08-11 15:17:09','2019-08-11 20:17:09','',2237,'https://buzz-caribbean.com/article/2237-revision-v1/',0,'revision','',0),(2922,14,'2019-08-11 15:17:39','2019-08-11 20:17:39','<!-- wp:image {\"id\":2917} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ford-vw-america-ceos-demo-buzz.jpg\" alt=\"\" class=\"wp-image-2917\" /><figcaption>(From left) CEO of the Volkswagen Group Herbert Diess and Ford CEO James Hackett celebrating their game-changing collaboration recently (Photo contributed, autoblog.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Motor vehicle giants Ford and Volkswagen are to join forces in making electric and autonomous vehicles which will mark the next step in the evolution of the automotive industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sales of electric vehicles are climbing and sales of 3 million are expected in the US alone by 2028.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2919} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ford-and-vw-demo-buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-2919\" /><figcaption>Iconic logos of Ford and Volkswagen (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The technology employed to manufacture electric and autonomous vehicles is very costly and headway made on self-driving cars has not been as forthcoming as earlier anticipated.  This may well be the thinking behind the decision to partner up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An investment of around US$300 billion is expected to be made by the world’s leading car makers on battery-electric vehicles over the next 4 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Ford and VW will remain independent and fiercely competitive in the marketplace. Unlocking the synergies across a range of areas allows us to showcase the power of our global alliance in the era of smart vehicles for a smart world,” said Ford’s CEO Jim Hackett.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Volkswagen is looking to sell some 23 million battery-electric vehicles over the next 10 years. </p>\n<!-- /wp:paragraph -->','Ford and VW to collaborate on electric vehicles','','inherit','closed','closed','','2197-revision-v1','','','2019-08-11 15:17:39','2019-08-11 20:17:39','',2197,'https://buzz-caribbean.com/article/2197-revision-v1/',0,'revision','',0),(2923,9,'2019-08-11 15:17:52','2019-08-11 20:17:52','<!-- wp:image {\"id\":2291} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ash4-1.jpg\" alt=\"\" class=\"wp-image-2291\" /><figcaption> Asheika James says she wants to step into representational politics one day. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A second runner-up in the Miss St Elizabeth Festival Queen 2019 Competition, Malvern native Asheika James has dreams of entering Parliament one day. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My ambition\nis to be a nation builder, whether through means of civil society or stepping\ninto the world of representational&nbsp;politics,” she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And she might be\nwell on her way to achieving this. The petite young woman is currently a sales\nand promotions officer at the Jamaica Automobile Association (member of JN Group).\nShe is also a peer leader for University of the West Indies (UWI) Leads programme,\nand she received a bachelor’s degree in political science and international\nrelations from UWI. She is now pursuing a master’s degree in procurement management.\nShe is also on the UWI Dean’s List, and she was the best speaker at the 2015 World\nHealth Debate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My ambition is to be a nation builder.\"</p><cite>-  Asheika James </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>One of her\ngoals is to give back to those who are less fortunate. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Behaviours are\ncontagious. If people see you giving back to society with pureness, it is\nlikely to be an idea that will&nbsp;stick with them. I believe that giving back\nto one’s community will start a positive cycle, where people will see the\nstrength and positivity of giving a helping hand,” she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2280} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Asheika-James-BB-697x1024.jpg\" alt=\"\" class=\"wp-image-2280\" /><figcaption> Asheika James with the first runner-up in the 2019 St Elizabeth Festival Queen Competition. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She has given back through a project called the Safe Haven Initiative, which aims to help sexually abused females in St Elizabeth. In addition, she recently collaborated with the UNESCO Youth Network to have a book drive to improve literacy among males in St Elizabeth, Clarendon and St Catherine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A dream of mine\nis to be able to do as many humanitarian deeds as possible, both locally and\ninternationally. Oh, how I dream of volunteering and bonding in Africa,” she\nsaid. </p>\n<!-- /wp:paragraph -->','St Bess native Asheika James has big dreams','','inherit','closed','closed','','2278-revision-v1','','','2019-08-11 15:17:52','2019-08-11 20:17:52','',2278,'https://buzz-caribbean.com/article/2278-revision-v1/',0,'revision','',0),(2924,14,'2019-08-11 15:26:17','2019-08-11 20:26:17','','people-on-photo-silhouette-buzz-demo','','inherit','closed','closed','','people-on-photo-silhouette-buzz-demo','','','2019-08-11 15:26:17','2019-08-11 20:26:17','',2090,'https://buzz-caribbean.com/app/uploads/2019/08/people-on-photo-silhouette-buzz-demo.jpg',0,'attachment','image/jpeg',0),(2925,14,'2019-08-11 15:27:20','2019-08-11 20:27:20','','siri-demo-buzz','','inherit','closed','closed','','siri-demo-buzz','','','2019-08-11 15:27:20','2019-08-11 20:27:20','',2090,'https://buzz-caribbean.com/app/uploads/2019/08/siri-demo-buzz.jpg',0,'attachment','image/jpeg',0),(2926,14,'2019-08-11 15:29:07','2019-08-11 20:29:07','<!-- wp:image {\"id\":2094} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/google-assistant-vs-apple-siri-demo-buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-2094\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Apple is globally suspending the use of Siri voice recordings after reports emerged that contractors hired by the company listen to ‘private clips’ to improve the voice assistant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>TechCrunch, which broke the news, said Apple plans to issue a software update to seek users’ consent before letting them participate in the product improvement programme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are committed to delivering a great Siri experience while protecting user privacy,” the company said to the outlet. “While we conduct a thorough review, we are suspending Siri grading globally. Additionally, as part of a future software update, users will have the ability to choose to participate in grading.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2924} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/people-on-photo-silhouette-buzz-demo-1024x690.jpg\" alt=\"\" class=\"wp-image-2924\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>In a similar development, Google said it will voluntarily halt listening-in and transcribing Google Assistant recordings for three months in the EU, according to German data regulators.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The use of automatic speech assistants from providers such as Google, Apple and Amazon is proving to be highly risky for the privacy of those affected,” the German data protection authority said. “This applies not only to people who run a speech assistant, but to all those who come into contact with it, for example if they live in a household in which devices such as Google Assistant are installed are used.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last week, The Guardian reported how Siri voice snippets containing “medical information, drug deals, and recordings of couples having sex” are being heard by contractors working for the company around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The objective, like with the case of Amazon and Google, is to listen to them and grade the assistant’s response, including to check if it was invoked by mistake and if the response was appropriate. The snippets themselves are not associated with your Apple ID.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although Apple said less than one percent of daily requests are being analysed to improve Siri and dictation, the contractor said, “they were motivated to go public about their job because of their fears that such information could be misused.”<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2925} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/siri-demo-buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-2925\" /><figcaption>Siri on iPhone (Photo contributed, Apple)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Apple’s own terms of service document says pseudonymized Siri requests could be used for quality control. But it stops short of explicitly stating that the work is actually ‘undertaken by humans’.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The iPhone maker is far from the only company to employ human oversight of its voice assistants. Audio recording requests made to Amazon’s Alexa and Google Assistant are also reviewed in a similar fashion.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Google, mid-July, acknowledged voice snippets from the Assistant — leaked to the Belgian news outlet VRT News — revealed sensitive information such as medical conditions and customer addresses.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s an industry-wide practice to collect voice recordings to improve speech recognition algorithms, as it’s very much an evolving technology. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But seeking informed consent from users goes a long way towards addressing privacy concerns, not to mention ensuring compliance with EU GDPR requirements.</p>\n<!-- /wp:paragraph -->','Apple, Google suspend monitoring of voice recordings by humans','','inherit','closed','closed','','2090-revision-v1','','','2019-08-11 15:29:07','2019-08-11 20:29:07','',2090,'https://buzz-caribbean.com/article/2090-revision-v1/',0,'revision','',0),(2927,11,'2019-08-11 15:30:10','2019-08-11 20:30:10','<!-- wp:paragraph -->\n<p>She keeps you fed, clothed and smelling good. She also pays your credit card bills and for your townhouse. You keep her smiling, satisfied and feeling like she found the proverbial fountain of youth. It is a match made, not in heaven, but on Tinder, because she is not your mother but your mamma...as in sugar mamma.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;A ’sugar mamma’ is a woman (often an <a href=\"https://www.urbandictionary.com/define.php?term=older%20woman\">older woman</a>) who keeps her man or woman in nice standing with money, food, an apartment and other trappings of comfort and luxury. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now do not confuse a ‘cougar’ with a sugar mamma because the former likes the company and the midsection injection of a younger guy while the latter enjoys it and is willing to pay for the pleasure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sugar mammas are more common than you think, as many young men from the inner-city who want the finer things in life or struggling university students who have a hard time financing their way through school are prime candidates. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While it may seem distasteful to the moral majority, for the most part many do not see it as predatory in nature as a sugar daddy relationship. This is usually because women generally are not considered as exploiters and because men, whether they are young or old are perceived as willing to enter into sexual ‘congress’ with just about any female, regardless of her age.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Studies have found that most young males on the cusp of adolescence fantasize not about their peers or girls their own age but about their older hot neighbour or that stern but sexy English teacher. So, when given an opportunity to act on their long-held fantasy, it is a dream come true. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Furthermore, quite a few men have admitted that their ‘first time’ was with someone older, so there was less fumbling, shyness, awkward pauses; with that female acting like a sexual sage and making the experience that much more pleasurable for them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Because they are both consenting adults, the most that will happen publicly is that they may get some disapproving looks. The real problem lies in the unequal balance of power.&nbsp; She who has the money calls the shots and this can become a problem if the mamma is super controlling. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another possible long term problem is that men will be men regardless of age and so may want to have fun occasionally in other ‘oil wells’ (you get it?). Therein lies a problem, when the sugar mamma is not the only one to get all the sugar.</p>\n<!-- /wp:paragraph -->','Sugar Mamma 101','','inherit','closed','closed','','1980-revision-v1','','','2019-08-11 15:30:10','2019-08-11 20:30:10','',1980,'https://buzz-caribbean.com/article/1980-revision-v1/',0,'revision','',0),(2929,14,'2019-08-11 15:31:43','2019-08-11 20:31:43','<!-- wp:image {\"id\":1621} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ghana-flag-1024x576.jpg\" alt=\"\" class=\"wp-image-1621\" /><figcaption>Ghanaian flag (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>‘The Year of Return’ is here and\nexperiencing Ghana is a rather exciting prospect for the average Jamaican.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kissed by the Atlantic Ocean, Ghana is\nblessed with idyllic beaches, cosmopolitan cities, and remote nature reserves\nfull of exotic wildlife.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1622} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/map-of-ghana-west-africa.jpg\" alt=\"\" class=\"wp-image-1622\" /><figcaption>Map of West Africa highlighting Ghana (Photo contributed, Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For Jamaicans who would want to begin their journey across the Atlantic, now that visa-free restrictions between the two countries no longer exist, therein comes another issue:&nbsp;<strong><em>What. To. Do?!</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ghana has the reputation of being one of the friendliest countries in Africa and many recommend it as an excellent entry point for first-time travelers to the continent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Luckily for us, there are many\nsimilarities between Jamaica and Ghana – to the point some have been surprised\nthe country almost feels ‘like home’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So similar is the West African nation\nthat many consider Ghana to be the ‘most Jamaican’ of any country on the\ncontinent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whether you’ve already booked your first flight and are gearing up for a new adventure, or just looking for a refreshing change in scenery,&nbsp;<strong>BUZZ</strong>&nbsp;presents five places, sights and attractions you must go on your visit to Ghana:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":325} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jamaica-passport-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-325\" /><figcaption>Jamaican passports (Photo contributed, Shea Powell, blogger, WorldUpCloser.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Kokrobite</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1624} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kokrobrite-accra-ghana-1024x614.jpg\" alt=\"\" class=\"wp-image-1624\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>1.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If\nyou’re a beach lover, feel compelled to feed your inner adrenaline junkie on\nthe open ocean, then Ghana\'s most popular beaches are the first stop! Located\naround Kokrobite, these pristine sands are home to the particularly beautiful\nLangma Beach.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1625} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kokrobrite-accra-ghana-2-1024x575.jpg\" alt=\"\" class=\"wp-image-1625\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kokrobite is a quick 20-mile ride away\nfrom the capital, Accra. While there, be sure to check out the popular\nbeachfront hotel, Big Milly\'s Backyard, which offers laidback accommodations –\ncomplete with a friendly bar and restaurant where backpackers, volunteers, and\nGhanaian Rastafarians chill out.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1626} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kokrobrite-accra-ghana-3-1024x681.jpg\" alt=\"\" class=\"wp-image-1626\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Accra</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1623} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/accra-at-night-1024x808.jpg\" alt=\"\" class=\"wp-image-1623\" /><figcaption>The skyline of Accra, the heart of Ghana, illuminated at night (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>2.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Catering\nto the shopaholics, culture junkies and history-buffs, Ghana\'s vibrant capital\nof Accra is a sprawling city, and is considered one of Africa\'s safest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1629} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/makola-market-accra-ghana-2-1024x768.jpg\" alt=\"\" class=\"wp-image-1629\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One possible way to pass the time is to\nbargain with vendors in the iconic Makola Market —a central hub selling\neverything from fresh produce to local arts and crafts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1628} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/makola-market-accra-ghana-1024x576.jpg\" alt=\"\" class=\"wp-image-1628\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Other things to do in Accra include a\nvisit to the National Museum of Ghana, where the legacies of the Ashanti\nKingdom and the transatlantic slave trade are housed in beautiful displays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/national-museum-ghana-from-1st-floor-1024x614.jpg\" alt=\"\" class=\"wp-image-1630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Take a trek down Accra’s many scenic\nbeaches, and rock to the vibrations of local and Jamaican Reggae on Labadi\nBeach, Coco Beach, and Bojo Beach.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Kakum National Park</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1631} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kakum-nature-reserve-ghana-1024x682.jpg\" alt=\"\" class=\"wp-image-1631\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>3.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Similar\nto our Blue Mountain Forest Reserve, the Kakum National Park is a dense\ntropical rainforest on Cape Coast in southern Ghana.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The forest – home to more than 40 mammal\nspecies including forest elephants, forest buffalo, meerkats, and civets – also\nhosts a thriving birdlife population, with over 250 different species recorded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For hikers and nature enthusiasts, the best highlight of any visit to Kakum is a stroll on the Canopy Walkway (pictured above). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1633} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kakum-nature-reserve-ghana-2-1-1024x576.jpg\" alt=\"\" class=\"wp-image-1633\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Suspended 100 feet (30 meters) above the ground, this 350-meter walkway will have you cross several bridges as it offers a unique perspective of the park\'s flora and fauna.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Cape Coast Castle</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>4.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Speaking\nof journeys across the Atlantic, step back into a darker period in time at the\nCape Coast Castle, one of the largest forts still perfectly preserved in Ghana.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Built in 1653 for the Swedish Africa\nCompany, this building was originally used as a trading post for the timber and\ngold industries. Dutch and the British colonisers expanded the castle’s\nfootprint later, as it served as an essential holding station for enslaved\nAfricans bound for the Americas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Cape Coast Castle is now a museum\nfull of information about Ghana\'s history, the slave trade, and local culture.\nTours take you through the dungeons and the \"door of no return,\"\nthrough which the castle\'s enslaved blacks once passed, never to see Africa\nagain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Paga Crocodile Sanctuary</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This\nlast visit is NOT for the faint-hearted or for anyone squeamish, as it is\nstrange and unusual.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the cusp of Ghana’s northern border\nlies the town of Paga, nestled right up against Burkina Faso. If that wasn’t\nuniquely qualifying for the village, Paga sits on a sacred crocodile pond,\nwhere locals believe that reptiles hold the souls of the deceased.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Paga’s crocodiles are considered sacred\nand protected and are allegedly as safe as any domesticated pet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a Jamaican, Paga’s regular\ninteractions might just be a tad extreme, but for the locals and the 110\ncrocodiles in the main sanctuary – life is a breeze.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The fact that no one has ever been\nharmed by one of the crocodiles is an achievement more stunning that any feat\nat the Black River Safari.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With dozens more tourist and cultural\nexperiences to choose from, knowing where to start your adventure in Ghana can\nbe difficult.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But whether you\'re exploring a historic\ncastle, surfing world-class waves, or heading out on a safari, the experiences\nyou\'ll have in Ghana will surely remind you of Jamaica in more ways than one.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whenever and wherever you decide to\nembark on the ‘Year of Return’, we hope you #seeGhana #feelGhana!</p>\n<!-- /wp:paragraph -->','BUZZ Travel: Things to do in Ghana','','inherit','closed','closed','','1618-revision-v1','','','2019-08-11 15:31:43','2019-08-11 20:31:43','',1618,'https://buzz-caribbean.com/article/1618-revision-v1/',0,'revision','',0),(2930,11,'2019-08-11 15:33:26','2019-08-11 20:33:26','<!-- wp:paragraph -->\n<p>She may be the wing woman, the one who holds the purses when everyone else goes to the bathroom or even the designated driver when others are too intoxicated to hold their liquor. She is the friend that holds back your hair when you are throwing up or carries extra tampons in case of an emergency. She is always reliable, gives sound advice and there to borrow money from until payday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1966} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/adult-black-and-white-blur-735978-1024x684.jpg\" alt=\"\" class=\"wp-image-1966\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She is your ‘ride or die’ in almost every situation and you may call her your bestie, but onlookers who see you out with all of your crew may snicker that she is the DUFF of the group. It may be a mean spirited title to gift someone you call a friend but some women subconsciously keep an individual around who by today’s superficial standards, is not seen as very attractive. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1967} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ugly-Duckling.jpg\" alt=\"\" class=\"wp-image-1967\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>By having a DUFF as a constant companion makes it easier for them to get all the male attention and if truth be told, even makes them feel less insecure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> One should not form friendships out of pity or obligation.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The sad thing about a DUFF is that at times she seems almost desperate to buy friendships or bribe her way into the circle or clique. If she was not always helpful and readily available, would the so-called hot girls even be hanging out with her? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> If you are the only one giving...then something is wrong.  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>One should not form friendships out of pity or obligation, for profit or a hidden agenda. Some members of \"the crew\" may laugh behind her back like the hypocrites they truly are or they keep her around almost like a cruel joke where everyone gets the punch line but her. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are the friend that is constantly left out of the loop, the major planning, the secret-sharing and whose opinion is generally ignored, you may be an unsuspecting DUFF. &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1969} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/LEFT-OUT.jpg\" alt=\"\" class=\"wp-image-1969\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To find out if your situation qualifies as a DUFF, examine the context and content of your substantive relationship. If you are the only one giving and sharing and there is no reciprocal relationship, then something is wrong. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If when they go clothes shopping for a hot party or beach trip, you are never invited along, there is a huge problem and you are only needed to make up numbers or to act as their chauffeur, not only is the friendship not real, so are the people around you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1968} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/back-view-two-black-girls-shopping.jpg\" alt=\"\" class=\"wp-image-1968\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Real friendship is based on mutual respect and a shared or common interest. If this is not the case, move on and find people who are truly deserving of your friendship.</p>\n<!-- /wp:paragraph -->','D.U.F.F. – Designated Ugly Fat Friend','','inherit','closed','closed','','1965-revision-v1','','','2019-08-11 15:33:26','2019-08-11 20:33:26','',1965,'https://buzz-caribbean.com/article/1965-revision-v1/',0,'revision','',0),(2931,11,'2019-08-11 15:36:31','2019-08-11 20:36:31','<!-- wp:paragraph -->\n<p>Does your boss trust you?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You might say: Sure! I’m a\ngood person. I don’t cheat, or lie, or steal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But hold on a minute! Have\nyou ever thought that you might be “stealing” your employer’s time, maybe even\nusing company resources?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Isn’t it dishonest to chat on\nthe phone (even your personal phone) on company time? Or to check your Facebook\npage? What about those long lunch hours?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>The Jamaica Productivity Centre points to a steady decline in labour productivity over the past forty years of approximately 1.5 per cent annually. </em></strong>*Wow*</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how can companies stop the\nproductivity slide, and track workers’ performance? One way is through the\ntechnology we all love to use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s a big, slightly scary\nword: Surveillance. Did you know:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Globally, about 22 per cent of organizations are tracking employees’ movements (all those bathroom and watercooler trips!). </li><li>17 per cent are monitoring work computer usage, according to 2018 study by global research and advisory firm, Gartner. And it’s a growing practice.</li><li>Companies are using a range of apps and software like <a href=\"https://www.microsoft.com/microsoft-365/partners/workplaceanalytics\">Microsoft’s Workplace Analytics</a>. </li><li>Big U.S. companies like Amazon, Walmart and UPS are developing new technology to figure out what their workers are up to during working hours. </li><li>A growing number of companies are issuing wearable tech including wristband trackers, sensors and audio tracking, as part of their productivity monitoring efforts. </li><li>Even microchip implants! Bio-tracking could be a future trend. This is already taking place in China, where some businesses reportedly monitor employees\' brainwaves to detect their emotions.</li><li>Tech companies are selling devices that monitor web usage, the number of keystrokes you make…and much more.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Two big questions, here. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"align\":\"left\"} -->\n<h5 style=\"text-align:left\">Could this technology be used\noutside the workplace? (Yes, it could).</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>And what about your privacy? (Well,\nit’s complicated).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"align\":\"left\"} -->\n<h5 style=\"text-align:left\">Is this happening in Jamaica?</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Jamaica Employers Federation</strong> says: “Monitoring of employees’ time spent on sites like Facebook is not widespread as yet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“But we predict it will become a feature of the Jamaican workplace before too long.”</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You have been warned!</p>\n<!-- /wp:paragraph -->','Are you being watched at work?','','inherit','closed','closed','','1849-revision-v1','','','2019-08-11 15:36:31','2019-08-11 20:36:31','',1849,'https://buzz-caribbean.com/article/1849-revision-v1/',0,'revision','',0),(2932,11,'2019-08-11 15:39:21','2019-08-11 20:39:21','<!-- wp:heading {\"level\":4,\"align\":\"center\"} -->\n<h4 style=\"text-align:center\"><em>INSERT CARTOON PHOTO GALLERY WITH CHARACTERS</em></h4>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Yawn! What a great weekend. But J wasn’t ready for\nMonday morning. He looks at the clock. Only 10:30! J rests his aching head on\nhis computer keyboard for a quick snooze.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Ping! S quickly checks her phone and smiles. It’s\n#HotGirlSummer and her best friend has invited her for a drink. S WhatsApp’s\nher back. Discussions start on what to wear. More pings!</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Sigh! M is stressed out. Tears come to her eyes. Her\none true love said goodbye. The rent is overdue. M gets up and goes to the\nbathroom for the fifth time since morning. Her makeup needs fixing now. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Brrr! T answers his cell phone. Wha’ gwaan? T is\nalways available to chat with friends – about last night. Yes, men can gossip\ntoo! T leans back in his chair.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Productivity is a big concern in Jamaica. It’s a big deal. The economy is growing. Unemployment is down but competition for jobs is fierce. Your boss wants to see results. But, are you producing?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Jamaica Productivity Centre, productivity is important because it keeps the costs of goods and services low. If a company produces more, it can create more jobs and better jobs. Makes sense!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, what are you doing, slouching at your desk? Your boss might have something to say about that. And he/she might be checking up on you, right now – using the technology that we all enjoy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With a range of apps to choose from, more employers are zooming in on how employees are spending their time at work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yup! The question is: Are you “engaged” at work? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>OK, we don’t all LOVE our job. It may be temporary. It may be part-time. But shouldn’t you be giving it your best shot?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Because if you are doing too much sleeping on the job – be careful. The boss may be watching you!</p>\n<!-- /wp:paragraph -->','Is your boss spying on you at work?','','inherit','closed','closed','','1838-revision-v1','','','2019-08-11 15:39:21','2019-08-11 20:39:21','',1838,'https://buzz-caribbean.com/article/1838-revision-v1/',0,'revision','',0),(2933,14,'2019-08-11 15:40:28','2019-08-11 20:40:28','','Toni Morrison Martin Schoeller','','inherit','closed','closed','','toni-morrison-martin-schoeller','','','2019-08-11 15:40:28','2019-08-11 20:40:28','',1935,'https://buzz-caribbean.com/app/uploads/2019/08/toni-morrison-martin-schoeller.jpg',0,'attachment','image/jpeg',0),(2935,14,'2019-08-11 15:40:58','2019-08-11 20:40:58','','toni-morrison-martin-schoeller-1','','inherit','closed','closed','','toni-morrison-martin-schoeller-1','','','2019-08-11 15:40:58','2019-08-11 20:40:58','',1935,'https://buzz-caribbean.com/app/uploads/2019/08/toni-morrison-martin-schoeller-1.jpg',0,'attachment','image/jpeg',0),(2937,14,'2019-08-11 15:43:29','2019-08-11 20:43:29','','the-bluest-eye-toni-morrison','','inherit','closed','closed','','the-bluest-eye-toni-morrison','','','2019-08-11 15:43:29','2019-08-11 20:43:29','',1935,'https://buzz-caribbean.com/app/uploads/2019/08/the-bluest-eye-toni-morrison.jpg',0,'attachment','image/jpeg',0),(2938,14,'2019-08-11 15:44:16','2019-08-11 20:44:16','<!-- wp:image {\"id\":2935} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/toni-morrison-martin-schoeller-1.jpg\" alt=\"\" class=\"wp-image-2935\" /><figcaption>Toni Morrison (Photo contributed, Martin Schoeller, TIME)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>World-renowned American author Toni Morrison died on August 5, 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> She was 88 years old.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She grew up in Lorain, Ohio and went on to become one of the world’s leading authors. Among her works are the classics “ Beloved” and “Songs of Solomon”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On her first novel, “ The Bluest Eye” she said: “ I wrote my first novel because I wanted to read it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2937} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/the-bluest-eye-toni-morrison.jpg\" alt=\"\" class=\"wp-image-2937\" /><figcaption>The Bluest Eye by Toni Morrison (Photo contributed, Amazon.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In 1993, Morrison won the Nobel Prize for literature becoming the first black woman to do so. She has also won the Pulitzer Prize and the PEN/Saul Bellow Award for Achievement in American Fiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>On the craft of writing, she once said: “ Writing is really a way of thinking  - not just feeling but thinking about things that are disparate, unresolved, mysterious, problematic or just sweet.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Asked about her process, this is what she had to say: “ If there’s a book that you want to read, but it hasn’t been written yet, then you must write it”. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What is your favourite work(s) from Toni Morrison? Let us know in the <strong>BUZZ</strong> comments section.</p>\n<!-- /wp:paragraph -->','Nobel-winning author Toni Morrison dies at 88','','inherit','closed','closed','','1935-revision-v1','','','2019-08-11 15:44:16','2019-08-11 20:44:16','',1935,'https://buzz-caribbean.com/article/1935-revision-v1/',0,'revision','',0),(2939,11,'2019-08-11 15:44:20','2019-08-11 20:44:20','<!-- wp:paragraph -->\n<p>Jack and Melissa have been married for a number of years and the spice in their bedroom has waned as life, two mortgages, three children, four dogs intervened. \"Sexy time\" is at an all-time low.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1740} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Marriage-Problems.jpg\" alt=\"\" class=\"wp-image-1740\" /><figcaption><em>(Photo:lifehopeandtruth.com)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now with Jack’s 45<sup>th</sup> birthday approaching, he approached his wife with an incredible request that at first made her angry, then stupefied and finally contemplative. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jack wanted a hall pass. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>How many people could dispense a hall pass to their partner without being jealous</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Not the kind issued at school to walk down a hall at a particular time of day. No, this is not your garden variety pass, this one comes with ‘special’ privileges.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the uninitiated, a hall pass is permission given to break a rule or behaviour. The Urban Dictionary goes even further and refers to a hall pass as, <em>an agreement between people in a romantic relationship that one or both of them may have sex with other people</em>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There was a comedy made a few years ago of the same name where the husband got the green light, but of course, several funny things prevented him from executing his plan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1743} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hall-Pass-Movie.jpg\" alt=\"\" class=\"wp-image-1743\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now a movie about it is one thing, the reality is usually different. How many people think they could dispense a hall pass to their partner without being jealous or holding it over their heads in perpetuity? And if the pass is executed, can you both move on as if nothing happened?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Sex is a physical activity and taking part in the act should not jeopardise the substantive relationship</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The whole concept of a pass was explored in the 90s movie ‘Indecent Proposal’ when an older debonair millionaire propositioned a couple in financial distress for one night with the wife. The payoff? One million dollars. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1744} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Indecent-Proposal-Movie.jpg\" alt=\"\" class=\"wp-image-1744\" /><figcaption><em>(Photo: Netflix)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After much consideration they agreed to the hall pass and the sexy wife was whisked off in a private chopper to an undisclosed location while the husband who almost instantly regretted his decision, had to live with the consequences of knowing another man explored the only woman he ever adored. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It may seem like an easy decision to make if we try to rationalise that sex is a physical activity and therefore taking part in the act should not jeopardise the substantive relationship. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Sex is an act but it also creates an emotional bond</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>However, we know that while some can do it without blinking, the majority cannot. Truth be told, men are the ones who generally have a problem with the thought of their woman being involved with someone else. Call it ego, their emotional investment or simply the thought of another man’s phallic instrument exploring her depths, it is enough to send a few to Ward 21! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How then will they be okay with a hall pass?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yes, sex is an act but it also creates an emotional bond. Therefore some may seek intimacy without a commitment but when one opens these sexual gateways, anything can happen that one did not bargain for. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1751} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bond-1024x679.jpg\" alt=\"\" class=\"wp-image-1751\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Plus, a hall pass should be a one-time occurrence but we all know that when one does something enjoyable, usually we want to do it again… and again...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Where do you stand on hall passes in relationships?</em></p>\n<!-- /wp:paragraph -->','The Hall Pass – should it be given consideration?','','inherit','closed','closed','','1734-revision-v1','','','2019-08-11 15:44:20','2019-08-11 20:44:20','',1734,'https://buzz-caribbean.com/article/1734-revision-v1/',0,'revision','',0),(2940,11,'2019-08-11 15:47:09','2019-08-11 20:47:09','<!-- wp:paragraph -->\n<p>Jack and Melissa have been married for a number of years and the spice in their bedroom has waned as life, two mortgages, three children, four dogs intervened. \"Sexy time\" is at an all-time low.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1740} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Marriage-Problems.jpg\" alt=\"\" class=\"wp-image-1740\" /><figcaption><em>(Photo:lifehopeandtruth.com)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now with Jack’s 45<sup>th</sup> birthday approaching, he approached his wife with an incredible request that at first made her angry, then stupefied and finally contemplative. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jack wanted a hall pass. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>How many people could dispense a hall pass to their partner without being jealous</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Not the kind issued at school to walk down a hall at a particular time of day. No, this is not your garden variety pass, this one comes with ‘special’ privileges.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the uninitiated, a hall pass is permission given to break a rule or behaviour. The Urban Dictionary goes even further and refers to a hall pass as, <em>an agreement between people in a romantic relationship that one or both of them may have sex with other people</em>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There was a comedy made a few years ago of the same name where the husband got the green light, but of course, several funny things prevented him from executing his plan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1743} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hall-Pass-Movie.jpg\" alt=\"\" class=\"wp-image-1743\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now a movie about it is one thing, the reality is usually different. How many people think they could dispense a hall pass to their partner without being jealous or holding it over their heads in perpetuity? And if the pass is executed, can you both move on as if nothing happened?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Sex is a physical activity and taking part in the act should not jeopardise the substantive relationship</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The whole concept of a pass was explored in the 90s movie ‘Indecent Proposal’ when an older debonair millionaire propositioned a couple in financial distress for one night with the wife. The payoff? One million dollars. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1744} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Indecent-Proposal-Movie.jpg\" alt=\"\" class=\"wp-image-1744\" /><figcaption><em>(Photo: Netflix)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After much consideration they agreed to the hall pass and the sexy wife was whisked off in a private chopper to an undisclosed location while the husband who almost instantly regretted his decision, had to live with the consequences of knowing another man explored the only woman he ever adored. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It may seem like an easy decision to make if we try to rationalise that sex is a physical activity and therefore taking part in the act should not jeopardise the substantive relationship. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Sex is a physical act but it also creates an emotional bond</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>However, we know that while some can do it without blinking, the majority cannot. Truth be told, men are the ones who generally have a problem with the thought of their woman being involved with someone else. Call it ego, their emotional investment or simply the thought of another man’s phallic instrument exploring her depths, it is enough to send a few to Ward 21! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How then will they be okay with a hall pass?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yes, sex is an act but it also creates an emotional bond. Therefore some may seek intimacy without a commitment but when one opens these sexual gateways, anything can happen that one did not bargain for. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1751} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bond-1024x679.jpg\" alt=\"\" class=\"wp-image-1751\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Plus, a hall pass should be a one-time occurrence but we all know that when one does something enjoyable, usually we want to do it again… and again...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Where do you stand on hall passes in relationships?</em></p>\n<!-- /wp:paragraph -->','The Hall Pass: Should it be given consideration?','','inherit','closed','closed','','1734-revision-v1','','','2019-08-11 15:47:09','2019-08-11 20:47:09','',1734,'https://buzz-caribbean.com/article/1734-revision-v1/',0,'revision','',0),(2941,11,'2019-08-11 15:48:34','2019-08-11 20:48:34','<!-- wp:paragraph -->\n<p>Jack and Melissa have been married for a number of years and the spice in their bedroom has waned as life, two mortgages, three children, four dogs intervened. \"Sexy time\" is at an all-time low.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1740} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Marriage-Problems.jpg\" alt=\"\" class=\"wp-image-1740\" /><figcaption><em>(Photo:lifehopeandtruth.com)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now with Jack’s 45<sup>th</sup> birthday approaching, he approached his wife with an incredible request that at first made her angry, then stupefied and finally contemplative. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jack wanted a hall pass. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>How many people could dispense a hall pass to their partner without being jealous</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Not the kind issued at school to walk down a hall at a particular time of day. No, this is not your garden variety pass, this one comes with ‘special’ privileges.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the uninitiated, a hall pass is permission given to break a rule or behaviour. The Urban Dictionary goes even further and refers to a hall pass as, <em>an agreement between people in a romantic relationship that one or both of them may have sex with other people</em>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There was a comedy made a few years ago of the same name where the husband got the green light, but of course, several funny things prevented him from executing his plan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1743} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hall-Pass-Movie.jpg\" alt=\"\" class=\"wp-image-1743\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now a movie about it is one thing, the reality is usually different. How many people think they could dispense a hall pass to their partner without being jealous or holding it over their heads in perpetuity? And if the pass is executed, can you both move on as if nothing happened?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Sex is a physical activity and taking part in the act should not jeopardise the substantive relationship</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The whole concept of a pass was explored in the 90s movie ‘Indecent Proposal’ when an older debonair millionaire propositioned a couple in financial distress for one night with the wife. The payoff? One million dollars. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1744} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Indecent-Proposal-Movie.jpg\" alt=\"\" class=\"wp-image-1744\" /><figcaption><em>(Photo: Netflix)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After much consideration they agreed to the hall pass and the sexy wife was whisked off in a private chopper to an undisclosed location while the husband who almost instantly regretted his decision, had to live with the consequences of knowing another man explored the only woman he ever adored. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It may seem like an easy decision to make if we try to rationalise that sex is a physical activity and therefore taking part in the act should not jeopardise the substantive relationship. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Sex is a physical act but it also creates an emotional bond</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>However, we know that while some can do it without blinking, the majority cannot. Truth be told, men are the ones who generally have a problem with the thought of their woman being involved with someone else. Call it ego, their emotional investment or simply the thought of another man’s phallic instrument exploring her depths, it is enough to send a few to Ward 21! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How then will they be okay with a hall pass?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yes, sex is an act but it also creates an emotional bond. Therefore some may seek intimacy without a commitment but when one opens these sexual gateways, anything can happen that one did not bargain for. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1751} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bond-1024x679.jpg\" alt=\"\" class=\"wp-image-1751\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Plus, a hall pass should be a one-time occurrence but we all know that when one does something enjoyable, usually we want to do it again… and again...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Where do you stand on hall passes in relationships?</em></p>\n<!-- /wp:paragraph -->','The Hall Pass: A license to cheat?','','inherit','closed','closed','','1734-revision-v1','','','2019-08-11 15:48:34','2019-08-11 20:48:34','',1734,'https://buzz-caribbean.com/article/1734-revision-v1/',0,'revision','',0),(2942,11,'2019-08-11 15:50:04','2019-08-11 20:50:04','<!-- wp:paragraph -->\n<p>Jack and Melissa have been married for a number of years and the spice in their bedroom has waned as life, two mortgages, three children, four dogs intervened. \"Sexy time\" is at an all-time low.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1740} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Marriage-Problems.jpg\" alt=\"\" class=\"wp-image-1740\" /><figcaption><em>(Photo:lifehopeandtruth.com)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now with Jack’s 45<sup>th</sup> birthday approaching, he approached his wife with an incredible request that at first made her angry, then stupefied and finally contemplative. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jack wanted a hall pass. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>How many people could dispense a hall pass to their partner without being jealous</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Not the kind issued at school to walk down a hall at a particular time of day. No, this is not your garden variety pass, this one comes with ‘special’ privileges.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the uninitiated, a hall pass is permission given to break a rule or behaviour. The Urban Dictionary goes even further and refers to a hall pass as, <em>an agreement between people in a romantic relationship that one or both of them may have sex with other people</em>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There was a comedy made a few years ago of the same name where the husband got the green light, but of course, several funny things prevented him from executing his plan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1743} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hall-Pass-Movie.jpg\" alt=\"\" class=\"wp-image-1743\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now a movie about it is one thing, the reality is usually different. How many people think they could dispense a hall pass to their partner without being jealous or holding it over their heads in perpetuity? And if the pass is executed, can you both move on as if nothing happened?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Sex is a physical activity and taking part in the act should not jeopardise the substantive relationship</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The whole concept of a pass was explored in the 90s movie ‘Indecent Proposal’ when an older debonair millionaire propositioned a couple in financial distress for one night with the wife. The payoff? One million dollars. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1744} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Indecent-Proposal-Movie.jpg\" alt=\"\" class=\"wp-image-1744\" /><figcaption><em>(Photo: Netflix)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After much consideration they agreed to the hall pass and the sexy wife was whisked off in a private chopper to an undisclosed location while the husband who almost instantly regretted his decision, had to live with the consequences of knowing another man explored the only woman he ever adored. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It may seem like an easy decision to make if we try to rationalise that sex is a physical activity and therefore taking part in the act should not jeopardise the substantive relationship. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Sex is a physical act but it also creates an emotional bond</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>However, we know that while some can do it without blinking, the majority cannot. Truth be told, men are the ones who generally have a problem with the thought of their woman being involved with someone else. Call it ego, their emotional investment or simply the thought of another man’s phallic instrument exploring her depths, it is enough to send a few to Ward 21! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How then will they be okay with a hall pass?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yes, sex is an act but it also creates an emotional bond. Therefore some may seek intimacy without a commitment but when one opens these sexual gateways, anything can happen that one did not bargain for. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1751} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bond-1024x679.jpg\" alt=\"\" class=\"wp-image-1751\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Plus, a hall pass should be a one-time occurrence but we all know that when one does something enjoyable, usually we want to do it again… and again...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Where do you stand on hall passes in relationships?</em></p>\n<!-- /wp:paragraph -->','The Hall Pass: Would you give your partner one?','','inherit','closed','closed','','1734-revision-v1','','','2019-08-11 15:50:04','2019-08-11 20:50:04','',1734,'https://buzz-caribbean.com/article/1734-revision-v1/',0,'revision','',0),(2943,14,'2019-08-11 15:52:44','2019-08-11 20:52:44','','hot-weather-temperature-demo','','inherit','closed','closed','','hot-weather-temperature-demo','','','2019-08-11 15:52:44','2019-08-11 20:52:44','',2704,'https://buzz-caribbean.com/app/uploads/2019/08/hot-weather-temperature-demo.jpg',0,'attachment','image/jpeg',0),(2944,14,'2019-08-11 15:52:58','2019-08-11 20:52:58','','hot-sun-buzz-demo','','inherit','closed','closed','','hot-sun-buzz-demo','','','2019-08-11 15:52:58','2019-08-11 20:52:58','',2704,'https://buzz-caribbean.com/app/uploads/2019/08/hot-sun-buzz-demo.jpg',0,'attachment','image/jpeg',0),(2945,14,'2019-08-11 15:54:13','2019-08-11 20:54:13','<!-- wp:image {\"id\":2943} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hot-weather-temperature-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-2943\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This July was the hottest month across the world ever recorded, according to a European Union (EU) observation satellite. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The World Meteorological Organisation (WMO) further corroborated this data.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Copernicus Climate Change Service has calculated that last month surpassed July 2016 as the hottest month on record, beating it by about 0.04 Celsius.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2944} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hot-sun-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-2944\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“July has rewritten climate history with dozens of new temperature records at the local, national and global level. This is not science fiction. It is the reality of climate change. It is happening now and it will worsen in the future without urgent climate action,” said Secretary-General of the World Meteorological Organisation, Petteri Taalas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Antonio Guterres, who is the UN Secretary-General, further added: “ We have always lived through hot summers, but this is not the summer of our youth. This is not your grandfather’s summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“All of this means that we are on track for the period from 2015 to 2019 to be the five hottest years on record.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZhive</strong>! Are you feeling the heat? How are you cooling down this summer? Let us know in the comments.</p>\n<!-- /wp:paragraph -->','Hottest July ever recorded, WMO','','inherit','closed','closed','','2704-revision-v1','','','2019-08-11 15:54:13','2019-08-11 20:54:13','',2704,'https://buzz-caribbean.com/article/2704-revision-v1/',0,'revision','',0),(2946,14,'2019-08-11 15:55:08','2019-08-11 20:55:08','<!-- wp:image {\"id\":2943} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hot-weather-temperature-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-2943\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This July was the hottest month across the world ever recorded, according to a European Union (EU) observation satellite. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The World Meteorological Organisation (WMO) further corroborated this data.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Copernicus Climate Change Service has calculated that last month surpassed July 2016 as the hottest month on record, beating it by about 0.04 Celsius.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2944} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hot-sun-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-2944\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“July has rewritten climate history with dozens of new temperature records at the local, national and global level. This is not science fiction. It is the reality of climate change. It is happening now and it will worsen in the future without urgent climate action,” said Secretary-General of the World Meteorological Organisation, Petteri Taalas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Antonio Guterres, who is the UN Secretary-General, further added: “ We have always lived through hot summers, but this is not the summer of our youth. This is not your grandfather’s summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“All of this means that we are on track for the period from 2015 to 2019 to be the five hottest years on record.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZhive</strong>! Are you feeling the heat? How are you cooling down this summer? Let us know in the comments.</p>\n<!-- /wp:paragraph -->','This July hottest ever recorded, WMO','','inherit','closed','closed','','2704-revision-v1','','','2019-08-11 15:55:08','2019-08-11 20:55:08','',2704,'https://buzz-caribbean.com/article/2704-revision-v1/',0,'revision','',0),(2947,11,'2019-08-11 15:56:16','2019-08-11 20:56:16','<!-- wp:image {\"id\":1678} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Summerset-B-1024x679.jpg\" alt=\"\" class=\"wp-image-1678\" /><figcaption>The entrance of the Summerset Resort in Negril. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Imagine a resort of several acres being run solely by undergraduate tourism students. This has been the case at the Summerset Resort and Hotel Training School in West End, Negril, Westmoreland, for almost a year.“They serve real guests. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“They serve real guests.\"</p><cite>— Eladio Vassel</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p> <br>Students from the Western Hospitality Institute have been operating the Summerset Resort since September 2018, holding various positions – from general manager to line staff. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1679} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/resort-summerset-CCC-1024x679.jpg\" alt=\"\" class=\"wp-image-1679\" /><figcaption>The tourism students hold various positions at the resort - from general manager to line staff. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“They serve real guests. There are guests who are checking into the hotel,” said Eladio Vassel, who is general manager of the Western Hospitality Institute’s Negril Campus.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1680} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/resort-summerset-BB-1024x679.jpg\" alt=\"\" class=\"wp-image-1680\" /><figcaption>The typical bed that welcomes guests who book rooms at the resort. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The property has a swimming pool, a stage for nightly entertainment events and six two-bedroom cottages. Each room has basic amenities, including a kitchen. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The property also houses a wooden cabin with a loft and a duplex that can accommodate up to nine persons. There is also a conference room that can host up to 200 persons, theatre-style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1681} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Summerset-cotage-1024x679.jpg\" alt=\"\" class=\"wp-image-1681\" /><figcaption>One of the six two-bedroom cottages at the resort. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Summerset room rates are a standard US$80 per room for double occupancy. Children under 12 years old can stay at the hotel free of cost, but there is an additional US$40 charge for persons over 12 years old. This rate covers breakfast, lunch and dinner.</p>\n<!-- /wp:paragraph -->','Tourism students run boutique hotel in Negril','','inherit','closed','closed','','1672-revision-v1','','','2019-08-11 15:56:16','2019-08-11 20:56:16','',1672,'https://buzz-caribbean.com/article/1672-revision-v1/',0,'revision','',0),(2949,14,'2019-08-11 16:00:26','2019-08-11 21:00:26','','sweating-demo-buzz','','inherit','closed','closed','','sweating-demo-buzz','','','2019-08-11 16:00:26','2019-08-11 21:00:26','',2596,'https://buzz-caribbean.com/app/uploads/2019/08/sweating-demo-buzz.jpg',0,'attachment','image/jpeg',0),(2950,14,'2019-08-11 16:02:57','2019-08-11 21:02:57','','hot-sun-at-dawn-buzz-demo','','inherit','closed','closed','','hot-sun-at-dawn-buzz-demo','','','2019-08-11 16:02:57','2019-08-11 21:02:57','',2596,'https://buzz-caribbean.com/app/uploads/2019/08/hot-sun-at-dawn-buzz-demo.jpg',0,'attachment','image/jpeg',0),(2951,14,'2019-08-11 16:04:03','2019-08-11 21:04:03','<!-- wp:image {\"id\":2949} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sweating-demo-buzz-1024x582.jpg\" alt=\"\" class=\"wp-image-2949\" /><figcaption>*sweating intensifies* (Photo contributed, Texas A&amp;M Health Science Centre)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>Whew!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What a scorcher! And some say there’s no such thing as global warming?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>June 2019 was the hottest June on record for Earth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2950} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hot-sun-at-dawn-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-2950\" /><figcaption>(Photo contributed, Pexely.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to the National Oceanic and Atmospheric Administration (NOAA), the average global temperature in June was 1.71 degrees Fahrenheit above the 20th century average of 59.9 degrees.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This figure made it the hottest June in 140 years of record-keeping <br>according to scientists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ominously, 9 of the 10 hottest Junes have happened since 2010.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both NASA and NOAA confirmed that 2016 was the hottest year on record. That year the planet also experienced record high temperatures for the third consecutive year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Action is urgently needed at the world, federal, state and local levels to rapidly cut fossil fuel pollution and to protect and rebuild naturally stored carbon,” said climate scientist and president of Woods Hole Research Center, Dr Phil Duffy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Is global warming real or is according to President Trump a “ hoax”?  Tell us at <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','It’s getting hot in herre! June was hottest on record for Earth','','inherit','closed','closed','','2596-revision-v1','','','2019-08-11 16:04:03','2019-08-11 21:04:03','',2596,'https://buzz-caribbean.com/article/2596-revision-v1/',0,'revision','',0),(2952,14,'2019-08-11 16:05:03','2019-08-11 21:05:03','<!-- wp:image {\"id\":2949} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sweating-demo-buzz-1024x582.jpg\" alt=\"\" class=\"wp-image-2949\" /><figcaption>*sweating intensifies* (Photo contributed, Texas A&amp;M Health Science Centre)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>Whew!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What a scorcher! And some say there’s no such thing as global warming?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>June 2019 was the hottest June on record for Earth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the National Oceanic and Atmospheric Administration (NOAA), the average global temperature in June was 1.71 degrees Fahrenheit above the 20th century average of 59.9 degrees.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This figure made it the hottest June in 140 years of record-keeping <br>according to scientists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2950} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hot-sun-at-dawn-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-2950\" /><figcaption>(Photo contributed, Pexely.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ominously, 9 of the 10 hottest Junes have happened since 2010.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both NASA and NOAA confirmed that 2016 was the hottest year on record. That year the planet also experienced record high temperatures for the third consecutive year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Action is urgently needed at the world, federal, state and local levels to rapidly cut fossil fuel pollution and to protect and rebuild naturally stored carbon,” said climate scientist and president of Woods Hole Research Center, Dr Phil Duffy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Is global warming real or is according to President Trump a “ hoax”?  Tell us at <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','It’s getting hot in herre! June was hottest on record for Earth','','inherit','closed','closed','','2596-revision-v1','','','2019-08-11 16:05:03','2019-08-11 21:05:03','',2596,'https://buzz-caribbean.com/article/2596-revision-v1/',0,'revision','',0),(2953,14,'2019-08-11 16:06:42','2019-08-11 21:06:42','<!-- wp:image {\"id\":2943} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hot-weather-temperature-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-2943\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This July was the hottest month across the world ever recorded, according to a European Union (EU) observation satellite. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The World Meteorological Organisation (WMO) further corroborated this data.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Copernicus Climate Change Service has calculated that last month surpassed July 2016 as the hottest month on record, beating it by about 0.04 Celsius.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“July has rewritten climate history with dozens of new temperature records at the local, national and global level. This is not science fiction. It is the reality of climate change. It is happening now and it will worsen in the future without urgent climate action,” said Secretary-General of the World Meteorological Organisation, Petteri Taalas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Antonio Guterres, who is the UN Secretary-General, further added: “ We have always lived through hot summers, but this is not the summer of our youth. This is not your grandfather’s summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2944} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hot-sun-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-2944\" /><figcaption>(Photo contributed, Pexely.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“All of this means that we are on track for the period from 2015 to 2019 to be the five hottest years on record.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZhive</strong>! Are you feeling the heat? How are you cooling down this summer? Let us know in the comments.</p>\n<!-- /wp:paragraph -->','This July hottest ever recorded, WMO','','inherit','closed','closed','','2704-revision-v1','','','2019-08-11 16:06:42','2019-08-11 21:06:42','',2704,'https://buzz-caribbean.com/article/2704-revision-v1/',0,'revision','',0),(2954,14,'2019-08-11 16:07:05','2019-08-11 21:07:05','<!-- wp:image {\"id\":2949} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sweating-demo-buzz-1024x582.jpg\" alt=\"\" class=\"wp-image-2949\" /><figcaption>*sweating intensifies* (Photo contributed, Texas A&amp;M Health Science Centre)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>Whew!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What a scorcher! And some say there’s no such thing as global warming?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>June 2019 was the hottest June on record for Earth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the National Oceanic and Atmospheric Administration (NOAA), the average global temperature in June was 1.71 degrees Fahrenheit above the 20th century average of 59.9 degrees.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This figure made it the hottest June in 140 years of record-keeping <br>according to scientists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2950} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hot-sun-at-dawn-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-2950\" /><figcaption>(Photo contributed, Pexely.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ominously, 9 of the 10 hottest Junes have happened since 2010.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both NASA and NOAA confirmed that 2016 was the hottest year on record. That year the planet also experienced record high temperatures for the third consecutive year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Action is urgently needed at the world, federal, state and local levels to rapidly cut fossil fuel pollution and to protect and rebuild naturally stored carbon,” said climate scientist and president of Woods Hole Research Center, Dr Phil Duffy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Is global warming real or is according to President Trump a “ hoax”?&nbsp; Tell us at <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','It’s gettin hot in herre! June was hottest on record for Earth','','inherit','closed','closed','','2596-revision-v1','','','2019-08-11 16:07:05','2019-08-11 21:07:05','',2596,'https://buzz-caribbean.com/article/2596-revision-v1/',0,'revision','',0),(2955,11,'2019-08-11 16:07:06','2019-08-11 21:07:06','<!-- wp:paragraph -->\n<p>They say\nlaughter is the brightest where the food is, and for the scores of Jamaicans\nwho attended the Kingston Kitchen: Night Market on July 27, this rang\nundeniably true. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>insert thumbs up</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dubbed\nthe ultimate foodie experience, the event took to the lush, velvety lawns of\nthe Hope Botanic Gardens in St Andrew, Jamaica, to deliver on yet another\nsuccessful showcase featuring delectable local and international cuisine. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1310} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1418-1-1024x683.jpg\" alt=\"\" class=\"wp-image-1310\" /><figcaption>The Kingston Kitchen: Night Market was the ultimate \'foodie\' affair.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It was a\ngastronome’s delight!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With more\nthan 60 vendors, including nine food trucks, indeed, there was something to\nsatisfy every palate. Whether you were in search of the rich, savoury flavours\nof meat or fancied the fresh, citrusy taste of seafood, there was a booth or\ntent to grant every culinary wish. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"1299\",\"1300\",\"1301\",\"1302\",\"1303\",\"1304\",\"1305\",\"1307\",\"1316\",1879]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1219-1024x683.jpg\" alt=\"\" data-id=\"1299\" data-link=\"https://buzz-caribbean.com/?attachment_id=1299\" class=\"wp-image-1299\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1335-1024x683.jpg\" alt=\"\" data-id=\"1300\" data-link=\"https://buzz-caribbean.com/?attachment_id=1300\" class=\"wp-image-1300\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1339-1024x683.jpg\" alt=\"\" data-id=\"1301\" data-link=\"https://buzz-caribbean.com/?attachment_id=1301\" class=\"wp-image-1301\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1347-1024x683.jpg\" alt=\"\" data-id=\"1302\" data-link=\"https://buzz-caribbean.com/?attachment_id=1302\" class=\"wp-image-1302\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1361-1024x683.jpg\" alt=\"\" data-id=\"1303\" data-link=\"https://buzz-caribbean.com/?attachment_id=1303\" class=\"wp-image-1303\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1386-1024x683.jpg\" alt=\"\" data-id=\"1304\" data-link=\"https://buzz-caribbean.com/?attachment_id=1304\" class=\"wp-image-1304\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1449-1024x683.jpg\" alt=\"\" data-id=\"1305\" data-link=\"https://buzz-caribbean.com/?attachment_id=1305\" class=\"wp-image-1305\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1461-1-1024x683.jpg\" alt=\"\" data-id=\"1307\" data-link=\"https://buzz-caribbean.com/?attachment_id=1307\" class=\"wp-image-1307\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1369-1024x683.jpg\" alt=\"\" data-id=\"1316\" data-link=\"https://buzz-caribbean.com/?attachment_id=1316\" class=\"wp-image-1316\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kingston-kitchen-1-1024x683.jpg\" alt=\"\" data-id=\"1879\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/kingston-kitchen-1/\" class=\"wp-image-1879\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Excited families and friends sauntered along between booths, vying to get a taste of the sumptuous fare being offered. Some of the most memorable items were the beef and chicken kibbeh from Chez Maria, kimchi fried rice from Tooksie Kay Catering, gourmet hotdogs from Yeaah Dawg, as well as an assortment of spicy shellfish dishes from Jabba’s Pepper Swims. Patrons also kept cool with refreshing fruit drinks courtesy of Pure Country or socialised over cocktails from Select Brands. Others opted for the rich, creamy flavours of vegan ice-cream from Nice Cream.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1312} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1517-1024x683.jpg\" alt=\"\" class=\"wp-image-1312\" /><figcaption>Lasco kept patrons cool on a warm night with cold chocolate beverages. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Children, too, relished in the merriment, as peals of laughter erupted from the Kids Zone, a section complete with a bounce-about, friendly rides, and face painting, while providing child-friendly treats such as snow cones and ice-cream. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1311} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1395-1024x683.jpg\" alt=\"\" class=\"wp-image-1311\" /><figcaption>Different types of liquor and juices were also on hand. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In keeping with creating a gastronomic experience, Kingston Kitchen’s co-director, Jacqui Sinclair, said that it is important to listen to feedback from patrons. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We consider\nourselves a food family. We’re not in competition. We listen to suggestions\nfrom our patrons and try to make each event better than our last,” she said. “In\nfact, one of the greatest concerns we’ve had was the lack of debit/credit\nmachines on hand. This year, we partnered with NCB to provide vendors with\nthese machines to make transactions easier.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, as the event drew to an end, there were still throngs of latecomers who firmly decided that, by any means necessary, the event would not be missed. The early birds, on the other hand, wearily made their exit, presumably palatably pleased and vowing to attend the next staging.</p>\n<!-- /wp:paragraph -->','Satisfied palates at Kingston Kitchen: Night Market','','inherit','closed','closed','','1295-revision-v1','','','2019-08-11 16:07:06','2019-08-11 21:07:06','',1295,'https://buzz-caribbean.com/article/1295-revision-v1/',0,'revision','',0),(2956,14,'2019-08-11 16:08:06','2019-08-11 21:08:06','<!-- wp:image {\"id\":2935} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/toni-morrison-martin-schoeller-1.jpg\" alt=\"\" class=\"wp-image-2935\" /><figcaption>Toni Morrison (Photo contributed, Martin Schoeller, TIME)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>World-renowned American author Toni Morrison died on August 5, 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> She was 88 years old.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She grew up in Lorain, Ohio and went on to become one of the world’s leading authors. Among her works are the classics “ Beloved” and “Songs of Solomon”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On her first novel, “ The Bluest Eye” she said: “ I wrote my first novel because I wanted to read it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2937} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/the-bluest-eye-toni-morrison.jpg\" alt=\"\" class=\"wp-image-2937\" /><figcaption>The Bluest Eye by Toni Morrison (Photo contributed, Amazon.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In 1993, Morrison won the Nobel Prize for literature becoming the first black woman to do so. She has also won the Pulitzer Prize and the PEN/Saul Bellow Award for Achievement in American Fiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>On the craft of writing, she once said: “ Writing is really a way of thinking&nbsp; - not just feeling but thinking about things that are disparate, unresolved, mysterious, problematic or just sweet.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Asked about her process, this is what she had to say: “ If there’s a book that you want to read, but it hasn’t been written yet, then you must write it”. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What is your favourite work(s) from Toni Morrison? Let us know in the <strong>BUZZ</strong> comments section.</p>\n<!-- /wp:paragraph -->','Nobel-winning author Toni Morrison dies at 88','','inherit','closed','closed','','1935-revision-v1','','','2019-08-11 16:08:06','2019-08-11 21:08:06','',1935,'https://buzz-caribbean.com/article/1935-revision-v1/',0,'revision','',0),(2957,14,'2019-08-11 16:10:06','2019-08-11 21:10:06','<!-- wp:paragraph -->\n<p>Apple is globally suspending the use of Siri voice recordings after reports emerged that contractors hired by the company listen to ‘private clips’ to improve the voice assistant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2094} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/google-assistant-vs-apple-siri-demo-buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-2094\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>TechCrunch, which broke the news, said Apple plans to issue a software update to seek users’ consent before letting them participate in the product improvement programme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are committed to delivering a great Siri experience while protecting user privacy,” the company said to the outlet. “While we conduct a thorough review, we are suspending Siri grading globally. Additionally, as part of a future software update, users will have the ability to choose to participate in grading.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2924} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/people-on-photo-silhouette-buzz-demo-1024x690.jpg\" alt=\"\" class=\"wp-image-2924\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>In a similar development, Google said it will voluntarily halt listening-in and transcribing Google Assistant recordings for three months in the EU, according to German data regulators.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The use of automatic speech assistants from providers such as Google, Apple and Amazon is proving to be highly risky for the privacy of those affected,” the German data protection authority said. “This applies not only to people who run a speech assistant, but to all those who come into contact with it, for example if they live in a household in which devices such as Google Assistant are installed are used.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last week, The Guardian reported how Siri voice snippets containing “medical information, drug deals, and recordings of couples having sex” are being heard by contractors working for the company around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The objective, like with the case of Amazon and Google, is to listen to them and grade the assistant’s response, including to check if it was invoked by mistake and if the response was appropriate. The snippets themselves are not associated with your Apple ID.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although Apple said less than one percent of daily requests are being analysed to improve Siri and dictation, the contractor said, “they were motivated to go public about their job because of their fears that such information could be misused.”<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2925} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/siri-demo-buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-2925\" /><figcaption>Siri on iPhone (Photo contributed, Apple)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Apple’s own terms of service document says pseudonymized Siri requests could be used for quality control. But it stops short of explicitly stating that the work is actually ‘undertaken by humans’.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The iPhone maker is far from the only company to employ human oversight of its voice assistants. Audio recording requests made to Amazon’s Alexa and Google Assistant are also reviewed in a similar fashion.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Google, mid-July, acknowledged voice snippets from the Assistant — leaked to the Belgian news outlet VRT News — revealed sensitive information such as medical conditions and customer addresses.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s an industry-wide practice to collect voice recordings to improve speech recognition algorithms, as it’s very much an evolving technology. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But seeking informed consent from users goes a long way towards addressing privacy concerns, not to mention ensuring compliance with EU GDPR requirements.</p>\n<!-- /wp:paragraph -->','Apple, Google suspend monitoring of voice recordings by humans','','inherit','closed','closed','','2090-revision-v1','','','2019-08-11 16:10:06','2019-08-11 21:10:06','',2090,'https://buzz-caribbean.com/article/2090-revision-v1/',0,'revision','',0),(2958,11,'2019-08-11 16:12:38','2019-08-11 21:12:38','<!-- wp:image {\"id\":1047} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-1047\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of Jamaica’s leading photographers showcased his works at Harbour Street’s F&amp;B downtown’s jewellery store and restaurant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1048} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-1048\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Craig started out as a broadcast and film producer before picking up a digital camera and setting out on his own. We’re so glad that he did!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1049} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-8-1024x683.jpg\" alt=\"\" class=\"wp-image-1049\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ </strong>was on hand to bring you some of Craig’s fascinating pieces. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See gallery below and do tell us what you think.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"1050\",\"1052\",\"1053\",\"1054\",\"1056\",\"1057\",\"1058\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-1.jpg\" alt=\"\" data-id=\"1050\" data-link=\"https://buzz-caribbean.com/?attachment_id=1050\" class=\"wp-image-1050\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-3.jpg\" alt=\"\" data-id=\"1052\" data-link=\"https://buzz-caribbean.com/?attachment_id=1052\" class=\"wp-image-1052\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-4-1-1024x683.jpg\" alt=\"\" data-id=\"1053\" data-link=\"https://buzz-caribbean.com/?attachment_id=1053\" class=\"wp-image-1053\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-5-1-1024x683.jpg\" alt=\"\" data-id=\"1054\" data-link=\"https://buzz-caribbean.com/?attachment_id=1054\" class=\"wp-image-1054\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-7-1024x683.jpg\" alt=\"\" data-id=\"1056\" data-link=\"https://buzz-caribbean.com/?attachment_id=1056\" class=\"wp-image-1056\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-8-1-1024x683.jpg\" alt=\"\" data-id=\"1057\" data-link=\"https://buzz-caribbean.com/?attachment_id=1057\" class=\"wp-image-1057\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-2-1.jpg\" alt=\"\" data-id=\"1058\" data-link=\"https://buzz-caribbean.com/?attachment_id=1058\" class=\"wp-image-1058\" /></figure></li></ul>\n<!-- /wp:gallery -->','Craig Phang Sang exhibits at F&amp;B downtown','','inherit','closed','closed','','1046-revision-v1','','','2019-08-11 16:12:38','2019-08-11 21:12:38','',1046,'https://buzz-caribbean.com/article/1046-revision-v1/',0,'revision','',0),(2959,11,'2019-08-11 16:13:20','2019-08-11 21:13:20','<!-- wp:image {\"id\":1047} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-1047\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of Jamaica’s leading photographers showcased his works at Harbour Street’s F&amp;B downtown’s jewellery store and restaurant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1048} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-1048\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Craig started out as a broadcast and film producer before picking up a digital camera and setting out on his own. We’re so glad that he did!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1049} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-8-1024x683.jpg\" alt=\"\" class=\"wp-image-1049\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ </strong>was on hand to bring you some of Craig’s fascinating pieces.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See gallery below and do tell us what you think.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"1050\",\"1052\",\"1053\",\"1054\",\"1056\",\"1057\",\"1058\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-1.jpg\" alt=\"\" data-id=\"1050\" data-link=\"https://buzz-caribbean.com/?attachment_id=1050\" class=\"wp-image-1050\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-3.jpg\" alt=\"\" data-id=\"1052\" data-link=\"https://buzz-caribbean.com/?attachment_id=1052\" class=\"wp-image-1052\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-4-1-1024x683.jpg\" alt=\"\" data-id=\"1053\" data-link=\"https://buzz-caribbean.com/?attachment_id=1053\" class=\"wp-image-1053\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-5-1-1024x683.jpg\" alt=\"\" data-id=\"1054\" data-link=\"https://buzz-caribbean.com/?attachment_id=1054\" class=\"wp-image-1054\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-7-1024x683.jpg\" alt=\"\" data-id=\"1056\" data-link=\"https://buzz-caribbean.com/?attachment_id=1056\" class=\"wp-image-1056\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-8-1-1024x683.jpg\" alt=\"\" data-id=\"1057\" data-link=\"https://buzz-caribbean.com/?attachment_id=1057\" class=\"wp-image-1057\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-2-1.jpg\" alt=\"\" data-id=\"1058\" data-link=\"https://buzz-caribbean.com/?attachment_id=1058\" class=\"wp-image-1058\" /></figure></li></ul>\n<!-- /wp:gallery -->','Craig Phang Sang exhibits at F&amp;B downtown','','inherit','closed','closed','','1046-revision-v1','','','2019-08-11 16:13:20','2019-08-11 21:13:20','',1046,'https://buzz-caribbean.com/article/1046-revision-v1/',0,'revision','',0),(2960,11,'2019-08-11 16:15:57','2019-08-11 21:15:57','<!-- wp:paragraph -->\n<p>The saying <em>‘if a child does not learn, a teacher did not teach’</em> may be debatable in today’s society; but there are some things that teachers wished that parents would teach their children before unleashing them on the wider society. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More parents should also be ‘schooled’ on what exactly is the role of a teacher, in order to improve the teaching-learning experience for a child.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <br><strong><em>Firstly, the teacher is not an informal financial institution.</em></strong> They assist students with bus fare and lunch money, but it is unconscionable for parents to continuously ask them to do this considering how poorly our nation’s teachers are already being paid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Also, lice are not counted as students and are not listed on the register!</em></strong> No educator wants the onerous task of combing through students’ hair and telling the infected culprits to go home. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you really want to make their lives easier, <strong><em>train up your children with manners and respect</em></strong>. You may think your little ones are precocious but children who are argumentative and do not listen, are really just rude and ill-mannered and there is nothing cute about that. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With that said also note that four-letter words do not look good coming out of the mouths of children! <strong><em>Be aware of the movies and television shows they watch and monitor</em></strong> their activities online as not everything can pass the Broadcasting Commission’s child-friendly ratings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When it comes to children, <strong><em>it is knowledge and not expensive brands that will make your child shine</em></strong>.  Kids who have the latest in designer bags, shoes and other costly items are just walking billboards for high-priced consumption. It is ironic how parents who complain that school fees are too high, are the very ones who find the money for material stuff but not textbooks. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Teachers struggle daily when faced with the challenge of marking a child named ‘Airwrecka’ (Erica) present</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>One of the biggest pet peeves of teachers is <strong><em>marking a register with names not even the students themselves can spell</em></strong>! The Registrar General Department shocked many Jamaicans a few years ago when they made a public appeal for parents to desist from giving their children ‘unusual’ names such as ‘Syphilis’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While most would have a chuckle, teachers struggle daily when faced with the challenge of marking a child named ‘Airwrecka’ (Erica) present!<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And while you are at it,<em> <strong>hold back on the smartphones for some of the children</strong></em>. Think about how smartphones have become almost a weapon in the hands of children, especially when they use their camera and video capabilities to film themselves doing things they should not be doing! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And the number one complaint: homework that is not done at home. <strong><em>Homework should not be seen as punishment</em></strong>. It is a parent’s responsibility to ensure that their child gets their assignment done without doing the actual work for them.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Always remember how difficult a job teaching can be. The next time you see a teacher, tell him or her thanks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong><em>If it was not for them, you would not even be able to read this article.</em></strong> </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Also, did you catch a glimpse of this heartfelt piece from an educator in the US, who decided to leave the profession?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.facebook.com/permalink.php?story_fbid=10105548277289709\\u0026id=7821126\",\"type\":\"rich\",\"providerNameSlug\":\"facebook\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/permalink.php?story_fbid=10105548277289709&amp;id=7821126\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Let\'s give our teachers the love and respect they deserve. </p>\n<!-- /wp:paragraph -->','Things teachers wish parents knew','','inherit','closed','closed','','1003-revision-v1','','','2019-08-11 16:15:57','2019-08-11 21:15:57','',1003,'https://buzz-caribbean.com/article/1003-revision-v1/',0,'revision','',0),(2961,11,'2019-08-11 16:17:46','2019-08-11 21:17:46','<!-- wp:paragraph -->\n<p>It is often said that men are predators who like the challenge of the hunt. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yet for all their eagerness to couple up with an attractive mate of their choosing, there are some females with qualities, quirks or traits which are red flags in any relationship who usually have men running in the opposite direction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The balls checker</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Yes, you read right. There are women out there who, when a man gets home, have him drop his trousers and literally cup and weigh his balls to see if they feel ‘lighter’. A ‘light’ testicle is said to be an indication that some illicit sexual activity took place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The deodorant</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>While some older men are used to having young ‘arm candy’ with them when they go to events, no rational man wants a female who is glued to his sid,e every step he makes. These females may literally hold onto his arm like a magnet everywhere and what makes it particularly awkward is that usually, they have nothing to contribute to the conversation around them. Clingy much?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3> The Nagger  </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This needs no explanation. The yelling and harping on the same topic over and over can drive a man to drink…or find earplugs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Miss High Maintenance</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If she spends more time with her compact case or making sure that not one strand of hair is out of place, you do not have to wonder if she is born with it or if it\'s Maybelline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The Airhead</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Contrary to popular belief, most men do not want a dumb woman. In the past, the misconception was a dummy was easy to control and manipulate but a real man has no use for a woman with nothing between her ears other than wax built up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The Prude</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>While a lady is desirable and the kind you want to take home to mamma, the idea of an uptight female who is offended by every dirty joke, every toot of flatulence, every burp, who closes the bathroom door to change into a long nightgown or worse who thinks ‘dirty talk’ during intercourse is vulgar, is just not attractive in the least.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The stalker</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>While men may seem to have a monopoly on stalker-like behaviour there are some women who can teach them a thing or two. These females will see a social media post about being out with the boys…and just turn up uninvited! Who does that?!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The Know-it-all </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Nothing deflates a hard-on, like a female who knows everything about anything and who never lets a man get a word in. All this, while emasculating him about stuff she believes he does not know.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The ‘Homie Hopper’</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This is a female who a guy likes and who seems mad chill but when he takes her around his homeboys, he finds out that she smashed the homies. In plain English, she has slept with one or more of his friends in the past. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Granted it was before they ever met or dated, so it is not cheating, but most men will not be comfortable knowing that their friends know exactly how she moans in bed or where on her upper thigh her mole is. If he feels like he will become a laughing stock amongst his friends, chances are the relationship will be dead in the water.</p>\n<!-- /wp:paragraph -->','What men don’t want: Male dealbreakers','','inherit','closed','closed','','943-revision-v1','','','2019-08-11 16:17:46','2019-08-11 21:17:46','',943,'https://buzz-caribbean.com/article/943-revision-v1/',0,'revision','',0),(2962,14,'2019-08-11 16:20:30','2019-08-11 21:20:30','','sweating-demo-buzz-1','','inherit','closed','closed','','sweating-demo-buzz-1','','','2019-08-11 16:20:30','2019-08-11 21:20:30','',332,'https://buzz-caribbean.com/app/uploads/2019/08/sweating-demo-buzz-1.jpg',0,'attachment','image/jpeg',0),(2963,14,'2019-08-11 16:22:15','2019-08-11 21:22:15','<!-- wp:paragraph -->\n<p>Jamaica continues to grapple with one of the largest, most-encompassing heatwaves citizens would never usually have to contend with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2962} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sweating-demo-buzz-1-1024x582.jpg\" alt=\"\" class=\"wp-image-2962\" /><figcaption> #PlaceHotB! (Photo contributed, Texas A&amp;M Health Science Centre) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As climate change takes root across the globe, warmer\ntemperatures, especially in the northern hemisphere, have left many countries unprepared\nin the face of this latest threat to humanity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=Y2XU2uAxYYM\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Y2XU2uAxYYM\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Here in Jamaica, the struggle to adapt in time is critical as the country recorded its highest-ever average temperature on Saturday, June 23. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Met Service, thermometers across the island\nnoted never-before-seen figures of 39.1 degrees Celsius or just around 102 degrees\nFahrenheit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’re active on social media, the hashtag #PlaceHotB\noffers some comic relief to the blistering heat, but it is still important that\nJamaicans take as much precaution to avoid the dizzying heat and stay hydrated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is especially true for the country’s most vulnerable - children,\npregnant women, the homeless and indigent, as well as the elderly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=FS2YaJkkHQY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=FS2YaJkkHQY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The recent temperature increases across Jamaica are indeed\nfrightening, and despite 2018 being the fourth hottest year on record,\ntemperatures are projected to exceed those this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2943} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hot-weather-temperature-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-2943\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Air-conditioning units, though more widespread across the\ncountry, might still be an exorbitant expense for some families.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you\'re a Jack (or Jill) of all trades, <strong>BUZZ</strong> has presented a few interactive tutorials with some of YouTube\'s most viral do-it-yourself (DIY) projects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Get busy and create that makeshift A/C you so desperately need with your standing fan and very few tools! Stay frosty!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','BUZZ Hacks: DIY A/C projects for the summer heatwave','','inherit','closed','closed','','332-revision-v1','','','2019-08-11 16:22:15','2019-08-11 21:22:15','',332,'https://buzz-caribbean.com/article/332-revision-v1/',0,'revision','',0),(2964,14,'2019-08-11 16:27:21','2019-08-11 21:27:21','','andrew-holness-builder-buzz-demo','','inherit','closed','closed','','andrew-holness-builder-buzz-demo','','','2019-08-11 16:27:21','2019-08-11 21:27:21','',124,'https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-builder-buzz-demo.jpg',0,'attachment','image/jpeg',0),(2965,14,'2019-08-11 16:28:26','2019-08-11 21:28:26','<!-- wp:paragraph -->\n<p>Jamaicans are considered among the coolest people on Earth and many citizens, especially those traversing social media spaces, see Prime Minister Andrew Holness as our savviest leader in recent times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/42a5f8031dcddf873735dc4503b9b968/5DBC7DCA/t51.2885-15/e35/11930873_1753057154922068_81944720_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Holness\' 2015 post, dusting off a fresh pair of Desert Clarks, took social media by storm. The caption accompanying the viral photo paid homage to deejay Vybz Kartel (Photo contributed, <em>Instagram</em>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Holness, the island’s eight prime minister, continues to run\none of the most engaging platforms on social media – with many drawing\ncomparisons to Canadian PM Justin Trudeau and former US President Barack Obama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From the young to the young-at-heart, just about everywhere our PM makes an appearance, Holness’ seemingly calm and endearing aura is infectious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2964} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-builder-buzz-demo.jpg\" alt=\"\" class=\"wp-image-2964\" /><figcaption>Holness, the #Builder himself at the Jamaica Labour Party\'s 75th general conference in 2018 (Photo contributed, Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a man who understands the power of social media and digital engagement, Holness largely owes his shock 2016 general election win to his outstanding presence on Facebook, Twitter, and Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He straddles a delicate balance between being Jamaica’s ‘everyman’ and leader of Government – in a way that demands your attention and provokes your thoughts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But does Holness\' \'cool factor\' really hold up? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"className\":\"instagram-media\"} -->\n<div class=\"wp-block-image instagram-media\"><figure class=\"alignleft\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/f80b584a351b4b21d42487a06008dff6/5DAD0DD5/t51.2885-15/e35/11910553_465628773641834_974670672_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Prime Minister Andrew Holness anticipating a pitch during a game of cricket with students at the Mount Zion Primary School in St. James. (Photo contributed, <em>Instagram</em>)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Turns out, there are apparently little holes in this plot as time and time again, Holness and his team have evolved and adapted to capitalize on the use of social media and its impact on Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rolling back the clock, <strong>BUZZ</strong> has delved deep through PM Holness’ timeline, and shares some of his \'coolest moments\', since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"158\",\"159\",\"160\",\"161\",\"162\",\"163\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-negril-1-1024x651.jpg\" alt=\"\" data-id=\"158\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-negril-1/\" class=\"wp-image-158\" /><figcaption>Novem</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-nesbeth-performance1-1024x576.jpg\" alt=\"\" data-id=\"159\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-nesbeth-performance1/\" class=\"wp-image-159\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-family1-1024x603.jpg\" alt=\"\" data-id=\"160\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-family1/\" class=\"wp-image-160\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-norman-dunn-20171-1024x582.jpg\" alt=\"\" data-id=\"161\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-norman-dunn-20171/\" class=\"wp-image-161\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-community-football1-1024x634.jpg\" alt=\"\" data-id=\"162\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-community-football1/\" class=\"wp-image-162\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-5.55.51-PM-1024x728.jpg\" alt=\"\" data-id=\"163\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/screen-shot-2019-07-17-at-5-55-51-pm/\" class=\"wp-image-163\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you believe Andrew Holness is our coolest Prime Minister? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the <strong>BUZZ</strong> comment section below!</p>\n<!-- /wp:paragraph -->','Is Andrew Holness Jamaica’s \'coolest\' Prime Minister?','','inherit','closed','closed','','124-revision-v1','','','2019-08-11 16:28:26','2019-08-11 21:28:26','',124,'https://buzz-caribbean.com/article/124-revision-v1/',0,'revision','',0),(2966,14,'2019-08-11 16:31:55','2019-08-11 21:31:55','','andrew-holness-malaki','','inherit','closed','closed','','andrew-holness-malaki','','','2019-08-11 16:31:55','2019-08-11 21:31:55','',124,'https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-malaki.jpg',0,'attachment','image/jpeg',0),(2967,14,'2019-08-11 16:32:09','2019-08-11 21:32:09','','andrew-holness-east-portland','','inherit','closed','closed','','andrew-holness-east-portland','','','2019-08-11 16:32:09','2019-08-11 21:32:09','',124,'https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-east-portland.jpg',0,'attachment','image/jpeg',0),(2968,14,'2019-08-11 16:32:24','2019-08-11 21:32:24','','andrew-holness-placehotb-tweet','','inherit','closed','closed','','andrew-holness-placehotb-tweet','','','2019-08-11 16:32:24','2019-08-11 21:32:24','',124,'https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-placehotb-tweet.jpg',0,'attachment','image/jpeg',0),(2969,14,'2019-08-11 16:32:49','2019-08-11 21:32:49','<!-- wp:paragraph -->\n<p>Jamaicans are considered among the coolest people on Earth and many citizens, especially those traversing social media spaces, see Prime Minister Andrew Holness as our savviest leader in recent times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/42a5f8031dcddf873735dc4503b9b968/5DBC7DCA/t51.2885-15/e35/11930873_1753057154922068_81944720_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Holness\' 2015 post, dusting off a fresh pair of Desert Clarks, took social media by storm. The caption accompanying the viral photo paid homage to deejay Vybz Kartel (Photo contributed, <em>Instagram</em>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Holness, the island’s eight prime minister, continues to run\none of the most engaging platforms on social media – with many drawing\ncomparisons to Canadian PM Justin Trudeau and former US President Barack Obama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From the young to the young-at-heart, just about everywhere our PM makes an appearance, Holness’ seemingly calm and endearing aura is infectious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2964} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-builder-buzz-demo.jpg\" alt=\"\" class=\"wp-image-2964\" /><figcaption>Holness, the #Builder himself at the Jamaica Labour Party\'s 75th general conference in 2018 (Photo contributed, Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a man who understands the power of social media and digital engagement, Holness largely owes his shock 2016 general election win to his outstanding presence on Facebook, Twitter, and Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He straddles a delicate balance between being Jamaica’s ‘everyman’ and leader of Government – in a way that demands your attention and provokes your thoughts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But does Holness\' \'cool factor\' really hold up? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"className\":\"instagram-media\"} -->\n<div class=\"wp-block-image instagram-media\"><figure class=\"alignleft\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/f80b584a351b4b21d42487a06008dff6/5DAD0DD5/t51.2885-15/e35/11910553_465628773641834_974670672_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Prime Minister Andrew Holness anticipating a pitch during a game of cricket with students at the Mount Zion Primary School in St. James. (Photo contributed, <em>Instagram</em>)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Turns out, there are apparently little holes in this plot as time and time again, Holness and his team have evolved and adapted to capitalize on the use of social media and its impact on Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rolling back the clock, <strong>BUZZ</strong> has delved deep through PM Holness’ timeline, and shares some of his \'coolest moments\', since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"158\",\"159\",\"160\",\"161\",\"162\",\"163\",2966,2967,2968]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-negril-1-1024x651.jpg\" alt=\"\" data-id=\"158\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-negril-1/\" class=\"wp-image-158\" /><figcaption>Novem</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-nesbeth-performance1-1024x576.jpg\" alt=\"\" data-id=\"159\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-nesbeth-performance1/\" class=\"wp-image-159\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-family1-1024x603.jpg\" alt=\"\" data-id=\"160\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-family1/\" class=\"wp-image-160\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-norman-dunn-20171-1024x582.jpg\" alt=\"\" data-id=\"161\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-norman-dunn-20171/\" class=\"wp-image-161\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-community-football1-1024x634.jpg\" alt=\"\" data-id=\"162\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-community-football1/\" class=\"wp-image-162\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-5.55.51-PM-1024x728.jpg\" alt=\"\" data-id=\"163\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/screen-shot-2019-07-17-at-5-55-51-pm/\" class=\"wp-image-163\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-malaki-1024x636.jpg\" alt=\"\" data-id=\"2966\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-malaki/\" class=\"wp-image-2966\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-east-portland-1024x615.jpg\" alt=\"\" data-id=\"2967\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-east-portland/\" class=\"wp-image-2967\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-placehotb-tweet.jpg\" alt=\"\" data-id=\"2968\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-placehotb-tweet/\" class=\"wp-image-2968\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you believe Andrew Holness is our coolest Prime Minister? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the <strong>BUZZ</strong> comment section below!</p>\n<!-- /wp:paragraph -->','Is Andrew Holness Jamaica’s \'coolest\' Prime Minister?','','inherit','closed','closed','','124-revision-v1','','','2019-08-11 16:32:49','2019-08-11 21:32:49','',124,'https://buzz-caribbean.com/article/124-revision-v1/',0,'revision','',0),(2970,14,'2019-08-11 16:33:41','2019-08-11 21:33:41','','andrew-holness-malaki-1','','inherit','closed','closed','','andrew-holness-malaki-1','','','2019-08-11 16:33:41','2019-08-11 21:33:41','',124,'https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-malaki-1.jpg',0,'attachment','image/jpeg',0),(2971,14,'2019-08-11 16:33:54','2019-08-11 21:33:54','<!-- wp:paragraph -->\n<p>Jamaicans are considered among the coolest people on Earth and many citizens, especially those traversing social media spaces, see Prime Minister Andrew Holness as our savviest leader in recent times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/42a5f8031dcddf873735dc4503b9b968/5DBC7DCA/t51.2885-15/e35/11930873_1753057154922068_81944720_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Holness\' 2015 post, dusting off a fresh pair of Desert Clarks, took social media by storm. The caption accompanying the viral photo paid homage to deejay Vybz Kartel (Photo contributed, <em>Instagram</em>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Holness, the island’s eight prime minister, continues to run\none of the most engaging platforms on social media – with many drawing\ncomparisons to Canadian PM Justin Trudeau and former US President Barack Obama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2970} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-malaki-1-1024x636.jpg\" alt=\"\" class=\"wp-image-2970\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From the young to the young-at-heart, just about everywhere our PM makes an appearance, Holness’ seemingly calm and endearing aura is infectious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2964} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-builder-buzz-demo.jpg\" alt=\"\" class=\"wp-image-2964\" /><figcaption>Holness, the #Builder himself at the Jamaica Labour Party\'s 75th general conference in 2018 (Photo contributed, Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a man who understands the power of social media and digital engagement, Holness largely owes his shock 2016 general election win to his outstanding presence on Facebook, Twitter, and Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He straddles a delicate balance between being Jamaica’s ‘everyman’ and leader of Government – in a way that demands your attention and provokes your thoughts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But does Holness\' \'cool factor\' really hold up? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"className\":\"instagram-media\"} -->\n<div class=\"wp-block-image instagram-media\"><figure class=\"alignleft\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/f80b584a351b4b21d42487a06008dff6/5DAD0DD5/t51.2885-15/e35/11910553_465628773641834_974670672_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Prime Minister Andrew Holness anticipating a pitch during a game of cricket with students at the Mount Zion Primary School in St. James. (Photo contributed, <em>Instagram</em>)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Turns out, there are apparently little holes in this plot as time and time again, Holness and his team have evolved and adapted to capitalize on the use of social media and its impact on Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rolling back the clock, <strong>BUZZ</strong> has delved deep through PM Holness’ timeline, and shares some of his \'coolest moments\', since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"158\",\"159\",\"160\",\"161\",\"162\",\"163\",2966,2967,2968]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-negril-1-1024x651.jpg\" alt=\"\" data-id=\"158\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-negril-1/\" class=\"wp-image-158\" /><figcaption>Novem</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-nesbeth-performance1-1024x576.jpg\" alt=\"\" data-id=\"159\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-nesbeth-performance1/\" class=\"wp-image-159\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-family1-1024x603.jpg\" alt=\"\" data-id=\"160\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-family1/\" class=\"wp-image-160\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-norman-dunn-20171-1024x582.jpg\" alt=\"\" data-id=\"161\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-norman-dunn-20171/\" class=\"wp-image-161\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-community-football1-1024x634.jpg\" alt=\"\" data-id=\"162\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-community-football1/\" class=\"wp-image-162\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-5.55.51-PM-1024x728.jpg\" alt=\"\" data-id=\"163\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/screen-shot-2019-07-17-at-5-55-51-pm/\" class=\"wp-image-163\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-malaki-1024x636.jpg\" alt=\"\" data-id=\"2966\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-malaki/\" class=\"wp-image-2966\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-east-portland-1024x615.jpg\" alt=\"\" data-id=\"2967\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-east-portland/\" class=\"wp-image-2967\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-placehotb-tweet.jpg\" alt=\"\" data-id=\"2968\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-placehotb-tweet/\" class=\"wp-image-2968\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you believe Andrew Holness is our coolest Prime Minister? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the <strong>BUZZ</strong> comment section below!</p>\n<!-- /wp:paragraph -->','Is Andrew Holness Jamaica’s \'coolest\' Prime Minister?','','inherit','closed','closed','','124-revision-v1','','','2019-08-11 16:33:54','2019-08-11 21:33:54','',124,'https://buzz-caribbean.com/article/124-revision-v1/',0,'revision','',0),(2972,14,'2019-08-11 16:35:44','2019-08-11 21:35:44','<!-- wp:paragraph -->\n<p>Jamaicans are considered among the coolest people on Earth and many citizens, especially those traversing social media spaces, see Prime Minister Andrew Holness as our savviest leader in recent times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/42a5f8031dcddf873735dc4503b9b968/5DBC7DCA/t51.2885-15/e35/11930873_1753057154922068_81944720_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Holness\' 2015 post, dusting off a fresh pair of Desert Clarks, took social media by storm. The caption accompanying the viral photo paid homage to deejay Vybz Kartel (Photo contributed, <em>Instagram</em>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Holness, the island’s eight prime minister, continues to run\none of the most engaging platforms on social media – with many drawing\ncomparisons to Canadian PM Justin Trudeau and former US President Barack Obama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2970} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-malaki-1-1024x636.jpg\" alt=\"\" class=\"wp-image-2970\" /><figcaption>Aww! Such a sweet moment between 3-y-o Malaki and PM Andrew Holness in January (Photo contributed, Twitter)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From the young to the young-at-heart, just about everywhere our PM makes an appearance, Holness’ seemingly calm and endearing aura is infectious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2964} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-builder-buzz-demo.jpg\" alt=\"\" class=\"wp-image-2964\" /><figcaption>Holness, the #Builder himself at the Jamaica Labour Party\'s 75th general conference in 2018 (Photo contributed, Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a man who understands the power of social media and digital engagement, Holness largely owes his shock 2016 general election win to his outstanding presence on Facebook, Twitter, and Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He straddles a delicate balance between being Jamaica’s ‘everyman’ and leader of Government – in a way that demands your attention and provokes your thoughts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But does Holness\' \'cool factor\' really hold up? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"className\":\"instagram-media\"} -->\n<div class=\"wp-block-image instagram-media\"><figure class=\"alignleft\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/f80b584a351b4b21d42487a06008dff6/5DAD0DD5/t51.2885-15/e35/11910553_465628773641834_974670672_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Prime Minister Andrew Holness anticipating a pitch during a game of cricket with students at the Mount Zion Primary School in St. James. (Photo contributed, <em>Instagram</em>)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Turns out, there are apparently little holes in this plot as time and time again, Holness and his team have evolved and adapted to capitalize on the use of social media and its impact on Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rolling back the clock, <strong>BUZZ</strong> has delved deep through PM Holness’ timeline, and shares some of his \'coolest moments\', since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"158\",\"159\",\"160\",\"161\",\"162\",\"163\",2966,2967,2968]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-negril-1-1024x651.jpg\" alt=\"\" data-id=\"158\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-negril-1/\" class=\"wp-image-158\" /><figcaption>Novem</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-nesbeth-performance1-1024x576.jpg\" alt=\"\" data-id=\"159\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-nesbeth-performance1/\" class=\"wp-image-159\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-family1-1024x603.jpg\" alt=\"\" data-id=\"160\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-family1/\" class=\"wp-image-160\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-norman-dunn-20171-1024x582.jpg\" alt=\"\" data-id=\"161\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-norman-dunn-20171/\" class=\"wp-image-161\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-community-football1-1024x634.jpg\" alt=\"\" data-id=\"162\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-community-football1/\" class=\"wp-image-162\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-5.55.51-PM-1024x728.jpg\" alt=\"\" data-id=\"163\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/screen-shot-2019-07-17-at-5-55-51-pm/\" class=\"wp-image-163\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-malaki-1024x636.jpg\" alt=\"\" data-id=\"2966\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-malaki/\" class=\"wp-image-2966\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-east-portland-1024x615.jpg\" alt=\"\" data-id=\"2967\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-east-portland/\" class=\"wp-image-2967\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-placehotb-tweet.jpg\" alt=\"\" data-id=\"2968\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-placehotb-tweet/\" class=\"wp-image-2968\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you believe Andrew Holness is our coolest Prime Minister? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the <strong>BUZZ</strong> comment section below!</p>\n<!-- /wp:paragraph -->','Is Andrew Holness Jamaica’s \'coolest\' Prime Minister?','','inherit','closed','closed','','124-revision-v1','','','2019-08-11 16:35:44','2019-08-11 21:35:44','',124,'https://buzz-caribbean.com/article/124-revision-v1/',0,'revision','',0),(2973,11,'2019-08-11 16:44:30','2019-08-11 21:44:30','<!-- wp:image {\"id\":273} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-4-1-1024x614.jpg\" alt=\"\" class=\"wp-image-273\" /><figcaption>Storm Saulter, <strong>Sprinter</strong> writer-director. (Buzz, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cinemas in Canada and the United Kingdom are next on the serving plate for a taste of Jamaican feature film, <strong>Sprinter</strong>, director Storm Saulter has indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said in an interview with<strong><em> </em>BUZZ</strong> that he was confident the film would keep its positive momentum into the summer months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I do feel that this film has enough legs and can build\nenough momentum to really keep pushing across the world,” he explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve been open in the US [and] we will continue in theatres in the US throughout the summer. We’re opening in... the UK, like the third week or so in August,” Saulter told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I feel like the word about Sprinter is really starting to gain traction; there’s a large section of independent cinema that’s aware of the film so it’s exciting,” Saulter<strong> </strong>added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The filmmaker hinted that if <strong>Sprinter </strong>goes as well as projected plans to hit streaming platforms in the fall would have to be fast-tracked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The future of feature films in Jamaica is bright, according to Saulter. He said the renaissance of and interest in cinematography was long overdue and imminent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s an exciting time and space to be in. A lot of people have projects in the works, both locally and internationally; a lot of people trying to come here to do projects – a lot of big companies have been here shooting projects as you know.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":287} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-3-683x1024.jpg\" alt=\"\" class=\"wp-image-287\" /><figcaption>Storm Saulter, during his tell-all interview with Buzz Jamaica (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“So Jamaica, as a creative space, is alive and thriving right now. For me, it is exciting times. I think good, quality work is gonna keep hitting, keep connecting – that’s really [what’s] going to create a renaissance. It’s not quantity that’s going to get us there, it’s quality,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After a successful tour in 20 states and across 50 cities in the US, <strong>Sprinter </strong>made its first domestic screening on Wednesday, July 3 in cinemas across Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong>, Storm’s second feature film after the critically acclaimed <strong>Better Mus’ Come</strong>, swept the 2018 American Black Film Festival winning Best Director, Best Narrative Feature and the Audience Award.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most recently, the film has gone on to win the New Vision Award at the Bahamas International Film Festival, as well as Best Narrative Feature at the 2019 staging of the Pan African Film Festival in Los Angeles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See part two of <strong>BUZZ</strong>’s interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/BT965g8nOno\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/BT965g8nOno\n</div><figcaption>Part 2 of Buzz Entertainment\'s interview with Storm Saulter, the mind behind Jamaican feature film, Sprinter. (Buzz Video, Don Waysome)</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>What do you think of <strong>Sprinter</strong>? Sound off in the comments section.</p>\n<!-- /wp:paragraph -->','Storm Saulter sees \'Sprinter\' going around the world','','inherit','closed','closed','','140-revision-v1','','','2019-08-11 16:44:30','2019-08-11 21:44:30','',140,'https://buzz-caribbean.com/article/140-revision-v1/',0,'revision','',0),(2974,11,'2019-08-11 16:45:24','2019-08-11 21:45:24','<!-- wp:image {\"id\":265} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-5-1024x614.jpg\" alt=\"\" class=\"wp-image-265\" /><figcaption>Storm Saulter (Buzz, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Storm Saulter continues to ride major waves of accolades and good reviews as his latest theatrical release,&nbsp;<strong>Sprinter</strong>, opens across cinemas nationwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican writer-director, in a tell-all interview with&nbsp;<strong>BUZZ</strong>, said that he’s pleased with the outcome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There [are] many stages to a film but that moment when an audience interacts with it, it takes on a whole new life,” Saulter told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong>, a coming-of-age story following 17-year-old Rastafarian track athlete Akeem Sharp, opened in Jamaica on Wednesday, July 3 – after experiencing overwhelming success on the international market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"<strong><em>Sprinter </em></strong><em>is the story of a boy trying to run back to his mother</em>\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":267} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-1-1024x614.jpg\" alt=\"\" class=\"wp-image-267\" /><figcaption>Saulter, the man behind <strong>Sprinter</strong>, speaks with Buzz Jamaica on location (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that much of his life growing up in Negril, Westmoreland is portrayed in&nbsp;<strong>Sprinter&nbsp;</strong>– with many relatable aspects of daily Jamaican life taking centre stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A lot of my life growing up in Jamaica is in this film. I remember going to Manning’s’ High School in Savanna-La-Mar and I remember going to devotion every morning. That stuff is seared in me and my memory and I literally have that entire scene playing out in the film,” the mind behind&nbsp;<strong>Sprinter&nbsp;</strong>told&nbsp;<strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that while&nbsp;<strong>Sprinter&nbsp;</strong>is Akeem Sharp’s coming-of-age story, many Jamaicans should appreciate some of the struggles the teen is faced with throughout the movie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“<strong>Sprinter </strong>is really the story of a boy trying to run back to his mother – thinking if he can only run fast enough, maybe he can bring his family back together,” he remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That’s the larger, driving motivation but [<strong>Sprinter</strong>] is also about a young boy going from a nobody to the next Usain Bolt, the next big thing,” Saulter added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I really wanted to tell a story that had a realistic kind of feeling, as in, What are we as people feeling, what’s on the periphery of our lives,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p><em>\"I wanted to show that we can make global stories about us\"</em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“For me, I wanted to show that we can make global stories about us, that can be made in this space and that can be made about people who are from here or living through their experiences either here or elsewhere,\" Saulter added.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter is on a mission to create universal stories wrapped in the complex social and cultural dynamics of the Caribbean. <strong>Sprinter&nbsp;</strong>marks Storm Saulter’s second major silver screen effort since the critically acclaimed&nbsp;<strong>Better Mus’ Come</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch the first installment of <strong>BUZZ</strong>\'s two-part interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/X9d2j1IVbfw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/X9d2j1IVbfw\n</div><figcaption>Buzz reporter Gavin Riley speaks in-depth with <em>Sprinter</em> director, Storm Saulter (Video, Don Waysome)</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! Did you enjoy <strong>Sprinter</strong>? Tell us some of your favourite scenes in the comment section.</p>\n<!-- /wp:paragraph -->','Director Storm Saulter tackles Caribbean complexities through film','','inherit','closed','closed','','215-revision-v1','','','2019-08-11 16:45:24','2019-08-11 21:45:24','',215,'https://buzz-caribbean.com/article/215-revision-v1/',0,'revision','',0),(2975,11,'2019-08-11 16:51:12','2019-08-11 21:51:12','<!-- wp:paragraph -->\n<p>The South Korean motor company Kia is carving out a reputation for <strong><em>style and reliability.</em></strong><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2146} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/KIA-1024x683.jpg\" alt=\"\" class=\"wp-image-2146\" /><figcaption>(Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The confidence in its reliability sees it offering a seven-year warranty where other carmakers tend to offer just three.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2131} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sportage-1024x683.jpg\" alt=\"\" class=\"wp-image-2131\" /><figcaption>Sleek Kia Sportage at the dealership in Kingston, Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kia\'s reliability has been noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><em>CNN put Kia 6th out of 10 in their table in 2015. The following year J.D. Power ranked it No. 1 for reliability. The UK\'s Telegraph newspaper placed Kia 3 out of 20 for the most reliable car brand of 2017.&nbsp;</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2150} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Driving-KIA-1024x576.jpg\" alt=\"\" class=\"wp-image-2150\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kia has upped the ante on the use of technology with its infotainment system being one of the best around.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Of the Kia brands, the<strong> Sportage</strong> and <strong>Sorento</strong> have been rated the most reliable. Kia owners talk proudly of clocking high mileage without having to make constant trips to the mechanic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2136,2138,2137]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Kia-Sorento-1024x621.jpg\" alt=\"\" data-id=\"2136\" data-link=\"https://buzz-caribbean.com/?attachment_id=2136\" class=\"wp-image-2136\" /><figcaption>Sleek exterior of Kia Sorento</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Spacious-interior-of-Kia-Sorento-1024x576.jpg\" alt=\"\" data-id=\"2138\" data-link=\"https://buzz-caribbean.com/?attachment_id=2138\" class=\"wp-image-2138\" /><figcaption>Spacious interior of Kia Sorento</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Push-Button-Start-Kia-Sorento-1024x576.jpg\" alt=\"\" data-id=\"2137\" data-link=\"https://buzz-caribbean.com/?attachment_id=2137\" class=\"wp-image-2137\" /><figcaption>Kia Sorento sports a convenient push-to-start button</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The Seoul-based motor company has also stepped up its game in styling and design and this one can see with the increased models gracing Jamaica\'s roads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2139} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Kia-Optima-1024x576.jpg\" alt=\"\" class=\"wp-image-2139\" /><figcaption>Kia Optima</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong>Kia\'s decade-long focus on craftsmanship and continuous improvement reflects the voice of our customers which is the ultimate affirmation.</strong>\"</p><cite>Chief Operating Of Kia Motors America, Michael Sprague</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>According to Top Gear, Kia is now rivalling some of Europe\'s top car brands with vehicles for every segment. The top TV car show is of the view that Kia vehicles are competitively priced, reliable, offer good value and quality and are getting better with time.\n\n</p>\n<!-- /wp:paragraph -->','Kia cars score high on reliability','','inherit','closed','closed','','59-revision-v1','','','2019-08-11 16:51:12','2019-08-11 21:51:12','',59,'https://buzz-caribbean.com/article/59-revision-v1/',0,'revision','',0),(2976,1,'2019-08-12 07:48:24','2019-08-12 12:48:24','','Giphy','','inherit','closed','closed','','giphy','','','2019-08-12 07:48:24','2019-08-12 12:48:24','',0,'https://buzz-caribbean.com/app/uploads/2019/08/giphy.gif',0,'attachment','image/gif',0),(2981,13,'2019-08-12 09:48:59','2019-08-12 14:48:59','','Jobs Image','','inherit','closed','closed','','jobs-image','','','2019-08-12 09:48:59','2019-08-12 14:48:59','',2794,'https://buzz-caribbean.com/app/uploads/2019/08/jobs-image.jpg',0,'attachment','image/jpeg',0),(2982,13,'2019-08-12 09:51:24','2019-08-12 14:51:24','','Jobs Image','','inherit','closed','closed','','jobs-image-2','','','2019-08-12 09:51:24','2019-08-12 14:51:24','',2790,'https://buzz-caribbean.com/app/uploads/2019/08/jobs-image-1.jpg',0,'attachment','image/jpeg',0),(2983,13,'2019-08-12 09:51:49','2019-08-12 14:51:49','','Jobs Image','','inherit','closed','closed','','jobs-image-3','','','2019-08-12 09:51:49','2019-08-12 14:51:49','',2790,'https://buzz-caribbean.com/app/uploads/2019/08/jobs-image-2.jpg',0,'attachment','image/jpeg',0),(2984,13,'2019-08-12 10:09:01','2019-08-12 15:09:01','','Worship Feast Edit','','inherit','closed','closed','','worship-feast-edit','','','2019-08-12 10:09:01','2019-08-12 15:09:01','',1662,'https://buzz-caribbean.com/app/uploads/2019/08/worship-feast-edit.jpg',0,'attachment','image/jpeg',0),(2985,13,'2019-08-12 10:13:29','2019-08-12 15:13:29','','Women Pic Edit','','inherit','closed','closed','','women-pic-edit','','','2019-08-12 10:13:29','2019-08-12 15:13:29','',1429,'https://buzz-caribbean.com/app/uploads/2019/08/women-pic-edit.jpg',0,'attachment','image/jpeg',0),(2986,13,'2019-08-12 10:14:28','2019-08-12 15:14:28','','Unity In The City Edit','','inherit','closed','closed','','unity-in-the-city-edit','','','2019-08-12 10:14:28','2019-08-12 15:14:28','',0,'https://buzz-caribbean.com/app/uploads/2019/08/unity-in-the-city-edit.jpg',0,'attachment','image/jpeg',0),(2987,13,'2019-08-12 10:17:00','2019-08-12 15:17:00','','River And Picnic Edit','','inherit','closed','closed','','river-and-picnic-edit','','','2019-08-12 10:17:00','2019-08-12 15:17:00','',2088,'https://buzz-caribbean.com/app/uploads/2019/08/river-and-picnic-edit.jpg',0,'attachment','image/jpeg',0),(2988,13,'2019-08-12 10:18:18','2019-08-12 15:18:18','','Painted Edit','','inherit','closed','closed','','painted-edit','','','2019-08-12 10:18:18','2019-08-12 15:18:18','',1443,'https://buzz-caribbean.com/app/uploads/2019/08/painted-edit.jpg',0,'attachment','image/jpeg',0),(2990,13,'2019-08-12 10:20:18','2019-08-12 15:20:18','','Colour Me Edit','','inherit','closed','closed','','colour-me-edit','','','2019-08-12 10:20:18','2019-08-12 15:20:18','',2067,'https://buzz-caribbean.com/app/uploads/2019/08/colour-me-edit.jpg',0,'attachment','image/jpeg',0),(2992,13,'2019-08-12 10:52:55','2019-08-12 15:52:55','','Ramble Jobs Image','','inherit','closed','closed','','ramble-jobs-image','','','2019-08-12 10:52:55','2019-08-12 15:52:55','',709,'https://buzz-caribbean.com/app/uploads/2019/07/ramble-jobs-image.jpg',0,'attachment','image/jpeg',0),(2993,16,'2019-08-12 11:00:09','2019-08-12 16:00:09','<!-- wp:image {\"align\":\"center\",\"id\":2992,\"width\":179,\"height\":179} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/ramble-jobs-image.jpg\" alt=\"\" class=\"wp-image-2992\" width=\"179\" height=\"179\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>DIGITAL MEDIA EXECUTIVE</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We (Ramble Media Group) are looking to appoint a qualified Digital Media Executive to join our rapidly growing Marketing team. The successful candidate will be responsible for assisting in the development and management of all social media channels and digital campaigns.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Digital Media Executive will report directly to the Digital Media Manager.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>DUTIES AND RESPONSIBILITIES</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Assist in the planning, implementing and monitoring of the company’s digital strategy in collaboration with the marketing, commercial and content teams.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Assist in establishing and maintaining our brand presence across all social media channels&nbsp;</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Ensure the company’s online ads, campaigns and/or other promotions are properly displayed across all digital platforms</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Assist with the creation and publishing of relevant and high-quality content</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Assist with the strategic planning to ensure offline and online tactics complement each other</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Assist in analyzing and reporting of the company’s digital KPI&nbsp;</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Assist in the planning, development and execution of the company’s online campaigns including display and social media advertising</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Regularly track and get insights into competitor’s online strategies</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Capture and track consumer sentiment on the brand or industry and identify Social Media influencers.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Assist with the creation and management of the monthly newsletters to subscribers<br><br></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>&nbsp;&nbsp;REQUIREMENTS</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Proven work experience in Digital Media and Content Management</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Ability to multi-task and perform under tight deadlines</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Strong verbal and written communication skills</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Experience in managing and operating social media platforms and implementing strategy</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Proven track record of displaying Google ads and other digital revenue displays</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Ability to think conceptually and analytically</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Must have a business-centred vision</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>The ability to work in a cross-functional team, to plan, execute, build and present digital media campaigns for clients and new business</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Degree in media or relevant field</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Must be a team player<br><br></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><br>For additional information and queries do contact Ramble Media Group at&nbsp;<a href=\"mailto:jobs@ramblemediagroup.com\">jobs@ramblemediagroup.com</a><br></p>\n<!-- /wp:paragraph -->','Ramble Media Group, a Digital Media Executive','','publish','closed','closed','','ramble-media-group-a-digital-media-executive-2993','','','2019-11-26 12:01:29','2019-11-26 17:01:29','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=2993',0,'job','',0),(2995,11,'2019-08-12 11:11:33','2019-08-12 16:11:33','','J-1-BUZZ','','inherit','closed','closed','','j-1-buzz','','','2019-08-12 11:11:33','2019-08-12 16:11:33','',1838,'https://buzz-caribbean.com/app/uploads/2019/08/J-1-BUZZ.jpg',0,'attachment','image/jpeg',0),(2996,11,'2019-08-12 11:12:03','2019-08-12 16:12:03','','J-2-BUZZ','','inherit','closed','closed','','j-2-buzz','','','2019-08-12 11:12:03','2019-08-12 16:12:03','',1838,'https://buzz-caribbean.com/app/uploads/2019/08/J-2-BUZZ.jpg',0,'attachment','image/jpeg',0),(2997,11,'2019-08-12 11:12:48','2019-08-12 16:12:48','','S-1-BUZZ','','inherit','closed','closed','','s-1-buzz','','','2019-08-12 11:12:48','2019-08-12 16:12:48','',1838,'https://buzz-caribbean.com/app/uploads/2019/08/S-1-BUZZ.jpg',0,'attachment','image/jpeg',0),(2998,11,'2019-08-12 11:13:11','2019-08-12 16:13:11','','S-2-BUZZ','','inherit','closed','closed','','s-2-buzz','','','2019-08-12 11:13:11','2019-08-12 16:13:11','',1838,'https://buzz-caribbean.com/app/uploads/2019/08/S-2-BUZZ.jpg',0,'attachment','image/jpeg',0),(2999,11,'2019-08-12 11:13:47','2019-08-12 16:13:47','','M-1-BUZZ','','inherit','closed','closed','','m-1-buzz','','','2019-08-12 11:13:47','2019-08-12 16:13:47','',1838,'https://buzz-caribbean.com/app/uploads/2019/08/M-1-BUZZ.jpg',0,'attachment','image/jpeg',0),(3000,11,'2019-08-12 11:14:19','2019-08-12 16:14:19','','M-2-BUZZ','','inherit','closed','closed','','m-2-buzz','','','2019-08-12 11:14:19','2019-08-12 16:14:19','',1838,'https://buzz-caribbean.com/app/uploads/2019/08/M-2-BUZZ.jpg',0,'attachment','image/jpeg',0),(3001,11,'2019-08-12 11:15:19','2019-08-12 16:15:19','','T-1-BUZZ','','inherit','closed','closed','','t-1-buzz','','','2019-08-12 11:15:19','2019-08-12 16:15:19','',1838,'https://buzz-caribbean.com/app/uploads/2019/08/T-1-BUZZ.jpg',0,'attachment','image/jpeg',0),(3002,11,'2019-08-12 11:15:48','2019-08-12 16:15:48','','T-2-BUZZ','','inherit','closed','closed','','t-2-buzz','','','2019-08-12 11:15:48','2019-08-12 16:15:48','',1838,'https://buzz-caribbean.com/app/uploads/2019/08/T-2-BUZZ.jpg',0,'attachment','image/jpeg',0),(3003,11,'2019-08-12 11:20:44','2019-08-12 16:20:44','<!-- wp:paragraph -->\n<p>Yawn! What a great weekend. But <strong><em>J </em></strong>wasn’t ready for Monday morning. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2995} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/J-1-BUZZ-1024x960.jpg\" alt=\"\" class=\"wp-image-2995\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He looks at the clock. Only 10:30! <strong><em>J</em></strong> rests his aching head on his computer keyboard for a quick snooze.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2996} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/J-2-BUZZ-1004x1024.jpg\" alt=\"\" class=\"wp-image-2996\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Ping!</em></strong> <strong><em>S</em></strong> quickly checks her phone and smiles. It’s<em> #HotGirlSummer</em> and her best friend has invited her for a drink. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2997} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/S-1-BUZZ-1024x776.jpg\" alt=\"\" class=\"wp-image-2997\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>S</em></strong> WhatsApp’s her back. Discussions start on what to wear. More pings!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2998} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/S-2-BUZZ-1024x750.jpg\" alt=\"\" class=\"wp-image-2998\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sigh! <strong><em>M</em></strong> is stressed out. Tears come to her eyes. Her one true love said goodbye. The rent is overdue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2999} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/M-1-BUZZ-1024x1004.jpg\" alt=\"\" class=\"wp-image-2999\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>M</em></strong> gets up and goes to the bathroom for the fifth time since morning. Her makeup needs fixing now. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3000} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/M-2-BUZZ-1024x986.jpg\" alt=\"\" class=\"wp-image-3000\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brrr! <strong><em>T</em></strong> answers his cell phone. Wha’ gwaan? T is always available to chat with friends – about last night. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3002} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/T-2-BUZZ-998x1024.jpg\" alt=\"\" class=\"wp-image-3002\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>T</em></strong> leans back in his chair. Yes, men can gossip too! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3001} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/T-1-BUZZ-969x1024.jpg\" alt=\"\" class=\"wp-image-3001\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Productivity is a big concern in Jamaica. It’s a big deal. The economy is growing. Unemployment is down but competition for jobs is fierce. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your boss wants to see results. But, are you producing?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Employers are zooming in on how employees are spending their time at work. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>According to the Jamaica Productivity Centre, productivity is important because it keeps the costs of goods and services low. If a company produces more, it can create more jobs and better jobs. Makes sense!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Productivity is important because it keeps the costs of goods and services low.  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>So, what are you doing, slouching at your desk? Your boss might have something to say about that. And he/she might be checking up on you, right now – using the technology that we all enjoy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With a range of apps to choose from, more employers are zooming in on how employees are spending their time at work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yup! The question is: Are you “engaged” at work? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>OK, we don’t all LOVE our job. It may be temporary. It may be part-time. But shouldn’t you be giving it your best shot?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Because if you are doing too much sleeping on the job – be careful. The boss may be watching you!</p>\n<!-- /wp:paragraph -->','Is your boss spying on you at work?','','inherit','closed','closed','','1838-revision-v1','','','2019-08-12 11:20:44','2019-08-12 16:20:44','',1838,'https://buzz-caribbean.com/article/1838-revision-v1/',0,'revision','',0),(3004,4,'2019-08-12 12:20:18','2019-08-12 17:20:18','<!-- wp:paragraph -->\n<p>Eleven-year-old Alex Powell made motorsport history earlier\nthis year when he became the first Jamaican and Caribbean driver to be signed\nto a Formula 1 team - Mercedes-AMG F1.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, the route to the sport’s top tier was only a\nrecent desire, according to his father, John Powell. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":894} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/MSI_5031-1-1024x614.jpg\" alt=\"\" class=\"wp-image-894\" /><figcaption> Alex (right) with father, John Powell.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“When we went to Europe and they saw the potential in him over there and Mercedes-Benz approached us, that then everything changed after that,” he said, noting that the deal was signed in March 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “When we went to Europe and they saw the potential in him over there and Mercedes-Benz approached us </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>While Alex might not follow in his father’s footsteps\non to the gravel and tarmac rally stages of the world, John is more than happy\nwith the direction his son’s motorsport career has taken.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":898} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AlexPowellA.jpg\" alt=\"\" class=\"wp-image-898\" /><figcaption>In March, Alex Powell became part of the Mercedes-AMG F1 team junior driver programme. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I’m extremely happy. It’s been a hell of a ride,” the\nproud father said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For Alex, being part of Formula 1 has been his dream\nsince he began karting in a Trinidadian parking lot at six years old. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My dad pushed me a little bit, but that’s something I\nwanted to do my whole life from the first time I went to a rally to see him\nrace. I loved it from the first time I saw him driving, so I wanted to do that\nwhen I was older,” the preteen said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From there Alex moved on to the rest of the Caribbean,\nthe United States and Italy, racing under the Energy Corse banner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was his success with Energy Corse Racing in Europe that\ngot him the attention of the current Formula 1 champions Mercedes-AMG F1.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":893} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/DSC_0278-1-1024x614.jpg\" alt=\"\" class=\"wp-image-893\" /><figcaption> Alex (left) receiving race advice from his driver coach and race mechanic, Juan Valderrama. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It started from 2017 when the scout and the owner of Energy\nCorse Racing go-kart team saw Alex in Las Vegas. They asked us to come over to\nEurope and do a test in the spring of that year, which we did, and ever since\nthen we’ve stayed with them,” his father said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":901} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/DSC_0071-1-1024x614.jpg\" alt=\"\" class=\"wp-image-901\" /><figcaption>Alex (8) racing against Zidane Madden (777) at a recent Jamaica Karting Association race meet. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As part of the Mercedes-AMG F1 Junior programme, Alex\nshould be able to secure better sponsorship opportunities as he continues to\nrace in go-karts for the next three years. Once done with karts, he will enter\nthe Formula 4 series and accelerate his climb into a Formula 1 seat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I move to Italy in September where I’ll start school in Monza. This will cut back on the travel,” Alex explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','11-year-old Jamaican makes motorsport history','','inherit','closed','closed','','872-revision-v1','','','2019-08-12 12:20:18','2019-08-12 17:20:18','',872,'https://buzz-caribbean.com/article/872-revision-v1/',0,'revision','',0),(3006,4,'2019-08-12 12:38:21','2019-08-12 17:38:21','<!-- wp:image {\"id\":1918} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-A-1024x683.jpg\" alt=\"\" class=\"wp-image-1918\" /><figcaption>Sanjay Nelson is the owner of  Jae Epic Designer Trendy Fashion Collection. (Photos: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sanjay\nNelson’s small stature made it difficult for clothing to fit him the way he\nwanted them to. So, it was\nno surprise that when he was 14 years old he began\naltering his garments by hand. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite being\ntalented in fashion, Nelson was more fixated on football. And after leaving Seaforth\nHigh School in St Thomas, he went on to work in a supermarket, before landing a\njob at beverage company Wisynco. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1919} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-BB.jpg\" alt=\"\" class=\"wp-image-1919\" /><figcaption>Sanjay Nelson did a course in fashion designing last year. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After\nignoring his gift for quite some time, 22-year-old Nelson, who lives in\nPortmore, St Catherine, eventually asked his dad to purchase a sewing machine for\nhim although he did not know how to use one.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  “After I posted my work on Instagram, I have been getting calls from all<br> over.” </p><cite>- Sanjay Nelson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>While he was at home waiting to get a call from the Heart Garmex Academy, one of his friends told him that a popular sandals company in Kingston wanted someone to stitch leather. Even though he needed the job, Nelson said he was elated when the institution contacted him in August 2018 to do a course in fashion designing. <br> <br>“I need the understanding to construct patterns and designs, that’s why I go to school,” said the father of a two-year-old boy. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1923,1922]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-DDDD-1024x683.jpg\" alt=\"\" data-id=\"1923\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/sanjay-nelson-dddd/\" class=\"wp-image-1923\" /><figcaption>Epic Rigs have been worn by numerous Jamaican celebrities. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-CCC-1024x683.jpg\" alt=\"\" data-id=\"1922\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/sanjay-nelson-ccc/\" class=\"wp-image-1922\" /><figcaption>Sanjay Nelson shows off his creation. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>A year since enrolling at the Kingston-based training facility, Nelson, who is the founder of Jae Epic Designer Trendy Fashion Collection, has created a niche in the entertainment and fashion industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Inspired by the variety of chest rig bags that are trending across the world, Nelson created his line, ‘Epic Rigs’, that has been featured and worn by Jamaican celebrities like Sizzla, Chronic Law and Hot Frass. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1920,1921]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190729-WA0003-768x1024.jpg\" alt=\"\" data-id=\"1920\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/img-20190729-wa0003-2/\" class=\"wp-image-1920\" /><figcaption> Sizzla sporting one of Sanjay Nelson\'s pieces.  </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190729-WA0006.jpg\" alt=\"\" data-id=\"1921\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/img-20190729-wa0006-2/\" class=\"wp-image-1921\" /><figcaption> Entertainer Hot Frass makes a statement with one of the \'Epic Rigs\'. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“After I posted my work on Instagram, I have been getting calls from all over,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Emphasising on his love for patterns, Nelson, who plans to further his studies in fashion designing, said he is looking forward to creating tuxedos and bridal gowns.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=Ft2HVqVOhuY\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Ft2HVqVOhuY&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Local designer pushes \'bulletproof\' swag','','inherit','closed','closed','','1082-revision-v1','','','2019-08-12 12:38:21','2019-08-12 17:38:21','',1082,'https://buzz-caribbean.com/article/1082-revision-v1/',0,'revision','',0),(3007,11,'2019-08-12 12:39:40','2019-08-12 17:39:40','<!-- wp:paragraph -->\n<p>Yasheika Shea Powell (call her\nShea) has wanderlust. In other words, travel is in her blood.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2888} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shea-Japan-Cherry-Blossoms-BUZZ-1024x731.jpg\" alt=\"\" class=\"wp-image-2888\" /><figcaption>Shea Powell embracing the serenity and beauty of Japan (Photo: Shea Powell)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It’s\nmy drive,” says the fast-talking, Kingston-based blogger. Her website, <a href=\"http://www.theworldupcloser.com,/\" target=\"_blank\" rel=\"noreferrer noopener\">www.theworldupcloser.com,</a> is packed with\nuseful travel tips and true-life experiences — alongside dreamy photographs of\nplaces she has visited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2889} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shea-India-BUZZ.jpg\" alt=\"\" class=\"wp-image-2889\" /><figcaption>No visit to India is complete without donning one of their elegant sarees (Photo: Shea Powell)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You can find Shea on Instagram in an Italian vineyard (wineglass in hand); meditating under the cherry blossoms in Japan; or daydreaming on a houseboat in Kerala, India.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2891} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Houseboat-India-BUZZ-1024x683.jpg\" alt=\"\" class=\"wp-image-2891\" /><figcaption>Snapshot of houseboats in Kerala, India (Photo: Shea Powell)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Shea’s\nfirst trip abroad was to Washington, DC on April 23, 2008. Since then it’s been\nhard for her to stay in one place. But what, or where is her inspiration?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2893,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shea-India-Next-Adventure-BUZZ-1024x819.jpg\" alt=\"\" class=\"wp-image-2893\" /><figcaption>Shea Powell enjoying a dreamy moment in India - always looking for the next adventure (Photo: Shea Powell)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A\nbig sigh. “OMG! South America!” Her first (visa-free) trip there was to\nEcuador, which she says has a special place in her heart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her Spanish is improving rapidly. Among the 38 countries, she has visited to date — an “intense” 12 days in Japan and a road trip around Iceland (“a whole different planet by itself”) also stands out for her.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><em>Take a peek at some of the stunning shots taken while in Japan.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[]} -->\n<ul class=\"wp-block-gallery columns-0 is-cropped\"></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>But\nisn’t travel a big headache nowadays? Shea is organized, prepares well and just\nlooks forward to her next journey. As for paperwork: “My passport is my resumé. I trust the\nprocess.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She\nsays: “Eighty-five per cent of my trips are solo. It may sound selfish, but\nthen I can do exactly what I want!” She loves the freedom, makes friends along\nthe way — but sometimes wishes she could share a stunning view or a delicious\nmeal with family and friends.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Every\nlocation has its appeal. So, what about our Jamaica — what makes it unique?\n“It’s the vibe! It’s the energy of the people,” Shea declares. She admits that\nher favourite haunts are Portland, which she calls “my safe haven,” and the\nchilled-out mood of Treasure Beach. (PIX OF FAV PLC IN PORTLAND AND TREASURE\nBEACH IN ST E)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So,\nwhere next? For Shea, all roads lead to the continent of Africa, which she is\nyet to visit. “Namibia, Botswana, South Africa — oh, and Morocco. And Egypt!”\nShe has a checklist and she will be working on it soon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Really\nsoon. Shea is not one to hesitate. The airport awaits!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Heads up: Buzz will be\ntravelling around Jamaica with Shea to discover those special corners of the\nisland we call “hidden gems”. Stay tuned!</strong></p>\n<!-- /wp:paragraph -->','The world is her oyster and travel blogger Shea wants to share it with you','','inherit','closed','closed','','2305-revision-v1','','','2019-08-12 12:39:40','2019-08-12 17:39:40','',2305,'https://buzz-caribbean.com/article/2305-revision-v1/',0,'revision','',0),(3008,4,'2019-08-14 18:43:24','2019-08-14 23:43:24','<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=Ft2HVqVOhuY\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Ft2HVqVOhuY&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Portmore designer puts his spin on the \'ballistic\' vest','','publish','closed','closed','','3008','','','2019-08-15 11:07:32','2019-08-15 16:07:32','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=3008',0,'video','',0),(3009,11,'2019-08-12 12:44:01','2019-08-12 17:44:01','','BUZZ-Japan-Scenery-Shea-Powell','','inherit','closed','closed','','buzz-japan-scenery-shea-powell','','','2019-08-12 12:44:01','2019-08-12 17:44:01','',2305,'https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Japan-Scenery-Shea-Powell.jpg',0,'attachment','image/jpeg',0),(3010,11,'2019-08-12 12:44:13','2019-08-12 17:44:13','','BUZZ-Japan-Shea-Powell','','inherit','closed','closed','','buzz-japan-shea-powell','','','2019-08-12 12:44:13','2019-08-12 17:44:13','',2305,'https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Japan-Shea-Powell.jpg',0,'attachment','image/jpeg',0),(3011,11,'2019-08-12 12:44:16','2019-08-12 17:44:16','','Japanese-Meal-BUZZ','','inherit','closed','closed','','japanese-meal-buzz','','','2019-08-12 12:44:16','2019-08-12 17:44:16','',2305,'https://buzz-caribbean.com/app/uploads/2019/08/Japanese-Meal-BUZZ.jpg',0,'attachment','image/jpeg',0),(3012,11,'2019-08-12 12:44:20','2019-08-12 17:44:20','','Shea-Japan-1','','inherit','closed','closed','','shea-japan-1','','','2019-08-12 12:44:20','2019-08-12 17:44:20','',2305,'https://buzz-caribbean.com/app/uploads/2019/08/Shea-Japan-1.jpg',0,'attachment','image/jpeg',0),(3013,11,'2019-08-12 12:44:23','2019-08-12 17:44:23','','Shea-Japan-BUZZ','','inherit','closed','closed','','shea-japan-buzz','','','2019-08-12 12:44:23','2019-08-12 17:44:23','',2305,'https://buzz-caribbean.com/app/uploads/2019/08/Shea-Japan-BUZZ.jpg',0,'attachment','image/jpeg',0),(3017,14,'2019-08-12 12:48:51','2019-08-12 17:48:51','','jmmb-keith-duncan-buzz','','inherit','closed','closed','','jmmb-keith-duncan-buzz','','','2019-08-12 12:48:51','2019-08-12 17:48:51','',2207,'https://buzz-caribbean.com/app/uploads/2019/08/jmmb-keith-duncan-buzz.jpg',0,'attachment','image/jpeg',0),(3018,14,'2019-08-12 12:49:33','2019-08-12 17:49:33','','jmmb-keith-duncan-buzz-2','EPOC Co-Chairman, Keith Duncan','inherit','closed','closed','','jmmb-keith-duncan-buzz-2','','','2019-08-25 18:25:56','2019-08-25 23:25:56','',2207,'https://buzz-caribbean.com/app/uploads/2019/08/jmmb-keith-duncan-buzz-2.jpg',0,'attachment','image/jpeg',0),(3019,14,'2019-08-12 12:52:33','2019-08-12 17:52:33','<!-- wp:paragraph -->\n<p>JMMB Bank put in a sterling performance for the year ended March 31, 2019, which saw total revenues grow by J$1 billion on last year’s numbers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Net interest income and other revenue came in at $3.96 billion compared to $2.69 billion for the year ended March 31, 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This was driven in part by foreign exchange trading earnings of $963. 3 million and gains on sale of investments of $609.4 million.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Net profit of $1.14 billion was recorded for the year under review, a significant increase on the $636.5 million recorded for the prior year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Total non-interest expenses rose to $2.52 billion compared&nbsp;to $1.85 billion for the year ended 2018. JMMB saw its staff costs creep up to $1.2 billion with impairment losses on financial instruments increasing to $173.5 million, as a result of accounting requirements for IFRS 9.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Headquartered in Kingston, JMMB managed to reduce its marketing and corporate affairs spend to $40.8 million as well as curtailed professional fees by over half of last year’s figure of $111 million.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>JMMB Bank’s loans portfolio increased by 25.84%, moving from $26.89 billion to $33.83 billion resulting in improved market share.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3017} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jmmb-keith-duncan-buzz-1024x682.jpg\" alt=\"\" class=\"wp-image-3017\" /><figcaption> JMMB Group CEO Keith Duncan (BUZZ Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Its total Shareholders’ Equity increased by $573.5 million and is currently at $8.63 billion, up from $8.06 billion at the end of the prior financial year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earnings per share(EPS) for the year under review stood at $1.78, an 80% increase when compared to 99 cents in the prior year. EPS&nbsp; is based on profit after tax and the weighted average number of shares in issue ($641,159, 682 million).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong>, JMMB Group CEO Keith Duncan said: &nbsp;“We are pleased with these numbers and we continue to focus on core business. The improving macro-economic and financial environment in Jamaica continues to help our operations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Loans have grown by 25% bolstering our banking business and we have been able to leverage our client base. We have consolidated across the region and acquired new entities and opened up new business lines. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3018} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jmmb-keith-duncan-buzz-2-1024x683.jpg\" alt=\"\" class=\"wp-image-3018\" /><figcaption> JMMB Group CEO Keith Duncan (BUZZ Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"In the Dominican Republic, we have established both mutual funds and pension fund administration. In Trinidad, we have established a consumer finance arm and now have four branches in Trinidad and one in Tobago,\" Duncan told <strong>BUZZ</strong>. </p>\n<!-- /wp:paragraph -->','Big jump in profits for JMMB','','inherit','closed','closed','','2207-revision-v1','','','2019-08-12 12:52:33','2019-08-12 17:52:33','',2207,'https://buzz-caribbean.com/article/2207-revision-v1/',0,'revision','',0),(3020,14,'2019-08-12 13:03:21','2019-08-12 18:03:21','','the-trio-kgnartwalk-jun30-buzz5','','inherit','closed','closed','','the-trio-kgnartwalk-jun30-buzz5','','','2019-08-12 13:03:21','2019-08-12 18:03:21','',405,'https://buzz-caribbean.com/app/uploads/2019/08/the-trio-kgnartwalk-jun30-buzz5.jpg',0,'attachment','image/jpeg',0),(3021,14,'2019-08-12 13:03:56','2019-08-12 18:03:56','<!-- wp:image {\"id\":412} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz2-1024x614.jpg\" alt=\"\" class=\"wp-image-412\" /><figcaption>(from left) Fine art photographers Cheryl Hylton, Dane Hucey and Ulrick Lawrence. (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaicans are slowly gaining a greater appreciation for professional photography, a prospect that could see an explosion in creative spaces for local artists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such group\nencouraged by the rise in interest is ‘<em>The Trio</em>’, which unveiled\nits&nbsp;<strong><em>Combined Perspectives</em></strong>&nbsp;collection for the first time\non Sunday, June 30, during the Kingston Creative Artwalk in downtown.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an interview with&nbsp;<strong>BUZZ</strong>, Trio members and fine art photographers Cheryl Hylton, Dane Hucey and Ulrick Lawrence, noted that Jamaica’s change in attitudes bodes well for younger and more experienced talents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hylton told&nbsp;<strong>BUZZ</strong>&nbsp;that&nbsp;<em><strong>Combined Perspectives</strong></em>&nbsp;was an intrinsic display of The Trio’s journey into photography.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":415} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz3-1024x614.jpg\" alt=\"\" class=\"wp-image-415\" /><figcaption>Some of the pieces from \'The Trio\' during its Combined Perspectives visual exhibition at the Kingston Creative Artwalk, downtown. (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We share a passion [for] photography. It’s a passion that has taken us all on individual journeys that have intersected, and we decided to put together an eclectic collection of art that represents each of us,” Hylton told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “If you look around, you’re going to find pieces that depict nature, slices of life and there’s digital art, which [is] derived from actual photographs”  </p><cite>Cheryl Hylton</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Trio said their\nexhibition was well received by art lovers, and while the group had initially\njoined the artwalk just for the exposure, the attention they received hints at\nthe start of a change in attitudes towards the profession.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":479} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz4.jpg\" alt=\"\" class=\"wp-image-479\" /><figcaption>More from The Trio\'s Combined Perspectives collection (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It’s been a good morning so far, we\'ve gotten a lot of buzz. We actually had an overwhelming response, a lot of people came in and two pieces have already been sold,” Hylton beamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We didn’t really come here with the intention of selling, we came for the exposure and [to promote] awareness and to bring our careers to another level,” Hylton, now a full-time photographer, told&nbsp;<strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":416} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz1-1024x614.jpg\" alt=\"\" class=\"wp-image-416\" /><figcaption>Cheryl Hylton speaks with Buzz reporter Gavin Riley on June 30 (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Members of The Trio,\nall a part of the Jamaica Photography Society, trace their artistic roots to\nchildhood and have been working together as a group for over five years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Combined Perspectives</em></strong><em>&nbsp;</em>was a visual treat for scores of patrons, who feasted their eyes on the powerful photographic display of beauty in the mundane, daily lives of Jamaicans across the island. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3020} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/the-trio-kgnartwalk-jun30-buzz5-1024x683.jpg\" alt=\"\" class=\"wp-image-3020\" /><figcaption>More imagery from Combined Perspectives (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Trio\'s collection was also heavily inspired by nature – sprinkled with digital art and some of the country’s lesser-known, hidden gems.</p>\n<!-- /wp:paragraph -->','Finally! \'Trio\' revels in greater interest in photography','','inherit','closed','closed','','405-revision-v1','','','2019-08-12 13:03:56','2019-08-12 18:03:56','',405,'https://buzz-caribbean.com/article/405-revision-v1/',0,'revision','',0),(3023,11,'2019-08-12 13:19:12','2019-08-12 18:19:12','','Cabin-Lake-Scenery-BUZZ','','inherit','closed','closed','','cabin-lake-scenery-buzz','','','2019-08-12 13:19:12','2019-08-12 18:19:12','',2305,'https://buzz-caribbean.com/app/uploads/2019/08/Cabin-Lake-Scenery-BUZZ.jpg',0,'attachment','image/jpeg',0),(3024,11,'2019-08-12 13:19:18','2019-08-12 18:19:18','','City-Overview-Italy-BUZZ','','inherit','closed','closed','','city-overview-italy-buzz','','','2019-08-12 13:19:18','2019-08-12 18:19:18','',2305,'https://buzz-caribbean.com/app/uploads/2019/08/City-Overview-Italy-BUZZ.jpg',0,'attachment','image/jpeg',0),(3025,11,'2019-08-12 13:19:22','2019-08-12 18:19:22','','Historic-Architecture-Italy-BUZZ','','inherit','closed','closed','','historic-architecture-italy-buzz','','','2019-08-12 13:19:22','2019-08-12 18:19:22','',2305,'https://buzz-caribbean.com/app/uploads/2019/08/Historic-Architecture-Italy-BUZZ.jpg',0,'attachment','image/jpeg',0),(3026,11,'2019-08-12 13:19:26','2019-08-12 18:19:26','','IMG_6250','','inherit','closed','closed','','img_6250','','','2019-08-12 13:19:26','2019-08-12 18:19:26','',2305,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_6250.jpg',0,'attachment','image/jpeg',0),(3027,11,'2019-08-12 13:19:31','2019-08-12 18:19:31','','Stunning-Architecture-BUZZ-Shea-Powell','','inherit','closed','closed','','stunning-architecture-buzz-shea-powell','','','2019-08-12 13:19:31','2019-08-12 18:19:31','',2305,'https://buzz-caribbean.com/app/uploads/2019/08/Stunning-Architecture-BUZZ-Shea-Powell.jpg',0,'attachment','image/jpeg',0),(3028,11,'2019-08-12 13:19:34','2019-08-12 18:19:34','','Wine-Drinking-Italy-BUZZ','','inherit','closed','closed','','wine-drinking-italy-buzz','','','2019-08-12 13:19:34','2019-08-12 18:19:34','',2305,'https://buzz-caribbean.com/app/uploads/2019/08/Wine-Drinking-Italy-BUZZ.jpg',0,'attachment','image/jpeg',0),(3029,11,'2019-08-12 13:20:22','2019-08-12 18:20:22','','Fields-Italy-BUZZ','','inherit','closed','closed','','fields-italy-buzz','','','2019-08-12 13:20:22','2019-08-12 18:20:22','',2305,'https://buzz-caribbean.com/app/uploads/2019/08/Fields-Italy-BUZZ.jpg',0,'attachment','image/jpeg',0),(3030,11,'2019-08-12 13:24:57','2019-08-12 18:24:57','','Shea Powell Feature Image BUZZ','','inherit','closed','closed','','shea-powell-feature-image-buzz','','','2019-08-12 13:24:57','2019-08-12 18:24:57','',2305,'https://buzz-caribbean.com/app/uploads/2019/08/Shea-Powell-Feature-Image-BUZZ.jpg',0,'attachment','image/jpeg',0),(3031,11,'2019-08-12 13:30:26','2019-08-12 18:30:26','<!-- wp:paragraph -->\n<p>Yasheika Shea Powell (call her\nShea) has wanderlust. In other words, travel is in her blood.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2888} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shea-Japan-Cherry-Blossoms-BUZZ-1024x731.jpg\" alt=\"\" class=\"wp-image-2888\" /><figcaption>Shea Powell embracing the serenity and beauty of Japan (Photos: Shea Powell)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It’s\nmy drive,” says the fast-talking, Kingston-based blogger. Her website, <a href=\"http://www.theworldupcloser.com,/\" target=\"_blank\" rel=\"noreferrer noopener\">www.theworldupcloser.com,</a> is packed with\nuseful travel tips and true-life experiences — alongside dreamy photographs of\nplaces she has visited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2889} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shea-India-BUZZ.jpg\" alt=\"\" class=\"wp-image-2889\" /><figcaption>No visit to India is complete without donning one of their elegant sarees</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You can find Shea on Instagram in an Italian vineyard (wineglass in hand); meditating under the cherry blossoms in Japan; or daydreaming on a houseboat in Kerala, India.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2891} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Houseboat-India-BUZZ-1024x683.jpg\" alt=\"\" class=\"wp-image-2891\" /><figcaption>Snapshot of houseboats in Kerala, India</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Shea’s\nfirst trip abroad was to Washington, DC on April 23, 2008. Since then it’s been\nhard for her to stay in one place. But what, or where is her inspiration?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2893,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shea-India-Next-Adventure-BUZZ-1024x819.jpg\" alt=\"\" class=\"wp-image-2893\" /><figcaption>Shea Powell enjoying a dreamy moment in India - always looking for the next adventure </figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A\nbig sigh. “OMG! South America!” Her first (visa-free) trip there was to\nEcuador, which she says has a special place in her heart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her Spanish is improving rapidly. Among the 38 countries, she has visited to date — an “intense” 12 days in Japan and a road trip around Iceland (“a whole different planet by itself”) also stands out for her.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><em><strong>Take a peek at some of the stunning shots captured in Japan in gallery below.</strong></em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3013,3010,3009,3012,3011]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shea-Japan-BUZZ-1024x683.jpg\" alt=\"\" data-id=\"3013\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/shea-japan-buzz/\" class=\"wp-image-3013\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Japan-Shea-Powell-1024x861.jpg\" alt=\"\" data-id=\"3010\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/buzz-japan-shea-powell/\" class=\"wp-image-3010\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Japan-Scenery-Shea-Powell-1024x820.jpg\" alt=\"\" data-id=\"3009\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/buzz-japan-scenery-shea-powell/\" class=\"wp-image-3009\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shea-Japan-1.jpg\" alt=\"\" data-id=\"3012\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/shea-japan-1/\" class=\"wp-image-3012\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Japanese-Meal-BUZZ-1024x819.jpg\" alt=\"\" data-id=\"3011\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/japanese-meal-buzz/\" class=\"wp-image-3011\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>But\nisn’t travel a big headache nowadays? Shea is organized, prepares well and just\nlooks forward to her next journey. As for paperwork: “My passport is my resumé. I trust the\nprocess.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Enjoy the beauty of Italy in gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3028,3025,3026,3023,3029,3024,3027]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Wine-Drinking-Italy-BUZZ-1024x820.jpg\" alt=\"\" data-id=\"3028\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/wine-drinking-italy-buzz/\" class=\"wp-image-3028\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Historic-Architecture-Italy-BUZZ.jpg\" alt=\"\" data-id=\"3025\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/historic-architecture-italy-buzz/\" class=\"wp-image-3025\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_6250-1024x768.jpg\" alt=\"\" data-id=\"3026\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/img_6250/\" class=\"wp-image-3026\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cabin-Lake-Scenery-BUZZ-1024x820.jpg\" alt=\"\" data-id=\"3023\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/cabin-lake-scenery-buzz/\" class=\"wp-image-3023\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fields-Italy-BUZZ-1024x768.jpg\" alt=\"\" data-id=\"3029\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/fields-italy-buzz/\" class=\"wp-image-3029\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/City-Overview-Italy-BUZZ-1024x819.jpg\" alt=\"\" data-id=\"3024\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/city-overview-italy-buzz/\" class=\"wp-image-3024\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Stunning-Architecture-BUZZ-Shea-Powell-1024x819.jpg\" alt=\"\" data-id=\"3027\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/stunning-architecture-buzz-shea-powell/\" class=\"wp-image-3027\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>She\nsays: “Eighty-five per cent of my trips are solo. It may sound selfish, but\nthen I can do exactly what I want!” She loves the freedom, makes friends along\nthe way — but sometimes wishes she could share a stunning view or a delicious\nmeal with family and friends.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “My passport is my resumé. I trust the process.” </p><cite>— Shea Powell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Every location has its appeal. So, what about our Jamaica — what makes it unique? “It’s the vibe! It’s the energy of the people,” Shea declares. She admits that her favourite haunts are Portland, which she calls “my safe haven,” and the chilled-out mood of Treasure Beach. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bnl51VxAD7b/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bnl51VxAD7b/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“It’s the vibe! It’s the energy of the people”</p><cite>— Shea Powell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>So,\nwhere next? For Shea, all roads lead to the continent of Africa, which she is\nyet to visit. “Namibia, Botswana, South Africa — oh, and Morocco. And Egypt!”\nShe has a checklist and she will be working on it soon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Really\nsoon. Shea is not one to hesitate. The airport awaits!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Heads up: BUZZ will be travelling around Jamaica with Shea to discover those special corners of the island we call “hidden gems”. Stay tuned!</strong></p>\n<!-- /wp:paragraph -->','The world is her oyster and travel blogger Shea wants to share it with you','','inherit','closed','closed','','2305-revision-v1','','','2019-08-12 13:30:26','2019-08-12 18:30:26','',2305,'https://buzz-caribbean.com/article/2305-revision-v1/',0,'revision','',0),(3032,9,'2019-08-12 13:36:16','2019-08-12 18:36:16','<!-- wp:image {\"id\":2388} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/fashion-female-footwear-NEW2285500-1024x716.jpg\" alt=\"\" class=\"wp-image-2388\" /><figcaption>High heels are not recommended for your flight. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At this time of the year, airports are\npacked, and planes are loaded with summer travellers. While sundresses, shorts,\nheels and other types of fancy items are likely to dominate most wardrobes\nduring the season, comfort is crucial while on your flight. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A cosy and relaxing flight is something\neveryone desires, so here are five things to avoid as you embark on your trip. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2383} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/aeroplane-aircraft-airplane-new-67807-1024x683.jpg\" alt=\"\" class=\"wp-image-2383\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>High Heels</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You’re not ripping the runway, so high\nheels are not required for your flight. There is no need to struggle through\nthe airport in uncomfortable pumps. Instead, grab a pair of sneakers that will\nhelp you to sprint to the gate, if necessary. Flip-flops are not recommended\neither. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Jumpsuits</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Jumpsuits and onesies are probably the\nworst items of clothing you could wear for a flight. Why would you want to\nremove almost all your clothes just to use the bathroom? A better option is to\nwear something simple that will make going to the loo a breeze. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Tight Clothing</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It might be tempting, but tight\nclothing is not recommended for flights. It’s best to wear outfits that are\nmade of breathable fabric. You also need to bring along something that can keep\nyou warm during the flight. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2389} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/beauty-fragrance-girl-NEW-6404-1024x683.jpg\" alt=\"\" class=\"wp-image-2389\" /><figcaption>Ensure that you wear a light fragrance that won\'t bother other passengers.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Heavy Perfumes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A little perfume is fine, but you need\nto think about your fellow travellers. It would not be a pleasant experience if\nsomeone has an asthmatic attack all because of your heavily scented toiletries.\nAftershaves are on that banned list, too. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Offensive Clothing</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Well, let’s just say you could get\nkicked off your flight for wearing a T-shirt splashed with expletives. Just be\nconsiderate of other passengers – don’t offend them. </p>\n<!-- /wp:paragraph -->','Five things you should never wear on a flight','','inherit','closed','closed','','2381-revision-v1','','','2019-08-12 13:36:16','2019-08-12 18:36:16','',2381,'https://buzz-caribbean.com/article/2381-revision-v1/',0,'revision','',0),(3033,9,'2019-08-12 13:37:04','2019-08-12 18:37:04','<!-- wp:image {\"id\":2317} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Demarco-4-1024x694.jpg\" alt=\"\" class=\"wp-image-2317\" /><figcaption>Demarco <br>(Photo: contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Having lost more than 60 pounds in the\npast two years, dancehall artiste Demarco is showing off his success with a song\ncalled ‘Slim A Wear’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I stopped eating meat and got\nmore health-conscious, no dead carcass to mi dinnerware. But once in a while,\nmi eat fish, but a mostly vegetables, chunks, tofu,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This lifestyle change began two years ago when he migrated to the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"No dead carcass to mi dinnerware.\"</p><cite>- Demarco</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Now, Demarco is at a ‘fighting weight’\nof 230 pounds. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I feel way better, and performance-wise I can do more on stage. The ting tun up. Tell the gal dem fi come test me on stage and dem will see,\" Demarco said, laughing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>‘Slim A Wear’ was released on the Frenz\n4 Real label about two months ago, and Demarco is happy with the response to\nthe track. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"The feedback has been great so\nfar. The females dem love what&nbsp;a gwaan,\" said Demarco, who released \'No\nWahala\' featuring Akon and Runtown in 2017. </p>\n<!-- /wp:paragraph -->','\'I stopped eating meat\' - Demarco makes major lifestyle change','','inherit','closed','closed','','2316-revision-v1','','','2019-08-12 13:37:04','2019-08-12 18:37:04','',2316,'https://buzz-caribbean.com/article/2316-revision-v1/',0,'revision','',0),(3034,14,'2019-08-12 13:37:23','2019-08-12 18:37:23','<!-- wp:paragraph -->\n<p>Jamaicans are considered among the coolest people on Earth and many citizens, especially those traversing social media spaces, see Prime Minister Andrew Holness as our savviest leader in recent times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/42a5f8031dcddf873735dc4503b9b968/5DBC7DCA/t51.2885-15/e35/11930873_1753057154922068_81944720_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Holness\' 2015 post, dusting off a fresh pair of Desert Clarks, took social media by storm. The caption accompanying the viral photo paid homage to deejay Vybz Kartel (Photo contributed, <em>Instagram</em>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Holness, the island’s eight prime minister, continues to run\none of the most engaging platforms on social media – with many drawing\ncomparisons to Canadian PM Justin Trudeau and former US President Barack Obama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2970} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-malaki-1-1024x636.jpg\" alt=\"\" class=\"wp-image-2970\" /><figcaption>Aww! Such a sweet moment between little Makai Lawrence and PM Andrew Holness in January (Photo contributed, Twitter)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From the young to the young-at-heart, just about everywhere our PM makes an appearance, Holness’ seemingly calm and endearing aura is infectious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2964} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-builder-buzz-demo.jpg\" alt=\"\" class=\"wp-image-2964\" /><figcaption>Holness, the #Builder himself at the Jamaica Labour Party\'s 75th general conference in 2018 (Photo contributed, Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a man who understands the power of social media and digital engagement, Holness largely owes his shock 2016 general election win to his outstanding presence on Facebook, Twitter, and Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He straddles a delicate balance between being Jamaica’s ‘everyman’ and leader of Government – in a way that demands your attention and provokes your thoughts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But does Holness\' \'cool factor\' really hold up? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"className\":\"instagram-media\"} -->\n<div class=\"wp-block-image instagram-media\"><figure class=\"alignleft\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/f80b584a351b4b21d42487a06008dff6/5DAD0DD5/t51.2885-15/e35/11910553_465628773641834_974670672_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Prime Minister Andrew Holness anticipating a pitch during a game of cricket with students at the Mount Zion Primary School in St. James. (Photo contributed, <em>Instagram</em>)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Turns out, there are apparently little holes in this plot as time and time again, Holness and his team have evolved and adapted to capitalize on the use of social media and its impact on Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rolling back the clock, <strong>BUZZ</strong> has delved deep through PM Holness’ timeline, and shares some of his \'coolest moments\', since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Check out our gallery of images below</em></strong>:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"158\",\"159\",\"160\",\"161\",\"162\",\"163\",\"2966\",\"2967\",\"2968\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-negril-1-1024x651.jpg\" alt=\"\" data-id=\"158\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-negril-1/\" class=\"wp-image-158\" /><figcaption>November 2015, the then-Opposition leader sips a jelly coconut after leaving the PNP in tatters after they rejected calls for a national debate (Photos contributed, Instagram)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-nesbeth-performance1-1024x576.jpg\" alt=\"\" data-id=\"159\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-nesbeth-performance1/\" class=\"wp-image-159\" /><figcaption>Recording artiste Nesbeth hands over the chorus of his mega-hit \'My Dream\' to newly installed PM Holness at the swearing-in ceremony in March 2016 (Photo contributed, YouTube)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-family1-1024x603.jpg\" alt=\"\" data-id=\"160\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-family1/\" class=\"wp-image-160\" /><figcaption>The Holnesses embodying actibe family goals in this 2016 snap (Photo contributed, Twitter)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-norman-dunn-20171-1024x582.jpg\" alt=\"\" data-id=\"161\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-norman-dunn-20171/\" class=\"wp-image-161\" /><figcaption>\'Only we who understan\' it can cross it! No road? No problem for Andrew Holness and eventual by-election winner for South East St. Mary, Dr. Norman Dunn (Photo contributed, YouTube)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-community-football1-1024x634.jpg\" alt=\"\" data-id=\"162\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-community-football1/\" class=\"wp-image-162\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-5.55.51-PM-1024x728.jpg\" alt=\"\" data-id=\"163\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/screen-shot-2019-07-17-at-5-55-51-pm/\" class=\"wp-image-163\" /><figcaption>Selfie time! After a courtesy call with the Jamaica Prefects\' Associated in April 2019, Holness channels his inner millenial with a viral group pic (Photo contributed, Twitter) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-malaki-1024x636.jpg\" alt=\"\" data-id=\"2966\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-malaki/\" class=\"wp-image-2966\" /><figcaption>AWWWW...! Little Makai Lawrence wrote to PM Holness in December 2018 asking to meet with him, and just as a surprise for the New Year - he showed up! (Photo contributed, Twitter)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-east-portland-1024x615.jpg\" alt=\"\" data-id=\"2967\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-east-portland/\" class=\"wp-image-2967\" /><figcaption>Mutual respect between this East Portland resident and PM Holness in March (Photo contributed, Twitter)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-placehotb-tweet.jpg\" alt=\"\" data-id=\"2968\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-placehotb-tweet/\" class=\"wp-image-2968\" /><figcaption>Jamaicans have an uncanny way of finding humour out of everything - even this blistering heat! PM Holness took a different approach, offering his words of caution to the viral #PlaceHotB hashtag (Photo contributed, Twitter)</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Just a little extra <strong>BUZZ</strong>, here\'s a sitdown between PM Andrew Holness and Dancehall superstar Popcaan. The pair were on hand for the historic groundbreaking ceremony in St. Thomas earlier in June. <strong><em>See video below</em></strong>:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/andrewholnessjm/status/1143948249155477504?lang=en\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/andrewholnessjm/status/1143948249155477504?lang=en\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you believe Andrew Holness is our coolest Prime Minister? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the <strong>BUZZ</strong> comment section below!</p>\n<!-- /wp:paragraph -->','Is Andrew Holness Jamaica’s \'coolest\' Prime Minister?','','inherit','closed','closed','','124-revision-v1','','','2019-08-12 13:37:23','2019-08-12 18:37:23','',124,'https://buzz-caribbean.com/article/124-revision-v1/',0,'revision','',0),(3035,9,'2019-08-12 13:38:21','2019-08-12 18:38:21','<!-- wp:image {\"id\":2784} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ishawana-new_pic-1024x731.jpg\" alt=\"\" class=\"wp-image-2784\" /><figcaption>Ishawna is being criticised for singing about her vagina. <br>(Photo: contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Danchehall artiste Ishawna is known for being controversial, and she again ruffled some feathers following the August 7 release of her <strong>Pot Of Gold</strong> music video.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “When they say all I sing about is my vagina! Thank God Koffee is here to save y’all!!!\"</p><cite> &nbsp;—&nbsp; Ishawna</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Two days after premiering the visuals to the raunchy song,\nIshawna sent tongues wagging with a caption that accompanied a man singing a\nlewd song.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“When they say all I sing about is my vagina! Thank God Koffee is here to save y’all!!! Just leave me alone mek mi be myself for crying out loud!!! Anyway...<strong>Pot Of Gold</strong> Video out now sis,” she posted. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2785} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ishawna-B-1019x1024.jpg\" alt=\"\" class=\"wp-image-2785\" /><figcaption>One of Ishawna\'s outfits for the \'Pot Of Gold\' music video was inspired by the Little Red Riding Hood. (Photo: Twitter)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It seems her caption was triggered by criticism she has been receiving for the lyrics in her songs. While she is being lauded for the creativity shown in the <strong>Pot Of Gold</strong> music video that mimicked a fairy tale, some persons bashed her for the content of the song. “Mi tired a them type a song ya now. Come with something else. Everything about your underneath. Stop it girl and tell us about yuh school life,” one person commented on YouTube. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Seemingly undaunted by her critics, Ishawna followed up a\nfew hours later with a screenshot of a newyorktimes.com article. “When singing\nabout your “Vagina” gets you featured in The NY Times,” was the accompanying\ncaption. </p>\n<!-- /wp:paragraph -->','\'Thank God Koffee is here\' - Ishawna wants to be left alone','','inherit','closed','closed','','2783-revision-v1','','','2019-08-12 13:38:21','2019-08-12 18:38:21','',2783,'https://buzz-caribbean.com/article/2783-revision-v1/',0,'revision','',0),(3036,9,'2019-08-12 13:40:18','2019-08-12 18:40:18','<!-- wp:image {\"id\":2784} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ishawana-new_pic-1024x731.jpg\" alt=\"\" class=\"wp-image-2784\" /><figcaption>Ishawna is being criticised for singing about her vagina. <br>(Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Danchehall artiste Ishawna is known for being controversial, and she again ruffled some feathers following the August 7 release of her <strong>Pot Of Gold</strong> music video.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “When they say all I sing about is my vagina! Thank God Koffee is here to save y’all!!!\"</p><cite> &nbsp;—&nbsp; Ishawna</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Two days after premiering the visuals to the raunchy song,\nIshawna sent tongues wagging with a caption that accompanied a man singing a\nlewd song.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“When they say all I sing about is my vagina! Thank God Koffee is here to save y’all!!! Just leave me alone mek mi be myself for crying out loud!!! Anyway...<strong>Pot Of Gold</strong> Video out now sis,” she posted. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2785} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ishawna-B-1019x1024.jpg\" alt=\"\" class=\"wp-image-2785\" /><figcaption>One of Ishawna\'s outfits for the \'Pot Of Gold\' music video was inspired by the Little Red Riding Hood. (Photo: Twitter)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It seems her caption was triggered by criticism she has been receiving for the lyrics in her songs. While she is being lauded for the creativity shown in the <strong>Pot Of Gold</strong> music video that mimicked a fairy tale, some persons bashed her for the content of the song. “Mi tired a them type a song ya now. Come with something else. Everything about your underneath. Stop it girl and tell us about yuh school life,” one person commented on YouTube. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Seemingly undaunted by her critics, Ishawna followed up a\nfew hours later with a screenshot of a newyorktimes.com article. “When singing\nabout your “Vagina” gets you featured in The NY Times,” was the accompanying\ncaption. </p>\n<!-- /wp:paragraph -->','\'Thank God Koffee is here\' - Ishawna wants to be left alone','','inherit','closed','closed','','2783-revision-v1','','','2019-08-12 13:40:18','2019-08-12 18:40:18','',2783,'https://buzz-caribbean.com/article/2783-revision-v1/',0,'revision','',0),(3037,9,'2019-08-12 13:40:50','2019-08-12 18:40:50','<!-- wp:image {\"id\":2753} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Annaixe-A.jpg\" alt=\"\" class=\"wp-image-2753\" /><figcaption>Anna-Lisa Guthrie started designing carnival costumes in 2015.  (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Anna-Lisa ‘Annaixe’ Guthrie has only been a costume designer for a few short years, but already she has been making waves in Jamaica and the Caribbean. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Through her company, Designs by Annaixe, Guthrie has collaborated with ‘Iconz’ in the Cayman Islands and Xaymaca International from Jamaica, as well as brands like Pepsi&nbsp;and Campari. Victress, the 2019 costume that she designed for Xaymaca International, was a hit amongst revellers, as it was sold out within weeks. She also curated the showstopper costumes for spirit brand Campari during the 2019 carnival season. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2754} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Annaixe-BB-1024x683.jpg\" alt=\"\" class=\"wp-image-2754\" /><figcaption>Campari is one of the brands that Anna-Lisa Guthrie has done costumes for. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Despite her success, this wasn’t a path she planned to be on. Having worked as a photographer during the carnival season, Guthrie decided to make a costume for herself. Since that experiment in 2015, she has been making carnival costumes. And these days, the 23-year-old ensures that women feel confident, sexy, chic and comfortable in her pieces. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although she\nis thriving in the industry, preparing costume designs can be a tedious process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2756]} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Annaixe-DD-819x1024.jpg\" alt=\"\" data-id=\"2756\" data-link=\"https://buzz-caribbean.com/?attachment_id=2756\" class=\"wp-image-2756\" /><figcaption> <br> <br>Anna dons \'Aurae\' that she designed for Cropover 2018. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“Finding the right\ncreative balance to create something that excites you, developing what you want\nit to look like then executing it accordingly, most of it is mental,” Guthrie\nexplained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While she has been making a name for herself with her costumes, her creative portfolio is widespread, as she dabbles in hand-made and retail jewellery, modelling and photography. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Follow her on Instagram @Byannaixe to see more of her pieces. </p>\n<!-- /wp:paragraph -->','Annaixe turns heads with showstopping carnival designs','','inherit','closed','closed','','2748-revision-v1','','','2019-08-12 13:40:50','2019-08-12 18:40:50','',2748,'https://buzz-caribbean.com/article/2748-revision-v1/',0,'revision','',0),(3038,14,'2019-08-12 13:40:51','2019-08-12 18:40:51','<!-- wp:paragraph -->\n<p>Jamaicans are considered among the coolest people on Earth and many citizens, especially those traversing social media spaces, see Prime Minister Andrew Holness as our savviest leader in recent times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/42a5f8031dcddf873735dc4503b9b968/5DBC7DCA/t51.2885-15/e35/11930873_1753057154922068_81944720_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Holness\' 2015 post, dusting off a fresh pair of Desert Clarks, took social media by storm. The caption accompanying the viral photo paid homage to deejay Vybz Kartel (Photo contributed, <em>Instagram</em>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Holness, the island’s eight prime minister, continues to run\none of the most engaging platforms on social media – with many drawing\ncomparisons to Canadian PM Justin Trudeau and former US President Barack Obama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2970} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-malaki-1-1024x636.jpg\" alt=\"\" class=\"wp-image-2970\" /><figcaption>Aww! Such a sweet moment between little Makai Lawrence and PM Andrew Holness in January (Photo contributed, Twitter)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From the young to the young-at-heart, just about everywhere our PM makes an appearance, Holness’ seemingly calm and endearing aura is infectious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2964} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-builder-buzz-demo.jpg\" alt=\"\" class=\"wp-image-2964\" /><figcaption>Holness, the #Builder himself at the Jamaica Labour Party\'s 75th general conference in 2018 (Photo contributed, Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a man who understands the power of social media and digital engagement, Holness largely owes his shock 2016 general election win to his outstanding presence on Facebook, Twitter, and Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He straddles a delicate balance between being Jamaica’s ‘everyman’ and leader of Government – in a way that demands your attention and provokes your thoughts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But does Holness\' \'cool factor\' really hold up? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"className\":\"instagram-media\"} -->\n<div class=\"wp-block-image instagram-media\"><figure class=\"alignleft\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/f80b584a351b4b21d42487a06008dff6/5DAD0DD5/t51.2885-15/e35/11910553_465628773641834_974670672_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Prime Minister Andrew Holness anticipating a pitch during a game of cricket with students at the Mount Zion Primary School in St. James. (Photo contributed, <em>Instagram</em>)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Turns out, there are apparently little holes in this plot as time and time again, Holness and his team have evolved and adapted to capitalize on the use of social media and its impact on Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rolling back the clock, <strong>BUZZ</strong> has delved deep through PM Holness’ timeline, and shares some of his \'coolest moments\', since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Check out our gallery of images below</em></strong>:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"158\",\"159\",\"160\",\"161\",\"162\",\"163\",\"2966\",\"2967\",\"2968\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-negril-1-1024x651.jpg\" alt=\"\" data-id=\"158\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-negril-1/\" class=\"wp-image-158\" /><figcaption>November 2015, the then-Opposition leader sips a jelly coconut after leaving the PNP in tatters after they rejected calls for a national debate (Photos contributed, Instagram)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-nesbeth-performance1-1024x576.jpg\" alt=\"\" data-id=\"159\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-nesbeth-performance1/\" class=\"wp-image-159\" /><figcaption>Recording artiste Nesbeth hands over the chorus of his mega-hit \'My Dream\' to newly installed PM Holness at the swearing-in ceremony in March 2016 (Photo contributed, YouTube)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-family1-1024x603.jpg\" alt=\"\" data-id=\"160\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-family1/\" class=\"wp-image-160\" /><figcaption>The Holnesses embodying actibe family goals in this 2016 snap (Photo contributed, Twitter)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-norman-dunn-20171-1024x582.jpg\" alt=\"\" data-id=\"161\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-norman-dunn-20171/\" class=\"wp-image-161\" /><figcaption>\'Only we who understan\' it can cross it! No road? No problem for Andrew Holness and eventual by-election winner for South East St. Mary, Dr. Norman Dunn (Photo contributed, YouTube)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-community-football1-1024x634.jpg\" alt=\"\" data-id=\"162\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-community-football1/\" class=\"wp-image-162\" /><figcaption>Holness, while still in Opposition, chills with members of West Central St. Andrew in 2015 (Photo contributed, NegrilStories.com)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-5.55.51-PM-1024x728.jpg\" alt=\"\" data-id=\"163\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/screen-shot-2019-07-17-at-5-55-51-pm/\" class=\"wp-image-163\" /><figcaption>Selfie time! After a courtesy call with the Jamaica Prefects\' Associated in April 2019, Holness channels his inner millenial with a viral group pic (Photo contributed, Twitter) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-malaki-1024x636.jpg\" alt=\"\" data-id=\"2966\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-malaki/\" class=\"wp-image-2966\" /><figcaption>AWWWW...! Little Makai Lawrence wrote to PM Holness in December 2018 asking to meet with him, and just as a surprise for the New Year - he showed up! (Photo contributed, Twitter)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-east-portland-1024x615.jpg\" alt=\"\" data-id=\"2967\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-east-portland/\" class=\"wp-image-2967\" /><figcaption>Mutual respect between this East Portland resident and PM Holness in March (Photo contributed, Twitter)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-placehotb-tweet.jpg\" alt=\"\" data-id=\"2968\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-placehotb-tweet/\" class=\"wp-image-2968\" /><figcaption>Jamaicans have an uncanny way of finding humour out of everything - even this blistering heat! PM Holness took a different approach, offering his words of caution to the viral #PlaceHotB hashtag (Photo contributed, Twitter)</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Just a little extra <strong>BUZZ</strong>, here\'s a sitdown between PM Andrew Holness and Dancehall superstar Popcaan. The pair were on hand for the historic groundbreaking ceremony in St. Thomas earlier in June. <strong><em>See video below</em></strong>:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/andrewholnessjm/status/1143948249155477504?lang=en\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/andrewholnessjm/status/1143948249155477504?lang=en\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you believe Andrew Holness is our coolest Prime Minister? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the <strong>BUZZ</strong> comment section below!</p>\n<!-- /wp:paragraph -->','Is Andrew Holness Jamaica’s \'coolest\' Prime Minister?','','inherit','closed','closed','','124-revision-v1','','','2019-08-12 13:40:51','2019-08-12 18:40:51','',124,'https://buzz-caribbean.com/article/124-revision-v1/',0,'revision','',0),(3039,9,'2019-08-12 13:41:09','2019-08-12 18:41:09','<!-- wp:image {\"id\":2711} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/new-road-crash-1024x635.jpg\" alt=\"\" class=\"wp-image-2711\" /><figcaption>  Therese Turner Jones says Jamaicans should call out reckless drivers. (Photo: JIS) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Inter-American Development Bank (IDB) Country Representative for Jamaica, Therese Turner Jones, is calling for Jamaicans to take a stand against irresponsible road use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said that reckless driving should\nnot be the norm, and Jamaicans should “call it out when they see it, and not\nturn a blind eye.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“People ought to use their seat belts. Children need to be in car seats, and we should not be texting and driving; texting is as bad, if not worse than drinking and driving,” Jones said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Jamaicans should call it out when they see it, and not turn a blind eye.” </p><cite>- Therese Turner Jones </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Jones, who is general manager for the IDB’s Caribbean Country Department, said that the 269 road fatalities recorded in the island since the start of the year are “alarming,” noting that she is “deeply concerned.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We talk about fatalities, but what\nabout those who get injured, lose a limb and become burdens not just on their\nfamilies, but also on society, to look after them. So, it’s about protecting\nproductivity, economic growth and also thinking about the pain and suffering in\nfamilies,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since the start of the year, 269\npersons have lost their lives in 244 road crashes across the island.</p>\n<!-- /wp:paragraph -->','Jamaicans urged to call out reckless drivers','','inherit','closed','closed','','2701-revision-v1','','','2019-08-12 13:41:09','2019-08-12 18:41:09','',2701,'https://buzz-caribbean.com/article/2701-revision-v1/',0,'revision','',0),(3040,1,'2019-08-12 13:51:53','2019-08-12 18:51:53','','Employee Engagement Conference','','publish','closed','closed','','employee-engagement-conference','','','2019-09-12 11:13:59','2019-09-12 16:13:59','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=3040',0,'out','',0),(3041,9,'2019-08-12 13:44:21','2019-08-12 18:44:21','<!-- wp:image {\"id\":2683} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/henna-H-1-1024x836.jpg\" alt=\"\" class=\"wp-image-2683\" /><figcaption>The henna plant produces a natural red dye that is used to stain the skin.  <br>(Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For centuries people used henna for body art in the Middle East, Asia and parts of Africa. But in more recent years, these patterns have been gaining popularity in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Just ask Mark Samuels, the proprietor of a Kingston-based company called Henna Threads. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2685} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Henna-CCC.jpg\" alt=\"\" class=\"wp-image-2685\" /><figcaption>This male model sports body art that was done using both henna and jagua (darker stains).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“When I just started doing this nine years ago, nobody knew\nwhat it was,” he said. “And even though there is still a great number of persons\nwho don’t know what it is, it is not nearly like it used to be before - to the\npoint where when I hear Shenseea sing about henna in one of her songs, I was\nlike, ‘what?’. Obviously, you are not going to put something in your music if\npeople can’t relate to it or know about it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2688} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/henna-BB-853x1024.jpg\" alt=\"\" class=\"wp-image-2688\" /><figcaption>The thigh is a popular area for henna designs. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When Samuels began offering the service, he said that he was\nprobably the only person doing so. And while he might still be the only person providing\nthis type of body art as a full-time job, he said that there are other artists\nwho are offering the service on a part-time basis. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Henna is the application of a thick paste made from the ground leaves of the henna plant. It produces a natural red dye that is used to stain the skin.  Henna stains usually last for a week. In addition, Samuels offers a darker stain with jagua, which is another paste that is made from the extract of the fruit Genipa americana, also known as&nbsp;jagua.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2686,2687]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Henna-DDD.jpg\" alt=\"\" data-id=\"2686\" data-link=\"https://buzz-caribbean.com/?attachment_id=2686\" class=\"wp-image-2686\" /><figcaption>This model makes a statement in body art that was done using henna and jagua.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Henna-F-1024x833.jpg\" alt=\"\" data-id=\"2687\" data-link=\"https://buzz-caribbean.com/?attachment_id=2687\" class=\"wp-image-2687\" /><figcaption>Jagua designs are darker than those done with henna. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Samuels told BUZZ that the hands and feet are two areas on\nwhich people often want their body art to be done, with the thigh and back\nfollowing closely behind. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like the countries this type of body art began in, Jamaicans also get henna patterns for special occasions like dinner parties, birthdays, carnival and other celebratory events. And as expected, Samuels said that the high seasons for henna body art are summer, Christmas and the Easter period. </p>\n<!-- /wp:paragraph -->','Get a sexy henna design','','inherit','closed','closed','','2679-revision-v1','','','2019-08-12 13:44:21','2019-08-12 18:44:21','',2679,'https://buzz-caribbean.com/article/2679-revision-v1/',0,'revision','',0),(3042,14,'2019-08-12 13:44:27','2019-08-12 18:44:27','<!-- wp:image {\"id\":265} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-5-1024x614.jpg\" alt=\"\" class=\"wp-image-265\" /><figcaption>Storm Saulter (Buzz, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Storm Saulter continues to ride major waves of accolades and good reviews as his latest theatrical release,&nbsp;<strong>Sprinter</strong>, opens across cinemas nationwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican writer-director, in a tell-all interview with&nbsp;<strong>BUZZ</strong>, said that he’s pleased with the outcome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There [are] many stages to a film but that moment when an audience interacts with it, it takes on a whole new life,” Saulter told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong>, a coming-of-age story following 17-year-old Rastafarian track athlete Akeem Sharp, opened in Jamaica on Wednesday, July 3 – after experiencing overwhelming success on the international market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"<strong><em>Sprinter </em></strong><em>is the story of a boy trying to run back to his mother</em>\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":267} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-1-1024x614.jpg\" alt=\"\" class=\"wp-image-267\" /><figcaption>Saulter, the man behind <strong>Sprinter</strong>, speaks with Buzz Jamaica on location (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that much of his life growing up in Negril, Westmoreland is portrayed in&nbsp;<strong>Sprinter&nbsp;</strong>– with many relatable aspects of daily Jamaican life taking centre stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A lot of my life growing up in Jamaica is in this film. I remember going to Manning’s’ High School in Savanna-La-Mar and I remember going to devotion every morning. That stuff is seared in me and my memory and I literally have that entire scene playing out in the film,” the mind behind&nbsp;<strong>Sprinter&nbsp;</strong>told&nbsp;<strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that while&nbsp;<strong>Sprinter&nbsp;</strong>is Akeem Sharp’s coming-of-age story, many Jamaicans should appreciate some of the struggles the teen is faced with throughout the movie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“<strong>Sprinter </strong>is really the story of a boy trying to run back to his mother – thinking if he can only run fast enough, maybe he can bring his family back together,” he remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That’s the larger, driving motivation but [<strong>Sprinter</strong>] is also about a young boy going from a nobody to the next Usain Bolt, the next big thing,” Saulter added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I really wanted to tell a story that had a realistic kind of feeling, as in, What are we as people feeling, what’s on the periphery of our lives,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p><em>\"I wanted to show that we can make global stories about us\"</em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“For me, I wanted to show that we can make global stories about us, that can be made in this space and that can be made about people who are from here or living through their experiences either here or elsewhere,\" Saulter added.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter is on a mission to create universal stories wrapped in the complex social and cultural dynamics of the Caribbean. <strong>Sprinter </strong>marks Storm Saulter’s second major silver screen effort since the critically acclaimed <strong>Better Mus’ Come</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Sprinter</em></strong> is executively produced by Hollywood superstars Will Smith and Jada Pinkett Smith – with the film being shot, excluding international scenes, on location in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch the first installment of <strong>BUZZ</strong>\'s two-part interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/X9d2j1IVbfw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/X9d2j1IVbfw\n</div><figcaption>Buzz reporter Gavin Riley speaks in-depth with <em>Sprinter</em> director, Storm Saulter (Video, Don Waysome)</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! Did you enjoy <strong>Sprinter</strong>? Tell us some of your favourite scenes in the comment section.</p>\n<!-- /wp:paragraph -->','Director Storm Saulter tackles Caribbean complexities through film','','inherit','closed','closed','','215-revision-v1','','','2019-08-12 13:44:27','2019-08-12 18:44:27','',215,'https://buzz-caribbean.com/article/215-revision-v1/',0,'revision','',0),(3043,9,'2019-08-12 13:44:32','2019-08-12 18:44:32','<!-- wp:image {\"id\":2683} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/henna-H-1-1024x836.jpg\" alt=\"\" class=\"wp-image-2683\" /><figcaption>The henna plant produces a natural red dye that is used to stain the skin.  <br>(Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For centuries people used henna for body art in the Middle East, Asia and parts of Africa. But in more recent years, these patterns have been gaining popularity in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Just ask Mark Samuels, the proprietor of a Kingston-based company called Henna Threads. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2685} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Henna-CCC.jpg\" alt=\"\" class=\"wp-image-2685\" /><figcaption>This male model sports body art that was done using both henna and jagua (darker stains).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“When I just started doing this nine years ago, nobody knew\nwhat it was,” he said. “And even though there is still a great number of persons\nwho don’t know what it is, it is not nearly like it used to be before - to the\npoint where when I hear Shenseea sing about henna in one of her songs, I was\nlike, ‘what?’. Obviously, you are not going to put something in your music if\npeople can’t relate to it or know about it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2688} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/henna-BB-853x1024.jpg\" alt=\"\" class=\"wp-image-2688\" /><figcaption>The thigh is a popular area for henna designs. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When Samuels began offering the service, he said that he was\nprobably the only person doing so. And while he might still be the only person providing\nthis type of body art as a full-time job, he said that there are other artists\nwho are offering the service on a part-time basis. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Henna is the application of a thick paste made from the ground leaves of the henna plant. It produces a natural red dye that is used to stain the skin.  Henna stains usually last for a week. In addition, Samuels offers a darker stain with jagua, which is another paste that is made from the extract of the fruit Genipa americana, also known as&nbsp;jagua.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2686,2687]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Henna-DDD.jpg\" alt=\"\" data-id=\"2686\" data-link=\"https://buzz-caribbean.com/?attachment_id=2686\" class=\"wp-image-2686\" /><figcaption>This model makes a statement in body art that was done using henna and jagua.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Henna-F-1024x833.jpg\" alt=\"\" data-id=\"2687\" data-link=\"https://buzz-caribbean.com/?attachment_id=2687\" class=\"wp-image-2687\" /><figcaption>Jagua designs are darker than those done with henna. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Samuels told <strong>BUZZ</strong> that the hands and feet are two areas on which people often want their body art to be done, with the thigh and back following closely behind. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like the countries this type of body art began in, Jamaicans also get henna patterns for special occasions like dinner parties, birthdays, carnival and other celebratory events. And as expected, Samuels said that the high seasons for henna body art are summer, Christmas and the Easter period. </p>\n<!-- /wp:paragraph -->','Get a sexy henna design','','inherit','closed','closed','','2679-revision-v1','','','2019-08-12 13:44:32','2019-08-12 18:44:32','',2679,'https://buzz-caribbean.com/article/2679-revision-v1/',0,'revision','',0),(3044,14,'2019-08-12 13:46:16','2019-08-12 18:46:16','<!-- wp:image {\"id\":273} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-4-1-1024x614.jpg\" alt=\"\" class=\"wp-image-273\" /><figcaption>Storm Saulter, <strong>Sprinter</strong> writer-director. (Buzz, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cinemas in Canada and the United Kingdom are next on the serving plate for a taste of Jamaican feature film, <strong>Sprinter</strong>, director Storm Saulter has indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said in an interview with<strong><em> </em>BUZZ</strong> that he was confident the film would keep its positive momentum into the summer months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I do feel that this film has enough legs and can build\nenough momentum to really keep pushing across the world,” he explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve been open in the US [and] we will continue in theatres in the US throughout the summer. We’re opening in... the UK, like the third week or so in August,” Saulter told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I feel like the word about Sprinter is really starting to gain traction; there’s a large section of independent cinema that’s aware of the film so it’s exciting,” Saulter<strong> </strong>added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The filmmaker hinted that if <strong>Sprinter </strong>goes as well as projected plans to hit streaming platforms in the fall would have to be fast-tracked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The future of feature films in Jamaica is bright, according to Saulter. He said the renaissance of and interest in cinematography was long overdue and imminent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s an exciting time and space to be in. A lot of people have projects in the works, both locally and internationally; a lot of people trying to come here to do projects – a lot of big companies have been here shooting projects as you know.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":287} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-3-683x1024.jpg\" alt=\"\" class=\"wp-image-287\" /><figcaption>Storm Saulter, during his tell-all interview with Buzz Jamaica (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“So Jamaica, as a creative space, is alive and thriving right now. For me, it is exciting times. I think good, quality work is gonna keep hitting, keep connecting – that’s really [what’s] going to create a renaissance. It’s not quantity that’s going to get us there, it’s quality,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After a successful tour in 20 states and across 50 cities in the US, <strong>Sprinter </strong>made its first domestic screening on Wednesday, July 3 in cinemas across Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong>, Storm’s second feature film after the critically acclaimed <strong>Better Mus’ Come</strong>, swept the 2018 American Black Film Festival winning Best Director, Best Narrative Feature and the Audience Award.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most recently, the film has gone on to win the New Vision Award at the Bahamas International Film Festival, as well as Best Narrative Feature at the 2019 staging of the Pan African Film Festival in Los Angeles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See part two of <strong>BUZZ</strong>’s interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/BT965g8nOno\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/BT965g8nOno\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong> is executively produced by Hollywood superstars Will Smith and Jada Pinkett Smith – with the film being shot, excluding international scenes, on location in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZhive</strong>! What do you think of <strong>Sprinter</strong>? Sound off in the comments section.</p>\n<!-- /wp:paragraph -->','Storm Saulter sees \'Sprinter\' going around the world','','inherit','closed','closed','','140-revision-v1','','','2019-08-12 13:46:16','2019-08-12 18:46:16','',140,'https://buzz-caribbean.com/article/140-revision-v1/',0,'revision','',0),(3045,9,'2019-08-12 13:46:23','2019-08-12 18:46:23','<!-- wp:image {\"id\":2630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/harry-styles.jpg\" alt=\"\" class=\"wp-image-2630\" /><figcaption>Harry Styles took over a harbour in Scotland to shoot his music video. <span style=\"font-size: inherit\"> </span></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Harry Styles left tourists in Scotland annoyed by taking over a harbour for his music video shoot.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 25-year-old singer travelled to the remote fishing village of St Abbs, on the southeastern coast of Scotland, to work on the video for his upcoming single this week, but tourists were unimpressed as they couldn\'t access the harbour and were unable to enjoy any fresh crab rolls.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I didn\'t know who Harry Styles was until today when I learned that he\'s the guy who blocked off the entire St Abbs harbour.\"</p><cite>— German artist and coder Mario Klingemann </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>German artist and coder Mario Klingemann wrote on his verified Twitter account: \"I didn\'t know who Harry Styles was until today when I learned that he\'s the guy who blocked off the entire St Abbs harbour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When Harry\'s fans questioned him on not knowing who Harry was, he answered: \"[I\'ve been living] in old-people la-la-land it appears. Yeah, the name rings a bell, but my heydays of being a music fan happened more in the mid-80s to mid-90s, so I hope that explains my ignorance for anything post-2000.\"<br><br></p>\n<!-- /wp:paragraph -->','Harry Styles\' video shoot annoys tourists','','inherit','closed','closed','','2629-revision-v1','','','2019-08-12 13:46:23','2019-08-12 18:46:23','',2629,'https://buzz-caribbean.com/article/2629-revision-v1/',0,'revision','',0),(3046,9,'2019-08-12 13:47:04','2019-08-12 18:47:04','<!-- wp:image {\"id\":2784} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ishawana-new_pic-1024x731.jpg\" alt=\"\" class=\"wp-image-2784\" /><figcaption>Ishawna is being criticised for singing about her vagina. <br>(Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Danchehall artiste Ishawna is known for being controversial, and she again ruffled some feathers following the August 7 release of her <strong>Pot Of Gold</strong> music video.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “When they say all I sing about is my vagina! Thank God Koffee is here to save y’all!!!\"</p><cite> &nbsp;—&nbsp; Ishawna</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Two days after premiering the visuals to the raunchy song,\nIshawna sent tongues wagging with a caption that accompanied a man singing a\nlewd song.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“When they say all I sing about is my vagina! Thank God Koffee is here to save y’all!!! Just leave me alone mek mi be myself for crying out loud!!! Anyway...<strong>Pot Of Gold</strong> Video out now sis,” she posted. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2785} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ishawna-B-1019x1024.jpg\" alt=\"\" class=\"wp-image-2785\" /><figcaption>One of Ishawna\'s outfits for the \'Pot Of Gold\' music video was inspired by the Little Red Riding Hood. (Photo: Twitter)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It seems her caption was triggered by criticism she has been receiving for the lyrics in her songs. While she is being lauded for the creativity shown in the <strong>Pot Of Gold</strong> music video that mimicked a fairy tale, some persons bashed her for the content of the song. “Mi tired a them type a song ya now. Come with something else. Everything about your underneath. Stop it girl and tell us about yuh school life,” one person commented on YouTube. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Seemingly undaunted by her critics, Ishawna followed up a\nfew hours later with a screenshot of a newyorktimes.com article. “When singing\nabout your “Vagina” gets you featured in The NY Times,” was the accompanying\ncaption. </p>\n<!-- /wp:paragraph -->','\'Thank God Koffee is here\': Ishawna wants to be left alone','','inherit','closed','closed','','2783-revision-v1','','','2019-08-12 13:47:04','2019-08-12 18:47:04','',2783,'https://buzz-caribbean.com/article/2783-revision-v1/',0,'revision','',0),(3048,9,'2019-08-12 13:47:41','2019-08-12 18:47:41','<!-- wp:image {\"id\":2765} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kelly-osbourne.jpg\" alt=\"\" class=\"wp-image-2765\" /><figcaption>Kelly Osbourne is happy to celebrate two years of sobriety. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kelly Osbourne is celebrating two years of sobriety.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 34-year-old television personality has said she\'s \"overwhelmed with gratitude\" after reaching the impressive milestone in her sobriety journey, as she took a moment to thank her fans for \"supporting\" her.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a post on Instagram, she wrote: \"I woke up this morning feeling overwhelmed with gratitude. I can\'t even put into words how much my life has changed over the last two years. To the friends and family that have supported me on this Journey thank you I love you all so much. If you are new to sobriety stick to it, life really does get good. (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The two-year milestone comes after \'The Osbournes\' star previously admitted she had relapsed in her sobriety battle when life became \"too much\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I can\'t even put into words how much my life has changed over the last two years.\"</p><cite> —  Kelly Osbourne </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking as she marked one year of sobriety last year August, she said:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"This past year has been one of the hardest years of my life, and I feel it\'s time to share that with you guys. To cut a long story short, things got really dark. I gave up on everything in my life, but most of all I gave up on myself. Life on life\'s terms became too much for me to handle. The only way I knew how to function was to self medicate and go from project to project so I never had to focus on what was really going on with me.\" </p>\n<!-- /wp:paragraph -->','Kelly Osbourne has been sober for two years!','','inherit','closed','closed','','2762-revision-v1','','','2019-08-12 13:47:41','2019-08-12 18:47:41','',2762,'https://buzz-caribbean.com/article/2762-revision-v1/',0,'revision','',0),(3049,14,'2019-08-12 13:48:49','2019-08-12 18:48:49','<!-- wp:image {\"id\":265} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-5-1024x614.jpg\" alt=\"\" class=\"wp-image-265\" /><figcaption>Storm Saulter (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Storm Saulter continues to ride major waves of accolades and good reviews as his latest theatrical release,&nbsp;<strong>Sprinter</strong>, opens across cinemas nationwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican writer-director, in a tell-all interview with&nbsp;<strong>BUZZ</strong>, said that he’s pleased with the outcome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There [are] many stages to a film but that moment when an audience interacts with it, it takes on a whole new life,” Saulter told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong>, a coming-of-age story following 17-year-old Rastafarian track athlete Akeem Sharp, opened in Jamaica on Wednesday, July 3 – after experiencing overwhelming success on the international market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"<strong><em>Sprinter </em></strong><em>is the story of a boy trying to run back to his mother</em>\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":267} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-1-1024x614.jpg\" alt=\"\" class=\"wp-image-267\" /><figcaption>Saulter, the man behind <strong>Sprinter</strong>, speaks with BUZZ on location (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that much of his life growing up in Negril, Westmoreland is portrayed in&nbsp;<strong>Sprinter&nbsp;</strong>– with many relatable aspects of daily Jamaican life taking centre stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A lot of my life growing up in Jamaica is in this film. I remember going to Manning’s’ High School in Savanna-La-Mar and I remember going to devotion every morning. That stuff is seared in me and my memory and I literally have that entire scene playing out in the film,” the mind behind&nbsp;<strong>Sprinter&nbsp;</strong>told&nbsp;<strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that while&nbsp;<strong>Sprinter&nbsp;</strong>is Akeem Sharp’s coming-of-age story, many Jamaicans should appreciate some of the struggles the teen is faced with throughout the movie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“<strong>Sprinter </strong>is really the story of a boy trying to run back to his mother – thinking if he can only run fast enough, maybe he can bring his family back together,” he remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That’s the larger, driving motivation but [<strong>Sprinter</strong>] is also about a young boy going from a nobody to the next Usain Bolt, the next big thing,” Saulter added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I really wanted to tell a story that had a realistic kind of feeling, as in, \'What are we as people feeling?\', \'What’s on the periphery of our lives?\',” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p><em>\"I wanted to show that we can make global stories about us\"</em></p><cite>-Storm Saulter, speaking with BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“For me, I wanted to show that we can make global stories about us, that can be made in this space and that can be made about people who are from here or living through their experiences either here or elsewhere,\" Saulter added.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter is on a mission to create universal stories wrapped in the complex social and cultural dynamics of the Caribbean. <strong>Sprinter&nbsp;</strong>marks Storm Saulter’s second major silver screen effort since the critically acclaimed&nbsp;<strong>Better Mus’ Come</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Sprinter</em></strong> is executively produced by Hollywood superstars Will Smith and Jada Pinkett Smith – with the film being shot, excluding international scenes, on location in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch the first installment of <strong>BUZZ</strong>\'s two-part interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/X9d2j1IVbfw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/X9d2j1IVbfw\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZhive</strong>, We want to hear from you! Did you enjoy <strong>Sprinter</strong>? Tell us some of your favourite scenes in the comments section.</p>\n<!-- /wp:paragraph -->','Director Storm Saulter tackles Caribbean complexities through film','','inherit','closed','closed','','215-revision-v1','','','2019-08-12 13:48:49','2019-08-12 18:48:49','',215,'https://buzz-caribbean.com/article/215-revision-v1/',0,'revision','',0),(3050,9,'2019-08-12 13:48:52','2019-08-12 18:48:52','<!-- wp:image {\"id\":2711} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/new-road-crash-1024x635.jpg\" alt=\"\" class=\"wp-image-2711\" /><figcaption>  Therese Turner Jones says Jamaicans should call out reckless drivers. (Photo: JIS) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Inter-American Development Bank (IDB) Country Representative for Jamaica, Therese Turner Jones, is calling for Jamaicans to take a stand against irresponsible road use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said that reckless driving should\nnot be the norm, and Jamaicans should “call it out when they see it, and not\nturn a blind eye.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“People ought to use their seat belts. Children need to be in car seats, and we should not be texting and driving; texting is as bad, if not worse than drinking and driving,” Jones said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Jamaicans should call it out when they see it, and not turn a blind eye.” </p><cite> — Therese Turner Jones </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Jones, who is general manager for the IDB’s Caribbean Country Department, said that the 269 road fatalities recorded in the island since the start of the year are “alarming,” noting that she is “deeply concerned.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We talk about fatalities, but what\nabout those who get injured, lose a limb and become burdens not just on their\nfamilies, but also on society, to look after them. So, it’s about protecting\nproductivity, economic growth and also thinking about the pain and suffering in\nfamilies,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since the start of the year, 269\npersons have lost their lives in 244 road crashes across the island.</p>\n<!-- /wp:paragraph -->','Jamaicans urged to call out reckless drivers','','inherit','closed','closed','','2701-revision-v1','','','2019-08-12 13:48:52','2019-08-12 18:48:52','',2701,'https://buzz-caribbean.com/article/2701-revision-v1/',0,'revision','',0),(3051,13,'2019-08-12 13:49:13','2019-08-12 18:49:13','','Employe Engagement Conference','','inherit','closed','closed','','employe-engagement-conference','','','2019-08-12 13:49:13','2019-08-12 18:49:13','',3040,'https://buzz-caribbean.com/app/uploads/2019/08/Employe-engagement-conference.jpg',0,'attachment','image/jpeg',0),(3052,9,'2019-08-12 13:49:40','2019-08-12 18:49:40','<!-- wp:image {\"id\":2621} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lady-gaga.jpg\" alt=\"\" class=\"wp-image-2621\" /><figcaption>Lady Gaga </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lady Gaga has been accused of stealing \'Shallow\' from another songwriter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 33-year-old star - who co-wrote the song from her movie \'A Star is Born\' with Mark Ronson, Anthony Rossomando and Andrew Wyatt - has been threatened with legal action from Steve Ronsen, who claimed she used a three-chord progression from his 2012 track \'Almost\' as the basis for the tune.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Mr Ronsen and his lawyer are trying to make easy money off the back of a successful artiste.\"</p><cite> —  Lady Gaga\'s lawyer, Orin Snyder </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>According to the New York Post newspaper\'s Page Six column, Ronsen is demanding \"millions of dollars\" in settlement over the use of G, A, B in the chorus to \'Shallow\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, Gaga\'s lawyer, Orin Snyder, has branded the claim from the songwriter - whose song has clocked up less than 1,000 streams on Soundcloud in five years - as \"shameful and wrong\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"Mr Ronsen and his lawyer are trying to make easy money off the back of a successful artiste. It is shameful and wrong. I applaud Lady Gaga for having the courage and integrity to stand up on behalf of successful artistes who find themselves on the receiving end of such [claims].\" </p>\n<!-- /wp:paragraph -->','Say what? Lady Gaga accused of stealing ‘Shallow’ chords','','inherit','closed','closed','','2619-revision-v1','','','2019-08-12 13:49:40','2019-08-12 18:49:40','',2619,'https://buzz-caribbean.com/article/2619-revision-v1/',0,'revision','',0),(3053,9,'2019-08-12 13:50:09','2019-08-12 18:50:09','<!-- wp:image {\"id\":2549} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/yanique-curvy-diva-cccc-1024x783.jpg\" alt=\"\" class=\"wp-image-2549\" /><figcaption>Curvy Diva has come under heavy fire for removing her underwear during a performance. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Following the heated debate and the\npublic backlash that Yanique ‘Curvy Diva’ Barrett has received since removing\nher underwear on stage, at least one member of the entertainment industry has come\nto her defence. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Producer Donald \'Icon\' Medder believes the surprising move by the ‘Lifestyle’ entertainer was a good one. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2608} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/icon-producer-1024x1012.jpg\" alt=\"\" class=\"wp-image-2608\" /><figcaption> Producer Icon Medder believes Curvy Diva\'s actions will give her more attention.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It\'s entertainment. When I saw it, I\nactually thought it was a brilliant PR move to create controversy and get\npeople talking. I also believe the backlash may be so intense because they\ndon\'t like her,” Icon said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I actually thought it was a brilliant PR move.\"</p><cite>-  Producer Donald \'Icon\' Medder  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“And it worked because now people know about her new collab song. Anything she does is blown out of proportion. Doesn\'t Spice do raunchy overly sexual performances? Where\'s the outcry for decency there?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B01xDhEBTOm/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B01xDhEBTOm/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The performance in question took place at one of the Pride JA events hosted by the Jamaica Forum for Lesbians, All-Sexuals and Gays (J-FLAG) in August. Before Dexta Daps’ ‘No Underwear’ was played, the former Magnum Kings and Queens of Dancehall host removed her underwear and placed it in the direction of the console, much to the delight of the crowd.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While she got a lot of cheers from the\naudience at the event, she has come in for sharp criticism on social media with\npersons saying that her actions were distasteful. </p>\n<!-- /wp:paragraph -->','Producer defends Curvy Diva after she removes panty on stage','','inherit','closed','closed','','2547-revision-v1','','','2019-08-12 13:50:09','2019-08-12 18:50:09','',2547,'https://buzz-caribbean.com/article/2547-revision-v1/',0,'revision','',0),(3054,9,'2019-08-12 13:50:23','2019-08-12 18:50:23','<!-- wp:image {\"id\":2549} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/yanique-curvy-diva-cccc-1024x783.jpg\" alt=\"\" class=\"wp-image-2549\" /><figcaption>Curvy Diva has come under heavy fire for removing her underwear during a performance. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Following the heated debate and the\npublic backlash that Yanique ‘Curvy Diva’ Barrett has received since removing\nher underwear on stage, at least one member of the entertainment industry has come\nto her defence. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Producer Donald \'Icon\' Medder believes the surprising move by the ‘Lifestyle’ entertainer was a good one. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2608} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/icon-producer-1024x1012.jpg\" alt=\"\" class=\"wp-image-2608\" /><figcaption> Producer Icon Medder believes Curvy Diva\'s actions will give her more attention.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It\'s entertainment. When I saw it, I\nactually thought it was a brilliant PR move to create controversy and get\npeople talking. I also believe the backlash may be so intense because they\ndon\'t like her,” Icon said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I actually thought it was a brilliant PR move.\"</p><cite> — Producer Donald \'Icon\' Medder  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“And it worked because now people know about her new collab song. Anything she does is blown out of proportion. Doesn\'t Spice do raunchy overly sexual performances? Where\'s the outcry for decency there?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B01xDhEBTOm/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B01xDhEBTOm/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The performance in question took place at one of the Pride JA events hosted by the Jamaica Forum for Lesbians, All-Sexuals and Gays (J-FLAG) in August. Before Dexta Daps’ ‘No Underwear’ was played, the former Magnum Kings and Queens of Dancehall host removed her underwear and placed it in the direction of the console, much to the delight of the crowd.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While she got a lot of cheers from the\naudience at the event, she has come in for sharp criticism on social media with\npersons saying that her actions were distasteful. </p>\n<!-- /wp:paragraph -->','Producer defends Curvy Diva after she removes panty on stage','','inherit','closed','closed','','2547-revision-v1','','','2019-08-12 13:50:23','2019-08-12 18:50:23','',2547,'https://buzz-caribbean.com/article/2547-revision-v1/',0,'revision','',0),(3055,14,'2019-08-12 13:50:40','2019-08-12 18:50:40','<!-- wp:image {\"id\":412} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz2-1024x614.jpg\" alt=\"\" class=\"wp-image-412\" /><figcaption>(from left) Fine art photographers Cheryl Hylton, Dane Hucey and Ulrick Lawrence. (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaicans are slowly gaining a greater appreciation for professional photography, a prospect that could see an explosion in creative spaces for local artists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such group\nencouraged by the rise in interest is ‘<em>The Trio</em>’, which unveiled\nits&nbsp;<strong><em>Combined Perspectives</em></strong>&nbsp;collection for the first time\non Sunday, June 30, during the Kingston Creative Artwalk in downtown.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an interview with&nbsp;<strong>BUZZ</strong>, Trio members and fine art photographers Cheryl Hylton, Dane Hucey and Ulrick Lawrence, noted that Jamaica’s change in attitudes bodes well for younger and more experienced talents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hylton told&nbsp;<strong>BUZZ</strong>&nbsp;that&nbsp;<em><strong>Combined Perspectives</strong></em>&nbsp;was an intrinsic display of The Trio’s journey into photography.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":415} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz3-1024x614.jpg\" alt=\"\" class=\"wp-image-415\" /><figcaption>Some of the pieces from \'The Trio\' during its Combined Perspectives visual exhibition at the Kingston Creative Artwalk, downtown. (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We share a passion [for] photography. It’s a passion that has taken us all on individual journeys that have intersected, and we decided to put together an eclectic collection of art that represents each of us,” Hylton told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “If you look around, you’re going to find pieces that depict nature, slices of life and there’s digital art, which [is] derived from actual photographs”  </p><cite>Cheryl Hylton</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Trio said their\nexhibition was well received by art lovers, and while the group had initially\njoined the artwalk just for the exposure, the attention they received hints at\nthe start of a change in attitudes towards the profession.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":479} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz4.jpg\" alt=\"\" class=\"wp-image-479\" /><figcaption>More from The Trio\'s Combined Perspectives collection (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It’s been a good morning so far, we\'ve gotten a lot of buzz. We actually had an overwhelming response, a lot of people came in and two pieces have already been sold,” Hylton beamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We didn’t really come here with the intention of selling, we came for the exposure and [to promote] awareness and to bring our careers to another level,” Hylton, now a full-time photographer, told&nbsp;<strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":416} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz1-1024x614.jpg\" alt=\"\" class=\"wp-image-416\" /><figcaption>Cheryl Hylton speaking with BUZZ in June (Photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Members of The Trio,\nall a part of the Jamaica Photography Society, trace their artistic roots to\nchildhood and have been working together as a group for over five years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Combined Perspectives</em></strong><em>&nbsp;</em>was a visual treat for scores of patrons, who feasted their eyes on the powerful photographic display of beauty in the mundane, daily lives of Jamaicans across the island. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3020} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/the-trio-kgnartwalk-jun30-buzz5-1024x683.jpg\" alt=\"\" class=\"wp-image-3020\" /><figcaption>More imagery from Combined Perspectives (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Trio\'s collection was also heavily inspired by nature – sprinkled with digital art and some of the country’s lesser-known, hidden gems.</p>\n<!-- /wp:paragraph -->','Finally! \'Trio\' revels in greater interest in photography','','inherit','closed','closed','','405-revision-v1','','','2019-08-12 13:50:40','2019-08-12 18:50:40','',405,'https://buzz-caribbean.com/article/405-revision-v1/',0,'revision','',0),(3056,9,'2019-08-12 13:50:44','2019-08-12 18:50:44','<!-- wp:image {\"id\":2508} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chairs-classroom-college-289740-1024x683.jpg\" alt=\"\" class=\"wp-image-2508\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A senior educator in Jamaica is calling for the Government to implement more training programmes to prepare teachers to deal with the indiscipline being displayed by students in schools across the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Monique Grant-Facey, the principal of Happy Grove High, says a number of educators continue to struggle to deal with the behavioural issues that students are now showing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“With the high level of indiscipline that we are seeing, a lot of the teachers were not trained to deal with such issues. Educators were trained to teach subjects,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"A lot of the teachers were not trained to deal with such issues.\"</p><cite> — Monique Grant-Facey, principal of Happy Grove High </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Facey, who has been making headlines following her decision to use social<br>media to discipline a group of misbehaving female students said that if teachers were not offered training in these areas they would continue to struggle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A few weeks ago a number of students from Happy Grove High School in Portland were caught on camera fighting in their uniforms while heading home from school. The video went viral on social media, capturing the attention of the school’s principal. She made the pupils apologise in front of the entire school population, and the apology video was later shared online. <br><br></p>\n<!-- /wp:paragraph -->','School principal says teachers aren\'t prepared for indiscipline','','inherit','closed','closed','','2507-revision-v1','','','2019-08-12 13:50:44','2019-08-12 18:50:44','',2507,'https://buzz-caribbean.com/article/2507-revision-v1/',0,'revision','',0),(3057,9,'2019-08-12 13:51:31','2019-08-12 18:51:31','<!-- wp:image {\"id\":2496} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/eye-screening-mobay-1024x683.jpg\" alt=\"\" class=\"wp-image-2496\" /><figcaption> President of the Lions Club of Montego Bay, O\'Neil Daley (centre), observes as Stephanie Schumacher (left) from the Volunteer Optometric Services to Humanity (VOSH) performs an eye examination on Hubert Cummings in July.  (Photos: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>About 120 St James residents have\nbenefited from free cataract surgeries performed by ophthalmologists attached\nto Canada Vision Care (CVC) and the United States-based Hawaiian Eye\nFoundation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The surgeries were conducted in July at the Community Vision Centre of Excellence Clinic at Albion Road, Montego Bay. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The visit of the 18-member medical team was made possible through a partnership between the international charities and the Lions Club of Montego Bay. Pre and post-screening care were provided by local nurses and representatives from Volunteer Optometric Services to Humanity (VOSH). Several patients with vision impairment also received reading glasses and bifocal and progressive lenses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2497} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/eye-screening-mobay-B.jpg\" alt=\"\" class=\"wp-image-2497\" /><figcaption> Cataract surgeon, Ophthalmologist and President of the Hawaiian Eye Foundation, Dr. Jeff Rutgard (seated), performs a cataract removal surgery on a patient during a medical mission by ophthalmologists from the United States-based charity and Canada Vision Care (CVC) at the Community Vision Centre of Excellence Clinic on Albion Road, St. James, in July. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>President of the Lions Club of Montego\nBay, O’Neil Daley, said that the mission was in keeping with the club’s mandate\nto make a difference in the lives of those who are less fortunate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is one of the mandates of Lions\nClub International’s SightFirst programme… to improve the sight of persons and\nprovide quality eye care,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','More than 100 St James residents get free cataract surgeries','','inherit','closed','closed','','2495-revision-v1','','','2019-08-12 13:51:31','2019-08-12 18:51:31','',2495,'https://buzz-caribbean.com/article/2495-revision-v1/',0,'revision','',0),(3060,13,'2019-08-12 13:58:22','2019-08-12 18:58:22','','Caribbean Creative Exchange','','inherit','closed','closed','','caribbean-creative-exchange','','','2019-08-12 13:58:22','2019-08-12 18:58:22','',0,'https://buzz-caribbean.com/app/uploads/2019/08/caribbean-creative-exchange.jpg',0,'attachment','image/jpeg',0),(3061,0,'2019-08-12 14:09:20','2019-08-12 19:09:20','','Frenchmen Weekend','','publish','closed','closed','','frenchmen-weekend','','','2019-08-15 11:01:42','2019-08-15 16:01:42','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=3061',0,'out','',0),(3062,13,'2019-08-12 14:08:58','2019-08-12 19:08:58','','Frenchmen Weekend','','inherit','closed','closed','','frenchmen-weekend','','','2019-08-12 14:08:58','2019-08-12 19:08:58','',3061,'https://buzz-caribbean.com/app/uploads/2019/08/frenchmen-weekend.jpg',0,'attachment','image/jpeg',0),(3063,11,'2019-08-12 14:10:08','2019-08-12 19:10:08','','West-African-Gumbo-Kushites','','inherit','closed','closed','','west-african-gumbo-kushites','','','2019-08-12 14:10:08','2019-08-12 19:10:08','',116,'https://buzz-caribbean.com/app/uploads/2019/08/West-African-Gumbo-Kushites.jpg',0,'attachment','image/jpeg',0),(3064,0,'2019-08-12 14:31:26','2019-08-12 19:31:26','','Fit Fest Weekend','','publish','closed','closed','','fit-fest-weekend','','','2019-08-15 10:58:20','2019-08-15 15:58:20','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=3064',0,'out','',0),(3065,11,'2019-08-12 14:21:06','2019-08-12 19:21:06','','Breadfruit-salsa-Kushites','','inherit','closed','closed','','breadfruit-salsa-kushites','','','2019-08-12 14:21:06','2019-08-12 19:21:06','',116,'https://buzz-caribbean.com/app/uploads/2019/08/Breadfruit-salsa-Kushites.jpg',0,'attachment','image/jpeg',0),(3066,11,'2019-08-12 14:21:07','2019-08-12 19:21:07','','Jerked-Chayote-and-quinoa-Kushites','','inherit','closed','closed','','jerked-chayote-and-quinoa-kushites','','','2019-08-12 14:21:07','2019-08-12 19:21:07','',116,'https://buzz-caribbean.com/app/uploads/2019/08/Jerked-Chayote-and-quinoa-Kushites.jpg',0,'attachment','image/jpeg',0),(3067,11,'2019-08-12 14:21:08','2019-08-12 19:21:08','','Saltfish-Kushites','','inherit','closed','closed','','saltfish-kushites','','','2019-08-12 14:21:08','2019-08-12 19:21:08','',116,'https://buzz-caribbean.com/app/uploads/2019/08/Saltfish-Kushites.jpg',0,'attachment','image/jpeg',0),(3068,11,'2019-08-12 14:25:05','2019-08-12 19:25:05','','Vegan-Passion-Fruit-Ice-Cream-Kushites','','inherit','closed','closed','','vegan-passion-fruit-ice-cream-kushites','','','2019-08-12 14:25:05','2019-08-12 19:25:05','',116,'https://buzz-caribbean.com/app/uploads/2019/08/Vegan-Passion-Fruit-Ice-Cream-Kushites.jpg',0,'attachment','image/jpeg',0),(3069,14,'2019-08-12 14:28:13','2019-08-12 19:28:13','<!-- wp:image {\"id\":477} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrea-dempster-chung-kingston-creative.jpg\" alt=\"\" class=\"wp-image-477\" /><figcaption>Co-Founder of the Kingston Creative movement Andrea Dempster-Chung (right) addressing the media at the ever-growing artwalk in June (Photo contributed, <em>HautePeople.net</em>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After years of asking, art lovers and culture enthusiasts in Kingston will finally have something to celebrate come 2020, as an inaugural festival is set to put the downtown business and shopping districts on a dazzling showcase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is according to Executive Director of the Kingston Creative Andrea Dempster-Chung, who in an interview with <strong>BUZZ</strong> on Sunday, June 30, gave us the scoop on what’s to come.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dempster-Chung assured that the creative fanfare artists and citizens have been yearning for will be fed through the inaugural Kingston International Festival.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“[We are] bringing everybody to Kingston to see our culture. Ten days of film, visual art, dance; put on [in] collaboration with Calabash, GATFFEST, JAFTA. We’re doing a showcase collectively and that will all be in downtown Kingston to stimulate the economy,” Dempster-Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Young artists also get more love from the Kingston Creative as Dempster-Chung indicated that a creative hub, as well as incubator and business accelerator programmes are also set to be launched in the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Now\nwe’re at a stage where we really can start making moves. What does the creative\necosystem [in Jamaica] need? What training, development, spaces, loans, venture\ncapital do they need?” Dempster-Chung asked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nKingston Creative will be launching the hub at its headquarters and the\nbirthplace of the movement, F&amp;B Downtown on Harbour Street – with satellite\nstudios for dancers, podcasters and other talents to be set up across the lower\ndistricts of the city.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So there’s a co-working space that\'s going to open right upstairs and then there are other additional spaces that are going to be leased. An up-and-coming creative should be able to get access to everything they need to get their [creative] game from here to here,” she explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There’s also a business accelerator, where a selected cohort of creatives is going to be run through a series of educational and development workshops so that they get the training they need to go global,” Dempster-Chung also told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To\nthis end, by driving entrepreneurship and training activities, Dempster-Chung,\nand the wider Kingston Creative aim for downtown to rightfully become an\nartistic and cultural hub.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong>, Dempster-Chung said as the global creative industry generates an eye-watering US$2.25 trillion every year, the Kingston Creative is making the necessary steps to foster growth and training locally.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We can’t just paint the walls, we can’t just paint the surface, we have to deal with our own creatives; getting them to level up and that’s what Kingston Creative is about,” the Kingston Creative co-founder posited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->','Kingston eyeing its own international arts/culture festival for 2020','','inherit','closed','closed','','440-revision-v1','','','2019-08-12 14:28:13','2019-08-12 19:28:13','',440,'https://buzz-caribbean.com/article/440-revision-v1/',0,'revision','',0),(3070,14,'2019-08-12 14:30:01','2019-08-12 19:30:01','','colombia-armada-demo-buzz','','inherit','closed','closed','','colombia-armada-demo-buzz','','','2019-08-12 14:30:01','2019-08-12 19:30:01','',300,'https://buzz-caribbean.com/app/uploads/2019/08/colombia-armada-demo-buzz.jpg',0,'attachment','image/jpeg',0),(3071,13,'2019-08-12 14:30:56','2019-08-12 19:30:56','','Fit Fest Weekend','','inherit','closed','closed','','fit-fest-weekend','','','2019-08-12 14:30:56','2019-08-12 19:30:56','',3064,'https://buzz-caribbean.com/app/uploads/2019/08/fit-fest-weekend.jpg',0,'attachment','image/jpeg',0),(3073,14,'2019-08-12 14:32:59','2019-08-12 19:32:59','','gavel-in-court-buzz-demo','','inherit','closed','closed','','gavel-in-court-buzz-demo','','','2019-08-12 14:32:59','2019-08-12 19:32:59','',300,'https://buzz-caribbean.com/app/uploads/2019/08/gavel-in-court-buzz-demo.jpg',0,'attachment','image/jpeg',0),(3074,14,'2019-08-12 14:33:54','2019-08-12 19:33:54','<!-- wp:image {\"id\":301} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo.jpg\" alt=\"\" class=\"wp-image-301\" /><figcaption>Satellite imagery of Bajo Nuevo from space (Photo contributed, National Aeronautics and Space Administration [NASA], International Space Station [ISS])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tucked away near the middle of the Caribbean Sea, lies the Bajo Nuevo Bank: a small, uninhabited reef with some grass-covered islets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also known as the Petrel Islands, these tiny specs have been the subject of a bitter sovereignty dispute between Colombia and the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But what you didn’t know, is over 30 years ago, Jamaica was also\ncaught up in the ownership dispute, but has since backed off for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Between 1982 and 1986, the Government of Jamaica signed and\nmaintained a series of bilateral agreements – culminating in a maritime\ndelimitation treaty between the island and the Republic of Colombia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The maritime delimitation treaty was signed in Kingston on\nFriday, November 12, 1993, by ministers of Foreign Affairs and Foreign Trade\nfor Jamaica and Colombia respectively, Paul Robertson and Noemí Sanín Posada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":304} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/posada-paul-robertson-sbscollage-buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-304\" /><figcaption>(from left) Former Ministers of Foreign Affairs and Foreign Trade for Colombia and Jamaica in 1993,  Noemí Sanín Posada and the late Paul Roberston respectively (Photos contributed, Jamaica Information Service [JIS], ElTiempo.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the time, Jamaica\'s claim, as with the other countries\nembroiled in the dispute, stemmed from attempts to expand the island’s\nexclusive economic zone over the surrounding seas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, Jamaica’s claim for Bajo Nuevo remains largely dormant\nsince bilateral agreements with Colombia came into force in 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve made it this far then we still have your attention, and seeing as you’re eager to know more,&nbsp;<strong>BUZZ</strong>&nbsp;presents 23 fast facts about Bajo Nuevo:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1.&nbsp;</strong>&nbsp;&nbsp;The islands are located along the coordinates\n15°53′N (fifteen degrees, fifty-three minutes north) and 78°38′W (seventy-eight\ndegrees, thirty-eight minutes west) and are geographically closest to Jamaica –\nsome 288 kilometres southwest of the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":302,\"width\":587,\"height\":334} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-google-maps-jamaica-1024x583.jpg\" alt=\"\" class=\"wp-image-302\" width=\"587\" height=\"334\" /><figcaption>Bajo Nuevo\'s proximity to Jamaica (Photo contributed, Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>2.&nbsp;&nbsp;</strong>&nbsp;Bajo Nuevo Bank is about\n26&nbsp;kilometres (16&nbsp;miles) long and 9&nbsp;kilometres (5.6&nbsp;miles)\nwide. The closest neighbouring land feature is Serranilla Bank, located 110\nkilometres (68 miles) to the west.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3.</strong>&nbsp;&nbsp;&nbsp;The reef was first shown on Dutch maps dating to 1634 but was given its present name in 1654. British pirate John Glover rediscovered Bajo Nuevo in 1660.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>4.&nbsp;&nbsp;</strong>&nbsp;Satellite imagery from the\nNational Aeronautics and Space Administration (NASA) shows two distinct\natoll-like structures separated by a deep channel under a mile wide at its\nnarrowest point. The reef partially dries on the southern and eastern sides,\nwith the land area being minuscule by comparison.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong>&nbsp;&nbsp;&nbsp;&nbsp;The most prominent land area is Low Cay,\nin the southwest atoll, which extends for 300 metres and widens at a maximum of\n40 metres across. No more than two metres above sea level, the barren island is\ncomposed of broken coral, driftwood, and sand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>6.&nbsp;</strong>&nbsp;&nbsp;A total of five countries have laid claim to\nsovereignty over Bajo Nuevo, namely: Jamaica, Colombia, Nicaragua, Honduras and\nthe United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":305} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-countries-dispute-flags-1024x614.jpg\" alt=\"\" class=\"wp-image-305\" /><figcaption>(From top left to bottom right) The flags of Colombia, the United States, Honduras, Jamaica and Nicaragua (Images contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>7.&nbsp;</strong>&nbsp;&nbsp;James W. Jennett, empowered under provisions\nof the controversial Guano Islands Act, initiated the US’ claim on November 22,\n1869. To this day, the US administers Bajo Nuevo bank as an ‘unorganized,\nunincorporated United States territory’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>8.&nbsp;&nbsp;</strong>&nbsp;Similarly to other territories\nclaimed under the Guano Islands Act in the Caribbean and Oceania, persons born\non Bajo Nuevo to non-citizens are considered by the United States to be US\nnationals, but not US citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":307} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/usa_flag-demo-1024x614.jpg\" alt=\"\" class=\"wp-image-307\" /><figcaption>United States flag (Image contributed, US State Department)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>9.&nbsp;</strong>&nbsp;&nbsp;Colombia currently claims the area as part of\nthe department of San Andrés and Providencia. The San Andrés fleet of the\nColombian Navy carries out naval patrols in the area, as the republic maintains\nthat it has claimed these territories since 1886 – as part of the geographic\narchipelago of San Andrés and Providencia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3070} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/colombia-armada-demo-buzz-1024x714.jpg\" alt=\"\" class=\"wp-image-3070\" /><figcaption>One of many naval vessels in the powerful Colombian armada (Photo contributed, cimsec.org)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>10.</strong>   The November 1993 <a href=\"https://www.un.org/Depts/los/LEGISLATIONANDTREATIES/PDFFILES/TREATIES/JAM-COL1993MD.PDF\">maritime delimitation treaty</a> between Colombia and Jamaica established a \"Joint Regime Area\". This allowed both countries to cooperatively manage and exploit living and non-living resources in designated waters between the two aforementioned banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>11.&nbsp;</strong>&nbsp;&nbsp;Bajo Nuevo’s territorial waters immediately\nsurrounding the cays themselves were excluded from the zone of joint-control,\nas Colombia considers these areas to be part of her coastal waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>12.&nbsp;&nbsp;</strong>&nbsp;The maritime delimitation treaty came effect four months later and was recognised by international law in March 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>13.&nbsp;</strong>&nbsp;&nbsp;The Colombian Ministry of Defense constructed\na light beacon on Low Cay in 1982. The metal structure towers 21&nbsp;metres\nabove the Caribbean Sea and is painted white with a red top. The beacon emits\ntwo white flashes of light every 15 seconds. After sustaining some damage, the\nbeacon was reconstructed by the Colombians in February 2008 and is currently\nmaintained by the navy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":306,\"width\":412,\"height\":531} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-light-beacon.jpg\" alt=\"\" class=\"wp-image-306\" width=\"412\" height=\"531\" /><figcaption>A light beacon erected on the shores of Low Cay, Bajo Nuevo (Photo contributed, Colombian Ministry of Defence)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>14.</strong>&nbsp;&nbsp;&nbsp; Nicaragua bases its claim to Bajo Nuevo Bank\ndue to the islands sitting on its continental shelf, covering an area of over\n50,000 square kilometres in the Caribbean Sea. In fact, the Central American\ncountry lays claim to all islands associated with the San Andrés and\nProvidencia archipelagoes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3073} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gavel-in-court-buzz-demo-1024x679.jpg\" alt=\"\" class=\"wp-image-3073\" /><figcaption>(Photo contributed, Pexels.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>15.&nbsp;</strong>&nbsp;&nbsp;Successive Nicaraguan governments have\npersistently pursued claims against Colombia in the International Court of\nJustice (ICJ), filing cases in both 2001 and 2007.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>16.</strong>&nbsp;&nbsp;&nbsp;On November 19, 2012, in regards to Nicaraguan claims to the islands, the ICJ ruled unanimously that Colombia has sovereignty over both Bajo Nuevo and Serranilla Banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong><em>Bajo Nuevo reportedly contains no \'meaningful mineral reserves\'</em></strong>\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>17.</strong>&nbsp;&nbsp;&nbsp;The islands remain a Colombian territory and are a key stopping point in the country’s fight against drug and weapons smuggling, but all the other claimant nations still have limited access to them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>18.</strong>&nbsp;&nbsp;&nbsp;Bajo Nuevo is positioned inside a modestly\nproductive fishing (mostly lobsters) zone, but the seabed reportedly contains\nno \'meaningful mineral reserves\', and only small amounts of hydrocarbon fuels\nhave been identified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>19.&nbsp;</strong>&nbsp;&nbsp;Honduras, another claimant to Bajo Nuevo and\nthe nearby Serranilla Bank, effectively ended its role in the dispute with the\nratification of a maritime boundary treaty with Colombia on December 20, 1999.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>20.</strong>&nbsp;&nbsp; According to the treaty, both states agreed upon a\nmaritime demarcation in 1986 that excluded Honduras from any control over the\nbanks or their surrounding waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>21.</strong>&nbsp;&nbsp; This bilateral treaty ensured that Honduras\nimplicitly recognises Colombia\'s sovereignty over the disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>22.&nbsp;</strong>&nbsp; Bajo Nuevo Bank and Serranilla Bank have been\nrepeatedly included as per American sources as one of ten insular areas in the\nPacific Ocean and Caribbean Sea that make up the US’ Minor Outlying Islands\nclassification.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>23.&nbsp;</strong>&nbsp; Baker Island, Howland Island, Jarvis Island, Johnston Atoll, Kingman Reef, Midway Islands, Navassa Island, Palmyra Atoll, and Wake Island comprise the remaining nine disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did you know these islands existed? What were the most surprising facts you read? Let us know in the comments section! </p>\n<!-- /wp:paragraph -->','Bajo Nuevo: What you should know about the disputed island Jamaica \'gave up\'','','inherit','closed','closed','','300-revision-v1','','','2019-08-12 14:33:54','2019-08-12 19:33:54','',300,'https://buzz-caribbean.com/article/300-revision-v1/',0,'revision','',0),(3075,14,'2019-08-12 14:34:51','2019-08-12 19:34:51','<!-- wp:image {\"id\":301} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo.jpg\" alt=\"\" class=\"wp-image-301\" /><figcaption>Satellite imagery of Bajo Nuevo from space (Photo contributed, National Aeronautics and Space Administration [NASA], International Space Station [ISS])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tucked away near the middle of the Caribbean Sea, lies the Bajo Nuevo Bank: a small, uninhabited reef with some grass-covered islets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also known as the Petrel Islands, these tiny specs have been the subject of a bitter sovereignty dispute between Colombia and the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But what you didn’t know, is over 30 years ago, Jamaica was also\ncaught up in the ownership dispute, but has since backed off for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Between 1982 and 1986, the Government of Jamaica signed and\nmaintained a series of bilateral agreements – culminating in a maritime\ndelimitation treaty between the island and the Republic of Colombia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The maritime delimitation treaty was signed in Kingston on\nFriday, November 12, 1993, by ministers of Foreign Affairs and Foreign Trade\nfor Jamaica and Colombia respectively, Paul Robertson and Noemí Sanín Posada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":304} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/posada-paul-robertson-sbscollage-buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-304\" /><figcaption>(from left) Former Ministers of Foreign Affairs and Foreign Trade for Colombia and Jamaica in 1993,  Noemí Sanín Posada and the late Paul Roberston respectively (Photos contributed, Jamaica Information Service [JIS], ElTiempo.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the time, Jamaica\'s claim, as with the other countries\nembroiled in the dispute, stemmed from attempts to expand the island’s\nexclusive economic zone over the surrounding seas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, Jamaica’s claim for Bajo Nuevo remains largely dormant\nsince bilateral agreements with Colombia came into force in 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve made it this far then we still have your attention, and seeing as you’re eager to know more,&nbsp;<strong>BUZZ</strong>&nbsp;presents 23 fast facts about Bajo Nuevo:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1.&nbsp;</strong>&nbsp;&nbsp;The islands are located along the coordinates\n15°53′N (fifteen degrees, fifty-three minutes north) and 78°38′W (seventy-eight\ndegrees, thirty-eight minutes west) and are geographically closest to Jamaica –\nsome 288 kilometres southwest of the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":302,\"width\":587,\"height\":334} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-google-maps-jamaica-1024x583.jpg\" alt=\"\" class=\"wp-image-302\" width=\"587\" height=\"334\" /><figcaption>Bajo Nuevo\'s proximity to Jamaica (Photo contributed, Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>2.&nbsp;&nbsp;</strong>&nbsp;Bajo Nuevo Bank is about\n26&nbsp;kilometres (16&nbsp;miles) long and 9&nbsp;kilometres (5.6&nbsp;miles)\nwide. The closest neighbouring land feature is Serranilla Bank, located 110\nkilometres (68 miles) to the west.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3.</strong>&nbsp;&nbsp;&nbsp;The reef was first shown on Dutch maps dating to 1634 but was given its present name in 1654. British pirate John Glover rediscovered Bajo Nuevo in 1660.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong><em>Bajo Nuevo reportedly contains no \'meaningful mineral reserves\'</em></strong>\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>4.&nbsp;&nbsp;</strong>&nbsp;Satellite imagery from the\nNational Aeronautics and Space Administration (NASA) shows two distinct\natoll-like structures separated by a deep channel under a mile wide at its\nnarrowest point. The reef partially dries on the southern and eastern sides,\nwith the land area being minuscule by comparison.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong>&nbsp;&nbsp;&nbsp;&nbsp;The most prominent land area is Low Cay,\nin the southwest atoll, which extends for 300 metres and widens at a maximum of\n40 metres across. No more than two metres above sea level, the barren island is\ncomposed of broken coral, driftwood, and sand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>6.&nbsp;</strong>&nbsp;&nbsp;A total of five countries have laid claim to\nsovereignty over Bajo Nuevo, namely: Jamaica, Colombia, Nicaragua, Honduras and\nthe United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":305} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-countries-dispute-flags-1024x614.jpg\" alt=\"\" class=\"wp-image-305\" /><figcaption>(From top left to bottom right) The flags of Colombia, the United States, Honduras, Jamaica and Nicaragua (Images contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>7.&nbsp;</strong>&nbsp;&nbsp;James W. Jennett, empowered under provisions\nof the controversial Guano Islands Act, initiated the US’ claim on November 22,\n1869. To this day, the US administers Bajo Nuevo bank as an ‘unorganized,\nunincorporated United States territory’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>8.&nbsp;&nbsp;</strong>&nbsp;Similarly to other territories\nclaimed under the Guano Islands Act in the Caribbean and Oceania, persons born\non Bajo Nuevo to non-citizens are considered by the United States to be US\nnationals, but not US citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":307} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/usa_flag-demo-1024x614.jpg\" alt=\"\" class=\"wp-image-307\" /><figcaption>United States flag (Image contributed, US State Department)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>9.&nbsp;</strong>&nbsp;&nbsp;Colombia currently claims the area as part of\nthe department of San Andrés and Providencia. The San Andrés fleet of the\nColombian Navy carries out naval patrols in the area, as the republic maintains\nthat it has claimed these territories since 1886 – as part of the geographic\narchipelago of San Andrés and Providencia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3070} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/colombia-armada-demo-buzz-1024x714.jpg\" alt=\"\" class=\"wp-image-3070\" /><figcaption>One of many naval vessels in the powerful Colombian armada (Photo contributed, cimsec.org)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>10.</strong>   The November 1993 <a href=\"https://www.un.org/Depts/los/LEGISLATIONANDTREATIES/PDFFILES/TREATIES/JAM-COL1993MD.PDF\">maritime delimitation treaty</a> between Colombia and Jamaica established a \"Joint Regime Area\". This allowed both countries to cooperatively manage and exploit living and non-living resources in designated waters between the two aforementioned banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>11.&nbsp;</strong>&nbsp;&nbsp;Bajo Nuevo’s territorial waters immediately\nsurrounding the cays themselves were excluded from the zone of joint-control,\nas Colombia considers these areas to be part of her coastal waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>12.&nbsp;&nbsp;</strong>&nbsp;The maritime delimitation treaty came effect four months later and was recognised by international law in March 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>13.&nbsp;</strong>&nbsp;&nbsp;The Colombian Ministry of Defense constructed\na light beacon on Low Cay in 1982. The metal structure towers 21&nbsp;metres\nabove the Caribbean Sea and is painted white with a red top. The beacon emits\ntwo white flashes of light every 15 seconds. After sustaining some damage, the\nbeacon was reconstructed by the Colombians in February 2008 and is currently\nmaintained by the navy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":306,\"width\":412,\"height\":531} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-light-beacon.jpg\" alt=\"\" class=\"wp-image-306\" width=\"412\" height=\"531\" /><figcaption>A light beacon erected on the shores of Low Cay, Bajo Nuevo (Photo contributed, Colombian Ministry of Defence)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>14.</strong>&nbsp;&nbsp;&nbsp; Nicaragua bases its claim to Bajo Nuevo Bank\ndue to the islands sitting on its continental shelf, covering an area of over\n50,000 square kilometres in the Caribbean Sea. In fact, the Central American\ncountry lays claim to all islands associated with the San Andrés and\nProvidencia archipelagoes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>15.&nbsp;</strong>&nbsp;&nbsp;Successive Nicaraguan governments have\npersistently pursued claims against Colombia in the International Court of\nJustice (ICJ), filing cases in both 2001 and 2007.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>16.</strong>&nbsp;&nbsp;&nbsp;On November 19, 2012, in regards to Nicaraguan claims to the islands, the ICJ ruled unanimously that Colombia has sovereignty over both Bajo Nuevo and Serranilla Banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3073} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gavel-in-court-buzz-demo-1024x679.jpg\" alt=\"\" class=\"wp-image-3073\" /><figcaption>(Photo contributed, Pexels.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>17.</strong>&nbsp;&nbsp;&nbsp;The islands remain a Colombian territory and are a key stopping point in the country’s fight against drug and weapons smuggling, but all the other claimant nations still have limited access to them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>18.</strong>&nbsp;&nbsp;&nbsp;Bajo Nuevo is positioned inside a modestly\nproductive fishing (mostly lobsters) zone, but the seabed reportedly contains\nno \'meaningful mineral reserves\', and only small amounts of hydrocarbon fuels\nhave been identified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>19.&nbsp;</strong>&nbsp;&nbsp;Honduras, another claimant to Bajo Nuevo and\nthe nearby Serranilla Bank, effectively ended its role in the dispute with the\nratification of a maritime boundary treaty with Colombia on December 20, 1999.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>20.</strong>&nbsp;&nbsp; According to the treaty, both states agreed upon a\nmaritime demarcation in 1986 that excluded Honduras from any control over the\nbanks or their surrounding waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>21.</strong>&nbsp;&nbsp; This bilateral treaty ensured that Honduras\nimplicitly recognises Colombia\'s sovereignty over the disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>22.&nbsp;</strong>&nbsp; Bajo Nuevo Bank and Serranilla Bank have been\nrepeatedly included as per American sources as one of ten insular areas in the\nPacific Ocean and Caribbean Sea that make up the US’ Minor Outlying Islands\nclassification.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>23.&nbsp;</strong>&nbsp; Baker Island, Howland Island, Jarvis Island, Johnston Atoll, Kingman Reef, Midway Islands, Navassa Island, Palmyra Atoll, and Wake Island comprise the remaining nine disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did you know these islands existed? What were the most surprising facts you read? Let us know in the comments section! </p>\n<!-- /wp:paragraph -->','Bajo Nuevo: What you should know about the disputed island Jamaica \'gave up\'','','inherit','closed','closed','','300-revision-v1','','','2019-08-12 14:34:51','2019-08-12 19:34:51','',300,'https://buzz-caribbean.com/article/300-revision-v1/',0,'revision','',0),(3077,11,'2019-08-12 14:46:41','2019-08-12 19:46:41','','Vegan-Burger-Mi-Hungry','','inherit','closed','closed','','vegan-burger-mi-hungry','','','2019-08-12 14:46:41','2019-08-12 19:46:41','',116,'https://buzz-caribbean.com/app/uploads/2019/08/Vegan-Burger-Mi-Hungry.jpg',0,'attachment','image/jpeg',0),(3079,11,'2019-08-12 14:48:21','2019-08-12 19:48:21','','Mi-Hungry-Vegan-Dish','','inherit','closed','closed','','mi-hungry-vegan-dish','','','2019-08-12 14:48:21','2019-08-12 19:48:21','',116,'https://buzz-caribbean.com/app/uploads/2019/08/Mi-Hungry-Vegan-Dish.jpg',0,'attachment','image/jpeg',0),(3080,11,'2019-08-12 14:48:22','2019-08-12 19:48:22','','Rap-Raw_Seaweed-broccoli-avocado-tomato-and-ackee-Mi-Hungry','','inherit','closed','closed','','rap-raw_seaweed-broccoli-avocado-tomato-and-ackee-mi-hungry','','','2019-08-12 14:48:22','2019-08-12 19:48:22','',116,'https://buzz-caribbean.com/app/uploads/2019/08/Rap-Raw_Seaweed-broccoli-avocado-tomato-and-ackee-Mi-Hungry.jpg',0,'attachment','image/jpeg',0),(3081,11,'2019-08-12 14:48:23','2019-08-12 19:48:23','','Savory-pie-ackeeplantain-with-black-olives-tomatoes-Mi-Hungry','','inherit','closed','closed','','savory-pie-ackeeplantain-with-black-olives-tomatoes-mi-hungry','','','2019-08-12 14:48:23','2019-08-12 19:48:23','',116,'https://buzz-caribbean.com/app/uploads/2019/08/Savory-pie-ackeeplantain-with-black-olives-tomatoes-Mi-Hungry.jpg',0,'attachment','image/jpeg',0),(3082,9,'2019-08-12 14:52:42','2019-08-12 19:52:42','<!-- wp:image {\"id\":2489} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chabad-1024x768.jpg\" alt=\"\" class=\"wp-image-2489\" /><figcaption>  Chabad Kosher Hot Spot offers a wide variety of Middle Eastern foods. <br>(Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Montego Bay may not be widely known\nfor variety when it comes to food options, but if you look closely there are more\nthan enough eateries to provide alternatives. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such place is Chabad Kosher Hot\nSpot. The Jewish restaurant is located on Jimmy Cliff Boulevard in the city,\nand it is set on giving Montegonians a middle eastern taste that is not the\nusual fare in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2488} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chabad-A-1024x768.jpg\" alt=\"\" class=\"wp-image-2488\" /><figcaption> One of the popular dishes at Chabad Kosher Hot Spot is falafel comb served with fries. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Its location is quite pronounced, as\nit sits across the road from the famous Margaritaville. And patrons who are\ncurious enough to pass through its doors can choose from a variety of authentic\nJewish meals with the most popular being the falafel. The dishes at Chabad\nKosher Hot Spot are mostly vegetarian, and persons are usually enticed by the\nsweet aroma as the meals are prepared and served.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The restaurant also serves as an\ninformation centre, as persons can buy books and other materials. In addition,\nthose who visit the location can also use the opportunity to interact with the welcoming\nmembers of the Jewish community who might be present there. </p>\n<!-- /wp:paragraph -->','Montego Bay gets a taste of Kosher','','inherit','closed','closed','','2487-revision-v1','','','2019-08-12 14:52:42','2019-08-12 19:52:42','',2487,'https://buzz-caribbean.com/article/2487-revision-v1/',0,'revision','',0),(3083,13,'2019-08-12 14:52:51','2019-08-12 19:52:51','','Comedy','','inherit','closed','closed','','comedy','','','2019-08-12 14:52:51','2019-08-12 19:52:51','',0,'https://buzz-caribbean.com/app/uploads/2019/08/comedy.jpg',0,'attachment','image/jpeg',0),(3084,9,'2019-08-12 14:53:17','2019-08-12 19:53:17','<!-- wp:image {\"id\":2481} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tifanny-haddish.jpg\" alt=\"\" class=\"wp-image-2481\" /><figcaption> Tiffany Haddish says she is still single. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tiffany Haddish is hoping John Mayer\'s dating advice will bag her a date with New York Yankees baseball player Giancarlo Stanton.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'Girls Trip\' star is currently single and revealed the \'Gravity\' musician - who has previously romanced the likes of Katy Perry, Taylor Swift and Jennifer Aniston - told her the best way to get noticed by someone in the public eye is to say she is dating them in interviews.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When asked how her dating life is going on \'The Late Show with Stephen Colbert\', she said: \"I\'ve been talking with a lot of people, you know.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I\'ve been getting relationship advice since the last time I was here. John Mayer has been giving me relationship advice.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The host replied: \"He\'s had a few relationships.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"He (John Mayer) said if there\'s somebody that I like that\'s in the eye of the public, I should ... when I\'m doing interviews, say that I\'m seeing that person.\"</p><cite> — Tiffany Haddish </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The 39-year-old star then quipped that she is finding comfort in her blanket in the bedroom.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She laughed: \"I still have the weighted blanket.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And asked what the specific advice was from John, she shared: \"He said if there\'s somebody that I like that\'s in the eye of the public, I should ... when I\'m doing interviews, say that I\'m seeing that person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"And then the media will do a side-by-side of us and then the guy will see and then he\'ll be like, \'Oh, she\'s kinda cute. I mean, I\'m not hooking up with her but I could hook up with her.\'\"<br><br></p>\n<!-- /wp:paragraph -->','Tiffany Haddish gets dating advice from John Mayer','','inherit','closed','closed','','2480-revision-v1','','','2019-08-12 14:53:17','2019-08-12 19:53:17','',2480,'https://buzz-caribbean.com/article/2480-revision-v1/',0,'revision','',0),(3085,9,'2019-08-12 14:53:50','2019-08-12 19:53:50','<!-- wp:image {\"id\":2438} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Morant-Bay-3-1024x603.jpg\" alt=\"\" class=\"wp-image-2438\" /><figcaption> Prime Minister Andrew Holness interacts with St Thomas residents at the groundbreaking ceremony for the Morant Bay Town Centre project on June 26. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Morant Bay Town Centre development\nis generating excitement among investors and residents, based on the\nopportunity for business expansion, employment creation and economic\ntransformation of the parish of St Thomas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The $4 billion undertaking for which Prime Minister Andrew Holness broke ground on June 26, involves the development of an integrated industrial and commercial complex encompassing 365,000 square feet of space to house key public and private sector services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is expected to create approximately\n3,000 new jobs and generate billions in private investment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Morant Bay Town Centre will be located on the 25-acre property that was once the Goodyear factory. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It will house the St Thomas Municipal\nCorporation; a town hall; conference centre; justice square, which will include\na family court and parish court; tax office; Registrar General’s Department\n(RGD); and the Passport, Citizenship &amp; Immigration Agency (PICA). The plan\nalso includes spaces for financial institutions, food court, library,\nrecreational park, museum and an BPO facility. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project is being implemented by\nthe Factories Corporation of Jamaica (FCJ) and is scheduled for completion in\n2021.</p>\n<!-- /wp:paragraph -->','Morant Bay Town Centre project to generate billions in investment','','inherit','closed','closed','','2433-revision-v1','','','2019-08-12 14:53:50','2019-08-12 19:53:50','',2433,'https://buzz-caribbean.com/article/2433-revision-v1/',0,'revision','',0),(3086,9,'2019-08-12 14:54:12','2019-08-12 19:54:12','<!-- wp:image {\"id\":2422} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kim-cattrall.jpg\" alt=\"\" class=\"wp-image-2422\" /><figcaption> Kim Cattrall says strong female characters made \'Sex And The City\' successful. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kim Cattrall says fans loved the \"strong\" female characters in \'Sex And The City\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 62-year-old actress famously played sexually adventurous Samantha Jones in the long-running HBO series - which ended in 2004 and the two sequel films in 2008 and 2010, and despite previously revealing she will \"never\" appear in a third project, Kim insisted the franchise has stood the test of time because it featured empowering, real women.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"What I think people love about shows like \'Sex in the City\' and [Kim\'s new project] \'Filthy Rich\' is strong characters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"You know, real strong characters. And this is a new chapter, this is another strong character. So, I\'m really enjoying that.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"What I think people love about shows like \'Sex in the City\' and [Kim\'s new project] \'Filthy Rich\' is strong characters.\"</p><cite> — Kim Cattrall </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Kim also opened up about her role as Margaret Monreaux on Fox\'s upcoming series, \'Filthy Rich\', and said she is playing another powerful character who came from a \"generation of women\".&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She told \'Entertainment Tonight\': \"She came from a generation of women who brought themselves up. She didn\'t come from much, but she had self-belief.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"She had faith. She had family. And that\'s what brought her to where she is today. She\'s gonna rule the world.\"<br><br></p>\n<!-- /wp:paragraph -->','Kim Cattrall: \'Fans loved strong characters in Sex And The City\'','','inherit','closed','closed','','2419-revision-v1','','','2019-08-12 14:54:12','2019-08-12 19:54:12','',2419,'https://buzz-caribbean.com/article/2419-revision-v1/',0,'revision','',0),(3087,9,'2019-08-12 14:54:38','2019-08-12 19:54:38','<!-- wp:image {\"id\":2413} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/julia.jpg\" alt=\"\" class=\"wp-image-2413\" /><figcaption>Julia Louise-Dreyfus doesn\'t like to think about her cancer battle. <span style=\"font-size: inherit\"> </span></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Julia Louis-Dreyfus is \"very happy to be alive\" following her battle with cancer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 58-year-old actress revealed in 2017 she had been diagnosed with breast cancer, and after she went into remission just over a year later, she marked her clean bill of health by returning to the set of political comedy \'Veep\' - in which she stars as Selina Meyer - to film the seventh and final season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"It was wonderful to go back because, frankly, it was a distraction from the prior year, which had been so harrowing. To put blinders on and just focus on making the funniest f***ing show possible was a great relief.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I\'m glad I got through it, but there\'s a part of me that\'s still a little frightened.\"</p><cite> — Julia Louis-Dreyfus </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>And now, Julia says she doesn\'t like to \"think about\" her cancer battle, but she is deeply grateful to still be alive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to <strong>Vanity Fair</strong> magazine, she added: \"I hate to have to think about it. But I\'m very happy to be alive. There is that moment that you have when you\'re like, \'Is this it for me?\' Because you know everybody here in this room is going to come across that moment in their life, but you never think you will.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I\'m glad I got through it, but there\'s a part of me that\'s still a little frightened, you know?\"<br><br></p>\n<!-- /wp:paragraph -->','Veep star is \'happy to be alive\' after cancer battle','','inherit','closed','closed','','2410-revision-v1','','','2019-08-12 14:54:38','2019-08-12 19:54:38','',2410,'https://buzz-caribbean.com/article/2410-revision-v1/',0,'revision','',0),(3088,9,'2019-08-12 14:56:44','2019-08-12 19:56:44','<!-- wp:image {\"id\":2400} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lambert.jpg\" alt=\"\" class=\"wp-image-2400\" /><figcaption>Adam Lambert finished as the runner-up on \'American Idol\' in 2009.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Adam Lambert found fame \"really overwhelming\" at the start.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 37-year-old singer shot to stardom when he finished as runner-up on the eighth season of \'American Idol\' in 2009, and has said he struggled to come to terms with his level of fame at first because it all happened so \"fast\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I was really overwhelmed in the very beginning. \'American Idol\' was so fast.\"  </p><cite> — Adam Lambert </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Adam came out as gay when he was a teenager before he found fame, and says being a voice for the LGBTQ community after \'American Idol\' put extra pressure on him to \"be an educator\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"I was really overwhelmed in the very beginning. \'American Idol\' was so fast. All of a sudden, I was on magazine covers. I was dealing with the personal adjustment I had to make, and then on top of it, there was all this energy behind being the gay guy doing it. I knew I was comfortable saying, \'Yes, I\'m gay.\' But educating the masses? I didn\'t get into this business to be an educator. I just wanted to wear glitter and sing.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Ghost Town</strong> singer says there \"weren\'t a lot\" of LGBTQ people in mainstream media when he found fame, and so he was asked a lot of questions about his sexuality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And although he says he was happy to talk about it, he didn\'t want it to become his defining factor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to Billboard magazine for their 2019 Pride issue, he added: \"When I started my professional journey, in the mainstream media there weren\'t a lot of [queer] people, so that was the thing the media wanted to talk about. I loved talking about it, but at the same time I was like, \'Can it not precede me?\'\"<br><br></p>\n<!-- /wp:paragraph -->','Adam Lambert struggled with early fame','','inherit','closed','closed','','2396-revision-v1','','','2019-08-12 14:56:44','2019-08-12 19:56:44','',2396,'https://buzz-caribbean.com/article/2396-revision-v1/',0,'revision','',0),(3089,9,'2019-08-12 14:58:27','2019-08-12 19:58:27','<!-- wp:image {\"id\":2340} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/TamiChin-WanyeMarshall-.jpg\" alt=\"\" class=\"wp-image-2340\" /><figcaption>Tami Chynn (right) and Wayne Marshall welcomed their third child together on August 5. <br>(Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As they continue to build their\nfamily, Jamaican entertainers Tami Chynn and Wayne Marshall welcomed their\nchild together on August 5. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The announcement was made by the two\non their individual social media pages on August 7. The posts were met with\nthousands of congratulatory comments and even more ‘likes’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B03-bI4JLYx/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B03-bI4JLYx/\n</div><figcaption>Tami Chynn shared this picture of her newborn on August 7. </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“Wayne and I are overjoyed to welcome\nto the world our beautiful boy, Oz Orion David Mitchell, born August 5th 2019\nat 7am. We have waited for you patiently. Thanking God for you,” Chynn said on\nher Instagram page. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“May he realise and accept that every\ngood desire and love is already his, as he has entered into this beautiful\nworld.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is their third child together, as\nthey have two other boys, Jaxen and Atlas. Marshall also has another son, Giomar,\nfrom a previous relationship. </p>\n<!-- /wp:paragraph -->','Make that baby number three - Tami Chynn gives birth to Oz','','inherit','closed','closed','','2337-revision-v1','','','2019-08-12 14:58:27','2019-08-12 19:58:27','',2337,'https://buzz-caribbean.com/article/2337-revision-v1/',0,'revision','',0),(3091,9,'2019-08-12 14:59:04','2019-08-12 19:59:04','<!-- wp:image {\"id\":2322} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/taylor-swift.jpg\" alt=\"\" class=\"wp-image-2322\" /><figcaption>Taylor Swift says her feud with \'Kimye\' was a difficult period in her life. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Taylor Swift feared for her mental health during her \"humiliating\" public feud with Kim Kardashian West and Kanye West.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 29-year-old singer publicly warred with the reality star three years ago when Kim leaked edited clips of a phone call between her husband Kanye West and Taylor in order to prove her claims that Taylor had approved Kanye\'s lyrics about her in his song \'Famous\'.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I don\'t think there are that many people who can actually understand what it\'s like to have millions of people hate you very loudly.\" </p><cite> — Taylor Swift</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>And after Kim branded her a \"snake\", Taylor - who insisted at the time that Kanye never told her he was planning to call her \"that b***h\" in his song - was devastated to receive hate from people telling her to \"either shut up, disappear, or it could also be perceived as, kill yourself\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking in US Vogue\'s upcoming September issue, Taylor said: \"I don\'t think there are that many people who can actually understand what it\'s like to have millions of people hate you very loudly...[sending] messaging to this person to either shut up, disappear, or it could also be perceived as, kill yourself.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She continued: “I realised I needed to restructure my life because it felt completely out of control. I needed to make music about it because I knew it was the only way I could survive it. It was the only way I could preserve my mental health and also tell the story of what it\'s like to go through something so humiliating.\"</p>\n<!-- /wp:paragraph -->','Taylor Swift was told to kill herself during ‘Kimye’ feud','','inherit','closed','closed','','2321-revision-v1','','','2019-08-12 14:59:04','2019-08-12 19:59:04','',2321,'https://buzz-caribbean.com/article/2321-revision-v1/',0,'revision','',0),(3092,9,'2019-08-12 15:01:56','2019-08-12 20:01:56','<!-- wp:image {\"id\":2291} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ash4-1.jpg\" alt=\"\" class=\"wp-image-2291\" /><figcaption> Asheika James says she wants to step into representational politics one day. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A second runner-up in the Miss St Elizabeth Festival Queen 2019 Competition, Malvern native Asheika James has dreams of entering Parliament one day. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My ambition\nis to be a nation builder, whether through means of civil society or stepping\ninto the world of representational&nbsp;politics,” she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And she might be\nwell on her way to achieving this. The petite young woman is currently a sales\nand promotions officer at the Jamaica Automobile Association (member of JN Group).\nShe is also a peer leader for University of the West Indies (UWI) Leads programme,\nand she received a bachelor’s degree in political science and international\nrelations from UWI. She is now pursuing a master’s degree in procurement management.\nShe is also on the UWI Dean’s List, and she was the best speaker at the 2015 World\nHealth Debate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My ambition is to be a nation builder.\"</p><cite> — Asheika James </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>One of her\ngoals is to give back to those who are less fortunate. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Behaviours are\ncontagious. If people see you giving back to society with pureness, it is\nlikely to be an idea that will&nbsp;stick with them. I believe that giving back\nto one’s community will start a positive cycle, where people will see the\nstrength and positivity of giving a helping hand,” she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2280} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Asheika-James-BB-697x1024.jpg\" alt=\"\" class=\"wp-image-2280\" /><figcaption> Asheika James with the first runner-up in the 2019 St Elizabeth Festival Queen Competition. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She has given back through a project called the Safe Haven Initiative, which aims to help sexually abused females in St Elizabeth. In addition, she recently collaborated with the UNESCO Youth Network to have a book drive to improve literacy among males in St Elizabeth, Clarendon and St Catherine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A dream of mine\nis to be able to do as many humanitarian deeds as possible, both locally and\ninternationally. Oh, how I dream of volunteering and bonding in Africa,” she\nsaid. </p>\n<!-- /wp:paragraph -->','St Bess native Asheika James has big dreams','','inherit','closed','closed','','2278-revision-v1','','','2019-08-12 15:01:56','2019-08-12 20:01:56','',2278,'https://buzz-caribbean.com/article/2278-revision-v1/',0,'revision','',0),(3093,13,'2019-08-12 15:02:14','2019-08-12 20:02:14','','Jamaica Tallawahs Vs Trinibago','','inherit','closed','closed','','jamaica-tallawahs-vs-trinibago','','','2019-08-12 15:02:14','2019-08-12 20:02:14','',0,'https://buzz-caribbean.com/app/uploads/2019/08/jamaica-tallawahs-vs-trinibago.jpg',0,'attachment','image/jpeg',0),(3094,9,'2019-08-12 15:02:55','2019-08-12 20:02:55','<!-- wp:image {\"id\":2274} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/charlie-sheen.jpg\" alt=\"\" class=\"wp-image-2274\" /><figcaption>Charlie Sheen (left) and Denise Richards </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Charlie Sheen vowed to \"bleed\" Denise Richards dry during their divorce battle.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Denise, 48, has admitted that her split from former husband Charlie Sheen was extremely nasty, and she had to turn to reality TV to pay her mounting debts.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"He said he wanted to bleed me dry, and he did. Those legal fees add up quite fast.\"</p><cite> — Denise Richards </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking during an episode of the \'Daddy Issues\' podcast, she said: \"Back during the show I did at E! [<strong>Denise Richards: It\'s Complicated</strong>] I had to do that. I had too many legal bills with my ex-husband.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"He said he wanted to bleed me dry, and he did. Those legal fees add up quite fast.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"It was difficult for me to get a job back then because I was perceived as doing something very [negative] with Charlie, so that was very hard - when you\'re misunderstood and you want to keep your personal life private and when it\'s out there.\"&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Denise and Charlie, 54 - who is the father of her daughters Sam, 15, and 14-year-old Lola - married in 2002, and Denise filed for divorce in 2005.&nbsp; </p>\n<!-- /wp:paragraph -->','Charlie Sheen \'vowed to bleed Denise Richards dry\' during divorce','','inherit','closed','closed','','2273-revision-v1','','','2019-08-12 15:02:55','2019-08-12 20:02:55','',2273,'https://buzz-caribbean.com/article/2273-revision-v1/',0,'revision','',0),(3095,13,'2019-08-12 15:03:19','2019-08-12 20:03:19','','Jamaica Vs Guyana','','inherit','closed','closed','','jamaica-vs-guyana','','','2019-08-12 15:03:19','2019-08-12 20:03:19','',0,'https://buzz-caribbean.com/app/uploads/2019/08/jamaica-vs-guyana.jpg',0,'attachment','image/jpeg',0),(3096,14,'2019-08-12 15:03:22','2019-08-12 20:03:22','<!-- wp:image {\"id\":301} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo.jpg\" alt=\"\" class=\"wp-image-301\" /><figcaption>Satellite imagery of Bajo Nuevo from space (Photo contributed, National Aeronautics and Space Administration [NASA], International Space Station [ISS])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tucked away near the middle of the Caribbean Sea, lies the Bajo Nuevo Bank: a small, uninhabited reef with some grass-covered islets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also known as the Petrel Islands, these tiny specs have been the subject of a bitter sovereignty dispute between Colombia and the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But what you didn’t know, is over 30 years ago, Jamaica was also\ncaught up in the ownership dispute, but has since backed off for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Between 1982 and 1986, the Government of Jamaica signed and\nmaintained a series of bilateral agreements – culminating in a maritime\ndelimitation treaty between the island and the Republic of Colombia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The maritime delimitation treaty was <a href=\"https://www.un.org/Depts/los/LEGISLATIONANDTREATIES/PDFFILES/TREATIES/JAM-COL1993MD.PDF\">signed in Kingston</a> on Friday, November 12, 1993, by ministers of Foreign Affairs and Foreign Trade for Jamaica and Colombia respectively, Paul Robertson and Noemí Sanín Posada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":304} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/posada-paul-robertson-sbscollage-buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-304\" /><figcaption>(from left) Former Ministers of Foreign Affairs and Foreign Trade for Colombia and Jamaica in 1993,  Noemí Sanín Posada and the late Paul Roberston respectively (Photos contributed, Jamaica Information Service [JIS], ElTiempo.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the time, Jamaica\'s claim, as with the other countries\nembroiled in the dispute, stemmed from attempts to expand the island’s\nexclusive economic zone over the surrounding seas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, Jamaica’s claim for Bajo Nuevo remains largely dormant\nsince bilateral agreements with Colombia came into force in 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve made it this far then we still have your attention, and seeing as you’re eager to know more,&nbsp;<strong>BUZZ</strong>&nbsp;presents 23 fast facts about Bajo Nuevo:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1. </strong>  The islands are located along the coordinates 15°53′N (fifteen degrees, fifty-three minutes north) and 78°38′W (seventy-eight degrees, thirty-eight minutes west). The islets are geographically closest to Jamaica than any other claimant, some 288 kilometres southwest of the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":302,\"width\":587,\"height\":334} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-google-maps-jamaica-1024x583.jpg\" alt=\"\" class=\"wp-image-302\" width=\"587\" height=\"334\" /><figcaption>Bajo Nuevo\'s proximity to Jamaica (Photo contributed, Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>2.&nbsp;&nbsp;</strong>&nbsp;Bajo Nuevo Bank is about\n26&nbsp;kilometres (16&nbsp;miles) long and 9&nbsp;kilometres (5.6&nbsp;miles)\nwide. The closest neighbouring land feature is Serranilla Bank, located 110\nkilometres (68 miles) to the west.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3.</strong>&nbsp;&nbsp;&nbsp;The reef was first shown on Dutch maps dating to 1634 but was given its present name in 1654. British pirate John Glover rediscovered Bajo Nuevo in 1660.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong><em>Bajo Nuevo reportedly contains no \'meaningful mineral reserves\'</em></strong>\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>4.&nbsp;&nbsp;</strong>&nbsp;Satellite imagery from the\nNational Aeronautics and Space Administration (NASA) shows two distinct\natoll-like structures separated by a deep channel under a mile wide at its\nnarrowest point. The reef partially dries on the southern and eastern sides,\nwith the land area being minuscule by comparison.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong>&nbsp;&nbsp;&nbsp;&nbsp;The most prominent land area is Low Cay,\nin the southwest atoll, which extends for 300 metres and widens at a maximum of\n40 metres across. No more than two metres above sea level, the barren island is\ncomposed of broken coral, driftwood, and sand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>6. </strong>  A total of five countries have laid claim to sovereignty over Bajo Nuevo, namely: <strong>Jamaica, Colombia, Nicaragua, Honduras and the United States</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":305} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-countries-dispute-flags-1024x614.jpg\" alt=\"\" class=\"wp-image-305\" /><figcaption>(From top left to bottom right) The flags of Colombia, the United States, Honduras, Jamaica and Nicaragua (Images contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>7.&nbsp;</strong>&nbsp;&nbsp;James W. Jennett, empowered under provisions\nof the controversial Guano Islands Act, initiated the US’ claim on November 22,\n1869. To this day, the US administers Bajo Nuevo bank as an ‘unorganized,\nunincorporated United States territory’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>8.&nbsp;&nbsp;</strong>&nbsp;Similarly to other territories\nclaimed under the Guano Islands Act in the Caribbean and Oceania, persons born\non Bajo Nuevo to non-citizens are considered by the United States to be US\nnationals, but not US citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":307} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/usa_flag-demo-1024x614.jpg\" alt=\"\" class=\"wp-image-307\" /><figcaption>United States flag (Image contributed, US State Department)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>9.&nbsp;</strong>&nbsp;&nbsp;Colombia currently claims the area as part of\nthe department of San Andrés and Providencia. The San Andrés fleet of the\nColombian Navy carries out naval patrols in the area, as the republic maintains\nthat it has claimed these territories since 1886 – as part of the geographic\narchipelago of San Andrés and Providencia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3070} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/colombia-armada-demo-buzz-1024x714.jpg\" alt=\"\" class=\"wp-image-3070\" /><figcaption>One of many naval vessels in the powerful Colombian armada (Photo contributed, cimsec.org)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>10.</strong>   The November 1993 <a href=\"https://www.un.org/Depts/los/LEGISLATIONANDTREATIES/PDFFILES/TREATIES/JAM-COL1993MD.PDF\">maritime delimitation treaty</a> between Colombia and Jamaica established a \"Joint Regime Area\". This allowed both countries to cooperatively manage and exploit living and non-living resources in designated waters between the two aforementioned banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>11.&nbsp;</strong>&nbsp;&nbsp;Bajo Nuevo’s territorial waters immediately\nsurrounding the cays themselves were excluded from the zone of joint-control,\nas Colombia considers these areas to be part of her coastal waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>12.&nbsp;&nbsp;</strong>&nbsp;The maritime delimitation treaty came effect four months later and was recognised by international law in March 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>13.&nbsp;</strong>&nbsp;&nbsp;The Colombian Ministry of Defense constructed\na light beacon on Low Cay in 1982. The metal structure towers 21&nbsp;metres\nabove the Caribbean Sea and is painted white with a red top. The beacon emits\ntwo white flashes of light every 15 seconds. After sustaining some damage, the\nbeacon was reconstructed by the Colombians in February 2008 and is currently\nmaintained by the navy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":306,\"width\":412,\"height\":531} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-light-beacon.jpg\" alt=\"\" class=\"wp-image-306\" width=\"412\" height=\"531\" /><figcaption>A light beacon erected on the shores of Low Cay, Bajo Nuevo (Photo contributed, Colombian Ministry of Defence)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>14.</strong>&nbsp;&nbsp;&nbsp; Nicaragua bases its claim to Bajo Nuevo Bank\ndue to the islands sitting on its continental shelf, covering an area of over\n50,000 square kilometres in the Caribbean Sea. In fact, the Central American\ncountry lays claim to all islands associated with the San Andrés and\nProvidencia archipelagoes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>15.&nbsp;</strong>&nbsp;&nbsp;Successive Nicaraguan governments have\npersistently pursued claims against Colombia in the International Court of\nJustice (ICJ), filing cases in both 2001 and 2007.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>16.</strong>&nbsp;&nbsp;&nbsp;On November 19, 2012, in regards to Nicaraguan claims to the islands, the ICJ ruled unanimously that Colombia has sovereignty over both Bajo Nuevo and Serranilla Banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3073} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gavel-in-court-buzz-demo-1024x679.jpg\" alt=\"\" class=\"wp-image-3073\" /><figcaption>(Photo contributed, Pexels.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>17.</strong>&nbsp;&nbsp;&nbsp;The islands remain a Colombian territory and are a key stopping point in the country’s fight against drug and weapons smuggling, but all the other claimant nations still have limited access to them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>18.</strong>&nbsp;&nbsp;&nbsp;Bajo Nuevo is positioned inside a modestly\nproductive fishing (mostly lobsters) zone, but the seabed reportedly contains\nno \'meaningful mineral reserves\', and only small amounts of hydrocarbon fuels\nhave been identified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>19.&nbsp;</strong>&nbsp;&nbsp;Honduras, another claimant to Bajo Nuevo and\nthe nearby Serranilla Bank, effectively ended its role in the dispute with the\nratification of a maritime boundary treaty with Colombia on December 20, 1999.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>20.</strong>&nbsp;&nbsp; According to the treaty, both states agreed upon a\nmaritime demarcation in 1986 that excluded Honduras from any control over the\nbanks or their surrounding waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>21.</strong>&nbsp;&nbsp; This bilateral treaty ensured that Honduras\nimplicitly recognises Colombia\'s sovereignty over the disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>22.&nbsp;</strong>&nbsp; Bajo Nuevo Bank and Serranilla Bank have been\nrepeatedly included as per American sources as one of ten insular areas in the\nPacific Ocean and Caribbean Sea that make up the US’ Minor Outlying Islands\nclassification.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>23.&nbsp;</strong>&nbsp; Baker Island, Howland Island, Jarvis Island, Johnston Atoll, Kingman Reef, Midway Islands, Navassa Island, Palmyra Atoll, and Wake Island comprise the remaining nine disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did you know these islands existed? What were the most surprising facts you read? Let us know in the comments section! </p>\n<!-- /wp:paragraph -->','Bajo Nuevo: What you should know about the disputed island Jamaica \'gave up\'','','inherit','closed','closed','','300-revision-v1','','','2019-08-12 15:03:22','2019-08-12 20:03:22','',300,'https://buzz-caribbean.com/article/300-revision-v1/',0,'revision','',0),(3097,9,'2019-08-12 15:04:35','2019-08-12 20:04:35','<!-- wp:image {\"id\":2270} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarge-A-1024x762.jpg\" alt=\"\" class=\"wp-image-2270\" /><figcaption>Sarge boasts that he has the ability to fuse music and comedy.  (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are some\npeople whose career paths come to them naturally, but then there are others who\nare versatile and have been able to fuse their passions. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such\nperson is Garfield ‘Sarge’ Lewis, a comedian and reggae artiste.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Born in Job\nLane, Spanish Town, St Catherine, Lewis was half of the duo Apache Chief and\nSarge, who performed on the comedy scene locally and internationally for some\ntime.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“It’s my ambition and determination to be a success against the odds and all the negativity around me from others that pushed me forward.” </p><cite> — Sarge</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>According to\nSarge, growing up with a single mom was not easy, but he saw success in his\nfuture.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m a one-room\nboy,” he said. “My life was not always golden. It’s my ambition and\ndetermination to be a success against the odds and all the negativity around me\nfrom others that pushed me forward.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2271} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/SARGE-2.jpg\" alt=\"\" class=\"wp-image-2271\" /><figcaption>Now living in Canada, Sarge is placing more focus on his music. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>That ambition\nwould eventually push him into music. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m very\ntalented, not just in music and comedy, but also in sports. But it was always\nmusic until I entered the popular Tastee Talent Competition in 1998,” said Sarge,\nwho is also called ‘Gyal Ediot’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I was not\nchosen then, so I re-entered in 1999, where I was placed third in the semis and\nsecond in the grand finals. I went back the following year with a song, which\ncan be styled as a comedic song. Somehow that one song got me recognised so I\nstarted getting calls.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I’m very talented, not just in music and comedy, but also in sports.\" </p><cite>- Sarge</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>And although\nhe liked comedy and was somewhat fascinated with Sammy Quest and Apache Chief, he\ndidn’t intend to go that route. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His first big step in comedy was as part of Grandfada and Son. And after Sammy Quest migrated in 2005, he joined Apache Chief. Together, they gained a following as Apache Chief and Sarge.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2269} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190808-WA0006.jpg\" alt=\"\" class=\"wp-image-2269\" /><figcaption>Sarge has no trouble entertaining an audience. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately,\nfollowing a brief illness in 2013, Apache Chief died. Sarge then migrated to\nCanada, but that was after performing with Apache Kid (the son of Apache\nChief). The two occasionally perform together. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now living in Canada full-time, Sarge still performs, but he mostly does music. He has even recorded a song called <strong>Gyal Ediot</strong>. </p>\n<!-- /wp:paragraph -->','Fusing comedy and music: Sarge tells his story','','inherit','closed','closed','','2268-revision-v1','','','2019-08-12 15:04:35','2019-08-12 20:04:35','',2268,'https://buzz-caribbean.com/article/2268-revision-v1/',0,'revision','',0),(3100,11,'2019-08-12 15:05:28','2019-08-12 20:05:28','<!-- wp:paragraph -->\n<p>A rastaman is smiling somewhere and probably saying something like- ‘a long time the rasta did a tell yuh seh ital is vital’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You probably scoffed at that advice 10 years earlier but now it is all about peas, beans and a wholesome lifestyle.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  ‘a long time the rasta did a tell yuh seh ital is vital’ </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>We now happily turn up our noses at the once very delicious stew pork - after all, ‘weh pork ago?’&nbsp;and instead it is all about faux meat, not -cheese and other plant-based goodies.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like everywhere else in the world, Kingston, Jamaica is into the well-hyped vegan lifestyle and <strong>BUZZ</strong> is sharing five spots in the Kingston that are ideal for vegans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did we mention they’re all taste approved by our Editorial staff? Well, they are!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Kushites</strong>&nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What’s Gado Gado?  Have you ever eaten vegan steak?  What about sorell cheesecake?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Those are&nbsp;just some of the items available on Kushites’ menu, which changes approximately every three months.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3063} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/West-African-Gumbo-Kushites.jpg\" alt=\"\" class=\"wp-image-3063\" /><figcaption>West African Gumbo: Tomato and okra stew with seafood, calaloo stuffed yam balls, whole roasted plantain in harissa sauce. (Photo: Instagram - @ kushitesvegetablecuisine)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What’s more, if you are into Dr Sebi they also offer meal items exclusively for the alkaline diet.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Appropriately <a href=\"https://www.google.com/maps/@18.0065948,-76.7945134,15z\">located</a> inside Eden Gardens Wellness Resort &amp; Spa, <a href=\"https://www.instagram.com/kushitesvegetablecuisine/\">Kushites </a>is vegan dining at its finest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Gallery below with highlights of some of their customer favourites.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3065,3066,3068]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Breadfruit-salsa-Kushites.jpg\" alt=\"\" data-id=\"3065\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/breadfruit-salsa-kushites/\" class=\"wp-image-3065\" /><figcaption>Breadfruit salsa (Instagram - @kushitesvegetablecuisine)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jerked-Chayote-and-quinoa-Kushites.jpg\" alt=\"\" data-id=\"3066\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/jerked-chayote-and-quinoa-kushites/\" class=\"wp-image-3066\" /><figcaption>Jerked Chayote and quinoa  (Instagram - @kushitesvegetablecuisine) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-Passion-Fruit-Ice-Cream-Kushites.jpg\" alt=\"\" data-id=\"3068\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/vegan-passion-fruit-ice-cream-kushites/\" class=\"wp-image-3068\" /><figcaption>Vegan Passion Fruit Ice Cream  (Instagram - @kushitesvegetablecuisine) </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The place looks spectacular with stunning golden rococo-style furnishings, which makes it the perfect spot to bring someone you are trying to impress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Mi Hungry&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is the ital food spot that is a hit among local vegans - Jamaican vegans love Mi Hungry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3077} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-Burger-Mi-Hungry.jpg\" alt=\"\" class=\"wp-image-3077\" /><figcaption>Vegan burger (Photo: Instagram - @mihungrynow)<br><br> </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Opening at an impressive 8:00 am each morning, Mi hungry serves up a wide range of vegan dishes and plenty of freshly squeezed and cold press juices from sun up til well into the evening closing just before midnight.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.google.com/maps/place/Market+Place/@18.0221141,-76.7992455,17z/data=!3m1!4b1!4m8!1m2!2m1!1sMarketplace!3m4!1s0x8edb3e4c788c1fcb:0xfddcf4d0c974b9e2!8m2!3d18.022109!4d-76.7970568\">Tucked away</a> inside the food mecca that is Marketplace, what makes Mi Hungry unique is nothing there is cooked-they offer what they call  ‘live’ food. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Can you believe it, they offer pizzas, burgers and pastas and none of it has touched a stove.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See some of their delectable dishes in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3079,3080,3081]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Mi-Hungry-Vegan-Dish.jpg\" alt=\"\" data-id=\"3079\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/mi-hungry-vegan-dish/\" class=\"wp-image-3079\" /><figcaption>Vegetable Pizza (Photo: Instagram  @mihungrynow)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rap-Raw_Seaweed-broccoli-avocado-tomato-and-ackee-Mi-Hungry.jpg\" alt=\"\" data-id=\"3080\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/rap-raw_seaweed-broccoli-avocado-tomato-and-ackee-mi-hungry/\" class=\"wp-image-3080\" /><figcaption>Raw Wrap: Seaweed, broccoli, avocado, tomato and ackee  (Photo: Instagram @mihungrynow)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Savory-pie-ackeeplantain-with-black-olives-tomatoes-Mi-Hungry.jpg\" alt=\"\" data-id=\"3081\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/savory-pie-ackeeplantain-with-black-olives-tomatoes-mi-hungry/\" class=\"wp-image-3081\" /><figcaption>Savory pie: Ackee &amp; plantain with black olives and  tomatoes (Photo: Instagram -  @mihungrynow) </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>How they do it? It is a variety of spicing and dehydration techniques.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This spot boasts not only a unique food preparation style but is always buzzing with an ital vibe and lively banter about natural life and black consciousness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a spot to not only nourish your body but nourish your mind and it is one of the most affordable natural eateries in town.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did we mention that they also have a <a href=\"https://www.google.com/maps/place/Mi+Hungry+Whol\'+Some+Food/@18.4059561,-77.1096176,17z/data=!3m1!4b1!4m5!3m4!1s0x8edafe794e405c2b:0xa6184b4dd678039d!8m2!3d18.405951!4d-77.1074289\">location</a> in Ocho Rios?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The Cheffing Don&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you love a great bean stew- then The Cheffing Don is your place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The hit item on this menu is their three-bean stew, which is available on Wednesdays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, they have other equally as delicious plant-based meal items that are ideal for vegans or those hoping to cross over.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Priding themselves on utilizing local and organic foods, The Cheffing Don has an ital vibe evident in the fact that they don’t use plates, but keep it very roots serving up&nbsp;their delicately designed food masterpieces inside a calabash.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With plenty of greenery and outdoor seating, this place is an ideal spot to grab something nutritious to eat while getting in tune with nature.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Veggie Campus&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nestled into Skibo Avenue, Veggie Campus is a stone throw away from the prestigious Holy Childhood High School.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While sadly Veggie Campus is take-out only this spot boasts plenty of fun and lively dishes that make picking up the phone and making the call or sending the text a breeze.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[147],\"align\":\"center\"} -->\n<ul class=\"wp-block-gallery aligncenter columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/veggie-campus-1024x614.jpg\" alt=\"\" data-id=\"147\" data-link=\"https://buzz-caribbean.com/?attachment_id=147\" class=\"wp-image-147\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Boasting signature specials like their green plantain lasagna, which uses green plantains as sheets of pasta, stuffed with spiced lentils and creamy cashew cheese-&nbsp; Veggie Campus has the type of variety&nbsp;that makes you wonder why you ever thought veganhood was difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did we mention their bbq cauliflower- you’ll never miss the taste of bbq chicken wings again.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>New Leaf Vegetarian&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s been at its 121 Hope Road location for what feels like forever - and long before the vegan craze hit Kingston Harbour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This spot opens an hour before lunchtime and boasts sumptuous vegetarian goodies.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bean burgers, stir-frys, soups and delightful vegan pastries are just some of New Leaf Vegetarians offerings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Plus they are known for their speedy delivery and&nbsp;friendly customer service.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->','5 Go-to spots for vegans in Kingston','','inherit','closed','closed','','116-revision-v1','','','2019-08-12 15:05:28','2019-08-12 20:05:28','',116,'https://buzz-caribbean.com/article/116-revision-v1/',0,'revision','',0),(3101,11,'2019-08-12 15:05:38','2019-08-12 20:05:38','<!-- wp:paragraph -->\n<p>A rastaman is smiling somewhere and probably saying something like- ‘a long time the rasta did a tell yuh seh ital is vital’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You probably scoffed at that advice 10 years earlier but now it is all about peas, beans and a wholesome lifestyle.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  ‘a long time the rasta did a tell yuh seh ital is vital’ </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>We now happily turn up our noses at the once very delicious stew pork - after all, ‘weh pork ago?’&nbsp;and instead it is all about faux meat, not -cheese and other plant-based goodies.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like everywhere else in the world, Kingston, Jamaica is into the well-hyped vegan lifestyle and <strong>BUZZ</strong> is sharing five spots in the Kingston that are ideal for vegans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did we mention they’re all taste approved by our Editorial staff? Well, they are!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Kushites</strong>&nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What’s Gado Gado?&nbsp; Have you ever eaten vegan steak?&nbsp; What about sorell cheesecake?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Those are&nbsp;just some of the items available on Kushites’ menu, which changes approximately every three months.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3063} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/West-African-Gumbo-Kushites.jpg\" alt=\"\" class=\"wp-image-3063\" /><figcaption>West African Gumbo: Tomato and okra stew with seafood, calaloo stuffed yam balls, whole roasted plantain in harissa sauce. (Photo: Instagram - @ kushitesvegetablecuisine)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What’s more, if you are into Dr Sebi they also offer meal items exclusively for the alkaline diet.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Appropriately <a href=\"https://www.google.com/maps/@18.0065948,-76.7945134,15z\">located</a> inside Eden Gardens Wellness Resort &amp; Spa, <a href=\"https://www.instagram.com/kushitesvegetablecuisine/\">Kushites </a>is vegan dining at its finest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Gallery below with highlights of some of their customer favourites.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3065,3066,3068]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Breadfruit-salsa-Kushites.jpg\" alt=\"\" data-id=\"3065\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/breadfruit-salsa-kushites/\" class=\"wp-image-3065\" /><figcaption>Breadfruit salsa (Instagram - @kushitesvegetablecuisine)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jerked-Chayote-and-quinoa-Kushites.jpg\" alt=\"\" data-id=\"3066\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/jerked-chayote-and-quinoa-kushites/\" class=\"wp-image-3066\" /><figcaption>Jerked Chayote and quinoa  (Instagram - @kushitesvegetablecuisine) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-Passion-Fruit-Ice-Cream-Kushites.jpg\" alt=\"\" data-id=\"3068\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/vegan-passion-fruit-ice-cream-kushites/\" class=\"wp-image-3068\" /><figcaption>Vegan Passion Fruit Ice Cream  (Instagram - @kushitesvegetablecuisine) </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The place looks spectacular with stunning golden rococo-style furnishings, which makes it the perfect spot to bring someone you are trying to impress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Mi Hungry&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is the ital food spot that is a hit among local vegans - Jamaican vegans love Mi Hungry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3077} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-Burger-Mi-Hungry.jpg\" alt=\"\" class=\"wp-image-3077\" /><figcaption>Vegan burger (Photo: Instagram - @mihungrynow)<br><br> </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Opening at an impressive 8:00 am each morning, Mi hungry serves up a wide range of vegan dishes and plenty of freshly squeezed and cold press juices from sun up til well into the evening closing just before midnight.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.google.com/maps/place/Market+Place/@18.0221141,-76.7992455,17z/data=!3m1!4b1!4m8!1m2!2m1!1sMarketplace!3m4!1s0x8edb3e4c788c1fcb:0xfddcf4d0c974b9e2!8m2!3d18.022109!4d-76.7970568\">Tucked away</a> inside the food mecca that is Marketplace, what makes Mi Hungry unique is nothing there is cooked-they offer what they call&nbsp; ‘live’ food.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Can you believe it, they offer pizzas, burgers and pastas and none of it has touched a stove.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See some of their delectable dishes in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3079,3080,3081]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Mi-Hungry-Vegan-Dish.jpg\" alt=\"\" data-id=\"3079\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/mi-hungry-vegan-dish/\" class=\"wp-image-3079\" /><figcaption>Vegetable Pizza (Photo: Instagram  @mihungrynow)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rap-Raw_Seaweed-broccoli-avocado-tomato-and-ackee-Mi-Hungry.jpg\" alt=\"\" data-id=\"3080\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/rap-raw_seaweed-broccoli-avocado-tomato-and-ackee-mi-hungry/\" class=\"wp-image-3080\" /><figcaption>Raw Wrap: Seaweed, broccoli, avocado, tomato and ackee  (Photo: Instagram @mihungrynow)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Savory-pie-ackeeplantain-with-black-olives-tomatoes-Mi-Hungry.jpg\" alt=\"\" data-id=\"3081\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/savory-pie-ackeeplantain-with-black-olives-tomatoes-mi-hungry/\" class=\"wp-image-3081\" /><figcaption>Savory pie: Ackee &amp; plantain with black olives and  tomatoes (Photo: Instagram -  @mihungrynow) </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>How they do it? It is a variety of spicing and dehydration techniques.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This spot boasts not only a unique food preparation style but is always buzzing with an ital vibe and lively banter about natural life and black consciousness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a spot to not only nourish your body but nourish your mind and it is one of the most affordable natural eateries in town.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did we mention that they also have a <a href=\"https://www.google.com/maps/place/Mi+Hungry+Whol\'+Some+Food/@18.4059561,-77.1096176,17z/data=!3m1!4b1!4m5!3m4!1s0x8edafe794e405c2b:0xa6184b4dd678039d!8m2!3d18.405951!4d-77.1074289\">location</a> in Ocho Rios?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The Cheffing Don&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you love a great bean stew- then The Cheffing Don is your place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The hit item on this menu is their three-bean stew, which is available on Wednesdays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, they have other equally as delicious plant-based meal items that are ideal for vegans or those hoping to cross over.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Priding themselves on utilizing local and organic foods, The Cheffing Don has an ital vibe evident in the fact that they don’t use plates, but keep it very roots serving up&nbsp;their delicately designed food masterpieces inside a calabash.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With plenty of greenery and outdoor seating, this place is an ideal spot to grab something nutritious to eat while getting in tune with nature.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Veggie Campus&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nestled into Skibo Avenue, Veggie Campus is a stone throw away from the prestigious Holy Childhood High School.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While sadly Veggie Campus is take-out only this spot boasts plenty of fun and lively dishes that make picking up the phone and making the call or sending the text a breeze.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[147],\"align\":\"center\"} -->\n<ul class=\"wp-block-gallery aligncenter columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/veggie-campus-1024x614.jpg\" alt=\"\" data-id=\"147\" data-link=\"https://buzz-caribbean.com/?attachment_id=147\" class=\"wp-image-147\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Boasting signature specials like their green plantain lasagna, which uses green plantains as sheets of pasta, stuffed with spiced lentils and creamy cashew cheese-&nbsp; Veggie Campus has the type of variety&nbsp;that makes you wonder why you ever thought veganhood was difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did we mention their bbq cauliflower- you’ll never miss the taste of bbq chicken wings again.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>New Leaf Vegetarian&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s been at its 121 Hope Road location for what feels like forever - and long before the vegan craze hit Kingston Harbour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This spot opens an hour before lunchtime and boasts sumptuous vegetarian goodies.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bean burgers, stir-frys, soups and delightful vegan pastries are just some of New Leaf Vegetarians offerings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Plus they are known for their speedy delivery and&nbsp;friendly customer service.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->','5 Go-to spots for vegans in Kingston','','inherit','closed','closed','','116-revision-v1','','','2019-08-12 15:05:38','2019-08-12 20:05:38','',116,'https://buzz-caribbean.com/article/116-revision-v1/',0,'revision','',0),(3102,11,'2019-08-12 15:06:13','2019-08-12 20:06:13','','The-Cheffing-Don-lentil-stew-pastafari-sautéed-ackee-steamed-veggies-greatness-salad-and-green-pressed-plantain','','inherit','closed','closed','','the-cheffing-don-lentil-stew-pastafari-sauteed-ackee-steamed-veggies-greatness-salad-and-green-pressed-plantain','','','2019-08-12 15:06:13','2019-08-12 20:06:13','',116,'https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-lentil-stew-pastafari-sautéed-ackee-steamed-veggies-greatness-salad-and-green-pressed-plantain.jpg',0,'attachment','image/jpeg',0),(3103,9,'2019-08-12 15:08:14','2019-08-12 20:08:14','<!-- wp:image {\"id\":2254} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chronixx.jpg\" alt=\"\" class=\"wp-image-2254\" /><figcaption>Chronixx continues to make a major impact with his music. (Photo: Chronixx\'s website)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"You should definitely write an article about Chronixx,” my friend said in a WhatsApp message. “About how much work he’s done in reggae or maybe whether or not he can be placed on the same pedestal as Bob Marley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be honest, this topic had been brewing in my mind for approximately a year and a half. Firstly, could anyone compare to the great Bob Marley? Second, can the living be compared to the dead, especially when both lived in different periods? Last, why does any of this even matter?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2255} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bob-marley-1024x569.jpg\" alt=\"\" class=\"wp-image-2255\" /><figcaption>Bob Marley has received many accolades for his extensive catalogue.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>I will not claim to be the biggest Chronixx fan, but I’ve been a supporter of the team since his earlier years. Throughout the different phases of his career (so far), he has connected with Jamaican and international audiences on many levels. Using my novice-level skill of analysis, I deduced three major phases of Jamar McNaughton, the rebel who would not follow anyone with their pants below waist level or bleached faces. The second phase was the declaration of the ‘Dread and Terrible’, the staunch defence against those who would dare to suppress the ‘Alpha And Omega’ while living on ‘Capture Land’— an irony that had every Rasta man proclaiming ‘Here Comes Trouble’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Can the living be compared to the dead, especially when both lived in different periods?\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>This then brings us to what I am in favour of calling the current era of his reign. In this time, the mere swoon of his vocals over any stereo device or musical gadget, Instagram video, voice note reminds us daily that he is now a household name and the new benchmark for professionalism in reggae for an upcoming act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On August 6, 2018, I listened to Chronixx’s latest work ‘Chronology’, and the man ministered unto my soul as I sat on a rock in one of my favourite parks in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtube.com/watch?v=fUREgj4i684\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtube.com/watch?v=fUREgj4i684\n</div><figcaption>The official music video for Chronixx\'s \'I Can\' has garnered more than seven million views. </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>But to compare him to Bob Marley? That could be a stretch too far.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the few I’ve spoken to, and as it relates to the many conversations in<br>various media that I have seen or read, Bob was set apart in a very revolutionary way. He sang for freedom from mental slavery, launched the face and personality that our thriving tourism industry has reaped numerous benefits from and has created a family dynasty that has major clout and influence in music and other creative/non-creative industries. He has also left a vast catalogue of music that many of us still enjoy, and he has also received some of the highest awards internationally. To this day, making Bob Marley a national hero is a topic of debate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2256} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bob-marley-B-1024x587.jpg\" alt=\"\" class=\"wp-image-2256\" /><figcaption>There is often debate about making Bob Marley a national hero. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bob started recording at about 18 years old and passed away at 36 which gave him roughly 18 years to make an impact, and today we only call him a king because he did.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bob may continue to sell, and his music will always hold its place for as long as time allows, but Chronixx is definitely ruling hearts, making them feel and spire towards a higher, much more balanced state of consciousness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2258} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chronixx-A.jpg\" alt=\"\" class=\"wp-image-2258\" /><figcaption>Chronixx has been performing at sold-out shows across the globe. (Photo: Chronixx\'s website)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Can he someday be crowned a king for having the same kind of impact?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Someday,” my co-worker responded when I asked her one afternoon. Then she continued nodding her head to ‘Skankin’ Sweet’ that was being played on her phone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Written by recording artiste Shekinah Ade-Gold, whose goal is to help usher in the most lucrative season in Jamaica\'s entertainment history.</em><br> <br> </p>\n<!-- /wp:paragraph -->','Can we really compare Chronixx to Bob Marley?','','inherit','closed','closed','','2247-revision-v1','','','2019-08-12 15:08:14','2019-08-12 20:08:14','',2247,'https://buzz-caribbean.com/article/2247-revision-v1/',0,'revision','',0),(3105,9,'2019-08-12 15:09:15','2019-08-12 20:09:15','<!-- wp:image {\"id\":2158} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/nicholas-cage.jpg\" alt=\"\" class=\"wp-image-2158\" /><figcaption>Nicolas Cage is upset about how his marriage ended.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Nicolas Cage was \"pretty upset\" when his marriage to Erike Koike ended.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The former couple tied the knot in Las Vegas in March this year and were married for just four days before the \'Mandy\' star filed for an annulment, claiming their union was based on fraud as his partner hadn\'t mentioned her criminal history or a relationship with another person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And now, the 55-year-old actor has admitted he was heartbroken over the way things ended between him and Erike, following the finalisation of their divorce in May.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"There was a recent breakup. I don\'t really want to talk about it. I was pretty upset about that and the way things happened.\" </p><cite>— Nicolas Cage </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking to <strong>The New York Times</strong> magazine, he said: \"There was a recent breakup. I don\'t really want to talk about it. I was pretty upset about that and the way things happened.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After Nicolas filed his annulment in March, Erike opposed the request, and later filed her own documents claiming the marriage was genuine and seeking spousal support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'National Treasure\' actor failed to secure an annulment but the pair were granted a divorce by a Nevada judge on May 31, meaning they were married for 69 days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Nicolas\' request for an annulment, it was claimed he was \"too drunk\" to get married.<br><br></p>\n<!-- /wp:paragraph -->','Nicolas Cage was \'upset\' about how his 69-day marriage ended','','inherit','closed','closed','','2156-revision-v1','','','2019-08-12 15:09:15','2019-08-12 20:09:15','',2156,'https://buzz-caribbean.com/article/2156-revision-v1/',0,'revision','',0),(3106,11,'2019-08-12 15:09:45','2019-08-12 20:09:45','','The-Cheffing-Don-Combination-Menu-Item','','inherit','closed','closed','','the-cheffing-don-combination-menu-item','','','2019-08-12 15:09:45','2019-08-12 20:09:45','',116,'https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-Combination-Menu-Item.jpg',0,'attachment','image/jpeg',0),(3107,11,'2019-08-12 15:09:47','2019-08-12 20:09:47','','The-Cheffing-Don-sautéed-ackee-greatness-salad-curried-chickpeas-veggie-fried-rice-pumpkin-takari-and-steam-veggies','','inherit','closed','closed','','the-cheffing-don-sauteed-ackee-greatness-salad-curried-chickpeas-veggie-fried-rice-pumpkin-takari-and-steam-veggies','','','2019-08-12 15:09:47','2019-08-12 20:09:47','',116,'https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-sautéed-ackee-greatness-salad-curried-chickpeas-veggie-fried-rice-pumpkin-takari-and-steam-veggies.jpg',0,'attachment','image/jpeg',0),(3108,11,'2019-08-12 15:09:52','2019-08-12 20:09:52','','The-Cheffing-Don-Wrap','','inherit','closed','closed','','the-cheffing-don-wrap','','','2019-08-12 15:09:52','2019-08-12 20:09:52','',116,'https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-Wrap.jpg',0,'attachment','image/jpeg',0),(3109,9,'2019-08-12 15:10:31','2019-08-12 20:10:31','<!-- wp:image {\"id\":2158} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/nicholas-cage.jpg\" alt=\"\" class=\"wp-image-2158\" /><figcaption>Nicolas Cage is upset about how his marriage ended.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Nicolas Cage was \"pretty upset\" when his marriage to Erike Koike ended.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The former couple tied the knot in Las Vegas in March this year and were married for just four days before the \'Mandy\' star filed for an annulment, claiming their union was based on fraud as his partner hadn\'t mentioned her criminal history or a relationship with another person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And now, the 55-year-old actor has admitted he was heartbroken over the way things ended between him and Erike, following the finalisation of their divorce in May.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"There was a recent breakup. I don\'t really want to talk about it. I was pretty upset about that and the way things happened.\" </p><cite>— Nicolas Cage </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking to The New York Times magazine, he said: \"There was a recent breakup. I don\'t really want to talk about it. I was pretty upset about that and the way things happened.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After Nicolas filed his annulment in March, Erike opposed the request and later filed her own documents claiming the marriage was genuine and seeking spousal support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'National Treasure\' actor failed to secure an annulment but the pair were granted a divorce by a Nevada judge on May 31, meaning they were married for 69 days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Nicolas\' request for an annulment, it was claimed he was \"too drunk\" to get married.<br><br></p>\n<!-- /wp:paragraph -->','Nicolas Cage was \'upset\' about how his 69-day marriage ended','','inherit','closed','closed','','2156-revision-v1','','','2019-08-12 15:10:31','2019-08-12 20:10:31','',2156,'https://buzz-caribbean.com/article/2156-revision-v1/',0,'revision','',0),(3110,9,'2019-08-12 15:11:20','2019-08-12 20:11:20','<!-- wp:image {\"id\":2153} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/katy-perry.jpg\" alt=\"\" class=\"wp-image-2153\" /><figcaption>Katy Perry is often seen cycling to her shows. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Katy Perry has installed solar panels on her property in a bid to be more eco-friendly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 34-year-old singer has reportedly had the panels - which draw energy from the sun to convert it into electricity which then powers her home - installed all over her sprawling $19-million mansion in the Hidden Valley area of Beverly Hills.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to <strong>MailOnline</strong>, the \'Roar\' hitmaker has also had the clean energy panels put on top of her trailer for when she travels, as well as kitting out her fleet of luxury cars with slick silver covers, which helps to protect them from UV rays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Katy\'s move toward helping battle climate change comes as she\'s been cycling to her concerts from her hotel room for a number of years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Back in 2014, she rode her bike 22 miles from Palo Alto to reach a concert in San Jose, California, and warned audiences on social media that her mode of transport had left her exhausted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year, the singer was also seen cycling around several cities in Australia, as well as Amsterdam in The Netherlands, and Glasgow in Scotland.<br></p>\n<!-- /wp:paragraph -->','Katy Perry installs solar panels on her property','','inherit','closed','closed','','2152-revision-v1','','','2019-08-12 15:11:20','2019-08-12 20:11:20','',2152,'https://buzz-caribbean.com/article/2152-revision-v1/',0,'revision','',0),(3111,14,'2019-08-12 15:11:26','2019-08-12 20:11:26','','shenseea-blessed-buzz-demo','','inherit','closed','closed','','shenseea-blessed-buzz-demo','','','2019-08-12 15:11:26','2019-08-12 20:11:26','',1515,'https://buzz-caribbean.com/app/uploads/2019/08/shenseea-blessed-buzz-demo.jpg',0,'attachment','image/jpeg',0),(3112,14,'2019-08-12 15:12:11','2019-08-12 20:12:11','<!-- wp:image {\"id\":3111} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/shenseea-blessed-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-3111\" /><figcaption>Shenseea (centre) sizzles in Blessed (Photo contributed, YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kingston\'s Dancehall princess Shenseea stands as the only woman among a sea of men dominating the top ten acts out of Jamaica this week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Owing much of her stream count to her latest effort, <strong>Blessed</strong>, the Stony Hill deejay jumps one spot into number six on the charts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See who else made the <strong><em>BUZZ</em></strong> Top 10 in our video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/uqsmZtXTkb4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/uqsmZtXTkb4\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Most-streamed artistes listed are according to YouTube\'s weekly insights and covers the <em><strong>BUZZ</strong></em> artiste watch for the week July 1 – July 8.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Never miss a beat! Stay tuned as <em><strong>BUZZ</strong></em>&nbsp;keeps up with your favourite musicians and keeps up up-to-date with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more!  </p>\n<!-- /wp:paragraph -->','BUZZ Artiste Watch: Shenseea standing strong against male-dominated top 10','','inherit','closed','closed','','1515-revision-v1','','','2019-08-12 15:12:11','2019-08-12 20:12:11','',1515,'https://buzz-caribbean.com/article/1515-revision-v1/',0,'revision','',0),(3114,13,'2019-08-12 15:13:35','2019-08-12 20:13:35','','JAMAICA VS ST KITTS','','inherit','closed','closed','','jamaica-vs-st-kitts','','','2019-08-12 15:13:35','2019-08-12 20:13:35','',0,'https://buzz-caribbean.com/app/uploads/2019/08/JAMAICA-VS-ST-KITTS.jpg',0,'attachment','image/jpeg',0),(3115,9,'2019-08-12 15:14:56','2019-08-12 20:14:56','<!-- wp:image {\"id\":2120} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-cover-1024x611.jpg\" alt=\"\" class=\"wp-image-2120\" /><figcaption>  Fashionenira says she grew up around fabrics.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After being exposed to fashion at an early age, Devarine\nMclean’s decision to go into the industry was somewhat expected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My mom is a fashion designer and instructor, so I grew up around fabrics and sewing machines. The fashion influence was always there,” said McLean, who is known to many as Fashionenira. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2118} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-EEEE-683x1024.jpg\" alt=\"\" class=\"wp-image-2118\" /><figcaption>  Fashionenira sports one of her eye-catching denim pieces.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Her professional experiment, as she describes it, started in\n2013 when she operated a retail online boutique, selling vintage clothing. She would\neventually open a physical store in Central Plaza, Half-Way Tree, St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These days, you can call her the ‘Denim Queen’, as she has been\nmaking waves with the fabric. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2116} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-DDDD-683x1024.jpg\" alt=\"\" class=\"wp-image-2116\" /><figcaption>Denim shorts from Fashionenira are sure to turn heads. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“My obsession for denim began after I made a pair for myself and wore it to a party. I started getting a whole lot of compliments and questions as to where the denim was purchased,” said the 27-year-old designer. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Jamaica, her pieces have been worn by entertainers like Spice,\nSean Paul, Yanique ‘Curvy Diva’ Barrett and Shaq Royal. Unwilling to limit\nherself, McLean wants to work with the likes of Rihanna, Cardi B, Beyoncé, City\nGirls and Megan The Stallion in the future. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2111,2112]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-BB-1024x683.jpg\" alt=\"\" data-id=\"2111\" data-link=\"https://buzz-caribbean.com/?attachment_id=2111\" class=\"wp-image-2111\" /><figcaption> Fashionenira also stands out in the fashion world for her beautiful pieces. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-CCC-683x1024.jpg\" alt=\"\" data-id=\"2112\" data-link=\"https://buzz-caribbean.com/?attachment_id=2112\" class=\"wp-image-2112\" /><figcaption>This ruffled top fits perfectly with this yellow bikini bottom. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>McLean might be a popular designer, but she has another side.\nShe has a consultancy company called BizStart 101 through which she offers\nadvice to budding entrepreneurs in whatever business they choose to start. </p>\n<!-- /wp:paragraph -->','Fashionenira: Call her the ‘Denim Queen’','','inherit','closed','closed','','2108-revision-v1','','','2019-08-12 15:14:56','2019-08-12 20:14:56','',2108,'https://buzz-caribbean.com/article/2108-revision-v1/',0,'revision','',0),(3116,11,'2019-08-12 15:15:03','2019-08-12 20:15:03','','The-Cheffing-Dons-Plant-based-meal-served-in-customary-calabash-with-bamboo-spork','','inherit','closed','closed','','the-cheffing-dons-plant-based-meal-served-in-customary-calabash-with-bamboo-spork','','','2019-08-12 15:15:03','2019-08-12 20:15:03','',116,'https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Dons-Plant-based-meal-served-in-customary-calabash-with-bamboo-spork.jpg',0,'attachment','image/jpeg',0),(3118,9,'2019-08-12 15:19:47','2019-08-12 20:19:47','<!-- wp:image {\"id\":2073} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Festival-Queen-A-1024x683.jpg\" alt=\"\" class=\"wp-image-2073\" /><figcaption>Culture Minister Olivia Grange (left) makes a presentation to Festival Queen 2019, Khamara Wright (right). Looking on is first runner-up Annakay Hudson, Miss Kingston and St Andrew. (Photos: Contributed)   </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Olivia Grange, Jamaica’s Minister of Culture, Gender, Entertainment and Sport, has encouraged the country’s young women to take advantage of the opportunities provided by the annual Festival Queen Competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her call comes in the wake of the recent crowning of 23-year-old Khamara Wright, the 2019 Festival Queen. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2076} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Festival-Queen-BB-1024x683.jpg\" alt=\"\" class=\"wp-image-2076\" /><figcaption> Khamara Wright receives her sash from 2018 Festival Queen, Ackera Gowie.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Wright, a sous chef from St Catherine, was the first from the\nparish to win the title in 29 years. The last woman from that parish to win the\ncrown was playwright, producer and television presenter Dahlia Harris who\nclaimed the title in 1990. Harris used the Festival Queen platform to launch\nsuccessful careers in television production and presenting. She is also\nenjoying a burgeoning career as a playwright.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grange, who spoke with BUZZ following the crowning on August\n1, said that young Jamaican women can benefit greatly from entering the\ncompetition. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2077} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Festival-Queen-CC-1024x683.jpg\" alt=\"\" class=\"wp-image-2077\" /><figcaption>The 2018 Festival Queen, Ackera Gowie, hands over the crown to Khamara Wright. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Each year, through the competition, we highlight intelligent, articulate, well-informed, culturally aware, beautiful young ladies, who are committed to national development,” Grange said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m very proud of the 13 young ladies from across the island who reached the finals as parish queens. They all did exceptionally well. And the winner, Khamara, has been such an outstanding personality throughout the competition that she’s most deserving of victory.”</p>\n<!-- /wp:paragraph -->','Culture Minister encourages young women to enter Festival Queen Competition','','inherit','closed','closed','','2071-revision-v1','','','2019-08-12 15:19:47','2019-08-12 20:19:47','',2071,'https://buzz-caribbean.com/article/2071-revision-v1/',0,'revision','',0),(3119,9,'2019-08-12 15:20:15','2019-08-12 20:20:15','<!-- wp:image {\"id\":2042} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jennifer-Aniston-A.jpg\" alt=\"\" class=\"wp-image-2042\" /><figcaption>Jennifer Aniston says she feels \'super nostalgic\' about the time she spent on \'Friends\'. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jennifer Aniston \"misses\" working on \'Friends\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 50-year-old actress credits her breakthrough role as Rachel Green on the sitcom for giving her confidence, and she\'s feeling \"super nostalgic\" about the time she spent on the show - which ran from 1994 to 2004 - with her co-stars Courteney Cox, Lisa Kudrow, David Schwimmer, Matthew Perry and Matt Le Blanc because the work was \"pure joy\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"I started to find my confidence when I was on \'Friends\', for sure. In a way, being on that show was the ultimate trust exercise. There was comfort in numbers there, so we all held each other up.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I miss a lot about that time. Having a job that was absolute, pure joy. I miss getting to be with people I love massively and respect beyond words. So, yes, these days I\'m super nostalgic. Anything can make me go, \'Aww.\' \"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"I miss getting to be with people I love massively and respect beyond words.\" </p><cite> — Jennifer Aniston </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Jennifer - who was previously married to Brad Pitt and Justin Theroux - thinks the 1990s were \"simpler times\", and she believes everyone felt \"safer\" back then.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She told InStyle magazine: \"When I think back on the \'90s, it makes me nostalgic -- period. They were simpler times.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"This is going to sound odd, but there was a sense of safety in the world. We weren\'t exposed to as much as we are now. And even if there was just as much s**t going on, we didn\'t necessarily have it in our faces 24/7. </p>\n<!-- /wp:paragraph -->','Jennifer Aniston misses her time on \'Friends\'','','inherit','closed','closed','','2041-revision-v1','','','2019-08-12 15:20:15','2019-08-12 20:20:15','',2041,'https://buzz-caribbean.com/article/2041-revision-v1/',0,'revision','',0),(3120,11,'2019-08-12 15:21:00','2019-08-12 20:21:00','<!-- wp:paragraph -->\n<p>A rastaman is smiling somewhere and probably saying something like- ‘a long time the rasta did a tell yuh seh ital is vital’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You probably scoffed at that advice 10 years earlier but now it is all about peas, beans and a wholesome lifestyle.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  ‘a long time the rasta did a tell yuh seh ital is vital’ </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>We now happily turn up our noses at the once very delicious stew pork - after all, ‘weh pork ago?’&nbsp;and instead it is all about faux meat, not -cheese and other plant-based goodies.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like everywhere else in the world, Kingston, Jamaica is into the well-hyped vegan lifestyle and <strong>BUZZ</strong> is sharing five spots in the Kingston that are ideal for vegans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did we mention they’re all taste approved by our Editorial staff? Well, they are!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Kushites</strong>&nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What’s Gado Gado?&nbsp; Have you ever eaten vegan steak?&nbsp; What about sorell cheesecake?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Those are&nbsp;just some of the items available on Kushites’ menu, which changes approximately every three months.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3063} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/West-African-Gumbo-Kushites.jpg\" alt=\"\" class=\"wp-image-3063\" /><figcaption>West African Gumbo: Tomato and okra stew with seafood, calaloo stuffed yam balls, whole roasted plantain in harissa sauce. (Photo: Instagram - @ kushitesvegetablecuisine)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What’s more, if you are into Dr Sebi they also offer meal items exclusively for the alkaline diet.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Appropriately <a href=\"https://www.google.com/maps/@18.0065948,-76.7945134,15z\">located</a> inside Eden Gardens Wellness Resort &amp; Spa, <a href=\"https://www.instagram.com/kushitesvegetablecuisine/\">Kushites </a>is vegan dining at its finest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Gallery below with highlights of some of their customer favourites.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3065,3066,3068]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Breadfruit-salsa-Kushites.jpg\" alt=\"\" data-id=\"3065\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/breadfruit-salsa-kushites/\" class=\"wp-image-3065\" /><figcaption>Breadfruit salsa (Instagram - @kushitesvegetablecuisine)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jerked-Chayote-and-quinoa-Kushites.jpg\" alt=\"\" data-id=\"3066\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/jerked-chayote-and-quinoa-kushites/\" class=\"wp-image-3066\" /><figcaption>Jerked Chayote and quinoa  (Instagram - @kushitesvegetablecuisine) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-Passion-Fruit-Ice-Cream-Kushites.jpg\" alt=\"\" data-id=\"3068\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/vegan-passion-fruit-ice-cream-kushites/\" class=\"wp-image-3068\" /><figcaption>Vegan Passion Fruit Ice Cream  (Instagram - @kushitesvegetablecuisine) </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The place looks spectacular with stunning golden rococo-style furnishings, which makes it the perfect spot to bring someone you are trying to impress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Mi Hungry&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is the ital food spot that is a hit among local vegans - Jamaican vegans love Mi Hungry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3077} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-Burger-Mi-Hungry.jpg\" alt=\"\" class=\"wp-image-3077\" /><figcaption>Vegan burger (Photo: Instagram - @mihungrynow)<br><br> </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Opening at an impressive 8:00 am each morning, Mi hungry serves up a wide range of vegan dishes and plenty of freshly squeezed and cold press juices from sun up til well into the evening closing just before midnight.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.google.com/maps/place/Market+Place/@18.0221141,-76.7992455,17z/data=!3m1!4b1!4m8!1m2!2m1!1sMarketplace!3m4!1s0x8edb3e4c788c1fcb:0xfddcf4d0c974b9e2!8m2!3d18.022109!4d-76.7970568\">Tucked away</a> inside the food mecca that is Marketplace, what makes Mi Hungry unique is nothing there is cooked-they offer what they call&nbsp; ‘live’ food.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Can you believe it, they offer pizzas, burgers and pastas and none of it has touched a stove.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See some of their delectable dishes in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3079,3080,3081]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Mi-Hungry-Vegan-Dish.jpg\" alt=\"\" data-id=\"3079\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/mi-hungry-vegan-dish/\" class=\"wp-image-3079\" /><figcaption>Vegetable Pizza (Photo: Instagram  @mihungrynow)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rap-Raw_Seaweed-broccoli-avocado-tomato-and-ackee-Mi-Hungry.jpg\" alt=\"\" data-id=\"3080\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/rap-raw_seaweed-broccoli-avocado-tomato-and-ackee-mi-hungry/\" class=\"wp-image-3080\" /><figcaption>Raw Wrap: Seaweed, broccoli, avocado, tomato and ackee  (Photo: Instagram @mihungrynow)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Savory-pie-ackeeplantain-with-black-olives-tomatoes-Mi-Hungry.jpg\" alt=\"\" data-id=\"3081\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/savory-pie-ackeeplantain-with-black-olives-tomatoes-mi-hungry/\" class=\"wp-image-3081\" /><figcaption>Savory pie: Ackee &amp; plantain with black olives and  tomatoes (Photo: Instagram -  @mihungrynow) </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>How they do it? It is a variety of spicing and dehydration techniques.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This spot boasts not only a unique food preparation style but is always buzzing with an ital vibe and lively banter about natural life and black consciousness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a spot to not only nourish your body but nourish your mind and it is one of the most affordable natural eateries in town.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did we mention that they also have a <a href=\"https://www.google.com/maps/place/Mi+Hungry+Whol\'+Some+Food/@18.4059561,-77.1096176,17z/data=!3m1!4b1!4m5!3m4!1s0x8edafe794e405c2b:0xa6184b4dd678039d!8m2!3d18.405951!4d-77.1074289\">location</a> in Ocho Rios?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The Cheffing Don&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you love a great bean stew- then The Cheffing Don is your place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The hit item on this menu is their three-bean stew, which is available on Wednesdays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, they have other equally as delicious plant-based meal items that are ideal for vegans or those hoping to cross over.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3102} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-lentil-stew-pastafari-sautéed-ackee-steamed-veggies-greatness-salad-and-green-pressed-plantain.jpg\" alt=\"\" class=\"wp-image-3102\" /><figcaption>The Cheffingg Don\'s lentil stew, pastafari, sautéed ackee, steamed veggies, greatness salad, and green pressed plantains (Photo: Instagram - @thecheffingdoncatering)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Priding themselves on utilizing local and organic foods, The Cheffing Don has an ital vibe evident in the fact that they don’t use plates, but keep it very roots serving up&nbsp;their delicately designed food masterpieces inside a calabash.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Feast your eyes on some of their menu items in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3106,3107,3116]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-Combination-Menu-Item.jpg\" alt=\"\" data-id=\"3106\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/the-cheffing-don-combination-menu-item/\" class=\"wp-image-3106\" /><figcaption>Combination Menu Item (Photo: Instagram -  @thecheffingdoncatering) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-sautéed-ackee-greatness-salad-curried-chickpeas-veggie-fried-rice-pumpkin-takari-and-steam-veggies.jpg\" alt=\"\" data-id=\"3107\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/the-cheffing-don-sauteed-ackee-greatness-salad-curried-chickpeas-veggie-fried-rice-pumpkin-takari-and-steam-veggies/\" class=\"wp-image-3107\" /><figcaption>The Cheffing Don - sautéed ackee, greatness salad, curried chickpeas, veggie fried rice, pumpkin takari and steam veggies  (Photo: Instagram -  @thecheffingdoncatering)  </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Dons-Plant-based-meal-served-in-customary-calabash-with-bamboo-spork.jpg\" alt=\"\" data-id=\"3116\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/the-cheffing-dons-plant-based-meal-served-in-customary-calabash-with-bamboo-spork/\" class=\"wp-image-3116\" /><figcaption>The Cheffing Don\'s Plant-based meal served in customary calabash with bamboo spork   (Photo: Instagram -  @thecheffingdoncatering)   </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>With plenty of greenery and outdoor seating, this place is an ideal spot to grab something nutritious to eat while getting in tune with nature.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Veggie Campus&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nestled into Skibo Avenue, Veggie Campus is a stone\'s throw away from the prestigious Holy Childhood High School.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While sadly Veggie Campus is take-out only this spot boasts plenty of fun and lively dishes that make picking up the phone and making the call or sending the text a breeze.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[147],\"align\":\"center\"} -->\n<ul class=\"wp-block-gallery aligncenter columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/veggie-campus-1024x614.jpg\" alt=\"\" data-id=\"147\" data-link=\"https://buzz-caribbean.com/?attachment_id=147\" class=\"wp-image-147\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Boasting signature specials like their green plantain lasagna, which uses green plantains as sheets of pasta, stuffed with spiced lentils and creamy cashew cheese-&nbsp; Veggie Campus has the type of variety&nbsp;that makes you wonder why you ever thought veganhood was difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did we mention their bbq cauliflower- you’ll never miss the taste of bbq chicken wings again.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>New Leaf Vegetarian&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s been at its 121 Hope Road location for what feels like forever - and long before the vegan craze hit Kingston Harbour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This spot opens an hour before lunchtime and boasts sumptuous vegetarian goodies.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bean burgers, stir-frys, soups and delightful vegan pastries are just some of New Leaf Vegetarians offerings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Plus they are known for their speedy delivery and&nbsp;friendly customer service.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->','5 Go-to spots for vegans in Kingston','','inherit','closed','closed','','116-revision-v1','','','2019-08-12 15:21:00','2019-08-12 20:21:00','',116,'https://buzz-caribbean.com/article/116-revision-v1/',0,'revision','',0),(3121,13,'2019-08-12 15:22:31','2019-08-12 20:22:31','','Jamaica Vs Barbados','','inherit','closed','closed','','jamaica-vs-barbados','','','2019-08-12 15:22:31','2019-08-12 20:22:31','',0,'https://buzz-caribbean.com/app/uploads/2019/08/jamaica-vs-Barbados.jpg',0,'attachment','image/jpeg',0),(3122,11,'2019-08-12 15:22:48','2019-08-12 20:22:48','','Veggie-Campus-Veggie-Ball-Sub','','inherit','closed','closed','','veggie-campus-veggie-ball-sub','','','2019-08-12 15:22:48','2019-08-12 20:22:48','',116,'https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Campus-Veggie-Ball-Sub.jpg',0,'attachment','image/jpeg',0),(3123,14,'2019-08-12 15:23:36','2019-08-12 20:23:36','','nicki-miaj-megatron-buzz-demo','','inherit','closed','closed','','nicki-miaj-megatron-buzz-demo','','','2019-08-12 15:23:36','2019-08-12 20:23:36','',1502,'https://buzz-caribbean.com/app/uploads/2019/08/nicki-miaj-megatron-buzz-demo.jpg',0,'attachment','image/jpeg',0),(3124,14,'2019-08-12 15:24:24','2019-08-12 20:24:24','','cardi-b-press-buzz-demo','','inherit','closed','closed','','cardi-b-press-buzz-demo','','','2019-08-12 15:24:24','2019-08-12 20:24:24','',1502,'https://buzz-caribbean.com/app/uploads/2019/08/cardi-b-press-buzz-demo.jpg',0,'attachment','image/jpeg',0),(3126,14,'2019-08-12 15:25:13','2019-08-12 20:25:13','<!-- wp:image {\"id\":3123} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/nicki-miaj-megatron-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-3123\" /><figcaption>Nicki Minaj in a steamy scene from Megatron (Photo contributed, YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Trinidadian rapper Nicki Minaj returns for another week on the BUZZ Artiste Watch as one of the ten best-performing musicians in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minaj, despite falling [note drop] from last week\'s triumphant debut of Megatron, is joined by fellow American rapper Cardi B and Jamaica\'s Shenseea as the only women at the top of the BUZZ charts this week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3124} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cardi-b-press-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-3124\" /><figcaption>Cardi B having her time in court in \'Press\' (Photo contributed, YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Did your fav make the cut? Check out the top 10 acts in Jamaica in the <strong><em>BUZZ</em></strong> video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/qFUJfaTVzwQ\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/qFUJfaTVzwQ\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p> Most-streamed artistes listed are according to YouTube\'s weekly insights and covers the <em><strong>BUZZ</strong></em> artiste watch for the week June 24 – July 1. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n\nNever miss a beat! Stay tuned as <em><strong>BUZZ</strong></em>&nbsp;keeps up with your favourite musicians and keeps up up-to-date with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more!\n\n</p>\n<!-- /wp:paragraph -->','BUZZ Artiste Watch: Nicki, Cardi get love in Jamaica among top YouTube views','','inherit','closed','closed','','1502-revision-v1','','','2019-08-12 15:25:13','2019-08-12 20:25:13','',1502,'https://buzz-caribbean.com/article/1502-revision-v1/',0,'revision','',0),(3127,9,'2019-08-12 15:25:19','2019-08-12 20:25:19','<!-- wp:image {\"id\":2033} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bolt-carlton.jpg\" alt=\"\" class=\"wp-image-2033\" /><figcaption>Usain Bolt in a Carlton Brown-designed piece, as he celebrates Jamaica\'s Independence Day. (Photo: Instagram @usainbolt)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Although he is well-known in the Jamaican fashion industry, Carlton Brown continues to make waves with intricate designs that have caught the attention of many celebrated Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2036} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/carlton-brown.jpg\" alt=\"\" class=\"wp-image-2036\" /><figcaption>Designer Carlton Brown (Photo: Twitter @carltontttbrown )</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At Reggae Sumfest in July, at least five entertainers could be singled out for wearing his pieces. Some of the acts who wore his designs at the show that was held at Catherine Hall in Montego Bay were Govana, Munga Honourable, Romain Virgo, Beenie Man and Buju Banton.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On top of that, athletic star Usain Bolt paid tribute to the\nland of his birth on Independence Day (August 6) by stepping out in a well-designed\ntunic integrated with the national colours of Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0dxx7LFcdN/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0dxx7LFcdN/\n</div><figcaption>Buju Banton was dapper in this suit that was designed by Carlton Brown. </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Brown, who is a judge on Jamaican reality TV series Mission Catwalk, is known for his free-range use of different fabrics, colours and tones, and he seems to redefine how men should dress in whatever setting they choose. He is, however, getting increased attention for his men’s shirts that continue to push the envelope of his creativeness.</p>\n<!-- /wp:paragraph -->','Carlton Brown continues to make strides in fashion','','inherit','closed','closed','','2024-revision-v1','','','2019-08-12 15:25:19','2019-08-12 20:25:19','',2024,'https://buzz-caribbean.com/article/2024-revision-v1/',0,'revision','',0),(3128,11,'2019-08-12 15:25:29','2019-08-12 20:25:29','','Veggie-Caampus-Ackee-Quesadilla','','inherit','closed','closed','','veggie-caampus-ackee-quesadilla','','','2019-08-12 15:25:29','2019-08-12 20:25:29','',116,'https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Caampus-Ackee-Quesadilla.jpg',0,'attachment','image/jpeg',0),(3129,11,'2019-08-12 15:25:30','2019-08-12 20:25:30','','Veggie-Campus-Ackee-Wrap','','inherit','closed','closed','','veggie-campus-ackee-wrap','','','2019-08-12 15:25:30','2019-08-12 20:25:30','',116,'https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Campus-Ackee-Wrap.jpg',0,'attachment','image/jpeg',0),(3130,11,'2019-08-12 15:25:31','2019-08-12 20:25:31','','Veggie-Campus-Turn-breadfruit-and-ackee-with-butter-beans','','inherit','closed','closed','','veggie-campus-turn-breadfruit-and-ackee-with-butter-beans','','','2019-08-12 15:25:31','2019-08-12 20:25:31','',116,'https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Campus-Turn-breadfruit-and-ackee-with-butter-beans.jpg',0,'attachment','image/jpeg',0),(3131,9,'2019-08-12 15:26:10','2019-08-12 20:26:10','<!-- wp:image {\"id\":2009} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joanna-walker-1024x684.jpg\" alt=\"\" class=\"wp-image-2009\" /><figcaption>Joanna Walker thanked the Lord for helping her to win the Gospel Song Competition.  (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Moments after she was announced as the winner of the Jamaica Cultural Development Commission’s (JCDC) 2019 Gospel Song Competition, Joanna Walker was full of praises for the Lord.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was the Saviour, she said, who deserved all the glory, as He was her sole inspiration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Right throughout the competition I was forced to remain grounded and knew that I had to put Jesus Christ in front, as it was He who has been guiding me throughout. He deserves all the honour, as He is the one who is responsible for this,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Walker was born in Kingston, but she represented the parish of St James, where she currently resides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2013} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joanna-walker-BB-1024x683.jpg\" alt=\"\" class=\"wp-image-2013\" /><figcaption>Joanna Walker was very animated as she delivered her song. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She has no intention of resting on her laurels, as she plans\nto use her exposure and talent to help others along the way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I have ambitions to get myself qualified to teach music. I\nlove teaching and helping young people achieve their dreams,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Right throughout the competition I was forced to remain grounded and knew that I had to put Jesus Christ in front.\"</p><cite>— Joanna Walker </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Long before she touched the stage at the National Arena in\nKingston on August 4, Walker had been honing her talent. She has been singing\nand writing songs for years. While at Christiana High School in Manchester, she\nentered the JCDC Festival of the Performing Arts and won gold, silver and\nbronze medals in drama, music and speech, respectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2010, she emerged as the winner of the Sandals and Beaches Encore Competition for the Caribbean. She has also earned herself a top-five place in the Open Mic International UK Competition in 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2015} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joanna-walker-CCC-1024x683.jpg\" alt=\"\" class=\"wp-image-2015\" /><figcaption>Joanna Walker shows her experience while performing at JCDC\'s Gospel Song Competition. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Her experience was obvious as she sauntered through her songs\nduring the competition, as she used her superb vocal range and great stage\npresence to make the job of the judges easier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now $1 million richer and with her name now etched in Jamaica’s\nmusic history, Walker intends to continue honing her craft.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I will continue singing for Christ and carrying his torch. I\nwould like to take time out to salute all those who supported me and believed\nin me. My family, friends and loved ones. Thank you, Jesus,” she said.</p>\n<!-- /wp:paragraph -->','Thank you, Jesus! Joanna Walker happy to win Gospel Song Competition','','inherit','closed','closed','','2008-revision-v1','','','2019-08-12 15:26:10','2019-08-12 20:26:10','',2008,'https://buzz-caribbean.com/article/2008-revision-v1/',0,'revision','',0),(3132,14,'2019-08-12 15:26:53','2019-08-12 20:26:53','<!-- wp:image {\"id\":3111} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/shenseea-blessed-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-3111\" /><figcaption>Shenseea (centre) sizzles in Blessed (Photo contributed, YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kingston\'s Dancehall princess Shenseea stands as the only woman among a sea of men dominating the top ten acts out of Jamaica this week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Owing much of her stream count to her latest effort, <strong>Blessed</strong>, the Stony Hill deejay jumps three spots into the number six position on the charts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See who else made the <strong><em>BUZZ</em></strong> Top 10 in our video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/uqsmZtXTkb4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/uqsmZtXTkb4\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Most-streamed artistes listed are according to YouTube\'s weekly insights and covers the <em><strong>BUZZ</strong></em> artiste watch for the week July 1 – July 8.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Never miss a beat! Stay tuned as <em><strong>BUZZ</strong></em>&nbsp;keeps up with your favourite musicians and keeps up up-to-date with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more!  </p>\n<!-- /wp:paragraph -->','Artiste Watch: Shenseea standing strong against male-dominated top 10','','inherit','closed','closed','','1515-revision-v1','','','2019-08-12 15:26:53','2019-08-12 20:26:53','',1515,'https://buzz-caribbean.com/article/1515-revision-v1/',0,'revision','',0),(3133,9,'2019-08-12 15:26:54','2019-08-12 20:26:54','<!-- wp:image {\"id\":2000} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Oprah.jpg\" alt=\"\" class=\"wp-image-2000\" /><figcaption>Oprah Winfrey </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Oprah Winfrey is a big fan of Michael B. Jordan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 65-year-old media mogul has joined forces with the 32-year-old actor for new TV drama \'David Makes Man\' on Oprah\'s OWN network, and she gushed that working with Michael on the project was \"powerful\".&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking about the drama, which tells the story of a \"14-year-old prodigy from the projects who must choose between the streets that raised him or the higher education that may offer him a way out\", Oprah told Entertainment Tonight: \"I think it is inspirational for me to be surrounded by and also to be able to collaborate with, lift up, rise along with, help raise, other people who are of like minds. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2001]} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/michae-b-jordan.jpg-new.jpg\" alt=\"\" data-id=\"2001\" data-link=\"https://buzz-caribbean.com/?attachment_id=2001\" class=\"wp-image-2001\" /><figcaption>Actor Michael B. Jordan </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>\"He really does care about these kinds of stories, and so you know when you combine the two, it\'s even more powerful.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Michael, who starred in ‘Black Panther’, is co-producing the project with Oprah through his Outlier Society Productions, and he praised Oprah for her \"guidance\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Michael said: \"It\'s pretty epic to have her guidance and her eyes and her essence. Her presence around us, guiding us through this process, has been something I\'ll never forget.\" </p>\n<!-- /wp:paragraph -->','Oprah showers Michael B. Jordan with praises','','inherit','closed','closed','','1998-revision-v1','','','2019-08-12 15:26:54','2019-08-12 20:26:54','',1998,'https://buzz-caribbean.com/article/1998-revision-v1/',0,'revision','',0),(3134,14,'2019-08-12 15:27:06','2019-08-12 20:27:06','<!-- wp:image {\"id\":3123} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/nicki-miaj-megatron-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-3123\" /><figcaption>Nicki Minaj in a steamy scene from Megatron (Photo contributed, YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Trinidadian rapper Nicki Minaj returns for another week on the BUZZ Artiste Watch as one of the ten best-performing musicians in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minaj, despite falling [note drop] from last week\'s triumphant debut of Megatron, is joined by fellow American rapper Cardi B and Jamaica\'s Shenseea as the only women at the top of the BUZZ charts this week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3124} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cardi-b-press-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-3124\" /><figcaption>Cardi B having her time in court in \'Press\' (Photo contributed, YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Did your fav make the cut? Check out the top 10 acts in Jamaica in the <strong><em>BUZZ</em></strong> video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/qFUJfaTVzwQ\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/qFUJfaTVzwQ\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p> Most-streamed artistes listed are according to YouTube\'s weekly insights and covers the <em><strong>BUZZ</strong></em> artiste watch for the week June 24 – July 1. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n\nNever miss a beat! Stay tuned as <em><strong>BUZZ</strong></em>&nbsp;keeps up with your favourite musicians and keeps up up-to-date with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more!\n\n</p>\n<!-- /wp:paragraph -->','Artiste Watch: Nicki, Cardi get love in Jamaica among top YouTube views','','inherit','closed','closed','','1502-revision-v1','','','2019-08-12 15:27:06','2019-08-12 20:27:06','',1502,'https://buzz-caribbean.com/article/1502-revision-v1/',0,'revision','',0),(3136,9,'2019-08-12 15:29:05','2019-08-12 20:29:05','<!-- wp:image {\"id\":1994} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Drake-and-Popcaan-2019-1024x657.jpg\" alt=\"\" class=\"wp-image-1994\" /><figcaption>Popcaan (right) says he was happy to perform at Drake\'s (left) Ovo Fest. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dancehall artiste Popcaan joined in on the action at OVO Fest that was held in Canada on August 5 when he was called on stage by rap superstar Drake.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When Popcaan went on stage, there was a loud uproar from the\ncrowd, as he was not expected to perform. Nonetheless, the deejay managed to reel\noff a few songs from his catalogue, including ‘Only Man She Want’ and a piece\nof ‘Controlla’, which sent the crowd into a frenzy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0zzCAglUit/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0zzCAglUit/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Following the performance, Popcaan took to social media to share\nclips of his stint on stage. He also thanked Drake for allowing him to be part\nof the ‘historic’ event. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Drake also went on social media to show gratitude to other\nartistes like Meek Mill, Da Baby, Lil Baby, Cardi B, Megan the Stallion, Gucci\nMane, who performed at the event. &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->','Popcaan rocks OVO Fest with Drake','','inherit','closed','closed','','1993-revision-v1','','','2019-08-12 15:29:05','2019-08-12 20:29:05','',1993,'https://buzz-caribbean.com/article/1993-revision-v1/',0,'revision','',0),(3137,11,'2019-08-12 15:29:12','2019-08-12 20:29:12','','Pinto-Bean-and-Avocado-Wrap','','inherit','closed','closed','','pinto-bean-and-avocado-wrap','','','2019-08-12 15:29:12','2019-08-12 20:29:12','',116,'https://buzz-caribbean.com/app/uploads/2019/08/Pinto-Bean-and-Avocado-Wrap.jpg',0,'attachment','image/jpeg',0),(3139,11,'2019-08-12 15:30:46','2019-08-12 20:30:46','','Blueberry-Smoothie-with-coconut-milk','','inherit','closed','closed','','blueberry-smoothie-with-coconut-milk','','','2019-08-12 15:30:46','2019-08-12 20:30:46','',116,'https://buzz-caribbean.com/app/uploads/2019/08/Blueberry-Smoothie-with-coconut-milk.jpg',0,'attachment','image/jpeg',0),(3140,11,'2019-08-12 15:30:50','2019-08-12 20:30:50','','Homestyle-lentil-stew-with-brown-rice-and-plantain','','inherit','closed','closed','','homestyle-lentil-stew-with-brown-rice-and-plantain','','','2019-08-12 15:30:50','2019-08-12 20:30:50','',116,'https://buzz-caribbean.com/app/uploads/2019/08/Homestyle-lentil-stew-with-brown-rice-and-plantain.jpg',0,'attachment','image/jpeg',0),(3141,11,'2019-08-12 15:30:52','2019-08-12 20:30:52','','Tofu-fried-rice-with-steamed-vegetables-and-plantain','','inherit','closed','closed','','tofu-fried-rice-with-steamed-vegetables-and-plantain','','','2019-08-12 15:30:52','2019-08-12 20:30:52','',116,'https://buzz-caribbean.com/app/uploads/2019/08/Tofu-fried-rice-with-steamed-vegetables-and-plantain.jpg',0,'attachment','image/jpeg',0),(3142,11,'2019-08-12 15:30:56','2019-08-12 20:30:56','','Vegan-falafel','','inherit','closed','closed','','vegan-falafel','','','2019-08-12 15:30:56','2019-08-12 20:30:56','',116,'https://buzz-caribbean.com/app/uploads/2019/08/Vegan-falafel.jpg',0,'attachment','image/jpeg',0),(3143,14,'2019-08-12 15:31:24','2019-08-12 20:31:24','','Jaevion Nelson Buzz Demo','','inherit','closed','closed','','jaevion-nelson-buzz-demo','','','2019-08-12 15:31:24','2019-08-12 20:31:24','',0,'https://buzz-caribbean.com/app/uploads/2019/08/jaevion-nelson-buzz-demo.jpg',0,'attachment','image/jpeg',0),(3145,9,'2019-08-12 15:34:42','2019-08-12 20:34:42','','halle-berry-A','','inherit','closed','closed','','halle-berry-a','','','2019-08-12 15:34:42','2019-08-12 20:34:42','',1990,'https://buzz-caribbean.com/app/uploads/2019/08/halle-berry-A.jpg',0,'attachment','image/jpeg',0),(3146,9,'2019-08-12 15:35:17','2019-08-12 20:35:17','<!-- wp:image {\"id\":3145} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/halle-berry-A-1024x661.jpg\" alt=\"\" class=\"wp-image-3145\" /><figcaption> Halle Berry says her five-year-old son, Maceo, often embarrasses her when they go out.  (Photo: Associated Press)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Halle Berry\'s son loves to embarrass her in public.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 52-year-old actress has daughter Nahla, 11, with former partner Gabriel Aubry and son Maceo, five, with her ex-husband Olivier Martinez, and Halle has revealed that Maceo loves to make her squirm by announcing her name to everyone they hear.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Halle told <strong>InStyle</strong> magazine: \"This is funny - for the last year, my son has been saying my full name really loudly in public like, \'Halle Berry, can you pass me the ketchup?\' It\'s just so embarrassing! He knows it gets a reaction from people, but he can\'t quite figure out why.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"My son has been saying my full name really loudly in public like, \'Halle Berry, can you pass me the ketchup?\' It\'s just so embarrassing!\"  </p><cite>— Halle Berry</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Halle also revealed she feels ready to take on more acting roles now that both of her children are in school, and she believes her acting work helps her to stay connected to her children.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She explained: \"The only thing I want at the end of the day is for my children to say: \'You weren\'t perfect, you didn\'t do everything right, but you were a good mom\'. I spent almost 10 years being in mom mode. Now that my youngest is starting kindergarten, I feel like I can get back into my life, and that\'s important. I want to keep challenging myself and proving that I can still follow my passions, take risks, and take on characters who make me feel alive.”</p>\n<!-- /wp:paragraph -->','Halle Berry\'s son screams her full name in public','','inherit','closed','closed','','1990-revision-v1','','','2019-08-12 15:35:17','2019-08-12 20:35:17','',1990,'https://buzz-caribbean.com/article/1990-revision-v1/',0,'revision','',0),(3148,14,'2019-08-12 15:35:38','2019-08-12 20:35:38','','Tasha Cobbs Leonard Buzz Demo','','inherit','closed','closed','','tasha-cobbs-leonard-buzz-demo','','','2019-08-12 15:35:38','2019-08-12 20:35:38','',1487,'https://buzz-caribbean.com/app/uploads/2019/08/tasha-cobbs-leonard-buzz-demo.jpg',0,'attachment','image/jpeg',0),(3149,9,'2019-08-12 15:35:44','2019-08-12 20:35:44','<!-- wp:image {\"id\":3145} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/halle-berry-A-1024x661.jpg\" alt=\"\" class=\"wp-image-3145\" /><figcaption> Halle Berry says her five-year-old son, Maceo, often embarrasses her when they go out.  (Photo: Associated Press)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Halle Berry\'s son loves to embarrass her in public.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 52-year-old actress has daughter Nahla, 11, with former partner Gabriel Aubry and son Maceo, five, with her ex-husband Olivier Martinez, and Halle has revealed that Maceo loves to make her squirm by announcing her name to everyone they hear.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Halle told InStyle magazine: \"This is funny - for the last year, my son has been saying my full name really loudly in public like, \'Halle Berry, can you pass me the ketchup?\' It\'s just so embarrassing! He knows it gets a reaction from people, but he can\'t quite figure out why.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"My son has been saying my full name really loudly in public like, \'Halle Berry, can you pass me the ketchup?\' It\'s just so embarrassing!\"  </p><cite>— Halle Berry</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Halle also revealed she feels ready to take on more acting roles now that both of her children are in school, and she believes her acting work helps her to stay connected to her children.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She explained: \"The only thing I want at the end of the day is for my children to say: \'You weren\'t perfect, you didn\'t do everything right, but you were a good mom\'. I spent almost 10 years being in mom mode. Now that my youngest is starting kindergarten, I feel like I can get back into my life, and that\'s important. I want to keep challenging myself and proving that I can still follow my passions, take risks, and take on characters who make me feel alive.”</p>\n<!-- /wp:paragraph -->','Halle Berry\'s son screams her full name in public','','inherit','closed','closed','','1990-revision-v1','','','2019-08-12 15:35:44','2019-08-12 20:35:44','',1990,'https://buzz-caribbean.com/article/1990-revision-v1/',0,'revision','',0),(3150,9,'2019-08-12 15:36:36','2019-08-12 20:36:36','<!-- wp:image {\"id\":1994} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Drake-and-Popcaan-2019-1024x657.jpg\" alt=\"\" class=\"wp-image-1994\" /><figcaption>Popcaan (right) says he was happy to perform at Drake\'s (left) Ovo Fest.   <br>(Photo: Instagram @champagnepapi)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dancehall artiste Popcaan joined in on the action at OVO Fest that was held in Canada on August 5 when he was called on stage by rap superstar Drake.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When Popcaan went on stage, there was a loud uproar from the\ncrowd, as he was not expected to perform. Nonetheless, the deejay managed to reel\noff a few songs from his catalogue, including ‘Only Man She Want’ and a piece\nof ‘Controlla’, which sent the crowd into a frenzy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0zzCAglUit/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0zzCAglUit/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Following the performance, Popcaan took to social media to share\nclips of his stint on stage. He also thanked Drake for allowing him to be part\nof the ‘historic’ event. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Drake also went on social media to show gratitude to other\nartistes like Meek Mill, Da Baby, Lil Baby, Cardi B, Megan the Stallion, Gucci\nMane, who performed at the event. &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->','Popcaan rocks OVO Fest with Drake','','inherit','closed','closed','','1993-revision-v1','','','2019-08-12 15:36:36','2019-08-12 20:36:36','',1993,'https://buzz-caribbean.com/article/1993-revision-v1/',0,'revision','',0),(3151,9,'2019-08-12 15:38:01','2019-08-12 20:38:01','<!-- wp:image {\"id\":1912} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bebe.jpg\" alt=\"\" class=\"wp-image-1912\" /><figcaption>Bebe Rexha says she wants to help other women to love themselves. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bebe Rexha wants to \"inspire and empower\" women to love themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The<strong> Say My Name</strong> hitmaker knows only too well what it is like to have self-confidence issues, and she hopes that by speaking up about how she feels, it will help others. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In support of her new deal with bebe clothing, she said: \"It\'s incredible to be part of this bebe campaign. It\'s not only about me loving the brand, but more importantly about me loving myself! I hope to inspire and empower women all over the world with this message of self-love. I believe it is super important. I grew up wearing bebe. It was the coolest piece of fashion you could have, so to be able to mix fashion and my music is so fun.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"People make it seem like self-love is so easy, but self-love is a constant journey.\" </p><cite>— Bebe Rexha </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Bebe Rexha previously admitted she has been on a \"constant journey\" to self-love.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"People make it seem like self-love is so easy, but self-love is a constant journey. I\'ve learned that we say a lot of mean things to ourselves, especially when we look at ourselves in the mirror. I do it all the time too. But you have to start saying positive things to yourself.\"</p>\n<!-- /wp:paragraph -->','Bebe Rexha wants to empower women','','inherit','closed','closed','','1911-revision-v1','','','2019-08-12 15:38:01','2019-08-12 20:38:01','',1911,'https://buzz-caribbean.com/article/1911-revision-v1/',0,'revision','',0),(3152,14,'2019-08-12 15:38:22','2019-08-12 20:38:22','<!-- wp:paragraph -->\n<p>Grammy award-winning Gospel artiste Tasha Cobbs was among two women getting love from Jamaica as the best ten acts in the country this week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Georgia singer, cementing her place at number 10, is joined by Jamaica\'s very own Shenseea, who also remains at number 7 this week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to see if your fav made the <strong><em>BUZZ</em></strong> top 10? Check out our video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/lLepBAQ0tng\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/lLepBAQ0tng\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Most-streamed artistes listed are according to YouTube\'s weekly insights and covers the <em><strong>BUZZ</strong></em> artiste watch for the week June 17 – June 24.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Never miss a beat! Stay tuned as <em><strong>BUZZ</strong></em>&nbsp;keeps up with\nyour favourite musicians and keeps up up-to-date with the hottest developments\nin Dancehall, Reggae, Hip-Hop, R&amp;B and more!</p>\n<!-- /wp:paragraph -->','Artiste Watch: Tasha Cobbs returns among top 10 acts in Jamaica','','inherit','closed','closed','','1487-revision-v1','','','2019-08-12 15:38:22','2019-08-12 20:38:22','',1487,'https://buzz-caribbean.com/article/1487-revision-v1/',0,'revision','',0),(3154,14,'2019-08-12 15:40:29','2019-08-12 20:40:29','<!-- wp:image {\"id\":1153} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/beat-dem-bad-artwork-buzz-2-1024x604.png\" alt=\"\" class=\"wp-image-1153\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Squash and Vybz Kartel have officially signalled their intent to claim the coveted \'Song of the Summer\' title, as a scorching collaboration, ‘Beat Dem Bad’ makes an impressive debut atop YouTube steams in Jamaica this week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Check out who else made the <strong><em>BUZZ</em></strong> top ten charts this week in our video below:  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/lphCSTsLNQc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/lphCSTsLNQc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Top tracks listed are according to YouTube\'s weekly insights and covers the <strong><em>BUZZ</em></strong> charts for the week June 17 – June 24. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Join us next week same time, same place, as&nbsp;<strong><em>BUZZ</em></strong>&nbsp;keeps you abreast with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more! </p>\n<!-- /wp:paragraph -->','BUZZ Music: Squash dominates local streams with \'Beat Dem Bad\'','','inherit','closed','closed','','1151-revision-v1','','','2019-08-12 15:40:29','2019-08-12 20:40:29','',1151,'https://buzz-caribbean.com/article/1151-revision-v1/',0,'revision','',0),(3159,14,'2019-08-12 15:43:59','2019-08-12 20:43:59','','Jahvillani Buzzgrab Demo','','inherit','closed','closed','','jahvillani-buzzgrab-demo','','','2019-08-12 15:43:59','2019-08-12 20:43:59','',1139,'https://buzz-caribbean.com/app/uploads/2019/07/jahvillani-buzzgrab-demo.jpg',0,'attachment','image/jpeg',0),(3160,14,'2019-08-12 15:46:06','2019-08-12 20:46:06','<!-- wp:image {\"id\":3159} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jahvillani-buzzgrab-demo-1024x579.jpg\" alt=\"\" class=\"wp-image-3159\" /><figcaption>Jahvillani in cruise control during the set of his \'Clarks Pon Foot\' music video (Photo contributed, YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jahvillani is loudly turning heads and gaining attention from Dancehall fans as the St. Ann deejay and his infectious <strong>‘Clarks Pon Foot’</strong> single stepped into the number one position on local YouTube charts this week. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See who else made the <strong><em>BUZZ</em></strong> top ten music charts this week in our video below: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/mRANCaATcvg\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/mRANCaATcvg\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Top tracks listed are according to YouTube\'s weekly insights and covers the <strong><em>BUZZ</em></strong> charts for week June 24 – July 1. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Join us next week same time, same place, as&nbsp;<strong><em>BUZZ</em></strong>&nbsp;keeps you abreast with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more! </p>\n<!-- /wp:paragraph -->','Jahvillani, \'Clarks Pon Foot\' march to no. 1 spot on YouTube','','inherit','closed','closed','','1139-revision-v1','','','2019-08-12 15:46:06','2019-08-12 20:46:06','',1139,'https://buzz-caribbean.com/article/1139-revision-v1/',0,'revision','',0),(3161,9,'2019-08-12 15:47:20','2019-08-12 20:47:20','<!-- wp:image {\"id\":1912} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bebe.jpg\" alt=\"\" class=\"wp-image-1912\" /><figcaption>Bebe Rexha says she wants to help other women to love themselves. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bebe Rexha wants to \"inspire and empower\" women to love themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The<strong> Say My Name</strong> hitmaker knows only too well what it is like to have self-confidence issues, and she hopes that by speaking up about how she feels, it will help others.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In support of her new deal with bebe clothing, she said: \"It\'s incredible to be part of this bebe campaign. It\'s not only about me loving the brand, but more importantly about me loving myself! I hope to inspire and empower women all over the world with this message of self-love. I believe it is super important. I grew up wearing bebe. It was the coolest piece of fashion you could have, so to be able to mix fashion and my music is so fun.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"People make it seem like self-love is so easy, but self-love is a constant journey.\" </p><cite>— Bebe Rexha </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Bebe Rexha previously admitted she has been on a \"constant journey\" to self-love.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"People make it seem like self-love is so easy, but self-love is a constant journey. I\'ve learned that we say a lot of mean things to ourselves, especially when we look at ourselves in the mirror. I do it all the time too. But you have to start saying positive things to yourself.\"</p>\n<!-- /wp:paragraph -->','Bebe Rexha wants to empower women','','inherit','closed','closed','','1911-revision-v1','','','2019-08-12 15:47:20','2019-08-12 20:47:20','',1911,'https://buzz-caribbean.com/article/1911-revision-v1/',0,'revision','',0),(3164,9,'2019-08-12 15:48:00','2019-08-12 20:48:00','<!-- wp:image {\"id\":1902} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Iggy.jpg\" alt=\"\" class=\"wp-image-1902\" /><figcaption>Iggy Azalea is now an independent artiste under the Bad Dreams label. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Iggy Azalea \"fights tooth and nail\" for the chances she\'s been given in her career.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 29-year-old Australian rapper has opened up about releasing her second studio album \'In My Defense\' last month, which is her first project since leaving Island Records, to become an independent artiste under Bad Dreams.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking in the September issue of <strong>Cosmopolitan</strong>, Iggy said: \"I guess I\'m sort of my own boss - well, I am my own boss. I should say that with authority: I am my own boss. You get as many shots as you are able to persevere for in life, no matter what you do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I\'m going to make the same music and still be ridiculous and larger than life.\" </p><cite> — Iggy Azalea </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"You get as many chances as you\'re willing to sit there and f***ing really fight for tooth and nail. And I\'m not going to stop fighting for a second chance until somebody f***ing gives me one, and then I\'m not going to f**k it up.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'Fancy\' hitmaker wants to stay true to her own sound and keep her music \"larger than life\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She added: \"I\'m going to make the same music and still be ridiculous and larger than life. So, I can\'t be that f**king sorry about it. You\'re suddenly mega f***ing famous within a few months.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\">Iggy shot to fame following her 2013 single \'Work\' from her debut album \'The New Classic\', and the star insisted her fast fame meant she had to grow up quickly. </p>\n<!-- /wp:paragraph -->','Iggy Azalea: I fought tooth and nail for chances','','inherit','closed','closed','','1901-revision-v1','','','2019-08-12 15:48:00','2019-08-12 20:48:00','',1901,'https://buzz-caribbean.com/article/1901-revision-v1/',0,'revision','',0),(3165,9,'2019-08-12 15:48:41','2019-08-12 20:48:41','<!-- wp:image {\"id\":1902} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Iggy.jpg\" alt=\"\" class=\"wp-image-1902\" /><figcaption>Iggy Azalea is now an independent artiste under the Bad Dreams label. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Iggy Azalea \"fights tooth and nail\" for the chances she\'s been given in her career.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 29-year-old Australian rapper has opened up about releasing her second studio album <strong>In My Defense</strong> last month, which is her first project since leaving Island Records, to become an independent artiste under Bad Dreams. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking in the September issue of Cosmopolitan, Iggy said: \"I guess I\'m sort of my own boss - well, I am my own boss. I should say that with authority: I am my own boss. You get as many shots as you are able to persevere for in life, no matter what you do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I\'m going to make the same music and still be ridiculous and larger than life.\" </p><cite> — Iggy Azalea </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"You get as many chances as you\'re willing to sit there and f***ing really fight for tooth and nail. And I\'m not going to stop fighting for a second chance until somebody f***ing gives me one, and then I\'m not going to f**k it up.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Fancy</strong> hitmaker wants to stay true to her own sound and keep her music \"larger than life\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She added: \"I\'m going to make the same music and still be ridiculous and larger than life. So, I can\'t be that f**king sorry about it. You\'re suddenly mega f***ing famous within a few months.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\">Iggy shot to fame following her 2013 single \'Work\' from her debut album \'The New Classic\', and the star insisted her fast fame meant she had to grow up quickly. </p>\n<!-- /wp:paragraph -->','Iggy Azalea: I fought tooth and nail for chances','','inherit','closed','closed','','1901-revision-v1','','','2019-08-12 15:48:41','2019-08-12 20:48:41','',1901,'https://buzz-caribbean.com/article/1901-revision-v1/',0,'revision','',0),(3166,9,'2019-08-12 15:49:53','2019-08-12 20:49:53','<!-- wp:image {\"id\":1897} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mariah-carey.jpg\" alt=\"\" class=\"wp-image-1897\" /><figcaption> Mariah Carey says she started doing music out of a necessity to survive.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mariah Carey had a \"tough\" childhood.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>We Belong Together</strong> star got candid about her younger life as she spoke to campers at her Camp Mariah, which allows young people to explore their interests in classes like film, photography, fashion and arts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Asked in a Q&amp;A who inspired her, she said: \"I had kind of a tough time growing up with my family and stuff like that, so music was my sole inspiration really. So, I kind of didn\'t have that one person that I said: \'That\'s who I want to be.\' I had to figure it out on my own. So, I started working very young, I worked, I did background vocals ... learned about the studio, really put the time in.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I had kind of a tough time growing up with my family and stuff like that, so music was my sole inspiration really.\" </p><cite> — Mariah Carey</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Mariah had previously confessed she still feels like a \"lost child\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"Icon? I really don\'t think of myself in that way. I started making music out of a necessity to survive and to express myself, and I just wanted to create something so I could feel worthy of existing, and if I\'ve learned anything - anything at all in this life - it\'s that truly all things are possible with God.”  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She continued: “I guess I just always felt like an outsider. Someone who doesn\'t quite belong anywhere, and I still feel like that lost interracial child who had a lot of nerve to believe I could succeed at anything at all in this world, but I did believe because I had to.” </p>\n<!-- /wp:paragraph -->','Mariah Carey opens up about \'tough\' childhood','','inherit','closed','closed','','1895-revision-v1','','','2019-08-12 15:49:53','2019-08-12 20:49:53','',1895,'https://buzz-caribbean.com/article/1895-revision-v1/',0,'revision','',0),(3167,9,'2019-08-12 15:50:31','2019-08-12 20:50:31','<!-- wp:image {\"id\":1891,\"width\":580,\"height\":386} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/C-Diva2-1024x682.jpg\" alt=\"\" class=\"wp-image-1891\" width=\"580\" height=\"386\" /><figcaption>C-Diva is excited about her upcoming EP. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Emerging recording artiste C-Diva says she is\npleased with the public response to her single, ‘Broken’, that was released in\nMarch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That response has given her the confidence, she\nsays, to enter the market again with an EP that is set for release by the end\nof the year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"I want to thank all the DJs around the world who are playing my song.\" </p><cite> — C-Diva</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I’m so excited about my EP. We have recorded some\nexcellent tracks so far,” said the artiste, who is signed to Inferno Camp\nRecords. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s going to be a fantastic project. My team,\nwhich consists of Richard Evans, Emelio Harris and Orlando Harris, has not\ndecided on a release date for the EP as yet, but we plan to put it out before\nthe end of the year.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1892} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cdiva4.jpg-new.jpg\" alt=\"\" class=\"wp-image-1892\" /><figcaption>C-Diva received a confidence boost after releasing her song, \'Broken\'. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A lot of her confidence has come from the response\nto ‘Broken’, which has received generous play on radio stations both locally\nand overseas, she claims.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This was my first release, and I’m pleased with\nthe response that it’s getting. I want to thank all the DJs around the world\nwho are playing my song. I’m grateful for their support,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I’m so excited about my EP. We have recorded some excellent tracks so far.\" </p><cite> — C-Diva</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As ‘Broken’ gains traction, C-Diva is already on the\nverge of releasing her second single, ‘New Man In My Life’, that is set for release\nby the end of August.\n\nHowever, this is not her\nfirst attempt at a career in music. The entertainer, whose real name is Cassandra\nSmith, was part of a band called the Impressions in the 90s. Her time with the\nband was short-lived, as she got pregnant and put her career on hold to give birth\nto and raise her now 20-year-old daughter. She also has a 15-year-old daughter.\n\n\n\n</p>\n<!-- /wp:paragraph -->','After a long wait, C-Diva is now ready for the spotlight','','inherit','closed','closed','','1890-revision-v1','','','2019-08-12 15:50:31','2019-08-12 20:50:31','',1890,'https://buzz-caribbean.com/article/1890-revision-v1/',0,'revision','',0),(3168,14,'2019-08-12 15:51:56','2019-08-12 20:51:56','<!-- wp:paragraph -->\n<p>Spanish Town\'s lyrical powerhouse Koffee returns to the BUZZ music charts this week, with an impressive re-entry of her breakout 2018 hit single \'Toast\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Toast returns to claim the number 10 spot and marks </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to see who else made the cut in <strong>BUZZ\'s</strong> top ten charts this week? Check out our video below:  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/eNUuF_hxNYA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/eNUuF_hxNYA\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Top tracks listed are according to YouTube\'s weekly insights and cover the <strong><em>BUZZ</em></strong> charts for the week July 1 – July 8.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Join us next week same time, same place, as&nbsp;<strong><em>BUZZ</em></strong>&nbsp;keeps you abreast with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more!  </p>\n<!-- /wp:paragraph -->','Koffee, \'Toast\' return on BUZZ Music charts','','inherit','closed','closed','','1126-revision-v1','','','2019-08-12 15:51:56','2019-08-12 20:51:56','',1126,'https://buzz-caribbean.com/article/1126-revision-v1/',0,'revision','',0),(3169,9,'2019-08-12 15:52:55','2019-08-12 20:52:55','<!-- wp:image {\"id\":1891,\"width\":580,\"height\":386} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/C-Diva2-1024x682.jpg\" alt=\"\" class=\"wp-image-1891\" width=\"580\" height=\"386\" /><figcaption>C-Diva is excited about her upcoming EP. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Emerging recording artiste C-Diva says she is pleased with the public response to her single, <strong>Broken</strong>, that was released in March.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That response has given her the confidence, she\nsays, to enter the market again with an EP that is set for release by the end\nof the year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"I want to thank all the DJs around the world who are playing my song.\" </p><cite> — C-Diva</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I’m so excited about my EP. We have recorded some\nexcellent tracks so far,” said the artiste, who is signed to Inferno Camp\nRecords. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s going to be a fantastic project. My team,\nwhich consists of Richard Evans, Emelio Harris and Orlando Harris, has not\ndecided on a release date for the EP as yet, but we plan to put it out before\nthe end of the year.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1892} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cdiva4.jpg-new.jpg\" alt=\"\" class=\"wp-image-1892\" /><figcaption>C-Diva received a confidence boost after releasing her song, \'Broken\'. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A lot of her confidence has come from the response to <strong>Broken</strong>, which has received generous play on radio stations both locally and overseas, she claims.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This was my first release, and I’m pleased with\nthe response that it’s getting. I want to thank all the DJs around the world\nwho are playing my song. I’m grateful for their support,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I’m so excited about my EP. We have recorded some excellent tracks so far.\" </p><cite> — C-Diva</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As ‘Broken’ gains traction, C-Diva is already on the verge of releasing her second single, <strong>New Man In My Life</strong>, that is set for release by the end of August. However, this is not her first attempt at a career in music. The entertainer, whose real name is Cassandra Smith, was part of a band called the Impressions in the 90s. Her time with the band was short-lived, as she got pregnant and put her career on hold to give birth to and raise her now 20-year-old daughter. She also has a 15-year-old daughter. </p>\n<!-- /wp:paragraph -->','After a long wait, C-Diva is now ready for the spotlight','','inherit','closed','closed','','1890-revision-v1','','','2019-08-12 15:52:55','2019-08-12 20:52:55','',1890,'https://buzz-caribbean.com/article/1890-revision-v1/',0,'revision','',0),(3170,14,'2019-08-12 15:53:03','2019-08-12 20:53:03','','koffee-toast-buzzgrab-demo','','inherit','closed','closed','','koffee-toast-buzzgrab-demo','','','2019-08-12 15:53:03','2019-08-12 20:53:03','',1126,'https://buzz-caribbean.com/app/uploads/2019/08/koffee-toast-buzzgrab-demo.jpg',0,'attachment','image/jpeg',0),(3172,9,'2019-08-12 15:56:38','2019-08-12 20:56:38','<!-- wp:image {\"id\":1871} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bootlegrocstar-A-1024x846.jpg\" alt=\"\" class=\"wp-image-1871\" /><figcaption>Bootlegrocstar is on a mission to become the next big thing in fashion. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican creative Neko ‘Bootlegrocstar’ Kelly, 25, is a stylist, who has been navigating the fashion realm for more than five years. He is on a mission to become the next big thing globally and has been working tirelessly to achieve this dream.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Being able to live my dream of being a fashion stylist will always and forever be my biggest accomplishment.\" </p><cite> —  Bootlegrocstar </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“The goal\nis to style so many fashion magazine covers that I lose count. I want to send celebrities\non the Grammy and Oscars red carpets in the most eye-catching couture and\npieces, which will ultimately cement myself and work in popular culture,” Kelly\nsaid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1872} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/002-1024x682.jpeg\" alt=\"\" class=\"wp-image-1872\" /><figcaption>Bootlegrocstar adjusts Shanzi\'s outfit during a photoshoot. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kelly told<strong> BUZZ</strong> that he grew up in a fashionable family, so it was no surprise that he started his fashion journey in high school where he would style his neighbour and a close friend whenever they are attending events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My brand is unique and authentic because my brand is me. It’s a genuine unfiltered reflection of who I am.\"  </p><cite> — Bootlegrocstar </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>After leaving\nhigh school, he was a stylist assistant for a year, before branching off to\nbuild his brand, ‘Bootlegrocstar’. Already, he has styled international and\nlocal celebrities like Keke Palmer, Rita Ora, Masicka, Nadine Sutherland,\nKonshens and Tanya Stephens. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Being\nable to live my dream of being a fashion stylist will always and forever be my\nbiggest accomplishment. I never wanted anything as bad and as hard. It’s\nliterally a dream come true,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/004-1024x684.jpeg\" alt=\"\" class=\"wp-image-1873\" /><figcaption>Bootlegrocstar (left) \'irie\' collection was launched on August 1.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Known for dropping unexpected bombs on social media, Kelly is also the owner of a fashion line – Bootleg Rocstar Merch, through which he encourages subscribers to be bold, daring and shameless. On August 1, he launched a new collection that drew inspiration from the irie Jamaican culture.&nbsp;The collection has swimwear, hoodies, crop tops, bucket hats, T-shirts, shorts and socks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My brand\nis unique and authentic because my brand is me. It’s a genuine unfiltered\nreflection of who I am. It’s insanely creative, unapologetic, open-minded and\nfabulous. That’s who I am at my core. That’s my brand,” he said. </p>\n<!-- /wp:paragraph -->','Bootlegrocstar is on a fashion mission','','inherit','closed','closed','','1869-revision-v1','','','2019-08-12 15:56:38','2019-08-12 20:56:38','',1869,'https://buzz-caribbean.com/article/1869-revision-v1/',0,'revision','',0),(3173,14,'2019-08-12 15:56:42','2019-08-12 20:56:42','<!-- wp:image {\"id\":3170} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-toast-buzzgrab-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-3170\" /><figcaption>Fast-rising Reggae talent Koffee (Photo contributed, YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Spanish Town\'s lyrical powerhouse Koffee returns to the BUZZ music charts this week, with an impressive re-entry of her breakout 2018 hit single Toast.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Toast returns to claim the number 10 spot and marks one of three re-entries this week – to include, TeeJay\'s <strong>Owna Lane</strong> and Lil Nas X\'s smash country banger <strong>Old Town Road</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to see who else made the cut in <strong>BUZZ\'s</strong> top ten charts this week? Check out our video below:  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/eNUuF_hxNYA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/eNUuF_hxNYA\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Top tracks listed are according to YouTube\'s weekly insights and cover the <strong><em>BUZZ</em></strong> charts for the week July 1 – July 8.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Join us next week same time, same place, as&nbsp;<strong><em>BUZZ</em></strong>&nbsp;keeps you abreast with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more!  </p>\n<!-- /wp:paragraph -->','Koffee, \'Toast\' return on BUZZ Music charts','','inherit','closed','closed','','1126-revision-v1','','','2019-08-12 15:56:42','2019-08-12 20:56:42','',1126,'https://buzz-caribbean.com/article/1126-revision-v1/',0,'revision','',0),(3174,14,'2019-08-12 15:58:04','2019-08-12 20:58:04','<!-- wp:image {\"id\":1122} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/squash-vybz-kartel_beat_dem_bad-1024x576.jpg\" alt=\"\" class=\"wp-image-1122\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> Leader of the 6ix camp Squash stands uncontested atop the local YouTube scene as his smash hit single ‘Beat Dem Bad’ marks a third week as the number one song in Jamaica.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See who else made the <strong><em>BUZZ</em></strong> top ten YouTube charts this week in our video below: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/ZP8GQYZIUT4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/ZP8GQYZIUT4\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p> Top tracks listed are according to YouTube\'s weekly insights and covers the <em><strong>Buzz</strong></em> charts for week July 8 – July 15. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Join us next week same time, same place, as&nbsp;<strong><em>BUZZ</em></strong>&nbsp;keeps you abreast with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more! </p>\n<!-- /wp:paragraph -->','Vybz Kartel, Squash make \'three-peat\' on BUZZ music charts','','inherit','closed','closed','','1117-revision-v1','','','2019-08-12 15:58:04','2019-08-12 20:58:04','',1117,'https://buzz-caribbean.com/article/1117-revision-v1/',0,'revision','',0),(3178,9,'2019-08-12 15:59:17','2019-08-12 20:59:17','<!-- wp:image {\"id\":1871} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bootlegrocstar-A-1024x846.jpg\" alt=\"\" class=\"wp-image-1871\" /><figcaption>Bootlegrocstar is on a mission to become the next big thing in fashion. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican creative Neko ‘Bootlegrocstar’ Kelly, 25, is a stylist, who has been navigating the fashion realm for more than five years. He is on a mission to become the next big thing globally and has been working tirelessly to achieve this dream.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Being able to live my dream of being a fashion stylist will always and forever be my biggest accomplishment.\" </p><cite> —  Bootlegrocstar </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“The goal\nis to style so many fashion magazine covers that I lose count. I want to send celebrities\non the Grammy and Oscars red carpets in the most eye-catching couture and\npieces, which will ultimately cement myself and work in popular culture,” Kelly\nsaid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1872} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/002-1024x682.jpeg\" alt=\"\" class=\"wp-image-1872\" /><figcaption>Bootlegrocstar adjusts Shanzi\'s outfit during a photoshoot. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kelly told<strong> BUZZ</strong> that he grew up in a fashionable family, so it was no surprise that he started his fashion journey in high school where he would style his neighbour and a close friend whenever they are attending events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My brand is unique and authentic because my brand is me. It’s a genuine unfiltered reflection of who I am.\"  </p><cite> — Bootlegrocstar </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>After leaving\nhigh school, he was a stylist assistant for a year, before branching off to\nbuild his brand, ‘Bootlegrocstar’. Already, he has styled international and\nlocal celebrities like Keke Palmer, Rita Ora, Masicka, Nadine Sutherland,\nKonshens and Tanya Stephens. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Being\nable to live my dream of being a fashion stylist will always and forever be my\nbiggest accomplishment. I never wanted anything as bad and as hard. It’s\nliterally a dream come true,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/004-1024x684.jpeg\" alt=\"\" class=\"wp-image-1873\" /><figcaption>Bootlegrocstar\'s (left) \'irie\' collection was launched on August 1.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Known for dropping unexpected bombs on social media, Kelly is also the owner of a fashion line – Bootleg Rocstar Merch, through which he encourages subscribers to be bold, daring and shameless. On August 1, he launched a new collection that drew inspiration from the irie Jamaican culture.&nbsp;The collection has swimwear, hoodies, crop tops, bucket hats, T-shirts, shorts and socks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My brand\nis unique and authentic because my brand is me. It’s a genuine unfiltered\nreflection of who I am. It’s insanely creative, unapologetic, open-minded and\nfabulous. That’s who I am at my core. That’s my brand,” he said. </p>\n<!-- /wp:paragraph -->','Bootlegrocstar is on a fashion mission','','inherit','closed','closed','','1869-revision-v1','','','2019-08-12 15:59:17','2019-08-12 20:59:17','',1869,'https://buzz-caribbean.com/article/1869-revision-v1/',0,'revision','',0),(3180,9,'2019-08-12 16:00:06','2019-08-12 21:00:06','<!-- wp:image {\"id\":1839} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chrissy-legend.jpg\" alt=\"\" class=\"wp-image-1839\" /><figcaption>Chrissy Tiegen says she is looking forward to having another baby. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Chrissy Teigen wants another baby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 33-year-old model already has three-year-old Luna and 14-month-old Miles with her husband, John Legend. However, she says there\'s room for one more in their family.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Gonna try to wait a few years before attempting again. These guys are exhausting!\" </p><cite> — Chrissy Teigen </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>When the Sports Illustrated Swimsuit model posted a picture of her brood on Instagram, one fan commented: \"I think you can fit one more little one on the end,\" and Chrissy said she was keen to do just that - though not for a few more years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She responded: \"Gonna try to wait a few years before attempting again. These guys are exhausting!\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, her current view on a third child differs from the comments she made in 2018 when she was still pregnant with Miles, as she said she didn\'t want to be pregnant throughout her 30s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said at the time: \"I think I do want to have another baby after this and then get hot. ... I just want to [have] babies, back to back to back, but then I think maybe I want to have my 30s, really live in my 30s and not just be pregnant throughout them.” </p>\n<!-- /wp:paragraph -->','Chrissy Teigen wants a third  baby with John Legend','','inherit','closed','closed','','1836-revision-v1','','','2019-08-12 16:00:06','2019-08-12 21:00:06','',1836,'https://buzz-caribbean.com/article/1836-revision-v1/',0,'revision','',0),(3181,14,'2019-08-12 16:00:25','2019-08-12 21:00:25','','Trench Town Ceramic Buzz 7','','inherit','closed','closed','','trench-town-ceramic-buzz-7','','','2019-08-12 16:00:25','2019-08-12 21:00:25','',1531,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-7.jpg',0,'attachment','image/jpeg',0),(3182,9,'2019-08-12 16:00:35','2019-08-12 21:00:35','<!-- wp:image {\"id\":1828} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/samardo-samuelsA-1024x743.jpg\" alt=\"\" class=\"wp-image-1828\" /><figcaption> Basketball star Samardo Samuels was recently spotted in his hometown, Falmouth. <br>(Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica-born basketball star Samardo Samuels is back in the US playing basketball. However, it’s not the NBA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The former Cleveland Cavaliers player is now part of the Big3 league, which was co-founded by hip hop royalty Ice Cube. Samuels is now contracted to the inaugural winners of the league – Trilogy, and he is expected to make an impact in the half-court league that is gaining popularity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1833} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IceCube-e1535129885106-1000x675.jpg\" alt=\"\" class=\"wp-image-1833\" /><figcaption>Ice Cube is the co-founder of the Big3 league, which Samardo Samuels is now part of. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Samuels recently played for French club Limoges where he led them to the playoffs, but they were eliminated. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The basketballer noted that he is ready for the challenges in the Big3 league, and he knows he can do well. As part of the Trilogy, he will play for head coach, former NBA star Kenyon Martin, who he also played against during his time in the NBA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Samuels was recently spotted in his hometown, Falmouth, Trelawny, where he informed <strong>BUZZ</strong> that he was on vacation. The former Mucshett High School stand-out said that he also got the chance to enjoy Reggae Sumfest while he was in Jamaica.</p>\n<!-- /wp:paragraph -->','Jamaican basketball star joins Ice Cube\'s Big3 league','','inherit','closed','closed','','1822-revision-v1','','','2019-08-12 16:00:35','2019-08-12 21:00:35','',1822,'https://buzz-caribbean.com/article/1822-revision-v1/',0,'revision','',0),(3183,14,'2019-08-12 16:01:52','2019-08-12 21:01:52','<!-- wp:image {\"id\":1122} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/squash-vybz-kartel_beat_dem_bad-1024x576.jpg\" alt=\"\" class=\"wp-image-1122\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> Leader of the 6ix camp Squash stands uncontested atop the local YouTube scene as his smash hit single ‘Beat Dem Bad’ marks a third week as the number one song in Jamaica.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Curious to see who else made the <strong>BUZZ</strong> top ten charts this week? Check if your fav made the cut in our video below: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/ZP8GQYZIUT4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/ZP8GQYZIUT4\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Top tracks listed are according to YouTube\'s weekly insights and covers the <strong>BUZZ</strong> charts for week July 8 – July 15. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Join us next week same time, same place, as <strong>BUZZ</strong> keeps you abreast with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more! </p>\n<!-- /wp:paragraph -->','Squash seals \'three-peat\' on BUZZ Music charts','','inherit','closed','closed','','1117-revision-v1','','','2019-08-12 16:01:52','2019-08-12 21:01:52','',1117,'https://buzz-caribbean.com/article/1117-revision-v1/',0,'revision','',0),(3184,9,'2019-08-12 16:02:03','2019-08-12 21:02:03','<!-- wp:image {\"id\":1793} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/curvy-diva-bunx-1024x683.jpg\" alt=\"\" class=\"wp-image-1793\" /><figcaption>Curvy Diva says she prefers to deliver quality songs than to release a lot of songs. <br>(Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With an EP on the way, Yanique ‘Curvy Diva’ Barrett is giving fans a taste of what to expect from her upcoming project with a song called<strong> Bunx Pon It</strong>, featuring Demarco. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before the song was even released in late July, it\nwas sent to a few selectors who predicted that it might be another popular song\nfor the Curvy Diva. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I don\'t rush the process because I prefer to release quality songs than quantity. Demarco is known for quality, so when I got the invite to come to<br> Atlanta to record with him, I didn\'t hesitate. I enjoyed making this song,<br> and I\'m sure the ladies, especially, will enjoy ‘bunxing’ to it too,\" she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"A lot of persons have been asking if I can deliver another hit, and if I\'m serious about music.\"</p><cite> — Curvy Diva</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>However,<strong> Bunx Pon It</strong> is just one of the songs on her upcoming EP, <strong>Under-Estimated</strong>, which includes collaborations with Kranium and Gage.<br>  <br>\"My career has been a surprise to a lot of people, unexpected even for me. Recently, a lot of persons have been asking if I can deliver another hit and if I\'m serious about music. With this project, I answer those questions and confirm to fans around the world that they should constantly expect the unexpected from me,\" Curvy Diva said. The music video for ‘Bunx Pon It’ will be released in August. <br><br></p>\n<!-- /wp:paragraph -->','Curvy Diva to answer questions with new EP','','inherit','closed','closed','','1788-revision-v1','','','2019-08-12 16:02:03','2019-08-12 21:02:03','',1788,'https://buzz-caribbean.com/article/1788-revision-v1/',0,'revision','',0),(3185,9,'2019-08-12 16:02:59','2019-08-12 21:02:59','<!-- wp:image {\"id\":1717} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/zendaya.jpg\" alt=\"\" class=\"wp-image-1717\" /><figcaption>Zendaya says she is happy her work was received with an open heart. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Zendaya thanked her fans for \"receiving her work with an open heart\" after the season finale of <strong>Euphoria</strong> aired.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 22-year-old actress - who plays Rue in the HBO drama - posted a lengthy message on social media as the first season aired its final eighth episode on August 4.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I\'m so grateful for this show.\"</p><cite> — Zendaya </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She wrote on Instagram: \"I have a lot to say, and I don\'t know how to get it out, or even process these last eight weeks, but I\'ll try. I\'m so grateful for this show. For the beautiful family I\'ve gained from it, for the self-discovery and purpose I\'ve found in it, and the people that we\'ve been able to connect with and speak to through it. We spent months, hard months, pouring ourselves into something we love, and it was an honour to have done so beside so many insanely talented, extraordinary people.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She also thanked the cast and other members of the crew, who “inspired me and pushed me to be better every day.”<br><br></p>\n<!-- /wp:paragraph -->','Zendaya thanks fans after Euphoria airs season finale','','inherit','closed','closed','','1715-revision-v1','','','2019-08-12 16:02:59','2019-08-12 21:02:59','',1715,'https://buzz-caribbean.com/article/1715-revision-v1/',0,'revision','',0),(3186,11,'2019-08-12 16:03:00','2019-08-12 21:03:00','<!-- wp:paragraph -->\n<p>A rastaman is smiling somewhere and probably saying something like- ‘a long time the rasta did a tell yuh seh ital is vital’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You probably scoffed at that advice 10 years earlier but now it is all about peas, beans and a wholesome lifestyle.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  ‘A long time the rasta did a tell yuh seh ital is vital’ </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>We now happily turn up our noses at the once very delicious stew pork - after all, ‘weh pork ago?’ Instead, it is all about faux meat, no cheese and other plant-based goodies. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like everywhere else in the world, Kingston, Jamaica is into the well-hyped vegan lifestyle and <strong>BUZZ</strong> is sharing five spots in Kingston that are ideal for vegans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did we mention they’re all taste approved by our Editorial staff? Well, they are!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>New Leaf Vegetarian&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It\'s been at its 121 Hope Road <a href=\"https://www.google.com/maps/dir/18.0068352,-76.791808/New+Leaf+Vegetarian/@18.0139044,-76.7965478,14z/data=!3m1!4b1!4m9!4m8!1m1!4e1!1m5!1m1!1s0x8edb3ee3161deec5:0x4524f418393d3ac0!2m2!1d-76.766831!2d18.020528\">location</a> for what feels like forever - and long before the vegan craze hit Kingston Harbour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3137} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pinto-Bean-and-Avocado-Wrap-1024x683.jpg\" alt=\"\" class=\"wp-image-3137\" /><figcaption>New Leaf Vegetarian\'s Pinto Bean and Avocado Wrap (Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This spot opens an hour before lunchtime and boasts sumptuous vegetarian goodies.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bean burgers, stir-frys, soups and delightful vegan pastries are just some of New Leaf Vegetarians offerings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Plus they are known for their speedy delivery and&nbsp;friendly customer service.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Take a dive into foodie land with these Thursday offerings from New Leaf Vegetarian in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3139,3140,3141,3142]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Blueberry-Smoothie-with-coconut-milk-1024x683.jpg\" alt=\"\" data-id=\"3139\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/blueberry-smoothie-with-coconut-milk/\" class=\"wp-image-3139\" /><figcaption>Pinto bean wrap served and a refreshing blueberry smoothie with coconut milk</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Homestyle-lentil-stew-with-brown-rice-and-plantain-1024x683.jpg\" alt=\"\" data-id=\"3140\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/homestyle-lentil-stew-with-brown-rice-and-plantain/\" class=\"wp-image-3140\" /><figcaption>Homestyle lentil stew with brown rice and plantain</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tofu-fried-rice-with-steamed-vegetables-and-plantain-1024x683.jpg\" alt=\"\" data-id=\"3141\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/tofu-fried-rice-with-steamed-vegetables-and-plantain/\" class=\"wp-image-3141\" /><figcaption>Tofu fried rice with steamed vegetables and plantain</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-falafel-1024x683.jpg\" alt=\"\" data-id=\"3142\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/vegan-falafel/\" class=\"wp-image-3142\" /><figcaption>Vegan falafel</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Kushites</strong>&nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What’s Gado Gado?&nbsp; Have you ever eaten vegan steak?&nbsp; What about sorell cheesecake?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Those are&nbsp;just some of the items available on Kushites’ menu, which changes approximately every three months.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3063} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/West-African-Gumbo-Kushites.jpg\" alt=\"\" class=\"wp-image-3063\" /><figcaption>West African Gumbo: Tomato and okra stew with seafood, calaloo stuffed yam balls, whole roasted plantain in harissa sauce. (Photos: Instagram - @ kushitesvegetablecuisine)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What’s more, if you are into Dr Sebi they also offer meal items exclusively for the alkaline diet.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Appropriately <a href=\"https://www.google.com/maps/@18.0065948,-76.7945134,15z\">located</a> inside Eden Gardens Wellness Resort &amp; Spa, <a href=\"https://www.instagram.com/kushitesvegetablecuisine/\">Kushites </a>is vegan dining at its finest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Gallery below with highlights of some of their customer favourites.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"3065\",\"3066\",\"3068\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Breadfruit-salsa-Kushites.jpg\" alt=\"\" data-id=\"3065\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/breadfruit-salsa-kushites/\" class=\"wp-image-3065\" /><figcaption>Breadfruit salsa </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jerked-Chayote-and-quinoa-Kushites.jpg\" alt=\"\" data-id=\"3066\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/jerked-chayote-and-quinoa-kushites/\" class=\"wp-image-3066\" /><figcaption>Jerked Chayote and quinoa </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-Passion-Fruit-Ice-Cream-Kushites.jpg\" alt=\"\" data-id=\"3068\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/vegan-passion-fruit-ice-cream-kushites/\" class=\"wp-image-3068\" /><figcaption>Vegan Passion Fruit Ice Cream</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The place looks spectacular with stunning golden rococo-style furnishings, which makes it the perfect spot to bring someone you are trying to impress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Mi Hungry&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is the ital food spot that is a hit among local vegans - Jamaican vegans love Mi Hungry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3077} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-Burger-Mi-Hungry.jpg\" alt=\"\" class=\"wp-image-3077\" /><figcaption>Vegan burger (Photos: Instagram - @mihungrynow)<br><br> </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Opening at an impressive 8:00 am each morning, Mi Hungry serves up a wide range of vegan dishes and plenty of freshly squeezed and cold press juices from sun up til well into the evening, closing just before midnight. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.google.com/maps/place/Market+Place/@18.0221141,-76.7992455,17z/data=!3m1!4b1!4m8!1m2!2m1!1sMarketplace!3m4!1s0x8edb3e4c788c1fcb:0xfddcf4d0c974b9e2!8m2!3d18.022109!4d-76.7970568\">Tucked away</a> inside the food mecca that is Marketplace, what makes Mi Hungry unique is that nothing there is cooked - they offer what they call  ‘live’ food. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Can you believe it? They offer pizzas, burgers and pastas and none of it has touched a stove!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See some of their delectable dishes in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"3079\",\"3080\",\"3081\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Mi-Hungry-Vegan-Dish.jpg\" alt=\"\" data-id=\"3079\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/mi-hungry-vegan-dish/\" class=\"wp-image-3079\" /><figcaption>Vegetable Pizza</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rap-Raw_Seaweed-broccoli-avocado-tomato-and-ackee-Mi-Hungry.jpg\" alt=\"\" data-id=\"3080\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/rap-raw_seaweed-broccoli-avocado-tomato-and-ackee-mi-hungry/\" class=\"wp-image-3080\" /><figcaption>Raw Wrap: Seaweed, broccoli, avocado, tomato and ackee</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Savory-pie-ackeeplantain-with-black-olives-tomatoes-Mi-Hungry.jpg\" alt=\"\" data-id=\"3081\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/savory-pie-ackeeplantain-with-black-olives-tomatoes-mi-hungry/\" class=\"wp-image-3081\" /><figcaption>Savory pie: Ackee &amp; plantain with black olives and  tomatoes</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>How they do it? It is a variety of spicing and dehydration techniques.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This spot boasts not only a unique food preparation style but is always buzzing with an ital vibe and lively banter about natural life and black consciousness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a spot to not only nourish your body but nourish your mind and it is one of the most affordable natural eateries in town.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did we mention that they also have a <a href=\"https://www.google.com/maps/place/Mi+Hungry+Whol\'+Some+Food/@18.4059561,-77.1096176,17z/data=!3m1!4b1!4m5!3m4!1s0x8edafe794e405c2b:0xa6184b4dd678039d!8m2!3d18.405951!4d-77.1074289\">location</a> in Ocho Rios?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>The Cheffing Don&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you love a great bean stew - then The Cheffing Don is your place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The hit item on this menu is their three-bean stew, which is available on Wednesdays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, they have other equally delicious plant-based meal items that are ideal for vegans or those hoping to cross over.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3102} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-lentil-stew-pastafari-sautéed-ackee-steamed-veggies-greatness-salad-and-green-pressed-plantain.jpg\" alt=\"\" class=\"wp-image-3102\" /><figcaption>The Cheffingg Don\'s lentil stew, pastafari, sautéed ackee, steamed veggies, greatness salad, and green pressed plantains (Photos: Instagram - @thecheffingdoncatering)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Priding themselves on utilizing local and organic foods, The Cheffing Don has an ital vibe evident in the serving up of their delicately designed food masterpieces inside a calabash. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Feast your eyes on some of their menu items in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3116,3106,3107]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Dons-Plant-based-meal-served-in-customary-calabash-with-bamboo-spork.jpg\" alt=\"\" data-id=\"3116\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/the-cheffing-dons-plant-based-meal-served-in-customary-calabash-with-bamboo-spork/\" class=\"wp-image-3116\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-Combination-Menu-Item.jpg\" alt=\"\" data-id=\"3106\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/the-cheffing-don-combination-menu-item/\" class=\"wp-image-3106\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-sautéed-ackee-greatness-salad-curried-chickpeas-veggie-fried-rice-pumpkin-takari-and-steam-veggies.jpg\" alt=\"\" data-id=\"3107\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/the-cheffing-don-sauteed-ackee-greatness-salad-curried-chickpeas-veggie-fried-rice-pumpkin-takari-and-steam-veggies/\" class=\"wp-image-3107\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>With plenty of greenery and outdoor seating, this place is an ideal spot to grab something nutritious to eat while getting in tune with nature.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Veggie Campus&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Nestled into Skibo Avenue, Veggie Campus is a stone\'s throw away from the prestigious Holy Childhood High School.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While Veggie Campus is take-out only, this spot boasts plenty of fun and lively dishes that makes picking up the phone to order or sending the text a breeze.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3122} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Campus-Veggie-Ball-Sub.jpg\" alt=\"\" class=\"wp-image-3122\" /><figcaption>Veggie Campus\' Veggie Ball Sub (Photos: Instagram - @veggiecampusja)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Boasting signature specials like their green plantain lasagna, which uses green plantains as sheets of pasta, stuffed with spiced lentils and creamy cashew cheese - Veggie Campus has the type of variety that makes you wonder why you ever thought veganhood was difficult. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Delve into some of their tasty dishes in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3128,3129,3130]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Caampus-Ackee-Quesadilla.jpg\" alt=\"\" data-id=\"3128\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/veggie-caampus-ackee-quesadilla/\" class=\"wp-image-3128\" /><figcaption>Veggie Caampus\' Ackee Quesadilla</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Campus-Ackee-Wrap.jpg\" alt=\"\" data-id=\"3129\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/veggie-campus-ackee-wrap/\" class=\"wp-image-3129\" /><figcaption>Veggie Campus\' Ackee Wrap</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Campus-Turn-breadfruit-and-ackee-with-butter-beans.jpg\" alt=\"\" data-id=\"3130\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/veggie-campus-turn-breadfruit-and-ackee-with-butter-beans/\" class=\"wp-image-3130\" /><figcaption>Veggie Campus\' Turn-breadfruit and ackee with butter beans </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Did we mention their bbq cauliflower- you’ll never miss the taste of bbq chicken wings again.&nbsp;</p>\n<!-- /wp:paragraph -->','5 Go-to spots for vegans in Kingston','','inherit','closed','closed','','116-revision-v1','','','2019-08-12 16:03:00','2019-08-12 21:03:00','',116,'https://buzz-caribbean.com/article/116-revision-v1/',0,'revision','',0),(3188,9,'2019-08-12 16:03:50','2019-08-12 21:03:50','<!-- wp:image {\"id\":1700} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/britney-spears-bae.jpg\" alt=\"\" class=\"wp-image-1700\" /><figcaption>Britney Spears (right) and boyfriend, Sam Asghari.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Britney Spears has gushed over her \"hot\" boyfriend Sam Asghari.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Piece of Me</strong> hitmaker says she feels very lucky to be waking up to the personal trainer every morning, as he showed off his cooking skills.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the video posted to Instagram, she said: \"I can\'t believe I wake up every morning to this man ... Not only is my boyfriend really hot, he\'s probably like the best chef in the world. He\'s showing off right now.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Britney\'s relationship with Sam has gone from strength to strength as of late after the duo met on the set of her \'Slumber Party\' video.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Not only is my boyfriend really hot, he\'s probably like the best chef in the world.\"</p><cite> — Britney Spears</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Explaining how they first met, she shared: \"We were doing the scene where I was doing the walk scene through the hall to go through the door to go to the bedroom, and we were sitting there and waiting and waiting together for like 20 minutes at a time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We were having to be literally stuck there together, so we were basically forced to talk to each other ... I kept his number, and it was so weird - it was like five months later, and I found his number in my bag. I was like: \'He is really cute. This guy is really cute.\' So, then I called him, and ever since then ... He is just a really fun, funny person.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Britney previously confessed Sam inspires her to be better and makes her feel \"like the luckiest girl in the world\".<br><br></p>\n<!-- /wp:paragraph -->','Britney Spears is happy to wake up with \'hot\' boyfriend','','inherit','closed','closed','','1695-revision-v1','','','2019-08-12 16:03:50','2019-08-12 21:03:50','',1695,'https://buzz-caribbean.com/article/1695-revision-v1/',0,'revision','',0),(3189,9,'2019-08-12 16:04:58','2019-08-12 21:04:58','<!-- wp:image {\"id\":1678} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Summerset-B-1024x679.jpg\" alt=\"\" class=\"wp-image-1678\" /><figcaption>The entrance of the Summerset Resort in Negril. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Imagine a resort of several acres being run solely by undergraduate tourism students. This has been the case at the Summerset Resort and Hotel Training School in West End, Negril, Westmoreland, for almost a year.“They serve real guests. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Students from the Western Hospitality Institute have been operating the Summerset Resort since September 2018, holding various positions – from general manager to line staff. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1679} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/resort-summerset-CCC-1024x679.jpg\" alt=\"\" class=\"wp-image-1679\" /><figcaption>The tourism students hold various positions at the resort - from general manager to line staff. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“They serve real guests. There are guests who are checking into the hotel,” said Eladio Vassel, who is general manager of the Western Hospitality Institute’s Negril Campus.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1680} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/resort-summerset-BB-1024x679.jpg\" alt=\"\" class=\"wp-image-1680\" /><figcaption>The typical bed that welcomes guests who book rooms at the resort. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The property has a swimming pool, a stage for nightly entertainment events and six two-bedroom cottages. Each room has basic amenities, including a kitchen. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The property also houses a wooden cabin with a loft and a duplex that can accommodate up to nine persons. There is also a conference room that can host up to 200 persons, theatre-style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1681} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Summerset-cotage-1024x679.jpg\" alt=\"\" class=\"wp-image-1681\" /><figcaption>One of the six two-bedroom cottages at the resort. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Summerset room rates are a standard US$80 per room for double occupancy. Children under 12 years old can stay at the hotel free of cost, but there is an additional US$40 charge for persons over 12 years old. This rate covers breakfast, lunch and dinner.</p>\n<!-- /wp:paragraph -->','Tourism students run Negril hotel','','inherit','closed','closed','','1672-revision-v1','','','2019-08-12 16:04:58','2019-08-12 21:04:58','',1672,'https://buzz-caribbean.com/article/1672-revision-v1/',0,'revision','',0),(3190,9,'2019-08-12 16:05:26','2019-08-12 21:05:26','<!-- wp:image {\"id\":1678} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Summerset-B-1024x679.jpg\" alt=\"\" class=\"wp-image-1678\" /><figcaption>The entrance of the Summerset Resort in Negril. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Imagine a resort of several acres being run solely by undergraduate tourism students. This has been the case at the Summerset Resort and Hotel Training School in West End, Negril, Westmoreland, for almost a year.“They serve real guests. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Students from the Western Hospitality Institute have been operating the Summerset Resort since September 2018, holding various positions – from general manager to line staff. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1679} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/resort-summerset-CCC-1024x679.jpg\" alt=\"\" class=\"wp-image-1679\" /><figcaption>The tourism students hold various positions at the resort - from general manager to line staff. (Photos: Contributed) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“They serve real guests. There are guests who are checking into the hotel,” said Eladio Vassel, who is general manager of the Western Hospitality Institute’s Negril Campus.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1680} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/resort-summerset-BB-1024x679.jpg\" alt=\"\" class=\"wp-image-1680\" /><figcaption>The typical bed that welcomes guests who book rooms at the resort. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The property has a swimming pool, a stage for nightly entertainment events and six two-bedroom cottages. Each room has basic amenities, including a kitchen. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The property also houses a wooden cabin with a loft and a duplex that can accommodate up to nine persons. There is also a conference room that can host up to 200 persons, theatre-style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1681} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Summerset-cotage-1024x679.jpg\" alt=\"\" class=\"wp-image-1681\" /><figcaption>One of the six two-bedroom cottages at the resort. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Summerset room rates are a standard US$80 per room for double occupancy. Children under 12 years old can stay at the hotel free of cost, but there is an additional US$40 charge for persons over 12 years old. This rate covers breakfast, lunch and dinner.</p>\n<!-- /wp:paragraph -->','Tourism students run Negril hotel','','inherit','closed','closed','','1672-revision-v1','','','2019-08-12 16:05:26','2019-08-12 21:05:26','',1672,'https://buzz-caribbean.com/article/1672-revision-v1/',0,'revision','',0),(3191,11,'2019-08-12 16:06:05','2019-08-12 21:06:05','','West-African-Gumbo-Kushites-1','','inherit','closed','closed','','west-african-gumbo-kushites-1','','','2019-08-12 16:06:05','2019-08-12 21:06:05','',116,'https://buzz-caribbean.com/app/uploads/2019/08/West-African-Gumbo-Kushites-1.jpg',0,'attachment','image/jpeg',0),(3192,11,'2019-08-12 16:06:11','2019-08-12 21:06:11','<!-- wp:paragraph -->\n<p>A rastaman is smiling somewhere and probably saying something like- ‘a long time the rasta did a tell yuh seh ital is vital’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You probably scoffed at that advice 10 years earlier but now it is all about peas, beans and a wholesome lifestyle.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  ‘A long time the rasta did a tell yuh seh ital is vital’ </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>We now happily turn up our noses at the once very delicious stew pork - after all, ‘weh pork ago?’ Instead, it is all about faux meat, no cheese and other plant-based goodies. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like everywhere else in the world, Kingston, Jamaica is into the well-hyped vegan lifestyle and <strong>BUZZ</strong> is sharing five spots in Kingston that are ideal for vegans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did we mention they’re all taste approved by our Editorial staff? Well, they are!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>New Leaf Vegetarian&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It\'s been at its 121 Hope Road <a href=\"https://www.google.com/maps/dir/18.0068352,-76.791808/New+Leaf+Vegetarian/@18.0139044,-76.7965478,14z/data=!3m1!4b1!4m9!4m8!1m1!4e1!1m5!1m1!1s0x8edb3ee3161deec5:0x4524f418393d3ac0!2m2!1d-76.766831!2d18.020528\">location</a> for what feels like forever - and long before the vegan craze hit Kingston Harbour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3137} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pinto-Bean-and-Avocado-Wrap-1024x683.jpg\" alt=\"\" class=\"wp-image-3137\" /><figcaption>New Leaf Vegetarian\'s Pinto Bean and Avocado Wrap (Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This spot opens an hour before lunchtime and boasts sumptuous vegetarian goodies.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bean burgers, stir-frys, soups and delightful vegan pastries are just some of New Leaf Vegetarians offerings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Plus they are known for their speedy delivery and&nbsp;friendly customer service.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Take a dive into foodie land with these Thursday offerings from New Leaf Vegetarian in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3139,3140,3141,3142]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Blueberry-Smoothie-with-coconut-milk-1024x683.jpg\" alt=\"\" data-id=\"3139\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/blueberry-smoothie-with-coconut-milk/\" class=\"wp-image-3139\" /><figcaption>Pinto bean wrap served and a refreshing blueberry smoothie with coconut milk</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Homestyle-lentil-stew-with-brown-rice-and-plantain-1024x683.jpg\" alt=\"\" data-id=\"3140\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/homestyle-lentil-stew-with-brown-rice-and-plantain/\" class=\"wp-image-3140\" /><figcaption>Homestyle lentil stew with brown rice and plantain</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tofu-fried-rice-with-steamed-vegetables-and-plantain-1024x683.jpg\" alt=\"\" data-id=\"3141\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/tofu-fried-rice-with-steamed-vegetables-and-plantain/\" class=\"wp-image-3141\" /><figcaption>Tofu fried rice with steamed vegetables and plantain</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-falafel-1024x683.jpg\" alt=\"\" data-id=\"3142\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/vegan-falafel/\" class=\"wp-image-3142\" /><figcaption>Vegan falafel</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Kushites</strong>&nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What’s Gado Gado?&nbsp; Have you ever eaten vegan steak?&nbsp; What about sorell cheesecake?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Those are&nbsp;just some of the items available on Kushites’ menu, which changes approximately every three months.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3191} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/West-African-Gumbo-Kushites-1.jpg\" alt=\"\" class=\"wp-image-3191\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What’s more, if you are into Dr Sebi they also offer meal items exclusively for the alkaline diet.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Appropriately <a href=\"https://www.google.com/maps/@18.0065948,-76.7945134,15z\">located</a> inside Eden Gardens Wellness Resort &amp; Spa, <a href=\"https://www.instagram.com/kushitesvegetablecuisine/\">Kushites </a>is vegan dining at its finest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Gallery below with highlights of some of their customer favourites.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"3065\",\"3066\",\"3068\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Breadfruit-salsa-Kushites.jpg\" alt=\"\" data-id=\"3065\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/breadfruit-salsa-kushites/\" class=\"wp-image-3065\" /><figcaption>Breadfruit salsa </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jerked-Chayote-and-quinoa-Kushites.jpg\" alt=\"\" data-id=\"3066\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/jerked-chayote-and-quinoa-kushites/\" class=\"wp-image-3066\" /><figcaption>Jerked Chayote and quinoa </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-Passion-Fruit-Ice-Cream-Kushites.jpg\" alt=\"\" data-id=\"3068\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/vegan-passion-fruit-ice-cream-kushites/\" class=\"wp-image-3068\" /><figcaption>Vegan Passion Fruit Ice Cream</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The place looks spectacular with stunning golden rococo-style furnishings, which makes it the perfect spot to bring someone you are trying to impress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Mi Hungry&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is the ital food spot that is a hit among local vegans - Jamaican vegans love Mi Hungry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3077} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-Burger-Mi-Hungry.jpg\" alt=\"\" class=\"wp-image-3077\" /><figcaption>Vegan burger (Photos: Instagram - @mihungrynow)<br><br> </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Opening at an impressive 8:00 am each morning, Mi Hungry serves up a wide range of vegan dishes and plenty of freshly squeezed and cold press juices from sun up til well into the evening, closing just before midnight. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.google.com/maps/place/Market+Place/@18.0221141,-76.7992455,17z/data=!3m1!4b1!4m8!1m2!2m1!1sMarketplace!3m4!1s0x8edb3e4c788c1fcb:0xfddcf4d0c974b9e2!8m2!3d18.022109!4d-76.7970568\">Tucked away</a> inside the food mecca that is Marketplace, what makes Mi Hungry unique is that nothing there is cooked - they offer what they call  ‘live’ food. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Can you believe it? They offer pizzas, burgers and pastas and none of it has touched a stove!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See some of their delectable dishes in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"3079\",\"3080\",\"3081\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Mi-Hungry-Vegan-Dish.jpg\" alt=\"\" data-id=\"3079\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/mi-hungry-vegan-dish/\" class=\"wp-image-3079\" /><figcaption>Vegetable Pizza</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rap-Raw_Seaweed-broccoli-avocado-tomato-and-ackee-Mi-Hungry.jpg\" alt=\"\" data-id=\"3080\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/rap-raw_seaweed-broccoli-avocado-tomato-and-ackee-mi-hungry/\" class=\"wp-image-3080\" /><figcaption>Raw Wrap: Seaweed, broccoli, avocado, tomato and ackee</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Savory-pie-ackeeplantain-with-black-olives-tomatoes-Mi-Hungry.jpg\" alt=\"\" data-id=\"3081\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/savory-pie-ackeeplantain-with-black-olives-tomatoes-mi-hungry/\" class=\"wp-image-3081\" /><figcaption>Savory pie: Ackee &amp; plantain with black olives and  tomatoes</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>How they do it? It is a variety of spicing and dehydration techniques.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This spot boasts not only a unique food preparation style but is always buzzing with an ital vibe and lively banter about natural life and black consciousness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a spot to not only nourish your body but nourish your mind and it is one of the most affordable natural eateries in town.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did we mention that they also have a <a href=\"https://www.google.com/maps/place/Mi+Hungry+Whol\'+Some+Food/@18.4059561,-77.1096176,17z/data=!3m1!4b1!4m5!3m4!1s0x8edafe794e405c2b:0xa6184b4dd678039d!8m2!3d18.405951!4d-77.1074289\">location</a> in Ocho Rios?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>The Cheffing Don&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you love a great bean stew - then The Cheffing Don is your place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The hit item on this menu is their three-bean stew, which is available on Wednesdays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, they have other equally delicious plant-based meal items that are ideal for vegans or those hoping to cross over.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3102} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-lentil-stew-pastafari-sautéed-ackee-steamed-veggies-greatness-salad-and-green-pressed-plantain.jpg\" alt=\"\" class=\"wp-image-3102\" /><figcaption>The Cheffingg Don\'s lentil stew, pastafari, sautéed ackee, steamed veggies, greatness salad, and green pressed plantains (Photos: Instagram - @thecheffingdoncatering)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Priding themselves on utilizing local and organic foods, The Cheffing Don has an ital vibe evident in the serving up of their delicately designed food masterpieces inside a calabash. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Feast your eyes on some of their menu items in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3116,3106,3107]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Dons-Plant-based-meal-served-in-customary-calabash-with-bamboo-spork.jpg\" alt=\"\" data-id=\"3116\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/the-cheffing-dons-plant-based-meal-served-in-customary-calabash-with-bamboo-spork/\" class=\"wp-image-3116\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-Combination-Menu-Item.jpg\" alt=\"\" data-id=\"3106\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/the-cheffing-don-combination-menu-item/\" class=\"wp-image-3106\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-sautéed-ackee-greatness-salad-curried-chickpeas-veggie-fried-rice-pumpkin-takari-and-steam-veggies.jpg\" alt=\"\" data-id=\"3107\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/the-cheffing-don-sauteed-ackee-greatness-salad-curried-chickpeas-veggie-fried-rice-pumpkin-takari-and-steam-veggies/\" class=\"wp-image-3107\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>With plenty of greenery and outdoor seating, this place is an ideal spot to grab something nutritious to eat while getting in tune with nature.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Veggie Campus&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Nestled into Skibo Avenue, Veggie Campus is a stone\'s throw away from the prestigious Holy Childhood High School.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While Veggie Campus is take-out only, this spot boasts plenty of fun and lively dishes that makes picking up the phone to order or sending the text a breeze.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3122} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Campus-Veggie-Ball-Sub.jpg\" alt=\"\" class=\"wp-image-3122\" /><figcaption>Veggie Campus\' Veggie Ball Sub (Photos: Instagram - @veggiecampusja)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Boasting signature specials like their green plantain lasagna, which uses green plantains as sheets of pasta, stuffed with spiced lentils and creamy cashew cheese - Veggie Campus has the type of variety that makes you wonder why you ever thought veganhood was difficult. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Delve into some of their tasty dishes in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3128,3129,3130]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Caampus-Ackee-Quesadilla.jpg\" alt=\"\" data-id=\"3128\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/veggie-caampus-ackee-quesadilla/\" class=\"wp-image-3128\" /><figcaption>Veggie Caampus\' Ackee Quesadilla</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Campus-Ackee-Wrap.jpg\" alt=\"\" data-id=\"3129\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/veggie-campus-ackee-wrap/\" class=\"wp-image-3129\" /><figcaption>Veggie Campus\' Ackee Wrap</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Campus-Turn-breadfruit-and-ackee-with-butter-beans.jpg\" alt=\"\" data-id=\"3130\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/veggie-campus-turn-breadfruit-and-ackee-with-butter-beans/\" class=\"wp-image-3130\" /><figcaption>Veggie Campus\' Turn-breadfruit and ackee with butter beans </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Did we mention their bbq cauliflower- you’ll never miss the taste of bbq chicken wings again.&nbsp;</p>\n<!-- /wp:paragraph -->','5 Go-to spots for vegans in Kingston','','inherit','closed','closed','','116-revision-v1','','','2019-08-12 16:06:11','2019-08-12 21:06:11','',116,'https://buzz-caribbean.com/article/116-revision-v1/',0,'revision','',0),(3193,9,'2019-08-12 16:06:31','2019-08-12 21:06:31','<!-- wp:image {\"id\":1658} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kylie-jenner.jpg\" alt=\"\" class=\"wp-image-1658\" /><figcaption>Kylie Jenner</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kylie Jenner has rented a $250-million yacht for her 22nd birthday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Keeping Up With The Kardashians</strong> star has splashed out a hefty amount on the luxurious 300-foot yacht and will be sailing with her family and friends around the Mediterranean on the big day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>TMZ reports that the yacht costs a whopping $1 million per week to rent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kylie is likely to have friend Sofia Richie on board, as a source revealed she \"appreciates\" her friendship with the model, who is dating Scott Disick.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An insider said: \"Sofia has been nothing but supportive about the Jordyn drama. She seems like a very loyal friend to Kylie and Kylie appreciates that. Sofia is sophisticated, fun and very sweet. Kylie loves having her around. And Sofia definitely isn\'t a user. She has her own life and doesn\'t need anything from friends ... Kylie also trusts Sofia around Stormi, which is very important to her.”</p>\n<!-- /wp:paragraph -->','Kylie Jenner rents yacht for $1 million per week','','inherit','closed','closed','','1656-revision-v1','','','2019-08-12 16:06:31','2019-08-12 21:06:31','',1656,'https://buzz-caribbean.com/article/1656-revision-v1/',0,'revision','',0),(3194,11,'2019-08-12 16:07:29','2019-08-12 21:07:29','','Tofu Fried Rice With Steamed Vegetables And Plantain','','inherit','closed','closed','','tofu-fried-rice-with-steamed-vegetables-and-plantain-2','','','2019-08-12 16:07:29','2019-08-12 21:07:29','',116,'https://buzz-caribbean.com/app/uploads/2019/07/Tofu-fried-rice-with-steamed-vegetables-and-plantain.jpg',0,'attachment','image/jpeg',0),(3196,9,'2019-08-12 16:10:41','2019-08-12 21:10:41','<!-- wp:image {\"id\":1643} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/icey-A-1024x683.jpg\" alt=\"\" class=\"wp-image-1643\" /><figcaption>Chris Campbell (left) captures shots during Jah Cure\'s (right) music video.  <br>(Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For 33-year-old&nbsp; film director Christopher ‘Icey Jace’ Campbell, watching music videos as a child was merely a hobby, and never in a million years did he ever imagine the day would come when he would be behind the camera.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Growing up in the early 90s, cable TV was a privilege I didn\'t have outside of the few stations we would pick up from the neighbours,” Campbell said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1644} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/30688783_10156332880774722_4940333316734713856_o-683x1024.jpg\" alt=\"\" class=\"wp-image-1644\" /><figcaption>Chris Campbell left banking to work in the music industry. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of those stations was B.E.T, which would showcase the best hip hop and R&amp;B music videos, something Campbell found a special interest in.<br> <br>After graduating from Jamaica College and later Excelsior Community College (EXED), Campbell landed his first job at RBTT Bank (Sagicor Bank) in Kingston, Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=BUCTrcSGvsU\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=BUCTrcSGvsU\n</div><figcaption>Ding Dong\'s \'Lebeh Lebeh\' is one of the many videos Chris Campbell has directed. </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“I started working shortly after (getting the offer), but I was still searching for something I was passionate about because banking just wasn\'t it,\" Campbell said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As fate would have it, he would meet someone who would bring him closer to his true purpose.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I was still searching for something I was passionate about because banking just wasn\'t it.\"</p><cite>- Chris Campbell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I remember there was always this one customer who would come in with two phones in her hand, and they were always ringing. Months later, I found out it was Sharon Burke of Solid Agency,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After months of interning, Burke offered him a job at her agency. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I started out doing bios for artistes, but in no time, I basically made a name for myself there as the go-to person for promotions,\" Campbell said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1646} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/icey-B-1024x683.jpg\" alt=\"\" class=\"wp-image-1646\" /><figcaption>Chris Campbell stoops to get the perfect shot. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Three years later, Campbell would add video production to his resume. <br> <br>“The first video camera I ever held was put in my care by Sharon Burke to do endorsement videos for her Fully Loaded, and after that, I just couldn’t stop shooting,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I remember one day Elephant Man asked me to do a\nvideo drop, and we ended up shooting a low budget music video that day. That\nwas when I knew this is what I really wanted to do.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“The first video camera I ever held was put in my care by Sharon Burke to do endorsement videos for her Fully Loaded.\" </p><cite>- Chris Campbell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>His next big gig was doing the music video for Leftside’s popular track, <strong>Phat P*nani</strong>. That project also led to him working with Baby Cham. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the requests now rolling in, Campbell decided to\nform his video production company, Icey Jace Film Factory. And in 2010, he won\nthe Director Avante Garde award at the CariVibeTV Awards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1647} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_20190614_122826_718.jpg\" alt=\"\" class=\"wp-image-1647\" /><figcaption>Beenie Man (seated) is one of the many entertainers Chris Campbell has worked with.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Prior to that award, I would often feel like the\ngood work would go unnoticed. But it shows that often times people are paying\nattention,” Campbell said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Years later, with videos for big names artistes like Wayne Wonder, Spice,<br>Ding Dong, Bounty Killer, Beenie Man, Jah Cure, Queen Ifrica and Charly<br>Black to his credit, Campbell would again receive public accolades with<br>two nominations at the 2017 and 2018 YVA Awards, first for Director of<br>the Year, and then for Video Concept of the Year.</p>\n<!-- /wp:paragraph -->','From banking to film: Icey Jace shares his journey','','inherit','closed','closed','','1640-revision-v1','','','2019-08-12 16:10:41','2019-08-12 21:10:41','',1640,'https://buzz-caribbean.com/article/1640-revision-v1/',0,'revision','',0),(3197,11,'2019-08-12 16:12:35','2019-08-12 21:12:35','<!-- wp:paragraph -->\n<p>A rastaman is smiling somewhere and probably saying something like- ‘a long time the rasta did a tell yuh seh ital is vital’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You probably scoffed at that advice 10 years earlier but now it is all about peas, beans and a wholesome lifestyle.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  ‘A long time the rasta did a tell yuh seh ital is vital’ </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>We now happily turn up our noses at the once very delicious stew pork - after all, ‘weh pork ago?’&nbsp;Instead, it is all about faux meat, no cheese and other plant-based goodies.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like everywhere else in the world, Kingston, Jamaica is into the well-hyped vegan lifestyle and <strong>BUZZ</strong> is sharing five spots in Kingston that are ideal for vegans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did we mention they’re all taste approved by our Editorial staff? Well, they are!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>New Leaf Vegetarian&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It\'s been at its 121 Hope Road <a href=\"https://www.google.com/maps/dir/18.0068352,-76.791808/New+Leaf+Vegetarian/@18.0139044,-76.7965478,14z/data=!3m1!4b1!4m9!4m8!1m1!4e1!1m5!1m1!1s0x8edb3ee3161deec5:0x4524f418393d3ac0!2m2!1d-76.766831!2d18.020528\">location</a> for what feels like forever - and long before the vegan craze hit Kingston Harbour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3137} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pinto-Bean-and-Avocado-Wrap-1024x683.jpg\" alt=\"\" class=\"wp-image-3137\" /><figcaption>New Leaf Vegetarian\'s Pinto Bean and Avocado Wrap (Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This spot opens an hour before lunchtime and boasts sumptuous vegetarian goodies.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bean burgers, stir-frys, soups and delightful vegan pastries are just some of New Leaf Vegetarians offerings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Plus they are known for their speedy delivery and&nbsp;friendly customer service.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Take a dive into foodie land with these Thursday offerings from New Leaf Vegetarian in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3139,3140,3141,3142]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Blueberry-Smoothie-with-coconut-milk-1024x683.jpg\" alt=\"\" data-id=\"3139\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/blueberry-smoothie-with-coconut-milk/\" class=\"wp-image-3139\" /><figcaption>Pinto bean wrap served and a refreshing blueberry smoothie with coconut milk</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Homestyle-lentil-stew-with-brown-rice-and-plantain-1024x683.jpg\" alt=\"\" data-id=\"3140\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/homestyle-lentil-stew-with-brown-rice-and-plantain/\" class=\"wp-image-3140\" /><figcaption>Homestyle lentil stew with brown rice and plantain</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tofu-fried-rice-with-steamed-vegetables-and-plantain-1024x683.jpg\" alt=\"\" data-id=\"3141\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/tofu-fried-rice-with-steamed-vegetables-and-plantain/\" class=\"wp-image-3141\" /><figcaption>Tofu fried rice with steamed vegetables and plantain</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-falafel-1024x683.jpg\" alt=\"\" data-id=\"3142\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/vegan-falafel/\" class=\"wp-image-3142\" /><figcaption>Vegan falafel</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Kushites</strong>&nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What’s Gado Gado?&nbsp; Have you ever eaten vegan steak?&nbsp; What about sorell cheesecake?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Those are&nbsp;just some of the items available on Kushites’ menu, which changes approximately every three months.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3191} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/West-African-Gumbo-Kushites-1.jpg\" alt=\"\" class=\"wp-image-3191\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What’s more, if you are into Dr Sebi they also offer meal items exclusively for the alkaline diet.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Appropriately <a href=\"https://www.google.com/maps/@18.0065948,-76.7945134,15z\">located</a> inside Eden Gardens Wellness Resort &amp; Spa, <a href=\"https://www.instagram.com/kushitesvegetablecuisine/\">Kushites </a>is vegan dining at its finest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Gallery below with highlights of some of their customer favourites.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"3065\",\"3066\",\"3068\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Breadfruit-salsa-Kushites.jpg\" alt=\"\" data-id=\"3065\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/breadfruit-salsa-kushites/\" class=\"wp-image-3065\" /><figcaption>Breadfruit salsa </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jerked-Chayote-and-quinoa-Kushites.jpg\" alt=\"\" data-id=\"3066\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/jerked-chayote-and-quinoa-kushites/\" class=\"wp-image-3066\" /><figcaption>Jerked Chayote and quinoa </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-Passion-Fruit-Ice-Cream-Kushites.jpg\" alt=\"\" data-id=\"3068\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/vegan-passion-fruit-ice-cream-kushites/\" class=\"wp-image-3068\" /><figcaption>Vegan Passion Fruit Ice Cream</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The place looks spectacular with stunning golden rococo-style furnishings, which makes it the perfect spot to bring someone you are trying to impress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Mi Hungry&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is the ital food spot that is a hit among local vegans - Jamaican vegans love Mi Hungry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3077} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-Burger-Mi-Hungry.jpg\" alt=\"\" class=\"wp-image-3077\" /><figcaption>Vegan burger (Photos: Instagram - @mihungrynow)<br><br> </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Opening at an impressive 8:00 am each morning, Mi Hungry serves up a wide range of vegan dishes and plenty of freshly squeezed and cold press juices from sun up til well into the evening, closing just before midnight.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.google.com/maps/place/Market+Place/@18.0221141,-76.7992455,17z/data=!3m1!4b1!4m8!1m2!2m1!1sMarketplace!3m4!1s0x8edb3e4c788c1fcb:0xfddcf4d0c974b9e2!8m2!3d18.022109!4d-76.7970568\">Tucked away</a> inside the food mecca that is Marketplace, what makes Mi Hungry unique is that nothing there is cooked - they offer what they call&nbsp; ‘live’ food.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Can you believe it? They offer pizzas, burgers and pastas and none of it has touched a stove!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See some of their delectable dishes in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"3079\",\"3080\",\"3081\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Mi-Hungry-Vegan-Dish.jpg\" alt=\"\" data-id=\"3079\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/mi-hungry-vegan-dish/\" class=\"wp-image-3079\" /><figcaption>Vegetable Pizza</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rap-Raw_Seaweed-broccoli-avocado-tomato-and-ackee-Mi-Hungry.jpg\" alt=\"\" data-id=\"3080\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/rap-raw_seaweed-broccoli-avocado-tomato-and-ackee-mi-hungry/\" class=\"wp-image-3080\" /><figcaption>Raw Wrap: Seaweed, broccoli, avocado, tomato and ackee</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Savory-pie-ackeeplantain-with-black-olives-tomatoes-Mi-Hungry.jpg\" alt=\"\" data-id=\"3081\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/savory-pie-ackeeplantain-with-black-olives-tomatoes-mi-hungry/\" class=\"wp-image-3081\" /><figcaption>Savory pie: Ackee &amp; plantain with black olives and  tomatoes</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>How they do it? It is a variety of spicing and dehydration techniques.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This spot boasts not only a unique food preparation style but is always buzzing with an ital vibe and lively banter about natural life and black consciousness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a spot to not only nourish your body but nourish your mind and it is one of the most affordable natural eateries in town.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did we mention that they also have a <a href=\"https://www.google.com/maps/place/Mi+Hungry+Whol\'+Some+Food/@18.4059561,-77.1096176,17z/data=!3m1!4b1!4m5!3m4!1s0x8edafe794e405c2b:0xa6184b4dd678039d!8m2!3d18.405951!4d-77.1074289\">location</a> in Ocho Rios?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>The Cheffing Don&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you love a great bean stew - then The Cheffing Don is your place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The hit item on this menu is their three-bean stew, which is available on Wednesdays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, they have other equally delicious plant-based meal items that are ideal for vegans or those hoping to cross over.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3102} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-lentil-stew-pastafari-sautéed-ackee-steamed-veggies-greatness-salad-and-green-pressed-plantain.jpg\" alt=\"\" class=\"wp-image-3102\" /><figcaption>The Cheffingg Don\'s lentil stew, pastafari, sautéed ackee, steamed veggies, greatness salad, and green pressed plantains (Photos: Instagram - @thecheffingdoncatering)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Priding themselves on utilizing local and organic foods, The Cheffing Don has an ital vibe evident in the serving up&nbsp;of their delicately designed food masterpieces inside a calabash.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Feast your eyes on some of their menu items in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3116,3106,3107]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Dons-Plant-based-meal-served-in-customary-calabash-with-bamboo-spork.jpg\" alt=\"\" data-id=\"3116\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/the-cheffing-dons-plant-based-meal-served-in-customary-calabash-with-bamboo-spork/\" class=\"wp-image-3116\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-Combination-Menu-Item.jpg\" alt=\"\" data-id=\"3106\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/the-cheffing-don-combination-menu-item/\" class=\"wp-image-3106\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-sautéed-ackee-greatness-salad-curried-chickpeas-veggie-fried-rice-pumpkin-takari-and-steam-veggies.jpg\" alt=\"\" data-id=\"3107\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/the-cheffing-don-sauteed-ackee-greatness-salad-curried-chickpeas-veggie-fried-rice-pumpkin-takari-and-steam-veggies/\" class=\"wp-image-3107\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>With plenty of greenery and outdoor seating, this place is an ideal spot to grab something nutritious to eat while getting in tune with nature.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Veggie Campus&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Nestled into Skibo Avenue, Veggie Campus is a stone\'s throw away from the prestigious Holy Childhood High School.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While Veggie Campus is take-out only, this spot boasts plenty of fun and lively dishes that makes picking up the phone to order or sending the text a breeze.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3122} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Campus-Veggie-Ball-Sub.jpg\" alt=\"\" class=\"wp-image-3122\" /><figcaption>Veggie Campus\' Veggie Ball Sub (Photos: Instagram - @veggiecampusja)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Boasting signature specials like their green plantain lasagna, which uses green plantains as sheets of pasta, stuffed with spiced lentils and creamy cashew cheese - Veggie Campus has the type of variety&nbsp;that makes you wonder why you ever thought veganhood was difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Delve into some of their tasty dishes in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3128,3129,3130]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Caampus-Ackee-Quesadilla.jpg\" alt=\"\" data-id=\"3128\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/veggie-caampus-ackee-quesadilla/\" class=\"wp-image-3128\" /><figcaption>Veggie Caampus\' Ackee Quesadilla</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Campus-Ackee-Wrap.jpg\" alt=\"\" data-id=\"3129\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/veggie-campus-ackee-wrap/\" class=\"wp-image-3129\" /><figcaption>Veggie Campus\' Ackee Wrap</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Campus-Turn-breadfruit-and-ackee-with-butter-beans.jpg\" alt=\"\" data-id=\"3130\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/veggie-campus-turn-breadfruit-and-ackee-with-butter-beans/\" class=\"wp-image-3130\" /><figcaption>Veggie Campus\' Turn-breadfruit and ackee with butter beans </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Did we mention their bbq cauliflower- you’ll never miss the taste of bbq chicken wings again.&nbsp;</p>\n<!-- /wp:paragraph -->','5 Go-to spots for vegans in Kingston','','inherit','closed','closed','','116-revision-v1','','','2019-08-12 16:12:35','2019-08-12 21:12:35','',116,'https://buzz-caribbean.com/article/116-revision-v1/',0,'revision','',0),(3198,9,'2019-08-12 16:12:45','2019-08-12 21:12:45','<!-- wp:image {\"id\":1518} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dave-Bautista-.jpg\" alt=\"\" class=\"wp-image-1518\" /><figcaption> Dave Bautista </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dave Bautista wears sunglasses to help with his anxiety.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Guardians of the Galaxy</strong> actor has opened up about his issues with self confidence, and he revealed it took him a long time to come to terms with his nerves in social situations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Responding to a fan on Twitter, he wrote: \"It took me 40 some odd years to be OK with it. I just got tired of feeling embarrassed about it and started owning it!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"And I wear sunglasses a lot! Trust me it helps. It drives my publicist insane! Better sunglasses than me dry heaving on the red carpet.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Wrestling really brought me out of my shell.\"</p><cite>-  Dave Bautista </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The 50-year-old blockbuster star first rose to fame in the WWE, and in the<br>past he has credited his in-ring career with helping him to overcome his<br>anxiety and adjust to life in the spotlight.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He previously said: \"Wrestling really brought me out of my shell. But I<br>wish when I was younger, I hadn\'t been so ashamed. I wish I would\'ve embraced it more because it\'s OK, and I find out more, all the time, that a lot of actors are the same way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"They get anxiety and get self-conscious, and get insecurities about their<br> performances.”<br><br><br></p>\n<!-- /wp:paragraph -->','Guardians of the Galaxy star struggles with anxiety','','inherit','closed','closed','','1511-revision-v1','','','2019-08-12 16:12:45','2019-08-12 21:12:45','',1511,'https://buzz-caribbean.com/article/1511-revision-v1/',0,'revision','',0),(3199,9,'2019-08-12 16:19:04','2019-08-12 21:19:04','','david-guardians_galaxy_2014_14','','inherit','closed','closed','','david-guardians_galaxy_2014_14','','','2019-08-12 16:19:04','2019-08-12 21:19:04','',1511,'https://buzz-caribbean.com/app/uploads/2019/08/david-guardians_galaxy_2014_14.jpg',0,'attachment','image/jpeg',0),(3200,9,'2019-08-12 16:21:13','2019-08-12 21:21:13','<!-- wp:image {\"id\":3199} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/david-guardians_galaxy_2014_14.jpg\" alt=\"\" class=\"wp-image-3199\" /><figcaption> Dave Bautista plays Drax in <strong>Guardians of the Galaxy</strong>. <br>(Photo: Walt Disney Studios Motion Pictures/Photofest)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dave Bautista wears sunglasses to help with his anxiety. The <strong>Guardians of the Galaxy</strong> actor has opened up about his issues with self confidence, and he revealed it took him a long time to come to terms with his nerves in social situations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Responding to a fan on Twitter, he wrote: \"It took me 40 some odd years to be OK with it. I just got tired of feeling embarrassed about it and started owning it!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"And I wear sunglasses a lot! Trust me it helps. It drives my publicist insane! Better sunglasses than me dry heaving on the red carpet.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Wrestling really brought me out of my shell.\"</p><cite>— Dave Bautista </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The 50-year-old blockbuster star first rose to fame in the WWE, and in the<br>past he has credited his in-ring career with helping him to overcome his<br>anxiety and adjust to life in the spotlight.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He previously said: \"Wrestling really brought me out of my shell. But I<br>wish when I was younger, I hadn\'t been so ashamed. I wish I would\'ve embraced it more because it\'s OK, and I find out more, all the time, that a lot of actors are the same way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"They get anxiety and get self-conscious, and get insecurities about their<br> performances.”<br><br><br></p>\n<!-- /wp:paragraph -->','Guardians of the Galaxy star struggles with anxiety','','inherit','closed','closed','','1511-revision-v1','','','2019-08-12 16:21:13','2019-08-12 21:21:13','',1511,'https://buzz-caribbean.com/article/1511-revision-v1/',0,'revision','',0),(3201,9,'2019-08-12 16:21:59','2019-08-12 21:21:59','<!-- wp:image {\"id\":1501} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lattecha.jpg-new.jpg\" alt=\"\" class=\"wp-image-1501\" /><figcaption> Lattecha Willocks smiles while creating one of her masterpieces.  (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Years ago, Lattecha Willocks left the hotel industry to become a full-time artist. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is a direction it seems she was meant to go in, as she fell in love with the arts when she was only a child. She was nostalgic as she spoke about her days at a summer camp in Montego Bay, Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I discovered talents I had no idea existed.” </p><cite>— Lattecha Willocks</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Around that same time, the St James Public Library hosted a summer camp for kids in the city, and I participated with my sister. That summer camp changed my life,” said Willocks, who has also lived in Austria. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1493} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/willocksA.jpg\" alt=\"\" class=\"wp-image-1493\" /><figcaption> \'The Art of Gentle Protest\' is one of Willocks stand out pieces. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“That is where I learned to sew and do embroidery, and where I probably wrote my first poem.&nbsp;We drew flowers, made postcards. It was amazing.&nbsp;For the first time, I discovered talents I had no idea existed.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These days, she is a Jill of all trades, as she has co-published a\nbook, and she also paints and draws. In addition, she operates the Lattecha\nWillocks Gallery that is located in Negril, Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She also has an edge as an artist, as she can turn her canvas into\nstatement fashion pieces, like bags. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1494} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/willocksBBB.jpg\" alt=\"\" class=\"wp-image-1494\" /><figcaption> \'Stepping Forward\' was made using acrylic and ink on watercolour paper. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Art is not some highbrow concept that is removed from the life and experiences\nof the average person going about their business. It is vital to find a way to\ninject art in whatever form into our lives,” explained Willocks, who wants to\npublish her book of poetry in 2020. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As she prepares to realise that poetic dream, Willocks can boast that she\nhas achieved every artist’s\ngoal of a solo exhibit, as her artwork has been displayed in Germany and\nJamaica.</p>\n<!-- /wp:paragraph -->','Lattecha Willocks fell in love with art as a child','','inherit','closed','closed','','1481-revision-v1','','','2019-08-12 16:21:59','2019-08-12 21:21:59','',1481,'https://buzz-caribbean.com/article/1481-revision-v1/',0,'revision','',0),(3203,9,'2019-08-12 16:24:05','2019-08-12 21:24:05','<!-- wp:image {\"id\":1463} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ed-sheeran.jpg\" alt=\"\" class=\"wp-image-1463\" /><figcaption> Ed Sheeran</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ed Sheeran\'s \'Divide Tour\' has broken the record for the most attended and highest-grossing tour of all time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Castle on the Hil</strong>l hitmaker made it into the history books on August 2, as his scheduled show at Messegelände in Hannover, Germany, officially marked the moment he overtook U2\'s record for the most attended and highest-grossing tour ever.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2011, U2\'s \'360 Tour\' brought in a staggering $735.4 million after the band concluded an intense 110-show run between June 2009 and July 2011. The \'Divide Tour\' beat U2\'s record on Ed\'s 246th show of the lengthy trek, making $736.7 million with still several weeks left to go. The tour has been running since March 2017, and it is set to conclude on August 26, when Ed will play his 255th show in Ipswitch, England.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Thanks so much for each and every one of you who have come to a show.\" </p><cite>— Ed Sheeran</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>According to Poll Star, the volume of Ed\'s shows meant he surpassed U2\'s attendance record earlier than the gross sales record, despite having a lower average attendance of 34,541 per show, versus U2\'s 66,091 average.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But the sales tally comes as the 28-year-old musician actually had the lowest average ticket price out of the Top 10 highest-grossing tours of 2018, charging an average of $86.75, and offering no VIP packages. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking about his record-breaking tour on Instagram on Friday, Ed wrote: \"Today the Divide tour broke the all-time tour record set by U2. It’s now the most attended and highest-grossing tour of all time. Thanks so much for each and every one of you who have come to a show. 12 shows left, will never forget it x (sic)\"<br><br></p>\n<!-- /wp:paragraph -->','Ed Sheeran breaks U2\'s tour record','','inherit','closed','closed','','1459-revision-v1','','','2019-08-12 16:24:05','2019-08-12 21:24:05','',1459,'https://buzz-caribbean.com/article/1459-revision-v1/',0,'revision','',0),(3204,9,'2019-08-12 16:25:10','2019-08-12 21:25:10','<!-- wp:image {\"id\":1441} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Nicki-and-Kenny.jpg\" alt=\"\" class=\"wp-image-1441\" /><figcaption>Nicki Minaj and her spouse, Kenneth Petty. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Nicki Minaj will take Kenneth Petty\'s surname when they marry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sources tell TMZ that the \'Superbass\' hitmaker - who recently obtained a marriage licence with her beau at the Beverley Hills courthouse in Los Angeles - will change her name from Onika Tanya Maraj to Onika Tanya Maraj-Petty when she ties the knot with her boyfriend. Although the two have been trying to keep a low profile, Nicki and Kenneth were seen collecting a marriage licence in July.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Nicki was forced to previously insist she is not \"lowering standards\" by dating Kenneth because he loved her before she found fame.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"If I\'m being honest, spiritually, I\'m at the best place I\'ve been in a long time.\" </p><cite>— Nicki Minaj</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She said: \"When a person is with a n**** that loved them before they had a dime in their pocket...? How do you not understand that? How do you not understand happiness versus clout? How f***ing dare you talk about lowering standards.\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nicki credits her boyfriend for making her feel \"empowered\". She said: \"If I\'m being honest, spiritually, I\'m at the best place I\'ve been in a long time. I think who you have in your life determines how you feel spiritually. I\'m happy now with or without a man, but it just so happens the n***a in my life, he\'s known me since I was 14. He knows the real me. I don\'t have to pretend. We can be around each other all day and not get bored.</p>\n<!-- /wp:paragraph -->','Nicki Minaj is getting a new last name','','inherit','closed','closed','','1440-revision-v1','','','2019-08-12 16:25:10','2019-08-12 21:25:10','',1440,'https://buzz-caribbean.com/article/1440-revision-v1/',0,'revision','',0),(3205,11,'2019-08-12 16:26:14','2019-08-12 21:26:14','','New-Leaf-Vegetarian-Thursday-Specials','','inherit','closed','closed','','new-leaf-vegetarian-thursday-specials','','','2019-08-12 16:26:14','2019-08-12 21:26:14','',116,'https://buzz-caribbean.com/app/uploads/2019/08/New-Leaf-Vegetarian-Thursday-Specials.jpg',0,'attachment','image/jpeg',0),(3206,9,'2019-08-12 16:26:32','2019-08-12 21:26:32','<!-- wp:image {\"id\":1427} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Meek-Mills.jpg\" alt=\"\" class=\"wp-image-1427\" /><figcaption>Meek Mill at the 2019 BET Awards on June 23.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Meek Mill has praised Kim Kardashian West for her work on criminal justice reform.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 32-year-old rapper - who is doing his own work on criminal justice reform - thinks it is great that high profile stars like Kim have used their platform to help others.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bz0n7aVAjj2/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bz0n7aVAjj2/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>He said: \"Everybody that\'s using their platform helps. Kim\'s [a good friend]. I think she\'s doing a lot of good work. She\'s doing a lot of work, more than other people who have platforms who might even [have come] from that situation. So, big ups to her and big ups to everybody that\'s working for a better cause - not even just for reform.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And Meek - who was sentenced to two to four years in prison last year after he violated the terms of his parole stemming from a drug and weapons conviction in 2008 - has urged others to not let the system beat them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Everybody that\'s using their platform helps. Kim\'s [a good friend]. I think she\'s doing a lot of good work.\"  </p><cite>— Meek Mill</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He added to <strong>Access Hollywood</strong>: \"Don\'t let it happen to you, let it happen for you. I went through everything I went through and I came out of it and turned it into my situation, like doing reform and trying to shed light on the system through my platform ... Keep your head up. You have people like us fighting in your corner. Never really lose hope, keep fighting.\"<br><br></p>\n<!-- /wp:paragraph -->','Meek Mill praises Kim Kardashian West for criminal justice reform work','','inherit','closed','closed','','1426-revision-v1','','','2019-08-12 16:26:32','2019-08-12 21:26:32','',1426,'https://buzz-caribbean.com/article/1426-revision-v1/',0,'revision','',0),(3207,14,'2019-08-12 16:26:41','2019-08-12 21:26:41','','Audley Shaw Buzz','','inherit','closed','closed','','audley-shaw-buzz','','','2019-08-12 16:26:41','2019-08-12 21:26:41','',2402,'https://buzz-caribbean.com/app/uploads/2019/08/audley-shaw-buzz.jpg',0,'attachment','image/jpeg',0),(3208,9,'2019-08-12 16:27:04','2019-08-12 21:27:04','<!-- wp:paragraph -->\n<p>With the successful launch of the second issue of his comic anthology\nseries ‘I-Land Chronicles’ in July, publisher Kevin Jackson hopes to jumpstart\nthe Jamaican comic book industry, much like how Stan Lee did with the Marvel\nbrand in the 60s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1410} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0020-1024x685.jpg\" alt=\"\" class=\"wp-image-1410\" /><figcaption>  A young reader enjoying \'After Dark\' by Stephen McLeod in issue one of \'I-Land Chronicles\'. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Having been a part of many international award-winning animation projects, Jackson turned to his first love - comics - in 2016. He set up ‘I-Land Chronicles’ as an experiment financed by his pocket and that of two other business partners.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m very proud of I-Land Chronicles. We went from concept to production\nin three months, launching test issues at the Kingston Book Festival in 2016.\nTwo months later we were on sale,” said Jackson, who helped to set legislation\nas the head of the influential Jamaica Animation Nation Network (JANN).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“We don’t have a comic book culture or industry.\" </p><cite>- Publisher Kevin Jackson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The first issue hit the shelves of Bookophilia on May 10, 2016. The aim of the book was to provide a place where local comic book content creators could show off their talent or experiment without affecting their core products. All creators retain the copyright to their material, and they also receive royalties based on sales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We don’t have a comic book culture or industry. Creating a monthly\nbook with a single creative team would be a problem. Using the anthology format\nlike Manga allows us to not be dependent on a single artist,” Jackson explained.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1411} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0159.jpg-New-1024x686.jpg\" alt=\"\" class=\"wp-image-1411\" /><figcaption>Kevin Jackson (centre), the publishers of \'I-Land Chronicles\', poses with part of the creative team behind \'Duppy Conqueror\', Davia Morris (left), and Inker Akein Bantin. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Whereas North American comics tend to favour a single story and\nproduction team on a monthly basis, Japanese comics like Shōnen Jump fill their\npages with multiple stories from different artists providing a wider variety to\nreaders weekly. For Jackson, this option solved several problems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To this, issue one featured four Jamaica comic book artists and their\ntales – ‘Maroonblack’ by Henry Grandison, ‘Children of Insurrection’ by Stephen\nRoper, ‘Knock Knock &amp; Track Star’ by Patrick Allen and ‘After Dark’ by\nStephen McLeod. Each artist is given five pages for their stories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“It’s not just about the money for me. It’s about legitimizing the industry as a whole.\"</p><cite>- Publisher Kevin Jackson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>And based on the knowledge he gained in production and marketing for ‘I-Land\nChronicles’, Jackson was to help other creators. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We also discovered that while there is an abundance of talent, there’s\na lack of information and standardisation of comic book production. There’s\nalso an unfortunate lack of business acumen in the creative community,” Jackson\nsaid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1412,1413]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0172.jpg-new-1024x686.jpg\" alt=\"\" data-id=\"1412\" data-link=\"https://buzz-caribbean.com/?attachment_id=1412\" class=\"wp-image-1412\" /><figcaption>Issue one of \'I-Land Chronicles\'.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0176.jpg-new-1024x686.jpg\" alt=\"\" data-id=\"1413\" data-link=\"https://buzz-caribbean.com/?attachment_id=1413\" class=\"wp-image-1413\" /><figcaption>Kevin Jackson has high hopes for the second issue of \'I-Land Chronicles\'.</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“We want to do more than just publish creator content in ‘I-Land\nChronicles’. We have the expertise to help those creators make their own comic\nbooks, market them and get them on to store shelves,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So far, creators haven’t taken him up on the offer, but he hopes that\nas ‘I-Land Chronicles’ grows, more persons will step forward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s not just about the money for me. It’s about legitimizing the\nindustry as a whole. The more comics on the shelves, the more visible we\nbecome, whether they are published by us or not.” </p>\n<!-- /wp:paragraph -->','Publisher creates a plan for Jamaica\'s comic book industry','','inherit','closed','closed','','1395-revision-v1','','','2019-08-12 16:27:04','2019-08-12 21:27:04','',1395,'https://buzz-caribbean.com/article/1395-revision-v1/',0,'revision','',0),(3209,14,'2019-08-12 16:27:19','2019-08-12 21:27:19','','audley-shaw-buzz-1','','inherit','closed','closed','','audley-shaw-buzz-1','','','2019-08-12 16:27:19','2019-08-12 21:27:19','',2402,'https://buzz-caribbean.com/app/uploads/2019/08/audley-shaw-buzz-1.jpg',0,'attachment','image/jpeg',0),(3210,9,'2019-08-12 16:27:31','2019-08-12 21:27:31','<!-- wp:paragraph -->\n<p>With the successful launch of the second issue of his comic anthology\nseries ‘I-Land Chronicles’ in July, publisher Kevin Jackson hopes to jumpstart\nthe Jamaican comic book industry, much like how Stan Lee did with the Marvel\nbrand in the 60s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1410} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0020-1024x685.jpg\" alt=\"\" class=\"wp-image-1410\" /><figcaption>  A young reader enjoying \'After Dark\' by Stephen McLeod in issue one of \'I-Land Chronicles\'. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Having been a part of many international award-winning animation projects, Jackson turned to his first love - comics - in 2016. He set up ‘I-Land Chronicles’ as an experiment financed by his pocket and that of two other business partners.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m very proud of I-Land Chronicles. We went from concept to production\nin three months, launching test issues at the Kingston Book Festival in 2016.\nTwo months later we were on sale,” said Jackson, who helped to set legislation\nas the head of the influential Jamaica Animation Nation Network (JANN).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“We don’t have a comic book culture or industry.\" </p><cite>— Publisher Kevin Jackson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The first issue hit the shelves of Bookophilia on May 10, 2016. The aim of the book was to provide a place where local comic book content creators could show off their talent or experiment without affecting their core products. All creators retain the copyright to their material, and they also receive royalties based on sales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We don’t have a comic book culture or industry. Creating a monthly\nbook with a single creative team would be a problem. Using the anthology format\nlike Manga allows us to not be dependent on a single artist,” Jackson explained.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1411} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0159.jpg-New-1024x686.jpg\" alt=\"\" class=\"wp-image-1411\" /><figcaption>Kevin Jackson (centre), the publishers of \'I-Land Chronicles\', poses with part of the creative team behind \'Duppy Conqueror\', Davia Morris (left), and Inker Akein Bantin. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Whereas North American comics tend to favour a single story and\nproduction team on a monthly basis, Japanese comics like Shōnen Jump fill their\npages with multiple stories from different artists providing a wider variety to\nreaders weekly. For Jackson, this option solved several problems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To this, issue one featured four Jamaica comic book artists and their\ntales – ‘Maroonblack’ by Henry Grandison, ‘Children of Insurrection’ by Stephen\nRoper, ‘Knock Knock &amp; Track Star’ by Patrick Allen and ‘After Dark’ by\nStephen McLeod. Each artist is given five pages for their stories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“It’s not just about the money for me. It’s about legitimizing the industry as a whole.\"</p><cite>— Publisher Kevin Jackson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>And based on the knowledge he gained in production and marketing for ‘I-Land\nChronicles’, Jackson was to help other creators. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We also discovered that while there is an abundance of talent, there’s\na lack of information and standardisation of comic book production. There’s\nalso an unfortunate lack of business acumen in the creative community,” Jackson\nsaid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1412,1413]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0172.jpg-new-1024x686.jpg\" alt=\"\" data-id=\"1412\" data-link=\"https://buzz-caribbean.com/?attachment_id=1412\" class=\"wp-image-1412\" /><figcaption>Issue one of \'I-Land Chronicles\'.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0176.jpg-new-1024x686.jpg\" alt=\"\" data-id=\"1413\" data-link=\"https://buzz-caribbean.com/?attachment_id=1413\" class=\"wp-image-1413\" /><figcaption>Kevin Jackson has high hopes for the second issue of \'I-Land Chronicles\'.</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“We want to do more than just publish creator content in ‘I-Land\nChronicles’. We have the expertise to help those creators make their own comic\nbooks, market them and get them on to store shelves,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So far, creators haven’t taken him up on the offer, but he hopes that\nas ‘I-Land Chronicles’ grows, more persons will step forward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s not just about the money for me. It’s about legitimizing the\nindustry as a whole. The more comics on the shelves, the more visible we\nbecome, whether they are published by us or not.” </p>\n<!-- /wp:paragraph -->','Publisher creates a plan for Jamaica\'s comic book industry','','inherit','closed','closed','','1395-revision-v1','','','2019-08-12 16:27:31','2019-08-12 21:27:31','',1395,'https://buzz-caribbean.com/article/1395-revision-v1/',0,'revision','',0),(3211,9,'2019-08-12 16:28:03','2019-08-12 21:28:03','','DSC_1004','','inherit','closed','closed','','dsc_1004','','','2019-08-12 16:28:03','2019-08-12 21:28:03','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1004.jpg',0,'attachment','image/jpeg',0),(3213,9,'2019-08-12 16:29:19','2019-08-12 21:29:19','<!-- wp:image {\"id\":3211} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1004-1024x683.jpg\" alt=\"\" class=\"wp-image-3211\" /><figcaption> The Kingston Kitchen: Night Market was the ultimate \'foodie\' affair. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They say laughter is the brightest where the food is, and for the scores of Jamaicans who attended the Kingston Kitchen: Night Market on July 27, this rang undeniably true. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dubbed the ultimate foodie experience, the event took to the lush, velvety lawns of the Hope Botanic Gardens in St Andrew, Jamaica, to deliver on yet another successful showcase featuring delectable local and international cuisine. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1310} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1418-1-1024x683.jpg\" alt=\"\" class=\"wp-image-1310\" /><figcaption>The Kingston Kitchen: Night Market was the ultimate \'foodie\' affair.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It was a\ngastronome’s delight!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With more\nthan 60 vendors, including nine food trucks, indeed, there was something to\nsatisfy every palate. Whether you were in search of the rich, savoury flavours\nof meat or fancied the fresh, citrusy taste of seafood, there was a booth or\ntent to grant every culinary wish. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"1299\",\"1300\",\"1301\",\"1302\",\"1303\",\"1304\",\"1305\",\"1307\",\"1316\",1879]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1219-1024x683.jpg\" alt=\"\" data-id=\"1299\" data-link=\"https://buzz-caribbean.com/?attachment_id=1299\" class=\"wp-image-1299\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1335-1024x683.jpg\" alt=\"\" data-id=\"1300\" data-link=\"https://buzz-caribbean.com/?attachment_id=1300\" class=\"wp-image-1300\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1339-1024x683.jpg\" alt=\"\" data-id=\"1301\" data-link=\"https://buzz-caribbean.com/?attachment_id=1301\" class=\"wp-image-1301\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1347-1024x683.jpg\" alt=\"\" data-id=\"1302\" data-link=\"https://buzz-caribbean.com/?attachment_id=1302\" class=\"wp-image-1302\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1361-1024x683.jpg\" alt=\"\" data-id=\"1303\" data-link=\"https://buzz-caribbean.com/?attachment_id=1303\" class=\"wp-image-1303\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1386-1024x683.jpg\" alt=\"\" data-id=\"1304\" data-link=\"https://buzz-caribbean.com/?attachment_id=1304\" class=\"wp-image-1304\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1449-1024x683.jpg\" alt=\"\" data-id=\"1305\" data-link=\"https://buzz-caribbean.com/?attachment_id=1305\" class=\"wp-image-1305\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1461-1-1024x683.jpg\" alt=\"\" data-id=\"1307\" data-link=\"https://buzz-caribbean.com/?attachment_id=1307\" class=\"wp-image-1307\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1369-1024x683.jpg\" alt=\"\" data-id=\"1316\" data-link=\"https://buzz-caribbean.com/?attachment_id=1316\" class=\"wp-image-1316\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kingston-kitchen-1-1024x683.jpg\" alt=\"\" data-id=\"1879\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/kingston-kitchen-1/\" class=\"wp-image-1879\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Excited families and friends sauntered along between booths, vying to get a taste of the sumptuous fare being offered. Some of the most memorable items were the beef and chicken kibbeh from Chez Maria, kimchi fried rice from Tooksie Kay Catering, gourmet hotdogs from Yeaah Dawg, as well as an assortment of spicy shellfish dishes from Jabba’s Pepper Swims. Patrons also kept cool with refreshing fruit drinks courtesy of Pure Country or socialised over cocktails from Select Brands. Others opted for the rich, creamy flavours of vegan ice-cream from Nice Cream.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1312} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1517-1024x683.jpg\" alt=\"\" class=\"wp-image-1312\" /><figcaption>Lasco kept patrons cool on a warm night with cold chocolate beverages. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Children, too, relished in the merriment, as peals of laughter erupted from the Kids Zone, a section complete with a bounce-about, friendly rides, and face painting, while providing child-friendly treats such as snow cones and ice-cream. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1311} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1395-1024x683.jpg\" alt=\"\" class=\"wp-image-1311\" /><figcaption>Different types of liquor and juices were also on hand. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In keeping with creating a gastronomic experience, Kingston Kitchen’s co-director, Jacqui Sinclair, said that it is important to listen to feedback from patrons. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We consider\nourselves a food family. We’re not in competition. We listen to suggestions\nfrom our patrons and try to make each event better than our last,” she said. “In\nfact, one of the greatest concerns we’ve had was the lack of debit/credit\nmachines on hand. This year, we partnered with NCB to provide vendors with\nthese machines to make transactions easier.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, as the event drew to an end, there were still throngs of latecomers who firmly decided that, by any means necessary, the event would not be missed. The early birds, on the other hand, wearily made their exit, presumably palatably pleased and vowing to attend the next staging.</p>\n<!-- /wp:paragraph -->','Satisfied palates at Kingston Kitchen: Night Market','','inherit','closed','closed','','1295-revision-v1','','','2019-08-12 16:29:19','2019-08-12 21:29:19','',1295,'https://buzz-caribbean.com/article/1295-revision-v1/',0,'revision','',0),(3214,11,'2019-08-12 16:29:28','2019-08-12 21:29:28','','West African Gumbo Tomato And Okra Stew With Seafood Calaloo Stuffed Yam Balls Whole Roasted Plantain In Harissa Sauce','','inherit','closed','closed','','west-african-gumbo-tomato-and-okra-stew-with-seafood-calaloo-stuffed-yam-balls-whole-roasted-plantain-in-harissa-sauce','','','2019-08-12 16:29:28','2019-08-12 21:29:28','',116,'https://buzz-caribbean.com/app/uploads/2019/07/West-African-Gumbo-Tomato-and-okra-stew-with-seafood-Calaloo-stuffed-yam-balls-Whole-roasted-plantain-In-harissa-sauce.jpg',0,'attachment','image/jpeg',0),(3215,14,'2019-08-12 16:30:24','2019-08-12 21:30:24','','stephen-hill-buzz-demo','','inherit','closed','closed','','stephen-hill-buzz-demo','','','2019-08-12 16:30:24','2019-08-12 21:30:24','',2402,'https://buzz-caribbean.com/app/uploads/2019/08/stephen-hill-buzz-demo.jpg',0,'attachment','image/jpeg',0),(3216,9,'2019-08-12 16:30:25','2019-08-12 21:30:25','<!-- wp:image {\"id\":1267} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Khloe-Kardashian-and-Tristan-Thompson.jpeg\" alt=\"\" class=\"wp-image-1267\" /><figcaption> Khloe Kardashian (left) split from NBA player Tristan Thompson in February. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thirty-five-year-old reality star Khloe Kardashian split from NBA player Tristan Thompson when he kissed Jordyn Woods at a party in February, but she has insisted that despite his infidelity, she could never hate him because he helped her \"create an angel\" in their daughter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Why would I ever hate anyone who helped create such an angel?\"</p><cite>—  Khloe Kardashian </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Khloe made the comments when she responded to an Instagram post which read: \"I know Khloe hates Tristan, but Baby True starting to look just like him.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To which the \'Keeping Up with the Kardashians\' star said she isn\'t \"holding on to hate\", because she\'s too busy raising her \"beautiful baby\".<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1276} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Newkhloe-kardashian-3-2000-1024x683.jpg\" alt=\"\" class=\"wp-image-1276\" /><figcaption>Khloe Kardashian<br>(Photo: Marion Curtis/REX/Shutterstock)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She replied: \"Why would I ever hate anyone who helped create such an angel? People make mistakes, but I won\'t hurt my own healing by holding on to hate. I\'m too busy raising my beautiful baby and securing that [money bag emoji] to hate any individual. Sweet True has always looked like her daddy. She\'s beautiful!! (sic)\" </p>\n<!-- /wp:paragraph -->','Khloe Kardashian doesn\'t hate Tristan Thompson','','inherit','closed','closed','','1265-revision-v1','','','2019-08-12 16:30:25','2019-08-12 21:30:25','',1265,'https://buzz-caribbean.com/article/1265-revision-v1/',0,'revision','',0),(3217,9,'2019-08-12 16:31:24','2019-08-12 21:31:24','<!-- wp:image {\"id\":1259} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bella-Thorne-and-Benjamin-Mascolo-.jpeg\" alt=\"\" class=\"wp-image-1259\" /><figcaption> Bella Thorne and her boyfriend, Benjamin Mascolo.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bella Thorne has admitted that she thought her boyfriend Benjamin Mascolo was \'too sexy\' for her when they first met at the Coachella music festival.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 21-year-old actress started dating musician Benjamin Mascolo, 26, in April after they met at the Coachella music festival in Indio, California, and she admitted to feeling an intense physical attraction when they first met.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"During our dinner together I couldn\'t stop staring at him.\"</p><cite>— Bella Thorne</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She told Vanity Fair Italia: \"On our first date, I played the 21 Question game. I asked him what his favourite position was, what was his biggest insecurity, what was his favourite food. It\'s a game you usually play with your friends, not with your date. But I wanted to quickly know if we could work as a couple.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"But he said things like he was not romantic at all, that he didn\'t like to send a woman flowers. But I surrendered anyway. During our dinner together I couldn\'t stop staring at him, I thought he was too sexy for me.\" </p>\n<!-- /wp:paragraph -->','Bella Thorne thought her boyfriend was \'too sexy\' for her','','inherit','closed','closed','','1257-revision-v1','','','2019-08-12 16:31:24','2019-08-12 21:31:24','',1257,'https://buzz-caribbean.com/article/1257-revision-v1/',0,'revision','',0),(3218,11,'2019-08-12 16:31:27','2019-08-12 21:31:27','<!-- wp:paragraph -->\n<p>A rastaman is smiling somewhere and probably saying something like- ‘a long time the rasta did a tell yuh seh ital is vital’. You probably scoffed at that advice 10 years earlier but now it is all about peas, beans and a wholesome lifestyle. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3205} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/New-Leaf-Vegetarian-Thursday-Specials-1024x683.jpg\" alt=\"\" class=\"wp-image-3205\" /><figcaption>Delicious vegan meals from New Leaf Vegetarian in Kingston, Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We now happily turn up our noses at the once very delicious stew pork - after all, ‘weh pork ago?’ Instead, it is all about faux meat, no cheese and other plant-based goodies. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like everywhere else in the world, Kingston, Jamaica is into the well-hyped vegan lifestyle and <strong>BUZZ</strong> is sharing five spots in Kingston that are ideal for vegans. Did we mention they’re all taste approved by our Editorial staff? Well, they are!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>New Leaf Vegetarian&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It\'s been at its 121 Hope Road location for what feels like forever - and long before the vegan craze hit Kingston Harbour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3137} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pinto-Bean-and-Avocado-Wrap-1024x683.jpg\" alt=\"\" class=\"wp-image-3137\" /><figcaption>New Leaf Vegetarian\'s Pinto Bean and Avocado Wrap (Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This spot opens an hour before lunchtime and boasts sumptuous vegetarian goodies. Bean burgers, stir-frys, soups and delightful vegan pastries are just some of New Leaf Vegetarians\' offerings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Plus they are known for their speedy delivery and&nbsp;friendly customer service.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Take a dive into foodie land with these Thursday offerings from New Leaf Vegetarian in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3139,3140,3141,3142]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Blueberry-Smoothie-with-coconut-milk-1024x683.jpg\" alt=\"\" data-id=\"3139\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/blueberry-smoothie-with-coconut-milk/\" class=\"wp-image-3139\" /><figcaption>Pinto bean wrap served and a refreshing blueberry smoothie with coconut milk</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Homestyle-lentil-stew-with-brown-rice-and-plantain-1024x683.jpg\" alt=\"\" data-id=\"3140\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/homestyle-lentil-stew-with-brown-rice-and-plantain/\" class=\"wp-image-3140\" /><figcaption>Homestyle lentil stew with brown rice and plantain</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tofu-fried-rice-with-steamed-vegetables-and-plantain-1024x683.jpg\" alt=\"\" data-id=\"3141\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/tofu-fried-rice-with-steamed-vegetables-and-plantain/\" class=\"wp-image-3141\" /><figcaption>Tofu fried rice with steamed vegetables and plantain</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-falafel-1024x683.jpg\" alt=\"\" data-id=\"3142\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/vegan-falafel/\" class=\"wp-image-3142\" /><figcaption>Vegan falafel</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Kushites</strong>&nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What’s Gado Gado?  Have you ever eaten vegan steak?  What about sorell cheesecake? Those are just some of the items available on Kushites’ menu, which changes approximately every three months. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3214} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/West-African-Gumbo-Tomato-and-okra-stew-with-seafood-Calaloo-stuffed-yam-balls-Whole-roasted-plantain-In-harissa-sauce.jpg\" alt=\"\" class=\"wp-image-3214\" /><figcaption>Kushites\' West African Gumbo (Photos: Instagram @kushitesvegetablecuisine)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What’s more, if you are into Dr Sebi they also offer meal items exclusively for the alkaline diet. Appropriately located inside Eden Gardens Wellness Resort &amp; Spa, <a href=\"https://www.instagram.com/kushitesvegetablecuisine/\">Kushites </a>is vegan dining at its finest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Gallery below with highlights of some of their customer favourites.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"3065\",\"3066\",\"3068\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Breadfruit-salsa-Kushites.jpg\" alt=\"\" data-id=\"3065\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/breadfruit-salsa-kushites/\" class=\"wp-image-3065\" /><figcaption>Breadfruit salsa </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jerked-Chayote-and-quinoa-Kushites.jpg\" alt=\"\" data-id=\"3066\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/jerked-chayote-and-quinoa-kushites/\" class=\"wp-image-3066\" /><figcaption>Jerked Chayote and quinoa </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-Passion-Fruit-Ice-Cream-Kushites.jpg\" alt=\"\" data-id=\"3068\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/vegan-passion-fruit-ice-cream-kushites/\" class=\"wp-image-3068\" /><figcaption>Vegan Passion Fruit Ice Cream</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The place looks spectacular with stunning golden rococo-style furnishings, which makes it the perfect spot to bring someone you are trying to impress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Mi Hungry&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is the ital food spot that is a hit among local vegans - Jamaican vegans love Mi Hungry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3077} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-Burger-Mi-Hungry.jpg\" alt=\"\" class=\"wp-image-3077\" /><figcaption>Vegan burger (Photos: Instagram - @mihungrynow)<br><br> </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Opening at an impressive 8:00 am each morning, Mi Hungry serves up a wide range of vegan dishes and plenty of freshly squeezed and cold press juices from sun up til well into the evening, closing just before midnight.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.google.com/maps/place/Market+Place/@18.0221141,-76.7992455,17z/data=!3m1!4b1!4m8!1m2!2m1!1sMarketplace!3m4!1s0x8edb3e4c788c1fcb:0xfddcf4d0c974b9e2!8m2!3d18.022109!4d-76.7970568\">Tucked away</a> inside the food mecca that is Marketplace, what makes Mi Hungry unique is that nothing there is cooked - they offer what they call&nbsp; ‘live’ food.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Can you believe it? They offer pizzas, burgers and pastas and none of it has touched a stove!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See some of their delectable dishes in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"3079\",\"3080\",\"3081\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Mi-Hungry-Vegan-Dish.jpg\" alt=\"\" data-id=\"3079\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/mi-hungry-vegan-dish/\" class=\"wp-image-3079\" /><figcaption>Vegetable Pizza</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rap-Raw_Seaweed-broccoli-avocado-tomato-and-ackee-Mi-Hungry.jpg\" alt=\"\" data-id=\"3080\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/rap-raw_seaweed-broccoli-avocado-tomato-and-ackee-mi-hungry/\" class=\"wp-image-3080\" /><figcaption>Raw Wrap: Seaweed, broccoli, avocado, tomato and ackee</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Savory-pie-ackeeplantain-with-black-olives-tomatoes-Mi-Hungry.jpg\" alt=\"\" data-id=\"3081\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/savory-pie-ackeeplantain-with-black-olives-tomatoes-mi-hungry/\" class=\"wp-image-3081\" /><figcaption>Savory pie: Ackee &amp; plantain with black olives and  tomatoes</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>How they do it? It is a variety of spicing and dehydration techniques.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This spot boasts not only a unique food preparation style but is always buzzing with an ital vibe and lively banter about natural life and black consciousness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a spot to not only nourish your body but nourish your mind and it is one of the most affordable natural eateries in town.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did we mention that they also have a <a href=\"https://www.google.com/maps/place/Mi+Hungry+Whol\'+Some+Food/@18.4059561,-77.1096176,17z/data=!3m1!4b1!4m5!3m4!1s0x8edafe794e405c2b:0xa6184b4dd678039d!8m2!3d18.405951!4d-77.1074289\">location</a> in Ocho Rios?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>The Cheffing Don&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you love a great bean stew - then The Cheffing Don is your place. The hit item on this menu is their three-bean stew, which is available on Wednesdays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, they have other equally delicious plant-based meal items that are ideal for vegans or those hoping to cross over.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3102} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-lentil-stew-pastafari-sautéed-ackee-steamed-veggies-greatness-salad-and-green-pressed-plantain.jpg\" alt=\"\" class=\"wp-image-3102\" /><figcaption>The Cheffingg Don\'s lentil stew, pastafari, sautéed ackee, steamed veggies, greatness salad, and green pressed plantains (Photos: Instagram - @thecheffingdoncatering)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Priding themselves on utilizing local and organic foods, The Cheffing Don has an ital vibe evident in the serving up&nbsp;of their delicately designed food masterpieces inside a calabash.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Feast your eyes on some of their menu items in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3116,3106,3107]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Dons-Plant-based-meal-served-in-customary-calabash-with-bamboo-spork.jpg\" alt=\"\" data-id=\"3116\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/the-cheffing-dons-plant-based-meal-served-in-customary-calabash-with-bamboo-spork/\" class=\"wp-image-3116\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-Combination-Menu-Item.jpg\" alt=\"\" data-id=\"3106\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/the-cheffing-don-combination-menu-item/\" class=\"wp-image-3106\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-sautéed-ackee-greatness-salad-curried-chickpeas-veggie-fried-rice-pumpkin-takari-and-steam-veggies.jpg\" alt=\"\" data-id=\"3107\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/the-cheffing-don-sauteed-ackee-greatness-salad-curried-chickpeas-veggie-fried-rice-pumpkin-takari-and-steam-veggies/\" class=\"wp-image-3107\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>With plenty of greenery and outdoor seating, this place is an ideal spot to grab something nutritious to eat while getting in tune with nature.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Veggie Campus&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Nestled into Skibo Avenue, Veggie Campus is a stone\'s throw away from the prestigious Holy Childhood High School.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While Veggie Campus is take-out only, this spot boasts plenty of fun and lively dishes that makes picking up the phone to order or sending the text a breeze.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3122} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Campus-Veggie-Ball-Sub.jpg\" alt=\"\" class=\"wp-image-3122\" /><figcaption>Veggie Campus\' Veggie Ball Sub (Photos: Instagram - @veggiecampusja)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Boasting signature specials like their green plantain lasagna, which uses green plantains as sheets of pasta, stuffed with spiced lentils and creamy cashew cheese - Veggie Campus has the type of variety&nbsp;that makes you wonder why you ever thought veganhood was difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Delve into some of their tasty dishes in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3128,3129,3130]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Caampus-Ackee-Quesadilla.jpg\" alt=\"\" data-id=\"3128\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/veggie-caampus-ackee-quesadilla/\" class=\"wp-image-3128\" /><figcaption>Veggie Caampus\' Ackee Quesadilla</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Campus-Ackee-Wrap.jpg\" alt=\"\" data-id=\"3129\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/veggie-campus-ackee-wrap/\" class=\"wp-image-3129\" /><figcaption>Veggie Campus\' Ackee Wrap</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Campus-Turn-breadfruit-and-ackee-with-butter-beans.jpg\" alt=\"\" data-id=\"3130\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/veggie-campus-turn-breadfruit-and-ackee-with-butter-beans/\" class=\"wp-image-3130\" /><figcaption>Veggie Campus\' Turn-breadfruit and ackee with butter beans </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Did we mention their bbq cauliflower- you’ll never miss the taste of bbq chicken wings again.&nbsp;</p>\n<!-- /wp:paragraph -->','5 Go-to spots for vegans in Kingston','','inherit','closed','closed','','116-revision-v1','','','2019-08-12 16:31:27','2019-08-12 21:31:27','',116,'https://buzz-caribbean.com/article/116-revision-v1/',0,'revision','',0),(3219,11,'2019-08-12 16:31:36','2019-08-12 21:31:36','<!-- wp:paragraph -->\n<p>A rastaman is smiling somewhere and probably saying something like ‘a long time the rasta did a tell yuh seh ital is vital’. You probably scoffed at that advice 10 years earlier but now it is all about peas, beans and a wholesome lifestyle. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3205} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/New-Leaf-Vegetarian-Thursday-Specials-1024x683.jpg\" alt=\"\" class=\"wp-image-3205\" /><figcaption>Delicious vegan meals from New Leaf Vegetarian in Kingston, Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We now happily turn up our noses at the once very delicious stew pork - after all, ‘weh pork ago?’ Instead, it is all about faux meat, no cheese and other plant-based goodies. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like everywhere else in the world, Kingston, Jamaica is into the well-hyped vegan lifestyle and <strong>BUZZ</strong> is sharing five spots in Kingston that are ideal for vegans. Did we mention they’re all taste approved by our Editorial staff? Well, they are!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>New Leaf Vegetarian&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It\'s been at its 121 Hope Road location for what feels like forever - and long before the vegan craze hit Kingston Harbour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3137} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pinto-Bean-and-Avocado-Wrap-1024x683.jpg\" alt=\"\" class=\"wp-image-3137\" /><figcaption>New Leaf Vegetarian\'s Pinto Bean and Avocado Wrap (Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This spot opens an hour before lunchtime and boasts sumptuous vegetarian goodies. Bean burgers, stir-frys, soups and delightful vegan pastries are just some of New Leaf Vegetarians\' offerings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Plus they are known for their speedy delivery and&nbsp;friendly customer service.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Take a dive into foodie land with these Thursday offerings from New Leaf Vegetarian in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3139,3140,3141,3142]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Blueberry-Smoothie-with-coconut-milk-1024x683.jpg\" alt=\"\" data-id=\"3139\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/blueberry-smoothie-with-coconut-milk/\" class=\"wp-image-3139\" /><figcaption>Pinto bean wrap served and a refreshing blueberry smoothie with coconut milk</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Homestyle-lentil-stew-with-brown-rice-and-plantain-1024x683.jpg\" alt=\"\" data-id=\"3140\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/homestyle-lentil-stew-with-brown-rice-and-plantain/\" class=\"wp-image-3140\" /><figcaption>Homestyle lentil stew with brown rice and plantain</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tofu-fried-rice-with-steamed-vegetables-and-plantain-1024x683.jpg\" alt=\"\" data-id=\"3141\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/tofu-fried-rice-with-steamed-vegetables-and-plantain/\" class=\"wp-image-3141\" /><figcaption>Tofu fried rice with steamed vegetables and plantain</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-falafel-1024x683.jpg\" alt=\"\" data-id=\"3142\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/vegan-falafel/\" class=\"wp-image-3142\" /><figcaption>Vegan falafel</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Kushites</strong>&nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What’s Gado Gado?  Have you ever eaten vegan steak?  What about sorell cheesecake? Those are just some of the items available on Kushites’ menu, which changes approximately every three months. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3214} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/West-African-Gumbo-Tomato-and-okra-stew-with-seafood-Calaloo-stuffed-yam-balls-Whole-roasted-plantain-In-harissa-sauce.jpg\" alt=\"\" class=\"wp-image-3214\" /><figcaption>Kushites\' West African Gumbo (Photos: Instagram @kushitesvegetablecuisine)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What’s more, if you are into Dr Sebi they also offer meal items exclusively for the alkaline diet. Appropriately located inside Eden Gardens Wellness Resort &amp; Spa, <a href=\"https://www.instagram.com/kushitesvegetablecuisine/\">Kushites </a>is vegan dining at its finest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Gallery below with highlights of some of their customer favourites.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"3065\",\"3066\",\"3068\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Breadfruit-salsa-Kushites.jpg\" alt=\"\" data-id=\"3065\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/breadfruit-salsa-kushites/\" class=\"wp-image-3065\" /><figcaption>Breadfruit salsa </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jerked-Chayote-and-quinoa-Kushites.jpg\" alt=\"\" data-id=\"3066\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/jerked-chayote-and-quinoa-kushites/\" class=\"wp-image-3066\" /><figcaption>Jerked Chayote and quinoa </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-Passion-Fruit-Ice-Cream-Kushites.jpg\" alt=\"\" data-id=\"3068\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/vegan-passion-fruit-ice-cream-kushites/\" class=\"wp-image-3068\" /><figcaption>Vegan Passion Fruit Ice Cream</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The place looks spectacular with stunning golden rococo-style furnishings, which makes it the perfect spot to bring someone you are trying to impress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Mi Hungry&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is the ital food spot that is a hit among local vegans - Jamaican vegans love Mi Hungry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3077} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-Burger-Mi-Hungry.jpg\" alt=\"\" class=\"wp-image-3077\" /><figcaption>Vegan burger (Photos: Instagram - @mihungrynow)<br><br> </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Opening at an impressive 8:00 am each morning, Mi Hungry serves up a wide range of vegan dishes and plenty of freshly squeezed and cold press juices from sun up til well into the evening, closing just before midnight.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.google.com/maps/place/Market+Place/@18.0221141,-76.7992455,17z/data=!3m1!4b1!4m8!1m2!2m1!1sMarketplace!3m4!1s0x8edb3e4c788c1fcb:0xfddcf4d0c974b9e2!8m2!3d18.022109!4d-76.7970568\">Tucked away</a> inside the food mecca that is Marketplace, what makes Mi Hungry unique is that nothing there is cooked - they offer what they call&nbsp; ‘live’ food.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Can you believe it? They offer pizzas, burgers and pastas and none of it has touched a stove!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See some of their delectable dishes in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"3079\",\"3080\",\"3081\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Mi-Hungry-Vegan-Dish.jpg\" alt=\"\" data-id=\"3079\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/mi-hungry-vegan-dish/\" class=\"wp-image-3079\" /><figcaption>Vegetable Pizza</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rap-Raw_Seaweed-broccoli-avocado-tomato-and-ackee-Mi-Hungry.jpg\" alt=\"\" data-id=\"3080\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/rap-raw_seaweed-broccoli-avocado-tomato-and-ackee-mi-hungry/\" class=\"wp-image-3080\" /><figcaption>Raw Wrap: Seaweed, broccoli, avocado, tomato and ackee</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Savory-pie-ackeeplantain-with-black-olives-tomatoes-Mi-Hungry.jpg\" alt=\"\" data-id=\"3081\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/savory-pie-ackeeplantain-with-black-olives-tomatoes-mi-hungry/\" class=\"wp-image-3081\" /><figcaption>Savory pie: Ackee &amp; plantain with black olives and  tomatoes</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>How they do it? It is a variety of spicing and dehydration techniques.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This spot boasts not only a unique food preparation style but is always buzzing with an ital vibe and lively banter about natural life and black consciousness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a spot to not only nourish your body but nourish your mind and it is one of the most affordable natural eateries in town.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did we mention that they also have a <a href=\"https://www.google.com/maps/place/Mi+Hungry+Whol\'+Some+Food/@18.4059561,-77.1096176,17z/data=!3m1!4b1!4m5!3m4!1s0x8edafe794e405c2b:0xa6184b4dd678039d!8m2!3d18.405951!4d-77.1074289\">location</a> in Ocho Rios?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>The Cheffing Don&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you love a great bean stew - then The Cheffing Don is your place. The hit item on this menu is their three-bean stew, which is available on Wednesdays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, they have other equally delicious plant-based meal items that are ideal for vegans or those hoping to cross over.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3102} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-lentil-stew-pastafari-sautéed-ackee-steamed-veggies-greatness-salad-and-green-pressed-plantain.jpg\" alt=\"\" class=\"wp-image-3102\" /><figcaption>The Cheffingg Don\'s lentil stew, pastafari, sautéed ackee, steamed veggies, greatness salad, and green pressed plantains (Photos: Instagram - @thecheffingdoncatering)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Priding themselves on utilizing local and organic foods, The Cheffing Don has an ital vibe evident in the serving up&nbsp;of their delicately designed food masterpieces inside a calabash.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Feast your eyes on some of their menu items in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3116,3106,3107]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Dons-Plant-based-meal-served-in-customary-calabash-with-bamboo-spork.jpg\" alt=\"\" data-id=\"3116\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/the-cheffing-dons-plant-based-meal-served-in-customary-calabash-with-bamboo-spork/\" class=\"wp-image-3116\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-Combination-Menu-Item.jpg\" alt=\"\" data-id=\"3106\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/the-cheffing-don-combination-menu-item/\" class=\"wp-image-3106\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-sautéed-ackee-greatness-salad-curried-chickpeas-veggie-fried-rice-pumpkin-takari-and-steam-veggies.jpg\" alt=\"\" data-id=\"3107\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/the-cheffing-don-sauteed-ackee-greatness-salad-curried-chickpeas-veggie-fried-rice-pumpkin-takari-and-steam-veggies/\" class=\"wp-image-3107\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>With plenty of greenery and outdoor seating, this place is an ideal spot to grab something nutritious to eat while getting in tune with nature.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Veggie Campus&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Nestled into Skibo Avenue, Veggie Campus is a stone\'s throw away from the prestigious Holy Childhood High School.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While Veggie Campus is take-out only, this spot boasts plenty of fun and lively dishes that makes picking up the phone to order or sending the text a breeze.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3122} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Campus-Veggie-Ball-Sub.jpg\" alt=\"\" class=\"wp-image-3122\" /><figcaption>Veggie Campus\' Veggie Ball Sub (Photos: Instagram - @veggiecampusja)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Boasting signature specials like their green plantain lasagna, which uses green plantains as sheets of pasta, stuffed with spiced lentils and creamy cashew cheese - Veggie Campus has the type of variety&nbsp;that makes you wonder why you ever thought veganhood was difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Delve into some of their tasty dishes in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3128,3129,3130]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Caampus-Ackee-Quesadilla.jpg\" alt=\"\" data-id=\"3128\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/veggie-caampus-ackee-quesadilla/\" class=\"wp-image-3128\" /><figcaption>Veggie Caampus\' Ackee Quesadilla</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Campus-Ackee-Wrap.jpg\" alt=\"\" data-id=\"3129\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/veggie-campus-ackee-wrap/\" class=\"wp-image-3129\" /><figcaption>Veggie Campus\' Ackee Wrap</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Campus-Turn-breadfruit-and-ackee-with-butter-beans.jpg\" alt=\"\" data-id=\"3130\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/veggie-campus-turn-breadfruit-and-ackee-with-butter-beans/\" class=\"wp-image-3130\" /><figcaption>Veggie Campus\' Turn-breadfruit and ackee with butter beans </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Did we mention their bbq cauliflower- you’ll never miss the taste of bbq chicken wings again.&nbsp;</p>\n<!-- /wp:paragraph -->','5 Go-to spots for vegans in Kingston','','inherit','closed','closed','','116-revision-v1','','','2019-08-12 16:31:36','2019-08-12 21:31:36','',116,'https://buzz-caribbean.com/article/116-revision-v1/',0,'revision','',0),(3220,9,'2019-08-12 16:32:35','2019-08-12 21:32:35','<!-- wp:image {\"id\":1252} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Craig-David-.jpeg\" alt=\"\" class=\"wp-image-1252\" /><figcaption>Craig David refuses to talk about anyone he is dating.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Craig David insists that he will never put his relationships in the spotlight because he doesn\'t want to come with \"all this baggage\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Fill Me In</strong> hitmaker refuses to talk about anyone he dates because he doesn\'t want to ruin the romance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"There\'s not much of my life that isn\'t sort of out there in the world. There are certain elements you want to hold on to. When it comes to getting into a relationship, for the respect of the other person, I don\'t want it to always come with all this baggage. I want it to be, like, let it grow. You don\'t want to trample on the whole thing because it never got a chance in its infancy.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I\'m not in a relationship, but my heart is always open.\" </p><cite>- Craig David</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>However, the 38-year-old singer insists he isn\'t in any kind of relationship at the moment, but his heart is \"open\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added: \"I\'m not in a relationship, but my heart is always open. It\'s a cop-out when any artiste says, \'I haven\'t got time for relationships.\' You\'ve always got time for relationships.\" </p>\n<!-- /wp:paragraph -->','Craig David fears public relationships','','inherit','closed','closed','','1251-revision-v1','','','2019-08-12 16:32:35','2019-08-12 21:32:35','',1251,'https://buzz-caribbean.com/article/1251-revision-v1/',0,'revision','',0),(3221,14,'2019-08-12 16:32:39','2019-08-12 21:32:39','<!-- wp:paragraph -->\n<p>Minister of Industry, Commerce, Agriculture\nand Fisheries Audley Shaw is to deliver this year’s Caribbean International\nNetwork (CIN) Lecture in New York on Jamaica’s ganja industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2406} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bearded-black-man-smoking-1024x683.jpg\" alt=\"\" class=\"wp-image-2406\" /><figcaption>Photo contributed, Pexels.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The annual event will take place on Wednesday, October 16, at Harlem’s Schomburg Centre for Research in Black Culture in New York at 7:00 pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Shaw’s address will be entitled: “<strong><em>The\nSearch for Green Gold… Marijuana</em></strong>”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking about the ganja industry, which\nmany expect to net the country and local players billions of dollars from\nexpected revenue, Shaw contends that the island is still poised to be a major world\nleader in cannabis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3209} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/audley-shaw-buzz-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3209\" /><figcaption>Audley Shaw,  Minister of Industry, Commerce, Agriculture and Fisheries  (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Jamaica is uniquely positioned to be a\nglobal player and we are committed to providing the leadership and resources\nrequired for opening the international markets, including Canada and Europe for\nour licensed and regulated Jamaican companies,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At this point in time, the ganja industry is mandated to be centered on medicinal, scientific and therapeutic usage only. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The issue of banking revenue from it\nremains vexing with many people unaware of both local and international\nrestrictions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>CEO of Itopia Life, Blaine Dowdle values\nJamaica’s ganja industry at around US$219 million.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“The lecture series has been an annual showcase of the Caribbean regions best and brightest, thinkers, entrepreneurs, statesmen, artists, and three former Prime Ministers,” said CEO of CIN, Stephen Hill.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3215} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/stephen-hill-buzz-demo.jpg\" alt=\"\" class=\"wp-image-3215\" /><figcaption> Stephen Hill, CEO of the Caribbean International Network (Photo contributed, Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“These renowned individuals have presented\nchallenging and eye-opening talks before a large and engaging audience.\nContinuing in that tradition, this year’s topic is both timely and\ncontroversial,” Hill added.</p>\n<!-- /wp:paragraph -->','Audley Shaw to speak on JA’s ganja industry at upcoming CIN Lecture','','inherit','closed','closed','','2402-revision-v1','','','2019-08-12 16:32:39','2019-08-12 21:32:39','',2402,'https://buzz-caribbean.com/article/2402-revision-v1/',0,'revision','',0),(3222,4,'2019-08-12 17:29:51','2019-08-12 22:29:51','<!-- wp:paragraph -->\n<p>Scientists were a step closer on\nMonday to a cure for Ebola after two of four drugs in a clinical trial were\nfound to significantly increase survival rates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3239} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/AAFnuec-1024x683.jpg\" alt=\"\" class=\"wp-image-3239\" /><figcaption>A woman receiving a shot during an outbreak of Ebola in the Democratic Republic of Congo. (Photo: Thompson-Reuters)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The study began last November in the\nDemocratic Republic of Congo, but its current phase will now be stopped.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The US National Institutes of Health (NIH)\nsaid in a statement that all future patients will be switched over to the two\ntreatments that have shown positive results.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3244} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/AAFnrUg-1024x683.jpg\" alt=\"\" class=\"wp-image-3244\" /><figcaption>Healthcare workers at a treatment facility for Ebola victims in the Democratic Republic of Congo. ((Photo: Thompson-Reuters)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"The preliminary results in 499\nstudy participants indicated that individuals receiving REGN-EB3 or mAb114 had\na greater chance of survival compared to participants in the other two arms,\"\naccording to the health authority.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The NIH added the final analysis of the data would occur in late September or early October. The NIH, Democratic Republic of Congo health authorities and the World Health Organization praised the team of individuals who have worked under extremely difficult conditions to carry out this study.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3247} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jeremy-Farrar.jpg\" alt=\"\" class=\"wp-image-3247\" /><figcaption>Jeremy Farrar, director of Britain\'s Wellcome Trust. (Photo: Getty Images)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Thanks to this trial, we are starting to understand which treatments to offer to patients.\"</p><cite>—Jeremy Farrar</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Jeremy Farrar, director of Britain\'s Wellcome Trust research charity, said the development would undoubtedly save lives. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"Thanks to this trial, we are starting to understand which treatments to offer to patients in this and future outbreaks. The more we learn about these two treatments, and how they can complement the public health response, including contact tracing and vaccination, the closer we can get to turning Ebola from a terrifying disease to one that is preventable and treatable.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More than 1,800 people have died in eastern Democratic Republic of Congo since Ebola broke out there in August last year. The virus is transmitted to people from wild animals, then spreads among humans through direct contact with the blood or other secretions of infected people or with surfaces contaminated with their fluids.</p>\n<!-- /wp:paragraph -->','Scientists a step closer to curing Ebola','','publish','closed','closed','','scientists-a-step-closer-to-curing-ebola','','','2019-08-12 17:31:51','2019-08-12 22:31:51','',0,'https://buzz-caribbean.com/?p=3222',0,'post','',0),(3223,9,'2019-08-12 16:34:27','2019-08-12 21:34:27','<!-- wp:image {\"id\":1247} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/2018-jaguar-xjr575-e1516672804195-1024x509.jpg\" alt=\"\" class=\"wp-image-1247\" /><figcaption>The Jaguar XJ luxury sedan will be replaced by an electric model next year. <br>(Photos: JLR\'s website)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jaguar Land Rover (JLR) is committed to building electric cars in the United Kingdom with an initial investment of £1 billion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are committed to making our next generation of zero-emission vehicles in the UK,” JLR’s CEO, Ralf Speth, is reported to have told the<strong> </strong>Financial Times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“If batteries go out of the UK, then automotive production will go out of the UK. The battery is 40 per cent of the cost of an electric vehicle. We want to keep this kind of added value inside the UK.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“We are committed to making our next generation of zero-emission vehicles in the UK.\" </p><cite>— JLR’s CEO, Ralf Speth </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The first JLR battery car to be made in the UK’s Castle Bromwich will be an electric XJ. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier this year, JLR’s owner Tata Motors denied it would be selling the British car company to the French-owned PSA Group (operators of the Peugeot, Citroen and Vauxhall brands).<br><br></p>\n<!-- /wp:paragraph -->','Jaguar Land Rover to build electric cars in the UK','','inherit','closed','closed','','1246-revision-v1','','','2019-08-12 16:34:27','2019-08-12 21:34:27','',1246,'https://buzz-caribbean.com/article/1246-revision-v1/',0,'revision','',0),(3224,9,'2019-08-12 16:36:00','2019-08-12 21:36:00','<!-- wp:paragraph -->\n<p>We have all heard of the indigenous people of Jamaica, the Tainos, but what impact, if any, did they leave on our culture?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr Lesley-Gail Atkinson Swaby has been studying the Tainos for years, and she has become an authority on the group of people. Putting her research to good use, Swaby has written a delightful children’s book entitled, <strong>Boianani: A Taino Girl’s First Adventure</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1214} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/taino-book.jpg\" alt=\"\" class=\"wp-image-1214\" /><figcaption>  ‘Boianani: A Taino Girl’s First Adventure’ is a 56-page book intended to give children knowledge of the original inhabitants of Jamaica. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This 56-page book, which was published by Plum Valley Publishing Limited, will go some way in giving children an insight into the original inhabitants of Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Boianani is more than an intellectual property. She is part of me. In fact, she is me, not just in name, but her spirit and determination. She represents my journey, and now we have come full circle,” said Swaby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1215} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Dr-Swaby.jpg\" alt=\"\" class=\"wp-image-1215\" /><figcaption> Dr Lesley-Gail Atkinson Swaby (right) shares a copy of her book. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Tainos were the principal inhabitants of most of Cuba, Jamaica, Hispaniola and Puerto Rico. When Christopher Columbus came to the New World, he found the Tainos living in the Greater Antilles and subsequently attempted to convert them to Christianity. </p>\n<!-- /wp:paragraph -->','A Taino’s tale: Dr Swaby launches new children’s book','','inherit','closed','closed','','1213-revision-v1','','','2019-08-12 16:36:00','2019-08-12 21:36:00','',1213,'https://buzz-caribbean.com/article/1213-revision-v1/',0,'revision','',0),(3225,9,'2019-08-12 16:38:00','2019-08-12 21:38:00','<!-- wp:paragraph -->\n<p>Jamaica is burning up, and we’re sure all locals can validate this claim.<br> <br>But readers, is the weather the only thing that’s hot this summer? Hmmm. Not at all.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1208} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Vybz-Kartel-birthday-1024x639.jpg\" alt=\"\" class=\"wp-image-1208\" /><figcaption> Despite being behind bars, dancehall artiste Vybz Kartel has maintained his dominance. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are several things that are in fact at their peak and trending — from food to clothes. But a critical part of this fiery summer is the music industry. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of\nthe flaming songs during the season are ‘Blessed’ by Shenseea and Tyga, Vybz\nKartel’s ‘Any Weather’ and ‘Toast’ by Koffee. And for those who want to dance,\nthere is ‘Cha Cha Bwoy’ by Ding Dong and ‘Cool It Down’ by Spice. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1201} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/koffee-1024x682.jpg\" alt=\"\" class=\"wp-image-1201\" /><figcaption>Koffee has been burning up the international music scene with \'Toast\'.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are\nalso other bubbling songs from dancehall acts like Squash, Govana, Chronic Law,\nJahvillani and Masicka.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1203} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spice-dancehall-1024x677.jpg\" alt=\"\" class=\"wp-image-1203\" /><figcaption>Spice has been combatting the summer heat with \'Cool It Down\'. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If we are\nto go by the current trends in dancehall and reggae, then music lovers surely\nhave a lot to look forward to. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What are\nsome of the songs you would add to this list of hot dancehall songs?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell us in\nthe comments section.</p>\n<!-- /wp:paragraph -->','Hot songs for a scorching summer','','inherit','closed','closed','','1199-revision-v1','','','2019-08-12 16:38:00','2019-08-12 21:38:00','',1199,'https://buzz-caribbean.com/article/1199-revision-v1/',0,'revision','',0),(3226,4,'2019-08-12 16:39:36','2019-08-12 21:39:36','<!-- wp:paragraph -->\n<p>Scientists were a step closer on\nMonday to a cure for Ebola after two of four drugs in a clinical trial were\nfound to significantly increase survival rates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The study began last November in the\nDemocratic Republic of Congo, but its current phase will now be stopped.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The US National Institutes of Health (NIH)\nsaid in a statement that all future patients will be switched over to the two\ntreatments that have shown positive results.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"The preliminary results in 499\nstudy participants indicated that individuals receiving REGN-EB3 or mAb114 had\na greater chance of survival compared to participants in the other two arms,\"\naccording to the health authority.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The NIH added the final analysis of\nthe data would occur in late September or early October.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The NIH, Democratic Republic of Congo\nhealth authorities and the World Health Organization praised the team of\nindividuals who have worked under extremely difficult conditions to carry out\nthis study.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jeremy Farrar, director of Britain\'s\nWellcome Trust research charity, said the development would undoubtedly save\nlives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Thanks to this trial, we are\nstarting to understand which treatments to offer to patients in this and future\noutbreaks.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"The more we learn about these\ntwo treatments, and how they can complement the public health response,\nincluding contact tracing and vaccination, the closer we can get to turning\nEbola from a terrifying disease to one that is preventable and treatable.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More than 1,800 people have died in\neastern Democratic Republic of Congo since Ebola broke out there in August last\nyear.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The virus is transmitted to people\nfrom wild animals, then spreads among humans through direct contact with the\nblood or other secretions of infected people or with surfaces contaminated with\ntheir fluids.</p>\n<!-- /wp:paragraph -->','Scientists closer to curing deadly Ebola','','inherit','closed','closed','','3222-revision-v1','','','2019-08-12 16:39:36','2019-08-12 21:39:36','',3222,'https://buzz-caribbean.com/article/3222-revision-v1/',0,'revision','',0),(3227,9,'2019-08-12 16:39:37','2019-08-12 21:39:37','<!-- wp:paragraph -->\n<p>For years, the north coast has been front and centre of Jamaica\'s tourism offerings. However, Travis Graham believed that Kingston was being left out of the mix despite being rich in culture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1107} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190731-WA0009-1024x768.jpg\" alt=\"\" class=\"wp-image-1107\" /><figcaption>These revellers made use of the special events package offered by Kingston Culture Tours when they visited Jamaica in April. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, while he was doing his master’s degree in Communication for Social and Behavioural Change, he came up with the grand idea of showcasing some of the best spots in the Corporate Area via a company he would eventually call Kingston Culture Tours JA. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I realised that Kingston is a niche market that was wasn’t\ngetting enough justice from the tourism entities. I saw a void that I could\nstart something to fill. We definitely have a mission to increase visitor arrivals\nto Kingston and to enhance its destination image,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1109} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190731-WA0007-576x1024.jpg\" alt=\"\" class=\"wp-image-1109\" /><figcaption>Travis Graham, the co-founder of Kingston Culture Tours JA, hangs out with American rapper Safaree when he participated in one of the tours. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Graham, who is the co-founder of Kingston Culture Tours JA, told<strong> BUZZ</strong> that since starting the venture in 2017, he has hosted numerous tourists from Europe, Asia and the United States. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We definitely have a mission to increase visitor arrivals to Kingston and to enhance its destination image.\" </p><cite>—Travis Graham</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The company offers three main tours – Blue Mountain Eco Tour, Kingston Culture Tour and the Port Royal Heritage Tour. Each tour lasts for about six hours and makes two attraction stops, as well as a food stop. A night tour is also done where visitors attend the Kingston Dub Club, and the company also offers special events vacation packages that host guests attending Carnival In Jamaica and the Bob Marley birthday celebrations. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1110} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190731-WA0006-1024x576.jpg\" alt=\"\" class=\"wp-image-1110\" /><figcaption>These Kingston Culture Tours JA guests were all smiles beside the statue of Bob Marley that is located close to the National Stadium in Kingston. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In his quest to market Kingston as a destination that is packed with experiences, Graham said that many visitors are amazed by how much they can do while on the tours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The reception has been great. People are surprised by how\nmuch there is to do in Kingston. People love the knowledge,” Graham. </p>\n<!-- /wp:paragraph -->','Kingston tour fills tourism void','','inherit','closed','closed','','1105-revision-v1','','','2019-08-12 16:39:37','2019-08-12 21:39:37','',1105,'https://buzz-caribbean.com/article/1105-revision-v1/',0,'revision','',0),(3228,9,'2019-08-12 16:41:18','2019-08-12 21:41:18','<!-- wp:image {\"id\":1918} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-A-1024x683.jpg\" alt=\"\" class=\"wp-image-1918\" /><figcaption>Sanjay Nelson is the owner of  Jae Epic Designer Trendy Fashion Collection. (Photos: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sanjay\nNelson’s small stature made it difficult for clothing to fit him the way he\nwanted them to. So, it was\nno surprise that when he was 14 years old he began\naltering his garments by hand. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite being\ntalented in fashion, Nelson was more fixated on football. And after leaving Seaforth\nHigh School in St Thomas, he went on to work in a supermarket, before landing a\njob at beverage company Wisynco. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1919} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-BB.jpg\" alt=\"\" class=\"wp-image-1919\" /><figcaption>Sanjay Nelson did a course in fashion designing last year. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After\nignoring his gift for quite some time, 22-year-old Nelson, who lives in\nPortmore, St Catherine, eventually asked his dad to purchase a sewing machine for\nhim although he did not know how to use one.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  “After I posted my work on Instagram, I have been getting calls from all<br> over.” </p><cite>— Sanjay Nelson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>While he was at home waiting to get a call from the Heart Garmex Academy, one of his friends told him that a popular sandals company in Kingston wanted someone to stitch leather. Even though he needed the job, Nelson said he was elated when the institution contacted him in August 2018 to do a course in fashion designing. <br> <br>“I need the understanding to construct patterns and designs, that’s why I go to school,” said the father of a two-year-old boy. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1923,1922]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-DDDD-1024x683.jpg\" alt=\"\" data-id=\"1923\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/sanjay-nelson-dddd/\" class=\"wp-image-1923\" /><figcaption>Epic Rigs have been worn by numerous Jamaican celebrities. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-CCC-1024x683.jpg\" alt=\"\" data-id=\"1922\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/sanjay-nelson-ccc/\" class=\"wp-image-1922\" /><figcaption>Sanjay Nelson shows off his creation. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>A year since enrolling at the Kingston-based training facility, Nelson, who is the founder of Jae Epic Designer Trendy Fashion Collection, has created a niche in the entertainment and fashion industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Inspired by the variety of chest rig bags that are trending across the world, Nelson created his line, ‘Epic Rigs’, that has been featured and worn by Jamaican celebrities like Sizzla, Chronic Law and Hot Frass. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1920,1921]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190729-WA0003-768x1024.jpg\" alt=\"\" data-id=\"1920\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/img-20190729-wa0003-2/\" class=\"wp-image-1920\" /><figcaption> Sizzla sporting one of Sanjay Nelson\'s pieces.  </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190729-WA0006.jpg\" alt=\"\" data-id=\"1921\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/img-20190729-wa0006-2/\" class=\"wp-image-1921\" /><figcaption> Entertainer Hot Frass makes a statement with one of the \'Epic Rigs\'. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“After I posted my work on Instagram, I have been getting calls from all over,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Emphasising on his love for patterns, Nelson, who plans to further his studies in fashion designing, said he is looking forward to creating tuxedos and bridal gowns.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=Ft2HVqVOhuY\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Ft2HVqVOhuY&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Local designer pushes \'bulletproof\' swag','','inherit','closed','closed','','1082-revision-v1','','','2019-08-12 16:41:18','2019-08-12 21:41:18','',1082,'https://buzz-caribbean.com/article/1082-revision-v1/',0,'revision','',0),(3229,4,'2019-08-12 16:41:51','2019-08-12 21:41:51','<!-- wp:paragraph -->\n<p>Scientists were a step closer on\nMonday to a cure for Ebola after two of four drugs in a clinical trial were\nfound to significantly increase survival rates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The study began last November in the\nDemocratic Republic of Congo, but its current phase will now be stopped.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The US National Institutes of Health (NIH)\nsaid in a statement that all future patients will be switched over to the two\ntreatments that have shown positive results.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"The preliminary results in 499\nstudy participants indicated that individuals receiving REGN-EB3 or mAb114 had\na greater chance of survival compared to participants in the other two arms,\"\naccording to the health authority.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The NIH added the final analysis of\nthe data would occur in late September or early October.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The NIH, Democratic Republic of Congo\nhealth authorities and the World Health Organization praised the team of\nindividuals who have worked under extremely difficult conditions to carry out\nthis study.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Thanks to this trial, we are starting to understand which treatments to offer to patients.\"</p><cite>—Jeremy Farrar</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Jeremy Farrar, director of Britain\'s\nWellcome Trust research charity, said the development would undoubtedly save\nlives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"Thanks to this trial, we are starting to understand which treatments to offer to patients in this and future outbreaks. The more we learn about these two treatments, and how they can complement the public health response, including contact tracing and vaccination, the closer we can get to turning Ebola from a terrifying disease to one that is preventable and treatable.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More than 1,800 people have died in\neastern Democratic Republic of Congo since Ebola broke out there in August last\nyear.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The virus is transmitted to people\nfrom wild animals, then spreads among humans through direct contact with the\nblood or other secretions of infected people or with surfaces contaminated with\ntheir fluids.</p>\n<!-- /wp:paragraph -->','Scientists closer to curing deadly Ebola','','inherit','closed','closed','','3222-revision-v1','','','2019-08-12 16:41:51','2019-08-12 21:41:51','',3222,'https://buzz-caribbean.com/article/3222-revision-v1/',0,'revision','',0),(3231,9,'2019-08-12 16:44:30','2019-08-12 21:44:30','<!-- wp:image {\"id\":1392} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/MAKEUP_20190712163627_save-1024x683.jpg\" alt=\"\" class=\"wp-image-1392\" /><figcaption>Bad Gyal Marie has been living in Jamaica since 2009. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They say the journey of a thousand miles\nbegins with one step. But for Marie Sano, more popularly known as Bad Gyal\nMarie, hers was the journey of more than 8,000 miles – from Tokyo, Japan, to\nKingston, Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her ‘one step’ came in 2009 when she\ndecided to leave the place she had called home all her life to move to Jamaica,\na place she inexplicably felt drawn to, from the very first time she heard\ndancehall music at a Japanese club.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Reggae music is big in Japan” </p><cite>— Bad Gyal Marie</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Reggae music is big in Japan,” she said.\n“I remember when I was a teenager I went to a club and the DJ played dancehall\nmusic, and it changed my life. I just felt something. I cannot explain because\nit was so strange. It was like my blood just started boiling.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Determined to pursue this new-found\npassion, she threw herself into research about Jamaican music. She invested in\nrecords and practised spinning them in clubs. But even then, she never intended\nfor it to become her full-time career. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":929} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/MarieShabba-1024x683.jpg\" alt=\"\" class=\"wp-image-929\" /><figcaption>Bad Gyal Marie (left) says Likkle Shabba (right) taught her a lot about dancehall music. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What she felt in that moment when she fell\nin love with dancehall and reggae music, however, was perhaps the pull of the\nuniverse, drawing her in the direction of exactly where she needed to be, as\nsince her move to Jamaica, Bad Gyal Marie has realised that being a selector is\nin fact her calling. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Operating as the lone female selector on the sound system, Notorious International, Bad Gyal Marie has made quite the name for herself, most recently copping first place in the keenly contested 2019 Boom All Star Sound Clash.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her journey to the Boom title took some\ndoing, however, as Bad Gyal Marie had to work hard to prove that she was more\nthan a spectacle – more than a little Japanese girl playing around with\nJamaican culture. And even before then, she had to convince her parents that\nmoving to Jamaica was a good idea.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":930} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/MarieA.jpg\" alt=\"\" class=\"wp-image-930\" /><figcaption>Bad Gyal Marie moved to Jamaica from Japan in 2009. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After graduating from college with a degree\nin Cultural Studies, Marie decided to make the permanent move. By then, her\nparents had been sufficiently convinced that this was her passion and she now\nhad their full support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She started her career as a selector in\nJamaica by working with a fellow Japanese national. Together, both women would\nget a shot at the turntables at popular local street dances like Passa Passa. But\nfor Marie, it was not enough. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I always say every Jamaican is my teacher, in language and in music and so I just ketch the patois likkle by likkle” </p><cite>— Bad Gyal Marie</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Determined to be taken more seriously and\nrealising that she wanted to play all night and not just for 15 minutes, Marie\nmet Likkle Shabba, a selector from Kingston 13 who took her under his wings,\ntraining her and teaching her the ropes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I used to just go to the studio and talk\nto people daily. I always say every Jamaican is my teacher, in language and in\nmusic and so I just ketch the patois likkle by likkle,” Marie said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Working with Likkle Shabba, Marie received\nmore exposure, playing in a weekly session they hosted together called Yard\nClothes Wednesdays in the Wellington Road area of Kingston 13. They would later\ngo on to create the sound system Notorious International, featuring the likes\nof DJ Premiere, DJ Lucky, Oddie Frass, Superstar from Tokyo, and of course\nMarie and Likkle Shabba.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now that she has earned the respect of many\nin the dancehall space, Marie continues to make her mark across Jamaica. And along\nwith Notorious International, Marie has entered the Guinness Sounds of\nGreatness before winning the Boom All-Star Clash in May 2019. </p>\n<!-- /wp:paragraph -->','Japanese selector makes Jamaica her home','','inherit','closed','closed','','924-revision-v1','','','2019-08-12 16:44:30','2019-08-12 21:44:30','',924,'https://buzz-caribbean.com/article/924-revision-v1/',0,'revision','',0),(3233,13,'2019-08-12 16:50:19','2019-08-12 21:50:19','','Painted','','inherit','closed','closed','','painted-2','','','2019-08-12 16:50:19','2019-08-12 21:50:19','',1443,'https://buzz-caribbean.com/app/uploads/2019/08/painted-1.jpg',0,'attachment','image/jpeg',0),(3235,13,'2019-08-12 16:58:12','2019-08-12 21:58:12','','Colour Me Edit','','inherit','closed','closed','','colour-me-edit-2','','','2019-08-12 16:58:12','2019-08-12 21:58:12','',2067,'https://buzz-caribbean.com/app/uploads/2019/08/colour-me-edit-1.jpg',0,'attachment','image/jpeg',0),(3236,9,'2019-08-12 16:59:45','2019-08-12 21:59:45','','lauren-o-lauren','','inherit','closed','closed','','lauren-o-lauren','','','2019-08-12 16:59:45','2019-08-12 21:59:45','',832,'https://buzz-caribbean.com/app/uploads/2019/08/lauren-o-lauren.jpg',0,'attachment','image/jpeg',0),(3238,9,'2019-08-12 17:00:55','2019-08-12 22:00:55','<!-- wp:image {\"id\":3236} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lauren-o-lauren-1024x839.jpg\" alt=\"\" class=\"wp-image-3236\" /><figcaption> Lauren O Lauren says she is a digital content creator.  (Photo: Instagram @laurenolauren)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For Lauren O Lauren, personal brand\nbuilding is a strategic tool that she uses in her day-to-day engagements with\nher audience and corporate entities, as she tries to tell stories that reflect\na persona that is compelling and authentic. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>TheJamaica-born social and digital expert has been working in the digital media space for more than a decade, and she now holds a post at one of the largest tech agencies in the world called <strong>Bumble</strong>, which is based in the United States. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bw2aujThfW_/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bw2aujThfW_/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Back when she was in Jamaica, the social butterfly, whose real name is Lauren Dunn, started the <strong>Lauren O Lauren</strong> <strong>Show</strong>. It began on Facebook before finding its way on to Jamaican cable station Flow 100. On the show, she would use her candour personality to speak on personal issues that were affecting her as a female. At the time, she said she didn’t know that she was building her personal brand. Although the brand was initially seen as being vulgar and loud, she was able to gain a following because of her sincerity and authenticity. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And while she believes she might influence\npersons, Lauren does not view herself as an influencer. Instead, she believes\nshe is a digital content creator. </p>\n<!-- /wp:paragraph -->','Lauren O Lauren is more than an influencer','','inherit','closed','closed','','832-revision-v1','','','2019-08-12 17:00:55','2019-08-12 22:00:55','',832,'https://buzz-caribbean.com/article/832-revision-v1/',0,'revision','',0),(3239,4,'2019-08-12 17:02:21','2019-08-12 22:02:21','','AAFnuec','','inherit','closed','closed','','aafnuec','','','2019-08-12 17:02:21','2019-08-12 22:02:21','',3222,'https://buzz-caribbean.com/app/uploads/2019/08/AAFnuec.jpg',0,'attachment','image/jpeg',0),(3240,13,'2019-08-12 17:02:53','2019-08-12 22:02:53','','River And Picnic Edit','','inherit','closed','closed','','river-and-picnic-edit-2','','','2019-08-12 17:02:53','2019-08-12 22:02:53','',2088,'https://buzz-caribbean.com/app/uploads/2019/08/river-and-picnic-edit-1.jpg',0,'attachment','image/jpeg',0),(3242,13,'2019-08-12 17:05:26','2019-08-12 22:05:26','','Unity In The City Edit','','inherit','closed','closed','','unity-in-the-city-edit-2','','','2019-08-12 17:05:26','2019-08-12 22:05:26','',0,'https://buzz-caribbean.com/app/uploads/2019/08/unity-in-the-city-edit-1.jpg',0,'attachment','image/jpeg',0),(3243,13,'2019-08-12 17:08:09','2019-08-12 22:08:09','','Worship Feast Edit','','inherit','closed','closed','','worship-feast-edit-2','','','2019-08-12 17:08:09','2019-08-12 22:08:09','',1662,'https://buzz-caribbean.com/app/uploads/2019/08/worship-feast-edit-1.jpg',0,'attachment','image/jpeg',0),(3244,4,'2019-08-12 17:08:38','2019-08-12 22:08:38','','AAFnrUg','','inherit','closed','closed','','aafnrug','','','2019-08-12 17:08:38','2019-08-12 22:08:38','',3222,'https://buzz-caribbean.com/app/uploads/2019/08/AAFnrUg.jpg',0,'attachment','image/jpeg',0),(3246,9,'2019-08-12 17:14:53','2019-08-12 22:14:53','','Dubproof-CC','','inherit','closed','closed','','dubproof-cc','','','2019-08-12 17:14:53','2019-08-12 22:14:53','',781,'https://buzz-caribbean.com/app/uploads/2019/08/Dubproof-CC.jpg',0,'attachment','image/jpeg',0),(3247,4,'2019-08-12 17:15:48','2019-08-12 22:15:48','','Jeremy-Farrar','','inherit','closed','closed','','jeremy-farrar','','','2019-08-12 17:15:48','2019-08-12 22:15:48','',3222,'https://buzz-caribbean.com/app/uploads/2019/08/Jeremy-Farrar.jpg',0,'attachment','image/jpeg',0),(3248,9,'2019-08-12 17:17:01','2019-08-12 22:17:01','<!-- wp:image {\"id\":3246} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dubproof-CC-1024x646.jpg\" alt=\"\" class=\"wp-image-3246\" /><figcaption>Dub Proof opening for Lee Scratch Perry in January. (Photo: Instagram @dubproof)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reminiscent of classic 70s dub reggae with elements of jazz and old-school hip hop, Dub Proof\'s self-titled album is a great representation of their unconventional style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Regardless of the line-up, the United States-based band maintains its sound with minor tones, deep bass and trailing echoes that are all trademarks of Dub Proof’s sound. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I love instrumental reggae. Augustus\nPablo is my biggest inspiration,” said Nick Paolise, producer and\nbassist for Dub Proof.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to Paolise, Dub Proof’s current line-up includes Rory ‘Roke’ Fream (guitar and lead vocals), Pat Clarke (drums), Kenny P (drums), Dave ‘Dr. Dave’ Hollander (saxophone and keyboard), and Joe Harvard (guitar, lap steel guitar, keyboard, Kaoss /samples, back-up vocals).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I love instrumental reggae. Augustus Pablo is my biggest inspiration.” </p><cite>—  Nick Paolise, producer and bassist for Dub Proof </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Sticking to their style throughout the album, Dub Proof gives listeners new material and fan favourites that they can enjoy. ‘Slow Motion’, ‘All For Nothin’ and ‘Irish Coffee Dub’ are just some of the tracks that are likely to cause an ‘eargasm’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dub Proof has been beating a path out of Asbury Park in New Jersey, United States, since 2008. From performing as a back-up band for Nina Sky to playing live on the Artie Lange show, Dub Proof has earned the respect of industry professionals. The band has even made a mark on the hip-hop scene backing up famed Jewish rapper Kosha Dillz on his North East tour.</p>\n<!-- /wp:paragraph -->','Dub Proof blends reggae and hip hop for new album','','inherit','closed','closed','','781-revision-v1','','','2019-08-12 17:17:01','2019-08-12 22:17:01','',781,'https://buzz-caribbean.com/article/781-revision-v1/',0,'revision','',0),(3251,4,'2019-08-12 17:18:38','2019-08-12 22:18:38','<!-- wp:paragraph -->\n<p>Scientists were a step closer on\nMonday to a cure for Ebola after two of four drugs in a clinical trial were\nfound to significantly increase survival rates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3239} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/AAFnuec-1024x683.jpg\" alt=\"\" class=\"wp-image-3239\" /><figcaption>A woman receiving a shot during an outbreak of Ebola in the Democratic Republic of Congo. (Photos: Thompson Reuters)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The study began last November in the\nDemocratic Republic of Congo, but its current phase will now be stopped.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The US National Institutes of Health (NIH)\nsaid in a statement that all future patients will be switched over to the two\ntreatments that have shown positive results.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3244} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/AAFnrUg-1024x683.jpg\" alt=\"\" class=\"wp-image-3244\" /><figcaption>Healthcare workers at a treatment facility for Ebola victims in the Democratic Republic of Congo.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"The preliminary results in 499\nstudy participants indicated that individuals receiving REGN-EB3 or mAb114 had\na greater chance of survival compared to participants in the other two arms,\"\naccording to the health authority.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The NIH added the final analysis of\nthe data would occur in late September or early October.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The NIH, Democratic Republic of Congo\nhealth authorities and the World Health Organization praised the team of\nindividuals who have worked under extremely difficult conditions to carry out\nthis study.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3247} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jeremy-Farrar.jpg\" alt=\"\" class=\"wp-image-3247\" /><figcaption>Jeremy Farrar, director of Britain\'s Wellcome Trust research charity. (Photo: Getty Images)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Thanks to this trial, we are starting to understand which treatments to offer to patients.\"</p><cite>—Jeremy Farrar</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Jeremy Farrar, director of Britain\'s\nWellcome Trust research charity, said the development would undoubtedly save\nlives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"Thanks to this trial, we are starting to understand which treatments to offer to patients in this and future outbreaks. The more we learn about these two treatments, and how they can complement the public health response, including contact tracing and vaccination, the closer we can get to turning Ebola from a terrifying disease to one that is preventable and treatable.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More than 1,800 people have died in\neastern Democratic Republic of Congo since Ebola broke out there in August last\nyear.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The virus is transmitted to people\nfrom wild animals, then spreads among humans through direct contact with the\nblood or other secretions of infected people or with surfaces contaminated with\ntheir fluids.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','3222-revision-v1','','','2019-08-12 17:18:38','2019-08-12 22:18:38','',3222,'https://buzz-caribbean.com/article/3222-revision-v1/',0,'revision','',0),(3252,4,'2019-08-12 17:20:05','2019-08-12 22:20:05','<!-- wp:paragraph -->\n<p>Scientists were a step closer on\nMonday to a cure for Ebola after two of four drugs in a clinical trial were\nfound to significantly increase survival rates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3239} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/AAFnuec-1024x683.jpg\" alt=\"\" class=\"wp-image-3239\" /><figcaption>A woman receiving a shot during an outbreak of Ebola in the Democratic Republic of Congo. (Photos: Thompson Reuters)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The study began last November in the\nDemocratic Republic of Congo, but its current phase will now be stopped.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The US National Institutes of Health (NIH)\nsaid in a statement that all future patients will be switched over to the two\ntreatments that have shown positive results.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3244} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/AAFnrUg-1024x683.jpg\" alt=\"\" class=\"wp-image-3244\" /><figcaption>Healthcare workers at a treatment facility for Ebola victims in the Democratic Republic of Congo.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"The preliminary results in 499\nstudy participants indicated that individuals receiving REGN-EB3 or mAb114 had\na greater chance of survival compared to participants in the other two arms,\"\naccording to the health authority.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The NIH added the final analysis of\nthe data would occur in late September or early October.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The NIH, Democratic Republic of Congo\nhealth authorities and the World Health Organization praised the team of\nindividuals who have worked under extremely difficult conditions to carry out\nthis study.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3247} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jeremy-Farrar.jpg\" alt=\"\" class=\"wp-image-3247\" /><figcaption>Jeremy Farrar, director of Britain\'s Wellcome Trust research charity. (Photo: Getty Images)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Thanks to this trial, we are starting to understand which treatments to offer to patients.\"</p><cite>—Jeremy Farrar</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Jeremy Farrar, director of Britain\'s\nWellcome Trust research charity, said the development would undoubtedly save\nlives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"Thanks to this trial, we are starting to understand which treatments to offer to patients in this and future outbreaks. The more we learn about these two treatments, and how they can complement the public health response, including contact tracing and vaccination, the closer we can get to turning Ebola from a terrifying disease to one that is preventable and treatable.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More than 1,800 people have died in\neastern Democratic Republic of Congo since Ebola broke out there in August last\nyear.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The virus is transmitted to people\nfrom wild animals, then spreads among humans through direct contact with the\nblood or other secretions of infected people or with surfaces contaminated with\ntheir fluids.</p>\n<!-- /wp:paragraph -->','Scientist a step closer to curing Ebola','','inherit','closed','closed','','3222-revision-v1','','','2019-08-12 17:20:05','2019-08-12 22:20:05','',3222,'https://buzz-caribbean.com/article/3222-revision-v1/',0,'revision','',0),(3253,4,'2019-08-12 17:21:40','2019-08-12 22:21:40','<!-- wp:paragraph -->\n<p>Scientists were a step closer on\nMonday to a cure for Ebola after two of four drugs in a clinical trial were\nfound to significantly increase survival rates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3239} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/AAFnuec-1024x683.jpg\" alt=\"\" class=\"wp-image-3239\" /><figcaption>A woman receiving a shot during an outbreak of Ebola in the Democratic Republic of Congo. (Photos: Thompson Reuters)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The study began last November in the\nDemocratic Republic of Congo, but its current phase will now be stopped.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The US National Institutes of Health (NIH)\nsaid in a statement that all future patients will be switched over to the two\ntreatments that have shown positive results.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3244} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/AAFnrUg-1024x683.jpg\" alt=\"\" class=\"wp-image-3244\" /><figcaption>Healthcare workers at a treatment facility for Ebola victims in the Democratic Republic of Congo.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"The preliminary results in 499\nstudy participants indicated that individuals receiving REGN-EB3 or mAb114 had\na greater chance of survival compared to participants in the other two arms,\"\naccording to the health authority.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The NIH added the final analysis of the data would occur in late September or early October. The NIH, Democratic Republic of Congo health authorities and the World Health Organization praised the team of individuals who have worked under extremely difficult conditions to carry out this study.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3247} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jeremy-Farrar.jpg\" alt=\"\" class=\"wp-image-3247\" /><figcaption>Jeremy Farrar, director of Britain\'s Wellcome Trust. (Photo: Getty Images)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Thanks to this trial, we are starting to understand which treatments to offer to patients.\"</p><cite>—Jeremy Farrar</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Jeremy Farrar, director of Britain\'s\nWellcome Trust research charity, said the development would undoubtedly save\nlives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"Thanks to this trial, we are starting to understand which treatments to offer to patients in this and future outbreaks. The more we learn about these two treatments, and how they can complement the public health response, including contact tracing and vaccination, the closer we can get to turning Ebola from a terrifying disease to one that is preventable and treatable.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More than 1,800 people have died in eastern Democratic Republic of Congo since Ebola broke out there in August last year. The virus is transmitted to people from wild animals, then spreads among humans through direct contact with the blood or other secretions of infected people or with surfaces contaminated with their fluids.</p>\n<!-- /wp:paragraph -->','Scientist a step closer to curing Ebola','','inherit','closed','closed','','3222-revision-v1','','','2019-08-12 17:21:40','2019-08-12 22:21:40','',3222,'https://buzz-caribbean.com/article/3222-revision-v1/',0,'revision','',0),(3254,14,'2019-08-12 17:25:59','2019-08-12 22:25:59','','Zimi Seh Riva Buzzgrab','','inherit','closed','closed','','zimi-seh-riva-buzzgrab','','','2019-08-12 17:25:59','2019-08-12 22:25:59','',0,'https://buzz-caribbean.com/app/uploads/2019/07/zimi-seh-riva-buzzgrab.jpg',0,'attachment','image/jpeg',0),(3255,13,'2019-08-12 17:26:12','2019-08-12 22:26:12','','Worship Feast Edit','','inherit','closed','closed','','worship-feast-edit-3','','','2019-08-12 17:26:12','2019-08-12 22:26:12','',1662,'https://buzz-caribbean.com/app/uploads/2019/08/worship-feast-edit-2.jpg',0,'attachment','image/jpeg',0),(3257,14,'2019-08-12 17:26:27','2019-08-12 22:26:27','','Zimi Seh Riva Buzzgrab 2','','inherit','closed','closed','','zimi-seh-riva-buzzgrab-2','','','2019-08-12 17:26:27','2019-08-12 22:26:27','',0,'https://buzz-caribbean.com/app/uploads/2019/07/zimi-seh-riva-buzzgrab-2.jpg',0,'attachment','image/jpeg',0),(3258,14,'2019-08-12 17:26:58','2019-08-12 22:26:58','','Fridays Atd Buzz Demo','','inherit','closed','closed','','fridays-atd-buzz-demo','','','2019-08-12 17:26:58','2019-08-12 22:26:58','',0,'https://buzz-caribbean.com/app/uploads/2019/07/fridays-atd-buzz-demo.jpg',0,'attachment','image/jpeg',0),(3259,4,'2019-08-12 17:27:10','2019-08-12 22:27:10','<!-- wp:paragraph -->\n<p>Scientists were a step closer on\nMonday to a cure for Ebola after two of four drugs in a clinical trial were\nfound to significantly increase survival rates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3239} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/AAFnuec-1024x683.jpg\" alt=\"\" class=\"wp-image-3239\" /><figcaption>A woman receiving a shot during an outbreak of Ebola in the Democratic Republic of Congo. (Photos: Thompson-Reuters)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The study began last November in the\nDemocratic Republic of Congo, but its current phase will now be stopped.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The US National Institutes of Health (NIH)\nsaid in a statement that all future patients will be switched over to the two\ntreatments that have shown positive results.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3244} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/AAFnrUg-1024x683.jpg\" alt=\"\" class=\"wp-image-3244\" /><figcaption>Healthcare workers at a treatment facility for Ebola victims in the Democratic Republic of Congo. ((Photos: Thompson-Reuters)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"The preliminary results in 499\nstudy participants indicated that individuals receiving REGN-EB3 or mAb114 had\na greater chance of survival compared to participants in the other two arms,\"\naccording to the health authority.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The NIH added the final analysis of the data would occur in late September or early October. The NIH, Democratic Republic of Congo health authorities and the World Health Organization praised the team of individuals who have worked under extremely difficult conditions to carry out this study.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3247} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jeremy-Farrar.jpg\" alt=\"\" class=\"wp-image-3247\" /><figcaption>Jeremy Farrar, director of Britain\'s Wellcome Trust. (Photo: Getty Images)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Thanks to this trial, we are starting to understand which treatments to offer to patients.\"</p><cite>—Jeremy Farrar</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Jeremy Farrar, director of Britain\'s\nWellcome Trust research charity, said the development would undoubtedly save\nlives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"Thanks to this trial, we are starting to understand which treatments to offer to patients in this and future outbreaks. The more we learn about these two treatments, and how they can complement the public health response, including contact tracing and vaccination, the closer we can get to turning Ebola from a terrifying disease to one that is preventable and treatable.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More than 1,800 people have died in eastern Democratic Republic of Congo since Ebola broke out there in August last year. The virus is transmitted to people from wild animals, then spreads among humans through direct contact with the blood or other secretions of infected people or with surfaces contaminated with their fluids.</p>\n<!-- /wp:paragraph -->','Scientist a step closer to curing Ebola','','inherit','closed','closed','','3222-revision-v1','','','2019-08-12 17:27:10','2019-08-12 22:27:10','',3222,'https://buzz-caribbean.com/article/3222-revision-v1/',0,'revision','',0),(3260,9,'2019-08-12 17:27:22','2019-08-12 22:27:22','','\"Jason Bourne\" Photocall','MADRID, SPAIN - JULY 13:  Actor Matt Damon attends \"Jason Bourne\" photocall at Villamagna Hotel on July 13, 2016 in Madrid, Spain.  (Photo by Juan Naharro Gimenez/Getty Images)','inherit','closed','closed','','jason-bourne-photocall','','','2019-08-12 17:27:22','2019-08-12 22:27:22','',2192,'https://buzz-caribbean.com/app/uploads/2019/08/matt-damon-bourne.jpg',0,'attachment','image/jpeg',0),(3261,4,'2019-08-12 17:29:51','2019-08-12 22:29:51','<!-- wp:paragraph -->\n<p>Scientists were a step closer on\nMonday to a cure for Ebola after two of four drugs in a clinical trial were\nfound to significantly increase survival rates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3239} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/AAFnuec-1024x683.jpg\" alt=\"\" class=\"wp-image-3239\" /><figcaption>A woman receiving a shot during an outbreak of Ebola in the Democratic Republic of Congo. (Photos: Thompson-Reuters)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The study began last November in the\nDemocratic Republic of Congo, but its current phase will now be stopped.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The US National Institutes of Health (NIH)\nsaid in a statement that all future patients will be switched over to the two\ntreatments that have shown positive results.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3244} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/AAFnrUg-1024x683.jpg\" alt=\"\" class=\"wp-image-3244\" /><figcaption>Healthcare workers at a treatment facility for Ebola victims in the Democratic Republic of Congo. ((Photos: Thompson-Reuters)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"The preliminary results in 499\nstudy participants indicated that individuals receiving REGN-EB3 or mAb114 had\na greater chance of survival compared to participants in the other two arms,\"\naccording to the health authority.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The NIH added the final analysis of the data would occur in late September or early October. The NIH, Democratic Republic of Congo health authorities and the World Health Organization praised the team of individuals who have worked under extremely difficult conditions to carry out this study.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3247} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jeremy-Farrar.jpg\" alt=\"\" class=\"wp-image-3247\" /><figcaption>Jeremy Farrar, director of Britain\'s Wellcome Trust. (Photo: Getty Images)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Thanks to this trial, we are starting to understand which treatments to offer to patients.\"</p><cite>—Jeremy Farrar</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Jeremy Farrar, director of Britain\'s Wellcome Trust research charity, said the development would undoubtedly save lives. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"Thanks to this trial, we are starting to understand which treatments to offer to patients in this and future outbreaks. The more we learn about these two treatments, and how they can complement the public health response, including contact tracing and vaccination, the closer we can get to turning Ebola from a terrifying disease to one that is preventable and treatable.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More than 1,800 people have died in eastern Democratic Republic of Congo since Ebola broke out there in August last year. The virus is transmitted to people from wild animals, then spreads among humans through direct contact with the blood or other secretions of infected people or with surfaces contaminated with their fluids.</p>\n<!-- /wp:paragraph -->','Scientists a step closer to curing Ebola','','inherit','closed','closed','','3222-revision-v1','','','2019-08-12 17:29:51','2019-08-12 22:29:51','',3222,'https://buzz-caribbean.com/article/3222-revision-v1/',0,'revision','',0),(3262,9,'2019-08-12 17:29:51','2019-08-12 22:29:51','<!-- wp:image {\"id\":3260} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/matt-damon-bourne.jpg\" alt=\"\" class=\"wp-image-3260\" /><figcaption>Actor Matt Damon recently showed off a tattoo with daughters\' names. (Photo: Getty Images)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Matt Damon has got four tattoos on his arm in honour of his daughters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 48-year-old actor showed off the tattoos he got of his daughters\' names - Alexia, 20, Isabella, 13, Gia, 10, and Stella, eight - done by the popular celebrity tattoo artist Daniel Stone. Their names join Matt\'s \"Lucy\" tattoo, which honours his wife of nearly 15 years, Luciana Barroso.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2193} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/matt-damon-copy-1024x614.jpg\" alt=\"\" class=\"wp-image-2193\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Daniel Stone, who is also known as Winter Stone, has tattooed many celebrities including Chrissy Teigen, John Legend and Lady Gaga.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sharing a photo of Matt\'s new ink with a pair of black and white photos on his Instagram on Monday August 5, he wrote: \"FOR HIS KIDS #alexia #isabella #gia #stella Honor tattooing one of my favorite actors! #MATTDAMON (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Matt had previously admitted he \"got lucky\" meeting his wife.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"I got lucky meeting her. I think marriage is incredibly difficult because it\'s so hard to have that one partner who is everything. Looking at it objectively, it seems an insane idea. So it\'s not that I love marriage in general, it\'s that I love being married to her. And that\'s the difference. And I just got lucky. I sure did.\"</p>\n<!-- /wp:paragraph -->','Matt Damon gets four new tattoos dedicated to his daughters.','','inherit','closed','closed','','2192-revision-v1','','','2019-08-12 17:29:51','2019-08-12 22:29:51','',2192,'https://buzz-caribbean.com/article/2192-revision-v1/',0,'revision','',0),(3264,4,'2019-08-12 17:31:51','2019-08-12 22:31:51','<!-- wp:paragraph -->\n<p>Scientists were a step closer on\nMonday to a cure for Ebola after two of four drugs in a clinical trial were\nfound to significantly increase survival rates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3239} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/AAFnuec-1024x683.jpg\" alt=\"\" class=\"wp-image-3239\" /><figcaption>A woman receiving a shot during an outbreak of Ebola in the Democratic Republic of Congo. (Photo: Thompson-Reuters)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The study began last November in the\nDemocratic Republic of Congo, but its current phase will now be stopped.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The US National Institutes of Health (NIH)\nsaid in a statement that all future patients will be switched over to the two\ntreatments that have shown positive results.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3244} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/AAFnrUg-1024x683.jpg\" alt=\"\" class=\"wp-image-3244\" /><figcaption>Healthcare workers at a treatment facility for Ebola victims in the Democratic Republic of Congo. ((Photo: Thompson-Reuters)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"The preliminary results in 499\nstudy participants indicated that individuals receiving REGN-EB3 or mAb114 had\na greater chance of survival compared to participants in the other two arms,\"\naccording to the health authority.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The NIH added the final analysis of the data would occur in late September or early October. The NIH, Democratic Republic of Congo health authorities and the World Health Organization praised the team of individuals who have worked under extremely difficult conditions to carry out this study.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3247} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jeremy-Farrar.jpg\" alt=\"\" class=\"wp-image-3247\" /><figcaption>Jeremy Farrar, director of Britain\'s Wellcome Trust. (Photo: Getty Images)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Thanks to this trial, we are starting to understand which treatments to offer to patients.\"</p><cite>—Jeremy Farrar</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Jeremy Farrar, director of Britain\'s Wellcome Trust research charity, said the development would undoubtedly save lives. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"Thanks to this trial, we are starting to understand which treatments to offer to patients in this and future outbreaks. The more we learn about these two treatments, and how they can complement the public health response, including contact tracing and vaccination, the closer we can get to turning Ebola from a terrifying disease to one that is preventable and treatable.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More than 1,800 people have died in eastern Democratic Republic of Congo since Ebola broke out there in August last year. The virus is transmitted to people from wild animals, then spreads among humans through direct contact with the blood or other secretions of infected people or with surfaces contaminated with their fluids.</p>\n<!-- /wp:paragraph -->','Scientists a step closer to curing Ebola','','inherit','closed','closed','','3222-revision-v1','','','2019-08-12 17:31:51','2019-08-12 22:31:51','',3222,'https://buzz-caribbean.com/article/3222-revision-v1/',0,'revision','',0),(3266,9,'2019-08-12 17:35:38','2019-08-12 22:35:38','<!-- wp:image {\"id\":1760} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/office-romance-CC-1024x683.jpg\" alt=\"\" class=\"wp-image-1760\" /><figcaption>Office affairs are not uncommon in Jamaica. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Keep it professional! But turns out that is easier said than done because you can’t stop staring in the direction of that hot co-worker. The intensity is building, blood is rushing through your veins, and sweat is bursting through your pores, as he or she walks by. It seems you might have a crush on your co-worker. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many persons\nshun the idea of mixing business with pleasure, but ‘office love’ is not uncommon.\nIn fact, it happens more often than you think.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But before you jump head-on into a relationship with your co-worker, you need to remember that such a union comes with good and bad. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1759} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/office-romance-DD-1024x683.jpg\" alt=\"\" class=\"wp-image-1759\" /><figcaption>There are pros to dating someone you work with. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Here are some pros of such a relationship. </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Getting to see the person daily</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You get to see that special someone eevveerryy day. So, no more sitting alone being droopy at the lunch table or even spending your breaks by yourself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>They can relate to your work</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Say goodbye to the questions like: ‘Who is Kim again?’ or ‘Could you explain what you do again?’. A lover, who is your co-worker, can fully understand your frustration or your need to vent. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Spice is in the air</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>All of a\nsudden, you are eager to go to work, and you can’t help but think of getting\nnaughty in an empty boardroom. You just want each other, and it’s almost as if\nyou can’t keep your hands to yourself. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1761} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/office-romance-EE-1024x683.jpg\" alt=\"\" class=\"wp-image-1761\" /><figcaption>Your little office affair might even come with a bit of drama. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Unfortunately, there are some cons to your little office affair.</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>The entire office could find out</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This could be pretty cool, and everyone might be happy for you guys, but … it might become a burden after a while when everyone starts to inquire, “Is John coming in today?’ or ‘Is everything OK in your relationship?.’ ‘Oh my god, give me a break’, would probably be your reaction. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Becoming distracted</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It feels like you’re in high school again, being all young, dumb and in love. Sigh. The harsh reality is that having the love of your life at work could become your number one distraction. Your performance level might even decrease. But guess what? You’re too busy being in love to realise. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>The relationship ends</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You break\nup, and it could have been a nasty split. This ‘break’ could be detrimental to\nboth person, as pettiness and unprofessionalism may take over and cause either\nparty to be unfairly treated, especially if you were flirting or dating your\nboss.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1762} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/office-romance-FF-1024x683.jpg\" alt=\"\" class=\"wp-image-1762\" /><figcaption>If you decide to get involved with your co-worker, keep it professional. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some companies\nhave protocols and behavioural guidelines when it comes to relationships in the\nworkplace. So, if you’re in that kind of space, you’re taking a risk by getting\ninvolved with your co-worker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you intend to get in on some of that office love, be discreet. Cut back on the grand gestures and ‘mushy’ stuff. Leave that until you are somewhere private.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong> — Shavenya Smikle</strong></p>\n<!-- /wp:paragraph -->','Young, dumb and in love ... at work','','inherit','closed','closed','','1747-revision-v1','','','2019-08-12 17:35:38','2019-08-12 22:35:38','',1747,'https://buzz-caribbean.com/article/1747-revision-v1/',0,'revision','',0),(3269,9,'2019-08-12 17:46:45','2019-08-12 22:46:45','','barack-michelle-lede','','inherit','closed','closed','','barack-michelle-lede','','','2019-08-12 17:46:45','2019-08-12 22:46:45','',1509,'https://buzz-caribbean.com/app/uploads/2019/08/barack-michelle-lede.jpg',0,'attachment','image/jpeg',0),(3270,14,'2019-08-12 17:47:45','2019-08-12 22:47:45','','peter-bunting-nom-day-buzz-1','','inherit','closed','closed','','peter-bunting-nom-day-buzz-1','','','2019-08-12 17:47:45','2019-08-12 22:47:45','',2373,'https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-1.jpg',0,'attachment','image/jpeg',0),(3271,14,'2019-08-12 17:49:04','2019-08-12 22:49:04','','peter-bunting-nom-day-buzz-6','','inherit','closed','closed','','peter-bunting-nom-day-buzz-6','','','2019-08-12 17:49:04','2019-08-12 22:49:04','',2373,'https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-6.jpg',0,'attachment','image/jpeg',0),(3272,14,'2019-08-12 17:49:21','2019-08-12 22:49:21','','peter-bunting-nom-day-buzz-3','','inherit','closed','closed','','peter-bunting-nom-day-buzz-3','','','2019-08-12 17:49:21','2019-08-12 22:49:21','',2373,'https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-3.jpg',0,'attachment','image/jpeg',0),(3273,14,'2019-08-12 17:49:46','2019-08-12 22:49:46','','peter-bunting-nom-day-buzz-4','','inherit','closed','closed','','peter-bunting-nom-day-buzz-4','','','2019-08-12 17:49:46','2019-08-12 22:49:46','',2373,'https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-4.jpg',0,'attachment','image/jpeg',0),(3274,14,'2019-08-12 17:50:02','2019-08-12 22:50:02','','peter-bunting-nom-day-buzz-5','','inherit','closed','closed','','peter-bunting-nom-day-buzz-5','','','2019-08-12 17:50:02','2019-08-12 22:50:02','',2373,'https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-5.jpg',0,'attachment','image/jpeg',0),(3276,9,'2019-08-12 17:51:13','2019-08-12 22:51:13','<!-- wp:image {\"id\":3269} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/barack-michelle-lede-1024x576.jpg\" alt=\"\" class=\"wp-image-3269\" /><figcaption>Michelle (left) and her husband Barack Obama. (Photo: Getty Images)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Michelle Obama has called her husband, former US President Barack Obama, \"cute\" in a new interview with Duchess Meghan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Michelle Obama says her 15-year-old self would smile at \"how cute\" her husband is.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"If I\'m being honest, she\'d probably smile about how cute my husband is.\" </p><cite>—  Michelle Obama </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The former US First Lady has been interviewed by Meghan, Duchess of Sussex, for the September issue of Britain\'s Vogue magazine. Asked what her teenage self would think of how her life has turned out, Michelle gave a playful response about her husband.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"If I\'m being honest, she\'d probably smile about how cute my husband is,\" Michelle said.&nbsp;Michelle also spoke about her early days of parenthood to Malia, 21, and Sasha, 18. She told the duchess to \"savour\" every moment with her and Prince Harry\'s newborn son Archie Harrison Mountbatten-Windsor.</p>\n<!-- /wp:paragraph -->','Michelle Obama discusses \'cute\' husband','','inherit','closed','closed','','1509-revision-v1','','','2019-08-12 17:51:13','2019-08-12 22:51:13','',1509,'https://buzz-caribbean.com/article/1509-revision-v1/',0,'revision','',0),(3277,14,'2019-08-12 17:52:26','2019-08-12 22:52:26','','peter-bunting-nom-day-buzz-9','','inherit','closed','closed','','peter-bunting-nom-day-buzz-9','','','2019-08-12 17:52:26','2019-08-12 22:52:26','',2373,'https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-9.jpg',0,'attachment','image/jpeg',0),(3279,4,'2019-08-12 20:00:58','2019-08-13 01:00:58','<!-- wp:image {\"id\":3596} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/raheem-sterling-1.jpg\" alt=\"\" class=\"wp-image-3596\" /><figcaption> Raheem Sterling has signed a deal with Air Jordan. (Photos: Instagram @Sterling7) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica-born English-based soccer player Raheem Sterling is again on the verge of making history in his blossoming career. He is set to become one of the first football players to sign an endorsement to wear Air Jordan football boots.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The deal with Air Jordan would open up a new front that the 24-year-old is set to lead, as the brand battles to dominate the lucrative football market. The offer could be as much as £100 million, it has been reported.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3296} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/raheem-sterling-1024x914.jpg\" alt=\"\" class=\"wp-image-3296\" /><figcaption>Air Jordan has reportedly offered Raheem Sterling £100 million to join its brand. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The brand only moved into football a year ago with the branding of the Paris St-Germain kit. It chiefly has endorsements with NBA and some Major League Baseball players.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sterling plays for Manchester City and is last season’s Football Writers’ Footballer of the Year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He\'s one of the first Jamaican-born players to win back-to-back English Premier League titles. His team won the Premier League titles in the 2017/18 and 2018/19 seasons. Sterling, who moved to England at the age of five, played for Liverpool, starting in 2010 before his record transfer to Manchester City.</p>\n<!-- /wp:paragraph -->','Air Jordan offers Raheem Sterling £100 million to join its brand','','publish','closed','closed','','air-jordan-offers-raheem-sterling-100%e2%80%89million-to-join-its-brand','','','2019-08-14 15:16:05','2019-08-14 20:16:05','',0,'https://buzz-caribbean.com/?p=3279',0,'post','',0),(3280,9,'2019-08-12 17:53:50','2019-08-12 22:53:50','<!-- wp:paragraph -->\n<p>Eleven-year-old Alex Powell made motorsport history earlier\nthis year when he became the first Jamaican and Caribbean driver to be signed\nto a Formula 1 team - Mercedes-AMG F1.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, the route to the sport’s top tier was only a\nrecent desire, according to his father, John Powell. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":894} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/MSI_5031-1-1024x614.jpg\" alt=\"\" class=\"wp-image-894\" /><figcaption> Alex (right) with father, John Powell. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“When we went to Europe and they saw the potential in him over there and Mercedes-Benz approached us, that then everything changed after that,” he said, noting that the deal was signed in March 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“When we went to Europe and they saw the potential in him over there and Mercedes-Benz approached us.\" </p><cite>  — Alex\'s father, John Powell </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>While Alex might not follow in his father’s footsteps\non to the gravel and tarmac rally stages of the world, John is more than happy\nwith the direction his son’s motorsport career has taken.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":898} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AlexPowellA.jpg\" alt=\"\" class=\"wp-image-898\" /><figcaption>In March, Alex Powell became part of the Mercedes-AMG F1 team junior driver programme. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I’m extremely happy. It’s been a hell of a ride,” the\nproud father said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For Alex, being part of Formula 1 has been his dream\nsince he began karting in a Trinidadian parking lot at six years old. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My dad pushed me a little bit, but that’s something I\nwanted to do my whole life from the first time I went to a rally to see him\nrace. I loved it from the first time I saw him driving, so I wanted to do that\nwhen I was older,” the preteen said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From there Alex moved on to the rest of the Caribbean,\nthe United States and Italy, racing under the Energy Corse banner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was his success with Energy Corse Racing in Europe that\ngot him the attention of the current Formula 1 champions Mercedes-AMG F1.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":893} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/DSC_0278-1-1024x614.jpg\" alt=\"\" class=\"wp-image-893\" /><figcaption> Alex (left) receiving race advice from his driver coach and race mechanic, Juan Valderrama. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It started from 2017 when the scout and the owner of Energy\nCorse Racing go-kart team saw Alex in Las Vegas. They asked us to come over to\nEurope and do a test in the spring of that year, which we did, and ever since\nthen we’ve stayed with them,” his father said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":901} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/DSC_0071-1-1024x614.jpg\" alt=\"\" class=\"wp-image-901\" /><figcaption>Alex (8) racing against Zidane Madden (777) at a recent Jamaica Karting Association race meet. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As part of the Mercedes-AMG F1 Junior programme, Alex\nshould be able to secure better sponsorship opportunities as he continues to\nrace in go-karts for the next three years. Once done with karts, he will enter\nthe Formula 4 series and accelerate his climb into a Formula 1 seat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I move to Italy in September where I’ll start school in Monza. This will cut back on the travel,” Alex explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','11-year-old Jamaican makes motorsport history','','inherit','closed','closed','','872-revision-v1','','','2019-08-12 17:53:50','2019-08-12 22:53:50','',872,'https://buzz-caribbean.com/article/872-revision-v1/',0,'revision','',0),(3281,4,'2019-08-12 17:55:03','2019-08-12 22:55:03','<!-- wp:paragraph -->\n<p>amaican born English based soccer player, Raheem Sterling is again on<br> the verge of setting history in his every blossoming soccer career as<br> he is set to become one of the first football players to sign an<br> endorsement to wear Air Jordon football boots.<br> <br> The deal with Air Jordan, who only moved into football one year ago<br> with the branding of the Paris St-Germain kit, would open up a new<br> front that the 24-year-old is set to lead, in the brand battle to<br> dominate the lucrative football market.<br> <br> The deal would also place Sterling, one of the first Jamaican born<br> football player to win back to back English premier league titles and<br> who In July 2015, following a lengthy dispute over a new contract,<br> signed by Manchester City in a transfer potentially worth £49 million,<br> to became one of the highest transfer fee ever paid for an English<br> player, the potential move with Air Jordan places the player in<br> another enviable position.<br> <br> Sterling while playing for Manchester City won the Premier League<br> titles in the 2017–18 and 2018–19 seasons.<br> <br> Born in Jamaica, Sterling moved to London at the age of five and began<br> his career at Queens Park Rangers before signing for Liverpool in<br> 2010.<br> <br> In July 2015, following a lengthy dispute over a new contract, he was<br> signed by Manchester City in a transfer potentially worth £49 million,<br> the highest transfer fee ever paid for an English player.<br> <br> He then went on to help Manchester City win back-to-back Sterling,<br> 24-year-old is in the final year of his current Nike boot deal.The<br> deal on offer could be as much as £100 million to sign Sterling, last<br> season’s Football Writers’ Footballer of the Year, depending on the<br> length of the contract.<br> <br>  Air Jordan, a subsidiary of American sportswear company Nike, has not<br> yet marketed football boots but the success of its collaboration with<br> PSG has proved that it could be a growth market.<br> <br> The brand chiefly has endorsements with NBA basketballers, some Major<br> League baseball players and also works with famous music artists.</p>\n<!-- /wp:paragraph -->','Jamaican-born Raheem Sterling set to make history by joining Jordan brand','','inherit','closed','closed','','3279-revision-v1','','','2019-08-12 17:55:03','2019-08-12 22:55:03','',3279,'https://buzz-caribbean.com/article/3279-revision-v1/',0,'revision','',0),(3282,14,'2019-08-12 17:58:51','2019-08-12 22:58:51','<!-- wp:image {\"id\":3270} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3270\" /><figcaption>Candidate and challenger for the presidency of the People\'s National Party (PNP) Peter Bunting (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Presidential candidate for the People’s National\nParty (PNP) Peter Bunting says his surprise challenge for the top role has\nalready boosted morale within the organisation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, who spoke to <strong>BUZZ</strong> following a successful nomination exercise on Friday, July 26, explained that the PNP needed his challenge to re-energise the party after a string of defeats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3271} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-3271\" /><figcaption>\'Powaaa\'! Comrades sound their battle cries at the PNP headquarters on Old Hope Road on Nomination Day (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I think it is very important for us and for the [PNP]. The root of the matter is the party had been flat for a while, particularly losing a series of by-elections, the morale was low,” Bunting told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, who also sits as Member of\nParliament for Central Manchester, was the source of much jubilation from\ncomrades, who paraded in sections of Kingston, anticipating an overwhelming\nvictory in September.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3272} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-3-1024x683.jpg\" alt=\"\" class=\"wp-image-3272\" /><figcaption>Comrades invade sections of the Corporate Area to offer their support to presidential aspirant Peter Bunting and his \'Rise United\' campaign (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The ‘Rise United’ leader explained that already,\nwhether the ‘One PNP’ team would like to accept it or not, the party has been\ninfected with the most zest and vim in recent months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In the six weeks or so since we announced the Rise United campaign, particularly since we launched, we’ve injected a sense of purpose in the party,” Bunting told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“An excitement, an energy, a passion has\nbeen re-emerging,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3277} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-9-1024x683.jpg\" alt=\"\" class=\"wp-image-3277\" /><figcaption>\'We Can Win\' - the personification of hope for the PNP (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reflecting on the massive turnout for his\nnomination, Bunting noted, “I’m feeling quite excited. Of course, I’m very\ngrateful for the tremendous support; the thousands who have come out just to\nwalk with me to HQ to be nominated. We got a tremendous reception right across\nthe board.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting said he was especially pleased to\nsee young Jamaicans among those participating in the Rise United campaign – a telling\nsign that the PNP’s appeal is growing on millennials.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m excited to see the number of young people coming to our events, because some thought the JLP were doing much better among the 18-30 cohort. And with five or six weeks left in the campaign,” the presidential challenger told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3274} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-3274\" /><figcaption>From the mouths and minds of comrades, Rise United is a movement. A calling (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While he acknowledged much can change leading\nup to that fateful election day, Bunting assured that his campaign will be focused\nand robust on what truly matters: <strong>the\ndelegates</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A week in politics is a long time, we don’t\nwant to take any chances. We’re just going to be targeted in terms of engaging\ndelegates in small groups or even one-to-one – persuading them to our message,”\nhe indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We want the party members and supporters\nto believe that we can win the next general election and to start operating\nwith that confidence in a modern way to move forward,” Bunting further\nremarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3273} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-3273\" /><figcaption>Bunting gets the crowd riled up on Nomination Day (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When pressed to offer a word to delegates\nhe hasn’t met just yet, Bunting assured undecided voters, “The Rise United campaign\nis on its way to your town and your community.”</p>\n<!-- /wp:paragraph -->','Battleground PNP: Peter Bunting revels in huge support on Nomination Day','','inherit','closed','closed','','2373-revision-v1','','','2019-08-12 17:58:51','2019-08-12 22:58:51','',2373,'https://buzz-caribbean.com/article/2373-revision-v1/',0,'revision','',0),(3283,14,'2019-08-12 18:01:00','2019-08-12 23:01:00','<!-- wp:image {\"id\":3270} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3270\" /><figcaption>Candidate and challenger for the presidency of the People\'s National Party (PNP) Peter Bunting (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Presidential candidate for the People’s National\nParty (PNP) Peter Bunting says his surprise challenge for the top role has\nalready boosted morale within the organisation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, who spoke to <strong>BUZZ</strong> on the ground of Stadium East following a successful nomination exercise on Friday, July 26, explained that the PNP needed his challenge to re-energise the party after a string of defeats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3271} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-3271\" /><figcaption>\'Powaaa\'! Comrades sound their battle cries at the PNP headquarters on Old Hope Road on Nomination Day (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I think it is very important for us and for the [PNP]. The root of the matter is the party had been flat for a while, particularly losing a series of by-elections, the morale was low,” Bunting told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, who also sits as Member of\nParliament for Central Manchester, was the source of much jubilation from\ncomrades, who paraded in sections of Kingston, anticipating an overwhelming\nvictory in September.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3272} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-3-1024x683.jpg\" alt=\"\" class=\"wp-image-3272\" /><figcaption>Comrades invade sections of the Corporate Area to offer their support to presidential aspirant Peter Bunting and his \'Rise United\' campaign (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The ‘Rise United’ leader explained that already,\nwhether the ‘One PNP’ team would like to accept it or not, the party has been\ninfected with the most zest and vim in recent months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In the six weeks or so since we announced the Rise United campaign, particularly since we launched, we’ve injected a sense of purpose in the party,” Bunting told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“An excitement, an energy, a passion has\nbeen re-emerging,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3277} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-9-1024x683.jpg\" alt=\"\" class=\"wp-image-3277\" /><figcaption>\'We Can Win\' - the personification of hope for the PNP (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reflecting on the massive turnout for his\nnomination, Bunting noted, “I’m feeling quite excited. Of course, I’m very\ngrateful for the tremendous support; the thousands who have come out just to\nwalk with me to HQ to be nominated. We got a tremendous reception right across\nthe board.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting said he was especially pleased to\nsee young Jamaicans among those participating in the Rise United campaign – a telling\nsign that the PNP’s appeal is growing on millennials.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m excited to see the number of young people coming to our events, because some thought the JLP were doing much better among the 18-30 cohort. And with five or six weeks left in the campaign,” the presidential challenger told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3274} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-3274\" /><figcaption>From the mouths and minds of comrades, Rise United is a movement. A calling (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While he acknowledged much can change leading\nup to that fateful election day, Bunting assured that his campaign will be focused\nand robust on what truly matters: <strong>the\ndelegates</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A week in politics is a long time, we don’t\nwant to take any chances. We’re just going to be targeted in terms of engaging\ndelegates in small groups or even one-to-one – persuading them to our message,”\nhe indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We want the party members and supporters\nto believe that we can win the next general election and to start operating\nwith that confidence in a modern way to move forward,” Bunting further\nremarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3273} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-3273\" /><figcaption>Bunting gets the crowd riled up on Nomination Day (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When pressed to offer a word to delegates\nhe hasn’t met just yet, Bunting assured undecided voters, “The Rise United campaign\nis on its way to your town and your community.”</p>\n<!-- /wp:paragraph -->','Battleground PNP: Peter Bunting revels in huge support on Nomination Day','','inherit','closed','closed','','2373-revision-v1','','','2019-08-12 18:01:00','2019-08-12 23:01:00','',2373,'https://buzz-caribbean.com/article/2373-revision-v1/',0,'revision','',0),(3284,14,'2019-08-12 18:03:18','2019-08-12 23:03:18','<!-- wp:image {\"id\":3270} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3270\" /><figcaption>Candidate and challenger for the presidency of the People\'s National Party (PNP) Peter Bunting (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Presidential candidate for the People’s National\nParty (PNP) Peter Bunting says his surprise challenge for the top role has\nalready boosted morale within the organisation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, who spoke to <strong>BUZZ</strong> on the ground of Stadium East following a successful nomination exercise on Friday, July 26, explained that the PNP needed his challenge to re-energise the party after a string of defeats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3271} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-3271\" /><figcaption>\'Powaaa\'! Comrades sound their battle cries at the PNP headquarters on Old Hope Road on Nomination Day (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I think it is very important for us and for the [PNP]. The root of the matter is the party had been flat for a while, particularly losing a series of by-elections, the morale was low,” Bunting told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, who also sits as Member of\nParliament for Central Manchester, was the source of much jubilation from\ncomrades, who paraded in sections of Kingston, anticipating an overwhelming\nvictory in September.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3272} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-3-1024x683.jpg\" alt=\"\" class=\"wp-image-3272\" /><figcaption>Comrades invade sections of the Corporate Area to offer their support to presidential aspirant Peter Bunting and his \'Rise United\' campaign (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The ‘Rise United’ leader explained that already,\nwhether the ‘One PNP’ team would like to accept it or not, the party has been\ninfected with the most zest and vim in recent months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In the six weeks or so since we announced the Rise United campaign, particularly since we launched, we’ve injected a sense of purpose in the party,” Bunting told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“An excitement, an energy, a passion has\nbeen re-emerging,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3277} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-9-1024x683.jpg\" alt=\"\" class=\"wp-image-3277\" /><figcaption>\'We Can Win\' - the personification of hope for the PNP (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reflecting on the massive turnout for his\nnomination, Bunting noted, “I’m feeling quite excited. Of course, I’m very\ngrateful for the tremendous support; the thousands who have come out just to\nwalk with me to HQ to be nominated. We got a tremendous reception right across\nthe board.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting said he was especially pleased to\nsee young Jamaicans among those participating in the Rise United campaign – a telling\nsign that the PNP’s appeal is growing on millennials.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m excited to see the number of young people coming to our events, because some thought the JLP were doing much better among the 18-30 cohort. And with five or six weeks left in the campaign,” the presidential challenger told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3274} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-3274\" /><figcaption>From the mouths and minds of comrades, Rise United is a movement. A calling (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While he acknowledged much can change leading\nup to that fateful election day, Bunting assured that his campaign will be focused\nand robust on what truly matters: <strong>the\ndelegates</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A week in politics is a long time, we don’t\nwant to take any chances. We’re just going to be targeted in terms of engaging\ndelegates in small groups or even one-to-one – persuading them to our message,”\nhe indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We want the party members and supporters\nto believe that we can win the next general election and to start operating\nwith that confidence in a modern way to move forward,” Bunting further\nremarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3273} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-3273\" /><figcaption>Bunting gets the crowd riled up on Nomination Day (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When pressed to offer a word to delegates he hasn’t met just yet, Bunting assured undecided voters, “The Rise United campaign is on its way to your town and your community.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The showdown between challenger Peter Bunting and the incumbent Dr. Peter Phillips, for the future of the PNP, takes place on Saturday, September 7.</p>\n<!-- /wp:paragraph -->','Battleground PNP: Peter Bunting revels in huge support on Nomination Day','','inherit','closed','closed','','2373-revision-v1','','','2019-08-12 18:03:18','2019-08-12 23:03:18','',2373,'https://buzz-caribbean.com/article/2373-revision-v1/',0,'revision','',0),(3285,14,'2019-08-12 18:08:47','2019-08-12 23:08:47','','rita-marley-public-speaking-winner','','inherit','closed','closed','','rita-marley-public-speaking-winner','','','2019-08-12 18:08:47','2019-08-12 23:08:47','',1750,'https://buzz-caribbean.com/app/uploads/2019/08/rita-marley-public-speaking-winner.jpg',0,'attachment','image/jpeg',0),(3286,9,'2019-08-12 18:12:55','2019-08-12 23:12:55','','Summerset-B_Fixed','','inherit','closed','closed','','summerset-b_fixed','','','2019-08-12 18:12:55','2019-08-12 23:12:55','',1672,'https://buzz-caribbean.com/app/uploads/2019/08/Summerset-B_Fixed.jpg',0,'attachment','image/jpeg',0),(3287,9,'2019-08-12 18:13:23','2019-08-12 23:13:23','<!-- wp:image {\"id\":3286} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Summerset-B_Fixed-1024x586.jpg\" alt=\"\" class=\"wp-image-3286\" /><figcaption> The entrance of the Summerset Resort in Negril. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Imagine a resort of several acres being run solely by undergraduate tourism students. This has been the case at the Summerset Resort and Hotel Training School in West End, Negril, Westmoreland, for almost a year.“They serve real guests. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Students from the Western Hospitality Institute have been operating the Summerset Resort since September 2018, holding various positions – from general manager to line staff. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1679} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/resort-summerset-CCC-1024x679.jpg\" alt=\"\" class=\"wp-image-1679\" /><figcaption>The tourism students hold various positions at the resort - from general manager to line staff. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“They serve real guests. There are guests who are checking into the hotel,” said Eladio Vassel, who is general manager of the Western Hospitality Institute’s Negril Campus.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1680} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/resort-summerset-BB-1024x679.jpg\" alt=\"\" class=\"wp-image-1680\" /><figcaption>The typical bed that welcomes guests who book rooms at the resort. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The property has a swimming pool, a stage for nightly entertainment events and six two-bedroom cottages. Each room has basic amenities, including a kitchen. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The property also houses a wooden cabin with a loft and a duplex that can accommodate up to nine persons. There is also a conference room that can host up to 200 persons, theatre-style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1681} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Summerset-cotage-1024x679.jpg\" alt=\"\" class=\"wp-image-1681\" /><figcaption>One of the six two-bedroom cottages at the resort. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Summerset room rates are a standard US$80 per room for double occupancy. Children under 12 years old can stay at the hotel free of cost, but there is an additional US$40 charge for persons over 12 years old. This rate covers breakfast, lunch and dinner.</p>\n<!-- /wp:paragraph -->','Tourism students run Negril hotel','','inherit','closed','closed','','1672-revision-v1','','','2019-08-12 18:13:23','2019-08-12 23:13:23','',1672,'https://buzz-caribbean.com/article/1672-revision-v1/',0,'revision','',0),(3288,14,'2019-08-12 18:13:46','2019-08-12 23:13:46','','rita-marley-public-speaking-winner-2','','inherit','closed','closed','','rita-marley-public-speaking-winner-2','','','2019-08-12 18:13:46','2019-08-12 23:13:46','',1750,'https://buzz-caribbean.com/app/uploads/2019/08/rita-marley-public-speaking-winner-2.jpg',0,'attachment','image/jpeg',0),(3289,14,'2019-08-12 18:14:53','2019-08-12 23:14:53','','rita-marley-buzz-demo','','inherit','closed','closed','','rita-marley-buzz-demo','','','2019-08-12 18:14:53','2019-08-12 23:14:53','',1750,'https://buzz-caribbean.com/app/uploads/2019/08/rita-marley-buzz-demo.jpg',0,'attachment','image/jpeg',0),(3290,14,'2019-08-12 18:16:13','2019-08-12 23:16:13','<!-- wp:image {\"id\":3285} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rita-marley-public-speaking-winner.jpg\" alt=\"\" class=\"wp-image-3285\" /><figcaption>Jamaica College (JC) student Fabian Morris (centre) accepts a cheque and trophy from Rosemary Duncan, Manager of the Rita Marley Foundation (right) and judge Dr. Kadamawe Knife as the winner of the 5th annual Public Speaking Competition (Photo contributed, Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Rita Marley has graced countless stages around the world, bringing joy with her melodic voice on a rich, musical journey spanning more than 50 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rita, however, is also on another mission, seeking\nto enrich the lives of youths, elderly and vulnerable women.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Through the Rita Marley Foundation, the Reggae\nmatriarch has extended her hands in philanthropic work – helping many\nindividuals over the years in various ways.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Each year, the foundation, led by manager Rosemary\nDuncan, organises two competitions to hone the skills of high school students,\nwhile assisting the top students to satisfy whatever needs they have with\nmonetary prizes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3288} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rita-marley-public-speaking-winner-2.jpg\" alt=\"\" class=\"wp-image-3288\" /><figcaption>Fabian Morris, a 6th form JC student in his element during his presentation for the Public Speaking Competition in February (Photo contributed, Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The poster event is the Public Speaking Competition, held annually in February in celebration of the birthday of reggae superstar Bob Marley, who was Rita’s husband before he died of cancer in 1981.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In the Public Speaking Competition, we really\nwant to develop articulate speech among the youths, because that is important,\nbut yet still it is one of the greatest fears among adults and young people\nalike,” Duncan explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The foundation also has an Essay Competition,\nwhich is used to enhance the writing communications skills of high school\nstudents. This usually runs from April and closes in the summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This year the Rita Marley Foundation introduced\nthe inaugural Song Writing Competition. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The event was commissioned by Rita herself to\nharness song-writing skillset by high school students; the foundation’s latest\ncompetition is expected to be held annually.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Duncan, Rita felt that enough focus\nwas not being paid to the craft, although, the best songwriters in the world\nare paid well for their work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3289} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rita-marley-buzz-demo.jpg\" alt=\"\" class=\"wp-image-3289\" /><figcaption>Rita Marley, at an undisclosed location in Africa (Photo contributed, Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It is important to write clean music, music that\nwill transcend generation and time, music that both babies and adults could\nlisten to and that is what we want to develop, and we think it is important to\nstart with the youths,” Duncan further remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Besides the competitions, the foundation also does\nwork at Mary’s Child, a catholic facility that caters to pregnant teens and\nteenage mothers without a permanent home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Recently, the foundation also started a music education programme for basic school children in inner-city communities. With renowned musician Grub Cooper and Simone Kenney, the children are taught about notes, percussion, and the piano.</p>\n<!-- /wp:paragraph -->','Rita Marley Foundation making a difference in young minds','','inherit','closed','closed','','1750-revision-v1','','','2019-08-12 18:16:13','2019-08-12 23:16:13','',1750,'https://buzz-caribbean.com/article/1750-revision-v1/',0,'revision','',0),(3293,4,'2019-08-12 18:52:46','2019-08-12 23:52:46','<!-- wp:paragraph -->\n<p>Jamaican-born English based soccer player, Raheem Sterling is again on<br>the verge of making history in his blossoming career.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is set to become one of the first football players to sign an endorsement to wear Air Jordon football boots.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The deal with Air Jordan would open up a new front that the 24-year-old is set to lead, as the brand battles to dominate the lucrative football market. The offer could be as much as £100 million.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The brand only moved into football a year ago with the branding of the Paris St-Germain kit. It chiefly has endorsements with NBA player and some Major League Baseball players.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sterling plays for Manchester City and is the last season’s Football Writers’ Footballer of the Year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He\'s one of the first Jamaican-born football players to win back-to-back English premier league titles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sterling while playing for\nManchester City won the Premier League<br>\ntitles in the 2017–18 and 2018–19 seasons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Born in Jamaica, Sterling moved to London at the age of five and began<br> his career at Queens Park Rangers before signing for Liverpool in<br> 2010</p>\n<!-- /wp:paragraph -->','Air Jordan offers Raheem Sterling £100 million pounds to join its brand','','inherit','closed','closed','','3279-revision-v1','','','2019-08-12 18:52:46','2019-08-12 23:52:46','',3279,'https://buzz-caribbean.com/article/3279-revision-v1/',0,'revision','',0),(3294,4,'2019-08-12 19:06:02','2019-08-13 00:06:02','<!-- wp:paragraph -->\n<p>Jamaican-born English based soccer player, Raheem Sterling is again on<br>the verge of making history in his blossoming career.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is set to become one of the first football players to sign an endorsement to wear Air Jordon football boots.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The deal with Air Jordan would open up a new front that the 24-year-old is set to lead, as the brand battles to dominate the lucrative football market. The offer could be as much as £100 million, it has been reported.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The brand only moved into football a year ago with the branding of the Paris St-Germain kit. It chiefly has endorsements with NBA and some Major League Baseball players.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sterling plays for Manchester City and is last season’s Football Writers’ Footballer of the Year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He\'s one of the first Jamaican-born players to win back-to-back English Premier League titles. His team won the Premier League titles in the 2017/18 and 2018/19 seasons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sterling, who moved to England at the age of five, played for Liverpool, starting in 2010 before his record transfer to Manchester City.<br></p>\n<!-- /wp:paragraph -->','Air Jordan offers Raheem Sterling £100 million pounds to join its brand','','inherit','closed','closed','','3279-revision-v1','','','2019-08-12 19:06:02','2019-08-13 00:06:02','',3279,'https://buzz-caribbean.com/article/3279-revision-v1/',0,'revision','',0),(3296,4,'2019-08-12 19:35:53','2019-08-13 00:35:53','','raheem-sterling','','inherit','closed','closed','','raheem-sterling','','','2019-08-12 19:35:53','2019-08-13 00:35:53','',3279,'https://buzz-caribbean.com/app/uploads/2019/08/raheem-sterling.jpg',0,'attachment','image/jpeg',0),(3297,4,'2019-08-12 19:37:42','2019-08-13 00:37:42','<!-- wp:image {\"id\":3296} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/raheem-sterling-1024x914.jpg\" alt=\"\" class=\"wp-image-3296\" /><figcaption>Air Jordan has reportedly offered Raheem Sterling £100 million pounds to join its brand.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican-born English based soccer player, Raheem Sterling is again on<br>the verge of making history in his blossoming career.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is set to become one of the first football players to sign an endorsement to wear Air Jordon football boots.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The deal with Air Jordan would open up a new front that the 24-year-old is set to lead, as the brand battles to dominate the lucrative football market. The offer could be as much as £100 million, it has been reported.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The brand only moved into football a year ago with the branding of the Paris St-Germain kit. It chiefly has endorsements with NBA and some Major League Baseball players.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sterling plays for Manchester City and is last season’s Football Writers’ Footballer of the Year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He\'s one of the first Jamaican-born players to win back-to-back English Premier League titles. His team won the Premier League titles in the 2017/18 and 2018/19 seasons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sterling, who moved to England at the age of five, played for Liverpool, starting in 2010 before his record transfer to Manchester City.<br></p>\n<!-- /wp:paragraph -->','Air Jordan offers Raheem Sterling £100 million pounds to join its brand','','inherit','closed','closed','','3279-revision-v1','','','2019-08-12 19:37:42','2019-08-13 00:37:42','',3279,'https://buzz-caribbean.com/article/3279-revision-v1/',0,'revision','',0),(3298,4,'2019-08-12 19:55:45','2019-08-13 00:55:45','','raheem-sterling-fwa','','inherit','closed','closed','','raheem-sterling-fwa','','','2019-08-12 19:55:45','2019-08-13 00:55:45','',3279,'https://buzz-caribbean.com/app/uploads/2019/08/raheem-sterling-fwa.jpg',0,'attachment','image/jpeg',0),(3299,4,'2019-08-12 19:56:10','2019-08-13 00:56:10','<!-- wp:image {\"id\":3296} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/raheem-sterling-1024x914.jpg\" alt=\"\" class=\"wp-image-3296\" /><figcaption>Air Jordan has reportedly offered Raheem Sterling £100 million pounds to join its brand.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican-born English based soccer player, Raheem Sterling is again on<br>the verge of making history in his blossoming career.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is set to become one of the first football players to sign an endorsement to wear Air Jordon football boots.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The offer could be as much as £100 million</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The deal with Air Jordan would open up a new front that the 24-year-old is set to lead, as the brand battles to dominate the lucrative football market. The offer could be as much as £100 million, it has been reported.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The brand only moved into football a year ago with the branding of the Paris St-Germain kit. It chiefly has endorsements with NBA and some Major League Baseball players.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3298} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/raheem-sterling-fwa-1024x971.jpg\" alt=\"\" class=\"wp-image-3298\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sterling plays for Manchester City and is last season’s Football Writers’ Footballer of the Year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He\'s one of the first Jamaican-born players to win back-to-back English Premier League titles. His team won the Premier League titles in the 2017/18 and 2018/19 seasons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sterling, who moved to England at the age of five, played for Liverpool, starting in 2010 before his record transfer to Manchester City.<br></p>\n<!-- /wp:paragraph -->','Air Jordan offers Raheem Sterling £100 million pounds to join its brand','','inherit','closed','closed','','3279-revision-v1','','','2019-08-12 19:56:10','2019-08-13 00:56:10','',3279,'https://buzz-caribbean.com/article/3279-revision-v1/',0,'revision','',0),(3300,4,'2019-08-12 19:59:41','2019-08-13 00:59:41','','Raheem Sterling3','','inherit','closed','closed','','raheem-sterling3','','','2019-08-12 19:59:41','2019-08-13 00:59:41','',3279,'https://buzz-caribbean.com/app/uploads/2019/08/raheem-sterling3.jpg',0,'attachment','image/jpeg',0),(3301,4,'2019-08-12 20:00:58','2019-08-13 01:00:58','<!-- wp:image {\"id\":3296} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/raheem-sterling-1024x914.jpg\" alt=\"\" class=\"wp-image-3296\" /><figcaption>Air Jordan has reportedly offered Raheem Sterling £100 million to join its brand.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican-born English based soccer player, Raheem Sterling is again on<br>the verge of making history in his blossoming career.He is set to become one of the first football players to sign an endorsement to wear Air Jordon football boots.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The deal with Air Jordan would open up a new front that the 24-year-old is set to lead, as the brand battles to dominate the lucrative football market. The offer could be as much as £100 million, it has been reported.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The brand only moved into football a year ago with the branding of the Paris St-Germain kit. It chiefly has endorsements with NBA and some Major League Baseball players.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3298} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/raheem-sterling-fwa-1024x971.jpg\" alt=\"\" class=\"wp-image-3298\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sterling plays for Manchester City and is last season’s Football Writers’ Footballer of the Year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He\'s one of the first Jamaican-born players to win back-to-back English Premier League titles. His team won the Premier League titles in the 2017/18 and 2018/19 seasons. Sterling, who moved to England at the age of five, played for Liverpool, starting in 2010 before his record transfer to Manchester City.</p>\n<!-- /wp:paragraph -->','Air Jordan offers Raheem Sterling £100 million to join its brand','','inherit','closed','closed','','3279-revision-v1','','','2019-08-12 20:00:58','2019-08-13 01:00:58','',3279,'https://buzz-caribbean.com/article/3279-revision-v1/',0,'revision','',0),(3302,4,'2019-08-12 20:26:13','2019-08-13 01:26:13','<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=Ft2HVqVOhuY\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Ft2HVqVOhuY&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Portmore designer puts his spin on the \'ballistic\' vest','','inherit','closed','closed','','3008-autosave-v1','','','2019-08-12 20:26:13','2019-08-13 01:26:13','',3008,'https://buzz-caribbean.com/article/3008-autosave-v1/',0,'revision','',0),(3305,4,'2019-08-12 21:31:34','2019-08-13 02:31:34','<!-- wp:image {\"id\":3296} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/raheem-sterling-1024x914.jpg\" alt=\"\" class=\"wp-image-3296\" /><figcaption>Air Jordan has reportedly offered Raheem Sterling £100 million to join its brand. (Photos: Instagram/Sterling7)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican-born English based soccer player, Raheem Sterling is again on<br>the verge of making history in his blossoming career.He is set to become one of the first football players to sign an endorsement to wear Air Jordon football boots.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The deal with Air Jordan would open up a new front that the 24-year-old is set to lead, as the brand battles to dominate the lucrative football market. The offer could be as much as £100 million, it has been reported.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The brand only moved into football a year ago with the branding of the Paris St-Germain kit. It chiefly has endorsements with NBA and some Major League Baseball players.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3298} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/raheem-sterling-fwa-1024x971.jpg\" alt=\"\" class=\"wp-image-3298\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sterling plays for Manchester City and is last season’s Football Writers’ Footballer of the Year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He\'s one of the first Jamaican-born players to win back-to-back English Premier League titles. His team won the Premier League titles in the 2017/18 and 2018/19 seasons. Sterling, who moved to England at the age of five, played for Liverpool, starting in 2010 before his record transfer to Manchester City.</p>\n<!-- /wp:paragraph -->','Air Jordan offers Raheem Sterling £100 million to join its brand','','inherit','closed','closed','','3279-revision-v1','','','2019-08-12 21:31:34','2019-08-13 02:31:34','',3279,'https://buzz-caribbean.com/article/3279-revision-v1/',0,'revision','',0),(3306,14,'2019-08-13 06:18:01','2019-08-13 11:18:01','<!-- wp:paragraph -->\n<p>Music, culture…and clay? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s not something that readily comes to mind when one thinks about Trench Town, but the community is growing in popularity in many respects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Leading the charge is Managing Director of\nthe Trench Town Ceramic and Art Centre, Garfield Williams.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an interview with <strong>BUZZ</strong>, Williams was proud of the fact that the Trench Town Ceramic and Art Centre stands as one of the few oases of creativity in the inner-city Kingston community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The centre, located on Upper First Street, recently\nconcluded its annual summer camp programme, which saw the involvement of 30 children\nin and around Trench Town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Arguably more impressive is the fact that over\nthe last ten years, more than 300 children have gotten an opportunity to\nexperiment and express themselves working with the clay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What’s more, these works, no matter how\nsimple go on auction each year, with the proceeds assisting in the kids’\nback-to-school activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to know more about the centre? Watch our informative <strong>BUZZ</strong> video feature below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/zUdm7fDHWoc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/zUdm7fDHWoc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong>, Williams, who is an artisan and sculptor himself, was beaming as he reflected on the great work being done by the children and the wider centre.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s a great look. I have to say hats off\nto the Bob Marley Foundation, SDC, TPDCo, Ministry of Mining and myself, we’ve\nbeen doing it every year. I feel really good to know that I have people\nsupporting what I’m doing,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We always look forward to the summertime every year, having the kids out of school and being that mentor and father-figure looking out for them. That’s my satisfaction and for the guys around me [and so] we’re glad we could have this magnitude of kids here.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Having left Trench Town for Canada when he\nwas six-years-old, and returning to Jamaica nearly 30 years ago, Williams attested\nthat the area is blessed with the best clay in the country. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So much so, according to Williams, that artists\nfrom as far away as St. Thomas, Manchester and Clarendon make the journey to purchase\nclay mined only in Trench Town – which has many spinoff benefits for the community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The rumours are true, I’ve seen it. I’ve\nfelt it. The [clay] bonds our community in some sense, it’s a big oomph for\nTrench Town. It’s keeping the kids active; keeping the men and women that mine [the\nclay employed],”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our whole history of crafts and culture is\ntotally authentic and rich. It’s a bonus for me to be showcasing it right here\nin Trench Town. To know we have such a substance that could be highlighted is\namazing,”</p>\n<!-- /wp:paragraph -->','Trench Town modeling a brand with its clay','','inherit','closed','closed','','2367-revision-v1','','','2019-08-13 06:18:01','2019-08-13 11:18:01','',2367,'https://buzz-caribbean.com/article/2367-revision-v1/',0,'revision','',0),(3307,14,'2019-08-13 06:18:28','2019-08-13 11:18:28','<!-- wp:paragraph -->\n<p>Music, culture…and clay? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s not something that readily comes to mind when one thinks about Trench Town, but the community is growing in popularity in many respects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Leading the charge is Managing Director of\nthe Trench Town Ceramic and Art Centre, Garfield Williams.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an interview with <strong>BUZZ</strong>, Williams was proud that the Trench Town Ceramic and Art Centre stands as one of the few oases of creativity in the inner-city Kingston community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The centre, located on Upper First Street, recently\nconcluded its annual summer camp programme, which saw the involvement of 30 children\nin and around Trench Town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Arguably more impressive is the fact that over\nthe last ten years, more than 300 children have gotten an opportunity to\nexperiment and express themselves working with the clay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What’s more, these works, no matter how\nsimple go on auction each year, with the proceeds assisting in the kids’\nback-to-school activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to know more about the centre? Watch our informative <strong>BUZZ</strong> video feature below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/zUdm7fDHWoc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/zUdm7fDHWoc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong>, Williams, who is an artisan and sculptor himself, was beaming as he reflected on the great work being done by the children and the wider centre.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s a great look. I have to say hats off\nto the Bob Marley Foundation, SDC, TPDCo, Ministry of Mining and myself, we’ve\nbeen doing it every year. I feel really good to know that I have people\nsupporting what I’m doing,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We always look forward to the summertime every year, having the kids out of school and being that mentor and father-figure looking out for them. That’s my satisfaction and for the guys around me [and so] we’re glad we could have this magnitude of kids here.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Having left Trench Town for Canada when he\nwas six-years-old, and returning to Jamaica nearly 30 years ago, Williams attested\nthat the area is blessed with the best clay in the country. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So much so, according to Williams, that artists\nfrom as far away as St. Thomas, Manchester and Clarendon make the journey to purchase\nclay mined only in Trench Town – which has many spinoff benefits for the community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The rumours are true, I’ve seen it. I’ve\nfelt it. The [clay] bonds our community in some sense, it’s a big oomph for\nTrench Town. It’s keeping the kids active; keeping the men and women that mine [the\nclay employed],”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our whole history of crafts and culture is\ntotally authentic and rich. It’s a bonus for me to be showcasing it right here\nin Trench Town. To know we have such a substance that could be highlighted is\namazing,”</p>\n<!-- /wp:paragraph -->','Trench Town modeling a brand with its clay','','inherit','closed','closed','','2367-revision-v1','','','2019-08-13 06:18:28','2019-08-13 11:18:28','',2367,'https://buzz-caribbean.com/article/2367-revision-v1/',0,'revision','',0),(3310,14,'2019-08-13 09:18:23','2019-08-13 14:18:23','<!-- wp:paragraph -->\n<p>Music, culture…and clay? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s not something that readily comes to mind when one thinks about Trench Town, but the community is growing in popularity in many respects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Leading the charge is Managing Director of\nthe Trench Town Ceramic and Art Centre, Garfield Williams.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Williams, in an interview with <strong>BUZZ</strong>, was proud that the Trench Town Ceramic and Art Centre stands as one of the few oases of creativity in the inner-city Kingston community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The rumours are true, I’ve seen it. I’ve felt it. The [clay] bonds our community\" </p><cite>- Garfield Williams, Managing Director, Trench Town Ceramic and Art Centre</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The centre, located on Upper First Street, recently\nconcluded its annual summer camp programme, which saw the involvement of 30 children\nin and around Trench Town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Arguably more impressive is the fact that over\nthe last ten years, more than 300 children have gotten an opportunity to\nexperiment and express themselves working with the clay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What’s more, these works, no matter how\nsimple go on auction each year, with the proceeds assisting in the kids’\nback-to-school activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to know more about the centre? Watch our informative <strong>BUZZ</strong> video feature below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/zUdm7fDHWoc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/zUdm7fDHWoc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong>, Williams, who is an artisan and sculptor himself, was beaming as he reflected on the great work being done by the children and the wider centre.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"To know we have such a substance that could be highlighted is amazing,\"</p><cite>- Garfield Williams on Trench Town\'s clay, which he argues is the best in Jamaica</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“It’s a great look. I have to say hats off to the Bob Marley Foundation, SDC, TPDCo, Ministry of Mining and myself, we’ve been doing it every year. I feel really good to know that I have people supporting what I’m doing,” Williams told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We always look forward to the summertime every year, having the kids out of school and being that mentor and father-figure looking out for them. That’s my satisfaction and for the guys around me [and so] we’re glad we could have this magnitude of kids here,” he explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Our whole history of crafts and culture is totally authentic and rich\" </p><cite>- Williams, speaking with BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Having left Trench Town for Canada when he\nwas six-years-old, and returning to Jamaica nearly 30 years ago, Williams attested\nthat the area is blessed with the best clay in the country. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So much so, according to Williams, that artists\nfrom as far away as St. Thomas, Manchester and Clarendon make the journey to purchase\nclay mined only in Trench Town – which has many spinoff benefits for the community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The rumours are true, I’ve seen it. I’ve\nfelt it. The [clay] bonds our community in some sense, it’s a big oomph for\nTrench Town. It’s keeping the kids active; keeping the men and women that mine [the\nclay employed],”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our whole history of crafts and culture is\ntotally authentic and rich. It’s a bonus for me to be showcasing it right here\nin Trench Town. To know we have such a substance that could be highlighted is\namazing,”</p>\n<!-- /wp:paragraph -->','Trench Town modeling a brand with its clay','','inherit','closed','closed','','2367-revision-v1','','','2019-08-13 09:18:23','2019-08-13 14:18:23','',2367,'https://buzz-caribbean.com/article/2367-revision-v1/',0,'revision','',0),(3311,14,'2019-08-13 09:20:07','2019-08-13 14:20:07','<!-- wp:image {\"id\":646,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jaevion-nelson-jflag-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-646\" /><figcaption>(Jaevion Nelson, Executive Director of the Jamaica Forum for Lesbians, All-Sexuals and Gays [J-FLAG] Photo contributed)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The need for safe, open spaces to meet and interact without fear of violence or discrimination still rank high for members of the local Lesbian, Gay, Bisexual, and Transgender (LGBT) community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The issue came to the fore as Jamaica observed its fifth\nannual Pride celebrations earlier this month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Executive Director for the Jamaica Forum for Lesbians, All-Sexuals, and Gays (J-FLAG) Jaevion Nelson, safe, open spaces are important as many LGBT Jamaicans do not have that basic privilege – marred by discrimination, violence, and rejection in most instances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nelson, in an interview with <strong><em>BUZZ</em></strong>, noted with concern that only during the annual Pride celebrations does the community get a chance to breathe, far away from the widespread homophobia that permeates Jamaican society.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The LGBT community has always looked forward to Pride activities\nand I think [Pride has] really played an important part in how people\nunderstand themselves and the kind of spaces they get to celebrate, find\ncommunity and friends,” Nelson explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A number of people don’t have access to such spaces on a\nroutine basis,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the meantime, as J-FLAG resumes the rebuilding effort, Nelson\nmaintained that despite the challenges, it knows the needs of the LGBT\ncommunity are great and so, even without a headquarters just now, the\norganization has moved full-steam ahead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve continued the work we’ve been doing with a wide range of stakeholders to ensure that we improve the human rights situation in Jamaica for people who are LGBT; and to ensure that they can have access to services and the support they need to address different challenges they may be facing,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The transition has not been entirely smooth, Nelson posited,\nas the lack of a physical space in which to coordinate, plan and execute key\nfunctions have been affected by the destruction of the Rainbow House in December\n2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, as best as humanly possible, J-FLAG is assuring the LGBT community that it remains unmoved in its efforts to have their needs addressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve continued the work we’ve been doing with a wide range of stakeholders to ensure that we improve the human rights situation in Jamaica for people who are LGBT and to ensure that they can have access to services and the support they need to address different challenges they may be facing,” Nelson told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','LGBT community pushing for safe spaces','','inherit','closed','closed','','644-revision-v1','','','2019-08-13 09:20:07','2019-08-13 14:20:07','',644,'https://buzz-caribbean.com/article/644-revision-v1/',0,'revision','',0),(3318,4,'2019-08-13 11:32:57','2019-08-13 16:32:57','','Pastor-Stephen-Blake-3-jpg','','inherit','closed','closed','','pastor-stephen-blake-3-jpg','','','2019-08-13 11:32:57','2019-08-13 16:32:57','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Pastor-Stephen-Blake-3-jpg.jpg',0,'attachment','image/jpeg',0),(3319,4,'2019-08-13 11:35:38','2019-08-13 16:35:38','','Pastor-Stephen-Blake-2','','inherit','closed','closed','','pastor-stephen-blake-2','','','2019-08-13 11:35:38','2019-08-13 16:35:38','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Pastor-Stephen-Blake-2.jpg',0,'attachment','image/jpeg',0),(3321,23,'2019-08-13 17:26:45','2019-08-13 22:26:45','<!-- wp:paragraph -->\n<p>The minister&nbsp;of Transport and Mining is calling on members of the public to utilise the Drive Safe App in an effort to stomp out unruly driving.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister Robert Montague in a post on his social media page called on members of the public to start using the app.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3470} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Montague-2-1024x571.jpg\" alt=\"\" class=\"wp-image-3470\" /><figcaption>Transport Minister Robert Montague wants the public to increase their use of the Drive Safe App.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Download the app now and help us to make Jamaican roads safer.\"</p><cite>— Robert Montague</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Through the Drive Safe Campaign, Jamaicans are urged to take pictures and videos of drivers committing road breaches and post them, along with the license plate of the offending driver on the app.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Download the app now and help us to make Jamaican roads safer. You choose from a number of categories to report violations such as speeding,” Montague said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Road Safety Unit of Jamaica, Pedestrians, motorcyclists, passengers and drivers of private motor vehicles have recorded the highest number of road fatalities since the start of the year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Safia Matthews </em></strong></p>\n<!-- /wp:paragraph -->','Minister urges public to use app designed to nab bad drivers','','publish','closed','closed','','minister-urges-public-to-use-app-designed-to-nab-bad-drivers','','','2019-08-25 19:38:51','2019-08-26 00:38:51','',0,'https://buzz-caribbean.com/?p=3321',0,'post','',0),(3323,4,'2019-08-13 12:42:47','2019-08-13 17:42:47','<!-- wp:paragraph -->\n<p>Ministry of Transport and Mining is ramping up its drive to rid the roads of unruly drivers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Robert Montaque, Minister of Transport in a post on his social media page says he is calling on members of the public to buy into a new exercise that involves downloading the Drive Safe App and to start using this method to report bad driving when witnessed across the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Through the Drive Safe Campaign, Jamaicans are urged to take pictures and videos of drivers committing road breaches and post them, along with the license plate number of the offending driver on the app.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Download the app now and help us to make Jamaican roads safer. You choose from a number of categories to report violations such as speeding,” Montague said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Road Safety Unit of Jamaica, Pedestrians, motorcyclists, passengers and drivers of private motor vehicles have recorded the highest number of road fatalities since the start of the year.</p>\n<!-- /wp:paragraph -->','Authority using app to fight bad driving','','inherit','closed','closed','','3321-revision-v1','','','2019-08-13 12:42:47','2019-08-13 17:42:47','',3321,'https://buzz-caribbean.com/article/3321-revision-v1/',0,'revision','',0),(3324,4,'2019-08-13 12:44:00','2019-08-13 17:44:00','<!-- wp:paragraph -->\n<p>Ministry of Transport and Mining is ramping up its drive to rid the roads of unruly drivers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Robert Montague, Minister of Transport in a post on his social media page says he is calling on members of the public to buy into a new exercise that involves downloading the Drive Safe App and to start using this method to report bad driving when witnessed across the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Through the Drive Safe Campaign, Jamaicans are urged to take pictures and videos of drivers committing road breaches and post them, along with the license plate number of the offending driver on the app.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Download the app now and help us to make Jamaican roads safer. You choose from a number of categories to report violations such as speeding,” Montague said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Road Safety Unit of Jamaica, Pedestrians, motorcyclists, passengers and drivers of private motor vehicles have recorded the highest number of road fatalities since the start of the year.</p>\n<!-- /wp:paragraph -->','Authority using app to fight bad driving','','inherit','closed','closed','','3321-revision-v1','','','2019-08-13 12:44:00','2019-08-13 17:44:00','',3321,'https://buzz-caribbean.com/article/3321-revision-v1/',0,'revision','',0),(3325,9,'2019-08-13 12:59:07','2019-08-13 17:59:07','','hard-rock-A','','inherit','closed','closed','','hard-rock-a','','','2019-08-13 12:59:07','2019-08-13 17:59:07','',1434,'https://buzz-caribbean.com/app/uploads/2019/08/hard-rock-A.jpg',0,'attachment','image/jpeg',0),(3326,9,'2019-08-13 12:59:25','2019-08-13 17:59:25','','hard-rock-B','','inherit','closed','closed','','hard-rock-b','','','2019-08-13 12:59:25','2019-08-13 17:59:25','',1434,'https://buzz-caribbean.com/app/uploads/2019/08/hard-rock-B.jpg',0,'attachment','image/jpeg',0),(3327,9,'2019-08-13 12:59:50','2019-08-13 17:59:50','','hard-rock-D','','inherit','closed','closed','','hard-rock-d','','','2019-08-13 12:59:50','2019-08-13 17:59:50','',1434,'https://buzz-caribbean.com/app/uploads/2019/08/hard-rock-D.jpg',0,'attachment','image/jpeg',0),(3328,9,'2019-08-13 13:00:02','2019-08-13 18:00:02','','hard-rock-C','','inherit','closed','closed','','hard-rock-c','','','2019-08-13 13:00:02','2019-08-13 18:00:02','',1434,'https://buzz-caribbean.com/app/uploads/2019/08/hard-rock-C.jpg',0,'attachment','image/jpeg',0),(3330,9,'2019-08-13 13:08:28','2019-08-13 18:08:28','<!-- wp:image {\"id\":3325} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hard-rock-A.jpg\" alt=\"\" class=\"wp-image-3325\" /><figcaption>Many guests at Hard Rock Cafe tend to flock the pool. (Photos: Instagram @hrcmontegobay)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the very popular and catchy words of dancehall artiste Ding Dong: “The summer is back. The summer is hot!” So, what better way to cool off than by going to the beach? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’re in Montego Bay, Jamaica, or you are planning a trip there soon, you may want to consider the beach at the Hard Rock Café.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3326} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hard-rock-B-1024x1024.jpg\" alt=\"\" class=\"wp-image-3326\" /><figcaption>On sunny days, guests can either cool off at the pool or at the beach.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Located along Sunset Drive, in the Freeport area of the city, this fairly new addition to MoBay’s list of hang-out spots has quickly become one of the go-to places to lounge, enjoy a cocktail or two, and of course, indulge in a variety of classic American dishes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You’ll surely be spoilt for choice with their expansive menu featuring signature\nstarters, their Legendary® burger and handcrafted cocktails – all made to\norder.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3327} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hard-rock-D-1024x640.jpg\" alt=\"\" class=\"wp-image-3327\" /><figcaption>Hard Rock Cafe Montego Bay is one of the hot spots in western Jamaica. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The area isn’t called Sunset Drive for nothing. The beach at the Hard Rock Café is one of the best locations to catch the stunning Montego Bay sunset, so keep that in mind when planning your visit. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And did we mention there was a pool? If you’re not in the mood for the\nbeach or if the beach simply isn’t your thing, you can choose to lounge by the\npool and have your drinks and meals there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3328} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hard-rock-C-1024x735.jpg\" alt=\"\" class=\"wp-image-3328\" /><figcaption>There are lots of drinks to choose from at Hard Rock Cafe. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The best news of all is that the beach and pool are open seven days a week, from 10 a.m. to 6 p.m. The admission is $750 for adults and $450 for children. You may need to rent chairs and/or umbrellas depending on how you plan to spend your day. The rental is $500 per item. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The next time you’re in Montego Bay, swing by the Hard Rock Café. You\nwon’t be disappointed!</p>\n<!-- /wp:paragraph -->','It\'s hot! Let\'s cool off at Hard Rock Café','','inherit','closed','closed','','1434-revision-v1','','','2019-08-13 13:08:28','2019-08-13 18:08:28','',1434,'https://buzz-caribbean.com/article/1434-revision-v1/',0,'revision','',0),(3333,9,'2019-08-13 13:14:27','2019-08-13 18:14:27','','DSC_1132','','inherit','closed','closed','','dsc_1132','','','2019-08-13 13:14:27','2019-08-13 18:14:27','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1132.jpg',0,'attachment','image/jpeg',0),(3334,9,'2019-08-13 13:14:55','2019-08-13 18:14:55','','DSC_1361-1','','inherit','closed','closed','','dsc_1361-1','','','2019-08-13 13:14:55','2019-08-13 18:14:55','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1361-1.jpg',0,'attachment','image/jpeg',0),(3336,9,'2019-08-13 13:16:29','2019-08-13 18:16:29','','DSC 0963','','inherit','closed','closed','','dsc_0963','','','2019-08-13 13:16:29','2019-08-13 18:16:29','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0963.jpg',0,'attachment','image/jpeg',0),(3337,9,'2019-08-13 13:16:30','2019-08-13 18:16:30','','DSC 1022','','inherit','closed','closed','','dsc_1022','','','2019-08-13 13:16:30','2019-08-13 18:16:30','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1022.jpg',0,'attachment','image/jpeg',0),(3338,9,'2019-08-13 13:16:31','2019-08-13 18:16:31','','DSC 1044','','inherit','closed','closed','','dsc_1044','','','2019-08-13 13:16:31','2019-08-13 18:16:31','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1044.jpg',0,'attachment','image/jpeg',0),(3339,9,'2019-08-13 13:16:32','2019-08-13 18:16:32','','DSC 1101','','inherit','closed','closed','','dsc_1101','','','2019-08-13 13:16:32','2019-08-13 18:16:32','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1101.jpg',0,'attachment','image/jpeg',0),(3340,9,'2019-08-13 13:16:34','2019-08-13 18:16:34','','DSC 1209','','inherit','closed','closed','','dsc_1209','','','2019-08-13 13:16:34','2019-08-13 18:16:34','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1209.jpg',0,'attachment','image/jpeg',0),(3341,9,'2019-08-13 13:17:32','2019-08-13 18:17:32','','DSC_0963-1','','inherit','closed','closed','','dsc_0963-1','','','2019-08-13 13:17:32','2019-08-13 18:17:32','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0963-1.jpg',0,'attachment','image/jpeg',0),(3342,9,'2019-08-13 13:17:34','2019-08-13 18:17:34','','DSC_0982','','inherit','closed','closed','','dsc_0982','','','2019-08-13 13:17:34','2019-08-13 18:17:34','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0982.jpg',0,'attachment','image/jpeg',0),(3343,9,'2019-08-13 13:17:35','2019-08-13 18:17:35','','DSC_1022-1','','inherit','closed','closed','','dsc_1022-1','','','2019-08-13 13:17:35','2019-08-13 18:17:35','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1022-1.jpg',0,'attachment','image/jpeg',0),(3344,9,'2019-08-13 13:17:36','2019-08-13 18:17:36','','DSC_1044-1','','inherit','closed','closed','','dsc_1044-1','','','2019-08-13 13:17:36','2019-08-13 18:17:36','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1044-1.jpg',0,'attachment','image/jpeg',0),(3345,9,'2019-08-13 13:17:37','2019-08-13 18:17:37','','DSC_1132-1','','inherit','closed','closed','','dsc_1132-1','','','2019-08-13 13:17:37','2019-08-13 18:17:37','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1132-1.jpg',0,'attachment','image/jpeg',0),(3346,9,'2019-08-13 13:17:38','2019-08-13 18:17:38','','DSC_1431','','inherit','closed','closed','','dsc_1431','','','2019-08-13 13:17:38','2019-08-13 18:17:38','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1431.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (3347,9,'2019-08-13 13:17:40','2019-08-13 18:17:40','','DSC_1435','','inherit','closed','closed','','dsc_1435','','','2019-08-13 13:17:40','2019-08-13 18:17:40','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1435.jpg',0,'attachment','image/jpeg',0),(3348,11,'2019-08-13 13:19:48','2019-08-13 18:19:48','','Signage-SOS-BUZZ','','inherit','closed','closed','','signage-sos-buzz','','','2019-08-13 13:19:48','2019-08-13 18:19:48','',2246,'https://buzz-caribbean.com/app/uploads/2019/08/Signage-SOS-BUZZ.jpg',0,'attachment','image/jpeg',0),(3349,9,'2019-08-13 13:20:14','2019-08-13 18:20:14','','DSC_0932','','inherit','closed','closed','','dsc_0932','','','2019-08-13 13:20:14','2019-08-13 18:20:14','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0932.jpg',0,'attachment','image/jpeg',0),(3350,9,'2019-08-13 13:20:16','2019-08-13 18:20:16','','DSC_0974','','inherit','closed','closed','','dsc_0974','','','2019-08-13 13:20:16','2019-08-13 18:20:16','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0974.jpg',0,'attachment','image/jpeg',0),(3351,9,'2019-08-13 13:20:20','2019-08-13 18:20:20','','DSC_1008','','inherit','closed','closed','','dsc_1008','','','2019-08-13 13:20:20','2019-08-13 18:20:20','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1008.jpg',0,'attachment','image/jpeg',0),(3352,9,'2019-08-13 13:20:22','2019-08-13 18:20:22','','DSC_1074','','inherit','closed','closed','','dsc_1074','','','2019-08-13 13:20:22','2019-08-13 18:20:22','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1074.jpg',0,'attachment','image/jpeg',0),(3353,9,'2019-08-13 13:20:27','2019-08-13 18:20:27','','DSC_1079','','inherit','closed','closed','','dsc_1079','','','2019-08-13 13:20:27','2019-08-13 18:20:27','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1079.jpg',0,'attachment','image/jpeg',0),(3354,9,'2019-08-13 13:20:29','2019-08-13 18:20:29','','DSC_1299-1','','inherit','closed','closed','','dsc_1299-1','','','2019-08-13 13:20:29','2019-08-13 18:20:29','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1299-1.jpg',0,'attachment','image/jpeg',0),(3355,4,'2019-08-13 13:20:56','2019-08-13 18:20:56','','Robert-Montague','','inherit','closed','closed','','robert-montague','','','2019-08-13 13:20:56','2019-08-13 18:20:56','',3321,'https://buzz-caribbean.com/app/uploads/2019/08/Robert-Montague.jpg',0,'attachment','image/jpeg',0),(3356,9,'2019-08-13 13:20:56','2019-08-13 18:20:56','','DSC_0945','','inherit','closed','closed','','dsc_0945','','','2019-08-13 13:20:56','2019-08-13 18:20:56','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0945.jpg',0,'attachment','image/jpeg',0),(3357,4,'2019-08-13 13:21:07','2019-08-13 18:21:07','<!-- wp:paragraph -->\n<p>The minister of Transport and Mining is calling on members of the public to utilise the Drive Safe App in an effort to stomp out unruly driving.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3355} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Robert-Montague.jpg\" alt=\"\" class=\"wp-image-3355\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Minister Robert Montague in a post on his social media page called on members of the public to start using the app.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Through the Drive Safe Campaign, Jamaicans are urged to take pictures and videos of drivers committing road breaches and post them, along with the license plate of the offending driver on the app.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Download the app now and help us to make Jamaican roads safer. You choose from a number of categories to report violations such as speeding,” Montague said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Road Safety Unit of Jamaica, Pedestrians, motorcyclists, passengers and drivers of private motor vehicles have recorded the highest number of road fatalities since the start of the year.</p>\n<!-- /wp:paragraph -->','Authority using app to fight bad driving','','inherit','closed','closed','','3321-revision-v1','','','2019-08-13 13:21:07','2019-08-13 18:21:07','',3321,'https://buzz-caribbean.com/article/3321-revision-v1/',0,'revision','',0),(3358,11,'2019-08-13 13:21:21','2019-08-13 18:21:21','','Manufacturing-SEEK-Notebooks-SOS-BUZZ','','inherit','closed','closed','','manufacturing-seek-notebooks-sos-buzz','','','2019-08-13 13:21:21','2019-08-13 18:21:21','',2246,'https://buzz-caribbean.com/app/uploads/2019/08/Manufacturing-SEEK-Notebooks-SOS-BUZZ.jpg',0,'attachment','image/jpeg',0),(3359,9,'2019-08-13 13:22:48','2019-08-13 18:22:48','','DSC_0925','','inherit','closed','closed','','dsc_0925','','','2019-08-13 13:22:48','2019-08-13 18:22:48','',1295,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0925.jpg',0,'attachment','image/jpeg',0),(3360,11,'2019-08-13 13:22:54','2019-08-13 18:22:54','','SEEK Composition Books SOS BUZZ','','inherit','closed','closed','','seek-composition-books-sos-buzz','','','2019-08-13 13:22:54','2019-08-13 18:22:54','',2246,'https://buzz-caribbean.com/app/uploads/2019/08/SEEK-Composition-Books-SOS-BUZZ.jpg',0,'attachment','image/jpeg',0),(3361,11,'2019-08-13 13:23:31','2019-08-13 18:23:31','','SEEK-Stationery-SOS-BUZZ','','inherit','closed','closed','','seek-stationery-sos-buzz','','','2019-08-13 13:23:31','2019-08-13 18:23:31','',2246,'https://buzz-caribbean.com/app/uploads/2019/08/SEEK-Stationery-SOS-BUZZ.jpg',0,'attachment','image/jpeg',0),(3362,9,'2019-08-13 13:31:09','2019-08-13 18:31:09','<!-- wp:image {\"id\":3211} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1004-1024x683.jpg\" alt=\"\" class=\"wp-image-3211\" /><figcaption> The Kingston Kitchen: Night Market was the ultimate \'foodie\' affair. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They say laughter is the brightest where the food is, and for the scores of Jamaicans who attended the Kingston Kitchen: Night Market on July 27, this rang undeniably true. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dubbed the ultimate foodie experience, the event took to the lush, velvety lawns of the Hope Botanic Gardens in St Andrew, Jamaica, to deliver on yet another successful showcase featuring delectable local and international cuisine. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3334} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1361-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3334\" /><figcaption>There were lots of food options at Kingston Kitchen. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It was a\ngastronome’s delight!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With more\nthan 60 vendors, including nine food trucks, indeed, there was something to\nsatisfy every palate. Whether you were in search of the rich, savoury flavours\nof meat or fancied the fresh, citrusy taste of seafood, there was a booth or\ntent to grant every culinary wish. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3341,3345,1305,1300,1299,1301,1304,1316,3342,3343,3344,3346,3347]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0963-1-1024x683.jpg\" alt=\"\" data-id=\"3341\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_0963-1/\" class=\"wp-image-3341\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1132-1-1024x683.jpg\" alt=\"\" data-id=\"3345\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1132-1/\" class=\"wp-image-3345\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1449-1024x683.jpg\" alt=\"\" data-id=\"1305\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1449/\" class=\"wp-image-1305\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1335-1024x683.jpg\" alt=\"\" data-id=\"1300\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1335/\" class=\"wp-image-1300\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1219-1024x683.jpg\" alt=\"\" data-id=\"1299\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1219/\" class=\"wp-image-1299\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1339-1024x683.jpg\" alt=\"\" data-id=\"1301\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1339/\" class=\"wp-image-1301\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1386-1024x683.jpg\" alt=\"\" data-id=\"1304\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1386/\" class=\"wp-image-1304\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1369-1024x683.jpg\" alt=\"\" data-id=\"1316\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1369/\" class=\"wp-image-1316\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0982-1024x683.jpg\" alt=\"\" data-id=\"3342\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_0982/\" class=\"wp-image-3342\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1022-1-1024x683.jpg\" alt=\"\" data-id=\"3343\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1022-1/\" class=\"wp-image-3343\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1044-1-1024x683.jpg\" alt=\"\" data-id=\"3344\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1044-1/\" class=\"wp-image-3344\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1431-1024x683.jpg\" alt=\"\" data-id=\"3346\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1431/\" class=\"wp-image-3346\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1435-1024x683.jpg\" alt=\"\" data-id=\"3347\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1435/\" class=\"wp-image-3347\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Excited families and friends sauntered along between booths, vying to get a taste of the sumptuous fare being offered. Some of the most memorable items were the beef and chicken kibbeh from Chez Maria, kimchi fried rice from Tooksie Kay Catering, gourmet hotdogs from Yeaah Dawg, as well as an assortment of spicy shellfish dishes from Jabba’s Pepper Swims. Patrons also kept cool with refreshing fruit drinks courtesy of Pure Country or socialised over cocktails from Select Brands. Others opted for the rich, creamy flavours of vegan ice-cream from Nice Cream.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3353,3349,3350,3351,3354,3356]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1079-1024x683.jpg\" alt=\"\" data-id=\"3353\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1079/\" class=\"wp-image-3353\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0932-1024x683.jpg\" alt=\"\" data-id=\"3349\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_0932/\" class=\"wp-image-3349\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0974-1024x683.jpg\" alt=\"\" data-id=\"3350\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_0974/\" class=\"wp-image-3350\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1008-1024x683.jpg\" alt=\"\" data-id=\"3351\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1008/\" class=\"wp-image-3351\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1299-1-1024x683.jpg\" alt=\"\" data-id=\"3354\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1299-1/\" class=\"wp-image-3354\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0945-1024x683.jpg\" alt=\"\" data-id=\"3356\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_0945/\" class=\"wp-image-3356\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Children, too, relished in the merriment, as peals of laughter erupted from the Kids Zone, a section complete with a bounce-about, friendly rides, and face painting, while providing child-friendly treats such as snow cones and ice-cream. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In keeping with creating a gastronomic experience, Kingston Kitchen’s co-director, Jacqui Sinclair, said that it is important to listen to feedback from patrons. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3359} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0925-1024x683.jpg\" alt=\"\" class=\"wp-image-3359\" /><figcaption>The children also had a blast on the rides in the Kids Zone. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We consider\nourselves a food family. We’re not in competition. We listen to suggestions\nfrom our patrons and try to make each event better than our last,” she said. “In\nfact, one of the greatest concerns we’ve had was the lack of debit/credit\nmachines on hand. This year, we partnered with NCB to provide vendors with\nthese machines to make transactions easier.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, as the event drew to an end, there were still throngs of latecomers who firmly decided that, by any means necessary, the event would not be missed. The early birds, on the other hand, wearily made their exit, presumably palatably pleased and vowing to attend the next staging.</p>\n<!-- /wp:paragraph -->','Satisfied palates at Kingston Kitchen: Night Market','','inherit','closed','closed','','1295-revision-v1','','','2019-08-13 13:31:09','2019-08-13 18:31:09','',1295,'https://buzz-caribbean.com/article/1295-revision-v1/',0,'revision','',0),(3363,4,'2019-08-13 13:35:47','2019-08-13 18:35:47','','drive-safe-app','','inherit','closed','closed','','drive-safe-app','','','2019-08-13 13:35:47','2019-08-13 18:35:47','',3321,'https://buzz-caribbean.com/app/uploads/2019/08/drive-safe-app.png',0,'attachment','image/png',0),(3364,4,'2019-08-13 13:39:20','2019-08-13 18:39:20','<!-- wp:paragraph -->\n<p>The minister of Transport and Mining is calling on members of the public to utilise the Drive Safe App in an effort to stomp out unruly driving.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3355} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Robert-Montague.jpg\" alt=\"\" class=\"wp-image-3355\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Minister Robert Montague in a post on his social media page called on members of the public to start using the app.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Download the app now and help us to make Jamaican roads safer.\"</p><cite>— Robert Montague</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Through the Drive Safe Campaign, Jamaicans are urged to take pictures and videos of drivers committing road breaches and post them, along with the license plate of the offending driver on the app.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3363} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/drive-safe-app.png\" alt=\"\" class=\"wp-image-3363\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Download the app now and help us to make Jamaican roads safer. You choose from a number of categories to report violations such as speeding,” Montague said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Road Safety Unit of Jamaica, Pedestrians, motorcyclists, passengers and drivers of private motor vehicles have recorded the highest number of road fatalities since the start of the year.</p>\n<!-- /wp:paragraph -->','Authority using app to fight bad driving','','inherit','closed','closed','','3321-revision-v1','','','2019-08-13 13:39:20','2019-08-13 18:39:20','',3321,'https://buzz-caribbean.com/article/3321-revision-v1/',0,'revision','',0),(3365,11,'2019-08-13 13:39:34','2019-08-13 18:39:34','<!-- wp:paragraph -->\n<p>Fifty-year-old stationery leader, Stationery &amp; Office Supplies (SOS) Ltd. continues to see its financial fortunes grow.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3348} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Signage-SOS-BUZZ-1024x683.jpg\" alt=\"\" class=\"wp-image-3348\" /><figcaption>SOS Ltd\'s offices on Beechwood Avenue in Kingston, Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For the financial year 2017 to 2018, SOS\nposted revenues of $1.06 billion, an increase of 17% over the previous year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pre-tax profits came in at $85 million, an increase on the $83 million posted in the prior year. Its stock price has jumped from $4.97 at the start of the years to $8.19 presently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Increase of 17% over the previous year </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>SOS made significant strides with the\nacquisition of SEEK, allowing it to acquire the manufacturing assets of Book\nEmpire. Book Empire makes the SEEK Brand of notebooks and writing pads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3358} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Manufacturing-SEEK-Notebooks-SOS-BUZZ-1024x683.jpg\" alt=\"\" class=\"wp-image-3358\" /><figcaption>Manufacturing of SEEK notebooks</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This $80 million acquisition allowed SOS to\nstart light manufacturing, thus reducing its dependence on imported office and\nfurniture supplies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>This has given us an opportunity to prove that local does not mean inferior, as we’ve seen sales skyrocket since that acquisition.</p><cite> —  Allan McDaniel, SOS Ltd’s Deputy Managing Director</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“We’re excited about the SEEK acquisition,\nnot just because of the profitable implications of being able to decrease our\nimports, but having the opportunity to promote brand Jamaica in this way means\na lot to us, as a company who is also heavily invested in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3360,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/SEEK-Composition-Books-SOS-BUZZ-1024x683.jpg\" alt=\"\" class=\"wp-image-3360\" /><figcaption>SEEK composition books</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“This has given us an opportunity to prove\nthat local does not mean inferior, as we’ve seen sales skyrocket since that\nacquisition, said SOS Ltd’s Deputy Managing Director, Allan McDaniel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3361} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/SEEK-Stationery-SOS-BUZZ-1024x683.jpg\" alt=\"\" class=\"wp-image-3361\" /><figcaption>Collection of SEEK notebooks</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For the first quarter of 2019, revenues are\nup 23% with pre-tax profits increasing by 30%.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The company has plans in place to export to\nBarbados this year.</p>\n<!-- /wp:paragraph -->','SOS Ltd posts revenues of $1.06 billion for 2018','','inherit','closed','closed','','2246-revision-v1','','','2019-08-13 13:39:34','2019-08-13 18:39:34','',2246,'https://buzz-caribbean.com/article/2246-revision-v1/',0,'revision','',0),(3367,9,'2019-08-13 13:45:05','2019-08-13 18:45:05','<!-- wp:image {\"id\":3211} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1004-1024x683.jpg\" alt=\"\" class=\"wp-image-3211\" /><figcaption> The Kingston Kitchen: Night Market was the ultimate \'foodie\' affair. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They say laughter is the brightest where the food is, and for the scores of Jamaicans who attended the Kingston Kitchen: Night Market on July 27, this rang undeniably true. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dubbed the ultimate foodie experience, the event took to the lush, velvety lawns of the Hope Botanic Gardens in St Andrew, Jamaica, to deliver on yet another successful showcase featuring delectable local and international cuisine. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3334} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1361-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3334\" /><figcaption>There were lots of food options at Kingston Kitchen: Night Market. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It was a\ngastronome’s delight!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With more than 60 vendors, including nine food trucks, indeed, there was something to satisfy every palate. Whether you were in search of the rich, savoury flavours of meat or fancied the fresh, citrusy taste of seafood, there was a booth or tent to grant every culinary wish. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See some of the dishes that were available at the event in the gallery below. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3341,3345,1305,1300,1299,1301,1304,1316,3342,3343,3344,3346,3347]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0963-1-1024x683.jpg\" alt=\"\" data-id=\"3341\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_0963-1/\" class=\"wp-image-3341\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1132-1-1024x683.jpg\" alt=\"\" data-id=\"3345\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1132-1/\" class=\"wp-image-3345\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1449-1024x683.jpg\" alt=\"\" data-id=\"1305\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1449/\" class=\"wp-image-1305\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1335-1024x683.jpg\" alt=\"\" data-id=\"1300\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1335/\" class=\"wp-image-1300\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1219-1024x683.jpg\" alt=\"\" data-id=\"1299\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1219/\" class=\"wp-image-1299\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1339-1024x683.jpg\" alt=\"\" data-id=\"1301\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1339/\" class=\"wp-image-1301\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1386-1024x683.jpg\" alt=\"\" data-id=\"1304\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1386/\" class=\"wp-image-1304\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1369-1024x683.jpg\" alt=\"\" data-id=\"1316\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1369/\" class=\"wp-image-1316\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0982-1024x683.jpg\" alt=\"\" data-id=\"3342\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_0982/\" class=\"wp-image-3342\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1022-1-1024x683.jpg\" alt=\"\" data-id=\"3343\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1022-1/\" class=\"wp-image-3343\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1044-1-1024x683.jpg\" alt=\"\" data-id=\"3344\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1044-1/\" class=\"wp-image-3344\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1431-1024x683.jpg\" alt=\"\" data-id=\"3346\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1431/\" class=\"wp-image-3346\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1435-1024x683.jpg\" alt=\"\" data-id=\"3347\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1435/\" class=\"wp-image-3347\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Excited families and friends sauntered along between booths, vying to get a taste of the sumptuous fare being offered. Some of the most memorable items were the beef and chicken kibbeh from Chez Maria, kimchi fried rice from Tooksie Kay Catering, gourmet hotdogs from Yeaah Dawg, as well as an assortment of spicy shellfish dishes from Jabba’s Pepper Swims. Patrons also kept cool with refreshing fruit drinks courtesy of Pure Country or socialised over cocktails from Select Brands. Others opted for the rich, creamy flavours of vegan ice-cream from Nice Cream.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>The patrons surely enjoyed the food. See the gallery below. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3353,3349,3350,3351,3354,3356]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1079-1024x683.jpg\" alt=\"\" data-id=\"3353\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1079/\" class=\"wp-image-3353\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0932-1024x683.jpg\" alt=\"\" data-id=\"3349\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_0932/\" class=\"wp-image-3349\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0974-1024x683.jpg\" alt=\"\" data-id=\"3350\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_0974/\" class=\"wp-image-3350\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1008-1024x683.jpg\" alt=\"\" data-id=\"3351\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1008/\" class=\"wp-image-3351\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1299-1-1024x683.jpg\" alt=\"\" data-id=\"3354\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1299-1/\" class=\"wp-image-3354\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0945-1024x683.jpg\" alt=\"\" data-id=\"3356\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_0945/\" class=\"wp-image-3356\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Children, too, relished in the merriment, as peals of laughter erupted from the Kids Zone, a section complete with a bounce-about, friendly rides, and face painting, while providing child-friendly treats such as snow cones and ice-cream. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In keeping with creating a gastronomic experience, Kingston Kitchen’s co-director, Jacqui Sinclair, said that it is important to listen to feedback from patrons. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3359} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0925-1024x683.jpg\" alt=\"\" class=\"wp-image-3359\" /><figcaption>The children also had a blast on the rides in the Kids Zone. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We consider\nourselves a food family. We’re not in competition. We listen to suggestions\nfrom our patrons and try to make each event better than our last,” she said. “In\nfact, one of the greatest concerns we’ve had was the lack of debit/credit\nmachines on hand. This year, we partnered with NCB to provide vendors with\nthese machines to make transactions easier.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, as the event drew to an end, there were still throngs of latecomers who firmly decided that, by any means necessary, the event would not be missed. The early birds, on the other hand, wearily made their exit, presumably palatably pleased and vowing to attend the next staging.</p>\n<!-- /wp:paragraph -->','Satisfied palates at Kingston Kitchen: Night Market','','inherit','closed','closed','','1295-revision-v1','','','2019-08-13 13:45:05','2019-08-13 18:45:05','',1295,'https://buzz-caribbean.com/article/1295-revision-v1/',0,'revision','',0),(3368,9,'2019-08-13 13:59:22','2019-08-13 18:59:22','<!-- wp:image {\"id\":3211} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1004-1024x683.jpg\" alt=\"\" class=\"wp-image-3211\" /><figcaption> The Kingston Kitchen: Night Market was the ultimate \'foodie\' affair. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They say laughter is the brightest where the food is, and for the scores of Jamaicans who attended the Kingston Kitchen: Night Market on July 27, this rang undeniably true. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dubbed the ultimate foodie experience, the event took to the lush, velvety lawns of the Hope Botanic Gardens in St Andrew, Jamaica, to deliver on yet another successful showcase featuring delectable local and international cuisine. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3334} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1361-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3334\" /><figcaption>There were lots of food options at Kingston Kitchen: Night Market. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It was a\ngastronome’s delight!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With more than 60 vendors, including nine food trucks, indeed, there was something to satisfy every palate. Whether you were in search of the rich, savoury flavours of meat or fancied the fresh, citrusy taste of seafood, there was a booth or tent to grant every culinary wish. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See some of the foods that were available at the event in the gallery below. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3341,3345,1305,1300,1299,1301,1304,1316,3342,3343,3344,3346,3347]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0963-1-1024x683.jpg\" alt=\"\" data-id=\"3341\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_0963-1/\" class=\"wp-image-3341\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1132-1-1024x683.jpg\" alt=\"\" data-id=\"3345\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1132-1/\" class=\"wp-image-3345\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1449-1024x683.jpg\" alt=\"\" data-id=\"1305\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1449/\" class=\"wp-image-1305\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1335-1024x683.jpg\" alt=\"\" data-id=\"1300\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1335/\" class=\"wp-image-1300\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1219-1024x683.jpg\" alt=\"\" data-id=\"1299\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1219/\" class=\"wp-image-1299\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1339-1024x683.jpg\" alt=\"\" data-id=\"1301\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1339/\" class=\"wp-image-1301\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1386-1024x683.jpg\" alt=\"\" data-id=\"1304\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1386/\" class=\"wp-image-1304\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1369-1024x683.jpg\" alt=\"\" data-id=\"1316\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1369/\" class=\"wp-image-1316\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0982-1024x683.jpg\" alt=\"\" data-id=\"3342\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_0982/\" class=\"wp-image-3342\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1022-1-1024x683.jpg\" alt=\"\" data-id=\"3343\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1022-1/\" class=\"wp-image-3343\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1044-1-1024x683.jpg\" alt=\"\" data-id=\"3344\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1044-1/\" class=\"wp-image-3344\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1431-1024x683.jpg\" alt=\"\" data-id=\"3346\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1431/\" class=\"wp-image-3346\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1435-1024x683.jpg\" alt=\"\" data-id=\"3347\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1435/\" class=\"wp-image-3347\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Excited families and friends sauntered along between booths, vying to get a taste of the sumptuous fare being offered. Some of the most memorable items were the beef and chicken kibbeh from Chez Maria, kimchi fried rice from Tooksie Kay Catering, gourmet hotdogs from Yeaah Dawg, as well as an assortment of spicy shellfish dishes from Jabba’s Pepper Swims. Patrons also kept cool with refreshing fruit drinks courtesy of Pure Country or socialised over cocktails from Select Brands. Others opted for the rich, creamy flavours of vegan ice-cream from Nice Cream.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>The patrons surely enjoyed the event. See the gallery below. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3353,3349,3350,3351,3354,3356]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1079-1024x683.jpg\" alt=\"\" data-id=\"3353\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1079/\" class=\"wp-image-3353\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0932-1024x683.jpg\" alt=\"\" data-id=\"3349\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_0932/\" class=\"wp-image-3349\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0974-1024x683.jpg\" alt=\"\" data-id=\"3350\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_0974/\" class=\"wp-image-3350\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1008-1024x683.jpg\" alt=\"\" data-id=\"3351\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1008/\" class=\"wp-image-3351\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1299-1-1024x683.jpg\" alt=\"\" data-id=\"3354\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_1299-1/\" class=\"wp-image-3354\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0945-1024x683.jpg\" alt=\"\" data-id=\"3356\" data-link=\"https://buzz-caribbean.com/article/satisfied-palates-at-kingston-kitchen-night-market/dsc_0945/\" class=\"wp-image-3356\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Children, too, relished in the merriment, as peals of laughter erupted from the Kids Zone, a section complete with a bounce-about, friendly rides, and face painting, while providing child-friendly treats such as snow cones and ice-cream. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In keeping with creating a gastronomic experience, Kingston Kitchen’s co-director, Jacqui Sinclair, said that it is important to listen to feedback from patrons. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3359} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0925-1024x683.jpg\" alt=\"\" class=\"wp-image-3359\" /><figcaption>The children also had a blast on the rides in the Kids Zone. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We consider\nourselves a food family. We’re not in competition. We listen to suggestions\nfrom our patrons and try to make each event better than our last,” she said. “In\nfact, one of the greatest concerns we’ve had was the lack of debit/credit\nmachines on hand. This year, we partnered with NCB to provide vendors with\nthese machines to make transactions easier.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, as the event drew to an end, there were still throngs of latecomers who firmly decided that, by any means necessary, the event would not be missed. The early birds, on the other hand, wearily made their exit, presumably palatably pleased and vowing to attend the next staging.</p>\n<!-- /wp:paragraph -->','Satisfied palates at Kingston Kitchen: Night Market','','inherit','closed','closed','','1295-revision-v1','','','2019-08-13 13:59:22','2019-08-13 18:59:22','',1295,'https://buzz-caribbean.com/article/1295-revision-v1/',0,'revision','',0),(3370,4,'2019-08-13 14:33:19','2019-08-13 19:33:19','<!-- wp:paragraph -->\n<p>The minister&nbsp;of Transport and Mining is calling on members of the public to utilise the Drive Safe App in an effort to stomp out unruly driving.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3355} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Robert-Montague.jpg\" alt=\"\" class=\"wp-image-3355\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Minister Robert Montague in a post on his social media page called on members of the public to start using the app.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Download the app now and help us to make Jamaican roads safer.\"</p><cite>— Robert Montague</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Through the Drive Safe Campaign, Jamaicans are urged to take pictures and videos of drivers committing road breaches and post them, along with the license plate of the offending driver on the app.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3363} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/drive-safe-app.png\" alt=\"\" class=\"wp-image-3363\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Download the app now and help us to make Jamaican roads safer. You choose from a number of categories to report violations such as speeding,” Montague said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Road Safety Unit of Jamaica, Pedestrians, motorcyclists, passengers and drivers of private motor vehicles have recorded the highest number of road fatalities since the start of the year.</p>\n<!-- /wp:paragraph -->','Minister urges public to use app designed to expose bad drivers','','inherit','closed','closed','','3321-revision-v1','','','2019-08-13 14:33:19','2019-08-13 19:33:19','',3321,'https://buzz-caribbean.com/article/3321-revision-v1/',0,'revision','',0),(3371,4,'2019-08-13 16:53:56','2019-08-13 21:53:56','<!-- wp:paragraph -->\n<p>Peter Bunting\'s \'Rise United\' team is dismissing a poll done by Bill Johnson on behalf of ‘One PNP’ as being biased and unreliable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting is challenging Dr Peter Phillips for the leadership of the People’s National Party. One PNP is the name of Phillip\'s campaign team. The internal\nelection is scheduled for September 8.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3456} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dayton-campbell-1024x906.jpg\" alt=\"\" class=\"wp-image-3456\" /><figcaption>Rise United campaign manager Dr Dayton Campbell with Peter Bunting. (Photo: Instagram/peterbuntingmp)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One PNP campaign commissioned the Bill Johnson poll, which stated that Phillips is the best person to lead the PNP to victory over the governing Jamaica Labour Party. The poll results were released days after Rise United made public a Don Anderson poll it commissioned. That poll showed Bunting with a 36 per cent support as the person best placed to lead the PNP to victory over the governing Jamaica Labour Party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The issue is that — notwithstanding that experience — Dr Phillips is not seen as an effective leader.\"</p><cite>— Dr Dayton Campbell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Rise United campaign manager, Dr Dayton Campbell said in a release that Phillips’ poll is a desperate attempt to confuse the public. He cited as an example of a leading and biased question the query about which candidate has the most experience to lead the PNP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Of course, one does not need a poll to determine that Dr Phillips\' decades in politics and three years as party leader would make him more experienced than Comrade Bunting,” he said. “However, the issue is that — notwithstanding that experience — Dr Phillips is not seen as an effective leader. This is reflected in all polls over the last few years, including a poll done by the same Bill Johnson in March 2019,” he added.</p>\n<!-- /wp:paragraph -->','Rise United calls One PNP poll unreliable','','publish','closed','closed','','rise-united-calls-one-pnp-poll-unreliable','','','2019-08-13 16:53:56','2019-08-13 21:53:56','',0,'https://buzz-caribbean.com/?p=3371',0,'post','',0),(3375,11,'2019-08-13 14:40:30','2019-08-13 19:40:30','','Nicholas Scott Eppley','','inherit','closed','closed','','nicholas-scott-eppley-4','','','2019-08-13 14:40:30','2019-08-13 19:40:30','',2236,'https://buzz-caribbean.com/app/uploads/2019/08/Nicholas-Scott-Eppley-4.jpg',0,'attachment','image/jpeg',0),(3376,11,'2019-08-13 14:41:42','2019-08-13 19:41:42','<!-- wp:paragraph -->\n<p>Chairman of Eppley Caribbean Property Fund (ECPF), Nicholas Scott is all set to score another hit with a growing interest in what is the Caribbean’s only real estate cross-listed ( Jamaica, Trinidad and Barbados) fund. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3372} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Nicholas-Scott-Eppley-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3372\" /><figcaption>  Nicholas Scott, Chairman of Eppley Caribbean Property Fund (ECPF) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A mix of retail and industrial assets, Eppley Caribbean Property Fund sees <a href=\"http://ncbcapitalmarkets.com/eppley/\">NCB Capital Markets</a>, headed by CEO Steven Gooden as the arranger. Explaining the rationale behind taking this fund across the Caribbean, Scott, who is carving out a reputation as one of Jamaica’s finest financial sector operators said: “ Like all Jamaican investors we were enjoying stock markets at historic highs and interest rates at all-time lows, but we were also searching for value and it was getting harder to find. We discovered it in Barbados.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Like what we had seen in Jamaica years earlier, Barbados was also showing early signs of a turnaround – a new administration, an IMF program, a debt restructuring and aggressive tax reforms.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In May 2018, Eppley took control of the largest property fund in Barbados and renamed it the Eppley Caribbean Fund. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Scott, in the fund’s first year, Eppley has increased the fund’s earnings by almost 60%. The aim now is to increase its reach across the Caribbean. Eppley’s portfolio of buildings has some stellar tenants including Courts, Republic Bank, CIBC First Caribbean and Access Financial. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Combined, they produce yields of between 8% to 9%, much higher yields than banks, plus unlike bonds, the value of its buildings are likely to increase over time. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-large\"} -->\n<blockquote class=\"wp-block-quote is-style-large\"><p>“We are offering all Jamaican investors&nbsp;the ability to own a portfolio of high quality commercial real estate, spread throughout&nbsp;the Caribbean in a liquid and tax-efficient form.”</p><cite> — Nicholas Scott , Chairman of Eppley Caribbean Property Fund (ECPF)</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Many of us can buy properties in Jamaica directly and we should, however, the fund offers liquidity, no transaction costs when it\'s time to sell and risk spread across multiple countries and properties,” said Scott. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s heartening to see a Jamaican company looking to cross-list.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How do you think the Eppley Caribbean Property Fund will perform across the Caribbean? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Will many buy and hold this stock?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Let us know at BUZZ.</strong></p>\n<!-- /wp:paragraph -->','Eppley’s Nicholas Scott champions real estate fund for the Caribbean','','inherit','closed','closed','','2236-revision-v1','','','2019-08-13 14:41:42','2019-08-13 19:41:42','',2236,'https://buzz-caribbean.com/article/2236-revision-v1/',0,'revision','',0),(3377,11,'2019-08-13 14:42:47','2019-08-13 19:42:47','','Ashley Witter','','inherit','closed','closed','','ashley-witter','','','2019-08-13 14:42:47','2019-08-13 19:42:47','',2335,'https://buzz-caribbean.com/app/uploads/2019/08/Ashley-Witter.jpg',0,'attachment','image/jpeg',0),(3378,4,'2019-08-13 14:42:48','2019-08-13 19:42:48','<!-- wp:paragraph -->\n<p>Peter Bunting\'s \'Rise United\' team is dismissing a poll done by Bill Johnson on behalf of ‘One PNP’ as being biased and unreliable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting is challenging Dr Peter Phillips for the leadership of the People’s National Party. One PNP is the name of Phillip\'s campaign team. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The internal\nelection is scheduled for September 8.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One PNP campaign commissioned the Bill Johnson poll, which stated that Phillips is the best person to lead the PNP to victory over the governing Jamaica Labour Party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The poll results were released days after Rise United made public a Don Anderson poll it commissioned. That poll showed Bunting with a 36 per cent support as the person best placed to lead the PNP to victory over the governing Jamaica Labour Party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rise United campaign manager, Dr Dayton Campbell said in a release that Phillips’ poll is a desperate attempt to confuse the public. He cited as an example of a leading and biased question the query about which candidate has the most experience to lead the PNP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Of course,\none does not need a poll to determine that Dr Phillips\' decades in politics and\nthree years as party leader would make him more experienced than Comrade\nBunting,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“However,\nthe issue is that — notwithstanding that experience — Dr Phillips is not seen\nas an effective leader. This is reflected in all polls over the last few years,\nincluding a poll done by the same Bill Johnson in March 2019,” he added.</p>\n<!-- /wp:paragraph -->','Rise United calls One PNP poll unreliable','','inherit','closed','closed','','3371-revision-v1','','','2019-08-13 14:42:48','2019-08-13 19:42:48','',3371,'https://buzz-caribbean.com/article/3371-revision-v1/',0,'revision','',0),(3379,4,'2019-08-13 14:43:32','2019-08-13 19:43:32','<!-- wp:paragraph -->\n<p>Peter Bunting\'s \'Rise United\' team is dismissing a poll done by Bill Johnson on behalf of ‘One PNP’ as being biased and unreliable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting is challenging Dr Peter Phillips for the leadership of the People’s National Party. One PNP is the name of Phillip\'s campaign team. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The internal\nelection is scheduled for September 8.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One PNP campaign commissioned the Bill Johnson poll, which stated that Phillips is the best person to lead the PNP to victory over the governing Jamaica Labour Party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The poll results were released days after Rise United made public a Don Anderson poll it commissioned. That poll showed Bunting with a 36 per cent support as the person best placed to lead the PNP to victory over the governing Jamaica Labour Party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rise United campaign manager, Dr Dayton Campbell said in a release that Phillips’ poll is a desperate attempt to confuse the public. He cited as an example of a leading and biased question the query about which candidate has the most experience to lead the PNP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Of course, one does not need a poll to determine that Dr Phillips\' decades in politics and three years as party leader would make him more experienced than Comrade Bunting,” he said. “However, the issue is that — notwithstanding that experience — Dr Phillips is not seen as an effective leader. This is reflected in all polls over the last few years, including a poll done by the same Bill Johnson in March 2019,” he added.</p>\n<!-- /wp:paragraph -->','Rise United calls One PNP poll unreliable','','inherit','closed','closed','','3371-revision-v1','','','2019-08-13 14:43:32','2019-08-13 19:43:32','',3371,'https://buzz-caribbean.com/article/3371-revision-v1/',0,'revision','',0),(3380,11,'2019-08-13 14:44:44','2019-08-13 19:44:44','<!-- wp:paragraph -->\n<p>With an inspiring new platform as Miss St Elizabeth Festival Queen, 22-year-old Ashley Witter is determined to a better world for the children in her parish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2361} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Witter-Proud-Ambassador.jpg\" alt=\"\" class=\"wp-image-2361\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A customer service representative by profession and a proud past student of The Hampton School, this brilliant, beauty has her eyes set on pursuing a degree in Primary Education at The Bethlehem Teacher’s College.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ashley grew up in the small community of Brighton, New Market. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Ashley, “My childhood can be described as exciting, adventurous, educational and inspirational. I was excited to learn from new educational articles, exhilarated to try adventurous things and inspired to be a role model to my community members.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I am elated to work with children and very much excited and honoured that they view me as a role model.\" </p><cite>— Ashley Witter, Miss St Elizabeth Festival Queen</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She was educated at the same school where she now assists kids - Clapham Primary School - located in the very same community of Brighton. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When asked about her community Ashley said “My community can be described as one filled with talent and strong-willed individuals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I was inspired to enter the Miss St. Elizabeth Festival Queen competition because I wanted a platform to display my talent, community involvement and show how passionate I am about voluntarism.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “My childhood can be described as exciting, adventurous, educational and inspirational.\"</p><cite>— Ashley Witter, Miss St Elizabeth Festival Queen</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Ashley’s community project is entitled <strong><em>“Labour for Learning”</em></strong>, which entails the strategic methods that will be put in place to improve and utilize the infrastructure at her Alma mater, Clapham Primary School, which is the only primary-level education facility in the community. Ashley says she is making it her responsibility to improve the development of the students\' education and this noble institution.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2365} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Children-in-Summer-Programme.jpg\" alt=\"\" class=\"wp-image-2365\" /><figcaption>Children involved in the summer programme at the Clapham Primary School in St Elizabeth, Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This young educator hopeful said she chose the community project because of her passion for &nbsp;improving children’s educational development, “as they are the future of this my beautiful country of Jamaica.” She added, “With my community project in place, one-on-one sessions will be held with student’s who are performing below their grade level, therefore, greater involvement will transpire. With that said, the resources will be effectively utilized and students educational development will be exceeded.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I am elated to work with children and very much excited and honoured that they view me as a role model. I am eager to teach a new topic each day and I am very proud to illustrate drastic improvements that are shown in the very first week of the session. The students did extremely well in their first pretest that was done on July 12, 2019.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I can recall in 2014 when I started experiencing fainting spells, I thought I died.\"</p><cite>— Ashley Witter, Miss St Elizabeth Festival Queen</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Currently unemployed, Witter is looking forward to pursuing her teaching degree at the Bethlehem Teacher’s College.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She remains guided by a quote from Theodore Roosevelt, <em>“Courage is not having the strength to go on, it is going on when you don’t have the strength.\"</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Witter recalls that this quote motivated her during some of the most difficult times in her life. “I can recall in 2014 when I started experiencing fainting spells, I thought I died. Yes, I had thoughts of giving up but then I remembered that I am given a chance to live because God has something exceptional in store for me and I must be able to use my testimony as an inspirational motivation for others.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2374} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Witter-At-Safari.jpg\" alt=\"\" class=\"wp-image-2374\" /><figcaption>Witter remains resilient despite health challenges</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From having fainting spells, to having 13 seizures per day, then being blind for 3 months has really taught me a lot. These series of illnesses taught me that it’s not over until God says it\'s over, these illnesses gave me strength and showed me that my faith can move any obstacle that I am faced with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I am currently a diabetic patient and still experience seizures but I will NEVER let my illness define my life or what I do. I never live for the past, &nbsp;I live for today and tomorrow, hoping to get a chance to continuously inspire the lives of individuals that I interact with. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I can personally say if it has not been for Jehovah God on my side then I wouldn’t be getting this glorious opportunity to share my testimonial story with the others. I am very elated to do so.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"From having fainting spells, to having 13 seizures per day, then being blind for 3 months has really taught me a lot. \"</p><cite> — Ashley Witter, Miss St Elizabeth Festival Queen </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Witter noted that many youths in her farming community become lackadaisical after the completion of their secondary education. Oftentimes realizing that their parents or guardians don’t have the financial resources to assist in furthering their education. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2370} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ashley-Witter-Black-River-Safari.jpg\" alt=\"\" class=\"wp-image-2370\" /><figcaption>Ashley Witter sharing lens time at the Black River Safari in St Elizabeth</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She notes with pride that despite these obstacles, \"They always utilize the fertile grounds that God has blessed this community with.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a Youth Ambassador herself, she shared her belief that \"the Youth Ambassador Programme (JaYAP) should give aspiring youth ambassadors the opportunity to make the changes each community needs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With that said, we can outline arising issues and implement strategic methods that will become solutions to these problems. Making Jamaica a better place to live, work, raise families and do business.” </p>\n<!-- /wp:paragraph -->','St Bess queen advocates for children','','inherit','closed','closed','','2335-revision-v1','','','2019-08-13 14:44:44','2019-08-13 19:44:44','',2335,'https://buzz-caribbean.com/article/2335-revision-v1/',0,'revision','',0),(3381,9,'2019-08-13 14:52:41','2019-08-13 19:52:41','<!-- wp:image {\"id\":2753} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Annaixe-A.jpg\" alt=\"\" class=\"wp-image-2753\" /><figcaption>Anna-Lisa Guthrie started designing carnival costumes in 2015.  (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Anna-Lisa ‘Annaixe’ Guthrie has only been a costume designer for a few short years, but already she has been making waves in Jamaica and the Caribbean. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Through her company, Designs by Annaixe, Guthrie has collaborated with ‘Iconz’ in the Cayman Islands and Xaymaca International from Jamaica, as well as brands like Pepsi&nbsp;and Campari. Victress, the 2019 costume that she designed for Xaymaca International, was a hit amongst revellers, as it was sold out within weeks. She also curated the showstopper costumes for spirit brand Campari during the 2019 carnival season. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2754} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Annaixe-BB-1024x683.jpg\" alt=\"\" class=\"wp-image-2754\" /><figcaption>Campari is one of the brands that Anna-Lisa Guthrie has done costumes for. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Despite her success, this wasn’t a path she planned to be on. Having worked as a photographer during the carnival season, Guthrie decided to make a costume for herself. Since that experiment in 2015, she has been making carnival costumes. And these days, the 23-year-old ensures that women feel confident, sexy, chic and comfortable in her pieces. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although she\nis thriving in the industry, preparing costume designs can be a tedious process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2756]} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Annaixe-DD-819x1024.jpg\" alt=\"\" data-id=\"2756\" data-link=\"https://buzz-caribbean.com/?attachment_id=2756\" class=\"wp-image-2756\" /><figcaption> <br> <br>Anna dons \'Aurae\' that she designed for Cropover 2018. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“Finding the right\ncreative balance to create something that excites you, developing what you want\nit to look like then executing it accordingly, most of it is mental,” Guthrie\nexplained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While she has been making a name for herself with her costumes, her creative portfolio is widespread, as she dabbles in hand-made and retail jewellery, modelling and photography. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Follow her on Instagram @Byannaixe to see more of her pieces. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— Shania Hanchard</p>\n<!-- /wp:paragraph -->','Annaixe turns heads with showstopping carnival designs','','inherit','closed','closed','','2748-revision-v1','','','2019-08-13 14:52:41','2019-08-13 19:52:41','',2748,'https://buzz-caribbean.com/article/2748-revision-v1/',0,'revision','',0),(3384,23,'2019-08-13 22:47:05','2019-08-14 03:47:05','<!-- wp:paragraph -->\n<p>The district of Woodside in St Mary was selected as the winner of the Carib Cement Build Your Community competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rural community was awarded a $5 million infrastructural development project at the Carib Cement Sports Club in East Kingston on Tuesday. Woodside was selected out of a total of 46 communities from across the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3522} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/woodside-winner-1024x576.jpg\" alt=\"\" class=\"wp-image-3522\" /><figcaption>Members of the Woodside community pose with Chairman of Carib Cement Parris Lyew-Ayee, and Communications and Community Outreach manager Klao Bell-Lewis. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The money will be used to enhance the community’s ancestral gardens, which has served as an attraction for locals, tourists and students alike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Community elder, Erna Brodber, said the community was grateful for the honour. “The young people were leaving but what is there to hold them? At least now some of them can get work,” Brodber said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3519} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Erna-Brodber-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3519\" /><figcaption>Woodside community member Erna Brodber during the function at Carib Cement on Tuesday.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Carib Cement Communications and Community Outreach manager Klao Bell-Lewis said the company is committed to community development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3524} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/klao-1024x683.jpg\" alt=\"\" class=\"wp-image-3524\" /><figcaption>Carib Cement Communications and Community Outreach manager Klao Bell-Lewis</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Carib Cement seeks to contribute to Goal One of Jamaica’s Vision 2030 and Goal 11 of the United Nations Sustainable Development Goal which both recognises the importance of safe inclusive and acceptable public spaces and their role in contributing to healthy lifestyles and communities,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to know more about Woodside? Check<a href=\"https://buzz-caribbean.com/article/how-much-do-you-know-about-the-historic-woodside-community-in-st-mary/\"> </a>these <a href=\"https://buzz-caribbean.com/article/how-much-do-you-know-about-the-historic-woodside-community-in-st-mary/\">interesting facts.</a></p>\n<!-- /wp:paragraph -->','Woodside tops Carib Cement Build Your Community competition','','publish','closed','closed','','woodside-tops-carib-cement-build-your-community-competition','','','2019-08-13 22:50:59','2019-08-14 03:50:59','',0,'https://buzz-caribbean.com/?p=3384',0,'post','',0),(3385,9,'2019-08-13 14:58:06','2019-08-13 19:58:06','<!-- wp:image {\"id\":1871} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bootlegrocstar-A-1024x846.jpg\" alt=\"\" class=\"wp-image-1871\" /><figcaption>Bootlegrocstar is on a mission to become the next big thing in fashion. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican creative Neko ‘Bootlegrocstar’ Kelly, 25, is a stylist, who has been navigating the fashion realm for more than five years. He is on a mission to become the next big thing globally and has been working tirelessly to achieve this dream.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Being able to live my dream of being a fashion stylist will always and forever be my biggest accomplishment.\" </p><cite> —  Bootlegrocstar </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“The goal\nis to style so many fashion magazine covers that I lose count. I want to send celebrities\non the Grammy and Oscars red carpets in the most eye-catching couture and\npieces, which will ultimately cement myself and work in popular culture,” Kelly\nsaid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1872} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/002-1024x682.jpeg\" alt=\"\" class=\"wp-image-1872\" /><figcaption>Bootlegrocstar adjusts Shanzi\'s outfit during a photoshoot. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kelly told<strong> BUZZ</strong> that he grew up in a fashionable family, so it was no surprise that he started his fashion journey in high school where he would style his neighbour and a close friend whenever they are attending events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My brand is unique and authentic because my brand is me. It’s a genuine unfiltered reflection of who I am.\"  </p><cite> — Bootlegrocstar </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>After leaving\nhigh school, he was a stylist assistant for a year, before branching off to\nbuild his brand, ‘Bootlegrocstar’. Already, he has styled international and\nlocal celebrities like Keke Palmer, Rita Ora, Masicka, Nadine Sutherland,\nKonshens and Tanya Stephens. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Being\nable to live my dream of being a fashion stylist will always and forever be my\nbiggest accomplishment. I never wanted anything as bad and as hard. It’s\nliterally a dream come true,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/004-1024x684.jpeg\" alt=\"\" class=\"wp-image-1873\" /><figcaption>Bootlegrocstar\'s (left) \'irie\' collection was launched on August 1.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Known for dropping unexpected bombs on social media, Kelly is also the owner of a fashion line – Bootleg Rocstar Merch, through which he encourages subscribers to be bold, daring and shameless. On August 1, he launched a new collection that drew inspiration from the irie Jamaican culture.&nbsp;The collection has swimwear, hoodies, crop tops, bucket hats, T-shirts, shorts and socks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My brand is unique and authentic because my brand is me. It’s a genuine unfiltered reflection of who I am. It’s insanely creative, unapologetic, open-minded and fabulous. That’s who I am at my core. That’s my brand,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— Andre Cooper</p>\n<!-- /wp:paragraph -->','Bootlegrocstar is on a fashion mission','','inherit','closed','closed','','1869-revision-v1','','','2019-08-13 14:58:06','2019-08-13 19:58:06','',1869,'https://buzz-caribbean.com/article/1869-revision-v1/',0,'revision','',0),(3386,13,'2019-08-13 15:04:09','2019-08-13 20:04:09','{\"id\":\"3386\",\"questions\":[{\"uid\":\"2e49363e-b5f3-4759-9079-7c6824b00ba0\",\"content\":\"What ice cream flavor best describes you?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"0f3c048f-1b35-4a76-8c4f-20d2a70ac006\",\"type\":\"text\",\"label\":\"Chocolate\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"a76b42aa-94c8-4d78-8727-8482197564cc\",\"type\":\"text\",\"label\":\"Vanilla\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"ea3ac56a-cf10-42a7-9ae8-a173fadc9698\",\"type\":\"text\",\"label\":\"Strawberry\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"b22ff403-4a1c-4cbb-8a1d-a2a3044d6ce6\",\"type\":\"text\",\"label\":\"Rum and Raisin\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}],\"votesOverride\":0}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"enabled\":true,\"start\":\"08\\/13\\/2019 15:02\",\"end\":\"11\\/30\\/2019 23:00\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Candy Craze Ice Cream','','publish','closed','closed','','candy-craze-ice-cream','','','2019-08-15 10:36:15','2019-08-15 15:36:15','',0,'https://buzz-caribbean.com/?post_type=poll&#038;p=3386',0,'poll','',0),(3387,4,'2019-08-13 15:03:36','2019-08-13 20:03:36','<!-- wp:paragraph -->\n<p>The district of Woodside in St Mary was selected as the winner of the Carib Cement Build Your Community competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rural community was awarded with a $5 million infrastructural development project at the Carib Cement Sports Club in East Kingston on Tuesday. Woodside was selected out of a total of 46 communities from the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The money will be used to enhance the community’s ancestral gardens, which has served as an attraction for locals, tourists and students alike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Community elder, Erna Brodber, said the community was grateful for the honour and will be seeking to revive its fledgling economy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The young people were leaving but what is there to hold them? At least now some of them can get work,” Brodber said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The community of Woodside was declared a national heritage site in 2015. It was once home to the Tainos who carved out steps from solid rock fro the 18th century in order to access water. Woodside was also the site of a slave plantation where coffee was grown and also the home of an ancient Anglican church hall.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It famous site known as Daddy Rock, was a spot where the slaves used to gather to host their religious ceremonies and plot insurrections.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The community is known for its heritage tourism and hosted students from North American Universities, descendants of the Tainos from Puerto Rico and other Caribbean nations, black Americans as well as local high school and university students.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It also has an extensive cave network that was used by the Tainos and still has carvings inside its walls.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Carib Cement’s manager of Communications and Community Outreach, Klao Bell-Lewis said the company is committed to community development which in turn leads to building a stronger nation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Carib Cement seeks to contribute to Goal One ofJamaica’s Vision 2030 and Goal 11 of the United Nations SustainableDevelopment Goal which both recognise the importance of, safe inclusive and acceptable public spaces and their role in contributing to healthy lifestyles and communities,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Woodside was once built on the farming of bananas but now that the crop is no longer the mainstay of the district’s economy, the project will allow the residents to breathe again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project is expected to completed by year end.</p>\n<!-- /wp:paragraph -->','Woodside tops Carib Cement Build Your Community competition','','inherit','closed','closed','','3384-revision-v1','','','2019-08-13 15:03:36','2019-08-13 20:03:36','',3384,'https://buzz-caribbean.com/article/3384-revision-v1/',0,'revision','',0),(3388,13,'2019-08-13 15:04:09','2019-08-13 20:04:09','{\"id\":\"3386\",\"questions\":[{\"uid\":\"2e49363e-b5f3-4759-9079-7c6824b00ba0\",\"content\":\"What ice cream flavor best describes you?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"0f3c048f-1b35-4a76-8c4f-20d2a70ac006\",\"type\":\"text\",\"label\":\"Chocolate\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"a76b42aa-94c8-4d78-8727-8482197564cc\",\"type\":\"text\",\"label\":\"Vanilla\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"ea3ac56a-cf10-42a7-9ae8-a173fadc9698\",\"type\":\"text\",\"label\":\"Strawberry\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}],\"votesOverride\":0},{\"uid\":\"df29b3b2-55de-40a6-a905-e82c315339c3\",\"content\":\"Did you know Candy Craze will be in the new Fontana on W. Kings House Road?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"6ede5ebd-85bd-47d7-b7eb-fb23122298ed\",\"type\":\"text\",\"label\":\"Yes\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"a03989f6-854c-443e-afc4-bb50131d1abf\",\"type\":\"text\",\"label\":\"No\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}],\"votesOverride\":0},{\"uid\":\"1b5cb77e-0db1-42df-84ce-d8b6fc6a64a5\",\"content\":\"What is your favourite flavor ice cream?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[]}],\"fields\":[{\"uid\":\"6fbf8732-3cf2-4c2a-ba2e-c58aa1d28605\",\"type\":\"text\",\"label\":\"Email\",\"defaultValue\":\"\",\"options\":\"\",\"collapsed\":false,\"validations\":{\"filled\":{\"enabled\":true},\"email\":{\"enabled\":true},\"filter\":{\"rules\":[]}},\"attributes\":[],\"template\":\"\",\"name\":\"email\"}],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"enabled\":true,\"start\":\"08\\/13\\/2019 15:02\",\"end\":\"11\\/30\\/2019 23:00\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Candy Craze Ice Cream','','inherit','closed','closed','','3386-revision-v1','','','2019-08-13 15:04:09','2019-08-13 20:04:09','',3386,'https://buzz-caribbean.com/article/3386-revision-v1/',0,'revision','',0),(3389,11,'2019-08-13 15:04:50','2019-08-13 20:04:50','','Shea Powell Feature Image BUZZ','','inherit','closed','closed','','shea-powell-feature-image-buzz-2','','','2019-08-13 15:04:50','2019-08-13 20:04:50','',2305,'https://buzz-caribbean.com/app/uploads/2019/08/Shea-Powell-Feature-Image-BUZZ-1.jpg',0,'attachment','image/jpeg',0),(3390,13,'2019-08-13 15:07:34','2019-08-13 20:07:34','','Coldstone Thursdays 620 X 500','','inherit','closed','closed','','coldstone-thursdays-620-x-500-2','','','2019-08-13 15:07:34','2019-08-13 20:07:34','',2600,'https://buzz-caribbean.com/app/uploads/2019/08/coldstone-thursdays-620-x-500-1.jpg',0,'attachment','image/jpeg',0),(3391,9,'2019-08-13 15:09:52','2019-08-13 20:09:52','<!-- wp:paragraph -->\n<p>Eleven-year-old Alex Powell made motorsport history earlier\nthis year when he became the first Jamaican and Caribbean driver to be signed\nto a Formula 1 team - Mercedes-AMG F1.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, the route to the sport’s top tier was only a\nrecent desire, according to his father, John Powell. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":894} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/MSI_5031-1-1024x614.jpg\" alt=\"\" class=\"wp-image-894\" /><figcaption> Alex (right) poses with his father, John Powell. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“When we went to Europe and they saw the potential in him over there and Mercedes-Benz approached us, that then everything changed after that,” he said, noting that the deal was signed in March 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“When we went to Europe and they saw the potential in him over there and Mercedes-Benz approached us.\" </p><cite>  — Alex\'s father, John Powell </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>While Alex might not follow in his father’s footsteps\non to the gravel and tarmac rally stages of the world, John is more than happy\nwith the direction his son’s motorsport career has taken.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":898} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AlexPowellA.jpg\" alt=\"\" class=\"wp-image-898\" /><figcaption>In March, Alex Powell became part of the Mercedes-AMG F1 team junior driver programme. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I’m extremely happy. It’s been a hell of a ride,” the\nproud father said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For Alex, being part of Formula 1 has been his dream\nsince he began karting in a Trinidadian parking lot at six years old. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My dad pushed me a little bit, but that’s something I\nwanted to do my whole life from the first time I went to a rally to see him\nrace. I loved it from the first time I saw him driving, so I wanted to do that\nwhen I was older,” the preteen said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From there Alex moved on to the rest of the Caribbean,\nthe United States and Italy, racing under the Energy Corse banner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was his success with Energy Corse Racing in Europe that\ngot him the attention of the current Formula 1 champions Mercedes-AMG F1.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":893} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/DSC_0278-1-1024x614.jpg\" alt=\"\" class=\"wp-image-893\" /><figcaption> Alex (left) receiving race advice from his driver coach and race mechanic, Juan Valderrama. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It started from 2017 when the scout and the owner of Energy\nCorse Racing go-kart team saw Alex in Las Vegas. They asked us to come over to\nEurope and do a test in the spring of that year, which we did, and ever since\nthen we’ve stayed with them,” his father said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":901} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/DSC_0071-1-1024x614.jpg\" alt=\"\" class=\"wp-image-901\" /><figcaption>Alex (8) racing against Zidane Madden (777) at a recent Jamaica Karting Association race meet. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As part of the Mercedes-AMG F1 Junior programme, Alex\nshould be able to secure better sponsorship opportunities as he continues to\nrace in go-karts for the next three years. Once done with karts, he will enter\nthe Formula 4 series and accelerate his climb into a Formula 1 seat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I move to Italy in September where I’ll start school in Monza. This will cut back on the travel,” Alex explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','11-year-old Jamaican makes motorsport history','','inherit','closed','closed','','872-revision-v1','','','2019-08-13 15:09:52','2019-08-13 20:09:52','',872,'https://buzz-caribbean.com/article/872-revision-v1/',0,'revision','',0),(3392,0,'2019-08-13 15:16:32','2019-08-13 20:16:32','','Bashco Back to School Fair','','publish','closed','closed','','bashco-back-to-school-fair','','','2019-08-15 12:48:55','2019-08-15 17:48:55','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=3392',0,'out','',0),(3393,13,'2019-08-13 15:14:40','2019-08-13 20:14:40','','Back To School Fair Ramble','','inherit','closed','closed','','back-to-school-fair-ramble','','','2019-08-13 15:14:40','2019-08-13 20:14:40','',3392,'https://buzz-caribbean.com/app/uploads/2019/08/back-to-school-fair-ramble.jpg',0,'attachment','image/jpeg',0),(3395,4,'2019-08-13 15:16:49','2019-08-13 20:16:49','<!-- wp:paragraph -->\n<p>The district of Woodside in St Mary was selected as the winner of the Carib Cement Build Your Community competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rural community was awarded a $5 million infrastructural development project at the Carib Cement Sports Club in East Kingston on Tuesday. Woodside was selected out of a total of 46 communities from across the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The money will be used to enhance the community’s ancestral gardens, which has served as an attraction for locals, tourists and students alike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Community elder, Erna Brodber, said the community was grateful for the honour. “The young people were leaving but what is there to hold them? At least now some of them can get work,” Brodber said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The community of Woodside was declared a national heritage site in 2015. It was once home to the Tainos who carved out steps from solid rock from the 18th century in order to access water. Woodside was also the site of a slave plantation where coffee was grown and also the home of an ancient Anglican church hall.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It famous site known as Daddy Rock, was a spot where the slaves used to gather to host their religious ceremonies and plot insurrections.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The community is known for its heritage tourism and hosted students from North American Universities, descendants of the Tainos from Puerto Rico and other Caribbean nations, black Americans as well as local high school and university students.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It also has an extensive cave network that was used by the Tainos and still has carvings inside its walls.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Carib Cement’s manager of Communications and Community Outreach, Klao Bell-Lewis said the company is committed to community development which in turn leads to building a stronger nation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Carib Cement seeks to contribute to Goal One ofJamaica’s Vision 2030 and Goal 11 of the United Nations SustainableDevelopment Goal which both recognise the importance of, safe inclusive and acceptable public spaces and their role in contributing to healthy lifestyles and communities,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Woodside was once built on the farming of bananas but now that the crop is no longer the mainstay of the district’s economy, the project will allow the residents to breathe again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project is expected to completed by year end.</p>\n<!-- /wp:paragraph -->','Woodside tops Carib Cement Build Your Community competition','','inherit','closed','closed','','3384-revision-v1','','','2019-08-13 15:16:49','2019-08-13 20:16:49','',3384,'https://buzz-caribbean.com/article/3384-revision-v1/',0,'revision','',0),(3396,11,'2019-08-13 15:18:45','2019-08-13 20:18:45','','Putting In Teabag','','inherit','closed','closed','','putting-in-teabag','','','2019-08-13 15:18:45','2019-08-13 20:18:45','',2176,'https://buzz-caribbean.com/app/uploads/2019/08/Putting-in-Teabag.jpg',0,'attachment','image/jpeg',0),(3397,4,'2019-08-13 15:18:55','2019-08-13 20:18:55','<!-- wp:paragraph -->\n<p>The district of Woodside in St Mary was selected as the winner of the Carib Cement Build Your Community competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rural community was awarded a $5 million infrastructural development project at the Carib Cement Sports Club in East Kingston on Tuesday. Woodside was selected out of a total of 46 communities from across the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The money will be used to enhance the community’s ancestral gardens, which has served as an attraction for locals, tourists and students alike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Community elder, Erna Brodber, said the community was grateful for the honour. “The young people were leaving but what is there to hold them? At least now some of them can get work,” Brodber said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Carib Cement’s manager of Communications and Community Outreach, Klao Bell-Lewis said the company is committed to community development which in turn leads to building a stronger nation. “Carib Cement seeks to contribute to Goal One ofJamaica’s Vision 2030 and Goal 11 of the United Nations SustainableDevelopment Goal which both recognise the importance of, safe inclusive and acceptable public spaces and their role in contributing to healthy lifestyles and communities,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The community of Woodside was declared a national heritage site in 2015. It was once home to the Tainos who carved out steps from solid rock from the 18th century in order to access water. Woodside was also the site of a slave plantation where coffee was grown and also the home of an ancient Anglican church hall.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It famous site known as Daddy Rock, was a spot where the slaves used to gather to host their religious ceremonies and plot insurrections.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The community is known for its heritage tourism and hosted students from North American Universities, descendants of the Tainos from Puerto Rico and other Caribbean nations, black Americans as well as local high school and university students.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It also has an extensive cave network that was used by the Tainos and still has carvings inside its walls.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Woodside was once built on the farming of bananas but now that the crop is no longer the mainstay of the district’s economy, the project will allow the residents to breathe again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project is expected to completed by year end.</p>\n<!-- /wp:paragraph -->','Woodside tops Carib Cement Build Your Community competition','','inherit','closed','closed','','3384-revision-v1','','','2019-08-13 15:18:55','2019-08-13 20:18:55','',3384,'https://buzz-caribbean.com/article/3384-revision-v1/',0,'revision','',0),(3398,11,'2019-08-13 15:19:04','2019-08-13 20:19:04','','Tea Bag In Sneakers','','inherit','closed','closed','','tea-bag-in-sneakers','','','2019-08-13 15:19:04','2019-08-13 20:19:04','',2176,'https://buzz-caribbean.com/app/uploads/2019/08/Tea-Bag-in-Sneakers.jpg',0,'attachment','image/jpeg',0),(3399,11,'2019-08-13 15:21:12','2019-08-13 20:21:12','','Tea Bag Solution','','inherit','closed','closed','','tea-bag-solution','','','2019-08-13 15:21:12','2019-08-13 20:21:12','',2176,'https://buzz-caribbean.com/app/uploads/2019/08/Tea-Bag-Solution.jpg',0,'attachment','image/jpeg',0),(3400,11,'2019-08-13 15:24:18','2019-08-13 20:24:18','<!-- wp:paragraph -->\n<p>Smelly sneakers, the bane of us all.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But how best do we ensure that we don\'t have to hold our noses every time we are near this type of footwear?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tea bags. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Just slip two tea bags into your sneakers and let them sit in there for a couple of days. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3396} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Putting-in-Teabag-1024x683.jpg\" alt=\"\" class=\"wp-image-3396\" /><figcaption>Slip teabags in sneakers to help in removing odours (Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to Lynsey ‘Queen of Clean’ Crombie from the UK, the tea bags help suck up both the moisture and smell from your sneakers and should leave them smelling relatively fresh.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3398} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tea-Bag-in-Sneakers-1024x683.jpg\" alt=\"\" class=\"wp-image-3398\" /><figcaption>Leave teabags in sneakers for a couple of days for best results</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In Lynsey\'s book, <strong>How to Clean Your House and Tidy Up Your Life</strong>, she writes: \"Pop a few tea bags inside your smelly shoes to fight off bad odours that are caused by heat and bacteria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Leave it to sit overnight in a warm dry place. The longer you leave it the better.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Tea bags are super absorbent and will suck the moisture and smell right out.\" </p><cite>—  Lynsey ‘Queen of Clean’ Crombie</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"Any tea bags will work even the minty herbal ones. Tea bags are super absorbent and will suck the moisture and smell right out.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So why not give this tip a try and tell us, did it work for you?</p>\n<!-- /wp:paragraph -->','Using tea bags to get rid of that funky odour from your sneakers','','inherit','closed','closed','','2176-revision-v1','','','2019-08-13 15:24:18','2019-08-13 20:24:18','',2176,'https://buzz-caribbean.com/article/2176-revision-v1/',0,'revision','',0),(3401,11,'2019-08-13 15:26:27','2019-08-13 20:26:27','','Divorce','','inherit','closed','closed','','divorce','','','2019-08-13 15:26:27','2019-08-13 20:26:27','',77,'https://buzz-caribbean.com/app/uploads/2019/07/Divorce.jpg',0,'attachment','image/jpeg',0),(3402,14,'2019-08-13 15:26:31','2019-08-13 20:26:31','','destoryed-rail-in-jamaica-buzz-demo','','inherit','closed','closed','','destoryed-rail-in-jamaica-buzz-demo','','','2019-08-13 15:26:31','2019-08-13 20:26:31','',500,'https://buzz-caribbean.com/app/uploads/2019/08/destoryed-rail-in-jamaica-buzz-demo.jpg',0,'attachment','image/jpeg',0),(3403,14,'2019-08-13 15:28:18','2019-08-13 20:28:18','','cemeteries-buzz-1','','inherit','closed','closed','','cemeteries-buzz-1','','','2019-08-13 15:28:18','2019-08-13 20:28:18','',500,'https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-1.jpg',0,'attachment','image/jpeg',0),(3405,11,'2019-08-13 15:29:14','2019-08-13 20:29:14','<!-- wp:paragraph -->\n<p>Some say it is better to have loved and lost than to never have loved at all…but if the love goes south for whatever reasons, you can always sign those papers and go about your merry way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the western world, you may need a good lawyer, a plausible reason, lengthy separation and a  tonne of paperwork to finally call it quits but this is not so in other parts of the world where getting ‘unhitched’ can be a simple, one, two, three. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3401} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Divorce-1024x686.jpg\" alt=\"\" class=\"wp-image-3401\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When the promise of happily ever after goes bust and the fairytale becomes a nightmare, just know that if local laws are weighing you down, you may want to look to lands far away because when it comes to international divorce laws, bizarre does not even begin to sum up what constitutes grounds for ditching a partner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For our friends up north in the&nbsp;<strong>United States</strong>, practically anything goes. In the state of&nbsp;<strong>Kentucky</strong>&nbsp;marrying the same man four times is illegal and apparently so is common sense. In&nbsp;<strong>Mississippi</strong>,&nbsp;you can get a divorce if you can prove your spouse is an idiot. Well, they chose you for a partner so really who is the idiot?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":81} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/idiot-1024x1024.jpg\" alt=\"\" class=\"wp-image-81\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Over in&nbsp;<strong>Tennessee</strong>, a man can love her and leave her legally if he provides her with a certain amount of dried beans, meat and enough yarn for her to knit stockings for a year. Like seriously?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":80} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Dried-Beans-and-a-Bag.jpg\" alt=\"\" class=\"wp-image-80\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In<strong>&nbsp;Kansas</strong>, not getting along with your in-law can constitute grounds for divorce while in the ‘Big Apple’ if you can prove that your partner has been crazy for at least five years the state of New York will grant you your freedom.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":82,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/crazy.jpg\" alt=\"\" class=\"wp-image-82\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Further away it gets even more bizarre. Take the island of&nbsp;<strong>Malta</strong>&nbsp;for instance where divorce is illegal because the nation has a 98 per cent Catholic population, with the illegality of divorce written into the Maltese constitution more than 50 years ago. Talk about sticking it out!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Divorce is illegal because the nation has a 98 per cent Catholic population </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":83,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/wedding-bands.jpg\" alt=\"\" class=\"wp-image-83\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Japan</strong>, however, goes to the opposite extreme with divorces being so straightforward a couple needs only fill out a one-page form, sign and seal it and get it done without even going to court.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":79,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/signed_document_contract_clip_art_26508.jpg\" alt=\"\" class=\"wp-image-79\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Saudi Arabians</strong>&nbsp;don’t play when it comes to providing for their spouses so if a husband doesn’t supply his wife with fresh coffee, she can divorce his non-java supplying skin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":78} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/china-coffee-cup.jpg\" alt=\"\" class=\"wp-image-78\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Eskimos</strong>&nbsp;may rub noses when in love but when that fades, and they no longer wish to be wed, they simply move out and live separate lives. No expensive divorce lawyer needed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":84} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/igloo-real-tools_h.jpg\" alt=\"\" class=\"wp-image-84\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Aboriginal Women in&nbsp;<strong>Australia</strong>&nbsp;may legally discard their husbands if they elope with a new partner. I guess the old adage about the best way to get over one man is to get under another works perfectly there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The&nbsp;<strong>Brazilians</strong>&nbsp;were definitely not playing around as a man had up to ten days to file for divorce if he found out his bride was not a virgin. This law was repealed in 2002.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In&nbsp;<strong>Samoa</strong>,&nbsp;a wife can file for divorce if her hubby simply forgets her birthday. Therefore a committed man must keep his calendar close at hand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":85,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/birthdaycalendar.jpg\" alt=\"\" class=\"wp-image-85\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What’s bizarre in one culture is beautiful in another. Just be happy that you got out of the relationship alive and well.</p>\n<!-- /wp:paragraph -->','Bizarre divorce laws found worldwide','','inherit','closed','closed','','77-revision-v1','','','2019-08-13 15:29:14','2019-08-13 20:29:14','',77,'https://buzz-caribbean.com/article/77-revision-v1/',0,'revision','',0),(3406,14,'2019-08-13 15:29:30','2019-08-13 20:29:30','','cemeteries-buzz-7','','inherit','closed','closed','','cemeteries-buzz-7','','','2019-08-13 15:29:30','2019-08-13 20:29:30','',500,'https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-7.jpg',0,'attachment','image/jpeg',0),(3407,11,'2019-08-13 15:30:36','2019-08-13 20:30:36','<!-- wp:paragraph -->\n<p>A rastaman is smiling somewhere and probably saying something like ‘a long time the rasta did a tell yuh seh ital is vital’. You probably scoffed at that advice 10 years earlier but now it is all about peas, beans and a wholesome lifestyle.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3205} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/New-Leaf-Vegetarian-Thursday-Specials-1024x683.jpg\" alt=\"\" class=\"wp-image-3205\" /><figcaption>Delicious vegan meals from New Leaf Vegetarian in Kingston, Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We now happily turn up our noses at the once very delicious stew pork - after all, ‘weh pork ago?’&nbsp;Instead, it is all about faux meat, no cheese and other plant-based goodies.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like everywhere else in the world, Kingston, Jamaica is into the well-hyped vegan lifestyle and <strong>BUZZ</strong> is sharing five spots in Kingston that are ideal for vegans. Did we mention they’re all taste approved by our Editorial staff? Well, they are!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>New Leaf Vegetarian&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It\'s been at its 121 Hope Road location for what feels like forever - and long before the vegan craze hit Kingston Harbour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3137} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pinto-Bean-and-Avocado-Wrap-1024x683.jpg\" alt=\"\" class=\"wp-image-3137\" /><figcaption>New Leaf Vegetarian\'s Pinto Bean and Avocado Wrap (Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This spot opens an hour before lunchtime and boasts sumptuous vegetarian goodies.&nbsp;Bean burgers, stir-frys, soups and delightful vegan pastries are just some of New Leaf Vegetarians\' offerings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Plus they are known for their speedy delivery and&nbsp;friendly customer service.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Take a dive into foodie land with these Thursday offerings from New Leaf Vegetarian in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3139,3140,3141,3142]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Blueberry-Smoothie-with-coconut-milk-1024x683.jpg\" alt=\"\" data-id=\"3139\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/blueberry-smoothie-with-coconut-milk/\" class=\"wp-image-3139\" /><figcaption>Pinto bean wrap served and a refreshing blueberry smoothie with coconut milk</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Homestyle-lentil-stew-with-brown-rice-and-plantain-1024x683.jpg\" alt=\"\" data-id=\"3140\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/homestyle-lentil-stew-with-brown-rice-and-plantain/\" class=\"wp-image-3140\" /><figcaption>Homestyle lentil stew with brown rice and plantain</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tofu-fried-rice-with-steamed-vegetables-and-plantain-1024x683.jpg\" alt=\"\" data-id=\"3141\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/tofu-fried-rice-with-steamed-vegetables-and-plantain/\" class=\"wp-image-3141\" /><figcaption>Tofu fried rice with steamed vegetables and plantain</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-falafel-1024x683.jpg\" alt=\"\" data-id=\"3142\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/vegan-falafel/\" class=\"wp-image-3142\" /><figcaption>Vegan falafel</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Kushites</strong>&nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What’s Gado Gado?&nbsp; Have you ever eaten vegan steak?&nbsp; What about sorell cheesecake? Those are&nbsp;just some of the items available on Kushites’ menu, which changes approximately every three months.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3214} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/West-African-Gumbo-Tomato-and-okra-stew-with-seafood-Calaloo-stuffed-yam-balls-Whole-roasted-plantain-In-harissa-sauce.jpg\" alt=\"\" class=\"wp-image-3214\" /><figcaption>Kushites\' West African Gumbo (Photos: Instagram @kushitesvegetablecuisine)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What’s more, if you are into Dr Sebi they also offer meal items exclusively for the alkaline diet.&nbsp;Appropriately located inside Eden Gardens Wellness Resort &amp; Spa, <a href=\"https://www.instagram.com/kushitesvegetablecuisine/\">Kushites </a>is vegan dining at its finest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Gallery below with highlights of some of their customer favourites.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"3065\",\"3066\",\"3068\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Breadfruit-salsa-Kushites.jpg\" alt=\"\" data-id=\"3065\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/breadfruit-salsa-kushites/\" class=\"wp-image-3065\" /><figcaption>Breadfruit salsa </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jerked-Chayote-and-quinoa-Kushites.jpg\" alt=\"\" data-id=\"3066\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/jerked-chayote-and-quinoa-kushites/\" class=\"wp-image-3066\" /><figcaption>Jerked Chayote and quinoa </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-Passion-Fruit-Ice-Cream-Kushites.jpg\" alt=\"\" data-id=\"3068\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/vegan-passion-fruit-ice-cream-kushites/\" class=\"wp-image-3068\" /><figcaption>Vegan Passion Fruit Ice Cream</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The place looks spectacular with stunning golden rococo-style furnishings, which makes it the perfect spot to bring someone you are trying to impress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Mi Hungry&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is the ital food spot that is a hit among local vegans - Jamaican vegans love Mi Hungry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3077} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-Burger-Mi-Hungry.jpg\" alt=\"\" class=\"wp-image-3077\" /><figcaption>Vegan burger (Photos: Instagram - @mihungrynow)<br><br> </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Opening at an impressive 8:00 am each morning, Mi Hungry serves up a wide range of vegan dishes and plenty of freshly squeezed and cold press juices from sun up til well into the evening, closing just before midnight.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.google.com/maps/place/Market+Place/@18.0221141,-76.7992455,17z/data=!3m1!4b1!4m8!1m2!2m1!1sMarketplace!3m4!1s0x8edb3e4c788c1fcb:0xfddcf4d0c974b9e2!8m2!3d18.022109!4d-76.7970568\">Tucked away</a> inside the food mecca that is Marketplace, what makes Mi Hungry unique is that nothing there is cooked - they offer what they call&nbsp; ‘live’ food.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Can you believe it? They offer pizzas, burgers and pastas and none of it has touched a stove!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See some of their delectable dishes in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"3079\",\"3080\",\"3081\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Mi-Hungry-Vegan-Dish.jpg\" alt=\"\" data-id=\"3079\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/mi-hungry-vegan-dish/\" class=\"wp-image-3079\" /><figcaption>Vegetable Pizza</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rap-Raw_Seaweed-broccoli-avocado-tomato-and-ackee-Mi-Hungry.jpg\" alt=\"\" data-id=\"3080\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/rap-raw_seaweed-broccoli-avocado-tomato-and-ackee-mi-hungry/\" class=\"wp-image-3080\" /><figcaption>Raw Wrap: Seaweed, broccoli, avocado, tomato and ackee</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Savory-pie-ackeeplantain-with-black-olives-tomatoes-Mi-Hungry.jpg\" alt=\"\" data-id=\"3081\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/savory-pie-ackeeplantain-with-black-olives-tomatoes-mi-hungry/\" class=\"wp-image-3081\" /><figcaption>Savory pie: Ackee &amp; plantain with black olives and  tomatoes</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>How they do it? It is a variety of spicing and dehydration techniques.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This spot boasts not only a unique food preparation style but is always buzzing with an ital vibe and lively banter about natural life and black consciousness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a spot to not only nourish your body but nourish your mind and it is one of the most affordable natural eateries in town.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did we mention that they also have a <a href=\"https://www.google.com/maps/place/Mi+Hungry+Whol\'+Some+Food/@18.4059561,-77.1096176,17z/data=!3m1!4b1!4m5!3m4!1s0x8edafe794e405c2b:0xa6184b4dd678039d!8m2!3d18.405951!4d-77.1074289\">location</a> in Ocho Rios?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>The Cheffing Don&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you love a great bean stew - then The Cheffing Don is your place. The hit item on this menu is their three-bean stew, which is available on Wednesdays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, they have other equally delicious plant-based meal items that are ideal for vegans or those hoping to cross over.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3102} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-lentil-stew-pastafari-sautéed-ackee-steamed-veggies-greatness-salad-and-green-pressed-plantain.jpg\" alt=\"\" class=\"wp-image-3102\" /><figcaption>The Cheffingg Don\'s lentil stew, pastafari, sautéed ackee, steamed veggies, greatness salad, and green pressed plantains (Photos: Instagram - @thecheffingdoncatering)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Priding themselves on utilizing local and organic foods, The Cheffing Don has an ital vibe evident in the serving up&nbsp;of their delicately designed food masterpieces inside a calabash.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Feast your eyes on some of their menu items in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3116,3106,3107]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Dons-Plant-based-meal-served-in-customary-calabash-with-bamboo-spork.jpg\" alt=\"\" data-id=\"3116\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/the-cheffing-dons-plant-based-meal-served-in-customary-calabash-with-bamboo-spork/\" class=\"wp-image-3116\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-Combination-Menu-Item.jpg\" alt=\"\" data-id=\"3106\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/the-cheffing-don-combination-menu-item/\" class=\"wp-image-3106\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-sautéed-ackee-greatness-salad-curried-chickpeas-veggie-fried-rice-pumpkin-takari-and-steam-veggies.jpg\" alt=\"\" data-id=\"3107\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/the-cheffing-don-sauteed-ackee-greatness-salad-curried-chickpeas-veggie-fried-rice-pumpkin-takari-and-steam-veggies/\" class=\"wp-image-3107\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>With plenty of greenery and outdoor seating, this place is an ideal spot to grab something nutritious to eat while getting in tune with nature.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Veggie Campus&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Nestled into Skibo Avenue, Veggie Campus is a stone\'s throw away from the prestigious Holy Childhood High School.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While Veggie Campus is take-out only, this spot boasts plenty of fun and lively dishes that makes picking up the phone to order or sending the text a breeze.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3122} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Campus-Veggie-Ball-Sub.jpg\" alt=\"\" class=\"wp-image-3122\" /><figcaption>Veggie Campus\' Veggie Ball Sub (Photos: Instagram - @veggiecampusja)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Boasting signature specials like their green plantain lasagna, which uses green plantains as sheets of pasta, stuffed with spiced lentils and creamy cashew cheese - Veggie Campus has the type of variety&nbsp;that makes you wonder why you ever thought veganhood was difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Delve into some of their tasty dishes in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3128,3129,3130]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Caampus-Ackee-Quesadilla.jpg\" alt=\"\" data-id=\"3128\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/veggie-caampus-ackee-quesadilla/\" class=\"wp-image-3128\" /><figcaption>Veggie Caampus\' Ackee Quesadilla</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Campus-Ackee-Wrap.jpg\" alt=\"\" data-id=\"3129\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/veggie-campus-ackee-wrap/\" class=\"wp-image-3129\" /><figcaption>Veggie Campus\' Ackee Wrap</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Campus-Turn-breadfruit-and-ackee-with-butter-beans.jpg\" alt=\"\" data-id=\"3130\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/veggie-campus-turn-breadfruit-and-ackee-with-butter-beans/\" class=\"wp-image-3130\" /><figcaption>Veggie Campus\' Turn-breadfruit and ackee with butter beans </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Did we mention their bbq cauliflower- you’ll never miss the taste of bbq chicken wings again.&nbsp;</p>\n<!-- /wp:paragraph -->','5 Go-to spots for vegans in Kingston','','inherit','closed','closed','','116-revision-v1','','','2019-08-13 15:30:36','2019-08-13 20:30:36','',116,'https://buzz-caribbean.com/article/116-revision-v1/',0,'revision','',0),(3408,14,'2019-08-13 15:32:04','2019-08-13 20:32:04','','cemeteries-buzz-12','','inherit','closed','closed','','cemeteries-buzz-12','','','2019-08-13 15:32:04','2019-08-13 20:32:04','',500,'https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-12.jpg',0,'attachment','image/jpeg',0),(3409,4,'2019-08-13 15:33:55','2019-08-13 20:33:55','<!-- wp:paragraph -->\n<p>The district of Woodside in St Mary was selected as the winner of the Carib Cement Build Your Community competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rural community was awarded a $5 million infrastructural development project at the Carib Cement Sports Club in East Kingston on Tuesday. Woodside was selected out of a total of 46 communities from across the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The money will be used to enhance the community’s ancestral gardens, which has served as an attraction for locals, tourists and students alike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Community elder, Erna Brodber, said the community was grateful for the honour. “The young people were leaving but what is there to hold them? At least now some of them can get work,” Brodber said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Carib Cement’s manager of Communications and Community Outreach, Klao Bell-Lewis said the company is committed to community development. “Carib Cement seeks to contribute to Goal One of Jamaica’s Vision 2030 and Goal 11 of the United Nations Sustainable Development Goal which both recognises the importance of safe inclusive and acceptable public spaces and their role in contributing to healthy lifestyles and communities,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Here are some fun facts about Woodside in St Mary</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The community of Woodside was declared a national heritage site in 2015. It was once home to the Tainos who carved out steps from solid rock from the 18th century in order to access water. Woodside was also the site of a slave plantation where coffee was grown and also the home of an ancient Anglican church hall. It famous site known as Daddy Rock, was a spot where the slaves used to gather to host their religious ceremonies and plot insurrections. The community is known for its heritage tourism and hosted students from North American Universities, descendants of the Tainos from Puerto Rico and other Caribbean nations, black Americans as well as local high school and university students. It also has an extensive cave network that was used by the Tainos and still has carvings inside its walls. Woodside was once built on the farming of bananas but now that the crop is no longer the mainstay of the district’s economy, the project will allow the residents to breathe again.</p>\n<!-- /wp:paragraph -->','Woodside tops Carib Cement Build Your Community competition','','inherit','closed','closed','','3384-revision-v1','','','2019-08-13 15:33:55','2019-08-13 20:33:55','',3384,'https://buzz-caribbean.com/article/3384-revision-v1/',0,'revision','',0),(3410,14,'2019-08-13 15:34:16','2019-08-13 20:34:16','','cemeteries-buzz-19','','inherit','closed','closed','','cemeteries-buzz-19','','','2019-08-13 15:34:16','2019-08-13 20:34:16','',500,'https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-19.jpg',0,'attachment','image/jpeg',0),(3411,4,'2019-08-13 15:36:08','2019-08-13 20:36:08','<!-- wp:paragraph -->\n<p>The district of Woodside in St Mary was selected as the winner of the Carib Cement Build Your Community competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rural community was awarded a $5 million infrastructural development project at the Carib Cement Sports Club in East Kingston on Tuesday. Woodside was selected out of a total of 46 communities from across the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The money will be used to enhance the community’s ancestral gardens, which has served as an attraction for locals, tourists and students alike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Community elder, Erna Brodber, said the community was grateful for the honour. “The young people were leaving but what is there to hold them? At least now some of them can get work,” Brodber said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Carib Cement’s manager of Communications and Community Outreach, Klao Bell-Lewis said the company is committed to community development. “Carib Cement seeks to contribute to Goal One of Jamaica’s Vision 2030 and Goal 11 of the United Nations Sustainable Development Goal which both recognises the importance of safe inclusive and acceptable public spaces and their role in contributing to healthy lifestyles and communities,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to know some interesting facts about the historic Woodside community? <strong>Click here to find out</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Here are some fun facts about Woodside in St Mary</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The community of Woodside was declared a national heritage site in 2015. It was once home to the Tainos who carved out steps from solid rock from the 18th century in order to access water. Woodside was also the site of a slave plantation where coffee was grown and also the home of an ancient Anglican church hall. It famous site known as Daddy Rock, was a spot where the slaves used to gather to host their religious ceremonies and plot insurrections. The community is known for its heritage tourism and hosted students from North American Universities, descendants of the Tainos from Puerto Rico and other Caribbean nations, black Americans as well as local high school and university students. It also has an extensive cave network that was used by the Tainos and still has carvings inside its walls. Woodside was once built on the farming of bananas but now that the crop is no longer the mainstay of the district’s economy, the project will allow the residents to breathe again.</p>\n<!-- /wp:paragraph -->','Woodside tops Carib Cement Build Your Community competition','','inherit','closed','closed','','3384-revision-v1','','','2019-08-13 15:36:08','2019-08-13 20:36:08','',3384,'https://buzz-caribbean.com/article/3384-revision-v1/',0,'revision','',0),(3412,14,'2019-08-13 15:36:27','2019-08-13 20:36:27','','cemeteries-buzz-17','','inherit','closed','closed','','cemeteries-buzz-17','','','2019-08-13 15:36:27','2019-08-13 20:36:27','',500,'https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-17.jpg',0,'attachment','image/jpeg',0),(3413,4,'2019-08-13 15:37:02','2019-08-13 20:37:02','<!-- wp:paragraph -->\n<p>The district of Woodside in St Mary was selected as the winner of the Carib Cement Build Your Community competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rural community was awarded a $5 million infrastructural development project at the Carib Cement Sports Club in East Kingston on Tuesday. Woodside was selected out of a total of 46 communities from across the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The money will be used to enhance the community’s ancestral gardens, which has served as an attraction for locals, tourists and students alike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Community elder, Erna Brodber, said the community was grateful for the honour. “The young people were leaving but what is there to hold them? At least now some of them can get work,” Brodber said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Carib Cement’s manager of Communications and Community Outreach, Klao Bell-Lewis said the company is committed to community development. “Carib Cement seeks to contribute to Goal One of Jamaica’s Vision 2030 and Goal 11 of the United Nations Sustainable Development Goal which both recognises the importance of safe inclusive and acceptable public spaces and their role in contributing to healthy lifestyles and communities,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to know some interesting facts about the historic Woodside community? <strong>Click here to find out</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Here are some fun facts about Woodside in St Mary</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Woodside tops Carib Cement Build Your Community competition','','inherit','closed','closed','','3384-revision-v1','','','2019-08-13 15:37:02','2019-08-13 20:37:02','',3384,'https://buzz-caribbean.com/article/3384-revision-v1/',0,'revision','',0),(3415,11,'2019-08-13 15:38:22','2019-08-13 20:38:22','','marriage','','inherit','closed','closed','','marriage','','','2019-08-13 15:38:22','2019-08-13 20:38:22','',105,'https://buzz-caribbean.com/app/uploads/2019/08/marriage.jpg',0,'attachment','image/jpeg',0),(3416,4,'2019-08-13 15:39:53','2019-08-13 20:39:53','<!-- wp:paragraph -->\n<p>The district of Woodside in St Mary was selected as the winner of the Carib Cement Build Your Community competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rural community was awarded a $5 million infrastructural development project at the Carib Cement Sports Club in East Kingston on Tuesday. Woodside was selected out of a total of 46 communities from across the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The money will be used to enhance the community’s ancestral gardens, which has served as an attraction for locals, tourists and students alike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Community elder, Erna Brodber, said the community was grateful for the honour. “The young people were leaving but what is there to hold them? At least now some of them can get work,” Brodber said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Carib Cement Communications and Community Outreach manager Klao Bell-Lewis said the company is committed to community development. “Carib Cement seeks to contribute to Goal One of Jamaica’s Vision 2030 and Goal 11 of the United Nations Sustainable Development Goal which both recognises the importance of safe inclusive and acceptable public spaces and their role in contributing to healthy lifestyles and communities,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Want to know some interesting facts about the historic Woodside community?</strong> <strong>Click here to find out</strong>.</p>\n<!-- /wp:paragraph -->','Woodside tops Carib Cement Build Your Community competition','','inherit','closed','closed','','3384-revision-v1','','','2019-08-13 15:39:53','2019-08-13 20:39:53','',3384,'https://buzz-caribbean.com/article/3384-revision-v1/',0,'revision','',0),(3421,11,'2019-08-13 15:40:56','2019-08-13 20:40:56','','black-couple-arguing','','inherit','closed','closed','','black-couple-arguing','','','2019-08-13 15:40:56','2019-08-13 20:40:56','',105,'https://buzz-caribbean.com/app/uploads/2019/08/black-couple-arguing.jpg',0,'attachment','image/jpeg',0),(3422,9,'2019-08-13 15:40:57','2019-08-13 20:40:57','<!-- wp:paragraph -->\n<p>Tourists, artists, enthusiasts, and the general public descended en masse in sections of downtown Kingston on Sunday, June 30, as parts of the shopping district, usually sluggish at that time of day, were teeming with life for Kingston Creative’s Artwalk.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Boasting many seasoned veterans and younger talent, as well as exhibitions in food, wines, fine arts, ceramics, and photography – Sunday’s artwalk catered to the imaginative palate of scores of patrons who turned out to the monthly audio-visual spectacle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\nwas a packed schedule, kicking off as early as 6:00 am, with cyclists gathering\nat Fleet Street for the ‘Ride Across Kingston’ event; followed by a refreshing\n‘Community Yoga’ session along the scenic waterfront.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Art\nlovers were later treated to visual stimulation by ‘The Trio’, which presented\na riveting photography exhibition along Water Lane. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While the eyes were engaged, so too were the ears, as the University of the West Indies’ (UWI) Panoridim Steel Band serenaded the crowds with creative and entertaining renditions of popular soca, dancehall, and afrobeat songs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following\nthe artwalk along Water Lane, towards the National Gallery on Orange Street,\nthe Alpha Boys’ Band feted patrons to a nostalgic afternoon trip down memory\nlane – with Reggae hits across generations, followed by a hotly contested\nposter auction from finalists in the International Reggae Day design\ncompetition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Executive\nDirector of the Kingston Creative Andrea Dempster-Chung told Buzz that the\nartwalk, while still in its infancy, goes a long way in restoring pride in\ndowntown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Kingston\nCreative is a movement; it’s a group of people who believe our capital city\nshould not look like this. We want to create an art district in downtown\n[Kingston] – our very own, Jamaican-owned Wynwood,” she explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We\nstand on the shoulders of those who have been advocating for creativity and\nwaving this flag for a long time but sometimes, it’s not time yet, but we feel\nthe time is really now,” Dempster-Chung added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dempster-Chung,\na co-founder of the artistic renaissance that is Kingston Creative, further\nargued that the global creative industry, worth a staggering US$2.25 trillion,\nis very lucrative and with it, endless possibilities are on the horizon for\ntalented Jamaican artists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dempster-Chung\ntold Buzz she hopes corporate Jamaica gives more attention to the untapped\nopportunities now available through partnership with the local creative\nindustry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s a national conversation and so we really need corporates to come on board. This is about transforming our country. The creative industry is one of the fastest-growing sectors, and it’s what we’re best at,” she asserted, adding, “See what is happening on the harbour: there’s a whole lot of developments going on. We need to make sure that creatives are at the heart of it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“What Kingston Creative is about is making that a reality. You should step into downtown and feel that we are a creative capital and the creatives should be prosperous,” Dempster-Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kingston Creative’s artwalk, held on the last Sunday of each month, has stood as a primary staple in the creative calendar for the last three years.</p>\n<!-- /wp:paragraph -->','Kingston Creative artwalk excites yet again','','inherit','closed','closed','','420-revision-v1','','','2019-08-13 15:40:57','2019-08-13 20:40:57','',420,'https://buzz-caribbean.com/article/420-revision-v1/',0,'revision','',0),(3423,9,'2019-08-13 15:41:25','2019-08-13 20:41:25','<!-- wp:paragraph -->\n<p>Tourists, artists, enthusiasts, and the general public descended en masse in sections of downtown Kingston on Sunday, June 30, as parts of the shopping district, usually sluggish at that time of day, were teeming with life for Kingston Creative’s Artwalk.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Boasting many seasoned veterans and younger talent, as well as exhibitions in food, wines, fine arts, ceramics, and photography – Sunday’s artwalk catered to the imaginative palette of scores of patrons who turned out to the monthly audio-visual spectacle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\nwas a packed schedule, kicking off as early as 6:00 am, with cyclists gathering\nat Fleet Street for the ‘Ride Across Kingston’ event; followed by a refreshing\n‘Community Yoga’ session along the scenic waterfront.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Art\nlovers were later treated to visual stimulation by ‘The Trio’, which presented\na riveting photography exhibition along Water Lane. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While the eyes were engaged, so too were the ears, as the University of the West Indies’ (UWI) Panoridim Steel Band serenaded the crowds with creative and entertaining renditions of popular soca, dancehall, and afrobeat songs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following\nthe artwalk along Water Lane, towards the National Gallery on Orange Street,\nthe Alpha Boys’ Band feted patrons to a nostalgic afternoon trip down memory\nlane – with Reggae hits across generations, followed by a hotly contested\nposter auction from finalists in the International Reggae Day design\ncompetition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Executive\nDirector of the Kingston Creative Andrea Dempster-Chung told Buzz that the\nartwalk, while still in its infancy, goes a long way in restoring pride in\ndowntown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Kingston\nCreative is a movement; it’s a group of people who believe our capital city\nshould not look like this. We want to create an art district in downtown\n[Kingston] – our very own, Jamaican-owned Wynwood,” she explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We\nstand on the shoulders of those who have been advocating for creativity and\nwaving this flag for a long time but sometimes, it’s not time yet, but we feel\nthe time is really now,” Dempster-Chung added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dempster-Chung,\na co-founder of the artistic renaissance that is Kingston Creative, further\nargued that the global creative industry, worth a staggering US$2.25 trillion,\nis very lucrative and with it, endless possibilities are on the horizon for\ntalented Jamaican artists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dempster-Chung\ntold Buzz she hopes corporate Jamaica gives more attention to the untapped\nopportunities now available through partnership with the local creative\nindustry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s a national conversation and so we really need corporates to come on board. This is about transforming our country. The creative industry is one of the fastest-growing sectors, and it’s what we’re best at,” she asserted, adding, “See what is happening on the harbour: there’s a whole lot of developments going on. We need to make sure that creatives are at the heart of it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“What Kingston Creative is about is making that a reality. You should step into downtown and feel that we are a creative capital and the creatives should be prosperous,” Dempster-Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kingston Creative’s artwalk, held on the last Sunday of each month, has stood as a primary staple in the creative calendar for the last three years.</p>\n<!-- /wp:paragraph -->','Kingston Creative artwalk excites yet again','','inherit','closed','closed','','420-revision-v1','','','2019-08-13 15:41:25','2019-08-13 20:41:25','',420,'https://buzz-caribbean.com/article/420-revision-v1/',0,'revision','',0),(3426,14,'2019-08-13 15:43:49','2019-08-13 20:43:49','','cemeteries-buzz-21','','inherit','closed','closed','','cemeteries-buzz-21','','','2019-08-13 15:43:49','2019-08-13 20:43:49','',500,'https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-21.jpg',0,'attachment','image/jpeg',0),(3427,11,'2019-08-13 15:45:08','2019-08-13 20:45:08','','Black-Man-with-Bible','','inherit','closed','closed','','black-man-with-bible','','','2019-08-13 15:45:08','2019-08-13 20:45:08','',105,'https://buzz-caribbean.com/app/uploads/2019/08/Black-Man-with-Bible.jpg',0,'attachment','image/jpeg',0),(3428,14,'2019-08-13 15:45:18','2019-08-13 20:45:18','','cemeteries-buzz-20','','inherit','closed','closed','','cemeteries-buzz-20','','','2019-08-13 15:45:18','2019-08-13 20:45:18','',500,'https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-20.jpg',0,'attachment','image/jpeg',0),(3429,11,'2019-08-13 15:51:12','2019-08-13 20:51:12','<!-- wp:paragraph -->\n<p>They are all under thirty and all married. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Two are Christians and one claimed to be a reformed player who hung up his shoes when he found the right woman. All of these men are married for less than four years and admit that while they are generally happy, they do sometimes miss the excitement of ‘doing road’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3415} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/marriage-1024x682.jpg\" alt=\"\" class=\"wp-image-3415\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They consented to share their views on settling down. Dwayne is 27 and a member of a Pentecostal church.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I would probably have waited...but we were encouraged to get married so we did.” </p><cite>— Dwayne</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I got married at 25 and it has its ups and downs but I am committed to it, as is my wife. We courted for a year and went on supervised and group dates with other Christian couples so as to avoid the temptation of premarital sex. Honestly, I would probably have waited until I finished school and was in a better financial situation but we were encouraged to get married so we did.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":106,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Wedding-rings.jpg\" alt=\"\" class=\"wp-image-106\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For Dwayne learning to live with someone else other than his siblings was a challenge. “The mood swings, the hair in the basin, the hundred pair of shoes in every colour, and not having much closet space, all was a major change. All of that took some getting used to but I love my wife and I’m going to enjoy getting to know more and more about her over time.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":107} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/mood-swings.jpg\" alt=\"\" class=\"wp-image-107\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At age 24 Sean is the father of two children but is unemployed at the moment. He still likes playing video games for hours and does not like changing diapers, so he and his pregnant wife argue a lot. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Bwoy a nuh this me really did sign up for but me done have kids with her already so what fi do.\" </p><cite>— Sean</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\n\nMe just a do me ting u seet. She can cook, the sex good and both our families are supportive and help out with the kids so me basically good. If she can learn fi button har lip more time, I would be even happier but me make me bed so…” \n\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3421} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-couple-arguing-1024x664.jpg\" alt=\"\" class=\"wp-image-3421\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Courtney is a youth pastor at a charismatic church in the Old Harbour area, and, as he tells it, nothing can really prepare you for the intricacies of a permanent union such as marriage. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> I was not forced to get married but it was the expected thing to do and so I did it. </p><cite>— Courtney</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p> “I thought I had witnessed enough from older couples and listening to the advice of my own parents who have been married thirty plus years but it was still a lot to take in when I got home from my honeymoon and realised that I am now responsible for a human being other than myself. It was scary. I thought, <em>suppose I fail</em>? So many people are expecting great things from me but what am I wanting of myself? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> It was scary. I thought, <em>suppose I fail</em>? </p><cite>— Courtney</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“So many young people are looking to me to set an example but I don’t even know if I can do this. I almost had a panic attack, no joke. My wife is beautiful, caring and compassionate but was I really ready to just be with one person for the rest of my life? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Even as a Christian I struggled...because in the church there are so many attractive females.</p><cite>— Courtney</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p> Even as a Christian I struggled with that because in the church there are so many attractive females that you have options and not all of them wanted a ring, some outright indicated that they would be down for a good time. People talk about morality and virtue and all of that but we are all human with human emotions, wants and desires.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3427} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Man-with-Bible-1024x594.jpg\" alt=\"\" class=\"wp-image-3427\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>I was not forced to get married but it was the expected thing to do and so I did it. Am I sorry? No. Should I have waited? Probably. But now that I have sealed the deal I will try to be the best husband I can be because my wife deserves it.”&nbsp;</p>\n<!-- /wp:paragraph -->','Are more young men settling down or just settling?','','inherit','closed','closed','','105-revision-v1','','','2019-08-13 15:51:12','2019-08-13 20:51:12','',105,'https://buzz-caribbean.com/article/105-revision-v1/',0,'revision','',0),(3430,9,'2019-08-13 15:53:24','2019-08-13 20:53:24','','11','','inherit','closed','closed','','11','','','2019-08-13 15:53:24','2019-08-13 20:53:24','',420,'https://buzz-caribbean.com/app/uploads/2019/08/11.jpg',0,'attachment','image/jpeg',0),(3431,9,'2019-08-13 15:56:21','2019-08-13 20:56:21','','Artwalk-D','','inherit','closed','closed','','artwalk-d','','','2019-08-13 15:56:21','2019-08-13 20:56:21','',420,'https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-D.jpg',0,'attachment','image/jpeg',0),(3432,9,'2019-08-13 15:56:38','2019-08-13 20:56:38','','Artwalk-B','','inherit','closed','closed','','artwalk-b','','','2019-08-13 15:56:38','2019-08-13 20:56:38','',420,'https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-B.jpg',0,'attachment','image/jpeg',0),(3433,9,'2019-08-13 15:56:59','2019-08-13 20:56:59','','Artwalk-E','','inherit','closed','closed','','artwalk-e','','','2019-08-13 15:56:59','2019-08-13 20:56:59','',420,'https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-E.jpg',0,'attachment','image/jpeg',0),(3434,9,'2019-08-13 15:58:10','2019-08-13 20:58:10','','Artwalk-F','','inherit','closed','closed','','artwalk-f','','','2019-08-13 15:58:10','2019-08-13 20:58:10','',420,'https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-F.jpg',0,'attachment','image/jpeg',0),(3435,9,'2019-08-13 15:58:10','2019-08-13 20:58:10','','Artwalk-H','','inherit','closed','closed','','artwalk-h','','','2019-08-13 15:58:10','2019-08-13 20:58:10','',420,'https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-H.jpg',0,'attachment','image/jpeg',0),(3436,9,'2019-08-13 15:58:12','2019-08-13 20:58:12','','Artwalk-I','','inherit','closed','closed','','artwalk-i','','','2019-08-13 15:58:12','2019-08-13 20:58:12','',420,'https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-I.jpg',0,'attachment','image/jpeg',0),(3437,9,'2019-08-13 15:58:14','2019-08-13 20:58:14','','Artwalk-J','','inherit','closed','closed','','artwalk-j','','','2019-08-13 15:58:14','2019-08-13 20:58:14','',420,'https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-J.jpg',0,'attachment','image/jpeg',0),(3438,9,'2019-08-13 15:58:36','2019-08-13 20:58:36','','Artwalk-C','','inherit','closed','closed','','artwalk-c','','','2019-08-13 15:58:36','2019-08-13 20:58:36','',420,'https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-C.jpg',0,'attachment','image/jpeg',0),(3439,9,'2019-08-13 15:58:56','2019-08-13 20:58:56','','Artwalk-A','','inherit','closed','closed','','artwalk-a','','','2019-08-13 15:58:56','2019-08-13 20:58:56','',420,'https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-A.jpg',0,'attachment','image/jpeg',0),(3440,14,'2019-08-13 16:04:50','2019-08-13 21:04:50','','cemeteries-buzz-22','','inherit','closed','closed','','cemeteries-buzz-22','','','2019-08-13 16:04:50','2019-08-13 21:04:50','',500,'https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-22.png',0,'attachment','image/png',0),(3441,9,'2019-08-13 16:08:02','2019-08-13 21:08:02','<!-- wp:image {\"id\":3431} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-D-1024x614.jpg\" alt=\"\" class=\"wp-image-3431\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tourists, artists, enthusiasts, and the general public descended en masse in sections of downtown Kingston on Sunday, June 30, as parts of the shopping district, usually sluggish at that time of day, were teeming with life for Kingston Creative’s Artwalk.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Boasting many seasoned veterans and younger talent, as well as exhibitions in food, wines, fine arts, ceramics, and photography – Sunday’s Artwalk catered to the imaginative palette of scores of patrons who turned out to the monthly audio-visual spectacle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3432} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-B-1024x614.jpg\" alt=\"\" class=\"wp-image-3432\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It was a packed schedule, kicking off as early as 6 a.m., with cyclists gathering at Fleet Street for the ‘Ride Across Kingston’ event; followed by a refreshing ‘Community Yoga’ session along the scenic waterfront.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Art\nlovers were later treated to visual stimulation by ‘The Trio’, which presented\na riveting photography exhibition along Water Lane. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3433} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-E-1024x614.jpg\" alt=\"\" class=\"wp-image-3433\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While the eyes were engaged, so too were the ears, as the University of the West Indies’ (UWI) Panoridim Steel Band serenaded the crowds with creative and entertaining renditions of popular soca, dancehall, and afrobeat songs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following the Artwalk along Water Lane, towards the National Gallery on Orange Street, the Alpha Boys’ Band feted patrons to a nostalgic afternoon trip down memory lane – with reggae hits across generations, followed by a hotly contested poster auction from finalists in the International Reggae Day design competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3434,3435,3436,3437]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-F-1024x614.jpg\" alt=\"\" data-id=\"3434\" data-link=\"https://buzz-caribbean.com/article/kingston-creative-artwalk-excites-yet-again/artwalk-f/\" class=\"wp-image-3434\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-H-1024x614.jpg\" alt=\"\" data-id=\"3435\" data-link=\"https://buzz-caribbean.com/article/kingston-creative-artwalk-excites-yet-again/artwalk-h/\" class=\"wp-image-3435\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-I-1024x614.jpg\" alt=\"\" data-id=\"3436\" data-link=\"https://buzz-caribbean.com/article/kingston-creative-artwalk-excites-yet-again/artwalk-i/\" class=\"wp-image-3436\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-J-1024x614.jpg\" alt=\"\" data-id=\"3437\" data-link=\"https://buzz-caribbean.com/article/kingston-creative-artwalk-excites-yet-again/artwalk-j/\" class=\"wp-image-3437\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Executive Director of the Kingston Creative Andrea Dempster-Chung told Buzz that the Artwalk, while still in its infancy, goes a long way in restoring pride in downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Kingston\nCreative is a movement; it’s a group of people who believe our capital city\nshould not look like this. We want to create an art district in downtown\n[Kingston] – our very own, Jamaican-owned Wynwood,” she explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We\nstand on the shoulders of those who have been advocating for creativity and\nwaving this flag for a long time but sometimes, it’s not time yet, but we feel\nthe time is really now,” Dempster-Chung added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3438} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-C-685x1024.jpg\" alt=\"\" class=\"wp-image-3438\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dempster-Chung,\na co-founder of the artistic renaissance that is Kingston Creative, further\nargued that the global creative industry, worth a staggering US$2.25 trillion,\nis very lucrative and with it, endless possibilities are on the horizon for\ntalented Jamaican artists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dempster-Chung\ntold Buzz she hopes corporate Jamaica gives more attention to the untapped\nopportunities now available through partnership with the local creative\nindustry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3439} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-A-1024x614.jpg\" alt=\"\" class=\"wp-image-3439\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It’s a national conversation and so we really need corporates to come on board. This is about transforming our country. The creative industry is one of the fastest-growing sectors, and it’s what we’re best at,” she said. “See what is happening on the harbour: there’s a whole lot of developments going on. We need to make sure that creatives are at the heart of it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“What Kingston Creative is about is making that a reality. You should step into downtown and feel that we are a creative capital and the creatives should be prosperous,” Dempster-Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kingston Creative’s Artwalk, held on the last Sunday of each month, has stood as a primary staple in the creative calendar for the last three years.</p>\n<!-- /wp:paragraph -->','Kingston Creative\'s Artwalk excites again','','inherit','closed','closed','','420-revision-v1','','','2019-08-13 16:08:02','2019-08-13 21:08:02','',420,'https://buzz-caribbean.com/article/420-revision-v1/',0,'revision','',0),(3442,14,'2019-08-13 16:08:21','2019-08-13 21:08:21','','cemeteries-buzz-10','','inherit','closed','closed','','cemeteries-buzz-10','','','2019-08-13 16:08:21','2019-08-13 21:08:21','',500,'https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-10.jpg',0,'attachment','image/jpeg',0),(3443,14,'2019-08-13 16:10:39','2019-08-13 21:10:39','','cemeteries-buzz-4','','inherit','closed','closed','','cemeteries-buzz-4','','','2019-08-13 16:10:39','2019-08-13 21:10:39','',500,'https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-4.jpg',0,'attachment','image/jpeg',0),(3446,14,'2019-08-13 16:23:56','2019-08-13 21:23:56','','cemeteries-buzz-23','','inherit','closed','closed','','cemeteries-buzz-23','','','2019-08-13 16:23:56','2019-08-13 21:23:56','',500,'https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-23.png',0,'attachment','image/png',0),(3447,14,'2019-08-13 16:24:21','2019-08-13 21:24:21','','cemeteries-buzz-15','','inherit','closed','closed','','cemeteries-buzz-15','','','2019-08-13 16:24:21','2019-08-13 21:24:21','',500,'https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-15.jpg',0,'attachment','image/jpeg',0),(3448,9,'2019-08-13 16:24:34','2019-08-13 21:24:34','<!-- wp:image {\"id\":3431} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-D-1024x614.jpg\" alt=\"\" class=\"wp-image-3431\" /><figcaption>What\'s a staging of Artwalk if there isn\'t a bit of painting? (Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tourists, artists, enthusiasts, and the general public descended en masse in sections of downtown Kingston on Sunday, June 30, as parts of the shopping district, usually sluggish at that time of day, were teeming with life for Kingston Creative’s Artwalk.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Boasting many seasoned veterans and younger talent, as well as exhibitions in food, wines, fine arts, ceramics, and photography – Sunday’s Artwalk catered to the imaginative palette of scores of patrons who turned out to the monthly audio-visual spectacle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3432} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-B-1024x614.jpg\" alt=\"\" class=\"wp-image-3432\" /><figcaption>Art enthusiasts were out in their numbers, walking the streets of downtown Kingston.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It was a packed schedule, kicking off as early as 6 a.m., with cyclists gathering at Fleet Street for the ‘Ride Across Kingston’ event; followed by a refreshing ‘Community Yoga’ session along the scenic waterfront.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Art\nlovers were later treated to visual stimulation by ‘The Trio’, which presented\na riveting photography exhibition along Water Lane. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3433} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-E-1024x614.jpg\" alt=\"\" class=\"wp-image-3433\" /><figcaption>The UWI Panoridim Steel Band provided sweet music for the art lovers. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While the eyes were engaged, so too were the ears, as the University of the West Indies’ (UWI) Panoridim Steel Band serenaded the crowds with creative and entertaining renditions of popular soca, dancehall, and afrobeat songs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following the Artwalk along Water Lane, towards the National Gallery on Orange Street, the Alpha Boys’ Band feted patrons to a nostalgic afternoon trip down memory lane – with reggae hits across generations, followed by a hotly contested poster auction from finalists in the International Reggae Day design competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Man</em></strong><em><strong>y creatives displayed their wares at Artwalk. See the gallery below. </strong></em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3434,3435,3436,3437]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-F-1024x614.jpg\" alt=\"\" data-id=\"3434\" data-link=\"https://buzz-caribbean.com/article/kingston-creative-artwalk-excites-yet-again/artwalk-f/\" class=\"wp-image-3434\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-H-1024x614.jpg\" alt=\"\" data-id=\"3435\" data-link=\"https://buzz-caribbean.com/article/kingston-creative-artwalk-excites-yet-again/artwalk-h/\" class=\"wp-image-3435\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-I-1024x614.jpg\" alt=\"\" data-id=\"3436\" data-link=\"https://buzz-caribbean.com/article/kingston-creative-artwalk-excites-yet-again/artwalk-i/\" class=\"wp-image-3436\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-J-1024x614.jpg\" alt=\"\" data-id=\"3437\" data-link=\"https://buzz-caribbean.com/article/kingston-creative-artwalk-excites-yet-again/artwalk-j/\" class=\"wp-image-3437\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Executive Director of the Kingston Creative Andrea Dempster-Chung told Buzz that the Artwalk, while still in its infancy, goes a long way in restoring pride in downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Kingston\nCreative is a movement; it’s a group of people who believe our capital city\nshould not look like this. We want to create an art district in downtown\n[Kingston] – our very own, Jamaican-owned Wynwood,” she explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We\nstand on the shoulders of those who have been advocating for creativity and\nwaving this flag for a long time but sometimes, it’s not time yet, but we feel\nthe time is really now,” Dempster-Chung added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3438} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-C-685x1024.jpg\" alt=\"\" class=\"wp-image-3438\" /><figcaption>This mural on Water Lane caught many eyes. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dempster-Chung,\na co-founder of the artistic renaissance that is Kingston Creative, further\nargued that the global creative industry, worth a staggering US$2.25 trillion,\nis very lucrative and with it, endless possibilities are on the horizon for\ntalented Jamaican artists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dempster-Chung\ntold Buzz she hopes corporate Jamaica gives more attention to the untapped\nopportunities now available through partnership with the local creative\nindustry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3439} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-A-1024x614.jpg\" alt=\"\" class=\"wp-image-3439\" /><figcaption>Several exhibitors lined Water Lane to sell their pieces. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It’s a national conversation and so we really need corporates to come on board. This is about transforming our country. The creative industry is one of the fastest-growing sectors, and it’s what we’re best at,” she said. “See what is happening on the harbour: there’s a whole lot of developments going on. We need to make sure that creatives are at the heart of it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“What Kingston Creative is about is making that a reality. You should step into downtown and feel that we are a creative capital and the creatives should be prosperous,” Dempster-Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kingston Creative’s Artwalk, held on the last Sunday of each month, has stood as a primary staple in the creative calendar for the last three years.</p>\n<!-- /wp:paragraph -->','Kingston Creative\'s Artwalk excites again','','inherit','closed','closed','','420-revision-v1','','','2019-08-13 16:24:34','2019-08-13 21:24:34','',420,'https://buzz-caribbean.com/article/420-revision-v1/',0,'revision','',0),(3449,14,'2019-08-13 16:24:35','2019-08-13 21:24:35','','cemeteries-buzz-14','','inherit','closed','closed','','cemeteries-buzz-14','','','2019-08-13 16:24:35','2019-08-13 21:24:35','',500,'https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-14.jpg',0,'attachment','image/jpeg',0),(3450,11,'2019-08-13 16:26:28','2019-08-13 21:26:28','','MGM-Muthu-Hotel-Cuba','','inherit','closed','closed','','mgm-muthu-hotel-cuba','','','2019-08-13 16:26:28','2019-08-13 21:26:28','',98,'https://buzz-caribbean.com/app/uploads/2019/08/MGM-Muthu-Hotel-Cuba.jpg',0,'attachment','image/jpeg',0),(3451,14,'2019-08-13 16:26:48','2019-08-13 21:26:48','','cemeteries-buzz-24','','inherit','closed','closed','','cemeteries-buzz-24','','','2019-08-13 16:26:48','2019-08-13 21:26:48','',500,'https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-24.jpg',0,'attachment','image/jpeg',0),(3452,11,'2019-08-13 16:30:39','2019-08-13 21:30:39','','CCC Grand Muthu Cayo Guillermo Pool 006','','inherit','closed','closed','','ccc-grand-muthu-cayo-guillermo-pool-006','','','2019-08-13 16:30:39','2019-08-13 21:30:39','',98,'https://buzz-caribbean.com/app/uploads/2019/07/CCC-Grand-Muthu-Cayo-Guillermo-Pool-006.jpg',0,'attachment','image/jpeg',0),(3453,9,'2019-08-13 16:31:19','2019-08-13 21:31:19','<!-- wp:image {\"id\":2450} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/artificiql-intelligence-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-2450\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Can a robot replace you in your job over the next 15 years?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Are you preparing now for the next revolution in technology in the workplace?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Can your current skill sets be used in an automated world?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Artificial Intelligence (AI) expert and venture capitalist Kai Fu Lee, author of the book “AI Super Powers” is of the view that automation and AI could replace 40% of the world’s jobs by 2035.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a “60 Minutes” interview Lee said: “ AI will increasingly replace repetitive jobs, not just for blue collar work but a lot of white collar workers as well.<br> <br>“Chauffeurs, truck drivers, anyone who does driving for a living- their jobs will be disrupted more in the 15-25 year time frame. Many of the jobs that seem a little bit complex- chef, waiter, a lot of things will become automated.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the McKinsey Global Institute’s report, “ Jobs lost, jobs gained : Workforce transitions in a time of automation,” 375 million people around the world may need to change their current occupation and acquire new skills by 2030.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2451} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mckinsey-global-institute-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-2451\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The world renown consultancy firm also declared that by 2030, roughly 70 per cent of companies will have adopted at least one type of AI technology, up from 33% today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our research suggests that in 2030, the time spent using advanced technological skills will increase by 50% in the U.S. and by 41% in Europe,” declared McKinsey Global Institute’s Michael Chu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But while AI will displace many workers, many see an upside.&nbsp; Higher productivity, GDP growth and new prosperity but it will also change the skills required of human workers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Auditing powerhouse PwC is of the view that AI could contribute up to US$15.7 trillion to the global economy in 2030.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Demand for technological, social and emotional and higher cognitive skills will rise by 2030, ” declared the McKinsey report.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>McKinsey does not see AI displacing the creative occupations and sees demand for artists, designers, entertainment and media professionals thriving. It also sees demand for the services of CEOs, legislators, caregivers and psychiatrists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So what should we all be doing? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There is also a significant need for everyone to develop basic digital skills for the new age of automation. We find that among 45 skills we analysed, basic digital skills are the second fastest growing category increasing by 69% in the U.S. and by 61% in Europe,” said Chu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But while many see a bright new dawn for the way humans work, Tesla’s Elon Musk sees AI posing an existential threat to humanity, destroying communities and undermining the value of humankind with AI coming faster than previous revolutions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Will you lose your job to AI and what will you do? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do tell us at Buzz.</p>\n<!-- /wp:paragraph -->','AI to replace 40% of  global jobs in 15 years?','','inherit','closed','closed','','2446-revision-v1','','','2019-08-13 16:31:19','2019-08-13 21:31:19','',2446,'https://buzz-caribbean.com/article/2446-revision-v1/',0,'revision','',0),(3454,11,'2019-08-13 16:34:10','2019-08-13 21:34:10','<!-- wp:paragraph -->\n<p>Cuba is making big efforts to refine and diversify its tourism product which continues to attract international visitors.<br><br>According to the country\'s Tourism Minister, Manuel Marrero, Cuba is expecting 5.1 million visitors this year. This would be a 7.4 per cent increase over 2018\'s visitor numbers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":99} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/ministro-de-turismo-manuel-marrero-cuba.jpg\" alt=\"\" class=\"wp-image-99\" /><figcaption>Cuba\'s Tourism Minister, Manuel Marrero (Photo: travelgestour.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With an increase in arrivals, Cuba is looking to a jump in revenues. It has set itself the target of over US$3 billion in revenues from its tourism industry for 2019. This figure would spell a 17 per cent increase on the prior year. <br><br>The government is claiming that there are currently 40 hotels under construction translating to an additional 18,000 rooms in the near term.<br><br>Marrero points to the growth in investment in the sector and some of the leading hotel groups of the world now looking to deepen their presence there as most encouraging.<br><br>The Melia Group, which has a presence in Jamaica, now operates 34 hotels in Cuba with 14,700 rooms and MGM Muthu Hotels is about to open its fourth hotel in the Caribbean country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3452} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/CCC-Grand-Muthu-Cayo-Guillermo-Pool-006-1024x614.jpg\" alt=\"\" class=\"wp-image-3452\" /><figcaption> Muthu Cayo Guillermo Hotel in Cuba (Photo: transat.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With some Caribbean destinations afflicted by stories of assaults on visitors, Cuba is proudly proclaiming that it does not have security issues and that visitors there can enjoy their vacation without fear of any harm befalling them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":100} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Turistas-estadounidenses-en-La-Habana-_ab-620x330.jpg\" alt=\"\" class=\"wp-image-100\" /><figcaption>Tourists enjoying photo moments in Cuba (Photo: translatingcuba.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":101} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Tourists-in-Cuba.jpg\" alt=\"\" class=\"wp-image-101\" /><figcaption>Big smiles! (Photo: aljazeera.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are more restaurants, bars, clubs and attractions in the tourism enclaves than ever before.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Cuban-Rum-and-Daiquiri.jpg\" alt=\"\" class=\"wp-image-102\" /><figcaption> Eduardo Corona, center, is a bartender at El Traguito, a bar below the Museo del Ron in Santiago de Cuba. (Photo: Eliana Aponte Tobar for The New York Times)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Cuba\'s tourism product hasn\'t gone unnoticed. Varadero came second place in the TripAdvisor 2019 Travelers\' Choice Awards for the world\'s best beaches. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Hotel Nacional was recognised in 2018\'s World Travel Awards.<br><br>Looking to see what the Caribbean has to offer? Then check out the charms of Cuba.<br><br>Hasta la vista baby!</p>\n<!-- /wp:paragraph -->','Cuba\'s tourist arrivals continues to grow','','inherit','closed','closed','','98-revision-v1','','','2019-08-13 16:34:10','2019-08-13 21:34:10','',98,'https://buzz-caribbean.com/article/98-revision-v1/',0,'revision','',0),(3455,14,'2019-08-13 16:34:30','2019-08-13 21:34:30','','cemeteries-buzz-6','','inherit','closed','closed','','cemeteries-buzz-6','','','2019-08-13 16:34:30','2019-08-13 21:34:30','',500,'https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-6.jpg',0,'attachment','image/jpeg',0),(3456,4,'2019-08-13 16:42:16','2019-08-13 21:42:16','','dayton-campbell','','inherit','closed','closed','','dayton-campbell','','','2019-08-13 16:42:16','2019-08-13 21:42:16','',3371,'https://buzz-caribbean.com/app/uploads/2019/08/dayton-campbell.jpg',0,'attachment','image/jpeg',0),(3457,14,'2019-08-13 16:43:39','2019-08-13 21:43:39','','cemeteries-buzz-2','','inherit','closed','closed','','cemeteries-buzz-2','','','2019-08-13 16:43:39','2019-08-13 21:43:39','',500,'https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-2.jpg',0,'attachment','image/jpeg',0),(3458,14,'2019-08-13 16:45:35','2019-08-13 21:45:35','','cemeteries-buzz-11','','inherit','closed','closed','','cemeteries-buzz-11','','','2019-08-13 16:45:35','2019-08-13 21:45:35','',500,'https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-11.jpg',0,'attachment','image/jpeg',0),(3459,14,'2019-08-13 16:45:50','2019-08-13 21:45:50','','cemeteries-buzz-13','','inherit','closed','closed','','cemeteries-buzz-13','','','2019-08-13 16:45:50','2019-08-13 21:45:50','',500,'https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-13.jpg',0,'attachment','image/jpeg',0),(3460,4,'2019-08-13 16:47:04','2019-08-13 21:47:04','<!-- wp:paragraph -->\n<p>Peter Bunting\'s \'Rise United\' team is dismissing a poll done by Bill Johnson on behalf of ‘One PNP’ as being biased and unreliable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting is challenging Dr Peter Phillips for the leadership of the People’s National Party. One PNP is the name of Phillip\'s campaign team. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3456} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dayton-campbell-1024x906.jpg\" alt=\"\" class=\"wp-image-3456\" /><figcaption>Rise United campaign manager Dr Dayton Campbell with Peter Bunting. (Photo: Instagram/peterbuntingmp)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The internal\nelection is scheduled for September 8.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One PNP campaign commissioned the Bill Johnson poll, which stated that Phillips is the best person to lead the PNP to victory over the governing Jamaica Labour Party. The poll results were released days after Rise United made public a Don Anderson poll it commissioned. That poll showed Bunting with a 36 per cent support as the person best placed to lead the PNP to victory over the governing Jamaica Labour Party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The issue is that — notwithstanding that experience — Dr Phillips is not seen as an effective leader.\"</p><cite>— Dr Dayton Campbell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Rise United campaign manager, Dr Dayton Campbell said in a release that Phillips’ poll is a desperate attempt to confuse the public. He cited as an example of a leading and biased question the query about which candidate has the most experience to lead the PNP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Of course, one does not need a poll to determine that Dr Phillips\' decades in politics and three years as party leader would make him more experienced than Comrade Bunting,” he said. “However, the issue is that — notwithstanding that experience — Dr Phillips is not seen as an effective leader. This is reflected in all polls over the last few years, including a poll done by the same Bill Johnson in March 2019,” he added.</p>\n<!-- /wp:paragraph -->','Rise United calls One PNP poll unreliable','','inherit','closed','closed','','3371-revision-v1','','','2019-08-13 16:47:04','2019-08-13 21:47:04','',3371,'https://buzz-caribbean.com/article/3371-revision-v1/',0,'revision','',0),(3461,4,'2019-08-13 16:51:12','2019-08-13 21:51:12','','Dayton Campbell','','inherit','closed','closed','','dayton-campbell-2','','','2019-08-13 16:51:12','2019-08-13 21:51:12','',3371,'https://buzz-caribbean.com/app/uploads/2019/08/dayton-campbell-1.jpg',0,'attachment','image/jpeg',0),(3462,14,'2019-08-13 16:53:53','2019-08-13 21:53:53','','cemeteries-buzz-27','','inherit','closed','closed','','cemeteries-buzz-27','','','2019-08-13 16:53:53','2019-08-13 21:53:53','',500,'https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-27.jpg',0,'attachment','image/jpeg',0),(3463,4,'2019-08-13 16:53:56','2019-08-13 21:53:56','<!-- wp:paragraph -->\n<p>Peter Bunting\'s \'Rise United\' team is dismissing a poll done by Bill Johnson on behalf of ‘One PNP’ as being biased and unreliable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting is challenging Dr Peter Phillips for the leadership of the People’s National Party. One PNP is the name of Phillip\'s campaign team. The internal\nelection is scheduled for September 8.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3456} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dayton-campbell-1024x906.jpg\" alt=\"\" class=\"wp-image-3456\" /><figcaption>Rise United campaign manager Dr Dayton Campbell with Peter Bunting. (Photo: Instagram/peterbuntingmp)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One PNP campaign commissioned the Bill Johnson poll, which stated that Phillips is the best person to lead the PNP to victory over the governing Jamaica Labour Party. The poll results were released days after Rise United made public a Don Anderson poll it commissioned. That poll showed Bunting with a 36 per cent support as the person best placed to lead the PNP to victory over the governing Jamaica Labour Party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The issue is that — notwithstanding that experience — Dr Phillips is not seen as an effective leader.\"</p><cite>— Dr Dayton Campbell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Rise United campaign manager, Dr Dayton Campbell said in a release that Phillips’ poll is a desperate attempt to confuse the public. He cited as an example of a leading and biased question the query about which candidate has the most experience to lead the PNP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Of course, one does not need a poll to determine that Dr Phillips\' decades in politics and three years as party leader would make him more experienced than Comrade Bunting,” he said. “However, the issue is that — notwithstanding that experience — Dr Phillips is not seen as an effective leader. This is reflected in all polls over the last few years, including a poll done by the same Bill Johnson in March 2019,” he added.</p>\n<!-- /wp:paragraph -->','Rise United calls One PNP poll unreliable','','inherit','closed','closed','','3371-revision-v1','','','2019-08-13 16:53:56','2019-08-13 21:53:56','',3371,'https://buzz-caribbean.com/article/3371-revision-v1/',0,'revision','',0),(3464,14,'2019-08-13 16:54:08','2019-08-13 21:54:08','','cemeteries-buzz-28','','inherit','closed','closed','','cemeteries-buzz-28','','','2019-08-13 16:54:08','2019-08-13 21:54:08','',500,'https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-28.jpg',0,'attachment','image/jpeg',0),(3465,14,'2019-08-13 16:59:19','2019-08-13 21:59:19','<!-- wp:image {\"id\":3403} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3403\" /><figcaption>A shrine being taken over by shrubbery at the Calvary Cemetery in Kingston (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Since its establishment in the 17th century, Kingston and its citizens have for many years interred the dead in cemeteries across the city.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cemeteries, from\nthe viewpoint of many, are morbid reminders of death and sadness – the final\nstop in paying respects with one’s hope to never set foot in another.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3406} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-7-1024x683.jpg\" alt=\"\" class=\"wp-image-3406\" /><figcaption>A mausoleum for one of Jamaica\'s founding families, the Issas, at the Calvary Cemetery has seen better days as the facility has been repeatedly vandalised and left without upkeep (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, <strong>BUZZ</strong> is of the unpopular opinion that there is no greater teacher of past experiences than a cemetery. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Luckily for us (and you), sections of Kingston are still perfectly preserved in time, as the dead refuses none who wish to learn.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With over 150 years as the capital of Jamaica, Kingston has seen its fair share of tragedies and disasters; the deaths arising from these, range in the thousands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3402} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/destoryed-rail-in-jamaica-buzz-demo.jpg\" alt=\"\" class=\"wp-image-3402\" /><figcaption>Imagery of the devastation left in the wake of the 1907 earthquake that levelled much of Kingston (Photo contributed, Allen Morrison, National Libray of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The welcoming silence of a cemetery makes the skin of some crawl with fear and uncertainty – fuelled by decades of ‘duppy stories’ – Kingston\'s cemeteries hold some of the world\'s most interesting histories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3408} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-12-1024x576.jpg\" alt=\"\" class=\"wp-image-3408\" /><figcaption>Overgrown bushes take more prominence at Kingston\'s largest cemetery, May Pen (BUZZ photo, Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Old Jewish Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Arguably holding the distinction of being the oldest in the island, and the oldest of its kind in the Western Hemisphere, the Old Jewish cemetery can be found at 1 Hunt’s Bay Road in St. Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3410} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-19-1024x683.jpg\" alt=\"\" class=\"wp-image-3410\" /><figcaption>Reminiscent of its aged history, sections of the Old Jewish Cemetery have been crumbling (Photo contributed, TheDailyBeast.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the latter part of the 17th century, when Port Royal was a bustling metropolis and the commercial hub of the British Caribbean, the thriving  Jewish community dedicated a cemetery for the final rites and rituals of its people to be performed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many of those tombs are still preserved at the Old Jewish Cemetery, bearing inscriptions in three languages: &nbsp;Portuguese, Hebrew, and English.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3412} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-17.jpg\" alt=\"\" class=\"wp-image-3412\" /><figcaption>A tombstone bearing Portuguese and the signature skull and crossbones inscriptions at the Old Jewish Cemetery (Photo contributed, The Jewish Star)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many of the remaining Jewish tombstones either bear ornately chiselled rose and hourglasses, trees being cut down by a hand bearing an axe, or a skull and crossbones. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After the devastating Port Royal earthquake of 1692, Jewish burials continued for a few more years into the 18th century, with the last tomb belonging to Moses Ferro – bearing the date 1771.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Old Naval Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":3457} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-2-1024x576.jpg\" alt=\"\" class=\"wp-image-3457\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Built on top of what remains from an older cemetery, the Old Naval Cemetery was commission around 1742.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The facility, found just outside of the sleepy town of Port Royal, was constructed in the aftermath of the former city sinking under the sea during the devastating 1692 earthquake.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Victims of the deadly Yellow Fever epidemics that plagued Kingston in the 18th and 19th centuries are also buried at the Old Naval Cemetery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3455} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-6-1024x576.jpg\" alt=\"\" class=\"wp-image-3455\" /><figcaption>The sea has begun reclaiming sections of the Old Naval Cemetery in Port Royal, These grave markers, shown nearly covered in mangroves, are some of the victims from the 1692 earthquake (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>More recently, efforts to conserve the location\'s rich history have come under threat as the Kingston Harbour reclaims sections of the cemetery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>St. Andrew Parish Church</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The second oldest\ncemetery within Kingston can be found on the grounds of the St. Andrew Parish\nChurch, built in 1664. With over 7,000 burials on the 8 ¼ acres, this cemetery\nis the largest private facility of its kind on the island in continual\nuse.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3426} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-21-1024x768.jpg\" alt=\"\" class=\"wp-image-3426\" /><figcaption>Kingston\'s second-oldest cemetery can be found on the ground of the St. Andrew Parish Chruch (Photo contributed, TravelNotes.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Interred there are\nthe remains of historic figures including Archbishop Enos Nuttall, the first\nArchbishop of the West Indies after whom the Nuttall Hospital in Kingston is\nnamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3428} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-20-1024x768.jpg\" alt=\"\" class=\"wp-image-3428\" /><figcaption>A section of the historic St. Andrew Parish Church cemetery (Photo contributed, TravelNotes.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It stands to this\nday as a popular internment plot for Kingston’s affluent – and is a prized\nfocal point of interest for genealogists, historians, researchers and archaeologists\nwho seek insight into personalities of the past, customs and culture over the\nlast 350 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>May Pen Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Kingston’s most famous (or infamous in equally as many eyes) cemetery, the May Pen Cemetery, can easily be seen from the busy Spanish Town Road thoroughfare that cuts adjacent to the massive property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3440} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-22-1024x456.png\" alt=\"\" class=\"wp-image-3440\" /><figcaption>Entrance to the May Pen Cemetery in Kingston (Photo contributed, Jamaican Ancestral Records) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As one of the oldest public cemeteries in the Caribbean, the May Pen Cemetery is one of the only burial sites where persons of all nationalities, races, religions and faiths are interred.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3458} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-11-1024x576.jpg\" alt=\"\" class=\"wp-image-3458\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Established on 200 acres of the derelict Littleworth Race Course in 1851, burials began some years afterwards according to ‘Law 21’ of 1874. By then, May Pen Cemetery was the most popular burial site of its kind in the Caribbean – with partitions and special plots called ‘grounds’ reserved for several Christian denominations, Jews, Muslims and others from across Europe (English, Spanish, French, Irish, German and Portuguese) who called Jamaica home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3442} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-10-1024x576.jpg\" alt=\"\" class=\"wp-image-3442\" /><figcaption>A Dutch tombstone in memoriam to Che van Beaumont, who died in 1937, stands perfectly preserved among the rubble at the May Pen Cemetery (BUZZ photo, Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Importantly, a section was deemed the \'Pauper Ground\', for the burial of the poor and indigent. There was even a section for victims of cholera, which affected Jamaica periodically back then, with the largest outbreak occurring in the early 1850s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the advent of\nKingston’s well-to-do elites leaving the downtown district for the cool hills\nof St. Andrew, the May Pen Cemetery was frowned upon and largely reduced to a\npauper’s plot. So much so was this stigma that by 1905, nearly 76% of all\npersons buried there were classified as ‘poor and indigent’.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3459} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-13-1024x576.jpg\" alt=\"\" class=\"wp-image-3459\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There have been recent attempts to resurrect May Pen Cemetery to its former glory, as records show many influential Jamaicans including pioneering musician and trombonist Don Drummond (<strong>BUZZ</strong> has learned his remains were moved recently).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Calvary Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":3443} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-3443\" /><figcaption>The entrance to Calvary Cemetery (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the other side\nof Kingston, Calvary Cemetery, sprawled along Slipe Pen and Lyndhurst roads\ncame into existence in the late 1800s. Some records obtained show one of the\nfirst burials, Rose Escoffery, taking place in the 1880s. Burials at the quiet\nand scenic Calvary Cemetery are still common today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Brigg\'s Park</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":3446} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-23-1024x397.png\" alt=\"\" class=\"wp-image-3446\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Briggs\' Park, the\nonly military cemetery on the island, has been a part of the Jamaica Defence\nForce\'s (JDF) Up Park Pen (now Up Park Camp) estate since 1900. The JDF also\nhouses a special cemetery at its Newcastle Training Depot since the late 1800s\nfor soldiers and recruits alike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Chinese Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Chinese\nCemetery along Waltham Park Road in Kingston is the largest single burial\nground of its kind in the English-speaking Caribbean for Chinese nationals and\ntheir descendants.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3447} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-15-1024x768.jpg\" alt=\"\" class=\"wp-image-3447\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With burials\nstarting in 1912, to date, over 3,600 persons have been interred at the\n11.5-acre property – managed and maintained by the Chinese Benevolent\nAssociation (CBA).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like many other\ncemeteries in the city, the Chinese Cemetery has endured periods of upkeep and\ndisrepair over the 100+ years it has existed – coming into being after the\ngreat 1907 earthquake that levelled much of Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3449} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-14.jpg\" alt=\"\" class=\"wp-image-3449\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>National Heroes Park</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Officially designated a botanical garden, National Heroes Park is the last stop in Kingston on our <strong>BUZZ</strong> cemetery tour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3451} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-24-1024x683.jpg\" alt=\"\" class=\"wp-image-3451\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As the largest open space on the island, the park’s 50 acres also serves as the final resting place for several notable Jamaican figures, including founding fathers Norman Manley and Alexander Bustamante; freedom fighters Marcus Garvey, Paul Bogle, Sam Sharpe, and George William Gordon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3462} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-27-1024x768.jpg\" alt=\"\" class=\"wp-image-3462\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Established in 1783, the park, originally a race track called Kingston Race Course – renamed to what stands after Jamaica’s independence in 1962 – is also the last resting place of other past Prime Ministers, athletes, entertainers, poets, sculptors and painters, and even mass fire victims.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3464} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-28-1024x683.jpg\" alt=\"\" class=\"wp-image-3464\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With the exception of Briggs’ Park and the St. Andrew Parish Church, all the above-mentioned cemeteries are open to the public and available for tours.</p>\n<!-- /wp:paragraph -->','Cemeteries: A silent journey through Kingston\'s past','','inherit','closed','closed','','500-revision-v1','','','2019-08-13 16:59:19','2019-08-13 21:59:19','',500,'https://buzz-caribbean.com/article/500-revision-v1/',0,'revision','',0),(3466,14,'2019-08-13 17:03:49','2019-08-13 22:03:49','<!-- wp:paragraph -->\n<p>A young Manchester farmer, Diandra Rowe, has blazed a trail of excellence in her chosen field. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2276,2285]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Award-Winning-Farmer.jpg\" alt=\"\" data-id=\"2276\" data-link=\"https://buzz-caribbean.com/?attachment_id=2276\" class=\"wp-image-2276\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Diandra-Rowe-Champion-Farmer.jpg\" alt=\"\" data-id=\"2285\" data-link=\"https://buzz-caribbean.com/?attachment_id=2285\" class=\"wp-image-2285\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Among her accolades are: the <em>-2017 Jamaica Agricultural Society (JAS) Champion Greenhouse Farmer</em>, <em>-2017 and -2018 Most Innovative Farm</em>er,&nbsp; <em>-2017 JAS 2nd Place Young Champion Farmer</em>, <em>-2017 Inter-American Institute for Cooperation on Agriculture (IICA) Agri- Tourism Award</em>, <em>-2017 JAS 2nd place class A farm</em>,&nbsp; <em>-2017 Prime Minister’s Youth Award for Excellence in Agriculture</em>, <em>- 2018 JAS Champion Female Farmer</em> and <em>-2018 JAS 2nd place Champion Greenhouse Farmer</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2289} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rowe-reaping-rewards-from-her-hard-work-1024x576.jpg\" alt=\"\" class=\"wp-image-2289\" /><figcaption>Rowe reaping rewards from her hard work.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Diandra believes, ‘Success is not an accident and dreams don’t become reality through magic, it requires grit, determination and hard work.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She\nwas born in Mandeville, Manchester and grew up in a small community called\nGabby’s Street, which is where she still resides to date. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2286} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Farmers-reaping-and-planting-crops-in-Rowes-greenhouse.jpg\" alt=\"\" class=\"wp-image-2286\" /><figcaption>Farmers reaping and planting crops in Rowe\'s greenhouse.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Diandra grew up with both parents, her biggest influences and motivators. Her mom has been a teacher for some 30+ years and dad a farmer and Greenhouse Consultant. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Diandra says through example, her mom has taught her compassion and patience and her dad has shown her the value of hard work and the benefits of being an entrepreneur.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2301,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fresh-Produce.jpg\" alt=\"\" class=\"wp-image-2301\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I had a happy childhood. I have two brothers and many cousins. Growing up I spent a lot of time with my siblings, cousins and neighbours. We spent hours in the bushes and yard climbing trees, picking fruits and filling our tummies before dinner time. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2302,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Mixed-lettuce-at-Abbey-Garden-Farm.jpg\" alt=\"\" class=\"wp-image-2302\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We played many outdoor games. We rode our bikes, drove go-carts, explored caves etc. Some of my best and most memorable moments are from my childhood.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She\nwas educated at the Church Teachers College Early Childhood, Mandeville Primary\nand Junior High, Bishop Gibson High School, University of Technology Jamaica </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bf_J76glWLE/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bf_J76glWLE/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>In December 2014, Diandra resigned her job as a car sales agent, to return home to assist her father with the farm which over the years ran into financial difficulties. The farm suffered from a lack of proper management and attention, as her father had started a new company and no longer had the time to give it the required oversight. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2290} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rows-of-greens-ready-to-be-reaped.jpg\" alt=\"\" class=\"wp-image-2290\" /><figcaption>Rows of leafy greens ready to be reaped</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“I have been managing the farm full time from January 2015 to date.” </p><cite>Diandra Rowe</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>My mission when I started was and still is to grow\nmy family’s business for many other generations to benefit. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her farm, Abbey Farms at Kingsland, in Manchester, Jamaica now grows a variety of produce items: lettuce, tomatoes, bell peppers, strawberries, herbs and a number of leafy greens. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2296,2297,2298,2299,2300]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Basil.jpg\" alt=\"\" data-id=\"2296\" data-link=\"https://buzz-caribbean.com/?attachment_id=2296\" class=\"wp-image-2296\" /><figcaption>Basil (Photo: Instagram -@Abbey_Garden_Farm)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bell-Peppers.jpg\" alt=\"\" data-id=\"2297\" data-link=\"https://buzz-caribbean.com/?attachment_id=2297\" class=\"wp-image-2297\" /><figcaption>Bell Peppers  (Photo: Instagram -@Abbey_Garden_Farm) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lettuce.jpg\" alt=\"\" data-id=\"2298\" data-link=\"https://buzz-caribbean.com/?attachment_id=2298\" class=\"wp-image-2298\" /><figcaption>Lettuce  (Photo: Instagram -@Abbey_Garden_Farm) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Strawberry.jpg\" alt=\"\" data-id=\"2299\" data-link=\"https://buzz-caribbean.com/?attachment_id=2299\" class=\"wp-image-2299\" /><figcaption>Strawberry (Photo: Instagram -@Abbey_Garden_Farm)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tomatoes.jpg\" alt=\"\" data-id=\"2300\" data-link=\"https://buzz-caribbean.com/?attachment_id=2300\" class=\"wp-image-2300\" /><figcaption>Tomatoes  (Photo: Instagram -@Abbey_Garden_Farm) </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Diandra attributes her success in farming to her drive. “ I say this to myself when I get frustrated and I want to give up - <em>Diandra live how others won’t now, so you can live how others can’t later</em>.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Farming is no joke…\"</p><cite>Diandra Rowe</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She is a member of the Jamaica Greenhouse Growers Benevolent Society and Nutramix Youth in Agriculture Ambassador.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Among her qualifications and awards is a BSc in Hospitality and Tourism Management and a Rotary Club of Mandeville Vocational Service Award for Outstanding Community Service Leadership and Devotion – Empowering our Youth.</p>\n<!-- /wp:paragraph -->','Young Manchester farmer Diandra Rowe topping her field','','inherit','closed','closed','','2267-revision-v1','','','2019-08-13 17:03:49','2019-08-13 22:03:49','',2267,'https://buzz-caribbean.com/article/2267-revision-v1/',0,'revision','',0),(3467,14,'2019-08-13 17:05:26','2019-08-13 22:05:26','<!-- wp:image {\"id\":3403} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3403\" /><figcaption>A shrine being taken over by shrubbery at the Calvary Cemetery in Kingston (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Since its establishment in the 17th century, Kingston and its citizens have for many years interred the dead in cemeteries across the city.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cemeteries, from\nthe viewpoint of many, are morbid reminders of death and sadness – the final\nstop in paying respects with one’s hope to never set foot in another.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3406} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-7-1024x683.jpg\" alt=\"\" class=\"wp-image-3406\" /><figcaption>A mausoleum for one of Jamaica\'s founding families, the Issas, at the Calvary Cemetery has seen better days as the facility has been repeatedly vandalised and left without upkeep (BUZZ photo, Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, <strong>BUZZ</strong> is of the unpopular opinion that there is no greater teacher of past experiences than a cemetery. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Luckily for us (and you), sections of Kingston are still perfectly preserved in time, as the dead refuses none who wish to learn.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With over 150 years as the capital of Jamaica, Kingston has seen its fair share of tragedies and disasters; the deaths arising from these, range in the thousands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3402} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/destoryed-rail-in-jamaica-buzz-demo.jpg\" alt=\"\" class=\"wp-image-3402\" /><figcaption>Imagery of the devastation left in the wake of the 1907 earthquake that levelled much of Kingston (Photo contributed, Allen Morrison, National Libray of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The welcoming silence of a cemetery makes the skin of some crawl with fear and uncertainty – fuelled by decades of ‘duppy stories’ – Kingston\'s cemeteries hold some of the world\'s most interesting histories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3408} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-12-1024x576.jpg\" alt=\"\" class=\"wp-image-3408\" /><figcaption>Overgrown bushes take more prominence at Kingston\'s largest cemetery, May Pen (BUZZ photo, Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Old Jewish Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Arguably holding the distinction of being the oldest in the island, and the oldest of its kind in the Western Hemisphere, the Old Jewish cemetery can be found at 1 Hunt’s Bay Road in St. Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3410} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-19-1024x683.jpg\" alt=\"\" class=\"wp-image-3410\" /><figcaption>Reminiscent of its aged history, sections of the Old Jewish Cemetery have been crumbling (Photo contributed, TheDailyBeast.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the latter part of the 17th century, when Port Royal was a bustling metropolis and the commercial hub of the British Caribbean, the thriving  Jewish community dedicated a cemetery for the final rites and rituals of its people to be performed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many of those tombs are still preserved at the Old Jewish Cemetery, bearing inscriptions in three languages: &nbsp;Portuguese, Hebrew, and English.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3412} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-17.jpg\" alt=\"\" class=\"wp-image-3412\" /><figcaption>A tombstone bearing Portuguese and the signature skull and crossbones inscriptions at the Old Jewish Cemetery (Photo contributed, The Jewish Star)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many of the remaining Jewish tombstones either bear ornately chiselled rose and hourglasses, trees being cut down by a hand bearing an axe, or a skull and crossbones. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After the devastating Port Royal earthquake of 1692, Jewish burials continued for a few more years into the 18th century, with the last tomb belonging to Moses Ferro – bearing the date 1771. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Old Naval Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":3457} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-2-1024x576.jpg\" alt=\"\" class=\"wp-image-3457\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Built on top of what remains from an older cemetery, the Old Naval Cemetery was commission around 1742.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The facility, found just outside of the sleepy town of Port Royal, was constructed in the aftermath of the former city sinking under the sea during the devastating 1692 earthquake.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Victims of the deadly Yellow Fever epidemics that plagued Kingston in the 18th and 19th centuries are also buried at the Old Naval Cemetery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3455} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-6-1024x576.jpg\" alt=\"\" class=\"wp-image-3455\" /><figcaption>The sea has begun reclaiming sections of the Old Naval Cemetery in Port Royal, These grave markers, shown nearly covered in mangroves, are some of the victims from the 1692 earthquake (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>More recently, efforts to conserve the location\'s rich history have come under threat as the Kingston Harbour reclaims sections of the cemetery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>St. Andrew Parish Church</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The second oldest\ncemetery within Kingston can be found on the grounds of the St. Andrew Parish\nChurch, built in 1664. With over 7,000 burials on the 8 ¼ acres, this cemetery\nis the largest private facility of its kind on the island in continual\nuse.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3426} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-21-1024x768.jpg\" alt=\"\" class=\"wp-image-3426\" /><figcaption>Kingston\'s second-oldest cemetery can be found on the ground of the St. Andrew Parish Chruch (Photo contributed, TravelNotes.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Interred there are\nthe remains of historic figures including Archbishop Enos Nuttall, the first\nArchbishop of the West Indies after whom the Nuttall Hospital in Kingston is\nnamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3428} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-20-1024x768.jpg\" alt=\"\" class=\"wp-image-3428\" /><figcaption>A section of the historic St. Andrew Parish Church cemetery (Photo contributed, TravelNotes.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It stands to this\nday as a popular internment plot for Kingston’s affluent – and is a prized\nfocal point of interest for genealogists, historians, researchers and archaeologists\nwho seek insight into personalities of the past, customs and culture over the\nlast 350 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>May Pen Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Kingston’s most famous (or infamous in equally as many eyes) cemetery, the May Pen Cemetery, can easily be seen from the busy Spanish Town Road thoroughfare that cuts adjacent to the massive property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3440} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-22-1024x456.png\" alt=\"\" class=\"wp-image-3440\" /><figcaption>Entrance to the May Pen Cemetery in Kingston (Photo contributed, Jamaican Ancestral Records) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As one of the oldest public cemeteries in the Caribbean, the May Pen Cemetery is one of the only burial sites where persons of all nationalities, races, religions and faiths are interred.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3458} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-11-1024x576.jpg\" alt=\"\" class=\"wp-image-3458\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Established on 200 acres of the derelict Littleworth Race Course in 1851, burials began some years afterwards according to ‘Law 21’ of 1874. By then, May Pen Cemetery was the most popular burial site of its kind in the Caribbean – with partitions and special plots called ‘grounds’ reserved for several Christian denominations, Jews, Muslims and others from across Europe (English, Spanish, French, Irish, German and Portuguese) who called Jamaica home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3442} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-10-1024x576.jpg\" alt=\"\" class=\"wp-image-3442\" /><figcaption>A Dutch tombstone in memoriam to Che van Beaumont, who died in 1937, stands perfectly preserved among the rubble at the May Pen Cemetery (BUZZ photo, Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Importantly, a section was deemed the \'Pauper Ground\', for the burial of the poor and indigent. There was even a section for victims of cholera, which affected Jamaica periodically back then, with the largest outbreak occurring in the early 1850s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the advent of\nKingston’s well-to-do elites leaving the downtown district for the cool hills\nof St. Andrew, the May Pen Cemetery was frowned upon and largely reduced to a\npauper’s plot. So much so was this stigma that by 1905, nearly 76% of all\npersons buried there were classified as ‘poor and indigent’.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3459} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-13-1024x576.jpg\" alt=\"\" class=\"wp-image-3459\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There have been recent attempts to resurrect May Pen Cemetery to its former glory, as records show many influential Jamaicans including pioneering musician and trombonist Don Drummond (<strong>BUZZ</strong> has learned his remains were moved recently).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Calvary Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":3443} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-3443\" /><figcaption>The entrance to Calvary Cemetery (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the other side\nof Kingston, Calvary Cemetery, sprawled along Slipe Pen and Lyndhurst roads\ncame into existence in the late 1800s. Some records obtained show one of the\nfirst burials, Rose Escoffery, taking place in the 1880s. Burials at the quiet\nand scenic Calvary Cemetery are still common today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Brigg\'s Park</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":3446} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-23-1024x397.png\" alt=\"\" class=\"wp-image-3446\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Briggs\' Park, the\nonly military cemetery on the island, has been a part of the Jamaica Defence\nForce\'s (JDF) Up Park Pen (now Up Park Camp) estate since 1900. The JDF also\nhouses a special cemetery at its Newcastle Training Depot since the late 1800s\nfor soldiers and recruits alike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Chinese Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Chinese\nCemetery along Waltham Park Road in Kingston is the largest single burial\nground of its kind in the English-speaking Caribbean for Chinese nationals and\ntheir descendants.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3447} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-15-1024x768.jpg\" alt=\"\" class=\"wp-image-3447\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With burials\nstarting in 1912, to date, over 3,600 persons have been interred at the\n11.5-acre property – managed and maintained by the Chinese Benevolent\nAssociation (CBA).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like many other\ncemeteries in the city, the Chinese Cemetery has endured periods of upkeep and\ndisrepair over the 100+ years it has existed – coming into being after the\ngreat 1907 earthquake that levelled much of Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3449} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-14.jpg\" alt=\"\" class=\"wp-image-3449\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>National Heroes Park</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Officially designated a botanical garden, National Heroes Park is the last stop in Kingston on our <strong>BUZZ</strong> cemetery tour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3451} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-24-1024x683.jpg\" alt=\"\" class=\"wp-image-3451\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As the largest open space on the island, the park’s 50 acres also serves as the final resting place for several notable Jamaican figures, including founding fathers Norman Manley and Alexander Bustamante; freedom fighters Marcus Garvey, Paul Bogle, Sam Sharpe, and George William Gordon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3462} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-27-1024x768.jpg\" alt=\"\" class=\"wp-image-3462\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Established in 1783, the park, originally a race track called Kingston Race Course – renamed to what stands after Jamaica’s independence in 1962 – is also the last resting place of other past Prime Ministers, athletes, entertainers, poets, sculptors and painters, and even mass fire victims.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3464} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-28-1024x683.jpg\" alt=\"\" class=\"wp-image-3464\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With the exception of Briggs’ Park and the St. Andrew Parish Church, all the above-mentioned cemeteries are open to the public and available for tours.</p>\n<!-- /wp:paragraph -->','Cemeteries: A silent journey through Kingston\'s past','','inherit','closed','closed','','500-revision-v1','','','2019-08-13 17:05:26','2019-08-13 22:05:26','',500,'https://buzz-caribbean.com/article/500-revision-v1/',0,'revision','',0),(3469,4,'2019-08-13 17:13:41','2019-08-13 22:13:41','<!-- wp:paragraph -->\n<p>The minister&nbsp;of Transport and Mining is calling on members of the public to utilise the Drive Safe App in an effort to stomp out unruly driving.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister Robert Montague in a post on his social media page called on members of the public to start using the app.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Download the app now and help us to make Jamaican roads safer.\"</p><cite>— Robert Montague</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Through the Drive Safe Campaign, Jamaicans are urged to take pictures and videos of drivers committing road breaches and post them, along with the license plate of the offending driver on the app.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Download the app now and help us to make Jamaican roads safer. You choose from a number of categories to report violations such as speeding,” Montague said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Road Safety Unit of Jamaica, Pedestrians, motorcyclists, passengers and drivers of private motor vehicles have recorded the highest number of road fatalities since the start of the year.</p>\n<!-- /wp:paragraph -->','Minister urges public to use app designed to expose bad drivers','','inherit','closed','closed','','3321-revision-v1','','','2019-08-13 17:13:41','2019-08-13 22:13:41','',3321,'https://buzz-caribbean.com/article/3321-revision-v1/',0,'revision','',0),(3470,4,'2019-08-13 17:19:59','2019-08-13 22:19:59','','Montague-2','','inherit','closed','closed','','montague-2','','','2019-08-13 17:19:59','2019-08-13 22:19:59','',3321,'https://buzz-caribbean.com/app/uploads/2019/08/Montague-2.jpg',0,'attachment','image/jpeg',0),(3471,4,'2019-08-13 17:21:30','2019-08-13 22:21:30','<!-- wp:paragraph -->\n<p>The minister&nbsp;of Transport and Mining is calling on members of the public to utilise the Drive Safe App in an effort to stomp out unruly driving.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister Robert Montague in a post on his social media page called on members of the public to start using the app.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3470} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Montague-2-1024x571.jpg\" alt=\"\" class=\"wp-image-3470\" /><figcaption>Transport Minister Robert Montague wants the public to increase their use of the Drive Safe App.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Download the app now and help us to make Jamaican roads safer.\"</p><cite>— Robert Montague</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Through the Drive Safe Campaign, Jamaicans are urged to take pictures and videos of drivers committing road breaches and post them, along with the license plate of the offending driver on the app.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Download the app now and help us to make Jamaican roads safer. You choose from a number of categories to report violations such as speeding,” Montague said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Road Safety Unit of Jamaica, Pedestrians, motorcyclists, passengers and drivers of private motor vehicles have recorded the highest number of road fatalities since the start of the year.</p>\n<!-- /wp:paragraph -->','Minister urges public to use app designed to expose bad drivers','','inherit','closed','closed','','3321-revision-v1','','','2019-08-13 17:21:30','2019-08-13 22:21:30','',3321,'https://buzz-caribbean.com/article/3321-revision-v1/',0,'revision','',0),(3472,14,'2019-08-13 17:23:20','2019-08-13 22:23:20','<!-- wp:image {\"id\":3403} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3403\" /><figcaption>A shrine being taken over by shrubbery at the Calvary Cemetery in Kingston (BUZZ photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Since its establishment in the 17th century, Kingston and its citizens have for many years interred the dead in cemeteries across the city.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cemeteries, from\nthe viewpoint of many, are morbid reminders of death and sadness – the final\nstop in paying respects with one’s hope to never set foot in another.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3406} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-7-1024x683.jpg\" alt=\"\" class=\"wp-image-3406\" /><figcaption>A mausoleum for one of Jamaica\'s founding families, the Issas, at the Calvary Cemetery has seen better days as the facility has been repeatedly vandalised and left without upkeep (BUZZ photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, <strong>BUZZ</strong> is of the unpopular opinion that there is no greater teacher of past experiences than a cemetery. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Luckily for us (and you), sections of Kingston are still perfectly preserved in time, as the dead refuses none who wish to learn.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With over 150 years as the capital of Jamaica, Kingston has seen its fair share of tragedies and disasters; the deaths arising from these, range in the thousands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3402} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/destoryed-rail-in-jamaica-buzz-demo.jpg\" alt=\"\" class=\"wp-image-3402\" /><figcaption>Devastating imagery in the wake of the 1907 earthquake that levelled much of Kingston (Photo contributed: Allen Morrison, National Libray of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The welcoming silence of a cemetery makes the skin of some crawl with fear and uncertainty – fuelled by decades of ‘duppy stories’ – Kingston\'s cemeteries hold some of the world\'s most interesting histories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3408} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-12-1024x576.jpg\" alt=\"\" class=\"wp-image-3408\" /><figcaption>Overgrown bushes take more prominence at Kingston\'s largest cemetery, May Pen (BUZZ photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Old Jewish Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Arguably holding the distinction of being the oldest in the island, and the oldest of its kind in the Western Hemisphere, the Old Jewish cemetery can be found at 1 Hunt’s Bay Road in St. Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3410} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-19-1024x683.jpg\" alt=\"\" class=\"wp-image-3410\" /><figcaption>Reminiscent of its aged history, sections of the Old Jewish Cemetery have been crumbling (Photo contributed: TheDailyBeast.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the latter part of the 17th century, when Port Royal was a bustling metropolis and the commercial hub of the British Caribbean, the thriving  Jewish community dedicated a cemetery for the final rites and rituals of its people to be performed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many of those tombs are still preserved at the Old Jewish Cemetery, bearing inscriptions in three languages: &nbsp;Portuguese, Hebrew, and English.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3412} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-17.jpg\" alt=\"\" class=\"wp-image-3412\" /><figcaption>A tombstone bearing Portuguese and the signature skull and crossbones inscriptions at the Old Jewish Cemetery (Photo contributed: The Jewish Star)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many of the remaining Jewish tombstones either bear ornately chiselled rose and hourglasses, trees being cut down by a hand bearing an axe, or a skull and crossbones. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After the devastating Port Royal earthquake of 1692, Jewish burials continued for a few more years into the 18th century, with the last tomb belonging to Moses Ferro – bearing the date 1771.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Old Naval Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":3457} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-2-1024x576.jpg\" alt=\"\" class=\"wp-image-3457\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Built on top of what remains from a much older cemetery, the Old Naval Cemetery was put into commission by the British around 1742.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The facility, found just outside of the sleepy town of Port Royal, was constructed in the aftermath of the former city sinking under the sea during the devastating 1692 earthquake.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Victims of the deadly Yellow Fever epidemics that plagued Kingston in the 18th and 19th centuries are also buried at the Old Naval Cemetery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3455} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-6-1024x576.jpg\" alt=\"\" class=\"wp-image-3455\" /><figcaption>The sea has begun reclaiming sections of the Old Naval Cemetery in Port Royal. These grave markers, shown submerged and nearly covered in mangroves, are some of the victims from the 1692 earthquake (BUZZ photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>More recently, efforts to conserve the location\'s rich history have come under threat as the Kingston Harbour reclaims sections of the cemetery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>St. Andrew Parish Church</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The second oldest\ncemetery within Kingston can be found on the grounds of the St. Andrew Parish\nChurch, built in 1664. With over 7,000 burials on the 8 ¼ acres, this cemetery\nis the largest private facility of its kind on the island in continual\nuse.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3426} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-21-1024x768.jpg\" alt=\"\" class=\"wp-image-3426\" /><figcaption>Kingston\'s second-oldest cemetery can be found on the ground of the St. Andrew Parish Chruch (Photo contributed: TravelNotes.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Interred there are\nthe remains of historic figures including Archbishop Enos Nuttall, the first\nArchbishop of the West Indies after whom the Nuttall Hospital in Kingston is\nnamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3428} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-20-1024x768.jpg\" alt=\"\" class=\"wp-image-3428\" /><figcaption>A section of the historic St. Andrew Parish Church cemetery (Photo contributed, TravelNotes.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It stands to this\nday as a popular internment plot for Kingston’s affluent – and is a prized\nfocal point of interest for genealogists, historians, researchers and archaeologists\nwho seek insight into personalities of the past, customs and culture over the\nlast 350 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>May Pen Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Kingston’s most famous (or infamous in equally as many eyes) cemetery, the May Pen Cemetery, can easily be seen from the busy Spanish Town Road thoroughfare that cuts adjacent to the massive property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3440} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-22-1024x456.png\" alt=\"\" class=\"wp-image-3440\" /><figcaption>Entrance to the May Pen Cemetery in Kingston (Photo contributed, Jamaican Ancestral Records) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As one of the oldest public cemeteries in the Caribbean, the May Pen Cemetery is one of the only burial sites where persons of all nationalities, races, religions and faiths are interred.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3458} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-11-1024x576.jpg\" alt=\"\" class=\"wp-image-3458\" /><figcaption>The final resting place of iconic Jamaican cricketer, Oneil \'Collie\' Smith at the May Pen Cemetery in Kingston (BUZZ photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Established on 200 acres of the derelict Littleworth Race Course in 1851, burials began some years afterwards according to ‘Law 21’ of 1874. By then, May Pen Cemetery was the most popular burial site of its kind in the Caribbean – with partitions and special plots called ‘grounds’ reserved for several Christian denominations, Jews, Muslims and others from across Europe (English, Spanish, French, Irish, German and Portuguese) who called Jamaica home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3442} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-10-1024x576.jpg\" alt=\"\" class=\"wp-image-3442\" /><figcaption>A Dutch tombstone in memoriam to Che van Beaumont, who died in 1937, stands perfectly preserved among the rubble at the May Pen Cemetery (BUZZ photo:  Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Importantly, a section was deemed the \'Pauper Ground\', for the burial of the poor and indigent. There was even a section for victims of cholera, which affected Jamaica periodically back then, with the largest outbreak occurring in the early 1850s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the advent of\nKingston’s well-to-do elites leaving the downtown district for the cool hills\nof St. Andrew, the May Pen Cemetery was frowned upon and largely reduced to a\npauper’s plot. So much so was this stigma that by 1905, nearly 76% of all\npersons buried there were classified as ‘poor and indigent’.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3459} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-13-1024x576.jpg\" alt=\"\" class=\"wp-image-3459\" /><figcaption>Iconic Reggae pioneer, Cecil \"Prince Buster\" Campbell is one of many notable Jamaicans buried on May Pen Cemetery\'s massive grounds (BUZZ photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There have been recent attempts to resurrect May Pen Cemetery to its former glory, as records show many influential Jamaicans including pioneering musician and trombonist Don Drummond (<strong>BUZZ</strong> has learned his remains were moved recently).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Calvary Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":3443} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-3443\" /><figcaption>The entrance to Calvary Cemetery (BUZZ photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the other side\nof Kingston, Calvary Cemetery, sprawled along Slipe Pen and Lyndhurst roads\ncame into existence in the late 1800s. Some records obtained show one of the\nfirst burials, Rose Escoffery, taking place in the 1880s. Burials at the quiet\nand scenic Calvary Cemetery are still common today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Brigg\'s Park</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":3446} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-23-1024x397.png\" alt=\"\" class=\"wp-image-3446\" /><figcaption>The entrance to Brigg\'s Park, Jamaica\'s only military cemetery, is restricted (Photo contributed, Jamaican Ancestry Records)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Briggs\' Park, the\nonly military cemetery on the island, has been a part of the Jamaica Defence\nForce\'s (JDF) Up Park Pen (now Up Park Camp) estate since 1900. The JDF also\nhouses a special cemetery at its Newcastle Training Depot since the late 1800s\nfor soldiers and recruits alike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Chinese Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Chinese\nCemetery along Waltham Park Road in Kingston is the largest single burial\nground of its kind in the English-speaking Caribbean for Chinese nationals and\ntheir descendants.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3447} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-15-1024x768.jpg\" alt=\"\" class=\"wp-image-3447\" /><figcaption>The largest single burial ground for Chinese and their descendants is found in Kingston! (Photo contributed, Chinese Benevolent Association)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With burials\nstarting in 1912, to date, over 3,600 persons have been interred at the\n11.5-acre property – managed and maintained by the Chinese Benevolent\nAssociation (CBA).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like many other\ncemeteries in the city, the Chinese Cemetery has endured periods of upkeep and\ndisrepair over the 100+ years it has existed – coming into being after the\ngreat 1907 earthquake that levelled much of Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3449} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-14.jpg\" alt=\"\" class=\"wp-image-3449\" /><figcaption>Daniel Lee, one of thousands of Chinese and Jamaican-Chinese descendants finds his final resting place along Waltham Park Road (Photo contributed: Chinese Benevolent Association)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>National Heroes Park</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Officially designated a botanical garden, National Heroes Park is the last stop in Kingston on our <strong>BUZZ</strong> cemetery tour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3451} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-24-1024x683.jpg\" alt=\"\" class=\"wp-image-3451\" /><figcaption>Attention! The Jamaica Defence Force\'s Guard of Honour stands unwaveringly at the entrance to the National Heroes Park in Kingston (Photo contributed: Uncommon Caribbean)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As the largest open space on the island, the park’s 50 acres also serves as the final resting place for several notable Jamaican figures, including founding fathers Norman Manley and Alexander Bustamante; freedom fighters Marcus Garvey, Paul Bogle, Sam Sharpe, and George William Gordon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3462} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-27-1024x768.jpg\" alt=\"\" class=\"wp-image-3462\" /><figcaption>The tomb of National Hero Norman Manley in Kingston (Photo contributed: Flickr)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Established in 1783, the park, originally a race track called Kingston Race Course – renamed to what stands after Jamaica’s independence in 1962 – is also the last resting place of other past Prime Ministers, athletes, entertainers, poets, sculptors and painters, and even mass fire victims.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3464} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-28-1024x683.jpg\" alt=\"\" class=\"wp-image-3464\" /><figcaption>The final resting place of Jamaica\'s first National Hero, Marcus Garvey (Photo contributed: Atlanta Black Star)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With the exception of Briggs’ Park and the St. Andrew Parish Church, all the above-mentioned cemeteries are open to the public and available for tours.</p>\n<!-- /wp:paragraph -->','Cemeteries: A silent journey through Kingston\'s past','','inherit','closed','closed','','500-revision-v1','','','2019-08-13 17:23:20','2019-08-13 22:23:20','',500,'https://buzz-caribbean.com/article/500-revision-v1/',0,'revision','',0),(3473,4,'2019-08-13 17:25:44','2019-08-13 22:25:44','<!-- wp:paragraph -->\n<p>The minister&nbsp;of Transport and Mining is calling on members of the public to utilise the Drive Safe App in an effort to stomp out unruly driving.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister Robert Montague in a post on his social media page called on members of the public to start using the app.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3470} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Montague-2-1024x571.jpg\" alt=\"\" class=\"wp-image-3470\" /><figcaption>Transport Minister Robert Montague wants the public to increase their use of the Drive Safe App.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Download the app now and help us to make Jamaican roads safer.\"</p><cite>— Robert Montague</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Through the Drive Safe Campaign, Jamaicans are urged to take pictures and videos of drivers committing road breaches and post them, along with the license plate of the offending driver on the app.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Download the app now and help us to make Jamaican roads safer. You choose from a number of categories to report violations such as speeding,” Montague said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Road Safety Unit of Jamaica, Pedestrians, motorcyclists, passengers and drivers of private motor vehicles have recorded the highest number of road fatalities since the start of the year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Safia Matthews </em></strong></p>\n<!-- /wp:paragraph -->','Minister urges public to use app designed to expose bad drivers','','inherit','closed','closed','','3321-revision-v1','','','2019-08-13 17:25:44','2019-08-13 22:25:44','',3321,'https://buzz-caribbean.com/article/3321-revision-v1/',0,'revision','',0),(3474,4,'2019-08-13 17:26:45','2019-08-13 22:26:45','<!-- wp:paragraph -->\n<p>The minister&nbsp;of Transport and Mining is calling on members of the public to utilise the Drive Safe App in an effort to stomp out unruly driving.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister Robert Montague in a post on his social media page called on members of the public to start using the app.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3470} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Montague-2-1024x571.jpg\" alt=\"\" class=\"wp-image-3470\" /><figcaption>Transport Minister Robert Montague wants the public to increase their use of the Drive Safe App.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Download the app now and help us to make Jamaican roads safer.\"</p><cite>— Robert Montague</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Through the Drive Safe Campaign, Jamaicans are urged to take pictures and videos of drivers committing road breaches and post them, along with the license plate of the offending driver on the app.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Download the app now and help us to make Jamaican roads safer. You choose from a number of categories to report violations such as speeding,” Montague said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Road Safety Unit of Jamaica, Pedestrians, motorcyclists, passengers and drivers of private motor vehicles have recorded the highest number of road fatalities since the start of the year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Safia Matthews </em></strong></p>\n<!-- /wp:paragraph -->','Minister urges public to use app designed to nab bad drivers','','inherit','closed','closed','','3321-revision-v1','','','2019-08-13 17:26:45','2019-08-13 22:26:45','',3321,'https://buzz-caribbean.com/article/3321-revision-v1/',0,'revision','',0),(3476,14,'2019-08-13 17:39:23','2019-08-13 22:39:23','<!-- wp:paragraph -->\n<p>Jik-Reuben Pringle is a 27-year-old Jamaican photographer, who is known for his captivating story-telling portraits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":582} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-1.jpg\" alt=\"\" class=\"wp-image-582\" /><figcaption>The \'Visual Ninja\' himself (Photo contributed: Jik-Reuben Pringle)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Personally, photography is an important channel of\ncommunicating. Not everyone can feel from just reading but [people] definitely\nget sparked or triggered from a visual representation of a message,” he\nexplained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":583} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-2.jpg\" alt=\"\" class=\"wp-image-583\" /><figcaption>The award-winning \'Sun and Moon Eclipse\' piece (Photo contributed: Jik-Reuben Pringle)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pringle is hailed as a ‘visual advocate’ due to his unique, bold representation of illnesses through photography.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Known in the local creative spaces as the \'Visual Ninja\', Jik-Reuben recently finished his <strong>Made for More</strong> project with Davian Bennett, which was lauded for exceptionally tackling Endometriosis and other societal topics. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":585} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-3.jpg\" alt=\"\" class=\"wp-image-585\" /><figcaption>Jik-Reuben\'s DOMZ piece (Photo contributed) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He is currently working with Sanshegay Peart (S.A.C.E) on a project/documentary to bring awareness to a rare bone disease called Osteogenesis Imprefecta.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":584} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-4.jpg\" alt=\"\" class=\"wp-image-584\" /><figcaption> Sanshegay Peart (S.A.C.E) stands as Jik-Reuben\'s muse as the pair bring awareness to Osteogenesis Imperfecta (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“My influences definitely move from various places, music, artists and even family members, some of the primary ones are members of the Reggae Revival. I love pulling references from documentaries, other art forms, such as writing, paints, and illustrations,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He named two recent influences, Justice Mukheli and Andre D.\nWagner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I did always peep the works of Ansel Adams, Gordon Parks\nand my mentor lizzy brown (yes in all lower case, that’s her vibe). It was in\nplanning for that project I discovered how I could use portraits to uplift and\nhighlight the black woman.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is currently working on a potential 10-year anniversary\npiece that will go on exhibit in October 2020.</p>\n<!-- /wp:paragraph -->','\'Visual Ninja\': Compelling stories through photography','','inherit','closed','closed','','581-revision-v1','','','2019-08-13 17:39:23','2019-08-13 22:39:23','',581,'https://buzz-caribbean.com/article/581-revision-v1/',0,'revision','',0),(3479,14,'2019-08-13 17:46:53','2019-08-13 22:46:53','','Alicia Burke Pulse Buzz 2','','inherit','closed','closed','','alicia-burke-pulse-buzz-2','','','2019-08-13 17:46:53','2019-08-13 22:46:53','',2458,'https://buzz-caribbean.com/app/uploads/2019/08/alicia-burke-pulse-buzz-2.jpg',0,'attachment','image/jpeg',0),(3482,14,'2019-08-13 18:19:04','2019-08-13 23:19:04','','scientists-buzz-demo','','inherit','closed','closed','','scientists-buzz-demo','','','2019-08-13 18:19:04','2019-08-13 23:19:04','',909,'https://buzz-caribbean.com/app/uploads/2019/08/scientists-buzz-demo.jpg',0,'attachment','image/jpeg',0),(3483,14,'2019-08-13 18:21:11','2019-08-13 23:21:11','','coding-closeup-buzz-demo','','inherit','closed','closed','','coding-closeup-buzz-demo','','','2019-08-13 18:21:11','2019-08-13 23:21:11','',909,'https://buzz-caribbean.com/app/uploads/2019/08/coding-closeup-buzz-demo.jpg',0,'attachment','image/jpeg',0),(3485,14,'2019-08-13 18:25:09','2019-08-13 23:25:09','','metal-sparks-buzz-demo','','inherit','closed','closed','','metal-sparks-buzz-demo','','','2019-08-13 18:25:09','2019-08-13 23:25:09','',909,'https://buzz-caribbean.com/app/uploads/2019/08/metal-sparks-buzz-demo.jpg',0,'attachment','image/jpeg',0),(3486,14,'2019-08-13 18:28:49','2019-08-13 23:28:49','<!-- wp:image {\"id\":946} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/machine-learning-demo.jpeg\" alt=\"\" class=\"wp-image-946\" /><figcaption>Artist\'s impression of artificial intelligence (Photo contributed: HackerNoon.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Armed with just the language of thousands of research papers, machine learning (ML) has been credited with discoveries never made by human scientists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3482} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/scientists-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-3482\" /><figcaption>A scientist hard at work in a laboratory (Photo contributed: Pexels.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The discoveries were&nbsp;<a href=\"https://www.nature.com/articles/s41586-019-1335-8.epdf?referrer_access_token=xnIXloemAjCocfXIt9dQ49RgN0jAjWel9jnR3ZoTv0P9QxlcO86f_GXZRxwYijrqa11Mx55SgniZXv55YKOR_sn816NK2x0O46Vim16XrS-SjyP9GMXeDQinUN75ES6enlxK__J5UabR6JdgR19bZSVLL5ZsK8146qMcipEbItW65C8aSk29Q_BfrKz4Gb5-kjz3m7dIaoRxs3e1I6qW4022QZ6aZMaOPxlATK7OOqj8lrhj-yufvROMPdStMZjAEK-efja6SfW5n-6xhZuV33BrlHdxmu8yxCQg-Mpomv4_WY2o4OqyFsbpNr_j-R-9&amp;tracking_referrer=www.vice.com\" target=\"_blank\" rel=\"noreferrer noopener\">publicised on July 3</a>,\nafter researchers from the Lawrence Berkeley National Laboratory in California\nused an algorithm,&nbsp;<em>Word2Vec</em>, to sift through scientific papers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The researchers were hoping the ML would make connections humans had missed – and it found them!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the study, the algorithm processed&nbsp;a vocabulary of about\n500,000 words related to material science&nbsp;– spitting out predictions for\npossible thermoelectric materials, which convert heat to energy and are used in\nmany heating and cooling applications.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3483} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/coding-closeup-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-3483\" /><figcaption>(Photo contributed: Pexels.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The most impressive part of the study was the algorithm didn’t\nknow the definition of ‘thermoelectric’ and received no training in materials\nscience.&nbsp;<strong><em>Mind. Blown.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Using only word associations, the algorithm was able to provide\ncandidates for future thermoelectric materials, some of which may be better\nthan those humankind currently uses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3485} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/metal-sparks-buzz-demo.jpg\" alt=\"\" class=\"wp-image-3485\" /><figcaption>(Photo contributed: Pexels.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It’s a very promising prospect for the future of heating and\ncooling systems as the algorithm was able to understand complex concepts such\nas the periodic table and the chemical structure of molecules.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the study, published in Nature, in some cases,\nwords were linked to thermoelectric concepts but had never been written about\nas ‘thermoelectric’ in any abstract they surveyed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>How cool is that!</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Okay, so not quite <strong><em>Skynet</em></strong>, but the discoveries made by the algorithm were significant, as this gap in knowledge is hard to catch with a human eye, but easy for an ML to spot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here\'s to the future <strong>BUZZhive</strong>! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What do you think of these latest developments? Leave your thoughts in the comments below!</p>\n<!-- /wp:paragraph -->','Machine makes discoveries missed by scientists','','inherit','closed','closed','','909-revision-v1','','','2019-08-13 18:28:49','2019-08-13 23:28:49','',909,'https://buzz-caribbean.com/article/909-revision-v1/',0,'revision','',0),(3488,14,'2019-08-13 18:44:08','2019-08-13 23:44:08','<!-- wp:image {\"id\":323} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/flying-into-sunset-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-323\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Summer’s here and with it the age-old question on many Jamaican minds: <strong><em>\"Where to unravel for my vacation?\"</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For many Jamaicans who’ve experienced nearly all the island has to offer, the next best bet is to travel overseas – and enjoy the sights, sounds, tastes and feels of another country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Outside of the usual favourites of the United States, Canada, and the United Kingdom, there are also many other countries that provide less-stringent access with visa-free travel all year round!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":325} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jamaica-passport-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-325\" /><figcaption>Jamaican passports (Photo contributed: Shea Powell, TheWorldUpCloser.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As of March 2019, Jamaican citizens had visa-free or visa on arrival access to 84 countries and territories.  According to the <a href=\"https://www.henleypassportindex.com/passport\">Henley Passport Index</a>, the Jamaican passport is ranked 63rd in the world in terms of travel freedom. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now, with the declaration of a visa waiver agreement between Jamaica and Ghana this July, the African country joins an impressive list of 84 countries and 11 disputed territories where Jamaicans are welcomed with open arms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Think you know them all? Well, here’s your challenge!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Try to come up with as many countries where visa-free travel is possible for Jamaicans before scrolling further (We double dare you).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":328} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/world-map-demo-1024x610.jpg\" alt=\"\" class=\"wp-image-328\" /><figcaption>World map (Photo contributed: CIA, Political map of the world) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How many did you come up with…10…20…40…95?!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve thought about expanding your horizons or are already a step closer to experiencing a new cultural frontier,&nbsp;<strong>BUZZ</strong>&nbsp;presents a comprehensive list of all 95 countries across the world where just your Jamaican passport is needed to enjoy a well-needed vacation:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>NB: This list is broken down into three categories: Visa-free access (*), Visa supplied on arrival (!), and e-Visas (an official document issued online by respective Immigration Departments or Foreign Ministries that allows for Jamaicans to enter and travel.)</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Bahrain (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Azerbaijan (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Comoros (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Cote d’Ivoire</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Argentina (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Antigua and Barbuda (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Barbados (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Bangladesh (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Cook Islands (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Macau (!) [Territory of China]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>11. Palestine (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>12. Northern Cyprus [Territory of Turkey] (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>13. Curacao (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>14. Hong Kong (*) [Territory of China]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>15. Niue (*) [Territory of New Zealand]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>16. Monserrat (*) [Territory of the United Kingdom]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>17. Zimbabwe (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>18. Venezuela (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>19. Uganda (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>20. Trinidad and Tobago (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>21. Tuvalu (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>22. Serbia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>23. St. Vincent and the Grenadines (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>24. St. Lucia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>25. St. Kitts &amp; Nevis (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>26. Peru (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>27. Niger (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>28. Madagascar (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>29. Kiribati (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>30. Jordan (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>31. Myanmar (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>32. Seychelles (visitor’s permit on arrival)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>33. Palau (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>34. Mexico (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>35. Lesotho (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>36. Israel (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>37. Kenya (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>38. Nicaragua (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>39. Malaysia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>40. Kyrgyzstan (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>41. South Korea (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>42. Togo (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>43. Suriname (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>44. Mozambique (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>45. Tajikistan (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>46. Sao Tome &amp; Principe (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>47. Rwanda (either visa on arrival/eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>48. Panama (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>49. Micronesia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>50. Nepal (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>51. South Africa (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>52. Sri Lanka (either eVisa/visa on arrival)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>53. Papua New Guinea (visitor permit)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>54. Qatar (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>55. Senegal (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>56. Pitcairn Islands (*) [Territory of the United Kingdom]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>57. Somaliland (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>58. Russia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>59. Mauritania (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>60. Guyana (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>61. Indonesia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>62. Laos (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>63. Timor-Leste (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>64. Zambia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>65. Mauritius (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>66. Namibia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>67. India (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>68. Guinea-Bissau (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>69. Grenada (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>70. Malawi (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>71. Philippines (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>72. Somalia (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>73. Tanzania (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>74. Vanuatu (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>75. Transnistria (*) [formerly part of Moldova, now known as Pridnestrovian Moldavian Republic]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>76. Samoa (entry permit on arrival)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>77. Haiti (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>78. Iran (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>79. The Maldives (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>80. Sierra Leone (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>81. Singapore (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>82. Turkey (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>83. Uruguay (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>84. South Ossetia [formerly northern territory of Georgia in Europe]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>85. Georgia (eVisa) [not to be confused with the US state of Georgia]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>86. The Gambia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>87. Gabon (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>88. Fiji (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>89. Eswatini, also known as Swaziland (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>90. Ethiopia (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>91. Ecuador (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>92. Dominica (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>93. Dominican Republic (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>94. Djibouti (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>95. As of July 2019, Ghana!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How many of these countries have you visited? Which listing surprised you? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us know where your next adventure will be in the comments section below!</p>\n<!-- /wp:paragraph -->','Buzz Travel: Visa-free countries Jamaicans can visit','','inherit','closed','closed','','321-revision-v1','','','2019-08-13 18:44:08','2019-08-13 23:44:08','',321,'https://buzz-caribbean.com/article/321-revision-v1/',0,'revision','',0),(3490,4,'2019-08-13 18:58:38','2019-08-13 23:58:38','<!-- wp:paragraph -->\n<p>The district of Woodside in St Mary was selected as the winner of the Carib Cement Build Your Community competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rural community was awarded a $5 million infrastructural development project at the Carib Cement Sports Club in East Kingston on Tuesday. Woodside was selected out of a total of 46 communities from across the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The money will be used to enhance the community’s ancestral gardens, which has served as an attraction for locals, tourists and students alike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Community elder, Erna Brodber, said the community was grateful for the honour. “The young people were leaving but what is there to hold them? At least now some of them can get work,” Brodber said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Carib Cement Communications and Community Outreach manager Klao Bell-Lewis said the company is committed to community development. “Carib Cement seeks to contribute to Goal One of Jamaica’s Vision 2030 and Goal 11 of the United Nations Sustainable Development Goal which both recognises the importance of safe inclusive and acceptable public spaces and their role in contributing to healthy lifestyles and communities,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Here are some interesting facts about Woodside</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>The community of Woodside was declared a national heritage site in 2015. It was once home to the Tainos who carved out steps from solid rock from the 18th century in order to access water. Woodside was also the site of a slave plantation where coffee was grown and also the home of an ancient St<em>. </em>Gabriel’s Anglican Church. It\'s famous site known as Daddy Rock was a spot where the slaves used to gather to host their religious ceremonies and plot insurrections. The community is known for its heritage tourism and hosted students from North American Universities, descendants of the Tainos from Puerto Rico and other Caribbean nations, black Americans as well as local high school and university students. It also has an extensive cave network that was used by the Tainos and still has carvings inside its walls. Woodside was once built on the farming of bananas but now that the crop is no longer the mainstay of the district’s economy, the project will allow the residents to breathe again.</li></ul>\n<!-- /wp:list -->','Woodside tops Carib Cement Build Your Community competition','','inherit','closed','closed','','3384-revision-v1','','','2019-08-13 18:58:38','2019-08-13 23:58:38','',3384,'https://buzz-caribbean.com/article/3384-revision-v1/',0,'revision','',0),(3491,4,'2019-08-13 19:02:44','2019-08-14 00:02:44','','Tainos-steps','','inherit','closed','closed','','tainos-steps','','','2019-08-13 19:02:44','2019-08-14 00:02:44','',3384,'https://buzz-caribbean.com/app/uploads/2019/08/Tainos-steps.jpg',0,'attachment','image/jpeg',0),(3492,4,'2019-08-13 19:08:33','2019-08-14 00:08:33','<!-- wp:paragraph -->\n<p>The district of Woodside in St Mary was selected as the winner of the Carib Cement Build Your Community competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rural community was awarded a $5 million infrastructural development project at the Carib Cement Sports Club in East Kingston on Tuesday. Woodside was selected out of a total of 46 communities from across the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The money will be used to enhance the community’s ancestral gardens, which has served as an attraction for locals, tourists and students alike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Community elder, Erna Brodber, said the community was grateful for the honour. “The young people were leaving but what is there to hold them? At least now some of them can get work,” Brodber said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Carib Cement Communications and Community Outreach manager Klao Bell-Lewis said the company is committed to community development. “Carib Cement seeks to contribute to Goal One of Jamaica’s Vision 2030 and Goal 11 of the United Nations Sustainable Development Goal which both recognises the importance of safe inclusive and acceptable public spaces and their role in contributing to healthy lifestyles and communities,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Here are some interesting facts about Woodside</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":3491} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tainos-steps.jpg\" alt=\"\" class=\"wp-image-3491\" /><figcaption>The Tainos carved out steps from solid rock in the hills. (Photo: Facebook/Educatours)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>The community of Woodside was declared a national heritage site in 2015.</li><li>It was once home to the Tainos who carved out steps from solid rock from the 18th century in order to access water.</li><li>Woodside was also the site of a slave plantation where coffee was grown and also the home of an ancient St<em>. </em>Gabriel’s Anglican Church. It\'s famous site known as Daddy Rock was a spot where the slaves used to gather to host their religious ceremonies and plot insurrections. The community is known for its heritage tourism and hosted students from North American Universities, descendants of the Tainos from Puerto Rico and other Caribbean nations, black Americans as well as local high school and university students. It also has an extensive cave network that was used by the Tainos and still has carvings inside its walls. Woodside was once built on the farming of bananas but now that the crop is no longer the mainstay of the district’s economy, the project will allow the residents to breathe again.</li></ul>\n<!-- /wp:list -->','Woodside tops Carib Cement Build Your Community competition','','inherit','closed','closed','','3384-revision-v1','','','2019-08-13 19:08:33','2019-08-14 00:08:33','',3384,'https://buzz-caribbean.com/article/3384-revision-v1/',0,'revision','',0),(3493,4,'2019-08-13 19:19:37','2019-08-14 00:19:37','<!-- wp:paragraph -->\n<p>The district of Woodside in St Mary was selected as the winner of the Carib Cement Build Your Community competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rural community was awarded a $5 million infrastructural development project at the Carib Cement Sports Club in East Kingston on Tuesday. Woodside was selected out of a total of 46 communities from across the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The money will be used to enhance the community’s ancestral gardens, which has served as an attraction for locals, tourists and students alike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Community elder, Erna Brodber, said the community was grateful for the honour. “The young people were leaving but what is there to hold them? At least now some of them can get work,” Brodber said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Carib Cement Communications and Community Outreach manager Klao Bell-Lewis said the company is committed to community development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Carib Cement seeks to contribute to Goal One of Jamaica’s Vision 2030 and Goal 11 of the United Nations Sustainable Development Goal which both recognises the importance of safe inclusive and acceptable public spaces and their role in contributing to healthy lifestyles and communities,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Here are some interesting facts about Woodside</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":3491} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tainos-steps.jpg\" alt=\"\" class=\"wp-image-3491\" /><figcaption>The Tainos carved out steps from solid rock in the hill. (Photo: Facebook/Educatours)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>The community of Woodside was declared a national heritage site in 2015.</li><li>It was once home to the Tainos who carved out steps from solid rock from the 18th century in order to access water.</li><li>Woodside was also the site of a slave plantation where coffee was grown.</li><li>Its famous site known as Daddy Rock was a spot where the slaves used to gather to host their religious ceremonies and plot insurrections.</li><li>The community is known for its heritage tourism and hosted students from North American Universities, descendants of the Tainos from Puerto Rico aamong others.</li><li> It also has an extensive cave network that was used by the Tainos and still has carvings inside its walls.</li></ul>\n<!-- /wp:list -->','Woodside tops Carib Cement Build Your Community competition','','inherit','closed','closed','','3384-revision-v1','','','2019-08-13 19:19:37','2019-08-14 00:19:37','',3384,'https://buzz-caribbean.com/article/3384-revision-v1/',0,'revision','',0),(3494,4,'2019-08-13 19:19:53','2019-08-14 00:19:53','<!-- wp:paragraph -->\n<p>The district of Woodside in St Mary was selected as the winner of the Carib Cement Build Your Community competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rural community was awarded a $5 million infrastructural development project at the Carib Cement Sports Club in East Kingston on Tuesday. Woodside was selected out of a total of 46 communities from across the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The money will be used to enhance the community’s ancestral gardens, which has served as an attraction for locals, tourists and students alike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Community elder, Erna Brodber, said the community was grateful for the honour. “The young people were leaving but what is there to hold them? At least now some of them can get work,” Brodber said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Carib Cement Communications and Community Outreach manager Klao Bell-Lewis said the company is committed to community development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Carib Cement seeks to contribute to Goal One of Jamaica’s Vision 2030 and Goal 11 of the United Nations Sustainable Development Goal which both recognises the importance of safe inclusive and acceptable public spaces and their role in contributing to healthy lifestyles and communities,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Here are some interesting facts about Woodside</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":3491} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tainos-steps.jpg\" alt=\"\" class=\"wp-image-3491\" /><figcaption>The Tainos carved out steps from solid rock in the hill. (Photo: Facebook/Educatours)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>The community of Woodside was declared a national heritage site in 2015.</li><li>It was once home to the Tainos who carved out steps from solid rock from the 18th century in order to access water.</li><li>Woodside was also the site of a slave plantation where coffee was grown.</li><li>Its famous site known as Daddy Rock was a spot where the slaves used to gather to host their religious ceremonies and plot insurrections.</li><li>The community is known for its heritage tourism and hosted students from North American Universities, descendants of the Tainos from Puerto Rico among others.</li><li> It also has an extensive cave network that was used by the Tainos and still has carvings inside its walls.</li></ul>\n<!-- /wp:list -->','Woodside tops Carib Cement Build Your Community competition','','inherit','closed','closed','','3384-revision-v1','','','2019-08-13 19:19:53','2019-08-14 00:19:53','',3384,'https://buzz-caribbean.com/article/3384-revision-v1/',0,'revision','',0),(3495,9,'2019-08-13 19:28:33','2019-08-14 00:28:33','<!-- wp:image {\"id\":2943} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hot-weather-temperature-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-2943\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This July was the hottest month across the world ever recorded, according to a European Union (EU) observation satellite. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The World Meteorological Organisation (WMO) further corroborated this data.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Copernicus Climate Change Service has calculated that last month surpassed July 2016 as the hottest month on record, beating it by about 0.04 Celsius.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“July has rewritten climate history with dozens of new temperature records at the local, national and global level. This is not science fiction. It is the reality of climate change. It is happening now and it will worsen in the future without urgent climate action,” said Secretary-General of the World Meteorological Organisation, Petteri Taalas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Antonio Guterres, who is the UN Secretary-General, further added: “ We have always lived through hot summers, but this is not the summer of our youth. This is not your grandfather’s summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2944} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hot-sun-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-2944\" /><figcaption>(Photo contributed, Pexely.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“All of this means that we are on track for the period from 2015 to 2019 to be the five hottest years on record.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZhive</strong>! Are you feeling the heat? How are you cooling down this summer? Let us know in the comments.</p>\n<!-- /wp:paragraph -->','This July hottest ever recorded','','inherit','closed','closed','','2704-revision-v1','','','2019-08-13 19:28:33','2019-08-14 00:28:33','',2704,'https://buzz-caribbean.com/article/2704-revision-v1/',0,'revision','',0),(3496,9,'2019-08-13 19:28:47','2019-08-14 00:28:47','<!-- wp:image {\"id\":2949} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sweating-demo-buzz-1024x582.jpg\" alt=\"\" class=\"wp-image-2949\" /><figcaption>*sweating intensifies* (Photo contributed, Texas A&amp;M Health Science Centre)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>Whew!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What a scorcher! And some say there’s no such thing as global warming?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>June 2019 was the hottest June on record for Earth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the National Oceanic and Atmospheric Administration (NOAA), the average global temperature in June was 1.71 degrees Fahrenheit above the 20th century average of 59.9 degrees.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This figure made it the hottest June in 140 years of record-keeping <br>according to scientists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2950} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hot-sun-at-dawn-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-2950\" /><figcaption>(Photo contributed, Pexely.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ominously, 9 of the 10 hottest Junes have happened since 2010.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both NASA and NOAA confirmed that 2016 was the hottest year on record. That year the planet also experienced record high temperatures for the third consecutive year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Action is urgently needed at the world, federal, state and local levels to rapidly cut fossil fuel pollution and to protect and rebuild naturally stored carbon,” said climate scientist and president of Woods Hole Research Center, Dr Phil Duffy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Is global warming real or is according to President Trump a “ hoax”?&nbsp; Tell us at <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','It’s gettin\' hot in herre! June was hottest on record for Earth','','inherit','closed','closed','','2596-revision-v1','','','2019-08-13 19:28:47','2019-08-14 00:28:47','',2596,'https://buzz-caribbean.com/article/2596-revision-v1/',0,'revision','',0),(3501,15,'2019-08-13 20:12:56','2019-08-14 01:12:56','<!-- wp:image {\"id\":3510} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-nomination-day2019-buzz-demo.jpg\" alt=\"\" class=\"wp-image-3510\" /><figcaption>People\'s National Party (PNP) Presidents Dr Peter Phillips (centre) greets supporters on Nomination Day in Kingston.  He is joined by Damion Crawford (left) and Wykeham McNeill (right) (Photo:  Contributed/Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>And there you have it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pollster Bill Johnson latest poll reveals that the current Leader of the PNP, Dr. Peter Phillips would be in a tie against an Andrew Holness-led JLP if a general election was called right now.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The poll was conducted for “One PNP” the faction that supports Dr Phillips in his battle to retain the leadership of the party against aspirant Peter Bunting. With a sample size of 1,008 the poll was done across 84 communities between August 2 and 4 with a margin of error of plus or minus three per cent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The One PNP camp will take comfort that Bill Johnson’s poll revealed that if the party were to be led by Peter Bunting, it would lose by nine per cent in a general election. Commenting on this latest poll’s findings and vociferously declaring her support for Dr Peter Phillips, PNP’s Foreign Affairs spokesperson Lisa Hanna said that the impression given that Dr Phillips was an electoral liability and would be routed in a general election was wrong.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3515} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lisa-hanna-peter-phillips-buzz-demo.jpg\" alt=\"\" class=\"wp-image-3515\" /><figcaption>PNP’s Foreign Affairs spokesperson Lisa Hanna (right). Hanna is one of several high-ranking members of the party who supports of Dr Peter Phillips\' (pictured left) One PNP campaign. (Photo: Contributed/Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"If an election were called now the PNP is in striking distance of removing the JLP.\"</p><cite>— Lisa Hanna</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>On this matter she is reported to have said at the poll findings unveiled at the Spanish Court Hotel in Kingston on Monday, “Well I want to tell all of you that that is a lie and that premise was destroyed two days ago, because what you are now seeing is that the country of Jamaica has said Comrade Peter David Phillips is in a statistical dead heat with Andrew Holness of the JLP. In other words, if an election were called now the PNP is in striking distance of removing the JLP,” Hanna asserted.</p>\n<!-- /wp:paragraph -->','Dr. Phillips stands better chance of defeating JLP - Bill Johnson','','publish','closed','closed','','dr-phillips-stands-better-chance-of-defeating-jlp-bill-johnson','','','2019-08-13 22:56:11','2019-08-14 03:56:11','',0,'https://buzz-caribbean.com/?p=3501',0,'post','',0),(3502,4,'2019-08-13 20:02:01','2019-08-14 01:02:01','<!-- wp:paragraph -->\n<p>Jeremy Meeks and Chloe Green have reportedly split, after two years together, and 14 months after the birth of their son Jayden.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3503} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jeremy-Meeks-and-Chloe-Green.jpg\" alt=\"\" class=\"wp-image-3503\" /><figcaption>Chloe Green and Jeremy Meeks.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 35-year-old model and the Topshop heiress are believed to have called time on their two-year romance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source told Us Weekly magazine: \"They split about two months ago, but are off and on still speaking.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The publication reports Chloe, 28, is now trying to sell their shared London home. News of the split comes just over a year after Jeremy finalised his divorce from his ex-wife Melissa, with whom he has 10-year-old son Jeremy Jr.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Former gang member Jeremy found fame in 2014 after his mugshot went viral and he was dubbed the \"world\'s hottest felon\". He served two years in prison for possession of a semi-automatic pistol and landed a modelling contract after he was released.</p>\n<!-- /wp:paragraph -->','Jeremy Meeks and Chloe Green split','','publish','closed','closed','','jeremy-meeks-and-chloe-green-split','','','2019-08-13 20:02:01','2019-08-14 01:02:01','',0,'https://buzz-caribbean.com/?p=3502',0,'post','',0),(3503,4,'2019-08-13 19:44:36','2019-08-14 00:44:36','','Chloe Green and Jeremy Meeks seen in Paris on the first day of Haute Couture Spring Summer 2018 shows at Paris Fashion Week','173310, Chloe Green and Jeremy Meeks seen in Paris on the first day of Haute Couture Spring Summer 2018 shows at Paris Fashion Week. Paris, France - Monday January 22, 2018.  Photograph: © Palace Lee, PacificCoastNews. Los Angeles Office (PCN): +1 310.822.0419 UK Office (Avalon): +44 (0) 20 7421 6000','inherit','closed','closed','','chloe-green-and-jeremy-meeks-seen-in-paris-on-the-first-day-of-haute-couture-spring-summer-2018-shows-at-paris-fashion-week','','','2019-08-13 19:44:36','2019-08-14 00:44:36','',3502,'https://buzz-caribbean.com/app/uploads/2019/08/Jeremy-Meeks-and-Chloe-Green.jpg',0,'attachment','image/jpeg',0),(3504,11,'2019-08-13 19:44:52','2019-08-14 00:44:52','<!-- wp:paragraph -->\n<p>Leon Bailey\'s customised Benz Brabus coupe is the latest luxury car turning heads on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The footballer, who plays for Bayern Leverkusen in the German Bundesliga, shelled out the estimated equivalent of  J$120 million to purchase, customise and import the vehicle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"711\"],\"columns\":1} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-1-1024x683.jpg\" alt=\"\" data-id=\"711\" data-link=\"https://buzz-caribbean.com/?attachment_id=711\" class=\"wp-image-711\" /><figcaption>Photos by Don Weysome</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Bailey posted a photo of his 800 horsepower machine on his Instagram page with the line, \"Man neva born inna&nbsp; luxury, a just hard work and Father God.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bz6LAOxIGdm/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bz6LAOxIGdm/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>His adopted father and boss of Phoenix Football Academy, Craig Butler, gave<strong> Buzz Caribbean</strong> a tour of the vehicle recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"720\",\"721\",\"722\",\"723\",\"727\"],\"columns\":5} -->\n<ul class=\"wp-block-gallery columns-5 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus5-1-1024x683.jpg\" alt=\"\" data-id=\"720\" data-link=\"https://buzz-caribbean.com/?attachment_id=720\" class=\"wp-image-720\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus7-1024x683.jpg\" alt=\"\" data-id=\"721\" data-link=\"https://buzz-caribbean.com/?attachment_id=721\" class=\"wp-image-721\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-3-1-1024x683.jpg\" alt=\"\" data-id=\"722\" data-link=\"https://buzz-caribbean.com/?attachment_id=722\" class=\"wp-image-722\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Brabus6-1024x683.jpg\" alt=\"\" data-id=\"723\" data-link=\"https://buzz-caribbean.com/?attachment_id=723\" class=\"wp-image-723\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/leon-bailey.jpg\" alt=\"\" data-id=\"727\" data-link=\"https://buzz-caribbean.com/?attachment_id=727\" class=\"wp-image-727\" /><figcaption>Leon Bailey</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p> <br></p>\n<!-- /wp:paragraph -->','Leon Bailey lands $120 million Benz in the island','','inherit','closed','closed','','700-revision-v1','','','2019-08-13 19:44:52','2019-08-14 00:44:52','',700,'https://buzz-caribbean.com/article/700-revision-v1/',0,'revision','',0),(3505,4,'2019-08-13 19:46:47','2019-08-14 00:46:47','<!-- wp:paragraph -->\n<p>Jeremy Meeks\nand Chloe Green have reportedly split, after two years together and 14 months\nafter the birth of their son Jayden. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3503} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jeremy-Meeks-and-Chloe-Green.jpg\" alt=\"\" class=\"wp-image-3503\" /><figcaption>Chloe Green and Jeremy Meeks.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 35-year-old model and the Topshop heiress are believed to have called time on their two year romance, 14 months after the birth of their son Jayden, who is their first child together.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source told Us Weekly magazine: \"They split about two months ago, but are off and on still speaking.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The publication reports Chloe, 28, is now trying to sell their shared London home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>News of the split comes just over a year after Jeremy finalised his divorce from his ex-wife Melissa - with whom he has 10-year-old son Jeremy Jr. - in June last year, following his decision to ask the courts to speed up the process in March.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In court documents, he said: \"There has been a complete breakdown of the marriage and no further time or assistance will save the marriage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Both parties are ready to end the marriage and have marital status terminated.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His divorce was finalised just weeks after the birth of Jayden, whom he and Chloe announced the arrival of in early June last year, following his May 29 birth.<br> <br> They wrote in identical posts: \"We are pleased to announce the birth of our beautiful baby boy Jayden Meeks-Green. Born May 29th 2018. Mommy and Baby both doing well. We kindly ask to respect our privacy Please. Much love Chloe &amp; Jeremy. (sic)\"<br> <br> Jeremy and Chloe met in 2017 when the model was still married to Melissa, and Chloe confirmed their romance in July that year with a post on Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She wrote at the time: \"Just the Beginning... We appreciate all the love and the hate.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Former gang member Jeremy found fame in 2014 after his mugshot went viral and he was dubbed the \"world\'s hottest felon\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He served two years in prison for possession of a semi-automatic pistol and landed a modelling contract after he was released.</p>\n<!-- /wp:paragraph -->','Jeremy Meeks and Chloe Green split','','inherit','closed','closed','','3502-revision-v1','','','2019-08-13 19:46:47','2019-08-14 00:46:47','',3502,'https://buzz-caribbean.com/article/3502-revision-v1/',0,'revision','',0),(3508,9,'2019-08-13 20:01:18','2019-08-14 01:01:18','<!-- wp:image {\"id\":1918} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-A-1024x683.jpg\" alt=\"\" class=\"wp-image-1918\" /><figcaption>Sanjay Nelson is the owner of  Jae Epic Designer Trendy Fashion Collection. (Photos: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sanjay\nNelson’s small stature made it difficult for clothing to fit him the way he\nwanted them to. So, it was\nno surprise that when he was 14 years old he began\naltering his garments by hand. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite being\ntalented in fashion, Nelson was more fixated on football. And after leaving Seaforth\nHigh School in St Thomas, he went on to work in a supermarket, before landing a\njob at beverage company Wisynco. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1919} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-BB.jpg\" alt=\"\" class=\"wp-image-1919\" /><figcaption>Sanjay Nelson did a course in fashion designing last year. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After\nignoring his gift for quite some time, 22-year-old Nelson, who lives in\nPortmore, St Catherine, eventually asked his dad to purchase a sewing machine for\nhim although he did not know how to use one.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  “After I posted my work on Instagram, I have been getting calls from all<br> over.” </p><cite>— Sanjay Nelson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>While he was at home waiting to get a call from the Heart Garmex Academy, one of his friends told him that a popular sandals company in Kingston wanted someone to stitch leather. Even though he needed the job, Nelson said he was elated when the institution contacted him in August 2018 to do a course in fashion designing. <br> <br>“I need the understanding to construct patterns and designs, that’s why I go to school,” said the father of a two-year-old boy. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1923,1922]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-DDDD-1024x683.jpg\" alt=\"\" data-id=\"1923\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/sanjay-nelson-dddd/\" class=\"wp-image-1923\" /><figcaption>Epic Rigs have been worn by numerous Jamaican celebrities. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-CCC-1024x683.jpg\" alt=\"\" data-id=\"1922\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/sanjay-nelson-ccc/\" class=\"wp-image-1922\" /><figcaption>Sanjay Nelson shows off his creation. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>A year since enrolling at the Kingston-based training facility, Nelson, who is the founder of Jae Epic Designer Trendy Fashion Collection, has created a niche in the entertainment and fashion industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Inspired by the variety of chest rig bags that are trending across the world, Nelson created his line, ‘Epic Rigs’, that has been featured and worn by Jamaican celebrities like Sizzla, Chronic Law and Hot Frass. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1920,1921]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190729-WA0003-768x1024.jpg\" alt=\"\" data-id=\"1920\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/img-20190729-wa0003-2/\" class=\"wp-image-1920\" /><figcaption> Sizzla sporting one of Sanjay Nelson\'s pieces.  </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190729-WA0006.jpg\" alt=\"\" data-id=\"1921\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/img-20190729-wa0006-2/\" class=\"wp-image-1921\" /><figcaption> Entertainer Hot Frass makes a statement with one of the \'Epic Rigs\'. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“After I posted my work on Instagram, I have been getting calls from all over,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Emphasising on his love for patterns, Nelson, who plans to further his studies in fashion designing, said he is looking forward to creating tuxedos and bridal gowns.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=Ft2HVqVOhuY\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Ft2HVqVOhuY&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Jamaican designer pushes \'bulletproof\' swag','','inherit','closed','closed','','1082-revision-v1','','','2019-08-13 20:01:18','2019-08-14 01:01:18','',1082,'https://buzz-caribbean.com/article/1082-revision-v1/',0,'revision','',0),(3509,4,'2019-08-13 20:02:01','2019-08-14 01:02:01','<!-- wp:paragraph -->\n<p>Jeremy Meeks and Chloe Green have reportedly split, after two years together, and 14 months after the birth of their son Jayden.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3503} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jeremy-Meeks-and-Chloe-Green.jpg\" alt=\"\" class=\"wp-image-3503\" /><figcaption>Chloe Green and Jeremy Meeks.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 35-year-old model and the Topshop heiress are believed to have called time on their two-year romance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source told Us Weekly magazine: \"They split about two months ago, but are off and on still speaking.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The publication reports Chloe, 28, is now trying to sell their shared London home. News of the split comes just over a year after Jeremy finalised his divorce from his ex-wife Melissa, with whom he has 10-year-old son Jeremy Jr.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Former gang member Jeremy found fame in 2014 after his mugshot went viral and he was dubbed the \"world\'s hottest felon\". He served two years in prison for possession of a semi-automatic pistol and landed a modelling contract after he was released.</p>\n<!-- /wp:paragraph -->','Jeremy Meeks and Chloe Green split','','inherit','closed','closed','','3502-revision-v1','','','2019-08-13 20:02:01','2019-08-14 01:02:01','',3502,'https://buzz-caribbean.com/article/3502-revision-v1/',0,'revision','',0),(3510,15,'2019-08-13 20:03:02','2019-08-14 01:03:02','','Peter Phillips Nomination Day2019 Buzz Demo','','inherit','closed','closed','','peter-phillips-nomination-day2019-buzz-demo','','','2019-08-13 20:03:02','2019-08-14 01:03:02','',3501,'https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-nomination-day2019-buzz-demo.jpg',0,'attachment','image/jpeg',0),(3512,11,'2019-08-13 20:07:24','2019-08-14 01:07:24','','KIA Sportage','','inherit','closed','closed','','kia-sportage','','','2019-08-13 20:07:24','2019-08-14 01:07:24','',59,'https://buzz-caribbean.com/app/uploads/2019/07/KIA-Sportage.jpg',0,'attachment','image/jpeg',0),(3513,4,'2019-08-13 20:07:44','2019-08-14 01:07:44','<!-- wp:paragraph -->\n<p>Jamaicans are considered among the coolest people on Earth and many citizens, especially those traversing social media spaces, see Prime Minister Andrew Holness as our savviest leader in recent times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/42a5f8031dcddf873735dc4503b9b968/5DBC7DCA/t51.2885-15/e35/11930873_1753057154922068_81944720_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Holness\' 2015 post, dusting off a fresh pair of Desert Clarks, took social media by storm. The caption accompanying the viral photo paid homage to deejay Vybz Kartel (Photo contributed, <em>Instagram</em>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Holness, the island’s eight prime minister, continues to run\none of the most engaging platforms on social media – with many drawing\ncomparisons to Canadian PM Justin Trudeau and former US President Barack Obama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2970} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-malaki-1-1024x636.jpg\" alt=\"\" class=\"wp-image-2970\" /><figcaption>Aww! Such a sweet moment between little Makai Lawrence and PM Andrew Holness in January (Photo contributed, Twitter)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From the young to the young-at-heart, just about everywhere our PM makes an appearance, Holness’ seemingly calm and endearing aura is infectious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2964} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-builder-buzz-demo.jpg\" alt=\"\" class=\"wp-image-2964\" /><figcaption>Holness, the #Builder himself at the Jamaica Labour Party\'s 75th general conference in 2018 (Photo contributed, Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a man who understands the power of social media and digital engagement, Holness largely owes his shock 2016 general election win to his outstanding presence on Facebook, Twitter, and Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He straddles a delicate balance between being Jamaica’s ‘everyman’ and leader of Government – in a way that demands your attention and provokes your thoughts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But does Holness\' \'cool factor\' really hold up? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"className\":\"instagram-media\"} -->\n<div class=\"wp-block-image instagram-media\"><figure class=\"alignleft\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/f80b584a351b4b21d42487a06008dff6/5DAD0DD5/t51.2885-15/e35/11910553_465628773641834_974670672_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Prime Minister Andrew Holness anticipating a pitch during a game of cricket with students at the Mount Zion Primary School in St. James. (Photo contributed, <em>Instagram</em>)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Turns out, there are apparently little holes in this plot as time and time again, Holness and his team have evolved and adapted to capitalize on the use of social media and its impact on Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rolling back the clock, <strong>BUZZ</strong> has delved deep through PM Holness’ timeline, and shares some of his \'coolest moments\', since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Check out our gallery of images below</em></strong>:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"158\",\"159\",\"160\",\"161\",\"162\",\"163\",\"2966\",\"2967\",\"2968\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-negril-1-1024x651.jpg\" alt=\"\" data-id=\"158\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-negril-1/\" class=\"wp-image-158\" /><figcaption>November 2015, the then-Opposition leader sips a jelly coconut after leaving the PNP in tatters after they rejected calls for a national debate (Photos contributed, Instagram)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-nesbeth-performance1-1024x576.jpg\" alt=\"\" data-id=\"159\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-nesbeth-performance1/\" class=\"wp-image-159\" /><figcaption>Recording artiste Nesbeth hands over the chorus of his mega-hit \'My Dream\' to newly installed PM Holness at the swearing-in ceremony in March 2016 (Photo contributed, YouTube)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-family1-1024x603.jpg\" alt=\"\" data-id=\"160\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-family1/\" class=\"wp-image-160\" /><figcaption>The Holnesses embodying actibe family goals in this 2016 snap (Photo contributed, Twitter)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-norman-dunn-20171-1024x582.jpg\" alt=\"\" data-id=\"161\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-norman-dunn-20171/\" class=\"wp-image-161\" /><figcaption>\'Only we who understan\' it can cross it! No road? No problem for Andrew Holness and eventual by-election winner for South East St. Mary, Dr. Norman Dunn (Photo contributed, YouTube)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-community-football1-1024x634.jpg\" alt=\"\" data-id=\"162\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-community-football1/\" class=\"wp-image-162\" /><figcaption>Holness, while still in Opposition, chills with members of West Central St. Andrew in 2015 (Photo contributed, NegrilStories.com)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-5.55.51-PM-1024x728.jpg\" alt=\"\" data-id=\"163\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/screen-shot-2019-07-17-at-5-55-51-pm/\" class=\"wp-image-163\" /><figcaption>Selfie time! After a courtesy call with the Jamaica Prefects\' Associated in April 2019, Holness channels his inner millenial with a viral group pic (Photo contributed, Twitter) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-malaki-1024x636.jpg\" alt=\"\" data-id=\"2966\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-malaki/\" class=\"wp-image-2966\" /><figcaption>AWWWW...! Little Makai Lawrence wrote to PM Holness in December 2018 asking to meet with him, and just as a surprise for the New Year - he showed up! (Photo contributed, Twitter)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-east-portland-1024x615.jpg\" alt=\"\" data-id=\"2967\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-east-portland/\" class=\"wp-image-2967\" /><figcaption>Mutual respect between this East Portland resident and PM Holness in March (Photo contributed, Twitter)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-placehotb-tweet.jpg\" alt=\"\" data-id=\"2968\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-placehotb-tweet/\" class=\"wp-image-2968\" /><figcaption>Jamaicans have an uncanny way of finding humour out of everything - even this blistering heat! PM Holness took a different approach, offering his words of caution to the viral #PlaceHotB hashtag (Photo contributed, Twitter)</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Just a little extra <strong>BUZZ</strong>, here\'s a sitdown between PM Andrew Holness and Dancehall superstar Popcaan. The pair were on hand for the historic groundbreaking ceremony in St. Thomas earlier in June. <strong><em>See video below</em></strong>:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/andrewholnessjm/status/1143948249155477504?lang=en\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/andrewholnessjm/status/1143948249155477504?lang=en\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you believe Andrew Holness is our coolest Prime Minister? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the <strong>BUZZ</strong> comment section below!</p>\n<!-- /wp:paragraph -->','Is Andrew Holness Jamaica’s coolest Prime Minister?','','inherit','closed','closed','','124-revision-v1','','','2019-08-13 20:07:44','2019-08-14 01:07:44','',124,'https://buzz-caribbean.com/article/124-revision-v1/',0,'revision','',0),(3515,15,'2019-08-13 20:10:17','2019-08-14 01:10:17','','lisa-hanna-peter-phillips-buzz-demo','','inherit','closed','closed','','lisa-hanna-peter-phillips-buzz-demo','','','2019-08-13 20:10:17','2019-08-14 01:10:17','',3501,'https://buzz-caribbean.com/app/uploads/2019/08/lisa-hanna-peter-phillips-buzz-demo.jpg',0,'attachment','image/jpeg',0),(3517,15,'2019-08-13 20:12:56','2019-08-14 01:12:56','<!-- wp:image {\"id\":3510} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-nomination-day2019-buzz-demo.jpg\" alt=\"\" class=\"wp-image-3510\" /><figcaption>People\'s National Party (PNP) Presidents Dr Peter Phillips (centre) greets supporters on Nomination Day in Kingston.  He is joined by Damion Crawford (left) and Wykeham McNeill (right) (Photo contributed: Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>And there you have it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pollster Bill Johnson latest poll reveals that the current Leader of the PNP, Dr. Peter Phillips would be in a tie against an Andrew Holness-led JLP if a general election was called right now.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The poll was conducted for “One PNP” the faction that supports Dr Phillips in his battle to retain the leadership of the party against aspirant Peter Bunting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With a sample size of 1,008 the poll was done across 84 communities between August 2 and 4 with a margin of error of plus or minus three per cent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The One PNP camp will take comfort that Bill Johnson’s poll revealed that if the party were to be led by Peter Bunting, it would lose by nine per cent in a general election.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Commenting on this latest poll’s findings and vociferously declaring her support for Dr Peter Phillips, PNP’s Foreign Affairs spokesperson Lisa Hanna said that the impression given that Dr Phillips was an electoral liability and would be routed in a general election was wrong.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3515} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lisa-hanna-peter-phillips-buzz-demo.jpg\" alt=\"\" class=\"wp-image-3515\" /><figcaption>PNP’s Foreign Affairs spokesperson Lisa Hanna (right). Hanna is one of several high-ranking members of the party who supports of Dr Peter Phillips\' (pictured left) One PNP campaign. (Photo contributed: Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On this matter she is reported to have said at the poll findings unveiled at the Spanish Court Hotel in Kingston on Monday, “ Well I want to tell all of you that that is a lie and that premise was destroyed two days ago, because what you are now seeing is that the country of Jamaica has said Comrade Peter David Phillips is in a statistical dead heat with Andrew Holness of the JLP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In other words, if an election were called now the PNP is in striking distance of removing the JLP,” Hanna asserted.</p>\n<!-- /wp:paragraph -->','Dr. Phillips stands better chance of defeating JLP - Bill Johnson','','inherit','closed','closed','','3501-revision-v1','','','2019-08-13 20:12:56','2019-08-14 01:12:56','',3501,'https://buzz-caribbean.com/article/3501-revision-v1/',0,'revision','',0),(3518,4,'2019-08-13 20:25:39','2019-08-14 01:25:39','','Erna Brodber','','inherit','closed','closed','','erna-brodber','','','2019-08-13 20:25:39','2019-08-14 01:25:39','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Erna-Brodber.jpg',0,'attachment','image/jpeg',0),(3519,4,'2019-08-13 20:26:16','2019-08-14 01:26:16','','Erna-Brodber-1','','inherit','closed','closed','','erna-brodber-1','','','2019-08-13 20:26:16','2019-08-14 01:26:16','',3384,'https://buzz-caribbean.com/app/uploads/2019/08/Erna-Brodber-1.jpg',0,'attachment','image/jpeg',0),(3521,4,'2019-08-13 20:29:09','2019-08-14 01:29:09','<!-- wp:paragraph -->\n<p>The district of Woodside in St Mary was selected as the winner of the Carib Cement Build Your Community competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rural community was awarded a $5 million infrastructural development project at the Carib Cement Sports Club in East Kingston on Tuesday. Woodside was selected out of a total of 46 communities from across the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The money will be used to enhance the community’s ancestral gardens, which has served as an attraction for locals, tourists and students alike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Community elder, Erna Brodber, said the community was grateful for the honour. “The young people were leaving but what is there to hold them? At least now some of them can get work,” Brodber said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3519} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Erna-Brodber-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3519\" /><figcaption>Woodside community member Erna Brodber speaking during the function at Carib Cement.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Carib Cement Communications and Community Outreach manager Klao Bell-Lewis said the company is committed to community development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Carib Cement seeks to contribute to Goal One of Jamaica’s Vision 2030 and Goal 11 of the United Nations Sustainable Development Goal which both recognises the importance of safe inclusive and acceptable public spaces and their role in contributing to healthy lifestyles and communities,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Here are some interesting facts about Woodside</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":3491} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tainos-steps.jpg\" alt=\"\" class=\"wp-image-3491\" /><figcaption>The Tainos carved out steps from solid rock in the hill. (Photo: Facebook/Educatours)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>The community of Woodside was declared a national heritage site in 2015.</li><li>It was once home to the Tainos who carved out steps from solid rock from the 18th century in order to access water.</li><li>Woodside was also the site of a slave plantation where coffee was grown.</li><li>Its famous site known as Daddy Rock was a spot where the slaves used to gather to host their religious ceremonies and plot insurrections.</li><li>The community is known for its heritage tourism and hosted students from North American Universities, descendants of the Tainos from Puerto Rico among others.</li><li> It also has an extensive cave network that was used by the Tainos and still has carvings inside its walls.</li></ul>\n<!-- /wp:list -->','Woodside tops Carib Cement Build Your Community competition','','inherit','closed','closed','','3384-revision-v1','','','2019-08-13 20:29:09','2019-08-14 01:29:09','',3384,'https://buzz-caribbean.com/article/3384-revision-v1/',0,'revision','',0),(3522,4,'2019-08-13 20:55:30','2019-08-14 01:55:30','','woodside-winner','','inherit','closed','closed','','woodside-winner','','','2019-08-13 20:55:30','2019-08-14 01:55:30','',3384,'https://buzz-caribbean.com/app/uploads/2019/08/woodside-winner.jpg',0,'attachment','image/jpeg',0),(3523,4,'2019-08-13 21:53:44','2019-08-14 02:53:44','<!-- wp:paragraph -->\n<p>The district of Woodside in St Mary was selected as the winner of the Carib Cement Build Your Community competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rural community was awarded a $5 million infrastructural development project at the Carib Cement Sports Club in East Kingston on Tuesday. Woodside was selected out of a total of 46 communities from across the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3522} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/woodside-winner-1024x576.jpg\" alt=\"\" class=\"wp-image-3522\" /><figcaption>Members of the Woodside community pose with Chairman of Carib Cement Parris Lyew-Ayee, and Communications and Community Outreach manager Klao Bell-Lewis. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The money will be used to enhance the community’s ancestral gardens, which has served as an attraction for locals, tourists and students alike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Community elder, Erna Brodber, said the community was grateful for the honour. “The young people were leaving but what is there to hold them? At least now some of them can get work,” Brodber said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3519} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Erna-Brodber-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3519\" /><figcaption>Woodside community member Erna Brodber speaking during the function at Carib Cement.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Carib Cement Communications and Community Outreach manager Klao Bell-Lewis said the company is committed to community development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Carib Cement seeks to contribute to Goal One of Jamaica’s Vision 2030 and Goal 11 of the United Nations Sustainable Development Goal which both recognises the importance of safe inclusive and acceptable public spaces and their role in contributing to healthy lifestyles and communities,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Here are some interesting facts about Woodside</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":3491} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tainos-steps.jpg\" alt=\"\" class=\"wp-image-3491\" /><figcaption>The Tainos carved out steps from solid rock in the hill. (Photo: Facebook/Educatours)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>The community of Woodside was declared a national heritage site in 2015.</li><li>It was once home to the Tainos who carved out steps from solid rock from the 18th century in order to access water.</li><li>Woodside was also the site of a slave plantation where coffee was grown.</li><li>Its famous site known as Daddy Rock was a spot where slaves used to gather to host their religious ceremonies and plot insurrections.</li><li>The community is known for its heritage tourism and hosted students from North American Universities, descendants of the Tainos from Puerto Rico among others.</li><li> It also has an extensive cave network that was used by the Tainos and still has carvings inside its walls.</li></ul>\n<!-- /wp:list -->','Woodside tops Carib Cement Build Your Community competition','','inherit','closed','closed','','3384-revision-v1','','','2019-08-13 21:53:44','2019-08-14 02:53:44','',3384,'https://buzz-caribbean.com/article/3384-revision-v1/',0,'revision','',0),(3524,4,'2019-08-13 22:10:00','2019-08-14 03:10:00','','klao','','inherit','closed','closed','','klao','','','2019-08-13 22:10:00','2019-08-14 03:10:00','',3384,'https://buzz-caribbean.com/app/uploads/2019/08/klao.jpg',0,'attachment','image/jpeg',0),(3525,4,'2019-08-13 22:13:05','2019-08-14 03:13:05','<!-- wp:paragraph -->\n<p>The district of Woodside in St Mary was selected as the winner of the Carib Cement Build Your Community competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rural community was awarded a $5 million infrastructural development project at the Carib Cement Sports Club in East Kingston on Tuesday. Woodside was selected out of a total of 46 communities from across the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3522} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/woodside-winner-1024x576.jpg\" alt=\"\" class=\"wp-image-3522\" /><figcaption>Members of the Woodside community pose with Chairman of Carib Cement Parris Lyew-Ayee, and Communications and Community Outreach manager Klao Bell-Lewis. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The money will be used to enhance the community’s ancestral gardens, which has served as an attraction for locals, tourists and students alike. Community elder, Erna Brodber, said the community was grateful for the honour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The young people were leaving but what is there to hold them? At least now some of them can get work,” Brodber said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3519} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Erna-Brodber-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3519\" /><figcaption>Woodside community member Erna Brodber speaking during the function at Carib Cement.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Carib Cement Communications and Community Outreach manager Klao Bell-Lewis said the company is committed to community development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3524} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/klao-1024x683.jpg\" alt=\"\" class=\"wp-image-3524\" /><figcaption>Carib Cement Communications and Community Outreach manager Klao Bell-Lewis</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Carib Cement seeks to contribute to Goal One of Jamaica’s Vision 2030 and Goal 11 of the United Nations Sustainable Development Goal which both recognises the importance of safe inclusive and acceptable public spaces and their role in contributing to healthy lifestyles and communities,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":3491} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tainos-steps.jpg\" alt=\"\" class=\"wp-image-3491\" /><figcaption>The Tainos carved out steps from solid rock in the hill. (Photo: Facebook/Educatours)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Woodside tops Carib Cement Build Your Community competition','','inherit','closed','closed','','3384-revision-v1','','','2019-08-13 22:13:05','2019-08-14 03:13:05','',3384,'https://buzz-caribbean.com/article/3384-revision-v1/',0,'revision','',0),(3526,23,'2019-08-13 22:33:57','2019-08-14 03:33:57','<!-- wp:image {\"id\":3491} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tainos-steps.jpg\" alt=\"\" class=\"wp-image-3491\" /><figcaption>The Tainos carved out steps from solid rock in the hill. (Photo: Facebook/Educatours)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The community of Woodside was awarded $5 million on Tuesday after winning the Caribbean Cement Build Your Community competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Here are some interesting facts about this historic community: </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>The community of Woodside was declared a national heritage site in 2015.</li><li>It was once home to the Tainos who carved out steps from solid rock from the 18th century in order to access water.</li><li>Woodside was also the site of a slave plantation where coffee was grown.</li><li>Its famous site known as Daddy Rock was a spot where slaves used to gather to host their religious ceremonies and plot insurrections.</li><li>The community is known for its heritage tourism and hosted students from North American Universities, descendants of the Tainos from Puerto Rico among others.</li><li> It also has an extensive cave network that was used by the Tainos and still has carvings inside its walls.</li></ul>\n<!-- /wp:list -->','How much do you know about the historic Woodside community in St Mary?','','publish','closed','closed','','how-much-do-you-know-about-the-historic-woodside-community-in-st-mary','','','2019-08-14 10:41:59','2019-08-14 15:41:59','',0,'https://buzz-caribbean.com/?p=3526',0,'post','',0),(3527,4,'2019-08-13 22:14:04','2019-08-14 03:14:04','<!-- wp:list -->\n<ul><li>The community of Woodside was declared a national heritage site in 2015.</li><li>It was once home to the Tainos who carved out steps from solid rock from the 18th century in order to access water.</li><li>Woodside was also the site of a slave plantation where coffee was grown.</li><li>Its famous site known as Daddy Rock was a spot where slaves used to gather to host their religious ceremonies and plot insurrections.</li><li>The community is known for its heritage tourism and hosted students from North American Universities, descendants of the Tainos from Puerto Rico among others.</li><li> It also has an extensive cave network that was used by the Tainos and still has carvings inside its walls.</li></ul>\n<!-- /wp:list -->','Here are some fun facts about the Woodside community in St Mary','','inherit','closed','closed','','3526-revision-v1','','','2019-08-13 22:14:04','2019-08-14 03:14:04','',3526,'https://buzz-caribbean.com/article/3526-revision-v1/',0,'revision','',0),(3528,4,'2019-08-13 22:23:25','2019-08-14 03:23:25','<!-- wp:paragraph -->\n<p>The community of Woodside was awarded $5 million on Tuesday after winning the Caribbean Cement Build Your Community competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How much do you know about the    </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>The community of Woodside was declared a national heritage site in 2015.</li><li>It was once home to the Tainos who carved out steps from solid rock from the 18th century in order to access water.</li><li>Woodside was also the site of a slave plantation where coffee was grown.</li><li>Its famous site known as Daddy Rock was a spot where slaves used to gather to host their religious ceremonies and plot insurrections.</li><li>The community is known for its heritage tourism and hosted students from North American Universities, descendants of the Tainos from Puerto Rico among others.</li><li> It also has an extensive cave network that was used by the Tainos and still has carvings inside its walls.</li></ul>\n<!-- /wp:list -->','How much do you know about the historic Woodside community in St Mary?','','inherit','closed','closed','','3526-revision-v1','','','2019-08-13 22:23:25','2019-08-14 03:23:25','',3526,'https://buzz-caribbean.com/article/3526-revision-v1/',0,'revision','',0),(3529,4,'2019-08-13 22:24:24','2019-08-14 03:24:24','<!-- wp:paragraph -->\n<p>The district of Woodside in St Mary was selected as the winner of the Carib Cement Build Your Community competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rural community was awarded a $5 million infrastructural development project at the Carib Cement Sports Club in East Kingston on Tuesday. Woodside was selected out of a total of 46 communities from across the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3522} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/woodside-winner-1024x576.jpg\" alt=\"\" class=\"wp-image-3522\" /><figcaption>Members of the Woodside community pose with Chairman of Carib Cement Parris Lyew-Ayee, and Communications and Community Outreach manager Klao Bell-Lewis. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The money will be used to enhance the community’s ancestral gardens, which has served as an attraction for locals, tourists and students alike. Community elder, Erna Brodber, said the community was grateful for the honour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The young people were leaving but what is there to hold them? At least now some of them can get work,” Brodber said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3519} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Erna-Brodber-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3519\" /><figcaption>Woodside community member Erna Brodber speaking during the function at Carib Cement.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Carib Cement Communications and Community Outreach manager Klao Bell-Lewis said the company is committed to community development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3524} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/klao-1024x683.jpg\" alt=\"\" class=\"wp-image-3524\" /><figcaption>Carib Cement Communications and Community Outreach manager Klao Bell-Lewis</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Carib Cement seeks to contribute to Goal One of Jamaica’s Vision 2030 and Goal 11 of the United Nations Sustainable Development Goal which both recognises the importance of safe inclusive and acceptable public spaces and their role in contributing to healthy lifestyles and communities,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Woodside tops Carib Cement Build Your Community competition','','inherit','closed','closed','','3384-revision-v1','','','2019-08-13 22:24:24','2019-08-14 03:24:24','',3384,'https://buzz-caribbean.com/article/3384-revision-v1/',0,'revision','',0),(3530,4,'2019-08-13 22:28:13','2019-08-14 03:28:13','<!-- wp:paragraph -->\n<p>The community of Woodside was awarded $5 million on Tuesday after winning the Caribbean Cement Build Your Community competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here are some interesting facts about this historic community. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3491} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tainos-steps.jpg\" alt=\"\" class=\"wp-image-3491\" /><figcaption>The Tainos carved out steps from solid rock in the hill. (Photo: Facebook/Educatours)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>The community of Woodside was declared a national heritage site in 2015.</li><li>It was once home to the Tainos who carved out steps from solid rock from the 18th century in order to access water.</li><li>Woodside was also the site of a slave plantation where coffee was grown.</li><li>Its famous site known as Daddy Rock was a spot where slaves used to gather to host their religious ceremonies and plot insurrections.</li><li>The community is known for its heritage tourism and hosted students from North American Universities, descendants of the Tainos from Puerto Rico among others.</li><li> It also has an extensive cave network that was used by the Tainos and still has carvings inside its walls.</li></ul>\n<!-- /wp:list -->','How much do you know about the historic Woodside community in St Mary?','','inherit','closed','closed','','3526-revision-v1','','','2019-08-13 22:28:13','2019-08-14 03:28:13','',3526,'https://buzz-caribbean.com/article/3526-revision-v1/',0,'revision','',0),(3531,4,'2019-08-13 22:33:57','2019-08-14 03:33:57','<!-- wp:paragraph -->\n<p>The community of Woodside was awarded $5 million on Tuesday after winning the Caribbean Cement Build Your Community competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3491} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tainos-steps.jpg\" alt=\"\" class=\"wp-image-3491\" /><figcaption>The Tainos carved out steps from solid rock in the hill. (Photo: Facebook/Educatours)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Here are some interesting facts about this historic community: </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>The community of Woodside was declared a national heritage site in 2015.</li><li>It was once home to the Tainos who carved out steps from solid rock from the 18th century in order to access water.</li><li>Woodside was also the site of a slave plantation where coffee was grown.</li><li>Its famous site known as Daddy Rock was a spot where slaves used to gather to host their religious ceremonies and plot insurrections.</li><li>The community is known for its heritage tourism and hosted students from North American Universities, descendants of the Tainos from Puerto Rico among others.</li><li> It also has an extensive cave network that was used by the Tainos and still has carvings inside its walls.</li></ul>\n<!-- /wp:list -->','How much do you know about the historic Woodside community in St Mary?','','inherit','closed','closed','','3526-revision-v1','','','2019-08-13 22:33:57','2019-08-14 03:33:57','',3526,'https://buzz-caribbean.com/article/3526-revision-v1/',0,'revision','',0),(3532,4,'2019-08-13 22:47:05','2019-08-14 03:47:05','<!-- wp:paragraph -->\n<p>The district of Woodside in St Mary was selected as the winner of the Carib Cement Build Your Community competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rural community was awarded a $5 million infrastructural development project at the Carib Cement Sports Club in East Kingston on Tuesday. Woodside was selected out of a total of 46 communities from across the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3522} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/woodside-winner-1024x576.jpg\" alt=\"\" class=\"wp-image-3522\" /><figcaption>Members of the Woodside community pose with Chairman of Carib Cement Parris Lyew-Ayee, and Communications and Community Outreach manager Klao Bell-Lewis. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The money will be used to enhance the community’s ancestral gardens, which has served as an attraction for locals, tourists and students alike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Community elder, Erna Brodber, said the community was grateful for the honour. “The young people were leaving but what is there to hold them? At least now some of them can get work,” Brodber said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3519} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Erna-Brodber-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3519\" /><figcaption>Woodside community member Erna Brodber during the function at Carib Cement on Tuesday.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Carib Cement Communications and Community Outreach manager Klao Bell-Lewis said the company is committed to community development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3524} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/klao-1024x683.jpg\" alt=\"\" class=\"wp-image-3524\" /><figcaption>Carib Cement Communications and Community Outreach manager Klao Bell-Lewis</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Carib Cement seeks to contribute to Goal One of Jamaica’s Vision 2030 and Goal 11 of the United Nations Sustainable Development Goal which both recognises the importance of safe inclusive and acceptable public spaces and their role in contributing to healthy lifestyles and communities,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to know more about Woodside? Check<a href=\"https://buzz-caribbean.com/article/how-much-do-you-know-about-the-historic-woodside-community-in-st-mary/\"> </a>these <a href=\"https://buzz-caribbean.com/article/how-much-do-you-know-about-the-historic-woodside-community-in-st-mary/\">interesting facts.</a></p>\n<!-- /wp:paragraph -->','Woodside tops Carib Cement Build Your Community competition','','inherit','closed','closed','','3384-revision-v1','','','2019-08-13 22:47:05','2019-08-14 03:47:05','',3384,'https://buzz-caribbean.com/article/3384-revision-v1/',0,'revision','',0),(3533,4,'2019-08-13 22:56:02','2019-08-14 03:56:02','<!-- wp:image {\"id\":3510} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-nomination-day2019-buzz-demo.jpg\" alt=\"\" class=\"wp-image-3510\" /><figcaption>People\'s National Party (PNP) Presidents Dr Peter Phillips (centre) greets supporters on Nomination Day in Kingston.  He is joined by Damion Crawford (left) and Wykeham McNeill (right) (Photo:  Contributed/Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>And there you have it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pollster Bill Johnson latest poll reveals that the current Leader of the PNP, Dr. Peter Phillips would be in a tie against an Andrew Holness-led JLP if a general election was called right now.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The poll was conducted for “One PNP” the faction that supports Dr Phillips in his battle to retain the leadership of the party against aspirant Peter Bunting. With a sample size of 1,008 the poll was done across 84 communities between August 2 and 4 with a margin of error of plus or minus three per cent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The One PNP camp will take comfort that Bill Johnson’s poll revealed that if the party were to be led by Peter Bunting, it would lose by nine per cent in a general election. Commenting on this latest poll’s findings and vociferously declaring her support for Dr Peter Phillips, PNP’s Foreign Affairs spokesperson Lisa Hanna said that the impression given that Dr Phillips was an electoral liability and would be routed in a general election was wrong.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3515} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lisa-hanna-peter-phillips-buzz-demo.jpg\" alt=\"\" class=\"wp-image-3515\" /><figcaption>PNP’s Foreign Affairs spokesperson Lisa Hanna (right). Hanna is one of several high-ranking members of the party who supports of Dr Peter Phillips\' (pictured left) One PNP campaign. (Photo: Contributed/Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"If an election were called now the PNP is in striking distance of removing the JLP.\"</p><cite>— Lisa Hanna</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>On this matter she is reported to have said at the poll findings unveiled at the Spanish Court Hotel in Kingston on Monday, “Well I want to tell all of you that that is a lie and that premise was destroyed two days ago, because what you are now seeing is that the country of Jamaica has said Comrade Peter David Phillips is in a statistical dead heat with Andrew Holness of the JLP. In other words, if an election were called now the PNP is in striking distance of removing the JLP,” Hanna asserted.</p>\n<!-- /wp:paragraph -->','Dr. Phillips stands better chance of defeating JLP - Bill Johnson','','inherit','closed','closed','','3501-revision-v1','','','2019-08-13 22:56:02','2019-08-14 03:56:02','',3501,'https://buzz-caribbean.com/article/3501-revision-v1/',0,'revision','',0),(3534,4,'2019-08-13 23:09:51','2019-08-14 04:09:51','<!-- wp:image {\"id\":2892} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/donald-tapia-demo-buzz-3-1024x500.jpg\" alt=\"\" class=\"wp-image-2892\" /><figcaption>Donald Tapia, US Ambassador to Jamaica (Photo contributed, Tau Kappa Epsilon Fraternity, Illinois)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The nomination of Donald Ray Tapia as US Ambassador to Jamaica has now been confirmed by the US Senate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tapia, who is 81, has said that he wants to pay particular attention to Jamaica’s energy sector. His predecessor, Luis Moreno oversaw US investment of over US$1 billion in Jamaica during his tenure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Here’s what you need to know about the inspirational and mercurial Donald Ray Tapia:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1.   Donald is a businessman who hails from Detroit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.   He once said in an interview: “I am the American dream who made it from the slums of Detroit to Paradise Valley. It was a hell of a ride from a one-bedroom flat with a Murphy bed shared by my mother and sister while I slept on a couch; a father who disappears; and a mother who’s strapped to make the rent and feed my sister and I. I used to tell people we had a lot – a lot of potato soup with very little potatoes.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3.   He is a US Air Force veteran.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4.   He moved to Arizona where he ran a successful business selling wires, tools, and equipment for the construction industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5.   “If you are going to run a business, you need to know about finance,” he once declared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6.   Donald Tapia’s mantra is, “There is no try, only do.”<br> <br>7.  He was the Chairman and CEO of the Essco Group Management for over 30 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8.   “I ran Essco for 25 years without a degree. Nobody knew the difference because I understood the business and I could talk to presidents of companies without any intimidation. Nobody ever intimidated me. That’s the main thing.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9.   With his granddaughter graduating and always stressing upon the value of an education, he decided at the age of 62 to sign up for a degree course. He then did his Master’s in Business Administration in 2007.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10.   He graduated from Saint Leo University where he has a US$12 million, 47,921 square foot business school named after him, “The Donald R. Tapia School of Business.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2896} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/saintleo-business-school-1024x631.jpg\" alt=\"\" class=\"wp-image-2896\" /><figcaption>The Donald Tapia School of Business (Photo contributed, Lunz Group)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>11.   “Never forget where you come from, but never look back. There are a lot of people who know my name, but they’ve never met me. I was the largest Hispanic business owner in the state of Arizona,” he once said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>12.   He is a big Donald Trump supporter and has been seen at one of his rallies with a “Make America Great Again” hat. He is a big contributor to Trump’s political efforts and a large donor to the Republican Party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2898} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/donald-tapia-demo-buzz-2-1024x576.jpg\" alt=\"\" class=\"wp-image-2898\" /><figcaption>Donald Tapia (Photo contributed, YouTube.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>13.   Donald Tapia is known for his philanthropic generosity, donating millions to various charities.<br> <br> 14.   “Politics is interesting to me and good government,” said Tapia. He is reported to have described himself as a fiscal conservative with moderate social leanings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>15.   “Growing up in a very destitute area of Detroit, Michigan, I never would have imagined that I would one day appear before the distinguished Members of this Committee seeking ambassadorial confirmation,\"  Tapia, speaking to the Senate Committee on Foreign Relations July 31, 2018. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>16.   When asked if he had dreamed of winning the Masters, Tapia said, “I never had a dream go this far, so I can’t really say it’s a dream come true,” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>17.   Addressing natural disasters in Jamaica, Donald Tapia said: “Jamaica is subject to extreme weather events including hurricanes, storms, flooding and earthquakes that lead to losses in capital stock and investments. The United States Agency for International Development (USAID) helped strengthen a system for developing, financing and executing sustainable climate adoption approaches in the region. If confirmed, I will support and work with the Jamaican government to strengthen its preparedness for and resilience to severe weather events.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2900} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/donald-tapia-demo-buzz.jpg\" alt=\"\" class=\"wp-image-2900\" /><figcaption>Donald Tapia (Photo contributed,  Tau Kappa Epsilon Fraternity, Illinois)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>18.   On good fortune, he said: “You’ve heard about having an angel on one shoulder and a devil on the other? I had to have a flock of angels because they had to do shift work.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>So how would Tapia like to be remembered? </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“I’d like to be remembered as someone who always spoke his mind, even if it wasn’t politically correct. I want to be remembered as the one who defied all the naysayers in my life and actually made something of himself. I want to be remembered as the person who is proud to have grown up in the slums of Detroit and yet was able to build something out of nothing,\" noted Donald Tapia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I want to be that role model for today’s young people who says yes, you can make it if you have a dream and the will to get there. And, finally, I want to be remembered as that person who never forgot where they came from, what it was like and that giving back to those less fortunate fulfills a personal need to share the good fortune he’s had” he added.</p>\n<!-- /wp:paragraph -->','Donald Tapia: What you should know about Jamaica\'s newest US Ambassador','','inherit','closed','closed','','2200-revision-v1','','','2019-08-13 23:09:51','2019-08-14 04:09:51','',2200,'https://buzz-caribbean.com/article/2200-revision-v1/',0,'revision','',0),(3535,1,'2019-08-14 09:07:34','2019-08-14 14:07:34','','Amazing August Sale','','publish','closed','closed','','bascho','','','2019-09-02 15:33:16','2019-09-02 20:33:16','',0,'https://buzz-caribbean.com/?post_type=offer&#038;p=3535',0,'offer','',0),(3536,13,'2019-08-14 09:04:11','2019-08-14 14:04:11','{\"id\":\"3536\",\"questions\":[{\"uid\":\"84e00c2b-69a8-4fd1-852f-1b01c04ed833\",\"content\":\"What is Bashco\'s slogan?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"b4317175-bdca-44c5-b06d-7d24b4cbef69\",\"type\":\"text\",\"label\":\"The store that gives you more\",\"votes\":1,\"votesOverride\":1,\"collapsed\":true,\"visibility\":true},{\"uid\":\"18ba3e2b-0178-4373-ad2a-c3c7e1028dea\",\"type\":\"text\",\"label\":\"Always in demand\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"0bde8218-8142-4bcd-ae93-19b77931324d\",\"type\":\"text\",\"label\":\"We give you everything\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"041e9359-6990-4533-9e5d-b4e104358602\",\"type\":\"text\",\"label\":\"From a pin to an anchor\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}],\"votesOverride\":1}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"enabled\":true,\"start\":\"08\\/14\\/2019 09:03\",\"end\":\"08\\/31\\/2019 23:00\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Bashco Amazing August','','publish','closed','closed','','bashco-amazing-august','','','2019-08-15 10:36:37','2019-08-15 15:36:37','',0,'https://buzz-caribbean.com/?post_type=poll&#038;p=3536',0,'poll','',0),(3537,13,'2019-08-14 09:04:11','2019-08-14 14:04:11','{\"id\":\"3536\",\"questions\":[{\"uid\":\"84e00c2b-69a8-4fd1-852f-1b01c04ed833\",\"content\":\"What is Bashco\'s slogan?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"b4317175-bdca-44c5-b06d-7d24b4cbef69\",\"type\":\"text\",\"label\":\"The store that gives you more\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"18ba3e2b-0178-4373-ad2a-c3c7e1028dea\",\"type\":\"text\",\"label\":\"Always in demand\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"0bde8218-8142-4bcd-ae93-19b77931324d\",\"type\":\"text\",\"label\":\"We give you everything\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}],\"votesOverride\":0},{\"uid\":\"af42e7d6-8273-44c4-a85d-2c2e2f5d5904\",\"content\":\"What\'s Bashco\'s Instagram name?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"0d430ece-5873-45a8-bd43-41636ffd70ef\",\"type\":\"text\",\"label\":\"@bashcojamaica\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"f0b1956c-b90d-408b-ab1f-ff43dfc0e3e8\",\"type\":\"text\",\"label\":\"@thestorethatgivesyoumore\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}],\"votesOverride\":0},{\"uid\":\"a9849e52-0c8e-45bb-913a-dfa8591b0547\",\"content\":\"Did you know there is a back to School Fair on Aug 17th at 21 Orange Street?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"08ef0214-9b27-42b4-ae7c-72d87b8fde8d\",\"type\":\"text\",\"label\":\"Yes\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"dc74c8ac-1680-4fe1-b7a1-02039f7f0fa2\",\"type\":\"text\",\"label\":\"No\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}],\"votesOverride\":0}],\"fields\":[{\"uid\":\"5892e2db-68ac-4ce8-aae7-beea98d06fd6\",\"type\":\"text\",\"label\":\"Email\",\"defaultValue\":\"\",\"options\":\"\",\"collapsed\":false,\"validations\":{\"filled\":{\"enabled\":true},\"email\":{\"enabled\":true},\"filter\":{\"rules\":[]}},\"attributes\":[],\"template\":\"\",\"name\":\"email\"}],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"enabled\":true,\"start\":\"08\\/14\\/2019 09:03\",\"end\":\"08\\/31\\/2019 23:00\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Bashco Amazing August','','inherit','closed','closed','','3536-revision-v1','','','2019-08-14 09:04:11','2019-08-14 14:04:11','',3536,'https://buzz-caribbean.com/article/3536-revision-v1/',0,'revision','',0),(3538,13,'2019-08-14 09:07:06','2019-08-14 14:07:06','','Amazing August Ramble (002)','','inherit','closed','closed','','amazing-august-ramble-002','','','2019-08-14 09:07:06','2019-08-14 14:07:06','',3535,'https://buzz-caribbean.com/app/uploads/2019/08/amazing-august-ramble-002.jpg',0,'attachment','image/jpeg',0),(3540,11,'2019-08-14 10:08:53','2019-08-14 15:08:53','<!-- wp:paragraph -->\n<p>Huawei, the third-largest smartphone maker, introduced their new smart device operating system HarmonyOS, on August 9 at its Developer Conference in Dongguan, China. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Huawei explained that the OS started life in 2017, but work was accelerated in early 2019. Version 2.0 is scheduled for 2020 and version 3.0 for 2021. Each update expands the types of devices the OS can operate on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/HarmonyOS-Launch.jpg\" alt=\"\" class=\"wp-image-3541\" /><figcaption>Huawei Developer Conference 2019 in Dongguan,&nbsp;China. (Photo: Huawei)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speculation is that the brand pushed forward the development and release of the OS to offset potential fallout from its current battle with the United States. On May 15, Huawei, under an executive order by US President Donald Trump was added to the US Department of Commerce\'s Bureau of Industry and Security Entity list. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This effectively banned US companies from doing business with the Chinese technology giant. One of those companies was Google, supplier of the Android OS system used on Huawei’s phones. While Android is essentially open-source, elements such as the Google Play store, the application for purchasing apps, would become off-limits to Huawei. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3543} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Harmony-OS.jpg\" alt=\"\" class=\"wp-image-3543\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Harmony OS won’t replace Android, for now, only making its August debut on Huawei’s Honor Vision Smart TV, as Huawei said it wishes to continue the long term relationships it has with its US partners. It does claim, however, that it can move to the HarmonyOS at any time as the migration would take up to two days. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The OS will remain in the Chinese market until Huawei feels it has enough of a foundation for it to go global, but if the trade ban isn’t lifted by the time Huawei begins to release its new smart devices like the upcoming Mate 30 series, they will have no other option but to move to HarmonyOS.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3545} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Richard-Yu-Huawei.jpg\" alt=\"\" class=\"wp-image-3545\" /><figcaption> Richard Yu, CEO of Huawei Consumer Business Group presenting at the 2019 Huawei Developer Conference.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The real issue may lay in the large Android ecosystem. As the most adopted mobile operating system, it would be a significant task to bring over Android apps to the new platform based solely on their sheer volume, even though Richard Yu, CEO of Huawei Consumer Business Group, was quoted as saying that it would be just as easy to transfer Android apps over to HarmonyOS. Huawei also unveiled Huawei Mobile Services which includes AppGallery, the HarmonyOS version of the Google Play Store.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"We\'re entering a day and age where people expect a holistic intelligent experience across all devices and scenarios.\"</p><cite>—  Richard Yu, CEO of Huawei\'s Consumer Business Group </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>HarmonyOS isn’t just a replacement for Android, Yu says it represents a new generation of operating systems. In Huawei’s presentation, HarmonyOS uses a much simpler structure making it faster, and more secure than Android. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Our goal is to bring people a truly engaging and diverse experience.  </p><cite> —  Richard Yu, CEO of Huawei\'s Consumer Business Group  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Richard Yu, CEO of Huawei\'s Consumer Business Group, outlined the company\'s rationale in developing this new OS. \"We\'re entering a day and age where people expect a holistic intelligent experience across all devices and scenarios. To support this, we felt it was important to have an operating system with improved cross-platform capabilities. We needed an OS that supports all scenarios, that can be used across a broad range of devices and platforms, and that can meet consumer demand for low latency and strong security.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Comparison testing by Huawei resulted in performance up to five times faster than Google’s still in development Fuchsia OS.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The speed enhancements come from a  Deterministic Latency Engine and high-performance Inter Process Communication (IPC) that Huawei says provides precise resource scheduling with real-time load analysis and forecasting. Comparison testing by Huawei resulted in performance up to five times faster than Google’s still in development Fuchsia OS. There is less code in Harmony making it easier to spot and address security attacks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"We believe HarmonyOS will revitalize the industry and enrich the ecosystem.\" </p><cite>  —  Richard Yu, CEO of Huawei\'s Consumer Business Group   </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"Our goal is to bring people a truly engaging and diverse experience. We want to invite developers from around the world to join us as we build out this new ecosystem. Together, we will deliver an intelligent experience for consumers in all scenarios,\" Yu said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The OS is decoupled from the hardware, allowing a wider range of programming languages to be used and devices for it to be used on. It can automatically scale and adapt to varied screen layouts, controls, and interactions, Huawei said. One significant HarmonyOS feature is Artificial Intelligence. AI can be implemented in various scenarios on user devices. Like Android, the base elements of HarmonyOS will remain open-source.</p>\n<!-- /wp:paragraph -->','Huawei launches HarmonyOS','','publish','closed','closed','','huawei-launches-harmonyos','','','2019-08-14 20:27:35','2019-08-15 01:27:35','',0,'https://buzz-caribbean.com/?p=3540',0,'post','',0),(3541,11,'2019-08-14 09:42:41','2019-08-14 14:42:41','','HarmonyOS-Launch','','inherit','closed','closed','','harmonyos-launch','','','2019-08-14 09:42:41','2019-08-14 14:42:41','',3540,'https://buzz-caribbean.com/app/uploads/2019/08/HarmonyOS-Launch.jpg',0,'attachment','image/jpeg',0),(3543,11,'2019-08-14 09:45:54','2019-08-14 14:45:54','','Harmony-OS','','inherit','closed','closed','','harmony-os','','','2019-08-14 09:45:54','2019-08-14 14:45:54','',3540,'https://buzz-caribbean.com/app/uploads/2019/08/Harmony-OS.jpg',0,'attachment','image/jpeg',0),(3544,9,'2019-08-14 09:52:56','2019-08-14 14:52:56','<!-- wp:paragraph -->\n<p>A young Manchester farmer Diandra Rowe has blazed a trail of excellence in her chosen field. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2276,2285]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Award-Winning-Farmer.jpg\" alt=\"\" data-id=\"2276\" data-link=\"https://buzz-caribbean.com/?attachment_id=2276\" class=\"wp-image-2276\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Diandra-Rowe-Champion-Farmer.jpg\" alt=\"\" data-id=\"2285\" data-link=\"https://buzz-caribbean.com/?attachment_id=2285\" class=\"wp-image-2285\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Among her accolades are: the <em>-2017 Jamaica Agricultural Society (JAS) Champion Greenhouse Farmer</em>, <em>-2017 and -2018 Most Innovative Farm</em>er,&nbsp; <em>-2017 JAS 2nd Place Young Champion Farmer</em>, <em>-2017 Inter-American Institute for Cooperation on Agriculture (IICA) Agri- Tourism Award</em>, <em>-2017 JAS 2nd place class A farm</em>,&nbsp; <em>-2017 Prime Minister’s Youth Award for Excellence in Agriculture</em>, <em>- 2018 JAS Champion Female Farmer</em> and <em>-2018 JAS 2nd place Champion Greenhouse Farmer</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2289} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rowe-reaping-rewards-from-her-hard-work-1024x576.jpg\" alt=\"\" class=\"wp-image-2289\" /><figcaption>Rowe reaping rewards from her hard work.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Diandra believes, ‘Success is not an accident and dreams don’t become reality through magic, it requires grit, determination and hard work.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She\nwas born in Mandeville, Manchester and grew up in a small community called\nGabby’s Street, which is where she still resides to date. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2286} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Farmers-reaping-and-planting-crops-in-Rowes-greenhouse.jpg\" alt=\"\" class=\"wp-image-2286\" /><figcaption>Farmers reaping and planting crops in Rowe\'s greenhouse.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Diandra grew up with both parents, her biggest influences and motivators. Her mom has been a teacher for some 30+ years and dad a farmer and Greenhouse Consultant. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Diandra says through example, her mom has taught her compassion and patience and her dad has shown her the value of hard work and the benefits of being an entrepreneur.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2301,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fresh-Produce.jpg\" alt=\"\" class=\"wp-image-2301\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I had a happy childhood. I have two brothers and many cousins. Growing up I spent a lot of time with my siblings, cousins and neighbours. We spent hours in the bushes and yard climbing trees, picking fruits and filling our tummies before dinner time. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2302,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Mixed-lettuce-at-Abbey-Garden-Farm.jpg\" alt=\"\" class=\"wp-image-2302\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We played many outdoor games. We rode our bikes, drove go-carts, explored caves etc. Some of my best and most memorable moments are from my childhood.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She\nwas educated at the Church Teachers College Early Childhood, Mandeville Primary\nand Junior High, Bishop Gibson High School, University of Technology Jamaica </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bf_J76glWLE/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bf_J76glWLE/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>In December 2014, Diandra resigned her job as a car sales agent, to return home to assist her father with the farm which over the years ran into financial difficulties. The farm suffered from a lack of proper management and attention, as her father had started a new company and no longer had the time to give it the required oversight. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2290} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rows-of-greens-ready-to-be-reaped.jpg\" alt=\"\" class=\"wp-image-2290\" /><figcaption>Rows of leafy greens ready to be reaped</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“I have been managing the farm full time from January 2015 to date.” </p><cite>Diandra Rowe</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>My mission when I started was and still is to grow\nmy family’s business for many other generations to benefit. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her farm, Abbey Farms at Kingsland, in Manchester, Jamaica now grows a variety of produce items: lettuce, tomatoes, bell peppers, strawberries, herbs and a number of leafy greens. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2296,2297,2298,2299,2300]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Basil.jpg\" alt=\"\" data-id=\"2296\" data-link=\"https://buzz-caribbean.com/?attachment_id=2296\" class=\"wp-image-2296\" /><figcaption>Basil (Photo: Instagram -@Abbey_Garden_Farm)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bell-Peppers.jpg\" alt=\"\" data-id=\"2297\" data-link=\"https://buzz-caribbean.com/?attachment_id=2297\" class=\"wp-image-2297\" /><figcaption>Bell Peppers  (Photo: Instagram -@Abbey_Garden_Farm) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lettuce.jpg\" alt=\"\" data-id=\"2298\" data-link=\"https://buzz-caribbean.com/?attachment_id=2298\" class=\"wp-image-2298\" /><figcaption>Lettuce  (Photo: Instagram -@Abbey_Garden_Farm) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Strawberry.jpg\" alt=\"\" data-id=\"2299\" data-link=\"https://buzz-caribbean.com/?attachment_id=2299\" class=\"wp-image-2299\" /><figcaption>Strawberry (Photo: Instagram -@Abbey_Garden_Farm)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tomatoes.jpg\" alt=\"\" data-id=\"2300\" data-link=\"https://buzz-caribbean.com/?attachment_id=2300\" class=\"wp-image-2300\" /><figcaption>Tomatoes  (Photo: Instagram -@Abbey_Garden_Farm) </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Diandra attributes her success in farming to her drive. “ I say this to myself when I get frustrated and I want to give up - <em>Diandra live how others won’t now, so you can live how others can’t later</em>.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Farming is no joke…\"</p><cite>Diandra Rowe</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She is a member of the Jamaica Greenhouse Growers Benevolent Society and Nutramix Youth in Agriculture Ambassador.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Among her qualifications and awards is a BSc in Hospitality and Tourism Management and a Rotary Club of Mandeville Vocational Service Award for Outstanding Community Service Leadership and Devotion – Empowering our Youth.</p>\n<!-- /wp:paragraph -->','Young Manchester farmer Diandra Rowe topping her field','','inherit','closed','closed','','2267-revision-v1','','','2019-08-14 09:52:56','2019-08-14 14:52:56','',2267,'https://buzz-caribbean.com/article/2267-revision-v1/',0,'revision','',0),(3545,11,'2019-08-14 09:57:04','2019-08-14 14:57:04','','Richard-Yu-Huawei','','inherit','closed','closed','','richard-yu-huawei','','','2019-08-14 09:57:04','2019-08-14 14:57:04','',3540,'https://buzz-caribbean.com/app/uploads/2019/08/Richard-Yu-Huawei.jpg',0,'attachment','image/jpeg',0),(3546,11,'2019-08-14 10:03:52','2019-08-14 15:03:52','<!-- wp:paragraph -->\n<p>Huawei, the third-largest smartphone maker, introduced their new smart device operating system HarmonyOS, on August 9 at its Developer Conference in Dongguan, China. Huawei explained that the OS started life in 2017, but work was accelerated in early 2019. Version 2.0 is scheduled for 2020 and version 3.0 for 2021. Each update expands the types of devices the OS can operate on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/HarmonyOS-Launch.jpg\" alt=\"\" class=\"wp-image-3541\" /><figcaption>Huawei Developer Conference 2019 in Dongguan, China. (Photo: Huawei)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speculation is that the brand pushed forward the development and release of the OS to offset potential fallout from its current battle with the United States. On May 15, Huawei, under an executive order by US President Donald Trump was added to the US Department of Commerce\'s Bureau of Industry and Security Entity list. This effectively banned US companies from doing business with the Chinese technology giant. One of those companies was Google, supplier of the Android OS system used on Huawei’s phones. While Android is essentially open-source, elements such as the Google Play store, the application for purchasing apps, would become off-limits to Huawei. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3543} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Harmony-OS.jpg\" alt=\"\" class=\"wp-image-3543\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Harmony OS won’t replace Android, for now, only making its August debut on Huawei’s Honor Vision Smart TV, as Huawei said it wishes to continue the long term relationships it has with its US partners. It does claim, however, that it can move to the HarmonyOS at any time as the migration would take up to two days. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The OS will remain in the Chinese market until Huawei feels it has enough of a foundation for it to go global, but if the trade ban isn’t lifted by the time Huawei begins to release its new smart devices like the upcoming Mate 30 series, they will have no other option but to move to HarmonyOS.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3545} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Richard-Yu-Huawei.jpg\" alt=\"\" class=\"wp-image-3545\" /><figcaption> Richard Yu, CEO of Huawei Consumer Business Group presenting at the 2019 Huawei Developer Conference.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The real issue may lay in the large Android ecosystem. As the most adopted mobile operating system, it would be a significant task to bring over Android apps to the new platform based solely on their sheer volume, even though Richard Yu, CEO of Huawei Consumer Business Group, was quoted as saying that it would be just as easy to transfer Android apps over to HarmonyOS. Huawei also unveiled Huawei Mobile Services which includes AppGallery, the HarmonyOS version of the Google Play Store.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"We\'re entering a day and age where people expect a holistic intelligent experience across all devices and scenarios.\"</p><cite>—  Richard Yu, CEO of Huawei\'s Consumer Business Group </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>HarmonyOS isn’t just a replacement for Android, Yu says it represents a new generation of operating systems. In Huawei’s presentation, HarmonyOS uses a much simpler structure making it faster, and more secure than Android. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Our goal is to bring people a truly engaging and diverse experience.  </p><cite> —  Richard Yu, CEO of Huawei\'s Consumer Business Group  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Richard Yu, CEO of Huawei\'s Consumer Business Group, outlined the company\'s rationale in developing this new OS. \"We\'re entering a day and age where people expect a holistic intelligent experience across all devices and scenarios. To support this, we felt it was important to have an operating system with improved cross-platform capabilities. We needed an OS that supports all scenarios, that can be used across a broad range of devices and platforms, and that can meet consumer demand for low latency and strong security.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Comparison testing by Huawei resulted in performance up to five times faster than Google’s still in development Fuchsia OS.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The speed enhancements come from a  Deterministic Latency Engine and high-performance Inter Process Communication (IPC) that Huawei says provides precise resource scheduling with real-time load analysis and forecasting. Comparison testing by Huawei resulted in performance up to five times faster than Google’s still in development Fuchsia OS. There is less code in Harmony making it easier to spot and address security attacks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"We believe HarmonyOS will revitalize the industry and enrich the ecosystem.  </p><cite>  —  Richard Yu, CEO of Huawei\'s Consumer Business Group   </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"Our goal is to bring people a truly engaging and diverse experience. We want to invite developers from around the world to join us as we build out this new ecosystem. Together, we will deliver an intelligent experience for consumers in all scenarios,\" Yu said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The OS is decoupled from the hardware, allowing a wider range of programming languages to be used and devices for it to be used on. It can automatically scale and adapt to varied screen layouts, controls, and interactions, Huawei said. One significant HarmonyOS feature is Artificial Intelligence. AI can be implemented in various scenarios on user devices. Like Android, the base elements of HarmonyOS will remain open-source.</p>\n<!-- /wp:paragraph -->','Huawei launches HarmonyOS','','inherit','closed','closed','','3540-revision-v1','','','2019-08-14 10:03:52','2019-08-14 15:03:52','',3540,'https://buzz-caribbean.com/article/3540-revision-v1/',0,'revision','',0),(3547,9,'2019-08-14 10:05:58','2019-08-14 15:05:58','<!-- wp:paragraph -->\n<p>A young Manchester farmer Diandra Rowe has blazed a trail of excellence in her chosen field. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2276,2285]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Award-Winning-Farmer.jpg\" alt=\"\" data-id=\"2276\" data-link=\"https://buzz-caribbean.com/?attachment_id=2276\" class=\"wp-image-2276\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Diandra-Rowe-Champion-Farmer.jpg\" alt=\"\" data-id=\"2285\" data-link=\"https://buzz-caribbean.com/?attachment_id=2285\" class=\"wp-image-2285\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Among her accolades are: the <em>-2017 Jamaica Agricultural Society (JAS) Champion Greenhouse Farmer</em>, <em>-2017 and -2018 Most Innovative Farm</em>er,&nbsp; <em>-2017 JAS 2nd Place Young Champion Farmer</em>, <em>-2017 Inter-American Institute for Cooperation on Agriculture (IICA) Agri- Tourism Award</em>, <em>-2017 JAS 2nd place class A farm</em>,&nbsp; <em>-2017 Prime Minister’s Youth Award for Excellence in Agriculture</em>, <em>- 2018 JAS Champion Female Farmer</em> and <em>-2018 JAS 2nd place Champion Greenhouse Farmer</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2289} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rowe-reaping-rewards-from-her-hard-work-1024x576.jpg\" alt=\"\" class=\"wp-image-2289\" /><figcaption>Rowe reaping rewards from her hard work.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Diandra believes, ‘Success is not an accident and dreams don’t become reality through magic, it requires grit, determination and hard work.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She\nwas born in Mandeville, Manchester and grew up in a small community called\nGabby’s Street, which is where she still resides to date. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2286} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Farmers-reaping-and-planting-crops-in-Rowes-greenhouse.jpg\" alt=\"\" class=\"wp-image-2286\" /><figcaption>Farmers reaping and planting crops in Rowe\'s greenhouse.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Diandra grew up with both parents, her biggest influences and motivators. Her mom has been a teacher for some 30+ years and dad a farmer and Greenhouse Consultant. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Diandra says through example, her mom has taught her compassion and patience and her dad has shown her the value of hard work and the benefits of being an entrepreneur.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2301,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fresh-Produce.jpg\" alt=\"\" class=\"wp-image-2301\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I had a happy childhood. I have two brothers and many cousins. Growing up I spent a lot of time with my siblings, cousins and neighbours. We spent hours in the bushes and yard climbing trees, picking fruits and filling our tummies before dinner time. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2302,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Mixed-lettuce-at-Abbey-Garden-Farm.jpg\" alt=\"\" class=\"wp-image-2302\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We played many outdoor games. We rode our bikes, drove go-carts, explored caves etc. Some of my best and most memorable moments are from my childhood.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She\nwas educated at the Church Teachers College Early Childhood, Mandeville Primary\nand Junior High, Bishop Gibson High School, University of Technology Jamaica </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bf_J76glWLE/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bf_J76glWLE/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>In December 2014, Diandra resigned her job as a car sales agent, to return home to assist her father with the farm which over the years ran into financial difficulties. The farm suffered from a lack of proper management and attention, as her father had started a new company and no longer had the time to give it the required oversight. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2290} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rows-of-greens-ready-to-be-reaped.jpg\" alt=\"\" class=\"wp-image-2290\" /><figcaption>Rows of leafy greens ready to be reaped</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“I have been managing the farm full time from January 2015 to date.” </p><cite>Diandra Rowe</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>My mission when I started was and still is to grow\nmy family’s business for many other generations to benefit. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her farm, Abbey Farms at Kingsland, in Manchester, Jamaica, now grows a variety of produce items: lettuce, tomatoes, bell peppers, strawberries, herbs and a number of leafy greens. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2296,2297,2298,2299,2300]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Basil.jpg\" alt=\"\" data-id=\"2296\" data-link=\"https://buzz-caribbean.com/?attachment_id=2296\" class=\"wp-image-2296\" /><figcaption>Basil (Photo: Instagram -@Abbey_Garden_Farm)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bell-Peppers.jpg\" alt=\"\" data-id=\"2297\" data-link=\"https://buzz-caribbean.com/?attachment_id=2297\" class=\"wp-image-2297\" /><figcaption>Bell Peppers  (Photo: Instagram -@Abbey_Garden_Farm) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lettuce.jpg\" alt=\"\" data-id=\"2298\" data-link=\"https://buzz-caribbean.com/?attachment_id=2298\" class=\"wp-image-2298\" /><figcaption>Lettuce  (Photo: Instagram -@Abbey_Garden_Farm) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Strawberry.jpg\" alt=\"\" data-id=\"2299\" data-link=\"https://buzz-caribbean.com/?attachment_id=2299\" class=\"wp-image-2299\" /><figcaption>Strawberry (Photo: Instagram -@Abbey_Garden_Farm)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tomatoes.jpg\" alt=\"\" data-id=\"2300\" data-link=\"https://buzz-caribbean.com/?attachment_id=2300\" class=\"wp-image-2300\" /><figcaption>Tomatoes  (Photo: Instagram -@Abbey_Garden_Farm) </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Diandra attributes her success in farming to her drive. “ I say this to myself when I get frustrated and I want to give up - <em>Diandra live how others won’t now, so you can live how others can’t later</em>.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Farming is no joke…\"</p><cite>— Diandra Rowe</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She is a member of the Jamaica Greenhouse Growers Benevolent Society and Nutramix Youth in Agriculture Ambassador.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Among her qualifications and awards is a BSc in Hospitality and Tourism Management and a Rotary Club of Mandeville Vocational Service Award for Outstanding Community Service Leadership and Devotion – Empowering our Youth.</p>\n<!-- /wp:paragraph -->','Young Manchester farmer Diandra Rowe topping her field','','inherit','closed','closed','','2267-revision-v1','','','2019-08-14 10:05:58','2019-08-14 15:05:58','',2267,'https://buzz-caribbean.com/article/2267-revision-v1/',0,'revision','',0),(3548,11,'2019-08-14 10:08:30','2019-08-14 15:08:30','','A Huawei Company Logo Is Seen At The Shenzhen International Airport In Shenzhen In Shenzhen','A Huawei company logo is seen at the Shenzhen International Airport in Shenzhen in Shenzhen, Guangdong province, China June 17, 2019. REUTERS/Aly Song - RC1BCA194B00','inherit','closed','closed','','a-huawei-company-logo-is-seen-at-the-shenzhen-international-airport-in-shenzhen-in-shenzhen','','','2019-08-14 10:08:30','2019-08-14 15:08:30','',3540,'https://buzz-caribbean.com/app/uploads/2019/08/Huawei-1280.jpg',0,'attachment','image/jpeg',0),(3550,9,'2019-08-14 10:22:47','2019-08-14 15:22:47','<!-- wp:paragraph -->\n<p>Music, culture … and clay? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s not something that readily comes to mind when one thinks about Trench Town, but the community is growing in popularity in many respects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Leading the charge is managing director of the Trench Town Ceramic and Art Centre, Garfield Williams.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Williams, in an interview with <strong>BUZZ</strong>, said he is proud that the Trench Town Ceramic and Art Centre stands as one of the few oases of creativity in the inner-city Kingston community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The rumours are true, I’ve seen it. I’ve felt it. The [clay] bonds our community.\" </p><cite>— Garfield Williams, managing director, Trench Town Ceramic and Art Centre</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The centre, located on Upper First Street, recently concluded its annual summer camp programme, which saw the involvement of 30 children in and around Trench Town. And in the past 10 years, more than 300 children have gotten the opportunity to experiment and express themselves working with the clay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What’s more, these works, no matter how simple they are, go on auction each year, and the proceeds assist in the kids’ back-to-school activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em><strong>Want to know more about the centre? Watch our informative BUZZ video feature below</strong></em><strong>.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/zUdm7fDHWoc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/zUdm7fDHWoc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong>, Williams, who is an artisan and sculptor, was beaming as he reflected on the great work being done by the children and the centre.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"To know we have such a substance that could be highlighted is amazing.\"</p><cite>— Williams </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“It’s a great look. I have to say hats off to the Bob Marley Foundation, SDC (Social Development Commission), TPDCo (Tourism Product Development Company Ltd), Ministry of Mining and myself, we’ve been doing it every year. I feel really good to know that I have people supporting what I’m doing,” Williams told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We always look forward to the summertime every year, having the kids out of school and being that mentor and father-figure looking out for them. That’s my satisfaction and for the guys around me. We’re glad we could have this magnitude of kids here.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Our whole history of crafts and culture is totally authentic and rich.\" </p><cite>— Williams</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Having left Trench Town for Canada when he was six years old and returning to Jamaica nearly 30 years ago, Williams attested that the area is blessed with the best clay in the country. And, according to Williams, artists from as far away as St Thomas, Manchester and Clarendon make the journey to purchase clay mined only in Trench Town. This, he said, has many spin-off benefits for the community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The rumours are true, I’ve seen it. I’ve felt it. The [clay] bonds our community in some sense, it’s a big oomph for Trench Town. It’s keeping the kids active; keeping the men and women that mine [the clay employed],” Williams said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our whole history of crafts and culture is totally authentic and rich. It’s a bonus for me to be showcasing it right here in Trench Town. To know we have such a substance that could be highlighted is amazing.”</p>\n<!-- /wp:paragraph -->','Trench Town modeling a brand with its clay','','inherit','closed','closed','','2367-revision-v1','','','2019-08-14 10:22:47','2019-08-14 15:22:47','',2367,'https://buzz-caribbean.com/article/2367-revision-v1/',0,'revision','',0),(3551,9,'2019-08-14 10:26:06','2019-08-14 15:26:06','<!-- wp:paragraph -->\n<p>Music, culture … and clay? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s not something that readily comes to mind when one thinks about Trench Town, but the community is growing in popularity in many respects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Leading the charge is managing director of the Trench Town Ceramic and Art Centre, Garfield Williams.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Williams, in an interview with <strong>BUZZ</strong>, said he is proud that the Trench Town Ceramic and Art Centre stands as one of the few oases of creativity in the inner-city Kingston community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The rumours are true, I’ve seen it. I’ve felt it. The [clay] bonds our community.\" </p><cite>— Garfield Williams, managing director, Trench Town Ceramic and Art Centre</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The centre, located on Upper First Street, recently concluded its annual summer camp programme, which saw the involvement of 30 children in and around Trench Town. And in the past 10 years, more than 300 children have gotten the opportunity to experiment and express themselves working with the clay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What’s more, these works, no matter how simple they are, go on auction each year, and the proceeds assist in the kids’ back-to-school activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em><strong>Want to know more about the centre? Watch our informative BUZZ video feature below</strong></em><strong>.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/zUdm7fDHWoc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/zUdm7fDHWoc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong>, Williams, who is an artisan and sculptor, was beaming as he reflected on the great work being done by the children and the centre.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"To know we have such a substance that could be highlighted is amazing.\"</p><cite>— Williams </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“It’s a great look. I have to say hats off to the Bob Marley Foundation, SDC (Social Development Commission), TPDCo (Tourism Product Development Company Ltd), Ministry of Mining and myself, we’ve been doing it every year. I feel really good to know that I have people supporting what I’m doing,” Williams told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We always look forward to the summertime every year, having the kids out of school and being that mentor and father-figure looking out for them. That’s my satisfaction and for the guys around me. We’re glad we could have this magnitude of kids here.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Our whole history of crafts and culture is totally authentic and rich.\" </p><cite>— Williams</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Having left Trench Town for Canada when he was six years old and returning to Jamaica nearly 30 years ago, Williams attested that the area is blessed with the best clay in the country. And, according to Williams, artists from as far away as St Thomas, Manchester and Clarendon make the journey to purchase clay mined only in Trench Town. This, he said, has many spin-off benefits for the community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The rumours are true, I’ve seen it. I’ve felt it. The [clay] bonds our community in some sense, it’s a big oomph for Trench Town. It’s keeping the kids active; keeping the men and women that mine [the clay employed],” Williams said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our whole history of crafts and culture is totally authentic and rich. It’s a bonus for me to be showcasing it right here in Trench Town. To know we have such a substance that could be highlighted is amazing.”</p>\n<!-- /wp:paragraph -->','Clay puts Trench Town on the map','','inherit','closed','closed','','2367-revision-v1','','','2019-08-14 10:26:06','2019-08-14 15:26:06','',2367,'https://buzz-caribbean.com/article/2367-revision-v1/',0,'revision','',0),(3553,4,'2019-08-14 10:41:58','2019-08-14 15:41:58','<!-- wp:image {\"id\":3491} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tainos-steps.jpg\" alt=\"\" class=\"wp-image-3491\" /><figcaption>The Tainos carved out steps from solid rock in the hill. (Photo: Facebook/Educatours)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The community of Woodside was awarded $5 million on Tuesday after winning the Caribbean Cement Build Your Community competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Here are some interesting facts about this historic community: </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>The community of Woodside was declared a national heritage site in 2015.</li><li>It was once home to the Tainos who carved out steps from solid rock from the 18th century in order to access water.</li><li>Woodside was also the site of a slave plantation where coffee was grown.</li><li>Its famous site known as Daddy Rock was a spot where slaves used to gather to host their religious ceremonies and plot insurrections.</li><li>The community is known for its heritage tourism and hosted students from North American Universities, descendants of the Tainos from Puerto Rico among others.</li><li> It also has an extensive cave network that was used by the Tainos and still has carvings inside its walls.</li></ul>\n<!-- /wp:list -->','How much do you know about the historic Woodside community in St Mary?','','inherit','closed','closed','','3526-revision-v1','','','2019-08-14 10:41:58','2019-08-14 15:41:58','',3526,'https://buzz-caribbean.com/article/3526-revision-v1/',0,'revision','',0),(3554,9,'2019-08-14 10:49:14','2019-08-14 15:49:14','<!-- wp:paragraph -->\n<p>Jamaicans are considered among the coolest people on Earth and many citizens, especially those traversing social media spaces, see Prime Minister Andrew Holness as our savviest leader in recent times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/42a5f8031dcddf873735dc4503b9b968/5DBC7DCA/t51.2885-15/e35/11930873_1753057154922068_81944720_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Holness\' 2015 post, dusting off a fresh pair of Desert Clarks, took social media by storm. The caption accompanying the viral photo paid homage to deejay Vybz Kartel (Photo: Contributed <em>Instagram</em>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Holness, the island’s eight prime minister, continues to run\none of the most engaging platforms on social media – with many drawing\ncomparisons to Canadian PM Justin Trudeau and former US President Barack Obama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2970} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-malaki-1-1024x636.jpg\" alt=\"\" class=\"wp-image-2970\" /><figcaption>Aww! Such a sweet moment between little Makai Lawrence and PM Andrew Holness in January (Photo contributed, Twitter)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From the young to the young-at-heart, just about everywhere our PM makes an appearance, Holness’ seemingly calm and endearing aura is infectious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2964} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-builder-buzz-demo.jpg\" alt=\"\" class=\"wp-image-2964\" /><figcaption>Holness, the #Builder himself at the Jamaica Labour Party\'s 75th general conference in 2018 (Photo contributed, Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a man who understands the power of social media and digital engagement, Holness largely owes his shock 2016 general election win to his outstanding presence on Facebook, Twitter, and Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He straddles a delicate balance between being Jamaica’s ‘everyman’ and leader of Government – in a way that demands your attention and provokes your thoughts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But does Holness\' \'cool factor\' really hold up? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"className\":\"instagram-media\"} -->\n<div class=\"wp-block-image instagram-media\"><figure class=\"alignleft\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/f80b584a351b4b21d42487a06008dff6/5DAD0DD5/t51.2885-15/e35/11910553_465628773641834_974670672_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Prime Minister Andrew Holness anticipating a pitch during a game of cricket with students at the Mount Zion Primary School in St. James. (Photo contributed, <em>Instagram</em>)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Turns out, there are apparently little holes in this plot as time and time again, Holness and his team have evolved and adapted to capitalize on the use of social media and its impact on Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rolling back the clock, <strong>BUZZ</strong> has delved deep through PM Holness’ timeline, and shares some of his \'coolest moments\', since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Check out our gallery of images below</em></strong>:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"158\",\"159\",\"160\",\"161\",\"162\",\"163\",\"2966\",\"2967\",\"2968\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-negril-1-1024x651.jpg\" alt=\"\" data-id=\"158\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-negril-1/\" class=\"wp-image-158\" /><figcaption>November 2015, the then-Opposition leader sips a jelly coconut after leaving the PNP in tatters after they rejected calls for a national debate (Photos contributed, Instagram)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-nesbeth-performance1-1024x576.jpg\" alt=\"\" data-id=\"159\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-nesbeth-performance1/\" class=\"wp-image-159\" /><figcaption>Recording artiste Nesbeth hands over the chorus of his mega-hit \'My Dream\' to newly installed PM Holness at the swearing-in ceremony in March 2016 (Photo contributed, YouTube)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-family1-1024x603.jpg\" alt=\"\" data-id=\"160\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-family1/\" class=\"wp-image-160\" /><figcaption>The Holnesses embodying actibe family goals in this 2016 snap (Photo contributed, Twitter)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-norman-dunn-20171-1024x582.jpg\" alt=\"\" data-id=\"161\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-norman-dunn-20171/\" class=\"wp-image-161\" /><figcaption>\'Only we who understan\' it can cross it! No road? No problem for Andrew Holness and eventual by-election winner for South East St. Mary, Dr. Norman Dunn (Photo contributed, YouTube)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-community-football1-1024x634.jpg\" alt=\"\" data-id=\"162\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-community-football1/\" class=\"wp-image-162\" /><figcaption>Holness, while still in Opposition, chills with members of West Central St. Andrew in 2015 (Photo contributed, NegrilStories.com)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-5.55.51-PM-1024x728.jpg\" alt=\"\" data-id=\"163\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/screen-shot-2019-07-17-at-5-55-51-pm/\" class=\"wp-image-163\" /><figcaption>Selfie time! After a courtesy call with the Jamaica Prefects\' Associated in April 2019, Holness channels his inner millenial with a viral group pic (Photo contributed, Twitter) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-malaki-1024x636.jpg\" alt=\"\" data-id=\"2966\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-malaki/\" class=\"wp-image-2966\" /><figcaption>AWWWW...! Little Makai Lawrence wrote to PM Holness in December 2018 asking to meet with him, and just as a surprise for the New Year - he showed up! (Photo contributed, Twitter)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-east-portland-1024x615.jpg\" alt=\"\" data-id=\"2967\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-east-portland/\" class=\"wp-image-2967\" /><figcaption>Mutual respect between this East Portland resident and PM Holness in March (Photo contributed, Twitter)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-placehotb-tweet.jpg\" alt=\"\" data-id=\"2968\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-placehotb-tweet/\" class=\"wp-image-2968\" /><figcaption>Jamaicans have an uncanny way of finding humour out of everything - even this blistering heat! PM Holness took a different approach, offering his words of caution to the viral #PlaceHotB hashtag (Photo contributed, Twitter)</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Just a little extra <strong>BUZZ</strong>, here\'s a sitdown between PM Andrew Holness and Dancehall superstar Popcaan. The pair were on hand for the historic groundbreaking ceremony in St. Thomas earlier in June. <strong><em>See video below</em></strong>:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/andrewholnessjm/status/1143948249155477504?lang=en\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/andrewholnessjm/status/1143948249155477504?lang=en\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you believe Andrew Holness is our coolest Prime Minister? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the <strong>BUZZ</strong> comment section below!</p>\n<!-- /wp:paragraph -->','Is Andrew Holness Jamaica’s coolest Prime Minister?','','inherit','closed','closed','','124-revision-v1','','','2019-08-14 10:49:14','2019-08-14 15:49:14','',124,'https://buzz-caribbean.com/article/124-revision-v1/',0,'revision','',0),(3557,11,'2019-08-14 10:54:05','2019-08-14 15:54:05','<!-- wp:paragraph -->\n<p>Huawei, the third-largest smartphone maker, introduced their new smart device operating system HarmonyOS, on August 9 at its Developer Conference in Dongguan, China. Huawei explained that the OS started life in 2017, but work was accelerated in early 2019. Version 2.0 is scheduled for 2020 and version 3.0 for 2021. Each update expands the types of devices the OS can operate on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/HarmonyOS-Launch.jpg\" alt=\"\" class=\"wp-image-3541\" /><figcaption>Huawei Developer Conference 2019 in Dongguan,&nbsp;China. (Photo: Huawei)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speculation is that the brand pushed forward the development and release of the OS to offset potential fallout from its current battle with the United States. On May 15, Huawei, under an executive order by US President Donald Trump was added to the US Department of Commerce\'s Bureau of Industry and Security Entity list. This effectively banned US companies from doing business with the Chinese technology giant. One of those companies was Google, supplier of the Android OS system used on Huawei’s phones. While Android is essentially open-source, elements such as the Google Play store, the application for purchasing apps, would become off-limits to Huawei. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3543} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Harmony-OS.jpg\" alt=\"\" class=\"wp-image-3543\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Harmony OS won’t replace Android, for now, only making its August debut on Huawei’s Honor Vision Smart TV, as Huawei said it wishes to continue the long term relationships it has with its US partners. It does claim, however, that it can move to the HarmonyOS at any time as the migration would take up to two days. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The OS will remain in the Chinese market until Huawei feels it has enough of a foundation for it to go global, but if the trade ban isn’t lifted by the time Huawei begins to release its new smart devices like the upcoming Mate 30 series, they will have no other option but to move to HarmonyOS.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3545} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Richard-Yu-Huawei.jpg\" alt=\"\" class=\"wp-image-3545\" /><figcaption> Richard Yu, CEO of Huawei Consumer Business Group presenting at the 2019 Huawei Developer Conference.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The real issue may lay in the large Android ecosystem. As the most adopted mobile operating system, it would be a significant task to bring over Android apps to the new platform based solely on their sheer volume, even though Richard Yu, CEO of Huawei Consumer Business Group, was quoted as saying that it would be just as easy to transfer Android apps over to HarmonyOS. Huawei also unveiled Huawei Mobile Services which includes AppGallery, the HarmonyOS version of the Google Play Store.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"We\'re entering a day and age where people expect a holistic intelligent experience across all devices and scenarios.\"</p><cite>—  Richard Yu, CEO of Huawei\'s Consumer Business Group </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>HarmonyOS isn’t just a replacement for Android, Yu says it represents a new generation of operating systems. In Huawei’s presentation, HarmonyOS uses a much simpler structure making it faster, and more secure than Android. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Our goal is to bring people a truly engaging and diverse experience.  </p><cite> —  Richard Yu, CEO of Huawei\'s Consumer Business Group  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Richard Yu, CEO of Huawei\'s Consumer Business Group, outlined the company\'s rationale in developing this new OS. \"We\'re entering a day and age where people expect a holistic intelligent experience across all devices and scenarios. To support this, we felt it was important to have an operating system with improved cross-platform capabilities. We needed an OS that supports all scenarios, that can be used across a broad range of devices and platforms, and that can meet consumer demand for low latency and strong security.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Comparison testing by Huawei resulted in performance up to five times faster than Google’s still in development Fuchsia OS.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The speed enhancements come from a  Deterministic Latency Engine and high-performance Inter Process Communication (IPC) that Huawei says provides precise resource scheduling with real-time load analysis and forecasting. Comparison testing by Huawei resulted in performance up to five times faster than Google’s still in development Fuchsia OS. There is less code in Harmony making it easier to spot and address security attacks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"We believe HarmonyOS will revitalize the industry and enrich the ecosystem.\" </p><cite>  —  Richard Yu, CEO of Huawei\'s Consumer Business Group   </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"Our goal is to bring people a truly engaging and diverse experience. We want to invite developers from around the world to join us as we build out this new ecosystem. Together, we will deliver an intelligent experience for consumers in all scenarios,\" Yu said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The OS is decoupled from the hardware, allowing a wider range of programming languages to be used and devices for it to be used on. It can automatically scale and adapt to varied screen layouts, controls, and interactions, Huawei said. One significant HarmonyOS feature is Artificial Intelligence. AI can be implemented in various scenarios on user devices. Like Android, the base elements of HarmonyOS will remain open-source.</p>\n<!-- /wp:paragraph -->','Huawei launches HarmonyOS','','inherit','closed','closed','','3540-revision-v1','','','2019-08-14 10:54:05','2019-08-14 15:54:05','',3540,'https://buzz-caribbean.com/article/3540-revision-v1/',0,'revision','',0),(3558,9,'2019-08-14 10:54:25','2019-08-14 15:54:25','','power-series','','inherit','closed','closed','','power-series','','','2019-08-14 10:54:25','2019-08-14 15:54:25','',2376,'https://buzz-caribbean.com/app/uploads/2019/08/power-series.jpg',0,'attachment','image/jpeg',0),(3559,9,'2019-08-14 10:54:57','2019-08-14 15:54:57','','power-series-1','','inherit','closed','closed','','power-series-1','','','2019-08-14 10:54:57','2019-08-14 15:54:57','',2376,'https://buzz-caribbean.com/app/uploads/2019/08/power-series-1.jpg',0,'attachment','image/jpeg',0),(3560,11,'2019-08-14 11:29:57','2019-08-14 16:29:57','<!-- wp:paragraph -->\n<p>“Calypso, can you help me?” Lloyd ‘Beeva’ Beckford, 70 years old, chuckles at the memory of himself as a tearful ten-year-old at a shoemaker’s shop in Olympic Way, Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3562} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lloyd-and-Dujae-Beckford-1024x683.jpg\" alt=\"\" class=\"wp-image-3562\" /><figcaption>The father-son duo of Beeva\'s Footwear, Lloyd and Dujae Beckford. (Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He had put together two pieces of material for makeshift shoes.\nHis six brothers and sisters had real shoes. Young Lloyd had missed out on a\npair. Calypso took pity on the boy and fixed things, so he could go out and\nhave fun with his siblings. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3563} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dujae-crafting-sandals-1024x683.jpg\" alt=\"\" class=\"wp-image-3563\" /><figcaption>Dujae Beckford hard at work crafting a new pair of sandals</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>That was Lloyd’s first attempt at shoemaking. You might say this was the first tiny spark that gave birth to <strong><em>Beeva’s Footwear</em></strong>. From uncertain beginnings, the business is now breaking ground on social media, with vibrant designs — even men’s sandals. And it’s a father and son enterprise!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3564} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Variety-of-hand-crafted-male-slippers-with-exceptional-finish-1024x683.jpg\" alt=\"\" class=\"wp-image-3564\" /><figcaption>Beeva\'s Footwear provides a variety of unique male sandals</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fast forward to 2019. “I love how things are progressing,” says Lloyd, from his workshop in Cooreville Gardens. He and his 29-year-old son Dujae work with the same two machines that the father started out with in the 1970s, producing a range of quality leather footwear for all tastes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3565} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hand-crafted-brown-male-slippers-BUZZ-1024x744.jpg\" alt=\"\" class=\"wp-image-3565\" /><figcaption>Stylishly crafted men\'s sandals</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the early days, the father was determined to learn a trade.\nThere were personal obstacles. Tough times, for him and for Jamaica. He started\noff with tailoring, but work became scarce. Eventually, he set up on his own,\nmaking shoes on the verandah in Waterhouse. He was the first young man to sell\nslippers, set out on the ground under a big tree in Parade, downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Customers came. Lloyd proudly says he was complimented on the neatness of his slippers which people said looked like they were made abroad. But challenges remained. Lloyd \'try a ting uptown\' and even took his products out of town to sell on the north coast, taking the bus with his young son.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “People want quality, and that’s what we offer the public.\"</p><cite>— Dujae Beckford, Co-owner Beeva\'s Footwear</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":3577} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Portrait-yellow-and-white-male-slippers-683x1024.jpg\" alt=\"\" class=\"wp-image-3577\" /><figcaption>Intricately designed men\'s sandals from Beeva\'s Footwear</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It was just me and Daddy,” says Dujae. With his wife out working long hours, Lloyd continued to make shoes on the verandah. Little Dujae used to grab his tools and try to use them, hitting so hard that “Him lick ‘im finger!”, Lloyd bursts out laughing. His mother bought him some plastic toy tools. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the story goes, baby Dujae threw them out of his crib. He wanted the real thing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3569} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Intricate-Design-Beevas-BUZZ-1024x683.jpg\" alt=\"\" class=\"wp-image-3569\" /><figcaption>Precision for every style detail in Beeva\'s Footwear</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It’s a trade that I love,” says Dujae simply. During his schooldays at George Headley Primary and Calabar High, he helped his father out, making “my likkle change.” Since 2010 he has worked a nine-to-five job, but that hasn’t stopped him from making shoes: “I have to find a balance.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2014, a friend introduced Dujae to Instagram. He decided to set up a business page, Beeva\'s Footwear. Nowadays Dujae creates, while Lloyd continues with repairs. Shoes are sold through the IG page. “Daddy doesn’t do social media,” jokes Dujae. “Not even WhatsApp!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BaP52LYB5XU/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BaP52LYB5XU/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Men don’t have many choices in casual footwear. Our sandals are unique, they stand out.” </p><cite>— Dujae Beckford, Co-owner Beeva\'s Footwear</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":3574} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Quality-leather-products-1024x683.jpg\" alt=\"\" class=\"wp-image-3574\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dujae wants the business to progress but has a good philosophy.\n“You know seh things haffi go in stages,” he says. “Nutten nuh easy. Anything\npeople do easy will always crash.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So why men’s sandals? “We’re happy to do men’s and women’s,” says\nDujae, adding: “Men don’t have many choices in casual footwear. Our sandals are\nunique, they stand out.” He laughs at his Dad’s remark about Clark’s shoes,\nonce a “must-have” in every Jamaican man’s wardrobe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3567} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-and-white-male-sandals-BUZZ-1024x683.jpg\" alt=\"\" class=\"wp-image-3567\" /><figcaption>Classic black and white sandals from Beeva\'s Footwear</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>And the future? “I want Beeva’s Footwear to go worldwide,” says\nDujae. “People want quality, and that’s what we offer the public. I am glad that\nthey are made in Jamaica. Trust me. Made in Jamaica! That means a lot. We want\nto help build Jamaica.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Father and son are close, you can tell. Dujae says, “One thing I\nlearned from my father is how to survive — in the sense that you can have a\ntrade, and you don’t have to depend on people.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Check out the gallery below with some men\'s sandals from Beeva\'s Footwear.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3578,3579,3580,3581]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Blue-and-whit-Claw-male-slippers-1-1024x683.jpg\" alt=\"\" data-id=\"3578\" data-link=\"https://buzz-caribbean.com/?attachment_id=3578\" class=\"wp-image-3578\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Yellow-and-white-male-slippers-1024x683.jpg\" alt=\"\" data-id=\"3579\" data-link=\"https://buzz-caribbean.com/?attachment_id=3579\" class=\"wp-image-3579\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-male-slippers-1024x683.jpg\" alt=\"\" data-id=\"3580\" data-link=\"https://buzz-caribbean.com/?attachment_id=3580\" class=\"wp-image-3580\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-and-white-male-sandals-BUZZ-1-1024x683.jpg\" alt=\"\" data-id=\"3581\" data-link=\"https://buzz-caribbean.com/?attachment_id=3581\" class=\"wp-image-3581\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','‘Just The Two a Wi’: Father and son learn life lessons at Beeva’s Footwear','','publish','closed','closed','','just-the-two-a-wi-father-and-son-learn-life-lessons-at-beevas-footwear','','','2019-08-17 10:41:15','2019-08-17 15:41:15','',0,'https://buzz-caribbean.com/?p=3560',0,'post','',0),(3561,9,'2019-08-14 11:00:37','2019-08-14 16:00:37','<!-- wp:paragraph -->\n<p>The Starz gangster drama, Power, which follows the exploits of James \'Ghost\' St Patrick and his partner in crime, \'Tommy\', is back for its final season on August 25.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3559} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/power-series-1-1024x732.jpg\" alt=\"\" class=\"wp-image-3559\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Curtis \'50 Cent\' Jackson, serves as an executive producer on the cable show and is featured as Ghost’s nemesis up to the end of Season 5.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2378} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/50cent-Exec-Producer.jpg\" alt=\"\" class=\"wp-image-2378\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Power began airing on Starz on June 7, 2014. It tells the riveting story of James St Patrick - nightclub owner and successful business operator and family man, who lives a double life as a drug overlord with his childhood sweetheart (Angie) as his mistress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=w8GuKAxLytU\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=w8GuKAxLytU\n</div><figcaption>‘Betrayal’ Trailer | Power Season 6 | STARZ</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>His trusted partner Tommy serves as his enforcer, and together they have to stay several steps ahead of law enforcement agencies and other drug operators. The show has proven to be a big hit in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2382} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/power-6-1.jpg\" alt=\"\" class=\"wp-image-2382\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Viewers look forward to the twists, turns and betrayals faced by the New York kingpin on the series when it is aired on weekends. When Power debuted in 2014, it drew only 460,000 viewers in the US. However, as many as 2.26 million viewers tuned in to catch the opening of Season 3 for the episode titled \'Call Me James\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2016, Power was the second most-watched series on cable (behind Game of Thrones) with more than 8 million viewers per episode via multiple platforms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell <strong>BUZZ</strong> what you think of Power.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Will it be missed when the curtains close on Season 6 or should the creators continue with this gangster chronicle? </p>\n<!-- /wp:paragraph -->','Power: Season 6 kicks off on August 25','','inherit','closed','closed','','2376-revision-v1','','','2019-08-14 11:00:37','2019-08-14 16:00:37','',2376,'https://buzz-caribbean.com/article/2376-revision-v1/',0,'revision','',0),(3562,11,'2019-08-14 11:04:27','2019-08-14 16:04:27','','Lloyd-and-Dujae-Beckford','','inherit','closed','closed','','lloyd-and-dujae-beckford','','','2019-08-14 11:04:27','2019-08-14 16:04:27','',3560,'https://buzz-caribbean.com/app/uploads/2019/08/Lloyd-and-Dujae-Beckford.jpg',0,'attachment','image/jpeg',0),(3563,11,'2019-08-14 11:05:45','2019-08-14 16:05:45','','Dujae-crafting-sandals','','inherit','closed','closed','','dujae-crafting-sandals','','','2019-08-14 11:05:45','2019-08-14 16:05:45','',3560,'https://buzz-caribbean.com/app/uploads/2019/08/Dujae-crafting-sandals.jpg',0,'attachment','image/jpeg',0),(3564,11,'2019-08-14 11:06:46','2019-08-14 16:06:46','','Variety-of-hand-crafted-male-slippers-with-exceptional-finish','','inherit','closed','closed','','variety-of-hand-crafted-male-slippers-with-exceptional-finish','','','2019-08-14 11:06:46','2019-08-14 16:06:46','',3560,'https://buzz-caribbean.com/app/uploads/2019/08/Variety-of-hand-crafted-male-slippers-with-exceptional-finish.jpg',0,'attachment','image/jpeg',0),(3565,11,'2019-08-14 11:08:11','2019-08-14 16:08:11','','Hand-crafted-brown-male-slippers-BUZZ','','inherit','closed','closed','','hand-crafted-brown-male-slippers-buzz','','','2019-08-14 11:08:11','2019-08-14 16:08:11','',3560,'https://buzz-caribbean.com/app/uploads/2019/08/Hand-crafted-brown-male-slippers-BUZZ.jpg',0,'attachment','image/jpeg',0),(3566,9,'2019-08-14 11:08:37','2019-08-14 16:08:37','<!-- wp:paragraph -->\n<p>Jamaicans are considered among the coolest people on Earth, and many citizens, especially those traversing social media spaces, see Prime Minister Andrew Holness as our savviest leader in recent times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/42a5f8031dcddf873735dc4503b9b968/5DBC7DCA/t51.2885-15/e35/11930873_1753057154922068_81944720_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Holness\' 2015 post in which he was dusting off a fresh pair of Desert Clarks took social media by storm. The caption accompanying the viral photo paid homage to deejay Vybz Kartel. (Photo: <em>Instagram</em> @andrewholnessjm)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Holness, the island’s eighth prime minister, continues to run one of the most engaging platforms on social media – with many drawing comparisons to Canadian PM Justin Trudeau and former US President Barack Obama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2970} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-malaki-1-1024x636.jpg\" alt=\"\" class=\"wp-image-2970\" /><figcaption>Aww! Such a sweet moment between little Makai Lawrence and PM Andrew Holness in January (Photo: Twitter @AndrewHolnessJM )</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From the young to the young-at-heart, just about everywhere our PM makes an appearance, his seemingly calm and endearing aura is infectious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2964} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-builder-buzz-demo.jpg\" alt=\"\" class=\"wp-image-2964\" /><figcaption>Holness, the #Builder, at the Jamaica Labour Party\'s 75th general conference in 2018 (Photo: Facebook @ AndrewHolnessJM)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a man who understands the power of social media and digital engagement, Holness largely owes his shock 2016 general election win to his outstanding presence on Facebook, Twitter, and Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He straddles a delicate balance between being Jamaica’s ‘everyman’ and leader of Government – in a way that demands your attention and provokes your thoughts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But does Holness\' \'cool factor\' really hold up? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"className\":\"instagram-media\"} -->\n<div class=\"wp-block-image instagram-media\"><figure class=\"alignleft\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/f80b584a351b4b21d42487a06008dff6/5DAD0DD5/t51.2885-15/e35/11910553_465628773641834_974670672_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Prime Minister Andrew Holness anticipating a pitch during a game of cricket with students at the Mount Zion Primary School in St James. (Photo: <em>Instagram</em> @andrewholnessjm) </figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It turns out that there are few holes in this plot, as time and time again, Holness and his team have evolved and adapted to capitalise on the use of social media and its impact on Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rolling back the clock, <strong>BUZZ</strong> has delved deep into Holness’ timeline to share some of his \'coolest\' moments since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Check out our gallery below</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"158\",\"159\",\"160\",\"161\",\"162\",\"163\",\"2966\",\"2967\",\"2968\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-negril-1-1024x651.jpg\" alt=\"\" data-id=\"158\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-negril-1/\" class=\"wp-image-158\" /><figcaption>November 2015, the then-Opposition leader sips a jelly coconut after leaving the PNP in tatters after they rejected calls for a national debate (Photos contributed, Instagram)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-nesbeth-performance1-1024x576.jpg\" alt=\"\" data-id=\"159\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-nesbeth-performance1/\" class=\"wp-image-159\" /><figcaption>Recording artiste Nesbeth hands over the chorus of his mega-hit \'My Dream\' to newly installed PM Holness at the swearing-in ceremony in March 2016 (Photo contributed, YouTube)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-family1-1024x603.jpg\" alt=\"\" data-id=\"160\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-family1/\" class=\"wp-image-160\" /><figcaption>The Holnesses embodying actibe family goals in this 2016 snap (Photo contributed, Twitter)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-norman-dunn-20171-1024x582.jpg\" alt=\"\" data-id=\"161\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-norman-dunn-20171/\" class=\"wp-image-161\" /><figcaption>\'Only we who understan\' it can cross it! No road? No problem for Andrew Holness and eventual by-election winner for South East St. Mary, Dr. Norman Dunn (Photo contributed, YouTube)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-community-football1-1024x634.jpg\" alt=\"\" data-id=\"162\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-community-football1/\" class=\"wp-image-162\" /><figcaption>Holness, while still in Opposition, chills with members of West Central St. Andrew in 2015 (Photo contributed, NegrilStories.com)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-5.55.51-PM-1024x728.jpg\" alt=\"\" data-id=\"163\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/screen-shot-2019-07-17-at-5-55-51-pm/\" class=\"wp-image-163\" /><figcaption>Selfie time! After a courtesy call with the Jamaica Prefects\' Associated in April 2019, Holness channels his inner millenial with a viral group pic (Photo contributed, Twitter) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-malaki-1024x636.jpg\" alt=\"\" data-id=\"2966\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-malaki/\" class=\"wp-image-2966\" /><figcaption>AWWWW...! Little Makai Lawrence wrote to PM Holness in December 2018 asking to meet with him, and just as a surprise for the New Year - he showed up! (Photo contributed, Twitter)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-east-portland-1024x615.jpg\" alt=\"\" data-id=\"2967\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-east-portland/\" class=\"wp-image-2967\" /><figcaption>Mutual respect between this East Portland resident and PM Holness in March (Photo contributed, Twitter)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-placehotb-tweet.jpg\" alt=\"\" data-id=\"2968\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-placehotb-tweet/\" class=\"wp-image-2968\" /><figcaption>Jamaicans have an uncanny way of finding humour out of everything - even this blistering heat! PM Holness took a different approach, offering his words of caution to the viral #PlaceHotB hashtag (Photo contributed, Twitter)</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Just a little extra <strong>BUZZ</strong>, here\'s a sitdown between Andrew Holness and dancehall artiste Popcaan. The pair were on hand for the historic groundbreaking ceremony in St Thomas in June. <strong><em>See video below</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/andrewholnessjm/status/1143948249155477504?lang=en\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/andrewholnessjm/status/1143948249155477504?lang=en\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you believe Andrew Holness is our coolest Prime Minister? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the <strong>BUZZ</strong> comment section below!</p>\n<!-- /wp:paragraph -->','Is Andrew Holness Jamaica’s coolest Prime Minister?','','inherit','closed','closed','','124-revision-v1','','','2019-08-14 11:08:37','2019-08-14 16:08:37','',124,'https://buzz-caribbean.com/article/124-revision-v1/',0,'revision','',0),(3567,11,'2019-08-14 11:11:47','2019-08-14 16:11:47','','Black-and-white-male-sandals-BUZZ','','inherit','closed','closed','','black-and-white-male-sandals-buzz','','','2019-08-14 11:11:47','2019-08-14 16:11:47','',3560,'https://buzz-caribbean.com/app/uploads/2019/08/Black-and-white-male-sandals-BUZZ.jpg',0,'attachment','image/jpeg',0),(3569,11,'2019-08-14 11:15:04','2019-08-14 16:15:04','','Intricate-Design-Beevas-BUZZ','','inherit','closed','closed','','intricate-design-beevas-buzz','','','2019-08-14 11:15:04','2019-08-14 16:15:04','',3560,'https://buzz-caribbean.com/app/uploads/2019/08/Intricate-Design-Beevas-BUZZ.jpg',0,'attachment','image/jpeg',0),(3570,9,'2019-08-14 11:15:08','2019-08-14 16:15:08','<!-- wp:image {\"id\":426} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Montego-Bay--1024x614.jpg\" alt=\"\" class=\"wp-image-426\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The allure of downtown Montego Bay has dwindled in the last few years, and the town has been facing challenges from other areas that were recently developed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the plethora of shops and other facilities, Fairview and Whitter Village have become attractive alternatives to the town and are now flooded with patrons on any given day.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, it seems the town centre could be on the cusp of a resurgence with the proposed development of the Closed Harbour Beach or Dump Up Beach as it is popularly called by locals. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Work has now started on the area that is expected to increase the appeal of the town for both locals and visitors. More than $500 million is expected to be spent over a two-year period on revamping the 16-acre property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When the work is complete, the waterfront lands are expected to be transformed into a world-class recreational space with amenities that the public will be able to access free of cost. In addition to the beach, the park will feature soft and hard landscaping, a jogging trail, an outdoor amphitheatre, multipurpose courts, a children’s play area, food kiosks, a boardwalk and other amenities. </p>\n<!-- /wp:paragraph -->','Downtown Montego Bay set for a resurgence','','inherit','closed','closed','','404-revision-v1','','','2019-08-14 11:15:08','2019-08-14 16:15:08','',404,'https://buzz-caribbean.com/article/404-revision-v1/',0,'revision','',0),(3571,9,'2019-08-14 11:16:03','2019-08-14 16:16:03','<!-- wp:image {\"id\":426} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Montego-Bay--1024x614.jpg\" alt=\"\" class=\"wp-image-426\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The allure of downtown Montego Bay has dwindled in the last few years, and the town has been facing challenges from other areas that were recently developed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the plethora of shops and other facilities, Fairview and Whitter Village have become attractive alternatives to downtown Montego Bay, and they are now flooded with patrons on any given day.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, it seems the town centre could be on the cusp of a resurgence with the proposed development of the Closed Harbour Beach or Dump Up Beach as it is popularly called by locals. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Work has now started on the area that is expected to increase the appeal of the town for both locals and visitors. More than $500 million is expected to be spent over a two-year period on revamping the 16-acre property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When the work is complete, the waterfront lands are expected to be transformed into a world-class recreational space with amenities that the public will be able to access free of cost. In addition to the beach, the park will feature soft and hard landscaping, a jogging trail, an outdoor amphitheatre, multipurpose courts, a children’s play area, food kiosks, a boardwalk and other amenities. </p>\n<!-- /wp:paragraph -->','Downtown MoBay set for a resurgence','','inherit','closed','closed','','404-revision-v1','','','2019-08-14 11:16:03','2019-08-14 16:16:03','',404,'https://buzz-caribbean.com/article/404-revision-v1/',0,'revision','',0),(3572,11,'2019-08-14 11:16:54','2019-08-14 16:16:54','','Cut-outs-ready-for-next-pairs-of-Beevas-sandals-BUZZ','','inherit','closed','closed','','cut-outs-ready-for-next-pairs-of-beevas-sandals-buzz','','','2019-08-14 11:16:54','2019-08-14 16:16:54','',3560,'https://buzz-caribbean.com/app/uploads/2019/08/Cut-outs-ready-for-next-pairs-of-Beevas-sandals-BUZZ.jpg',0,'attachment','image/jpeg',0),(3573,11,'2019-08-14 11:17:25','2019-08-14 16:17:25','','Exceptional-handcrafted-branding','','inherit','closed','closed','','exceptional-handcrafted-branding','','','2019-08-14 11:17:25','2019-08-14 16:17:25','',3560,'https://buzz-caribbean.com/app/uploads/2019/08/Exceptional-handcrafted-branding.jpg',0,'attachment','image/jpeg',0),(3574,11,'2019-08-14 11:17:52','2019-08-14 16:17:52','','Quality-leather-products','','inherit','closed','closed','','quality-leather-products','','','2019-08-14 11:17:52','2019-08-14 16:17:52','',3560,'https://buzz-caribbean.com/app/uploads/2019/08/Quality-leather-products.jpg',0,'attachment','image/jpeg',0),(3575,11,'2019-08-14 11:18:16','2019-08-14 16:18:16','','Blue-and-whit-Claw-male-slippers','','inherit','closed','closed','','blue-and-whit-claw-male-slippers','','','2019-08-14 11:18:16','2019-08-14 16:18:16','',3560,'https://buzz-caribbean.com/app/uploads/2019/08/Blue-and-whit-Claw-male-slippers.jpg',0,'attachment','image/jpeg',0),(3576,11,'2019-08-14 11:18:33','2019-08-14 16:18:33','','Claw-Male-Slippers-White-and-Blue','','inherit','closed','closed','','claw-male-slippers-white-and-blue','','','2019-08-14 11:18:33','2019-08-14 16:18:33','',3560,'https://buzz-caribbean.com/app/uploads/2019/08/Claw-Male-Slippers-White-and-Blue.jpg',0,'attachment','image/jpeg',0),(3577,11,'2019-08-14 11:18:52','2019-08-14 16:18:52','','Portrait-yellow-and-white-male-slippers','','inherit','closed','closed','','portrait-yellow-and-white-male-slippers','','','2019-08-14 11:18:52','2019-08-14 16:18:52','',3560,'https://buzz-caribbean.com/app/uploads/2019/08/Portrait-yellow-and-white-male-slippers.jpg',0,'attachment','image/jpeg',0),(3578,11,'2019-08-14 11:24:13','2019-08-14 16:24:13','','Blue-and-whit-Claw-male-slippers-1','','inherit','closed','closed','','blue-and-whit-claw-male-slippers-1','','','2019-08-14 11:24:13','2019-08-14 16:24:13','',3560,'https://buzz-caribbean.com/app/uploads/2019/08/Blue-and-whit-Claw-male-slippers-1.jpg',0,'attachment','image/jpeg',0),(3579,11,'2019-08-14 11:24:16','2019-08-14 16:24:16','','Yellow-and-white-male-slippers','','inherit','closed','closed','','yellow-and-white-male-slippers','','','2019-08-14 11:24:16','2019-08-14 16:24:16','',3560,'https://buzz-caribbean.com/app/uploads/2019/08/Yellow-and-white-male-slippers.jpg',0,'attachment','image/jpeg',0),(3580,11,'2019-08-14 11:24:43','2019-08-14 16:24:43','','Black-male-slippers','','inherit','closed','closed','','black-male-slippers','','','2019-08-14 11:24:43','2019-08-14 16:24:43','',3560,'https://buzz-caribbean.com/app/uploads/2019/08/Black-male-slippers.jpg',0,'attachment','image/jpeg',0),(3581,11,'2019-08-14 11:24:58','2019-08-14 16:24:58','','Black-and-white-male-sandals-BUZZ-1','','inherit','closed','closed','','black-and-white-male-sandals-buzz-1','','','2019-08-14 11:24:58','2019-08-14 16:24:58','',3560,'https://buzz-caribbean.com/app/uploads/2019/08/Black-and-white-male-sandals-BUZZ-1.jpg',0,'attachment','image/jpeg',0),(3583,11,'2019-08-14 11:29:57','2019-08-14 16:29:57','<!-- wp:paragraph -->\n<p>“Calypso, can you help me?” Lloyd ‘Beeva’ Beckford, 70 years old, chuckles at the memory of himself as a tearful ten-year-old at a shoemaker’s shop in Olympic Way, Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3562} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lloyd-and-Dujae-Beckford-1024x683.jpg\" alt=\"\" class=\"wp-image-3562\" /><figcaption>The father-son duo of Beeva\'s Footwear, Lloyd and Dujae Beckford</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He had put together two pieces of material for makeshift shoes.\nHis six brothers and sisters had real shoes. Young Lloyd had missed out on a\npair. Calypso took pity on the boy and fixed things, so he could go out and\nhave fun with his siblings. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3563} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dujae-crafting-sandals-1024x683.jpg\" alt=\"\" class=\"wp-image-3563\" /><figcaption>Dujae Beckford hard at work crafting a new pair of sandals</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>That was Lloyd’s first attempt at shoemaking. You might say this\nwas the first tiny spark that gave birth to Beeva’s Footwear. From uncertain\nbeginnings, the business is now breaking ground on social media, with vibrant\ndesigns — even men’s sandals. And it’s a father and son enterprise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3564} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Variety-of-hand-crafted-male-slippers-with-exceptional-finish-1024x683.jpg\" alt=\"\" class=\"wp-image-3564\" /><figcaption>Beeva\'s Footwear provides a variety of unique male sandals</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fast forward to 2019. “I love how things are progressing,” says Lloyd, from his workshop in Cooreville Gardens. He and his 29-year-old son Dujae work with the same two machines that the father started out with in the 1970s, producing a range of quality leather footwear for all tastes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3565} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hand-crafted-brown-male-slippers-BUZZ-1024x744.jpg\" alt=\"\" class=\"wp-image-3565\" /><figcaption>Stylishly crafted men\'s sandals</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the early days, the father was determined to learn a trade.\nThere were personal obstacles. Tough times, for him and for Jamaica. He started\noff with tailoring, but work became scarce. Eventually, he set up on his own,\nmaking shoes on the verandah in Waterhouse. He was the first young man to sell\nslippers, set out on the ground under a big tree in Parade, downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Customers came. Lloyd proudly says he was complimented on the\nneatness of his slippers which people said looked like they were made abroad.\nBut challenges remained. Lloyd “tried a ting” uptown, and even took his\nproducts out of town to sell on the north coast, taking the bus with his young\nson.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “People want quality, and that’s what we offer the public.\"</p><cite>— Dujae Beckford, Co-owner Beeva\'s Footwear</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":3577} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Portrait-yellow-and-white-male-slippers-683x1024.jpg\" alt=\"\" class=\"wp-image-3577\" /><figcaption>Intricately designed men\'s sandals from Beeva\'s Footwear</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It was just me and Daddy,” says Dujae. With his wife out working long hours, Lloyd continued to make shoes on the verandah. Little Dujae used to grab his tools and try to use them, hitting so hard that “He lick ‘im finger!”, Lloyd bursts out laughing. His mother bought him some plastic toy tools. Baby Dujae threw them out of his crib. He wanted the real thing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3569} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Intricate-Design-Beevas-BUZZ-1024x683.jpg\" alt=\"\" class=\"wp-image-3569\" /><figcaption>Precision for every style detail in Beeva\'s Footwear</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It’s a trade that I love,” says Dujae simply. During his schooldays at St George’s Primary and Calabar High, he helped his father out, making “my likkle change.” Since 2010 he has worked a nine-to-five job, but that hasn’t stopped him from making shoes: “I have to find a balance.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2014, a friend introduced Dujae to Instagram. He decided to set up a business page, Beevas Footwear. Nowadays Dujae creates, while Lloyd continues with repairs. Shoes are sold through the IG page. “Daddy doesn’t do social media,” jokes Dujae. “Not even WhatsApp!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BaP52LYB5XU/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BaP52LYB5XU/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Men don’t have many choices in casual footwear. Our sandals are unique, they stand out.” </p><cite>— Dujae Beckford, Co-owner Beeva\'s Footwear</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":3574} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Quality-leather-products-1024x683.jpg\" alt=\"\" class=\"wp-image-3574\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dujae wants the business to progress but has a good philosophy.\n“You know seh things haffi go in stages,” he says. “Nutten nuh easy. Anything\npeople do easy will always crash.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So why men’s sandals? “We’re happy to do men’s and women’s,” says\nDujae, adding: “Men don’t have many choices in casual footwear. Our sandals are\nunique, they stand out.” He laughs at his Dad’s remark about Clark’s shoes,\nonce a “must-have” in every Jamaican man’s wardrobe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3567} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-and-white-male-sandals-BUZZ-1024x683.jpg\" alt=\"\" class=\"wp-image-3567\" /><figcaption>Classic black and white sandals from Beeva\'s Footwear</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>And the future? “I want Beeva’s Footwear to go worldwide,” says\nDujae. “People want quality, and that’s what we offer the public. I am glad that\nthey are made in Jamaica. Trust me. Made in Jamaica! That means a lot. We want\nto help build Jamaica.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Father and son are close, you can tell. Dujae says, “One thing I\nlearned from my father is how to survive — in the sense that you can have a\ntrade, and you don’t have to depend on people.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Check out the gallery below with some men\'s sandals from Beeva\'s Footwear.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3578,3579,3580,3581]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Blue-and-whit-Claw-male-slippers-1-1024x683.jpg\" alt=\"\" data-id=\"3578\" data-link=\"https://buzz-caribbean.com/?attachment_id=3578\" class=\"wp-image-3578\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Yellow-and-white-male-slippers-1024x683.jpg\" alt=\"\" data-id=\"3579\" data-link=\"https://buzz-caribbean.com/?attachment_id=3579\" class=\"wp-image-3579\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-male-slippers-1024x683.jpg\" alt=\"\" data-id=\"3580\" data-link=\"https://buzz-caribbean.com/?attachment_id=3580\" class=\"wp-image-3580\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-and-white-male-sandals-BUZZ-1-1024x683.jpg\" alt=\"\" data-id=\"3581\" data-link=\"https://buzz-caribbean.com/?attachment_id=3581\" class=\"wp-image-3581\" /></figure></li></ul>\n<!-- /wp:gallery -->','‘Just The Two a Wi’: Father and son learn life lessons at Beeva’s Footwear','','inherit','closed','closed','','3560-revision-v1','','','2019-08-14 11:29:57','2019-08-14 16:29:57','',3560,'https://buzz-caribbean.com/article/3560-revision-v1/',0,'revision','',0),(3584,13,'2019-08-14 11:29:58','2019-08-14 16:29:58','','River N Picnic','','inherit','closed','closed','','river-n-picnic-2','','','2019-08-14 11:29:58','2019-08-14 16:29:58','',2088,'https://buzz-caribbean.com/app/uploads/2019/08/river-n-picnic-1.jpg',0,'attachment','image/jpeg',0),(3588,9,'2019-08-14 11:37:29','2019-08-14 16:37:29','','Montego-Bay-SIGN-new','','inherit','closed','closed','','montego-bay-sign-new','','','2019-08-14 11:37:29','2019-08-14 16:37:29','',404,'https://buzz-caribbean.com/app/uploads/2019/08/Montego-Bay-SIGN-new.jpg',0,'attachment','image/jpeg',0),(3589,9,'2019-08-14 11:37:54','2019-08-14 16:37:54','','Montego-Bay-Sam-SHARPE-SQUARE-new','','inherit','closed','closed','','montego-bay-sam-sharpe-square-new','','','2019-08-14 11:37:54','2019-08-14 16:37:54','',404,'https://buzz-caribbean.com/app/uploads/2019/08/Montego-Bay-Sam-SHARPE-SQUARE-new.jpg',0,'attachment','image/jpeg',0),(3590,9,'2019-08-14 11:38:04','2019-08-14 16:38:04','','Montego-Bay-Dump-up-beach-new','','inherit','closed','closed','','montego-bay-dump-up-beach-new','','','2019-08-14 11:38:04','2019-08-14 16:38:04','',404,'https://buzz-caribbean.com/app/uploads/2019/08/Montego-Bay-Dump-up-beach-new.jpg',0,'attachment','image/jpeg',0),(3591,9,'2019-08-14 11:41:32','2019-08-14 16:41:32','<!-- wp:image {\"id\":3588} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Montego-Bay-SIGN-new-1024x684.jpg\" alt=\"\" class=\"wp-image-3588\" /><figcaption>The sign that welcomes visitors to Montego Bay.  (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The allure of downtown Montego Bay has dwindled in the last few years, as the town has been facing challenges from other areas that were recently developed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the plethora of shops and other facilities, Fairview and Whitter Village have become attractive alternatives to downtown Montego Bay, and they are now flooded with patrons on any given day.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3589} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Montego-Bay-Sam-SHARPE-SQUARE-new-1024x684.jpg\" alt=\"\" class=\"wp-image-3589\" /><figcaption>Sam Sharpe Square in Montego Bay is usually buzzing with excitement.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, it seems the town centre could be on the cusp of a resurgence with the proposed development of the Closed Harbour Beach or Dump Up Beach as it is popularly called by locals. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Work has now started on the area that is expected to increase the appeal of the town for both locals and visitors. More than $500 million is expected to be spent over a two-year period on revamping the 16-acre property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3590} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Montego-Bay-Dump-up-beach-new-1024x684.jpg\" alt=\"\" class=\"wp-image-3590\" /><figcaption>Work is now under way at  Closed Harbour Beach (formerly Dump Up Beach)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When the work is complete, the waterfront lands are expected to be transformed into a world-class recreational space with amenities that the public will be able to access free of cost. In addition to the beach, the park will feature soft and hard landscaping, a jogging trail, an outdoor amphitheatre, multipurpose courts, a children’s play area, food kiosks, a boardwalk and other amenities. </p>\n<!-- /wp:paragraph -->','Downtown MoBay set for a resurgence','','inherit','closed','closed','','404-revision-v1','','','2019-08-14 11:41:32','2019-08-14 16:41:32','',404,'https://buzz-caribbean.com/article/404-revision-v1/',0,'revision','',0),(3596,9,'2019-08-14 11:52:33','2019-08-14 16:52:33','','raheem-sterling-1','','inherit','closed','closed','','raheem-sterling-1','','','2019-08-14 11:52:33','2019-08-14 16:52:33','',3279,'https://buzz-caribbean.com/app/uploads/2019/08/raheem-sterling-1.jpg',0,'attachment','image/jpeg',0),(3597,9,'2019-08-14 11:54:44','2019-08-14 16:54:44','<!-- wp:image {\"id\":3596} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/raheem-sterling-1.jpg\" alt=\"\" class=\"wp-image-3596\" /><figcaption> Raheem Sterling has signed a deal with Air Jordan. (Photos: Instagram @Sterling7) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica-born English-based soccer player Raheem Sterling is again on<br>the verge of making history in his blossoming career. He is set to become one of the first football players to sign an endorsement to wear Air Jordon football boots.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The deal with Air Jordan would open up a new front that the 24-year-old is set to lead, as the brand battles to dominate the lucrative football market. The offer could be as much as £100 million, it has been reported.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3296} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/raheem-sterling-1024x914.jpg\" alt=\"\" class=\"wp-image-3296\" /><figcaption>Air Jordan has reportedly offered Raheem Sterling £100 million to join its brand. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The brand only moved into football a year ago with the branding of the Paris St-Germain kit. It chiefly has endorsements with NBA and some Major League Baseball players.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sterling plays for Manchester City and is last season’s Football Writers’ Footballer of the Year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He\'s one of the first Jamaican-born players to win back-to-back English Premier League titles. His team won the Premier League titles in the 2017/18 and 2018/19 seasons. Sterling, who moved to England at the age of five, played for Liverpool, starting in 2010 before his record transfer to Manchester City.</p>\n<!-- /wp:paragraph -->','Air Jordan offers Raheem Sterling £100 million to join its brand','','inherit','closed','closed','','3279-revision-v1','','','2019-08-14 11:54:44','2019-08-14 16:54:44','',3279,'https://buzz-caribbean.com/article/3279-revision-v1/',0,'revision','',0),(3598,14,'2019-08-14 11:56:35','2019-08-14 16:56:35','','lifeyard-buzz-15','','inherit','closed','closed','','lifeyard-buzz-15','','','2019-08-14 11:56:35','2019-08-14 16:56:35','',2223,'https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-15.jpg',0,'attachment','image/jpeg',0),(3599,14,'2019-08-14 11:56:53','2019-08-14 16:56:53','','lifeyard-buzz-12','','inherit','closed','closed','','lifeyard-buzz-12','','','2019-08-14 11:56:53','2019-08-14 16:56:53','',2223,'https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-12.jpg',0,'attachment','image/jpeg',0),(3600,14,'2019-08-14 11:57:22','2019-08-14 16:57:22','','lifeyard-buzz-8','','inherit','closed','closed','','lifeyard-buzz-8','','','2019-08-14 11:57:22','2019-08-14 16:57:22','',2223,'https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-8.jpg',0,'attachment','image/jpeg',0),(3601,14,'2019-08-14 11:58:33','2019-08-14 16:58:33','','lifeyard-buzz-11','','inherit','closed','closed','','lifeyard-buzz-11','','','2019-08-14 11:58:33','2019-08-14 16:58:33','',2223,'https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-11.jpg',0,'attachment','image/jpeg',0),(3602,14,'2019-08-14 11:58:59','2019-08-14 16:58:59','','lifeyard-buzz-14','','inherit','closed','closed','','lifeyard-buzz-14','','','2019-08-14 11:58:59','2019-08-14 16:58:59','',2223,'https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-14.jpg',0,'attachment','image/jpeg',0),(3603,14,'2019-08-14 11:59:11','2019-08-14 16:59:11','','lifeyard-buzz-7','','inherit','closed','closed','','lifeyard-buzz-7','','','2019-08-14 11:59:11','2019-08-14 16:59:11','',2223,'https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-7.jpg',0,'attachment','image/jpeg',0),(3604,14,'2019-08-14 11:59:14','2019-08-14 16:59:14','','lifeyard-buzz-9','','inherit','closed','closed','','lifeyard-buzz-9','','','2019-08-14 11:59:14','2019-08-14 16:59:14','',2223,'https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-9.jpg',0,'attachment','image/jpeg',0),(3605,14,'2019-08-14 11:59:23','2019-08-14 16:59:23','','lifeyard-buzz-6','','inherit','closed','closed','','lifeyard-buzz-6','','','2019-08-14 11:59:23','2019-08-14 16:59:23','',2223,'https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-6.jpg',0,'attachment','image/jpeg',0),(3606,14,'2019-08-14 11:59:28','2019-08-14 16:59:28','','lifeyard-buzz-4','','inherit','closed','closed','','lifeyard-buzz-4','','','2019-08-14 11:59:28','2019-08-14 16:59:28','',2223,'https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-4.jpg',0,'attachment','image/jpeg',0),(3607,14,'2019-08-14 11:59:36','2019-08-14 16:59:36','','lifeyard-buzz-10','','inherit','closed','closed','','lifeyard-buzz-10','','','2019-08-14 11:59:36','2019-08-14 16:59:36','',2223,'https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-10.jpg',0,'attachment','image/jpeg',0),(3608,14,'2019-08-14 12:00:23','2019-08-14 17:00:23','','Lifeyard Buzz 2','','inherit','closed','closed','','lifeyard-buzz-2','','','2019-08-14 12:00:23','2019-08-14 17:00:23','',2223,'https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-2.jpg',0,'attachment','image/jpeg',0),(3609,14,'2019-08-14 12:01:15','2019-08-14 17:01:15','','lifeyard-buzz-12-1','','inherit','closed','closed','','lifeyard-buzz-12-1','','','2019-08-14 12:01:15','2019-08-14 17:01:15','',2223,'https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-12-1.jpg',0,'attachment','image/jpeg',0),(3610,21,'2019-08-14 12:05:27','2019-08-14 17:05:27','','Leon Bailey Featured Image','','inherit','closed','closed','','leon_bailey_featured-image','','','2019-08-14 12:05:27','2019-08-14 17:05:27','',53,'https://buzz-caribbean.com/app/uploads/2019/07/Leon_Bailey_Featured-Image.jpg',0,'attachment','image/jpeg',0),(3611,21,'2019-08-14 12:05:53','2019-08-14 17:05:53','<!-- wp:paragraph -->\n<p>Football superstars Jamaica\'s <strong>Leon Bailey</strong> and France\'s <strong>Kingsley Coman </strong>recently took to Instagram to highlight the pair hanging out in Bailey\'s native land.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":54} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Leon_Bailey_Buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-54\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Both players ply their trade in the <strong>German Bundesliga</strong> with <strong>Coman </strong>playing for <strong><em>Bayern Munich</em></strong> and <strong>Bailey</strong>, the wizard at <strong><em>Bayer Leverkusen</em></strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":55} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Kingsley_Coman_Buzz.jpg\" alt=\"\" class=\"wp-image-55\" /><figcaption>Kingsley Coman (Photo: bundesliga.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Bailey is recovering from playing in the recently concluded Gold Cup and Coman is said to be coming off an injury sustained during the latter part of the Bundesliga campaign.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":56} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Leon_Bailey_Barmenia_Buzz.jpg\" alt=\"\" class=\"wp-image-56\" /><figcaption>Leon Bailey (Photo: sports.yahoo.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Both players are highly rated youngsters with the world at their feet and have earned their time to be out enjoying the sea, sun and sand.</p>\n<!-- /wp:paragraph -->','Football stars hang out in Jamaica','','inherit','closed','closed','','53-revision-v1','','','2019-08-14 12:05:53','2019-08-14 17:05:53','',53,'https://buzz-caribbean.com/article/53-revision-v1/',0,'revision','',0),(3612,9,'2019-08-14 12:06:37','2019-08-14 17:06:37','','black-couple','','inherit','closed','closed','','black-couple','','','2019-08-14 12:06:37','2019-08-14 17:06:37','',386,'https://buzz-caribbean.com/app/uploads/2019/08/black-couple.jpg',0,'attachment','image/jpeg',0),(3613,9,'2019-08-14 12:07:16','2019-08-14 17:07:16','','phone-search','','inherit','closed','closed','','phone-search','','','2019-08-14 12:07:16','2019-08-14 17:07:16','',386,'https://buzz-caribbean.com/app/uploads/2019/08/phone-search.jpg',0,'attachment','image/jpeg',0),(3614,9,'2019-08-14 12:07:26','2019-08-14 17:07:26','<!-- wp:paragraph -->\n<p>Your best friend convinced you that meeting a man at church or at the workplace is so last century so she hooked you up with a dating app and you started swiping left and right as you scroll through the endless possibilities of man meat. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3612} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-couple-1024x774.jpg\" alt=\"\" class=\"wp-image-3612\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Suddenly you realise that you\'re even pickier today than you were when you started dating in your late teens but what exactly should be your deal-breakers when seeking a partner?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now everyone has their own pet peeves, likes, dislikes and hang-ups but the following should head the general list of ‘no-no’ when it comes to soulmate selection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Firstly, the <strong>nose picker</strong> has got to go! I do not know what some are digging for but they need to apply to China Harbour Engineering Company (CHEC) for one of those excavation positions. He may sit across from or beside you and then reach over to touch you! Fix it Jesus!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":388} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Tight-Jeans-Buzz.jpg\" alt=\"\" class=\"wp-image-388\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Introducing the <strong>tight pants posse</strong>! If your phone or your ‘package’ is clearly visible through your pants, it is a no love.&nbsp; At the opposite end of the extreme are the ‘<strong>saggy bottom boys’</strong>. There is honestly no worse fashion infraction than a man who allows his underwear — usually discoloured and dingy ones — to show. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are a bonafide ‘<strong>mamma’s boy’</strong> then you need to stay home with your mamma. She will love you unconditionally and walk behind you to clean up your mess and wash, sort and fold your laundry. No grown, independent woman should ever have to compete with that kind of love and devotion. Cue J-Lo\'s<em> <a href=\"https://www.youtube.com/watch?reload=9&amp;v=Pgmx7z49OEk\"><strong>Ain\'t Your Mama</strong></a></em>!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":389} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Mamas-Boy.png\" alt=\"\" class=\"wp-image-389\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <strong>‘phone\nsearcher’</strong> is another ‘no can do’. No listening to old voice notes,\nscrolling through Whatsapp messages scrutinising display pictures. Thou shall\nnot be subjected to that kind of invasion of privacy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3613} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/phone-search-1024x590.jpg\" alt=\"\" class=\"wp-image-3613\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The chronic cheater. </strong>You know the type. The ones that say hate the game, not the player and proceed to explain that every female in his car is his cousin on his father’s side.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":425,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Cheater-1.jpg\" alt=\"\" class=\"wp-image-425\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The woman beater</strong>. If one more\nmisguided woman say, ‘If he doesn’t hit me he don’t love me’, I will snatch off\nmy wig. Under no circumstances is it okay for his fist to connect with your\neye. If he cannot walk away when he gets angry, then you should walk out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":393} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Woman-Beater.jpg\" alt=\"\" class=\"wp-image-393\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The narcissist</strong>. Yes, he is not a\nsuitable mate either because he is not interested in whatever you have going\non. It is all about his day, activities and feelings. You are just there to be\nhis cheerleader but do not expect the same in return. Indeed why should you\nhave to compete with his mirror?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":396} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Narcissist.jpg\" alt=\"\" class=\"wp-image-396\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Mr 10 pm</strong>. There is a man on the loose formerly known as <em>‘Booty call Bob’</em>. The man who never takes you anywhere except to visit his 10-foot divan bed. You will never meet his family or friends; all the food he feeds you is either delivery or take out and he is never available to accept your calls during the day. It is like you are literally dating a ghost. Be gone, Casper!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":423} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Booty-Call.gif\" alt=\"\" class=\"wp-image-423\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The ‘baby mamma’ seeker</strong>. Lord! If a man ever starts a first (or second or third) date with that line, you need to make like a tree and leave! This individual means you no good, as being lauded for your fertility is not only demeaning but cheapens the whole business of bringing new life into this world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":427,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Baby-Mama-Seeker.jpg\" alt=\"\" class=\"wp-image-427\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The Neanderthal</strong>. The caveman type\nthat wants you to wash, cook and clean because for him domesticity is woman’s\nwork. Women have long moved from wearing an apron to rocking business suits or\nany professional attire so the man who wants to keep you barefooted and busy\ncleaning is not welcomed through your door.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":435,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Womans-Place-In-The-Kitchen.png\" alt=\"\" class=\"wp-image-435\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Having said all of that, you have to be mindful not to pass over a good man with a few flaws. Just because his socks do not match or he needs to lose ten pounds, does not mean he cannot be Mr. Right. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some things you can overlook or make suggestions on how to improve that diamond in the rough. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If his fashion sense is not on point then gently help him transform from corduroy to linen. Sometimes it just takes some patience and a good makeover to take a man from Gully Bop to Idris Elba.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Women, what are some of your deal breakers? </strong></p>\n<!-- /wp:paragraph -->','When man hunting, what are your deal-breakers?','','inherit','closed','closed','','386-revision-v1','','','2019-08-14 12:07:26','2019-08-14 17:07:26','',386,'https://buzz-caribbean.com/article/386-revision-v1/',0,'revision','',0),(3616,13,'2019-08-14 12:10:26','2019-08-14 17:10:26','','Unity In Th City','','inherit','closed','closed','','unity-in-th-city-2','','','2019-08-14 12:10:26','2019-08-14 17:10:26','',0,'https://buzz-caribbean.com/app/uploads/2019/08/unity-in-th-city-1.jpg',0,'attachment','image/jpeg',0),(3618,21,'2019-08-14 12:10:43','2019-08-14 17:10:43','<!-- wp:paragraph -->\n<p>Some say it is better to have loved and lost than to never have loved at all…but if the love goes south for whatever reason, you can always sign those papers and go about your merry way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the western world, you may need a good lawyer, a plausible reason, lengthy separation and a  tonne of paperwork to finally call it quits but this is not so in other parts of the world where getting ‘unhitched’ can be a simple, one, two, three. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3401} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Divorce-1024x686.jpg\" alt=\"\" class=\"wp-image-3401\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When the promise of happily ever after goes bust and the fairytale becomes a nightmare, just know that if local laws are weighing you down, you may want to look to lands far away because when it comes to international divorce laws, bizarre does not even begin to sum up what constitutes grounds for ditching a partner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For our friends up north in the&nbsp;<strong>United States</strong>, practically anything goes. In the state of&nbsp;<strong>Kentucky</strong>&nbsp;marrying the same man four times is illegal and apparently so is common sense. In&nbsp;<strong>Mississippi</strong>,&nbsp;you can get a divorce if you can prove your spouse is an idiot. Well, they chose you for a partner so really who is the idiot?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":81} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/idiot-1024x1024.jpg\" alt=\"\" class=\"wp-image-81\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Over in&nbsp;<strong>Tennessee</strong>, a man can love her and leave her legally if he provides her with a certain amount of dried beans, meat and enough yarn for her to knit stockings for a year. Like seriously?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":80} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Dried-Beans-and-a-Bag.jpg\" alt=\"\" class=\"wp-image-80\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In<strong>&nbsp;Kansas</strong>, not getting along with your in-law can constitute grounds for divorce while in the ‘Big Apple’ if you can prove that your partner has been crazy for at least five years the state of New York will grant you your freedom.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":82,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/crazy.jpg\" alt=\"\" class=\"wp-image-82\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Further away it gets even more bizarre. Take the island of&nbsp;<strong>Malta</strong>&nbsp;for instance where divorce is illegal because the nation has a 98 per cent Catholic population, with the illegality of divorce written into the Maltese constitution more than 50 years ago. Talk about sticking it out!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Divorce is illegal because the nation has a 98 per cent Catholic population </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":83,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/wedding-bands.jpg\" alt=\"\" class=\"wp-image-83\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Japan</strong>, however, goes to the opposite extreme with divorces being so straightforward a couple needs only fill out a one-page form, sign and seal it and get it done without even going to court.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":79,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/signed_document_contract_clip_art_26508.jpg\" alt=\"\" class=\"wp-image-79\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Saudi Arabians</strong>&nbsp;don’t play when it comes to providing for their spouses so if a husband doesn’t supply his wife with fresh coffee, she can divorce his non-java supplying skin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":78} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/china-coffee-cup.jpg\" alt=\"\" class=\"wp-image-78\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Eskimos</strong>&nbsp;may rub noses when in love but when that fades, and they no longer wish to be wed, they simply move out and live separate lives. No expensive divorce lawyer needed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":84} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/igloo-real-tools_h.jpg\" alt=\"\" class=\"wp-image-84\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Aboriginal Women in&nbsp;<strong>Australia</strong>&nbsp;may legally discard their husbands if they elope with a new partner. I guess the old adage about the best way to get over one man is to get under another works perfectly there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The&nbsp;<strong>Brazilians</strong>&nbsp;were definitely not playing around as a man had up to ten days to file for divorce if he found out his bride was not a virgin. This law was repealed in 2002.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In&nbsp;<strong>Samoa</strong>,&nbsp;a wife can file for divorce if her hubby simply forgets her birthday. Therefore a committed man must keep his calendar close at hand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":85,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/birthdaycalendar.jpg\" alt=\"\" class=\"wp-image-85\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What’s bizarre in one culture is beautiful in another. Just be happy that you got out of the relationship alive and well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>— Story written by C.W.</em></p>\n<!-- /wp:paragraph -->','Bizarre divorce laws found worldwide','','inherit','closed','closed','','77-revision-v1','','','2019-08-14 12:10:43','2019-08-14 17:10:43','',77,'https://buzz-caribbean.com/article/77-revision-v1/',0,'revision','',0),(3619,14,'2019-08-14 12:12:15','2019-08-14 17:12:15','<!-- wp:image {\"id\":3598} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-15-1024x683.jpg\" alt=\"\" class=\"wp-image-3598\" /><figcaption>Just outside the gate to LifeYard, a surreal mural of Haile Selassie adorns the wall of the eco-village (Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>LifeYard, found in the heart of Parade Gardens on Fleet\nStreet, is an eco-village.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was created by a group of young Rastafarians, out of a need to breathe life into Fleet Street.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Judging from the stunning imagery our BUZZ lenses captured, Fleet Street is  very much alive, artistically. <strong><em>Check out the gallery below:</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3600,3602,3603,3604,3605,3606,3607]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-8-1024x683.jpg\" alt=\"\" data-id=\"3600\" class=\"wp-image-3600\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-14-1024x683.jpg\" alt=\"\" data-id=\"3602\" data-link=\"https://buzz-caribbean.com/article/lifeyard-a-creative-oasis-in-kingstons-inner-city/lifeyard-buzz-14/\" class=\"wp-image-3602\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-7-1024x683.jpg\" alt=\"\" data-id=\"3603\" data-link=\"https://buzz-caribbean.com/article/lifeyard-a-creative-oasis-in-kingstons-inner-city/lifeyard-buzz-7/\" class=\"wp-image-3603\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-9-1024x683.jpg\" alt=\"\" data-id=\"3604\" data-link=\"https://buzz-caribbean.com/article/lifeyard-a-creative-oasis-in-kingstons-inner-city/lifeyard-buzz-9/\" class=\"wp-image-3604\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-6-1024x683.jpg\" alt=\"\" data-id=\"3605\" data-link=\"https://buzz-caribbean.com/article/lifeyard-a-creative-oasis-in-kingstons-inner-city/lifeyard-buzz-6/\" class=\"wp-image-3605\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-4-1024x683.jpg\" alt=\"\" data-id=\"3606\" data-link=\"https://buzz-caribbean.com/article/lifeyard-a-creative-oasis-in-kingstons-inner-city/lifeyard-buzz-4/\" class=\"wp-image-3606\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-10-1024x683.jpg\" alt=\"\" data-id=\"3607\" data-link=\"https://buzz-caribbean.com/article/lifeyard-a-creative-oasis-in-kingstons-inner-city/lifeyard-buzz-10/\" class=\"wp-image-3607\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>So, in 2014, the group started to beautify sections of the\ncommunity, to restore pride into the younger generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, LifeYard stands as a growing social enterprise – the\nfirst multicultural, intergenerational eco-village of its kind in Kingston!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3608} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-2-1024x683.jpg\" alt=\"\" class=\"wp-image-3608\" /><figcaption>LifeYard director Romaine \'Sabukie\' Allen</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It’s not just a physical space but a movement, as its\nmembers spearhead several community outreach programmes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the creative and cultural oasis it is, LifeYard welcomes all\nwalks of life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fuelled by a strong connection to Rastafarian roots, its\nmembers connect with everyone on a personal level.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3601} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-11-1024x683.jpg\" alt=\"\" class=\"wp-image-3601\" /><figcaption>Plant a seed of knowledge, tend to it and wisdom flourishes</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>LifeYard has a giftshop, bar, restaurant and is working on a\npermaculture farm to become self-sufficient.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The children of Fleet Street are the biggest beneficiaries of LifeYard’s activities, as the group engages in entrepreneurial activities and literacy programmes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3609} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-12-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3609\" /><figcaption>Accountant and Executive member of LifeYard Danijah Taylor (right) speaks to BUZZ on his #PenPowerment initiative. Looking on is Romaine \'Sabukie\' Allen, director</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Various skills are taught to members of the community, which LifeYard hopes can be used to earn a living. These include drumming, playing the piano, embroidery, sewing, jewellery making, and farming.</p>\n<!-- /wp:paragraph -->','LifeYard: A creative oasis in Kingston’s ‘inner-city’','','inherit','closed','closed','','2223-revision-v1','','','2019-08-14 12:12:15','2019-08-14 17:12:15','',2223,'https://buzz-caribbean.com/article/2223-revision-v1/',0,'revision','',0),(3620,21,'2019-08-14 12:12:51','2019-08-14 17:12:51','<!-- wp:paragraph -->\n<p>They are all under thirty and all married. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Two are Christians and one claimed to be a reformed player who hung up his shoes when he found the right woman. All of these men are married for less than four years and admit that while they are generally happy, they do sometimes miss the excitement of ‘doing road’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3415} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/marriage-1024x682.jpg\" alt=\"\" class=\"wp-image-3415\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They consented to share their views on settling down. Dwayne is 27 and a member of a Pentecostal church.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I would probably have waited...but we were encouraged to get married so we did.” </p><cite>— Dwayne</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I got married at 25 and it has its ups and downs but I am committed to it, as is my wife. We courted for a year and went on supervised and group dates with other Christian couples so as to avoid the temptation of premarital sex. Honestly, I would probably have waited until I finished school and was in a better financial situation but we were encouraged to get married so we did.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":106,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Wedding-rings.jpg\" alt=\"\" class=\"wp-image-106\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For Dwayne learning to live with someone else other than his siblings was a challenge. “The mood swings, the hair in the basin, the hundred pair of shoes in every colour, and not having much closet space, all was a major change. All of that took some getting used to but I love my wife and I’m going to enjoy getting to know more and more about her over time.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":107} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/mood-swings.jpg\" alt=\"\" class=\"wp-image-107\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At age 24 Sean is the father of two children but is unemployed at the moment. He still likes playing video games for hours and does not like changing diapers, so he and his pregnant wife argue a lot. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Bwoy a nuh this me really did sign up for but me done have kids with her already so what fi do.\" </p><cite>— Sean</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\n\nMe just a do me ting u seet. She can cook, the sex good and both our families are supportive and help out with the kids so me basically good. If she can learn fi button har lip more time, I would be even happier but me make me bed so…” \n\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3421} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-couple-arguing-1024x664.jpg\" alt=\"\" class=\"wp-image-3421\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Courtney is a youth pastor at a charismatic church in the Old Harbour area, and, as he tells it, nothing can really prepare you for the intricacies of a permanent union such as marriage. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> I was not forced to get married but it was the expected thing to do and so I did it. </p><cite>— Courtney</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p> “I thought I had witnessed enough from older couples and listening to the advice of my own parents who have been married thirty plus years but it was still a lot to take in when I got home from my honeymoon and realised that I am now responsible for a human being other than myself. It was scary. I thought, <em>suppose I fail</em>? So many people are expecting great things from me but what am I wanting of myself? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> It was scary. I thought, <em>suppose I fail</em>? </p><cite>— Courtney</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“So many young people are looking to me to set an example but I don’t even know if I can do this. I almost had a panic attack, no joke. My wife is beautiful, caring and compassionate but was I really ready to just be with one person for the rest of my life? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Even as a Christian I struggled...because in the church there are so many attractive females.</p><cite>— Courtney</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p> Even as a Christian I struggled with that because in the church there are so many attractive females that you have options and not all of them wanted a ring, some outright indicated that they would be down for a good time. People talk about morality and virtue and all of that but we are all human with human emotions, wants and desires.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3427} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Man-with-Bible-1024x594.jpg\" alt=\"\" class=\"wp-image-3427\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>I was not forced to get married but it was the expected thing to do and so I did it. Am I sorry? No. Should I have waited? Probably. But now that I have sealed the deal I will try to be the best husband I can be because my wife deserves it.”&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>— Story written by C.W.</em></p>\n<!-- /wp:paragraph -->','Are more young men settling down or just settling?','','inherit','closed','closed','','105-revision-v1','','','2019-08-14 12:12:51','2019-08-14 17:12:51','',105,'https://buzz-caribbean.com/article/105-revision-v1/',0,'revision','',0),(3623,4,'2019-08-14 12:14:10','2019-08-14 17:14:10','<!-- wp:paragraph -->\n<p>“Calypso, can you help me?” Lloyd ‘Beeva’ Beckford, 70 years old, chuckles at the memory of himself as a tearful ten-year-old at a shoemaker’s shop in Olympic Way, Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3562} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lloyd-and-Dujae-Beckford-1024x683.jpg\" alt=\"\" class=\"wp-image-3562\" /><figcaption>The father-son duo of Beeva\'s Footwear, Lloyd and Dujae Beckford. (Photos: Don Weysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He had put together two pieces of material for makeshift shoes.\nHis six brothers and sisters had real shoes. Young Lloyd had missed out on a\npair. Calypso took pity on the boy and fixed things, so he could go out and\nhave fun with his siblings. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3563} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dujae-crafting-sandals-1024x683.jpg\" alt=\"\" class=\"wp-image-3563\" /><figcaption>Dujae Beckford hard at work crafting a new pair of sandals</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>That was Lloyd’s first attempt at shoemaking. You might say this\nwas the first tiny spark that gave birth to Beeva’s Footwear. From uncertain\nbeginnings, the business is now breaking ground on social media, with vibrant\ndesigns — even men’s sandals. And it’s a father and son enterprise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3564} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Variety-of-hand-crafted-male-slippers-with-exceptional-finish-1024x683.jpg\" alt=\"\" class=\"wp-image-3564\" /><figcaption>Beeva\'s Footwear provides a variety of unique male sandals</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fast forward to 2019. “I love how things are progressing,” says Lloyd, from his workshop in Cooreville Gardens. He and his 29-year-old son Dujae work with the same two machines that the father started out with in the 1970s, producing a range of quality leather footwear for all tastes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3565} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hand-crafted-brown-male-slippers-BUZZ-1024x744.jpg\" alt=\"\" class=\"wp-image-3565\" /><figcaption>Stylishly crafted men\'s sandals</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the early days, the father was determined to learn a trade.\nThere were personal obstacles. Tough times, for him and for Jamaica. He started\noff with tailoring, but work became scarce. Eventually, he set up on his own,\nmaking shoes on the verandah in Waterhouse. He was the first young man to sell\nslippers, set out on the ground under a big tree in Parade, downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Customers came. Lloyd proudly says he was complimented on the\nneatness of his slippers which people said looked like they were made abroad.\nBut challenges remained. Lloyd “tried a ting” uptown, and even took his\nproducts out of town to sell on the north coast, taking the bus with his young\nson.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “People want quality, and that’s what we offer the public.\"</p><cite>— Dujae Beckford, Co-owner Beeva\'s Footwear</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":3577} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Portrait-yellow-and-white-male-slippers-683x1024.jpg\" alt=\"\" class=\"wp-image-3577\" /><figcaption>Intricately designed men\'s sandals from Beeva\'s Footwear</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It was just me and Daddy,” says Dujae. With his wife out working long hours, Lloyd continued to make shoes on the verandah. Little Dujae used to grab his tools and try to use them, hitting so hard that “He lick ‘im finger!”, Lloyd bursts out laughing. His mother bought him some plastic toy tools. Baby Dujae threw them out of his crib. He wanted the real thing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3569} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Intricate-Design-Beevas-BUZZ-1024x683.jpg\" alt=\"\" class=\"wp-image-3569\" /><figcaption>Precision for every style detail in Beeva\'s Footwear</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It’s a trade that I love,” says Dujae simply. During his schooldays at St George’s Primary and Calabar High, he helped his father out, making “my likkle change.” Since 2010 he has worked a nine-to-five job, but that hasn’t stopped him from making shoes: “I have to find a balance.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2014, a friend introduced Dujae to Instagram. He decided to set up a business page, Beevas Footwear. Nowadays Dujae creates, while Lloyd continues with repairs. Shoes are sold through the IG page. “Daddy doesn’t do social media,” jokes Dujae. “Not even WhatsApp!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BaP52LYB5XU/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BaP52LYB5XU/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Men don’t have many choices in casual footwear. Our sandals are unique, they stand out.” </p><cite>— Dujae Beckford, Co-owner Beeva\'s Footwear</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":3574} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Quality-leather-products-1024x683.jpg\" alt=\"\" class=\"wp-image-3574\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dujae wants the business to progress but has a good philosophy.\n“You know seh things haffi go in stages,” he says. “Nutten nuh easy. Anything\npeople do easy will always crash.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So why men’s sandals? “We’re happy to do men’s and women’s,” says\nDujae, adding: “Men don’t have many choices in casual footwear. Our sandals are\nunique, they stand out.” He laughs at his Dad’s remark about Clark’s shoes,\nonce a “must-have” in every Jamaican man’s wardrobe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3567} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-and-white-male-sandals-BUZZ-1024x683.jpg\" alt=\"\" class=\"wp-image-3567\" /><figcaption>Classic black and white sandals from Beeva\'s Footwear</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>And the future? “I want Beeva’s Footwear to go worldwide,” says\nDujae. “People want quality, and that’s what we offer the public. I am glad that\nthey are made in Jamaica. Trust me. Made in Jamaica! That means a lot. We want\nto help build Jamaica.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Father and son are close, you can tell. Dujae says, “One thing I\nlearned from my father is how to survive — in the sense that you can have a\ntrade, and you don’t have to depend on people.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Check out the gallery below with some men\'s sandals from Beeva\'s Footwear.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3578,3579,3580,3581]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Blue-and-whit-Claw-male-slippers-1-1024x683.jpg\" alt=\"\" data-id=\"3578\" data-link=\"https://buzz-caribbean.com/?attachment_id=3578\" class=\"wp-image-3578\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Yellow-and-white-male-slippers-1024x683.jpg\" alt=\"\" data-id=\"3579\" data-link=\"https://buzz-caribbean.com/?attachment_id=3579\" class=\"wp-image-3579\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-male-slippers-1024x683.jpg\" alt=\"\" data-id=\"3580\" data-link=\"https://buzz-caribbean.com/?attachment_id=3580\" class=\"wp-image-3580\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-and-white-male-sandals-BUZZ-1-1024x683.jpg\" alt=\"\" data-id=\"3581\" data-link=\"https://buzz-caribbean.com/?attachment_id=3581\" class=\"wp-image-3581\" /></figure></li></ul>\n<!-- /wp:gallery -->','‘Just The Two a Wi’: Father and son learn life lessons at Beeva’s Footwear','','inherit','closed','closed','','3560-revision-v1','','','2019-08-14 12:14:10','2019-08-14 17:14:10','',3560,'https://buzz-caribbean.com/article/3560-revision-v1/',0,'revision','',0),(3624,14,'2019-08-14 12:16:39','2019-08-14 17:16:39','','trench-town-ceramic-buzz-24','','inherit','closed','closed','','trench-town-ceramic-buzz-24','','','2019-08-14 12:16:39','2019-08-14 17:16:39','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-24.jpg',0,'attachment','image/jpeg',0),(3625,14,'2019-08-14 12:18:26','2019-08-14 17:18:26','','trench-town-ceramic-buzz-20','','inherit','closed','closed','','trench-town-ceramic-buzz-20','','','2019-08-14 12:18:26','2019-08-14 17:18:26','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-20.jpg',0,'attachment','image/jpeg',0),(3626,14,'2019-08-14 12:18:49','2019-08-14 17:18:49','','trench-town-ceramic-buzz-13','','inherit','closed','closed','','trench-town-ceramic-buzz-13','','','2019-08-14 12:18:49','2019-08-14 17:18:49','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-13.jpg',0,'attachment','image/jpeg',0),(3627,14,'2019-08-14 12:19:26','2019-08-14 17:19:26','','trench-town-ceramic-buzz-27','','inherit','closed','closed','','trench-town-ceramic-buzz-27','','','2019-08-14 12:19:26','2019-08-14 17:19:26','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-27.jpg',0,'attachment','image/jpeg',0),(3628,14,'2019-08-14 12:20:26','2019-08-14 17:20:26','','trench-town-ceramic-buzz-10','','inherit','closed','closed','','trench-town-ceramic-buzz-10','','','2019-08-14 12:20:26','2019-08-14 17:20:26','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-10.jpg',0,'attachment','image/jpeg',0),(3629,14,'2019-08-14 12:20:47','2019-08-14 17:20:47','','trench-town-ceramic-buzz-13-1','','inherit','closed','closed','','trench-town-ceramic-buzz-13-1','','','2019-08-14 12:20:47','2019-08-14 17:20:47','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-13-1.jpg',0,'attachment','image/jpeg',0),(3630,14,'2019-08-14 12:21:17','2019-08-14 17:21:17','','trench-town-ceramic-buzz-4','','inherit','closed','closed','','trench-town-ceramic-buzz-4','','','2019-08-14 12:21:17','2019-08-14 17:21:17','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-4.jpg',0,'attachment','image/jpeg',0),(3632,14,'2019-08-14 12:22:40','2019-08-14 17:22:40','','trench-town-ceramic-buzz-28','','inherit','closed','closed','','trench-town-ceramic-buzz-28','','','2019-08-14 12:22:40','2019-08-14 17:22:40','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-28.jpg',0,'attachment','image/jpeg',0),(3633,14,'2019-08-14 12:22:43','2019-08-14 17:22:43','','trench-town-ceramic-buzz-21','','inherit','closed','closed','','trench-town-ceramic-buzz-21','','','2019-08-14 12:22:43','2019-08-14 17:22:43','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-21.jpg',0,'attachment','image/jpeg',0),(3634,14,'2019-08-14 12:22:45','2019-08-14 17:22:45','','trench-town-ceramic-buzz-30','','inherit','closed','closed','','trench-town-ceramic-buzz-30','','','2019-08-14 12:22:45','2019-08-14 17:22:45','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-30.jpg',0,'attachment','image/jpeg',0),(3635,14,'2019-08-14 12:22:48','2019-08-14 17:22:48','','trench-town-ceramic-buzz-19','','inherit','closed','closed','','trench-town-ceramic-buzz-19','','','2019-08-14 12:22:48','2019-08-14 17:22:48','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-19.jpg',0,'attachment','image/jpeg',0),(3636,14,'2019-08-14 12:22:51','2019-08-14 17:22:51','','trench-town-ceramic-buzz-18','','inherit','closed','closed','','trench-town-ceramic-buzz-18','','','2019-08-14 12:22:51','2019-08-14 17:22:51','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-18.jpg',0,'attachment','image/jpeg',0),(3637,14,'2019-08-14 12:22:53','2019-08-14 17:22:53','','trench-town-ceramic-buzz-9','','inherit','closed','closed','','trench-town-ceramic-buzz-9','','','2019-08-14 12:22:53','2019-08-14 17:22:53','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-9.jpg',0,'attachment','image/jpeg',0),(3638,14,'2019-08-14 12:22:55','2019-08-14 17:22:55','','trench-town-ceramic-buzz-3','','inherit','closed','closed','','trench-town-ceramic-buzz-3','','','2019-08-14 12:22:55','2019-08-14 17:22:55','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-3.jpg',0,'attachment','image/jpeg',0),(3639,14,'2019-08-14 12:22:58','2019-08-14 17:22:58','','trench-town-ceramic-buzz-2','','inherit','closed','closed','','trench-town-ceramic-buzz-2','','','2019-08-14 12:22:58','2019-08-14 17:22:58','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-2.jpg',0,'attachment','image/jpeg',0),(3640,14,'2019-08-14 12:23:00','2019-08-14 17:23:00','','trench-town-ceramic-buzz-1','','inherit','closed','closed','','trench-town-ceramic-buzz-1','','','2019-08-14 12:23:00','2019-08-14 17:23:00','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-1.jpg',0,'attachment','image/jpeg',0),(3641,14,'2019-08-14 12:23:02','2019-08-14 17:23:02','','trench-town-ceramic-buzz-17','','inherit','closed','closed','','trench-town-ceramic-buzz-17','','','2019-08-14 12:23:02','2019-08-14 17:23:02','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-17.jpg',0,'attachment','image/jpeg',0),(3642,13,'2019-08-14 12:23:35','2019-08-14 17:23:35','','Unity In The City Edit','','inherit','closed','closed','','unity-in-the-city-edit-3','','','2019-08-14 12:23:35','2019-08-14 17:23:35','',0,'https://buzz-caribbean.com/app/uploads/2019/08/unity-in-the-city-edit-2.jpg',0,'attachment','image/jpeg',0),(3643,4,'2019-08-14 12:48:32','2019-08-14 17:48:32','<!-- wp:embed {\"url\":\"https://youtu.be/VKIBS5Shibg\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/VKIBS5Shibg\n</div></figure>\n<!-- /wp:embed -->','Katie Price will keep having cosmetic surgery','','publish','closed','closed','','katie-price-will-keep-having-cosmetic-surgery','','','2019-08-21 09:52:23','2019-08-21 14:52:23','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=3643',0,'video','',0),(3644,4,'2019-08-14 12:29:46','2019-08-14 17:29:46','','ResizeArtboard 10Katie Prics','','inherit','closed','closed','','resizeartboard-10katie-prics','','','2019-08-14 12:29:46','2019-08-14 17:29:46','',3643,'https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-10Katie-Prics.jpg',0,'attachment','image/jpeg',0),(3645,14,'2019-08-14 12:33:25','2019-08-14 17:33:25','','trench-town-ceramic-buzz-16','','inherit','closed','closed','','trench-town-ceramic-buzz-16','','','2019-08-14 12:33:25','2019-08-14 17:33:25','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-16.jpg',0,'attachment','image/jpeg',0),(3646,14,'2019-08-14 12:33:28','2019-08-14 17:33:28','','trench-town-ceramic-buzz-15','','inherit','closed','closed','','trench-town-ceramic-buzz-15','','','2019-08-14 12:33:28','2019-08-14 17:33:28','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-15.jpg',0,'attachment','image/jpeg',0),(3647,14,'2019-08-14 12:33:30','2019-08-14 17:33:30','','trench-town-ceramic-buzz-6','','inherit','closed','closed','','trench-town-ceramic-buzz-6','','','2019-08-14 12:33:30','2019-08-14 17:33:30','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-6.jpg',0,'attachment','image/jpeg',0),(3648,14,'2019-08-14 12:33:32','2019-08-14 17:33:32','','trench-town-ceramic-buzz-5','','inherit','closed','closed','','trench-town-ceramic-buzz-5','','','2019-08-14 12:33:32','2019-08-14 17:33:32','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-5.jpg',0,'attachment','image/jpeg',0),(3649,14,'2019-08-14 12:33:35','2019-08-14 17:33:35','','trench-town-ceramic-buzz-17-1','','inherit','closed','closed','','trench-town-ceramic-buzz-17-1','','','2019-08-14 12:33:35','2019-08-14 17:33:35','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-17-1.jpg',0,'attachment','image/jpeg',0),(3650,13,'2019-08-14 12:52:27','2019-08-14 17:52:27','','Back To School Fair Ramble','','inherit','closed','closed','','back-to-school-fair-ramble-2','','','2019-08-14 12:52:27','2019-08-14 17:52:27','',3392,'https://buzz-caribbean.com/app/uploads/2019/08/back-to-school-fair-ramble-1.jpg',0,'attachment','image/jpeg',0),(3651,14,'2019-08-14 12:53:03','2019-08-14 17:53:03','','trench-town-ceramic-buzz-31','','inherit','closed','closed','','trench-town-ceramic-buzz-31','','','2019-08-14 12:53:03','2019-08-14 17:53:03','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-31.jpg',0,'attachment','image/jpeg',0),(3652,14,'2019-08-14 12:53:05','2019-08-14 17:53:05','','trench-town-ceramic-buzz-33','','inherit','closed','closed','','trench-town-ceramic-buzz-33','','','2019-08-14 12:53:05','2019-08-14 17:53:05','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-33.jpg',0,'attachment','image/jpeg',0),(3653,14,'2019-08-14 12:53:08','2019-08-14 17:53:08','','trench-town-ceramic-buzz-32','','inherit','closed','closed','','trench-town-ceramic-buzz-32','','','2019-08-14 12:53:08','2019-08-14 17:53:08','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-32.jpg',0,'attachment','image/jpeg',0),(3654,14,'2019-08-14 12:54:39','2019-08-14 17:54:39','','trench-town-ceramic-buzz-29','','inherit','closed','closed','','trench-town-ceramic-buzz-29','','','2019-08-14 12:54:39','2019-08-14 17:54:39','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-29.jpg',0,'attachment','image/jpeg',0),(3655,14,'2019-08-14 12:54:43','2019-08-14 17:54:43','','trench-town-ceramic-buzz-12','','inherit','closed','closed','','trench-town-ceramic-buzz-12','','','2019-08-14 12:54:43','2019-08-14 17:54:43','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-12.jpg',0,'attachment','image/jpeg',0),(3656,14,'2019-08-14 12:54:46','2019-08-14 17:54:46','','trench-town-ceramic-buzz-11','','inherit','closed','closed','','trench-town-ceramic-buzz-11','','','2019-08-14 12:54:46','2019-08-14 17:54:46','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-11.jpg',0,'attachment','image/jpeg',0),(3657,14,'2019-08-14 12:54:49','2019-08-14 17:54:49','','trench-town-ceramic-buzz-10-1','','inherit','closed','closed','','trench-town-ceramic-buzz-10-1','','','2019-08-14 12:54:49','2019-08-14 17:54:49','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-10-1.jpg',0,'attachment','image/jpeg',0),(3658,14,'2019-08-14 12:54:52','2019-08-14 17:54:52','','trench-town-ceramic-buzz-8','','inherit','closed','closed','','trench-town-ceramic-buzz-8','','','2019-08-14 12:54:52','2019-08-14 17:54:52','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-8.jpg',0,'attachment','image/jpeg',0),(3659,14,'2019-08-14 12:54:54','2019-08-14 17:54:54','','trench-town-ceramic-buzz-26','','inherit','closed','closed','','trench-town-ceramic-buzz-26','','','2019-08-14 12:54:54','2019-08-14 17:54:54','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-26.jpg',0,'attachment','image/jpeg',0),(3660,14,'2019-08-14 12:54:56','2019-08-14 17:54:56','','trench-town-ceramic-buzz-25','','inherit','closed','closed','','trench-town-ceramic-buzz-25','','','2019-08-14 12:54:56','2019-08-14 17:54:56','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-25.jpg',0,'attachment','image/jpeg',0),(3661,14,'2019-08-14 12:54:59','2019-08-14 17:54:59','','trench-town-ceramic-buzz-23','','inherit','closed','closed','','trench-town-ceramic-buzz-23','','','2019-08-14 12:54:59','2019-08-14 17:54:59','',2367,'https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-23.jpg',0,'attachment','image/jpeg',0),(3662,4,'2019-08-14 13:06:00','2019-08-14 18:06:00','<!-- wp:embed {\"url\":\"https://youtu.be/5HhrlTY8sm0\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/5HhrlTY8sm0\n</div></figure>\n<!-- /wp:embed -->','Millie Bobby Brown set for role in Marvel\'s The Eternals','','publish','closed','closed','','millie-bobby-brown-set-for-role-in-marvels-the-eternals','','','2019-08-21 09:52:17','2019-08-21 14:52:17','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=3662',0,'video','',0),(3663,14,'2019-08-14 13:00:58','2019-08-14 18:00:58','<!-- wp:image {\"id\":3624} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-24-1024x683.jpg\" alt=\"\" class=\"wp-image-3624\" /><figcaption>The future of Trench Town, its children, are some of Jamaica\'s most creative. Armed with the best clay in the country, how could they not? (BUZZ photos by Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Music, culture … and clay? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s not something that readily comes to mind when one thinks about Trench Town, but the community is growing in popularity in many respects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3625} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-20-1024x683.jpg\" alt=\"\" class=\"wp-image-3625\" /><figcaption>Master potter Abraham Grant shows the BUZZ team a vat of prized Trench Town clay, arguably the best in Jamaica!</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Leading the charge is managing director of the Trench Town Ceramic and Art Centre, Garfield Williams.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Williams, in an interview with <strong>BUZZ</strong>, said he is proud that the Trench Town Ceramic and Art Centre stands as one of the few oases of creativity in the inner-city Kingston community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3629} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-13-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3629\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The rumours are true, I’ve seen it. I’ve felt it. The [clay] bonds our community.\" </p><cite>— Garfield Williams, managing director, Trench Town Ceramic and Art Centre</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The centre, located on Upper First Street, recently concluded its annual summer camp programme, which saw the involvement of 30 children in and around Trench Town. And in the past 10 years, more than 300 children have gotten the opportunity to experiment and express themselves working with the clay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What’s more, these works, no matter how simple they are, go on auction each year, and the proceeds assist in the kids’ back-to-school activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-27-1024x683.jpg\" alt=\"\" class=\"wp-image-3627\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em><strong>Want to know more about the centre? Watch our informative BUZZ video feature below</strong></em><strong>.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/zUdm7fDHWoc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/zUdm7fDHWoc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong>, Williams, who is an artisan and sculptor, was beaming as he reflected on the great work being done by the children and the centre.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"To know we have such a substance that could be highlighted is amazing.\"</p><cite>— Williams </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“It’s a great look. I have to say hats off to the Bob Marley Foundation, SDC (Social Development Commission), TPDCo (Tourism Product Development Company Ltd), Ministry of Mining and myself, we’ve been doing it every year. I feel really good to know that I have people supporting what I’m doing,” Williams told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3641} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-17-1024x683.jpg\" alt=\"\" class=\"wp-image-3641\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We always look forward to the summertime every year, having the kids out of school and being that mentor and father-figure looking out for them. That’s my satisfaction and for the guys around me. We’re glad we could have this magnitude of kids here.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Our whole history of crafts and culture is totally authentic and rich.\" </p><cite>— Williams</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Having left Trench Town for Canada when he was six years old and returning to Jamaica nearly 30 years ago, Williams attested that the area is blessed with the best clay in the country. And, according to Williams, artists from as far away as St Thomas, Manchester and Clarendon make the journey to purchase clay mined only in Trench Town. This, he said, has many spin-off benefits for the community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-3630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The rumours are true, I’ve seen it. I’ve felt it. The [clay] bonds our community in some sense, it’s a big oomph for Trench Town. It’s keeping the kids active; keeping the men and women that mine [the clay employed],” Williams said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our whole history of crafts and culture is totally authentic and rich. It’s a bonus for me to be showcasing it right here in Trench Town. To know we have such a substance that could be highlighted is amazing.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em><strong>Check out more highlights in our BUZZ gallery below:</strong></em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3661,3656,3632,3655,3635,3660,3633,3653,3657,3636,3637,3654,3634,3658,3638,3639,3659,3640,3645,3646,3647,3651,3652]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-23-1024x576.jpg\" alt=\"\" data-id=\"3661\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-23/\" class=\"wp-image-3661\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-11-1024x683.jpg\" alt=\"\" data-id=\"3656\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-11/\" class=\"wp-image-3656\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-28-1024x683.jpg\" alt=\"\" data-id=\"3632\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-28/\" class=\"wp-image-3632\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-12-1024x683.jpg\" alt=\"\" data-id=\"3655\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-12/\" class=\"wp-image-3655\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-19-1024x683.jpg\" alt=\"\" data-id=\"3635\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-19/\" class=\"wp-image-3635\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-25-1024x683.jpg\" alt=\"\" data-id=\"3660\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-25/\" class=\"wp-image-3660\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-21-1024x683.jpg\" alt=\"\" data-id=\"3633\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-21/\" class=\"wp-image-3633\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-32-1024x683.jpg\" alt=\"\" data-id=\"3653\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-32/\" class=\"wp-image-3653\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-10-1-1024x683.jpg\" alt=\"\" data-id=\"3657\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-10-1/\" class=\"wp-image-3657\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-18-1024x683.jpg\" alt=\"\" data-id=\"3636\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-18/\" class=\"wp-image-3636\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-9-1024x683.jpg\" alt=\"\" data-id=\"3637\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-9/\" class=\"wp-image-3637\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-29-1024x683.jpg\" alt=\"\" data-id=\"3654\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-29/\" class=\"wp-image-3654\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-30-1024x683.jpg\" alt=\"\" data-id=\"3634\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-30/\" class=\"wp-image-3634\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-8-1024x683.jpg\" alt=\"\" data-id=\"3658\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-8/\" class=\"wp-image-3658\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-3-1024x683.jpg\" alt=\"\" data-id=\"3638\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-3/\" class=\"wp-image-3638\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-2-1024x683.jpg\" alt=\"\" data-id=\"3639\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-2/\" class=\"wp-image-3639\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-26-1024x576.jpg\" alt=\"\" data-id=\"3659\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-26/\" class=\"wp-image-3659\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-1-1024x683.jpg\" alt=\"\" data-id=\"3640\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-1/\" class=\"wp-image-3640\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-16-683x1024.jpg\" alt=\"\" data-id=\"3645\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-16/\" class=\"wp-image-3645\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-15-683x1024.jpg\" alt=\"\" data-id=\"3646\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-15/\" class=\"wp-image-3646\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-6-683x1024.jpg\" alt=\"\" data-id=\"3647\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-6/\" class=\"wp-image-3647\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-31-683x1024.jpg\" alt=\"\" data-id=\"3651\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-31/\" class=\"wp-image-3651\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-33-683x1024.jpg\" alt=\"\" data-id=\"3652\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-33/\" class=\"wp-image-3652\" /></figure></li></ul>\n<!-- /wp:gallery -->','Clay puts Trench Town on the map','','inherit','closed','closed','','2367-revision-v1','','','2019-08-14 13:00:58','2019-08-14 18:00:58','',2367,'https://buzz-caribbean.com/article/2367-revision-v1/',0,'revision','',0),(3664,4,'2019-08-14 13:04:03','2019-08-14 18:04:03','','ResizeArtboard 10Millie Brown','','inherit','closed','closed','','resizeartboard-10millie-brown','','','2019-08-14 13:04:03','2019-08-14 18:04:03','',3662,'https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-10Millie-Brown.jpg',0,'attachment','image/jpeg',0),(3665,4,'2019-08-14 13:04:06','2019-08-14 18:04:06','','ResizeArtboard 10Leo &amp;Margot','','inherit','closed','closed','','resizeartboard-10leo-margot','','','2019-08-14 13:04:06','2019-08-14 18:04:06','',3662,'https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-10Leo-Margot.jpg',0,'attachment','image/jpeg',0),(3666,4,'2019-08-14 13:04:18','2019-08-14 18:04:18','','ResizeArtboard 10Puff And Paint','','inherit','closed','closed','','resizeartboard-10puff-and-paint','','','2019-08-14 13:04:18','2019-08-14 18:04:18','',3662,'https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-10Puff-and-Paint.jpg',0,'attachment','image/jpeg',0),(3667,4,'2019-08-14 13:04:24','2019-08-14 18:04:24','','ResizeArtboard 10Katy Perry VMA','','inherit','closed','closed','','resizeartboard-10katy-perry-vma','','','2019-08-14 13:04:24','2019-08-14 18:04:24','',3662,'https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-10Katy-Perry-VMA.jpg',0,'attachment','image/jpeg',0),(3668,4,'2019-08-14 13:04:26','2019-08-14 18:04:26','','ResizeArtboard 10Kim &amp; Tristan','','inherit','closed','closed','','resizeartboard-10kim-tristan','','','2019-08-14 13:04:26','2019-08-14 18:04:26','',3662,'https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-10Kim-Tristan.jpg',0,'attachment','image/jpeg',0),(3670,4,'2019-08-14 13:04:54','2019-08-14 18:04:54','','ResizeArtboard 10Epican 1','','inherit','closed','closed','','resizeartboard-10epican-1','','','2019-08-14 13:04:54','2019-08-14 18:04:54','',3662,'https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-10Epican-1.jpg',0,'attachment','image/jpeg',0),(3671,4,'2019-08-14 13:04:55','2019-08-14 18:04:55','','ResizeArtboard 10Epican 2','','inherit','closed','closed','','resizeartboard-10epican-2','','','2019-08-14 13:04:55','2019-08-14 18:04:55','',3662,'https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-10Epican-2.jpg',0,'attachment','image/jpeg',0),(3672,4,'2019-08-14 13:04:58','2019-08-14 18:04:58','','ResizeArtboard 10Fully Loaded','','inherit','closed','closed','','resizeartboard-10fully-loaded','','','2019-08-14 13:04:58','2019-08-14 18:04:58','',3662,'https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-10Fully-Loaded.jpg',0,'attachment','image/jpeg',0),(3673,4,'2019-08-14 13:04:59','2019-08-14 18:04:59','','ResizeArtboard 10Gospel','','inherit','closed','closed','','resizeartboard-10gospel','','','2019-08-14 13:04:59','2019-08-14 18:04:59','',3662,'https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-10Gospel.jpg',0,'attachment','image/jpeg',0),(3674,4,'2019-08-14 13:05:00','2019-08-14 18:05:00','','ResizeArtboard 10Gweneth','','inherit','closed','closed','','resizeartboard-10gweneth','','','2019-08-14 13:05:00','2019-08-14 18:05:00','',3662,'https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-10Gweneth.jpg',0,'attachment','image/jpeg',0),(3675,4,'2019-08-14 13:05:01','2019-08-14 18:05:01','','ResizeArtboard 10Heidi Klum','','inherit','closed','closed','','resizeartboard-10heidi-klum','','','2019-08-14 13:05:01','2019-08-14 18:05:01','',3662,'https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-10Heidi-Klum.jpg',0,'attachment','image/jpeg',0),(3676,4,'2019-08-14 13:05:02','2019-08-14 18:05:02','','ResizeArtboard 10Anne Hateway','','inherit','closed','closed','','resizeartboard-10anne-hateway','','','2019-08-14 13:05:02','2019-08-14 18:05:02','',3662,'https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-10Anne-Hateway.jpg',0,'attachment','image/jpeg',0),(3677,4,'2019-08-14 13:05:03','2019-08-14 18:05:03','','ResizeArtboard 10Beiber','','inherit','closed','closed','','resizeartboard-10beiber','','','2019-08-14 13:05:03','2019-08-14 18:05:03','',3662,'https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-10Beiber.jpg',0,'attachment','image/jpeg',0),(3678,4,'2019-08-14 13:18:56','2019-08-14 18:18:56','<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=alTWFyvjmVw\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=alTWFyvjmVw&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Kim Kardashian unhappy with Tristan\'s birthday party behaviour','','publish','closed','closed','','kim-kardashian-unhappy-with-tristans-birthday-party-behaviour','','','2019-08-21 09:52:11','2019-08-21 14:52:11','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=3678',0,'video','',0),(3679,14,'2019-08-14 13:13:38','2019-08-14 18:13:38','','lng-frst-andrew-holness-buzz-4','','inherit','closed','closed','','lng-frst-andrew-holness-buzz-4','','','2019-08-14 13:13:38','2019-08-14 18:13:38','',2143,'https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-4.jpg',0,'attachment','image/jpeg',0),(3680,14,'2019-08-14 13:13:52','2019-08-14 18:13:52','','lng-frst-andrew-holness-buzz-5','','inherit','closed','closed','','lng-frst-andrew-holness-buzz-5','','','2019-08-14 13:13:52','2019-08-14 18:13:52','',2143,'https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-5.jpg',0,'attachment','image/jpeg',0),(3681,14,'2019-08-14 13:14:15','2019-08-14 18:14:15','','lng-frst-andrew-holness-buzz-3','','inherit','closed','closed','','lng-frst-andrew-holness-buzz-3','','','2019-08-14 13:14:15','2019-08-14 18:14:15','',2143,'https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-3.jpg',0,'attachment','image/jpeg',0),(3682,14,'2019-08-14 13:14:36','2019-08-14 18:14:36','','lng-frst-andrew-holness-buzz-2','','inherit','closed','closed','','lng-frst-andrew-holness-buzz-2','','','2019-08-14 13:14:36','2019-08-14 18:14:36','',2143,'https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-2.jpg',0,'attachment','image/jpeg',0),(3683,14,'2019-08-14 13:14:53','2019-08-14 18:14:53','','lng-frst-andrew-holness-buzz-1','','inherit','closed','closed','','lng-frst-andrew-holness-buzz-1','','','2019-08-14 13:14:53','2019-08-14 18:14:53','',2143,'https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-1.jpg',0,'attachment','image/jpeg',0),(3685,14,'2019-08-14 13:16:56','2019-08-14 18:16:56','','lng-frst-andrew-holness-buzz-6','','inherit','closed','closed','','lng-frst-andrew-holness-buzz-6','','','2019-08-14 13:16:56','2019-08-14 18:16:56','',2143,'https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-6.jpg',0,'attachment','image/jpeg',0),(3686,14,'2019-08-14 13:18:55','2019-08-14 18:18:55','','lng-frst-andrew-holness-buzz-6-1','','inherit','closed','closed','','lng-frst-andrew-holness-buzz-6-1','','','2019-08-14 13:18:55','2019-08-14 18:18:55','',2143,'https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-6-1.jpg',0,'attachment','image/jpeg',0),(3687,4,'2019-08-14 13:30:06','2019-08-14 18:30:06','<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=3wifXEpjOuY\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=3wifXEpjOuY&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Hugh Jackman reveals how he saved his marriage','','publish','closed','closed','','hugh-jackman-reveals-how-he-saved-his-marriage','','','2019-08-21 09:52:06','2019-08-21 14:52:06','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=3687',0,'video','',0),(3688,4,'2019-08-14 13:26:15','2019-08-14 18:26:15','','ResizeArtboard 10HughJackman','','inherit','closed','closed','','resizeartboard-10hughjackman','','','2019-08-14 13:26:15','2019-08-14 18:26:15','',3687,'https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-10HughJackman.jpg',0,'attachment','image/jpeg',0),(3689,14,'2019-08-14 13:27:25','2019-08-14 18:27:25','<!-- wp:image {\"id\":3686} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-6-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3686\" /><figcaption>Prime Minister Andrew Holness (BUZZ photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister Andrew Holness is calling on Jamaica to make greater efforts to become environmentally conscious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Jamaica is not a significant emitter of carbon and other environmentally depleting emissions, but Jamaica suffers from the effects of climate change by virtue of its location, by virtue of being an island and by virtue of being small,” he began. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3682} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-2-1024x683.jpg\" alt=\"\" class=\"wp-image-3682\" /><figcaption> Founder and Chairman of New Fortress Energy Wes Edens presents another \'FRST\' for Jamaica alongside Prime Minister Andrew Holness off the coast of St. Elizabeth (BUZZ photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“And so, we have to be environmentally conscious. We have to\ninternalise that and also integrate that in everything that we do,” said\nHolness. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Prime Minister gave his keynote address at the launch of New Fortress Energy’s Floating Regasification Storage Terminal (FRST); off Moneymusk’s coastline in St. Elizabeth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3681} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-3-683x1024.jpg\" alt=\"\" class=\"wp-image-3681\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Minister Without Portfolio in the Ministry of Economic\nGrowth and Job Creation, Daryl Vaz, encouraged more Jamaican companies to\nbecome more environmentally friendly and to “green” their businesses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3679} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-3679\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Treasure Beach is the first Jamaican community to take up\nthe Caribbean Smart Accelerator’s challenge and make an environmentally\nconscious approach part of its sustainable development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On New Fortress Energy’s FRST, the Prime Minister declared\nthat Jamaica must be an example for the rest of the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3680} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-3680\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He continued: “There may be some countries that say being\nenvironmentally conscious is too costly. But I think that Jamaica is demonstrating\nthat we can put in place the necessary investment and build the infrastructure\nthat reduces costs to the consumer but most importantly reduces the cost to the\nenvironment.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This FRST is a good example of that and it is a win-win for\nall of us,” Holness added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3683} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3683\" /><figcaption>\'Jamaica is demonstrating that we can reduce the cost to the environment\' - PM Holness on FRST (BUZZ photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How do you feel about these latest developments, <strong>BUZZhive</strong>?  Can Jamaica become more environmentally conscious? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Share your thoughts in the comment section below.</p>\n<!-- /wp:paragraph -->','PM Holness: \'Jamaica must become environmentally conscious\'','','inherit','closed','closed','','2143-revision-v1','','','2019-08-14 13:27:25','2019-08-14 18:27:25','',2143,'https://buzz-caribbean.com/article/2143-revision-v1/',0,'revision','',0),(3690,4,'2019-08-14 13:39:56','2019-08-14 18:39:56','<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=b_bRPH5Oseg\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=b_bRPH5Oseg&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Gywneth Paltrow \'really\' likes Dakota Johnson','','publish','closed','closed','','gywneth-paltrow-really-likes-dakota-johnson','','','2019-08-21 09:51:58','2019-08-21 14:51:58','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=3690',0,'video','',0),(3691,4,'2019-08-14 13:44:15','2019-08-14 18:44:15','<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=CTLMO7Yi0SE\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=CTLMO7Yi0SE&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Leonardo Dicaprio knew Margot Robbie would be a success','','publish','closed','closed','','leonardo-dicaprio-knew-margot-robbie-would-be-a-success','','','2019-08-21 09:51:51','2019-08-21 14:51:51','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=3691',0,'video','',0),(3693,14,'2019-08-14 13:43:36','2019-08-14 18:43:36','','buzz-memories-2','','inherit','closed','closed','','buzz-memories-2','','','2019-08-14 13:43:36','2019-08-14 18:43:36','',511,'https://buzz-caribbean.com/app/uploads/2019/08/buzz-memories-2.jpg',0,'attachment','image/jpeg',0),(3694,14,'2019-08-14 13:43:58','2019-08-14 18:43:58','','Buzz Memories 4','','inherit','closed','closed','','buzz-memories-4','','','2019-08-14 13:43:58','2019-08-14 18:43:58','',511,'https://buzz-caribbean.com/app/uploads/2019/07/buzz-memories-4.jpg',0,'attachment','image/jpeg',0),(3695,14,'2019-08-14 13:44:31','2019-08-14 18:44:31','','buzz-memories-1','','inherit','closed','closed','','buzz-memories-1','','','2019-08-14 13:44:31','2019-08-14 18:44:31','',511,'https://buzz-caribbean.com/app/uploads/2019/08/buzz-memories-1.jpg',0,'attachment','image/jpeg',0),(3696,14,'2019-08-14 13:45:00','2019-08-14 18:45:00','','buzz-memories-3','','inherit','closed','closed','','buzz-memories-3','','','2019-08-14 13:45:00','2019-08-14 18:45:00','',511,'https://buzz-caribbean.com/app/uploads/2019/08/buzz-memories-3.jpg',0,'attachment','image/jpeg',0),(3697,14,'2019-08-14 13:46:16','2019-08-14 18:46:16','','buzz-memories-4','','inherit','closed','closed','','buzz-memories-4-2','','','2019-08-14 13:46:16','2019-08-14 18:46:16','',511,'https://buzz-caribbean.com/app/uploads/2019/08/buzz-memories-4.jpg',0,'attachment','image/jpeg',0),(3698,21,'2019-08-14 13:49:13','2019-08-14 18:49:13','<!-- wp:paragraph -->\n<p>A rastaman is smiling somewhere and probably saying something like ‘a long time the rasta did a tell yuh seh ital is vital’. You probably scoffed at that advice 10 years earlier but now it is all about peas, beans and a wholesome lifestyle.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3205} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/New-Leaf-Vegetarian-Thursday-Specials-1024x683.jpg\" alt=\"\" class=\"wp-image-3205\" /><figcaption>Delicious vegan meals from New Leaf Vegetarian in Kingston, Jamaica (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We now happily turn up our noses at the once very delicious stew pork - after all, ‘weh pork ago?’&nbsp;Instead, it is all about faux meat, no cheese and other plant-based goodies.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like everywhere else in the world, Kingston, Jamaica is into the well-hyped vegan lifestyle and <strong>BUZZ</strong> is sharing five spots in Kingston that are ideal for vegans. Did we mention they’re all taste approved by our Editorial staff? Well, they are!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>New Leaf Vegetarian&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It\'s been at its 121 Hope Road location for what feels like forever - and long before the vegan craze hit Kingston Harbour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3137} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pinto-Bean-and-Avocado-Wrap-1024x683.jpg\" alt=\"\" class=\"wp-image-3137\" /><figcaption>New Leaf Vegetarian\'s Pinto Bean and Avocado Wrap (Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This spot opens an hour before lunchtime and boasts sumptuous vegetarian goodies.&nbsp;Bean burgers, stir-frys, soups and delightful vegan pastries are just some of New Leaf Vegetarians\' offerings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Plus they are known for their speedy delivery and&nbsp;friendly customer service.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Take a dive into foodie land with these Thursday offerings from New Leaf Vegetarian in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3139,3140,3141,3142]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Blueberry-Smoothie-with-coconut-milk-1024x683.jpg\" alt=\"\" data-id=\"3139\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/blueberry-smoothie-with-coconut-milk/\" class=\"wp-image-3139\" /><figcaption>Pinto bean wrap served and a refreshing blueberry smoothie with coconut milk</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Homestyle-lentil-stew-with-brown-rice-and-plantain-1024x683.jpg\" alt=\"\" data-id=\"3140\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/homestyle-lentil-stew-with-brown-rice-and-plantain/\" class=\"wp-image-3140\" /><figcaption>Homestyle lentil stew with brown rice and plantain</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tofu-fried-rice-with-steamed-vegetables-and-plantain-1024x683.jpg\" alt=\"\" data-id=\"3141\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/tofu-fried-rice-with-steamed-vegetables-and-plantain/\" class=\"wp-image-3141\" /><figcaption>Tofu fried rice with steamed vegetables and plantain</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-falafel-1024x683.jpg\" alt=\"\" data-id=\"3142\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/vegan-falafel/\" class=\"wp-image-3142\" /><figcaption>Vegan falafel</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Kushites</strong>&nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What’s Gado Gado?&nbsp; Have you ever eaten vegan steak?&nbsp; What about sorell cheesecake? Those are&nbsp;just some of the items available on Kushites’ menu, which changes approximately every three months.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3214} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/West-African-Gumbo-Tomato-and-okra-stew-with-seafood-Calaloo-stuffed-yam-balls-Whole-roasted-plantain-In-harissa-sauce.jpg\" alt=\"\" class=\"wp-image-3214\" /><figcaption>Kushites\' West African Gumbo (Photos: Instagram @kushitesvegetablecuisine)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What’s more, if you are into Dr Sebi they also offer meal items exclusively for the alkaline diet.&nbsp;Appropriately located inside Eden Gardens Wellness Resort &amp; Spa, <a href=\"https://www.instagram.com/kushitesvegetablecuisine/\">Kushites </a>is vegan dining at its finest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Gallery below with highlights of some of their customer favourites.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"3065\",\"3066\",\"3068\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Breadfruit-salsa-Kushites.jpg\" alt=\"\" data-id=\"3065\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/breadfruit-salsa-kushites/\" class=\"wp-image-3065\" /><figcaption>Breadfruit salsa </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jerked-Chayote-and-quinoa-Kushites.jpg\" alt=\"\" data-id=\"3066\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/jerked-chayote-and-quinoa-kushites/\" class=\"wp-image-3066\" /><figcaption>Jerked Chayote and quinoa </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-Passion-Fruit-Ice-Cream-Kushites.jpg\" alt=\"\" data-id=\"3068\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/vegan-passion-fruit-ice-cream-kushites/\" class=\"wp-image-3068\" /><figcaption>Vegan Passion Fruit Ice Cream</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The place looks spectacular with stunning golden rococo-style furnishings, which makes it the perfect spot to bring someone you are trying to impress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Mi Hungry&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is the ital food spot that is a hit among local vegans - Jamaican vegans love Mi Hungry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3077} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-Burger-Mi-Hungry.jpg\" alt=\"\" class=\"wp-image-3077\" /><figcaption>Vegan burger (Photos: Instagram - @mihungrynow)<br><br> </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Opening at an impressive 8:00 am each morning, Mi Hungry serves up a wide range of vegan dishes and plenty of freshly squeezed and cold press juices from sun up til well into the evening, closing just before midnight.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.google.com/maps/place/Market+Place/@18.0221141,-76.7992455,17z/data=!3m1!4b1!4m8!1m2!2m1!1sMarketplace!3m4!1s0x8edb3e4c788c1fcb:0xfddcf4d0c974b9e2!8m2!3d18.022109!4d-76.7970568\">Tucked away</a> inside the food mecca that is Marketplace, what makes Mi Hungry unique is that nothing there is cooked - they offer what they call&nbsp; ‘live’ food.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Can you believe it? They offer pizzas, burgers and pastas and none of it has touched a stove!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See some of their delectable dishes in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"3079\",\"3080\",\"3081\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Mi-Hungry-Vegan-Dish.jpg\" alt=\"\" data-id=\"3079\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/mi-hungry-vegan-dish/\" class=\"wp-image-3079\" /><figcaption>Vegetable Pizza</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rap-Raw_Seaweed-broccoli-avocado-tomato-and-ackee-Mi-Hungry.jpg\" alt=\"\" data-id=\"3080\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/rap-raw_seaweed-broccoli-avocado-tomato-and-ackee-mi-hungry/\" class=\"wp-image-3080\" /><figcaption>Raw Wrap: Seaweed, broccoli, avocado, tomato and ackee</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Savory-pie-ackeeplantain-with-black-olives-tomatoes-Mi-Hungry.jpg\" alt=\"\" data-id=\"3081\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/savory-pie-ackeeplantain-with-black-olives-tomatoes-mi-hungry/\" class=\"wp-image-3081\" /><figcaption>Savory pie: Ackee &amp; plantain with black olives and  tomatoes</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>How they do it? It is a variety of spicing and dehydration techniques.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This spot boasts not only a unique food preparation style but is always buzzing with an ital vibe and lively banter about natural life and black consciousness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a spot to not only nourish your body but nourish your mind and it is one of the most affordable natural eateries in town.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did we mention that they also have a <a href=\"https://www.google.com/maps/place/Mi+Hungry+Whol\'+Some+Food/@18.4059561,-77.1096176,17z/data=!3m1!4b1!4m5!3m4!1s0x8edafe794e405c2b:0xa6184b4dd678039d!8m2!3d18.405951!4d-77.1074289\">location</a> in Ocho Rios?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>The Cheffing Don&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you love a great bean stew - then The Cheffing Don is your place. The hit item on this menu is their three-bean stew, which is available on Wednesdays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, they have other equally delicious plant-based meal items that are ideal for vegans or those hoping to cross over.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3102} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-lentil-stew-pastafari-sautéed-ackee-steamed-veggies-greatness-salad-and-green-pressed-plantain.jpg\" alt=\"\" class=\"wp-image-3102\" /><figcaption>The Cheffingg Don\'s lentil stew, pastafari, sautéed ackee, steamed veggies, greatness salad, and green pressed plantains (Photos: Instagram - @thecheffingdoncatering)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Priding themselves on utilizing local and organic foods, The Cheffing Don has an ital vibe evident in the serving up&nbsp;of their delicately designed food masterpieces inside a calabash.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Feast your eyes on some of their menu items in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3116,3106,3107]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Dons-Plant-based-meal-served-in-customary-calabash-with-bamboo-spork.jpg\" alt=\"\" data-id=\"3116\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/the-cheffing-dons-plant-based-meal-served-in-customary-calabash-with-bamboo-spork/\" class=\"wp-image-3116\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-Combination-Menu-Item.jpg\" alt=\"\" data-id=\"3106\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/the-cheffing-don-combination-menu-item/\" class=\"wp-image-3106\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-sautéed-ackee-greatness-salad-curried-chickpeas-veggie-fried-rice-pumpkin-takari-and-steam-veggies.jpg\" alt=\"\" data-id=\"3107\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/the-cheffing-don-sauteed-ackee-greatness-salad-curried-chickpeas-veggie-fried-rice-pumpkin-takari-and-steam-veggies/\" class=\"wp-image-3107\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>With plenty of greenery and outdoor seating, this place is an ideal spot to grab something nutritious to eat while getting in tune with nature.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Veggie Campus&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Nestled into Skibo Avenue, Veggie Campus is a stone\'s throw away from the prestigious Holy Childhood High School.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While Veggie Campus is take-out only, this spot boasts plenty of fun and lively dishes that makes picking up the phone to order or sending the text a breeze.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3122} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Campus-Veggie-Ball-Sub.jpg\" alt=\"\" class=\"wp-image-3122\" /><figcaption>Veggie Campus\' Veggie Ball Sub (Photos: Instagram - @veggiecampusja)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Boasting signature specials like their green plantain lasagna, which uses green plantains as sheets of pasta, stuffed with spiced lentils and creamy cashew cheese - Veggie Campus has the type of variety&nbsp;that makes you wonder why you ever thought veganhood was difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Delve into some of their tasty dishes in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3128,3129,3130]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Caampus-Ackee-Quesadilla.jpg\" alt=\"\" data-id=\"3128\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/veggie-caampus-ackee-quesadilla/\" class=\"wp-image-3128\" /><figcaption>Veggie Caampus\' Ackee Quesadilla</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Campus-Ackee-Wrap.jpg\" alt=\"\" data-id=\"3129\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/veggie-campus-ackee-wrap/\" class=\"wp-image-3129\" /><figcaption>Veggie Campus\' Ackee Wrap</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Campus-Turn-breadfruit-and-ackee-with-butter-beans.jpg\" alt=\"\" data-id=\"3130\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/veggie-campus-turn-breadfruit-and-ackee-with-butter-beans/\" class=\"wp-image-3130\" /><figcaption>Veggie Campus\' Turn-breadfruit and ackee with butter beans </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Did we mention their bbq cauliflower? You’ll never miss the taste of bbq chicken wings again. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>— Story written by Denieca-Alexia Daniels</em></p>\n<!-- /wp:paragraph -->','5 Go-to spots for vegans in Kingston','','inherit','closed','closed','','116-revision-v1','','','2019-08-14 13:49:13','2019-08-14 18:49:13','',116,'https://buzz-caribbean.com/article/116-revision-v1/',0,'revision','',0),(3699,9,'2019-08-14 13:50:14','2019-08-14 18:50:14','<!-- wp:image {\"id\":2541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-2541\" /><figcaption>Stredic Thompson (left) and his son, Matthew are at the helm of Journey\'s End Wines. (BUZZ photos: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In 2018, Stredic Thompson abandoned a career in banking to pursue his passion for making wines. These days, he and his son, Matthew, are surprising taste buds with their amazing line of fine wines. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We love the quality and look Journey’s End produces, and we said we would take this brand and make it an international brand,” said Stredic Thompson, who is the managing director of Journey’s End Wines. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2528} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-1-1024x579.jpg\" alt=\"\" class=\"wp-image-2528\" /><figcaption>All 10 variations of Jamaica-made Flavour of the Past wines. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Since their journey began, the pair has been moving full-steam ahead to boost the local perception of quality-made wines under the brand Flavours of the Past. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Wine is something that is very palatable, and there was something else that attracted us to wine,” Thompson told<strong> BUZZ</strong>. “Jamaica has a national dish, a national fruit – there’s no national wine, and we thought Flavours of the Past could become the national wine.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong><em>Journey’s End is a unique skillset wherein we make the finest wine from Jamaican fruit,</em></strong>\"</p><cite>— Stredic Thompson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Flavours of the Past now has 10 flavours - soursop, honey-orange, ackee, pimento berry, pineapple, passion fruit, ginger, sorrel, noni and sugarcane.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thompson told <strong><em>BUZZ</em></strong> that new flavours will be rolled out in the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Moringa wine will be launched in another few months. There are other ideas we have: starfruit, mango, otaheite apple. We can be as creative as we want with wines,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See our gallery below with the full product line!</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"2516\",\"2518\",\"2519\",\"2520\",\"2521\",\"2522\",\"2523\",\"2524\",\"2525\",\"2526\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-19.jpg\" alt=\"\" data-id=\"2516\" data-link=\"https://buzz-caribbean.com/?attachment_id=2516\" class=\"wp-image-2516\" /><figcaption>Jamaican Passion fruit wine</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-18.jpg\" alt=\"\" data-id=\"2518\" data-link=\"https://buzz-caribbean.com/?attachment_id=2518\" class=\"wp-image-2518\" /><figcaption>The widely popular Jamaican Soursop wine </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-17.jpg\" alt=\"\" data-id=\"2519\" data-link=\"https://buzz-caribbean.com/?attachment_id=2519\" class=\"wp-image-2519\" /><figcaption>Bet you didn\'t know Jamaican Ackee wine was a thing?! </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-16.jpg\" alt=\"\" data-id=\"2520\" data-link=\"https://buzz-caribbean.com/?attachment_id=2520\" class=\"wp-image-2520\" /><figcaption>Pimento. Berry. Wine. Enough said. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-15.jpg\" alt=\"\" data-id=\"2521\" data-link=\"https://buzz-caribbean.com/?attachment_id=2521\" class=\"wp-image-2521\" /><figcaption>Flavours of the Past offering a new twist to the traditional Jamaican Ginger wine.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-14.jpg\" alt=\"\" data-id=\"2522\" data-link=\"https://buzz-caribbean.com/?attachment_id=2522\" class=\"wp-image-2522\" /><figcaption>\'Pine time\'!</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-13.jpg\" alt=\"\" data-id=\"2523\" data-link=\"https://buzz-caribbean.com/?attachment_id=2523\" class=\"wp-image-2523\" /><figcaption>Another big hit is the Jamaican Noni wine! </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-12.jpg\" alt=\"\" data-id=\"2524\" data-link=\"https://buzz-caribbean.com/?attachment_id=2524\" class=\"wp-image-2524\" /><figcaption>The mother of rum, Jamaican Sugar Cane, as a wine...hmmm </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-11.jpg\" alt=\"\" data-id=\"2525\" data-link=\"https://buzz-caribbean.com/?attachment_id=2525\" class=\"wp-image-2525\" /><figcaption>Sorrel with wine, sorrel with rum or Jamaican Sorrel Wine? You choose! </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-10.jpg\" alt=\"\" data-id=\"2526\" data-link=\"https://buzz-caribbean.com/?attachment_id=2526\" class=\"wp-image-2526\" /><figcaption>The latest invention by Flavours of the Past, Jamaican Honey Orange wine.</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>When asked what separates Journey’s End from other local wine manufacturers, Thompson’s answer was simple - quality and authenticity. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2529} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-2529\" /><figcaption>A man of procedure: Stredic Thompson show the BUZZ team a container with sorrel being fermented.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Our wines are uniquely hand-crafted for the market. We ensure that there is consistency in quality and taste. It is made from genuine Jamaican fruits we purchase or use from our farm. Our process is solid from beginning to the end,” Thompson told <strong>BUZZ</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Journey’s End is a unique skillset wherein we make the finest wine from Jamaican fruits. As long as it’s a fruit grown in Jamaica, we can find a way to make the best wine there is from it.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"2531\",\"2532\"]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-3-1024x682.jpg\" alt=\"\" data-id=\"2531\" data-link=\"https://buzz-caribbean.com/?attachment_id=2531\" class=\"wp-image-2531\" /><figcaption>This aged Sorrel batch has been filtered twice and needs just a few more weeks before bottling.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-2-1024x683.jpg\" alt=\"\" data-id=\"2532\" data-link=\"https://buzz-caribbean.com/?attachment_id=2532\" class=\"wp-image-2532\" /><figcaption>Close-up of a cylinder air lock. The device keeps the wine fresh, allowing it to \'breathe\'.</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>While the quality is maintained, <strong><em>Flavours of the Past</em></strong>’s line is surprisingly affordable – retailing from $2,000 for the 700ml, to around $400 for the 150ml varieties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As Thompson gave <strong>BUZZ</strong> a tour of their <strong><em>Flavours of the Past</em></strong> winery on Duke Street, downtown Kingston, he explained that each fruit goes through an intricate cooking, fermentation, triple filtration, cooling, heating, bottling and labelling process before filling shelves at several major supermarket chains and the airports in Kingston and Montego Bay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2534} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-2534\" /><figcaption>The bottling and labelling station, though small-scale, gets the job done in less than an hour! </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We find that in the airports we do extremely well because people want that connection to Jamaica. To taste a piece, that flavour of Jamaica and that’s what we provide,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Persons are always blown away when they taste our wines and they often say: ‘Is this really made in Jamaica?’. I’ve heard it so many times, and I immediately say: ‘Right here in Jamaica is where it is made’.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-7-1024x683.jpg\" alt=\"\" class=\"wp-image-2509\" /><figcaption>Father-son duo Stredic Thompson (right) and Matthew Thompson leading the charge to push quality-made, exotic Jamaican wines internationally.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thompson, through Journey’s End, wants to\nlaunch the island as a premier destination for fine wine connoisseurs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We want it to be an international brand. When you think of Jamaica, we want it to be synonymous with <strong><em>Flavours of the Past</em></strong> wines,” he told <strong>BUZZ</strong>, adding that the aim is to enter the European and North American markets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZhive</strong>, we want to hear from you. Have you tried any of these wines? Which flavour surprised you the most? Let us know in the comment section below.</p>\n<!-- /wp:paragraph -->','Father-son duo taking exotic Jamaican wines across the world','','inherit','closed','closed','','2506-revision-v1','','','2019-08-14 13:50:14','2019-08-14 18:50:14','',2506,'https://buzz-caribbean.com/article/2506-revision-v1/',0,'revision','',0),(3701,14,'2019-08-14 13:52:44','2019-08-14 18:52:44','<!-- wp:paragraph -->\n<p><strong><em>Heading home from school: a mundane and\ntasking ordeal as my classmate and I make the mile-long trek. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Our walk along Waltham Park Road usually\ntakes us past a few mango trees and we make good use of the sweet, blissful\nnectars.&nbsp;</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“Gavin, mek wi go tru di cemetery nuh?! De aaman tree supposed to full and ripe by now,” my friend Patrick* remarked.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“Mi nuh like walk deh\nenuh, and Mama seh wi nuffi walk tru deh again, yuh waan mi get lick brejin?” I\nretorted.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“A fraid yuh fraid! Look how much time we play football in deh and play marble? mi wah aaman before mi gwope,” he whipped, asking, “Yuh nuh waan ketch Dragon Ball Z before it start?”</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3695} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/buzz-memories-1-1024x829.jpg\" alt=\"\" class=\"wp-image-3695\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Being the second half of our mischievous rag-tag duo, I couldn’t possibly say no; Patrick was not my only friend, but we were closer than the actual brothers I was forced to live with. So yes, into the Chinese cemetery we went.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>At the time, there was\nan opening in the perimeter wall that surrounded the massive property – cutting\nour walk time in half, we had been there many times and easily wormed our way\nthrough the crack.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Skipping over a few\ngraves and running in between the tombstones, one could say the cemetery was a\nfavourite for children, despite repeated warnings from adults.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>‘Cursed’ and ‘haunted’ were some of the words used to describe the cemetery, nonetheless, many kids flocked its grounds day and night, doing and playing everything imaginable.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>This time was different for me and Patrick, we’ve never been here after the end of the evening shift at primary school – the sunset was quite advanced, and darkness crept slowly across the Kingston sky.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3693} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/buzz-memories-2-1024x807.jpg\" alt=\"\" class=\"wp-image-3693\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>The almond tree was in sight and so Patrick and I grabbed some stones and threw them without abandon, trying to wrest the branches of a few fruits. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>They weren’t something I particularly enjoyed but Patrick seemed to be enraptured.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>It was as we sat in\nthe near-darkness, munching greedily away before going home, at that moment, in\nthe silence, we heard the sounds.&nbsp;</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>The uncanny recognition of footsteps was not a great cause for concern, however, my friend and I saw no one – just the sounds that gave the position away.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“Yow! A wah kinda ramping unno a deal wid. A night enuh! Unno naave nuh yaad?” Patrick shouted out into the night, the anxiety setting deep in his bones.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>It became increasingly\nharder to concentrate as the footsteps encroached ever so slowly, closer to us\nand the mound of almond shells nearby.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3696} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/buzz-memories-3-1024x762.jpg\" alt=\"\" class=\"wp-image-3696\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“Me ah guh home enuh Patrick, dis nuh feel right,” I beckoned, trying to break my best friend’s incessant questioning of the darkness.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Patrick pulled out a pencil from his bag, so did I and we sharpened them with the intent to inflict pain on anyone that dared come any closer – and closer they did.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>At this point, there\nwere only three sounds – mine and Oneil’s ragged breathing, and the menacing\nrhythm of approaching footsteps – the fear paralysing us; keeping us frozen in\nplace.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>That’s when two dots\nappeared, unassuming and harmless at first, until they grew, revealing reddish\neyes.&nbsp;</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Then, to our collective\nhorror, two arms appeared, trying to embrace us in a cold, deathly hug and we\nlost any sense of remaining composure.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3697} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/buzz-memories-4-1024x853.jpg\" alt=\"\" class=\"wp-image-3697\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Us two boys ran like\nour lives depended on it, beyond terrified, screaming all the whole way home.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>The trauma etched on\nour faces was concerning, but no matter how hard our families pressed for\nanswers, we never spoke.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>The next day, at school, Patrick and I sat silent during lunchtime – at a loss at what transpired the night before.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“Mi nah go back in deh,” he started, and it was the first time I ever heard Patrick’s voice shake. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>I never told him that\nI made the mistake of looking back as we fled – convincing myself that I was\njust checking that we weren’t been chased by whatever it was.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>It was a woman, or at\nleast that’s how my mind processed what I had seen.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Its skin so pale, eyes\nbloodshot red, that growling sound it made as we ran. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>But it was the scream\nas it faded away, disappearing into the darkness – the sight forever haunts me…</em></strong></p>\n<!-- /wp:paragraph -->','Unassuming walk turns into night of terror','','inherit','closed','closed','','511-revision-v1','','','2019-08-14 13:52:44','2019-08-14 18:52:44','',511,'https://buzz-caribbean.com/article/511-revision-v1/',0,'revision','',0),(3702,21,'2019-08-14 13:53:49','2019-08-14 18:53:49','<!-- wp:paragraph -->\n<p>Cardi B\'s daughter Kulture had a mini cake fight with her mom on her first birthday on Wednesday, July 10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cardi B shared a picture of Kulture plastering birthday cake on her face on her first birthday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":208} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/CARDI-B-KULTER.jpg\" alt=\"\" class=\"wp-image-208\" /><figcaption>Rapper Cardi B and daughter Kulture (Photo: Instagram - @iamcardib)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old rapper and Kulture had a mini food fight in their kitchen, which was decked out with rainbow balloons and cupcakes.<br> <br>Cardi had the sweet moment Kulture covered her in icing captured, and captioned the Instagram post: \"A little quick 12 o’clock turn up my baaaaaaaaaybeeeeeeeeeee...Ok goodbye.\"<br> </p>\n<!-- /wp:paragraph -->','Kulture covers mom Cardi B in cake on first birthday','','inherit','closed','closed','','203-revision-v1','','','2019-08-14 13:53:49','2019-08-14 18:53:49','',203,'https://buzz-caribbean.com/article/203-revision-v1/',0,'revision','',0),(3703,9,'2019-08-14 13:53:56','2019-08-14 18:53:56','<!-- wp:image {\"id\":2541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-2541\" /><figcaption>Stredic Thompson (left) and his son, Matthew are at the helm of Journey\'s End Wines. (BUZZ photos: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In 2018, Stredic Thompson abandoned a career in banking to pursue his passion for making wines. These days, he and his son, Matthew, are surprising taste buds with their amazing line of fine wines. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We love the quality and look Journey’s End produces, and we said we would take this brand and make it an international brand,” said Stredic Thompson, who is the managing director of Journey’s End Wines. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2528} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-1-1024x579.jpg\" alt=\"\" class=\"wp-image-2528\" /><figcaption>All 10 variations of Jamaica-made Flavour of the Past wines. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Since their journey began, the pair has been moving full-steam ahead to boost the local perception of quality-made wines under the brand Flavours of the Past. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Wine is something that is very palatable, and there was something else that attracted us to wine,” Thompson told<strong> BUZZ</strong>. “Jamaica has a national dish, a national fruit – there’s no national wine, and we thought Flavours of the Past could become the national wine.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong><em>Journey’s End is a unique skillset wherein we make the finest wine from Jamaican fruit,</em></strong>\"</p><cite>— Stredic Thompson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Flavours of the Past now has 10 flavours - soursop, honey-orange, ackee, pimento berry, pineapple, passion fruit, ginger, sorrel, noni and sugarcane.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thompson told <strong><em>BUZZ</em></strong> that new flavours will be rolled out in the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Moringa wine will be launched in another few months. There are other ideas we have: starfruit, mango, otaheite apple. We can be as creative as we want with wines,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See our gallery below with the full product line!</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"2516\",\"2518\",\"2519\",\"2520\",\"2521\",\"2522\",\"2523\",\"2524\",\"2525\",\"2526\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-19.jpg\" alt=\"\" data-id=\"2516\" data-link=\"https://buzz-caribbean.com/?attachment_id=2516\" class=\"wp-image-2516\" /><figcaption>Jamaican Passion fruit wine</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-18.jpg\" alt=\"\" data-id=\"2518\" data-link=\"https://buzz-caribbean.com/?attachment_id=2518\" class=\"wp-image-2518\" /><figcaption>The widely popular Jamaican Soursop wine </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-17.jpg\" alt=\"\" data-id=\"2519\" data-link=\"https://buzz-caribbean.com/?attachment_id=2519\" class=\"wp-image-2519\" /><figcaption>Bet you didn\'t know Jamaican Ackee wine was a thing?! </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-16.jpg\" alt=\"\" data-id=\"2520\" data-link=\"https://buzz-caribbean.com/?attachment_id=2520\" class=\"wp-image-2520\" /><figcaption>Pimento. Berry. Wine. Enough said. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-15.jpg\" alt=\"\" data-id=\"2521\" data-link=\"https://buzz-caribbean.com/?attachment_id=2521\" class=\"wp-image-2521\" /><figcaption>Flavours of the Past offering a new twist to the traditional Jamaican Ginger wine.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-14.jpg\" alt=\"\" data-id=\"2522\" data-link=\"https://buzz-caribbean.com/?attachment_id=2522\" class=\"wp-image-2522\" /><figcaption>\'Pine time\'!</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-13.jpg\" alt=\"\" data-id=\"2523\" data-link=\"https://buzz-caribbean.com/?attachment_id=2523\" class=\"wp-image-2523\" /><figcaption>Another big hit is the Jamaican Noni wine! </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-12.jpg\" alt=\"\" data-id=\"2524\" data-link=\"https://buzz-caribbean.com/?attachment_id=2524\" class=\"wp-image-2524\" /><figcaption>The mother of rum, Jamaican Sugar Cane, as a wine...hmmm </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-11.jpg\" alt=\"\" data-id=\"2525\" data-link=\"https://buzz-caribbean.com/?attachment_id=2525\" class=\"wp-image-2525\" /><figcaption>Sorrel with wine, sorrel with rum or Jamaican Sorrel Wine? You choose! </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-10.jpg\" alt=\"\" data-id=\"2526\" data-link=\"https://buzz-caribbean.com/?attachment_id=2526\" class=\"wp-image-2526\" /><figcaption>The latest invention by Flavours of the Past, Jamaican Honey Orange wine.</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>When asked what separates Journey’s End from other local wine manufacturers, Thompson’s answer was simple - quality and authenticity. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our wines are uniquely hand-crafted for the market. We ensure that there is consistency in quality and taste. It is made from genuine Jamaican fruits we purchase or use from our farm. Our process is solid from beginning to the end,” Thompson told <strong>BUZZ</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Journey’s End is a unique skillset wherein we make the finest wine from Jamaican fruits. As long as it’s a fruit grown in Jamaica, we can find a way to make the best wine there is from it.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2529} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-2529\" /><figcaption>A man of procedure: Stredic Thompson show the BUZZ team a container with sorrel being fermented.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While the quality is maintained, <strong><em>Flavours of the Past</em></strong>’s line is surprisingly affordable – retailing from $2,000 for the 700ml, to around $400 for the 150ml varieties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As Thompson gave <strong>BUZZ</strong> a tour of their <strong><em>Flavours of the Past</em></strong> winery on Duke Street, downtown Kingston, he explained that each fruit goes through an intricate cooking, fermentation, triple filtration, cooling, heating, bottling and labelling process before filling shelves at several major supermarket chains and the airports in Kingston and Montego Bay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2531,2532,2534]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-3-1024x682.jpg\" alt=\"\" data-id=\"2531\" data-link=\"https://buzz-caribbean.com/article/father-son-duo-taking-exotic-jamaican-wines-across-the-world/journeys-end-wine-buzz-3/\" class=\"wp-image-2531\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-2-1024x683.jpg\" alt=\"\" data-id=\"2532\" data-link=\"https://buzz-caribbean.com/article/father-son-duo-taking-exotic-jamaican-wines-across-the-world/journeys-end-wine-buzz-2/\" class=\"wp-image-2532\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-5-1024x683.jpg\" alt=\"\" data-id=\"2534\" data-link=\"https://buzz-caribbean.com/article/father-son-duo-taking-exotic-jamaican-wines-across-the-world/journeys-end-wine-buzz-5/\" class=\"wp-image-2534\" /><figcaption> The bottling and labelling station, though small-scale, gets the job done in less than an hour!  </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“We find that in the airports we do extremely well because people want that connection to Jamaica. To taste a piece, that flavour of Jamaica and that’s what we provide,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Persons are always blown away when they taste our wines and they often say: ‘Is this really made in Jamaica?’. I’ve heard it so many times, and I immediately say: ‘Right here in Jamaica is where it is made’.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-7-1024x683.jpg\" alt=\"\" class=\"wp-image-2509\" /><figcaption>Father-son duo Stredic Thompson (right) and Matthew Thompson leading the charge to push quality-made, exotic Jamaican wines internationally.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thompson, through Journey’s End, wants to\nlaunch the island as a premier destination for fine wine connoisseurs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We want it to be an international brand. When you think of Jamaica, we want it to be synonymous with <strong><em>Flavours of the Past</em></strong> wines,” he told <strong>BUZZ</strong>, adding that the aim is to enter the European and North American markets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZhive</strong>, we want to hear from you. Have you tried any of these wines? Which flavour surprised you the most? Let us know in the comment section below.</p>\n<!-- /wp:paragraph -->','Father-son duo taking exotic Jamaican wines across the world','','inherit','closed','closed','','2506-revision-v1','','','2019-08-14 13:53:56','2019-08-14 18:53:56','',2506,'https://buzz-caribbean.com/article/2506-revision-v1/',0,'revision','',0),(3705,21,'2019-08-14 13:56:53','2019-08-14 18:56:53','<!-- wp:paragraph -->\n<p>Jamaica continues to grapple with one of the largest, most-encompassing heatwaves citizens have ever had to contend with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2962} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sweating-demo-buzz-1-1024x582.jpg\" alt=\"\" class=\"wp-image-2962\" /><figcaption> #PlaceHotB! (Photo: Texas A&amp;M Health Science Centre) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As climate change takes root across the globe, warmer\ntemperatures, especially in the northern hemisphere, have left many countries unprepared\nin the face of this latest threat to humanity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=Y2XU2uAxYYM\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Y2XU2uAxYYM\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Here in Jamaica, the struggle to adapt in time is critical as the country recorded its highest-ever average temperature on Saturday, June 23. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Met Service, thermometers across the island\nnoted never-before-seen figures of 39.1 degrees Celsius or just around 102 degrees\nFahrenheit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’re active on social media, the hashtag #PlaceHotB\noffers some comic relief to the blistering heat, but it is still important that\nJamaicans take as much precaution to avoid the dizzying heat and stay hydrated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is especially true for the country’s most vulnerable - children,\npregnant women, the homeless and indigent, as well as the elderly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=FS2YaJkkHQY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=FS2YaJkkHQY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The recent temperature increases across Jamaica are indeed\nfrightening, and despite 2018 being the fourth hottest year on record,\ntemperatures are projected to exceed those this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2943} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hot-weather-temperature-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-2943\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Air-conditioning units, though more widespread across the\ncountry, might still be an exorbitant expense for some families.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you\'re a Jack (or Jill) of all trades, <strong>BUZZ</strong> has presented a few interactive tutorials with some of YouTube\'s most viral do-it-yourself (DIY) projects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Get busy and create that makeshift A/C you so desperately need with your standing fan and very few tools! Stay frosty!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','BUZZ Hacks: DIY A/C projects for the summer heatwave','','inherit','closed','closed','','332-revision-v1','','','2019-08-14 13:56:53','2019-08-14 18:56:53','',332,'https://buzz-caribbean.com/article/332-revision-v1/',0,'revision','',0),(3706,1,'2019-08-14 14:47:04','2019-08-14 19:47:04','','ATL Sale','','publish','closed','closed','','atl-appliances-traders-limited','','','2019-09-02 15:33:01','2019-09-02 20:33:01','',0,'https://buzz-caribbean.com/?post_type=offer&#038;p=3706',0,'offer','',0),(3708,14,'2019-08-14 14:03:41','2019-08-14 19:03:41','<!-- wp:paragraph -->\n<p><strong><em>Heading home from school: a mundane and\ntasking ordeal as my classmate and I make the mile-long trek. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Our walk along Waltham Park Road usually\ntakes us past a few mango trees and we make good use of the sweet, blissful\nnectars.&nbsp;</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“Gavin, mek wi go tru di cemetery nuh?! De aaman tree supposed to full and ripe by now,” my friend Patrick* remarked.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“Mi nuh like walk deh\nenuh, and Mama seh wi nuffi walk tru deh again, yuh waan mi get lick brejin?” I\nretorted.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“A fraid yuh fraid! Look how much time we play football in deh and play marble? mi wah aaman before mi gwope,” he whipped, asking, “Yuh nuh waan ketch Dragon Ball Z before it start?”</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3695} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/buzz-memories-1-1024x829.jpg\" alt=\"\" class=\"wp-image-3695\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Being the second half of our mischievous rag-tag duo, I couldn’t possibly say no; Patrick was not my only friend, but we were closer than the actual brothers I was forced to live with. So yes, into the Chinese cemetery we went.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>At the time, there was\nan opening in the perimeter wall that surrounded the massive property – cutting\nour walk time in half, we had been there many times and easily wormed our way\nthrough the crack.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Skipping over a few\ngraves and running in between the tombstones, one could say the cemetery was a\nfavourite for children, despite repeated warnings from adults.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>‘Cursed’ and ‘haunted’ were some of the words used to describe the cemetery, nonetheless, many kids flocked its grounds day and night, doing and playing everything imaginable.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>This time was different for me and Patrick, we’ve never been here after the end of the evening shift at primary school – the sunset was quite advanced, and darkness crept slowly across the Kingston sky.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>The almond tree was in sight and so Patrick and I grabbed some stones and threw them without abandon, trying to wrest the branches of a few fruits. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3693} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/buzz-memories-2-1024x807.jpg\" alt=\"\" class=\"wp-image-3693\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>They weren’t something I particularly enjoyed but Patrick seemed to be enraptured.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>It was as we sat in\nthe near-darkness, munching greedily away before going home, at that moment, in\nthe silence, we heard the sounds.&nbsp;</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>The uncanny recognition of footsteps was not a great cause for concern, however, my friend and I saw no one – just the sounds that gave the position away.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“Yow! A wah kinda ramping unno a deal wid. A night enuh! Unno naave nuh yaad?” Patrick shouted out into the night, the anxiety setting deep in his bones.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>It became increasingly\nharder to concentrate as the footsteps encroached ever so slowly, closer to us\nand the mound of almond shells nearby.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“Me ah guh home enuh Patrick, dis nuh feel right,” I beckoned, trying to break my best friend’s incessant questioning of the darkness.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3696} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/buzz-memories-3-1024x762.jpg\" alt=\"\" class=\"wp-image-3696\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Patrick pulled out a pencil from his bag, so did I and we sharpened them with the intent to inflict pain on anyone that dared come any closer – and closer they did.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>At this point, there\nwere only three sounds – mine and Oneil’s ragged breathing, and the menacing\nrhythm of approaching footsteps – the fear paralysing us; keeping us frozen in\nplace.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>That’s when two dots\nappeared, unassuming and harmless at first, until they grew, revealing reddish\neyes.&nbsp;</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Then, to our collective\nhorror, two arms appeared, trying to embrace us in a cold, deathly hug and we\nlost any sense of remaining composure.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Us two boys ran like\nour lives depended on it, beyond terrified, screaming all the whole way home.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3697} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/buzz-memories-4-1024x853.jpg\" alt=\"\" class=\"wp-image-3697\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>The trauma etched on\nour faces was concerning, but no matter how hard our families pressed for\nanswers, we never spoke.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>The next day, at school, Patrick and I sat silent during lunchtime – at a loss at what transpired the night before.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“Mi nah go back in deh,” he started, and it was the first time I ever heard Patrick’s voice shake. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>I never told him that\nI made the mistake of looking back as we fled – convincing myself that I was\njust checking that we weren’t been chased by whatever it was.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>It was a woman, or at\nleast that’s how my mind processed what I had seen.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Its skin so pale, eyes\nbloodshot red, that growling sound it made as we ran. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>But it was the scream\nas it faded away, disappearing into the darkness – the sight forever haunts me…</em></strong></p>\n<!-- /wp:paragraph -->','Unassuming walk turns into night of terror','','inherit','closed','closed','','511-revision-v1','','','2019-08-14 14:03:41','2019-08-14 19:03:41','',511,'https://buzz-caribbean.com/article/511-revision-v1/',0,'revision','',0),(3709,13,'2019-08-14 14:04:55','2019-08-14 19:04:55','','Atl 190814 DAB PURE PRESSURE BUZZ 620x500','','inherit','closed','closed','','atl-190814-dab-pure-pressure-_buzz_620x500','','','2019-08-14 14:04:55','2019-08-14 19:04:55','',3706,'https://buzz-caribbean.com/app/uploads/2019/08/atl-190814-DAB-PURE-PRESSURE-_BUZZ_620x500.jpg',0,'attachment','image/jpeg',0),(3710,21,'2019-08-14 14:07:28','2019-08-14 19:07:28','','Estelita Quintero Instagram','','inherit','closed','closed','','estelita-quintero_instagram','','','2019-08-14 14:07:28','2019-08-14 19:07:28','',379,'https://buzz-caribbean.com/app/uploads/2019/07/Estelita-Quintero_Instagram.jpg',0,'attachment','image/jpeg',0),(3711,21,'2019-08-14 14:08:05','2019-08-14 19:08:05','<!-- wp:paragraph -->\n<p>You may remember her as Stevie J’s Panamanian princess or even as best friend of dancehall artiste, Spice, on<strong> Love and Hip Hop: Atlanta</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, these days Estelita Quintero is out of the reality TV circuit and is instead focusing on wellness. Quintero recently opened up about how cosmetic surgery to improve the look of her buttocks had made her sick.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":380} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Stevie-J_Estelita.jpg\" alt=\"\" class=\"wp-image-380\" /><figcaption>Estelita Quintero and Stevie J. <em>(Photo: hollywoodlife.com) </em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Quintero noted that it wasn’t only a physical manifestation of being unwell but she also began to feel depressed. According to Quintero,  she received the butt injections while working as a stripper in Miami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, she explained that approximately five years later, the injections had started to make her feel sick. In a 19-minute-long video posted to YouTube Quintero documented her journey to Colombia where she had the silicone fillers removed from her buttocks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":384} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/During-Surgery-Quintero.jpg\" alt=\"\" class=\"wp-image-384\" /><figcaption>Estelita Quintero during her surgical procedure to remove silicone implants from her buttocks. Source: Instagram @estelitaquintero</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Before her travels to the South American country, Quintero said she had tried four times to have the contents injected into her posterior to give its voluptuous shape removed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":382} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Quintero-Pre-Surgery_Buzz.jpg\" alt=\"\" class=\"wp-image-382\" /><figcaption>Estelita Quintero during post-surgery recovery. Source: Instagram @estelitaquintero</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It is crazy because I remember paying $1500 per section to get these freakin’ silicone injections right? And honestly, four unsuccessful surgeries in the U.S. was almost $80,000 through the years. And now I am here paying more money, but I know that this it,” said Quintero.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em> </em>“It is crazy because I remember paying $1500 per section to get these freakin’ silicone injections right.\"</strong></p><cite>— Estelita Quintero</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Opening up and documenting it all on camera and in the public domain of Instagram and YouTube, according to Estelita, is to spread awareness about the dangers associated with butt implants. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":383} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Excerpt-from-Video-1024x576.jpg\" alt=\"\" class=\"wp-image-383\" /><figcaption>Nurse displaying silicone waste removed from Quintero post-surgery. Source: Youtube - Estelita Quintero</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The purpose of me filming this video is to hopefully…show all the girls that it is not worth it — don’t freakin’ do it. I had this poison in my body for over eight years I am lucky to be alive right now,” said Quintero, who then instructed the nurse to showcase a red bag, which was labelled with a radioactive hazard sign, noting that it contained the material that was taken out of her buttocks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong>\"I had this poison in my body for over eight years I am lucky to be alive right now.\"</strong></p><cite>— Estelita Quintero</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The documented journey to recovery for the former reality TV show didn’t end with her near 20-minute-long <a href=\"https://youtu.be/IN9S3LWqOiw\">YouTube video</a> as she has continued to showcase her healing process in her <a href=\"https://www.instagram.com/estelitaquintero/?hl=en\">Instagram stories</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In making her experience public, Quintero has not escaped criticism. However, she has proudly proclaimed that she is comfortable with her natural booty and beauty. Quintero isn’t the only reality show celeb to have had their butt implants removed. In 2018, K. Michelle also opened up about black market silicone butt injections, through which she had four surgeries.</p>\n<!-- /wp:paragraph -->','Former reality TV star ditches her butt implants','','inherit','closed','closed','','379-revision-v1','','','2019-08-14 14:08:05','2019-08-14 19:08:05','',379,'https://buzz-caribbean.com/article/379-revision-v1/',0,'revision','',0),(3713,4,'2019-08-14 14:18:13','2019-08-14 19:18:13','<!-- wp:embed {\"url\":\"https://youtu.be/GfdJmysMFMw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/GfdJmysMFMw\n</div></figure>\n<!-- /wp:embed -->','Heidi Klum faces fine over honeymoon dip','','publish','closed','closed','','heidi-klum-faces-fine-over-honeymoon-dip','','','2019-08-21 09:51:44','2019-08-21 14:51:44','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=3713',0,'video','',0),(3714,13,'2019-08-14 14:43:36','2019-08-14 19:43:36','{\"id\":\"3714\",\"questions\":[{\"uid\":\"48b493ed-5ebc-4f80-b0fc-a963d955d691\",\"content\":\"What does ATL stand for ?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[{\"uid\":\"c4014f95-1c30-4379-a9f1-9fdbd0656714\",\"type\":\"text\",\"label\":\"Applicant Trading and Leisure?\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"7030a433-dab4-4c2a-a2cb-2217e68c28f9\",\"type\":\"text\",\"label\":\"Appliance Traders Limited\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"8f2fa7f5-4df7-454c-993b-2bf9e8097bd2\",\"type\":\"text\",\"label\":\"Alliance Technical Loans\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"fcad8226-4a79-4425-bab9-b82fa4daf8c5\",\"type\":\"text\",\"label\":\"Amplified Transfer Limited\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true}],\"votesOverride\":0}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"enabled\":true,\"start\":\"08\\/14\\/2019 14:42\",\"end\":\"08\\/31\\/2019 23:00\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','ATL Water Solutions','','publish','closed','closed','','3714','','','2019-08-15 10:37:57','2019-08-15 15:37:57','',0,'https://buzz-caribbean.com/?post_type=poll&#038;p=3714',0,'poll','',0),(3716,21,'2019-08-14 14:10:49','2019-08-14 19:10:49','<!-- wp:paragraph -->\n<p>You may remember her as Stevie J’s Panamanian princess or even as best friend of dancehall artiste, Spice, on<strong> Love and Hip Hop: Atlanta</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, these days Estelita Quintero is out of the reality TV circuit and is instead focusing on wellness. Quintero recently opened up about how cosmetic surgery to improve the look of her buttocks had made her sick.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":380} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Stevie-J_Estelita.jpg\" alt=\"\" class=\"wp-image-380\" /><figcaption>Estelita Quintero and Stevie J. <em>(Photo: hollywoodlife.com) </em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Quintero noted that it wasn’t only a physical manifestation of being unwell but she also began to feel depressed. According to Quintero,  she received the butt injections while working as a stripper in Miami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, she explained that approximately five years later, the injections had started to make her feel sick. In a 19-minute-long video posted to YouTube Quintero documented her journey to Colombia where she had the silicone fillers removed from her buttocks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":384} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/During-Surgery-Quintero.jpg\" alt=\"\" class=\"wp-image-384\" /><figcaption>Estelita Quintero during her surgical procedure to remove silicone implants from her buttocks. Source: Instagram @estelitaquintero</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Before her travels to the South American country, Quintero said she had tried four times to have the contents injected into her posterior to give its voluptuous shape removed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":382} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Quintero-Pre-Surgery_Buzz.jpg\" alt=\"\" class=\"wp-image-382\" /><figcaption>Estelita Quintero during post-surgery recovery. Source: Instagram @estelitaquintero</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It is crazy because I remember paying $1500 per section to get these freakin’ silicone injections right? And honestly, four unsuccessful surgeries in the U.S. was almost $80,000 through the years. And now I am here paying more money, but I know that this it,” said Quintero.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em> </em>“It is crazy because I remember paying $1500 per section to get these freakin’ silicone injections right.\"</strong></p><cite>— Estelita Quintero</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Opening up and documenting it all on camera and in the public domain of Instagram and YouTube, according to Estelita, is to spread awareness about the dangers associated with butt implants. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":383} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Excerpt-from-Video-1024x576.jpg\" alt=\"\" class=\"wp-image-383\" /><figcaption>Nurse displaying silicone waste removed from Quintero post-surgery. Source: Youtube - Estelita Quintero</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The purpose of me filming this video is to hopefully…show all the girls that it is not worth it — don’t freakin’ do it. I had this poison in my body for over eight years I am lucky to be alive right now,” said Quintero, who then instructed the nurse to showcase a red bag, which was labelled with a radioactive hazard sign, noting that it contained the material that was taken out of her buttocks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong>\"I had this poison in my body for over eight years I am lucky to be alive right now.\"</strong></p><cite>— Estelita Quintero</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The documented journey to recovery for the former reality TV show didn’t end with her near 20-minute-long <a href=\"https://youtu.be/IN9S3LWqOiw\">YouTube video</a> as she has continued to showcase her healing process in her <a href=\"https://www.instagram.com/estelitaquintero/?hl=en\">Instagram stories</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In making her experience public, Quintero has not escaped criticism. However, she has proudly proclaimed that she is comfortable with her natural booty and beauty. Quintero isn’t the only reality show celeb to have had their butt implants removed. In 2018, K. Michelle also opened up about black market silicone butt injections, through which she had four surgeries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <em>Story written by Denieca-Alexia Daniels</em></p>\n<!-- /wp:paragraph -->','Former reality TV star ditches her butt implants','','inherit','closed','closed','','379-revision-v1','','','2019-08-14 14:10:49','2019-08-14 19:10:49','',379,'https://buzz-caribbean.com/article/379-revision-v1/',0,'revision','',0),(3717,14,'2019-08-14 14:12:32','2019-08-14 19:12:32','<!-- wp:paragraph -->\n<p>Jamaicans are considered among the coolest people on Earth, and many citizens, especially those traversing social media spaces, see Prime Minister Andrew Holness as our savviest leader in recent times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/42a5f8031dcddf873735dc4503b9b968/5DBC7DCA/t51.2885-15/e35/11930873_1753057154922068_81944720_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Holness\' 2015 post in which he was dusting off a fresh pair of Desert Clarks took social media by storm. The caption accompanying the viral photo paid homage to deejay Vybz Kartel. (Photo: <em>Instagram</em> @andrewholnessjm)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Holness, the island’s eighth prime minister, continues to run one of the most engaging platforms on social media – with many drawing comparisons to Canadian PM Justin Trudeau and former US President Barack Obama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2970} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-malaki-1-1024x636.jpg\" alt=\"\" class=\"wp-image-2970\" /><figcaption>Aww! Such a sweet moment between little Makai Lawrence and PM Andrew Holness in January (Photo: Twitter @AndrewHolnessJM )</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From the young to the young-at-heart, just about everywhere our PM makes an appearance, his seemingly calm and endearing aura is infectious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2964} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-builder-buzz-demo.jpg\" alt=\"\" class=\"wp-image-2964\" /><figcaption>Holness, the #Builder, at the Jamaica Labour Party\'s 75th general conference in 2018 (Photo: Facebook @ AndrewHolnessJM)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a man who understands the power of social media and digital engagement, Holness largely owes his shock 2016 general election win to his outstanding presence on Facebook, Twitter, and Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He straddles a delicate balance between being Jamaica’s ‘everyman’ and leader of Government – in a way that demands your attention and provokes your thoughts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But does Holness\' \'cool factor\' really hold up? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"className\":\"instagram-media\"} -->\n<div class=\"wp-block-image instagram-media\"><figure class=\"alignleft\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/f80b584a351b4b21d42487a06008dff6/5DAD0DD5/t51.2885-15/e35/11910553_465628773641834_974670672_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Prime Minister Andrew Holness anticipating a pitch during a game of cricket with students at the Mount Zion Primary School in St James. (Photo: <em>Instagram</em> @andrewholnessjm) </figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It turns out that there are few holes in this plot, as time and time again, Holness and his team have evolved and adapted to capitalise on the use of social media and its impact on Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rolling back the clock, <strong>BUZZ</strong> has delved deep into Holness’ timeline to share some of his \'coolest\' moments since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Check out our gallery below</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"158\",\"159\",\"160\",\"161\",\"162\",\"163\",\"2966\",\"2967\",\"2968\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-negril-1-1024x651.jpg\" alt=\"\" data-id=\"158\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-negril-1/\" class=\"wp-image-158\" /><figcaption>November 2015, the then-Opposition leader sips a jelly coconut after leaving the PNP in tatters after they rejected calls for a national debate (Photos contributed, Instagram)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-nesbeth-performance1-1024x576.jpg\" alt=\"\" data-id=\"159\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-nesbeth-performance1/\" class=\"wp-image-159\" /><figcaption>Recording artiste Nesbeth hands over the chorus of his mega-hit \'My Dream\' to newly installed PM Holness at the swearing-in ceremony in March 2016 (Photo contributed, YouTube)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-family1-1024x603.jpg\" alt=\"\" data-id=\"160\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-family1/\" class=\"wp-image-160\" /><figcaption>The Holnesses embodying actibe family goals in this 2016 snap (Photo contributed, Twitter)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-norman-dunn-20171-1024x582.jpg\" alt=\"\" data-id=\"161\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-norman-dunn-20171/\" class=\"wp-image-161\" /><figcaption>\'Only we who understan\' it can cross it! No road? No problem for Andrew Holness and eventual by-election winner for South East St. Mary, Dr. Norman Dunn (Photo contributed, YouTube)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-community-football1-1024x634.jpg\" alt=\"\" data-id=\"162\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-community-football1/\" class=\"wp-image-162\" /><figcaption>Holness, while still in Opposition, chills with members of West Central St. Andrew in 2015 (Photo contributed, NegrilStories.com)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-5.55.51-PM-1024x728.jpg\" alt=\"\" data-id=\"163\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/screen-shot-2019-07-17-at-5-55-51-pm/\" class=\"wp-image-163\" /><figcaption>Selfie time! After a courtesy call with the Jamaica Prefects\' Associated in April 2019, Holness channels his inner millenial with a viral group pic (Photo contributed, Twitter) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-malaki-1024x636.jpg\" alt=\"\" data-id=\"2966\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-malaki/\" class=\"wp-image-2966\" /><figcaption>AWWWW...! Little Makai Lawrence wrote to PM Holness in December 2018 asking to meet with him, and just as a surprise for the New Year - he showed up! (Photo contributed, Twitter)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-east-portland-1024x615.jpg\" alt=\"\" data-id=\"2967\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-east-portland/\" class=\"wp-image-2967\" /><figcaption>Mutual respect between this East Portland resident and PM Holness in March (Photo contributed, Twitter)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-placehotb-tweet.jpg\" alt=\"\" data-id=\"2968\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-placehotb-tweet/\" class=\"wp-image-2968\" /><figcaption>Jamaicans have an uncanny way of finding humour out of everything - even this blistering heat! PM Holness took a different approach, offering his words of caution to the viral #PlaceHotB hashtag (Photo contributed, Twitter)</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Just a little extra <strong>BUZZ</strong>, here\'s a sitdown between Andrew Holness and dancehall artiste Popcaan. The pair were on hand for the historic groundbreaking ceremony in St Thomas in June. <strong><em>See video below</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BzMTJt2F2Rw/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BzMTJt2F2Rw/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you believe Andrew Holness is our coolest Prime Minister? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the <strong>BUZZ</strong> comment section below!</p>\n<!-- /wp:paragraph -->','Is Andrew Holness Jamaica’s coolest Prime Minister?','','inherit','closed','closed','','124-revision-v1','','','2019-08-14 14:12:32','2019-08-14 19:12:32','',124,'https://buzz-caribbean.com/article/124-revision-v1/',0,'revision','',0),(3718,21,'2019-08-14 14:16:06','2019-08-14 19:16:06','<!-- wp:paragraph -->\n<p>Move over Marvel Comics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Local comic book creators Racquel Reid-Grandison and husband\nHenry Grandison are looking to make their mark on the genre. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pair unveiled the comic book, <strong>MaroonBlack </strong>during the recent AnimeCom Fest in St Andrew. The book was\nalso launched as a webcomic at <a href=\"https://maroonblack.net/\" target=\"_blank\" rel=\"noreferrer noopener\">https://maroonblack.net</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":371} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-issue-1-1024x550.jpg\" alt=\"\" class=\"wp-image-371\" /><figcaption>A selection from MaroonBlack. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reid-Grandison is one of the rare females in the profession worldwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I hope that this project will be received well by readers\nand inspire more Jamaicans to create comics using our culture. I also hope that\nthis would lead to the development of the comic book industry here in the Caribbean,” said Reid-Grandison, who is also an educator.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":375} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-3-1024x522.jpg\" alt=\"\" class=\"wp-image-375\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said: “I have always had an interest in comics from an\nearly age. In 2007, my husband, who was just a friend at the time, was creating\nhis comic and I went on as his writer. <strong>MaroonBlack</strong>\nis the first one I wrote.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The book taps into local lore for a Jamaican take on the\nsuperhero.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":373} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Maroonblack-issue-2-1024x818.jpg\" alt=\"\" class=\"wp-image-373\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It is an action-packed, thrilling adventure of the lives of\nmembers of a group called Maroonblack. It is set in Jamaica and thus\nincorporating the different landmarks in Jamaica. Characters from our culture\nand folklore are used to enhance the plot in creative ways.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Early versions of the comic have already drawn professional accolades. It was part of the first issue of local comic book anthology series i-Land Chronicles. The artwork of her husband earned a 2<sup>nd</sup> place award for Best Character at creative industry conference KingstOOn in 2016.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2881} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/racquel-2-1024x936.jpg\" alt=\"\" class=\"wp-image-2881\" /><figcaption>Racquel Reid-Grandison proudly displays a mockup of her comic.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reid-Grandison previously collaborated with her husband for <strong>Trapped: Shawn’s Story</strong>, which was\ncommissioned by The National Taskforce Against Trafficking in Persons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The couple’s next project is based on a national hero and\nwill be available soon.</p>\n<!-- /wp:paragraph -->','Jamaican couple pens comic books','','inherit','closed','closed','','368-revision-v1','','','2019-08-14 14:16:06','2019-08-14 19:16:06','',368,'https://buzz-caribbean.com/article/368-revision-v1/',0,'revision','',0),(3719,14,'2019-08-14 14:18:20','2019-08-14 19:18:20','','alicia-burke-pulse-buzz-2-1','','inherit','closed','closed','','alicia-burke-pulse-buzz-2-1','','','2019-08-14 14:18:20','2019-08-14 19:18:20','',2458,'https://buzz-caribbean.com/app/uploads/2019/08/alicia-burke-pulse-buzz-2-1.jpg',0,'attachment','image/jpeg',0),(3721,21,'2019-08-14 14:23:57','2019-08-14 19:23:57','','On The Hunt','','inherit','closed','closed','','on-the-hunt','','','2019-08-14 14:23:57','2019-08-14 19:23:57','',386,'https://buzz-caribbean.com/app/uploads/2019/07/On-The-Hunt.jpg',0,'attachment','image/jpeg',0),(3722,21,'2019-08-14 14:26:47','2019-08-14 19:26:47','','Right Way Verses The Wrong Way','','inherit','closed','closed','','right-way-verses-the-wrong-way','','','2019-08-14 14:26:47','2019-08-14 19:26:47','',386,'https://buzz-caribbean.com/app/uploads/2019/07/Right-Way-Verses-the-Wrong-Way.jpg',0,'attachment','image/jpeg',0),(3723,14,'2019-08-14 14:29:29','2019-08-14 19:29:29','<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=AhBvC4re-mo\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=AhBvC4re-mo&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Anne Hathaway\'s pregnancy causing memory problems','','publish','closed','closed','','anne-hathaway-pregnancy-causing-memory-problems','','','2019-08-15 13:20:35','2019-08-15 18:20:35','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=3723',0,'video','',0),(3724,14,'2019-08-14 14:27:36','2019-08-14 19:27:36','','alicia-burke-pulse-buzz-3','','inherit','closed','closed','','alicia-burke-pulse-buzz-3','','','2019-08-14 14:27:36','2019-08-14 19:27:36','',2458,'https://buzz-caribbean.com/app/uploads/2019/08/alicia-burke-pulse-buzz-3.jpg',0,'attachment','image/jpeg',0),(3725,21,'2019-08-14 14:27:42','2019-08-14 19:27:42','<!-- wp:paragraph -->\n<p>Your best friend convinced you that meeting a man at church or at the workplace is so last century, so she hooked you up with a dating app and you started swiping left and right as you scroll through the endless possibilities of man meat. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3721} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/On-The-Hunt-1024x683.jpg\" alt=\"\" class=\"wp-image-3721\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Suddenly you realise that you\'re even pickier today than you were when you started dating in your late teens but what exactly should be your deal-breakers when seeking a partner?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now everyone has their own pet peeves, likes, dislikes and hang-ups but the following should head the general list of ‘no-no’ when it comes to soulmate selection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Firstly, the <strong>nose picker</strong> has got to go! I do not know what some are digging for but they need to apply to China Harbour Engineering Company (CHEC) for one of those excavation positions. He may sit across from or beside you and then reach over to touch you! Fix it Jesus!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Introducing the <strong>tight pants posse</strong>! If your phone or your ‘package’ is clearly visible through your pants, it is a no love.&nbsp; At the opposite end of the extreme are the ‘<strong>saggy bottom boys’</strong>. There is honestly no worse fashion infraction than a man who allows his underwear — usually discoloured and dingy ones — to show. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":388} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Tight-Jeans-Buzz.jpg\" alt=\"\" class=\"wp-image-388\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you are a bonafide ‘<strong>mamma’s boy’</strong> then you need to stay home with your mamma. She will love you unconditionally and walk behind you to clean up your mess and wash, sort and fold your laundry. No grown, independent woman should ever have to compete with that kind of love and devotion. Cue J-Lo\'s<em> <a href=\"https://www.youtube.com/watch?reload=9&amp;v=Pgmx7z49OEk\"><strong>Ain\'t Your Mama</strong></a></em>!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":389} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Mamas-Boy.png\" alt=\"\" class=\"wp-image-389\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <strong>‘phone\nsearcher’</strong> is another ‘no can do’. No listening to old voice notes,\nscrolling through Whatsapp messages scrutinising display pictures. Thou shall\nnot be subjected to that kind of invasion of privacy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3613} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/phone-search-1024x590.jpg\" alt=\"\" class=\"wp-image-3613\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The chronic cheater. </strong>You know the type. The ones that say hate the game, not the player and proceed to explain that every female in his car is his cousin on his father’s side.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":425,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Cheater-1.jpg\" alt=\"\" class=\"wp-image-425\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The woman beater</strong>. If one more\nmisguided woman say, ‘If he doesn’t hit me he don’t love me’, I will snatch off\nmy wig. Under no circumstances is it okay for his fist to connect with your\neye. If he cannot walk away when he gets angry, then you should walk out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":393} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Woman-Beater.jpg\" alt=\"\" class=\"wp-image-393\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The narcissist</strong>. Yes, he is not a\nsuitable mate either because he is not interested in whatever you have going\non. It is all about his day, activities and feelings. You are just there to be\nhis cheerleader but do not expect the same in return. Indeed why should you\nhave to compete with his mirror?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":396} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Narcissist.jpg\" alt=\"\" class=\"wp-image-396\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Mr 10 pm</strong>. There is a man on the loose formerly known as <em>‘Booty call Bob’</em>. The man who never takes you anywhere except to visit his 10-foot divan bed. You will never meet his family or friends; all the food he feeds you is either delivery or take out and he is never available to accept your calls during the day. It is like you are literally dating a ghost. Be gone, Casper!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":423} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Booty-Call.gif\" alt=\"\" class=\"wp-image-423\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The ‘baby mamma’ seeker</strong>. Lord! If a man ever starts a first (or second or third) date with that line, you need to make like a tree and leave! This individual means you no good, as being lauded for your fertility is not only demeaning but cheapens the whole business of bringing new life into this world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":427,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Baby-Mama-Seeker.jpg\" alt=\"\" class=\"wp-image-427\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The Neanderthal</strong>. The caveman type\nthat wants you to wash, cook and clean because for him domesticity is woman’s\nwork. Women have long moved from wearing an apron to rocking business suits or\nany professional attire so the man who wants to keep you barefooted and busy\ncleaning is not welcomed through your door.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":435,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Womans-Place-In-The-Kitchen.png\" alt=\"\" class=\"wp-image-435\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Having said all of that, you have to be mindful not to pass over a good man with a few flaws. Just because his socks do not match or he needs to lose ten pounds, does not mean he cannot be Mr. Right. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some things you can overlook or make suggestions on how to improve that diamond in the rough. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If his fashion sense is not on point then gently help him transform from corduroy to linen. Sometimes it just takes some patience and a good makeover to take a man from Gully Bop to Idris Elba.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Women, what are some of your deal breakers? </strong></p>\n<!-- /wp:paragraph -->','When man hunting, what are your deal-breakers?','','inherit','closed','closed','','386-revision-v1','','','2019-08-14 14:27:42','2019-08-14 19:27:42','',386,'https://buzz-caribbean.com/article/386-revision-v1/',0,'revision','',0),(3726,14,'2019-08-14 14:31:56','2019-08-14 19:31:56','<!-- wp:image {\"id\":3719} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/alicia-burke-pulse-buzz-2-1-1024x672.jpg\" alt=\"\" class=\"wp-image-3719\" /><figcaption>Rising Pulse talent and Jamaica\'s very own Alicia Burke (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican model Alicia Burke is now one of the top 50 highest-earning models in the world according to models.com.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Coming out of Pulse Model Agency, founded and headed by Kingsley Cooper, Alicia Burke comes from Bullet Tree district in Old Harbour. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She is a former student of the Vere Technical High School in Clarendon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Alicia was discovered by Pulse, participating in Caribbean Model Search (CMS) and went on to win Pulse\'s CMS Reality TV Show.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beginning her career in 2016, she has now moved from models.com\'s \" Hot List\" to the \" High Earner List\". </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3724} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/alicia-burke-pulse-buzz-3-1024x683.jpg\" alt=\"\" class=\"wp-image-3724\" /><figcaption>Behind the scenes at Ralph Lauren. Alicia Burke (left) who opened the FW collections is joined backstage by models Jourdana Phllips (centre) and Kendall Jenner (right) (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Burke is the first Jamaican model to make the top group of earners in the global modelling industry since the \"money girls\" ranking was instituted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Of Alicia, models.com said: \"Caribbean export Alicia Burke continues to mesmerise industry shot callers leading her poised prettiness, to being tapped for Meisel-lensed Ralph Lauren campaigns.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Beauty clients from Bobbi Brown and Gucci to Nars and Tom Ford show her broad appeal. Laura Mercier for Fall 2018 adds another top beauty brand to Alicia\'s roster,\" models.com added.</p>\n<!-- /wp:paragraph -->','Jamaica\'s Alicia Burke is one of the world\'s top earning models','','inherit','closed','closed','','2458-revision-v1','','','2019-08-14 14:31:56','2019-08-14 19:31:56','',2458,'https://buzz-caribbean.com/article/2458-revision-v1/',0,'revision','',0),(3727,4,'2019-08-14 14:42:48','2019-08-14 19:42:48','<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=pVQTRCR5HIE\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=pVQTRCR5HIE&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Kanye West taught Kim Kardashian to never compromise','','publish','closed','closed','','kanye-west-taught-kim-kardashian-to-never-compromise','','','2019-08-21 09:51:38','2019-08-21 14:51:38','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=3727',0,'video','',0),(3728,14,'2019-08-14 14:33:17','2019-08-14 19:33:17','<!-- wp:image {\"id\":3719} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/alicia-burke-pulse-buzz-2-1-1024x672.jpg\" alt=\"\" class=\"wp-image-3719\" /><figcaption>Rising Pulse talent and Jamaica\'s very own Alicia Burke (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican model Alicia Burke is now one of the top 50 highest-earning models in the world, according to models.com.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Coming out of Pulse Model Agency, founded and headed by Kingsley Cooper, Alicia Burke comes from Bullet Tree district in Old Harbour. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She is a former student of the Vere Technical High School in Clarendon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Alicia was discovered by Pulse, participating in Caribbean Model Search (CMS) and went on to win Pulse\'s CMS Reality TV Show.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beginning her career in 2016, she has now moved from models.com\'s \" Hot List\" to the \" High Earner List\". </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3724} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/alicia-burke-pulse-buzz-3-1024x683.jpg\" alt=\"\" class=\"wp-image-3724\" /><figcaption>Behind the scenes at Ralph Lauren. Alicia Burke (left) who opened the FW collections is joined backstage by models Jourdana Phllips (centre) and Kendall Jenner (right) (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Burke is the first Jamaican model to make the top group of earners in the global modelling industry since the \"money girls\" ranking was instituted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Of Alicia, models.com said: \"Caribbean export Alicia Burke continues to mesmerise industry shot callers leading her poised prettiness, to being tapped for Meisel-lensed Ralph Lauren campaigns.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Beauty clients from Bobbi Brown and Gucci to Nars and Tom Ford show her broad appeal. Laura Mercier for Fall 2018 adds another top beauty brand to Alicia\'s roster,\" models.com added.</p>\n<!-- /wp:paragraph -->','Jamaica\'s Alicia Burke is one of the world\'s top earning models','','inherit','closed','closed','','2458-revision-v1','','','2019-08-14 14:33:17','2019-08-14 19:33:17','',2458,'https://buzz-caribbean.com/article/2458-revision-v1/',0,'revision','',0),(3729,21,'2019-08-14 14:34:59','2019-08-14 19:34:59','','Onlinedating','','inherit','closed','closed','','onlinedating','','','2019-08-14 14:34:59','2019-08-14 19:34:59','',386,'https://buzz-caribbean.com/app/uploads/2019/07/onlinedating.jpg',0,'attachment','image/jpeg',0),(3730,21,'2019-08-14 14:35:57','2019-08-14 19:35:57','','Online-Dating-BUZZ','','inherit','closed','closed','','online-dating-buzz','','','2019-08-14 14:35:57','2019-08-14 19:35:57','',386,'https://buzz-caribbean.com/app/uploads/2019/08/Online-Dating-BUZZ.jpg',0,'attachment','image/jpeg',0),(3731,21,'2019-08-14 14:37:10','2019-08-14 19:37:10','<!-- wp:paragraph -->\n<p>Your best friend convinced you that meeting a man at church or at the workplace is so last century, so she hooked you up with a dating app and you started swiping left and right as you scroll through the endless possibilities of man meat. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3730} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Online-Dating-BUZZ-1024x640.jpg\" alt=\"\" class=\"wp-image-3730\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Suddenly you realise that you\'re even pickier today than you were when you started dating in your late teens but what exactly should be your deal-breakers when seeking a partner?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3729} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/onlinedating-1024x504.jpg\" alt=\"\" class=\"wp-image-3729\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now everyone has their own pet peeves, likes, dislikes and hang-ups but the following should head the general list of ‘no-no’ when it comes to soulmate selection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Firstly, the <strong>nose picker</strong> has got to go! I do not know what some are digging for but they need to apply to China Harbour Engineering Company (CHEC) for one of those excavation positions. He may sit across from or beside you and then reach over to touch you! Fix it Jesus!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Introducing the <strong>tight pants posse</strong>! If your phone or your ‘package’ is clearly visible through your pants, it is a no love.&nbsp; At the opposite end of the extreme are the ‘<strong>saggy bottom boys’</strong>. There is honestly no worse fashion infraction than a man who allows his underwear — usually discoloured and dingy ones — to show. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":388} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Tight-Jeans-Buzz.jpg\" alt=\"\" class=\"wp-image-388\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you are a bonafide ‘<strong>mamma’s boy’</strong> then you need to stay home with your mamma. She will love you unconditionally and walk behind you to clean up your mess and wash, sort and fold your laundry. No grown, independent woman should ever have to compete with that kind of love and devotion. Cue J-Lo\'s<em> <a href=\"https://www.youtube.com/watch?reload=9&amp;v=Pgmx7z49OEk\"><strong>Ain\'t Your Mama</strong></a></em>!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":389} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Mamas-Boy.png\" alt=\"\" class=\"wp-image-389\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <strong>‘phone\nsearcher’</strong> is another ‘no can do’. No listening to old voice notes,\nscrolling through Whatsapp messages scrutinising display pictures. Thou shall\nnot be subjected to that kind of invasion of privacy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3613} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/phone-search-1024x590.jpg\" alt=\"\" class=\"wp-image-3613\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The chronic cheater. </strong>You know the type. The ones that say hate the game, not the player and proceed to explain that every female in his car is his cousin on his father’s side.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":425,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Cheater-1.jpg\" alt=\"\" class=\"wp-image-425\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The woman beater</strong>. If one more\nmisguided woman say, ‘If he doesn’t hit me he don’t love me’, I will snatch off\nmy wig. Under no circumstances is it okay for his fist to connect with your\neye. If he cannot walk away when he gets angry, then you should walk out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":393} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Woman-Beater.jpg\" alt=\"\" class=\"wp-image-393\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The narcissist</strong>. Yes, he is not a\nsuitable mate either because he is not interested in whatever you have going\non. It is all about his day, activities and feelings. You are just there to be\nhis cheerleader but do not expect the same in return. Indeed why should you\nhave to compete with his mirror?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":396} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Narcissist.jpg\" alt=\"\" class=\"wp-image-396\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Mr 10 pm</strong>. There is a man on the loose formerly known as <em>‘Booty call Bob’</em>. The man who never takes you anywhere except to visit his 10-foot divan bed. You will never meet his family or friends; all the food he feeds you is either delivery or take out and he is never available to accept your calls during the day. It is like you are literally dating a ghost. Be gone, Casper!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":423} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Booty-Call.gif\" alt=\"\" class=\"wp-image-423\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The ‘baby mamma’ seeker</strong>. Lord! If a man ever starts a first (or second or third) date with that line, you need to make like a tree and leave! This individual means you no good, as being lauded for your fertility is not only demeaning but cheapens the whole business of bringing new life into this world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":427,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Baby-Mama-Seeker.jpg\" alt=\"\" class=\"wp-image-427\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The Neanderthal</strong>. The caveman type\nthat wants you to wash, cook and clean because for him domesticity is woman’s\nwork. Women have long moved from wearing an apron to rocking business suits or\nany professional attire so the man who wants to keep you barefooted and busy\ncleaning is not welcomed through your door.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":435,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Womans-Place-In-The-Kitchen.png\" alt=\"\" class=\"wp-image-435\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Having said all of that, you have to be mindful not to pass over a good man with a few flaws. Just because his socks do not match or he needs to lose ten pounds, does not mean he cannot be Mr. Right. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some things you can overlook or make suggestions on how to improve that diamond in the rough. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If his fashion sense is not on point then gently help him transform from corduroy to linen. Sometimes it just takes some patience and a good makeover to take a man from Gully Bop to Idris Elba.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Women, what are some of your deal breakers? </strong></p>\n<!-- /wp:paragraph -->','When man hunting, what are your deal-breakers?','','inherit','closed','closed','','386-revision-v1','','','2019-08-14 14:37:10','2019-08-14 19:37:10','',386,'https://buzz-caribbean.com/article/386-revision-v1/',0,'revision','',0),(3732,13,'2019-08-14 14:37:13','2019-08-14 19:37:13','','Andrew Holness Official','','inherit','closed','closed','','andrew-holness-official','','','2019-08-14 14:37:13','2019-08-14 19:37:13','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Andrew-Holness-Official.jpg',0,'attachment','image/jpeg',0),(3733,4,'2019-08-14 14:37:54','2019-08-14 19:37:54','','ResizeArtboard 10UK Kim &amp; Kanye','','inherit','closed','closed','','resizeartboard-10uk-kim-kanye','','','2019-08-14 14:37:54','2019-08-14 19:37:54','',3727,'https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-10UK-Kim-Kanye.jpg',0,'attachment','image/jpeg',0),(3734,14,'2019-08-14 14:38:20','2019-08-14 19:38:20','<!-- wp:paragraph -->\n<p>Eleven-year-old Alex Powell made motorsport history earlier\nthis year when he became the first Jamaican and Caribbean driver to be signed\nto a Formula 1 team - Mercedes-AMG F1.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, the route to the sport’s top tier was only a\nrecent desire, according to his father, John Powell. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":894} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/MSI_5031-1-1024x614.jpg\" alt=\"\" class=\"wp-image-894\" /><figcaption> Alex (right) poses with his father, John Powell. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“When we went to Europe and they saw the potential in him over there and Mercedes-Benz approached us, that then everything changed after that,” he said, noting that the deal was signed in March 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“When we went to Europe and they saw the potential in him over there and Mercedes-Benz approached us.\" </p><cite>  — Alex\'s father, John Powell </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>While Alex might not follow in his father’s footsteps\non to the gravel and tarmac rally stages of the world, John is more than happy\nwith the direction his son’s motorsport career has taken.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":898} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AlexPowellA.jpg\" alt=\"\" class=\"wp-image-898\" /><figcaption>In March, Alex Powell became part of the Mercedes-AMG F1 team junior driver programme. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I’m extremely happy. It’s been a hell of a ride,” the\nproud father said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For Alex, being part of Formula 1 has been his dream\nsince he began karting in a Trinidadian parking lot at six years old. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My dad pushed me a little bit, but that’s something I\nwanted to do my whole life from the first time I went to a rally to see him\nrace. I loved it from the first time I saw him driving, so I wanted to do that\nwhen I was older,” the preteen said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From there Alex moved on to the rest of the Caribbean,\nthe United States and Italy, racing under the Energy Corse banner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was his success with Energy Corse Racing in Europe that\ngot him the attention of the current Formula 1 champions Mercedes-AMG F1.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":893} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/DSC_0278-1-1024x614.jpg\" alt=\"\" class=\"wp-image-893\" /><figcaption> Alex (left) receiving race advice from his driver coach and race mechanic, Juan Valderrama. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It started from 2017 when the scout and the owner of Energy\nCorse Racing go-kart team saw Alex in Las Vegas. They asked us to come over to\nEurope and do a test in the spring of that year, which we did, and ever since\nthen we’ve stayed with them,” his father said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":901} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/DSC_0071-1-1024x614.jpg\" alt=\"\" class=\"wp-image-901\" /><figcaption>Alex (8) racing against Zidane Madden (777) at a recent Jamaica Karting Association race meet. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As part of the Mercedes-AMG F1 Junior programme, Alex\nshould be able to secure better sponsorship opportunities as he continues to\nrace in go-karts for the next three years. Once done with karts, he will enter\nthe Formula 4 series and accelerate his climb into a Formula 1 seat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I move to Italy in September where I’ll start school in Monza. This will cut back on the travel,” Alex explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','11-year-old Jamaican makes motorsport history','','inherit','closed','closed','','872-revision-v1','','','2019-08-14 14:38:20','2019-08-14 19:38:20','',872,'https://buzz-caribbean.com/article/872-revision-v1/',0,'revision','',0),(3736,21,'2019-08-14 14:42:35','2019-08-14 19:42:35','<!-- wp:paragraph -->\n<p>You might think exercise has to be done in the gym, or that you need expensive equipment or special gears or even that you have to sweat a lot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Not true.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Simple things we do at home can be considered exercise, and are enhanced with deliberate actions while doing those&nbsp;things. For example, while brushing your teeth you can do squats to help build your leg muscles. If you aren’t sure how&nbsp;low to go, use your toilet bowl as a guide. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":445} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Brushing-Teeth.jpg\" alt=\"\" class=\"wp-image-445\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Another activity to consider is handwashing. Washing machines may be more&nbsp;popular now; however, it can’t hurt to select a few articles of clothing to wash by hand. This counts as a low impact&nbsp;cardiovascular exercise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":446} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Hand-washing-Clothes-1024x682.jpg\" alt=\"\" class=\"wp-image-446\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Instead of driving to the shop or supermarket, try walking. Take a backpack to put items in, as this will also give you&nbsp;extra weight on the way back home. The benefit of the extra weight is that you’re going to burn more calories while you&nbsp;walk. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":448} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Supermarket-Backpack.jpg\" alt=\"\" class=\"wp-image-448\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While using the stairs, instead of walking up one step at a time, use every other step on the way up. This will&nbsp;increase your heart rate, which will result in more stored calories being burned throughout the day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":449} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Take-Stairs-Two-At-A-Time.jpg\" alt=\"\" class=\"wp-image-449\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At work, you might have to buy lunch from a restaurant down the road. Why not walk? You might even find somewhere to sit and have your meal, taking in some fresh air and relaxing your mind, instead of going back to your desk to sit and even possibly work while you are eating, which isn’t a good thing. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":450} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Walking-While-At-Work-729x1024.jpg\" alt=\"\" class=\"wp-image-450\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Remember that nutrition is 75 per cent of your goal; cardiovascular exercise is 10 per cent; working out with weights is 10 per cent and rest (meaning at least 8 hours of sleep) is 5 per cent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MOB Inc Tip</strong>: Try to get <strong><em>eight hours of sleep</em></strong>, as the body starts to heal during deep sleep which occurs only after <strong><em>6 hours</em></strong>.&nbsp;If your exercises included weights, you’ll need at least<strong><em> 7 hours</em></strong> of sleep.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":451} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Sleeping-1024x576.jpg\" alt=\"\" class=\"wp-image-451\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Exercising is simple but we put boundaries on it. Take away the boundaries and experience fitness in a way only you can&nbsp;enjoy. Once you start thinking of ways to do simple workouts, you’ll find that it can be a lot of fun. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s all about the&nbsp;choices we make and most times the easy way is adding to your cardiovascular disease or inactivity which is also a&nbsp;disease.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>For more tips on how to exercise at home or at the\noffice, contact Master Trainer Nathaniel Cummings of Masters of&nbsp;Bodies Inc\nat (876) 851-7322, or check us out on Facebook and Instagram @mobincja.</strong></p>\n<!-- /wp:paragraph -->','How To Exercise On The Go','','inherit','closed','closed','','442-revision-v1','','','2019-08-14 14:42:35','2019-08-14 19:42:35','',442,'https://buzz-caribbean.com/article/442-revision-v1/',0,'revision','',0),(3737,14,'2019-08-14 14:43:15','2019-08-14 19:43:15','<!-- wp:image {\"id\":301} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo.jpg\" alt=\"\" class=\"wp-image-301\" /><figcaption>Satellite imagery of Bajo Nuevo from space (Photo: National Aeronautics and Space Administration [NASA], International Space Station [ISS])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tucked away near the middle of the Caribbean Sea, lies the Bajo Nuevo Bank: a small, uninhabited reef with some grass-covered islets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also known as the Petrel Islands, these tiny specs have been the subject of a bitter sovereignty dispute between Colombia and the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But what you didn’t know, is over 30 years ago, Jamaica was also\ncaught up in the ownership dispute, but has since backed off for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Between 1982 and 1986, the Government of Jamaica signed and\nmaintained a series of bilateral agreements – culminating in a maritime\ndelimitation treaty between the island and the Republic of Colombia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The maritime delimitation treaty was <a href=\"https://www.un.org/Depts/los/LEGISLATIONANDTREATIES/PDFFILES/TREATIES/JAM-COL1993MD.PDF\">signed in Kingston</a> on Friday, November 12, 1993, by ministers of Foreign Affairs and Foreign Trade for Jamaica and Colombia respectively, Paul Robertson and Noemí Sanín Posada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":304} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/posada-paul-robertson-sbscollage-buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-304\" /><figcaption>(from left) Former Ministers of Foreign Affairs and Foreign Trade for Colombia and Jamaica in 1993,  Noemí Sanín Posada and the late Paul Roberston respectively (Photos: Jamaica Information Service [JIS], ElTiempo.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the time, Jamaica\'s claim, as with the other countries\nembroiled in the dispute, stemmed from attempts to expand the island’s\nexclusive economic zone over the surrounding seas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, Jamaica’s claim for Bajo Nuevo remains largely dormant\nsince bilateral agreements with Colombia came into force in 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve made it this far then we still have your attention, and seeing as you’re eager to know more,&nbsp;<strong>BUZZ</strong>&nbsp;presents 23 fast facts about Bajo Nuevo:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1.&nbsp;</strong>&nbsp;&nbsp;The islands are located along the coordinates 15°53′N (fifteen degrees, fifty-three minutes north) and 78°38′W (seventy-eight degrees, thirty-eight minutes west). The islets are geographically closest to Jamaica than any other claimant, some 288 kilometres southwest of the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":302,\"width\":587,\"height\":334} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-google-maps-jamaica-1024x583.jpg\" alt=\"\" class=\"wp-image-302\" width=\"587\" height=\"334\" /><figcaption>Bajo Nuevo\'s proximity to Jamaica (Photo: Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>2.&nbsp;&nbsp;</strong>&nbsp;Bajo Nuevo Bank is about\n26&nbsp;kilometres (16&nbsp;miles) long and 9&nbsp;kilometres (5.6&nbsp;miles)\nwide. The closest neighbouring land feature is Serranilla Bank, located 110\nkilometres (68 miles) to the west.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3.</strong>&nbsp;&nbsp;&nbsp;The reef was first shown on Dutch maps dating to 1634 but was given its present name in 1654. British pirate John Glover rediscovered Bajo Nuevo in 1660.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong><em>Bajo Nuevo reportedly contains no \'meaningful mineral reserves\'</em></strong>\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>4.&nbsp;&nbsp;</strong>&nbsp;Satellite imagery from the\nNational Aeronautics and Space Administration (NASA) shows two distinct\natoll-like structures separated by a deep channel under a mile wide at its\nnarrowest point. The reef partially dries on the southern and eastern sides,\nwith the land area being minuscule by comparison.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong>&nbsp;&nbsp;&nbsp;&nbsp;The most prominent land area is Low Cay,\nin the southwest atoll, which extends for 300 metres and widens at a maximum of\n40 metres across. No more than two metres above sea level, the barren island is\ncomposed of broken coral, driftwood, and sand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>6.&nbsp;</strong>&nbsp;&nbsp;A total of five countries have laid claim to sovereignty over Bajo Nuevo, namely: <strong>Jamaica, Colombia, Nicaragua, Honduras and the United States</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":305} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-countries-dispute-flags-1024x614.jpg\" alt=\"\" class=\"wp-image-305\" /><figcaption>(From top left to bottom right) The flags of Colombia, the United States, Honduras, Jamaica and Nicaragua (Photos: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>7.&nbsp;</strong>&nbsp;&nbsp;James W. Jennett, empowered under provisions\nof the controversial Guano Islands Act, initiated the US’ claim on November 22,\n1869. To this day, the US administers Bajo Nuevo bank as an ‘unorganized,\nunincorporated United States territory’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>8.&nbsp;&nbsp;</strong>&nbsp;Similarly to other territories\nclaimed under the Guano Islands Act in the Caribbean and Oceania, persons born\non Bajo Nuevo to non-citizens are considered by the United States to be US\nnationals, but not US citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":307} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/usa_flag-demo-1024x614.jpg\" alt=\"\" class=\"wp-image-307\" /><figcaption>United States flag (Photo: US State Department)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>9.&nbsp;</strong>&nbsp;&nbsp;Colombia currently claims the area as part of\nthe department of San Andrés and Providencia. The San Andrés fleet of the\nColombian Navy carries out naval patrols in the area, as the republic maintains\nthat it has claimed these territories since 1886 – as part of the geographic\narchipelago of San Andrés and Providencia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3070} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/colombia-armada-demo-buzz-1024x714.jpg\" alt=\"\" class=\"wp-image-3070\" /><figcaption>One of many naval vessels in the powerful Colombian armada (Photo: cimsec.org)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>10.</strong>&nbsp;&nbsp;&nbsp;The November 1993 <a href=\"https://www.un.org/Depts/los/LEGISLATIONANDTREATIES/PDFFILES/TREATIES/JAM-COL1993MD.PDF\">maritime delimitation treaty</a> between Colombia and Jamaica established a \"Joint Regime Area\". This allowed both countries to cooperatively manage and exploit living and non-living resources in designated waters between the two aforementioned banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>11.&nbsp;</strong>&nbsp;&nbsp;Bajo Nuevo’s territorial waters immediately\nsurrounding the cays themselves were excluded from the zone of joint-control,\nas Colombia considers these areas to be part of her coastal waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>12.&nbsp;&nbsp;</strong>&nbsp;The maritime delimitation treaty came effect four months later and was recognised by international law in March 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>13.&nbsp;</strong>&nbsp;&nbsp;The Colombian Ministry of Defense constructed\na light beacon on Low Cay in 1982. The metal structure towers 21&nbsp;metres\nabove the Caribbean Sea and is painted white with a red top. The beacon emits\ntwo white flashes of light every 15 seconds. After sustaining some damage, the\nbeacon was reconstructed by the Colombians in February 2008 and is currently\nmaintained by the navy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":306,\"width\":412,\"height\":531} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-light-beacon.jpg\" alt=\"\" class=\"wp-image-306\" width=\"412\" height=\"531\" /><figcaption>A light beacon erected on the shores of Low Cay, Bajo Nuevo (Photo: Colombian Ministry of Defence)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>14.</strong>&nbsp;&nbsp;&nbsp; Nicaragua bases its claim to Bajo Nuevo Bank\ndue to the islands sitting on its continental shelf, covering an area of over\n50,000 square kilometres in the Caribbean Sea. In fact, the Central American\ncountry lays claim to all islands associated with the San Andrés and\nProvidencia archipelagoes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>15.&nbsp;</strong>&nbsp;&nbsp;Successive Nicaraguan governments have\npersistently pursued claims against Colombia in the International Court of\nJustice (ICJ), filing cases in both 2001 and 2007.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>16.</strong>&nbsp;&nbsp;&nbsp;On November 19, 2012, in regards to Nicaraguan claims to the islands, the ICJ ruled unanimously that Colombia has sovereignty over both Bajo Nuevo and Serranilla Banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3073} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gavel-in-court-buzz-demo-1024x679.jpg\" alt=\"\" class=\"wp-image-3073\" /><figcaption>(Photo: Pexels.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>17.</strong>&nbsp;&nbsp;&nbsp;The islands remain a Colombian territory and are a key stopping point in the country’s fight against drug and weapons smuggling, but all the other claimant nations still have limited access to them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>18.</strong>&nbsp;&nbsp;&nbsp;Bajo Nuevo is positioned inside a modestly\nproductive fishing (mostly lobsters) zone, but the seabed reportedly contains\nno \'meaningful mineral reserves\', and only small amounts of hydrocarbon fuels\nhave been identified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>19.&nbsp;</strong>&nbsp;&nbsp;Honduras, another claimant to Bajo Nuevo and\nthe nearby Serranilla Bank, effectively ended its role in the dispute with the\nratification of a maritime boundary treaty with Colombia on December 20, 1999.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>20.</strong>&nbsp;&nbsp; According to the treaty, both states agreed upon a\nmaritime demarcation in 1986 that excluded Honduras from any control over the\nbanks or their surrounding waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>21.</strong>&nbsp;&nbsp; This bilateral treaty ensured that Honduras\nimplicitly recognises Colombia\'s sovereignty over the disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>22.&nbsp;</strong>&nbsp; Bajo Nuevo Bank and Serranilla Bank have been\nrepeatedly included as per American sources as one of ten insular areas in the\nPacific Ocean and Caribbean Sea that make up the US’ Minor Outlying Islands\nclassification.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>23.&nbsp;</strong>&nbsp; Baker Island, Howland Island, Jarvis Island, Johnston Atoll, Kingman Reef, Midway Islands, Navassa Island, Palmyra Atoll, and Wake Island comprise the remaining nine disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did you know these islands existed? What were the most surprising facts you read? Let us know in the comments section! </p>\n<!-- /wp:paragraph -->','Bajo Nuevo: What you should know about the disputed island Jamaica \'gave up\'','','inherit','closed','closed','','300-revision-v1','','','2019-08-14 14:43:15','2019-08-14 19:43:15','',300,'https://buzz-caribbean.com/article/300-revision-v1/',0,'revision','',0),(3738,13,'2019-08-14 14:43:36','2019-08-14 19:43:36','{\"id\":\"3714\",\"questions\":[{\"uid\":\"48b493ed-5ebc-4f80-b0fc-a963d955d691\",\"content\":\"What does ATL stand for ?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[{\"uid\":\"c4014f95-1c30-4379-a9f1-9fdbd0656714\",\"type\":\"text\",\"label\":\"Applicant Trading and Leisure?\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"7030a433-dab4-4c2a-a2cb-2217e68c28f9\",\"type\":\"text\",\"label\":\"Appliance Traders Limited\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"8f2fa7f5-4df7-454c-993b-2bf9e8097bd2\",\"type\":\"text\",\"label\":\"Alliance Technical loans\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true}],\"votesOverride\":0},{\"uid\":\"1f8bedb6-03ca-4241-a5b3-9d222195a0a7\",\"content\":\"Finish the slogan ATL   U_ B_ _ T_B_ E\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"\"},\"choices\":[]},{\"uid\":\"d4a6b65f-e1cc-43f4-9f87-07a2377f6b24\",\"content\":\"Who is ATL\'s  CEO?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[{\"uid\":\"2f572f80-691b-4621-bc72-f05f011b1d06\",\"type\":\"image\",\"label\":\"Andrew Holness\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true,\"image\":{\"full\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official.jpg\",\"thumbnail\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official-150x150.jpg\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":204,\"width\":300,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official-300x204.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official.jpg\",\"height\":475,\"width\":700,\"orientation\":\"landscape\"}},\"attachmentId\":3732}},{\"uid\":\"268bb118-b393-49a4-9b01-cd049af1ea4d\",\"type\":\"image\",\"label\":\"Adam Stewart\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true,\"image\":{\"full\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott.jpg\",\"thumbnail\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott-150x150.jpg\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":251,\"width\":300,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott-300x251.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":857,\"width\":1024,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott-1024x857.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott.jpg\",\"height\":2022,\"width\":2415,\"orientation\":\"landscape\"}},\"attachmentId\":317}}],\"votesOverride\":0}],\"fields\":[{\"uid\":\"69ecc04d-31ed-48f4-b63a-6361accbd4aa\",\"type\":\"text\",\"label\":\"Email\",\"defaultValue\":\"\",\"options\":\"\",\"collapsed\":false,\"validations\":{\"filled\":{\"enabled\":true},\"email\":{\"enabled\":true},\"filter\":{\"rules\":[]}},\"attributes\":[],\"template\":\"\",\"name\":\"email\"}],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"enabled\":true,\"start\":\"08\\/14\\/2019 14:42\",\"end\":\"08\\/31\\/2019 23:00\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','','','inherit','closed','closed','','3714-revision-v1','','','2019-08-14 14:43:36','2019-08-14 19:43:36','',3714,'https://buzz-caribbean.com/article/3714-revision-v1/',0,'revision','',0),(3739,14,'2019-08-14 14:44:37','2019-08-14 19:44:37','<!-- wp:image {\"id\":323} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/flying-into-sunset-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-323\" /><figcaption>Photo: Pexels.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Summer’s here and with it the age-old question on many Jamaican minds: <strong><em>\"Where to unravel for my vacation?\"</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For many Jamaicans who’ve experienced nearly all the island has to offer, the next best bet is to travel overseas – and enjoy the sights, sounds, tastes and feels of another country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Outside of the usual favourites of the United States, Canada, and the United Kingdom, there are also many other countries that provide less-stringent access with visa-free travel all year round!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":325} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jamaica-passport-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-325\" /><figcaption>Jamaican passports (Photo: Shea Powell, TheWorldUpCloser.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As of March 2019, Jamaican citizens had visa-free or visa on arrival access to 84 countries and territories.  According to the <a href=\"https://www.henleypassportindex.com/passport\">Henley Passport Index</a>, the Jamaican passport is ranked 63rd in the world in terms of travel freedom. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now, with the declaration of a visa waiver agreement between Jamaica and Ghana this July, the African country joins an impressive list of 84 countries and 11 disputed territories where Jamaicans are welcomed with open arms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Think you know them all? Well, here’s your challenge!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Try to come up with as many countries where visa-free travel is possible for Jamaicans before scrolling further (We double dare you).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":328} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/world-map-demo-1024x610.jpg\" alt=\"\" class=\"wp-image-328\" /><figcaption>World map (Photo: CIA, Political map of the world) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How many did you come up with…10…20…40…95?!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve thought about expanding your horizons or are already a step closer to experiencing a new cultural frontier,&nbsp;<strong>BUZZ</strong>&nbsp;presents a comprehensive list of all 95 countries across the world where just your Jamaican passport is needed to enjoy a well-needed vacation:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>NB: This list is broken down into three categories: Visa-free access (*), Visa supplied on arrival (!), and e-Visas (an official document issued online by respective Immigration Departments or Foreign Ministries that allows for Jamaicans to enter and travel.)</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Bahrain (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Azerbaijan (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Comoros (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Cote d’Ivoire</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Argentina (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Antigua and Barbuda (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Barbados (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Bangladesh (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Cook Islands (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Macau (!) [Territory of China]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>11. Palestine (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>12. Northern Cyprus [Territory of Turkey] (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>13. Curacao (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>14. Hong Kong (*) [Territory of China]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>15. Niue (*) [Territory of New Zealand]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>16. Monserrat (*) [Territory of the United Kingdom]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>17. Zimbabwe (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>18. Venezuela (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>19. Uganda (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>20. Trinidad and Tobago (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>21. Tuvalu (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>22. Serbia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>23. St. Vincent and the Grenadines (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>24. St. Lucia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>25. St. Kitts &amp; Nevis (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>26. Peru (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>27. Niger (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>28. Madagascar (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>29. Kiribati (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>30. Jordan (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>31. Myanmar (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>32. Seychelles (visitor’s permit on arrival)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>33. Palau (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>34. Mexico (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>35. Lesotho (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>36. Israel (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>37. Kenya (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>38. Nicaragua (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>39. Malaysia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>40. Kyrgyzstan (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>41. South Korea (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>42. Togo (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>43. Suriname (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>44. Mozambique (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>45. Tajikistan (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>46. Sao Tome &amp; Principe (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>47. Rwanda (either visa on arrival/eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>48. Panama (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>49. Micronesia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>50. Nepal (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>51. South Africa (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>52. Sri Lanka (either eVisa/visa on arrival)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>53. Papua New Guinea (visitor permit)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>54. Qatar (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>55. Senegal (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>56. Pitcairn Islands (*) [Territory of the United Kingdom]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>57. Somaliland (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>58. Russia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>59. Mauritania (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>60. Guyana (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>61. Indonesia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>62. Laos (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>63. Timor-Leste (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>64. Zambia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>65. Mauritius (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>66. Namibia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>67. India (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>68. Guinea-Bissau (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>69. Grenada (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>70. Malawi (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>71. Philippines (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>72. Somalia (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>73. Tanzania (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>74. Vanuatu (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>75. Transnistria (*) [formerly part of Moldova, now known as Pridnestrovian Moldavian Republic]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>76. Samoa (entry permit on arrival)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>77. Haiti (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>78. Iran (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>79. The Maldives (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>80. Sierra Leone (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>81. Singapore (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>82. Turkey (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>83. Uruguay (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>84. South Ossetia [formerly northern territory of Georgia in Europe]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>85. Georgia (eVisa) [not to be confused with the US state of Georgia]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>86. The Gambia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>87. Gabon (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>88. Fiji (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>89. Eswatini, also known as Swaziland (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>90. Ethiopia (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>91. Ecuador (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>92. Dominica (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>93. Dominican Republic (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>94. Djibouti (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>95. As of July 2019, Ghana!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How many of these countries have you visited? Which listing surprised you? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us know where your next adventure will be in the comments section below!</p>\n<!-- /wp:paragraph -->','Buzz Travel: Visa-free countries Jamaicans can visit','','inherit','closed','closed','','321-revision-v1','','','2019-08-14 14:44:37','2019-08-14 19:44:37','',321,'https://buzz-caribbean.com/article/321-revision-v1/',0,'revision','',0),(3740,21,'2019-08-14 14:45:09','2019-08-14 19:45:09','<!-- wp:paragraph -->\n<p>Living food. That\'s how Wright Life Eatery describes what they sell at their location at Fairview in Montego Bay, St James.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The restaurant prepares a variety of healthy dishes that don\'t require cooking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":475} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/65876745_2135845069875918_5173827031938367488_n.jpg\" alt=\"\" class=\"wp-image-475\" /><figcaption>The Zucchini wrap with Spinach bread and papaya salad is among the favourites. (Photos: Facebook - Wright Life Food)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This style of preparation is much healthier due to the limited use of oils and other not-so-healthy ingredients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A big selling point for Wright Life is its selection of juices and smoothies, which are made with a touch of innovation such as mixing mango with Tumeric.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":486} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190724-WA0009-1024x495.jpg\" alt=\"\" class=\"wp-image-486\" /><figcaption>Wright Life mixes Tumeric and Mango for a sumptuous treat.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Wright Life has developed a loyal following of persons who always flock to the restaurant for some Living Food.</p>\n<!-- /wp:paragraph -->','Up for some \'living food\'? Check with Wright Life','','inherit','closed','closed','','465-revision-v1','','','2019-08-14 14:45:09','2019-08-14 19:45:09','',465,'https://buzz-caribbean.com/article/465-revision-v1/',0,'revision','',0),(3741,4,'2019-08-14 14:54:42','2019-08-14 19:54:42','<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=dWD9qMmjRxg\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=dWD9qMmjRxg&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Fully Loaded 2019 was a treat for dancehall lovers','','publish','closed','closed','','fully-loaded-2019-was-a-treat-for-dancehall-lovers','','','2019-08-21 09:51:33','2019-08-21 14:51:33','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=3741',0,'video','',0),(3742,21,'2019-08-14 14:46:11','2019-08-14 19:46:11','<!-- wp:paragraph -->\n<p><em>Living food</em>. That\'s how Wright Life Eatery describes what they sell at their location at Fairview in Montego Bay, St James.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The restaurant prepares a variety of healthy dishes that don\'t require cooking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":475} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/65876745_2135845069875918_5173827031938367488_n.jpg\" alt=\"\" class=\"wp-image-475\" /><figcaption>The Zucchini wrap with Spinach bread and papaya salad is among the favourites. (Photos: Facebook - Wright Life Food)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This style of preparation is much healthier due to the limited use of oils and other not-so-healthy ingredients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A big selling point for Wright Life is its selection of juices and smoothies, which are made with a touch of innovation such as mixing mango with Tumeric.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":486} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190724-WA0009-1024x495.jpg\" alt=\"\" class=\"wp-image-486\" /><figcaption>Wright Life mixes Tumeric and Mango for a sumptuous treat.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Wright Life has developed a loyal following of persons who always flock to the restaurant for some Living Food.</p>\n<!-- /wp:paragraph -->','Up for some \'living food\'? Check with Wright Life','','inherit','closed','closed','','465-revision-v1','','','2019-08-14 14:46:11','2019-08-14 19:46:11','',465,'https://buzz-caribbean.com/article/465-revision-v1/',0,'revision','',0),(3743,13,'2019-08-14 14:46:34','2019-08-14 19:46:34','{\"id\":\"3714\",\"questions\":[{\"uid\":\"48b493ed-5ebc-4f80-b0fc-a963d955d691\",\"content\":\"What does ATL stand for ?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[{\"uid\":\"c4014f95-1c30-4379-a9f1-9fdbd0656714\",\"type\":\"text\",\"label\":\"Applicant Trading and Leisure?\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"7030a433-dab4-4c2a-a2cb-2217e68c28f9\",\"type\":\"text\",\"label\":\"Appliance Traders Limited\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"8f2fa7f5-4df7-454c-993b-2bf9e8097bd2\",\"type\":\"text\",\"label\":\"Alliance Technical loans\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true}],\"votesOverride\":0},{\"uid\":\"1f8bedb6-03ca-4241-a5b3-9d222195a0a7\",\"content\":\"Finish the slogan ATL   U_ B_ _ T_B_ E\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"\"},\"choices\":[]},{\"uid\":\"d4a6b65f-e1cc-43f4-9f87-07a2377f6b24\",\"content\":\"Who is ATL\'s  CEO?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[{\"uid\":\"2f572f80-691b-4621-bc72-f05f011b1d06\",\"type\":\"image\",\"label\":\"Andrew Holness\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true,\"image\":{\"full\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official.jpg\",\"thumbnail\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official-150x150.jpg\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":204,\"width\":300,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official-300x204.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official.jpg\",\"height\":475,\"width\":700,\"orientation\":\"landscape\"}},\"attachmentId\":3732}},{\"uid\":\"268bb118-b393-49a4-9b01-cd049af1ea4d\",\"type\":\"image\",\"label\":\"Adam Stewart\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true,\"image\":{\"full\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott.jpg\",\"thumbnail\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott-150x150.jpg\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":251,\"width\":300,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott-300x251.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":857,\"width\":1024,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott-1024x857.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott.jpg\",\"height\":2022,\"width\":2415,\"orientation\":\"landscape\"}},\"attachmentId\":317}}],\"votesOverride\":0}],\"fields\":[{\"uid\":\"69ecc04d-31ed-48f4-b63a-6361accbd4aa\",\"type\":\"text\",\"label\":\"Email\",\"defaultValue\":\"\",\"options\":\"\",\"collapsed\":false,\"validations\":{\"filled\":{\"enabled\":true},\"email\":{\"enabled\":true},\"filter\":{\"rules\":[]}},\"attributes\":[],\"template\":\"\",\"name\":\"email\"}],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"enabled\":true,\"start\":\"08\\/14\\/2019 14:42\",\"end\":\"08\\/31\\/2019 23:00\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','ATL Water Solutions','','inherit','closed','closed','','3714-revision-v1','','','2019-08-14 14:46:34','2019-08-14 19:46:34','',3714,'https://buzz-caribbean.com/article/3714-revision-v1/',0,'revision','',0),(3744,14,'2019-08-14 14:47:27','2019-08-14 19:47:27','<!-- wp:image {\"id\":2541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-2541\" /><figcaption>Stredic Thompson (left) and his son, Matthew are at the helm of Journey\'s End Wines. (Photos: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In 2018, Stredic Thompson abandoned a career in banking to pursue his passion for making wines. These days, he and his son, Matthew, are surprising taste buds with their amazing line of fine wines. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We love the quality and look Journey’s End produces, and we said we would take this brand and make it an international brand,” said Stredic Thompson, who is the managing director of Journey’s End Wines. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2528} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-1-1024x579.jpg\" alt=\"\" class=\"wp-image-2528\" /><figcaption>All 10 variations of Jamaica-made Flavour of the Past wines.  (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Since their journey began, the pair has been moving full-steam ahead to boost the local perception of quality-made wines under the brand Flavours of the Past. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Wine is something that is very palatable, and there was something else that attracted us to wine,” Thompson told<strong> BUZZ</strong>. “Jamaica has a national dish, a national fruit – there’s no national wine, and we thought Flavours of the Past could become the national wine.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong><em>Journey’s End is a unique skillset wherein we make the finest wine from Jamaican fruit,</em></strong>\"</p><cite>— Stredic Thompson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Flavours of the Past now has 10 flavours - soursop, honey-orange, ackee, pimento berry, pineapple, passion fruit, ginger, sorrel, noni and sugarcane.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thompson told <strong><em>BUZZ</em></strong> that new flavours will be rolled out in the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Moringa wine will be launched in another few months. There are other ideas we have: starfruit, mango, otaheite apple. We can be as creative as we want with wines,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See our gallery below with the full product line!</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"2516\",\"2518\",\"2519\",\"2520\",\"2521\",\"2522\",\"2523\",\"2524\",\"2525\",\"2526\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-19.jpg\" alt=\"\" data-id=\"2516\" data-link=\"https://buzz-caribbean.com/?attachment_id=2516\" class=\"wp-image-2516\" /><figcaption>Jamaican Passion fruit wine</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-18.jpg\" alt=\"\" data-id=\"2518\" data-link=\"https://buzz-caribbean.com/?attachment_id=2518\" class=\"wp-image-2518\" /><figcaption>The widely popular Jamaican Soursop wine </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-17.jpg\" alt=\"\" data-id=\"2519\" data-link=\"https://buzz-caribbean.com/?attachment_id=2519\" class=\"wp-image-2519\" /><figcaption>Bet you didn\'t know Jamaican Ackee wine was a thing?! </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-16.jpg\" alt=\"\" data-id=\"2520\" data-link=\"https://buzz-caribbean.com/?attachment_id=2520\" class=\"wp-image-2520\" /><figcaption>Pimento. Berry. Wine. Enough said. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-15.jpg\" alt=\"\" data-id=\"2521\" data-link=\"https://buzz-caribbean.com/?attachment_id=2521\" class=\"wp-image-2521\" /><figcaption>Flavours of the Past offering a new twist to the traditional Jamaican Ginger wine.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-14.jpg\" alt=\"\" data-id=\"2522\" data-link=\"https://buzz-caribbean.com/?attachment_id=2522\" class=\"wp-image-2522\" /><figcaption>\'Pine time\'!</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-13.jpg\" alt=\"\" data-id=\"2523\" data-link=\"https://buzz-caribbean.com/?attachment_id=2523\" class=\"wp-image-2523\" /><figcaption>Another big hit is the Jamaican Noni wine! </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-12.jpg\" alt=\"\" data-id=\"2524\" data-link=\"https://buzz-caribbean.com/?attachment_id=2524\" class=\"wp-image-2524\" /><figcaption>The mother of rum, Jamaican Sugar Cane, as a wine...hmmm </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-11.jpg\" alt=\"\" data-id=\"2525\" data-link=\"https://buzz-caribbean.com/?attachment_id=2525\" class=\"wp-image-2525\" /><figcaption>Sorrel with wine, sorrel with rum or Jamaican Sorrel Wine? You choose! </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-10.jpg\" alt=\"\" data-id=\"2526\" data-link=\"https://buzz-caribbean.com/?attachment_id=2526\" class=\"wp-image-2526\" /><figcaption>The latest invention by Flavours of the Past, Jamaican Honey Orange wine.</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>When asked what separates Journey’s End from other local wine manufacturers, Thompson’s answer was simple - quality and authenticity. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our wines are uniquely hand-crafted for the market. We ensure that there is consistency in quality and taste. It is made from genuine Jamaican fruits we purchase or use from our farm. Our process is solid from beginning to the end,” Thompson told <strong>BUZZ</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Journey’s End is a unique skillset wherein we make the finest wine from Jamaican fruits. As long as it’s a fruit grown in Jamaica, we can find a way to make the best wine there is from it.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2529} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-2529\" /><figcaption>A man of procedure: Stredic Thompson show the BUZZ team a container with sorrel being fermented. (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While the quality is maintained, <strong><em>Flavours of the Past</em></strong>’s line is surprisingly affordable – retailing from $2,000 for the 700ml, to around $400 for the 150ml varieties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As Thompson gave <strong>BUZZ</strong> a tour of their <strong><em>Flavours of the Past</em></strong> winery on Duke Street, downtown Kingston, he explained that each fruit goes through an intricate cooking, fermentation, triple filtration, cooling, heating, bottling and labelling process before filling shelves at several major supermarket chains and the airports in Kingston and Montego Bay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"2531\",\"2532\",\"2534\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-3-1024x682.jpg\" alt=\"\" data-id=\"2531\" data-link=\"https://buzz-caribbean.com/article/father-son-duo-taking-exotic-jamaican-wines-across-the-world/journeys-end-wine-buzz-3/\" class=\"wp-image-2531\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-2-1024x683.jpg\" alt=\"\" data-id=\"2532\" data-link=\"https://buzz-caribbean.com/article/father-son-duo-taking-exotic-jamaican-wines-across-the-world/journeys-end-wine-buzz-2/\" class=\"wp-image-2532\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-5-1024x683.jpg\" alt=\"\" data-id=\"2534\" data-link=\"https://buzz-caribbean.com/article/father-son-duo-taking-exotic-jamaican-wines-across-the-world/journeys-end-wine-buzz-5/\" class=\"wp-image-2534\" /><figcaption> </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“We find that in the airports we do extremely well because people want that connection to Jamaica. To taste a piece, that flavour of Jamaica and that’s what we provide,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Persons are always blown away when they taste our wines and they often say: ‘Is this really made in Jamaica?’. I’ve heard it so many times, and I immediately say: ‘Right here in Jamaica is where it is made’.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-7-1024x683.jpg\" alt=\"\" class=\"wp-image-2509\" /><figcaption>Father-son duo Stredic Thompson (right) and Matthew Thompson leading the charge to push quality-made, exotic Jamaican wines internationally. (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thompson, through Journey’s End, wants to\nlaunch the island as a premier destination for fine wine connoisseurs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We want it to be an international brand. When you think of Jamaica, we want it to be synonymous with <strong><em>Flavours of the Past</em></strong> wines,” he told <strong>BUZZ</strong>, adding that the aim is to enter the European and North American markets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZhive</strong>, we want to hear from you. Have you tried any of these wines? Which flavour surprised you the most? Let us know in the comment section below.</p>\n<!-- /wp:paragraph -->','Father-son duo taking exotic Jamaican wines across the world','','inherit','closed','closed','','2506-revision-v1','','','2019-08-14 14:47:27','2019-08-14 19:47:27','',2506,'https://buzz-caribbean.com/article/2506-revision-v1/',0,'revision','',0),(3745,14,'2019-08-14 14:48:40','2019-08-14 19:48:40','<!-- wp:image {\"id\":3598} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-15-1024x683.jpg\" alt=\"\" class=\"wp-image-3598\" /><figcaption>Just outside the gate to LifeYard, a surreal mural of Haile Selassie adorns the wall of the eco-village (Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>LifeYard, found in the heart of Parade Gardens on Fleet\nStreet, is an eco-village.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was created by a group of young Rastafarians, out of a need to breathe life into Fleet Street.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Judging from the stunning imagery our BUZZ lenses captured, Fleet Street is  very much alive, artistically. <strong><em>Check out the gallery below:</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3600,3602,3603,3604,3605,3606,3607]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-8-1024x683.jpg\" alt=\"\" data-id=\"3600\" class=\"wp-image-3600\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-14-1024x683.jpg\" alt=\"\" data-id=\"3602\" data-link=\"https://buzz-caribbean.com/article/lifeyard-a-creative-oasis-in-kingstons-inner-city/lifeyard-buzz-14/\" class=\"wp-image-3602\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-7-1024x683.jpg\" alt=\"\" data-id=\"3603\" data-link=\"https://buzz-caribbean.com/article/lifeyard-a-creative-oasis-in-kingstons-inner-city/lifeyard-buzz-7/\" class=\"wp-image-3603\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-9-1024x683.jpg\" alt=\"\" data-id=\"3604\" data-link=\"https://buzz-caribbean.com/article/lifeyard-a-creative-oasis-in-kingstons-inner-city/lifeyard-buzz-9/\" class=\"wp-image-3604\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-6-1024x683.jpg\" alt=\"\" data-id=\"3605\" data-link=\"https://buzz-caribbean.com/article/lifeyard-a-creative-oasis-in-kingstons-inner-city/lifeyard-buzz-6/\" class=\"wp-image-3605\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-4-1024x683.jpg\" alt=\"\" data-id=\"3606\" data-link=\"https://buzz-caribbean.com/article/lifeyard-a-creative-oasis-in-kingstons-inner-city/lifeyard-buzz-4/\" class=\"wp-image-3606\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-10-1024x683.jpg\" alt=\"\" data-id=\"3607\" data-link=\"https://buzz-caribbean.com/article/lifeyard-a-creative-oasis-in-kingstons-inner-city/lifeyard-buzz-10/\" class=\"wp-image-3607\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>So, in 2014, the group started to beautify sections of the\ncommunity, to restore pride into the younger generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, LifeYard stands as a growing social enterprise – the\nfirst multicultural, intergenerational eco-village of its kind in Kingston!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3608} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-2-1024x683.jpg\" alt=\"\" class=\"wp-image-3608\" /><figcaption>LifeYard director Romaine \'Sabukie\' Allen (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It’s not just a physical space but a movement, as its\nmembers spearhead several community outreach programmes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the creative and cultural oasis it is, LifeYard welcomes all\nwalks of life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fuelled by a strong connection to Rastafarian roots, its\nmembers connect with everyone on a personal level.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3601} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-11-1024x683.jpg\" alt=\"\" class=\"wp-image-3601\" /><figcaption>Plant a seed of knowledge, tend to it and wisdom flourishes (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>LifeYard has a giftshop, bar, restaurant and is working on a\npermaculture farm to become self-sufficient.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The children of Fleet Street are the biggest beneficiaries of LifeYard’s activities, as the group engages in entrepreneurial activities and literacy programmes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3609} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-12-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3609\" /><figcaption>Accountant and Executive member of LifeYard Danijah Taylor (right) speaks to BUZZ on his #PenPowerment initiative. Looking on is Romaine \'Sabukie\' Allen, director (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Various skills are taught to members of the community, which LifeYard hopes can be used to earn a living. These include drumming, playing the piano, embroidery, sewing, jewellery making, and farming.</p>\n<!-- /wp:paragraph -->','LifeYard: A creative oasis in Kingston’s ‘inner-city’','','inherit','closed','closed','','2223-revision-v1','','','2019-08-14 14:48:40','2019-08-14 19:48:40','',2223,'https://buzz-caribbean.com/article/2223-revision-v1/',0,'revision','',0),(3747,14,'2019-08-14 14:50:37','2019-08-14 19:50:37','<!-- wp:image {\"id\":3270} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3270\" /><figcaption>Candidate and challenger for the presidency of the People\'s National Party (PNP) Peter Bunting (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Presidential candidate for the People’s National\nParty (PNP) Peter Bunting says his surprise challenge for the top role has\nalready boosted morale within the organisation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, who spoke to <strong>BUZZ</strong> on the ground of Stadium East following a successful nomination exercise on Friday, July 26, explained that the PNP needed his challenge to re-energise the party after a string of defeats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3271} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-3271\" /><figcaption>\'Powaaa\'! Comrades sound their battle cries at the PNP headquarters on Old Hope Road on Nomination Day (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I think it is very important for us and for the [PNP]. The root of the matter is the party had been flat for a while, particularly losing a series of by-elections, the morale was low,” Bunting told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, who also sits as Member of\nParliament for Central Manchester, was the source of much jubilation from\ncomrades, who paraded in sections of Kingston, anticipating an overwhelming\nvictory in September.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3272} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-3-1024x683.jpg\" alt=\"\" class=\"wp-image-3272\" /><figcaption>Comrades invade sections of the Corporate Area to offer their support to presidential aspirant Peter Bunting and his \'Rise United\' campaign (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The ‘Rise United’ leader explained that already,\nwhether the ‘One PNP’ team would like to accept it or not, the party has been\ninfected with the most zest and vim in recent months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In the six weeks or so since we announced the Rise United campaign, particularly since we launched, we’ve injected a sense of purpose in the party,” Bunting told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“An excitement, an energy, a passion has\nbeen re-emerging,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3277} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-9-1024x683.jpg\" alt=\"\" class=\"wp-image-3277\" /><figcaption>\'We Can Win\' - the personification of hope for the Rise United campaign (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reflecting on the massive turnout for his\nnomination, Bunting noted, “I’m feeling quite excited. Of course, I’m very\ngrateful for the tremendous support; the thousands who have come out just to\nwalk with me to HQ to be nominated. We got a tremendous reception right across\nthe board.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting said he was especially pleased to\nsee young Jamaicans among those participating in the Rise United campaign – a telling\nsign that the PNP’s appeal is growing on millennials.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m excited to see the number of young people coming to our events, because some thought the JLP were doing much better among the 18-30 cohort. And with five or six weeks left in the campaign,” the presidential challenger told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3274} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-3274\" /><figcaption>From the mouths and minds of comrades, Rise United is more than a campaign. It\'s a movement, a calling (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While he acknowledged much can change leading\nup to that fateful election day, Bunting assured that his campaign will be focused\nand robust on what truly matters: <strong>the\ndelegates</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A week in politics is a long time, we don’t\nwant to take any chances. We’re just going to be targeted in terms of engaging\ndelegates in small groups or even one-to-one – persuading them to our message,”\nhe indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We want the party members and supporters\nto believe that we can win the next general election and to start operating\nwith that confidence in a modern way to move forward,” Bunting further\nremarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3273} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-3273\" /><figcaption>Bunting gets the crowd riled up on Nomination Day (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When pressed to offer a word to delegates he hasn’t met just yet, Bunting assured undecided voters, “The Rise United campaign is on its way to your town and your community.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The showdown between challenger Peter Bunting and the incumbent Dr. Peter Phillips, for the future of the PNP, takes place on Saturday, September 7.</p>\n<!-- /wp:paragraph -->','Battleground PNP: Peter Bunting revels in huge support on Nomination Day','','inherit','closed','closed','','2373-revision-v1','','','2019-08-14 14:50:37','2019-08-14 19:50:37','',2373,'https://buzz-caribbean.com/article/2373-revision-v1/',0,'revision','',0),(3748,13,'2019-08-14 14:51:22','2019-08-14 19:51:22','{\"id\":\"3714\",\"questions\":[{\"uid\":\"48b493ed-5ebc-4f80-b0fc-a963d955d691\",\"content\":\"What does ATL stand for ?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[{\"uid\":\"c4014f95-1c30-4379-a9f1-9fdbd0656714\",\"type\":\"text\",\"label\":\"Applicant Trading and Leisure?\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"7030a433-dab4-4c2a-a2cb-2217e68c28f9\",\"type\":\"text\",\"label\":\"Appliance Traders Limited\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"8f2fa7f5-4df7-454c-993b-2bf9e8097bd2\",\"type\":\"text\",\"label\":\"Alliance Technical loans\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true}],\"votesOverride\":0},{\"uid\":\"1f8bedb6-03ca-4241-a5b3-9d222195a0a7\",\"content\":\"Finish the slogan ATL   U_ B_ _ T_B_ E\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[{\"uid\":\"24b4529d-7a07-43fd-a3fd-8435932f7f40\",\"type\":\"text\",\"label\":\"\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}]},{\"uid\":\"d4a6b65f-e1cc-43f4-9f87-07a2377f6b24\",\"content\":\"Who is ATL\'s  CEO?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[{\"uid\":\"2f572f80-691b-4621-bc72-f05f011b1d06\",\"type\":\"image\",\"label\":\"Andrew Holness\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true,\"image\":{\"full\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official.jpg\",\"thumbnail\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official-150x150.jpg\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":204,\"width\":300,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official-300x204.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official.jpg\",\"height\":475,\"width\":700,\"orientation\":\"landscape\"}},\"attachmentId\":3732}},{\"uid\":\"268bb118-b393-49a4-9b01-cd049af1ea4d\",\"type\":\"image\",\"label\":\"Adam Stewart\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true,\"image\":{\"full\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott.jpg\",\"thumbnail\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott-150x150.jpg\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":251,\"width\":300,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott-300x251.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":857,\"width\":1024,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott-1024x857.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott.jpg\",\"height\":2022,\"width\":2415,\"orientation\":\"landscape\"}},\"attachmentId\":317}}],\"votesOverride\":0}],\"fields\":[{\"uid\":\"69ecc04d-31ed-48f4-b63a-6361accbd4aa\",\"type\":\"text\",\"label\":\"Email\",\"defaultValue\":\"\",\"options\":\"\",\"collapsed\":false,\"validations\":{\"filled\":{\"enabled\":true},\"email\":{\"enabled\":true},\"filter\":{\"rules\":[]}},\"attributes\":[],\"template\":\"\",\"name\":\"email\"}],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"enabled\":true,\"start\":\"08\\/14\\/2019 14:42\",\"end\":\"08\\/31\\/2019 23:00\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','ATL Water Solutions','','inherit','closed','closed','','3714-revision-v1','','','2019-08-14 14:51:22','2019-08-14 19:51:22','',3714,'https://buzz-caribbean.com/article/3714-revision-v1/',0,'revision','',0),(3749,13,'2019-08-14 14:51:35','2019-08-14 19:51:35','{\"id\":\"3714\",\"questions\":[{\"uid\":\"48b493ed-5ebc-4f80-b0fc-a963d955d691\",\"content\":\"What does ATL stand for ?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[{\"uid\":\"c4014f95-1c30-4379-a9f1-9fdbd0656714\",\"type\":\"text\",\"label\":\"Applicant Trading and Leisure?\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"7030a433-dab4-4c2a-a2cb-2217e68c28f9\",\"type\":\"text\",\"label\":\"Appliance Traders Limited\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"8f2fa7f5-4df7-454c-993b-2bf9e8097bd2\",\"type\":\"text\",\"label\":\"Alliance Technical loans\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true}],\"votesOverride\":0},{\"uid\":\"1f8bedb6-03ca-4241-a5b3-9d222195a0a7\",\"content\":\"Finish the slogan ATL   U_ B_ _ T_B_ E\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[]},{\"uid\":\"d4a6b65f-e1cc-43f4-9f87-07a2377f6b24\",\"content\":\"Who is ATL\'s  CEO?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[{\"uid\":\"2f572f80-691b-4621-bc72-f05f011b1d06\",\"type\":\"image\",\"label\":\"Andrew Holness\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true,\"image\":{\"full\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official.jpg\",\"thumbnail\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official-150x150.jpg\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":204,\"width\":300,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official-300x204.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official.jpg\",\"height\":475,\"width\":700,\"orientation\":\"landscape\"}},\"attachmentId\":3732}},{\"uid\":\"268bb118-b393-49a4-9b01-cd049af1ea4d\",\"type\":\"image\",\"label\":\"Adam Stewart\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true,\"image\":{\"full\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott.jpg\",\"thumbnail\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott-150x150.jpg\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":251,\"width\":300,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott-300x251.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":857,\"width\":1024,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott-1024x857.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott.jpg\",\"height\":2022,\"width\":2415,\"orientation\":\"landscape\"}},\"attachmentId\":317}}],\"votesOverride\":0}],\"fields\":[{\"uid\":\"69ecc04d-31ed-48f4-b63a-6361accbd4aa\",\"type\":\"text\",\"label\":\"Email\",\"defaultValue\":\"\",\"options\":\"\",\"collapsed\":false,\"validations\":{\"filled\":{\"enabled\":true},\"email\":{\"enabled\":true},\"filter\":{\"rules\":[]}},\"attributes\":[],\"template\":\"\",\"name\":\"email\"}],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"enabled\":true,\"start\":\"08\\/14\\/2019 14:42\",\"end\":\"08\\/31\\/2019 23:00\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','ATL Water Solutions','','inherit','closed','closed','','3714-revision-v1','','','2019-08-14 14:51:35','2019-08-14 19:51:35','',3714,'https://buzz-caribbean.com/article/3714-revision-v1/',0,'revision','',0),(3750,1,'2019-08-14 15:21:01','2019-08-14 20:21:01','','ATL KitchenAid Sale','','publish','closed','closed','','atl-kitchenaid','','','2019-09-02 15:32:21','2019-09-02 20:32:21','',0,'https://buzz-caribbean.com/?post_type=offer&#038;p=3750',0,'offer','',0),(3752,14,'2019-08-14 14:54:09','2019-08-14 19:54:09','<!-- wp:image {\"id\":3624} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-24-1024x683.jpg\" alt=\"\" class=\"wp-image-3624\" /><figcaption>The future of Trench Town, its children, are some of Jamaica\'s most creative. Armed with the best clay in the country, how could they not? (Photos by Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Music, culture … and clay? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s not something that readily comes to mind when one thinks about Trench Town, but the community is growing in popularity in many respects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3625} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-20-1024x683.jpg\" alt=\"\" class=\"wp-image-3625\" /><figcaption>Master potter Abraham Grant shows the BUZZ team a vat of prized Trench Town clay, arguably the best in Jamaica! (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Leading the charge is managing director of the Trench Town Ceramic and Art Centre, Garfield Williams.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Williams, in an interview with <strong>BUZZ</strong>, said he is proud that the Trench Town Ceramic and Art Centre stands as one of the few oases of creativity in the inner-city Kingston community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3629} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-13-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3629\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The rumours are true, I’ve seen it. I’ve felt it. The [clay] bonds our community.\" </p><cite>— Garfield Williams, managing director, Trench Town Ceramic and Art Centre</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The centre, located on Upper First Street, recently concluded its annual summer camp programme, which saw the involvement of 30 children in and around Trench Town. And in the past 10 years, more than 300 children have gotten the opportunity to experiment and express themselves working with the clay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What’s more, these works, no matter how simple they are, go on auction each year, and the proceeds assist in the kids’ back-to-school activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-27-1024x683.jpg\" alt=\"\" class=\"wp-image-3627\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em><strong>Want to know more about the centre? Watch our informative BUZZ video feature below</strong></em><strong>.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/zUdm7fDHWoc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/zUdm7fDHWoc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong>, Williams, who is an artisan and sculptor, was beaming as he reflected on the great work being done by the children and the centre.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"To know we have such a substance that could be highlighted is amazing.\"</p><cite>— Williams </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“It’s a great look. I have to say hats off to the Bob Marley Foundation, SDC (Social Development Commission), TPDCo (Tourism Product Development Company Ltd), Ministry of Mining and myself, we’ve been doing it every year. I feel really good to know that I have people supporting what I’m doing,” Williams told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3641} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-17-1024x683.jpg\" alt=\"\" class=\"wp-image-3641\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We always look forward to the summertime every year, having the kids out of school and being that mentor and father-figure looking out for them. That’s my satisfaction and for the guys around me. We’re glad we could have this magnitude of kids here.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Our whole history of crafts and culture is totally authentic and rich.\" </p><cite>— Williams</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Having left Trench Town for Canada when he was six years old and returning to Jamaica nearly 30 years ago, Williams attested that the area is blessed with the best clay in the country. And, according to Williams, artists from as far away as St Thomas, Manchester and Clarendon make the journey to purchase clay mined only in Trench Town. This, he said, has many spin-off benefits for the community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-3630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The rumours are true, I’ve seen it. I’ve felt it. The [clay] bonds our community in some sense, it’s a big oomph for Trench Town. It’s keeping the kids active; keeping the men and women that mine [the clay employed],” Williams said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our whole history of crafts and culture is totally authentic and rich. It’s a bonus for me to be showcasing it right here in Trench Town. To know we have such a substance that could be highlighted is amazing.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em><strong>Check out more highlights in our BUZZ gallery below:</strong></em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3661,3656,3632,3655,3635,3660,3633,3653,3657,3636,3637,3654,3634,3658,3638,3639,3659,3640,3645,3646,3647,3651,3652]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-23-1024x576.jpg\" alt=\"\" data-id=\"3661\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-23/\" class=\"wp-image-3661\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-11-1024x683.jpg\" alt=\"\" data-id=\"3656\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-11/\" class=\"wp-image-3656\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-28-1024x683.jpg\" alt=\"\" data-id=\"3632\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-28/\" class=\"wp-image-3632\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-12-1024x683.jpg\" alt=\"\" data-id=\"3655\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-12/\" class=\"wp-image-3655\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-19-1024x683.jpg\" alt=\"\" data-id=\"3635\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-19/\" class=\"wp-image-3635\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-25-1024x683.jpg\" alt=\"\" data-id=\"3660\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-25/\" class=\"wp-image-3660\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-21-1024x683.jpg\" alt=\"\" data-id=\"3633\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-21/\" class=\"wp-image-3633\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-32-1024x683.jpg\" alt=\"\" data-id=\"3653\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-32/\" class=\"wp-image-3653\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-10-1-1024x683.jpg\" alt=\"\" data-id=\"3657\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-10-1/\" class=\"wp-image-3657\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-18-1024x683.jpg\" alt=\"\" data-id=\"3636\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-18/\" class=\"wp-image-3636\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-9-1024x683.jpg\" alt=\"\" data-id=\"3637\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-9/\" class=\"wp-image-3637\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-29-1024x683.jpg\" alt=\"\" data-id=\"3654\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-29/\" class=\"wp-image-3654\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-30-1024x683.jpg\" alt=\"\" data-id=\"3634\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-30/\" class=\"wp-image-3634\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-8-1024x683.jpg\" alt=\"\" data-id=\"3658\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-8/\" class=\"wp-image-3658\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-3-1024x683.jpg\" alt=\"\" data-id=\"3638\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-3/\" class=\"wp-image-3638\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-2-1024x683.jpg\" alt=\"\" data-id=\"3639\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-2/\" class=\"wp-image-3639\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-26-1024x576.jpg\" alt=\"\" data-id=\"3659\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-26/\" class=\"wp-image-3659\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-1-1024x683.jpg\" alt=\"\" data-id=\"3640\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-1/\" class=\"wp-image-3640\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-16-683x1024.jpg\" alt=\"\" data-id=\"3645\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-16/\" class=\"wp-image-3645\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-15-683x1024.jpg\" alt=\"\" data-id=\"3646\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-15/\" class=\"wp-image-3646\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-6-683x1024.jpg\" alt=\"\" data-id=\"3647\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-6/\" class=\"wp-image-3647\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-31-683x1024.jpg\" alt=\"\" data-id=\"3651\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-31/\" class=\"wp-image-3651\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-33-683x1024.jpg\" alt=\"\" data-id=\"3652\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-33/\" class=\"wp-image-3652\" /></figure></li></ul>\n<!-- /wp:gallery -->','Clay puts Trench Town on the map','','inherit','closed','closed','','2367-revision-v1','','','2019-08-14 14:54:09','2019-08-14 19:54:09','',2367,'https://buzz-caribbean.com/article/2367-revision-v1/',0,'revision','',0),(3753,14,'2019-08-14 14:54:53','2019-08-14 19:54:53','<!-- wp:image {\"id\":3686} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-6-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3686\" /><figcaption>Prime Minister Andrew Holness (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister Andrew Holness is calling on Jamaica to make greater efforts to become environmentally conscious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Jamaica is not a significant emitter of carbon and other environmentally depleting emissions, but Jamaica suffers from the effects of climate change by virtue of its location, by virtue of being an island and by virtue of being small,” he began. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3682} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-2-1024x683.jpg\" alt=\"\" class=\"wp-image-3682\" /><figcaption> Founder and Chairman of New Fortress Energy Wes Edens presents another \'FRST\' for Jamaica alongside Prime Minister Andrew Holness off the coast of St. Elizabeth (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“And so, we have to be environmentally conscious. We have to\ninternalise that and also integrate that in everything that we do,” said\nHolness. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Prime Minister gave his keynote address at the launch of New Fortress Energy’s Floating Regasification Storage Terminal (FRST); off Moneymusk’s coastline in St. Elizabeth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3681} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-3-683x1024.jpg\" alt=\"\" class=\"wp-image-3681\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Minister Without Portfolio in the Ministry of Economic\nGrowth and Job Creation, Daryl Vaz, encouraged more Jamaican companies to\nbecome more environmentally friendly and to “green” their businesses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3679} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-3679\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Treasure Beach is the first Jamaican community to take up\nthe Caribbean Smart Accelerator’s challenge and make an environmentally\nconscious approach part of its sustainable development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On New Fortress Energy’s FRST, the Prime Minister declared\nthat Jamaica must be an example for the rest of the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3680} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-3680\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He continued: “There may be some countries that say being\nenvironmentally conscious is too costly. But I think that Jamaica is demonstrating\nthat we can put in place the necessary investment and build the infrastructure\nthat reduces costs to the consumer but most importantly reduces the cost to the\nenvironment.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This FRST is a good example of that and it is a win-win for\nall of us,” Holness added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3683} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3683\" /><figcaption>\'Jamaica is demonstrating that we can reduce the cost to the environment\' - PM Holness on FRST (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How do you feel about these latest developments, <strong>BUZZhive</strong>? &nbsp;Can Jamaica become more environmentally conscious? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Share your thoughts in the comment section below.</p>\n<!-- /wp:paragraph -->','PM Holness: \'Jamaica must become environmentally conscious\'','','inherit','closed','closed','','2143-revision-v1','','','2019-08-14 14:54:53','2019-08-14 19:54:53','',2143,'https://buzz-caribbean.com/article/2143-revision-v1/',0,'revision','',0),(3754,21,'2019-08-14 14:55:13','2019-08-14 19:55:13','<!-- wp:image {\"id\":3403} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3403\" /><figcaption>A shrine being taken over by shrubbery at the Calvary Cemetery in Kingston (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Since its establishment in the 17th century, Kingston and its citizens have for many years interred the dead in cemeteries across the city.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cemeteries, from\nthe viewpoint of many, are morbid reminders of death and sadness – the final\nstop in paying respects with one’s hope to never set foot in another.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3406} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-7-1024x683.jpg\" alt=\"\" class=\"wp-image-3406\" /><figcaption>A mausoleum for one of Jamaica\'s founding families, the Issas, at the Calvary Cemetery has seen better days as the facility has been repeatedly vandalised and left without upkeep.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, <strong>BUZZ</strong> is of the unpopular opinion that there is no greater teacher of past experiences than a cemetery. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Luckily for us (and you), sections of Kingston are still perfectly preserved in time, as the dead refuses none who wish to learn.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With over 150 years as the capital of Jamaica, Kingston has seen its fair share of tragedies and disasters; the deaths arising from these, range in the thousands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3402} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/destoryed-rail-in-jamaica-buzz-demo.jpg\" alt=\"\" class=\"wp-image-3402\" /><figcaption>Devastating imagery in the wake of the 1907 earthquake that levelled much of Kingston (Photo: Allen Morrison, National Libray of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The welcoming silence of a cemetery makes the skin of some crawl with fear and uncertainty – fuelled by decades of ‘duppy stories’ – Kingston\'s cemeteries hold some of the world\'s most interesting histories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3408} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-12-1024x576.jpg\" alt=\"\" class=\"wp-image-3408\" /><figcaption>Overgrown bushes take more prominence at Kingston\'s largest cemetery, May Pen (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Old Jewish Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Arguably holding the distinction of being the oldest in the island, and the oldest of its kind in the Western Hemisphere, the Old Jewish cemetery can be found at 1 Hunt’s Bay Road in St. Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3410} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-19-1024x683.jpg\" alt=\"\" class=\"wp-image-3410\" /><figcaption>Reminiscent of its aged history, sections of the Old Jewish Cemetery have been crumbling (Photo: TheDailyBeast.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the latter part of the 17th century, when Port Royal was a bustling metropolis and the commercial hub of the British Caribbean, the thriving  Jewish community dedicated a cemetery for the final rites and rituals of its people to be performed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many of those tombs are still preserved at the Old Jewish Cemetery, bearing inscriptions in three languages: &nbsp;Portuguese, Hebrew, and English.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3412} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-17.jpg\" alt=\"\" class=\"wp-image-3412\" /><figcaption>A tombstone bearing Portuguese and the signature skull and crossbones inscriptions at the Old Jewish Cemetery (Photo: The Jewish Star)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many of the remaining Jewish tombstones either bear ornately chiselled rose and hourglasses, trees being cut down by a hand bearing an axe, or a skull and crossbones. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After the devastating Port Royal earthquake of 1692, Jewish burials continued for a few more years into the 18th century, with the last tomb belonging to Moses Ferro – bearing the date 1771. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Old Naval Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":3457} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-2-1024x576.jpg\" alt=\"\" class=\"wp-image-3457\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Built on top of what remains from a much older cemetery, the Old Naval Cemetery was put into commission by the British around 1742.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The facility, found just outside of the sleepy town of Port Royal, was constructed in the aftermath of the former city sinking under the sea during the devastating 1692 earthquake.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Victims of the deadly Yellow Fever epidemics that plagued Kingston in the 18th and 19th centuries are also buried at the Old Naval Cemetery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3455} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-6-1024x576.jpg\" alt=\"\" class=\"wp-image-3455\" /><figcaption>The sea has begun reclaiming sections of the Old Naval Cemetery in Port Royal. These grave markers, shown submerged and nearly covered in mangroves, are some of the victims from the 1692 earthquake (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>More recently, efforts to conserve the location\'s rich history have come under threat as the Kingston Harbour reclaims sections of the cemetery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>St. Andrew Parish Church</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The second oldest\ncemetery within Kingston can be found on the grounds of the St. Andrew Parish\nChurch, built in 1664. With over 7,000 burials on the 8 ¼ acres, this cemetery\nis the largest private facility of its kind on the island in continual\nuse.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3426} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-21-1024x768.jpg\" alt=\"\" class=\"wp-image-3426\" /><figcaption>Kingston\'s second-oldest cemetery can be found on the ground of the St. Andrew Parish Chruch (Photo: TravelNotes.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Interred there are\nthe remains of historic figures including Archbishop Enos Nuttall, the first\nArchbishop of the West Indies after whom the Nuttall Hospital in Kingston is\nnamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3428} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-20-1024x768.jpg\" alt=\"\" class=\"wp-image-3428\" /><figcaption>A section of the historic St. Andrew Parish Church cemetery (Photo: TravelNotes.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It stands to this\nday as a popular internment plot for Kingston’s affluent – and is a prized\nfocal point of interest for genealogists, historians, researchers and archaeologists\nwho seek insight into personalities of the past, customs and culture over the\nlast 350 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>May Pen Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Kingston’s most famous (or infamous in equally as many eyes) cemetery, the May Pen Cemetery, can easily be seen from the busy Spanish Town Road thoroughfare that cuts adjacent to the massive property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3440} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-22-1024x456.png\" alt=\"\" class=\"wp-image-3440\" /><figcaption>Entrance to the May Pen Cemetery in Kingston (Photo: Jamaican Ancestral Records) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As one of the oldest public cemeteries in the Caribbean, the May Pen Cemetery is one of the only burial sites where persons of all nationalities, races, religions and faiths are interred.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3458} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-11-1024x576.jpg\" alt=\"\" class=\"wp-image-3458\" /><figcaption>The final resting place of iconic Jamaican cricketer, Oneil \'Collie\' Smith at the May Pen Cemetery in Kingston (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Established on 200 acres of the derelict Littleworth Race Course in 1851, burials began some years afterwards according to ‘Law 21’ of 1874. By then, May Pen Cemetery was the most popular burial site of its kind in the Caribbean – with partitions and special plots called ‘grounds’ reserved for several Christian denominations, Jews, Muslims and others from across Europe (English, Spanish, French, Irish, German and Portuguese) who called Jamaica home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3442} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-10-1024x576.jpg\" alt=\"\" class=\"wp-image-3442\" /><figcaption>A Dutch tombstone in memoriam to Che van Beaumont, who died in 1937, stands perfectly preserved among the rubble at the May Pen Cemetery (Photo:  Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Importantly, a section was deemed the \'Pauper Ground\', for the burial of the poor and indigent. There was even a section for victims of cholera, which affected Jamaica periodically back then, with the largest outbreak occurring in the early 1850s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the advent of\nKingston’s well-to-do elites leaving the downtown district for the cool hills\nof St. Andrew, the May Pen Cemetery was frowned upon and largely reduced to a\npauper’s plot. So much so was this stigma that by 1905, nearly 76% of all\npersons buried there were classified as ‘poor and indigent’.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3459} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-13-1024x576.jpg\" alt=\"\" class=\"wp-image-3459\" /><figcaption>Iconic Reggae pioneer, Cecil \"Prince Buster\" Campbell is one of many notable Jamaicans buried on May Pen Cemetery\'s massive grounds (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There have been recent attempts to resurrect May Pen Cemetery to its former glory, as records show many influential Jamaicans including pioneering musician and trombonist Don Drummond (<strong>BUZZ</strong> has learned his remains were moved recently).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Calvary Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":3443} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-3443\" /><figcaption>The entrance to Calvary Cemetery (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the other side\nof Kingston, Calvary Cemetery, sprawled along Slipe Pen and Lyndhurst roads\ncame into existence in the late 1800s. Some records obtained show one of the\nfirst burials, Rose Escoffery, taking place in the 1880s. Burials at the quiet\nand scenic Calvary Cemetery are still common today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Brigg\'s Park</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":3446} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-23-1024x397.png\" alt=\"\" class=\"wp-image-3446\" /><figcaption>The entrance to Brigg\'s Park, Jamaica\'s only military cemetery, is restricted (Photo: Jamaican Ancestry Records)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Briggs\' Park, the\nonly military cemetery on the island, has been a part of the Jamaica Defence\nForce\'s (JDF) Up Park Pen (now Up Park Camp) estate since 1900. The JDF also\nhouses a special cemetery at its Newcastle Training Depot since the late 1800s\nfor soldiers and recruits alike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Chinese Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Chinese\nCemetery along Waltham Park Road in Kingston is the largest single burial\nground of its kind in the English-speaking Caribbean for Chinese nationals and\ntheir descendants.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3447} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-15-1024x768.jpg\" alt=\"\" class=\"wp-image-3447\" /><figcaption>The largest single burial ground for Chinese and their descendants is found in Kingston. (Photo: Chinese Benevolent Association)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With burials\nstarting in 1912, to date, over 3,600 persons have been interred at the\n11.5-acre property – managed and maintained by the Chinese Benevolent\nAssociation (CBA).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like many other\ncemeteries in the city, the Chinese Cemetery has endured periods of upkeep and\ndisrepair over the 100+ years it has existed – coming into being after the\ngreat 1907 earthquake that levelled much of Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3449} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-14.jpg\" alt=\"\" class=\"wp-image-3449\" /><figcaption>Daniel Lee, one of thousands of Chinese and Jamaican-Chinese descendants finds his final resting place along Waltham Park Road (Photo: Chinese Benevolent Association)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>National Heroes Park</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Officially designated a botanical garden, National Heroes Park is the last stop in Kingston on our <strong>BUZZ</strong> cemetery tour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3451} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-24-1024x683.jpg\" alt=\"\" class=\"wp-image-3451\" /><figcaption>Attention! The Jamaica Defence Force\'s Guard of Honour stands unwaveringly at the entrance to the National Heroes Park in Kingston (Photo: Uncommon Caribbean)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As the largest open space on the island, the park’s 50 acres also serves as the final resting place for several notable Jamaican figures, including founding fathers Norman Manley and Alexander Bustamante; freedom fighters Marcus Garvey, Paul Bogle, Sam Sharpe, and George William Gordon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3462} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-27-1024x768.jpg\" alt=\"\" class=\"wp-image-3462\" /><figcaption>The tomb of National Hero Norman Manley in Kingston (Photo contributed: Flickr)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Established in 1783, the park, originally a race track called Kingston Race Course – renamed to what stands after Jamaica’s independence in 1962 – is also the last resting place of other past Prime Ministers, athletes, entertainers, poets, sculptors and painters, and even mass fire victims.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3464} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-28-1024x683.jpg\" alt=\"\" class=\"wp-image-3464\" /><figcaption>The final resting place of Jamaica\'s first National Hero, Marcus Garvey (Photo: Atlanta Black Star)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With the exception of Briggs’ Park and the St. Andrew Parish Church, all the above-mentioned cemeteries are open to the public and available for tours.</p>\n<!-- /wp:paragraph -->','Cemeteries: A silent journey through Kingston\'s past','','inherit','closed','closed','','500-revision-v1','','','2019-08-14 14:55:13','2019-08-14 19:55:13','',500,'https://buzz-caribbean.com/article/500-revision-v1/',0,'revision','',0),(3755,14,'2019-08-14 14:56:44','2019-08-14 19:56:44','<!-- wp:paragraph -->\n<p>After nearly a decade of asking, one film has done what was thought to be impossible. Avengers: Endgame as of July 2019, has officially become the world’s highest-grossing movie of all time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To deny James Cameron’s sci-fi/fantasy epic\nAvatar is a tremendous feat, seeing as the now-second most successful film of\nall time, grossed US $2.789 billion in 2009.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Based on insights from <a href=\"https://www.boxofficemojo.com/alltime/world/\">Box Office Mojo</a>, <strong>BUZZ</strong> notes that the Marvel Cinematic Universe (MCU) has four entries in the global top 10. If parent company Disney is included, the pair sweep two extra spots on the best 10, to bring Buena Vista Studios’ count to six out of ten.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to know which other films are in the top 10? We got you!<strong> BUZZ </strong>presents the top 10 highest-grossing films of all time worldwide (not counting inflation):</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>10. <em>Black Panther</em> (2018), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1689} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-panther-two-kings-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-1689\" /><figcaption>Erik Killmonger and T\'Challa square off in the Wakanda-epic, Black Panther (Photo: Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: US $1.346 billon</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office figures (US cinemas only): $700.1 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>9. <em>Avengers: Age of Ultron</em> (2015), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1684} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-age-of-ultron-screengrab-bluray-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-1684\" /><figcaption>Thor (centre) Captian America (left) and War Machine (right) watch as Ultron\'s mech-army invades Sokovia (Photo: Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $1.405 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $459 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>8. <em>Furious 7</em> (2015), Universal Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1685} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/furious-7-screengrab-buzz-1024x538.jpg\" alt=\"\" class=\"wp-image-1685\" /><figcaption>The cast of Furious 7 in Dubai (Photo: Universal Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $1.516 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $ 353 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>7. <em>Marvel\'s The Avengers</em> (2012), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1687} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-2012-assemble-1024x576.jpg\" alt=\"\" class=\"wp-image-1687\" /><figcaption>Avengers assemble! (Photo: Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $1.518 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $623.4 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>6. <em>Jurassic World</em> (2015), Universal Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1693} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jurassic-world-2015-buzz-screengrab-1024x576.jpg\" alt=\"\" class=\"wp-image-1693\" /><figcaption>Shhhh....the Indominus Rex is on the loose! (Photo: Universal Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $1.617 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $652.3 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>5. <em>Avengers: Infinity War</em> (2018), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1696} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-infinity-war-official-buzz-1024x797.jpg\" alt=\"\" class=\"wp-image-1696\" /><figcaption>Thanos (top centre) threatens half the universe with extinction on his hunt for the Infinity Stones (Photo: Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $2.048 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $678.8 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>4. <em>Star Wars: The Force Awakens</em> (2015), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1698} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/star-wars-tfa-poster-buzz-1024x672.jpg\" alt=\"\" class=\"wp-image-1698\" /><figcaption>A new chapter! The Force Awakens was hailed a \'brilliant resurgence\' for the Star Wars franchise (Photo: Buena Vista Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $2.068 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $936.7 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>3. <em>Titanic</em> (1997), Paramount Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1699} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/titanic-iconic-scene-buzz-screengrab-1024x596.jpeg\" alt=\"\" class=\"wp-image-1699\" /><figcaption>\"I\'m flying!\" - one of film\'s most iconic lines from Titanic (Photo: Paramount Pictures)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $2.187 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $659.4 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>2. <em>Avatar</em> (2009), Fox Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1701} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avatar-offical-poster-buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-1701\" /><figcaption>Jake Sully or Tsu\'tey? Why not both?! (Photo: Fox Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $2.789 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $760.5 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>1. <em>Avengers: Endgame</em> (2019), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1688} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-poster-buzz-crop-1-1024x536.jpg\" alt=\"\" class=\"wp-image-1688\" /><figcaption>A race against time to reverse the damage by Thanos is the driving motivation for The Avengers in Endgame (Photo: Marvel Studios) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $2.794 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $857.5 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZhive</strong>! How many of these \'mega-grossers\' have you seen? Which is your fav? Sound off in the comments below!</p>\n<!-- /wp:paragraph -->','What are the highest-grossing films of all time?','','inherit','closed','closed','','1670-revision-v1','','','2019-08-14 14:56:44','2019-08-14 19:56:44','',1670,'https://buzz-caribbean.com/article/1670-revision-v1/',0,'revision','',0),(3756,21,'2019-08-14 14:57:27','2019-08-14 19:57:27','<!-- wp:paragraph -->\n<p><strong><em>Heading home from school: a mundane and\ntasking ordeal as my classmate and I make the mile-long trek. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Our walk along Waltham Park Road usually\ntakes us past a few mango trees and we make good use of the sweet, blissful\nnectars.&nbsp;</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“Gavin, mek wi go tru di cemetery nuh?! De aaman tree supposed to full and ripe by now,” my friend Patrick* remarked.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“Mi nuh like walk deh\nenuh, and Mama seh wi nuffi walk tru deh again, yuh waan mi get lick brejin?” I\nretorted.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“A fraid yuh fraid! Look how much time we play football in deh and play marble? mi wah aaman before mi gwope,” he whipped, asking, “Yuh nuh waan ketch Dragon Ball Z before it start?”</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3695} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/buzz-memories-1-1024x829.jpg\" alt=\"\" class=\"wp-image-3695\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Being the second half of our mischievous rag-tag duo, I couldn’t possibly say no; Patrick was not my only friend, but we were closer than the actual brothers I was forced to live with. So yes, into the Chinese cemetery we went.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>At the time, there was\nan opening in the perimeter wall that surrounded the massive property – cutting\nour walk time in half, we had been there many times and easily wormed our way\nthrough the crack.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Skipping over a few\ngraves and running in between the tombstones, one could say the cemetery was a\nfavourite for children, despite repeated warnings from adults.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>‘Cursed’ and ‘haunted’ were some of the words used to describe the cemetery, nonetheless, many kids flocked its grounds day and night, doing and playing everything imaginable.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>This time was different for me and Patrick, we’ve never been here after the end of the evening shift at primary school – the sunset was quite advanced, and darkness crept slowly across the Kingston sky.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>The almond tree was in sight and so Patrick and I grabbed some stones and threw them without abandon, trying to wrest the branches of a few fruits. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3693} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/buzz-memories-2-1024x807.jpg\" alt=\"\" class=\"wp-image-3693\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>They weren’t something I particularly enjoyed but Patrick seemed to be enraptured.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>It was as we sat in\nthe near-darkness, munching greedily away before going home, at that moment, in\nthe silence, we heard the sounds.&nbsp;</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>The uncanny recognition of footsteps was not a great cause for concern, however, my friend and I saw no one – just the sounds that gave the position away.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“Yow! A wah kinda ramping unno a deal wid. A night enuh! Unno naave nuh yaad?” Patrick shouted out into the night, the anxiety setting deep in his bones.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>It became increasingly\nharder to concentrate as the footsteps encroached ever so slowly, closer to us\nand the mound of almond shells nearby.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“Me ah guh home enuh Patrick, dis nuh feel right,” I beckoned, trying to break my best friend’s incessant questioning of the darkness.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3696} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/buzz-memories-3-1024x762.jpg\" alt=\"\" class=\"wp-image-3696\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Patrick pulled out a pencil from his bag, so did I and we sharpened them with the intent to inflict pain on anyone that dared come any closer – and closer they did.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>At this point, there\nwere only three sounds – mine and Oneil’s ragged breathing, and the menacing\nrhythm of approaching footsteps – the fear paralysing us; keeping us frozen in\nplace.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>That’s when two dots\nappeared, unassuming and harmless at first, until they grew, revealing reddish\neyes.&nbsp;</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Then, to our collective\nhorror, two arms appeared, trying to embrace us in a cold, deathly hug and we\nlost any sense of remaining composure.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Us two boys ran like\nour lives depended on it, beyond terrified, screaming all the whole way home.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3697} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/buzz-memories-4-1024x853.jpg\" alt=\"\" class=\"wp-image-3697\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>The trauma etched on\nour faces was concerning, but no matter how hard our families pressed for\nanswers, we never spoke.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>The next day, at school, Patrick and I sat silent during lunchtime – at a loss at what transpired the night before.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“Mi nah go back in deh,” he started, and it was the first time I ever heard Patrick’s voice shake.&nbsp;</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>I never told him that\nI made the mistake of looking back as we fled – convincing myself that I was\njust checking that we weren’t been chased by whatever it was.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>It was a woman, or at\nleast that’s how my mind processed what I had seen.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Its skin so pale, eyes\nbloodshot red, that growling sound it made as we ran. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>But it was the scream\nas it faded away, disappearing into the darkness – the sight forever haunts me…</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you have any horror tales of your own - tell us at <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','Unassuming walk turns into night of terror','','inherit','closed','closed','','511-revision-v1','','','2019-08-14 14:57:27','2019-08-14 19:57:27','',511,'https://buzz-caribbean.com/article/511-revision-v1/',0,'revision','',0),(3757,14,'2019-08-14 14:57:50','2019-08-14 19:57:50','<!-- wp:image {\"id\":1651} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-poster-buzz-crop-1024x536.jpg\" alt=\"\" class=\"wp-image-1651\" /><figcaption>Members of the cast from Avengers: Endgame (Photo: Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The hottest film of spring 2019, <strong><em>Avengers: Endgame</em></strong>, officially overtook the James Cameron epic <strong><em>Avatar</em></strong> as the highest-grossing movie of all time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Endgame</em></strong>, the 20th entry in the Marvel Cinematic Universe (MCU), has dethroned the 2009 sci-fi/fantasy blockbuster by the slimmest of margins.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to <a href=\"https://www.boxofficemojo.com/alltime/world/\">Box Office Mojo</a>, as of July 30, <strong><em>Endgame</em></strong> has grossed more than US$2.794 billion worldwide – just outpacing <strong><em>Avatar</em></strong>, which amassed a staggering US$2.789 billion in second place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1657} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-vs-avatar.jpg\" alt=\"\" class=\"wp-image-1657\" /><figcaption>Fox Studios\' megahit Avatar and Disney\'s high-riding record-breaker, Avengers: Endgame (Photo: Fox, Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>(No spoilers, we promise!) </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Based on the iconic <strong><em>Avengers</em></strong> comics by the late Stan Lee and Jack Kirby, <strong><em>Endgame</em></strong> follows the surviving members of the superhero squad and their allies, who desperately attempt to reverse the damage caused by Thanos in <strong><em>Infinity War</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See the official trailer, courtesy of <em>Marvel Entertainment</em>, below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/TcMBFSGVi1c\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/TcMBFSGVi1c\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Critics from Deadline.com wrote in late April, \"[<strong><em>Avengers: Endgame</em></strong>] had a worldwide opening of $1.2 billion, the biggest of all time and nearly double <strong><em>Infinity War</em></strong>\'s previous record of $640.5 million.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It was also the fastest film ever to eclipse the $1 billion and $1.5 billion mark, doing so in just five days and eight days respectively (less than half what it took Infinity War),” Deadline Hollywood writer, Nancy Tartaglione added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The film has been hailed as a bittersweet\nfinale to Marvel’s ‘third phase’ of the MCU, with Endgame scoring a 94 percent,\n‘certified fresh’ score on American review-aggregation website Rotten Tomatoes.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> &nbsp;<strong><em>“Exciting, entertaining, and emotionally impactful, Avengers: Endgame does whatever it takes to deliver a satisfying finale to Marvel\'s epic Infinity Saga.” </em></strong></p><cite>-  Critics Consensus, RottenTomatoes.com </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>For those who haven’t yet seen <strong><em>Avengers: Endgame</em></strong>, what are you waiting for? Curious to know what films made the 10 highest grossers of all-time list? Check out our <a href=\"https://buzz-caribbean.com/article/10-highest-grossing-films-of-all-time/\">story here</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZhive</strong>, what was your favourite scene? Have your say in the comments section.</p>\n<!-- /wp:paragraph -->','SNAP! Avengers: Endgame is the world\'s highest-grossing film','','inherit','closed','closed','','1649-revision-v1','','','2019-08-14 14:57:50','2019-08-14 19:57:50','',1649,'https://buzz-caribbean.com/article/1649-revision-v1/',0,'revision','',0),(3758,14,'2019-08-14 14:59:14','2019-08-14 19:59:14','<!-- wp:image {\"id\":1621} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ghana-flag-1024x576.jpg\" alt=\"\" class=\"wp-image-1621\" /><figcaption>Ghanaian flag (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>‘The Year of Return’ is here and\nexperiencing Ghana is a rather exciting prospect for the average Jamaican.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kissed by the Atlantic Ocean, Ghana is\nblessed with idyllic beaches, cosmopolitan cities, and remote nature reserves\nfull of exotic wildlife.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1622} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/map-of-ghana-west-africa.jpg\" alt=\"\" class=\"wp-image-1622\" /><figcaption>Map of West Africa highlighting Ghana (Photo: Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For Jamaicans who would want to begin their journey across the Atlantic, now that visa-free restrictions between the two countries no longer exist, therein comes another issue:&nbsp;<strong><em>What. To. Do?!</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ghana has the reputation of being one of the friendliest countries in Africa and many recommend it as an excellent entry point for first-time travelers to the continent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Luckily for us, there are many\nsimilarities between Jamaica and Ghana – to the point some have been surprised\nthe country almost feels ‘like home’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So similar is the West African nation\nthat many consider Ghana to be the ‘most Jamaican’ of any country on the\ncontinent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whether you’ve already booked your first flight and are gearing up for a new adventure, or just looking for a refreshing change in scenery,&nbsp;<strong>BUZZ</strong>&nbsp;presents five places, sights and attractions you must go on your visit to Ghana:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":325} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jamaica-passport-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-325\" /><figcaption>Jamaican passports (Photo: Shea Powell, WorldUpCloser.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Kokrobite</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1624} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kokrobrite-accra-ghana-1024x614.jpg\" alt=\"\" class=\"wp-image-1624\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>1.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If\nyou’re a beach lover, feel compelled to feed your inner adrenaline junkie on\nthe open ocean, then Ghana\'s most popular beaches are the first stop! Located\naround Kokrobite, these pristine sands are home to the particularly beautiful\nLangma Beach.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1625} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kokrobrite-accra-ghana-2-1024x575.jpg\" alt=\"\" class=\"wp-image-1625\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kokrobite is a quick 20-mile ride away\nfrom the capital, Accra. While there, be sure to check out the popular\nbeachfront hotel, Big Milly\'s Backyard, which offers laidback accommodations –\ncomplete with a friendly bar and restaurant where backpackers, volunteers, and\nGhanaian Rastafarians chill out.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1626} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kokrobrite-accra-ghana-3-1024x681.jpg\" alt=\"\" class=\"wp-image-1626\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Accra</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1623} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/accra-at-night-1024x808.jpg\" alt=\"\" class=\"wp-image-1623\" /><figcaption>The skyline of Accra, the heart of Ghana, illuminated at night (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>2.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Catering\nto the shopaholics, culture junkies and history-buffs, Ghana\'s vibrant capital\nof Accra is a sprawling city, and is considered one of Africa\'s safest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1629} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/makola-market-accra-ghana-2-1024x768.jpg\" alt=\"\" class=\"wp-image-1629\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One possible way to pass the time is to\nbargain with vendors in the iconic Makola Market —a central hub selling\neverything from fresh produce to local arts and crafts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1628} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/makola-market-accra-ghana-1024x576.jpg\" alt=\"\" class=\"wp-image-1628\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Other things to do in Accra include a\nvisit to the National Museum of Ghana, where the legacies of the Ashanti\nKingdom and the transatlantic slave trade are housed in beautiful displays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/national-museum-ghana-from-1st-floor-1024x614.jpg\" alt=\"\" class=\"wp-image-1630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Take a trek down Accra’s many scenic\nbeaches, and rock to the vibrations of local and Jamaican Reggae on Labadi\nBeach, Coco Beach, and Bojo Beach.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Kakum National Park</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1631} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kakum-nature-reserve-ghana-1024x682.jpg\" alt=\"\" class=\"wp-image-1631\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>3.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Similar\nto our Blue Mountain Forest Reserve, the Kakum National Park is a dense\ntropical rainforest on Cape Coast in southern Ghana.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The forest – home to more than 40 mammal\nspecies including forest elephants, forest buffalo, meerkats, and civets – also\nhosts a thriving birdlife population, with over 250 different species recorded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For hikers and nature enthusiasts, the best highlight of any visit to Kakum is a stroll on the Canopy Walkway (pictured above). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1633} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kakum-nature-reserve-ghana-2-1-1024x576.jpg\" alt=\"\" class=\"wp-image-1633\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Suspended 100 feet (30 meters) above the ground, this 350-meter walkway will have you cross several bridges as it offers a unique perspective of the park\'s flora and fauna.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Cape Coast Castle</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>4.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Speaking\nof journeys across the Atlantic, step back into a darker period in time at the\nCape Coast Castle, one of the largest forts still perfectly preserved in Ghana.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Built in 1653 for the Swedish Africa\nCompany, this building was originally used as a trading post for the timber and\ngold industries. Dutch and the British colonisers expanded the castle’s\nfootprint later, as it served as an essential holding station for enslaved\nAfricans bound for the Americas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Cape Coast Castle is now a museum\nfull of information about Ghana\'s history, the slave trade, and local culture.\nTours take you through the dungeons and the \"door of no return,\"\nthrough which the castle\'s enslaved blacks once passed, never to see Africa\nagain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Paga Crocodile Sanctuary</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This\nlast visit is NOT for the faint-hearted or for anyone squeamish, as it is\nstrange and unusual.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the cusp of Ghana’s northern border\nlies the town of Paga, nestled right up against Burkina Faso. If that wasn’t\nuniquely qualifying for the village, Paga sits on a sacred crocodile pond,\nwhere locals believe that reptiles hold the souls of the deceased.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Paga’s crocodiles are considered sacred\nand protected and are allegedly as safe as any domesticated pet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a Jamaican, Paga’s regular\ninteractions might just be a tad extreme, but for the locals and the 110\ncrocodiles in the main sanctuary – life is a breeze.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The fact that no one has ever been\nharmed by one of the crocodiles is an achievement more stunning that any feat\nat the Black River Safari.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With dozens more tourist and cultural\nexperiences to choose from, knowing where to start your adventure in Ghana can\nbe difficult.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But whether you\'re exploring a historic\ncastle, surfing world-class waves, or heading out on a safari, the experiences\nyou\'ll have in Ghana will surely remind you of Jamaica in more ways than one.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whenever and wherever you decide to\nembark on the ‘Year of Return’, we hope you #seeGhana #feelGhana!</p>\n<!-- /wp:paragraph -->','BUZZ Travel: Things to do in Ghana','','inherit','closed','closed','','1618-revision-v1','','','2019-08-14 14:59:14','2019-08-14 19:59:14','',1618,'https://buzz-caribbean.com/article/1618-revision-v1/',0,'revision','',0),(3759,14,'2019-08-14 15:01:35','2019-08-14 20:01:35','<!-- wp:image {\"id\":3111} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/shenseea-blessed-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-3111\" /><figcaption>Shenseea (centre) sizzles in <strong>Blessed</strong> (Photo: YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kingston\'s Dancehall princess Shenseea stands as the only woman among a sea of men dominating the top ten acts out of Jamaica this week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Owing much of her stream count to her latest effort, <strong>Blessed</strong>, the Stony Hill deejay jumps three spots into the number six position on the charts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See who else made the <strong>BUZZ</strong> Top 10 in our video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/uqsmZtXTkb4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/uqsmZtXTkb4\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Most-streamed artistes listed are according to YouTube\'s weekly insights and covers the <strong>BUZZ</strong> artiste watch for the week July 1 – July 8.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Never miss a beat! Stay tuned as <strong>BUZZ</strong> keeps up with your favourite musicians and keeps up up-to-date with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more!  </p>\n<!-- /wp:paragraph -->','Artiste Watch: Shenseea standing strong against male-dominated top 10','','inherit','closed','closed','','1515-revision-v1','','','2019-08-14 15:01:35','2019-08-14 20:01:35','',1515,'https://buzz-caribbean.com/article/1515-revision-v1/',0,'revision','',0),(3761,13,'2019-08-14 15:01:43','2019-08-14 20:01:43','','Atl 190814 KITCHENAID BUZZ 620x500','','inherit','closed','closed','','atl-190814-kitchenaid-_buzz_620x500','','','2019-08-14 15:01:43','2019-08-14 20:01:43','',3750,'https://buzz-caribbean.com/app/uploads/2019/08/atl-190814-KITCHENAID-_BUZZ_620x500.jpg',0,'attachment','image/jpeg',0),(3763,13,'2019-08-14 15:20:18','2019-08-14 20:20:18','{\"id\":\"3763\",\"questions\":[{\"uid\":\"4a98b78e-d268-4591-92fc-b6b22b90bc02\",\"content\":\"What does ATL  stand for?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[{\"uid\":\"5c9d6795-2789-4e72-b380-769dd72fde90\",\"type\":\"text\",\"label\":\"Applicant Trading and Leisure\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"763cf727-85a3-42bc-8ed4-948dcdea6947\",\"type\":\"text\",\"label\":\"Appliance Traders Limited\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"f80afc2f-2380-4281-b0fe-efa6a99b47e7\",\"type\":\"text\",\"label\":\"Alliance Technical Loans\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}]},{\"uid\":\"c8c6facc-8c3e-41ad-83ac-ab1de5ff1415\",\"content\":\"Fuinish the Slogan ATL U_B_ _T A _ _ E\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[]},{\"uid\":\"7c5bdc2b-5a98-40bf-af8b-1f33515426ec\",\"content\":\"Who is ATL\'s CEO\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[{\"uid\":\"ca5ca66c-7a64-4c95-b71d-c8ee34f90c4f\",\"type\":\"image\",\"label\":\"Andrew Holness\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true,\"image\":{\"full\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official.jpg\",\"thumbnail\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official-150x150.jpg\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":204,\"width\":300,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official-300x204.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official.jpg\",\"height\":475,\"width\":700,\"orientation\":\"landscape\"}},\"attachmentId\":3732}},{\"uid\":\"f0f6bbf8-0eb1-4b2a-99f4-ed8524fb57d3\",\"type\":\"image\",\"label\":\"Adam Stewart\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true,\"image\":{\"full\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott.jpg\",\"thumbnail\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott-150x150.jpg\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":251,\"width\":300,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott-300x251.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":857,\"width\":1024,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott-1024x857.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott.jpg\",\"height\":2022,\"width\":2415,\"orientation\":\"landscape\"}},\"attachmentId\":317}}]}],\"fields\":[{\"uid\":\"b2b4bf7a-1c0b-482f-a8b0-86478b483fb4\",\"type\":\"text\",\"label\":\"Email\",\"defaultValue\":\"\",\"options\":\"\",\"collapsed\":false,\"validations\":{\"filled\":{\"enabled\":true},\"email\":{\"enabled\":true},\"filter\":{\"rules\":[]}},\"attributes\":[],\"template\":\"\",\"name\":\"email\"}],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"enabled\":true,\"start\":\"08\\/14\\/2019 15:18\",\"end\":\"08\\/31\\/2019 15:18\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','','','publish','closed','closed','','3763','','','2019-08-14 15:20:18','2019-08-14 20:20:18','',0,'https://buzz-caribbean.com/?post_type=poll&#038;p=3763',0,'poll','',0),(3764,14,'2019-08-14 15:05:37','2019-08-14 20:05:37','<!-- wp:image {\"id\":3123} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/nicki-miaj-megatron-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-3123\" /><figcaption>Nicki Minaj in a steamy scene from <strong>Megatron</strong> (Photo: YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Trinidadian rapper Nicki Minaj returns for another week on the <strong>BUZZ</strong> Artiste Watch as one of the ten best-performing musicians in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minaj, despite falling [note drop] from last week\'s triumphant debut of Megatron, is joined by fellow American rapper Cardi B and Jamaica\'s Shenseea as the only women at the top of the <strong>BUZZ</strong> charts this week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3124} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cardi-b-press-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-3124\" /><figcaption>Cardi B having her time in court in <strong>Press</strong> (Photo: YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Did your fav make the cut? Check out the top 10 acts in Jamaica in the <strong>BUZZ</strong> video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/qFUJfaTVzwQ\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/qFUJfaTVzwQ\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p> Most-streamed artistes listed are according to YouTube\'s weekly insights and covers the <strong>BUZZ</strong> artiste watch for the week June 24 – July 1. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Never miss a beat! Stay tuned as <strong>BUZZ</strong> keeps up with your favourite musicians and keeps up up-to-date with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more! </p>\n<!-- /wp:paragraph -->','Artiste Watch: Nicki, Cardi get love in Jamaica among top YouTube views','','inherit','closed','closed','','1502-revision-v1','','','2019-08-14 15:05:37','2019-08-14 20:05:37','',1502,'https://buzz-caribbean.com/article/1502-revision-v1/',0,'revision','',0),(3765,14,'2019-08-14 15:06:12','2019-08-14 20:06:12','','tasha-cobbs-leonard-buzz-demo-1','','inherit','closed','closed','','tasha-cobbs-leonard-buzz-demo-1','','','2019-08-14 15:06:12','2019-08-14 20:06:12','',1487,'https://buzz-caribbean.com/app/uploads/2019/08/tasha-cobbs-leonard-buzz-demo-1.jpg',0,'attachment','image/jpeg',0),(3767,14,'2019-08-14 15:09:30','2019-08-14 20:09:30','<!-- wp:image {\"id\":3765} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tasha-cobbs-leonard-buzz-demo-1-1024x576.jpg\" alt=\"\" class=\"wp-image-3765\" /><figcaption>Tasha Cobbs Leonard performing Your Spirit (Photo: YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Grammy award-winning Gospel artiste Tasha Cobbs was among two women getting love from Jamaica as the best ten acts in the country this week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Georgia singer, cementing her place at number 10, is joined by Jamaica\'s very own Shenseea, who also remains at number 7 this week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to see if your fav made the <strong>BUZZ</strong> top 10? Check out our video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/lLepBAQ0tng\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/lLepBAQ0tng\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Most-streamed artistes listed are according to YouTube\'s weekly insights and covers the <strong>BUZZ</strong> artiste watch for the week June 17 – June 24.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Never miss a beat! Stay tuned as <strong>BUZZ</strong> keeps up with your favourite musicians and keeps up up-to-date with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more!</p>\n<!-- /wp:paragraph -->','Artiste Watch: Tasha Cobbs returns among top 10 acts in Jamaica','','inherit','closed','closed','','1487-revision-v1','','','2019-08-14 15:09:30','2019-08-14 20:09:30','',1487,'https://buzz-caribbean.com/article/1487-revision-v1/',0,'revision','',0),(3768,14,'2019-08-14 15:11:13','2019-08-14 20:11:13','<!-- wp:image {\"id\":1446} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/men-and-emotions-demo-1-1024x614.jpg\" alt=\"\" class=\"wp-image-1446\" /><figcaption>Photo: Pexels.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica could find itself at a tipping\npoint, should the country continue to ignore the mental health issues being\nfaced by its citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The issue is further exacerbated for Jamaican men, who in such a hyper-masculine, oversexualised society, live by the \'mantra\' that to show emotions of any kind, whether positive or negative, is a sign of weakness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1447} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/men-and-emotions-demo-2-1024x614.jpg\" alt=\"\" class=\"wp-image-1447\" /><figcaption>Photo: Pexels.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Executive Director for the Jamaica Forum for Lesbians, All-sexuals and Gays (J-FLAG) Jaevion Nelson, gave <strong>BUZZ</strong> his views as we try to unearth how the island got here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em> \"We tell our boys, ‘Don’t cry\'\" </em></strong></p><cite>- Jaevion Nelson, speaking with BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In an interview with <strong>BUZZ</strong>, Nelson said that Jamaican society has for many years ‘policed’ male behaviour and masculine expressionism – which has brought us to the point we are today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Generally, as a society I think we grew up to be very tough, particularly for boys. We tell our boys, ‘Don’t cry’ etc., and so from you were very young, you are policed, and you learn to suppress your emotions; to not show them in whatever circumstance as best as possible,” Nelson said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em> \"We don’t show emotions and if you [do], it must be through violence.\"</em></strong> </p><cite>- J-FLAG Executive Director, Jaevion Nelson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“When we look at the general culture, I think for a number of us, it’s a huge part in how we perform masculinity. We don’t show emotions and if you [do], it must be through violence because that is the only way you will be a man,” he explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See more from our interview with Jaevion Nelson in the video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/QBQ1GjWuUY8\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/QBQ1GjWuUY8\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“From where I stand and my organisation, we are always concerned about how, as a people, we deal with issues. Certainly, for most of us in the Jamaican society, [we] want to be seen as the real man,” Nelson told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In seeking some insight, <strong>BUZZ</strong> also spoke in-depth with Reverend Al Miller, who expressed his concern around how these hurtful masculine stereotypes ran through the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1454} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/al-miller-buzz-interview-1-1024x629.jpg\" alt=\"\" class=\"wp-image-1454\" /><figcaption>Reverend Al Miller, (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Miller contended some of the societal ills\nfacing Jamaica can be linked to the turmoil of the slavery era, as the island\nis still yet to fully heal from the scars of its abusive, violent past.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong><em>\"We have restricted emotions to a category of whether you cry or not... that isn’t [even] one percent of the spectrum of human emotion\" </em></strong></p><cite>- Reverend Al Miller</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“All behaviour is as a result of our varied human experiences, so what we have been through as a people would have affected how we think and therefore how we behave,” the reverend told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There is the impact of slavery’s aftermath,\nbut that concept has continued to evolve and remain with us in many respects,\nprimarily because there is a totally mistaken concept that we have developed about\n‘MAN’ and manhood,” Miller explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This level of ignorance has allowed this misconception\nto remain and therefore affect behaviour and the society [as a whole] adversely,”\nhe added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way Miller, who leads the Fellowship Tabernacle, sees it, humans were created by God as emotional beings, so to separate emotion from relationships and experiences is unhealthy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1456} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/al-miller-buzz-interview-3-1024x611.jpg\" alt=\"\" class=\"wp-image-1456\" /><figcaption>Rev. Al Miller shows the BUZZ lens that he is one of God\'s emotional creatures as he offers a smile (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The truth is humans are fundamentally relational beings, and in the centre of relationships is emotion. We were created by God as emotional creatures,” Miller told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em>\"A man must show tenderness...see the hurt and pain of others\"</em></strong></p><cite>Al Miller, speaking to BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“All of our responses are from emotion; you cannot divorce emotion from\nbehavioural response because it is at the core of who we are. We’ve got\nto show that [emotion] is not a sign of weakness – I say on the contrary, it\ntakes a real man to cry,” the reverend argued further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reverend Miller declared that it is a man’s\nduty to be emotional, but instead of denying those feelings, Jamaican men must\nbe re-trained to properly manage and direct these emotions the right way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1457} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/al-miller-buzz-interview-2-1024x629.jpg\" alt=\"\" class=\"wp-image-1457\" /><figcaption>Al Miller, in an interview with BUZZ asks \'How can we not show any emotion?\' (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“A man must show tenderness, show hurt and be able to see the hurt and\npain of others; he must feel joy, fear and sadness. How can you say we’re\nnot to show any emotion?” Miller asked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is how we handle, manage, direct or suppress these emotions by whatever other factors of socialisation that has happened in our lives,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Miller said he disagrees vehemently with\nthe common misnomer that men who show emotions are “weak” – as well as the\nseemingly heightened lack of self-awareness in the Jamaican man, which has\ncontributed to the problem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have restricted emotions to a category of whether you cry or not but\nthat isn’t [even] one percent of the spectrum of human emotion,” Miller\nasserted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As sections of the island finally get the\nconversation started in getting the issue of ‘men and emotions’ addressed,\nReverend Miller told BUZZ that acknowledging the problem is always the first\nstep.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1458} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/men-and-emotions-demo-3-1024x683.jpg\" alt=\"\" class=\"wp-image-1458\" /><figcaption>Photo: Pexels.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It is important that we re-train our men\nbecause the system has given him an erroneous sense of manhood and some\nnegative images have been planted in the mind and society supports and feeds\nthat negative concept,” Miller said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“And so, it has really become part of our cultural thinking in too significant a way. We’ve got to go back and reverse it because it’s not healthy, it’s not real,” Miller, a father of four, told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, part of one’s personal development\nfrom infancy to maturity dictates that humans “must express and be honest about\nwhat we feel” – to deny genuine, real feelings results in a dishonest nature.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That is why some of our men become so\ndeceptive and lie and steal, because we’re suppressing natural responses to the\nevents and circumstances of life,” Reverend Miller contended.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong><em>\"...You cannot divorce emotion from behavioural response...it is at the core of who we are\"</em></strong></p><cite>- Rev. Al Miller</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Stay tuned for part two of our <em>Men &amp; Emotions </em>series, as <strong>BUZZ</strong> looks at what possible solutions are available to address this impending mental health crisis.</p>\n<!-- /wp:paragraph -->','Men &amp; Emotions – How Did We Get Here, Jamaica? (Part 1)','','inherit','closed','closed','','1445-revision-v1','','','2019-08-14 15:11:13','2019-08-14 20:11:13','',1445,'https://buzz-caribbean.com/article/1445-revision-v1/',0,'revision','',0),(3769,9,'2019-08-14 18:20:28','2019-08-14 23:20:28','<!-- wp:image {\"id\":3845} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-Lingerie-736x1024.jpg\" alt=\"\" class=\"wp-image-3845\" /><figcaption>Rihanna shows off in her lavender leopard lace bra. (Photos: Instagram @BadGalRiri)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>International superstar Rihanna simply oozes sexy, and her ‘Navy’ can get the chance to impress and show off their curves in new pieces from her Savage x Fenty lingerie line that were released earlier this month. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A few weeks ago, Rihanna gave fans a taste of the line when she posted a photo of herself wearing one of the sets. \"Lavender leopard lace. GET INTO IT,\" she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3846} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-Lingerie-BB.jpg\" alt=\"\" class=\"wp-image-3846\" /><figcaption>Savage x Fenty has a range of colours and patterns, including this floral set worn by Rihanna.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But the collection is not just for Rihanna, as the sizes in the inclusive line range from XS to 3XL, and they are sold for between US$20 and US$46. They also come in a range of colours and patterns, including floral, tiger print, military green and deep blue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And get this. Rihanna also created a special collection in the Savage x Fenty line, and the proceeds from those sales will benefit her Clara Lionel Foundation.</p>\n<!-- /wp:paragraph -->','Rihanna’s lingerie collection sure to turn heads','','publish','open','closed','','rihannas-lingerie-collection-sure-to-turn-heads','','','2019-08-14 21:45:18','2019-08-15 02:45:18','',0,'https://buzz-caribbean.com/?p=3769',0,'post','',0),(3771,14,'2019-08-14 15:13:28','2019-08-14 20:13:28','<!-- wp:image {\"id\":1153} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/beat-dem-bad-artwork-buzz-2-1024x604.png\" alt=\"\" class=\"wp-image-1153\" /><figcaption>6ixx boss Squash, in <strong>Beat Dem Bad</strong> (Photo: YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Squash and Vybz Kartel have officially signalled their intent to claim the coveted \'Song of the Summer\' title, as a scorching collaboration, ‘Beat Dem Bad’ makes an impressive debut atop YouTube steams in Jamaica this week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Check out who else made the <strong>BUZZ</strong> top ten charts this week in our video below:  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/lphCSTsLNQc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/lphCSTsLNQc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Top tracks listed are according to YouTube\'s weekly insights and covers the <strong>BUZZ</strong> charts for the week June 17 – June 24. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Join us next week same time, same place, as <strong>BUZZ</strong> keeps you abreast with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more! </p>\n<!-- /wp:paragraph -->','BUZZ Music: Squash dominates local streams with \'Beat Dem Bad\'','','inherit','closed','closed','','1151-revision-v1','','','2019-08-14 15:13:28','2019-08-14 20:13:28','',1151,'https://buzz-caribbean.com/article/1151-revision-v1/',0,'revision','',0),(3772,21,'2019-08-14 15:13:37','2019-08-14 20:13:37','','Kingston Creatives Feature Image','','inherit','closed','closed','','kingston-creatives-feature-image','','','2019-08-14 15:13:37','2019-08-14 20:13:37','',420,'https://buzz-caribbean.com/app/uploads/2019/07/Kingston-Creatives-Feature-Image.jpg',0,'attachment','image/jpeg',0),(3773,4,'2019-08-14 15:32:44','2019-08-14 20:32:44','<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=4rdMsx0-Jr4\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=4rdMsx0-Jr4&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','JCDC Gospel Song Competition was a Spirit-filled occasion','','publish','closed','closed','','jcdc-gospel-song-competition-was-a-spirit-filled-occasion','','','2019-08-21 09:51:23','2019-08-21 14:51:23','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=3773',0,'video','',0),(3774,14,'2019-08-14 15:14:54','2019-08-14 20:14:54','<!-- wp:image {\"id\":3159} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jahvillani-buzzgrab-demo-1024x579.jpg\" alt=\"\" class=\"wp-image-3159\" /><figcaption>Jahvillani cruising on the set of his <strong>Clarks Pon Foot</strong> music video (Photo: YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jahvillani is loudly turning heads and gaining attention from Dancehall fans as the St. Ann deejay and his infectious <strong>‘Clarks Pon Foot’</strong> single stepped into the number one position on local YouTube charts this week. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See who else made the <strong>BUZZ</strong> top ten music charts this week in our video below: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/mRANCaATcvg\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/mRANCaATcvg\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Top tracks listed are according to YouTube\'s weekly insights and covers the <strong>BUZZ</strong> charts for week June 24 – July 1. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Join us next week same time, same place, as <strong>BUZZ</strong> keeps you abreast with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more! </p>\n<!-- /wp:paragraph -->','Jahvillani, \'Clarks Pon Foot\' march to no. 1 spot on YouTube','','inherit','closed','closed','','1139-revision-v1','','','2019-08-14 15:14:54','2019-08-14 20:14:54','',1139,'https://buzz-caribbean.com/article/1139-revision-v1/',0,'revision','',0),(3775,14,'2019-08-14 15:15:30','2019-08-14 20:15:30','<!-- wp:image {\"id\":3170} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-toast-buzzgrab-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-3170\" /><figcaption>Fast-rising Reggae talent Koffee (Photo: YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Spanish Town\'s lyrical powerhouse Koffee returns to the BUZZ music charts this week, with an impressive re-entry of her breakout 2018 hit single Toast.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Toast returns to claim the number 10 spot and marks one of three re-entries this week – to include, TeeJay\'s <strong>Owna Lane</strong> and Lil Nas X\'s smash country banger <strong>Old Town Road</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to see who else made the cut in <strong>BUZZ\'s</strong> top ten charts this week? Check out our video below:  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/eNUuF_hxNYA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/eNUuF_hxNYA\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Top tracks listed are according to YouTube\'s weekly insights and cover the <strong>BUZZ</strong> charts for the week July 1 – July 8.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Join us next week same time, same place, as <strong>BUZZ</strong> keeps you abreast with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more!  </p>\n<!-- /wp:paragraph -->','Koffee, \'Toast\' return on BUZZ Music charts','','inherit','closed','closed','','1126-revision-v1','','','2019-08-14 15:15:30','2019-08-14 20:15:30','',1126,'https://buzz-caribbean.com/article/1126-revision-v1/',0,'revision','',0),(3776,26,'2019-08-14 15:15:40','2019-08-14 20:15:40','<!-- wp:image {\"id\":3596} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/raheem-sterling-1.jpg\" alt=\"\" class=\"wp-image-3596\" /><figcaption> Raheem Sterling has signed a deal with Air Jordan. (Photos: Instagram @Sterling7) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica-born English-based soccer player Raheem Sterling is again on the verge of making history in his blossoming career. He is set to become one of the first football players to sign an endorsement to wear Air Jordon football boots.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The deal with Air Jordan would open up a new front that the 24-year-old is set to lead, as the brand battles to dominate the lucrative football market. The offer could be as much as £100 million, it has been reported.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3296} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/raheem-sterling-1024x914.jpg\" alt=\"\" class=\"wp-image-3296\" /><figcaption>Air Jordan has reportedly offered Raheem Sterling £100 million to join its brand. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The brand only moved into football a year ago with the branding of the Paris St-Germain kit. It chiefly has endorsements with NBA and some Major League Baseball players.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sterling plays for Manchester City and is last season’s Football Writers’ Footballer of the Year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He\'s one of the first Jamaican-born players to win back-to-back English Premier League titles. His team won the Premier League titles in the 2017/18 and 2018/19 seasons. Sterling, who moved to England at the age of five, played for Liverpool, starting in 2010 before his record transfer to Manchester City.</p>\n<!-- /wp:paragraph -->','Air Jordan offers Raheem Sterling £100 million to join its brand','','inherit','closed','closed','','3279-revision-v1','','','2019-08-14 15:15:40','2019-08-14 20:15:40','',3279,'https://buzz-caribbean.com/article/3279-revision-v1/',0,'revision','',0),(3777,21,'2019-08-14 15:15:57','2019-08-14 20:15:57','<!-- wp:image {\"id\":3431} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-D-1024x614.jpg\" alt=\"\" class=\"wp-image-3431\" /><figcaption>What\'s a staging of Artwalk if there isn\'t a bit of painting? (Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tourists, artists, enthusiasts, and the general public descended en masse in sections of downtown Kingston on Sunday, June 30, as parts of the shopping district, usually sluggish at that time of day, were teeming with life for Kingston Creative’s Artwalk.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Boasting many seasoned veterans and younger talent, as well as exhibitions in food, wines, fine arts, ceramics, and photography – Sunday’s Artwalk catered to the imaginative palette of scores of patrons who turned out to the monthly audio-visual spectacle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3432} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-B-1024x614.jpg\" alt=\"\" class=\"wp-image-3432\" /><figcaption>Art enthusiasts were out in their numbers, walking the streets of downtown Kingston.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It was a packed schedule, kicking off as early as 6 a.m., with cyclists gathering at Fleet Street for the ‘<em>Ride Across Kingston</em>’ event; followed by a refreshing ‘<em>Community Yoga</em>’ session along the scenic waterfront.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Art\nlovers were later treated to visual stimulation by ‘The Trio’, which presented\na riveting photography exhibition along Water Lane. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3433} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-E-1024x614.jpg\" alt=\"\" class=\"wp-image-3433\" /><figcaption>The UWI Panoridim Steel Band provided sweet music for the art lovers. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While the eyes were engaged, so too were the ears, as the University of the West Indies’ (UWI) Panoridim Steel Band serenaded the crowds with creative and entertaining renditions of popular soca, dancehall, and afrobeat songs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following the Artwalk along Water Lane, towards the National Gallery on Orange Street, the Alpha Boys’ Band feted patrons to a nostalgic afternoon trip down memory lane – with reggae hits across generations, followed by a hotly contested poster auction from finalists in the International Reggae Day design competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Man</em></strong><em><strong>y creatives displayed their wares at Artwalk. See the gallery below. </strong></em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3434,3435,3436,3437]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-F-1024x614.jpg\" alt=\"\" data-id=\"3434\" data-link=\"https://buzz-caribbean.com/article/kingston-creative-artwalk-excites-yet-again/artwalk-f/\" class=\"wp-image-3434\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-H-1024x614.jpg\" alt=\"\" data-id=\"3435\" data-link=\"https://buzz-caribbean.com/article/kingston-creative-artwalk-excites-yet-again/artwalk-h/\" class=\"wp-image-3435\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-I-1024x614.jpg\" alt=\"\" data-id=\"3436\" data-link=\"https://buzz-caribbean.com/article/kingston-creative-artwalk-excites-yet-again/artwalk-i/\" class=\"wp-image-3436\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-J-1024x614.jpg\" alt=\"\" data-id=\"3437\" data-link=\"https://buzz-caribbean.com/article/kingston-creative-artwalk-excites-yet-again/artwalk-j/\" class=\"wp-image-3437\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Executive Director of the Kingston Creative Andrea Dempster-Chung told Buzz that the Artwalk, while still in its infancy, goes a long way in restoring pride in downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We stand on the shoulders of those who have been advocating for creativity\"</p><cite>   — Andrea Dempster-Chung,  Executive Director of the Kingston Creative</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Kingston\nCreative is a movement; it’s a group of people who believe our capital city\nshould not look like this. We want to create an art district in downtown\n[Kingston] – our very own, Jamaican-owned Wynwood,” she explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We\nstand on the shoulders of those who have been advocating for creativity and\nwaving this flag for a long time but sometimes, it’s not time yet, but we feel\nthe time is really now,” Dempster-Chung added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3438} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-C-685x1024.jpg\" alt=\"\" class=\"wp-image-3438\" /><figcaption>This mural on Water Lane caught many eyes. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dempster-Chung,\na co-founder of the artistic renaissance that is Kingston Creative, further\nargued that the global creative industry, worth a staggering US$2.25 trillion,\nis very lucrative and with it, endless possibilities are on the horizon for\ntalented Jamaican artists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dempster-Chung told <strong>BUZZ </strong>she hopes corporate Jamaica gives more attention to the untapped opportunities now available through a partnership with the local creative industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3439} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-A-1024x614.jpg\" alt=\"\" class=\"wp-image-3439\" /><figcaption>Several exhibitors lined Water Lane to sell their pieces. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It’s a national conversation and so we really need corporates to come on board. This is about transforming our country. The creative industry is one of the fastest-growing sectors, and it’s what we’re best at,” she said. “See what is happening on the harbour: there’s a whole lot of developments going on. We need to make sure that creatives are at the heart of it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"The creative industry is one of the fastest-growing sectors.\"</p><cite> — Andrea Dempster-Chung,  Executive Director of the Kingston Creative </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“What Kingston Creative is about is making that a reality. You should step into downtown and feel that we are a creative capital and the creatives should be prosperous,” Dempster-Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kingston Creative’s Artwalk, held on the last Sunday of each month, has stood as a primary staple in the creative calendar for the last three years.</p>\n<!-- /wp:paragraph -->','Kingston Creative\'s Artwalk excites again','','inherit','closed','closed','','420-revision-v1','','','2019-08-14 15:15:57','2019-08-14 20:15:57','',420,'https://buzz-caribbean.com/article/420-revision-v1/',0,'revision','',0),(3778,14,'2019-08-14 15:16:00','2019-08-14 20:16:00','<!-- wp:image {\"id\":1122} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/squash-vybz-kartel_beat_dem_bad-1024x576.jpg\" alt=\"\" class=\"wp-image-1122\" /><figcaption>(Photo: YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> Leader of the 6ixx camp Squash stands uncontested atop the local YouTube scene as his smash hit single ‘Beat Dem Bad’ marks a third week as the number one song in Jamaica.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Curious to see who else made the <strong>BUZZ</strong> top ten charts this week? Check if your fav made the cut in our video below: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/ZP8GQYZIUT4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/ZP8GQYZIUT4\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Top tracks listed are according to YouTube\'s weekly insights and covers the <strong>BUZZ</strong> charts for week July 8 – July 15. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Join us next week same time, same place, as&nbsp;<strong>BUZZ</strong>&nbsp;keeps you abreast with the hottest developments in Dancehall, Reggae, Hip-Hop, R&amp;B and more! </p>\n<!-- /wp:paragraph -->','Squash seals \'three-peat\' on BUZZ Music charts','','inherit','closed','closed','','1117-revision-v1','','','2019-08-14 15:16:00','2019-08-14 20:16:00','',1117,'https://buzz-caribbean.com/article/1117-revision-v1/',0,'revision','',0),(3779,26,'2019-08-14 15:16:04','2019-08-14 20:16:04','<!-- wp:image {\"id\":3596} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/raheem-sterling-1.jpg\" alt=\"\" class=\"wp-image-3596\" /><figcaption> Raheem Sterling has signed a deal with Air Jordan. (Photos: Instagram @Sterling7) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica-born English-based soccer player Raheem Sterling is again on the verge of making history in his blossoming career. He is set to become one of the first football players to sign an endorsement to wear Air Jordan football boots.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The deal with Air Jordan would open up a new front that the 24-year-old is set to lead, as the brand battles to dominate the lucrative football market. The offer could be as much as £100 million, it has been reported.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3296} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/raheem-sterling-1024x914.jpg\" alt=\"\" class=\"wp-image-3296\" /><figcaption>Air Jordan has reportedly offered Raheem Sterling £100 million to join its brand. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The brand only moved into football a year ago with the branding of the Paris St-Germain kit. It chiefly has endorsements with NBA and some Major League Baseball players.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sterling plays for Manchester City and is last season’s Football Writers’ Footballer of the Year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He\'s one of the first Jamaican-born players to win back-to-back English Premier League titles. His team won the Premier League titles in the 2017/18 and 2018/19 seasons. Sterling, who moved to England at the age of five, played for Liverpool, starting in 2010 before his record transfer to Manchester City.</p>\n<!-- /wp:paragraph -->','Air Jordan offers Raheem Sterling £100 million to join its brand','','inherit','closed','closed','','3279-revision-v1','','','2019-08-14 15:16:04','2019-08-14 20:16:04','',3279,'https://buzz-caribbean.com/article/3279-revision-v1/',0,'revision','',0),(3781,9,'2019-08-14 15:17:28','2019-08-14 20:17:28','<!-- wp:paragraph -->\n<p>International superstar Rihanna simply oozes sexy, and her ‘Navy’ can get the chance to impress and show off their curves in new pieces from her Savage x Fenty lingerie line that were released earlier this month.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A few weeks ago, Rihanna gave fans a taste of the line when she posted a photo of herself wearing one of the sets. \"Lavender leopard lace. GET INTO IT,\" she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But the collection is not just for Rihanna, as the sizes in the inclusive line range from XS to 3XL, and they are sold for between US$20 and US$46. They also come in a range of colours and patterns, including floral, tiger print, military green and deep blue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And get this. Rihanna also created a special collection in the Savage x Fenty line, and the proceeds from those sales will benefit her Clara Lionel Foundation.</p>\n<!-- /wp:paragraph -->','Rihanna’s lingerie collection sure to turn heads','','inherit','closed','closed','','3769-revision-v1','','','2019-08-14 15:17:28','2019-08-14 20:17:28','',3769,'https://buzz-caribbean.com/article/3769-revision-v1/',0,'revision','',0),(3783,14,'2019-08-14 15:17:43','2019-08-14 20:17:43','<!-- wp:image {\"id\":1074} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/skating-at-uwi-buzz-4-1024x614.jpg\" alt=\"\" class=\"wp-image-1074\" /><figcaption>Kingston\'s college skater community is as vibrant as this University of the West Indies student in mid-flight (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the University of the West Indies’ (UWI) Taylor Hall Commissary, a new generation of skateboarders is taking charge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> checked out what they can do and brings you these photos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1075,1076,1077,1078,1079]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/skating-at-uwi-buzz-1-1024x614.jpg\" alt=\"\" data-id=\"1075\" data-link=\"https://buzz-caribbean.com/?attachment_id=1075\" class=\"wp-image-1075\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/skating-at-uwi-buzz-2-1024x614.jpg\" alt=\"\" data-id=\"1076\" data-link=\"https://buzz-caribbean.com/?attachment_id=1076\" class=\"wp-image-1076\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/skating-at-uwi-buzz-3-1024x614.jpg\" alt=\"\" data-id=\"1077\" data-link=\"https://buzz-caribbean.com/?attachment_id=1077\" class=\"wp-image-1077\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/skating-at-uwi-buzz-4-1-1024x614.jpg\" alt=\"\" data-id=\"1078\" data-link=\"https://buzz-caribbean.com/?attachment_id=1078\" class=\"wp-image-1078\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/skating-at-uwi-buzz-5-1024x614.jpg\" alt=\"\" data-id=\"1079\" data-link=\"https://buzz-caribbean.com/?attachment_id=1079\" class=\"wp-image-1079\" /></figure></li></ul>\n<!-- /wp:gallery -->','Skating at UWI','','inherit','closed','closed','','1073-revision-v1','','','2019-08-14 15:17:43','2019-08-14 20:17:43','',1073,'https://buzz-caribbean.com/article/1073-revision-v1/',0,'revision','',0),(3784,21,'2019-08-14 15:17:52','2019-08-14 20:17:52','','LEBRON Crying','','inherit','closed','closed','','lebron-crying','','','2019-08-14 15:17:52','2019-08-14 20:17:52','',513,'https://buzz-caribbean.com/app/uploads/2019/07/LEBRON-crying.jpg',0,'attachment','image/jpeg',0),(3785,12,'2019-08-14 15:18:48','2019-08-14 20:18:48','<!-- wp:paragraph -->\n<p>Paula* has paid her dues. She sat in on meetings, worked well past 7PM, bounced ideas off her supervisor, went to school at night, got qualified and finally copped that corner office. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She now wears chic business suits, drives a BMW, has an apartment in New Kingston and gets invited to every high profile corporate event hosted in the business district.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She is fly, fiercely independent, feisty ...and lonely as hell. With all of her success, Paula goes home to her expensive Ashley designer sofa, hardwood coffee table and downs a half a tub of Devon house ice cream almost every night with only Lifetime movies to keep her company. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With all the years she dedicated to climbing the corporate ladder, the journey was not without sacrifice as along the way she did not make time to attend concerts, stage shows, art gallery openings, her friends’ birthdays, house warming parties, baby christenings and generally missed out on a lot of social events wherein she may have found herself an eligible man.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Paula’s situation is not unique and tonnes of successful women find themselves single. It is even more critical for some more than others, as a high percentage literally begin hearing their biological clock tick loudly when they enter their 30s. If the old storyline about there being a shortage of good, decent men out there is true, then what are her chances of having a life partner to share her success with? And why do so many career chicks end up by their lonesome?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several factors come into play. The first one being, that in seeking a mate, the successful woman tends to have super high standards. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While there is nothing wrong with standards, they need to be realistic. A woman with 2 degrees and a 6 figure salary tends to want a man of the same ilk...while the man of the same ilk does not want a relationship that seems like a competition. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ironically, the male corporate climber wants the attractive Susie homemaker, the woman who can cook, throw fabulous parties and be the perfect mother to his two-point-five kids. He is not looking for someone who has more board meetings than he does. He ain’t about that life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now the successful female on the other hand generally dismisses the blue-collar man. The man who makes his bread with his hands is street smart and competent all in one. He may not make six figures but he usually works for himself and keeps his own hours so he is his own boss. He is the plumber, electrician, electrical installer, roofer, welder etc. He can fix the kitchen sink and cook a great meal afterwards. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, she is not looking in his direction so she has alienated herself from a good portion of the available male population right off the bat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another reason why their beds are empty at night is that some successful women come off so strong that they intimidate men and scare them away. A man with a Corolla and a low paying job may think twice before approaching a woman who drives a Porsche or an X6. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He may feel he has nothing to offer her and so he stays in his corner and continues to admire her from afar. While his lack of confidence is not her doing, the way some women talk and their attitude can be a turn-off. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most men like to chase, hunt or pursue a woman that they have an interest in. They take them out, wine and dine them, buy them flowers or little tokens to show that they are in it to win it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now with a super successful woman, these same men may get nervous as they feel that a regular eating spot may not impress the women and a bunch of roses may seem corny to these decision-makers who are used to corporate jets and trips to Cancun. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hence, in order to avoid embarrassment when their pockets cannot match up with their promises, they would rather not venture down that path at all. To them, it is about staying in their lane because their credit card limit is, well, limited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In order to find Mr Right, the career gal has to join the dating pool with an open heart and an even more open mind and not have these crazy checklists of what they want because what they want may not exist.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Remember Barbie already has Ken so instead of searching for the perfect mate, try to find a genuine man, one that is honest and hardworking and who hopefully can throw down in the kitchen as well as the bedroom.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>*Name\nchanged on request of subject&nbsp;</strong></p>\n<!-- /wp:paragraph -->','Why some career women are single','','inherit','closed','closed','','2155-revision-v1','','','2019-08-14 15:18:48','2019-08-14 20:18:48','',2155,'https://buzz-caribbean.com/article/2155-revision-v1/',0,'revision','',0),(3787,13,'2019-08-14 15:20:18','2019-08-14 20:20:18','{\"id\":\"3763\",\"questions\":[{\"uid\":\"4a98b78e-d268-4591-92fc-b6b22b90bc02\",\"content\":\"What does ATL  stand for?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[{\"uid\":\"5c9d6795-2789-4e72-b380-769dd72fde90\",\"type\":\"text\",\"label\":\"Applicant Trading and Leisure\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"763cf727-85a3-42bc-8ed4-948dcdea6947\",\"type\":\"text\",\"label\":\"Appliance Traders Limited\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"f80afc2f-2380-4281-b0fe-efa6a99b47e7\",\"type\":\"text\",\"label\":\"Alliance Technical Loans\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}]},{\"uid\":\"c8c6facc-8c3e-41ad-83ac-ab1de5ff1415\",\"content\":\"Fuinish the Slogan ATL U_B_ _T A _ _ E\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[]},{\"uid\":\"7c5bdc2b-5a98-40bf-af8b-1f33515426ec\",\"content\":\"Who is ATL\'s CEO\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[{\"uid\":\"ca5ca66c-7a64-4c95-b71d-c8ee34f90c4f\",\"type\":\"image\",\"label\":\"Andrew Holness\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true,\"image\":{\"full\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official.jpg\",\"thumbnail\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official-150x150.jpg\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":204,\"width\":300,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official-300x204.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official.jpg\",\"height\":475,\"width\":700,\"orientation\":\"landscape\"}},\"attachmentId\":3732}},{\"uid\":\"f0f6bbf8-0eb1-4b2a-99f4-ed8524fb57d3\",\"type\":\"image\",\"label\":\"Adam Stewart\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true,\"image\":{\"full\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott.jpg\",\"thumbnail\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott-150x150.jpg\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":251,\"width\":300,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott-300x251.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":857,\"width\":1024,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott-1024x857.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/Adam_Stewart_AC_Marriott.jpg\",\"height\":2022,\"width\":2415,\"orientation\":\"landscape\"}},\"attachmentId\":317}}]}],\"fields\":[{\"uid\":\"b2b4bf7a-1c0b-482f-a8b0-86478b483fb4\",\"type\":\"text\",\"label\":\"Email\",\"defaultValue\":\"\",\"options\":\"\",\"collapsed\":false,\"validations\":{\"filled\":{\"enabled\":true},\"email\":{\"enabled\":true},\"filter\":{\"rules\":[]}},\"attributes\":[],\"template\":\"\",\"name\":\"email\"}],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"enabled\":true,\"start\":\"08\\/14\\/2019 15:18\",\"end\":\"08\\/31\\/2019 15:18\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','','','inherit','closed','closed','','3763-revision-v1','','','2019-08-14 15:20:18','2019-08-14 20:20:18','',3763,'https://buzz-caribbean.com/article/3763-revision-v1/',0,'revision','',0),(3790,14,'2019-08-14 15:24:24','2019-08-14 20:24:24','<!-- wp:image {\"id\":1061} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-5-1024x614.jpg\" alt=\"\" class=\"wp-image-1061\" /><figcaption>Roll up and get lifted in Itopia Life\'s two smoke rooms (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Where can you find one of the best ganja dispensaries in town? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That would be at 10a West King’s House Road in Kingston and it’s called Itopia Life Dispensary. <br> <br> Make your own perfect roll and puff to your heart\'s (and lungs\') content!<br> <br> <strong>BUZZ</strong> takes you inside in our gallery below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1062,1063,1064,1065,1066,1067]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-1-1024x614.jpg\" alt=\"\" data-id=\"1062\" data-link=\"https://buzz-caribbean.com/?attachment_id=1062\" class=\"wp-image-1062\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-2-1024x614.jpg\" alt=\"\" data-id=\"1063\" data-link=\"https://buzz-caribbean.com/?attachment_id=1063\" class=\"wp-image-1063\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-3-1024x614.jpg\" alt=\"\" data-id=\"1064\" data-link=\"https://buzz-caribbean.com/?attachment_id=1064\" class=\"wp-image-1064\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-4-1024x614.jpg\" alt=\"\" data-id=\"1065\" data-link=\"https://buzz-caribbean.com/?attachment_id=1065\" class=\"wp-image-1065\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-5-1-1024x614.jpg\" alt=\"\" data-id=\"1066\" data-link=\"https://buzz-caribbean.com/?attachment_id=1066\" class=\"wp-image-1066\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-6-1024x614.jpg\" alt=\"\" data-id=\"1067\" data-link=\"https://buzz-caribbean.com/?attachment_id=1067\" class=\"wp-image-1067\" /></figure></li></ul>\n<!-- /wp:gallery -->','Chilin’ at Itopia Life Dispensary','','inherit','closed','closed','','1060-revision-v1','','','2019-08-14 15:24:24','2019-08-14 20:24:24','',1060,'https://buzz-caribbean.com/article/1060-revision-v1/',0,'revision','',0),(3791,9,'2019-08-14 15:24:32','2019-08-14 20:24:32','<!-- wp:image {\"id\":1392} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/MAKEUP_20190712163627_save-1024x683.jpg\" alt=\"\" class=\"wp-image-1392\" /><figcaption>Bad Gyal Marie has been living in Jamaica since 2009. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They say the journey of a thousand miles\nbegins with one step. But for Marie Sano, more popularly known as Bad Gyal\nMarie, hers was the journey of more than 8,000 miles – from Tokyo, Japan, to\nKingston, Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her ‘one step’ came in 2009 when she\ndecided to leave the place she had called home all her life to move to Jamaica,\na place she inexplicably felt drawn to, from the very first time she heard\ndancehall music at a Japanese club.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Reggae music is big in Japan” </p><cite>— Bad Gyal Marie</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Reggae music is big in Japan,” she said.\n“I remember when I was a teenager I went to a club and the DJ played dancehall\nmusic, and it changed my life. I just felt something. I cannot explain because\nit was so strange. It was like my blood just started boiling.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Determined to pursue this new-found\npassion, she threw herself into research about Jamaican music. She invested in\nrecords and practised spinning them in clubs. But even then, she never intended\nfor it to become her full-time career. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":929} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/MarieShabba-1024x683.jpg\" alt=\"\" class=\"wp-image-929\" /><figcaption>Bad Gyal Marie (left) says Likkle Shabba (right) taught her a lot about dancehall music. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What she felt in that moment when she fell in love with dancehall and reggae music, however, was perhaps the pull of the universe, drawing her in the direction of exactly where she needed to be, as since her move to Jamaica, Bad Gyal Marie has realised that being a selector is, in fact, her calling. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Operating as the lone female selector on the sound system, Notorious International, Bad Gyal Marie has made quite the name for herself, most recently copping first place in the keenly contested 2019 Boom All Star Sound Clash.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her journey to the Boom title took some\ndoing, however, as Bad Gyal Marie had to work hard to prove that she was more\nthan a spectacle – more than a little Japanese girl playing around with\nJamaican culture. And even before then, she had to convince her parents that\nmoving to Jamaica was a good idea.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":930} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/MarieA.jpg\" alt=\"\" class=\"wp-image-930\" /><figcaption>Bad Gyal Marie moved to Jamaica from Japan in 2009. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After graduating from college with a degree\nin Cultural Studies, Marie decided to make the permanent move. By then, her\nparents had been sufficiently convinced that this was her passion and she now\nhad their full support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She started her career as a selector in\nJamaica by working with a fellow Japanese national. Together, both women would\nget a shot at the turntables at popular local street dances like Passa Passa. But\nfor Marie, it was not enough. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I always say every Jamaican is my teacher, in language and in music and so I just ketch the patois likkle by likkle” </p><cite>— Bad Gyal Marie</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Determined to be taken more seriously and\nrealising that she wanted to play all night and not just for 15 minutes, Marie\nmet Likkle Shabba, a selector from Kingston 13 who took her under his wings,\ntraining her and teaching her the ropes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I used to just go to the studio and talk\nto people daily. I always say every Jamaican is my teacher, in language and in\nmusic and so I just ketch the patois likkle by likkle,” Marie said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Working with Likkle Shabba, Marie received\nmore exposure, playing in a weekly session they hosted together called Yard\nClothes Wednesdays in the Wellington Road area of Kingston 13. They would later\ngo on to create the sound system Notorious International, featuring the likes\nof DJ Premiere, DJ Lucky, Oddie Frass, Superstar from Tokyo, and of course\nMarie and Likkle Shabba.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now that she has earned the respect of many\nin the dancehall space, Marie continues to make her mark across Jamaica. And along\nwith Notorious International, Marie has entered the Guinness Sounds of\nGreatness before winning the Boom All-Star Clash in May 2019. </p>\n<!-- /wp:paragraph -->','Japanese selector makes Jamaica her home','','inherit','closed','closed','','924-revision-v1','','','2019-08-14 15:24:32','2019-08-14 20:24:32','',924,'https://buzz-caribbean.com/article/924-revision-v1/',0,'revision','',0),(3792,21,'2019-08-14 15:24:38','2019-08-14 20:24:38','<!-- wp:paragraph -->\n<p>Now here is one universal, irrefutable truth that men generally do not like to hear ... while you refer to us as the ‘weaker sex’, you all cannot handle pain very well. From a simple toothache or gas pain to a complicated hernia, men act as if the world is ending and want to be pampered at the first hint of pain. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3784} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/LEBRON-crying-1024x576.jpg\" alt=\"\" class=\"wp-image-3784\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So if men are so defenceless and helpless over slight discomfort and minimal pain, how would they act if they had to handle pregnancy, labour and delivery? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not only would the world come to a screeching halt, as reproduction as we know it would cease to exist, but more importantly the world’s population would become extinct in short order.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":536} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Extinction-Buzz.jpg\" alt=\"\" class=\"wp-image-536\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>When that water breaks and contractions start, it would be next level world war three crisis up in that delivery room!  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Instead of Lamaze and breathing techniques, it would probably be frantic screams and frustrated yells by bloated men with distended stomachs running around like chickens with their heads cut off!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":543} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Lamaze-Method-Of-Childbirth-Buzz.jpg\" alt=\"\" class=\"wp-image-543\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The initial challenge for them would be the early stages or first trimester when morning sickness is part of the package for some. Can you fathom men dealing with nausea and vomiting that can actually last well past the morning hours? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":537} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Men-Morning-Sickness-Buzz.jpg\" alt=\"\" class=\"wp-image-537\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Them having to give up a juicy steak and chewing on saltine crackers because red meat and fish make them nauseous? They would go crazy when they figure out that curried goat and barbecue Chicken would not be on the menu for a while.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next, they would have to deal with being moody. Many of them are already temperamental, so with a baby in the oven, their mood swings would be amplified times ten. The swearing, yelling and temper tantrums would probably be so bad that their partners would probably put them in timeout like a two-year-old! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":544} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Mood-Swings-For-Men-1024x1024.jpg\" alt=\"\" class=\"wp-image-544\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Then for good measure, spice things up with swollen feet and a huge belly that makes them waddle around like a duck and makes sitting, sleeping and lotioning feet the most awkward thing ever. It may be funny to onlookers but when you are the ‘waddler’ in question, there is nothing amusing about having a protruding body part that knocks stuff over as if it has a mind of its own.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://giphy.com/gifs/running-W6K8MnLAy9W24\",\"type\":\"photo\",\"providerNameSlug\":\"giphy\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-photo is-provider-giphy\"><div class=\"wp-block-embed__wrapper\">\nhttps://giphy.com/gifs/running-W6K8MnLAy9W24\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Now let us discuss the discovery of stretch marks! This is when they get to share in having the battle scars of childbirth. Can you imagine those tiny lines cross-crossing across those beer and Buddha bellies? Wouldn’t that be a sight for sore eyes?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And finally the coup d\'état...childbirth itself! We welcome them to the world of hours-long, intense pain, wherein even your eyesight is compromised. They would climb walls, bite bed railings and curse the gods of sex and 2-minute orgasms during the process. An epidural may be their only saving grace but the real big question is ...where is that 9-pound infant going to pop out from?!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Men-Childbirth-Buzz.jpg\" alt=\"\" class=\"wp-image-541\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Guys, understand that while you may be able to bench-press 300 pounds, change a tyre, fix a leaking pipe and kill a croaking lizard, women handle emotions, suffering and pain a lot better and we usually accomplish it without excessive whining.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>— Story written by C.W.</em><br></p>\n<!-- /wp:paragraph -->','If Men Could Have Babies...','','inherit','closed','closed','','513-revision-v1','','','2019-08-14 15:24:38','2019-08-14 20:24:38','',513,'https://buzz-caribbean.com/article/513-revision-v1/',0,'revision','',0),(3793,14,'2019-08-14 15:25:38','2019-08-14 20:25:38','<!-- wp:image {\"id\":1047} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-1047\" /><figcaption>Photo: Mark Llewellyn</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of Jamaica’s leading photographers showcased his works at Harbour Street’s F&amp;B downtown’s jewellery store and restaurant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1048} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-1048\" /><figcaption>Photo: Mark Llewellyn</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Craig started out as a broadcast and film producer before picking up a digital camera and setting out on his own. We’re so glad that he did!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1049} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-8-1024x683.jpg\" alt=\"\" class=\"wp-image-1049\" /><figcaption>Photo: Mark Llewellyn</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ </strong>was on hand to bring you some of Craig’s fascinating pieces.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See gallery below and do tell us what you think.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"1050\",\"1052\",\"1053\",\"1054\",\"1056\",\"1057\",\"1058\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-1.jpg\" alt=\"\" data-id=\"1050\" data-link=\"https://buzz-caribbean.com/?attachment_id=1050\" class=\"wp-image-1050\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-3.jpg\" alt=\"\" data-id=\"1052\" data-link=\"https://buzz-caribbean.com/?attachment_id=1052\" class=\"wp-image-1052\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-4-1-1024x683.jpg\" alt=\"\" data-id=\"1053\" data-link=\"https://buzz-caribbean.com/?attachment_id=1053\" class=\"wp-image-1053\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-5-1-1024x683.jpg\" alt=\"\" data-id=\"1054\" data-link=\"https://buzz-caribbean.com/?attachment_id=1054\" class=\"wp-image-1054\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-7-1024x683.jpg\" alt=\"\" data-id=\"1056\" data-link=\"https://buzz-caribbean.com/?attachment_id=1056\" class=\"wp-image-1056\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-8-1-1024x683.jpg\" alt=\"\" data-id=\"1057\" data-link=\"https://buzz-caribbean.com/?attachment_id=1057\" class=\"wp-image-1057\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/fb-downtown-buzz-2-1.jpg\" alt=\"\" data-id=\"1058\" data-link=\"https://buzz-caribbean.com/?attachment_id=1058\" class=\"wp-image-1058\" /></figure></li></ul>\n<!-- /wp:gallery -->','Craig Phang Sang exhibits at F&amp;B downtown','','inherit','closed','closed','','1046-revision-v1','','','2019-08-14 15:25:38','2019-08-14 20:25:38','',1046,'https://buzz-caribbean.com/article/1046-revision-v1/',0,'revision','',0),(3795,14,'2019-08-14 15:27:21','2019-08-14 20:27:21','<!-- wp:image {\"id\":1018} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-1-1024x614.jpg\" alt=\"\" class=\"wp-image-1018\" /><figcaption>One brave youth decides to risk a full \'chuk off\' at the Spanish Bridge in St. Mary (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What better way to spend a summer’s day than cooling off at Labrynth’s Old Spanish Bridge!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A quick 31-minute drive into the deep St. Mary country, it\'s easy to forget about the hustle and bustle of the city when surrounded by lush forest and the aroma of flora and fauna.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1020} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-3-1024x614.jpg\" alt=\"\" class=\"wp-image-1020\" /><figcaption>Photo: Mark Llewellyn</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Built in the 1770s, with the azure waters of White River running beneath it, the Old Spanish Bridge has become a growing attraction point.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Swinging off the scenic locale is a must for those who are wild at heart as it pulls out the adventure buffs in droves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> spent a day at Labyrinth\'s Old Spanish Bridge and brought back some photos – just for you. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1021,1022,1023,1024,1025,1026,1027,1028,1029]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-1-1-1024x614.jpg\" alt=\"\" data-id=\"1021\" data-link=\"https://buzz-caribbean.com/?attachment_id=1021\" class=\"wp-image-1021\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-2-1024x614.jpg\" alt=\"\" data-id=\"1022\" data-link=\"https://buzz-caribbean.com/?attachment_id=1022\" class=\"wp-image-1022\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-3-1-1024x614.jpg\" alt=\"\" data-id=\"1023\" data-link=\"https://buzz-caribbean.com/?attachment_id=1023\" class=\"wp-image-1023\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-4-1024x614.jpg\" alt=\"\" data-id=\"1024\" data-link=\"https://buzz-caribbean.com/?attachment_id=1024\" class=\"wp-image-1024\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-5-1024x614.jpg\" alt=\"\" data-id=\"1025\" data-link=\"https://buzz-caribbean.com/?attachment_id=1025\" class=\"wp-image-1025\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-6-1024x614.jpg\" alt=\"\" data-id=\"1026\" data-link=\"https://buzz-caribbean.com/?attachment_id=1026\" class=\"wp-image-1026\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-7-1024x614.jpg\" alt=\"\" data-id=\"1027\" data-link=\"https://buzz-caribbean.com/?attachment_id=1027\" class=\"wp-image-1027\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-8-1024x614.jpg\" alt=\"\" data-id=\"1028\" data-link=\"https://buzz-caribbean.com/?attachment_id=1028\" class=\"wp-image-1028\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-9-1024x614.jpg\" alt=\"\" data-id=\"1029\" data-link=\"https://buzz-caribbean.com/?attachment_id=1029\" class=\"wp-image-1029\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','A lazy summer at the iconic Spanish Bridge','','inherit','closed','closed','','1016-revision-v1','','','2019-08-14 15:27:21','2019-08-14 20:27:21','',1016,'https://buzz-caribbean.com/article/1016-revision-v1/',0,'revision','',0),(3796,13,'2019-08-14 15:27:35','2019-08-14 20:27:35','','A Night Of Comedy Edit','','inherit','closed','closed','','a-night-of-comedy-edit','','','2019-08-14 15:27:35','2019-08-14 20:27:35','',0,'https://buzz-caribbean.com/app/uploads/2019/08/A-Night-Of-Comedy-edit.jpg',0,'attachment','image/jpeg',0),(3797,26,'2019-08-14 15:28:17','2019-08-14 20:28:17','<!-- wp:image {\"id\":1228} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brittny1-1024x594.jpg\" alt=\"\" class=\"wp-image-1228\" /><figcaption>Brittny Newman</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny Newman is an architect by day, but outside office hours, she’s laying the foundations for a successful career in the music industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brittny\'s first single, <strong>What\'s Good</strong>, got great traction in the USA.<br>The song entered the DRT Independent and Global Charts at the number 183 spot. It eventually topped out at number 57 after eight weeks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The second single for the R&amp;B artiste, <strong>Cuffing Season</strong>, has been receiving positive feedback on the Jamaican Market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1232} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Brittny-1-1024x684.jpg\" alt=\"\" class=\"wp-image-1232\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But, Brittny — who shares a child with reggae/dancehall artiste Christopher Martin — outlined that there are struggles associated with being a female act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For an upcoming female artiste, it is even harder, as people tend to gravitate easier and more quickly to male artistes. I\'ve now had to open up my life to the public in ways I never thought I could, and deal with a lot of criticism, be it negative positive or constructive,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year, the 24-year-old native of Mandeville in the parish of Manchester, signed a distribution deal with Sony Music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I’d like to be the female face of R&amp;B/Hip Hop for Jamaica\"</p><cite>— Brittny Jones</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":1234} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/no-logo-3-919x1024.jpg\" alt=\"\" class=\"wp-image-1234\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny started singing at an early age, competing in local talent shows and attaining both gold and bronze medals through her singing and dancing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has made public appearances across the globe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1238} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brittny-748x1024.jpeg\" alt=\"\" class=\"wp-image-1238\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said: “I’d like to be the female face of R&amp;B/Hip Hop for Jamaica, to put us on that platform, advocating clean, positive, timeless music that people can listen to for generations to come,  of course, incorporating aspects of my culture in it where I can.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Within Jamaica, I’d say I’m different from other female artists based on the brand/content I’m selling.&nbsp;Not only am I doing R&amp;B, but my music is more clean, serene and conscious than what we see now.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1239} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brit-no-logo-820x1024.jpg\" alt=\"\" class=\"wp-image-1239\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny listed\nDamion Marley, Popcaan, Protoje, Sean Paul, Shenseea and Beres Hammond as local\nartistes she would love to work with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>International artistes she would love to work with are Rihanna, Alicia Keys (who she grew up listening to), Erykah Badu, Ariana Grande and Drake.</p>\n<!-- /wp:paragraph -->','Brittny Newman dreams of being the next big thing in music','','inherit','closed','closed','','1225-revision-v1','','','2019-08-14 15:28:17','2019-08-14 20:28:17','',1225,'https://buzz-caribbean.com/article/1225-revision-v1/',0,'revision','',0),(3798,21,'2019-08-14 15:28:25','2019-08-14 20:28:25','','men-cheating','','inherit','closed','closed','','men-cheating','','','2019-08-14 15:28:25','2019-08-14 20:28:25','',547,'https://buzz-caribbean.com/app/uploads/2019/08/men-cheating.jpg',0,'attachment','image/jpeg',0),(3799,13,'2019-08-14 15:28:51','2019-08-14 20:28:51','','Colour Me Charity Run Edit','','inherit','closed','closed','','colour-me-charity-run-edit','','','2019-08-14 15:28:51','2019-08-14 20:28:51','',2067,'https://buzz-caribbean.com/app/uploads/2019/08/colour-me-charity-run-edit.jpg',0,'attachment','image/jpeg',0),(3800,14,'2019-08-14 15:29:06','2019-08-14 20:29:06','<!-- wp:image {\"id\":931} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/plants-in-home-demo-1024x683.jpeg\" alt=\"\" class=\"wp-image-931\" /><figcaption>Photo: Pexels.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Do you feel that? #PlaceHotB!&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s the type of heat that can make you drowsy, and the summer\nis here to remind you that it’s in charge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Though the heavy-duty fans and air conditioning units offer\nvarying degrees of respite, many Jamaican homes have a much cheaper option to\ncool down:&nbsp;<strong>PLANTS</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The average Jamaican houses around one to four potted plants for aesthetic purposes. Did you know that recent studies have shown that adding&nbsp;certain plants can not only keep the air around your homes cool but also help flush out toxins?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":942} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-plant-around-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-942\" /><figcaption>Acrea palm (centre) and golden pothos (right) among plants used in our Buzz offices! (Photo: Gavin Riley)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Plants have been proven to keep your house cool because they lose water during transpiration, which freshens the air around the plants, leaving it purified and crisp. If you’re looking for a natural, inexpensive way to keep your\nhouse cool, consider getting some&nbsp;of these plants, which can help keep temperatures\ndown:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Acrea palm tree</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":920} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/acrea-palm-tree_demo-1024x576.jpg\" alt=\"\" class=\"wp-image-920\" /><figcaption>Photo: Amazon.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As one of the most popular living room and patio plants across the island, areca palm trees are decorative houseplants that act as natural humidifiers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to cooling off your home, areca palms can remove\nbenzene, formaldehyde and trichloroethylene from the air.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Aloe vera</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":922} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-aloe-vera_demo.jpg\" alt=\"\" class=\"wp-image-922\" /><figcaption>Photo: Pexels.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Known affectionately as ‘sinkle bible’, having an aloe vera plant on hand will not only come in handy if you get any nasty itch, cuts or sunburns, but it is also effective at cooling the air temperature and&nbsp;removing formaldehyde from the air.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a study conducted by the Beijing University of Chemical Technology, potted plants, such as aloe vera could remove formaldehyde from the air in confined spaces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Potted ferns</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":919} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-ferns_demo-1024x614.jpg\" alt=\"\" class=\"wp-image-919\" /><figcaption>Photo: Pexels.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Potted ferns are not only aesthetically pleasing but are popular for their minimalistic design. These plants have been proven to be quite skilled in ‘sprucing up’ the air quality in your home. Potted ferns are notoriously adept at absorbing harmful gases through pores on the surface of their leaves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Snake plants</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":921} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/snake-plant_demo.jpg\" alt=\"\" class=\"wp-image-921\" /><figcaption>Sansevieria trifasciata or Snake plant in pot at home (Photo: Pexels.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Snake plants, also known as Mother-in-Law\'s Tongue, are another potted plant with exceptional air-purifying properties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a 1989 study published by scientists at NASA, low-light requiring houseplants such as mother-in-law’s tongue, “have demonstrated the potential for improving indoor air quality by removing trace organic pollutants from the air in energy-efficient buildings”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Golden pothos</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":918} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/golden-pothos_demo-1024x614.jpg\" alt=\"\" class=\"wp-image-918\" /><figcaption>Photo: Pexels.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The golden pothos is another plant popular in Jamaica with great air-purification properties. Known locally as \'creeper\', the plant, which thrives in a system of vines, is perfect for those who aren’t exactly garden-savvy, as it’s extremely easy to take care of.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> A golden pothos requires little light and little care, and it will keep your air cool and purified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now that you’re armed to the bedrock with information, \'cool dung yuh yaad\' with your very own ‘green arsenal’ and get you purify on!</p>\n<!-- /wp:paragraph -->','BUZZ Hacks: 5 plants to keep your home cool this summer','','inherit','closed','closed','','913-revision-v1','','','2019-08-14 15:29:06','2019-08-14 20:29:06','',913,'https://buzz-caribbean.com/article/913-revision-v1/',0,'revision','',0),(3802,14,'2019-08-14 15:29:35','2019-08-14 20:29:35','<!-- wp:image {\"id\":931} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/plants-in-home-demo-1024x683.jpeg\" alt=\"\" class=\"wp-image-931\" /><figcaption>Photo: Pexels.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Do you feel that? #PlaceHotB!&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s the type of heat that can make you drowsy, and the summer\nis here to remind you that it’s in charge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Though the heavy-duty fans and air conditioning units offer\nvarying degrees of respite, many Jamaican homes have a much cheaper option to\ncool down:&nbsp;<strong>PLANTS</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The average Jamaican houses around one to four potted plants for aesthetic purposes. Did you know that recent studies have shown that adding&nbsp;certain plants can not only keep the air around your homes cool but also help flush out toxins?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":942} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-plant-around-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-942\" /><figcaption>Acrea palm (centre) and golden pothos (right) among plants used in our Buzz offices! (Photo: Gavin Riley)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Plants have been proven to keep your house cool because they lose water during transpiration, which freshens the air around the plants, leaving it purified and crisp. If you’re looking for a natural, inexpensive way to keep your\nhouse cool, consider getting some&nbsp;of these plants, which can help keep temperatures\ndown:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Acrea palm tree</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":920} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/acrea-palm-tree_demo-1024x576.jpg\" alt=\"\" class=\"wp-image-920\" /><figcaption>Photo: Amazon.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As one of the most popular living room and patio plants across the island, areca palm trees are decorative houseplants that act as natural humidifiers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to cooling off your home, areca palms can remove\nbenzene, formaldehyde and trichloroethylene from the air.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Aloe vera</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":922} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-aloe-vera_demo.jpg\" alt=\"\" class=\"wp-image-922\" /><figcaption>Photo: Pexels.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Known affectionately as ‘sinkle bible’, having an aloe vera plant on hand will not only come in handy if you get any nasty itch, cuts or sunburns, but it is also effective at cooling the air temperature and&nbsp;removing formaldehyde from the air.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a study conducted by the Beijing University of Chemical Technology, potted plants, such as aloe vera could remove formaldehyde from the air in confined spaces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Potted ferns</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":919} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-ferns_demo-1024x614.jpg\" alt=\"\" class=\"wp-image-919\" /><figcaption>Photo: Pexels.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Potted ferns are not only aesthetically pleasing but are popular for their minimalistic design. These plants have been proven to be quite skilled in ‘sprucing up’ the air quality in your home. Potted ferns are notoriously adept at absorbing harmful gases through pores on the surface of their leaves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Snake plants</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":921} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/snake-plant_demo.jpg\" alt=\"\" class=\"wp-image-921\" /><figcaption>Sansevieria trifasciata or Snake plant in pot at home (Photo: Pexels.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Snake plants, also known as Mother-in-Law\'s Tongue, are another potted plant with exceptional air-purifying properties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a 1989 study published by scientists at NASA, low-light requiring houseplants such as mother-in-law’s tongue, “have demonstrated the potential for improving indoor air quality by removing trace organic pollutants from the air in energy-efficient buildings”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Golden pothos</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":918} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/golden-pothos_demo-1024x614.jpg\" alt=\"\" class=\"wp-image-918\" /><figcaption>Photo: Pexels.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The golden pothos is another plant popular in Jamaica with great air-purification properties. Known locally as \'creeper\', the plant, which thrives in a system of vines, is perfect for those who aren’t exactly garden-savvy, as it’s extremely easy to take care of.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> A golden pothos requires little light and little care, and it will keep your air cool and purified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now that you’re armed to the bedrock with information, \'cool dung yuh yaad\' with your own ‘green arsenal’ and get your purify on!</p>\n<!-- /wp:paragraph -->','BUZZ Hacks: 5 plants to keep your home cool this summer','','inherit','closed','closed','','913-revision-v1','','','2019-08-14 15:29:35','2019-08-14 20:29:35','',913,'https://buzz-caribbean.com/article/913-revision-v1/',0,'revision','',0),(3803,14,'2019-08-14 15:30:50','2019-08-14 20:30:50','<!-- wp:image {\"id\":946} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/machine-learning-demo.jpeg\" alt=\"\" class=\"wp-image-946\" /><figcaption>Artist\'s impression of artificial intelligence (Photo: HackerNoon.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Armed with just the language of thousands of research papers, machine learning (ML) has been credited with discoveries never made by human scientists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3482} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/scientists-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-3482\" /><figcaption>A scientist hard at work in a laboratory (Photo: Pexels.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The discoveries were&nbsp;<a href=\"https://www.nature.com/articles/s41586-019-1335-8.epdf?referrer_access_token=xnIXloemAjCocfXIt9dQ49RgN0jAjWel9jnR3ZoTv0P9QxlcO86f_GXZRxwYijrqa11Mx55SgniZXv55YKOR_sn816NK2x0O46Vim16XrS-SjyP9GMXeDQinUN75ES6enlxK__J5UabR6JdgR19bZSVLL5ZsK8146qMcipEbItW65C8aSk29Q_BfrKz4Gb5-kjz3m7dIaoRxs3e1I6qW4022QZ6aZMaOPxlATK7OOqj8lrhj-yufvROMPdStMZjAEK-efja6SfW5n-6xhZuV33BrlHdxmu8yxCQg-Mpomv4_WY2o4OqyFsbpNr_j-R-9&amp;tracking_referrer=www.vice.com\" target=\"_blank\" rel=\"noreferrer noopener\">publicised on July 3</a>,\nafter researchers from the Lawrence Berkeley National Laboratory in California\nused an algorithm,&nbsp;<em>Word2Vec</em>, to sift through scientific papers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The researchers were hoping the ML would make connections humans had missed – and it found them!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the study, the algorithm processed&nbsp;a vocabulary of about\n500,000 words related to material science&nbsp;– spitting out predictions for\npossible thermoelectric materials, which convert heat to energy and are used in\nmany heating and cooling applications.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3483} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/coding-closeup-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-3483\" /><figcaption>(Photo: Pexels.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The most impressive part of the study was the algorithm didn’t\nknow the definition of ‘thermoelectric’ and received no training in materials\nscience.&nbsp;<strong><em>Mind. Blown.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Using only word associations, the algorithm was able to provide\ncandidates for future thermoelectric materials, some of which may be better\nthan those humankind currently uses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3485} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/metal-sparks-buzz-demo.jpg\" alt=\"\" class=\"wp-image-3485\" /><figcaption>(Photo: Pexels.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It’s a very promising prospect for the future of heating and\ncooling systems as the algorithm was able to understand complex concepts such\nas the periodic table and the chemical structure of molecules.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the study, published in Nature, in some cases,\nwords were linked to thermoelectric concepts but had never been written about\nas ‘thermoelectric’ in any abstract they surveyed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>How cool is that!</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Okay, so not quite <strong><em>Skynet</em></strong>, but the discoveries made by the algorithm were significant, as this gap in knowledge is hard to catch with a human eye, but easy for an ML to spot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here\'s to the future <strong>BUZZhive</strong>! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What do you think of these latest developments? As always, we welcome your thoughts in our comments section.</p>\n<!-- /wp:paragraph -->','Machine makes discoveries missed by scientists','','inherit','closed','closed','','909-revision-v1','','','2019-08-14 15:30:50','2019-08-14 20:30:50','',909,'https://buzz-caribbean.com/article/909-revision-v1/',0,'revision','',0),(3804,4,'2019-08-14 15:31:38','2019-08-14 20:31:38','','ResizeArtboard 10Gospel','','inherit','closed','closed','','resizeartboard-10gospel-2','','','2019-08-14 15:31:38','2019-08-14 20:31:38','',3773,'https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-10Gospel-1.jpg',0,'attachment','image/jpeg',0),(3805,13,'2019-08-14 15:31:42','2019-08-14 20:31:42','','Employee Engagement Conference Edit','','inherit','closed','closed','','employee-engagement-conference-edit','','','2019-08-14 15:31:42','2019-08-14 20:31:42','',3040,'https://buzz-caribbean.com/app/uploads/2019/08/Employee-Engagement-Conference-edit.jpg',0,'attachment','image/jpeg',0),(3806,21,'2019-08-14 15:32:29','2019-08-14 20:32:29','','Crying','','inherit','closed','closed','','crying','','','2019-08-14 15:32:29','2019-08-14 20:32:29','',547,'https://buzz-caribbean.com/app/uploads/2019/08/Crying.jpeg',0,'attachment','image/jpeg',0),(3807,26,'2019-08-14 15:33:07','2019-08-14 20:33:07','<!-- wp:image {\"id\":1228} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brittny1-1024x594.jpg\" alt=\"\" class=\"wp-image-1228\" /><figcaption>Brittny Newman</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny Newman is an architect by day, but outside office hours, she’s laying the foundations for a successful career in the music industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brittny\'s first single, <strong>What\'s Good</strong>, got great traction in the USA. The song entered the DRT Independent and Global Charts at the number 183 spot. It eventually topped out at number 57 after eight weeks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The second single for the R&amp;B artiste, <strong>Cuffing Season</strong>, has been receiving positive feedback on the Jamaican Market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1232} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Brittny-1-1024x684.jpg\" alt=\"\" class=\"wp-image-1232\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But, Brittny — who shares a child with reggae/dancehall artiste Christopher Martin — outlined that there are struggles associated with being a female act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For an upcoming female artiste, it is even harder, as people tend to gravitate easier and more quickly to male artistes. I\'ve now had to open up my life to the public in ways I never thought I could, and deal with a lot of criticism, be it negative positive or constructive,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year, the 24-year-old native of Mandeville in the parish of Manchester, signed a distribution deal with Sony Music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I’d like to be the female face of R&amp;B/Hip Hop for Jamaica\"</p><cite>— Brittny Jones</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":1234} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/no-logo-3-919x1024.jpg\" alt=\"\" class=\"wp-image-1234\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny started singing at an early age, competing in local talent shows and attaining both gold and bronze medals through her singing and dancing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has made public appearances across the globe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1238} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brittny-748x1024.jpeg\" alt=\"\" class=\"wp-image-1238\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said: “I’d like to be the female face of R&amp;B/Hip Hop for Jamaica, to put us on that platform, advocating clean, positive, timeless music that people can listen to for generations to come,  of course, incorporating aspects of my culture in it where I can.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Within Jamaica, I’d say I’m different from other female artists based on the brand/content I’m selling.&nbsp;Not only am I doing R&amp;B, but my music is more clean, serene and conscious than what we see now.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1239} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brit-no-logo-820x1024.jpg\" alt=\"\" class=\"wp-image-1239\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny listed\nDamion Marley, Popcaan, Protoje, Sean Paul, Shenseea and Beres Hammond as local\nartistes she would love to work with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>International artistes she would love to work with are Rihanna, Alicia Keys (who she grew up listening to), Erykah Badu, Ariana Grande and Drake.</p>\n<!-- /wp:paragraph -->','Brittny Newman dreams of being the next big thing in music','','inherit','closed','closed','','1225-revision-v1','','','2019-08-14 15:33:07','2019-08-14 20:33:07','',1225,'https://buzz-caribbean.com/article/1225-revision-v1/',0,'revision','',0),(3808,13,'2019-08-14 15:33:49','2019-08-14 20:33:49','','Frenchmen Weekend Edit','','inherit','closed','closed','','frenchmen-weekend-edit','','','2019-08-14 15:33:49','2019-08-14 20:33:49','',3061,'https://buzz-caribbean.com/app/uploads/2019/08/frenchmen-weekend-edit.jpg',0,'attachment','image/jpeg',0),(3809,4,'2019-08-14 15:46:29','2019-08-14 20:46:29','<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=EYLcdnDFOao\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=EYLcdnDFOao&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Tessellated to release EP soon, speaks about his work with Apple','','publish','closed','closed','','tessellated-to-release-ep-soon-speaks-about-his-work-with-apple','','','2019-08-21 09:51:18','2019-08-21 14:51:18','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=3809',0,'video','',0),(3810,13,'2019-08-14 15:37:22','2019-08-14 20:37:22','','International Food Safety Edit','','inherit','closed','closed','','international-food-safety-edit','','','2019-08-14 15:37:22','2019-08-14 20:37:22','',0,'https://buzz-caribbean.com/app/uploads/2019/08/International-food-safety-edit.jpg',0,'attachment','image/jpeg',0),(3811,14,'2019-08-14 15:40:22','2019-08-14 20:40:22','<!-- wp:paragraph -->\n<p>In the year 1920, the League of Nations officially recognised sovereignty for 86 countries across the world. Nearly 100 years later, and that number has swelled to 195 internationally recognised states.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Over the course of the last century, several groups and factions have revolted against their respective governments to declare a region “independent” and just like their ancestors before them, territorial disputes rage on across the globe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Countries below, highlighted in red, are currently caught up in territorial dispute</em>s</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":779} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/territorial-disputes-all-countries-1024x563.jpg\" alt=\"\" class=\"wp-image-779\" /><figcaption>A global map of all countries, including Jamaica, (in red) currently involved in territorial disputes (Photo: Brilliant Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You may have seen the new name of a country pop up on your atlas\nor Google search and wondered to yourself, “When did that happen?”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The United Nations (UN) recognises 195 sovereign countries, 193 of which are members, and two – the Holy See and the State of Palestine – being simply observer states.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But depending on whom you ask, by some definitions, there\nare 197 countries in the world – a number drawn when Taiwan and Kosovo are\nincluded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> presents eight countries you probably didn’t know existed*:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Abkhazia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":769} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/abkhazia-flag-1024x576.jpg\" alt=\"\" class=\"wp-image-769\" /><figcaption>Flag of Abkhazia (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>1.&nbsp;&nbsp;&nbsp; Abkhazia is a de facto and partially recognised republic on the eastern coast of the Black Sea, south of the Greater Caucasus mountains, in what is widely recognised as part of northwestern Georgia. The country, at 8,660 square kilometres, is nearly 80% of Jamaica’s size in comparison.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":771} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/abkhazia-on-world-map-1024x606.png\" alt=\"\" class=\"wp-image-771\" /><figcaption>The disputed areas of Abkhazia (left) and South Ossetia (centre) highlighted in lavender and orange stripes respectively (Photo: Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The unitary, semi-presidential republic – a sore point in Georgia-Russia relations after the dissolution of the Soviet Union – is contentiously recognised as a state by Russia, Venezuela, Nicaragua, Nauru, and Syria. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":774} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/krubera-cave-abkhazia-demo.jpg\" alt=\"\" class=\"wp-image-774\" /><figcaption>The Krubera Caves in Gagra, Abkhazia are the deepest in the world and a popular tourist attraction. (Photo: Fodors.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While Georgia lacks control over Abkhazia, the Georgian\ngovernment and most United Nations member states consider Abkhazia legally part\nof Georgia as of 2008, with Georgian constitution designating the area as the\nAutonomous Republic of Abkhazia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Kosovo</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":775} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/kosovo-flag-1024x683.png\" alt=\"\" class=\"wp-image-775\" /><figcaption>Kosovo flag (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>2.&nbsp;&nbsp; &nbsp;Kosovo is another European ‘country’, which\ndeclared its independence from Serbia in 2008. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Roughly the size of Jamaica at 10,908 square kilometers,\nKosovo is landlocked and located in the center of the Balkan Peninsula in\nsoutheast Europe. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":777} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/kosovo-map-1024x576.jpg\" alt=\"\" class=\"wp-image-777\" /><figcaption>Map of Kosovo and the other Balkan states (Photo: Frontiers of Freedom)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It has since gained diplomatic recognition as a sovereign\nstate by 102 United Nations member states. Serbia, the country contesting\nKosovo’s sovereignty has accepted its institutions and elected officials but\ncontinues to claim it as the Autonomous Province of Kosovo and Metohija.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":784} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/prishtina-city-center.jpg\" alt=\"\" class=\"wp-image-784\" /><figcaption>Prishtina, the capital of Kosovo in its glory (Photo: AdventurousTours.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Transnistria</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":786} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/transnistria-flag-1024x512.png\" alt=\"\" class=\"wp-image-786\" /><figcaption>Flag of Transnistria (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>3.&nbsp;&nbsp;&nbsp; Clocking in at\nabout 40 percent of Jamaica’s total area, Transnistria is a primarily\nunrecognised state that split from Moldova after the collapse of the Soviet\nUnion.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":790} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/transnistria-map.jpg\" alt=\"\" class=\"wp-image-790\" /><figcaption>Map of Transnistria and now resolved disputed territory Gagauzia (Photo: Euromaidan Press)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The territory mostly sits on a narrow strip of land between\nthe river Dniester and Ukraine – being only recognised only by Abkhazia,\nArtsakh, and South Ossetia. The region is considered by the UN and its member\nstates to be part of Moldova.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":791} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bender-fortress-transnistria-1024x615.jpg\" alt=\"\" class=\"wp-image-791\" /><figcaption>The Tighina Fortress in Bender, Transnistria\'s second-largest city (Photo: Connor Clyne, TsarExperience.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Somaliland</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":792} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/somaliland-flag-1024x512.png\" alt=\"\" class=\"wp-image-792\" /><figcaption>Flag of Somaliland (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>4.&nbsp;&nbsp;&nbsp; The republic of Somaliland is a self-declared state located in what is internationally recognised as northwest Somalia. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Its officials claimed the territory as an independent country in 1991 and the state reportedly spans parts of the borders with Ethiopia, Djibouti and Somalia to the east. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":796} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/somaliland-map-1024x576.jpg\" alt=\"\" class=\"wp-image-796\" /><figcaption>Map showing Somaliland and its neighbours (Photo: The New Arab)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With an area of 176,120 square kilometres, Somaliland\'s\nself-proclaimed independence remains unrecognised by any country or\ninternational organisation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":797} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/laas-geel-rock-cave-paintings.jpg\" alt=\"\" class=\"wp-image-797\" /><figcaption>The world-famous Laas Geel caves and its intricate rock paintings are a must-see for tourists (Photo: Theodore Hoffsten, Wikipedia Commons)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Artsakh</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":798} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/artsakh-1024x512.png\" alt=\"\" class=\"wp-image-798\" /><figcaption>Flag of Artsahk (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>5.&nbsp;&nbsp;&nbsp; Just larger than\nJamaica, Artsakh is a breakaway state in the South Caucasus that is\ninternationally recognized as part of Azerbaijan. The area has been under a\nperpetual ceasefire since 1994 and was a hotly contested territory from the\nearly 1920s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":799} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/artsakh-sights-1024x682.jpg\" alt=\"\" class=\"wp-image-799\" /><figcaption>The national pride of Artsakh, a grandiose pair of statues called \'We are Mountains\'. Known as Tatik Papik by locals, these structures are a tourist magnet. (Photo: Pinterest)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Republic of Artsakh is neither a member nor observer of the UN or any of its specialized agencies – and is only recognised as a state by fellow disputed territories Transnistria, Abkhazia and South Ossetia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":800} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/artsakh-waterfall-1024x681.jpg\" alt=\"\" class=\"wp-image-800\" /><figcaption>The famed \'Umbrella\' or Zontik waterfall in Muxtar, Artsakh (Photo: Pinterest)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>South Ossetia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>6. Georgia makes claim to another disputed territory on our list after South Ossetia declared itself independent in 1990.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":822} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/south-ossetia-flag-1024x512.png\" alt=\"\" class=\"wp-image-822\" /><figcaption>Flag of South Ossetia (Photo contributed, Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Also called the state of Alania, South Ossetia is a disputed\nterritory in the South Caucasus, in what is internationally recognised as\nnorthern Georgian territory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":823} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/south-ossetia-mountain-lake.jpg\" alt=\"\" class=\"wp-image-823\" /><figcaption>The beautiful mountain lake of Kelistba.   Fed by the Xanthi river, Lake Kelistba is 2925 meters high on a plateau in the Caucasus mountains. (Photo: TravelTourismBlog.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At 35 percent the size of Jamaica, South Ossetia is only\nrecoginsed as fully independent and autonomous by Russia, Nauru, Venezuela and\nNicaragua.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":824} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/south-ossetia-ksani-fortress.jpg\" alt=\"\" class=\"wp-image-824\" /><figcaption>The perfectly preserved Ksani fortress in South Ossetia, one of the country\'s many historical monuments. (Photo: TravelTourismBlog.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Luhansk People\'s Republic (LPR)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":826} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/lugansk-people-republic-flag-1024x683.png\" alt=\"\" class=\"wp-image-826\" /><figcaption>Flag of the  Luhansk People\'s Republic (LPR), (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>7.&nbsp;&nbsp;&nbsp; The Luhansk People\'s Republic (LPR) is a landlocked quasi-state in what is internationally recognised as part of eastern Ukraine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The LPR declared its independence in the aftermath of the 2014 revolution that swept Ukraine and is the stage of an armed conflict that rages on as at April 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":827} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/lugansk-people-republic-map.jpg\" alt=\"\" class=\"wp-image-827\" /><figcaption>Map of Ukraine highlighting its territorial disputes with Russia (Photo: Nationalia.info) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>No country or member state of the UN has recoginsed the\nLPR’s sovereignty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Sahrawi Republic </h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":829} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/sahrawi-republic-flag-1024x512.png\" alt=\"\" class=\"wp-image-829\" /><figcaption>Flag of the Sahrawi Arab Democratic Republic (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>8.&nbsp;&nbsp;&nbsp; The Sahrawi Republic, the 83rd largest country in the world, is a partially recognised state that claims the non-self-governing territory of Western Sahara. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interestingly enough, the Sahrawi Republic controls only the\neasternmost one-fifth of that territory, along the border with Mauritania. The\nSahrawi Republic was proclaimed independent in 1976, but its government\ncontrols about 20–25% of the territory it claims.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":830} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/western-sahara-conflict-map-1024x768.jpg\" alt=\"\" class=\"wp-image-830\" /><figcaption>Map of Western Sahara, showing areas of Morrocan control (in blue) and the territory being controlled by the Sahrawi Republic (in green) (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Sahrawi Republic maintains close diplomatic relations with 40 UN states and is a full member of the African Union (AU). The majority of the disputed lands of Western Sahara are governed in full or partly by Morocco in what is described as a ‘buffer zone’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":835} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/polisario-morocco-palace.jpg\" alt=\"\" class=\"wp-image-835\" /><figcaption>The Polisario Morrocan Palace in Western Sahara, the territory being disputed by the Sahrawi Republic (Photo: AllThatsInteresting.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>*(The term “existed” is used in this article in reference to countries that are not popularly known. We also acknowledge that these areas are heavily disputed, and not recognized by the international community, outside of supporting countries/territories.)</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you didn\'t know, all these countries are visa-free destinations for Jamaicans (but be careful)! For a list of all countries where this is possible, read our <a href=\"https://buzz-caribbean.com/?p=321\">BUZZ feature here</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Which \'new\' country surprised you the most? Let us know in the comments!</p>\n<!-- /wp:paragraph -->','Eight places in the world you never knew existed','','inherit','closed','closed','','762-revision-v1','','','2019-08-14 15:40:22','2019-08-14 20:40:22','',762,'https://buzz-caribbean.com/article/762-revision-v1/',0,'revision','',0),(3812,14,'2019-08-14 15:41:17','2019-08-14 20:41:17','<!-- wp:image {\"id\":755} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brushy1string-buzz-demo-1024x1024.jpg\" alt=\"\" class=\"wp-image-755\" /><figcaption>Jamaican bluesy Reggae artiste, Brushy1string (Photo: Kickstarter.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brushy1string, a Jamaican musician known for playing a\nguitar with one string, is calling on fans to support his latest venture of\nputting out new music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brushy told the world in a recent Instagram post that he is seeking US $10,000 to assist him and has launched a Kickstarter fund with several layers of pledges for persons to make.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These pledges can range anywhere from US$10 dollars to $1500 dollars for fans. The Reggae artiste has also included a suite of benefits per donation; starting from a couple of singles and a podcast, to dinner for two with the man himself in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As at Tuesday, July 30, with 19 days to go, the Kingston\nmusician has had 56 backers on his Kickstarter fund – totaling 20 percent of\nthe US$10,000 target.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":757} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brushy1string-kickstarter-buzz-1024x500.jpg\" alt=\"\" class=\"wp-image-757\" /><figcaption>Brushy1string\'s progress on his Kickstarter campaign, as at July 30 (Photo: Kickstarter.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The bluesy Reggae vocalist noted in his Kickstarter video that “the more support you give, the more music I can make”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It\'s very simple. At the end of the day, I hope this message reaches you. I thank you for taking a moment to read it,” Brushy1string added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brushy became a household name in Jamaica following his\nappearance on the popular talent competition Digicel Rising Stars. While he did not win, the acoustic artiste has managed to\ndevelop a musical career for himself that has seen him tour all over the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brushy is also known for his popular song <strong>Chicken In The Corn</strong> that has garnered over 26 million views on YouTube since it was uploaded in 2013. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=E8H-67ILaqc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=E8H-67ILaqc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>He has since released several tracks and albums and now wants to further his craft with the support of his fans worldwide. Persons wishing to back Brushy1string in his Kickstarter campaign can do so <a href=\"https://www.kickstarter.com/projects/brushyonestring/brushy-one-string-a-new-album-for-the-people?ref=cp1noz\">here</a>.</p>\n<!-- /wp:paragraph -->','Brushy1string launches Kickstarter to fund new album','','inherit','closed','closed','','648-revision-v1','','','2019-08-14 15:41:17','2019-08-14 20:41:17','',648,'https://buzz-caribbean.com/article/648-revision-v1/',0,'revision','',0),(3813,21,'2019-08-14 15:41:39','2019-08-14 20:41:39','','Cry Together','','inherit','closed','closed','','cry-together','','','2019-08-14 15:41:39','2019-08-14 20:41:39','',547,'https://buzz-caribbean.com/app/uploads/2019/07/Cry-Together.jpg',0,'attachment','image/jpeg',0),(3814,14,'2019-08-14 15:42:04','2019-08-14 20:42:04','<!-- wp:image {\"id\":646,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jaevion-nelson-jflag-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-646\" /><figcaption>(Jaevion Nelson, Executive Director of the Jamaica Forum for Lesbians, All-Sexuals and Gays [J-FLAG] (Photo: YouTube)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The need for safe, open spaces to meet and interact without fear of violence or discrimination still rank high for members of the local Lesbian, Gay, Bisexual, and Transgender (LGBT) community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The issue came to the fore as Jamaica observed its fifth\nannual Pride celebrations earlier this month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Executive Director for the Jamaica Forum for Lesbians, All-Sexuals, and Gays (J-FLAG) Jaevion Nelson, safe, open spaces are important as many LGBT Jamaicans do not have that basic privilege – marred by discrimination, violence, and rejection in most instances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nelson, in an interview with <strong>BUZZ</strong>, noted with concern that only during the annual Pride celebrations does the community get a chance to breathe, far away from the widespread homophobia that permeates Jamaican society.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The LGBT community has always looked forward to Pride activities\nand I think [Pride has] really played an important part in how people\nunderstand themselves and the kind of spaces they get to celebrate, find\ncommunity and friends,” Nelson explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A number of people don’t have access to such spaces on a\nroutine basis,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the meantime, as J-FLAG resumes the rebuilding effort, Nelson\nmaintained that despite the challenges, it knows the needs of the LGBT\ncommunity are great and so, even without a headquarters just now, the\norganization has moved full-steam ahead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve continued the work we’ve been doing with a wide range of stakeholders to ensure that we improve the human rights situation in Jamaica for people who are LGBT; and to ensure that they can have access to services and the support they need to address different challenges they may be facing,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The transition has not been entirely smooth, Nelson posited,\nas the lack of a physical space in which to coordinate, plan and execute key\nfunctions have been affected by the destruction of the Rainbow House in December\n2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, as best as humanly possible, J-FLAG is assuring the LGBT community that it remains unmoved in its efforts to have their needs addressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve continued the work we’ve been doing with a wide range of stakeholders to ensure that we improve the human rights situation in Jamaica for people who are LGBT and to ensure that they can have access to services and the support they need to address different challenges they may be facing,” Nelson told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','LGBT community pushing for safe spaces','','inherit','closed','closed','','644-revision-v1','','','2019-08-14 15:42:04','2019-08-14 20:42:04','',644,'https://buzz-caribbean.com/article/644-revision-v1/',0,'revision','',0),(3815,13,'2019-08-14 15:42:11','2019-08-14 20:42:11','','Jamaica Family Fun Fest Edit','','inherit','closed','closed','','jamaica-family-fun-fest-edit','','','2019-08-14 15:42:11','2019-08-14 20:42:11','',861,'https://buzz-caribbean.com/app/uploads/2019/08/Jamaica-Family-Fun-Fest-edit.jpg',0,'attachment','image/jpeg',0),(3816,14,'2019-08-14 15:45:01','2019-08-14 20:45:01','<!-- wp:paragraph -->\n<p>Jik-Reuben Pringle is a 27-year-old Jamaican photographer, who is known for his captivating story-telling portraits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":582} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-1.jpg\" alt=\"\" class=\"wp-image-582\" /><figcaption>The \'Visual Ninja\' himself (Photo: Jik-Reuben Pringle)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Personally, photography is an important channel of\ncommunicating. Not everyone can feel from just reading but [people] definitely\nget sparked or triggered from a visual representation of a message,” he\nexplained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":583} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-2.jpg\" alt=\"\" class=\"wp-image-583\" /><figcaption>The award-winning \'Sun and Moon Eclipse\' piece (Photo: Jik-Reuben Pringle)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pringle is hailed as a ‘visual advocate’ due to his unique, bold representation of illnesses through photography.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Known in the local creative spaces as the \'Visual Ninja\', Jik-Reuben recently finished his <strong>Made for More</strong> project with Davian Bennett, which was lauded for exceptionally tackling Endometriosis and other societal topics. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":585} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-3.jpg\" alt=\"\" class=\"wp-image-585\" /><figcaption>Jik-Reuben\'s DOMZ piece (Photo: Jik-Reuben Pringle) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He is currently working with Sanshegay Peart (S.A.C.E) on a project/documentary to bring awareness to a rare bone disease called Osteogenesis Imprefecta.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":584} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-4.jpg\" alt=\"\" class=\"wp-image-584\" /><figcaption> Sanshegay Peart (S.A.C.E) stands as Jik-Reuben\'s muse as the pair bring awareness to Osteogenesis Imperfecta (Photo: Jik-Reuben Pringle)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“My influences definitely move from various places, music, artists and even family members, some of the primary ones are members of the Reggae Revival. I love pulling references from documentaries, other art forms, such as writing, paints, and illustrations,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He named two recent influences, Justice Mukheli and Andre D.\nWagner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I did always peep the works of Ansel Adams, Gordon Parks\nand my mentor lizzy brown (yes in all lower case, that’s her vibe). It was in\nplanning for that project I discovered how I could use portraits to uplift and\nhighlight the black woman.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is currently working on a potential 10-year anniversary\npiece that will go on exhibit in October 2020.</p>\n<!-- /wp:paragraph -->','\'Visual Ninja\': Compelling stories through photography','','inherit','closed','closed','','581-revision-v1','','','2019-08-14 15:45:01','2019-08-14 20:45:01','',581,'https://buzz-caribbean.com/article/581-revision-v1/',0,'revision','',0),(3817,14,'2019-08-14 15:45:22','2019-08-14 20:45:22','<!-- wp:paragraph -->\n<p>Jik-Reuben Pringle is a 27-year-old Jamaican photographer, who is known for his captivating story-telling portraits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":582} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-1.jpg\" alt=\"\" class=\"wp-image-582\" /><figcaption>The \'Visual Ninja\' himself (Photo: Jik-Reuben Pringle)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Personally, photography is an important channel of\ncommunicating. Not everyone can feel from just reading but [people] definitely\nget sparked or triggered from a visual representation of a message,” he\nexplained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":583} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-2.jpg\" alt=\"\" class=\"wp-image-583\" /><figcaption>The award-winning \'Sun and Moon Eclipse\' piece (Photo: Jik-Reuben Pringle)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pringle is hailed as a ‘visual advocate’ due to his unique, bold representation of illnesses through photography.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Known in the local creative spaces as the \'Visual Ninja\', Jik-Reuben recently finished his <strong>Made for More</strong> project with Davian Bennett, which was lauded for exceptionally tackling Endometriosis and other societal topics. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":585} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-3.jpg\" alt=\"\" class=\"wp-image-585\" /><figcaption>Jik-Reuben\'s DOMZ piece (Photo: Jik-Reuben Pringle) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He is currently working with Sanshegay Peart (S.A.C.E) on a project/documentary to bring awareness to a rare bone disease called Osteogenesis Imprefecta.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":584} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-4.jpg\" alt=\"\" class=\"wp-image-584\" /><figcaption> Sanshegay Peart (S.A.C.E) stands as Jik-Reuben\'s muse as the pair bring awareness to Osteogenesis Imperfecta (Photo: Jik-Reuben Pringle)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“My influences definitely move from various places, music, artists and even family members, some of the primary ones are members of the Reggae Revival. I love pulling references from documentaries, other art forms, such as writing, paints, and illustrations,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He named two recent influences, Justice Mukheli and Andre D.\nWagner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I did always peep the works of Ansel Adams, Gordon Parks and my mentor lizzy brown (yes in all lower case, that’s her vibe). It was in planning for that project I discovered how I could use portraits to uplift and highlight the black woman.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pringle is currently working on a potential 10-year anniversary piece that will go on exhibit in October 2020.</p>\n<!-- /wp:paragraph -->','\'Visual Ninja\': Compelling stories through photography','','inherit','closed','closed','','581-revision-v1','','','2019-08-14 15:45:22','2019-08-14 20:45:22','',581,'https://buzz-caribbean.com/article/581-revision-v1/',0,'revision','',0),(3819,21,'2019-08-14 15:46:24','2019-08-14 20:46:24','','Dating Friends Ex Girlfriend','','inherit','closed','closed','','dating-friends-ex-girlfriend','','','2019-08-14 15:46:24','2019-08-14 20:46:24','',547,'https://buzz-caribbean.com/app/uploads/2019/07/Dating-friends-ex-girlfriend.jpg',0,'attachment','image/jpeg',0),(3820,14,'2019-08-14 15:46:25','2019-08-14 20:46:25','<!-- wp:image {\"id\":561} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/dunns-river-demo-1024x575.jpg\" alt=\"\" class=\"wp-image-561\" /><figcaption>Dunn\'s River falls (Photo: TravelJamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It may be the heat or the natural allure of the Dunn\'s River Falls and Park, but people have been flocking to the attraction in droves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dunn\'s River, which is dubbed Jamaica\'s most popular attraction, has seen a huge surge in attendance since the start of the 2019 summer season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":568} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/dunns-river-splash-pad-demo-1024x461.jpg\" alt=\"\" class=\"wp-image-568\" /><figcaption>The kid-friendly \'Splash Pad\' at the Dunn\'s River Falls and Park (Photo: Urban Development Corporation [UDC])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Winding queues of people, locals and tourists alike, have been a mainstay at the attraction as vast numbers of patrons wait anxiously to gain access to the facility. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On any given day the lines are lengthy, but the situation escalates on weekends as well as holidays, with the park usually brimming at maximum capacity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As one of Jamaica\'s biggest tourist magnets, Dunn’s River Falls rises from the hills overlooking Ocho Rios and empties into the alluring Caribbean Sea.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Patrons looking to enjoy the sights and experiences of Dunn’s River Falls and Park should be pleased to note that some work is expected to be done to further improve the aesthetics of the iconic location. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These improvements will include new changing rooms, shops, a VIP entrance and rehabilitation of the craft market.&nbsp;</p>\n<!-- /wp:paragraph -->','Visits to Dunn’s River spike in time for summer','','inherit','closed','closed','','560-revision-v1','','','2019-08-14 15:46:25','2019-08-14 20:46:25','',560,'https://buzz-caribbean.com/article/560-revision-v1/',0,'revision','',0),(3821,14,'2019-08-14 15:47:58','2019-08-14 20:47:58','<!-- wp:image {\"id\":551} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/koffee-official-1024x683.jpg\" alt=\"\" class=\"wp-image-551\" /><figcaption>Koffee (Photo: OriginalKoffee.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fast-rising Reggae sensation Koffee was in her element\nrecently when she stepped out and performed on the Jimmy Kimmel Live! show in\nthe US.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Spanish Town lyricist electrified the set with the\nbreakthrough hit <strong><em>Toast</em></strong>, backed by her own live band.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From the looks of the party-style audience that witnessed,\nthe entire performance was epic!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See Koffee’s performance in the video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=9BtonHilG0E\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=9BtonHilG0E\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Since Koffee\'s breakthrough hit in 2018, the young Jamaican\nact has taken the industry and the world by storm. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":549} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/koffee-backstage-jimmy-kimmel-live-1.jpg\" alt=\"\" class=\"wp-image-549\" /><figcaption>Koffee backstage during her set Jimmy Kimmel Live! (Photo: Twitter @JimmyKimmelLive)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She released her debut EP, <strong><em>Rapture</em></strong>, earlier in March\nto great acclaim, and has been holding strong on the charts. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since then, Koffee, alongside Chronixx, has done a remix to Ed Sheeran’s smash hit <strong><em>I Don’t Care</em></strong> – and according to the rumour mill, she will be a writer on Rihanna\'s upcoming album.</p>\n<!-- /wp:paragraph -->','Koffee gives big performance on Jimmy Kimmel Live!','','inherit','closed','closed','','542-revision-v1','','','2019-08-14 15:47:58','2019-08-14 20:47:58','',542,'https://buzz-caribbean.com/article/542-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (3822,14,'2019-08-14 15:50:22','2019-08-14 20:50:22','<!-- wp:image {\"id\":3403} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3403\" /><figcaption>A shrine being taken over by shrubbery at the Calvary Cemetery in Kingston (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Since its establishment in the 17th century, Kingston and its citizens have for many years interred the dead in cemeteries across the city.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cemeteries, from\nthe viewpoint of many, are morbid reminders of death and sadness – the final\nstop in paying respects with one’s hope to never set foot in another.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3406} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-7-1024x683.jpg\" alt=\"\" class=\"wp-image-3406\" /><figcaption>A mausoleum for one of Jamaica\'s founding families, the Issas, at the Calvary Cemetery has seen better days as the facility has been repeatedly vandalised and left without upkeep.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, <strong>BUZZ</strong> is of the unpopular opinion that there is no greater teacher of past experiences than a cemetery. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Luckily for us (and you), sections of Kingston are still perfectly preserved in time, as the dead refuses none who wish to learn.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With over 150 years as the capital of Jamaica, Kingston has seen its fair share of tragedies and disasters; the deaths arising from these, range in the thousands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3402} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/destoryed-rail-in-jamaica-buzz-demo.jpg\" alt=\"\" class=\"wp-image-3402\" /><figcaption>Devastating imagery in the wake of the 1907 earthquake that levelled much of Kingston (Photo: Allen Morrison, National Libray of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The welcoming silence of a cemetery makes the skin of some crawl with fear and uncertainty – fuelled by decades of ‘duppy stories’ – Kingston\'s cemeteries hold some of the world\'s most interesting histories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3408} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-12-1024x576.jpg\" alt=\"\" class=\"wp-image-3408\" /><figcaption>Overgrown bushes take more prominence at Kingston\'s largest cemetery, May Pen (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Old Jewish Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Arguably holding the distinction of being the oldest in the island, and the oldest of its kind in the Western Hemisphere, the Old Jewish cemetery can be found at 1 Hunt’s Bay Road in St. Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3410} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-19-1024x683.jpg\" alt=\"\" class=\"wp-image-3410\" /><figcaption>Reminiscent of its aged history, sections of the Old Jewish Cemetery have been crumbling (Photo: TheDailyBeast.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the latter part of the 17th century, when Port Royal was a bustling metropolis and the commercial hub of the British Caribbean, the thriving  Jewish community dedicated a cemetery for the final rites and rituals of its people to be performed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many of those tombs are still preserved at the Old Jewish Cemetery, bearing inscriptions in three languages: &nbsp;Portuguese, Hebrew, and English.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3412} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-17.jpg\" alt=\"\" class=\"wp-image-3412\" /><figcaption>A tombstone bearing Portuguese and the signature skull and crossbones inscriptions at the Old Jewish Cemetery (Photo: The Jewish Star)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many of the remaining Jewish tombstones either bear ornately chiselled rose and hourglasses, trees being cut down by a hand bearing an axe, or a skull and crossbones. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After the devastating Port Royal earthquake of 1692, Jewish burials continued for a few more years into the 18th century, with the last tomb belonging to Moses Ferro – bearing the date 1771. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Old Naval Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":3457} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-2-1024x576.jpg\" alt=\"\" class=\"wp-image-3457\" /><figcaption>A memorial at the Old Naval Cemetery (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Built on top of what remains from a much older cemetery, the Old Naval Cemetery was put into commission by the British around 1742.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The facility, found just outside of the sleepy town of Port Royal, was constructed in the aftermath of the former city sinking under the sea during the devastating 1692 earthquake.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Victims of the deadly Yellow Fever epidemics that plagued Kingston in the 18th and 19th centuries are also buried at the Old Naval Cemetery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3455} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-6-1024x576.jpg\" alt=\"\" class=\"wp-image-3455\" /><figcaption>The sea has begun reclaiming sections of the Old Naval Cemetery in Port Royal. These grave markers, shown submerged and nearly covered in mangroves, are some of the victims from the 1692 earthquake (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>More recently, efforts to conserve the location\'s rich history have come under threat as the Kingston Harbour reclaims sections of the cemetery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>St. Andrew Parish Church</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The second oldest\ncemetery within Kingston can be found on the grounds of the St. Andrew Parish\nChurch, built in 1664. With over 7,000 burials on the 8 ¼ acres, this cemetery\nis the largest private facility of its kind on the island in continual\nuse.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3426} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-21-1024x768.jpg\" alt=\"\" class=\"wp-image-3426\" /><figcaption>Kingston\'s second-oldest cemetery can be found on the ground of the St. Andrew Parish Chruch (Photo: TravelNotes.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Interred there are\nthe remains of historic figures including Archbishop Enos Nuttall, the first\nArchbishop of the West Indies after whom the Nuttall Hospital in Kingston is\nnamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3428} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-20-1024x768.jpg\" alt=\"\" class=\"wp-image-3428\" /><figcaption>A section of the historic St. Andrew Parish Church cemetery (Photo: TravelNotes.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It stands to this\nday as a popular internment plot for Kingston’s affluent – and is a prized\nfocal point of interest for genealogists, historians, researchers and archaeologists\nwho seek insight into personalities of the past, customs and culture over the\nlast 350 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>May Pen Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Kingston’s most famous (or infamous in equally as many eyes) cemetery, the May Pen Cemetery, can easily be seen from the busy Spanish Town Road thoroughfare that cuts adjacent to the massive property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3440} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-22-1024x456.png\" alt=\"\" class=\"wp-image-3440\" /><figcaption>Entrance to the May Pen Cemetery in Kingston (Photo: Jamaican Ancestral Records) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As one of the oldest public cemeteries in the Caribbean, the May Pen Cemetery is one of the only burial sites where persons of all nationalities, races, religions and faiths are interred.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3458} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-11-1024x576.jpg\" alt=\"\" class=\"wp-image-3458\" /><figcaption>The final resting place of iconic Jamaican cricketer, Oneil \'Collie\' Smith at the May Pen Cemetery in Kingston (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Established on 200 acres of the derelict Littleworth Race Course in 1851, burials began some years afterwards according to ‘Law 21’ of 1874. By then, May Pen Cemetery was the most popular burial site of its kind in the Caribbean – with partitions and special plots called ‘grounds’ reserved for several Christian denominations, Jews, Muslims and others from across Europe (English, Spanish, French, Irish, German and Portuguese) who called Jamaica home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3442} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-10-1024x576.jpg\" alt=\"\" class=\"wp-image-3442\" /><figcaption>A Dutch tombstone in memoriam to Che van Beaumont, who died in 1937, stands perfectly preserved among the rubble at the May Pen Cemetery (Photo:  Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Importantly, a section was deemed the \'Pauper Ground\', for the burial of the poor and indigent. There was even a section for victims of cholera, which affected Jamaica periodically back then, with the largest outbreak occurring in the early 1850s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the advent of\nKingston’s well-to-do elites leaving the downtown district for the cool hills\nof St. Andrew, the May Pen Cemetery was frowned upon and largely reduced to a\npauper’s plot. So much so was this stigma that by 1905, nearly 76% of all\npersons buried there were classified as ‘poor and indigent’.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3459} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-13-1024x576.jpg\" alt=\"\" class=\"wp-image-3459\" /><figcaption>Iconic Reggae pioneer, Cecil \"Prince Buster\" Campbell is one of many notable Jamaicans buried on May Pen Cemetery\'s massive grounds (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There have been recent attempts to resurrect May Pen Cemetery to its former glory, as records show many influential Jamaicans including pioneering musician and trombonist Don Drummond (<strong>BUZZ</strong> has learned his remains were moved recently).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Calvary Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":3443} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-3443\" /><figcaption>The entrance to Calvary Cemetery (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the other side\nof Kingston, Calvary Cemetery, sprawled along Slipe Pen and Lyndhurst roads\ncame into existence in the late 1800s. Some records obtained show one of the\nfirst burials, Rose Escoffery, taking place in the 1880s. Burials at the quiet\nand scenic Calvary Cemetery are still common today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Brigg\'s Park</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":3446} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-23-1024x397.png\" alt=\"\" class=\"wp-image-3446\" /><figcaption>The entrance to Brigg\'s Park, Jamaica\'s only military cemetery, is restricted (Photo: Jamaican Ancestry Records)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Briggs\' Park, the\nonly military cemetery on the island, has been a part of the Jamaica Defence\nForce\'s (JDF) Up Park Pen (now Up Park Camp) estate since 1900. The JDF also\nhouses a special cemetery at its Newcastle Training Depot since the late 1800s\nfor soldiers and recruits alike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Chinese Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Chinese\nCemetery along Waltham Park Road in Kingston is the largest single burial\nground of its kind in the English-speaking Caribbean for Chinese nationals and\ntheir descendants.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3447} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-15-1024x768.jpg\" alt=\"\" class=\"wp-image-3447\" /><figcaption>The largest single burial ground for Chinese and their descendants is found in Kingston. (Photo: Chinese Benevolent Association)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With burials\nstarting in 1912, to date, over 3,600 persons have been interred at the\n11.5-acre property – managed and maintained by the Chinese Benevolent\nAssociation (CBA).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like many other\ncemeteries in the city, the Chinese Cemetery has endured periods of upkeep and\ndisrepair over the 100+ years it has existed – coming into being after the\ngreat 1907 earthquake that levelled much of Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3449} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-14.jpg\" alt=\"\" class=\"wp-image-3449\" /><figcaption>Daniel Lee, one of thousands of Chinese and Jamaican-Chinese descendants finds his final resting place along Waltham Park Road (Photo: Chinese Benevolent Association)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>National Heroes Park</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Officially designated a botanical garden, National Heroes Park is the last stop in Kingston on our <strong>BUZZ</strong> cemetery tour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3451} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-24-1024x683.jpg\" alt=\"\" class=\"wp-image-3451\" /><figcaption>Attention! The Jamaica Defence Force\'s Guard of Honour stands unwaveringly at the entrance to the National Heroes Park in Kingston (Photo: Uncommon Caribbean)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As the largest open space on the island, the park’s 50 acres also serves as the final resting place for several notable Jamaican figures, including founding fathers Norman Manley and Alexander Bustamante; freedom fighters Marcus Garvey, Paul Bogle, Sam Sharpe, and George William Gordon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3462} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-27-1024x768.jpg\" alt=\"\" class=\"wp-image-3462\" /><figcaption>The tomb of National Hero Norman Manley in Kingston (Photo contributed: Flickr)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Established in 1783, the park, originally a race track called Kingston Race Course – renamed to what stands after Jamaica’s independence in 1962 – is also the last resting place of other past Prime Ministers, athletes, entertainers, poets, sculptors and painters, and even mass fire victims.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3464} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-28-1024x683.jpg\" alt=\"\" class=\"wp-image-3464\" /><figcaption>The final resting place of Jamaica\'s first National Hero, Marcus Garvey (Photo: Atlanta Black Star)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With the exception of Briggs’ Park and the St. Andrew Parish Church, all the above-mentioned cemeteries are open to the public and available for tours.</p>\n<!-- /wp:paragraph -->','Cemeteries: A silent journey through Kingston\'s past','','inherit','closed','closed','','500-revision-v1','','','2019-08-14 15:50:22','2019-08-14 20:50:22','',500,'https://buzz-caribbean.com/article/500-revision-v1/',0,'revision','',0),(3823,14,'2019-08-14 15:51:10','2019-08-14 20:51:10','<!-- wp:image {\"id\":458} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/chris-gayle-jose-mourinho-photo-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-458\" /><figcaption>Jamaican all-round cricketer Chris Gayle (pictured left) poses with Portuguese football coach José Mourinho (second from right) at an undisclosed location (Photo: Instagram @ChrisGayle333)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It seems Chris Gayle is enjoying life, to say the least. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Just days after a court in Australia rejected an appeal from Fairfax Media, a consortium Gayle had sued and won, he was snapped hanging with football coach Jose Mourinho.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It would seem Gayle is in a good mood after a court ruling\nwhich will see the Jamaican all-rounder receive over JMD $29 million after he\nsued the newspaper for defamation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was alleged that he had exposed himself to a massage\ntherapist, but the courts did not find enough evidence to prove the incident,\nand instead ruled in favour of the talismanic Jamaican batsman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gayle, on July 13 sent Instagram into a frenzy after he posted a cool photo with Mourinho and two others along the side of a helicopter with the caption, \"We out for some fresh air\". </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bz2pcj5lpik/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bz2pcj5lpik/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The apparent pilot of the craft was also in the photo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both men were also pictured leaving the British Grand Prix on July 14 in England, where it seemed they both enjoyed the thrills and sights of racing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gayle, by all accounts, is in full recovery mode as he just\nplayed in his last Cricket World Cup. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The swashbuckling lefthander, however, did not have the sort of tournament many would have expected but still, the Jamaican has left behind an enviable legacy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This photographed encounter is not the first time that Gayle and Mourinho have rubbed shoulders as the pair were captured in 2017 bumping into each other.</p>\n<!-- /wp:paragraph -->','‘Universe Boss’ hangs with Mourinho days after collecting millions','','inherit','closed','closed','','444-revision-v1','','','2019-08-14 15:51:10','2019-08-14 20:51:10','',444,'https://buzz-caribbean.com/article/444-revision-v1/',0,'revision','',0),(3824,14,'2019-08-14 15:51:54','2019-08-14 20:51:54','<!-- wp:image {\"id\":477} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrea-dempster-chung-kingston-creative.jpg\" alt=\"\" class=\"wp-image-477\" /><figcaption>Co-Founder of the Kingston Creative movement Andrea Dempster-Chung (right) addressing the media at the ever-growing artwalk in June (Photo: HautePeople.net)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After years of asking, art lovers and culture enthusiasts in Kingston will finally have something to celebrate come 2020, as an inaugural festival is set to put the downtown business and shopping districts on a dazzling showcase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is according to Executive Director of the Kingston Creative Andrea Dempster-Chung, who in an interview with <strong>BUZZ</strong> on Sunday, June 30, gave us the scoop on what’s to come.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dempster-Chung assured that the creative fanfare artists and citizens have been yearning for will be fed through the inaugural Kingston International Festival.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“[We are] bringing everybody to Kingston to see our culture. Ten days of film, visual art, dance; put on [in] collaboration with Calabash, GATFFEST, JAFTA. We’re doing a showcase collectively and that will all be in downtown Kingston to stimulate the economy,” Dempster-Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Young artists also get more love from the Kingston Creative as Dempster-Chung indicated that a creative hub, as well as incubator and business accelerator programmes are also set to be launched in the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Now\nwe’re at a stage where we really can start making moves. What does the creative\necosystem [in Jamaica] need? What training, development, spaces, loans, venture\ncapital do they need?” Dempster-Chung asked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nKingston Creative will be launching the hub at its headquarters and the\nbirthplace of the movement, F&amp;B Downtown on Harbour Street – with satellite\nstudios for dancers, podcasters and other talents to be set up across the lower\ndistricts of the city.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So there’s a co-working space that\'s going to open right upstairs and then there are other additional spaces that are going to be leased. An up-and-coming creative should be able to get access to everything they need to get their [creative] game from here to here,” she explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There’s also a business accelerator, where a selected cohort of creatives is going to be run through a series of educational and development workshops so that they get the training they need to go global,” Dempster-Chung also told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To\nthis end, by driving entrepreneurship and training activities, Dempster-Chung,\nand the wider Kingston Creative aim for downtown to rightfully become an\nartistic and cultural hub.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong>, Dempster-Chung said as the global creative industry generates an eye-watering US$2.25 trillion every year, the Kingston Creative is making the necessary steps to foster growth and training locally.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We can’t just paint the walls, we can’t just paint the surface, we have to deal with our own creatives; getting them to level up and that’s what Kingston Creative is about,” the Kingston Creative co-founder posited.</p>\n<!-- /wp:paragraph -->','Kingston eyeing its own international arts/culture festival for 2020','','inherit','closed','closed','','440-revision-v1','','','2019-08-14 15:51:54','2019-08-14 20:51:54','',440,'https://buzz-caribbean.com/article/440-revision-v1/',0,'revision','',0),(3825,21,'2019-08-14 15:52:21','2019-08-14 20:52:21','<!-- wp:paragraph -->\n<p>Check this out: in 2015 you stopped dating Tyrone because he could not control the one-eyed snake that was slithering around in his trousers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3798} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/men-cheating-1024x575.jpg\" alt=\"\" class=\"wp-image-3798\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So after a year and a string of broken promises, you called it quits and gathered your best friend and a tub of ice cream to bawl, commiserate and watch Lifetime movies together as you both cuss out every male for being a furry four-legged creature that pees on fire hydrants and shags every available woman as if marking their territory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As time heals all wounds, you eventually dusted yourself off, got a new hot hairstyle and an even newer and hotter beau and moved on. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fast forward to present day and your bestie called you up to say she is coming over to talk. That bubbly gut feeling in the pit of your stomach said whatever she is coming with is not going to be good. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After much hand wringing, she finally blurted out that she was dating Tyrone your ex and she actually wants your blessing, suggesting that maybe some time soon you can all double date! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your initial reaction is to tell her every choice fabric that Pings and Pablo’s sells as she is the first cousin to Judas Iscariot, but then you stop to think: do you really have the right to curse her out? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Granted she should have levelled with you about her interest in him but since she did not, what can you really do about the situation? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You can most definitely run her out of your home and out of your life in addition to calling her every vile and disgusting name you can find in the dictionary and even some that have not made it in there as yet. But after venting, does it change anything? Not really.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While she may be a homie hopper, can you really throw away years of friendship over a man who is not even your man anymore? Before you can consider any of that you need to examine if she really violated the friendship by dating your ex? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you cut her off and declare war on social media or do you take time to lick your wounds and realise that your past relationship is always just that - the past.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some will say yes it was disrespectful on her part as she is putting her desire for a man thought to be off-limit over your friendship, hence she probably was never a true friend to begin with.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In short, it is a betrayal of your trust. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A real friend would not put themselves in a position that would lead to dating the ex-lover of someone they called a sister. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, others will argue that once that relationship ended, he was fair game. As long as she was not dating him when you guys were together, nothing is wrong with her seeing someone you once had a relationship with. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We would all want a ‘kumbaya’ moment, but the reality is a different matter. First of all, there will be awkwardness when you all have to cross paths. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Is he allowed to tag along to parties and events or will it be an unspoken rule for her to just not bring him around you? &nbsp;Also, he now has intimate knowledge of both you and your friend in the bedroom and you may wonder if he does the comparisons in his head! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is easy to say it would not be a problem but for most women, there are too many untenable factors at play to make it a situation to which they can truly say they are okay with it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>— Story written by C.W.</em><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Would you date your friend <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','Is it ok to date your friend’s ex?','','inherit','closed','closed','','547-revision-v1','','','2019-08-14 15:52:21','2019-08-14 20:52:21','',547,'https://buzz-caribbean.com/article/547-revision-v1/',0,'revision','',0),(3826,9,'2019-08-14 15:52:28','2019-08-14 20:52:28','','SKN-Moves-new-MMJ07392','','inherit','closed','closed','','skn-moves-new-mmj07392','','','2019-08-14 15:52:28','2019-08-14 20:52:28','',2510,'https://buzz-caribbean.com/app/uploads/2019/08/SKN-Moves-new-MMJ07392.jpg',0,'attachment','image/jpeg',0),(3827,14,'2019-08-14 15:52:40','2019-08-14 20:52:40','<!-- wp:image {\"id\":412} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz2-1024x614.jpg\" alt=\"\" class=\"wp-image-412\" /><figcaption>(from left) Fine art photographers Cheryl Hylton, Dane Hucey and Ulrick Lawrence. (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaicans are slowly gaining a greater appreciation for professional photography, a prospect that could see an explosion in creative spaces for local artists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such group\nencouraged by the rise in interest is ‘<em>The Trio</em>’, which unveiled\nits&nbsp;<strong><em>Combined Perspectives</em></strong>&nbsp;collection for the first time\non Sunday, June 30, during the Kingston Creative Artwalk in downtown.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an interview with&nbsp;<strong>BUZZ</strong>, Trio members and fine art photographers Cheryl Hylton, Dane Hucey and Ulrick Lawrence, noted that Jamaica’s change in attitudes bodes well for younger and more experienced talents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hylton told&nbsp;<strong>BUZZ</strong>&nbsp;that&nbsp;<em><strong>Combined Perspectives</strong></em>&nbsp;was an intrinsic display of The Trio’s journey into photography.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":415} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz3-1024x614.jpg\" alt=\"\" class=\"wp-image-415\" /><figcaption>Some of the pieces from \'The Trio\' during its Combined Perspectives visual exhibition at the Kingston Creative Artwalk, downtown. (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We share a passion [for] photography. It’s a passion that has taken us all on individual journeys that have intersected, and we decided to put together an eclectic collection of art that represents each of us,” Hylton told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “If you look around, you’re going to find pieces that depict nature, slices of life and there’s digital art, which [is] derived from actual photographs”  </p><cite>Cheryl Hylton</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Trio said their\nexhibition was well received by art lovers, and while the group had initially\njoined the artwalk just for the exposure, the attention they received hints at\nthe start of a change in attitudes towards the profession.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":479} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz4.jpg\" alt=\"\" class=\"wp-image-479\" /><figcaption>More from The Trio\'s Combined Perspectives collection (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It’s been a good morning so far, we\'ve gotten a lot of buzz. We actually had an overwhelming response, a lot of people came in and two pieces have already been sold,” Hylton beamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We didn’t really come here with the intention of selling, we came for the exposure and [to promote] awareness and to bring our careers to another level,” Hylton, now a full-time photographer, told&nbsp;<strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":416} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/the-trio-kgnartwalk-jun30-buzz1-1024x614.jpg\" alt=\"\" class=\"wp-image-416\" /><figcaption>Cheryl Hylton speaking with BUZZ in June (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Members of The Trio,\nall a part of the Jamaica Photography Society, trace their artistic roots to\nchildhood and have been working together as a group for over five years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Combined Perspectives</em></strong><em>&nbsp;</em>was a visual treat for scores of patrons, who feasted their eyes on the powerful photographic display of beauty in the mundane, daily lives of Jamaicans across the island. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3020} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/the-trio-kgnartwalk-jun30-buzz5-1024x683.jpg\" alt=\"\" class=\"wp-image-3020\" /><figcaption>More imagery from Combined Perspectives (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Trio\'s collection was also heavily inspired by nature – sprinkled with digital art and some of the country’s lesser-known, hidden gems.</p>\n<!-- /wp:paragraph -->','Finally! \'Trio\' revels in greater interest in photography','','inherit','closed','closed','','405-revision-v1','','','2019-08-14 15:52:40','2019-08-14 20:52:40','',405,'https://buzz-caribbean.com/article/405-revision-v1/',0,'revision','',0),(3828,9,'2019-08-14 15:53:02','2019-08-14 20:53:02','','SKN-Moves-new-MMJ07495','','inherit','closed','closed','','skn-moves-new-mmj07495','','','2019-08-14 15:53:02','2019-08-14 20:53:02','',2510,'https://buzz-caribbean.com/app/uploads/2019/08/SKN-Moves-new-MMJ07495.jpg',0,'attachment','image/jpeg',0),(3829,9,'2019-08-14 15:53:18','2019-08-14 20:53:18','','SKN-Moves-new-MMJ07551','','inherit','closed','closed','','skn-moves-new-mmj07551','','','2019-08-14 15:53:18','2019-08-14 20:53:18','',2510,'https://buzz-caribbean.com/app/uploads/2019/08/SKN-Moves-new-MMJ07551.jpg',0,'attachment','image/jpeg',0),(3830,9,'2019-08-14 15:53:43','2019-08-14 20:53:43','<!-- wp:image {\"id\":3826} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/SKN-Moves-new-MMJ07392-1024x576.jpg\" alt=\"\" class=\"wp-image-3826\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>&nbsp;</strong>The Federation of St. Kitts and Nevis is set to\nlaunch SKN Moves, an initiative that is geared towards promoting healthy\nlifestyles and combating Non-Communicable Diseases (NCDs).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>SKN Moves, which was launched on Friday, August 9, forms part of a regional initiative, <strong><em>Caribbean Moves </em></strong>– a re-energizing and intensification of the health promotion efforts through creative and innovative multi-sectoral collaboration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3828} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/SKN-Moves-new-MMJ07495-1024x576.jpg\" alt=\"\" class=\"wp-image-3828\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Permanent Secretary in the Office of the Prime Minister, Andrew Skerritt, and Chief Medical Officer, Dr. Hazel Laws, appeared on “Working for You” on Wednesday, August 7, to speak about the health initiative. Dr. Laws noted that the initiative is important for several reasons—one of the major reasons is helping to combat NCDs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>“This\ninitiative is very important because Non-Communicable Diseases is critical, is\na big problem Caribbean-wide and in our Federation. Three out of four deaths in\nthe English-speaking Caribbean can be attributed to NCDs,” said Dr. Laws. “And\nlet’s bring the picture closer home. When you look at our statistics coming out\nof the Ministry of Health as much as 83 percent of our deaths are as a result\nof cancers, heart diseases/attacks, strokes… and the complications of\ndiabetes.”</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permanent Secretary Skerritt shared similar\nsentiments and noted that it is important for persons to practice healthy\nlifestyles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>“Chronic Non\nCommunicable Diseases are the leading causes of morbidity and mortality in the\nFederation. We don’t want to outspend ourselves. We want to have a sustainable\nform of healthcare. It costs a lot to treat diabetes, hypertension, strokes,\nbuild renal facilities,” he said. “So, if we can encourage change through\nphysical activity, through healthier dieting habits, through knowing your\nstatus… these things are quite important.”</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3829} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/SKN-Moves-new-MMJ07551-1024x576.jpg\" alt=\"\" class=\"wp-image-3829\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Skerritt\nnoted that the initiative was pioneered by Dr Christopher Tufton, Jamaica’s\nMinister of Health, who then introduced it to the wider CARICOM Heads of\nGovernment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister of St. Kitts and Nevis,\nDr.Timothy Harris, who is the CARICOM lead head with respect to Health and\nHuman Resource, is definitely leading by example. He has extended an invitation\nto Dr. Tufton, to be a part of the launch in St. Kitts and Nevis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Caribbean Moves</em></strong><em>,</em> was launched in 2018 by several CARICOM Heads\nof Government. This initiative will build on the experience of the <em>Jamaica Moves</em> initiative which creates a\nmovement that promotes physical activity, healthy eating and age-appropriate\nhealth checks at the level of the school, workplace and community. It will\ncontribute to one of the goals of the CARICOM Heads of Government to change the\nCaribbean culture towards a lifestyle of regular physical activity and\nhealthier diets.</p>\n<!-- /wp:paragraph -->','St. Kitts and Nevis to launch SKN Moves','','inherit','closed','closed','','2510-revision-v1','','','2019-08-14 15:53:43','2019-08-14 20:53:43','',2510,'https://buzz-caribbean.com/article/2510-revision-v1/',0,'revision','',0),(3832,14,'2019-08-14 15:54:31','2019-08-14 20:54:31','<!-- wp:paragraph -->\n<p>Jamaica continues to grapple with one of the largest, most-encompassing heatwaves citizens have ever had to contend with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2962} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sweating-demo-buzz-1-1024x582.jpg\" alt=\"\" class=\"wp-image-2962\" /><figcaption> #PlaceHotB! (Photo: Texas A&amp;M Health Science Centre) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As climate change takes root across the globe, warmer\ntemperatures, especially in the northern hemisphere, have left many countries unprepared\nin the face of this latest threat to humanity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=Y2XU2uAxYYM\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Y2XU2uAxYYM\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Here in Jamaica, the struggle to adapt in time is critical as the country recorded its highest-ever average temperature on Saturday, June 23. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Met Service, thermometers across the island\nnoted never-before-seen figures of 39.1 degrees Celsius or just around 102 degrees\nFahrenheit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’re active on social media, the hashtag #PlaceHotB\noffers some comic relief to the blistering heat, but it is still important that\nJamaicans take as much precaution to avoid the dizzying heat and stay hydrated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is especially true for the country’s most vulnerable - children,\npregnant women, the homeless and indigent, as well as the elderly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=FS2YaJkkHQY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=FS2YaJkkHQY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The recent temperature increases across Jamaica are indeed\nfrightening, and despite 2018 being the fourth hottest year on record,\ntemperatures are projected to exceed those this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2943} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hot-weather-temperature-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-2943\" /><figcaption>Photo: AnteaGroup.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Air-conditioning units, though more widespread across the\ncountry, might still be an exorbitant expense for some families.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you\'re a Jack (or Jill) of all trades, <strong>BUZZ</strong> has presented a few interactive tutorials with some of YouTube\'s most viral do-it-yourself (DIY) projects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Get busy and create that makeshift A/C you so desperately need with your standing fan and very few tools! Stay frosty!</p>\n<!-- /wp:paragraph -->','BUZZ Hacks: DIY A/C projects for the summer heatwave','','inherit','closed','closed','','332-revision-v1','','','2019-08-14 15:54:31','2019-08-14 20:54:31','',332,'https://buzz-caribbean.com/article/332-revision-v1/',0,'revision','',0),(3833,14,'2019-08-14 15:55:01','2019-08-14 20:55:01','<!-- wp:image {\"id\":273} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-4-1-1024x614.jpg\" alt=\"\" class=\"wp-image-273\" /><figcaption>Storm Saulter, <strong>Sprinter</strong> writer-director. (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cinemas in Canada and the United Kingdom are next on the serving plate for a taste of Jamaican feature film, <strong>Sprinter</strong>, director Storm Saulter has indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said in an interview with<strong><em> </em>BUZZ</strong> that he was confident the film would keep its positive momentum into the summer months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I do feel that this film has enough legs and can build\nenough momentum to really keep pushing across the world,” he explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve been open in the US [and] we will continue in theatres in the US throughout the summer. We’re opening in... the UK, like the third week or so in August,” Saulter told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I feel like the word about Sprinter is really starting to gain traction; there’s a large section of independent cinema that’s aware of the film so it’s exciting,” Saulter<strong> </strong>added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The filmmaker hinted that if <strong>Sprinter </strong>goes as well as projected plans to hit streaming platforms in the fall would have to be fast-tracked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The future of feature films in Jamaica is bright, according to Saulter. He said the renaissance of and interest in cinematography was long overdue and imminent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s an exciting time and space to be in. A lot of people have projects in the works, both locally and internationally; a lot of people trying to come here to do projects – a lot of big companies have been here shooting projects as you know.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":287} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-3-683x1024.jpg\" alt=\"\" class=\"wp-image-287\" /><figcaption>Storm Saulter, during his tell-all interview with BUZZ (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“So Jamaica, as a creative space, is alive and thriving right now. For me, it is exciting times. I think good, quality work is gonna keep hitting, keep connecting – that’s really [what’s] going to create a renaissance. It’s not quantity that’s going to get us there, it’s quality,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After a successful tour in 20 states and across 50 cities in the US, <strong>Sprinter </strong>made its first domestic screening on Wednesday, July 3 in cinemas across Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong>, Storm’s second feature film after the critically acclaimed <strong>Better Mus’ Come</strong>, swept the 2018 American Black Film Festival winning Best Director, Best Narrative Feature and the Audience Award.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most recently, the film has gone on to win the New Vision Award at the Bahamas International Film Festival, as well as Best Narrative Feature at the 2019 staging of the Pan African Film Festival in Los Angeles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See part two of <strong>BUZZ</strong>’s interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/BT965g8nOno\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/BT965g8nOno\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong> is executively produced by Hollywood superstars Will Smith and Jada Pinkett Smith – with the film being shot, excluding international scenes, on location in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZhive</strong>! What do you think of <strong>Sprinter</strong>? Sound off in the comments section.</p>\n<!-- /wp:paragraph -->','Storm Saulter sees \'Sprinter\' going around the world','','inherit','closed','closed','','140-revision-v1','','','2019-08-14 15:55:01','2019-08-14 20:55:01','',140,'https://buzz-caribbean.com/article/140-revision-v1/',0,'revision','',0),(3835,14,'2019-08-14 15:55:29','2019-08-14 20:55:29','<!-- wp:image {\"id\":265} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-5-1024x614.jpg\" alt=\"\" class=\"wp-image-265\" /><figcaption>Storm Saulter (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Storm Saulter continues to ride major waves of accolades and good reviews as his latest theatrical release,&nbsp;<strong>Sprinter</strong>, opens across cinemas nationwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican writer-director, in a tell-all interview with&nbsp;<strong>BUZZ</strong>, said that he’s pleased with the outcome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There [are] many stages to a film but that moment when an audience interacts with it, it takes on a whole new life,” Saulter told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong>, a coming-of-age story following 17-year-old Rastafarian track athlete Akeem Sharp, opened in Jamaica on Wednesday, July 3 – after experiencing overwhelming success on the international market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"<strong><em>Sprinter </em></strong><em>is the story of a boy trying to run back to his mother</em>\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":267} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-1-1024x614.jpg\" alt=\"\" class=\"wp-image-267\" /><figcaption>Saulter, the man behind <strong>Sprinter</strong>, speaks with BUZZ on location (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that much of his life growing up in Negril, Westmoreland is portrayed in&nbsp;<strong>Sprinter&nbsp;</strong>– with many relatable aspects of daily Jamaican life taking centre stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A lot of my life growing up in Jamaica is in this film. I remember going to Manning’s’ High School in Savanna-La-Mar and I remember going to devotion every morning. That stuff is seared in me and my memory and I literally have that entire scene playing out in the film,” the mind behind&nbsp;<strong>Sprinter&nbsp;</strong>told&nbsp;<strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that while&nbsp;<strong>Sprinter&nbsp;</strong>is Akeem Sharp’s coming-of-age story, many Jamaicans should appreciate some of the struggles the teen is faced with throughout the movie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“<strong>Sprinter </strong>is really the story of a boy trying to run back to his mother – thinking if he can only run fast enough, maybe he can bring his family back together,” he remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That’s the larger, driving motivation but [<strong>Sprinter</strong>] is also about a young boy going from a nobody to the next Usain Bolt, the next big thing,” Saulter added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I really wanted to tell a story that had a realistic kind of feeling, as in, \'What are we as people feeling?\', \'What’s on the periphery of our lives?\',” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p><em>\"I wanted to show that we can make global stories about us\"</em></p><cite>-Storm Saulter, speaking with BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“For me, I wanted to show that we can make global stories about us, that can be made in this space and that can be made about people who are from here or living through their experiences either here or elsewhere,\" Saulter added.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter is on a mission to create universal stories wrapped in the complex social and cultural dynamics of the Caribbean. <strong>Sprinter&nbsp;</strong>marks Storm Saulter’s second major silver screen effort since the critically acclaimed&nbsp;<strong>Better Mus’ Come</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Sprinter</em></strong> is executively produced by Hollywood superstars Will Smith and Jada Pinkett Smith – with the film being shot, excluding international scenes, on location in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch the first installment of <strong>BUZZ</strong>\'s two-part interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/X9d2j1IVbfw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/X9d2j1IVbfw\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZhive</strong>, We want to hear from you! Did you enjoy <strong>Sprinter</strong>? Tell us some of your favourite scenes in the comments section.</p>\n<!-- /wp:paragraph -->','Director Storm Saulter tackles Caribbean complexities through film','','inherit','closed','closed','','215-revision-v1','','','2019-08-14 15:55:29','2019-08-14 20:55:29','',215,'https://buzz-caribbean.com/article/215-revision-v1/',0,'revision','',0),(3838,14,'2019-08-14 15:59:10','2019-08-14 20:59:10','<!-- wp:paragraph -->\n<p>Jamaicans are considered among the coolest people on Earth, and many citizens, especially those traversing social media spaces, see Prime Minister Andrew Holness as our savviest leader in recent times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/42a5f8031dcddf873735dc4503b9b968/5DBC7DCA/t51.2885-15/e35/11930873_1753057154922068_81944720_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Holness\' 2015 post in which he was dusting off a fresh pair of Desert Clarks took social media by storm. The caption accompanying the viral photo paid homage to deejay Vybz Kartel. (Photo: Instagram @AndrewHolnessJM)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Holness, the island’s eighth prime minister, continues to run one of the most engaging platforms on social media – with many drawing comparisons to Canadian PM Justin Trudeau and former US President Barack Obama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2970} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-malaki-1-1024x636.jpg\" alt=\"\" class=\"wp-image-2970\" /><figcaption>Aww! Such a sweet moment between little Makai Lawrence and PM Andrew Holness in January (Photo: Twitter @AndrewHolnessJM )</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From the young to the young-at-heart, just about everywhere our PM makes an appearance, his seemingly calm and endearing aura is infectious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2964} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-builder-buzz-demo.jpg\" alt=\"\" class=\"wp-image-2964\" /><figcaption>Holness, the #Builder, at the Jamaica Labour Party\'s 75th general conference in 2018 (Photo: Facebook @AndrewHolnessJM)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a man who understands the power of social media and digital engagement, Holness largely owes his shock 2016 general election win to his outstanding presence on Facebook, Twitter, and Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He straddles a delicate balance between being Jamaica’s ‘everyman’ and leader of Government – in a way that demands your attention and provokes your thoughts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But does Holness\' \'cool factor\' really hold up? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"className\":\"instagram-media\"} -->\n<div class=\"wp-block-image instagram-media\"><figure class=\"alignleft\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/f80b584a351b4b21d42487a06008dff6/5DAD0DD5/t51.2885-15/e35/11910553_465628773641834_974670672_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Prime Minister Andrew Holness anticipating a pitch during a game of cricket with students at the Mount Zion Primary School in St James. (Photo: <em>Instagram</em> @AndrewHolnessJM) </figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It turns out that there are few holes in this plot, as time and time again, Holness and his team have evolved and adapted to capitalise on the use of social media and its impact on Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rolling back the clock, <strong>BUZZ</strong> has delved deep into Holness’ timeline to share some of his \'coolest\' moments since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Check out our gallery below</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"158\",\"159\",\"160\",\"161\",\"162\",\"163\",\"2966\",\"2967\",\"2968\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-negril-1-1024x651.jpg\" alt=\"\" data-id=\"158\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-negril-1/\" class=\"wp-image-158\" /><figcaption>November 2015, the then-Opposition leader sips a jelly coconut after leaving the PNP in tatters after they rejected calls for a national debate (Photos: Instagram @AndrewHolnessJM)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-nesbeth-performance1-1024x576.jpg\" alt=\"\" data-id=\"159\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-nesbeth-performance1/\" class=\"wp-image-159\" /><figcaption>Recording artiste Nesbeth hands over the chorus of his mega-hit \'My Dream\' to newly installed PM Holness at the swearing-in ceremony in March 2016 (Photo: YouTube)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-family1-1024x603.jpg\" alt=\"\" data-id=\"160\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-family1/\" class=\"wp-image-160\" /><figcaption>The Holnesses embodying actibe family goals in this 2016 snap (Photo: Twitter @AndrewHolnessJM)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-norman-dunn-20171-1024x582.jpg\" alt=\"\" data-id=\"161\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-norman-dunn-20171/\" class=\"wp-image-161\" /><figcaption>\'Only we who understan\' it can cross it! No road? No problem for Andrew Holness and eventual by-election winner for South East St. Mary, Dr. Norman Dunn (Photo: YouTube)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-community-football1-1024x634.jpg\" alt=\"\" data-id=\"162\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-community-football1/\" class=\"wp-image-162\" /><figcaption>Holness, while still in Opposition, chills with members of West Central St. Andrew in 2015 (Photo: NegrilStories.com)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-5.55.51-PM-1024x728.jpg\" alt=\"\" data-id=\"163\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/screen-shot-2019-07-17-at-5-55-51-pm/\" class=\"wp-image-163\" /><figcaption>Selfie time! After a courtesy call with the Jamaica Prefects\' Associated in April 2019, Holness channels his inner millenial with a viral group pic (Photo: Twitter @AndrewHolnessJM) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-malaki-1024x636.jpg\" alt=\"\" data-id=\"2966\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-malaki/\" class=\"wp-image-2966\" /><figcaption>AWWWW...! Little Makai Lawrence wrote to PM Holness in December 2018 asking to meet with him, and just as a surprise for the New Year - he showed up! (Photo: Twitter @AndrewHolnessJM)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-east-portland-1024x615.jpg\" alt=\"\" data-id=\"2967\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-east-portland/\" class=\"wp-image-2967\" /><figcaption>Mutual respect between this East Portland resident and PM Holness in March (Photo: Twitter @AndrewHolnessJM)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-placehotb-tweet.jpg\" alt=\"\" data-id=\"2968\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-placehotb-tweet/\" class=\"wp-image-2968\" /><figcaption>Jamaicans have an uncanny way of finding humour out of everything - even this blistering heat! PM Holness took a different approach, offering his words of caution to the viral #PlaceHotB hashtag (Photo: Twitter @AndrewHolnessJM)</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Just a little extra <strong>BUZZ</strong>, here\'s a sitdown between Andrew Holness and dancehall artiste Popcaan. The pair were on hand for the historic groundbreaking ceremony in St Thomas in June. <strong><em>See video below</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BzMTJt2F2Rw/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BzMTJt2F2Rw/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you believe Andrew Holness is our coolest Prime Minister? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the <strong>BUZZ</strong> comment section below!</p>\n<!-- /wp:paragraph -->','Is Andrew Holness Jamaica’s coolest Prime Minister?','','inherit','closed','closed','','124-revision-v1','','','2019-08-14 15:59:10','2019-08-14 20:59:10','',124,'https://buzz-caribbean.com/article/124-revision-v1/',0,'revision','',0),(3839,14,'2019-08-14 16:00:15','2019-08-14 21:00:15','','Andrew Holness Buzz Final Fix','','inherit','closed','closed','','andrew-holness-buzz-final-fix','','','2019-08-14 16:00:15','2019-08-14 21:00:15','',124,'https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-buzz-final-fix.jpg',0,'attachment','image/jpeg',0),(3840,9,'2019-08-14 16:03:46','2019-08-14 21:03:46','<!-- wp:image {\"id\":3826} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/SKN-Moves-new-MMJ07392-1024x576.jpg\" alt=\"\" class=\"wp-image-3826\" /><figcaption> The baton has been passed! Minister of Health Dr Chris Tufton and  Timothy Harris, the Prime Minister of St. Kitts and Nevis, pose with the official shirt for the SKN Moves. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>&nbsp;</strong>The Federation of St. Kitts and Nevis is set to\nlaunch SKN Moves, an initiative that is geared towards promoting healthy\nlifestyles and combating Non-Communicable Diseases (NCDs).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>SKN Moves, which was launched on Friday, August 9, forms part of a regional initiative, <strong><em>Caribbean Moves </em></strong>– a re-energizing and intensification of the health promotion efforts through creative and innovative multi-sectoral collaboration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3828} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/SKN-Moves-new-MMJ07495-1024x576.jpg\" alt=\"\" class=\"wp-image-3828\" /><figcaption> Leading by example, Chris Tufton and Dr. the Hon. Timothy Harris, the Prime Minister of St Kitts and Nevis, joined participants in the Health Walk. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Permanent Secretary in the Office of the Prime Minister, Andrew Skerritt, and Chief Medical Officer, Dr. Hazel Laws, appeared on “Working for You” on Wednesday, August 7, to speak about the health initiative. Dr. Laws noted that the initiative is important for several reasons—one of the major reasons is helping to combat NCDs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>“This\ninitiative is very important because Non-Communicable Diseases is critical, is\na big problem Caribbean-wide and in our Federation. Three out of four deaths in\nthe English-speaking Caribbean can be attributed to NCDs,” said Dr. Laws. “And\nlet’s bring the picture closer home. When you look at our statistics coming out\nof the Ministry of Health as much as 83 percent of our deaths are as a result\nof cancers, heart diseases/attacks, strokes… and the complications of\ndiabetes.”</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permanent Secretary Skerritt shared similar\nsentiments and noted that it is important for persons to practice healthy\nlifestyles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>“Chronic Non\nCommunicable Diseases are the leading causes of morbidity and mortality in the\nFederation. We don’t want to outspend ourselves. We want to have a sustainable\nform of healthcare. It costs a lot to treat diabetes, hypertension, strokes,\nbuild renal facilities,” he said. “So, if we can encourage change through\nphysical activity, through healthier dieting habits, through knowing your\nstatus… these things are quite important.”</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3829} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/SKN-Moves-new-MMJ07551-1024x576.jpg\" alt=\"\" class=\"wp-image-3829\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Skerritt\nnoted that the initiative was pioneered by Dr Christopher Tufton, Jamaica’s\nMinister of Health, who then introduced it to the wider CARICOM Heads of\nGovernment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister of St. Kitts and Nevis,\nDr.Timothy Harris, who is the CARICOM lead head with respect to Health and\nHuman Resource, is definitely leading by example. He has extended an invitation\nto Dr. Tufton, to be a part of the launch in St. Kitts and Nevis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Caribbean Moves</em></strong><em>,</em> was launched in 2018 by several CARICOM Heads\nof Government. This initiative will build on the experience of the <em>Jamaica Moves</em> initiative which creates a\nmovement that promotes physical activity, healthy eating and age-appropriate\nhealth checks at the level of the school, workplace and community. It will\ncontribute to one of the goals of the CARICOM Heads of Government to change the\nCaribbean culture towards a lifestyle of regular physical activity and\nhealthier diets.</p>\n<!-- /wp:paragraph -->','St. Kitts and Nevis to launch SKN Moves','','inherit','closed','closed','','2510-revision-v1','','','2019-08-14 16:03:46','2019-08-14 21:03:46','',2510,'https://buzz-caribbean.com/article/2510-revision-v1/',0,'revision','',0),(3841,14,'2019-08-14 16:06:53','2019-08-14 21:06:53','','Journeys End Final Buzz','','inherit','closed','closed','','journeys-end-final-buzz','','','2019-08-14 16:06:53','2019-08-14 21:06:53','',2506,'https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-final-buzz.jpg',0,'attachment','image/jpeg',0),(3842,9,'2019-08-14 16:13:26','2019-08-14 21:13:26','<!-- wp:image {\"id\":3826} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/SKN-Moves-new-MMJ07392-1024x576.jpg\" alt=\"\" class=\"wp-image-3826\" /><figcaption> The baton has been passed! Minister of Health Dr Chris Tufton and  Timothy Harris, the Prime Minister of St. Kitts and Nevis, pose with the official shirt for the SKN Moves. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>&nbsp;</strong>The Federation of St. Kitts and Nevis is set to\nlaunch SKN Moves, an initiative that is geared towards promoting healthy\nlifestyles and combating Non-Communicable Diseases (NCDs).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>SKN Moves, which was launched on Friday, August 9, forms part of a regional initiative, <strong><em>Caribbean Moves </em></strong>– a re-energizing and intensification of the health promotion efforts through creative and innovative multi-sectoral collaboration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3828} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/SKN-Moves-new-MMJ07495-1024x576.jpg\" alt=\"\" class=\"wp-image-3828\" /><figcaption> Leading by example, Chris Tufton and Dr. the Hon. Timothy Harris, the Prime Minister of St Kitts and Nevis, joined participants in the Health Walk. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Permanent Secretary in the Office of the Prime Minister, Andrew Skerritt, and Chief Medical Officer, Dr. Hazel Laws, appeared on “Working for You” on Wednesday, August 7, to speak about the health initiative. Dr. Laws noted that the initiative is important for several reasons—one of the major reasons is helping to combat NCDs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>“This\ninitiative is very important because Non-Communicable Diseases is critical, is\na big problem Caribbean-wide and in our Federation. Three out of four deaths in\nthe English-speaking Caribbean can be attributed to NCDs,” said Dr. Laws. “And\nlet’s bring the picture closer home. When you look at our statistics coming out\nof the Ministry of Health as much as 83 percent of our deaths are as a result\nof cancers, heart diseases/attacks, strokes… and the complications of\ndiabetes.”</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permanent Secretary Skerritt shared similar\nsentiments and noted that it is important for persons to practice healthy\nlifestyles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>“Chronic Non\nCommunicable Diseases are the leading causes of morbidity and mortality in the\nFederation. We don’t want to outspend ourselves. We want to have a sustainable\nform of healthcare. It costs a lot to treat diabetes, hypertension, strokes,\nbuild renal facilities,” he said. “So, if we can encourage change through\nphysical activity, through healthier dieting habits, through knowing your\nstatus… these things are quite important.”</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3829} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/SKN-Moves-new-MMJ07551-1024x576.jpg\" alt=\"\" class=\"wp-image-3829\" /><figcaption> Dr Chris (third right) Tufton stops for a photo op with these excited SKN Moves supporters. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Skerritt\nnoted that the initiative was pioneered by Dr Christopher Tufton, Jamaica’s\nMinister of Health, who then introduced it to the wider CARICOM Heads of\nGovernment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister of St. Kitts and Nevis,\nDr.Timothy Harris, who is the CARICOM lead head with respect to Health and\nHuman Resource, is definitely leading by example. He has extended an invitation\nto Dr. Tufton, to be a part of the launch in St. Kitts and Nevis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Caribbean Moves</em></strong><em>,</em> was launched in 2018 by several CARICOM Heads\nof Government. This initiative will build on the experience of the <em>Jamaica Moves</em> initiative which creates a\nmovement that promotes physical activity, healthy eating and age-appropriate\nhealth checks at the level of the school, workplace and community. It will\ncontribute to one of the goals of the CARICOM Heads of Government to change the\nCaribbean culture towards a lifestyle of regular physical activity and\nhealthier diets.</p>\n<!-- /wp:paragraph -->','St. Kitts and Nevis to launch SKN Moves','','inherit','closed','closed','','2510-revision-v1','','','2019-08-14 16:13:26','2019-08-14 21:13:26','',2510,'https://buzz-caribbean.com/article/2510-revision-v1/',0,'revision','',0),(3843,1,'2019-08-14 16:19:36','2019-08-14 21:19:36','<!-- wp:paragraph -->\n<p><strong>Web\nContent Creator</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Web Content Creator is\nresponsible for creating and/or acquiring content for websites, email\nnewsletters and other online communications media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>DUTIES AND RESPONSIBILITIES </h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Schedule the creation/acquisition of content.</li><li>Coordinate with external contributors for online content.</li><li>Participate in brainstorming sessions re new content offerings for the site.</li><li>Generate and/or receive ideas for content.</li><li>Write, edit  and produce content.</li><li>Specify the multimedia content needed to support or work alongside textual content.</li><li>Work rota with other Web Content Creators to cover weekends.</li><li>Work with the Online Coordinator to ensure seamless 24/7 news environment.</li><li>Content development including multimedia and social networking offering with  Online Coordinator.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>QUALIFICATION AND EXPERIENCE REQUIRED</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>First Degree in Journalism or related discipline</li><li>Two years’ experience in a similar capacity</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>SPECIFIC SKILLS OR COMPETENCIES REQUIRED</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Knowledge of Search Engine Optimization (SEO)</li><li>Knowledge of Headline writing for the web</li><li>Familiarity with various Social Networking tools (Twitter, Facebook, Youtube etc.)</li><li>Ability to communicate effectively at all levels, internally and externally, in both oral and written format</li><li>Excellent interpersonal relationship skills</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Please\naddress your application to the Human Resource Manager and submit to </strong><a href=\"mailto:applicationshr04@gmail.com\"><strong>applicationshr04@gmail.com</strong></a><strong> &nbsp;no\nlater than Friday, August 23, 2019. </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Whilst we\nthank you for your applications of interest, please note that only qualified\napplicants who are short-listed will be contacted.</em></strong></p>\n<!-- /wp:paragraph -->','A Digital Media House, Web Content Creator','','publish','closed','closed','','a-digital-media-house-web-content-creator-3843','','','2019-09-12 08:21:00','2019-09-12 13:21:00','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=3843',0,'job','',0),(3844,9,'2019-08-14 16:14:54','2019-08-14 21:14:54','<!-- wp:image {\"id\":3826} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/SKN-Moves-new-MMJ07392-1024x576.jpg\" alt=\"\" class=\"wp-image-3826\" /><figcaption> The baton has been passed! Minister of Health Dr Chris Tufton and Dr. Timothy Harris, the Prime Minister of St. Kitts and Nevis, pose with the official shirt for the SKN Moves. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>&nbsp;</strong>The Federation of St. Kitts and Nevis is set to\nlaunch SKN Moves, an initiative that is geared towards promoting healthy\nlifestyles and combating Non-Communicable Diseases (NCDs).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>SKN Moves, which was launched on Friday, August 9, forms part of a regional initiative, <strong><em>Caribbean Moves </em></strong>– a re-energizing and intensification of the health promotion efforts through creative and innovative multi-sectoral collaboration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3828} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/SKN-Moves-new-MMJ07495-1024x576.jpg\" alt=\"\" class=\"wp-image-3828\" /><figcaption> Leading by example, Chris Tufton and Dr. the Hon. Timothy Harris, the Prime Minister of St Kitts and Nevis, joined participants in the Health Walk. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Permanent Secretary in the Office of the Prime Minister, Andrew Skerritt, and Chief Medical Officer, Dr. Hazel Laws, appeared on “Working for You” on Wednesday, August 7, to speak about the health initiative. Dr. Laws noted that the initiative is important for several reasons—one of the major reasons is helping to combat NCDs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>“This\ninitiative is very important because Non-Communicable Diseases is critical, is\na big problem Caribbean-wide and in our Federation. Three out of four deaths in\nthe English-speaking Caribbean can be attributed to NCDs,” said Dr. Laws. “And\nlet’s bring the picture closer home. When you look at our statistics coming out\nof the Ministry of Health as much as 83 percent of our deaths are as a result\nof cancers, heart diseases/attacks, strokes… and the complications of\ndiabetes.”</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permanent Secretary Skerritt shared similar\nsentiments and noted that it is important for persons to practice healthy\nlifestyles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>“Chronic Non\nCommunicable Diseases are the leading causes of morbidity and mortality in the\nFederation. We don’t want to outspend ourselves. We want to have a sustainable\nform of healthcare. It costs a lot to treat diabetes, hypertension, strokes,\nbuild renal facilities,” he said. “So, if we can encourage change through\nphysical activity, through healthier dieting habits, through knowing your\nstatus… these things are quite important.”</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3829} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/SKN-Moves-new-MMJ07551-1024x576.jpg\" alt=\"\" class=\"wp-image-3829\" /><figcaption> Dr Chris (third right) Tufton stops for a photo op with these excited SKN Moves supporters. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Skerritt\nnoted that the initiative was pioneered by Dr Christopher Tufton, Jamaica’s\nMinister of Health, who then introduced it to the wider CARICOM Heads of\nGovernment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister of St. Kitts and Nevis,\nDr.Timothy Harris, who is the CARICOM lead head with respect to Health and\nHuman Resource, is definitely leading by example. He has extended an invitation\nto Dr. Tufton, to be a part of the launch in St. Kitts and Nevis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Caribbean Moves</em></strong><em>,</em> was launched in 2018 by several CARICOM Heads\nof Government. This initiative will build on the experience of the <em>Jamaica Moves</em> initiative which creates a\nmovement that promotes physical activity, healthy eating and age-appropriate\nhealth checks at the level of the school, workplace and community. It will\ncontribute to one of the goals of the CARICOM Heads of Government to change the\nCaribbean culture towards a lifestyle of regular physical activity and\nhealthier diets.</p>\n<!-- /wp:paragraph -->','St. Kitts and Nevis to launch SKN Moves','','inherit','closed','closed','','2510-revision-v1','','','2019-08-14 16:14:54','2019-08-14 21:14:54','',2510,'https://buzz-caribbean.com/article/2510-revision-v1/',0,'revision','',0),(3845,9,'2019-08-14 16:15:22','2019-08-14 21:15:22','','Rihanna-Lingerie','','inherit','closed','closed','','rihanna-lingerie','','','2019-08-14 16:15:22','2019-08-14 21:15:22','',3769,'https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-Lingerie.jpg',0,'attachment','image/jpeg',0),(3846,9,'2019-08-14 16:15:37','2019-08-14 21:15:37','','Rihanna-Lingerie-BB','','inherit','closed','closed','','rihanna-lingerie-bb','','','2019-08-14 16:15:37','2019-08-14 21:15:37','',3769,'https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-Lingerie-BB.jpg',0,'attachment','image/jpeg',0),(3847,14,'2019-08-14 16:19:25','2019-08-14 21:19:25','<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=a4mjpO748nY\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=a4mjpO748nY&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Puff &amp; Paint: Celebrating creativity through marijuana','','publish','closed','closed','','puff-and-paint-celebrating-creativity-through-marijuana','','','2019-08-21 09:51:11','2019-08-21 14:51:11','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=3847',0,'video','',0),(3848,9,'2019-08-14 16:18:00','2019-08-14 21:18:00','<!-- wp:image {\"id\":3845} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-Lingerie-736x1024.jpg\" alt=\"\" class=\"wp-image-3845\" /><figcaption>Rihanna shows off in her lavender leopard lace bra. (Photos: Instagram @ badgalriri)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>International superstar Rihanna simply oozes sexy, and her ‘Navy’ can get the chance to impress and show off their curves in new pieces from her Savage x Fenty lingerie line that were released earlier this month. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A few weeks ago, Rihanna gave fans a taste of the line when she posted a photo of herself wearing one of the sets. \"Lavender leopard lace. GET INTO IT,\" she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3846} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-Lingerie-BB.jpg\" alt=\"\" class=\"wp-image-3846\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But the collection is not just for Rihanna, as the sizes in the inclusive line range from XS to 3XL, and they are sold for between US$20 and US$46. They also come in a range of colours and patterns, including floral, tiger print, military green and deep blue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And get this. Rihanna also created a special collection in the Savage x Fenty line, and the proceeds from those sales will benefit her Clara Lionel Foundation.</p>\n<!-- /wp:paragraph -->','Rihanna’s lingerie collection sure to turn heads','','inherit','closed','closed','','3769-revision-v1','','','2019-08-14 16:18:00','2019-08-14 21:18:00','',3769,'https://buzz-caribbean.com/article/3769-revision-v1/',0,'revision','',0),(3849,13,'2019-08-14 16:18:50','2019-08-14 21:18:50','','Jobs Image','','inherit','open','closed','','jobs-image-4','','','2019-08-14 16:18:50','2019-08-14 21:18:50','',3843,'https://buzz-caribbean.com/app/uploads/2019/08/jobs-image-3.jpg',0,'attachment','image/jpeg',0),(3850,9,'2019-08-14 16:20:50','2019-08-14 21:20:50','<!-- wp:image {\"id\":3845} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-Lingerie-736x1024.jpg\" alt=\"\" class=\"wp-image-3845\" /><figcaption>Rihanna shows off in her lavender leopard lace bra. (Photos: Instagram @ badgalriri)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>International superstar Rihanna simply oozes sexy, and her ‘Navy’ can get the chance to impress and show off their curves in new pieces from her Savage x Fenty lingerie line that were released earlier this month. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A few weeks ago, Rihanna gave fans a taste of the line when she posted a photo of herself wearing one of the sets. \"Lavender leopard lace. GET INTO IT,\" she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3846} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-Lingerie-BB.jpg\" alt=\"\" class=\"wp-image-3846\" /><figcaption>Savage x Fenty has a range of colours and patterns, including this floral set worn by Rihanna.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But the collection is not just for Rihanna, as the sizes in the inclusive line range from XS to 3XL, and they are sold for between US$20 and US$46. They also come in a range of colours and patterns, including floral, tiger print, military green and deep blue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And get this. Rihanna also created a special collection in the Savage x Fenty line, and the proceeds from those sales will benefit her Clara Lionel Foundation.</p>\n<!-- /wp:paragraph -->','Rihanna’s lingerie collection sure to turn heads','','inherit','closed','closed','','3769-revision-v1','','','2019-08-14 16:20:50','2019-08-14 21:20:50','',3769,'https://buzz-caribbean.com/article/3769-revision-v1/',0,'revision','',0),(3851,9,'2019-08-14 16:25:01','2019-08-14 21:25:01','{\"id\":\"3851\",\"questions\":[{\"uid\":\"3d989f63-b4a9-477d-a141-fe49b4dc053b\",\"content\":\"Should expletives be allowed at Jamaican dancehall events?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"ff6df2ea-a980-4e27-8482-f81bccf33af4\",\"type\":\"text\",\"label\":\"Strongly Agree\",\"votes\":29,\"votesOverride\":29,\"collapsed\":true,\"visibility\":true},{\"uid\":\"4509afb2-e6ae-49b4-98bf-e400d9522f59\",\"type\":\"text\",\"label\":\"Agree\",\"votes\":25,\"votesOverride\":25,\"collapsed\":true,\"visibility\":true},{\"uid\":\"e7316f3a-cacf-4ff1-8e4a-933eda57ce71\",\"type\":\"text\",\"label\":\"Disagree\",\"votes\":7,\"votesOverride\":7,\"collapsed\":false,\"visibility\":true},{\"uid\":\"5a7fc0b7-6451-48b3-ac0c-0d1cedc8984d\",\"type\":\"text\",\"label\":\"Strongly Disagree\",\"votes\":18,\"votesOverride\":18,\"collapsed\":false,\"visibility\":true}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Expletives','','private','closed','closed','','expletives','','','2019-08-21 16:40:30','2019-08-21 21:40:30','',0,'https://buzz-caribbean.com/?post_type=poll&#038;p=3851',0,'poll','',0),(3852,9,'2019-08-14 16:24:01','2019-08-14 21:24:01','{\"id\":\"3851\",\"questions\":[{\"uid\":\"3d989f63-b4a9-477d-a141-fe49b4dc053b\",\"content\":\"Should expletives be decriminalised at Jamaican dancehall events?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Expletives','','inherit','closed','closed','','3851-revision-v1','','','2019-08-14 16:24:01','2019-08-14 21:24:01','',3851,'https://buzz-caribbean.com/article/3851-revision-v1/',0,'revision','',0),(3853,9,'2019-08-14 16:25:01','2019-08-14 21:25:01','{\"id\":\"3851\",\"questions\":[{\"uid\":\"3d989f63-b4a9-477d-a141-fe49b4dc053b\",\"content\":\"Should expletives be decriminalised at Jamaican dancehall events?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"ff6df2ea-a980-4e27-8482-f81bccf33af4\",\"type\":\"text\",\"label\":\"Choice #1\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Expletives','','inherit','closed','closed','','3851-revision-v1','','','2019-08-14 16:25:01','2019-08-14 21:25:01','',3851,'https://buzz-caribbean.com/article/3851-revision-v1/',0,'revision','',0),(3854,14,'2019-08-14 16:28:40','2019-08-14 21:28:40','<!-- wp:embed {\"url\":\"https://youtu.be/WgurVpCppjg\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/WgurVpCppjg\n</div></figure>\n<!-- /wp:embed -->','Epican celebrates one year anniversary in style','','publish','closed','closed','','epican-celebrates-one-year-anniversary-in-style','','','2019-08-15 13:20:47','2019-08-15 18:20:47','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=3854',0,'video','',0),(3856,1,'2019-08-14 16:30:47','2019-08-14 21:30:47','<!-- wp:image {\"id\":2254} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chronixx.jpg\" alt=\"\" class=\"wp-image-2254\"/><figcaption>Chronixx continues to make a major impact with his music. (Photo: Chronixx\'s website)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"You should definitely write an article about Chronixx,” my friend said in a WhatsApp message. “About how much work he’s done in reggae or maybe whether or not he can be placed on the same pedestal as Bob Marley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be honest, this topic had been brewing in my mind for approximately a year and a half. Firstly, could anyone compare to the great Bob Marley? Second, can the living be compared to the dead, especially when both lived in different periods? Last, why does any of this even matter?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2255} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bob-marley-1024x569.jpg\" alt=\"\" class=\"wp-image-2255\"/><figcaption>Bob Marley has received many accolades for his extensive catalogue.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>I will not claim to be the biggest Chronixx fan, but I’ve been a supporter of the team since his earlier years. Throughout the different phases of his career (so far), he has connected with Jamaican and international audiences on many levels. Using my novice-level skill of analysis, I deduced three major phases of Jamar McNaughton, the rebel who would not follow anyone with their pants below waist level or bleached faces. The second phase was the declaration of the ‘Dread and Terrible’, the staunch defence against those who would dare to suppress the ‘Alpha And Omega’ while living on ‘Capture Land’— an irony that had every Rasta man proclaiming ‘Here Comes Trouble’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Can the living be compared to the dead, especially when both lived in different periods?\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>This then brings us to what I am in favour of calling the current era of his reign. In this time, the mere swoon of his vocals over any stereo device or musical gadget, Instagram video, voice note reminds us daily that he is now a household name and the new benchmark for professionalism in reggae for an upcoming act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On August 6, 2018, I listened to Chronixx’s latest work ‘Chronology’, and the man ministered unto my soul as I sat on a rock in one of my favourite parks in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtube.com/watch?v=fUREgj4i684\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtube.com/watch?v=fUREgj4i684\n</div><figcaption>The official music video for Chronixx\'s \'I Can\' has garnered more than seven million views. </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>But to compare him to Bob Marley? That could be a stretch too far.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the few I’ve spoken to, and as it relates to the many conversations in<br>various media that I have seen or read, Bob was set apart in a very revolutionary way. He sang for freedom from mental slavery, launched the face and personality that our thriving tourism industry has reaped numerous benefits from and has created a family dynasty that has major clout and influence in music and other creative/non-creative industries. He has also left a vast catalogue of music that many of us still enjoy, and he has also received some of the highest awards internationally. To this day, making Bob Marley a national hero is a topic of debate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2256} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bob-marley-B-1024x587.jpg\" alt=\"\" class=\"wp-image-2256\"/><figcaption>There is often debate about making Bob Marley a national hero. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bob started recording at about 18 years old and passed away at 36 which gave him roughly 18 years to make an impact, and today we only call him a king because he did.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bob may continue to sell, and his music will always hold its place for as long as time allows, but Chronixx is definitely ruling hearts, making them feel and spire towards a higher, much more balanced state of consciousness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2258} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chronixx-A.jpg\" alt=\"\" class=\"wp-image-2258\"/><figcaption>Chronixx has been performing at sold-out shows across the globe. (Photo: Chronixx\'s website)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Can he someday be crowned a king for having the same kind of impact?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Someday,” my co-worker responded when I asked her one afternoon. Then she continued nodding her head to ‘Skankin’ Sweet’ that was being played on her phone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Written by recording artiste Shekinah Ade-Gold, whose goal is to help usher in the most lucrative season in Jamaica\'s entertainment history.</em><br> <br> </p>\n<!-- /wp:paragraph -->','Can we really compare Chronixx to Bob Marley?','','inherit','closed','closed','','2247-revision-v1','','','2019-08-14 16:30:47','2019-08-14 21:30:47','',2247,'https://buzz-caribbean.com/article/2247-revision-v1/',0,'revision','',0),(3858,0,'2019-08-14 16:46:49','0000-00-00 00:00:00','','Expo Exhibitors','','draft','closed','closed','','','','','2019-08-14 16:46:49','2019-08-14 21:46:49','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=3858',0,'out','',0),(3859,21,'2019-08-14 16:34:28','2019-08-14 21:34:28','','Superstitious','','inherit','open','closed','','superstitious','','','2019-08-14 16:34:28','2019-08-14 21:34:28','',559,'https://buzz-caribbean.com/app/uploads/2019/07/Superstitious.jpg',0,'attachment','image/jpeg',0),(3860,14,'2019-08-14 16:40:51','2019-08-14 21:40:51','<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=BT965g8nOno\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=BT965g8nOno&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Storm Saulter: The mind behind the film Sprinter Pt.2','','publish','closed','closed','','storm-saulter-the-mind-behind-the-film-sprinter-pt-2','','','2019-08-15 13:20:49','2019-08-15 18:20:49','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=3860',0,'video','',0),(3861,21,'2019-08-14 16:37:32','2019-08-14 21:37:32','<!-- wp:paragraph -->\n<p>Have you ever seen grown people do some crazy things and you wonder what drove them to do it and their explanation is that their granny used to say how bad luck would follow them if they did not?&nbsp; Superstitions. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not the kind that Stevie Wonder sang about, but the garden variety type that leaves normally sensible individuals doing acts all in the name of customs that usually have no logical bearing or reason.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You are not Jamaican if you have not heard or done a few yourself, because sometimes we do them so often it becomes second nature. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3697} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/buzz-memories-4-1024x853.jpg\" alt=\"\" class=\"wp-image-3697\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The following represent some common ones that you can probably relate to.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>If you point on a grave you haffi (have to) bite all ten fingers and ‘spin u roll’</li><li>Two pregnant women should not walk together, because the second one will have a painful labour and delivery.</li><li> If you are walking home and you feel that a duppy (ghost) is following you, pick up a stone and continue walking. Then pretend that you throw the stone away. The duppy will spend the rest of the night at the spot looking for it. </li><li>If you open an umbrella in a house, you are not going to get married.</li><li>If a person of the opposite sex jumps over you, you will stop growing (‘done grow’).</li><li>If a pregnant woman looks down into a bottle, her baby will be born with one ‘squinty’ eye.</li><li>If a woman has sex with a man other than the father of her baby, the baby will be delayed in walking.</li><li>If a mother cuts her son’s hair before he is one-year-old or starts walking, he will have delayed speech.</li><li>If you throw something outside at night through a window you must say ‘excuse me’ or duppy (ghost) will box you for startling him/her.</li><li>If a husband dies, the widow must wear red panties so that his duppy (ghost) does not try to have intercourse with her.</li><li>If a parent dies leaving an infant, the child must be passed over the coffin so that the deceased recognises him and won’t come back to ‘trouble’ him.</li><li>Drive nails into the foot bottom of a deceased person so that their duppy (ghost) does not come back around.</li><li>If you wash your face with rice water you will see duppy (ghost).</li><li>If you are pregnant and feeling for a particular food and do not get it and shortly after scratch your skin, the baby will be born with that birthmark.</li><li>If you put your handbag on the floor, you will stay poor.</li><li>If a woman mixes her menses with a man’s food, she will ‘tie’ him to her for life.</li><li>If you see a black bat at night, it is your dead granny ‘visiting’ with you.</li><li>If you open a Bible over the head of a baby, he/she will be protected.</li><li>If you are coming late at night, enter your home backwards so that a duppy (ghost) does not follow you in.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong><em>What other superstitions did you hear while growing up?</em></strong></p>\n<!-- /wp:paragraph -->','How superstitious are you?','','inherit','closed','closed','','559-revision-v1','','','2019-08-14 16:37:32','2019-08-14 21:37:32','',559,'https://buzz-caribbean.com/article/559-revision-v1/',0,'revision','',0),(3862,1,'2019-08-14 16:45:13','2019-08-14 21:45:13','<!-- wp:image {\"id\":3845} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-Lingerie-736x1024.jpg\" alt=\"\" class=\"wp-image-3845\"/><figcaption>Rihanna shows off in her lavender leopard lace bra. (Photos: Instagram @ badgalriri)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>International superstar Rihanna simply oozes sexy, and her ‘Navy’ can get the chance to impress and show off their curves in new pieces from her Savage x Fenty lingerie line that were released earlier this month. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A few weeks ago, Rihanna gave fans a taste of the line when she posted a photo of herself wearing one of the sets. \"Lavender leopard lace. GET INTO IT,\" she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3846} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-Lingerie-BB.jpg\" alt=\"\" class=\"wp-image-3846\"/><figcaption>Savage x Fenty has a range of colours and patterns, including this floral set worn by Rihanna.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But the collection is not just for Rihanna, as the sizes in the inclusive line range from XS to 3XL, and they are sold for between US$20 and US$46. They also come in a range of colours and patterns, including floral, tiger print, military green and deep blue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And get this. Rihanna also created a special collection in the Savage x Fenty line, and the proceeds from those sales will benefit her Clara Lionel Foundation.</p>\n<!-- /wp:paragraph -->','Rihanna’s lingerie collection sure to turn heads','','inherit','closed','closed','','3769-revision-v1','','','2019-08-14 16:45:13','2019-08-14 21:45:13','',3769,'https://buzz-caribbean.com/article/3769-revision-v1/',0,'revision','',0),(3864,9,'2019-08-14 16:46:20','2019-08-14 21:46:20','{\"id\":\"3851\",\"questions\":[{\"uid\":\"3d989f63-b4a9-477d-a141-fe49b4dc053b\",\"content\":\"Should expletives be decriminalised at Jamaican dancehall events?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"ff6df2ea-a980-4e27-8482-f81bccf33af4\",\"type\":\"text\",\"label\":\"Strongly Agree\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"4509afb2-e6ae-49b4-98bf-e400d9522f59\",\"type\":\"text\",\"label\":\"Agree\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"e7316f3a-cacf-4ff1-8e4a-933eda57ce71\",\"type\":\"text\",\"label\":\"Disagree\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true},{\"uid\":\"5a7fc0b7-6451-48b3-ac0c-0d1cedc8984d\",\"type\":\"text\",\"label\":\"Strongly Disagree\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Expletives','','inherit','closed','closed','','3851-revision-v1','','','2019-08-14 16:46:20','2019-08-14 21:46:20','',3851,'https://buzz-caribbean.com/article/3851-revision-v1/',0,'revision','',0),(3865,21,'2019-08-14 16:49:22','2019-08-14 21:49:22','','40 And Fabulous','','inherit','open','closed','','40-and-fabulous','','','2019-08-14 16:49:22','2019-08-14 21:49:22','',594,'https://buzz-caribbean.com/app/uploads/2019/07/40-and-fabulous.jpg',0,'attachment','image/jpeg',0),(3867,14,'2019-08-14 16:52:51','2019-08-14 21:52:51','<!-- wp:embed {\"url\":\"https://youtu.be/X9d2j1IVbfw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/X9d2j1IVbfw\n</div></figure>\n<!-- /wp:embed -->','Storm Saulter: The mind behind the film Sprinter Pt.1','','publish','closed','closed','','storm-saulter-the-mind-behind-the-film-sprinter-pt-1','','','2019-08-15 13:20:51','2019-08-15 18:20:51','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=3867',0,'video','',0),(3868,1,'2019-08-14 16:51:13','2019-08-14 21:51:13','','Buzz','','publish','closed','closed','','buzz','','','2019-08-14 16:51:13','2019-08-14 21:51:13','',0,'https://buzz-caribbean.com/?post_type=um_mailchimp&#038;p=3868',0,'um_mailchimp','',0),(3870,21,'2019-08-14 16:54:09','2019-08-14 21:54:09','<!-- wp:paragraph -->\n<p>They say life begins at forty. So all the years on earth leading up to forty we were probably still foetuses. Or were we all hibernating throughout the previous decades?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With that said, there are many lessons to be learnt along life’s journey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some under-40s may have already learnt these gems, but here are a few that are worthy of being mentioned. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Look in the mirror and just love and embrace your\nflaws.</strong> If you have stretch marks as a result of\npregnancy, love every line and wrinkles. They are your badge of honour </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Wake up and be thankful for every day.</strong> Do you know how many people did not live to see today? Be thankful for each additional day above ground.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>When you have to pee, just go!</strong>\nDo not hold it, do not laugh and especially do not sneeze! Those muscles have been\nworking overtime for far too many years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Even when broke, just be happy you are in a better place than others. </strong>Though you have not won the lottery if you can find money to buy your dinner you are still ahead of the game.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Say what’s on your mind even if some people do not\nlike it.</strong> Once it comes from a place of love, share\nyour opinion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Don’t hang around people who are negative.</strong>\nBecome allergic to negative people, they will bring you down!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Laugh more and laugh hard.</strong> Love a good joke. If you are always grumpy or cannot find humour in anything then it sucks for others to be around you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Do what excites you.</strong> Whether\nit is going on a roller coaster or taking in a movie with friends, just do it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Even if an idea seems crazy or unpopular to others,\nfollow it.</strong> Do not let people and their own personal in-built\nfears stop you from doing what you are driven to do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Cherish the friends you have.</strong>\nGood friends better than pocket kind so always find time to link up, have a\nmeal, belch and buss a story.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Take care of your elders, they won’t always be around.</strong>\nLearn as much from them as you possibly can. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Stay away from stuck up, pretentious or hypocritical\npeople.</strong> They usually have inner demons battling\nthat you have no idea about. Let them be. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>When something seems hard, go at it harder.</strong>\nDon’t give up. Your breakthrough can be right around the corner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Be a friend even when you think the person is making a\nmistake.</strong> It’s not our place to judge. Just say\nyour piece and then give support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Love with your entire being.</strong>\nGive what you can as much as you can because that’s the only way to love\ncompletely. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Tell your children you love them as often as you can.</strong> You can never do this enough as they grow up so fast and pretty soon all that remains are the memories and pictures when they go off and live their own lives. Kiss them often, read them a bedtime story and listen to every crazy story about school life and who annoys them and which teacher sucks. Those memories will be priceless one day. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>— Story written by C.W.</em><br></p>\n<!-- /wp:paragraph -->','Life lessons learnt at 40','','inherit','closed','closed','','594-revision-v1','','','2019-08-14 16:54:09','2019-08-14 21:54:09','',594,'https://buzz-caribbean.com/article/594-revision-v1/',0,'revision','',0),(3872,9,'2019-08-14 16:59:56','2019-08-14 21:59:56','<!-- wp:paragraph -->\n<p>Black is beautiful. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If it were not so, many women would not be clamouring to find that perfect outfit for practically any occasion as nothing screams chic like the little black dress. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Accessorize with a sexy pair of strappy heels, a string of pearls and a clutch purse to add a bit of drama to your ensemble and step out in style whether you are 18 or 80!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Little Black Dress, otherwise known as the ‘LBD’ has stood the test of time. Its origin has been credited to fashion designer Gabrielle ‘Coco’ Chanel who conceptualized an evening or cocktail dress in the 1920s that was simply cut, short and able to be relevant regardless of the season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2327} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Coco-Chanel-LBD.jpg\" alt=\"\" class=\"wp-image-2327\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She intended it to be versatile, affordable, accessible to a wide market possible and in a neutral colour for any complexion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 1926 American Vogue published a picture of Coco Channel’s short black dress and the revolution began. It was calf-length, straight and modestly decorated and was dubbed \"Chanel\'s Ford\" after the <a href=\"https://en.wikipedia.org/wiki/Model_T\">Model T</a> car. Soon, it was branded “the uniform for all women of taste\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now it is considered a staple in a woman’s closet, but in the early part of the 20<sup>th</sup> century, black was reserved for mourning and was considered indecent when worn outside of such an occasion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Boy, have we come a long way! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not every LBD is created equal because some are more suitable for special occasions than others, therefore in choosing the right one, keep in mind the event and time of day.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For day time wear, which would be ideal for a brunch, luncheon, tea party and maybe a day at the races, go for something fitted. If you need to mix in a little business choose one that you can throw a mini jacket over - ideally it would also be below your knee. Because we are in the tropics, opt for materials that are light and breathable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When your evening comes alive, however, you can be a little more daring in your dressing and the black dress can be slinky. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Invest in one that has some sexy straps at the back or a heart-shaped bodice that is flirty without showing too much skin. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Choose a necklace that matches the dress’s neckline, a brooch or some long dangling earrings for that dramatic effect when you upsweep your hair.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Regardless of the time of day, black is always slimming and sophisticated on practically any body shape. Just remember to always wear the dress and not let it wear you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"align\":\"center\"} -->\n<h2 style=\"text-align:center\"><em>INSERT PHOTO GALLERY FROM FLIRT BOUTIQUE</em></h2>\n<!-- /wp:heading -->','The Little Black Dress – a must-have for every woman','','inherit','closed','closed','','622-revision-v1','','','2019-08-14 16:59:56','2019-08-14 21:59:56','',622,'https://buzz-caribbean.com/article/622-revision-v1/',0,'revision','',0),(3873,9,'2019-08-14 17:00:14','2019-08-14 22:00:14','','Black-Dress-YUH_0103','','inherit','open','closed','','black-dress-yuh_0103','','','2019-08-14 17:00:14','2019-08-14 22:00:14','',622,'https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_0103.jpg',0,'attachment','image/jpeg',0),(3874,21,'2019-08-14 17:00:15','2019-08-14 22:00:15','','Monster-In-Law','','inherit','open','closed','','monster-in-law','','','2019-08-14 17:00:15','2019-08-14 22:00:15','',603,'https://buzz-caribbean.com/app/uploads/2019/08/Monster-In-Law.jpg',0,'attachment','image/jpeg',0),(3875,9,'2019-08-14 17:00:51','2019-08-14 22:00:51','','Black-Dress-YUH_0050','','inherit','open','closed','','black-dress-yuh_0050','','','2019-08-14 17:00:51','2019-08-14 22:00:51','',622,'https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_0050.jpg',0,'attachment','image/jpeg',0),(3876,9,'2019-08-14 17:01:07','2019-08-14 22:01:07','','Black-Dress-YUH_9479','','inherit','open','closed','','black-dress-yuh_9479','','','2019-08-14 17:01:07','2019-08-14 22:01:07','',622,'https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_9479.jpg',0,'attachment','image/jpeg',0),(3877,9,'2019-08-14 17:02:10','2019-08-14 22:02:10','','Black-Dress-YUH_9605','','inherit','open','closed','','black-dress-yuh_9605','','','2019-08-14 17:02:10','2019-08-14 22:02:10','',622,'https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_9605.jpg',0,'attachment','image/jpeg',0),(3878,9,'2019-08-14 17:02:26','2019-08-14 22:02:26','<!-- wp:image {\"id\":3873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_0103-1024x584.jpg\" alt=\"\" class=\"wp-image-3873\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Black is beautiful. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If it were not so, many women would not be clamouring to find that perfect outfit for practically any occasion as nothing screams chic like the little black dress. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Accessorize with a sexy pair of strappy heels, a string of pearls and a clutch purse to add a bit of drama to your ensemble and step out in style whether you are 18 or 80!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2327} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Coco-Chanel-LBD.jpg\" alt=\"\" class=\"wp-image-2327\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Little Black Dress, otherwise known as the ‘LBD’ has stood the test of time. Its origin has been credited to fashion designer Gabrielle ‘Coco’ Chanel who conceptualized an evening or cocktail dress in the 1920s that was simply cut, short and able to be relevant regardless of the season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She intended it to be versatile, affordable, accessible to a wide market possible and in a neutral colour for any complexion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 1926 American Vogue published a picture of Coco Channel’s short black dress and the revolution began. It was calf-length, straight and modestly decorated and was dubbed \"Chanel\'s Ford\" after the <a href=\"https://en.wikipedia.org/wiki/Model_T\">Model T</a> car. Soon, it was branded “the uniform for all women of taste\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now it is considered a staple in a woman’s closet, but in the early part of the 20<sup>th</sup> century, black was reserved for mourning and was considered indecent when worn outside of such an occasion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3875} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_0050-1024x650.jpg\" alt=\"\" class=\"wp-image-3875\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Boy, have we come a long way! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not every LBD is created equal because some are more suitable for special occasions than others, therefore in choosing the right one, keep in mind the event and time of day.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For day time wear, which would be ideal for a brunch, luncheon, tea party and maybe a day at the races, go for something fitted. If you need to mix in a little business choose one that you can throw a mini jacket over - ideally it would also be below your knee. Because we are in the tropics, opt for materials that are light and breathable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3876} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_9479-1024x692.jpg\" alt=\"\" class=\"wp-image-3876\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When your evening comes alive, however, you can be a little more daring in your dressing and the black dress can be slinky. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Invest in one that has some sexy straps at the back or a heart-shaped bodice that is flirty without showing too much skin. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Choose a necklace that matches the dress’s neckline, a brooch or some long dangling earrings for that dramatic effect when you upsweep your hair.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Regardless of the time of day, black is always slimming and sophisticated on practically any body shape. Just remember to always wear the dress and not let it wear you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3877} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_9605-1024x684.jpg\" alt=\"\" class=\"wp-image-3877\" /></figure>\n<!-- /wp:image -->','The Little Black Dress – a must-have for every woman','','inherit','closed','closed','','622-revision-v1','','','2019-08-14 17:02:26','2019-08-14 22:02:26','',622,'https://buzz-caribbean.com/article/622-revision-v1/',0,'revision','',0),(3879,9,'2019-08-14 17:02:40','2019-08-14 22:02:40','<!-- wp:image {\"id\":3873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_0103-1024x584.jpg\" alt=\"\" class=\"wp-image-3873\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Black is beautiful. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If it were not so, many women would not be clamouring to find that perfect outfit for practically any occasion as nothing screams chic like the little black dress. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Accessorize with a sexy pair of strappy heels, a string of pearls and a clutch purse to add a bit of drama to your ensemble and step out in style whether you are 18 or 80!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2327} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Coco-Chanel-LBD.jpg\" alt=\"\" class=\"wp-image-2327\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Little Black Dress, otherwise known as the ‘LBD’ has stood the test of time. Its origin has been credited to fashion designer Gabrielle ‘Coco’ Chanel who conceptualized an evening or cocktail dress in the 1920s that was simply cut, short and able to be relevant regardless of the season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She intended it to be versatile, affordable, accessible to a wide market possible and in a neutral colour for any complexion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 1926 American Vogue published a picture of Coco Channel’s short black dress and the revolution began. It was calf-length, straight and modestly decorated and was dubbed \"Chanel\'s Ford\" after the <a href=\"https://en.wikipedia.org/wiki/Model_T\">Model T</a> car. Soon, it was branded “the uniform for all women of taste\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now it is considered a staple in a woman’s closet, but in the early part of the 20<sup>th</sup> century, black was reserved for mourning and was considered indecent when worn outside of such an occasion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3875} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_0050-1024x650.jpg\" alt=\"\" class=\"wp-image-3875\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Boy, have we come a long way! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not every LBD is created equal because some are more suitable for special occasions than others, therefore in choosing the right one, keep in mind the event and time of day.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For day time wear, which would be ideal for a brunch, luncheon, tea party and maybe a day at the races, go for something fitted. If you need to mix in a little business choose one that you can throw a mini jacket over - ideally it would also be below your knee. Because we are in the tropics, opt for materials that are light and breathable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3876} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_9479-1024x692.jpg\" alt=\"\" class=\"wp-image-3876\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When your evening comes alive, however, you can be a little more daring in your dressing and the black dress can be slinky. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Invest in one that has some sexy straps at the back or a heart-shaped bodice that is flirty without showing too much skin. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Choose a necklace that matches the dress’s neckline, a brooch or some long dangling earrings for that dramatic effect when you upsweep your hair.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Regardless of the time of day, black is always slimming and sophisticated on practically any body shape. Just remember to always wear the dress and not let it wear you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3877} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_9605-1024x684.jpg\" alt=\"\" class=\"wp-image-3877\" /></figure>\n<!-- /wp:image -->','The Little Black Dress: A must-have for every woman','','inherit','closed','closed','','622-revision-v1','','','2019-08-14 17:02:40','2019-08-14 22:02:40','',622,'https://buzz-caribbean.com/article/622-revision-v1/',0,'revision','',0),(3881,21,'2019-08-14 17:06:07','2019-08-14 22:06:07','','Ruining Your Relationship','','inherit','open','closed','','ruining-your-relationship','','','2019-08-14 17:06:07','2019-08-14 22:06:07','',603,'https://buzz-caribbean.com/app/uploads/2019/07/Ruining-Your-Relationship.jpg',0,'attachment','image/jpeg',0),(3882,21,'2019-08-14 17:06:46','2019-08-14 22:06:46','<!-- wp:paragraph -->\n<p>There is nothing worse than an overbearing parent. Indeed there are tonnes of stories about parents who do not know boundaries and will not let their babies leave the nest in peace.  Monster-in-law much?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3874} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Monster-In-Law-1024x704.jpg\" alt=\"\" class=\"wp-image-3874\" /><figcaption>Classic showdown scene between the bride-to-be and her mother-in-law in popular movie Monster-In-Law</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Whether you asked for their opinions or not, some parents will let your partner know what they think of them, often crossing the line to even being disrespectful to their child’s significant other. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> There are several red flags or warning signs that you may have meddling parents or in-laws. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Some parental interference is slight and subtle, while others have almost declared war on your relationship. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1.</strong> <strong>His mother inspects his white shirts! </strong>For her, they cannot be beige or eggshell. Madam has declared that her precious son must have white shirts for work so you had better go invest in some blue soap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>2.</strong> <strong>Your father refers to your husband as ‘de boy him’.</strong> To look at a grown man and reduce him to the level of ‘boy’ speaks to the utter contempt he has for your spouse. Fix it Jesus!!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3. The children must refer to them as Mrs. or Mr. so-so, not grandma or grandpa! </strong>Because you had the audacity to water down the gene pool, they are not readily interested in embracing your offspring. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>4. When your mother-in-law comes to visit, she runs her hand over your furniture, checking for dust.</strong> Now the dust in your house is really none of her business but apparently, it will confirm to her if you can ‘keep house’ properly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong> <strong>His mother constantly questions how you raise and discipline your children</strong> and overnight she has become ‘Doctor Ruth’ and is now a paediatrician as well as a child psychologist. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>6. Your culinary capabilities are put to the test</strong> when his mother insinuates that you are not feeding him adequately and he is wasting away under your care.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>7.</strong> <strong>Your father comes by uninvited and stays as long as he wants.</strong> Soon he will be demanding a key. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>8. </strong>Your father-in-law takes his daughter shopping for furniture and accent pieces for YOUR home, thus <strong>picking out stuff without consulting you on items that will decorate or take up space in your home</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>9.</strong> <strong>Your husband goes home daily to eat his mother’s cooking before coming home to yours!</strong> That is tantamount to betrayal!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>10.</strong> <strong>Your parents refuse to sit down at any family gathering or even acknowledge your spouse as long as you are with them!</strong> Yup, it cannot get any worse than that. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You will have to decide to either cling to your partner or give up your relationship as you cannot make both parties happy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If parents love you unconditionally, they will learn to at least be civil towards your spouse. &nbsp;If they are unwilling, you may very well have to love your parents….from a distance.</p>\n<!-- /wp:paragraph -->','Signs your parents are ruining your relationship','','inherit','closed','closed','','603-revision-v1','','','2019-08-14 17:06:46','2019-08-14 22:06:46','',603,'https://buzz-caribbean.com/article/603-revision-v1/',0,'revision','',0),(3883,21,'2019-08-14 17:09:26','2019-08-14 22:09:26','<!-- wp:paragraph -->\n<p>Reggae Sumfest promoter Joe Bogdanovich is assuring patrons that all the necessary arrangements are being made to guarantee the utmost comfort for the show next year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":609} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/sumfest-crowd-1024x683.jpg\" alt=\"\" class=\"wp-image-609\" /><figcaption>A section of the large crowd at Reggae Sumfest.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He acknowledged that some patrons experienced discomfort as a result of the large crowd that attended the 27th staging of the two-day show last month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reggae music lovers from across the world converged on Catherine Hall Montego Bay to experience a full line up of Reggae and Dancehall icons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The festival drew its largest crowd of approximately 40,000 patrons over the two-night period.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":613} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PM-at-sumfest-1024x683.jpg\" alt=\"\" class=\"wp-image-613\" /><figcaption>Joe Bogdanovich (at right), Prime Minister Andrew Holness and Tourism minister Ed Bartlett at Sumfest.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Our top priority will be to ensure safety and comfort\"</p><cite>— Joe Bogdanovich</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"With explosive growth comes challenges, demands and heavy responsibility. Next year we will continue to grow and improve the overall experience,\" Bogdanovich said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have already started planning for &nbsp;Sumfest  2020 and our top priority will be to ensure safety and comfort for our patrons so that they are able to enjoy the experience of &nbsp;The Greatest  Reggae Festival on Earth to the fullest,” he added.</p>\n<!-- /wp:paragraph -->','Changes underway to improve Reggae Sumfest 2020','','inherit','closed','closed','','599-revision-v1','','','2019-08-14 17:09:26','2019-08-14 22:09:26','',599,'https://buzz-caribbean.com/article/599-revision-v1/',0,'revision','',0),(3884,4,'2019-08-14 17:10:16','2019-08-14 22:10:16','','Screenshot (30)','','inherit','open','closed','','screenshot-30','','','2019-08-14 17:10:16','2019-08-14 22:10:16','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-30.png',0,'attachment','image/png',0),(3885,21,'2019-08-14 17:11:37','2019-08-14 22:11:37','<!-- wp:paragraph -->\n<p>Naomi Campbell doesn\'t want to catch any germs when she\'s flying so she cleans the seat and wears a mask.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 49-year-old supermodel carries a pair of rubber medical gloves and a pack of Dettol wipes in her handbag when she travels on an aeroplane.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":744} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Naomi-Campbell-1024x537.jpg\" alt=\"\" class=\"wp-image-744\" /><figcaption>Naomi Campbell wears a mask whenever she flies.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It\'s become her ritual to clean the seat, tray table, television remote, window shutter and armrests around her before she\'ll sit down as she\'s worried about infection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It\'s my health and it makes me feel better\"</p><cite>— Naomi Campbell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking in her YouTube video, which documented her journey, Naomi said: \"Dettol wipes. Clean everything you touch. Anything you could possibly touch. All this stuff [scrubbing the remote control that is attached to the chair], anything that you put your hands on. This is what I do on every plane I get on. I do not care what people think of me. It\'s my health and it makes me feel better.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But before she\'s ready for takeoff, Campbell whips out her face mask to protect herself from breathing in any illnesses from other passengers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=b-U_jT9qWvs\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=b-U_jT9qWvs\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->','Naomi Campbell disinfects her seat when she flies','','inherit','closed','closed','','731-revision-v1','','','2019-08-14 17:11:37','2019-08-14 22:11:37','',731,'https://buzz-caribbean.com/article/731-revision-v1/',0,'revision','',0),(3888,1,'2019-08-14 17:59:53','2019-08-14 22:59:53','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Caribbean’s leading Luxury-Included®\nchain offers an exciting opportunity for enthusiastic persons to join our team.\nCome share with us an exciting Caribbean journey as:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>ASSISTANT WATER SPORTS\nMANAGER</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Assistant Water Sports Manager\nwill supervise the water sports facilities and activities.&nbsp; The ideal candidate will ensure that all\nwater sports activities are carried out in an efficient and timely\nmanner.&nbsp;<strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Specific Requirements/Duties of the\nPosition Include: </strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Contributing\nto the development of the department’s strategic plan.</li><li>Assisting with the monthly inventory\nand submitting monthly boat and equipment maintenance report.</li><li>Contributing to the\ndevelopment and implementation of the department’s training and development\nprogramme.</li><li>Overseeing and assisting in the maintenance\nof dive equipment such as: dive tanks, regulators, buoyancy control devices,\nlights, computers etc. </li><li>Contributing to the development of the\ndepartment’s operational plan and budget.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>&nbsp;</strong><strong>Qualifications and Experience:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Bachelor’s\nDegree in Hospitality Management or equivalent experience</li><li>Certified PADI and or NAUI Instructor</li><li>A valid lifeguard license</li><li>First Aid &amp; CPR trained</li><li>Master Scuba\nDiver Trainer</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>If successful a clean Police Record will be\nrequired.</strong><strong> </strong><strong>Interested persons should submit their applications\nby&nbsp;July 30, 2019&nbsp;with curriculum vitae via email to:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The Recruitment and Compliance Specialist</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sandals Grande Antigua</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Email:\n</strong><a href=\"mailto:recruitsat@grp.sandals.com\"><strong>recruitsat@grp.sandals.com</strong></a><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>&nbsp;</strong><strong>NB: Please enter&nbsp;“Assistant Water Sports Manager</strong>”<strong>&nbsp;</strong><strong>in the subject field in the email for\nconsideration. We thank all applicants for their interest but only shortlisted\ncandidates will be contacted.</strong></p>\n<!-- /wp:paragraph -->','Sandals, Assistant Water Sports Manager','','publish','closed','closed','','sandals-assistant-water-sports-manager-3888','','','2019-09-12 08:20:58','2019-09-12 13:20:58','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=3888',0,'job','',0),(3889,9,'2019-08-14 17:24:43','2019-08-14 22:24:43','','Andrew Holness Cool B NEW','','inherit','open','closed','','andrew-holness-cool-b-new','','','2019-08-14 17:24:43','2019-08-14 22:24:43','',124,'https://buzz-caribbean.com/app/uploads/2019/07/Andrew-Holness-Cool-B-NEW.jpg',0,'attachment','image/jpeg',0),(3890,4,'2019-08-14 17:30:58','2019-08-14 22:30:58','<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=iA1SMjcY6-U\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=iA1SMjcY6-U&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Peter Bunting explains why the PNP should buy into a single vision','','publish','closed','closed','','peter-bunting-explains-why-the-pnp-should-buy-into-a-single-vision','','','2019-08-21 09:51:01','2019-08-21 14:51:01','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=3890',0,'video','',0),(3891,21,'2019-08-14 17:26:38','2019-08-14 22:26:38','<!-- wp:paragraph -->\n<p>Persons in Jamaica are more health and image-conscious now than ever before and you don\'t have to go far to see the evidence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Just take a short trip to the closest beach, chill spot or even social media platforms like Instagram and you will find immaculately toned legs or the \"firm\" posterior of women or \"ripped\" arms and sculpted \"six-packs\" of men.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But what is driving this lifestyle?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some gym-goers (myself included) will readily admit that, like fashion and music, the fitness and wellness experience is borrowed mostly from our developed neighbours in the north, the United States of America.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The lifestyle of the progressive and influential movie stars, musicians and entertainers have influenced many to look as \"buff\" or \"slim and trim\" as they do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By our check, there are close to 24 established or popular gyms in Kingston and St Andrew alone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While the lifestyle has peaked in some places in Kingston and St Andrew, it is most certainly spreading to rural parishes with multiple gyms in Clarendon, St Catherine, Manchester and other parishes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The typical gym-goer will use the gym three to six days per week. Most preferring five days per week (Monday to Thursday and then Saturday), with two days set aside for rest days. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rest days are as important as workout days as the muscles and body needs time to heal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But of course, keeping up with this healthy lifestyle isn\'t always cheap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Basic gym fees can come as low as $4000 but may go as high as $100,000 monthly in some instances. Opting for a personal trainer or a 24-hour gym access may cause these prices to rise and fall accordingly. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 24-hour gym access is a favourite for many persons because of the flexibility provided.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It accommodates the working hours perfectly and also allows you the luxury of escaping from the peak traffic after a workout or to hide at 3 am when no one else is around as you try to get your \"summer body\". </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And this experience can be bought for $6000 per month. So I would definitely recommend that type of gym for persons who want to join a gym but is shy about being judged by others and also have a budget to keep.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking of shy, that’s the story of Nathaniel. I’ve seen him a few nights during my workout at our gym in Kingston and so I decided to ask him why he started working out and why he’s always so late. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I prefer to come at nights as there are fewer people to stare”</p><cite>Nathaniel</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In addition, Nathaniel explained he is highly academic and that studying has brought on serious stress since high school and even now in university. So the gym gives him an outlet to release the stress and tension.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But not everyone’s story is that deep. Prince and Chris who also work, wearing cheeky grins, said they simply started working out because “ah dat (that\'s what) the ladies want”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Perhaps one of the more serious uses of the gym is encapsulated by the popular gym-goer saying “gym is life”. It is indeed life for many persons, as it is literally enhancing and lengthening the lives of persons who suffer from diseases such as diabetes and depression.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking of gym-goer sayings, here is a list of expressions you may wish to know if you are uninitiated but intend to join the movement or just simply want to know what the fitness buffs are saying:<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>Do you lift bro?</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This is a common question from someone who sees another person who is ripped and wants to know where they workout.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>Gym is life</strong>  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When persons say this they mean they are regularly at the gym</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>Beast Mode </strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The persons, who are mainly into building large muscles, use this. They will say they’ve activated beast mode to lift heavyweights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>Meal Prep</strong>  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>An expression by gym-goers to state that they are making meals to match their workout plans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>Ripped</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> A toned, muscular physique.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>Summer Body</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> Someone whose body is in great physical shape</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>Treadmill, dumbbells, Olympic bar and squat rack</strong>  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>These are some of the more popular gym machines and equipment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An added benefit of the gym, is you also get to meet or see some of your favourite local celebrities. So, if this is your interest, the gym on Lady Musgrave Road in Kingston is ideal for you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But whatever your reason for joining a gym, get involved now, and the fitness bandwagon certainly has space for you, as gyms are opening almost every day across the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>— Story written by C.W.</em><br></p>\n<!-- /wp:paragraph -->','Are you about that gym life?','','inherit','closed','closed','','746-revision-v1','','','2019-08-14 17:26:38','2019-08-14 22:26:38','',746,'https://buzz-caribbean.com/article/746-revision-v1/',0,'revision','',0),(3893,16,'2019-08-14 17:30:50','2019-08-14 22:30:50','','Sandals Logo','','inherit','open','closed','','sandals-logo','','','2019-08-14 17:30:50','2019-08-14 22:30:50','',3888,'https://buzz-caribbean.com/app/uploads/2019/08/Sandals-Logo.png',0,'attachment','image/png',0),(3895,21,'2019-08-14 17:34:01','2019-08-14 22:34:01','<!-- wp:image {\"id\":1018} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-1-1024x614.jpg\" alt=\"\" class=\"wp-image-1018\" /><figcaption>One brave youth decides to risk a full \'chuck off\' at the Spanish Bridge in St. Mary (Photos: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What better way to spend a summer’s day than cooling off at Labrynth’s Old Spanish Bridge!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With a drive of a little more than an hour from Kingston to St Mary, and it\'s easy to forget about the hustle and bustle of the city when surrounded by lush forest and the aroma of flora and fauna.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1020} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-3-1024x614.jpg\" alt=\"\" class=\"wp-image-1020\" /><figcaption>Photo: Mark Llewellyn</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Built in the 1770s, with the azure waters of White River running beneath it, the Old Spanish Bridge has become a growing attraction point.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Swinging off the scenic locale is a must for those who are wild at heart as it pulls out the adventure buffs in droves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> spent a day at Labyrinth\'s Old Spanish Bridge and brought back some photos – just for you. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1021,1022,1023,1024,1025,1026,1027,1028,1029]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-1-1-1024x614.jpg\" alt=\"\" data-id=\"1021\" data-link=\"https://buzz-caribbean.com/?attachment_id=1021\" class=\"wp-image-1021\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-2-1024x614.jpg\" alt=\"\" data-id=\"1022\" data-link=\"https://buzz-caribbean.com/?attachment_id=1022\" class=\"wp-image-1022\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-3-1-1024x614.jpg\" alt=\"\" data-id=\"1023\" data-link=\"https://buzz-caribbean.com/?attachment_id=1023\" class=\"wp-image-1023\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-4-1024x614.jpg\" alt=\"\" data-id=\"1024\" data-link=\"https://buzz-caribbean.com/?attachment_id=1024\" class=\"wp-image-1024\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-5-1024x614.jpg\" alt=\"\" data-id=\"1025\" data-link=\"https://buzz-caribbean.com/?attachment_id=1025\" class=\"wp-image-1025\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-6-1024x614.jpg\" alt=\"\" data-id=\"1026\" data-link=\"https://buzz-caribbean.com/?attachment_id=1026\" class=\"wp-image-1026\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-7-1024x614.jpg\" alt=\"\" data-id=\"1027\" data-link=\"https://buzz-caribbean.com/?attachment_id=1027\" class=\"wp-image-1027\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-8-1024x614.jpg\" alt=\"\" data-id=\"1028\" data-link=\"https://buzz-caribbean.com/?attachment_id=1028\" class=\"wp-image-1028\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-9-1024x614.jpg\" alt=\"\" data-id=\"1029\" data-link=\"https://buzz-caribbean.com/?attachment_id=1029\" class=\"wp-image-1029\" /></figure></li></ul>\n<!-- /wp:gallery -->','A lazy summer at the iconic Spanish Bridge','','inherit','closed','closed','','1016-revision-v1','','','2019-08-14 17:34:01','2019-08-14 22:34:01','',1016,'https://buzz-caribbean.com/article/1016-revision-v1/',0,'revision','',0),(3896,9,'2019-08-14 17:34:14','2019-08-14 22:34:14','<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=a4mjpO748nY\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=a4mjpO748nY&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Puff &amp; Paint: Celebrating creativity through marijuana','','inherit','closed','closed','','3847-autosave-v1','','','2019-08-14 17:34:14','2019-08-14 22:34:14','',3847,'https://buzz-caribbean.com/article/3847-autosave-v1/',0,'revision','',0),(3898,21,'2019-08-14 17:36:36','2019-08-14 22:36:36','','Teachers','','inherit','open','closed','','teachers','','','2019-08-14 17:36:36','2019-08-14 22:36:36','',1003,'https://buzz-caribbean.com/app/uploads/2019/08/Teachers.jpg',0,'attachment','image/jpeg',0),(3899,21,'2019-08-14 17:38:26','2019-08-14 22:38:26','','Parent-Teacher','','inherit','open','closed','','parent-teacher','','','2019-08-14 17:38:26','2019-08-14 22:38:26','',1003,'https://buzz-caribbean.com/app/uploads/2019/08/Parent-Teacher.jpg',0,'attachment','image/jpeg',0),(3900,21,'2019-08-14 17:39:11','2019-08-14 22:39:11','<!-- wp:paragraph -->\n<p>The saying <em>‘if a child does not learn, a teacher did not teach’</em> may be debatable in today’s society; but there are some things that teachers wished that parents would instil in their children before unleashing them on the wider society. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3898} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Teachers-1024x683.jpg\" alt=\"\" class=\"wp-image-3898\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>More parents should also be ‘schooled’ on what exactly is the role of a teacher, in order to improve the teaching-learning experience for a child.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3899} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Parent-Teacher.jpg\" alt=\"\" class=\"wp-image-3899\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> <br><strong><em>Firstly, the teacher is not an informal financial institution.</em></strong> They assist students with bus fare and lunch money, but it is unconscionable for parents to continuously ask them to do this considering how poorly our nation’s teachers are already being paid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Also, lice are not counted as students and are not listed on the register!</em></strong> No educator wants the onerous task of combing through students’ hair and telling the infected culprits to go home. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you really want to make their lives easier, <strong><em>train up your children with manners and respect</em></strong>. You may think your little ones are precocious but children who are argumentative and do not listen, are really just rude and ill-mannered and there is nothing cute about that. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With that said also note that four-letter words do not look good coming out of the mouths of children! <strong><em>Be aware of the movies and television shows they watch and monitor</em></strong> their activities online as not everything can pass the Broadcasting Commission’s child-friendly ratings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When it comes to children, <strong><em>it is knowledge and not expensive brands that will make your child shine</em></strong>.  Kids who have the latest in designer bags, shoes and other costly items are just walking billboards for high-priced consumption. It is ironic how parents who complain that school fees are too high, are the very ones who find the money for material stuff but not textbooks. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Teachers struggle daily when faced with the challenge of marking a child named ‘Airwrecka’ (Erica) present</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>One of the biggest pet peeves of teachers is <strong><em>marking a register with names not even the students themselves can spell</em></strong>! The Registrar General Department shocked many Jamaicans a few years ago when they made a public appeal for parents to desist from giving their children ‘unusual’ names such as ‘Syphilis’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While most would have a chuckle, teachers struggle daily when faced with the challenge of marking a child named ‘Airwrecka’ (Erica) present!<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And while you are at it,<em> <strong>hold back on the smartphones for some of the children</strong></em>. Think about how smartphones have become almost a weapon in the hands of children, especially when they use their camera and video capabilities to film themselves doing things they should not be doing! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And the number one complaint: homework that is not done at home. <strong><em>Homework should not be seen as punishment</em></strong>. It is a parent’s responsibility to ensure that their child gets their assignment done without doing the actual work for them.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Always remember how difficult a job teaching can be. The next time you see a teacher, tell him or her thanks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong><em>If it was not for them, you would not even be able to read this article.</em></strong> </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Also, did you catch a glimpse of this heartfelt piece from an educator in the US, who decided to leave the profession?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.facebook.com/permalink.php?story_fbid=10105548277289709\\u0026id=7821126\",\"type\":\"rich\",\"providerNameSlug\":\"facebook\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/permalink.php?story_fbid=10105548277289709&amp;id=7821126\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Let\'s give our teachers the love and respect they deserve. </p>\n<!-- /wp:paragraph -->','Things teachers wish parents knew','','inherit','closed','closed','','1003-revision-v1','','','2019-08-14 17:39:11','2019-08-14 22:39:11','',1003,'https://buzz-caribbean.com/article/1003-revision-v1/',0,'revision','',0),(3901,6,'2019-08-14 17:39:12','2019-08-14 22:39:12','<!-- wp:paragraph -->\n<p>Cuba is making big efforts to refine and diversify its tourism product which continues to attract international visitors.<br><br>According to the country\'s Tourism Minister, Manuel Marrero, Cuba is expecting 5.1 million visitors this year. This would be a 7.4 per cent increase over 2018\'s visitor numbers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":99} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/ministro-de-turismo-manuel-marrero-cuba.jpg\" alt=\"\" class=\"wp-image-99\" /><figcaption>Cuba\'s Tourism Minister, Manuel Marrero (Photo: travelgestour.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With an increase in arrivals, Cuba is looking to a jump in revenues. It has set itself the target of over US$3 billion in revenues from its tourism industry for 2019. This figure would spell a 17 per cent increase on the prior year.&nbsp;<br><br>The government is claiming that there are currently 40 hotels under construction translating to an additional 18,000 rooms in the near term.<br><br>Marrero points to the growth in investment in the sector and some of the leading hotel groups of the world now looking to deepen their presence there as most encouraging.<br><br>The Melia Group, which has a presence in Jamaica, now operates 34 hotels in Cuba with 14,700 rooms and MGM Muthu Hotels is about to open its fourth hotel in the Caribbean country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3452} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/CCC-Grand-Muthu-Cayo-Guillermo-Pool-006-1024x614.jpg\" alt=\"\" class=\"wp-image-3452\" /><figcaption> Muthu Cayo Guillermo Hotel in Cuba (Photo: transat.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With some Caribbean destinations afflicted by stories of assaults on visitors, Cuba is proudly proclaiming that it does not have security issues and that visitors there can enjoy their vacation without fear of any harm befalling them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":100} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Turistas-estadounidenses-en-La-Habana-_ab-620x330.jpg\" alt=\"\" class=\"wp-image-100\" /><figcaption>Tourists enjoying photo moments in Cuba (Photo: translatingcuba.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":101} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Tourists-in-Cuba.jpg\" alt=\"\" class=\"wp-image-101\" /><figcaption>Big smiles! (Photo: aljazeera.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are more restaurants, bars, clubs and attractions in the tourism enclaves than ever before.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Cuban-Rum-and-Daiquiri.jpg\" alt=\"\" class=\"wp-image-102\" /><figcaption> Eduardo Corona, center, is a bartender at El Traguito, a bar below the Museo del Ron in Santiago de Cuba. (Photo: Eliana Aponte Tobar for The New York Times)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Cuba\'s tourism product hasn\'t gone unnoticed. Varadero came second place in the TripAdvisor 2019 Travelers\' Choice Awards for the world\'s best beaches. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Hotel Nacional was recognised in 2018\'s World Travel Awards.<br><br>Looking to see what the Caribbean has to offer? Then check out the charms of Cuba.<br><br>Hasta la vista baby!</p>\n<!-- /wp:paragraph -->','Cuba\'s tourist arrivals continues to grow','','inherit','closed','closed','','98-revision-v1','','','2019-08-14 17:39:12','2019-08-14 22:39:12','',98,'https://buzz-caribbean.com/article/98-revision-v1/',0,'revision','',0),(3903,21,'2019-08-14 17:44:52','2019-08-14 22:44:52','<!-- wp:paragraph -->\n<p>Recently, sprint legend Usain Bolt was in the media in defence of his former coach Glen Mills against assertions made by some of his former club mates while at Racers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, it seems that the legendary athlete has moved past that and recently took some time out of his busy schedule to sit down and have a chat with some young athletes who were participating in the Racers Summer Camp. The camp was held at the UWI Mona Bowl in July.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On his Twitter account Bolt is quoted as saying \"happy to hold a reason with the young G\'s\". </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/usainbolt/status/1151538171169116160\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed aligncenter is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/usainbolt/status/1151538171169116160\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Bolt highlighted time spent speaking to the athletes in a group fashion and they, in turn, paying keen attention to what he had to say.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":987} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Group-Photo.jpg\" alt=\"\" class=\"wp-image-987\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There was also some group lens time and signing of autographs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":988} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Priceless-Autograph.jpg\" alt=\"\" class=\"wp-image-988\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Summer School is as a result of Racers seeking to accommodate parents who ask that their children be trained by them. The camp provides the children with training and other needs to aid in their development. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The children who participated are said to have come in from all over the globe. </p>\n<!-- /wp:paragraph -->','Bolt mentors future star athletes','','inherit','closed','closed','','982-revision-v1','','','2019-08-14 17:44:52','2019-08-14 22:44:52','',982,'https://buzz-caribbean.com/article/982-revision-v1/',0,'revision','',0),(3904,6,'2019-08-14 17:46:01','2019-08-14 22:46:01','<!-- wp:image {\"id\":187} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Jah-Cure-in-Kenya.jpg\" alt=\"\" class=\"wp-image-187\" /><figcaption>Reggae artiste Jah Cure in Kenya </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reggae artiste Jah Cure teamed up with Governor of Nairobi City County, Mike Sonko, for a cleaning-up campaign in Nairobi, Kenya recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kenya was the kick-off for the African leg of Cure’s global <strong>The Royal Soldier Tour</strong>, which comes ahead of his new album <strong>Royal Solider</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":190} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Jah-Cure-in-Kenya-2.jpg\" alt=\"\" class=\"wp-image-190\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jah Cure’s mission in Africa showcased not only his album, but also allows him to voice some of his concerns while helping to keep the streets of Kenya clean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Jah Cure joined forces with Sonko to enforce the cleaning campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The duo created a hashtag on social media called #MyWasteMyResponsibility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":192} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Jah-Cure-in-Kenya-5.jpg\" alt=\"\" class=\"wp-image-192\" /><figcaption>Jah Cure is part of a campaign to help keep the streets of Kenya clean.  (photos courtesy of facebook/Jah Cure) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cure’s first big break came in March 1997 when he released the single<strong> King In This Jungle</strong>, a duet with Sizzla. The single was produced by Beres Hammond.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He later released a steady stream of singles that won him critical acclaim.</p>\n<!-- /wp:paragraph -->','Jah Cure finds new life in Kenya','','inherit','closed','closed','','185-revision-v1','','','2019-08-14 17:46:01','2019-08-14 22:46:01','',185,'https://buzz-caribbean.com/article/185-revision-v1/',0,'revision','',0),(3905,6,'2019-08-14 17:47:24','2019-08-14 22:47:24','<!-- wp:image {\"id\":218} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/coco-3.jpg\" alt=\"\" class=\"wp-image-218\" /><figcaption>Tennis sensation Cori \'Coco\' Gauff. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican tennis coach Sylvester Black coached and worked with Cori ‘Coco’ Gauff, who, at just 15, was a sensation at this year’s Wimbledon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her first match at the London-based Grand Slam tournament saw the young American beating Five-time Wimbledon champion and tennis legend Venus Williams before she succumbed to the eventual champion this year, Simona Halep in the round of 16.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":222} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/cori-and-venus-williams-1024x576.jpg\" alt=\"\" class=\"wp-image-222\" /><figcaption>Cori Gauff (right) with tennis legend and her idol Venus Williams. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ </strong>from Vietnam, Black said: “Coco’s father called me to see whether she had potential. At the time she was just 6 years old and I drove to Atlanta from Tampa, Florida to find out whether she had what it takes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“She was tiny and determined. Her talent was plain to see but more importantly she said back then she wanted to be the best tennis player in the world.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":227} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/sylvester-and-Coco-at-8-yo-768x1024.jpg\" alt=\"\" class=\"wp-image-227\" /><figcaption>Cori at eight years old with Sylvester Black.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Impressed, Black decided to take a second look at her and told her parents that he would commit to working with her. Two weeks later Coco and her mother, who quit her job, came to Florida to begin training at Black’s tennis camp.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Everyone was surprised at her performance at Wimbledon but not me.&nbsp;I saw it coming.&nbsp;Back in 2012 when she was eight, she won the Little Mo Tournament and at 10 she became the youngest national champion. By 13 she was the youngest girl to make the US Open Junior finals. She won the 12 and under Orange Bowl in 2016,” said Black.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:custom-blocky/video-gallery -->\n<div class=\"wp-block-custom-blocky-video-gallery block-video-gallery\"><!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=-nN8Nx87ww0\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=-nN8Nx87ww0\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:custom-blocky/video-gallery -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican coach worked with her for five and a half years and credits her growing success to her determination, mental toughness and technique.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Every challenge we gave her she delivered and we were able to keep her on track. We were very proud when she won the junior French Open and made her professional debut at the ITF Women’s Circuit in May 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":225} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/coco-5.jpg\" alt=\"\" class=\"wp-image-225\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“At Wimbledon, people talked about her attitude, comportment and maturity but she was always a nice kid, disciplined and an incredibly hard worker. She was a joy to work with,”&nbsp;said Black, who heads up High Performance Tennis Academy in Boca Raton, Florida.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":224} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/coco-4.jpg\" alt=\"\" class=\"wp-image-224\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Black has also coached US Open winner Sloane Stephens and his High Performance Tennis Academy has been described as the most successful junior program in North America in the last 10 years.</p>\n<!-- /wp:paragraph -->','Meet the Jamaican tennis coach who helped Cori Gauff on her way to stardom','','inherit','closed','closed','','219-autosave-v1','','','2019-08-14 17:47:24','2019-08-14 22:47:24','',219,'https://buzz-caribbean.com/article/219-autosave-v1/',0,'revision','',0),(3908,21,'2019-08-14 17:48:47','2019-08-14 22:48:47','<!-- wp:paragraph -->\n<p>Serena Williams will fight for equality until the \"day she\'s in her grave\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The tennis star — who has daughter Alexis, 22 months — feels it is important to fight for what she believes is right for as long as she lives.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":955} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/serena-and-olympia2.jpg.png\" alt=\"\" class=\"wp-image-955\" /><figcaption>Serena and daughter Olympia. (Instagram - @serenawilliams)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said: \"The day I stop fighting for equality and for people that look like you and me will be the day I\'m in my grave.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":937} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Serena-Williams-.jpeg\" alt=\"\" class=\"wp-image-937\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Serena suffered from post-natal depression following the birth of her daughter and opened up about her journey to help others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BzYEcSQHjoT/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BzYEcSQHjoT/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>I remember one day, I couldn\'t find Olympia\'s bottle and I got so upset I started crying</p><cite>— Serena Williams</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She said: \"Honestly, sometimes I think I still have to deal with it. I think people have to talk about it more because it\'s almost like the fourth trimester, it\'s part of the pregnancy. I remember one day, I couldn\'t find Olympia\'s bottle and I got so upset I started crying... because I wanted to be perfect for her.\"</p>\n<!-- /wp:paragraph -->','Serena Williams\' lifelong fight for equality','','inherit','closed','closed','','936-revision-v1','','','2019-08-14 17:48:47','2019-08-14 22:48:47','',936,'https://buzz-caribbean.com/article/936-revision-v1/',0,'revision','',0),(3911,6,'2019-08-14 17:54:49','2019-08-14 22:54:49','<!-- wp:paragraph -->\n<p>“Fly me to the moon<br>Let me play among the stars<br>Let me see what spring is like <br>On Jupiter and Mars,” sang Frank Sinatra </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>British billionaire Richard Branson wants to do just that: fly people to space with his Virgin Galactic company. And he\'ll be a step closer to doing so when he lists his company on the stock exchange later this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":314} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Richard-Branson-1024x614.jpg\" alt=\"\" class=\"wp-image-314\" /><figcaption>Billionaire Richard Bronson racing to make space tourism a reality.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Branson will join forces with Social Capital Hedosophia Holdings (SCHH), which will take a 49 % share in his space company for US$800 million. Branson expects his space tourism company to launch into profitability in 2021.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Branson has already got 600 people to sign up for space flights, netting US$80 million in deposits. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>To fly on Branson’s VSS Unity will set you back US$250,000.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":315} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Virgin-Galactic.jpg\" alt=\"\" class=\"wp-image-315\" /><figcaption>Branson plans to take tourists to space with his VSS Unity spacecraft.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Branson has already sunk close to US$1 billion of his own money into this project and is intent on being the first man to take tourists into space. But he may have stiff competition there. Fellow billionaires Jeff Bezos and Elon Musk are also planning space missions for tourists. All three men&nbsp;have already completed test runs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Buzz Lightyear for real!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Who do you think will be the first into space with commercial flights? Branson, Bezos or Musk?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us know at Buzz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Branson a step closer to space tourism','','inherit','closed','closed','','357-revision-v1','','','2019-08-14 17:54:49','2019-08-14 22:54:49','',357,'https://buzz-caribbean.com/article/357-revision-v1/',0,'revision','',0),(3913,21,'2019-08-14 18:00:33','2019-08-14 23:00:33','<!-- wp:image {\"id\":931} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/plants-in-home-demo-1024x683.jpeg\" alt=\"\" class=\"wp-image-931\" /><figcaption>Photo: Pexels.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Do you feel that? #PlaceHotB!&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s the type of heat that can make you drowsy, and the summer\nis here to remind you that it’s in charge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Though the heavy-duty fans and air conditioning units offer\nvarying degrees of respite, many Jamaican homes have a much cheaper option to\ncool down:&nbsp;<strong>PLANTS</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The average Jamaican houses around one to four potted plants for aesthetic purposes. Did you know that recent studies have shown that adding&nbsp;certain plants can not only keep the air around your homes cool but also help flush out toxins?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":942} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-plant-around-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-942\" /><figcaption>Acrea palm (centre) and golden pothos (right) among plants used in our Buzz offices! (Photo: Gavin Riley)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Plants have been proven to keep your house cool because they lose water during transpiration, which freshens the air around the plants, leaving it purified and crisp. If you’re looking for a natural, inexpensive way to keep your\nhouse cool, consider getting some&nbsp;of these plants, which can help keep temperatures\ndown:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Acrea palm tree</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":920} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/acrea-palm-tree_demo-1024x576.jpg\" alt=\"\" class=\"wp-image-920\" /><figcaption>Photo: Amazon.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As one of the most popular living room and patio plants across the island, areca palm trees are decorative houseplants that act as natural humidifiers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to cooling off your home, areca palms can remove\nbenzene, formaldehyde and trichloroethylene from the air.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Aloe vera</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":922} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-aloe-vera_demo.jpg\" alt=\"\" class=\"wp-image-922\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Known affectionately as ‘sinkle bible’, having an aloe vera plant on hand will not only come in handy if you get any nasty itch, cuts or sunburns, but it is also effective at cooling the air temperature and&nbsp;removing formaldehyde from the air.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a study conducted by the Beijing University of Chemical Technology, potted plants, such as aloe vera could remove formaldehyde from the air in confined spaces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Potted ferns</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":919} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-ferns_demo-1024x614.jpg\" alt=\"\" class=\"wp-image-919\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Potted ferns are not only aesthetically pleasing but are popular for their minimalistic design. These plants have been proven to be quite skilled in ‘sprucing up’ the air quality in your home. Potted ferns are notoriously adept at absorbing harmful gases through pores on the surface of their leaves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Snake plants</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":921} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/snake-plant_demo.jpg\" alt=\"\" class=\"wp-image-921\" /><figcaption>Sansevieria trifasciata or Snake plant in pot at home</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Snake plants, also known as Mother-in-Law\'s Tongue, are another potted plant with exceptional air-purifying properties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a 1989 study published by scientists at NASA, low-light requiring houseplants such as mother-in-law’s tongue, “have demonstrated the potential for improving indoor air quality by removing trace organic pollutants from the air in energy-efficient buildings”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Golden pothos</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":918} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/golden-pothos_demo-1024x614.jpg\" alt=\"\" class=\"wp-image-918\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The golden pothos is another plant popular in Jamaica with great air-purification properties. Known locally as \'creeper\', the plant, which thrives in a system of vines, is perfect for those who aren’t exactly garden-savvy, as it’s extremely easy to take care of.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> A golden pothos requires little light and little care, and it will keep your air cool and purified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now that you’re armed to the bedrock with information, \'cool dung yuh yaad\' with your own ‘green arsenal’ and get your purify on!</p>\n<!-- /wp:paragraph -->','BUZZ Hacks: 5 plants to keep your home cool this summer','','inherit','closed','closed','','913-revision-v1','','','2019-08-14 18:00:33','2019-08-14 23:00:33','',913,'https://buzz-caribbean.com/article/913-revision-v1/',0,'revision','',0),(3917,21,'2019-08-14 18:02:52','2019-08-14 23:02:52','','Fried Plantain','','inherit','open','closed','','fried-plantain-2','','','2019-08-14 18:02:52','2019-08-14 23:02:52','',907,'https://buzz-caribbean.com/app/uploads/2019/07/Fried-Plantain-1.jpg',0,'attachment','image/jpeg',0),(3918,16,'2019-08-14 18:03:01','2019-08-14 23:03:01','','Sandals','','inherit','open','closed','','sandals','','','2019-08-14 18:03:01','2019-08-14 23:03:01','',3888,'https://buzz-caribbean.com/app/uploads/2019/08/Sandals.gif',0,'attachment','image/gif',0),(3919,26,'2019-08-14 18:03:09','2019-08-14 23:03:09','<!-- wp:image {\"id\":3236} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lauren-o-lauren-1024x839.jpg\" alt=\"\" class=\"wp-image-3236\" /><figcaption> Lauren O Lauren says she is a digital content creator.  (Photo: Instagram @laurenolauren)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For Lauren O Lauren, personal brand\nbuilding is a strategic tool that she uses in her day-to-day engagements with\nher audience and corporate entities, as she tries to tell stories that reflect\na persona that is compelling and authentic. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaica-born social and digital expert has been working in the digital media space for more than a decade, and she now holds a post at one of the largest tech agencies in the world called <strong>Bumble</strong>, which is based in the United States.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bw2aujThfW_/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bw2aujThfW_/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Back when she was in Jamaica, the social butterfly, whose real name is Lauren Dunn, started the <strong>Lauren O Lauren</strong> <strong>Show</strong>. It began on Facebook before finding its way on to Jamaican cable station Flow 100. On the show, she would use her candour personality to speak on personal issues that were affecting her as a female. At the time, she said she didn’t know that she was building her personal brand. Although the brand was initially seen as being vulgar and loud, she was able to gain a following because of her sincerity and authenticity. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And while she believes she might influence\npersons, Lauren does not view herself as an influencer. Instead, she believes\nshe is a digital content creator. </p>\n<!-- /wp:paragraph -->','Lauren O Lauren is more than an influencer','','inherit','closed','closed','','832-revision-v1','','','2019-08-14 18:03:09','2019-08-14 23:03:09','',832,'https://buzz-caribbean.com/article/832-revision-v1/',0,'revision','',0),(3920,21,'2019-08-14 18:03:32','2019-08-14 23:03:32','<!-- wp:paragraph -->\n<p>It is the ‘year of the vegan’, according to <a href=\"https://worldin2019.economist.com/theyearofthevegan\">The Economist</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That means just about everyone is on the bandwagon, with even fast-food franchises such as McDonald\'s joining the list of restaurants now offering vegan meals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <a href=\"https://www.forbes.com/sites/michaelpellmanrowland/2019/04/14/mcvegan-celebrity-petition/#4432c3f13403\">McVegan</a>, anyone?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":914} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/McVegan.jpg\" alt=\"\" class=\"wp-image-914\" /><figcaption>McDonald\'s recently rolled out their veggie burger with much success in Finland (Source: Forbes)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, while the hype means that there are <a href=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/\">more places</a> to access vegan-style food, being a vegan is still pretty hard – particularly if you entered the lifestyle fresh out of the transition from eating medium-rare steaks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Below is a list of five foods that will help to make your transition to ‘veganhood’ that much easier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Cashews</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>From eating them roasted to making them into vegan-cheese, cashew nuts are essential to a vegan lifestyle. Cashew nuts are extremely versatile and if you’re looking for a great way to replace milk in your diet then cashews are your answer. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":916} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Cashew-1024x685.jpg\" alt=\"\" class=\"wp-image-916\" /><figcaption>Cashew</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Drooling to have the taste of cheese again? Cashew paired with a few ingredients is sure to get your saliva going. Not to mention, cashews are packed with minerals and vitamins such as iron, magnesium and zinc and is excellent if you are attempting to manage your weight.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Coconut</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> If you’re the type that loves cereal with milk, or are looking for a healthier oil for cooking – coconut is your go-to-alternative.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":923} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/coconut.jpg\" alt=\"\" class=\"wp-image-923\" /><figcaption>Coconuts</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Coconut milk is derived from the flesh surrounding the shell of the coconut. Once cut from the shell, add a little water and you have coconut milk or save yourself the trouble and grab a carton from the supermarket shelf.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":926} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Coconut-milk.png\" alt=\"\" class=\"wp-image-926\" /><figcaption>One of several brands of coconut milk products available in Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Coconut milk, which has the consistency of regular cow’s milk can be used to replace dairy milk in just about anything including cereals, smoothies and curry dishes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As for coconut oil, it can be used as you would use vegetable oil, plus the body absorbs it rather easily and has antimicrobial and antifungal properties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3> Chickpeas </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> Yum, yum. Also known as garbanzo beans, these beans are magical in helping former meat-eaters to replicate some of our favourite flesh dishes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":928} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/chickpeas-in-a-bowl-1024x747.jpg\" alt=\"\" class=\"wp-image-928\" /><figcaption>Chickpeas</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Yup, chickpeas can be fashioned into faux-fish and even vegan meat-less balls.  Chickpeas are also good just the way they are, make fantastic curries and stews that can be paired with grains for a complete meal. Did I mention that chickpeas are rich in protein?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Plantains</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a staple food of West and Central Africa, the Caribbean, Central America, and South America and is a must-have on your journey to veganhood. Plantains can be eaten cooked or uncooked and can be used to add a boost of sweet goodness to any dish or even drink.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":932} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Green-Plantain-1024x683.jpg\" alt=\"\" class=\"wp-image-932\" /><figcaption>Green plantains</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Plantains are most popularly eaten fried and are, particularly in the Caribbean, deemed side dishes. However, more and more plantains are being used in vegan dishes to substitute noodles and other dishes that require flour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3917,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Fried-Plantain-1-1024x768.jpg\" alt=\"\" class=\"wp-image-3917\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>One way to make a gluten-free lasagna is to substitute the lasagna noodle with green plantains. Green plantains are also used as a burger bun in some vegan meals. Ripe plantain is also used to make tarts and is a substitute for meat in pot pies.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Bulgur Wheat</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Texture, texture and more texture – that’s what bulgur wheat has. It is this fabulous texture that makes the wheat good at simulating the look and feel of ground beef, burger patties and even Middle Eastern-style kibbehs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":935,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Bulgur-Wheat.jpg\" alt=\"\" class=\"wp-image-935\" /><figcaption>Bulgur wheat</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Low in calories and high in fibre, bulgur wheat is one of those grains that is good at soaking up flavours and makes for a great meat replacement if you’re looking to mimic the taste and texture of beef products.<br>Bulgur is also fantastic for individuals trying to control their blood sugar levels. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>— Story written by Denieca-Alexia Daniels</em><br></p>\n<!-- /wp:paragraph -->','Year of the Vegan: 5 tasty vegan approved treats','','inherit','closed','closed','','907-revision-v1','','','2019-08-14 18:03:32','2019-08-14 23:03:32','',907,'https://buzz-caribbean.com/article/907-revision-v1/',0,'revision','',0),(3921,1,'2019-08-14 18:09:05','2019-08-14 23:09:05','<!-- wp:paragraph -->\n<p>The Caribbean’s leading\nLuxury-Included® chain offers an exciting opportunity for enthusiastic persons\nto join our team. Come share with us an exciting Caribbean journey as:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>WEDDING MANAGER</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Wedding Manager has a leadership role in the\nseamless execution of the event of a lifetime. The incumbent in this role will\nbe responsible for all aspects of weddings including sales, service, planning,\norganization, and communication.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Specific Requirements/Duties of the Position Include: </strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Meeting\nprospective clients, conducting site inspections.</li><li>Participating\nin wedding expos, trade fairs, workshops, seminars, etc.</li><li>Excellent\nat planning and organizing.</li><li>Knowledge\nof government requirements, documentation, procedures and standards for\nweddings.</li><li>Ensuring\nmonthly sales targets are met or exceeded.<strong></strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>&nbsp;</strong><strong>Qualifications and Experience:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>University Degree in the areas of Hospitality\nManagement or a Business related field preferred.</li><li>A minimum of 2 years wedding/social event\nservice management experience in a full service luxury hotel/resort operation.</li><li>Excellent oral and written communication skill.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>If successful a clean Police Record will be\nrequired.</strong><strong> </strong><strong>Interested persons should submit their applications\nby August 30, 2019&nbsp;with curriculum vitae via email to:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The Recruitment and Compliance Specialist</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sandals Grande Antigua</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Email:\n</strong><a href=\"mailto:recruitsat@grp.sandals.com\"><strong>recruitsat@grp.sandals.com</strong></a><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>&nbsp;NB: Please enter&nbsp;“Wedding</strong><strong> Manager</strong>”<strong>&nbsp;</strong><strong>in the subject field in the email for consideration.\nWe thank all applicants for their interest but only shortlisted candidates will\nbe contacted.</strong></p>\n<!-- /wp:paragraph -->','Sandals, Wedding Manager','','publish','closed','closed','','sandals-wedding-manager-3921','','','2019-09-12 08:20:56','2019-09-12 13:20:56','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=3921',0,'job','',0),(3922,1,'2019-08-14 18:12:33','2019-08-14 23:12:33','<!-- wp:paragraph -->\n<p>The\nCaribbean’s leading Luxury-Included® chain offers an exciting opportunity for\nenthusiastic persons to join our team. Come share with us an exciting Caribbean\njourney as:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BOAT CAPTAIN </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The captain is\nresponsible for the vessel’s safe and efficient operation, including cargo\noperations, navigation and crew management. He or she will ensure that the\nvessel complies with local and international laws, as well as company standards\nand policies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Specific\nRequirements/Duties of the Position Include:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Ensuring emergency and safety procedures are practised and enforced daily to ensure the safety and security of guests and team members.</li><li>Maintaining standards &amp; procedures set by dive organizations (PADI, NAUI) and Sandals.</li><li>Having a pleasant personality and demonstrating a high level of professionalism.</li><li>Performing various marine duties such as checking for oil spills or other pollutants around ports etc.</li><li>Ensuring that boats and equipment are always properly maintained.</li><li>Knowledge of physical geography - principles and methods for describing the features of  land, sea, and air masses, including their physical characteristics and locations</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Qualifications and Experience:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Undergraduate Degree in Shipping Logistics or other related field </li><li>Valid Lifeguard Licence </li><li>Knowledge of customer service standards and procedures.</li><li>At least 2 years’ experience in a similar capacity.</li><li>CPR and First Aid certified</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>If successful a clean Police\nRecord will be required. Interested persons should submit their applications by\n</strong><strong>August 30, 2019</strong><strong>&nbsp;</strong><strong>with curriculum vitae via email\nto: </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The Recruitment and Compliance Specialist</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sandals Grande Antigua</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Email:\n</strong><a href=\"mailto:recruitsat@grp.sandals.com\">recruitsat@grp.sandals.com</a><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>&nbsp;NB: Please enter “Boat Captain” in the email subject field for\nconsideration. We thank all applicants for their interest but only shortlisted\ncandidates will be contacted.</strong></p>\n<!-- /wp:paragraph -->','Sandals, Boat Captain','','publish','closed','closed','','sandals-boat-captain-3922','','','2019-09-12 08:20:54','2019-09-12 13:20:54','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=3922',0,'job','',0),(3924,6,'2019-08-14 18:14:47','2019-08-14 23:14:47','<!-- wp:image {\"id\":3588} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Montego-Bay-SIGN-new-1024x684.jpg\" alt=\"\" class=\"wp-image-3588\" /><figcaption>The sign that welcomes visitors to Montego Bay.  (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The allure of downtown Montego Bay has dwindled in the last few years, as the town has been facing increasing challenges as other areas were recently developed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the plethora of shops and other facilities, Fairview and Whitter Village have become attractive alternatives to downtown Montego Bay, and are now flooded with patrons on any given day.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3589} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Montego-Bay-Sam-SHARPE-SQUARE-new-1024x684.jpg\" alt=\"\" class=\"wp-image-3589\" /><figcaption>Sam Sharpe Square in Montego Bay is usually buzzing with excitement.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, it seems the town centre could be on the cusp of a resurgence with the proposed development of the Closed Harbour Beach or Dump Up Beach as it is popularly called by locals.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Work has now started on the area that is expected to increase the appeal of the town for both locals and visitors. More than $500 million is expected to be spent over a two-year period on revamping the 16-acre property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3590} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Montego-Bay-Dump-up-beach-new-1024x684.jpg\" alt=\"\" class=\"wp-image-3590\" /><figcaption>Work is now under way at  Closed Harbour Beach (formerly Dump Up Beach)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When the work is complete, the waterfront lands are expected to be transformed into a world-class recreational space with amenities that the public will be able to access free of cost. In addition to the beach, the&nbsp;park will feature soft and hard landscaping, a jogging trail, an outdoor amphitheatre, multipurpose courts, a children’s play area, food kiosks, a boardwalk and other amenities.&nbsp;</p>\n<!-- /wp:paragraph -->','Downtown MoBay set for a resurgence','','inherit','closed','closed','','404-revision-v1','','','2019-08-14 18:14:47','2019-08-14 23:14:47','',404,'https://buzz-caribbean.com/article/404-revision-v1/',0,'revision','',0),(3926,13,'2019-08-14 18:19:15','2019-08-14 23:19:15','<!-- wp:embed {\"url\":\"https://youtu.be/pVFNdaHfGuU\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/pVFNdaHfGuU\n</div></figure>\n<!-- /wp:embed -->','Superchappy speaks on his viral song St E Gyal and his dancehall ambitions','','publish','closed','closed','','superchappy-speaks-on-his-viral-song-st-e-gyal-and-his-dancehall-ambitions','','','2019-08-21 09:50:55','2019-08-21 14:50:55','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=3926',0,'video','',0),(3928,1,'2019-08-14 18:23:11','2019-08-14 23:23:11','<!-- wp:paragraph -->\n<p>The Caribbean’s leading\nLuxury-Included® chain offers an exciting opportunity for enthusiastic persons\nto join our team. Come share with us an exciting Caribbean journey as:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>DINING ROOM SUPERVISOR</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Dining Room Supervisor ensures that guests have a pleasant and\nmemorable dining experience. He or she will assist the Manager in coordinating,\nplanning, organising, and controlling the activities of the operation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Specific\nRequirements/Duties of the Position Include: </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Assisting the manager in the daily operations\nof the restaurant. </li><li>Professional, articulate, friendly, and\npunctual demeanour.</li><li>Possessing and exhibiting the drive to provide\nexceptional service.</li><li>Knowledge of hotel services and food and beverage\nofferings.</li><li>The\nability to manage stress and long working hours.</li><li>Excellent written &amp; verbal\ncommunication skills.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;&nbsp;<strong>Qualifications\nand Experience:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>College\nor University Degree (Hospitality Management,) and/or equivalent experience.</li><li>Minimum of three years serving or supervisory\nexperience required in fine dining or upscale restaurant and or hotel.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>If successful a clean Police\nRecord will be required. Interested persons should submit their applications\nby&nbsp;</strong><strong>August 30, 2019</strong><strong>&nbsp;with curriculum vitae via email to:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The Recruitment and Compliance Specialist</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sandals Grande Antigua</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Email:\n</strong><a href=\"mailto:recruitsat@grp.sandals.com\"><strong>recruitsat@grp.sandals.com</strong></a><strong></strong><strong>NB: Please enter “Dining Room\nSupervisor” in the subject field in the email for consideration.\nWe thank all applicants for their interest but only short listed candidates\nwill be contacted.</strong></p>\n<!-- /wp:paragraph -->','Sandals, Dining Room Supervisor','','publish','closed','closed','','sandals-dining-room-supervisor-3928','','','2019-09-12 08:20:52','2019-09-12 13:20:52','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=3928',0,'job','',0),(3929,4,'2019-08-14 18:24:11','2019-08-14 23:24:11','','Screenshot (31)','','inherit','open','closed','','screenshot-31','','','2019-08-14 18:24:11','2019-08-14 23:24:11','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-31.png',0,'attachment','image/png',0),(3931,21,'2019-08-14 18:26:09','2019-08-14 23:26:09','<!-- wp:paragraph -->\n<p>Eating healthy? Check. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Exercising? Check. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Going to bed early? Check. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Doing the typical stuff that should make you feel as though you\'re in fact on the healthier side of life? I bet even for this too you’d probably say check. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But check this out, not to burst your bubble, but the sad reality is that approximately 58 per cent of you are actually engaging in one or more bad habits that affect the progress of the fruitful long life that you, my dear readers so desire. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We know....easy to make, hard to break - but let\'s take the first step of identifying them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Drinking high-sugar beverages</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>I am pretty sure you must have reached a point where you are just about tired to hear songs about how sodas and high sugar drinks affect your health negatively. Still, should we do the count on how many glasses or bottles of sugary drinks you\'ve had already?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I’m guilty of downing one too many bottles of that guilty pleasure and I can assert that you probably have too. But food for thought people, don’t you think all these high sugar-sweetened drinks could possibly link to health complications. Diabetes, kidney disease? Wooooaaa… health-alert<br> right? Let\'s try to reduce the number of servings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Watching too much TV</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>(Bro, you must be kidding me? TV too?!  It\'s summer and the time is pretty hot and possibly if you’re like me with nowhere to go, your remote control and Netflix account are your best friends.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But noodles doodles, another health alert, a study conducted by the Northern California Institute for Research and Education at the Veterans Affairs Medical Center in San Francisco reviewed the television habits of more than 3,200 people, who were 25 years old, on average, at the start of the study. Bad news folks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Those who watched more than 3 hours of TV per day on average over the course of the next 25 years were more likely to perform poorly on certain cognitive tests in comparison to those who spent significantly less time in front of the screen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Study author Tina D. Hoang, of Northern California Institute for Research and Education, urged persons to get moving. \"Being physically active at any time in your life is good for your brain,\" Hoang said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Going outside for even a minute may in fact do you so much good (don\'t forget your sunscreen for more extended walks).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Sitting all-day</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Well, well, well, news flash - who knew sitting around all day could pose a  health risk. Darn.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Research has proven that modern-day bad habits could be linked to poor brain function as well as a high risk of heart disease and diabetes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Imagine getting all this just from sitting. An easy fix? Get up, get stepping and give your butt a rest. Some experts suggest taking at least 250 steps per hour for at least 9 hours per day.</p>\n<!-- /wp:paragraph -->','Simple Habits That May Be Affecting Your Health','','inherit','closed','closed','','888-revision-v1','','','2019-08-14 18:26:09','2019-08-14 23:26:09','',888,'https://buzz-caribbean.com/article/888-revision-v1/',0,'revision','',0),(3932,1,'2019-08-14 18:27:51','2019-08-14 23:27:51','<!-- wp:paragraph -->\n<p>The Caribbean’s leading\nLuxury-Included® chain offers an exciting opportunity for enthusiastic persons\nto join our team. Come share with us an exciting Caribbean journey as:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>ASSISTANT BAR MANAGER</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The successful\napplicant will be assisting the manager in the day to day operations of the\nResort’s Beverage outlets. He or She will be responsible for the supervision of\nthe bar and beverage service department and consistently strives to exceed\nguest expectations and provide the highest level of service.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Specific Requirements/Duties of the Position Include:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Knowledge\nof first-class international resort beverage operation practices.</li><li>The\nability to train and maintain training programs.</li><li>The\nability to manage stress and work long hours.</li><li>Demonstrated\nknowledge of planning and goal setting.</li><li>Excellent\nverbal and written communication skills.</li><li>The ability to lead and motivate team members. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;&nbsp;<strong>Qualifications\nand Experience:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Five\nyears’ experience in managing luxury hotel beverage operations and the ability\nto maintain the highest quality.</li><li>Some\nformal training or equivalent apprenticeship training.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>If successful, a clean Police\nRecord will be required. Interested persons should submit their applications by\n</strong><strong>August 30, 2019</strong><strong>&nbsp;with curriculum vitae via email to:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The\nRecruitment and Compliance Specialist</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sandals\nGrande Antigua </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Email: </strong><a href=\"mailto:recruitsat@grp.sandals.com\"><strong>recruitsat@grp.sandals.com</strong></a><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>NB: Please enter </strong><strong>“Assistant Bar Manager”</strong><strong> </strong><strong>in the subject field in the email for consideration. We thank all\napplicants for their interest, but only shortlisted candidates will be contacted.</strong></p>\n<!-- /wp:paragraph -->','Sandals, Assistant Bar Manager','','publish','closed','closed','','sandals-assistant-bar-manager-3932','','','2019-09-12 08:20:50','2019-09-12 13:20:50','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=3932',0,'job','',0),(3934,14,'2019-08-14 18:31:51','2019-08-14 23:31:51','<!-- wp:embed {\"url\":\"https://youtu.be/t8cr2mST4Go\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/t8cr2mST4Go\n</div></figure>\n<!-- /wp:embed -->','KAYA: A BUZZ documentary','','publish','closed','closed','','kaya-a-buzz-documentary','','','2019-08-21 09:50:35','2019-08-21 14:50:35','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=3934',0,'video','',0),(3935,21,'2019-08-14 18:28:14','2019-08-14 23:28:14','<!-- wp:image {\"id\":3236} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lauren-o-lauren-1024x839.jpg\" alt=\"\" class=\"wp-image-3236\" /><figcaption> Lauren O Lauren says she is a digital content creator.  (Photo: Instagram @laurenolauren)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For Lauren O Lauren, personal brand\nbuilding is a strategic tool that she uses in her day-to-day engagements with\nher audience and corporate entities, as she tries to tell stories that reflect\na persona that is compelling and authentic. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaica-born social and digital expert has been working in the digital media space for more than a decade, and she now holds a post at one of the largest tech agencies in the world called <strong>Bumble</strong>, which is based in the United States. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bw2aujThfW_/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bw2aujThfW_/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Back when she was in Jamaica, the social butterfly, whose real name is Lauren Dunn, started the <strong>Lauren O Lauren</strong> <strong>Show</strong>. It began on Facebook before finding its way on to Jamaican cable station Flow 100. On the show, she would use her candid personality to speak on personal issues that were affecting her as a female. At the time, she said she didn’t know that she was building her personal brand. Although the brand was initially seen as being vulgar and loud, she was able to gain a following because of her sincerity and authenticity. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And while she believes she might influence\npersons, Lauren does not view herself as an influencer. Instead, she believes\nshe is a digital content creator. </p>\n<!-- /wp:paragraph -->','Lauren O Lauren is more than an influencer','','inherit','closed','closed','','832-revision-v1','','','2019-08-14 18:28:14','2019-08-14 23:28:14','',832,'https://buzz-caribbean.com/article/832-revision-v1/',0,'revision','',0),(3936,1,'2019-08-14 18:29:38','2019-08-14 23:29:38','<!-- wp:paragraph -->\n<p>The\nCaribbean’s leading Luxury-Included® chain offers an exciting opportunity for\nenthusiastic persons to join our team. Come share with us an exciting Caribbean\njourney as:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>&nbsp;</strong><strong>ENTERTAINMENT COORDINATOR</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;A people-oriented\nfunction, this position allows for opportunities to learn and share global\ncustoms and ideas, with limitless avenues for self-extension, skills\ndevelopment and enhanced self-awareness.&nbsp; An Entertainment Coordinator on\nour team will realise and apply one’s potential in the area of social hosting\nand entertainment.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Specific\nRequirements/Duties of the Position Include:&nbsp;</strong>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>The\nability to engage others and perform with a consistently high level of energy,\ncommitment and enthusiasm.</li><li>Being\na constant source of information for guest comments, suggestions and reaction\nto the resort.</li><li>Acting\nas a catalyst for guest motivation and participation in individual and group\nevents</li><li>Having\nan open schedule.</li><li>Displaying\na high level of maturity and responsibility at all times.</li><li>Being\na source of information for guests regarding Caribbean culture; points of\ninterest locally and in surrounding areas and current local and international\nevents.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>&nbsp;</strong><strong>Qualifications\nand Experience:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Minimum\nof a certificate in Events Management &amp; Planning</li><li>Ability\nto sing, dance, play an instrument or orate</li><li>Public\nspeaking skills necessary</li><li>Competent\nswimmer and the ability &nbsp;to participate in athletic or high intensity\nactivities</li><li>A\nsecond language is an asset&nbsp;</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>If\nsuccessful a clean Police Record will be required.&nbsp;Interested persons\nshould submit their applications by&nbsp;</strong><strong>August 31, 2019</strong><strong>&nbsp;with\ncurriculum vitae via email to:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The\nRecruitment and Compliance Specialist</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sandals\nGrande Antigua </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Email: </strong><a href=\"mailto:recruitsat@grp.sandals.com\"><strong>recruitsat@grp.sandals.com</strong></a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>NB: Please enter&nbsp;</strong><strong>“Entertainment Coordinator”</strong><strong>&nbsp;in\nthe subject field in the email for consideration. We thank all applicants for\ntheir interest but only short listed candidates will be contacted.</strong></p>\n<!-- /wp:paragraph -->','Sandals, Entertainment Coordinator','','publish','closed','closed','','sandals-entertainment-coordinator-3936','','','2019-09-12 08:20:47','2019-09-12 13:20:47','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=3936',0,'job','',0),(3937,14,'2019-08-14 18:29:36','2019-08-14 23:29:36','','Kaya Buzz Video Thumbnail','','inherit','open','closed','','kaya-buzz-video-thumbnail','','','2019-08-14 18:29:36','2019-08-14 23:29:36','',3934,'https://buzz-caribbean.com/app/uploads/2019/08/kaya-buzz-video-thumbnail.jpg',0,'attachment','image/jpeg',0),(3938,4,'2019-08-14 18:31:56','2019-08-14 23:31:56','<!-- wp:image {\"id\":3236} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lauren-o-lauren-1024x839.jpg\" alt=\"\" class=\"wp-image-3236\" /><figcaption> Lauren O Lauren says she is a digital content creator.  (Photo: Instagram @laurenolauren)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For Lauren O Lauren, personal brand\nbuilding is a strategic tool that she uses in her day-to-day engagements with\nher audience and corporate entities, as she tries to tell stories that reflect\na persona that is compelling and authentic. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaica-born social and digital expert has been working in the digital media space for more than a decade, and she now holds a post at one of the largest tech agencies in the world called <strong>Bumble</strong>, which is based in the United States. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bw2aujThfW_/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bw2aujThfW_/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Back when she was in Jamaica, the social butterfly, whose real name is Lauren Dunn, started the <strong>Lauren O Lauren</strong> <strong>Show</strong>. It began on Facebook before finding its way on to Jamaican cable station Flow 100. On the show, she would use her candid personality to speak on personal issues that were affecting her as a female. At the time, she said she didn’t know that she was building her personal brand. Although the brand was initially seen as being vulgar and loud, she was able to gain a following because of her sincerity and authenticity. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And while she believes she might influence persons, Lauren does not view herself as an influencer. Instead, she believes she is a digital content creator.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Andre Cooper </em></strong></p>\n<!-- /wp:paragraph -->','Lauren O Lauren is more than an influencer','','inherit','closed','closed','','832-revision-v1','','','2019-08-14 18:31:56','2019-08-14 23:31:56','',832,'https://buzz-caribbean.com/article/832-revision-v1/',0,'revision','',0),(3939,21,'2019-08-14 18:34:05','2019-08-14 23:34:05','<!-- wp:paragraph -->\n<p>They say short men tear up sheet, I say men with ‘yam foot’ tear them up even more! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You know the type: calloused, crusty, ashy and accompanied by hammer toes and blackened nails. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lotion is a luxury for the poor skin that covers that area. It is unattractive and unappealing and most women would cringe when a man with yam foot crawls into bed with her. Talk about an instant turn off!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jamaican men are notorious for neglecting the care of their feet. Indeed our favourite superstar athlete, the fastest man in the world Usain Bolt had his feet brought into prominence on social media - not for their exceptional role in his speed - but their desperate need for a pedicure. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1587,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/UB-Feet.png\" alt=\"\" class=\"wp-image-1587\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1588} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Reaction-To-Bolts-Feet.jpg\" alt=\"\" class=\"wp-image-1588\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So why do our men pay such little time and attention to their feet? The issue is multi-tiered. Firstly our strong farming and agricultural background dictate that we do not just farm on flat arable, soft land but also rocky, hillsides. Our men wear boots and shoes that are hard and tough to withstand the terrain while being durable. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1589} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hard-Boots.jpg\" alt=\"\" class=\"wp-image-1589\" /><figcaption>Hard farming boots <em>(Source:cndenglish.com)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While they make the process easier, it does a number on their feet.  Hours upon brutal hours encased in boots that are unyielding is no joke thing and the very next day they get up and shove their feet into the uncompromising footwear again.  <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Hours upon brutal hours encased in boots that are unyielding is no joke\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Another factor to consider is that most of our menfolk see it as unmanly to care for their feet or to get a pedicure. “A woman ting dat” they chime when the suggestion is made to help them chip away 10 years\' worth of dead skin or hardened tissue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “A woman ting dat”  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Apparently, the rough foot is viewed as manly. Indeed if a male gets a pedicure and even thinks about getting a clear polish or some nail hardener applied, the fear of being termed ‘metrosexual’ is enough to scare him into not doing it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1591} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rough-Feet.jpg\" alt=\"\" class=\"wp-image-1591\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They think because their feet are usually covered or in socks, no one cares about it, least of all them. Water and soap are seen as enough. So when it comes to their feet: out of sight, out of mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1592} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/socks-1024x683.jpg\" alt=\"\" class=\"wp-image-1592\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ironically while they do not place much value in the care of their feet, most men want a partner with pretty, pedicured feet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They actually like to touch, massage and feel on a woman’s feet and a few even have a foot fetish where they go crazy when a woman gets all dolled up in fishnet stockings and her feet are on point. Go figure!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Listen up guys, follow the big man! Go fix up those feet, pretty please.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1593} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/UB-Before-and-After.jpg\" alt=\"\" class=\"wp-image-1593\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>— Story written by C.W.</em><br></p>\n<!-- /wp:paragraph -->','Why do Jamaican men neglect their feet?','','inherit','closed','closed','','1585-revision-v1','','','2019-08-14 18:34:05','2019-08-14 23:34:05','',1585,'https://buzz-caribbean.com/article/1585-revision-v1/',0,'revision','',0),(3941,15,'2019-08-14 19:18:12','2019-08-15 00:18:12','<!-- wp:image {\"id\":3955} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rebecca-stevenson-buzz-demo-1-1024x684.jpg\" alt=\"\" class=\"wp-image-3955\" /><figcaption>Rebecca Stevenson (Photos: James Mitchell)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Coldwell Banker realtor Rebecca Tulloch Stevenson has just signed on as a <strong>BUZZ</strong> columnist to provide tips and insights into Jamaica’s real estate market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>We sat down with her at Outpost Republic located on Lady Musgrave Road in Kingston, to find out about her life as a realtor and a little bit more about the real estate game.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong>\"...Money should never determine the level of service the client gets, when you give people good service, you reap satisfactory rewards.\" </strong></p><cite>  –  The insightful Rebecca Stevenson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>:&nbsp; Why did you become a realtor?<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Rebecca</strong>: I got into the real estate market business about 6 years ago. I was persuaded to enter it by my good friend Kaili McDonnough-Scott who is also a realtor. She said, “ Look, you can sell so why don’t we do this real estate course together.”<br>We both love properties and home décor and are businesswomen and I went from there.<br><br><br><strong>BUZZ</strong>: It is evident that you have a passion for what you do. Tell us about that passion? <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Rebecca</strong>:&nbsp; It really comes down to trying to help people. I love meeting people and I do think the real estate market should be demystified. It is not just for the elite. Being a realtor is never boring. Every day is an adventure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><strong>BUZZ</strong>: You appeared on the HGTV show <strong>House Hunters International</strong>. How did that come about and tell us a little about that experience?<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Rebecca</strong>:&nbsp; I have appeared on House Hunters twice. The first time I was in the business all of four months! I really didn’t know too much about the business but my friend Odessa Chambers said, “Hey Rebecca, I heard you got your real estate licence. HGTV is looking for an agent. Why don’t you do it?\"<br><br>I had to audition for the part and I must say that was fun but having said that I do have a background in drama. It was a great experience and I have good memories of working with my first couple, Kevin and Cassidy, ex-pats from the U.S. coming to work in Jamaica who needed a home.<br><br>House Hunters called me back to do the show two years ago when I was pregnant with my son Hunter. I had reservations because I was 6-months pregnant at the time but they insisted that they wanted to work with me again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3956} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rebecca-stevenson-buzz-demo-2-1024x659.jpg\" alt=\"\" class=\"wp-image-3956\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: Right now many young persons are interested in the property market, which seems to be enjoying a boom. You have said people should be looking to rent where they live as opposed to concentrating on ownership. Could you explain a bit further for our readers? <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Rebecca</strong>: Sometimes it\'s OK to own something that you rent to someone else but you rent where you live. What I mean by that is when you sit down and go through the numbers, it can work in your favour if you are renting somewhere, paying a nominal sum which I would consider anywhere below J$150,000 a month. If you can keep your rent below that, then you’re golden.<br><br>Then what you do is save for your deposit; buy a property that you then rent out to someone else. The rent you do collect can be used to pay down the mortgage.<br><br>That rental income should be at least 90 per cent of your carrying costs, which are your mortgage and maintenance fees.<br><br>As Jamaicans, we have been caught up in this idea of homeownership and having land. We need to take the emotion out of it and focus on how real estate can help build up your asset holdings. We must pay better attention to assets, not liabilities. Nobody wants to be house poor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3954} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rebecca-stevenson-buzz-demo-3-1024x684.jpg\" alt=\"\" class=\"wp-image-3954\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: Anya Levy has said that there is a surplus of units on the market and that there is a danger of creating a real estate bubble. What is your take on this?<br><br><strong>Rebecca</strong>:&nbsp; Real estate developers are not stupid. They do not build indiscriminately. They know where the demand is. Both my partner and I believe there is around 3 to 6 months supply of apartments and that is fine.<br><br>Today people have more choices. There are so many options for two-bedroom apartments and townhouses, which should be empowering for consumers. It is more an issue of choice rather than oversupply.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong>\"Being a realtor is not about salesmanship; it is about expertise.\"</strong></p><cite>   – Rebecca Stevenson in an interview with BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: What should you be looking for in your real estate broker?<br><br><strong>Rebecca</strong>: You have to vibe with your broker. When you are working with a broker you really need to trust that person and so confidence is key. You have to find a realtor who is doing their ABCs and I consider that \'Always Be Caring\'.<br><br>The realtor shouldn’t be concerned solely about the money from the deal. The money should never determine the level of service the client gets.<br><br>I have found, when you give people good service, you reap satisfactory rewards. If I do a good job, the client tells people about my level of service, which in turn grows my business.<br><br>You need a realtor that knows the market but more importantly, one that listens to you. You don’t want someone showing you apples when you are shopping for oranges.<br><br>Being a realtor is not about salesmanship; it is about expertise. <br><br> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Look out for Rebecca’s real estate tips here on <strong>BUZZ</strong>, coming soon. </p>\n<!-- /wp:paragraph -->','Rebecca Stevenson gives tips on real estate','','publish','open','closed','','rebecca-stevenson-gives-tips-on-real-estate','','','2019-08-15 13:15:51','2019-08-15 18:15:51','',0,'https://buzz-caribbean.com/?p=3941',0,'post','',0),(3942,21,'2019-08-14 18:53:56','2019-08-14 23:53:56','','Rafting','','inherit','open','closed','','rafting','','','2019-08-14 18:53:56','2019-08-14 23:53:56','',1542,'https://buzz-caribbean.com/app/uploads/2019/08/Rafting.jpg',0,'attachment','image/jpeg',0),(3943,21,'2019-08-14 18:55:30','2019-08-14 23:55:30','<!-- wp:image {\"id\":3942} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rafting-1024x576.jpg\" alt=\"\" class=\"wp-image-3942\" /><figcaption>Photo: YouTube - MM on Tour</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While Trelawny has undergone an improvement in its tour offerings, the old faithful river rafting tour still continues to hold significance as the parish grows its tourism product.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In recent times, the parish has been providing visitors with a slew of options such as the Country Bumpkin experience and Chukka Cove Adventures, but it seems that the forty-plus-year-old attraction continues to hold its own, even with all these new, exciting additions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both locals and tourists have continued to frequent the attraction, which is described as Jamaica\'s number one raft adventure, and which provides patrons with a serene and tranquil ride down the corridors of river that showcases what calm really is.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1565} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-2019-08-02-at-7.52.49-PM-1.png\" alt=\"\" class=\"wp-image-1565\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The bamboo rafts are expertly guided downriver by their drivers and keep patrons so close to the water, it\'s almost like they are sitting in it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Patrons are usually in awe when they finish the three-mile-long tour which lasts a little over an hour. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Of note, the attraction has played host to a number of celebrities including Queen Elizabeth II, heavyweight boxer Lennox Lewis, Chuck Norris, Dionne Warwick, Kenny Rodgers and Trelawny\'s own legend Usain Bolt.</p>\n<!-- /wp:paragraph -->','Martha Brae River rafting still a wonderful experience','','inherit','closed','closed','','1542-revision-v1','','','2019-08-14 18:55:30','2019-08-14 23:55:30','',1542,'https://buzz-caribbean.com/article/1542-revision-v1/',0,'revision','',0),(3944,9,'2019-08-14 18:57:12','2019-08-14 23:57:12','','Bad Gyal Marie XX','','inherit','open','closed','','bad-gyal-marie-xx','','','2019-08-14 18:57:12','2019-08-14 23:57:12','',924,'https://buzz-caribbean.com/app/uploads/2019/07/bad-gyal-marie-XX.jpg',0,'attachment','image/jpeg',0),(3945,21,'2019-08-14 18:58:17','2019-08-14 23:58:17','','Dave-Bautista','','inherit','open','closed','','dave-bautista-2','','','2019-08-14 18:58:17','2019-08-14 23:58:17','',1511,'https://buzz-caribbean.com/app/uploads/2019/08/Dave-Bautista.jpg',0,'attachment','image/jpeg',0),(3947,21,'2019-08-14 18:59:46','2019-08-14 23:59:46','','Dave Bautista','','inherit','open','closed','','dave-bautista-3','','','2019-08-14 18:59:46','2019-08-14 23:59:46','',1511,'https://buzz-caribbean.com/app/uploads/2019/08/Dave-Bautista-1.jpg',0,'attachment','image/jpeg',0),(3949,21,'2019-08-14 19:01:52','2019-08-15 00:01:52','<!-- wp:image {\"id\":3199} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/david-guardians_galaxy_2014_14.jpg\" alt=\"\" class=\"wp-image-3199\" /><figcaption> Dave Bautista plays Drax in <strong>Guardians of the Galaxy</strong>. <br>(Photo: Walt Disney Studios Motion Pictures/Photofest)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dave Bautista wears sunglasses to help with his anxiety. The <strong>Guardians of the Galaxy</strong> actor has opened up about his issues with self confidence, and he revealed it took him a long time to come to terms with his nerves in social situations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Responding to a fan on Twitter, he wrote: \"It took me 40 some odd years to be OK with it. I just got tired of feeling embarrassed about it and started owning it!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3947} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dave-Bautista-1-1024x682.jpg\" alt=\"\" class=\"wp-image-3947\" /><figcaption>Dave Bautista (Photo: complex.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"And I wear sunglasses a lot! Trust me it helps. It drives my publicist insane! Better sunglasses than me dry heaving on the red carpet.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Wrestling really brought me out of my shell.\"</p><cite>— Dave Bautista </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The 50-year-old blockbuster star first rose to fame in the WWE, and in the<br>past he has credited his in-ring career with helping him to overcome his<br>anxiety and adjust to life in the spotlight.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He previously said: \"Wrestling really brought me out of my shell. But I<br>wish when I was younger, I hadn\'t been so ashamed. I wish I would\'ve embraced it more because it\'s OK, and I find out more, all the time, that a lot of actors are the same way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"They get anxiety and get self-conscious, and get insecurities about their<br> performances.”<br><br><br></p>\n<!-- /wp:paragraph -->','Guardians of the Galaxy star struggles with anxiety','','inherit','closed','closed','','1511-revision-v1','','','2019-08-14 19:01:52','2019-08-15 00:01:52','',1511,'https://buzz-caribbean.com/article/1511-revision-v1/',0,'revision','',0),(3950,21,'2019-08-14 19:07:43','2019-08-15 00:07:43','','JABLUM Blue Mountain Coffee Beans','','inherit','open','closed','','jablum-blue-mountain-coffee-beans','','','2019-08-14 19:07:43','2019-08-15 00:07:43','',1359,'https://buzz-caribbean.com/app/uploads/2019/08/JABLUM-Blue-Mountain-Coffee-Beans.jpg',0,'attachment','image/jpeg',0),(3951,21,'2019-08-14 19:09:31','2019-08-15 00:09:31','<!-- wp:paragraph -->\n<p>Jamaica is famed for its Blue Mountain coffee and there may well be properties within it that could lead to a slimmer you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3950} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/JABLUM-Blue-Mountain-Coffee-Beans-1024x880.jpg\" alt=\"\" class=\"wp-image-3950\" /><figcaption>JABLUM Blue Mountain Coffee (Photo:bluemountaincoffee.com.jm)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> A recent study has revealed that caffeine which is found in coffee makes one burn off brown fat, which in turn burns energy to create heat.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1363} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pouring-Coffee-1024x683.jpg\" alt=\"\" class=\"wp-image-1363\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The study conducted by the University of Nottingham and published in Scientific Reports examined nine persons consuming a caffeinated drink or water and then measured the heat produced as a result. The volunteer\'s average age was 27 with a body mass index (BMI) of 23.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Coffee...can be of great help to trigger brown fat, thus making it a fat buster\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Mouse stem cells were also exposed to caffeine, which saw an increase in metabolism and the burning of more fat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The human body has two kinds of fat cells namely white and brown. Brown fat cells act as a thermostat with cold temperatures inducing brown fat to create heat. Brown fat turns nutrients into energy and helps to keep bodyweight down.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1367} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/burn-fat-1024x603.jpg\" alt=\"\" class=\"wp-image-1367\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This study suggests that coffee with its caffeine properties can be of great help to trigger brown fat, thus making it a fat buster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Professor Michael Symonds from the University of Nottingham speaking with Medical News Today said: \"The results were positive and we now need to ascertain whether caffeine as one of the ingredients in coffee is acting as the stimulus or if there\'s another component helping with the activation of brown fat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>This is the first study in humans to show that something like a cup of coffee can have a direct effect on our brown fat functions.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"We are currently looking at caffeine supplements to test whether the effect is similar. Once we have confirmed which component is responsible for this, it could potentially be used as part of a weight management regime.\"<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1365} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/aromatic-blur-caffeine-1024x669.jpg\" alt=\"\" class=\"wp-image-1365\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>So could a cup or two of coffee a day really help to extinguish that belly jelly and help lead to a leaner you?</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"This is the first study in humans to show that something like a cup of coffee can have a direct effect on our brown fat functions. The potential implications of our results are pretty big, as obesity is a major health concern for society, and we also have a growing diabetes epidemic, and brown fat could potentially be part of the solution,\'\' declared Professor Symonds.</p>\n<!-- /wp:paragraph -->','Why a buzz from coffee could lead to a leaner you','','inherit','closed','closed','','1359-revision-v1','','','2019-08-14 19:09:31','2019-08-15 00:09:31','',1359,'https://buzz-caribbean.com/article/1359-revision-v1/',0,'revision','',0),(3952,16,'2019-08-14 19:17:42','2019-08-15 00:17:42','<!-- wp:paragraph -->\n<p>The Caribbean’s leading Luxury-Included® chain offers an exciting\nopportunity for enthusiastic persons to join our team. Come share with us an\nexciting Caribbean journey as:<strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>PHOTOGRAPHER</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nsuccessful applicant will be responsible for performing his or her duties in\naccordance with standard operating procedures. The ideal candidate will take\nmemorable pictures of people, events, places and objects. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;<strong>Specific\nRequirements/Duties of the Position Include:&nbsp;</strong>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Technical understanding of photography.</li><li>Knowledge of transmission, broadcasting, switching, control, and operation of telecommunications systems.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Possessing strong sales and communication skills.</li><li>The ability to work flexible hours and being an excellent team player.</li><li>Consistently offering professional, friendly and engaging service.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Qualifications and Experience:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>5 CXC or ‘O’ Level Subjects </li><li>Certification in the field of\nPhotography </li><li>Knowledge of operating a Nikon camera\nwould be an advantage.</li><li>Three (3) years’ experience in a\nsimilar position.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>If\nsuccessful a clean Police Record will be required. Interested persons should\nsubmit their applications by&nbsp;</strong><strong>August 30, 2019</strong><strong>&nbsp;with curriculum vitae via email to:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The\nRecruitment and Compliance Specialist</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sandals Halcyon </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Email: </strong><a href=\"mailto:recruitshc@grp.sandals.com\"><strong>recruitshc@grp.sandals.com</strong></a><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>NB: Please enter </strong><strong>“Photographer”</strong><strong> </strong><strong>in the subject field in the email for\nconsideration. We thank all applicants for their interest but only short listed\ncandidates will be contacted.</strong></p>\n<!-- /wp:paragraph -->','Sandals Halcyon, Photographer','','publish','closed','closed','','sandals-halcyon-photographer-3952','','','2019-09-12 08:20:44','2019-09-12 13:20:44','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=3952',0,'job','',0),(3953,9,'2019-08-14 19:10:57','2019-08-15 00:10:57','','Diandra Rowe NEW','','inherit','open','closed','','diandra-rowe-new','','','2019-08-14 19:10:57','2019-08-15 00:10:57','',2267,'https://buzz-caribbean.com/app/uploads/2019/08/Diandra-Rowe-NEW.jpg',0,'attachment','image/jpeg',0),(3954,15,'2019-08-14 19:13:31','2019-08-15 00:13:31','','Rebecca Stevenson Buzz Demo 3','','inherit','open','closed','','rebecca-stevenson-buzz-demo-3','','','2019-08-14 19:13:31','2019-08-15 00:13:31','',3941,'https://buzz-caribbean.com/app/uploads/2019/08/rebecca-stevenson-buzz-demo-3.jpg',0,'attachment','image/jpeg',0),(3955,15,'2019-08-14 19:13:46','2019-08-15 00:13:46','','Rebecca Stevenson Buzz Demo 1','','inherit','open','closed','','rebecca-stevenson-buzz-demo-1','','','2019-08-14 19:13:46','2019-08-15 00:13:46','',3941,'https://buzz-caribbean.com/app/uploads/2019/08/rebecca-stevenson-buzz-demo-1.jpg',0,'attachment','image/jpeg',0),(3956,15,'2019-08-14 19:13:56','2019-08-15 00:13:56','','Rebecca Stevenson Buzz Demo 2','','inherit','open','closed','','rebecca-stevenson-buzz-demo-2','','','2019-08-14 19:13:56','2019-08-15 00:13:56','',3941,'https://buzz-caribbean.com/app/uploads/2019/08/rebecca-stevenson-buzz-demo-2.jpg',0,'attachment','image/jpeg',0),(3959,15,'2019-08-14 19:18:12','2019-08-15 00:18:12','<!-- wp:image {\"id\":3955} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rebecca-stevenson-buzz-demo-1-1024x684.jpg\" alt=\"\" class=\"wp-image-3955\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Coldwell Banker realtor Rebecca Tulloch Stevenson has just signed on as a Buzz columnist who will be providing tips and insights into Jamaica’s real estate market.<br><br> We sat down with her at Outpost located on Lady Musgrave Road in Kingston, to find out about her life as a realtor and a little bit more about the real estate game.<br><br><br><strong>Buzz</strong>:  Why did you become a realtor?<br><br><br><strong>Rebecca</strong>: I got into the real estate market business about 6 years ago. I was persuaded to enter it by my good friend Kaili McDonnough-Scott who is also a realtor. She said, “ Look, you can sell so why don’t we do this real estate course together.”<br> We both love properties and home décor and are businesswomen and I went from there.<br><br><br><strong>Buzz</strong>: It is evident that you have a passion for what you do. Tell us about that passion? <br><br><br><strong>Rebecca</strong>:  It really comes down to trying to help people. I love meeting people and I do think the real estate market should be demystified. It is not just for the elite. Being a realtor is never boring. Everyday is an adventure.<br><br><br><strong>Buzz</strong>: You appeared on the HGTV show House Hunters International. How did that come about and tell us a little about that experience?<br><br><br><strong>Rebecca</strong>:  I have appeared on House Hunters twice. The first time I was in the business all of four months! I really didn’t know too much about the business but my friend Odessa Chambers said, “ Hey Rebecca I heard you got your real estate licence. HGTV is looking for an agent. Why don’t you do it?<br><br> I had to audition for the part and I must say that was fun but having said that I do have a background in drama. It was a great experience and I have good memories of working with my first couple, Kevin and Cassidy, ex-pats from the U.S. coming to work in Jamaica who needed a home.<br><br> House Hunters called me back to do the show two years ago when I was pregnant with my son Hunter. I had reservations because I was 6-months pregnant at the time but they insisted that they wanted to work with me again.<br><br><br><strong>Buzz</strong>: Right now many young persons are interested in the property market, which seems to be enjoying a boom. You have said people should be looking to rent where they live as opposed to concentrating on ownership. Explain that?<br><br><br><strong>Rebecca</strong>: Sometimes its OK to own something that you rent to someone else but you rent where you live. What I mean by that is when you sit down and go through the numbers, it can work in your favour if you are renting somewhere, paying a nominal sum which I would consider anywhere below J$150,000 a month. If you can keep your rent below that, then you’re golden.<br><br> Then what you do is save for your deposit; buy a property that you then rent out to someone else. The rent you do collect can be used to pay down the mortgage.<br> That rental income should be at least 90 per cent of your carrying cost, which are your mortgage and maintenance fees.<br><br> As Jamaicans we have been caught up in this idea of home ownership and having land. We need to take the emotion out of it and focus on how real estate can help build up your asset holdings. We must pay better attention to assets not liabilities. Nobody wants to be house poor.<br><br><strong>Buzz</strong>: Anya Levy has said that there is a surplus of units on the market and that there is a danger of creating a real estate bubble. What is your take on this?<br><br><strong>Rebecca</strong>:  Real estate developers are not stupid. They do not build indiscriminately. They know where the demand is. Both my partner and I believe there is around 3 to 6 months supply of apartments and that is fine.<br><br> Today people have more choices. There are so many options for two-bedroom apartments and townhouses, which should be empowering for consumers. It is more an issue of choice rather than oversupply.<br><br><strong>Buzz</strong>: What should you be looking for in your real estate broker?<br><br><strong>Rebecca</strong>: You have to vibe with your broker. When you are working with a broker you really need to trust that person and so confidence is key. You have to find a realtor who is doing their ABCs and I consider that Always Be Caring.<br><br> The realtor shouldn’t be concerned solely about the money from the deal. The money should never determine the level of service the client gets.<br><br> I have found, when you give people good service you reap satisfactory rewards. If I do a good job, the client tells people about my level of service, which in turn grows my business.<br><br> You need a realtor that knows the market but more importantly, one that listens to you. You don’t want someone showing you apples when you are shopping for oranges.<br> Being a realtor is not about salesmanship; it is about expertise. <br><br> Look out for Rebecca’s real estate tips here on Buzz coming soon. </p>\n<!-- /wp:paragraph -->','Rebecca Stevenson gives tips on real estate','','inherit','closed','closed','','3941-revision-v1','','','2019-08-14 19:18:12','2019-08-15 00:18:12','',3941,'https://buzz-caribbean.com/article/3941-revision-v1/',0,'revision','',0),(3960,1,'2019-08-14 19:23:21','2019-08-15 00:23:21','<!-- wp:paragraph -->\n<p>The Caribbean’s leading Luxury-Included® chain offers an exciting\nopportunity for enthusiastic persons to join our team. Come share with us an\nexciting Caribbean journey as:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>&nbsp;</strong><strong>ENTERTAINMENT\nCOORDINATOR</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;A people-oriented function, this\nposition allows for opportunities to learn and share global customs and ideas,\nwith limitless avenues for self-extension, skills development and enhanced\nself-awareness.&nbsp; An Entertainment Coordinator on our team will realise and\napply one’s potential in the area of social hosting and entertainment.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Specific Requirements/Duties of the Position Include:&nbsp;</strong>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>The\nability to engage others and perform with a consistently high level of energy,\ncommitment and enthusiasm.</li><li>Being\na constant source of information for guest comments, suggestions and reaction\nto the resort.</li><li>Acting\nas a catalyst for guest motivation and participation in individual and group\nevents</li><li>Having\nan open schedule.</li><li>Displaying\na high level of maturity and responsibility at all times.</li><li>Being\na source of information for guests regarding Caribbean culture; points of\ninterest locally and in surrounding areas and current local and international\nevents.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>&nbsp;</strong><strong>Qualifications and\nExperience:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Minimum\nof a certificate in Events Management &amp; Planning</li><li>Ability\nto sing, dance, play an instrument or orate</li><li>Public\nspeaking skills necessary</li><li>Competent\nswimmer and the ability &nbsp;to participate in athletic or high intensity\nactivities</li><li>A\nsecond language is an asset&nbsp;</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>If successful a clean Police Record will be\nrequired.&nbsp;Interested persons should submit their applications by&nbsp;</strong><strong>August 30, 2019</strong><strong>&nbsp;with curriculum\nvitae via email to:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The Recruitment and Compliance Specialist</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sandals Halcyon </strong><strong></strong><strong>Email: </strong><a href=\"mailto:recruitshc@grp.sandals.com\"><strong>recruitshc@grp.sandals.com</strong></a></p>\n<!-- /wp:paragraph -->','Sandals Halcyon, Entertainment Coordinator','','publish','closed','closed','','sandals-halcyon-entertainment-coordinator-3960','','','2019-09-12 08:20:42','2019-09-12 13:20:42','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=3960',0,'job','',0),(3961,21,'2019-08-14 19:23:42','2019-08-15 00:23:42','','Group Of People Waving The Flag Of Jamaica','Group of People Waving the Flag of Jamaica','inherit','open','closed','','group-of-people-waving-the-flag-of-jamaica','','','2019-08-14 19:23:42','2019-08-15 00:23:42','',1162,'https://buzz-caribbean.com/app/uploads/2019/07/Jamaican-Flags.jpg',0,'attachment','image/jpeg',0),(3962,15,'2019-08-14 21:27:26','2019-08-15 02:27:26','<!-- wp:paragraph -->\n<p>Businessman Garth Walker has bought a half acre lot on Old Hope Road where he will place a 10,000 square foot building which will house his expanded Adam &amp; Eve Spa. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4025} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gareth-walker-1024x576.jpg\" alt=\"\" class=\"wp-image-4025\" /><figcaption>Businessman Garth Walker talks to BUZZ at the AC Marriott Hotel. (Photos: Don Weysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Adam &amp; Eve has become one of the leaders in its field over the years and will be now offering more services at its new residence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4027} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gareth-walker-2-1024x576.jpg\" alt=\"\" class=\"wp-image-4027\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Here Garth tells Buzz that the Jamaican economy is now on the rise and this is the time for businesses to take a chance and see their ventures flourish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Watch below as Garth Walker discuss his plans with Buzz.</strong> <b>See Part 2 <a href=\"https://www.youtube.com/watch?v=fnWiwYcRRGw&amp;feature=youtu.be\">here</a>.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/TaUA_Jc-hjc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/TaUA_Jc-hjc\n</div></figure>\n<!-- /wp:embed -->','Garth Walker invests millions in expanding Adam &amp; Eve Spa','','publish','open','closed','','garth-walker-invests-millions-in-expanding-adam-eve-spa','','','2019-08-17 13:43:16','2019-08-17 18:43:16','',0,'https://buzz-caribbean.com/?p=3962',0,'post','',0),(3963,16,'2019-08-14 19:28:34','2019-08-15 00:28:34','<!-- wp:paragraph -->\n<p>The Caribbean’s leading\nLuxury-Included® chain offers an exciting opportunity for enthusiastic persons\nto join our team. Come share with us an exciting Caribbean journey as:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>SERVER</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Servers are responsible\nfor positive guest interactions while serving guests in a friendly and\nefficient manner. This plays an integral role in ensuring the guests have an\nexceptional dining experience. At all times, servers are expected to be\nattentive to our guests\' needs, making them feel welcome, comfortable and\nrelaxed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>&nbsp;</strong><strong>Specific\nRequirements/Duties of the Position Include:&nbsp;</strong>&nbsp;<strong> </strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Protecting\nthe establishment and guests by adhering to sanitation, safety and alcoholic\nbeverage control policies.</li><li>Helping\nguests select food and beverages by presenting menus, offering cocktails,\nsuggesting courses and explaining the chef\'s specialties.</li><li>Staying\nupdated on current menu choices, specialties and menu deviations, being abreast\nof inventory and the availability of specific menu items</li><li>Following\nestablished service standards and Sequences of Service.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>&nbsp;</strong><strong>Qualifications\nand Experience:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>High School Leaving Certificate/Diploma </li><li>Food Handler’s permit</li><li>Vocational/technical training or\nequivalent apprenticeship</li><li>Excellent customer service</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>If successful a clean Police Record will be\nrequired.&nbsp;Interested persons should submit their applications by&nbsp;</strong><strong>August 30, 2019</strong><strong>&nbsp;with curriculum\nvitae via email to:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The Recruitment and Compliance Specialist</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sandals Halcyon </strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Email: </strong><a href=\"mailto:recruitshc@grp.sandals.com\"><strong>recruitshc@grp.sandals.com</strong></a><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>&nbsp;</strong><strong>NB: Please enter&nbsp;</strong><strong>“</strong><strong>Server</strong>”<strong>&nbsp;</strong><strong>in the subject field in the email for consideration.\nWe thank all applicants for their interest but only shortlisted candidates will\nbe contacted.</strong></p>\n<!-- /wp:paragraph -->','Sandals Halycon, Server','','publish','closed','closed','','sandals-halycon-server-3963','','','2019-09-12 08:20:40','2019-09-12 13:20:40','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=3963',0,'job','',0),(3964,9,'2019-08-14 19:30:45','2019-08-15 00:30:45','','Peter Bunting AAA','','inherit','open','closed','','peter-bunting-aaa','','','2019-08-14 19:30:45','2019-08-15 00:30:45','',2373,'https://buzz-caribbean.com/app/uploads/2019/08/Peter-Bunting-AAA.jpg',0,'attachment','image/jpeg',0),(3965,16,'2019-08-14 19:38:23','2019-08-15 00:38:23','<!-- wp:paragraph -->\n<p>The Caribbean’s leading\nLuxury-Included® chain offers an exciting opportunity for enthusiastic persons\nto join our team. Come share with us an exciting Caribbean journey as:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>SOCIAL MEDIA AND INTRANET CONTENT COORDINATOR</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The ideal\ncandidate will be an avid user of social media who is able to develop, write\nand organise content for social audiences. This person has strong creativity\nand writing skills as well as an eye for unique and captivating digital\nstories. This candidate will co-manage the social media accounts of key resort\npersonnel and will be responsible curating and/or posting content for specific\nresort(s) and company brand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>•&nbsp;&nbsp;&nbsp; Creating thoughtful, engaging and exciting\ncontent across all social media platforms. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Specific Requirements/Duties of the Position Include: </strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>•&nbsp;&nbsp;&nbsp; Posting on designated platforms as required\nand instructed.Populating the social media calendar with powerful content in line with the specific resort and/or company’s vision and mission.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>•&nbsp;&nbsp;&nbsp; Introduce new social and digital media\ntrends and developments. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>•&nbsp;&nbsp;&nbsp; Creating, collating and posting relevant,\ntimely and engaging content to the resort’s page on the company intranet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>•&nbsp;&nbsp;&nbsp; Managing the resort’s intranet presence to\nmaintain a proper balance of content and tools.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Qualifications and Experience:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li> Bachelor\'s Degree in Marketing, Public Relations, Communications, Computer Science or similar field is preferred but experience in the field will be considered.</li><li> Minimum of two years’ experience in social media community management. </li><li> Proven experience working with social media platforms such as Facebook, LinkedIn, Google+, Instagram, Twitter, Pinterest, Snapchat, and other emerging social networks. </li><li> Proven experience using social media management systems such as Sprinklr, Sprout Social, Hootsuite or others. </li><li> Experience managing web sites or intranets. </li><li> Graphic Design experience a plus. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>If\nsuccessful a clean Police Record will be required. Interested persons should\nsubmit their applications by </strong><strong>August 30, 2019</strong><strong>&nbsp;</strong><strong>with\ncurriculum vitae via email to: </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The Recruitment and Compliance Specialist</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Beaches Negril</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Email: </strong><a href=\"mailto:bngrecruit@grp.sandals.com\"><strong>bngrecruit@grp.sandals.com</strong></a><strong></strong></p>\n<!-- /wp:paragraph -->','Beaches Negril, Social Media and Intranet Coordinator','','publish','closed','closed','','beaches-negril-social-media-and-intranet-coordinator-3965','','','2019-09-12 08:20:38','2019-09-12 13:20:38','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=3965',0,'job','',0),(3966,21,'2019-08-14 19:36:11','2019-08-15 00:36:11','<!-- wp:paragraph -->\n<p>Coming out of the patriotic fervour of our ‘emancipendence’ season, naturally, we are still seething with national pride.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While we\'re still donning our black, green and gold, let\'s look at all the reasons we love this little piece of the rock we call ‘Jah-Mek-Yah’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1188,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Jamaican-suck-suck.jpg\" alt=\"\" class=\"wp-image-1188\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some things evoke those nostalgic feelings that allow us to reconnect with our culture in ways that remind us, that despite our many challenges <strong><em>‘the land is green and the sun still shineth”</em></strong><em>.</em><strong><em> </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, let\'s see just how ‘Jamaican’ you are...(or for our international friends, if you qualify for a <strong><em>\"Yardie Pass\"</em></strong>)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You’re not a real ‘yardie’ if you\'ve never...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Played marble or ‘lastic’</li><li>Called someone of Chinese descent ‘Missa Chin’ </li><li>Pulled a loose tooth by tying a string to a doorknob and&nbsp;yanking it</li><li>‘Bade’ (bathe) a river</li><li>Run a boat (<em>A community pot-luck</em>)</li><li>Cuss some choice Jamaican <em>claat</em> or <em>bad wud</em> (expletives)!</li><li>Fly a kite during Easter</li><li>Played dandy-shandy as a child - or even as an adult! </li><li>Used a wire hanger to make an antenna for the TV</li><li>Went to a nine-night!</li><li>Went to a street-dance </li><li>Rubbed Vaseline on a burn as a child</li><li>Thrown your newly dislodged tooth on the housetop </li><li>Told or listened to a duppy story</li><li>Had an encounter wid a duppy!</li><li>For our ladies - worn ‘chiney bump’ after getting your hair washed</li><li>‘Bade’ in a pan</li><li>Ate a sky juice (snowcone with a <em>\"Yardie twist\"</em>)</li><li>Ate a ‘suck-suck’, kisko or King Kong</li><li>Wrapped your school books with either newspaper or brown paper bag</li><li>Stolen a piece of meat from your mother’s/granny\'s pot</li><li>Shared a patty with a friend</li><li>Boom (jumped) a fence</li><li>Played ‘las lick’ with your friends after school</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:gallery {\"ids\":[1187,1188,1190]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Dandy-Shandy-1.jpg\" alt=\"\" data-id=\"1187\" data-link=\"https://buzz-caribbean.com/?attachment_id=1187\" class=\"wp-image-1187\" /><figcaption>Children playing dandy shandy (Source: Children Play - Raymond Knight)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Jamaican-suck-suck.jpg\" alt=\"\" data-id=\"1188\" data-link=\"https://buzz-caribbean.com/?attachment_id=1188\" class=\"wp-image-1188\" /><figcaption>Jamaican suck-suck</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Share-A-Patty-1024x658.jpg\" alt=\"\" data-id=\"1190\" data-link=\"https://buzz-caribbean.com/?attachment_id=1190\" class=\"wp-image-1190\" /><figcaption>Delicious Jamaican patty</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p><em>How many did you cover on the list?</em></p>\n<!-- /wp:paragraph -->','You’re not a real Jamaican if...','','inherit','closed','closed','','1162-revision-v1','','','2019-08-14 19:36:11','2019-08-15 00:36:11','',1162,'https://buzz-caribbean.com/article/1162-revision-v1/',0,'revision','',0),(3967,21,'2019-08-14 19:37:23','2019-08-15 00:37:23','<!-- wp:paragraph -->\n<p>Once known as the ‘richest and wickedest city in the world’, Port Royal in Kingston, Jamaica, has enjoyed a rich history. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1197} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Fishermen-in-Port-Royal.jpg-new-1024x703.jpg\" alt=\"\" class=\"wp-image-1197\" /><figcaption> Port Royal is now a quiet fishing village. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Centuries ago, it was merely a fishing camp for the Tainos, but it eventually gained a reputation for being a popular spot for pirates. After being hit by numerous disasters, Port Royal lost its place as a premier economic centre. It would later become the location for a British Naval Station. These days, however, Port Royal is mainly seen as a quiet fishing village. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1177} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PortRoyalSign-1024x681.jpg\" alt=\"\" class=\"wp-image-1177\" /><figcaption>Once known as the \'richest and wickedest city in the world\', Port Royal boasts a rich history. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Here are five interesting facts about Port Royal. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>During the 17th century, Port Royal was the virtual capital of Jamaica, and also a popular spot for buccaneers and pirates.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Port Royal was destroyed by an earthquake in June 1692. A large portion of the town sank into the sea, while about two-fifth of the population died, either in the earthquake or in the plagues and pestilences that followed. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":1178} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/GettyImages-Fort-Charles-48914975_high-1024x686.jpg\" alt=\"\" class=\"wp-image-1178\" /><figcaption>Cannons and tower in the courtyard of Fort Charles, Port Royal.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>In 1703, a fire destroyed the entire town. This was followed by\nhurricanes in 1712, 1722 and 1726.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Fort Charles, built in 1656, is the oldest fort in Jamaica. Originally named\nFort Cromwell, it was renamed in 1662 to honour Charles II, restored King of\nEngland.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":1179} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/giddy-house-port-royal-56.jpg\" alt=\"\" class=\"wp-image-1179\" /><figcaption>The \'Giddy House\' in Port Royal is a popular attraction in Kingston. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>The ‘Giddy House’ in Port Royal was built in 1888. It was the old Royal Artillery Store for the Victoria Battery. The Earthquake of 1907 shifted it to its present 45-degree angle. On entering the building, people often feel a strange sensation of being giddy or off-balance, caused by the building’s tilt. Hence, its name - the Giddy House.</li></ul>\n<!-- /wp:list -->','Five interesting facts about Port Royal','','inherit','closed','closed','','1176-revision-v1','','','2019-08-14 19:37:23','2019-08-15 00:37:23','',1176,'https://buzz-caribbean.com/article/1176-revision-v1/',0,'revision','',0),(3969,9,'2019-08-14 19:41:43','2019-08-15 00:41:43','<!-- wp:image {\"id\":3270} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3270\" /><figcaption>Candidate and challenger for the presidency of the People\'s National Party (PNP) Peter Bunting. (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Presidential candidate for the People’s National\nParty (PNP) Peter Bunting says his surprise challenge for the top role has\nalready boosted morale within the organisation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, who spoke to <strong>BUZZ</strong> on the ground of Stadium East following a successful nomination exercise on Friday, July 26, explained that the PNP needed his challenge to re-energise the party after a string of defeats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3271} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-3271\" /><figcaption>\'Powaaa\'! Comrades sound their battle cries at the PNP headquarters on Old Hope Road on Nomination Day. (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I think it is very important for us and for the [PNP]. The root of the matter is the party had been flat for a while, particularly losing a series of by-elections, the morale was low,” Bunting told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, who also sits as Member of\nParliament for Central Manchester, was the source of much jubilation from\ncomrades, who paraded in sections of Kingston, anticipating an overwhelming\nvictory in September.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3272} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-3-1024x683.jpg\" alt=\"\" class=\"wp-image-3272\" /><figcaption>Comrades invade sections of the Corporate Area to offer their support to presidential aspirant Peter Bunting and his \'Rise United\' campaign. (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The ‘Rise United’ leader explained that already,\nwhether the ‘One PNP’ team would like to accept it or not, the party has been\ninfected with the most zest and vim in recent months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In the six weeks or so since we announced the Rise United campaign, particularly since we launched, we’ve injected a sense of purpose in the party,” Bunting told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“An excitement, an energy, a passion has\nbeen re-emerging,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3277} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-9-1024x683.jpg\" alt=\"\" class=\"wp-image-3277\" /><figcaption>\'We Can Win\' - the personification of hope for the Rise United campaign. (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reflecting on the massive turnout for his\nnomination, Bunting noted, “I’m feeling quite excited. Of course, I’m very\ngrateful for the tremendous support; the thousands who have come out just to\nwalk with me to HQ to be nominated. We got a tremendous reception right across\nthe board.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting said he was especially pleased to\nsee young Jamaicans among those participating in the Rise United campaign – a telling\nsign that the PNP’s appeal is growing on millennials.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m excited to see the number of young people coming to our events, because some thought the JLP were doing much better among the 18-30 cohort. And with five or six weeks left in the campaign,” the presidential challenger told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3274} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-3274\" /><figcaption>From the mouths and minds of comrades, Rise United is more than a campaign. It\'s a movement, a calling. (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While he acknowledged much can change leading\nup to that fateful election day, Bunting assured that his campaign will be focused\nand robust on what truly matters: <strong>the\ndelegates</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A week in politics is a long time, we don’t\nwant to take any chances. We’re just going to be targeted in terms of engaging\ndelegates in small groups or even one-to-one – persuading them to our message,”\nhe indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We want the party members and supporters\nto believe that we can win the next general election and to start operating\nwith that confidence in a modern way to move forward,” Bunting further\nremarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3273} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-3273\" /><figcaption>Bunting gets the crowd riled up on Nomination Day. (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When pressed to offer a word to delegates he hasn’t met just yet, Bunting assured undecided voters, “The Rise United campaign is on its way to your town and your community.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The showdown between challenger Peter Bunting and the incumbent Dr. Peter Phillips, for the future of the PNP, takes place on Saturday, September 7.</p>\n<!-- /wp:paragraph -->','Battleground PNP: Peter Bunting revels in huge support on Nomination Day','','inherit','closed','closed','','2373-revision-v1','','','2019-08-14 19:41:43','2019-08-15 00:41:43','',2373,'https://buzz-caribbean.com/article/2373-revision-v1/',0,'revision','',0),(3970,21,'2019-08-14 19:44:24','2019-08-15 00:44:24','','Sharing Bowl','','inherit','open','closed','','sharing-bowl','','','2019-08-14 19:44:24','2019-08-15 00:44:24','',1013,'https://buzz-caribbean.com/app/uploads/2019/07/Sharing-Bowl.jpg',0,'attachment','image/jpeg',0),(3971,21,'2019-08-14 19:45:46','2019-08-15 00:45:46','<!-- wp:paragraph -->\n<p>At the University of the West Indies’ (UWI) Taylor Hall Commissary, a new generation of skateboarders is taking charge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1074} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/skating-at-uwi-buzz-4-1024x614.jpg\" alt=\"\" class=\"wp-image-1074\" /><figcaption>Kingston\'s college skater community is as vibrant as this University of the West Indies student in mid-flight (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> checked out what they can do and brings you these photos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1075,1076,1077,1078,1079]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/skating-at-uwi-buzz-1-1024x614.jpg\" alt=\"\" data-id=\"1075\" data-link=\"https://buzz-caribbean.com/?attachment_id=1075\" class=\"wp-image-1075\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/skating-at-uwi-buzz-2-1024x614.jpg\" alt=\"\" data-id=\"1076\" data-link=\"https://buzz-caribbean.com/?attachment_id=1076\" class=\"wp-image-1076\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/skating-at-uwi-buzz-3-1024x614.jpg\" alt=\"\" data-id=\"1077\" data-link=\"https://buzz-caribbean.com/?attachment_id=1077\" class=\"wp-image-1077\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/skating-at-uwi-buzz-4-1-1024x614.jpg\" alt=\"\" data-id=\"1078\" data-link=\"https://buzz-caribbean.com/?attachment_id=1078\" class=\"wp-image-1078\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/skating-at-uwi-buzz-5-1024x614.jpg\" alt=\"\" data-id=\"1079\" data-link=\"https://buzz-caribbean.com/?attachment_id=1079\" class=\"wp-image-1079\" /></figure></li></ul>\n<!-- /wp:gallery -->','Skating at UWI','','inherit','closed','closed','','1073-revision-v1','','','2019-08-14 19:45:46','2019-08-15 00:45:46','',1073,'https://buzz-caribbean.com/article/1073-revision-v1/',0,'revision','',0),(3972,21,'2019-08-14 19:49:35','2019-08-15 00:49:35','<!-- wp:image {\"id\":1061} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-5-1024x614.jpg\" alt=\"\" class=\"wp-image-1061\" /><figcaption>Roll up and get lifted in Itopia Life\'s two smoke rooms (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Where can you find one of the best ganja dispensaries in town? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That would be at 10a West King’s House Road in Kingston and it’s called Itopia Life Dispensary.&nbsp;<br> <br> Make your own perfect roll and puff to your heart\'s (and lungs\') content!<br> <br> <strong>BUZZ</strong> takes you inside in our gallery below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1062,1063,1064,1065,1066,1067]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-1-1024x614.jpg\" alt=\"\" data-id=\"1062\" data-link=\"https://buzz-caribbean.com/?attachment_id=1062\" class=\"wp-image-1062\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-2-1024x614.jpg\" alt=\"\" data-id=\"1063\" data-link=\"https://buzz-caribbean.com/?attachment_id=1063\" class=\"wp-image-1063\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-3-1024x614.jpg\" alt=\"\" data-id=\"1064\" data-link=\"https://buzz-caribbean.com/?attachment_id=1064\" class=\"wp-image-1064\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-4-1024x614.jpg\" alt=\"\" data-id=\"1065\" data-link=\"https://buzz-caribbean.com/?attachment_id=1065\" class=\"wp-image-1065\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-5-1-1024x614.jpg\" alt=\"\" data-id=\"1066\" data-link=\"https://buzz-caribbean.com/?attachment_id=1066\" class=\"wp-image-1066\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/itopia-life-buzz-6-1024x614.jpg\" alt=\"\" data-id=\"1067\" data-link=\"https://buzz-caribbean.com/?attachment_id=1067\" class=\"wp-image-1067\" /></figure></li></ul>\n<!-- /wp:gallery -->','Chilin’ at Itopia Life Dispensary','','inherit','closed','closed','','1060-revision-v1','','','2019-08-14 19:49:35','2019-08-15 00:49:35','',1060,'https://buzz-caribbean.com/article/1060-revision-v1/',0,'revision','',0),(3974,21,'2019-08-14 19:53:38','2019-08-15 00:53:38','<!-- wp:image {\"id\":3286} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Summerset-B_Fixed-1024x586.jpg\" alt=\"\" class=\"wp-image-3286\" /><figcaption> The entrance of the Summerset Resort in Negril. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Imagine a resort of several acres being run solely by undergraduate tourism students. This has been the case at the Summerset Resort and Hotel Training School in West End, Negril, Westmoreland, for almost a year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Students from the Western Hospitality Institute have been operating the Summerset Resort since September 2018, holding various positions – from general manager to line staff. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1679} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/resort-summerset-CCC-1024x679.jpg\" alt=\"\" class=\"wp-image-1679\" /><figcaption>The tourism students hold various positions at the resort - from general manager to line staff. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“They serve real guests. There are guests who are checking into the hotel,” said Eladio Vassel, who is general manager of the Western Hospitality Institute’s Negril Campus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1680} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/resort-summerset-BB-1024x679.jpg\" alt=\"\" class=\"wp-image-1680\" /><figcaption>The typical bed that welcomes guests who book rooms at the resort. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The property has a swimming pool, a stage for nightly entertainment events and six two-bedroom cottages. Each room has basic amenities, including a kitchen. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The property also houses a wooden cabin with a loft and a duplex that can accommodate up to nine persons. There is also a conference room that can host up to 200 persons, theatre-style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1681} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Summerset-cotage-1024x679.jpg\" alt=\"\" class=\"wp-image-1681\" /><figcaption>One of the six two-bedroom cottages at the resort. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Summerset room rates are a standard US$80 per room for double occupancy. Children under 12 years old can stay at the hotel free of cost, but there is an additional US$40 charge for persons over 12 years old. This rate covers breakfast, lunch and dinner.</p>\n<!-- /wp:paragraph -->','Tourism students run Negril hotel','','inherit','closed','closed','','1672-revision-v1','','','2019-08-14 19:53:38','2019-08-15 00:53:38','',1672,'https://buzz-caribbean.com/article/1672-revision-v1/',0,'revision','',0),(3975,4,'2019-08-14 19:54:30','2019-08-15 00:54:30','<!-- wp:paragraph -->\n<p>Businessman Garth Walker has bought a 10,000 square foot lot of prime real estate on Hope Road to significantly expand his Adam &amp; Eve Spa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Adam &amp; Eve has become one of the leaders in its field over the years and will be now offering more services at its new residence. Here Garth tells Buzz that the Jamaican economy is now on the rise and this is the time for businesses to take a chance and see their ventures flourish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Watch Garth Walker discuss his plans  </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/TaUA_Jc-hjc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/TaUA_Jc-hjc\n</div></figure>\n<!-- /wp:embed -->','Garth Walker invests millions in expanding Adam &amp; Eve Spa','','inherit','closed','closed','','3962-revision-v1','','','2019-08-14 19:54:30','2019-08-15 00:54:30','',3962,'https://buzz-caribbean.com/article/3962-revision-v1/',0,'revision','',0),(3977,4,'2019-08-14 19:58:25','2019-08-15 00:58:25','<!-- wp:paragraph -->\n<p>Depending on your background, socialization, religion or just your circle of friends, some things you will be into and others you will not. Like wearing white after Labour Day and if you need a belt to wear in your pants though it is not budging from your waistline. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some things are okay with you and are not an issue while others will make you gasp and say it is a ‘no’ for me love.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such maybe men with cane row. Whether you call it ‘corn row’, ‘cane row’ or \'braids\' it is males who grow their hair and then have it combed in a style which previously only females wore. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1975} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Braid-3-1024x1024.jpg\" alt=\"\" class=\"wp-image-1975\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is trendy and dancehall artists, rappers, athletes etc embrace it as it is seen as cool. Indeed, it has become the cultural expression of male rebellion hence more and more young men grow their hair simply because at one point society told them that low cut hair and a shaven face were the main hallmarks of a well-groomed young man.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1977} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Braid-2-1024x576.jpg\" alt=\"\" class=\"wp-image-1977\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now rappers, athletes and artists are members of the sports and entertainment fraternity hence a suit and tie is not a part of their daily gear unless they have award events to attend. They can sport earrings, tattoos and cornrow hairstyle and be idolised by the young masses as being ‘fresh to death’ and super cool. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1978} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dwayne-Wade-with-braids.jpg\" alt=\"\" class=\"wp-image-1978\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But what about the average young man? What about his career path? For the most part, Jamaica is not very liberal-minded in the corporate world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There is still a particular look and feel that human resources departments and big bosses go for, and men with cornrow is not typically one of them. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It may not be a barrier to employment if you are contracted to pack and move boxes, work on a truck as a sideman or certain everyday blue-collar jobs but the higher up you go and the more zeros affixed to your pay stub, the glass ceiling may just come down on your neck</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In other words, having certain hairstyles as a man may not get you to the top of the corporate ladder. Some offices do not even want to see a man with an earring but the earring can always be removed until he is off the clock and enjoying his own personal time. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>What these males face is discriminatory but...companies do have the right to make their own employment policies. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>It is not so easy with a hairstyle. It was not even 20 years ago when women were not allowed to have in braids or locks when being recruited for the Jamaica Constabulary Force. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was also a big no-no in many banks and financial institutions as the individual was not considered to be well-groomed and worse, was viewed as the style of persons from a lower class. Yup, discrimination and classism are rampant in this land with its predominantly Negroid population.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this same vein, some will argue that what these males face is discriminatory but then the other side of the coin is that companies do have the right to make their own employment policies. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All of this should be considered before a young man decides to sit in a barber chair.</p>\n<!-- /wp:paragraph -->','Men with cornrows: Would you hire them?','','inherit','closed','closed','','1973-revision-v1','','','2019-08-14 19:58:25','2019-08-15 00:58:25','',1973,'https://buzz-caribbean.com/article/1973-revision-v1/',0,'revision','',0),(3978,21,'2019-08-14 20:01:26','2019-08-15 01:01:26','','Black Woman Cooking','','inherit','open','closed','','black-woman-cooking','','','2019-08-14 20:01:26','2019-08-15 01:01:26','',1655,'https://buzz-caribbean.com/app/uploads/2019/08/Black-woman-cooking.jpg',0,'attachment','image/jpeg',0),(3979,14,'2019-08-14 20:02:29','2019-08-15 01:02:29','<!-- wp:image {\"id\":3845} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-Lingerie-736x1024.jpg\" alt=\"\" class=\"wp-image-3845\" /><figcaption>Rihanna shows off in her lavender leopard lace bra. (Photos: Instagram @BadGalRiri)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>International superstar Rihanna simply oozes sexy, and her ‘Navy’ can get the chance to impress and show off their curves in new pieces from her Savage x Fenty lingerie line that were released earlier this month. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A few weeks ago, Rihanna gave fans a taste of the line when she posted a photo of herself wearing one of the sets. \"Lavender leopard lace. GET INTO IT,\" she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3846} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-Lingerie-BB.jpg\" alt=\"\" class=\"wp-image-3846\" /><figcaption>Savage x Fenty has a range of colours and patterns, including this floral set worn by Rihanna.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But the collection is not just for Rihanna, as the sizes in the inclusive line range from XS to 3XL, and they are sold for between US$20 and US$46. They also come in a range of colours and patterns, including floral, tiger print, military green and deep blue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And get this. Rihanna also created a special collection in the Savage x Fenty line, and the proceeds from those sales will benefit her Clara Lionel Foundation.</p>\n<!-- /wp:paragraph -->','Rihanna’s lingerie collection sure to turn heads','','inherit','closed','closed','','3769-revision-v1','','','2019-08-14 20:02:29','2019-08-15 01:02:29','',3769,'https://buzz-caribbean.com/article/3769-revision-v1/',0,'revision','',0),(3980,6,'2019-08-14 20:03:45','2019-08-15 01:03:45','<!-- wp:paragraph -->\n<p>With the People’s National Party (PNP) undergoing a factious leadership battle, which will determine its fortunes in the coming years, one wonders what Norman Manley would today make of the party he founded back in 1938.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Manley was an ardent advocate of the trade union movement and was a tireless champion of underprivileged and less fortunate Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1708} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/norman-manley-1024x683.jpg\" alt=\"\" class=\"wp-image-1708\" /><figcaption>Statue of Norman Manly outside the St William Grant Park in downtown Kingston (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>His clarion call was for universal adult suffrage in Jamaica. He also believed in the Federation of the West Indies which was shot down in a referendum but later emerged as CARICOM.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I say that the mission of my generation was to win self-government for Jamaica.\"</p><cite>— Norman Manley</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He led the PNP for 31 years, positioning it as a political juggernaut winning multiple general elections and producing the longest-serving Prime Minister in Jamaica’s history (PJ Patterson).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At one of his last public speeches, Manley prophetically declared: “I say that the mission of my generation was to win self-government for Jamaica, to win political power which is the final power for the black masses of my country from which I spring. I am proud to stand here today and say to you who fought that fight with me, say it with gladness and pride, mission accomplished for my generation. And what is the mission of this generation? It is… reconstructing the social and economic society and life of Jamaica.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The election battle on September 7 to lead the PNP sees Peter Bunting squaring off against the incumbent Dr Peter Phillips at a time when the PNP is up against a resurgent Jamaica Labour Party (JLP) led by a young dynamic Prime Minister, Andrew Holness whose popularity continues to increase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1710} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-1024x683.jpg\" alt=\"\" class=\"wp-image-1710\" /><figcaption>Peter Bunting is challenging Dr Peter Phillips for the leadership of the People’s National Party. (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>His “Prosperity” rallying cry is manifesting itself across Jamaica with new hotels, highways, infrastructure, new vehicles and businesses springing up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holness also won the general election in 2016 by redefining how election campaigns are fought by effectively using social media and serving up a new vision of Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The PNP’s leadership race is a study in contrasts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the one hand, you have Dr Peter Phillips, a PNP stalwart who has acquitted himself well in every portfolio he has held. He has been hailed as the natural successor to Norman Manley, Michael Manley and PJ Patterson.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1746} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-1024x682.jpg\" alt=\"\" class=\"wp-image-1746\" /><figcaption><strong>Dr Peter Phillips after nomination last month. He is seeking to retain the presidency of the PNP. Photo (Anthony Henry)</strong></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At 70, it may well be his last chance to cement his leadership and position the party to defeat the JLP and secure a long tenure in power.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is not an evidently charismatic leader who is adroit at media in this new century. Rather, he prefers to let his track record and vision for the country go before him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For sure he is statesmanlike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting is a self-made, successful businessman, who represents the more modern and progressive wing of the party.  He made a name for himself by defeating former Prime Minister Hugh Shearer for the South East Clarendon seat in the 1993 general election. Later in his political career, he secured the Central Manchester seat for the PNP as well as becoming an effective General Secretary. He is also a former Minister of National Security. His bona fides are clear to see.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1716} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bunting-addressing-delegates--1024x683.jpg\" alt=\"\" class=\"wp-image-1716\" /><figcaption>Bunting addressing supporters after being nominated last month to challenge Dr Phillips. (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He wants to take the PNP in an altogether new direction and reshape it to be a modern political force that can unseat the JLP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, who is 12 years younger than Dr Phillips, maintains that the PNP must make itself electable and that it must win the hearts and minds of Jamaicans. He also believes that it is folly to rely on old strategies to win 21st-century elections — in other words, what succeeded yesterday, is no guarantee of victory today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What would Norman Manley make of it all?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do tell us at Buzz.</p>\n<!-- /wp:paragraph -->','Taking up Norman Manley’s mantle','','inherit','closed','closed','','1691-revision-v1','','','2019-08-14 20:03:45','2019-08-15 01:03:45','',1691,'https://buzz-caribbean.com/article/1691-revision-v1/',0,'revision','',0),(3982,21,'2019-08-14 20:05:19','2019-08-15 01:05:19','','Mamas-Boy','','inherit','open','closed','','mamas-boy-2','','','2019-08-14 20:05:19','2019-08-15 01:05:19','',1983,'https://buzz-caribbean.com/app/uploads/2019/08/Mamas-Boy.jpg',0,'attachment','image/jpeg',0),(3984,6,'2019-08-14 20:06:38','2019-08-15 01:06:38','<!-- wp:image {\"id\":1776} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-2-1024x683.jpg\" alt=\"\" class=\"wp-image-1776\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Torrential rains brought a premature end to the inaugural staging of the St. Catherine Jerk Festival in Linstead on Sunday, July 29. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Held on the grounds of the Dinthill Technical High School,&nbsp;hundreds of patrons had to scurry for cover as rains lashed the area. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1779} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-3-1024x683.jpg\" alt=\"\" class=\"wp-image-1779\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The stageshow segment of the event, which had just gotten underway was affected by the downpour and disappointed many patrons who turned out to see Beenieman perform.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When the BUZZ team saw the self-proclaimed King of the Dancehall, he was seated in his vehicle unable to exit. Other artists such as Jigsy King and Tony Curtis too, did not get their turn to perform.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1778} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-1-1024x614.jpg\" alt=\"\" class=\"wp-image-1778\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Artists who performed during the earlier\npart of the show were Mr Handsome and Zazan Zazan, Villa Dutch&nbsp;and other\nupcoming artists as well as a host of comedians.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Patrons from as far as Manchester, Clarendon, Kingston, and Portland turned out for the inaugural event. Judging from those present, many saw the festival as a great initiative and well-needed for the developing town.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Promoters of the event Audrey Betton and Christopher Angus&nbsp;were pleased with the support and expressed gratitude to the patrons who turned out with their families and friends to indulge in authentic Jamaican jerk. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1780} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-6-1024x683.jpg\" alt=\"\" class=\"wp-image-1780\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"We are indeed grateful for the\nsupport and promise to continue the staging of the St. Catherine Jerk Festival\nas we see it has huge potential for local and international tourism,\" Betton,\none of the promoters told BUZZ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1786} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-4-1024x683.jpg\" alt=\"\" class=\"wp-image-1786\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Her business partner Angus said he was\noverwhelmed by calls from persons formerly of the area, who are now living\noverseas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These returning residents have committed to\ncome home to support the festival next year, insisting the event become a\nstaple on Linstead’s entertainment calendar.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1783} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-9.jpg\" alt=\"\" class=\"wp-image-1783\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Due to these and other encouraging factors,\nthe team told BUZZ that they\'ll be approaching the Jamaica Tourist Board (JTB) for\nsupport in developing bed and breakfast&nbsp;programmes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1785} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-catherine-jerk-fest-5-1-1024x683.jpg\" alt=\"\" class=\"wp-image-1785\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They are also eyeing other training opportunities\nfrom the JTB for locals, to guide them into making Linstead rise steadily\neconomically with the St. Catherine Jerk Festival and other entertainment\nevents.</p>\n<!-- /wp:paragraph -->','St. Catherine Jerk Festival celebrates inaugural launch','','inherit','closed','closed','','1758-revision-v1','','','2019-08-14 20:06:38','2019-08-15 01:06:38','',1758,'https://buzz-caribbean.com/article/1758-revision-v1/',0,'revision','',0),(3985,21,'2019-08-14 20:07:59','2019-08-15 01:07:59','','Mamas-Boy-Mom-Intervening','Senior Mother Interferring With Couple Having Argument At Home','inherit','open','closed','','mamas-boy-mom-intervening','','','2019-08-14 20:07:59','2019-08-15 01:07:59','',1983,'https://buzz-caribbean.com/app/uploads/2019/08/Mamas-Boy-Mom-Intervening.jpg',0,'attachment','image/jpeg',0),(3986,6,'2019-08-14 20:09:51','2019-08-15 01:09:51','<!-- wp:paragraph -->\n<p>On March 25, Grace Agro Processors (GAP), Denbigh became the sixth factory to be opened in Jamaica by the GraceKennedy Group.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The factory will be working with farmers in and around May Pen, as well as across Jamaica, to source inputs for the manufacturing of Grace products for local consumption and export.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 60,000 square foot facility employs some 70 persons, with that number reaching as high as 120 during peak periods of production.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>GraceKennedy supports Jamaica, and this is one way that has been good for our company. </p><cite>GraceKennedy Group CEO, Don Wehby</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>GAP Denbigh currently has three lines up and running. One has the capacity to produce vacuum-sealed, frozen produce, such as yams and sweet potato; another produces canned products, including ackee and callaloo, and the final is a bottling line, where Grace Foods\' popular jerk seasoning is produced.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1770,1772]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sweet-potato-1.jpg\" alt=\"\" data-id=\"1770\" data-link=\"https://buzz-caribbean.com/?attachment_id=1770\" class=\"wp-image-1770\" /><figcaption>Vacuum-sealed, frozen  sweet potatoes will be produced at GAP Denbigh</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/yam.jpg\" alt=\"\" data-id=\"1772\" data-link=\"https://buzz-caribbean.com/?attachment_id=1772\" class=\"wp-image-1772\" /><figcaption>Vacuum-sealed, frozen  yams will be produced at GAP Denbigh</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>\"Our partnership with the Jamaican farmers has been mutually beneficial, and we hope will assist us in the bid to secure steady and consistent supply to satisfy the demand for our products both at home and abroad,\" said GraceKennedy Group CEO, Don Wehby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grace Foods Domestic CEO, Frank James, underscored the point, noting that, at the peak of the ackee crop, GAP Denbigh will be depending on supplies of approximately 13,000 dozen ackee each day to satisfy its export demand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1789} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tinned-ackee-1.jpg\" alt=\"\" class=\"wp-image-1789\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Grace ships canned ackee to the UK, USA, Canada and the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>GAP Denbigh gets the raw material for its canned callaloo from the Grace Agro Processors facility in Hounslow, St Elizabeth. The product comes shredded in bulk packaging and is then canned and processed at the Denbigh plant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Our partnership with the Jamaican farmers has been mutually beneficial\"</p><cite>GraceKennedy Group CEO, Don Wehby</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Grace Jerk Seasoning, also manufactured with pepper mash from the Hounslow plant, at GAP Denbigh, is exported to the US and Canadian markets. The product is also shipped in bulk to Grace Foods UK, where it is reprocessed for retail sale.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1784,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Grace-Jerk-Seasoning.jpg\" alt=\"\" class=\"wp-image-1784\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"We are pleased to have opened this facility and look forward to the value it will add, not only to the community in Clarendon and its environs, but to the Grace Foods quality line of products, and our business overall,\" said Wehby.</p>\n<!-- /wp:paragraph -->','GraceKennedy opens sixth factory in Jamaica','','inherit','closed','closed','','1766-revision-v1','','','2019-08-14 20:09:51','2019-08-15 01:09:51','',1766,'https://buzz-caribbean.com/article/1766-revision-v1/',0,'revision','',0),(3987,21,'2019-08-14 20:10:03','2019-08-15 01:10:03','','Fresh-Laundry','','inherit','open','closed','','fresh-laundry','','','2019-08-14 20:10:03','2019-08-15 01:10:03','',1983,'https://buzz-caribbean.com/app/uploads/2019/08/Fresh-Laundry.jpeg',0,'attachment','image/jpeg',0),(3989,21,'2019-08-14 20:11:33','2019-08-15 01:11:33','','Woman-relaxing','','inherit','open','closed','','woman-relaxing','','','2019-08-14 20:11:33','2019-08-15 01:11:33','',1983,'https://buzz-caribbean.com/app/uploads/2019/08/Woman-relaxing.jpg',0,'attachment','image/jpeg',0),(3990,21,'2019-08-14 20:12:42','2019-08-15 01:12:42','<!-- wp:paragraph -->\n<p>It is said to be every independent woman’s worse nightmare: the curse of the mamma boy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3982} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Mamas-Boy.jpg\" alt=\"\" class=\"wp-image-3982\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>That male for whom the opinions and views of his mother mean more than any logical or rational argument you can throw at him.&nbsp; Her hold is so tight that not even a new tin of WD40 can loosen it because she still cooks, cleans, comforts and consoles him in a way no other female is allowed to.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3985} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Mamas-Boy-Mom-Intervening-1024x576.jpg\" alt=\"\" class=\"wp-image-3985\" /><figcaption>Mom interfering in couple\'s relationship (Photo: scarymommy.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So why even get entangled with that twosome? Clearly, you will be seen as the third wheel or for her, just someone to tolerate until she frustrates you and runs you off like she has done every other girlfriend since he was in high school. That is the mindset of an overbearing mother. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Why in the name of curried goat gravy would you date a mamma’s boy? </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Tolerate and then take over. She may subtly drop hints on things she nitpicks about to substantiate what she feels is wrong with you and plant seeds of doubt in his brain. One girl was reportedly dropped because his mother said her eyes were too far apart and was the classic sign of a ‘hoe’.&nbsp; I kid you not.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once again you may ask, why in the name of curried goat gravy would you date a mamma’s boy? Well, if you analyse it fully there may be some perks to ‘mamma\'s boy madness’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Firstly you will never have to spend time doing his laundry or cleaning his crib since she got that covered. Housework and cooking is her forte so you do not have to kill yourself slaving over a hot stove. You do not have to cater to him because she\'s been doing it for decades anyways. Plus who really wants a relationship when your substantive date night involved sorting and matching his socks?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3987} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fresh-Laundry-1024x676.jpeg\" alt=\"\" class=\"wp-image-3987\" /><figcaption>Fresh laundry</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You have already guessed that if he calls you once or twice a day, he calls her at least five, therefore you will find time to get other things done without him ‘blowing up’ your phone since he will be well occupied.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3989} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Woman-relaxing-1024x678.jpg\" alt=\"\" class=\"wp-image-3989\" /><figcaption>Enjoy the additional free time</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Because you are independent, you can continue to live your best life, making him an appendage and not the centre of your universe because she is the centre of his.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most importantly, it will give you an opportunity to analyse and reflect on what you want from a long term relationship that can possibly lead to your forever after. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By examining what you do not currently have, you will realise what you want to have. By critically viewing what is missing you will understand what you are not getting so you, therefore, know what to search for and knowing what you want on your checklist of must-haves will ensure that you just do not settle for anybody’s ‘baby boy’.</p>\n<!-- /wp:paragraph -->','Would you date a mamma’s boy?','','inherit','closed','closed','','1983-revision-v1','','','2019-08-14 20:12:42','2019-08-15 01:12:42','',1983,'https://buzz-caribbean.com/article/1983-revision-v1/',0,'revision','',0),(3992,14,'2019-08-14 20:20:14','2019-08-15 01:20:14','<!-- wp:paragraph -->\n<p>“Calypso, can you help me?” Lloyd ‘Beeva’ Beckford, 70 years old, chuckles at the memory of himself as a tearful ten-year-old at a shoemaker’s shop in Olympic Way, Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3562} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lloyd-and-Dujae-Beckford-1024x683.jpg\" alt=\"\" class=\"wp-image-3562\" /><figcaption>The father-son duo of Beeva\'s Footwear, Lloyd and Dujae Beckford. (Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He had put together two pieces of material for makeshift shoes.\nHis six brothers and sisters had real shoes. Young Lloyd had missed out on a\npair. Calypso took pity on the boy and fixed things, so he could go out and\nhave fun with his siblings. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3563} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dujae-crafting-sandals-1024x683.jpg\" alt=\"\" class=\"wp-image-3563\" /><figcaption>Dujae Beckford hard at work crafting a new pair of sandals</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>That was Lloyd’s first attempt at shoemaking. You might say this was the first tiny spark that gave birth to <strong><em>Beeva’s Footwear</em></strong>. From uncertain beginnings, the business is now breaking ground on social media, with vibrant designs — even men’s sandals. And it’s a father and son enterprise!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3564} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Variety-of-hand-crafted-male-slippers-with-exceptional-finish-1024x683.jpg\" alt=\"\" class=\"wp-image-3564\" /><figcaption>Beeva\'s Footwear provides a variety of unique male sandals</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fast forward to 2019. “I love how things are progressing,” says Lloyd, from his workshop in Cooreville Gardens. He and his 29-year-old son Dujae work with the same two machines that the father started out with in the 1970s, producing a range of quality leather footwear for all tastes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3565} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hand-crafted-brown-male-slippers-BUZZ-1024x744.jpg\" alt=\"\" class=\"wp-image-3565\" /><figcaption>Stylishly crafted men\'s sandals</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the early days, the father was determined to learn a trade.\nThere were personal obstacles. Tough times, for him and for Jamaica. He started\noff with tailoring, but work became scarce. Eventually, he set up on his own,\nmaking shoes on the verandah in Waterhouse. He was the first young man to sell\nslippers, set out on the ground under a big tree in Parade, downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Customers came. Lloyd proudly says he was complimented on the neatness of his slippers which people said looked like they were made abroad. But challenges remained. Lloyd \'try a ting uptown\' and even took his products out of town to sell on the north coast, taking the bus with his young son.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “People want quality, and that’s what we offer the public.\"</p><cite>— Dujae Beckford, Co-owner Beeva\'s Footwear</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":3577} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Portrait-yellow-and-white-male-slippers-683x1024.jpg\" alt=\"\" class=\"wp-image-3577\" /><figcaption>Intricately designed men\'s sandals from Beeva\'s Footwear</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It was just me and Daddy,” says Dujae. With his wife out working long hours, Lloyd continued to make shoes on the verandah. Little Dujae used to grab his tools and try to use them, hitting so hard that “Him lick ‘im finger!”, Lloyd bursts out laughing. His mother bought him some plastic toy tools. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the story goes, baby Dujae threw them out of his crib. He wanted the real thing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3569} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Intricate-Design-Beevas-BUZZ-1024x683.jpg\" alt=\"\" class=\"wp-image-3569\" /><figcaption>Precision for every style detail in Beeva\'s Footwear</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It’s a trade that I love,” says Dujae simply. During his schooldays at St George’s Primary and Calabar High, he helped his father out, making “my likkle change.” Since 2010 he has worked a nine-to-five job, but that hasn’t stopped him from making shoes: “I have to find a balance.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2014, a friend introduced Dujae to Instagram. He decided to set up a business page, Beeva\'s Footwear. Nowadays Dujae creates, while Lloyd continues with repairs. Shoes are sold through the IG page. “Daddy doesn’t do social media,” jokes Dujae. “Not even WhatsApp!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BaP52LYB5XU/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BaP52LYB5XU/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Men don’t have many choices in casual footwear. Our sandals are unique, they stand out.” </p><cite>— Dujae Beckford, Co-owner Beeva\'s Footwear</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":3574} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Quality-leather-products-1024x683.jpg\" alt=\"\" class=\"wp-image-3574\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dujae wants the business to progress but has a good philosophy.\n“You know seh things haffi go in stages,” he says. “Nutten nuh easy. Anything\npeople do easy will always crash.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So why men’s sandals? “We’re happy to do men’s and women’s,” says\nDujae, adding: “Men don’t have many choices in casual footwear. Our sandals are\nunique, they stand out.” He laughs at his Dad’s remark about Clark’s shoes,\nonce a “must-have” in every Jamaican man’s wardrobe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3567} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-and-white-male-sandals-BUZZ-1024x683.jpg\" alt=\"\" class=\"wp-image-3567\" /><figcaption>Classic black and white sandals from Beeva\'s Footwear</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>And the future? “I want Beeva’s Footwear to go worldwide,” says\nDujae. “People want quality, and that’s what we offer the public. I am glad that\nthey are made in Jamaica. Trust me. Made in Jamaica! That means a lot. We want\nto help build Jamaica.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Father and son are close, you can tell. Dujae says, “One thing I\nlearned from my father is how to survive — in the sense that you can have a\ntrade, and you don’t have to depend on people.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Check out the gallery below with some men\'s sandals from Beeva\'s Footwear.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3578,3579,3580,3581]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Blue-and-whit-Claw-male-slippers-1-1024x683.jpg\" alt=\"\" data-id=\"3578\" data-link=\"https://buzz-caribbean.com/?attachment_id=3578\" class=\"wp-image-3578\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Yellow-and-white-male-slippers-1024x683.jpg\" alt=\"\" data-id=\"3579\" data-link=\"https://buzz-caribbean.com/?attachment_id=3579\" class=\"wp-image-3579\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-male-slippers-1024x683.jpg\" alt=\"\" data-id=\"3580\" data-link=\"https://buzz-caribbean.com/?attachment_id=3580\" class=\"wp-image-3580\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-and-white-male-sandals-BUZZ-1-1024x683.jpg\" alt=\"\" data-id=\"3581\" data-link=\"https://buzz-caribbean.com/?attachment_id=3581\" class=\"wp-image-3581\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','‘Just The Two a Wi’: Father and son learn life lessons at Beeva’s Footwear','','inherit','closed','closed','','3560-revision-v1','','','2019-08-14 20:20:14','2019-08-15 01:20:14','',3560,'https://buzz-caribbean.com/article/3560-revision-v1/',0,'revision','',0),(3995,21,'2019-08-14 20:26:28','2019-08-15 01:26:28','','tinder','','inherit','open','closed','','tinder','','','2019-08-14 20:26:28','2019-08-15 01:26:28','',1980,'https://buzz-caribbean.com/app/uploads/2019/08/tinder.png',0,'attachment','image/png',0),(3996,14,'2019-08-14 20:27:34','2019-08-15 01:27:34','<!-- wp:paragraph -->\n<p>Huawei, the third-largest smartphone maker, introduced their new smart device operating system HarmonyOS, on August 9 at its Developer Conference in Dongguan, China. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Huawei explained that the OS started life in 2017, but work was accelerated in early 2019. Version 2.0 is scheduled for 2020 and version 3.0 for 2021. Each update expands the types of devices the OS can operate on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/HarmonyOS-Launch.jpg\" alt=\"\" class=\"wp-image-3541\" /><figcaption>Huawei Developer Conference 2019 in Dongguan,&nbsp;China. (Photo: Huawei)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speculation is that the brand pushed forward the development and release of the OS to offset potential fallout from its current battle with the United States. On May 15, Huawei, under an executive order by US President Donald Trump was added to the US Department of Commerce\'s Bureau of Industry and Security Entity list. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This effectively banned US companies from doing business with the Chinese technology giant. One of those companies was Google, supplier of the Android OS system used on Huawei’s phones. While Android is essentially open-source, elements such as the Google Play store, the application for purchasing apps, would become off-limits to Huawei. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3543} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Harmony-OS.jpg\" alt=\"\" class=\"wp-image-3543\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Harmony OS won’t replace Android, for now, only making its August debut on Huawei’s Honor Vision Smart TV, as Huawei said it wishes to continue the long term relationships it has with its US partners. It does claim, however, that it can move to the HarmonyOS at any time as the migration would take up to two days. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The OS will remain in the Chinese market until Huawei feels it has enough of a foundation for it to go global, but if the trade ban isn’t lifted by the time Huawei begins to release its new smart devices like the upcoming Mate 30 series, they will have no other option but to move to HarmonyOS.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3545} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Richard-Yu-Huawei.jpg\" alt=\"\" class=\"wp-image-3545\" /><figcaption> Richard Yu, CEO of Huawei Consumer Business Group presenting at the 2019 Huawei Developer Conference.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The real issue may lay in the large Android ecosystem. As the most adopted mobile operating system, it would be a significant task to bring over Android apps to the new platform based solely on their sheer volume, even though Richard Yu, CEO of Huawei Consumer Business Group, was quoted as saying that it would be just as easy to transfer Android apps over to HarmonyOS. Huawei also unveiled Huawei Mobile Services which includes AppGallery, the HarmonyOS version of the Google Play Store.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"We\'re entering a day and age where people expect a holistic intelligent experience across all devices and scenarios.\"</p><cite>—  Richard Yu, CEO of Huawei\'s Consumer Business Group </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>HarmonyOS isn’t just a replacement for Android, Yu says it represents a new generation of operating systems. In Huawei’s presentation, HarmonyOS uses a much simpler structure making it faster, and more secure than Android. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Our goal is to bring people a truly engaging and diverse experience.  </p><cite> —  Richard Yu, CEO of Huawei\'s Consumer Business Group  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Richard Yu, CEO of Huawei\'s Consumer Business Group, outlined the company\'s rationale in developing this new OS. \"We\'re entering a day and age where people expect a holistic intelligent experience across all devices and scenarios. To support this, we felt it was important to have an operating system with improved cross-platform capabilities. We needed an OS that supports all scenarios, that can be used across a broad range of devices and platforms, and that can meet consumer demand for low latency and strong security.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Comparison testing by Huawei resulted in performance up to five times faster than Google’s still in development Fuchsia OS.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The speed enhancements come from a  Deterministic Latency Engine and high-performance Inter Process Communication (IPC) that Huawei says provides precise resource scheduling with real-time load analysis and forecasting. Comparison testing by Huawei resulted in performance up to five times faster than Google’s still in development Fuchsia OS. There is less code in Harmony making it easier to spot and address security attacks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"We believe HarmonyOS will revitalize the industry and enrich the ecosystem.\" </p><cite>  —  Richard Yu, CEO of Huawei\'s Consumer Business Group   </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"Our goal is to bring people a truly engaging and diverse experience. We want to invite developers from around the world to join us as we build out this new ecosystem. Together, we will deliver an intelligent experience for consumers in all scenarios,\" Yu said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The OS is decoupled from the hardware, allowing a wider range of programming languages to be used and devices for it to be used on. It can automatically scale and adapt to varied screen layouts, controls, and interactions, Huawei said. One significant HarmonyOS feature is Artificial Intelligence. AI can be implemented in various scenarios on user devices. Like Android, the base elements of HarmonyOS will remain open-source.</p>\n<!-- /wp:paragraph -->','Huawei launches HarmonyOS','','inherit','closed','closed','','3540-revision-v1','','','2019-08-14 20:27:34','2019-08-15 01:27:34','',3540,'https://buzz-caribbean.com/article/3540-revision-v1/',0,'revision','',0),(3997,21,'2019-08-14 20:27:57','2019-08-15 01:27:57','','sugar-mama','','inherit','open','closed','','sugar-mama','','','2019-08-14 20:27:57','2019-08-15 01:27:57','',1980,'https://buzz-caribbean.com/app/uploads/2019/08/sugar-mama.jpg',0,'attachment','image/jpeg',0),(3999,14,'2019-08-14 20:31:28','2019-08-15 01:31:28','<!-- wp:image {\"id\":2784} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ishawana-new_pic-1024x731.jpg\" alt=\"\" class=\"wp-image-2784\" /><figcaption>Ishawna is being criticised for singing about her vagina. <br>(Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Danchehall artiste Ishawna is known for being controversial, and she again ruffled some feathers following the August 7 release of her <strong>Pot Of Gold</strong> music video.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “When they say all I sing about is my vagina! Thank God Koffee is here to save y’all!!!\"</p><cite> &nbsp;—&nbsp; Ishawna</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Two days after premiering the visuals to the raunchy song,\nIshawna sent tongues wagging with a caption that accompanied a man singing a\nlewd song.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“When they say all I sing about is my vagina! Thank God Koffee is here to save y’all!!! Just leave me alone mek mi be myself for crying out loud!!! Anyway...<strong>Pot Of Gold</strong> Video out now sis,” she posted. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2785} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ishawna-B-1019x1024.jpg\" alt=\"\" class=\"wp-image-2785\" /><figcaption>One of Ishawna\'s outfits for the \'Pot Of Gold\' music video was inspired by the Little Red Riding Hood. (Photo: Twitter @Ishawna)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It seems her caption was triggered by criticism she has been receiving for the lyrics in her songs. While she is being lauded for the creativity shown in the <strong>Pot Of Gold</strong> music video that mimicked a fairy tale, some persons bashed her for the content of the song. “Mi tired a them type a song ya now. Come with something else. Everything about your underneath. Stop it girl and tell us about yuh school life,” one person commented on YouTube. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Seemingly undaunted by her critics, Ishawna followed up a few hours later with a screenshot of a <strong>New York Times</strong> article. “When singing about your “Vagina” gets you featured in The NY Times,” was the accompanying caption. </p>\n<!-- /wp:paragraph -->','\'Thank God Koffee is here\': Ishawna wants to be left alone','','inherit','closed','closed','','2783-revision-v1','','','2019-08-14 20:31:28','2019-08-15 01:31:28','',2783,'https://buzz-caribbean.com/article/2783-revision-v1/',0,'revision','',0),(4000,6,'2019-08-14 20:32:11','2019-08-15 01:32:11','<!-- wp:paragraph -->\n<p>Fidelity Motors Limited became the first Nissan dealership in the Caribbean to have a global standard showroom, which opened on July 24.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1777} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0058-1024x686.jpg\" alt=\"\" class=\"wp-image-1777\" /><figcaption>Fidelity Motors Limited, new Nissan showroom on Hanover Street in downtown Kingston</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bringing its Hanover Street property up to spec was a result of the original building being gutted to allow an expansion to 7,000 square feet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The new showroom holds ten cars in an open layout. This allows customers the freedom to move about and offers better interaction with sales staff.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1781} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0066-1024x685.jpg\" alt=\"\" class=\"wp-image-1781\" /><figcaption>The showroom floor can accommodate up to 10 vehicles.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are also digital tools from which customers can gain more knowledge of Nissan products while waiting in the lounge. The exterior fascia displays a significant shift from the old showroom with plenty of glass for those wanting to window shop. The Nissan signage and colours have also gained more prominence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1794,1795,1799,1800,1802,1803,1804]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0135-1-1024x877.jpg\" alt=\"\" data-id=\"1794\" data-link=\"https://buzz-caribbean.com/?attachment_id=1794\" class=\"wp-image-1794\" /><figcaption>Nicholas Mackie, senior general manager of Nissan Barbados grabs a celebratory selfie with Pedro Albarran, marketing director, Nissan Latin America, and Major Gregory Webster, managing director at Fidelity Motors.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0131-1024x686.jpg\" alt=\"\" data-id=\"1795\" data-link=\"https://buzz-caribbean.com/?attachment_id=1795\" class=\"wp-image-1795\" /><figcaption>Silvano Guerra Nava, country manager for Right-Hand Drive Caribbean, Nissan Latin America; Nicholas Mackie, senior general manager of Nissan Barbados; and Pedro Albarran, LAC34 marketing director, Nissan Latin America.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0111-1024x685.jpg\" alt=\"\" data-id=\"1799\" data-link=\"https://buzz-caribbean.com/?attachment_id=1799\" class=\"wp-image-1799\" /><figcaption>Major Gregory Webster, managing director at Fidelity Motors.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0067-1024x686.jpg\" alt=\"\" data-id=\"1800\" data-link=\"https://buzz-caribbean.com/?attachment_id=1800\" class=\"wp-image-1800\" /><figcaption>Marketing officer,&nbsp;David Crawford demonstrates one of the new features of the showroom, a colour bar from which customers can browse the available vehicle colours.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0092-1024x685.jpg\" alt=\"\" data-id=\"1802\" data-link=\"https://buzz-caribbean.com/?attachment_id=1802\" class=\"wp-image-1802\" /><figcaption>Customers can relax in the spacious and comfy customer lounge.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0133-1024x686.jpg\" alt=\"\" data-id=\"1803\" data-link=\"https://buzz-caribbean.com/?attachment_id=1803\" class=\"wp-image-1803\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0099-1024x685.jpg\" alt=\"\" data-id=\"1804\" data-link=\"https://buzz-caribbean.com/?attachment_id=1804\" class=\"wp-image-1804\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Fidelity now joins the ranks of new car dealers that have freshened their showrooms. The process appeared to have started when the ATL Automotive Group completed its US$13.5 million Audi Terminal on Oxford Road in 2013. It was then the largest single investment in the automotive sector.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> — <strong>Nichola Beckford</strong></p>\n<!-- /wp:paragraph -->','Fidelity Motors opens global standard showroom','','inherit','closed','closed','','1757-revision-v1','','','2019-08-14 20:32:11','2019-08-15 01:32:11','',1757,'https://buzz-caribbean.com/article/1757-revision-v1/',0,'revision','',0),(4001,21,'2019-08-14 20:33:13','2019-08-15 01:33:13','','luxury-apartment','','inherit','open','closed','','luxury-apartment','','','2019-08-14 20:33:13','2019-08-15 01:33:13','',1980,'https://buzz-caribbean.com/app/uploads/2019/08/luxury-apartment.jpeg',0,'attachment','image/jpeg',0),(4002,14,'2019-08-14 20:34:31','2019-08-15 01:34:31','<!-- wp:image {\"id\":2771} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/camila.jpg\" alt=\"\" class=\"wp-image-2771\" /><figcaption> Camila Cabello publicly declared her \'love\' for Shawn Mendes on Instagram.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Camila Cabello has confirmed her romance with Shawn Mendes on Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 22-year-old singer took to the social media site on Friday, August 9, to wish her boyfriend and \'Señorita\' collaborator a happy 21st birthday, and also used the sweet moment to declare her \"love\" for him publicly for the first time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She wrote alongside a picture of the pair: \"Happy birthday to this magic human, I love you!!!! (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B08zxPaHRFQ/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B08zxPaHRFQ/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Camila\'s post also included four love heart emojis, and comes just days after she revealed the \'In My Blood\' singer - whom she has been spotted packing on the PDA with in recent weeks - \"means a lot\" to her.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said earlier this week: \"I\'ve known Shawn for such a long time, and it\'s so much fun getting to work and do things with somebody who means a lot to you.\" </p>\n<!-- /wp:paragraph -->','Ooh la la! Camila Cabello confirms she’s dating Shawn Mendes','','inherit','closed','closed','','2770-revision-v1','','','2019-08-14 20:34:31','2019-08-15 01:34:31','',2770,'https://buzz-caribbean.com/article/2770-revision-v1/',0,'revision','',0),(4003,21,'2019-08-14 20:34:32','2019-08-15 01:34:32','','money','','inherit','open','closed','','money','','','2019-08-14 20:34:32','2019-08-15 01:34:32','',1980,'https://buzz-caribbean.com/app/uploads/2019/08/money.jpg',0,'attachment','image/jpeg',0),(4005,14,'2019-08-14 20:42:55','2019-08-15 01:42:55','<!-- wp:image {\"id\":2734} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_153001-1024x576.jpg\" alt=\"\" class=\"wp-image-2734\" /><figcaption>Revelers getting down during the street parade.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thousands of Barbadians and visitors from around the region and beyond shed their inhibitions and donned brightly coloured, bedazzled and elaborate costumes to ‘do ting’ for the recent Grand Kadooment street parade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The August 5 event closed the curtains on the two-month-long Crop Over Festival.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2737} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_152846-1024x576.jpg\" alt=\"\" class=\"wp-image-2737\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Spectators lined the streets to see bands such as Baje International, Blue Box Cart, Zulu International, Xhosa Barbados, Krave the Band, Ooutraje, Colorz, Fifth Element Mas, Betty West, Gwyneth Squires. But undoubtedly all eyes were on Aura Experience, who had none other than the Bajan \'bad gal\' Ri Ri on the road with them. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B09XEH1H752/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B09XEH1H752/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Clad in an eye-catching pink feathered custom David\nLaport dress, Rihanna partied with friends on the big music truck, but not\nbefore first mingling with the crowd and sharing a moment with Prime Minister\nMia Mottley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2738} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_145013-1024x576.jpg\" alt=\"\" class=\"wp-image-2738\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Caribbean celebs were also out in their numbers,\nwhether on the road or performing on a music truck - among them Alison Hinds,\nLil Rick, Mikey, Stiffy, Skinny Fabulous and Problem Child, to name a few.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was a soca lovers paradise as waistlines were tempted with tunes from every category of the genre – sweet, power and bashment from Barbados and other Caribbean countries. With the announcement that <strong>Sometime</strong> had won the \'Tune of the Crop\' title, popular artist Leadpipe solidified his position as having the runaway hit of the 2019 Crop Over season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2739,2741,2744,2745,2746,2747,2749,2750,2751,2752]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/featured-image-1024x576.jpg\" alt=\"\" data-id=\"2739\" data-link=\"https://buzz-caribbean.com/?attachment_id=2739\" class=\"wp-image-2739\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_132209-1024x576.jpg\" alt=\"\" data-id=\"2741\" data-link=\"https://buzz-caribbean.com/?attachment_id=2741\" class=\"wp-image-2741\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_144631-1024x576.jpg\" alt=\"\" data-id=\"2744\" data-link=\"https://buzz-caribbean.com/?attachment_id=2744\" class=\"wp-image-2744\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_130908-1024x576.jpg\" alt=\"\" data-id=\"2745\" data-link=\"https://buzz-caribbean.com/?attachment_id=2745\" class=\"wp-image-2745\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_154459-1024x576.jpg\" alt=\"\" data-id=\"2746\" data-link=\"https://buzz-caribbean.com/?attachment_id=2746\" class=\"wp-image-2746\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190805-WA0030-1024x768.jpg\" alt=\"\" data-id=\"2747\" data-link=\"https://buzz-caribbean.com/?attachment_id=2747\" class=\"wp-image-2747\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_154308-1024x576.jpg\" alt=\"\" data-id=\"2749\" data-link=\"https://buzz-caribbean.com/?attachment_id=2749\" class=\"wp-image-2749\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_145052-1024x576.jpg\" alt=\"\" data-id=\"2750\" data-link=\"https://buzz-caribbean.com/?attachment_id=2750\" class=\"wp-image-2750\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_144932-1024x576.jpg\" alt=\"\" data-id=\"2751\" data-link=\"https://buzz-caribbean.com/?attachment_id=2751\" class=\"wp-image-2751\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_153055-1024x576.jpg\" alt=\"\" data-id=\"2752\" data-link=\"https://buzz-caribbean.com/?attachment_id=2752\" class=\"wp-image-2752\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p><strong><em>– Story by Yajirah Archibald</em></strong></p>\n<!-- /wp:paragraph -->','Barbados Crop Over: What a Kadooment!','','inherit','closed','closed','','2715-revision-v1','','','2019-08-14 20:42:55','2019-08-15 01:42:55','',2715,'https://buzz-caribbean.com/article/2715-revision-v1/',0,'revision','',0),(4006,14,'2019-08-14 20:45:10','2019-08-15 01:45:10','<!-- wp:image {\"id\":2753} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Annaixe-A.jpg\" alt=\"\" class=\"wp-image-2753\" /><figcaption>Anna-Lisa Guthrie started designing carnival costumes in 2015.  (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Anna-Lisa ‘Annaixe’ Guthrie has only been a costume designer for a few short years, but already she has been making waves in Jamaica and the Caribbean. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Through her company, Designs by Annaixe, Guthrie has collaborated with ‘Iconz’ in the Cayman Islands and Xaymaca International from Jamaica, as well as brands like Pepsi&nbsp;and Campari. Victress, the 2019 costume that she designed for Xaymaca International, was a hit amongst revellers, as it was sold out within weeks. She also curated the showstopper costumes for spirit brand Campari during the 2019 carnival season. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2754} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Annaixe-BB-1024x683.jpg\" alt=\"\" class=\"wp-image-2754\" /><figcaption>Campari is one of the brands that Anna-Lisa Guthrie has done costumes for. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Despite her success, this wasn’t a path she planned to be on. Having worked as a photographer during the carnival season, Guthrie decided to make a costume for herself. Since that experiment in 2015, she has been making carnival costumes. And these days, the 23-year-old ensures that women feel confident, sexy, chic and comfortable in her pieces. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although she\nis thriving in the industry, preparing costume designs can be a tedious process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2756]} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Annaixe-DD-819x1024.jpg\" alt=\"\" data-id=\"2756\" data-link=\"https://buzz-caribbean.com/?attachment_id=2756\" class=\"wp-image-2756\" /><figcaption> <br> <br>Anna dons \'Aurae\' that she designed for Cropover 2018. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“Finding the right\ncreative balance to create something that excites you, developing what you want\nit to look like then executing it accordingly, most of it is mental,” Guthrie\nexplained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While she has been making a name for herself with her costumes, her creative portfolio is widespread, as she dabbles in hand-made and retail jewellery, modelling and photography. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Follow her on Instagram @Byannaixe to see more of her pieces. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Annaixe turns heads with showstopping carnival designs','','inherit','closed','closed','','2748-revision-v1','','','2019-08-14 20:45:10','2019-08-15 01:45:10','',2748,'https://buzz-caribbean.com/article/2748-revision-v1/',0,'revision','',0),(4007,14,'2019-08-14 20:46:29','2019-08-15 01:46:29','<!-- wp:image {\"id\":2734} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_153001-1024x576.jpg\" alt=\"\" class=\"wp-image-2734\" /><figcaption>Revelers getting down during the street parade.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thousands of Barbadians and visitors from around the region and beyond shed their inhibitions and donned brightly coloured, bedazzled and elaborate costumes to ‘do ting’ for the recent Grand Kadooment street parade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The August 5 event closed the curtains on the two-month-long Crop Over Festival.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2737} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_152846-1024x576.jpg\" alt=\"\" class=\"wp-image-2737\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Spectators lined the streets to see bands such as Baje International, Blue Box Cart, Zulu International, Xhosa Barbados, Krave the Band, Ooutraje, Colorz, Fifth Element Mas, Betty West, Gwyneth Squires. But undoubtedly all eyes were on Aura Experience, who had none other than the Bajan \'bad gal\' Ri Ri on the road with them. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B09XEH1H752/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B09XEH1H752/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Clad in an eye-catching pink feathered custom David\nLaport dress, Rihanna partied with friends on the big music truck, but not\nbefore first mingling with the crowd and sharing a moment with Prime Minister\nMia Mottley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2738} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_145013-1024x576.jpg\" alt=\"\" class=\"wp-image-2738\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Caribbean celebs were also out in their numbers,\nwhether on the road or performing on a music truck - among them Alison Hinds,\nLil Rick, Mikey, Stiffy, Skinny Fabulous and Problem Child, to name a few.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was a soca lovers paradise as waistlines were tempted with tunes from every category of the genre – sweet, power and bashment from Barbados and other Caribbean countries. With the announcement that <strong>Sometime</strong> had won the \'Tune of the Crop\' title, popular artist Leadpipe solidified his position as having the runaway hit of the 2019 Crop Over season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2739,2741,2744,2745,2746,2747,2749,2750,2751,2752]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/featured-image-1024x576.jpg\" alt=\"\" data-id=\"2739\" data-link=\"https://buzz-caribbean.com/?attachment_id=2739\" class=\"wp-image-2739\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_132209-1024x576.jpg\" alt=\"\" data-id=\"2741\" data-link=\"https://buzz-caribbean.com/?attachment_id=2741\" class=\"wp-image-2741\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_144631-1024x576.jpg\" alt=\"\" data-id=\"2744\" data-link=\"https://buzz-caribbean.com/?attachment_id=2744\" class=\"wp-image-2744\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_130908-1024x576.jpg\" alt=\"\" data-id=\"2745\" data-link=\"https://buzz-caribbean.com/?attachment_id=2745\" class=\"wp-image-2745\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_154459-1024x576.jpg\" alt=\"\" data-id=\"2746\" data-link=\"https://buzz-caribbean.com/?attachment_id=2746\" class=\"wp-image-2746\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190805-WA0030-1024x768.jpg\" alt=\"\" data-id=\"2747\" data-link=\"https://buzz-caribbean.com/?attachment_id=2747\" class=\"wp-image-2747\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_154308-1024x576.jpg\" alt=\"\" data-id=\"2749\" data-link=\"https://buzz-caribbean.com/?attachment_id=2749\" class=\"wp-image-2749\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_145052-1024x576.jpg\" alt=\"\" data-id=\"2750\" data-link=\"https://buzz-caribbean.com/?attachment_id=2750\" class=\"wp-image-2750\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_144932-1024x576.jpg\" alt=\"\" data-id=\"2751\" data-link=\"https://buzz-caribbean.com/?attachment_id=2751\" class=\"wp-image-2751\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/20190805_153055-1024x576.jpg\" alt=\"\" data-id=\"2752\" data-link=\"https://buzz-caribbean.com/?attachment_id=2752\" class=\"wp-image-2752\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p> <strong><em>—</em></strong><strong><em> Story by Yajirah Archibald</em></strong></p>\n<!-- /wp:paragraph -->','Barbados Crop Over: What a Kadooment!','','inherit','closed','closed','','2715-revision-v1','','','2019-08-14 20:46:29','2019-08-15 01:46:29','',2715,'https://buzz-caribbean.com/article/2715-revision-v1/',0,'revision','',0),(4009,4,'2019-08-14 20:49:56','2019-08-15 01:49:56','<!-- wp:paragraph -->\n<p>Businessman Garth Walker has bought a 10,000 square foot lot of prime real estate on Hope Road to significantly expand his Adam &amp; Eve Spa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Adam &amp; Eve has become one of the leaders in its field over the years and will be now offering more services at its new residence. Here Garth tells Buzz that the Jamaican economy is now on the rise and this is the time for businesses to take a chance and see their ventures flourish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Watch below as Garth Walker discuss his plans with Buzz.</strong> <b>See Part 2 <a href=\"https://www.youtube.com/watch?v=fnWiwYcRRGw&amp;feature=youtu.be\">here</a>.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/TaUA_Jc-hjc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/TaUA_Jc-hjc\n</div></figure>\n<!-- /wp:embed -->','Garth Walker invests millions in expanding Adam &amp; Eve Spa','','inherit','closed','closed','','3962-revision-v1','','','2019-08-14 20:49:56','2019-08-15 01:49:56','',3962,'https://buzz-caribbean.com/article/3962-revision-v1/',0,'revision','',0),(4010,15,'2019-08-14 21:00:48','2019-08-15 02:00:48','<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=fnWiwYcRRGw\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=fnWiwYcRRGw&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Garth Walker invests millions in expanding Adam &amp; Eve Spa Pt 2','','publish','closed','closed','','garth-walker-invests-millions-in-expanding-adam-eve-spa','','','2019-08-21 09:49:08','2019-08-21 14:49:08','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=4010',0,'video','',0),(4012,14,'2019-08-14 20:54:55','2019-08-15 01:54:55','<!-- wp:image {\"id\":2683} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/henna-H-1-1024x836.jpg\" alt=\"\" class=\"wp-image-2683\" /><figcaption>The henna plant produces a natural red dye that is used to stain the skin.  <br>(Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For centuries people used henna for body art in the Middle East, Asia and parts of Africa. But in more recent years, these patterns have been gaining popularity in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Just ask Mark Samuels, the proprietor of a Kingston-based company called Henna Threads. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2685} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Henna-CCC.jpg\" alt=\"\" class=\"wp-image-2685\" /><figcaption>This male model sports body art that was done using both henna and jagua (darker stains).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“When I just started doing this nine years ago, nobody knew\nwhat it was,” he said. “And even though there is still a great number of persons\nwho don’t know what it is, it is not nearly like it used to be before - to the\npoint where when I hear Shenseea sing about henna in one of her songs, I was\nlike, ‘what?’. Obviously, you are not going to put something in your music if\npeople can’t relate to it or know about it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2688} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/henna-BB-853x1024.jpg\" alt=\"\" class=\"wp-image-2688\" /><figcaption>The thigh is a popular area for henna designs. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When Samuels began offering the service, he said that he was\nprobably the only person doing so. And while he might still be the only person providing\nthis type of body art as a full-time job, he said that there are other artists\nwho are offering the service on a part-time basis. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Henna is the application of a thick paste made from the ground leaves of the henna plant. It produces a natural red dye that is used to stain the skin.  Henna stains usually last for a week. In addition, Samuels offers a darker stain with jagua, which is another paste that is made from the extract of the fruit Genipa americana, also known as&nbsp;jagua.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2686,2687]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Henna-DDD.jpg\" alt=\"\" data-id=\"2686\" data-link=\"https://buzz-caribbean.com/?attachment_id=2686\" class=\"wp-image-2686\" /><figcaption>This model makes a statement in body art that was done using henna and jagua.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Henna-F-1024x833.jpg\" alt=\"\" data-id=\"2687\" data-link=\"https://buzz-caribbean.com/?attachment_id=2687\" class=\"wp-image-2687\" /><figcaption>Jagua designs are darker than those done with henna. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Samuels told <strong>BUZZ</strong> that the hands and feet are two areas on which people often want their body art to be done, with the thigh and back following closely behind. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like the countries this type of body art began in, Jamaicans also get henna patterns for special occasions like dinner parties, birthdays, carnival and other celebratory events. And as expected, Samuels said that the high seasons for henna body art are summer, Christmas and the Easter period.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <strong><em>—</em></strong> Story by </p>\n<!-- /wp:paragraph -->','Get a sexy henna design','','inherit','closed','closed','','2679-revision-v1','','','2019-08-14 20:54:55','2019-08-15 01:54:55','',2679,'https://buzz-caribbean.com/article/2679-revision-v1/',0,'revision','',0),(4013,14,'2019-08-14 20:55:50','2019-08-15 01:55:50','<!-- wp:paragraph -->\n<p>Reggae legend Beres Hammond is scheduled to perform at the Howard Theatre in Washington, D.C. on August 15 and 16.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The shows form part of his Never Ending Tour that kicked off on July 27 in Danbury, Connecticut, USA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B07jBMZgt2Q/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B07jBMZgt2Q/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Beres has performed before a full house at each of his stops across the United States. Among the states in which has performed are New York, Illinois, Massachusetts and New Jersey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The tour is named after Beres’ 2018 album, <strong>Never Ending</strong>, which is his third number one album on the Billboard reggae chart. On <strong>Never Ending</strong>, Beres carries on the grand tradition of a romantic balladeer with sensitivity and swagger, presenting 21st century classics from the master of romance and reggae.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The remaining dates for Beres\' Never Ending Tour are:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Saturday, August 17: Norva Norfolk, Virginia</li><li>Sunday, August 18: Oasis Shriners Auditorium, Charlotte, North Carolina</li><li>Friday, August 23: Cobb Energy PAC, Atlanta, Georgia</li><li>Saturday, August 24: The Hard Rock, Orlando, Florida</li><li>Sunday, August 25: Broward PAC, Ft. Lauderdale, Florida</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—</em></strong> Story by</p>\n<!-- /wp:paragraph -->','Beres\' Never Ending Tour hits Washington D.C. Aug. 15','','inherit','closed','closed','','2616-revision-v1','','','2019-08-14 20:55:50','2019-08-15 01:55:50','',2616,'https://buzz-caribbean.com/article/2616-revision-v1/',0,'revision','',0),(4014,14,'2019-08-14 20:56:41','2019-08-15 01:56:41','<!-- wp:paragraph -->\n<p>For some, it is body art, an expression of their personality; a tribute or memorial to a loved one. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2578} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tribute-To-Loved-One.jpg\" alt=\"\" class=\"wp-image-2578\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Others hold a completely different view that includes it being a defilement of the temple that is one’s body; it is gross and sacrilegious. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You simply have to ask someone about their views on having tattoos and you will get an ear full.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, they are commonplace and considered cool. From cute butterflies on the feet to huge sleeve art that covers the entire arm or full back pieces that are colourful and vivid like a real mural...only this mural moves around.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2579} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Arm-Tats-1024x683.jpg\" alt=\"\" class=\"wp-image-2579\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Like them or not, tattoos are becoming increasingly appealing to individuals from sixteen to sixty and beyond.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2581} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Coloured-Arm-Tattoo-1024x681.jpg\" alt=\"\" class=\"wp-image-2581\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tattoos are not a new phenomenon. A tattoo is a form of body modification where a design is made by inserting ink, dyes and pigments, either indelible or temporary, into the dermis layer of the skin to change the pigment. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2610} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Applying-Tattoo-1024x680.jpg\" alt=\"\" class=\"wp-image-2610\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The word ‘tattoo’ comes from the Samoan word ‘tatau’ meaning ‘to strike’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before the practice of tattooing became popular in the West, it was described as painting, scarring or staining. Today it falls into three main categories: purely decorative, &nbsp;symbolic and pictorial.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2588,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Upper-Body-Tattoo.jpg\" alt=\"\" class=\"wp-image-2588\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many couples have\na shared passion for ink and so get matching tattoos or each other’s names on\ntheir bodies as it is seen as a symbol of their love expressed through doing\nsomething permanent. It is almost like a commitment or a permanent contract as\nremoving it is one long arduous and even more painful process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2595} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tattoos-with-names.jpg\" alt=\"\" class=\"wp-image-2595\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Getting ‘tatted’ is cute and all but few think of the long term repercussions. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Firstly putting someone’s name on your body that is not a parent or offspring can be disastrous. The relationship can end quicker than a flash of lightning? Additionally, many young people get it done to be seen and therefore they deliberately choose a location on their body with the most visibility such as hands, chest, neck, behind the ears and even their faces. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2599} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Face-Tat.jpg\" alt=\"\" class=\"wp-image-2599\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With these kinds of in-your-face inking, you will not only get stares and shocked looks but you can rule out getting a conventional job. You can pretty much say that a career in face-to-face customer service is not in your cards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before anyone gets a tattoo, they should consider the location, the risk of infection and the long term consequences of inking one’s skin. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the only reason for getting one is to be seen as cool, it is probably a good idea to examine your value system because the ink will not replace any emotional void that one is experiencing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—</em></strong>Story for</p>\n<!-- /wp:paragraph -->','Tattoos - to ink or not to ink?','','inherit','closed','closed','','2558-revision-v1','','','2019-08-14 20:56:41','2019-08-15 01:56:41','',2558,'https://buzz-caribbean.com/article/2558-revision-v1/',0,'revision','',0),(4015,4,'2019-08-14 20:56:42','2019-08-15 01:56:42','','Garth Walker','','inherit','open','closed','','garth-walker','','','2019-08-14 20:56:42','2019-08-15 01:56:42','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Garth-Walker.png',0,'attachment','image/png',0),(4016,14,'2019-08-14 20:56:50','2019-08-15 01:56:50','<!-- wp:paragraph -->\n<p>For some, it is body art, an expression of their personality; a tribute or memorial to a loved one. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2578} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tribute-To-Loved-One.jpg\" alt=\"\" class=\"wp-image-2578\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Others hold a completely different view that includes it being a defilement of the temple that is one’s body; it is gross and sacrilegious. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You simply have to ask someone about their views on having tattoos and you will get an ear full.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, they are commonplace and considered cool. From cute butterflies on the feet to huge sleeve art that covers the entire arm or full back pieces that are colourful and vivid like a real mural...only this mural moves around.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2579} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Arm-Tats-1024x683.jpg\" alt=\"\" class=\"wp-image-2579\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Like them or not, tattoos are becoming increasingly appealing to individuals from sixteen to sixty and beyond.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2581} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Coloured-Arm-Tattoo-1024x681.jpg\" alt=\"\" class=\"wp-image-2581\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tattoos are not a new phenomenon. A tattoo is a form of body modification where a design is made by inserting ink, dyes and pigments, either indelible or temporary, into the dermis layer of the skin to change the pigment. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2610} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Applying-Tattoo-1024x680.jpg\" alt=\"\" class=\"wp-image-2610\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The word ‘tattoo’ comes from the Samoan word ‘tatau’ meaning ‘to strike’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before the practice of tattooing became popular in the West, it was described as painting, scarring or staining. Today it falls into three main categories: purely decorative, &nbsp;symbolic and pictorial.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2588,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Upper-Body-Tattoo.jpg\" alt=\"\" class=\"wp-image-2588\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many couples have\na shared passion for ink and so get matching tattoos or each other’s names on\ntheir bodies as it is seen as a symbol of their love expressed through doing\nsomething permanent. It is almost like a commitment or a permanent contract as\nremoving it is one long arduous and even more painful process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2595} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tattoos-with-names.jpg\" alt=\"\" class=\"wp-image-2595\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Getting ‘tatted’ is cute and all but few think of the long term repercussions. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Firstly putting someone’s name on your body that is not a parent or offspring can be disastrous. The relationship can end quicker than a flash of lightning? Additionally, many young people get it done to be seen and therefore they deliberately choose a location on their body with the most visibility such as hands, chest, neck, behind the ears and even their faces. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2599} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Face-Tat.jpg\" alt=\"\" class=\"wp-image-2599\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With these kinds of in-your-face inking, you will not only get stares and shocked looks but you can rule out getting a conventional job. You can pretty much say that a career in face-to-face customer service is not in your cards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before anyone gets a tattoo, they should consider the location, the risk of infection and the long term consequences of inking one’s skin. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the only reason for getting one is to be seen as cool, it is probably a good idea to examine your value system because the ink will not replace any emotional void that one is experiencing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—</em></strong> Story by</p>\n<!-- /wp:paragraph -->','Tattoos - to ink or not to ink?','','inherit','closed','closed','','2558-revision-v1','','','2019-08-14 20:56:50','2019-08-15 01:56:50','',2558,'https://buzz-caribbean.com/article/2558-revision-v1/',0,'revision','',0),(4017,14,'2019-08-14 20:57:24','2019-08-15 01:57:24','<!-- wp:image {\"id\":2549} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/yanique-curvy-diva-cccc-1024x783.jpg\" alt=\"\" class=\"wp-image-2549\" /><figcaption>Curvy Diva has come under heavy fire for removing her underwear during a performance. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Following the heated debate and the\npublic backlash that Yanique ‘Curvy Diva’ Barrett has received since removing\nher underwear on stage, at least one member of the entertainment industry has come\nto her defence. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Producer Donald \'Icon\' Medder believes the surprising move by the ‘Lifestyle’ entertainer was a good one. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2608} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/icon-producer-1024x1012.jpg\" alt=\"\" class=\"wp-image-2608\" /><figcaption> Producer Icon Medder believes Curvy Diva\'s actions will give her more attention.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It\'s entertainment. When I saw it, I\nactually thought it was a brilliant PR move to create controversy and get\npeople talking. I also believe the backlash may be so intense because they\ndon\'t like her,” Icon said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I actually thought it was a brilliant PR move.\"</p><cite> — Producer Donald \'Icon\' Medder  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“And it worked because now people know about her new collab song. Anything she does is blown out of proportion. Doesn\'t Spice do raunchy overly sexual performances? Where\'s the outcry for decency there?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B01xDhEBTOm/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B01xDhEBTOm/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The performance in question took place at one of the Pride JA events hosted by the Jamaica Forum for Lesbians, All-Sexuals and Gays (J-FLAG) in August. Before Dexta Daps’ ‘No Underwear’ was played, the former Magnum Kings and Queens of Dancehall host removed her underwear and placed it in the direction of the console, much to the delight of the crowd.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While she got a lot of cheers from the audience at the event, she has come in for sharp criticism on social media with persons saying that her actions were distasteful. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—</em></strong> Story by</p>\n<!-- /wp:paragraph -->','Producer defends Curvy Diva after she removes panty on stage','','inherit','closed','closed','','2547-revision-v1','','','2019-08-14 20:57:24','2019-08-15 01:57:24','',2547,'https://buzz-caribbean.com/article/2547-revision-v1/',0,'revision','',0),(4018,14,'2019-08-14 20:57:45','2019-08-15 01:57:45','<!-- wp:paragraph -->\n<p>Leslie Jones will film her Netflix special in Washington D.C. but has banned its most famous resident, President Donald Trump, from attending.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2504} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/leslie-jones.jpg\" alt=\"\" class=\"wp-image-2504\" /><figcaption>Leslie Jones </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Ghostbusters </strong>actress is to host her first Netflix stand-up special in Washington D.C. and though she thinks the city has \"one of the best comic crowds\", she doesn\'t want its most famous resident to be in the crowd.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Asked by talk show host Jimmy Kimmel if she\'d invite the US leader and his family to the show, she said, \"Hell, no!\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"You are banned. Period. You are banned from my life.\"</p><cite>— Leslie Jones</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Addressing the president directly, she added: \"I hope you show up so I can talk bad about your ass! Don\'t you show up. You are banned. Period. You are banned from my life.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 51-year-old star is thrilled to be going back to her stand-up roots. Leslie is currently coming up with titles for the show, which will launch globally on Netflix in 2020.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—</em></strong> Story by</p>\n<!-- /wp:paragraph -->','Leslie Jones bans Donald Trump from Netflix special','','inherit','closed','closed','','2503-revision-v1','','','2019-08-14 20:57:45','2019-08-15 01:57:45','',2503,'https://buzz-caribbean.com/article/2503-revision-v1/',0,'revision','',0),(4019,21,'2019-08-14 20:58:55','2019-08-15 01:58:55','<!-- wp:paragraph -->\n<p>She keeps you fed, clothed and smelling good. She also pays your credit card bills and for your townhouse. You keep her smiling, satisfied and feeling like she found the proverbial fountain of youth. It is a match made, not in heaven, but on Tinder, because she is not your mother but your mamma...as in sugar mamma.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3995} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tinder-1024x1024.png\" alt=\"\" class=\"wp-image-3995\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> A ’sugar mamma’ is a woman (often an older woman) who keeps her man or woman in nice standing with money, food, an apartment and other trappings of comfort and luxury. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4001,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/luxury-apartment.jpeg\" alt=\"\" class=\"wp-image-4001\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now do not confuse a ‘cougar’ with a sugar mamma because the former likes the company and the midsection injection of a younger guy while the latter enjoys it and is willing to pay for the pleasure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3997} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sugar-mama.jpg\" alt=\"\" class=\"wp-image-3997\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sugar mammas are more common than you think, as many young men from the inner-city who want the finer things in life or struggling university students who have a hard time financing their way through school are prime candidates. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4003} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/money-1024x683.jpg\" alt=\"\" class=\"wp-image-4003\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While it may seem distasteful to the moral majority, for the most part many do not see it as predatory in nature as a sugar daddy relationship. This is usually because women generally are not considered as exploiters and because men, whether they are young or old are perceived as willing to enter into sexual ‘congress’ with just about any female, regardless of her age.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Young males on the cusp of adolescence fantasize not about their peers...but about their</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Studies have found that most young males on the cusp of adolescence fantasize not about their peers or girls their own age but about their older hot neighbour or that stern but sexy English teacher. So, when given an opportunity to act on their long-held fantasy, it is a dream come true. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Furthermore, quite a few men have admitted that their ‘first time’ was with someone older, so there was less fumbling, shyness, awkward pauses; with that female acting like a sexual sage and making the experience that much more pleasurable for them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Because they are both consenting adults, the most that will happen publicly is that they may get some disapproving looks. The real problem lies in the unequal balance of power.&nbsp; She who has the money calls the shots and this can become a problem if the mamma is super controlling. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another possible long term problem is that men will be men regardless of age and so may want to have fun occasionally in other ‘oil wells’ (you get it?). Therein lies a problem, when the sugar mamma is not the only one to get all the sugar.</p>\n<!-- /wp:paragraph -->','Sugar Mamma 101','','inherit','closed','closed','','1980-revision-v1','','','2019-08-14 20:58:55','2019-08-15 01:58:55','',1980,'https://buzz-caribbean.com/article/1980-revision-v1/',0,'revision','',0),(4025,4,'2019-08-14 21:09:51','2019-08-15 02:09:51','','gareth-walker','','inherit','open','closed','','gareth-walker','','','2019-08-14 21:09:51','2019-08-15 02:09:51','',3962,'https://buzz-caribbean.com/app/uploads/2019/08/gareth-walker.jpg',0,'attachment','image/jpeg',0),(4026,21,'2019-08-14 21:10:33','2019-08-15 02:10:33','<!-- wp:paragraph -->\n<p>She keeps you fed, clothed and smelling good. She also pays your credit card bills and for your townhouse. You keep her smiling, satisfied and feeling like she found the proverbial fountain of youth. It is a match made, not in heaven, but on Tinder, because she is not your mother but your mamma...as in sugar mamma.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3995} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tinder-1024x1024.png\" alt=\"\" class=\"wp-image-3995\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> A \'sugar amma’ is a woman (often an older woman) who keeps her man or woman in nice standing with money, food, an apartment and other trappings of comfort and luxury. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4001,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/luxury-apartment.jpeg\" alt=\"\" class=\"wp-image-4001\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now do not confuse a ‘cougar’ with a sugar mamma because the former likes the company and the midsection injection of a younger guy while the latter enjoys it and is willing to pay for the pleasure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3997} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sugar-mama.jpg\" alt=\"\" class=\"wp-image-3997\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sugar mammas are more common than you think, as many young men from the inner-city who want the finer things in life or struggling university students who have a hard time financing their way through school are prime candidates. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4003} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/money-1024x683.jpg\" alt=\"\" class=\"wp-image-4003\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While it may seem distasteful to the moral majority, for the most part many do not see it as predatory in nature as a sugar daddy relationship. This is usually because women generally are not considered as exploiters and because men, whether they are young or old are perceived as willing to enter into sexual ‘congress’ with just about any female, regardless of her age.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Young males on the cusp of adolescence fantasize not about their peers...but about their older hot neighbour or...sexy English teacher.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Studies have found that most young males on the cusp of adolescence fantasize not about their peers or girls their own age but about their older hot neighbour or that stern but sexy English teacher. So, when given an opportunity to act on their long-held fantasy, it is a dream come true. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Quite a few men have admitted that their ‘first time’ was with someone older...making the experience that much more pleasurable for them. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Furthermore, quite a few men have admitted that their ‘first time’ was with someone older, so there was less fumbling, shyness, awkward pauses; with that female acting like a sexual sage and making the experience that much more pleasurable for them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Because they are both consenting adults, the most that will happen publicly is that they may get some disapproving looks. The real problem lies in the unequal balance of power.&nbsp; She who has the money calls the shots and this can become a problem if the mamma is super controlling. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> The real problem lies in the unequal balance of power.  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Another possible long term problem is that men will be men regardless of age and so may want to have fun occasionally in other ‘oil wells’ (you get it?). Therein lies a problem, when the sugar mamma is not the only one to get all the sugar.</p>\n<!-- /wp:paragraph -->','Sugar Mamma 101','','inherit','closed','closed','','1980-revision-v1','','','2019-08-14 21:10:33','2019-08-15 02:10:33','',1980,'https://buzz-caribbean.com/article/1980-revision-v1/',0,'revision','',0),(4027,4,'2019-08-14 21:11:41','2019-08-15 02:11:41','','gareth-walker-2','','inherit','open','closed','','gareth-walker-2','','','2019-08-14 21:11:41','2019-08-15 02:11:41','',3962,'https://buzz-caribbean.com/app/uploads/2019/08/gareth-walker-2.jpg',0,'attachment','image/jpeg',0),(4028,16,'2019-08-14 21:13:04','2019-08-15 02:13:04','','Beaches','','inherit','open','closed','','beaches','','','2019-08-14 21:13:04','2019-08-15 02:13:04','',3965,'https://buzz-caribbean.com/app/uploads/2019/08/Beaches.jpg',0,'attachment','image/jpeg',0),(4029,4,'2019-08-14 21:17:42','2019-08-15 02:17:42','<!-- wp:paragraph -->\n<p>Businessman Garth Walker has bought a 10,000 square foot lot of prime real estate on Hope Road to significantly expand his Adam &amp; Eve Spa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4025} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gareth-walker-1024x576.jpg\" alt=\"\" class=\"wp-image-4025\" /><figcaption>Businessman Gareth Walker talks to BUZZ at the AC Kingston Hotel. (Photos: Don Weysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Adam &amp; Eve has become one of the leaders in its field over the years and will be now offering more services at its new residence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4027} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gareth-walker-2-1024x576.jpg\" alt=\"\" class=\"wp-image-4027\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Here Garth tells Buzz that the Jamaican economy is now on the rise and this is the time for businesses to take a chance and see their ventures flourish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Watch below as Garth Walker discuss his plans with Buzz.</strong> <b>See Part 2 <a href=\"https://www.youtube.com/watch?v=fnWiwYcRRGw&amp;feature=youtu.be\">here</a>.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/TaUA_Jc-hjc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/TaUA_Jc-hjc\n</div></figure>\n<!-- /wp:embed -->','Garth Walker invests millions in expanding Adam &amp; Eve Spa','','inherit','closed','closed','','3962-revision-v1','','','2019-08-14 21:17:42','2019-08-15 02:17:42','',3962,'https://buzz-caribbean.com/article/3962-revision-v1/',0,'revision','',0),(4030,21,'2019-08-14 21:19:08','2019-08-15 02:19:08','','Pearnell Charles','','inherit','open','closed','','pearnell-charles','','','2019-08-14 21:19:08','2019-08-15 02:19:08','',1735,'https://buzz-caribbean.com/app/uploads/2019/08/Pearnell-Charles.jpg',0,'attachment','image/jpeg',0),(4031,4,'2019-08-14 21:20:50','2019-08-15 02:20:50','','Garth Walker Featured Image','','inherit','open','closed','','garth-walker-featured-image','','','2019-08-14 21:20:50','2019-08-15 02:20:50','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Garth-Walker-featured-image.jpg',0,'attachment','image/jpeg',0),(4032,14,'2019-08-14 21:21:45','2019-08-15 02:21:45','<!-- wp:paragraph -->\n<p>The Starz gangster drama, Power, which follows the exploits of James \'Ghost\' St Patrick and his partner in crime, \'Tommy\', is back for its final season on August 25.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3559} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/power-series-1-1024x732.jpg\" alt=\"\" class=\"wp-image-3559\" /><figcaption>(Photo: Starz.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Curtis \'50 Cent\' Jackson, serves as an executive producer on the cable show and is featured as Ghost’s nemesis up to the end of Season 5.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2378} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/50cent-Exec-Producer.jpg\" alt=\"\" class=\"wp-image-2378\" /><figcaption>(Photo: Starz.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Power began airing on Starz on June 7, 2014. It tells the riveting story of James St Patrick - nightclub owner and successful business operator and family man, who lives a double life as a drug overlord with his childhood sweetheart (Angie) as his mistress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=w8GuKAxLytU\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=w8GuKAxLytU\n</div><figcaption>‘Betrayal’ Trailer | Power Season 6 | STARZ</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>His trusted partner Tommy serves as his enforcer, and together they have to stay several steps ahead of law enforcement agencies and other drug operators. The show has proven to be a big hit in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2382} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/power-6-1.jpg\" alt=\"\" class=\"wp-image-2382\" /><figcaption>(Photo: Starz.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Viewers look forward to the twists, turns and betrayals faced by the New York kingpin on the series when it is aired on weekends. When Power debuted in 2014, it drew only 460,000 viewers in the US. However, as many as 2.26 million viewers tuned in to catch the opening of Season 3 for the episode titled \'Call Me James\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2016, Power was the second most-watched series on cable (behind Game of Thrones) with more than 8 million viewers per episode via multiple platforms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell <strong>BUZZ</strong> what you think of Power.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Will it be missed when the curtains close on Season 6 or should the creators continue with this gangster chronicle? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—</em></strong> Story by</p>\n<!-- /wp:paragraph -->','Power: Season 6 kicks off on August 25','','inherit','closed','closed','','2376-revision-v1','','','2019-08-14 21:21:45','2019-08-15 02:21:45','',2376,'https://buzz-caribbean.com/article/2376-revision-v1/',0,'revision','',0),(4033,21,'2019-08-14 21:23:01','2019-08-15 02:23:01','','Sugar Mama 1','','inherit','open','closed','','sugar-mama-1-2','','','2019-08-14 21:23:01','2019-08-15 02:23:01','',1980,'https://buzz-caribbean.com/app/uploads/2019/08/Sugar-Mama-1-1.jpg',0,'attachment','image/jpeg',0),(4034,9,'2019-08-14 21:23:59','2019-08-15 02:23:59','<!-- wp:paragraph -->\n<p>Chairman of Eppley Caribbean Property Fund (ECPF), Nicholas Scott is all set to score another hit with a growing interest in what is the Caribbean’s only real estate cross-listed ( Jamaica, Trinidad and Barbados) fund. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3375} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Nicholas-Scott-Eppley-4-1024x683.jpg\" alt=\"\" class=\"wp-image-3375\" /><figcaption>  Nicholas Scott, Chairman of Eppley Caribbean Property Fund (ECPF) (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A mix of retail and industrial assets, Eppley Caribbean Property Fund sees <a href=\"http://ncbcapitalmarkets.com/eppley/\">NCB Capital Markets</a>, headed by CEO Steven Gooden as the arranger. Explaining the rationale behind taking this fund across the Caribbean, Scott, who is carving out a reputation as one of Jamaica’s finest financial sector operators said: “ Like all Jamaican investors we were enjoying stock markets at historic highs and interest rates at all-time lows, but we were also searching for value and it was getting harder to find. We discovered it in Barbados.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Like what we had seen in Jamaica years earlier, Barbados was also showing early signs of a turnaround – a new administration, an IMF program, a debt restructuring and aggressive tax reforms.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In May 2018, Eppley took control of the largest property fund in Barbados and renamed it the Eppley Caribbean Fund. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Scott, in the fund’s first year, Eppley has increased the fund’s earnings by almost 60%. The aim now is to increase its reach across the Caribbean. Eppley’s portfolio of buildings has some stellar tenants including Courts, Republic Bank, CIBC First Caribbean and Access Financial. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Combined, they produce yields of between 8% to 9%, much higher yields than banks, plus unlike bonds, the value of its buildings are likely to increase over time. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-large\"} -->\n<blockquote class=\"wp-block-quote is-style-large\"><p>“We are offering all Jamaican investors&nbsp;the ability to own a portfolio of high quality commercial real estate, spread throughout&nbsp;the Caribbean in a liquid and tax-efficient form.”</p><cite> — Nicholas Scott , Chairman of Eppley Caribbean Property Fund (ECPF)</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Many of us can buy properties in Jamaica directly and we should, however, the fund offers liquidity, no transaction costs when it\'s time to sell and risk spread across multiple countries and properties,” said Scott. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s heartening to see a Jamaican company looking to cross-list.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How do you think the Eppley Caribbean Property Fund will perform across the Caribbean? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Will many buy and hold this stock?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Let us know at BUZZ.</strong></p>\n<!-- /wp:paragraph -->','Eppley’s Nicholas Scott champions real estate fund for the Caribbean','','inherit','closed','closed','','2236-revision-v1','','','2019-08-14 21:23:59','2019-08-15 02:23:59','',2236,'https://buzz-caribbean.com/article/2236-revision-v1/',0,'revision','',0),(4036,9,'2019-08-14 21:24:28','2019-08-15 02:24:28','<!-- wp:paragraph -->\n<p>Chairman of Eppley Caribbean Property Fund (ECPF), Nicholas Scott is all set to score another hit with a growing interest in what is the Caribbean’s only real estate cross-listed ( Jamaica, Trinidad and Barbados) fund. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3375} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Nicholas-Scott-Eppley-4-1024x683.jpg\" alt=\"\" class=\"wp-image-3375\" /><figcaption>  Nicholas Scott, Chairman of Eppley Caribbean Property Fund (ECPF) (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A mix of retail and industrial assets, Eppley Caribbean Property Fund sees <a href=\"http://ncbcapitalmarkets.com/eppley/\">NCB Capital Markets</a>, headed by CEO Steven Gooden as the arranger. Explaining the rationale behind taking this fund across the Caribbean, Scott, who is carving out a reputation as one of Jamaica’s finest financial sector operators said: “ Like all Jamaican investors we were enjoying stock markets at historic highs and interest rates at all-time lows, but we were also searching for value and it was getting harder to find. We discovered it in Barbados.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Like what we had seen in Jamaica years earlier, Barbados was also showing early signs of a turnaround – a new administration, an IMF program, a debt restructuring and aggressive tax reforms.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In May 2018, Eppley took control of the largest property fund in Barbados and renamed it the Eppley Caribbean Fund. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Scott, in the fund’s first year, Eppley has increased the fund’s earnings by almost 60%. The aim now is to increase its reach across the Caribbean. Eppley’s portfolio of buildings has some stellar tenants including Courts, Republic Bank, CIBC First Caribbean and Access Financial. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Combined, they produce yields of between 8% to 9%, much higher yields than banks, plus unlike bonds, the value of its buildings are likely to increase over time. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-large\"} -->\n<blockquote class=\"wp-block-quote is-style-large\"><p>“We are offering all Jamaican investors&nbsp;the ability to own a portfolio of high quality commercial real estate, spread throughout&nbsp;the Caribbean in a liquid and tax-efficient form.”</p><cite> — Scott </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Many of us can buy properties in Jamaica directly and we should, however, the fund offers liquidity, no transaction costs when it\'s time to sell and risk spread across multiple countries and properties,” said Scott. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s heartening to see a Jamaican company looking to cross-list.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How do you think the Eppley Caribbean Property Fund will perform across the Caribbean? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Will many buy and hold this stock?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Let us know at BUZZ.</strong></p>\n<!-- /wp:paragraph -->','Eppley’s Nicholas Scott champions real estate fund for the Caribbean','','inherit','closed','closed','','2236-revision-v1','','','2019-08-14 21:24:28','2019-08-15 02:24:28','',2236,'https://buzz-caribbean.com/article/2236-revision-v1/',0,'revision','',0),(4038,21,'2019-08-14 21:24:57','2019-08-15 02:24:57','','Tinder-on-Phone','','inherit','open','closed','','tinder-on-phone','','','2019-08-14 21:24:57','2019-08-15 02:24:57','',1980,'https://buzz-caribbean.com/app/uploads/2019/08/Tinder-on-Phone.jpg',0,'attachment','image/jpeg',0),(4039,4,'2019-08-14 21:27:26','2019-08-15 02:27:26','<!-- wp:paragraph -->\n<p>Businessman Garth Walker has bought a 10,000 square foot lot of prime real estate on Hope Road to significantly expand his Adam &amp; Eve Spa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4025} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gareth-walker-1024x576.jpg\" alt=\"\" class=\"wp-image-4025\" /><figcaption>Businessman Gareth Walker talks to BUZZ at the AC Marriott Hotel. (Photos: Don Weysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Adam &amp; Eve has become one of the leaders in its field over the years and will be now offering more services at its new residence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4027} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gareth-walker-2-1024x576.jpg\" alt=\"\" class=\"wp-image-4027\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Here Garth tells Buzz that the Jamaican economy is now on the rise and this is the time for businesses to take a chance and see their ventures flourish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Watch below as Garth Walker discuss his plans with Buzz.</strong> <b>See Part 2 <a href=\"https://www.youtube.com/watch?v=fnWiwYcRRGw&amp;feature=youtu.be\">here</a>.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/TaUA_Jc-hjc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/TaUA_Jc-hjc\n</div></figure>\n<!-- /wp:embed -->','Garth Walker invests millions in expanding Adam &amp; Eve Spa','','inherit','closed','closed','','3962-revision-v1','','','2019-08-14 21:27:26','2019-08-15 02:27:26','',3962,'https://buzz-caribbean.com/article/3962-revision-v1/',0,'revision','',0),(4040,21,'2019-08-14 21:28:23','2019-08-15 02:28:23','<!-- wp:paragraph -->\n<p>She keeps you fed, clothed and smelling good. She also pays your credit card bills and for your townhouse. You keep her smiling, satisfied and feeling like she found the proverbial fountain of youth. It is a match made, not in heaven, but on Tinder, because she is not your mother but your mamma...as in sugar mamma.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4038} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tinder-on-Phone-1024x682.jpg\" alt=\"\" class=\"wp-image-4038\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> A \'sugar mamma’ is a woman (often an older woman) who keeps her man or woman in nice standing with money, food, an apartment and other trappings of comfort and luxury. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4033} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sugar-Mama-1-1-1024x535.jpg\" alt=\"\" class=\"wp-image-4033\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now do not confuse a ‘cougar’ with a sugar mamma because the former likes the company and the midsection injection of a younger guy while the latter enjoys it and is willing to pay for the pleasure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sugar mammas are more common than you think, as many young men from the inner-city who want the finer things in life or struggling university students who have a hard time financing their way through school are prime candidates. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4003} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/money-1024x683.jpg\" alt=\"\" class=\"wp-image-4003\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While it may seem distasteful to the moral majority, for the most part many do not see it as predatory in nature as a sugar daddy relationship. This is usually because women generally are not considered as exploiters and because men, whether they are young or old are perceived as willing to enter into sexual ‘congress’ with just about any female, regardless of her age.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Young males on the cusp of adolescence fantasize not about their peers...but about their older hot neighbour or...sexy English teacher.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Studies have found that most young males on the cusp of adolescence fantasize not about their peers or girls their own age but about their older hot neighbour or that stern but sexy English teacher. So, when given an opportunity to act on their long-held fantasy, it is a dream come true. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Quite a few men have admitted that their ‘first time’ was with someone older...making the experience that much more pleasurable for them. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Furthermore, quite a few men have admitted that their ‘first time’ was with someone older, so there was less fumbling, shyness, awkward pauses; with that female acting like a sexual sage and making the experience that much more pleasurable for them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Because they are both consenting adults, the most that will happen publicly is that they may get some disapproving looks. The real problem lies in the unequal balance of power.&nbsp; She who has the money calls the shots and this can become a problem if the mamma is super controlling. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> The real problem lies in the unequal balance of power.&nbsp; </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Another possible long term problem is that men will be men regardless of age and so may want to have fun occasionally in other ‘oil wells’ (you get it?). Therein lies a problem, when the sugar mamma is not the only one to get all the sugar.</p>\n<!-- /wp:paragraph -->','Sugar Mamma 101','','inherit','closed','closed','','1980-revision-v1','','','2019-08-14 21:28:23','2019-08-15 02:28:23','',1980,'https://buzz-caribbean.com/article/1980-revision-v1/',0,'revision','',0),(4041,4,'2019-08-14 21:29:44','2019-08-15 02:29:44','','Garth Walker Featured Image','','inherit','open','closed','','garth-walker-featured-image-2','','','2019-08-14 21:29:44','2019-08-15 02:29:44','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Garth-Walker-featured-image-1.jpg',0,'attachment','image/jpeg',0),(4043,16,'2019-08-14 21:34:44','2019-08-15 02:34:44','','Beaches Logo','','inherit','open','closed','','beaches-logo','','','2019-08-14 21:34:44','2019-08-15 02:34:44','',3965,'https://buzz-caribbean.com/app/uploads/2019/08/Beaches-Logo.png',0,'attachment','image/png',0),(4044,9,'2019-08-14 21:34:49','2019-08-15 02:34:49','<!-- wp:paragraph -->\n<p>Twenty-two-year-old Jamaican reggae sensation Tessellated is over the moon about the opportunity to work with tech giant Apple.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Pine and Ginger</strong>\ncreative recently collaborated with Apple, which featured his new song, <strong>I\nLearnt Some Jazz Today,</strong> in an AirPods commercial<em>.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":316} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/tessellated-1024x683.jpg\" alt=\"\" class=\"wp-image-316\" /><figcaption>Tessellated performing at Reggae Sumfest in July.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tessellated, whose given name is Joshua Meeks, said that the global tech agent discovered his talent online and contacted him for the collaboration. He said that getting the chance to work with one of the leading technological agents in the world is mind-blowing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>\"</em>PEOPLE ARE STARTING TO LOOK AT JAMAICAN MUSIC AS A SERIOUS FORCE.\" </p><cite>— Tessellated</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":339} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/tessellated-2-1024x728.jpg\" alt=\"\" class=\"wp-image-339\" /><figcaption>Tessellated says he\'s delighted working with Apple. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It feels amazing, a bit surreal but it’s been a positive experience overall,” Tessellated said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I think on all fronts Jamaican music is pushing forward in a new wave right now. People are starting to look at Jamaican music as a serious force on the level of any other rather than a novelty. I think this is just one more of those things that is going to help push the overall movement even further.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":327} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/airpods-1024x576.png\" alt=\"\" class=\"wp-image-327\" /><figcaption>A screenshot of the Airpods commercial.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He said that he is working on new singles and videos that will be unveiled later this year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Right now, I\'m focused on planning to release new singles and an EP later in the year,” Tessellated said.</p>\n<!-- /wp:paragraph -->','Tessellated delighted with his bite of the Apple','','inherit','closed','closed','','336-revision-v1','','','2019-08-14 21:34:49','2019-08-15 02:34:49','',336,'https://buzz-caribbean.com/article/336-revision-v1/',0,'revision','',0),(4046,9,'2019-08-14 21:36:02','2019-08-15 02:36:02','<!-- wp:paragraph -->\n<p>For some, it is body art, an expression of their personality; a tribute or memorial to a loved one. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2578} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tribute-To-Loved-One.jpg\" alt=\"\" class=\"wp-image-2578\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Others hold a completely different view that includes it being a defilement of the temple that is one’s body; it is gross and sacrilegious. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You simply have to ask someone about their views on having tattoos and you will get an ear full.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, they are commonplace and considered cool. From cute butterflies on the feet to huge sleeve art that covers the entire arm or full back pieces that are colourful and vivid like a real mural...only this mural moves around.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2579} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Arm-Tats-1024x683.jpg\" alt=\"\" class=\"wp-image-2579\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Like them or not, tattoos are becoming increasingly appealing to individuals from sixteen to sixty and beyond.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2581} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Coloured-Arm-Tattoo-1024x681.jpg\" alt=\"\" class=\"wp-image-2581\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tattoos are not a new phenomenon. A tattoo is a form of body modification where a design is made by inserting ink, dyes and pigments, either indelible or temporary, into the dermis layer of the skin to change the pigment. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2610} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Applying-Tattoo-1024x680.jpg\" alt=\"\" class=\"wp-image-2610\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The word ‘tattoo’ comes from the Samoan word ‘tatau’ meaning ‘to strike’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before the practice of tattooing became popular in the West, it was described as painting, scarring or staining. Today it falls into three main categories: purely decorative, &nbsp;symbolic and pictorial.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2588,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Upper-Body-Tattoo.jpg\" alt=\"\" class=\"wp-image-2588\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many couples have\na shared passion for ink and so get matching tattoos or each other’s names on\ntheir bodies as it is seen as a symbol of their love expressed through doing\nsomething permanent. It is almost like a commitment or a permanent contract as\nremoving it is one long arduous and even more painful process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2595} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tattoos-with-names.jpg\" alt=\"\" class=\"wp-image-2595\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Getting ‘tatted’ is cute and all but few think of the long term repercussions. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Firstly putting someone’s name on your body that is not a parent or offspring can be disastrous. The relationship can end quicker than a flash of lightning? Additionally, many young people get it done to be seen and therefore they deliberately choose a location on their body with the most visibility such as hands, chest, neck, behind the ears and even their faces. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2599} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Face-Tat.jpg\" alt=\"\" class=\"wp-image-2599\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With these kinds of in-your-face inking, you will not only get stares and shocked looks but you can rule out getting a conventional job. You can pretty much say that a career in face-to-face customer service is not in your cards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before anyone gets a tattoo, they should consider the location, the risk of infection and the long term consequences of inking one’s skin. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the only reason for getting one is to be seen as cool, it is probably a good idea to examine your value system because the ink will not replace any emotional void that one is experiencing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—</em></strong> Story by</p>\n<!-- /wp:paragraph -->','Tattoos: To ink or not to ink?','','inherit','closed','closed','','2558-revision-v1','','','2019-08-14 21:36:02','2019-08-15 02:36:02','',2558,'https://buzz-caribbean.com/article/2558-revision-v1/',0,'revision','',0),(4047,16,'2019-08-14 21:37:00','2019-08-15 02:37:00','','Beaches Logo','','inherit','open','closed','','beaches-logo-2','','','2019-08-14 21:37:00','2019-08-15 02:37:00','',3965,'https://buzz-caribbean.com/app/uploads/2019/08/Beaches-Logo-1.png',0,'attachment','image/png',0),(4048,9,'2019-08-14 21:37:22','2019-08-15 02:37:22','<!-- wp:paragraph -->\n<p>For some, it is body art, an expression of their personality; a tribute or memorial to a loved one. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2578} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tribute-To-Loved-One.jpg\" alt=\"\" class=\"wp-image-2578\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Others hold a completely different view that includes it being a defilement of the temple that is one’s body; it is gross and sacrilegious. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You simply have to ask someone about their views on having tattoos and you will get an ear full.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, they are commonplace and considered cool. From cute butterflies on the feet to huge sleeve art that covers the entire arm or full back pieces that are colourful and vivid like a real mural...only this mural moves around.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2579} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Arm-Tats-1024x683.jpg\" alt=\"\" class=\"wp-image-2579\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Like them or not, tattoos are becoming increasingly appealing to individuals from sixteen to sixty and beyond.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2581} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Coloured-Arm-Tattoo-1024x681.jpg\" alt=\"\" class=\"wp-image-2581\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tattoos are not a new phenomenon. A tattoo is a form of body modification where a design is made by inserting ink, dyes and pigments, either indelible or temporary, into the dermis layer of the skin to change the pigment. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2610} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Applying-Tattoo-1024x680.jpg\" alt=\"\" class=\"wp-image-2610\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The word ‘tattoo’ comes from the Samoan word ‘tatau’ meaning ‘to strike’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before the practice of tattooing became popular in the West, it was described as painting, scarring or staining. Today it falls into three main categories: purely decorative, &nbsp;symbolic and pictorial.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2588,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Upper-Body-Tattoo.jpg\" alt=\"\" class=\"wp-image-2588\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many couples have\na shared passion for ink and so get matching tattoos or each other’s names on\ntheir bodies as it is seen as a symbol of their love expressed through doing\nsomething permanent. It is almost like a commitment or a permanent contract as\nremoving it is one long arduous and even more painful process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2595} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tattoos-with-names.jpg\" alt=\"\" class=\"wp-image-2595\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Getting ‘tatted’ is cute and all but few think of the long term repercussions. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Firstly putting someone’s name on your body that is not a parent or offspring can be disastrous. The relationship can end quicker than a flash of lightning? Additionally, many young people get it done to be seen and therefore they deliberately choose a location on their body with the most visibility such as hands, chest, neck, behind the ears and even their faces. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2599} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Face-Tat.jpg\" alt=\"\" class=\"wp-image-2599\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With these kinds of in-your-face inking, you will not only get stares and shocked looks but you can rule out getting a conventional job. You can pretty much say that a career in face-to-face customer service is not in your cards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before anyone gets a tattoo, they should consider the location, the risk of infection and the long term consequences of inking one’s skin. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the only reason for getting one is to be seen as cool, it is probably a good idea to examine your value system because the ink will not replace any emotional void that one is experiencing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—</em></strong> Story by C.W.</p>\n<!-- /wp:paragraph -->','Tattoos: To ink or not to ink?','','inherit','closed','closed','','2558-revision-v1','','','2019-08-14 21:37:22','2019-08-15 02:37:22','',2558,'https://buzz-caribbean.com/article/2558-revision-v1/',0,'revision','',0),(4049,9,'2019-08-14 21:37:44','2019-08-15 02:37:44','<!-- wp:image {\"id\":2340} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/TamiChin-WanyeMarshall-.jpg\" alt=\"\" class=\"wp-image-2340\" /><figcaption>Tami Chynn (right) and Wayne Marshall welcomed their third child together on August 5. <br>(Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As they continue to build their\nfamily, Jamaican entertainers Tami Chynn and Wayne Marshall welcomed their\nchild together on August 5. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The announcement was made by the two\non their individual social media pages on August 7. The posts were met with\nthousands of congratulatory comments and even more ‘likes’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B03-bI4JLYx/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B03-bI4JLYx/\n</div><figcaption>Tami Chynn shared this picture of her newborn on August 7. </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“Wayne and I are overjoyed to welcome\nto the world our beautiful boy, Oz Orion David Mitchell, born August 5th 2019\nat 7am. We have waited for you patiently. Thanking God for you,” Chynn said on\nher Instagram page. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“May he realise and accept that every\ngood desire and love is already his, as he has entered into this beautiful\nworld.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is their third child together, as\nthey have two other boys, Jaxen and Atlas. Marshall also has another son, Giomar,\nfrom a previous relationship. </p>\n<!-- /wp:paragraph -->','Make that baby number three: Tami Chynn gives birth to Oz','','inherit','closed','closed','','2337-revision-v1','','','2019-08-14 21:37:44','2019-08-15 02:37:44','',2337,'https://buzz-caribbean.com/article/2337-revision-v1/',0,'revision','',0),(4050,21,'2019-08-14 21:38:38','2019-08-15 02:38:38','<!-- wp:paragraph -->\n<p>A pot shaped-belly in the age of the coveted “Instagram body” can be a big blow to anyone’s self-esteem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, not everyone was genetically built with flat tummies and wide hips and as such more women are turning to cosmetic surgeries for “designer bodies” so that they can make the cut. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, achieving your desired bod can also be achieved through dedication to your exercise regimen and a balanced diet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Below we\'ve compiled a combination of exercises and how-to videos in partnership with <strong>Spry Training</strong> to help you get your desired results:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Lunge Chops </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stand with feet together, holding onto the ends of one dumbbell. Step forward with your right foot and lower into a lunge, reaching the dumbbell across the outside of the left hip. Then bring your alternative foot forward and land it into a lunge, reaching the dumbbell up and across to the right, rotating your torso as you lift. Return to starting position and repeat. Do the prescribed number of repetitions, and then switch sides to complete set. Do three sets of 12 repetitions each side.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Standing One-Arm Press</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Grab a pair of dumbbells and stand with your feet shoulder-width apart and your knees slightly bent. Now, raise the dumbbells in front of your shoulders, palms facing forward and press the right dumbbell overhead, keeping your arm in front of your ear. Slowly lower, then raise the left dumbbell. Continue alternating for 14 reps; complete three sets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Curtsy Lunges</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stand with your feet hip-width apart, hands on your hips. Take a big step back with your left leg, crossing it behind your right. Bend your knees and lower your hips until your right thigh is nearly parallel to the floor. Keep your torso upright and your hips and shoulders as square as possible. Return to start. Perform 10 repetitions and repeat, stepping back with your right leg. Add dumbbells once you master the movement with perfect form. Complete three sets of 10 repetitions for each side.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>T Pushups </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Start in a low plank position with your elbows bent so your body is two inches off the ground. Push up and, as you reach the top, lift your left hand and roll onto the outside of your feet, keeping your body aligned. Straighten your left arm so your fingertips point upward. Hold for one second before returning to start. Repeat on the other side. Complete five sets. For an additional core and balance challenge, stack your feet as you raise your arm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Cardio</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Activities like walking, running, swimming or cycling to protect the knees and ankles. The stair climber and the treadmill or incline are great cardio to lose weight all over while still building some muscle tone on the legs. A cardiovascular workout for at least 40-70 minutes, three to five times per week is recommended.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Try these out. Tell us if it worked for you.</p>\n<!-- /wp:paragraph -->','Getting your perfect bod: Try these 5 quick exercise moves','','inherit','closed','closed','','2310-revision-v1','','','2019-08-14 21:38:38','2019-08-15 02:38:38','',2310,'https://buzz-caribbean.com/article/2310-revision-v1/',0,'revision','',0),(4052,16,'2019-08-14 21:43:33','2019-08-15 02:43:33','<!-- wp:paragraph -->\n<p>The Caribbean’s leading Luxury-Included® chain offers an exciting\nopportunity for enthusiastic persons to join our team. Come share with us an\nexciting Caribbean journey as:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>&nbsp;</strong><strong>ENTERTAINMENT\nCOORDINATOR</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;A people-oriented function, this\nposition allows for opportunities to learn and share global customs and ideas,\nwith limitless avenues for self-extension, skills development and enhanced\nself-awareness.&nbsp; An Entertainment Coordinator on our team will realise and\napply one’s potential in the area of social hosting and entertainment.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Specific Requirements/Duties of the Position Include:&nbsp;</strong>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>The\nability to engage others and perform with a consistently high level of energy,\ncommitment and enthusiasm.</li><li>Being\na constant source of information for guest comments, suggestions and reaction\nto the resort.</li><li>Acting\nas a catalyst for guest motivation and participation in individual and group\nevents</li><li>Having\nan open schedule.</li><li>Displaying\na high level of maturity and responsibility at all times.</li><li>Being\na source of information for guests regarding Caribbean culture; points of\ninterest locally and in surrounding areas and current local and international\nevents.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>&nbsp;</strong><strong>Qualifications and\nExperience:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Minimum\nof a certificate in Events Management &amp; Planning</li><li>Ability\nto sing, dance, play an instrument or orate</li><li>Public\nspeaking skills necessary</li><li>Competent\nswimmer and the ability &nbsp;to participate in athletic or high intensity\nactivities</li><li>A\nsecond language is an asset&nbsp;</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>If successful a clean Police Record will be\nrequired.&nbsp;Interested persons should submit their applications by&nbsp;</strong><strong>August 30, 2019</strong><strong>&nbsp;with curriculum\nvitae via email to:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The Recruitment and Compliance Specialist</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Beaches Negril</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Email: </strong><a href=\"mailto:bngrecruit@grp.sandals.com\"><strong>bngrecruit@grp.sandals.com</strong></a><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>NB: Please enter&nbsp;</strong><strong>“Entertainment\nCoordinator”</strong><strong>&nbsp;in the subject field in the\nemail for consideration. We thank all applicants for their interest but only\nshort listed candidates will be contacted.</strong></p>\n<!-- /wp:paragraph -->','Beaches Negril, Entertainment Coordinator','','publish','closed','closed','','beaches-negril-entertainment-coordinator-4052','','','2019-09-12 08:20:35','2019-09-12 13:20:35','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=4052',0,'job','',0),(4053,9,'2019-08-14 21:40:51','2019-08-15 02:40:51','','miss-t-owner-New','','inherit','open','closed','','miss-t-owner-new','','','2019-08-14 21:40:51','2019-08-15 02:40:51','',2598,'https://buzz-caribbean.com/app/uploads/2019/08/miss-t-owner-New.jpg',0,'attachment','image/jpeg',0),(4054,9,'2019-08-14 21:41:08','2019-08-15 02:41:08','<!-- wp:image {\"id\":4053} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miss-t-owner-New.jpg\" alt=\"\" class=\"wp-image-4053\" /><figcaption> Miss T, the woman behind Ocho Rios\' favourite eatery (Photo: Facebook) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When you live on an island that has a\ndiverse culture, food is always exciting. In Jamaica, it is no different. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A wide range of international fast-food\nfranchises can be found competing with local franchises, and small cook-shops\nare more common than high-end restaurants. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But there are some spots that just stand\nout as they cater to all palettes and give you a true representation of island\nfood.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yes... I have an obsession with food; good food that is, and to have friends who like to eat, cook and enjoy a good bottle of spirits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you have been or heard of Ocho Rios, you\nknow it is a small coastal town that caters heavily to the thousands of\ntourists that visit every year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s not only where Dunn\'s River Falls\n&amp; Mystic Mountain attractions are located, but tucked away on a side street,\ntwo minutes’ walk from the town centre, you will find Miss T\'s Kitchen in the\ncutest little garden.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2648} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-kitchen-inside-demo.jpg\" alt=\"\" class=\"wp-image-2648\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Opened every day from noon until 11 pm,\nthis small restaurant feeds all comers, no matter the dietary needs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did I mention they have a gorgeous wine bar on-location that is almost like going to a different establishment all together?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Uniquely named, the \'Di Wine Yaad\' is a wooden structure that totally ties in with the existing decor and offers outdoor and indoor seating. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2642} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/di-wine-yaad-ocho-rios-819x1024.jpg\" alt=\"\" class=\"wp-image-2642\" /><figcaption>Di Wine Yaad (Photo contributed, Instagram)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Light background music and an atmosphere\nthat screams \'Tapas &amp; Wine\'. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The selection of wine available suits any\nbudget and the wine drinkers from introductory to the connoisseur. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2645} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-kitchen-entrance-demo-1024x575.jpg\" alt=\"\" class=\"wp-image-2645\" /><figcaption>Aww, such a cute sign! (Photo contributed, Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you are lucky you might even get to share a glass of wine with the owner Miss T (Anna-Kay Tomlinson) who regularly entertains friends at the \'Di Wine Yaad\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Story by Attalia Harriman</em>*</p>\n<!-- /wp:paragraph -->','Miss T\'s Kitchen (Part 1)','','inherit','closed','closed','','2598-revision-v1','','','2019-08-14 21:41:08','2019-08-15 02:41:08','',2598,'https://buzz-caribbean.com/article/2598-revision-v1/',0,'revision','',0),(4055,9,'2019-08-14 21:42:16','2019-08-15 02:42:16','<!-- wp:image {\"id\":4053} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miss-t-owner-New.jpg\" alt=\"\" class=\"wp-image-4053\" /><figcaption> Miss T, the woman behind Ocho Rios\' favourite eatery (Photo: Facebook) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When you live on an island that has a\ndiverse culture, food is always exciting. In Jamaica, it is no different. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A wide range of international fast-food\nfranchises can be found competing with local franchises, and small cook-shops\nare more common than high-end restaurants. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But there are some spots that just stand\nout as they cater to all palettes and give you a true representation of island\nfood.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yes... I have an obsession with food; good food that is, and to have friends who like to eat, cook and enjoy a good bottle of spirits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you have been or heard of Ocho Rios, you\nknow it is a small coastal town that caters heavily to the thousands of\ntourists that visit every year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2648} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-kitchen-inside-demo.jpg\" alt=\"\" class=\"wp-image-2648\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It\'s not only where Dunn\'s River Falls\n&amp; Mystic Mountain attractions are located, but tucked away on a side street,\ntwo minutes’ walk from the town centre, you will find Miss T\'s Kitchen in the\ncutest little garden.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Opened every day from noon until 11 p.m., this small restaurant feeds all comers, no matter the dietary needs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did I mention they have a gorgeous wine bar on-location that is almost like going to a different establishment all together?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Uniquely named, the \'Di Wine Yaad\' is a wooden structure that totally ties in with the existing decor and offers outdoor and indoor seating. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2642} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/di-wine-yaad-ocho-rios-819x1024.jpg\" alt=\"\" class=\"wp-image-2642\" /><figcaption>Di Wine Yaad (Photo: Instagram)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Light background music and an atmosphere\nthat screams \'Tapas &amp; Wine\'. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The selection of wine available suits any\nbudget and the wine drinkers from introductory to the connoisseur. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2645} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miss-ts-kitchen-entrance-demo-1024x575.jpg\" alt=\"\" class=\"wp-image-2645\" /><figcaption>Aww, such a cute sign! (Photo: Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you are lucky you might even get to share a glass of wine with the owner Miss T (Anna-Kay Tomlinson) who regularly entertains friends at the \'Di Wine Yaad\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Story by Attalia Harriman</em></p>\n<!-- /wp:paragraph -->','Miss T\'s Kitchen (Part 1)','','inherit','closed','closed','','2598-revision-v1','','','2019-08-14 21:42:16','2019-08-15 02:42:16','',2598,'https://buzz-caribbean.com/article/2598-revision-v1/',0,'revision','',0),(4056,16,'2019-08-14 21:49:37','2019-08-15 02:49:37','<!-- wp:paragraph -->\n<p>The Caribbean’s leading Luxury-Included® chain offers an exciting\nopportunity for enthusiastic persons to join our team. Come share with us an\nexciting Caribbean journey as:<strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>PHOTOGRAPHER</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nsuccessful applicant will be responsible for performing his or her duties in\naccordance with standard operating procedures. The ideal candidate will take\nmemorable pictures of people, events, places and objects. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;<strong>Specific Requirements/Duties of the Position Include:&nbsp;</strong>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Technical understanding of photography.</li><li>Knowledge of transmission, broadcasting, switching, control, and operation of telecommunications systems.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Possessing strong sales and communication skills.</li><li>The ability to work flexible hours and being an excellent team player.</li><li>Consistently offering professional, friendly and engaging service.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Qualifications and Experience:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>5 CXC or ‘O’ Level Subjects </li><li>Certification in the field of\nPhotography </li><li>Knowledge of operating a Nikon camera\nwould be an advantage.</li><li>Three (3) years’ experience in a\nsimilar position.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>If\nsuccessful a clean Police Record will be required. Interested persons should\nsubmit their applications by&nbsp;</strong><strong>August 30, 2019</strong><strong>&nbsp;with curriculum vitae via email to:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The\nRecruitment and Compliance Specialist</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sandals South Coast</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Email: </strong><a href=\"mailto:recruitswh@grp.Sandals.com\"><strong>recruitswh@grp.Sandals.com</strong></a><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>NB: Please enter </strong><strong>“Photographer”</strong><strong> </strong><strong>in the subject field in the email for\nconsideration. We thank all applicants for their interest but only short listed\ncandidates will be contacted.</strong></p>\n<!-- /wp:paragraph -->','Sandals South Coast, Photographer','','publish','closed','closed','','sandals-south-coast-photographer-4056','','','2019-09-12 08:20:33','2019-09-12 13:20:33','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=4056',0,'job','',0),(4057,21,'2019-08-14 21:55:25','2019-08-15 02:55:25','<!-- wp:paragraph -->\n<p>The Caribbean’s leading\nLuxury-Included® chain offers an exciting opportunity for enthusiastic persons\nto join our team. Come share with us an exciting Caribbean journey as:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>DINING\nROOM SUPERVISOR</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Dining\nRoom Supervisor ensures that guests have a pleasant and memorable dining\nexperience. He or she will assist the Manager in coordinating, planning,\norganising, and controlling the activities of the operation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Specific\nRequirements/Duties of the Position Include: </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Assisting the manager in the daily\noperations of the restaurant. </li><li>Professional, articulate, friendly, and\npunctual demeanour.</li><li>Possessing and exhibiting the drive to\nprovide exceptional service.</li><li>Knowledge of hotel services and food and\nbeverage offerings.</li><li>The ability to manage stress and long\nworking hours.</li><li>Excellent written &amp; verbal communication skills.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;&nbsp;<strong>Qualifications and Experience:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>College or University Degree\n(Hospitality Management,) and/or equivalent experience.</li><li>Minimum\nof three years serving or supervisory experience required in fine dining or\nupscale restaurant and or hotel.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>If\nsuccessful a clean Police Record will be required. Interested persons should\nsubmit their applications by&nbsp;</strong><strong>August 30, 2019</strong><strong>&nbsp;with curriculum vitae via email to:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The\nRecruitment and Compliance Specialist</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sandals South Coast</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Email: </strong><a href=\"mailto:recruitswh@grp.Sandals.com\"><strong>recruitswh@grp.Sandals.com</strong></a><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>NB: Please enter </strong><strong>“Dining Room Supervisor”</strong><strong> </strong><strong>in the subject field in the email for\nconsideration. We thank all applicants for their interest but only short listed\ncandidates will be contacted.</strong></p>\n<!-- /wp:paragraph -->','Sandals South Coast, Dining Room Supervisor','','publish','closed','closed','','sandals-south-coast-dining-room-supervisor-4057','','','2019-09-12 08:20:30','2019-09-12 13:20:30','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=4057',0,'job','',0),(4059,21,'2019-08-14 21:54:25','2019-08-15 02:54:25','','Getting Fit','','inherit','open','closed','','untitled-11-of-50','','','2019-08-14 21:55:00','2019-08-15 02:55:00','',2310,'https://buzz-caribbean.com/app/uploads/2019/08/untitled-11-of-50.jpg',0,'attachment','image/jpeg',0),(4060,21,'2019-08-14 21:58:41','2019-08-15 02:58:41','<!-- wp:paragraph -->\n<p>A pot shaped-belly in the age of the coveted “Instagram body” can be a big blow to anyone’s self-esteem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, achieving your desired bod can also be achieved through dedication to your exercise regimen and a balanced diet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Below we\'ve compiled a combination of exercises and how-to videos in partnership with <strong>Spry Training</strong> to help you get your desired results:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Lunge Chops </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stand with feet together, holding onto the ends of one dumbbell. Step forward with your right foot and lower into a lunge, reaching the dumbbell across the outside of the left hip. Then bring your alternative foot forward and land it into a lunge, reaching the dumbbell up and across to the right, rotating your torso as you lift. Return to starting position and repeat. Do the prescribed number of repetitions, and then switch sides to complete set. Do three sets of 12 repetitions each side.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/Il78j90B3_0\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/Il78j90B3_0\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Standing One-Arm Press</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Grab a pair of dumbbells and stand with your feet shoulder-width apart and your knees slightly bent. Now, raise the dumbbells in front of your shoulders, palms facing forward and press the right dumbbell overhead, keeping your arm in front of your ear. Slowly lower, then raise the left dumbbell. Continue alternating for 14 reps; complete three sets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/5W68vzaVX-o\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/5W68vzaVX-o\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Curtsy Lunges</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stand with your feet hip-width apart, hands on your hips. Take a big step back with your left leg, crossing it behind your right. Bend your knees and lower your hips until your right thigh is nearly parallel to the floor. Keep your torso upright and your hips and shoulders as square as possible. Return to start. Perform 10 repetitions and repeat, stepping back with your right leg. Add dumbbells once you master the movement with perfect form. Complete three sets of 10 repetitions for each side.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/BVaWe_LXKiI\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/BVaWe_LXKiI\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>T Pushups </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Start in a low plank position with your elbows bent so your body is two inches off the ground. Push up and, as you reach the top, lift your left hand and roll onto the outside of your feet, keeping your body aligned. Straighten your left arm so your fingertips point upward. Hold for one second before returning to start. Repeat on the other side. Complete five sets. For an additional core and balance challenge, stack your feet as you raise your arm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/MEVCuQWT_I0\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/MEVCuQWT_I0\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Cardio</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Activities like walking, running, swimming or cycling to protect the knees and ankles. The stair climber and the treadmill or incline are great cardio to lose weight all over while still building some muscle tone on the legs. A cardiovascular workout for at least 40-70 minutes, three to five times per week is recommended.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/tSamgMp4524\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/tSamgMp4524\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Try these out. Tell us if it worked for you.</p>\n<!-- /wp:paragraph -->','Getting your perfect bod: Try these 5 quick exercise moves','','inherit','closed','closed','','2310-revision-v1','','','2019-08-14 21:58:41','2019-08-15 02:58:41','',2310,'https://buzz-caribbean.com/article/2310-revision-v1/',0,'revision','',0),(4061,9,'2019-08-14 22:00:47','2019-08-15 03:00:47','<!-- wp:image {\"id\":2254} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chronixx.jpg\" alt=\"\" class=\"wp-image-2254\" /><figcaption>Chronixx continues to make a major impact with his music. (Photo: Chronixx\'s website)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"You should definitely write an article about Chronixx,” my friend said in a WhatsApp message. “About how much work he’s done in reggae or maybe whether or not he can be placed on the same pedestal as Bob Marley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be honest, this topic had been brewing in my mind for approximately a year and a half. Firstly, could anyone compare to the great Bob Marley? Second, can the living be compared to the dead, especially when both lived in different periods? Last, why does any of this even matter?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2255} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bob-marley-1024x569.jpg\" alt=\"\" class=\"wp-image-2255\" /><figcaption>Bob Marley has received many accolades for his extensive catalogue.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>I will not claim to be the biggest Chronixx fan, but I’ve been a supporter of the team since his earlier years. Throughout the different phases of his career (so far), he has connected with Jamaican and international audiences on many levels. Using my novice-level skill of analysis, I deduced three major phases of Jamar McNaughton, the rebel who would not follow anyone with their pants below waist level or bleached faces. The second phase was the declaration of the ‘Dread and Terrible’, the staunch defence against those who would dare to suppress the ‘Alpha And Omega’ while living on ‘Capture Land’— an irony that had every Rasta man proclaiming ‘Here Comes Trouble’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Can the living be compared to the dead, especially when both lived in different periods?\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>This then brings us to what I am in favour of calling the current era of his reign. In this time, the mere swoon of his vocals over any stereo device or musical gadget, Instagram video, voice note reminds us daily that he is now a household name and the new benchmark for professionalism in reggae for an upcoming act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On August 6, 2018, I listened to Chronixx’s latest work ‘Chronology’, and the man ministered unto my soul as I sat on a rock in one of my favourite parks in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtube.com/watch?v=fUREgj4i684\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtube.com/watch?v=fUREgj4i684\n</div><figcaption>The official music video for Chronixx\'s \'I Can\' has garnered more than seven million views. </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>But to compare him to Bob Marley? That could be a stretch too far.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the few I’ve spoken to, and as it relates to the many conversations in<br>various media that I have seen or read, Bob was set apart in a very revolutionary way. He sang for freedom from mental slavery, launched the face and personality that our thriving tourism industry has reaped numerous benefits from and has created a family dynasty that has major clout and influence in music and other creative/non-creative industries. He has also left a vast catalogue of music that many of us still enjoy, and he has also received some of the highest awards internationally. To this day, making Bob Marley a national hero is a topic of debate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2256} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bob-marley-B-1024x587.jpg\" alt=\"\" class=\"wp-image-2256\" /><figcaption>There is often debate about making Bob Marley a national hero. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bob started recording at about 18 years old and passed away at 36 which gave him roughly 18 years to make an impact, and today we only call him a king because he did.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bob may continue to sell, and his music will always hold its place for as long as time allows, but Chronixx is definitely ruling hearts, making them feel and spire towards a higher, much more balanced state of consciousness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2258} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chronixx-A.jpg\" alt=\"\" class=\"wp-image-2258\" /><figcaption>Chronixx has been performing at sold-out shows across the globe. (Photo: Chronixx\'s website)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Can he someday be crowned a king for having the same kind of impact?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Someday,” my co-worker responded when I asked her one afternoon. Then she continued nodding her head to ‘Skankin’ Sweet’ that was being played on her phone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Written by recording artiste Shekinah Ade-Gold, whose goal is to help usher in the most lucrative season in Jamaica\'s entertainment history.</em><br> <br> </p>\n<!-- /wp:paragraph -->','Can we really compare Chronixx to Bob Marley?','','inherit','closed','closed','','2247-revision-v1','','','2019-08-14 22:00:47','2019-08-15 03:00:47','',2247,'https://buzz-caribbean.com/article/2247-revision-v1/',0,'revision','',0),(4062,1,'2019-08-14 22:04:03','2019-08-15 03:04:03','<!-- wp:paragraph -->\n<p>The Caribbean’s leading\nLuxury-Included® chain offers an exciting opportunity for enthusiastic persons\nto join our team. Come share with us an exciting Caribbean journey as:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>WEDDING MANAGER</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Wedding Manager has a\nleadership role in the seamless execution of the event of a lifetime. The\nincumbent in this role will be responsible for all aspects of weddings\nincluding sales, service, planning, organization, and communication.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Specific Requirements/Duties of the Position Include: </strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Meeting\nprospective clients, conducting site inspections.</li><li>Participating\nin wedding expos, trade fairs, workshops, seminars, etc.</li><li>Excellent\nat planning and organizing.</li><li>Knowledge\nof government requirements, documentation, procedures and standards for\nweddings.</li><li>Ensuring\nmonthly sales targets are met or exceeded.<strong></strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>&nbsp;</strong><strong>Qualifications\nand Experience:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>University Degree in the areas of Hospitality\nManagement or a Business related field preferred.</li><li>A minimum of 2 years wedding/social event\nservice management experience in a full service luxury hotel/resort operation.</li><li>Excellent oral and written communication\nskill.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>If\nsuccessful a clean Police Record will be required.</strong><strong> </strong><strong>Interested persons should\nsubmit their </strong><strong>applications\nby</strong><strong> August 30, 2019</strong><strong>&nbsp;</strong><strong>with\ncurriculum vitae via email to:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The\nRecruitment and Compliance Specialist</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sandals South Coast</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Email: </strong><a href=\"mailto:recruitswh@grp.Sandals.com\"><strong>recruitswh@grp.Sandals.com</strong></a><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>&nbsp;</strong><strong>NB: Please enter&nbsp;</strong><strong>“Wedding</strong><strong>\nManager</strong>”<strong>&nbsp;</strong><strong>in the subject field in the email for consideration.\nWe thank all applicants for their interest but only shortlisted candidates will\nbe contacted.</strong></p>\n<!-- /wp:paragraph -->','Sandals South Coast, Wedding Manager','','publish','closed','closed','','sandals-south-coast-wedding-manager-4062','','','2019-09-12 08:20:28','2019-09-12 13:20:28','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=4062',0,'job','',0),(4063,4,'2019-08-14 22:02:54','2019-08-15 03:02:54','<!-- wp:paragraph -->\n<p>Besides being recognized as one of the most beautiful Caribbean islands in the world and being built on a great variety of personalities, Jamaica is also recognized for its ability to produce multifaceted creative beings who are capable of navigating multiple roles simultaneously. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ryan Gardner, 32, who is known as Rush is one such prime example. He operates in the capacity of an entrepreneur - owner of online clothing store <strong><em>PiecesByRush</em></strong> - and as a representative at the Jamaica National (JN) bank.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BwUt71cBaOT/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BwUt71cBaOT/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>Gardner has always had an innate and genuine drive for fashion</em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Back in 2015, after tabling possible ways of generating a second income while ensuring that this new venture conflates with something that he naturally loves, he says it dawned on him to capitalize on his passion by operating his own online clothing store branded as<strong> PiecesByRush</strong>.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-6-819x1024.jpg\" alt=\"\" class=\"wp-image-873\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Despite the rise in more and more Jamaicans moving towards owning their own online clothing boutique, that did not deter the Styling Consultant and lover of fashion to chase his dreams. Instead, he was willing to take a leap of faith.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":874} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-3-1024x1024.jpg\" alt=\"\" class=\"wp-image-874\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Gardner boldly explains that love for fashion is hereditary in his family; he could not escape his destiny. His mother was known for her outrageous attires along with other members of his family, from whom he drew creative ideas and morphed into his own unique and authentic style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":875} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-8-1024x1024.jpg\" alt=\"\" class=\"wp-image-875\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The four-year-old clothing business has been making its way seeing the bodies of media and TV personality Terri Karelle Reid, Miss Kitty and other well-known Jamaican personalities. <strong><em>PiecesByRush</em></strong> offers high-quality female clothing that is carefully selected from international brands that are shipped based on their needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":876} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-11-819x1024.jpg\" alt=\"\" class=\"wp-image-876\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Women are more open to creative and new ideas as opposed to some men who limit themselves to a particular style.\"</p><cite>Ryan Gardner</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p> The styling consultant highlights that women are more open to creative and new ideas as opposed to some men who limit themselves to a particular style - primarily owing to the narrative that is crafted by society on how a man should operate and dress. This makes it difficult to cater to males in Jamaica, Gardner shared in an exclusive interview with <strong>Buzz</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":877} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-4-819x1024.jpg\" alt=\"\" class=\"wp-image-877\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The fashion enthusiast also noted that the cost for male clothing is far more costly than those for females, thus making it easier for him to cater to female clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":878} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-2-683x1024.jpg\" alt=\"\" class=\"wp-image-878\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For Gardner, balancing two jobs is like riding a bike. However, he shared that priority and first preference is allocated to his passion and love at all time, <strong><em>PiecesByRush</em></strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[879,880,881]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-1-819x1024.jpg\" alt=\"\" data-id=\"879\" data-link=\"https://buzz-caribbean.com/?attachment_id=879\" class=\"wp-image-879\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-5-819x1024.jpg\" alt=\"\" data-id=\"880\" data-link=\"https://buzz-caribbean.com/?attachment_id=880\" class=\"wp-image-880\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-7-1024x683.jpg\" alt=\"\" data-id=\"881\" data-link=\"https://buzz-caribbean.com/?attachment_id=881\" class=\"wp-image-881\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>He shared that as an entrepreneur and aspiring entrepreneur it is imperative that time is given to one’s personal business to ensure that it grows abundantly, whilst not eschewing the responsibilities of your main job. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His work can be located through the following hashtags   <strong>#bebold</strong> <strong>#bestylish</strong> and <strong>#bedifferent</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','PiecesByRush: Young fashion stylist making waves in Jamaica','','inherit','closed','closed','','867-revision-v1','','','2019-08-14 22:02:54','2019-08-15 03:02:54','',867,'https://buzz-caribbean.com/article/867-revision-v1/',0,'revision','',0),(4064,14,'2019-08-14 22:04:00','2019-08-15 03:04:00','<!-- wp:paragraph -->\n<p>Pop megastar The Weeknd has put the world on album notice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He posted the words, \"Album Mode full effect\" on his Instagram account, sending his eager fan base into a frenzy. He subsequently deleted his Instagram account.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2188} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Weeknd-and-Bella.jpg\" alt=\"\" class=\"wp-image-2188\" /><figcaption>Model Bella Hadid and The Weeknd have ended their relationship.<br><p> </p></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The highly anticipated release date has not yet been announced. His last EP, Dear Melancholy, was released in March of last year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We expect that his recent split from supermodel girlfriend Bella Hadid to drive epic content.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Are you ready for The Weeknd\'s new album?</p>\n<!-- /wp:paragraph -->','The Weeknd teases new album','','inherit','closed','closed','','2157-revision-v1','','','2019-08-14 22:04:00','2019-08-15 03:04:00','',2157,'https://buzz-caribbean.com/article/2157-revision-v1/',0,'revision','',0),(4065,1,'2019-08-14 22:07:12','2019-08-15 03:07:12','<!-- wp:paragraph -->\n<p>The Caribbean’s leading\nLuxury-Included® chain offers an exciting opportunity for enthusiastic persons\nto join our team. Come share with us an exciting Caribbean journey as:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>ASSISTANT TRAINING AND DEVELOPMENT MANAGER</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Assistant Training Manager is responsible for analyzing\ntraining needs, developing curriculum, and delivering courses. This position\nconducts needs assessments and development of measurement instruments for\ninstructional assignments. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Specific Requirements/Duties of the Position Include:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Designing and\n     administering appropriate assessment tools and techniques to ensure\n     learning outcomes are achieved.</li><li>Preparing\n     training status reports, communications, and training procedures as\n     required. </li><li>Consulting\n     with various department or division managers to assess training needs.</li><li>Working with\n     the Training and Development Manager to ensure overall productivity and\n     organizational effectiveness is achieved.</li><li>The\n     ability to lead and motivate. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Qualifications\nand Experience:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Bachelors in Education, Human Resource\nManagement, or similar certification. A degree in Hospitality and Tourism\nManagement or any other related field will also be considered</li><li>Minimum two years’ work experience in a\nleadership position </li><li>Minimum two years’ experience in the\nHospitality Industry&nbsp; </li><li>Experience in Adult learning theories and\ninstructional methodologies</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>If\nsuccessful, a clean Police Record will be required. Interested persons should\nsubmit their applications by </strong><strong>August 30, 2019</strong><strong>&nbsp;with curriculum vitae via email to:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The\nRecruitment and Compliance Specialist</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sandals\nGrenada </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Email: </strong><a href=\"mailto:recruitsls@grp.sandals.com\"><strong>recruitsls@grp.sandals.com</strong></a><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>NB: Please enter </strong><strong>“Assistant Training and Development Manager”</strong><strong> </strong><strong>in the subject field in the email for\nconsideration. We thank all applicants for their interest, but only shortlisted\ncandidates will be contacted.</strong></p>\n<!-- /wp:paragraph -->','Sandals South Coast, Assistant Training and Development Manager','','publish','closed','closed','','sandals-south-coast-assistant-training-and-development-manager-4065','','','2019-09-12 08:20:25','2019-09-12 13:20:25','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=4065',0,'job','',0),(4066,9,'2019-08-14 22:06:58','2019-08-15 03:06:58','<!-- wp:paragraph -->\n<p>You might think exercise has to be done in the gym, or that you need expensive equipment or special gears or even that you have to sweat a lot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Not true.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Simple things we do at home can be considered exercise, and are enhanced with deliberate actions while doing those&nbsp;things. For example, while brushing your teeth you can do squats to help build your leg muscles. If you aren’t sure how&nbsp;low to go, use your toilet bowl as a guide. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":445} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Brushing-Teeth.jpg\" alt=\"\" class=\"wp-image-445\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Another activity to consider is handwashing. Washing machines may be more&nbsp;popular now; however, it can’t hurt to select a few articles of clothing to wash by hand. This counts as a low impact&nbsp;cardiovascular exercise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":446} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Hand-washing-Clothes-1024x682.jpg\" alt=\"\" class=\"wp-image-446\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Instead of driving to the shop or supermarket, try walking. Take a backpack to put items in, as this will also give you&nbsp;extra weight on the way back home. The benefit of the extra weight is that you’re going to burn more calories while you&nbsp;walk. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":448} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Supermarket-Backpack.jpg\" alt=\"\" class=\"wp-image-448\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While using the stairs, instead of walking up one step at a time, use every other step on the way up. This will&nbsp;increase your heart rate, which will result in more stored calories being burned throughout the day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":449} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Take-Stairs-Two-At-A-Time.jpg\" alt=\"\" class=\"wp-image-449\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At work, you might have to buy lunch from a restaurant down the road. Why not walk? You might even find somewhere&nbsp;to sit and have your meal, taking in some fresh air and relaxing your mind, instead of going back to your desk to sit and&nbsp;even possibly work while you are eating, which isn’t a good thing. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":450} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Walking-While-At-Work-729x1024.jpg\" alt=\"\" class=\"wp-image-450\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Remember that nutrition is 75 per cent of your goal;&nbsp;cardiovascular exercise is 10 per cent; working out with weights is 10 per cent and rest (meaning at least 8 hours of sleep)&nbsp;is 5 per cent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MOB Inc Tip</strong>: Try to get <strong><em>eight hours of sleep</em></strong>, as the body starts to heal during deep sleep which occurs only after <strong><em>6 hours</em></strong>.&nbsp;If your exercises included weights, you’ll need at least<strong><em> 7 hours</em></strong> of sleep.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":451} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Sleeping-1024x576.jpg\" alt=\"\" class=\"wp-image-451\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Exercising is simple but we put boundaries on it. Take away the boundaries and experience fitness in a way only you can&nbsp;enjoy. Once you start thinking of ways to do simple workouts, you’ll find that it can be a lot of fun. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s all about the&nbsp;choices we make and most times the easy way is adding to your cardiovascular disease or inactivity which is also a&nbsp;disease.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>For more tips on how to exercise at home or at the\noffice, contact Master Trainer Nathaniel Cummings of Masters of&nbsp;Bodies Inc\nat (876) 851-7322, or check us out on Facebook and Instagram @mobincja.</strong></p>\n<!-- /wp:paragraph -->','How to exercise on the go','','inherit','closed','closed','','442-revision-v1','','','2019-08-14 22:06:58','2019-08-15 03:06:58','',442,'https://buzz-caribbean.com/article/442-revision-v1/',0,'revision','',0),(4067,1,'2019-08-14 22:09:46','2019-08-15 03:09:46','<!-- wp:paragraph -->\n<p>The Caribbean’s leading\nLuxury-Included® chain offers an exciting opportunity for enthusiastic persons\nto join our team. Come share with us an exciting Caribbean journey as:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>LANDSCAPER&nbsp; </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The ideal candidate\nwill be responsible for the cultivation and care of the landscape and grounds surrounding\nthe resorts. This includes planting flowers, mowing, pulling weeds, repairing\nstructures, and maintaining the appearance of buildings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Specific Requirements/Duties of the Position Include: </strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Ensuring that the\ngrounds are kept in immaculate condition.</li><li>Operating\nequipment (power saw, riding mower, blower, edger etc.) to perform tasks.</li><li>Applying\npesticide to rid grounds of pests such as mosquitos, wasps, ticks, and others.</li><li>Applying\nfertilizer to the ground to enhance growth.</li><li>Performing minor repairs and\nmaintenance procedures on equipment utilized in grounds keeping.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>&nbsp;</strong><strong>Qualifications\nand Experience:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>High School Certificate and/or Diploma</li><li>One (1) year experience in a similar\nposition</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>If\nsuccessful a clean Police Record will be required.</strong><strong> </strong><strong>Interested persons should\nsubmit their </strong><strong>applications\nby&nbsp;</strong><strong>August\n30, 2019</strong><strong>&nbsp;</strong><strong>with\ncurriculum vitae via email to:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The Recruitment and Compliance\nSpecialist</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sandals\nGrenada</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Email: </strong><a href=\"mailto:recruitsls@grp.sandals.com\"><strong>recruitsls@grp.sandals.com</strong></a><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>&nbsp;</strong><strong>NB: Please enter&nbsp;</strong><strong>“Landscaper</strong>”<strong>&nbsp;</strong><strong>in the subject field in the email for consideration.\nWe thank all applicants for their interest but only shortlisted candidates will\nbe contacted.</strong><strong></strong></p>\n<!-- /wp:paragraph -->','Sandals Grenada, Landscaper','','publish','closed','closed','','sandals-grenada-landscaper-4067','','','2019-09-12 08:20:04','2019-09-12 13:20:04','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=4067',0,'job','',0),(4068,1,'2019-08-14 22:13:04','2019-08-15 03:13:04','<!-- wp:paragraph -->\n<p>The Caribbean’s leading\nLuxury-Included® chain offers an exciting opportunity for enthusiastic persons\nto join our team. Come share with us an exciting Caribbean journey as:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BARTENDER</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We are actively searching for professional, high\nenergy Bartenders with excellent communications skills. He or she will make and\nserve exciting new beverages to guests. The ideal candidate will greet guests,\nlearn about their preferences, answer questions and recommend beverages. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Specific Requirements/Duties of the Position Include: </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Stocking\nand setting up bars according to established standards of the company.</li><li>Planning drink menus and informing guests\nof new beverages and specials.</li><li>Following\nestablished sanitation and HACCP procedures. </li><li>Preparing\nand serving alcoholic and non-alcoholic drinks in accordance with standard\nrecipes.</li><li>Staying guest focused and nurtures an excellent guest\nexperience.</li><li>The\nability to stand, walk and bend for extended periods, and lift up to 50 lbs.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Qualifications\nand Experience:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>High School Leaving\nCertificate/Diploma</li><li>Vocational/technical training or\nequivalent apprenticeship</li><li>Food\nHandler’s Permit<strong></strong></li><li>Two (2)\nyears’ bartending experience in first-class hotel/restaurant&nbsp; <strong></strong></li><li>Exceptional\ninterpersonal and communication skills.<strong></strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>If\nsuccessful a clean Police Record will be required.</strong><strong> </strong><strong>Interested persons should\nsubmit their </strong><strong>applications\nby&nbsp;</strong><strong>August\n30, 2019</strong><strong>&nbsp;</strong><strong>with curriculum\nvitae via email to:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The Recruitment and Compliance\nSpecialist</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sandals\nGrenada</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Email: </strong><a href=\"mailto:recruitsls@grp.sandals.com\"><strong>recruitsls@grp.sandals.com</strong></a><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>NB: Please\nenter </strong><strong>“</strong><strong>Bartender</strong><strong>” </strong><strong>in the subject field in the email for consideration.\nWe thank all applicants for their interest but only short listed candidates\nwill be contacted.</strong></p>\n<!-- /wp:paragraph -->','Sandals Grenada, Bartender','','publish','closed','closed','','sandals-grenada-bartender-4068','','','2019-09-12 08:20:00','2019-09-12 13:20:00','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=4068',0,'job','',0),(4070,14,'2019-08-14 22:11:02','2019-08-15 03:11:02','<!-- wp:paragraph -->\n<p>Jamaica loves the Audi Q3 — and that\'s no exaggeration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Audi Jamaica, the Q3 sold 30 units before its July 26 launch date. The Q3 is available locally in two trim levels, Premium and S-Line, starting at JA$6.95 million.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2103} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0141-1024x686.jpg\" alt=\"\" class=\"wp-image-2103\" /><figcaption>Now in its second generation, the 2019 Q3 is larger than the outgoing model.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Q3 has grown to dimensions close to the Q5. The growth makes the Q3 the largest in the sub-compact SUV class.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interior and exterior styling continue to mimic the Q8. The Q3 now sports Audi’s Singleframe grille with its octagonal design. Already renowned for its LED lighting technology, the new, slimmer headlights follow those of the Q8.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2113} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0137-1024x686.jpg\" alt=\"\" class=\"wp-image-2113\" /><figcaption>The Audi Q3 was launched to the local market on July 26 at the Audi Terminal.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The S-Line comes standard with LED lights front and rear. The fronts use Matrix LED technology that calculates the appropriate amount of light required, automatically turning off specific LED diodes to maintain maximum visibility for the driver, while reducing the risk of dazzling oncoming traffic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2115} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0146-1024x686.jpg\" alt=\"\" class=\"wp-image-2115\" /><figcaption>The Q3 shares plenty of its interior technology with the Audi Q8.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Inside, the touchscreen Multi-Media Interface and Audi Virtual Cockpit are all lifted from the Q8, both allowing plenty of connectivity, interactivity, and professional sound quality through the Bang &amp; Olufsen 3D sound system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Occupant safety isn’t ignored as the Q3 scored five stars, the highest available on the European New Car Assessment Programme. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The standard safety suite includes Audi Pre-sense basic, a reverse camera, and parking sensors, the last two working in conjunction through the MMI. Audi Side Assist, Audi Pre-sense Front with cyclist and pedestrian recognition, and lane departure warning are optional safety equipment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>—<em> Story by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Audi Q3 getting lots of love from Jamaica','','inherit','closed','closed','','2058-revision-v1','','','2019-08-14 22:11:02','2019-08-15 03:11:02','',2058,'https://buzz-caribbean.com/article/2058-revision-v1/',0,'revision','',0),(4071,14,'2019-08-14 22:11:54','2019-08-15 03:11:54','<!-- wp:image {\"id\":3624} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-24-1024x683.jpg\" alt=\"\" class=\"wp-image-3624\" /><figcaption>The future of Trench Town, its children, are some of Jamaica\'s most creative. Armed with the best clay in the country, how could they not? (Photos by Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Music, culture … and clay? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s not something that readily comes to mind when one thinks about Trench Town, but the community is growing in popularity in many respects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3625} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-20-1024x683.jpg\" alt=\"\" class=\"wp-image-3625\" /><figcaption>Master potter Abraham Grant shows the BUZZ team a vat of prized Trench Town clay, arguably the best in Jamaica! (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Leading the charge is managing director of the Trench Town Ceramic and Art Centre, Garfield Williams.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Williams, in an interview with <strong>BUZZ</strong>, said he is proud that the Trench Town Ceramic and Art Centre stands as one of the few oases of creativity in the inner-city Kingston community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3629} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-13-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3629\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The rumours are true, I’ve seen it. I’ve felt it. The [clay] bonds our community.\" </p><cite>— Garfield Williams, managing director, Trench Town Ceramic and Art Centre</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The centre, located on Upper First Street, recently concluded its annual summer camp programme, which saw the involvement of 30 children in and around Trench Town. And in the past 10 years, more than 300 children have gotten the opportunity to experiment and express themselves working with the clay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What’s more, these works, no matter how simple they are, go on auction each year, and the proceeds assist in the kids’ back-to-school activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-27-1024x683.jpg\" alt=\"\" class=\"wp-image-3627\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em><strong>Want to know more about the centre? Watch our informative BUZZ video feature below</strong></em><strong>.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/zUdm7fDHWoc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/zUdm7fDHWoc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong>, Williams, who is an artisan and sculptor, was beaming as he reflected on the great work being done by the children and the centre.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"To know we have such a substance that could be highlighted is amazing.\"</p><cite>— Williams </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“It’s a great look. I have to say hats off to the Bob Marley Foundation, SDC (Social Development Commission), TPDCo (Tourism Product Development Company Ltd), Ministry of Mining and myself, we’ve been doing it every year. I feel really good to know that I have people supporting what I’m doing,” Williams told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3641} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-17-1024x683.jpg\" alt=\"\" class=\"wp-image-3641\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We always look forward to the summertime every year, having the kids out of school and being that mentor and father-figure looking out for them. That’s my satisfaction and for the guys around me. We’re glad we could have this magnitude of kids here.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Our whole history of crafts and culture is totally authentic and rich.\" </p><cite>— Williams</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Having left Trench Town for Canada when he was six years old and returning to Jamaica nearly 30 years ago, Williams attested that the area is blessed with the best clay in the country. And, according to Williams, artists from as far away as St Thomas, Manchester and Clarendon make the journey to purchase clay mined only in Trench Town. This, he said, has many spin-off benefits for the community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-3630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The rumours are true, I’ve seen it. I’ve felt it. The [clay] bonds our community in some sense, it’s a big oomph for Trench Town. It’s keeping the kids active; keeping the men and women that mine [the clay employed],” Williams said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our whole history of crafts and culture is totally authentic and rich. It’s a bonus for me to be showcasing it right here in Trench Town. To know we have such a substance that could be highlighted is amazing.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em><strong>Check out more highlights in our BUZZ gallery below:</strong></em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3661,3656,3632,3655,3635,3660,3633,3653,3657,3636,3637,3654,3634,3658,3638,3639,3659,3640,3645,3646,3647,3651,3652]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-23-1024x576.jpg\" alt=\"\" data-id=\"3661\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-23/\" class=\"wp-image-3661\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-11-1024x683.jpg\" alt=\"\" data-id=\"3656\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-11/\" class=\"wp-image-3656\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-28-1024x683.jpg\" alt=\"\" data-id=\"3632\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-28/\" class=\"wp-image-3632\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-12-1024x683.jpg\" alt=\"\" data-id=\"3655\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-12/\" class=\"wp-image-3655\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-19-1024x683.jpg\" alt=\"\" data-id=\"3635\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-19/\" class=\"wp-image-3635\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-25-1024x683.jpg\" alt=\"\" data-id=\"3660\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-25/\" class=\"wp-image-3660\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-21-1024x683.jpg\" alt=\"\" data-id=\"3633\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-21/\" class=\"wp-image-3633\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-32-1024x683.jpg\" alt=\"\" data-id=\"3653\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-32/\" class=\"wp-image-3653\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-10-1-1024x683.jpg\" alt=\"\" data-id=\"3657\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-10-1/\" class=\"wp-image-3657\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-18-1024x683.jpg\" alt=\"\" data-id=\"3636\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-18/\" class=\"wp-image-3636\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-9-1024x683.jpg\" alt=\"\" data-id=\"3637\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-9/\" class=\"wp-image-3637\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-29-1024x683.jpg\" alt=\"\" data-id=\"3654\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-29/\" class=\"wp-image-3654\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-30-1024x683.jpg\" alt=\"\" data-id=\"3634\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-30/\" class=\"wp-image-3634\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-8-1024x683.jpg\" alt=\"\" data-id=\"3658\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-8/\" class=\"wp-image-3658\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-3-1024x683.jpg\" alt=\"\" data-id=\"3638\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-3/\" class=\"wp-image-3638\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-2-1024x683.jpg\" alt=\"\" data-id=\"3639\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-2/\" class=\"wp-image-3639\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-26-1024x576.jpg\" alt=\"\" data-id=\"3659\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-26/\" class=\"wp-image-3659\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-1-1024x683.jpg\" alt=\"\" data-id=\"3640\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-1/\" class=\"wp-image-3640\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-16-683x1024.jpg\" alt=\"\" data-id=\"3645\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-16/\" class=\"wp-image-3645\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-15-683x1024.jpg\" alt=\"\" data-id=\"3646\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-15/\" class=\"wp-image-3646\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-6-683x1024.jpg\" alt=\"\" data-id=\"3647\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-6/\" class=\"wp-image-3647\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-31-683x1024.jpg\" alt=\"\" data-id=\"3651\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-31/\" class=\"wp-image-3651\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-33-683x1024.jpg\" alt=\"\" data-id=\"3652\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-33/\" class=\"wp-image-3652\" /></figure></li></ul>\n<!-- /wp:gallery -->','Trench Town back on the map with clay','','inherit','closed','closed','','2367-revision-v1','','','2019-08-14 22:11:54','2019-08-15 03:11:54','',2367,'https://buzz-caribbean.com/article/2367-revision-v1/',0,'revision','',0),(4072,9,'2019-08-14 22:12:19','2019-08-15 03:12:19','<!-- wp:paragraph -->\n<p>“Improved productivity means less human sweat, not more.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Henry Ford (founder of the motor company) said this. The Jamaica Employers Federation agrees 100 per cent. Why?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Well, we don’t need to work in “sweatshops” nowadays. It’s 2019. We have the technology. Technology = greater productivity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yes, some of us waste time on social media at work. But, there are others who use it to develop ideas and produce fantastic results.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Technology = greater productivity </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Some bosses want to be checking up on you. We know there are\nmany “spying” tools out there. But let’s look at it another way. What can you\ndo as a worker so they don’t need to monitor you 24/7?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Set your phone on “do not disturb.”</li><li>Eat healthily. Go to bed earlier on work nights.</li><li>Be mindful. Find that calm, focused spot.</li><li>If you can, go offline for a while.</li><li>Try not to multitask. Just prioritize.</li><li>Don’t work longer hours to make up for wasted time.</li><li>Use social media for work contacts when at work. Creating online synergies helps you do a better job.</li><li>“Keep it real” in relations with co-workers.</li><li>Take pride in your work!</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>We’re not letting bosses off the hook. Here’s what they can\ndo:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Trust your employees – and show them you do!</li><li>Invest in training and re-training.</li><li>Be flexible. Rethink your rigid attitudes!</li><li>Build a dynamic team! There are many apps for this.</li><li>Set goals and specific tasks with timelines. Many apps\n(such as Asana) exist for this too!</li><li>Make yourself available at specific times. Not online –\nin person!</li><li>Use social media for group communications.</li><li>Focus on those deliverables. Results count.</li><li>Seek and try out new ideas. A workplace that supports\nwellbeing, perhaps?</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Here’s Mr. Ford again: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Coming together is a beginning, staying together is progress, and working together is success.</p><cite>Henry Ford</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>We can work it out!</p>\n<!-- /wp:paragraph -->','Less spying, happier workplaces','','inherit','closed','closed','','1860-revision-v1','','','2019-08-14 22:12:19','2019-08-15 03:12:19','',1860,'https://buzz-caribbean.com/article/1860-revision-v1/',0,'revision','',0),(4073,1,'2019-08-14 22:15:15','2019-08-15 03:15:15','<!-- wp:paragraph -->\n<p>The Caribbean’s leading Luxury-Included® chain offers an exciting\nopportunity for enthusiastic persons to join our team. Come share with us an exciting\nCaribbean journey as:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>&nbsp;</strong><strong>ENTERTAINMENT\nCOORDINATOR</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;A people-oriented function, this\nposition allows for opportunities to learn and share global customs and ideas,\nwith limitless avenues for self-extension, skills development and enhanced\nself-awareness.&nbsp; An Entertainment Coordinator on our team will realise and\napply one’s potential in the area of social hosting and entertainment.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Specific Requirements/Duties of the\nPosition Include:&nbsp;</strong>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>The\nability to engage others and perform with a consistently high level of energy,\ncommitment and enthusiasm.</li><li>Being\na constant source of information for guest comments, suggestions and reaction\nto the resort.</li><li>Acting\nas a catalyst for guest motivation and participation in individual and group\nevents</li><li>Having\nan open schedule.</li><li>Displaying\na high level of maturity and responsibility at all times.</li><li>Being\na source of information for guests regarding Caribbean culture; points of\ninterest locally and in surrounding areas and current local and international\nevents.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>&nbsp;</strong><strong>Qualifications and\nExperience:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Minimum\nof a certificate in Events Management &amp; Planning</li><li>Ability\nto sing, dance, play an instrument or orate</li><li>Public\nspeaking skills necessary</li><li>Competent\nswimmer and the ability &nbsp;to participate in athletic or high intensity\nactivities</li><li>A\nsecond language is an asset&nbsp;</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>If successful a clean Police Record will be\nrequired.&nbsp;Interested persons should submit their applications by&nbsp;</strong><strong>August 31, 2019</strong><strong>&nbsp;with curriculum\nvitae via email to:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The Recruitment and Compliance\nSpecialist</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sandals\nGrenada</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Email: </strong><a href=\"mailto:recruitsls@grp.sandals.com\"><strong>recruitsls@grp.sandals.com</strong></a><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>NB: Please enter&nbsp;</strong><strong>“Entertainment\nCoordinator”</strong><strong>&nbsp;in the subject field in the\nemail for consideration. We thank all applicants for their interest but only short\nlisted candidates will be contacted.</strong></p>\n<!-- /wp:paragraph -->','Sandals Grenada, Entertainment Coordinator','','publish','closed','closed','','sandals-grenada-entertainment-coordinator-4073','','','2019-09-12 08:19:58','2019-09-12 13:19:58','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=4073',0,'job','',0),(4075,16,'2019-08-14 22:17:55','2019-08-15 03:17:55','<!-- wp:paragraph -->\n<p>The Caribbean’s leading Luxury-Included® chain offers an exciting\nopportunity for enthusiastic persons to join our team. Come share with us an\nexciting Caribbean journey as:<strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>LOYALTY AND\nTRAVEL SALES CONSULTANT</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This\nis an exciting sales role requiring a dynamic, assertive, self-motivated\npersonality. The consultant is responsible for ensuring repeat business by\nsecuring future travel plans by way of client deposit on room accommodation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Specific Requirements/Duties of the\nPosition Include:&nbsp;</strong>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Ensuring that accurate bookings are\nmade and reviewed with guests.</li><li>Developing relationships with guests\nthrough exciting company approved activities.</li><li>Ensuring that all exclusive events are\norganised in a timely fashion and to the professional standard required.</li><li>Developing\nstrategic alliances with select departments and team members to assist with\nsales.</li><li>Participating\nin all scheduled training on resort and or as organised by Sandals Resorts\nInternational.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;<strong>Qualifications\nand Experience:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Bachelor’s Degree in Management or\nsimilar field.</li><li>Minimum of two (2) years’ experience\nin a similar capacity.</li><li>Excellent Customer\nService and Sales background.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>If successful a clean Police Record will be required.&nbsp;Interested\npersons should submit their applications by&nbsp;</strong><strong>August 31, 2019</strong><strong>&nbsp;with curriculum\nvitae via email to:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The Recruitment and Compliance\nSpecialist</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sandals\nGrenada</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Email: </strong><a href=\"mailto:recruitsls@grp.sandals.com\"><strong>recruitsls@grp.sandals.com</strong></a><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>NB: Please enter&nbsp;</strong><strong>“Loyalty and Travel Consultant”</strong><strong>&nbsp;in\nthe subject field in the email for consideration. We thank all applicants for\ntheir interest but only short listed candidates will be contacted.</strong></p>\n<!-- /wp:paragraph -->','Sandals Grenada, Loyalty Travel Consultant','','publish','closed','closed','','sandals-grenada-loyalty-travel-consultant-4075','','','2019-09-12 08:19:55','2019-09-12 13:19:55','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=4075',0,'job','',0),(4076,14,'2019-08-14 22:19:29','2019-08-15 03:19:29','','milla-jovovich-resident-evil-buzz-demo','','inherit','open','closed','','milla-jovovich-resident-evil-buzz-demo','','','2019-08-14 22:19:29','2019-08-15 03:19:29','',2101,'https://buzz-caribbean.com/app/uploads/2019/08/milla-jovovich-resident-evil-buzz-demo.jpg',0,'attachment','image/jpeg',0),(4077,14,'2019-08-14 22:21:23','2019-08-15 03:21:23','<!-- wp:image {\"id\":4076} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/milla-jovovich-resident-evil-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-4076\" /><figcaption>Milla Jovovich as Alice in the hit vidoe-game based horror franchise, Resident Evil (Photo: Screen Gems Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Milla Jovovich is pregnant with her third child - and third daughter - with her husband Paul W.S. Anderson.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 43-year-old actress took to Instagram on Wednesday August 7 to reveal she is expecting her third child with husband Paul W.S. Anderson - with whom she already has daughters Ever, 11, and Dashiel, four. She told her fans the tot will be another baby girl.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B04Dt3mHeZu/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B04Dt3mHeZu/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Posting a picture of her baby bump, Milla wrote: \"Knocked up again. After I found out I was pregnant 13 weeks ago, I had a mixture of feelings ranging between complete joy and utter terror.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'Resident Evil\' actress revealed in May this year she had undergone a \"horrific\" abortion two years ago, after she went into early labour at just four months pregnant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Milla shared her experience in response to the bill that had been signed into law in Georgia, which outlawed abortions after six weeks and wrote on Instagram: \"I myself went through an emergency abortion 2 years ago. I was 4 1/2 months pregnant and shooting on location in Eastern Europe. I went into preterm labor and told that I had to be awake for the whole procedure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"It was one of the most horrific experiences I have ever gone through. I still have nightmares about it. I was alone and helpless. When I think about the fact that women might have to face abortions in even worse conditions than I did because of new laws, my stomach turns\".&nbsp;</p>\n<!-- /wp:paragraph -->','Milla Jovovich, 43, is pregnant','','inherit','closed','closed','','2101-revision-v1','','','2019-08-14 22:21:23','2019-08-15 03:21:23','',2101,'https://buzz-caribbean.com/article/2101-revision-v1/',0,'revision','',0),(4078,4,'2019-08-14 22:31:22','2019-08-15 03:31:22','<!-- wp:image {\"id\":2123} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Digicel-HQ.jpg\" alt=\"\" class=\"wp-image-2123\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Irish-owned telecoms company Digicel continues to report less revenue while its debt mountain grows bigger.<br> <br>According to Bloomberg, for the three months to the end of March, its quarterly earnings dropped by 9% to just US$210 million. Digicel now has around US$280 million in cash as it looks to salvation from digital and data services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Digicel has a whopping debt of 6.7 times earnings and had promised to reduce it to 5.7 times earnings by the end of March this year. Instead, it is now over 7 times earnings. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The group got a reprieve of sorts by pushing back bonds falling due in 2020 by two years, but its bond prices continue to drop with some bondholders now becoming anxious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “We believe the bonds will continue to trade well below par in the medium term with a significant risk of further price depreciation.” </p><cite>— Statement from JMMB</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Earlier this year, JMMB advised its clients holding Digicel bonds to sell them as the company will face challenges servicing them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Can Digicel turn things around, reduce its debts significantly and transform itself over the next two years?<br> <br> Should it look to offload more assets?<br> <br> Do let us know at Buzz</p>\n<!-- /wp:paragraph -->','Digicel’s earnings continue to drop','','inherit','closed','closed','','2126-revision-v1','','','2019-08-14 22:31:22','2019-08-15 03:31:22','',2126,'https://buzz-caribbean.com/article/2126-revision-v1/',0,'revision','',0),(4080,4,'2019-08-14 23:41:17','2019-08-15 04:41:17','<!-- wp:paragraph -->\n<p>Jik-Reuben Pringle is a 27-year-old Jamaican photographer, who is known for his captivating story-telling portraits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":582} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-1.jpg\" alt=\"\" class=\"wp-image-582\" /><figcaption>The \'Visual Ninja\' himself (Photo: Jik-Reuben Pringle)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Personally, photography is an important channel of\ncommunicating. Not everyone can feel from just reading but [people] definitely\nget sparked or triggered from a visual representation of a message,” he\nexplained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":583} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-2.jpg\" alt=\"\" class=\"wp-image-583\" /><figcaption>The award-winning \'Sun and Moon Eclipse\' piece (Photo: Jik-Reuben Pringle)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pringle is hailed as a ‘visual advocate’ due to his unique, bold representation of illnesses through photography.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Known in the local creative spaces as the \'Visual Ninja\', Jik-Reuben recently finished his <strong>Made for More</strong> project with Davian Bennett, which was lauded for exceptionally tackling Endometriosis and other societal topics. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":585} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-3.jpg\" alt=\"\" class=\"wp-image-585\" /><figcaption>Jik-Reuben\'s DOMZ piece (Photo: Jik-Reuben Pringle) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He is currently working with Sanshegay Peart (S.A.C.E) on a project/documentary to bring awareness to a rare bone disease called Osteogenesis Imprefecta.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":584} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-4.jpg\" alt=\"\" class=\"wp-image-584\" /><figcaption> Sanshegay Peart (S.A.C.E) stands as Jik-Reuben\'s muse as the pair bring awareness to Osteogenesis Imperfecta (Photo: Jik-Reuben Pringle)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“My influences definitely move from various places, music, artists and even family members, some of the primary ones are members of the Reggae Revival. I love pulling references from documentaries, other art forms, such as writing, paints, and illustrations,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He named two recent influences, Justice Mukheli and Andre D.\nWagner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I did always peep the works of Ansel Adams, Gordon Parks and my mentor lizzy brown (yes in all lower case, that’s her vibe). It was in planning for that project I discovered how I could use portraits to uplift and highlight the black woman.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pringle is currently working on a potential 10-year anniversary piece that will go on exhibit in October 2020.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Shania Hanchard </em></strong></p>\n<!-- /wp:paragraph -->','\'Visual Ninja\': Compelling stories through photography','','inherit','closed','closed','','581-revision-v1','','','2019-08-14 23:41:17','2019-08-15 04:41:17','',581,'https://buzz-caribbean.com/article/581-revision-v1/',0,'revision','',0),(4081,4,'2019-08-14 23:55:21','2019-08-15 04:55:21','<!-- wp:image {\"id\":2254} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chronixx.jpg\" alt=\"\" class=\"wp-image-2254\" /><figcaption>Chronixx continues to make a major impact with his music. (Photo: Chronixx\'s website)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"You should definitely write an article about Chronixx,” my friend said in a WhatsApp message. “About how much work he’s done in reggae or maybe whether or not he can be placed on the same pedestal as Bob Marley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be honest, this topic had been brewing in my mind for approximately a year and a half. Firstly, could anyone compare to the great Bob Marley? Second, can the living be compared to the dead, especially when both lived in different periods? Last, why does any of this even matter?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2255} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bob-marley-1024x569.jpg\" alt=\"\" class=\"wp-image-2255\" /><figcaption>Bob Marley has received many accolades for his extensive catalogue.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>I will not claim to be the biggest Chronixx fan, but I’ve been a supporter of the team since his earlier years. Throughout the different phases of his career (so far), he has connected with Jamaican and international audiences on many levels. Using my novice-level skill of analysis, I deduced three major phases of Jamar McNaughton, the rebel who would not follow anyone with their pants below waist level or bleached faces. The second phase was the declaration of the ‘Dread and Terrible’, the staunch defence against those who would dare to suppress the ‘Alpha And Omega’ while living on ‘Capture Land’— an irony that had every Rasta man proclaiming ‘Here Comes Trouble’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Can the living be compared to the dead, especially when both lived in different periods?\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>This then brings us to what I am in favour of calling the current era of his reign. In this time, the mere swoon of his vocals over any stereo device or musical gadget, Instagram video, voice note reminds us daily that he is now a household name and the new benchmark for professionalism in reggae for an upcoming act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On August 6, 2018, I listened to Chronixx’s latest work ‘Chronology’, and the man ministered unto my soul as I sat on a rock in one of my favourite parks in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtube.com/watch?v=fUREgj4i684\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtube.com/watch?v=fUREgj4i684\n</div><figcaption>The official music video for Chronixx\'s \'I Can\' has garnered more than seven million views. </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>But to compare him to Bob Marley? That could be a stretch too far.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the few I’ve spoken to, and as it relates to the many conversations in<br>various media that I have seen or read, Bob was set apart in a very revolutionary way. He sang for freedom from mental slavery, launched the face and personality that our thriving tourism industry has reaped numerous benefits from and has created a family dynasty that has major clout and influence in music and other creative/non-creative industries. He has also left a vast catalogue of music that many of us still enjoy, and he has also received some of the highest awards internationally. To this day, making Bob Marley a national hero is a topic of debate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2256} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bob-marley-B-1024x587.jpg\" alt=\"\" class=\"wp-image-2256\" /><figcaption>There is often debate about making Bob Marley a national hero. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bob started recording at about 18 years old and passed away at 36 which gave him roughly 18 years to make an impact, and today we only call him a king because he did.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bob may continue to sell, and his music will always hold its place for as long as time allows, but Chronixx is definitely ruling hearts, making them feel and spire towards a higher, much more balanced state of consciousness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2258} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chronixx-A.jpg\" alt=\"\" class=\"wp-image-2258\" /><figcaption>Chronixx has been performing at sold-out shows across the globe. (Photo: Chronixx\'s website)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Can he someday be crowned a king for having the same kind of impact?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Someday,” my co-worker responded when I asked her one afternoon. Then she continued nodding her head to ‘Skankin’ Sweet’ that was being played on her phone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> — <em><strong>Written by recording artiste Shekinah Ade-Gold</strong></em><br> <br> </p>\n<!-- /wp:paragraph -->','Can we really compare Chronixx to Bob Marley?','','inherit','closed','closed','','2247-revision-v1','','','2019-08-14 23:55:21','2019-08-15 04:55:21','',2247,'https://buzz-caribbean.com/article/2247-revision-v1/',0,'revision','',0),(4082,4,'2019-08-14 23:55:28','2019-08-15 04:55:28','<!-- wp:image {\"id\":2254} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chronixx.jpg\" alt=\"\" class=\"wp-image-2254\" /><figcaption>Chronixx continues to make a major impact with his music. (Photo: Chronixx\'s website)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"You should definitely write an article about Chronixx,” my friend said in a WhatsApp message. “About how much work he’s done in reggae or maybe whether or not he can be placed on the same pedestal as Bob Marley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be honest, this topic had been brewing in my mind for approximately a year and a half. Firstly, could anyone compare to the great Bob Marley? Second, can the living be compared to the dead, especially when both lived in different periods? Last, why does any of this even matter?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2255} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bob-marley-1024x569.jpg\" alt=\"\" class=\"wp-image-2255\" /><figcaption>Bob Marley has received many accolades for his extensive catalogue.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>I will not claim to be the biggest Chronixx fan, but I’ve been a supporter of the team since his earlier years. Throughout the different phases of his career (so far), he has connected with Jamaican and international audiences on many levels. Using my novice-level skill of analysis, I deduced three major phases of Jamar McNaughton, the rebel who would not follow anyone with their pants below waist level or bleached faces. The second phase was the declaration of the ‘Dread and Terrible’, the staunch defence against those who would dare to suppress the ‘Alpha And Omega’ while living on ‘Capture Land’— an irony that had every Rasta man proclaiming ‘Here Comes Trouble’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Can the living be compared to the dead, especially when both lived in different periods?\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>This then brings us to what I am in favour of calling the current era of his reign. In this time, the mere swoon of his vocals over any stereo device or musical gadget, Instagram video, voice note reminds us daily that he is now a household name and the new benchmark for professionalism in reggae for an upcoming act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On August 6, 2018, I listened to Chronixx’s latest work ‘Chronology’, and the man ministered unto my soul as I sat on a rock in one of my favourite parks in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtube.com/watch?v=fUREgj4i684\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtube.com/watch?v=fUREgj4i684\n</div><figcaption>The official music video for Chronixx\'s \'I Can\' has garnered more than seven million views. </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>But to compare him to Bob Marley? That could be a stretch too far.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the few I’ve spoken to, and as it relates to the many conversations in<br>various media that I have seen or read, Bob was set apart in a very revolutionary way. He sang for freedom from mental slavery, launched the face and personality that our thriving tourism industry has reaped numerous benefits from and has created a family dynasty that has major clout and influence in music and other creative/non-creative industries. He has also left a vast catalogue of music that many of us still enjoy, and he has also received some of the highest awards internationally. To this day, making Bob Marley a national hero is a topic of debate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2256} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bob-marley-B-1024x587.jpg\" alt=\"\" class=\"wp-image-2256\" /><figcaption>There is often debate about making Bob Marley a national hero. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bob started recording at about 18 years old and passed away at 36 which gave him roughly 18 years to make an impact, and today we only call him a king because he did.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bob may continue to sell, and his music will always hold its place for as long as time allows, but Chronixx is definitely ruling hearts, making them feel and spire towards a higher, much more balanced state of consciousness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2258} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chronixx-A.jpg\" alt=\"\" class=\"wp-image-2258\" /><figcaption>Chronixx has been performing at sold-out shows across the globe. (Photo: Chronixx\'s website)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Can he someday be crowned a king for having the same kind of impact?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Someday,” my co-worker responded when I asked her one afternoon. Then she continued nodding her head to ‘Skankin’ Sweet’ that was being played on her phone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> — <em><strong>Written by recording artiste Shekinah Ade-Gold</strong></em><br> <br> </p>\n<!-- /wp:paragraph -->','Can we really compare Chronixx to Bob Marley?','','inherit','closed','closed','','2247-revision-v1','','','2019-08-14 23:55:28','2019-08-15 04:55:28','',2247,'https://buzz-caribbean.com/article/2247-revision-v1/',0,'revision','',0),(4083,4,'2019-08-15 00:02:53','2019-08-15 05:02:53','<!-- wp:image {\"id\":2120} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-cover-1024x611.jpg\" alt=\"\" class=\"wp-image-2120\" /><figcaption>  Fashionenira says she grew up around fabrics.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After being exposed to fashion at an early age, Devarine\nMclean’s decision to go into the industry was somewhat expected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My mom is a fashion designer and instructor, so I grew up around fabrics and sewing machines. The fashion influence was always there,” said McLean, who is known to many as Fashionenira. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2118} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-EEEE-683x1024.jpg\" alt=\"\" class=\"wp-image-2118\" /><figcaption>  Fashionenira sports one of her eye-catching denim pieces.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Her professional experiment, as she describes it, started in\n2013 when she operated a retail online boutique, selling vintage clothing. She would\neventually open a physical store in Central Plaza, Half-Way Tree, St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These days, you can call her the ‘Denim Queen’, as she has been\nmaking waves with the fabric. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2116} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-DDDD-683x1024.jpg\" alt=\"\" class=\"wp-image-2116\" /><figcaption>Denim shorts from Fashionenira are sure to turn heads. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“My obsession for denim began after I made a pair for myself and wore it to a party. I started getting a whole lot of compliments and questions as to where the denim was purchased,” said the 27-year-old designer. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Jamaica, her pieces have been worn by entertainers like Spice,\nSean Paul, Yanique ‘Curvy Diva’ Barrett and Shaq Royal. Unwilling to limit\nherself, McLean wants to work with the likes of Rihanna, Cardi B, Beyoncé, City\nGirls and Megan The Stallion in the future. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2111,2112]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-BB-1024x683.jpg\" alt=\"\" data-id=\"2111\" data-link=\"https://buzz-caribbean.com/?attachment_id=2111\" class=\"wp-image-2111\" /><figcaption> Fashionenira also stands out in the fashion world for her beautiful pieces. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-CCC-683x1024.jpg\" alt=\"\" data-id=\"2112\" data-link=\"https://buzz-caribbean.com/?attachment_id=2112\" class=\"wp-image-2112\" /><figcaption>This ruffled top fits perfectly with this yellow bikini bottom. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>McLean might be a popular designer, but she has another side. She has a consultancy company called BizStart 101 through which she offers advice to budding entrepreneurs in whatever business they choose to start.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <strong><em>— Story written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Fashionenira: Call her the ‘Denim Queen’','','inherit','closed','closed','','2108-revision-v1','','','2019-08-15 00:02:53','2019-08-15 05:02:53','',2108,'https://buzz-caribbean.com/article/2108-revision-v1/',0,'revision','',0),(4084,4,'2019-08-15 00:06:54','2019-08-15 05:06:54','<!-- wp:paragraph -->\n<p>Twenty-two-year-old Jamaican reggae sensation Tessellated is over the moon about the opportunity to work with tech giant Apple.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Pine and Ginger</strong>\ncreative recently collaborated with Apple, which featured his new song, <strong>I\nLearnt Some Jazz Today,</strong> in an AirPods commercial<em>.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":316} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/tessellated-1024x683.jpg\" alt=\"\" class=\"wp-image-316\" /><figcaption>Tessellated performing at Reggae Sumfest in July.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tessellated, whose given name is Joshua Meeks, said that the global tech agent discovered his talent online and contacted him for the collaboration. He said that getting the chance to work with one of the leading technological agents in the world is mind-blowing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>\"</em>PEOPLE ARE STARTING TO LOOK AT JAMAICAN MUSIC AS A SERIOUS FORCE.\" </p><cite>— Tessellated</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":339} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/tessellated-2-1024x728.jpg\" alt=\"\" class=\"wp-image-339\" /><figcaption>Tessellated says he\'s delighted working with Apple. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It feels amazing, a bit surreal but it’s been a positive experience overall,” Tessellated said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I think on all fronts Jamaican music is pushing forward in a new wave right now. People are starting to look at Jamaican music as a serious force on the level of any other rather than a novelty. I think this is just one more of those things that is going to help push the overall movement even further.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":327} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/airpods-1024x576.png\" alt=\"\" class=\"wp-image-327\" /><figcaption>A screenshot of the Airpods commercial.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He said that he is working on new singles and videos that will be unveiled later this year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Right now, I\'m focused on planning to release new singles and an EP later in the year,” Tessellated said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em> — Story written by Andre Cooper</em></strong></p>\n<!-- /wp:paragraph -->','Tessellated delighted with his bite of the Apple','','inherit','closed','closed','','336-revision-v1','','','2019-08-15 00:06:54','2019-08-15 05:06:54','',336,'https://buzz-caribbean.com/article/336-revision-v1/',0,'revision','',0),(4085,4,'2019-08-15 00:09:38','2019-08-15 05:09:38','<!-- wp:image {\"id\":2753} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Annaixe-A.jpg\" alt=\"\" class=\"wp-image-2753\" /><figcaption>Anna-Lisa Guthrie started designing carnival costumes in 2015.  (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Anna-Lisa ‘Annaixe’ Guthrie has only been a costume designer for a few short years, but already she has been making waves in Jamaica and the Caribbean. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Through her company, Designs by Annaixe, Guthrie has collaborated with ‘Iconz’ in the Cayman Islands and Xaymaca International from Jamaica, as well as brands like Pepsi&nbsp;and Campari. Victress, the 2019 costume that she designed for Xaymaca International, was a hit amongst revellers, as it was sold out within weeks. She also curated the showstopper costumes for spirit brand Campari during the 2019 carnival season. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2754} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Annaixe-BB-1024x683.jpg\" alt=\"\" class=\"wp-image-2754\" /><figcaption>Campari is one of the brands that Anna-Lisa Guthrie has done costumes for. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Despite her success, this wasn’t a path she planned to be on. Having worked as a photographer during the carnival season, Guthrie decided to make a costume for herself. Since that experiment in 2015, she has been making carnival costumes. And these days, the 23-year-old ensures that women feel confident, sexy, chic and comfortable in her pieces. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although she\nis thriving in the industry, preparing costume designs can be a tedious process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2756]} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Annaixe-DD-819x1024.jpg\" alt=\"\" data-id=\"2756\" data-link=\"https://buzz-caribbean.com/?attachment_id=2756\" class=\"wp-image-2756\" /><figcaption> <br> <br>Anna dons \'Aurae\' that she designed for Cropover 2018. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“Finding the right\ncreative balance to create something that excites you, developing what you want\nit to look like then executing it accordingly, most of it is mental,” Guthrie\nexplained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While she has been making a name for herself with her costumes, her creative portfolio is widespread, as she dabbles in hand-made and retail jewellery, modelling and photography. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Follow her on Instagram @Byannaixe to see more of her pieces. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Annaixe turns heads with showstopping carnival designs','','inherit','closed','closed','','2748-revision-v1','','','2019-08-15 00:09:38','2019-08-15 05:09:38','',2748,'https://buzz-caribbean.com/article/2748-revision-v1/',0,'revision','',0),(4086,11,'2019-08-15 08:12:06','2019-08-15 13:12:06','<!-- wp:paragraph -->\n<p>The Samsung Note10 and Note10+ were released on August 7 boasting all the specifications of a flagship smartphone. Originally launched in 2011 the Note10/10+ come with the most significant change for the product line up. There are now two devices, the larger 10+ and the smaller and cheaper Note 10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4087} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Samsung-Galaxy-Note10-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-4087\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Note, from inception, was designed to sit above the Galaxy S line, having faster, better processors, a larger form factor and the built-in S Pen. A lot of that hasn’t changed. Common across both phones is the Octa-core Qualcomm Snapdragon 855 processor, or Samsung Exynos 9825 chip-set, the loss of the headphone jack, wireless charging and sharing, in-screen fingerprint sensor, and an S Pen. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4088} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Galaxy-Note10-BUZZ-1024x522.jpg\" alt=\"\" class=\"wp-image-4088\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Beyond smaller similarities, the Note10 and 10+ are significantly different creatures. The 10+ has a 6.8-inch AMOLED screen, internal storage up to 512GB, up to 1TB of expandable storage, a larger battery and 12GB of RAM. The camera setup on the 10+ carries a 3D depth sensor alongside a triple camera array consisting of a wide-angle 12-megapixel unit, an ultra-wide 16-megapixel unit and a telephoto 12-megapixel unit. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4090} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Samsung_Galaxy_Note10.gif\" alt=\"\" class=\"wp-image-4090\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The front-facing camera is a 10-megapixel unit and the phone records 4K video. The Note 10 makes do with a lower resolution 6.3-inch AMOLED screen, 256GB of storage, 8GB of RAM in a smaller chassis. Compatibility with upcoming 5G networks is available in applicable markets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4092} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Samsung-Galaxy-Note10-3-1024x786.jpg\" alt=\"\" class=\"wp-image-4092\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Note functionality has been taken up\na notch with the S Pen. Anything written on the screen can be converted to\ntext. The S Pen now operates like a remote, using a variety of input methods.\nClick or gesture to zoom the camera, flip through photos, edit video and\ncontrol music volume. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4098} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/galaxy-note-10-s-pen.jpg\" alt=\"\" class=\"wp-image-4098\" /><figcaption>Photo: Android Central</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The split in the product line has created a very strange upgrade path for the Note. Power-users wanting to remain at the cusp of smartphone technology should head straight for the Note10+, those still holding on to their Note9 might have to take a hard look at the Note10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4100} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Samsung-Galaxy-Note-10-Plus-screen-head-on-2-1200x675-1-1024x576.jpg\" alt=\"\" class=\"wp-image-4100\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Note10 has a faster chipset, a better camera, a more compact and lighter chassis, but the older phone wins out in some serious areas. The Note9 has a larger screen, 6.4-inches to the Note10’s 6.3-inches, along with a higher resolution and pixel density. It can be had with double the internal storage and the same amount of RAM. The Note10 has no expandable storage while the Note9 can handle 512GB. The older phone has a larger battery, 4000mAh to 3,500mAh on the Note10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> The key upgrade elements for the Note10 are....in-screen fingerprint sensor, Wireless PowerShare...extra functions of the S Pen...better camera performance. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As with modern devices, it’s not all\nin the figures. Using the latest chipset, screen and Android operating system,\nthe Note10 is claiming more efficiency than the outgoing phone thus the lack of\nneed to max out its specifications, especially in the face of the more powerful\nNote10+. The key upgrade elements for the Note10 are features like the\nin-screen fingerprint sensor, Wireless PowerShare, the extra functions of the S\nPen, and ultimately the better camera performance.</p>\n<!-- /wp:paragraph -->','On another NOTE: Samsung makes massive changes to flagship device','','publish','open','closed','','on-another-note','','','2019-08-15 11:45:20','2019-08-15 16:45:20','',0,'https://buzz-caribbean.com/?p=4086',0,'post','',0),(4087,21,'2019-08-15 07:48:35','2019-08-15 12:48:35','','Samsung-Galaxy-Note10-1','','inherit','open','closed','','samsung-galaxy-note10-1','','','2019-08-15 07:48:35','2019-08-15 12:48:35','',4086,'https://buzz-caribbean.com/app/uploads/2019/08/Samsung-Galaxy-Note10-1.jpg',0,'attachment','image/jpeg',0),(4088,21,'2019-08-15 07:50:42','2019-08-15 12:50:42','','Galaxy-Note10-BUZZ','','inherit','open','closed','','galaxy-note10-buzz','','','2019-08-15 07:50:42','2019-08-15 12:50:42','',4086,'https://buzz-caribbean.com/app/uploads/2019/08/Galaxy-Note10-BUZZ.jpg',0,'attachment','image/jpeg',0),(4089,14,'2019-08-15 07:53:57','2019-08-15 12:53:57','<!-- wp:image {\"id\":4076} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/milla-jovovich-resident-evil-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-4076\" /><figcaption>Milla Jovovich as Alice in the hit video-game based horror franchise, Resident Evil (Photo: Screen Gems Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Milla Jovovich is pregnant with her third child - and third daughter - with her husband Paul W.S. Anderson.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 43-year-old actress took to Instagram on Wednesday August 7 to reveal she is expecting her third child with husband Paul W.S. Anderson - with whom she already has daughters Ever, 11, and Dashiel, four. She told her fans the tot will be another baby girl.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B04Dt3mHeZu/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B04Dt3mHeZu/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Posting a picture of her baby bump, Milla wrote: \"Knocked up again. After I found out I was pregnant 13 weeks ago, I had a mixture of feelings ranging between complete joy and utter terror.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'Resident Evil\' actress revealed in May this year she had undergone a \"horrific\" abortion two years ago, after she went into early labour at just four months pregnant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Milla shared her experience in response to the bill that had been signed into law in Georgia, which outlawed abortions after six weeks and wrote on Instagram: \"I myself went through an emergency abortion 2 years ago. I was 4 1/2 months pregnant and shooting on location in Eastern Europe. I went into preterm labor and told that I had to be awake for the whole procedure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"It was one of the most horrific experiences I have ever gone through. I still have nightmares about it. I was alone and helpless. When I think about the fact that women might have to face abortions in even worse conditions than I did because of new laws, my stomach turns\".&nbsp;</p>\n<!-- /wp:paragraph -->','Milla Jovovich, 43, is pregnant','','inherit','closed','closed','','2101-revision-v1','','','2019-08-15 07:53:57','2019-08-15 12:53:57','',2101,'https://buzz-caribbean.com/article/2101-revision-v1/',0,'revision','',0),(4090,21,'2019-08-15 07:55:06','2019-08-15 12:55:06','','Samsung_Galaxy_Note10','','inherit','open','closed','','samsung_galaxy_note10','','','2019-08-15 07:55:06','2019-08-15 12:55:06','',4086,'https://buzz-caribbean.com/app/uploads/2019/08/Samsung_Galaxy_Note10.gif',0,'attachment','image/gif',0),(4091,14,'2019-08-15 07:56:33','2019-08-15 12:56:33','<!-- wp:paragraph -->\n<p>Jamaicans are considered among the coolest people on Earth, and many citizens, especially those traversing social media spaces, see Prime Minister Andrew Holness as our savviest leader in recent times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/42a5f8031dcddf873735dc4503b9b968/5DBC7DCA/t51.2885-15/e35/11930873_1753057154922068_81944720_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Holness\' 2015 post in which he was dusting off a fresh pair of Desert Clarks took social media by storm. The caption accompanying the viral photo paid homage to deejay Vybz Kartel. (Photo: Instagram @AndrewHolnessJM)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Holness, the island’s eighth prime minister, continues to run one of the most engaging platforms on social media – with many drawing comparisons to Canadian PM Justin Trudeau and former US President Barack Obama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2970} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-malaki-1-1024x636.jpg\" alt=\"\" class=\"wp-image-2970\" /><figcaption>Aww! Such a sweet moment between little Makai Lawrence and PM Andrew Holness in January (Photo: Twitter @AndrewHolnessJM )</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From the young to the young-at-heart, just about everywhere our PM makes an appearance, his seemingly calm and endearing aura is infectious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2964} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-builder-buzz-demo.jpg\" alt=\"\" class=\"wp-image-2964\" /><figcaption>Holness, the #Builder, at the Jamaica Labour Party\'s 75th general conference in 2018 (Photo: Facebook @AndrewHolnessJM)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a man who understands the power of social media and digital engagement, Holness largely owes his shock 2016 general election win to his outstanding presence on Facebook, Twitter, and Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He straddles a delicate balance between being Jamaica’s ‘everyman’ and leader of Government – in a way that demands your attention and provokes your thoughts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But does Holness\' \'cool factor\' really hold up? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"className\":\"instagram-media\"} -->\n<div class=\"wp-block-image instagram-media\"><figure class=\"alignleft\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/f80b584a351b4b21d42487a06008dff6/5DAD0DD5/t51.2885-15/e35/11910553_465628773641834_974670672_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Prime Minister Andrew Holness anticipating a pitch during a game of cricket with students at the Mount Zion Primary School in St James. (Photo: <em>Instagram</em> @AndrewHolnessJM) </figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It turns out that there are few holes in this plot, as time and time again, Holness and his team have evolved and adapted to capitalise on the use of social media and its impact on Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rolling back the clock, <strong>BUZZ</strong> has delved deep into Holness’ timeline to share some of his \'coolest\' moments since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Check out our gallery below</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"158\",\"159\",\"160\",\"161\",\"162\",\"163\",\"2966\",\"2967\",\"2968\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-negril-1-1024x651.jpg\" alt=\"\" data-id=\"158\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-negril-1/\" class=\"wp-image-158\" /><figcaption>November 2015, the then-Opposition leader sips a jelly coconut after leaving the PNP in tatters after they rejected calls for a national debate (Photos: Instagram @AndrewHolnessJM)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-nesbeth-performance1-1024x576.jpg\" alt=\"\" data-id=\"159\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-nesbeth-performance1/\" class=\"wp-image-159\" /><figcaption>Recording artiste Nesbeth hands over the chorus of his mega-hit \'My Dream\' to newly installed PM Holness at the swearing-in ceremony in March 2016 (Photo: YouTube)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-family1-1024x603.jpg\" alt=\"\" data-id=\"160\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-family1/\" class=\"wp-image-160\" /><figcaption>The Holnesses embodying actibe family goals in this 2016 snap (Photo: Twitter @AndrewHolnessJM)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-norman-dunn-20171-1024x582.jpg\" alt=\"\" data-id=\"161\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-norman-dunn-20171/\" class=\"wp-image-161\" /><figcaption>\'Only we who understan\' it can cross it! No road? No problem for Andrew Holness and eventual by-election winner for South East St. Mary, Dr. Norman Dunn (Photo: YouTube)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-community-football1-1024x634.jpg\" alt=\"\" data-id=\"162\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-community-football1/\" class=\"wp-image-162\" /><figcaption>Holness, while still in Opposition, chills with members of West Central St. Andrew in 2015 (Photo: NegrilStories.com)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-5.55.51-PM-1024x728.jpg\" alt=\"\" data-id=\"163\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/screen-shot-2019-07-17-at-5-55-51-pm/\" class=\"wp-image-163\" /><figcaption>Selfie time! After a courtesy call with the Jamaica Prefects\' Associated in April 2019, Holness channels his inner millenial with a viral group pic (Photo: Twitter @AndrewHolnessJM) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-malaki-1024x636.jpg\" alt=\"\" data-id=\"2966\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-malaki/\" class=\"wp-image-2966\" /><figcaption>AWWWW...! Little Makai Lawrence wrote to PM Holness in December 2018 asking to meet with him, and just as a surprise for the New Year - he showed up! (Photo: Twitter @AndrewHolnessJM)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-east-portland-1024x615.jpg\" alt=\"\" data-id=\"2967\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-east-portland/\" class=\"wp-image-2967\" /><figcaption>Mutual respect between this East Portland resident and PM Holness in March (Photo: Twitter @AndrewHolnessJM)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-placehotb-tweet.jpg\" alt=\"\" data-id=\"2968\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-placehotb-tweet/\" class=\"wp-image-2968\" /><figcaption>Jamaicans have an uncanny way of finding humour out of everything - even this blistering heat! PM Holness took a different approach, offering his words of caution to the viral #PlaceHotB hashtag (Photo: Twitter @AndrewHolnessJM)</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:image {\"id\":3889} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Andrew-Holness-Cool-B-NEW-1024x683.jpg\" alt=\"\" class=\"wp-image-3889\" /><figcaption>Prime Minister Andrew Holness attempts a penalty shot on Paul Lane, Olympic Gardens (Photo: Richard Hamilton)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Just a little extra <strong>BUZZ</strong>, here\'s a sitdown between Andrew Holness and dancehall artiste Popcaan. The pair were on hand for the historic groundbreaking ceremony in St Thomas in June. <strong><em>See video below</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BzMTJt2F2Rw/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BzMTJt2F2Rw/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you believe Andrew Holness is our coolest Prime Minister? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the <strong>BUZZ</strong> comment section below!</p>\n<!-- /wp:paragraph -->','Is Andrew Holness Jamaica’s coolest Prime Minister?','','inherit','closed','closed','','124-revision-v1','','','2019-08-15 07:56:33','2019-08-15 12:56:33','',124,'https://buzz-caribbean.com/article/124-revision-v1/',0,'revision','',0),(4092,21,'2019-08-15 07:57:24','2019-08-15 12:57:24','','Samsung-Galaxy-Note10-3','','inherit','open','closed','','samsung-galaxy-note10-3','','','2019-08-15 07:57:24','2019-08-15 12:57:24','',4086,'https://buzz-caribbean.com/app/uploads/2019/08/Samsung-Galaxy-Note10-3.jpg',0,'attachment','image/jpeg',0),(4093,14,'2019-08-15 07:57:30','2019-08-15 12:57:30','<!-- wp:image {\"id\":323} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/flying-into-sunset-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-323\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Summer’s here and with it the age-old question on many Jamaican minds: <strong><em>\"Where to unravel for my vacation?\"</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For many Jamaicans who’ve experienced nearly all the island has to offer, the next best bet is to travel overseas – and enjoy the sights, sounds, tastes and feels of another country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Outside of the usual favourites of the United States, Canada, and the United Kingdom, there are also many other countries that provide less-stringent access with visa-free travel all year round!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":325} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jamaica-passport-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-325\" /><figcaption>Jamaican passports (Photo: Shea Powell, TheWorldUpCloser.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As of March 2019, Jamaican citizens had visa-free or visa on arrival access to 84 countries and territories.  According to the <a href=\"https://www.henleypassportindex.com/passport\">Henley Passport Index</a>, the Jamaican passport is ranked 63rd in the world in terms of travel freedom. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now, with the declaration of a visa waiver agreement between Jamaica and Ghana this July, the African country joins an impressive list of 84 countries and 11 disputed territories where Jamaicans are welcomed with open arms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Think you know them all? Well, here’s your challenge!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Try to come up with as many countries where visa-free travel is possible for Jamaicans before scrolling further (We double dare you).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":328} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/world-map-demo-1024x610.jpg\" alt=\"\" class=\"wp-image-328\" /><figcaption>World map (Photo: CIA, Political map of the world) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>How many did you come up with…10…20…40…95?!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve thought about expanding your horizons or are already a step closer to experiencing a new cultural frontier,&nbsp;<strong>BUZZ</strong>&nbsp;presents a comprehensive list of all 95 countries across the world where just your Jamaican passport is needed to enjoy a well-needed vacation:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>NB: This list is broken down into three categories: Visa-free access (*), Visa supplied on arrival (!), and e-Visas (an official document issued online by respective Immigration Departments or Foreign Ministries that allows for Jamaicans to enter and travel.)</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Bahrain (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Azerbaijan (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Comoros (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Cote d’Ivoire</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Argentina (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Antigua and Barbuda (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Barbados (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Bangladesh (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Cook Islands (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Macau (!) [Territory of China]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>11. Palestine (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>12. Northern Cyprus [Territory of Turkey] (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>13. Curacao (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>14. Hong Kong (*) [Territory of China]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>15. Niue (*) [Territory of New Zealand]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>16. Monserrat (*) [Territory of the United Kingdom]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>17. Zimbabwe (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>18. Venezuela (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>19. Uganda (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>20. Trinidad and Tobago (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>21. Tuvalu (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>22. Serbia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>23. St. Vincent and the Grenadines (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>24. St. Lucia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>25. St. Kitts &amp; Nevis (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>26. Peru (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>27. Niger (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>28. Madagascar (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>29. Kiribati (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>30. Jordan (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>31. Myanmar (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>32. Seychelles (visitor’s permit on arrival)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>33. Palau (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>34. Mexico (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>35. Lesotho (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>36. Israel (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>37. Kenya (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>38. Nicaragua (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>39. Malaysia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>40. Kyrgyzstan (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>41. South Korea (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>42. Togo (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>43. Suriname (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>44. Mozambique (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>45. Tajikistan (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>46. Sao Tome &amp; Principe (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>47. Rwanda (either visa on arrival/eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>48. Panama (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>49. Micronesia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>50. Nepal (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>51. South Africa (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>52. Sri Lanka (either eVisa/visa on arrival)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>53. Papua New Guinea (visitor permit)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>54. Qatar (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>55. Senegal (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>56. Pitcairn Islands (*) [Territory of the United Kingdom]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>57. Somaliland (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>58. Russia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>59. Mauritania (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>60. Guyana (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>61. Indonesia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>62. Laos (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>63. Timor-Leste (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>64. Zambia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>65. Mauritius (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>66. Namibia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>67. India (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>68. Guinea-Bissau (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>69. Grenada (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>70. Malawi (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>71. Philippines (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>72. Somalia (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>73. Tanzania (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>74. Vanuatu (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>75. Transnistria (*) [formerly part of Moldova, now known as Pridnestrovian Moldavian Republic]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>76. Samoa (entry permit on arrival)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>77. Haiti (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>78. Iran (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>79. The Maldives (!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>80. Sierra Leone (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>81. Singapore (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>82. Turkey (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>83. Uruguay (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>84. South Ossetia [formerly northern territory of Georgia in Europe]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>85. Georgia (eVisa) [not to be confused with the US state of Georgia]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>86. The Gambia (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>87. Gabon (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>88. Fiji (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>89. Eswatini, also known as Swaziland (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>90. Ethiopia (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>91. Ecuador (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>92. Dominica (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>93. Dominican Republic (*)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>94. Djibouti (eVisa)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>95. As of July 2019, Ghana!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How many of these countries have you visited? Which listing surprised you? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us know where your next adventure will be in the <strong>BUZZ</strong> comments section below!</p>\n<!-- /wp:paragraph -->','Buzz Travel: Visa-free countries Jamaicans can visit','','inherit','closed','closed','','321-revision-v1','','','2019-08-15 07:57:30','2019-08-15 12:57:30','',321,'https://buzz-caribbean.com/article/321-revision-v1/',0,'revision','',0),(4094,14,'2019-08-15 07:58:07','2019-08-15 12:58:07','<!-- wp:image {\"id\":301} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo.jpg\" alt=\"\" class=\"wp-image-301\" /><figcaption>Satellite imagery of Bajo Nuevo from space (Photo: National Aeronautics and Space Administration [NASA], International Space Station [ISS])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tucked away near the middle of the Caribbean Sea, lies the Bajo Nuevo Bank: a small, uninhabited reef with some grass-covered islets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also known as the Petrel Islands, these tiny specs have been the subject of a bitter sovereignty dispute between Colombia and the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But what you didn’t know, is over 30 years ago, Jamaica was also\ncaught up in the ownership dispute, but has since backed off for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Between 1982 and 1986, the Government of Jamaica signed and\nmaintained a series of bilateral agreements – culminating in a maritime\ndelimitation treaty between the island and the Republic of Colombia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The maritime delimitation treaty was <a href=\"https://www.un.org/Depts/los/LEGISLATIONANDTREATIES/PDFFILES/TREATIES/JAM-COL1993MD.PDF\">signed in Kingston</a> on Friday, November 12, 1993, by ministers of Foreign Affairs and Foreign Trade for Jamaica and Colombia respectively, Paul Robertson and Noemí Sanín Posada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":304} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/posada-paul-robertson-sbscollage-buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-304\" /><figcaption>(from left) Former Ministers of Foreign Affairs and Foreign Trade for Colombia and Jamaica in 1993,  Noemí Sanín Posada and the late Paul Roberston respectively (Photos: Jamaica Information Service [JIS], ElTiempo.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the time, Jamaica\'s claim, as with the other countries\nembroiled in the dispute, stemmed from attempts to expand the island’s\nexclusive economic zone over the surrounding seas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, Jamaica’s claim for Bajo Nuevo remains largely dormant\nsince bilateral agreements with Colombia came into force in 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve made it this far then we still have your attention, and seeing as you’re eager to know more,&nbsp;<strong>BUZZ</strong>&nbsp;presents 23 fast facts about Bajo Nuevo:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1.&nbsp;</strong>&nbsp;&nbsp;The islands are located along the coordinates 15°53′N (fifteen degrees, fifty-three minutes north) and 78°38′W (seventy-eight degrees, thirty-eight minutes west). The islets are geographically closest to Jamaica than any other claimant, some 288 kilometres southwest of the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":302,\"width\":587,\"height\":334} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-google-maps-jamaica-1024x583.jpg\" alt=\"\" class=\"wp-image-302\" width=\"587\" height=\"334\" /><figcaption>Bajo Nuevo\'s proximity to Jamaica (Photo: Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>2.&nbsp;&nbsp;</strong>&nbsp;Bajo Nuevo Bank is about\n26&nbsp;kilometres (16&nbsp;miles) long and 9&nbsp;kilometres (5.6&nbsp;miles)\nwide. The closest neighbouring land feature is Serranilla Bank, located 110\nkilometres (68 miles) to the west.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3.</strong>&nbsp;&nbsp;&nbsp;The reef was first shown on Dutch maps dating to 1634 but was given its present name in 1654. British pirate John Glover rediscovered Bajo Nuevo in 1660.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong><em>Bajo Nuevo reportedly contains no \'meaningful mineral reserves\'</em></strong>\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>4.&nbsp;&nbsp;</strong>&nbsp;Satellite imagery from the\nNational Aeronautics and Space Administration (NASA) shows two distinct\natoll-like structures separated by a deep channel under a mile wide at its\nnarrowest point. The reef partially dries on the southern and eastern sides,\nwith the land area being minuscule by comparison.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong>&nbsp;&nbsp;&nbsp;&nbsp;The most prominent land area is Low Cay,\nin the southwest atoll, which extends for 300 metres and widens at a maximum of\n40 metres across. No more than two metres above sea level, the barren island is\ncomposed of broken coral, driftwood, and sand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>6.&nbsp;</strong>&nbsp;&nbsp;A total of five countries have laid claim to sovereignty over Bajo Nuevo, namely: <strong>Jamaica, Colombia, Nicaragua, Honduras and the United States</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":305} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-countries-dispute-flags-1024x614.jpg\" alt=\"\" class=\"wp-image-305\" /><figcaption>(From top left to bottom right) The flags of Colombia, the United States, Honduras, Jamaica and Nicaragua (Photos: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>7.&nbsp;</strong>&nbsp;&nbsp;James W. Jennett, empowered under provisions\nof the controversial Guano Islands Act, initiated the US’ claim on November 22,\n1869. To this day, the US administers Bajo Nuevo bank as an ‘unorganized,\nunincorporated United States territory’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>8.&nbsp;&nbsp;</strong>&nbsp;Similarly to other territories\nclaimed under the Guano Islands Act in the Caribbean and Oceania, persons born\non Bajo Nuevo to non-citizens are considered by the United States to be US\nnationals, but not US citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":307} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/usa_flag-demo-1024x614.jpg\" alt=\"\" class=\"wp-image-307\" /><figcaption>United States flag (Photo: US State Department)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>9.&nbsp;</strong>&nbsp;&nbsp;Colombia currently claims the area as part of\nthe department of San Andrés and Providencia. The San Andrés fleet of the\nColombian Navy carries out naval patrols in the area, as the republic maintains\nthat it has claimed these territories since 1886 – as part of the geographic\narchipelago of San Andrés and Providencia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3070} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/colombia-armada-demo-buzz-1024x714.jpg\" alt=\"\" class=\"wp-image-3070\" /><figcaption>One of many naval vessels in the powerful Colombian armada (Photo: cimsec.org)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>10.</strong>&nbsp;&nbsp;&nbsp;The November 1993 <a href=\"https://www.un.org/Depts/los/LEGISLATIONANDTREATIES/PDFFILES/TREATIES/JAM-COL1993MD.PDF\">maritime delimitation treaty</a> between Colombia and Jamaica established a \"Joint Regime Area\". This allowed both countries to cooperatively manage and exploit living and non-living resources in designated waters between the two aforementioned banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>11.&nbsp;</strong>&nbsp;&nbsp;Bajo Nuevo’s territorial waters immediately\nsurrounding the cays themselves were excluded from the zone of joint-control,\nas Colombia considers these areas to be part of her coastal waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>12.&nbsp;&nbsp;</strong>&nbsp;The maritime delimitation treaty came effect four months later and was recognised by international law in March 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>13.&nbsp;</strong>&nbsp;&nbsp;The Colombian Ministry of Defense constructed\na light beacon on Low Cay in 1982. The metal structure towers 21&nbsp;metres\nabove the Caribbean Sea and is painted white with a red top. The beacon emits\ntwo white flashes of light every 15 seconds. After sustaining some damage, the\nbeacon was reconstructed by the Colombians in February 2008 and is currently\nmaintained by the navy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":306,\"width\":412,\"height\":531} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-light-beacon.jpg\" alt=\"\" class=\"wp-image-306\" width=\"412\" height=\"531\" /><figcaption>A light beacon erected on the shores of Low Cay, Bajo Nuevo (Photo: Colombian Ministry of Defence)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>14.</strong>&nbsp;&nbsp;&nbsp; Nicaragua bases its claim to Bajo Nuevo Bank\ndue to the islands sitting on its continental shelf, covering an area of over\n50,000 square kilometres in the Caribbean Sea. In fact, the Central American\ncountry lays claim to all islands associated with the San Andrés and\nProvidencia archipelagoes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>15.&nbsp;</strong>&nbsp;&nbsp;Successive Nicaraguan governments have\npersistently pursued claims against Colombia in the International Court of\nJustice (ICJ), filing cases in both 2001 and 2007.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>16.</strong>&nbsp;&nbsp;&nbsp;On November 19, 2012, in regards to Nicaraguan claims to the islands, the ICJ ruled unanimously that Colombia has sovereignty over both Bajo Nuevo and Serranilla Banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3073} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gavel-in-court-buzz-demo-1024x679.jpg\" alt=\"\" class=\"wp-image-3073\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>17.</strong>&nbsp;&nbsp;&nbsp;The islands remain a Colombian territory and are a key stopping point in the country’s fight against drug and weapons smuggling, but all the other claimant nations still have limited access to them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>18.</strong>&nbsp;&nbsp;&nbsp;Bajo Nuevo is positioned inside a modestly\nproductive fishing (mostly lobsters) zone, but the seabed reportedly contains\nno \'meaningful mineral reserves\', and only small amounts of hydrocarbon fuels\nhave been identified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>19.&nbsp;</strong>&nbsp;&nbsp;Honduras, another claimant to Bajo Nuevo and\nthe nearby Serranilla Bank, effectively ended its role in the dispute with the\nratification of a maritime boundary treaty with Colombia on December 20, 1999.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>20.</strong>&nbsp;&nbsp; According to the treaty, both states agreed upon a\nmaritime demarcation in 1986 that excluded Honduras from any control over the\nbanks or their surrounding waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>21.</strong>&nbsp;&nbsp; This bilateral treaty ensured that Honduras\nimplicitly recognises Colombia\'s sovereignty over the disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>22.&nbsp;</strong>&nbsp; Bajo Nuevo Bank and Serranilla Bank have been\nrepeatedly included as per American sources as one of ten insular areas in the\nPacific Ocean and Caribbean Sea that make up the US’ Minor Outlying Islands\nclassification.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>23.&nbsp;</strong>&nbsp; Baker Island, Howland Island, Jarvis Island, Johnston Atoll, Kingman Reef, Midway Islands, Navassa Island, Palmyra Atoll, and Wake Island comprise the remaining nine disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did you know these islands existed? What were the most surprising facts you read? Let us know in the comments section! </p>\n<!-- /wp:paragraph -->','Bajo Nuevo: What you should know about the disputed island Jamaica \'gave up\'','','inherit','closed','closed','','300-revision-v1','','','2019-08-15 07:58:07','2019-08-15 12:58:07','',300,'https://buzz-caribbean.com/article/300-revision-v1/',0,'revision','',0),(4095,4,'2019-08-15 08:02:45','2019-08-15 13:02:45','<!-- wp:paragraph -->\n<p>It was coming to the end of summer and Jenise’s friend Kim* had invited her out for dinner at Chilitos. It was all she could think about, she was excited - probably a little too much. To be honest, it wasn’t every day that she was invited to hang out with her friends. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jenise Reece is a 20-year-old living with mild cerebral palsy and in her eyes, she is one of an unknown number of Jamaicans who are treated differently because of having a disability. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>CP as her condition is often called, is defined by the <em>Cerebral Palsy Organization of Jamaica</em> as any one of several neurological disorders that appears in a person’s infancy or early childhood. It permanently affects body movement and muscle coordination but doesn’t get worse over time. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>CP is a physical condition, caused when there is abnormal development of the brain. This abnormal development then affects the motor area of the brain that directs muscle movement.&nbsp;&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yet, despite having CP,  Reece tries to live a normal life.&nbsp; Just like any other child, Reece attended Primary and Secondary Schools. She has never thought of herself as being different and as such, she decided to pursue a degree in Integrated Marketing Communications (IMC); and now, in her second year at The University of the West Indies, Reece is still defying the odds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After a little drive from Portmore, where Reece lives, she arrived in Half Way Tree. However, there was now a slight problem. The student buses she took during the school year were unavailable. This only meant one thing - she would have to do the one thing she hated doing the most. She would have to take a taxi. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The thought of that made her so anxious and the thought of the outcome made her worry. For Reece and many other’s with Cerebral Palsy, there are side effects such as one-foot lagging behind the other, lack of muscle coordination, anxiety and crossed eyes. The first made it difficult for Reece to sit in or get out of a car and what often heightened the pressure was the impatience of the taxi drivers. Today was different though because this time she had gotten into the taxi without a fuss.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She was relieved, no excited, or maybe a mixture of both. Everything was going right. Nothing could spoil the day. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The drive to the University’s back gate was not a long one and when she arrived all she could think about was how she would safely get out of the taxi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She was seated at the extreme left of the car and could get out through that door. That seemed like the safer option but there was another problem. Her left side was her weaker side and if she proceeded to use that side it would have been a long and painful exit. So, right door it was. The right door was towards the road, making this a very bad idea. However, she took a deep breath and without further thinking, she opened.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What happened next was scary, humiliating and very sad. It wasn’t new though. It was the truth through her eyes of how people with disabilities, especially those without a physical marker, were treated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Without giving a warning the taxi driver blurted at her. His words were like a sword, cutting deep. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Seconds later she was shouting back at him. He threw expletives at her, forcing tears to well up in her eyes. His ability to not observe did not leave with him and she stood there, attracting the eyes of all who passed by. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>She thought as everyone else did...had burning desires to fulfil hopes and dreams. She wasn’t at all different.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Reece explained that she could recall many other instances on and off the University’s campus that people would hiss or murmur rude comments at her. The truth is they didn’t know something was wrong because they couldn’t see it. Sometimes they assumed that she was just too slow and those who realized something was wrong often thought of her as being different. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She thought as everyone else did, she got good grades, participated in co-curricular activities and had burning desires to fulfil hopes and dreams. She wasn’t at all different.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has dreams of becoming a Jane of the IMC trade. She wants to advocate for those with disabilities and become a mentor for those who just aren’t as strong as she is.&nbsp; She wants to travel the Spanish-speaking world to build her fluency in Spanish. She wants to make a positive impact on the world. She wants to be seen as normal because she, like many others, are no different.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She wiped her tears and told herself something she believed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Si que puedo” she said “si que puedo”. This means ‘yes I can’.</p>\n<!-- /wp:paragraph -->','CP - the Condition that Pushes','','inherit','closed','closed','','2479-revision-v1','','','2019-08-15 08:02:45','2019-08-15 13:02:45','',2479,'https://buzz-caribbean.com/article/2479-revision-v1/',0,'revision','',0),(4096,21,'2019-08-15 08:05:21','2019-08-15 13:05:21','','Samsung-Galaxy-Note-10-Plus-screen-head-on-2-1200x675','','inherit','open','closed','','samsung-galaxy-note-10-plus-screen-head-on-2-1200x675','','','2019-08-15 08:05:21','2019-08-15 13:05:21','',4086,'https://buzz-caribbean.com/app/uploads/2019/08/Samsung-Galaxy-Note-10-Plus-screen-head-on-2-1200x675.jpg',0,'attachment','image/jpeg',0),(4098,21,'2019-08-15 08:08:12','2019-08-15 13:08:12','','Galaxy Note 10 S Pen','','inherit','open','closed','','galaxy-note-10-s-pen','','','2019-08-15 08:08:12','2019-08-15 13:08:12','',4086,'https://buzz-caribbean.com/app/uploads/2019/08/galaxy-note-10-s-pen.jpg',0,'attachment','image/jpeg',0),(4099,21,'2019-08-15 08:08:46','2019-08-15 13:08:46','','galaxy-note-10-s-pen-out-1','','inherit','open','closed','','galaxy-note-10-s-pen-out-1','','','2019-08-15 08:08:46','2019-08-15 13:08:46','',4086,'https://buzz-caribbean.com/app/uploads/2019/08/galaxy-note-10-s-pen-out-1.jpg',0,'attachment','image/jpeg',0),(4100,21,'2019-08-15 08:09:01','2019-08-15 13:09:01','','Samsung Galaxy Note 10 Plus Screen Head On 2 1200x675','','inherit','open','closed','','samsung-galaxy-note-10-plus-screen-head-on-2-1200x675-2','','','2019-08-15 08:09:01','2019-08-15 13:09:01','',4086,'https://buzz-caribbean.com/app/uploads/2019/08/Samsung-Galaxy-Note-10-Plus-screen-head-on-2-1200x675-1.jpg',0,'attachment','image/jpeg',0),(4101,21,'2019-08-15 08:12:06','2019-08-15 13:12:06','<!-- wp:paragraph -->\n<p>The Samsung Note10 and Note10+ were released on August 7 boasting all the specifications of a flagship smartphone. Originally launched in 2011 the Note10/10+ come with the most significant change for the product line up. There are now two devices, the larger 10+ and the smaller and cheaper Note 10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4087} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Samsung-Galaxy-Note10-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-4087\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Note, from inception, was designed to sit above the Galaxy S line, having faster, better processors, a larger form factor and the built-in S Pen. A lot of that hasn’t changed. Common across both phones is the Octa-core Qualcomm Snapdragon 855 processor, or Samsung Exynos 9825 chip-set, the loss of the headphone jack, wireless charging and sharing, in-screen fingerprint sensor, and an S Pen. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4088} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Galaxy-Note10-BUZZ-1024x522.jpg\" alt=\"\" class=\"wp-image-4088\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Beyond smaller similarities, the Note10 and 10+ are significantly different creatures. The 10+ has a 6.8-inch AMOLED screen, internal storage up to 512GB, up to 1TB of expandable storage, a larger battery and 12GB of RAM. The camera setup on the 10+ carries a 3D depth sensor alongside a triple camera array consisting of a wide-angle 12-megapixel unit, an ultra-wide 16-megapixel unit and a telephoto 12-megapixel unit. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4090} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Samsung_Galaxy_Note10.gif\" alt=\"\" class=\"wp-image-4090\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The front-facing camera is a 10-megapixel unit and the phone records 4K video. The Note 10 makes do with a lower resolution 6.3-inch AMOLED screen, 256GB of storage, 8GB of RAM in a smaller chassis. Compatibility with upcoming 5G networks is available in applicable markets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4092} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Samsung-Galaxy-Note10-3-1024x786.jpg\" alt=\"\" class=\"wp-image-4092\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Note functionality has been taken up\na notch with the S Pen. Anything written on the screen can be converted to\ntext. The S Pen now operates like a remote, using a variety of input methods.\nClick or gesture to zoom the camera, flip through photos, edit video and\ncontrol music volume. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4098} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/galaxy-note-10-s-pen.jpg\" alt=\"\" class=\"wp-image-4098\" /><figcaption>Photo: Android Central</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The split in the product line has created a very strange upgrade path for the Note. Power-users wanting to remain at the cusp of smartphone technology should head straight for the Note10+, those still holding on to their Note9 might have to take a hard look at the Note10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4100} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Samsung-Galaxy-Note-10-Plus-screen-head-on-2-1200x675-1-1024x576.jpg\" alt=\"\" class=\"wp-image-4100\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Note10 has a faster chipset, a better camera, a more compact and lighter chassis, but the older phone wins out in some serious areas. The Note9 has a larger screen, 6.4-inches to the Note10’s 6.3-inches, along with a higher resolution and pixel density. It can be had with double the internal storage and the same amount of RAM. The Note10 has no expandable storage while the Note9 can handle 512GB. The older phone has a larger battery, 4000mAh to 3,500mAh on the Note10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> The key upgrade elements for the Note10 are....in-screen fingerprint sensor, Wireless PowerShare...extra functions of the S Pen...better camera performance. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As with modern devices, it’s not all\nin the figures. Using the latest chipset, screen and Android operating system,\nthe Note10 is claiming more efficiency than the outgoing phone thus the lack of\nneed to max out its specifications, especially in the face of the more powerful\nNote10+. The key upgrade elements for the Note10 are features like the\nin-screen fingerprint sensor, Wireless PowerShare, the extra functions of the S\nPen, and ultimately the better camera performance.</p>\n<!-- /wp:paragraph -->','On another NOTE','','inherit','closed','closed','','4086-revision-v1','','','2019-08-15 08:12:06','2019-08-15 13:12:06','',4086,'https://buzz-caribbean.com/article/4086-revision-v1/',0,'revision','',0),(4103,14,'2019-08-15 08:14:04','2019-08-15 13:14:04','<!-- wp:image {\"id\":1446} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/men-and-emotions-demo-1-1024x614.jpg\" alt=\"\" class=\"wp-image-1446\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica could find itself at a tipping\npoint, should the country continue to ignore the mental health issues being\nfaced by its citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The issue is further exacerbated for Jamaican men, who in such a hyper-masculine, oversexualised society, live by the \'mantra\' that to show emotions of any kind, whether positive or negative, is a sign of weakness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1447} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/men-and-emotions-demo-2-1024x614.jpg\" alt=\"\" class=\"wp-image-1447\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Executive Director for the Jamaica Forum for Lesbians, All-sexuals and Gays (J-FLAG) Jaevion Nelson, gave <strong>BUZZ</strong> his views as we try to unearth how the island got here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em> \"We tell our boys, ‘Don’t cry\'\" </em></strong></p><cite>- Jaevion Nelson, speaking with BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In an interview with <strong>BUZZ</strong>, Nelson said that Jamaican society has for many years ‘policed’ male behaviour and masculine expressionism – which has brought us to the point we are today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Generally, as a society I think we grew up to be very tough, particularly for boys. We tell our boys, ‘Don’t cry’ etc., and so from you were very young, you are policed, and you learn to suppress your emotions; to not show them in whatever circumstance as best as possible,” Nelson said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em> \"We don’t show emotions and if you [do], it must be through violence.\"</em></strong> </p><cite>- J-FLAG Executive Director, Jaevion Nelson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“When we look at the general culture, I think for a number of us, it’s a huge part in how we perform masculinity. We don’t show emotions and if you [do], it must be through violence because that is the only way you will be a man,” he explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See more from our interview with Jaevion Nelson in the video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/RmTcCG5ZnxU\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/RmTcCG5ZnxU\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“From where I stand and my organisation, we are always concerned about how, as a people, we deal with issues. Certainly, for most of us in the Jamaican society, [we] want to be seen as the real man,” Nelson told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In seeking some insight, <strong>BUZZ</strong> also spoke in-depth with Reverend Al Miller, who expressed his concern around how these hurtful masculine stereotypes ran through the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1454} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/al-miller-buzz-interview-1-1024x629.jpg\" alt=\"\" class=\"wp-image-1454\" /><figcaption>Reverend Al Miller, (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Miller contended some of the societal ills\nfacing Jamaica can be linked to the turmoil of the slavery era, as the island\nis still yet to fully heal from the scars of its abusive, violent past.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong><em>\"We have restricted emotions to a category of whether you cry or not... that isn’t [even] one percent of the spectrum of human emotion\" </em></strong></p><cite>- Reverend Al Miller</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“All behaviour is as a result of our varied human experiences, so what we have been through as a people would have affected how we think and therefore how we behave,” the reverend told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There is the impact of slavery’s aftermath,\nbut that concept has continued to evolve and remain with us in many respects,\nprimarily because there is a totally mistaken concept that we have developed about\n‘MAN’ and manhood,” Miller explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This level of ignorance has allowed this misconception\nto remain and therefore affect behaviour and the society [as a whole] adversely,”\nhe added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way Miller, who leads the Fellowship Tabernacle, sees it, humans were created by God as emotional beings, so to separate emotion from relationships and experiences is unhealthy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1456} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/al-miller-buzz-interview-3-1024x611.jpg\" alt=\"\" class=\"wp-image-1456\" /><figcaption>Rev. Al Miller shows the BUZZ lens that he is one of God\'s emotional creatures as he offers a smile (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The truth is humans are fundamentally relational beings, and in the centre of relationships is emotion. We were created by God as emotional creatures,” Miller told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em>\"A man must show tenderness...see the hurt and pain of others\"</em></strong></p><cite>Al Miller, speaking to BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“All of our responses are from emotion; you cannot divorce emotion from\nbehavioural response because it is at the core of who we are. We’ve got\nto show that [emotion] is not a sign of weakness – I say on the contrary, it\ntakes a real man to cry,” the reverend argued further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reverend Miller declared that it is a man’s\nduty to be emotional, but instead of denying those feelings, Jamaican men must\nbe re-trained to properly manage and direct these emotions the right way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1457} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/al-miller-buzz-interview-2-1024x629.jpg\" alt=\"\" class=\"wp-image-1457\" /><figcaption>Al Miller, in an interview with BUZZ asks \'How can we not show any emotion?\' (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“A man must show tenderness, show hurt and be able to see the hurt and\npain of others; he must feel joy, fear and sadness. How can you say we’re\nnot to show any emotion?” Miller asked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is how we handle, manage, direct or suppress these emotions by whatever other factors of socialisation that has happened in our lives,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Miller said he disagrees vehemently with\nthe common misnomer that men who show emotions are “weak” – as well as the\nseemingly heightened lack of self-awareness in the Jamaican man, which has\ncontributed to the problem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have restricted emotions to a category of whether you cry or not but\nthat isn’t [even] one percent of the spectrum of human emotion,” Miller\nasserted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As sections of the island finally get the\nconversation started in getting the issue of ‘men and emotions’ addressed,\nReverend Miller told BUZZ that acknowledging the problem is always the first\nstep.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1458} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/men-and-emotions-demo-3-1024x683.jpg\" alt=\"\" class=\"wp-image-1458\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It is important that we re-train our men\nbecause the system has given him an erroneous sense of manhood and some\nnegative images have been planted in the mind and society supports and feeds\nthat negative concept,” Miller said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“And so, it has really become part of our cultural thinking in too significant a way. We’ve got to go back and reverse it because it’s not healthy, it’s not real,” Miller, a father of four, told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, part of one’s personal development\nfrom infancy to maturity dictates that humans “must express and be honest about\nwhat we feel” – to deny genuine, real feelings results in a dishonest nature.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That is why some of our men become so\ndeceptive and lie and steal, because we’re suppressing natural responses to the\nevents and circumstances of life,” Reverend Miller contended.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong><em>\"...You cannot divorce emotion from behavioural response...it is at the core of who we are\"</em></strong></p><cite>- Rev. Al Miller</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Stay tuned for part two of our <em>Men &amp; Emotions </em>series, as <strong>BUZZ</strong> looks at what possible solutions are available to address this impending mental health crisis.</p>\n<!-- /wp:paragraph -->','Men &amp; Emotions – How Did We Get Here, Jamaica? (Part 1)','','inherit','closed','closed','','1445-revision-v1','','','2019-08-15 08:14:04','2019-08-15 13:14:04','',1445,'https://buzz-caribbean.com/article/1445-revision-v1/',0,'revision','',0),(4104,14,'2019-08-15 08:16:20','2019-08-15 13:16:20','<!-- wp:embed {\"url\":\"https://youtu.be/RmTcCG5ZnxU\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/RmTcCG5ZnxU\n</div></figure>\n<!-- /wp:embed -->','‘Men &amp; Emotions’: J-FLAG’s Jaevion Nelson weighs in on toxic masculinity','','publish','closed','closed','','men-emotions-j-flags-jaevion-nelson-weighs-in-on-toxic-masculinity','','','2019-08-15 13:21:54','2019-08-15 18:21:54','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=4104',0,'video','',0),(4105,21,'2019-08-15 08:16:40','2019-08-15 13:16:40','<!-- wp:paragraph -->\n<p>She acts up, acts out and acts ridiculously most of the times. The stuff that comes out of her mouth would make a sailor blush and the clothes she sneaks off and wears barely covers her anatomy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2793,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Mom-and-Daughter-Arguing.jpg\" alt=\"\" class=\"wp-image-2793\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To your chagrin, she has a boyfriend who talks to her disrespectfully and tries to control her every move and though you have both pleaded and threatened her, she is not giving him up. No, you are not in the twilight zone but you are living your worst mother-of-a-teenage-daughter nightmare.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2799} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Teen-Girl-Smoking.jpg\" alt=\"\" class=\"wp-image-2799\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Before you do anything drastic have you ever considered that what she wants is male attention - more precisely, attention from a father figure? Though we women like to ‘Beyonce-fy’ ourselves and claim we run the world, the world is pushing back and reminding us that it does take two rationale and reasonable parents to raise a well-balanced child. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> A father becomes her guide for what to expect of men.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Yes, many single mothers do a great job holding the fort down but girls need their fathers as he is the first male who will set the tone for how other males in her life should act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>All the studies point to the same thing: daughters with father in their lives function better. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Girls learn what they live from infancy and as they grow, they form conclusions about what men are like from those males present in their life. A father becomes her guide for what to expect of men and what attitudes and views they will have toward women. Additionally, how he treats her mother will be her template for what her own relationship in the future with a man may be. These life lessons, therefore, are powerful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>He is the first male who will set the tone for how other males in her life should act. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Having a father or a father-figure around has a positive effect on a young girl\'s self-esteem because he can equip her with the requisite tools to have the confidence to tackle challenges and set goals. By showing her acceptance and unconditional love, he sets the example or the blueprint she needs for stronger emotional relationships and she will, therefore, be more likely to make good choices in her future romantic partners.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2802} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Father-Daughter-1024x683.jpg\" alt=\"\" class=\"wp-image-2802\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>All the studies point to the same thing: daughters with father in their lives function better and even if they made mistakes, their recovery period is shorter. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2806} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Father-Daughter-Love-1024x683.jpg\" alt=\"\" class=\"wp-image-2806\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This is referred to as the ‘Father Effect’ which is the umbrella term for the benefits of a paternal presence. These effects multiply when fathers actively participate in family life with a positive and nurturing presence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2807} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Father-Daughter-Selfie-1024x683.jpg\" alt=\"\" class=\"wp-image-2807\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From attending sports events to combing hair to helping with homework - even while teaching her how to change a car tyre - it is the quality of the time spent, more so than the quantity, that daughters absorb and appreciate.</p>\n<!-- /wp:paragraph -->','Why young girls need father figures','','inherit','closed','closed','','2736-revision-v1','','','2019-08-15 08:16:40','2019-08-15 13:16:40','',2736,'https://buzz-caribbean.com/article/2736-revision-v1/',0,'revision','',0),(4106,21,'2019-08-15 08:17:24','2019-08-15 13:17:24','<!-- wp:paragraph -->\n<p>Gone are the days when ‘big brother’ or someone else was not watching.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2717} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/security-camera-1024x683.png\" alt=\"\" class=\"wp-image-2717\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Indeed, cameras are everywhere now, from traffic lights to inside our homes via nanny cams, as people are not as trusting of others to do the right things when no one is looking. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One place that does not usually have a camera but probably should is the office kitchen or kitchenette. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That place where things mysteriously disappear or are left differently from how they were placed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2718} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Office-Kitchenette.jpg\" alt=\"\" class=\"wp-image-2718\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Because you spend eight hours a day, 5 days a week in the office, it stands to reason that you will have to eat there. Taking quick bites at the desk isn\'t always feasible.  Plus, doctors say it is not good for your digestion. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2721} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Eating-Lunch-At-Desk.jpg\" alt=\"\" class=\"wp-image-2721\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, most business places have a little kitchenette, even if it is super small, with just a sink for washing stuff up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now a lot goes on in that small room. It can be a good place to unwind, but gossiping heads the list of activities performed in there, even more than actual eating. When it comes to the kitchenette be prepared for just about anything.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2723} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/work-kitchen-chatter.jpg\" alt=\"\" class=\"wp-image-2723\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>First things first, when you place bottled water or juice in the fridge, you should probably mark the spot where the liquid reaches in the bottle beforehand. This is to ensure that no one sneaks and sips on what they did not provide. &nbsp;It is easier to say this is a mistake with a bottle of supermarket brand water that is common. However, that does not ring true for someone’s personal juice container or bottle. Then you definitely know that someone enjoys your juice just as much as you do. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2725} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/My-Bottle.jpg\" alt=\"\" class=\"wp-image-2725\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To prevent any unpleasant surprises always check the mouth or rim of bottles before you put it to your head to drink directly from it. One man got the shock of his life in an office years ago when he lifted the bottle to drink and saw lipstick all around the edge of the bottle. He never left another bottle in the refrigerator after that. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2726} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lipstick-Stain.jpg\" alt=\"\" class=\"wp-image-2726\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Another sign of tampering is usually with food ordered and stored in those styrofoam containers. You would think that with your name carefully written on the box, that would be enough of a deterrent to the food poachers or meal pirates. It is not. Those who eat early are usually safe, but those who have a hectic schedule and may remember to eat at 2:30 or 3 pm may be in for a rude awakening as their meal may be missing some side dishes or a piece of meat. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2729} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Leftovers-in-Styrofoam-Box.jpg\" alt=\"\" class=\"wp-image-2729\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One may think that the caterers short-changed you, but this is not usually the case, as you can tell when someone was digging into a food box by the way the food is left afterwards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If that is not crazy enough, there are even people who take it one step further and actually eat some of your leftovers, or in Jamaican parlance <em>‘nyam and lef’</em>. This is beyond disturbing and a good enough reason for installing cameras because no one should be messing around with people’s food, especially if there is no Brooklax handy.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Have you had any bad experiences in your work kitchenette? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Spill the deets with <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','Workplace kitchen etiquette 101','','inherit','closed','closed','','2673-revision-v1','','','2019-08-15 08:17:24','2019-08-15 13:17:24','',2673,'https://buzz-caribbean.com/article/2673-revision-v1/',0,'revision','',0),(4107,14,'2019-08-15 08:18:51','2019-08-15 13:18:51','<!-- wp:image {\"id\":3624} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-24-1024x683.jpg\" alt=\"\" class=\"wp-image-3624\" /><figcaption>The future of Trench Town, its children, are some of Jamaica\'s most creative. Armed with the best clay in the country, how could they not be? (Photos by Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Music, culture … and clay? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s not something that readily comes to mind when one thinks about Trench Town, but the community is growing in popularity in many respects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3625} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-20-1024x683.jpg\" alt=\"\" class=\"wp-image-3625\" /><figcaption>Master potter Abraham Grant shows the BUZZ team a vat of prized Trench Town clay, arguably the best in Jamaica! (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Leading the charge is managing director of the Trench Town Ceramic and Art Centre, Garfield Williams.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1JTJ2kBCyJ/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1JTJ2kBCyJ/?utm_source=ig_web_copy_link\n</div><figcaption>(Left) Managing Director of the Trench Town Ceramic and Art Centre</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Williams, in an interview with <strong>BUZZ</strong>, said he is proud that the Trench Town Ceramic and Art Centre stands as one of the few oases of creativity in the inner-city Kingston community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3629} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-13-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3629\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The rumours are true, I’ve seen it. I’ve felt it. The [clay] bonds our community.\" </p><cite>— Garfield Williams, managing director, Trench Town Ceramic and Art Centre</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The centre, located on Upper First Street, recently concluded its annual summer camp programme, which saw the involvement of 30 children in and around Trench Town. And in the past 10 years, more than 300 children have gotten the opportunity to experiment and express themselves working with the clay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What’s more, these works, no matter how simple they are, go on auction each year, and the proceeds assist in the kids’ back-to-school activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-27-1024x683.jpg\" alt=\"\" class=\"wp-image-3627\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em><strong>Want to know more about the centre? Watch our informative BUZZ video feature below</strong></em><strong>.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/zUdm7fDHWoc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/zUdm7fDHWoc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong>, Williams, who is an artisan and sculptor, was beaming as he reflected on the great work being done by the children and the centre.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"To know we have such a substance that could be highlighted is amazing.\"</p><cite>— Williams </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“It’s a great look. I have to say hats off to the Bob Marley Foundation, SDC (Social Development Commission), TPDCo (Tourism Product Development Company Ltd), Ministry of Mining and myself, we’ve been doing it every year. I feel really good to know that I have people supporting what I’m doing,” Williams told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3641} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-17-1024x683.jpg\" alt=\"\" class=\"wp-image-3641\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We always look forward to the summertime every year, having the kids out of school and being that mentor and father-figure looking out for them. That’s my satisfaction and for the guys around me. We’re glad we could have this magnitude of kids here.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Our whole history of crafts and culture is totally authentic and rich.\" </p><cite>— Williams</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Having left Trench Town for Canada when he was six years old and returning to Jamaica nearly 30 years ago, Williams attested that the area is blessed with the best clay in the country. And, according to Williams, artists from as far away as St Thomas, Manchester and Clarendon make the journey to purchase clay mined only in Trench Town. This, he said, has many spin-off benefits for the community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-3630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The rumours are true, I’ve seen it. I’ve felt it. The [clay] bonds our community in some sense, it’s a big oomph for Trench Town. It’s keeping the kids active; keeping the men and women that mine [the clay employed],” Williams said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our whole history of crafts and culture is totally authentic and rich. It’s a bonus for me to be showcasing it right here in Trench Town. To know we have such a substance that could be highlighted is amazing.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em><strong>Check out more highlights in our BUZZ gallery below:</strong></em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3661,3656,3632,3655,3635,3660,3633,3653,3657,3636,3637,3654,3634,3658,3638,3639,3659,3640,3645,3646,3647,3651,3652]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-23-1024x576.jpg\" alt=\"\" data-id=\"3661\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-23/\" class=\"wp-image-3661\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-11-1024x683.jpg\" alt=\"\" data-id=\"3656\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-11/\" class=\"wp-image-3656\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-28-1024x683.jpg\" alt=\"\" data-id=\"3632\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-28/\" class=\"wp-image-3632\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-12-1024x683.jpg\" alt=\"\" data-id=\"3655\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-12/\" class=\"wp-image-3655\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-19-1024x683.jpg\" alt=\"\" data-id=\"3635\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-19/\" class=\"wp-image-3635\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-25-1024x683.jpg\" alt=\"\" data-id=\"3660\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-25/\" class=\"wp-image-3660\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-21-1024x683.jpg\" alt=\"\" data-id=\"3633\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-21/\" class=\"wp-image-3633\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-32-1024x683.jpg\" alt=\"\" data-id=\"3653\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-32/\" class=\"wp-image-3653\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-10-1-1024x683.jpg\" alt=\"\" data-id=\"3657\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-10-1/\" class=\"wp-image-3657\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-18-1024x683.jpg\" alt=\"\" data-id=\"3636\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-18/\" class=\"wp-image-3636\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-9-1024x683.jpg\" alt=\"\" data-id=\"3637\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-9/\" class=\"wp-image-3637\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-29-1024x683.jpg\" alt=\"\" data-id=\"3654\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-29/\" class=\"wp-image-3654\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-30-1024x683.jpg\" alt=\"\" data-id=\"3634\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-30/\" class=\"wp-image-3634\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-8-1024x683.jpg\" alt=\"\" data-id=\"3658\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-8/\" class=\"wp-image-3658\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-3-1024x683.jpg\" alt=\"\" data-id=\"3638\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-3/\" class=\"wp-image-3638\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-2-1024x683.jpg\" alt=\"\" data-id=\"3639\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-2/\" class=\"wp-image-3639\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-26-1024x576.jpg\" alt=\"\" data-id=\"3659\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-26/\" class=\"wp-image-3659\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-1-1024x683.jpg\" alt=\"\" data-id=\"3640\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-1/\" class=\"wp-image-3640\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-16-683x1024.jpg\" alt=\"\" data-id=\"3645\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-16/\" class=\"wp-image-3645\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-15-683x1024.jpg\" alt=\"\" data-id=\"3646\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-15/\" class=\"wp-image-3646\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-6-683x1024.jpg\" alt=\"\" data-id=\"3647\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-6/\" class=\"wp-image-3647\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-31-683x1024.jpg\" alt=\"\" data-id=\"3651\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-31/\" class=\"wp-image-3651\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-33-683x1024.jpg\" alt=\"\" data-id=\"3652\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-33/\" class=\"wp-image-3652\" /></figure></li></ul>\n<!-- /wp:gallery -->','Trench Town back on the map with clay','','inherit','closed','closed','','2367-revision-v1','','','2019-08-15 08:18:51','2019-08-15 13:18:51','',2367,'https://buzz-caribbean.com/article/2367-revision-v1/',0,'revision','',0),(4108,21,'2019-08-15 08:19:21','2019-08-15 13:19:21','<!-- wp:paragraph -->\n<p>Tracey is heading to her reunion for the weekend so Dave has the children and full time ‘daddy duties’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Knowing how rambunctious her three small children can be, Tracey is worried if she will even recognise her home when she gets back, so with a sigh and a little apprehension, she kisses them goodbye and heads out of town. For Dave, it is no big deal as he has things all planned out and it involves absolutely none of the instructions Tracey left pinned to the refrigerator. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the next 48 hours, he will be in charge of the ‘fun-factory’ and all of Tracey’s rules about etiquette and cleaning will be ignored. These are the things fathers do differently when mothers are not around.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2652,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fun-With-Dad.jpg\" alt=\"\" class=\"wp-image-2652\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The first thing they do is suspend chores. Who needs them? Nobody ever got a Nobel peace prize for cleaning or washing dishes. Therefore to ensure that there is minimal work involved he will roll up and put aside the carpet so that he does not get any food or juice stains on it and all meals will be served on paper plates. How smart is that? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2634} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/paper-plate.jpg\" alt=\"\" class=\"wp-image-2634\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fathers also like\nto make everything either a sport or a competition with little ones so in order\nto get them to eat all their food they will make lunch a ‘hot dog eating\ncontest’ and even get a whistle and cheer them on as they wolf down their meal.\nTheir mothers would be mortified. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2640} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Whistle-1024x489.jpg\" alt=\"\" class=\"wp-image-2640\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bath time is a whole adventure. Mothers have so much on their plate that getting the kids cleaned and clothed and out of the bathroom in as little time as possible has become almost a science for them. Not so for Dad. He goes for toys and makes it a full-blown water park with a theme so the kids will be wrinkled but happy as they go off to sleep.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2644} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bath-Time-1024x768.jpeg\" alt=\"\" class=\"wp-image-2644\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking of adventures, trust dad to pull apart the living room sofa cushions and make a tent or a camp in the middle of the living room complete with sheets, flashlights and pillows. He may turn off all the main house lights and feed them snacks while he tells them scary stories that makes them want to pee but too afraid to venture off to the bathroom by themselves. Way to go, dad! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  For fathers it is all about comfort over style. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Dads may also allow them to pick their clothing to wear - forget colour coordination, clean, weatherproof or right for the occasion - if it fits and they like it, it\'s a go! For fathers it is all about comfort over style. They are also big on giving you the option to choose so another brownie point for dads who allows you to just be you. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you remember any shenanigans you got into with Dad while Mom was away? Tell us at <strong>BUZZ</strong>. #DadsRule</p>\n<!-- /wp:paragraph -->','When Mom\'s Away...','','inherit','closed','closed','','2628-revision-v1','','','2019-08-15 08:19:21','2019-08-15 13:19:21','',2628,'https://buzz-caribbean.com/article/2628-revision-v1/',0,'revision','',0),(4109,14,'2019-08-15 08:19:28','2019-08-15 13:19:28','<!-- wp:image {\"id\":3598} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-15-1024x683.jpg\" alt=\"\" class=\"wp-image-3598\" /><figcaption>Just outside the gate to LifeYard, a surreal mural of Haile Selassie adorns the wall of the eco-village (Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>LifeYard, found in the heart of Parade Gardens on Fleet\nStreet, is an eco-village.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was created by a group of young Rastafarians, out of a need to breathe life into Fleet Street.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Judging from the stunning imagery our BUZZ lenses captured, Fleet Street is  very much alive, artistically. <strong><em>Check out the gallery below:</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3600,3602,3603,3604,3605,3606,3607]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-8-1024x683.jpg\" alt=\"\" data-id=\"3600\" class=\"wp-image-3600\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-14-1024x683.jpg\" alt=\"\" data-id=\"3602\" data-link=\"https://buzz-caribbean.com/article/lifeyard-a-creative-oasis-in-kingstons-inner-city/lifeyard-buzz-14/\" class=\"wp-image-3602\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-7-1024x683.jpg\" alt=\"\" data-id=\"3603\" data-link=\"https://buzz-caribbean.com/article/lifeyard-a-creative-oasis-in-kingstons-inner-city/lifeyard-buzz-7/\" class=\"wp-image-3603\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-9-1024x683.jpg\" alt=\"\" data-id=\"3604\" data-link=\"https://buzz-caribbean.com/article/lifeyard-a-creative-oasis-in-kingstons-inner-city/lifeyard-buzz-9/\" class=\"wp-image-3604\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-6-1024x683.jpg\" alt=\"\" data-id=\"3605\" data-link=\"https://buzz-caribbean.com/article/lifeyard-a-creative-oasis-in-kingstons-inner-city/lifeyard-buzz-6/\" class=\"wp-image-3605\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-4-1024x683.jpg\" alt=\"\" data-id=\"3606\" data-link=\"https://buzz-caribbean.com/article/lifeyard-a-creative-oasis-in-kingstons-inner-city/lifeyard-buzz-4/\" class=\"wp-image-3606\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-10-1024x683.jpg\" alt=\"\" data-id=\"3607\" data-link=\"https://buzz-caribbean.com/article/lifeyard-a-creative-oasis-in-kingstons-inner-city/lifeyard-buzz-10/\" class=\"wp-image-3607\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>So, in 2014, the group started to beautify sections of the\ncommunity, to restore pride into the younger generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, LifeYard stands as a growing social enterprise – the\nfirst multicultural, intergenerational eco-village of its kind in Kingston!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3608} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-2-1024x683.jpg\" alt=\"\" class=\"wp-image-3608\" /><figcaption>LifeYard director Romaine \'Sabukie\' Allen (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It’s not just a physical space but a movement, as its\nmembers spearhead several community outreach programmes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the creative and cultural oasis it is, LifeYard welcomes all\nwalks of life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fuelled by a strong connection to Rastafarian roots, its\nmembers connect with everyone on a personal level.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3601} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-11-1024x683.jpg\" alt=\"\" class=\"wp-image-3601\" /><figcaption>Plant a seed of knowledge, tend to it and wisdom flourishes (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>LifeYard has a giftshop, bar, restaurant and is working on a\npermaculture farm to become self-sufficient.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The children of Fleet Street are the biggest beneficiaries of LifeYard’s activities, as the group engages in entrepreneurial activities and literacy programmes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3609} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-12-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3609\" /><figcaption>Accountant and Executive member of LifeYard Danijah Taylor (right) speaks to BUZZ on his #PenPowerment initiative. Looking on is Romaine \'Sabukie\' Allen, director (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Various skills are taught to members of the community, which LifeYard hopes can be used to earn a living. These include drumming, playing the piano, embroidery, sewing, jewellery making, and farming.</p>\n<!-- /wp:paragraph -->','LifeYard: A creative oasis in Kingston’s ‘inner-city’','','inherit','closed','closed','','2223-revision-v1','','','2019-08-15 08:19:28','2019-08-15 13:19:28','',2223,'https://buzz-caribbean.com/article/2223-revision-v1/',0,'revision','',0),(4111,14,'2019-08-15 08:22:20','2019-08-15 13:22:20','<!-- wp:image {\"id\":3403} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3403\" /><figcaption>A shrine being taken over by shrubbery at the Calvary Cemetery in Kingston (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Since its establishment in the 17th century, Kingston and its citizens have for many years interred the dead in cemeteries across the city.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cemeteries, from\nthe viewpoint of many, are morbid reminders of death and sadness – the final\nstop in paying respects with one’s hope to never set foot in another.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3406} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-7-1024x683.jpg\" alt=\"\" class=\"wp-image-3406\" /><figcaption>A mausoleum for one of Jamaica\'s founding families, the Issas, at the Calvary Cemetery has seen better days as the facility has been repeatedly vandalised and left without upkeep.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, <strong>BUZZ</strong> is of the unpopular opinion that there is no greater teacher of past experiences than a cemetery. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Luckily for us (and you), sections of Kingston are still perfectly preserved in time, as the dead refuses none who wish to learn.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With over 150 years as the capital of Jamaica, Kingston has seen its fair share of tragedies and disasters; the deaths arising from these, range in the thousands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3402} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/destoryed-rail-in-jamaica-buzz-demo.jpg\" alt=\"\" class=\"wp-image-3402\" /><figcaption>Devastating imagery in the wake of the 1907 earthquake that levelled much of Kingston (Photo: Allen Morrison, National Libray of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The welcoming silence of a cemetery makes the skin of some crawl with fear and uncertainty – fuelled by decades of ‘duppy stories’ – Kingston\'s cemeteries hold some of the world\'s most interesting histories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3408} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-12-1024x576.jpg\" alt=\"\" class=\"wp-image-3408\" /><figcaption>Overgrown bushes take more prominence at Kingston\'s largest cemetery, May Pen (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Old Jewish Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Arguably holding the distinction of being the oldest in the island, and the oldest of its kind in the Western Hemisphere, the Old Jewish cemetery can be found at 1 Hunt’s Bay Road in St. Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3410} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-19-1024x683.jpg\" alt=\"\" class=\"wp-image-3410\" /><figcaption>Reminiscent of its aged history, sections of the Old Jewish Cemetery have been crumbling (Photo: TheDailyBeast.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the latter part of the 17th century, when Port Royal was a bustling metropolis and the commercial hub of the British Caribbean, the thriving  Jewish community dedicated a cemetery for the final rites and rituals of its people to be performed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many of those tombs are still preserved at the Old Jewish Cemetery, bearing inscriptions in three languages: &nbsp;Portuguese, Hebrew, and English.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3412} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-17.jpg\" alt=\"\" class=\"wp-image-3412\" /><figcaption>A tombstone bearing Portuguese and the signature skull and crossbones inscriptions at the Old Jewish Cemetery (Photo: The Jewish Star)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many of the remaining Jewish tombstones either bear ornately chiselled rose and hourglasses, trees being cut down by a hand bearing an axe, or a skull and crossbones. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After the devastating Port Royal earthquake of 1692, Jewish burials continued for a few more years into the 18th century, with the last tomb belonging to Moses Ferro – bearing the date 1771. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Old Naval Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":3457} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-2-1024x576.jpg\" alt=\"\" class=\"wp-image-3457\" /><figcaption>A memorial at the Old Naval Cemetery (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Built on top of what remains from a much older cemetery, the Old Naval Cemetery was put into commission by the British around 1742.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The facility, found just outside of the sleepy town of Port Royal, was constructed in the aftermath of the former city sinking under the sea during the devastating 1692 earthquake.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Victims of the deadly Yellow Fever epidemics that plagued Kingston in the 18th and 19th centuries are also buried at the Old Naval Cemetery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3455} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-6-1024x576.jpg\" alt=\"\" class=\"wp-image-3455\" /><figcaption>The sea has begun reclaiming sections of the Old Naval Cemetery in Port Royal. These grave markers, shown submerged and nearly covered in mangroves, are some of the victims from the 1692 earthquake (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>More recently, efforts to conserve the location\'s rich history have come under threat as the Kingston Harbour reclaims sections of the cemetery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>St. Andrew Parish Church</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The second oldest\ncemetery within Kingston can be found on the grounds of the St. Andrew Parish\nChurch, built in 1664. With over 7,000 burials on the 8 ¼ acres, this cemetery\nis the largest private facility of its kind on the island in continual\nuse.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3426} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-21-1024x768.jpg\" alt=\"\" class=\"wp-image-3426\" /><figcaption>Kingston\'s second-oldest cemetery can be found on the ground of the St. Andrew Parish Chruch (Photo: TravelNotes.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Interred there are\nthe remains of historic figures including Archbishop Enos Nuttall, the first\nArchbishop of the West Indies after whom the Nuttall Hospital in Kingston is\nnamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3428} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-20-1024x768.jpg\" alt=\"\" class=\"wp-image-3428\" /><figcaption>A section of the historic St. Andrew Parish Church cemetery (Photo: TravelNotes.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It stands to this\nday as a popular internment plot for Kingston’s affluent – and is a prized\nfocal point of interest for genealogists, historians, researchers and archaeologists\nwho seek insight into personalities of the past, customs and culture over the\nlast 350 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>May Pen Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Kingston’s most famous (or infamous in equally as many eyes) cemetery, the May Pen Cemetery, can easily be seen from the busy Spanish Town Road thoroughfare that cuts adjacent to the massive property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3440} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-22-1024x456.png\" alt=\"\" class=\"wp-image-3440\" /><figcaption>Entrance to the May Pen Cemetery in Kingston (Photo: Jamaican Ancestral Records) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As one of the oldest public cemeteries in the Caribbean, the May Pen Cemetery is one of the only burial sites where persons of all nationalities, races, religions and faiths are interred.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3458} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-11-1024x576.jpg\" alt=\"\" class=\"wp-image-3458\" /><figcaption>The final resting place of iconic Jamaican cricketer, Oneil \'Collie\' Smith at the May Pen Cemetery in Kingston (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Established on 200 acres of the derelict Littleworth Race Course in 1851, burials began some years afterwards according to ‘Law 21’ of 1874. By then, May Pen Cemetery was the most popular burial site of its kind in the Caribbean – with partitions and special plots called ‘grounds’ reserved for several Christian denominations, Jews, Muslims and others from across Europe (English, Spanish, French, Irish, German and Portuguese) who called Jamaica home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3442} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-10-1024x576.jpg\" alt=\"\" class=\"wp-image-3442\" /><figcaption>A Dutch tombstone in memoriam to Ché van Beaumont, who died in 1937, stands perfectly preserved among the rubble at the May Pen Cemetery (Photo:  Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Importantly, a section was deemed the \'Pauper Ground\', for the burial of the poor and indigent. There was even a section for victims of cholera, which affected Jamaica periodically back then, with the largest outbreak occurring in the early 1850s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the advent of\nKingston’s well-to-do elites leaving the downtown district for the cool hills\nof St. Andrew, the May Pen Cemetery was frowned upon and largely reduced to a\npauper’s plot. So much so was this stigma that by 1905, nearly 76% of all\npersons buried there were classified as ‘poor and indigent’.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3459} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-13-1024x576.jpg\" alt=\"\" class=\"wp-image-3459\" /><figcaption>Iconic Reggae pioneer, Cecil \"Prince Buster\" Campbell is one of many notable Jamaicans buried on May Pen Cemetery\'s massive grounds (Photo: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There have been recent attempts to resurrect May Pen Cemetery to its former glory, as records show many influential Jamaicans including pioneering musician and trombonist Don Drummond (<strong>BUZZ</strong> has learned his remains were moved recently).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Calvary Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":3443} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-3443\" /><figcaption>The entrance to Calvary Cemetery (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the other side\nof Kingston, Calvary Cemetery, sprawled along Slipe Pen and Lyndhurst roads\ncame into existence in the late 1800s. Some records obtained show one of the\nfirst burials, Rose Escoffery, taking place in the 1880s. Burials at the quiet\nand scenic Calvary Cemetery are still common today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Brigg\'s Park</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":3446} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-23-1024x397.png\" alt=\"\" class=\"wp-image-3446\" /><figcaption>The entrance to Brigg\'s Park, Jamaica\'s only military cemetery, is restricted (Photo: Jamaican Ancestry Records)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Briggs\' Park, the\nonly military cemetery on the island, has been a part of the Jamaica Defence\nForce\'s (JDF) Up Park Pen (now Up Park Camp) estate since 1900. The JDF also\nhouses a special cemetery at its Newcastle Training Depot since the late 1800s\nfor soldiers and recruits alike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Chinese Cemetery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Chinese\nCemetery along Waltham Park Road in Kingston is the largest single burial\nground of its kind in the English-speaking Caribbean for Chinese nationals and\ntheir descendants.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3447} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-15-1024x768.jpg\" alt=\"\" class=\"wp-image-3447\" /><figcaption>The largest single burial ground for Chinese and their descendants is found in Kingston. (Photo: Chinese Benevolent Association)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With burials\nstarting in 1912, to date, over 3,600 persons have been interred at the\n11.5-acre property – managed and maintained by the Chinese Benevolent\nAssociation (CBA).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like many other\ncemeteries in the city, the Chinese Cemetery has endured periods of upkeep and\ndisrepair over the 100+ years it has existed – coming into being after the\ngreat 1907 earthquake that levelled much of Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3449} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-14.jpg\" alt=\"\" class=\"wp-image-3449\" /><figcaption>Daniel Lee, one of thousands of Chinese and Jamaican-Chinese descendants finds his final resting place along Waltham Park Road (Photo: Chinese Benevolent Association)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>National Heroes Park</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Officially designated a botanical garden, National Heroes Park is the last stop in Kingston on our <strong>BUZZ</strong> cemetery tour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3451} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-24-1024x683.jpg\" alt=\"\" class=\"wp-image-3451\" /><figcaption>Attention! The Jamaica Defence Force\'s Guard of Honour stands unwaveringly at the entrance to the National Heroes Park in Kingston (Photo: Uncommon Caribbean)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As the largest open space on the island, the park’s 50 acres also serves as the final resting place for several notable Jamaican figures, including founding fathers Norman Manley and Alexander Bustamante; freedom fighters Marcus Garvey, Paul Bogle, Sam Sharpe, and George William Gordon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3462} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-27-1024x768.jpg\" alt=\"\" class=\"wp-image-3462\" /><figcaption>The tomb of National Hero Norman Manley in Kingston (Photo contributed: Flickr)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Established in 1783, the park, originally a race track called Kingston Race Course – renamed to what stands after Jamaica’s independence in 1962 – is also the last resting place of other past Prime Ministers, athletes, entertainers, poets, sculptors and painters, and even mass fire victims.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3464} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cemeteries-buzz-28-1024x683.jpg\" alt=\"\" class=\"wp-image-3464\" /><figcaption>The final resting place of Jamaica\'s first National Hero, Marcus Garvey (Photo: Atlanta Black Star)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With the exception of Briggs’ Park and the St. Andrew Parish Church, all the above-mentioned cemeteries are open to the public and available for tours.</p>\n<!-- /wp:paragraph -->','Cemeteries: A silent journey through Kingston\'s past','','inherit','closed','closed','','500-revision-v1','','','2019-08-15 08:22:20','2019-08-15 13:22:20','',500,'https://buzz-caribbean.com/article/500-revision-v1/',0,'revision','',0),(4113,14,'2019-08-15 08:24:23','2019-08-15 13:24:23','<!-- wp:image {\"id\":931} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/plants-in-home-demo-1024x683.jpeg\" alt=\"\" class=\"wp-image-931\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Do you feel that? #PlaceHotB!&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s the type of heat that can make you drowsy, and the summer\nis here to remind you that it’s in charge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Though the heavy-duty fans and air conditioning units offer\nvarying degrees of respite, many Jamaican homes have a much cheaper option to\ncool down:&nbsp;<strong>PLANTS</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The average Jamaican houses around one to four potted plants for aesthetic purposes. Did you know that recent studies have shown that adding&nbsp;certain plants can not only keep the air around your homes cool but also help flush out toxins?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":942} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-plant-around-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-942\" /><figcaption>Acrea palm (centre) and golden pothos (right) among plants used in our Buzz offices! (Photo: Gavin Riley)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Plants have been proven to keep your house cool because they lose water during transpiration, which freshens the air around the plants, leaving it purified and crisp. If you’re looking for a natural, inexpensive way to keep your\nhouse cool, consider getting some&nbsp;of these plants, which can help keep temperatures\ndown:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Acrea palm tree</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":920} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/acrea-palm-tree_demo-1024x576.jpg\" alt=\"\" class=\"wp-image-920\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As one of the most popular living room and patio plants across the island, areca palm trees are decorative houseplants that act as natural humidifiers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to cooling off your home, areca palms can remove\nbenzene, formaldehyde and trichloroethylene from the air.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Aloe vera</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":922} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-aloe-vera_demo.jpg\" alt=\"\" class=\"wp-image-922\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Known affectionately as ‘sinkle bible’, having an aloe vera plant on hand will not only come in handy if you get any nasty itch, cuts or sunburns, but it is also effective at cooling the air temperature and&nbsp;removing formaldehyde from the air.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a study conducted by the Beijing University of Chemical Technology, potted plants, such as aloe vera could remove formaldehyde from the air in confined spaces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Potted ferns</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":919} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/potted-ferns_demo-1024x614.jpg\" alt=\"\" class=\"wp-image-919\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Potted ferns are not only aesthetically pleasing but are popular for their minimalistic design. These plants have been proven to be quite skilled in ‘sprucing up’ the air quality in your home. Potted ferns are notoriously adept at absorbing harmful gases through pores on the surface of their leaves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Snake plants</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":921} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/snake-plant_demo.jpg\" alt=\"\" class=\"wp-image-921\" /><figcaption>Sansevieria trifasciata or Snake plant in pot at home</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Snake plants, also known as Mother-in-Law\'s Tongue, are another potted plant with exceptional air-purifying properties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a 1989 study published by scientists at NASA, low-light requiring houseplants such as mother-in-law’s tongue, “have demonstrated the potential for improving indoor air quality by removing trace organic pollutants from the air in energy-efficient buildings”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Golden pothos</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":918} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/golden-pothos_demo-1024x614.jpg\" alt=\"\" class=\"wp-image-918\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The golden pothos is another plant popular in Jamaica with great air-purification properties. Known locally as \'creeper\', the plant, which thrives in a system of vines, is perfect for those who aren’t exactly garden-savvy, as it’s extremely easy to take care of.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> A golden pothos requires little light and little care, and it will keep your air cool and purified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now that you’re armed to the bedrock with information, \'cool dung yuh yaad\' with your own ‘green arsenal’ and get your purify on!</p>\n<!-- /wp:paragraph -->','BUZZ Hacks: 5 plants to keep your home cool this summer','','inherit','closed','closed','','913-revision-v1','','','2019-08-15 08:24:23','2019-08-15 13:24:23','',913,'https://buzz-caribbean.com/article/913-revision-v1/',0,'revision','',0),(4114,14,'2019-08-15 08:24:52','2019-08-15 13:24:52','<!-- wp:image {\"id\":946} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/machine-learning-demo.jpeg\" alt=\"\" class=\"wp-image-946\" /><figcaption>Artist\'s impression of artificial intelligence (Photo: HackerNoon.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Armed with just the language of thousands of research papers, machine learning (ML) has been credited with discoveries never made by human scientists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3482} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/scientists-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-3482\" /><figcaption>A scientist hard at work in a laboratory</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The discoveries were&nbsp;<a href=\"https://www.nature.com/articles/s41586-019-1335-8.epdf?referrer_access_token=xnIXloemAjCocfXIt9dQ49RgN0jAjWel9jnR3ZoTv0P9QxlcO86f_GXZRxwYijrqa11Mx55SgniZXv55YKOR_sn816NK2x0O46Vim16XrS-SjyP9GMXeDQinUN75ES6enlxK__J5UabR6JdgR19bZSVLL5ZsK8146qMcipEbItW65C8aSk29Q_BfrKz4Gb5-kjz3m7dIaoRxs3e1I6qW4022QZ6aZMaOPxlATK7OOqj8lrhj-yufvROMPdStMZjAEK-efja6SfW5n-6xhZuV33BrlHdxmu8yxCQg-Mpomv4_WY2o4OqyFsbpNr_j-R-9&amp;tracking_referrer=www.vice.com\" target=\"_blank\" rel=\"noreferrer noopener\">publicised on July 3</a>,\nafter researchers from the Lawrence Berkeley National Laboratory in California\nused an algorithm,&nbsp;<em>Word2Vec</em>, to sift through scientific papers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The researchers were hoping the ML would make connections humans had missed – and it found them!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the study, the algorithm processed&nbsp;a vocabulary of about\n500,000 words related to material science&nbsp;– spitting out predictions for\npossible thermoelectric materials, which convert heat to energy and are used in\nmany heating and cooling applications.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3483} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/coding-closeup-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-3483\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The most impressive part of the study was the algorithm didn’t\nknow the definition of ‘thermoelectric’ and received no training in materials\nscience.&nbsp;<strong><em>Mind. Blown.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Using only word associations, the algorithm was able to provide\ncandidates for future thermoelectric materials, some of which may be better\nthan those humankind currently uses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3485} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/metal-sparks-buzz-demo.jpg\" alt=\"\" class=\"wp-image-3485\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It’s a very promising prospect for the future of heating and\ncooling systems as the algorithm was able to understand complex concepts such\nas the periodic table and the chemical structure of molecules.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the study, published in Nature, in some cases,\nwords were linked to thermoelectric concepts but had never been written about\nas ‘thermoelectric’ in any abstract they surveyed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>How cool is that!</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Okay, so not quite <strong><em>Skynet</em></strong>, but the discoveries made by the algorithm were significant, as this gap in knowledge is hard to catch with a human eye, but easy for an ML to spot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here\'s to the future <strong>BUZZhive</strong>! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What do you think of these latest developments? As always, we welcome your thoughts in our comments section.</p>\n<!-- /wp:paragraph -->','Machine makes discoveries missed by scientists','','inherit','closed','closed','','909-revision-v1','','','2019-08-15 08:24:52','2019-08-15 13:24:52','',909,'https://buzz-caribbean.com/article/909-revision-v1/',0,'revision','',0),(4115,14,'2019-08-15 08:25:09','2019-08-15 13:25:09','<!-- wp:image {\"id\":946} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/machine-learning-demo.jpeg\" alt=\"\" class=\"wp-image-946\" /><figcaption>Artist\'s impression of artificial intelligence (Photo: HackerNoon.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Armed with just the language of thousands of research papers, machine learning (ML) has been credited with discoveries never made by human scientists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3482} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/scientists-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-3482\" /><figcaption>A scientist hard at work in a laboratory</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The discoveries were&nbsp;<a href=\"https://www.nature.com/articles/s41586-019-1335-8.epdf?referrer_access_token=xnIXloemAjCocfXIt9dQ49RgN0jAjWel9jnR3ZoTv0P9QxlcO86f_GXZRxwYijrqa11Mx55SgniZXv55YKOR_sn816NK2x0O46Vim16XrS-SjyP9GMXeDQinUN75ES6enlxK__J5UabR6JdgR19bZSVLL5ZsK8146qMcipEbItW65C8aSk29Q_BfrKz4Gb5-kjz3m7dIaoRxs3e1I6qW4022QZ6aZMaOPxlATK7OOqj8lrhj-yufvROMPdStMZjAEK-efja6SfW5n-6xhZuV33BrlHdxmu8yxCQg-Mpomv4_WY2o4OqyFsbpNr_j-R-9&amp;tracking_referrer=www.vice.com\" target=\"_blank\" rel=\"noreferrer noopener\">publicised on July 3</a>,\nafter researchers from the Lawrence Berkeley National Laboratory in California\nused an algorithm,&nbsp;<em>Word2Vec</em>, to sift through scientific papers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The researchers were hoping the ML would make connections humans had missed – and it found them!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the study, the algorithm processed&nbsp;a vocabulary of about\n500,000 words related to material science&nbsp;– spitting out predictions for\npossible thermoelectric materials, which convert heat to energy and are used in\nmany heating and cooling applications.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3483} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/coding-closeup-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-3483\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The most impressive part of the study was the algorithm didn’t\nknow the definition of ‘thermoelectric’ and received no training in materials\nscience.&nbsp;<strong><em>Mind. Blown.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Using only word associations, the algorithm was able to provide\ncandidates for future thermoelectric materials, some of which may be better\nthan those humankind currently uses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3485} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/metal-sparks-buzz-demo.jpg\" alt=\"\" class=\"wp-image-3485\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It’s a very promising prospect for the future of heating and\ncooling systems as the algorithm was able to understand complex concepts such\nas the periodic table and the chemical structure of molecules.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the study, published in Nature, in some cases,\nwords were linked to thermoelectric concepts but had never been written about\nas ‘thermoelectric’ in any abstract they surveyed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>How cool is that?!</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Okay, so not quite <strong><em>Skynet</em></strong>, but the discoveries made by the algorithm were significant, as this gap in knowledge is hard to catch with a human eye, but easy for an ML to spot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here\'s to the future <strong>BUZZhive</strong>! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What do you think of these latest developments? As always, we welcome your thoughts in our comments section.</p>\n<!-- /wp:paragraph -->','Machine makes discoveries missed by scientists','','inherit','closed','closed','','909-revision-v1','','','2019-08-15 08:25:09','2019-08-15 13:25:09','',909,'https://buzz-caribbean.com/article/909-revision-v1/',0,'revision','',0),(4116,14,'2019-08-15 08:27:20','2019-08-15 13:27:20','<!-- wp:paragraph -->\n<p><strong><em>Heading home from school: a mundane and\ntasking ordeal as my classmate and I make the mile-long trek. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Our walk along Waltham Park Road usually\ntakes us past a few mango trees and we make good use of the sweet, blissful\nnectars.&nbsp;</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“Gavin, mek wi go tru di cemetery nuh?! De aaman tree supposed to full and ripe by now,” my friend Patrick* remarked.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“Mi nuh like walk deh\nenuh, and Mama seh wi nuffi walk tru deh again, yuh waan mi get lick brejin?” I\nretorted.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“A fraid yuh fraid! Look how much time we play football in deh and play marble? mi wah aaman before mi gwope,” he whipped, asking, “Yuh nuh waan ketch Dragon Ball Z before it start?”</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3695} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/buzz-memories-1-1024x829.jpg\" alt=\"\" class=\"wp-image-3695\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Being the second half of our mischievous rag-tag duo, I couldn’t possibly say no; Patrick was not my only friend, but we were closer than the actual brothers I was forced to live with. So yes, into the Chinese cemetery we went.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>At the time, there was\nan opening in the perimeter wall that surrounded the massive property – cutting\nour walk time in half, we had been there many times and easily wormed our way\nthrough the crack.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Skipping over a few\ngraves and running in between the tombstones, one could say the cemetery was a\nfavourite for children, despite repeated warnings from adults.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>‘Cursed’ and ‘haunted’ were some of the words used to describe the cemetery, nonetheless, many kids flocked its grounds day and night, doing and playing everything imaginable.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>This time was different for me and Patrick, we’ve never been here after the end of the evening shift at primary school – the sunset was quite advanced, and darkness crept slowly across the Kingston sky.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>The almond tree was in sight and so Patrick and I grabbed some stones and threw them without abandon, trying to wrest the branches of a few fruits. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3693} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/buzz-memories-2-1024x807.jpg\" alt=\"\" class=\"wp-image-3693\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>They weren’t something I particularly enjoyed but Patrick seemed to be enraptured.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>It was as we sat in\nthe near-darkness, munching greedily away before going home, at that moment, in\nthe silence, we heard the sounds.&nbsp;</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>The uncanny recognition of footsteps was not a great cause for concern, however, my friend and I saw no one – just the sounds that gave the position away.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“Yow! A wah kinda ramping unno a deal wid. A night enuh! Unno naave nuh yaad?” Patrick shouted out into the night, the anxiety setting deep in his bones.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>It became increasingly\nharder to concentrate as the footsteps encroached ever so slowly, closer to us\nand the mound of almond shells nearby.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“Me ah guh home enuh Patrick, dis nuh feel right,” I beckoned, trying to break my best friend’s incessant questioning of the darkness.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3696} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/buzz-memories-3-1024x762.jpg\" alt=\"\" class=\"wp-image-3696\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Patrick pulled out a pencil from his bag, so did I and we sharpened them with the intent to inflict pain on anyone that dared come any closer – and closer they did.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>At this point, there\nwere only three sounds – mine and Oneil’s ragged breathing, and the menacing\nrhythm of approaching footsteps – the fear paralysing us; keeping us frozen in\nplace.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>That’s when two dots\nappeared, unassuming and harmless at first, until they grew, revealing reddish\neyes.&nbsp;</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Then, to our collective\nhorror, two arms appeared, trying to embrace us in a cold, deathly hug and we\nlost any sense of remaining composure.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Us two boys ran like\nour lives depended on it, beyond terrified, screaming all the whole way home.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3697} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/buzz-memories-4-1024x853.jpg\" alt=\"\" class=\"wp-image-3697\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>The trauma etched on\nour faces was concerning, but no matter how hard our families pressed for\nanswers, we never spoke.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>The next day, at school, Patrick and I sat silent during lunchtime – at a loss at what transpired the night before.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“Mi nah go back in deh,” he started, and it was the first time I ever heard Patrick’s voice shake.&nbsp;</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>I never told him that\nI made the mistake of looking back as we fled – convincing myself that I was\njust checking that we weren’t been chased by whatever it was.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>It was a woman, or at\nleast that’s how my mind processed what I had seen.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Its skin so pale, eyes\nbloodshot red, that growling sound it made as we ran. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>But it was the scream\nas it faded away, disappearing into the darkness – the sight forever haunts me…</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you have any horror tales of your own? Tell us at <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','Unassuming walk turns into night of terror','','inherit','closed','closed','','511-revision-v1','','','2019-08-15 08:27:20','2019-08-15 13:27:20','',511,'https://buzz-caribbean.com/article/511-revision-v1/',0,'revision','',0),(4118,4,'2019-08-15 08:31:33','2019-08-15 13:31:33','<!-- wp:paragraph -->\n<p>Jamaicans are known to be trailblazers, a people who not only think outside the box but also often discard the box in pursuit of our passion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is exemplified by Jabulani Johnson, an engineering student at the University of Technology (UTECH), who keeps his skills sharp — literally. This native of Spanish Town, St Catherine is a master knife-maker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":122} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jabulani-johnson-1024x614.jpg\" alt=\"\" class=\"wp-image-122\" /><figcaption>Jabulani Johnson putting the finishing touches on one of his pieces.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Knife making is an art form from back in the days of the Japanese Samurai warriors. When the wars ended, the Samurai sword makers were soon out of business and so they started making knives instead,” Johnson told <strong>Buzz Jamaica.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Johnson is self-taught in the art of making knives. He shared\nthat in his previous career as a cook he had difficulty finding a good knife.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":121} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Knife-1024x614.jpg\" alt=\"\" class=\"wp-image-121\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p><strong><em> \"In 2017 I made my first knife. It was ugly but I loved it.\"</em></strong></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I began researching and learning for more than a year. I\nwould watch videos and fine-tune my skills and I got better and better at\nit,\" he said. \"In 2017 I made my first knife. It was ugly but I loved\nit. A chef saw it and asked where I got it and I told him I made it and he\nbought it. So I started posting pictures and people gravitated towards it and\nKarma Knives was born.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The name came about because, for him, it speaks to reaping\nwhat you put out in the universe. It takes an average of two weeks to finish a piece.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The response to his work has been good. “The first person to\nhold one of my knives was Chef Brian Lumley. I gave him two knives and he loved\nthem so much that he bought two more and then spread the word. I started\ngaining clientele from both in Jamaica and overseas so I have clients in the\nUnited States, Germany and even as far away as Australia,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":119} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/knife-1-1024x614.jpg\" alt=\"\" class=\"wp-image-119\" /><figcaption>Chef Sasha Gordon also uses Karma Knives.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To possess a basic Karma Knife, you need to shell out a\nmeagre US$150 for an 8-inch chef’s knife.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Every additional inch is an additional US$15. The most\nexpensive knife I have ever made went for US$500, which was a special\ncustomised piece. One of the last customised pieces I made was a Japanese sushi\nknife with red, green and gold in the handle. It was fun because it also\nallowed me to learn as I evolve.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":118} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Knife-cut-1024x614.jpg\" alt=\"\" class=\"wp-image-118\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Johnson has plans to have a company with employees who can\nput Jamaica on the map for producing high-quality knives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His work is already holding its own against other more\nestablished global brands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":125} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/knife-fire-1-1024x614.jpg\" alt=\"\" class=\"wp-image-125\" /><figcaption>A Karma knife being forged.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“My biggest challenge is getting some customers to appreciate what goes into making these knives. I need to start a YouTube channel so that they can see the intricate process and what exactly goes into making a Karma Knife,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em><strong>— By C.W.</strong></em></p>\n<!-- /wp:paragraph -->','For this master craftsman, Karma makes for good knives','','inherit','closed','closed','','117-revision-v1','','','2019-08-15 08:31:33','2019-08-15 13:31:33','',117,'https://buzz-caribbean.com/article/117-revision-v1/',0,'revision','',0),(4119,4,'2019-08-15 08:34:07','2019-08-15 13:34:07','<!-- wp:paragraph -->\n<p>She is a third-generation artisan for whom creativity is a part of her DNA and though her formal training is in early childhood education, quilting has become both a passion and a career as she re-purposes fabric and gives clients items with renewed purpose and value.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":766} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Made-With-Love.jpg\" alt=\"\" class=\"wp-image-766\" /><figcaption>Tracey Jackson-Blake proudly displays one of her quilt pieces.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Canadian by birth, but Jamaican by marriage and mentality, Tracey Jackson-Blake is on a mission to not only get more people to appreciate her one-of-a-kind items but also subscribe to a more environmentally friendly way of life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":767} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Quilt-Bag.jpg\" alt=\"\" class=\"wp-image-767\" /><figcaption>Custom quilt coin bag</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But quilting? This is such a unique art form, most Jamaicans do not have a clue as to what a quilt is, even though most may have grown up sleeping on their grandmother’s quilts as toddlers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>Those items are not only nostalgic but evoke that sense of family and tradition in us. </em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Tracey understands this only too well, hence her career as a <em><strong>quilting queen</strong></em>. She can take practically any meaningful item and transform them into modern-day gems, turning old fabric into fabulous works of art which then can be passed on to another generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My core value is being green and environmentally responsible as we are representing the earth and our resources are limited.”</p><cite>Tracey Jackson-Blake</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>With quilting, one man’s trash really becomes treasure and Jackson-Blake gets excited about old fabric because she can visualise what it can become.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quilting, basically, is the process of sewing two or more layers of fabric together to make a thicker padded material and it is typically done with three layers: the top fabric or quilt top, batting or insulating material and backing material. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":770} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Latte-Anyone.jpg\" alt=\"\" class=\"wp-image-770\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The styles of quilting may evolve with time but the process requires a sturdy needle and thread to join the layers and the action is repeated across the entire area where quilting is desired.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her nimble fingers create handmade, customised products for children as well as family lifestyle quilts and bags from repurposed fabrics. “My core value is being green and environmentally responsible as we are representing the earth and our resources are limited.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":768,\"align\":\"center\",\"width\":506,\"height\":593} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/So-Cute.jpg\" alt=\"\" class=\"wp-image-768\" width=\"506\" height=\"593\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>“I gravitate towards family-related products and art themes. I enthusiastically celebrate the Caribbean family life in my art while respecting the earth and the environment, I do my best to repurpose fabrics in my works where possible. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reusing materials in interesting and creative ways is important to me because we all share just one earth. Let\'s keep it healthy and beautiful. I tend to develop practical items that I and my family would use. My fabric pieces are made to be one of a kind. Each one is made to be specific and special because it is for you.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>“Back then there was no YouTube tutorial so I relied on other women for guidance.\"</em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A self-taught quilter, she began making different, useful products that she wanted but couldn’t find in the stores. Her interest in quilting was sparked many years ago in Canada, but little did she know that it would germinate into a passion and then a career. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":772} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/quilt-queen-1-1024x614.jpg\" alt=\"\" class=\"wp-image-772\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Back then there was no YouTube tutorial so I relied on other women for guidance. There was a women’s group that had a quilting club comprising 50 per cent Jamaican, 50 per cent expatriate membership and because they mainly lived up in the hills, it could get from chilly to cold at nights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Love is a recurring theme in all of my work\"</p><cite>Tracey Jackson-Blake</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Her quilts are generally 5 ft by 5 ft in diameter brought together into a really beautiful blend. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“People will bring their fabric or I shop for fabric or use recycled clothes. I usually find inspiration fabric and draw from the colours to make it pop out to let the fabric shine,\" Jackson-Blake shared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other than quilts, Jackson-Blake who has been living in Jamaica for 16 years, shares that she also creates backpacks, drawstring bags, yoga bags, coin purses and recently added self-closing bags - these are all signature pieces so no two pieces are ever the same. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My goal is zero waste as we have limited resources and more people need to shift to that way of thinking.\"</p><cite>Tracey Jackson-Blake</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"Love is a recurring theme in all of my work in addition to earth consciousness, so it is really a celebration of life, humanity and the world around you and about living in the present,” Jackson-Blake emphatically declared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <strong><em>— By C.W.</em></strong></p>\n<!-- /wp:paragraph -->','Quilt Queen: Jamaican artisan creates gems in treasured art form','','inherit','closed','closed','','756-revision-v1','','','2019-08-15 08:34:07','2019-08-15 13:34:07','',756,'https://buzz-caribbean.com/article/756-revision-v1/',0,'revision','',0),(4120,15,'2019-08-13 08:41:00','2019-08-13 13:41:00','<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=TaUA_Jc-hjc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=TaUA_Jc-hjc\n</div></figure>\n<!-- /wp:embed -->','Garth Walker invests millions in expanding Adam &amp; Eve Spa Pt 1','','publish','closed','closed','','garth-walker-invests-millions-in-expanding-adam-eve-spa-pt-1','','','2019-08-21 09:52:34','2019-08-21 14:52:34','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=4120',0,'video','',0),(4121,21,'2019-08-15 08:39:17','2019-08-15 13:39:17','<!-- wp:paragraph -->\n<p>So your baby bird is finally ready to fly the nest and you want to make the transition into independence as seamless as possible. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2491} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Child-Going-Off-To-College-1024x576.jpg\" alt=\"\" class=\"wp-image-2491\" /><figcaption>Sending your \"little one\" off to college can be a very emotional experience.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If they are going to live on campus in a dormitory there are few things to consider when making life easier for everyone involved<strong>. </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>The Dos</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Apply early for single-sex dorm rooms</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you want your little angel to be on a single-sex dorm you have to put in that request early, otherwise, you will get stuck with whatever is left. Aside from the obvious issue with sexual intercourse, co-ed dorms also tend to be noisy and rambunctious because they usually have more parties than the single-sex ones do. Since you sent your child to get an education and not to be caught up in partying, do your homework.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Get to know the roommates in shared living spaces.</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If they will be sharing a room, check out the possible candidates for roommates. If you have certain religious beliefs and practices, ensure that this is communicated right off the bat to avoid awkwardness and/or later confrontation. Keep the lines of communication open from the start - makes for a more comfortable shared experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> Walk with your essentials.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Do not take it for granted that everything you need will be in the room. You will need a bedside lamp, alarm clock, storage bins and a drying rack for laundry among other stuff. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"align\":\"left\"} -->\n<h5 style=\"text-align:left\"> When you do visit carry fruits and not junk food. </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Remember the ‘freshman fifteen” is real and the last thing you need to promote is more bad habits. Some college students pack on at least 15 pounds in their first year away from home as they have less access to cooked meals. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>The Dont’s</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Try not to be a stalker.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Do not make friends with their roommate or bribe the person across the hall just so that he or she can give you information about their activities. When they find out and they will, they will not trust you and will be even more reluctant to share things with you that may actually be important. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> Do not give them an unlimited credit card.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Talk about a recipe for disaster. Peer pressure and the need to fit in with new friends can lead to them making silly choices and you do not want to be left holding the bag (or the debt) afterwards.&nbsp; Instead of a credit card, add a certain amount of funds to their main account at stipulated times for them to live off. This will also teach them money management.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Do not call them every hour of the day.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In fact, do not call them for the first 24 hours. They are spreading their wings now. Let them fly. Let them be. If there was an emergency they would have let you know. Fall back.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Any important tips you think we missed? Let us know at <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','College Dorms: The dos and dont\'s for easy living','','inherit','closed','closed','','2485-revision-v1','','','2019-08-15 08:39:17','2019-08-15 13:39:17','',2485,'https://buzz-caribbean.com/article/2485-revision-v1/',0,'revision','',0),(4122,14,'2019-08-15 08:39:17','2019-08-15 13:39:17','<!-- wp:image {\"id\":3955} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rebecca-stevenson-buzz-demo-1-1024x684.jpg\" alt=\"\" class=\"wp-image-3955\" /><figcaption>Rebecca Stevenson (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Coldwell Banker realtor Rebecca Tulloch Stevenson has just signed on as a <strong>BUZZ</strong> columnist to provide tips and insights into Jamaica’s real estate market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>We sat down with her at Outpost located on Lady Musgrave Road in Kingston, to find out about her life as a realtor and a little bit more about the real estate game.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong>\"...Money should never determine the level of service the client gets, when you give people good service, you reap satisfactory rewards.\" </strong></p><cite>  –  The insightful Rebecca Stevenson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>:  Why did you become a realtor?<br><strong>Rebecca</strong>: I got into the real estate market business about 6 years ago. I was persuaded to enter it by my good friend Kaili McDonnough-Scott who is also a realtor. She said, “ Look, you can sell so why don’t we do this real estate course together.”<br>We both love properties and home décor and are businesswomen and I went from there.<br><br><br><strong>BUZZ</strong>: It is evident that you have a passion for what you do. Tell us about that passion? <br><strong>Rebecca</strong>:  It really comes down to trying to help people. I love meeting people and I do think the real estate market should be demystified. It is not just for the elite. Being a realtor is never boring. Every day is an adventure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><strong>BUZZ</strong>: You appeared on the HGTV show <strong>House Hunters International</strong>. How did that come about and tell us a little about that experience?<br><br><strong>Rebecca</strong>:  I have appeared on House Hunters twice. The first time I was in the business all of four months! I really didn’t know too much about the business but my friend Odessa Chambers said, “Hey Rebecca, I heard you got your real estate licence. HGTV is looking for an agent. Why don’t you do it?\"<br><br>I had to audition for the part and I must say that was fun but having said that I do have a background in drama. It was a great experience and I have good memories of working with my first couple, Kevin and Cassidy, ex-pats from the U.S. coming to work in Jamaica who needed a home.<br><br>House Hunters called me back to do the show two years ago when I was pregnant with my son Hunter. I had reservations because I was 6-months pregnant at the time but they insisted that they wanted to work with me again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3956} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rebecca-stevenson-buzz-demo-2-1024x659.jpg\" alt=\"\" class=\"wp-image-3956\" /><figcaption>Photo: Contributed</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: Right now many young persons are interested in the property market, which seems to be enjoying a boom. You have said people should be looking to rent where they live as opposed to concentrating on ownership. Could you explain a bit further for our readers? <br><br>Rebecca: Sometimes it\'s OK to own something that you rent to someone else but you rent where you live. What I mean by that is when you sit down and go through the numbers, it can work in your favour if you are renting somewhere, paying a nominal sum which I would consider anywhere below J$150,000 a month. If you can keep your rent below that, then you’re golden.<br><br>Then what you do is save for your deposit; buy a property that you then rent out to someone else. The rent you do collect can be used to pay down the mortgage.<br><br>That rental income should be at least 90 percent of your carrying costs, which are your mortgage and maintenance fees.<br><br>As Jamaicans, we have been caught up in this idea of homeownership and having land. We need to take the emotion out of it and focus on how real estate can help build up your asset holdings. We must pay better attention to assets, not liabilities. Nobody wants to be house poor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3954} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rebecca-stevenson-buzz-demo-3-1024x684.jpg\" alt=\"\" class=\"wp-image-3954\" /><figcaption>Photo: Contributed</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: Anya Levy has said that there is a surplus of units on the market and that there is a danger of creating a real estate bubble. What is your take on this?<br><br><strong>Rebecca</strong>:  Real estate developers are not stupid. They do not build indiscriminately. They know where the demand is. Both my partner and I believe there is around 3 to 6 months supply of apartments and that is fine.<br><br>Today people have more choices. There are so many options for two-bedroom apartments and townhouses, which should be empowering for consumers. It is more an issue of choice rather than oversupply.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong>\"Being a realtor is not about salesmanship; it is about expertise.\"</strong></p><cite>   – Rebecca Stevenson in an interview with BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: What should you be looking for in your real estate broker?<br><br><strong>Rebecca</strong>: You have to vibe with your broker. When you are working with a broker you really need to trust that person and so confidence is key. You have to find a realtor who is doing their ABCs and I consider that \'Always Be Caring\'.<br><br>The realtor shouldn’t be concerned solely about the money from the deal. The money should never determine the level of service the client gets.<br><br>I have found, when you give people good service, you reap satisfactory rewards. If I do a good job, the client tells people about my level of service, which in turn grows my business.<br><br>You need a realtor that knows the market but more importantly, one that listens to you. You don’t want someone showing you apples when you are shopping for oranges.<br><br>Being a realtor is not about salesmanship; it is about expertise. <br><br> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Look out for Rebecca’s real estate tips here on Buzz coming soon. </p>\n<!-- /wp:paragraph -->','Rebecca Stevenson gives tips on real estate','','inherit','closed','closed','','3941-revision-v1','','','2019-08-15 08:39:17','2019-08-15 13:39:17','',3941,'https://buzz-caribbean.com/article/3941-revision-v1/',0,'revision','',0),(4125,14,'2019-08-15 08:42:22','2019-08-15 13:42:22','<!-- wp:image {\"id\":3955} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rebecca-stevenson-buzz-demo-1-1024x684.jpg\" alt=\"\" class=\"wp-image-3955\" /><figcaption>Rebecca Stevenson (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Coldwell Banker realtor Rebecca Tulloch Stevenson has just signed on as a <strong>BUZZ</strong> columnist to provide tips and insights into Jamaica’s real estate market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>We sat down with her at Outpost located on Lady Musgrave Road in Kingston, to find out about her life as a realtor and a little bit more about the real estate game.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong>\"...Money should never determine the level of service the client gets, when you give people good service, you reap satisfactory rewards.\" </strong></p><cite>  –  The insightful Rebecca Stevenson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>:&nbsp; Why did you become a realtor?<br><strong>Rebecca</strong>: I got into the real estate market business about 6 years ago. I was persuaded to enter it by my good friend Kaili McDonnough-Scott who is also a realtor. She said, “ Look, you can sell so why don’t we do this real estate course together.”<br>We both love properties and home décor and are businesswomen and I went from there.<br><br><br><strong>BUZZ</strong>: It is evident that you have a passion for what you do. Tell us about that passion? <br><strong>Rebecca</strong>:&nbsp; It really comes down to trying to help people. I love meeting people and I do think the real estate market should be demystified. It is not just for the elite. Being a realtor is never boring. Every day is an adventure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><strong>BUZZ</strong>: You appeared on the HGTV show <strong>House Hunters International</strong>. How did that come about and tell us a little about that experience?<br><br><strong>Rebecca</strong>:&nbsp; I have appeared on House Hunters twice. The first time I was in the business all of four months! I really didn’t know too much about the business but my friend Odessa Chambers said, “Hey Rebecca, I heard you got your real estate licence. HGTV is looking for an agent. Why don’t you do it?\"<br><br>I had to audition for the part and I must say that was fun but having said that I do have a background in drama. It was a great experience and I have good memories of working with my first couple, Kevin and Cassidy, ex-pats from the U.S. coming to work in Jamaica who needed a home.<br><br>House Hunters called me back to do the show two years ago when I was pregnant with my son Hunter. I had reservations because I was 6-months pregnant at the time but they insisted that they wanted to work with me again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3956} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rebecca-stevenson-buzz-demo-2-1024x659.jpg\" alt=\"\" class=\"wp-image-3956\" /><figcaption>Photo: Contributed</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: Right now many young persons are interested in the property market, which seems to be enjoying a boom. You have said people should be looking to rent where they live as opposed to concentrating on ownership. Could you explain a bit further for our readers? <br><br>Rebecca: Sometimes it\'s OK to own something that you rent to someone else but you rent where you live. What I mean by that is when you sit down and go through the numbers, it can work in your favour if you are renting somewhere, paying a nominal sum which I would consider anywhere below J$150,000 a month. If you can keep your rent below that, then you’re golden.<br><br>Then what you do is save for your deposit; buy a property that you then rent out to someone else. The rent you do collect can be used to pay down the mortgage.<br><br>That rental income should be at least 90 percent of your carrying costs, which are your mortgage and maintenance fees.<br><br>As Jamaicans, we have been caught up in this idea of homeownership and having land. We need to take the emotion out of it and focus on how real estate can help build up your asset holdings. We must pay better attention to assets, not liabilities. Nobody wants to be house poor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3954} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rebecca-stevenson-buzz-demo-3-1024x684.jpg\" alt=\"\" class=\"wp-image-3954\" /><figcaption>Photo: Contributed</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: Anya Levy has said that there is a surplus of units on the market and that there is a danger of creating a real estate bubble. What is your take on this?<br><br><strong>Rebecca</strong>:&nbsp; Real estate developers are not stupid. They do not build indiscriminately. They know where the demand is. Both my partner and I believe there is around 3 to 6 months supply of apartments and that is fine.<br><br>Today people have more choices. There are so many options for two-bedroom apartments and townhouses, which should be empowering for consumers. It is more an issue of choice rather than oversupply.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong>\"Being a realtor is not about salesmanship; it is about expertise.\"</strong></p><cite>   – Rebecca Stevenson in an interview with BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: What should you be looking for in your real estate broker?<br><br><strong>Rebecca</strong>: You have to vibe with your broker. When you are working with a broker you really need to trust that person and so confidence is key. You have to find a realtor who is doing their ABCs and I consider that \'Always Be Caring\'.<br><br>The realtor shouldn’t be concerned solely about the money from the deal. The money should never determine the level of service the client gets.<br><br>I have found, when you give people good service, you reap satisfactory rewards. If I do a good job, the client tells people about my level of service, which in turn grows my business.<br><br>You need a realtor that knows the market but more importantly, one that listens to you. You don’t want someone showing you apples when you are shopping for oranges.<br><br>Being a realtor is not about salesmanship; it is about expertise. <br><br> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Look out for Rebecca’s real estate tips here on <strong>BUZZ</strong>, coming soon. </p>\n<!-- /wp:paragraph -->','Rebecca Stevenson gives tips on real estate','','inherit','closed','closed','','3941-revision-v1','','','2019-08-15 08:42:22','2019-08-15 13:42:22','',3941,'https://buzz-caribbean.com/article/3941-revision-v1/',0,'revision','',0),(4126,16,'2019-08-15 08:45:09','2019-08-15 13:45:09','{\"id\":\"3851\",\"questions\":[{\"uid\":\"3d989f63-b4a9-477d-a141-fe49b4dc053b\",\"content\":\"Should expletives be allowed at Jamaican dancehall events?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"ff6df2ea-a980-4e27-8482-f81bccf33af4\",\"type\":\"text\",\"label\":\"Strongly Agree\",\"votes\":3,\"votesOverride\":3,\"collapsed\":true,\"visibility\":true},{\"uid\":\"4509afb2-e6ae-49b4-98bf-e400d9522f59\",\"type\":\"text\",\"label\":\"Agree\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"e7316f3a-cacf-4ff1-8e4a-933eda57ce71\",\"type\":\"text\",\"label\":\"Disagree\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true},{\"uid\":\"5a7fc0b7-6451-48b3-ac0c-0d1cedc8984d\",\"type\":\"text\",\"label\":\"Strongly Disagree\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Expletives','','inherit','closed','closed','','3851-revision-v1','','','2019-08-15 08:45:09','2019-08-15 13:45:09','',3851,'https://buzz-caribbean.com/article/3851-revision-v1/',0,'revision','',0),(4128,21,'2019-08-15 08:51:40','2019-08-15 13:51:40','','affection-couple-BUZZ','','inherit','open','closed','','affection-couple-buzz','','','2019-08-15 08:51:40','2019-08-15 13:51:40','',2457,'https://buzz-caribbean.com/app/uploads/2019/08/affection-couple-BUZZ.jpg',0,'attachment','image/jpeg',0),(4129,21,'2019-08-15 09:00:00','2019-08-15 14:00:00','','Aging','','inherit','open','closed','','aging','','','2019-08-15 09:00:00','2019-08-15 14:00:00','',2457,'https://buzz-caribbean.com/app/uploads/2019/08/Aging.jpg',0,'attachment','image/jpeg',0),(4130,21,'2019-08-15 09:02:50','2019-08-15 14:02:50','','Holness-Wall','','inherit','open','closed','','holness-wall','','','2019-08-15 09:02:50','2019-08-15 14:02:50','',2457,'https://buzz-caribbean.com/app/uploads/2019/08/Holness-Wall.jpg',0,'attachment','image/jpeg',0),(4131,21,'2019-08-15 09:03:10','2019-08-15 14:03:10','<!-- wp:paragraph -->\n<p>What would happen if you met a great man who opens your car door, lends you his phone to make calls, introduces you to his family and friends and pays you unsolicited compliments unsolicited? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4128} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/affection-couple-BUZZ-1024x707.jpg\" alt=\"\" class=\"wp-image-4128\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You are over-the-moon happy and can see the relationship progressing to the next level but there is just one tiny problem: Him nuh cute! Not cute at all...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In fact, that may be putting it mildly as he has a face best seen through Snapchat filters. So now you have a dilemma. Do you seek love or are his physical features more important? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2461} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Beauty-and-the-Beast-1024x496.jpg\" alt=\"\" class=\"wp-image-2461\" /><figcaption>Can you look beyond his unattractiveness to find your Prince Charming?</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>No matter the era, the socio-economic background, the ethnicity, religious or political status, it is a question that will always be relevant. Centuries ago, females had little or no choice in the matter. Many were forced into arranged marriages with wrinkled and shrivelled men sometimes three times their age as a ‘good marriage’ was seen as one that preserved wealth, pedigree and an impeccable bloodline. Love and attraction were not even on the table.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>What we get at first glance is just an impression, not the sum total of the person.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In earlier days, some young girls were taught by their mothers to marry the men who loved them and not the men they loved as that guaranteed that they would never have their hearts broken. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2464} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/heartbreak.jpg\" alt=\"\" class=\"wp-image-2464\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, even if the man had the striking features of Quasimodo, was cross-eyed or if his teeth were leaning towards fifty shades of yellow, they should just work with it and put on a smile. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2466} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Quasimodo-1024x586.jpg\" alt=\"\" class=\"wp-image-2466\" /><figcaption>Quasimodo from The Hunchback of Notre Dame</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This piece of advice is particularly hard to swallow if as a teen, you stocked up on Harlequin romance books and Mills and Boon novels, which gave a false sense of what is an acceptable male partner. We read about hard, chiselled bodies and faces like Greek Gods, which may have actually ruined us for the average Joe. So are we letting good men slip through our fingers because of our rose-tinted glasses?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2469} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Man-With-Chiselled-Abs-1024x678.jpg\" alt=\"\" class=\"wp-image-2469\" /><figcaption>Were women lured into making unreasonably high expectations of what Mr Right should look like?</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While good looks do go a far way in making a good\nfirst impression, in the end, what we get at first glance is just an\nimpression, not the sum total of the person. If we are totally honest with\nourselves as women, many of the men we\'ve dated in the past, who were\ngood-looking, turned out to be the biggest jerks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Good looks build self-assurance and self-esteem and that is always a great quality in both young males and females.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>There are several reasons good looks are important – listed among them is to sell magazines and fuel beauty contests. It also breathes life into the fashion industry and if we are totally honest, nobody wants to be greeted by a receptionist who is hard to look at. Good looks build self-assurance and self-esteem and that is always a great quality in both young males and females.&nbsp; The problem begins, however, when that is the only attribute that is lauded or considered valuable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2470,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Male-Magazine.jpg\" alt=\"\" class=\"wp-image-2470\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We can concede that it is ultimately easier to look at a pretty face but what happens when all someone has to go is that face? Is it enough to establish and build a relationship? If this was really so, why then do pretty women or handsome men get cheated on or why do their partners get bored after discovering that they bring nothing else to the table? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2471} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/arguing-couple.jpg\" alt=\"\" class=\"wp-image-2471\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It would seem then, that being beautiful does not solve all of life’s problems. It certainly will not stop them from ageing. This is where life finally begins to evenly distribute some of its harshest favours, as sagging skin, age spots, varicose veins and wrinkles are equal opportunity haters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4129} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Aging-1024x856.jpg\" alt=\"\" class=\"wp-image-4129\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Additionally, beauty cannot mask idiocy, a nasty streak, cruelty, shallowness, insensitivity or just a foul character. Therefore, when you strip away the layers of a human being, what is left should be someone you want to come home to each day because their inner being is warm and welcoming. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>A person\'s character should always trump cuteness.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As you grow older you will no longer care that he was not 6-feet tall and needed braces in high school or that his nose still takes up half his face. It has become a face that you\'ve grown to love because every morning he makes you smile.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Beauty fades but stupid lasts forever!” </p><cite>Judge Judy</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>For anyone with half a brain and an average IQ, a person\'s character should always trump cuteness, as only babies and puppies should be considered cute. You cannot build a relationship on how cute a guy is, because if he has no job, no bank account, no place to live, has ten children with seven baby mammas and a prison record longer than Andrew Holness’ cut stone wall, he is not that cute anymore! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4130,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Holness-Wall.jpg\" alt=\"\" class=\"wp-image-4130\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Character and personality should be more valuable because as TV’s Judge Judy always states, “Beauty fades but stupid lasts forever!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What matters more to you when choosing a partner? Looks or personality?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell us at <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','Looks or personality …do we have to choose?','','inherit','closed','closed','','2457-revision-v1','','','2019-08-15 09:03:10','2019-08-15 14:03:10','',2457,'https://buzz-caribbean.com/article/2457-revision-v1/',0,'revision','',0),(4132,3,'2019-08-15 09:06:02','2019-08-15 14:06:02','','Beacheslogo','','inherit','open','closed','','beacheslogo','','','2019-08-15 09:06:02','2019-08-15 14:06:02','',4052,'https://buzz-caribbean.com/app/uploads/2019/08/beacheslogo.png',0,'attachment','image/png',0),(4133,21,'2019-08-15 09:07:02','2019-08-15 14:07:02','<!-- wp:paragraph -->\n<p>So you heard that Denise, your neighbour has transitioned to that land beyond the sky and is either off playing the harp or drinking milk and honey under a big, shady lignum vitae tree. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2390} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Heavenly-Skies-1024x683.jpg\" alt=\"\" class=\"wp-image-2390\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With both your heart and eyes full, you show up at the church ready to say your fondest farewell…only to have your vision assaulted by the reality of ghetto fabulous dressing, some so daring for the house of the Lord, that you wonder how Jesus on the cross did not free himself in an attempt to cover his eyes in shame!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2394} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Covers-Face.jpg\" alt=\"\" class=\"wp-image-2394\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You see men with beltless pants, women in see-through tops, baseball caps and more exposed breast, leg and thighs than a bucket of KFC. Funerals today are oftentimes tragic runways, as it seems anything goes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While freedom of expression is desired, what happens when this clashes with propriety or is that a thing of the past? There is such a thing as funeral protocol and what one should and should not do out of respect for the dearly departed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, let\'s do a quick recap of the traditional dos and don’ts:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Do not put in your last thousand dollar bill in the offering plate and then following behind the usher demanding your $500 change. Next time just give what you have.</li><li> If the outfit you choose to wear cannot be worn to take a passport picture or in a court of law, chances are it is too revealing for a funeral.</li><li>Boredom with the homily being shared by the minister is no excuse to play Candy Crush loudly on your phone during service. Like seriously?</li><li>Do not be presumptuous and flop yourself down in the front row. Common sense should dictate that the seats at the front are for immediate family only.</li><li> If the deceased owed you money, suck it up. Do not start lamenting to his or her mother how you never got your partner draw. Tacky much?</li><li>Under no circumstance do you arrive late and demand that the pastor re-opens the casket.&nbsp; If you already forgot what the person looked like, look at the cover of the programme.</li><li>Selfie taking in the church is bad enough but when you ask for a selfie with the body, you are pushing it. Pray that the duppy doesn’t slap you for disturbing their peace.</li><li>Your cell phone should be off or on vibrate in the place of reverence so at no time should Dexta Daps or Alkaline ring tone disturb the scripture reading.</li><li>When the gathering makes their way to the home of the deceased, do not start asking for clothes, shoes and other personal effects of the dead. That is beyond insensitive.</li><li>Death resulting from an illness can be devastating so do not be fake and tell the family “Oh I know how you feel”…no you don’t! You ever had cancer?</li><li>Avoid telling their family members meaningless platitudes like ‘he/she is in a better place’, ‘in time you’ll get over it” or ‘the Lord knows best”. Nobody wants to hear any of that.</li><li>If the death was particularly tragic or suspicious do not turn up fishing for salacious gossip like a news reporter. Have some consideration for the bereaved.</li><li>Finally, if you and the deceased were not friends, avoid the fake tears. The hypocrisy of even showing up is enough, do not throw salt in the wound with the ‘cow-bawling’.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":2415} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Coffin.jpg\" alt=\"\" class=\"wp-image-2415\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Death is a non-discriminatory visitor to every household at some point in our all lives. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Instead of causing added stress to the family of the deceased, be supportive in this difficult time as they try to work their way through their grief.</p>\n<!-- /wp:paragraph -->','Funeral Etiquette...is there one?','','inherit','closed','closed','','2387-revision-v1','','','2019-08-15 09:07:02','2019-08-15 14:07:02','',2387,'https://buzz-caribbean.com/article/2387-revision-v1/',0,'revision','',0),(4137,21,'2019-08-15 09:26:40','2019-08-15 14:26:40','','Vaginoplasty','','inherit','open','closed','','vaginoplasty-2','','','2019-08-15 09:26:40','2019-08-15 14:26:40','',899,'https://buzz-caribbean.com/app/uploads/2019/07/Vaginoplasty-1.jpg',0,'attachment','image/jpeg',0),(4138,21,'2019-08-15 09:27:22','2019-08-15 14:27:22','<!-- wp:paragraph -->\n<p>Forget the booty, Jamaican women are flocking to vaginoplasty</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oh, my, God, Becky look at her… </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You are wrong if you thought of a pert derriere, Jamaican Becky is looking elsewhere.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is the primary subject matter for most female artistes and it may even be a bit of a cultural obsession - It is all about the “vajayjay”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Dr Kemel Gajraj, vaginoplasty is one of the most inquired about surgeries even among nulliparous women ( those who have not given birth).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So what exactly is Vaginoplasty? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Vaginoplasty is a procedure that is done primarily to reconstruct and or improve the vagina.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In some instances, vaginoplasty is used for the construction of an entirely new sex organ for individuals with ambiguous genitalia or for sex reassignment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the top doc, the reasons for getting this type of surgery range from the desire to improve the look of the organ to some women wanting to improve the functionality of it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of the big reasons women come for vaginoplasty is as a result of childbirth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gajraj said it wasn’t just about having a wider vagina, as the vaginal opening typically returns to normal after a few months; though admittedly in some instances, Gajraj says some things may never be 100 per cent the same again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Gajraj, the other big reason is correcting the issue of reduced orgasms which some women also experience due to a weakened pelvic floor after childbirth. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For some women who have given birth, Gajraj says orgasms don’t feel as forceful as they use to and so vaginoplasty can sometimes be used as a remedy to correct that. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While functionality is a big reason, another reason is just simply to improve the look.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Who looks down there except the person you are being intimate with, right?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wrong. It turns out that the camel toe effect is a winning look. In medical terms, labiaplasties are hit. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>While in North America everyone wants to hide their camel toe, in Jamaica it is okay to come from \"buff bay\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Dr Gajraj said it is very common practice for excess fat from other parts of the body to be transferred into the lips to create the camel toe effect. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is also an effect that is swelling in popularity, as it is also big in the underground economy, with reports of fake doctors practising labiaplasties in areas such as Portmore and downtown Kingston. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, Dr Gajraj warned, that due to the risk of superinfection that some vaginoplasty surgeries carry, women are urged to use only licensed surgeons to execute such a procedure. </p>\n<!-- /wp:paragraph -->','Forget the booty, Jamaican women are flocking to Vaginoplasty','','inherit','closed','closed','','899-revision-v1','','','2019-08-15 09:27:22','2019-08-15 14:27:22','',899,'https://buzz-caribbean.com/article/899-revision-v1/',0,'revision','',0),(4139,21,'2019-08-15 09:45:08','2019-08-15 14:45:08','','Camel-toe','','inherit','open','closed','','camel-toe','','','2019-08-15 09:45:08','2019-08-15 14:45:08','',899,'https://buzz-caribbean.com/app/uploads/2019/08/Camel-toe.jpg',0,'attachment','image/jpeg',0),(4143,21,'2019-08-15 10:11:00','2019-08-15 15:11:00','<!-- wp:paragraph -->\n<p>Forget the booty, Jamaican women are flocking to vaginoplasty</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oh, my, God, Becky look at her… </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You are wrong if you thought of a pert derriere, Jamaican Becky is looking elsewhere.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is the primary subject matter for most female artistes and it may even be a bit of a cultural obsession - It is all about the “vajayjay”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Dr Kemel Gajraj, vaginoplasty is one of the most inquired about surgeries even among nulliparous women ( those who have not given birth).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So what exactly is Vaginoplasty? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Vaginoplasty is a procedure that is done primarily to reconstruct and or improve the vagina.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In some instances, vaginoplasty is used for the construction of an entirely new sex organ for individuals with ambiguous genitalia or for sex reassignment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the top doc, the reasons for getting this type of surgery range from the desire to improve the look of the organ to some women wanting to improve the functionality of it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of the big reasons women come for vaginoplasty is as a result of childbirth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Women are urged to use only licensed surgeons to execute such a procedure </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Gajraj said it wasn’t just about having a wider vagina, as the vaginal opening typically returns to normal after a few months; though admittedly in some instances, Gajraj says some things may never be 100 per cent the same again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Gajraj, the other big reason is correcting the issue of reduced orgasms which some women also experience due to a weakened pelvic floor after childbirth. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For some women who have given birth, Gajraj says orgasms don’t feel as forceful as they use to and so vaginoplasty can sometimes be used as a remedy to correct that. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While functionality is a big reason, another reason is just simply to improve the look.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>While in North America everyone wants to hide their camel toe, in Jamaica it is okay to come from \"buff bay\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Who looks down there except the person you are being intimate with, right?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wrong. It turns out that the camel toe effect is a winning look. In medical terms, labiaplasties are hit. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4139} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Camel-toe.jpg\" alt=\"\" class=\"wp-image-4139\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr Gajraj said it is very common practice for excess fat from other parts of the body to be transferred into the lips to create the camel toe effect. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is also an effect that is swelling in popularity, as it is also big in the underground economy, with reports of fake doctors practising labiaplasties in areas such as Portmore and downtown Kingston. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, Dr Gajraj warned, that due to the risk of superinfection that some vaginoplasty surgeries carry, women are urged to use only licensed surgeons to execute such a procedure. </p>\n<!-- /wp:paragraph -->','Forget the booty, Jamaican women are flocking to Vaginoplasty','','inherit','closed','closed','','899-revision-v1','','','2019-08-15 10:11:00','2019-08-15 15:11:00','',899,'https://buzz-caribbean.com/article/899-revision-v1/',0,'revision','',0),(4144,21,'2019-08-15 10:11:51','2019-08-15 15:11:51','<!-- wp:paragraph -->\n<p>Pulling off the asphalted terrain of Lady Musgrave Road in Kingston, Jamaica, you are greeted with a pristine European-style paved courtyard, lined with pockets of low-lying shrubs and flowers evenly spaced between palm trees.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This immaculately kept courtyard is your entrance to the AC Kingston Hotel, which lounge area is quickly becoming the Corporate Area’s ‘It spot’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":841} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC-Hotel-Exterior-1024x683.jpg\" alt=\"\" class=\"wp-image-841\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>A cascading waterfall feature sets the tone for the lounge, steeped in contemporary architectural design, which lies just beyond the glass revolving door. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":842} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Pool-1024x683.jpg\" alt=\"\" class=\"wp-image-842\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> It\'s the newest chill spot for Kingston’s elites, who have already spilt a glass or two of Dom Pérignon on the lounge’s floor, which boast sandstone tiles accented by marble detailing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":843} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Busy-Lobby-1024x592.jpg\" alt=\"\" class=\"wp-image-843\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.instagram.com/carltontttbrown/?hl=en\" target=\"_blank\">Carltons </a>have rubbed against <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.instagram.com/carltontttbrown/?hl=en\" target=\"_blank\">Carltons</a> and many <a href=\"https://www.instagram.com/bridgetsandalsja/?hl=en\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Bridgets</a> have trodden the path to the centrepiece — a barista-style bar where many of the island’s bigwigs have already been spotted sampling a variety of alcoholic beverages, among other speciality drinks served-up by the well-clad and polite staff.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":844} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Adam-Stewart-Sharon-Burke-1024x683.jpg\" alt=\"\" class=\"wp-image-844\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>Just beyond the bar, there is a deck complete with a pool and another bar. While AC lounge is definitely the place to get seen, it also has smaller more intimate lounge spaces intertwined with the main lounge, as well as spaces to get some office work done while waiting for others to arrive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":846} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC-Pool-1024x682.jpg\" alt=\"\" class=\"wp-image-846\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> AC lounge oozes glamour and sophistication that is Instagram-worthy but it also has a spiritedness made possible by the thoughtful Jamaican touches displayed throughout the space.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":848} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-1-1024x683.jpg\" alt=\"\" class=\"wp-image-848\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>The bold local art pieces are delicately placed throughout, striking a delicate balance making AC hotel high-end but also accessible. It is a hint of authenticity that could reap financial rewards as global trends show modern tourists are motivated by a localized travel experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[851,852,853,854,865]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-2-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"851\" data-link=\"https://buzz-caribbean.com/?attachment_id=851\" class=\"wp-image-851\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-3-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"852\" data-link=\"https://buzz-caribbean.com/?attachment_id=852\" class=\"wp-image-852\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-4-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"853\" data-link=\"https://buzz-caribbean.com/?attachment_id=853\" class=\"wp-image-853\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-5-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"854\" data-link=\"https://buzz-caribbean.com/?attachment_id=854\" class=\"wp-image-854\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-6-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"865\" data-link=\"https://buzz-caribbean.com/?attachment_id=865\" class=\"wp-image-865\" /></figure></li></ul>\n<!-- /wp:gallery -->','AC Marriott: Next-Gen Hotel Swag in Jamaica\'s Capital','','inherit','closed','closed','','828-revision-v1','','','2019-08-15 10:11:51','2019-08-15 15:11:51','',828,'https://buzz-caribbean.com/article/828-revision-v1/',0,'revision','',0),(4145,21,'2019-08-15 10:14:15','2019-08-15 15:14:15','<!-- wp:paragraph -->\n<p>Pulling off the asphalted terrain of Lady Musgrave Road in Kingston, Jamaica, you are greeted with a pristine European-style paved courtyard, lined with pockets of low-lying shrubs and flowers evenly spaced between palm trees.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This immaculately kept courtyard is your entrance to the AC Kingston Hotel, which lounge area is quickly becoming the Corporate Area’s ‘It spot’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":841} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC-Hotel-Exterior-1024x683.jpg\" alt=\"\" class=\"wp-image-841\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>A cascading waterfall feature sets the tone for the lounge, steeped in contemporary architectural design, which lies just beyond the glass revolving door. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":842} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Pool-1024x683.jpg\" alt=\"\" class=\"wp-image-842\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> It\'s the newest chill spot for Kingston’s elites, who have already spilt a glass or two of Dom Pérignon on the lounge’s floor, which boast sandstone tiles accented by marble detailing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":843} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Busy-Lobby-1024x592.jpg\" alt=\"\" class=\"wp-image-843\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br><a href=\"https://buzz-caribbean.com/article/carlton-brown-continues-to-make-strides-in-fashion/\">Carltons </a>have rubbed against <a href=\"https://buzz-caribbean.com/article/carlton-brown-continues-to-make-strides-in-fashion/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Carltons</a> and many <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.instagram.com/bridgetsandalsja/?hl=en\" target=\"_blank\">Bridgets</a> have trodden the path to the centrepiece — a barista-style bar where many of the island’s bigwigs have already been spotted sampling a variety of alcoholic beverages, among other speciality drinks served-up by the well-clad and polite staff.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":844} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Adam-Stewart-Sharon-Burke-1024x683.jpg\" alt=\"\" class=\"wp-image-844\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>Just beyond the bar, there is a deck complete with a pool and another bar. While AC lounge is definitely the place to get seen, it also has smaller more intimate lounge spaces intertwined with the main lounge, as well as spaces to get some office work done while waiting for others to arrive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":846} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC-Pool-1024x682.jpg\" alt=\"\" class=\"wp-image-846\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> AC lounge oozes glamour and sophistication that is Instagram-worthy but it also has a spiritedness made possible by the thoughtful Jamaican touches displayed throughout the space.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":848} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-1-1024x683.jpg\" alt=\"\" class=\"wp-image-848\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>The bold local art pieces are delicately placed throughout, striking a delicate balance making AC hotel high-end but also accessible. It is a hint of authenticity that could reap financial rewards as global trends show modern tourists are motivated by a localized travel experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[851,852,853,854,865]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-2-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"851\" data-link=\"https://buzz-caribbean.com/?attachment_id=851\" class=\"wp-image-851\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-3-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"852\" data-link=\"https://buzz-caribbean.com/?attachment_id=852\" class=\"wp-image-852\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-4-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"853\" data-link=\"https://buzz-caribbean.com/?attachment_id=853\" class=\"wp-image-853\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-5-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"854\" data-link=\"https://buzz-caribbean.com/?attachment_id=854\" class=\"wp-image-854\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-6-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"865\" data-link=\"https://buzz-caribbean.com/?attachment_id=865\" class=\"wp-image-865\" /></figure></li></ul>\n<!-- /wp:gallery -->','AC Marriott: Next-Gen Hotel Swag in Jamaica\'s Capital','','inherit','closed','closed','','828-revision-v1','','','2019-08-15 10:14:15','2019-08-15 15:14:15','',828,'https://buzz-caribbean.com/article/828-revision-v1/',0,'revision','',0),(4146,21,'2019-08-15 10:14:50','2019-08-15 15:14:50','<!-- wp:paragraph -->\n<p>Pulling off the asphalted terrain of Lady Musgrave Road in Kingston, Jamaica, you are greeted with a pristine European-style paved courtyard, lined with pockets of low-lying shrubs and flowers evenly spaced between palm trees.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This immaculately kept courtyard is your entrance to the AC Kingston Hotel, which lounge area is quickly becoming the Corporate Area’s ‘It spot’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":841} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC-Hotel-Exterior-1024x683.jpg\" alt=\"\" class=\"wp-image-841\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>A cascading waterfall feature sets the tone for the lounge, steeped in contemporary architectural design, which lies just beyond the glass revolving door. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":842} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Pool-1024x683.jpg\" alt=\"\" class=\"wp-image-842\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> It\'s the newest chill spot for Kingston’s elites, who have already spilt a glass or two of Dom Pérignon on the lounge’s floor, which boast sandstone tiles accented by marble detailing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":843} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Busy-Lobby-1024x592.jpg\" alt=\"\" class=\"wp-image-843\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br><a href=\"https://buzz-caribbean.com/article/carlton-brown-continues-to-make-strides-in-fashion/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Carltons </a>have rubbed against <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/carlton-brown-continues-to-make-strides-in-fashion/\" target=\"_blank\">Carltons</a> and many <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.instagram.com/bridgetsandalsja/?hl=en\" target=\"_blank\">Bridgets</a> have trodden the path to the centrepiece — a barista-style bar where many of the island’s bigwigs have already been spotted sampling a variety of alcoholic beverages, among other speciality drinks served-up by the well-clad and polite staff.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":844} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Adam-Stewart-Sharon-Burke-1024x683.jpg\" alt=\"\" class=\"wp-image-844\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>Just beyond the bar, there is a deck complete with a pool and another bar. While AC lounge is definitely the place to get seen, it also has smaller more intimate lounge spaces intertwined with the main lounge, as well as spaces to get some office work done while waiting for others to arrive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":846} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC-Pool-1024x682.jpg\" alt=\"\" class=\"wp-image-846\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> AC lounge oozes glamour and sophistication that is Instagram-worthy but it also has a spiritedness made possible by the thoughtful Jamaican touches displayed throughout the space.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":848} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-1-1024x683.jpg\" alt=\"\" class=\"wp-image-848\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>The bold local art pieces are delicately placed throughout, striking a delicate balance making AC hotel high-end but also accessible. It is a hint of authenticity that could reap financial rewards as global trends show modern tourists are motivated by a localized travel experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[851,852,853,854,865]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-2-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"851\" data-link=\"https://buzz-caribbean.com/?attachment_id=851\" class=\"wp-image-851\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-3-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"852\" data-link=\"https://buzz-caribbean.com/?attachment_id=852\" class=\"wp-image-852\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-4-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"853\" data-link=\"https://buzz-caribbean.com/?attachment_id=853\" class=\"wp-image-853\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-5-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"854\" data-link=\"https://buzz-caribbean.com/?attachment_id=854\" class=\"wp-image-854\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-6-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"865\" data-link=\"https://buzz-caribbean.com/?attachment_id=865\" class=\"wp-image-865\" /></figure></li></ul>\n<!-- /wp:gallery -->','AC Marriott: Next-Gen Hotel Swag in Jamaica\'s Capital','','inherit','closed','closed','','828-revision-v1','','','2019-08-15 10:14:50','2019-08-15 15:14:50','',828,'https://buzz-caribbean.com/article/828-revision-v1/',0,'revision','',0),(4147,16,'2019-08-15 10:23:16','2019-08-15 15:23:16','{\"id\":\"3714\",\"questions\":[{\"uid\":\"48b493ed-5ebc-4f80-b0fc-a963d955d691\",\"content\":\"What does ATL stand for ?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[{\"uid\":\"c4014f95-1c30-4379-a9f1-9fdbd0656714\",\"type\":\"text\",\"label\":\"Applicant Trading and Leisure?\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"7030a433-dab4-4c2a-a2cb-2217e68c28f9\",\"type\":\"text\",\"label\":\"Appliance Traders Limited\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"8f2fa7f5-4df7-454c-993b-2bf9e8097bd2\",\"type\":\"text\",\"label\":\"Alliance Technical Loans\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true},{\"uid\":\"fcad8226-4a79-4425-bab9-b82fa4daf8c5\",\"type\":\"text\",\"label\":\"Amplified Transfer Limited\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}],\"votesOverride\":0}],\"fields\":[{\"uid\":\"69ecc04d-31ed-48f4-b63a-6361accbd4aa\",\"type\":\"text\",\"label\":\"Email\",\"defaultValue\":\"\",\"options\":\"\",\"collapsed\":false,\"validations\":{\"filled\":{\"enabled\":true},\"email\":{\"enabled\":true},\"filter\":{\"rules\":[]}},\"attributes\":[],\"template\":\"\",\"name\":\"email\"}],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"enabled\":true,\"start\":\"08\\/14\\/2019 14:42\",\"end\":\"08\\/31\\/2019 23:00\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','ATL Water Solutions','','inherit','closed','closed','','3714-revision-v1','','','2019-08-15 10:23:16','2019-08-15 15:23:16','',3714,'https://buzz-caribbean.com/article/3714-revision-v1/',0,'revision','',0),(4148,16,'2019-08-15 10:24:02','2019-08-15 15:24:02','{\"id\":\"3536\",\"questions\":[{\"uid\":\"84e00c2b-69a8-4fd1-852f-1b01c04ed833\",\"content\":\"What is Bashco\'s slogan?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"b4317175-bdca-44c5-b06d-7d24b4cbef69\",\"type\":\"text\",\"label\":\"The store that gives you more\",\"votes\":1,\"votesOverride\":1,\"collapsed\":true,\"visibility\":true},{\"uid\":\"18ba3e2b-0178-4373-ad2a-c3c7e1028dea\",\"type\":\"text\",\"label\":\"Always in demand\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"0bde8218-8142-4bcd-ae93-19b77931324d\",\"type\":\"text\",\"label\":\"We give you everything\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}],\"votesOverride\":0}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"enabled\":true,\"start\":\"08\\/14\\/2019 09:03\",\"end\":\"08\\/31\\/2019 23:00\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Bashco Amazing August','','inherit','closed','closed','','3536-revision-v1','','','2019-08-15 10:24:02','2019-08-15 15:24:02','',3536,'https://buzz-caribbean.com/article/3536-revision-v1/',0,'revision','',0),(4149,16,'2019-08-15 10:25:11','2019-08-15 15:25:11','{\"id\":\"3714\",\"questions\":[{\"uid\":\"48b493ed-5ebc-4f80-b0fc-a963d955d691\",\"content\":\"What does ATL stand for ?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[{\"uid\":\"c4014f95-1c30-4379-a9f1-9fdbd0656714\",\"type\":\"text\",\"label\":\"Applicant Trading and Leisure?\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"7030a433-dab4-4c2a-a2cb-2217e68c28f9\",\"type\":\"text\",\"label\":\"Appliance Traders Limited\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"8f2fa7f5-4df7-454c-993b-2bf9e8097bd2\",\"type\":\"text\",\"label\":\"Alliance Technical Loans\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true},{\"uid\":\"fcad8226-4a79-4425-bab9-b82fa4daf8c5\",\"type\":\"text\",\"label\":\"Amplified Transfer Limited\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}],\"votesOverride\":0}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"enabled\":true,\"start\":\"08\\/14\\/2019 14:42\",\"end\":\"08\\/31\\/2019 23:00\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','ATL Water Solutions','','inherit','closed','closed','','3714-revision-v1','','','2019-08-15 10:25:11','2019-08-15 15:25:11','',3714,'https://buzz-caribbean.com/article/3714-revision-v1/',0,'revision','',0),(4150,14,'2019-08-15 10:25:32','2019-08-15 15:25:32','<!-- wp:paragraph -->\n<p>The new AC Marriott Hotel on Lady Musgrave Road in Kingston is most definitely Adam Stewart\'s baby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":317} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Adam_Stewart_AC_Marriott-1024x857.jpg\" alt=\"\" class=\"wp-image-317\" /><figcaption>Adam Stewart, Deputy Chairman, Sandals/ATL Group of Companies</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Deputy Chairman of the Sandals/ ATL Group of Companies has spent his life in the hotel business learning from his father, Gordon \'Butch\' Stewart, the founder of Sandals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Those lessons have been taken and modified for a new generation of which he will be at the vanguard and this is reflected in this new state-of-the-art city hotel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":324} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_Marriott_Hotel-1024x683.jpg\" alt=\"\" class=\"wp-image-324\" /><figcaption>AC MARRIOTT HOTEL KINGSTON</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":329} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_MARRIOTT_KINGSTON-1024x575.jpg\" alt=\"\" class=\"wp-image-329\" /><figcaption>ULTRA SLEEK LOBBY AT THE AC MARRIOTT HOTEL KINGSTON </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> <br>AC Marriott Kingston is a 220-bedroom hotel sitting on a 155,000 square foot facility with 18,000 square feet of that designated to indoor/outdoor banqueting. Its main banqueting hall can seat 600 persons. Of all of Kingston\'s hotels, the AC Marriot has the largest banqueting space. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":319} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_Marriott_Hotel_Rooms-1024x683.jpg\" alt=\"\" class=\"wp-image-319\" /><figcaption>LUXURIOUS ROOM AT AC MARRIOTT HOTEL KINGSTON</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The US$55 million hotel is infused with technology, with a cool feature being mobile check-in and a mobile key option from your handset. There is also a paging system connected to the waiter\'s watch for the ordering of drinks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[333,334,335]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_MARRIOTT_HOTEL_EXTERIOR-1024x683.jpg\" alt=\"\" data-id=\"333\" data-link=\"https://buzz-caribbean.com/?attachment_id=333\" class=\"wp-image-333\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/STATE_OF_THE_ART_FACILITIES_AC_MARRIOTT_KINGSTON-1024x683.jpg\" alt=\"\" data-id=\"334\" data-link=\"https://buzz-caribbean.com/?attachment_id=334\" class=\"wp-image-334\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/GYM_AC_MARIOTT_HOTEL-1024x627.jpg\" alt=\"\" data-id=\"335\" data-link=\"https://buzz-caribbean.com/?attachment_id=335\" class=\"wp-image-335\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>For those with difficulties with sight or have impaired hearing, there are features on the doors that facilitate easy access to their room.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Adam and his team have thought of almost every convenience to make the guest experience as comfortable as possible. This speaks to the importance placed on service and customer satisfaction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":349} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/TEAM_AC_MARRIOTT_KINGSTON-1024x683.jpg\" alt=\"\" class=\"wp-image-349\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This is the game-changer for Kingston\'s hotels.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong>, Adam said: “This is a business lifestyle hotel which is designed to operate within a price bracket. We again applied the Stewart-family business ethos which is to be always elevating the bar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“This hotel is a place where people can hang out but can also do business.\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“This hotel is a place where people can hang out but can also do business. Most business hotels are places where you come in and sleep but this AC Marriott is all about lifestyle.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>European flair with a Jamaican touch best describes this stylish hotel. It oozes epicurean and artistic insouciance and as Adam says, “shows Jamaica can compete with the highest international standards”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[341,342,343,351]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/ART-1_AC_MARRIOTT-1024x682.jpg\" alt=\"\" data-id=\"341\" data-link=\"https://buzz-caribbean.com/?attachment_id=341\" class=\"wp-image-341\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/MODERN-FACILITIES_AC_MARRIOTT-1024x683.jpg\" alt=\"\" data-id=\"342\" data-link=\"https://buzz-caribbean.com/?attachment_id=342\" class=\"wp-image-342\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/SLEEK-DESIGN_AC_MARRIOTT-1024x683.jpg\" alt=\"\" data-id=\"343\" data-link=\"https://buzz-caribbean.com/?attachment_id=343\" class=\"wp-image-343\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/ART-3_AC_MARRIOTT-1024x683.jpg\" alt=\"\" data-id=\"351\" data-link=\"https://buzz-caribbean.com/?attachment_id=351\" class=\"wp-image-351\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>This is the first time the Stewart family has gone into a hotel project outside the resort concept.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em> \"Lifestyle and technology defines this new generation and I wanted to marry the two\"</em></strong></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I saw a gap in the market which didn\'t exist in Jamaica before the AC Marriott.&nbsp; Lifestyle and technology defines this new generation and I wanted to marry the two in creating a modern 21st-century hotel in the heart of Kingston,” Adam said. “We are creating our own space in the market and it\'s a space I haven\'t seen in Jamaica let alone Kingston.”</p>\n<!-- /wp:paragraph -->','Adam Stewart ups the ante for Kingston\'s hotels','','inherit','closed','closed','','281-revision-v1','','','2019-08-15 10:25:32','2019-08-15 15:25:32','',281,'https://buzz-caribbean.com/article/281-revision-v1/',0,'revision','',0),(4151,16,'2019-08-15 10:26:18','2019-08-15 15:26:18','{\"id\":\"3386\",\"questions\":[{\"uid\":\"2e49363e-b5f3-4759-9079-7c6824b00ba0\",\"content\":\"What ice cream flavor best describes you?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"0f3c048f-1b35-4a76-8c4f-20d2a70ac006\",\"type\":\"text\",\"label\":\"Chocolate\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"a76b42aa-94c8-4d78-8727-8482197564cc\",\"type\":\"text\",\"label\":\"Vanilla\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"ea3ac56a-cf10-42a7-9ae8-a173fadc9698\",\"type\":\"text\",\"label\":\"Strawberry\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"b22ff403-4a1c-4cbb-8a1d-a2a3044d6ce6\",\"type\":\"text\",\"label\":\"Rum &amp; Raisin\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}],\"votesOverride\":0}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"enabled\":true,\"start\":\"08\\/13\\/2019 15:02\",\"end\":\"11\\/30\\/2019 23:00\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Candy Craze Ice Cream','','inherit','closed','closed','','3386-revision-v1','','','2019-08-15 10:26:18','2019-08-15 15:26:18','',3386,'https://buzz-caribbean.com/article/3386-revision-v1/',0,'revision','',0),(4152,16,'2019-08-15 10:27:21','2019-08-15 15:27:21','{\"id\":\"2576\",\"questions\":[{\"uid\":\"d19d783b-61bf-47b5-bdd1-63bb36a8c68b\",\"content\":\"What Milk Shake flavour best describes you?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[{\"uid\":\"2be8ccb3-57bc-4d6b-b7dc-c1f67d3e77b2\",\"type\":\"text\",\"label\":\"Brownie Explosion\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"18f71139-6157-4efb-9200-e3ac8df78fb4\",\"type\":\"text\",\"label\":\"Cheesecake\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"ec894157-42ff-4bea-af87-3d9e8c5f198e\",\"type\":\"text\",\"label\":\"Classic Malt\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"9209aecf-c878-4aa7-be64-0e565e4dfa3a\",\"type\":\"text\",\"label\":\"Vanilla\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}],\"votesOverride\":0}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"08\\/09\\/2019 16:32\",\"end\":\"11\\/30\\/2019 23:59\",\"enabled\":true},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Candy Craze','','inherit','closed','closed','','2576-revision-v1','','','2019-08-15 10:27:21','2019-08-15 15:27:21','',2576,'https://buzz-caribbean.com/article/2576-revision-v1/',0,'revision','',0),(4153,16,'2019-08-15 10:28:54','2019-08-15 15:28:54','{\"id\":\"3536\",\"questions\":[{\"uid\":\"84e00c2b-69a8-4fd1-852f-1b01c04ed833\",\"content\":\"What is Bashco\'s slogan?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"b4317175-bdca-44c5-b06d-7d24b4cbef69\",\"type\":\"text\",\"label\":\"The store that gives you more\",\"votes\":1,\"votesOverride\":1,\"collapsed\":true,\"visibility\":true},{\"uid\":\"18ba3e2b-0178-4373-ad2a-c3c7e1028dea\",\"type\":\"text\",\"label\":\"Always in demand\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"0bde8218-8142-4bcd-ae93-19b77931324d\",\"type\":\"text\",\"label\":\"We give you everything\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"041e9359-6990-4533-9e5d-b4e104358602\",\"type\":\"text\",\"label\":\"From a pin to an anchor\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}],\"votesOverride\":0}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"enabled\":true,\"start\":\"08\\/14\\/2019 09:03\",\"end\":\"08\\/31\\/2019 23:00\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Bashco Amazing August','','inherit','closed','closed','','3536-revision-v1','','','2019-08-15 10:28:54','2019-08-15 15:28:54','',3536,'https://buzz-caribbean.com/article/3536-revision-v1/',0,'revision','',0),(4154,16,'2019-08-15 10:30:30','2019-08-15 15:30:30','{\"id\":\"3386\",\"questions\":[{\"uid\":\"2e49363e-b5f3-4759-9079-7c6824b00ba0\",\"content\":\"What ice cream flavor best describes you?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"0f3c048f-1b35-4a76-8c4f-20d2a70ac006\",\"type\":\"text\",\"label\":\"Chocolate\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"a76b42aa-94c8-4d78-8727-8482197564cc\",\"type\":\"text\",\"label\":\"Vanilla\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"ea3ac56a-cf10-42a7-9ae8-a173fadc9698\",\"type\":\"text\",\"label\":\"Strawberry\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"b22ff403-4a1c-4cbb-8a1d-a2a3044d6ce6\",\"type\":\"text\",\"label\":\"Rum amp; Raisin\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}],\"votesOverride\":0}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"enabled\":true,\"start\":\"08\\/13\\/2019 15:02\",\"end\":\"11\\/30\\/2019 23:00\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Candy Craze Ice Cream','','inherit','closed','closed','','3386-revision-v1','','','2019-08-15 10:30:30','2019-08-15 15:30:30','',3386,'https://buzz-caribbean.com/article/3386-revision-v1/',0,'revision','',0),(4155,16,'2019-08-15 10:30:49','2019-08-15 15:30:49','{\"id\":\"3386\",\"questions\":[{\"uid\":\"2e49363e-b5f3-4759-9079-7c6824b00ba0\",\"content\":\"What ice cream flavor best describes you?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"0f3c048f-1b35-4a76-8c4f-20d2a70ac006\",\"type\":\"text\",\"label\":\"Chocolate\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"a76b42aa-94c8-4d78-8727-8482197564cc\",\"type\":\"text\",\"label\":\"Vanilla\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"ea3ac56a-cf10-42a7-9ae8-a173fadc9698\",\"type\":\"text\",\"label\":\"Strawberry\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"b22ff403-4a1c-4cbb-8a1d-a2a3044d6ce6\",\"type\":\"text\",\"label\":\"Rum and Raisin\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}],\"votesOverride\":0}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"enabled\":true,\"start\":\"08\\/13\\/2019 15:02\",\"end\":\"11\\/30\\/2019 23:00\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Candy Craze Ice Cream','','inherit','closed','closed','','3386-revision-v1','','','2019-08-15 10:30:49','2019-08-15 15:30:49','',3386,'https://buzz-caribbean.com/article/3386-revision-v1/',0,'revision','',0),(4156,9,'2019-08-15 10:30:52','2019-08-15 15:30:52','<!-- wp:paragraph -->\n<p>It is often said that men are predators who like the challenge of the hunt. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yet for all their eagerness to couple up with an attractive mate of their choosing, there are some females with qualities, quirks or traits which are red flags in any relationship who usually have men running in the opposite direction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The Balls Checker</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Yes, you read right. There are women out there who, when a man gets home, have him drop his trousers and literally cup and weigh his balls to see if they feel ‘lighter’. A ‘light’ testicle is said to be an indication that some illicit sexual activity took place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The Deodorant</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>While some older men are used to having young ‘arm candy’ with them when they go to events, no rational man wants a female who is glued to his sid,e every step he makes. These females may literally hold onto his arm like a magnet everywhere and what makes it particularly awkward is that usually, they have nothing to contribute to the conversation around them. Clingy much?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3> The Nagger  </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This needs no explanation. The yelling and harping on the same topic over and over can drive a man to drink…or find earplugs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Miss High Maintenance</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If she spends more time with her compact case or making sure that not one strand of hair is out of place, you do not have to wonder if she is born with it or if it\'s Maybelline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The Airhead</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Contrary to popular belief, most men do not want a dumb woman. In the past, the misconception was a dummy was easy to control and manipulate but a real man has no use for a woman with nothing between her ears other than wax built up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The Prude</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>While a lady is desirable and the kind you want to take home to mamma, the idea of an uptight female who is offended by every dirty joke, every toot of flatulence, every burp, who closes the bathroom door to change into a long nightgown or worse who thinks ‘dirty talk’ during intercourse is vulgar, is just not attractive in the least.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The Stalker</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>While men may seem to have a monopoly on stalker-like behaviour there are some women who can teach them a thing or two. These females will see a social media post about being out with the boys…and just turn up uninvited! Who does that?!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The Know-it-all </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Nothing deflates a hard-on, like a female who knows everything about anything and who never lets a man get a word in. All this, while emasculating him about stuff she believes he does not know.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The ‘Homie Hopper’</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This is a female who a guy likes and who seems mad chill but when he takes her around his homeboys, he finds out that she smashed the homies. In plain English, she has slept with one or more of his friends in the past. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Granted it was before they ever met or dated, so it is not cheating, but most men will not be comfortable knowing that their friends know exactly how she moans in bed or where on her upper thigh her mole is. If he feels like he will become a laughing stock amongst his friends, chances are the relationship will be dead in the water.</p>\n<!-- /wp:paragraph -->','What men don’t want: Male dealbreakers','','inherit','closed','closed','','943-revision-v1','','','2019-08-15 10:30:52','2019-08-15 15:30:52','',943,'https://buzz-caribbean.com/article/943-revision-v1/',0,'revision','',0),(4158,16,'2019-08-15 10:35:14','2019-08-15 15:35:14','{\"id\":\"3714\",\"questions\":[{\"uid\":\"48b493ed-5ebc-4f80-b0fc-a963d955d691\",\"content\":\"What does ATL stand for ?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1},\"allowCustomChoice\":\"visible\"},\"choices\":[{\"uid\":\"c4014f95-1c30-4379-a9f1-9fdbd0656714\",\"type\":\"text\",\"label\":\"Applicant Trading and Leisure?\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"7030a433-dab4-4c2a-a2cb-2217e68c28f9\",\"type\":\"text\",\"label\":\"Appliance Traders Limited\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"8f2fa7f5-4df7-454c-993b-2bf9e8097bd2\",\"type\":\"text\",\"label\":\"Alliance Technical Loans\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"fcad8226-4a79-4425-bab9-b82fa4daf8c5\",\"type\":\"text\",\"label\":\"Amplified Transfer Limited\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true}],\"votesOverride\":0}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"enabled\":true,\"start\":\"08\\/14\\/2019 14:42\",\"end\":\"08\\/31\\/2019 23:00\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','ATL Water Solutions','','inherit','closed','closed','','3714-revision-v1','','','2019-08-15 10:35:14','2019-08-15 15:35:14','',3714,'https://buzz-caribbean.com/article/3714-revision-v1/',0,'revision','',0),(4159,16,'2019-08-15 10:35:55','2019-08-15 15:35:55','{\"id\":\"3536\",\"questions\":[{\"uid\":\"84e00c2b-69a8-4fd1-852f-1b01c04ed833\",\"content\":\"What is Bashco\'s slogan?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"b4317175-bdca-44c5-b06d-7d24b4cbef69\",\"type\":\"text\",\"label\":\"The store that gives you more\",\"votes\":1,\"votesOverride\":1,\"collapsed\":true,\"visibility\":true},{\"uid\":\"18ba3e2b-0178-4373-ad2a-c3c7e1028dea\",\"type\":\"text\",\"label\":\"Always in demand\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"0bde8218-8142-4bcd-ae93-19b77931324d\",\"type\":\"text\",\"label\":\"We give you everything\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"041e9359-6990-4533-9e5d-b4e104358602\",\"type\":\"text\",\"label\":\"From a pin to an anchor\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}],\"votesOverride\":1}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"enabled\":true,\"start\":\"08\\/14\\/2019 09:03\",\"end\":\"08\\/31\\/2019 23:00\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Bashco Amazing August','','inherit','closed','closed','','3536-revision-v1','','','2019-08-15 10:35:55','2019-08-15 15:35:55','',3536,'https://buzz-caribbean.com/article/3536-revision-v1/',0,'revision','',0),(4160,21,'2019-08-15 10:36:56','2019-08-15 15:36:56','<!-- wp:paragraph -->\n<p>Pulling off the asphalted terrain of Lady Musgrave Road in Kingston, Jamaica, you are greeted with a pristine European-style paved courtyard, lined with pockets of low-lying shrubs and flowers evenly spaced between palm trees.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This immaculately kept courtyard is your entrance to the AC Kingston Hotel, which lounge area is quickly becoming the Corporate Area’s ‘It spot’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":841} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC-Hotel-Exterior-1024x683.jpg\" alt=\"\" class=\"wp-image-841\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>A cascading waterfall feature sets the tone for the lounge, steeped in contemporary architectural design, which lies just beyond the glass revolving door. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":842} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Pool-1024x683.jpg\" alt=\"\" class=\"wp-image-842\" /><figcaption>Gueests mingling at the outdoor pool at the AC Marriott Kingston</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> It\'s the newest chill spot for Kingston’s elites, who have already spilt a glass or two of Dom Pérignon on the lounge’s floor, which boast sandstone tiles accented by marble detailing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":843} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Busy-Lobby-1024x592.jpg\" alt=\"\" class=\"wp-image-843\" /><figcaption>Guests mingling in the lobby of AC Marriott</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br><a href=\"https://buzz-caribbean.com/article/carlton-brown-continues-to-make-strides-in-fashion/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Carltons </a>have rubbed against <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/carlton-brown-continues-to-make-strides-in-fashion/\" target=\"_blank\">Carltons</a> and many <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.instagram.com/bridgetsandalsja/?hl=en\" target=\"_blank\">Bridgets</a> have trodden the path to the centrepiece — a barista-style bar where many of the island’s bigwigs have already been spotted sampling a variety of alcoholic beverages, among other speciality drinks served-up by the well-clad and polite staff.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":844} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Adam-Stewart-Sharon-Burke-1024x683.jpg\" alt=\"\" class=\"wp-image-844\" /><figcaption>Adam Stewart, Deputy Chairman, of the Sandals/ATL Group chatting with Sharon Burke, CEO of Solid Agency</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>Just beyond the bar, there is a deck complete with a pool and another bar. While AC lounge is definitely the place to get seen, it also has smaller more intimate lounge spaces intertwined with the main lounge, as well as spaces to get some office work done while waiting for others to arrive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":846} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC-Pool-1024x682.jpg\" alt=\"\" class=\"wp-image-846\" /><figcaption>Fluorescent effect on the outdoor pool at night</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> AC lounge oozes glamour and sophistication that is Instagram-worthy but it also has a spiritedness made possible by the thoughtful Jamaican touches displayed throughout the space.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":848} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-1-1024x683.jpg\" alt=\"\" class=\"wp-image-848\" /><figcaption>Captivating  art piece curated by Susan Fredericks at the AC Marriott Kingston</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>The bold local art pieces are delicately placed throughout, striking a delicate balance making AC hotel high-end but also accessible. It is a hint of authenticity that could reap financial rewards as global trends show modern tourists are motivated by a localized travel experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See gallery below with stunning art pieces curated by Susan Fredericks at the AC Marriott Kingston.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[851,852,853,854,865]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-2-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"851\" data-link=\"https://buzz-caribbean.com/?attachment_id=851\" class=\"wp-image-851\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-3-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"852\" data-link=\"https://buzz-caribbean.com/?attachment_id=852\" class=\"wp-image-852\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-4-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"853\" data-link=\"https://buzz-caribbean.com/?attachment_id=853\" class=\"wp-image-853\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-5-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"854\" data-link=\"https://buzz-caribbean.com/?attachment_id=854\" class=\"wp-image-854\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-6-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"865\" data-link=\"https://buzz-caribbean.com/?attachment_id=865\" class=\"wp-image-865\" /></figure></li></ul>\n<!-- /wp:gallery -->','AC Marriott: Next-Gen Hotel Swag in Jamaica\'s Capital','','inherit','closed','closed','','828-revision-v1','','','2019-08-15 10:36:56','2019-08-15 15:36:56','',828,'https://buzz-caribbean.com/article/828-revision-v1/',0,'revision','',0),(4161,21,'2019-08-15 10:37:05','2019-08-15 15:37:05','<!-- wp:paragraph -->\n<p>Pulling off the asphalted terrain of Lady Musgrave Road in Kingston, Jamaica, you are greeted with a pristine European-style paved courtyard, lined with pockets of low-lying shrubs and flowers evenly spaced between palm trees.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This immaculately kept courtyard is your entrance to the AC Kingston Hotel, which lounge area is quickly becoming the Corporate Area’s ‘It spot’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":841} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC-Hotel-Exterior-1024x683.jpg\" alt=\"\" class=\"wp-image-841\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>A cascading waterfall feature sets the tone for the lounge, steeped in contemporary architectural design, which lies just beyond the glass revolving door. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":842} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Pool-1024x683.jpg\" alt=\"\" class=\"wp-image-842\" /><figcaption>Gueests mingling at the outdoor pool at the AC Marriott Kingston</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> It\'s the newest chill spot for Kingston’s elites, who have already spilt a glass or two of Dom Pérignon on the lounge’s floor, which boast sandstone tiles accented by marble detailing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":843} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Busy-Lobby-1024x592.jpg\" alt=\"\" class=\"wp-image-843\" /><figcaption>Guests mingling in the lobby of AC Marriott</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br><a href=\"https://buzz-caribbean.com/article/carlton-brown-continues-to-make-strides-in-fashion/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Carltons </a>have rubbed against <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/carlton-brown-continues-to-make-strides-in-fashion/\" target=\"_blank\">Carltons</a> and many <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.instagram.com/bridgetsandalsja/?hl=en\" target=\"_blank\">Bridgets</a> have trodden the path to the centrepiece — a barista-style bar where many of the island’s bigwigs have already been spotted sampling a variety of alcoholic beverages, among other speciality drinks served-up by the well-clad and polite staff.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":844} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Adam-Stewart-Sharon-Burke-1024x683.jpg\" alt=\"\" class=\"wp-image-844\" /><figcaption>Adam Stewart, Deputy Chairman, of the Sandals/ATL Group chatting with Sharon Burke, CEO of Solid Agency</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>Just beyond the bar, there is a deck complete with a pool and another bar. While AC lounge is definitely the place to get seen, it also has smaller more intimate lounge spaces intertwined with the main lounge, as well as spaces to get some office work done while waiting for others to arrive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":846} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC-Pool-1024x682.jpg\" alt=\"\" class=\"wp-image-846\" /><figcaption>Fluorescent effect on the outdoor pool at night</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> AC lounge oozes glamour and sophistication that is Instagram-worthy but it also has a spiritedness made possible by the thoughtful Jamaican touches displayed throughout the space.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":848} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-1-1024x683.jpg\" alt=\"\" class=\"wp-image-848\" /><figcaption>Captivating  art piece curated by Susan Fredericks at the AC Marriott Kingston</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The bold local art pieces are delicately placed throughout, striking a delicate balance making AC hotel high-end but also accessible. It is a hint of authenticity that could reap financial rewards as global trends show modern tourists are motivated by a localized travel experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See gallery below with stunning art pieces curated by Susan Fredericks at the AC Marriott Kingston.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[851,852,853,854,865]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-2-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"851\" data-link=\"https://buzz-caribbean.com/?attachment_id=851\" class=\"wp-image-851\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-3-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"852\" data-link=\"https://buzz-caribbean.com/?attachment_id=852\" class=\"wp-image-852\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-4-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"853\" data-link=\"https://buzz-caribbean.com/?attachment_id=853\" class=\"wp-image-853\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-5-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"854\" data-link=\"https://buzz-caribbean.com/?attachment_id=854\" class=\"wp-image-854\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-6-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"865\" data-link=\"https://buzz-caribbean.com/?attachment_id=865\" class=\"wp-image-865\" /></figure></li></ul>\n<!-- /wp:gallery -->','AC Marriott: Next-Gen Hotel Swag in Jamaica\'s Capital','','inherit','closed','closed','','828-revision-v1','','','2019-08-15 10:37:05','2019-08-15 15:37:05','',828,'https://buzz-caribbean.com/article/828-revision-v1/',0,'revision','',0),(4162,9,'2019-08-15 10:38:00','2019-08-15 15:38:00','<!-- wp:image {\"id\":1018} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-1-1024x614.jpg\" alt=\"\" class=\"wp-image-1018\" /><figcaption>One brave youth decides to risk a full \'chuck off\' at the Spanish Bridge in St. Mary (Photos: Mark Llewellyn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What better way to spend a summer’s day than cooling off at Labrynth’s Old Spanish Bridge!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With a drive of a little more than an hour from Kingston to St Mary, and it\'s easy to forget about the hustle and bustle of the city when surrounded by lush forest and the aroma of flora and fauna.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1020} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-3-1024x614.jpg\" alt=\"\" class=\"wp-image-1020\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Built in the 1770s, with the azure waters of White River running beneath it, the Old Spanish Bridge has become a growing attraction point.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Swinging off the scenic locale is a must for those who are wild at heart as it pulls out the adventure buffs in droves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> spent a day at Labyrinth\'s Old Spanish Bridge and brought back some photos – just for you. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1021,1022,1023,1024,1025,1026,1027,1028,1029]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-1-1-1024x614.jpg\" alt=\"\" data-id=\"1021\" data-link=\"https://buzz-caribbean.com/?attachment_id=1021\" class=\"wp-image-1021\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-2-1024x614.jpg\" alt=\"\" data-id=\"1022\" data-link=\"https://buzz-caribbean.com/?attachment_id=1022\" class=\"wp-image-1022\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-3-1-1024x614.jpg\" alt=\"\" data-id=\"1023\" data-link=\"https://buzz-caribbean.com/?attachment_id=1023\" class=\"wp-image-1023\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-4-1024x614.jpg\" alt=\"\" data-id=\"1024\" data-link=\"https://buzz-caribbean.com/?attachment_id=1024\" class=\"wp-image-1024\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-5-1024x614.jpg\" alt=\"\" data-id=\"1025\" data-link=\"https://buzz-caribbean.com/?attachment_id=1025\" class=\"wp-image-1025\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-6-1024x614.jpg\" alt=\"\" data-id=\"1026\" data-link=\"https://buzz-caribbean.com/?attachment_id=1026\" class=\"wp-image-1026\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-7-1024x614.jpg\" alt=\"\" data-id=\"1027\" data-link=\"https://buzz-caribbean.com/?attachment_id=1027\" class=\"wp-image-1027\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-8-1024x614.jpg\" alt=\"\" data-id=\"1028\" data-link=\"https://buzz-caribbean.com/?attachment_id=1028\" class=\"wp-image-1028\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/spanish-bridge-ochi-buzz-9-1024x614.jpg\" alt=\"\" data-id=\"1029\" data-link=\"https://buzz-caribbean.com/?attachment_id=1029\" class=\"wp-image-1029\" /></figure></li></ul>\n<!-- /wp:gallery -->','A lazy summer at the iconic Spanish Bridge','','inherit','closed','closed','','1016-revision-v1','','','2019-08-15 10:38:00','2019-08-15 15:38:00','',1016,'https://buzz-caribbean.com/article/1016-revision-v1/',0,'revision','',0),(4165,14,'2019-07-30 10:48:13','2019-07-30 15:48:13','<!-- wp:embed {\"url\":\"https://youtu.be/YOrE-lEzF-w\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/YOrE-lEzF-w\n</div></figure>\n<!-- /wp:embed -->','BUZZ Top 10 music chart — July 29','','publish','closed','closed','','buzz-top-10-music-charts-week-july-29','','','2019-09-11 10:47:47','2019-09-11 15:47:47','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=4165',0,'video','',0),(4167,14,'2019-08-15 10:47:42','2019-08-15 15:47:42','','Chris Brown No Guidance Buzzgrab','','inherit','open','closed','','chris-brown-no-guidance-buzzgrab','','','2019-08-15 10:47:42','2019-08-15 15:47:42','',4165,'https://buzz-caribbean.com/app/uploads/2019/08/chris-brown-no-guidance-buzzgrab.jpg',0,'attachment','image/jpeg',0),(4168,14,'2019-08-06 10:52:34','2019-08-06 15:52:34','<!-- wp:embed {\"url\":\"https://youtu.be/fhfYZwfc0l4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/fhfYZwfc0l4\n</div></figure>\n<!-- /wp:embed -->','BUZZ Top 10 music chart — August 5','','publish','closed','closed','','buzz-top-10-music-charts-week-august-5','','','2019-09-11 10:51:35','2019-09-11 15:51:35','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=4168',0,'video','',0),(4169,14,'2019-08-15 10:52:25','2019-08-15 15:52:25','','Tommy Lee Sparta Shotta Buzzgrab','','inherit','open','closed','','tommy-lee-sparta-shotta-buzzgrab','','','2019-08-15 10:52:25','2019-08-15 15:52:25','',4168,'https://buzz-caribbean.com/app/uploads/2019/08/tommy-lee-sparta-shotta-buzzgrab.jpg',0,'attachment','image/jpeg',0),(4170,14,'2019-08-14 19:54:59','2019-08-15 00:54:59','<!-- wp:embed {\"url\":\"https://youtu.be/8xbMSxGT2CE\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/8xbMSxGT2CE\n</div></figure>\n<!-- /wp:embed -->','BUZZ Top 10 music chart —  August 12','','publish','closed','closed','','buzz-top-10-music-charts-week-august-12','','','2019-09-11 10:45:25','2019-09-11 15:45:25','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=4170',0,'video','',0),(4171,14,'2019-08-15 10:54:50','2019-08-15 15:54:50','','Rygin King One Time Buzzgrab','','inherit','open','closed','','rygin-king-one-time-buzzgrab','','','2019-08-15 10:54:50','2019-08-15 15:54:50','',4170,'https://buzz-caribbean.com/app/uploads/2019/08/rygin-king-one-time-buzzgrab.jpg',0,'attachment','image/jpeg',0),(4174,1,'2019-08-15 10:59:38','2019-08-15 15:59:38','','71+J1TtxfOL. SX679 ','','inherit','open','closed','','71j1ttxfol-_sx679_','','','2019-08-15 10:59:38','2019-08-15 15:59:38','',3750,'https://buzz-caribbean.com/app/uploads/2019/08/71J1TtxfOL._SX679_.jpg',0,'attachment','image/jpeg',0),(4175,21,'2019-08-15 11:01:47','2019-08-15 16:01:47','','LBD-Sleek','','inherit','open','closed','','lbd-sleek','','','2019-08-15 11:01:47','2019-08-15 16:01:47','',622,'https://buzz-caribbean.com/app/uploads/2019/08/LBD-Sleek.jpg',0,'attachment','image/jpeg',0),(4176,26,'2019-08-15 11:03:01','2019-08-15 16:03:01','<!-- wp:image {\"id\":2254} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chronixx.jpg\" alt=\"\" class=\"wp-image-2254\" /><figcaption>Chronixx continues to make a major impact with his music. (Photo: Chronixx\'s website)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"You should definitely write an article about Chronixx,” my friend said in a WhatsApp message. “About how much work he’s done in reggae or maybe whether or not he can be placed on the same pedestal as Bob Marley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be honest, this topic had been brewing in my mind for approximately a year and a half. Firstly, could anyone compare to the great Bob Marley? Second, can the living be compared to the dead, especially when both lived in different periods? Last, why does any of this even matter?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2255} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bob-marley-1024x569.jpg\" alt=\"\" class=\"wp-image-2255\" /><figcaption>Bob Marley has received many accolades for his extensive catalogue.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>I will not claim to be the biggest Chronixx fan, but I’ve been a supporter of the team since his earlier years. Throughout the different phases of his career (so far), he has connected with Jamaican and international audiences on many levels. Using my novice-level skill of analysis, I deduced three major phases of Jamar McNaughton, the rebel who would not follow anyone with their pants below waist level or bleached faces. The second phase was the declaration of the ‘Dread and Terrible’, the staunch defence against those who would dare to suppress the ‘Alpha And Omega’ while living on ‘Capture Land’— an irony that had every Rasta man proclaiming ‘Here Comes Trouble’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Can the living be compared to the dead, especially when both lived in different periods?\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>This then brings us to what I am in favour of calling the current era of his reign. In this time, the mere swoon of his vocals over any stereo device or musical gadget, Instagram video, voice note reminds us daily that he is now a household name and the new benchmark for professionalism in reggae for an upcoming act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On August 6, 2018, I listened to Chronixx’s latest work ‘Chronology’, and the man ministered unto my soul as I sat on a rock in one of my favourite parks in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtube.com/watch?v=fUREgj4i684\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtube.com/watch?v=fUREgj4i684\n</div><figcaption>The official music video for Chronixx\'s \'I Can\' has garnered more than seven million views. </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>But to compare him to Bob Marley? That could be a stretch too far.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the few I’ve spoken to, and as it relates to the many conversations in various media that I have seen or read, Bob was set apart in a very revolutionary way. He sang for freedom from mental slavery, launched the face and personality that our thriving tourism industry has reaped numerous benefits from and has created a family dynasty that has major clout and influence in music and other creative/non-creative industries. He has also left a vast catalogue of music that many of us still enjoy, and he has also received some of the highest awards internationally. To this day, making Bob Marley a national hero is a topic of debate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2256} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bob-marley-B-1024x587.jpg\" alt=\"\" class=\"wp-image-2256\" /><figcaption>There is often debate about making Bob Marley a national hero. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bob started recording at about 18 years old and passed away at 36 which gave him roughly 18 years to make an impact, and today we only call him a king because he did.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bob may continue to sell, and his music will always hold its place for as long as time allows, but Chronixx is definitely ruling hearts, making them feel and spire towards a higher, much more balanced state of consciousness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2258} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chronixx-A.jpg\" alt=\"\" class=\"wp-image-2258\" /><figcaption>Chronixx has been performing at sold-out shows across the globe. (Photo: Chronixx\'s website)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Can he someday be crowned a king for having the same kind of impact?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Someday,” my co-worker responded when I asked her one afternoon. Then she continued nodding her head to ‘Skankin’ Sweet’ that was being played on her phone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> — <em><strong>Written by recording artiste Shekinah Ade-Gold</strong></em><br> <br> </p>\n<!-- /wp:paragraph -->','Can we really compare Chronixx to Bob Marley?','','inherit','closed','closed','','2247-revision-v1','','','2019-08-15 11:03:01','2019-08-15 16:03:01','',2247,'https://buzz-caribbean.com/article/2247-revision-v1/',0,'revision','',0),(4177,21,'2019-08-15 11:06:28','2019-08-15 16:06:28','','LBD-Drama','','inherit','open','closed','','lbd-drama','','','2019-08-15 11:06:28','2019-08-15 16:06:28','',622,'https://buzz-caribbean.com/app/uploads/2019/08/LBD-Drama.jpg',0,'attachment','image/jpeg',0),(4179,26,'2019-08-15 11:07:23','2019-08-15 16:07:23','<!-- wp:image {\"id\":3955} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rebecca-stevenson-buzz-demo-1-1024x684.jpg\" alt=\"\" class=\"wp-image-3955\" /><figcaption>Rebecca Stevenson (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Coldwell Banker realtor Rebecca Tulloch Stevenson has just signed on as a <strong>BUZZ</strong> columnist to provide tips and insights into Jamaica’s real estate market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>We sat down with her at Outpost Republic located on Lady Musgrave Road in Kingston, to find out about her life as a realtor and a little bit more about the real estate game.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong>\"...Money should never determine the level of service the client gets, when you give people good service, you reap satisfactory rewards.\" </strong></p><cite>  –  The insightful Rebecca Stevenson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>:&nbsp; Why did you become a realtor?<br><strong>Rebecca</strong>: I got into the real estate market business about 6 years ago. I was persuaded to enter it by my good friend Kaili McDonnough-Scott who is also a realtor. She said, “ Look, you can sell so why don’t we do this real estate course together.”<br>We both love properties and home décor and are businesswomen and I went from there.<br><br><br><strong>BUZZ</strong>: It is evident that you have a passion for what you do. Tell us about that passion? <br><strong>Rebecca</strong>:&nbsp; It really comes down to trying to help people. I love meeting people and I do think the real estate market should be demystified. It is not just for the elite. Being a realtor is never boring. Every day is an adventure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><strong>BUZZ</strong>: You appeared on the HGTV show <strong>House Hunters International</strong>. How did that come about and tell us a little about that experience?<br><br><strong>Rebecca</strong>:&nbsp; I have appeared on House Hunters twice. The first time I was in the business all of four months! I really didn’t know too much about the business but my friend Odessa Chambers said, “Hey Rebecca, I heard you got your real estate licence. HGTV is looking for an agent. Why don’t you do it?\"<br><br>I had to audition for the part and I must say that was fun but having said that I do have a background in drama. It was a great experience and I have good memories of working with my first couple, Kevin and Cassidy, ex-pats from the U.S. coming to work in Jamaica who needed a home.<br><br>House Hunters called me back to do the show two years ago when I was pregnant with my son Hunter. I had reservations because I was 6-months pregnant at the time but they insisted that they wanted to work with me again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3956} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rebecca-stevenson-buzz-demo-2-1024x659.jpg\" alt=\"\" class=\"wp-image-3956\" /><figcaption>Photo: Contributed</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: Right now many young persons are interested in the property market, which seems to be enjoying a boom. You have said people should be looking to rent where they live as opposed to concentrating on ownership. Could you explain a bit further for our readers? <br><br>Rebecca: Sometimes it\'s OK to own something that you rent to someone else but you rent where you live. What I mean by that is when you sit down and go through the numbers, it can work in your favour if you are renting somewhere, paying a nominal sum which I would consider anywhere below J$150,000 a month. If you can keep your rent below that, then you’re golden.<br><br>Then what you do is save for your deposit; buy a property that you then rent out to someone else. The rent you do collect can be used to pay down the mortgage.<br><br>That rental income should be at least 90 percent of your carrying costs, which are your mortgage and maintenance fees.<br><br>As Jamaicans, we have been caught up in this idea of homeownership and having land. We need to take the emotion out of it and focus on how real estate can help build up your asset holdings. We must pay better attention to assets, not liabilities. Nobody wants to be house poor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3954} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rebecca-stevenson-buzz-demo-3-1024x684.jpg\" alt=\"\" class=\"wp-image-3954\" /><figcaption>Photo: Contributed</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: Anya Levy has said that there is a surplus of units on the market and that there is a danger of creating a real estate bubble. What is your take on this?<br><br><strong>Rebecca</strong>:&nbsp; Real estate developers are not stupid. They do not build indiscriminately. They know where the demand is. Both my partner and I believe there is around 3 to 6 months supply of apartments and that is fine.<br><br>Today people have more choices. There are so many options for two-bedroom apartments and townhouses, which should be empowering for consumers. It is more an issue of choice rather than oversupply.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong>\"Being a realtor is not about salesmanship; it is about expertise.\"</strong></p><cite>   – Rebecca Stevenson in an interview with BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: What should you be looking for in your real estate broker?<br><br><strong>Rebecca</strong>: You have to vibe with your broker. When you are working with a broker you really need to trust that person and so confidence is key. You have to find a realtor who is doing their ABCs and I consider that \'Always Be Caring\'.<br><br>The realtor shouldn’t be concerned solely about the money from the deal. The money should never determine the level of service the client gets.<br><br>I have found, when you give people good service, you reap satisfactory rewards. If I do a good job, the client tells people about my level of service, which in turn grows my business.<br><br>You need a realtor that knows the market but more importantly, one that listens to you. You don’t want someone showing you apples when you are shopping for oranges.<br><br>Being a realtor is not about salesmanship; it is about expertise. <br><br> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Look out for Rebecca’s real estate tips here on <strong>BUZZ</strong>, coming soon. </p>\n<!-- /wp:paragraph -->','Rebecca Stevenson gives tips on real estate','','inherit','closed','closed','','3941-revision-v1','','','2019-08-15 11:07:23','2019-08-15 16:07:23','',3941,'https://buzz-caribbean.com/article/3941-revision-v1/',0,'revision','',0),(4180,26,'2019-08-15 11:08:40','2019-08-15 16:08:40','<!-- wp:image {\"id\":3955} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rebecca-stevenson-buzz-demo-1-1024x684.jpg\" alt=\"\" class=\"wp-image-3955\" /><figcaption>Rebecca Stevenson (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Coldwell Banker realtor Rebecca Tulloch Stevenson has just signed on as a <strong>BUZZ</strong> columnist to provide tips and insights into Jamaica’s real estate market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>We sat down with her at Outpost Republic located on Lady Musgrave Road in Kingston, to find out about her life as a realtor and a little bit more about the real estate game.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong>\"...Money should never determine the level of service the client gets, when you give people good service, you reap satisfactory rewards.\" </strong></p><cite>  –  The insightful Rebecca Stevenson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>:&nbsp; Why did you become a realtor?<br><strong>Rebecca</strong>: I got into the real estate market business about 6 years ago. I was persuaded to enter it by my good friend Kaili McDonnough-Scott who is also a realtor. She said, “ Look, you can sell so why don’t we do this real estate course together.”<br>We both love properties and home décor and are businesswomen and I went from there.<br><br><br><strong>BUZZ</strong>: It is evident that you have a passion for what you do. Tell us about that passion? <br><strong>Rebecca</strong>:&nbsp; It really comes down to trying to help people. I love meeting people and I do think the real estate market should be demystified. It is not just for the elite. Being a realtor is never boring. Every day is an adventure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><strong>BUZZ</strong>: You appeared on the HGTV show <strong>House Hunters International</strong>. How did that come about and tell us a little about that experience?<br><strong>Rebecca</strong>:  I have appeared on House Hunters twice. The first time I was in the business all of four months! I really didn’t know too much about the business but my friend Odessa Chambers said, “Hey Rebecca, I heard you got your real estate licence. HGTV is looking for an agent. Why don’t you do it?\"<br><br>I had to audition for the part and I must say that was fun but having said that I do have a background in drama. It was a great experience and I have good memories of working with my first couple, Kevin and Cassidy, ex-pats from the U.S. coming to work in Jamaica who needed a home.<br><br>House Hunters called me back to do the show two years ago when I was pregnant with my son Hunter. I had reservations because I was 6-months pregnant at the time but they insisted that they wanted to work with me again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3956} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rebecca-stevenson-buzz-demo-2-1024x659.jpg\" alt=\"\" class=\"wp-image-3956\" /><figcaption>Photo: Contributed</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: Right now many young persons are interested in the property market, which seems to be enjoying a boom. You have said people should be looking to rent where they live as opposed to concentrating on ownership. Could you explain a bit further for our readers? <br><br>Rebecca: Sometimes it\'s OK to own something that you rent to someone else but you rent where you live. What I mean by that is when you sit down and go through the numbers, it can work in your favour if you are renting somewhere, paying a nominal sum which I would consider anywhere below J$150,000 a month. If you can keep your rent below that, then you’re golden.<br><br>Then what you do is save for your deposit; buy a property that you then rent out to someone else. The rent you do collect can be used to pay down the mortgage.<br><br>That rental income should be at least 90 percent of your carrying costs, which are your mortgage and maintenance fees.<br><br>As Jamaicans, we have been caught up in this idea of homeownership and having land. We need to take the emotion out of it and focus on how real estate can help build up your asset holdings. We must pay better attention to assets, not liabilities. Nobody wants to be house poor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3954} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rebecca-stevenson-buzz-demo-3-1024x684.jpg\" alt=\"\" class=\"wp-image-3954\" /><figcaption>Photo: Contributed</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: Anya Levy has said that there is a surplus of units on the market and that there is a danger of creating a real estate bubble. What is your take on this?<br><br><strong>Rebecca</strong>:&nbsp; Real estate developers are not stupid. They do not build indiscriminately. They know where the demand is. Both my partner and I believe there is around 3 to 6 months supply of apartments and that is fine.<br><br>Today people have more choices. There are so many options for two-bedroom apartments and townhouses, which should be empowering for consumers. It is more an issue of choice rather than oversupply.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong>\"Being a realtor is not about salesmanship; it is about expertise.\"</strong></p><cite>   – Rebecca Stevenson in an interview with BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: What should you be looking for in your real estate broker?<br><br><strong>Rebecca</strong>: You have to vibe with your broker. When you are working with a broker you really need to trust that person and so confidence is key. You have to find a realtor who is doing their ABCs and I consider that \'Always Be Caring\'.<br><br>The realtor shouldn’t be concerned solely about the money from the deal. The money should never determine the level of service the client gets.<br><br>I have found, when you give people good service, you reap satisfactory rewards. If I do a good job, the client tells people about my level of service, which in turn grows my business.<br><br>You need a realtor that knows the market but more importantly, one that listens to you. You don’t want someone showing you apples when you are shopping for oranges.<br><br>Being a realtor is not about salesmanship; it is about expertise. <br><br> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Look out for Rebecca’s real estate tips here on <strong>BUZZ</strong>, coming soon. </p>\n<!-- /wp:paragraph -->','Rebecca Stevenson gives tips on real estate','','inherit','closed','closed','','3941-revision-v1','','','2019-08-15 11:08:40','2019-08-15 16:08:40','',3941,'https://buzz-caribbean.com/article/3941-revision-v1/',0,'revision','',0),(4181,26,'2019-08-15 11:10:03','2019-08-15 16:10:03','<!-- wp:image {\"id\":3955} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rebecca-stevenson-buzz-demo-1-1024x684.jpg\" alt=\"\" class=\"wp-image-3955\" /><figcaption>Rebecca Stevenson (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Coldwell Banker realtor Rebecca Tulloch Stevenson has just signed on as a <strong>BUZZ</strong> columnist to provide tips and insights into Jamaica’s real estate market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>We sat down with her at Outpost Republic located on Lady Musgrave Road in Kingston, to find out about her life as a realtor and a little bit more about the real estate game.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong>\"...Money should never determine the level of service the client gets, when you give people good service, you reap satisfactory rewards.\" </strong></p><cite>  –  The insightful Rebecca Stevenson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>:&nbsp; Why did you become a realtor?<br><strong>Rebecca</strong>: I got into the real estate market business about 6 years ago. I was persuaded to enter it by my good friend Kaili McDonnough-Scott who is also a realtor. She said, “ Look, you can sell so why don’t we do this real estate course together.”<br>We both love properties and home décor and are businesswomen and I went from there.<br><br><br><strong>BUZZ</strong>: It is evident that you have a passion for what you do. Tell us about that passion? <br><strong>Rebecca</strong>:&nbsp; It really comes down to trying to help people. I love meeting people and I do think the real estate market should be demystified. It is not just for the elite. Being a realtor is never boring. Every day is an adventure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><strong>BUZZ</strong>: You appeared on the HGTV show <strong>House Hunters International</strong>. How did that come about and tell us a little about that experience?<br><strong>Rebecca</strong>:  I have appeared on House Hunters twice. The first time I was in the business all of four months! I really didn’t know too much about the business but my friend Odessa Chambers said, “Hey Rebecca, I heard you got your real estate licence. HGTV is looking for an agent. Why don’t you do it?\"<br><br>I had to audition for the part and I must say that was fun but having said that I do have a background in drama. It was a great experience and I have good memories of working with my first couple, Kevin and Cassidy, ex-pats from the U.S. coming to work in Jamaica who needed a home.<br><br>House Hunters called me back to do the show two years ago when I was pregnant with my son Hunter. I had reservations because I was 6-months pregnant at the time but they insisted that they wanted to work with me again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3956} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rebecca-stevenson-buzz-demo-2-1024x659.jpg\" alt=\"\" class=\"wp-image-3956\" /><figcaption>Photo: Contributed</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: Right now many young persons are interested in the property market, which seems to be enjoying a boom. You have said people should be looking to rent where they live as opposed to concentrating on ownership. Could you explain a bit further for our readers? <br><strong>Rebecca</strong>: Sometimes it\'s OK to own something that you rent to someone else but you rent where you live. What I mean by that is when you sit down and go through the numbers, it can work in your favour if you are renting somewhere, paying a nominal sum which I would consider anywhere below J$150,000 a month. If you can keep your rent below that, then you’re golden.<br><br>Then what you do is save for your deposit; buy a property that you then rent out to someone else. The rent you do collect can be used to pay down the mortgage.<br><br>That rental income should be at least 90 percent of your carrying costs, which are your mortgage and maintenance fees.<br><br>As Jamaicans, we have been caught up in this idea of homeownership and having land. We need to take the emotion out of it and focus on how real estate can help build up your asset holdings. We must pay better attention to assets, not liabilities. Nobody wants to be house poor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3954} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rebecca-stevenson-buzz-demo-3-1024x684.jpg\" alt=\"\" class=\"wp-image-3954\" /><figcaption>Photo: Contributed</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: Anya Levy has said that there is a surplus of units on the market and that there is a danger of creating a real estate bubble. What is your take on this?<br><br><strong>Rebecca</strong>:&nbsp; Real estate developers are not stupid. They do not build indiscriminately. They know where the demand is. Both my partner and I believe there is around 3 to 6 months supply of apartments and that is fine.<br><br>Today people have more choices. There are so many options for two-bedroom apartments and townhouses, which should be empowering for consumers. It is more an issue of choice rather than oversupply.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong>\"Being a realtor is not about salesmanship; it is about expertise.\"</strong></p><cite>   – Rebecca Stevenson in an interview with BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: What should you be looking for in your real estate broker?<br><br><strong>Rebecca</strong>: You have to vibe with your broker. When you are working with a broker you really need to trust that person and so confidence is key. You have to find a realtor who is doing their ABCs and I consider that \'Always Be Caring\'.<br><br>The realtor shouldn’t be concerned solely about the money from the deal. The money should never determine the level of service the client gets.<br><br>I have found, when you give people good service, you reap satisfactory rewards. If I do a good job, the client tells people about my level of service, which in turn grows my business.<br><br>You need a realtor that knows the market but more importantly, one that listens to you. You don’t want someone showing you apples when you are shopping for oranges.<br><br>Being a realtor is not about salesmanship; it is about expertise. <br><br> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Look out for Rebecca’s real estate tips here on <strong>BUZZ</strong>, coming soon. </p>\n<!-- /wp:paragraph -->','Rebecca Stevenson gives tips on real estate','','inherit','closed','closed','','3941-revision-v1','','','2019-08-15 11:10:03','2019-08-15 16:10:03','',3941,'https://buzz-caribbean.com/article/3941-revision-v1/',0,'revision','',0),(4182,26,'2019-08-15 11:11:27','2019-08-15 16:11:27','<!-- wp:image {\"id\":3955} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rebecca-stevenson-buzz-demo-1-1024x684.jpg\" alt=\"\" class=\"wp-image-3955\" /><figcaption>Rebecca Stevenson (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Coldwell Banker realtor Rebecca Tulloch Stevenson has just signed on as a <strong>BUZZ</strong> columnist to provide tips and insights into Jamaica’s real estate market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>We sat down with her at Outpost Republic located on Lady Musgrave Road in Kingston, to find out about her life as a realtor and a little bit more about the real estate game.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong>\"...Money should never determine the level of service the client gets, when you give people good service, you reap satisfactory rewards.\" </strong></p><cite>  –  The insightful Rebecca Stevenson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>:  Why did you become a realtor?<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Rebecca</strong>: I got into the real estate market business about 6 years ago. I was persuaded to enter it by my good friend Kaili McDonnough-Scott who is also a realtor. She said, “ Look, you can sell so why don’t we do this real estate course together.”<br>We both love properties and home décor and are businesswomen and I went from there.<br><br><br><strong>BUZZ</strong>: It is evident that you have a passion for what you do. Tell us about that passion? <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Rebecca</strong>:  It really comes down to trying to help people. I love meeting people and I do think the real estate market should be demystified. It is not just for the elite. Being a realtor is never boring. Every day is an adventure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><strong>BUZZ</strong>: You appeared on the HGTV show <strong>House Hunters International</strong>. How did that come about and tell us a little about that experience?<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Rebecca</strong>:  I have appeared on House Hunters twice. The first time I was in the business all of four months! I really didn’t know too much about the business but my friend Odessa Chambers said, “Hey Rebecca, I heard you got your real estate licence. HGTV is looking for an agent. Why don’t you do it?\"<br><br>I had to audition for the part and I must say that was fun but having said that I do have a background in drama. It was a great experience and I have good memories of working with my first couple, Kevin and Cassidy, ex-pats from the U.S. coming to work in Jamaica who needed a home.<br><br>House Hunters called me back to do the show two years ago when I was pregnant with my son Hunter. I had reservations because I was 6-months pregnant at the time but they insisted that they wanted to work with me again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3956} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rebecca-stevenson-buzz-demo-2-1024x659.jpg\" alt=\"\" class=\"wp-image-3956\" /><figcaption>Photo: Contributed</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: Right now many young persons are interested in the property market, which seems to be enjoying a boom. You have said people should be looking to rent where they live as opposed to concentrating on ownership. Could you explain a bit further for our readers? <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Rebecca</strong>: Sometimes it\'s OK to own something that you rent to someone else but you rent where you live. What I mean by that is when you sit down and go through the numbers, it can work in your favour if you are renting somewhere, paying a nominal sum which I would consider anywhere below J$150,000 a month. If you can keep your rent below that, then you’re golden.<br><br>Then what you do is save for your deposit; buy a property that you then rent out to someone else. The rent you do collect can be used to pay down the mortgage.<br><br>That rental income should be at least 90 percent of your carrying costs, which are your mortgage and maintenance fees.<br><br>As Jamaicans, we have been caught up in this idea of homeownership and having land. We need to take the emotion out of it and focus on how real estate can help build up your asset holdings. We must pay better attention to assets, not liabilities. Nobody wants to be house poor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3954} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rebecca-stevenson-buzz-demo-3-1024x684.jpg\" alt=\"\" class=\"wp-image-3954\" /><figcaption>Photo: Contributed</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: Anya Levy has said that there is a surplus of units on the market and that there is a danger of creating a real estate bubble. What is your take on this?<br><br><strong>Rebecca</strong>:&nbsp; Real estate developers are not stupid. They do not build indiscriminately. They know where the demand is. Both my partner and I believe there is around 3 to 6 months supply of apartments and that is fine.<br><br>Today people have more choices. There are so many options for two-bedroom apartments and townhouses, which should be empowering for consumers. It is more an issue of choice rather than oversupply.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong>\"Being a realtor is not about salesmanship; it is about expertise.\"</strong></p><cite>   – Rebecca Stevenson in an interview with BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: What should you be looking for in your real estate broker?<br><br><strong>Rebecca</strong>: You have to vibe with your broker. When you are working with a broker you really need to trust that person and so confidence is key. You have to find a realtor who is doing their ABCs and I consider that \'Always Be Caring\'.<br><br>The realtor shouldn’t be concerned solely about the money from the deal. The money should never determine the level of service the client gets.<br><br>I have found, when you give people good service, you reap satisfactory rewards. If I do a good job, the client tells people about my level of service, which in turn grows my business.<br><br>You need a realtor that knows the market but more importantly, one that listens to you. You don’t want someone showing you apples when you are shopping for oranges.<br><br>Being a realtor is not about salesmanship; it is about expertise. <br><br> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Look out for Rebecca’s real estate tips here on <strong>BUZZ</strong>, coming soon. </p>\n<!-- /wp:paragraph -->','Rebecca Stevenson gives tips on real estate','','inherit','closed','closed','','3941-revision-v1','','','2019-08-15 11:11:27','2019-08-15 16:11:27','',3941,'https://buzz-caribbean.com/article/3941-revision-v1/',0,'revision','',0),(4183,9,'2019-08-15 11:12:13','2019-08-15 16:12:13','<!-- wp:image {\"id\":2489} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chabad-1024x768.jpg\" alt=\"\" class=\"wp-image-2489\" /><figcaption>  Chabad Kosher Hot Spot offers a wide variety of Middle Eastern foods. <br>(Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Montego Bay may not be widely known\nfor variety when it comes to food options, but if you look closely there are more\nthan enough eateries to provide alternatives. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such place is Chabad Kosher Hot\nSpot. The Jewish restaurant is located on Jimmy Cliff Boulevard in the city,\nand it is set on giving Montegonians a middle eastern taste that is not the\nusual fare in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2488} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chabad-A-1024x768.jpg\" alt=\"\" class=\"wp-image-2488\" /><figcaption> One of the popular dishes at Chabad Kosher Hot Spot is falafel comb served with fries. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Its location is quite pronounced, as\nit sits across the road from the famous Margaritaville. And patrons who are\ncurious enough to pass through its doors can choose from a variety of authentic\nJewish meals with the most popular being the falafel. The dishes at Chabad\nKosher Hot Spot are mostly vegetarian, and persons are usually enticed by the\nsweet aroma as the meals are prepared and served.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The restaurant also serves as an\ninformation centre, as persons can buy books and other materials. In addition,\nthose who visit the location can also use the opportunity to interact with the welcoming\nmembers of the Jewish community who might be present there. </p>\n<!-- /wp:paragraph -->','Montego Bay gets a taste of \'kosher\'','','inherit','closed','closed','','2487-revision-v1','','','2019-08-15 11:12:13','2019-08-15 16:12:13','',2487,'https://buzz-caribbean.com/article/2487-revision-v1/',0,'revision','',0),(4184,9,'2019-08-15 11:14:00','2019-08-15 16:14:00','<!-- wp:image {\"id\":2683} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/henna-H-1-1024x836.jpg\" alt=\"\" class=\"wp-image-2683\" /><figcaption>The henna plant produces a natural red dye that is used to stain the skin.  <br>(Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For centuries people used henna for body art in the Middle East, Asia and parts of Africa. But in more recent years, these patterns have been gaining popularity in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Just ask Mark Samuels, the proprietor of a Kingston-based company called Henna Threads. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2685} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Henna-CCC.jpg\" alt=\"\" class=\"wp-image-2685\" /><figcaption>This male model sports body art that was done using both henna and jagua (darker stains).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“When I just started doing this nine years ago, nobody knew\nwhat it was,” he said. “And even though there is still a great number of persons\nwho don’t know what it is, it is not nearly like it used to be before - to the\npoint where when I hear Shenseea sing about henna in one of her songs, I was\nlike, ‘what?’. Obviously, you are not going to put something in your music if\npeople can’t relate to it or know about it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2688} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/henna-BB-853x1024.jpg\" alt=\"\" class=\"wp-image-2688\" /><figcaption>The thigh is a popular area for henna designs. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When Samuels began offering the service, he said that he was\nprobably the only person doing so. And while he might still be the only person providing\nthis type of body art as a full-time job, he said that there are other artists\nwho are offering the service on a part-time basis. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Henna is the application of a thick paste made from the ground leaves of the henna plant. It produces a natural red dye that is used to stain the skin.  Henna stains usually last for a week. In addition, Samuels offers a darker stain with jagua, which is another paste that is made from the extract of the fruit Genipa americana, also known as&nbsp;jagua.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2686,2687]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Henna-DDD.jpg\" alt=\"\" data-id=\"2686\" data-link=\"https://buzz-caribbean.com/?attachment_id=2686\" class=\"wp-image-2686\" /><figcaption>This model makes a statement in body art that was done using henna and jagua.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Henna-F-1024x833.jpg\" alt=\"\" data-id=\"2687\" data-link=\"https://buzz-caribbean.com/?attachment_id=2687\" class=\"wp-image-2687\" /><figcaption>Jagua designs are darker than those done with henna. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Samuels told <strong>BUZZ</strong> that the hands and feet are two areas on which people often want their body art to be done, with the thigh and back following closely behind. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like the countries this type of body art began in, Jamaicans also get henna patterns for special occasions like dinner parties, birthdays, carnival and other celebratory events. And as expected, Samuels said that the high seasons for henna body art are summer, Christmas and the Easter period.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Sexy henna designs gaining popularity in Jamaica','','inherit','closed','closed','','2679-revision-v1','','','2019-08-15 11:14:00','2019-08-15 16:14:00','',2679,'https://buzz-caribbean.com/article/2679-revision-v1/',0,'revision','',0),(4185,12,'2019-08-15 11:15:13','2019-08-15 16:15:13','<!-- wp:paragraph -->\n<p>Yasheika Shea Powell (call her\nShea) has wanderlust. In other words, travel is in her blood.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2888} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shea-Japan-Cherry-Blossoms-BUZZ-1024x731.jpg\" alt=\"\" class=\"wp-image-2888\" /><figcaption>Shea Powell embracing the serenity and beauty of Japan (Photos: Shea Powell)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It’s my drive,” says the fast-talking, Kingston-based blogger. Her website, <a href=\"http://www.theworldupcloser.com,/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">www.theworldupcloser.com,</a> is packed with useful travel tips and true-life experiences — alongside dreamy photographs of places she has visited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2889} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shea-India-BUZZ.jpg\" alt=\"\" class=\"wp-image-2889\" /><figcaption>No visit to India is complete without donning one of their elegant sarees</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You can find Shea on Instagram in an Italian vineyard (wineglass in hand); meditating under the cherry blossoms in Japan; or daydreaming on a houseboat in Kerala, India.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2891} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Houseboat-India-BUZZ-1024x683.jpg\" alt=\"\" class=\"wp-image-2891\" /><figcaption>Snapshot of houseboats in Kerala, India</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Shea’s\nfirst trip abroad was to Washington, DC on April 23, 2008. Since then it’s been\nhard for her to stay in one place. But what, or where is her inspiration?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2893,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shea-India-Next-Adventure-BUZZ-1024x819.jpg\" alt=\"\" class=\"wp-image-2893\" /><figcaption>Shea Powell enjoying a dreamy moment in India - always looking for the next adventure </figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A\nbig sigh. “OMG! South America!” Her first (visa-free) trip there was to\nEcuador, which she says has a special place in her heart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her Spanish is improving rapidly. Among the 38 countries, she has visited to date — an “intense” 12 days in Japan and a road trip around Iceland (“a whole different planet by itself”) also stands out for her.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><em><strong>Take a peek at some of the stunning shots captured in Japan in gallery below.</strong></em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3013,3010,3009,3012,3011]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shea-Japan-BUZZ-1024x683.jpg\" alt=\"\" data-id=\"3013\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/shea-japan-buzz/\" class=\"wp-image-3013\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Japan-Shea-Powell-1024x861.jpg\" alt=\"\" data-id=\"3010\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/buzz-japan-shea-powell/\" class=\"wp-image-3010\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Japan-Scenery-Shea-Powell-1024x820.jpg\" alt=\"\" data-id=\"3009\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/buzz-japan-scenery-shea-powell/\" class=\"wp-image-3009\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shea-Japan-1.jpg\" alt=\"\" data-id=\"3012\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/shea-japan-1/\" class=\"wp-image-3012\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Japanese-Meal-BUZZ-1024x819.jpg\" alt=\"\" data-id=\"3011\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/japanese-meal-buzz/\" class=\"wp-image-3011\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>But\nisn’t travel a big headache nowadays? Shea is organized, prepares well and just\nlooks forward to her next journey. As for paperwork: “My passport is my resumé. I trust the\nprocess.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Enjoy the beauty of Italy in gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3028,3025,3026,3023,3029,3024,3027]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Wine-Drinking-Italy-BUZZ-1024x820.jpg\" alt=\"\" data-id=\"3028\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/wine-drinking-italy-buzz/\" class=\"wp-image-3028\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Historic-Architecture-Italy-BUZZ.jpg\" alt=\"\" data-id=\"3025\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/historic-architecture-italy-buzz/\" class=\"wp-image-3025\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_6250-1024x768.jpg\" alt=\"\" data-id=\"3026\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/img_6250/\" class=\"wp-image-3026\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cabin-Lake-Scenery-BUZZ-1024x820.jpg\" alt=\"\" data-id=\"3023\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/cabin-lake-scenery-buzz/\" class=\"wp-image-3023\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fields-Italy-BUZZ-1024x768.jpg\" alt=\"\" data-id=\"3029\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/fields-italy-buzz/\" class=\"wp-image-3029\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/City-Overview-Italy-BUZZ-1024x819.jpg\" alt=\"\" data-id=\"3024\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/city-overview-italy-buzz/\" class=\"wp-image-3024\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Stunning-Architecture-BUZZ-Shea-Powell-1024x819.jpg\" alt=\"\" data-id=\"3027\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/stunning-architecture-buzz-shea-powell/\" class=\"wp-image-3027\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>She\nsays: “Eighty-five per cent of my trips are solo. It may sound selfish, but\nthen I can do exactly what I want!” She loves the freedom, makes friends along\nthe way — but sometimes wishes she could share a stunning view or a delicious\nmeal with family and friends.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “My passport is my resumé. I trust the process.” </p><cite>— Shea Powell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Every location has its appeal. So, what about our Jamaica — what makes it unique? “It’s the vibe! It’s the energy of the people,” Shea declares. She admits that her favourite haunts are Portland, which she calls “my safe haven,” and the chilled-out mood of Treasure Beach. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bnl51VxAD7b/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bnl51VxAD7b/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“It’s the vibe! It’s the energy of the people”</p><cite>— Shea Powell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>So,\nwhere next? For Shea, all roads lead to the continent of Africa, which she is\nyet to visit. “Namibia, Botswana, South Africa — oh, and Morocco. And Egypt!”\nShe has a checklist and she will be working on it soon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Really\nsoon. Shea is not one to hesitate. The airport awaits!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Heads up: BUZZ will be travelling around Jamaica with Shea to discover those special corners of the island we call “hidden gems”. Stay tuned!</strong></p>\n<!-- /wp:paragraph -->','The world is her oyster and travel blogger Shea wants to share it with you','','inherit','closed','closed','','2305-revision-v1','','','2019-08-15 11:15:13','2019-08-15 16:15:13','',2305,'https://buzz-caribbean.com/article/2305-revision-v1/',0,'revision','',0),(4186,12,'2019-08-15 11:15:38','2019-08-15 16:15:38','<!-- wp:paragraph -->\n<p>Chairman of Eppley Caribbean Property Fund (ECPF), Nicholas Scott is all set to score another hit with a growing interest in what is the Caribbean’s only real estate cross-listed ( Jamaica, Trinidad and Barbados) fund. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3375} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Nicholas-Scott-Eppley-4-1024x683.jpg\" alt=\"\" class=\"wp-image-3375\" /><figcaption>  Nicholas Scott, Chairman of Eppley Caribbean Property Fund (ECPF) (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A mix of retail and industrial assets, Eppley Caribbean Property Fund sees <a href=\"http://ncbcapitalmarkets.com/eppley/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">NCB Capital Markets</a>, headed by CEO Steven Gooden as the arranger. Explaining the rationale behind taking this fund across the Caribbean, Scott, who is carving out a reputation as one of Jamaica’s finest financial sector operators said: “ Like all Jamaican investors we were enjoying stock markets at historic highs and interest rates at all-time lows, but we were also searching for value and it was getting harder to find. We discovered it in Barbados.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Like what we had seen in Jamaica years earlier, Barbados was also showing early signs of a turnaround – a new administration, an IMF program, a debt restructuring and aggressive tax reforms.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In May 2018, Eppley took control of the largest property fund in Barbados and renamed it the Eppley Caribbean Fund. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Scott, in the fund’s first year, Eppley has increased the fund’s earnings by almost 60%. The aim now is to increase its reach across the Caribbean. Eppley’s portfolio of buildings has some stellar tenants including Courts, Republic Bank, CIBC First Caribbean and Access Financial. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Combined, they produce yields of between 8% to 9%, much higher yields than banks, plus unlike bonds, the value of its buildings are likely to increase over time. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-large\"} -->\n<blockquote class=\"wp-block-quote is-style-large\"><p>“We are offering all Jamaican investors&nbsp;the ability to own a portfolio of high quality commercial real estate, spread throughout&nbsp;the Caribbean in a liquid and tax-efficient form.”</p><cite> — Scott </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Many of us can buy properties in Jamaica directly and we should, however, the fund offers liquidity, no transaction costs when it\'s time to sell and risk spread across multiple countries and properties,” said Scott. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s heartening to see a Jamaican company looking to cross-list.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How do you think the Eppley Caribbean Property Fund will perform across the Caribbean? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Will many buy and hold this stock?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Let us know at BUZZ.</strong></p>\n<!-- /wp:paragraph -->','Eppley’s Nicholas Scott champions real estate fund for the Caribbean','','inherit','closed','closed','','2236-revision-v1','','','2019-08-15 11:15:38','2019-08-15 16:15:38','',2236,'https://buzz-caribbean.com/article/2236-revision-v1/',0,'revision','',0),(4187,21,'2019-08-15 11:16:21','2019-08-15 16:16:21','','LBD-Dangling-Earrings','','inherit','open','closed','','lbd-dangling-earrings','','','2019-08-15 11:16:21','2019-08-15 16:16:21','',622,'https://buzz-caribbean.com/app/uploads/2019/08/LBD-Dangling-Earrings.jpg',0,'attachment','image/jpeg',0),(4188,14,'2019-08-15 11:18:11','2019-08-15 16:18:11','<!-- wp:image {\"id\":3624} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-24-1024x683.jpg\" alt=\"\" class=\"wp-image-3624\" /><figcaption>The future of Trench Town, its children, are some of Jamaica\'s most creative. Armed with the best clay in the country, how could they not be? (Photos by Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Music, culture … and clay? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s not something that readily comes to mind when one thinks about Trench Town, but the community is growing in popularity in many respects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3625} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-20-1024x683.jpg\" alt=\"\" class=\"wp-image-3625\" /><figcaption>Master potter Abraham Grant shows the BUZZ team a vat of prized Trench Town clay, arguably the best in Jamaica! (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Leading the charge is managing director of the Trench Town Ceramic and Art Centre, Garfield Williams.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1JTJ2kBCyJ/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1JTJ2kBCyJ/?utm_source=ig_web_copy_link\n</div><figcaption>(Left) Managing Director of the Trench Town Ceramic and Art Centre</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Williams, in an interview with <strong>BUZZ</strong>, said he is proud that the Trench Town Ceramic and Art Centre stands as one of the few oases of creativity in the inner-city Kingston community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3629} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-13-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3629\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The rumours are true, I’ve seen it. I’ve felt it. The [clay] bonds our community.\" </p><cite>— Garfield Williams, managing director, Trench Town Ceramic and Art Centre</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The centre, located on Upper First Street, recently concluded its annual summer camp programme, which saw the involvement of 30 children in and around Trench Town. And in the past 10 years, more than 300 children have gotten the opportunity to experiment and express themselves working with the clay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What’s more, these works, no matter how simple they are, go on auction each year, and the proceeds assist in the kids’ back-to-school activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-27-1024x683.jpg\" alt=\"\" class=\"wp-image-3627\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em><strong>Want to know more about the centre? Watch our informative BUZZ video feature below</strong></em><strong>.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/iCnQkFXw5N0\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/iCnQkFXw5N0\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong>, Williams, who is an artisan and sculptor, was beaming as he reflected on the great work being done by the children and the centre.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"To know we have such a substance that could be highlighted is amazing.\"</p><cite>— Williams </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“It’s a great look. I have to say hats off to the Bob Marley Foundation, SDC (Social Development Commission), TPDCo (Tourism Product Development Company Ltd), Ministry of Mining and myself, we’ve been doing it every year. I feel really good to know that I have people supporting what I’m doing,” Williams told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3641} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-17-1024x683.jpg\" alt=\"\" class=\"wp-image-3641\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We always look forward to the summertime every year, having the kids out of school and being that mentor and father-figure looking out for them. That’s my satisfaction and for the guys around me. We’re glad we could have this magnitude of kids here.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Our whole history of crafts and culture is totally authentic and rich.\" </p><cite>— Williams</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Having left Trench Town for Canada when he was six years old and returning to Jamaica nearly 30 years ago, Williams attested that the area is blessed with the best clay in the country. And, according to Williams, artists from as far away as St Thomas, Manchester and Clarendon make the journey to purchase clay mined only in Trench Town. This, he said, has many spin-off benefits for the community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-3630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The rumours are true, I’ve seen it. I’ve felt it. The [clay] bonds our community in some sense, it’s a big oomph for Trench Town. It’s keeping the kids active; keeping the men and women that mine [the clay employed],” Williams said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our whole history of crafts and culture is totally authentic and rich. It’s a bonus for me to be showcasing it right here in Trench Town. To know we have such a substance that could be highlighted is amazing.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em><strong>Check out more highlights in our BUZZ gallery below:</strong></em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3661,3656,3632,3655,3635,3660,3633,3653,3657,3636,3637,3654,3634,3658,3638,3639,3659,3640,3645,3646,3647,3651,3652]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-23-1024x576.jpg\" alt=\"\" data-id=\"3661\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-23/\" class=\"wp-image-3661\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-11-1024x683.jpg\" alt=\"\" data-id=\"3656\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-11/\" class=\"wp-image-3656\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-28-1024x683.jpg\" alt=\"\" data-id=\"3632\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-28/\" class=\"wp-image-3632\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-12-1024x683.jpg\" alt=\"\" data-id=\"3655\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-12/\" class=\"wp-image-3655\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-19-1024x683.jpg\" alt=\"\" data-id=\"3635\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-19/\" class=\"wp-image-3635\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-25-1024x683.jpg\" alt=\"\" data-id=\"3660\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-25/\" class=\"wp-image-3660\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-21-1024x683.jpg\" alt=\"\" data-id=\"3633\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-21/\" class=\"wp-image-3633\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-32-1024x683.jpg\" alt=\"\" data-id=\"3653\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-32/\" class=\"wp-image-3653\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-10-1-1024x683.jpg\" alt=\"\" data-id=\"3657\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-10-1/\" class=\"wp-image-3657\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-18-1024x683.jpg\" alt=\"\" data-id=\"3636\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-18/\" class=\"wp-image-3636\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-9-1024x683.jpg\" alt=\"\" data-id=\"3637\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-9/\" class=\"wp-image-3637\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-29-1024x683.jpg\" alt=\"\" data-id=\"3654\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-29/\" class=\"wp-image-3654\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-30-1024x683.jpg\" alt=\"\" data-id=\"3634\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-30/\" class=\"wp-image-3634\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-8-1024x683.jpg\" alt=\"\" data-id=\"3658\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-8/\" class=\"wp-image-3658\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-3-1024x683.jpg\" alt=\"\" data-id=\"3638\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-3/\" class=\"wp-image-3638\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-2-1024x683.jpg\" alt=\"\" data-id=\"3639\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-2/\" class=\"wp-image-3639\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-26-1024x576.jpg\" alt=\"\" data-id=\"3659\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-26/\" class=\"wp-image-3659\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-1-1024x683.jpg\" alt=\"\" data-id=\"3640\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-1/\" class=\"wp-image-3640\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-16-683x1024.jpg\" alt=\"\" data-id=\"3645\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-16/\" class=\"wp-image-3645\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-15-683x1024.jpg\" alt=\"\" data-id=\"3646\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-15/\" class=\"wp-image-3646\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-6-683x1024.jpg\" alt=\"\" data-id=\"3647\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-6/\" class=\"wp-image-3647\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-31-683x1024.jpg\" alt=\"\" data-id=\"3651\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-31/\" class=\"wp-image-3651\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/trench-town-ceramic-buzz-33-683x1024.jpg\" alt=\"\" data-id=\"3652\" data-link=\"https://buzz-caribbean.com/article/trench-town-modeling-a-brand-with-its-clay/trench-town-ceramic-buzz-33/\" class=\"wp-image-3652\" /></figure></li></ul>\n<!-- /wp:gallery -->','Trench Town back on the map with clay','','inherit','closed','closed','','2367-revision-v1','','','2019-08-15 11:18:11','2019-08-15 16:18:11','',2367,'https://buzz-caribbean.com/article/2367-revision-v1/',0,'revision','',0),(4189,12,'2019-08-15 11:18:36','2019-08-15 16:18:36','<!-- wp:paragraph -->\n<p>Yasheika Shea Powell (call her\nShea) has wanderlust. In other words, travel is in her blood.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2888} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shea-Japan-Cherry-Blossoms-BUZZ-1024x731.jpg\" alt=\"\" class=\"wp-image-2888\" /><figcaption>Shea Powell embracing the serenity and beauty of Japan (Photos: Shea Powell)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It’s my drive,” says the fast-talking, Kingston-based blogger. Her website, <a href=\"http://www.theworldupcloser.com/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">www.theworldupcloser.com</a>, is packed with useful travel tips and true-life experiences — alongside dreamy photographs of places she has visited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2889} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shea-India-BUZZ.jpg\" alt=\"\" class=\"wp-image-2889\" /><figcaption>No visit to India is complete without donning one of their elegant sarees</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You can find Shea on Instagram in an Italian vineyard (wineglass in hand); meditating under the cherry blossoms in Japan; or daydreaming on a houseboat in Kerala, India.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2891} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Houseboat-India-BUZZ-1024x683.jpg\" alt=\"\" class=\"wp-image-2891\" /><figcaption>Snapshot of houseboats in Kerala, India</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Shea’s\nfirst trip abroad was to Washington, DC on April 23, 2008. Since then it’s been\nhard for her to stay in one place. But what, or where is her inspiration?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2893,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shea-India-Next-Adventure-BUZZ-1024x819.jpg\" alt=\"\" class=\"wp-image-2893\" /><figcaption>Shea Powell enjoying a dreamy moment in India - always looking for the next adventure </figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A\nbig sigh. “OMG! South America!” Her first (visa-free) trip there was to\nEcuador, which she says has a special place in her heart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her Spanish is improving rapidly. Among the 38 countries, she has visited to date — an “intense” 12 days in Japan and a road trip around Iceland (“a whole different planet by itself”) also stands out for her.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><em><strong>Take a peek at some of the stunning shots captured in Japan in gallery below.</strong></em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3013,3010,3009,3012,3011]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shea-Japan-BUZZ-1024x683.jpg\" alt=\"\" data-id=\"3013\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/shea-japan-buzz/\" class=\"wp-image-3013\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Japan-Shea-Powell-1024x861.jpg\" alt=\"\" data-id=\"3010\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/buzz-japan-shea-powell/\" class=\"wp-image-3010\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Japan-Scenery-Shea-Powell-1024x820.jpg\" alt=\"\" data-id=\"3009\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/buzz-japan-scenery-shea-powell/\" class=\"wp-image-3009\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shea-Japan-1.jpg\" alt=\"\" data-id=\"3012\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/shea-japan-1/\" class=\"wp-image-3012\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Japanese-Meal-BUZZ-1024x819.jpg\" alt=\"\" data-id=\"3011\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/japanese-meal-buzz/\" class=\"wp-image-3011\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>But\nisn’t travel a big headache nowadays? Shea is organized, prepares well and just\nlooks forward to her next journey. As for paperwork: “My passport is my resumé. I trust the\nprocess.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Enjoy the beauty of Italy in gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3028,3025,3026,3023,3029,3024,3027]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Wine-Drinking-Italy-BUZZ-1024x820.jpg\" alt=\"\" data-id=\"3028\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/wine-drinking-italy-buzz/\" class=\"wp-image-3028\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Historic-Architecture-Italy-BUZZ.jpg\" alt=\"\" data-id=\"3025\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/historic-architecture-italy-buzz/\" class=\"wp-image-3025\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_6250-1024x768.jpg\" alt=\"\" data-id=\"3026\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/img_6250/\" class=\"wp-image-3026\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cabin-Lake-Scenery-BUZZ-1024x820.jpg\" alt=\"\" data-id=\"3023\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/cabin-lake-scenery-buzz/\" class=\"wp-image-3023\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fields-Italy-BUZZ-1024x768.jpg\" alt=\"\" data-id=\"3029\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/fields-italy-buzz/\" class=\"wp-image-3029\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/City-Overview-Italy-BUZZ-1024x819.jpg\" alt=\"\" data-id=\"3024\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/city-overview-italy-buzz/\" class=\"wp-image-3024\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Stunning-Architecture-BUZZ-Shea-Powell-1024x819.jpg\" alt=\"\" data-id=\"3027\" data-link=\"https://buzz-caribbean.com/article/the-world-is-her-oyster-for-shea-jamaican-travel-blogger/stunning-architecture-buzz-shea-powell/\" class=\"wp-image-3027\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>She\nsays: “Eighty-five per cent of my trips are solo. It may sound selfish, but\nthen I can do exactly what I want!” She loves the freedom, makes friends along\nthe way — but sometimes wishes she could share a stunning view or a delicious\nmeal with family and friends.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “My passport is my resumé. I trust the process.” </p><cite>— Shea Powell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Every location has its appeal. So, what about our Jamaica — what makes it unique? “It’s the vibe! It’s the energy of the people,” Shea declares. She admits that her favourite haunts are Portland, which she calls “my safe haven,” and the chilled-out mood of Treasure Beach. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bnl51VxAD7b/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bnl51VxAD7b/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“It’s the vibe! It’s the energy of the people”</p><cite>— Shea Powell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>So,\nwhere next? For Shea, all roads lead to the continent of Africa, which she is\nyet to visit. “Namibia, Botswana, South Africa — oh, and Morocco. And Egypt!”\nShe has a checklist and she will be working on it soon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Really\nsoon. Shea is not one to hesitate. The airport awaits!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Heads up: BUZZ will be travelling around Jamaica with Shea to discover those special corners of the island we call “hidden gems”. Stay tuned!</strong></p>\n<!-- /wp:paragraph -->','The world is her oyster and travel blogger Shea wants to share it with you','','inherit','closed','closed','','2305-revision-v1','','','2019-08-15 11:18:36','2019-08-15 16:18:36','',2305,'https://buzz-caribbean.com/article/2305-revision-v1/',0,'revision','',0),(4190,9,'2019-08-15 11:19:13','2019-08-15 16:19:13','<!-- wp:image {\"id\":2683} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/henna-H-1-1024x836.jpg\" alt=\"\" class=\"wp-image-2683\" /><figcaption>The henna plant produces a natural red dye that is used to stain the skin.  <br>(Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For centuries people used henna for body art in the Middle East, Asia and parts of Africa. But in more recent years, these patterns have been gaining popularity in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Just ask Mark Samuels, the proprietor of a Kingston-based company called Henna Threads. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2685} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Henna-CCC.jpg\" alt=\"\" class=\"wp-image-2685\" /><figcaption>This male model sports body art that was done using both henna and jagua (darker stains).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“When I just started doing this nine years ago, nobody knew\nwhat it was,” he said. “And even though there is still a great number of persons\nwho don’t know what it is, it is not nearly like it used to be before - to the\npoint where when I hear Shenseea sing about henna in one of her songs, I was\nlike, ‘what?’. Obviously, you are not going to put something in your music if\npeople can’t relate to it or know about it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2688} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/henna-BB-853x1024.jpg\" alt=\"\" class=\"wp-image-2688\" /><figcaption>The thigh is a popular area for henna designs. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When Samuels began offering the service, he said that he was\nprobably the only person doing so. And while he might still be the only person providing\nthis type of body art as a full-time job, he said that there are other artists\nwho are offering the service on a part-time basis. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Henna is the application of a thick paste made from the ground leaves of the henna plant. It produces a natural red dye that is used to stain the skin.  Henna stains usually last for a week. In addition, Samuels offers a darker stain with jagua, which is another paste that is made from the extract of the fruit Genipa americana, also known as&nbsp;jagua.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2686,2687]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Henna-DDD.jpg\" alt=\"\" data-id=\"2686\" data-link=\"https://buzz-caribbean.com/?attachment_id=2686\" class=\"wp-image-2686\" /><figcaption>This model makes a statement in body art that was done using henna and jagua.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Henna-F-1024x833.jpg\" alt=\"\" data-id=\"2687\" data-link=\"https://buzz-caribbean.com/?attachment_id=2687\" class=\"wp-image-2687\" /><figcaption>Jagua designs are darker than those done with henna. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Samuels told <strong>BUZZ</strong> that the hands and feet are two areas on which people often want their body art to be done, with the thigh and back following closely behind. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like the countries this type of body art began in, Jamaicans also get henna patterns for special occasions like dinner parties, birthdays, carnival and other celebratory events. And as expected, Samuels said that the high seasons for henna body art are summer, Christmas and the Easter period.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Sexy henna designs gain popularity in Jamaica','','inherit','closed','closed','','2679-revision-v1','','','2019-08-15 11:19:13','2019-08-15 16:19:13','',2679,'https://buzz-caribbean.com/article/2679-revision-v1/',0,'revision','',0),(4191,21,'2019-08-15 11:21:05','2019-08-15 16:21:05','','BUZZ_1','','inherit','open','closed','','buzz_1','','','2019-08-15 11:21:05','2019-08-15 16:21:05','',622,'https://buzz-caribbean.com/app/uploads/2019/08/BUZZ_1.jpg',0,'attachment','image/jpeg',0),(4192,21,'2019-08-15 11:21:08','2019-08-15 16:21:08','','BUZZ_2','','inherit','open','closed','','buzz_2','','','2019-08-15 11:21:08','2019-08-15 16:21:08','',622,'https://buzz-caribbean.com/app/uploads/2019/08/BUZZ_2.jpg',0,'attachment','image/jpeg',0),(4193,21,'2019-08-15 11:21:12','2019-08-15 16:21:12','','BUZZ_3','','inherit','open','closed','','buzz_3','','','2019-08-15 11:21:12','2019-08-15 16:21:12','',622,'https://buzz-caribbean.com/app/uploads/2019/08/BUZZ_3.jpg',0,'attachment','image/jpeg',0),(4194,21,'2019-08-15 11:22:19','2019-08-15 16:22:19','<!-- wp:image {\"id\":3873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_0103-1024x584.jpg\" alt=\"\" class=\"wp-image-3873\" /><figcaption>Sexy bodycon LBD with ab peek-a-boo (Photos: James Mitchell)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Black is beautiful. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If it were not so, many women would not be clamouring to find that perfect outfit for practically any occasion as nothing screams chic like the <em>little black dress</em>, or <strong>LBD</strong> for short. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4175} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/LBD-Sleek-1024x684.jpg\" alt=\"\" class=\"wp-image-4175\" /><figcaption>Sleek LBD perfect for a night on the town</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Accessorize with a sexy pair of strappy heels, a string of pearls and a clutch purse to add a bit of drama to your ensemble and step out in style whether you are 18 or 80!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4177} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/LBD-Drama-1024x648.jpg\" alt=\"\" class=\"wp-image-4177\" /><figcaption>Feel free to add a little drama with your LBD</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Little Black Dress has stood the test of time. Its origin has been credited to fashion designer Gabrielle ‘Coco’ Chanel who conceptualized an evening or cocktail dress in the 1920s that was simply cut, short and able to be relevant regardless of the season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2327} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Coco-Chanel-LBD.jpg\" alt=\"\" class=\"wp-image-2327\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She intended it to be versatile, affordable, accessible to a wide market possible and in a neutral colour for any complexion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 1926 American Vogue published a picture of Coco Channel’s short black dress and the revolution began. It was calf-length, straight and modestly decorated and was dubbed \"Chanel\'s Ford\" after the <a href=\"https://en.wikipedia.org/wiki/Model_T\">Model T</a> car. Soon, it was branded “the uniform for all women of taste\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now it is considered a staple in a woman’s closet, but in the early part of the 20<sup>th</sup> century, black was reserved for mourning and was considered indecent when worn outside of such an occasion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Boy, have we come a long way! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3875} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_0050-1024x650.jpg\" alt=\"\" class=\"wp-image-3875\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Not every LBD is created equal, because some are more suitable for special occasions than others, therefore in choosing the right one, keep in mind the event and time of day.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For day time wear, which would be ideal for a brunch, luncheon, tea party and maybe a day at the races, go for something fitted. If you need to mix in a little business choose one that you can throw a mini jacket over - ideally it would also be below your knee. Because we are in the tropics, opt for materials that are light and breathable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  In choosing the right one, keep in mind the event and time of day.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>When your evening comes alive, however, you can be a little more daring in your dressing and the black dress can be slinky. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Invest in one that has some sexy straps at the back or a heart-shaped bodice that is flirty without showing too much skin. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3876} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_9479-1024x692.jpg\" alt=\"\" class=\"wp-image-3876\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Choose a necklace that matches the dress’s neckline, a brooch or some long dangling earrings for that dramatic effect when you upsweep your hair.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4187} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/LBD-Dangling-Earrings-1024x684.jpg\" alt=\"\" class=\"wp-image-4187\" /><figcaption>A pair of dangling earrings with your LBD for the perfect effect.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Regardless of the time of day, black is always slimming and sophisticated on practically any body shape. Just remember to always wear the dress and not let it wear you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3877} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_9605-1024x684.jpg\" alt=\"\" class=\"wp-image-3877\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Our friends at <a rel=\"noreferrer noopener\" aria-label=\"Flirt Boutique (opens in a new tab)\" href=\"https://www.instagram.com/flirtboutiqueja/?hl=en\" target=\"_blank\">Flirt Boutique</a> have curated a perfect ensemble of LBDs! <strong>Be sure to check out the gallery below for more options.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[4191,4192,4193]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ_1-1024x575.jpg\" alt=\"\" data-id=\"4191\" data-link=\"https://buzz-caribbean.com/article/the-little-black-dress-a-must-have-for-every-woman/buzz_1/\" class=\"wp-image-4191\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ_2-1024x688.jpg\" alt=\"\" data-id=\"4192\" data-link=\"https://buzz-caribbean.com/article/the-little-black-dress-a-must-have-for-every-woman/buzz_2/\" class=\"wp-image-4192\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ_3-1024x544.jpg\" alt=\"\" data-id=\"4193\" data-link=\"https://buzz-caribbean.com/article/the-little-black-dress-a-must-have-for-every-woman/buzz_3/\" class=\"wp-image-4193\" /></figure></li></ul>\n<!-- /wp:gallery -->','Flirting with the little black dress','','inherit','closed','closed','','622-revision-v1','','','2019-08-15 11:22:19','2019-08-15 16:22:19','',622,'https://buzz-caribbean.com/article/622-revision-v1/',0,'revision','',0),(4195,12,'2019-08-15 11:23:19','2019-08-15 16:23:19','<!-- wp:paragraph -->\n<p>Does your boss trust you?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You might say: Sure! I’m a\ngood person. I don’t cheat, or lie, or steal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But hold on a minute! Have\nyou ever thought that you might be “stealing” your employer’s time, maybe even\nusing company resources?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Isn’t it dishonest to chat on\nthe phone (even your personal phone) on company time? Or to check your Facebook\npage? What about those long lunch hours?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>The Jamaica Productivity Centre points to a steady decline in labour productivity over the past forty years of approximately 1.5 per cent annually. </em></strong>*Wow*</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how can companies stop the\nproductivity slide, and track workers’ performance? One way is through the\ntechnology we all love to use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s a big, slightly scary\nword: Surveillance. Did you know:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Globally, about 22 per cent of organizations are tracking employees’ movements (all those bathroom and watercooler trips!). </li><li>17 per cent are monitoring work computer usage, according to 2018 study by global research and advisory firm, Gartner. And it’s a growing practice.</li><li>Companies are using a range of apps and software like <a href=\"https://www.microsoft.com/microsoft-365/partners/workplaceanalytics\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Microsoft’s Workplace Analytics</a>. </li><li>Big U.S. companies like Amazon, Walmart and UPS are developing new technology to figure out what their workers are up to during working hours. </li><li>A growing number of companies are issuing wearable tech including wristband trackers, sensors and audio tracking, as part of their productivity monitoring efforts. </li><li>Even microchip implants! Bio-tracking could be a future trend. This is already taking place in China, where some businesses reportedly monitor employees\' brainwaves to detect their emotions.</li><li>Tech companies are selling devices that monitor web usage, the number of keystrokes you make…and much more.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Two big questions, here. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"align\":\"left\"} -->\n<h5 style=\"text-align:left\">Could this technology be used\noutside the workplace? (Yes, it could).</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>And what about your privacy? (Well,\nit’s complicated).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"align\":\"left\"} -->\n<h5 style=\"text-align:left\">Is this happening in Jamaica?</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Jamaica Employers Federation</strong> says: “Monitoring of employees’ time spent on sites like Facebook is not widespread as yet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“But we predict it will become a feature of the Jamaican workplace before too long.”</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You have been warned!</p>\n<!-- /wp:paragraph -->','Are you being watched at work?','','inherit','closed','closed','','1849-revision-v1','','','2019-08-15 11:23:19','2019-08-15 16:23:19','',1849,'https://buzz-caribbean.com/article/1849-revision-v1/',0,'revision','',0),(4196,12,'2019-08-15 11:23:51','2019-08-15 16:23:51','<!-- wp:image {\"id\":301} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo.jpg\" alt=\"\" class=\"wp-image-301\" /><figcaption>Satellite imagery of Bajo Nuevo from space (Photo: National Aeronautics and Space Administration [NASA], International Space Station [ISS])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tucked away near the middle of the Caribbean Sea, lies the Bajo Nuevo Bank: a small, uninhabited reef with some grass-covered islets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also known as the Petrel Islands, these tiny specs have been the subject of a bitter sovereignty dispute between Colombia and the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But what you didn’t know, is over 30 years ago, Jamaica was also\ncaught up in the ownership dispute, but has since backed off for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Between 1982 and 1986, the Government of Jamaica signed and\nmaintained a series of bilateral agreements – culminating in a maritime\ndelimitation treaty between the island and the Republic of Colombia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The maritime delimitation treaty was <a href=\"https://www.un.org/Depts/los/LEGISLATIONANDTREATIES/PDFFILES/TREATIES/JAM-COL1993MD.PDF\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">signed in Kingston</a> on Friday, November 12, 1993, by ministers of Foreign Affairs and Foreign Trade for Jamaica and Colombia respectively, Paul Robertson and Noemí Sanín Posada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":304} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/posada-paul-robertson-sbscollage-buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-304\" /><figcaption>(from left) Former Ministers of Foreign Affairs and Foreign Trade for Colombia and Jamaica in 1993,  Noemí Sanín Posada and the late Paul Roberston respectively (Photos: Jamaica Information Service [JIS], ElTiempo.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the time, Jamaica\'s claim, as with the other countries\nembroiled in the dispute, stemmed from attempts to expand the island’s\nexclusive economic zone over the surrounding seas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, Jamaica’s claim for Bajo Nuevo remains largely dormant\nsince bilateral agreements with Colombia came into force in 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve made it this far then we still have your attention, and seeing as you’re eager to know more,&nbsp;<strong>BUZZ</strong>&nbsp;presents 23 fast facts about Bajo Nuevo:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1.&nbsp;</strong>&nbsp;&nbsp;The islands are located along the coordinates 15°53′N (fifteen degrees, fifty-three minutes north) and 78°38′W (seventy-eight degrees, thirty-eight minutes west). The islets are geographically closest to Jamaica than any other claimant, some 288 kilometres southwest of the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":302,\"width\":587,\"height\":334} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-google-maps-jamaica-1024x583.jpg\" alt=\"\" class=\"wp-image-302\" width=\"587\" height=\"334\" /><figcaption>Bajo Nuevo\'s proximity to Jamaica (Photo: Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>2.&nbsp;&nbsp;</strong>&nbsp;Bajo Nuevo Bank is about\n26&nbsp;kilometres (16&nbsp;miles) long and 9&nbsp;kilometres (5.6&nbsp;miles)\nwide. The closest neighbouring land feature is Serranilla Bank, located 110\nkilometres (68 miles) to the west.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3.</strong>&nbsp;&nbsp;&nbsp;The reef was first shown on Dutch maps dating to 1634 but was given its present name in 1654. British pirate John Glover rediscovered Bajo Nuevo in 1660.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong><em>Bajo Nuevo reportedly contains no \'meaningful mineral reserves\'</em></strong>\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>4.&nbsp;&nbsp;</strong>&nbsp;Satellite imagery from the\nNational Aeronautics and Space Administration (NASA) shows two distinct\natoll-like structures separated by a deep channel under a mile wide at its\nnarrowest point. The reef partially dries on the southern and eastern sides,\nwith the land area being minuscule by comparison.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong>&nbsp;&nbsp;&nbsp;&nbsp;The most prominent land area is Low Cay,\nin the southwest atoll, which extends for 300 metres and widens at a maximum of\n40 metres across. No more than two metres above sea level, the barren island is\ncomposed of broken coral, driftwood, and sand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>6.&nbsp;</strong>&nbsp;&nbsp;A total of five countries have laid claim to sovereignty over Bajo Nuevo, namely: <strong>Jamaica, Colombia, Nicaragua, Honduras and the United States</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":305} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-countries-dispute-flags-1024x614.jpg\" alt=\"\" class=\"wp-image-305\" /><figcaption>(From top left to bottom right) The flags of Colombia, the United States, Honduras, Jamaica and Nicaragua (Photos: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>7.&nbsp;</strong>&nbsp;&nbsp;James W. Jennett, empowered under provisions\nof the controversial Guano Islands Act, initiated the US’ claim on November 22,\n1869. To this day, the US administers Bajo Nuevo bank as an ‘unorganized,\nunincorporated United States territory’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>8.&nbsp;&nbsp;</strong>&nbsp;Similarly to other territories\nclaimed under the Guano Islands Act in the Caribbean and Oceania, persons born\non Bajo Nuevo to non-citizens are considered by the United States to be US\nnationals, but not US citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":307} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/usa_flag-demo-1024x614.jpg\" alt=\"\" class=\"wp-image-307\" /><figcaption>United States flag (Photo: US State Department)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>9.&nbsp;</strong>&nbsp;&nbsp;Colombia currently claims the area as part of\nthe department of San Andrés and Providencia. The San Andrés fleet of the\nColombian Navy carries out naval patrols in the area, as the republic maintains\nthat it has claimed these territories since 1886 – as part of the geographic\narchipelago of San Andrés and Providencia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3070} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/colombia-armada-demo-buzz-1024x714.jpg\" alt=\"\" class=\"wp-image-3070\" /><figcaption>One of many naval vessels in the powerful Colombian armada (Photo: cimsec.org)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>10.</strong>   The November 1993 <a href=\"https://www.un.org/Depts/los/LEGISLATIONANDTREATIES/PDFFILES/TREATIES/JAM-COL1993MD.PDF\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">maritime delimitation treaty</a> between Colombia and Jamaica established a \"Joint Regime Area\". This allowed both countries to cooperatively manage and exploit living and non-living resources in designated waters between the two aforementioned banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>11.&nbsp;</strong>&nbsp;&nbsp;Bajo Nuevo’s territorial waters immediately\nsurrounding the cays themselves were excluded from the zone of joint-control,\nas Colombia considers these areas to be part of her coastal waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>12.&nbsp;&nbsp;</strong>&nbsp;The maritime delimitation treaty came effect four months later and was recognised by international law in March 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>13.&nbsp;</strong>&nbsp;&nbsp;The Colombian Ministry of Defense constructed\na light beacon on Low Cay in 1982. The metal structure towers 21&nbsp;metres\nabove the Caribbean Sea and is painted white with a red top. The beacon emits\ntwo white flashes of light every 15 seconds. After sustaining some damage, the\nbeacon was reconstructed by the Colombians in February 2008 and is currently\nmaintained by the navy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":306,\"width\":412,\"height\":531} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-light-beacon.jpg\" alt=\"\" class=\"wp-image-306\" width=\"412\" height=\"531\" /><figcaption>A light beacon erected on the shores of Low Cay, Bajo Nuevo (Photo: Colombian Ministry of Defence)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>14.</strong>&nbsp;&nbsp;&nbsp; Nicaragua bases its claim to Bajo Nuevo Bank\ndue to the islands sitting on its continental shelf, covering an area of over\n50,000 square kilometres in the Caribbean Sea. In fact, the Central American\ncountry lays claim to all islands associated with the San Andrés and\nProvidencia archipelagoes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>15.&nbsp;</strong>&nbsp;&nbsp;Successive Nicaraguan governments have\npersistently pursued claims against Colombia in the International Court of\nJustice (ICJ), filing cases in both 2001 and 2007.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>16.</strong>&nbsp;&nbsp;&nbsp;On November 19, 2012, in regards to Nicaraguan claims to the islands, the ICJ ruled unanimously that Colombia has sovereignty over both Bajo Nuevo and Serranilla Banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3073} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gavel-in-court-buzz-demo-1024x679.jpg\" alt=\"\" class=\"wp-image-3073\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>17.</strong>&nbsp;&nbsp;&nbsp;The islands remain a Colombian territory and are a key stopping point in the country’s fight against drug and weapons smuggling, but all the other claimant nations still have limited access to them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>18.</strong>&nbsp;&nbsp;&nbsp;Bajo Nuevo is positioned inside a modestly\nproductive fishing (mostly lobsters) zone, but the seabed reportedly contains\nno \'meaningful mineral reserves\', and only small amounts of hydrocarbon fuels\nhave been identified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>19.&nbsp;</strong>&nbsp;&nbsp;Honduras, another claimant to Bajo Nuevo and\nthe nearby Serranilla Bank, effectively ended its role in the dispute with the\nratification of a maritime boundary treaty with Colombia on December 20, 1999.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>20.</strong>&nbsp;&nbsp; According to the treaty, both states agreed upon a\nmaritime demarcation in 1986 that excluded Honduras from any control over the\nbanks or their surrounding waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>21.</strong>&nbsp;&nbsp; This bilateral treaty ensured that Honduras\nimplicitly recognises Colombia\'s sovereignty over the disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>22.&nbsp;</strong>&nbsp; Bajo Nuevo Bank and Serranilla Bank have been\nrepeatedly included as per American sources as one of ten insular areas in the\nPacific Ocean and Caribbean Sea that make up the US’ Minor Outlying Islands\nclassification.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>23.&nbsp;</strong>&nbsp; Baker Island, Howland Island, Jarvis Island, Johnston Atoll, Kingman Reef, Midway Islands, Navassa Island, Palmyra Atoll, and Wake Island comprise the remaining nine disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did you know these islands existed? What were the most surprising facts you read? Let us know in the comments section! </p>\n<!-- /wp:paragraph -->','Bajo Nuevo: What you should know about the disputed island Jamaica \'gave up\'','','inherit','closed','closed','','300-revision-v1','','','2019-08-15 11:23:51','2019-08-15 16:23:51','',300,'https://buzz-caribbean.com/article/300-revision-v1/',0,'revision','',0),(4199,21,'2019-08-15 11:26:06','2019-08-15 16:26:06','','Digicel-CEOS-BUZZ','','inherit','open','closed','','digicel-ceos-buzz','','','2019-08-15 11:26:06','2019-08-15 16:26:06','',2078,'https://buzz-caribbean.com/app/uploads/2019/08/Digicel-CEOS-BUZZ.jpg',0,'attachment','image/jpeg',0),(4200,9,'2019-08-15 11:26:17','2019-08-15 16:26:17','<!-- wp:image {\"id\":3873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_0103-1024x584.jpg\" alt=\"\" class=\"wp-image-3873\" /><figcaption>Sexy bodycon LBD with ab peek-a-boo (Photos: James Mitchell)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Black is beautiful. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If it were not so, many women would not be clamouring to find that perfect outfit for practically any occasion as nothing screams chic like the <em>little black dress</em>, or <strong>LBD</strong> for short. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4175} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/LBD-Sleek-1024x684.jpg\" alt=\"\" class=\"wp-image-4175\" /><figcaption>Sleek LBD perfect for a night on the town</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Accessorize with a sexy pair of strappy heels, a string of pearls and a clutch purse to add a bit of drama to your ensemble and step out in style whether you are 18 or 80!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4177} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/LBD-Drama-1024x648.jpg\" alt=\"\" class=\"wp-image-4177\" /><figcaption>Feel free to add a little drama with your LBD</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Little Black Dress has stood the test of time. Its origin has been credited to fashion designer Gabrielle ‘Coco’ Chanel who conceptualized an evening or cocktail dress in the 1920s that was simply cut, short and able to be relevant regardless of the season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2327} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Coco-Chanel-LBD.jpg\" alt=\"\" class=\"wp-image-2327\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She intended it to be versatile, affordable, accessible to a wide market possible and in a neutral colour for any complexion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 1926 American Vogue published a picture of Coco Channel’s short black dress and the revolution began. It was calf-length, straight and modestly decorated and was dubbed \"Chanel\'s Ford\" after the <a href=\"https://en.wikipedia.org/wiki/Model_T\">Model T</a> car. Soon, it was branded “the uniform for all women of taste\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now it is considered a staple in a woman’s closet, but in the early part of the 20<sup>th</sup> century, black was reserved for mourning and was considered indecent when worn outside of such an occasion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Boy, have we come a long way! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3875} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_0050-1024x650.jpg\" alt=\"\" class=\"wp-image-3875\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Not every LBD is created equal, because some are more suitable for special occasions than others, therefore in choosing the right one, keep in mind the event and time of day.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For day time wear, which would be ideal for a brunch, luncheon, tea party and maybe a day at the races, go for something fitted. If you need to mix in a little business choose one that you can throw a mini jacket over - ideally it would also be below your knee. Because we are in the tropics, opt for materials that are light and breathable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  In choosing the right one, keep in mind the event and time of day.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>When your evening comes alive, however, you can be a little more daring in your dressing and the black dress can be slinky. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Invest in one that has some sexy straps at the back or a heart-shaped bodice that is flirty without showing too much skin. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3876} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_9479-1024x692.jpg\" alt=\"\" class=\"wp-image-3876\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Choose a necklace that matches the dress’s neckline, a brooch or some long dangling earrings for that dramatic effect when you upsweep your hair.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4187} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/LBD-Dangling-Earrings-1024x684.jpg\" alt=\"\" class=\"wp-image-4187\" /><figcaption>A pair of dangling earrings with your LBD for the perfect effect.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Regardless of the time of day, black is always slimming and sophisticated on practically any body shape. Just remember to always wear the dress and not let it wear you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3877} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_9605-1024x684.jpg\" alt=\"\" class=\"wp-image-3877\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Our friends at <a rel=\"noreferrer noopener\" aria-label=\"Flirt Boutique (opens in a new tab)\" href=\"https://www.instagram.com/flirtboutiqueja/?hl=en\" target=\"_blank\">Flirt Boutique</a> have curated a perfect ensemble of LBDs! <strong>Be sure to check out the gallery below for more options.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[4191,4192,4193]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ_1-1024x575.jpg\" alt=\"\" data-id=\"4191\" data-link=\"https://buzz-caribbean.com/article/the-little-black-dress-a-must-have-for-every-woman/buzz_1/\" class=\"wp-image-4191\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ_2-1024x688.jpg\" alt=\"\" data-id=\"4192\" data-link=\"https://buzz-caribbean.com/article/the-little-black-dress-a-must-have-for-every-woman/buzz_2/\" class=\"wp-image-4192\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ_3-1024x544.jpg\" alt=\"\" data-id=\"4193\" data-link=\"https://buzz-caribbean.com/article/the-little-black-dress-a-must-have-for-every-woman/buzz_3/\" class=\"wp-image-4193\" /></figure></li></ul>\n<!-- /wp:gallery -->','Flirting with the little black dress','','inherit','closed','closed','','622-revision-v1','','','2019-08-15 11:26:17','2019-08-15 16:26:17','',622,'https://buzz-caribbean.com/article/622-revision-v1/',0,'revision','',0),(4201,21,'2019-08-15 11:26:32','2019-08-15 16:26:32','','Allison-Cole-Phillbert-1','','inherit','open','closed','','allison-cole-phillbert-1','','','2019-08-15 11:26:32','2019-08-15 16:26:32','',2078,'https://buzz-caribbean.com/app/uploads/2019/08/Allison-Cole-Phillbert-1.jpg',0,'attachment','image/jpeg',0),(4202,14,'2019-08-15 11:33:55','2019-08-15 16:33:55','<!-- wp:embed {\"url\":\"https://youtu.be/T0sX7A4AoXU\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/T0sX7A4AoXU\n</div></figure>\n<!-- /wp:embed -->','LifeYard: Kingston\'s artsy \'inner-city\' movement','','publish','closed','closed','','lifeyard-kingstons-artsy-inner-city-movement','','','2019-08-15 13:19:50','2019-08-15 18:19:50','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=4202',0,'video','',0),(4203,12,'2019-08-15 11:28:44','2019-08-15 16:28:44','<!-- wp:image {\"id\":2549} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/yanique-curvy-diva-cccc-1024x783.jpg\" alt=\"\" class=\"wp-image-2549\" /><figcaption>Curvy Diva has come under heavy fire for removing her underwear during a performance. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Following the heated debate and the\npublic backlash that Yanique ‘Curvy Diva’ Barrett has received since removing\nher underwear on stage, at least one member of the entertainment industry has come\nto her defence. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Producer Donald \'Icon\' Medder believes the surprising move by the ‘Lifestyle’ entertainer was a good one. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2608} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/icon-producer-1024x1012.jpg\" alt=\"\" class=\"wp-image-2608\" /><figcaption> Producer Icon Medder believes Curvy Diva\'s actions will give her more attention.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It\'s entertainment. When I saw it, I\nactually thought it was a brilliant PR move to create controversy and get\npeople talking. I also believe the backlash may be so intense because they\ndon\'t like her,” Icon said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I actually thought it was a brilliant PR move.\"</p><cite> — Producer Donald \'Icon\' Medder  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“And it worked because now people know about her new collab song. Anything she does is blown out of proportion. Doesn\'t Spice do raunchy overly sexual performances? Where\'s the outcry for decency there?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B01xDhEBTOm/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B01xDhEBTOm/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The performance in question took place at one of the Pride JA events hosted by the Jamaica Forum for Lesbians, All-Sexuals and Gays (J-FLAG) in August. Before Dexta Daps’ ‘No Underwear’ was played, the former Magnum Kings and Queens of Dancehall host removed her underwear and placed it in the direction of the console, much to the delight of the crowd.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While she got a lot of cheers from the audience at the event, she has come in for sharp criticism on social media with persons saying that her actions were distasteful. </p>\n<!-- /wp:paragraph -->','Producer defends Curvy Diva after she removes panty on stage','','inherit','closed','closed','','2547-revision-v1','','','2019-08-15 11:28:44','2019-08-15 16:28:44','',2547,'https://buzz-caribbean.com/article/2547-revision-v1/',0,'revision','',0),(4204,9,'2019-08-15 11:28:52','2019-08-15 16:28:52','','abdomen-belly-button-bikini-1615850','','inherit','open','closed','','abdomen-belly-button-bikini-1615850','','','2019-08-15 11:28:52','2019-08-15 16:28:52','',899,'https://buzz-caribbean.com/app/uploads/2019/08/abdomen-belly-button-bikini-1615850.jpg',0,'attachment','image/jpeg',0),(4205,21,'2019-08-15 11:29:33','2019-08-15 16:29:33','<!-- wp:paragraph -->\n<p>Irish–owned telecoms company, Digicel Jamaica has seen six CEOs come through its doors between 2012 and 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4199} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Digicel-CEOS-BUZZ-1024x628.jpg\" alt=\"\" class=\"wp-image-4199\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They are namely: Mark Linehan, Andy Thorburn, Barry O’ Brien, David Butler, Justin Morin and now Allison Cole Philbert who took up the position earlier this month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4201,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Allison-Cole-Phillbert-1.jpg\" alt=\"\" class=\"wp-image-4201\" /><figcaption>Allison Cole Philbert, the most recently appointed CEO of Digicel Jamaica</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Only last month, the first Jamaican to hold the role since the company began operations in 2001, Justin Morin, demitted the CEO spot after less than two years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2080} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Justin-Morin-former-CEO-of-Digicel-Jamaica-1024x580.jpg\" alt=\"\" class=\"wp-image-2080\" /><figcaption>Justin Morin, former CEO of Digicel Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One reason mooted for such a revolving door is the high level of expectation to deliver results. Another is the constantly changing nature of the mobile phone business and the impact upon it by the over-the-top (OTT) players like WhatsApp. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> The average tenure for a CEO is 7 years plus or minus two.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Digicel is now looking to transition from being solely a mobile phone operator to a company that also offers digital and data services while also entering the media business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ironically, Manfred F.R. Kets de Vries, writing in the Harvard Review says the average tenure for a CEO is 7 years plus or minus two. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Across corporate Jamaica, the CEOs that stand out, that have shaped and grown their companies have been around for a while.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He is of the view that by that time maximum effectiveness generally tends to be extracted with the CEO going through 3 phases: <br> <br> 1. <strong><em>Entry</em></strong> (The “ honeymoon period” where the CEO can learn, experiment, innovate and take risks)<br> <br> 2. <strong><em>Consolidation</em></strong> (After establishing his or her leadership in terms of direction, style and strategy, good results are delivered and the CEO should feel secure in the role)<br> <br> 3. <strong><em>Decline</em></strong> (When the job becomes routine and there are no new markets and products. Also, when the CEO becomes ineffective and has no new ideas to grow the business).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“ When you look across corporate Jamaica, the CEOs that stand out, that have shaped and grown their companies have been around for a while; Patrick Hylton at NCB, Jeffery Hall at Jamaica Producers, Chris Williams at Proven, Don Wheby at Grace, Richard Byles at both Pan Jam and Sagicor Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> The average tenure of a Digicel Jamaica CEO, as it currently stands is 16 months. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I guess it comes down to performance and my guess is this has been the underlying reason for the decision to regularly change CEOs by the Digicel Board. Mind you, it’s hard to have faith in a CEO in Jamaica if you feel that person possibly won’t be there in a year’s time,” said Makhulu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The average tenure of a Digicel Jamaica CEO, as it currently stands, is 16 months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Is Digicel changing its CEO for its Jamaican operations far too frequently?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell us what you think.</p>\n<!-- /wp:paragraph -->','Digicel Jamaica has appointed 6 CEOs in 8 years','','inherit','closed','closed','','2078-revision-v1','','','2019-08-15 11:29:33','2019-08-15 16:29:33','',2078,'https://buzz-caribbean.com/article/2078-revision-v1/',0,'revision','',0),(4206,12,'2019-08-15 11:29:36','2019-08-15 16:29:36','<!-- wp:paragraph -->\n<p>Once you have a smartphone you are guaranteed to see things on your device that may leave you scratching your head. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In today’s world of catchphrases and gimmicks, literally, anything can generate enough attention to have a following. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Jamaica, just think of ‘<a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=6HakzX_sac4\" target=\"_blank\">Cliftwang</a>’, ‘<a href=\"https://www.youtube.com/watch?v=L4XT9JKJnn8\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Tutty Gran Rosie</a>’, “<a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=eEvxmmUzIhU\" target=\"_blank\">Kissable lips Barbara</a>” and more recently \"<a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=Q9Lsf3wKyHc\" target=\"_blank\">Mackerel</a>\" and ‘<a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=-aM7CiKrUmY\" target=\"_blank\">Candy Bady</a>”. All it took was one line that was dramatic or funny for their words to go viral and memes immortalised their faces forever.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The surprising thing is none of the aforementioned individuals initially imagined just how far-reaching their words would be, but once they became a confirmed staple on social media, they rode the wave of popularity better than the Wilmot kids on a surfboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most hope to one day transition from just social media likes and shares to mainstream popularity which would mean booking gigs, getting endorsements and even commercial deals. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most have some degree of success as Rosie ‘performed’ at Sting, Clifftwang got a onetime contract with LIME while recently Mackerel went on tour to Canada, the UK and Antigua among other interesting places declaring just how comfortable ‘people man’ was. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0PRItJA6mY/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0PRItJA6mY/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>However, most of it is not sustainable as a \'one-slogan\' or \'catchphrase\' does not a career make, even though today, quite a bit of what passes for artistic expression is questionable. Many have had their thirty seconds of fame and have gone right back to everyday hustling and living.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Why? Because Jamaica does not operate like America does for the most part. In the United States, a hairstylist made a sex tape and it led to the long-running reality series ‘Keeping up with the Kardashians’. That would not happen on this island because we embarrass, not embolden people when they have their ‘oops’ moments. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2540} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Keeping-Up-With-the-Kardashians.jpg\" alt=\"\" class=\"wp-image-2540\" /><figcaption>KEEPING UP WITH THE KARDASHIANS now in its sixteenth season on E! (Photo by: Miller Mobley/E! Entertainment)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Case in point: two local female television hosts who were caught in different compromising sexual situations. The response? Fire them and pretend that they no longer existed. If they were overseas, they would have been paid for an exposé story and given their own spin-off show. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The world of entertainment in Jamaica is very fickle. Today you are hot and hype, tomorrow people will say ‘who?’ It is very hard to sustain something as fleeting as fame if there was no real substance behind it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the individual is not a bonafide dancer, comedian, singer, artist, stylist or designer, the fame will be short-lived as they don\'t have the requisite talent to back up the newfound popularity. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Indeed, even some with talent, our insta-famous stars have become ‘has-beens’ in no time, because social media is always ready to move on to the next sensation and allot them their thirty seconds to shine. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.youtube.com/watch?v=-aM7CiKrUmY\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Can I get a wow</a>?</p>\n<!-- /wp:paragraph -->','Being ‘insta-famous’ – is it real fame?','','inherit','closed','closed','','2501-revision-v1','','','2019-08-15 11:29:36','2019-08-15 16:29:36','',2501,'https://buzz-caribbean.com/article/2501-revision-v1/',0,'revision','',0),(4207,12,'2019-08-15 11:30:58','2019-08-15 16:30:58','<!-- wp:paragraph -->\n<p>The Starz gangster drama, Power, which follows the exploits of James \'Ghost\' St Patrick and his partner in crime, \'Tommy\', is back for its final season on August 25.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3559} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/power-series-1-1024x732.jpg\" alt=\"\" class=\"wp-image-3559\" /><figcaption>(Photo: Starz.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Curtis \'50 Cent\' Jackson, serves as an executive producer on the cable show and is featured as Ghost’s nemesis up to the end of Season 5.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2378} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/50cent-Exec-Producer.jpg\" alt=\"\" class=\"wp-image-2378\" /><figcaption>(Photo: Starz.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Power began airing on Starz on June 7, 2014. It tells the riveting story of James St Patrick - nightclub owner and successful business operator and family man, who lives a double life as a drug overlord with his childhood sweetheart (Angie) as his mistress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=w8GuKAxLytU\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=w8GuKAxLytU\n</div><figcaption>‘Betrayal’ Trailer | Power Season 6 | STARZ</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>His trusted partner Tommy serves as his enforcer, and together they have to stay several steps ahead of law enforcement agencies and other drug operators. The show has proven to be a big hit in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2382} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/power-6-1.jpg\" alt=\"\" class=\"wp-image-2382\" /><figcaption>(Photo: Starz.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Viewers look forward to the twists, turns and betrayals faced by the New York kingpin on the series when it is aired on weekends. When Power debuted in 2014, it drew only 460,000 viewers in the US. However, as many as 2.26 million viewers tuned in to catch the opening of Season 3 for the episode titled \'Call Me James\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2016, Power was the second most-watched series on cable (behind Game of Thrones) with more than 8 million viewers per episode via multiple platforms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell <strong>BUZZ</strong> what you think of Power.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Will it be missed when the curtains close on Season 6 or should the creators continue with this gangster chronicle? </p>\n<!-- /wp:paragraph -->','Power: Season 6 kicks off on August 25','','inherit','closed','closed','','2376-revision-v1','','','2019-08-15 11:30:58','2019-08-15 16:30:58','',2376,'https://buzz-caribbean.com/article/2376-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (4209,12,'2019-08-15 11:31:56','2019-08-15 16:31:56','<!-- wp:image {\"id\":3873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_0103-1024x584.jpg\" alt=\"\" class=\"wp-image-3873\" /><figcaption>Sexy bodycon LBD with ab peek-a-boo (Photos: James Mitchell)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Black is beautiful. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If it were not so, many women would not be clamouring to find that perfect outfit for practically any occasion as nothing screams chic like the <em>little black dress</em>, or <strong>LBD</strong> for short. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4175} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/LBD-Sleek-1024x684.jpg\" alt=\"\" class=\"wp-image-4175\" /><figcaption>Sleek LBD perfect for a night on the town</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Accessorize with a sexy pair of strappy heels, a string of pearls and a clutch purse to add a bit of drama to your ensemble and step out in style whether you are 18 or 80!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4177} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/LBD-Drama-1024x648.jpg\" alt=\"\" class=\"wp-image-4177\" /><figcaption>Feel free to add a little drama with your LBD</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Little Black Dress has stood the test of time. Its origin has been credited to fashion designer Gabrielle ‘Coco’ Chanel who conceptualized an evening or cocktail dress in the 1920s that was simply cut, short and able to be relevant regardless of the season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2327} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Coco-Chanel-LBD.jpg\" alt=\"\" class=\"wp-image-2327\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She intended it to be versatile, affordable, accessible to a wide market possible and in a neutral colour for any complexion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 1926 American Vogue published a picture of Coco Channel’s short black dress and the revolution began. It was calf-length, straight and modestly decorated and was dubbed \"Chanel\'s Ford\" after the <a href=\"https://en.wikipedia.org/wiki/Model_T\">Model T</a> car. Soon, it was branded “the uniform for all women of taste\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now it is considered a staple in a woman’s closet, but in the early part of the 20<sup>th</sup> century, black was reserved for mourning and was considered indecent when worn outside of such an occasion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Boy, have we come a long way! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3875} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_0050-1024x650.jpg\" alt=\"\" class=\"wp-image-3875\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Not every LBD is created equal, because some are more suitable for special occasions than others, therefore in choosing the right one, keep in mind the event and time of day.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For day time wear, which would be ideal for a brunch, luncheon, tea party and maybe a day at the races, go for something fitted. If you need to mix in a little business choose one that you can throw a mini jacket over - ideally it would also be below your knee. Because we are in the tropics, opt for materials that are light and breathable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  In choosing the right one, keep in mind the event and time of day.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>When your evening comes alive, however, you can be a little more daring in your dressing and the black dress can be slinky. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Invest in one that has some sexy straps at the back or a heart-shaped bodice that is flirty without showing too much skin. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3876} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_9479-1024x692.jpg\" alt=\"\" class=\"wp-image-3876\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Choose a necklace that matches the dress’s neckline, a brooch or some long dangling earrings for that dramatic effect when you upsweep your hair.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4187} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/LBD-Dangling-Earrings-1024x684.jpg\" alt=\"\" class=\"wp-image-4187\" /><figcaption>A pair of dangling earrings with your LBD for the perfect effect.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Regardless of the time of day, black is always slimming and sophisticated on practically any body shape. Just remember to always wear the dress and not let it wear you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3877} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_9605-1024x684.jpg\" alt=\"\" class=\"wp-image-3877\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Our friends at <a href=\"https://www.instagram.com/flirtboutiqueja/?hl=en\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Flirt Boutique</a> have curated a perfect ensemble of LBDs! <strong>Be sure to check out the gallery below for more options.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[4191,4192,4193]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ_1-1024x575.jpg\" alt=\"\" data-id=\"4191\" data-link=\"https://buzz-caribbean.com/article/the-little-black-dress-a-must-have-for-every-woman/buzz_1/\" class=\"wp-image-4191\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ_2-1024x688.jpg\" alt=\"\" data-id=\"4192\" data-link=\"https://buzz-caribbean.com/article/the-little-black-dress-a-must-have-for-every-woman/buzz_2/\" class=\"wp-image-4192\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ_3-1024x544.jpg\" alt=\"\" data-id=\"4193\" data-link=\"https://buzz-caribbean.com/article/the-little-black-dress-a-must-have-for-every-woman/buzz_3/\" class=\"wp-image-4193\" /></figure></li></ul>\n<!-- /wp:gallery -->','Flirting with the little black dress','','inherit','closed','closed','','622-revision-v1','','','2019-08-15 11:31:56','2019-08-15 16:31:56','',622,'https://buzz-caribbean.com/article/622-revision-v1/',0,'revision','',0),(4210,12,'2019-08-15 11:32:29','2019-08-15 16:32:29','<!-- wp:image {\"id\":3873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_0103-1024x584.jpg\" alt=\"\" class=\"wp-image-3873\" /><figcaption>Sexy bodycon LBD with ab peek-a-boo (Photos: James Mitchell)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Black is beautiful. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If it were not so, many women would not be clamouring to find that perfect outfit for practically any occasion as nothing screams chic like the <em>little black dress</em>, or <strong>LBD</strong> for short. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4175} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/LBD-Sleek-1024x684.jpg\" alt=\"\" class=\"wp-image-4175\" /><figcaption>Sleek LBD perfect for a night on the town</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Accessorize with a sexy pair of strappy heels, a string of pearls and a clutch purse to add a bit of drama to your ensemble and step out in style whether you are 18 or 80!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4177} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/LBD-Drama-1024x648.jpg\" alt=\"\" class=\"wp-image-4177\" /><figcaption>Feel free to add a little drama with your LBD</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Little Black Dress has stood the test of time. Its origin has been credited to fashion designer Gabrielle ‘Coco’ Chanel who conceptualized an evening or cocktail dress in the 1920s that was simply cut, short and able to be relevant regardless of the season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2327} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Coco-Chanel-LBD.jpg\" alt=\"\" class=\"wp-image-2327\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She intended it to be versatile, affordable, accessible to a wide market possible and in a neutral colour for any complexion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 1926 American Vogue published a picture of Coco Channel’s short black dress and the revolution began. It was calf-length, straight and modestly decorated and was dubbed \"Chanel\'s Ford\" after the <a href=\"https://en.wikipedia.org/wiki/Model_T\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Model T</a> car. Soon, it was branded “the uniform for all women of taste\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now it is considered a staple in a woman’s closet, but in the early part of the 20<sup>th</sup> century, black was reserved for mourning and was considered indecent when worn outside of such an occasion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Boy, have we come a long way! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3875} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_0050-1024x650.jpg\" alt=\"\" class=\"wp-image-3875\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Not every LBD is created equal, because some are more suitable for special occasions than others, therefore in choosing the right one, keep in mind the event and time of day.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For day time wear, which would be ideal for a brunch, luncheon, tea party and maybe a day at the races, go for something fitted. If you need to mix in a little business choose one that you can throw a mini jacket over - ideally it would also be below your knee. Because we are in the tropics, opt for materials that are light and breathable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  In choosing the right one, keep in mind the event and time of day.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>When your evening comes alive, however, you can be a little more daring in your dressing and the black dress can be slinky. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Invest in one that has some sexy straps at the back or a heart-shaped bodice that is flirty without showing too much skin. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3876} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_9479-1024x692.jpg\" alt=\"\" class=\"wp-image-3876\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Choose a necklace that matches the dress’s neckline, a brooch or some long dangling earrings for that dramatic effect when you upsweep your hair.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4187} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/LBD-Dangling-Earrings-1024x684.jpg\" alt=\"\" class=\"wp-image-4187\" /><figcaption>A pair of dangling earrings with your LBD for the perfect effect.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Regardless of the time of day, black is always slimming and sophisticated on practically any body shape. Just remember to always wear the dress and not let it wear you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3877} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-Dress-YUH_9605-1024x684.jpg\" alt=\"\" class=\"wp-image-3877\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Our friends at <a href=\"https://www.instagram.com/flirtboutiqueja/?hl=en\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Flirt Boutique</a> have curated a perfect ensemble of LBDs! <strong>Be sure to check out the gallery below for more options.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[4191,4192,4193]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ_1-1024x575.jpg\" alt=\"\" data-id=\"4191\" data-link=\"https://buzz-caribbean.com/article/the-little-black-dress-a-must-have-for-every-woman/buzz_1/\" class=\"wp-image-4191\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ_2-1024x688.jpg\" alt=\"\" data-id=\"4192\" data-link=\"https://buzz-caribbean.com/article/the-little-black-dress-a-must-have-for-every-woman/buzz_2/\" class=\"wp-image-4192\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ_3-1024x544.jpg\" alt=\"\" data-id=\"4193\" data-link=\"https://buzz-caribbean.com/article/the-little-black-dress-a-must-have-for-every-woman/buzz_3/\" class=\"wp-image-4193\" /></figure></li></ul>\n<!-- /wp:gallery -->','Flirting with the little black dress','','inherit','closed','closed','','622-revision-v1','','','2019-08-15 11:32:29','2019-08-15 16:32:29','',622,'https://buzz-caribbean.com/article/622-revision-v1/',0,'revision','',0),(4212,12,'2019-08-15 11:32:32','2019-08-15 16:32:32','<!-- wp:paragraph -->\n<p>Europe has been showing dancehall Veteran Busy Signal crazy love during his ongoing summer tour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The artiste continues to draw large crowds at each stop across the European continent. The Volcanic Euro Tour, which began on July 25, will conclude Sunday, August 25 at Reggae Lake Festival in Amsterdam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0uNAysAyam/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0uNAysAyam/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Busy Signal has so far performed in Bangols Sur Ceze, France and made stops in Sweden and Italy. He will perform in Spain at the popular reggae festival, Rototom Sunsplash, on Saturday, August 17.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0hJvnaAwu3/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0hJvnaAwu3/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The Volcanic Euro Tour\nfollows Busy’s latest hit single <strong>Got to Tell You</strong> from his upcoming album\n<strong>Parts of the Puzzle</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>These are the remaining dates for the Volcanic Euro Tour:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>August 17: BENICASSIM, SPAIN </li><li>August 20: BERLIN, GERMANY </li><li>August 21: HAMBURG, GERMANY</li><li>August 22: DORTMUND, GERMANY</li><li>August 23: KOLN, GERMANY </li><li>August 24: BRUGES, GERMANY</li><li>August 25: HOLLAND, AMSTERDAM</li></ul>\n<!-- /wp:list -->','Busy Signal heats up Europe with Volcanic Tour','','inherit','closed','closed','','2244-autosave-v1','','','2019-08-15 11:32:32','2019-08-15 16:32:32','',2244,'https://buzz-caribbean.com/article/2244-autosave-v1/',0,'revision','',0),(4213,12,'2019-08-15 11:32:36','2019-08-15 16:32:36','<!-- wp:image {\"id\":2239} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Spice-dancehall-artiste-1024x606.jpg\" alt=\"\" class=\"wp-image-2239\" /><figcaption>Entertainer Spice is one of the top dancehall artistes in Jamaica. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On a nice, rainy Sunday afternoon in Kingston, Jamaica – Lord knows we needed some relief from the heat — I sat at my laptop doing research on the hottest female dancehall act from the Land of Wood and Water currently doing big things around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grace Latoya Hamilton, more popularly known as Spice, has the most fascinating Wikipedia page introduction I’ve seen in a very long time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Grace Latoya Hamilton (born 6 August 1982), known professionally as Spice, is a Jamaican dancehall recording artist, singer and songwriter. Her career began when she made her debut performance at the annual music festival Sting in 2000, and subsequently became the protégé of fellow deejay Baby Cham. Spice initially gained major recognition after releasing her controversial single ‘Romping Shop’ with Vybz Kartel in 2009. She continued to gain more recognition after releasing her single, ‘So Mi Like It’ in 2014, featured on her debut EP of the same name.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B01Bdy1HCkl/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed aligncenter is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B01Bdy1HCkl/\n</div><figcaption>For her birthday, dancehall artiste Spice posted this picture that generated a lot of comments. </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Let’s pick this apart for a bit. Spice celebrates her birthday on the same day Jamaica does — awesome timing! Spice is literally the female embodiment of strength, wisdom and leadership in the dancehall sector. Funny enough, she constantly has to defend her love for her country from naysayers who view her raunchy performances and provocative lyrics in the most derogatory way they can.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Why write about her, though?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I like to put an academic spin on things we, the Jamaican public, label as ‘sins’, as opposed to the freedom to live and do as one pleases. For the most part, her discography seems filled with raunchy sex music, and one could understand that you’d hardly call a woman like this a role model for young females everywhere. However, on the flip side, aren’t most of our jokes sex-based in the workplaces, schools and social community settings? Isn’t good sex the requirement for most modern-day relationships?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2238} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/spice-dancehall-1024x677.jpg\" alt=\"\" class=\"wp-image-2238\" /><figcaption>Spice continues to make waves with her music. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Spice is a woman who would have suffered the ego-driven, male-dominated field of dancehall, risen above it, found a niche that could sell and made a goddamn successful business out of what she loved to do the most. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She is a role model because she is giving a voice to black women in Jamaica, endearing with power and authority, demanding to be heard, understood and respected. No wonder her debut EP was aptly named, ‘So Mi Like It’<br><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Written by recording artiste Shekinah Ade-Gold, whose goal is to help usher in the most lucrative season in Jamaica\'s entertainment history.</em><br><br></p>\n<!-- /wp:paragraph -->','Oh, the ‘Spice’ of life','','inherit','closed','closed','','2237-autosave-v1','','','2019-08-15 11:32:36','2019-08-15 16:32:36','',2237,'https://buzz-caribbean.com/article/2237-autosave-v1/',0,'revision','',0),(4214,12,'2019-08-15 11:32:38','2019-08-15 16:32:38','<!-- wp:image {\"id\":4076} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/milla-jovovich-resident-evil-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-4076\" /><figcaption>Milla Jovovich as Alice in the hit video-game based horror franchise, Resident Evil (Photo: Screen Gems Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Milla Jovovich is pregnant with her third child - and third daughter - with her husband Paul W.S. Anderson.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 43-year-old actress took to Instagram on Wednesday August 7 to reveal she is expecting her third child with husband Paul W.S. Anderson - with whom she already has daughters Ever, 11, and Dashiel, four. She told her fans the tot will be another baby girl.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B04Dt3mHeZu/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B04Dt3mHeZu/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Posting a picture of her baby bump, Milla wrote: \"Knocked up again. After I found out I was pregnant 13 weeks ago, I had a mixture of feelings ranging between complete joy and utter terror.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'Resident Evil\' actress revealed in May this year she had undergone a \"horrific\" abortion two years ago, after she went into early labour at just four months pregnant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Milla shared her experience in response to the bill that had been signed into law in Georgia, which outlawed abortions after six weeks and wrote on Instagram: \"I myself went through an emergency abortion 2 years ago. I was 4 1/2 months pregnant and shooting on location in Eastern Europe. I went into preterm labor and told that I had to be awake for the whole procedure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"It was one of the most horrific experiences I have ever gone through. I still have nightmares about it. I was alone and helpless. When I think about the fact that women might have to face abortions in even worse conditions than I did because of new laws, my stomach turns\".&nbsp;</p>\n<!-- /wp:paragraph -->','Milla Jovovich, 43, is pregnant','','inherit','closed','closed','','2101-autosave-v1','','','2019-08-15 11:32:38','2019-08-15 16:32:38','',2101,'https://buzz-caribbean.com/article/2101-autosave-v1/',0,'revision','',0),(4215,12,'2019-08-15 11:32:39','2019-08-15 16:32:39','<!-- wp:image {\"id\":2033} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bolt-carlton.jpg\" alt=\"\" class=\"wp-image-2033\" /><figcaption>Usain Bolt in a Carlton Brown-designed piece, as he celebrates Jamaica\'s Independence Day. (Photo: Instagram @usainbolt)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Although he is well-known in the Jamaican fashion industry, Carlton Brown continues to make waves with intricate designs that have caught the attention of many celebrated Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2036} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/carlton-brown.jpg\" alt=\"\" class=\"wp-image-2036\" /><figcaption>Designer Carlton Brown (Photo: Twitter @carltontttbrown )</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At Reggae Sumfest in July, at least five entertainers could be singled out for wearing his pieces. Some of the acts who wore his designs at the show that was held at Catherine Hall in Montego Bay were Govana, Munga Honourable, Romain Virgo, Beenie Man and Buju Banton.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On top of that, athletic star Usain Bolt paid tribute to the\nland of his birth on Independence Day (August 6) by stepping out in a well-designed\ntunic integrated with the national colours of Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0dxx7LFcdN/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0dxx7LFcdN/\n</div><figcaption>Buju Banton was dapper in this suit that was designed by Carlton Brown. </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Brown, who is a judge on Jamaican reality TV series Mission Catwalk, is known for his free-range use of different fabrics, colours and tones, and he seems to redefine how men should dress in whatever setting they choose. He is, however, getting increased attention for his men’s shirts that continue to push the envelope of his creativeness.</p>\n<!-- /wp:paragraph -->','Carlton Brown continues to make strides in fashion','','inherit','closed','closed','','2024-autosave-v1','','','2019-08-15 11:32:39','2019-08-15 16:32:39','',2024,'https://buzz-caribbean.com/article/2024-autosave-v1/',0,'revision','',0),(4216,21,'2019-08-15 11:32:46','2019-08-15 16:32:46','<!-- wp:paragraph -->\n<p>One of the world\'s leading rating agencies, Moody’s, has downgraded Digicel’s securities and given the Group a “negative” outlook.<br> <br>Moody’s downgraded Digicel from B3 to Caa2. A downgrade is a negative change in the rating of a security. This situation occurs when analysts feel that the future prospects for the security have weakened from the original recommendation usually due to a fundamental and material change in the company’s operations or future outlook.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2114} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Moodys.jpg\" alt=\"\" class=\"wp-image-2114\" /><figcaption><em>Moody\'s Investors Service provides international financial research on bonds issued by commercial and government entities. Source: Wikipedia</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to Nasdaq, obligations rated Caa2 are judged to be of poor standing and are subject to very high credit risk.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> A downgrade is a negative change in the rating of a security. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>With Digicel’s liquidity coming under pressure and its debt continuing to increase, Moody’s felt its assessment was appropriate.<br> <br>“Digicel has continued to report declining earnings, negative free cash flow and increasing leverage. A return to sustained revenue and earnings growth has not materialised and any improvement to the company’s financial profile will only be very gradual, resulting in Digicel still facing high refining risk,” said Moody’s.<br> <br>Digicel has to make good on a debt maturity that sees US$1.3 billion worth of bonds coming due in April 2021 noted the rating agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2123} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Digicel-HQ.jpg\" alt=\"\" class=\"wp-image-2123\" /><figcaption>Digicel\'s headquarters located in downtown Kingston, Jamaica (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Last summer Moody’s indicated that Digicel was heading in the wrong direction, when it declared, “the change in outlook to negative reflects the company’s ongoing high leverage and the reduced runway available to the company to simultaneously improve its fundamental credit profile and address its large looming debt maturities.”<br> <br>Digicel responded with a statement which read: “ Moody’s has maintained our credit rating and the business is committed to reducing leverage by one turn over the fiscal year through a combination of organic and inorganic means.”<br> <br>A year on, Moody’s does not share that view.  In its assessment of Digicel’s immediate future, it declared, “The risk of Digicel making another distressed exchange or debt restructuring within the next 12-18 months has increased considering the still weak operating results and liquidity of the Group.”<br> <br> Is this downgrade by Moody’s warranted? <br> <br> Do tell us at <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','Moody’s downgrades Digicel','','inherit','closed','closed','','2107-revision-v1','','','2019-08-15 11:32:46','2019-08-15 16:32:46','',2107,'https://buzz-caribbean.com/article/2107-revision-v1/',0,'revision','',0),(4217,12,'2019-08-15 11:33:01','2019-08-15 16:33:01','<!-- wp:paragraph -->\n<p>Ben Simmons was denied entry to the \'Crown Casino\' in Melbourne, Australia, his hometown when bouncers claimed to not recognize the NBA<br> star. Simmons in an Instagram post implied the incident was racial profiling asking why he and two black friends were asked for ID\'S but the white friends were not. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2261} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ben-simmons.jpg\" alt=\"\" class=\"wp-image-2261\" /><figcaption>Philadelphia 76ers guard Ben Simmons (25) Mandatory Credit: Bill Streicher-USA TODAY Sports <em>(Photo:sixerswire.usatoday.com)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <a href=\"https://www.dailymail.co.uk/news/article-7219105/Australias-highest-paid-athlete-Basketballer-Ben-Simmons-set-sign-240MILLION-NBA-contract.html\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">highest-paid Australian athlete</a> felt he and his friends were singled out by Crown Casino security at the time but has since then deleted the post following a response from the casino that issued a statement saying its security staff routinely do ID checks on anyone who appears to be younger than 25. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0pC8_aHLEv/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0pC8_aHLEv/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The Victorian government\'s tourism body has a sponsorship with Ben<br>Simmons. A Visit Victoria spokesman issued a statement about their<br>commercial arrangement with the $170 million Philadelphia 76er to \"utilize<br>his international profile in promoting Victoria to a global audience.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0kP5vDn2k0/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0kP5vDn2k0/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->','Ben Simmons cries racial profiling by casino','','inherit','closed','closed','','2253-revision-v1','','','2019-08-15 11:33:01','2019-08-15 16:33:01','',2253,'https://buzz-caribbean.com/article/2253-revision-v1/',0,'revision','',0),(4218,21,'2019-08-15 11:34:21','2019-08-15 16:34:21','<!-- wp:paragraph -->\n<p>One of the world\'s leading rating agencies, Moody’s, has downgraded Digicel’s securities and given the Group a “negative” outlook.<br> <br>Moody’s downgraded Digicel from B3 to Caa2. A downgrade is a negative change in the rating of a security. This situation occurs when analysts feel that the future prospects for the security have weakened from the original recommendation usually due to a fundamental and material change in the company’s operations or future outlook.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2114} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Moodys.jpg\" alt=\"\" class=\"wp-image-2114\" /><figcaption><em>Moody\'s Investors Service provides international financial research on bonds issued by commercial and government entities. Source: Wikipedia</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to Nasdaq, obligations rated Caa2 are judged to be of poor standing and are subject to very high credit risk.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> A downgrade is a negative change in the rating of a security. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>With Digicel’s liquidity coming under pressure and its debt continuing to increase, Moody’s felt its assessment was appropriate.<br> <br>“Digicel has continued to report declining earnings, negative free cash flow and increasing leverage. A return to sustained revenue and earnings growth has not materialised and any improvement to the company’s financial profile will only be very gradual, resulting in Digicel still facing high refining risk,” said Moody’s.<br> <br>Digicel has to make good on a debt maturity that sees US$1.3 billion worth of bonds coming due in April 2021 noted the rating agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2123} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Digicel-HQ.jpg\" alt=\"\" class=\"wp-image-2123\" /><figcaption>Digicel\'s headquarters located in downtown Kingston, Jamaica (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Last summer Moody’s indicated that Digicel was heading in the wrong direction, when it declared, “the change in outlook to negative reflects the company’s ongoing high leverage and the reduced runway available to the company to simultaneously improve its fundamental credit profile and address its large looming debt maturities.”<br> <br>Digicel responded with a statement which read: “ Moody’s has maintained our credit rating and the business is committed to reducing leverage by one turn over the fiscal year through a combination of organic and inorganic means.”<br> <br>A year on, Moody’s does not share that view.&nbsp; In its assessment of Digicel’s immediate future, it declared, “The risk of Digicel making another distressed exchange or debt restructuring within the next 12-18 months has increased considering the still weak operating results and liquidity of the Group.”<br> <br> Is this downgrade by Moody’s warranted? <br> <br> Do tell us at <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','Moody’s downgrades Digicel','','inherit','closed','closed','','2107-revision-v1','','','2019-08-15 11:34:21','2019-08-15 16:34:21','',2107,'https://buzz-caribbean.com/article/2107-revision-v1/',0,'revision','',0),(4219,12,'2019-08-15 11:35:15','2019-08-15 16:35:15','<!-- wp:paragraph -->\n<p>It was Kiprich, who a few years ago sang, ‘<a href=\"https://www.youtube.com/watch?v=J2XYe95RjHU\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">telephone ting mash up life</a>’ that chronicled how his girlfriend got into his phone and read his messages causing an emotional firestorm he was unprepared for. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cellular phones today are easily the number one way that people find out what their partners are up to, as it stores just about everything and if it is an iPhone, even the cloud is incriminating.&nbsp;&nbsp;&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2060} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cellphones-and-Relationships-1024x683.jpg\" alt=\"\" class=\"wp-image-2060\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While cheating\nwould be the obvious way that this gadget would impact your relationship, a\ncell phone can affect you in other ways and impinge on all your relationships\nif you let it. Indeed its very presence can be a hindrance to any form of\nbonding. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>People make jokes about millennials and the I-generation being glued to their phones but truth be told, persons of all ages act as if they cannot survive without that scrap of technology. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2062,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Distracted.jpg\" alt=\"\" class=\"wp-image-2062\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To test this theory do this simple thing: leave your phone at home for the day and go about your business on the road, go to your office, the supermarket and hang out with friends in the evening, all without having to consult, look at your phone or browse through social media. I dare you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  Its very presence can be a hindrance to any form of bonding.  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Most people would not last an hour without it. The fact that you have to take your phone to the bathroom is a good indicator of how dependent you are on your phone to keep you connected. But does it really? Our phones make it easier for us to share, like, tweet and send an emoji to express sentiments but ironically we hardly bother to meet face to face to actually talk. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And even if we are physically in each other’s presence, we still forget to have a conversation. Check out how people act at a party. They will be standing side by side, rocking and trying to look cool... and still be on their phones, texting away and ironically sometimes they are texting the person right next to them! So much for having a conversation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We might think that mobile phone keeps us super connected but one study threw cold water on that theory. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Researcher from the University of Essex discovered that our devices can actually damage our close relationships. According to their findings, simply having a phone nearby without even checking it, can be detrimental to interpersonal connection. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interacting in a neutral environment, without a cell phone nearby, is said to help foster closeness, connectedness, trust, and perceptions of empathy, all of which are the building-blocks of relationships. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additionally, due to the variety of social and entertainment options that a mobile phone can offer, they often divert and distract our attention away from being in the moment hence people do not feel our presence as much. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Alas, we have to stay engaged and stay off the phones sometimes.</p>\n<!-- /wp:paragraph -->','Is your cell phone ruining your relationship?','','inherit','closed','closed','','2056-revision-v1','','','2019-08-15 11:35:15','2019-08-15 16:35:15','',2056,'https://buzz-caribbean.com/article/2056-revision-v1/',0,'revision','',0),(4220,21,'2019-08-15 11:35:39','2019-08-15 16:35:39','<!-- wp:paragraph -->\n<p>It was hailed as faith in young Jamaican talent when Justin Morin was appointed as Digicel Jamaica’s first local CEO.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But after less than two years, Morin has walked away from that position.<br> <br>He is replaced by another Jamaican, former Verizon executive, Allison Cole Philbert.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2095} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Allison-Cole-Phillbert.jpg\" alt=\"\" class=\"wp-image-2095\" /><figcaption>Allison Cole Philbert, CEO, Digicel Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Morin, a former student of St George’s College carved out a reputation as a capable executive at Grace Kennedy. Before joining Digicel, he was Director of Corporate Strategy at Saudi Telecom, rolling out operations in the Middle East.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>I am proud of what we have been able to achieve during my tenure in returning the business to growth.</p><cite>Justin Morin, former CEO, Digicel Jamaica</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He also sat on Digicel Foundation’s Board of Directors making valuable contributions to the implementation of philanthropic endeavours in Jamaica.<br> <br>“I am proud of what we have been able to achieve during my tenure in returning the business to growth; today our customers in Jamaica benefit from the leading data experience, leading home and entertainment services as well as a world-class business,” said Morin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2102} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Digicel-CEO-1024x684.jpg\" alt=\"\" class=\"wp-image-2102\" /><figcaption>Former Digicel Jamaica CEO, Justin Morin (Photo: Twitter - @DIGICELJamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Justin Morin is married and has two daughters. So what now? He would be a valuable asset to one of Jamaica’s leading companies having demonstrated abilities in the telecoms, finance and manufacturing sectors.<br> <br>Then again he may take his talents abroad having international experience already under his belt.</p>\n<!-- /wp:paragraph -->','Justin Morin steps down from his role as CEO of Digicel Jamaica','','inherit','closed','closed','','2098-revision-v1','','','2019-08-15 11:35:39','2019-08-15 16:35:39','',2098,'https://buzz-caribbean.com/article/2098-revision-v1/',0,'revision','',0),(4222,12,'2019-08-15 11:37:14','2019-08-15 16:37:14','<!-- wp:paragraph -->\n<p>A <a href=\"https://www.news.com.au/lifestyle/parenting/babies/mum-faces-fierce-backlash-after-calling-her-baby-son-ugly/news-story/2fe2160374b43ff345716c9b983ba51f\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">three-minute video</a> featuring a young African American mother lamenting about the fact that her baby boy was in her own words ‘weird looking’ went viral recently. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1713} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screengrab-Viral-Video.jpg\" alt=\"\" class=\"wp-image-1713\" /><figcaption>Screengrab of the viral video in which Quaylaa Ann called her newborn son \"weird-looking\" <em>(Photo: news.com.au)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She spoke about it being her worst fear realised and that at times she wants to hurt the father of her son as she claims he took his features from him. In the end, she consoled herself with the fact that at least he had a head full of beautiful hair.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For some, the video was funny as she was obviously bothered by the child\'s physical features. But most saw it as being disrespectful and hoped that as the child grows she won\'t emotionally torture him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>How then is it possible for a mother of all persons to declare her child to be ugly?</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The video once again sparked the debate of whether or not there is such a thing as an ugly baby because most of us were raised on the philosophy that babies, puppies, kittens, fairies and unicorns are all cute creations. How then is it possible for a mother of all persons to declare her child to be ugly?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1726} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/accessories-adorable-baby-1024x683.jpg\" alt=\"\" class=\"wp-image-1726\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The concept of an ugly baby just seems to be a betrayal of a mother’s love as some argue that the child\'s innocence alone makes him or her beautiful and precious in God’s sight.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>When in doubt about whether or not a child is ‘unique looking’, observe how onlookers approach them and...their reactions.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>So do ugly babies exist? Yes. They do. Being completely honest, some bundles of joy are hard on the eyes. When in doubt about whether or not a child is ‘unique looking’, observe how onlookers approach them and what their reactions are when they see the child’s face. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An ugly baby will get the ‘oh my’ but with a tremble in their voices as if they are hard-pressed to keep looking and would rather turn away. If this has happened in the past, you may have an ugly baby!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The concept of an ugly baby just seems to be a betrayal of a mother’s love.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>If you are not the unfortunate parent of a child whose features have gained notoriety but you get approached by someone carrying such a bundle, here is what you do. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Firstly, you control your face and body language, then you focus on the parents and not the child and if they insist on bringing the baby into the conversation, then you try and find something generic to compliment like ‘that’s a cute outfit she has on’ or ‘look at her chubby little legs’ or ‘he is going to be so strong when he grows up”. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And parents of our \"unique looking\" bundles of joy, be consoled; iconic Jamaican poet and activist, Honourable Louise Bennett-Coverley reminded us <em>\"Ugly baby grow pretty...\"</em></p>\n<!-- /wp:paragraph -->','Is there such a thing as an ugly baby?','','inherit','closed','closed','','1704-revision-v1','','','2019-08-15 11:37:14','2019-08-15 16:37:14','',1704,'https://buzz-caribbean.com/article/1704-revision-v1/',0,'revision','',0),(4223,21,'2019-08-15 11:37:21','2019-08-15 16:37:21','<!-- wp:image {\"id\":755} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brushy1string-buzz-demo-1024x1024.jpg\" alt=\"\" class=\"wp-image-755\" /><figcaption>Jamaican bluesy Reggae artiste, Brushy1string (Photo: Kickstarter.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brushy1string, a Jamaican musician known for playing a\nguitar with one string, is calling on fans to support his latest venture of\nputting out new music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brushy told the world in a recent Instagram post that he is seeking US $10,000 to assist him and has launched a Kickstarter fund with several layers of pledges for persons to make.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These pledges can range anywhere from US$10 dollars to $1500 dollars for fans. The Reggae artiste has also included a suite of benefits per donation; starting from a couple of singles and a podcast, to dinner for two with the man himself in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As at Tuesday, July 30, with 19 days to go, the Kingston\nmusician has had 56 backers on his Kickstarter fund – totaling 20 percent of\nthe US$10,000 target.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":757} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brushy1string-kickstarter-buzz-1024x500.jpg\" alt=\"\" class=\"wp-image-757\" /><figcaption>Brushy1string\'s progress on his Kickstarter campaign, as at July 30 (Photo: Kickstarter.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The bluesy Reggae vocalist noted in his Kickstarter video that “the more support you give, the more music I can make”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It\'s very simple. At the end of the day, I hope this message reaches you. I thank you for taking a moment to read it,” Brushy1string added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brushy became a household name in Jamaica following his\nappearance on the popular talent competition Digicel Rising Stars. While he did not win, the acoustic artiste has managed to\ndevelop a musical career for himself that has seen him tour all over the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brushy is also known for his popular song <strong>Chicken In The Corn</strong> that has garnered over 26 million views on YouTube since it was uploaded in 2013. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=E8H-67ILaqc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=E8H-67ILaqc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>He has since released several tracks and albums and now wants to further his craft with the support of his fans worldwide. Persons wishing to back Brushy1string in his Kickstarter campaign can do so <a href=\"https://www.kickstarter.com/projects/brushyonestring/brushy-one-string-a-new-album-for-the-people?ref=cp1noz\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">here</a>.</p>\n<!-- /wp:paragraph -->','Brushy1string launches Kickstarter to fund new album','','inherit','closed','closed','','648-revision-v1','','','2019-08-15 11:37:21','2019-08-15 16:37:21','',648,'https://buzz-caribbean.com/article/648-revision-v1/',0,'revision','',0),(4224,12,'2019-08-15 11:38:30','2019-08-15 16:38:30','<!-- wp:paragraph -->\n<p>After nearly a decade of asking, one film has done what was thought to be impossible. Avengers: Endgame as of July 2019, has officially become the world’s highest-grossing movie of all time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To deny James Cameron’s sci-fi/fantasy epic\nAvatar is a tremendous feat, seeing as the now-second most successful film of\nall time, grossed US $2.789 billion in 2009.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Based on insights from <a href=\"https://www.boxofficemojo.com/alltime/world/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Box Office Mojo</a>, <strong>BUZZ</strong> notes that the Marvel Cinematic Universe (MCU) has four entries in the global top 10. If parent company Disney is included, the pair sweep two extra spots on the best 10, to bring Buena Vista Studios’ count to six out of ten.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to know which other films are in the top 10? We got you!<strong> BUZZ </strong>presents the top 10 highest-grossing films of all time worldwide (not counting inflation):</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>10. <em>Black Panther</em> (2018), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1689} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-panther-two-kings-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-1689\" /><figcaption>Erik Killmonger and T\'Challa square off in the Wakanda-epic, Black Panther (Photo: Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: US $1.346 billon</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office figures (US cinemas only): $700.1 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>9. <em>Avengers: Age of Ultron</em> (2015), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1684} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-age-of-ultron-screengrab-bluray-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-1684\" /><figcaption>Thor (centre) Captian America (left) and War Machine (right) watch as Ultron\'s mech-army invades Sokovia (Photo: Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $1.405 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $459 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>8. <em>Furious 7</em> (2015), Universal Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1685} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/furious-7-screengrab-buzz-1024x538.jpg\" alt=\"\" class=\"wp-image-1685\" /><figcaption>The cast of Furious 7 in Dubai (Photo: Universal Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $1.516 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $ 353 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>7. <em>Marvel\'s The Avengers</em> (2012), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1687} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-2012-assemble-1024x576.jpg\" alt=\"\" class=\"wp-image-1687\" /><figcaption>Avengers assemble! (Photo: Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $1.518 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $623.4 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>6. <em>Jurassic World</em> (2015), Universal Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1693} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jurassic-world-2015-buzz-screengrab-1024x576.jpg\" alt=\"\" class=\"wp-image-1693\" /><figcaption>Shhhh....the Indominus Rex is on the loose! (Photo: Universal Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $1.617 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $652.3 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>5. <em>Avengers: Infinity War</em> (2018), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1696} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-infinity-war-official-buzz-1024x797.jpg\" alt=\"\" class=\"wp-image-1696\" /><figcaption>Thanos (top centre) threatens half the universe with extinction on his hunt for the Infinity Stones (Photo: Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $2.048 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $678.8 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>4. <em>Star Wars: The Force Awakens</em> (2015), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1698} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/star-wars-tfa-poster-buzz-1024x672.jpg\" alt=\"\" class=\"wp-image-1698\" /><figcaption>A new chapter! The Force Awakens was hailed a \'brilliant resurgence\' for the Star Wars franchise (Photo: Buena Vista Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $2.068 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $936.7 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>3. <em>Titanic</em> (1997), Paramount Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1699} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/titanic-iconic-scene-buzz-screengrab-1024x596.jpeg\" alt=\"\" class=\"wp-image-1699\" /><figcaption>\"I\'m flying!\" - one of film\'s most iconic lines from Titanic (Photo: Paramount Pictures)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $2.187 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $659.4 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>2. <em>Avatar</em> (2009), Fox Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1701} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avatar-offical-poster-buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-1701\" /><figcaption>Jake Sully or Tsu\'tey? Why not both?! (Photo: Fox Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $2.789 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $760.5 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>1. <em>Avengers: Endgame</em> (2019), Buena Vista Studios</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1688} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-poster-buzz-crop-1-1024x536.jpg\" alt=\"\" class=\"wp-image-1688\" /><figcaption>A race against time to reverse the damage by Thanos is the driving motivation for The Avengers in Endgame (Photo: Marvel Studios) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Worldwide gross: $2.794 billion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Domestic box office: $857.5 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZhive</strong>! How many of these \'mega-grossers\' have you seen? Which is your fav? Sound off in the comments below!</p>\n<!-- /wp:paragraph -->','What are the highest-grossing films of all time?','','inherit','closed','closed','','1670-revision-v1','','','2019-08-15 11:38:30','2019-08-15 16:38:30','',1670,'https://buzz-caribbean.com/article/1670-revision-v1/',0,'revision','',0),(4225,12,'2019-08-15 11:39:22','2019-08-15 16:39:22','<!-- wp:image {\"id\":1651} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-poster-buzz-crop-1024x536.jpg\" alt=\"\" class=\"wp-image-1651\" /><figcaption>Members of the cast from Avengers: Endgame (Photo: Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The hottest film of spring 2019, <strong><em>Avengers: Endgame</em></strong>, officially overtook the James Cameron epic <strong><em>Avatar</em></strong> as the highest-grossing movie of all time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Endgame</em></strong>, the 20th entry in the Marvel Cinematic Universe (MCU), has dethroned the 2009 sci-fi/fantasy blockbuster by the slimmest of margins.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to <a href=\"https://www.boxofficemojo.com/alltime/world/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Box Office Mojo</a>, as of July 30, <strong><em>Endgame</em></strong> has grossed more than US$2.794 billion worldwide – just outpacing <strong><em>Avatar</em></strong>, which amassed a staggering US$2.789 billion in second place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1657} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/avengers-endgame-vs-avatar.jpg\" alt=\"\" class=\"wp-image-1657\" /><figcaption>Fox Studios\' megahit Avatar and Disney\'s high-riding record-breaker, Avengers: Endgame (Photo: Fox, Marvel Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>(No spoilers, we promise!) </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Based on the iconic <strong><em>Avengers</em></strong> comics by the late Stan Lee and Jack Kirby, <strong><em>Endgame</em></strong> follows the surviving members of the superhero squad and their allies, who desperately attempt to reverse the damage caused by Thanos in <strong><em>Infinity War</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See the official trailer, courtesy of <em>Marvel Entertainment</em>, below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/TcMBFSGVi1c\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/TcMBFSGVi1c\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Critics from Deadline.com wrote in late April, \"[<strong><em>Avengers: Endgame</em></strong>] had a worldwide opening of $1.2 billion, the biggest of all time and nearly double <strong><em>Infinity War</em></strong>\'s previous record of $640.5 million.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It was also the fastest film ever to eclipse the $1 billion and $1.5 billion mark, doing so in just five days and eight days respectively (less than half what it took Infinity War),” Deadline Hollywood writer, Nancy Tartaglione added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The film has been hailed as a bittersweet\nfinale to Marvel’s ‘third phase’ of the MCU, with Endgame scoring a 94 percent,\n‘certified fresh’ score on American review-aggregation website Rotten Tomatoes.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> &nbsp;<strong><em>“Exciting, entertaining, and emotionally impactful, Avengers: Endgame does whatever it takes to deliver a satisfying finale to Marvel\'s epic Infinity Saga.” </em></strong></p><cite>-  Critics Consensus, RottenTomatoes.com </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>For those who haven’t yet seen <strong><em>Avengers: Endgame</em></strong>, what are you waiting for? Curious to know what films made the 10 highest grossers of all-time list? Check out our <a href=\"https://buzz-caribbean.com/article/10-highest-grossing-films-of-all-time/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">story here</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZhive</strong>, what was your favourite scene? Have your say in the comments section.</p>\n<!-- /wp:paragraph -->','SNAP! Avengers: Endgame is the world\'s highest-grossing film','','inherit','closed','closed','','1649-revision-v1','','','2019-08-15 11:39:22','2019-08-15 16:39:22','',1649,'https://buzz-caribbean.com/article/1649-revision-v1/',0,'revision','',0),(4226,9,'2019-08-15 11:40:07','2019-08-15 16:40:07','<!-- wp:paragraph -->\n<p>Oh, my, God, Becky look at her… </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You are wrong if you thought of a pert derriere. Jamaican Becky is looking elsewhere. It is the primary subject matter for most female artistes, and it may even be a bit of a cultural obsession. It is all about the \'vajayjay\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4204} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/abdomen-belly-button-bikini-1615850-1024x683.jpg\" alt=\"\" class=\"wp-image-4204\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to Dr Kemel Gajraj, vaginoplasty is one of the most inquired about surgeries even among nulliparous women (those who have not given birth).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So what exactly is Vaginoplasty? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In some instances, vaginoplasty is used for the construction of an entirely new sex organ for individuals with ambiguous genitalia or for sex reassignment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Vaginoplasty is a procedure that is done primarily to reconstruct and or improve the vagina.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>According to the top doc, the reasons for getting this type of surgery range from the desire to improve the look of the organ to some women wanting to improve the functionality of it. One of the big reasons women come for vaginoplasty is as a result of childbirth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gajraj said it wasn’t just about having a wider vagina, as the vaginal opening typically returns to normal after a few months; though admittedly in some instances, Gajraj says some things may never be 100 per cent the same again. The other big reason, he said, is correcting the issue of reduced orgasms which some women also experience due to a weakened pelvic floor after childbirth. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For some women who have given birth, Gajraj says orgasms don’t feel as forceful as they use to and so vaginoplasty can sometimes be used as a remedy to correct that. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4139} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Camel-toe.jpg\" alt=\"\" class=\"wp-image-4139\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While functionality is a big reason, some women just want to improve the look. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Who looks down there except the person you are being intimate with, right? Wrong. It turns out that the camel toe effect is a winning look. In medical terms, labiaplasties are hit. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>While in North America everyone wants to hide their camel toe, in Jamaica it is okay to come from \"buff bay\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Dr Gajraj said it is very common practice for excess fat from other parts of the body to be transferred into the lips to create the camel toe effect. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is also an effect that is swelling in popularity, as it is also big in the underground economy, with reports of fake doctors practising labiaplasties in areas such as Portmore and downtown Kingston. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, Dr Gajraj warned that due to the risk of superinfection that some vaginoplasty surgeries carry, women are urged to use only licensed surgeons to execute such a procedure. </p>\n<!-- /wp:paragraph -->','Forget the booty, Jamaican women are flocking Vaginoplasty','','inherit','closed','closed','','899-revision-v1','','','2019-08-15 11:40:07','2019-08-15 16:40:07','',899,'https://buzz-caribbean.com/article/899-revision-v1/',0,'revision','',0),(4227,12,'2019-08-15 11:43:18','2019-08-15 16:43:18','<!-- wp:paragraph -->\n<p>The release of juggling projects by producers of Dancehall music has seen a marked decline since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2015, Chimney Records released one of the biggest juggling projects of the summer season called <strong>After Party Riddim</strong>, which featured top Dancehall artistes such as Vybz Kartel, Mavado, Alkaline and more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1389,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/After-Party-Riddim.jpg\" alt=\"\" class=\"wp-image-1389\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Two years prior, Chimney Records released the <strong>Rising Sun Riddim</strong> that featured acts such as Kabaka Pyramid, Chronixx, Tarrus Riley, Jah Cure and others. Some have classified this as a timeless project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1390,\"align\":\"center\",\"width\":438,\"height\":438} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rising-Sun-Riddim.jpg\" alt=\"\" class=\"wp-image-1390\" width=\"438\" height=\"438\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The juggling culture started with Reggae in the 1980s and as time progressed, it moved on to the next popular genre in Jamaica, which was Dancehall. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DJs would spit lyrics on hardcore rhythms - or \"riddims\" in the Jamaican vernacular - lasting 2 to 3 minutes per song. Each riddim would have at least 10 artistes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 1990s and early 2000s had some of the best juggling projects in Reggae and Dancehall.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the top ones included:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><strong><a href=\"https://www.youtube.com/watch?v=09r8zEt5aes\">Pepper Seed Riddim</a> </strong>— 1994 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=DHY3a4lJsR0\">Bug and Clone Riddim</a></strong><a href=\"https://www.youtube.com/watch?v=DHY3a4lJsR0\"> </a>— 1994 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=dnp4Xj_3FYk\">Joy Ride Riddim</a></strong> — 1996 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=E084yiohV9E\">Buy Out Riddim</a> </strong>— 1996 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=Eg36QjyZo60\">Showtime Riddim</a></strong> — 1997 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=mCgPmb3HL5A\">BookShelf Riddim</a></strong> — 1998<br><strong><a href=\"https://www.youtube.com/watch?v=-tabvim-eos\">Bruk Out Riddim</a></strong> — 1999 (Mad House)<br><strong><a href=\"https://www.youtube.com/watch?v=h0KcIwATzYc\">Diwali Riddim</a></strong> — 2002 (Lenky)<br><strong><a href=\"https://www.youtube.com/watch?v=VC3nm58MBYU\">Chiney Gal Riddim</a></strong> — 2002<br><strong><a href=\"https://www.youtube.com/watch?v=6L-1wRRp3aU\">Fiesta Riddim</a></strong><a href=\"https://www.youtube.com/watch?v=6L-1wRRp3aU\"> </a>— 2003 (VP Records)<br><strong><a href=\"https://www.youtube.com/watch?v=ZYE88Q6AIlA\">Drop Leaf Riddim</a></strong> — 2005 (Don Corleon)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>FAST FORWARD</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Though jugglings are not a priority for music producers or artistes these days, the music lovers will still show their appreciation and get excited to listen to their favourites from the slew of songs. In the latter part of 2018, Justus released the <a href=\"https://www.youtube.com/watch?v=5f324KsKsoQ&amp;list=OLAK5uy_nhi__MIPOySfvhpM-G0KlSjLjECR8qHxo&amp;index=2\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Time Machine Riddim</a>, which featured Mavado, Shenseea and TeeJay, who undoubtedly had the biggest song on the rhythm by popular traction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1399} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shenseea_Tie-Me-Up.jpg\" alt=\"\" class=\"wp-image-1399\" /><figcaption>Shenseea in her music video Tie Me Up on the Time Machine Riddim released 2018 (Source: Shenseea - YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In June, Popular Music producer Linton ‘TJ’ dropped a similar project on the <a href=\"https://www.youtube.com/watch?v=J_OB_ymaugg\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Traffic Riddim</a> that features top Dancehall musicians Vybz Kartel, Masicka, Popcaan and Govana among others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1401,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Traffic-Riddim.jpg\" alt=\"\" class=\"wp-image-1401\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Based on the reactions on social media and elsewhere, the project is expected to dominate the party scene. Each song should get its fair shine as all the artistes involved delivered.</p>\n<!-- /wp:paragraph -->','Where are the Dancehall juggling projects?','','inherit','closed','closed','','1377-revision-v1','','','2019-08-15 11:43:18','2019-08-15 16:43:18','',1377,'https://buzz-caribbean.com/article/1377-revision-v1/',0,'revision','',0),(4229,14,'2019-07-30 11:47:19','2019-07-30 16:47:19','<!-- wp:embed {\"url\":\"https://youtu.be/zFA3VHCwZho\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/zFA3VHCwZho\n</div></figure>\n<!-- /wp:embed -->','BUZZ Top 10 artistes — July 2','','publish','closed','closed','','buzz-top-10-artiste-watch-week-july-29','','','2019-09-11 10:47:25','2019-09-11 15:47:25','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=4229',0,'video','',0),(4231,12,'2019-08-15 11:44:22','2019-08-15 16:44:22','<!-- wp:paragraph -->\n<p>The release of juggling projects by producers of Dancehall music has seen a marked decline since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2015, Chimney Records released one of the biggest juggling projects of the summer season called <strong>After Party Riddim</strong>, which featured top Dancehall artistes such as Vybz Kartel, Mavado, Alkaline and more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1389,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/After-Party-Riddim.jpg\" alt=\"\" class=\"wp-image-1389\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Two years prior, Chimney Records released the <strong>Rising Sun Riddim</strong> that featured acts such as Kabaka Pyramid, Chronixx, Tarrus Riley, Jah Cure and others. Some have classified this as a timeless project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1390,\"align\":\"center\",\"width\":438,\"height\":438} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rising-Sun-Riddim.jpg\" alt=\"\" class=\"wp-image-1390\" width=\"438\" height=\"438\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The juggling culture started with Reggae in the 1980s and as time progressed, it moved on to the next popular genre in Jamaica, which was Dancehall. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DJs would spit lyrics on hardcore rhythms - or \"riddims\" in the Jamaican vernacular - lasting 2 to 3 minutes per song. Each riddim would have at least 10 artistes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 1990s and early 2000s had some of the best juggling projects in Reggae and Dancehall.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the top ones included:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><strong><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=09r8zEt5aes\" target=\"_blank\">Pepper Seed Riddim</a> </strong>— 1994 (Mad House)<br><strong><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=DHY3a4lJsR0\" target=\"_blank\">Bug and Clone Riddim</a></strong><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=DHY3a4lJsR0\" target=\"_blank\"> </a>— 1994 (Mad House)<br><strong><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=dnp4Xj_3FYk\" target=\"_blank\">Joy Ride Riddim</a></strong> — 1996 (Mad House)<br><strong><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=E084yiohV9E\" target=\"_blank\">Buy Out Riddim</a> </strong>— 1996 (Mad House)<br><strong><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=Eg36QjyZo60\" target=\"_blank\">Showtime Riddim</a></strong> — 1997 (Mad House)<br><strong><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=mCgPmb3HL5A\" target=\"_blank\">BookShelf Riddim</a></strong> — 1998<br><strong><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=-tabvim-eos\" target=\"_blank\">Bruk Out Riddim</a></strong> — 1999 (Mad House)<br><strong><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=h0KcIwATzYc\" target=\"_blank\">Diwali Riddim</a></strong> — 2002 (Lenky)<br><strong><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=VC3nm58MBYU\" target=\"_blank\">Chiney Gal Riddim</a></strong> — 2002<br><strong><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=6L-1wRRp3aU\" target=\"_blank\">Fiesta Riddim</a></strong><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=6L-1wRRp3aU\" target=\"_blank\"> </a>— 2003 (VP Records)<br><strong><a href=\"https://www.youtube.com/watch?v=ZYE88Q6AIlA\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Drop Leaf Riddim</a></strong> — 2005 (Don Corleon)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>FAST FORWARD</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Though jugglings are not a priority for music producers or artistes these days, the music lovers will still show their appreciation and get excited to listen to their favourites from the slew of songs. In the latter part of 2018, Justus released the <a href=\"https://www.youtube.com/watch?v=5f324KsKsoQ&amp;list=OLAK5uy_nhi__MIPOySfvhpM-G0KlSjLjECR8qHxo&amp;index=2\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Time Machine Riddim</a>, which featured Mavado, Shenseea and TeeJay, who undoubtedly had the biggest song on the rhythm by popular traction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1399} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shenseea_Tie-Me-Up.jpg\" alt=\"\" class=\"wp-image-1399\" /><figcaption>Shenseea in her music video Tie Me Up on the Time Machine Riddim released 2018 (Source: Shenseea - YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In June, Popular Music producer Linton ‘TJ’ dropped a similar project on the <a href=\"https://www.youtube.com/watch?v=J_OB_ymaugg\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Traffic Riddim</a> that features top Dancehall musicians Vybz Kartel, Masicka, Popcaan and Govana among others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1401,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Traffic-Riddim.jpg\" alt=\"\" class=\"wp-image-1401\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Based on the reactions on social media and elsewhere, the project is expected to dominate the party scene. Each song should get its fair shine as all the artistes involved delivered.</p>\n<!-- /wp:paragraph -->','Where are the Dancehall juggling projects?','','inherit','closed','closed','','1377-revision-v1','','','2019-08-15 11:44:22','2019-08-15 16:44:22','',1377,'https://buzz-caribbean.com/article/1377-revision-v1/',0,'revision','',0),(4232,21,'2019-08-15 11:45:20','2019-08-15 16:45:20','<!-- wp:paragraph -->\n<p>The Samsung Note10 and Note10+ were released on August 7 boasting all the specifications of a flagship smartphone. Originally launched in 2011 the Note10/10+ come with the most significant change for the product line up. There are now two devices, the larger 10+ and the smaller and cheaper Note 10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4087} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Samsung-Galaxy-Note10-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-4087\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Note, from inception, was designed to sit above the Galaxy S line, having faster, better processors, a larger form factor and the built-in S Pen. A lot of that hasn’t changed. Common across both phones is the Octa-core Qualcomm Snapdragon 855 processor, or Samsung Exynos 9825 chip-set, the loss of the headphone jack, wireless charging and sharing, in-screen fingerprint sensor, and an S Pen. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4088} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Galaxy-Note10-BUZZ-1024x522.jpg\" alt=\"\" class=\"wp-image-4088\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Beyond smaller similarities, the Note10 and 10+ are significantly different creatures. The 10+ has a 6.8-inch AMOLED screen, internal storage up to 512GB, up to 1TB of expandable storage, a larger battery and 12GB of RAM. The camera setup on the 10+ carries a 3D depth sensor alongside a triple camera array consisting of a wide-angle 12-megapixel unit, an ultra-wide 16-megapixel unit and a telephoto 12-megapixel unit. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4090} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Samsung_Galaxy_Note10.gif\" alt=\"\" class=\"wp-image-4090\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The front-facing camera is a 10-megapixel unit and the phone records 4K video. The Note 10 makes do with a lower resolution 6.3-inch AMOLED screen, 256GB of storage, 8GB of RAM in a smaller chassis. Compatibility with upcoming 5G networks is available in applicable markets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4092} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Samsung-Galaxy-Note10-3-1024x786.jpg\" alt=\"\" class=\"wp-image-4092\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Note functionality has been taken up\na notch with the S Pen. Anything written on the screen can be converted to\ntext. The S Pen now operates like a remote, using a variety of input methods.\nClick or gesture to zoom the camera, flip through photos, edit video and\ncontrol music volume. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4098} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/galaxy-note-10-s-pen.jpg\" alt=\"\" class=\"wp-image-4098\" /><figcaption>Photo: Android Central</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The split in the product line has created a very strange upgrade path for the Note. Power-users wanting to remain at the cusp of smartphone technology should head straight for the Note10+, those still holding on to their Note9 might have to take a hard look at the Note10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4100} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Samsung-Galaxy-Note-10-Plus-screen-head-on-2-1200x675-1-1024x576.jpg\" alt=\"\" class=\"wp-image-4100\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Note10 has a faster chipset, a better camera, a more compact and lighter chassis, but the older phone wins out in some serious areas. The Note9 has a larger screen, 6.4-inches to the Note10’s 6.3-inches, along with a higher resolution and pixel density. It can be had with double the internal storage and the same amount of RAM. The Note10 has no expandable storage while the Note9 can handle 512GB. The older phone has a larger battery, 4000mAh to 3,500mAh on the Note10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> The key upgrade elements for the Note10 are....in-screen fingerprint sensor, Wireless PowerShare...extra functions of the S Pen...better camera performance. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As with modern devices, it’s not all\nin the figures. Using the latest chipset, screen and Android operating system,\nthe Note10 is claiming more efficiency than the outgoing phone thus the lack of\nneed to max out its specifications, especially in the face of the more powerful\nNote10+. The key upgrade elements for the Note10 are features like the\nin-screen fingerprint sensor, Wireless PowerShare, the extra functions of the S\nPen, and ultimately the better camera performance.</p>\n<!-- /wp:paragraph -->','On another NOTE: Samsung makes massive changes to flagship device','','inherit','closed','closed','','4086-revision-v1','','','2019-08-15 11:45:20','2019-08-15 16:45:20','',4086,'https://buzz-caribbean.com/article/4086-revision-v1/',0,'revision','',0),(4233,4,'2019-08-15 11:45:32','2019-08-15 16:45:32','<!-- wp:paragraph -->\n<p>Oh, my, God, Becky look at her… </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You are wrong if you thought of a pert derriere. Jamaican Becky is looking elsewhere. It is the primary subject matter for most female artistes, and it may even be a bit of a cultural obsession. It is all about the \'vajayjay\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4204} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/abdomen-belly-button-bikini-1615850-1024x683.jpg\" alt=\"\" class=\"wp-image-4204\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to Dr Kemel Gajraj, vaginoplasty is one of the most inquired about surgeries even among nulliparous women (those who have not given birth).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So what exactly is Vaginoplasty? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In some instances, vaginoplasty is used for the construction of an entirely new sex organ for individuals with ambiguous genitalia or for sex reassignment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Vaginoplasty is a procedure that is done primarily to reconstruct and or improve the vagina.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>According to the top doc, the reasons for getting this type of surgery range from the desire to improve the look of the organ to some women wanting to improve the functionality of it. One of the big reasons women come for vaginoplasty is as a result of childbirth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gajraj said it wasn’t just about having a wider vagina, as the vaginal opening typically returns to normal after a few months; though admittedly in some instances, Gajraj says some things may never be 100 per cent the same again. The other big reason, he said, is correcting the issue of reduced orgasms which some women also experience due to a weakened pelvic floor after childbirth. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For some women who have given birth, Gajraj says orgasms don’t feel as forceful as they use to and so vaginoplasty can sometimes be used as a remedy to correct that. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4139} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Camel-toe.jpg\" alt=\"\" class=\"wp-image-4139\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While functionality is a big reason, some women just want to improve the look. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Who looks down there except the person you are being intimate with, right? Wrong. It turns out that the camel toe effect is a winning look. In medical terms, labiaplasties are hit. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>While in North America everyone wants to hide their camel toe, in Jamaica it is okay to come from \"buff bay\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Dr Gajraj said it is very common practice for excess fat from other parts of the body to be transferred into the lips to create the camel toe effect. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is also an effect that is swelling in popularity, as it is also big in the underground economy, with reports of fake doctors practising labiaplasties in areas such as Portmore and downtown Kingston. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, Dr Gajraj warned that due to the risk of superinfection that some vaginoplasty surgeries carry, women are urged to use only licensed surgeons to execute such a procedure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<strong><em> Written by Denieca-Alexia Daniels</em></strong></p>\n<!-- /wp:paragraph -->','Forget the booty, Jamaican women are flocking Vaginoplasty','','inherit','closed','closed','','899-revision-v1','','','2019-08-15 11:45:32','2019-08-15 16:45:32','',899,'https://buzz-caribbean.com/article/899-revision-v1/',0,'revision','',0),(4234,4,'2019-08-15 11:45:56','2019-08-15 16:45:56','<!-- wp:paragraph -->\n<p>Oh, my, God, Becky look at her… </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You are wrong if you thought of a pert derriere. Jamaican Becky is looking elsewhere. It is the primary subject matter for most female artistes, and it may even be a bit of a cultural obsession. It is all about the \'vajayjay\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4204} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/abdomen-belly-button-bikini-1615850-1024x683.jpg\" alt=\"\" class=\"wp-image-4204\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to Dr Kemel Gajraj, vaginoplasty is one of the most inquired about surgeries even among nulliparous women (those who have not given birth).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So what exactly is Vaginoplasty? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In some instances, vaginoplasty is used for the construction of an entirely new sex organ for individuals with ambiguous genitalia or for sex reassignment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Vaginoplasty is a procedure that is done primarily to reconstruct and or improve the vagina.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>According to the top doc, the reasons for getting this type of surgery range from the desire to improve the look of the organ to some women wanting to improve the functionality of it. One of the big reasons women come for vaginoplasty is as a result of childbirth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gajraj said it wasn’t just about having a wider vagina, as the vaginal opening typically returns to normal after a few months; though admittedly in some instances, Gajraj says some things may never be 100 per cent the same again. The other big reason, he said, is correcting the issue of reduced orgasms which some women also experience due to a weakened pelvic floor after childbirth. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For some women who have given birth, Gajraj says orgasms don’t feel as forceful as they use to and so vaginoplasty can sometimes be used as a remedy to correct that. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4139} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Camel-toe.jpg\" alt=\"\" class=\"wp-image-4139\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While functionality is a big reason, some women just want to improve the look. Who looks down there except the person you are being intimate with, right? Wrong. It turns out that the camel toe effect is a winning look. In medical terms, labiaplasties are hit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>While in North America everyone wants to hide their camel toe, in Jamaica it is okay to come from \"buff bay\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Dr Gajraj said it is very common practice for excess fat from other parts of the body to be transferred into the lips to create the camel toe effect. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is also an effect that is swelling in popularity, as it is also big in the underground economy, with reports of fake doctors practising labiaplasties in areas such as Portmore and downtown Kingston. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, Dr Gajraj warned that due to the risk of superinfection that some vaginoplasty surgeries carry, women are urged to use only licensed surgeons to execute such a procedure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<strong><em> Written by Denieca-Alexia Daniels</em></strong></p>\n<!-- /wp:paragraph -->','Forget the booty, Jamaican women are flocking Vaginoplasty','','inherit','closed','closed','','899-revision-v1','','','2019-08-15 11:45:56','2019-08-15 16:45:56','',899,'https://buzz-caribbean.com/article/899-revision-v1/',0,'revision','',0),(4235,12,'2019-08-15 11:46:15','2019-08-15 16:46:15','<!-- wp:paragraph -->\n<p>It is the ‘year of the vegan’, according to <a href=\"https://worldin2019.economist.com/theyearofthevegan\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">The Economist</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That means just about everyone is on the bandwagon, with even fast-food franchises such as McDonald\'s joining the list of restaurants now offering vegan meals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <a href=\"https://www.forbes.com/sites/michaelpellmanrowland/2019/04/14/mcvegan-celebrity-petition/#4432c3f13403\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">McVegan</a>, anyone?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":914} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/McVegan.jpg\" alt=\"\" class=\"wp-image-914\" /><figcaption>McDonald\'s recently rolled out their veggie burger with much success in Finland (Source: Forbes)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, while the hype means that there are <a href=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">more places</a> to access vegan-style food, being a vegan is still pretty hard – particularly if you entered the lifestyle fresh out of the transition from eating medium-rare steaks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Below is a list of five foods that will help to make your transition to ‘veganhood’ that much easier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Cashews</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>From eating them roasted to making them into vegan-cheese, cashew nuts are essential to a vegan lifestyle. Cashew nuts are extremely versatile and if you’re looking for a great way to replace milk in your diet then cashews are your answer. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":916} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Cashew-1024x685.jpg\" alt=\"\" class=\"wp-image-916\" /><figcaption>Cashew</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Drooling to have the taste of cheese again? Cashew paired with a few ingredients is sure to get your saliva going. Not to mention, cashews are packed with minerals and vitamins such as iron, magnesium and zinc and is excellent if you are attempting to manage your weight.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Coconut</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> If you’re the type that loves cereal with milk, or are looking for a healthier oil for cooking – coconut is your go-to-alternative.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":923} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/coconut.jpg\" alt=\"\" class=\"wp-image-923\" /><figcaption>Coconuts</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Coconut milk is derived from the flesh surrounding the shell of the coconut. Once cut from the shell, add a little water and you have coconut milk or save yourself the trouble and grab a carton from the supermarket shelf.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":926} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Coconut-milk.png\" alt=\"\" class=\"wp-image-926\" /><figcaption>One of several brands of coconut milk products available in Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Coconut milk, which has the consistency of regular cow’s milk can be used to replace dairy milk in just about anything including cereals, smoothies and curry dishes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As for coconut oil, it can be used as you would use vegetable oil, plus the body absorbs it rather easily and has antimicrobial and antifungal properties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3> Chickpeas </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> Yum, yum. Also known as garbanzo beans, these beans are magical in helping former meat-eaters to replicate some of our favourite flesh dishes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":928} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/chickpeas-in-a-bowl-1024x747.jpg\" alt=\"\" class=\"wp-image-928\" /><figcaption>Chickpeas</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Yup, chickpeas can be fashioned into faux-fish and even vegan meat-less balls.  Chickpeas are also good just the way they are, make fantastic curries and stews that can be paired with grains for a complete meal. Did I mention that chickpeas are rich in protein?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Plantains</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a staple food of West and Central Africa, the Caribbean, Central America, and South America and is a must-have on your journey to veganhood. Plantains can be eaten cooked or uncooked and can be used to add a boost of sweet goodness to any dish or even drink.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":932} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Green-Plantain-1024x683.jpg\" alt=\"\" class=\"wp-image-932\" /><figcaption>Green plantains</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Plantains are most popularly eaten fried and are, particularly in the Caribbean, deemed side dishes. However, more and more plantains are being used in vegan dishes to substitute noodles and other dishes that require flour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3917,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Fried-Plantain-1-1024x768.jpg\" alt=\"\" class=\"wp-image-3917\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>One way to make a gluten-free lasagna is to substitute the lasagna noodle with green plantains. Green plantains are also used as a burger bun in some vegan meals. Ripe plantain is also used to make tarts and is a substitute for meat in pot pies.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Bulgur Wheat</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Texture, texture and more texture – that’s what bulgur wheat has. It is this fabulous texture that makes the wheat good at simulating the look and feel of ground beef, burger patties and even Middle Eastern-style kibbehs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":935,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Bulgur-Wheat.jpg\" alt=\"\" class=\"wp-image-935\" /><figcaption>Bulgur wheat</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Low in calories and high in fibre, bulgur wheat is one of those grains that is good at soaking up flavours and makes for a great meat replacement if you’re looking to mimic the taste and texture of beef products.<br>Bulgur is also fantastic for individuals trying to control their blood sugar levels. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>— Story written by Denieca-Alexia Daniels</em><br></p>\n<!-- /wp:paragraph -->','Year of the Vegan: 5 tasty vegan approved treats','','inherit','closed','closed','','907-revision-v1','','','2019-08-15 11:46:15','2019-08-15 16:46:15','',907,'https://buzz-caribbean.com/article/907-revision-v1/',0,'revision','',0),(4236,21,'2019-08-15 11:46:29','2019-08-15 16:46:29','<!-- wp:paragraph -->\n<p>….they have big pockets! They are also said to have something else that is oversized and that usually get women scrutinising the male mid-section with blatant curiosity. As long as there\'s been storytelling, there\'s been the tale that men with big feet have large penises, hence those who sport shoe size eleven or larger can be seen strutting around like peacocks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2474} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Big-Feet.jpg\" alt=\"\" class=\"wp-image-2474\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Well according to the measuring tape, the claims of ‘big feet, big meat’ do not measure up to the findings of countless urologists who bravely go where angels fear to tread. They explore the regions of the male anatomy and have concluded that there is little empirical evidence to support the supposed foot-penis size connection. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2476,\"align\":\"center\",\"width\":455,\"height\":313} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/False.png\" alt=\"\" class=\"wp-image-2476\" width=\"455\" height=\"313\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In 1993 two Canadian doctors measured the height, foot size and penile length of 63 men. The correlation was founded to be pretty weak. Later, the researchers, who won the 1998 Nobel Prize for the study, shared that trying to predict penis size based on a man’s foot was a lesson in futility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Once again the link was not supported by the research. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A few years later Korean researchers tried their hands at seeing if the myth matched the mathematics and measured the length and circumference of 655 Korean men’s flaccid penises, as well as the size of their feet, length of their toes and fingers, the sizes of their ears, mouth and even the amount of hair on their heads. Talk about being thorough! Once again the link was not supported by the research. Sad news for some 655 men!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2477} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Measuring-Tape-1024x683.jpg\" alt=\"\" class=\"wp-image-2477\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Another study conducted by the\nUniversity College London published in the British Journal of Urology\nInternational determined that there is no link between penis size and shoe\nsize. They observed 104 patients, men of all ages, at the London urology clinic.\nResearchers measured the length of a flaccid penis when stretched and later\nrecorded their shoe size. No match. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> In general, men have a penis size that is proportionate to their overall body structure. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>There is no hard (all puns intended!) and fast rule about penis size. You cannot look at a man’s feet, his ears, length of his arm from his wrist to his elbow and know if he is packing. None of that is a determinant as to whether he can walk on three legs or two. In general, men have a penis size that is proportionate to their overall body structure. Even so, there is no set rule to ‘dick determination’, &nbsp;plus one’s genetic makeup or DNA is another big factor so all those men who are wearing shoes bigger than their feet to impress the ladies, the jig is up and you can stop now.</p>\n<!-- /wp:paragraph -->','Men with big feet…','','inherit','closed','closed','','2473-revision-v1','','','2019-08-15 11:46:29','2019-08-15 16:46:29','',2473,'https://buzz-caribbean.com/article/2473-revision-v1/',0,'revision','',0),(4237,12,'2019-08-15 11:46:34','2019-08-15 16:46:34','<!-- wp:paragraph -->\n<p>Naomi Campbell doesn\'t want to catch any germs when she\'s flying so she cleans the seat and wears a mask.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 49-year-old supermodel carries a pair of rubber medical gloves and a pack of Dettol wipes in her handbag when she travels on an aeroplane.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":744} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Naomi-Campbell-1024x537.jpg\" alt=\"\" class=\"wp-image-744\" /><figcaption>Naomi Campbell wears a mask whenever she flies.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It\'s become her ritual to clean the seat, tray table, television remote, window shutter and armrests around her before she\'ll sit down as she\'s worried about infection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It\'s my health and it makes me feel better\"</p><cite>— Naomi Campbell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking in her YouTube video, which documented her journey, Naomi said: \"Dettol wipes. Clean everything you touch. Anything you could possibly touch. All this stuff [scrubbing the remote control that is attached to the chair], anything that you put your hands on. This is what I do on every plane I get on. I do not care what people think of me. It\'s my health and it makes me feel better.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But before she\'s ready for takeoff, Campbell whips out her face mask to protect herself from breathing in any illnesses from other passengers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=b-U_jT9qWvs\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=b-U_jT9qWvs\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->','Naomi Campbell disinfects her seat when she flies','','inherit','closed','closed','','731-autosave-v1','','','2019-08-15 11:46:34','2019-08-15 16:46:34','',731,'https://buzz-caribbean.com/article/731-autosave-v1/',0,'revision','',0),(4238,12,'2019-08-15 11:46:34','2019-08-15 16:46:34','<!-- wp:image {\"id\":755} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brushy1string-buzz-demo-1024x1024.jpg\" alt=\"\" class=\"wp-image-755\" /><figcaption>Jamaican bluesy Reggae artiste, Brushy1string (Photo: Kickstarter.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brushy1string, a Jamaican musician known for playing a\nguitar with one string, is calling on fans to support his latest venture of\nputting out new music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brushy told the world in a recent Instagram post that he is seeking US $10,000 to assist him and has launched a Kickstarter fund with several layers of pledges for persons to make.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These pledges can range anywhere from US$10 dollars to $1500 dollars for fans. The Reggae artiste has also included a suite of benefits per donation; starting from a couple of singles and a podcast, to dinner for two with the man himself in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As at Tuesday, July 30, with 19 days to go, the Kingston\nmusician has had 56 backers on his Kickstarter fund – totaling 20 percent of\nthe US$10,000 target.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":757} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brushy1string-kickstarter-buzz-1024x500.jpg\" alt=\"\" class=\"wp-image-757\" /><figcaption>Brushy1string\'s progress on his Kickstarter campaign, as at July 30 (Photo: Kickstarter.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The bluesy Reggae vocalist noted in his Kickstarter video that “the more support you give, the more music I can make”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It\'s very simple. At the end of the day, I hope this message reaches you. I thank you for taking a moment to read it,” Brushy1string added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brushy became a household name in Jamaica following his\nappearance on the popular talent competition Digicel Rising Stars. While he did not win, the acoustic artiste has managed to\ndevelop a musical career for himself that has seen him tour all over the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brushy is also known for his popular song <strong>Chicken In The Corn</strong> that has garnered over 26 million views on YouTube since it was uploaded in 2013. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=E8H-67ILaqc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=E8H-67ILaqc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>He has since released several tracks and albums and now wants to further his craft with the support of his fans worldwide. Persons wishing to back Brushy1string in his Kickstarter campaign can do so <a href=\"https://www.kickstarter.com/projects/brushyonestring/brushy-one-string-a-new-album-for-the-people?ref=cp1noz\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">here</a>.</p>\n<!-- /wp:paragraph -->','Brushy1string launches Kickstarter to fund new album','','inherit','closed','closed','','648-autosave-v1','','','2019-08-15 11:46:34','2019-08-15 16:46:34','',648,'https://buzz-caribbean.com/article/648-autosave-v1/',0,'revision','',0),(4239,12,'2019-08-15 11:46:38','2019-08-15 16:46:38','<!-- wp:paragraph -->\n<p>Leon Bailey\'s customised Benz Brabus coupe is the latest luxury car turning heads on the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The footballer, who plays for Bayern Leverkusen in the German Bundesliga, shelled out the estimated equivalent of  J$120 million to purchase, customise and import the vehicle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"711\"],\"columns\":1} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-1-1024x683.jpg\" alt=\"\" data-id=\"711\" data-link=\"https://buzz-caribbean.com/?attachment_id=711\" class=\"wp-image-711\" /><figcaption>Photos by Don Weysome</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Bailey posted a photo of his 800 horsepower machine on his Instagram page with the line, \"Man neva born inna&nbsp; luxury, a just hard work and Father God.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bz6LAOxIGdm/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bz6LAOxIGdm/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>His adopted father and boss of Phoenix Football Academy, Craig Butler, gave<strong> Buzz Caribbean</strong> a tour of the vehicle recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"720\",\"721\",\"722\",\"723\",\"727\"],\"columns\":5} -->\n<ul class=\"wp-block-gallery columns-5 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus5-1-1024x683.jpg\" alt=\"\" data-id=\"720\" data-link=\"https://buzz-caribbean.com/?attachment_id=720\" class=\"wp-image-720\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus7-1024x683.jpg\" alt=\"\" data-id=\"721\" data-link=\"https://buzz-caribbean.com/?attachment_id=721\" class=\"wp-image-721\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-3-1-1024x683.jpg\" alt=\"\" data-id=\"722\" data-link=\"https://buzz-caribbean.com/?attachment_id=722\" class=\"wp-image-722\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Brabus6-1024x683.jpg\" alt=\"\" data-id=\"723\" data-link=\"https://buzz-caribbean.com/?attachment_id=723\" class=\"wp-image-723\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/leon-bailey.jpg\" alt=\"\" data-id=\"727\" data-link=\"https://buzz-caribbean.com/?attachment_id=727\" class=\"wp-image-727\" /><figcaption>Leon Bailey</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p> <br></p>\n<!-- /wp:paragraph -->','Leon Bailey lands $120 million Benz in the island','','inherit','closed','closed','','700-autosave-v1','','','2019-08-15 11:46:38','2019-08-15 16:46:38','',700,'https://buzz-caribbean.com/article/700-autosave-v1/',0,'revision','',0),(4240,12,'2019-08-15 11:46:39','2019-08-15 16:46:39','<!-- wp:image {\"id\":551} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/koffee-official-1024x683.jpg\" alt=\"\" class=\"wp-image-551\" /><figcaption>Koffee (Photo: OriginalKoffee.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fast-rising Reggae sensation Koffee was in her element\nrecently when she stepped out and performed on the Jimmy Kimmel Live! show in\nthe US.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Spanish Town lyricist electrified the set with the\nbreakthrough hit <strong><em>Toast</em></strong>, backed by her own live band.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From the looks of the party-style audience that witnessed,\nthe entire performance was epic!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See Koffee’s performance in the video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=9BtonHilG0E\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=9BtonHilG0E\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Since Koffee\'s breakthrough hit in 2018, the young Jamaican\nact has taken the industry and the world by storm. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":549} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/koffee-backstage-jimmy-kimmel-live-1.jpg\" alt=\"\" class=\"wp-image-549\" /><figcaption>Koffee backstage during her set Jimmy Kimmel Live! (Photo: Twitter @JimmyKimmelLive)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She released her debut EP, <strong><em>Rapture</em></strong>, earlier in March\nto great acclaim, and has been holding strong on the charts. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since then, Koffee, alongside Chronixx, has done a remix to Ed Sheeran’s smash hit <strong><em>I Don’t Care</em></strong> – and according to the rumour mill, she will be a writer on Rihanna\'s upcoming album.</p>\n<!-- /wp:paragraph -->','Koffee gives big performance on Jimmy Kimmel Live!','','inherit','closed','closed','','542-autosave-v1','','','2019-08-15 11:46:39','2019-08-15 16:46:39','',542,'https://buzz-caribbean.com/article/542-autosave-v1/',0,'revision','',0),(4241,12,'2019-08-15 11:46:39','2019-08-15 16:46:39','<!-- wp:paragraph -->\n<p>In 2010, the Clarks brand of shoes got such a boost that persons were literally falling over themselves to acquire a pair or two.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This was due to songs done by dancehall superstar Vybz Kartel and Popcaan that drove Jamaicans and others across the world to spend their money on English manufactured kicks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=fQE3mTZ-abQ\\u0026list=RDfQE3mTZ-abQ\\u0026index=1\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=fQE3mTZ-abQ&amp;list=RDfQE3mTZ-abQ&amp;index=1\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> A definite impact from this was the major uptick in the prices of Clarks shoes by store owners and higglers.  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>All seeking to make the most of that opportunity to sell one of the most coveted footwear during that time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Over time Clarks continues to be one of the must-wear shoe brands for a number of Jamaicans and while it has seen competition from the likes of Kickers and others, it continues to hold its own.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More recently the Wallabee and the L stitch have resurged in high demand with dancehall artiste Jahvillani of the Wile Side Government clique dropping his popular track<em> \'Clarks pon foot\'</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[462,463]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Wallabee-1024x516.jpg\" alt=\"\" data-id=\"462\" data-link=\"https://buzz-caribbean.com/?attachment_id=462\" class=\"wp-image-462\" /><figcaption>Clarks Men\'s Wallabee Shoe</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/L-Stitch-Clarks-1.jpg\" alt=\"\" data-id=\"463\" data-link=\"https://buzz-caribbean.com/?attachment_id=463\" class=\"wp-image-463\" /><figcaption>Clarks Originals <strong>Seam Trek Men\'s L Stitch </strong>Shoe </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Since the release of his single, he has gotten the endorsement of the Clarks brand after a post on their social media page called the song the anthem of the summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/tv/BzfkrBSgN6e/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed aligncenter is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/tv/BzfkrBSgN6e/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Since then, persons have been actively tracking the prices of the shoes, with some expecting to see some increases as the shoes again ride a monster wave of popularity in the country that generally loves the shoe brand.&nbsp;</p>\n<!-- /wp:paragraph -->','Clarks shoes back in the limelight','','inherit','closed','closed','','456-autosave-v1','','','2019-08-15 11:46:39','2019-08-15 16:46:39','',456,'https://buzz-caribbean.com/article/456-autosave-v1/',0,'revision','',0),(4242,12,'2019-08-15 11:46:40','2019-08-15 16:46:40','<!-- wp:image {\"id\":458} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/chris-gayle-jose-mourinho-photo-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-458\" /><figcaption>Jamaican all-round cricketer Chris Gayle (pictured left) poses with Portuguese football coach José Mourinho (second from right) at an undisclosed location (Photo: Instagram @ChrisGayle333)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It seems Chris Gayle is enjoying life, to say the least. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Just days after a court in Australia rejected an appeal from Fairfax Media, a consortium Gayle had sued and won, he was snapped hanging with football coach Jose Mourinho.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It would seem Gayle is in a good mood after a court ruling\nwhich will see the Jamaican all-rounder receive over JMD $29 million after he\nsued the newspaper for defamation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was alleged that he had exposed himself to a massage\ntherapist, but the courts did not find enough evidence to prove the incident,\nand instead ruled in favour of the talismanic Jamaican batsman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gayle, on July 13 sent Instagram into a frenzy after he posted a cool photo with Mourinho and two others along the side of a helicopter with the caption, \"We out for some fresh air\". </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bz2pcj5lpik/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bz2pcj5lpik/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The apparent pilot of the craft was also in the photo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both men were also pictured leaving the British Grand Prix on July 14 in England, where it seemed they both enjoyed the thrills and sights of racing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gayle, by all accounts, is in full recovery mode as he just\nplayed in his last Cricket World Cup. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The swashbuckling lefthander, however, did not have the sort of tournament many would have expected but still, the Jamaican has left behind an enviable legacy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This photographed encounter is not the first time that Gayle and Mourinho have rubbed shoulders as the pair were captured in 2017 bumping into each other.</p>\n<!-- /wp:paragraph -->','‘Universe Boss’ hangs with Mourinho days after collecting millions','','inherit','closed','closed','','444-autosave-v1','','','2019-08-15 11:46:40','2019-08-15 16:46:40','',444,'https://buzz-caribbean.com/article/444-autosave-v1/',0,'revision','',0),(4243,12,'2019-08-15 11:46:46','2019-08-15 16:46:46','<!-- wp:paragraph -->\n<p>Jamaica continues to grapple with one of the largest, most-encompassing heatwaves citizens have ever had to contend with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2962} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sweating-demo-buzz-1-1024x582.jpg\" alt=\"\" class=\"wp-image-2962\" /><figcaption> #PlaceHotB! (Photo: Texas A&amp;M Health Science Centre) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As climate change takes root across the globe, warmer\ntemperatures, especially in the northern hemisphere, have left many countries unprepared\nin the face of this latest threat to humanity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=Y2XU2uAxYYM\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Y2XU2uAxYYM\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Here in Jamaica, the struggle to adapt in time is critical as the country recorded its highest-ever average temperature on Saturday, June 23. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Met Service, thermometers across the island\nnoted never-before-seen figures of 39.1 degrees Celsius or just around 102 degrees\nFahrenheit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’re active on social media, the hashtag #PlaceHotB\noffers some comic relief to the blistering heat, but it is still important that\nJamaicans take as much precaution to avoid the dizzying heat and stay hydrated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is especially true for the country’s most vulnerable - children,\npregnant women, the homeless and indigent, as well as the elderly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=FS2YaJkkHQY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=FS2YaJkkHQY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The recent temperature increases across Jamaica are indeed\nfrightening, and despite 2018 being the fourth hottest year on record,\ntemperatures are projected to exceed those this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2943} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hot-weather-temperature-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-2943\" /><figcaption>Photo: AnteaGroup.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Air-conditioning units, though more widespread across the\ncountry, might still be an exorbitant expense for some families.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you\'re a Jack (or Jill) of all trades, <strong>BUZZ</strong> has presented a few interactive tutorials with some of YouTube\'s most viral do-it-yourself (DIY) projects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Get busy and create that makeshift A/C you so desperately need with your standing fan and very few tools! Stay frosty!</p>\n<!-- /wp:paragraph -->','BUZZ Hacks: DIY A/C projects for the summer heatwave','','inherit','closed','closed','','332-autosave-v1','','','2019-08-15 11:46:46','2019-08-15 16:46:46','',332,'https://buzz-caribbean.com/article/332-autosave-v1/',0,'revision','',0),(4244,12,'2019-08-15 11:46:47','2019-08-15 16:46:47','<!-- wp:image {\"id\":946} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/machine-learning-demo.jpeg\" alt=\"\" class=\"wp-image-946\" /><figcaption>Artist\'s impression of artificial intelligence (Photo: HackerNoon.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Armed with just the language of thousands of research papers, machine learning (ML) has been credited with discoveries never made by human scientists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3482} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/scientists-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-3482\" /><figcaption>A scientist hard at work in a laboratory</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The discoveries were <a href=\"https://www.nature.com/articles/s41586-019-1335-8.epdf?referrer_access_token=xnIXloemAjCocfXIt9dQ49RgN0jAjWel9jnR3ZoTv0P9QxlcO86f_GXZRxwYijrqa11Mx55SgniZXv55YKOR_sn816NK2x0O46Vim16XrS-SjyP9GMXeDQinUN75ES6enlxK__J5UabR6JdgR19bZSVLL5ZsK8146qMcipEbItW65C8aSk29Q_BfrKz4Gb5-kjz3m7dIaoRxs3e1I6qW4022QZ6aZMaOPxlATK7OOqj8lrhj-yufvROMPdStMZjAEK-efja6SfW5n-6xhZuV33BrlHdxmu8yxCQg-Mpomv4_WY2o4OqyFsbpNr_j-R-9&amp;tracking_referrer=www.vice.com\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">publicised on July 3</a>, after researchers from the Lawrence Berkeley National Laboratory in California used an algorithm, <em>Word2Vec</em>, to sift through scientific papers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The researchers were hoping the ML would make connections humans had missed – and it found them!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the study, the algorithm processed&nbsp;a vocabulary of about\n500,000 words related to material science&nbsp;– spitting out predictions for\npossible thermoelectric materials, which convert heat to energy and are used in\nmany heating and cooling applications.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3483} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/coding-closeup-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-3483\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The most impressive part of the study was the algorithm didn’t\nknow the definition of ‘thermoelectric’ and received no training in materials\nscience.&nbsp;<strong><em>Mind. Blown.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Using only word associations, the algorithm was able to provide\ncandidates for future thermoelectric materials, some of which may be better\nthan those humankind currently uses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3485} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/metal-sparks-buzz-demo.jpg\" alt=\"\" class=\"wp-image-3485\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It’s a very promising prospect for the future of heating and\ncooling systems as the algorithm was able to understand complex concepts such\nas the periodic table and the chemical structure of molecules.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the study, published in Nature, in some cases,\nwords were linked to thermoelectric concepts but had never been written about\nas ‘thermoelectric’ in any abstract they surveyed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>How cool is that?!</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Okay, so not quite <strong><em>Skynet</em></strong>, but the discoveries made by the algorithm were significant, as this gap in knowledge is hard to catch with a human eye, but easy for an ML to spot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here\'s to the future <strong>BUZZhive</strong>! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What do you think of these latest developments? As always, we welcome your thoughts in our comments section.</p>\n<!-- /wp:paragraph -->','Machine makes discoveries missed by scientists','','inherit','closed','closed','','909-revision-v1','','','2019-08-15 11:46:47','2019-08-15 16:46:47','',909,'https://buzz-caribbean.com/article/909-revision-v1/',0,'revision','',0),(4245,14,'2019-08-15 11:46:50','2019-08-15 16:46:50','','Popcaan Body So Good Buzzgrab','','inherit','open','closed','','popcaan-body-so-good-buzzgrab','','','2019-08-15 11:46:50','2019-08-15 16:46:50','',4229,'https://buzz-caribbean.com/app/uploads/2019/08/popcaan-body-so-good-buzzgrab.jpg',0,'attachment','image/jpeg',0),(4246,14,'2019-08-06 11:52:39','2019-08-06 16:52:39','<!-- wp:embed {\"url\":\"https://youtu.be/3BLNEI1M7Fc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/3BLNEI1M7Fc\n</div></figure>\n<!-- /wp:embed -->','BUZZ Top 10 artistes — August 5','','publish','closed','closed','','buzz-top-10-artiste-watch-week-august-5','','','2019-09-11 10:50:39','2019-09-11 15:50:39','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=4246',0,'video','',0),(4247,12,'2019-08-15 11:48:05','2019-08-15 16:48:05','<!-- wp:paragraph -->\n<p>Your best friend convinced you that meeting a man at church or at the workplace is so last century, so she hooked you up with a dating app and you started swiping left and right as you scroll through the endless possibilities of man meat. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3730} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Online-Dating-BUZZ-1024x640.jpg\" alt=\"\" class=\"wp-image-3730\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Suddenly you realise that you\'re even pickier today than you were when you started dating in your late teens but what exactly should be your deal-breakers when seeking a partner?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3729} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/onlinedating-1024x504.jpg\" alt=\"\" class=\"wp-image-3729\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now everyone has their own pet peeves, likes, dislikes and hang-ups but the following should head the general list of ‘no-no’ when it comes to soulmate selection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Firstly, the <strong>nose picker</strong> has got to go! I do not know what some are digging for but they need to apply to China Harbour Engineering Company (CHEC) for one of those excavation positions. He may sit across from or beside you and then reach over to touch you! Fix it Jesus!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Introducing the <strong>tight pants posse</strong>! If your phone or your ‘package’ is clearly visible through your pants, it is a no love.&nbsp; At the opposite end of the extreme are the ‘<strong>saggy bottom boys’</strong>. There is honestly no worse fashion infraction than a man who allows his underwear — usually discoloured and dingy ones — to show. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":388} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Tight-Jeans-Buzz.jpg\" alt=\"\" class=\"wp-image-388\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you are a bonafide ‘<strong>mamma’s boy’</strong> then you need to stay home with your mamma. She will love you unconditionally and walk behind you to clean up your mess and wash, sort and fold your laundry. No grown, independent woman should ever have to compete with that kind of love and devotion. Cue J-Lo\'s<em> <strong><a href=\"https://www.youtube.com/watch?reload=9&amp;v=Pgmx7z49OEk\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Ain\'t Your Mama</a></strong></em>!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":389} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Mamas-Boy.png\" alt=\"\" class=\"wp-image-389\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <strong>‘phone\nsearcher’</strong> is another ‘no can do’. No listening to old voice notes,\nscrolling through Whatsapp messages scrutinising display pictures. Thou shall\nnot be subjected to that kind of invasion of privacy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3613} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/phone-search-1024x590.jpg\" alt=\"\" class=\"wp-image-3613\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The chronic cheater. </strong>You know the type. The ones that say hate the game, not the player and proceed to explain that every female in his car is his cousin on his father’s side.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":425,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Cheater-1.jpg\" alt=\"\" class=\"wp-image-425\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The woman beater</strong>. If one more\nmisguided woman say, ‘If he doesn’t hit me he don’t love me’, I will snatch off\nmy wig. Under no circumstances is it okay for his fist to connect with your\neye. If he cannot walk away when he gets angry, then you should walk out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":393} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Woman-Beater.jpg\" alt=\"\" class=\"wp-image-393\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The narcissist</strong>. Yes, he is not a\nsuitable mate either because he is not interested in whatever you have going\non. It is all about his day, activities and feelings. You are just there to be\nhis cheerleader but do not expect the same in return. Indeed why should you\nhave to compete with his mirror?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":396} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Narcissist.jpg\" alt=\"\" class=\"wp-image-396\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Mr 10 pm</strong>. There is a man on the loose formerly known as <em>‘Booty call Bob’</em>. The man who never takes you anywhere except to visit his 10-foot divan bed. You will never meet his family or friends; all the food he feeds you is either delivery or take out and he is never available to accept your calls during the day. It is like you are literally dating a ghost. Be gone, Casper!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":423} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Booty-Call.gif\" alt=\"\" class=\"wp-image-423\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The ‘baby mamma’ seeker</strong>. Lord! If a man ever starts a first (or second or third) date with that line, you need to make like a tree and leave! This individual means you no good, as being lauded for your fertility is not only demeaning but cheapens the whole business of bringing new life into this world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":427,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Baby-Mama-Seeker.jpg\" alt=\"\" class=\"wp-image-427\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>The Neanderthal</strong>. The caveman type\nthat wants you to wash, cook and clean because for him domesticity is woman’s\nwork. Women have long moved from wearing an apron to rocking business suits or\nany professional attire so the man who wants to keep you barefooted and busy\ncleaning is not welcomed through your door.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":435,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Womans-Place-In-The-Kitchen.png\" alt=\"\" class=\"wp-image-435\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Having said all of that, you have to be mindful not to pass over a good man with a few flaws. Just because his socks do not match or he needs to lose ten pounds, does not mean he cannot be Mr. Right. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some things you can overlook or make suggestions on how to improve that diamond in the rough. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If his fashion sense is not on point then gently help him transform from corduroy to linen. Sometimes it just takes some patience and a good makeover to take a man from Gully Bop to Idris Elba.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Women, what are some of your deal breakers? </strong></p>\n<!-- /wp:paragraph -->','When man hunting, what are your deal-breakers?','','inherit','closed','closed','','386-revision-v1','','','2019-08-15 11:48:05','2019-08-15 16:48:05','',386,'https://buzz-caribbean.com/article/386-revision-v1/',0,'revision','',0),(4248,21,'2019-08-15 11:48:09','2019-08-15 16:48:09','','Boss-Watching-Feature-BUZZ','','inherit','open','closed','','boss-watching-feature-buzz','','','2019-08-15 11:48:09','2019-08-15 16:48:09','',1849,'https://buzz-caribbean.com/app/uploads/2019/08/Boss-Watching-Feature-BUZZ.jpg',0,'attachment','image/jpeg',0),(4249,12,'2019-08-15 11:48:32','2019-08-15 16:48:32','<!-- wp:paragraph -->\n<p>You may remember her as Stevie J’s Panamanian princess or even as best friend of dancehall artiste, Spice, on<strong> Love and Hip Hop: Atlanta</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, these days Estelita Quintero is out of the reality TV circuit and is instead focusing on wellness. Quintero recently opened up about how cosmetic surgery to improve the look of her buttocks had made her sick.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":380} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Stevie-J_Estelita.jpg\" alt=\"\" class=\"wp-image-380\" /><figcaption>Estelita Quintero and Stevie J. <em>(Photo: hollywoodlife.com) </em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Quintero noted that it wasn’t only a physical manifestation of being unwell but she also began to feel depressed. According to Quintero,  she received the butt injections while working as a stripper in Miami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, she explained that approximately five years later, the injections had started to make her feel sick. In a 19-minute-long video posted to YouTube Quintero documented her journey to Colombia where she had the silicone fillers removed from her buttocks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":384} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/During-Surgery-Quintero.jpg\" alt=\"\" class=\"wp-image-384\" /><figcaption>Estelita Quintero during her surgical procedure to remove silicone implants from her buttocks. Source: Instagram @estelitaquintero</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Before her travels to the South American country, Quintero said she had tried four times to have the contents injected into her posterior to give its voluptuous shape removed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":382} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Quintero-Pre-Surgery_Buzz.jpg\" alt=\"\" class=\"wp-image-382\" /><figcaption>Estelita Quintero during post-surgery recovery. Source: Instagram @estelitaquintero</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It is crazy because I remember paying $1500 per section to get these freakin’ silicone injections right? And honestly, four unsuccessful surgeries in the U.S. was almost $80,000 through the years. And now I am here paying more money, but I know that this it,” said Quintero.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong><em> </em>“It is crazy because I remember paying $1500 per section to get these freakin’ silicone injections right.\"</strong></p><cite>— Estelita Quintero</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Opening up and documenting it all on camera and in the public domain of Instagram and YouTube, according to Estelita, is to spread awareness about the dangers associated with butt implants. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":383} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Excerpt-from-Video-1024x576.jpg\" alt=\"\" class=\"wp-image-383\" /><figcaption>Nurse displaying silicone waste removed from Quintero post-surgery. Source: Youtube - Estelita Quintero</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The purpose of me filming this video is to hopefully…show all the girls that it is not worth it — don’t freakin’ do it. I had this poison in my body for over eight years I am lucky to be alive right now,” said Quintero, who then instructed the nurse to showcase a red bag, which was labelled with a radioactive hazard sign, noting that it contained the material that was taken out of her buttocks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong>\"I had this poison in my body for over eight years I am lucky to be alive right now.\"</strong></p><cite>— Estelita Quintero</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The documented journey to recovery for the former reality TV show didn’t end with her near 20-minute-long <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://youtu.be/IN9S3LWqOiw\" target=\"_blank\">YouTube video</a> as she has continued to showcase her healing process in her <a href=\"https://www.instagram.com/estelitaquintero/?hl=en\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Instagram stories</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In making her experience public, Quintero has not escaped criticism. However, she has proudly proclaimed that she is comfortable with her natural booty and beauty. Quintero isn’t the only reality show celeb to have had their butt implants removed. In 2018, K. Michelle also opened up about black market silicone butt injections, through which she had four surgeries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <em>Story written by Denieca-Alexia Daniels</em></p>\n<!-- /wp:paragraph -->','Former reality TV star ditches her butt implants','','inherit','closed','closed','','379-revision-v1','','','2019-08-15 11:48:32','2019-08-15 16:48:32','',379,'https://buzz-caribbean.com/article/379-revision-v1/',0,'revision','',0),(4251,12,'2019-08-15 11:49:46','2019-08-15 16:49:46','<!-- wp:paragraph -->\n<p>A rastaman is smiling somewhere and probably saying something like ‘a long time the rasta did a tell yuh seh ital is vital’. You probably scoffed at that advice 10 years earlier but now it is all about peas, beans and a wholesome lifestyle.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3205} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/New-Leaf-Vegetarian-Thursday-Specials-1024x683.jpg\" alt=\"\" class=\"wp-image-3205\" /><figcaption>Delicious vegan meals from New Leaf Vegetarian in Kingston, Jamaica (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We now happily turn up our noses at the once very delicious stew pork - after all, ‘weh pork ago?’&nbsp;Instead, it is all about faux meat, no cheese and other plant-based goodies.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like everywhere else in the world, Kingston, Jamaica is into the well-hyped vegan lifestyle and <strong>BUZZ</strong> is sharing five spots in Kingston that are ideal for vegans. Did we mention they’re all taste approved by our Editorial staff? Well, they are!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>New Leaf Vegetarian&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It\'s been at its 121 Hope Road location for what feels like forever - and long before the vegan craze hit Kingston Harbour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3137} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pinto-Bean-and-Avocado-Wrap-1024x683.jpg\" alt=\"\" class=\"wp-image-3137\" /><figcaption>New Leaf Vegetarian\'s Pinto Bean and Avocado Wrap (Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This spot opens an hour before lunchtime and boasts sumptuous vegetarian goodies.&nbsp;Bean burgers, stir-frys, soups and delightful vegan pastries are just some of New Leaf Vegetarians\' offerings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Plus they are known for their speedy delivery and&nbsp;friendly customer service.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Take a dive into foodie land with these Thursday offerings from New Leaf Vegetarian in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3139,3140,3141,3142]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Blueberry-Smoothie-with-coconut-milk-1024x683.jpg\" alt=\"\" data-id=\"3139\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/blueberry-smoothie-with-coconut-milk/\" class=\"wp-image-3139\" /><figcaption>Pinto bean wrap served and a refreshing blueberry smoothie with coconut milk</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Homestyle-lentil-stew-with-brown-rice-and-plantain-1024x683.jpg\" alt=\"\" data-id=\"3140\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/homestyle-lentil-stew-with-brown-rice-and-plantain/\" class=\"wp-image-3140\" /><figcaption>Homestyle lentil stew with brown rice and plantain</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tofu-fried-rice-with-steamed-vegetables-and-plantain-1024x683.jpg\" alt=\"\" data-id=\"3141\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/tofu-fried-rice-with-steamed-vegetables-and-plantain/\" class=\"wp-image-3141\" /><figcaption>Tofu fried rice with steamed vegetables and plantain</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-falafel-1024x683.jpg\" alt=\"\" data-id=\"3142\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/vegan-falafel/\" class=\"wp-image-3142\" /><figcaption>Vegan falafel</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Kushites</strong>&nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What’s Gado Gado?&nbsp; Have you ever eaten vegan steak?&nbsp; What about sorell cheesecake? Those are&nbsp;just some of the items available on Kushites’ menu, which changes approximately every three months.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3214} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/West-African-Gumbo-Tomato-and-okra-stew-with-seafood-Calaloo-stuffed-yam-balls-Whole-roasted-plantain-In-harissa-sauce.jpg\" alt=\"\" class=\"wp-image-3214\" /><figcaption>Kushites\' West African Gumbo (Photos: Instagram @kushitesvegetablecuisine)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What’s more, if you are into Dr Sebi they also offer meal items exclusively for the alkaline diet. Appropriately located inside Eden Gardens Wellness Resort &amp; Spa, <a href=\"https://www.instagram.com/kushitesvegetablecuisine/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Kushites </a>is vegan dining at its finest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Gallery below with highlights of some of their customer favourites.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"3065\",\"3066\",\"3068\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Breadfruit-salsa-Kushites.jpg\" alt=\"\" data-id=\"3065\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/breadfruit-salsa-kushites/\" class=\"wp-image-3065\" /><figcaption>Breadfruit salsa </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jerked-Chayote-and-quinoa-Kushites.jpg\" alt=\"\" data-id=\"3066\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/jerked-chayote-and-quinoa-kushites/\" class=\"wp-image-3066\" /><figcaption>Jerked Chayote and quinoa </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-Passion-Fruit-Ice-Cream-Kushites.jpg\" alt=\"\" data-id=\"3068\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/vegan-passion-fruit-ice-cream-kushites/\" class=\"wp-image-3068\" /><figcaption>Vegan Passion Fruit Ice Cream</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The place looks spectacular with stunning golden rococo-style furnishings, which makes it the perfect spot to bring someone you are trying to impress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Mi Hungry&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is the ital food spot that is a hit among local vegans - Jamaican vegans love Mi Hungry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3077} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vegan-Burger-Mi-Hungry.jpg\" alt=\"\" class=\"wp-image-3077\" /><figcaption>Vegan burger (Photos: Instagram - @mihungrynow)<br><br> </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Opening at an impressive 8:00 am each morning, Mi Hungry serves up a wide range of vegan dishes and plenty of freshly squeezed and cold press juices from sun up til well into the evening, closing just before midnight.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.google.com/maps/place/Market+Place/@18.0221141,-76.7992455,17z/data=!3m1!4b1!4m8!1m2!2m1!1sMarketplace!3m4!1s0x8edb3e4c788c1fcb:0xfddcf4d0c974b9e2!8m2!3d18.022109!4d-76.7970568\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Tucked away</a> inside the food mecca that is Marketplace, what makes Mi Hungry unique is that nothing there is cooked - they offer what they call  ‘live’ food. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Can you believe it? They offer pizzas, burgers and pastas and none of it has touched a stove!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See some of their delectable dishes in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"3079\",\"3080\",\"3081\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Mi-Hungry-Vegan-Dish.jpg\" alt=\"\" data-id=\"3079\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/mi-hungry-vegan-dish/\" class=\"wp-image-3079\" /><figcaption>Vegetable Pizza</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rap-Raw_Seaweed-broccoli-avocado-tomato-and-ackee-Mi-Hungry.jpg\" alt=\"\" data-id=\"3080\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/rap-raw_seaweed-broccoli-avocado-tomato-and-ackee-mi-hungry/\" class=\"wp-image-3080\" /><figcaption>Raw Wrap: Seaweed, broccoli, avocado, tomato and ackee</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Savory-pie-ackeeplantain-with-black-olives-tomatoes-Mi-Hungry.jpg\" alt=\"\" data-id=\"3081\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/savory-pie-ackeeplantain-with-black-olives-tomatoes-mi-hungry/\" class=\"wp-image-3081\" /><figcaption>Savory pie: Ackee &amp; plantain with black olives and  tomatoes</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>How they do it? It is a variety of spicing and dehydration techniques.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This spot boasts not only a unique food preparation style but is always buzzing with an ital vibe and lively banter about natural life and black consciousness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a spot to not only nourish your body but nourish your mind and it is one of the most affordable natural eateries in town.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did we mention that they also have a <a href=\"https://www.google.com/maps/place/Mi+Hungry+Whol\'+Some+Food/@18.4059561,-77.1096176,17z/data=!3m1!4b1!4m5!3m4!1s0x8edafe794e405c2b:0xa6184b4dd678039d!8m2!3d18.405951!4d-77.1074289\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">location</a> in Ocho Rios?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>The Cheffing Don&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you love a great bean stew - then The Cheffing Don is your place. The hit item on this menu is their three-bean stew, which is available on Wednesdays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, they have other equally delicious plant-based meal items that are ideal for vegans or those hoping to cross over.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3102} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-lentil-stew-pastafari-sautéed-ackee-steamed-veggies-greatness-salad-and-green-pressed-plantain.jpg\" alt=\"\" class=\"wp-image-3102\" /><figcaption>The Cheffingg Don\'s lentil stew, pastafari, sautéed ackee, steamed veggies, greatness salad, and green pressed plantains (Photos: Instagram - @thecheffingdoncatering)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Priding themselves on utilizing local and organic foods, The Cheffing Don has an ital vibe evident in the serving up&nbsp;of their delicately designed food masterpieces inside a calabash.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Feast your eyes on some of their menu items in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3116,3106,3107]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Dons-Plant-based-meal-served-in-customary-calabash-with-bamboo-spork.jpg\" alt=\"\" data-id=\"3116\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/the-cheffing-dons-plant-based-meal-served-in-customary-calabash-with-bamboo-spork/\" class=\"wp-image-3116\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-Combination-Menu-Item.jpg\" alt=\"\" data-id=\"3106\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/the-cheffing-don-combination-menu-item/\" class=\"wp-image-3106\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/The-Cheffing-Don-sautéed-ackee-greatness-salad-curried-chickpeas-veggie-fried-rice-pumpkin-takari-and-steam-veggies.jpg\" alt=\"\" data-id=\"3107\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/the-cheffing-don-sauteed-ackee-greatness-salad-curried-chickpeas-veggie-fried-rice-pumpkin-takari-and-steam-veggies/\" class=\"wp-image-3107\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>With plenty of greenery and outdoor seating, this place is an ideal spot to grab something nutritious to eat while getting in tune with nature.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Veggie Campus&nbsp;</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Nestled into Skibo Avenue, Veggie Campus is a stone\'s throw away from the prestigious Holy Childhood High School.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While Veggie Campus is take-out only, this spot boasts plenty of fun and lively dishes that makes picking up the phone to order or sending the text a breeze.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3122} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Campus-Veggie-Ball-Sub.jpg\" alt=\"\" class=\"wp-image-3122\" /><figcaption>Veggie Campus\' Veggie Ball Sub (Photos: Instagram - @veggiecampusja)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Boasting signature specials like their green plantain lasagna, which uses green plantains as sheets of pasta, stuffed with spiced lentils and creamy cashew cheese - Veggie Campus has the type of variety&nbsp;that makes you wonder why you ever thought veganhood was difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Delve into some of their tasty dishes in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3128,3129,3130]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Caampus-Ackee-Quesadilla.jpg\" alt=\"\" data-id=\"3128\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/veggie-caampus-ackee-quesadilla/\" class=\"wp-image-3128\" /><figcaption>Veggie Caampus\' Ackee Quesadilla</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Campus-Ackee-Wrap.jpg\" alt=\"\" data-id=\"3129\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/veggie-campus-ackee-wrap/\" class=\"wp-image-3129\" /><figcaption>Veggie Campus\' Ackee Wrap</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Veggie-Campus-Turn-breadfruit-and-ackee-with-butter-beans.jpg\" alt=\"\" data-id=\"3130\" data-link=\"https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/veggie-campus-turn-breadfruit-and-ackee-with-butter-beans/\" class=\"wp-image-3130\" /><figcaption>Veggie Campus\' Turn-breadfruit and ackee with butter beans </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Did we mention their bbq cauliflower? You’ll never miss the taste of bbq chicken wings again.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>— Story written by Denieca-Alexia Daniels</em></p>\n<!-- /wp:paragraph -->','5 Go-to spots for vegans in Kingston','','inherit','closed','closed','','116-revision-v1','','','2019-08-15 11:49:46','2019-08-15 16:49:46','',116,'https://buzz-caribbean.com/article/116-revision-v1/',0,'revision','',0),(4252,4,'2019-08-15 11:50:07','2019-08-15 16:50:07','<!-- wp:image {\"id\":1871} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bootlegrocstar-A-1024x846.jpg\" alt=\"\" class=\"wp-image-1871\" /><figcaption>Bootlegrocstar is on a mission to become the next big thing in fashion. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican creative Neko ‘Bootlegrocstar’ Kelly, 25, is a stylist, who has been navigating the fashion realm for more than five years. He is on a mission to become the next big thing globally and has been working tirelessly to achieve this dream.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Being able to live my dream of being a fashion stylist will always and forever be my biggest accomplishment.\" </p><cite> —  Bootlegrocstar </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“The goal\nis to style so many fashion magazine covers that I lose count. I want to send celebrities\non the Grammy and Oscars red carpets in the most eye-catching couture and\npieces, which will ultimately cement myself and work in popular culture,” Kelly\nsaid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1872} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/002-1024x682.jpeg\" alt=\"\" class=\"wp-image-1872\" /><figcaption>Bootlegrocstar adjusts Shanzi\'s outfit during a photoshoot. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kelly told<strong> BUZZ</strong> that he grew up in a fashionable family, so it was no surprise that he started his fashion journey in high school where he would style his neighbour and a close friend whenever they are attending events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My brand is unique and authentic because my brand is me. It’s a genuine unfiltered reflection of who I am.\"  </p><cite> — Bootlegrocstar </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>After leaving\nhigh school, he was a stylist assistant for a year, before branching off to\nbuild his brand, ‘Bootlegrocstar’. Already, he has styled international and\nlocal celebrities like Keke Palmer, Rita Ora, Masicka, Nadine Sutherland,\nKonshens and Tanya Stephens. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Being\nable to live my dream of being a fashion stylist will always and forever be my\nbiggest accomplishment. I never wanted anything as bad and as hard. It’s\nliterally a dream come true,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/004-1024x684.jpeg\" alt=\"\" class=\"wp-image-1873\" /><figcaption>Bootlegrocstar\'s (left) \'irie\' collection was launched on August 1.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Known for dropping unexpected bombs on social media, Kelly is also the owner of a fashion line – Bootleg Rocstar Merch, through which he encourages subscribers to be bold, daring and shameless. On August 1, he launched a new collection that drew inspiration from the irie Jamaican culture.&nbsp;The collection has swimwear, hoodies, crop tops, bucket hats, T-shirts, shorts and socks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My brand is unique and authentic because my brand is me. It’s a genuine unfiltered reflection of who I am. It’s insanely creative, unapologetic, open-minded and fabulous. That’s who I am at my core. That’s my brand,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em><strong>— Story written by Andre Cooper</strong></em></p>\n<!-- /wp:paragraph -->','Bootlegrocstar is on a fashion mission','','inherit','closed','closed','','1869-revision-v1','','','2019-08-15 11:50:07','2019-08-15 16:50:07','',1869,'https://buzz-caribbean.com/article/1869-revision-v1/',0,'revision','',0),(4253,14,'2019-08-15 11:52:31','2019-08-15 16:52:31','','Masicka Top Form Buzzgrab','','inherit','open','closed','','masicka-top-form-buzzgrab','','','2019-08-15 11:52:31','2019-08-15 16:52:31','',4246,'https://buzz-caribbean.com/app/uploads/2019/08/masicka-top-form-buzzgrab.jpg',0,'attachment','image/jpeg',0),(4254,14,'2019-08-13 12:00:28','2019-08-13 17:00:28','<!-- wp:embed {\"url\":\"https://youtu.be/HEHku5dnvgI\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/HEHku5dnvgI\n</div></figure>\n<!-- /wp:embed -->','BUZZ Top 10 artistes — August 12','','publish','closed','closed','','buzz-top-10-artiste-watch-week-august-12','','','2019-09-11 10:51:15','2019-09-11 15:51:15','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=4254',0,'video','',0),(4255,4,'2019-08-15 11:53:03','2019-08-15 16:53:03','<!-- wp:image {\"id\":2436} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Seared-Mahi-Mahi-1024x576.jpg\" alt=\"\" class=\"wp-image-2436\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, after my happy stomach was in the ‘TGIF\nmood’ on a Wednesday after one Pina Colada, the brain thought it was a good\nidea to take an in-depth look at the menu and ask the patient waitress what was\nthe \'Soup de Jour\' (fancy way to say ‘soup of the day’). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chef Arnold obviously takes into consideration the delicate whips of ocean salt that dances in the breeze when sitting at the restaurant as the Seafood medley soup was light, crisp and perfectly balanced with mahi mahi, shrimp, green mussels &amp; veggies. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2439} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Seafood-Medley-Broth.jpg\" alt=\"\" class=\"wp-image-2439\" /><figcaption>Perfectly seasoned and balanced Seafood medley soup is a whole mood (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It wasn\'t summer yet, but Jamaica can have some oppressively hot days, which make hearty thick soup only perfect on rainy days.  As if the soup wasn\'t enough, and the second Piña colada, my friend, Chef Arnold and my stomach conspired against me and then came the pièce de résistance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The show-stopper was the pan-seared Mahi Mahi loin. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A 2 1/2\" thick steak of fish perfectly\ncrusted but juicy and flavourful in the delicate folds. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was served on a bed of steamed cauliflower, pakchoi, zucchini, onions, broccoli &amp; cabbage in coconut milk with just a dash of scotch bonnet pepper. Although scotch bonnet can give a hell of a\npunch, this dish just had enough to tease your tongue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All that goodness was topped with a fresh\nsalsa that made every bite of this dish a pleasure to eat. The textures and\nflavours in this dish surely earn #foodgasm status.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most importantly after all that fancy \'Top\nChef\' experience, my purse was pleasantly surprised that my debit card didn\'t\nrequest a sidebar convo after paying the bill. So, whether on #staycation as a local or\n#vacation as a visitor a trip down the quiet private road towards the Hermosa\nCove property is worth it for a fabulous meal any day of the week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Side note: For those who love jerked &amp; barbecued food, Saturday night is the superb night to visit Christophers for dinner. Until then do it ‘For The Love Of Food’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>—</strong><em><strong>Story written by Attalia Harriman</strong></em></p>\n<!-- /wp:paragraph -->','Christopher’s (Part 2): Now, we eat!','','inherit','closed','closed','','2434-revision-v1','','','2019-08-15 11:53:03','2019-08-15 16:53:03','',2434,'https://buzz-caribbean.com/article/2434-revision-v1/',0,'revision','',0),(4256,1,'2019-08-15 11:55:19','2019-08-15 16:55:19','','Ice','','inherit','open','closed','','ice','','','2019-08-15 11:55:19','2019-08-15 16:55:19','',2600,'https://buzz-caribbean.com/app/uploads/2019/08/ice.jpg',0,'attachment','image/jpeg',0),(4257,1,'2019-08-15 11:56:02','2019-08-15 16:56:02','','Milk','','inherit','open','closed','','milk','','','2019-08-15 11:56:02','2019-08-15 16:56:02','',2566,'https://buzz-caribbean.com/app/uploads/2019/08/milk.jpg',0,'attachment','image/jpeg',0),(4258,6,'2019-08-15 11:57:30','2019-08-15 16:57:30','<!-- wp:paragraph -->\n<p>Irish–owned telecoms company, Digicel Jamaica has seen six CEOs come through its doors between 2012 and 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4199} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Digicel-CEOS-BUZZ-1024x628.jpg\" alt=\"\" class=\"wp-image-4199\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They are namely: Mark Linehan, Andy Thorburn, Barry O’ Brien, David Butler, Justin Morin and now Allison Cole Philbert who took up the position earlier this month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4201,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Allison-Cole-Phillbert-1.jpg\" alt=\"\" class=\"wp-image-4201\" /><figcaption>Allison Cole Philbert, the most recently appointed CEO of Digicel Jamaica</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Only last month, the first Jamaican to hold the role since the company began operations in 2001, Justin Morin, demitted the CEO spot after less than two years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2080} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Justin-Morin-former-CEO-of-Digicel-Jamaica-1024x580.jpg\" alt=\"\" class=\"wp-image-2080\" /><figcaption>Justin Morin, former CEO of Digicel Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One reason mooted for such a revolving door is the high level of expectation to deliver results. Another is the constantly changing nature of the mobile phone business and the impact upon it by the over-the-top (OTT) players like WhatsApp. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> The average tenure for a CEO is 7 years plus or minus two.</p><cite>— Manfred F.R. Kets de Vries</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Digicel is now looking to transition from being solely a mobile phone operator to a company that also offers digital and data services while also entering the media business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ironically, Manfred F.R. Kets de Vries, writing in the Harvard Review says the average tenure for a CEO is 7 years plus or minus two. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Across corporate Jamaica, the CEOs that stand out, that have shaped and grown their companies have been around for a while.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He is of the view that by that time maximum effectiveness generally tends to be extracted with the CEO going through 3 phases: <br> <br> 1. <strong><em>Entry</em></strong> (The “ honeymoon period” where the CEO can learn, experiment, innovate and take risks)<br> <br> 2. <strong><em>Consolidation</em></strong> (After establishing his or her leadership in terms of direction, style and strategy, good results are delivered and the CEO should feel secure in the role)<br> <br> 3. <strong><em>Decline</em></strong> (When the job becomes routine and there are no new markets and products. Also, when the CEO becomes ineffective and has no new ideas to grow the business).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“ When you look across corporate Jamaica, the CEOs that stand out, that have shaped and grown their companies have been around for a while; Patrick Hylton at NCB, Jeffery Hall at Jamaica Producers, Chris Williams at Proven, Don Wheby at Grace, Richard Byles at both Pan Jam and Sagicor Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> The average tenure of a Digicel Jamaica CEO, as it currently stands is 16 months. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I guess it comes down to performance and my guess is this has been the underlying reason for the decision to regularly change CEOs by the Digicel Board. Mind you, it’s hard to have faith in a CEO in Jamaica if you feel that person possibly won’t be there in a year’s time,” said Makhulu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The average tenure of a Digicel Jamaica CEO, as it currently stands, is 16 months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Is Digicel changing its CEO for its Jamaican operations far too frequently?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell us what you think.</p>\n<!-- /wp:paragraph -->','Digicel Jamaica has appointed 6 CEOs in 8 years','','inherit','closed','closed','','2078-revision-v1','','','2019-08-15 11:57:30','2019-08-15 16:57:30','',2078,'https://buzz-caribbean.com/article/2078-revision-v1/',0,'revision','',0),(4259,14,'2019-08-15 12:00:19','2019-08-15 17:00:19','','Dexta Daps Nakedmv Buzzgrab','','inherit','open','closed','','dexta-daps-nakedmv-buzzgrab','','','2019-08-15 12:00:19','2019-08-15 17:00:19','',4254,'https://buzz-caribbean.com/app/uploads/2019/08/dexta-daps-nakedmv-buzzgrab.jpg',0,'attachment','image/jpeg',0),(4260,4,'2019-08-15 12:00:51','2019-08-15 17:00:51','<!-- wp:image {\"id\":2431} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/christopher-s-seaside.jpg\" alt=\"\" class=\"wp-image-2431\" /><figcaption>A breathtaking view of the pearly Caribbean Sea from Christopher\'s (Photo contributed, TripAdvisor.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The name is definitely an ode to the\nexplorer Christopher Columbus, but there is nothing mistaken about this\nrestaurant. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located at the Hermosa Cove in St. Ann, even the architecture was deliberate in its appearance – seemingly taking a step back in time to a time of pirates and castles. Wooden floors and a breath-taking view of the Caribbean Sea is enough to melt all the worries of this modern life away. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2429} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Christophers-Badge.png\" alt=\"\" class=\"wp-image-2429\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>My first visit was on a whim and initially with the assistance of Google Maps (bad idea). But, after calling the office for directions finding the neatly tucked away oasis was my true mission for the day. When you get to the security gate you will be asked your purpose for visit, so it makes sense to call ahead and let them know you are coming by. It just makes things easier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once you step in the dining area, the intoxicating of fresh bread and coffee is clearly a ploy to make you hungry. Hats off to Christophers (neat trick). I just wanted to see the place and maybe have a cocktail. However, my stomach twisted my arm and the result was cocktails, soup, and a beautiful entree. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Truthfully, my ultimate test for any bar or restaurant to ‘walk the walk’ that the decor and appearance talks, is a Piña colada. Yes, you heard me. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2441} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pina-Colada-Menu-576x1024.jpg\" alt=\"\" class=\"wp-image-2441\" /><figcaption>A cool Piña colada and the Christopher\'s menu (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Although the ingredients are simple enough it is one of those drinks that if fresh elements aren\'t added to will taste like a mass-produced canned drink. I definitely expect that from a nice establishment.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I\'m happy to report that the bar-tender did a good job and made me two  Piña coladas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>—</strong><em><strong>Story written by Attalia Harriman</strong></em><strong>*</strong></p>\n<!-- /wp:paragraph -->','Christopher\'s: At Hermosa Cove (Part 1)','','inherit','closed','closed','','2423-revision-v1','','','2019-08-15 12:00:51','2019-08-15 17:00:51','',2423,'https://buzz-caribbean.com/article/2423-revision-v1/',0,'revision','',0),(4261,21,'2019-08-15 12:03:10','2019-08-15 17:03:10','','Facebook-at-Work','','inherit','open','closed','','facebook-at-work','','','2019-08-15 12:03:10','2019-08-15 17:03:10','',1849,'https://buzz-caribbean.com/app/uploads/2019/08/Facebook-at-Work.jpg',0,'attachment','image/jpeg',0),(4262,4,'2019-08-15 12:03:21','2019-08-15 17:03:21','<!-- wp:paragraph -->\n<p>Reggae legend Beres Hammond is scheduled to perform at the Howard Theatre in Washington, D.C. on August 15 and 16.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The shows form part of his Never Ending Tour that kicked off on July 27 in Danbury, Connecticut, USA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B07jBMZgt2Q/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B07jBMZgt2Q/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Beres has performed before a full house at each of his stops across the United States. Among the states in which has performed are New York, Illinois, Massachusetts and New Jersey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The tour is named after Beres’ 2018 album, <strong>Never Ending</strong>, which is his third number one album on the Billboard reggae chart. On <strong>Never Ending</strong>, Beres carries on the grand tradition of a romantic balladeer with sensitivity and swagger, presenting 21st century classics from the master of romance and reggae.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The remaining dates for Beres\' Never Ending Tour are:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Saturday, August 17: Norva Norfolk, Virginia</li><li>Sunday, August 18: Oasis Shriners Auditorium, Charlotte, North Carolina</li><li>Friday, August 23: Cobb Energy PAC, Atlanta, Georgia</li><li>Saturday, August 24: The Hard Rock, Orlando, Florida</li><li>Sunday, August 25: Broward PAC, Ft. Lauderdale, Florida</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—</em></strong> Story by</p>\n<!-- /wp:paragraph -->','Beres\' Never Ending Tour hits Washington D.C. tonight','','inherit','closed','closed','','2616-revision-v1','','','2019-08-15 12:03:21','2019-08-15 17:03:21','',2616,'https://buzz-caribbean.com/article/2616-revision-v1/',0,'revision','',0),(4263,21,'2019-08-15 12:04:11','2019-08-15 17:04:11','<!-- wp:paragraph -->\n<p>Does your boss trust you?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4248} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Boss-Watching-Feature-BUZZ-1024x788.jpg\" alt=\"\" class=\"wp-image-4248\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You might say: Sure! I’m a\ngood person. I don’t cheat, or lie, or steal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But hold on a minute! Have\nyou ever thought that you might be “stealing” your employer’s time, maybe even\nusing company resources?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Isn’t it dishonest to chat on\nthe phone (even your personal phone) on company time? Or to check your Facebook\npage? What about those long lunch hours?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4261} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Facebook-at-Work-1024x680.jpg\" alt=\"\" class=\"wp-image-4261\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>The Jamaica Productivity Centre points to a steady decline in labour productivity over the past forty years of approximately 1.5 per cent annually. </em></strong>*Wow*</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how can companies stop the\nproductivity slide, and track workers’ performance? One way is through the\ntechnology we all love to use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s a big, slightly scary\nword: Surveillance. Did you know:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Globally, about 22 per cent of organizations are tracking employees’ movements (all those bathroom and watercooler trips!). </li><li>17 per cent are monitoring work computer usage, according to 2018 study by global research and advisory firm, Gartner. And it’s a growing practice.</li><li>Companies are using a range of apps and software like <a href=\"https://www.microsoft.com/microsoft-365/partners/workplaceanalytics\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Microsoft’s Workplace Analytics</a>. </li><li>Big U.S. companies like Amazon, Walmart and UPS are developing new technology to figure out what their workers are up to during working hours. </li><li>A growing number of companies are issuing wearable tech including wristband trackers, sensors and audio tracking, as part of their productivity monitoring efforts. </li><li>Even microchip implants! Bio-tracking could be a future trend. This is already taking place in China, where some businesses reportedly monitor employees\' brainwaves to detect their emotions.</li><li>Tech companies are selling devices that monitor web usage, the number of keystrokes you make…and much more.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Two big questions, here. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"align\":\"left\"} -->\n<h5 style=\"text-align:left\">Could this technology be used\noutside the workplace? (Yes, it could).</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>And what about your privacy? (Well,\nit’s complicated).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"align\":\"left\"} -->\n<h5 style=\"text-align:left\">Is this happening in Jamaica?</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Jamaica Employers Federation</strong> says: “Monitoring of employees’ time spent on sites like Facebook is not widespread as yet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>“But we predict it will become a feature of the Jamaican workplace before too long.”</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You have been warned!</p>\n<!-- /wp:paragraph -->','Are you being watched at work?','','inherit','closed','closed','','1849-revision-v1','','','2019-08-15 12:04:11','2019-08-15 17:04:11','',1849,'https://buzz-caribbean.com/article/1849-revision-v1/',0,'revision','',0),(4264,1,'2019-08-15 12:05:15','2019-08-15 17:05:15','','1','','inherit','open','closed','','1','','','2019-08-15 12:05:15','2019-08-15 17:05:15','',3750,'https://buzz-caribbean.com/app/uploads/2019/08/1.png',0,'attachment','image/png',0),(4266,21,'2019-08-15 12:06:26','2019-08-15 17:06:26','','accomplished-adults','','inherit','open','closed','','accomplished-adults','','','2019-08-15 12:06:26','2019-08-15 17:06:26','',2155,'https://buzz-caribbean.com/app/uploads/2019/08/accomplished-adults.jpg',0,'attachment','image/jpeg',0),(4267,21,'2019-08-15 12:07:31','2019-08-15 17:07:31','','BMW','','inherit','open','closed','','bmw','','','2019-08-15 12:07:31','2019-08-15 17:07:31','',2155,'https://buzz-caribbean.com/app/uploads/2019/08/BMW.jpg',0,'attachment','image/jpeg',0),(4268,9,'2019-08-15 12:07:40','2019-08-15 17:07:40','','relationship-argument-bench-breakup-984949','','inherit','open','closed','','relationship-argument-bench-breakup-984949','','','2019-08-15 12:07:40','2019-08-15 17:07:40','',943,'https://buzz-caribbean.com/app/uploads/2019/08/relationship-argument-bench-breakup-984949.jpg',0,'attachment','image/jpeg',0),(4269,9,'2019-08-15 12:08:00','2019-08-15 17:08:00','','relationship-adult-art-artsy-278312-1','','inherit','open','closed','','relationship-adult-art-artsy-278312-1','','','2019-08-15 12:08:00','2019-08-15 17:08:00','',943,'https://buzz-caribbean.com/app/uploads/2019/08/relationship-adult-art-artsy-278312-1.jpg',0,'attachment','image/jpeg',0),(4270,9,'2019-08-15 12:08:16','2019-08-15 17:08:16','<!-- wp:paragraph -->\n<p>It is often said that men are predators who like the challenge of the hunt. Yet, for all their eagerness to couple up with an attractive mate of their choosing, there are some females with qualities, quirks or traits which are red flags in any relationship who usually have men running in the opposite direction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4268} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/relationship-argument-bench-breakup-984949-1024x684.jpg\" alt=\"\" class=\"wp-image-4268\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The Balls Checker</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Yes, you read right. There are women out there who, when a man gets home, have him drop his trousers and literally cup and weigh his balls to see if they feel ‘lighter’. A ‘light’ testicle is said to be an indication that some illicit sexual activity took place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The Deodorant</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>While some older men are used to having young ‘arm candy’ with them when they go to events, no rational man wants a female who is glued to his sid,e every step he makes. These females may literally hold onto his arm like a magnet everywhere and what makes it particularly awkward is that usually, they have nothing to contribute to the conversation around them. Clingy much?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3> The Nagger  </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This needs no explanation. The yelling and harping on the same topic over and over can drive a man to drink…or find earplugs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Miss High Maintenance</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If she spends more time with her compact case or making sure that not one strand of hair is out of place, you do not have to wonder if she is born with it or if it\'s Maybelline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The Airhead</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Contrary to popular belief, most men do not want a dumb woman. In the past, the misconception was a dummy was easy to control and manipulate but a real man has no use for a woman with nothing between her ears other than wax built up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4269} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/relationship-adult-art-artsy-278312-1-1024x679.jpg\" alt=\"\" class=\"wp-image-4269\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The Prude</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>While a lady is desirable and the kind you want to take home to mamma, the idea of an uptight female who is offended by every dirty joke, every toot of flatulence, every burp, who closes the bathroom door to change into a long nightgown or worse who thinks ‘dirty talk’ during intercourse is vulgar, is just not attractive in the least.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The Stalker</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>While men may seem to have a monopoly on stalker-like behaviour there are some women who can teach them a thing or two. These females will see a social media post about being out with the boys…and just turn up uninvited! Who does that?!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The Know-it-all </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Nothing deflates a hard-on, like a female who knows everything about anything and who never lets a man get a word in. All this, while emasculating him about stuff she believes he does not know.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The ‘Homie Hopper’</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This is a female who a guy likes and who seems mad chill but when he takes her around his homeboys, he finds out that she smashed the homies. In plain English, she has slept with one or more of his friends in the past. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Granted it was before they ever met or dated, so it is not cheating, but most men will not be comfortable knowing that their friends know exactly how she moans in bed or where on her upper thigh her mole is. If he feels like he will become a laughing stock amongst his friends, chances are the relationship will be dead in the water.</p>\n<!-- /wp:paragraph -->','What men don’t want: Male dealbreakers','','inherit','closed','closed','','943-revision-v1','','','2019-08-15 12:08:16','2019-08-15 17:08:16','',943,'https://buzz-caribbean.com/article/943-revision-v1/',0,'revision','',0),(4272,21,'2019-08-15 12:11:29','2019-08-15 17:11:29','','Lonely-At-Home','','inherit','open','closed','','lonely-at-home','','','2019-08-15 12:11:29','2019-08-15 17:11:29','',2155,'https://buzz-caribbean.com/app/uploads/2019/08/Lonely-At-Home.png',0,'attachment','image/png',0),(4273,14,'2019-08-15 12:12:40','2019-08-15 17:12:40','<!-- wp:paragraph -->\n<p>Jamaicans are considered among the coolest people on Earth, and many citizens, especially those traversing social media spaces, see Prime Minister Andrew Holness as our savviest leader in recent times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/42a5f8031dcddf873735dc4503b9b968/5DBC7DCA/t51.2885-15/e35/11930873_1753057154922068_81944720_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Holness\' 2015 post in which he was dusting off a fresh pair of Desert Clarks took social media by storm. The caption accompanying the viral photo paid homage to deejay Vybz Kartel. (Photo: Instagram @AndrewHolnessJM)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Holness, the island’s eighth prime minister, continues to run one of the most engaging platforms on social media – with many drawing comparisons to Canadian PM Justin Trudeau and former US President Barack Obama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2970} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-malaki-1-1024x636.jpg\" alt=\"\" class=\"wp-image-2970\" /><figcaption>Aww! Such a sweet moment between little Makai Lawrence and PM Andrew Holness in January (Photo: Twitter @AndrewHolnessJM )</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From the young to the young-at-heart, just about everywhere our PM makes an appearance, his seemingly calm and endearing aura is infectious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2964} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-builder-buzz-demo.jpg\" alt=\"\" class=\"wp-image-2964\" /><figcaption>Holness, the #Builder, at the Jamaica Labour Party\'s 75th general conference in 2018 (Photo: Facebook @AndrewHolnessJM)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a man who understands the power of social media and digital engagement, Holness largely owes his shock 2016 general election win to his outstanding presence on Facebook, Twitter, and Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He straddles a delicate balance between being Jamaica’s ‘everyman’ and leader of Government – in a way that demands your attention and provokes your thoughts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But does Holness\' \'cool factor\' really hold up? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"className\":\"instagram-media\"} -->\n<div class=\"wp-block-image instagram-media\"><figure class=\"alignleft\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/f80b584a351b4b21d42487a06008dff6/5DAD0DD5/t51.2885-15/e35/11910553_465628773641834_974670672_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Prime Minister Andrew Holness anticipating a pitch during a game of cricket with students at the Mount Zion Primary School in St James. (Photo: <em>Instagram</em> @AndrewHolnessJM) </figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It turns out that there are few holes in this plot, as time and time again, Holness and his team have evolved and adapted to capitalise on the use of social media and its impact on Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rolling back the clock, <strong>BUZZ</strong> has delved deep into Holness’ timeline to share some of his \'coolest\' moments since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Check out our gallery below</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"158\",\"159\",\"160\",\"161\",\"162\",\"163\",\"2966\",\"2967\",\"2968\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-negril-1-1024x651.jpg\" alt=\"\" data-id=\"158\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-negril-1/\" class=\"wp-image-158\" /><figcaption>November 2015, the then-Opposition leader sips a jelly coconut after leaving the PNP in tatters after they rejected calls for a national debate (Photos: Instagram @AndrewHolnessJM)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-nesbeth-performance1-1024x576.jpg\" alt=\"\" data-id=\"159\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-nesbeth-performance1/\" class=\"wp-image-159\" /><figcaption>Recording artiste Nesbeth hands over the chorus of his mega-hit \'My Dream\' to newly installed PM Holness at the swearing-in ceremony in March 2016 (Photo: YouTube)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-family1-1024x603.jpg\" alt=\"\" data-id=\"160\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-family1/\" class=\"wp-image-160\" /><figcaption>The Holnesses embodying actibe family goals in this 2016 snap (Photo: Twitter @AndrewHolnessJM)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-norman-dunn-20171-1024x582.jpg\" alt=\"\" data-id=\"161\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-norman-dunn-20171/\" class=\"wp-image-161\" /><figcaption>\'Only we who understan\' it can cross it! No road? No problem for Andrew Holness and eventual by-election winner for South East St. Mary, Dr. Norman Dunn (Photo: YouTube)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-community-football1-1024x634.jpg\" alt=\"\" data-id=\"162\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-community-football1/\" class=\"wp-image-162\" /><figcaption>Holness, while still in Opposition, chills with members of West Central St. Andrew in 2015 (Photo: NegrilStories.com)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-5.55.51-PM-1024x728.jpg\" alt=\"\" data-id=\"163\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/screen-shot-2019-07-17-at-5-55-51-pm/\" class=\"wp-image-163\" /><figcaption>Selfie time! After a courtesy call with the Jamaica Prefects\' Associated in April 2019, Holness channels his inner millenial with a viral group pic (Photo: Twitter @AndrewHolnessJM) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-malaki-1024x636.jpg\" alt=\"\" data-id=\"2966\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-malaki/\" class=\"wp-image-2966\" /><figcaption>AWWWW...! Little Makai Lawrence wrote to PM Holness in December 2018 asking to meet with him, and just as a surprise for the New Year - he showed up! (Photo: Twitter @AndrewHolnessJM)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-east-portland-1024x615.jpg\" alt=\"\" data-id=\"2967\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-east-portland/\" class=\"wp-image-2967\" /><figcaption>Mutual respect between this East Portland resident and PM Holness in March (Photo: Twitter @AndrewHolnessJM)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-placehotb-tweet.jpg\" alt=\"\" data-id=\"2968\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-placehotb-tweet/\" class=\"wp-image-2968\" /><figcaption>Jamaicans have an uncanny way of finding humour out of everything - even this blistering heat! PM Holness took a different approach, offering his words of caution to the viral #PlaceHotB hashtag (Photo: Twitter @AndrewHolnessJM)</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:image {\"id\":3889} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Andrew-Holness-Cool-B-NEW-1024x683.jpg\" alt=\"\" class=\"wp-image-3889\" /><figcaption>Prime Minister Andrew Holness attempts a penalty kick on Paul Lane, Olympic Gardens (Photo: Richard Hamilton)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Just a little extra <strong>BUZZ</strong>, here\'s a sitdown between Andrew Holness and dancehall artiste Popcaan. The pair were on hand for the historic groundbreaking ceremony in St Thomas in June. <strong><em>See video below</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BzMTJt2F2Rw/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BzMTJt2F2Rw/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you believe Andrew Holness is our coolest Prime Minister? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the <strong>BUZZ</strong> comment section below!</p>\n<!-- /wp:paragraph -->','Is Andrew Holness Jamaica’s coolest Prime Minister?','','inherit','closed','closed','','124-revision-v1','','','2019-08-15 12:12:40','2019-08-15 17:12:40','',124,'https://buzz-caribbean.com/article/124-revision-v1/',0,'revision','',0),(4274,9,'2019-08-15 12:12:58','2019-08-15 17:12:58','<!-- wp:paragraph -->\n<p>Coming out of the patriotic fervour of our ‘emancipendence’ season, naturally, we are still seething with national pride.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While we\'re still donning our black, green and gold, let\'s look at all the reasons we love this little piece of the rock we call ‘Jah-Mek-Yah’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1188,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Jamaican-suck-suck.jpg\" alt=\"\" class=\"wp-image-1188\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some things evoke those nostalgic feelings that allow us to reconnect with our culture in ways that remind us, that despite our many challenges <strong><em>‘the land is green and the sun still shineth”</em></strong><em>.</em><strong><em> </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, let\'s see just how ‘Jamaican’ you are...(or for our international friends, if you qualify for a <strong><em>\"Yardie Pass\"</em></strong>)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1190} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Share-A-Patty-1024x658.jpg\" alt=\"\" class=\"wp-image-1190\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You’re not a real ‘yardie’ if you\'ve never...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Played marble or ‘lastic’</li><li>Called someone of Chinese descent ‘Missa Chin’ </li><li>Pulled a loose tooth by tying a string to a doorknob and&nbsp;yanking it</li><li>‘Bade’ (bathe) a river</li><li>Run a boat (<em>A community pot-luck</em>)</li><li>Cuss some choice Jamaican <em>claat</em> or <em>bad wud</em> (expletives)!</li><li>Fly a kite during Easter</li><li>Played dandy-shandy as a child - or even as an adult! </li><li>Used a wire hanger to make an antenna for the TV</li><li>Went to a nine-night!</li><li>Went to a street-dance </li><li>Rubbed Vaseline on a burn as a child</li><li>Thrown your newly dislodged tooth on the housetop </li><li>Told or listened to a duppy story</li><li>Had an encounter wid a duppy!</li><li>For our ladies - worn ‘chiney bump’ after getting your hair washed</li><li>‘Bade’ in a pan</li><li>Ate a sky juice (snowcone with a <em>\"Yardie twist\"</em>)</li><li>Ate a ‘suck-suck’, kisko or King Kong</li><li>Wrapped your school books with either newspaper or brown paper bag</li><li>Stolen a piece of meat from your mother’s/granny\'s pot</li><li>Shared a patty with a friend</li><li>Boom (jumped) a fence</li><li>Played ‘las lick’ with your friends after school</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":1187} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Dandy-Shandy-1.jpg\" alt=\"\" class=\"wp-image-1187\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>How many did you cover on the list?</em></p>\n<!-- /wp:paragraph -->','You’re not a real Jamaican if...','','inherit','closed','closed','','1162-revision-v1','','','2019-08-15 12:12:58','2019-08-15 17:12:58','',1162,'https://buzz-caribbean.com/article/1162-revision-v1/',0,'revision','',0),(4275,16,'2019-08-15 12:14:34','2019-08-15 17:14:34','','Water Pumps','','inherit','open','closed','','water-pumps','','','2019-08-15 12:14:34','2019-08-15 17:14:34','',3706,'https://buzz-caribbean.com/app/uploads/2019/08/Water-Pumps.jpg',0,'attachment','image/jpeg',0),(4277,4,'2019-08-15 12:17:23','2019-08-15 17:17:23','<!-- wp:paragraph -->\n<p>The release of juggling projects by producers of Dancehall music has seen a marked decline since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2015, Chimney Records released one of the biggest juggling projects of the summer season called <strong>After Party Riddim</strong>, which featured top Dancehall artistes such as Vybz Kartel, Mavado, Alkaline and more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1389,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/After-Party-Riddim.jpg\" alt=\"\" class=\"wp-image-1389\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Two years prior, Chimney Records released the <strong>Rising Sun Riddim</strong> that featured acts such as Kabaka Pyramid, Chronixx, Tarrus Riley, Jah Cure and others. Some have classified this as a timeless project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1390,\"align\":\"center\",\"width\":438,\"height\":438} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rising-Sun-Riddim.jpg\" alt=\"\" class=\"wp-image-1390\" width=\"438\" height=\"438\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The juggling culture started with Reggae in the 1980s and as time progressed, it moved on to the next popular genre in Jamaica, which was Dancehall. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DJs would spit lyrics on hardcore rhythms - or \"riddims\" in the Jamaican vernacular - lasting 2 to 3 minutes per song. Each riddim would have at least 10 artistes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 1990s and early 2000s had some of the best juggling projects in Reggae and Dancehall.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the top ones included:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=09r8zEt5aes\" target=\"_blank\" rel=\"noreferrer noopener\">Pepper Seed Riddim</a> </strong>— 1994 (Mad House)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=DHY3a4lJsR0\" target=\"_blank\" rel=\"noreferrer noopener\">Bug and Clone Riddim</a></strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=DHY3a4lJsR0\" target=\"_blank\" rel=\"noreferrer noopener\"> </a>— 1994 (Mad House)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=dnp4Xj_3FYk\" target=\"_blank\" rel=\"noreferrer noopener\">Joy Ride Riddim</a></strong> — 1996 (Mad House)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=E084yiohV9E\" target=\"_blank\" rel=\"noreferrer noopener\">Buy Out Riddim</a> </strong>— 1996 (Mad House)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=Eg36QjyZo60\" target=\"_blank\" rel=\"noreferrer noopener\">Showtime Riddim</a></strong> — 1997 (Mad House)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=mCgPmb3HL5A\" target=\"_blank\" rel=\"noreferrer noopener\">BookShelf Riddim</a></strong> — 1998<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=-tabvim-eos\" target=\"_blank\" rel=\"noreferrer noopener\">Bruk Out Riddim</a></strong> — 1999 (Mad House)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=h0KcIwATzYc\" target=\"_blank\" rel=\"noreferrer noopener\">Diwali Riddim</a></strong> — 2002 (Lenky)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=VC3nm58MBYU\" target=\"_blank\" rel=\"noreferrer noopener\">Chiney Gal Riddim</a></strong> — 2002<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=6L-1wRRp3aU\" target=\"_blank\" rel=\"noreferrer noopener\">Fiesta Riddim</a></strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=6L-1wRRp3aU\" target=\"_blank\" rel=\"noreferrer noopener\"> </a>— 2003 (VP Records)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=ZYE88Q6AIlA\" target=\"_blank\" rel=\"noreferrer noopener\">Drop Leaf Riddim</a></strong> — 2005 (Don Corleon)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>FAST FORWARD</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Though jugglings are not a priority for music producers or artistes these days, the music lovers will still show their appreciation and get excited to listen to their favourites from the slew of songs. In the latter part of 2018, Justus released the <a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=5f324KsKsoQ&amp;list=OLAK5uy_nhi__MIPOySfvhpM-G0KlSjLjECR8qHxo&amp;index=2\" target=\"_blank\" rel=\"noreferrer noopener\">Time Machine Riddim</a>, which featured Mavado, Shenseea and TeeJay, who undoubtedly had the biggest song on the rhythm by popular traction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1399} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shenseea_Tie-Me-Up.jpg\" alt=\"\" class=\"wp-image-1399\" /><figcaption>Shenseea in her music video Tie Me Up on the Time Machine Riddim released 2018 (Source: Shenseea - YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In June, Popular Music producer Linton ‘TJ’ dropped a similar project on the <a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=J_OB_ymaugg\" target=\"_blank\" rel=\"noreferrer noopener\">Traffic Riddim</a> that features top Dancehall musicians Vybz Kartel, Masicka, Popcaan and Govana among others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1401,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Traffic-Riddim.jpg\" alt=\"\" class=\"wp-image-1401\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Based on the reactions on social media and elsewhere, the project is expected to dominate the party scene. Each song should get its fair shine as all the artistes involved delivered.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<strong><em>Story written by Shania Hanchard</em></strong> </p>\n<!-- /wp:paragraph -->','Where are the Dancehall juggling projects?','','inherit','closed','closed','','1377-revision-v1','','','2019-08-15 12:17:23','2019-08-15 17:17:23','',1377,'https://buzz-caribbean.com/article/1377-revision-v1/',0,'revision','',0),(4278,4,'2019-08-15 12:17:59','2019-08-15 17:17:59','<!-- wp:paragraph -->\n<p>The release of juggling projects by producers of Dancehall music has seen a marked decline since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2015, Chimney Records released one of the biggest juggling projects of the summer season called <strong>After Party Riddim</strong>, which featured top Dancehall artistes such as Vybz Kartel, Mavado, Alkaline and more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1389,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/After-Party-Riddim.jpg\" alt=\"\" class=\"wp-image-1389\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Two years prior, Chimney Records released the <strong>Rising Sun Riddim</strong> that featured acts such as Kabaka Pyramid, Chronixx, Tarrus Riley, Jah Cure and others. Some have classified this as a timeless project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1390,\"align\":\"center\",\"width\":438,\"height\":438} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rising-Sun-Riddim.jpg\" alt=\"\" class=\"wp-image-1390\" width=\"438\" height=\"438\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The juggling culture started with Reggae in the 1980s and as time progressed, it moved on to the next popular genre in Jamaica, which was Dancehall. DJs would spit lyrics on hardcore rhythms - or \"riddims\" in the Jamaican vernacular - lasting 2 to 3 minutes per song. Each riddim would have at least 10 artistes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 1990s and early 2000s had some of the best juggling projects in Reggae and Dancehall.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the top ones included:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=09r8zEt5aes\" target=\"_blank\" rel=\"noreferrer noopener\">Pepper Seed Riddim</a> </strong>— 1994 (Mad House)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=DHY3a4lJsR0\" target=\"_blank\" rel=\"noreferrer noopener\">Bug and Clone Riddim</a></strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=DHY3a4lJsR0\" target=\"_blank\" rel=\"noreferrer noopener\"> </a>— 1994 (Mad House)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=dnp4Xj_3FYk\" target=\"_blank\" rel=\"noreferrer noopener\">Joy Ride Riddim</a></strong> — 1996 (Mad House)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=E084yiohV9E\" target=\"_blank\" rel=\"noreferrer noopener\">Buy Out Riddim</a> </strong>— 1996 (Mad House)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=Eg36QjyZo60\" target=\"_blank\" rel=\"noreferrer noopener\">Showtime Riddim</a></strong> — 1997 (Mad House)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=mCgPmb3HL5A\" target=\"_blank\" rel=\"noreferrer noopener\">BookShelf Riddim</a></strong> — 1998<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=-tabvim-eos\" target=\"_blank\" rel=\"noreferrer noopener\">Bruk Out Riddim</a></strong> — 1999 (Mad House)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=h0KcIwATzYc\" target=\"_blank\" rel=\"noreferrer noopener\">Diwali Riddim</a></strong> — 2002 (Lenky)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=VC3nm58MBYU\" target=\"_blank\" rel=\"noreferrer noopener\">Chiney Gal Riddim</a></strong> — 2002<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=6L-1wRRp3aU\" target=\"_blank\" rel=\"noreferrer noopener\">Fiesta Riddim</a></strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=6L-1wRRp3aU\" target=\"_blank\" rel=\"noreferrer noopener\"> </a>— 2003 (VP Records)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=ZYE88Q6AIlA\" target=\"_blank\" rel=\"noreferrer noopener\">Drop Leaf Riddim</a></strong> — 2005 (Don Corleon)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>FAST FORWARD</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Though jugglings are not a priority for music producers or artistes these days, the music lovers will still show their appreciation and get excited to listen to their favourites from the slew of songs. In the latter part of 2018, Justus released the <a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=5f324KsKsoQ&amp;list=OLAK5uy_nhi__MIPOySfvhpM-G0KlSjLjECR8qHxo&amp;index=2\" target=\"_blank\" rel=\"noreferrer noopener\">Time Machine Riddim</a>, which featured Mavado, Shenseea and TeeJay, who undoubtedly had the biggest song on the rhythm by popular traction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1399} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shenseea_Tie-Me-Up.jpg\" alt=\"\" class=\"wp-image-1399\" /><figcaption>Shenseea in her music video Tie Me Up on the Time Machine Riddim released 2018 (Source: Shenseea - YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In June, Popular Music producer Linton ‘TJ’ dropped a similar project on the <a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=J_OB_ymaugg\" target=\"_blank\" rel=\"noreferrer noopener\">Traffic Riddim</a> that features top Dancehall musicians Vybz Kartel, Masicka, Popcaan and Govana among others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1401,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Traffic-Riddim.jpg\" alt=\"\" class=\"wp-image-1401\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Based on the reactions on social media and elsewhere, the project is expected to dominate the party scene. Each song should get its fair shine as all the artistes involved delivered.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<strong><em>Story written by Shania Hanchard</em></strong> </p>\n<!-- /wp:paragraph -->','Where are the Dancehall juggling projects?','','inherit','closed','closed','','1377-revision-v1','','','2019-08-15 12:17:59','2019-08-15 17:17:59','',1377,'https://buzz-caribbean.com/article/1377-revision-v1/',0,'revision','',0),(4279,9,'2019-08-15 12:18:16','2019-08-15 17:18:16','<!-- wp:image {\"id\":3236} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lauren-o-lauren-1024x839.jpg\" alt=\"\" class=\"wp-image-3236\" /><figcaption> Lauren O Lauren says she is a digital content creator.  (Photo: Instagram @laurenolauren)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For Lauren O Lauren, personal brand\nbuilding is a strategic tool that she uses in her day-to-day engagements with\nher audience and corporate entities, as she tries to tell stories that reflect\na persona that is compelling and authentic. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaica-born social and digital expert has been working in the digital media space for more than a decade, and she now holds a post at US-based Bumble, one of the largest tech agencies in the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bw2aujThfW_/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bw2aujThfW_/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Back when she was in Jamaica, the social butterfly, whose real name is Lauren Dunn, started the <strong>Lauren O Lauren</strong> <strong>Show</strong>. It began on Facebook before finding its way on to Jamaican cable station Flow 100. On the show, she would use her candid personality to speak on personal issues that were affecting her as a female. At the time, she said she didn’t know that she was building her personal brand. Although the brand was initially seen as being vulgar and loud, she was able to gain a following because of her sincerity and authenticity. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And while she believes she might influence persons, Lauren does not view herself as an influencer. Instead, she believes she is a digital content creator.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Andre Cooper </em></strong></p>\n<!-- /wp:paragraph -->','Lauren O Lauren is more than an influencer','','inherit','closed','closed','','832-revision-v1','','','2019-08-15 12:18:16','2019-08-15 17:18:16','',832,'https://buzz-caribbean.com/article/832-revision-v1/',0,'revision','',0),(4280,4,'2019-08-15 12:18:28','2019-08-15 17:18:28','<!-- wp:paragraph -->\n<p>The release of juggling projects by producers of Dancehall music has seen a marked decline since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2015, Chimney Records released one of the biggest juggling projects of the summer season called <strong>After Party Riddim</strong>, which featured top Dancehall artistes such as Vybz Kartel, Mavado, Alkaline and more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1389,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/After-Party-Riddim.jpg\" alt=\"\" class=\"wp-image-1389\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Two years prior, Chimney Records released the <strong>Rising Sun Riddim</strong> that featured acts such as Kabaka Pyramid, Chronixx, Tarrus Riley, Jah Cure and others. Some have classified this as a timeless project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1390,\"align\":\"center\",\"width\":438,\"height\":438} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rising-Sun-Riddim.jpg\" alt=\"\" class=\"wp-image-1390\" width=\"438\" height=\"438\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The juggling culture started with Reggae in the 1980s and as time progressed, it moved on to the next popular genre in Jamaica, which was Dancehall. DJs would spit lyrics on hardcore rhythms — or \"riddims\" in the Jamaican vernacular — lasting 2 to 3 minutes per song. Each riddim would have at least 10 artistes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 1990s and early 2000s had some of the best juggling projects in Reggae and Dancehall.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the top ones included:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=09r8zEt5aes\" target=\"_blank\" rel=\"noreferrer noopener\">Pepper Seed Riddim</a> </strong>— 1994 (Mad House)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=DHY3a4lJsR0\" target=\"_blank\" rel=\"noreferrer noopener\">Bug and Clone Riddim</a></strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=DHY3a4lJsR0\" target=\"_blank\" rel=\"noreferrer noopener\"> </a>— 1994 (Mad House)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=dnp4Xj_3FYk\" target=\"_blank\" rel=\"noreferrer noopener\">Joy Ride Riddim</a></strong> — 1996 (Mad House)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=E084yiohV9E\" target=\"_blank\" rel=\"noreferrer noopener\">Buy Out Riddim</a> </strong>— 1996 (Mad House)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=Eg36QjyZo60\" target=\"_blank\" rel=\"noreferrer noopener\">Showtime Riddim</a></strong> — 1997 (Mad House)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=mCgPmb3HL5A\" target=\"_blank\" rel=\"noreferrer noopener\">BookShelf Riddim</a></strong> — 1998<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=-tabvim-eos\" target=\"_blank\" rel=\"noreferrer noopener\">Bruk Out Riddim</a></strong> — 1999 (Mad House)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=h0KcIwATzYc\" target=\"_blank\" rel=\"noreferrer noopener\">Diwali Riddim</a></strong> — 2002 (Lenky)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=VC3nm58MBYU\" target=\"_blank\" rel=\"noreferrer noopener\">Chiney Gal Riddim</a></strong> — 2002<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=6L-1wRRp3aU\" target=\"_blank\" rel=\"noreferrer noopener\">Fiesta Riddim</a></strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=6L-1wRRp3aU\" target=\"_blank\" rel=\"noreferrer noopener\"> </a>— 2003 (VP Records)<br><strong><a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=ZYE88Q6AIlA\" target=\"_blank\" rel=\"noreferrer noopener\">Drop Leaf Riddim</a></strong> — 2005 (Don Corleon)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>FAST FORWARD</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Though jugglings are not a priority for music producers or artistes these days, the music lovers will still show their appreciation and get excited to listen to their favourites from the slew of songs. In the latter part of 2018, Justus released the <a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=5f324KsKsoQ&amp;list=OLAK5uy_nhi__MIPOySfvhpM-G0KlSjLjECR8qHxo&amp;index=2\" target=\"_blank\" rel=\"noreferrer noopener\">Time Machine Riddim</a>, which featured Mavado, Shenseea and TeeJay, who undoubtedly had the biggest song on the rhythm by popular traction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1399} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shenseea_Tie-Me-Up.jpg\" alt=\"\" class=\"wp-image-1399\" /><figcaption>Shenseea in her music video Tie Me Up on the Time Machine Riddim released 2018 (Source: Shenseea - YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In June, Popular Music producer Linton ‘TJ’ dropped a similar project on the <a aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=J_OB_ymaugg\" target=\"_blank\" rel=\"noreferrer noopener\">Traffic Riddim</a> that features top Dancehall musicians Vybz Kartel, Masicka, Popcaan and Govana among others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1401,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Traffic-Riddim.jpg\" alt=\"\" class=\"wp-image-1401\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Based on the reactions on social media and elsewhere, the project is expected to dominate the party scene. Each song should get its fair shine as all the artistes involved delivered.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<strong><em>Story written by Shania Hanchard</em></strong> </p>\n<!-- /wp:paragraph -->','Where are the Dancehall juggling projects?','','inherit','closed','closed','','1377-revision-v1','','','2019-08-15 12:18:28','2019-08-15 17:18:28','',1377,'https://buzz-caribbean.com/article/1377-revision-v1/',0,'revision','',0),(4282,3,'2019-08-15 12:21:31','2019-08-15 17:21:31','','CPUM2DABK38 18M Large','','inherit','open','closed','','cpum2dabk38-18m_large','','','2019-08-15 12:21:31','2019-08-15 17:21:31','',3706,'https://buzz-caribbean.com/app/uploads/2019/08/CPUM2DABK38-18M_Large.jpg',0,'attachment','image/jpeg',0),(4283,3,'2019-08-15 12:23:03','2019-08-15 17:23:03','','CPUM2DABK38 18M Large','','inherit','open','closed','','cpum2dabk38-18m_large-2','','','2019-08-15 12:23:03','2019-08-15 17:23:03','',3706,'https://buzz-caribbean.com/app/uploads/2019/08/CPUM2DABK38-18M_Large-1.jpg',0,'attachment','image/jpeg',0),(4284,3,'2019-08-15 12:26:27','2019-08-15 17:26:27','','DAB Waterpump','','inherit','open','closed','','dab_waterpump','','','2019-08-15 12:26:27','2019-08-15 17:26:27','',3706,'https://buzz-caribbean.com/app/uploads/2019/08/DAB_Waterpump.png',0,'attachment','image/png',0),(4285,3,'2019-08-15 12:27:26','2019-08-15 17:27:26','','DAB Waterpump','','inherit','open','closed','','dab_waterpump-2','','','2019-08-15 12:27:26','2019-08-15 17:27:26','',3706,'https://buzz-caribbean.com/app/uploads/2019/08/DAB_Waterpump-1.png',0,'attachment','image/png',0),(4286,16,'2019-08-15 12:30:02','2019-08-15 17:30:02','','Bashco','','inherit','open','closed','','bashco','','','2019-08-15 12:30:02','2019-08-15 17:30:02','',3535,'https://buzz-caribbean.com/app/uploads/2019/08/Bashco.png',0,'attachment','image/png',0),(4287,9,'2019-08-15 12:35:43','2019-08-15 17:35:43','<!-- wp:image {\"id\":2917} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ford-vw-america-ceos-demo-buzz.jpg\" alt=\"\" class=\"wp-image-2917\" /><figcaption>CEO of the Volkswagen Group Herbert Diess (left) and Ford CEO James Hackett celebrating their game-changing collaboration recently (Photo: autoblog.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Motor vehicle giants Ford and Volkswagen are to join forces in making electric and autonomous vehicles which will mark the next step in the evolution of the automotive industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sales of electric vehicles are climbing and sales of 3 million are expected in the US alone by 2028.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2919} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ford-and-vw-demo-buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-2919\" /><figcaption>Iconic logos of Ford and Volkswagen (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The technology employed to manufacture electric and autonomous vehicles is very costly and headway made on self-driving cars has not been as forthcoming as earlier anticipated.&nbsp; This may well be the thinking behind the decision to partner up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An investment of around US$300 billion is expected to be made by the world’s leading car makers on battery-electric vehicles over the next 4 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Ford and VW will remain independent and fiercely competitive in the marketplace. Unlocking the synergies across a range of areas allows us to showcase the power of our global alliance in the era of smart vehicles for a smart world,” said Ford’s CEO Jim Hackett.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Volkswagen is looking to sell some 23 million battery-electric vehicles over the next 10 years. </p>\n<!-- /wp:paragraph -->','Ford and VW to collaborate on electric vehicles','','inherit','closed','closed','','2197-revision-v1','','','2019-08-15 12:35:43','2019-08-15 17:35:43','',2197,'https://buzz-caribbean.com/article/2197-revision-v1/',0,'revision','',0),(4288,21,'2019-08-15 12:36:15','2019-08-15 17:36:15','','HBD','','inherit','open','closed','','hbd','','','2019-08-15 12:36:15','2019-08-15 17:36:15','',2155,'https://buzz-caribbean.com/app/uploads/2019/08/HBD.jpg',0,'attachment','image/jpeg',0),(4289,21,'2019-08-15 12:38:34','2019-08-15 17:38:34','','Balance','','inherit','open','closed','','balance','','','2019-08-15 12:38:34','2019-08-15 17:38:34','',2155,'https://buzz-caribbean.com/app/uploads/2019/08/Balance.jpg',0,'attachment','image/jpeg',0),(4290,9,'2019-08-15 12:38:57','2019-08-15 17:38:57','<!-- wp:image {\"id\":2935} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/toni-morrison-martin-schoeller-1.jpg\" alt=\"\" class=\"wp-image-2935\" /><figcaption>Toni Morrison (Photo: Martin Schoeller, TIME)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>World-renowned American author Toni Morrison died on August 5, 2019. She was 88 years old.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She grew up in Lorain, Ohio and went on to become one of the world’s leading authors. Among her works are the classics <strong>Beloved</strong> and <strong>Songs of Solomon</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On her first novel, “ The Bluest Eye” she said: “ I wrote my first novel because I wanted to read it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2937} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/the-bluest-eye-toni-morrison.jpg\" alt=\"\" class=\"wp-image-2937\" /><figcaption>The Bluest Eye by Toni Morrison (Photo contributed, Amazon.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In 1993, Morrison won the Nobel Prize for literature becoming the first black woman to do so. She has also won the Pulitzer Prize and the PEN/Saul Bellow Award for Achievement in American Fiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the craft of writing, she once said: “Writing is really a way of thinking  - not just feeling but thinking about things that are disparate, unresolved, mysterious, problematic or just sweet.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When asked how she decided what to write about, she said: “If there’s a book that you want to read, but it hasn’t been written yet, then you must write it”. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What is your favourite work(s) from Toni Morrison? Let us know in the <strong>BUZZ</strong> comments section.</p>\n<!-- /wp:paragraph -->','Nobel-winning author Toni Morrison dies at 88','','inherit','closed','closed','','1935-revision-v1','','','2019-08-15 12:38:57','2019-08-15 17:38:57','',1935,'https://buzz-caribbean.com/article/1935-revision-v1/',0,'revision','',0),(4291,3,'2019-08-15 12:41:47','2019-08-15 17:41:47','','DAB Waterpump','','inherit','open','closed','','dab_waterpump-3','','','2019-08-15 12:41:47','2019-08-15 17:41:47','',3706,'https://buzz-caribbean.com/app/uploads/2019/08/DAB_Waterpump-2.png',0,'attachment','image/png',0),(4293,21,'2019-08-15 12:42:41','2019-08-15 17:42:41','','Plumber','','inherit','open','closed','','plumber','','','2019-08-15 12:42:41','2019-08-15 17:42:41','',2155,'https://buzz-caribbean.com/app/uploads/2019/08/Plumber.jpg',0,'attachment','image/jpeg',0),(4294,3,'2019-08-15 12:43:18','2019-08-15 17:43:18','','KitchenAid Products','','inherit','open','closed','','kitchenaid_products','','','2019-08-15 12:43:18','2019-08-15 17:43:18','',3750,'https://buzz-caribbean.com/app/uploads/2019/08/KitchenAid_Products.png',0,'attachment','image/png',0),(4295,21,'2019-08-15 12:44:54','2019-08-15 17:44:54','','Empty-Bed','','inherit','open','closed','','empty-bed','','','2019-08-15 12:44:54','2019-08-15 17:44:54','',2155,'https://buzz-caribbean.com/app/uploads/2019/08/Empty-Bed.jpg',0,'attachment','image/jpeg',0),(4296,21,'2019-08-15 12:44:57','2019-08-15 17:44:57','<!-- wp:paragraph -->\n<p>Paula* has paid her dues. She sat in on meetings, worked well past 7PM, bounced ideas off her supervisor, went to school at night, got qualified and finally copped that corner office. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4266} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/accomplished-adults-1024x981.jpg\" alt=\"\" class=\"wp-image-4266\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She now wears chic business suits, drives a BMW, has an apartment in New Kingston and gets invited to every high profile corporate event hosted in the business district.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4267} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BMW-1024x683.jpg\" alt=\"\" class=\"wp-image-4267\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She is fly, fiercely independent, feisty ...and lonely as hell. With all of her success, Paula goes home to her expensive Ashley designer sofa, hardwood coffee table and downs a half a tub of Devon house ice cream almost every night with only Lifetime movies to keep her company. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4272} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lonely-At-Home.png\" alt=\"\" class=\"wp-image-4272\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With all the years she dedicated to climbing the corporate ladder, the journey was not without sacrifice as along the way she did not make time to attend concerts, stage shows, art gallery openings, her friends’ birthdays, house warming parties, baby christenings and generally missed out on a lot of social events wherein she may have found herself an eligible man.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4288} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/HBD-1024x725.jpg\" alt=\"\" class=\"wp-image-4288\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Paula’s situation is not unique and tonnes of successful women find themselves single. It is even more critical for some more than others, as a high percentage literally begin hearing their biological clock tick loudly when they enter their 30s. If the old storyline about there being a shortage of good, decent men out there is true, then what are her chances of having a life partner to share her success with? And why do so many career chicks end up by their lonesome?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Why do so many career chicks end up by their lonesome? </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Several factors come into play. The first one being, that in seeking a mate, the successful woman tends to have super high standards. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While there is nothing wrong with standards, they need to be realistic. A woman with 2 degrees and a 6 figure salary tends to want a man of the same ilk...while the man of the same ilk does not want a relationship that seems like a competition. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4289} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Balance-1024x683.jpg\" alt=\"\" class=\"wp-image-4289\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ironically, the male corporate climber wants the attractive Susie homemaker, the woman who can cook, throw fabulous parties and be the perfect mother to his two-point-five kids. He is not looking for someone who has more board meetings than he does. He ain’t about that life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now the successful female on the other hand generally dismisses the blue-collar man. The man who makes his bread with his hands is street smart and competent all in one. He may not make six figures but he usually works for himself and keeps his own hours so he is his own boss. He is the plumber, electrician, electrical installer, roofer, welder etc. He can fix the kitchen sink and cook a great meal afterwards. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4293} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Plumber.jpg\" alt=\"\" class=\"wp-image-4293\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, she is not looking in his direction so she has alienated herself from a good portion of the available male population right off the bat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another reason why their beds are empty at night is that some successful women come off so strong that they intimidate men and scare them away. A man with a Corolla and a low paying job may think twice before approaching a woman who drives a Porsche or an X6. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4295} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Empty-Bed-1024x683.jpg\" alt=\"\" class=\"wp-image-4295\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He may feel he has nothing to offer her and so he stays in his corner and continues to admire her from afar. While his lack of confidence is not her doing, the way some women talk and their attitude can be a turn-off. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most men like to chase, hunt or pursue a woman that they have an interest in. They take them out, wine and dine them, buy them flowers or little tokens to show that they are in it to win it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now with a super successful woman, these same men may get nervous as they feel that a regular eating spot may not impress the women and a bunch of roses may seem corny to these decision-makers who are used to corporate jets and trips to Cancun. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In order to avoid embarrassment when their pockets cannot match up with their promises, they would rather not venture down that path at all. To them, it is about staying in their lane because their credit card limit is, well, limited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In order to find Mr Right, the career gal has to join the dating pool with an open heart and an even more open mind and not have these crazy checklists of what they want because what they want may not exist.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Remember Barbie already has Ken so instead of searching for the perfect mate, try to find a genuine man, one that is honest and hardworking and who hopefully can throw down in the kitchen as well as the bedroom.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>*Name\nchanged on request of subject&nbsp;</strong></p>\n<!-- /wp:paragraph -->','Why some career women are single','','inherit','closed','closed','','2155-revision-v1','','','2019-08-15 12:44:57','2019-08-15 17:44:57','',2155,'https://buzz-caribbean.com/article/2155-revision-v1/',0,'revision','',0),(4297,21,'2019-08-15 12:46:19','2019-08-15 17:46:19','','Romantic-dinner','','inherit','open','closed','','romantic-dinner','','','2019-08-15 12:46:19','2019-08-15 17:46:19','',2155,'https://buzz-caribbean.com/app/uploads/2019/08/Romantic-dinner.jpg',0,'attachment','image/jpeg',0),(4299,21,'2019-08-15 12:47:41','2019-08-15 17:47:41','','Vice-Grip-On-Wallet','','inherit','open','closed','','vice-grip-on-wallet','','','2019-08-15 12:47:41','2019-08-15 17:47:41','',2155,'https://buzz-caribbean.com/app/uploads/2019/08/Vice-Grip-On-Wallet.jpg',0,'attachment','image/jpeg',0),(4300,1,'2019-08-15 12:48:37','2019-08-15 17:48:37','','1','','inherit','open','closed','','1-2','','','2019-08-15 12:48:37','2019-08-15 17:48:37','',3392,'https://buzz-caribbean.com/app/uploads/2019/08/1-1.png',0,'attachment','image/png',0),(4301,9,'2019-08-15 12:50:59','2019-08-15 17:50:59','<!-- wp:image {\"id\":2935} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/toni-morrison-martin-schoeller-1.jpg\" alt=\"\" class=\"wp-image-2935\" /><figcaption>Toni Morrison (Photo: Martin Schoeller, TIME)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>World-renowned American author Toni Morrison died on August 5, 2019. She was 88 years old.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She grew up in Lorain, Ohio and went on to become one of the world’s leading authors. Among her works are the classics <strong>Beloved</strong> and <strong>Songs of Solomon</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On her first novel,<strong> The Bluest Eye</strong>, she said: “I wrote my first novel because I wanted to read it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2937} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/the-bluest-eye-toni-morrison.jpg\" alt=\"\" class=\"wp-image-2937\" /><figcaption>The Bluest Eye by Toni Morrison (Photo: Amazon.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In 1993, Morrison won the Nobel Prize for literature becoming the first black woman to do so. She has also won the Pulitzer Prize and the PEN/Saul Bellow Award for Achievement in American Fiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the craft of writing, she once said: “Writing is really a way of thinking&nbsp; - not just feeling but thinking about things that are disparate, unresolved, mysterious, problematic or just sweet.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When asked how she decided what to write about, she said: “If there’s a book that you want to read, but it hasn’t been written yet, then you must write it.\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What is your favourite work(s) from Toni Morrison? Let us know in the <strong>BUZZ</strong> comments section.</p>\n<!-- /wp:paragraph -->','Nobel-winning author Toni Morrison dies at 88','','inherit','closed','closed','','1935-revision-v1','','','2019-08-15 12:50:59','2019-08-15 17:50:59','',1935,'https://buzz-caribbean.com/article/1935-revision-v1/',0,'revision','',0),(4302,21,'2019-08-15 12:51:27','2019-08-15 17:51:27','','Checklist-Manicured-Nails','','inherit','open','closed','','checklist-manicured-nails','','','2019-08-15 12:51:27','2019-08-15 17:51:27','',2155,'https://buzz-caribbean.com/app/uploads/2019/08/Checklist-Manicured-Nails.jpeg',0,'attachment','image/jpeg',0),(4303,1,'2019-08-15 12:52:51','2019-08-15 17:52:51','wpmf_remote_video','Garth Walker Invests Millions In Expanding Adam And Eve Spa Pt 2','https://www.youtube.com/watch?v=fnWiwYcRRGw','inherit','open','closed','','garth-walker-invests-millions-in-expanding-adam-and-eve-spa-pt-2','','','2019-08-15 12:52:51','2019-08-15 17:52:51','',0,'https://buzz-caribbean.com/app/uploads/garth-walker-invests-millions-in-expanding-adam-and-eve-spa-pt-2.jpg',0,'attachment','image/jpeg',0),(4304,21,'2019-08-15 12:53:59','2019-08-15 17:53:59','','Lonely','','inherit','open','closed','','lonely','','','2019-08-15 12:53:59','2019-08-15 17:53:59','',2155,'https://buzz-caribbean.com/app/uploads/2019/08/Lonely.jpg',0,'attachment','image/jpeg',0),(4305,21,'2019-08-15 12:57:50','2019-08-15 17:57:50','','Cheers','','inherit','open','closed','','cheers','','','2019-08-15 12:57:50','2019-08-15 17:57:50','',2155,'https://buzz-caribbean.com/app/uploads/2019/08/Cheers.jpg',0,'attachment','image/jpeg',0),(4306,21,'2019-08-15 12:58:29','2019-08-15 17:58:29','<!-- wp:paragraph -->\n<p>Paula* has paid her dues. She sat in on meetings, worked well past 7 PM, bounced ideas off her supervisor, went to school at night, got qualified and finally copped that corner office. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4266} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/accomplished-adults-1024x981.jpg\" alt=\"\" class=\"wp-image-4266\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She now wears chic business suits, drives a BMW, has an apartment in New Kingston and gets invited to every high profile corporate event hosted in the business district.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4267} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BMW-1024x683.jpg\" alt=\"\" class=\"wp-image-4267\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She is fly, fiercely independent, feisty ...and lonely as hell. With all of her success, Paula goes home to her expensive Ashley designer sofa, hardwood coffee table and downs a half a tub of Devon House ice cream almost every night with only Lifetime movies to keep her company. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4272} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lonely-At-Home.png\" alt=\"\" class=\"wp-image-4272\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With all the years she dedicated to climbing the corporate ladder, the journey was not without sacrifice as along the way she did not make time to attend concerts, stage shows, art gallery openings, her friends’ birthdays, house warming parties, baby christenings and generally missed out on a lot of social events wherein she may have found herself an eligible man.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4305} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cheers-1024x678.jpg\" alt=\"\" class=\"wp-image-4305\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Paula’s situation is not unique and tonnes of successful women find themselves single. It is even more critical for some more than others, as a high percentage literally begin hearing their biological clock tick loudly when they enter their 30s. If the old storyline about there being a shortage of good, decent men out there is true, then what are her chances of having a life partner to share her success with? And why do so many career chicks end up by their lonesome?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Why do so many career chicks end up by their lonesome? </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Several factors come into play. The first one being, that in seeking a mate, the successful woman tends to have super high standards. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While there is nothing wrong with standards, they need to be realistic. A woman with 2 degrees and a 6 figure salary tends to want a man of the same ilk...while the man of the same ilk does not want a relationship that seems like a competition. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4289} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Balance-1024x683.jpg\" alt=\"\" class=\"wp-image-4289\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ironically, the male corporate climber wants the attractive Susie homemaker, the woman who can cook, throw fabulous parties and be the perfect mother to his two-point-five kids. He is not looking for someone who has more board meetings than he does. He ain’t about that life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now the successful female on the other hand generally dismisses the blue-collar man. The man who makes his bread with his hands is street smart and competent all in one. He may not make six figures but he usually works for himself and keeps his own hours so he is his own boss. He is the plumber, electrician, electrical installer, roofer, welder etc. He can fix the kitchen sink and cook a great meal afterwards. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4293} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Plumber.jpg\" alt=\"\" class=\"wp-image-4293\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, she is not looking in his direction so she has alienated herself from a good portion of the available male population right off the bat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another reason why their beds are empty at night is that some successful women come off so strong that they intimidate men and scare them away. A man with a Corolla and a low paying job may think twice before approaching a woman who drives a Porsche or an X6. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4295} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Empty-Bed-1024x683.jpg\" alt=\"\" class=\"wp-image-4295\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He may feel he has nothing to offer her and so he stays in his corner and continues to admire her from afar. While his lack of confidence is not her doing, the way some women talk and their attitude can be a turn-off. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most men like to chase, hunt or pursue a woman that they have an interest in. They take them out, wine and dine them, buy them flowers or little tokens to show that they are in it to win it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4297} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Romantic-dinner-1024x683.jpg\" alt=\"\" class=\"wp-image-4297\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now with a super successful woman, these same men may get nervous as they feel that a regular eating spot may not impress the women and a bunch of roses may seem corny to these decision-makers who are used to corporate jets and trips to Cancun. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The career gal has to join the dating pool with an open heart and an even more open mind.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In order to avoid embarrassment when their pockets cannot match up with their promises, they would rather not venture down that path at all. To them, it is about staying in their lane because their credit card limit is, well, limited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4299} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vice-Grip-On-Wallet-1024x781.jpg\" alt=\"\" class=\"wp-image-4299\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In order to find Mr Right, the career gal has to join the dating pool with an open heart and an even more open mind and not have these crazy checklists of what they want because what they want may not exist.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4302} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Checklist-Manicured-Nails-1024x768.jpeg\" alt=\"\" class=\"wp-image-4302\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Remember Barbie already has Ken so instead of searching for the perfect mate, try to find a genuine man, one that is honest and hardworking and who hopefully can throw down in the kitchen as well as the bedroom.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>*Name\nchanged on request of subject&nbsp;</strong></p>\n<!-- /wp:paragraph -->','Why some career women are single','','inherit','closed','closed','','2155-revision-v1','','','2019-08-15 12:58:29','2019-08-15 17:58:29','',2155,'https://buzz-caribbean.com/article/2155-revision-v1/',0,'revision','',0),(4307,1,'2019-08-15 12:58:59','2019-08-15 17:58:59','','1','','inherit','open','closed','','1-3','','','2019-08-15 12:58:59','2019-08-15 17:58:59','',2067,'https://buzz-caribbean.com/app/uploads/2019/08/1-2.png',0,'attachment','image/png',0),(4308,9,'2019-08-15 12:59:44','2019-08-15 17:59:44','<!-- wp:image {\"id\":3285} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rita-marley-public-speaking-winner.jpg\" alt=\"\" class=\"wp-image-3285\" /><figcaption>Jamaica College (JC) student Fabian Morris (centre) accepts a cheque and trophy from Rosemary Duncan, Manager of the Rita Marley Foundation (right) and judge Dr. Kadamawe Knife as the winner of the 5th annual Public Speaking Competition. (Photos: Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Rita Marley has graced countless stages around the world, bringing joy with her melodic voice on a rich, musical journey spanning more than 50 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rita, however, is also on another mission, seeking\nto enrich the lives of youths, elderly and vulnerable women.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Through the Rita Marley Foundation, the Reggae\nmatriarch has extended her hands in philanthropic work – helping many\nindividuals over the years in various ways.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Each year, the foundation, led by manager Rosemary\nDuncan, organises two competitions to hone the skills of high school students,\nwhile assisting the top students to satisfy whatever needs they have with\nmonetary prizes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3289} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rita-marley-buzz-demo.jpg\" alt=\"\" class=\"wp-image-3289\" /><figcaption>Rita Marley at an undisclosed location in Africa.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The poster event is the Public Speaking Competition, held annually in February in celebration of the birthday of reggae superstar Bob Marley, who was Rita’s husband before he died of cancer in 1981.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In the Public Speaking Competition, we really\nwant to develop articulate speech among the youths, because that is important,\nbut yet still it is one of the greatest fears among adults and young people\nalike,” Duncan explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The foundation also has an Essay Competition,\nwhich is used to enhance the writing communications skills of high school\nstudents. This usually runs from April and closes in the summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3288} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rita-marley-public-speaking-winner-2.jpg\" alt=\"\" class=\"wp-image-3288\" /><figcaption>Fabian Morris, a 6th form JC student in his element during his presentation for the Public Speaking Competition in February.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This year the Rita Marley Foundation introduced the inaugural Song Writing Competition. The event was commissioned by Rita to harness song-writing skillset by high school students; the foundation’s latest competition is expected to be held annually.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Duncan, Rita felt that enough focus\nwas not being paid to the craft, although, the best songwriters in the world\nare paid well for their work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is important to write clean music, music that\nwill transcend generation and time, music that both babies and adults could\nlisten to and that is what we want to develop, and we think it is important to\nstart with the youths,” Duncan further remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Besides the competitions, the foundation also does\nwork at Mary’s Child, a catholic facility that caters to pregnant teens and\nteenage mothers without a permanent home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Recently, the foundation also started a music education programme for basic school children in inner-city communities. With renowned musician Grub Cooper and Simone Kenney, the children are taught about notes, percussion, and the piano.</p>\n<!-- /wp:paragraph -->','Rita Marley Foundation making a difference in young minds','','inherit','closed','closed','','1750-revision-v1','','','2019-08-15 12:59:44','2019-08-15 17:59:44','',1750,'https://buzz-caribbean.com/article/1750-revision-v1/',0,'revision','',0),(4309,21,'2019-08-15 13:00:04','2019-08-15 18:00:04','<!-- wp:paragraph -->\n<p>Paula* has paid her dues. She sat in on meetings, worked well past 7 PM, bounced ideas off her supervisor, went to school at night, got qualified and finally copped that corner office. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4266} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/accomplished-adults-1024x981.jpg\" alt=\"\" class=\"wp-image-4266\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She now wears chic business suits, drives a BMW, has an apartment in New Kingston and gets invited to every high profile corporate event hosted in the business district.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4267} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BMW-1024x683.jpg\" alt=\"\" class=\"wp-image-4267\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She is fly, fiercely independent, feisty ...and lonely as hell. With all of her success, Paula goes home to her expensive Ashley designer sofa, hardwood coffee table and downs a half a tub of Devon House ice cream almost every night with only Lifetime movies to keep her company. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4272} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lonely-At-Home.png\" alt=\"\" class=\"wp-image-4272\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With all the years she dedicated to climbing the corporate ladder, the journey was not without sacrifice as along the way she did not make time to attend concerts, stage shows, art gallery openings, her friends’ birthdays, house warming parties, baby christenings and generally missed out on a lot of social events wherein she may have found herself an eligible man.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4305} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cheers-1024x678.jpg\" alt=\"\" class=\"wp-image-4305\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Paula’s situation is not unique and tonnes of successful women find themselves single. It is even more critical for some more than others, as a high percentage literally begin hearing their biological clock tick loudly when they enter their 30s. If the old storyline about there being a shortage of good, decent men out there is true, then what are her chances of having a life partner to share her success with? And why do so many career chicks end up by their lonesome?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> While there is nothing wrong with standards, they need to be realistic. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Several factors come into play. The first one being, that in seeking a mate, the successful woman tends to have super high standards. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While there is nothing wrong with standards, they need to be realistic. A woman with 2 degrees and a 6 figure salary tends to want a man of the same ilk...while the man of the same ilk does not want a relationship that seems like a competition. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4289} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Balance-1024x683.jpg\" alt=\"\" class=\"wp-image-4289\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ironically, the male corporate climber wants the attractive Susie homemaker, the woman who can cook, throw fabulous parties and be the perfect mother to his two-point-five kids. He is not looking for someone who has more board meetings than he does. He ain’t about that life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now the successful female on the other hand generally dismisses the blue-collar man. The man who makes his bread with his hands is street smart and competent all in one. He may not make six figures but he usually works for himself and keeps his own hours so he is his own boss. He is the plumber, electrician, electrical installer, roofer, welder etc. He can fix the kitchen sink and cook a great meal afterwards. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4293} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Plumber.jpg\" alt=\"\" class=\"wp-image-4293\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, she is not looking in his direction so she has alienated herself from a good portion of the available male population right off the bat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another reason why their beds are empty at night is that some successful women come off so strong that they intimidate men and scare them away. A man with a Corolla and a low paying job may think twice before approaching a woman who drives a Porsche or an X6. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4295} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Empty-Bed-1024x683.jpg\" alt=\"\" class=\"wp-image-4295\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He may feel he has nothing to offer her and so he stays in his corner and continues to admire her from afar. While his lack of confidence is not her doing, the way some women talk and their attitude can be a turn-off. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most men like to chase, hunt or pursue a woman that they have an interest in. They take them out, wine and dine them, buy them flowers or little tokens to show that they are in it to win it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4297} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Romantic-dinner-1024x683.jpg\" alt=\"\" class=\"wp-image-4297\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now with a super successful woman, these same men may get nervous as they feel that a regular eating spot may not impress the women and a bunch of roses may seem corny to these decision-makers who are used to corporate jets and trips to Cancun. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The career gal has to join the dating pool with an open heart and an even more open mind.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In order to avoid embarrassment when their pockets cannot match up with their promises, they would rather not venture down that path at all. To them, it is about staying in their lane because their credit card limit is, well, limited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4299} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Vice-Grip-On-Wallet-1024x781.jpg\" alt=\"\" class=\"wp-image-4299\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In order to find Mr Right, the career gal has to join the dating pool with an open heart and an even more open mind and not have these crazy checklists of what they want because what they want may not exist.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4302} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Checklist-Manicured-Nails-1024x768.jpeg\" alt=\"\" class=\"wp-image-4302\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Remember Barbie already has Ken so instead of searching for the perfect mate, try to find a genuine man, one that is honest and hardworking and who hopefully can throw down in the kitchen as well as the bedroom.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>*Name\nchanged on request of subject&nbsp;</strong></p>\n<!-- /wp:paragraph -->','Why some career women are single','','inherit','closed','closed','','2155-revision-v1','','','2019-08-15 13:00:04','2019-08-15 18:00:04','',2155,'https://buzz-caribbean.com/article/2155-revision-v1/',0,'revision','',0),(4310,9,'2019-08-15 13:03:12','2019-08-15 18:03:12','<!-- wp:paragraph -->\n<p>There is nothing worse than an overbearing parent. Indeed there are tonnes of stories about parents who do not know boundaries and will not let their babies leave the nest in peace.  Monster-in-law much?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3874} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Monster-In-Law-1024x704.jpg\" alt=\"\" class=\"wp-image-3874\" /><figcaption>Classic showdown scene between the bride-to-be and her mother-in-law in the popular movie Monster-In-Law.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Whether you asked for their opinions or not, some parents will let your partner know what they think of them, often crossing the line to even being disrespectful to their child’s significant other. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> There are several red flags or warning signs that you may have meddling parents or in-laws. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Some parental interference is slight and subtle, while others have almost declared war on your relationship. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1.</strong> <strong>His mother inspects his white shirts! </strong>For her, they cannot be beige or eggshell. Madam has declared that her precious son must have white shirts for work so you had better go invest in some blue soap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>2.</strong> <strong>Your father refers to your husband as ‘de boy him’.</strong> To look at a grown man and reduce him to the level of ‘boy’ speaks to the utter contempt he has for your spouse. Fix it Jesus!!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3. The children must refer to them as Mrs. or Mr. so-so, not grandma or grandpa! </strong>Because you had the audacity to water down the gene pool, they are not readily interested in embracing your offspring. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>4. When your mother-in-law comes to visit, she runs her hand over your furniture, checking for dust.</strong> Now the dust in your house is really none of her business but apparently, it will confirm to her if you can ‘keep house’ properly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong> <strong>His mother constantly questions how you raise and discipline your children</strong> and overnight she has become ‘Doctor Ruth’ and is now a paediatrician as well as a child psychologist. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>6. Your culinary capabilities are put to the test</strong> when his mother insinuates that you are not feeding him adequately and he is wasting away under your care.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>7.</strong> <strong>Your father comes by uninvited and stays as long as he wants.</strong> Soon he will be demanding a key. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>8. </strong>Your father-in-law takes his daughter shopping for furniture and accent pieces for YOUR home, thus <strong>picking out stuff without consulting you on items that will decorate or take up space in your home</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>9.</strong> <strong>Your husband goes home daily to eat his mother’s cooking before coming home to yours!</strong> That is tantamount to betrayal!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>10.</strong> <strong>Your parents refuse to sit down at any family gathering or even acknowledge your spouse as long as you are with them!</strong> Yup, it cannot get any worse than that. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You will have to decide to either cling to your partner or give up your relationship as you cannot make both parties happy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If parents love you unconditionally, they will learn to at least be civil towards your spouse.  If they are unwilling, you may very well have to love your parents ...from a distance.</p>\n<!-- /wp:paragraph -->','Signs your parents are ruining your relationship','','inherit','closed','closed','','603-revision-v1','','','2019-08-15 13:03:12','2019-08-15 18:03:12','',603,'https://buzz-caribbean.com/article/603-revision-v1/',0,'revision','',0),(4312,1,'2019-08-15 13:05:15','2019-08-15 18:05:15','','1','','inherit','open','closed','','1-4','','','2019-08-15 13:05:15','2019-08-15 18:05:15','',1662,'https://buzz-caribbean.com/app/uploads/2019/08/1-3.png',0,'attachment','image/png',0),(4314,3,'2019-08-15 13:09:06','2019-08-15 18:09:06','','Candycraze','','inherit','open','closed','','candycraze','','','2019-08-15 13:09:06','2019-08-15 18:09:06','',2600,'https://buzz-caribbean.com/app/uploads/2019/08/candycraze.png',0,'attachment','image/png',0),(4315,1,'2019-08-15 13:10:26','2019-08-15 18:10:26','','1','','inherit','open','closed','','1-5','','','2019-08-15 13:10:26','2019-08-15 18:10:26','',3040,'https://buzz-caribbean.com/app/uploads/2019/08/1-4.png',0,'attachment','image/png',0),(4316,9,'2019-08-15 13:10:45','2019-08-15 18:10:45','','adult-business-people-businessmen-1243524','','inherit','open','closed','','adult-business-people-businessmen-1243524','','','2019-08-15 13:10:45','2019-08-15 18:10:45','',594,'https://buzz-caribbean.com/app/uploads/2019/08/adult-business-people-businessmen-1243524.jpg',0,'attachment','image/jpeg',0),(4317,9,'2019-08-15 13:11:06','2019-08-15 18:11:06','<!-- wp:paragraph -->\n<p>They say life begins at 40. So, all the years on earth leading up to 40 we were probably still foetuses. Or were we all hibernating throughout the previous decades? With that said, there are many lessons to be learnt along life’s journey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4316} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/adult-business-people-businessmen-1243524-1024x683.jpg\" alt=\"\" class=\"wp-image-4316\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some under-40s may have already learnt these gems, but here are a few that are worthy of being mentioned. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Look in the mirror and just love and embrace your\nflaws.</strong> If you have stretch marks as a result of\npregnancy, love every line and wrinkles. They are your badge of honour </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Wake up and be thankful for every day.</strong> Do you know how many people did not live to see today? Be thankful for each additional day above ground.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>When you have to pee, just go!</strong>\nDo not hold it, do not laugh and especially do not sneeze! Those muscles have been\nworking overtime for far too many years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Even when broke, just be happy you are in a better place than others. </strong>Though you have not won the lottery if you can find money to buy your dinner you are still ahead of the game.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Say what’s on your mind even if some people do not\nlike it.</strong> Once it comes from a place of love, share\nyour opinion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Don’t hang around people who are negative.</strong>\nBecome allergic to negative people, they will bring you down!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Laugh more and laugh hard.</strong> Love a good joke. If you are always grumpy or cannot find humour in anything then it sucks for others to be around you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Do what excites you.</strong> Whether\nit is going on a roller coaster or taking in a movie with friends, just do it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Even if an idea seems crazy or unpopular to others,\nfollow it.</strong> Do not let people and their own personal in-built\nfears stop you from doing what you are driven to do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Cherish the friends you have.</strong>\nGood friends better than pocket kind so always find time to link up, have a\nmeal, belch and buss a story.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Take care of your elders, they won’t always be around.</strong>\nLearn as much from them as you possibly can. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Stay away from stuck up, pretentious or hypocritical\npeople.</strong> They usually have inner demons battling\nthat you have no idea about. Let them be. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>When something seems hard, go at it harder.</strong>\nDon’t give up. Your breakthrough can be right around the corner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Be a friend even when you think the person is making a\nmistake.</strong> It’s not our place to judge. Just say\nyour piece and then give support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Love with your entire being.</strong>\nGive what you can as much as you can because that’s the only way to love\ncompletely. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Tell your children you love them as often as you can.</strong> You can never do this enough as they grow up so fast and pretty soon all that remains are the memories and pictures when they go off and live their own lives. Kiss them often, read them a bedtime story and listen to every crazy story about school life and who annoys them and which teacher sucks. Those memories will be priceless one day. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>— Story written by C.W.</em><br></p>\n<!-- /wp:paragraph -->','Life lessons learnt at 40','','inherit','closed','closed','','594-revision-v1','','','2019-08-15 13:11:06','2019-08-15 18:11:06','',594,'https://buzz-caribbean.com/article/594-revision-v1/',0,'revision','',0),(4318,3,'2019-08-15 13:12:46','2019-08-15 18:12:46','','Candycraze Milkshake','','inherit','open','closed','','candycraze_milkshake','','','2019-08-15 13:12:46','2019-08-15 18:12:46','',2566,'https://buzz-caribbean.com/app/uploads/2019/08/candycraze_milkshake.png',0,'attachment','image/png',0),(4319,17,'2019-08-15 13:28:48','2019-08-15 18:28:48','<!-- wp:image {\"id\":4328} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks_CamanaBay_Aug2019_RC-1-1024x683.jpg\" alt=\"\" class=\"wp-image-4328\" /><figcaption>Starbucks new location in the Cayman Islands. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Starbucks\nand Caribbean Coffee Traders Limited have opened their first Starbucks® store\nin the Cayman Islands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This marks another milestone for the global coffee company’s expansion in the Caribbean. Located within one of Cayman’s most iconic locations, Camana Bay, the new 1,500 square-foot store showcases the iconic Starbucks brand while also celebrating the culture and heritage of Cayman’s people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The opening of Starbucks will allow visitors and locals alike to enjoy the world’s finest coffee right here in our island.\"</p><cite>—Jason Brown </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“With the diverse and growing economy and the melting pot of cultures\nwho work, live or visit our Cayman shores, the opening of Starbucks will allow\nvisitors and locals alike to enjoy the world’s finest coffee right here in our island,”\nlocal partner Jason Brown said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The unique\ncoffeehouse design features a pink and white bar inspired by Cayman’s\nworld-famous pink sand beaches and dark walnut finishes, a nod to the island’s long\nhistory in boat-making.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4331} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks_CamanaBay_Aug2019_RC-4-1024x683.jpg\" alt=\"\" class=\"wp-image-4331\" /><figcaption>A feature of the coffee shop is the mural done by Tansy Maki</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Located directly\nacross from the bar is a 56-foot wide mural by locally based artist, Tansy\nMaki. The hand-painted mural showcases the local flora and fauna, and the\nSiren, a Starbucks icon, laying in the water admiring the natural wonder of\nGrand Cayman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Starbucks®\nstores in Cayman are exclusively owned by Caribbean Coffee Traders Limited and\nare sub-licensed and operated through Caribbean Coffee Baristas Cayman Limited,\na consortium led by Ian Dear, Adam Stewart and his local partner Jason Brown.</p>\n<!-- /wp:paragraph -->','Starbucks opens first store in Cayman','','publish','open','closed','','starbucks-opens-first-store-in-cayman','','','2019-08-15 13:28:48','2019-08-15 18:28:48','',0,'https://buzz-caribbean.com/?p=4319',0,'post','',0),(4321,21,'2019-08-15 13:15:51','2019-08-15 18:15:51','<!-- wp:image {\"id\":3955} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rebecca-stevenson-buzz-demo-1-1024x684.jpg\" alt=\"\" class=\"wp-image-3955\" /><figcaption>Rebecca Stevenson (Photos: James Mitchell)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Coldwell Banker realtor Rebecca Tulloch Stevenson has just signed on as a <strong>BUZZ</strong> columnist to provide tips and insights into Jamaica’s real estate market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>We sat down with her at Outpost Republic located on Lady Musgrave Road in Kingston, to find out about her life as a realtor and a little bit more about the real estate game.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong>\"...Money should never determine the level of service the client gets, when you give people good service, you reap satisfactory rewards.\" </strong></p><cite>  –  The insightful Rebecca Stevenson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>:&nbsp; Why did you become a realtor?<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Rebecca</strong>: I got into the real estate market business about 6 years ago. I was persuaded to enter it by my good friend Kaili McDonnough-Scott who is also a realtor. She said, “ Look, you can sell so why don’t we do this real estate course together.”<br>We both love properties and home décor and are businesswomen and I went from there.<br><br><br><strong>BUZZ</strong>: It is evident that you have a passion for what you do. Tell us about that passion? <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Rebecca</strong>:&nbsp; It really comes down to trying to help people. I love meeting people and I do think the real estate market should be demystified. It is not just for the elite. Being a realtor is never boring. Every day is an adventure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><strong>BUZZ</strong>: You appeared on the HGTV show <strong>House Hunters International</strong>. How did that come about and tell us a little about that experience?<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Rebecca</strong>:&nbsp; I have appeared on House Hunters twice. The first time I was in the business all of four months! I really didn’t know too much about the business but my friend Odessa Chambers said, “Hey Rebecca, I heard you got your real estate licence. HGTV is looking for an agent. Why don’t you do it?\"<br><br>I had to audition for the part and I must say that was fun but having said that I do have a background in drama. It was a great experience and I have good memories of working with my first couple, Kevin and Cassidy, ex-pats from the U.S. coming to work in Jamaica who needed a home.<br><br>House Hunters called me back to do the show two years ago when I was pregnant with my son Hunter. I had reservations because I was 6-months pregnant at the time but they insisted that they wanted to work with me again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3956} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rebecca-stevenson-buzz-demo-2-1024x659.jpg\" alt=\"\" class=\"wp-image-3956\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: Right now many young persons are interested in the property market, which seems to be enjoying a boom. You have said people should be looking to rent where they live as opposed to concentrating on ownership. Could you explain a bit further for our readers? <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Rebecca</strong>: Sometimes it\'s OK to own something that you rent to someone else but you rent where you live. What I mean by that is when you sit down and go through the numbers, it can work in your favour if you are renting somewhere, paying a nominal sum which I would consider anywhere below J$150,000 a month. If you can keep your rent below that, then you’re golden.<br><br>Then what you do is save for your deposit; buy a property that you then rent out to someone else. The rent you do collect can be used to pay down the mortgage.<br><br>That rental income should be at least 90 per cent of your carrying costs, which are your mortgage and maintenance fees.<br><br>As Jamaicans, we have been caught up in this idea of homeownership and having land. We need to take the emotion out of it and focus on how real estate can help build up your asset holdings. We must pay better attention to assets, not liabilities. Nobody wants to be house poor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3954} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rebecca-stevenson-buzz-demo-3-1024x684.jpg\" alt=\"\" class=\"wp-image-3954\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: Anya Levy has said that there is a surplus of units on the market and that there is a danger of creating a real estate bubble. What is your take on this?<br><br><strong>Rebecca</strong>:&nbsp; Real estate developers are not stupid. They do not build indiscriminately. They know where the demand is. Both my partner and I believe there is around 3 to 6 months supply of apartments and that is fine.<br><br>Today people have more choices. There are so many options for two-bedroom apartments and townhouses, which should be empowering for consumers. It is more an issue of choice rather than oversupply.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> <strong>\"Being a realtor is not about salesmanship; it is about expertise.\"</strong></p><cite>   – Rebecca Stevenson in an interview with BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: What should you be looking for in your real estate broker?<br><br><strong>Rebecca</strong>: You have to vibe with your broker. When you are working with a broker you really need to trust that person and so confidence is key. You have to find a realtor who is doing their ABCs and I consider that \'Always Be Caring\'.<br><br>The realtor shouldn’t be concerned solely about the money from the deal. The money should never determine the level of service the client gets.<br><br>I have found, when you give people good service, you reap satisfactory rewards. If I do a good job, the client tells people about my level of service, which in turn grows my business.<br><br>You need a realtor that knows the market but more importantly, one that listens to you. You don’t want someone showing you apples when you are shopping for oranges.<br><br>Being a realtor is not about salesmanship; it is about expertise. <br><br> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Look out for Rebecca’s real estate tips here on <strong>BUZZ</strong>, coming soon. </p>\n<!-- /wp:paragraph -->','Rebecca Stevenson gives tips on real estate','','inherit','closed','closed','','3941-revision-v1','','','2019-08-15 13:15:51','2019-08-15 18:15:51','',3941,'https://buzz-caribbean.com/article/3941-revision-v1/',0,'revision','',0),(4322,9,'2019-08-15 13:16:52','2019-08-15 18:16:52','','dating-african-lady-close-up-couple-1667847','','inherit','open','closed','','dating-african-lady-close-up-couple-1667847','','','2019-08-15 13:16:52','2019-08-15 18:16:52','',547,'https://buzz-caribbean.com/app/uploads/2019/08/dating-african-lady-close-up-couple-1667847.jpg',0,'attachment','image/jpeg',0),(4323,9,'2019-08-15 13:17:03','2019-08-15 18:17:03','<!-- wp:paragraph -->\n<p>Check this out: in 2015 you stopped dating Tyrone because he could not control the one-eyed snake that was slithering around in his trousers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3798} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/men-cheating-1024x575.jpg\" alt=\"\" class=\"wp-image-3798\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So after a year and a string of broken promises, you called it quits and gathered your best friend and a tub of ice cream to bawl, commiserate and watch Lifetime movies together as you both cuss out every male for being a furry four-legged creature that pees on fire hydrants and shags every available woman as if marking their territory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As time heals all wounds, you eventually dusted yourself off, got a new hot hairstyle and an even newer and hotter beau and moved on. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fast forward to present day and your bestie called you up to say she is coming over to talk. That bubbly gut feeling in the pit of your stomach said whatever she is coming with is not going to be good. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After much hand wringing, she finally blurted out that she was dating Tyrone your ex and she actually wants your blessing, suggesting that maybe some time soon you can all double date! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"While she may be a homie hopper, can you really throw away years of friendship over a man who is not even your man anymore?\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Your initial reaction is to tell her every choice fabric that Pings and Pablo’s sells as she is the first cousin to Judas Iscariot, but then you stop to think: do you really have the right to curse her out? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Granted she should have levelled with you about her interest in him but since she did not, what can you really do about the situation? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You can most definitely run her out of your home and out of your life in addition to calling her every vile and disgusting name you can find in the dictionary and even some that have not made it in there as yet. But after venting, does it change anything? Not really.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While she may be a homie hopper, can you really throw away years of friendship over a man who is not even your man anymore? Before you can consider any of that you need to examine if she really violated the friendship by dating your ex? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4322} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dating-african-lady-close-up-couple-1667847-1024x683.jpg\" alt=\"\" class=\"wp-image-4322\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Do you cut her off and declare war on social media or do you take time to lick your wounds and realise that your past relationship is always just that - the past.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some will say yes it was disrespectful on her part as she is putting her desire for a man thought to be off-limit over your friendship, hence she probably was never a true friend to begin with.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In short, it is a betrayal of your trust. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A real friend would not put themselves in a position that would lead to dating the ex-lover of someone they called a sister. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, others will argue that once that relationship ended, he was fair game. As long as she was not dating him when you guys were together, nothing is wrong with her seeing someone you once had a relationship with. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We would all want a ‘kumbaya’ moment, but the reality is a different matter. First of all, there will be awkwardness when you all have to cross paths. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Is he allowed to tag along to parties and events or will it be an unspoken rule for her to just not bring him around you? &nbsp;Also, he now has intimate knowledge of both you and your friend in the bedroom and you may wonder if he does the comparisons in his head! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is easy to say it would not be a problem but for most women, there are too many untenable factors at play to make it a situation to which they can truly say they are okay with it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>— Story written by C.W.</em><br></p>\n<!-- /wp:paragraph -->','Is it ok to date your friend’s ex?','','inherit','closed','closed','','547-revision-v1','','','2019-08-15 13:17:03','2019-08-15 18:17:03','',547,'https://buzz-caribbean.com/article/547-revision-v1/',0,'revision','',0),(4324,21,'2019-08-15 13:17:24','2019-08-15 18:17:24','<!-- wp:paragraph -->\n<p>With an inspiring new platform as Miss St Elizabeth Festival Queen, 22-year-old Ashley Witter is determined to a better world for the children in her parish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2361} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Witter-Proud-Ambassador.jpg\" alt=\"\" class=\"wp-image-2361\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A customer service representative by profession and a proud past student of The Hampton School, this brilliant beauty has her eyes set on pursuing a degree in Primary Education at The Bethlehem Teacher’s College.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ashley grew up in the small community of Brighton, New Market. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Ashley, “My childhood can be described as exciting, adventurous, educational and inspirational. I was excited to learn from new educational articles, exhilarated to try adventurous things and inspired to be a role model to my community members.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I am elated to work with children and very much excited and honoured that they view me as a role model.\" </p><cite>— Ashley Witter, Miss St Elizabeth Festival Queen</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She was educated at the same school where she now assists kids - Clapham Primary School - located in the very same community of Brighton. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When asked about her community Ashley said “My community can be described as one filled with talent and strong-willed individuals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I was inspired to enter the Miss St. Elizabeth Festival Queen competition because I wanted a platform to display my talent, community involvement and show how passionate I am about voluntarism.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “My childhood can be described as exciting, adventurous, educational and inspirational.\"</p><cite>— Ashley Witter, Miss St Elizabeth Festival Queen</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Ashley’s community project is entitled <strong><em>“Labour for Learning”</em></strong>, which entails the strategic methods that will be put in place to improve and utilize the infrastructure at her Alma mater, Clapham Primary School, which is the only primary-level education facility in the community. Ashley says she is making it her responsibility to improve the development of the students\' education and this noble institution.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2365} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Children-in-Summer-Programme.jpg\" alt=\"\" class=\"wp-image-2365\" /><figcaption>Children involved in the summer programme at the Clapham Primary School in St Elizabeth, Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This young educator hopeful said she chose the community project because of her passion for &nbsp;improving children’s educational development, “as they are the future of this my beautiful country of Jamaica.” She added, “With my community project in place, one-on-one sessions will be held with student’s who are performing below their grade level, therefore, greater involvement will transpire. With that said, the resources will be effectively utilized and students educational development will be exceeded.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I am elated to work with children and very much excited and honoured that they view me as a role model. I am eager to teach a new topic each day and I am very proud to illustrate drastic improvements that are shown in the very first week of the session. The students did extremely well in their first pretest that was done on July 12, 2019.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I can recall in 2014 when I started experiencing fainting spells, I thought I died.\"</p><cite>— Ashley Witter, Miss St Elizabeth Festival Queen</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Currently unemployed, Witter is looking forward to pursuing her teaching degree at the Bethlehem Teacher’s College.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She remains guided by a quote from Theodore Roosevelt, <em>“Courage is not having the strength to go on, it is going on when you don’t have the strength.\"</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Witter recalls that this quote motivated her during some of the most difficult times in her life. “I can recall in 2014 when I started experiencing fainting spells, I thought I died. Yes, I had thoughts of giving up but then I remembered that I am given a chance to live because God has something exceptional in store for me and I must be able to use my testimony as an inspirational motivation for others.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2374} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Witter-At-Safari.jpg\" alt=\"\" class=\"wp-image-2374\" /><figcaption>Witter remains resilient despite health challenges</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From having fainting spells, to having 13 seizures per day, then being blind for 3 months has really taught me a lot. These series of illnesses taught me that it’s not over until God says it\'s over, these illnesses gave me strength and showed me that my faith can move any obstacle that I am faced with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I am currently a diabetic patient and still experience seizures but I will NEVER let my illness define my life or what I do. I never live for the past, &nbsp;I live for today and tomorrow, hoping to get a chance to continuously inspire the lives of individuals that I interact with. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I can personally say if it has not been for Jehovah God on my side then I wouldn’t be getting this glorious opportunity to share my testimonial story with the others. I am very elated to do so.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"From having fainting spells, to having 13 seizures per day, then being blind for 3 months has really taught me a lot. \"</p><cite> — Ashley Witter, Miss St Elizabeth Festival Queen </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Witter noted that many youths in her farming community become lackadaisical after the completion of their secondary education. Oftentimes realizing that their parents or guardians don’t have the financial resources to assist in furthering their education. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2370} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ashley-Witter-Black-River-Safari.jpg\" alt=\"\" class=\"wp-image-2370\" /><figcaption>Ashley Witter sharing lens time at the Black River Safari in St Elizabeth</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She notes with pride that despite these obstacles, \"They always utilize the fertile grounds that God has blessed this community with.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a Youth Ambassador herself, she shared her belief that \"the Youth Ambassador Programme (JaYAP) should give aspiring youth ambassadors the opportunity to make the changes each community needs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With that said, we can outline arising issues and implement strategic methods that will become solutions to these problems. Making Jamaica a better place to live, work, raise families and do business.” </p>\n<!-- /wp:paragraph -->','St Bess queen advocates for children','','inherit','closed','closed','','2335-revision-v1','','','2019-08-15 13:17:24','2019-08-15 18:17:24','',2335,'https://buzz-caribbean.com/article/2335-revision-v1/',0,'revision','',0),(4325,4,'2019-08-15 13:17:59','2019-08-15 18:17:59','<!-- wp:paragraph -->\n<p>Starbucks\nand Caribbean Coffee Traders Limited have opened their first Starbucks® store\nin the Cayman Islands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This marks another\nmilestone for the global coffee company’s expansion in the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located within one of Cayman’s most iconic locations, Camana Bay, the new 1,500 square-foot store showcases the iconic Starbucks brand while also celebrating the culture and heritage of Cayman’s people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The opening of Starbucks will allow visitors and locals alike to enjoy the world’s finest coffee right here in our island.\"</p><cite>—Jason Brown </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“With the diverse and growing economy and the melting pot of cultures\nwho work, live or visit our Cayman shores, the opening of Starbucks will allow\nvisitors and locals alike to enjoy the world’s finest coffee right here in our island,”\nlocal partner Jason Brown said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The unique\ncoffeehouse design features a pink and white bar inspired by Cayman’s\nworld-famous pink sand beaches and dark walnut finishes, a nod to the island’s long\nhistory in boat-making.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located directly\nacross from the bar is a 56-foot wide mural by locally based artist, Tansy\nMaki. The hand-painted mural showcases the local flora and fauna, and the\nSiren, a Starbucks icon, laying in the water admiring the natural wonder of\nGrand Cayman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Starbucks®\nstores in Cayman are exclusively owned by Caribbean Coffee Traders Limited and\nare sub-licensed and operated through Caribbean Coffee Baristas Cayman Limited,\na consortium led by Ian Dear, Adam Stewart and his local partner Jason Brown.</p>\n<!-- /wp:paragraph -->','Starbucks opens first store in Cayman','','inherit','closed','closed','','4319-revision-v1','','','2019-08-15 13:17:59','2019-08-15 18:17:59','',4319,'https://buzz-caribbean.com/article/4319-revision-v1/',0,'revision','',0),(4328,4,'2019-08-15 13:19:58','2019-08-15 18:19:58','','Starbucks_CamanaBay_Aug2019_RC-1','','inherit','open','closed','','starbucks_camanabay_aug2019_rc-1','','','2019-08-15 13:19:58','2019-08-15 18:19:58','',4319,'https://buzz-caribbean.com/app/uploads/2019/08/Starbucks_CamanaBay_Aug2019_RC-1.jpg',0,'attachment','image/jpeg',0),(4329,4,'2019-08-15 13:21:04','2019-08-15 18:21:04','<!-- wp:image {\"id\":4328} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks_CamanaBay_Aug2019_RC-1-1024x683.jpg\" alt=\"\" class=\"wp-image-4328\" /><figcaption>Starbucks new location in the Cayman Island.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Starbucks\nand Caribbean Coffee Traders Limited have opened their first Starbucks® store\nin the Cayman Islands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This marks another\nmilestone for the global coffee company’s expansion in the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located within one of Cayman’s most iconic locations, Camana Bay, the new 1,500 square-foot store showcases the iconic Starbucks brand while also celebrating the culture and heritage of Cayman’s people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The opening of Starbucks will allow visitors and locals alike to enjoy the world’s finest coffee right here in our island.\"</p><cite>—Jason Brown </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“With the diverse and growing economy and the melting pot of cultures\nwho work, live or visit our Cayman shores, the opening of Starbucks will allow\nvisitors and locals alike to enjoy the world’s finest coffee right here in our island,”\nlocal partner Jason Brown said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The unique\ncoffeehouse design features a pink and white bar inspired by Cayman’s\nworld-famous pink sand beaches and dark walnut finishes, a nod to the island’s long\nhistory in boat-making.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located directly\nacross from the bar is a 56-foot wide mural by locally based artist, Tansy\nMaki. The hand-painted mural showcases the local flora and fauna, and the\nSiren, a Starbucks icon, laying in the water admiring the natural wonder of\nGrand Cayman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Starbucks®\nstores in Cayman are exclusively owned by Caribbean Coffee Traders Limited and\nare sub-licensed and operated through Caribbean Coffee Baristas Cayman Limited,\na consortium led by Ian Dear, Adam Stewart and his local partner Jason Brown.</p>\n<!-- /wp:paragraph -->','Starbucks opens first store in Cayman','','inherit','closed','closed','','4319-revision-v1','','','2019-08-15 13:21:04','2019-08-15 18:21:04','',4319,'https://buzz-caribbean.com/article/4319-revision-v1/',0,'revision','',0),(4331,4,'2019-08-15 13:22:49','2019-08-15 18:22:49','','Starbucks_CamanaBay_Aug2019_RC-4','','inherit','open','closed','','starbucks_camanabay_aug2019_rc-4','','','2019-08-15 13:22:49','2019-08-15 18:22:49','',4319,'https://buzz-caribbean.com/app/uploads/2019/08/Starbucks_CamanaBay_Aug2019_RC-4.jpg',0,'attachment','image/jpeg',0),(4332,9,'2019-08-15 13:22:49','2019-08-15 18:22:49','<!-- wp:paragraph -->\n<p>Heading home from school: a mundane and tasking ordeal as my classmate and I make the mile-long trek. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our walk along Waltham Park Road usually takes us past a few amango trees and we make good use of the sweet, blissful nectars. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Gavin, mek wi go tru di cemetery nuh?! De aaman tree supposed to full and ripe by now,” my friend Patrick* remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Mi nuh like walk deh enuh, and Mama seh wi nuffi walk tru deh again, yuh waan mi get lick brejin?” I retorted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A fraid yuh fraid! Look how much time we play football in deh and play marble? mi wah aaman before mi gwope,” he whipped, asking, “Yuh nuh waan ketch Dragon Ball Z before it start?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3695} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/buzz-memories-1-1024x829.jpg\" alt=\"\" class=\"wp-image-3695\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Being the second half of our mischievous rag-tag duo, I couldn’t possibly say no; Patrick was not my only friend, but we were closer than the actual brothers I was forced to live with. So yes, into the Chinese cemetery we went.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the time, there was an opening in the perimeter wall that surrounded the massive property – cutting our walk time in half, we had been there many times and easily wormed our way through the crack.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Skipping over a few graves and running in between the tombstones, one could say the cemetery was a favourite for children, despite repeated warnings from adults.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>‘Cursed’ and ‘haunted’ were some of the words used to describe the cemetery, nonetheless, many kids flocked its grounds day and night, doing and playing everything imaginable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This time was different for me and Patrick, we’ve never been here after the end of the evening shift at primary school – the sunset was quite advanced, and darkness crept slowly across the Kingston sky.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The almond tree was in sight and so Patrick and I grabbed some stones and threw them without abandon, trying to wrest the branches of a few fruits. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3693} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/buzz-memories-2-1024x807.jpg\" alt=\"\" class=\"wp-image-3693\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They weren’t something I particularly enjoyed but Patrick seemed to be enraptured.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was as we sat in the near-darkness, munching greedily away before going home, at that moment, in the silence, we heard the sounds. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The uncanny recognition of footsteps was not a great cause for concern, however, my friend and I saw no one – just the sounds that gave the position away.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Yow! A wah kinda ramping unno a deal wid. A night enuh! Unno naave nuh yaad?” Patrick shouted out into the night, the anxiety setting deep in his bones.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It became increasingly harder to concentrate as the footsteps encroached ever so slowly, closer to us and the mound of almond shells nearby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Me ah guh home enuh Patrick, dis nuh feel right,” I beckoned, trying to break my best friend’s incessant questioning of the darkness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3696} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/buzz-memories-3-1024x762.jpg\" alt=\"\" class=\"wp-image-3696\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Patrick pulled out a pencil from his bag, so did I and we sharpened them with the intent to inflict pain on anyone that dared come any closer – and closer they did.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At this point, there were only three sounds – mine and Oneil’s ragged breathing, and the menacing rhythm of approaching footsteps – the fear paralysing us; keeping us frozen in place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s when two dots appeared, unassuming and harmless at first, until they grew, revealing reddish eyes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then, to our collective horror, two arms appeared, trying to embrace us in a cold, deathly hug and we lost any sense of remaining composure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Us two boys ran like our lives depended on it, beyond terrified, screaming all the whole way home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3697} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/buzz-memories-4-1024x853.jpg\" alt=\"\" class=\"wp-image-3697\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The trauma etched on our faces was concerning, but no matter how hard our families pressed for answers, we never spoke.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The next day, at school, Patrick and I sat silent during lunchtime – at a loss at what transpired the night before.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Mi nah go back in deh,” he started, and it was the first time I ever heard Patrick’s voice shake. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I never told him that I made the mistake of looking back as we fled – convincing myself that I was just checking that we weren’t been chased by whatever it was.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was a woman, or at least that’s how my mind processed what I had seen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Its skin so pale, eyes bloodshot red, that growling sound it made as we ran. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But it was the scream as it faded away, disappearing into the darkness – the sight forever haunts me…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you have any horror tales of your own? Tell us at <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','Unassuming walk turns into night of terror','','inherit','closed','closed','','511-revision-v1','','','2019-08-15 13:22:49','2019-08-15 18:22:49','',511,'https://buzz-caribbean.com/article/511-revision-v1/',0,'revision','',0),(4333,4,'2019-08-15 13:24:33','2019-08-15 18:24:33','<!-- wp:image {\"id\":4328} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks_CamanaBay_Aug2019_RC-1-1024x683.jpg\" alt=\"\" class=\"wp-image-4328\" /><figcaption>Starbucks new location in the Cayman Island. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Starbucks\nand Caribbean Coffee Traders Limited have opened their first Starbucks® store\nin the Cayman Islands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This marks another milestone for the global coffee company’s expansion in the Caribbean. Located within one of Cayman’s most iconic locations, Camana Bay, the new 1,500 square-foot store showcases the iconic Starbucks brand while also celebrating the culture and heritage of Cayman’s people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The opening of Starbucks will allow visitors and locals alike to enjoy the world’s finest coffee right here in our island.\"</p><cite>—Jason Brown </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“With the diverse and growing economy and the melting pot of cultures\nwho work, live or visit our Cayman shores, the opening of Starbucks will allow\nvisitors and locals alike to enjoy the world’s finest coffee right here in our island,”\nlocal partner Jason Brown said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The unique\ncoffeehouse design features a pink and white bar inspired by Cayman’s\nworld-famous pink sand beaches and dark walnut finishes, a nod to the island’s long\nhistory in boat-making.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4331} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks_CamanaBay_Aug2019_RC-4-1024x683.jpg\" alt=\"\" class=\"wp-image-4331\" /><figcaption>A feature of the coffee shop is the mural done by Tansy Maki</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Located directly\nacross from the bar is a 56-foot wide mural by locally based artist, Tansy\nMaki. The hand-painted mural showcases the local flora and fauna, and the\nSiren, a Starbucks icon, laying in the water admiring the natural wonder of\nGrand Cayman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Starbucks®\nstores in Cayman are exclusively owned by Caribbean Coffee Traders Limited and\nare sub-licensed and operated through Caribbean Coffee Baristas Cayman Limited,\na consortium led by Ian Dear, Adam Stewart and his local partner Jason Brown.</p>\n<!-- /wp:paragraph -->','Starbucks opens first store in Cayman','','inherit','closed','closed','','4319-revision-v1','','','2019-08-15 13:24:33','2019-08-15 18:24:33','',4319,'https://buzz-caribbean.com/article/4319-revision-v1/',0,'revision','',0),(4335,4,'2019-08-15 13:28:48','2019-08-15 18:28:48','<!-- wp:image {\"id\":4328} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks_CamanaBay_Aug2019_RC-1-1024x683.jpg\" alt=\"\" class=\"wp-image-4328\" /><figcaption>Starbucks new location in the Cayman Islands. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Starbucks\nand Caribbean Coffee Traders Limited have opened their first Starbucks® store\nin the Cayman Islands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This marks another milestone for the global coffee company’s expansion in the Caribbean. Located within one of Cayman’s most iconic locations, Camana Bay, the new 1,500 square-foot store showcases the iconic Starbucks brand while also celebrating the culture and heritage of Cayman’s people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The opening of Starbucks will allow visitors and locals alike to enjoy the world’s finest coffee right here in our island.\"</p><cite>—Jason Brown </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“With the diverse and growing economy and the melting pot of cultures\nwho work, live or visit our Cayman shores, the opening of Starbucks will allow\nvisitors and locals alike to enjoy the world’s finest coffee right here in our island,”\nlocal partner Jason Brown said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The unique\ncoffeehouse design features a pink and white bar inspired by Cayman’s\nworld-famous pink sand beaches and dark walnut finishes, a nod to the island’s long\nhistory in boat-making.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4331} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks_CamanaBay_Aug2019_RC-4-1024x683.jpg\" alt=\"\" class=\"wp-image-4331\" /><figcaption>A feature of the coffee shop is the mural done by Tansy Maki</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Located directly\nacross from the bar is a 56-foot wide mural by locally based artist, Tansy\nMaki. The hand-painted mural showcases the local flora and fauna, and the\nSiren, a Starbucks icon, laying in the water admiring the natural wonder of\nGrand Cayman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Starbucks®\nstores in Cayman are exclusively owned by Caribbean Coffee Traders Limited and\nare sub-licensed and operated through Caribbean Coffee Baristas Cayman Limited,\na consortium led by Ian Dear, Adam Stewart and his local partner Jason Brown.</p>\n<!-- /wp:paragraph -->','Starbucks opens first store in Cayman','','inherit','closed','closed','','4319-revision-v1','','','2019-08-15 13:28:48','2019-08-15 18:28:48','',4319,'https://buzz-caribbean.com/article/4319-revision-v1/',0,'revision','',0),(4336,9,'2019-08-15 13:29:38','2019-08-15 18:29:38','<!-- wp:paragraph -->\n<p>There is nothing worse than an overbearing parent. Indeed there are tonnes of stories about parents who do not know boundaries and will not let their babies leave the nest in peace.  Monster-in-law much?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3874} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Monster-In-Law-1024x704.jpg\" alt=\"\" class=\"wp-image-3874\" /><figcaption>Classic showdown scene between the bride-to-be and her mother-in-law in the popular movie Monster-In-Law.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Whether you asked for their opinions or not, some parents will let your partner know what they think of them, often crossing the line to even being disrespectful to their child’s significant other. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> There are several red flags or warning signs that you may have meddling parents or in-laws. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Some parental interference is slight and subtle, while others have almost declared war on your relationship. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1.</strong> <strong>His mother inspects his white shirts! </strong>For her, they cannot be beige or eggshell. Madam has declared that her precious son must have white shirts for work so you had better go invest in some blue soap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>2.</strong> <strong>Your father refers to your husband as ‘de boy him’.</strong> To look at a grown man and reduce him to the level of ‘boy’ speaks to the utter contempt he has for your spouse. Fix it Jesus!!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3. The children must refer to them as Mrs. or Mr. so-so, not grandma or grandpa! </strong>Because you had the audacity to water down the gene pool, they are not readily interested in embracing your offspring. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>4. When your mother-in-law comes to visit, she runs her hand over your furniture, checking for dust.</strong> Now the dust in your house is really none of her business but apparently, it will confirm to her if you can ‘keep house’ properly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong> <strong>His mother constantly questions how you raise and discipline your children</strong> and overnight she has become ‘Doctor Ruth’ and is now a paediatrician as well as a child psychologist. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>6. Your culinary capabilities are put to the test</strong> when his mother insinuates that you are not feeding him adequately and he is wasting away under your care.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>7.</strong> <strong>Your father comes by uninvited and stays as long as he wants.</strong> Soon he will be demanding a key. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>8. </strong>Your father-in-law takes his daughter shopping for furniture and accent pieces for YOUR home, thus <strong>picking out stuff without consulting you on items that will decorate or take up space in your home</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>9.</strong> <strong>Your husband goes home daily to eat his mother’s cooking before coming home to yours!</strong> That is tantamount to betrayal!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>10.</strong> <strong>Your parents refuse to sit down at any family gathering or even acknowledge your spouse as long as you are with them!</strong> Yup, it cannot get any worse than that. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You will have to decide to either cling to your partner or give up your relationship as you cannot make both parties happy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If parents love you unconditionally, they will learn to at least be civil towards your spouse. &nbsp;If they are unwilling, you may very well have to love your parents ...from a distance.</p>\n<!-- /wp:paragraph -->','Signs your parents are ruining your relationship','','inherit','closed','closed','','603-revision-v1','','','2019-08-15 13:29:38','2019-08-15 18:29:38','',603,'https://buzz-caribbean.com/article/603-revision-v1/',0,'revision','',0),(4337,1,'2019-08-15 13:34:47','2019-08-15 18:34:47','','1','','inherit','open','closed','','1-6','','','2019-08-15 13:34:47','2019-08-15 18:34:47','',2506,'https://buzz-caribbean.com/app/uploads/2019/08/1-5.png',0,'attachment','image/png',0),(4338,1,'2019-08-15 13:34:54','2019-08-15 18:34:54','<!-- wp:image {\"id\":2541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-2541\"/><figcaption>Stredic Thompson (left) and his son, Matthew are at the helm of Journey\'s End Wines. (Photos: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In 2018, Stredic Thompson abandoned a career in banking to pursue his passion for making wines. These days, he and his son, Matthew, are surprising taste buds with their amazing line of fine wines. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We love the quality and look Journey’s End produces, and we said we would take this brand and make it an international brand,” said Stredic Thompson, who is the managing director of Journey’s End Wines. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2528} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-1-1024x579.jpg\" alt=\"\" class=\"wp-image-2528\"/><figcaption>All 10 variations of Jamaica-made Flavour of the Past wines.  (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Since their journey began, the pair has been moving full-steam ahead to boost the local perception of quality-made wines under the brand Flavours of the Past. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Wine is something that is very palatable, and there was something else that attracted us to wine,” Thompson told<strong> BUZZ</strong>. “Jamaica has a national dish, a national fruit – there’s no national wine, and we thought Flavours of the Past could become the national wine.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong><em>Journey’s End is a unique skillset wherein we make the finest wine from Jamaican fruit,</em></strong>\"</p><cite>— Stredic Thompson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Flavours of the Past now has 10 flavours - soursop, honey-orange, ackee, pimento berry, pineapple, passion fruit, ginger, sorrel, noni and sugarcane.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thompson told <strong><em>BUZZ</em></strong> that new flavours will be rolled out in the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Moringa wine will be launched in another few months. There are other ideas we have: starfruit, mango, otaheite apple. We can be as creative as we want with wines,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See our gallery below with the full product line!</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"2516\",\"2518\",\"2519\",\"2520\",\"2521\",\"2522\",\"2523\",\"2524\",\"2525\",\"2526\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-19.jpg\" alt=\"\" data-id=\"2516\" data-link=\"https://buzz-caribbean.com/?attachment_id=2516\" class=\"wp-image-2516\"/><figcaption>Jamaican Passion fruit wine</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-18.jpg\" alt=\"\" data-id=\"2518\" data-link=\"https://buzz-caribbean.com/?attachment_id=2518\" class=\"wp-image-2518\"/><figcaption>The widely popular Jamaican Soursop wine </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-17.jpg\" alt=\"\" data-id=\"2519\" data-link=\"https://buzz-caribbean.com/?attachment_id=2519\" class=\"wp-image-2519\"/><figcaption>Bet you didn\'t know Jamaican Ackee wine was a thing?! </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-16.jpg\" alt=\"\" data-id=\"2520\" data-link=\"https://buzz-caribbean.com/?attachment_id=2520\" class=\"wp-image-2520\"/><figcaption>Pimento. Berry. Wine. Enough said. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-15.jpg\" alt=\"\" data-id=\"2521\" data-link=\"https://buzz-caribbean.com/?attachment_id=2521\" class=\"wp-image-2521\"/><figcaption>Flavours of the Past offering a new twist to the traditional Jamaican Ginger wine.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-14.jpg\" alt=\"\" data-id=\"2522\" data-link=\"https://buzz-caribbean.com/?attachment_id=2522\" class=\"wp-image-2522\"/><figcaption>\'Pine time\'!</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-13.jpg\" alt=\"\" data-id=\"2523\" data-link=\"https://buzz-caribbean.com/?attachment_id=2523\" class=\"wp-image-2523\"/><figcaption>Another big hit is the Jamaican Noni wine! </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-12.jpg\" alt=\"\" data-id=\"2524\" data-link=\"https://buzz-caribbean.com/?attachment_id=2524\" class=\"wp-image-2524\"/><figcaption>The mother of rum, Jamaican Sugar Cane, as a wine...hmmm </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-11.jpg\" alt=\"\" data-id=\"2525\" data-link=\"https://buzz-caribbean.com/?attachment_id=2525\" class=\"wp-image-2525\"/><figcaption>Sorrel with wine, sorrel with rum or Jamaican Sorrel Wine? You choose! </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-10.jpg\" alt=\"\" data-id=\"2526\" data-link=\"https://buzz-caribbean.com/?attachment_id=2526\" class=\"wp-image-2526\"/><figcaption>The latest invention by Flavours of the Past, Jamaican Honey Orange wine.</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>When asked what separates Journey’s End from other local wine manufacturers, Thompson’s answer was simple - quality and authenticity. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our wines are uniquely hand-crafted for the market. We ensure that there is consistency in quality and taste. It is made from genuine Jamaican fruits we purchase or use from our farm. Our process is solid from beginning to the end,” Thompson told <strong>BUZZ</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Journey’s End is a unique skillset wherein we make the finest wine from Jamaican fruits. As long as it’s a fruit grown in Jamaica, we can find a way to make the best wine there is from it.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2529} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-2529\"/><figcaption>A man of procedure: Stredic Thompson show the BUZZ team a container with sorrel being fermented. (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While the quality is maintained, <strong><em>Flavours of the Past</em></strong>’s line is surprisingly affordable – retailing from $2,000 for the 700ml, to around $400 for the 150ml varieties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As Thompson gave <strong>BUZZ</strong> a tour of their <strong><em>Flavours of the Past</em></strong> winery on Duke Street, downtown Kingston, he explained that each fruit goes through an intricate cooking, fermentation, triple filtration, cooling, heating, bottling and labelling process before filling shelves at several major supermarket chains and the airports in Kingston and Montego Bay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"2531\",\"2532\",\"2534\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-3-1024x682.jpg\" alt=\"\" data-id=\"2531\" data-link=\"https://buzz-caribbean.com/article/father-son-duo-taking-exotic-jamaican-wines-across-the-world/journeys-end-wine-buzz-3/\" class=\"wp-image-2531\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-2-1024x683.jpg\" alt=\"\" data-id=\"2532\" data-link=\"https://buzz-caribbean.com/article/father-son-duo-taking-exotic-jamaican-wines-across-the-world/journeys-end-wine-buzz-2/\" class=\"wp-image-2532\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-5-1024x683.jpg\" alt=\"\" data-id=\"2534\" data-link=\"https://buzz-caribbean.com/article/father-son-duo-taking-exotic-jamaican-wines-across-the-world/journeys-end-wine-buzz-5/\" class=\"wp-image-2534\"/><figcaption> </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“We find that in the airports we do extremely well because people want that connection to Jamaica. To taste a piece, that flavour of Jamaica and that’s what we provide,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Persons are always blown away when they taste our wines and they often say: ‘Is this really made in Jamaica?’. I’ve heard it so many times, and I immediately say: ‘Right here in Jamaica is where it is made’.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-7-1024x683.jpg\" alt=\"\" class=\"wp-image-2509\"/><figcaption>Father-son duo Stredic Thompson (right) and Matthew Thompson leading the charge to push quality-made, exotic Jamaican wines internationally. (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thompson, through Journey’s End, wants to\nlaunch the island as a premier destination for fine wine connoisseurs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We want it to be an international brand. When you think of Jamaica, we want it to be synonymous with <strong><em>Flavours of the Past</em></strong> wines,” he told <strong>BUZZ</strong>, adding that the aim is to enter the European and North American markets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZhive</strong>, we want to hear from you. Have you tried any of these wines? Which flavour surprised you the most? Let us know in the comment section below.</p>\n<!-- /wp:paragraph -->','Father-son duo taking exotic Jamaican wines across the world','','inherit','closed','closed','','2506-revision-v1','','','2019-08-15 13:34:54','2019-08-15 18:34:54','',2506,'https://buzz-caribbean.com/article/2506-revision-v1/',0,'revision','',0),(4339,9,'2019-08-15 13:43:01','2019-08-15 18:43:01','<!-- wp:image {\"id\":3598} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-15-1024x683.jpg\" alt=\"\" class=\"wp-image-3598\" /><figcaption>Just outside the gate to LifeYard, a surreal mural of Haile Selassie adorns the wall of the eco-village. (Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>LifeYard, found in the heart of Parade Gardens on Fleet Street in downtown Kingston, is an eco-village.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was created by a group of young Rastafarians, out of a need to breathe life into Fleet Street.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Judging from the stunning imagery our BUZZ lenses captured, Fleet Street is  very much alive, artistically. <strong><em>Check out the gallery below:</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3600,3602,3603,3604,3605,3606,3607]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-8-1024x683.jpg\" alt=\"\" data-id=\"3600\" class=\"wp-image-3600\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-14-1024x683.jpg\" alt=\"\" data-id=\"3602\" data-link=\"https://buzz-caribbean.com/article/lifeyard-a-creative-oasis-in-kingstons-inner-city/lifeyard-buzz-14/\" class=\"wp-image-3602\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-7-1024x683.jpg\" alt=\"\" data-id=\"3603\" data-link=\"https://buzz-caribbean.com/article/lifeyard-a-creative-oasis-in-kingstons-inner-city/lifeyard-buzz-7/\" class=\"wp-image-3603\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-9-1024x683.jpg\" alt=\"\" data-id=\"3604\" data-link=\"https://buzz-caribbean.com/article/lifeyard-a-creative-oasis-in-kingstons-inner-city/lifeyard-buzz-9/\" class=\"wp-image-3604\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-6-1024x683.jpg\" alt=\"\" data-id=\"3605\" data-link=\"https://buzz-caribbean.com/article/lifeyard-a-creative-oasis-in-kingstons-inner-city/lifeyard-buzz-6/\" class=\"wp-image-3605\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-4-1024x683.jpg\" alt=\"\" data-id=\"3606\" data-link=\"https://buzz-caribbean.com/article/lifeyard-a-creative-oasis-in-kingstons-inner-city/lifeyard-buzz-4/\" class=\"wp-image-3606\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-10-1024x683.jpg\" alt=\"\" data-id=\"3607\" data-link=\"https://buzz-caribbean.com/article/lifeyard-a-creative-oasis-in-kingstons-inner-city/lifeyard-buzz-10/\" class=\"wp-image-3607\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>So, in 2014, the group started to beautify sections of the\ncommunity, to restore pride into the younger generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, LifeYard stands as a growing social enterprise – the\nfirst multicultural, intergenerational eco-village of its kind in Kingston!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3608} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-2-1024x683.jpg\" alt=\"\" class=\"wp-image-3608\" /><figcaption>LifeYard director Romaine \'Sabukie\' Allen </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It’s not just a physical space but a movement, as its\nmembers spearhead several community outreach programmes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the creative and cultural oasis it is, LifeYard welcomes all\nwalks of life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fuelled by a strong connection to Rastafarian roots, its\nmembers connect with everyone on a personal level.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3601} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-11-1024x683.jpg\" alt=\"\" class=\"wp-image-3601\" /><figcaption>Plant a seed of knowledge, tend to it and wisdom flourishes. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>LifeYard has a gift shop, bar, restaurant and is working on a permaculture farm to become self-sufficient.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The children of Fleet Street are the biggest beneficiaries of LifeYard’s activities, as the group engages in entrepreneurial activities and literacy programmes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3609} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-12-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3609\" /><figcaption>Accountant and Executive member of LifeYard Danijah Taylor (right) speaks to BUZZ on his #PenPowerment initiative. Looking on is director Romaine \'Sabukie\' Allen.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Various skills are taught to members of the community, which LifeYard hopes can be used to earn a living. These include drumming, playing the piano, embroidery, sewing, jewellery making, and farming.</p>\n<!-- /wp:paragraph -->','LifeYard: A creative oasis in Kingston’s ‘inner-city’','','inherit','closed','closed','','2223-revision-v1','','','2019-08-15 13:43:01','2019-08-15 18:43:01','',2223,'https://buzz-caribbean.com/article/2223-revision-v1/',0,'revision','',0),(4340,14,'2019-08-15 14:13:39','2019-08-15 19:13:39','<!-- wp:image {\"id\":4349} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-spend-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-4349\" /><figcaption>Prime Minister Andrew Holness (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Just a week ago, Prime Minister Andrew Holness and his family released their combined statutory declarations, showing that collectively, they had an income of J$15,569,477.41, assets totalling J$161,254,055.89 and total liabilities of J$22,218,182.61.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now, while Holness isn’t Jamaica’s richest\nman by any long stretch, he is still easily capable of purchasing many products\nthat would be outside the affordability reach of the ‘average Joe/Jane’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As your source for everything trendy in Jamaica, <strong>BUZZ</strong> presents 10 things Prime Minister Andrew Holness could possibly buy with his JMD$161 million in assets, if he wanted to:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Leon\nBailey’s ‘supped-up’, customised Mercedes-Benz Brabus coupe</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":711} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-1-1024x683.jpg\" alt=\"\" class=\"wp-image-711\" /><figcaption>Photo: Don Waysome</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Price: $120 million (est.)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sports cars Holness could buy: <strong>1</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Full-flight\ntuition at the University of the West Indies</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4341} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/uwi-graduates-2014.png\" alt=\"\" class=\"wp-image-4341\" /><figcaption>Happy faces from the UWI\'s 2014 batch of graduates (Photo: mona.uwi.edu)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Average cost: $1.07 million (for a course\nin Political Leadership)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Amount Holness could cover the tuition for: <strong>150 budding politicians</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>KFC’s\nBig Deal combo</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4342} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kfc-big-deal-buzz-demo-1024x666.jpg\" alt=\"\" class=\"wp-image-4342\" /><figcaption>Photo: KFC Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Price for combo: $795</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Amount Holness could buy: <strong>202,515 meals</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Desert\nClarks</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4343} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-clarks-buzz-820x1024.jpg\" alt=\"\" class=\"wp-image-4343\" /><figcaption>Photo: Instagram @AndrewHolnessJM</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Average cost: $17,500</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holness could splurge and get: <strong>9,200 pairs</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Studio\nhome through the National Housing Trust (NHT)</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4344} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sandhills-vista-buzz-demo-1024x680.jpg\" alt=\"\" class=\"wp-image-4344\" /><figcaption>Photo: National Housing Trust</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Average cost for a house: $3.2 million </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holness could possibly ‘buy’: <strong>50 homes</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Luxury\napartments at 20 South</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4345} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/luxury-apartments-20south-kingston-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-4345\" /><figcaption>Photo: YouTube</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Average cost: $46 million (for a 2-bedroom condo)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Condos Holness could buy: <strong>3.5</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Business\nsuits</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4346} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-in-a-suit-1024x659.jpg\" alt=\"\" class=\"wp-image-4346\" /><figcaption>Photo: Twitter @AndrewHolnessJM</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Average cost for full suit: $30,000</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holness could realistically afford: <strong>5,366</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Samsung\nNote 10+</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4347} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/galaxy-note10-buzz-demo-1024x538.jpg\" alt=\"\" class=\"wp-image-4347\" /><figcaption>Photo: Samsung Caribbean</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Average cost: $240,000</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Possible number of handsets: <strong>670</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Boys’\nuniforms (Khaki)</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4348} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/boys-khaki-uniforms-demo-1024x499.jpg\" alt=\"\" class=\"wp-image-4348\" /><figcaption>Photo: Emma Lewis</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Average cost: $2,880 (full suit)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quantity Holness could purchase: <strong>55,902</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Reggae Sumfest’s ‘Ultra-Luxe’ 2019 tickets </strong> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4350} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jamaica-money.jpg\" alt=\"\" class=\"wp-image-4350\" /><figcaption>(Photo: Caribbean360)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Average cost: $77,000</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holness could afford: <strong>2,090 tickets</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell us, what other items could Prime Minister Holness realistically afford?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the <strong>BUZZ</strong> comments section!</p>\n<!-- /wp:paragraph -->','What could PM Holness buy with his J$161M?','','publish','open','closed','','what-could-pm-holness-buy-with-his-161m','','','2019-08-19 13:08:55','2019-08-19 18:08:55','',0,'https://buzz-caribbean.com/?p=4340',0,'post','',0),(4341,14,'2019-08-15 13:50:24','2019-08-15 18:50:24','','uwi-graduates-2014','','inherit','open','closed','','uwi-graduates-2014','','','2019-08-15 13:50:24','2019-08-15 18:50:24','',4340,'https://buzz-caribbean.com/app/uploads/2019/08/uwi-graduates-2014.png',0,'attachment','image/png',0),(4342,14,'2019-08-15 13:51:09','2019-08-15 18:51:09','','kfc-big-deal-buzz-demo','','inherit','open','closed','','kfc-big-deal-buzz-demo','','','2019-08-15 13:51:09','2019-08-15 18:51:09','',4340,'https://buzz-caribbean.com/app/uploads/2019/08/kfc-big-deal-buzz-demo.jpg',0,'attachment','image/jpeg',0),(4343,14,'2019-08-15 13:51:48','2019-08-15 18:51:48','','andrew-holness-clarks-buzz','','inherit','open','closed','','andrew-holness-clarks-buzz','','','2019-08-15 13:51:48','2019-08-15 18:51:48','',4340,'https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-clarks-buzz.jpg',0,'attachment','image/jpeg',0),(4344,14,'2019-08-15 13:52:39','2019-08-15 18:52:39','','sandhills-vista-buzz-demo','','inherit','open','closed','','sandhills-vista-buzz-demo','','','2019-08-15 13:52:39','2019-08-15 18:52:39','',4340,'https://buzz-caribbean.com/app/uploads/2019/08/sandhills-vista-buzz-demo.jpg',0,'attachment','image/jpeg',0),(4345,14,'2019-08-15 13:52:57','2019-08-15 18:52:57','','luxury-apartments-20south-kingston-buzz-demo','','inherit','open','closed','','luxury-apartments-20south-kingston-buzz-demo','','','2019-08-15 13:52:57','2019-08-15 18:52:57','',4340,'https://buzz-caribbean.com/app/uploads/2019/08/luxury-apartments-20south-kingston-buzz-demo.jpg',0,'attachment','image/jpeg',0),(4346,14,'2019-08-15 13:53:17','2019-08-15 18:53:17','','andrew-holness-in-a-suit','','inherit','open','closed','','andrew-holness-in-a-suit','','','2019-08-15 13:53:17','2019-08-15 18:53:17','',4340,'https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-in-a-suit.jpg',0,'attachment','image/jpeg',0),(4347,14,'2019-08-15 13:53:34','2019-08-15 18:53:34','','galaxy-note10-buzz-demo','','inherit','open','closed','','galaxy-note10-buzz-demo','','','2019-08-15 13:53:34','2019-08-15 18:53:34','',4340,'https://buzz-caribbean.com/app/uploads/2019/08/galaxy-note10-buzz-demo.jpg',0,'attachment','image/jpeg',0),(4348,14,'2019-08-15 13:54:51','2019-08-15 18:54:51','','boys-khaki-uniforms-demo','','inherit','open','closed','','boys-khaki-uniforms-demo','','','2019-08-15 13:54:51','2019-08-15 18:54:51','',4340,'https://buzz-caribbean.com/app/uploads/2019/08/boys-khaki-uniforms-demo.jpg',0,'attachment','image/jpeg',0),(4349,14,'2019-08-15 14:06:45','2019-08-15 19:06:45','','andrew-holness-spend-buzz','','inherit','open','closed','','andrew-holness-spend-buzz','','','2019-08-15 14:06:45','2019-08-15 19:06:45','',4340,'https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-spend-buzz.jpg',0,'attachment','image/jpeg',0),(4350,14,'2019-08-15 14:12:19','2019-08-15 19:12:19','','jamaica-money','','inherit','open','closed','','jamaica-money','','','2019-08-15 14:12:19','2019-08-15 19:12:19','',4340,'https://buzz-caribbean.com/app/uploads/2019/08/jamaica-money.jpg',0,'attachment','image/jpeg',0),(4351,4,'2019-08-15 14:12:50','2019-08-15 19:12:50','<!-- wp:paragraph -->\n<p>Ryan Reid, President and Chief Executive Officer (CEO) of First Rock Capital Holdings Limited, is on a path to transform the investment landscape in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1563,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ryan-Reid-First-Rock.jpg\" alt=\"\" class=\"wp-image-1563\" /><figcaption>Ryan Reid, President and Chief Executive Officer (CEO) of First Rock Capital Holdings Limited</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reid found his niche for investment and stock exchange from an early age where he was able to carve a platform for himself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reid is widely known for exhibiting resilience and determination. He\'s no neophyte to life obstacles. Before his elevation to the CEO position, he was the General Manager at PROVEN wealth, a premier investment entity of the Caribbean. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1569} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/FirstRock-Logo2-1024x331.png\" alt=\"\" class=\"wp-image-1569\" /><figcaption> First Rock Capital Holdings Limited (FCH)&nbsp; </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ryan shared that the economic boom that Jamaican is now experiencing, has boosted the various sectors within the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such sector, he highlighted, is the stock market, which he believes will take Jamaica to unexpected heights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The economy is doing well. Not to say that the economy is perfect, but...I believe will do well\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He noted that the international and local attention the Stock Market in Jamaica has enjoyed would result in an unprecedented capital gain for the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The economy is doing well. Not to say that the economy is perfect, but right now whatever opportunities present themselves from a capital standpoint, I believe will do well,” he shared. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1570} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Stock-Market-1024x683.jpg\" alt=\"\" class=\"wp-image-1570\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He cemented his argument by noting that corporate bonds play a pivotal role in enhancing the value and worth of the capital market and is a foreseeable tool that is capable of advancing the stock exchange market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Reason being, interest rates are low, the dollar is more or less stable, inflation is at comfortable levels and the attractiveness of Jamaica as an investment opportunity at this time,” said the investment mogul.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em> — Story written by Andre Cooper</em></strong></p>\n<!-- /wp:paragraph -->','Here’s how First Rock Boss sees the stock market and Jamaica’s future','','inherit','closed','closed','','1557-revision-v1','','','2019-08-15 14:12:50','2019-08-15 19:12:50','',1557,'https://buzz-caribbean.com/article/1557-revision-v1/',0,'revision','',0),(4352,14,'2019-08-15 14:13:39','2019-08-15 19:13:39','<!-- wp:image {\"id\":4349} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-spend-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-4349\" /><figcaption>Prime Minister Andrew Holness (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Just a week ago, Prime Minister Andrew\nHolness and his family released their combined statutory declarations, showing that\ncollectively, they had an income of $15,569,477.41, assets totalling\n$161,254,055.89 and total liabilities of $22,218,182.61.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now, while Holness isn’t Jamaica’s richest\nman by any long stretch, he is still easily capable of purchasing many products\nthat would be outside the affordability reach of the ‘average Joe/Jane’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As your source for everything trendy in Jamaica, <strong>BUZZ</strong> presents 10 things Prime Minister Andrew Holness could possibly buy with his $161 million in assets, if he wanted to:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Leon\nBailey’s ‘supped-up’, customised Mercedes-Benz Brabus coupe</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":711} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-1-1024x683.jpg\" alt=\"\" class=\"wp-image-711\" /><figcaption>Photo: Don Waysome</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Price: $120 million (est.)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Amount Holness could buy: 1</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Full-flight\ntuition at the University of the West Indies</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4341} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/uwi-graduates-2014.png\" alt=\"\" class=\"wp-image-4341\" /><figcaption>Happy faces from the UWI\'s 2014 batch of graduates (Photo: mona.uwi.edu)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Average cost: $1.07 million (for a course\nin Political Leadership)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Amount Holness could cover the tuition for:\n150 budding politicians</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>KFC’s\nBig Deal combo</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4342} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kfc-big-deal-buzz-demo-1024x666.jpg\" alt=\"\" class=\"wp-image-4342\" /><figcaption>Photo: KFC Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Price: $795</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Amount Holness could buy: 202,515 meals</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Desert\nClarks</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4343} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-clarks-buzz-820x1024.jpg\" alt=\"\" class=\"wp-image-4343\" /><figcaption>Photo: Instagram @AndrewHolnessJM</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Average cost: $17,500</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holness could splurge and get: 9,200 pairs</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Studio\nhome through the National Housing Trust (NHT)</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4344} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sandhills-vista-buzz-demo-1024x680.jpg\" alt=\"\" class=\"wp-image-4344\" /><figcaption>Photo: National Housing Trust</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Average cost for a house: $3.2 million </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holness could possibly ‘buy’: 50 homes</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Luxury\napartments at 20 South</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4345} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/luxury-apartments-20south-kingston-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-4345\" /><figcaption>Photo: YouTube</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Average cost: $46 million (for a 2-bedroom condo)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Condos Holness could buy: 3.5</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Business\nsuits</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4346} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-in-a-suit-1024x659.jpg\" alt=\"\" class=\"wp-image-4346\" /><figcaption>Photo: Twitter @AndrewHolnessJM</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Average cost for full suit: $30,000</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holness could realistically afford: 5,366</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Samsung\nNote 10+</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4347} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/galaxy-note10-buzz-demo-1024x538.jpg\" alt=\"\" class=\"wp-image-4347\" /><figcaption>Photo: Samsung Caribbean</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Average cost: $240,000</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Possible number of handsets: 670</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Boys’\nuniforms (Khaki)</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4348} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/boys-khaki-uniforms-demo-1024x499.jpg\" alt=\"\" class=\"wp-image-4348\" /><figcaption>Photo: Emma Lewis</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Average cost: $2,880 (full suit)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quantity Holness could purchase: 55,902</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Reggae Sumfest’s ‘Ultra-Luxe’ 2019 tickets </strong> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4350} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jamaica-money.jpg\" alt=\"\" class=\"wp-image-4350\" /><figcaption>(Photo: Caribbean360)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Average cost: $77,000</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holness could afford: 2,090 tickets</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell us, what other items could Prime Minister Holness realistically afford?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the <strong>BUZZ</strong> comments section!</p>\n<!-- /wp:paragraph -->','What could PM Holness buy with his $161M?','','inherit','closed','closed','','4340-revision-v1','','','2019-08-15 14:13:39','2019-08-15 19:13:39','',4340,'https://buzz-caribbean.com/article/4340-revision-v1/',0,'revision','',0),(4353,4,'2019-08-15 14:24:17','2019-08-15 19:24:17','<!-- wp:paragraph -->\n<p>Besides being recognized as one of the most beautiful Caribbean islands in the world and being built on a great variety of personalities, Jamaica is also recognized for its ability to produce multifaceted creative beings who are capable of navigating multiple roles simultaneously. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ryan Gardner, 32, who is known as Rush is one such prime example. He operates in the capacity of an entrepreneur - owner of online clothing store <strong><em>PiecesByRush</em></strong> - and as a representative at the Jamaica National (JN) bank.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BwUt71cBaOT/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BwUt71cBaOT/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>Gardner has always had an innate and genuine drive for fashion</em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Back in 2015, after tabling possible ways of generating a second income while ensuring that this new venture conflates with something that he naturally loves, he says it dawned on him to capitalize on his passion by operating his own online clothing store branded as<strong> PiecesByRush</strong>.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-6-819x1024.jpg\" alt=\"\" class=\"wp-image-873\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Despite the rise in more and more Jamaicans moving towards owning their own online clothing boutique, that did not deter the Styling Consultant and lover of fashion to chase his dreams. Instead, he was willing to take a leap of faith.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":874} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-3-1024x1024.jpg\" alt=\"\" class=\"wp-image-874\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Gardner boldly explains that love for fashion is hereditary in his family; he could not escape his destiny. His mother was known for her outrageous attires along with other members of his family, from whom he drew creative ideas and morphed into his own unique and authentic style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":875} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-8-1024x1024.jpg\" alt=\"\" class=\"wp-image-875\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The four-year-old clothing business has been making its way seeing the bodies of media and TV personality Terri Karelle Reid, Miss Kitty and other well-known Jamaican personalities. <strong><em>PiecesByRush</em></strong> offers high-quality female clothing that is carefully selected from international brands that are shipped based on their needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":876} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-11-819x1024.jpg\" alt=\"\" class=\"wp-image-876\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Women are more open to creative and new ideas as opposed to some men who limit themselves to a particular style.\"</p><cite>Ryan Gardner</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p> The styling consultant highlights that women are more open to creative and new ideas as opposed to some men who limit themselves to a particular style - primarily owing to the narrative that is crafted by society on how a man should operate and dress. This makes it difficult to cater to males in Jamaica, Gardner shared in an exclusive interview with <strong>Buzz</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":877} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-4-819x1024.jpg\" alt=\"\" class=\"wp-image-877\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The fashion enthusiast also noted that the cost for male clothing is far more costly than those for females, thus making it easier for him to cater to female clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":878} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-2-683x1024.jpg\" alt=\"\" class=\"wp-image-878\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For Gardner, balancing two jobs is like riding a bike. However, he shared that priority and first preference is allocated to his passion and love at all time, <strong><em>PiecesByRush</em></strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[879,880,881]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-1-819x1024.jpg\" alt=\"\" data-id=\"879\" data-link=\"https://buzz-caribbean.com/?attachment_id=879\" class=\"wp-image-879\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-5-819x1024.jpg\" alt=\"\" data-id=\"880\" data-link=\"https://buzz-caribbean.com/?attachment_id=880\" class=\"wp-image-880\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/PBR-7-1024x683.jpg\" alt=\"\" data-id=\"881\" data-link=\"https://buzz-caribbean.com/?attachment_id=881\" class=\"wp-image-881\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>He shared that as an entrepreneur and aspiring entrepreneur it is imperative that time is given to one’s personal business to ensure that it grows abundantly, whilst not eschewing the responsibilities of your main job. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His work can be located through the following hashtags   <strong>#bebold</strong> <strong>#bestylish</strong> and <strong>#bedifferent</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Andre Cooper</em></strong> </p>\n<!-- /wp:paragraph -->','PiecesByRush: Young fashion stylist making waves in Jamaica','','inherit','closed','closed','','867-revision-v1','','','2019-08-15 14:24:17','2019-08-15 19:24:17','',867,'https://buzz-caribbean.com/article/867-revision-v1/',0,'revision','',0),(4354,4,'2019-08-15 14:26:44','2019-08-15 19:26:44','<!-- wp:paragraph -->\n<p>Steven Morgan is poised for greatness in the fashion industry with his clothing line Hombreecentric. He is known by many as Stevywho, the man famous for his bold outfits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":182} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-4-1.jpg\" alt=\"\" class=\"wp-image-182\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Just last year, after entering the\nCampari Pop Style fashion exhibition, he won a cash reward of $100,000 for most\nstylish male.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old Morgan is no novice to\nthe fashion world. He is always challenging the norms with his interesting\nlooks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":183} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-5-1.jpg\" alt=\"\" class=\"wp-image-183\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hombreecentric presents an authentic and fresh outlook to Jamaica’s fashion ecosystem. The brand caters to both sexes with a unique look that sets it apart from other clothing lines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Morgan told <strong>BUZ</strong><strong>Z</strong>that the idea to start a clothing line emerged during a discussion with a friend.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":177} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Hombre-eccentric-Steve-morgan.jpg\" alt=\"\" class=\"wp-image-177\" /><figcaption>Hombreeccentric boss Steven \'Stevywho\' Morgan </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The four-year-old company recently\ndropped its summer collection which is a fusion of pop culture and trendy colours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also revealed his newest unisex\ndesign. This draws inspiration from rap icon Nicki Minaj with neon colours\nwhich are the hottest trend for the summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":176} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-3-1024x673.jpg\" alt=\"\" class=\"wp-image-176\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Morgan’s eye for fashion was formed when he was a child. His parents where known within their community as the most impresstive dressers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":180} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-2-1-684x1024.jpg\" alt=\"\" class=\"wp-image-180\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hombreecentric has been gaining wide notoriety as a\ngrowing number of social media influences sport the brand. Singer Jada Kingdom\nis a fervent supporter of the brand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Morgan said that while much is expected of his brand, the fashion world has no idea of the greatness that’s about to come.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> —<strong>Story written by Andre Cooper</strong></p>\n<!-- /wp:paragraph -->','Pssst! You should be wearing Hombreeccentric','','inherit','closed','closed','','169-revision-v1','','','2019-08-15 14:26:44','2019-08-15 19:26:44','',169,'https://buzz-caribbean.com/article/169-revision-v1/',0,'revision','',0),(4355,4,'2019-08-15 14:27:00','2019-08-15 19:27:00','<!-- wp:paragraph -->\n<p>Steven Morgan is poised for greatness in the fashion industry with his clothing line Hombreecentric. He is known by many as Stevywho, the man famous for his bold outfits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":182} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-4-1.jpg\" alt=\"\" class=\"wp-image-182\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Just last year, after entering the\nCampari Pop Style fashion exhibition, he won a cash reward of $100,000 for most\nstylish male.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old Morgan is no novice to\nthe fashion world. He is always challenging the norms with his interesting\nlooks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":183} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-5-1.jpg\" alt=\"\" class=\"wp-image-183\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hombreecentric presents an authentic and fresh outlook to Jamaica’s fashion ecosystem. The brand caters to both sexes with a unique look that sets it apart from other clothing lines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Morgan told <strong>BUZ</strong><strong>Z</strong>that the idea to start a clothing line emerged during a discussion with a friend.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":177} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Hombre-eccentric-Steve-morgan.jpg\" alt=\"\" class=\"wp-image-177\" /><figcaption>Hombreeccentric boss Steven \'Stevywho\' Morgan </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The four-year-old company recently\ndropped its summer collection which is a fusion of pop culture and trendy colours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also revealed his newest unisex\ndesign. This draws inspiration from rap icon Nicki Minaj with neon colours\nwhich are the hottest trend for the summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":176} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-3-1024x673.jpg\" alt=\"\" class=\"wp-image-176\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Morgan’s eye for fashion was formed when he was a child. His parents where known within their community as the most impresstive dressers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":180} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/hombre-eccentric-2-1-684x1024.jpg\" alt=\"\" class=\"wp-image-180\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hombreecentric has been gaining wide notoriety as a\ngrowing number of social media influences sport the brand. Singer Jada Kingdom\nis a fervent supporter of the brand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Morgan said that while much is expected of his brand, the fashion world has no idea of the greatness that’s about to come.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em> —</em><strong><em>Story written by Andre Cooper</em></strong></p>\n<!-- /wp:paragraph -->','Pssst! You should be wearing Hombreeccentric','','inherit','closed','closed','','169-revision-v1','','','2019-08-15 14:27:00','2019-08-15 19:27:00','',169,'https://buzz-caribbean.com/article/169-revision-v1/',0,'revision','',0),(4356,14,'2019-08-15 17:08:36','2019-08-15 22:08:36','<!-- wp:image {\"id\":4349} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-spend-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-4349\" /><figcaption>Prime Minister Andrew Holness (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Just a week ago, Prime Minister Andrew Holness and his family released their combined statutory declarations, showing that collectively, they had an income of J$15,569,477.41, assets totalling J$161,254,055.89 and total liabilities of J$22,218,182.61.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now, while Holness isn’t Jamaica’s richest\nman by any long stretch, he is still easily capable of purchasing many products\nthat would be outside the affordability reach of the ‘average Joe/Jane’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As your source for everything trendy in Jamaica, <strong>BUZZ</strong> presents 10 things Prime Minister Andrew Holness could possibly buy with his JMD$161 million in assets, if he wanted to:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Leon\nBailey’s ‘supped-up’, customised Mercedes-Benz Brabus coupe</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":711} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brabus-1-1024x683.jpg\" alt=\"\" class=\"wp-image-711\" /><figcaption>Photo: Don Waysome</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Price: $120 million (est.)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sports cars Holness could buy: <strong>1</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Full-flight\ntuition at the University of the West Indies</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4341} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/uwi-graduates-2014.png\" alt=\"\" class=\"wp-image-4341\" /><figcaption>Happy faces from the UWI\'s 2014 batch of graduates (Photo: mona.uwi.edu)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Average cost: $1.07 million (for a course\nin Political Leadership)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Amount Holness could cover the tuition for: <strong>150 budding politicians</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>KFC’s\nBig Deal combo</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4342} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kfc-big-deal-buzz-demo-1024x666.jpg\" alt=\"\" class=\"wp-image-4342\" /><figcaption>Photo: KFC Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Price for combo: $795</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Amount Holness could buy: <strong>202,515 meals</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Desert\nClarks</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4343} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-clarks-buzz-820x1024.jpg\" alt=\"\" class=\"wp-image-4343\" /><figcaption>Photo: Instagram @AndrewHolnessJM</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Average cost: $17,500</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holness could splurge and get: <strong>9,200 pairs</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Studio\nhome through the National Housing Trust (NHT)</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4344} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sandhills-vista-buzz-demo-1024x680.jpg\" alt=\"\" class=\"wp-image-4344\" /><figcaption>Photo: National Housing Trust</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Average cost for a house: $3.2 million </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holness could possibly ‘buy’: <strong>50 homes</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Luxury\napartments at 20 South</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4345} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/luxury-apartments-20south-kingston-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-4345\" /><figcaption>Photo: YouTube</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Average cost: $46 million (for a 2-bedroom condo)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Condos Holness could buy: <strong>3.5</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Business\nsuits</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4346} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-in-a-suit-1024x659.jpg\" alt=\"\" class=\"wp-image-4346\" /><figcaption>Photo: Twitter @AndrewHolnessJM</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Average cost for full suit: $30,000</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holness could realistically afford: <strong>5,366</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Samsung\nNote 10+</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4347} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/galaxy-note10-buzz-demo-1024x538.jpg\" alt=\"\" class=\"wp-image-4347\" /><figcaption>Photo: Samsung Caribbean</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Average cost: $240,000</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Possible number of handsets: <strong>670</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Boys’\nuniforms (Khaki)</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4348} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/boys-khaki-uniforms-demo-1024x499.jpg\" alt=\"\" class=\"wp-image-4348\" /><figcaption>Photo: Emma Lewis</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Average cost: $2,880 (full suit)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quantity Holness could purchase: <strong>55,902</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Reggae Sumfest’s ‘Ultra-Luxe’ 2019 tickets </strong> </h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4350} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jamaica-money.jpg\" alt=\"\" class=\"wp-image-4350\" /><figcaption>(Photo: Caribbean360)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Average cost: $77,000</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holness could afford: <strong>2,090 tickets</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell us, what other items could Prime Minister Holness realistically afford?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the <strong>BUZZ</strong> comments section!</p>\n<!-- /wp:paragraph -->','What could PM Holness buy with his J$161M?','','inherit','closed','closed','','4340-revision-v1','','','2019-08-15 17:08:36','2019-08-15 22:08:36','',4340,'https://buzz-caribbean.com/article/4340-revision-v1/',0,'revision','',0),(4357,14,'2019-08-15 17:45:00','2019-08-15 22:45:00','<!-- wp:image {\"id\":2541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-2541\" /><figcaption>Stredic Thompson (left) and his son, Matthew are at the helm of Journey\'s End Wines. (Photos: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In 2018, Stredic Thompson bought a company from a returning Jamaican couple, deciding he\'d pursue his passion for making wines. These days, he and his son, Matthew, are surprising taste buds with their amazing line of fine wines. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We love the quality and look Journey’s End produces, and we said we would take this brand and make it an international brand,” said Stredic Thompson, who is the managing director of Journey’s End Wines. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2528} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-1-1024x579.jpg\" alt=\"\" class=\"wp-image-2528\" /><figcaption>All 10 variations of Jamaica-made Flavour of the Past wines.  (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Since their journey began, the pair has been moving full-steam ahead to boost the local perception of quality-made wines under the brand Flavours of the Past. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Wine is something that is very palatable, and there was something else that attracted us to wine,” Thompson told<strong> BUZZ</strong>. “Jamaica has a national dish, a national fruit – there’s no national wine, and we thought Flavours of the Past could become the national wine.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong><em>Journey’s End is a unique skillset wherein we make the finest wine from Jamaican fruit,</em></strong>\"</p><cite>— Stredic Thompson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Flavours of the Past now has 10 flavours - soursop, honey-orange, ackee, pimento berry, pineapple, passion fruit, ginger, sorrel, noni and sugarcane.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thompson told <strong><em>BUZZ</em></strong> that new flavours will be rolled out in the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Moringa wine will be launched in another few months. There are other ideas we have: starfruit, mango, otaheite apple. We can be as creative as we want with wines,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See our gallery below with the full product line!</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"2516\",\"2518\",\"2519\",\"2520\",\"2521\",\"2522\",\"2523\",\"2524\",\"2525\",\"2526\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-19.jpg\" alt=\"\" data-id=\"2516\" data-link=\"https://buzz-caribbean.com/?attachment_id=2516\" class=\"wp-image-2516\" /><figcaption>Jamaican Passion fruit wine</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-18.jpg\" alt=\"\" data-id=\"2518\" data-link=\"https://buzz-caribbean.com/?attachment_id=2518\" class=\"wp-image-2518\" /><figcaption>The widely popular Jamaican Soursop wine </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-17.jpg\" alt=\"\" data-id=\"2519\" data-link=\"https://buzz-caribbean.com/?attachment_id=2519\" class=\"wp-image-2519\" /><figcaption>Bet you didn\'t know Jamaican Ackee wine was a thing?! </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-16.jpg\" alt=\"\" data-id=\"2520\" data-link=\"https://buzz-caribbean.com/?attachment_id=2520\" class=\"wp-image-2520\" /><figcaption>Pimento. Berry. Wine. Enough said. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-15.jpg\" alt=\"\" data-id=\"2521\" data-link=\"https://buzz-caribbean.com/?attachment_id=2521\" class=\"wp-image-2521\" /><figcaption>Flavours of the Past offering a new twist to the traditional Jamaican Ginger wine.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-14.jpg\" alt=\"\" data-id=\"2522\" data-link=\"https://buzz-caribbean.com/?attachment_id=2522\" class=\"wp-image-2522\" /><figcaption>\'Pine time\'!</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-13.jpg\" alt=\"\" data-id=\"2523\" data-link=\"https://buzz-caribbean.com/?attachment_id=2523\" class=\"wp-image-2523\" /><figcaption>Another big hit is the Jamaican Noni wine! </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-12.jpg\" alt=\"\" data-id=\"2524\" data-link=\"https://buzz-caribbean.com/?attachment_id=2524\" class=\"wp-image-2524\" /><figcaption>The mother of rum, Jamaican Sugar Cane, as a wine...hmmm </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-11.jpg\" alt=\"\" data-id=\"2525\" data-link=\"https://buzz-caribbean.com/?attachment_id=2525\" class=\"wp-image-2525\" /><figcaption>Sorrel with wine, sorrel with rum or Jamaican Sorrel Wine? You choose! </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-10.jpg\" alt=\"\" data-id=\"2526\" data-link=\"https://buzz-caribbean.com/?attachment_id=2526\" class=\"wp-image-2526\" /><figcaption>The latest invention by Flavours of the Past, Jamaican Honey Orange wine.</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>When asked what separates Journey’s End from other local wine manufacturers, Thompson’s answer was simple - quality and authenticity. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our wines are uniquely hand-crafted for the market. We ensure that there is consistency in quality and taste. It is made from genuine Jamaican fruits we purchase or use from our farm. Our process is solid from beginning to the end,” Thompson told <strong>BUZZ</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Journey’s End is a unique skillset wherein we make the finest wine from Jamaican fruits. As long as it’s a fruit grown in Jamaica, we can find a way to make the best wine there is from it.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2529} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-2529\" /><figcaption>A man of procedure: Stredic Thompson show the BUZZ team a container with sorrel being fermented. (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While the quality is maintained, <strong><em>Flavours of the Past</em></strong>’s line is surprisingly affordable – retailing from $2,000 for the 700ml, to around $400 for the 150ml varieties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As Thompson gave <strong>BUZZ</strong> a tour of their <strong><em>Flavours of the Past</em></strong> winery on Duke Street, downtown Kingston, he explained that each fruit goes through an intricate cooking, fermentation, triple filtration, cooling, heating, bottling and labelling process before filling shelves at several major supermarket chains and the airports in Kingston and Montego Bay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"2531\",\"2532\",\"2534\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-3-1024x682.jpg\" alt=\"\" data-id=\"2531\" data-link=\"https://buzz-caribbean.com/article/father-son-duo-taking-exotic-jamaican-wines-across-the-world/journeys-end-wine-buzz-3/\" class=\"wp-image-2531\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-2-1024x683.jpg\" alt=\"\" data-id=\"2532\" data-link=\"https://buzz-caribbean.com/article/father-son-duo-taking-exotic-jamaican-wines-across-the-world/journeys-end-wine-buzz-2/\" class=\"wp-image-2532\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-5-1024x683.jpg\" alt=\"\" data-id=\"2534\" data-link=\"https://buzz-caribbean.com/article/father-son-duo-taking-exotic-jamaican-wines-across-the-world/journeys-end-wine-buzz-5/\" class=\"wp-image-2534\" /><figcaption> </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“We find that in the airports we do extremely well because people want that connection to Jamaica. To taste a piece, that flavour of Jamaica and that’s what we provide,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Persons are always blown away when they taste our wines and they often say: ‘Is this really made in Jamaica?’. I’ve heard it so many times, and I immediately say: ‘Right here in Jamaica is where it is made’.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/journeys-end-wine-buzz-7-1024x683.jpg\" alt=\"\" class=\"wp-image-2509\" /><figcaption>Father-son duo Stredic Thompson (right) and Matthew Thompson leading the charge to push quality-made, exotic Jamaican wines internationally. (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Thompson, through Journey’s End, wants to\nlaunch the island as a premier destination for fine wine connoisseurs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We want it to be an international brand. When you think of Jamaica, we want it to be synonymous with <strong><em>Flavours of the Past</em></strong> wines,” he told <strong>BUZZ</strong>, adding that the aim is to enter the European and North American markets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZhive</strong>, we want to hear from you. Have you tried any of these wines? Which flavour surprised you the most? Let us know in the comment section below.</p>\n<!-- /wp:paragraph -->','Father-son duo taking exotic Jamaican wines across the world','','inherit','closed','closed','','2506-revision-v1','','','2019-08-15 17:45:00','2019-08-15 22:45:00','',2506,'https://buzz-caribbean.com/article/2506-revision-v1/',0,'revision','',0),(4358,21,'2019-08-15 20:00:48','2019-08-16 01:00:48','<!-- wp:paragraph -->\n<p>“Calypso, can you help me?” Lloyd ‘Beeva’ Beckford, 70 years old, chuckles at the memory of himself as a tearful ten-year-old at a shoemaker’s shop in Olympic Way, Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3562} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lloyd-and-Dujae-Beckford-1024x683.jpg\" alt=\"\" class=\"wp-image-3562\" /><figcaption>The father-son duo of Beeva\'s Footwear, Lloyd and Dujae Beckford. (Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He had put together two pieces of material for makeshift shoes.\nHis six brothers and sisters had real shoes. Young Lloyd had missed out on a\npair. Calypso took pity on the boy and fixed things, so he could go out and\nhave fun with his siblings. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3563} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dujae-crafting-sandals-1024x683.jpg\" alt=\"\" class=\"wp-image-3563\" /><figcaption>Dujae Beckford hard at work crafting a new pair of sandals</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>That was Lloyd’s first attempt at shoemaking. You might say this was the first tiny spark that gave birth to <strong><em>Beeva’s Footwear</em></strong>. From uncertain beginnings, the business is now breaking ground on social media, with vibrant designs — even men’s sandals. And it’s a father and son enterprise!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3564} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Variety-of-hand-crafted-male-slippers-with-exceptional-finish-1024x683.jpg\" alt=\"\" class=\"wp-image-3564\" /><figcaption>Beeva\'s Footwear provides a variety of unique male sandals</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fast forward to 2019. “I love how things are progressing,” says Lloyd, from his workshop in Cooreville Gardens. He and his 29-year-old son Dujae work with the same two machines that the father started out with in the 1970s, producing a range of quality leather footwear for all tastes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3565} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hand-crafted-brown-male-slippers-BUZZ-1024x744.jpg\" alt=\"\" class=\"wp-image-3565\" /><figcaption>Stylishly crafted men\'s sandals</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the early days, the father was determined to learn a trade.\nThere were personal obstacles. Tough times, for him and for Jamaica. He started\noff with tailoring, but work became scarce. Eventually, he set up on his own,\nmaking shoes on the verandah in Waterhouse. He was the first young man to sell\nslippers, set out on the ground under a big tree in Parade, downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Customers came. Lloyd proudly says he was complimented on the neatness of his slippers which people said looked like they were made abroad. But challenges remained. Lloyd \'try a ting uptown\' and even took his products out of town to sell on the north coast, taking the bus with his young son.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “People want quality, and that’s what we offer the public.\"</p><cite>— Dujae Beckford, Co-owner Beeva\'s Footwear</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":3577} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Portrait-yellow-and-white-male-slippers-683x1024.jpg\" alt=\"\" class=\"wp-image-3577\" /><figcaption>Intricately designed men\'s sandals from Beeva\'s Footwear</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It was just me and Daddy,” says Dujae. With his wife out working long hours, Lloyd continued to make shoes on the verandah. Little Dujae used to grab his tools and try to use them, hitting so hard that “Him lick ‘im finger!”, Lloyd bursts out laughing. His mother bought him some plastic toy tools. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the story goes, baby Dujae threw them out of his crib. He wanted the real thing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3569} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Intricate-Design-Beevas-BUZZ-1024x683.jpg\" alt=\"\" class=\"wp-image-3569\" /><figcaption>Precision for every style detail in Beeva\'s Footwear</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It’s a trade that I love,” says Dujae simply. During his schooldays at George Headley Primary and Calabar High, he helped his father out, making “my likkle change.” Since 2010 he has worked a nine-to-five job, but that hasn’t stopped him from making shoes: “I have to find a balance.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2014, a friend introduced Dujae to Instagram. He decided to set up a business page, Beeva\'s Footwear. Nowadays Dujae creates, while Lloyd continues with repairs. Shoes are sold through the IG page. “Daddy doesn’t do social media,” jokes Dujae. “Not even WhatsApp!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BaP52LYB5XU/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BaP52LYB5XU/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Men don’t have many choices in casual footwear. Our sandals are unique, they stand out.” </p><cite>— Dujae Beckford, Co-owner Beeva\'s Footwear</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":3574} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Quality-leather-products-1024x683.jpg\" alt=\"\" class=\"wp-image-3574\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dujae wants the business to progress but has a good philosophy.\n“You know seh things haffi go in stages,” he says. “Nutten nuh easy. Anything\npeople do easy will always crash.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So why men’s sandals? “We’re happy to do men’s and women’s,” says\nDujae, adding: “Men don’t have many choices in casual footwear. Our sandals are\nunique, they stand out.” He laughs at his Dad’s remark about Clark’s shoes,\nonce a “must-have” in every Jamaican man’s wardrobe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3567} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-and-white-male-sandals-BUZZ-1024x683.jpg\" alt=\"\" class=\"wp-image-3567\" /><figcaption>Classic black and white sandals from Beeva\'s Footwear</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>And the future? “I want Beeva’s Footwear to go worldwide,” says\nDujae. “People want quality, and that’s what we offer the public. I am glad that\nthey are made in Jamaica. Trust me. Made in Jamaica! That means a lot. We want\nto help build Jamaica.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Father and son are close, you can tell. Dujae says, “One thing I\nlearned from my father is how to survive — in the sense that you can have a\ntrade, and you don’t have to depend on people.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Check out the gallery below with some men\'s sandals from Beeva\'s Footwear.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3578,3579,3580,3581]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Blue-and-whit-Claw-male-slippers-1-1024x683.jpg\" alt=\"\" data-id=\"3578\" data-link=\"https://buzz-caribbean.com/?attachment_id=3578\" class=\"wp-image-3578\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Yellow-and-white-male-slippers-1024x683.jpg\" alt=\"\" data-id=\"3579\" data-link=\"https://buzz-caribbean.com/?attachment_id=3579\" class=\"wp-image-3579\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-male-slippers-1024x683.jpg\" alt=\"\" data-id=\"3580\" data-link=\"https://buzz-caribbean.com/?attachment_id=3580\" class=\"wp-image-3580\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-and-white-male-sandals-BUZZ-1-1024x683.jpg\" alt=\"\" data-id=\"3581\" data-link=\"https://buzz-caribbean.com/?attachment_id=3581\" class=\"wp-image-3581\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','‘Just The Two a Wi’: Father and son learn life lessons at Beeva’s Footwear','','inherit','closed','closed','','3560-revision-v1','','','2019-08-15 20:00:48','2019-08-16 01:00:48','',3560,'https://buzz-caribbean.com/article/3560-revision-v1/',0,'revision','',0),(4359,4,'2019-08-15 20:23:01','2019-08-16 01:23:01','<!-- wp:paragraph -->\n<p>The Oak Wine Bar and Cocktail Lounge recently\nlaunched its new lunch menu and are inviting food lovers to come dig into their\ndelicious meals. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1461} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Oxtail-Oak-Wine-Bar.jpg\" alt=\"\" class=\"wp-image-1461\" /><figcaption>Oxtail dish at Oak Wine Bar &amp; Cocktail Lounge in Kingston, Jamaica<br><em>(Source: Oak Wine Bar &amp; Cocktail Lounge - Instagram)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Proprietor Lisa Chin, who also owns Fromage and Café Dolche, is\nexploring new ways in which to cater to patrons by providing a healthy and\naffordable lunch menu. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the moment, the lunch menu starts off light and easy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1475} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fried-Chicken-Oak-Wine-Bar-Lounge.jpg\" alt=\"\" class=\"wp-image-1475\" /><figcaption> Classic Jamaican fried chicken with rice and peas at Oak Wine Bar &amp; Lounge <br><em>(Source: Oak Wine Bar &amp; Cocktail Lounge - Instagram)</em> </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They range across three scrumptious Jamaican dishes: Fried Chicken, Curried\nGoat and Oxtail, served with white rice and rice and peas with raw vegetables.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1464} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Curry-Goat-Display-Pic-Oak-Wine-Bar.jpg\" alt=\"\" class=\"wp-image-1464\" /><figcaption>Succulent curried goat dish at Oak Wine Bar &amp; Lounge <br><em>(Source: Oak Wine Bar &amp; Cocktail Lounge - Instagram)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The welcoming environment is indeed one to enjoy and look forward to. This\ncapped by quality customer service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lunch is served on Saturdays between the hours of 11 am and 4 pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em><strong>—Story written by Andre Cooper </strong></em></p>\n<!-- /wp:paragraph -->','Oak Wine Bar and Cocktail Lounge launches new lunch menu','','inherit','closed','closed','','516-revision-v1','','','2019-08-15 20:23:01','2019-08-16 01:23:01','',516,'https://buzz-caribbean.com/article/516-revision-v1/',0,'revision','',0),(4360,4,'2019-08-15 20:30:32','2019-08-16 01:30:32','<!-- wp:paragraph -->\n<p>Pulling off the asphalted terrain of Lady Musgrave Road in Kingston, Jamaica, you are greeted with a pristine European-style paved courtyard, lined with pockets of low-lying shrubs and flowers evenly spaced between palm trees.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This immaculately kept courtyard is your entrance to the AC Kingston Hotel, which lounge area is quickly becoming the Corporate Area’s ‘It spot’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":841} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC-Hotel-Exterior-1024x683.jpg\" alt=\"\" class=\"wp-image-841\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>A cascading waterfall feature sets the tone for the lounge, steeped in contemporary architectural design, which lies just beyond the glass revolving door. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":842} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Pool-1024x683.jpg\" alt=\"\" class=\"wp-image-842\" /><figcaption>Gueests mingling at the outdoor pool at the AC Marriott Kingston</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> It\'s the newest chill spot for Kingston’s elites, who have already spilt a glass or two of Dom Pérignon on the lounge’s floor, which boast sandstone tiles accented by marble detailing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":843} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Busy-Lobby-1024x592.jpg\" alt=\"\" class=\"wp-image-843\" /><figcaption>Guests mingling in the lobby of AC Marriott</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br><a aria-label=\" (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/carlton-brown-continues-to-make-strides-in-fashion/\" target=\"_blank\" rel=\"noreferrer noopener\">Carltons </a>have rubbed against <a aria-label=\" (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/carlton-brown-continues-to-make-strides-in-fashion/\" target=\"_blank\" rel=\"noreferrer noopener\">Carltons</a> and many <a aria-label=\" (opens in a new tab)\" href=\"https://www.instagram.com/bridgetsandalsja/?hl=en\" target=\"_blank\" rel=\"noreferrer noopener\">Bridgets</a> have trodden the path to the centrepiece — a barista-style bar where many of the island’s bigwigs have already been spotted sampling a variety of alcoholic beverages, among other speciality drinks served-up by the well-clad and polite staff.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":844} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Adam-Stewart-Sharon-Burke-1024x683.jpg\" alt=\"\" class=\"wp-image-844\" /><figcaption>Adam Stewart, Deputy Chairman, of the Sandals/ATL Group chatting with Sharon Burke, CEO of Solid Agency</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>Just beyond the bar, there is a deck complete with a pool and another bar. While AC lounge is definitely the place to get seen, it also has smaller more intimate lounge spaces intertwined with the main lounge, as well as spaces to get some office work done while waiting for others to arrive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":846} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC-Pool-1024x682.jpg\" alt=\"\" class=\"wp-image-846\" /><figcaption>Fluorescent effect on the outdoor pool at night</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> AC lounge oozes glamour and sophistication that is Instagram-worthy but it also has a spiritedness made possible by the thoughtful Jamaican touches displayed throughout the space.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":848} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-1-1024x683.jpg\" alt=\"\" class=\"wp-image-848\" /><figcaption>Captivating  art piece curated by Susan Fredericks at the AC Marriott Kingston</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The bold local art pieces are delicately placed throughout, striking a delicate balance making AC hotel high-end but also accessible. It is a hint of authenticity that could reap financial rewards as global trends show modern tourists are motivated by a localized travel experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See gallery below with stunning art pieces curated by Susan Fredericks at the AC Marriott Kingston.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[851,852,853,854,865]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-2-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"851\" data-link=\"https://buzz-caribbean.com/?attachment_id=851\" class=\"wp-image-851\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-3-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"852\" data-link=\"https://buzz-caribbean.com/?attachment_id=852\" class=\"wp-image-852\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-4-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"853\" data-link=\"https://buzz-caribbean.com/?attachment_id=853\" class=\"wp-image-853\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-5-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"854\" data-link=\"https://buzz-caribbean.com/?attachment_id=854\" class=\"wp-image-854\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Art-6-AC-Marriott-1024x683.jpg\" alt=\"\" data-id=\"865\" data-link=\"https://buzz-caribbean.com/?attachment_id=865\" class=\"wp-image-865\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Story written by Denieca-Alexia Daniels </em></strong></p>\n<!-- /wp:paragraph -->','AC Marriott: Next-Gen Hotel Swag in Jamaica\'s Capital','','inherit','closed','closed','','828-revision-v1','','','2019-08-15 20:30:32','2019-08-16 01:30:32','',828,'https://buzz-caribbean.com/article/828-revision-v1/',0,'revision','',0),(4361,4,'2019-08-15 21:52:19','2019-08-16 02:52:19','<!-- wp:image {\"id\":2120} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-cover-1024x611.jpg\" alt=\"\" class=\"wp-image-2120\" /><figcaption>  Fashionenira says she grew up around fabrics.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After being exposed to fashion at an early age, Devarine\nMclean’s decision to go into the industry was somewhat expected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My mom is a fashion designer and instructor, so I grew up around fabrics and sewing machines. The fashion influence was always there,” said McLean, who is known to many as Fashionenira. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2118} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-EEEE-683x1024.jpg\" alt=\"\" class=\"wp-image-2118\" /><figcaption>  Fashionenira sports one of her eye-catching denim pieces.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Her professional experiment, as she describes it, started in 2013 when she operated a retail online boutique, selling vintage clothing. She would eventually open a physical store in Springs Plaza, Half-Way Tree, St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These days, you can call her the ‘Denim Queen’, as she has been\nmaking waves with the fabric. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2116} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-DDDD-683x1024.jpg\" alt=\"\" class=\"wp-image-2116\" /><figcaption>Denim shorts from Fashionenira are sure to turn heads. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“My obsession for denim began after I made a pair for myself and wore it to a party. I started getting a whole lot of compliments and questions as to where the denim was purchased,” said the 27-year-old designer. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Jamaica, her pieces have been worn by entertainers like Spice,\nSean Paul, Yanique ‘Curvy Diva’ Barrett and Shaq Royal. Unwilling to limit\nherself, McLean wants to work with the likes of Rihanna, Cardi B, Beyoncé, City\nGirls and Megan The Stallion in the future. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2111,2112]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-BB-1024x683.jpg\" alt=\"\" data-id=\"2111\" data-link=\"https://buzz-caribbean.com/?attachment_id=2111\" class=\"wp-image-2111\" /><figcaption> Fashionenira also stands out in the fashion world for her beautiful pieces. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-CCC-683x1024.jpg\" alt=\"\" data-id=\"2112\" data-link=\"https://buzz-caribbean.com/?attachment_id=2112\" class=\"wp-image-2112\" /><figcaption>This ruffled top fits perfectly with this yellow bikini bottom. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>McLean might be a popular designer, but she has another side. She has a consultancy company called BizStart 101 through which she offers advice to budding entrepreneurs in whatever business they choose to start.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <strong><em>— Story written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Fashionenira: Call her the ‘Denim Queen’','','inherit','closed','closed','','2108-revision-v1','','','2019-08-15 21:52:19','2019-08-16 02:52:19','',2108,'https://buzz-caribbean.com/article/2108-revision-v1/',0,'revision','',0),(4362,4,'2019-08-15 21:58:33','2019-08-16 02:58:33','<!-- wp:image {\"id\":1501} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lattecha.jpg-new.jpg\" alt=\"\" class=\"wp-image-1501\" /><figcaption> Lattecha Willocks smiles while creating one of her masterpieces.  (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Years ago, Lattecha Willocks left the hotel industry to become a full-time artist. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is a direction it seems she was meant to go in, as she fell in love with the arts when she was only a child. She was nostalgic as she spoke about her days at a summer camp in Montego Bay, Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I discovered talents I had no idea existed.” </p><cite>— Lattecha Willocks</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Around that same time, the St James Public Library hosted a summer camp for kids in the city, and I participated with my sister. That summer camp changed my life,” said Willocks, who has also lived in Austria. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1493} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/willocksA.jpg\" alt=\"\" class=\"wp-image-1493\" /><figcaption> \'The Art of Gentle Protest\' is one of Willocks stand out pieces. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“That is where I learned to sew and do embroidery, and where I probably wrote my first poem.&nbsp;We drew flowers, made postcards. It was amazing.&nbsp;For the first time, I discovered talents I had no idea existed.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These days, she is a Jill of all trades, as she has co-published a\nbook, and she also paints and draws. In addition, she operates the Lattecha\nWillocks Gallery that is located in Negril, Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She also has an edge as an artist, as she can turn her canvas into\nstatement fashion pieces, like bags. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1494} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/willocksBBB.jpg\" alt=\"\" class=\"wp-image-1494\" /><figcaption> \'Stepping Forward\' was made using acrylic and ink on watercolour paper. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Art is not some highbrow concept that is removed from the life and experiences\nof the average person going about their business. It is vital to find a way to\ninject art in whatever form into our lives,” explained Willocks, who wants to\npublish her book of poetry in 2020. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As she prepares to realise that poetic dream, Willocks can boast that she has achieved every artist’s goal of a solo exhibit, as her artwork has been displayed in Germany and Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em> —Story written by Shania Hanchard </em></strong></p>\n<!-- /wp:paragraph -->','Lattecha Willocks fell in love with art as a child','','inherit','closed','closed','','1481-revision-v1','','','2019-08-15 21:58:33','2019-08-16 02:58:33','',1481,'https://buzz-caribbean.com/article/1481-revision-v1/',0,'revision','',0),(4363,4,'2019-08-15 22:10:57','2019-08-16 03:10:57','<!-- wp:image {\"id\":1918} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-A-1024x683.jpg\" alt=\"\" class=\"wp-image-1918\" /><figcaption>Sanjay Nelson is the owner of  Jae Epic Designer Trendy Fashion Collection. (Photos: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sanjay\nNelson’s small stature made it difficult for clothing to fit him the way he\nwanted them to. So, it was\nno surprise that when he was 14 years old he began\naltering his garments by hand. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite being\ntalented in fashion, Nelson was more fixated on football. And after leaving Seaforth\nHigh School in St Thomas, he went on to work in a supermarket, before landing a\njob at beverage company Wisynco. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1919} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-BB.jpg\" alt=\"\" class=\"wp-image-1919\" /><figcaption>Sanjay Nelson did a course in fashion designing last year. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After ignoring his gift for quite some time, 26-year-old Nelson, who lives in Portmore, St Catherine, eventually asked his dad to purchase a sewing machine for him although he did not know how to use one.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  “After I posted my work on Instagram, I have been getting calls from all<br> over.” </p><cite>— Sanjay Nelson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>While he was at home waiting to get a call from the Heart Garmex Academy, one of his friends told him that a popular sandals company in Kingston wanted someone to stitch leather. Even though he needed the job, Nelson said he was elated when the institution contacted him in August 2018 to do a course in fashion designing. <br> <br>“I need the understanding to construct patterns and designs, that’s why I go to school,” said the father of a two-year-old boy. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1923,1922]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-DDDD-1024x683.jpg\" alt=\"\" data-id=\"1923\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/sanjay-nelson-dddd/\" class=\"wp-image-1923\" /><figcaption>Epic Rigs have been worn by numerous Jamaican celebrities. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sanjay-Nelson-CCC-1024x683.jpg\" alt=\"\" data-id=\"1922\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/sanjay-nelson-ccc/\" class=\"wp-image-1922\" /><figcaption>Sanjay Nelson shows off his creation. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>A year since enrolling at the Kingston-based training facility, Nelson, who is the founder of Jae Epic Designer Trendy Fashion Collection, has created a niche in the entertainment and fashion industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Inspired by the variety of chest rig bags that are trending across the world, Nelson created his line, ‘Epic Rigs’, that has been featured and worn by Jamaican celebrities like Sizzla, Chronic Law and Hot Frass. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1920,1921]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190729-WA0003-768x1024.jpg\" alt=\"\" data-id=\"1920\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/img-20190729-wa0003-2/\" class=\"wp-image-1920\" /><figcaption> Sizzla sporting one of Sanjay Nelson\'s pieces.  </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190729-WA0006.jpg\" alt=\"\" data-id=\"1921\" data-link=\"https://buzz-caribbean.com/article/sanjay-nelson-answers-fashion-calling/img-20190729-wa0006-2/\" class=\"wp-image-1921\" /><figcaption> Entertainer Hot Frass makes a statement with one of the \'Epic Rigs\'. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“After I posted my work on Instagram, I have been getting calls from all over,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Emphasising on his love for patterns, Nelson, who plans to further his studies in fashion designing, said he is looking forward to creating tuxedos and bridal gowns.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=Ft2HVqVOhuY\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Ft2HVqVOhuY&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Jamaican designer pushes \'bulletproof\' swag','','inherit','closed','closed','','1082-revision-v1','','','2019-08-15 22:10:57','2019-08-16 03:10:57','',1082,'https://buzz-caribbean.com/article/1082-revision-v1/',0,'revision','',0),(4364,14,'2019-08-16 05:02:06','2019-08-16 10:02:06','<!-- wp:paragraph -->\n<p>Jamaicans are considered among the coolest people on Earth, and many citizens, especially those traversing social media spaces, see Prime Minister Andrew Holness as our savviest leader in recent times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/42a5f8031dcddf873735dc4503b9b968/5DBC7DCA/t51.2885-15/e35/11930873_1753057154922068_81944720_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Holness\' 2015 post in which he was dusting off a fresh pair of Desert Clarks took social media by storm. The caption accompanying the viral photo paid homage to deejay Vybz Kartel. (Photo: Instagram @AndrewHolnessJM)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Holness, the island’s eighth prime minister, continues to run one of the most engaging platforms on social media – with many drawing comparisons to Canadian PM Justin Trudeau and former US President Barack Obama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2970} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-malaki-1-1024x636.jpg\" alt=\"\" class=\"wp-image-2970\" /><figcaption>Aww! Such a sweet moment between little Makai Lawrence and PM Andrew Holness in January (Photo: Twitter @AndrewHolnessJM )</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From the young to the young-at-heart, just about everywhere our PM makes an appearance, his seemingly calm and endearing aura is infectious.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2964} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-builder-buzz-demo.jpg\" alt=\"\" class=\"wp-image-2964\" /><figcaption>Holness, the #Builder, at the Jamaica Labour Party\'s 75th general conference in 2018 (Photo: Facebook @AndrewHolnessJM)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a man who understands the power of social media and digital engagement, Holness largely owes his shock 2016 general election win to his outstanding presence on Facebook, Twitter, and Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He straddles a delicate balance between being Jamaica’s ‘everyman’ and leader of Government – in a way that demands your attention and provokes your thoughts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But does Holness\' \'cool factor\' really hold up? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"className\":\"instagram-media\"} -->\n<div class=\"wp-block-image instagram-media\"><figure class=\"alignleft\"><img src=\"https://instagram.fktp1-1.fna.fbcdn.net/vp/f80b584a351b4b21d42487a06008dff6/5DAD0DD5/t51.2885-15/e35/11910553_465628773641834_974670672_n.jpg?_nc_ht=instagram.fktp1-1.fna.fbcdn.net\" alt=\"\" /><figcaption>Prime Minister Andrew Holness anticipating a pitch during a game of cricket with students at the Mount Zion Primary School in St James. (Photo: <em>Instagram</em> @AndrewHolnessJM) </figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It turns out that there are few holes in this plot, as time and time again, Holness and his team have evolved and adapted to capitalise on the use of social media and its impact on Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rolling back the clock, <strong>BUZZ</strong> has delved deep into Holness’ timeline to share some of his \'coolest\' moments since 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Check out our gallery below</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"158\",\"159\",\"160\",\"161\",\"162\",\"163\",\"2966\",\"2967\",\"2968\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-negril-1-1024x651.jpg\" alt=\"\" data-id=\"158\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-negril-1/\" class=\"wp-image-158\" /><figcaption>November 2015, the then-Opposition leader sips a jelly coconut after leaving the PNP in tatters after they rejected calls for a national debate (Photos: Instagram @AndrewHolnessJM)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-nesbeth-performance1-1024x576.jpg\" alt=\"\" data-id=\"159\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-nesbeth-performance1/\" class=\"wp-image-159\" /><figcaption>Recording artiste Nesbeth hands over the chorus of his mega-hit \'My Dream\' to newly installed PM Holness at the swearing-in ceremony in March 2016 (Photo: YouTube)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-family1-1024x603.jpg\" alt=\"\" data-id=\"160\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-family1/\" class=\"wp-image-160\" /><figcaption>The Holnesses embodying active family goals in this 2016 snap (Photo: Twitter @AndrewHolnessJM)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-norman-dunn-20171-1024x582.jpg\" alt=\"\" data-id=\"161\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-norman-dunn-20171/\" class=\"wp-image-161\" /><figcaption>\'Only we who understan\' it can cross it!\' No road? No problem for Andrew Holness and eventual by-election winner for South East St. Mary, Dr. Norman Dunn (Photo: YouTube)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/andrew-holness-community-football1-1024x634.jpg\" alt=\"\" data-id=\"162\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-community-football1/\" class=\"wp-image-162\" /><figcaption>Holness, while still in Opposition, chills with members of West Central St. Andrew in 2015 (Photo: NegrilStories.com)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Screen-Shot-2019-07-17-at-5.55.51-PM-1024x728.jpg\" alt=\"\" data-id=\"163\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/screen-shot-2019-07-17-at-5-55-51-pm/\" class=\"wp-image-163\" /><figcaption>Selfie time! After a courtesy call with the Jamaica Prefects\' Associated in April 2019, Holness channels his inner millenial with a viral group pic (Photo: Twitter @AndrewHolnessJM) </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-malaki-1024x636.jpg\" alt=\"\" data-id=\"2966\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-malaki/\" class=\"wp-image-2966\" /><figcaption>AWWWW...! Little Makai Lawrence wrote to PM Holness in December 2018 asking to meet with him, and just as a surprise for the New Year - he showed up! (Photo: Twitter @AndrewHolnessJM)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-east-portland-1024x615.jpg\" alt=\"\" data-id=\"2967\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-east-portland/\" class=\"wp-image-2967\" /><figcaption>Mutual respect between this East Portland resident and PM Holness in March (Photo: Twitter @AndrewHolnessJM)</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-placehotb-tweet.jpg\" alt=\"\" data-id=\"2968\" data-link=\"https://buzz-caribbean.com/article/is-andrew-holness-jamaicas-coolest-prime-minister/andrew-holness-placehotb-tweet/\" class=\"wp-image-2968\" /><figcaption>Jamaicans have an uncanny way of finding humour out of everything - even this blistering heat! PM Holness took a different approach, offering his words of caution to the viral #PlaceHotB hashtag (Photo: Twitter @AndrewHolnessJM)</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:image {\"id\":3889} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Andrew-Holness-Cool-B-NEW-1024x683.jpg\" alt=\"\" class=\"wp-image-3889\" /><figcaption>Prime Minister Andrew Holness attempts a penalty kick on Paul Lane, Olympic Gardens (Photo: Richard Hamilton)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Just a little extra <strong>BUZZ</strong>, here\'s a sitdown between Andrew Holness and dancehall artiste Popcaan. The pair were on hand for the historic groundbreaking ceremony in St Thomas in June. <strong><em>See video below</em></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BzMTJt2F2Rw/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BzMTJt2F2Rw/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you believe Andrew Holness is our coolest Prime Minister? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the <strong>BUZZ</strong> comment section below!</p>\n<!-- /wp:paragraph -->','Is Andrew Holness Jamaica’s coolest Prime Minister?','','inherit','closed','closed','','124-revision-v1','','','2019-08-16 05:02:06','2019-08-16 10:02:06','',124,'https://buzz-caribbean.com/article/124-revision-v1/',0,'revision','',0),(4365,4,'2019-08-16 08:10:48','2019-08-16 13:10:48','<!-- wp:paragraph -->\n<p>Jik-Reuben Pringle is a 28-year-old Jamaican photographer, who is known for his captivating story-telling portraits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":582} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-1.jpg\" alt=\"\" class=\"wp-image-582\" /><figcaption>The \'Visual Ninja\' himself (Photo: Jik-Reuben Pringle)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Personally, photography is an important channel of\ncommunicating. Not everyone can feel from just reading but [people] definitely\nget sparked or triggered from a visual representation of a message,” he\nexplained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":583} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-2.jpg\" alt=\"\" class=\"wp-image-583\" /><figcaption>The award-winning \'Sun and Moon Eclipse\' piece (Photo: Jik-Reuben Pringle)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pringle is hailed as a ‘visual advocate’ due to his unique, bold representation of illnesses through photography.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Known in the local creative spaces as the \'Visual Ninja\', Jik-Reuben recently finished his <strong>Made for More</strong> project with Davian Bennett, which was lauded for exceptionally tackling Endometriosis and other societal topics. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":585} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-3.jpg\" alt=\"\" class=\"wp-image-585\" /><figcaption>Jik-Reuben\'s DOMZ piece (Photo: Jik-Reuben Pringle) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He is currently working with Sanshegay Peart (S.A.C.E) on a project/documentary to bring awareness to a rare bone disease called Osteogenesis Imprefecta.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":584} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-4.jpg\" alt=\"\" class=\"wp-image-584\" /><figcaption> Sanshegay Peart (S.A.C.E) stands as Jik-Reuben\'s muse as the pair bring awareness to Osteogenesis Imperfecta (Photo: Jik-Reuben Pringle)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“My influences definitely move from various places, music, artists and even family members, some of the primary ones are members of the Reggae Revival. I love pulling references from documentaries, other art forms, such as writing, paints, and illustrations,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He named two recent influences, Justice Mukheli and Andre D.\nWagner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I did always peep the works of Ansel Adams, Gordon Parks and my mentor lizzy brown (yes in all lower case, that’s her vibe). It was in planning for that project I discovered how I could use portraits to uplift and highlight the black woman.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pringle is currently working on a potential 10-year anniversary piece that will go on exhibit in October 2020.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Shania Hanchard </em></strong></p>\n<!-- /wp:paragraph -->','\'Visual Ninja\': Compelling stories through photography','','inherit','closed','closed','','581-revision-v1','','','2019-08-16 08:10:48','2019-08-16 13:10:48','',581,'https://buzz-caribbean.com/article/581-revision-v1/',0,'revision','',0),(4366,16,'2019-08-16 08:40:28','2019-08-16 13:40:28','<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=TaUA_Jc-hjc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=TaUA_Jc-hjc\n</div></figure>\n<!-- /wp:embed -->','Garth Walker invests millions in expanding Adam &amp; Eve Spa Pt 1','','inherit','closed','closed','','4120-autosave-v1','','','2019-08-16 08:40:28','2019-08-16 13:40:28','',4120,'https://buzz-caribbean.com/article/4120-autosave-v1/',0,'revision','',0),(4367,23,'2019-08-16 10:01:56','2019-08-16 15:01:56','<!-- wp:embed {\"url\":\"https://youtu.be/8vzuG14FZis\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/8vzuG14FZis\n</div></figure>\n<!-- /wp:embed -->','Chappy drops official video for viral hit St E Gyal','','publish','closed','closed','','chappy-drops-official-video-for-viral-hit-st-e-gyal','','','2019-08-16 10:01:57','2019-08-16 15:01:57','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=4367',0,'video','',0),(4368,4,'2019-08-16 09:57:56','2019-08-16 14:57:56','','Screenshot (39)','','inherit','open','closed','','screenshot-39','','','2019-08-16 09:57:56','2019-08-16 14:57:56','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-39.png',0,'attachment','image/png',0),(4370,4,'2019-08-16 10:31:45','2019-08-16 15:31:45','<!-- wp:paragraph -->\n<p>Eating healthy? Check. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Exercising? Check. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Going to bed early? Check. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Doing the typical stuff that should make you feel as though you\'re in fact on the healthier side of life? I bet even for this too you’d probably say check. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But check this out, not to burst your bubble, but the sad reality is that approximately 58 per cent of you are actually engaging in one or more bad habits that affect the progress of the fruitful long life that you, my dear readers so desire. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We know....easy to make, hard to break - but let\'s take the first step of identifying them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Drinking high-sugar beverages</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>I am pretty sure you must have reached a point where you are just about tired to hear songs about how sodas and high sugar drinks affect your health negatively. Still, should we do the count on how many glasses or bottles of sugary drinks you\'ve had already?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I’m guilty of downing one too many bottles of that guilty pleasure and I can assert that you probably have too. But food for thought people, don’t you think all these high sugar-sweetened drinks could possibly link to health complications. Diabetes, kidney disease? Wooooaaa… health-alert<br> right? Let\'s try to reduce the number of servings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Watching too much TV</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>(Bro, you must be kidding me? TV too?!  It\'s summer and the time is pretty hot and possibly if you’re like me with nowhere to go, your remote control and Netflix account are your best friends.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But noodles doodles, another health alert, a study conducted by the Northern California Institute for Research and Education at the Veterans Affairs Medical Center in San Francisco reviewed the television habits of more than 3,200 people, who were 25 years old, on average, at the start of the study. Bad news folks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Those who watched more than 3 hours of TV per day on average over the course of the next 25 years were more likely to perform poorly on certain cognitive tests in comparison to those who spent significantly less time in front of the screen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Study author Tina D. Hoang, of Northern California Institute for Research and Education, urged persons to get moving. \"Being physically active at any time in your life is good for your brain,\" Hoang said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Going outside for even a minute may in fact do you so much good (don\'t forget your sunscreen for more extended walks).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Sitting all-day</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Well, well, well, news flash - who knew sitting around all day could pose a  health risk. Darn.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Research has proven that modern-day bad habits could be linked to poor brain function as well as a high risk of heart disease and diabetes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Imagine getting all this just from sitting. An easy fix? Get up, get stepping and give your butt a rest. Some experts suggest taking at least 250 steps per hour for at least 9 hours per day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Article written by Shavanya Smikle </em></strong></p>\n<!-- /wp:paragraph -->','Simple Habits That May Be Affecting Your Health','','inherit','closed','closed','','888-revision-v1','','','2019-08-16 10:31:45','2019-08-16 15:31:45','',888,'https://buzz-caribbean.com/article/888-revision-v1/',0,'revision','',0),(4371,4,'2019-08-16 10:32:32','2019-08-16 15:32:32','<!-- wp:paragraph -->\n<p>Eating healthy? Check. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Exercising? Check. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Going to bed early? Check. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Doing the typical stuff that should make you feel as though you\'re in fact on the healthier side of life? I bet even for this too you’d probably say check. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But check this out, not to burst your bubble, but the sad reality is that approximately 58 per cent of you are actually engaging in one or more bad habits that affect the progress of the fruitful long life that you, my dear readers so desire. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We know....easy to make, hard to break - but let\'s take the first step of identifying them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Drinking high-sugar beverages</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>I am pretty sure you must have reached a point where you are just about tired to hear songs about how sodas and high sugar drinks affect your health negatively. Still, should we do the count on how many glasses or bottles of sugary drinks you\'ve had already?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I’m guilty of downing one too many bottles of that guilty pleasure and I can assert that you probably have too. But food for thought people, don’t you think all these high sugar-sweetened drinks could possibly link to health complications. Diabetes, kidney disease? Wooooaaa… health-alert<br> right? Let\'s try to reduce the number of servings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Watching too much TV</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>(Bro, you must be kidding me? TV too?!  It\'s summer and the time is pretty hot and possibly if you’re like me with nowhere to go, your remote control and Netflix account are your best friends.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But noodles doodles, another health alert, a study conducted by the Northern California Institute for Research and Education at the Veterans Affairs Medical Center in San Francisco reviewed the television habits of more than 3,200 people, who were 25 years old, on average, at the start of the study. Bad news folks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Those who watched more than 3 hours of TV per day on average over the course of the next 25 years were more likely to perform poorly on certain cognitive tests in comparison to those who spent significantly less time in front of the screen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Study author Tina D. Hoang, of Northern California Institute for Research and Education, urged persons to get moving. \"Being physically active at any time in your life is good for your brain,\" Hoang said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Going outside for even a minute may in fact do you so much good (don\'t forget your sunscreen for more extended walks).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Sitting all-day</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Well, well, well, news flash - who knew sitting around all day could pose a  health risk. Darn.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Research has proven that modern-day bad habits could be linked to poor brain function as well as a high risk of heart disease and diabetes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Imagine getting all this just from sitting. An easy fix? Get up, get stepping and give your butt a rest. Some experts suggest taking at least 250 steps per hour for at least 9 hours per day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Article written by Shavanya Smikle </em></strong></p>\n<!-- /wp:paragraph -->','Simple habits that may be affecting your health','','inherit','closed','closed','','888-revision-v1','','','2019-08-16 10:32:32','2019-08-16 15:32:32','',888,'https://buzz-caribbean.com/article/888-revision-v1/',0,'revision','',0),(4372,11,'2019-08-16 12:02:04','2019-08-16 17:02:04','<!-- wp:paragraph -->\n<p>Kevaun Hamilton has been thinking outside the box. Or perhaps, inside. The conceptualizer and founder of <strong>JamBoxJA</strong> (“I designed everything myself”) is feeling good about his first-ever entrepreneurial venture. And by the&nbsp;way, it’s what’s IN the box that matters. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4394} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kevaun-Hamilton-1024x683.jpg\" alt=\"\" class=\"wp-image-4394\" /><figcaption> Kevaun Hamilton, owner of subscription service JamBoxJA displays one of the snack packages. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But hold on... “The aim is mystery, a surprise,” says Kevaun.<strong> </strong>JamBoxJA is a unique, monthly subscription service, which aims to bring a box full of Jamaican deliciousness, “straight from Yard,” to any address worldwide, shipping costs included. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4376} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Snacks-Galore-1024x683.jpg\" alt=\"\" class=\"wp-image-4376\" /><figcaption>Chock-full of tasty treats in one of the snack boxes available from JamBoxJA</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Currently on offer, there is a Snack Box and a Spice Box, each packed with a variety of made-in-Jamaica goodies. The fun part is, you never know exactly what you’re getting.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4379} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Spice-Box-Large-1024x1024.jpg\" alt=\"\" class=\"wp-image-4379\" /><figcaption>Spices anyone? One of the large spice boxes available through JamBoxJA.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You know when you just “feel for” something - in the middle of the night or on a quiet afternoon? Or perhaps you’re a Jamaican living overseas and yearning for a taste of home. Those special treats aren’t available in your corner shop in “foreign.” The homesickness is real. You long to nibble on one of your favourite snacks from schooldays! Ah, the nostalgia! “Or - you can just surprise yourself,” Kevaun points out. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4383} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Spice-Box-Small.png\" alt=\"\" class=\"wp-image-4383\" /><figcaption>Customers have the option to choose from small or large spice boxes.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “The aim is mystery, a surprise” </p><cite>Kevaun Hamilton, owner, JamBoxJA</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>So, JamBoxJA to the rescue. It launched just six months ago. You can <a rel=\"noreferrer noopener\" aria-label=\"subscribe on the website (opens in a new tab)\" href=\"https://www.jamboxja.com/\" target=\"_blank\">subscribe on the website</a> and you can find them on social media. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4382} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Small-Snack-Box-1024x1024.jpg\" alt=\"\" class=\"wp-image-4382\" /><figcaption>Surprise yourself with a range of delicious snacks to choose from.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Right now, Kevaun is focused on building the business and fine-tuning his products. He is always looking for new spicy, savoury or sweet “nyammings” to include. If there are dietary or other concerns, JamBoxJA will accommodate them. “We’re flexible,” says Kevaun. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BxgRvi3lo39/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BxgRvi3lo39/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>What’s his own personal Snack Du Jour? It’s a certain popular cheesy snack, mix</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4384} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Grab-A-Snack-1024x683.jpg\" alt=\"\" class=\"wp-image-4384\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kevaun laughs. “Snacks are our favourite pastime, aren’t they? Try to imagine your life without them. I think we would go crazy!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4385} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Snack-Box-Large-1024x1024.jpg\" alt=\"\" class=\"wp-image-4385\" /><figcaption>One of the large snack boxes available from JamBoxJA.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We can’t argue with that. And come to think of it, we are\nfeeling a little... (Rustling sounds).</p>\n<!-- /wp:paragraph -->','Jamaica in a box: Kevaun Hamilton’s mystery packages bring joy','','publish','open','closed','','jamaica-in-a-box-kevaun-hamiltons-mystery-packages-bring-joy','','','2019-08-16 12:28:52','2019-08-16 17:28:52','',0,'https://buzz-caribbean.com/?p=4372',0,'post','',0),(4373,21,'2019-08-16 12:01:56','2019-08-16 17:01:56','<!-- wp:image {\"id\":4380} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/asap-rocky-3.jpg\" alt=\"\" class=\"wp-image-4380\" /><figcaption>ASAP Rocky was ordered to compensate his assault victim. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A$AP Rocky has been ordered to pay US $1,300 compensation to his victim after being found guilty of assault by a Swedish court.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 30-year-old rapper and his co-defendants Bladimir Corniel and David Rispers were found guilty of assault by a Swedish court on Wednesday and ordered to pay to their 19-year-old victim, Mustafa Jafari.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The sum will be split between the trio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A$AP and his friends were arrested in Stockholm, Sweden, in July for their involvement in a fight prior to a music festival and after being found guilty, they were given a suspended prison sentence. Swedish prosecutors had asked for them to be given a six-month prison sentence but they won\'t have to serve any more jail time, after being released on August 2.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rocky had claimed that the victim harassed his entourage, and had attacked his bodyguard before the fight.</p>\n<!-- /wp:paragraph -->','ASAP Rocky ordered to pay assault victim compensation','','publish','open','closed','','asap-rocky-ordered-to-pay-assault-victim-compensation','','','2019-08-16 12:01:56','2019-08-16 17:01:56','',0,'https://buzz-caribbean.com/?p=4373',0,'post','',0),(4374,21,'2019-08-16 11:37:57','2019-08-16 16:37:57','','Kevaun','','inherit','open','closed','','kevaun','','','2019-08-16 11:37:57','2019-08-16 16:37:57','',4372,'https://buzz-caribbean.com/app/uploads/2019/08/Kevaun.jpg',0,'attachment','image/jpeg',0),(4375,4,'2019-08-16 11:38:22','2019-08-16 16:38:22','<!-- wp:paragraph -->\n<p>A$AP Rocky has been ordered to pay $1,300 compensation to his victim after being found guilty of assault by a Swedish court.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 30-year-old rapper and his co-defendants Bladimir Corniel and David Rispers were found guilty of assault by a Swedish court on Wednesday (08.14.19) and ordered to pay $1,300 to their 19-year-old victim, Mustafa Jafari. <br> <br> The sum will be split between the trio, while the victim had initially sought $16,000, the New York Times reports. <br> <br> A$AP and his friends were arrested in Stockholm, Sweden, in July for their involvement in a fight prior to a music festival and after being found guilty, they were given a suspended prison sentence. <br> <br> Swedish prosecutors had asked for them to be given a six-month prison sentence but they won\'t have to serve any more jail time, after being released on August 2nd. <br> <br> It has been reported that a more serious sentence was not handed down because prosecutors could not prove a bottle was used in the attack. <br> <br> Journalist Alex Marshall tweeted: \"#ASAPRocky didn\'t get a stronger sentence as the prosecutor couldn\'t prove a bottle was used in the attack says the lead judge.\"<br> <br> The court said in a statement, obtained by BBC News: \"The assault has not been of such a serious nature that a prison sentence must be chosen,\" the court said in a statement.<br> <br> \"The defendants are therefore sentenced to conditional sentences.\"<br> <br> While the defendants had claimed they were defending themselves against Jafari, the court said they were \"not in a situation where they were entitled to self-defense\" and added that they \"assaulted the victim by hitting and kicking him as he lay on the ground.\"<br> <br> The court continued: \"The artist has also thrown the victim to the ground and stepped on his arm.\"<br> <br> Rocky had claimed that the victim harassed his entourage, and had attacked his bodyguard before the fight. <br> <br> Jafari was awarded damages for \"the violation of his integrity and for pain and suffering\". </p>\n<!-- /wp:paragraph -->','ASAP Rocky ordered to pay assault victim compensation','','inherit','closed','closed','','4373-revision-v1','','','2019-08-16 11:38:22','2019-08-16 16:38:22','',4373,'https://buzz-caribbean.com/article/4373-revision-v1/',0,'revision','',0),(4376,21,'2019-08-16 11:41:30','2019-08-16 16:41:30','','Snacks-Galore','','inherit','open','closed','','snacks-galore','','','2019-08-16 11:41:30','2019-08-16 16:41:30','',4372,'https://buzz-caribbean.com/app/uploads/2019/08/Snacks-Galore.jpg',0,'attachment','image/jpeg',0),(4378,4,'2019-08-16 11:43:41','2019-08-16 16:43:41','<!-- wp:paragraph -->\n<p>Jik-Reuben Pringle is a 28-year-old Jamaican photographer, who is known for his captivating story-telling portraits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":582} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-1.jpg\" alt=\"\" class=\"wp-image-582\" /><figcaption>The \'Visual Ninja\' himself (Photo: Jik-Reuben Pringle)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Personally, photography is an important channel of\ncommunicating. Not everyone can feel from just reading but [people] definitely\nget sparked or triggered from a visual representation of a message,” he\nexplained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":583} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-2.jpg\" alt=\"\" class=\"wp-image-583\" /><figcaption>The award-winning \'Sun and Moon Eclipse\' piece (Photo: Jik-Reuben Pringle)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pringle is hailed as a ‘visual advocate’ due to his unique, bold representation of illnesses through photography.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Known in the local creative spaces as the \'Visual Ninja\', Jik-Reuben finished his <strong>Made for More</strong> project two years ago with Davianne Tucker, which was lauded for exceptionally tackling Endometriosis and other societal topics. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":585} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-3.jpg\" alt=\"\" class=\"wp-image-585\" /><figcaption>Jik-Reuben\'s DOMZ piece (Photo: Jik-Reuben Pringle) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He is currently working with Sanshegay Peart (S.A.C.E) on a project/documentary to bring awareness to a rare bone disease called Osteogenesis Imprefecta.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":584} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jik-rueben-4.jpg\" alt=\"\" class=\"wp-image-584\" /><figcaption> Sanshegay Peart (S.A.C.E) stands as Jik-Reuben\'s muse as the pair bring awareness to Osteogenesis Imperfecta (Photo: Jik-Reuben Pringle)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“My influences definitely move from various places, music, artists and even family members, some of the primary ones are members of the Reggae Revival. I love pulling references from documentaries, other art forms, such as writing, paints, and illustrations,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He named two recent influences, Justice Mukheli and Andre D.\nWagner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pringle is currently working on a potential 10-year anniversary piece that will go on exhibit in October 2020.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Shania Hanchard </em></strong></p>\n<!-- /wp:paragraph -->','\'Visual Ninja\': Compelling stories through photography','','inherit','closed','closed','','581-revision-v1','','','2019-08-16 11:43:41','2019-08-16 16:43:41','',581,'https://buzz-caribbean.com/article/581-revision-v1/',0,'revision','',0),(4379,21,'2019-08-16 11:44:01','2019-08-16 16:44:01','','Spice-Box-Large','','inherit','open','closed','','spice-box-large','','','2019-08-16 11:44:01','2019-08-16 16:44:01','',4372,'https://buzz-caribbean.com/app/uploads/2019/08/Spice-Box-Large.jpg',0,'attachment','image/jpeg',0),(4380,4,'2019-08-16 11:44:56','2019-08-16 16:44:56','','ASAP Rocky arrives at the Los Angeles premiere of \'Divergent\'','ASAP Rocky arrives at the premiere of Summit Entertainment\'s \'Divergent\' at the Regency Bruin Theatre on March 18, 2014 in Los Angeles, California. (Photo by John Salangsang | LEP | Splash)\n<P>\nPictured: ASAP Rocky\n<P><B>Ref: SPL722047  180314  </B><BR />\nPicture by: John Salangsang/Splash News <BR />\n</P><P>\n<B>Splash News and Pictures</B><BR />\nLos Angeles:	310-821-2666<BR />\nNew York:	212-619-2666<BR />\nLondon:	870-934-2666<BR />\nphotodesk@splashnews.com<BR />\n</P>','inherit','open','closed','','asap-rocky-arrives-at-the-los-angeles-premiere-of-divergent','','','2019-08-16 12:01:46','2019-08-16 17:01:46','',4373,'https://buzz-caribbean.com/app/uploads/2019/08/asap-rocky-3.jpg',0,'attachment','image/jpeg',0),(4381,4,'2019-08-16 11:45:38','2019-08-16 16:45:38','<!-- wp:image {\"id\":4380} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/asap-rocky-3.jpg\" alt=\"\" class=\"wp-image-4380\" /><figcaption>ASAP Rocky was ordered to compensate his assault victim.<br><p> </p></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A$AP Rocky has been ordered to pay $1,300 compensation to his victim after being found guilty of assault by a Swedish court.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 30-year-old rapper and his co-defendants Bladimir Corniel and David Rispers were found guilty of assault by a Swedish court on Wednesday (08.14.19) and ordered to pay $1,300 to their 19-year-old victim, Mustafa Jafari. <br> <br> The sum will be split between the trio, while the victim had initially sought $16,000, the New York Times reports. <br> <br> A$AP and his friends were arrested in Stockholm, Sweden, in July for their involvement in a fight prior to a music festival and after being found guilty, they were given a suspended prison sentence. <br> <br> Swedish prosecutors had asked for them to be given a six-month prison sentence but they won\'t have to serve any more jail time, after being released on August 2nd. <br> <br> It has been reported that a more serious sentence was not handed down because prosecutors could not prove a bottle was used in the attack. <br> <br> Journalist Alex Marshall tweeted: \"#ASAPRocky didn\'t get a stronger sentence as the prosecutor couldn\'t prove a bottle was used in the attack says the lead judge.\"<br> <br> The court said in a statement, obtained by BBC News: \"The assault has not been of such a serious nature that a prison sentence must be chosen,\" the court said in a statement.<br> <br> \"The defendants are therefore sentenced to conditional sentences.\"<br> <br> While the defendants had claimed they were defending themselves against Jafari, the court said they were \"not in a situation where they were entitled to self-defense\" and added that they \"assaulted the victim by hitting and kicking him as he lay on the ground.\"<br> <br> The court continued: \"The artist has also thrown the victim to the ground and stepped on his arm.\"<br> <br> Rocky had claimed that the victim harassed his entourage, and had attacked his bodyguard before the fight. <br> <br></p>\n<!-- /wp:paragraph -->','ASAP Rocky ordered to pay assault victim compensation','','inherit','closed','closed','','4373-revision-v1','','','2019-08-16 11:45:38','2019-08-16 16:45:38','',4373,'https://buzz-caribbean.com/article/4373-revision-v1/',0,'revision','',0),(4382,21,'2019-08-16 11:48:39','2019-08-16 16:48:39','','Small-Snack-Box','','inherit','open','closed','','small-snack-box','','','2019-08-16 11:48:39','2019-08-16 16:48:39','',4372,'https://buzz-caribbean.com/app/uploads/2019/08/Small-Snack-Box.jpg',0,'attachment','image/jpeg',0),(4383,21,'2019-08-16 11:52:06','2019-08-16 16:52:06','','Spice-Box-Small','','inherit','open','closed','','spice-box-small','','','2019-08-16 11:52:06','2019-08-16 16:52:06','',4372,'https://buzz-caribbean.com/app/uploads/2019/08/Spice-Box-Small.png',0,'attachment','image/png',0),(4384,21,'2019-08-16 11:54:48','2019-08-16 16:54:48','','Grab-A-Snack','','inherit','open','closed','','grab-a-snack','','','2019-08-16 11:54:48','2019-08-16 16:54:48','',4372,'https://buzz-caribbean.com/app/uploads/2019/08/Grab-A-Snack.jpg',0,'attachment','image/jpeg',0),(4385,21,'2019-08-16 11:58:55','2019-08-16 16:58:55','','Snack-Box-Large','','inherit','open','closed','','snack-box-large','','','2019-08-16 11:58:55','2019-08-16 16:58:55','',4372,'https://buzz-caribbean.com/app/uploads/2019/08/Snack-Box-Large.jpg',0,'attachment','image/jpeg',0),(4386,4,'2019-08-16 12:01:56','2019-08-16 17:01:56','<!-- wp:image {\"id\":4380} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/asap-rocky-3.jpg\" alt=\"\" class=\"wp-image-4380\" /><figcaption>ASAP Rocky was ordered to compensate his assault victim. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A$AP Rocky has been ordered to pay US $1,300 compensation to his victim after being found guilty of assault by a Swedish court.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 30-year-old rapper and his co-defendants Bladimir Corniel and David Rispers were found guilty of assault by a Swedish court on Wednesday and ordered to pay to their 19-year-old victim, Mustafa Jafari.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The sum will be split between the trio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A$AP and his friends were arrested in Stockholm, Sweden, in July for their involvement in a fight prior to a music festival and after being found guilty, they were given a suspended prison sentence. Swedish prosecutors had asked for them to be given a six-month prison sentence but they won\'t have to serve any more jail time, after being released on August 2.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rocky had claimed that the victim harassed his entourage, and had attacked his bodyguard before the fight.</p>\n<!-- /wp:paragraph -->','ASAP Rocky ordered to pay assault victim compensation','','inherit','closed','closed','','4373-revision-v1','','','2019-08-16 12:01:56','2019-08-16 17:01:56','',4373,'https://buzz-caribbean.com/article/4373-revision-v1/',0,'revision','',0),(4387,21,'2019-08-16 12:02:04','2019-08-16 17:02:04','<!-- wp:paragraph -->\n<p>Kevaun Hamilton has been thinking outside the box. Or perhaps, inside. The conceptualizer and founder of <strong>JamBoxJA</strong> (“I designed everything myself”) is feeling good about his first-ever entrepreneurial venture. And by the way, it’s what’s IN the box that matters.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4374} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kevaun-1024x664.jpg\" alt=\"\" class=\"wp-image-4374\" /><figcaption>Kevaun Hamilton, owner of subscription service JamBoxJA displays one of the snack packages.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But hold on... “The aim is mystery, a surprise,” says Kevaun.<strong> </strong>JamBoxJA is a unique, monthly subscription service, which aims to bring a box full of Jamaican deliciousness, “straight from Yard,” to any address worldwide, shipping costs included. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4376} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Snacks-Galore-1024x683.jpg\" alt=\"\" class=\"wp-image-4376\" /><figcaption>Chock-full of tasty treats in one of the snack boxes available from JamBoxJA</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Currently on offer, there is a Snack Box and a Spice Box, each packed with a variety of made-in-Jamaica goodies. The fun part is, you never know exactly what you’re getting. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4379} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Spice-Box-Large-1024x1024.jpg\" alt=\"\" class=\"wp-image-4379\" /><figcaption>Spices anyone? One of the large spice boxes available through JamBoxJA</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You know when you just “feel for” something - in the middle of the night or on a quiet afternoon? Or perhaps you’re a Jamaican living overseas and yearning for a taste of home. Those special treats aren’t available in your corner shop in “foreign.” The homesickness is real. You long to nibble on one of your favourite snacks from schooldays! Ah, the nostalgia! “Or - you can just surprise yourself,” Kevaun points out.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4383} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Spice-Box-Small.png\" alt=\"\" class=\"wp-image-4383\" /><figcaption>Customers have the option to choose from small or large spice boxes</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “The aim is mystery, a surprise” </p><cite>Kevaun Hamilton, owner, JamBoxJA</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>So, JamBoxJA to the rescue. It launched just six months ago. You can <a rel=\"noreferrer noopener\" aria-label=\"subscribe on the website (opens in a new tab)\" href=\"https://www.jamboxja.com/\" target=\"_blank\">subscribe on the website</a> and you can find them on social media. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4382} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Small-Snack-Box-1024x1024.jpg\" alt=\"\" class=\"wp-image-4382\" /><figcaption>Surprise yourself with a range of delicious snacks to choose from</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Right now, Kevaun is focused on building the business and fine-tuning his products. He is always looking for new spicy, savoury or sweet “nyammings” to include. If there are dietary or other concerns, JamBoxJA will accommodate them. “We’re flexible,” says Kevaun.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BxgRvi3lo39/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BxgRvi3lo39/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>What’s his own personal Snack Du Jour? It’s a certain popular cheesy snack, mix</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4384} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Grab-A-Snack-1024x683.jpg\" alt=\"\" class=\"wp-image-4384\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kevaun laughs. “Snacks are our favourite pastime, aren’t they? Try to imagine your life without them. I think we would go crazy!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4385} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Snack-Box-Large-1024x1024.jpg\" alt=\"\" class=\"wp-image-4385\" /><figcaption>One of the large snack boxes available from JamBoxJA</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We can’t argue with that. And come to think of it, we are\nfeeling a little... (Rustling sounds).</p>\n<!-- /wp:paragraph -->','Jamaica in a Box: Kevaun Hamilton’s Mystery Packages Bring Joy','','inherit','closed','closed','','4372-revision-v1','','','2019-08-16 12:02:04','2019-08-16 17:02:04','',4372,'https://buzz-caribbean.com/article/4372-revision-v1/',0,'revision','',0),(4388,9,'2019-08-16 12:08:04','2019-08-16 17:08:04','<!-- wp:paragraph -->\n<p>Men with big feet ... they have big pockets! They are also said to have something else that is oversized and that usually get women scrutinising the male mid-section with blatant curiosity. As long as there\'s been storytelling, there\'s been the tale that men with big feet have large penises, hence those who sport shoe size eleven or larger can be seen strutting around like peacocks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2474} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Big-Feet.jpg\" alt=\"\" class=\"wp-image-2474\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Well according to the measuring tape, the claims of ‘big feet, big meat’ do not measure up to the findings of countless urologists who bravely go where angels fear to tread. They explore the regions of the male anatomy and have concluded that there is little empirical evidence to support the supposed foot-penis size connection. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2476,\"align\":\"center\",\"width\":455,\"height\":313} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/False.png\" alt=\"\" class=\"wp-image-2476\" width=\"455\" height=\"313\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In 1993 two Canadian doctors measured the height, foot size and penile length of 63 men. The correlation was founded to be pretty weak. Later, the researchers, who won the 1998 Nobel Prize for the study, shared that trying to predict penis size based on a man’s foot was a lesson in futility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Once again the link was not supported by the research. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A few years later Korean researchers tried their hands at seeing if the myth matched the mathematics and measured the length and circumference of 655 Korean men’s flaccid penises, as well as the size of their feet, length of their toes and fingers, the sizes of their ears, mouth and even the amount of hair on their heads. Talk about being thorough! Once again the link was not supported by the research. Sad news for some 655 men!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2477} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Measuring-Tape-1024x683.jpg\" alt=\"\" class=\"wp-image-2477\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Another study conducted by the\nUniversity College London published in the British Journal of Urology\nInternational determined that there is no link between penis size and shoe\nsize. They observed 104 patients, men of all ages, at the London urology clinic.\nResearchers measured the length of a flaccid penis when stretched and later\nrecorded their shoe size. No match. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> In general, men have a penis size that is proportionate to their overall body structure. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>There is no hard (all puns intended!) and fast rule about penis size. You cannot look at a man’s feet, his ears, length of his arm from his wrist to his elbow and know if he is packing. None of that is a determinant as to whether he can walk on three legs or two. In general, men have a penis size that is proportionate to their overall body structure. Even so, there is no set rule to ‘dick determination’, &nbsp;plus one’s genetic makeup or DNA is another big factor so all those men who are wearing shoes bigger than their feet to impress the ladies, the jig is up and you can stop now.</p>\n<!-- /wp:paragraph -->','Men with big feet…','','inherit','closed','closed','','2473-revision-v1','','','2019-08-16 12:08:04','2019-08-16 17:08:04','',2473,'https://buzz-caribbean.com/article/2473-revision-v1/',0,'revision','',0),(4389,9,'2019-08-16 12:09:20','2019-08-16 17:09:20','<!-- wp:image {\"id\":1596} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Male-Pedicure-1024x576.jpg\" alt=\"\" class=\"wp-image-1596\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They say short men tear up sheet, I say men with ‘yam foot’ tear them up even more! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You know the type: calloused, crusty, ashy and accompanied by hammer toes and blackened nails. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lotion is a luxury for the poor skin that covers that area. It is unattractive and unappealing and most women would cringe when a man with yam foot crawls into bed with her. Talk about an instant turn off!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jamaican men are notorious for neglecting the care of their feet. Indeed our favourite superstar athlete, the fastest man in the world Usain Bolt had his feet brought into prominence on social media - not for their exceptional role in his speed - but their desperate need for a pedicure. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1587,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/UB-Feet.png\" alt=\"\" class=\"wp-image-1587\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1588} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Reaction-To-Bolts-Feet.jpg\" alt=\"\" class=\"wp-image-1588\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So why do our men pay such little time and attention to their feet? The issue is multi-tiered. Firstly our strong farming and agricultural background dictate that we do not just farm on flat arable, soft land but also rocky, hillsides. Our men wear boots and shoes that are hard and tough to withstand the terrain while being durable. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1589} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hard-Boots.jpg\" alt=\"\" class=\"wp-image-1589\" /><figcaption>Hard farming boots <em>(Source:cndenglish.com)</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While they make the process easier, it does a number on their feet.  Hours upon brutal hours encased in boots that are unyielding is no joke thing and the very next day they get up and shove their feet into the uncompromising footwear again.  <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Hours upon brutal hours encased in boots that are unyielding is no joke\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Another factor to consider is that most of our menfolk see it as unmanly to care for their feet or to get a pedicure. “A woman ting dat” they chime when the suggestion is made to help them chip away 10 years\' worth of dead skin or hardened tissue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “A woman ting dat”  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Apparently, the rough foot is viewed as manly. Indeed if a male gets a pedicure and even thinks about getting a clear polish or some nail hardener applied, the fear of being termed ‘metrosexual’ is enough to scare him into not doing it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1591} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rough-Feet.jpg\" alt=\"\" class=\"wp-image-1591\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They think because their feet are usually covered or in socks, no one cares about it, least of all them. Water and soap are seen as enough. So when it comes to their feet: out of sight, out of mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1592} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/socks-1024x683.jpg\" alt=\"\" class=\"wp-image-1592\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ironically while they do not place much value in the care of their feet, most men want a partner with pretty, pedicured feet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They actually like to touch, massage and feel on a woman’s feet and a few even have a foot fetish where they go crazy when a woman gets all dolled up in fishnet stockings and her feet are on point. Go figure!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Listen up guys, follow the big man! Go fix up those feet, pretty please.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1593} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/UB-Before-and-After.jpg\" alt=\"\" class=\"wp-image-1593\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>— Story written by C.W.</em><br></p>\n<!-- /wp:paragraph -->','Why do Jamaican men neglect their feet?','','inherit','closed','closed','','1585-revision-v1','','','2019-08-16 12:09:20','2019-08-16 17:09:20','',1585,'https://buzz-caribbean.com/article/1585-revision-v1/',0,'revision','',0),(4390,9,'2019-08-16 12:13:45','2019-08-16 17:13:45','<!-- wp:paragraph -->\n<p>Kevaun Hamilton has been thinking outside the box. Or perhaps, inside. The conceptualizer and founder of <strong>JamBoxJA</strong> (“I designed everything myself”) is feeling good about his first-ever entrepreneurial venture. And by the way, it’s what’s IN the box that matters.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4374} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kevaun-1024x664.jpg\" alt=\"\" class=\"wp-image-4374\" /><figcaption>Kevaun Hamilton, owner of subscription service JamBoxJA displays one of the snack packages.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But hold on... “The aim is mystery, a surprise,” says Kevaun.<strong> </strong>JamBoxJA is a unique, monthly subscription service, which aims to bring a box full of Jamaican deliciousness, “straight from Yard,” to any address worldwide, shipping costs included. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4376} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Snacks-Galore-1024x683.jpg\" alt=\"\" class=\"wp-image-4376\" /><figcaption>Chock-full of tasty treats in one of the snack boxes available from JamBoxJA</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Currently on offer, there is a Snack Box and a Spice Box, each packed with a variety of made-in-Jamaica goodies. The fun part is, you never know exactly what you’re getting. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4379} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Spice-Box-Large-1024x1024.jpg\" alt=\"\" class=\"wp-image-4379\" /><figcaption>Spices anyone? One of the large spice boxes available through JamBoxJA</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You know when you just “feel for” something - in the middle of the night or on a quiet afternoon? Or perhaps you’re a Jamaican living overseas and yearning for a taste of home. Those special treats aren’t available in your corner shop in “foreign.” The homesickness is real. You long to nibble on one of your favourite snacks from schooldays! Ah, the nostalgia! “Or - you can just surprise yourself,” Kevaun points out.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4383} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Spice-Box-Small.png\" alt=\"\" class=\"wp-image-4383\" /><figcaption>Customers have the option to choose from small or large spice boxes</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “The aim is mystery, a surprise” </p><cite>Kevaun Hamilton, owner, JamBoxJA</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>So, JamBoxJA to the rescue. It launched just six months ago. You can <a rel=\"noreferrer noopener\" aria-label=\"subscribe on the website (opens in a new tab)\" href=\"https://www.jamboxja.com/\" target=\"_blank\">subscribe on the website</a> and you can find them on social media. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4382} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Small-Snack-Box-1024x1024.jpg\" alt=\"\" class=\"wp-image-4382\" /><figcaption>Surprise yourself with a range of delicious snacks to choose from</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Right now, Kevaun is focused on building the business and fine-tuning his products. He is always looking for new spicy, savoury or sweet “nyammings” to include. If there are dietary or other concerns, JamBoxJA will accommodate them. “We’re flexible,” says Kevaun.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BxgRvi3lo39/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BxgRvi3lo39/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>What’s his own personal Snack Du Jour? It’s a certain popular cheesy snack, mix</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4384} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Grab-A-Snack-1024x683.jpg\" alt=\"\" class=\"wp-image-4384\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kevaun laughs. “Snacks are our favourite pastime, aren’t they? Try to imagine your life without them. I think we would go crazy!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4385} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Snack-Box-Large-1024x1024.jpg\" alt=\"\" class=\"wp-image-4385\" /><figcaption>One of the large snack boxes available from JamBoxJA</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We can’t argue with that. And come to think of it, we are\nfeeling a little... (Rustling sounds).</p>\n<!-- /wp:paragraph -->','Jamaica in a box: Kevaun Hamilton’s Mystery Packages Bring Joy','','inherit','closed','closed','','4372-revision-v1','','','2019-08-16 12:13:45','2019-08-16 17:13:45','',4372,'https://buzz-caribbean.com/article/4372-revision-v1/',0,'revision','',0),(4391,9,'2019-08-16 12:15:41','2019-08-16 17:15:41','<!-- wp:paragraph -->\n<p>Kevaun Hamilton has been thinking outside the box. Or perhaps, inside. The conceptualizer and founder of <strong>JamBoxJA</strong> (“I designed everything myself”) is feeling good about his first-ever entrepreneurial venture. And by the way, it’s what’s IN the box that matters.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4374} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kevaun-1024x664.jpg\" alt=\"\" class=\"wp-image-4374\" /><figcaption>Kevaun Hamilton, owner of subscription service JamBoxJA displays one of the snack packages.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But hold on... “The aim is mystery, a surprise,” says Kevaun.<strong> </strong>JamBoxJA is a unique, monthly subscription service, which aims to bring a box full of Jamaican deliciousness, “straight from Yard,” to any address worldwide, shipping costs included. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4376} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Snacks-Galore-1024x683.jpg\" alt=\"\" class=\"wp-image-4376\" /><figcaption>Chock-full of tasty treats in one of the snack boxes available from JamBoxJA</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Currently on offer, there is a Snack Box and a Spice Box, each packed with a variety of made-in-Jamaica goodies. The fun part is, you never know exactly what you’re getting. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4379} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Spice-Box-Large-1024x1024.jpg\" alt=\"\" class=\"wp-image-4379\" /><figcaption>Spices anyone? One of the large spice boxes available through JamBoxJA</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You know when you just “feel for” something - in the middle of the night or on a quiet afternoon? Or perhaps you’re a Jamaican living overseas and yearning for a taste of home. Those special treats aren’t available in your corner shop in “foreign.” The homesickness is real. You long to nibble on one of your favourite snacks from schooldays! Ah, the nostalgia! “Or - you can just surprise yourself,” Kevaun points out.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4383} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Spice-Box-Small.png\" alt=\"\" class=\"wp-image-4383\" /><figcaption>Customers have the option to choose from small or large spice boxes</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “The aim is mystery, a surprise” </p><cite>Kevaun Hamilton, owner, JamBoxJA</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>So, JamBoxJA to the rescue. It launched just six months ago. You can <a rel=\"noreferrer noopener\" aria-label=\"subscribe on the website (opens in a new tab)\" href=\"https://www.jamboxja.com/\" target=\"_blank\">subscribe on the website</a> and you can find them on social media. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4382} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Small-Snack-Box-1024x1024.jpg\" alt=\"\" class=\"wp-image-4382\" /><figcaption>Surprise yourself with a range of delicious snacks to choose from</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Right now, Kevaun is focused on building the business and fine-tuning his products. He is always looking for new spicy, savoury or sweet “nyammings” to include. If there are dietary or other concerns, JamBoxJA will accommodate them. “We’re flexible,” says Kevaun.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BxgRvi3lo39/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BxgRvi3lo39/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>What’s his own personal Snack Du Jour? It’s a certain popular cheesy snack, mix</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4384} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Grab-A-Snack-1024x683.jpg\" alt=\"\" class=\"wp-image-4384\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kevaun laughs. “Snacks are our favourite pastime, aren’t they? Try to imagine your life without them. I think we would go crazy!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4385} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Snack-Box-Large-1024x1024.jpg\" alt=\"\" class=\"wp-image-4385\" /><figcaption>One of the large snack boxes available from JamBoxJA</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We can’t argue with that. And come to think of it, we are\nfeeling a little... (Rustling sounds).</p>\n<!-- /wp:paragraph -->','Jamaica in a box: Kevaun Hamilton’s mystery packages bring joy','','inherit','closed','closed','','4372-revision-v1','','','2019-08-16 12:15:41','2019-08-16 17:15:41','',4372,'https://buzz-caribbean.com/article/4372-revision-v1/',0,'revision','',0),(4393,9,'2019-08-16 12:27:20','2019-08-16 17:27:20','<!-- wp:paragraph -->\n<p>Kevaun Hamilton has been thinking outside the box. Or perhaps, inside. The conceptualizer and founder of <strong>JamBoxJA</strong> (“I designed everything myself”) is feeling good about his first-ever entrepreneurial venture. And by the&nbsp;way, it’s what’s IN the box that matters. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4374} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kevaun-1024x664.jpg\" alt=\"\" class=\"wp-image-4374\" /><figcaption>Kevaun Hamilton, owner of subscription service JamBoxJA displays one of the snack packages.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But hold on... “The aim is mystery, a surprise,” says Kevaun.<strong> </strong>JamBoxJA is a unique, monthly subscription service, which aims to bring a box full of Jamaican deliciousness, “straight from Yard,” to any address worldwide, shipping costs included. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4376} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Snacks-Galore-1024x683.jpg\" alt=\"\" class=\"wp-image-4376\" /><figcaption>Chock-full of tasty treats in one of the snack boxes available from JamBoxJA</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Currently on offer, there is a Snack Box and a Spice Box, each packed with a variety of made-in-Jamaica goodies. The fun part is, you never know exactly what you’re getting.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4379} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Spice-Box-Large-1024x1024.jpg\" alt=\"\" class=\"wp-image-4379\" /><figcaption>Spices anyone? One of the large spice boxes available through JamBoxJA.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You know when you just “feel for” something - in the middle of the night or on a quiet afternoon? Or perhaps you’re a Jamaican living overseas and yearning for a taste of home. Those special treats aren’t available in your corner shop in “foreign.” The homesickness is real. You long to nibble on one of your favourite snacks from schooldays! Ah, the nostalgia! “Or - you can just surprise yourself,” Kevaun points out. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4383} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Spice-Box-Small.png\" alt=\"\" class=\"wp-image-4383\" /><figcaption>Customers have the option to choose from small or large spice boxes.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “The aim is mystery, a surprise” </p><cite>Kevaun Hamilton, owner, JamBoxJA</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>So, JamBoxJA to the rescue. It launched just six months ago. You can <a rel=\"noreferrer noopener\" aria-label=\"subscribe on the website (opens in a new tab)\" href=\"https://www.jamboxja.com/\" target=\"_blank\">subscribe on the website</a> and you can find them on social media. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4382} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Small-Snack-Box-1024x1024.jpg\" alt=\"\" class=\"wp-image-4382\" /><figcaption>Surprise yourself with a range of delicious snacks to choose from.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Right now, Kevaun is focused on building the business and fine-tuning his products. He is always looking for new spicy, savoury or sweet “nyammings” to include. If there are dietary or other concerns, JamBoxJA will accommodate them. “We’re flexible,” says Kevaun. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BxgRvi3lo39/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BxgRvi3lo39/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>What’s his own personal Snack Du Jour? It’s a certain popular cheesy snack, mix</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4384} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Grab-A-Snack-1024x683.jpg\" alt=\"\" class=\"wp-image-4384\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kevaun laughs. “Snacks are our favourite pastime, aren’t they? Try to imagine your life without them. I think we would go crazy!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4385} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Snack-Box-Large-1024x1024.jpg\" alt=\"\" class=\"wp-image-4385\" /><figcaption>One of the large snack boxes available from JamBoxJA.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We can’t argue with that. And come to think of it, we are\nfeeling a little... (Rustling sounds).</p>\n<!-- /wp:paragraph -->','Jamaica in a box: Kevaun Hamilton’s mystery packages bring joy','','inherit','closed','closed','','4372-revision-v1','','','2019-08-16 12:27:20','2019-08-16 17:27:20','',4372,'https://buzz-caribbean.com/article/4372-revision-v1/',0,'revision','',0),(4394,21,'2019-08-16 12:28:17','2019-08-16 17:28:17','','Kevaun Hamilton','','inherit','open','closed','','kevaun-hamilton','','','2019-08-16 12:28:17','2019-08-16 17:28:17','',4372,'https://buzz-caribbean.com/app/uploads/2019/08/Kevaun-Hamilton.jpg',0,'attachment','image/jpeg',0),(4395,21,'2019-08-16 12:28:51','2019-08-16 17:28:51','<!-- wp:paragraph -->\n<p>Kevaun Hamilton has been thinking outside the box. Or perhaps, inside. The conceptualizer and founder of <strong>JamBoxJA</strong> (“I designed everything myself”) is feeling good about his first-ever entrepreneurial venture. And by the&nbsp;way, it’s what’s IN the box that matters. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4394} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kevaun-Hamilton-1024x683.jpg\" alt=\"\" class=\"wp-image-4394\" /><figcaption> Kevaun Hamilton, owner of subscription service JamBoxJA displays one of the snack packages. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But hold on... “The aim is mystery, a surprise,” says Kevaun.<strong> </strong>JamBoxJA is a unique, monthly subscription service, which aims to bring a box full of Jamaican deliciousness, “straight from Yard,” to any address worldwide, shipping costs included. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4376} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Snacks-Galore-1024x683.jpg\" alt=\"\" class=\"wp-image-4376\" /><figcaption>Chock-full of tasty treats in one of the snack boxes available from JamBoxJA</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Currently on offer, there is a Snack Box and a Spice Box, each packed with a variety of made-in-Jamaica goodies. The fun part is, you never know exactly what you’re getting.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4379} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Spice-Box-Large-1024x1024.jpg\" alt=\"\" class=\"wp-image-4379\" /><figcaption>Spices anyone? One of the large spice boxes available through JamBoxJA.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You know when you just “feel for” something - in the middle of the night or on a quiet afternoon? Or perhaps you’re a Jamaican living overseas and yearning for a taste of home. Those special treats aren’t available in your corner shop in “foreign.” The homesickness is real. You long to nibble on one of your favourite snacks from schooldays! Ah, the nostalgia! “Or - you can just surprise yourself,” Kevaun points out. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4383} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Spice-Box-Small.png\" alt=\"\" class=\"wp-image-4383\" /><figcaption>Customers have the option to choose from small or large spice boxes.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “The aim is mystery, a surprise” </p><cite>Kevaun Hamilton, owner, JamBoxJA</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>So, JamBoxJA to the rescue. It launched just six months ago. You can <a rel=\"noreferrer noopener\" aria-label=\"subscribe on the website (opens in a new tab)\" href=\"https://www.jamboxja.com/\" target=\"_blank\">subscribe on the website</a> and you can find them on social media. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4382} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Small-Snack-Box-1024x1024.jpg\" alt=\"\" class=\"wp-image-4382\" /><figcaption>Surprise yourself with a range of delicious snacks to choose from.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Right now, Kevaun is focused on building the business and fine-tuning his products. He is always looking for new spicy, savoury or sweet “nyammings” to include. If there are dietary or other concerns, JamBoxJA will accommodate them. “We’re flexible,” says Kevaun. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BxgRvi3lo39/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BxgRvi3lo39/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>What’s his own personal Snack Du Jour? It’s a certain popular cheesy snack, mix</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4384} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Grab-A-Snack-1024x683.jpg\" alt=\"\" class=\"wp-image-4384\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kevaun laughs. “Snacks are our favourite pastime, aren’t they? Try to imagine your life without them. I think we would go crazy!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4385} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Snack-Box-Large-1024x1024.jpg\" alt=\"\" class=\"wp-image-4385\" /><figcaption>One of the large snack boxes available from JamBoxJA.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We can’t argue with that. And come to think of it, we are\nfeeling a little... (Rustling sounds).</p>\n<!-- /wp:paragraph -->','Jamaica in a box: Kevaun Hamilton’s mystery packages bring joy','','inherit','closed','closed','','4372-revision-v1','','','2019-08-16 12:28:51','2019-08-16 17:28:51','',4372,'https://buzz-caribbean.com/article/4372-revision-v1/',0,'revision','',0),(4396,4,'2019-08-16 12:33:32','2019-08-16 17:33:32','<!-- wp:paragraph -->\n<p>With the successful launch of the second issue of his comic anthology\nseries ‘I-Land Chronicles’ in July, publisher Kevin Jackson hopes to jumpstart\nthe Jamaican comic book industry, much like how Stan Lee did with the Marvel\nbrand in the 60s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1410} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0020-1024x685.jpg\" alt=\"\" class=\"wp-image-1410\" /><figcaption>  A young reader enjoying \'After Dark\' by Stephen McLeod in issue one of \'I-Land Chronicles\'. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Having been a part of many international award-winning animation projects, Jackson turned to his first love - comics - in 2016. He set up ‘I-Land Chronicles’ as an experiment financed by his pocket and that of two other business partners.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m very proud of I-Land Chronicles. We went from concept to production\nin three months, launching test issues at the Kingston Book Festival in 2016.\nTwo months later we were on sale,” said Jackson, who helped to set legislation\nas the head of the influential Jamaica Animation Nation Network (JANN).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“We don’t have a comic book culture or industry.\" </p><cite>— Publisher Kevin Jackson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The first issue hit the shelves of Bookophilia on May 10, 2016. The aim of the book was to provide a place where local comic book content creators could show off their talent or experiment without affecting their core products. All creators retain the copyright to their material, and they also receive royalties based on sales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We don’t have a comic book culture or industry. Creating a monthly\nbook with a single creative team would be a problem. Using the anthology format\nlike Manga allows us to not be dependent on a single artist,” Jackson explained.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1411} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0159.jpg-New-1024x686.jpg\" alt=\"\" class=\"wp-image-1411\" /><figcaption>Kevin Jackson (centre), the publishers of \'I-Land Chronicles\', poses with part of the creative team behind \'Duppy Conqueror\', Davia Morris (left), and Inker Akein Bantin. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Whereas North American comics tend to favour a single story and\nproduction team on a monthly basis, Japanese comics like Shōnen Jump fill their\npages with multiple stories from different artists providing a wider variety to\nreaders weekly. For Jackson, this option solved several problems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To this, issue one featured four Jamaica comic book artists and their\ntales – ‘Maroonblack’ by Henry Grandison, ‘Children of Insurrection’ by Stephen\nRoper, ‘Knock Knock &amp; Track Star’ by Patrick Allen and ‘After Dark’ by\nStephen McLeod. Each artist is given five pages for their stories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“It’s not just about the money for me. It’s about legitimizing the industry as a whole.\"</p><cite>— Publisher Kevin Jackson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>And based on the knowledge he gained in production and marketing for ‘I-Land\nChronicles’, Jackson was to help other creators. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We also discovered that while there is an abundance of talent, there’s\na lack of information and standardisation of comic book production. There’s\nalso an unfortunate lack of business acumen in the creative community,” Jackson\nsaid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1412,1413]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0172.jpg-new-1024x686.jpg\" alt=\"\" data-id=\"1412\" data-link=\"https://buzz-caribbean.com/?attachment_id=1412\" class=\"wp-image-1412\" /><figcaption>Issue one of \'I-Land Chronicles\'.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0176.jpg-new-1024x686.jpg\" alt=\"\" data-id=\"1413\" data-link=\"https://buzz-caribbean.com/?attachment_id=1413\" class=\"wp-image-1413\" /><figcaption>Kevin Jackson has high hopes for the second issue of \'I-Land Chronicles\'.</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“We want to do more than just publish creator content in ‘I-Land\nChronicles’. We have the expertise to help those creators make their own comic\nbooks, market them and get them on to store shelves,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So far, creators haven’t taken him up on the offer, but he hopes that\nas ‘I-Land Chronicles’ grows, more persons will step forward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s not just about the money for me. It’s about legitimizing the industry as a whole. The more comics on the shelves, the more visible we become, whether they are published by us or not.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> — <strong><em>Story written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Publisher creates a plan for Jamaica\'s comic book industry','','inherit','closed','closed','','1395-revision-v1','','','2019-08-16 12:33:32','2019-08-16 17:33:32','',1395,'https://buzz-caribbean.com/article/1395-revision-v1/',0,'revision','',0),(4397,21,'2019-08-16 12:37:12','2019-08-16 17:37:12','<!-- wp:image {\"id\":2120} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-cover-1024x611.jpg\" alt=\"\" class=\"wp-image-2120\" /><figcaption>  Fashionenira says she grew up around fabrics.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After being exposed to fashion at an early age, Devarine\nMclean’s decision to go into the industry was somewhat expected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My mom is a fashion designer and instructor, so I grew up around fabrics and sewing machines. The fashion influence was always there,” said McLean, who is known to many as Fashionenira. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2118} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-EEEE-683x1024.jpg\" alt=\"\" class=\"wp-image-2118\" /><figcaption>  Fashionenira sports one of her eye-catching denim pieces.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Her professional experiment, as she describes it, started in 2013 when she operated a retail online boutique, selling vintage clothing. She would eventually open a physical store in Shop #15 Springs Plaza, Half Way Tree in Kingston, Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These days, you can call her the ‘Denim Queen’, as she has been\nmaking waves with the fabric. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2116} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-DDDD-683x1024.jpg\" alt=\"\" class=\"wp-image-2116\" /><figcaption>Denim shorts from Fashionenira are sure to turn heads. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“My obsession for denim began after I made a pair for myself and wore it to a party. I started getting a whole lot of compliments and questions as to where the denim was purchased,” said the 27-year-old designer. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Jamaica, her pieces have been worn by entertainers like Spice, Yanique ‘Curvy Diva’ Barrett and Shaq Royal. Unwilling to limit herself, McLean wants to work with the likes of Rihanna, Cardi B, Beyoncé, City Girls and Megan The Stallion in the future. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2111,2112]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-BB-1024x683.jpg\" alt=\"\" data-id=\"2111\" data-link=\"https://buzz-caribbean.com/?attachment_id=2111\" class=\"wp-image-2111\" /><figcaption> Fashionenira also stands out in the fashion world for her beautiful pieces. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fashionenira-CCC-683x1024.jpg\" alt=\"\" data-id=\"2112\" data-link=\"https://buzz-caribbean.com/?attachment_id=2112\" class=\"wp-image-2112\" /><figcaption>This ruffled top fits perfectly with this yellow bikini bottom. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>McLean while being a popular designer, also has another side. She has a consultancy company called BizStart 101 through which she offers advice to budding entrepreneurs in whatever business they choose to start.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <strong><em>— Story written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Fashionenira: Call her the ‘Denim Queen’','','inherit','closed','closed','','2108-revision-v1','','','2019-08-16 12:37:12','2019-08-16 17:37:12','',2108,'https://buzz-caribbean.com/article/2108-revision-v1/',0,'revision','',0),(4399,21,'2019-08-16 13:39:03','2019-08-16 18:39:03','<!-- wp:image {\"id\":4401} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/will-smith-and-wife.jpg\" alt=\"\" class=\"wp-image-4401\" /><figcaption>Actress Jada Pinkett Smith and husband Will Smith.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jada Pinkett Smith wants people to know that marriage isn\'t perfect.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 47-year-old actress and her husband Will Smith made a joint appearance on her talk show<strong> Red Table Talk</strong> on Facebook Watch to discuss their marriage. Jada believes it is vital for people to see that celebrities\' marriages face real problems too.<br> <br>She told PEOPLE: \"What was really important about Will and I doing that show together, two things: First of all was really to kind of get rid of the idea that people in the public eye have perfect relationships. We were kind of sick of living up to that. We were real sick of it. And then second of all, really having myself and Will come and talk about our relationship - sometimes you see just women do it alone or you just see a guy do it.<br> <br> \"Us coming together and taking responsibility for both of our parts and also Will being the successful guy that he is and being willing to share what his pitfalls were in the relationship and in his family, you can\'t imagine how many other successful men called and said, \'Wow, my wife has been saying the same thing for years. Because you said it, it opened my eyes and because you said it, I\'m willing to listen\'.\"<br> <br> And Jada says the couple, who have children Willow, 18, and Jaden, 21, together, are stronger than ever.<br> <br> She explained: \"I am kind of a ride-or-die chick. I just knew with the kind of love that Will and I share, which is beyond romantic love, that we could transform our union and figure out how to re-create what we had.<br> <br></p>\n<!-- /wp:paragraph -->','Jada Pinkett Smith: \'My marriage isn\'t perfect\'','','publish','open','closed','','jada-pinkett-smith-my-marriage-isnt-perfect','','','2019-08-17 10:26:04','2019-08-17 15:26:04','',0,'https://buzz-caribbean.com/?p=4399',0,'post','',0),(4400,21,'2019-08-20 00:48:51','2019-08-20 05:48:51','<!-- wp:paragraph -->\n<p>All when mi a di only man wid pants pon waist<br>Mi nah falla nobody... </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A bold declaration by Jamaican reggae sensation <a href=\"https://buzz-caribbean.com/article/can-we-really-compare-chronixx-to-bob-marley/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Chronixx</a> amidst the tidal wave of a global fashion trend that has taken a firm foothold in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sagging, dropping, drooping - it\'s a shocking sight in the Jamaican fashion eco-system, with men walking around with their pants below the waist - underwear on full display</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4748} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Saggy-Pants-1-BUZZ-1024x532.jpg\" alt=\"\" class=\"wp-image-4748\" /><figcaption>(Photo by Joe Raedle/Getty Images)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Today, wearing a pair of jeans below the waist is branded as a fashionable, appealing look by our men. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4754} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Saggy-Pants-2-BUZZ.jpg\" alt=\"\" class=\"wp-image-4754\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, not all members of society subscribe to this new pop culture fashion sense. Females, in particular, are not so forthcoming and supportive of this new cultural trend that is being normalized by some Jamaican men.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>It is so taboo for a female’s bra strap to be showing, but we are forced to see a male’s underwear more than we can count. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":4750} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Saggy-Pants-3-BUZZ-1024x576.jpg\" alt=\"\" class=\"wp-image-4750\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Racquel Garwood, 21, a final year student at the Caribbean School of Media and Communication (CARIMAC), UWI, majoring in Journalism shared with <strong>BUZZ</strong> that she finds the trend to be distasteful and unattractive. She added, that the culture promotes the latent hypocrisy within our society.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4752} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bra-strap-showing.jpg\" alt=\"\" class=\"wp-image-4752\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I think it promotes the hypocrisy of our society, in that as a female, it is so taboo for a female’s bra strap to be showing, but we are forced to see a male’s underwear more than we can count,” the aspiring media practitioner lamented. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She advanced her point to say that men who wear their jeans below their waists are typically associated with a particular socio-economic background - an enduring stereotype that it is usually adopted by those who are from the lower strata of the economic ladder.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4751} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pull-Up-Your-Pants.jpg\" alt=\"\" class=\"wp-image-4751\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> “Men who wear their pants like that are usually from a certain socioeconomic background and this is the first thing that comes to our minds as females,” Garwood said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Men wearing their pants below their waist is regarded as a fashion trend. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Another Student of the UWI, Rashell Myrie pursuing a BA in Marketing weighed in and told <strong>BUZZ </strong>societal norms and expectations are moving towards a whole new era where a man wearing pants below the waist is acknowledged and praised as an iconic look.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>There are some females who prefer the men with their pants below the waist. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She also added that there are some females who don’t mind having a trendy boyfriend and are supportive of their fashion endeavours, while you have some females who prefer males who are formally attired.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4753} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Belt-1024x569.jpg\" alt=\"\" class=\"wp-image-4753\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“There are some females who prefer the men with their pants\nbelow the waist rather than a more formal man. I personally do not like seeing\nwhen the pants are worn below the waist as it seems uncultured in my view,” she\nshared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell us at <strong>BUZZ</strong>, are we trending towards or away from the saggy pants?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Story written by Andre Cooper</em></strong></p>\n<!-- /wp:paragraph -->','Women: We don\'t find pants below the waist cute...at all','','publish','open','closed','','women-we-dont-find-pants-below-the-waist-cute-at-all','','','2019-08-20 00:48:51','2019-08-20 05:48:51','',0,'https://buzz-caribbean.com/?p=4400',0,'post','',0),(4401,4,'2019-08-16 13:37:05','2019-08-16 18:37:05','','Jada Pinkett Smith and husband Will Smith arrive at the 2nd Annual Diamond Ball','SANTA MONICA, LOS ANGELES, CA, USA - DECEMBER 10: Actress Jada Pinkett Smith and husband/actor Will Smith arrive at the 2nd Annual Diamond Ball held at The Barker Hangar on December 10, 2015 in Santa Monica, Los Angeles, California, United States. (Photo by Xavier Collin/Image Press/Splash News)\n<P>\nPictured: Jada Pinkett Smith, Will Smith\n<B>Ref: SPL1194369  101215  </B><BR />\nPicture by: Xavier Collin/Image Press/Splash<BR />\n</P><P>\n<B>Splash News and Pictures</B><BR />\nLos Angeles:	310-821-2666<BR />\nNew York:	212-619-2666<BR />\nLondon:	870-934-2666<BR />\nphotodesk@splashnews.com<BR />\n</P>','inherit','open','closed','','jada-pinkett-smith-and-husband-will-smith-arrive-at-the-2nd-annual-diamond-ball','','','2019-08-17 10:26:01','2019-08-17 15:26:01','',4399,'https://buzz-caribbean.com/app/uploads/2019/08/will-smith-and-wife.jpg',0,'attachment','image/jpeg',0),(4402,4,'2019-08-16 13:39:03','2019-08-16 18:39:03','<!-- wp:image {\"id\":4401} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/will-smith-and-wife.jpg\" alt=\"\" class=\"wp-image-4401\" /><figcaption>Actress Jada Pinkett Smith and husband Will Smith.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jada Pinkett Smith wants people to know that marriage isn\'t perfect.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 47-year-old actress and her husband Will Smith made a joint appearance on her talk show<strong> Red Table Talk</strong> on Facebook Watch to discuss their marriage. Jada believes it is vital for people to see that celebrities\' marriages face real problems too.<br> <br>She told PEOPLE: \"What was really important about Will and I doing that show together, two things: First of all was really to kind of get rid of the idea that people in the public eye have perfect relationships. We were kind of sick of living up to that. We were real sick of it. And then second of all, really having myself and Will come and talk about our relationship - sometimes you see just women do it alone or you just see a guy do it.<br> <br> \"Us coming together and taking responsibility for both of our parts and also Will being the successful guy that he is and being willing to share what his pitfalls were in the relationship and in his family, you can\'t imagine how many other successful men called and said, \'Wow, my wife has been saying the same thing for years. Because you said it, it opened my eyes and because you said it, I\'m willing to listen\'.\"<br> <br> And Jada says the couple, who have children Willow, 18, and Jaden, 21, together, are stronger than ever.<br> <br> She explained: \"I am kind of a ride-or-die chick. I just knew with the kind of love that Will and I share, which is beyond romantic love, that we could transform our union and figure out how to re-create what we had.<br> <br></p>\n<!-- /wp:paragraph -->','Jada Pinkett Smith: \'My marriage isn\'t perfect\'','','inherit','closed','closed','','4399-revision-v1','','','2019-08-16 13:39:03','2019-08-16 18:39:03','',4399,'https://buzz-caribbean.com/article/4399-revision-v1/',0,'revision','',0),(4403,21,'2019-08-16 13:55:17','2019-08-16 18:55:17','<!-- wp:image {\"id\":4404} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/michael-jackson.jpg\" alt=\"\" class=\"wp-image-4404\" /><figcaption>A new documentary is defending Michael Jackson against sexual abuse allegations.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A new documentary, <strong>Chase The Truth</strong>, defending Michael Jackson against the alleged child sex abuse allegations has been released.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The hour-long film has been created to defend the late King of Pop following the controversial <strong>Leaving Neverland</strong> documentary, which aired earlier this year</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That documentary explored accusations made by Wade Robson, 36, and James Safechuck, 41, against the <strong>Thriller</strong> hitmaker in the HBO two-part series.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The counter film features interviews with Jackson\'s biographer Mike Smallcombe, former bodyguard Matt Fiddes and actor Mark Lester, and has been released on Amazon Prime, YouTube and other streaming services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Taking to Instagram, Fiddes invited \'Leaving Neverland\' director Dan Reed, along with Robson and Safechuck, to challenge him \"live on air\" regarding Jackson and the allegations made.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fiddes wrote: \"So the \'Factual\' documentary about the \"real\" #Michael Jackson is being released around the world right now! Thank you so much for your feedback and kind words! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I expect Wade and James are hiding behind a rock along with Dan Reed\"</p><cite>—Matt Fiddes</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"So glad it\'s exceeded your expectations and I expect Wade and James are hiding behind a rock along with Dan Reed somewhere with embarrassment right now!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I may even throw in some free martial arts lessons for Wade, James and Dan Reed if you come over to the UK but I doubt you will face us as we know the truth and your gutless!</p>\n<!-- /wp:paragraph -->','Documentary defends Michael Jackson against sexual abuse allegations','','publish','open','closed','','documentary-defends-michael-jackson-against-sexual-abuse-allegations','','','2019-08-16 13:55:53','2019-08-16 18:55:53','',0,'https://buzz-caribbean.com/?p=4403',0,'post','',0),(4404,4,'2019-08-16 13:43:46','2019-08-16 18:43:46','','Michael Jackson flies out of Heathrow Airport with children and entourage.Picture Steve Bagness.21/3/07','Michael Jackson flies out of Heathrow Airport with children and entourage.Picture Steve Bagness.21/3/07\n\nPictured: \nRef: SPL3047694 210307 NON-EXCLUSIVE\nPicture by: Flynetpictures.com / SplashNews.com\n\nSplash News and Pictures\nLos Angeles: 310-821-2666\nNew York: 212-619-2666\nLondon: 0207 644 7656\nMilan: 02 4399 8577\nphotodesk@splashnews.com\n\nWorld Rights','inherit','open','closed','','michael-jackson-flies-out-of-heathrow-airport-with-children-and-entourage-picture-steve-bagness-21-3-07','','','2019-08-16 13:55:43','2019-08-16 18:55:43','',4403,'https://buzz-caribbean.com/app/uploads/2019/08/michael-jackson.jpg',0,'attachment','image/jpeg',0),(4405,4,'2019-08-16 13:55:17','2019-08-16 18:55:17','<!-- wp:image {\"id\":4404} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/michael-jackson.jpg\" alt=\"\" class=\"wp-image-4404\" /><figcaption>A new documentary is defending Michael Jackson against sexual abuse allegations.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A new documentary, <strong>Chase The Truth</strong>, defending Michael Jackson against the alleged child sex abuse allegations has been released.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The hour-long film has been created to defend the late King of Pop following the controversial <strong>Leaving Neverland</strong> documentary, which aired earlier this year</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That documentary explored accusations made by Wade Robson, 36, and James Safechuck, 41, against the <strong>Thriller</strong> hitmaker in the HBO two-part series.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The counter film features interviews with Jackson\'s biographer Mike Smallcombe, former bodyguard Matt Fiddes and actor Mark Lester, and has been released on Amazon Prime, YouTube and other streaming services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Taking to Instagram, Fiddes invited \'Leaving Neverland\' director Dan Reed, along with Robson and Safechuck, to challenge him \"live on air\" regarding Jackson and the allegations made.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fiddes wrote: \"So the \'Factual\' documentary about the \"real\" #Michael Jackson is being released around the world right now! Thank you so much for your feedback and kind words! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I expect Wade and James are hiding behind a rock along with Dan Reed\"</p><cite>—Matt Fiddes</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"So glad it\'s exceeded your expectations and I expect Wade and James are hiding behind a rock along with Dan Reed somewhere with embarrassment right now!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I may even throw in some free martial arts lessons for Wade, James and Dan Reed if you come over to the UK but I doubt you will face us as we know the truth and your gutless!</p>\n<!-- /wp:paragraph -->','Documentary defends Michael Jackson against sexual abuse allegations','','inherit','closed','closed','','4403-revision-v1','','','2019-08-16 13:55:17','2019-08-16 18:55:17','',4403,'https://buzz-caribbean.com/article/4403-revision-v1/',0,'revision','',0),(4406,21,'2019-08-16 14:49:24','2019-08-16 19:49:24','<!-- wp:image {\"id\":4414} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gabrielle-and-baby-819x1024.jpg\" alt=\"\" class=\"wp-image-4414\" /><figcaption>Actress Gabrielle Union and daughter Kaavia (Photo: Instagram/gabunion)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Gabrielle Union thinks keeping up her job makes her a \"better\" mother, as she defended mothers who choose to have careers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 46-year-old actress has nine-month-old daughter Kaavia with her husband Dwayne Wade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has slammed those who try to make working mums feel \"guilty\" for keeping their jobs, because she believes having the time to go away and \"do what [she] loves\" actually makes her a better mom to her tot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Being able to have the job that I love and the baby that I dreamed of is great\"</p><cite>—Gabrielle Union</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":4424} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Gabrielle-and-baby2-1024x1024.jpg\" alt=\"\" class=\"wp-image-4424\" /><figcaption>(Photo: Instagram/gabunion)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"I don\'t have mom guilt, and I\'ll tell you why. Being able to have the job that I love and the baby that I dreamed of [is great]. I\'m a better mom because I\'m able to go away and do what I love. Even if I failed miserably, I\'m following my dreams. ... I would be less of a mother if I didn\'t set out every day to try to make my dreams come true and other people\'s dreams come true. So I don\'t have guilt.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And the \'America\'s Got Talent\' judge has the support of her fellow parents too. She added: \"We all grew up like, \'Go, Mom, go. Go, Mom, go!\' Not like, \'Why are you missing things?\' but, \'Way to go, I\'m glad you\'re living your dream.\' We\'re all kind of rooting for each other.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4407} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gabrielle-union.jpg\" alt=\"\" class=\"wp-image-4407\" /><figcaption>Gabrielle Union defends working moms. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Gabrielle and Dwayne welcomed Kaavia via surrogate mother after the <strong>LA\'s Finest</strong> star tragically suffered eight miscarriages, and Gabrielle now says the couple never gave up hope when it came to their family dream.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to Us Weekly magazine, she said: \"[Kaavia\'s] just amazing. I\'m so glad that me and my husband and our family just kept trying and plugging away and hoping and praying. She\'s all of our dreams come true.\"</p>\n<!-- /wp:paragraph -->','Hey, working mom, actress Gabrielle Union is rooting for you!','','publish','open','closed','','hey-working-mom-actress-gabrielle-union-is-rooting-for-you','','','2019-08-16 21:33:15','2019-08-17 02:33:15','',0,'https://buzz-caribbean.com/?p=4406',0,'post','',0),(4407,4,'2019-08-16 14:15:33','2019-08-16 19:15:33','','gabrielle-union','','inherit','open','closed','','gabrielle-union','','','2019-08-16 14:15:33','2019-08-16 19:15:33','',4406,'https://buzz-caribbean.com/app/uploads/2019/08/gabrielle-union.jpg',0,'attachment','image/jpeg',0),(4408,23,'2019-08-16 14:31:19','2019-08-16 19:31:19','<!-- wp:image {\"id\":4409} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Matthew-Colquhoun-A.jpg\" alt=\"\" class=\"wp-image-4409\" /><figcaption> MMA fighter Matthew ‘Gold Lion’ Colquhoun is a three-time Pan Am champion. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On Saturday, August 10, when 25-year-old MMA\nfighter Matthew ‘Gold Lion’ Colquhoun stopped Kerry Lattimer after just three\nrounds at the Cow Palace in Daly City, California, he improved his professional\nrecord to six wins and three losses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was his second win in two weeks, having taken\nhis last fight on short notice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Colquhoun won his third consecutive Pan Am American\nSambo and Combat Sambo title in the Dominican Republic in late June.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Still, many Jamaicans do not even know who he is.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Therefore, we set out to do something about that\nand asked the ‘Gold Lion’ to reveal a bit more about who exactly is Matthew\nColquhoun.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4410} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Matthew-Colquhoun-D.jpg\" alt=\"\" class=\"wp-image-4410\" /><figcaption> Matthew ‘Gold Lion’ Colquhoun (left) being announced as the winner of a fight in July. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Where were you born,\nand where did you grow up?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I was born at the Kingston Public Hospital in Kingston Jamaica, and I grew up in the community of Duhaney Park, New Haven, Kingston 20.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>As a child, did you\nsee yourself being involved in the martial arts?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a very young child, I loved to watch the old karate movies that would\ncome on Channel 13. From seeing those movies, I knew I wanted to learn how to\ndo the things I saw them doing in the movies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4411} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Matthew-Colquhoun-B.jpg\" alt=\"\" class=\"wp-image-4411\" /><figcaption>\'Gold Lion\' overpowers his opponent. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>How did you get\ninto martial arts and the MMA?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I got into martial arts because I wanted to learn how to defend myself.\nI grew up in a very volatile community, and a friend of mine told me about a\nfree martial arts class where I could go and learn the art, and that is where\nit all began.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>You are three-time\nPan Am Sambo and Combat Sambo champion, which of the three is most special for\nyou, and why?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All three Pan Am Sambo Championships mean a lot to me because I worked\nvery hard to win them. However,&nbsp;if I were to choose one it would be the\nchampionship held in Mexico (2018), where I broke my hand in the very first\nmatch and had to fight through the entire tournament with the injury but was\nstill able to win the gold medal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4413} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Matthew-Colquhoun-C-683x1024.jpg\" alt=\"\" class=\"wp-image-4413\" /><figcaption>It is not unusual to see Matthew Colquhoun holding his flag after a fight. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>You always seem to\nbe in great shape. What do you eat while you are in training? </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I stick to a very strict diet when I am preparing for competition. I am\nalso a vegan so that helps a lot with cutting weight to prepare for a fight. I\nreally like fruits. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Do you see yourself\ncompeting in the Olympics one day?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Becoming an Olympian&nbsp;is a goal I think any athlete would want to\nput on their resume, or just to have the experience to compete on a major stage\nlike that.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>What do you like to\ndo when you are not training or competing?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When I am not training or getting ready for a competition, I go hiking. I also spend time with my girlfriend and hang out with my friends.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— Story by Chase</p>\n<!-- /wp:paragraph -->','Jamaica\'s \'Gold Lion\': Matthew Colquhoun is a fighting champ','','publish','open','closed','','jamaicas-gold-lion-matthew-colquhoun-is-a-fighting-champ','','','2019-08-16 15:14:25','2019-08-16 20:14:25','',0,'https://buzz-caribbean.com/?p=4408',0,'post','',0),(4409,9,'2019-08-16 14:20:54','2019-08-16 19:20:54','','Matthew-Colquhoun-A','','inherit','open','closed','','matthew-colquhoun-a','','','2019-08-16 14:20:54','2019-08-16 19:20:54','',4408,'https://buzz-caribbean.com/app/uploads/2019/08/Matthew-Colquhoun-A.jpg',0,'attachment','image/jpeg',0),(4410,9,'2019-08-16 14:21:20','2019-08-16 19:21:20','','Matthew-Colquhoun-D','','inherit','open','closed','','matthew-colquhoun-d','','','2019-08-16 14:21:20','2019-08-16 19:21:20','',4408,'https://buzz-caribbean.com/app/uploads/2019/08/Matthew-Colquhoun-D.jpg',0,'attachment','image/jpeg',0),(4411,9,'2019-08-16 14:21:40','2019-08-16 19:21:40','','Matthew-Colquhoun-B','','inherit','open','closed','','matthew-colquhoun-b','','','2019-08-16 14:21:40','2019-08-16 19:21:40','',4408,'https://buzz-caribbean.com/app/uploads/2019/08/Matthew-Colquhoun-B.jpg',0,'attachment','image/jpeg',0),(4412,9,'2019-08-16 14:23:05','2019-08-16 19:23:05','','Matthew-Colquhoun-E','','inherit','open','closed','','matthew-colquhoun-e','','','2019-08-16 14:23:05','2019-08-16 19:23:05','',4408,'https://buzz-caribbean.com/app/uploads/2019/08/Matthew-Colquhoun-E.jpg',0,'attachment','image/jpeg',0),(4413,9,'2019-08-16 14:23:24','2019-08-16 19:23:24','','MMA-Jamaican-Fighter-Matthew-Colquhoun','','inherit','open','closed','','matthew-colquhoun-c','','','2019-08-28 09:28:17','2019-08-28 14:28:17','',4408,'https://buzz-caribbean.com/app/uploads/2019/08/Matthew-Colquhoun-C.jpg',0,'attachment','image/jpeg',0),(4414,4,'2019-08-16 14:26:06','2019-08-16 19:26:06','','gabrielle-and-baby','','inherit','open','closed','','gabrielle-and-baby','','','2019-08-16 14:26:06','2019-08-16 19:26:06','',4406,'https://buzz-caribbean.com/app/uploads/2019/08/gabrielle-and-baby.jpg',0,'attachment','image/jpeg',0),(4415,9,'2019-08-16 14:31:19','2019-08-16 19:31:19','<!-- wp:image {\"id\":4409} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Matthew-Colquhoun-A.jpg\" alt=\"\" class=\"wp-image-4409\" /><figcaption> MMA fighter Matthew ‘Gold Lion’ Colquhoun is a three-time Pan Am champion. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On Saturday, August 10, when 25-year-old MMA\nfighter Matthew ‘Gold Lion’ Colquhoun stopped Kerry Lattimer after just three\nrounds at the Cow Palace in Daly City, California, he improved his professional\nrecord to six wins and three losses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was his second win in two weeks, having taken\nhis last fight on short notice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Colquhoun won his third consecutive Pan Am American\nSambo and Combat Sambo title in the Dominican Republic in late June.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Still, many Jamaicans do not even know who he is.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Therefore, we set out to do something about that\nand asked the ‘Gold Lion’ to reveal a bit more about who exactly is Matthew\nColquhoun.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4410} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Matthew-Colquhoun-D.jpg\" alt=\"\" class=\"wp-image-4410\" /><figcaption> Matthew ‘Gold Lion’ Colquhoun (left) being announced as the winner of a fight in July. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Where were you born,\nand where did you grow up?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I was born at the Kingston Public Hospital in Kingston Jamaica, and I grew up in the community of Duhaney Park, New Haven, Kingston 20.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>As a child, did you\nsee yourself being involved in the martial arts?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a very young child, I loved to watch the old karate movies that would\ncome on Channel 13. From seeing those movies, I knew I wanted to learn how to\ndo the things I saw them doing in the movies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4411} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Matthew-Colquhoun-B.jpg\" alt=\"\" class=\"wp-image-4411\" /><figcaption>\'Gold Lion\' overpowers his opponent. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>How did you get\ninto martial arts and the MMA?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I got into martial arts because I wanted to learn how to defend myself.\nI grew up in a very volatile community, and a friend of mine told me about a\nfree martial arts class where I could go and learn the art, and that is where\nit all began.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>You are three-time\nPan Am Sambo and Combat Sambo champion, which of the three is most special for\nyou, and why?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All three Pan Am Sambo Championships mean a lot to me because I worked\nvery hard to win them. However,&nbsp;if I were to choose one it would be the\nchampionship held in Mexico (2018), where I broke my hand in the very first\nmatch and had to fight through the entire tournament with the injury but was\nstill able to win the gold medal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4413} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Matthew-Colquhoun-C-683x1024.jpg\" alt=\"\" class=\"wp-image-4413\" /><figcaption>It is not unusual to see Matthew Colquhoun holding his flag after a fight. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>You always seem to\nbe in great shape. What do you eat while you are in training? </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I stick to a very strict diet when I am preparing for competition. I am\nalso a vegan so that helps a lot with cutting weight to prepare for a fight. I\nreally like fruits. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Do you see yourself\ncompeting in the Olympics one day?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Becoming an Olympian&nbsp;is a goal I think any athlete would want to\nput on their resume, or just to have the experience to compete on a major stage\nlike that.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>What do you like to\ndo when you are not training or competing?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When I am not training or getting ready for a competition, I go hiking. I also spend time with my girlfriend and hang out with my friends.</p>\n<!-- /wp:paragraph -->','Jamaica\'s \'Gold Lion\': Matthew Colquhoun is a fighting champ','','inherit','closed','closed','','4408-revision-v1','','','2019-08-16 14:31:19','2019-08-16 19:31:19','',4408,'https://buzz-caribbean.com/article/4408-revision-v1/',0,'revision','',0),(4416,4,'2019-08-16 14:46:51','2019-08-16 19:46:51','<!-- wp:image {\"id\":4414} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gabrielle-and-baby-819x1024.jpg\" alt=\"\" class=\"wp-image-4414\" /><figcaption>Actress Gabrielle Union and daughter Kaavia</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Gabrielle Union thinks keeping up her job makes her a \"better\" mother, as she defended mothers who choose to have careers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 46-year-old actress has nine-month-old daughter Kaavia with her husband Dwayne Wade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has slammed those who try to make working mums feel \"guilty\" for keeping their jobs, because she believes having the time to go away and \"do what [she] loves\" actually makes her a better mom to her tot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Being able to have the job that I love and the baby that I dreamed of [is great\"</p><cite>—Gabrielle Union</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":4407} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gabrielle-union.jpg\" alt=\"\" class=\"wp-image-4407\" /><figcaption>Gabrielle Union defends working moms.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"I don\'t have mom guilt, and I\'ll tell you why. Being able to have the job that I love and the baby that I dreamed of [is great]. I\'m a better mom because I\'m able to go away and do what I love. Even if I failed miserably, I\'m following my dreams. ... I would be less of a mother if I didn\'t set out every day to try to make my dreams come true and other people\'s dreams come true. So I don\'t have guilt.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And the \'America\'s Got Talent\' judge has the support of her fellow parents too.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She added: \"We all grew up like, \'Go, Mom, go. Go, Mom, go!\' Not like, \'Why are you missing things?\' but, \'Way to go, I\'m glad you\'re living your dream.\' We\'re all kind of rooting for each other.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gabrielle and Dwayne welcomed Kaavia via surrogate mother after the <strong>LA\'s Finest</strong> star tragically suffered eight miscarriages, and Gabrielle now says the couple never gave up hope when it came to their family dream.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to Us Weekly magazine, she said: \"[Kaavia\'s] just amazing. I\'m so glad that me and my husband and our family just kept trying and plugging away and hoping and praying. She\'s all of our dreams come true.\"</p>\n<!-- /wp:paragraph -->','Hey, working mom: Actress Gabrielle Union is rooting for you!','','inherit','closed','closed','','4406-revision-v1','','','2019-08-16 14:46:51','2019-08-16 19:46:51','',4406,'https://buzz-caribbean.com/article/4406-revision-v1/',0,'revision','',0),(4418,4,'2019-08-16 14:49:24','2019-08-16 19:49:24','<!-- wp:image {\"id\":4414} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gabrielle-and-baby-819x1024.jpg\" alt=\"\" class=\"wp-image-4414\" /><figcaption>Actress Gabrielle Union and daughter Kaavia</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Gabrielle Union thinks keeping up her job makes her a \"better\" mother, as she defended mothers who choose to have careers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 46-year-old actress has nine-month-old daughter Kaavia with her husband Dwayne Wade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has slammed those who try to make working mums feel \"guilty\" for keeping their jobs, because she believes having the time to go away and \"do what [she] loves\" actually makes her a better mom to her tot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Being able to have the job that I love and the baby that I dreamed of [is great\"</p><cite>—Gabrielle Union</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":4407} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gabrielle-union.jpg\" alt=\"\" class=\"wp-image-4407\" /><figcaption>Gabrielle Union defends working moms.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"I don\'t have mom guilt, and I\'ll tell you why. Being able to have the job that I love and the baby that I dreamed of [is great]. I\'m a better mom because I\'m able to go away and do what I love. Even if I failed miserably, I\'m following my dreams. ... I would be less of a mother if I didn\'t set out every day to try to make my dreams come true and other people\'s dreams come true. So I don\'t have guilt.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And the \'America\'s Got Talent\' judge has the support of her fellow parents too. She added: \"We all grew up like, \'Go, Mom, go. Go, Mom, go!\' Not like, \'Why are you missing things?\' but, \'Way to go, I\'m glad you\'re living your dream.\' We\'re all kind of rooting for each other.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gabrielle and Dwayne welcomed Kaavia via surrogate mother after the <strong>LA\'s Finest</strong> star tragically suffered eight miscarriages, and Gabrielle now says the couple never gave up hope when it came to their family dream. Speaking to Us Weekly magazine, she said: \"[Kaavia\'s] just amazing. I\'m so glad that me and my husband and our family just kept trying and plugging away and hoping and praying. She\'s all of our dreams come true.\"</p>\n<!-- /wp:paragraph -->','Hey, working mom: Actress Gabrielle Union is rooting for you!','','inherit','closed','closed','','4406-revision-v1','','','2019-08-16 14:49:24','2019-08-16 19:49:24','',4406,'https://buzz-caribbean.com/article/4406-revision-v1/',0,'revision','',0),(4419,4,'2019-08-16 14:50:36','2019-08-16 19:50:36','<!-- wp:image {\"id\":4414} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gabrielle-and-baby-819x1024.jpg\" alt=\"\" class=\"wp-image-4414\" /><figcaption>Actress Gabrielle Union and daughter Kaavia</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Gabrielle Union thinks keeping up her job makes her a \"better\" mother, as she defended mothers who choose to have careers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 46-year-old actress has nine-month-old daughter Kaavia with her husband Dwayne Wade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has slammed those who try to make working mums feel \"guilty\" for keeping their jobs, because she believes having the time to go away and \"do what [she] loves\" actually makes her a better mom to her tot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Being able to have the job that I love and the baby that I dreamed of [is great\"</p><cite>—Gabrielle Union</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":4407} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gabrielle-union.jpg\" alt=\"\" class=\"wp-image-4407\" /><figcaption>Gabrielle Union defends working moms.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"I don\'t have mom guilt, and I\'ll tell you why. Being able to have the job that I love and the baby that I dreamed of [is great]. I\'m a better mom because I\'m able to go away and do what I love. Even if I failed miserably, I\'m following my dreams. ... I would be less of a mother if I didn\'t set out every day to try to make my dreams come true and other people\'s dreams come true. So I don\'t have guilt.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And the \'America\'s Got Talent\' judge has the support of her fellow parents too. She added: \"We all grew up like, \'Go, Mom, go. Go, Mom, go!\' Not like, \'Why are you missing things?\' but, \'Way to go, I\'m glad you\'re living your dream.\' We\'re all kind of rooting for each other.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gabrielle and Dwayne welcomed Kaavia via surrogate mother after the <strong>LA\'s Finest</strong> star tragically suffered eight miscarriages, and Gabrielle now says the couple never gave up hope when it came to their family dream. Speaking to Us Weekly magazine, she said: \"[Kaavia\'s] just amazing. I\'m so glad that me and my husband and our family just kept trying and plugging away and hoping and praying. She\'s all of our dreams come true.\"</p>\n<!-- /wp:paragraph -->','Hey, working mom, actress Gabrielle Union is rooting for you!','','inherit','closed','closed','','4406-revision-v1','','','2019-08-16 14:50:36','2019-08-16 19:50:36','',4406,'https://buzz-caribbean.com/article/4406-revision-v1/',0,'revision','',0),(4421,4,'2019-08-16 14:54:26','2019-08-16 19:54:26','<!-- wp:image {\"id\":4414} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gabrielle-and-baby-819x1024.jpg\" alt=\"\" class=\"wp-image-4414\" /><figcaption>Actress Gabrielle Union and daughter Kaavia (Photo: Instagram/gabunion)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Gabrielle Union thinks keeping up her job makes her a \"better\" mother, as she defended mothers who choose to have careers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 46-year-old actress has nine-month-old daughter Kaavia with her husband Dwayne Wade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has slammed those who try to make working mums feel \"guilty\" for keeping their jobs, because she believes having the time to go away and \"do what [she] loves\" actually makes her a better mom to her tot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Being able to have the job that I love and the baby that I dreamed of [is great\"</p><cite>—Gabrielle Union</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":4407} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gabrielle-union.jpg\" alt=\"\" class=\"wp-image-4407\" /><figcaption>Gabrielle Union defends working moms.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"I don\'t have mom guilt, and I\'ll tell you why. Being able to have the job that I love and the baby that I dreamed of [is great]. I\'m a better mom because I\'m able to go away and do what I love. Even if I failed miserably, I\'m following my dreams. ... I would be less of a mother if I didn\'t set out every day to try to make my dreams come true and other people\'s dreams come true. So I don\'t have guilt.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And the \'America\'s Got Talent\' judge has the support of her fellow parents too. She added: \"We all grew up like, \'Go, Mom, go. Go, Mom, go!\' Not like, \'Why are you missing things?\' but, \'Way to go, I\'m glad you\'re living your dream.\' We\'re all kind of rooting for each other.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gabrielle and Dwayne welcomed Kaavia via surrogate mother after the <strong>LA\'s Finest</strong> star tragically suffered eight miscarriages, and Gabrielle now says the couple never gave up hope when it came to their family dream. Speaking to Us Weekly magazine, she said: \"[Kaavia\'s] just amazing. I\'m so glad that me and my husband and our family just kept trying and plugging away and hoping and praying. She\'s all of our dreams come true.\"</p>\n<!-- /wp:paragraph -->','Hey, working mom, actress Gabrielle Union is rooting for you!','','inherit','closed','closed','','4406-revision-v1','','','2019-08-16 14:54:26','2019-08-16 19:54:26','',4406,'https://buzz-caribbean.com/article/4406-revision-v1/',0,'revision','',0),(4422,4,'2019-08-16 14:54:35','2019-08-16 19:54:35','<!-- wp:image {\"id\":4414} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gabrielle-and-baby-819x1024.jpg\" alt=\"\" class=\"wp-image-4414\" /><figcaption>Actress Gabrielle Union and daughter Kaavia (Photo: Instagram/gabunion)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Gabrielle Union thinks keeping up her job makes her a \"better\" mother, as she defended mothers who choose to have careers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 46-year-old actress has nine-month-old daughter Kaavia with her husband Dwayne Wade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has slammed those who try to make working mums feel \"guilty\" for keeping their jobs, because she believes having the time to go away and \"do what [she] loves\" actually makes her a better mom to her tot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Being able to have the job that I love and the baby that I dreamed of [is great\"</p><cite>—Gabrielle Union</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":4407} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gabrielle-union.jpg\" alt=\"\" class=\"wp-image-4407\" /><figcaption>Gabrielle Union defends working moms. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"I don\'t have mom guilt, and I\'ll tell you why. Being able to have the job that I love and the baby that I dreamed of [is great]. I\'m a better mom because I\'m able to go away and do what I love. Even if I failed miserably, I\'m following my dreams. ... I would be less of a mother if I didn\'t set out every day to try to make my dreams come true and other people\'s dreams come true. So I don\'t have guilt.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And the \'America\'s Got Talent\' judge has the support of her fellow parents too. She added: \"We all grew up like, \'Go, Mom, go. Go, Mom, go!\' Not like, \'Why are you missing things?\' but, \'Way to go, I\'m glad you\'re living your dream.\' We\'re all kind of rooting for each other.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gabrielle and Dwayne welcomed Kaavia via surrogate mother after the <strong>LA\'s Finest</strong> star tragically suffered eight miscarriages, and Gabrielle now says the couple never gave up hope when it came to their family dream. Speaking to Us Weekly magazine, she said: \"[Kaavia\'s] just amazing. I\'m so glad that me and my husband and our family just kept trying and plugging away and hoping and praying. She\'s all of our dreams come true.\"</p>\n<!-- /wp:paragraph -->','Hey, working mom, actress Gabrielle Union is rooting for you!','','inherit','closed','closed','','4406-revision-v1','','','2019-08-16 14:54:35','2019-08-16 19:54:35','',4406,'https://buzz-caribbean.com/article/4406-revision-v1/',0,'revision','',0),(4424,4,'2019-08-16 15:04:06','2019-08-16 20:04:06','','Gabrielle-and-baby2','','inherit','open','closed','','gabrielle-and-baby2','','','2019-08-16 15:04:06','2019-08-16 20:04:06','',4406,'https://buzz-caribbean.com/app/uploads/2019/08/Gabrielle-and-baby2.jpg',0,'attachment','image/jpeg',0),(4425,4,'2019-08-16 15:04:37','2019-08-16 20:04:37','<!-- wp:image {\"id\":4414} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gabrielle-and-baby-819x1024.jpg\" alt=\"\" class=\"wp-image-4414\" /><figcaption>Actress Gabrielle Union and daughter Kaavia (Photo: Instagram/gabunion)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Gabrielle Union thinks keeping up her job makes her a \"better\" mother, as she defended mothers who choose to have careers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 46-year-old actress has nine-month-old daughter Kaavia with her husband Dwayne Wade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has slammed those who try to make working mums feel \"guilty\" for keeping their jobs, because she believes having the time to go away and \"do what [she] loves\" actually makes her a better mom to her tot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Being able to have the job that I love and the baby that I dreamed of [is great\"</p><cite>—Gabrielle Union</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":4424} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Gabrielle-and-baby2-1024x1024.jpg\" alt=\"\" class=\"wp-image-4424\" /><figcaption>(Photo: Instagram/gabunion)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"I don\'t have mom guilt, and I\'ll tell you why. Being able to have the job that I love and the baby that I dreamed of [is great]. I\'m a better mom because I\'m able to go away and do what I love. Even if I failed miserably, I\'m following my dreams. ... I would be less of a mother if I didn\'t set out every day to try to make my dreams come true and other people\'s dreams come true. So I don\'t have guilt.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And the \'America\'s Got Talent\' judge has the support of her fellow parents too. She added: \"We all grew up like, \'Go, Mom, go. Go, Mom, go!\' Not like, \'Why are you missing things?\' but, \'Way to go, I\'m glad you\'re living your dream.\' We\'re all kind of rooting for each other.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4407} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gabrielle-union.jpg\" alt=\"\" class=\"wp-image-4407\" /><figcaption>Gabrielle Union defends working moms. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Gabrielle and Dwayne welcomed Kaavia via surrogate mother after the <strong>LA\'s Finest</strong> star tragically suffered eight miscarriages, and Gabrielle now says the couple never gave up hope when it came to their family dream.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to Us Weekly magazine, she said: \"[Kaavia\'s] just amazing. I\'m so glad that me and my husband and our family just kept trying and plugging away and hoping and praying. She\'s all of our dreams come true.\"</p>\n<!-- /wp:paragraph -->','Hey, working mom, actress Gabrielle Union is rooting for you!','','inherit','closed','closed','','4406-revision-v1','','','2019-08-16 15:04:37','2019-08-16 20:04:37','',4406,'https://buzz-caribbean.com/article/4406-revision-v1/',0,'revision','',0),(4426,9,'2019-08-16 15:06:41','2019-08-16 20:06:41','<!-- wp:image {\"id\":4409} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Matthew-Colquhoun-A.jpg\" alt=\"\" class=\"wp-image-4409\" /><figcaption> MMA fighter Matthew ‘Gold Lion’ Colquhoun is a three-time Pan Am champion. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On Saturday, August 10, when 25-year-old MMA\nfighter Matthew ‘Gold Lion’ Colquhoun stopped Kerry Lattimer after just three\nrounds at the Cow Palace in Daly City, California, he improved his professional\nrecord to six wins and three losses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was his second win in two weeks, having taken\nhis last fight on short notice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Colquhoun won his third consecutive Pan Am American\nSambo and Combat Sambo title in the Dominican Republic in late June.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Still, many Jamaicans do not even know who he is.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Therefore, we set out to do something about that\nand asked the ‘Gold Lion’ to reveal a bit more about who exactly is Matthew\nColquhoun.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4410} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Matthew-Colquhoun-D.jpg\" alt=\"\" class=\"wp-image-4410\" /><figcaption> Matthew ‘Gold Lion’ Colquhoun (left) being announced as the winner of a fight in July. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Where were you born,\nand where did you grow up?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I was born at the Kingston Public Hospital in Kingston Jamaica, and I grew up in the community of Duhaney Park, New Haven, Kingston 20.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>As a child, did you\nsee yourself being involved in the martial arts?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a very young child, I loved to watch the old karate movies that would\ncome on Channel 13. From seeing those movies, I knew I wanted to learn how to\ndo the things I saw them doing in the movies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4411} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Matthew-Colquhoun-B.jpg\" alt=\"\" class=\"wp-image-4411\" /><figcaption>\'Gold Lion\' overpowers his opponent. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>How did you get\ninto martial arts and the MMA?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I got into martial arts because I wanted to learn how to defend myself.\nI grew up in a very volatile community, and a friend of mine told me about a\nfree martial arts class where I could go and learn the art, and that is where\nit all began.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>You are three-time\nPan Am Sambo and Combat Sambo champion, which of the three is most special for\nyou, and why?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All three Pan Am Sambo Championships mean a lot to me because I worked\nvery hard to win them. However,&nbsp;if I were to choose one it would be the\nchampionship held in Mexico (2018), where I broke my hand in the very first\nmatch and had to fight through the entire tournament with the injury but was\nstill able to win the gold medal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4413} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Matthew-Colquhoun-C-683x1024.jpg\" alt=\"\" class=\"wp-image-4413\" /><figcaption>It is not unusual to see Matthew Colquhoun holding his flag after a fight. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>You always seem to\nbe in great shape. What do you eat while you are in training? </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I stick to a very strict diet when I am preparing for competition. I am\nalso a vegan so that helps a lot with cutting weight to prepare for a fight. I\nreally like fruits. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Do you see yourself\ncompeting in the Olympics one day?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Becoming an Olympian&nbsp;is a goal I think any athlete would want to\nput on their resume, or just to have the experience to compete on a major stage\nlike that.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>What do you like to\ndo when you are not training or competing?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When I am not training or getting ready for a competition, I go hiking. I also spend time with my girlfriend and hang out with my friends.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— Story by Chase</p>\n<!-- /wp:paragraph -->','Jamaica\'s \'Gold Lion\': Matthew Colquhoun is a fighting champ','','inherit','closed','closed','','4408-revision-v1','','','2019-08-16 15:06:41','2019-08-16 20:06:41','',4408,'https://buzz-caribbean.com/article/4408-revision-v1/',0,'revision','',0),(4428,4,'2019-08-16 15:13:19','2019-08-16 20:13:19','','Gabrielle And Baby Featured Image','','inherit','open','closed','','gabrielle-and-baby-featured-image','','','2019-08-16 15:13:19','2019-08-16 20:13:19','',0,'https://buzz-caribbean.com/app/uploads/2019/08/gabrielle-and-baby-featured-image.jpg',0,'attachment','image/jpeg',0),(4429,4,'2019-08-16 18:13:47','2019-08-16 23:13:47','<!-- wp:paragraph -->\n<p>Bounty Killer has certainly grown. Yes he has.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The icon of the dancehall is still cross, angry and miserable but for different reasons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4436} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bounty-Killer-and-notnice-1024x683.jpg\" alt=\"\" class=\"wp-image-4436\" /><figcaption>Bounty Killer at the recent launch of entertainer Notnice (at right).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I am in a war against poverty.\'</p><cite>—Bounty Killer</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He spoke with <strong>BUZZ </strong>during the launch of award-winning producer Notnice’s album, <strong>King Midas</strong> and said he was still the Warlord.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I am in a war against poverty, a war against division, a war against a lot of things that are wrong,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His single on the <strong>King Midas</strong> album, <strong>One General</strong>, seems set to soar. It is a classic Bounty Killer in which he shows that he has lost none of the verve that has kept him at the forefront of the dancehall business for decades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I don’t try to stay relevant, I just be real. If being real makes me stay relevant then so be it. I just be me,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to the unity displayed between himself and once arch rival Beenie Man, Bounty Killer said even though they had a lyrical tiff, it was never about malice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“It was always about competition and competition makes you stronger. We never took it past the music. We were once rivals but now we are idols,” he said.</p>\n<!-- /wp:paragraph -->','Bounty Killer: Still cross. Still angry. Still miserable.','','publish','open','closed','','bounty-killer-still-cross-still-angry-still-miserable','','','2019-08-17 09:50:23','2019-08-17 14:50:23','',0,'https://buzz-caribbean.com/?p=4429',0,'post','',0),(4430,4,'2019-08-16 15:20:44','2019-08-16 20:20:44','<!-- wp:paragraph -->\n<p>Bounty Killer has certainly grown. Yes he has.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The icon of the dancehall is still cross, angry and miserable but for different reasons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He spoke with Buzz during the launch of award winning producer, Not Nice’s, launch of his album, King Midas and said he was still the Warlord.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I am in a war against poverty, a war against division, a war against a lot f things that are wrong,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His single on he King Midas album, One General, seems set to soar. It is a classic Bounty Killer in which he shows that he has lost none of his verve that has kept him at the forefront of the dancehall business for decades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I don’t try to stay relevant, I just be real. If being real makes me stay relevant then so be it. I just be me,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to the unity displayed between himself and once arch rival Beenie Man, Bounty Killer said even though they had a lyrical tiff, it was never about malice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“It was always about competition and competition makes you stronger. We never took it past the music. We were once rivals but now e are idols,” he said.</p>\n<!-- /wp:paragraph -->','Bounty Killer: Still cross. Still angry. Still miserable. But...','','inherit','closed','closed','','4429-revision-v1','','','2019-08-16 15:20:44','2019-08-16 20:20:44','',4429,'https://buzz-caribbean.com/article/4429-revision-v1/',0,'revision','',0),(4431,4,'2019-08-16 15:37:25','2019-08-16 20:37:25','<!-- wp:paragraph -->\n<p>Bounty Killer has certainly grown. Yes he has.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The icon of the dancehall is still cross, angry and miserable but for different reasons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He spoke with <strong>BUZZ </strong>during the launch of award-winning producer Notnice’s album, <strong>King Midas</strong> and said he was still the Warlord.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I am in a war against poverty, a war against division, a war against a lot f things that are wrong,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His single on the <strong>King Midas</strong> album, <strong>One General</strong>, seems set to soar. It is a classic Bounty Killer in which he shows that he has lost none of the verve that has kept him at the forefront of the dancehall business for decades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I don’t try to stay relevant, I just be real. If being real makes me stay relevant then so be it. I just be me,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to the unity displayed between himself and once arch rival Beenie Man, Bounty Killer said even though they had a lyrical tiff, it was never about malice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> “It was always about competition and competition makes you stronger. We never took it past the music. We were once rivals but now we are idols,” he said.</p>\n<!-- /wp:paragraph -->','Bounty Killer: Still cross. Still angry. Still miserable.','','inherit','closed','closed','','4429-revision-v1','','','2019-08-16 15:37:25','2019-08-16 20:37:25','',4429,'https://buzz-caribbean.com/article/4429-revision-v1/',0,'revision','',0),(4432,9,'2019-08-16 18:01:36','2019-08-16 23:01:36','<!-- wp:image {\"id\":4433} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kevoy-C-1024x683.jpg\" alt=\"\" class=\"wp-image-4433\" /><figcaption>Kevoy Burton was inspired to write his book after visiting Ghana, Africa. (Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When actor and TV host Kevoy Burton journeyed to Ghana for his role in <strong>Joseph</strong> earlier this year, a book was not on his mind. However, he is now officially an author after publishing <strong>Black People: The Losing Race</strong> on August 7. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Going to\nAfrica gave me the idea to write this book,” he told <strong>BUZZ</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although he has no experience as an author, Burton said that he wrote the 29-page book in two weeks. It is currently available for purchase on Amazon Kindle, and it has already been downloaded more than 50 times. However, he said that physical copies will become available in the coming weeks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4434} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kevoy-D-1024x683.jpg\" alt=\"\" class=\"wp-image-4434\" /><figcaption> Burton is also known for his roles in <strong>Real Friends</strong> and <strong>Ghett’a Life</strong>.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The description\nfor <strong>Black People: The Losing Race</strong> on Amazon says: “This book takes a\ndeeper look as to why black nations are failing. It is a call to action for every\nperson of colour to get up and make themselves great again.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Burton, who\nis known for his roles in <strong>Real Friends</strong> and <strong>Ghett’a Life</strong>, explained\nthat when he went to Ghana for <strong>Joseph</strong>, his eyes were opened to the beauty,\nrich culture and wealth of the African continent. However, that visit also\nopened his eyes to other realities, especially in the western world. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I take a look at the progress we’ve made as a people, and I don’t think it’s great,” Burton told <strong>BUZZ</strong>. “I think most of it is our fault because we are easily bought, easily persuaded and easily led. I feel like we are losing because we don’t understand that with unity comes strength. And black people as a whole, we are divided.”</p>\n<!-- /wp:paragraph -->','Kevoy Burton pens first book after visiting Ghana','','publish','open','closed','','kevoy-burton-pens-first-book-after-visiting-ghana','','','2019-08-16 18:01:36','2019-08-16 23:01:36','',0,'https://buzz-caribbean.com/?p=4432',0,'post','',0),(4433,9,'2019-08-16 17:34:56','2019-08-16 22:34:56','','Kevoy-C','','inherit','open','closed','','kevoy-c','','','2019-08-16 17:34:56','2019-08-16 22:34:56','',4432,'https://buzz-caribbean.com/app/uploads/2019/08/Kevoy-C.jpg',0,'attachment','image/jpeg',0),(4434,9,'2019-08-16 17:35:15','2019-08-16 22:35:15','','Kevoy-D','','inherit','open','closed','','kevoy-d','','','2019-08-16 17:35:15','2019-08-16 22:35:15','',4432,'https://buzz-caribbean.com/app/uploads/2019/08/Kevoy-D.jpg',0,'attachment','image/jpeg',0),(4435,4,'2019-08-16 17:58:09','2019-08-16 22:58:09','<!-- wp:paragraph -->\n<p>Bounty Killer has certainly grown. Yes he has.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The icon of the dancehall is still cross, angry and miserable but for different reasons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He spoke with <strong>BUZZ </strong>during the launch of award-winning producer Notnice’s album, <strong>King Midas</strong> and said he was still the Warlord.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I am in a war against poverty, a war against division, a war against a lot f things that are wrong,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His single on the <strong>King Midas</strong> album, <strong>One General</strong>, seems set to soar. It is a classic Bounty Killer in which he shows that he has lost none of the verve that has kept him at the forefront of the dancehall business for decades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I don’t try to stay relevant, I just be real. If being real makes me stay relevant then so be it. I just be me,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to the unity displayed between himself and once arch rival Beenie Man, Bounty Killer said even though they had a lyrical tiff, it was never about malice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> “It was always about competition and competition makes you stronger. We never took it past the music. We were once rivals but now we are idols,” he said.</p>\n<!-- /wp:paragraph -->','Bounty Killer: Still cross. Still angry. Still miserable.','','inherit','closed','closed','','4429-revision-v1','','','2019-08-16 17:58:09','2019-08-16 22:58:09','',4429,'https://buzz-caribbean.com/article/4429-revision-v1/',0,'revision','',0),(4436,4,'2019-08-16 17:58:44','2019-08-16 22:58:44','','Bounty-Killer-and-notnice','','inherit','open','closed','','bounty-killer-and-notnice','','','2019-08-16 17:58:44','2019-08-16 22:58:44','',4429,'https://buzz-caribbean.com/app/uploads/2019/08/Bounty-Killer-and-notnice.jpg',0,'attachment','image/jpeg',0),(4437,9,'2019-08-16 17:59:59','2019-08-16 22:59:59','<!-- wp:image {\"id\":4433} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kevoy-C-1024x683.jpg\" alt=\"\" class=\"wp-image-4433\" /><figcaption>Kevoy Burton was inspired to write his book after visiting Ghana, Africa. (Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When actor and TV host Kevoy Burton journeyed to Ghana for his role in <strong>Joseph</strong> earlier this year, a book was not on his mind. However, he is now officially an author after publishing <strong>Black People: The Losing Race</strong> on August 7. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Going to\nAfrica gave me the idea to write this book,” he told <strong>BUZZ</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although he has no experience as an author, Burton said that he wrote the 29-page book in two weeks. It is currently available for purchase on Amazon Kindle, and it has already been downloaded more than 50 times. However, he said that physical copies will become available in the coming weeks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4434} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kevoy-D-1024x683.jpg\" alt=\"\" class=\"wp-image-4434\" /><figcaption> Burton is also known for his roles in <strong>Real Friends</strong> and <strong>Ghett’a Life</strong>.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The description\nfor <strong>Black People: The Losing Race</strong> on Amazon says: “This book takes a\ndeeper look as to why black nations are failing. It is a call to action for every\nperson of colour to get up and make themselves great again.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Burton, who\nis known for his roles in <strong>Real Friends</strong> and <strong>Ghett’a Life</strong>, explained\nthat when he went to Ghana for <strong>Joseph</strong>, his eyes were opened to the beauty,\nrich culture and wealth of the African continent. However, that visit also\nopened his eyes to other realities, especially in the western world. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I take a look at the progress we’ve made as a people, and I don’t think it’s great,” Burton told <strong>BUZZ</strong>. “I think most of it is our fault because we are easily bought, easily persuaded and easily led. I feel like we are losing because we don’t understand that with unity comes strength. And black people as a whole, we are divided.”</p>\n<!-- /wp:paragraph -->','Kevoy Burton pens first book after visiting Ghana','','inherit','closed','closed','','4432-revision-v1','','','2019-08-16 17:59:59','2019-08-16 22:59:59','',4432,'https://buzz-caribbean.com/article/4432-revision-v1/',0,'revision','',0),(4438,23,'2019-08-16 18:08:32','2019-08-16 23:08:32','<!-- wp:image {\"id\":4439} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kapa-Shanti-A.jpg\" alt=\"\" class=\"wp-image-4439\" /><figcaption>Kapa Shanti is confident that <strong>Oh Mama</strong> will do well in Jamaica. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Guyana-born reggae and dancehall\nartiste Kapa Shanti is confident that his soon-to-be-released single, <strong>Oh&nbsp;Mama</strong>,&nbsp;will be a big hit in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Produced by&nbsp;Mark\nWalcott, the song is scheduled to be released at the end of August on the IMark\nMusic&nbsp;imprint.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I love my mother dearly. She is a fantastic mother, so I recorded this song for her and all the other wonderful mothers in the world. This is a very good song, and I believe it has the potential to be a huge hit in Jamaica and other parts of the world,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I love my mother dearly.\"</p><cite>- Kapa Shanti</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The New York-based deejay\nsaid that he was inspired to pursue a career in music after he and his\ngrandmother watched Shabba Ranks&nbsp;on a&nbsp;VHS video&nbsp;performing at\nthe Underground Club in New York in the mid-1990s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“After watching Shaba\nRanks’ performance,&nbsp;from that day I was hooked. His performance was out of\nthis world. That was the day I made up my mind to become a dancehall artiste,”\nsaid Kapa Shanti, who launched his recording career in 2009 with <strong>Pressure The Poor</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4440} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kapa-Shanti-1-1.jpg\" alt=\"\" class=\"wp-image-4440\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Since then, Kapa Shanti,\nwhose real name is Jomo Procter, has done collaborations with several Jamaican\nartistes, including&nbsp;Macka Diamond,&nbsp;Pinchers, Norris Man, Future\nFambo&nbsp;and Capleton, who makes a guest appearance in one of his upcoming\nvideos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Though based in New York,\nthe entertainer said that he loves visiting Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I love travelling to Jamaica to record music and to hang out and have a good time with my friends and in-laws. It’s one of my favourite places. I’m scheduled to visit Jamaica before the end of this month to do some promotions in support of <strong>Oh Mama</strong>,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— Story by Chase</p>\n<!-- /wp:paragraph -->','Mom inspires Kapa Shanti to write ‘Oh Mama’','','publish','open','closed','','mom-inspires-kapa-shanti-to-write-oh-mama','','','2019-08-16 18:08:32','2019-08-16 23:08:32','',0,'https://buzz-caribbean.com/?p=4438',0,'post','',0),(4439,9,'2019-08-16 18:04:05','2019-08-16 23:04:05','','Kapa-Shanti-A','','inherit','open','closed','','kapa-shanti-a','','','2019-08-16 18:04:05','2019-08-16 23:04:05','',4438,'https://buzz-caribbean.com/app/uploads/2019/08/Kapa-Shanti-A.jpg',0,'attachment','image/jpeg',0),(4440,9,'2019-08-16 18:06:02','2019-08-16 23:06:02','','Kapa-Shanti-1-1','','inherit','open','closed','','kapa-shanti-1-1','','','2019-08-16 18:06:02','2019-08-16 23:06:02','',4438,'https://buzz-caribbean.com/app/uploads/2019/08/Kapa-Shanti-1-1.jpg',0,'attachment','image/jpeg',0),(4441,9,'2019-08-16 18:07:29','2019-08-16 23:07:29','<!-- wp:image {\"id\":4439} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kapa-Shanti-A.jpg\" alt=\"\" class=\"wp-image-4439\" /><figcaption>Kapa Shanti is confident that <strong>Oh Mama</strong> will do well in Jamaica. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Guyana-born reggae and dancehall\nartiste Kapa Shanti is confident that his soon-to-be-released single, <strong>Oh&nbsp;Mama</strong>,&nbsp;will be a big hit in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Produced by&nbsp;Mark\nWalcott, the song is scheduled to be released at the end of August on the IMark\nMusic&nbsp;imprint.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I love my mother dearly. She is a fantastic mother, so I recorded this song for her and all the other wonderful mothers in the world. This is a very good song, and I believe it has the potential to be a huge hit in Jamaica and other parts of the world,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I love my mother dearly.\"</p><cite>- Kapa Shanti</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The New York-based deejay\nsaid that he was inspired to pursue a career in music after he and his\ngrandmother watched Shabba Ranks&nbsp;on a&nbsp;VHS video&nbsp;performing at\nthe Underground Club in New York in the mid-1990s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“After watching Shaba\nRanks’ performance,&nbsp;from that day I was hooked. His performance was out of\nthis world. That was the day I made up my mind to become a dancehall artiste,”\nsaid Kapa Shanti, who launched his recording career in 2009 with <strong>Pressure The Poor</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4440} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kapa-Shanti-1-1.jpg\" alt=\"\" class=\"wp-image-4440\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Since then, Kapa Shanti,\nwhose real name is Jomo Procter, has done collaborations with several Jamaican\nartistes, including&nbsp;Macka Diamond,&nbsp;Pinchers, Norris Man, Future\nFambo&nbsp;and Capleton, who makes a guest appearance in one of his upcoming\nvideos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Though based in New York,\nthe entertainer said that he loves visiting Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I love travelling to\nJamaica to record music and to hang out and have a good time with my\nfriends&nbsp;and in-laws. It’s one of my favourite places. I’m scheduled to\nvisit Jamaica before the end of this month to do some promotions in support\nof&nbsp;<strong>Oh&nbsp;Mama</strong>,” he said.</p>\n<!-- /wp:paragraph -->','Mom inspires Kapa Shanti to write ‘Oh Mama’','','inherit','closed','closed','','4438-revision-v1','','','2019-08-16 18:07:29','2019-08-16 23:07:29','',4438,'https://buzz-caribbean.com/article/4438-revision-v1/',0,'revision','',0),(4442,9,'2019-08-16 18:08:32','2019-08-16 23:08:32','<!-- wp:image {\"id\":4439} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kapa-Shanti-A.jpg\" alt=\"\" class=\"wp-image-4439\" /><figcaption>Kapa Shanti is confident that <strong>Oh Mama</strong> will do well in Jamaica. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Guyana-born reggae and dancehall\nartiste Kapa Shanti is confident that his soon-to-be-released single, <strong>Oh&nbsp;Mama</strong>,&nbsp;will be a big hit in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Produced by&nbsp;Mark\nWalcott, the song is scheduled to be released at the end of August on the IMark\nMusic&nbsp;imprint.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I love my mother dearly. She is a fantastic mother, so I recorded this song for her and all the other wonderful mothers in the world. This is a very good song, and I believe it has the potential to be a huge hit in Jamaica and other parts of the world,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I love my mother dearly.\"</p><cite>- Kapa Shanti</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The New York-based deejay\nsaid that he was inspired to pursue a career in music after he and his\ngrandmother watched Shabba Ranks&nbsp;on a&nbsp;VHS video&nbsp;performing at\nthe Underground Club in New York in the mid-1990s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“After watching Shaba\nRanks’ performance,&nbsp;from that day I was hooked. His performance was out of\nthis world. That was the day I made up my mind to become a dancehall artiste,”\nsaid Kapa Shanti, who launched his recording career in 2009 with <strong>Pressure The Poor</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4440} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kapa-Shanti-1-1.jpg\" alt=\"\" class=\"wp-image-4440\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Since then, Kapa Shanti,\nwhose real name is Jomo Procter, has done collaborations with several Jamaican\nartistes, including&nbsp;Macka Diamond,&nbsp;Pinchers, Norris Man, Future\nFambo&nbsp;and Capleton, who makes a guest appearance in one of his upcoming\nvideos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Though based in New York,\nthe entertainer said that he loves visiting Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I love travelling to Jamaica to record music and to hang out and have a good time with my friends and in-laws. It’s one of my favourite places. I’m scheduled to visit Jamaica before the end of this month to do some promotions in support of <strong>Oh Mama</strong>,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— Story by Chase</p>\n<!-- /wp:paragraph -->','Mom inspires Kapa Shanti to write ‘Oh Mama’','','inherit','closed','closed','','4438-revision-v1','','','2019-08-16 18:08:32','2019-08-16 23:08:32','',4438,'https://buzz-caribbean.com/article/4438-revision-v1/',0,'revision','',0),(4443,4,'2019-08-16 18:13:47','2019-08-16 23:13:47','<!-- wp:paragraph -->\n<p>Bounty Killer has certainly grown. Yes he has.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The icon of the dancehall is still cross, angry and miserable but for different reasons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4436} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bounty-Killer-and-notnice-1024x683.jpg\" alt=\"\" class=\"wp-image-4436\" /><figcaption>Bounty Killer at the recent launch of entertainer Notnice (at right).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I am in a war against poverty.\'</p><cite>—Bounty Killer</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He spoke with <strong>BUZZ </strong>during the launch of award-winning producer Notnice’s album, <strong>King Midas</strong> and said he was still the Warlord.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I am in a war against poverty, a war against division, a war against a lot of things that are wrong,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His single on the <strong>King Midas</strong> album, <strong>One General</strong>, seems set to soar. It is a classic Bounty Killer in which he shows that he has lost none of the verve that has kept him at the forefront of the dancehall business for decades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I don’t try to stay relevant, I just be real. If being real makes me stay relevant then so be it. I just be me,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to the unity displayed between himself and once arch rival Beenie Man, Bounty Killer said even though they had a lyrical tiff, it was never about malice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> “It was always about competition and competition makes you stronger. We never took it past the music. We were once rivals but now we are idols,” he said.</p>\n<!-- /wp:paragraph -->','Bounty Killer: Still cross. Still angry. Still miserable.','','inherit','closed','closed','','4429-revision-v1','','','2019-08-16 18:13:47','2019-08-16 23:13:47','',4429,'https://buzz-caribbean.com/article/4429-revision-v1/',0,'revision','',0),(4444,4,'2019-08-16 18:22:01','2019-08-16 23:22:01','<!-- wp:paragraph -->\n<p>Eating healthy? Check. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Exercising? Check. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Going to bed early? Check. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Doing the typical stuff that should make you feel as though you\'re in fact on the healthier side of life? I bet even for this too you’d probably say check. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But check this out, not to burst your bubble, but the sad reality is that approximately 58 per cent of you are actually engaging in one or more bad habits that affect the progress of the fruitful long life that you, my dear readers so desire. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We know....easy to make, hard to break - but let\'s take the first step of identifying them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Drinking high-sugar beverages</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>I am pretty sure you must have reached a point where you are just about tired to hear songs about how sodas and high sugar drinks affect your health negatively. Still, should we do the count on how many glasses or bottles of sugary drinks you\'ve had already?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I’m guilty of downing one too many bottles of that guilty pleasure and I can assert that you probably have too. But food for thought people, don’t you think all these high sugar-sweetened drinks could possibly link to health complications. Diabetes, kidney disease? Wooooaaa… health-alert<br> right? Let\'s try to reduce the number of servings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Watching too much TV</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>(Bro, you must be kidding me? TV too?!  It\'s summer and the time is pretty hot and possibly if you’re like me with nowhere to go, your remote control and Netflix account are your best friends.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But noodles doodles, another health alert, a study conducted by the Northern California Institute for Research and Education at the Veterans Affairs Medical Center in San Francisco reviewed the television habits of more than 3,200 people, who were 25 years old, on average, at the start of the study. Bad news folks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Those who watched more than 3 hours of TV per day on average over the course of the next 25 years were more likely to perform poorly on certain cognitive tests in comparison to those who spent significantly less time in front of the screen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Study author Tina D. Hoang, of Northern California Institute for Research and Education, urged persons to get moving. \"Being physically active at any time in your life is good for your brain,\" Hoang said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Going outside for even a minute may in fact do you so much good (don\'t forget your sunscreen for more extended walks).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Sitting all-day</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Well, well, well, news flash - who knew sitting around all day could pose a  health risk. Darn.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Research has proven that modern-day bad habits could be linked to poor brain function as well as a high risk of heart disease and diabetes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Imagine getting all this just from sitting. An easy fix? Get up, get stepping and give your butt a rest. Some experts suggest taking at least 250 steps per hour for at least 9 hours per day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Article written by Shavenya Smikle </em></strong></p>\n<!-- /wp:paragraph -->','Simple habits that may be affecting your health','','inherit','closed','closed','','888-revision-v1','','','2019-08-16 18:22:01','2019-08-16 23:22:01','',888,'https://buzz-caribbean.com/article/888-revision-v1/',0,'revision','',0),(4446,11,'2019-08-16 21:33:15','2019-08-17 02:33:15','<!-- wp:image {\"id\":4414} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gabrielle-and-baby-819x1024.jpg\" alt=\"\" class=\"wp-image-4414\" /><figcaption>Actress Gabrielle Union and daughter Kaavia (Photo: Instagram/gabunion)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Gabrielle Union thinks keeping up her job makes her a \"better\" mother, as she defended mothers who choose to have careers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 46-year-old actress has nine-month-old daughter Kaavia with her husband Dwayne Wade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has slammed those who try to make working mums feel \"guilty\" for keeping their jobs, because she believes having the time to go away and \"do what [she] loves\" actually makes her a better mom to her tot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Being able to have the job that I love and the baby that I dreamed of is great\"</p><cite>—Gabrielle Union</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":4424} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Gabrielle-and-baby2-1024x1024.jpg\" alt=\"\" class=\"wp-image-4424\" /><figcaption>(Photo: Instagram/gabunion)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"I don\'t have mom guilt, and I\'ll tell you why. Being able to have the job that I love and the baby that I dreamed of [is great]. I\'m a better mom because I\'m able to go away and do what I love. Even if I failed miserably, I\'m following my dreams. ... I would be less of a mother if I didn\'t set out every day to try to make my dreams come true and other people\'s dreams come true. So I don\'t have guilt.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And the \'America\'s Got Talent\' judge has the support of her fellow parents too. She added: \"We all grew up like, \'Go, Mom, go. Go, Mom, go!\' Not like, \'Why are you missing things?\' but, \'Way to go, I\'m glad you\'re living your dream.\' We\'re all kind of rooting for each other.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4407} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gabrielle-union.jpg\" alt=\"\" class=\"wp-image-4407\" /><figcaption>Gabrielle Union defends working moms. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Gabrielle and Dwayne welcomed Kaavia via surrogate mother after the <strong>LA\'s Finest</strong> star tragically suffered eight miscarriages, and Gabrielle now says the couple never gave up hope when it came to their family dream.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to Us Weekly magazine, she said: \"[Kaavia\'s] just amazing. I\'m so glad that me and my husband and our family just kept trying and plugging away and hoping and praying. She\'s all of our dreams come true.\"</p>\n<!-- /wp:paragraph -->','Hey, working mom, actress Gabrielle Union is rooting for you!','','inherit','closed','closed','','4406-revision-v1','','','2019-08-16 21:33:15','2019-08-17 02:33:15','',4406,'https://buzz-caribbean.com/article/4406-revision-v1/',0,'revision','',0),(4447,11,'2019-08-17 09:50:23','2019-08-17 14:50:23','<!-- wp:paragraph -->\n<p>Bounty Killer has certainly grown. Yes he has.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The icon of the dancehall is still cross, angry and miserable but for different reasons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4436} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bounty-Killer-and-notnice-1024x683.jpg\" alt=\"\" class=\"wp-image-4436\" /><figcaption>Bounty Killer at the recent launch of entertainer Notnice (at right).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I am in a war against poverty.\'</p><cite>—Bounty Killer</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He spoke with <strong>BUZZ </strong>during the launch of award-winning producer Notnice’s album, <strong>King Midas</strong> and said he was still the Warlord.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I am in a war against poverty, a war against division, a war against a lot of things that are wrong,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His single on the <strong>King Midas</strong> album, <strong>One General</strong>, seems set to soar. It is a classic Bounty Killer in which he shows that he has lost none of the verve that has kept him at the forefront of the dancehall business for decades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I don’t try to stay relevant, I just be real. If being real makes me stay relevant then so be it. I just be me,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to the unity displayed between himself and once arch rival Beenie Man, Bounty Killer said even though they had a lyrical tiff, it was never about malice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“It was always about competition and competition makes you stronger. We never took it past the music. We were once rivals but now we are idols,” he said.</p>\n<!-- /wp:paragraph -->','Bounty Killer: Still cross. Still angry. Still miserable.','','inherit','closed','closed','','4429-revision-v1','','','2019-08-17 09:50:23','2019-08-17 14:50:23','',4429,'https://buzz-caribbean.com/article/4429-revision-v1/',0,'revision','',0),(4448,11,'2019-08-17 09:57:24','2019-08-17 14:57:24','','BUZZ 1','','inherit','open','closed','','buzz_1-2','','','2019-08-17 09:57:24','2019-08-17 14:57:24','',622,'https://buzz-caribbean.com/app/uploads/2019/08/BUZZ_1-1.jpg',0,'attachment','image/jpeg',0),(4449,11,'2019-08-17 09:57:41','2019-08-17 14:57:41','','BUZZ 1','','inherit','open','closed','','buzz_1-3','','','2019-08-17 09:57:41','2019-08-17 14:57:41','',622,'https://buzz-caribbean.com/app/uploads/2019/08/BUZZ_1-2.jpg',0,'attachment','image/jpeg',0),(4451,11,'2019-08-17 10:39:17','2019-08-17 15:39:17','','Manufacturing SEEK Notebooks SOS BUZZ','','inherit','open','closed','','manufacturing-seek-notebooks-sos-buzz-2','','','2019-08-17 10:39:17','2019-08-17 15:39:17','',2246,'https://buzz-caribbean.com/app/uploads/2019/08/Manufacturing-SEEK-Notebooks-SOS-BUZZ-1.jpg',0,'attachment','image/jpeg',0),(4452,11,'2019-08-17 10:50:28','2019-08-17 15:50:28','<!-- wp:paragraph -->\n<p>Now here is one universal, irrefutable truth that men generally do not like to hear ... while you refer to us as the ‘weaker sex’, you all cannot handle pain very well. From a simple toothache or gas pain to a complicated hernia, men act as if the world is ending and want to be pampered at the first hint of pain. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3784} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/LEBRON-crying-1024x576.jpg\" alt=\"\" class=\"wp-image-3784\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So if men are so defenceless and helpless over slight discomfort and minimal pain, how would they act if they had to handle pregnancy, labour and delivery? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not only would the world come to a screeching halt, as reproduction as we know it would cease to exist, but more importantly the world’s population would become extinct in short order.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":536} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Extinction-Buzz.jpg\" alt=\"\" class=\"wp-image-536\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>When that water breaks and contractions start, it would be next level world war three crisis up in that delivery room!  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Instead of Lamaze and breathing techniques, it would probably be frantic screams and frustrated yells by bloated men with distended stomachs running around like chickens with their heads cut off!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":543} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Lamaze-Method-Of-Childbirth-Buzz.jpg\" alt=\"\" class=\"wp-image-543\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The initial challenge for them would be the early stages or first trimester when morning sickness is part of the package for some. Can you fathom men dealing with nausea and vomiting that can actually last well past the morning hours? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":537} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Men-Morning-Sickness-Buzz.jpg\" alt=\"\" class=\"wp-image-537\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Them having to give up a juicy steak and chewing on saltine crackers because red meat and fish make them nauseous? They would go crazy when they figure out that curried goat and barbecue Chicken would not be on the menu for a while.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next, they would have to deal with being moody. Many of them are already temperamental, so with a baby in the oven, their mood swings would be amplified times ten. The swearing, yelling and temper tantrums would probably be so bad that their partners would probably put them in timeout like a two-year-old! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":544} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Mood-Swings-For-Men-1024x1024.jpg\" alt=\"\" class=\"wp-image-544\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Then for good measure, spice things up with swollen feet and a huge belly that makes them waddle around like a duck and makes sitting, sleeping and lotioning feet the most awkward thing ever. It may be funny to onlookers but when you are the ‘waddler’ in question, there is nothing amusing about having a protruding body part that knocks stuff over as if it has a mind of its own.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://giphy.com/gifs/running-W6K8MnLAy9W24\",\"type\":\"photo\",\"providerNameSlug\":\"giphy\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-photo is-provider-giphy\"><div class=\"wp-block-embed__wrapper\">\nhttps://giphy.com/gifs/running-W6K8MnLAy9W24\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Now let us discuss the discovery of stretch marks! This is when they get to share in having the battle scars of childbirth. Can you imagine those tiny lines cross-crossing across those beer and Buddha bellies? Wouldn’t that be a sight for sore eyes?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And finally the coup d\'état...childbirth itself! We welcome them to the world of hours-long, intense pain, wherein even your eyesight is compromised. They would climb walls, bite bed railings and curse the gods of sex and 2-minute orgasms during the process. An epidural may be their only saving grace but the real big question is ...where is that 9-pound infant going to pop out from?!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Men-Childbirth-Buzz.jpg\" alt=\"\" class=\"wp-image-541\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Guys, understand that while you may be able to bench-press 300 pounds, change a tyre, fix a leaking pipe and kill a croaking lizard, women handle emotions, suffering and pain a lot better and we usually accomplish it without excessive whining.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>— Story written by C.W.</em><br></p>\n<!-- /wp:paragraph -->','If men could have babies...','','inherit','closed','closed','','513-revision-v1','','','2019-08-17 10:50:28','2019-08-17 15:50:28','',513,'https://buzz-caribbean.com/article/513-revision-v1/',0,'revision','',0),(4454,21,'2019-08-17 11:46:47','2019-08-17 16:46:47','<!-- wp:image {\"id\":4455} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jussie-smollett.jpg\" alt=\"\" class=\"wp-image-4455\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jussie Smollett is reportedly considering suing the city of Chicago.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Empire </strong>star had been accused of having orchestrated a racist and homophobic attack on himself last January. Although he had the case against him dropped in March, local officials sued him for around US $500,000 in April to cover various costs, including to compensate for the overtime pay for police who investigated his case.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And according to documents obtained by TMZ, Jussie is now considering filing a suit in response \"for their conduct underlying the arrest and their conduct thereafter.\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 37-year-old actor was initially indicted on 16 felony counts of lying to police over the alleged attack but the charges were later dismissed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nHowever, a special prosecutor is now looking into the dismissal and could reinstate the charges, much to the fury of Jussie\'s lawyers.<br></p>\n<!-- /wp:paragraph -->','Empire star Jussie Smollett considering lawsuit','','publish','open','closed','','empire-star-jussie-smollett-considering-lawsuit','','','2019-08-17 11:46:48','2019-08-17 16:46:48','',0,'https://buzz-caribbean.com/?p=4454',0,'post','',0),(4455,4,'2019-08-17 11:43:17','2019-08-17 16:43:17','','jussie-smollett','','inherit','open','closed','','jussie-smollett','','','2019-08-17 11:43:17','2019-08-17 16:43:17','',4454,'https://buzz-caribbean.com/app/uploads/2019/08/jussie-smollett.jpg',0,'attachment','image/jpeg',0),(4456,4,'2019-08-17 11:46:47','2019-08-17 16:46:47','<!-- wp:image {\"id\":4455} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jussie-smollett.jpg\" alt=\"\" class=\"wp-image-4455\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jussie Smollett is reportedly considering suing the city of Chicago.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Empire </strong>star had been accused of having orchestrated a racist and homophobic attack on himself last January. Although he had the case against him dropped in March, local officials sued him for around US $500,000 in April to cover various costs, including to compensate for the overtime pay for police who investigated his case.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And according to documents obtained by TMZ, Jussie is now considering filing a suit in response \"for their conduct underlying the arrest and their conduct thereafter.\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 37-year-old actor was initially indicted on 16 felony counts of lying to police over the alleged attack but the charges were later dismissed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nHowever, a special prosecutor is now looking into the dismissal and could reinstate the charges, much to the fury of Jussie\'s lawyers.<br></p>\n<!-- /wp:paragraph -->','Empire star Jussie Smollett considering lawsuit','','inherit','closed','closed','','4454-revision-v1','','','2019-08-17 11:46:47','2019-08-17 16:46:47','',4454,'https://buzz-caribbean.com/article/4454-revision-v1/',0,'revision','',0),(4457,21,'2019-08-17 12:21:27','2019-08-17 17:21:27','<!-- wp:image {\"id\":1351} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/justin-and-hailey-bieber.jpg\" alt=\"\" class=\"wp-image-1351\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Justin Bieber says he is falling \"more in love\" with his wife Hailey Baldwin every day in a post serenading the model.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"You are the greatest thing that has ever happened to me.\"</p><cite>— Justin Bieber</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The 25-year-old singer says he would be \"lost\" without the 22-year-old model and thinks she\'s the \"greatest thing\" to ever happen in his life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Sharing a selection of photos of Hailey to Instagram, he captioned the post: \"I fall more in love with you every single day. You are the greatest thing that has ever happened to me. I would be lost without you. #wifeyappreciationday.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One photo included the model posing in a leotard in bed for a photo shoot. Another included the star completely bare-faced.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nine minutes after Justin posted the set, Hailey replied, \"best friend\". The post comes a day after Hailey accidentally admitted she has access to her husband\'s account in a comment she left on one of his manager Scooter Braun\'s posts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nHailey and Justin got married in September 2018.</p>\n<!-- /wp:paragraph -->','Justin Bieber is falling more in love everyday','','publish','open','closed','','justin-bieber-is-falling-more-in-love-everyday','','','2019-08-17 12:21:27','2019-08-17 17:21:27','',0,'https://buzz-caribbean.com/?p=4457',0,'post','',0),(4458,4,'2019-08-17 12:19:09','2019-08-17 17:19:09','<!-- wp:image {\"id\":1351} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/justin-and-hailey-bieber.jpg\" alt=\"\" class=\"wp-image-1351\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Justin Bieber says he is falling \"more in love\" with his wife Hailey Baldwin every day in a post serenading the model.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"You are the greatest thing that has ever happened to me.\"</p><cite>— Justin Bieber</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The 25-year-old singer says he would be \"lost\" without the 22-year-old model and thinks she\'s the \"greatest thing\" to ever happen in his life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Sharing a selection of photos of Hailey to Instagram, he captioned the post: \"I fall more in love with you every single day. You are the greatest thing that has ever happened to me. I would be lost without you. #wifeyappreciationday.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One photo included the model posing in a leotard in bed for a photo shoot. Another included the star completely bare-faced.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nine minutes after Justin posted the set, Hailey replied, \"best friend\". The post comes a day after Hailey accidentally admitted she has access to her husband\'s account in a comment she left on one of his manager Scooter Braun\'s posts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nHailey and Justin got married in September 2018.</p>\n<!-- /wp:paragraph -->','Justin Bieber is falling more in love everyday','','inherit','closed','closed','','4457-revision-v1','','','2019-08-17 12:19:09','2019-08-17 17:19:09','',4457,'https://buzz-caribbean.com/article/4457-revision-v1/',0,'revision','',0),(4461,15,'2019-08-17 13:43:16','2019-08-17 18:43:16','<!-- wp:paragraph -->\n<p>Businessman Garth Walker has bought a half acre lot on Old Hope Road where he will place a 10,000 square foot building which will house his expanded Adam &amp; Eve Spa. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4025} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gareth-walker-1024x576.jpg\" alt=\"\" class=\"wp-image-4025\" /><figcaption>Businessman Garth Walker talks to BUZZ at the AC Marriott Hotel. (Photos: Don Weysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Adam &amp; Eve has become one of the leaders in its field over the years and will be now offering more services at its new residence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4027} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gareth-walker-2-1024x576.jpg\" alt=\"\" class=\"wp-image-4027\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Here Garth tells Buzz that the Jamaican economy is now on the rise and this is the time for businesses to take a chance and see their ventures flourish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Watch below as Garth Walker discuss his plans with Buzz.</strong> <b>See Part 2 <a href=\"https://www.youtube.com/watch?v=fnWiwYcRRGw&amp;feature=youtu.be\">here</a>.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/TaUA_Jc-hjc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/TaUA_Jc-hjc\n</div></figure>\n<!-- /wp:embed -->','Garth Walker invests millions in expanding Adam &amp; Eve Spa','','inherit','closed','closed','','3962-revision-v1','','','2019-08-17 13:43:16','2019-08-17 18:43:16','',3962,'https://buzz-caribbean.com/article/3962-revision-v1/',0,'revision','',0),(4463,9,'2019-08-18 01:36:39','2019-08-18 06:36:39','<!-- wp:paragraph -->\n<p>For years, the north coast has been front and centre of Jamaica\'s tourism offerings. However, Travis Graham believed that Kingston was being left out of the mix despite being rich in culture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1107} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190731-WA0009-1024x768.jpg\" alt=\"\" class=\"wp-image-1107\" /><figcaption>These revellers made use of the special events package offered by Kingston Culture Tours when they visited Jamaica in April. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, while he was doing his master’s degree in Communication for Social and Behavioural Change, he came up with the grand idea of showcasing some of the best spots in the Corporate Area via a company he would eventually call Kingston Culture Tours JA. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I realised that Kingston is a niche market that was wasn’t\ngetting enough justice from the tourism entities. I saw a void that I could\nstart something to fill. We definitely have a mission to increase visitor arrivals\nto Kingston and to enhance its destination image,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1109} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190731-WA0007-576x1024.jpg\" alt=\"\" class=\"wp-image-1109\" /><figcaption>Travis Graham, the co-founder of Kingston Culture Tours JA, hangs out with American rapper Safaree when he participated in one of the tours. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Graham, who is the co-founder of Kingston Culture Tours JA, told<strong> BUZZ</strong> that since starting the venture in 2017, he has hosted numerous tourists from Europe, Asia and the United States. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We definitely have a mission to increase visitor arrivals to Kingston and to enhance its destination image.\" </p><cite>—Travis Graham</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The company offers three main tours – Blue Mountain Eco Tour, Kingston Culture Tour and the Port Royal Heritage Tour. Each tour lasts for about six hours and makes two attraction stops, as well as a food stop. A night tour is also done where visitors attend the Kingston Dub Club, and the company also offers special events vacation packages that host guests attending Carnival In Jamaica and the Bob Marley birthday celebrations. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1110} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/IMG-20190731-WA0006-1024x576.jpg\" alt=\"\" class=\"wp-image-1110\" /><figcaption>These Kingston Culture Tours JA guests were all smiles beside the statue of Bob Marley that is located close to the National Stadium in Kingston. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In his quest to market Kingston as a destination that is packed with experiences, Graham said that many visitors are amazed by how much they can do while on the tours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The reception has been great. People are surprised by how much there is to do in Kingston. People love the knowledge,” Graham said. </p>\n<!-- /wp:paragraph -->','Kingston tour fills tourism void','','inherit','closed','closed','','1105-revision-v1','','','2019-08-18 01:36:39','2019-08-18 06:36:39','',1105,'https://buzz-caribbean.com/article/1105-revision-v1/',0,'revision','',0),(4464,23,'2019-08-18 13:17:27','2019-08-18 18:17:27','<!-- wp:image {\"id\":4465} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kristenmcgregor-1024x682.jpg\" alt=\"\" class=\"wp-image-4465\" /><figcaption> Kristen McGregor (centre) smiles after winning at the IFBB Diamond Cup in St Maarten in July. (Photos: Contributed) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Winning on her professional debut has firmly put Jamaican body fitness queen Kristen McGregor on the pathway to achieving her goal of winning the coveted Ms Olympia title. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tall and\nstatuesque, Kristen walked into the IFBB Diamond Cup in St Maarten on July 28\nand won her last tournament as an amateur. Then, with her newly minted Pro Card\nin hand, she took on a professional field from across the world and won that\ntoo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was a\nmajor step on her journey to the ultimate career goal, the Ms Olympia title. &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is a\nmajor accomplishment as I am now eligible to earn from the sport now, as the trips\naren\'t cheap and neither is the preparation,” she said. “It was overwhelming as\nI wasn’t expecting it. I just went in with an open mind. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4466} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kristen3-667x1024.jpg\" alt=\"\" class=\"wp-image-4466\" /><figcaption>Kristen shows off her physique. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kristen grew\nup in Kingston, Jamaica, with three siblings and was always into some form of\nsport - in part due to the influence of her dad, tennis coach Lockett McGregor.\nShe also wanted to become a physiotherapist, a nutritionist and a track star.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I was always into fitness, doing tracks from a young age until I stopped in university and started playing rugby until I was recruited by Audrey Allwood, President of the Jamaica Bodybuilding Association and the owner of FitFarm Fitness Club where I train,” said Kristen, who did her degree in sport management. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“I don’t like disappointments, and I don’t like to boost myself.” </p><cite>— Kristen McGregor</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>After\njoining FitFarm, Kristen progressed quickly. In 2017, her first year in\nbodybuilding and fitness, she finished third in Body Fitness at the Jamaican\nchampionships.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She won the\nnational title in 2018, the same year she won the CAC title.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As she\nprepared for her last amateur tournament and her first as a pro, Kristen\ndecided to raise the ante and changed coaches – moving Barry Wilson to Henry\nGraham.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4467} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kristen2-1024x813.jpg\" alt=\"\" class=\"wp-image-4467\" /><figcaption>Kristen is flanked by her very toned competitors. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After\npreparing for a year for St Maarten, those in her camp were confident, Kristen was\nnot sure what to expect.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I don’t\nlike disappointments, and I don’t like to boost myself,” she said, explaining\nthat she shut out all the praise and expectations of her colleagues when she\ndeparted for St Maarten in July. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, winning\nwas not without challenges, as both of her bikinis got damaged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So, I\nalmost had a panic attack … It wouldn’t affect the judging, but it would affect\nthe judging if I had no bikini,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kristen’s next stop along the road to her dreams is the IFBB Elite Pro World Professional Championships in Tarragona, Spain, in November. There, she hopes to continue building on her incredible winning record even though she will be up against the best in the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <em>Story by Chase</em></p>\n<!-- /wp:paragraph -->','Body fitness queen eyes Ms Olympia title','','publish','open','closed','','body-fitness-queen-eyes-ms-olympia-title','','','2019-08-18 13:17:28','2019-08-18 18:17:28','',0,'https://buzz-caribbean.com/?p=4464',0,'post','',0),(4465,9,'2019-08-18 13:05:24','2019-08-18 18:05:24','','kristenmcgregor','','inherit','open','closed','','kristenmcgregor','','','2019-08-18 13:05:24','2019-08-18 18:05:24','',4464,'https://buzz-caribbean.com/app/uploads/2019/08/kristenmcgregor.jpg',0,'attachment','image/jpeg',0),(4466,9,'2019-08-18 13:06:02','2019-08-18 18:06:02','','kristen3','','inherit','open','closed','','kristen3','','','2019-08-18 13:06:02','2019-08-18 18:06:02','',4464,'https://buzz-caribbean.com/app/uploads/2019/08/kristen3.jpg',0,'attachment','image/jpeg',0),(4467,9,'2019-08-18 13:08:23','2019-08-18 18:08:23','','kristen2','','inherit','open','closed','','kristen2','','','2019-08-18 13:08:23','2019-08-18 18:08:23','',4464,'https://buzz-caribbean.com/app/uploads/2019/08/kristen2.jpg',0,'attachment','image/jpeg',0),(4468,9,'2019-08-18 13:15:53','2019-08-18 18:15:53','<!-- wp:image {\"id\":4465} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kristenmcgregor-1024x682.jpg\" alt=\"\" class=\"wp-image-4465\" /><figcaption> Kristen McGregor (centre) smiles after winning at the IFBB Diamond Cup in St Maarten in July. (Photos: Contributed) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Winning on her professional debut has firmly put Jamaican body fitness queen Kristen McGregor on the pathway to achieving her goal of winning the coveted Ms Olympia title. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tall and\nstatuesque, Kristen walked into the IFBB Diamond Cup in St Maarten on July 28\nand won her last tournament as an amateur. Then, with her newly minted Pro Card\nin hand, she took on a professional field from across the world and won that\ntoo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was a\nmajor step on her journey to the ultimate career goal, the Ms Olympia title. &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is a\nmajor accomplishment as I am now eligible to earn from the sport now, as the trips\naren\'t cheap and neither is the preparation,” she said. “It was overwhelming as\nI wasn’t expecting it. I just went in with an open mind. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4466} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kristen3-667x1024.jpg\" alt=\"\" class=\"wp-image-4466\" /><figcaption>Kristen shows off her physique. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kristen grew\nup in Kingston, Jamaica, with three siblings and was always into some form of\nsport - in part due to the influence of her dad, tennis coach Lockett McGregor.\nShe also wanted to become a physiotherapist, a nutritionist and a track star.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I was always into fitness, doing tracks from a young age until I stopped in university and started playing rugby until I was recruited by Audrey Allwood, President of the Jamaica Bodybuilding Association and the owner of FitFarm Fitness Club where I train,” said Kristen, who did her degree in sport management. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“I don’t like disappointments, and I don’t like to boost myself.” </p><cite>— Kristen McGregor</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>After\njoining FitFarm, Kristen progressed quickly. In 2017, her first year in\nbodybuilding and fitness, she finished third in Body Fitness at the Jamaican\nchampionships.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She won the\nnational title in 2018, the same year she won the CAC title.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As she\nprepared for her last amateur tournament and her first as a pro, Kristen\ndecided to raise the ante and changed coaches – moving Barry Wilson to Henry\nGraham.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4467} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kristen2-1024x813.jpg\" alt=\"\" class=\"wp-image-4467\" /><figcaption>Kristen is flanked by her very toned competitors. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After\npreparing for a year for St Maarten, those in her camp were confident, Kristen was\nnot sure what to expect.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I don’t\nlike disappointments, and I don’t like to boost myself,” she said, explaining\nthat she shut out all the praise and expectations of her colleagues when she\ndeparted for St Maarten in July. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, winning\nwas not without challenges, as both of her bikinis got damaged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So, I\nalmost had a panic attack … It wouldn’t affect the judging, but it would affect\nthe judging if I had no bikini,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kristen’s next stop along the road to her dreams is the IFBB Elite Pro World Professional Championships in Tarragona, Spain, in November. There, she hopes to continue building on her incredible winning record even though she will be up against the best in the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <em>Story by Chase</em></p>\n<!-- /wp:paragraph -->','Body fitness queen eyes Ms Olympia title','','inherit','closed','closed','','4464-revision-v1','','','2019-08-18 13:15:53','2019-08-18 18:15:53','',4464,'https://buzz-caribbean.com/article/4464-revision-v1/',0,'revision','',0),(4470,23,'2019-08-18 14:01:45','2019-08-18 19:01:45','<!-- wp:image {\"id\":4471} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lila-Ike-A.jpg\" alt=\"\" class=\"wp-image-4471\" /><figcaption>Lila Ike was well-received when she performed at Reggae Sumfest in July. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After a stellar performance at Reggae Sumfest in July, Jamaican entertainer Lila Ike made it her mission to thrill music lovers in Europe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With her sultry presence and standout vocals, Lila began\nher first solo Summer European tour called ‘Where I’m Coming From’ in Antwerp,\nBelgium, at the ‘Sfinks Mixed Festival’ on July 25. She then moved on to ‘Hill\nVibes Reggae Festival’ in Telfs, Austria, on the July 26. Lila’s later stopped\nin Germany at ‘Reggae in Wulf’ in Friedberg on July 27, before heading to ‘Bedehaus’\nin Berlin on July 29.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1UF-mYgR6T/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1UF-mYgR6T/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>She continued with the high energy in Zurich, Switzerland, on August 1 at ‘Rote Fabrik’. She made a U-turn to Germany where she performed at the ‘Free and Easy Festival’ in Munich and ‘Reggae Jam Festival’ in Bersenbruck. Her summer European tour came to an end at ‘Rototom Sunsplash Festival’ in Benicassim, Spain, on August 16. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4472} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lila-Ike-C.jpg\" alt=\"\" class=\"wp-image-4472\" /><figcaption>Lila Ike (right) and her mentor, Protoje. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"<a href=\"https://www.instagram.com/rototomsunsplash/\">@rototomsunsplash</a> was the last show of my very first European tour and it’s been a blessing big thanks to uncle yellow <a href=\"https://www.instagram.com/givethanksmusic/\">@givethanksmusic</a><a href=\"https://www.instagram.com/lornavbennett/\"> @lornavbennett</a><a href=\"https://www.instagram.com/indiggcollective/\"> @indiggcollective</a> for ensuring everything went well. I was very comfortable and well taken care of,\" she said on Sunday. She also thanked Protoje for his mentorship, while stating that she is proud of fellow singer Sevana. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4473} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lila-Ike-B.jpg\" alt=\"\" class=\"wp-image-4473\" /><figcaption>Lila Ike has been turning heads across Europe. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After leaving Europe, the Manchester-born singer will join Protoje and The Indiggnation in North America, where she will do shows in Georgia, California and Missouri. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<strong><em> Story by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Lila Ike shares sultry vocals with Europe','','publish','open','closed','','lila-ike-shares-sultry-vocals-with-europe','','','2019-08-18 14:01:45','2019-08-18 19:01:45','',0,'https://buzz-caribbean.com/?p=4470',0,'post','',0),(4471,9,'2019-08-18 13:46:20','2019-08-18 18:46:20','','Lila-Ike-A','','inherit','open','closed','','lila-ike-a','','','2019-08-18 13:46:20','2019-08-18 18:46:20','',4470,'https://buzz-caribbean.com/app/uploads/2019/08/Lila-Ike-A.jpg',0,'attachment','image/jpeg',0),(4472,9,'2019-08-18 13:58:40','2019-08-18 18:58:40','','Lila-Ike-C','','inherit','open','closed','','lila-ike-c','','','2019-08-18 13:58:40','2019-08-18 18:58:40','',4470,'https://buzz-caribbean.com/app/uploads/2019/08/Lila-Ike-C.jpg',0,'attachment','image/jpeg',0),(4473,9,'2019-08-18 13:59:20','2019-08-18 18:59:20','','Lila-Ike-B','','inherit','open','closed','','lila-ike-b','','','2019-08-18 13:59:20','2019-08-18 18:59:20','',4470,'https://buzz-caribbean.com/app/uploads/2019/08/Lila-Ike-B.jpg',0,'attachment','image/jpeg',0),(4474,9,'2019-08-18 14:00:17','2019-08-18 19:00:17','<!-- wp:image {\"id\":4471} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lila-Ike-A.jpg\" alt=\"\" class=\"wp-image-4471\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After a stellar performance at Reggae Sumfest in July, Jamaican entertainer Lila Ike made it her mission to thrill music lovers in Europe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With her sultry presence and standout vocals, Lila began\nher first solo Summer European tour called ‘Where I’m Coming From’ in Antwerp,\nBelgium, at the ‘Sfinks Mixed Festival’ on July 25. She then moved on to ‘Hill\nVibes Reggae Festival’ in Telfs, Austria, on the July 26. Lila’s later stopped\nin Germany at ‘Reggae in Wulf’ in Friedberg on July 27, before heading to ‘Bedehaus’\nin Berlin on July 29.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1UF-mYgR6T/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1UF-mYgR6T/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>She continued with the high energy in Zurich, Switzerland, on August 1 at ‘Rote Fabrik’. She made a U-turn to Germany where she performed at the ‘Free and Easy Festival’ in Munich and ‘Reggae Jam Festival’ in Bersenbruck. Her summer European tour came to an end at ‘Rototom Sunsplash Festival’ in Benicassim, Spain, on August 16. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4472} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lila-Ike-C.jpg\" alt=\"\" class=\"wp-image-4472\" /><figcaption>Lila Ike (right) and her mentor, Protoje. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"<a href=\"https://www.instagram.com/rototomsunsplash/\">@rototomsunsplash</a> was the last show of my very first European tour and it’s been a blessing big thanks to uncle yellow <a href=\"https://www.instagram.com/givethanksmusic/\">@givethanksmusic</a><a href=\"https://www.instagram.com/lornavbennett/\"> @lornavbennett</a><a href=\"https://www.instagram.com/indiggcollective/\"> @indiggcollective</a> for ensuring everything went well. I was very comfortable and well taken care of,\" she said on Sunday. She also thanked Protoje for his mentorship, while stating that she is proud of fellow singer Sevana. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4473} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lila-Ike-B.jpg\" alt=\"\" class=\"wp-image-4473\" /><figcaption>Lila Ike has been turning heads across Europe. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After leaving Europe, the Manchester-born singer will join Protoje and The Indiggnation in North America, where she will do shows in Georgia, California and Missouri. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<strong><em> Story by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Lila Ike shares sultry vocals with Europe','','inherit','closed','closed','','4470-revision-v1','','','2019-08-18 14:00:17','2019-08-18 19:00:17','',4470,'https://buzz-caribbean.com/article/4470-revision-v1/',0,'revision','',0),(4475,9,'2019-08-18 14:01:45','2019-08-18 19:01:45','<!-- wp:image {\"id\":4471} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lila-Ike-A.jpg\" alt=\"\" class=\"wp-image-4471\" /><figcaption>Lila Ike was well-received when she performed at Reggae Sumfest in July. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After a stellar performance at Reggae Sumfest in July, Jamaican entertainer Lila Ike made it her mission to thrill music lovers in Europe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With her sultry presence and standout vocals, Lila began\nher first solo Summer European tour called ‘Where I’m Coming From’ in Antwerp,\nBelgium, at the ‘Sfinks Mixed Festival’ on July 25. She then moved on to ‘Hill\nVibes Reggae Festival’ in Telfs, Austria, on the July 26. Lila’s later stopped\nin Germany at ‘Reggae in Wulf’ in Friedberg on July 27, before heading to ‘Bedehaus’\nin Berlin on July 29.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1UF-mYgR6T/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1UF-mYgR6T/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>She continued with the high energy in Zurich, Switzerland, on August 1 at ‘Rote Fabrik’. She made a U-turn to Germany where she performed at the ‘Free and Easy Festival’ in Munich and ‘Reggae Jam Festival’ in Bersenbruck. Her summer European tour came to an end at ‘Rototom Sunsplash Festival’ in Benicassim, Spain, on August 16. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4472} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lila-Ike-C.jpg\" alt=\"\" class=\"wp-image-4472\" /><figcaption>Lila Ike (right) and her mentor, Protoje. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"<a href=\"https://www.instagram.com/rototomsunsplash/\">@rototomsunsplash</a> was the last show of my very first European tour and it’s been a blessing big thanks to uncle yellow <a href=\"https://www.instagram.com/givethanksmusic/\">@givethanksmusic</a><a href=\"https://www.instagram.com/lornavbennett/\"> @lornavbennett</a><a href=\"https://www.instagram.com/indiggcollective/\"> @indiggcollective</a> for ensuring everything went well. I was very comfortable and well taken care of,\" she said on Sunday. She also thanked Protoje for his mentorship, while stating that she is proud of fellow singer Sevana. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4473} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lila-Ike-B.jpg\" alt=\"\" class=\"wp-image-4473\" /><figcaption>Lila Ike has been turning heads across Europe. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After leaving Europe, the Manchester-born singer will join Protoje and The Indiggnation in North America, where she will do shows in Georgia, California and Missouri. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<strong><em> Story by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Lila Ike shares sultry vocals with Europe','','inherit','closed','closed','','4470-revision-v1','','','2019-08-18 14:01:45','2019-08-18 19:01:45','',4470,'https://buzz-caribbean.com/article/4470-revision-v1/',0,'revision','',0),(4476,21,'2019-08-18 14:42:39','2019-08-18 19:42:39','<!-- wp:image {\"id\":4477} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/NEW-Third-World-B-1024x684.jpg\" alt=\"\" class=\"wp-image-4477\" /><figcaption>The members of Third World sit on stage during the launch of their album. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After 45 years in the music business, Third World still has work to do. The multiple award-winning band unleashed their 22nd album<strong>, More Work To Be Done</strong>, at the Bob Marley Museum in St Andrew last Thursday, and already rave reviews are flowing in.<br><br> The work is produced by multiple Grammy award-winning artiste Damion ‘Junior Gong’ Marley, and features collaborations with the youngest veteran, Chronixx, Busy Signal, Tessanne Chin, Tarrus Riley and Pressure Busspipe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“After 45 years, you ask yourself: ‘Are you done?’.\"</p><cite>— Third World\'s Richard Daley</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Richard Daley, founding member and bass guitarist of the band that entered the music scene in 1973, said that the effort came out of a desire to keep the flame burning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“After 45 years, you ask yourself: ‘Are you done?’ And the answer was a resounding no. There is more work to be done,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4478} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/NEW-Third-World-A-1024x684.jpg\" alt=\"\" class=\"wp-image-4478\" /><figcaption><strong>More Work To Be Done</strong> is Third World\'s 22nd album. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Three singles have already been released from the effort, including <strong>Na Na Na </strong>featuring Chronixx, and those who had the privilege to attend the launch were very impressed with it. But it was the track <strong>You’re Not The Only One</strong> that got them skanking. It features the inimitable vocals of Junior Gong, and the song seems destined to be a hit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other songs on the project include the title track <strong>Work To Be Done</strong>, <strong>People Of A Different Colour </strong>featuring Pressure Busspipe, <strong>Hear Us Out</strong>, <strong>Yimmasgan</strong>, <strong>Island Dreams</strong> featuring Tessanne Chin and Tarrus Riley, and <strong>Third World Keeps Turning</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>A number of industry players and music lovers were on hand for the launch of Third World\'s new album.</em><strong><em> See the gallery below. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[4479,4480,4481,4482]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/NEW-Third-World-C-1024x684.jpg\" alt=\"\" data-id=\"4479\" data-link=\"https://buzz-caribbean.com/?attachment_id=4479\" class=\"wp-image-4479\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/NEW-Third-World-D-1024x684.jpg\" alt=\"\" data-id=\"4480\" data-link=\"https://buzz-caribbean.com/?attachment_id=4480\" class=\"wp-image-4480\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/NEW-Third-World-E-1024x684.jpg\" alt=\"\" data-id=\"4481\" data-link=\"https://buzz-caribbean.com/?attachment_id=4481\" class=\"wp-image-4481\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/NEW-Third-World-F-1024x684.jpg\" alt=\"\" data-id=\"4482\" data-link=\"https://buzz-caribbean.com/?attachment_id=4482\" class=\"wp-image-4482\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p><br><br></p>\n<!-- /wp:paragraph -->','Third World still has more work to do','','publish','open','closed','','third-world-still-has-more-work-to-do','','','2019-08-18 14:42:39','2019-08-18 19:42:39','',0,'https://buzz-caribbean.com/?p=4476',0,'post','',0),(4477,9,'2019-08-18 14:33:21','2019-08-18 19:33:21','','NEW-Third-World-B','','inherit','open','closed','','new-third-world-b','','','2019-08-18 14:33:21','2019-08-18 19:33:21','',4476,'https://buzz-caribbean.com/app/uploads/2019/08/NEW-Third-World-B.jpg',0,'attachment','image/jpeg',0),(4478,9,'2019-08-18 14:33:47','2019-08-18 19:33:47','','NEW-Third-World-A','','inherit','open','closed','','new-third-world-a','','','2019-08-18 14:33:47','2019-08-18 19:33:47','',4476,'https://buzz-caribbean.com/app/uploads/2019/08/NEW-Third-World-A.jpg',0,'attachment','image/jpeg',0),(4479,9,'2019-08-18 14:34:34','2019-08-18 19:34:34','','NEW-Third-World-C','','inherit','open','closed','','new-third-world-c','','','2019-08-18 14:34:34','2019-08-18 19:34:34','',4476,'https://buzz-caribbean.com/app/uploads/2019/08/NEW-Third-World-C.jpg',0,'attachment','image/jpeg',0),(4480,9,'2019-08-18 14:34:35','2019-08-18 19:34:35','','NEW-Third-World-D','','inherit','open','closed','','new-third-world-d','','','2019-08-18 14:34:35','2019-08-18 19:34:35','',4476,'https://buzz-caribbean.com/app/uploads/2019/08/NEW-Third-World-D.jpg',0,'attachment','image/jpeg',0),(4481,9,'2019-08-18 14:34:36','2019-08-18 19:34:36','','NEW-Third-World-E','','inherit','open','closed','','new-third-world-e','','','2019-08-18 14:34:36','2019-08-18 19:34:36','',4476,'https://buzz-caribbean.com/app/uploads/2019/08/NEW-Third-World-E.jpg',0,'attachment','image/jpeg',0),(4482,9,'2019-08-18 14:34:37','2019-08-18 19:34:37','','NEW-Third-World-F','','inherit','open','closed','','new-third-world-f','','','2019-08-18 14:34:37','2019-08-18 19:34:37','',4476,'https://buzz-caribbean.com/app/uploads/2019/08/NEW-Third-World-F.jpg',0,'attachment','image/jpeg',0),(4483,9,'2019-08-18 14:42:07','2019-08-18 19:42:07','<!-- wp:image {\"id\":4477} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/NEW-Third-World-B-1024x684.jpg\" alt=\"\" class=\"wp-image-4477\" /><figcaption>The members of Third World sit on stage during the launch of their album. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After 45 years in the music business, Third World still has work to do. The multiple award-winning band unleashed their 22nd album<strong>, More Work To Be Done</strong>, at the Bob Marley Museum in St Andrew last Thursday, and already rave reviews are flowing in.<br><br> The work is produced by multiple Grammy award-winning artiste Damion ‘Junior Gong’ Marley, and features collaborations with the youngest veteran, Chronixx, Busy Signal, Tessanne Chin, Tarrus Riley and Pressure Busspipe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“After 45 years, you ask yourself: ‘Are you done?’.\"</p><cite>— Third World\'s Richard Daley</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Richard Daley, founding member and bass guitarist of the band that entered the music scene in 1973, said that the effort came out of a desire to keep the flame burning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“After 45 years, you ask yourself: ‘Are you done?’ And the answer was a resounding no. There is more work to be done,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4478} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/NEW-Third-World-A-1024x684.jpg\" alt=\"\" class=\"wp-image-4478\" /><figcaption><strong>More Work To Be Done</strong> is Third World\'s 22nd album. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Three singles have already been released from the effort, including <strong>Na Na Na </strong>featuring Chronixx, and those who had the privilege to attend the launch were very impressed with it. But it was the track <strong>You’re Not The Only One</strong> that got them skanking. It features the inimitable vocals of Junior Gong, and the song seems destined to be a hit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other songs on the project include the title track <strong>Work To Be Done</strong>, <strong>People Of A Different Colour </strong>featuring Pressure Busspipe, <strong>Hear Us Out</strong>, <strong>Yimmasgan</strong>, <strong>Island Dreams</strong> featuring Tessanne Chin and Tarrus Riley, and <strong>Third World Keeps Turning</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>A number of industry players and music lovers were on hand for the launch of Third World\'s new album.</em><strong><em> See the gallery below. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[4479,4480,4481,4482]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/NEW-Third-World-C-1024x684.jpg\" alt=\"\" data-id=\"4479\" data-link=\"https://buzz-caribbean.com/?attachment_id=4479\" class=\"wp-image-4479\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/NEW-Third-World-D-1024x684.jpg\" alt=\"\" data-id=\"4480\" data-link=\"https://buzz-caribbean.com/?attachment_id=4480\" class=\"wp-image-4480\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/NEW-Third-World-E-1024x684.jpg\" alt=\"\" data-id=\"4481\" data-link=\"https://buzz-caribbean.com/?attachment_id=4481\" class=\"wp-image-4481\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/NEW-Third-World-F-1024x684.jpg\" alt=\"\" data-id=\"4482\" data-link=\"https://buzz-caribbean.com/?attachment_id=4482\" class=\"wp-image-4482\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p><br><br></p>\n<!-- /wp:paragraph -->','Third World still has more work to do','','inherit','closed','closed','','4476-revision-v1','','','2019-08-18 14:42:07','2019-08-18 19:42:07','',4476,'https://buzz-caribbean.com/article/4476-revision-v1/',0,'revision','',0),(4484,23,'2019-08-18 15:15:39','2019-08-18 20:15:39','<!-- wp:image {\"id\":4485} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/break-up-A-1024x684.jpg\" alt=\"\" class=\"wp-image-4485\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>All that mad love you had suddenly turned into mad hate and resentment when the dearest love of your life decides to give up on you the easy way by saying ‘it’s over’. Or maybe he did something pretty darn stupid or irrational like cheat on you. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In some cases, the break-up was unexpected. However,\nin other instances, you might have known that the end was inevitable based on\nhow chaotic things have been over the past few months. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whatever it is, boss the hell up, stop sobbing, clean\nyour running nose, wipe those tears, and let us help you through this horrible period\nin your life with a few tips. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>Start loving you</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>‘Breaking up is hard to do’ is not just a line from\nthe 1960s hit by Neil Sedaka. It is a harsh reality that most of us will face\nat some point in our lives. Although it is hard, it is not impossible to get\nover a bad break up. But now is the time to focus on YOU! Go shopping, put on\nsome make-up, look pretty, take cute selfies and post on your Instagram, watch\na movie, bake a cake, spoil yourself, go the extra mile for you and put YOU\nfirst. You will not only learn how to enjoy your own company, but you will\nprobably get to find out some cool facts about you that you were too busy to\nnotice while catering to the needs of ‘that ex’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4486} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/happy-woman.jpg\" alt=\"\" class=\"wp-image-4486\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>Hang out with friends </strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Take a look outside… the sun is still shining\n(hopefully, it’s not a rainy day), the sky is still blue, birds are still\nchirping, the only thing that’s not the same is the fact that you are now\nletting precious time pass you by. I’m sure your friends must understand how\ndistraught you must feel, and maybe you don’t want anyone showing pity, so you\nwant to stay alone. Stop. I mean it. Shove that pride back up from whence it came,\nand let your friends help you through a rough situation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>Accept the harsh reality  </strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It’s hard, but it will be even harder to live with that bitterness. So, be mature and accept that it is over. Acceptance of the situation proves that you are mature and levelheaded. So, forgive that ex and drop stress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>— </strong><em><strong>Written by Shavenya. Smikle</strong></em><strong> </strong></p>\n<!-- /wp:paragraph -->','Breaking up is hard to do...','','publish','open','closed','','breaking-up-is-hard-to-do','','','2019-08-18 16:00:18','2019-08-18 21:00:18','',0,'https://buzz-caribbean.com/?p=4484',0,'post','',0),(4485,9,'2019-08-18 15:12:06','2019-08-18 20:12:06','','break-up-A','','inherit','open','closed','','break-up-a','','','2019-08-18 15:12:06','2019-08-18 20:12:06','',4484,'https://buzz-caribbean.com/app/uploads/2019/08/break-up-A.jpg',0,'attachment','image/jpeg',0),(4486,9,'2019-08-18 15:12:28','2019-08-18 20:12:28','','happy-woman','','inherit','open','closed','','happy-woman','','','2019-08-18 15:12:28','2019-08-18 20:12:28','',4484,'https://buzz-caribbean.com/app/uploads/2019/08/happy-woman.jpg',0,'attachment','image/jpeg',0),(4487,9,'2019-08-18 15:12:42','2019-08-18 20:12:42','<!-- wp:image {\"id\":4485} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/break-up-A-1024x684.jpg\" alt=\"\" class=\"wp-image-4485\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>All that mad love you had suddenly turned into mad hate and resentment when the dearest love of your life decides to give up on you the easy way by saying ‘it’s over’. Or maybe he did something pretty darn stupid or irrational like cheat on you. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In some cases, the break-up was unexpected. However,\nin other instances, you might have known that the end was inevitable based on\nhow chaotic things have been over the past few months. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whatever it is, boss the hell up, stop sobbing, clean\nyour running nose, wipe those tears, and let us help you through this horrible period\nin your life with a few tips. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>Start loving you</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>‘Breaking up is hard to do’ is not just a line from\nthe 1960s hit by Neil Sedaka. It is a harsh reality that most of us will face\nat some point in our lives. Although it is hard, it is not impossible to get\nover a bad break up. But now is the time to focus on YOU! Go shopping, put on\nsome make-up, look pretty, take cute selfies and post on your Instagram, watch\na movie, bake a cake, spoil yourself, go the extra mile for you and put YOU\nfirst. You will not only learn how to enjoy your own company, but you will\nprobably get to find out some cool facts about you that you were too busy to\nnotice while catering to the needs of ‘that ex’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4486} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/happy-woman.jpg\" alt=\"\" class=\"wp-image-4486\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>Hang out with friends </strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Take a look outside… the sun is still shining\n(hopefully, it’s not a rainy day), the sky is still blue, birds are still\nchirping, the only thing that’s not the same is the fact that you are now\nletting precious time pass you by. I’m sure your friends must understand how\ndistraught you must feel, and maybe you don’t want anyone showing pity, so you\nwant to stay alone. Stop. I mean it. Shove that pride back up from whence it came,\nand let your friends help you through a rough situation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>Accept the harsh reality  </strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It’s hard, but it will be even harder to live with that bitterness. So, be mature and accept that it is over. Acceptance of the situation proves that you are mature and levelheaded. So, forgive that ex and drop stress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <em>Written by S. Smikle</em> </p>\n<!-- /wp:paragraph -->','Breaking up is hard to do...','','inherit','closed','closed','','4484-revision-v1','','','2019-08-18 15:12:42','2019-08-18 20:12:42','',4484,'https://buzz-caribbean.com/article/4484-revision-v1/',0,'revision','',0),(4488,9,'2019-08-18 15:15:06','2019-08-18 20:15:06','<!-- wp:image {\"id\":4485} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/break-up-A-1024x684.jpg\" alt=\"\" class=\"wp-image-4485\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>All that mad love you had suddenly turned into mad hate and resentment when the dearest love of your life decides to give up on you the easy way by saying ‘it’s over’. Or maybe he did something pretty darn stupid or irrational like cheat on you. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In some cases, the break-up was unexpected. However,\nin other instances, you might have known that the end was inevitable based on\nhow chaotic things have been over the past few months. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whatever it is, boss the hell up, stop sobbing, clean\nyour running nose, wipe those tears, and let us help you through this horrible period\nin your life with a few tips. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>It is a harsh reality that most of us will face at some point in our lives. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>Start loving you</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>‘Breaking up is hard to do’ is not just a line from\nthe 1960s hit by Neil Sedaka. It is a harsh reality that most of us will face\nat some point in our lives. Although it is hard, it is not impossible to get\nover a bad break up. But now is the time to focus on YOU! Go shopping, put on\nsome make-up, look pretty, take cute selfies and post on your Instagram, watch\na movie, bake a cake, spoil yourself, go the extra mile for you and put YOU\nfirst. You will not only learn how to enjoy your own company, but you will\nprobably get to find out some cool facts about you that you were too busy to\nnotice while catering to the needs of ‘that ex’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4486} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/happy-woman.jpg\" alt=\"\" class=\"wp-image-4486\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>Hang out with friends </strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Take a look outside… the sun is still shining\n(hopefully, it’s not a rainy day), the sky is still blue, birds are still\nchirping, the only thing that’s not the same is the fact that you are now\nletting precious time pass you by. I’m sure your friends must understand how\ndistraught you must feel, and maybe you don’t want anyone showing pity, so you\nwant to stay alone. Stop. I mean it. Shove that pride back up from whence it came,\nand let your friends help you through a rough situation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>Accept the harsh reality  </strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It’s hard, but it will be even harder to live with that bitterness. So, be mature and accept that it is over. Acceptance of the situation proves that you are mature and levelheaded. So, forgive that ex and drop stress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <em>Written by S. Smikle</em> </p>\n<!-- /wp:paragraph -->','Breaking up is hard to do...','','inherit','closed','closed','','4484-revision-v1','','','2019-08-18 15:15:06','2019-08-18 20:15:06','',4484,'https://buzz-caribbean.com/article/4484-revision-v1/',0,'revision','',0),(4489,9,'2019-08-18 15:15:39','2019-08-18 20:15:39','<!-- wp:image {\"id\":4485} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/break-up-A-1024x684.jpg\" alt=\"\" class=\"wp-image-4485\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>All that mad love you had suddenly turned into mad hate and resentment when the dearest love of your life decides to give up on you the easy way by saying ‘it’s over’. Or maybe he did something pretty darn stupid or irrational like cheat on you. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In some cases, the break-up was unexpected. However,\nin other instances, you might have known that the end was inevitable based on\nhow chaotic things have been over the past few months. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whatever it is, boss the hell up, stop sobbing, clean\nyour running nose, wipe those tears, and let us help you through this horrible period\nin your life with a few tips. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>Start loving you</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>‘Breaking up is hard to do’ is not just a line from\nthe 1960s hit by Neil Sedaka. It is a harsh reality that most of us will face\nat some point in our lives. Although it is hard, it is not impossible to get\nover a bad break up. But now is the time to focus on YOU! Go shopping, put on\nsome make-up, look pretty, take cute selfies and post on your Instagram, watch\na movie, bake a cake, spoil yourself, go the extra mile for you and put YOU\nfirst. You will not only learn how to enjoy your own company, but you will\nprobably get to find out some cool facts about you that you were too busy to\nnotice while catering to the needs of ‘that ex’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4486} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/happy-woman.jpg\" alt=\"\" class=\"wp-image-4486\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>Hang out with friends </strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Take a look outside… the sun is still shining\n(hopefully, it’s not a rainy day), the sky is still blue, birds are still\nchirping, the only thing that’s not the same is the fact that you are now\nletting precious time pass you by. I’m sure your friends must understand how\ndistraught you must feel, and maybe you don’t want anyone showing pity, so you\nwant to stay alone. Stop. I mean it. Shove that pride back up from whence it came,\nand let your friends help you through a rough situation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>Accept the harsh reality  </strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It’s hard, but it will be even harder to live with that bitterness. So, be mature and accept that it is over. Acceptance of the situation proves that you are mature and levelheaded. So, forgive that ex and drop stress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <em>Written by S. Smikle</em> </p>\n<!-- /wp:paragraph -->','Breaking up is hard to do...','','inherit','closed','closed','','4484-revision-v1','','','2019-08-18 15:15:39','2019-08-18 20:15:39','',4484,'https://buzz-caribbean.com/article/4484-revision-v1/',0,'revision','',0),(4490,23,'2019-08-18 15:48:18','2019-08-18 20:48:18','<!-- wp:image {\"id\":4492} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/daniellebirmingham-1024x679.jpg\" alt=\"\" class=\"wp-image-4492\" /><figcaption>Danielle Williams (centre) finishing ahead of her competitors in Sunday\'s Diamond League. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Danielle\nWilliams train continued to gather steam at the Diamond League meeting in\nBirmingham, England, on Sunday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Coming off\nher world-leading and national record 12.32 set in London a month ago, the\n26-year-old 100m sprint hurdler destroyed a talented field to win her event in\na meet record 12.46s on Sunday, which could make her the favourite for the gold\nmedal at the IAAF World Championships in Athletics that runs from September 28\nto October 6.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Included in the\nfield that she dismantled on Sunday was the world record holder Kendra Harrison,\nwho finished a distant second in 12.66s. The 2018 Commonwealth champion Tobi\nAmusan finished in 12.71.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1UUZaxhCf7/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1UUZaxhCf7/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Notwithstanding\nthe emphatic victory, Williams was not overly happy with her performance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“To be\nhonest, I didn’t execute that properly. I banged my knee on one of the hurdles,\nbut I came away with the win, so I am happy,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Williams\nwill now head to Brussels where will attempt to win again and be crowned\nDiamond League champion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4493} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/blakeandgemili-1024x632.jpg\" alt=\"\" class=\"wp-image-4493\" /><figcaption>Yohan Blake (right) completes his Diamond League race on Sunday. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Three other\nJamaicans won events in Birmingham on Sunday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Akeem\nBloomfield, who is desperate to win the Diamond League title that would\nguarantee him a spot in Doha, took the 400m in 45.04s. Yohan Blake, who carries\nthe hopes of a nation in the men’s sprints in Doha, won a close 100m over Great\nBritain’s Adam Gemili. Both men were given the same time of 10.07. The USA’s\nMike Rodgers, the 2019 Pan Am Champion, was third in 10.09.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile,\nOmar McLeod got a morale-boosting win in the 100m hurdles six weeks out from\nthe world championships in what has been a poor season so far. The 2017 World\nChampion clocked 13.21 to take the win over the USA’s Freddie Crittenden who\nran a season-best 13.31. China’s Xie Wenjun was third in 13.43.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4494} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/omarbirmingham-1024x540.jpg\" alt=\"\" class=\"wp-image-4494\" /><figcaption>Omar McLeod was only focused on getting to the finish line. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He stated\nafterwards that he intends to defend his title in Doha, despite the challenges\nhe has faced this season and the fact that he recently changed coaches, leaving\nTony Ross for Rana Reider.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For Doha, I\nneed to go there in the best possible shape and not being half-bothered about\nit. Anything can happen, and I need to go there as defending champion and be\nready to compete,” McLeod said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Seven-time World Champion and 2019 Pan Am 200m champion, Shelly-Ann Fraser-Pryce, was third in the 200m in 22.50. Shaunae Miller-Uibo of the Bahamas won the race in 22.24s, while Great Britain’s Dina Asher-Smith was second in 22.36.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong>Story by Chase</strong></p>\n<!-- /wp:paragraph -->','Danielle Williams makes her mark in Birmingham','','publish','open','closed','','danielle-williams-makes-her-mark-in-birmingham','','','2019-08-18 15:48:18','2019-08-18 20:48:18','',0,'https://buzz-caribbean.com/?p=4490',0,'post','',0),(4491,23,'2019-08-18 15:48:07','2019-08-18 20:48:07','<!-- wp:image {\"id\":4495} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/disney-cruise-1024x683.jpg\" alt=\"\" class=\"wp-image-4495\" /><figcaption>A Disney Cruise ship at the historic Falmouth cruise terminal.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The town of Falmouth has risen from its slumber in the last few years and is now billed as one of the fastest-growing towns in the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since the development of the cruise ship terminal, the town has seen a dramatic change that has now put it on the tourism map. The town is now welcoming more cruise passengers than any other port in the country and looks set to continue this trend.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the dredging of the Falmouth harbour completed, the port is now expected to facilitate two Oasis Class vessels at the same time. This means more passengers will be disembarking in the historical town, a further boost to the tourism product.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Work is now underway to create a state of the art artisan village that will be a link between locals and the visitors. That is expected to be completed in the coming year.</p>\n<!-- /wp:paragraph -->','Falmouth further developing its tourism potential','','publish','open','closed','','falmouth-further-developing-its-tourism-potential','','','2019-08-18 15:48:08','2019-08-18 20:48:08','',0,'https://buzz-caribbean.com/?p=4491',0,'post','',0),(4492,9,'2019-08-18 15:37:09','2019-08-18 20:37:09','','daniellebirmingham','','inherit','open','closed','','daniellebirmingham','','','2019-08-18 15:37:09','2019-08-18 20:37:09','',4490,'https://buzz-caribbean.com/app/uploads/2019/08/daniellebirmingham.jpg',0,'attachment','image/jpeg',0),(4493,9,'2019-08-18 15:37:44','2019-08-18 20:37:44','','blakeandgemili','','inherit','open','closed','','blakeandgemili','','','2019-08-18 15:37:44','2019-08-18 20:37:44','',4490,'https://buzz-caribbean.com/app/uploads/2019/08/blakeandgemili.jpg',0,'attachment','image/jpeg',0),(4494,9,'2019-08-18 15:38:00','2019-08-18 20:38:00','','omarbirmingham','','inherit','open','closed','','omarbirmingham','','','2019-08-18 15:38:00','2019-08-18 20:38:00','',4490,'https://buzz-caribbean.com/app/uploads/2019/08/omarbirmingham.jpg',0,'attachment','image/jpeg',0),(4495,4,'2019-08-18 15:40:21','2019-08-18 20:40:21','','disney-cruise','','inherit','open','closed','','disney-cruise','','','2019-08-18 15:40:21','2019-08-18 20:40:21','',4491,'https://buzz-caribbean.com/app/uploads/2019/08/disney-cruise.jpg',0,'attachment','image/jpeg',0),(4496,9,'2019-08-18 15:42:59','2019-08-18 20:42:59','<!-- wp:image {\"id\":4492} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/daniellebirmingham-1024x679.jpg\" alt=\"\" class=\"wp-image-4492\" /><figcaption>Danielle Williams (centre) finishing ahead of her competitors in Sunday\'s Diamond League. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Danielle\nWilliams train continued to gather steam at the Diamond League meeting in\nBirmingham, England, on Sunday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Coming off\nher world-leading and national record 12.32 set in London a month ago, the\n26-year-old 100m sprint hurdler destroyed a talented field to win her event in\na meet record 12.46s on Sunday, which could make her the favourite for the gold\nmedal at the IAAF World Championships in Athletics that runs from September 28\nto October 6.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Included in the\nfield that she dismantled on Sunday was the world record holder Kendra Harrison,\nwho finished a distant second in 12.66s. The 2018 Commonwealth champion Tobi\nAmusan finished in 12.71.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1UUZaxhCf7/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1UUZaxhCf7/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Notwithstanding\nthe emphatic victory, Williams was not overly happy with her performance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“To be\nhonest, I didn’t execute that properly. I banged my knee on one of the hurdles,\nbut I came away with the win, so I am happy,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Williams\nwill now head to Brussels where will attempt to win again and be crowned\nDiamond League champion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4493} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/blakeandgemili-1024x632.jpg\" alt=\"\" class=\"wp-image-4493\" /><figcaption>Yohan Blake (right) completes his Diamond League race on Sunday. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Three other\nJamaicans won events in Birmingham on Sunday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Akeem\nBloomfield, who is desperate to win the Diamond League title that would\nguarantee him a spot in Doha, took the 400m in 45.04s. Yohan Blake, who carries\nthe hopes of a nation in the men’s sprints in Doha, won a close 100m over Great\nBritain’s Adam Gemili. Both men were given the same time of 10.07. The USA’s\nMike Rodgers, the 2019 Pan Am Champion, was third in 10.09.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile,\nOmar McLeod got a morale-boosting win in the 100m hurdles six weeks out from\nthe world championships in what has been a poor season so far. The 2017 World\nChampion clocked 13.21 to take the win over the USA’s Freddie Crittenden who\nran a season-best 13.31. China’s Xie Wenjun was third in 13.43.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4494} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/omarbirmingham-1024x540.jpg\" alt=\"\" class=\"wp-image-4494\" /><figcaption>Omar McLeod was only focused on getting to the finish line. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He stated\nafterwards that he intends to defend his title in Doha, despite the challenges\nhe has faced this season and the fact that he recently changed coaches, leaving\nTony Ross for Rana Reider.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For Doha, I\nneed to go there in the best possible shape and not being half-bothered about\nit. Anything can happen, and I need to go there as defending champion and be\nready to compete,” McLeod said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Seven-time World Champion and 2019 Pan Am 200m champion, Shelly-Ann Fraser-Pryce, was third in the 200m in 22.50. Shaunae Miller-Uibo of the Bahamas won the race in 22.24s, while Great Britain’s Dina Asher-Smith was second in 22.36.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong>Story by Chase</strong></p>\n<!-- /wp:paragraph -->','Danielle Williams continues winning streak','','inherit','closed','closed','','4490-revision-v1','','','2019-08-18 15:42:59','2019-08-18 20:42:59','',4490,'https://buzz-caribbean.com/article/4490-revision-v1/',0,'revision','',0),(4498,9,'2019-08-18 15:47:43','2019-08-18 20:47:43','<!-- wp:image {\"id\":4492} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/daniellebirmingham-1024x679.jpg\" alt=\"\" class=\"wp-image-4492\" /><figcaption>Danielle Williams (centre) finishing ahead of her competitors in Sunday\'s Diamond League. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Danielle\nWilliams train continued to gather steam at the Diamond League meeting in\nBirmingham, England, on Sunday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Coming off\nher world-leading and national record 12.32 set in London a month ago, the\n26-year-old 100m sprint hurdler destroyed a talented field to win her event in\na meet record 12.46s on Sunday, which could make her the favourite for the gold\nmedal at the IAAF World Championships in Athletics that runs from September 28\nto October 6.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Included in the\nfield that she dismantled on Sunday was the world record holder Kendra Harrison,\nwho finished a distant second in 12.66s. The 2018 Commonwealth champion Tobi\nAmusan finished in 12.71.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1UUZaxhCf7/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1UUZaxhCf7/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Notwithstanding\nthe emphatic victory, Williams was not overly happy with her performance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“To be\nhonest, I didn’t execute that properly. I banged my knee on one of the hurdles,\nbut I came away with the win, so I am happy,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Williams\nwill now head to Brussels where will attempt to win again and be crowned\nDiamond League champion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4493} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/blakeandgemili-1024x632.jpg\" alt=\"\" class=\"wp-image-4493\" /><figcaption>Yohan Blake (right) completes his Diamond League race on Sunday. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Three other\nJamaicans won events in Birmingham on Sunday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Akeem\nBloomfield, who is desperate to win the Diamond League title that would\nguarantee him a spot in Doha, took the 400m in 45.04s. Yohan Blake, who carries\nthe hopes of a nation in the men’s sprints in Doha, won a close 100m over Great\nBritain’s Adam Gemili. Both men were given the same time of 10.07. The USA’s\nMike Rodgers, the 2019 Pan Am Champion, was third in 10.09.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile,\nOmar McLeod got a morale-boosting win in the 100m hurdles six weeks out from\nthe world championships in what has been a poor season so far. The 2017 World\nChampion clocked 13.21 to take the win over the USA’s Freddie Crittenden who\nran a season-best 13.31. China’s Xie Wenjun was third in 13.43.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4494} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/omarbirmingham-1024x540.jpg\" alt=\"\" class=\"wp-image-4494\" /><figcaption>Omar McLeod was only focused on getting to the finish line. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He stated\nafterwards that he intends to defend his title in Doha, despite the challenges\nhe has faced this season and the fact that he recently changed coaches, leaving\nTony Ross for Rana Reider.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For Doha, I\nneed to go there in the best possible shape and not being half-bothered about\nit. Anything can happen, and I need to go there as defending champion and be\nready to compete,” McLeod said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Seven-time World Champion and 2019 Pan Am 200m champion, Shelly-Ann Fraser-Pryce, was third in the 200m in 22.50. Shaunae Miller-Uibo of the Bahamas won the race in 22.24s, while Great Britain’s Dina Asher-Smith was second in 22.36.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong>Story by Chase</strong></p>\n<!-- /wp:paragraph -->','Danielle Williams makes her mark in Birmingham','','inherit','closed','closed','','4490-revision-v1','','','2019-08-18 15:47:43','2019-08-18 20:47:43','',4490,'https://buzz-caribbean.com/article/4490-revision-v1/',0,'revision','',0),(4499,4,'2019-08-18 15:48:07','2019-08-18 20:48:07','<!-- wp:image {\"id\":4495} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/disney-cruise-1024x683.jpg\" alt=\"\" class=\"wp-image-4495\" /><figcaption>A Disney Cruise ship at the historic Falmouth cruise terminal.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The town of Falmouth has risen from its slumber in the last few years and is now billed as one of the fastest-growing towns in the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since the development of the cruise ship terminal, the town has seen a dramatic change that has now put it on the tourism map. The town is now welcoming more cruise passengers than any other port in the country and looks set to continue this trend.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the dredging of the Falmouth harbour completed, the port is now expected to facilitate two Oasis Class vessels at the same time. This means more passengers will be disembarking in the historical town, a further boost to the tourism product.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Work is now underway to create a state of the art artisan village that will be a link between locals and the visitors. That is expected to be completed in the coming year.</p>\n<!-- /wp:paragraph -->','Falmouth further developing its tourism potential','','inherit','closed','closed','','4491-revision-v1','','','2019-08-18 15:48:07','2019-08-18 20:48:07','',4491,'https://buzz-caribbean.com/article/4491-revision-v1/',0,'revision','',0),(4500,21,'2019-08-18 16:01:32','2019-08-18 21:01:32','<!-- wp:image {\"id\":4501} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jamie-foxx.jpg\" alt=\"\" class=\"wp-image-4501\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamie Foxx is \"helping out\" Sela Vave with her singing career. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 51-year-old record producer set tongues wagging this week when he was spotted holding hands with the young aspiring singer-turned-model outside Bootsy Bellows nightclub in Los Angeles, California - sparking speculation he\'s split from Katie Holmes - but a source close to him is adamant they\'re just friends. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An insider told PEOPLE.com: \"She\'s just a girl he\'s helping out, a young singer.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jamie and Katie have been dating since 2013, but didn\'t confirm their relationship status until they turned up at this year\'s Met Gala together. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"She\'s just a girl he\'s helping out, a young singer.\" </p><cite>— Insider</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Jamie\'s daughter Corinne - whom he has with Connie Kline - recently said: \"They are so great, and Katie is always so chic. They were wonderful.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source previously claimed Jamie and Katie were getting \"more comfortable\" in their relationship and were keeping their romance under wraps because they have both been in public relationships before and they understand how difficult it is.<br> <br> A source said: \"Katie was really letting loose and dancing - they were even kissing each other! ... They\'re starting to be more comfortable about their relationship. They\'d both been in public relationships before. They care about each other a lot and they tried to stay as quiet as possible because they didn\'t want to ruin that </p>\n<!-- /wp:paragraph -->','Jamie Foxx is \'helping out\' young singer','','publish','open','closed','','jamie-foxx-is-helping-out-young-singer','','','2019-08-18 16:01:33','2019-08-18 21:01:33','',0,'https://buzz-caribbean.com/?p=4500',0,'post','',0),(4501,9,'2019-08-18 15:56:14','2019-08-18 20:56:14','','jamie-foxx','','inherit','open','closed','','jamie-foxx','','','2019-08-18 15:56:14','2019-08-18 20:56:14','',4500,'https://buzz-caribbean.com/app/uploads/2019/08/jamie-foxx.jpg',0,'attachment','image/jpeg',0),(4502,9,'2019-08-18 15:57:59','2019-08-18 20:57:59','<!-- wp:image {\"id\":4501} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jamie-foxx.jpg\" alt=\"\" class=\"wp-image-4501\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamie Foxx is \"helping out\" Sela Vave with her singing career. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 51-year-old record producer set tongues wagging this week when he was spotted holding hands with the young aspiring singer-turned-model outside Bootsy Bellows nightclub in Los Angeles, California - sparking speculation he\'s split from Katie Holmes - but a source close to him is adamant they\'re just friends. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An insider told PEOPLE.com: \"She\'s just a girl he\'s helping out, a young singer.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jamie and Katie have been dating since 2013, but didn\'t confirm their relationship status until they turned up at this year\'s Met Gala together. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"She\'s just a girl he\'s helping out, a young singer.\" </p><cite>— Insider</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Jamie\'s daughter Corinne - whom he has with Connie Kline - recently said: \"They are so great, and Katie is always so chic. They were wonderful.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source previously claimed Jamie and Katie were getting \"more comfortable\" in their relationship and were keeping their romance under wraps because they have both been in public relationships before and they understand how difficult it is.<br> <br> A source said: \"Katie was really letting loose and dancing - they were even kissing each other! ... They\'re starting to be more comfortable about their relationship. They\'d both been in public relationships before. They care about each other a lot and they tried to stay as quiet as possible because they didn\'t want to ruin that </p>\n<!-- /wp:paragraph -->','Jamie Foxx is \'helping out\' young singer','','inherit','closed','closed','','4500-revision-v1','','','2019-08-18 15:57:59','2019-08-18 20:57:59','',4500,'https://buzz-caribbean.com/article/4500-revision-v1/',0,'revision','',0),(4503,4,'2019-08-18 15:59:02','2019-08-18 20:59:02','<!-- wp:image {\"id\":4485} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/break-up-A-1024x684.jpg\" alt=\"\" class=\"wp-image-4485\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>All that mad love you had suddenly turned into mad hate and resentment when the dearest love of your life decides to give up on you the easy way by saying ‘it’s over’. Or maybe he did something pretty darn stupid or irrational like cheat on you. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In some cases, the break-up was unexpected. However,\nin other instances, you might have known that the end was inevitable based on\nhow chaotic things have been over the past few months. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whatever it is, boss the hell up, stop sobbing, clean\nyour running nose, wipe those tears, and let us help you through this horrible period\nin your life with a few tips. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>Start loving you</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>‘Breaking up is hard to do’ is not just a line from\nthe 1960s hit by Neil Sedaka. It is a harsh reality that most of us will face\nat some point in our lives. Although it is hard, it is not impossible to get\nover a bad break up. But now is the time to focus on YOU! Go shopping, put on\nsome make-up, look pretty, take cute selfies and post on your Instagram, watch\na movie, bake a cake, spoil yourself, go the extra mile for you and put YOU\nfirst. You will not only learn how to enjoy your own company, but you will\nprobably get to find out some cool facts about you that you were too busy to\nnotice while catering to the needs of ‘that ex’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4486} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/happy-woman.jpg\" alt=\"\" class=\"wp-image-4486\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>Hang out with friends </strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Take a look outside… the sun is still shining\n(hopefully, it’s not a rainy day), the sky is still blue, birds are still\nchirping, the only thing that’s not the same is the fact that you are now\nletting precious time pass you by. I’m sure your friends must understand how\ndistraught you must feel, and maybe you don’t want anyone showing pity, so you\nwant to stay alone. Stop. I mean it. Shove that pride back up from whence it came,\nand let your friends help you through a rough situation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>Accept the harsh reality  </strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It’s hard, but it will be even harder to live with that bitterness. So, be mature and accept that it is over. Acceptance of the situation proves that you are mature and levelheaded. So, forgive that ex and drop stress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>— </strong><em><strong>Written by Shavenya. Smikle</strong></em><strong> </strong></p>\n<!-- /wp:paragraph -->','Breaking up is hard to do...','','inherit','closed','closed','','4484-revision-v1','','','2019-08-18 15:59:02','2019-08-18 20:59:02','',4484,'https://buzz-caribbean.com/article/4484-revision-v1/',0,'revision','',0),(4505,21,'2019-08-18 16:21:46','2019-08-18 21:21:46','<!-- wp:image {\"id\":4514} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mike-tyson-instagrM-1.jpg\" alt=\"\" class=\"wp-image-4514\" /><figcaption>caption: Mike Tyson admits to spending US$40,000 on ganja per month.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former boxing champion Mike Tyson is known to be a fan of the drug marijuana. The 53-year-old Tyson has now revealed just how prolific his usage is with an admission about his spending habit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jim Jones appeared on Mike\'s podcast, <strong>Hotboxin </strong>to talk about his own cannabis business, Saucey. The rapper admitted it had made sense for him to invest in the marijuana industry because he often buys the drug for his own personal use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'It\'s 40, yeah, $40,000 a month.\'</p><cite>— Mike Tyson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In\nresponse, Mike asked his co-host Eben Britton: \"What do we smoke a month?\nIs it $40,000 a month? It\'s 40, yeah, $40,000 a month.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Eben added:\n\"We smoke 10 tons of weed at the ranch a month. Ain\'t that crazy?\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Hangover</strong> star has invested in the industry himself, with plans to grow high-quality strains of THC (Tetrahydrocannabinol) and CBD (Cannabidiol) while \"implementing cutting-edge technology to advance the research on the health benefits of marijuana\". Mike bought a ranch in California City for his business, with half dedicated to agriculture and another section for the Tyson Cultivation School, where cannabis breeders could learn the best growing techniques.</p>\n<!-- /wp:paragraph -->','Mike Tyson spends US $40,000 a month on marijuana','','publish','open','closed','','mike-tyson-spends-us-40000-a-month-on-marijuana','','','2019-08-18 16:21:47','2019-08-18 21:21:47','',0,'https://buzz-caribbean.com/?p=4505',0,'post','',0),(4506,21,'2019-08-18 16:05:47','2019-08-18 21:05:47','<!-- wp:image {\"id\":4508} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/snoop-dogg.jpg\" alt=\"\" class=\"wp-image-4508\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Snoop Dogg doesn\'t care about record sales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 47-year-old rap star is one of the world\'s best-selling musicians, but at this stage of his career, Snoop has insisted he doesn\'t judge himself by how many albums he sells.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Asked what keeps him \"hyped\" about making music, Snoop told Billboard: \"I love the way that good music feels. Even if it ain\'t mine, I just love how that s**t feels. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I don\'t care about this sold eight million, 100,000, 22,000 or 17. Who cares?\"  </p><cite>— Snoop Dogg</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"But when it\'s mine it feels even better because I\'m able to do it. I\'ve made projects before that weren\'t good, but they felt good to me. And that\'s all I give a f**k about. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I don\'t care about this sold eight million, 100,000, 22,000 or 17. Who cares? If you ain\'t doing it for the feeling, you\'re doing it for the wrong reasons. You should never be doing it to make money or become famous. That isn\'t what this game was built on.\" <br><br></p>\n<!-- /wp:paragraph -->','Snoop Dogg: I don\'t care about record sales','','publish','open','closed','','snoop-dogg-i-dont-care-about-record-sales','','','2019-08-18 16:05:47','2019-08-18 21:05:47','',0,'https://buzz-caribbean.com/?p=4506',0,'post','',0),(4508,9,'2019-08-18 16:03:20','2019-08-18 21:03:20','','snoop-dogg','','inherit','open','closed','','snoop-dogg','','','2019-08-18 16:03:20','2019-08-18 21:03:20','',4506,'https://buzz-caribbean.com/app/uploads/2019/08/snoop-dogg.jpg',0,'attachment','image/jpeg',0),(4509,4,'2019-08-18 16:03:23','2019-08-18 21:03:23','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4507} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mike-tyson-instagrM.jpg\" alt=\"\" class=\"wp-image-4507\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The\n53-year-old former boxer is known to be a fan of the drug and he\'s now revealed\njust how prolific his usage is with an admission about his spending habit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jim Jones\nappeared on Mike\'s podcast, \'Hotboxin\'\' to talk about his own cannabis\nbusiness, Saucey, and the rapper admitted it had made sense for him to invest\nin the marijuana industry because he often buys the drug for his own personal\nuse.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In\nresponse, Mike asked his co-host Eben Britton: \"What do we smoke a month?\nIs it $40,000 a month? It\'s 40, yeah, $40,000 a month.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Eben added:\n\"We smoke 10 tons of weed at the ranch a month. Ain\'t that crazy?\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\n\'Hangover\' star has invested in the industry himself, with plans to grow\nhigh-quality strains of THC (Tetrahydrocannabinol) and CBD (Cannabidiol) while \"implementing\ncutting-edge technology to advance the research on the health benefits of\nmarijuana\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mike bought\na ranch in California City for his business, with half dedicated to agriculture\nand another section for the Tyson Cultivation School, where cannabis breeders\ncould learn the best growing techniques.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He\npreviously said about his venture: \"I thought about how much good I could\ndo by helping people with cannabis. It was a no brainer.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In February,\nthe retired sportsman hosted the cannabis-themed Kind Music Festival at the\nranch, an all-ages \"pop-up\" that embraces the state\'s updated\ncannabis regulations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although\nthe festival allowed patrons to bring the drug into the grounds of the event,\nthey won\'t actually be selling any cannabis products themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A press\nrelease ahead of the event read: \"[The festival will have] the distinction\nof being the first-ever all-ages music festival that embraces California\'s\nupdated cannabis regulations and offering alcoholic consumption to those 21+.\nHowever, in accordance with the 2019 laws, there will be no sales of cannabis\nproducts at the festival.\"</p>\n<!-- /wp:paragraph -->','Mike Tyson spends US $40,000 a month on marijuana','','inherit','closed','closed','','4505-revision-v1','','','2019-08-18 16:03:23','2019-08-18 21:03:23','',4505,'https://buzz-caribbean.com/article/4505-revision-v1/',0,'revision','',0),(4510,9,'2019-08-18 16:04:55','2019-08-18 21:04:55','<!-- wp:image {\"id\":4508} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/snoop-dogg.jpg\" alt=\"\" class=\"wp-image-4508\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Snoop Dogg doesn\'t care about record sales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 47-year-old rap star is one of the world\'s best-selling musicians, but at this stage of his career, Snoop has insisted he doesn\'t judge himself by how many albums he sells.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Asked what keeps him \"hyped\" about making music, Snoop told Billboard: \"I love the way that good music feels. Even if it ain\'t mine, I just love how that s**t feels. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I don\'t care about this sold eight million, 100,000, 22,000 or 17. Who cares?\"  </p><cite>— Snoop Dogg</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"But when it\'s mine it feels even better because I\'m able to do it. I\'ve made projects before that weren\'t good, but they felt good to me. And that\'s all I give a f**k about. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I don\'t care about this sold eight million, 100,000, 22,000 or 17. Who cares? If you ain\'t doing it for the feeling, you\'re doing it for the wrong reasons. You should never be doing it to make money or become famous. That isn\'t what this game was built on. <br><br></p>\n<!-- /wp:paragraph -->','Snoop Dogg: I don\'t care about record sales','','inherit','closed','closed','','4506-revision-v1','','','2019-08-18 16:04:55','2019-08-18 21:04:55','',4506,'https://buzz-caribbean.com/article/4506-revision-v1/',0,'revision','',0),(4511,9,'2019-08-18 16:05:47','2019-08-18 21:05:47','<!-- wp:image {\"id\":4508} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/snoop-dogg.jpg\" alt=\"\" class=\"wp-image-4508\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Snoop Dogg doesn\'t care about record sales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 47-year-old rap star is one of the world\'s best-selling musicians, but at this stage of his career, Snoop has insisted he doesn\'t judge himself by how many albums he sells.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Asked what keeps him \"hyped\" about making music, Snoop told Billboard: \"I love the way that good music feels. Even if it ain\'t mine, I just love how that s**t feels. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I don\'t care about this sold eight million, 100,000, 22,000 or 17. Who cares?\"  </p><cite>— Snoop Dogg</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"But when it\'s mine it feels even better because I\'m able to do it. I\'ve made projects before that weren\'t good, but they felt good to me. And that\'s all I give a f**k about. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I don\'t care about this sold eight million, 100,000, 22,000 or 17. Who cares? If you ain\'t doing it for the feeling, you\'re doing it for the wrong reasons. You should never be doing it to make money or become famous. That isn\'t what this game was built on.\" <br><br></p>\n<!-- /wp:paragraph -->','Snoop Dogg: I don\'t care about record sales','','inherit','closed','closed','','4506-revision-v1','','','2019-08-18 16:05:47','2019-08-18 21:05:47','',4506,'https://buzz-caribbean.com/article/4506-revision-v1/',0,'revision','',0),(4512,4,'2019-08-18 16:11:31','2019-08-18 21:11:31','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4507} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mike-tyson-instagrM.jpg\" alt=\"\" class=\"wp-image-4507\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former boxing champion Mike Tyson is known to be a fan of the drug marijuana. The 53-year-old Tyson has now revealed just how prolific his usage is with an admission about his spending habit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jim Jones appeared on Mike\'s podcast, <strong>Hotboxin </strong>to talk about his own cannabis business, Saucey. The rapper admitted it had made sense for him to invest in the marijuana industry because he often buys the drug for his own personal use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In\nresponse, Mike asked his co-host Eben Britton: \"What do we smoke a month?\nIs it $40,000 a month? It\'s 40, yeah, $40,000 a month.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Eben added:\n\"We smoke 10 tons of weed at the ranch a month. Ain\'t that crazy?\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Hangover</strong> star has invested in the industry himself, with plans to grow high-quality strains of THC (Tetrahydrocannabinol) and CBD (Cannabidiol) while \"implementing cutting-edge technology to advance the research on the health benefits of marijuana\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mike bought\na ranch in California City for his business, with half dedicated to agriculture\nand another section for the Tyson Cultivation School, where cannabis breeders\ncould learn the best growing techniques.</p>\n<!-- /wp:paragraph -->','Mike Tyson spends US $40,000 a month on marijuana','','inherit','closed','closed','','4505-revision-v1','','','2019-08-18 16:11:31','2019-08-18 21:11:31','',4505,'https://buzz-caribbean.com/article/4505-revision-v1/',0,'revision','',0),(4513,4,'2019-08-18 16:14:37','2019-08-18 21:14:37','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4507} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mike-tyson-instagrM.jpg\" alt=\"\" class=\"wp-image-4507\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>caption: Mike Tyson admits to spending US$40,000 on ganja per month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Former boxing champion Mike Tyson is known to be a fan of the drug marijuana. The 53-year-old Tyson has now revealed just how prolific his usage is with an admission about his spending habit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jim Jones appeared on Mike\'s podcast, <strong>Hotboxin </strong>to talk about his own cannabis business, Saucey. The rapper admitted it had made sense for him to invest in the marijuana industry because he often buys the drug for his own personal use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'It\'s 40, yeah, $40,000 a month.\'</p><cite>— Mike Tyson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In\nresponse, Mike asked his co-host Eben Britton: \"What do we smoke a month?\nIs it $40,000 a month? It\'s 40, yeah, $40,000 a month.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Eben added:\n\"We smoke 10 tons of weed at the ranch a month. Ain\'t that crazy?\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Hangover</strong> star has invested in the industry himself, with plans to grow high-quality strains of THC (Tetrahydrocannabinol) and CBD (Cannabidiol) while \"implementing cutting-edge technology to advance the research on the health benefits of marijuana\". Mike bought a ranch in California City for his business, with half dedicated to agriculture and another section for the Tyson Cultivation School, where cannabis breeders could learn the best growing techniques.</p>\n<!-- /wp:paragraph -->','Mike Tyson spends US $40,000 a month on marijuana','','inherit','closed','closed','','4505-revision-v1','','','2019-08-18 16:14:37','2019-08-18 21:14:37','',4505,'https://buzz-caribbean.com/article/4505-revision-v1/',0,'revision','',0),(4514,4,'2019-08-18 16:18:25','2019-08-18 21:18:25','','mike-tyson-instagrM-1','','inherit','open','closed','','mike-tyson-instagrm-1','','','2019-08-18 16:18:25','2019-08-18 21:18:25','',4505,'https://buzz-caribbean.com/app/uploads/2019/08/mike-tyson-instagrM-1.jpg',0,'attachment','image/jpeg',0),(4515,4,'2019-08-18 16:20:39','2019-08-18 21:20:39','<!-- wp:image {\"id\":4514} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mike-tyson-instagrM-1.jpg\" alt=\"\" class=\"wp-image-4514\" /><figcaption>caption: Mike Tyson admits to spending US$40,000 on ganja per month.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former boxing champion Mike Tyson is known to be a fan of the drug marijuana. The 53-year-old Tyson has now revealed just how prolific his usage is with an admission about his spending habit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jim Jones appeared on Mike\'s podcast, <strong>Hotboxin </strong>to talk about his own cannabis business, Saucey. The rapper admitted it had made sense for him to invest in the marijuana industry because he often buys the drug for his own personal use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'It\'s 40, yeah, $40,000 a month.\'</p><cite>— Mike Tyson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In\nresponse, Mike asked his co-host Eben Britton: \"What do we smoke a month?\nIs it $40,000 a month? It\'s 40, yeah, $40,000 a month.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Eben added:\n\"We smoke 10 tons of weed at the ranch a month. Ain\'t that crazy?\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Hangover</strong> star has invested in the industry himself, with plans to grow high-quality strains of THC (Tetrahydrocannabinol) and CBD (Cannabidiol) while \"implementing cutting-edge technology to advance the research on the health benefits of marijuana\". Mike bought a ranch in California City for his business, with half dedicated to agriculture and another section for the Tyson Cultivation School, where cannabis breeders could learn the best growing techniques.</p>\n<!-- /wp:paragraph -->','Mike Tyson spends US $40,000 a month on marijuana','','inherit','closed','closed','','4505-revision-v1','','','2019-08-18 16:20:39','2019-08-18 21:20:39','',4505,'https://buzz-caribbean.com/article/4505-revision-v1/',0,'revision','',0),(4516,23,'2019-08-19 05:30:07','2019-08-19 10:30:07','<!-- wp:image {\"id\":4518} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0434-1024x685.jpg\" alt=\"\" class=\"wp-image-4518\" /><figcaption>Johannes Reijnen (58) takes maximum altitude over one of the many jumps at the DaCosta Farms motocross track, passing Christopher Hadad (15) mid-flight.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>MX Jamaica completed its fourth round on August 11 at the DaCosta Farms, St Catherine, clearing up the 2019 championship picture. Only two race meets remain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the start of the year, six-year-old Craig Powell Jnr put down the gauntlet to his 50cc competitors, saying he wanted to win the class. He has dominated ever since, amassing the most points, not just in his group, but of all the riders overall. Powell Jnr has 200 points from the four-race meets as he’s come out on top at all four events. Alex Grant and Kario Reynolds and tied for second on 44 points.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4519} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0418-1024x685.jpg\" alt=\"\" class=\"wp-image-4519\" /><figcaption>Cruz Kow cruising to victory in the 85cc class.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Things are a bit closer in the 65cc class. Zachary Borrows leads Rylan Simpson 136 to 133, while Lukah Walton sits third with 118. Cruz Kow had a good showing at the fourth meet, grabbing the maximum 50 points available in the 85cc class. This made his total haul 182, which is 22 points more than second-placed Cameron Lee. Adrian Barnes is third, at 150.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4520} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0491-1024x728.jpg\" alt=\"\" class=\"wp-image-4520\" /><figcaption>Kyle Reynolds streaks to maximum points at MX Jamaica’s fourth race meet on August 11.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kyle Reynolds has been the man to beat on two wheels for a while now. Racing on tarmac at Dover Raceway, St Ann and the various loose surface motocross tracks across the island, Reynolds leads the two fastest classes, A and Open. In A-Class he has 183 points. Four points behind is Johannes Reijnen on 171. Third is Craig Powell Snr with 151. In Open, class Reynolds leads the leader board with 180 points. Second and third see a reverse of fortune for Powell Snr and Reijnen. The two men have a significant gap 172 to 113 respectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4521} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0423-1024x689.jpg\" alt=\"\" class=\"wp-image-4521\" /><figcaption>Cameron Lee (337) chasing Kyle Read (12)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Antonio Rizza, with 178 points, is top dog in B-Class where he leads Kyle South and Amir DaCosta. Jason McIntosh is only ten points ahead of Jason McIntosh, 135 to 125 points, in the ATV class. Karter Tommi Gore is third.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article written by Nichola Beckford &nbsp;</em></strong></p>\n<!-- /wp:paragraph -->','Motorcross: Dust begins to settle at DaCosta Farms','','publish','open','closed','','motorcross-dust-begins-to-settle-at-dacosta-farms','','','2019-08-18 20:43:01','2019-08-19 01:43:01','',0,'https://buzz-caribbean.com/?p=4516',0,'post','',0),(4517,4,'2019-08-18 17:00:33','2019-08-18 22:00:33','<!-- wp:paragraph -->\n<p>Dust begins to settle at DaCosta Farms</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>MX Jamaica completed their fourth round on August 11 at the DaCosta Farms, St Catherine, clearing up the 2019 championship picture.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only two race meets remains.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the start of the year, six-year-old Craig Powell Jnr put down the gauntlet to his 50cc competitors, saying he wanted to win the class. He has dominated ever since, amassing the most points, not just in his group, but of all the riders overall. Powell Jnr has 200 points from the four-race meets as he’s come out on top at all four events. Alex Grant and Kario Reynolds and tied for second on 44 points.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Things are a bit closer in the 65cc class. Zachary Borrows leads Rylan Simpson 136 to 133, while Lukah Walton sits third with 118. Cruz Kow had a good showing at the fourth meet, grabbing the maximum 50 points available in the 85cc class. This made his total haul 182, which is 22 points more than second-placed Cameron Lee. Adrian Barnes is third, at 150.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kyle Reynolds has been the man to beat on two wheels for a while now. Racing on tarmac at Dover Raceway, St Ann and the various loose surface motocross tracks across the island Reynolds leads the two fastest classes, A and Open. In A-Class he has 183 points. Four points behind is Johannes Reijnen on 171. Third is Craig Powell Snr with 151. In Open, class Reynolds leads the leader board with 180 points. Second and third see a reverse of fortune for Powell Snr and Reijnen. The two men have a significant gap 172 to 113 respectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Antonio Rizza, with 178 points, is top dog in B-Class where he leads Kyle South and Amir DaCosta. Jason McIntosh is only ten points ahead of Jason McIntosh, 135 to 125 points, in the ATV class. Karter Tommi Gore is third.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>CAPTIONS</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0434: Only the fastest dare to air, as Johannes Reijnen (58) takes maximum altitude over one of the many jumps at the DaCosta Farms motocross track passing Christopher Hadad (15) mid-flight as Craig Powell Sr looks on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0491: Kyle Reynolds is just a blur as he streaks to maximum points at MX Jamaica’s fourth race meet on August 11.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0418: Cruz Kow cruising to victory in the 85cc class.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0423: Cameron Lee (337) chasing Kyle Read (12).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article written by Nichola Beckford &nbsp;</em></strong></p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','4516-revision-v1','','','2019-08-18 17:00:33','2019-08-18 22:00:33','',4516,'https://buzz-caribbean.com/article/4516-revision-v1/',0,'revision','',0),(4518,4,'2019-08-18 17:07:01','2019-08-18 22:07:01','','DSC_0434','','inherit','open','closed','','dsc_0434','','','2019-08-18 17:07:01','2019-08-18 22:07:01','',4516,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0434.jpg',0,'attachment','image/jpeg',0),(4519,4,'2019-08-18 17:16:25','2019-08-18 22:16:25','','DSC_0418','','inherit','open','closed','','dsc_0418','','','2019-08-18 17:16:25','2019-08-18 22:16:25','',4516,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0418.jpg',0,'attachment','image/jpeg',0),(4520,4,'2019-08-18 17:17:36','2019-08-18 22:17:36','','DSC_0491','','inherit','open','closed','','dsc_0491','','','2019-08-18 17:17:36','2019-08-18 22:17:36','',4516,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0491.jpg',0,'attachment','image/jpeg',0),(4521,4,'2019-08-18 17:19:13','2019-08-18 22:19:13','','DSC_0423','','inherit','open','closed','','dsc_0423','','','2019-08-18 17:19:13','2019-08-18 22:19:13','',4516,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0423.jpg',0,'attachment','image/jpeg',0),(4522,4,'2019-08-18 17:22:40','2019-08-18 22:22:40','<!-- wp:image {\"id\":4518} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0434-1024x685.jpg\" alt=\"\" class=\"wp-image-4518\" /><figcaption>Johannes Reijnen (58) takes maximum altitude over one of the many jumps at the DaCosta Farms motocross track, passing Christopher Hadad (15) mid-flight.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Motorcross (MX) Jamaica completed its fourth round on August 11 at the DaCosta Farms, St Catherine, clearing up the 2019 championship picture. Only two race meets remain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the start of the year, six-year-old Craig Powell Jnr put down the gauntlet to his 50cc competitors, saying he wanted to win the class. He has dominated ever since, amassing the most points, not just in his group, but of all the riders overall. Powell Jnr has 200 points from the four-race meets as he’s come out on top at all four events. Alex Grant and Kario Reynolds and tied for second on 44 points.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4519} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0418-1024x685.jpg\" alt=\"\" class=\"wp-image-4519\" /><figcaption>Cruz Kow cruising to victory in the 85cc class.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Things are a bit closer in the 65cc class. Zachary Borrows leads Rylan Simpson 136 to 133, while Lukah Walton sits third with 118. Cruz Kow had a good showing at the fourth meet, grabbing the maximum 50 points available in the 85cc class. This made his total haul 182, which is 22 points more than second-placed Cameron Lee. Adrian Barnes is third, at 150.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4520} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0491-1024x728.jpg\" alt=\"\" class=\"wp-image-4520\" /><figcaption>Kyle Reynolds streaks to maximum points at MX Jamaica’s fourth race meet on August 11.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kyle Reynolds has been the man to beat on two wheels for a while now. Racing on tarmac at Dover Raceway, St Ann and the various loose surface motocross tracks across the island, Reynolds leads the two fastest classes, A and Open. In A-Class he has 183 points. Four points behind is Johannes Reijnen on 171. Third is Craig Powell Snr with 151. In Open, class Reynolds leads the leader board with 180 points. Second and third see a reverse of fortune for Powell Snr and Reijnen. The two men have a significant gap 172 to 113 respectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4521} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0423-1024x689.jpg\" alt=\"\" class=\"wp-image-4521\" /><figcaption>Cameron Lee (337) chasing Kyle Read (12)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Antonio Rizza, with 178 points, is top dog in B-Class where he leads Kyle South and Amir DaCosta. Jason McIntosh is only ten points ahead of Jason McIntosh, 135 to 125 points, in the ATV class. Karter Tommi Gore is third.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article written by Nichola Beckford &nbsp;</em></strong></p>\n<!-- /wp:paragraph -->','Dust begins to settle at DaCosta Farms','','inherit','closed','closed','','4516-revision-v1','','','2019-08-18 17:22:40','2019-08-18 22:22:40','',4516,'https://buzz-caribbean.com/article/4516-revision-v1/',0,'revision','',0),(4523,4,'2019-08-18 17:28:07','2019-08-18 22:28:07','<!-- wp:image {\"id\":4518} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0434-1024x685.jpg\" alt=\"\" class=\"wp-image-4518\" /><figcaption>Johannes Reijnen (58) takes maximum altitude over one of the many jumps at the DaCosta Farms motocross track, passing Christopher Hadad (15) mid-flight.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>MX Jamaica completed its fourth round on August 11 at the DaCosta Farms, St Catherine, clearing up the 2019 championship picture. Only two race meets remain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the start of the year, six-year-old Craig Powell Jnr put down the gauntlet to his 50cc competitors, saying he wanted to win the class. He has dominated ever since, amassing the most points, not just in his group, but of all the riders overall. Powell Jnr has 200 points from the four-race meets as he’s come out on top at all four events. Alex Grant and Kario Reynolds and tied for second on 44 points.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4519} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0418-1024x685.jpg\" alt=\"\" class=\"wp-image-4519\" /><figcaption>Cruz Kow cruising to victory in the 85cc class.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Things are a bit closer in the 65cc class. Zachary Borrows leads Rylan Simpson 136 to 133, while Lukah Walton sits third with 118. Cruz Kow had a good showing at the fourth meet, grabbing the maximum 50 points available in the 85cc class. This made his total haul 182, which is 22 points more than second-placed Cameron Lee. Adrian Barnes is third, at 150.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4520} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0491-1024x728.jpg\" alt=\"\" class=\"wp-image-4520\" /><figcaption>Kyle Reynolds streaks to maximum points at MX Jamaica’s fourth race meet on August 11.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kyle Reynolds has been the man to beat on two wheels for a while now. Racing on tarmac at Dover Raceway, St Ann and the various loose surface motocross tracks across the island, Reynolds leads the two fastest classes, A and Open. In A-Class he has 183 points. Four points behind is Johannes Reijnen on 171. Third is Craig Powell Snr with 151. In Open, class Reynolds leads the leader board with 180 points. Second and third see a reverse of fortune for Powell Snr and Reijnen. The two men have a significant gap 172 to 113 respectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4521} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0423-1024x689.jpg\" alt=\"\" class=\"wp-image-4521\" /><figcaption>Cameron Lee (337) chasing Kyle Read (12)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Antonio Rizza, with 178 points, is top dog in B-Class where he leads Kyle South and Amir DaCosta. Jason McIntosh is only ten points ahead of Jason McIntosh, 135 to 125 points, in the ATV class. Karter Tommi Gore is third.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article written by Nichola Beckford &nbsp;</em></strong></p>\n<!-- /wp:paragraph -->','Motorcross: Dust begins to settle at DaCosta Farms','','inherit','closed','closed','','4516-revision-v1','','','2019-08-18 17:28:07','2019-08-18 22:28:07','',4516,'https://buzz-caribbean.com/article/4516-revision-v1/',0,'revision','',0),(4524,23,'2019-08-19 07:58:03','2019-08-19 12:58:03','<!-- wp:image {\"id\":4532} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tessellated-featrured-image--1024x683.jpg\" alt=\"\" class=\"wp-image-4532\" /><figcaption>Tessellated performing the recent launch of Notnice\'s album King Midas. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Singing sensation Tessallated is set to release a new EP in October.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The artiste made the disclosure during an interview with <strong>BUZZ </strong>during the recent launch of acclaimed producer, Ainsley ‘Notnice’ Morris’ album <strong>King Midas</strong>. He did not give a date for the release but said the project will be a reflection of his journey in the music business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Right now this project that I\'m coming out with in October is a reflection of that journey and it gives a kind of little slices of how the sound has been progressing and what it\'s going to become,\" Tessellated said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4529} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tessallated-3-1024x683.jpg\" alt=\"\" class=\"wp-image-4529\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"To me, the way I see it, art reflects life... and I\'m blessed to have that\'s filled with positive,\" he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tessellated burst on the music scene with the hit, <b>Pine And Ginger</b>, in collaboration with Amindi and Valleyz. Just over a year on from that release, he has become a brand ambassador for Apple’s AirPods.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is also in negotiations with global distribution company OneRPM who will handle the distribution of his music. He\'s confident that OneRPm will do justice to his efforts. “It\'s been a while we have been without a major distributor in the island to connect with the artistes. So once I heard that they were down here we connected,” he said.</p>\n<!-- /wp:paragraph -->','Tessellated to release EP before year\'s end','','publish','open','closed','','tessellated-to-release-ep-before-years-end','','','2019-08-19 08:10:01','2019-08-19 13:10:01','',0,'https://buzz-caribbean.com/?p=4524',0,'post','',0),(4525,4,'2019-08-18 17:43:36','2019-08-18 22:43:36','<!-- wp:paragraph -->\n<p>Singing sensation Tessallated is set to release new material in October.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The artiste made the disclosure during an interview with <strong>BUZZ </strong>during the recent launch of acclaimed producer, Ainsley ‘Notnice’ Morris’ album <strong>King Midas</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He burst on the music scene with the hit, Pine And Ginger - in collaboration with Amindi and Valleyz and just over a year later he has become a brand ambassador for Apple’s ear pods.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I actually did a collaboration with them for the audio visual project, a short film for the release of their new ear pods. That just released about a month ago which was a crazy experience,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is also in negotiations with global distribution company OneRPM who will handle the distribution of some new works he will be releasing in the near future.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have been talking with OneRPM for a little about doing some distribution for my new works. My new Ep that’s coming out in a few months,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was confident that OneRPm will do justice to his efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It\'s been a while we have been without a major distributors in the island to connect with the artistes. So once I heard that they were down here we connected,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tessellated represents the best that the younger generation of vocalists in the sialnd has to offer and his music is pleasing to the ear, devoid of the raw theme of sex and the gore of violence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See video for more.</p>\n<!-- /wp:paragraph -->','Tessellated to release EP before year\'s end','','inherit','closed','closed','','4524-revision-v1','','','2019-08-18 17:43:36','2019-08-18 22:43:36','',4524,'https://buzz-caribbean.com/article/4524-revision-v1/',0,'revision','',0),(4526,4,'2019-08-18 17:59:15','2019-08-18 22:59:15','<!-- wp:paragraph -->\n<p>Singing sensation Tessallated is set to release new material in October.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The artiste made the disclosure during an interview with <strong>BUZZ </strong>during the recent launch of acclaimed producer, Ainsley ‘Notnice’ Morris’ album <strong>King Midas</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the project will be a reflection of his journey in the music business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Right now this project that I\'m coming out with in October, is a reflection of that journey and it gives a kind of little slices of how the sound has been progressing and what its going to become,\" Tessellated said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He burst on the music scene with the hit, Pine And Ginger - in collaboration with Amindi and Valleyz and just over a year later he has become a brand ambassador for Apple’s ear pods.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I actually did a collaboration with them for the audio visual project, a short film for the release of their new ear pods. That just released about a month ago which was a crazy experience,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is also in negotiations with global distribution company OneRPM who will handle the distribution of some new works he will be releasing in the near future.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have been talking with OneRPM for a little about doing some distribution for my new works. My new Ep that’s coming out in a few months,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was confident that OneRPm will do justice to his efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It\'s been a while we have been without a major distributors in the island to connect with the artistes. So once I heard that they were down here we connected,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tessellated represents the best that the younger generation of vocalists in the sialnd has to offer and his music is pleasing to the ear, devoid of the raw theme of sex and the gore of violence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See video for more.</p>\n<!-- /wp:paragraph -->','Tessellated to release EP before year\'s end','','inherit','closed','closed','','4524-revision-v1','','','2019-08-18 17:59:15','2019-08-18 22:59:15','',4524,'https://buzz-caribbean.com/article/4524-revision-v1/',0,'revision','',0),(4527,4,'2019-08-18 18:20:12','2019-08-18 23:20:12','','tessellated','','inherit','open','closed','','tessellated-3','','','2019-08-18 18:20:12','2019-08-18 23:20:12','',4524,'https://buzz-caribbean.com/app/uploads/2019/08/tessellated.jpg',0,'attachment','image/jpeg',0),(4528,4,'2019-08-18 18:22:30','2019-08-18 23:22:30','','Tessellated-','','inherit','open','closed','','tessellated-4','','','2019-08-18 18:22:30','2019-08-18 23:22:30','',4524,'https://buzz-caribbean.com/app/uploads/2019/08/Tessellated-.jpg',0,'attachment','image/jpeg',0),(4529,4,'2019-08-18 18:23:29','2019-08-18 23:23:29','','tessallated-3','','inherit','open','closed','','tessallated-3','','','2019-08-18 18:23:29','2019-08-18 23:23:29','',4524,'https://buzz-caribbean.com/app/uploads/2019/08/tessallated-3.jpg',0,'attachment','image/jpeg',0),(4530,4,'2019-08-18 18:26:29','2019-08-18 23:26:29','<!-- wp:image {\"id\":4528} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tessellated--1024x683.jpg\" alt=\"\" class=\"wp-image-4528\" /><figcaption>Tessellated perfoming at the the recent launch of Notnice\'s album King Midas.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Singing sensation Tessallated is set to release new material in October.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The artiste made the disclosure during an interview with <strong>BUZZ </strong>during the recent launch of acclaimed producer, Ainsley ‘Notnice’ Morris’ album <strong>King Midas</strong>. He did not give a date for the release but said the project will be a reflection of his journey in the music business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Right now this project that I\'m coming out with in October is a reflection of that journey and it gives a kind of little slices of how the sound has been progressing and what it\'s going to become,\" Tessellated said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4529} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tessallated-3-1024x683.jpg\" alt=\"\" class=\"wp-image-4529\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"To me, the way I see it, art reflects life... and I\'m blessed to have that\'s filled with positive,\" he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tessellated burst on the music scene with the hit, <b>Pine And Ginger</b>, in collaboration with Amindi and Valleyz. Just over a year on from that release, he has become a brand ambassador for Apple’s AirPods.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is also in negotiations with global distribution company OneRPM who will handle the distribution of his music. He\'s confident that OneRPm will do justice to his efforts. “It\'s been a while we have been without a major distributor in the island to connect with the artistes. So once I heard that they were down here we connected,” he said.</p>\n<!-- /wp:paragraph -->','Tessellated to release EP before year\'s end','','inherit','closed','closed','','4524-revision-v1','','','2019-08-18 18:26:29','2019-08-18 23:26:29','',4524,'https://buzz-caribbean.com/article/4524-revision-v1/',0,'revision','',0),(4531,4,'2019-08-18 18:30:18','2019-08-18 23:30:18','','DSC 5945','','inherit','open','closed','','dsc_5945','','','2019-08-18 18:30:18','2019-08-18 23:30:18','',0,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_5945.jpg',0,'attachment','image/jpeg',0),(4532,4,'2019-08-18 18:31:57','2019-08-18 23:31:57','','Tessellated-featrured-image-','','inherit','open','closed','','tessellated-featrured-image','','','2019-08-18 18:31:57','2019-08-18 23:31:57','',4524,'https://buzz-caribbean.com/app/uploads/2019/08/Tessellated-featrured-image-.jpg',0,'attachment','image/jpeg',0),(4533,4,'2019-08-18 18:32:37','2019-08-18 23:32:37','<!-- wp:image {\"id\":4532} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tessellated-featrured-image--1024x683.jpg\" alt=\"\" class=\"wp-image-4532\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Singing sensation Tessallated is set to release new material in October.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The artiste made the disclosure during an interview with <strong>BUZZ </strong>during the recent launch of acclaimed producer, Ainsley ‘Notnice’ Morris’ album <strong>King Midas</strong>. He did not give a date for the release but said the project will be a reflection of his journey in the music business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Right now this project that I\'m coming out with in October is a reflection of that journey and it gives a kind of little slices of how the sound has been progressing and what it\'s going to become,\" Tessellated said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4529} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tessallated-3-1024x683.jpg\" alt=\"\" class=\"wp-image-4529\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"To me, the way I see it, art reflects life... and I\'m blessed to have that\'s filled with positive,\" he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tessellated burst on the music scene with the hit, <b>Pine And Ginger</b>, in collaboration with Amindi and Valleyz. Just over a year on from that release, he has become a brand ambassador for Apple’s AirPods.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is also in negotiations with global distribution company OneRPM who will handle the distribution of his music. He\'s confident that OneRPm will do justice to his efforts. “It\'s been a while we have been without a major distributor in the island to connect with the artistes. So once I heard that they were down here we connected,” he said.</p>\n<!-- /wp:paragraph -->','Tessellated to release EP before year\'s end','','inherit','closed','closed','','4524-revision-v1','','','2019-08-18 18:32:37','2019-08-18 23:32:37','',4524,'https://buzz-caribbean.com/article/4524-revision-v1/',0,'revision','',0),(4534,4,'2019-08-18 18:33:34','2019-08-18 23:33:34','<!-- wp:image {\"id\":4532} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tessellated-featrured-image--1024x683.jpg\" alt=\"\" class=\"wp-image-4532\" /><figcaption>Tessellated performing the recent launch of Notnice\'s album King Midas. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Singing sensation Tessallated is set to release new material in October.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The artiste made the disclosure during an interview with <strong>BUZZ </strong>during the recent launch of acclaimed producer, Ainsley ‘Notnice’ Morris’ album <strong>King Midas</strong>. He did not give a date for the release but said the project will be a reflection of his journey in the music business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Right now this project that I\'m coming out with in October is a reflection of that journey and it gives a kind of little slices of how the sound has been progressing and what it\'s going to become,\" Tessellated said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4529} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tessallated-3-1024x683.jpg\" alt=\"\" class=\"wp-image-4529\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"To me, the way I see it, art reflects life... and I\'m blessed to have that\'s filled with positive,\" he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tessellated burst on the music scene with the hit, <b>Pine And Ginger</b>, in collaboration with Amindi and Valleyz. Just over a year on from that release, he has become a brand ambassador for Apple’s AirPods.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is also in negotiations with global distribution company OneRPM who will handle the distribution of his music. He\'s confident that OneRPm will do justice to his efforts. “It\'s been a while we have been without a major distributor in the island to connect with the artistes. So once I heard that they were down here we connected,” he said.</p>\n<!-- /wp:paragraph -->','Tessellated to release EP before year\'s end','','inherit','closed','closed','','4524-revision-v1','','','2019-08-18 18:33:34','2019-08-18 23:33:34','',4524,'https://buzz-caribbean.com/article/4524-revision-v1/',0,'revision','',0),(4536,4,'2019-08-18 18:38:34','2019-08-18 23:38:34','<!-- wp:image {\"id\":4532} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tessellated-featrured-image--1024x683.jpg\" alt=\"\" class=\"wp-image-4532\" /><figcaption>Tessellated performing the recent launch of Notnice\'s album King Midas. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Singing sensation Tessallated is set to release a new EP in October.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The artiste made the disclosure during an interview with <strong>BUZZ </strong>during the recent launch of acclaimed producer, Ainsley ‘Notnice’ Morris’ album <strong>King Midas</strong>. He did not give a date for the release but said the project will be a reflection of his journey in the music business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Right now this project that I\'m coming out with in October is a reflection of that journey and it gives a kind of little slices of how the sound has been progressing and what it\'s going to become,\" Tessellated said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4529} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tessallated-3-1024x683.jpg\" alt=\"\" class=\"wp-image-4529\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"To me, the way I see it, art reflects life... and I\'m blessed to have that\'s filled with positive,\" he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tessellated burst on the music scene with the hit, <b>Pine And Ginger</b>, in collaboration with Amindi and Valleyz. Just over a year on from that release, he has become a brand ambassador for Apple’s AirPods.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is also in negotiations with global distribution company OneRPM who will handle the distribution of his music. He\'s confident that OneRPm will do justice to his efforts. “It\'s been a while we have been without a major distributor in the island to connect with the artistes. So once I heard that they were down here we connected,” he said.</p>\n<!-- /wp:paragraph -->','Tessellated to release EP before year\'s end','','inherit','closed','closed','','4524-revision-v1','','','2019-08-18 18:38:34','2019-08-18 23:38:34','',4524,'https://buzz-caribbean.com/article/4524-revision-v1/',0,'revision','',0),(4537,23,'2019-08-19 07:56:16','2019-08-19 12:56:16','<!-- wp:image {\"id\":4538} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Notnice-and-jade-1024x683.jpg\" alt=\"\" class=\"wp-image-4538\" /><figcaption>Acclaimed Producer Notnice address the audience at the launch of his album King Midas. Looking on is media personality Jade. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Billboard acclaimed producer Ainsley ‘Notnice’ Morris has come up trumps with his album <strong>King Midas</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He has teamed with a string of artiste on the 18-track album. <strong>King Midas</strong> features tracks from Bounty Killer, Dexta Dapps, Agent Sasco, Teejay, Gage, Sean Paul, Jahvinci, Nardia Mothersill, Rhygin King and Popcaan among others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'It was not about a juggling approach but to give the international audience a better flavor.\'</p><cite>— Notnice</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Songs on the album have their own instrumental accompaniment. This means every song has its own rhythm, which is a deviation from the long-practiced ‘juggling’ type productions that see all artistes on one rhythm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4436} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bounty-Killer-and-notnice-1024x683.jpg\" alt=\"\" class=\"wp-image-4436\" /><figcaption>Bounty Killer is one of the many artistes featured on Notnice\'s King Midas album.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The project was one that we thought could work if we changed the script. It was not about a juggling approach but to give the international audience a better flavour,” Notnice said about the album launched at the Reggae Mill at Devon House recently. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>One Genera</strong>l single by Bounty Killer and Popcaan’s remake of the Garnet Silk classic <strong>New Found Love</strong> are noticeable standouts as is <strong>Wicked Ga</strong>l by Dexta Dapps and the effort by the upcoming Mothersill.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4539} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tessellated-22-1024x683.jpg\" alt=\"\" class=\"wp-image-4539\" /><figcaption>Tessellated also appears on King Midas.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Director of OneRPM, Martin Pryce, was happy to be associated with the project. “OneRPM has always known of the great creative talent that comes out of Jamaica and the Caribbean in general and we are happy to be associated with the King Midas project,” Martin said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the sound of it, Notnice has turned another project into gold with his King Midas touch.</p>\n<!-- /wp:paragraph -->','Notnice displays his golden touch with \'King Midas\'','','publish','open','closed','','notnice-displays-his-golden-touch-with-king-midas','','','2019-08-19 10:56:34','2019-08-19 15:56:34','',0,'https://buzz-caribbean.com/?p=4537',0,'post','',0),(4538,4,'2019-08-18 19:18:31','2019-08-19 00:18:31','','Notnice-and-jade','','inherit','open','closed','','notnice-and-jade','','','2019-08-18 19:18:31','2019-08-19 00:18:31','',4537,'https://buzz-caribbean.com/app/uploads/2019/08/Notnice-and-jade.jpg',0,'attachment','image/jpeg',0),(4539,4,'2019-08-18 19:33:03','2019-08-19 00:33:03','','tessellated-22','','inherit','open','closed','','tessellated-22','','','2019-08-18 19:33:03','2019-08-19 00:33:03','',4537,'https://buzz-caribbean.com/app/uploads/2019/08/tessellated-22.jpg',0,'attachment','image/jpeg',0),(4540,4,'2019-08-18 19:44:14','2019-08-19 00:44:14','<!-- wp:image {\"id\":4538} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Notnice-and-jade-1024x683.jpg\" alt=\"\" class=\"wp-image-4538\" /><figcaption>Acclaimed Producer Notnice address the audience at the launch of his album King Midas. Looking on is media personality Jade. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Billboard acclaimed producer Ainsley ‘Notnice’ Morris has come up trumps with his album <strong>King Midas</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He has teamed with a string of artiste on the 18-track album.<strong>King Midas</strong> features tracks from Bounty Killer, Dexta Dapps, Agent Sasco, Teejay, Gage, Sean Paul, Jahvinci, Nardia Mothersill, Rhygin King and Popcaan among others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'It was not about a juggling approach but to give the international audience a better flavor.\'</p><cite>— Notnice</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Songs on the album have their own instrumental accompaniment. This means every song has its own rhythm, which is a deviation from the long-practiced ‘juggling’ type productions that see all artistes on one rhythm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4436} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bounty-Killer-and-notnice-1024x683.jpg\" alt=\"\" class=\"wp-image-4436\" /><figcaption>Bounty Killer is one of the many artistes featured on Notnice\'s King Midas album.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The project was one that we thought could work if we changed the script. It was not about a juggling approach but to give the international audience a better flavour,” Notnice said about the album launched at the Reggae Mill at Devon House recently. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>One Genera</strong>l single by Bounty Killer and Popcaan’s remake of the Garnet Silk classic <strong>New Found Love</strong> are noticeable standouts as is <strong>Wicked Ga</strong>l by Dexta Dapps and the effort by the upcoming Mothersill.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4539} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tessellated-22-1024x683.jpg\" alt=\"\" class=\"wp-image-4539\" /><figcaption>Tessellated also appears on King Midas.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Director of OneRPM, Martin Pryce, was happy to be associated with the project. “OneRPM has always known of the great creative talent that comes out of Jamaica and the Caribbean in general and we are happy to be associated with the King Midas project,” Martin said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the sound of it, Notnice has turned another project into gold with his King Midas touch.</p>\n<!-- /wp:paragraph -->','Notnice displays his golden touch with King Midas','','inherit','closed','closed','','4537-revision-v1','','','2019-08-18 19:44:14','2019-08-19 00:44:14','',4537,'https://buzz-caribbean.com/article/4537-revision-v1/',0,'revision','',0),(4541,4,'2019-08-18 19:54:26','2019-08-19 00:54:26','','Notnice Featured Image','','inherit','open','closed','','notnice-featured-image','','','2019-08-18 19:54:26','2019-08-19 00:54:26','',4537,'https://buzz-caribbean.com/app/uploads/2019/08/Notnice-featured-image.jpg',0,'attachment','image/jpeg',0),(4542,13,'2019-08-18 22:49:30','2019-08-19 03:49:30','<!-- wp:image {\"id\":4560} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/table-tennis-team1-1024x683.jpg\" alt=\"\" class=\"wp-image-4560\" /><figcaption>The 11-member team scheduled to participate in the table tennis tournament.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A national squad will represent Jamaica in the Caribbean Region Table Tennis Federation (CRTTF) in the Caribbean Mini-Cadet (U-11) and pre-Cadet (U-13) Table Tennis Championship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The event will be held in Santo Domingo, in the Dominican Republic from August 21 to 26. The team is set to depart the island today. Eleven players will compete in the Under 13 and Under 11 categories against teams from Guyana, Barbados, Puerto Rico, Trinidad and Tobago and other countries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4543} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/table-tennis-team-1024x767.jpg\" alt=\"\" class=\"wp-image-4543\" /><figcaption>Tsenaye, Liana, Olivia and Neveah are pictured in this 2017 photo. The girls are part of the national squad. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Under 13 players are Azizi Johnson, Matthew Fung,\nRasheed Clarke and Jayden Ebanks for the Boys Team while the Girls are Tsenaye\nLewis, Olivia Petrekin, Liana Campbell and Nevaeh Scott. Under 11 players are\nGari Wythe, Nickoy Smith and one girl, Kira Scott.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Godfrey Lothian, president of the Table Tennis Jamaica (TTJ) says the team is short of approximately one million dollars to cover the costs of lodging, meals and incidentals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'We have potential Olympians among this crop, but they will never be all they can be if we do not support them.\'</p><cite>— Godfrey Lothian</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Traveling abroad to play is not a luxury, it is an essential part of gaining exposure as a way of raising the standard of play and inspiring the athletes to aim higher. We have potential Olympians among this crop, but they will never be all they can be if we do not support them with the right funding, training and exposure,” Lothian appealed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Companies and persons wishing to offer support to the team can contact Table Tennis Jamaica at <a href=\"mailto:tabletennisja@gmail.com\">tabletennisja@gmail.com</a> or 1876-616-9825.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.tabletennisja.com/national-teams/under-13/\",\"type\":\"wp-embed\",\"providerNameSlug\":\"table-tennis-jamaica\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-wp-embed is-provider-table-tennis-jamaica\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.tabletennisja.com/national-teams/under-13/\n</div></figure>\n<!-- /wp:embed -->','Table Tennis Jamaica needs $1 million to support team going to Caribbean tourney','','publish','open','closed','','table-tennis-jamaica-needs-1-million-to-support-team-going-to-caribbean-tourney','','','2019-08-19 08:17:09','2019-08-19 13:17:09','',0,'https://buzz-caribbean.com/?p=4542',0,'post','',0),(4543,4,'2019-08-18 20:15:22','2019-08-19 01:15:22','','table-tennis-team','','inherit','open','closed','','table-tennis-team','','','2019-08-18 20:15:22','2019-08-19 01:15:22','',4542,'https://buzz-caribbean.com/app/uploads/2019/08/table-tennis-team.jpg',0,'attachment','image/jpeg',0),(4544,4,'2019-08-18 20:21:23','2019-08-19 01:21:23','<!-- wp:image {\"id\":4543} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/table-tennis-team-1024x767.jpg\" alt=\"\" class=\"wp-image-4543\" /><figcaption>Tsenaye, Liana, Olivia and Neveah are pictured in this 2017 photo. The girls are part of the national squad. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A national squad will represent Jamaica in the Caribbean\nRegion Table Tennis Federation (CRTTF) n the Caribbean Mini-Cadet (U-11) and\npre-Cadet (U-13) Table Tennis Championship, which will be held in Santo\nDomingo, Dominican Republic, August 21st – 26th, 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Set to depart on Monday, August 19, eleven players will\ncompete in the Under 13 and Under 11 categories against teams from Guyana,\nBarbados, Puerto Rico, Trinidad and Tobago and other countries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Under 13 players are Azizi Johnson, Matthew Fung,\nRasheed Clarke and Jayden Ebanks for the Boys Team while the Girls are Tsenaye\nLewis, Olivia Petrekin, Liana Campbell and Nevaeh Scott. Under 11 players are\nGari Wythe, Nickoy Smith and one girl, Kira Scott.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These members qualified for the national team following\ntrials held in June and have been preparing since then. Under the coaching of\nSandra Riettie and Dale Parham, both certified by the International Table\nTennis Federation, the team has the potential to perform well in this\ncompetition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“Many of the players have developed strong skills and\nexperience since 2016 because of exposure to regional tournaments held in\nJamaica, Guyana, Cuba and the Dominican Republic. This group of pre-cadets has\nbeen training consistently and we expect good results,” said Godfrey Lothian,\npresident of the Table Tennis Jamaica (TTJ).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the players – Tsenaye Lewis, Gari Wythe\nparticipated in the 2019 Caribbean Junior and Cadet Championships in Dominican\nRepublic this past April 12 - 17, while Tsenaye Lewis was part of the team\nwhich represented Jamaica at the Latin American Cadet Championship &nbsp;held\nJuly 15 – 20 in Colombia.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In spite of the fact that we are going, this is a smaller\nteam than which qualified, as Table Tennis Jamaica was just not able to fund\nthe trips. Families have underwritten the costs while several fund raising\nefforts were undertaken. We are very appreciative of Optical Solutions\nInternational Limited which has again covered the cost of the gear.&nbsp; Real,\ntangible support is needed to for a sustainable programme,” Mr. Lothian said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The team is short of approximately one million dollars to\ncover the costs of lodging, meals and incidentals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Traveling abroad to play is not a luxury, it is an\nessential part of gaining exposure as a way of raising the standard of play and\ninspiring the athletes to aim higher. We have potential Olympians among this\ncrop, but they will never be all they can be if we do not support them with the\nright funding, training and exposure,” Mr. Lothian appealed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Companies and persons wishing to offer support to the team\ncan contact Table Tennis at <a href=\"mailto:tabletennisja@gmail.com\">tabletennisja@gmail.com</a>\nor 616-9825.</p>\n<!-- /wp:paragraph -->','Jamaica sends 11 to Caribbean table tennis tourney','','inherit','closed','closed','','4542-revision-v1','','','2019-08-18 20:21:23','2019-08-19 01:21:23','',4542,'https://buzz-caribbean.com/article/4542-revision-v1/',0,'revision','',0),(4545,23,'2019-08-19 06:00:09','2019-08-19 11:00:09','<!-- wp:image {\"id\":4548} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rad-Dixon-A-1024x805.jpg\" alt=\"\" class=\"wp-image-4548\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Following\nthe release of his debut album in July 2019, reggae singer Rad Dixon said he\nwants to be remembered among the greats of the genre.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 12-track\nalbum, titled <strong>Welcome</strong>, was released on iTunes, Spotify and Amazon, and features\nsongs like <strong>Welcome To The Reggae Vibes</strong>, <strong>Teach The Children</strong>\nfeaturing Teacha Dee<strong>, Baby Don’t Worry</strong>, <strong>Fever</strong>, <strong>True Love</strong>, <strong>Make\nIt Right</strong>, <strong>Everything I Do</strong> and <strong>Change</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Jamaica has\nproduced a long line of great songwriters, singers and musicians, and I want to\nbe counted among them,” said Dixon. “That’s why I’m making the type of music\nthat will stand the test of time - songs that are unforgettable.”&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Jamaica has produced a long line of great songwriters, singers and musicians, and I want to be counted among them.” </p><cite>— Rad Dixon</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The\nManchester-born singer, who is often compared with the late reggae star Garnet\nSilk, is optimistic about the album that was produced by Tasjay Productions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This album was in the works for a while now. It has 12 authentic reggae tracks that I am sure reggae fans all over the world will love and appreciate. I can safely say that 20 years from now I’ll be able to look back at this album and feel proud about it,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— Written by Chase </p>\n<!-- /wp:paragraph -->','Rad Dixon believes debut album will stand the test of time','','publish','open','closed','','rad-dixon-believes-debut-album-will-stand-the-test-of-time','','','2019-08-18 20:48:26','2019-08-19 01:48:26','',0,'https://buzz-caribbean.com/?p=4545',0,'post','',0),(4547,4,'2019-08-18 20:44:39','2019-08-19 01:44:39','<!-- wp:paragraph -->\n<p>A national squad will represent Jamaica in the Caribbean Region Table Tennis Federation (CRTTF) in the Caribbean Mini-Cadet (U-11) and pre-Cadet (U-13) Table Tennis Championship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The event will be held in Santo Domingo, in the Dominican Republic from August 21 to 26. The team is set to depart the island today. Eleven players will compete in the Under 13 and Under 11 categories against teams from Guyana, Barbados, Puerto Rico, Trinidad and Tobago and other countries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4543} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/table-tennis-team-1024x767.jpg\" alt=\"\" class=\"wp-image-4543\" /><figcaption>Tsenaye, Liana, Olivia and Neveah are pictured in this 2017 photo. The girls are part of the national squad. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Under 13 players are Azizi Johnson, Matthew Fung,\nRasheed Clarke and Jayden Ebanks for the Boys Team while the Girls are Tsenaye\nLewis, Olivia Petrekin, Liana Campbell and Nevaeh Scott. Under 11 players are\nGari Wythe, Nickoy Smith and one girl, Kira Scott.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Godfrey Lothian, president of the Table Tennis Jamaica (TTJ) says the team is short of approximately one million dollars to cover the costs of lodging, meals and incidentals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'We have potential Olympians among this crop, but they will never be all they can be if we do not support them.\'</p><cite>— Godfrey Lothian</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Traveling abroad to play is not a luxury, it is an essential part of gaining exposure as a way of raising the standard of play and inspiring the athletes to aim higher. We have potential Olympians among this crop, but they will never be all they can be if we do not support them with the right funding, training and exposure,” Lothian appealed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Companies and persons wishing to offer support to the team can contact Table Tennis Jamaica at <a href=\"mailto:tabletennisja@gmail.com\">tabletennisja@gmail.com</a> or 1876-616-9825.</p>\n<!-- /wp:paragraph -->','Table Tennis Jamaica needs $1 million to support team going to Caribbean tourney','','inherit','closed','closed','','4542-revision-v1','','','2019-08-18 20:44:39','2019-08-19 01:44:39','',4542,'https://buzz-caribbean.com/article/4542-revision-v1/',0,'revision','',0),(4548,9,'2019-08-18 20:44:49','2019-08-19 01:44:49','','Rad-Dixon-A','','inherit','open','closed','','rad-dixon-a','','','2019-08-18 20:44:49','2019-08-19 01:44:49','',4545,'https://buzz-caribbean.com/app/uploads/2019/08/Rad-Dixon-A.jpg',0,'attachment','image/jpeg',0),(4549,9,'2019-08-18 20:47:09','2019-08-19 01:47:09','<!-- wp:image {\"id\":4548} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rad-Dixon-A-1024x805.jpg\" alt=\"\" class=\"wp-image-4548\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Following\nthe release of his debut album in July 2019, reggae singer Rad Dixon said he\nwants to be remembered among the greats of the genre.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 12-track\nalbum, titled <strong>Welcome</strong>, was released on iTunes, Spotify and Amazon, and features\nsongs like <strong>Welcome To The Reggae Vibes</strong>, <strong>Teach The Children</strong>\nfeaturing Teacha Dee<strong>, Baby Don’t Worry</strong>, <strong>Fever</strong>, <strong>True Love</strong>, <strong>Make\nIt Right</strong>, <strong>Everything I Do</strong> and <strong>Change</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Jamaica has\nproduced a long line of great songwriters, singers and musicians, and I want to\nbe counted among them,” said Dixon. “That’s why I’m making the type of music\nthat will stand the test of time - songs that are unforgettable.”&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Jamaica has produced a long line of great songwriters, singers and musicians, and I want to be counted among them.” </p><cite>— Rad Dixon</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The\nManchester-born singer, who is often compared with the late reggae star Garnet\nSilk, is optimistic about the album that was produced by Tasjay Productions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This album was in the works for a while now. It has 12 authentic reggae tracks that I am sure reggae fans all over the world will love and appreciate. I can safely say that 20 years from now I’ll be able to look back at this album and feel proud about it,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— Written by Chase </p>\n<!-- /wp:paragraph -->','Rad Dixon believes debut album will stand the test of time','','inherit','closed','closed','','4545-revision-v1','','','2019-08-18 20:47:09','2019-08-19 01:47:09','',4545,'https://buzz-caribbean.com/article/4545-revision-v1/',0,'revision','',0),(4550,21,'2019-08-19 07:54:28','2019-08-19 12:54:28','<!-- wp:paragraph -->\n<p>Actress Lena Waithe uses Instagram \"all day long\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She says she uses the social media platform to celebrate her friends and family and share in their good news.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4551} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lena.jpg\" alt=\"\" class=\"wp-image-4551\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I scroll through Instagram all day long.\'</p><cite>— Lena Waithe</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Westworld</strong> actress knows using the photo-sharing app can be \"unhealthy\" but she\'s learned to use it as a way to celebrate her friends and family and share in their good news.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She says: \"I scroll through Instagram all day long. For me, it\'s a way to stay informed and connect with people. I\'m not a person who thinks Instagram is a devil. I know it can be unhealthy, but I know how to compartmentalize. I love seeing the good news.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"As vicious as social media can be, my experience is that I always like to think, \'Oh my friend just got this movie\' or \'That person just got engaged.\' It\'s a great way for me to celebrate people and what they\'ve got going on.\"</p>\n<!-- /wp:paragraph -->','Think you\'re addicted to the gram? Take solace.','','publish','open','closed','','think-youre-addicted-to-the-gram-take-solace','','','2019-08-19 07:54:29','2019-08-19 12:54:29','',0,'https://buzz-caribbean.com/?p=4550',0,'post','',0),(4551,4,'2019-08-18 20:52:32','2019-08-19 01:52:32','','Lena Waithe','Heavenly Bodies: Fashion &amp; The Catholic Imagination Costume Institute Gala at the Metropolitan Museum of Art on May 7, 2018 in New York City. \n\nBANG MEDIA INTERNATIONAL FAMOUS PICTURES \n28 HOLMES ROAD LONDON NW5 3AB UNITED KINGDOM \ntel +44 (0) 20 7485 1005 e-mail info@famous.uk.com','inherit','open','closed','','lena-waithe','','','2019-08-18 21:18:18','2019-08-19 02:18:18','',4550,'https://buzz-caribbean.com/app/uploads/2019/08/lena.jpg',0,'attachment','image/jpeg',0),(4552,21,'2019-08-19 06:30:24','2019-08-19 11:30:24','<!-- wp:image {\"id\":4553} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/duke-and-duchess.jpg\" alt=\"\" class=\"wp-image-4553\" /><figcaption>Prince Harry, The Duke of Sussex, and Meghan, Duchess of Sussex, recently took a private jet to the south of France. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Duke and Duchess of Sussex have been urged to \"lead by example\" on environmental issues after taking a private jet to the south of France.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The royal duo took an environmentally-damaging flight to Nice two days after flying to Ibiza, Spain, and Labour MP Teresa Pearce has urged them to live up to their reputation as eco warriors by considering their carbon footprint.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It\'s up to all of us to cut our carbon emissions, and the number of flights we take a year. </p><cite>— UK MP Teresa Pearce </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The British politician told The Sun on Sunday newspaper: \"Given the position they have taken publicly about being responsible on climate change, this does seem an anomaly which they should look at.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"It\'s up to all of us to cut our carbon emissions, and the number of flights we take a year. That is really important - and someone as high profile as that should lead by example.<br> <br> \"I find this quite surprising because it doesn\'t fit with their public image and the way they\'re so concerned about the planet and the environment.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier this year, the Duke warned of the dangers of climate change, urging the public to \"take action\" to lower their carbon footprint.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking in March, the royal - who has a three-month-old son called Archie with his wife – said: \"We now have the facts, the science, the technology and the ability to save not just our planet but ourselves. You don\'t just sit back and wait for solutions; you take action and create them.\"</p>\n<!-- /wp:paragraph -->','Duke and Duchess of Sussex told to \'lead by example\' on climate change','','publish','open','closed','','duke-and-duchess-of-sussex-told-to-lead-by-example-on-climate-change','','','2019-08-18 21:02:35','2019-08-19 02:02:35','',0,'https://buzz-caribbean.com/?p=4552',0,'post','',0),(4553,9,'2019-08-18 20:55:35','2019-08-19 01:55:35','','The Duke and Duchess of Sussex arrive on the yellow carpet at the European premiere of Disneys \"The Lion King\" on Sunday 14 July 2019','The Duke and Duchess of Sussex arrive on the yellow carpet at the European premiere of Disneys \"The Lion King\" on Sunday 14 July 2019 at ODEON LUXE Leicester Square, London. Prince Harry, The Duke of Sussex, Meghan, Duchess of Sussex. /LFI/Avalon. All usages must be credited Julie Edwards/LFI/Avalon.\nPicture by Julie Edwards/LFI/Avalon.\nAll usages must be credited Julie Edwards/LFI/Avalon.','inherit','open','closed','','the-duke-and-duchess-of-sussex-arrive-on-the-yellow-carpet-at-the-european-premiere-of-disneys-the-lion-king-on-sunday-14-july-2019','','','2019-08-18 21:00:38','2019-08-19 02:00:38','',4552,'https://buzz-caribbean.com/app/uploads/2019/08/duke-and-duchess.jpg',0,'attachment','image/jpeg',0),(4554,9,'2019-08-18 20:58:56','2019-08-19 01:58:56','<!-- wp:image {\"id\":4553} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/duke-and-duchess.jpg\" alt=\"\" class=\"wp-image-4553\" /><figcaption>Prince Harry, The Duke of Sussex, and Meghan, Duchess of Sussex, recently took a private jet to the south of France. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Duke and Duchess of Sussex have been urged to \"lead by example\" on environmental issues after taking a private jet to the south of France.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The royal duo took an environmentally-damaging flight to Nice two days after flying to Ibiza, Spain, and Labour MP Teresa Pearce has urged them to live up to their reputation as eco warriors by considering their carbon footprint.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The British politician told The Sun on Sunday newspaper: \"Given the position they have taken publicly about being responsible on climate change, this does seem an anomaly which they should look at.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"It\'s up to all of us to cut our carbon emissions, and the number of flights we take a year. That is really important - and someone as high profile as that should lead by example.<br> <br> \"I find this quite surprising because it doesn\'t fit with their public image and the way they\'re so concerned about the planet and the environment.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It\'s up to all of us to cut our carbon emissions, and the number of flights we take a year. </p><cite>— UK MP Teresa Pearce </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Earlier this year, the Duke warned of the dangers of climate change, urging the public to \"take action\" to lower their carbon footprint.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking in March, the royal - who has a three-month-old son called Archie with his wife – said: \"We now have the facts, the science, the technology and the ability to save not just our planet but ourselves. You don\'t just sit back and wait for solutions; you take action and create them.\"</p>\n<!-- /wp:paragraph -->','Duke and Duchess of Sussex told to \'lead by example\' on climate change','','inherit','closed','closed','','4552-revision-v1','','','2019-08-18 20:58:56','2019-08-19 01:58:56','',4552,'https://buzz-caribbean.com/article/4552-revision-v1/',0,'revision','',0),(4555,9,'2019-08-18 20:59:24','2019-08-19 01:59:24','<!-- wp:image {\"id\":4553} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/duke-and-duchess.jpg\" alt=\"\" class=\"wp-image-4553\" /><figcaption>Prince Harry, The Duke of Sussex, and Meghan, Duchess of Sussex, recently took a private jet to the south of France. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Duke and Duchess of Sussex have been urged to \"lead by example\" on environmental issues after taking a private jet to the south of France.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The royal duo took an environmentally-damaging flight to Nice two days after flying to Ibiza, Spain, and Labour MP Teresa Pearce has urged them to live up to their reputation as eco warriors by considering their carbon footprint.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It\'s up to all of us to cut our carbon emissions, and the number of flights we take a year. </p><cite>— UK MP Teresa Pearce </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The British politician told The Sun on Sunday newspaper: \"Given the position they have taken publicly about being responsible on climate change, this does seem an anomaly which they should look at.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"It\'s up to all of us to cut our carbon emissions, and the number of flights we take a year. That is really important - and someone as high profile as that should lead by example.<br> <br> \"I find this quite surprising because it doesn\'t fit with their public image and the way they\'re so concerned about the planet and the environment.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier this year, the Duke warned of the dangers of climate change, urging the public to \"take action\" to lower their carbon footprint.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking in March, the royal - who has a three-month-old son called Archie with his wife – said: \"We now have the facts, the science, the technology and the ability to save not just our planet but ourselves. You don\'t just sit back and wait for solutions; you take action and create them.\"</p>\n<!-- /wp:paragraph -->','Duke and Duchess of Sussex told to \'lead by example\' on climate change','','inherit','closed','closed','','4552-revision-v1','','','2019-08-18 20:59:24','2019-08-19 01:59:24','',4552,'https://buzz-caribbean.com/article/4552-revision-v1/',0,'revision','',0),(4557,4,'2019-08-18 21:20:09','2019-08-19 02:20:09','<!-- wp:paragraph -->\n<p>Actress Lena Waithe uses Instagram \"all day long\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She says she uses the social media platform to celebrate her friends and family and share in their good news.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4551} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lena.jpg\" alt=\"\" class=\"wp-image-4551\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I scroll through Instagram all day long.\'</p><cite>— Lena Waithe</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Westworld</strong> actress knows using the photo-sharing app can be \"unhealthy\" but she\'s learned to use it as a way to celebrate her friends and family and share in their good news.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She says: \"I scroll through Instagram all day long. For me, it\'s a way to stay informed and connect with people. I\'m not a person who thinks Instagram is a devil. I know it can be unhealthy, but I know how to compartmentalize. I love seeing the good news.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"As vicious as social media can be, my experience is that I always like to think, \'Oh my friend just got this movie\' or \'That person just got engaged.\' It\'s a great way for me to celebrate people and what they\'ve got going on.\"</p>\n<!-- /wp:paragraph -->','Think you\'re addicted to the gram? Take solace.','','inherit','closed','closed','','4550-revision-v1','','','2019-08-18 21:20:09','2019-08-19 02:20:09','',4550,'https://buzz-caribbean.com/article/4550-revision-v1/',0,'revision','',0),(4558,4,'2019-08-18 21:22:14','2019-08-19 02:22:14','<!-- wp:paragraph -->\n<p>A national squad will represent Jamaica in the Caribbean Region Table Tennis Federation (CRTTF) in the Caribbean Mini-Cadet (U-11) and pre-Cadet (U-13) Table Tennis Championship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The event will be held in Santo Domingo, in the Dominican Republic from August 21 to 26. The team is set to depart the island today. Eleven players will compete in the Under 13 and Under 11 categories against teams from Guyana, Barbados, Puerto Rico, Trinidad and Tobago and other countries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4543} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/table-tennis-team-1024x767.jpg\" alt=\"\" class=\"wp-image-4543\" /><figcaption>Tsenaye, Liana, Olivia and Neveah are pictured in this 2017 photo. The girls are part of the national squad. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Under 13 players are Azizi Johnson, Matthew Fung,\nRasheed Clarke and Jayden Ebanks for the Boys Team while the Girls are Tsenaye\nLewis, Olivia Petrekin, Liana Campbell and Nevaeh Scott. Under 11 players are\nGari Wythe, Nickoy Smith and one girl, Kira Scott.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Godfrey Lothian, president of the Table Tennis Jamaica (TTJ) says the team is short of approximately one million dollars to cover the costs of lodging, meals and incidentals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'We have potential Olympians among this crop, but they will never be all they can be if we do not support them.\'</p><cite>— Godfrey Lothian</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Traveling abroad to play is not a luxury, it is an essential part of gaining exposure as a way of raising the standard of play and inspiring the athletes to aim higher. We have potential Olympians among this crop, but they will never be all they can be if we do not support them with the right funding, training and exposure,” Lothian appealed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Companies and persons wishing to offer support to the team can contact Table Tennis Jamaica at <a href=\"mailto:tabletennisja@gmail.com\">tabletennisja@gmail.com</a> or 1876-616-9825.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.tabletennisja.com/national-teams/under-13/\",\"type\":\"wp-embed\",\"providerNameSlug\":\"table-tennis-jamaica\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-wp-embed is-provider-table-tennis-jamaica\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.tabletennisja.com/national-teams/under-13/\n</div></figure>\n<!-- /wp:embed -->','Table Tennis Jamaica needs $1 million to support team going to Caribbean tourney','','inherit','closed','closed','','4542-revision-v1','','','2019-08-18 21:22:14','2019-08-19 02:22:14','',4542,'https://buzz-caribbean.com/article/4542-revision-v1/',0,'revision','',0),(4560,4,'2019-08-18 21:29:26','2019-08-19 02:29:26','','table-tennis-team1','','inherit','open','closed','','table-tennis-team1','','','2019-08-18 21:29:26','2019-08-19 02:29:26','',4542,'https://buzz-caribbean.com/app/uploads/2019/08/table-tennis-team1.jpg',0,'attachment','image/jpeg',0),(4561,4,'2019-08-18 21:29:32','2019-08-19 02:29:32','<!-- wp:image {\"id\":4560} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/table-tennis-team1-1024x683.jpg\" alt=\"\" class=\"wp-image-4560\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A national squad will represent Jamaica in the Caribbean Region Table Tennis Federation (CRTTF) in the Caribbean Mini-Cadet (U-11) and pre-Cadet (U-13) Table Tennis Championship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The event will be held in Santo Domingo, in the Dominican Republic from August 21 to 26. The team is set to depart the island today. Eleven players will compete in the Under 13 and Under 11 categories against teams from Guyana, Barbados, Puerto Rico, Trinidad and Tobago and other countries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4543} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/table-tennis-team-1024x767.jpg\" alt=\"\" class=\"wp-image-4543\" /><figcaption>Tsenaye, Liana, Olivia and Neveah are pictured in this 2017 photo. The girls are part of the national squad. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Under 13 players are Azizi Johnson, Matthew Fung,\nRasheed Clarke and Jayden Ebanks for the Boys Team while the Girls are Tsenaye\nLewis, Olivia Petrekin, Liana Campbell and Nevaeh Scott. Under 11 players are\nGari Wythe, Nickoy Smith and one girl, Kira Scott.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Godfrey Lothian, president of the Table Tennis Jamaica (TTJ) says the team is short of approximately one million dollars to cover the costs of lodging, meals and incidentals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'We have potential Olympians among this crop, but they will never be all they can be if we do not support them.\'</p><cite>— Godfrey Lothian</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Traveling abroad to play is not a luxury, it is an essential part of gaining exposure as a way of raising the standard of play and inspiring the athletes to aim higher. We have potential Olympians among this crop, but they will never be all they can be if we do not support them with the right funding, training and exposure,” Lothian appealed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Companies and persons wishing to offer support to the team can contact Table Tennis Jamaica at <a href=\"mailto:tabletennisja@gmail.com\">tabletennisja@gmail.com</a> or 1876-616-9825.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.tabletennisja.com/national-teams/under-13/\",\"type\":\"wp-embed\",\"providerNameSlug\":\"table-tennis-jamaica\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-wp-embed is-provider-table-tennis-jamaica\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.tabletennisja.com/national-teams/under-13/\n</div></figure>\n<!-- /wp:embed -->','Table Tennis Jamaica needs $1 million to support team going to Caribbean tourney','','inherit','closed','closed','','4542-revision-v1','','','2019-08-18 21:29:32','2019-08-19 02:29:32','',4542,'https://buzz-caribbean.com/article/4542-revision-v1/',0,'revision','',0),(4562,4,'2019-08-18 21:30:30','2019-08-19 02:30:30','<!-- wp:image {\"id\":4560} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/table-tennis-team1-1024x683.jpg\" alt=\"\" class=\"wp-image-4560\" /><figcaption>The 11-member team scheduled to participate in the table tennis tournament.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A national squad will represent Jamaica in the Caribbean Region Table Tennis Federation (CRTTF) in the Caribbean Mini-Cadet (U-11) and pre-Cadet (U-13) Table Tennis Championship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The event will be held in Santo Domingo, in the Dominican Republic from August 21 to 26. The team is set to depart the island today. Eleven players will compete in the Under 13 and Under 11 categories against teams from Guyana, Barbados, Puerto Rico, Trinidad and Tobago and other countries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4543} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/table-tennis-team-1024x767.jpg\" alt=\"\" class=\"wp-image-4543\" /><figcaption>Tsenaye, Liana, Olivia and Neveah are pictured in this 2017 photo. The girls are part of the national squad. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Under 13 players are Azizi Johnson, Matthew Fung,\nRasheed Clarke and Jayden Ebanks for the Boys Team while the Girls are Tsenaye\nLewis, Olivia Petrekin, Liana Campbell and Nevaeh Scott. Under 11 players are\nGari Wythe, Nickoy Smith and one girl, Kira Scott.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Godfrey Lothian, president of the Table Tennis Jamaica (TTJ) says the team is short of approximately one million dollars to cover the costs of lodging, meals and incidentals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'We have potential Olympians among this crop, but they will never be all they can be if we do not support them.\'</p><cite>— Godfrey Lothian</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Traveling abroad to play is not a luxury, it is an essential part of gaining exposure as a way of raising the standard of play and inspiring the athletes to aim higher. We have potential Olympians among this crop, but they will never be all they can be if we do not support them with the right funding, training and exposure,” Lothian appealed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Companies and persons wishing to offer support to the team can contact Table Tennis Jamaica at <a href=\"mailto:tabletennisja@gmail.com\">tabletennisja@gmail.com</a> or 1876-616-9825.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.tabletennisja.com/national-teams/under-13/\",\"type\":\"wp-embed\",\"providerNameSlug\":\"table-tennis-jamaica\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-wp-embed is-provider-table-tennis-jamaica\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.tabletennisja.com/national-teams/under-13/\n</div></figure>\n<!-- /wp:embed -->','Table Tennis Jamaica needs $1 million to support team going to Caribbean tourney','','inherit','closed','closed','','4542-revision-v1','','','2019-08-18 21:30:30','2019-08-19 02:30:30','',4542,'https://buzz-caribbean.com/article/4542-revision-v1/',0,'revision','',0),(4563,21,'2019-08-18 23:16:52','2019-08-19 04:16:52','<!-- wp:image {\"id\":4564} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jay-z.jpg\" alt=\"\" class=\"wp-image-4564\" /><figcaption>Jay-Z to partner with the NFL.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jay-Z is to team up with the NFL for a music and social justice campaign that will see him involved with producing the Super Bowl halftime show. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>99 Problems</strong> hitmaker will be the sports league\'s \"live music entertainment strategist\" as part of the partnership with his company Roc Nation. He will also be working with them on their <strong>Inspire Change</strong> activism campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jay-Z told the New York Times newspaper: \"The NFL has a great big platform, and it has to be all-inclusive. They were willing to do some things, to make some changes, that we can do some good.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> As part of the partnership, the 49-year-old rapper will be involved in selecting and producing the Super Bowl halftime performance, despite recently slamming the NFL in his song \'<strong>Apes**t</strong>\', in which he rapped about turning down the coveted show in solidarity of Colin Kaepernick, whose take-the-knee protest at racial inequality saw him ousted from the league.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \'We want people to come in and tell us what we can do better.\'</p><cite> —Roger Goodell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>But despite his criticism, NFL bosses think Jay-Z will be an ideal partner because they are looking for people who will hold them to account. Roger Goodell, NFL commissioner, said: \"We don\'t want people to come in and necessarily agree with us; we want people to come in and tell us what we can do better.\"</p>\n<!-- /wp:paragraph -->','Jay-Z to produce NFL halftime show','','publish','open','closed','','jay-z-to-produce-nfl-halftime-show','','','2019-08-18 23:16:53','2019-08-19 04:16:53','',0,'https://buzz-caribbean.com/?p=4563',0,'post','',0),(4564,4,'2019-08-18 23:13:24','2019-08-19 04:13:24','','jay-z','','inherit','open','closed','','jay-z','','','2019-08-18 23:13:24','2019-08-19 04:13:24','',4563,'https://buzz-caribbean.com/app/uploads/2019/08/jay-z.jpg',0,'attachment','image/jpeg',0),(4565,4,'2019-08-18 23:16:52','2019-08-19 04:16:52','<!-- wp:image {\"id\":4564} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jay-z.jpg\" alt=\"\" class=\"wp-image-4564\" /><figcaption>Jay-Z to partner with the NFL.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jay-Z is to team up with the NFL for a music and social justice campaign that will see him involved with producing the Super Bowl halftime show. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>99 Problems</strong> hitmaker will be the sports league\'s \"live music entertainment strategist\" as part of the partnership with his company Roc Nation. He will also be working with them on their <strong>Inspire Change</strong> activism campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jay-Z told the New York Times newspaper: \"The NFL has a great big platform, and it has to be all-inclusive. They were willing to do some things, to make some changes, that we can do some good.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> As part of the partnership, the 49-year-old rapper will be involved in selecting and producing the Super Bowl halftime performance, despite recently slamming the NFL in his song \'<strong>Apes**t</strong>\', in which he rapped about turning down the coveted show in solidarity of Colin Kaepernick, whose take-the-knee protest at racial inequality saw him ousted from the league.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \'We want people to come in and tell us what we can do better.\'</p><cite> —Roger Goodell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>But despite his criticism, NFL bosses think Jay-Z will be an ideal partner because they are looking for people who will hold them to account. Roger Goodell, NFL commissioner, said: \"We don\'t want people to come in and necessarily agree with us; we want people to come in and tell us what we can do better.\"</p>\n<!-- /wp:paragraph -->','Jay-Z to produce NFL halftime show','','inherit','closed','closed','','4563-revision-v1','','','2019-08-18 23:16:52','2019-08-19 04:16:52','',4563,'https://buzz-caribbean.com/article/4563-revision-v1/',0,'revision','',0),(4566,4,'2019-08-19 07:56:16','2019-08-19 12:56:16','<!-- wp:image {\"id\":4538} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Notnice-and-jade-1024x683.jpg\" alt=\"\" class=\"wp-image-4538\" /><figcaption>Acclaimed Producer Notnice address the audience at the launch of his album King Midas. Looking on is media personality Jade. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Billboard acclaimed producer Ainsley ‘Notnice’ Morris has come up trumps with his album <strong>King Midas</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He has teamed with a string of artiste on the 18-track album. <strong>King Midas</strong> features tracks from Bounty Killer, Dexta Dapps, Agent Sasco, Teejay, Gage, Sean Paul, Jahvinci, Nardia Mothersill, Rhygin King and Popcaan among others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'It was not about a juggling approach but to give the international audience a better flavor.\'</p><cite>— Notnice</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Songs on the album have their own instrumental accompaniment. This means every song has its own rhythm, which is a deviation from the long-practiced ‘juggling’ type productions that see all artistes on one rhythm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4436} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bounty-Killer-and-notnice-1024x683.jpg\" alt=\"\" class=\"wp-image-4436\" /><figcaption>Bounty Killer is one of the many artistes featured on Notnice\'s King Midas album.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The project was one that we thought could work if we changed the script. It was not about a juggling approach but to give the international audience a better flavour,” Notnice said about the album launched at the Reggae Mill at Devon House recently. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>One Genera</strong>l single by Bounty Killer and Popcaan’s remake of the Garnet Silk classic <strong>New Found Love</strong> are noticeable standouts as is <strong>Wicked Ga</strong>l by Dexta Dapps and the effort by the upcoming Mothersill.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4539} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tessellated-22-1024x683.jpg\" alt=\"\" class=\"wp-image-4539\" /><figcaption>Tessellated also appears on King Midas.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Director of OneRPM, Martin Pryce, was happy to be associated with the project. “OneRPM has always known of the great creative talent that comes out of Jamaica and the Caribbean in general and we are happy to be associated with the King Midas project,” Martin said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the sound of it, Notnice has turned another project into gold with his King Midas touch.</p>\n<!-- /wp:paragraph -->','Notnice displays his golden touch with King Midas','','inherit','closed','closed','','4537-revision-v1','','','2019-08-19 07:56:16','2019-08-19 12:56:16','',4537,'https://buzz-caribbean.com/article/4537-revision-v1/',0,'revision','',0),(4567,4,'2019-08-19 08:09:22','2019-08-19 13:09:22','','Tessellated Featured Image','','inherit','open','closed','','tessellated-featured-image','','','2019-08-19 08:09:22','2019-08-19 13:09:22','',0,'https://buzz-caribbean.com/app/uploads/2019/08/tessellated-featured-image.jpg',0,'attachment','image/jpeg',0),(4568,4,'2019-08-19 08:16:14','2019-08-19 13:16:14','','Table Tennis Team Featured Image','','inherit','open','closed','','table-tennis-team-featured-image-2','','','2019-08-19 08:16:14','2019-08-19 13:16:14','',0,'https://buzz-caribbean.com/app/uploads/2019/08/table-tennis-team-featured-image-1.jpg',0,'attachment','image/jpeg',0),(4569,21,'2019-08-19 09:02:55','2019-08-19 14:02:55','<!-- wp:image {\"id\":4571} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lamar-and-sabrina-2-819x1024.jpg\" alt=\"\" class=\"wp-image-4571\" /><figcaption>Lamar Odom\'s girlfriend has banned him from watching porn and has changed his diet.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lamar Odom\'s new girlfriend Sabrina Parr has banned Lamar from watching pornography and she believes it has improved their \"intimacy\".<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The former NBA player\'s new girlfriend Sabrina Parr revealed she has banned Lamar from watching pornography and she believes it has improved their \"intimacy\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'You can\'t watch porn if you\'re a sex addict and have a healthy life.\'</p><cite>— Sabrina Parr</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\nSpeaking to TMZ, she said: \"He doesn\'t do that anymore. He was a sex addict, you can\'t watch porn if you\'re a sex addict and have a healthy life. Or be with me, so... It\'s been maybe about a month. It\'s improved our intimacy because it\'s just us now.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sarbrina also revealed she has put the 39-year-old sportsman on a strict diet and exercise regime. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4572} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lamar-and-sabrina-1024x1024.jpg\" alt=\"\" class=\"wp-image-4572\" /><figcaption>Lamar Odem and girlfriend Sabrina Parr</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\nShe said: \"He\'s doing a mile run in the morning, he\'s working out. We\'re changing his palate, he\'s eating different things now, drinking more water. I cut dairy out of his diet.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> The 32-year-old life coach Sabrina was recently asked why she decided to pursue a relationship with Lamar considering his previous problems, including a struggle with drug, alcohol and sex addiction and a near-fatal overdose in a brothel in 2015 but Sabrina insisted the \"pain and the drama\" had come at a different time in his life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> She said: \"I wasn\'t attracted to the pain and the drama. You have to meet people where they are. He was never in a position to be someone\'s husband, you know? He was sick. He needed to heal. He needed to grieve. He experienced a lot of losses. And he never had time to go through that.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lamar was previously married to Khloe Kardashian from 2009 to 2013 but they split due to a combination of his addictions and infidelity. </p>\n<!-- /wp:paragraph -->','Lamar Odom\'s girlfriend forces him to quit watching porn','','publish','open','closed','','lamar-odom-girlfriend-forces-him-to-quit-watching-porn','','','2019-08-19 09:44:36','2019-08-19 14:44:36','',0,'https://buzz-caribbean.com/?p=4569',0,'post','',0),(4571,4,'2019-08-19 08:55:41','2019-08-19 13:55:41','','lamar-and-sabrina-2','','inherit','open','closed','','lamar-and-sabrina-2','','','2019-08-19 08:55:41','2019-08-19 13:55:41','',4569,'https://buzz-caribbean.com/app/uploads/2019/08/lamar-and-sabrina-2.jpg',0,'attachment','image/jpeg',0),(4572,4,'2019-08-19 08:57:19','2019-08-19 13:57:19','','lamar-and-sabrina','','inherit','open','closed','','lamar-and-sabrina','','','2019-08-19 08:57:19','2019-08-19 13:57:19','',4569,'https://buzz-caribbean.com/app/uploads/2019/08/lamar-and-sabrina.jpg',0,'attachment','image/jpeg',0),(4573,4,'2019-08-19 08:59:18','2019-08-19 13:59:18','<!-- wp:image {\"id\":4571} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lamar-and-sabrina-2-819x1024.jpg\" alt=\"\" class=\"wp-image-4571\" /><figcaption>Lamar Odom\'s girlfriend has banned him from watching porn and has changed his diet.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lamar Odom\'s new girlfriend Sabrina Parr has banned Lamar from watching pornography and she believes it has improved their \"intimacy\".<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The former NBA player\'s new girlfriend Sabrina Parr revealed she has banned Lamar from watching pornography and she believes it has improved their \"intimacy\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'You can\'t watch porn if you\'re a sex addict and have a healthy life.\'</p><cite>— Sabrina Parr</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\nSpeaking to TMZ, she said: \"He doesn\'t do that anymore. He was a sex addict, you can\'t watch porn if you\'re a sex addict and have a healthy life. Or be with me, so... It\'s been maybe about a month. It\'s improved our intimacy because it\'s just us now.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sarbrina also revealed she has put the 39-year-old sportsman on a strict diet and exercise regime. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4572} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lamar-and-sabrina-1024x1024.jpg\" alt=\"\" class=\"wp-image-4572\" /><figcaption>Lamar Odem and girlfriend Sabrina Parr</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\nShe said: \"He\'s doing a mile run in the morning, he\'s working out. We\'re changing his palate, he\'s eating different things now, drinking more water. I cut dairy out of his diet.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> The 32-year-old life coach Sabrina was recently asked why she decided to pursue a relationship with Lamar considering his previous problems, including a struggle with drug, alcohol and sex addiction and a near-fatal overdose in a brothel in 2015 but Sabrina insisted the \"pain and the drama\" had come at a different time in his life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> She said: \"I wasn\'t attracted to the pain and the drama. You have to meet people where they are. He was never in a position to be someone\'s husband, you know? He was sick. He needed to heal. He needed to grieve. He experienced a lot of losses. And he never had time to go through that.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lamar was previously married to Khloe Kardashian from 2009 to 2013 but they split due to a combination of his addictions and infidelity. </p>\n<!-- /wp:paragraph -->','Lamar Odom girlfriend forces him to quit watching porn','','inherit','closed','closed','','4569-revision-v1','','','2019-08-19 08:59:18','2019-08-19 13:59:18','',4569,'https://buzz-caribbean.com/article/4569-revision-v1/',0,'revision','',0),(4574,4,'2019-08-19 09:02:10','2019-08-19 14:02:10','','Lamar And Sabrina Featured Image','','inherit','open','closed','','lamar-and-sabrina-featured-image','','','2019-08-19 09:02:10','2019-08-19 14:02:10','',0,'https://buzz-caribbean.com/app/uploads/2019/08/lamar-and-sabrina-featured-image.jpg',0,'attachment','image/jpeg',0),(4577,21,'2019-08-19 09:52:41','2019-08-19 14:52:41','<!-- wp:image {\"id\":4578} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dwayne-The-Rock-Johnson-wedding.jpg\" alt=\"\" class=\"wp-image-4578\" /><figcaption>Dwayne Johnson and Lauren Hashian tied the knot in Hawaii on the weekend. (Photos: Instagram/ #dwaynejohnson)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Rock has revealed that he tied the knot with his longtime partner Lauren Hashian in a secret ceremony in Hawaii over the weekend.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 47-year-old actor,  whose real name is Dwayne Johnson, tied the knot with his longtime partner Lauren Hashian in a secret ceremony in Hawaii on Sunday. He took to Instagram to share some stunning pictures of himself and his new bride and wrote: \"We do. August 18th, 2019. Hawaii. Pōmaikaʻi (blessed).\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dwayne and Lauren — who have daughters Jasmine, three, and Tiana, 15 months, together — have been a couple since 2007. They were previously due to marry in 2018 but postponed their wedding plans after Lauren fell pregnant with Tiana. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4579} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dwayne-johnson-weds.jpg\" alt=\"\" class=\"wp-image-4579\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Rock previously spoke about the delay, saying: \"We were going to get married in the spring and we got pregnant. Lauren felt like, well, you know, mama [doesn\'t want] to take pictures being pregnant in a wedding dress, so we\'re just going to wait and not quite sure when, but I know it\'s going to happen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"The great thing with Lauren is she\'s such a rock star. She\'s just like, \'It\'s alright, whenever it\'s going to happen we\'re going to make it work.\'\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The actor also has daughter Simone, 18, from his first marriage to producer Dany Garcia, who now works as his manager.</p>\n<!-- /wp:paragraph -->','The Rock weds in secret ceremony','','publish','open','closed','','the-rock-weds-in-secret-ceremony','','','2019-08-19 09:55:07','2019-08-19 14:55:07','',0,'https://buzz-caribbean.com/?p=4577',0,'post','',0),(4578,4,'2019-08-19 09:33:05','2019-08-19 14:33:05','','Dwayne-The-Rock-Johnson-wedding','','inherit','open','closed','','dwayne-the-rock-johnson-wedding','','','2019-08-19 09:33:05','2019-08-19 14:33:05','',4577,'https://buzz-caribbean.com/app/uploads/2019/08/Dwayne-The-Rock-Johnson-wedding.jpg',0,'attachment','image/jpeg',0),(4579,4,'2019-08-19 09:35:48','2019-08-19 14:35:48','','dwayne-johnson-weds','','inherit','open','closed','','dwayne-johnson-weds','','','2019-08-19 09:35:48','2019-08-19 14:35:48','',4577,'https://buzz-caribbean.com/app/uploads/2019/08/dwayne-johnson-weds.jpg',0,'attachment','image/jpeg',0),(4580,6,'2019-08-19 09:44:36','2019-08-19 14:44:36','<!-- wp:image {\"id\":4571} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lamar-and-sabrina-2-819x1024.jpg\" alt=\"\" class=\"wp-image-4571\" /><figcaption>Lamar Odom\'s girlfriend has banned him from watching porn and has changed his diet.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lamar Odom\'s new girlfriend Sabrina Parr has banned Lamar from watching pornography and she believes it has improved their \"intimacy\".<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The former NBA player\'s new girlfriend Sabrina Parr revealed she has banned Lamar from watching pornography and she believes it has improved their \"intimacy\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'You can\'t watch porn if you\'re a sex addict and have a healthy life.\'</p><cite>— Sabrina Parr</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\nSpeaking to TMZ, she said: \"He doesn\'t do that anymore. He was a sex addict, you can\'t watch porn if you\'re a sex addict and have a healthy life. Or be with me, so... It\'s been maybe about a month. It\'s improved our intimacy because it\'s just us now.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sarbrina also revealed she has put the 39-year-old sportsman on a strict diet and exercise regime. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4572} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lamar-and-sabrina-1024x1024.jpg\" alt=\"\" class=\"wp-image-4572\" /><figcaption>Lamar Odem and girlfriend Sabrina Parr</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\nShe said: \"He\'s doing a mile run in the morning, he\'s working out. We\'re changing his palate, he\'s eating different things now, drinking more water. I cut dairy out of his diet.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> The 32-year-old life coach Sabrina was recently asked why she decided to pursue a relationship with Lamar considering his previous problems, including a struggle with drug, alcohol and sex addiction and a near-fatal overdose in a brothel in 2015 but Sabrina insisted the \"pain and the drama\" had come at a different time in his life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> She said: \"I wasn\'t attracted to the pain and the drama. You have to meet people where they are. He was never in a position to be someone\'s husband, you know? He was sick. He needed to heal. He needed to grieve. He experienced a lot of losses. And he never had time to go through that.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lamar was previously married to Khloe Kardashian from 2009 to 2013 but they split due to a combination of his addictions and infidelity. </p>\n<!-- /wp:paragraph -->','Lamar Odom\'s girlfriend forces him to quit watching porn','','inherit','closed','closed','','4569-revision-v1','','','2019-08-19 09:44:36','2019-08-19 14:44:36','',4569,'https://buzz-caribbean.com/article/4569-revision-v1/',0,'revision','',0),(4581,4,'2019-08-19 09:45:00','2019-08-19 14:45:00','<!-- wp:image {\"id\":4578} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dwayne-The-Rock-Johnson-wedding.jpg\" alt=\"\" class=\"wp-image-4578\" /><figcaption>Dwayne Johnson and Lauren Hashian tied the knot in Hawaii on the weekend. (Photos: Instagram/ #dwaynejohnson)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Rock has revealed that he tied the knot with his longtime partner Lauren Hashian in a secret ceremony in Hawaii over the weekend.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 47-year-old actor,  whose real name is Dwayne Johnson, tied the knot with his longtime partner Lauren Hashian in a secret ceremony in Hawaii on Sunday. He took to Instagram to share some stunning pictures of himself and his new bride and wrote: \"We do. August 18th, 2019. Hawaii. Pōmaikaʻi (blessed).\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dwayne and Lauren — who have daughters Jasmine, three, and Tiana, 15 months, together — have been a couple since 2007. They were previously due to marry in 2018 but postponed their wedding plans after Lauren fell pregnant with Tiana. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4579} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dwayne-johnson-weds.jpg\" alt=\"\" class=\"wp-image-4579\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Rock previously spoke about the delay, saying: \"We were going to get married in the spring and we got pregnant. Lauren felt like, well, you know, mama [doesn\'t want] to take pictures being pregnant in a wedding dress, so we\'re just going to wait and not quite sure when, but I know it\'s going to happen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"The great thing with Lauren is she\'s such a rock star. She\'s just like, \'It\'s alright, whenever it\'s going to happen we\'re going to make it work.\'\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The actor also has daughter Simone, 18, from his first marriage to producer Dany Garcia, who now works as his manager.</p>\n<!-- /wp:paragraph -->','The Rock weds in secret ceremony','','inherit','closed','closed','','4577-revision-v1','','','2019-08-19 09:45:00','2019-08-19 14:45:00','',4577,'https://buzz-caribbean.com/article/4577-revision-v1/',0,'revision','',0),(4582,4,'2019-08-19 09:48:50','2019-08-19 14:48:50','','Dwayne Johnson Weds Featured Image','','inherit','open','closed','','dwayne-johnson-weds-featured-image','','','2019-08-19 09:48:50','2019-08-19 14:48:50','',0,'https://buzz-caribbean.com/app/uploads/2019/08/dwayne-johnson-weds-featured-image.jpg',0,'attachment','image/jpeg',0),(4583,23,'2019-08-19 09:57:59','2019-08-19 14:57:59','<!-- wp:image {\"id\":4584} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/66815740_128497198418518_8646632185253156548_n.jpg\" alt=\"\" class=\"wp-image-4584\" /><figcaption>Alkaline performing at World Vibes earlier this month. (Photos: Instagram @manhimselff)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Following a successful performance at World Vibes that\nwas held during this year’s Dream Weekend in Negril, Jamaica, Alkaline has been\nreleasing a slew of songs for his fans. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Mama Pray</strong> that was produced by DJ Frass on his \'AMG\' Rhythm is a favourite. The song highlights the protection that one’s mother can provide through prayer. “<em>Me feel seh a di prayer weh mama pray… mek di enemy dem cyaan tan up inna me way</em>,” Alkaline deejays in the song.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4585} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/53109632_392891618191912_7169011948174278364_n-819x1024.jpg\" alt=\"\" class=\"wp-image-4585\" /><figcaption>Alkaline\'s <strong>With The Thing</strong> has been creating a buzz in the dancehall space. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the same steady path, he released another single called\n<strong>Nothing Nuh Change</strong> that was produced by New Era Productions. Like\nsome of his other tracks, Alkaline continues to remind fans and detractors of\nhis musical abilities. He followed that release with <strong>Elite Only</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But the track that has really been creating the buzz is<strong> With The Thing </strong>that was released in March. It was produced by<strong> </strong>Cr203 Records, and it has been resonating well with music lovers. On August 13, a music video for the single was uploaded to Alkaline’s YouTube channel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— Written by Shania Hanchard</p>\n<!-- /wp:paragraph -->','Alkaline pleases fans with new tracks','','publish','open','closed','','alkaline-pleases-fans-with-new-tracks','','','2019-08-19 09:58:00','2019-08-19 14:58:00','',0,'https://buzz-caribbean.com/?p=4583',0,'post','',0),(4584,9,'2019-08-19 09:53:18','2019-08-19 14:53:18','','66815740_128497198418518_8646632185253156548_n','','inherit','open','closed','','66815740_128497198418518_8646632185253156548_n','','','2019-08-19 09:53:18','2019-08-19 14:53:18','',4583,'https://buzz-caribbean.com/app/uploads/2019/08/66815740_128497198418518_8646632185253156548_n.jpg',0,'attachment','image/jpeg',0),(4585,9,'2019-08-19 09:53:52','2019-08-19 14:53:52','','53109632_392891618191912_7169011948174278364_n','','inherit','open','closed','','53109632_392891618191912_7169011948174278364_n','','','2019-08-19 09:53:52','2019-08-19 14:53:52','',4583,'https://buzz-caribbean.com/app/uploads/2019/08/53109632_392891618191912_7169011948174278364_n.jpg',0,'attachment','image/jpeg',0),(4587,13,'2019-08-19 10:29:42','2019-08-19 15:29:42','','Tracks and Records Str8 Jerk','','publish','closed','closed','','tracks-and-records-str8-jerk','','','2019-08-19 10:50:51','2019-08-19 15:50:51','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=4587',0,'out','',0),(4588,9,'2019-08-19 09:57:59','2019-08-19 14:57:59','<!-- wp:image {\"id\":4584} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/66815740_128497198418518_8646632185253156548_n.jpg\" alt=\"\" class=\"wp-image-4584\" /><figcaption>Alkaline performing at World Vibes earlier this month. (Photos: Instagram @manhimselff)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Following a successful performance at World Vibes that\nwas held during this year’s Dream Weekend in Negril, Jamaica, Alkaline has been\nreleasing a slew of songs for his fans. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Mama Pray</strong> that was produced by DJ Frass on his \'AMG\' Rhythm is a favourite. The song highlights the protection that one’s mother can provide through prayer. “<em>Me feel seh a di prayer weh mama pray… mek di enemy dem cyaan tan up inna me way</em>,” Alkaline deejays in the song.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4585} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/53109632_392891618191912_7169011948174278364_n-819x1024.jpg\" alt=\"\" class=\"wp-image-4585\" /><figcaption>Alkaline\'s <strong>With The Thing</strong> has been creating a buzz in the dancehall space. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the same steady path, he released another single called\n<strong>Nothing Nuh Change</strong> that was produced by New Era Productions. Like\nsome of his other tracks, Alkaline continues to remind fans and detractors of\nhis musical abilities. He followed that release with <strong>Elite Only</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But the track that has really been creating the buzz is<strong> With The Thing </strong>that was released in March. It was produced by<strong> </strong>Cr203 Records, and it has been resonating well with music lovers. On August 13, a music video for the single was uploaded to Alkaline’s YouTube channel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— Written by Shania Hanchard</p>\n<!-- /wp:paragraph -->','Alkaline pleases fans with new tracks','','inherit','closed','closed','','4583-revision-v1','','','2019-08-19 09:57:59','2019-08-19 14:57:59','',4583,'https://buzz-caribbean.com/article/4583-revision-v1/',0,'revision','',0),(4589,23,'2019-08-19 10:40:58','2019-08-19 15:40:58','<!-- wp:image {\"id\":4594} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/underwear-thong-1024x668.jpg\" alt=\"\" class=\"wp-image-4594\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fads come and go, but the thong seems like it is here to stay, and so is the fact that some women wear it even when it uncovers more crack than Harlem! This tiny scrap of fabric is the stuff men have lost their careers over, as well as their marriages since it has the unfortunate habit of turning up in men’s pocket unannounced or beneath the front passenger seat of the family minivan. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Songs have been written about it, and every woman with a ‘penis appointment’\nhas one in her goodie bag of tricks. But is it true that no matter the size,\nevery woman should wear one? As\nwith everything, there are pros and cons to consider. Should being cute outweigh\ncommon sense?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The plus side for thong wearers is that no panty line shows under your cute little dress, and it does not ‘bunch up’. On top of that, it can make you feel sexy, and it is a good boost to one’s self-esteem, which can never a bad thing. In a nice hip-hugging pair of jeans, ‘granny panties’ are not even an option even as your buttocks literally consume that little strip of material. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4595} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/underwear-thong-B-1024x683.jpg\" alt=\"\" class=\"wp-image-4595\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Having said all of that, the thong is\nnot made for everyone. Do not let Sisqo and his cheesy hit song fool you. No\none wants to see a thong on a 300-pound woman because one size does not fit\nall!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let’s be frank, a thong might not always be practical, neither is it comfortable. It can ride up into places that normally do not see sunlight and make walking around an uneasy task. Add to this the fact that depending on the material, you can even start having gynaecological issues because of it. Non-breathable fabric can result in moisture, leading to a shift in your vagina’s pH and an increase in yeast and irritation. Not cool, and definitely not sexy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What is also not cool is how it can get all up in your ‘business’. For some women, this leads to chafing and redness. If this was not enough of a deterrent, consider what happens when you do a ‘number two’ and do not wipe well enough. With a thong, this is even more cause for concern. When shopping for underwear, ladies, it should be practical as well as pretty. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <em>Written by C.W.&nbsp; </em></p>\n<!-- /wp:paragraph -->','The great thong debate: Should being cute outweigh common sense?','','publish','open','closed','','the-great-thong-debate-should-being-cute-outweigh-common-sense','','','2019-08-22 12:14:12','2019-08-22 17:14:12','',0,'https://buzz-caribbean.com/?p=4589',0,'post','',0),(4590,13,'2019-08-19 10:09:44','2019-08-19 15:09:44','','Tracks And Records Jerk','','inherit','open','closed','','tracks-and-records-jerk','','','2019-08-19 10:09:44','2019-08-19 15:09:44','',4587,'https://buzz-caribbean.com/app/uploads/2019/08/tracks-and-records-Jerk.jpg',0,'attachment','image/jpeg',0),(4591,13,'2019-08-19 10:33:43','2019-08-19 15:33:43','','Tracks And Records Jerk','','inherit','open','closed','','tracks-and-records-jerk-2','','','2019-08-19 10:33:43','2019-08-19 15:33:43','',4587,'https://buzz-caribbean.com/app/uploads/2019/08/tracks-and-records-Jerk-1.jpg',0,'attachment','image/jpeg',0),(4592,13,'2019-08-19 10:34:13','2019-08-19 15:34:13','','Tracks And Rcords','','inherit','open','closed','','tracks-and-rcords','','','2019-08-19 10:34:13','2019-08-19 15:34:13','',4587,'https://buzz-caribbean.com/app/uploads/2019/08/tracks-and-rcords.png',0,'attachment','image/png',0),(4593,13,'2019-08-19 10:35:32','2019-08-19 15:35:32','','Jamaica Tracks And Record Logo 2','','inherit','open','closed','','jamaica-tracks-and-record-logo-2','','','2019-08-19 10:35:32','2019-08-19 15:35:32','',4587,'https://buzz-caribbean.com/app/uploads/2019/08/jamaica-tracks-and-record-logo-2.jpg',0,'attachment','image/jpeg',0),(4594,9,'2019-08-19 10:37:57','2019-08-19 15:37:57','','underwear-thong','','inherit','open','closed','','underwear-thong','','','2019-08-19 10:37:57','2019-08-19 15:37:57','',4589,'https://buzz-caribbean.com/app/uploads/2019/08/underwear-thong.jpg',0,'attachment','image/jpeg',0),(4595,9,'2019-08-19 10:38:37','2019-08-19 15:38:37','','underwear-thong-B','','inherit','open','closed','','underwear-thong-b','','','2019-08-19 10:38:37','2019-08-19 15:38:37','',4589,'https://buzz-caribbean.com/app/uploads/2019/08/underwear-thong-B.jpg',0,'attachment','image/jpeg',0),(4596,9,'2019-08-19 10:39:04','2019-08-19 15:39:04','<!-- wp:image {\"id\":4594} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/underwear-thong-1024x668.jpg\" alt=\"\" class=\"wp-image-4594\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fads come and go, but the thong seems like it is here to stay, and so is the fact that some women wear it even when it uncovers more crack than Harlem! This tiny scrap of fabric is the stuff men have lost their careers over, as well as their marriages since it has the unfortunate habit of turning up in men’s pocket unannounced or beneath the front passenger seat of the family minivan. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Songs have been written about it, and every woman with a ‘penis appointment’\nhas one in her goodie bag of tricks. But is it true that no matter the size,\nevery woman should wear one? As\nwith everything, there are pros and cons to consider. Should being cute outweigh\ncommon sense?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The plus side for thong wearers is that no panty line shows under your cute little dress, and it does not ‘bunch up’. On top of that, it can make you feel sexy, and it is a good boost to one’s self-esteem, which can never a bad thing. In a nice hip-hugging pair of jeans, ‘granny panties’ are not even an option even as your buttocks literally consume that little strip of material. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4595} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/underwear-thong-B-1024x683.jpg\" alt=\"\" class=\"wp-image-4595\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Having said all of that, the thong is\nnot made for everyone. Do not let Sisqo and his cheesy hit song fool you. No\none wants to see a thong on a 300-pound woman because one size does not fit\nall!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let’s be frank, a thong on a plus-sized woman is not practical, neither is it comfortable. It will ride up into places that normally do not see sunlight and make walking around an uneasy task. Add to this the fact that depending on the material, you can even start having gynaecological issues because of it. Non-breathable fabric can result in moisture, leading to a shift in your vagina’s pH and an increase in yeast and irritation. Not cool, and definitely not sexy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What is also not cool is how it can get all up in your ‘business’. For some women, this leads to chafing and redness. If this was not enough of a deterrent, consider what happens when you do a ‘number two’ and do not wipe well enough. With a thong, this is even more cause for concern. When shopping for underwear, ladies, it should be practical as well as pretty. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <em>Written by C.W.  </em></p>\n<!-- /wp:paragraph -->','The great thong debate: Should being cute outweigh common sense?','','inherit','closed','closed','','4589-revision-v1','','','2019-08-19 10:39:04','2019-08-19 15:39:04','',4589,'https://buzz-caribbean.com/article/4589-revision-v1/',0,'revision','',0),(4597,13,'2019-08-19 10:44:44','2019-08-19 15:44:44','','Tracks Burger','','inherit','open','closed','','tracks-burger','','','2019-08-19 10:44:44','2019-08-19 15:44:44','',4587,'https://buzz-caribbean.com/app/uploads/2019/08/tracks-burger.jpg',0,'attachment','image/jpeg',0),(4598,21,'2019-08-19 12:42:28','2019-08-19 17:42:28','<!-- wp:image {\"id\":4611} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Couple-Hurt-1.jpg\" alt=\"\" class=\"wp-image-4611\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You come home with the children from visiting relatives in the country and as usual, your husband who stayed back left the place like a pigsty. You just sigh, drop your bags and start washing up the dishes and then tidying up the living room. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you start fluffing the cushion, a slip of white paper pops out and instead of simply throwing it away like an old receipt, you instead read it and your world as you know it falls apart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The receipt is from a pharmacy for a pack of condoms and of course, you and your husband have not used condoms since the early phase of your relationship years ago. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4618} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/condom-BUZZ-1024x705.jpg\" alt=\"\" class=\"wp-image-4618\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You sit down stunned as you are rocked by this betrayal. Anger and hurt battle for supremacy but as you try to think, you also wonder at the long road ahead. Was it a one-time indiscretion? Can you forgive him and move on? Can your marriage survive this latest blow and still remain whole?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4619} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cheating-Partner-BUZZ-1024x535.jpg\" alt=\"\" class=\"wp-image-4619\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The answer is different for every individual.  No one can answer that question for you as you alone can comprehend if the vows you take are rules that you intend to live by. Obviously, he broke them but broken vows and promises do not necessarily mean a completely broken marriage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Broken vows and promises do not necessarily mean a completely broken marriage. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The big misconception is that an affair only occurs in\nunhappy marriages. A relationship where one party is unhappy or emotionally\ndistant may make the chances more likely but people ‘step out’ of good\nmarriages as well and their partner may be just as blindsided.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4620} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sidechick-Cheating.jpg\" alt=\"\" class=\"wp-image-4620\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Also, people may think they have forgiven but deep down they have not. They may not want to break up the family because of the impact on the children so they stick it out, but that deep-seated resentment is there, may fester and evolve into bitterness. Usually, when people bicker about household chores and such, the issue really has nothing to do with dirty dishes or why you did not cook last week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>They stick it out but that deep-seated resentment is there.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Yes, marriages can survive infidelity but it is best that you seek professional intervention because it will not be easy. There will be bad days of tears, anger, depression and the whole host of emotions on both sides long before the healing process can start. Trusting the partner again will be a major hurdle plus the one who did the cheating has to take responsibility for his or her actions and not deflect. The aggrieved party also needs to see where they possibly dropped the ball and pushed their spouse away.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4624} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Couple-Being-Counselled.jpg\" alt=\"\" class=\"wp-image-4624\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Trusting the partner again will be a major hurdle.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Though it seems farfetched, marriages can not only survive but thrive and become better if both individuals commit to learning new emotional skill sets. They have to develop a new way of interacting and communicating. Honesty has to be a priority even if what the other person is saying may hurt. It is best you listen and realise that they are not saying things to be hurtful, they are expressing how they feel and feelings are not always sweet and pleasant. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4632} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Talking-To-Each-Other-1024x576.jpeg\" alt=\"\" class=\"wp-image-4632\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sometimes things about your partner may irk or annoy you and by staying silent they never know and so are not able to fix it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fixing your marriage will not be easy but it should be worth it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Story written by C.W.</em></strong></p>\n<!-- /wp:paragraph -->','Can a marriage survive cheating?','','publish','open','closed','','can-a-marriage-survive-cheating','','','2019-08-19 12:42:29','2019-08-19 17:42:29','',0,'https://buzz-caribbean.com/?p=4598',0,'post','',0),(4599,9,'2019-08-19 10:56:34','2019-08-19 15:56:34','<!-- wp:image {\"id\":4538} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Notnice-and-jade-1024x683.jpg\" alt=\"\" class=\"wp-image-4538\" /><figcaption>Acclaimed Producer Notnice address the audience at the launch of his album King Midas. Looking on is media personality Jade. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Billboard acclaimed producer Ainsley ‘Notnice’ Morris has come up trumps with his album <strong>King Midas</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He has teamed with a string of artiste on the 18-track album. <strong>King Midas</strong> features tracks from Bounty Killer, Dexta Dapps, Agent Sasco, Teejay, Gage, Sean Paul, Jahvinci, Nardia Mothersill, Rhygin King and Popcaan among others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'It was not about a juggling approach but to give the international audience a better flavor.\'</p><cite>— Notnice</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Songs on the album have their own instrumental accompaniment. This means every song has its own rhythm, which is a deviation from the long-practiced ‘juggling’ type productions that see all artistes on one rhythm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4436} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bounty-Killer-and-notnice-1024x683.jpg\" alt=\"\" class=\"wp-image-4436\" /><figcaption>Bounty Killer is one of the many artistes featured on Notnice\'s King Midas album.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The project was one that we thought could work if we changed the script. It was not about a juggling approach but to give the international audience a better flavour,” Notnice said about the album launched at the Reggae Mill at Devon House recently. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>One Genera</strong>l single by Bounty Killer and Popcaan’s remake of the Garnet Silk classic <strong>New Found Love</strong> are noticeable standouts as is <strong>Wicked Ga</strong>l by Dexta Dapps and the effort by the upcoming Mothersill.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4539} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tessellated-22-1024x683.jpg\" alt=\"\" class=\"wp-image-4539\" /><figcaption>Tessellated also appears on King Midas.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Director of OneRPM, Martin Pryce, was happy to be associated with the project. “OneRPM has always known of the great creative talent that comes out of Jamaica and the Caribbean in general and we are happy to be associated with the King Midas project,” Martin said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the sound of it, Notnice has turned another project into gold with his King Midas touch.</p>\n<!-- /wp:paragraph -->','Notnice displays his golden touch with \'King Midas\'','','inherit','closed','closed','','4537-revision-v1','','','2019-08-19 10:56:34','2019-08-19 15:56:34','',4537,'https://buzz-caribbean.com/article/4537-revision-v1/',0,'revision','',0),(4601,21,'2019-08-19 11:11:12','2019-08-19 16:11:12','<!-- wp:image {\"id\":4602} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/aretha-franklin.jpg\" alt=\"\" class=\"wp-image-4602\" /><figcaption>Aretha Franklin performing at the Mandela Day Concert in Radio City, New York, in July 2009.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Aretha Franklin\'s estate is funding new research into pancreatic cancer. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The late soul legend died in August 2018 at the age of 76 after a battle with a neuroendocrine tumour (NET) on the pancreas, which occurs in only seven per cent of pancreatic cancer cases, and her estate has held a joint benefit with Detroit\'s Women\'s Informal Network to raise money for the Boston-based Neuroendocrine Tumor Research Foundation (NETRF). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Detroit Free Press, Sabrina Owens, Aretha Franklin\'s niece, said in a statement: \"The Aretha Franklin Family is honoured to partner with the NETRF to help raise funding for education and research of this devastating disease that takes our loved ones much too soon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The Aretha Franklin Family is honoured to partner with the NETRF to help raise funding for education and research of this devastating disease.\"  </p><cite>—  Sabrina Owens, Aretha Franklin\'s niece </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"We encourage her friends, fans, and supporters to consider contributing to this cause, until such time as we can eradicate NETs. We believe this is possible.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Elyse Gellerman, chief executive officer of NETRF, added: \"A lot of the work we fund is basic science in the laboratory, learning why these tumours grow and spread. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We don\'t know all the answers about that. Researchers are trying to understand these tumours at a cellular level and - with some of the treatments available - why some patients respond and others do not. I know the neuroendocrine tumours community was frustrated when the cause of Aretha Franklin\'s death wasn\'t correctly reported.\"</p>\n<!-- /wp:paragraph -->','Aretha Franklin\'s estate funding pancreatic cancer research','','publish','open','closed','','aretha-franklins-estate-funding-pancreatic-cancer-research','','','2019-08-19 11:11:12','2019-08-19 16:11:12','',0,'https://buzz-caribbean.com/?p=4601',0,'post','',0),(4602,9,'2019-08-19 11:00:45','2019-08-19 16:00:45','','NO RESTRICTIONS','Aretha Franklin at the Mandela Day Concert in Radio City, New York - 19 July 2009   FAMOUS PICTURES AND FEATURES AGENCY 13 HARWOOD ROAD LONDON SW6 4QP UNITED KINGDOM tel +44 (0) 20 7731 9333 fax +44 (0) 20 7731 9330 e-mail info@famous.uk.com www.famous.uk.com  FAM26409','inherit','open','closed','','no-restrictions','','','2019-08-19 11:00:45','2019-08-19 16:00:45','',4601,'https://buzz-caribbean.com/app/uploads/2019/08/aretha-franklin.jpg',0,'attachment','image/jpeg',0),(4603,9,'2019-08-19 11:04:13','2019-08-19 16:04:13','<!-- wp:image {\"id\":1228} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brittny1-1024x594.jpg\" alt=\"\" class=\"wp-image-1228\" /><figcaption>Brittny Newman</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny Newman is an architectural intern by day, but outside office hours, she’s laying the foundations for a successful career in the music industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brittny\'s first single, <strong>What\'s Good</strong>, got great traction in the USA. The song entered the DRT Independent and Global Charts at the number 183 spot. It eventually topped out at number 57 after eight weeks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The second single for the R&amp;B artiste, <strong>Cuffing Season</strong>, has been receiving positive feedback in the Jamaican market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1232} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Brittny-1-1024x684.jpg\" alt=\"\" class=\"wp-image-1232\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But, Brittny — who shares a child with reggae/dancehall artiste Christopher Martin — outlined that there are struggles associated with being a female act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For an upcoming female artiste, it is even harder, as people tend to gravitate easier and more quickly to male artistes. I\'ve now had to open up my life to the public in ways I never thought I could, and deal with a lot of criticism, be it negative positive or constructive,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year, the 24-year-old native of Mandeville in the parish of Manchester, signed a distribution deal with Sony Music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I’d like to be the female face of R&amp;B/Hip Hop for Jamaica.\"</p><cite>— Brittny Newman</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":1234} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/no-logo-3-919x1024.jpg\" alt=\"\" class=\"wp-image-1234\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny started singing at an early age, competing in local talent shows and attaining both gold and bronze medals through her singing and dancing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has made public appearances across the globe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1238} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brittny-748x1024.jpeg\" alt=\"\" class=\"wp-image-1238\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said: “I’d like to be the female face of R&amp;B/hip hop for Jamaica, to put us on that platform, advocating clean, positive, timeless music that people can listen to for generations to come,  of course, incorporating aspects of my culture in it where I can.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Within Jamaica, I’d say I’m different from other female artists based on the brand/content I’m selling.&nbsp;Not only am I doing R&amp;B, but my music is more clean, serene and conscious than what we see now.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1239} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/brit-no-logo-820x1024.jpg\" alt=\"\" class=\"wp-image-1239\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brittny listed\nDamion Marley, Popcaan, Protoje, Sean Paul, Shenseea and Beres Hammond as local\nartistes she would love to work with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>International artistes she would love to work with are Rihanna, Alicia Keys (who she grew up listening to), Erykah Badu, Ariana Grande and Drake.</p>\n<!-- /wp:paragraph -->','Brittny Newman dreams of being the next big thing in music','','inherit','closed','closed','','1225-revision-v1','','','2019-08-19 11:04:13','2019-08-19 16:04:13','',1225,'https://buzz-caribbean.com/article/1225-revision-v1/',0,'revision','',0),(4604,9,'2019-08-19 11:10:04','2019-08-19 16:10:04','<!-- wp:image {\"id\":4602} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/aretha-franklin.jpg\" alt=\"\" class=\"wp-image-4602\" /><figcaption>Aretha Franklin performing at the Mandela Day Concert in Radio City, New York, in July 2009.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Aretha Franklin\'s estate is funding new research into pancreatic cancer. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The late soul legend died in August 2018 at the age of 76 after a battle with a neuroendocrine tumor (NET) on the pancreas, which occurs in only seven per cent of pancreatic cancer cases, and her estate has held a joint benefit with Detroit\'s Women\'s Informal Network to raise money for the Boston-based Neuroendocrine Tumor Research Foundation (NETRF). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Detroit Free Press, Sabrina Owens, Aretha Franklin\'s niece, said in a statement: \"The Aretha Franklin Family is honoured to partner with the NETRF to help raise funding for education and research of this devastating disease that takes our loved ones much too soon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The Aretha Franklin Family is honoured to partner with the NETRF to help raise funding for education and research of this devastating disease.\"  </p><cite>—  Sabrina Owens, Aretha Franklin\'s niece </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"We encourage her friends, fans, and supporters to consider contributing to this cause, until such time as we can eradicate NETs. We believe this is possible.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Elyse Gellerman, chief executive officer of NETRF, added: \"A lot of the work we fund is basic science in the laboratory, learning why these tumours grow and spread. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We don\'t know all the answers about that. Researchers are trying to understand these tumours at a cellular level and - with some of the treatments available - why some patients respond and others do not. I know the neuroendocrine tumours community was frustrated when the cause of Aretha Franklin\'s death wasn\'t correctly reported.\"</p>\n<!-- /wp:paragraph -->','Aretha Franklin\'s estate funding pancreatic cancer research','','inherit','closed','closed','','4601-revision-v1','','','2019-08-19 11:10:04','2019-08-19 16:10:04','',4601,'https://buzz-caribbean.com/article/4601-revision-v1/',0,'revision','',0),(4605,9,'2019-08-19 11:11:12','2019-08-19 16:11:12','<!-- wp:image {\"id\":4602} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/aretha-franklin.jpg\" alt=\"\" class=\"wp-image-4602\" /><figcaption>Aretha Franklin performing at the Mandela Day Concert in Radio City, New York, in July 2009.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Aretha Franklin\'s estate is funding new research into pancreatic cancer. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The late soul legend died in August 2018 at the age of 76 after a battle with a neuroendocrine tumour (NET) on the pancreas, which occurs in only seven per cent of pancreatic cancer cases, and her estate has held a joint benefit with Detroit\'s Women\'s Informal Network to raise money for the Boston-based Neuroendocrine Tumor Research Foundation (NETRF). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Detroit Free Press, Sabrina Owens, Aretha Franklin\'s niece, said in a statement: \"The Aretha Franklin Family is honoured to partner with the NETRF to help raise funding for education and research of this devastating disease that takes our loved ones much too soon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The Aretha Franklin Family is honoured to partner with the NETRF to help raise funding for education and research of this devastating disease.\"  </p><cite>—  Sabrina Owens, Aretha Franklin\'s niece </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"We encourage her friends, fans, and supporters to consider contributing to this cause, until such time as we can eradicate NETs. We believe this is possible.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Elyse Gellerman, chief executive officer of NETRF, added: \"A lot of the work we fund is basic science in the laboratory, learning why these tumours grow and spread. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We don\'t know all the answers about that. Researchers are trying to understand these tumours at a cellular level and - with some of the treatments available - why some patients respond and others do not. I know the neuroendocrine tumours community was frustrated when the cause of Aretha Franklin\'s death wasn\'t correctly reported.\"</p>\n<!-- /wp:paragraph -->','Aretha Franklin\'s estate funding pancreatic cancer research','','inherit','closed','closed','','4601-revision-v1','','','2019-08-19 11:11:12','2019-08-19 16:11:12','',4601,'https://buzz-caribbean.com/article/4601-revision-v1/',0,'revision','',0),(4606,23,'2019-08-19 11:38:21','2019-08-19 16:38:21','<!-- wp:image {\"id\":4607} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sammystars.jpg\" alt=\"\" class=\"wp-image-4607\" /><figcaption>Former St Lucia Stars captain Darren Sammy says it is too early to comment on the matter. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The St Lucia Stars will not be participating in the 2019 Caribbean Premier League (CPL) that begins on September 4. This comes following the termination of the participation agreement between CPL Limited and Royal Sports Club LLC, the owners of the St Lucia-based franchise. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A new team\nfrom St Lucia is to be established in time for the start of the new season, CPL\nsaid in a statement released on August 10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“On August\n7, 2019, CPL Limited terminated the participation agreement between it and\nRoyal Sports Club, LLC, the entity that operated the St Lucia Stars franchise.\nAs a result of that termination, Royal Sports Club, LLC no longer has the right\nto operate a team to compete in the Caribbean Premier League tournament, and\nthe St Lucia Stars will not be participating in the 2019 Caribbean Premier\nLeague, which begins on 4 September 2019,” the statement read.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4608} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-lucia-starsfield-1024x579.jpg\" alt=\"\" class=\"wp-image-4608\" /><figcaption> St Lucia Stars will not participate in the 2019 Caribbean Premier League.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“CPL Limited\nis in the process of establishing and operating a new franchise to be based in\nSt Lucia that will participate in the 2019 Caribbean Premier League. More\ninformation about that new franchise will follow in due course.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The news, coming so close to the start of the 2019 season, came as a surprise. However, when <strong>BUZZ</strong> reached out to former Stars captain, Darren Sammy, he said that it was too early to comment on the matter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Chase </em></strong></p>\n<!-- /wp:paragraph -->','St Lucia Stars out of 2019 CPL','','publish','open','closed','','st-lucia-stars-out-of-2019-cpl','','','2019-08-19 11:38:23','2019-08-19 16:38:23','',0,'https://buzz-caribbean.com/?p=4606',0,'post','',0),(4607,9,'2019-08-19 11:29:07','2019-08-19 16:29:07','','sammystars','','inherit','open','closed','','sammystars','','','2019-08-19 11:29:07','2019-08-19 16:29:07','',4606,'https://buzz-caribbean.com/app/uploads/2019/08/sammystars.jpg',0,'attachment','image/jpeg',0),(4608,9,'2019-08-19 11:31:57','2019-08-19 16:31:57','','st-lucia-starsfield','','inherit','open','closed','','st-lucia-starsfield','','','2019-08-19 11:31:57','2019-08-19 16:31:57','',4606,'https://buzz-caribbean.com/app/uploads/2019/08/st-lucia-starsfield.jpg',0,'attachment','image/jpeg',0),(4609,9,'2019-08-19 11:36:51','2019-08-19 16:36:51','<!-- wp:image {\"id\":4607} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sammystars.jpg\" alt=\"\" class=\"wp-image-4607\" /><figcaption>Former St Lucia Stars captain Darren Sammy says it is too early to comment on the matter.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The St Lucia Stars will not be participating in the 2019 Caribbean Premier League (CPL) that begins on September 4. This comes following the termination of the participation agreement between CPL Limited and Royal Sports Club LLC, the owners of the St Lucia-based franchise. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A new team\nfrom St Lucia is to be established in time for the start of the new season, CPL\nsaid in a statement released on August 10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“On August\n7, 2019, CPL Limited terminated the participation agreement between it and\nRoyal Sports Club, LLC, the entity that operated the St Lucia Stars franchise.\nAs a result of that termination, Royal Sports Club, LLC no longer has the right\nto operate a team to compete in the Caribbean Premier League tournament, and\nthe St Lucia Stars will not be participating in the 2019 Caribbean Premier\nLeague, which begins on 4 September 2019,” the statement read.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4608} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-lucia-starsfield-1024x579.jpg\" alt=\"\" class=\"wp-image-4608\" /><figcaption> St Lucia Stars will not participate in the 2019 Caribbean Premier League.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“CPL Limited\nis in the process of establishing and operating a new franchise to be based in\nSt Lucia that will participate in the 2019 Caribbean Premier League. More\ninformation about that new franchise will follow in due course.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The news, coming so close to the start of the 2019 season, came as a surprise. However, when <strong>BUZZ</strong> reached out to former Stars captain, Darren Sammy, he said that it was too early to comment on the matter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Chase </em></strong></p>\n<!-- /wp:paragraph -->','St Lucia Stars out of 2019 CPL','','inherit','closed','closed','','4606-revision-v1','','','2019-08-19 11:36:51','2019-08-19 16:36:51','',4606,'https://buzz-caribbean.com/article/4606-revision-v1/',0,'revision','',0),(4610,11,'2019-08-19 11:37:07','2019-08-19 16:37:07','','Couple Hurt','','inherit','open','closed','','couple-hurt','','','2019-08-19 11:37:07','2019-08-19 16:37:07','',4598,'https://buzz-caribbean.com/app/uploads/2019/08/Couple-Hurt.jpg',0,'attachment','image/jpeg',0),(4611,11,'2019-08-19 11:37:23','2019-08-19 16:37:23','','Couple-Hurt-1','','inherit','open','closed','','couple-hurt-1','','','2019-08-19 11:37:23','2019-08-19 16:37:23','',4598,'https://buzz-caribbean.com/app/uploads/2019/08/Couple-Hurt-1.jpg',0,'attachment','image/jpeg',0),(4612,9,'2019-08-19 11:38:21','2019-08-19 16:38:21','<!-- wp:image {\"id\":4607} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sammystars.jpg\" alt=\"\" class=\"wp-image-4607\" /><figcaption>Former St Lucia Stars captain Darren Sammy says it is too early to comment on the matter. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The St Lucia Stars will not be participating in the 2019 Caribbean Premier League (CPL) that begins on September 4. This comes following the termination of the participation agreement between CPL Limited and Royal Sports Club LLC, the owners of the St Lucia-based franchise. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A new team\nfrom St Lucia is to be established in time for the start of the new season, CPL\nsaid in a statement released on August 10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“On August\n7, 2019, CPL Limited terminated the participation agreement between it and\nRoyal Sports Club, LLC, the entity that operated the St Lucia Stars franchise.\nAs a result of that termination, Royal Sports Club, LLC no longer has the right\nto operate a team to compete in the Caribbean Premier League tournament, and\nthe St Lucia Stars will not be participating in the 2019 Caribbean Premier\nLeague, which begins on 4 September 2019,” the statement read.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4608} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/st-lucia-starsfield-1024x579.jpg\" alt=\"\" class=\"wp-image-4608\" /><figcaption> St Lucia Stars will not participate in the 2019 Caribbean Premier League.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“CPL Limited\nis in the process of establishing and operating a new franchise to be based in\nSt Lucia that will participate in the 2019 Caribbean Premier League. More\ninformation about that new franchise will follow in due course.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The news, coming so close to the start of the 2019 season, came as a surprise. However, when <strong>BUZZ</strong> reached out to former Stars captain, Darren Sammy, he said that it was too early to comment on the matter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Chase </em></strong></p>\n<!-- /wp:paragraph -->','St Lucia Stars out of 2019 CPL','','inherit','closed','closed','','4606-revision-v1','','','2019-08-19 11:38:21','2019-08-19 16:38:21','',4606,'https://buzz-caribbean.com/article/4606-revision-v1/',0,'revision','',0),(4613,11,'2019-08-19 11:48:46','2019-08-19 16:48:46','','lead_cheating','','inherit','open','closed','','lead_cheating','','','2019-08-19 11:48:46','2019-08-19 16:48:46','',4598,'https://buzz-caribbean.com/app/uploads/2019/08/lead_cheating.jpeg',0,'attachment','image/jpeg',0),(4614,23,'2019-08-19 13:26:26','2019-08-19 18:26:26','<!-- wp:image {\"id\":4646} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/untitled-7-of-8-1024x685.jpg\" alt=\"\" class=\"wp-image-4646\" /><figcaption>Writer Claudia Gardner channeling her inner pirate.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Calico Jack Island, off the\ncoast of Green Island in Hanover, is undoubtedly one of Jamaica’s best kept\nsecrets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located less than 200 metres from the Half Moon Beach property of which it is a part, the tiny islet is a perfect respite for persons who simply want to relax in a setting surrounded by azure Caribbean waters and enveloped in nature. The only sound at the island are the waves gently lapping at the rocks or birds which fly past or perch in the nearby mangroves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The waters surrounding the\nislet is ideal for snorkeling, as it has some of the healthiest coral reefs\nthat can be found anywhere in the Caribbean.&nbsp;\nFishing is prohibited there because it is a fish sanctuary, and a\nnesting place for baby fish and crustaceans such as crabs and lobsters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4648} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/untitled-1-of-8-1024x685.jpg\" alt=\"\" class=\"wp-image-4648\" /><figcaption>A section of Calico Jack Island. (Photos by Claudia Gardner)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pirate Jack’s Shack is at the\ncenterpiece of the island. It is where guests are able to dress up and play\npirate, bawling out the traditional pirate’s cry, “Yo ho-ho and a bottle of rum,”\nall day if they wish, enjoy seafood cooked by “Pirate Jack” himself, whose role\nis played by chef Livingston Muirhead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4644} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/untitled-5-of-8-685x1024.jpg\" alt=\"\" class=\"wp-image-4644\" /><figcaption>Meals are prepared by chef Livingston \'Calico Jack\' Muirhead.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The food served on the island is delightful. During lobster season there is grilled lobster drizzled with garlic butter, which might be served with rice and peas and tossed salad, or fish or chicken as desired.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4645} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/untitled-6-of-8-1024x685.jpg\" alt=\"\" class=\"wp-image-4645\" /><figcaption>Quench ye thirst at the Pirate Jack Shack.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Guests travel by engine boat to the island, or by catamaran or glass-bottom boat from Negril. As you approach you are filled with either excitement or dread as the old black pirate flag with the human skull looms ahead, fluttering in the wind. On the island, the pirate theme is evident. There, pirate memorabilia and flags and funny signs state: “Beware of Pirates”, “Keep out” and “Enter if ye dare”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The theme is perfect as this area was once a haunt of some of Jamaica’s most notorious pirates in the 1600s, including the famed female duo of Anne Bonney and Mary Read.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4649} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/untitled-2-of-8-1024x685.jpg\" alt=\"\" class=\"wp-image-4649\" /><figcaption>The skull and bone flag of Calico Jack Island.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Calico Jack’s Island in all its rustic loveliness, is a place that Jamaicans and tourists alike immediately fall in love with. It is away from built-up areas, but close enough to land that good swimmers can even swim across to the shore.   It has hosted over the years, wedding receptions, birthday parties and a whole host of get-together events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4643} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/untitled-4-of-8-1024x685.jpg\" alt=\"\" class=\"wp-image-4643\" /><figcaption>Journey to Calico Jack Island</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This place is a real treasure.  There is no place like it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Article written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Ahoy matey! Be a pirate for a day at Calico Jack Island.','','publish','open','closed','','ahoy-matey-be-a-pirate-for-a-day-at-calico-jack-island','','','2019-08-19 13:26:27','2019-08-19 18:26:27','',0,'https://buzz-caribbean.com/?p=4614',0,'post','',0),(4615,23,'2019-08-19 12:24:09','2019-08-19 17:24:09','<!-- wp:image {\"id\":4622} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/piercing-1024x819.jpg\" alt=\"\" class=\"wp-image-4622\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From the\neyebrows, nose and ears to the tongue, lips, chin, cheeks, navel and parts\nsouth of the equator, piercings can cover almost anywhere on the body, and I do\nmean anywhere. Did you know that a man can even pierce his willy? Yup, it is called\nthe ‘Prince Albert’, and it is said to give the woman so much pleasure that she\nwill not know if she is coming or going.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There is no area unexplored and no outer organ left unmolested, as piercers get really deep (all puns intended) when it comes to their art and making people feel emboldened and empowered. But does it fit everyone, and should everyone who wants one just do it?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"If you fear needles and pain, stay away.\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>First things\nfirst, it is not for everyone. If you fear needles and pain, stay away from it\nas it will hurt, and certain areas of the body hurt more than others. One young\nwoman went to have her tongue done because she thought it would be sexy.\nInstead, she got the story of her life. The piercer sprayed her tongue with\nsomething that was supposed to make it numb temporarily, but she felt\neverything as it was being done. It is a good thing she wisely emptied her\nbladder before the undertaking! When she was done, the piercer, who happened to\nbe female as well, said: ‘Uh oh, the piercing was not centred,’ and so she\nneeded to pierce her again! By this time the numbing agent had worn off, and\nshe had to go through the excruciating process of having it done twice in about\n15 minutes. All she could eat for the rest of the day was bag juice and Ensure.\nTalk about drama! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/piercing-B.jpg\" alt=\"\" class=\"wp-image-4630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you have underlying medical complications like haemophilia or blood clotting challenges, you probably aren’t a viable candidate. It may cause even more health issues. People with keloid skin should also stay away from it, as keloid occurs when you cause trauma to the pigment. You usually see it manifest on the ears when people pierce them, but it can occur in other areas as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another consideration is knowing that the body can reject the piercing, specifically the kind of metal that is left in your skin. What this means is that slowly over time, the skin pushes the metal closer to the surface or top layer of the skin until it comes right out. So, do your research and peruse before you pierce.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<strong><em> Written by C.W.</em></strong></p>\n<!-- /wp:paragraph -->','Piercings: Magnificent or mutilation?','','publish','open','closed','','piercings-magnificent-or-mutilation','','','2019-08-19 12:24:10','2019-08-19 17:24:10','',0,'https://buzz-caribbean.com/?p=4615',0,'post','',0),(4616,4,'2019-08-19 11:59:01','2019-08-19 16:59:01','<!-- wp:paragraph -->\n<p>Calico Jack Island, off the\ncoast of Green Island in Hanover, is undoubtedly one of Jamaica’s best kept\nsecrets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located less than 200 metres\nfrom the Half Moon Beach property of which it is a part, the tiny islet is a\nperfect respite for persons who simply want to relax in a setting surrounded by\nazure Caribbean waters, and enveloped in nature. The only sound at the island\nare the waves gently lapping at the rocks or birds which fly past or perch in\nthe nearby mangroves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The waters surrounding the\nislet is ideal for snorkeling, as it has some of the healthiest coral reefs\nthat can be found anywhere in the Caribbean.&nbsp;\nFishing is prohibited there because it is a fish sanctuary, and a\nnesting place for baby fish and crustaceans such as crabs and lobsters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pirate Jack’s Shack is at the\ncenterpiece of the island. It is where guests are able to dress up and play\npirate, bawling out the traditional pirate’s cry, “Yo ho-ho and a bottle of rum,”\nall day if they wish, enjoy seafood cooked by “Pirate Jack” himself, whose role\nis played by chef Livingston Muirhead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Caption: Put the flag here\n</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Guests travel by engine boat\nto the island, or by catamaran or glass bottom boat from Negril. As you\napproach you are filled with either excitement or dread as the old black pirate\nflag with the human skull looms ahead, fluttering in the wind. On the island,\nthe pirate theme is evident. There pirate memorabilia and flags and funny signs\nstate: “Beware of Pirates”, “keep out” and “enter if ye dare”. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The theme is perfect as this\narea was once a haunt of some of Jamaica’s most notorious pirates in the 1600s,\nincluding the famed female duo of Anne Bonney and Mary Read. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The food served on the island\nis delightful.&nbsp; During lobster season\nthere is grilled lobster drizzled with garlic butter, which might be served\nwith rice and peas and tossed salad, or fish or chicken as desired.&nbsp;&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Calico Jack’s Island in all\nits rustic loveliness, is a place that Jamaicans and tourists alike immediately\nfall in love with. It is away from built up areas, but close enough to land that\ngood swimmers can even swim across to the shore if they wish.&nbsp;&nbsp; It has hosted over the years, wedding\nreceptions, birthday parties and a whole host of get-together events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His place is a real\ntreasure.&nbsp; There is no place like it.</p>\n<!-- /wp:paragraph -->','Yo ho-ho &amp; a bottle of rum: Be a pirate for a day at Calico Jack Island','','inherit','closed','closed','','4614-revision-v1','','','2019-08-19 11:59:01','2019-08-19 16:59:01','',4614,'https://buzz-caribbean.com/article/4614-revision-v1/',0,'revision','',0),(4617,4,'2019-08-19 12:00:47','2019-08-19 17:00:47','<!-- wp:paragraph -->\n<p>Calico Jack Island, off the\ncoast of Green Island in Hanover, is undoubtedly one of Jamaica’s best kept\nsecrets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located less than 200 metres\nfrom the Half Moon Beach property of which it is a part, the tiny islet is a\nperfect respite for persons who simply want to relax in a setting surrounded by\nazure Caribbean waters, and enveloped in nature. The only sound at the island\nare the waves gently lapping at the rocks or birds which fly past or perch in\nthe nearby mangroves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The waters surrounding the\nislet is ideal for snorkeling, as it has some of the healthiest coral reefs\nthat can be found anywhere in the Caribbean.&nbsp;\nFishing is prohibited there because it is a fish sanctuary, and a\nnesting place for baby fish and crustaceans such as crabs and lobsters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pirate Jack’s Shack is at the\ncenterpiece of the island. It is where guests are able to dress up and play\npirate, bawling out the traditional pirate’s cry, “Yo ho-ho and a bottle of rum,”\nall day if they wish, enjoy seafood cooked by “Pirate Jack” himself, whose role\nis played by chef Livingston Muirhead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Caption: Put the flag here\n</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Guests travel by engine boat\nto the island, or by catamaran or glass bottom boat from Negril. As you\napproach you are filled with either excitement or dread as the old black pirate\nflag with the human skull looms ahead, fluttering in the wind. On the island,\nthe pirate theme is evident. There pirate memorabilia and flags and funny signs\nstate: “Beware of Pirates”, “keep out” and “enter if ye dare”. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The theme is perfect as this\narea was once a haunt of some of Jamaica’s most notorious pirates in the 1600s,\nincluding the famed female duo of Anne Bonney and Mary Read. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The food served on the island\nis delightful.&nbsp; During lobster season\nthere is grilled lobster drizzled with garlic butter, which might be served\nwith rice and peas and tossed salad, or fish or chicken as desired.&nbsp;&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Calico Jack’s Island in all\nits rustic loveliness, is a place that Jamaicans and tourists alike immediately\nfall in love with. It is away from built up areas, but close enough to land that\ngood swimmers can even swim across to the shore if they wish.&nbsp;&nbsp; It has hosted over the years, wedding\nreceptions, birthday parties and a whole host of get-together events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His place is a real\ntreasure.&nbsp; There is no place like it.</p>\n<!-- /wp:paragraph -->','Yo ho-ho and a bottle of rum: Be a pirate for a day at Calico Jack Island','','inherit','closed','closed','','4614-revision-v1','','','2019-08-19 12:00:47','2019-08-19 17:00:47','',4614,'https://buzz-caribbean.com/article/4614-revision-v1/',0,'revision','',0),(4618,11,'2019-08-19 12:02:55','2019-08-19 17:02:55','','condom-BUZZ','','inherit','open','closed','','condom-buzz','','','2019-08-19 12:02:55','2019-08-19 17:02:55','',4598,'https://buzz-caribbean.com/app/uploads/2019/08/condom-BUZZ.jpg',0,'attachment','image/jpeg',0),(4619,11,'2019-08-19 12:04:55','2019-08-19 17:04:55','','Cheating-Partner-BUZZ','','inherit','open','closed','','cheating-partner-buzz','','','2019-08-19 12:04:55','2019-08-19 17:04:55','',4598,'https://buzz-caribbean.com/app/uploads/2019/08/Cheating-Partner-BUZZ.jpg',0,'attachment','image/jpeg',0),(4620,11,'2019-08-19 12:06:10','2019-08-19 17:06:10','','Sidechick-Cheating','','inherit','open','closed','','sidechick-cheating','','','2019-08-19 12:06:10','2019-08-19 17:06:10','',4598,'https://buzz-caribbean.com/app/uploads/2019/08/Sidechick-Cheating.jpg',0,'attachment','image/jpeg',0),(4621,11,'2019-08-19 12:12:12','2019-08-19 17:12:12','','Supportive Stepparents','','inherit','open','closed','','supportive-stepparents-2','','','2019-08-19 12:12:12','2019-08-19 17:12:12','',1987,'https://buzz-caribbean.com/app/uploads/2019/08/Supportive-Stepparents-1.jpg',0,'attachment','image/jpeg',0),(4622,9,'2019-08-19 12:12:35','2019-08-19 17:12:35','','piercing','','inherit','open','closed','','piercing','','','2019-08-19 12:12:35','2019-08-19 17:12:35','',4615,'https://buzz-caribbean.com/app/uploads/2019/08/piercing.jpg',0,'attachment','image/jpeg',0),(4623,11,'2019-08-19 12:12:44','2019-08-19 17:12:44','<!-- wp:paragraph -->\n<p>We all know the saying ‘if you love the cow, you will accept the calf’ which can loosely be translated to mean ‘if you are in love with a woman, you must also love and accept her child/children’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>These few bad apples do not reflect the majority of cases where step-parents step up to the plate and do a yeoman job.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":4621,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Supportive-Stepparents-1-1024x632.jpg\" alt=\"\" class=\"wp-image-4621\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are many horror stories about evil step-parents out there but these few bad apples do not reflect the majority of cases where step-parents step up to the plate and do a yeoman job at being caregivers, nurturers and an extra set of eyes and hands to keep the family unit tight and right.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So what makes a step-parent great? Although there are no hard and fast rules, as every family is different, here are some general pointers that can be applied across the board:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"align\":\"left\"} -->\n<h5 style=\"text-align:left\">They do not overstep their bounds </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1. They allow you to be the main one doing the discipline. If they come in like a bull in a China shop, the kids can get resentful and see them as an interloper</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>They try to establish their own personal bond with the child. </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>2. It can be something as simple as taking them for ice cream if they are young or getting their nails done together if they are teenagers. It shows that they have a genuine interest in their lives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Respect the routine.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>3. Children like routine, as it gives them a sense of stability and order. Do not come in and change things without consultation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Do not try to fix what is not broken.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>4. Probably one of the worst things to do is come in and impose new rules just because you are an adult. “Because I said so” will not win you any brownie points for being considerate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Allow the child to express their emotions.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>5. They may be young but they have feelings. Do not be dismissive of it. If they are uncomfortable being verbal, encourage them to put it in a letter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Do not take yourself too seriously.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>6. If something embarrassing happens, do not overcompensate by yelling. Just laugh too. It shows them a softer side of you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Get their opinion when planning family-themed events.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>7. When hitting the road together, ask them beforehand what they would like to do for fun and as long as it is not super expensive, add to the list of things to do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> Be fair but be firm.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>8. If they think you are pushover they will try and get away with just about anything. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Do not get into a power struggle with older children.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>9. As the adult you have to let them know that you are in charge but not in a confrontational manner. State what you want to be done and leave them to do it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Tell them every day that you feel blessed to be a part of their lives.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>10. They may not readily admit it but children love encouragement and words of praise. Build their self-esteem and watch them flourish.</p>\n<!-- /wp:paragraph -->','Ten tips to being a great step parent','','inherit','closed','closed','','1987-revision-v1','','','2019-08-19 12:12:44','2019-08-19 17:12:44','',1987,'https://buzz-caribbean.com/article/1987-revision-v1/',0,'revision','',0),(4624,11,'2019-08-19 12:16:19','2019-08-19 17:16:19','','Couple-Being-Counselled','','inherit','open','closed','','couple-being-counselled','','','2019-08-19 12:16:19','2019-08-19 17:16:19','',4598,'https://buzz-caribbean.com/app/uploads/2019/08/Couple-Being-Counselled.jpg',0,'attachment','image/jpeg',0),(4625,4,'2019-08-19 12:18:29','2019-08-19 17:18:29','<!-- wp:paragraph -->\n<p>Calico Jack Island, off the\ncoast of Green Island in Hanover, is undoubtedly one of Jamaica’s best kept\nsecrets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located less than 200 metres from the Half Moon Beach property of which it is a part, the tiny islet is a perfect respite for persons who simply want to relax in a setting surrounded by azure Caribbean waters and enveloped in nature. The only sound at the island are the waves gently lapping at the rocks or birds which fly past or perch in the nearby mangroves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The waters surrounding the\nislet is ideal for snorkeling, as it has some of the healthiest coral reefs\nthat can be found anywhere in the Caribbean.&nbsp;\nFishing is prohibited there because it is a fish sanctuary, and a\nnesting place for baby fish and crustaceans such as crabs and lobsters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pirate Jack’s Shack is at the\ncenterpiece of the island. It is where guests are able to dress up and play\npirate, bawling out the traditional pirate’s cry, “Yo ho-ho and a bottle of rum,”\nall day if they wish, enjoy seafood cooked by “Pirate Jack” himself, whose role\nis played by chef Livingston Muirhead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Caption: Put the flag here\n</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Guests travel by engine boat\nto the island, or by catamaran or glass bottom boat from Negril. As you\napproach you are filled with either excitement or dread as the old black pirate\nflag with the human skull looms ahead, fluttering in the wind. On the island,\nthe pirate theme is evident. There pirate memorabilia and flags and funny signs\nstate: “Beware of Pirates”, “keep out” and “enter if ye dare”. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The theme is perfect as this\narea was once a haunt of some of Jamaica’s most notorious pirates in the 1600s,\nincluding the famed female duo of Anne Bonney and Mary Read. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The food served on the island\nis delightful.&nbsp; During lobster season\nthere is grilled lobster drizzled with garlic butter, which might be served\nwith rice and peas and tossed salad, or fish or chicken as desired.&nbsp;&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Calico Jack’s Island in all\nits rustic loveliness, is a place that Jamaicans and tourists alike immediately\nfall in love with. It is away from built up areas, but close enough to land that\ngood swimmers can even swim across to the shore if they wish.&nbsp;&nbsp; It has hosted over the years, wedding\nreceptions, birthday parties and a whole host of get-together events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His place is a real treasure.  There is no place like it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Article written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','4614-revision-v1','','','2019-08-19 12:18:29','2019-08-19 17:18:29','',4614,'https://buzz-caribbean.com/article/4614-revision-v1/',0,'revision','',0),(4626,23,'2019-08-19 14:28:36','2019-08-19 19:28:36','<!-- wp:image {\"id\":4627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/coming-to-america.jpg\" alt=\"\" class=\"wp-image-4627\" /><figcaption>Eddie Murphy and Arsenio Hall in a scene from the classic 1980s hit Coming to America. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After 32 years, a sequel to the hit comedy and cult classic <strong>Coming to America</strong> is expected to hit cinema screens across the world next year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this sequel,  Prince Akeem played by Eddie Murphy learns he has a long lost son in the United States and must return to America to meet with this person who could be heir to the throne of Zamunda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The sequel dubbed <strong>Coming 2 America</strong> will see a return of Eddie Murphy, Arsenio Hall, James Earl Jones and most of the original class from the first movie that came out in 1988. However, one face that will be missing is that of Queen Aoleon that was played by Jamaican Madge Sinclair who is now deceased.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wesley Snipes and Leslie Jones of S<strong>aturday Night Live </strong>and <strong>Ghostbusters </strong>have been signed on for the movie. Coming to America was a massive success when it was initially released grossing over 288 million worldwide. Fans have long since anticipated a follow-up movie and shooting has now finally been confirmed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The movie is expected to come out in December 2020. </p>\n<!-- /wp:paragraph -->','Coming 2 America set for the big screen in 2020','','publish','open','closed','','coming-2-america-set-for-the-big-screen-in-2020','','','2019-08-19 14:28:36','2019-08-19 19:28:36','',0,'https://buzz-caribbean.com/?p=4626',0,'post','',0),(4627,4,'2019-08-19 12:19:06','2019-08-19 17:19:06','','coming-to-america','','inherit','open','closed','','coming-to-america','','','2019-08-19 12:19:06','2019-08-19 17:19:06','',4626,'https://buzz-caribbean.com/app/uploads/2019/08/coming-to-america.jpg',0,'attachment','image/jpeg',0),(4628,4,'2019-08-19 12:21:50','2019-08-19 17:21:50','<!-- wp:image {\"id\":4627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/coming-to-america.jpg\" alt=\"\" class=\"wp-image-4627\" /><figcaption>Eddie Murphy and Arsenio Hall in a scene from the classic hit Coming to America. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After 32 years, a sequel to the hit comedy and cult classic \"Coming to America\" is expected to hit cinema screens across the world next year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this sequel,  Prince Akeem played by Eddie Murphy learns he has a long lost some in the United States and must return to America to meet with this person who could be heir to the throne of Zamunda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>The sequel dubbed \"Coming 2 America\" will see Eddie Murphy, Arsenio Hall, James Earl Jones and most of the original class from the first movie that came out in 1988. However one face that will be missing is that of Queen Aoleon that was played by Jamaican Madge Sinclair who is now deceased.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However a bit of big news is that Wesley Snipes and Leslie Jones of Saturday Night Live and Ghostbusters have been signed on for the movie.<br>Coming to America was a massive success when it was initially released grossing over 288 million worldwide. Fans have long since anticipated a follow-up movie and shooting has now finally been confirmed.</p>\n<!-- /wp:paragraph -->','Coming 2 America set for big screen in 2020','','inherit','closed','closed','','4626-revision-v1','','','2019-08-19 12:21:50','2019-08-19 17:21:50','',4626,'https://buzz-caribbean.com/article/4626-revision-v1/',0,'revision','',0),(4629,4,'2019-08-19 12:22:05','2019-08-19 17:22:05','<!-- wp:image {\"id\":4627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/coming-to-america.jpg\" alt=\"\" class=\"wp-image-4627\" /><figcaption>Eddie Murphy and Arsenio Hall in a scene from the classic hit Coming 2 America. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After 32 years, a sequel to the hit comedy and cult classic \"Coming to America\" is expected to hit cinema screens across the world next year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this sequel,  Prince Akeem played by Eddie Murphy learns he has a long lost some in the United States and must return to America to meet with this person who could be heir to the throne of Zamunda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>The sequel dubbed \"Coming 2 America\" will see Eddie Murphy, Arsenio Hall, James Earl Jones and most of the original class from the first movie that came out in 1988. However one face that will be missing is that of Queen Aoleon that was played by Jamaican Madge Sinclair who is now deceased.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However a bit of big news is that Wesley Snipes and Leslie Jones of Saturday Night Live and Ghostbusters have been signed on for the movie.<br>Coming to America was a massive success when it was initially released grossing over 288 million worldwide. Fans have long since anticipated a follow-up movie and shooting has now finally been confirmed.</p>\n<!-- /wp:paragraph -->','Coming 2 America set for big screen in 2020','','inherit','closed','closed','','4626-revision-v1','','','2019-08-19 12:22:05','2019-08-19 17:22:05','',4626,'https://buzz-caribbean.com/article/4626-revision-v1/',0,'revision','',0),(4630,9,'2019-08-19 12:22:46','2019-08-19 17:22:46','','piercing-B','','inherit','open','closed','','piercing-b','','','2019-08-19 12:22:46','2019-08-19 17:22:46','',4615,'https://buzz-caribbean.com/app/uploads/2019/08/piercing-B.jpg',0,'attachment','image/jpeg',0),(4631,9,'2019-08-19 12:22:58','2019-08-19 17:22:58','<!-- wp:image {\"id\":4622} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/piercing-1024x819.jpg\" alt=\"\" class=\"wp-image-4622\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From the\neyebrows, nose and ears to the tongue, lips, chin, cheeks, navel and parts\nsouth of the equator, piercings can cover almost anywhere on the body, and I do\nmean anywhere. Did you know that a man can even pierce his willy? Yup, it is called\nthe ‘Prince Albert’, and it is said to give the woman so much pleasure that she\nwill not know if she is coming or going.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There is no area unexplored and no outer organ left unmolested, as piercers get really deep (all puns intended) when it comes to their art and making people feel emboldened and empowered. But does it fit everyone, and should everyone who wants one just do it?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"If you fear needles and pain, stay away.\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>First things\nfirst, it is not for everyone. If you fear needles and pain, stay away from it\nas it will hurt, and certain areas of the body hurt more than others. One young\nwoman went to have her tongue done because she thought it would be sexy.\nInstead, she got the story of her life. The piercer sprayed her tongue with\nsomething that was supposed to make it numb temporarily, but she felt\neverything as it was being done. It is a good thing she wisely emptied her\nbladder before the undertaking! When she was done, the piercer, who happened to\nbe female as well, said: ‘Uh oh, the piercing was not centred,’ and so she\nneeded to pierce her again! By this time the numbing agent had worn off, and\nshe had to go through the excruciating process of having it done twice in about\n15 minutes. All she could eat for the rest of the day was bag juice and Ensure.\nTalk about drama! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/piercing-B.jpg\" alt=\"\" class=\"wp-image-4630\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you have underlying medical complications like haemophilia or blood clotting challenges, you probably aren’t a viable candidate. It may cause even more health issues. People with keloid skin should also stay away from it, as keloid occurs when you cause trauma to the pigment. You usually see it manifest on the ears when people pierce them, but it can occur in other areas as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another consideration is knowing that the body can reject the piercing, specifically the kind of metal that is left in your skin. What this means is that slowly over time, the skin pushes the metal closer to the surface or top layer of the skin until it comes right out. So, do your research and peruse before you pierce.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<strong><em> Written by C.W.</em></strong></p>\n<!-- /wp:paragraph -->','Piercings: Magnificent or mutilation?','','inherit','closed','closed','','4615-revision-v1','','','2019-08-19 12:22:58','2019-08-19 17:22:58','',4615,'https://buzz-caribbean.com/article/4615-revision-v1/',0,'revision','',0),(4632,11,'2019-08-19 12:29:07','2019-08-19 17:29:07','','Talking-To-Each-Other','','inherit','open','closed','','talking-to-each-other','','','2019-08-19 12:29:07','2019-08-19 17:29:07','',4598,'https://buzz-caribbean.com/app/uploads/2019/08/Talking-To-Each-Other.jpeg',0,'attachment','image/jpeg',0),(4633,11,'2019-08-19 12:35:09','2019-08-19 17:35:09','<!-- wp:image {\"id\":4611} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Couple-Hurt-1.jpg\" alt=\"\" class=\"wp-image-4611\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You come home with the children from visiting relatives in the country and as usual, your husband who stayed back, left the place like a pigsty so you just sigh, drop your bags and start washing up the dishes and then tidying up the living room. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you start fluffing the cushion, a slip of white paper pops out and instead of simply throwing it away like an old receipt you instead read it and your world as you know it falls apart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The receipt is from a pharmacy for a pack of condoms and of course, you and your husband have not used condoms since the early phase of your relationship years ago. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4618} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/condom-BUZZ-1024x705.jpg\" alt=\"\" class=\"wp-image-4618\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You sit down stunned as you are rocked by this betrayal. Anger and hurt battle for supremacy but as you try to think, you also wonder at the long road ahead. Was it a one-time indiscretion? Can you forgive him and move on? Can your marriage survive this latest blow and still remain whole?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4619} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cheating-Partner-BUZZ-1024x535.jpg\" alt=\"\" class=\"wp-image-4619\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The answer is different for every individual.  No one can answer that question for you as you alone can comprehend if the vows you take are rules that you intend to live by. Obviously, he broke them but broken vows and promises do not necessarily mean a completely broken marriage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Broken vows and promises do not necessarily mean a completely broken marriage. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The big misconception is that an affair only occurs in\nunhappy marriages. A relationship where one party is unhappy or emotionally\ndistant may make the chances more likely but people ‘step out’ of good\nmarriages as well and their partner may be just as blindsided.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4620} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sidechick-Cheating.jpg\" alt=\"\" class=\"wp-image-4620\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Also, people may think they have forgiven but deep down they have not. They may not want to break up the family because of the impact on the children so they stick it out but that deep-seated resentment is there, may fester and evolve into bitterness. Usually, when people bicker about household chores and such, the issue really has nothing to do with dirty dishes or why you did not cook last week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>They stick it out but that deep-seated resentment is there </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Yes, marriages can survive infidelity but it is best that you seek professional intervention because it will not be easy. There will be bad days of tears, anger, depression and the whole host of emotions on both sides long before the healing process can start. Trusting the partner again will be a major hurdle plus the one who did the cheating has to take responsibility for his or her actions and not deflect. The aggrieved party also needs to see where they possibly dropped the ball and pushed their spouse away.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4624} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Couple-Being-Counselled.jpg\" alt=\"\" class=\"wp-image-4624\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Trusting the partner again will be a major hurdle.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Though it seems farfetched, marriages can not only survive but thrive and become better if both individuals commit to learning new emotional skill sets. They have to develop a new way of interacting and communicating. Honesty has to be a priority even if what the other person is saying may hurt. It is best you listen and realise that they are not saying things to be hurtful, they are expressing how they feel and feelings are not always sweet and pleasant. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4632} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Talking-To-Each-Other-1024x576.jpeg\" alt=\"\" class=\"wp-image-4632\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sometimes things about your partner may irk or annoy you and by staying silent they never know and so are not able to fix it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fixing your marriage will not be easy but it should be worth it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Story written by C.W.</em></strong></p>\n<!-- /wp:paragraph -->','Can a marriage survive cheating?','','inherit','closed','closed','','4598-revision-v1','','','2019-08-19 12:35:09','2019-08-19 17:35:09','',4598,'https://buzz-caribbean.com/article/4598-revision-v1/',0,'revision','',0),(4635,11,'2019-08-19 12:37:36','2019-08-19 17:37:36','<!-- wp:image {\"id\":4611} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Couple-Hurt-1.jpg\" alt=\"\" class=\"wp-image-4611\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You come home with the children from visiting relatives in the country and as usual, your husband who stayed back, left the place like a pigsty so you just sigh, drop your bags and start washing up the dishes and then tidying up the living room. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you start fluffing the cushion, a slip of white paper pops out and instead of simply throwing it away like an old receipt you instead read it and your world as you know it falls apart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The receipt is from a pharmacy for a pack of condoms and of course, you and your husband have not used condoms since the early phase of your relationship years ago. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4618} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/condom-BUZZ-1024x705.jpg\" alt=\"\" class=\"wp-image-4618\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You sit down stunned as you are rocked by this betrayal. Anger and hurt battle for supremacy but as you try to think, you also wonder at the long road ahead. Was it a one-time indiscretion? Can you forgive him and move on? Can your marriage survive this latest blow and still remain whole?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4619} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cheating-Partner-BUZZ-1024x535.jpg\" alt=\"\" class=\"wp-image-4619\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The answer is different for every individual.  No one can answer that question for you as you alone can comprehend if the vows you take are rules that you intend to live by. Obviously, he broke them but broken vows and promises do not necessarily mean a completely broken marriage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Broken vows and promises do not necessarily mean a completely broken marriage. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The big misconception is that an affair only occurs in\nunhappy marriages. A relationship where one party is unhappy or emotionally\ndistant may make the chances more likely but people ‘step out’ of good\nmarriages as well and their partner may be just as blindsided.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4620} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sidechick-Cheating.jpg\" alt=\"\" class=\"wp-image-4620\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Also, people may think they have forgiven but deep down they have not. They may not want to break up the family because of the impact on the children so they stick it out but that deep-seated resentment is there, may fester and evolve into bitterness. Usually, when people bicker about household chores and such, the issue really has nothing to do with dirty dishes or why you did not cook last week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>They stick it out but that deep-seated resentment is there.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Yes, marriages can survive infidelity but it is best that you seek professional intervention because it will not be easy. There will be bad days of tears, anger, depression and the whole host of emotions on both sides long before the healing process can start. Trusting the partner again will be a major hurdle plus the one who did the cheating has to take responsibility for his or her actions and not deflect. The aggrieved party also needs to see where they possibly dropped the ball and pushed their spouse away.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4624} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Couple-Being-Counselled.jpg\" alt=\"\" class=\"wp-image-4624\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Trusting the partner again will be a major hurdle.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Though it seems farfetched, marriages can not only survive but thrive and become better if both individuals commit to learning new emotional skill sets. They have to develop a new way of interacting and communicating. Honesty has to be a priority even if what the other person is saying may hurt. It is best you listen and realise that they are not saying things to be hurtful, they are expressing how they feel and feelings are not always sweet and pleasant. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4632} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Talking-To-Each-Other-1024x576.jpeg\" alt=\"\" class=\"wp-image-4632\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sometimes things about your partner may irk or annoy you and by staying silent they never know and so are not able to fix it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fixing your marriage will not be easy but it should be worth it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Story written by C.W.</em></strong></p>\n<!-- /wp:paragraph -->','Can a marriage survive cheating?','','inherit','closed','closed','','4598-revision-v1','','','2019-08-19 12:37:36','2019-08-19 17:37:36','',4598,'https://buzz-caribbean.com/article/4598-revision-v1/',0,'revision','',0),(4636,11,'2019-08-19 12:39:08','2019-08-19 17:39:08','<!-- wp:image {\"id\":4611} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Couple-Hurt-1.jpg\" alt=\"\" class=\"wp-image-4611\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You come home with the children from visiting relatives in the country and as usual, your husband who stayed back left the place like a pigsty. You just sigh, drop your bags and start washing up the dishes and then tidying up the living room. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you start fluffing the cushion, a slip of white paper pops out and instead of simply throwing it away like an old receipt, you instead read it and your world as you know it falls apart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The receipt is from a pharmacy for a pack of condoms and of course, you and your husband have not used condoms since the early phase of your relationship years ago. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4618} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/condom-BUZZ-1024x705.jpg\" alt=\"\" class=\"wp-image-4618\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You sit down stunned as you are rocked by this betrayal. Anger and hurt battle for supremacy but as you try to think, you also wonder at the long road ahead. Was it a one-time indiscretion? Can you forgive him and move on? Can your marriage survive this latest blow and still remain whole?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4619} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cheating-Partner-BUZZ-1024x535.jpg\" alt=\"\" class=\"wp-image-4619\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The answer is different for every individual.  No one can answer that question for you as you alone can comprehend if the vows you take are rules that you intend to live by. Obviously, he broke them but broken vows and promises do not necessarily mean a completely broken marriage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Broken vows and promises do not necessarily mean a completely broken marriage. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The big misconception is that an affair only occurs in\nunhappy marriages. A relationship where one party is unhappy or emotionally\ndistant may make the chances more likely but people ‘step out’ of good\nmarriages as well and their partner may be just as blindsided.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4620} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sidechick-Cheating.jpg\" alt=\"\" class=\"wp-image-4620\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Also, people may think they have forgiven but deep down they have not. They may not want to break up the family because of the impact on the children so they stick it out but that deep-seated resentment is there, may fester and evolve into bitterness. Usually, when people bicker about household chores and such, the issue really has nothing to do with dirty dishes or why you did not cook last week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>They stick it out but that deep-seated resentment is there.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Yes, marriages can survive infidelity but it is best that you seek professional intervention because it will not be easy. There will be bad days of tears, anger, depression and the whole host of emotions on both sides long before the healing process can start. Trusting the partner again will be a major hurdle plus the one who did the cheating has to take responsibility for his or her actions and not deflect. The aggrieved party also needs to see where they possibly dropped the ball and pushed their spouse away.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4624} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Couple-Being-Counselled.jpg\" alt=\"\" class=\"wp-image-4624\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Trusting the partner again will be a major hurdle.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Though it seems farfetched, marriages can not only survive but thrive and become better if both individuals commit to learning new emotional skill sets. They have to develop a new way of interacting and communicating. Honesty has to be a priority even if what the other person is saying may hurt. It is best you listen and realise that they are not saying things to be hurtful, they are expressing how they feel and feelings are not always sweet and pleasant. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4632} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Talking-To-Each-Other-1024x576.jpeg\" alt=\"\" class=\"wp-image-4632\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sometimes things about your partner may irk or annoy you and by staying silent they never know and so are not able to fix it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fixing your marriage will not be easy but it should be worth it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Story written by C.W.</em></strong></p>\n<!-- /wp:paragraph -->','Can a marriage survive cheating?','','inherit','closed','closed','','4598-revision-v1','','','2019-08-19 12:39:08','2019-08-19 17:39:08','',4598,'https://buzz-caribbean.com/article/4598-revision-v1/',0,'revision','',0),(4637,11,'2019-08-19 12:41:55','2019-08-19 17:41:55','<!-- wp:image {\"id\":4611} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Couple-Hurt-1.jpg\" alt=\"\" class=\"wp-image-4611\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You come home with the children from visiting relatives in the country and as usual, your husband who stayed back left the place like a pigsty. You just sigh, drop your bags and start washing up the dishes and then tidying up the living room. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you start fluffing the cushion, a slip of white paper pops out and instead of simply throwing it away like an old receipt, you instead read it and your world as you know it falls apart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The receipt is from a pharmacy for a pack of condoms and of course, you and your husband have not used condoms since the early phase of your relationship years ago. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4618} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/condom-BUZZ-1024x705.jpg\" alt=\"\" class=\"wp-image-4618\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You sit down stunned as you are rocked by this betrayal. Anger and hurt battle for supremacy but as you try to think, you also wonder at the long road ahead. Was it a one-time indiscretion? Can you forgive him and move on? Can your marriage survive this latest blow and still remain whole?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4619} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cheating-Partner-BUZZ-1024x535.jpg\" alt=\"\" class=\"wp-image-4619\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The answer is different for every individual.  No one can answer that question for you as you alone can comprehend if the vows you take are rules that you intend to live by. Obviously, he broke them but broken vows and promises do not necessarily mean a completely broken marriage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Broken vows and promises do not necessarily mean a completely broken marriage. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The big misconception is that an affair only occurs in\nunhappy marriages. A relationship where one party is unhappy or emotionally\ndistant may make the chances more likely but people ‘step out’ of good\nmarriages as well and their partner may be just as blindsided.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4620} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sidechick-Cheating.jpg\" alt=\"\" class=\"wp-image-4620\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Also, people may think they have forgiven but deep down they have not. They may not want to break up the family because of the impact on the children so they stick it out, but that deep-seated resentment is there, may fester and evolve into bitterness. Usually, when people bicker about household chores and such, the issue really has nothing to do with dirty dishes or why you did not cook last week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>They stick it out but that deep-seated resentment is there.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Yes, marriages can survive infidelity but it is best that you seek professional intervention because it will not be easy. There will be bad days of tears, anger, depression and the whole host of emotions on both sides long before the healing process can start. Trusting the partner again will be a major hurdle plus the one who did the cheating has to take responsibility for his or her actions and not deflect. The aggrieved party also needs to see where they possibly dropped the ball and pushed their spouse away.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4624} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Couple-Being-Counselled.jpg\" alt=\"\" class=\"wp-image-4624\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Trusting the partner again will be a major hurdle.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Though it seems farfetched, marriages can not only survive but thrive and become better if both individuals commit to learning new emotional skill sets. They have to develop a new way of interacting and communicating. Honesty has to be a priority even if what the other person is saying may hurt. It is best you listen and realise that they are not saying things to be hurtful, they are expressing how they feel and feelings are not always sweet and pleasant. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4632} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Talking-To-Each-Other-1024x576.jpeg\" alt=\"\" class=\"wp-image-4632\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sometimes things about your partner may irk or annoy you and by staying silent they never know and so are not able to fix it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fixing your marriage will not be easy but it should be worth it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Story written by C.W.</em></strong></p>\n<!-- /wp:paragraph -->','Can a marriage survive cheating?','','inherit','closed','closed','','4598-revision-v1','','','2019-08-19 12:41:55','2019-08-19 17:41:55','',4598,'https://buzz-caribbean.com/article/4598-revision-v1/',0,'revision','',0),(4641,4,'2019-08-19 12:49:50','2019-08-19 17:49:50','<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Calico Jack Island, off the\ncoast of Green Island in Hanover, is undoubtedly one of Jamaica’s best kept\nsecrets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located less than 200 metres from the Half Moon Beach property of which it is a part, the tiny islet is a perfect respite for persons who simply want to relax in a setting surrounded by azure Caribbean waters and enveloped in nature. The only sound at the island are the waves gently lapping at the rocks or birds which fly past or perch in the nearby mangroves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The waters surrounding the\nislet is ideal for snorkeling, as it has some of the healthiest coral reefs\nthat can be found anywhere in the Caribbean.&nbsp;\nFishing is prohibited there because it is a fish sanctuary, and a\nnesting place for baby fish and crustaceans such as crabs and lobsters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pirate Jack’s Shack is at the\ncenterpiece of the island. It is where guests are able to dress up and play\npirate, bawling out the traditional pirate’s cry, “Yo ho-ho and a bottle of rum,”\nall day if they wish, enjoy seafood cooked by “Pirate Jack” himself, whose role\nis played by chef Livingston Muirhead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Caption: Put the flag here\n</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Guests travel by engine boat to the island, or by catamaran or glass-bottom boat from Negril. As you approach you are filled with either excitement or dread as the old black pirate flag with the human skull looms ahead, fluttering in the wind. On the island, the pirate theme is evident. There, pirate memorabilia and flags and funny signs state: “Beware of Pirates”, “Keep out” and “Enter if ye dare”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The theme is perfect as this area was once a haunt of some of Jamaica’s most notorious pirates in the 1600s, including the famed female duo of Anne Bonney and Mary Read.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The food served on the island\nis delightful.&nbsp; During lobster season\nthere is grilled lobster drizzled with garlic butter, which might be served\nwith rice and peas and tossed salad, or fish or chicken as desired.&nbsp;&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Calico Jack’s Island in all\nits rustic loveliness, is a place that Jamaicans and tourists alike immediately\nfall in love with. It is away from built up areas, but close enough to land that\ngood swimmers can even swim across to the shore if they wish.&nbsp;&nbsp; It has hosted over the years, wedding\nreceptions, birthday parties and a whole host of get-together events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His place is a real treasure.&nbsp; There is no place like it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Article written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','4614-revision-v1','','','2019-08-19 12:49:50','2019-08-19 17:49:50','',4614,'https://buzz-caribbean.com/article/4614-revision-v1/',0,'revision','',0),(4642,4,'2019-08-19 12:50:25','2019-08-19 17:50:25','','calico jack island 7','','inherit','open','closed','','untitled-3-of-8','','','2019-08-19 16:14:53','2019-08-19 21:14:53','',0,'https://buzz-caribbean.com/app/uploads/2019/08/untitled-3-of-8.jpg',0,'attachment','image/jpeg',0),(4643,4,'2019-08-19 12:50:26','2019-08-19 17:50:26','','calico jack 6','','inherit','open','closed','','untitled-4-of-8','','','2019-08-19 16:14:45','2019-08-19 21:14:45','',0,'https://buzz-caribbean.com/app/uploads/2019/08/untitled-4-of-8.jpg',0,'attachment','image/jpeg',0),(4644,4,'2019-08-19 12:50:29','2019-08-19 17:50:29','','calico jack island 6','','inherit','open','closed','','untitled-5-of-8','','','2019-08-19 16:14:38','2019-08-19 21:14:38','',0,'https://buzz-caribbean.com/app/uploads/2019/08/untitled-5-of-8.jpg',0,'attachment','image/jpeg',0),(4645,4,'2019-08-19 12:50:31','2019-08-19 17:50:31','','calico jack island 5','','inherit','open','closed','','untitled-6-of-8','','','2019-08-19 16:14:30','2019-08-19 21:14:30','',0,'https://buzz-caribbean.com/app/uploads/2019/08/untitled-6-of-8.jpg',0,'attachment','image/jpeg',0),(4646,4,'2019-08-19 12:50:33','2019-08-19 17:50:33','','calico jack island 4','','inherit','open','closed','','untitled-7-of-8','','','2019-08-19 16:14:22','2019-08-19 21:14:22','',0,'https://buzz-caribbean.com/app/uploads/2019/08/untitled-7-of-8.jpg',0,'attachment','image/jpeg',0),(4647,4,'2019-08-19 12:50:34','2019-08-19 17:50:34','','calico jack island 3','','inherit','open','closed','','untitled-8-of-8','','','2019-08-19 16:14:13','2019-08-19 21:14:13','',0,'https://buzz-caribbean.com/app/uploads/2019/08/untitled-8-of-8.jpg',0,'attachment','image/jpeg',0),(4648,4,'2019-08-19 12:50:37','2019-08-19 17:50:37','','Calico jack island 2','','inherit','open','closed','','untitled-1-of-8','','','2019-08-19 16:12:47','2019-08-19 21:12:47','',0,'https://buzz-caribbean.com/app/uploads/2019/08/untitled-1-of-8.jpg',0,'attachment','image/jpeg',0),(4649,4,'2019-08-19 12:50:39','2019-08-19 17:50:39','','calico jack island','','inherit','open','closed','','untitled-2-of-8','','','2019-08-19 16:12:19','2019-08-19 21:12:19','',0,'https://buzz-caribbean.com/app/uploads/2019/08/untitled-2-of-8.jpg',0,'attachment','image/jpeg',0),(4650,4,'2019-08-19 12:52:01','2019-08-19 17:52:01','<!-- wp:image {\"id\":4646} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/untitled-7-of-8-1024x685.jpg\" alt=\"\" class=\"wp-image-4646\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Calico Jack Island, off the\ncoast of Green Island in Hanover, is undoubtedly one of Jamaica’s best kept\nsecrets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located less than 200 metres from the Half Moon Beach property of which it is a part, the tiny islet is a perfect respite for persons who simply want to relax in a setting surrounded by azure Caribbean waters and enveloped in nature. The only sound at the island are the waves gently lapping at the rocks or birds which fly past or perch in the nearby mangroves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The waters surrounding the\nislet is ideal for snorkeling, as it has some of the healthiest coral reefs\nthat can be found anywhere in the Caribbean.&nbsp;\nFishing is prohibited there because it is a fish sanctuary, and a\nnesting place for baby fish and crustaceans such as crabs and lobsters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pirate Jack’s Shack is at the\ncenterpiece of the island. It is where guests are able to dress up and play\npirate, bawling out the traditional pirate’s cry, “Yo ho-ho and a bottle of rum,”\nall day if they wish, enjoy seafood cooked by “Pirate Jack” himself, whose role\nis played by chef Livingston Muirhead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Caption: Put the flag here\n</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Guests travel by engine boat to the island, or by catamaran or glass-bottom boat from Negril. As you approach you are filled with either excitement or dread as the old black pirate flag with the human skull looms ahead, fluttering in the wind. On the island, the pirate theme is evident. There, pirate memorabilia and flags and funny signs state: “Beware of Pirates”, “Keep out” and “Enter if ye dare”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The theme is perfect as this area was once a haunt of some of Jamaica’s most notorious pirates in the 1600s, including the famed female duo of Anne Bonney and Mary Read.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The food served on the island\nis delightful.&nbsp; During lobster season\nthere is grilled lobster drizzled with garlic butter, which might be served\nwith rice and peas and tossed salad, or fish or chicken as desired.&nbsp;&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Calico Jack’s Island in all\nits rustic loveliness, is a place that Jamaicans and tourists alike immediately\nfall in love with. It is away from built up areas, but close enough to land that\ngood swimmers can even swim across to the shore if they wish.&nbsp;&nbsp; It has hosted over the years, wedding\nreceptions, birthday parties and a whole host of get-together events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His place is a real treasure.&nbsp; There is no place like it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Article written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','4614-revision-v1','','','2019-08-19 12:52:01','2019-08-19 17:52:01','',4614,'https://buzz-caribbean.com/article/4614-revision-v1/',0,'revision','',0),(4654,4,'2019-08-19 12:59:33','2019-08-19 17:59:33','<!-- wp:image {\"id\":4646} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/untitled-7-of-8-1024x685.jpg\" alt=\"\" class=\"wp-image-4646\" /><figcaption>Writer Claudia Gardner channeling her inner pirate.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Calico Jack Island, off the\ncoast of Green Island in Hanover, is undoubtedly one of Jamaica’s best kept\nsecrets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located less than 200 metres from the Half Moon Beach property of which it is a part, the tiny islet is a perfect respite for persons who simply want to relax in a setting surrounded by azure Caribbean waters and enveloped in nature. The only sound at the island are the waves gently lapping at the rocks or birds which fly past or perch in the nearby mangroves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The waters surrounding the\nislet is ideal for snorkeling, as it has some of the healthiest coral reefs\nthat can be found anywhere in the Caribbean.&nbsp;\nFishing is prohibited there because it is a fish sanctuary, and a\nnesting place for baby fish and crustaceans such as crabs and lobsters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pirate Jack’s Shack is at the\ncenterpiece of the island. It is where guests are able to dress up and play\npirate, bawling out the traditional pirate’s cry, “Yo ho-ho and a bottle of rum,”\nall day if they wish, enjoy seafood cooked by “Pirate Jack” himself, whose role\nis played by chef Livingston Muirhead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4649} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/untitled-2-of-8-1024x685.jpg\" alt=\"\" class=\"wp-image-4649\" /><figcaption>The skull and bone flag of Calico Jack Island. (Photos: Claudia Gardner)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Guests travel by engine boat to the island, or by catamaran or glass-bottom boat from Negril. As you approach you are filled with either excitement or dread as the old black pirate flag with the human skull looms ahead, fluttering in the wind. On the island, the pirate theme is evident. There, pirate memorabilia and flags and funny signs state: “Beware of Pirates”, “Keep out” and “Enter if ye dare”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The theme is perfect as this area was once a haunt of some of Jamaica’s most notorious pirates in the 1600s, including the famed female duo of Anne Bonney and Mary Read.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The food served on the island\nis delightful.&nbsp; During lobster season\nthere is grilled lobster drizzled with garlic butter, which might be served\nwith rice and peas and tossed salad, or fish or chicken as desired.&nbsp;&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Calico Jack’s Island in all\nits rustic loveliness, is a place that Jamaicans and tourists alike immediately\nfall in love with. It is away from built up areas, but close enough to land that\ngood swimmers can even swim across to the shore if they wish.&nbsp;&nbsp; It has hosted over the years, wedding\nreceptions, birthday parties and a whole host of get-together events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His place is a real treasure.&nbsp; There is no place like it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Article written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','4614-revision-v1','','','2019-08-19 12:59:33','2019-08-19 17:59:33','',4614,'https://buzz-caribbean.com/article/4614-revision-v1/',0,'revision','',0),(4656,4,'2019-08-19 13:04:46','2019-08-19 18:04:46','<!-- wp:image {\"id\":4646} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/untitled-7-of-8-1024x685.jpg\" alt=\"\" class=\"wp-image-4646\" /><figcaption>Writer Claudia Gardner channeling her inner pirate.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Calico Jack Island, off the\ncoast of Green Island in Hanover, is undoubtedly one of Jamaica’s best kept\nsecrets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located less than 200 metres from the Half Moon Beach property of which it is a part, the tiny islet is a perfect respite for persons who simply want to relax in a setting surrounded by azure Caribbean waters and enveloped in nature. The only sound at the island are the waves gently lapping at the rocks or birds which fly past or perch in the nearby mangroves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The waters surrounding the\nislet is ideal for snorkeling, as it has some of the healthiest coral reefs\nthat can be found anywhere in the Caribbean.&nbsp;\nFishing is prohibited there because it is a fish sanctuary, and a\nnesting place for baby fish and crustaceans such as crabs and lobsters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pirate Jack’s Shack is at the\ncenterpiece of the island. It is where guests are able to dress up and play\npirate, bawling out the traditional pirate’s cry, “Yo ho-ho and a bottle of rum,”\nall day if they wish, enjoy seafood cooked by “Pirate Jack” himself, whose role\nis played by chef Livingston Muirhead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4644} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/untitled-5-of-8-685x1024.jpg\" alt=\"\" class=\"wp-image-4644\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Guests travel by engine boat to the island, or by catamaran or glass-bottom boat from Negril. As you approach you are filled with either excitement or dread as the old black pirate flag with the human skull looms ahead, fluttering in the wind. On the island, the pirate theme is evident. There, pirate memorabilia and flags and funny signs state: “Beware of Pirates”, “Keep out” and “Enter if ye dare”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The theme is perfect as this area was once a haunt of some of Jamaica’s most notorious pirates in the 1600s, including the famed female duo of Anne Bonney and Mary Read.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4649} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/untitled-2-of-8-1024x685.jpg\" alt=\"\" class=\"wp-image-4649\" /><figcaption>The skull and bone flag of Calico Jack Island. (Photos: Claudia Gardner)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The food served on the island\nis delightful.&nbsp; During lobster season\nthere is grilled lobster drizzled with garlic butter, which might be served\nwith rice and peas and tossed salad, or fish or chicken as desired.&nbsp;&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Calico Jack’s Island in all\nits rustic loveliness, is a place that Jamaicans and tourists alike immediately\nfall in love with. It is away from built up areas, but close enough to land that\ngood swimmers can even swim across to the shore if they wish.&nbsp;&nbsp; It has hosted over the years, wedding\nreceptions, birthday parties and a whole host of get-together events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His place is a real treasure.&nbsp; There is no place like it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Article written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Ahoy Matey! Be a pirate for a day at Calico Jack Island.','','inherit','closed','closed','','4614-revision-v1','','','2019-08-19 13:04:46','2019-08-19 18:04:46','',4614,'https://buzz-caribbean.com/article/4614-revision-v1/',0,'revision','',0),(4658,4,'2019-08-19 13:14:57','2019-08-19 18:14:57','<!-- wp:image {\"id\":4646} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/untitled-7-of-8-1024x685.jpg\" alt=\"\" class=\"wp-image-4646\" /><figcaption>Writer Claudia Gardner channeling her inner pirate.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Calico Jack Island, off the\ncoast of Green Island in Hanover, is undoubtedly one of Jamaica’s best kept\nsecrets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located less than 200 metres from the Half Moon Beach property of which it is a part, the tiny islet is a perfect respite for persons who simply want to relax in a setting surrounded by azure Caribbean waters and enveloped in nature. The only sound at the island are the waves gently lapping at the rocks or birds which fly past or perch in the nearby mangroves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The waters surrounding the\nislet is ideal for snorkeling, as it has some of the healthiest coral reefs\nthat can be found anywhere in the Caribbean.&nbsp;\nFishing is prohibited there because it is a fish sanctuary, and a\nnesting place for baby fish and crustaceans such as crabs and lobsters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4648} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/untitled-1-of-8-1024x685.jpg\" alt=\"\" class=\"wp-image-4648\" /><figcaption>A section of Calico Jack Island. (Photos by Claudia Gardner)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pirate Jack’s Shack is at the\ncenterpiece of the island. It is where guests are able to dress up and play\npirate, bawling out the traditional pirate’s cry, “Yo ho-ho and a bottle of rum,”\nall day if they wish, enjoy seafood cooked by “Pirate Jack” himself, whose role\nis played by chef Livingston Muirhead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The food served on the island is delightful. During lobster season there is grilled lobster drizzled with garlic butter, which might be served with rice and peas and tossed salad, or fish or chicken as desired.   </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4644} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/untitled-5-of-8-685x1024.jpg\" alt=\"\" class=\"wp-image-4644\" /><figcaption>Meals are prepared by chef Livingston \'Calico Jack\' Muirhead.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Guests travel by engine boat to the island, or by catamaran or glass-bottom boat from Negril. As you approach you are filled with either excitement or dread as the old black pirate flag with the human skull looms ahead, fluttering in the wind. On the island, the pirate theme is evident. There, pirate memorabilia and flags and funny signs state: “Beware of Pirates”, “Keep out” and “Enter if ye dare”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The theme is perfect as this area was once a haunt of some of Jamaica’s most notorious pirates in the 1600s, including the famed female duo of Anne Bonney and Mary Read.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4649} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/untitled-2-of-8-1024x685.jpg\" alt=\"\" class=\"wp-image-4649\" /><figcaption>The skull and bone flag of Calico Jack Island. (Photos: Claudia Gardner)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Calico Jack’s Island in all its rustic loveliness, is a place that Jamaicans and tourists alike immediately fall in love with. It is away from built-up areas, but close enough to land that good swimmers can even swim across to the shore.   It has hosted over the years, wedding receptions, birthday parties and a whole host of get-together events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This place is a real treasure.  There is no place like it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Article written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Ahoy Matey! Be a pirate for a day at Calico Jack Island.','','inherit','closed','closed','','4614-revision-v1','','','2019-08-19 13:14:57','2019-08-19 18:14:57','',4614,'https://buzz-caribbean.com/article/4614-revision-v1/',0,'revision','',0),(4659,4,'2019-08-19 13:17:33','2019-08-19 18:17:33','<!-- wp:image {\"id\":4646} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/untitled-7-of-8-1024x685.jpg\" alt=\"\" class=\"wp-image-4646\" /><figcaption>Writer Claudia Gardner channeling her inner pirate.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Calico Jack Island, off the\ncoast of Green Island in Hanover, is undoubtedly one of Jamaica’s best kept\nsecrets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located less than 200 metres from the Half Moon Beach property of which it is a part, the tiny islet is a perfect respite for persons who simply want to relax in a setting surrounded by azure Caribbean waters and enveloped in nature. The only sound at the island are the waves gently lapping at the rocks or birds which fly past or perch in the nearby mangroves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The waters surrounding the\nislet is ideal for snorkeling, as it has some of the healthiest coral reefs\nthat can be found anywhere in the Caribbean.&nbsp;\nFishing is prohibited there because it is a fish sanctuary, and a\nnesting place for baby fish and crustaceans such as crabs and lobsters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4648} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/untitled-1-of-8-1024x685.jpg\" alt=\"\" class=\"wp-image-4648\" /><figcaption>A section of Calico Jack Island. (Photos by Claudia Gardner)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pirate Jack’s Shack is at the\ncenterpiece of the island. It is where guests are able to dress up and play\npirate, bawling out the traditional pirate’s cry, “Yo ho-ho and a bottle of rum,”\nall day if they wish, enjoy seafood cooked by “Pirate Jack” himself, whose role\nis played by chef Livingston Muirhead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4644} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/untitled-5-of-8-685x1024.jpg\" alt=\"\" class=\"wp-image-4644\" /><figcaption>Meals are prepared by chef Livingston \'Calico Jack\' Muirhead.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The food served on the island is delightful. During lobster season there is grilled lobster drizzled with garlic butter, which might be served with rice and peas and tossed salad, or fish or chicken as desired.   </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4642} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/untitled-3-of-8-1024x685.jpg\" alt=\"\" class=\"wp-image-4642\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":4645} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/untitled-6-of-8-1024x685.jpg\" alt=\"\" class=\"wp-image-4645\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Guests travel by engine boat to the island, or by catamaran or glass-bottom boat from Negril. As you approach you are filled with either excitement or dread as the old black pirate flag with the human skull looms ahead, fluttering in the wind. On the island, the pirate theme is evident. There, pirate memorabilia and flags and funny signs state: “Beware of Pirates”, “Keep out” and “Enter if ye dare”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The theme is perfect as this area was once a haunt of some of Jamaica’s most notorious pirates in the 1600s, including the famed female duo of Anne Bonney and Mary Read.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4649} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/untitled-2-of-8-1024x685.jpg\" alt=\"\" class=\"wp-image-4649\" /><figcaption>The skull and bone flag of Calico Jack Island.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Calico Jack’s Island in all its rustic loveliness, is a place that Jamaicans and tourists alike immediately fall in love with. It is away from built-up areas, but close enough to land that good swimmers can even swim across to the shore.   It has hosted over the years, wedding receptions, birthday parties and a whole host of get-together events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This place is a real treasure.  There is no place like it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Article written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Ahoy Matey! Be a pirate for a day at Calico Jack Island.','','inherit','closed','closed','','4614-revision-v1','','','2019-08-19 13:17:33','2019-08-19 18:17:33','',4614,'https://buzz-caribbean.com/article/4614-revision-v1/',0,'revision','',0),(4661,21,'2019-08-19 16:03:10','2019-08-19 21:03:10','<!-- wp:paragraph -->\n<p>For the past eight years, Paul has had two wives, two families, two households and for the most part things have been going well. The issues are minor and of the everyday garden variety, so Paul is pretty much a happy man. One with lots of bills, but a happy man nonetheless. The arrangement that exists between Paul’s two lady loves is what in modern lingo is called ‘sister wives’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4672} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Reality-Show-Star-Uthando-Ne-Sthembu-Polygamous-Marriage-Source-HuffPost.jpeg\" alt=\"\" class=\"wp-image-4672\" /><figcaption>Reality show star Uthando Ne Sthembu, who is happily involved in a polygamous marriage shares a photo moment with his wives. (Source - HuffPost)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The concept of a ‘sister wife’ stems from the existence of a polygamist family where several women join the original family unit over a period, though only the first is considered a legal wife. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All others are considered faith-based or spiritual unions. While legally polygamy is prohibited in most Western societies, the law does not peep into people’s bedrooms and therefore consenting adults choosing to cohabit or live together is generally left to the discretion of the parties involved. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4676} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Polygamy-Tease-1024x555.jpg\" alt=\"\" class=\"wp-image-4676\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Polygamous unions are growing in numbers. There are even a number of reality TV series about this communal living arrangement and the varying dramatic interactions. To some, it seems like fun to be a part of a big family, especially to those who may not have had a family in their formative years but is it a wise decision? Could you see yourself becoming a sister wife? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4680} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Link-1024x694.jpg\" alt=\"\" class=\"wp-image-4680\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The first thing that would have to be addressed is the sleeping arrangement. Would you all live in one big house or have several houses in close proximity. This can be a source of contention just for the fact that if one bedroom is bigger than the other or one house is bigger or nicer, one wife may feel less than the other because of size or structure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4684} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sleeping-Together-Polygamy-1024x576.jpg\" alt=\"\" class=\"wp-image-4684\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Then there is the whole issue of intercourse. Who gets what night? Do you rotate? What happens when you are on your period and it is your scheduled time? It may seem like just ‘playing house’ but the situation is very real. They procreate and have children. In fact, large families units are not only supported but encouraged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How about when jealousy flares up? What if one wife feels the husband shows more attention or showers one partner with more gifts than the others? How about simply lying in bed alone, knowing that the man you love is currently lying with another woman and there is nothing you can do about it?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Wife number one is the legal wife. Everyone else is pretty much a hanger-on. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Then there is the whole matter of the law which recognises the first relationship as the only legal union. Wife number one is the legal wife. Everyone else is pretty much a hanger-on as they do not even qualify as a common-law spouse. The rest will not have a pot to pee in if he dies because the first wife can collect all of the assets. Why then would you stay if you are wifey number two, three or four? Always investigate before you get involved.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Story written by C.W.</em></strong></p>\n<!-- /wp:paragraph -->','Could you be a ‘sister wife’?','','publish','open','closed','','could-you-be-a-sister-wife','','','2019-08-19 16:03:11','2019-08-19 21:03:11','',0,'https://buzz-caribbean.com/?p=4661',0,'post','',0),(4662,4,'2019-08-19 13:26:26','2019-08-19 18:26:26','<!-- wp:image {\"id\":4646} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/untitled-7-of-8-1024x685.jpg\" alt=\"\" class=\"wp-image-4646\" /><figcaption>Writer Claudia Gardner channeling her inner pirate.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Calico Jack Island, off the\ncoast of Green Island in Hanover, is undoubtedly one of Jamaica’s best kept\nsecrets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located less than 200 metres from the Half Moon Beach property of which it is a part, the tiny islet is a perfect respite for persons who simply want to relax in a setting surrounded by azure Caribbean waters and enveloped in nature. The only sound at the island are the waves gently lapping at the rocks or birds which fly past or perch in the nearby mangroves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The waters surrounding the\nislet is ideal for snorkeling, as it has some of the healthiest coral reefs\nthat can be found anywhere in the Caribbean.&nbsp;\nFishing is prohibited there because it is a fish sanctuary, and a\nnesting place for baby fish and crustaceans such as crabs and lobsters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4648} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/untitled-1-of-8-1024x685.jpg\" alt=\"\" class=\"wp-image-4648\" /><figcaption>A section of Calico Jack Island. (Photos by Claudia Gardner)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pirate Jack’s Shack is at the\ncenterpiece of the island. It is where guests are able to dress up and play\npirate, bawling out the traditional pirate’s cry, “Yo ho-ho and a bottle of rum,”\nall day if they wish, enjoy seafood cooked by “Pirate Jack” himself, whose role\nis played by chef Livingston Muirhead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4644} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/untitled-5-of-8-685x1024.jpg\" alt=\"\" class=\"wp-image-4644\" /><figcaption>Meals are prepared by chef Livingston \'Calico Jack\' Muirhead.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The food served on the island is delightful. During lobster season there is grilled lobster drizzled with garlic butter, which might be served with rice and peas and tossed salad, or fish or chicken as desired.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4645} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/untitled-6-of-8-1024x685.jpg\" alt=\"\" class=\"wp-image-4645\" /><figcaption>Quench ye thirst at the Pirate Jack Shack.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Guests travel by engine boat to the island, or by catamaran or glass-bottom boat from Negril. As you approach you are filled with either excitement or dread as the old black pirate flag with the human skull looms ahead, fluttering in the wind. On the island, the pirate theme is evident. There, pirate memorabilia and flags and funny signs state: “Beware of Pirates”, “Keep out” and “Enter if ye dare”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The theme is perfect as this area was once a haunt of some of Jamaica’s most notorious pirates in the 1600s, including the famed female duo of Anne Bonney and Mary Read.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4649} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/untitled-2-of-8-1024x685.jpg\" alt=\"\" class=\"wp-image-4649\" /><figcaption>The skull and bone flag of Calico Jack Island.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Calico Jack’s Island in all its rustic loveliness, is a place that Jamaicans and tourists alike immediately fall in love with. It is away from built-up areas, but close enough to land that good swimmers can even swim across to the shore.   It has hosted over the years, wedding receptions, birthday parties and a whole host of get-together events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4643} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/untitled-4-of-8-1024x685.jpg\" alt=\"\" class=\"wp-image-4643\" /><figcaption>Journey to Calico Jack Island</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This place is a real treasure.  There is no place like it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Article written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Ahoy matey! Be a pirate for a day at Calico Jack Island.','','inherit','closed','closed','','4614-revision-v1','','','2019-08-19 13:26:26','2019-08-19 18:26:26','',4614,'https://buzz-caribbean.com/article/4614-revision-v1/',0,'revision','',0),(4663,4,'2019-08-19 13:29:53','2019-08-19 18:29:53','<!-- wp:image {\"id\":4627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/coming-to-america.jpg\" alt=\"\" class=\"wp-image-4627\" /><figcaption>Eddie Murphy and Arsenio Hall in a scene from the classic hit Coming 2 America. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After 32 years, a sequel to the hit comedy and cult classic \"Coming to America\" is expected to hit cinema screens across the world next year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this sequel,&nbsp; Prince Akeem played by Eddie Murphy learns he has a long lost some in the United States and must return to America to meet with this person who could be heir to the throne of Zamunda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>The sequel dubbed \"Coming 2 America\" will see Eddie Murphy, Arsenio Hall, James Earl Jones and most of the original class from the first movie that came out in 1988. However one face that will be missing is that of Queen Aoleon that was played by Jamaican Madge Sinclair who is now deceased.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However a bit of big news is that Wesley Snipes and Leslie Jones of Saturday Night Live and Ghostbusters have been signed on for the movie.<br>Coming to America was a massive success when it was initially released grossing over 288 million worldwide. Fans have long since anticipated a follow-up movie and shooting has now finally been confirmed.</p>\n<!-- /wp:paragraph -->','Coming 2 America set for big screen in 2020','','inherit','closed','closed','','4626-revision-v1','','','2019-08-19 13:29:53','2019-08-19 18:29:53','',4626,'https://buzz-caribbean.com/article/4626-revision-v1/',0,'revision','',0),(4664,4,'2019-08-19 13:38:24','2019-08-19 18:38:24','<!-- wp:image {\"id\":4627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/coming-to-america.jpg\" alt=\"\" class=\"wp-image-4627\" /><figcaption>Eddie Murphy and Arsenio Hall in a scene from the classic 1980s hit Coming 2 America. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After 32 years, a sequel to the hit comedy and cult classic <strong>Coming to America</strong> is expected to hit cinema screens across the world next year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this sequel,&nbsp; Prince Akeem played by Eddie Murphy learns he has a long lost some in the United States and must return to America to meet with this person who could be heir to the throne of Zamunda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>The sequel dubbed \"Coming 2 America\" will see Eddie Murphy, Arsenio Hall, James Earl Jones and most of the original class from the first movie that came out in 1988. However one face that will be missing is that of Queen Aoleon that was played by Jamaican Madge Sinclair who is now deceased.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However a bit of big news is that Wesley Snipes and Leslie Jones of Saturday Night Live and Ghostbusters have been signed on for the movie.<br>Coming to America was a massive success when it was initially released grossing over 288 million worldwide. Fans have long since anticipated a follow-up movie and shooting has now finally been confirmed.</p>\n<!-- /wp:paragraph -->','Coming 2 America set for big screen in 2020','','inherit','closed','closed','','4626-revision-v1','','','2019-08-19 13:38:24','2019-08-19 18:38:24','',4626,'https://buzz-caribbean.com/article/4626-revision-v1/',0,'revision','',0),(4665,4,'2019-08-19 13:42:30','2019-08-19 18:42:30','<!-- wp:image {\"id\":4627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/coming-to-america.jpg\" alt=\"\" class=\"wp-image-4627\" /><figcaption>Eddie Murphy and Arsenio Hall in a scene from the classic 1980s hit Coming to America. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After 32 years, a sequel to the hit comedy and cult classic <strong>Coming to America</strong> is expected to hit cinema screens across the world next year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this sequel,  Prince Akeem played by Eddie Murphy learns he has a long lost son in the United States and must return to America to meet with this person who could be heir to the throne of Zamunda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The sequel dubbed \"Coming 2 America\" will see Eddie Murphy, Arsenio Hall, James Earl Jones and most of the original class from the first movie that came out in 1988. However one face that will be missing is that of Queen Aoleon that was played by Jamaican Madge Sinclair who is now deceased.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However a bit of big news is that Wesley Snipes and Leslie Jones of Saturday Night Live and Ghostbusters have been signed on for the movie.<br>Coming to America was a massive success when it was initially released grossing over 288 million worldwide. Fans have long since anticipated a follow-up movie and shooting has now finally been confirmed.</p>\n<!-- /wp:paragraph -->','Coming 2 America set for the big screen in 2020','','inherit','closed','closed','','4626-revision-v1','','','2019-08-19 13:42:30','2019-08-19 18:42:30','',4626,'https://buzz-caribbean.com/article/4626-revision-v1/',0,'revision','',0),(4667,23,'2019-08-19 14:27:19','2019-08-19 19:27:19','<!-- wp:image {\"id\":4668} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/alcohol-drunk-hangover-52507-1024x682.jpg\" alt=\"\" class=\"wp-image-4668\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some have liquor bottles under their desks or in drawers, and others mix their booze with orange juice and pretend like it is part of breakfast. You even have some people who walk in with a Starbucks cup as if they stopped there on the way to work, but if you get near to the container, the fumes that hit you may knock you out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It may not seem like a biggie to some individuals, but drinking on the\njob is only OK if you work from home with your laptop while wearing your\n‘jammies’. Once you are in someone else’s space or an office environment, leave\nthe booze until the closed sign is put up and the office shutters come down.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Drinking on the job is a no-no for several reasons, and chief among them\nis the matter of safety. If you are operating a crane, wrecking ball or a tractor,\nyou should stay away from alcohol. You should even avoid simple liquids like\ncough syrup, which is also loaded with some alcoholic derivative that makes you\nsleepy, thus compromising your safety and that of those around you. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4669} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/alcohol-alcoholic-beverages-beer-1446271-1024x719.jpg\" alt=\"\" class=\"wp-image-4669\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Drinking interferes with your ability to process rational thoughts, and it even dulls your reflexes and reaction time. A lot of people believe that they can drink and still be OK behind the wheels until the reality of an accident occurs. Heavy machinery is not the only thing to fear if one is inebriated. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aside from physical safety, drinking can impact your work by making you do and say things that you wouldn’t normally think of doing. Yes, we know a few happy drunks, but in general, drunks are mean spirited and reckless with their words. Can you imagine someone who has been ‘sipping on the sauce’ and working at a counselling centre or worse a suicide hotline location, and someone calls or comes in desperate for help? This tipsy individual may say something that could negatively affect an already vulnerable person.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other than safety and\nnegative behaviour, drinking while at work can also lead to other issues such\nas tardiness, office fights and squabbles, absenteeism, reduce workplace morale\nand create an overall negative reputation and image for the organisation. If\nthe management of any company turns a blind eye to drinking, they are not\nserious about staying in business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by C.W.</em></strong></p>\n<!-- /wp:paragraph -->','You’re not at a bar: No drinking on the job','','publish','open','closed','','youre-not-at-a-bar-no-drinking-on-the-job','','','2019-08-19 14:27:20','2019-08-19 19:27:20','',0,'https://buzz-caribbean.com/?p=4667',0,'post','',0),(4668,9,'2019-08-19 14:25:11','2019-08-19 19:25:11','','alcohol-drunk-hangover-52507','','inherit','open','closed','','alcohol-drunk-hangover-52507','','','2019-08-19 14:25:11','2019-08-19 19:25:11','',4667,'https://buzz-caribbean.com/app/uploads/2019/08/alcohol-drunk-hangover-52507.jpg',0,'attachment','image/jpeg',0),(4669,9,'2019-08-19 14:25:36','2019-08-19 19:25:36','','alcohol-alcoholic-beverages-beer-1446271','','inherit','open','closed','','alcohol-alcoholic-beverages-beer-1446271','','','2019-08-19 14:25:36','2019-08-19 19:25:36','',4667,'https://buzz-caribbean.com/app/uploads/2019/08/alcohol-alcoholic-beverages-beer-1446271.jpg',0,'attachment','image/jpeg',0),(4670,9,'2019-08-19 14:27:19','2019-08-19 19:27:19','<!-- wp:image {\"id\":4668} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/alcohol-drunk-hangover-52507-1024x682.jpg\" alt=\"\" class=\"wp-image-4668\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some have liquor bottles under their desks or in drawers, and others mix their booze with orange juice and pretend like it is part of breakfast. You even have some people who walk in with a Starbucks cup as if they stopped there on the way to work, but if you get near to the container, the fumes that hit you may knock you out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It may not seem like a biggie to some individuals, but drinking on the\njob is only OK if you work from home with your laptop while wearing your\n‘jammies’. Once you are in someone else’s space or an office environment, leave\nthe booze until the closed sign is put up and the office shutters come down.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Drinking on the job is a no-no for several reasons, and chief among them\nis the matter of safety. If you are operating a crane, wrecking ball or a tractor,\nyou should stay away from alcohol. You should even avoid simple liquids like\ncough syrup, which is also loaded with some alcoholic derivative that makes you\nsleepy, thus compromising your safety and that of those around you. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4669} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/alcohol-alcoholic-beverages-beer-1446271-1024x719.jpg\" alt=\"\" class=\"wp-image-4669\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Drinking interferes with your ability to process rational thoughts, and it even dulls your reflexes and reaction time. A lot of people believe that they can drink and still be OK behind the wheels until the reality of an accident occurs. Heavy machinery is not the only thing to fear if one is inebriated. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aside from physical safety, drinking can impact your work by making you do and say things that you wouldn’t normally think of doing. Yes, we know a few happy drunks, but in general, drunks are mean spirited and reckless with their words. Can you imagine someone who has been ‘sipping on the sauce’ and working at a counselling centre or worse a suicide hotline location, and someone calls or comes in desperate for help? This tipsy individual may say something that could negatively affect an already vulnerable person.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other than safety and\nnegative behaviour, drinking while at work can also lead to other issues such\nas tardiness, office fights and squabbles, absenteeism, reduce workplace morale\nand create an overall negative reputation and image for the organisation. If\nthe management of any company turns a blind eye to drinking, they are not\nserious about staying in business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by C.W.</em></strong></p>\n<!-- /wp:paragraph -->','You’re not at a bar: No drinking on the job','','inherit','closed','closed','','4667-revision-v1','','','2019-08-19 14:27:19','2019-08-19 19:27:19','',4667,'https://buzz-caribbean.com/article/4667-revision-v1/',0,'revision','',0),(4671,4,'2019-08-19 14:28:36','2019-08-19 19:28:36','<!-- wp:image {\"id\":4627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/coming-to-america.jpg\" alt=\"\" class=\"wp-image-4627\" /><figcaption>Eddie Murphy and Arsenio Hall in a scene from the classic 1980s hit Coming to America. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After 32 years, a sequel to the hit comedy and cult classic <strong>Coming to America</strong> is expected to hit cinema screens across the world next year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this sequel,  Prince Akeem played by Eddie Murphy learns he has a long lost son in the United States and must return to America to meet with this person who could be heir to the throne of Zamunda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The sequel dubbed <strong>Coming 2 America</strong> will see a return of Eddie Murphy, Arsenio Hall, James Earl Jones and most of the original class from the first movie that came out in 1988. However, one face that will be missing is that of Queen Aoleon that was played by Jamaican Madge Sinclair who is now deceased.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wesley Snipes and Leslie Jones of S<strong>aturday Night Live </strong>and <strong>Ghostbusters </strong>have been signed on for the movie. Coming to America was a massive success when it was initially released grossing over 288 million worldwide. Fans have long since anticipated a follow-up movie and shooting has now finally been confirmed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The movie is expected to come out in December 2020. </p>\n<!-- /wp:paragraph -->','Coming 2 America set for the big screen in 2020','','inherit','closed','closed','','4626-revision-v1','','','2019-08-19 14:28:36','2019-08-19 19:28:36','',4626,'https://buzz-caribbean.com/article/4626-revision-v1/',0,'revision','',0),(4672,11,'2019-08-19 15:09:24','2019-08-19 20:09:24','','Reality-Show-Star-Uthando-Ne-Sthembu-Polygamous-Marriage-Source-HuffPost','','inherit','open','closed','','reality-show-star-uthando-ne-sthembu-polygamous-marriage-source-huffpost','','','2019-08-19 15:09:24','2019-08-19 20:09:24','',4661,'https://buzz-caribbean.com/app/uploads/2019/08/Reality-Show-Star-Uthando-Ne-Sthembu-Polygamous-Marriage-Source-HuffPost.jpeg',0,'attachment','image/jpeg',0),(4674,11,'2019-08-19 15:13:18','2019-08-19 20:13:18','','Groom-and-two-brides','','inherit','open','closed','','groom-and-two-brides','','','2019-08-19 15:13:18','2019-08-19 20:13:18','',4661,'https://buzz-caribbean.com/app/uploads/2019/08/Groom-and-two-brides.jpg',0,'attachment','image/jpeg',0),(4676,11,'2019-08-19 15:19:00','2019-08-19 20:19:00','','Polygamy Tease','','inherit','open','closed','','polygamy-tease','','','2019-08-19 15:19:00','2019-08-19 20:19:00','',4661,'https://buzz-caribbean.com/app/uploads/2019/08/Polygamy-Tease.jpg',0,'attachment','image/jpeg',0),(4678,21,'2019-08-19 17:25:22','2019-08-19 22:25:22','<!-- wp:paragraph -->\n<p>The majority of the People’s National Party delegates will vote in the presidential poll on September 7. The delegate will choose whether to keep current president Dr Peter Phillips or give his challenger, Peter Bunting, a go at the presidency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3510} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-nomination-day2019-buzz-demo.jpg\" alt=\"\" class=\"wp-image-3510\" /><figcaption>Dr Peter Phillips (centre) is being challenge by Peter Bunting (below) for the presidency of the People\'s National Party.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":3964} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Peter-Bunting-AAA-1024x683.jpg\" alt=\"\" class=\"wp-image-3964\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This is what you need to know about the delegate system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>The delegates will come from the party’s groups islandwide and its National Executive Council (NEC).</li><li>A total of approximately 2,800 delegates will select the party president at the special delegates’ conference.</li><li>The NEC — which is the PNP’s highest decision-making body outside of the annual conference — will provide nearly 350 delegates for the run-off.</li><li>A recognised constituency is entitled to two NEC members, and one from each unrecognised constituency.</li><li>To become a recognised a constituency requires a minimum of 20 groups, plus a Youth Organisation and a Women’s group. Groups are the small territorial bodies that exist in the constituencies and hold meetings on a regular basis to discuss various issues.</li><li>The party structure is also divided into six regions, with one delegate per constituency. For example, in the party’s Region Five, there are eight constituencies. That region is entitled to no more than eight delegates. Depending on the state of a constituency, in a particular region, no delegate may be chosen.</li><li>PNP affiliates such as the National Workers’ Union (NWU) and the youth/adult professional arm the Patriots are also among the main sources of delegates.</li><li>The NWU, a trade union affiliated to the party, provides at least 50 delegates, the Patriots 30 and Parish Councillors, who are not NEC members, are automatic delegates. The party has no say in who are delegates from affiliates.</li><li>The union’s selection criteria specify that a delegate has to be a Comrade, a fully paid-up member of the party, a member of the NWU, or a worker representative who “adds value to the union and its work”.</li></ul>\n<!-- /wp:list -->','Understanding the PNP’s delegate system','','publish','open','closed','','understanding-the-pnps-delegate-system','','','2019-08-19 17:46:21','2019-08-19 22:46:21','',0,'https://buzz-caribbean.com/?p=4678',0,'post','',0),(4679,4,'2019-08-19 15:22:35','2019-08-19 20:22:35','<!-- wp:paragraph -->\n<p>The\nmajority of the People’s National Party (PNP) delegates who will vote in the\nSeptember 7 presidential poll will come from the party’s groups islandwide and\nits National Executive Council (NEC).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A\ntotal of approximately 2,800 delegates will select the party president at the\nspecial delegates’ conference.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nNEC, which is the PNP’s highest decision-making body, outside of the annual\nconference, will provide nearly 350 delegates for the run-off.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A\nrecognised constituency’ is entitled to two NEC members, and one from each\nunrecognised constituency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To\nbecome a recognised a constituency requires a minimum of 20 groups, plus a\nYouth Organisation and a Women’s group. Groups are the small territorial bodies\nthat exist in the constituencies and hold meetings on a regular basis to\ndiscuss various issues.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Constituencies\nare not allowed to have more groups than the number of polling divisions. Each\nrecognised group, with 10-19 members, is entitled to one delegate. A group with\n20 or more is entitled to two delegates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Party\ngroups, which are named in the PNP constitution, must be operational for a\nminimum of seven months to be recognised, and must be in good financial\nstanding and hold annual conferences before August. The party’s national annual\nconference is held on the third weekend of September each year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nparty structure is also divided into six regions, with one delegate per\nconstituency. For example, in the party’s Region Five, there are eight\nconstituencies. That region is entitled to no more than eight delegates.\nDepending on the state of a constituency, in a particular region, no delegate\nmay be chosen. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PNP\naffiliates such as the National Workers’ Union (NWU) and the youth/adult\nprofessional arm the Patriots are also among the main sources of delegates,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nNWU, a trade union affiliated to the party, provides at least 50 delegates, the\nPatriots 30 and Parish Councillors who are not NEC members are automatic\ndelegates. The party has no say in who are delegates from affiliates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nunion’s selection criteria specify that a delegate has to be a Comrade, a fully\npaid-up member of the party, a member of the NWU, or a worker representative\nwho “adds value to the union and its work”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tags,\npeter bunting, peter phillips, pnp, NWU, delegate</p>\n<!-- /wp:paragraph -->','Understanding the PNP’s delegate system','','inherit','closed','closed','','4678-revision-v1','','','2019-08-19 15:22:35','2019-08-19 20:22:35','',4678,'https://buzz-caribbean.com/article/4678-revision-v1/',0,'revision','',0),(4680,11,'2019-08-19 15:23:08','2019-08-19 20:23:08','','Link','','inherit','open','closed','','link','','','2019-08-19 15:23:08','2019-08-19 20:23:08','',4661,'https://buzz-caribbean.com/app/uploads/2019/08/Link.jpg',0,'attachment','image/jpeg',0),(4681,4,'2019-08-19 15:36:12','2019-08-19 20:36:12','<!-- wp:paragraph -->\n<p>The majority of the People’s National Party (PNP) delegates will vote in the presidential poll on September 7.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The delegate </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>will come from the party’s groups islandwide and its National Executive Council (NEC).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A\ntotal of approximately 2,800 delegates will select the party president at the\nspecial delegates’ conference.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nNEC, which is the PNP’s highest decision-making body, outside of the annual\nconference, will provide nearly 350 delegates for the run-off.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A\nrecognised constituency’ is entitled to two NEC members, and one from each\nunrecognised constituency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To\nbecome a recognised a constituency requires a minimum of 20 groups, plus a\nYouth Organisation and a Women’s group. Groups are the small territorial bodies\nthat exist in the constituencies and hold meetings on a regular basis to\ndiscuss various issues.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Constituencies\nare not allowed to have more groups than the number of polling divisions. Each\nrecognised group, with 10-19 members, is entitled to one delegate. A group with\n20 or more is entitled to two delegates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Party\ngroups, which are named in the PNP constitution, must be operational for a\nminimum of seven months to be recognised, and must be in good financial\nstanding and hold annual conferences before August. The party’s national annual\nconference is held on the third weekend of September each year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nparty structure is also divided into six regions, with one delegate per\nconstituency. For example, in the party’s Region Five, there are eight\nconstituencies. That region is entitled to no more than eight delegates.\nDepending on the state of a constituency, in a particular region, no delegate\nmay be chosen. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PNP\naffiliates such as the National Workers’ Union (NWU) and the youth/adult\nprofessional arm the Patriots are also among the main sources of delegates,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nNWU, a trade union affiliated to the party, provides at least 50 delegates, the\nPatriots 30 and Parish Councillors who are not NEC members are automatic\ndelegates. The party has no say in who are delegates from affiliates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nunion’s selection criteria specify that a delegate has to be a Comrade, a fully\npaid-up member of the party, a member of the NWU, or a worker representative\nwho “adds value to the union and its work”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tags,\npeter bunting, peter phillips, pnp, NWU, delegate</p>\n<!-- /wp:paragraph -->','Understanding the PNP’s delegate system','','inherit','closed','closed','','4678-revision-v1','','','2019-08-19 15:36:12','2019-08-19 20:36:12','',4678,'https://buzz-caribbean.com/article/4678-revision-v1/',0,'revision','',0),(4682,23,'2019-08-19 16:04:51','2019-08-19 21:04:51','<!-- wp:image {\"id\":4683} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/SKERRIIT2-1024x683.jpg\" alt=\"\" class=\"wp-image-4683\" /><figcaption> Dr Ralph Gonsalves, the Prime Minister of St Vincent and the Grenadines, shakes hands with  Ricky Skerritt, the president of Cricket West Indies. (Photo: Contributed) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>President of Cricket West Indies (CWI), Ricky Skerritt, and vice-president\nDr Kishore Shallow reiterated commitment to strengthen ties with CARICOM during\na courtesy call last Thursday morning with Dr Hon Ralph Gonsalves, prime minister\nof St Vincent and the Grenadines.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also present at the meeting was former West Indies wicketkeeper and recently appointed CWI independent director, Ambassador Michael Findlay. The more than three-hour meeting addressed not just the urgent need to strengthen schools’ cricket, but also concerns and plans for Governance reform, a financial review, modernisation of the Team Selection System, and the need to introduce a fitness culture at the youth level.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Caribbean people are hungry for a return to the victory days.” </p><cite>— Gonsalves </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>President Skerritt assured Gonsalves that after just four months of the new administration, hard work was well under way on all fronts to strengthen stakeholder relations and to bring improvement and success both off and on the field. In the same breath, he also thanked and commended Gonsalves for the good work St Vincent did in hosting the just-concluded Rising Stars Under-19 tournament and trial matches.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Gonsalves, who is a known cricket lover, urged the visiting CWI trio to do whatever is necessary to mould that talent and improve the on-field results, as the “Caribbean people are hungry for a return to the victory days.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Chase </em></strong></p>\n<!-- /wp:paragraph -->','St Vincent PM wants regional cricket to improve','','publish','open','closed','','st-vincent-pm-wants-regional-cricket-to-improve','','','2019-08-19 16:04:51','2019-08-19 21:04:51','',0,'https://buzz-caribbean.com/?p=4682',0,'post','',0),(4683,9,'2019-08-19 15:59:44','2019-08-19 20:59:44','','SKERRIIT2','','inherit','open','closed','','skerriit2','','','2019-08-19 15:59:44','2019-08-19 20:59:44','',4682,'https://buzz-caribbean.com/app/uploads/2019/08/SKERRIIT2.jpg',0,'attachment','image/jpeg',0),(4684,11,'2019-08-19 16:00:10','2019-08-19 21:00:10','','Sleeping-Together-Polygamy','','inherit','open','closed','','sleeping-together-polygamy','','','2019-08-19 16:00:10','2019-08-19 21:00:10','',4661,'https://buzz-caribbean.com/app/uploads/2019/08/Sleeping-Together-Polygamy.jpg',0,'attachment','image/jpeg',0),(4685,11,'2019-08-19 16:01:04','2019-08-19 21:01:04','<!-- wp:paragraph -->\n<p>For the past eight years, Paul has had two wives, two families, two households and for the most part things have been going well. The issues are minor and of the everyday garden variety, so Paul is pretty much a happy man. One with lots of bills, but a happy man nonetheless. The arrangement that exists between Paul’s two lady loves is what in modern lingo is called ‘sister wives’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4672} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Reality-Show-Star-Uthando-Ne-Sthembu-Polygamous-Marriage-Source-HuffPost.jpeg\" alt=\"\" class=\"wp-image-4672\" /><figcaption>Reality show star Uthando Ne Sthembu, who is happily involved in a polygamous marriage shares a photo moment with his wives. (Source - HuffPost)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The concept of a ‘sister wife’ stems from the existence of a polygamist family where several women join the original family unit over a period, though only the first is considered a legal wife. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All others are considered faith-based or spiritual unions. While legally polygamy is prohibited in most Western societies, the law does not peep into people’s bedrooms and therefore consenting adults choosing to cohabit or live together is generally left to the discretion of the parties involved. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4676} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Polygamy-Tease-1024x555.jpg\" alt=\"\" class=\"wp-image-4676\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Polygamous unions are growing in numbers. There are even a number of reality TV series about this communal living arrangement and the varying dramatic interactions. To some, it seems like fun to be a part of a big family, especially to those who may not have had a family in their formative years but is it a wise decision? Could you see yourself becoming a sister wife? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4680} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Link-1024x694.jpg\" alt=\"\" class=\"wp-image-4680\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The first thing that would have to be addressed is the sleeping arrangement. Would you all live in one big house or have several houses in close proximity. This can be a source of contention just for the fact that if one bedroom is bigger than the other or one house is bigger or nicer, one wife may feel less than the other because of size or structure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4684} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sleeping-Together-Polygamy-1024x576.jpg\" alt=\"\" class=\"wp-image-4684\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Then there is the whole issue of intercourse. Who gets what night? Do you rotate? What happens when you are on your period and it is your scheduled time? It may seem like just ‘playing house’ but the situation is very real. They procreate and have children. In fact, large families units are not only supported but encouraged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How about when jealousy flares up? What if one wife feels the husband shows more attention or showers one partner with more gifts than the others? How about simply lying in bed alone, knowing that the man you love is currently lying with another woman and there is nothing you can do about it?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Wife number one is the legal wife. Everyone else is pretty much a hanger-on. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Then there is the whole matter of the law which recognises the first relationship as the only legal union. Wife number one is the legal wife. Everyone else is pretty much a hanger-on as they do not even qualify as a common-law spouse. The rest will not have a pot to pee in if he dies because the first wife can collect all of the assets. Why then would you stay if you are wifey number two, three or four? Always investigate before you get involved.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Story written by C.W.</em></strong></p>\n<!-- /wp:paragraph -->','Could you be a ‘sister wife’?','','inherit','closed','closed','','4661-revision-v1','','','2019-08-19 16:01:04','2019-08-19 21:01:04','',4661,'https://buzz-caribbean.com/article/4661-revision-v1/',0,'revision','',0),(4686,9,'2019-08-19 16:04:09','2019-08-19 21:04:09','<!-- wp:image {\"id\":4683} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/SKERRIIT2-1024x683.jpg\" alt=\"\" class=\"wp-image-4683\" /><figcaption> Dr Ralph Gonsalves, the Prime Minister of St Vincent and the Grenadines, shakes hands with  Ricky Skerritt, the president of Cricket West Indies. (Photo: Contributed) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>President of Cricket West Indies (CWI), Ricky Skerritt, and vice-president\nDr Kishore Shallow reiterated commitment to strengthen ties with CARICOM during\na courtesy call last Thursday morning with Dr Hon Ralph Gonsalves, prime minister\nof St Vincent and the Grenadines.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also present at the meeting was former West Indies wicketkeeper and recently appointed CWI independent director, Ambassador Michael Findlay. The more than three-hour meeting addressed not just the urgent need to strengthen schools’ cricket, but also concerns and plans for Governance reform, a financial review, modernisation of the Team Selection System, and the need to introduce a fitness culture at the youth level.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Caribbean people are hungry for a return to the victory days.” </p><cite>— Gonsalves </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>President Skerritt assured Gonsalves that after just four months of the new administration, hard work was well under way on all fronts to strengthen stakeholder relations and to bring improvement and success both off and on the field. In the same breath, he also thanked and commended Gonsalves for the good work St Vincent did in hosting the just-concluded Rising Stars Under-19 tournament and trial matches.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Gonsalves, who is a known cricket lover, urged the visiting CWI trio to do whatever is necessary to mould that talent and improve the on-field results, as the “Caribbean people are hungry for a return to the victory days.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— Written by Chase </p>\n<!-- /wp:paragraph -->','St Vincent PM wants regional cricket to improve','','inherit','closed','closed','','4682-revision-v1','','','2019-08-19 16:04:09','2019-08-19 21:04:09','',4682,'https://buzz-caribbean.com/article/4682-revision-v1/',0,'revision','',0),(4687,9,'2019-08-19 16:04:51','2019-08-19 21:04:51','<!-- wp:image {\"id\":4683} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/SKERRIIT2-1024x683.jpg\" alt=\"\" class=\"wp-image-4683\" /><figcaption> Dr Ralph Gonsalves, the Prime Minister of St Vincent and the Grenadines, shakes hands with  Ricky Skerritt, the president of Cricket West Indies. (Photo: Contributed) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>President of Cricket West Indies (CWI), Ricky Skerritt, and vice-president\nDr Kishore Shallow reiterated commitment to strengthen ties with CARICOM during\na courtesy call last Thursday morning with Dr Hon Ralph Gonsalves, prime minister\nof St Vincent and the Grenadines.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also present at the meeting was former West Indies wicketkeeper and recently appointed CWI independent director, Ambassador Michael Findlay. The more than three-hour meeting addressed not just the urgent need to strengthen schools’ cricket, but also concerns and plans for Governance reform, a financial review, modernisation of the Team Selection System, and the need to introduce a fitness culture at the youth level.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Caribbean people are hungry for a return to the victory days.” </p><cite>— Gonsalves </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>President Skerritt assured Gonsalves that after just four months of the new administration, hard work was well under way on all fronts to strengthen stakeholder relations and to bring improvement and success both off and on the field. In the same breath, he also thanked and commended Gonsalves for the good work St Vincent did in hosting the just-concluded Rising Stars Under-19 tournament and trial matches.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Gonsalves, who is a known cricket lover, urged the visiting CWI trio to do whatever is necessary to mould that talent and improve the on-field results, as the “Caribbean people are hungry for a return to the victory days.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Chase </em></strong></p>\n<!-- /wp:paragraph -->','St Vincent PM wants regional cricket to improve','','inherit','closed','closed','','4682-revision-v1','','','2019-08-19 16:04:51','2019-08-19 21:04:51','',4682,'https://buzz-caribbean.com/article/4682-revision-v1/',0,'revision','',0),(4688,4,'2019-08-19 16:06:34','2019-08-19 21:06:34','<!-- wp:paragraph -->\n<p>The majority of the People’s National Party (PNP) delegates will vote in the presidential poll on September 7. The delegate will choose whether to keep current president Dr Peter Phillips or give his challenger, Peter Bunting, a go at the presidency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is what you need to know about the delegate system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>The delegates will come from the party’s groups islandwide and its National Executive Council (NEC).</li><li>A total of approximately 2,800 delegates will select the party president at the special delegates’ conference.</li><li>The NEC — which is the PNP’s highest decision-making body outside of the annual conference — will provide nearly 350 delegates for the run-off.</li><li>A recognised constituency is entitled to two NEC members, and one from each unrecognised constituency.</li><li>To become a recognised a constituency requires a minimum of 20 groups, plus a Youth Organisation and a Women’s group. Groups are the small territorial bodies that exist in the constituencies and hold meetings on a regular basis to discuss various issues.</li><li>The party structure is also divided into six regions, with one delegate per constituency. For example, in the party’s Region Five, there are eight constituencies. That region is entitled to no more than eight delegates. Depending on the state of a constituency, in a particular region, no delegate may be chosen.</li><li>PNP affiliates such as the National Workers’ Union (NWU) and the youth/adult professional arm the Patriots are also among the main sources of delegates.</li><li>The NWU, a trade union affiliated to the party, provides at least 50 delegates, the Patriots 30 and Parish Councillors, who are not NEC members, are automatic delegates. The party has no say in who are delegates from affiliates.</li><li>The union’s selection criteria specify that a delegate has to be a Comrade, a fully paid-up member of the party, a member of the NWU, or a worker representative who “adds value to the union and its work”.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Understanding the PNP’s delegate system','','inherit','closed','closed','','4678-revision-v1','','','2019-08-19 16:06:34','2019-08-19 21:06:34','',4678,'https://buzz-caribbean.com/article/4678-revision-v1/',0,'revision','',0),(4690,4,'2019-08-19 16:08:42','2019-08-19 21:08:42','<!-- wp:paragraph -->\n<p>The majority of the People’s National Party (PNP) delegates will vote in the presidential poll on September 7. The delegate will choose whether to keep current president Dr Peter Phillips or give his challenger, Peter Bunting, a go at the presidency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is what you need to know about the delegate system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>The delegates will come from the party’s groups islandwide and its National Executive Council (NEC).</li><li>A total of approximately 2,800 delegates will select the party president at the special delegates’ conference.</li><li>The NEC — which is the PNP’s highest decision-making body outside of the annual conference — will provide nearly 350 delegates for the run-off.</li><li>A recognised constituency is entitled to two NEC members, and one from each unrecognised constituency.</li><li>To become a recognised a constituency requires a minimum of 20 groups, plus a Youth Organisation and a Women’s group. Groups are the small territorial bodies that exist in the constituencies and hold meetings on a regular basis to discuss various issues.</li><li>The party structure is also divided into six regions, with one delegate per constituency. For example, in the party’s Region Five, there are eight constituencies. That region is entitled to no more than eight delegates. Depending on the state of a constituency, in a particular region, no delegate may be chosen.</li><li>PNP affiliates such as the National Workers’ Union (NWU) and the youth/adult professional arm the Patriots are also among the main sources of delegates.</li><li>The NWU, a trade union affiliated to the party, provides at least 50 delegates, the Patriots 30 and Parish Councillors, who are not NEC members, are automatic delegates. The party has no say in who are delegates from affiliates.</li><li>The union’s selection criteria specify that a delegate has to be a Comrade, a fully paid-up member of the party, a member of the NWU, or a worker representative who “adds value to the union and its work”.</li></ul>\n<!-- /wp:list -->','Understanding the PNP’s delegate system','','inherit','closed','closed','','4678-revision-v1','','','2019-08-19 16:08:42','2019-08-19 21:08:42','',4678,'https://buzz-caribbean.com/article/4678-revision-v1/',0,'revision','',0),(4691,21,'2019-08-19 16:16:12','2019-08-19 21:16:12','<!-- wp:image {\"id\":4692} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/elton-john.jpg\" alt=\"\" class=\"wp-image-4692\" /><figcaption>Sir Elton John</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sir Elton John has defended the Duke and Duchess of Sussex after they were slammed for their use of a private jet - as he claims he paid for the vehicle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prince Harry and his wife Duchess Meghan were blasted by Labour MP Teresa Pearce over the weekend after they jetted to the south of France just two days after flying to Ibiza, as she claimed the royals needed to \"lead by example\" on environmental issues instead of taking environmentally damaging flights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But now, musical legend Elton has come to the couple\'s defence, claiming they stayed at his home in Nice, France, and that he provided them with the jet, which he insists was made carbon neutral.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4553} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/duke-and-duchess.jpg\" alt=\"\" class=\"wp-image-4553\" /><figcaption>Prince Harry, The Duke of Sussex, and his wife, Meghan, Duchess of Sussex.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In a series of tweets, the 72-year-old \'Rocketman\' hitmaker wrote: \"I am deeply distressed by today\'s distorted and malicious account in the press surrounding the Duke and Duchess of Sussex\'s private stay at my home in Nice last week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"After a hectic year continuing their hard work and dedication to charity, David and I wanted the young family to have a private holiday inside the safety and tranquillity of our home. To maintain a high level of much-needed protection, we provided them with a private jet flight.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"To support Prince Harry\'s commitment to the environment, we ensured their flight was carbon neutral, by making the appropriate contribution to Carbon FootprintTM.<br><br><br></p>\n<!-- /wp:paragraph -->','Sir Elton John defends Duke and Duchess of Sussex','','publish','open','closed','','sir-elton-john-defends-duke-and-duchess-of-sussex','','','2019-08-19 16:16:13','2019-08-19 21:16:13','',0,'https://buzz-caribbean.com/?p=4691',0,'post','',0),(4692,9,'2019-08-19 16:12:15','2019-08-19 21:12:15','','elton-john','','inherit','open','closed','','elton-john','','','2019-08-19 16:12:15','2019-08-19 21:12:15','',4691,'https://buzz-caribbean.com/app/uploads/2019/08/elton-john.jpg',0,'attachment','image/jpeg',0),(4693,9,'2019-08-19 16:15:48','2019-08-19 21:15:48','<!-- wp:image {\"id\":4692} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/elton-john.jpg\" alt=\"\" class=\"wp-image-4692\" /><figcaption>Elton John</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sir Elton John has defended the Duke and Duchess of Sussex after they were slammed for their use of a private jet - as he claims he paid for the vehicle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prince Harry and his wife Duchess Meghan were blasted by Labour MP Teresa Pearce over the weekend after they jetted to the south of France just two days after flying to Ibiza, as she claimed the royals needed to \"lead by example\" on environmental issues instead of taking environmentally damaging flights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But now, musical legend Elton has come to the couple\'s defence, claiming they stayed at his home in Nice, France, and that he provided them with the jet, which he insists was made carbon neutral.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4553} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/duke-and-duchess.jpg\" alt=\"\" class=\"wp-image-4553\" /><figcaption>Prince Harry, The Duke of Sussex, and his wife, Meghan, Duchess of Sussex.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In a series of tweets, the 72-year-old \'Rocketman\' hitmaker wrote: \"I am deeply distressed by today\'s distorted and malicious account in the press surrounding the Duke and Duchess of Sussex\'s private stay at my home in Nice last week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"After a hectic year continuing their hard work and dedication to charity, David and I wanted the young family to have a private holiday inside the safety and tranquillity of our home. To maintain a high level of much-needed protection, we provided them with a private jet flight.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"To support Prince Harry\'s commitment to the environment, we ensured their flight was carbon neutral, by making the appropriate contribution to Carbon FootprintTM.<br><br><br></p>\n<!-- /wp:paragraph -->','Sir Elton John defends Duke and Duchess of Sussex','','inherit','closed','closed','','4691-revision-v1','','','2019-08-19 16:15:48','2019-08-19 21:15:48','',4691,'https://buzz-caribbean.com/article/4691-revision-v1/',0,'revision','',0),(4694,9,'2019-08-19 16:16:12','2019-08-19 21:16:12','<!-- wp:image {\"id\":4692} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/elton-john.jpg\" alt=\"\" class=\"wp-image-4692\" /><figcaption>Sir Elton John</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sir Elton John has defended the Duke and Duchess of Sussex after they were slammed for their use of a private jet - as he claims he paid for the vehicle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prince Harry and his wife Duchess Meghan were blasted by Labour MP Teresa Pearce over the weekend after they jetted to the south of France just two days after flying to Ibiza, as she claimed the royals needed to \"lead by example\" on environmental issues instead of taking environmentally damaging flights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But now, musical legend Elton has come to the couple\'s defence, claiming they stayed at his home in Nice, France, and that he provided them with the jet, which he insists was made carbon neutral.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4553} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/duke-and-duchess.jpg\" alt=\"\" class=\"wp-image-4553\" /><figcaption>Prince Harry, The Duke of Sussex, and his wife, Meghan, Duchess of Sussex.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In a series of tweets, the 72-year-old \'Rocketman\' hitmaker wrote: \"I am deeply distressed by today\'s distorted and malicious account in the press surrounding the Duke and Duchess of Sussex\'s private stay at my home in Nice last week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"After a hectic year continuing their hard work and dedication to charity, David and I wanted the young family to have a private holiday inside the safety and tranquillity of our home. To maintain a high level of much-needed protection, we provided them with a private jet flight.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"To support Prince Harry\'s commitment to the environment, we ensured their flight was carbon neutral, by making the appropriate contribution to Carbon FootprintTM.<br><br><br></p>\n<!-- /wp:paragraph -->','Sir Elton John defends Duke and Duchess of Sussex','','inherit','closed','closed','','4691-revision-v1','','','2019-08-19 16:16:12','2019-08-19 21:16:12','',4691,'https://buzz-caribbean.com/article/4691-revision-v1/',0,'revision','',0),(4695,4,'2019-08-19 16:17:04','2019-08-19 21:17:04','<!-- wp:image {\"id\":3964} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Peter-Bunting-AAA-1024x683.jpg\" alt=\"\" class=\"wp-image-3964\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The majority of the People’s National Party (PNP) delegates will vote in the presidential poll on September 7. The delegate will choose whether to keep current president Dr Peter Phillips or give his challenger, Peter Bunting, a go at the presidency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is what you need to know about the delegate system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>The delegates will come from the party’s groups islandwide and its National Executive Council (NEC).</li><li>A total of approximately 2,800 delegates will select the party president at the special delegates’ conference.</li><li>The NEC — which is the PNP’s highest decision-making body outside of the annual conference — will provide nearly 350 delegates for the run-off.</li><li>A recognised constituency is entitled to two NEC members, and one from each unrecognised constituency.</li><li>To become a recognised a constituency requires a minimum of 20 groups, plus a Youth Organisation and a Women’s group. Groups are the small territorial bodies that exist in the constituencies and hold meetings on a regular basis to discuss various issues.</li><li>The party structure is also divided into six regions, with one delegate per constituency. For example, in the party’s Region Five, there are eight constituencies. That region is entitled to no more than eight delegates. Depending on the state of a constituency, in a particular region, no delegate may be chosen.</li><li>PNP affiliates such as the National Workers’ Union (NWU) and the youth/adult professional arm the Patriots are also among the main sources of delegates.</li><li>The NWU, a trade union affiliated to the party, provides at least 50 delegates, the Patriots 30 and Parish Councillors, who are not NEC members, are automatic delegates. The party has no say in who are delegates from affiliates.</li><li>The union’s selection criteria specify that a delegate has to be a Comrade, a fully paid-up member of the party, a member of the NWU, or a worker representative who “adds value to the union and its work”.</li></ul>\n<!-- /wp:list -->','Understanding the PNP’s delegate system','','inherit','closed','closed','','4678-revision-v1','','','2019-08-19 16:17:04','2019-08-19 21:17:04','',4678,'https://buzz-caribbean.com/article/4678-revision-v1/',0,'revision','',0),(4697,21,'2019-08-19 16:30:09','2019-08-19 21:30:09','<!-- wp:image {\"id\":4701} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/katherine-foster.jpg\" alt=\"\" class=\"wp-image-4701\" /><figcaption>Katherine Foster says she loves hearing her new name. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Katherine Foster is \"enjoying\" her new last name. The 35-year-old singer was known as Katherine McPhee before she tied the knot with David Foster in June. She has now said that while she\'s not quite used to the new moniker just yet, she loves hearing it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"We\'ve been away since we\'ve been married, so [I\'m not used to it], but I love it. I just love the ring of it, so I\'m enjoying it.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"There\'s no arguing, no drama.\" </p><cite>— Katherine Foster</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>And although the \'American Idol\' alum has become known by her maiden name, she didn\'t think about keeping it, because she\'s a \"romantic\" and always wanted to take her husband\'s surname.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She added: \"I\'m a romantic, I\'ve always loved the idea of taking [his last name]. It\'s sort of a traditional thing that still exists in our society, but some people don\'t take their spouses\' last name anymore, so, I like the idea of it. I think it\'s romantic, and it\'s a great last name.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Katherine and the 69-year-old musician married in London at the Church of Saint Yeghiche on June 28, and the pair are loving married life far.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to \'Entertainment Tonight\', Katherine said: \"There\'s no arguing, no drama. It\'s just easy, that\'s how it should be.\"<br><br></p>\n<!-- /wp:paragraph -->','Katherine Foster is enjoying life as a married woman','','publish','open','closed','','katherine-foster-is-enjoying-life-as-a-married-woman','','','2019-08-19 16:30:10','2019-08-19 21:30:10','',0,'https://buzz-caribbean.com/?p=4697',0,'post','',0);
INSERT INTO `wp_posts` VALUES (4698,9,'2019-08-19 16:21:38','0000-00-00 00:00:00','{\"id\":\"4698\",\"questions\":[{\"uid\":\"84c29f9c-b403-4cf2-a48c-095dd85da472\",\"content\":\"\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"a2b95528-c63f-4071-be06-510d43ec81f0\",\"type\":\"text\",\"label\":\"Choice #1\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','','','draft','closed','closed','','','','','2019-08-19 16:21:38','2019-08-19 21:21:38','',0,'https://buzz-caribbean.com/?post_type=poll&#038;p=4698',0,'poll','',0),(4699,9,'2019-08-19 16:21:38','2019-08-19 21:21:38','{\"id\":\"4698\",\"questions\":[{\"uid\":\"84c29f9c-b403-4cf2-a48c-095dd85da472\",\"content\":\"\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"a2b95528-c63f-4071-be06-510d43ec81f0\",\"type\":\"text\",\"label\":\"Choice #1\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','','','inherit','closed','closed','','4698-revision-v1','','','2019-08-19 16:21:38','2019-08-19 21:21:38','',4698,'https://buzz-caribbean.com/article/4698-revision-v1/',0,'revision','',0),(4700,4,'2019-08-19 16:23:00','2019-08-19 21:23:00','<!-- wp:image {\"id\":3272} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-3-1024x683.jpg\" alt=\"\" class=\"wp-image-3272\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":3964} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Peter-Bunting-AAA-1024x683.jpg\" alt=\"\" class=\"wp-image-3964\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":3510} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-nomination-day2019-buzz-demo.jpg\" alt=\"\" class=\"wp-image-3510\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The majority of the People’s National Party (PNP) delegates will vote in the presidential poll on September 7. The delegate will choose whether to keep current president Dr Peter Phillips or give his challenger, Peter Bunting, a go at the presidency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is what you need to know about the delegate system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>The delegates will come from the party’s groups islandwide and its National Executive Council (NEC).</li><li>A total of approximately 2,800 delegates will select the party president at the special delegates’ conference.</li><li>The NEC — which is the PNP’s highest decision-making body outside of the annual conference — will provide nearly 350 delegates for the run-off.</li><li>A recognised constituency is entitled to two NEC members, and one from each unrecognised constituency.</li><li>To become a recognised a constituency requires a minimum of 20 groups, plus a Youth Organisation and a Women’s group. Groups are the small territorial bodies that exist in the constituencies and hold meetings on a regular basis to discuss various issues.</li><li>The party structure is also divided into six regions, with one delegate per constituency. For example, in the party’s Region Five, there are eight constituencies. That region is entitled to no more than eight delegates. Depending on the state of a constituency, in a particular region, no delegate may be chosen.</li><li>PNP affiliates such as the National Workers’ Union (NWU) and the youth/adult professional arm the Patriots are also among the main sources of delegates.</li><li>The NWU, a trade union affiliated to the party, provides at least 50 delegates, the Patriots 30 and Parish Councillors, who are not NEC members, are automatic delegates. The party has no say in who are delegates from affiliates.</li><li>The union’s selection criteria specify that a delegate has to be a Comrade, a fully paid-up member of the party, a member of the NWU, or a worker representative who “adds value to the union and its work”.</li></ul>\n<!-- /wp:list -->','Understanding the PNP’s delegate system','','inherit','closed','closed','','4678-revision-v1','','','2019-08-19 16:23:00','2019-08-19 21:23:00','',4678,'https://buzz-caribbean.com/article/4678-revision-v1/',0,'revision','',0),(4701,9,'2019-08-19 16:26:19','2019-08-19 21:26:19','','katherine-foster','','inherit','open','closed','','katherine-foster','','','2019-08-19 16:26:19','2019-08-19 21:26:19','',4697,'https://buzz-caribbean.com/app/uploads/2019/08/katherine-foster.jpg',0,'attachment','image/jpeg',0),(4703,9,'2019-08-19 16:29:06','2019-08-19 21:29:06','<!-- wp:image {\"id\":4701} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/katherine-foster.jpg\" alt=\"\" class=\"wp-image-4701\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Katherine Foster is \"enjoying\" her new last name. The 35-year-old singer was known as Katherine McPhee before she tied the knot with David Foster in June. She has now said that while she\'s not quite used to the new moniker just yet, she loves hearing it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"We\'ve been away since we\'ve been married, so [I\'m not used to it], but I love it. I just love the ring of it, so I\'m enjoying it.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"There\'s no arguing, no drama.\" </p><cite>— Katherine Foster</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>And although the \'American Idol\' alum has become known by her maiden name, she didn\'t think about keeping it, because she\'s a \"romantic\" and always wanted to take her husband\'s surname.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She added: \"I\'m a romantic, I\'ve always loved the idea of taking [his last name]. It\'s sort of a traditional thing that still exists in our society, but some people don\'t take their spouses\' last name anymore, so, I like the idea of it. I think it\'s romantic, and it\'s a great last name.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Katherine and the 69-year-old musician married in London at the Church of Saint Yeghiche on June 28, and the pair are loving married life far.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to \'Entertainment Tonight\', Katherine said: \"There\'s no arguing, no drama. It\'s just easy, that\'s how it should be.\"<br><br></p>\n<!-- /wp:paragraph -->','Katherine Foster is enjoying life as a married woman','','inherit','closed','closed','','4697-revision-v1','','','2019-08-19 16:29:06','2019-08-19 21:29:06','',4697,'https://buzz-caribbean.com/article/4697-revision-v1/',0,'revision','',0),(4704,9,'2019-08-19 16:30:09','2019-08-19 21:30:09','<!-- wp:image {\"id\":4701} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/katherine-foster.jpg\" alt=\"\" class=\"wp-image-4701\" /><figcaption>Katherine Foster says she loves hearing her new name. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Katherine Foster is \"enjoying\" her new last name. The 35-year-old singer was known as Katherine McPhee before she tied the knot with David Foster in June. She has now said that while she\'s not quite used to the new moniker just yet, she loves hearing it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"We\'ve been away since we\'ve been married, so [I\'m not used to it], but I love it. I just love the ring of it, so I\'m enjoying it.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"There\'s no arguing, no drama.\" </p><cite>— Katherine Foster</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>And although the \'American Idol\' alum has become known by her maiden name, she didn\'t think about keeping it, because she\'s a \"romantic\" and always wanted to take her husband\'s surname.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She added: \"I\'m a romantic, I\'ve always loved the idea of taking [his last name]. It\'s sort of a traditional thing that still exists in our society, but some people don\'t take their spouses\' last name anymore, so, I like the idea of it. I think it\'s romantic, and it\'s a great last name.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Katherine and the 69-year-old musician married in London at the Church of Saint Yeghiche on June 28, and the pair are loving married life far.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to \'Entertainment Tonight\', Katherine said: \"There\'s no arguing, no drama. It\'s just easy, that\'s how it should be.\"<br><br></p>\n<!-- /wp:paragraph -->','Katherine Foster is enjoying life as a married woman','','inherit','closed','closed','','4697-revision-v1','','','2019-08-19 16:30:09','2019-08-19 21:30:09','',4697,'https://buzz-caribbean.com/article/4697-revision-v1/',0,'revision','',0),(4705,4,'2019-08-19 16:55:33','2019-08-19 21:55:33','<!-- wp:paragraph -->\n<p>The majority of the People’s National Party (PNP) delegates will vote in the presidential poll on September 7. The delegate will choose whether to keep current president Dr Peter Phillips or give his challenger, Peter Bunting, a go at the presidency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3510} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-nomination-day2019-buzz-demo.jpg\" alt=\"\" class=\"wp-image-3510\" /><figcaption>Dr Peter Phillips (centre) is being challenge by Peter Bunting (below) for the presidency of the People\'s National Party.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":3964} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Peter-Bunting-AAA-1024x683.jpg\" alt=\"\" class=\"wp-image-3964\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This is what you need to know about the delegate system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>The delegates will come from the party’s groups islandwide and its National Executive Council (NEC).</li><li>A total of approximately 2,800 delegates will select the party president at the special delegates’ conference.</li><li>The NEC — which is the PNP’s highest decision-making body outside of the annual conference — will provide nearly 350 delegates for the run-off.</li><li>A recognised constituency is entitled to two NEC members, and one from each unrecognised constituency.</li><li>To become a recognised a constituency requires a minimum of 20 groups, plus a Youth Organisation and a Women’s group. Groups are the small territorial bodies that exist in the constituencies and hold meetings on a regular basis to discuss various issues.</li><li>The party structure is also divided into six regions, with one delegate per constituency. For example, in the party’s Region Five, there are eight constituencies. That region is entitled to no more than eight delegates. Depending on the state of a constituency, in a particular region, no delegate may be chosen.</li><li>PNP affiliates such as the National Workers’ Union (NWU) and the youth/adult professional arm the Patriots are also among the main sources of delegates.</li><li>The NWU, a trade union affiliated to the party, provides at least 50 delegates, the Patriots 30 and Parish Councillors, who are not NEC members, are automatic delegates. The party has no say in who are delegates from affiliates.</li><li>The union’s selection criteria specify that a delegate has to be a Comrade, a fully paid-up member of the party, a member of the NWU, or a worker representative who “adds value to the union and its work”.</li></ul>\n<!-- /wp:list -->','Understanding the PNP’s delegate system','','inherit','closed','closed','','4678-revision-v1','','','2019-08-19 16:55:33','2019-08-19 21:55:33','',4678,'https://buzz-caribbean.com/article/4678-revision-v1/',0,'revision','',0),(4706,4,'2019-08-19 16:57:05','2019-08-19 21:57:05','<!-- wp:paragraph -->\n<p>The majority of the People’s National Party delegates will vote in the presidential poll on September 7. The delegate will choose whether to keep current president Dr Peter Phillips or give his challenger, Peter Bunting, a go at the presidency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3510} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-nomination-day2019-buzz-demo.jpg\" alt=\"\" class=\"wp-image-3510\" /><figcaption>Dr Peter Phillips (centre) is being challenge by Peter Bunting (below) for the presidency of the People\'s National Party.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":3964} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Peter-Bunting-AAA-1024x683.jpg\" alt=\"\" class=\"wp-image-3964\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This is what you need to know about the delegate system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>The delegates will come from the party’s groups islandwide and its National Executive Council (NEC).</li><li>A total of approximately 2,800 delegates will select the party president at the special delegates’ conference.</li><li>The NEC — which is the PNP’s highest decision-making body outside of the annual conference — will provide nearly 350 delegates for the run-off.</li><li>A recognised constituency is entitled to two NEC members, and one from each unrecognised constituency.</li><li>To become a recognised a constituency requires a minimum of 20 groups, plus a Youth Organisation and a Women’s group. Groups are the small territorial bodies that exist in the constituencies and hold meetings on a regular basis to discuss various issues.</li><li>The party structure is also divided into six regions, with one delegate per constituency. For example, in the party’s Region Five, there are eight constituencies. That region is entitled to no more than eight delegates. Depending on the state of a constituency, in a particular region, no delegate may be chosen.</li><li>PNP affiliates such as the National Workers’ Union (NWU) and the youth/adult professional arm the Patriots are also among the main sources of delegates.</li><li>The NWU, a trade union affiliated to the party, provides at least 50 delegates, the Patriots 30 and Parish Councillors, who are not NEC members, are automatic delegates. The party has no say in who are delegates from affiliates.</li><li>The union’s selection criteria specify that a delegate has to be a Comrade, a fully paid-up member of the party, a member of the NWU, or a worker representative who “adds value to the union and its work”.</li></ul>\n<!-- /wp:list -->','Understanding the PNP’s delegate system','','inherit','closed','closed','','4678-revision-v1','','','2019-08-19 16:57:05','2019-08-19 21:57:05','',4678,'https://buzz-caribbean.com/article/4678-revision-v1/',0,'revision','',0),(4707,23,'2019-08-19 18:18:53','2019-08-19 23:18:53','<!-- wp:image {\"id\":4710} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/katie-holmes.jpg\" alt=\"\" class=\"wp-image-4710\" /><figcaption>Katie Holmes and husband Jamie Foxx has reportedly separated.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Katie Holmes and Jamie Foxx have reportedly split after six years together.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sources say their romance ended in May.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Django Unchained</strong> star and the <strong>Dawson\'s Creek</strong> actress have been enjoying an incredibly secret romance for six years, but according to a report from Page Six, they\'ve now decided to call time on their relationship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4501} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jamie-foxx.jpg\" alt=\"\" class=\"wp-image-4501\" /><figcaption>Actor/singer Jamie Foxx </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> It was first speculated the pair had split when Jamie, 51, was spotted with singer Sela Vave over the weekend, but an eyewitness told Page Six they spotted Katie going for lunch with her friends at La Esquina, where they reportedly overheard her saying: \"What Jamie does is his business, we haven\'t been together for months.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Page Six reports they then called a friend of 40-year-old Katie to confirm the news, who confessed the pair had split in May, a few weeks after their appearance at the 2019 Met Gala.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source previously claimed Jamie and Katie were getting \"more comfortable\" in their relationship and were keeping their romance so under wraps because they have both been in public relationships before and they understand how difficult it is.</p>\n<!-- /wp:paragraph -->','Katie Holmes and Jamie Foxx split?','','publish','open','closed','','katie-holmes-and-jamie-foxx-split','','','2019-08-19 18:18:53','2019-08-19 23:18:53','',0,'https://buzz-caribbean.com/?p=4707',0,'post','',0),(4708,4,'2019-08-19 17:39:59','2019-08-19 22:39:59','<!-- wp:paragraph -->\n<p><br> Katie Holmes and Jamie Foxx have reportedly split after six years together, as sources say their romance ended in May. <br> Katie Holmes and Jamie Foxx have reportedly split.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nThe \'Django Unchained\' star and the \'Dawson\'s Creek\' actress have been enjoying an incredibly secret romance for six years, but according to a report from Page Six, they\'ve now decided to call time on their relationship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nIt was first speculated the pair had split when Jamie, 51, was spotted with singer Sela Vave over the weekend, but an eyewitness told Page Six they spotted Katie going for lunch with her friends at La Esquina, where they reportedly overheard her saying: \"What Jamie does is his business - we haven\'t been together for months.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nPage Six reports they then called a friend of 40-year-old Katie to confirm the news, who confessed the pair had split in May, a few weeks after their appearance at the 2019 Met Gala.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nA source previously claimed Jamie and Katie were getting \"more comfortable\" in their relationship and were keeping their romance so under wraps because they have both been in public relationships before and they understand how difficult it is.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nThey said: \"Katie was really letting loose and dancing - they were even kissing each other! ... They\'re starting to be more comfortable about their relationship. They\'d both been in public relationships before. They care about each other a lot and they tried to stay as quiet as possible because they didn\'t want to ruin that ... Jamie brings a lot of joy and happiness into her life. They\'ve definitely become more serious.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nMeanwhile, Katie\'s number one priority is her daughter Suri, 13, who she shares with her ex-husband Tom Cruise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nThe insider added: \"She\'s an amazing mom. She\'ll choose her family over him any day ... When they\'re together it works. When they\'re not, they\'re on their own. It\'s what works for them ... Katie found happiness with Katie first. She\'s worked her ass off since the divorce and she\'s finally gotten to a place where she\'s made a name for herself and can be her own person. She\'s back to her old self and it\'s great to watch.\"</p>\n<!-- /wp:paragraph -->','Katie Holmes and Jamie Foxx split?','','inherit','closed','closed','','4707-revision-v1','','','2019-08-19 17:39:59','2019-08-19 22:39:59','',4707,'https://buzz-caribbean.com/article/4707-revision-v1/',0,'revision','',0),(4709,4,'2019-08-19 17:45:31','2019-08-19 22:45:31','','Ink Stained Finger','','inherit','open','closed','','ink-stained-finger','','','2019-08-19 17:45:31','2019-08-19 22:45:31','',0,'https://buzz-caribbean.com/app/uploads/2019/08/ink-stained-finger.jpg',0,'attachment','image/jpeg',0),(4710,4,'2019-08-19 17:57:57','2019-08-19 22:57:57','','katie-holmes','','inherit','open','closed','','katie-holmes','','','2019-08-19 17:57:57','2019-08-19 22:57:57','',4707,'https://buzz-caribbean.com/app/uploads/2019/08/katie-holmes.jpg',0,'attachment','image/jpeg',0),(4711,4,'2019-08-19 18:18:53','2019-08-19 23:18:53','<!-- wp:image {\"id\":4710} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/katie-holmes.jpg\" alt=\"\" class=\"wp-image-4710\" /><figcaption>Katie Holmes and husband Jamie Foxx has reportedly separated.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Katie Holmes and Jamie Foxx have reportedly split after six years together.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sources say their romance ended in May.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Django Unchained</strong> star and the <strong>Dawson\'s Creek</strong> actress have been enjoying an incredibly secret romance for six years, but according to a report from Page Six, they\'ve now decided to call time on their relationship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4501} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jamie-foxx.jpg\" alt=\"\" class=\"wp-image-4501\" /><figcaption>Actor/singer Jamie Foxx </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> It was first speculated the pair had split when Jamie, 51, was spotted with singer Sela Vave over the weekend, but an eyewitness told Page Six they spotted Katie going for lunch with her friends at La Esquina, where they reportedly overheard her saying: \"What Jamie does is his business, we haven\'t been together for months.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Page Six reports they then called a friend of 40-year-old Katie to confirm the news, who confessed the pair had split in May, a few weeks after their appearance at the 2019 Met Gala.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source previously claimed Jamie and Katie were getting \"more comfortable\" in their relationship and were keeping their romance so under wraps because they have both been in public relationships before and they understand how difficult it is.</p>\n<!-- /wp:paragraph -->','Katie Holmes and Jamie Foxx split?','','inherit','closed','closed','','4707-revision-v1','','','2019-08-19 18:18:53','2019-08-19 23:18:53','',4707,'https://buzz-caribbean.com/article/4707-revision-v1/',0,'revision','',0),(4712,23,'2019-08-19 19:27:14','2019-08-20 00:27:14','<!-- wp:paragraph -->\n<p>Reggae Boy Brian \'Neigo\' Brown unleashed a hat-trick within a ten-minute span on Sunday, which led his team, FK Partizani, to become Albanian Super League champions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4715} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/champions-947x1024.jpg\" alt=\"\" class=\"wp-image-4715\" /><figcaption>Brian \'Neigo\' Brown holding the championship trophy. (Photo: Contributed, Instagram/neigodon_99</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>FK Partizani defeated rivals FK Kukesi 4-2 to grab the title.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The former Rusea’s High School and Harbour View FC footballer, came off the bench and struck in the 88th, 94th and in the 99th minute. FK Partizani was trailing 2-1, a mere three minutes from full time when Brown pounced.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \'First of my trophies to come this season.\'</p><cite>—Brian \'Neigo\' Brown</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Great\nteam performance last night from the lads. First of my trophies to come this season.\nThanks to all the fans who came out and supported us,” the Golden Boy wrote on\nhis Instagram page, where he also uploaded three clips of the goalscoring.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old striker, who hails from Montpelier in Hanover, represented Major League Soccer club Philadelphia Union in 2014. A year before, he represented Harbor View FC in Jamaica’s Red Stripe Premier League and won the RSPL Golden Boot (most valuable player award) after scoring 18 goals. &nbsp;He also played for Charlotte Independence in the United Soccer League where he scored nine goals in 27 appearances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Jamaican leads team to Albanian Super League title','','publish','open','closed','','jamaican-leads-team-to-albanian-super-league-title','','','2019-08-19 19:32:44','2019-08-20 00:32:44','',0,'https://buzz-caribbean.com/?p=4712',0,'post','',0),(4713,4,'2019-08-19 18:59:08','2019-08-19 23:59:08','<!-- wp:paragraph -->\n<p>Reggae Boy Brian \'Neigo\' Brown unleashed a hat-trick within a ten-minute span on Sunday, which led his team, FK Partizani, to become Albanian Super League champions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>FK Partizani defeated rivals FK Kukesi 4-2 to grab the title.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The former Rusea’s High School and Harbour View FC footballer, came off the bench and struck in the 88th, 94th and in the 99th minute.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>FK Partizani was trailing 2-1, a mere three minutes from full time when Brown pounced.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Great\nteam performance last night from the lads. First of my trophies to come this season.\nThanks to all the fans who came out and supported us,” the Golden Boy wrote on\nhis Instagram page, where he also uploaded three clips of the goalscoring.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old striker, who hails from Montpelier in Hanover, represented Major League Soccer club Philadelphia Union in 2014.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A year before, he represented Harbor View FC in Jamaica’s Red Stripe Premier League and won the RSPL Golden Boot (most valuable player award) after scoring 18 goals.  He also played for Charlotte Independence in the United Soccer League where he scored nine goals in 27 appearances.</p>\n<!-- /wp:paragraph -->','Jamaican leads team to Albanian Super League title','','inherit','closed','closed','','4712-revision-v1','','','2019-08-19 18:59:08','2019-08-19 23:59:08','',4712,'https://buzz-caribbean.com/article/4712-revision-v1/',0,'revision','',0),(4714,4,'2019-08-19 19:06:45','2019-08-20 00:06:45','<!-- wp:paragraph -->\n<p>Reggae Boy Brian \'Neigo\' Brown unleashed a hat-trick within a ten-minute span on Sunday, which led his team, FK Partizani, to become Albanian Super League champions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>FK Partizani defeated rivals FK Kukesi 4-2 to grab the title.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The former Rusea’s High School and Harbour View FC footballer, came off the bench and struck in the 88th, 94th and in the 99th minute.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>FK Partizani was trailing 2-1, a mere three minutes from full time when Brown pounced.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Great\nteam performance last night from the lads. First of my trophies to come this season.\nThanks to all the fans who came out and supported us,” the Golden Boy wrote on\nhis Instagram page, where he also uploaded three clips of the goalscoring.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old striker, who hails from Montpelier in Hanover, represented Major League Soccer club Philadelphia Union in 2014.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A year before, he represented Harbor View FC in Jamaica’s Red Stripe Premier League and won the RSPL Golden Boot (most valuable player award) after scoring 18 goals.  He also played for Charlotte Independence in the United Soccer League where he scored nine goals in 27 appearances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Jamaican leads team to Albanian Super League title','','inherit','closed','closed','','4712-revision-v1','','','2019-08-19 19:06:45','2019-08-20 00:06:45','',4712,'https://buzz-caribbean.com/article/4712-revision-v1/',0,'revision','',0),(4715,4,'2019-08-19 19:15:46','2019-08-20 00:15:46','','Champions','','inherit','open','closed','','champions','','','2019-08-19 19:15:46','2019-08-20 00:15:46','',0,'https://buzz-caribbean.com/app/uploads/2019/08/champions.jpg',0,'attachment','image/jpeg',0),(4717,4,'2019-08-19 19:21:34','2019-08-20 00:21:34','<!-- wp:paragraph -->\n<p>Reggae Boy Brian \'Neigo\' Brown unleashed a hat-trick within a ten-minute span on Sunday, which led his team, FK Partizani, to become Albanian Super League champions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4715} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/champions-947x1024.jpg\" alt=\"\" class=\"wp-image-4715\" /><figcaption>Brian \'Neigo\' Brown holding the championship trophy. (Photo: Contributed, Instagram/neigodono</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>FK Partizani defeated rivals FK Kukesi 4-2 to grab the title.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The former Rusea’s High School and Harbour View FC footballer, came off the bench and struck in the 88th, 94th and in the 99th minute.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>FK Partizani was trailing 2-1, a mere three minutes from full time when Brown pounced.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Great\nteam performance last night from the lads. First of my trophies to come this season.\nThanks to all the fans who came out and supported us,” the Golden Boy wrote on\nhis Instagram page, where he also uploaded three clips of the goalscoring.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old striker, who hails from Montpelier in Hanover, represented Major League Soccer club Philadelphia Union in 2014.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A year before, he represented Harbor View FC in Jamaica’s Red Stripe Premier League and won the RSPL Golden Boot (most valuable player award) after scoring 18 goals. &nbsp;He also played for Charlotte Independence in the United Soccer League where he scored nine goals in 27 appearances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Jamaican leads team to Albanian Super League title','','inherit','closed','closed','','4712-revision-v1','','','2019-08-19 19:21:34','2019-08-20 00:21:34','',4712,'https://buzz-caribbean.com/article/4712-revision-v1/',0,'revision','',0),(4719,4,'2019-08-19 19:23:05','2019-08-20 00:23:05','<!-- wp:paragraph -->\n<p>Reggae Boy Brian \'Neigo\' Brown unleashed a hat-trick within a ten-minute span on Sunday, which led his team, FK Partizani, to become Albanian Super League champions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4715} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/champions-947x1024.jpg\" alt=\"\" class=\"wp-image-4715\" /><figcaption>Brian \'Neigo\' Brown holding the championship trophy. (Photo: Contributed, Instagram/neigodono</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>FK Partizani defeated rivals FK Kukesi 4-2 to grab the title.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The former Rusea’s High School and Harbour View FC footballer, came off the bench and struck in the 88th, 94th and in the 99th minute. FK Partizani was trailing 2-1, a mere three minutes from full time when Brown pounced.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Great\nteam performance last night from the lads. First of my trophies to come this season.\nThanks to all the fans who came out and supported us,” the Golden Boy wrote on\nhis Instagram page, where he also uploaded three clips of the goalscoring.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old striker, who hails from Montpelier in Hanover, represented Major League Soccer club Philadelphia Union in 2014.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A year before, he represented Harbor View FC in Jamaica’s Red Stripe Premier League and won the RSPL Golden Boot (most valuable player award) after scoring 18 goals. &nbsp;He also played for Charlotte Independence in the United Soccer League where he scored nine goals in 27 appearances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Jamaican leads team to Albanian Super League title','','inherit','closed','closed','','4712-revision-v1','','','2019-08-19 19:23:05','2019-08-20 00:23:05','',4712,'https://buzz-caribbean.com/article/4712-revision-v1/',0,'revision','',0),(4720,4,'2019-08-19 19:25:44','2019-08-20 00:25:44','<!-- wp:paragraph -->\n<p>Reggae Boy Brian \'Neigo\' Brown unleashed a hat-trick within a ten-minute span on Sunday, which led his team, FK Partizani, to become Albanian Super League champions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4715} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/champions-947x1024.jpg\" alt=\"\" class=\"wp-image-4715\" /><figcaption>Brian \'Neigo\' Brown holding the championship trophy. (Photo: Contributed, Instagram/neigodono</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>FK Partizani defeated rivals FK Kukesi 4-2 to grab the title.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The former Rusea’s High School and Harbour View FC footballer, came off the bench and struck in the 88th, 94th and in the 99th minute. FK Partizani was trailing 2-1, a mere three minutes from full time when Brown pounced.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \'First of my trophies to come this season.\'</p><cite>—Brian \'Neigo\' Brown</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Great\nteam performance last night from the lads. First of my trophies to come this season.\nThanks to all the fans who came out and supported us,” the Golden Boy wrote on\nhis Instagram page, where he also uploaded three clips of the goalscoring.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old striker, who hails from Montpelier in Hanover, represented Major League Soccer club Philadelphia Union in 2014. A year before, he represented Harbor View FC in Jamaica’s Red Stripe Premier League and won the RSPL Golden Boot (most valuable player award) after scoring 18 goals.  He also played for Charlotte Independence in the United Soccer League where he scored nine goals in 27 appearances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Jamaican leads team to Albanian Super League title','','inherit','closed','closed','','4712-revision-v1','','','2019-08-19 19:25:44','2019-08-20 00:25:44','',4712,'https://buzz-caribbean.com/article/4712-revision-v1/',0,'revision','',0),(4721,4,'2019-08-19 19:27:14','2019-08-20 00:27:14','<!-- wp:paragraph -->\n<p>Reggae Boy Brian \'Neigo\' Brown unleashed a hat-trick within a ten-minute span on Sunday, which led his team, FK Partizani, to become Albanian Super League champions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4715} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/champions-947x1024.jpg\" alt=\"\" class=\"wp-image-4715\" /><figcaption>Brian \'Neigo\' Brown holding the championship trophy. (Photo: Contributed, Instagram/neigodon_99</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>FK Partizani defeated rivals FK Kukesi 4-2 to grab the title.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The former Rusea’s High School and Harbour View FC footballer, came off the bench and struck in the 88th, 94th and in the 99th minute. FK Partizani was trailing 2-1, a mere three minutes from full time when Brown pounced.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \'First of my trophies to come this season.\'</p><cite>—Brian \'Neigo\' Brown</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Great\nteam performance last night from the lads. First of my trophies to come this season.\nThanks to all the fans who came out and supported us,” the Golden Boy wrote on\nhis Instagram page, where he also uploaded three clips of the goalscoring.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old striker, who hails from Montpelier in Hanover, represented Major League Soccer club Philadelphia Union in 2014. A year before, he represented Harbor View FC in Jamaica’s Red Stripe Premier League and won the RSPL Golden Boot (most valuable player award) after scoring 18 goals.  He also played for Charlotte Independence in the United Soccer League where he scored nine goals in 27 appearances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Jamaican leads team to Albanian Super League title','','inherit','closed','closed','','4712-revision-v1','','','2019-08-19 19:27:14','2019-08-20 00:27:14','',4712,'https://buzz-caribbean.com/article/4712-revision-v1/',0,'revision','',0),(4722,4,'2019-08-19 19:32:06','2019-08-20 00:32:06','','Champions','','inherit','open','closed','','champions-2','','','2019-08-19 19:32:06','2019-08-20 00:32:06','',0,'https://buzz-caribbean.com/app/uploads/2019/08/champions-1.jpg',0,'attachment','image/jpeg',0),(4723,4,'2019-08-19 19:32:39','2019-08-20 00:32:39','<!-- wp:paragraph -->\n<p>Reggae Boy Brian \'Neigo\' Brown unleashed a hat-trick within a ten-minute span on Sunday, which led his team, FK Partizani, to become Albanian Super League champions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4715} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/champions-947x1024.jpg\" alt=\"\" class=\"wp-image-4715\" /><figcaption>Brian \'Neigo\' Brown holding the championship trophy. (Photo: Contributed, Instagram/neigodon_99</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>FK Partizani defeated rivals FK Kukesi 4-2 to grab the title.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The former Rusea’s High School and Harbour View FC footballer, came off the bench and struck in the 88th, 94th and in the 99th minute. FK Partizani was trailing 2-1, a mere three minutes from full time when Brown pounced.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \'First of my trophies to come this season.\'</p><cite>—Brian \'Neigo\' Brown</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Great\nteam performance last night from the lads. First of my trophies to come this season.\nThanks to all the fans who came out and supported us,” the Golden Boy wrote on\nhis Instagram page, where he also uploaded three clips of the goalscoring.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old striker, who hails from Montpelier in Hanover, represented Major League Soccer club Philadelphia Union in 2014. A year before, he represented Harbor View FC in Jamaica’s Red Stripe Premier League and won the RSPL Golden Boot (most valuable player award) after scoring 18 goals. &nbsp;He also played for Charlotte Independence in the United Soccer League where he scored nine goals in 27 appearances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Jamaican leads team to Albanian Super League title','','inherit','closed','closed','','4712-revision-v1','','','2019-08-19 19:32:39','2019-08-20 00:32:39','',4712,'https://buzz-caribbean.com/article/4712-revision-v1/',0,'revision','',0),(4724,23,'2019-08-20 08:00:47','2019-08-20 13:00:47','<!-- wp:paragraph -->\n<p>Chairman of Carib Cement, Parris Lyew-Ayee, says the company is dedicated to protecting Jamaica’s natural environment and has sought to convert waste material into energy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4741} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Parris-Lyew-Ayee-1024x687.png\" alt=\"\" class=\"wp-image-4741\" /><figcaption>Carib Cement Chairman Parris Lyew-Ayee</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lyew-Ayee said Carib Cement had begun using waste tyres and discarded oil and were burning them to get the energy to produce cement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The company has made major investments with safe environmental practices. We place great emphasis on energy efficiencies in our operations, the biggest cost item, with significant applications of using renewable energy sources. This includes using renewable sources as well as using used tyres and waste oils which also addresses serious national environmental problems,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4744} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/caribbean-cement-plant2-1024x570.jpg\" alt=\"\" class=\"wp-image-4744\" /><figcaption>A shot of the Caribbean Cement plant in East Kingston.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He also said Carib Cement uses 100 per cent local raw materials and is dedicated to supporting local industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Carib Cement Company is a true local producer, using local limestone, gypsum, shales, pozzolan, water, and local employees — 200 fulltime employees, and 500 indirect,” he said.</p>\n<!-- /wp:paragraph -->','Carib Cement converting waste tyres into energy','','publish','open','closed','','carib-cement-converting-waste-tyres-into-energy','','','2019-08-19 21:23:17','2019-08-20 02:23:17','',0,'https://buzz-caribbean.com/?p=4724',0,'post','',0),(4725,21,'2019-08-20 06:30:03','2019-08-20 11:30:03','<!-- wp:image {\"id\":4726} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/half-moon-A-1024x683.jpg\" alt=\"\" class=\"wp-image-4726\" /><figcaption>Half Moon Beach is rated among the best beaches in Negril. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is no surprise that the picturesque Half Moon Beach\nin Green Island, Hanover, is ranked at number five on the list of 25 things to\ndo within the Negril area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For more than 25 years, the property has offered overnight accommodation, as well as snorkelling, catamaran tours and general beach access as some of its key activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Any nature lover or any beach bum, who goes to the\nproperty, will immediately fall in love with this jewel in western Jamaica’s\ncrown, nestled less than 10 minutes away from the resort town of Negril.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4727} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/half-moon-C-1024x683.jpg\" alt=\"\" class=\"wp-image-4727\" /><figcaption>The property is loved for its rustic appearance. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Highly secluded, the ordinary-looking entrance to Half\nMoon Beach belies the beauty that awaits beyond the short unpaved roadway,\nwhich leads to the glorious sparkling white sand strip. Padded lounge chairs\nare at guests’ disposal under rustic thatch cabanas, from where you are greeted\nby a spectacular view of the sea and a most majestic sunset.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A bar and restaurant at the property also offer ample dining areas where sumptuous meals are served by the friendly staff. Guests are also encouraged to explore sections of the property, including the garden, where a variety of fruits and vegetables, and even&nbsp;sugar cane, are grown.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4728} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/half-moon-B-1024x683.jpg\" alt=\"\" class=\"wp-image-4728\" /><figcaption>Half Moon Beach is the ideal spot for nature lovers. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Half Moon possesses some of Jamaica’s most spectacular\ncoral reefs, where a plethora of fish can be seen. The property also features\nseven rustic wooden cabins, each with their own private space, sheltered\nbetwixt a mass of Jamaican sweet almond trees. All cottages are oceanfront view.\nSome are mere footsteps from the water and are equipped with hot water,\nrefrigerators, ceiling fans and bamboo furniture and other basic amenities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to pulling guests in with its beauty, the\nproperty has been a sought-after venue for yoga retreats, small group parties\nand weddings, as well as honeymooners. It has also hosted some of the internationally\nacclaimed Dream Weekend parties. &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->','Half Moon Beach: Perfect for nature and sea lovers','','publish','open','closed','','half-moon-beach-perfect-for-nature-and-sea-lovers','','','2019-08-25 18:17:53','2019-08-25 23:17:53','',0,'https://buzz-caribbean.com/?p=4725',0,'post','',0),(4726,9,'2019-08-19 20:01:59','2019-08-20 01:01:59','','half-moon-A','','inherit','open','closed','','half-moon-a','','','2019-08-19 20:01:59','2019-08-20 01:01:59','',4725,'https://buzz-caribbean.com/app/uploads/2019/08/half-moon-A.jpg',0,'attachment','image/jpeg',0),(4727,9,'2019-08-19 20:02:15','2019-08-20 01:02:15','','half-moon-C','','inherit','open','closed','','half-moon-c','','','2019-08-19 20:02:15','2019-08-20 01:02:15','',4725,'https://buzz-caribbean.com/app/uploads/2019/08/half-moon-C.jpg',0,'attachment','image/jpeg',0),(4728,9,'2019-08-19 20:02:27','2019-08-20 01:02:27','','half-moon-B','','inherit','open','closed','','half-moon-b','','','2019-08-19 20:02:27','2019-08-20 01:02:27','',4725,'https://buzz-caribbean.com/app/uploads/2019/08/half-moon-B.jpg',0,'attachment','image/jpeg',0),(4729,4,'2019-08-19 20:06:11','2019-08-20 01:06:11','<!-- wp:paragraph -->\n<p>Chairman of Carib Cement, Parris Lyew-Ayee, says the company is dedicated to protecting Jamaica’s natural environment and has sought to convert waste material into energy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lyew-Ayee said Carib Cement had begun using waste tyres and discarded oil and were burning them to get energy to produce cement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The company has made major investments with safe environmental practices. We place great emphasis on energy efficiencies in our operations, the biggest cost item, with significant applications of using renewable energy sources. This includes using renewable sources as well as using used tyres and waste oils which also addresses serious national environmental problems,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also said Carib Cement uses 100 per cent local raw materials and is dedicated to supporting local industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Carib Cement Company is a true local producer, using local limestone, gypsum, shales, pozzolan, water, and local employees — 200 full time employees, and 500 indirect,” he said.</p>\n<!-- /wp:paragraph -->','Carib Cement converting waste tyres into energy','','inherit','closed','closed','','4724-revision-v1','','','2019-08-19 20:06:11','2019-08-20 01:06:11','',4724,'https://buzz-caribbean.com/article/4724-revision-v1/',0,'revision','',0),(4730,9,'2019-08-19 20:06:47','2019-08-20 01:06:47','<!-- wp:image {\"id\":4726} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/half-moon-A-1024x683.jpg\" alt=\"\" class=\"wp-image-4726\" /><figcaption>Half Moon Beach is rated among the best beaches in Negril. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is no surprise that the picturesque Half Moon Beach\nin Green Island, Hanover, is ranked at number five on the list of 25 things to\ndo within the Negril area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For more than 25 years, the property has offered overnight accommodation, as well as snorkelling, catamaran tours and general beach access as some of its key activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Any nature lover or any beach bum, who goes to the\nproperty, will immediately fall in love with this jewel in western Jamaica’s\ncrown, nestled less than 10 minutes away from the resort town of Negril.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4727} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/half-moon-C-1024x683.jpg\" alt=\"\" class=\"wp-image-4727\" /><figcaption>The property is loved for its rustic appearance. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Highly secluded, the ordinary-looking entrance to Half\nMoon Beach belies the beauty that awaits beyond the short unpaved roadway,\nwhich leads to the glorious sparkling white sand strip. Padded lounge chairs\nare at guests’ disposal under rustic thatch cabanas, from where you are greeted\nby a spectacular view of the sea and a most majestic sunset.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A bar and restaurant at the property also offer ample dining areas where sumptuous meals are served by the friendly staff. Guests are also encouraged to explore sections of the property, including the garden, where a variety of fruits and vegetables, and even sugar cane, are grown.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4728} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/half-moon-B-1024x683.jpg\" alt=\"\" class=\"wp-image-4728\" /><figcaption>Half Moon Beach is the ideal spot for nature lovers. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Half Moon possesses some of Jamaica’s most spectacular\ncoral reefs, where a plethora of fish can be seen. The property also features\nseven rustic wooden cabins, each with their own private space, sheltered\nbetwixt a mass of Jamaican sweet almond trees. All cottages are oceanfront view.\nSome are mere footsteps from the water and are equipped with hot water,\nrefrigerators, ceiling fans and bamboo furniture and other basic amenities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to pulling guests in with its beauty, the\nproperty has been a sought-after venue for yoga retreats, small group parties\nand weddings, as well as honeymooners. It has also hosted some of the internationally\nacclaimed Dream Weekend parties. &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->','Half Moon Beach: Perfect for nature and sea lovers','','inherit','closed','closed','','4725-revision-v1','','','2019-08-19 20:06:47','2019-08-20 01:06:47','',4725,'https://buzz-caribbean.com/article/4725-revision-v1/',0,'revision','',0),(4732,21,'2019-08-20 07:19:43','2019-08-20 12:19:43','<!-- wp:image {\"id\":4733} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bags-new-B-1024x686.jpg\" alt=\"\" class=\"wp-image-4733\" /><figcaption> Clifford Anthony Peters is focused as he makes one of his bags. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When his grade six schoolteacher taught him how to sew\nbags more than two decades ago, little did Clifford Anthony Peters know that\nthis skill would end up being a major income generator for him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 33-year-old learnt how to cut and sew bags by hand,\nas classwork, while he was a student at the Davis Primary School in St\nCatherine. And although the technique was embedded in his brain, he didn’t sew\nanother bag until two years ago when he realised there was a huge market for custom\nmade bags in Negril.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4734} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bags-new-C.jpg\" alt=\"\" class=\"wp-image-4734\" /><figcaption> Clifford Anthony Peters makes bags in various styles and patterns. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I learnt to sew my first string bag in grade six, and\nI never forgot how to do it.&nbsp; When I came\nto Negril, I saw that bags sell, so I started making bags,” the Old Harbour High\nSchool past student said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained: “I started stitching them by hand and\nselling them, and the rest is history. I was using my hand all along until I\nbought a machine. I sold the first one to a white man at the Canoe Bar. I was\nat the Canoe Bar with a portion of them, and the man said: ‘How much for one of\nthese?’ I really wanted to sell a bag, so I said US$20 and he gave me US$25, so\nthat was good.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4735} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bags-new-E.jpg\" alt=\"\" class=\"wp-image-4735\" /><figcaption>A close-up view of some of Clifford Anthony Peters\' custom made bags. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>These days, Peters uses a lot of denim in his\ncreations. Another fabric, burlap, is very popular among the tourists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I never make the same thing twice. If I use the same\nfabric, it’s a different style. If I even make the same-looking bag, it’s a\ndifferent lining,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His bags are available at the several spots in Negril, including the Wake and Bake Café on Negril’s West End where he now sews, displays his bags for sale and helps his friend, Karen McLeod, in the operations at the café.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Negril man makes bags to please tourists','','publish','open','closed','','negril-man-makes-bags-to-please-tourists','','','2019-08-20 08:56:21','2019-08-20 13:56:21','',0,'https://buzz-caribbean.com/?p=4732',0,'post','',0),(4733,9,'2019-08-19 20:20:47','2019-08-20 01:20:47','','Bags-new-B','','inherit','open','closed','','bags-new-b','','','2019-08-19 20:20:47','2019-08-20 01:20:47','',4732,'https://buzz-caribbean.com/app/uploads/2019/08/Bags-new-B.jpg',0,'attachment','image/jpeg',0),(4734,9,'2019-08-19 20:21:11','2019-08-20 01:21:11','','Bags-new-C','','inherit','open','closed','','bags-new-c','','','2019-08-19 20:21:11','2019-08-20 01:21:11','',4732,'https://buzz-caribbean.com/app/uploads/2019/08/Bags-new-C.jpg',0,'attachment','image/jpeg',0),(4735,9,'2019-08-19 20:21:28','2019-08-20 01:21:28','','Bags-new-E','','inherit','open','closed','','bags-new-e','','','2019-08-19 20:21:28','2019-08-20 01:21:28','',4732,'https://buzz-caribbean.com/app/uploads/2019/08/Bags-new-E.jpg',0,'attachment','image/jpeg',0),(4736,4,'2019-08-19 20:28:11','2019-08-20 01:28:11','<!-- wp:paragraph -->\n<p>Chairman of Carib Cement, Parris Lyew-Ayee, says the company is dedicated to protecting Jamaica’s natural environment and has sought to convert waste material into energy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lyew-Ayee said Carib Cement had begun using waste tyres and discarded oil and were burning them to get the energy to produce cement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The company has made major investments with safe environmental practices. We place great emphasis on energy efficiencies in our operations, the biggest cost item, with significant applications of using renewable energy sources. This includes using renewable sources as well as using used tyres and waste oils which also addresses serious national environmental problems,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also said Carib Cement uses 100 per cent local raw materials and is dedicated to supporting local industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Carib Cement Company is a true local producer, using local limestone, gypsum, shales, pozzolan, water, and local employees — 200 fulltime employees, and 500 indirect,” he said.</p>\n<!-- /wp:paragraph -->','Carib Cement converting waste tyres into energy','','inherit','closed','closed','','4724-revision-v1','','','2019-08-19 20:28:11','2019-08-20 01:28:11','',4724,'https://buzz-caribbean.com/article/4724-revision-v1/',0,'revision','',0),(4737,9,'2019-08-19 20:30:20','2019-08-20 01:30:20','<!-- wp:image {\"id\":4733} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bags-new-B-1024x686.jpg\" alt=\"\" class=\"wp-image-4733\" /><figcaption> Clifford Anthony Peters is focused as he makes one of his bags. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When his grade six schoolteacher taught him how to sew\nbags more than two decades ago, little did Clifford Anthony Peters know that\nthis skill would end up being a major income generator for him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 33-year-old learnt how to cut and sew bags by hand,\nas classwork, while he was a student at the Davis Primary School in St\nCatherine. And although the technique was embedded in his brain, he didn’t sew\nanother bag until two years ago when he realised there was a huge market for custom\nmade bags in Negril.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4734} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bags-new-C.jpg\" alt=\"\" class=\"wp-image-4734\" /><figcaption> Clifford Anthony Peters makes bags in various styles and patterns. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I learnt to sew my first string bag in grade six, and\nI never forgot how to do it.&nbsp; When I came\nto Negril, I saw that bags sell, so I started making bags,” the Old Harbour High\nSchool past student said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained: “I started stitching them by hand and\nselling them, and the rest is history. I was using my hand all along until I\nbought a machine. I sold the first one to a white man at the Canoe Bar. I was\nat the Canoe Bar with a portion of them, and the man said: ‘How much for one of\nthese?’ I really wanted to sell a bag, so I said US$20 and he gave me US$25, so\nthat was good.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4735} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bags-new-E.jpg\" alt=\"\" class=\"wp-image-4735\" /><figcaption>A close-up view of some of Clifford Anthony Peters\' custom made bags. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>These days, Peters uses a lot of denim in his\ncreations. Another fabric, burlap, is very popular among the tourists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I never make the same thing twice. If I use the same\nfabric, it’s a different style. If I even make the same-looking bag, it’s a\ndifferent lining,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His bags are available at the several spots in Negril,\nincluding the Wake and Bake Café on Negril’s West End where he now sews,\ndisplays his bags for sale and helps his friend, Karen McLeod, in the operations\nat the café.</p>\n<!-- /wp:paragraph -->','Negril man makes bags to please tourists','','inherit','closed','closed','','4732-revision-v1','','','2019-08-19 20:30:20','2019-08-20 01:30:20','',4732,'https://buzz-caribbean.com/article/4732-revision-v1/',0,'revision','',0),(4738,21,'2019-08-20 07:50:40','2019-08-20 12:50:40','<!-- wp:image {\"id\":4739} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kit-game-of-thrones.jpg\" alt=\"\" class=\"wp-image-4739\" /><figcaption> Kit Harington plays \'Jon Snow\' in Game of Thrones. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kit Harington believes the ending to <strong>Game of Thrones</strong> represents what the show was \"really about\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The ending to the HBO fantasy drama - which concluded its eighth and final season earlier this year - saw Jon Snow kill his aunt and lover Daenerys Targaryen after she destroyed King\'s Landing with her dragon, and was met with a mixed reaction from fans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But Kit, who starred as Jon, believes the ending was exactly what the show was all about, because it showed the \"dysfunctional family\" dynamic between Jon and Daenerys.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"It was said a long time ago, and I agree with it, that \'Thrones\' really is about dysfunctional families. It\'s about mothers, brothers and sisters, but it\'s also about how far your blood will stretch in your decision-making. That\'s the ultimate choice Jon is left with. He\'s faced with someone he loves as his lover - who he is related to - but his loyalty is with the people and the part of the world where his roots are, the people who raised him.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It was said a long time ago, and I agree with it, that \'Thrones\' really is about dysfunctional families.\"</p><cite> — Kit Harington </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"It\'s that horrible conflict in a relationship: \'Do I stay or do I go?\' We\'ve all been through it at some point ... except this one involves a knife.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kit says he and Emilia Clarke - who played Daenerys - spent three weeks filming the Mother of Dragons\' final scenes. He said that the process was both emotional and tiring.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And although Kit thinks the ending was justified, he does admit he was \"completely surprised\" when he read the script.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to The Hollywood Reporter, he said: \"I was completely surprised by it even though you can kind of see the path through the season of how it was getting there - and even the previous couple of seasons before that, once you can look back. But it was still a big shock to me.\"</p>\n<!-- /wp:paragraph -->','Kit Harington: Game of Thrones ending represents the show','','publish','open','closed','','kit-harington-game-of-thrones-ending-represents-the-show','','','2019-08-19 22:05:29','2019-08-20 03:05:29','',0,'https://buzz-caribbean.com/?p=4738',0,'post','',0),(4739,9,'2019-08-19 20:41:29','2019-08-20 01:41:29','','Kit-game-of-thrones','','inherit','open','closed','','kit-game-of-thrones','','','2019-08-19 20:41:29','2019-08-20 01:41:29','',4738,'https://buzz-caribbean.com/app/uploads/2019/08/Kit-game-of-thrones.jpg',0,'attachment','image/jpeg',0),(4740,9,'2019-08-19 20:45:18','2019-08-20 01:45:18','<!-- wp:image {\"id\":4739} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kit-game-of-thrones.jpg\" alt=\"\" class=\"wp-image-4739\" /><figcaption> Kit Harington plays \'Jon Snow\' in Game of Thrones. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kit Harington believes the ending to <strong>Game of Thrones</strong> represents what the show was \"really about\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The ending to the HBO fantasy drama - which concluded its eighth and final season earlier this year - saw Jon Snow kill his aunt and lover Daenerys Targaryen after she destroyed King\'s Landing with her dragon, and was met with a mixed reaction from fans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But Kit, who starred as Jon, believes the ending was exactly what the show was all about, because it showed the \"dysfunctional family\" dynamic between Jon and Daenerys.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"It was said a long time ago, and I agree with it, that \'Thrones\' really is about dysfunctional families. It\'s about mothers, brothers and sisters, but it\'s also about how far your blood will stretch in your decision-making. That\'s the ultimate choice Jon is left with. He\'s faced with someone he loves as his lover - who he is related to - but his loyalty is with the people and the part of the world where his roots are, the people who raised him. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It was said a long time ago, and I agree with it, that \'Thrones\' really is about dysfunctional families.\"</p><cite> — Kit Harington </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"It\'s that horrible conflict in a relationship: \'Do I stay or do I go?\' We\'ve all been through it at some point ... except this one involves a knife.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kit says he and Emilia Clarke - who played Daenerys - spent three weeks filming the Mother of Dragons\' final scenes. He said that the process was both emotional and tiring.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And although Kit thinks the ending was justified, he does admit he was \"completely surprised\" when he read the script.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to The Hollywood Reporter, he said: \"I was completely surprised by it even though you can kind of see the path through the season of how it was getting there - and even the previous couple of seasons before that, once you can look back. But it was still a big shock to me.\"</p>\n<!-- /wp:paragraph -->','Kit Harington: Game of Thrones ending represents the show','','inherit','closed','closed','','4738-revision-v1','','','2019-08-19 20:45:18','2019-08-20 01:45:18','',4738,'https://buzz-caribbean.com/article/4738-revision-v1/',0,'revision','',0),(4741,4,'2019-08-19 21:01:54','2019-08-20 02:01:54','','Parris Lyew Ayee','','inherit','open','closed','','parris-lyew-ayee','','','2019-08-19 21:01:54','2019-08-20 02:01:54','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Parris-Lyew-Ayee.png',0,'attachment','image/png',0),(4742,4,'2019-08-19 21:04:49','2019-08-20 02:04:49','<!-- wp:paragraph -->\n<p>Chairman of Carib Cement, Parris Lyew-Ayee, says the company is dedicated to protecting Jamaica’s natural environment and has sought to convert waste material into energy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4741} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Parris-Lyew-Ayee-1024x687.png\" alt=\"\" class=\"wp-image-4741\" /><figcaption>Carib Cement Chairman Parris Lyew-Ayee</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lyew-Ayee said Carib Cement had begun using waste tyres and discarded oil and were burning them to get the energy to produce cement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The company has made major investments with safe environmental practices. We place great emphasis on energy efficiencies in our operations, the biggest cost item, with significant applications of using renewable energy sources. This includes using renewable sources as well as using used tyres and waste oils which also addresses serious national environmental problems,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also said Carib Cement uses 100 per cent local raw materials and is dedicated to supporting local industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Carib Cement Company is a true local producer, using local limestone, gypsum, shales, pozzolan, water, and local employees — 200 fulltime employees, and 500 indirect,” he said.</p>\n<!-- /wp:paragraph -->','Carib Cement converting waste tyres into energy','','inherit','closed','closed','','4724-revision-v1','','','2019-08-19 21:04:49','2019-08-20 02:04:49','',4724,'https://buzz-caribbean.com/article/4724-revision-v1/',0,'revision','',0),(4744,4,'2019-08-19 21:18:49','2019-08-20 02:18:49','','caribbean-cement-plant2','','inherit','open','closed','','caribbean-cement-plant2','','','2019-08-19 21:18:49','2019-08-20 02:18:49','',4724,'https://buzz-caribbean.com/app/uploads/2019/08/caribbean-cement-plant2.jpg',0,'attachment','image/jpeg',0),(4745,4,'2019-08-19 21:19:46','2019-08-20 02:19:46','<!-- wp:paragraph -->\n<p>Chairman of Carib Cement, Parris Lyew-Ayee, says the company is dedicated to protecting Jamaica’s natural environment and has sought to convert waste material into energy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4741} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Parris-Lyew-Ayee-1024x687.png\" alt=\"\" class=\"wp-image-4741\" /><figcaption>Carib Cement Chairman Parris Lyew-Ayee</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lyew-Ayee said Carib Cement had begun using waste tyres and discarded oil and were burning them to get the energy to produce cement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The company has made major investments with safe environmental practices. We place great emphasis on energy efficiencies in our operations, the biggest cost item, with significant applications of using renewable energy sources. This includes using renewable sources as well as using used tyres and waste oils which also addresses serious national environmental problems,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4744} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/caribbean-cement-plant2-1024x570.jpg\" alt=\"\" class=\"wp-image-4744\" /><figcaption>A shot of the Caribbean Cement plant in East Kingston.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He also said Carib Cement uses 100 per cent local raw materials and is dedicated to supporting local industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Carib Cement Company is a true local producer, using local limestone, gypsum, shales, pozzolan, water, and local employees — 200 fulltime employees, and 500 indirect,” he said.</p>\n<!-- /wp:paragraph -->','Carib Cement converting waste tyres into energy','','inherit','closed','closed','','4724-revision-v1','','','2019-08-19 21:19:46','2019-08-20 02:19:46','',4724,'https://buzz-caribbean.com/article/4724-revision-v1/',0,'revision','',0),(4746,9,'2019-08-19 22:04:21','2019-08-20 03:04:21','<!-- wp:image {\"id\":4739} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kit-game-of-thrones.jpg\" alt=\"\" class=\"wp-image-4739\" /><figcaption> Kit Harington plays \'Jon Snow\' in Game of Thrones. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kit Harington believes the ending to <strong>Game of Thrones</strong> represents what the show was \"really about\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The ending to the HBO fantasy drama - which concluded its eighth and final season earlier this year - saw Jon Snow kill his aunt and lover Daenerys Targaryen after she destroyed King\'s Landing with her dragon, and was met with a mixed reaction from fans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But Kit, who starred as Jon, believes the ending was exactly what the show was all about, because it showed the \"dysfunctional family\" dynamic between Jon and Daenerys.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"It was said a long time ago, and I agree with it, that \'Thrones\' really is about dysfunctional families. It\'s about mothers, brothers and sisters, but it\'s also about how far your blood will stretch in your decision-making. That\'s the ultimate choice Jon is left with. He\'s faced with someone he loves as his lover - who he is related to - but his loyalty is with the people and the part of the world where his roots are, the people who raised him.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It was said a long time ago, and I agree with it, that \'Thrones\' really is about dysfunctional families.\"</p><cite> — Kit Harington </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"It\'s that horrible conflict in a relationship: \'Do I stay or do I go?\' We\'ve all been through it at some point ... except this one involves a knife.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kit says he and Emilia Clarke - who played Daenerys - spent three weeks filming the Mother of Dragons\' final scenes. He said that the process was both emotional and tiring.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And although Kit thinks the ending was justified, he does admit he was \"completely surprised\" when he read the script.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to The Hollywood Reporter, he said: \"I was completely surprised by it even though you can kind of see the path through the season of how it was getting there - and even the previous couple of seasons before that, once you can look back. But it was still a big shock to me.\"</p>\n<!-- /wp:paragraph -->','Kit Harington: Game of Thrones ending represents the show','','inherit','closed','closed','','4738-revision-v1','','','2019-08-19 22:04:21','2019-08-20 03:04:21','',4738,'https://buzz-caribbean.com/article/4738-revision-v1/',0,'revision','',0),(4748,11,'2019-08-20 00:03:27','2019-08-20 05:03:27','','Judge Rules Ban On Saggy Pants Unconstitutional','RIVIERA BEACH, FL - APRIL 23:  A youngster wears his pants with underwear showing on April 23, 2009 in Riviera Beach, Florida. Recently Palm Beach Circuit Judge Paul Moyle ruled a Riviera Beach city law banning sagging pants is unconstitutional in the case of a 17-year-old who was arrested and held overnight in jail for breaking the law.  (Photo by Joe Raedle/Getty Images)','inherit','open','closed','','judge-rules-ban-on-saggy-pants-unconstitutional','','','2019-08-20 00:03:27','2019-08-20 05:03:27','',4400,'https://buzz-caribbean.com/app/uploads/2019/08/Saggy-Pants-1-BUZZ.jpg',0,'attachment','image/jpeg',0),(4750,11,'2019-08-20 00:07:39','2019-08-20 05:07:39','','Saggy-Pants-3-BUZZ','','inherit','open','closed','','saggy-pants-3-buzz','','','2019-08-20 00:07:39','2019-08-20 05:07:39','',4400,'https://buzz-caribbean.com/app/uploads/2019/08/Saggy-Pants-3-BUZZ.jpg',0,'attachment','image/jpeg',0),(4751,11,'2019-08-20 00:09:18','2019-08-20 05:09:18','','Pull-Up-Your-Pants','','inherit','open','closed','','pull-up-your-pants','','','2019-08-20 00:09:18','2019-08-20 05:09:18','',4400,'https://buzz-caribbean.com/app/uploads/2019/08/Pull-Up-Your-Pants.jpg',0,'attachment','image/jpeg',0),(4752,11,'2019-08-20 00:16:24','2019-08-20 05:16:24','','Bra-strap-showing','','inherit','open','closed','','bra-strap-showing','','','2019-08-20 00:16:24','2019-08-20 05:16:24','',4400,'https://buzz-caribbean.com/app/uploads/2019/08/Bra-strap-showing.jpg',0,'attachment','image/jpeg',0),(4753,11,'2019-08-20 00:24:47','2019-08-20 05:24:47','','Belt','','inherit','open','closed','','belt','','','2019-08-20 00:24:47','2019-08-20 05:24:47','',4400,'https://buzz-caribbean.com/app/uploads/2019/08/Belt.jpg',0,'attachment','image/jpeg',0),(4754,11,'2019-08-20 00:35:46','2019-08-20 05:35:46','','Saggy Pants 2 BUZZ','','inherit','open','closed','','saggy-pants-2-buzz','','','2019-08-20 00:35:46','2019-08-20 05:35:46','',4400,'https://buzz-caribbean.com/app/uploads/2019/08/Saggy-Pants-2-BUZZ.jpg',0,'attachment','image/jpeg',0),(4755,11,'2019-08-20 00:41:03','2019-08-20 05:41:03','<!-- wp:paragraph -->\n<p>All when mi a di only man wid pants pon waist<br>Mi nah falla nobody </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A bold declaration by Jamaican reggae sensation Chronixx amidst the tidal wave of a global fashion trend that has taken a firm foothold in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sagging, dropping, drooping - it\'s a shocking sight in the Jamaican fashion eco-system, with men walking around with their pants below the waist - underwear on full display</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4748} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Saggy-Pants-1-BUZZ-1024x532.jpg\" alt=\"\" class=\"wp-image-4748\" /><figcaption>(Photo by Joe Raedle/Getty Images)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Today, wearing a pair of jeans below the waist is branded as a fashionable, appealing look by our men. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4754} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Saggy-Pants-2-BUZZ.jpg\" alt=\"\" class=\"wp-image-4754\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, not all members of society subscribe to this new pop culture fashion sense. Females, in particular, are not so forthcoming and supportive of this new cultural trend that is being purported and normalized by Jamaican men.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>It is so taboo for a female’s bra strap to be showing, but we are forced to see a male’s underwear more than we can count. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":4750} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Saggy-Pants-3-BUZZ-1024x576.jpg\" alt=\"\" class=\"wp-image-4750\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Racquel Garwood, 21, a final year student at the Caribbean School of Media and Communication (CARIMAC), UWI, majoring in Journalism shared with <strong>BUZZ</strong> that she finds the trend to be distasteful and unattractive. She went further to add that the culture promotes the latent hypocrisy within our society.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4752} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bra-strap-showing.jpg\" alt=\"\" class=\"wp-image-4752\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I think it promotes the hypocrisy of our society, in that as a female, it is so taboo for a female’s bra strap to be showing, but we are forced to see a male’s underwear more than we can count,” the aspiring media practitioner lamented. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She advanced her point to say that men who wear their jeans below their waists are typically associated with a particular socio-economic background - an enduring stereotype that it is usually adopted by those who are from the lower strata of the economic ladder.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4751} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pull-Up-Your-Pants.jpg\" alt=\"\" class=\"wp-image-4751\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> “Men who wear their pants like that are usually from a certain socioeconomic background and this is the first thing that comes to our minds as females,” Garwood said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Men wearing their pants below their waist is regarded as a fashion trend. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Another Student of the UWI, Rashell Myrie pursuing a BA in Marketing weighed in and told <strong>BUZZ </strong>societal norms and expectations are moving towards a whole new era where a man wearing pants below the waist is acknowledged and praised as an iconic look.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>There are some females who prefer the men with their pants below the waist. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She also added that there are some females who don’t mind having a trendy boyfriend and are supportive of their fashion endeavours, while you have some females who prefer males who are formally attired.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4753} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Belt-1024x569.jpg\" alt=\"\" class=\"wp-image-4753\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“There are some females who prefer the men with their pants\nbelow the waist rather than a more formal man. I personally do not like seeing\nwhen the pants are worn below the waist as it seems uncultured in my view,” she\nshared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell us at <strong>BUZZ</strong>, are we trending towards or away from the saggy pants?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Story written by Andre Cooper</em></strong></p>\n<!-- /wp:paragraph -->','Women: We don\'t find pants below the waist cute...at all','','inherit','closed','closed','','4400-revision-v1','','','2019-08-20 00:41:03','2019-08-20 05:41:03','',4400,'https://buzz-caribbean.com/article/4400-revision-v1/',0,'revision','',0),(4756,11,'2019-08-20 00:42:10','2019-08-20 05:42:10','<!-- wp:paragraph -->\n<p>All when mi a di only man wid pants pon waist<br>Mi nah falla nobody </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A bold declaration by Jamaican reggae sensation Chronixx amidst the tidal wave of a global fashion trend that has taken a firm foothold in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sagging, dropping, drooping - it\'s a shocking sight in the Jamaican fashion eco-system, with men walking around with their pants below the waist - underwear on full display</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4748} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Saggy-Pants-1-BUZZ-1024x532.jpg\" alt=\"\" class=\"wp-image-4748\" /><figcaption>(Photo by Joe Raedle/Getty Images)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Today, wearing a pair of jeans below the waist is branded as a fashionable, appealing look by our men. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4754} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Saggy-Pants-2-BUZZ.jpg\" alt=\"\" class=\"wp-image-4754\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, not all members of society subscribe to this new pop culture fashion sense. Females, in particular, are not so forthcoming and supportive of this new cultural trend that is being normalized by some Jamaican men.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>It is so taboo for a female’s bra strap to be showing, but we are forced to see a male’s underwear more than we can count. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":4750} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Saggy-Pants-3-BUZZ-1024x576.jpg\" alt=\"\" class=\"wp-image-4750\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Racquel Garwood, 21, a final year student at the Caribbean School of Media and Communication (CARIMAC), UWI, majoring in Journalism shared with <strong>BUZZ</strong> that she finds the trend to be distasteful and unattractive. She went further to add that the culture promotes the latent hypocrisy within our society.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4752} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bra-strap-showing.jpg\" alt=\"\" class=\"wp-image-4752\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I think it promotes the hypocrisy of our society, in that as a female, it is so taboo for a female’s bra strap to be showing, but we are forced to see a male’s underwear more than we can count,” the aspiring media practitioner lamented. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She advanced her point to say that men who wear their jeans below their waists are typically associated with a particular socio-economic background - an enduring stereotype that it is usually adopted by those who are from the lower strata of the economic ladder.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4751} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pull-Up-Your-Pants.jpg\" alt=\"\" class=\"wp-image-4751\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> “Men who wear their pants like that are usually from a certain socioeconomic background and this is the first thing that comes to our minds as females,” Garwood said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Men wearing their pants below their waist is regarded as a fashion trend. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Another Student of the UWI, Rashell Myrie pursuing a BA in Marketing weighed in and told <strong>BUZZ </strong>societal norms and expectations are moving towards a whole new era where a man wearing pants below the waist is acknowledged and praised as an iconic look.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>There are some females who prefer the men with their pants below the waist. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She also added that there are some females who don’t mind having a trendy boyfriend and are supportive of their fashion endeavours, while you have some females who prefer males who are formally attired.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4753} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Belt-1024x569.jpg\" alt=\"\" class=\"wp-image-4753\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“There are some females who prefer the men with their pants\nbelow the waist rather than a more formal man. I personally do not like seeing\nwhen the pants are worn below the waist as it seems uncultured in my view,” she\nshared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell us at <strong>BUZZ</strong>, are we trending towards or away from the saggy pants?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Story written by Andre Cooper</em></strong></p>\n<!-- /wp:paragraph -->','Women: We don\'t find pants below the waist cute...at all','','inherit','closed','closed','','4400-revision-v1','','','2019-08-20 00:42:10','2019-08-20 05:42:10','',4400,'https://buzz-caribbean.com/article/4400-revision-v1/',0,'revision','',0),(4758,11,'2019-08-20 00:48:51','2019-08-20 05:48:51','<!-- wp:paragraph -->\n<p>All when mi a di only man wid pants pon waist<br>Mi nah falla nobody... </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A bold declaration by Jamaican reggae sensation <a href=\"https://buzz-caribbean.com/article/can-we-really-compare-chronixx-to-bob-marley/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Chronixx</a> amidst the tidal wave of a global fashion trend that has taken a firm foothold in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sagging, dropping, drooping - it\'s a shocking sight in the Jamaican fashion eco-system, with men walking around with their pants below the waist - underwear on full display</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4748} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Saggy-Pants-1-BUZZ-1024x532.jpg\" alt=\"\" class=\"wp-image-4748\" /><figcaption>(Photo by Joe Raedle/Getty Images)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Today, wearing a pair of jeans below the waist is branded as a fashionable, appealing look by our men. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4754} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Saggy-Pants-2-BUZZ.jpg\" alt=\"\" class=\"wp-image-4754\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, not all members of society subscribe to this new pop culture fashion sense. Females, in particular, are not so forthcoming and supportive of this new cultural trend that is being normalized by some Jamaican men.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>It is so taboo for a female’s bra strap to be showing, but we are forced to see a male’s underwear more than we can count. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":4750} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Saggy-Pants-3-BUZZ-1024x576.jpg\" alt=\"\" class=\"wp-image-4750\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Racquel Garwood, 21, a final year student at the Caribbean School of Media and Communication (CARIMAC), UWI, majoring in Journalism shared with <strong>BUZZ</strong> that she finds the trend to be distasteful and unattractive. She added, that the culture promotes the latent hypocrisy within our society.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4752} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bra-strap-showing.jpg\" alt=\"\" class=\"wp-image-4752\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I think it promotes the hypocrisy of our society, in that as a female, it is so taboo for a female’s bra strap to be showing, but we are forced to see a male’s underwear more than we can count,” the aspiring media practitioner lamented. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She advanced her point to say that men who wear their jeans below their waists are typically associated with a particular socio-economic background - an enduring stereotype that it is usually adopted by those who are from the lower strata of the economic ladder.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4751} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Pull-Up-Your-Pants.jpg\" alt=\"\" class=\"wp-image-4751\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> “Men who wear their pants like that are usually from a certain socioeconomic background and this is the first thing that comes to our minds as females,” Garwood said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Men wearing their pants below their waist is regarded as a fashion trend. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Another Student of the UWI, Rashell Myrie pursuing a BA in Marketing weighed in and told <strong>BUZZ </strong>societal norms and expectations are moving towards a whole new era where a man wearing pants below the waist is acknowledged and praised as an iconic look.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>There are some females who prefer the men with their pants below the waist. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She also added that there are some females who don’t mind having a trendy boyfriend and are supportive of their fashion endeavours, while you have some females who prefer males who are formally attired.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4753} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Belt-1024x569.jpg\" alt=\"\" class=\"wp-image-4753\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“There are some females who prefer the men with their pants\nbelow the waist rather than a more formal man. I personally do not like seeing\nwhen the pants are worn below the waist as it seems uncultured in my view,” she\nshared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell us at <strong>BUZZ</strong>, are we trending towards or away from the saggy pants?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Story written by Andre Cooper</em></strong></p>\n<!-- /wp:paragraph -->','Women: We don\'t find pants below the waist cute...at all','','inherit','closed','closed','','4400-revision-v1','','','2019-08-20 00:48:51','2019-08-20 05:48:51','',4400,'https://buzz-caribbean.com/article/4400-revision-v1/',0,'revision','',0),(4759,21,'2019-08-20 01:15:00','2019-08-20 06:15:00','<!-- wp:image {\"id\":4760} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kissing-mirror.jpg\" alt=\"\" class=\"wp-image-4760\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some people were born that way; others acquire the bearing of one when they gain some wealth, status or power. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The classic signs are easy to spot, so they do not have to look like Donald Trump because the typical narcissist cannot help but present themselves. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Popularised by Sigmund Freud, narcissism is the pursuit of gratification from egotistic admiration of one\'s idealised self-image and attributes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Soaked that all in? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The term originated from Greek mythology where the young Narcissus fell in love with his own image reflected in a pool of water. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4761} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Narcissus-BUZZ-1024x623.jpg\" alt=\"\" class=\"wp-image-4761\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The ironic thing is narcissists do not usually see themselves as vain or egotistical, so here are some things to look out for when dealing with someone who displays some traits that resemble that personality type.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> The typical narcissist cannot help but present themselves.  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>1. Every\nconversation starts with ‘I’ or they try to insert their activities or\nachievements into any discussion, even when it does not fit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. They spend more\ntime than the average person in front of the mirror grooming and preening to\nensure not one strand of hair is out of place or their makeup is always perfect.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4763} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mirror-1024x683.jpg\" alt=\"\" class=\"wp-image-4763\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>3. They exhibit a\nsense of superiority over others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. They are super controlling over anything and everything. Even with small things - they must have a say in it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4764} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/superiority.jpg\" alt=\"\" class=\"wp-image-4764\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>5. They are\ncondescending to people for no reason and this is amplified if they have a degree\nor higher education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. There is a constant need for attention and validation. Others have to keep giving a huge amount of support or flattery in order to keep them feeling good.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7.  They like to hear themselves speak. In fact, they are practically in love with the sound of their own voice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4762} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/can-chat-chatting-362-1024x683.jpg\" alt=\"\" class=\"wp-image-4762\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;8. They never ask others their opinion or how\nthey feel about a topic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Everything and\neveryone around them has to be perfect which is a very unrealistic\nexpectation.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. They deflect a\nlot and never take responsibility for their own actions. This is a biggie and a\ncharacter trait that should not be ignored.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4765} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ignore.jpg\" alt=\"\" class=\"wp-image-4765\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the end of the day, a narcissist is a really difficult person to love because that love is usually not reciprocated or is done with stipulations while real and genuine love should be unconditional. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Any narcissists coming to mind?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Story written by C.W.</em></strong></p>\n<!-- /wp:paragraph -->','You know you are a narcissist when...','','publish','open','closed','','you-know-you-are-a-narcissist-when','','','2019-08-20 01:15:01','2019-08-20 06:15:01','',0,'https://buzz-caribbean.com/?p=4759',0,'post','',0),(4760,11,'2019-08-20 00:52:31','2019-08-20 05:52:31','','kissing-mirror','','inherit','open','closed','','kissing-mirror','','','2019-08-20 00:52:31','2019-08-20 05:52:31','',4759,'https://buzz-caribbean.com/app/uploads/2019/08/kissing-mirror.jpg',0,'attachment','image/jpeg',0),(4761,11,'2019-08-20 00:55:24','2019-08-20 05:55:24','','Narcissus-BUZZ','','inherit','open','closed','','narcissus-buzz','','','2019-08-20 00:55:24','2019-08-20 05:55:24','',4759,'https://buzz-caribbean.com/app/uploads/2019/08/Narcissus-BUZZ.jpg',0,'attachment','image/jpeg',0),(4762,11,'2019-08-20 00:59:40','2019-08-20 05:59:40','','can-chat-chatting-362','','inherit','open','closed','','can-chat-chatting-362','','','2019-08-20 00:59:40','2019-08-20 05:59:40','',4759,'https://buzz-caribbean.com/app/uploads/2019/08/can-chat-chatting-362.jpg',0,'attachment','image/jpeg',0),(4763,11,'2019-08-20 01:01:14','2019-08-20 06:01:14','','mirror','','inherit','open','closed','','mirror','','','2019-08-20 01:01:14','2019-08-20 06:01:14','',4759,'https://buzz-caribbean.com/app/uploads/2019/08/mirror.jpg',0,'attachment','image/jpeg',0),(4764,11,'2019-08-20 01:03:43','2019-08-20 06:03:43','','superiority','','inherit','open','closed','','superiority','','','2019-08-20 01:03:43','2019-08-20 06:03:43','',4759,'https://buzz-caribbean.com/app/uploads/2019/08/superiority.jpg',0,'attachment','image/jpeg',0),(4765,11,'2019-08-20 01:07:53','2019-08-20 06:07:53','','ignore','','inherit','open','closed','','ignore','','','2019-08-20 01:07:53','2019-08-20 06:07:53','',4759,'https://buzz-caribbean.com/app/uploads/2019/08/ignore.jpg',0,'attachment','image/jpeg',0),(4766,11,'2019-08-20 01:10:59','2019-08-20 06:10:59','<!-- wp:image {\"id\":4760} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kissing-mirror.jpg\" alt=\"\" class=\"wp-image-4760\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some people were born that way; others acquire the bearing of one when they gain some wealth, status or power. The classic signs are easy to spot so they do not have to look like  Donald Trump because the typical narcissist cannot help but present themselves. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Popularised by Sigmund Freud, narcissism is the pursuit of gratification from egotistic admiration of one\'s idealised self-image and attributes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Soaked that all in? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The term originated from Greek mythology where the young Narcissus fell in love with his own image reflected in a pool of water. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4761} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Narcissus-BUZZ-1024x623.jpg\" alt=\"\" class=\"wp-image-4761\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The ironic thing is narcissists do not usually see themselves as vain or egotistical, so here are some things to look out for when dealing with someone who displays some traits that resemble that personality type.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Every\nconversation starts with ‘I’ or they try to insert their activities or\nachievements into any discussion, even when it does not fit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. They spend more\ntime than the average person in front of the mirror grooming and preening to\nensure not one strand of hair is out of place or their makeup is always perfect.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4763} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mirror-1024x683.jpg\" alt=\"\" class=\"wp-image-4763\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>3. They exhibit a\nsense of superiority over others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. They are super controlling over anything and everything. Even with small things - they must have a say in it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4764} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/superiority.jpg\" alt=\"\" class=\"wp-image-4764\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>5. They are\ncondescending to people for no reason and this is amplified if they have a degree\nor higher education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. There is a constant need for attention and validation. Others have to keep giving a huge amount of support or flattery in order to keep them feeling good.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7.  They like to hear themselves speak. In fact, they are practically in love with the sound of their own voice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4762} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/can-chat-chatting-362-1024x683.jpg\" alt=\"\" class=\"wp-image-4762\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;8. They never ask others their opinion or how\nthey feel about a topic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Everything and\neveryone around them has to be perfect which is a very unrealistic\nexpectation.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. They deflect a\nlot and never take responsibility for their own actions. This is a biggie and a\ncharacter trait that should not be ignored.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4765} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ignore.jpg\" alt=\"\" class=\"wp-image-4765\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the end of the day, a narcissist is a really difficult person to love because that love is usually not reciprocated or is done with stipulations while real and genuine love should be unconditional. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Any narcissists coming to mind?</p>\n<!-- /wp:paragraph -->','You know you are a narcissist when...','','inherit','closed','closed','','4759-revision-v1','','','2019-08-20 01:10:59','2019-08-20 06:10:59','',4759,'https://buzz-caribbean.com/article/4759-revision-v1/',0,'revision','',0),(4767,11,'2019-08-20 01:12:05','2019-08-20 06:12:05','<!-- wp:image {\"id\":4760} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kissing-mirror.jpg\" alt=\"\" class=\"wp-image-4760\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some people were born that way; others acquire the bearing of one when they gain some wealth, status or power. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The classic signs are easy to spot so they do not have to look like Donald Trump because the typical narcissist cannot help but present themselves. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Popularised by Sigmund Freud, narcissism is the pursuit of gratification from egotistic admiration of one\'s idealised self-image and attributes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Soaked that all in? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The term originated from Greek mythology where the young Narcissus fell in love with his own image reflected in a pool of water. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4761} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Narcissus-BUZZ-1024x623.jpg\" alt=\"\" class=\"wp-image-4761\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The ironic thing is narcissists do not usually see themselves as vain or egotistical, so here are some things to look out for when dealing with someone who displays some traits that resemble that personality type.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Every\nconversation starts with ‘I’ or they try to insert their activities or\nachievements into any discussion, even when it does not fit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. They spend more\ntime than the average person in front of the mirror grooming and preening to\nensure not one strand of hair is out of place or their makeup is always perfect.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4763} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mirror-1024x683.jpg\" alt=\"\" class=\"wp-image-4763\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>3. They exhibit a\nsense of superiority over others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. They are super controlling over anything and everything. Even with small things - they must have a say in it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4764} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/superiority.jpg\" alt=\"\" class=\"wp-image-4764\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>5. They are\ncondescending to people for no reason and this is amplified if they have a degree\nor higher education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. There is a constant need for attention and validation. Others have to keep giving a huge amount of support or flattery in order to keep them feeling good.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7.  They like to hear themselves speak. In fact, they are practically in love with the sound of their own voice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4762} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/can-chat-chatting-362-1024x683.jpg\" alt=\"\" class=\"wp-image-4762\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;8. They never ask others their opinion or how\nthey feel about a topic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Everything and\neveryone around them has to be perfect which is a very unrealistic\nexpectation.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. They deflect a\nlot and never take responsibility for their own actions. This is a biggie and a\ncharacter trait that should not be ignored.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4765} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ignore.jpg\" alt=\"\" class=\"wp-image-4765\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the end of the day, a narcissist is a really difficult person to love because that love is usually not reciprocated or is done with stipulations while real and genuine love should be unconditional. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Any narcissists coming to mind?</p>\n<!-- /wp:paragraph -->','You know you are a narcissist when...','','inherit','closed','closed','','4759-revision-v1','','','2019-08-20 01:12:05','2019-08-20 06:12:05','',4759,'https://buzz-caribbean.com/article/4759-revision-v1/',0,'revision','',0),(4768,11,'2019-08-20 01:12:27','2019-08-20 06:12:27','<!-- wp:image {\"id\":4760} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kissing-mirror.jpg\" alt=\"\" class=\"wp-image-4760\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some people were born that way; others acquire the bearing of one when they gain some wealth, status or power. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The classic signs are easy to spot, so they do not have to look like Donald Trump because the typical narcissist cannot help but present themselves. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Popularised by Sigmund Freud, narcissism is the pursuit of gratification from egotistic admiration of one\'s idealised self-image and attributes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Soaked that all in? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The term originated from Greek mythology where the young Narcissus fell in love with his own image reflected in a pool of water. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4761} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Narcissus-BUZZ-1024x623.jpg\" alt=\"\" class=\"wp-image-4761\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The ironic thing is narcissists do not usually see themselves as vain or egotistical, so here are some things to look out for when dealing with someone who displays some traits that resemble that personality type.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Every\nconversation starts with ‘I’ or they try to insert their activities or\nachievements into any discussion, even when it does not fit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. They spend more\ntime than the average person in front of the mirror grooming and preening to\nensure not one strand of hair is out of place or their makeup is always perfect.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4763} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mirror-1024x683.jpg\" alt=\"\" class=\"wp-image-4763\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>3. They exhibit a\nsense of superiority over others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. They are super controlling over anything and everything. Even with small things - they must have a say in it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4764} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/superiority.jpg\" alt=\"\" class=\"wp-image-4764\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>5. They are\ncondescending to people for no reason and this is amplified if they have a degree\nor higher education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. There is a constant need for attention and validation. Others have to keep giving a huge amount of support or flattery in order to keep them feeling good.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7.  They like to hear themselves speak. In fact, they are practically in love with the sound of their own voice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4762} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/can-chat-chatting-362-1024x683.jpg\" alt=\"\" class=\"wp-image-4762\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;8. They never ask others their opinion or how\nthey feel about a topic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Everything and\neveryone around them has to be perfect which is a very unrealistic\nexpectation.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. They deflect a\nlot and never take responsibility for their own actions. This is a biggie and a\ncharacter trait that should not be ignored.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4765} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ignore.jpg\" alt=\"\" class=\"wp-image-4765\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the end of the day, a narcissist is a really difficult person to love because that love is usually not reciprocated or is done with stipulations while real and genuine love should be unconditional. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Any narcissists coming to mind?</p>\n<!-- /wp:paragraph -->','You know you are a narcissist when...','','inherit','closed','closed','','4759-revision-v1','','','2019-08-20 01:12:27','2019-08-20 06:12:27','',4759,'https://buzz-caribbean.com/article/4759-revision-v1/',0,'revision','',0),(4769,11,'2019-08-20 01:14:02','2019-08-20 06:14:02','<!-- wp:image {\"id\":4760} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kissing-mirror.jpg\" alt=\"\" class=\"wp-image-4760\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some people were born that way; others acquire the bearing of one when they gain some wealth, status or power. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The classic signs are easy to spot, so they do not have to look like Donald Trump because the typical narcissist cannot help but present themselves. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Popularised by Sigmund Freud, narcissism is the pursuit of gratification from egotistic admiration of one\'s idealised self-image and attributes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Soaked that all in? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The term originated from Greek mythology where the young Narcissus fell in love with his own image reflected in a pool of water. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4761} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Narcissus-BUZZ-1024x623.jpg\" alt=\"\" class=\"wp-image-4761\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The ironic thing is narcissists do not usually see themselves as vain or egotistical, so here are some things to look out for when dealing with someone who displays some traits that resemble that personality type.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> The typical narcissist cannot help but present themselves.  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>1. Every\nconversation starts with ‘I’ or they try to insert their activities or\nachievements into any discussion, even when it does not fit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. They spend more\ntime than the average person in front of the mirror grooming and preening to\nensure not one strand of hair is out of place or their makeup is always perfect.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4763} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mirror-1024x683.jpg\" alt=\"\" class=\"wp-image-4763\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>3. They exhibit a\nsense of superiority over others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. They are super controlling over anything and everything. Even with small things - they must have a say in it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4764} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/superiority.jpg\" alt=\"\" class=\"wp-image-4764\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>5. They are\ncondescending to people for no reason and this is amplified if they have a degree\nor higher education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. There is a constant need for attention and validation. Others have to keep giving a huge amount of support or flattery in order to keep them feeling good.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7.  They like to hear themselves speak. In fact, they are practically in love with the sound of their own voice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4762} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/can-chat-chatting-362-1024x683.jpg\" alt=\"\" class=\"wp-image-4762\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;8. They never ask others their opinion or how\nthey feel about a topic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Everything and\neveryone around them has to be perfect which is a very unrealistic\nexpectation.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. They deflect a\nlot and never take responsibility for their own actions. This is a biggie and a\ncharacter trait that should not be ignored.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4765} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ignore.jpg\" alt=\"\" class=\"wp-image-4765\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the end of the day, a narcissist is a really difficult person to love because that love is usually not reciprocated or is done with stipulations while real and genuine love should be unconditional. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Any narcissists coming to mind?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Story written by C.W.</em></strong></p>\n<!-- /wp:paragraph -->','You know you are a narcissist when...','','inherit','closed','closed','','4759-revision-v1','','','2019-08-20 01:14:02','2019-08-20 06:14:02','',4759,'https://buzz-caribbean.com/article/4759-revision-v1/',0,'revision','',0),(4770,21,'2019-08-20 16:33:10','2019-08-20 21:33:10','<!-- wp:paragraph -->\n<p>Some parents call them every few hours just to hear their voices, others go into their old bedrooms, dust and rearrange their furniture and even lie on their bed sheets to catch that faint smell of them. It is never easy to let go and when it is our children going off to university or to move out on their own, it is almost akin to losing a limb.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2491} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Child-Going-Off-To-College-1024x576.jpg\" alt=\"\" class=\"wp-image-2491\" /><figcaption>Mother hugging teenage son as he packs for college</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>‘Empty Nest Syndrome’ is a feeling of sadness and grief parents may feel when their children leave home. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>That deep ache or\nloss is what the experts call ‘empty nest syndrome’. An offspring striking out\non their own is nothing new as it is a stage of life where they assert their\nindependence, test their survival skills and see if they have what it takes to begin\nto self actualise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4897} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Independent-Teen-Buzz.jpg\" alt=\"\" class=\"wp-image-4897\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While not a clinical condition, ‘Empty Nest Syndrome’ is a feeling of sadness and grief parents may feel when their children leave home. At first, they may not recognise it, as the departure was a happy occasion with a send-off party and well wishes. But for some, after the initial euphoria, comes the depression as some parents lose their sense of purpose, especially single parents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4905} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sad-woman-1024x684.jpg\" alt=\"\" class=\"wp-image-4905\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Keeping in contact helps, particularly when the child makes an effort to call often or comes home on holidays without the parent begging them. More importantly, parents need to now begin to refocus on themselves and realise that the next stage of their lives can be just as exciting as their child’s own journey. They can regain their momentum and their sense of purpose by re-discovering their passion or their gift. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4906} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Staying-Close-To-Kid-1024x588.jpg\" alt=\"\" class=\"wp-image-4906\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some people always wanted to go back to school. Now would be the perfect time once your finances are all in a row. It is never too late to pursue your academic dreams and you might surprise yourself and find out that it is actually easier now that you do not have the stresses of juggling kids and other commitments that distracted you years earlier. If school is not your thing, how about learning a new instrument or studying a foreign language? You do not have to sit in a stuffy old classroom anymore as the power of the internet makes YouTube your best friend for practically any subject area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4908} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/senior_tech_savvy-1024x683.jpg\" alt=\"\" class=\"wp-image-4908\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> There is power in finding your purpose again.  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>If you have some disposable income, why not take a vacation? I hear Italy is lovely this time of year. If you do not want to go off by yourself, invite your bestie to go along or simply pay some family member a well-needed visit. Old tales and memories get sweeter with age so share well into the night and next morning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4912} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/beach-blue-female-33622-1024x686.jpg\" alt=\"\" class=\"wp-image-4912\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It may also be the perfect time to pick up back that hobby that you used to love so much. If you always wanted to design your garden, get some gloves, a big broad hat to fight the sun and have at it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4914} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/design-garden-gardening-1024x683.jpg\" alt=\"\" class=\"wp-image-4914\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There is no time like the present. Sitting around and moping will not prevent the sun from rising, so rise with the sun and grow towards the light. There is power in finding your purpose again. </p>\n<!-- /wp:paragraph -->','Ditching the ‘Empty Nest’ blues','','publish','open','closed','','ditching-the-empty-nest-blues','','','2019-08-20 16:33:11','2019-08-20 21:33:11','',0,'https://buzz-caribbean.com/?p=4770',0,'post','',0),(4771,11,'2019-08-20 01:16:53','2019-08-20 06:16:53','<!-- wp:paragraph -->\n<p>Some parents call\nthem every few hours just to hear their voices, others go into their old\nbedrooms, dust and rearrange their furniture and even lie on their bed sheets\nto catch that faint smell of them. It is never easy to let go and when it is\nour children going off to university or to move out on their own, it is almost\nakin to losing a limb.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That deep ache or\nloss is what the experts call ‘empty nest syndrome’. An offspring striking out\non their own is nothing new as it is a stage of life where they assert their\nindependence, test their survival skills and see if they have what it takes to begin\nto self actualise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While not a clinical condition, ‘Empty Nest Syndrome’\nis a feeling of sadness and <a href=\"https://en.wikipedia.org/wiki/Grief\">grief</a>\nparents may feel when their children leave home. At first they may not recognise\nit as the departure was a happy occasion with send–off party and well wishes,\nbut for some after the initially euphoria comes the depression as some parents\nlose their sense of purpose, especially single parents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Keeping in contact helps, particularly when the child\nmakes an effort to call often or come home on holidays without the parent\nbegging them. More importantly parents need to now begin to re- focus on\nthemselves and realise that the next stage of their lives can be just as\nexciting as their child’s own journey. They can regain their momentum and their\nsense of purpose by re-discovering their passion or their gift. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some people always wanted to go back to school\nthemselves. Now would be the perfect time once your finances are all in a row.\nIt is never too late to pursue your academic dreams and you might surprise yourself\nand find out that it is actually easier now that you do not have the stresses\nof juggling kids and other commitment that distracted you years earlier. If\nschool is not your thing how about learning a new instrument or studying a\nforeign language? You do not have to sit in a stuffy old classroom anymore as\nthe power of the internet makes Youtube your best friend for practically any\nsubject area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you have some disposable income, why not take a vacation? I hear Italy is lovely this time of year. If you do not want to go off by yourself, invite your bestie to go along or simply pay some family member a well-needed visit. Old tales and memories get sweeter with age so share well into the night and next morning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It may also be the perfect time to pick up back that\nhobby that you used to do so much. If you always wanted to design your garden\nget some gloves, a big broad hat to fight the sun and have at it. There is no\ntime like the present. Sitting around and moping will not prevent the sun from rising\nso rise with the sun and grow towards the light. There is power in finding your\npurpose again. </p>\n<!-- /wp:paragraph -->','Ditching the ‘Empty Nest’ blues','','inherit','closed','closed','','4770-revision-v1','','','2019-08-20 01:16:53','2019-08-20 06:16:53','',4770,'https://buzz-caribbean.com/article/4770-revision-v1/',0,'revision','',0),(4772,21,'2019-08-20 15:21:18','2019-08-20 20:21:18','<!-- wp:paragraph -->\n<p>We all have that one co-worker that makes you sigh because they constantly seem to do everything in the office that annoys people to no end. They are the definition of inconsiderate and when it comes to office etiquette they obviously went on vacation when it was being taught.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4807} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Annoying-Co-Worker-Office-Etiquette-Buzz-1024x501.jpg\" alt=\"\" class=\"wp-image-4807\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Respect shared spaces</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Now<a rel=\"noreferrer noopener\" aria-label=\" office etiquette (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/kitchenette-etiquette-101/\" target=\"_blank\"> office etiquette</a> or manners pertains to how one conducts him/herself in the workplace or office environment. Many offices execute an open floor plan which makes this even more important, as personal space is very limited, so people need to get along as best as possible and an individual who contravenes basic office decorum and etiquette is like a wart on your posterior – very unpleasant to deal with!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4809} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/adults-communication-cooperation-Buzz-1024x723.jpg\" alt=\"\" class=\"wp-image-4809\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Please knock.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Some etiquette infractions are small but that does not make them any less annoying. You will find an individual who always barges into an office without knocking. So not cool. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4858} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/knock-door-office-etiquette-Buzz-1024x768.jpg\" alt=\"\" class=\"wp-image-4858\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Chewing gum? Don\'t need to see or hear it.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Plus there is the co-worker who chews gum loudly. This is a challenge especially in a meeting environment when you cannot leave the room and are stuck sitting beside them. Why are they chewing and popping gum in the first place?! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4825} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bubble-Gum-Buzz-Office-Etiquette-1024x683.jpg\" alt=\"\" class=\"wp-image-4825\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Headphones, please.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Then you have the ones who insist on playing their music out loud when you need to concentrate. Seriously dude, they make earphones for that! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4845} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Headphones-In-Office-Etiquette-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-4845\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Keep your space neat and tidy.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When it comes to work stations, many people are just difficult to deal with. Some are just slobs with food, shoes, tissue paper and personal items all thrown about, on and below their desk as if a tornado passed through. One would not like to see inside their homes. A few think they are at a hotel with maid service, as they eat and leave their plates and cups scattered about for the ‘cleaning fairy’ to take care of it. Because there is an office attendant does not give them the right to be messy!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4846} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Messy-Workstation-Office-Etiquette-Buzz-1024x674.jpg\" alt=\"\" class=\"wp-image-4846\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Watch those wallpapers guys.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If this was not bad enough, some male co-workers like to put up half nude pin-up girls all glistening in baby oil at their station. When did nudity become the new normal in an office bro? Leave that at home! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4859} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Inappropriate-Wallpaper-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-4859\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Sanitise, sanitise, sanitise.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Then you throw in the mix, those who are sick and go around sneezing, coughing and touching everything without sanitising or washing their hands. It is a recipe for a health scare down the road. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4849} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sick-black-man-coughing-in-office-Buzz-1024x576.png\" alt=\"\" class=\"wp-image-4849\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4,\"align\":\"left\"} -->\n<h4 style=\"text-align:left\">Dressing still matters.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When it comes to office attire, some people are beyond inappropriate. Spaghetti straps are not acceptable or clothing so tight that your veins are showing! Flip flops or midriff skin? A definite no-no for the office.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4850} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Flip-Flops-At-Work-Buzz-1024x542.jpeg\" alt=\"\" class=\"wp-image-4850\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Rules exist for a reason and managers need to apply them to keep office standards at 100%.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did we miss any of your office pet peeves? Let us know in the comments.</p>\n<!-- /wp:paragraph -->','MISSING: Proper office etiquette','','publish','open','closed','','missing-proper-office-etiquette','','','2019-08-20 15:21:19','2019-08-20 20:21:19','',0,'https://buzz-caribbean.com/?p=4772',0,'post','',0),(4773,11,'2019-08-20 01:18:34','2019-08-20 06:18:34','<!-- wp:paragraph -->\n<p>We all have that\none co-worker that makes you sigh because they constantly seem to do everything\nin the office that annoy people to no end. They are the definition of\ninconsiderate and when it comes to office etiquette they obviously went on\nvacation when it was being taught.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now office etiquette or manners pertains to how one\nconducts oneself respectfully in\nthe work place or office environment. Now many office execute an open floor\nplan which makes this even more important as personal space is very limited so\npeople need to get along as best as possible and an individual who contravenes\nbasic office decorum and etiquette is like a wart on your posterior – very\nunpleasant to deal with!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some etiquette infractions are small but that do not make\nthem any less annoying. You will find an individual who always barges into an\noffice without knocking. So not cool. Plus there is the co-worker who chews gum\nloudly. This is a challenge especially in a meeting environment when you cannot\nleave the room and is stuck sitting beside them. Why are they chewing and\npopping gum in the first place?! Then you have the ones who just have to have\ntheir music on loud when you need to concentrate on the figures before you, so\nthat you do not make a mistake with people’s pay to cause world war three!\nSeriously dude, they make earphones for that! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When it comes to work stations, many people are just\ndifficult to deal with. Some are just slobs with food, shoes, tissue paper and\npersonal items all thrown about on and below their desk as if a tornado passed\nthrough. One would not like to see inside their homes. A few think they are at\na hotel with maid service as they eat and leave their plates and cups about the\nplace or just offload for the ‘cleaning fairy’ to take care of it. Because\nthere is an office attendant does not give them the right to be a pig!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;If this was not\nbad enough some male co-workers like to put up half nude pin up girls all glistening\nin baby oil at their station. When did nudity become the new normal in an\noffice bro? Leave that at home! Then you throw in the mix those who are sick\nand go around sneezing, coughing and touching everything without sanitizing or\nwashing their hands. It is a recipe for a health scare down the road. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When it comes to office attire, some people are beyond\ninappropriate. Spaghetti strap is not acceptable or clothing so tight that your\nveins are showing! Flip flops, visible tattoos or midriff skin &nbsp;has no place in an office setting. Rules exist\nfor a reason and managers need to apply them before the inmates take over the\noffice asylum. &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->','MISSING: Office etiquette','','inherit','closed','closed','','4772-revision-v1','','','2019-08-20 01:18:34','2019-08-20 06:18:34','',4772,'https://buzz-caribbean.com/article/4772-revision-v1/',0,'revision','',0),(4774,21,'2019-08-20 10:36:53','2019-08-20 15:36:53','<!-- wp:paragraph -->\n<p>There are certain character flaws that are utterly despised by Jamaicans and you should endeavour to never be labelled as.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Top of the list? Badmind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Songs have been written about it, many a round table discussion spent lambasting those guilty of it and endless resentment towards those who\'ve shown signs of it towards you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The phrase evokes such negative reactions from people that when someone is accused of it, it is almost a guaranteed fight or argument. Some people wallow in it, others are in denial but their actions speak louder than their words.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A pastor once joked that it and not football was the national past time. But what exactly do we call ‘badmind’? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Urban Dictionary refers to it as ‘someone resentful of the fortune or success of others, wishing for their ruin, downfall, failure...\" The Patois translation has a similar leaning, holding that it is <em>‘</em>people who hate others because of their accomplishments.’ </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whichever definition you prefer, it comes down to the same conclusion: it is not a good thing to be.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how do you spot traces of badmind in people and even yourself? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Examine the checklist.</h3>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1675} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Checklist-1024x683.jpg\" alt=\"\" class=\"wp-image-1675\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>1. You either consciously\nor subconsciously try to undermine relationships around you. You just cannot let\nothers be great.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Even when you say good\nthings to people, it lacks warmth and sincerity. I guess you do not hide it\nvery well</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Instead of celebrating\na person’s success, you get upset and angry about it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4792} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Angry-1024x682.jpg\" alt=\"\" class=\"wp-image-4792\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>4. You compare yourself to\nothers constantly</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. There is a constant need to ‘one-up’ people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Gossiping is second nature and you find yourself with the person’s name in your mouth daily.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4793} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Gossip-1024x576.jpg\" alt=\"\" class=\"wp-image-4793\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>7. You downplay the successes of others while flaunting your own.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. When people talk about\nsomeone successful, you roll your eyes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. You mock, jeer or imitate the person behind their back.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. You dislike people for no conceivable reason. Sometimes even people who you do not know personally.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4794} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dislike-1024x640.jpg\" alt=\"\" class=\"wp-image-4794\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If four or five of these\nred flags apply to you, you may want to get some professional help because\nliving in a world of hate is no world you should want to be a citizen of.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So on a scale of \"green with envy\" to flat out \"badmind\" tell us where you stand in the comments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Written by C.W.</em></strong></p>\n<!-- /wp:paragraph -->','Of all the things to be... \'badmind\'?','','publish','open','closed','','of-all-the-things-to-be-badmind','','','2019-08-20 10:36:53','2019-08-20 15:36:53','',0,'https://buzz-caribbean.com/?p=4774',0,'post','',0),(4775,11,'2019-08-20 01:24:26','2019-08-20 06:24:26','<!-- wp:paragraph -->\n<p>They say it is worse than obeah and stronger than any coolie duppy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>BAD MIND.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Those two words evoke such negative reaction from people that when someone is accused of it, it is almost a guaranteed fight or argument. Some people wallow in it, others are in denial but their actions speak louder than their words.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A pastor once joked that it and not football was the national past time. But what exactly do we call ‘bad mind’? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Urban Dictionary refers to it as ‘someone <a href=\"https://www.urbandictionary.com/define.php?term=resentful\">resentful</a> of the fortune or success of others, wishing for their ruin, <a href=\"https://www.urbandictionary.com/define.php?term=downfall\">downfall</a>, failure etc; the Patwah translation has a similar leaning, holding that it is ‘jealousy or envy’ while the Jamaican Talk defines it as<em> ‘</em>people who hate others because of their accomplishments’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whichever definition you prefer, it comes down to the same conclusion: it is not a good thing to be.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how do you spot traces of bad mind in people and even yourself? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Examine the checklist.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. You either consciously\nor subconsciously try to undermine relationships around you. You just cannot let\nothers be great.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Even when you say good\nthings to people, it lacks warmth and sincerity. I guess you do not hide it\nvery well</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Instead of celebrating\na person’s success, you get upset and angry about it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. You compare yourself to\nothers constantly</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. There is a constant need to ‘one-up’ people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Gossiping is second nature and you find yourself with the person’s name in your mouth daily.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. You downplay the successes of others while flaunting your own.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. When people talk about\nsomeone successful, you roll your eyes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. You mock, jeer or imitate the person behind their back.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. You dislike people for no conceivable reason. Sometimes even people who you do not know personally.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If four or five of these\nred flags apply to you, you may want to get some professional help because\nliving in a world of hate is no world you should want to be a citizen of.</p>\n<!-- /wp:paragraph -->','You know you are bad mind when...','','inherit','closed','closed','','4774-revision-v1','','','2019-08-20 01:24:26','2019-08-20 06:24:26','',4774,'https://buzz-caribbean.com/article/4774-revision-v1/',0,'revision','',0),(4776,14,'2019-08-20 16:15:22','2019-08-20 21:15:22','<!-- wp:paragraph -->\n<p>Peter Bunting declared his intent to\nchallenge Dr. Peter Phillips for the presidency of the People’s National Party\n(PNP) in June – sending shockwaves through the political landscape.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4778} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-rise-united-launch-june-buzz-demo.jpg\" alt=\"\" class=\"wp-image-4778\" /><figcaption>PNP presidential aspirant Peter Bunting about to address hundreds gathered for the launch of his \'Rise United\' campaign in Manchester back in July (Photo: Facebook @PeterBunting,MP)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While not unheard of in the life of any\nparty leader, Bunting’s aspirations for the helm of the PNP could signal a new\nchapter in the party’s rich history.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Should Bunting win the presidential run-off\nelection in September, he would have achieved two firsts for the party: ousting\na sitting president, Dr. Peter Phillips, as well as having an incumbent PNP\nleader leave without becoming Prime Minister.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The PNP now has had five presidents over\nits colourful 80-year history, who, in most cases, have waited for their\npredecessor to step down.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4881} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnp-presidents-demo-buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-4881\" /><figcaption>(from top left) All five PNP Presidents: Norman Manley, Michael Manley, Percival James Patterson, Portia Simpson Miller and Dr. Peter Phillips. But could Peter Bunting be the party\'s sixth come September?   </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Before&nbsp;becoming president of the party, Dr. Peter Phillips made two attempts at capturing the presidency, once in 2006 when PJ Patterson stepped aside and again in 2008 when he challenged Portia Simpson-Miller.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As anticipation heightens for the September 7 elections leading up to the 81st annual conference, <strong>BUZZ</strong> presents some interesting facts about the history of the PNP presidency:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The birth of a movement</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It was the 1930s, and woefully unequal socioeconomic conditions gave way to widespread civil unrest across Jamaica. The People’s National Party was officially formed on August 28, 1938 at the Silver Slipper Club in Cross Roads, St. Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4779} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnp-logo-official-demo-buzz-1024x649.png\" alt=\"\" class=\"wp-image-4779\" /><figcaption>Photo: Wikipedia</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Birthed out of a need to mobilise the growing anti-colonial movement, the PNP was ‘founded’ by Osmond Theodore Fairclough, who first approached Norman Manley with a plan to form the party in 1936.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4780} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/osmond-theodore-fairclough-image.jpg\" alt=\"\" class=\"wp-image-4780\" /><figcaption>The founder of the PNP, Osmond Theodore Fairclough (Photo: Wikimedia Commons)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Following a decades-long tradition that is still upheld today, the PNP was publicly launched on September 18, 1938, to a crowd of 2,000 at the Ward Theatre in downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Six men were at the helm of the PNP when the party drafted and approved its constitution: Norman Manley, who was designated Chairman; H. P. Jacobs; Noel N. Nethersole; Howard F. Cooke; W. G. MacFarlane; and Reverend O. G. Penso – with Fairclough serving as the PNP’s first secretary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In its rich 80-year history, the PNP has had five presidents: Norman Manley, Michael Manley, Percival James Patterson, Portia Simpson Miller and currently, Dr. Peter Phillips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Norman Manley (PNP President, 1938-1969)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>As the party’s first president, Norman Manley served in his capacity between the years 1938 to 1969, during which time he became Jamaica’s first and only Premier leading up to independence from British rule.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4883} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/norman-manley-buzz-demo.jpg\" alt=\"\" class=\"wp-image-4883\" /><figcaption>The Rt. Excellent Norman Washington Manley (Photo: National Library of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Michael Manley (1969-1992)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Following Norman’s death, the mantle of party leader was handed down to Manley’s second son, Michael, who ushered in a new age of political charisma and appeal. Manley served as PNP president from 1969 to 1992.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4885} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/michael-manley-buzz-demo.jpg\" alt=\"\" class=\"wp-image-4885\" /><figcaption>Michael Manley (Photo: National Library of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Percival James \'PJ\' Patterson (1992-2006)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The values of Manley were not lost on PJ Patterson when he was elected president of the PNP in 1992, having ran one of the most successful political careers the Caribbean has ever seen. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4892} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pj-patterson-buzz-demo-1-1024x854.jpg\" alt=\"\" class=\"wp-image-4892\" /><figcaption>Photo: Facebook, @Honorable PJ-Patterson</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Patterson, who served as PNP president until 2006, was never defeated in a general election. He remained Prime Minister until his resignation from politics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Portia Simpson Miller (2006-2017)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Portia Simpson Miller became the PNP’s fourth president after beating out a crowded field to take over from Patterson, who resigned the post. A month later, she was installed as Jamaica’s first female Prime Minister. In 2008, Simpson Miller warded off her first challenge from Dr. Peter Phillips. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4896} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/portia-simpson-miller-demo-buzz-1024x640.jpg\" alt=\"\" class=\"wp-image-4896\" /><figcaption>Photo: Ebony Magazine</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Her leadership effectively ended in 2016 after the shock general election defeat to Andrew Holness and the Jamaica Labour Party (JLP). Mrs Simpson Miller remained PNP president until March 2017 when she stepped down</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Dr. Peter Phillips (2017-present?)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dr. Peter Phillips, since coming into the presidency in 2017, has sought to restore the stature of the PNP, with various degrees of success. <br>As arguably the best performing minister in Jamaican politics to date, a leading academic and respected businessman, Phillips and his leadership face its greatest challenge yet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4898} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dr-peter-phillips-buzz-demo-819x1024.jpg\" alt=\"\" class=\"wp-image-4898\" /><figcaption>Photo: Jamaica Information Service (JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Leading up to September 7, Dr. Phillips will have to convince weary delegates that he, and not Peter Bunting, is the right man to guide the PNP back to a familiar winning mindset. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! Who is best suited to lead the People\'s National Party (PNP) at this time? Dr. Peter Phillips or Peter Bunting? Sound off in the <strong>BUZZ</strong> comments section!!</p>\n<!-- /wp:paragraph -->','History of the presidency: Why Peter Bunting’s leadership challenge could change the PNP','','publish','open','closed','','history-of-the-presidency-why-peter-buntings-leadership-challenge-could-change-the-pnp','','','2019-09-07 09:20:59','2019-09-07 14:20:59','',0,'https://buzz-caribbean.com/?p=4776',0,'post','',0),(4777,14,'2019-08-20 08:04:16','2019-08-20 13:04:16','','peter-bunting-nom-day-buzz-1-1','','inherit','open','closed','','peter-bunting-nom-day-buzz-1-1','','','2019-08-20 08:04:16','2019-08-20 13:04:16','',4776,'https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-1-1.jpg',0,'attachment','image/jpeg',0),(4778,14,'2019-08-20 08:07:31','2019-08-20 13:07:31','','peter-bunting-rise-united-launch-june-buzz-demo','','inherit','open','closed','','peter-bunting-rise-united-launch-june-buzz-demo','','','2019-08-20 08:07:31','2019-08-20 13:07:31','',4776,'https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-rise-united-launch-june-buzz-demo.jpg',0,'attachment','image/jpeg',0),(4779,14,'2019-08-20 08:12:26','2019-08-20 13:12:26','','pnp-logo-official-demo-buzz','','inherit','open','closed','','pnp-logo-official-demo-buzz','','','2019-08-20 08:12:26','2019-08-20 13:12:26','',4776,'https://buzz-caribbean.com/app/uploads/2019/08/pnp-logo-official-demo-buzz.png',0,'attachment','image/png',0),(4780,14,'2019-08-20 08:17:58','2019-08-20 13:17:58','','osmond-theodore-fairclough-image','','inherit','open','closed','','osmond-theodore-fairclough-image','','','2019-08-20 08:17:58','2019-08-20 13:17:58','',4776,'https://buzz-caribbean.com/app/uploads/2019/08/osmond-theodore-fairclough-image.jpg',0,'attachment','image/jpeg',0),(4781,14,'2019-08-20 08:22:28','2019-08-20 13:22:28','<!-- wp:paragraph -->\n<p>Peter Bunting declared his intent to\nchallenge Dr. Peter Phillips for the presidency of the People’s National Party\n(PNP) in June – sending shockwaves through the political landscape.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While not unheard of in the life of any\nparty leader, Bunting’s aspirations for the helm of the PNP could signal a new\nchapter in the party’s rich history.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4778} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-rise-united-launch-june-buzz-demo.jpg\" alt=\"\" class=\"wp-image-4778\" /><figcaption>PNP presidential aspirant Peter Bunting about to address hundreds gathered for the launch of his \'Rise United\' campaign in Manchester back in July (Photo: Facebook @PeterBunting,MP)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Should Bunting win the presidential run-off\nelection in September, he would have achieved two firsts for the party: ousting\na sitting president, Dr. Peter Phillips, as well as having an incumbent PNP\nleader leave without becoming Prime Minister.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The PNP now has had five presidents over\nits colourful 80-year history, who, in most cases, have waited for their\npredecessor to step down.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4779} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnp-logo-official-demo-buzz-1024x649.png\" alt=\"\" class=\"wp-image-4779\" /><figcaption>Photo: Wikipedia</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Interestingly, this trend of ‘waiting in\nline’ has seemingly died since 2006, when PJ Patterson handed the mantle to\nPortia Simpson Miller.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In total, Mrs Simpson Miller was challenged\ntwice by Dr. Peter Phillips, with the PNP’s delegates side-lining his claim for\nthe presidency both times in 2006 and 2008.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As anticipation heightens for the September 7 elections leading up to the 81st annual conference, <strong>BUZZ</strong> presents some interesting facts about the history of the PNP presidency:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was the 1930s, and woefully unequal socioeconomic conditions gave way to widespread civil unrest across Jamaica. The People’s National Party was officially formed on August 28, 1938 at the Silver Slipper Club in Cross Roads, St. Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Birthed out of a need to mobilise the growing anti-colonial movement, the PNP was ‘founded’ by Osmond Theodore Fairclough, who first approached Norman Manley with a plan to form the party in 1936.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4780} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/osmond-theodore-fairclough-image.jpg\" alt=\"\" class=\"wp-image-4780\" /><figcaption>The founder of the PNP, Osmond Theodore Fairclough (Photo: Wikimedia Commons)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Following a decades-long tradition that is still upheld today, the PNP was publicly launched on September 18, 1938 to a crowd of 2,000 at the Ward Theatre in downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Six men were at the helm of the PNP when the party drafted and approved its constitution: Norman Manley, who was designated Chairman; H. P. Jacobs; Noel N. Nethersole; Howard F. Cooke; W. G. MacFarlane; and Reverend O. G. Penso – with Fairclough serving as the PNP’s first secretary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In its rich 80-year history, the PNP has had five presidents: Norman Manley, Michael Manley, Percival James Patterson, Portia Simpson Miller and currently, Dr. Peter Phillips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the party’s first president, Norman Manley served in his capacity between the years 1938 to 1969, during which time he became Jamaica’s first and only Premier leading up to independence from British rule.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following Norman’s death, the mantle of party leader was handed down to Manley’s first son, Michael, who ushered in a new age of political charisma and appeal. Manley served as PNP president from 1969 to 1992.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The values of Manley were not lost on PJ Patterson when he was elected president of the PNP in 1992, having ran one of the most successful political careers the Caribbean has ever seen. Patterson, who served as PNP president until 2006, was never defeated in a general election. He remained Prime Minister until his resignation from politics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Portia Simpson Miller, by virtue of Patterson’s resignation, became the PNP’s fourth president and Jamaica’s first female Prime Minister. Simpson Miller warded off her first challenge in 2006 and again in 2008 – primarily from Dr. Peter Phillips. Her leadership effectively ended in 2016 after the shock general election defeat to Andrew Holness and the Jamaica Labour Party (JLP). Mrs Simpson Miller remained PNP president until March 2017 when she stepped down</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Peter Phillips, since coming into the presidency in 2017, has sought to restore the stature of the PNP, with various degrees of success. <br> As the best performing minister Jamaican politics has produced, a leading academic and respected businessman, Phillips and his leadership face its greatest challenge yet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Leading up to September 7, Dr. Phillips will have to convince weary delegates that he, and not Peter Bunting, is the right man to guide the PNP back to a familiar winning mindset. </p>\n<!-- /wp:paragraph -->','History of the presidency: Why Peter Bunting’s leadership challenge could change the PNP','','inherit','closed','closed','','4776-revision-v1','','','2019-08-20 08:22:28','2019-08-20 13:22:28','',4776,'https://buzz-caribbean.com/article/4776-revision-v1/',0,'revision','',0),(4782,14,'2019-08-21 13:20:31','2019-08-21 18:20:31','<!-- wp:image {\"id\":5158} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-1-1024x683.jpg\" alt=\"\" class=\"wp-image-5158\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We met as strangers to ourselves and each\nother but, in just two hours, you leave with an understanding that art connects\nus in ways we sometimes fail to acknowledge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The hustle and bustle of everyday work and life faded away as effortlessly as incense wafted through the Epican Café and Lounge at the Marketplace in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A subtle but recognisably steady vibration from the surrounding music reminds you that <strong>Puff &amp; Paint</strong> is far from what you had expected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5184} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-3-1-1024x683.jpg\" alt=\"\" class=\"wp-image-5184\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Not often as a journalist do I get to experience a new way of expression first hand. I’ve been most comfortable with words, but I was assured that tonight, through colour, my point of view would be different; and it was.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I wanted to show the effect marijuana [can] have for persons in that creative process.\"</p><cite>⁠— Rozi Chung tells the BUZZ team</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Two canvas, one pre-rolled joint and a palette over two hours. That’s the simple brilliance of <strong>Puff &amp; Paint</strong>.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s just something you must see, feel, taste and hear on a personal level to truly believe and appreciate but I must say the experience was amazing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch highlights of <strong>Puff &amp; Paint</strong> in the video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/a4mjpO748nY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/a4mjpO748nY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> caught up with conceptualiser for <strong>Puff &amp; Paint</strong>, Master painter Rosemarie Chung, who attests to the programme’s specialised qualities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Chung, to get a genuine\nexperience of art through medical marijuana, one needs to leave their\nexpectations at the door.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5160} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-5160\" /><figcaption>(Standing in focus) Rosemarie Chung, creator of the Puff &amp; Paint art initiative at Epican in Kingston.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The programme basically is using marijuana with the creative arts, specifically painting. My focus is on non-artists and what I wanted to do was show the effect marijuana [can] have for persons in that creative process,” she explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>First canvas: Connecting with your African roots</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“You’re painting with very little instructions, but I do have a reference that I start you with, which are symbols that our foreparents used: the Adinkra symbols from Ghana,” \'Rozi\' Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A panel of 20 Adinkra symbols were lain out in front of us, with the instruction being very simple, “Choose what calls to you”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5163} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-9-1024x683.jpg\" alt=\"\" class=\"wp-image-5163\" /><figcaption>The Adinkra symbol \'Knowledge\' (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Being the careful intellect I assume I am,\nI choose ‘knowledge’ and attempted the best I could to replicate the intricate\ndesign in the half-hour window we were given.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>‘Puffing’, onto the 2nd canvas: Freestyle with colours</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Then came the fun part: ‘puffing’. There was nothing really special about the pre-rolled joint handed to us by the staff at Epican, but its contents begged to differ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Puff &amp; Paint is a way to start a journey of self-expression. Paint how you feel, use anything that comes naturally in your mind\"</p><cite>⁠— Rosemarie Chung, conceptualiser of Puff &amp; Paint</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Inside was the powerful ‘Lamb’s breath’ strain of sativa, reportedly Bob Marley’s favourite to smoke and the excitement (at least from my end) was palpable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5166} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-5166\" /><figcaption>More of \'Rozi\' Chung, Puff &amp; Paint\'s visionary creator</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The high was clean and sharp, hitting you\nalmost immediately but not totally claiming your senses…it was relaxing,\neuphoric.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s a way to start a journey of\nself-expression,” ‘Rozi’ Chung told me, as we returned after refreshments to\nbegin a second canvas – without any guidance, symbols or care in the world.\n“Paint how you feel, use anything that comes naturally in your mind,” she spoke\nto us collectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The explosion of colour took shape right\naway.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5162} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-5162\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking with the <strong>BUZZ</strong> team after the event, Chung explained further that she considers Puff &amp; Paint to be an investigation into minds of any willing Jamaican – outside the scrutiny of Western concepts such as ‘who is or what makes one an artist’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’ve been working from 2018, looking at how marijuana could either enhance the creativity or go within instinct; to begin to be aware of one’s creative possibilities,” Chung, founder of Studio174, told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We already know that marijuana is used mostly in the entertainment industry, but what I’m doing is having people who had no career-minded outlook in the visual arts, try cannabis and see the results,” she added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“There’s no competition, no reference; you’re totally free.\"</p><cite>⁠— Rozi Chung, instructor for Puff &amp; Paint, giving the creative \'go ahead\' for the second canvas</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“We normally have 10 people working\nindependently and every work is different. That is itself is quite amazing, because\nthis process gets you to express your inner self in a particular way,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For many participants, like myself, it was\na shock to see what I created under the influence of marijuana, a reaction all\ntoo common to Rozi Chung and Epican.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5164} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-2-1024x683.jpg\" alt=\"\" class=\"wp-image-5164\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“People are quite intrigued in this part of self – they’ve never had this experience. Generally, marijuana is used to chill, but to be able to use it in a way that you are intentionally creating something, is such an interesting thing for many,” Rozi Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5161,5168]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-7-1024x683.jpg\" alt=\"\" data-id=\"5161\" class=\"wp-image-5161\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-8-1024x683.jpg\" alt=\"\" data-id=\"5168\" data-link=\"https://buzz-caribbean.com/?attachment_id=5168\" class=\"wp-image-5168\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>I, for one, was completely taken aback by my choice of colour for my second canvas, which started dark at the bottom but turned bright and airy nearest the top.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Arguably the best part of <strong>Puff &amp; Paint</strong> (outside smoking and painting of course) was the fact that Epican was gracious enough to allow each participant to leave with their work!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Puff &amp; Paint</strong> takes place around the last Tuesday of each month from 7:30 pm to 9:30 pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The only requirements are that interested persons must have a doctor\'s recommendation (which Epican provides) and an entry fee of $4,500.</p>\n<!-- /wp:paragraph -->','Puff &amp; Paint: Strokes of genius hidden in everyone!','','publish','open','closed','','puff-paint-strokes-of-genius-hidden-in-everyone','','','2019-08-22 14:46:34','2019-08-22 19:46:34','',0,'https://buzz-caribbean.com/?p=4782',0,'post','',0),(4784,4,'2019-08-20 08:56:20','2019-08-20 13:56:20','<!-- wp:image {\"id\":4733} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bags-new-B-1024x686.jpg\" alt=\"\" class=\"wp-image-4733\" /><figcaption> Clifford Anthony Peters is focused as he makes one of his bags. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When his grade six schoolteacher taught him how to sew\nbags more than two decades ago, little did Clifford Anthony Peters know that\nthis skill would end up being a major income generator for him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 33-year-old learnt how to cut and sew bags by hand,\nas classwork, while he was a student at the Davis Primary School in St\nCatherine. And although the technique was embedded in his brain, he didn’t sew\nanother bag until two years ago when he realised there was a huge market for custom\nmade bags in Negril.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4734} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bags-new-C.jpg\" alt=\"\" class=\"wp-image-4734\" /><figcaption> Clifford Anthony Peters makes bags in various styles and patterns. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I learnt to sew my first string bag in grade six, and\nI never forgot how to do it.&nbsp; When I came\nto Negril, I saw that bags sell, so I started making bags,” the Old Harbour High\nSchool past student said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained: “I started stitching them by hand and\nselling them, and the rest is history. I was using my hand all along until I\nbought a machine. I sold the first one to a white man at the Canoe Bar. I was\nat the Canoe Bar with a portion of them, and the man said: ‘How much for one of\nthese?’ I really wanted to sell a bag, so I said US$20 and he gave me US$25, so\nthat was good.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4735} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bags-new-E.jpg\" alt=\"\" class=\"wp-image-4735\" /><figcaption>A close-up view of some of Clifford Anthony Peters\' custom made bags. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>These days, Peters uses a lot of denim in his\ncreations. Another fabric, burlap, is very popular among the tourists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I never make the same thing twice. If I use the same\nfabric, it’s a different style. If I even make the same-looking bag, it’s a\ndifferent lining,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His bags are available at the several spots in Negril, including the Wake and Bake Café on Negril’s West End where he now sews, displays his bags for sale and helps his friend, Karen McLeod, in the operations at the café.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Negril man makes bags to please tourists','','inherit','closed','closed','','4732-revision-v1','','','2019-08-20 08:56:20','2019-08-20 13:56:20','',4732,'https://buzz-caribbean.com/article/4732-revision-v1/',0,'revision','',0),(4785,14,'2019-08-20 08:59:14','2019-08-20 13:59:14','<!-- wp:paragraph -->\n<p>We met as strangers to ourselves and each\nother but, in just two hours, you leave with an understanding that art connects\nus in ways we sometimes fail to acknowledge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The hustle and bustle of everyday work and life faded away as effortlessly as incense wafted through the Epican Café and Lounge at the Marketplace in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A subtle but recognisably steady vibration\nfrom the surrounding music reminds you that ‘Puff &amp; Paint’ is far from what\nyou had expected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not often as a journalist do I get to\nexperience a new way of expression first hand. I’ve been most comfortable with words,\nbut I was assured that tonight, through colour, my point of view would be\ndifferent; and it was. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Two canvas, one pre-rolled joint and a\npalette over two hours. That’s the simple brilliance of Puff &amp; Paint.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s just something you must see, feel,\ntaste and hear on a personal level to truly believe and appreciate but I must\nsay the experience was amazing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>BUZZ caught up with conceptualiser for\n‘Puff &amp; Paint’, Master painter Rosemarie Chung, who attests to the\nprogramme’s specialised qualities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Chung, to get a genuine\nexperience of art through medical marijuana, one needs to leave their\nexpectations at the door.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The programme basically is using marijuana\nwith the creative arts, specifically painting. My focus is on non-artists and\nwhat I wanted to do was show the effect marijuana [can] have for persons in\nthat creative process,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“You’re painting with very little\ninstructions, but I do have a reference that I start you with, which are\nsymbols that our foreparents used: the Adinkra symbols from Ghana,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A panel of 20 Adinkra symbols were lain out\nin from out us, with the instruction being very simple, “Choose what calls to\nyou”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Being the careful intellect I assume I am,\nI choose ‘knowledge’ and attempted the best I could to replicate the intricate\ndesign in the half-hour window we were given.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then was came the fun part: ‘puffing’.\nThere was nothing really special about the pre-rolled joint handed to us by the\nstaff at Epican, but its contents begged to differ. <br>\n<br>\nInside was the powerful ‘Lamb’s breath’ strain of sativa, reportedly Bob\nMarley’s favourite to smoke and the excitement (at least from my end) was\npalpable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The high was clean and sharp, hitting you\nalmost immediately but not totally claiming your senses…it was relaxing,\neuphoric.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s a way to start a journey of\nself-expression,” ‘Rozi’ Chung told me, as we returned after refreshments to\nbegin a second canvas – without any guidance, symbols or care in the world.\n“Paint how you feel, use anything that comes naturally in your mind,” she spoke\nto us collectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The explosion of colour took shape right\naway.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with the BUZZ team after the\nevent, Chung explained further that she considers Puff &amp; Paint to be an\ninvestigation into minds of any willing Jamaican – outside the scrutiny of\nWestern concepts such as ‘who is or what makes one an artist’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’ve been working from 2018, looking at\nhow marijuana could either enhance the creativity or go within instinct to\nbegin to be aware of one’s creative possibilities,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We already know that marijuana is used\nmostly in the entertainment industry, but what I’m doing is having people who had\nno career-minded outlook in the visual arts, try cannabis and see the results,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There’s no competition, no reference;\nyou’re totally free,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We normally have 10 people working\nindependently and every work is different. That is itself is quite amazing, because\nthis process gets you to express your inner self in a particular way,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For many participants, like myself, it was\na shock to see what I created under the influence of marijuana, a reaction all\ntoo common to Rozi Chung and Epican.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“People are quite intrigued in this part of\nself – they’ve never had this experience. Generally, marijuana is used to\nchill, but to be able to use it in a way that you are intentionally creating\nsomething, is such an interesting thing for many,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I, for one, was completely taken aback by\nmy choice of colour for my second canvas, which started dark at the bottom but\nturned bright and airy nearest the top.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','4782-revision-v1','','','2019-08-20 08:59:14','2019-08-20 13:59:14','',4782,'https://buzz-caribbean.com/article/4782-revision-v1/',0,'revision','',0),(4786,13,'2019-08-20 11:00:58','2019-08-20 16:00:58','','Drenched  Ocho Rios','','publish','closed','closed','','drenched-ochi','','','2019-08-20 14:24:12','2019-08-20 19:24:12','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=4786',0,'out','',0),(4787,13,'2019-08-20 09:23:38','2019-08-20 14:23:38','','Drenched','','inherit','open','closed','','drenched','','','2019-08-20 09:23:38','2019-08-20 14:23:38','',4786,'https://buzz-caribbean.com/app/uploads/2019/08/drenched.jpg',0,'attachment','image/jpeg',0),(4788,13,'2019-08-20 09:24:07','2019-08-20 14:24:07','','Zj Nova','','inherit','open','closed','','zj-nova','','','2019-08-20 09:24:07','2019-08-20 14:24:07','',4786,'https://buzz-caribbean.com/app/uploads/2019/08/zj-nova.jpg',0,'attachment','image/jpeg',0),(4790,13,'2019-08-20 10:10:50','2019-08-20 15:10:50','','Mask Off','','publish','closed','closed','','mask-off','','','2019-08-20 14:49:49','2019-08-20 19:49:49','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=4790',0,'out','',0),(4791,13,'2019-08-20 10:08:22','2019-08-20 15:08:22','','Mask Off','','inherit','open','closed','','mask-off','','','2019-08-20 10:08:22','2019-08-20 15:08:22','',4790,'https://buzz-caribbean.com/app/uploads/2019/08/mask-off.jpg',0,'attachment','image/jpeg',0),(4792,11,'2019-08-20 10:09:15','2019-08-20 15:09:15','','Angry','','inherit','open','closed','','angry','','','2019-08-20 10:09:15','2019-08-20 15:09:15','',4774,'https://buzz-caribbean.com/app/uploads/2019/08/Angry.jpg',0,'attachment','image/jpeg',0),(4793,11,'2019-08-20 10:11:25','2019-08-20 15:11:25','','Gossip','','inherit','open','closed','','gossip','','','2019-08-20 10:11:25','2019-08-20 15:11:25','',4774,'https://buzz-caribbean.com/app/uploads/2019/08/Gossip.jpg',0,'attachment','image/jpeg',0),(4794,11,'2019-08-20 10:19:34','2019-08-20 15:19:34','','dislike','','inherit','open','closed','','dislike','','','2019-08-20 10:19:34','2019-08-20 15:19:34','',4774,'https://buzz-caribbean.com/app/uploads/2019/08/dislike.jpg',0,'attachment','image/jpeg',0),(4795,21,'2019-08-20 10:29:24','2019-08-20 15:29:24','<!-- wp:image {\"id\":4796} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ed-sheeran-BB.jpg\" alt=\"\" class=\"wp-image-4796\" /><figcaption>Ed Sheeran started college in 2009, but quit in 2010. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ed Sheeran failed music at college. The 28-year-old singer/songwriter has gone on to sell more than 150 million records, but he was sent a letter confirming he had received six F grades in all segments, including songcraft, of his higher diploma in Contemporary Music Performance course at the Academy of Contemporary Music in Guildford, Surrey, south east England. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A letter sent to him confirming the news has gone on display at a new exhibition, Ed Sheeran Made In Suffolk, at Christchurch Mansion in Ipswich, eastern England. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ed attended the college in 2009 but quit in 2010, hence his fail marks, to concentrate on his music career. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Just three weeks into the course and already disillusioned with it, he asked his tutors for permission to go on the tour but they refused.\"</p><cite>— Ed Sheeran\'s father, John</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>There is a 2004 school report in the exhibition which describes him as a \"natural performer\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It reads: \"Obviously at the moment his voice is beginning to change although he still has quite a lot in his higher register.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ed\'s father, John, curated the exhibition, and in the programme his dad says his son had become \"disillusioned\" with the course just three weeks in, and claims his tutors had \"refused\" Ed permission to go on tour with Just Jack.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to The Sun newspaper, it reads: \"Ed had just started at the Academy of Contemporary Music in Guildford.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Just three weeks into the course and already disillusioned with it, he asked his tutors for permission to go on the tour but they refused. He then rang us to say that he was determined to go, even if it meant him leaving college.\"<br><br></p>\n<!-- /wp:paragraph -->','Ed Sheeran got an ‘F’ for music in college','','publish','open','closed','','ed-sheeran-got-an-f-for-music-in-college','','','2019-08-20 10:29:24','2019-08-20 15:29:24','',0,'https://buzz-caribbean.com/?p=4795',0,'post','',0),(4796,9,'2019-08-20 10:22:51','2019-08-20 15:22:51','','ed-sheeran-BB','','inherit','open','closed','','ed-sheeran-bb','','','2019-08-20 10:22:51','2019-08-20 15:22:51','',4795,'https://buzz-caribbean.com/app/uploads/2019/08/ed-sheeran-BB.jpg',0,'attachment','image/jpeg',0),(4797,9,'2019-08-20 10:24:39','2019-08-20 15:24:39','<!-- wp:image {\"id\":4796} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ed-sheeran-BB.jpg\" alt=\"\" class=\"wp-image-4796\" /><figcaption>Ed Sheeran started college in 2009, but quit in 2010. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ed Sheeran failed music at college. The 28-year-old singer/songwriter has gone on to sell more than 150 million records, but he was sent a letter confirming he had received six F grades in all segments, including songcraft, of his higher diploma in Contemporary Music Performance course at the Academy of Contemporary Music in Guildford, Surrey, south east England. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A letter sent to him confirming the news has gone on display at a new exhibition, Ed Sheeran Made In Suffolk, at Christchurch Mansion in Ipswich, eastern England. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ed attended the college in 2009 but quit in 2010, hence his fail marks, to concentrate on his music career. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Just three weeks into the course and already disillusioned with it, he asked his tutors for permission to go on the tour but they refused.\"</p><cite>— Ed Sheeran\'s father, John</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>There is a 2004 school report in the exhibition which describes him as a \"natural performer\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It reads: \"Obviously at the moment his voice is beginning to change although he still has quite a lot in his higher register.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ed\'s father, John, curated the exhibition, and in the programme his dad says his son had become \"disillusioned\" with the course just three weeks in, and claims his tutors had \"refused\" Ed permission to go on tour with Just Jack.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to The Sun newspaper, it reads: \"Ed had just started at the Academy of Contemporary Music in Guildford.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Just three weeks into the course and already disillusioned with it, he asked his tutors for permission to go on the tour but they refused. He then rang us to say that he was determined to go, even if it meant him leaving college.\"<br><br></p>\n<!-- /wp:paragraph -->','Ed Sheeran got an ‘F’ for music in college','','inherit','closed','closed','','4795-revision-v1','','','2019-08-20 10:24:39','2019-08-20 15:24:39','',4795,'https://buzz-caribbean.com/article/4795-revision-v1/',0,'revision','',0),(4798,23,'2019-08-20 11:02:13','2019-08-20 16:02:13','<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=VS46B70nKng\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=VS46B70nKng&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Wayne Marshall talks album and spirituality','','publish','closed','closed','','wayne-marshall-talks-album-and-spirituality','','','2019-08-20 11:02:14','2019-08-20 16:02:14','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=4798',0,'video','',0),(4799,4,'2019-08-20 10:35:13','2019-08-20 15:35:13','<iframe title=\"Wayne Marshall talks album and spirituality\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/VS46B70nKng?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','3039ba147219e778a1f9747ec6d24f53','','','2019-08-20 10:35:13','2019-08-20 15:35:13','',0,'https://buzz-caribbean.com/article/3039ba147219e778a1f9747ec6d24f53/',0,'oembed_cache','',0),(4800,11,'2019-08-20 10:36:53','2019-08-20 15:36:53','<!-- wp:paragraph -->\n<p>There are certain character flaws that are utterly despised by Jamaicans and you should endeavour to never be labelled as.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Top of the list? Badmind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Songs have been written about it, many a round table discussion spent lambasting those guilty of it and endless resentment towards those who\'ve shown signs of it towards you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The phrase evokes such negative reactions from people that when someone is accused of it, it is almost a guaranteed fight or argument. Some people wallow in it, others are in denial but their actions speak louder than their words.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A pastor once joked that it and not football was the national past time. But what exactly do we call ‘badmind’? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Urban Dictionary refers to it as ‘someone resentful of the fortune or success of others, wishing for their ruin, downfall, failure...\" The Patois translation has a similar leaning, holding that it is <em>‘</em>people who hate others because of their accomplishments.’ </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whichever definition you prefer, it comes down to the same conclusion: it is not a good thing to be.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how do you spot traces of badmind in people and even yourself? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Examine the checklist.</h3>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1675} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Checklist-1024x683.jpg\" alt=\"\" class=\"wp-image-1675\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>1. You either consciously\nor subconsciously try to undermine relationships around you. You just cannot let\nothers be great.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Even when you say good\nthings to people, it lacks warmth and sincerity. I guess you do not hide it\nvery well</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Instead of celebrating\na person’s success, you get upset and angry about it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4792} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Angry-1024x682.jpg\" alt=\"\" class=\"wp-image-4792\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>4. You compare yourself to\nothers constantly</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. There is a constant need to ‘one-up’ people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Gossiping is second nature and you find yourself with the person’s name in your mouth daily.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4793} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Gossip-1024x576.jpg\" alt=\"\" class=\"wp-image-4793\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>7. You downplay the successes of others while flaunting your own.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. When people talk about\nsomeone successful, you roll your eyes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. You mock, jeer or imitate the person behind their back.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. You dislike people for no conceivable reason. Sometimes even people who you do not know personally.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4794} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dislike-1024x640.jpg\" alt=\"\" class=\"wp-image-4794\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If four or five of these\nred flags apply to you, you may want to get some professional help because\nliving in a world of hate is no world you should want to be a citizen of.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So on a scale of \"green with envy\" to flat out \"badmind\" tell us where you stand in the comments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Written by C.W.</em></strong></p>\n<!-- /wp:paragraph -->','Of all the things to be... \'badmind\'?','','inherit','closed','closed','','4774-revision-v1','','','2019-08-20 10:36:53','2019-08-20 15:36:53','',4774,'https://buzz-caribbean.com/article/4774-revision-v1/',0,'revision','',0),(4801,23,'2019-08-20 11:00:21','2019-08-20 16:00:21','<!-- wp:image {\"id\":4802} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/makeup-BB-1024x683.jpg\" alt=\"\" class=\"wp-image-4802\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When you hug them, you can bet your crisp starched white shirt is ruined for the day, as the make-up residue is all over your clothes. Now you will have to convince your girlfriend that you were not being ‘inappropriate’ with a female. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Any boyfriend or male\ncolleague who has to deal with a female who wears too much makeup or ‘war paint’\nknows that it is tough to handle a woman whose face is fortified with Berger\npaint. These women swear they are all Kim Kardashians, but in all honesty, they\nlook like a knock-off version because the make-up is so heavy that they look\nplastic. Not a good look.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first problem is\nthat it prevents you from being spontaneous. If their boyfriends stop by\nunexpectedly to see them, they freak out and hold him outside for up to an hour\nin some cases, as they hurriedly try to get ‘runway ready’ (or so they think),\napplying a full face of make-up before coming outside or letting him in. Who\nreally wants to deal with all of that? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4803} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/makeupA-1024x683.jpg\" alt=\"\" class=\"wp-image-4803\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, it means that if\nhe calls to say let us go out for a drive in the country, by the time she gets\nready, it will be midday, and he will be fed up and call it a day. That is no\nway to live. Maybelline or Black Opal should not have that much power over your\nrelationship. Plus, if your man has never seen you without any make-up, are you\nbeing completely real and vulnerable before him? &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Make-up was made to\nenhance your features or to give you a different look when needed. There is no\nreason for it to be used like one is performing in a circus or doing special\neffects on a horror movie set. It does not have to be heavy, overly dramatic or\npermanent. Yes, women are opting for permanent make-up because some believe\nthat they must not be caught ‘unaware’ or unprepared. How sad can one’s life\nbe?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then, when it comes\nto sex, many make-up mistresses do not want to get too sweaty because they are afraid\nthe make-up will run. So, who has intercourse without body heat and your heart\nrate accelerating? Unless you are having some casket-style sex, you are going to\nsweat. Here is a tip for you, Miss Berger: Put some lingerie on and leave the\nmake-up off.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\nWritten by C.W.</p>\n<!-- /wp:paragraph -->','Sheesh! Less make-up, please','','publish','open','closed','','sheesh-less-make-up-please','','','2019-08-20 11:00:21','2019-08-20 16:00:21','',0,'https://buzz-caribbean.com/?p=4801',0,'post','',0),(4802,9,'2019-08-20 10:59:16','2019-08-20 15:59:16','','makeup-BB','','inherit','open','closed','','makeup-bb','','','2019-08-20 10:59:16','2019-08-20 15:59:16','',4801,'https://buzz-caribbean.com/app/uploads/2019/08/makeup-BB.jpg',0,'attachment','image/jpeg',0),(4803,9,'2019-08-20 10:59:36','2019-08-20 15:59:36','','makeupA','','inherit','open','closed','','makeupa','','','2019-08-20 10:59:36','2019-08-20 15:59:36','',4801,'https://buzz-caribbean.com/app/uploads/2019/08/makeupA.jpg',0,'attachment','image/jpeg',0),(4804,9,'2019-08-20 11:00:02','2019-08-20 16:00:02','<!-- wp:image {\"id\":4802} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/makeup-BB-1024x683.jpg\" alt=\"\" class=\"wp-image-4802\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When you hug them, you can bet your crisp starched white shirt is ruined for the day, as the make-up residue is all over your clothes. Now you will have to convince your girlfriend that you were not being ‘inappropriate’ with a female. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Any boyfriend or male\ncolleague who has to deal with a female who wears too much makeup or ‘war paint’\nknows that it is tough to handle a woman whose face is fortified with Berger\npaint. These women swear they are all Kim Kardashians, but in all honesty, they\nlook like a knock-off version because the make-up is so heavy that they look\nplastic. Not a good look.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first problem is\nthat it prevents you from being spontaneous. If their boyfriends stop by\nunexpectedly to see them, they freak out and hold him outside for up to an hour\nin some cases, as they hurriedly try to get ‘runway ready’ (or so they think),\napplying a full face of make-up before coming outside or letting him in. Who\nreally wants to deal with all of that? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4803} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/makeupA-1024x683.jpg\" alt=\"\" class=\"wp-image-4803\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, it means that if\nhe calls to say let us go out for a drive in the country, by the time she gets\nready, it will be midday, and he will be fed up and call it a day. That is no\nway to live. Maybelline or Black Opal should not have that much power over your\nrelationship. Plus, if your man has never seen you without any make-up, are you\nbeing completely real and vulnerable before him? &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Make-up was made to\nenhance your features or to give you a different look when needed. There is no\nreason for it to be used like one is performing in a circus or doing special\neffects on a horror movie set. It does not have to be heavy, overly dramatic or\npermanent. Yes, women are opting for permanent make-up because some believe\nthat they must not be caught ‘unaware’ or unprepared. How sad can one’s life\nbe?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then, when it comes\nto sex, many make-up mistresses do not want to get too sweaty because they are afraid\nthe make-up will run. So, who has intercourse without body heat and your heart\nrate accelerating? Unless you are having some casket-style sex, you are going to\nsweat. Here is a tip for you, Miss Berger: Put some lingerie on and leave the\nmake-up off.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\nWritten by C.W.</p>\n<!-- /wp:paragraph -->','Sheesh! Less make-up, please','','inherit','closed','closed','','4801-revision-v1','','','2019-08-20 11:00:02','2019-08-20 16:00:02','',4801,'https://buzz-caribbean.com/article/4801-revision-v1/',0,'revision','',0),(4805,4,'2019-08-20 11:01:00','2019-08-20 16:01:00','','Screenshot (50)','','inherit','open','closed','','screenshot-50','','','2019-08-20 11:01:00','2019-08-20 16:01:00','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-50.png',0,'attachment','image/png',0),(4807,11,'2019-08-20 11:16:59','2019-08-20 16:16:59','','Annoying-Co-Worker-Office-Etiquette-Buzz','','inherit','open','closed','','annoying-co-worker-office-etiquette-buzz','','','2019-08-20 11:16:59','2019-08-20 16:16:59','',4772,'https://buzz-caribbean.com/app/uploads/2019/08/Annoying-Co-Worker-Office-Etiquette-Buzz.jpg',0,'attachment','image/jpeg',0),(4808,23,'2019-08-20 11:28:44','2019-08-20 16:28:44','<!-- wp:image {\"id\":4811} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Aton-AA-1024x763.jpg\" alt=\"\" class=\"wp-image-4811\" /><figcaption>Anton Marks has seven novels under his belt. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Anton Marks has seven novels under his belt with\na number of them drawing on his Caribbean identity. And after visiting Jamaica\nfor Animecom Fest 2019 in Kingston, he’s more than happy with the state of\ncreativity in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Animecom Fest was an opportunity for me to\nsupport the kind of event I would have loved to attend when growing up in\nJamaica. As a writer, my target audience is among the people who attend events\nlike this. The organiser, Ricardo Carter, and his great team have tapped into a\nworld trend that will only get more popular on the island,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4812} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Aton-BB-1024x686.jpg\" alt=\"\" class=\"wp-image-4812\" /><figcaption><strong>Dancehall</strong> is Anton Marks\' first book.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Born Anthony Hewitt in the United Kingdom to\nJamaican parents, he moved to Jamaica with his parents when he was nine years\nold. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’ve always loved stories. I read and enjoyed\ncomics from an early age and copied their styles in school. I used exercise\nbooks to write serialised tales with drawings for my classmates. I was drawn to\nwords and how they could convey emotion from an early age. I always felt I had\ntales to tell from my unique perspective, so I created the opportunity and took\nthe leap,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hewitt eventually returned to England and made\nthat leap in the 1990s with his very first book, a crime thriller called <strong>Dancehall</strong>, under the pseudonym Anton Marks. It was part\nof an experiment by an upcoming publisher at the time, X Press Publishers, who\nwere looking for writers that could deliver what Hewitt termed as the black\nexperience in an entertaining way. His latest book is the second in his <strong>Good II Be Bad</strong> series. A supernatural thriller, it revolves\naround three mystically gifted female warriors, one of whom is Chinese-Jamaican.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4813} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/aton-CC-1024x686.jpg\" alt=\"\" class=\"wp-image-4813\" /><figcaption>Anton Marks has done books on a wide range of topics. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, the road between these books wasn’t a\nsmooth one until the more recent invention of online publishing, through Amazon\nand other Internet-based entities. The paradigm shift removed many of the\nbarriers, including the belief that there is a lack of financial benefit in producing\nminority specific content. This freedom didn’t come without its own downside,\nas Hewitt explains.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Just because you’ve written and published a\nbook doesn’t mean readers will find you,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His advice to aspiring Caribbean writers of\nany genre is to maintain three elements - quality, professionalism and\nmarketing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The problem is no longer access, but quality and marketing. Authors like me must keep the quality of their work, writing and the finished product, high,” Hewitt told <strong>BUZZ</strong>, while encouraging other Caribbean and black writers to remember their heritage as they tackle a range of issues in their books. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','UK-based author highlights Caribbean heritage in his novels','','publish','open','closed','','uk-based-author-highlights-caribbean-heritage-in-his-novels','','','2019-08-20 11:28:45','2019-08-20 16:28:45','',0,'https://buzz-caribbean.com/?p=4808',0,'post','',0),(4809,11,'2019-08-20 11:21:27','2019-08-20 16:21:27','','adults-communication-cooperation-Buzz','','inherit','open','closed','','adults-communication-cooperation-buzz','','','2019-08-20 11:21:27','2019-08-20 16:21:27','',4772,'https://buzz-caribbean.com/app/uploads/2019/08/adults-communication-cooperation-Buzz.jpg',0,'attachment','image/jpeg',0),(4811,9,'2019-08-20 11:24:26','2019-08-20 16:24:26','','Aton-AA','','inherit','open','closed','','aton-aa','','','2019-08-20 11:24:26','2019-08-20 16:24:26','',4808,'https://buzz-caribbean.com/app/uploads/2019/08/Aton-AA.jpg',0,'attachment','image/jpeg',0),(4812,9,'2019-08-20 11:24:39','2019-08-20 16:24:39','','Aton-BB','','inherit','open','closed','','aton-bb','','','2019-08-20 11:24:39','2019-08-20 16:24:39','',4808,'https://buzz-caribbean.com/app/uploads/2019/08/Aton-BB.jpg',0,'attachment','image/jpeg',0),(4813,9,'2019-08-20 11:24:55','2019-08-20 16:24:55','','aton-CC','','inherit','open','closed','','aton-cc','','','2019-08-20 11:24:55','2019-08-20 16:24:55','',4808,'https://buzz-caribbean.com/app/uploads/2019/08/aton-CC.jpg',0,'attachment','image/jpeg',0),(4814,9,'2019-08-20 11:25:08','2019-08-20 16:25:08','<!-- wp:image {\"id\":4811} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Aton-AA-1024x763.jpg\" alt=\"\" class=\"wp-image-4811\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Anton Marks has seven novels under his belt with\na number of them drawing on his Caribbean identity. And after visiting Jamaica\nfor Animecom Fest 2019 in Kingston, he’s more than happy with the state of\ncreativity in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Animecom Fest was an opportunity for me to\nsupport the kind of event I would have loved to attend when growing up in\nJamaica. As a writer, my target audience is among the people who attend events\nlike this. The organiser, Ricardo Carter, and his great team have tapped into a\nworld trend that will only get more popular on the island,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Born Anthony Hewitt in the United Kingdom to\nJamaican parents, he moved to Jamaica with his parents when he was nine years\nold. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’ve always loved stories. I read and enjoyed\ncomics from an early age and copied their styles in school. I used exercise\nbooks to write serialised tales with drawings for my classmates. I was drawn to\nwords and how they could convey emotion from an early age. I always felt I had\ntales to tell from my unique perspective, so I created the opportunity and took\nthe leap,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4812} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Aton-BB-1024x686.jpg\" alt=\"\" class=\"wp-image-4812\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hewitt eventually returned to England and made\nthat leap in the 1990s with his very first book, a crime thriller called <strong>Dancehall</strong>, under the pseudonym Anton Marks. It was part\nof an experiment by an upcoming publisher at the time, X Press Publishers, who\nwere looking for writers that could deliver what Hewitt termed as the black\nexperience in an entertaining way. His latest book is the second in his <strong>Good II Be Bad</strong> series. A supernatural thriller, it revolves\naround three mystically gifted female warriors, one of whom is Chinese-Jamaican.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, the road between these books wasn’t a\nsmooth one until the more recent invention of online publishing, through Amazon\nand other Internet-based entities. The paradigm shift removed many of the\nbarriers, including the belief that there is a lack of financial benefit in producing\nminority specific content. This freedom didn’t come without its own downside,\nas Hewitt explains.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Just because you’ve written and published a\nbook doesn’t mean readers will find you,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4813} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/aton-CC-1024x686.jpg\" alt=\"\" class=\"wp-image-4813\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>His advice to aspiring Caribbean writers of\nany genre is to maintain three elements - quality, professionalism and\nmarketing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The problem is no longer access, but quality and marketing. Authors like me must keep the quality of their work, writing and the finished product, high,” Hewitt told <strong>BUZZ</strong>, while encouraging other Caribbean and black writers to remember their heritage as they tackle a range of issues in their books. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','UK-based author highlights Caribbean heritage in his novels','','inherit','closed','closed','','4808-revision-v1','','','2019-08-20 11:25:08','2019-08-20 16:25:08','',4808,'https://buzz-caribbean.com/article/4808-revision-v1/',0,'revision','',0),(4815,9,'2019-08-20 11:28:44','2019-08-20 16:28:44','<!-- wp:image {\"id\":4811} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Aton-AA-1024x763.jpg\" alt=\"\" class=\"wp-image-4811\" /><figcaption>Anton Marks has seven novels under his belt. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Anton Marks has seven novels under his belt with\na number of them drawing on his Caribbean identity. And after visiting Jamaica\nfor Animecom Fest 2019 in Kingston, he’s more than happy with the state of\ncreativity in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Animecom Fest was an opportunity for me to\nsupport the kind of event I would have loved to attend when growing up in\nJamaica. As a writer, my target audience is among the people who attend events\nlike this. The organiser, Ricardo Carter, and his great team have tapped into a\nworld trend that will only get more popular on the island,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4812} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Aton-BB-1024x686.jpg\" alt=\"\" class=\"wp-image-4812\" /><figcaption><strong>Dancehall</strong> is Anton Marks\' first book.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Born Anthony Hewitt in the United Kingdom to\nJamaican parents, he moved to Jamaica with his parents when he was nine years\nold. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’ve always loved stories. I read and enjoyed\ncomics from an early age and copied their styles in school. I used exercise\nbooks to write serialised tales with drawings for my classmates. I was drawn to\nwords and how they could convey emotion from an early age. I always felt I had\ntales to tell from my unique perspective, so I created the opportunity and took\nthe leap,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hewitt eventually returned to England and made\nthat leap in the 1990s with his very first book, a crime thriller called <strong>Dancehall</strong>, under the pseudonym Anton Marks. It was part\nof an experiment by an upcoming publisher at the time, X Press Publishers, who\nwere looking for writers that could deliver what Hewitt termed as the black\nexperience in an entertaining way. His latest book is the second in his <strong>Good II Be Bad</strong> series. A supernatural thriller, it revolves\naround three mystically gifted female warriors, one of whom is Chinese-Jamaican.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4813} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/aton-CC-1024x686.jpg\" alt=\"\" class=\"wp-image-4813\" /><figcaption>Anton Marks has done books on a wide range of topics. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, the road between these books wasn’t a\nsmooth one until the more recent invention of online publishing, through Amazon\nand other Internet-based entities. The paradigm shift removed many of the\nbarriers, including the belief that there is a lack of financial benefit in producing\nminority specific content. This freedom didn’t come without its own downside,\nas Hewitt explains.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Just because you’ve written and published a\nbook doesn’t mean readers will find you,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His advice to aspiring Caribbean writers of\nany genre is to maintain three elements - quality, professionalism and\nmarketing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The problem is no longer access, but quality and marketing. Authors like me must keep the quality of their work, writing and the finished product, high,” Hewitt told <strong>BUZZ</strong>, while encouraging other Caribbean and black writers to remember their heritage as they tackle a range of issues in their books. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','UK-based author highlights Caribbean heritage in his novels','','inherit','closed','closed','','4808-revision-v1','','','2019-08-20 11:28:44','2019-08-20 16:28:44','',4808,'https://buzz-caribbean.com/article/4808-revision-v1/',0,'revision','',0),(4819,21,'2019-08-20 11:58:10','2019-08-20 16:58:10','<!-- wp:image {\"id\":4820} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rhonda-rousey.jpg\" alt=\"Ronda Rousey\" class=\"wp-image-4820\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ronda Rousey broke her finger on the set of \'9-1-1\' - but never broke character.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 32-year-old wrestler-and-actress plays Lena Bosko on the drama series and incurred the injury by slamming her finger in a door while shooting a dramatic scene in Mexico last week.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source told TMZ: \"She was a little over-exuberant and slammed the door on her finger.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The star reportedly continued filming without reacting and was praised as she \"didn\'t wince, didn\'t complain, didn\'t mess up the scene\" and returned to work the next day with a splint for her hand.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the outlet, it was only when the director yelled \"cut\" that the former MMA fighter revealed the injury by saying \"Ow. You\'re not gonna like this!\"</p>\n<!-- /wp:paragraph -->','Ouch! Ronda Rousey breaks finger while filming in Mexico','','publish','open','closed','','ouch-ronda-rousey-breaks-finger-while-filming-in-mexico','','','2019-08-20 14:31:47','2019-08-20 19:31:47','',0,'https://buzz-caribbean.com/?p=4819',0,'post','',0),(4820,9,'2019-08-20 11:54:27','2019-08-20 16:54:27','','ronda-rousey','','inherit','open','closed','','rhonda-rousey','','','2019-08-20 12:01:49','2019-08-20 17:01:49','',4819,'https://buzz-caribbean.com/app/uploads/2019/08/rhonda-rousey.jpg',0,'attachment','image/jpeg',0),(4821,9,'2019-08-20 11:57:55','2019-08-20 16:57:55','<!-- wp:image {\"id\":4820} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rhonda-rousey.jpg\" alt=\"\" class=\"wp-image-4820\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ronda Rousey broke her finger on the set of \'9-1-1\' - but never broke character. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 32-year-old wrestler-and-actress plays Lena Bosko on the drama series and incurred the injury by slamming her finger in a door while shooting a dramatic scene in Mexico last week. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source told TMZ: \"She was a little over-exuberant and slammed the door on her finger.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The star reportedly continued filming without reacting and was praised as she \"didn\'t wince, didn\'t complain, didn\'t mess up the scene\" and returned to work the next day with a splint for her hand. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the outlet, it was only when the director yelled \"cut\" that the former MMA fighter revealed the injury by saying \"Ow. You\'re not gonna like this!\"</p>\n<!-- /wp:paragraph -->','Ouch! Ronda Rousey breaks finger while filming in Mexico','','inherit','closed','closed','','4819-revision-v1','','','2019-08-20 11:57:55','2019-08-20 16:57:55','',4819,'https://buzz-caribbean.com/article/4819-revision-v1/',0,'revision','',0),(4823,21,'2019-08-20 13:14:48','2019-08-20 18:14:48','<!-- wp:image {\"id\":4826} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/negril-wine-H-1024x679.jpg\" alt=\"\" class=\"wp-image-4826\" /><figcaption>Dressed in all white, these patrons were surely enjoying themselves.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you were unaware that the resort town of Negril is a melting pot of<br>cultures, you would have known last Saturday night, when the Negril Chamber of Commerce staged its fourth International Food and Wine fundraising event.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Boardwalk Village was jam-packed with a mix of revellers, as Jamaicans and tourists, bosses and staff all mixed and mingled and enjoyed themselves at the all-white party on the legendary Negril beach while enjoying cuisines from Mexico, India and Jamaica. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Foods from Mexico, India and Jamaica were on show at the event. See gallery below.  </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[4827,4828,4829]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Negril-Wine-B-1024x679.jpg\" alt=\"\" data-id=\"4827\" data-link=\"https://buzz-caribbean.com/?attachment_id=4827\" class=\"wp-image-4827\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Negril-Wine-C-1024x679.jpg\" alt=\"\" data-id=\"4828\" data-link=\"https://buzz-caribbean.com/?attachment_id=4828\" class=\"wp-image-4828\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Negril-Wine-D-1024x679.jpg\" alt=\"\" data-id=\"4829\" data-link=\"https://buzz-caribbean.com/?attachment_id=4829\" class=\"wp-image-4829\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Negril is known as a place for thrill-seekers and partygoers, and this is exactly what the patrons did after the food stations closed at 10 p.m., as they danced away until midnight. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Negril Chamber of Commerce is known for staging outlandish over the years, and for president Richard Wallace, there will be even more fun during the winter tourist season when the organisation’s annual fundraising gala will be staged.&nbsp;  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em><strong>After</strong></em><strong><em> filling their tummies and drinking lots of wine, partygoers got down to business. See gallery below. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[4831,4830,4832]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Negril-Wine-F-1.jpg\" alt=\"\" data-id=\"4831\" data-link=\"https://buzz-caribbean.com/?attachment_id=4831\" class=\"wp-image-4831\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Negril-Wine-E.jpg\" alt=\"\" data-id=\"4830\" data-link=\"https://buzz-caribbean.com/?attachment_id=4830\" class=\"wp-image-4830\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Negril-Wine-G.jpg\" alt=\"\" data-id=\"4832\" data-link=\"https://buzz-caribbean.com/?attachment_id=4832\" class=\"wp-image-4832\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“Right now, we are focusing on our gala which is going to be on December 18. We have three fundraising events, the other being our Negril Guide. So, we are putting out our 2020 Negril Guide now. We are finalising it by the end of August, but the next event coming up is the gala,” Wallace said.<br><br></p>\n<!-- /wp:paragraph -->','Partygoers dance the night away in Negril','','publish','open','closed','','partygoers-dance-the-night-away-in-negril','','','2019-08-20 13:14:49','2019-08-20 18:14:49','',0,'https://buzz-caribbean.com/?p=4823',0,'post','',0),(4824,9,'2019-08-20 12:34:41','2019-08-20 17:34:41','','Negril-Wine-F','','inherit','open','closed','','negril-wine-f','','','2019-08-20 12:34:41','2019-08-20 17:34:41','',4823,'https://buzz-caribbean.com/app/uploads/2019/08/Negril-Wine-F.jpg',0,'attachment','image/jpeg',0),(4825,11,'2019-08-20 12:35:54','2019-08-20 17:35:54','','Bubble-Gum-Buzz-Office-Etiquette','','inherit','open','closed','','bubble-gum-buzz-office-etiquette','','','2019-08-20 12:35:54','2019-08-20 17:35:54','',4772,'https://buzz-caribbean.com/app/uploads/2019/08/Bubble-Gum-Buzz-Office-Etiquette.jpg',0,'attachment','image/jpeg',0),(4826,9,'2019-08-20 12:37:18','2019-08-20 17:37:18','','negril-wine-H','','inherit','open','closed','','negril-wine-h','','','2019-08-20 12:37:18','2019-08-20 17:37:18','',4823,'https://buzz-caribbean.com/app/uploads/2019/08/negril-wine-H.jpg',0,'attachment','image/jpeg',0),(4827,9,'2019-08-20 12:42:16','2019-08-20 17:42:16','','Negril-Wine-B','','inherit','open','closed','','negril-wine-b','','','2019-08-20 12:42:16','2019-08-20 17:42:16','',4823,'https://buzz-caribbean.com/app/uploads/2019/08/Negril-Wine-B.jpg',0,'attachment','image/jpeg',0),(4828,9,'2019-08-20 12:42:17','2019-08-20 17:42:17','','Negril-Wine-C','','inherit','open','closed','','negril-wine-c','','','2019-08-20 12:42:17','2019-08-20 17:42:17','',4823,'https://buzz-caribbean.com/app/uploads/2019/08/Negril-Wine-C.jpg',0,'attachment','image/jpeg',0),(4829,9,'2019-08-20 12:42:20','2019-08-20 17:42:20','','Negril-Wine-D','','inherit','open','closed','','negril-wine-d','','','2019-08-20 12:42:20','2019-08-20 17:42:20','',4823,'https://buzz-caribbean.com/app/uploads/2019/08/Negril-Wine-D.jpg',0,'attachment','image/jpeg',0),(4830,9,'2019-08-20 12:42:34','2019-08-20 17:42:34','','Negril-Wine-E','','inherit','open','closed','','negril-wine-e','','','2019-08-20 12:42:34','2019-08-20 17:42:34','',4823,'https://buzz-caribbean.com/app/uploads/2019/08/Negril-Wine-E.jpg',0,'attachment','image/jpeg',0),(4831,9,'2019-08-20 12:42:36','2019-08-20 17:42:36','','Negril-Wine-F-1','','inherit','open','closed','','negril-wine-f-1','','','2019-08-20 12:42:36','2019-08-20 17:42:36','',4823,'https://buzz-caribbean.com/app/uploads/2019/08/Negril-Wine-F-1.jpg',0,'attachment','image/jpeg',0),(4832,9,'2019-08-20 12:42:37','2019-08-20 17:42:37','','Negril-Wine-G','','inherit','open','closed','','negril-wine-g','','','2019-08-20 12:42:37','2019-08-20 17:42:37','',4823,'https://buzz-caribbean.com/app/uploads/2019/08/Negril-Wine-G.jpg',0,'attachment','image/jpeg',0),(4833,9,'2019-08-20 13:02:59','2019-08-20 18:02:59','<!-- wp:image {\"id\":4826} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/negril-wine-H-1024x679.jpg\" alt=\"\" class=\"wp-image-4826\" /><figcaption>Dressed in all white, these patrons were surely enjoying themselves.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you were unaware that the resort town of Negril is a melting pot of<br>cultures, you would have known last Saturday night, when the Negril Chamber of Commerce staged its fourth International Food and Wine fundraising event.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Boardwalk Village was jam-packed with a mix of revellers, as Jamaicans and tourists, bosses and staff all mixed and mingled and enjoyed themselves at the all-white party on the legendary Negril beach while enjoying cuisines from Mexico, India and Jamaica.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Foods from Mexico, India and Jamaica were on show at the event. See gallery below.  </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[4827,4828,4829]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Negril-Wine-B-1024x679.jpg\" alt=\"\" data-id=\"4827\" data-link=\"https://buzz-caribbean.com/?attachment_id=4827\" class=\"wp-image-4827\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Negril-Wine-C-1024x679.jpg\" alt=\"\" data-id=\"4828\" data-link=\"https://buzz-caribbean.com/?attachment_id=4828\" class=\"wp-image-4828\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Negril-Wine-D-1024x679.jpg\" alt=\"\" data-id=\"4829\" data-link=\"https://buzz-caribbean.com/?attachment_id=4829\" class=\"wp-image-4829\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Negril is known as a place for thrill-seekers and partygoers, and this is exactly what the patrons did after the food stations closed at 10 p.m., as they danced away until midnight. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Negril Chamber of Commerce is known for staging outlandish over the years, and for president Richard Wallace, there will be even more fun during the winter tourist season when the organisation’s annual fundraising gala will be staged.   </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em><strong>After</strong></em><strong><em> filling their tummies and drinking lots of wine, partygoers got down to business. See gallery below. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[4831,4830,4832]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Negril-Wine-F-1.jpg\" alt=\"\" data-id=\"4831\" data-link=\"https://buzz-caribbean.com/?attachment_id=4831\" class=\"wp-image-4831\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Negril-Wine-E.jpg\" alt=\"\" data-id=\"4830\" data-link=\"https://buzz-caribbean.com/?attachment_id=4830\" class=\"wp-image-4830\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Negril-Wine-G.jpg\" alt=\"\" data-id=\"4832\" data-link=\"https://buzz-caribbean.com/?attachment_id=4832\" class=\"wp-image-4832\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“Right now, we are focusing on our gala which is going to be on December 18. We have three fundraising events, the other being our Negril Guide. So, we are putting out our 2020 Negril Guide now. We are finalising it by the end of August, but the next event coming up is the gala,” Wallace said.<br><br></p>\n<!-- /wp:paragraph -->','Partygoers dance the night away in Negril','','inherit','closed','closed','','4823-revision-v1','','','2019-08-20 13:02:59','2019-08-20 18:02:59','',4823,'https://buzz-caribbean.com/article/4823-revision-v1/',0,'revision','',0),(4835,9,'2019-08-20 13:14:48','2019-08-20 18:14:48','<!-- wp:image {\"id\":4826} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/negril-wine-H-1024x679.jpg\" alt=\"\" class=\"wp-image-4826\" /><figcaption>Dressed in all white, these patrons were surely enjoying themselves.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you were unaware that the resort town of Negril is a melting pot of<br>cultures, you would have known last Saturday night, when the Negril Chamber of Commerce staged its fourth International Food and Wine fundraising event.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Boardwalk Village was jam-packed with a mix of revellers, as Jamaicans and tourists, bosses and staff all mixed and mingled and enjoyed themselves at the all-white party on the legendary Negril beach while enjoying cuisines from Mexico, India and Jamaica. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Foods from Mexico, India and Jamaica were on show at the event. See gallery below.  </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[4827,4828,4829]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Negril-Wine-B-1024x679.jpg\" alt=\"\" data-id=\"4827\" data-link=\"https://buzz-caribbean.com/?attachment_id=4827\" class=\"wp-image-4827\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Negril-Wine-C-1024x679.jpg\" alt=\"\" data-id=\"4828\" data-link=\"https://buzz-caribbean.com/?attachment_id=4828\" class=\"wp-image-4828\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Negril-Wine-D-1024x679.jpg\" alt=\"\" data-id=\"4829\" data-link=\"https://buzz-caribbean.com/?attachment_id=4829\" class=\"wp-image-4829\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Negril is known as a place for thrill-seekers and partygoers, and this is exactly what the patrons did after the food stations closed at 10 p.m., as they danced away until midnight. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Negril Chamber of Commerce is known for staging outlandish over the years, and for president Richard Wallace, there will be even more fun during the winter tourist season when the organisation’s annual fundraising gala will be staged.&nbsp;  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em><strong>After</strong></em><strong><em> filling their tummies and drinking lots of wine, partygoers got down to business. See gallery below. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[4831,4830,4832]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Negril-Wine-F-1.jpg\" alt=\"\" data-id=\"4831\" data-link=\"https://buzz-caribbean.com/?attachment_id=4831\" class=\"wp-image-4831\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Negril-Wine-E.jpg\" alt=\"\" data-id=\"4830\" data-link=\"https://buzz-caribbean.com/?attachment_id=4830\" class=\"wp-image-4830\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Negril-Wine-G.jpg\" alt=\"\" data-id=\"4832\" data-link=\"https://buzz-caribbean.com/?attachment_id=4832\" class=\"wp-image-4832\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“Right now, we are focusing on our gala which is going to be on December 18. We have three fundraising events, the other being our Negril Guide. So, we are putting out our 2020 Negril Guide now. We are finalising it by the end of August, but the next event coming up is the gala,” Wallace said.<br><br></p>\n<!-- /wp:paragraph -->','Partygoers dance the night away in Negril','','inherit','closed','closed','','4823-revision-v1','','','2019-08-20 13:14:48','2019-08-20 18:14:48','',4823,'https://buzz-caribbean.com/article/4823-revision-v1/',0,'revision','',0),(4836,23,'2019-08-20 14:00:07','2019-08-20 19:00:07','<!-- wp:image {\"id\":4842} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rahkeemarms-1024x647.jpg\" alt=\"\" class=\"wp-image-4842\" /><figcaption>Rahkeem Cornwall called to West Indies senior squad.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Being a model of consistency has earned Rahkeem Cornwall a call to the West Indies squad for the new ICC World Test Championship against India.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The West Indies and India at opposite ends of the former Test rankings will square off in a two-Test series that begins on August 22 at the Sir Vivian Richards Cricket Ground in Antigua. The second Test is set for Sabina Park in Kingston from August 30 to September 3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old Antiguan is a giant of a man, standing at 1.96m and is dangerous with both bat and ball. He was a member of the Leeward Islands Hurricanes and the West Indies ‘A’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'Rahkeem has been performing consistently over a long period of time and has proven to be a match-winner.\'</p><cite>— Robert Haynes</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":4840} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cornwallshot-1024x683.jpg\" alt=\"\" class=\"wp-image-4840\" /><figcaption>Cornwall has proven to be a capable middle to lower-order<br> batsman.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Highly regarded by her peers, Cornwall has\ntaken 260 wickets at 23.90 apiece in 55 first-class matches. He has also proven\nto be a capable middle to lower-order batsman, averaging just under 25 in 97\ninnings during which he has scored one hundred and 13 half-centuries in the\nfirst-class arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Rahkeem has been performing consistently\nover a long period of time and has proven to be a match-winner, so we believe\nhis elevation to the Test squad is merited at this time,” said Interim Chief\nSelector Robert Haynes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We believe he can provide an attacking\noption to our bowling attack with his sharp turn and extra bounce. He can also\nlend a bit of depth to the batting, so we are looking forward to him coming\ninto the squad and making a valuable contribution.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4837} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cornwallappeal-1024x615.jpg\" alt=\"\" class=\"wp-image-4837\" /><figcaption>Cornwall is also said to be a dangerous bowler.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cornwall joins a squad that remains largely\nunchanged from the one that defeated England 2-1 earlier this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>West Indies “A” Team captain Shamarh Brooks is the only other uncapped player in the squad apart from Cornwall. Meanwhile, all-rounder Keemo Paul, who was a replacement for Test captain Jason Holder when the latter was forced to miss the final Test of the England series, retains his place in the squad. The remainder of the squad includes Captain Jason Holder, Kraigg Brathwaite, Shannon Gabriel, John Campbell, Darren Bravo, Shai Hope, Kemar Roach, Shimron Hetmyer, Shane Dowrich and Roston Chase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The series gives both sides the chance to win up to 120 points – 60 points for a win – in the new ICC World Test Championship league table. A draw will be worth 20 points with zero points for a loss. West Indies will play a further five series with the opportunity to qualify for the ICC World Test Championship final in 2021 if they finish in the top two in the league.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article written by Chase</em></strong></p>\n<!-- /wp:paragraph -->','Consistency earns Cornwall maiden call to Windies senior squad','','publish','open','closed','','consistency-earns-cornwall-maiden-call-to-windies-senior-squad','','','2019-08-20 14:00:10','2019-08-20 19:00:10','',0,'https://buzz-caribbean.com/?p=4836',0,'post','',0),(4837,4,'2019-08-20 13:36:43','2019-08-20 18:36:43','','cornwallappeal','','inherit','open','closed','','cornwallappeal','','','2019-08-20 13:36:43','2019-08-20 18:36:43','',4836,'https://buzz-caribbean.com/app/uploads/2019/08/cornwallappeal.jpg',0,'attachment','image/jpeg',0),(4838,4,'2019-08-20 13:42:32','2019-08-20 18:42:32','<!-- wp:image {\"id\":4837} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cornwallappeal-1024x615.jpg\" alt=\"\" class=\"wp-image-4837\" /><figcaption>Rahkeem Cornwall called to West Indies senior squad.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Being a model of consistency has earned Rahkeem Cornwall a call to the West Indies squad for the new ICC World Test Championship against India.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The West Indies and India at opposite ends of the former Test rankings will square off in a two-Test series that begins on August 22 at the Sir Vivian Richards Cricket Ground in Antigua. The second Test is set for Sabina Park in Kingston from August 30 to September 3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old Antiguan is a giant of a man, standing at 1.96m and is dangerous with both bat and ball. He was a member of the Leeward Islands Hurricanes and the West Indies ‘A’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Highly regarded by her peers, Cornwall has\ntaken 260 wickets at 23.90 apiece in 55 first-class matches. He has also proven\nto be a capable middle to lower-order batsman, averaging just under 25 in 97\ninnings during which he has scored one hundred and 13 half-centuries in the\nfirst-class arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Rahkeem has been performing consistently\nover a long period of time and has proven to be a match-winner, so we believe\nhis elevation to the Test squad is merited at this time,” said Interim Chief\nSelector Robert Haynes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We believe he can provide an attacking\noption to our bowling attack with his sharp turn and extra bounce. He can also\nlend a bit of depth to the batting, so we are looking forward to him coming\ninto the squad and making a valuable contribution.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cornwall joins a squad that remains largely\nunchanged from the one that defeated England 2-1 earlier this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>West Indies “A” Team captain Shamarh Brooks\nis the only other uncapped player in the squad apart from Cornwall. Meanwhile,\nall-rounder Keemo Paul, who was a replacement for Test captain Jason Holder\nwhen the latter was forced to miss the final Test of the England series,\nretains his place in the squad.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The remainder of the squad includes Captain\nJason Holder, Kraigg Brathwaite, Shannon Gabriel, John Campbell, Darren Bravo,\nShai Hope, Kemar Roach, Shimron Hetmyer, Shane Dowrich and Roston Chase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The series gives both sides the chance to\nwin up to 120 points – 60 points for a win – in the new ICC World Test Championship\nleague table.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A draw will be worth 20 points with zero points for a loss. West Indies will play a further five series with the opportunity to qualify for the ICC World Test Championship final in 2021 if they finish in the top two in the league.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article written by Chase</em></strong></p>\n<!-- /wp:paragraph -->','Consistency earns Cornwall maiden call to Windies senior squad','','inherit','closed','closed','','4836-revision-v1','','','2019-08-20 13:42:32','2019-08-20 18:42:32','',4836,'https://buzz-caribbean.com/article/4836-revision-v1/',0,'revision','',0),(4839,4,'2019-08-20 13:43:48','2019-08-20 18:43:48','<!-- wp:image {\"id\":4837} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cornwallappeal-1024x615.jpg\" alt=\"\" class=\"wp-image-4837\" /><figcaption>Rahkeem Cornwall called to West Indies senior squad.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Being a model of consistency has earned Rahkeem Cornwall a call to the West Indies squad for the new ICC World Test Championship against India.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The West Indies and India at opposite ends of the former Test rankings will square off in a two-Test series that begins on August 22 at the Sir Vivian Richards Cricket Ground in Antigua. The second Test is set for Sabina Park in Kingston from August 30 to September 3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old Antiguan is a giant of a man, standing at 1.96m and is dangerous with both bat and ball. He was a member of the Leeward Islands Hurricanes and the West Indies ‘A’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'Rahkeem has been performing consistently over a long period of time and has proven to be a match-winner.\'</p><cite>— Robert Haynes</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Highly regarded by her peers, Cornwall has\ntaken 260 wickets at 23.90 apiece in 55 first-class matches. He has also proven\nto be a capable middle to lower-order batsman, averaging just under 25 in 97\ninnings during which he has scored one hundred and 13 half-centuries in the\nfirst-class arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Rahkeem has been performing consistently\nover a long period of time and has proven to be a match-winner, so we believe\nhis elevation to the Test squad is merited at this time,” said Interim Chief\nSelector Robert Haynes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We believe he can provide an attacking\noption to our bowling attack with his sharp turn and extra bounce. He can also\nlend a bit of depth to the batting, so we are looking forward to him coming\ninto the squad and making a valuable contribution.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cornwall joins a squad that remains largely\nunchanged from the one that defeated England 2-1 earlier this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>West Indies “A” Team captain Shamarh Brooks\nis the only other uncapped player in the squad apart from Cornwall. Meanwhile,\nall-rounder Keemo Paul, who was a replacement for Test captain Jason Holder\nwhen the latter was forced to miss the final Test of the England series,\nretains his place in the squad.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The remainder of the squad includes Captain\nJason Holder, Kraigg Brathwaite, Shannon Gabriel, John Campbell, Darren Bravo,\nShai Hope, Kemar Roach, Shimron Hetmyer, Shane Dowrich and Roston Chase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The series gives both sides the chance to\nwin up to 120 points – 60 points for a win – in the new ICC World Test Championship\nleague table.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A draw will be worth 20 points with zero points for a loss. West Indies will play a further five series with the opportunity to qualify for the ICC World Test Championship final in 2021 if they finish in the top two in the league.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article written by Chase</em></strong></p>\n<!-- /wp:paragraph -->','Consistency earns Cornwall maiden call to Windies senior squad','','inherit','closed','closed','','4836-revision-v1','','','2019-08-20 13:43:48','2019-08-20 18:43:48','',4836,'https://buzz-caribbean.com/article/4836-revision-v1/',0,'revision','',0),(4840,4,'2019-08-20 13:44:00','2019-08-20 18:44:00','','cornwallshot','','inherit','open','closed','','cornwallshot','','','2019-08-20 13:44:00','2019-08-20 18:44:00','',4836,'https://buzz-caribbean.com/app/uploads/2019/08/cornwallshot.jpg',0,'attachment','image/jpeg',0),(4841,4,'2019-08-20 13:49:09','2019-08-20 18:49:09','<!-- wp:image {\"id\":4837} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cornwallappeal-1024x615.jpg\" alt=\"\" class=\"wp-image-4837\" /><figcaption>Rahkeem Cornwall called to West Indies senior squad.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Being a model of consistency has earned Rahkeem Cornwall a call to the West Indies squad for the new ICC World Test Championship against India.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The West Indies and India at opposite ends of the former Test rankings will square off in a two-Test series that begins on August 22 at the Sir Vivian Richards Cricket Ground in Antigua. The second Test is set for Sabina Park in Kingston from August 30 to September 3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old Antiguan is a giant of a man, standing at 1.96m and is dangerous with both bat and ball. He was a member of the Leeward Islands Hurricanes and the West Indies ‘A’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'Rahkeem has been performing consistently over a long period of time and has proven to be a match-winner.\'</p><cite>— Robert Haynes</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Highly regarded by her peers, Cornwall has\ntaken 260 wickets at 23.90 apiece in 55 first-class matches. He has also proven\nto be a capable middle to lower-order batsman, averaging just under 25 in 97\ninnings during which he has scored one hundred and 13 half-centuries in the\nfirst-class arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Rahkeem has been performing consistently\nover a long period of time and has proven to be a match-winner, so we believe\nhis elevation to the Test squad is merited at this time,” said Interim Chief\nSelector Robert Haynes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We believe he can provide an attacking\noption to our bowling attack with his sharp turn and extra bounce. He can also\nlend a bit of depth to the batting, so we are looking forward to him coming\ninto the squad and making a valuable contribution.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4840} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cornwallshot-1024x683.jpg\" alt=\"\" class=\"wp-image-4840\" /><figcaption>Cornwall has proven to be a capable middle to lower-order<br> batsman.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cornwall joins a squad that remains largely\nunchanged from the one that defeated England 2-1 earlier this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>West Indies “A” Team captain Shamarh Brooks is the only other uncapped player in the squad apart from Cornwall. Meanwhile, all-rounder Keemo Paul, who was a replacement for Test captain Jason Holder when the latter was forced to miss the final Test of the England series, retains his place in the squad. The remainder of the squad includes Captain Jason Holder, Kraigg Brathwaite, Shannon Gabriel, John Campbell, Darren Bravo, Shai Hope, Kemar Roach, Shimron Hetmyer, Shane Dowrich and Roston Chase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The series gives both sides the chance to win up to 120 points – 60 points for a win – in the new ICC World Test Championship league table. A draw will be worth 20 points with zero points for a loss. West Indies will play a further five series with the opportunity to qualify for the ICC World Test Championship final in 2021 if they finish in the top two in the league.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article written by Chase</em></strong></p>\n<!-- /wp:paragraph -->','Consistency earns Cornwall maiden call to Windies senior squad','','inherit','closed','closed','','4836-revision-v1','','','2019-08-20 13:49:09','2019-08-20 18:49:09','',4836,'https://buzz-caribbean.com/article/4836-revision-v1/',0,'revision','',0),(4842,4,'2019-08-20 13:49:49','2019-08-20 18:49:49','','rahkeemarms','','inherit','open','closed','','rahkeemarms','','','2019-08-20 13:49:49','2019-08-20 18:49:49','',4836,'https://buzz-caribbean.com/app/uploads/2019/08/rahkeemarms.jpg',0,'attachment','image/jpeg',0),(4843,4,'2019-08-20 13:51:34','2019-08-20 18:51:34','<!-- wp:image {\"id\":4842} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rahkeemarms-1024x647.jpg\" alt=\"\" class=\"wp-image-4842\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Being a model of consistency has earned Rahkeem Cornwall a call to the West Indies squad for the new ICC World Test Championship against India.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The West Indies and India at opposite ends of the former Test rankings will square off in a two-Test series that begins on August 22 at the Sir Vivian Richards Cricket Ground in Antigua. The second Test is set for Sabina Park in Kingston from August 30 to September 3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old Antiguan is a giant of a man, standing at 1.96m and is dangerous with both bat and ball. He was a member of the Leeward Islands Hurricanes and the West Indies ‘A’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'Rahkeem has been performing consistently over a long period of time and has proven to be a match-winner.\'</p><cite>— Robert Haynes</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":4840} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cornwallshot-1024x683.jpg\" alt=\"\" class=\"wp-image-4840\" /><figcaption>Cornwall has proven to be a capable middle to lower-order<br> batsman.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Highly regarded by her peers, Cornwall has\ntaken 260 wickets at 23.90 apiece in 55 first-class matches. He has also proven\nto be a capable middle to lower-order batsman, averaging just under 25 in 97\ninnings during which he has scored one hundred and 13 half-centuries in the\nfirst-class arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Rahkeem has been performing consistently\nover a long period of time and has proven to be a match-winner, so we believe\nhis elevation to the Test squad is merited at this time,” said Interim Chief\nSelector Robert Haynes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We believe he can provide an attacking\noption to our bowling attack with his sharp turn and extra bounce. He can also\nlend a bit of depth to the batting, so we are looking forward to him coming\ninto the squad and making a valuable contribution.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4837} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cornwallappeal-1024x615.jpg\" alt=\"\" class=\"wp-image-4837\" /><figcaption>Rahkeem Cornwall called to West Indies senior squad.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cornwall joins a squad that remains largely\nunchanged from the one that defeated England 2-1 earlier this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>West Indies “A” Team captain Shamarh Brooks is the only other uncapped player in the squad apart from Cornwall. Meanwhile, all-rounder Keemo Paul, who was a replacement for Test captain Jason Holder when the latter was forced to miss the final Test of the England series, retains his place in the squad. The remainder of the squad includes Captain Jason Holder, Kraigg Brathwaite, Shannon Gabriel, John Campbell, Darren Bravo, Shai Hope, Kemar Roach, Shimron Hetmyer, Shane Dowrich and Roston Chase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The series gives both sides the chance to win up to 120 points – 60 points for a win – in the new ICC World Test Championship league table. A draw will be worth 20 points with zero points for a loss. West Indies will play a further five series with the opportunity to qualify for the ICC World Test Championship final in 2021 if they finish in the top two in the league.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article written by Chase</em></strong></p>\n<!-- /wp:paragraph -->','Consistency earns Cornwall maiden call to Windies senior squad','','inherit','closed','closed','','4836-revision-v1','','','2019-08-20 13:51:34','2019-08-20 18:51:34','',4836,'https://buzz-caribbean.com/article/4836-revision-v1/',0,'revision','',0),(4844,4,'2019-08-20 13:57:11','2019-08-20 18:57:11','<!-- wp:image {\"id\":4842} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rahkeemarms-1024x647.jpg\" alt=\"\" class=\"wp-image-4842\" /><figcaption>Rahkeem Cornwall called to West Indies senior squad.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Being a model of consistency has earned Rahkeem Cornwall a call to the West Indies squad for the new ICC World Test Championship against India.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The West Indies and India at opposite ends of the former Test rankings will square off in a two-Test series that begins on August 22 at the Sir Vivian Richards Cricket Ground in Antigua. The second Test is set for Sabina Park in Kingston from August 30 to September 3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old Antiguan is a giant of a man, standing at 1.96m and is dangerous with both bat and ball. He was a member of the Leeward Islands Hurricanes and the West Indies ‘A’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'Rahkeem has been performing consistently over a long period of time and has proven to be a match-winner.\'</p><cite>— Robert Haynes</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":4840} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cornwallshot-1024x683.jpg\" alt=\"\" class=\"wp-image-4840\" /><figcaption>Cornwall has proven to be a capable middle to lower-order<br> batsman.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Highly regarded by her peers, Cornwall has\ntaken 260 wickets at 23.90 apiece in 55 first-class matches. He has also proven\nto be a capable middle to lower-order batsman, averaging just under 25 in 97\ninnings during which he has scored one hundred and 13 half-centuries in the\nfirst-class arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Rahkeem has been performing consistently\nover a long period of time and has proven to be a match-winner, so we believe\nhis elevation to the Test squad is merited at this time,” said Interim Chief\nSelector Robert Haynes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We believe he can provide an attacking\noption to our bowling attack with his sharp turn and extra bounce. He can also\nlend a bit of depth to the batting, so we are looking forward to him coming\ninto the squad and making a valuable contribution.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4837} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cornwallappeal-1024x615.jpg\" alt=\"\" class=\"wp-image-4837\" /><figcaption>Cornwall is also said to be a dangerous bowler.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cornwall joins a squad that remains largely\nunchanged from the one that defeated England 2-1 earlier this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>West Indies “A” Team captain Shamarh Brooks is the only other uncapped player in the squad apart from Cornwall. Meanwhile, all-rounder Keemo Paul, who was a replacement for Test captain Jason Holder when the latter was forced to miss the final Test of the England series, retains his place in the squad. The remainder of the squad includes Captain Jason Holder, Kraigg Brathwaite, Shannon Gabriel, John Campbell, Darren Bravo, Shai Hope, Kemar Roach, Shimron Hetmyer, Shane Dowrich and Roston Chase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The series gives both sides the chance to win up to 120 points – 60 points for a win – in the new ICC World Test Championship league table. A draw will be worth 20 points with zero points for a loss. West Indies will play a further five series with the opportunity to qualify for the ICC World Test Championship final in 2021 if they finish in the top two in the league.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article written by Chase</em></strong></p>\n<!-- /wp:paragraph -->','Consistency earns Cornwall maiden call to Windies senior squad','','inherit','closed','closed','','4836-revision-v1','','','2019-08-20 13:57:11','2019-08-20 18:57:11','',4836,'https://buzz-caribbean.com/article/4836-revision-v1/',0,'revision','',0),(4845,11,'2019-08-20 13:58:29','2019-08-20 18:58:29','','Headphones-In-Office-Etiquette-Buzz','','inherit','open','closed','','headphones-in-office-etiquette-buzz','','','2019-08-20 13:58:29','2019-08-20 18:58:29','',4772,'https://buzz-caribbean.com/app/uploads/2019/08/Headphones-In-Office-Etiquette-Buzz.jpg',0,'attachment','image/jpeg',0),(4846,11,'2019-08-20 14:11:27','2019-08-20 19:11:27','','Messy-Workstation-Office-Etiquette-Buzz','','inherit','open','closed','','messy-workstation-office-etiquette-buzz','','','2019-08-20 14:11:27','2019-08-20 19:11:27','',4772,'https://buzz-caribbean.com/app/uploads/2019/08/Messy-Workstation-Office-Etiquette-Buzz.jpg',0,'attachment','image/jpeg',0),(4847,12,'2019-08-20 14:23:15','2019-08-20 19:23:15','','Buzz Logo','','inherit','open','closed','','buzz-logo','','','2019-08-20 14:23:15','2019-08-20 19:23:15','',0,'https://buzz-caribbean.com/app/uploads/2019/08/buzz-logo.jpg',0,'attachment','image/jpeg',0),(4848,13,'2019-08-20 14:32:07','2019-08-20 19:32:07','','Floatopia','','publish','closed','closed','','floatopia','','','2019-08-21 17:39:46','2019-08-21 22:39:46','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=4848',0,'out','',0),(4849,11,'2019-08-20 14:25:26','2019-08-20 19:25:26','','sick-black-man-coughing-in-office-Buzz','','inherit','open','closed','','sick-black-man-coughing-in-office-buzz','','','2019-08-20 14:25:26','2019-08-20 19:25:26','',4772,'https://buzz-caribbean.com/app/uploads/2019/08/sick-black-man-coughing-in-office-Buzz.png',0,'attachment','image/png',0),(4850,11,'2019-08-20 14:28:04','2019-08-20 19:28:04','','Flip-Flops-At-Work-Buzz','','inherit','open','closed','','flip-flops-at-work-buzz','','','2019-08-20 14:28:04','2019-08-20 19:28:04','',4772,'https://buzz-caribbean.com/app/uploads/2019/08/Flip-Flops-At-Work-Buzz.jpeg',0,'attachment','image/jpeg',0),(4851,13,'2019-08-20 14:29:45','2019-08-20 19:29:45','','Floatopia Jamaica','','inherit','open','closed','','floatopia-jamaica','','','2019-08-20 14:29:45','2019-08-20 19:29:45','',4848,'https://buzz-caribbean.com/app/uploads/2019/08/Floatopia-Jamaica.jpg',0,'attachment','image/jpeg',0),(4852,13,'2019-08-20 14:30:01','2019-08-20 19:30:01','','Floatopia 2','','inherit','open','closed','','floatopia-2','','','2019-08-20 14:30:01','2019-08-20 19:30:01','',4848,'https://buzz-caribbean.com/app/uploads/2019/08/floatopia-2.jpg',0,'attachment','image/jpeg',0),(4853,13,'2019-08-20 14:30:14','2019-08-20 19:30:14','','Floatopia 3','','inherit','open','closed','','floatopia-3','','','2019-08-20 14:30:14','2019-08-20 19:30:14','',4848,'https://buzz-caribbean.com/app/uploads/2019/08/floatopia-3.jpg',0,'attachment','image/jpeg',0),(4854,13,'2019-08-20 14:30:29','2019-08-20 19:30:29','','Floatopia 4','','inherit','open','closed','','floatopia-4','','','2019-08-20 14:30:29','2019-08-20 19:30:29','',4848,'https://buzz-caribbean.com/app/uploads/2019/08/floatopia-4.jpg',0,'attachment','image/jpeg',0),(4855,13,'2019-08-20 14:30:46','2019-08-20 19:30:46','','Floatopia Dj Nicco','','inherit','open','closed','','floatopia-dj-nicco','','','2019-08-20 14:30:46','2019-08-20 19:30:46','',4848,'https://buzz-caribbean.com/app/uploads/2019/08/floatopia-dj-nicco.jpg',0,'attachment','image/jpeg',0),(4857,12,'2019-08-20 14:31:46','2019-08-20 19:31:46','<!-- wp:image {\"id\":4820} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rhonda-rousey.jpg\" alt=\"Ronda Rousey\" class=\"wp-image-4820\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ronda Rousey broke her finger on the set of \'9-1-1\' - but never broke character.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 32-year-old wrestler-and-actress plays Lena Bosko on the drama series and incurred the injury by slamming her finger in a door while shooting a dramatic scene in Mexico last week.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source told TMZ: \"She was a little over-exuberant and slammed the door on her finger.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The star reportedly continued filming without reacting and was praised as she \"didn\'t wince, didn\'t complain, didn\'t mess up the scene\" and returned to work the next day with a splint for her hand.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the outlet, it was only when the director yelled \"cut\" that the former MMA fighter revealed the injury by saying \"Ow. You\'re not gonna like this!\"</p>\n<!-- /wp:paragraph -->','Ouch! Ronda Rousey breaks finger while filming in Mexico','','inherit','closed','closed','','4819-revision-v1','','','2019-08-20 14:31:46','2019-08-20 19:31:46','',4819,'https://buzz-caribbean.com/article/4819-revision-v1/',0,'revision','',0),(4858,11,'2019-08-20 14:41:55','2019-08-20 19:41:55','','Knock Door Office Etiquette Buzz','','inherit','open','closed','','knock-door-office-etiquette-buzz','','','2019-08-20 14:41:55','2019-08-20 19:41:55','',4772,'https://buzz-caribbean.com/app/uploads/2019/08/knock-door-office-etiquette-Buzz.jpg',0,'attachment','image/jpeg',0),(4859,11,'2019-08-20 14:42:33','2019-08-20 19:42:33','','Inappropriate-Wallpaper-Buzz','','inherit','open','closed','','inappropriate-wallpaper-buzz','','','2019-08-20 14:42:33','2019-08-20 19:42:33','',4772,'https://buzz-caribbean.com/app/uploads/2019/08/Inappropriate-Wallpaper-Buzz.jpg',0,'attachment','image/jpeg',0),(4860,23,'2019-08-20 14:53:39','2019-08-20 19:53:39','<!-- wp:image {\"id\":4862} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Frassdon-A-1024x777.jpg\" alt=\"\" class=\"wp-image-4862\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dancehall artiste\nFrassdon is upbeat about his latest single, <strong>Bugs Bunny</strong>. The entertainer released\nthe song that he produced on his Studio Yard Music label in April. Since then\nit has enjoyed a fair amount of airplay both in Jamaica and abroad. He released\nan accompanying music video in June.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This song is\ndedicated to all the real men who stand up for what they believe in,” said the\nartiste, whose real name is Ted Sylvester Hastings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In life, you have\nto stand up and be a real man. You must not support the things that you know are\nwrong. Some people will do anything for people to like them.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“This song is dedicated to all the real men who stand up for what they believe in.\"</p><cite>— Frassdon </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Frassdon, who has\nalso released songs like <strong>Structure</strong>, <strong>Want My Money</strong>, <strong>Skeem Turn\nOva </strong>and <strong>Action</strong>, is also promoting a single called <strong>Untold Stories</strong>\nthat features the vocals of Ricky Teetz. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I have to give\nRicky Teetz a big shout out for doing this collab with me. It’s a wicked track,”\nsaid the entertainer, who grew up in Rose Heights, Montego Bay.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Frassdon is also working on several new projects, including an EP that he expects to release later this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<strong><em> Written by Chase </em></strong></p>\n<!-- /wp:paragraph -->','Frassdon upbeat about ‘Bugs Bunny’','','publish','open','closed','','frassdon-upbeat-about-bugs-bunny','','','2019-08-20 14:53:40','2019-08-20 19:53:40','',0,'https://buzz-caribbean.com/?p=4860',0,'post','',0),(4862,9,'2019-08-20 14:51:58','2019-08-20 19:51:58','','Frassdon-A','','inherit','open','closed','','frassdon-a','','','2019-08-20 14:51:58','2019-08-20 19:51:58','',4860,'https://buzz-caribbean.com/app/uploads/2019/08/Frassdon-A.jpg',0,'attachment','image/jpeg',0),(4863,9,'2019-08-20 14:53:12','2019-08-20 19:53:12','<!-- wp:image {\"id\":4862} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Frassdon-A-1024x777.jpg\" alt=\"\" class=\"wp-image-4862\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dancehall artiste\nFrassdon is upbeat about his latest single, <strong>Bugs Bunny</strong>. The entertainer released\nthe song that he produced on his Studio Yard Music label in April. Since then\nit has enjoyed a fair amount of airplay both in Jamaica and abroad. He released\nan accompanying music video in June.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This song is\ndedicated to all the real men who stand up for what they believe in,” said the\nartiste, whose real name is Ted Sylvester Hastings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In life, you have\nto stand up and be a real man. You must not support the things that you know are\nwrong. Some people will do anything for people to like them.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“This song is dedicated to all the real men who stand up for what they believe in.\"</p><cite>— Frassdon </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Frassdon, who has\nalso released songs like <strong>Structure</strong>, <strong>Want My Money</strong>, <strong>Skeem Turn\nOva </strong>and <strong>Action</strong>, is also promoting a single called <strong>Untold Stories</strong>\nthat features the vocals of Ricky Teetz. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I have to give\nRicky Teetz a big shout out for doing this collab with me. It’s a wicked track,”\nsaid the entertainer, who grew up in Rose Heights, Montego Bay.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Frassdon is also working on several new projects, including an EP that he expects to release later this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<strong><em> Written by Chase </em></strong></p>\n<!-- /wp:paragraph -->','Frassdon upbeat about ‘Bugs Bunny’','','inherit','closed','closed','','4860-revision-v1','','','2019-08-20 14:53:12','2019-08-20 19:53:12','',4860,'https://buzz-caribbean.com/article/4860-revision-v1/',0,'revision','',0),(4864,11,'2019-08-20 14:55:52','2019-08-20 19:55:52','<!-- wp:paragraph -->\n<p>We all have that one co-worker that makes you sigh because they constantly seem to do everything in the office that annoys people to no end. They are the definition of inconsiderate and when it comes to office etiquette they obviously went on vacation when it was being taught.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4807} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Annoying-Co-Worker-Office-Etiquette-Buzz-1024x501.jpg\" alt=\"\" class=\"wp-image-4807\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Respect shared spaces</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Now<a href=\"https://buzz-caribbean.com/article/kitchenette-etiquette-101/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" office etiquette (opens in a new tab)\"> office etiquette</a> or manners pertains to how one conducts oneself respectfully in the workplace or office environment. Now many offices execute an open floor plan which makes this even more important as personal space is very limited so people need to get along as best as possible and an individual who contravenes basic office decorum and etiquette is like a wart on your posterior – very unpleasant to deal with!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4809} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/adults-communication-cooperation-Buzz-1024x723.jpg\" alt=\"\" class=\"wp-image-4809\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Please knock.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Some etiquette infractions are small but that does not make them any less annoying. You will find an individual who always barges into an office without knocking. So not cool. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4858} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/knock-door-office-etiquette-Buzz-1024x768.jpg\" alt=\"\" class=\"wp-image-4858\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Chewing gum? Don\'t need to see or hear it.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Plus there is the co-worker who chews gum loudly. This is a challenge especially in a meeting environment when you cannot leave the room and is stuck sitting beside them. Why are they chewing and popping gum in the first place?! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4825} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bubble-Gum-Buzz-Office-Etiquette-1024x683.jpg\" alt=\"\" class=\"wp-image-4825\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Headphones, please.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Then you have the ones who just have to have their music on loud when you need to concentrate on the figures before you so that you do not make a mistake with people’s pay to cause world war three! Seriously dude, they make earphones for that! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4845} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Headphones-In-Office-Etiquette-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-4845\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Keep your space neat and tidy.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When it comes to work stations, many people are just\ndifficult to deal with. Some are just slobs with food, shoes, tissue paper and\npersonal items all thrown about on and below their desk as if a tornado passed\nthrough. One would not like to see inside their homes. A few think they are at\na hotel with maid service as they eat and leave their plates and cups about the\nplace or just offload for the ‘cleaning fairy’ to take care of it. Because\nthere is an office attendant does not give them the right to be a pig!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4846} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Messy-Workstation-Office-Etiquette-Buzz-1024x674.jpg\" alt=\"\" class=\"wp-image-4846\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Watch those wallpapers guys.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> If this was not bad enough some male co-workers like to put up half nude pin-up girls all glistening in baby oil at their station. When did nudity become the new normal in an office bro? Leave that at home! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4859} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Inappropriate-Wallpaper-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-4859\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Then you throw in the mix those who are sick and go around sneezing, coughing and touching everything without sanitizing or washing their hands. It is a recipe for a health scare down the road. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4849} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sick-black-man-coughing-in-office-Buzz-1024x576.png\" alt=\"\" class=\"wp-image-4849\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4,\"align\":\"left\"} -->\n<h4 style=\"text-align:left\">Dressing still matters.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When it comes to office attire, some people are beyond inappropriate. Spaghetti straps are not acceptable or clothing so tight that your veins are showing! Flip flops or midriff skin has no place in an office setting. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4850} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Flip-Flops-At-Work-Buzz-1024x542.jpeg\" alt=\"\" class=\"wp-image-4850\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Rules exist for a reason and managers need to apply them before the inmates take over the office asylum.   </p>\n<!-- /wp:paragraph -->','MISSING: Office etiquette','','inherit','closed','closed','','4772-revision-v1','','','2019-08-20 14:55:52','2019-08-20 19:55:52','',4772,'https://buzz-caribbean.com/article/4772-revision-v1/',0,'revision','',0),(4865,11,'2019-08-20 14:58:10','2019-08-20 19:58:10','<!-- wp:paragraph -->\n<p>We all have that one co-worker that makes you sigh because they constantly seem to do everything in the office that annoys people to no end. They are the definition of inconsiderate and when it comes to office etiquette they obviously went on vacation when it was being taught.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4807} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Annoying-Co-Worker-Office-Etiquette-Buzz-1024x501.jpg\" alt=\"\" class=\"wp-image-4807\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Respect shared spaces</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Now<a href=\"https://buzz-caribbean.com/article/kitchenette-etiquette-101/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" office etiquette (opens in a new tab)\"> office etiquette</a> or manners pertains to how one conducts oneself respectfully in the workplace or office environment. Now many offices execute an open floor plan which makes this even more important as personal space is very limited so people need to get along as best as possible and an individual who contravenes basic office decorum and etiquette is like a wart on your posterior – very unpleasant to deal with!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4809} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/adults-communication-cooperation-Buzz-1024x723.jpg\" alt=\"\" class=\"wp-image-4809\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Please knock.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Some etiquette infractions are small but that does not make them any less annoying. You will find an individual who always barges into an office without knocking. So not cool. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4858} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/knock-door-office-etiquette-Buzz-1024x768.jpg\" alt=\"\" class=\"wp-image-4858\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Chewing gum? Don\'t need to see or hear it.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Plus there is the co-worker who chews gum loudly. This is a challenge especially in a meeting environment when you cannot leave the room and are stuck sitting beside them. Why are they chewing and popping gum in the first place?! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4825} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bubble-Gum-Buzz-Office-Etiquette-1024x683.jpg\" alt=\"\" class=\"wp-image-4825\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Headphones, please.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Then you have the ones who just have to have their music on loud when you need to concentrate on the figures before you so that you do not make a mistake with people’s pay to cause world war three! Seriously dude, they make earphones for that! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4845} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Headphones-In-Office-Etiquette-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-4845\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Keep your space neat and tidy.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When it comes to work stations, many people are just\ndifficult to deal with. Some are just slobs with food, shoes, tissue paper and\npersonal items all thrown about on and below their desk as if a tornado passed\nthrough. One would not like to see inside their homes. A few think they are at\na hotel with maid service as they eat and leave their plates and cups about the\nplace or just offload for the ‘cleaning fairy’ to take care of it. Because\nthere is an office attendant does not give them the right to be a pig!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4846} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Messy-Workstation-Office-Etiquette-Buzz-1024x674.jpg\" alt=\"\" class=\"wp-image-4846\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Watch those wallpapers guys.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> If this was not bad enough some male co-workers like to put up half nude pin-up girls all glistening in baby oil at their station. When did nudity become the new normal in an office bro? Leave that at home! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4859} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Inappropriate-Wallpaper-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-4859\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Then you throw in the mix those who are sick and go around sneezing, coughing and touching everything without sanitizing or washing their hands. It is a recipe for a health scare down the road. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4849} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sick-black-man-coughing-in-office-Buzz-1024x576.png\" alt=\"\" class=\"wp-image-4849\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4,\"align\":\"left\"} -->\n<h4 style=\"text-align:left\">Dressing still matters.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When it comes to office attire, some people are beyond inappropriate. Spaghetti straps are not acceptable or clothing so tight that your veins are showing! Flip flops or midriff skin has no place in an office setting. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4850} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Flip-Flops-At-Work-Buzz-1024x542.jpeg\" alt=\"\" class=\"wp-image-4850\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Rules exist for a reason and managers need to apply them before the inmates take over the office asylum.   </p>\n<!-- /wp:paragraph -->','MISSING: Office etiquette','','inherit','closed','closed','','4772-revision-v1','','','2019-08-20 14:58:10','2019-08-20 19:58:10','',4772,'https://buzz-caribbean.com/article/4772-revision-v1/',0,'revision','',0),(4866,11,'2019-08-20 15:01:53','2019-08-20 20:01:53','<!-- wp:paragraph -->\n<p>We all have that one co-worker that makes you sigh because they constantly seem to do everything in the office that annoys people to no end. They are the definition of inconsiderate and when it comes to office etiquette they obviously went on vacation when it was being taught.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4807} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Annoying-Co-Worker-Office-Etiquette-Buzz-1024x501.jpg\" alt=\"\" class=\"wp-image-4807\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Respect shared spaces</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Now<a href=\"https://buzz-caribbean.com/article/kitchenette-etiquette-101/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" office etiquette (opens in a new tab)\"> office etiquette</a> or manners pertains to how one conducts oneself respectfully in the workplace or office environment. Now many offices execute an open floor plan which makes this even more important as personal space is very limited so people need to get along as best as possible and an individual who contravenes basic office decorum and etiquette is like a wart on your posterior – very unpleasant to deal with!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4809} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/adults-communication-cooperation-Buzz-1024x723.jpg\" alt=\"\" class=\"wp-image-4809\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Please knock.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Some etiquette infractions are small but that does not make them any less annoying. You will find an individual who always barges into an office without knocking. So not cool. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4858} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/knock-door-office-etiquette-Buzz-1024x768.jpg\" alt=\"\" class=\"wp-image-4858\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Chewing gum? Don\'t need to see or hear it.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Plus there is the co-worker who chews gum loudly. This is a challenge especially in a meeting environment when you cannot leave the room and are stuck sitting beside them. Why are they chewing and popping gum in the first place?! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4825} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bubble-Gum-Buzz-Office-Etiquette-1024x683.jpg\" alt=\"\" class=\"wp-image-4825\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Headphones, please.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Then you have the ones who insist on playing their music out loud when you need to concentrate. Seriously dude, they make earphones for that! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4845} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Headphones-In-Office-Etiquette-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-4845\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Keep your space neat and tidy.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When it comes to work stations, many people are just\ndifficult to deal with. Some are just slobs with food, shoes, tissue paper and\npersonal items all thrown about on and below their desk as if a tornado passed\nthrough. One would not like to see inside their homes. A few think they are at\na hotel with maid service as they eat and leave their plates and cups about the\nplace or just offload for the ‘cleaning fairy’ to take care of it. Because\nthere is an office attendant does not give them the right to be a pig!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4846} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Messy-Workstation-Office-Etiquette-Buzz-1024x674.jpg\" alt=\"\" class=\"wp-image-4846\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Watch those wallpapers guys.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> If this was not bad enough some male co-workers like to put up half nude pin-up girls all glistening in baby oil at their station. When did nudity become the new normal in an office bro? Leave that at home! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4859} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Inappropriate-Wallpaper-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-4859\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Then you throw in the mix those who are sick and go around sneezing, coughing and touching everything without sanitizing or washing their hands. It is a recipe for a health scare down the road. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4849} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sick-black-man-coughing-in-office-Buzz-1024x576.png\" alt=\"\" class=\"wp-image-4849\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4,\"align\":\"left\"} -->\n<h4 style=\"text-align:left\">Dressing still matters.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When it comes to office attire, some people are beyond inappropriate. Spaghetti straps are not acceptable or clothing so tight that your veins are showing! Flip flops or midriff skin has no place in an office setting. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4850} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Flip-Flops-At-Work-Buzz-1024x542.jpeg\" alt=\"\" class=\"wp-image-4850\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Rules exist for a reason and managers need to apply them before the inmates take over the office asylum.   </p>\n<!-- /wp:paragraph -->','MISSING: Office etiquette','','inherit','closed','closed','','4772-revision-v1','','','2019-08-20 15:01:53','2019-08-20 20:01:53','',4772,'https://buzz-caribbean.com/article/4772-revision-v1/',0,'revision','',0),(4867,21,'2019-08-20 15:08:11','2019-08-20 20:08:11','<!-- wp:image {\"id\":4870} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Zoe-Kravitz.jpg\" alt=\"\" class=\"wp-image-4870\" /><figcaption>Zoe Kravitz </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Zoe Kravitz thinks having Botox injections to stop sweating is \"dumb\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'Big Little Lies\' actress hit out at the trend for the procedure, insisting it is a \"scary\" concept and urged her fans not to try it because they need to perspire.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Asked what beauty trends have surprised her, she told America\'s Vogue magazine: \"Botox for sweat. That is the dumbest, scariest thing I\'ve ever heard. Don\'t do that--sweating is key.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"That is the dumbest, scariest thing I\'ve ever heard.\"  </p><cite>—  Zoe Kravitz </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Although the 30-year-old actress didn\'t single out anyone in particular with her comments, Chrissy Teigen recently admitted she got the injection to stop sweating.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She wrote over a clip of her being injected: \"@drjasondiamond is my favourite human. BOTOXED MY ARMPITS. TRULY BEST MOVE I HAVE EVER MADE. I can wear silk again without soaking woohoo! (sic)\"<br><br></p>\n<!-- /wp:paragraph -->','Zoe Kravitz: Botox to stop sweating is dumb','','publish','open','closed','','zoe-kravitz-botox-to-stop-sweating-is-dumb','','','2019-08-20 15:08:12','2019-08-20 20:08:12','',0,'https://buzz-caribbean.com/?p=4867',0,'post','',0),(4870,9,'2019-08-20 15:04:02','2019-08-20 20:04:02','','NORESTRICTIONS','Zoe Kravitz attends the UK Premiere of \'Fantastic Beasts: The Crimes of Grindelwald\' at Leicester Square in London, England. 13th November 2018. -  - BANG MEDIA INTERNATIONAL FAMOUS PICTURES 28 HOLMES ROAD LONDON NW5 3AB UNITED KINGDOM tel +44 (0) 02 7485 1005 email: pictures@famous.uk.com','inherit','open','closed','','norestrictions-3','','','2019-08-20 15:04:02','2019-08-20 20:04:02','',4867,'https://buzz-caribbean.com/app/uploads/2019/08/Zoe-Kravitz.jpg',0,'attachment','image/jpeg',0),(4871,9,'2019-08-20 15:06:06','2019-08-20 20:06:06','<!-- wp:image {\"id\":4870} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Zoe-Kravitz.jpg\" alt=\"\" class=\"wp-image-4870\" /><figcaption>Zoe Kravitz </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Zoe Kravitz thinks having Botox injections to stop sweating is \"dumb\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'Big Little Lies\' actress hit out at the trend for the procedure, insisting it is a \"scary\" concept and urged her fans not to try it because they need to perspire.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Asked what beauty trends have surprised her, she told America\'s Vogue magazine: \"Botox for sweat. That is the dumbest, scariest thing I\'ve ever heard. Don\'t do that--sweating is key.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"That is the dumbest, scariest thing I\'ve ever heard.\"  </p><cite>—  Zoe Kravitz </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Although the 30-year-old actress didn\'t single out anyone in particular with her comments, Chrissy Teigen recently admitted she got the injection to stop sweating.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She wrote over a clip of her being injected: \"@drjasondiamond is my favourite human. BOTOXED MY ARMPITS. TRULY BEST MOVE I HAVE EVER MADE. I can wear silk again without soaking woohoo! (sic)\"<br><br></p>\n<!-- /wp:paragraph -->','Zoe Kravitz: Botox to stop sweating is dumb','','inherit','closed','closed','','4867-revision-v1','','','2019-08-20 15:06:06','2019-08-20 20:06:06','',4867,'https://buzz-caribbean.com/article/4867-revision-v1/',0,'revision','',0),(4872,21,'2019-08-23 03:40:30','2019-08-23 08:40:30','<!-- wp:paragraph -->\n<p>PNP presidential candidate Peter Bunting gave <strong>BUZZ</strong> an insight into the man the public doesn\'t see every day. Here are 10 facts about the Central Manchester MP you\'d find interesting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: What’s your favourite meal?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PB: <strong>Stew peas and white rice</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: Do you own pets?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PB: <strong>I have lots of Koi fish at home. Not surprising because I am from a family of livestock and fish farmers.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5519} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-10Pilot-1024x614.jpg\" alt=\"\" class=\"wp-image-5519\" /><figcaption>Graphics by Joy-Ann Johnson.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: What is the wildest thing you’ve done?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PB: <strong>Flying in a supersonic (Canadian AF) F18 fighter jet was an exhilarating experience.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: What’s your favourite movie?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PB:<strong> Casablanca</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4886} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/casablanca-1024x819.jpg\" alt=\"\" class=\"wp-image-4886\" /><figcaption>Poster of the classic Casablanca movie.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: Are you a morning person or a night owl?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PB: <b>Morning person and night person. I only need a few hours of sleep.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: On a scale of 1-10, with 10 being the highest and 1 being the lowest, rate your cooking skills?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PB: <b> Eight. I make a mean&nbsp;omelette</b>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5520} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Chef-Peter-B-1-1024x614.jpg\" alt=\"\" class=\"wp-image-5520\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: Do you prefer cardio or lifting weights?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PB: <strong>Cardio</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: What is your favourite social media channel?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PB: <strong>Twitter</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: Do you make difficult decisions on a whim or are you an analytical person?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PB: <strong>I revert to principle when making tough decisions. </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: What is the strangest thing you believed in as a child?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PB: <strong>I had a close encounter with what I thought was a “rolling calf\" once lol. It turned out to be actual calves running in a pasture. Generally, I\'m intuitive, but seek evidence to confirm that intuition.</strong></p>\n<!-- /wp:paragraph -->','Here are 10 interesting facts about Peter Bunting that will surprise you','','publish','open','closed','','here-are-10-interesting-facts-about-peter-bunting-that-will-tickle-you','','','2019-08-23 15:56:25','2019-08-23 20:56:25','',0,'https://buzz-caribbean.com/?p=4872',0,'post','',0),(4873,4,'2019-08-20 15:13:31','2019-08-20 20:13:31','','Lgo1 Lgt Copy (1)','','inherit','open','closed','','lgo1-lgt-copy-1','','','2019-08-20 15:13:31','2019-08-20 20:13:31','',4872,'https://buzz-caribbean.com/app/uploads/2019/08/lgo1-lgt-copy-1.png',0,'attachment','image/png',0),(4874,11,'2019-08-20 15:16:09','2019-08-20 20:16:09','<!-- wp:paragraph -->\n<p>We all have that one co-worker that makes you sigh because they constantly seem to do everything in the office that annoys people to no end. They are the definition of inconsiderate and when it comes to office etiquette they obviously went on vacation when it was being taught.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4807} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Annoying-Co-Worker-Office-Etiquette-Buzz-1024x501.jpg\" alt=\"\" class=\"wp-image-4807\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Respect shared spaces</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Now<a href=\"https://buzz-caribbean.com/article/kitchenette-etiquette-101/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" office etiquette (opens in a new tab)\"> office etiquette</a> or manners pertains to how one conducts oneself respectfully in the workplace or office environment. Now many offices execute an open floor plan which makes this even more important as personal space is very limited so people need to get along as best as possible and an individual who contravenes basic office decorum and etiquette is like a wart on your posterior – very unpleasant to deal with!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4809} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/adults-communication-cooperation-Buzz-1024x723.jpg\" alt=\"\" class=\"wp-image-4809\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Please knock.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Some etiquette infractions are small but that does not make them any less annoying. You will find an individual who always barges into an office without knocking. So not cool. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4858} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/knock-door-office-etiquette-Buzz-1024x768.jpg\" alt=\"\" class=\"wp-image-4858\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Chewing gum? Don\'t need to see or hear it.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Plus there is the co-worker who chews gum loudly. This is a challenge especially in a meeting environment when you cannot leave the room and are stuck sitting beside them. Why are they chewing and popping gum in the first place?! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4825} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bubble-Gum-Buzz-Office-Etiquette-1024x683.jpg\" alt=\"\" class=\"wp-image-4825\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Headphones, please.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Then you have the ones who insist on playing their music out loud when you need to concentrate. Seriously dude, they make earphones for that! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4845} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Headphones-In-Office-Etiquette-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-4845\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Keep your space neat and tidy.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When it comes to work stations, many people are just difficult to deal with. Some are just slobs with food, shoes, tissue paper and personal items all thrown about on and below their desk as if a tornado passed through. One would not like to see inside their homes. A few think they are at a hotel with maid service, as they eat and leave their plates and cups scattered about for the ‘cleaning fairy’ to take care of it. Because there is an office attendant does not give them the right to be messy!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4846} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Messy-Workstation-Office-Etiquette-Buzz-1024x674.jpg\" alt=\"\" class=\"wp-image-4846\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Watch those wallpapers guys.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If this was not bad enough, some male co-workers like to put up half nude pin-up girls all glistening in baby oil at their station. When did nudity become the new normal in an office bro? Leave that at home! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4859} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Inappropriate-Wallpaper-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-4859\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Sanitise, sanitise, sanitise.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Then you throw in the mix, those who are sick and go around sneezing, coughing and touching everything without sanitising or washing their hands. It is a recipe for a health scare down the road. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4849} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sick-black-man-coughing-in-office-Buzz-1024x576.png\" alt=\"\" class=\"wp-image-4849\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4,\"align\":\"left\"} -->\n<h4 style=\"text-align:left\">Dressing still matters.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When it comes to office attire, some people are beyond inappropriate. Spaghetti straps are not acceptable or clothing so tight that your veins are showing! Flip flops or midriff skin? A definite no-no for the office.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4850} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Flip-Flops-At-Work-Buzz-1024x542.jpeg\" alt=\"\" class=\"wp-image-4850\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Rules exist for a reason and managers need to apply them to keep office standards at 100%.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did we miss any of your office pet peeves? Let us know in the comments.</p>\n<!-- /wp:paragraph -->','MISSING: Office etiquette','','inherit','closed','closed','','4772-revision-v1','','','2019-08-20 15:16:09','2019-08-20 20:16:09','',4772,'https://buzz-caribbean.com/article/4772-revision-v1/',0,'revision','',0),(4875,12,'2019-08-20 15:16:16','2019-08-20 20:16:16','','About us','','inherit','closed','closed','','15-revision-v1','','','2019-08-20 15:16:16','2019-08-20 20:16:16','',15,'https://buzz-caribbean.com/article/15-revision-v1/',0,'revision','',0),(4877,4,'2019-08-20 15:20:42','2019-08-20 20:20:42','<!-- wp:paragraph -->\n<p>Peter Bunting is hoping to replace Dr Peter Phillps as president of the People\'s National Party. Here\'s a closer look at the candidate  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What’s your favourite meal? <strong>Stew peas and white rice</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you own pets? <strong>Now I have lots of Fish (Koi\'s) but when I was younger, my pets were the animals on the farm where I grew up. </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What is on top of your bucket list?<strong> Fly to space</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What’s your favourite movie?<strong> Casa Blanca</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Are you a morning person or a night owl? <strong>Morning person and night person... I only require a few hours of sleep.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On a scale of 1-10, with 10 being the highest and 1 being the lowest, rate your cooking skills? <strong>8. I make a mean soufflé</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you prefer cardio or lifting weights? <strong>Cardio</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Which of your children is most like you? <strong>My only daughter.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What is your favourite social media channel? <strong>Twitter, I\'m a tweep</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What is the strangest thing you believed in as a child? <strong>Rolling-calf</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article sponsored by Rise United</em></strong></p>\n<!-- /wp:paragraph -->','Here are 10 surprising facts about Peter Bunting','','inherit','closed','closed','','4872-revision-v1','','','2019-08-20 15:20:42','2019-08-20 20:20:42','',4872,'https://buzz-caribbean.com/article/4872-revision-v1/',0,'revision','',0),(4878,12,'2019-08-20 15:21:09','2019-08-20 20:21:09','','Hot','','inherit','closed','closed','','9-revision-v1','','','2019-08-20 15:21:09','2019-08-20 20:21:09','',9,'https://buzz-caribbean.com/article/9-revision-v1/',0,'revision','',0),(4879,11,'2019-08-20 15:21:18','2019-08-20 20:21:18','<!-- wp:paragraph -->\n<p>We all have that one co-worker that makes you sigh because they constantly seem to do everything in the office that annoys people to no end. They are the definition of inconsiderate and when it comes to office etiquette they obviously went on vacation when it was being taught.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4807} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Annoying-Co-Worker-Office-Etiquette-Buzz-1024x501.jpg\" alt=\"\" class=\"wp-image-4807\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Respect shared spaces</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Now<a rel=\"noreferrer noopener\" aria-label=\" office etiquette (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/kitchenette-etiquette-101/\" target=\"_blank\"> office etiquette</a> or manners pertains to how one conducts him/herself in the workplace or office environment. Many offices execute an open floor plan which makes this even more important, as personal space is very limited, so people need to get along as best as possible and an individual who contravenes basic office decorum and etiquette is like a wart on your posterior – very unpleasant to deal with!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4809} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/adults-communication-cooperation-Buzz-1024x723.jpg\" alt=\"\" class=\"wp-image-4809\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Please knock.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Some etiquette infractions are small but that does not make them any less annoying. You will find an individual who always barges into an office without knocking. So not cool. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4858} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/knock-door-office-etiquette-Buzz-1024x768.jpg\" alt=\"\" class=\"wp-image-4858\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Chewing gum? Don\'t need to see or hear it.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Plus there is the co-worker who chews gum loudly. This is a challenge especially in a meeting environment when you cannot leave the room and are stuck sitting beside them. Why are they chewing and popping gum in the first place?! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4825} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bubble-Gum-Buzz-Office-Etiquette-1024x683.jpg\" alt=\"\" class=\"wp-image-4825\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Headphones, please.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Then you have the ones who insist on playing their music out loud when you need to concentrate. Seriously dude, they make earphones for that! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4845} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Headphones-In-Office-Etiquette-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-4845\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Keep your space neat and tidy.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When it comes to work stations, many people are just difficult to deal with. Some are just slobs with food, shoes, tissue paper and personal items all thrown about, on and below their desk as if a tornado passed through. One would not like to see inside their homes. A few think they are at a hotel with maid service, as they eat and leave their plates and cups scattered about for the ‘cleaning fairy’ to take care of it. Because there is an office attendant does not give them the right to be messy!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4846} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Messy-Workstation-Office-Etiquette-Buzz-1024x674.jpg\" alt=\"\" class=\"wp-image-4846\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Watch those wallpapers guys.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If this was not bad enough, some male co-workers like to put up half nude pin-up girls all glistening in baby oil at their station. When did nudity become the new normal in an office bro? Leave that at home! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4859} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Inappropriate-Wallpaper-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-4859\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Sanitise, sanitise, sanitise.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Then you throw in the mix, those who are sick and go around sneezing, coughing and touching everything without sanitising or washing their hands. It is a recipe for a health scare down the road. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4849} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sick-black-man-coughing-in-office-Buzz-1024x576.png\" alt=\"\" class=\"wp-image-4849\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4,\"align\":\"left\"} -->\n<h4 style=\"text-align:left\">Dressing still matters.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When it comes to office attire, some people are beyond inappropriate. Spaghetti straps are not acceptable or clothing so tight that your veins are showing! Flip flops or midriff skin? A definite no-no for the office.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4850} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Flip-Flops-At-Work-Buzz-1024x542.jpeg\" alt=\"\" class=\"wp-image-4850\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Rules exist for a reason and managers need to apply them to keep office standards at 100%.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did we miss any of your office pet peeves? Let us know in the comments.</p>\n<!-- /wp:paragraph -->','MISSING: Proper office etiquette','','inherit','closed','closed','','4772-revision-v1','','','2019-08-20 15:21:18','2019-08-20 20:21:18','',4772,'https://buzz-caribbean.com/article/4772-revision-v1/',0,'revision','',0),(4881,14,'2019-08-20 15:25:19','2019-08-20 20:25:19','','Pnp Presidents Demo Buzz','','inherit','open','closed','','pnp-presidents-demo-buzz','','','2019-08-20 15:25:19','2019-08-20 20:25:19','',4776,'https://buzz-caribbean.com/app/uploads/2019/08/pnp-presidents-demo-buzz.jpg',0,'attachment','image/jpeg',0),(4882,12,'2019-08-20 15:26:01','2019-08-20 20:26:01','','Life','','inherit','closed','closed','','11-revision-v1','','','2019-08-20 15:26:01','2019-08-20 20:26:01','',11,'https://buzz-caribbean.com/article/11-revision-v1/',0,'revision','',0),(4883,14,'2019-08-20 15:29:25','2019-08-20 20:29:25','','norman-manley-buzz-demo','','inherit','open','closed','','norman-manley-buzz-demo','','','2019-08-20 15:29:25','2019-08-20 20:29:25','',4776,'https://buzz-caribbean.com/app/uploads/2019/08/norman-manley-buzz-demo.jpg',0,'attachment','image/jpeg',0),(4884,12,'2019-08-20 15:31:56','2019-08-20 20:31:56','','News','','inherit','closed','closed','','10-revision-v1','','','2019-08-20 15:31:56','2019-08-20 20:31:56','',10,'https://buzz-caribbean.com/article/10-revision-v1/',0,'revision','',0),(4885,14,'2019-08-20 15:32:34','2019-08-20 20:32:34','','michael-manley-buzz-demo','','inherit','open','closed','','michael-manley-buzz-demo','','','2019-08-20 15:32:34','2019-08-20 20:32:34','',4776,'https://buzz-caribbean.com/app/uploads/2019/08/michael-manley-buzz-demo.jpg',0,'attachment','image/jpeg',0),(4886,4,'2019-08-20 15:41:02','2019-08-20 20:41:02','','casablanca','','inherit','open','closed','','casablanca','','','2019-08-20 15:41:02','2019-08-20 20:41:02','',4872,'https://buzz-caribbean.com/app/uploads/2019/08/casablanca.jpg',0,'attachment','image/jpeg',0),(4887,4,'2019-08-20 15:41:10','2019-08-20 20:41:10','<!-- wp:paragraph -->\n<p>Peter Bunting is hoping to replace Dr Peter Phillps as president of the People\'s National Party. Here are some facts you may not have known about the Central Manchester MP.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His favourite meals is stew peas and white rice</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He owns lots of Koi fish. (\"When I was younger, my pets were the animals on the farm where I grew up.\")  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Flying to space is at the top of his bucket list.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4886} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/casablanca-1024x819.jpg\" alt=\"\" class=\"wp-image-4886\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What’s your favourite movie?<strong> Casa Blanca</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Are you a morning person or a night owl? <strong>Morning person and night person... I only require a few hours of sleep.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On a scale of 1-10, with 10 being the highest and 1 being the lowest, rate your cooking skills? <strong>8. I make a mean&nbsp;soufflé</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you prefer cardio or lifting weights? <strong>Cardio</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Which of your children is most like you? <strong>My only daughter.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What is your favourite social media channel? <strong>Twitter, I\'m a tweep</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What is the strangest thing you believed in as a child? <strong>Rolling-calf</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article sponsored by Rise United</em></strong></p>\n<!-- /wp:paragraph -->','Here are 10 surprising facts about Peter Bunting','','inherit','closed','closed','','4872-revision-v1','','','2019-08-20 15:41:10','2019-08-20 20:41:10','',4872,'https://buzz-caribbean.com/article/4872-revision-v1/',0,'revision','',0),(4888,12,'2019-08-20 15:51:24','2019-08-20 20:51:24','','Play','','inherit','closed','closed','','6-revision-v1','','','2019-08-20 15:51:24','2019-08-20 20:51:24','',6,'https://buzz-caribbean.com/article/6-revision-v1/',0,'revision','',0),(4889,14,'2019-08-20 15:52:26','2019-08-20 20:52:26','','pj-patterson-buzz-demo','','inherit','open','closed','','pj-patterson-buzz-demo','','','2019-08-20 15:52:26','2019-08-20 20:52:26','',4776,'https://buzz-caribbean.com/app/uploads/2019/08/pj-patterson-buzz-demo.jpg',0,'attachment','image/jpeg',0),(4890,4,'2019-08-20 15:57:28','2019-08-20 20:57:28','<!-- wp:paragraph -->\n<p>Peter Bunting is hoping to replace Dr Peter Phillps as president of the People\'s National Party. Here are some facts you may not have known about the Central Manchester MP.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His favourite meals is stew peas and white rice</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He owns lots of Koi fish. (\"When I was younger, my pets were the animals on the farm where I grew up.\")  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Flying to space is at the top of his bucket list.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His favourite movie is the classic<strong> </strong>Casa Blanca.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4886} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/casablanca-1024x819.jpg\" alt=\"\" class=\"wp-image-4886\" /><figcaption>Poster of the classic Casablanca movie.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>He is neither </strong><strong>a night</strong><strong> or day person. (\"I only require a few hours of sleep.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is not a cook by any stretch of the imagination.<strong> </strong>\"I make a mean soufflé.\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He prefers cardio to lifting weights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Among his children, his daughter is most like him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His favourite social media channel is Twitter. (\"I\'m a tweep.\")</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What is the strangest thing you believed in as a child? <strong>Rolling-calf</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article sponsored by Rise United</em></strong></p>\n<!-- /wp:paragraph -->','Here are 10 surprising facts about Peter Bunting','','inherit','closed','closed','','4872-revision-v1','','','2019-08-20 15:57:28','2019-08-20 20:57:28','',4872,'https://buzz-caribbean.com/article/4872-revision-v1/',0,'revision','',0),(4891,12,'2019-08-20 15:59:13','2019-08-20 20:59:13','','Jobs','','inherit','closed','closed','','7-revision-v1','','','2019-08-20 15:59:13','2019-08-20 20:59:13','',7,'https://buzz-caribbean.com/article/7-revision-v1/',0,'revision','',0),(4892,14,'2019-08-20 16:01:20','2019-08-20 21:01:20','','pj-patterson-buzz-demo-1','','inherit','open','closed','','pj-patterson-buzz-demo-1','','','2019-08-20 16:01:20','2019-08-20 21:01:20','',4776,'https://buzz-caribbean.com/app/uploads/2019/08/pj-patterson-buzz-demo-1.jpg',0,'attachment','image/jpeg',0),(4893,21,'2019-08-20 16:10:52','2019-08-20 21:10:52','<!-- wp:image {\"id\":4894} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/VP-Records-A-1024x683.jpg\" alt=\"\" class=\"wp-image-4894\" /><figcaption>Japanese illustrator Murasaki is flanked by Jamaican entertainers Elephant Man (left) and Junior Reid. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To mark their 40<sup>th</sup>\nanniversary, reggae label VP Records took the audience on a musical journey at\nthe Capital One City Parks Foundation SummerStage in Central Park, New York,\nearlier this month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More than 5,000 persons turned up at the event that was held on August 10. It was hosted by veteran radio jocks Pat McKay and Dubbmaster Chris, while music was provided by DJ Belinda and Steelie Bashment.<br> <br> The line-up for the event showcased the range and diversity of the label’s output through the years, with the Grammy-nominated Raging Fyah opening with their ‘roots rock’ brand of reggae. R&amp;B songstress Estelle followed with a spirited set that had a touch of reggae. But it was her hit, <strong>American Boy</strong>, that brought the house down. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Junior Reid also entertained the audience with his huge catalogue of reggae and dancehall songs. He made way for Elephant Man, who pulled out all the stops with an uptempo set, demonstrating why he is called the ‘Energy God’.  <br>The event was chronicled with live painting by Japanese illustrator Murasaki. With dynamic performances and the recently remodelled venue serving as his inspiration, the artist created a canvas to commemorate the milestone event. The artwork will serve as inspiration for the VP Records compilation album, <strong>Strictly the Best Volume 60</strong>, that is slated for release on November 22</p>\n<!-- /wp:paragraph -->','Thousands flock VP’s 40th-anniversary show in New York','','publish','open','closed','','thousands-flock-vps-40th-anniversary-show-in-new-york','','','2019-08-20 16:10:53','2019-08-20 21:10:53','',0,'https://buzz-caribbean.com/?p=4893',0,'post','',0),(4894,9,'2019-08-20 16:07:17','2019-08-20 21:07:17','','VP-Records-A','','inherit','open','closed','','vp-records-a','','','2019-08-20 16:07:17','2019-08-20 21:07:17','',4893,'https://buzz-caribbean.com/app/uploads/2019/08/VP-Records-A.jpg',0,'attachment','image/jpeg',0),(4895,12,'2019-08-20 16:07:22','2019-08-20 21:07:22','','Out','','inherit','closed','closed','','8-revision-v1','','','2019-08-20 16:07:22','2019-08-20 21:07:22','',8,'https://buzz-caribbean.com/article/8-revision-v1/',0,'revision','',0),(4896,14,'2019-08-20 16:07:36','2019-08-20 21:07:36','','portia-simpson-miller-demo-buzz','','inherit','open','closed','','portia-simpson-miller-demo-buzz','','','2019-08-20 16:07:36','2019-08-20 21:07:36','',4776,'https://buzz-caribbean.com/app/uploads/2019/08/portia-simpson-miller-demo-buzz.jpg',0,'attachment','image/jpeg',0),(4897,11,'2019-08-20 16:08:37','2019-08-20 21:08:37','','Independent-Teen-Buzz','','inherit','open','closed','','independent-teen-buzz','','','2019-08-20 16:08:37','2019-08-20 21:08:37','',4770,'https://buzz-caribbean.com/app/uploads/2019/08/Independent-Teen-Buzz.jpg',0,'attachment','image/jpeg',0),(4898,14,'2019-08-20 16:08:58','2019-08-20 21:08:58','','dr-peter-phillips-buzz-demo','','inherit','open','closed','','dr-peter-phillips-buzz-demo','','','2019-08-20 16:08:58','2019-08-20 21:08:58','',4776,'https://buzz-caribbean.com/app/uploads/2019/08/dr-peter-phillips-buzz-demo.jpg',0,'attachment','image/jpeg',0),(4899,9,'2019-08-20 16:09:32','2019-08-20 21:09:32','<!-- wp:image {\"id\":4894} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/VP-Records-A-1024x683.jpg\" alt=\"\" class=\"wp-image-4894\" /><figcaption>Japanese illustrator Murasaki is flanked by Jamaican entertainers Elephant Man (left) and Junior Reid. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To mark their 40<sup>th</sup>\nanniversary, reggae label VP Records took the audience on a musical journey at\nthe Capital One City Parks Foundation SummerStage in Central Park, New York,\nearlier this month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More than 5,000 persons turned up at the event that was held on August 10. It was hosted by veteran radio jocks Pat McKay and Dubbmaster Chris, while music was provided by DJ Belinda and Steelie Bashment.<br> <br> The line-up for the event showcased the range and diversity of the label’s output through the years, with the Grammy-nominated Raging Fyah opening with their ‘roots rock’ brand of reggae. R&amp;B songstress Estelle followed with a spirited set that had a touch of reggae. But it was her hit, <strong>American Boy</strong>, that brought the house down. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Junior Reid also entertained the audience with his huge catalogue of reggae and dancehall songs. He made way for Elephant Man, who pulled out all the stops with an uptempo set, demonstrating why he is called the ‘Energy God’.  <br>The event was chronicled with live painting by Japanese illustrator Murasaki. With dynamic performances and the recently remodelled venue serving as his inspiration, the artist created a canvas to commemorate the milestone event. The artwork will serve as inspiration for the VP Records compilation album, <strong>Strictly the Best Volume 60</strong>, that is slated for release on November 22</p>\n<!-- /wp:paragraph -->','Thousands flock VP’s 40th-anniversary show in New York','','inherit','closed','closed','','4893-revision-v1','','','2019-08-20 16:09:32','2019-08-20 21:09:32','',4893,'https://buzz-caribbean.com/article/4893-revision-v1/',0,'revision','',0),(4900,4,'2019-08-20 16:10:23','2019-08-20 21:10:23','<!-- wp:paragraph -->\n<p>Peter Bunting is hoping to replace Dr Peter Phillps as president of the People\'s National Party. Here are some facts you may not have known about the Central Manchester MP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His favourite meal is stew peas and white rice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He owns lots of Koi fish. (\"When I was younger, my pets were the animals on the farm where I grew up.\")  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Flying to space is at the top of his bucket list.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His favourite movie is the classic<strong> </strong>Casablanca.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4886} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/casablanca-1024x819.jpg\" alt=\"\" class=\"wp-image-4886\" /><figcaption>Poster of the classic Casablanca movie.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He is neither a night or day person. (\"I only require a few hours of sleep.\")</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is not a cook by any stretch of the imagination.<strong> </strong>\"I make a mean&nbsp;soufflé.\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He prefers cardio to lifting weights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Among his children, his daughter is most like him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His favourite social media channel is Twitter. (\"I\'m a tweep.\")</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He believed in Rolling-calf as a child.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article sponsored by Rise United</em></strong></p>\n<!-- /wp:paragraph -->','Here are 10 interesting facts about Peter Bunting will tickle you','','inherit','closed','closed','','4872-revision-v1','','','2019-08-20 16:10:23','2019-08-20 21:10:23','',4872,'https://buzz-caribbean.com/article/4872-revision-v1/',0,'revision','',0),(4901,4,'2019-08-20 16:10:43','2019-08-20 21:10:43','<!-- wp:paragraph -->\n<p>Peter Bunting is hoping to replace Dr Peter Phillps as president of the People\'s National Party. Here are some facts you may not have known about the Central Manchester MP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His favourite meal is stew peas and white rice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He owns lots of Koi fish. (\"When I was younger, my pets were the animals on the farm where I grew up.\")  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Flying to space is at the top of his bucket list.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His favourite movie is the classic<strong> </strong>Casablanca.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4886} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/casablanca-1024x819.jpg\" alt=\"\" class=\"wp-image-4886\" /><figcaption>Poster of the classic Casablanca movie.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He is neither a night or day person. (\"I only require a few hours of sleep.\")</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is not a cook by any stretch of the imagination.<strong> </strong>\"I make a mean&nbsp;soufflé.\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He prefers cardio to lifting weights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Among his children, his daughter is most like him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His favourite social media channel is Twitter. (\"I\'m a tweep.\")</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He believed in Rolling-calf as a child.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article sponsored by Rise United</em></strong></p>\n<!-- /wp:paragraph -->','Here are 10 interesting facts about Peter Bunting that will tickle you','','inherit','closed','closed','','4872-revision-v1','','','2019-08-20 16:10:43','2019-08-20 21:10:43','',4872,'https://buzz-caribbean.com/article/4872-revision-v1/',0,'revision','',0),(4902,12,'2019-08-20 16:12:05','2019-08-20 21:12:05','','Offers','','inherit','closed','closed','','5-revision-v1','','','2019-08-20 16:12:05','2019-08-20 21:12:05','',5,'https://buzz-caribbean.com/article/5-revision-v1/',0,'revision','',0),(4903,14,'2019-08-20 16:15:22','2019-08-20 21:15:22','<!-- wp:paragraph -->\n<p>Peter Bunting declared his intent to\nchallenge Dr. Peter Phillips for the presidency of the People’s National Party\n(PNP) in June – sending shockwaves through the political landscape.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4778} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-rise-united-launch-june-buzz-demo.jpg\" alt=\"\" class=\"wp-image-4778\" /><figcaption>PNP presidential aspirant Peter Bunting about to address hundreds gathered for the launch of his \'Rise United\' campaign in Manchester back in July (Photo: Facebook @PeterBunting,MP)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While not unheard of in the life of any\nparty leader, Bunting’s aspirations for the helm of the PNP could signal a new\nchapter in the party’s rich history.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Should Bunting win the presidential run-off\nelection in September, he would have achieved two firsts for the party: ousting\na sitting president, Dr. Peter Phillips, as well as having an incumbent PNP\nleader leave without becoming Prime Minister.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The PNP now has had five presidents over\nits colourful 80-year history, who, in most cases, have waited for their\npredecessor to step down.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4881} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnp-presidents-demo-buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-4881\" /><figcaption>(from top left) All five PNP Presidents: Norman Manley, Michael Manley, Percival James Patterson, Portia Simpson Miller and Dr. Peter Phillips. But could Peter Bunting be the party\'s sixth come September?   </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Interestingly, this trend of ‘waiting in\nline’ has seemingly died since 2006, when PJ Patterson handed the mantle to\nPortia Simpson Miller.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In total, Mrs Simpson Miller was challenged\ntwice by Dr. Peter Phillips, with the PNP’s delegates side-lining his claim for\nthe presidency both times in 2006 and 2008.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As anticipation heightens for the September 7 elections leading up to the 81st annual conference, <strong>BUZZ</strong> presents some interesting facts about the history of the PNP presidency:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The birth of a movement</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It was the 1930s, and woefully unequal socioeconomic conditions gave way to widespread civil unrest across Jamaica. The People’s National Party was officially formed on August 28, 1938 at the Silver Slipper Club in Cross Roads, St. Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4779} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnp-logo-official-demo-buzz-1024x649.png\" alt=\"\" class=\"wp-image-4779\" /><figcaption>Photo: Wikipedia</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Birthed out of a need to mobilise the growing anti-colonial movement, the PNP was ‘founded’ by Osmond Theodore Fairclough, who first approached Norman Manley with a plan to form the party in 1936.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4780} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/osmond-theodore-fairclough-image.jpg\" alt=\"\" class=\"wp-image-4780\" /><figcaption>The founder of the PNP, Osmond Theodore Fairclough (Photo: Wikimedia Commons)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Following a decades-long tradition that is still upheld today, the PNP was publicly launched on September 18, 1938 to a crowd of 2,000 at the Ward Theatre in downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Six men were at the helm of the PNP when the party drafted and approved its constitution: Norman Manley, who was designated Chairman; H. P. Jacobs; Noel N. Nethersole; Howard F. Cooke; W. G. MacFarlane; and Reverend O. G. Penso – with Fairclough serving as the PNP’s first secretary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In its rich 80-year history, the PNP has had five presidents: Norman Manley, Michael Manley, Percival James Patterson, Portia Simpson Miller and currently, Dr. Peter Phillips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Norman Manley (PNP President, 1938-1969)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>As the party’s first president, Norman Manley served in his capacity between the years 1938 to 1969, during which time he became Jamaica’s first and only Premier leading up to independence from British rule.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4883} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/norman-manley-buzz-demo.jpg\" alt=\"\" class=\"wp-image-4883\" /><figcaption>The Rt. Excellent Norman Washington Manley (Photo: National Library of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Michael Manley (1969-1992)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Following Norman’s death, the mantle of party leader was handed down to Manley’s first son, Michael, who ushered in a new age of political charisma and appeal. Manley served as PNP president from 1969 to 1992.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4885} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/michael-manley-buzz-demo.jpg\" alt=\"\" class=\"wp-image-4885\" /><figcaption>Michael Manley (Photo: National Library of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Percival James \'PJ\' Patterson (1992-2006)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The values of Manley were not lost on PJ Patterson when he was elected president of the PNP in 1992, having ran one of the most successful political careers the Caribbean has ever seen. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4892} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pj-patterson-buzz-demo-1-1024x854.jpg\" alt=\"\" class=\"wp-image-4892\" /><figcaption>Photo: Facebook, @Honorable PJ-Patterson</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Patterson, who served as PNP president until 2006, was never defeated in a general election. He remained Prime Minister until his resignation from politics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Portia Simpson Miller (2006-2017)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Portia Simpson Miller, by virtue of Patterson’s resignation, became the PNP’s fourth president and Jamaica’s first female Prime Minister. Simpson Miller warded off her first challenge in 2006 and again in 2008 – primarily from Dr. Peter Phillips. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4896} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/portia-simpson-miller-demo-buzz-1024x640.jpg\" alt=\"\" class=\"wp-image-4896\" /><figcaption>Photo: Ebony Magazine</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Her leadership effectively ended in 2016 after the shock general election defeat to Andrew Holness and the Jamaica Labour Party (JLP). Mrs Simpson Miller remained PNP president until March 2017 when she stepped down</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Dr. Peter Phillips (2017-present?)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dr. Peter Phillips, since coming into the presidency in 2017, has sought to restore the stature of the PNP, with various degrees of success. <br> As the best performing minister Jamaican politics has produced, a leading academic and respected businessman, Phillips and his leadership face its greatest challenge yet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4898} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dr-peter-phillips-buzz-demo-819x1024.jpg\" alt=\"\" class=\"wp-image-4898\" /><figcaption>Photo: Jamaica Information Service (JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Leading up to September 7, Dr. Phillips will have to convince weary delegates that he, and not Peter Bunting, is the right man to guide the PNP back to a familiar winning mindset. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! Who is best suited to lead the People\'s National Party (PNP) at this time? Dr. Peter Phillips or Peter Bunting? Sound off in the <strong>BUZZ</strong> comments section!!</p>\n<!-- /wp:paragraph -->','History of the presidency: Why Peter Bunting’s leadership challenge could change the PNP','','inherit','closed','closed','','4776-revision-v1','','','2019-08-20 16:15:22','2019-08-20 21:15:22','',4776,'https://buzz-caribbean.com/article/4776-revision-v1/',0,'revision','',0),(4904,4,'2019-08-20 16:18:56','2019-08-20 21:18:56','','soufflé','','inherit','open','closed','','souffle','','','2019-08-20 16:18:56','2019-08-20 21:18:56','',4872,'https://buzz-caribbean.com/app/uploads/2019/08/soufflé.jpg',0,'attachment','image/jpeg',0),(4905,11,'2019-08-20 16:19:40','2019-08-20 21:19:40','','Sad-woman','','inherit','open','closed','','sad-woman','','','2019-08-20 16:19:40','2019-08-20 21:19:40','',4770,'https://buzz-caribbean.com/app/uploads/2019/08/Sad-woman.jpg',0,'attachment','image/jpeg',0),(4906,11,'2019-08-20 16:21:47','2019-08-20 21:21:47','','Staying-Close-To-Kid','','inherit','open','closed','','staying-close-to-kid','','','2019-08-20 16:21:47','2019-08-20 21:21:47','',4770,'https://buzz-caribbean.com/app/uploads/2019/08/Staying-Close-To-Kid.jpg',0,'attachment','image/jpeg',0),(4907,9,'2019-08-20 16:22:47','2019-08-20 21:22:47','<!-- wp:image {\"id\":4594} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/underwear-thong-1024x668.jpg\" alt=\"\" class=\"wp-image-4594\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fads come and go, but the thong seems like it is here to stay, and so is the fact that some women wear it even when it uncovers more crack than Harlem! This tiny scrap of fabric is the stuff men have lost their careers over, as well as their marriages since it has the unfortunate habit of turning up in men’s pocket unannounced or beneath the front passenger seat of the family minivan. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Songs have been written about it, and every woman with a ‘penis appointment’\nhas one in her goodie bag of tricks. But is it true that no matter the size,\nevery woman should wear one? As\nwith everything, there are pros and cons to consider. Should being cute outweigh\ncommon sense?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The plus side for thong wearers is that no panty line shows under your cute little dress, and it does not ‘bunch up’. On top of that, it can make you feel sexy, and it is a good boost to one’s self-esteem, which can never a bad thing. In a nice hip-hugging pair of jeans, ‘granny panties’ are not even an option even as your buttocks literally consume that little strip of material. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4595} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/underwear-thong-B-1024x683.jpg\" alt=\"\" class=\"wp-image-4595\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Having said all of that, the thong is\nnot made for everyone. Do not let Sisqo and his cheesy hit song fool you. No\none wants to see a thong on a 300-pound woman because one size does not fit\nall!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let’s be frank, a thong might not always be practical, neither is it comfortable. It can ride up into places that normally do not see sunlight and make walking around an uneasy task. Add to this the fact that depending on the material, you can even start having gynaecological issues because of it. Non-breathable fabric can result in moisture, leading to a shift in your vagina’s pH and an increase in yeast and irritation. Not cool, and definitely not sexy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What is also not cool is how it can get all up in your ‘business’. For some women, this leads to chafing and redness. If this was not enough of a deterrent, consider what happens when you do a ‘number two’ and do not wipe well enough. With a thong, this is even more cause for concern. When shopping for underwear, ladies, it should be practical as well as pretty. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <em>Written by C.W.&nbsp; </em></p>\n<!-- /wp:paragraph -->','The great thong debate: Should being cute outweigh common sense?','','inherit','closed','closed','','4589-revision-v1','','','2019-08-20 16:22:47','2019-08-20 21:22:47','',4589,'https://buzz-caribbean.com/article/4589-revision-v1/',0,'revision','',0),(4908,11,'2019-08-20 16:26:12','2019-08-20 21:26:12','','senior_tech_savvy','','inherit','open','closed','','senior_tech_savvy','','','2019-08-20 16:26:12','2019-08-20 21:26:12','',4770,'https://buzz-caribbean.com/app/uploads/2019/08/senior_tech_savvy.jpg',0,'attachment','image/jpeg',0),(4909,4,'2019-08-20 16:26:14','2019-08-20 21:26:14','<!-- wp:paragraph -->\n<p>Peter Bunting is hoping to replace Dr Peter Phillps as president of the People\'s National Party. Here are some facts you may not have known about the Central Manchester MP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His favourite meal is stew peas and white rice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He owns lots of Koi fish. (\"When I was younger, my pets were the animals on the farm where I grew up.\")</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Flying to space is at the top of his bucket list.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His favourite movie is the classic<strong> Casablanca</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4886} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/casablanca-1024x819.jpg\" alt=\"\" class=\"wp-image-4886\" /><figcaption>Poster of the classic Casablanca movie.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He is neither a night or day person. (\"I only require a few hours of sleep.\")</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Regarding his culinary skill, \"I make a mean soufflé.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4904} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/soufflé.jpg\" alt=\"\" class=\"wp-image-4904\" /><figcaption>Bunting makes a mean soufflé.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He prefers cardio to lifting weights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Among his children, his daughter is most like him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His favourite social media channel is Twitter. (\"I\'m a tweep.\")</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He believed in Rolling-calf as a child.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Article sponsored by Rise United</em></strong></p>\n<!-- /wp:paragraph -->','Here are 10 interesting facts about Peter Bunting that will tickle you','','inherit','closed','closed','','4872-revision-v1','','','2019-08-20 16:26:14','2019-08-20 21:26:14','',4872,'https://buzz-caribbean.com/article/4872-revision-v1/',0,'revision','',0),(4910,21,'2019-08-20 16:30:12','2019-08-20 21:30:12','<!-- wp:image {\"id\":4911} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/khloe-kardashian201908019.jpg\" alt=\"\" class=\"wp-image-4911\" /><figcaption> Khloe Kardashian says she spent the past few weeks focusing on herself. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Khloe Kardashian isn\'t \"rushing to date anyone\" following her split from Tristan Thompson.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 35-year-old reality star broke up with her ex-boyfriend - with whom she has 17-month-old daughter True - six months ago after he kissed Kardashian family friend Jordyn Woods at a party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And although Khloe has been single for several months, sources say she is happy by herself for the time being.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Khloé is really focusing on herself right now.\" </p><cite>— Source </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>One insider told Us Weekly magazine: \"Khloé is really focusing on herself right now and is still not rushing to date anyone. [The] situation really hurt her, [and] it\'s been difficult for her to completely get past it.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The source\'s comments come after the \'Keeping Up with the Kardashians\' star recently said that she has spent the last few weeks looking after her own health and wellbeing.</p>\n<!-- /wp:paragraph -->','Khloe Kardashian isn\'t rushing to get a new man','','publish','open','closed','','khloe-kardashian-isnt-rushing-to-get-a-new-man','','','2019-08-20 16:30:12','2019-08-20 21:30:12','',0,'https://buzz-caribbean.com/?p=4910',0,'post','',0),(4911,9,'2019-08-20 16:27:16','2019-08-20 21:27:16','','khloe-kardashian201908019','','inherit','open','closed','','khloe-kardashian201908019','','','2019-08-20 16:27:16','2019-08-20 21:27:16','',4910,'https://buzz-caribbean.com/app/uploads/2019/08/khloe-kardashian201908019.jpg',0,'attachment','image/jpeg',0),(4912,11,'2019-08-20 16:27:25','2019-08-20 21:27:25','','beach-blue-female-33622','','inherit','open','closed','','beach-blue-female-33622','','','2019-08-20 16:27:25','2019-08-20 21:27:25','',4770,'https://buzz-caribbean.com/app/uploads/2019/08/beach-blue-female-33622.jpg',0,'attachment','image/jpeg',0),(4913,9,'2019-08-20 16:28:26','2019-08-20 21:28:26','<!-- wp:image {\"id\":4911} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/khloe-kardashian201908019.jpg\" alt=\"\" class=\"wp-image-4911\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Khloe Kardashian isn\'t \"rushing to date anyone\" following her split from Tristan Thompson.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 35-year-old reality star broke up with her ex-boyfriend - with whom she has 17-month-old daughter True - six months ago after he kissed Kardashian family friend Jordyn Woods at a party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And although Khloe has been single for several months, sources say she is happy by herself for the time being.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Khloé is really focusing on herself right now.\" </p><cite>— Source </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>One insider told Us Weekly magazine: \"Khloé is really focusing on herself right now and is still not rushing to date anyone. [The] situation really hurt her, [and] it\'s been difficult for her to completely get past it.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The source\'s comments come after the \'Keeping Up with the Kardashians\' star recently said that she has spent the last few weeks looking after her own health and wellbeing.</p>\n<!-- /wp:paragraph -->','Khloe Kardashian isn\'t rushing to get a new man','','inherit','closed','closed','','4910-revision-v1','','','2019-08-20 16:28:26','2019-08-20 21:28:26','',4910,'https://buzz-caribbean.com/article/4910-revision-v1/',0,'revision','',0),(4914,11,'2019-08-20 16:28:43','2019-08-20 21:28:43','','design-garden-gardening','','inherit','open','closed','','design-garden-gardening','','','2019-08-20 16:28:43','2019-08-20 21:28:43','',4770,'https://buzz-caribbean.com/app/uploads/2019/08/design-garden-gardening.jpg',0,'attachment','image/jpeg',0),(4915,11,'2019-08-20 16:29:52','2019-08-20 21:29:52','<!-- wp:paragraph -->\n<p>Some parents call them every few hours just to hear their voices, others go into their old bedrooms, dust and rearrange their furniture and even lie on their bed sheets to catch that faint smell of them. It is never easy to let go and when it is our children going off to university or to move out on their own, it is almost akin to losing a limb.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2491} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Child-Going-Off-To-College-1024x576.jpg\" alt=\"\" class=\"wp-image-2491\" /><figcaption>Mother hugging teenage son as he packs for college</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>‘Empty Nest Syndrome’ is a feeling of sadness and grief parents may feel when their children leave home. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>That deep ache or\nloss is what the experts call ‘empty nest syndrome’. An offspring striking out\non their own is nothing new as it is a stage of life where they assert their\nindependence, test their survival skills and see if they have what it takes to begin\nto self actualise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4897} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Independent-Teen-Buzz.jpg\" alt=\"\" class=\"wp-image-4897\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While not a clinical condition, ‘Empty Nest Syndrome’ is a feeling of sadness and grief parents may feel when their children leave home. At first, they may not recognise it as the departure was a happy occasion with a send-off party and well wishes, but for some after the initial euphoria comes the depression as some parents lose their sense of purpose, especially single parents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4905} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sad-woman-1024x684.jpg\" alt=\"\" class=\"wp-image-4905\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Keeping in contact helps, particularly when the child makes an effort to call often or comes home on holidays without the parent begging them. More importantly, parents need to now begin to refocus on themselves and realise that the next stage of their lives can be just as exciting as their child’s own journey. They can regain their momentum and their sense of purpose by re-discovering their passion or their gift. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4906} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Staying-Close-To-Kid-1024x588.jpg\" alt=\"\" class=\"wp-image-4906\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some people always wanted to go back to school. Now would be the perfect time once your finances are all in a row. It is never too late to pursue your academic dreams and you might surprise yourself and find out that it is actually easier now that you do not have the stresses of juggling kids and other commitments that distracted you years earlier. If school is not your thing, how about learning a new instrument or studying a foreign language? You do not have to sit in a stuffy old classroom anymore as the power of the internet makes YouTube your best friend for practically any subject area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4908} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/senior_tech_savvy-1024x683.jpg\" alt=\"\" class=\"wp-image-4908\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> There is power in finding your purpose again.  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>If you have some disposable income, why not take a vacation? I hear Italy is lovely this time of year. If you do not want to go off by yourself, invite your bestie to go along or simply pay some family member a well-needed visit. Old tales and memories get sweeter with age so share well into the night and next morning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4912} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/beach-blue-female-33622-1024x686.jpg\" alt=\"\" class=\"wp-image-4912\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It may also be the perfect time to pick up back that hobby that you used to love so much. If you always wanted to design your garden, get some gloves, a big broad hat to fight the sun and have at it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4914} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/design-garden-gardening-1024x683.jpg\" alt=\"\" class=\"wp-image-4914\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There is no time like the present. Sitting around and moping will not prevent the sun from rising, so rise with the sun and grow towards the light. There is power in finding your purpose again. </p>\n<!-- /wp:paragraph -->','Ditching the ‘Empty Nest’ blues','','inherit','closed','closed','','4770-revision-v1','','','2019-08-20 16:29:52','2019-08-20 21:29:52','',4770,'https://buzz-caribbean.com/article/4770-revision-v1/',0,'revision','',0),(4916,9,'2019-08-20 16:30:12','2019-08-20 21:30:12','<!-- wp:image {\"id\":4911} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/khloe-kardashian201908019.jpg\" alt=\"\" class=\"wp-image-4911\" /><figcaption> Khloe Kardashian says she spent the past few weeks focusing on herself. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Khloe Kardashian isn\'t \"rushing to date anyone\" following her split from Tristan Thompson.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 35-year-old reality star broke up with her ex-boyfriend - with whom she has 17-month-old daughter True - six months ago after he kissed Kardashian family friend Jordyn Woods at a party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And although Khloe has been single for several months, sources say she is happy by herself for the time being.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Khloé is really focusing on herself right now.\" </p><cite>— Source </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>One insider told Us Weekly magazine: \"Khloé is really focusing on herself right now and is still not rushing to date anyone. [The] situation really hurt her, [and] it\'s been difficult for her to completely get past it.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The source\'s comments come after the \'Keeping Up with the Kardashians\' star recently said that she has spent the last few weeks looking after her own health and wellbeing.</p>\n<!-- /wp:paragraph -->','Khloe Kardashian isn\'t rushing to get a new man','','inherit','closed','closed','','4910-revision-v1','','','2019-08-20 16:30:12','2019-08-20 21:30:12','',4910,'https://buzz-caribbean.com/article/4910-revision-v1/',0,'revision','',0),(4917,11,'2019-08-20 16:31:03','2019-08-20 21:31:03','<!-- wp:paragraph -->\n<p>Some parents call them every few hours just to hear their voices, others go into their old bedrooms, dust and rearrange their furniture and even lie on their bed sheets to catch that faint smell of them. It is never easy to let go and when it is our children going off to university or to move out on their own, it is almost akin to losing a limb.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2491} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Child-Going-Off-To-College-1024x576.jpg\" alt=\"\" class=\"wp-image-2491\" /><figcaption>Mother hugging teenage son as he packs for college</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>‘Empty Nest Syndrome’ is a feeling of sadness and grief parents may feel when their children leave home. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>That deep ache or\nloss is what the experts call ‘empty nest syndrome’. An offspring striking out\non their own is nothing new as it is a stage of life where they assert their\nindependence, test their survival skills and see if they have what it takes to begin\nto self actualise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4897} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Independent-Teen-Buzz.jpg\" alt=\"\" class=\"wp-image-4897\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While not a clinical condition, ‘Empty Nest Syndrome’ is a feeling of sadness and grief parents may feel when their children leave home. At first, they may not recognise it, as the departure was a happy occasion with a send-off party and well wishes, but for some after the initial euphoria comes the depression as some parents lose their sense of purpose, especially single parents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4905} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sad-woman-1024x684.jpg\" alt=\"\" class=\"wp-image-4905\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Keeping in contact helps, particularly when the child makes an effort to call often or comes home on holidays without the parent begging them. More importantly, parents need to now begin to refocus on themselves and realise that the next stage of their lives can be just as exciting as their child’s own journey. They can regain their momentum and their sense of purpose by re-discovering their passion or their gift. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4906} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Staying-Close-To-Kid-1024x588.jpg\" alt=\"\" class=\"wp-image-4906\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some people always wanted to go back to school. Now would be the perfect time once your finances are all in a row. It is never too late to pursue your academic dreams and you might surprise yourself and find out that it is actually easier now that you do not have the stresses of juggling kids and other commitments that distracted you years earlier. If school is not your thing, how about learning a new instrument or studying a foreign language? You do not have to sit in a stuffy old classroom anymore as the power of the internet makes YouTube your best friend for practically any subject area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4908} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/senior_tech_savvy-1024x683.jpg\" alt=\"\" class=\"wp-image-4908\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> There is power in finding your purpose again.  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>If you have some disposable income, why not take a vacation? I hear Italy is lovely this time of year. If you do not want to go off by yourself, invite your bestie to go along or simply pay some family member a well-needed visit. Old tales and memories get sweeter with age so share well into the night and next morning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4912} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/beach-blue-female-33622-1024x686.jpg\" alt=\"\" class=\"wp-image-4912\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It may also be the perfect time to pick up back that hobby that you used to love so much. If you always wanted to design your garden, get some gloves, a big broad hat to fight the sun and have at it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4914} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/design-garden-gardening-1024x683.jpg\" alt=\"\" class=\"wp-image-4914\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There is no time like the present. Sitting around and moping will not prevent the sun from rising, so rise with the sun and grow towards the light. There is power in finding your purpose again. </p>\n<!-- /wp:paragraph -->','Ditching the ‘Empty Nest’ blues','','inherit','closed','closed','','4770-revision-v1','','','2019-08-20 16:31:03','2019-08-20 21:31:03','',4770,'https://buzz-caribbean.com/article/4770-revision-v1/',0,'revision','',0),(4918,23,'2019-08-21 07:31:41','2019-08-21 12:31:41','<!-- wp:image {\"id\":4938} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/delroy-chuck.png\" alt=\"\" class=\"wp-image-4938\" /><figcaption>Justice Minister Delroy Chuck says several Jamaicans have received fake divorce papers. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There seems to be no\nend in sight for the ongoing investigation into the issuing of fake divorce\npapers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The latest\ndevelopment in what has been a two-year-old investigation is that Jamaica’s\nJustice Minister Delroy Chuck believes that members of the legal fraternity are\ninvolved in the scheme where shysters issue fake Decree Absolute documents to\nunsuspecting persons seeking to complete their divorces in short order.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A Decree Absolute is\na court of law’s final order officially ending a marriage, enabling either\nparty to remarry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Justice Minister\nrevealed on television recently that about a month ago, Jamaica’s Chief\nJustice, The Honourable Mr Justice Bryan Sykes, received correspondence that\nwas also copied to him, from a law firm bringing attention to about nine of 10\ncases of divorce where the final divorce documents turned out to be fake.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The documents, Chuck\nsaid, though fake, were on what appeared to be legitimate letterheads from the\nsaid law firm. However, the firms had no knowledge of these cases. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The news comes on\nthe heels of a recent court appearance of a sergeant of police, who, it is\nalleged, has been offering forged divorce documents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The matter came to\nthe light in late 2017 when persons, who believed they were divorced, began\nturning up at the Registrar General Department seeking marriage licences. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Subsequent Investigations led to the arrest of four persons, including an employee at the Supreme Court, on charges of forgery, uttering forged documents and conspiracy. Among the victims\ncaught in the scheme was Melvin Samuels, who, in October 2017, was eventually\ncleared of bigamy charges in the Cayman Courts after it was determined that he had\nbeen duped by the shysters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Chase </em></strong></p>\n<!-- /wp:paragraph -->','Fake divorces still being probed','','publish','open','closed','','fake-divorces-still-being-probed','','','2019-08-22 12:06:18','2019-08-22 17:06:18','',0,'https://buzz-caribbean.com/?p=4918',0,'post','',0),(4919,11,'2019-08-20 16:31:57','2019-08-20 21:31:57','<!-- wp:paragraph -->\n<p>Some parents call them every few hours just to hear their voices, others go into their old bedrooms, dust and rearrange their furniture and even lie on their bed sheets to catch that faint smell of them. It is never easy to let go and when it is our children going off to university or to move out on their own, it is almost akin to losing a limb.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2491} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Child-Going-Off-To-College-1024x576.jpg\" alt=\"\" class=\"wp-image-2491\" /><figcaption>Mother hugging teenage son as he packs for college</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>‘Empty Nest Syndrome’ is a feeling of sadness and grief parents may feel when their children leave home. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>That deep ache or\nloss is what the experts call ‘empty nest syndrome’. An offspring striking out\non their own is nothing new as it is a stage of life where they assert their\nindependence, test their survival skills and see if they have what it takes to begin\nto self actualise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4897} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Independent-Teen-Buzz.jpg\" alt=\"\" class=\"wp-image-4897\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While not a clinical condition, ‘Empty Nest Syndrome’ is a feeling of sadness and grief parents may feel when their children leave home. At first, they may not recognise it, as the departure was a happy occasion with a send-off party and well wishes. But for some, after the initial euphoria, comes the depression as some parents lose their sense of purpose, especially single parents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4905} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sad-woman-1024x684.jpg\" alt=\"\" class=\"wp-image-4905\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Keeping in contact helps, particularly when the child makes an effort to call often or comes home on holidays without the parent begging them. More importantly, parents need to now begin to refocus on themselves and realise that the next stage of their lives can be just as exciting as their child’s own journey. They can regain their momentum and their sense of purpose by re-discovering their passion or their gift. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4906} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Staying-Close-To-Kid-1024x588.jpg\" alt=\"\" class=\"wp-image-4906\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some people always wanted to go back to school. Now would be the perfect time once your finances are all in a row. It is never too late to pursue your academic dreams and you might surprise yourself and find out that it is actually easier now that you do not have the stresses of juggling kids and other commitments that distracted you years earlier. If school is not your thing, how about learning a new instrument or studying a foreign language? You do not have to sit in a stuffy old classroom anymore as the power of the internet makes YouTube your best friend for practically any subject area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4908} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/senior_tech_savvy-1024x683.jpg\" alt=\"\" class=\"wp-image-4908\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> There is power in finding your purpose again.  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>If you have some disposable income, why not take a vacation? I hear Italy is lovely this time of year. If you do not want to go off by yourself, invite your bestie to go along or simply pay some family member a well-needed visit. Old tales and memories get sweeter with age so share well into the night and next morning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4912} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/beach-blue-female-33622-1024x686.jpg\" alt=\"\" class=\"wp-image-4912\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It may also be the perfect time to pick up back that hobby that you used to love so much. If you always wanted to design your garden, get some gloves, a big broad hat to fight the sun and have at it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4914} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/design-garden-gardening-1024x683.jpg\" alt=\"\" class=\"wp-image-4914\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There is no time like the present. Sitting around and moping will not prevent the sun from rising, so rise with the sun and grow towards the light. There is power in finding your purpose again. </p>\n<!-- /wp:paragraph -->','Ditching the ‘Empty Nest’ blues','','inherit','closed','closed','','4770-revision-v1','','','2019-08-20 16:31:57','2019-08-20 21:31:57','',4770,'https://buzz-caribbean.com/article/4770-revision-v1/',0,'revision','',0),(4920,12,'2019-08-20 16:35:51','2019-08-20 21:35:51','<iframe title=\"Cori Gauff 12&#039;s Clay Court Supernational Champion\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/-nN8Nx87ww0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','1e471346ef1de01578d7f0a98330561f','','','2019-08-20 16:35:51','2019-08-20 21:35:51','',0,'https://buzz-caribbean.com/article/1e471346ef1de01578d7f0a98330561f/',0,'oembed_cache','',0),(4921,12,'2019-08-20 16:35:51','2019-08-20 21:35:51','<iframe title=\"Storm Saulter: The mind behind the film Sprinter Pt.1\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/X9d2j1IVbfw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','846590965e7b0bdf1225719e8a83e5c4','','','2019-08-20 16:35:51','2019-08-20 21:35:51','',0,'https://buzz-caribbean.com/article/846590965e7b0bdf1225719e8a83e5c4/',0,'oembed_cache','',0),(4922,12,'2019-08-20 16:35:51','2019-08-20 21:35:51','<iframe title=\"Storm Saulter: The mind behind the film Sprinter Pt.2\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/BT965g8nOno?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','4ecf35fcf5e11c53840b1cfecc9e88e5','','','2019-08-20 16:35:51','2019-08-20 21:35:51','',0,'https://buzz-caribbean.com/article/4ecf35fcf5e11c53840b1cfecc9e88e5/',0,'oembed_cache','',0),(4923,12,'2019-08-20 16:35:52','2019-08-20 21:35:52','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BzaZkjelpjr/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BzaZkjelpjr/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BzaZkjelpjr/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">It’s a Caribbean thing, Ask RiRi! @badgalriri it was pleasure meeting you ?. Thanks for the cheers and support! May god continue to bless you ???. I hope you take up the offer to come to my Birthday Party September 20th #40ShadesOfGayle #UniverseBoss ??? ? #NuffRespect ?? ?? ✊? @krisallyna333</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/chrisgayle333/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> KingGayle ?</a> (@chrisgayle333) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-02T11:21:03+00:00\">Jul 2, 2019 at 4:21am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','113f91e4b14c5532560ab51ea2b71375','','','2019-08-20 16:35:52','2019-08-20 21:35:52','',0,'https://buzz-caribbean.com/article/113f91e4b14c5532560ab51ea2b71375/',0,'oembed_cache','',0),(4924,12,'2019-08-20 16:35:52','2019-08-20 21:35:52','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BzYpjRxgfXP/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BzYpjRxgfXP/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BzYpjRxgfXP/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">When Rihanna met the Universe Boss ? ? #CWC19 #cricket #lovecricket #MenInMaroon</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/cricketworldcup/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Cricket World Cup</a> (@cricketworldcup) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-01T19:02:48+00:00\">Jul 1, 2019 at 12:02pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','30e21ca185a7d15af520dcfffb306ca6','','','2019-08-20 16:35:52','2019-08-20 21:35:52','',0,'https://buzz-caribbean.com/article/30e21ca185a7d15af520dcfffb306ca6/',0,'oembed_cache','',0),(4925,12,'2019-08-20 16:35:52','2019-08-20 21:35:52','<iframe title=\"How to make air conditioner at home using Plastic Bottle - Easy life hacks\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/Y2XU2uAxYYM?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','3570235ae46476949ee6b1a763e892bf','','','2019-08-20 16:35:52','2019-08-20 21:35:52','',0,'https://buzz-caribbean.com/article/3570235ae46476949ee6b1a763e892bf/',0,'oembed_cache','',0),(4926,12,'2019-08-20 16:35:52','2019-08-20 21:35:52','<iframe title=\"Homemade Portable Air Conditioner DIY - Coldest One Yet!\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/FS2YaJkkHQY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','9a7bb9c530d07c1e9d5c36a4057a9cd6','','','2019-08-20 16:35:52','2019-08-20 21:35:52','',0,'https://buzz-caribbean.com/article/9a7bb9c530d07c1e9d5c36a4057a9cd6/',0,'oembed_cache','',0),(4927,12,'2019-08-20 16:35:53','2019-08-20 21:35:53','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/Bz2pcj5lpik/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/Bz2pcj5lpik/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/Bz2pcj5lpik/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">We out for some fresh air... ?</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/chrisgayle333/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> KingGayle ?</a> (@chrisgayle333) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-13T10:38:30+00:00\">Jul 13, 2019 at 3:38am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','58fad0d27c37d319f98cf3fd4edf3dfe','','','2019-08-20 16:35:53','2019-08-20 21:35:53','',0,'https://buzz-caribbean.com/article/58fad0d27c37d319f98cf3fd4edf3dfe/',0,'oembed_cache','',0),(4928,12,'2019-08-20 16:35:53','2019-08-20 21:35:53','<iframe title=\"Clarks - Vybz Kartel ft Popcaan and Gaza Slim\" width=\"1333\" height=\"1000\" src=\"https://www.youtube.com/embed/videoseries?list=RDfQE3mTZ-abQ\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','0cc7a524eade3226b68afc036839f201','','','2019-08-20 16:35:53','2019-08-20 21:35:53','',0,'https://buzz-caribbean.com/article/0cc7a524eade3226b68afc036839f201/',0,'oembed_cache','',0),(4929,12,'2019-08-20 16:35:54','2019-08-20 21:35:54','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/tv/BzfkrBSgN6e/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/tv/BzfkrBSgN6e/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/tv/BzfkrBSgN6e/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Jamaica and Clarks go way back and the movement continues. Massive love to @jahvillani for this summer anthem ‘Clarks Pon Foot’. #ClarksOriginals #Wallabee #DesertBoot</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/clarksoriginals/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Clarks Originals</a> (@clarksoriginals) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-04T11:37:26+00:00\">Jul 4, 2019 at 4:37am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','76f9a6f1810c62e2ce16057dbf83b29d','','','2019-08-20 16:35:54','2019-08-20 21:35:54','',0,'https://buzz-caribbean.com/article/76f9a6f1810c62e2ce16057dbf83b29d/',0,'oembed_cache','',0),(4930,12,'2019-08-20 16:35:55','2019-08-20 21:35:55','<a href=\"https://giphy.com/gifs/running-W6K8MnLAy9W24\"><img src=\"https://media.giphy.com/media/W6K8MnLAy9W24/giphy.gif\" alt=\"Running GIF - Find &amp; Share on GIPHY\" width=\"358\" height=\"221\" /></a>','','','publish','closed','closed','','a6b54a1511e43c48019f02d9b815621e','','','2019-08-20 16:35:55','2019-08-20 21:35:55','',0,'https://buzz-caribbean.com/article/a6b54a1511e43c48019f02d9b815621e/',0,'oembed_cache','',0),(4931,12,'2019-08-20 16:35:55','2019-08-20 21:35:55','<iframe title=\"Koffee - Toast\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/9BtonHilG0E?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','442ec96f642701038b4920745baaaae0','','','2019-08-20 16:35:55','2019-08-20 21:35:55','',0,'https://buzz-caribbean.com/article/442ec96f642701038b4920745baaaae0/',0,'oembed_cache','',0),(4932,12,'2019-08-20 16:35:55','2019-08-20 21:35:55','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/Bz6LAOxIGdm/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/Bz6LAOxIGdm/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/Bz6LAOxIGdm/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">man neva born ina luxury, a just hard work &amp; father god.??</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/leonbailey_9/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Leon Bailey ⚽️✞</a> (@leonbailey_9) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-14T19:29:27+00:00\">Jul 14, 2019 at 12:29pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','54ba8e4d2fa35b5327c97e53b3838329','','','2019-08-20 16:35:55','2019-08-20 21:35:55','',0,'https://buzz-caribbean.com/article/54ba8e4d2fa35b5327c97e53b3838329/',0,'oembed_cache','',0),(4933,12,'2019-08-20 16:35:56','2019-08-20 21:35:56','<iframe title=\"Naomi Campbell&#039;s Airport Routine | Come Fly With Me\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/b-U_jT9qWvs?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','f2a04564a178ee530ee35aec7d16aa9c','','','2019-08-20 16:35:56','2019-08-20 21:35:56','',0,'https://buzz-caribbean.com/article/f2a04564a178ee530ee35aec7d16aa9c/',0,'oembed_cache','',0),(4934,12,'2019-08-20 16:35:56','2019-08-20 21:35:56','<iframe title=\"Brushy One String | Chicken in The Corn (Official Video)\" width=\"1333\" height=\"1000\" src=\"https://www.youtube.com/embed/E8H-67ILaqc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','3f18cd996d24835a88ab6f094bdca96a','','','2019-08-20 16:35:56','2019-08-20 21:35:56','',0,'https://buzz-caribbean.com/article/3f18cd996d24835a88ab6f094bdca96a/',0,'oembed_cache','',0),(4936,14,'2019-08-20 16:45:03','2019-08-20 21:45:03','<!-- wp:paragraph -->\n<p>We met as strangers to ourselves and each\nother but, in just two hours, you leave with an understanding that art connects\nus in ways we sometimes fail to acknowledge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The hustle and bustle of everyday work and life faded away as effortlessly as incense wafted through the Epican Café and Lounge at the Marketplace in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A subtle but recognisably steady vibration\nfrom the surrounding music reminds you that ‘Puff &amp; Paint’ is far from what\nyou had expected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not often as a journalist do I get to\nexperience a new way of expression first hand. I’ve been most comfortable with words,\nbut I was assured that tonight, through colour, my point of view would be\ndifferent; and it was. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Two canvas, one pre-rolled joint and a\npalette over two hours. That’s the simple brilliance of Puff &amp; Paint.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s just something you must see, feel,\ntaste and hear on a personal level to truly believe and appreciate but I must\nsay the experience was amazing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>BUZZ caught up with conceptualiser for\n‘Puff &amp; Paint’, Master painter Rosemarie Chung, who attests to the\nprogramme’s specialised qualities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Chung, to get a genuine\nexperience of art through medical marijuana, one needs to leave their\nexpectations at the door.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The programme basically is using marijuana\nwith the creative arts, specifically painting. My focus is on non-artists and\nwhat I wanted to do was show the effect marijuana [can] have for persons in\nthat creative process,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“You’re painting with very little\ninstructions, but I do have a reference that I start you with, which are\nsymbols that our foreparents used: the Adinkra symbols from Ghana,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A panel of 20 Adinkra symbols were lain out\nin from out us, with the instruction being very simple, “Choose what calls to\nyou”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Being the careful intellect I assume I am,\nI choose ‘knowledge’ and attempted the best I could to replicate the intricate\ndesign in the half-hour window we were given.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then was came the fun part: ‘puffing’.\nThere was nothing really special about the pre-rolled joint handed to us by the\nstaff at Epican, but its contents begged to differ. <br>\n<br>\nInside was the powerful ‘Lamb’s breath’ strain of sativa, reportedly Bob\nMarley’s favourite to smoke and the excitement (at least from my end) was\npalpable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The high was clean and sharp, hitting you\nalmost immediately but not totally claiming your senses…it was relaxing,\neuphoric.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s a way to start a journey of\nself-expression,” ‘Rozi’ Chung told me, as we returned after refreshments to\nbegin a second canvas – without any guidance, symbols or care in the world.\n“Paint how you feel, use anything that comes naturally in your mind,” she spoke\nto us collectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The explosion of colour took shape right\naway.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with the BUZZ team after the\nevent, Chung explained further that she considers Puff &amp; Paint to be an\ninvestigation into minds of any willing Jamaican – outside the scrutiny of\nWestern concepts such as ‘who is or what makes one an artist’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’ve been working from 2018, looking at\nhow marijuana could either enhance the creativity or go within instinct to\nbegin to be aware of one’s creative possibilities,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We already know that marijuana is used\nmostly in the entertainment industry, but what I’m doing is having people who had\nno career-minded outlook in the visual arts, try cannabis and see the results,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There’s no competition, no reference;\nyou’re totally free,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We normally have 10 people working\nindependently and every work is different. That is itself is quite amazing, because\nthis process gets you to express your inner self in a particular way,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For many participants, like myself, it was\na shock to see what I created under the influence of marijuana, a reaction all\ntoo common to Rozi Chung and Epican.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“People are quite intrigued in this part of\nself – they’ve never had this experience. Generally, marijuana is used to\nchill, but to be able to use it in a way that you are intentionally creating\nsomething, is such an interesting thing for many,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I, for one, was completely taken aback by\nmy choice of colour for my second canvas, which started dark at the bottom but\nturned bright and airy nearest the top.</p>\n<!-- /wp:paragraph -->','Puff &amp; Paint: Strokes of genius hidden in everyone!','','inherit','closed','closed','','4782-revision-v1','','','2019-08-20 16:45:03','2019-08-20 21:45:03','',4782,'https://buzz-caribbean.com/article/4782-revision-v1/',0,'revision','',0),(4937,4,'2019-08-20 16:54:25','2019-08-20 21:54:25','','Bunting In Space','','inherit','open','closed','','bunting-in-space','','','2019-08-20 16:54:25','2019-08-20 21:54:25','',4872,'https://buzz-caribbean.com/app/uploads/2019/08/bunting-in-space.jpg',0,'attachment','image/jpeg',0),(4938,9,'2019-08-20 16:57:24','2019-08-20 21:57:24','','delroy-chuck','','inherit','open','closed','','delroy-chuck','','','2019-08-20 16:57:24','2019-08-20 21:57:24','',4918,'https://buzz-caribbean.com/app/uploads/2019/08/delroy-chuck.png',0,'attachment','image/png',0),(4939,4,'2019-08-20 16:58:23','2019-08-20 21:58:23','<!-- wp:paragraph -->\n<p>Peter Bunting is hoping to replace Dr Peter Phillps as president of the People\'s National Party. Here are some facts you may not have known about the Central Manchester MP:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>His favourite meal is stew peas and white rice.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Flying to space is at the top of his bucket list.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4937} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bunting-in-space-1024x614.jpg\" alt=\"\" class=\"wp-image-4937\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>He owns lots of Koi fish. (\"When I was younger, my pets were the animals on the farm where I grew up.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>His favourite movie is the classic Casablanca.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4886} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/casablanca-1024x819.jpg\" alt=\"\" class=\"wp-image-4886\" /><figcaption>Poster of the classic Casablanca movie.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>He is neither a night or day person. (\"I only require a few hours of                                                sleep.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Regarding his culinary skill, \"I make a mean soufflé.\"</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4904} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/soufflé.jpg\" alt=\"\" class=\"wp-image-4904\" /><figcaption>Bunting makes a mean soufflé.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>He prefers cardio to lifting weights.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Among his children, his daughter is most like him.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>His favourite social media channel is Twitter. (\"I\'m a tweep.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>He believed in Rolling-calf as a child.</strong></p>\n<!-- /wp:paragraph -->','Here are 10 interesting facts about Peter Bunting that will tickle you','','inherit','closed','closed','','4872-revision-v1','','','2019-08-20 16:58:23','2019-08-20 21:58:23','',4872,'https://buzz-caribbean.com/article/4872-revision-v1/',0,'revision','',0),(4940,14,'2019-08-20 17:55:01','2019-08-20 22:55:01','<!-- wp:image {\"id\":4974} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/popcaan-buzz-demo-1024x683.jpeg\" alt=\"\" class=\"wp-image-4974\" /><figcaption>Andrae Sutherland, known worldwide as Popcaan (Photo: OfficialPopcaan.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Yeeooooooow!!! Up inna di trends wi gone agen!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Andrae Hugh Sutherland</strong>, <em>Woyoi</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>First of his name, King of the Unruly, Father\nof fry-yiys, burner of spliffs, the great hotskull is a national treasure – at\nleast that’s the consensus on social media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Trouble deh deh enuh!\"</p><cite>- Sir Popcaan himself</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p> His humble beginnings in the Gaza camp as the ‘Prefect’, to his global reach with Canadian rapper Drake and the OVO movement – ‘Poppy’ as he’s affectionately called, has come a long way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His talent has grown from leaps and bounds, and the only person who could truly stop his upward trajectory is the effervescent Miss Rhona – who he taunts almost daily in his Instagram stories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In true <strong>BUZZ</strong> style, we present ten of the most epic times Popcaan proved himself to be one of Jamaica’s national treasures, who should be protected at all costs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>*Dear anti-Dancehall posse, this is a Popcaan appreciation post, so <strong><em>YYYY</em></strong> fi all loose talk*</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>10. The airport magnet</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0ZAigJlM_s/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0ZAigJlM_s/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>9. \"Do not call Pastor Blair name!!\"</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BxXqO9GFzMN/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BxXqO9GFzMN/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>8. Daddy duties w/ Rihanna</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bnhqy8SHJDw/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bnhqy8SHJDw/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>7. A man of many talents</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BpxuhXmHBpL/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BpxuhXmHBpL/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>6. Popcaan\'s win at the #10YearChallenge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/PopcaanMusic/status/1084918651390738432\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/PopcaanMusic/status/1084918651390738432\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>5. The beauty of Unruly Fest. Who else has the range, the reach?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4961} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/popcaan-unruly-fest-dec2018-drake-tory-lane-demo-buzz-848x1024.jpg\" alt=\"\" class=\"wp-image-4961\" /><figcaption>(from left) Popcaan chilling backstage with pop superstars Drake (centre) and Tory Lanez during Unruly Fest in St. Thomas in 2018 (Photo: Twitter @PopcaanMusic)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>4. HOW can you not rate this man\'s comedic value??!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BhcFVHhHsWy/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BhcFVHhHsWy/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>3. Popcaan: The gift that keeps on giving</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/ByyW330lbry/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/ByyW330lbry/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>2. Wahpm to di workout, brejin?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BfdaBz-Hljd/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BfdaBz-Hljd/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>1. Popcaan? Clean. Dem? Dead.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bv8LDRNFJmc/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bv8LDRNFJmc/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> fam, tell us! Is Popcaan a national treasure (well duh!)? Sound off in the comments section!!</p>\n<!-- /wp:paragraph -->','10 times Popcaan proved he’s  a national treasure','','publish','open','closed','','10-times-popcaan-proved-hes-jamaicas-national-treasure','','','2019-08-21 14:00:32','2019-08-21 19:00:32','',0,'https://buzz-caribbean.com/?p=4940',0,'post','',0),(4941,14,'2019-08-20 17:05:12','2019-08-20 22:05:12','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"und\" dir=\"ltr\">2009 / 2019 ? <a href=\"https://t.co/BZGDU4sBRY\">pic.twitter.com/BZGDU4sBRY</a></p>&mdash; Popcaan (@PopcaanMusic) <a href=\"https://twitter.com/PopcaanMusic/status/1084918651390738432?ref_src=twsrc%5Etfw\">January 14, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','c391ee89d0d6d8dcc540e9ea62a454d7','','','2019-08-20 17:05:12','2019-08-20 22:05:12','',0,'https://buzz-caribbean.com/article/c391ee89d0d6d8dcc540e9ea62a454d7/',0,'oembed_cache','',0),(4945,9,'2019-08-20 17:07:53','2019-08-20 22:07:53','<!-- wp:image {\"id\":4938} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/delroy-chuck.png\" alt=\"\" class=\"wp-image-4938\" /><figcaption>Justice Minister Delroy Chuck says several Jamaicans have received fake divorce papers. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There seems to be no\nend in sight for the ongoing investigation into the issuing of fake divorce\npapers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The latest\ndevelopment in what has been a two-year-old investigation is that Jamaica’s\nJustice Minister Delroy Chuck believes that members of the legal fraternity are\ninvolved in the scheme where shysters issue fake Decree Absolute documents to\nunsuspecting persons seeking to complete their divorces in short order.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A Decree Absolute is\na court of law’s final order officially ending a marriage, enabling either\nparty to remarry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Justice Minister\nrevealed on television recently that about a month ago, Jamaica’s Chief\nJustice, The Honourable Mr Justice Bryan Sykes, received correspondence that\nwas also copied to him, from a law firm bringing attention to about nine of 10\ncases of divorce where the final divorce documents turned out to be fake.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The documents, Chuck\nsaid, though fake, were on what appeared to be legitimate letterheads from the\nsaid law firm. However, the firms had no knowledge of these cases. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The news comes on\nthe heels of a recent court appearance of a sergeant of police, who, it is\nalleged, has been offering forged divorce documents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The matter came to\nthe light in late 2017 when persons, who believed they were divorced, began\nturning up at the Registrar General Department seeking marriage licences. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Subsequent\nInvestigations led to the arrest of four persons, including an employee at the\nSupreme Court, on charges of forgery, uttering forged documents and conspiracy.\nThose charged are 44-year-old construction worker Artnel Sampson; 35-year-old\nstudio engineer Wayne Annakie; and 36-year-old farmer Shervin Levy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Among the victims\ncaught in the scheme was Melvin Samuels, who, in October 2017, was eventually\ncleared of bigamy charges in the Cayman Courts after it was determined that he had\nbeen duped by the shysters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reports suggest that an attorney is currently under investigation in relation to the fraud. It is unclear how many Jamaicans seeking speedy divorces were hoodwinked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Chase </em></strong></p>\n<!-- /wp:paragraph -->','Fake divorces still being probed','','inherit','closed','closed','','4918-revision-v1','','','2019-08-20 17:07:53','2019-08-20 22:07:53','',4918,'https://buzz-caribbean.com/article/4918-revision-v1/',0,'revision','',0),(4946,14,'2019-08-20 17:08:01','2019-08-20 22:08:01','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"und\" dir=\"ltr\"><a href=\"https://t.co/6PHTldTPfF\">pic.twitter.com/6PHTldTPfF</a></p>&mdash; Popcaan (@PopcaanMusic) <a href=\"https://twitter.com/PopcaanMusic/status/1066432895957520384?ref_src=twsrc%5Etfw\">November 24, 2018</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','923e0e8f74645bd4f9d0192b8374d0b5','','','2019-08-20 17:08:01','2019-08-20 22:08:01','',0,'https://buzz-caribbean.com/article/923e0e8f74645bd4f9d0192b8374d0b5/',0,'oembed_cache','',0),(4947,9,'2019-08-20 17:08:39','2019-08-20 22:08:39','<!-- wp:image {\"id\":4938} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/delroy-chuck.png\" alt=\"\" class=\"wp-image-4938\" /><figcaption>Justice Minister Delroy Chuck says several Jamaicans have received fake divorce papers. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There seems to be no\nend in sight for the ongoing investigation into the issuing of fake divorce\npapers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The latest\ndevelopment in what has been a two-year-old investigation is that Jamaica’s\nJustice Minister Delroy Chuck believes that members of the legal fraternity are\ninvolved in the scheme where shysters issue fake Decree Absolute documents to\nunsuspecting persons seeking to complete their divorces in short order.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A Decree Absolute is\na court of law’s final order officially ending a marriage, enabling either\nparty to remarry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Justice Minister\nrevealed on television recently that about a month ago, Jamaica’s Chief\nJustice, The Honourable Mr Justice Bryan Sykes, received correspondence that\nwas also copied to him, from a law firm bringing attention to about nine of 10\ncases of divorce where the final divorce documents turned out to be fake.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The documents, Chuck\nsaid, though fake, were on what appeared to be legitimate letterheads from the\nsaid law firm. However, the firms had no knowledge of these cases. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The news comes on\nthe heels of a recent court appearance of a sergeant of police, who, it is\nalleged, has been offering forged divorce documents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The matter came to\nthe light in late 2017 when persons, who believed they were divorced, began\nturning up at the Registrar General Department seeking marriage licences. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Subsequent Investigations led to the arrest of four persons, including an employee at the Supreme Court, on charges of forgery, uttering forged documents and conspiracy. Among the victims\ncaught in the scheme was Melvin Samuels, who, in October 2017, was eventually\ncleared of bigamy charges in the Cayman Courts after it was determined that he had\nbeen duped by the shysters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reports suggest that an attorney is currently under investigation in relation to the fraud. It is unclear how many Jamaicans seeking speedy divorces were hoodwinked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Chase </em></strong></p>\n<!-- /wp:paragraph -->','Fake divorces still being probed','','inherit','closed','closed','','4918-revision-v1','','','2019-08-20 17:08:39','2019-08-20 22:08:39','',4918,'https://buzz-caribbean.com/article/4918-revision-v1/',0,'revision','',0),(4948,9,'2019-08-20 17:09:32','2019-08-20 22:09:32','<!-- wp:image {\"id\":4938} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/delroy-chuck.png\" alt=\"\" class=\"wp-image-4938\" /><figcaption>Justice Minister Delroy Chuck says several Jamaicans have received fake divorce papers. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There seems to be no\nend in sight for the ongoing investigation into the issuing of fake divorce\npapers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The latest\ndevelopment in what has been a two-year-old investigation is that Jamaica’s\nJustice Minister Delroy Chuck believes that members of the legal fraternity are\ninvolved in the scheme where shysters issue fake Decree Absolute documents to\nunsuspecting persons seeking to complete their divorces in short order.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A Decree Absolute is\na court of law’s final order officially ending a marriage, enabling either\nparty to remarry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Justice Minister\nrevealed on television recently that about a month ago, Jamaica’s Chief\nJustice, The Honourable Mr Justice Bryan Sykes, received correspondence that\nwas also copied to him, from a law firm bringing attention to about nine of 10\ncases of divorce where the final divorce documents turned out to be fake.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The documents, Chuck\nsaid, though fake, were on what appeared to be legitimate letterheads from the\nsaid law firm. However, the firms had no knowledge of these cases. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The news comes on\nthe heels of a recent court appearance of a sergeant of police, who, it is\nalleged, has been offering forged divorce documents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The matter came to\nthe light in late 2017 when persons, who believed they were divorced, began\nturning up at the Registrar General Department seeking marriage licences. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Subsequent Investigations led to the arrest of four persons, including an employee at the Supreme Court, on charges of forgery, uttering forged documents and conspiracy. Among the victims\ncaught in the scheme was Melvin Samuels, who, in October 2017, was eventually\ncleared of bigamy charges in the Cayman Courts after it was determined that he had\nbeen duped by the shysters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Chase </em></strong></p>\n<!-- /wp:paragraph -->','Fake divorces still being probed','','inherit','closed','closed','','4918-revision-v1','','','2019-08-20 17:09:32','2019-08-20 22:09:32','',4918,'https://buzz-caribbean.com/article/4918-revision-v1/',0,'revision','',0),(4949,4,'2019-08-20 17:10:58','2019-08-20 22:10:58','<!-- wp:paragraph -->\n<p>Peter Bunting is hoping to replace Dr Peter Phillps as president of the People\'s National Party. Here are some interesting facts you may not have known about the Central Manchester MP:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>His favourite meal is stew peas and white rice.</strong></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>     2. <strong>Flying to space is at the top of his bucket list.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4937} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bunting-in-space-1024x614.jpg\" alt=\"\" class=\"wp-image-4937\" /><figcaption>Bounting would like to travel to space.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>    3. <strong>He owns lots of Koi fish. (\"When I was younger, my pets were the</strong>        <strong>animals on the farm where I grew up.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    4. <strong>His favourite movie is the classic Casablanca.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4886} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/casablanca-1024x819.jpg\" alt=\"\" class=\"wp-image-4886\" /><figcaption>Poster of the classic Casablanca movie.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>     5. <strong>He\'s neither a night or day person. (\"I only require a few hours of                                                sleep.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    6. <strong>Regarding his culinary skill, \"I make a mean soufflé.\"</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4904} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/soufflé.jpg\" alt=\"\" class=\"wp-image-4904\" /><figcaption>Bunting makes a mean soufflé.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>    7. <strong>He prefers cardio to lifting weights.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    8. <strong>Among his children, his daughter is most like him.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    9. <strong>His favourite social media channel is Twitter. (\"I\'m a tweep.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    10. <strong>He believed in Rolling-calf as a child.</strong></p>\n<!-- /wp:paragraph -->','Here are 10 interesting facts about Peter Bunting that will tickle you','','inherit','closed','closed','','4872-revision-v1','','','2019-08-20 17:10:58','2019-08-20 22:10:58','',4872,'https://buzz-caribbean.com/article/4872-revision-v1/',0,'revision','',0),(4951,14,'2019-08-20 17:15:19','2019-08-20 22:15:19','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">daddy duties <a href=\"https://t.co/phdhSr7Bto\">pic.twitter.com/phdhSr7Bto</a></p>&mdash; Popcaan (@PopcaanMusic) <a href=\"https://twitter.com/PopcaanMusic/status/1039600688395939843?ref_src=twsrc%5Etfw\">September 11, 2018</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','945850c1ba8e89f455b58b7e7746f03b','','','2019-08-20 17:15:19','2019-08-20 22:15:19','',0,'https://buzz-caribbean.com/article/945850c1ba8e89f455b58b7e7746f03b/',0,'oembed_cache','',0),(4952,14,'2019-08-20 17:17:44','2019-08-20 22:17:44','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B0ZAigJlM_s/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B0ZAigJlM_s/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B0ZAigJlM_s/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Trouble ina airport ?????‍♂️</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/popcaanmusic/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> 876GUD</a> (@popcaanmusic) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-26T18:59:51+00:00\">Jul 26, 2019 at 11:59am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','3b106c0b837f17e0b256825790bd3c21','','','2019-08-20 17:17:44','2019-08-20 22:17:44','',0,'https://buzz-caribbean.com/article/3b106c0b837f17e0b256825790bd3c21/',0,'oembed_cache','',0),(4953,14,'2019-08-20 17:22:14','2019-08-20 22:22:14','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BxXqO9GFzMN/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BxXqO9GFzMN/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BxXqO9GFzMN/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">God bless you mama thanks for making the choice for not throwing me away❤️I love you??????HAPPY Mother’s Day to all beautiful and ugly Mother’s ?#BLESSWITHLIFE??</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/popcaanmusic/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> 876GUD</a> (@popcaanmusic) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-05-12T16:48:27+00:00\">May 12, 2019 at 9:48am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','d7994b923d55a5cafc2cd3bfacccf5ef','','','2019-08-20 17:22:14','2019-08-20 22:22:14','',0,'https://buzz-caribbean.com/article/d7994b923d55a5cafc2cd3bfacccf5ef/',0,'oembed_cache','',0),(4954,14,'2019-08-20 17:22:14','2019-08-20 22:22:14','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/ByyW330lbry/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/ByyW330lbry/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/ByyW330lbry/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Wey!!! ?</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/popcaanmusic/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> 876GUD</a> (@popcaanmusic) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-06-16T22:08:42+00:00\">Jun 16, 2019 at 3:08pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','4c873717b2ef2e33d20c9557c1ca27c5','','','2019-08-20 17:22:14','2019-08-20 22:22:14','',0,'https://buzz-caribbean.com/article/4c873717b2ef2e33d20c9557c1ca27c5/',0,'oembed_cache','',0),(4955,14,'2019-08-20 17:26:06','2019-08-20 22:26:06','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/Bnhqy8SHJDw/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/Bnhqy8SHJDw/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/Bnhqy8SHJDw/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Miss Rhona nuh ramp enuh ?? #family?</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/popcaanmusic/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> 876GUD</a> (@popcaanmusic) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2018-09-10T00:53:23+00:00\">Sep 9, 2018 at 5:53pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','db2fcc4c98e7025ea4b0104428abaf4e','','','2019-08-20 17:26:06','2019-08-20 22:26:06','',0,'https://buzz-caribbean.com/article/db2fcc4c98e7025ea4b0104428abaf4e/',0,'oembed_cache','',0),(4956,14,'2019-08-20 17:26:07','2019-08-20 22:26:07','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BpxuhXmHBpL/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BpxuhXmHBpL/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BpxuhXmHBpL/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Talented all over... #876GAD Y</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/popcaanmusic/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> 876GUD</a> (@popcaanmusic) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2018-11-04T23:33:34+00:00\">Nov 4, 2018 at 3:33pm PST</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','6944829b769902a1bad18680bf8ee5a1','','','2019-08-20 17:26:07','2019-08-20 22:26:07','',0,'https://buzz-caribbean.com/article/6944829b769902a1bad18680bf8ee5a1/',0,'oembed_cache','',0),(4957,21,'2019-08-21 08:00:45','2019-08-21 13:00:45','<!-- wp:image {\"id\":4959} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rada-1024x683.jpg\" alt=\"\" class=\"wp-image-4959\" /><figcaption>Chief executive officer of the Rural Agricultural Development Authority (RADA), Peter Thompson (centre), speaks with senior director of Technology, Training and Technical Information, RADA, Winston Shaw (left); and UnaMay Gordon, principal director, Climate Change Division, Ministry of Economic Growth and Job Creation, at a recent workshop in Kingston. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The saying ‘water is life’ rings especially true for farmers. And with a prolonged drought parching sections of the island, the Rural Agricultural Development Authority (RADA) is seeking to make the precious commodity more accessible to farmers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at a workshop on Accelerating the Adoption of Climate Smart Agriculture in Jamaica, Peter Thompson, the chief executive officer at RADA, announced that the authority will put in place sustainable water-harvesting techniques for farmers in a bid to bolster Jamaica’s food security.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We will be looking at how we can rehabilitate some of the water catchments across the island.\"  </p><cite>— RADA\'s Peter Thompson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Thompson said the authority has conducted an audit of the island’s public water catchment facilities with the objective of putting them back into service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We will be looking at issues related to earthen ponds. We will be looking at how we can rehabilitate some of the water catchments across the island. We have done an assessment of all the catchments we have identified, and it will cost in excess of $200 million to repair them, so we will be looking at some of those,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thompson said that while the ‘Black Tank’ programme continues to be used by farmers in their irrigation activities, more sustainable systems need to be introduced to protect the agricultural sector from shocks associated with climate change.</p>\n<!-- /wp:paragraph -->','RADA to improve water harvesting techniques for farmers','','publish','open','closed','','rada-to-improve-water-harvesting-techniques-for-farmers','','','2019-08-25 19:33:45','2019-08-26 00:33:45','',0,'https://buzz-caribbean.com/?p=4957',0,'post','',0),(4958,4,'2019-08-20 17:29:29','2019-08-20 22:29:29','<!-- wp:paragraph -->\n<p>Peter Bunting is hoping to replace Dr Peter Phillps as president of the People\'s National Party. Here are some interesting facts you may not have known about the Central Manchester MP:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>His favourite meal is stew peas and white rice.</strong></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>     2. <strong>Flying to space is at the top of his bucket list.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4937} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bunting-in-space-1024x614.jpg\" alt=\"\" class=\"wp-image-4937\" /><figcaption>Bounting would like to travel to space.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>    3. <strong>He owns lots of Koi fish. (\"When I was younger, my pets were the</strong>        <strong>animals on the farm where I grew up.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    4. <strong>His favourite movie is the classic hit Casablanca.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4886} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/casablanca-1024x819.jpg\" alt=\"\" class=\"wp-image-4886\" /><figcaption>Poster of the classic Casablanca movie.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>     5. <strong>He\'s neither a night or day person. (\"I only require a few hours of                                                sleep.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    6. <strong>Regarding his culinary skill, \"I make a mean soufflé.\"</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4904} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/soufflé.jpg\" alt=\"\" class=\"wp-image-4904\" /><figcaption>Bunting makes a mean soufflé.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>    7. <strong>He prefers cardio to lifting weights.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    8. <strong>Among his children, his daughter is most like him.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    9. <strong>His favourite social media channel is Twitter. (\"I\'m a tweep.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    10. <strong>He believed in Rolling-calf as a child.</strong></p>\n<!-- /wp:paragraph -->','Here are 10 interesting facts about Peter Bunting that will tickle you','','inherit','closed','closed','','4872-revision-v1','','','2019-08-20 17:29:29','2019-08-20 22:29:29','',4872,'https://buzz-caribbean.com/article/4872-revision-v1/',0,'revision','',0),(4959,9,'2019-08-20 17:30:14','2019-08-20 22:30:14','','rada','','inherit','open','closed','','rada','','','2019-08-20 17:30:14','2019-08-20 22:30:14','',4957,'https://buzz-caribbean.com/app/uploads/2019/08/rada.jpg',0,'attachment','image/jpeg',0),(4961,14,'2019-08-20 17:32:07','2019-08-20 22:32:07','','popcaan-unruly-fest-dec2018-drake-tory-lane-demo-buzz','','inherit','open','closed','','popcaan-unruly-fest-dec2018-drake-tory-lane-demo-buzz','','','2019-08-20 17:32:07','2019-08-20 22:32:07','',4940,'https://buzz-caribbean.com/app/uploads/2019/08/popcaan-unruly-fest-dec2018-drake-tory-lane-demo-buzz.jpg',0,'attachment','image/jpeg',0),(4963,4,'2019-08-20 17:32:15','2019-08-20 22:32:15','<!-- wp:paragraph -->\n<p>Peter Bunting is hoping to replace Dr Peter Phillps as president of the People\'s National Party. Here are some interesting facts you may not have known about the Central Manchester MP:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>His favourite meal is stew peas and white rice.</strong></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>     2. <strong>Flying to space is at the top of his bucket list.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4937} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bunting-in-space-1024x614.jpg\" alt=\"\" class=\"wp-image-4937\" /><figcaption>Bounting would like to travel to space. (Graphic by Joy-Ann Johnson)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>     3. <strong>He owns lots of Koi fish. (\"When I was younger, my pets were the</strong>        <strong>animals on the farm where I grew up.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    4. <strong>His favourite movie is the classic hit Casablanca.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4886} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/casablanca-1024x819.jpg\" alt=\"\" class=\"wp-image-4886\" /><figcaption>Poster of the classic Casablanca movie.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>     5. <strong>He\'s neither a night or day person. (\"I only require a few hours of                                                sleep.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    6. <strong>Regarding his culinary skill, \"I make a mean soufflé.\"</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4904} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/soufflé.jpg\" alt=\"\" class=\"wp-image-4904\" /><figcaption>Bunting makes a mean soufflé.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>    7. <strong>He prefers cardio to lifting weights.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    8. <strong>Among his children, his daughter is most like him.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    9. <strong>His favourite social media channel is Twitter. (\"I\'m a tweep.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    10. <strong>He believed in Rolling-calf as a child.</strong></p>\n<!-- /wp:paragraph -->','Here are 10 interesting facts about Peter Bunting that will tickle you','','inherit','closed','closed','','4872-revision-v1','','','2019-08-20 17:32:15','2019-08-20 22:32:15','',4872,'https://buzz-caribbean.com/article/4872-revision-v1/',0,'revision','',0),(4964,9,'2019-08-20 17:33:11','2019-08-20 22:33:11','<!-- wp:image {\"id\":4959} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rada-1024x683.jpg\" alt=\"\" class=\"wp-image-4959\" /><figcaption>Chief Executive Officer of the Rural Agricultural Development Authority (RADA), Peter Thompson (centre), speaks with Senior Director of Technology, Training and Technical Information, RADA, Winston Shaw (left); and Principal Director, Climate Change Division, Ministry of Economic Growth and Job Creation, UnaMay Gordon, at a recent workshop in Kingston. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The saying ‘Water is Life’ rings especially true for farmers. And with a prolonged drought parching sections of the island, the Rural Agricultural Development Authority (RADA) is seeking to make the precious commodity more accessible to farmers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at a workshop on Accelerating the Adoption of Climate Smart Agriculture in Jamaica, chief executive officer RADA, Peter Thompson, announced that the authority will put in place sustainable water-harvesting techniques for farmers in a bid to bolster Jamaica’s food security.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thompson said the authority has conducted an audit of the island’s public<br> water catchment facilities with the objective of putting them back into<br> service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We will be looking at issues related to earthen ponds. We will be looking at how we can rehabilitate some of the water catchments across the island.<br>We have done an assessment of all the catchments we have identified, and it will cost in excess of $200 million to repair them, so we will be looking at some of those,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thompson said while the ‘Black Tank’ programme continues to be used by<br>farmers in their irrigation activities, more sustainable systems need to be<br>introduced to protect the agricultural sector from shocks associated with<br>climate change.</p>\n<!-- /wp:paragraph -->','RADA to improve water harvesting techniques for farmers','','inherit','closed','closed','','4957-revision-v1','','','2019-08-20 17:33:11','2019-08-20 22:33:11','',4957,'https://buzz-caribbean.com/article/4957-revision-v1/',0,'revision','',0),(4965,14,'2019-08-20 17:36:13','2019-08-20 22:36:13','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BhcFVHhHsWy/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BhcFVHhHsWy/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BhcFVHhHsWy/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">How is this ???</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/popcaanmusic/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> 876GUD</a> (@popcaanmusic) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2018-04-11T17:37:53+00:00\">Apr 11, 2018 at 10:37am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','d233a85acdebde0d7a440548e7dfbaa1','','','2019-08-20 17:36:13','2019-08-20 22:36:13','',0,'https://buzz-caribbean.com/article/d233a85acdebde0d7a440548e7dfbaa1/',0,'oembed_cache','',0),(4966,14,'2019-08-20 17:39:25','2019-08-20 22:39:25','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BfdaBz-Hljd/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BfdaBz-Hljd/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BfdaBz-Hljd/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Big performance now ?????</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/popcaanmusic/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> 876GUD</a> (@popcaanmusic) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2018-02-21T12:55:21+00:00\">Feb 21, 2018 at 4:55am PST</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','d0feaf043a227e0c29be635344f28af1','','','2019-08-20 17:39:25','2019-08-20 22:39:25','',0,'https://buzz-caribbean.com/article/d0feaf043a227e0c29be635344f28af1/',0,'oembed_cache','',0),(4967,14,'2019-08-20 17:42:27','2019-08-20 22:42:27','<!-- wp:paragraph -->\n<p>Yeeooooooow!!! Up inna di trends we gone agen!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Andre Sutherland, first of his name, King\nof the Unruly, father of fry-yiys, the great hotskull is a national treasure,\nat least that’s the consensus on social media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Trouble deh deh enuh!\"</p><cite>- Sir Popcaan himself</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p> his humble beginnings in the Gaza camp as the ‘Prefect’, to his global reach with Canadian rapper Drake and the OVO movement – ‘Poppy’ as he’s affectionately called, has come a long way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His talent has grown from leaps and bounds, and the only person who could truly stop his upward trajectory is the effervescent Miss Rhona – who he taunts almost daily in his Instagram stories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In true <strong>BUZZ</strong> style, we present ten of the most epic times Popcaan proved himself to be one of Jamaica’s national treasures, who should be protected at all costs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>*Dear anti-Dancehall posse, this is a Popcaan appreciation post, so <strong><em>YYYY</em></strong> fi all loose talk*</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>10. The airport magnet</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0ZAigJlM_s/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0ZAigJlM_s/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>9. \"Doh call Pastor Blair name!!\"</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BxXqO9GFzMN/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BxXqO9GFzMN/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>8. Daddy duties w/ Rihanna</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bnhqy8SHJDw/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bnhqy8SHJDw/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>7. A man of many talents</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BpxuhXmHBpL/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BpxuhXmHBpL/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>6. Popcaan\'s win at the #10YearChallenge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/PopcaanMusic/status/1084918651390738432\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/PopcaanMusic/status/1084918651390738432\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>5. The beauty of Unruly Fest. Who else has the range, the reach?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4961} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/popcaan-unruly-fest-dec2018-drake-tory-lane-demo-buzz-848x1024.jpg\" alt=\"\" class=\"wp-image-4961\" /><figcaption>(from left) Popcaan chilling backstage with pop superstars Drake (centre) and Tory Lanez during Unruly Fest in St. Thomas in 2018 (Photo: Twitter @PopcaanMusic)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>4. HOW can you not rate this man\'s comedic value??!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BhcFVHhHsWy/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BhcFVHhHsWy/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>3. Popcaan: The gift that keeps on giving</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/ByyW330lbry/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/ByyW330lbry/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>2. Wahpm to di workout, brejin?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BfdaBz-Hljd/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BfdaBz-Hljd/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>1. Popcaan? Clean. Dem? Dead.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bv8LDRNFJmc/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bv8LDRNFJmc/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>BUZZ fam, tell us! Is Popcaan a national treasure (well duh!)? Sound off in the comments section!!</p>\n<!-- /wp:paragraph -->','10 times Popcaan proved he’s Jamaica’s national treasure','','inherit','closed','closed','','4940-revision-v1','','','2019-08-20 17:42:27','2019-08-20 22:42:27','',4940,'https://buzz-caribbean.com/article/4940-revision-v1/',0,'revision','',0),(4968,14,'2019-08-20 17:42:28','2019-08-20 22:42:28','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/Bv8LDRNFJmc/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/Bv8LDRNFJmc/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/Bv8LDRNFJmc/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">?</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/popcaanmusic/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> 876GUD</a> (@popcaanmusic) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-04-07T04:02:46+00:00\">Apr 6, 2019 at 9:02pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','2cbd37e818035cdf3c39739a049c559a','','','2019-08-20 17:42:28','2019-08-20 22:42:28','',0,'https://buzz-caribbean.com/article/2cbd37e818035cdf3c39739a049c559a/',0,'oembed_cache','',0),(4969,14,'2019-08-20 17:43:01','2019-08-20 22:43:01','<!-- wp:paragraph -->\n<p>Yeeooooooow!!! Up inna di trends we gone agen!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Andre Sutherland, first of his name, King\nof the Unruly, father of fry-yiys, the great hotskull is a national treasure,\nat least that’s the consensus on social media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Trouble deh deh enuh!\"</p><cite>- Sir Popcaan himself</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p> his humble beginnings in the Gaza camp as the ‘Prefect’, to his global reach with Canadian rapper Drake and the OVO movement – ‘Poppy’ as he’s affectionately called, has come a long way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His talent has grown from leaps and bounds, and the only person who could truly stop his upward trajectory is the effervescent Miss Rhona – who he taunts almost daily in his Instagram stories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In true <strong>BUZZ</strong> style, we present ten of the most epic times Popcaan proved himself to be one of Jamaica’s national treasures, who should be protected at all costs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>*Dear anti-Dancehall posse, this is a Popcaan appreciation post, so <strong><em>YYYY</em></strong> fi all loose talk*</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>10. The airport magnet</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0ZAigJlM_s/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0ZAigJlM_s/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>9. \"Doh call Pastor Blair name!!\"</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BxXqO9GFzMN/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BxXqO9GFzMN/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>8. Daddy duties w/ Rihanna</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bnhqy8SHJDw/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bnhqy8SHJDw/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>7. A man of many talents</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BpxuhXmHBpL/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BpxuhXmHBpL/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>6. Popcaan\'s win at the #10YearChallenge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/PopcaanMusic/status/1084918651390738432\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/PopcaanMusic/status/1084918651390738432\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>5. The beauty of Unruly Fest. Who else has the range, the reach?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4961} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/popcaan-unruly-fest-dec2018-drake-tory-lane-demo-buzz-848x1024.jpg\" alt=\"\" class=\"wp-image-4961\" /><figcaption>(from left) Popcaan chilling backstage with pop superstars Drake (centre) and Tory Lanez during Unruly Fest in St. Thomas in 2018 (Photo: Twitter @PopcaanMusic)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>4. HOW can you not rate this man\'s comedic value??!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BhcFVHhHsWy/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BhcFVHhHsWy/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>3. Popcaan: The gift that keeps on giving</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/ByyW330lbry/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/ByyW330lbry/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>2. Wahpm to di workout, brejin?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BfdaBz-Hljd/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BfdaBz-Hljd/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>1. Popcaan? Clean. Dem? Dead.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bv8LDRNFJmc/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bv8LDRNFJmc/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>BUZZ fam, tell us! Is Popcaan a national treasure (well duh!)? Sound off in the comments section!!</p>\n<!-- /wp:paragraph -->','10 times Popcaan proved he’s a national treasure','','inherit','closed','closed','','4940-revision-v1','','','2019-08-20 17:43:01','2019-08-20 22:43:01','',4940,'https://buzz-caribbean.com/article/4940-revision-v1/',0,'revision','',0),(4972,23,'2019-08-20 18:56:54','2019-08-20 23:56:54','<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=NIsUey3Pnyw\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=NIsUey3Pnyw&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Nadine Sutherland speaks on longevity in the music business','','publish','closed','closed','','nadine-sutherland-speaks-on-longevity-in-the-music-business','','','2019-08-20 18:56:55','2019-08-20 23:56:55','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=4972',0,'video','',0),(4973,4,'2019-08-20 17:50:27','2019-08-20 22:50:27','<iframe title=\"Nadine Sutherland\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/NIsUey3Pnyw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','53b8a127cfd83373481de0b40d36bb76','','','2019-08-20 17:50:27','2019-08-20 22:50:27','',0,'https://buzz-caribbean.com/article/53b8a127cfd83373481de0b40d36bb76/',0,'oembed_cache','',0),(4974,14,'2019-08-20 17:53:06','2019-08-20 22:53:06','','popcaan-buzz-demo','','inherit','open','closed','','popcaan-buzz-demo','','','2019-08-20 17:53:06','2019-08-20 22:53:06','',4940,'https://buzz-caribbean.com/app/uploads/2019/08/popcaan-buzz-demo.jpeg',0,'attachment','image/jpeg',0),(4975,14,'2019-08-20 17:55:01','2019-08-20 22:55:01','<!-- wp:image {\"id\":4974} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/popcaan-buzz-demo-1024x683.jpeg\" alt=\"\" class=\"wp-image-4974\" /><figcaption>Andrae Sutherland, known worldwide as Popcaan (Photo: OfficialPopcaan.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Yeeooooooow!!! Up inna di trends we gone agen!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Andrae Hugh Sutherland</strong>, first of his name, King of the Unruly, father of fry-yiys, the great hotskull is a national treasure, at least that’s the consensus on social media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Trouble deh deh enuh!\"</p><cite>- Sir Popcaan himself</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p> His humble beginnings in the Gaza camp as the ‘Prefect’, to his global reach with Canadian rapper Drake and the OVO movement – ‘Poppy’ as he’s affectionately called, has come a long way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His talent has grown from leaps and bounds, and the only person who could truly stop his upward trajectory is the effervescent Miss Rhona – who he taunts almost daily in his Instagram stories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In true <strong>BUZZ</strong> style, we present ten of the most epic times Popcaan proved himself to be one of Jamaica’s national treasures, who should be protected at all costs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>*Dear anti-Dancehall posse, this is a Popcaan appreciation post, so <strong><em>YYYY</em></strong> fi all loose talk*</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>10. The airport magnet</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0ZAigJlM_s/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0ZAigJlM_s/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>9. \"Do not call Pastor Blair name!!\"</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BxXqO9GFzMN/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BxXqO9GFzMN/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>8. Daddy duties w/ Rihanna</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bnhqy8SHJDw/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bnhqy8SHJDw/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>7. A man of many talents</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BpxuhXmHBpL/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BpxuhXmHBpL/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>6. Popcaan\'s win at the #10YearChallenge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/PopcaanMusic/status/1084918651390738432\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/PopcaanMusic/status/1084918651390738432\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>5. The beauty of Unruly Fest. Who else has the range, the reach?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4961} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/popcaan-unruly-fest-dec2018-drake-tory-lane-demo-buzz-848x1024.jpg\" alt=\"\" class=\"wp-image-4961\" /><figcaption>(from left) Popcaan chilling backstage with pop superstars Drake (centre) and Tory Lanez during Unruly Fest in St. Thomas in 2018 (Photo: Twitter @PopcaanMusic)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>4. HOW can you not rate this man\'s comedic value??!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BhcFVHhHsWy/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BhcFVHhHsWy/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>3. Popcaan: The gift that keeps on giving</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/ByyW330lbry/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/ByyW330lbry/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>2. Wahpm to di workout, brejin?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BfdaBz-Hljd/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BfdaBz-Hljd/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>1. Popcaan? Clean. Dem? Dead.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bv8LDRNFJmc/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bv8LDRNFJmc/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> fam, tell us! Is Popcaan a national treasure (well duh!)? Sound off in the comments section!!</p>\n<!-- /wp:paragraph -->','10 times Popcaan proved he’s Jamaica’s national treasure','','inherit','closed','closed','','4940-revision-v1','','','2019-08-20 17:55:01','2019-08-20 22:55:01','',4940,'https://buzz-caribbean.com/article/4940-revision-v1/',0,'revision','',0),(4976,14,'2019-08-20 17:55:18','2019-08-20 22:55:18','<!-- wp:image {\"id\":4974} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/popcaan-buzz-demo-1024x683.jpeg\" alt=\"\" class=\"wp-image-4974\" /><figcaption>Andrae Sutherland, known worldwide as Popcaan (Photo: OfficialPopcaan.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Yeeooooooow!!! Up inna di trends we gone agen!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Andrae Hugh Sutherland</strong>, first of his name, King of the Unruly, father of fry-yiys, the great hotskull is a national treasure, at least that’s the consensus on social media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Trouble deh deh enuh!\"</p><cite>- Sir Popcaan himself</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p> His humble beginnings in the Gaza camp as the ‘Prefect’, to his global reach with Canadian rapper Drake and the OVO movement – ‘Poppy’ as he’s affectionately called, has come a long way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His talent has grown from leaps and bounds, and the only person who could truly stop his upward trajectory is the effervescent Miss Rhona – who he taunts almost daily in his Instagram stories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In true <strong>BUZZ</strong> style, we present ten of the most epic times Popcaan proved himself to be one of Jamaica’s national treasures, who should be protected at all costs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>*Dear anti-Dancehall posse, this is a Popcaan appreciation post, so <strong><em>YYYY</em></strong> fi all loose talk*</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>10. The airport magnet</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0ZAigJlM_s/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0ZAigJlM_s/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>9. \"Do not call Pastor Blair name!!\"</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BxXqO9GFzMN/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BxXqO9GFzMN/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>8. Daddy duties w/ Rihanna</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bnhqy8SHJDw/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bnhqy8SHJDw/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>7. A man of many talents</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BpxuhXmHBpL/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BpxuhXmHBpL/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>6. Popcaan\'s win at the #10YearChallenge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/PopcaanMusic/status/1084918651390738432\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/PopcaanMusic/status/1084918651390738432\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>5. The beauty of Unruly Fest. Who else has the range, the reach?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4961} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/popcaan-unruly-fest-dec2018-drake-tory-lane-demo-buzz-848x1024.jpg\" alt=\"\" class=\"wp-image-4961\" /><figcaption>(from left) Popcaan chilling backstage with pop superstars Drake (centre) and Tory Lanez during Unruly Fest in St. Thomas in 2018 (Photo: Twitter @PopcaanMusic)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>4. HOW can you not rate this man\'s comedic value??!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BhcFVHhHsWy/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BhcFVHhHsWy/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>3. Popcaan: The gift that keeps on giving</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/ByyW330lbry/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/ByyW330lbry/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>2. Wahpm to di workout, brejin?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BfdaBz-Hljd/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BfdaBz-Hljd/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>1. Popcaan? Clean. Dem? Dead.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bv8LDRNFJmc/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bv8LDRNFJmc/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> fam, tell us! Is Popcaan a national treasure (well duh!)? Sound off in the comments section!!</p>\n<!-- /wp:paragraph -->','10 times Popcaan proved he’s  a national treasure','','inherit','closed','closed','','4940-revision-v1','','','2019-08-20 17:55:18','2019-08-20 22:55:18','',4940,'https://buzz-caribbean.com/article/4940-revision-v1/',0,'revision','',0),(4979,4,'2019-08-20 18:06:10','2019-08-20 23:06:10','','Chef-Peter-B','','inherit','open','closed','','chef-peter-b','','','2019-08-20 18:06:10','2019-08-20 23:06:10','',4872,'https://buzz-caribbean.com/app/uploads/2019/08/Chef-Peter-B.jpg',0,'attachment','image/jpeg',0),(4980,4,'2019-08-20 18:06:10','2019-08-20 23:06:10','<!-- wp:paragraph -->\n<p>Peter Bunting is hoping to replace Dr Peter Phillps as president of the People\'s National Party. Here are some interesting facts you may not have known about the Central Manchester MP:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>His favourite meal is stew peas and white rice.</strong></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>     2. <strong>Flying to space is at the top of his bucket list.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4937} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bunting-in-space-1024x614.jpg\" alt=\"\" class=\"wp-image-4937\" /><figcaption>Bounting would like to travel to space. (Graphic by Joy-Ann Johnson)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>     3. <strong>He owns lots of Koi fish. (\"When I was younger, my pets were the</strong>        <strong>animals on the farm where I grew up.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    4. <strong>His favourite movie is the classic hit Casablanca.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4886} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/casablanca-1024x819.jpg\" alt=\"\" class=\"wp-image-4886\" /><figcaption>Poster of the classic Casablanca movie.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>     5. <strong>He\'s neither a night or day person. (\"I only require a few hours of                                                sleep.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    6. <strong>Regarding his culinary skill, \"I make a mean&nbsp;soufflé.\"</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/693d4958-fe88-4dd8-83aa-f5df08f52c8f\" alt=\"\" /><figcaption>Bunting Makes a mean soufflé.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>    7. <strong>He prefers cardio to lifting weights.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    8. <strong>Among his children, his daughter is most like him.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    9. <strong>His favourite social media channel is Twitter. (\"I\'m a tweep.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    10. <strong>He believed in Rolling-calf as a child.</strong></p>\n<!-- /wp:paragraph -->','Here are 10 interesting facts about Peter Bunting that will tickle you','','inherit','closed','closed','','4872-revision-v1','','','2019-08-20 18:06:10','2019-08-20 23:06:10','',4872,'https://buzz-caribbean.com/article/4872-revision-v1/',0,'revision','',0),(4982,4,'2019-08-20 18:17:30','2019-08-20 23:17:30','<!-- wp:paragraph -->\n<p>Peter Bunting is hoping to replace Dr Peter Phillps as president of the People\'s National Party. Here are some interesting facts you may not have known about the Central Manchester MP:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>His favourite meal is stew peas and white rice.</strong></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>     2. <strong>Flying to space is at the top of his bucket list.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4937} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bunting-in-space-1024x614.jpg\" alt=\"\" class=\"wp-image-4937\" /><figcaption>Bounting would like to travel to space. (Graphic by Joy-Ann Johnson)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>     3. <strong>He owns lots of Koi fish. (\"When I was younger, my pets were the</strong>        <strong>animals on the farm where I grew up.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    4. <strong>His favourite movie is the classic hit Casablanca.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4886} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/casablanca-1024x819.jpg\" alt=\"\" class=\"wp-image-4886\" /><figcaption>Poster of the classic Casablanca movie.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>     5. <strong>He\'s neither a night or day person. (\"I only require a few hours of                                                sleep.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    6. <strong>Regarding his culinary skill, \"I make a mean soufflé.\"</strong>P</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4979} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Chef-Peter-B-1024x614.jpg\" alt=\"\" class=\"wp-image-4979\" /><figcaption>Bunting makes a mean soufflé</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>    7. <strong>He prefers cardio to lifting weights.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    8. <strong>Among his children, his daughter is most like him.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    9. <strong>His favourite social media channel is Twitter. (\"I\'m a tweep.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    10. <strong>He believed in Rolling-calf as a child.</strong></p>\n<!-- /wp:paragraph -->','Here are 10 interesting facts about Peter Bunting that will tickle you','','inherit','closed','closed','','4872-revision-v1','','','2019-08-20 18:17:30','2019-08-20 23:17:30','',4872,'https://buzz-caribbean.com/article/4872-revision-v1/',0,'revision','',0),(4983,4,'2019-08-20 18:26:29','2019-08-20 23:26:29','<!-- wp:paragraph -->\n<p>Peter Bunting is hoping to replace Dr Peter Phillps as president of the People\'s National Party. Here are some interesting facts you may not have known about the Central Manchester MP:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>His favourite meal is stew peas and white rice.</strong></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>     2. <strong>Flying to space is at the top of his bucket list.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4937} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bunting-in-space-1024x614.jpg\" alt=\"\" class=\"wp-image-4937\" /><figcaption>Bounting would like to travel to space. (Graphic by Joy-Ann Johnson)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>     3. <strong>He owns lots of Koi fish. (\"When I was younger, my pets were the</strong>        <strong>animals on the farm where I grew up.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    4. <strong>His favourite movie is the classic hit Casablanca.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4886} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/casablanca-1024x819.jpg\" alt=\"\" class=\"wp-image-4886\" /><figcaption>Poster of the classic Casablanca movie.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>     5. <strong>He\'s neither a night or day person. (\"I only require a few hours of                                                sleep.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    6. <strong>Regarding his culinary skill, \"I make a mean soufflé.\"</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4979} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Chef-Peter-B-1024x614.jpg\" alt=\"\" class=\"wp-image-4979\" /><figcaption>Bunting makes a mean&nbsp;soufflé</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>    7. <strong>He prefers cardio to lifting weights.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    8. <strong>Among his children, his daughter is most like him.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    9. <strong>His favourite social media channel is Twitter. (\"I\'m a tweep.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    10. <strong>He believed in Rolling-calf as a child.</strong></p>\n<!-- /wp:paragraph -->','Here are 10 interesting facts about Peter Bunting that will tickle you','','inherit','closed','closed','','4872-revision-v1','','','2019-08-20 18:26:29','2019-08-20 23:26:29','',4872,'https://buzz-caribbean.com/article/4872-revision-v1/',0,'revision','',0),(4984,4,'2019-08-20 18:30:03','2019-08-20 23:30:03','','Bunting In Space','','inherit','open','closed','','bunting-in-space-2','','','2019-08-20 18:30:03','2019-08-20 23:30:03','',0,'https://buzz-caribbean.com/app/uploads/2019/08/bunting-in-space-1.jpg',0,'attachment','image/jpeg',0),(4985,4,'2019-08-20 18:30:55','2019-08-20 23:30:55','<!-- wp:paragraph -->\n<p>Peter Bunting is hoping to replace Dr Peter Phillps as president of the People\'s National Party. Here are some interesting facts you may not have known about the Central Manchester MP:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>His favourite meal is stew peas and white rice.</strong></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>     2. <strong>Flying to space is at the top of his bucket list.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4937} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bunting-in-space-1024x614.jpg\" alt=\"\" class=\"wp-image-4937\" /><figcaption>Bounting would like to travel to space. (Graphic by Joy-Ann Johnson)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>     3. <strong>He owns lots of Koi fish. (\"When I was younger, my pets were the</strong>        <strong>animals on the farm where I grew up.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    4. <strong>His favourite movie is the classic hit Casablanca.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4886} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/casablanca-1024x819.jpg\" alt=\"\" class=\"wp-image-4886\" /><figcaption>Poster of the classic Casablanca movie.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>     5. <strong>He\'s neither a night or day person. (\"I only require a few hours of                                                sleep.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    6. <strong>Regarding his culinary skill, \"I make a mean&nbsp;soufflé.\"</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4979} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Chef-Peter-B-1024x614.jpg\" alt=\"\" class=\"wp-image-4979\" /><figcaption>Bunting makes a mean&nbsp;soufflé</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>    7. <strong>He prefers cardio to lifting weights.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    8. <strong>Among his children, his daughter is most like him.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    9. <strong>His favourite social media channel is Twitter. (\"I\'m a tweep.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    10. <strong>He believed in Rolling-calf as a child.</strong></p>\n<!-- /wp:paragraph -->','Here are 10 interesting facts about Peter Bunting that will tickle you','','inherit','closed','closed','','4872-revision-v1','','','2019-08-20 18:30:55','2019-08-20 23:30:55','',4872,'https://buzz-caribbean.com/article/4872-revision-v1/',0,'revision','',0),(4987,4,'2019-08-20 18:52:28','2019-08-20 23:52:28','','Screenshot (55)','','inherit','open','closed','','screenshot-55','','','2019-08-20 18:52:28','2019-08-20 23:52:28','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-55.png',0,'attachment','image/png',0),(4989,4,'2019-08-20 19:10:49','2019-08-21 00:10:49','<!-- wp:paragraph -->\n<p>Peter Bunting is hoping to replace Dr Peter Phillps as president of the People\'s National Party. Here are some interesting facts you may not have known about the Central Manchester MP:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>His favourite meal is stew peas and white rice.</strong></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>     2. <strong>Flying to space is at the top of his bucket list.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4937} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bunting-in-space-1024x614.jpg\" alt=\"\" class=\"wp-image-4937\" /><figcaption>Bounting would like to travel to space. (Graphics by Joy-Ann Johnson)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>     3. <strong>He owns lots of Koi fish. (\"When I was younger, my pets were the</strong>        <strong>animals on the farm where I grew up.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    4. <strong>His favourite movie is the classic hit Casablanca.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4886} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/casablanca-1024x819.jpg\" alt=\"\" class=\"wp-image-4886\" /><figcaption>Poster of the classic Casablanca movie.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>     5. <strong>He\'s neither a night or day person. (\"I only require a few hours of                                                sleep.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    6. <strong>Regarding his culinary skill, \"I make a mean&nbsp;soufflé.\"</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4979} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Chef-Peter-B-1024x614.jpg\" alt=\"\" class=\"wp-image-4979\" /><figcaption>Bunting makes a mean&nbsp;soufflé</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>    7. <strong>He prefers cardio to lifting weights.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    8. <strong>Among his children, his daughter is most like him.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    9. <strong>His favourite social media channel is Twitter. (\"I\'m a tweep.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    10. <strong>He believed in Rolling-calf as a child.</strong></p>\n<!-- /wp:paragraph -->','Here are 10 interesting facts about Peter Bunting that will tickle you','','inherit','closed','closed','','4872-revision-v1','','','2019-08-20 19:10:49','2019-08-21 00:10:49','',4872,'https://buzz-caribbean.com/article/4872-revision-v1/',0,'revision','',0),(4990,23,'2019-08-21 06:30:33','2019-08-21 11:30:33','<!-- wp:paragraph -->\n<p>Dancehall artiste Spice has apologized to the hundreds of persons who left her back-to-school treat empty-handed yesterday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5008} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/spice-treat-1-1024x702.jpg\" alt=\"\" class=\"wp-image-5008\" /><figcaption>Spice handing out supplies at her back-to-school treat yesterday. (Photos: Fatherp)  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A crowd estimated at over a thousand people turned up for the treat at the Maverly Gospel Hall, off Molynes Road in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, the supplies — which included bags and stationeries — ran out and hundreds of people had to leave empty handed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5004} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/spice-crowd-1024x768.jpg\" alt=\"\" class=\"wp-image-5004\" /><figcaption>Over a thousand people are believed to have turned out for the treat.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Spice took to Instagram to apologize to those who left disappointed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I\'d like to apologize to the children who left disappointed today at my back to school giveaway. I too left in tears as I did not have enough to give. I promise to make this bigger and better next time and definitely more organised...,\" Spice wrote.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1Zz9_qHxqP/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1Zz9_qHxqP/\n</div></figure>\n<!-- /wp:embed -->','Spice left back-to-school treat in \'tears\'','','publish','open','closed','','spice-left-back-to-school-treat-in-tears','','','2019-08-20 21:31:45','2019-08-21 02:31:45','',0,'https://buzz-caribbean.com/?p=4990',0,'post','',0),(4991,4,'2019-08-20 19:47:28','2019-08-21 00:47:28','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1Zz9_qHxqP/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1Zz9_qHxqP/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1Zz9_qHxqP/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">I’d like to apologize to the children who left disappointed ? today at my back to school give away✏️? @gracehamilton_wef . I too left in tears as I didn’t have enough to give . This video is when I left the front and went to the back of the crowd to make sure that kids at the back was getting before I ran out of bags . Thanks to who came on board but there’s so much more we can do so I’m still asking others to reach out gracehamiltonwef@gmail.com I promise to make this bigger and better next time and definitely more organized ??please forgive me for underestimating ??. BY THE WAY THE CROWD WAS TOO THICK TO FORM A LINE SO I HAD NO CHOICE BUT TO DO IT THIS WAS?</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/spiceofficial/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Grace Hamilton</a> (@spiceofficial) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-20T23:00:55+00:00\">Aug 20, 2019 at 4:00pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','ba8af8423d65f3873bf92d21848475f5','','','2019-08-20 19:47:28','2019-08-21 00:47:28','',0,'https://buzz-caribbean.com/article/ba8af8423d65f3873bf92d21848475f5/',0,'oembed_cache','',0),(4992,4,'2019-08-20 20:06:07','2019-08-21 01:06:07','<!-- wp:paragraph -->\n<p>Dancehall artiste Spice is apologizing to the hundred of persons who left her back-to-school treat empty-handed yesterday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A crowd estimated at over a thousand people turned up for the treat at the Maverly Gospel Hall, off Molynes Road in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, the supplies — which included bags and stationeries — ran out and hundreds of people had to leave empty handed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Spice took to her Instagram page to apologize to those left disappointed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I\'d like to apologize to the children who left disappointed today at my back to school giveaway. I too left in tears as I did not have enough to give. I promise to make this bigger and better next time and definitely more organised...,\" Spice wrote.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1Zz9_qHxqP/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1Zz9_qHxqP/\n</div></figure>\n<!-- /wp:embed -->','Spice left back-to-school treat in \'tears\'','','inherit','closed','closed','','4990-revision-v1','','','2019-08-20 20:06:07','2019-08-21 01:06:07','',4990,'https://buzz-caribbean.com/article/4990-revision-v1/',0,'revision','',0),(4993,14,'2019-08-20 20:27:33','2019-08-21 01:27:33','<!-- wp:image {\"id\":4995} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-official-3-1024x890.jpg\" alt=\"\" class=\"wp-image-4995\" /><figcaption>Koffee (Photo: OriginalKoffee.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Next-generation Reggae star Koffee kicked off her tour of the United States Tuesday, August 20 at the Roseland Theatre in Portland, Oregon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Toast</strong> singer is making her second stop in North America in as many months, after concluding a successful tour of Canada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4998} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/roseland-theatre-oregon-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-4998\" /><figcaption>The Roseland, a stomping ground for mega-stars such as Post Malone and Billie Eilish, will be Koffee\'s to command tonight! (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Koffee, who is a headliner on R&amp;B crooner Daniel Cesar’s <em>CASE STUDY tour</em>, will be at the <em>Roseland</em> into Wednesday; where the <strong>Rapture</strong> singjay is expected to again electrify the crowd.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Koffee\'s website, the <em>CASE STUDY tour </em>will continue along the US southwest coast, into the deep south, before heading north and ending in Cleveland, Ohio on September 25.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Koffee’s final stop on her US tour will be at the iconic House of Blues in downtown Cleveland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4996} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/house-of-blues-buzz-demo-1024x542.jpg\" alt=\"\" class=\"wp-image-4996\" /><figcaption>House of Blues, in all its glory (Photo: CooperCarry.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Earlier this month, Koffee’s North America tour saw her enchant fans in Canada. The fast-rising Jamaican talent shared her gratitude for the warm reception on Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1B8cWdH9HH/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1B8cWdH9HH/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->','Koffee kicks off US tour','','publish','open','closed','','koffee-kicks-off-us-tour-tonight-in-oregon','','','2019-08-22 08:45:11','2019-08-22 13:45:11','',0,'https://buzz-caribbean.com/?p=4993',0,'post','',0),(4994,14,'2019-08-20 20:12:49','2019-08-21 01:12:49','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1B8cWdH9HH/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1B8cWdH9HH/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1B8cWdH9HH/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Thank you Canada for welcoming my team and I with open arms! I appreciate the support. ??❤️⠀ ⠀ Photo creds: @dukeydukez ⠀ #KoffeOnTour #Canada</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/originalkoffee/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Koffee</a> (@originalkoffee) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-11T16:27:32+00:00\">Aug 11, 2019 at 9:27am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','81893b3ba10b6b192a9de6f8d2d0e49c','','','2019-08-20 20:12:49','2019-08-21 01:12:49','',0,'https://buzz-caribbean.com/article/81893b3ba10b6b192a9de6f8d2d0e49c/',0,'oembed_cache','',0),(4995,14,'2019-08-20 20:13:12','2019-08-21 01:13:12','','koffee-official-3','','inherit','open','closed','','koffee-official-3','','','2019-08-20 20:13:12','2019-08-21 01:13:12','',4993,'https://buzz-caribbean.com/app/uploads/2019/08/koffee-official-3.jpg',0,'attachment','image/jpeg',0),(4996,14,'2019-08-20 20:21:56','2019-08-21 01:21:56','','house-of-blues-buzz-demo','','inherit','open','closed','','house-of-blues-buzz-demo','','','2019-08-20 20:21:56','2019-08-21 01:21:56','',4993,'https://buzz-caribbean.com/app/uploads/2019/08/house-of-blues-buzz-demo.jpg',0,'attachment','image/jpeg',0),(4998,14,'2019-08-20 20:25:13','2019-08-21 01:25:13','','roseland-theatre-oregon-buzz-demo','','inherit','open','closed','','roseland-theatre-oregon-buzz-demo','','','2019-08-20 20:25:13','2019-08-21 01:25:13','',4993,'https://buzz-caribbean.com/app/uploads/2019/08/roseland-theatre-oregon-buzz-demo.jpg',0,'attachment','image/jpeg',0),(5000,4,'2019-08-20 20:26:56','2019-08-21 01:26:56','<!-- wp:paragraph -->\n<p>Dancehall artiste Spice is apologizing to the hundred of persons who left her back-to-school treat empty-handed yesterday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4997} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/spice-treat-1-1024x768.jpg\" alt=\"\" class=\"wp-image-4997\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A crowd estimated at over a thousand people turned up for the treat at the Maverly Gospel Hall, off Molynes Road in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, the supplies — which included bags and stationeries — ran out and hundreds of people had to leave empty handed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4999} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/spice-treat-2-1024x768.jpg\" alt=\"\" class=\"wp-image-4999\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Spice took to her Instagram page to apologize to those left disappointed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I\'d like to apologize to the children who left disappointed today at my back to school giveaway. I too left in tears as I did not have enough to give. I promise to make this bigger and better next time and definitely more organised...,\" Spice wrote.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1Zz9_qHxqP/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1Zz9_qHxqP/\n</div></figure>\n<!-- /wp:embed -->','Spice left back-to-school treat \'disappointed\' and in \'tears\'','','inherit','closed','closed','','4990-revision-v1','','','2019-08-20 20:26:56','2019-08-21 01:26:56','',4990,'https://buzz-caribbean.com/article/4990-revision-v1/',0,'revision','',0),(5001,14,'2019-08-20 20:27:33','2019-08-21 01:27:33','<!-- wp:image {\"id\":4995} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-official-3-1024x890.jpg\" alt=\"\" class=\"wp-image-4995\" /><figcaption>Koffe (Photo: OriginalKoffee.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Next-generation Reggae star Koffee gets her tour of the United States underway tonight, Tuesday, August 20 at the Roseland Theatre in Portland, Oregon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4998} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/roseland-theatre-oregon-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-4998\" /><figcaption>The Roseland, a stomping ground for mega-stars such as Post Malone and Billie Eilish, will be Koffee\'s to command tonight! (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Koffee, who is a headliner on Haitian R&amp;B crooner Daniel Cesar’s <em>CASE STUDY tour</em>, will be at the Roseland into Wednesday, where the <strong>Rapture</strong> singjay is expected to electrify the crowd.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Spanish Town lyricist will be away from\nJamaica for an extended time, as BUZZ is informed that the CASE STUDY tour\ncontinues along the US southwest coast, into the deep south before heading\nnorth and ending in Cleveland, Ohio on September 25.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Koffee’s final stop on her US tour will be at the iconic House of Blues in downtown Cleveland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4996} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/house-of-blues-buzz-demo-1024x542.jpg\" alt=\"\" class=\"wp-image-4996\" /><figcaption>House of Blues, in all its glory (Photo: CooperCarry.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Earlier this month, Koffee’s North America\ntour saw her enchant fans in Canada – to which she shared her gratitude for the\nwarm reception on Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1B8cWdH9HH/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1B8cWdH9HH/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->','Koffee kicks off US tour tonight in Oregon','','inherit','closed','closed','','4993-revision-v1','','','2019-08-20 20:27:33','2019-08-21 01:27:33','',4993,'https://buzz-caribbean.com/article/4993-revision-v1/',0,'revision','',0),(5002,14,'2019-08-20 20:28:59','2019-08-21 01:28:59','<!-- wp:image {\"id\":4995} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-official-3-1024x890.jpg\" alt=\"\" class=\"wp-image-4995\" /><figcaption>Koffee (Photo: OriginalKoffee.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Next-generation Reggae star Koffee gets her tour of the United States underway tonight, Tuesday, August 20 at the Roseland Theatre in Portland, Oregon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4998} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/roseland-theatre-oregon-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-4998\" /><figcaption>The Roseland, a stomping ground for mega-stars such as Post Malone and Billie Eilish, will be Koffee\'s to command tonight! (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Koffee, who is a headliner on Haitian R&amp;B crooner Daniel Cesar’s <em>CASE STUDY tour</em>, will be at the Roseland into Wednesday, where the <strong>Rapture</strong> singjay is expected to electrify the crowd.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Spanish Town lyricist will be away from Jamaica for an extended time, as <strong>BUZZ</strong> is informed that the <em>CASE STUDY tour </em>continues along the US southwest coast, into the deep south before heading north and ending in Cleveland, Ohio on September 25.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Koffee’s final stop on her US tour will be at the iconic House of Blues in downtown Cleveland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4996} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/house-of-blues-buzz-demo-1024x542.jpg\" alt=\"\" class=\"wp-image-4996\" /><figcaption>House of Blues, in all its glory (Photo: CooperCarry.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Earlier this month, Koffee’s North America\ntour saw her enchant fans in Canada – to which she shared her gratitude for the\nwarm reception on Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1B8cWdH9HH/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1B8cWdH9HH/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->','Koffee kicks off US tour tonight in Oregon','','inherit','closed','closed','','4993-revision-v1','','','2019-08-20 20:28:59','2019-08-21 01:28:59','',4993,'https://buzz-caribbean.com/article/4993-revision-v1/',0,'revision','',0),(5004,4,'2019-08-20 20:29:22','2019-08-21 01:29:22','','spice-crowd','','inherit','open','closed','','spice-crowd','','','2019-08-20 20:29:22','2019-08-21 01:29:22','',4990,'https://buzz-caribbean.com/app/uploads/2019/08/spice-crowd.jpg',0,'attachment','image/jpeg',0),(5005,4,'2019-08-20 20:31:00','2019-08-21 01:31:00','<!-- wp:paragraph -->\n<p>Dancehall artiste Spice is apologizing to the hundred of persons who left her back-to-school treat empty-handed yesterday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4997} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/spice-treat-1-1024x768.jpg\" alt=\"\" class=\"wp-image-4997\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A crowd estimated at over a thousand people turned up for the treat at the Maverly Gospel Hall, off Molynes Road in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, the supplies — which included bags and stationeries — ran out and hundreds of people had to leave empty handed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5004} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/spice-crowd-1024x768.jpg\" alt=\"\" class=\"wp-image-5004\" /><figcaption>Over a thousand people are believed to have turned out for the event.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Spice took to her Instagram page to apologize to those left disappointed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I\'d like to apologize to the children who left disappointed today at my back to school giveaway. I too left in tears as I did not have enough to give. I promise to make this bigger and better next time and definitely more organised...,\" Spice wrote.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1Zz9_qHxqP/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1Zz9_qHxqP/\n</div></figure>\n<!-- /wp:embed -->','Spice left back-to-school treat \'disappointed\' and in \'tears\'','','inherit','closed','closed','','4990-revision-v1','','','2019-08-20 20:31:00','2019-08-21 01:31:00','',4990,'https://buzz-caribbean.com/article/4990-revision-v1/',0,'revision','',0),(5006,14,'2019-08-20 20:34:57','2019-08-21 01:34:57','<!-- wp:image {\"id\":4995} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-official-3-1024x890.jpg\" alt=\"\" class=\"wp-image-4995\" /><figcaption>Koffee (Photo: OriginalKoffee.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Next-generation Reggae star Koffee gets her tour of the United States underway tonight, Tuesday, August 20 at the Roseland Theatre in Portland, Oregon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Toast</strong> singer is making her second stop in North America in as many months, after concluding a successful tour of Canada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4998} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/roseland-theatre-oregon-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-4998\" /><figcaption>The Roseland, a stomping ground for mega-stars such as Post Malone and Billie Eilish, will be Koffee\'s to command tonight! (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Koffee, who is a headliner on R&amp;B crooner Daniel Cesar’s <em>CASE STUDY tour</em>, will be at the <em>Roseland</em> into Wednesday; where the <strong>Rapture</strong> singjay is expected to again electrify the crowd.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Koffee\'s website, the <em>CASE STUDY tour </em>will continue along the US southwest coast, into the deep south, before heading north and ending in Cleveland, Ohio on September 25.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Koffee’s final stop on her US tour will be at the iconic House of Blues in downtown Cleveland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4996} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/house-of-blues-buzz-demo-1024x542.jpg\" alt=\"\" class=\"wp-image-4996\" /><figcaption>House of Blues, in all its glory (Photo: CooperCarry.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Earlier this month, Koffee’s North America tour saw her enchant fans in Canada. The fast-rising Jamaican talent shared her gratitude for the warm reception on Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1B8cWdH9HH/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1B8cWdH9HH/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->','Koffee kicks off US tour tonight in Oregon','','inherit','closed','closed','','4993-revision-v1','','','2019-08-20 20:34:57','2019-08-21 01:34:57','',4993,'https://buzz-caribbean.com/article/4993-revision-v1/',0,'revision','',0),(5007,4,'2019-08-20 20:35:28','2019-08-21 01:35:28','<!-- wp:paragraph -->\n<p>Dancehall artiste Spice is apologizing to the hundred of persons who left her back-to-school treat empty-handed yesterday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4997} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/spice-treat-1-1024x768.jpg\" alt=\"\" class=\"wp-image-4997\" /><figcaption>Spice handing out supplies at her back-to-school treat yesterday. Photos: Contributed)  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A crowd estimated at over a thousand people turned up for the treat at the Maverly Gospel Hall, off Molynes Road in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, the supplies — which included bags and stationeries — ran out and hundreds of people had to leave empty handed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5004} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/spice-crowd-1024x768.jpg\" alt=\"\" class=\"wp-image-5004\" /><figcaption>Over a thousand people are believed to have turned out for the event.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Spice took to her Instagram page to apologize to those left disappointed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I\'d like to apologize to the children who left disappointed today at my back to school giveaway. I too left in tears as I did not have enough to give. I promise to make this bigger and better next time and definitely more organised...,\" Spice wrote.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1Zz9_qHxqP/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1Zz9_qHxqP/\n</div></figure>\n<!-- /wp:embed -->','Spice left back-to-school treat in \'tears\'','','inherit','closed','closed','','4990-revision-v1','','','2019-08-20 20:35:28','2019-08-21 01:35:28','',4990,'https://buzz-caribbean.com/article/4990-revision-v1/',0,'revision','',0),(5008,4,'2019-08-20 20:44:20','2019-08-21 01:44:20','','Spice Treat 1','','inherit','open','closed','','spice-treat-1','','','2019-08-20 20:44:20','2019-08-21 01:44:20','',0,'https://buzz-caribbean.com/app/uploads/2019/08/spice-treat-1.jpg',0,'attachment','image/jpeg',0),(5009,4,'2019-08-20 20:46:21','2019-08-21 01:46:21','<!-- wp:paragraph -->\n<p>Dancehall artiste Spice is apologizing to the hundred of persons who left her back-to-school treat empty-handed yesterday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5008} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/spice-treat-1-1024x702.jpg\" alt=\"\" class=\"wp-image-5008\" /><figcaption>Spice handing out supplies at her back-to-school treat yesterday. Photos: Contributed)  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A crowd estimated at over a thousand people turned up for the treat at the Maverly Gospel Hall, off Molynes Road in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, the supplies — which included bags and stationeries — ran out and hundreds of people had to leave empty handed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5004} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/spice-crowd-1024x768.jpg\" alt=\"\" class=\"wp-image-5004\" /><figcaption>Over a thousand people are believed to have turned out for the event.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Spice took to her Instagram page to apologize to those left disappointed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I\'d like to apologize to the children who left disappointed today at my back to school giveaway. I too left in tears as I did not have enough to give. I promise to make this bigger and better next time and definitely more organised...,\" Spice wrote.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1Zz9_qHxqP/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1Zz9_qHxqP/\n</div></figure>\n<!-- /wp:embed -->','Spice left back-to-school treat in \'tears\'','','inherit','closed','closed','','4990-revision-v1','','','2019-08-20 20:46:21','2019-08-21 01:46:21','',4990,'https://buzz-caribbean.com/article/4990-revision-v1/',0,'revision','',0),(5011,4,'2019-08-20 21:04:42','2019-08-21 02:04:42','<!-- wp:paragraph -->\n<p>Dancehall artiste Spice has apologized to the hundred of persons who left her back-to-school treat empty-handed yesterday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5008} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/spice-treat-1-1024x702.jpg\" alt=\"\" class=\"wp-image-5008\" /><figcaption>Spice handing out supplies at her back-to-school treat yesterday. (Photos: Fatherp)  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A crowd estimated at over a thousand people turned up for the treat at the Maverly Gospel Hall, off Molynes Road in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, the supplies — which included bags and stationeries — ran out and hundreds of people had to leave empty handed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5004} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/spice-crowd-1024x768.jpg\" alt=\"\" class=\"wp-image-5004\" /><figcaption>Over a thousand people are believed to have turned out for the event.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Spice took to her Instagram page to apologize to those left disappointed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I\'d like to apologize to the children who left disappointed today at my back to school giveaway. I too left in tears as I did not have enough to give. I promise to make this bigger and better next time and definitely more organised...,\" Spice wrote.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1Zz9_qHxqP/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1Zz9_qHxqP/\n</div></figure>\n<!-- /wp:embed -->','Spice left back-to-school treat in \'tears\'','','inherit','closed','closed','','4990-revision-v1','','','2019-08-20 21:04:42','2019-08-21 02:04:42','',4990,'https://buzz-caribbean.com/article/4990-revision-v1/',0,'revision','',0),(5013,4,'2019-08-20 21:21:24','2019-08-21 02:21:24','<!-- wp:paragraph -->\n<p>PNP presidential candidate Peter Bunting gave <strong>BUZZ</strong> an insight into the man the public doesn\'t see every day. Here are 10 facts about the Central Manchester MP you\'d find interesting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>His favourite meal is stew peas and white rice.</strong></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>     2. <strong>Flying to space is at the top of his bucket list.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4937} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bunting-in-space-1024x614.jpg\" alt=\"\" class=\"wp-image-4937\" /><figcaption>Peter Bunting would like to travel to space. (Graphics by Joy-Ann Johnson)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>     3. <strong>He owns lots of Koi fish. (\"When I was younger, my pets were the</strong>        <strong>animals on the farm where I grew up.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    4. <strong>His favourite movie is the classic hit Casablanca.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4886} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/casablanca-1024x819.jpg\" alt=\"\" class=\"wp-image-4886\" /><figcaption>Poster of the classic Casablanca movie.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>     5. <strong>He\'s neither a night or day person. (\"I only require a few hours of                                                sleep.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    6. <strong>Regarding his culinary skill, \"I make a mean&nbsp;soufflé.\"</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4979} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Chef-Peter-B-1024x614.jpg\" alt=\"\" class=\"wp-image-4979\" /><figcaption>Bunting makes a mean&nbsp;soufflé</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>    7. <strong>He prefers cardio to lifting weights.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    8. <strong>Among his children, his daughter is most like him.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    9. <strong>His favourite social media channel is Twitter. (\"I\'m a tweep.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    10. <strong>He believed in Rolling-calf as a child.</strong></p>\n<!-- /wp:paragraph -->','Here are 10 interesting facts about Peter Bunting that will tickle you','','inherit','closed','closed','','4872-revision-v1','','','2019-08-20 21:21:24','2019-08-21 02:21:24','',4872,'https://buzz-caribbean.com/article/4872-revision-v1/',0,'revision','',0),(5016,4,'2019-08-20 21:26:01','2019-08-21 02:26:01','','Spice Featured Image','','inherit','open','closed','','spice-featured-image-2','','','2019-08-20 21:26:01','2019-08-21 02:26:01','',0,'https://buzz-caribbean.com/app/uploads/2019/08/spice-featured-image-1.jpg',0,'attachment','image/jpeg',0),(5017,9,'2019-08-20 21:27:11','2019-08-21 02:27:11','<!-- wp:image {\"id\":4959} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rada-1024x683.jpg\" alt=\"\" class=\"wp-image-4959\" /><figcaption>Chief executive officer of the Rural Agricultural Development Authority (RADA), Peter Thompson (centre), speaks with senior director of Technology, Training and Technical Information, RADA, Winston Shaw (left); and UnaMay Gordon, principal director, Climate Change Division, Ministry of Economic Growth and Job Creation, at a recent workshop in Kingston. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The saying ‘water is life’ rings especially true for farmers. And with a prolonged drought parching sections of the island, the Rural Agricultural Development Authority (RADA) is seeking to make the precious commodity more accessible to farmers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at a workshop on Accelerating the Adoption of Climate Smart Agriculture in Jamaica, Peter Thompson, the chief executive officer at RADA, announced that the authority will put in place sustainable water-harvesting techniques for farmers in a bid to bolster Jamaica’s food security.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thompson said the authority has conducted an audit of the island’s public water catchment facilities with the objective of putting them back into service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We will be looking at issues related to earthen ponds. We will be looking at how we can rehabilitate some of the water catchments across the island.<br>We have done an assessment of all the catchments we have identified, and it will cost in excess of $200 million to repair them, so we will be looking at some of those,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thompson said that while the ‘Black Tank’ programme continues to be used by farmers in their irrigation activities, more sustainable systems need to be introduced to protect the agricultural sector from shocks associated with climate change.</p>\n<!-- /wp:paragraph -->','RADA to improve water harvesting techniques for farmers','','inherit','closed','closed','','4957-revision-v1','','','2019-08-20 21:27:11','2019-08-21 02:27:11','',4957,'https://buzz-caribbean.com/article/4957-revision-v1/',0,'revision','',0),(5018,9,'2019-08-20 21:28:15','2019-08-21 02:28:15','<!-- wp:image {\"id\":4959} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rada-1024x683.jpg\" alt=\"\" class=\"wp-image-4959\" /><figcaption>Chief executive officer of the Rural Agricultural Development Authority (RADA), Peter Thompson (centre), speaks with senior director of Technology, Training and Technical Information, RADA, Winston Shaw (left); and UnaMay Gordon, principal director, Climate Change Division, Ministry of Economic Growth and Job Creation, at a recent workshop in Kingston. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The saying ‘water is life’ rings especially true for farmers. And with a prolonged drought parching sections of the island, the Rural Agricultural Development Authority (RADA) is seeking to make the precious commodity more accessible to farmers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at a workshop on Accelerating the Adoption of Climate Smart Agriculture in Jamaica, Peter Thompson, the chief executive officer at RADA, announced that the authority will put in place sustainable water-harvesting techniques for farmers in a bid to bolster Jamaica’s food security.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thompson said the authority has conducted an audit of the island’s public water catchment facilities with the objective of putting them back into service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We will be looking at issues related to earthen ponds. We will be looking at how we can rehabilitate some of the water catchments across the island. We have done an assessment of all the catchments we have identified, and it will cost in excess of $200 million to repair them, so we will be looking at some of those,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thompson said that while the ‘Black Tank’ programme continues to be used by farmers in their irrigation activities, more sustainable systems need to be introduced to protect the agricultural sector from shocks associated with climate change.</p>\n<!-- /wp:paragraph -->','RADA to improve water harvesting techniques for farmers','','inherit','closed','closed','','4957-revision-v1','','','2019-08-20 21:28:15','2019-08-21 02:28:15','',4957,'https://buzz-caribbean.com/article/4957-revision-v1/',0,'revision','',0),(5019,4,'2019-08-20 21:28:47','2019-08-21 02:28:47','<!-- wp:paragraph -->\n<p>Dancehall artiste Spice has apologized to the hundreds of persons who left her back-to-school treat empty-handed yesterday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5008} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/spice-treat-1-1024x702.jpg\" alt=\"\" class=\"wp-image-5008\" /><figcaption>Spice handing out supplies at her back-to-school treat yesterday. (Photos: Fatherp)  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A crowd estimated at over a thousand people turned up for the treat at the Maverly Gospel Hall, off Molynes Road in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, the supplies — which included bags and stationeries — ran out and hundreds of people had to leave empty handed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5004} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/spice-crowd-1024x768.jpg\" alt=\"\" class=\"wp-image-5004\" /><figcaption>Over a thousand people are believed to have turned out for the event.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Spice took to Instagram to apologize to those who left disappointed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I\'d like to apologize to the children who left disappointed today at my back to school giveaway. I too left in tears as I did not have enough to give. I promise to make this bigger and better next time and definitely more organised...,\" Spice wrote.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1Zz9_qHxqP/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1Zz9_qHxqP/\n</div></figure>\n<!-- /wp:embed -->','Spice left back-to-school treat in \'tears\'','','inherit','closed','closed','','4990-revision-v1','','','2019-08-20 21:28:47','2019-08-21 02:28:47','',4990,'https://buzz-caribbean.com/article/4990-revision-v1/',0,'revision','',0),(5020,9,'2019-08-20 21:29:14','2019-08-21 02:29:14','<!-- wp:image {\"id\":4959} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rada-1024x683.jpg\" alt=\"\" class=\"wp-image-4959\" /><figcaption>Chief executive officer of the Rural Agricultural Development Authority (RADA), Peter Thompson (centre), speaks with senior director of Technology, Training and Technical Information, RADA, Winston Shaw (left); and UnaMay Gordon, principal director, Climate Change Division, Ministry of Economic Growth and Job Creation, at a recent workshop in Kingston. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The saying ‘water is life’ rings especially true for farmers. And with a prolonged drought parching sections of the island, the Rural Agricultural Development Authority (RADA) is seeking to make the precious commodity more accessible to farmers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at a workshop on Accelerating the Adoption of Climate Smart Agriculture in Jamaica, Peter Thompson, the chief executive officer at RADA, announced that the authority will put in place sustainable water-harvesting techniques for farmers in a bid to bolster Jamaica’s food security.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We will be looking at how we can rehabilitate some of the water catchments across the island.\"  </p><cite>— RADA\'s Peter Thompson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Thompson said the authority has conducted an audit of the island’s public water catchment facilities with the objective of putting them back into service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We will be looking at issues related to earthen ponds. We will be looking at how we can rehabilitate some of the water catchments across the island. We have done an assessment of all the catchments we have identified, and it will cost in excess of $200 million to repair them, so we will be looking at some of those,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thompson said that while the ‘Black Tank’ programme continues to be used by farmers in their irrigation activities, more sustainable systems need to be introduced to protect the agricultural sector from shocks associated with climate change.</p>\n<!-- /wp:paragraph -->','RADA to improve water harvesting techniques for farmers','','inherit','closed','closed','','4957-revision-v1','','','2019-08-20 21:29:14','2019-08-21 02:29:14','',4957,'https://buzz-caribbean.com/article/4957-revision-v1/',0,'revision','',0),(5021,4,'2019-08-20 21:30:33','2019-08-21 02:30:33','<!-- wp:paragraph -->\n<p>Dancehall artiste Spice has apologized to the hundreds of persons who left her back-to-school treat empty-handed yesterday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5008} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/spice-treat-1-1024x702.jpg\" alt=\"\" class=\"wp-image-5008\" /><figcaption>Spice handing out supplies at her back-to-school treat yesterday. (Photos: Fatherp)  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A crowd estimated at over a thousand people turned up for the treat at the Maverly Gospel Hall, off Molynes Road in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, the supplies — which included bags and stationeries — ran out and hundreds of people had to leave empty handed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5004} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/spice-crowd-1024x768.jpg\" alt=\"\" class=\"wp-image-5004\" /><figcaption>Over a thousand people are believed to have turned out for the treat.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Spice took to Instagram to apologize to those who left disappointed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I\'d like to apologize to the children who left disappointed today at my back to school giveaway. I too left in tears as I did not have enough to give. I promise to make this bigger and better next time and definitely more organised...,\" Spice wrote.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1Zz9_qHxqP/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1Zz9_qHxqP/\n</div></figure>\n<!-- /wp:embed -->','Spice left back-to-school treat in \'tears\'','','inherit','closed','closed','','4990-revision-v1','','','2019-08-20 21:30:33','2019-08-21 02:30:33','',4990,'https://buzz-caribbean.com/article/4990-revision-v1/',0,'revision','',0),(5022,21,'2019-08-21 08:37:24','2019-08-21 13:37:24','<!-- wp:image {\"id\":5024} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/robert-montague-1024x790.jpg\" alt=\"\" class=\"wp-image-5024\" /><figcaption> Robert Montague (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hundreds of cameras have been installed across the island by the Government, in keeping with the proposed electronic surveillance system, to help reduce traffic violations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to\nMinister of Transport and Mining, Robert Montague, Cabinet has passed the\nframework and approximately 490 traffic cameras have been installed across\nKingston, 80 in Ocho Rios, 120 in Montego Bay, 38 in May Pen and 30 in\nMandeville.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These state-of-the-art systems have licence plate reading technology, geared towards recording vehicles involved in traffic offences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a Ministry Paper\ntabled in Parliament last month, Cabinet explained that under the proposed\nsystem, unmanned electronic devices will be used to capture violations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Owners or drivers of\na motor vehicle, at the time of the infraction, will be sanctioned in keeping\nwith the Road Traffic Act and Regulations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cabinet further\nindicated that the system will also assist in the execution of the enforcement\nand legislation components of the National Road Safety Policy.</p>\n<!-- /wp:paragraph -->','Cameras installed across Jamaica to capture traffic violations','','publish','open','closed','','cameras-installed-across-jamaica-to-capture-traffic-violations','','','2019-08-20 21:56:58','2019-08-21 02:56:58','',0,'https://buzz-caribbean.com/?p=5022',0,'post','',0),(5024,9,'2019-08-20 21:43:46','2019-08-21 02:43:46','','robert-montague','','inherit','open','closed','','robert-montague-2','','','2019-08-20 21:43:46','2019-08-21 02:43:46','',5022,'https://buzz-caribbean.com/app/uploads/2019/08/robert-montague.jpg',0,'attachment','image/jpeg',0),(5026,4,'2019-08-21 14:15:19','2019-08-21 19:15:19','<!-- wp:paragraph -->\n<p>Celebration Brands Limited opened a new state-of-the-art distribution centre, Logic One, on Spanish Town Road on Tuesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5178} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Logic-One-Ribbon-Cutting-3-1024x539.jpg\" alt=\"\" class=\"wp-image-5178\" /><figcaption>Inside the massive warehouse that was opened on Tuesday.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Logic One, a massive storage space the size of two football fields, will be the distribution hub for over 41 different brands, including those of Red Stripe and Pepsi that own Celebration Brands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the better-known brands that will be housed and distributed by Logic One are Red Stripe, Pepsi, Ting, Gatorade, Heineken, Malta and Smirnoff.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5183} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Logic-One-Ribbon-Cutting-1-1-1024x576.jpg\" alt=\"\" class=\"wp-image-5183\" /><figcaption>Member of Parliament Anthony Hylton (third from left) and Logic one executives.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Logic One is expected to change the way distribution is done in Jamaica through the implementation of sustainable systems that will help business optimisation, large scale employment and corporate environmental cooperation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It will help Celebration Brands continue its growth trajectory with the expectation that there will be an expansion in the upcoming years.</p>\n<!-- /wp:paragraph -->','Celebration Brands opens huge distribution centre','','publish','open','closed','','celebration-brands-opens-huge-distribution-centre','','','2019-08-30 10:09:26','2019-08-30 15:09:26','',0,'https://buzz-caribbean.com/?p=5026',0,'post','',0),(5027,4,'2019-08-20 21:53:21','2019-08-21 02:53:21','<!-- wp:paragraph -->\n<p><br>Celebration Brands Limited on Tuesday opened the new state-of-the-art distribution centre, Logic One, at the Spanish Town Road facility with the promise that customers across the island will be better served.<br>Logic One, a massive storage space the size of two football fields, will be the distribution hub for over 41 different brands, including those of parent companies Red Stripe and Pepsi that own Celebration Brands.<br>Some of the better-known brands that will be housed and distributed by Logic One are Red Stripe, Pepsi, Ting, Gatorade, Heineken, Malta and Smirnoff.<br>Logic One is expected to change the way distribution is done in Jamaica through the implementation of sustainable systems which will help business optimisation, large scale employment and corporate environmental cooperation.<br>It will help Celebration Brands continue its growth trajectory with the expectation that there will be an expansion in the upcoming years.</p>\n<!-- /wp:paragraph -->','Celebration Brands opens huge distribution centre Logic One','','inherit','closed','closed','','5026-revision-v1','','','2019-08-20 21:53:21','2019-08-21 02:53:21','',5026,'https://buzz-caribbean.com/article/5026-revision-v1/',0,'revision','',0),(5028,9,'2019-08-20 21:56:58','2019-08-21 02:56:58','<!-- wp:image {\"id\":5024} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/robert-montague-1024x790.jpg\" alt=\"\" class=\"wp-image-5024\" /><figcaption> Robert Montague (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hundreds of cameras have been installed across the island by the Government, in keeping with the proposed electronic surveillance system, to help reduce traffic violations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to\nMinister of Transport and Mining, Robert Montague, Cabinet has passed the\nframework and approximately 490 traffic cameras have been installed across\nKingston, 80 in Ocho Rios, 120 in Montego Bay, 38 in May Pen and 30 in\nMandeville.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These state-of-the-art systems have licence plate reading technology, geared towards recording vehicles involved in traffic offences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a Ministry Paper\ntabled in Parliament last month, Cabinet explained that under the proposed\nsystem, unmanned electronic devices will be used to capture violations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Owners or drivers of\na motor vehicle, at the time of the infraction, will be sanctioned in keeping\nwith the Road Traffic Act and Regulations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cabinet further\nindicated that the system will also assist in the execution of the enforcement\nand legislation components of the National Road Safety Policy.</p>\n<!-- /wp:paragraph -->','Cameras installed across Jamaica to capture traffic violations','','inherit','closed','closed','','5022-revision-v1','','','2019-08-20 21:56:58','2019-08-21 02:56:58','',5022,'https://buzz-caribbean.com/article/5022-revision-v1/',0,'revision','',0),(5029,4,'2019-08-20 21:57:19','2019-08-21 02:57:19','<!-- wp:paragraph -->\n<p>Celebration Brands Limited opened a new state-of-the-art distribution centre, Logic One, on Spanish Town Road on Tuesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Logic One, a massive storage space the size of two football fields, will be the distribution hub for over 41 different brands, including those of Red Stripe and Pepsi that own Celebration Brands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the better-known brands that will be housed and distributed by Logic One are Red Stripe, Pepsi, Ting, Gatorade, Heineken, Malta and Smirnoff.<br>Logic One is expected to change the way distribution is done in Jamaica through the implementation of sustainable systems which will help business optimisation, large scale employment and corporate environmental cooperation.<br>It will help Celebration Brands continue its growth trajectory with the expectation that there will be an expansion in the upcoming years.</p>\n<!-- /wp:paragraph -->','Celebration Brands opens huge distribution centre','','inherit','closed','closed','','5026-revision-v1','','','2019-08-20 21:57:19','2019-08-21 02:57:19','',5026,'https://buzz-caribbean.com/article/5026-revision-v1/',0,'revision','',0),(5030,4,'2019-08-20 22:06:53','2019-08-21 03:06:53','<!-- wp:paragraph -->\n<p>Celebration Brands Limited opened a new state-of-the-art distribution centre, Logic One, on Spanish Town Road on Tuesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Logic One, a massive storage space the size of two football fields, will be the distribution hub for over 41 different brands, including those of Red Stripe and Pepsi that own Celebration Brands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the better-known brands that will be housed and distributed by Logic One are Red Stripe, Pepsi, Ting, Gatorade, Heineken, Malta and Smirnoff.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Logic One is expected to change the way distribution is done in Jamaica through the implementation of sustainable systems that will help business optimisation, large scale employment and corporate environmental cooperation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It will help Celebration Brands continue its growth trajectory with the expectation that there will be an expansion in the upcoming years.</p>\n<!-- /wp:paragraph -->','Celebration Brands opens huge distribution centre','','inherit','closed','closed','','5026-revision-v1','','','2019-08-20 22:06:53','2019-08-21 03:06:53','',5026,'https://buzz-caribbean.com/article/5026-revision-v1/',0,'revision','',0),(5031,23,'2019-08-21 07:00:01','2019-08-21 12:00:01','<!-- wp:image {\"id\":5034} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/papito-1-1024x943.jpg\" alt=\"\" class=\"wp-image-5034\" /><figcaption>Papito has been making moves to establish his name in the music business. Photos: contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former Rising Star contestant Papito has stepped up his effort to establish himself on the local music scene.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Papito, who is one of the few artistes in the emerging reggae-pop genre, has been popping up in clubs and at parties pushing his music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here\'s a breakdown of what he has been doing over the past few months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Papito is currently working on an EP to be released early 2020. </li><li>He has been working on developing his sound and Brand Papito over the past few months as he gears up for some new releases.</li><li>Papito has also been doing some production under his newly registered Label called YungSunzENt.</li><li>He has also been working with a few producers, including Marlon Easy of Just Easy Productions who produced his single <strong>Lose Control</strong> and also Frankie Music which produced Papito’s single<strong> Give Thanks</strong>.</li><li>The singer has also appeared on multiple radio shows, Full House Fridays being the most recent.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":5036} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/papito-2-877x1024.jpg\" alt=\"\" class=\"wp-image-5036\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I have learned that timing is everything and so one has to always be prepared hence the continuous work I do on my craft,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em> —Article by Anthony Henry</em></strong></p>\n<!-- /wp:paragraph -->','Singer Papito aims to make his mark in the music industry','','publish','open','closed','','singer-papito-aims-to-make-his-mark-in-the-music-industry','','','2019-08-20 23:31:45','2019-08-21 04:31:45','',0,'https://buzz-caribbean.com/?p=5031',0,'post','',0),(5032,4,'2019-08-20 22:42:31','2019-08-21 03:42:31','<!-- wp:paragraph -->\n<p>Former Rising Star contestant Papito has stepped up efforts to establish himself on the local music scene.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Papito, who is one of the few artistes in the emerging reggae-pop genre, has been popping up in clubs and at parties pushing his music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here is a breakdown of what has been doing in the past few months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Papito is currently working on an EP to be released early 2020. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He has been working on developing his sound and Brand Papito over the past few months as he gears up for some new releases</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Papito has also been doing some production under his newly registered Label called YungSunzENt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He has also been working with a few producers, including Marlon Easy of Just Easy Productions who produced his single <strong>Lose Control</strong> and also Frankie Music which produced Papito’s single<strong> Give Thanks</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The singer has also appeared on multiple radio shows, Full House Fridays being the most recent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I have learned that timing is everything and so one has to always be prepared hence the continuous work I do on my craft,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anthony Henry</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','5031-revision-v1','','','2019-08-20 22:42:31','2019-08-21 03:42:31','',5031,'https://buzz-caribbean.com/article/5031-revision-v1/',0,'revision','',0),(5033,4,'2019-08-20 23:05:36','2019-08-21 04:05:36','<!-- wp:paragraph -->\n<p>Former Rising Star contestant Papito has stepped up his effort to establish himself on the local music scene.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Papito, who is one of the few artistes in the emerging reggae-pop genre, has been popping up in clubs and at parties pushing his music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here is a breakdown of what has been doing in the past few months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Papito is currently working on an EP to be released early 2020. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He has been working on developing his sound and Brand Papito over the past few months as he gears up for some new releases</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Papito has also been doing some production under his newly registered Label called YungSunzENt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He has also been working with a few producers, including Marlon Easy of Just Easy Productions who produced his single <strong>Lose Control</strong> and also Frankie Music which produced Papito’s single<strong> Give Thanks</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The singer has also appeared on multiple radio shows, Full House Fridays being the most recent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I have learned that timing is everything and so one has to always be prepared hence the continuous work I do on my craft,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em> —Article by Anthony Henry</em></strong></p>\n<!-- /wp:paragraph -->','Singer Papito aims to make his mark in the music industry','','inherit','closed','closed','','5031-revision-v1','','','2019-08-20 23:05:36','2019-08-21 04:05:36','',5031,'https://buzz-caribbean.com/article/5031-revision-v1/',0,'revision','',0),(5034,4,'2019-08-20 23:07:05','2019-08-21 04:07:05','','papito-1','','inherit','open','closed','','papito-1','','','2019-08-20 23:07:05','2019-08-21 04:07:05','',5031,'https://buzz-caribbean.com/app/uploads/2019/08/papito-1.jpg',0,'attachment','image/jpeg',0),(5035,4,'2019-08-20 23:07:50','2019-08-21 04:07:50','<!-- wp:image {\"id\":5034} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/papito-1-1024x943.jpg\" alt=\"\" class=\"wp-image-5034\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former Rising Star contestant Papito has stepped up his effort to establish himself on the local music scene.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Papito, who is one of the few artistes in the emerging reggae-pop genre, has been popping up in clubs and at parties pushing his music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here is a breakdown of what has been doing in the past few months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Papito is currently working on an EP to be released early 2020. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He has been working on developing his sound and Brand Papito over the past few months as he gears up for some new releases</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Papito has also been doing some production under his newly registered Label called YungSunzENt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He has also been working with a few producers, including Marlon Easy of Just Easy Productions who produced his single <strong>Lose Control</strong> and also Frankie Music which produced Papito’s single<strong> Give Thanks</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The singer has also appeared on multiple radio shows, Full House Fridays being the most recent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I have learned that timing is everything and so one has to always be prepared hence the continuous work I do on my craft,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em> —Article by Anthony Henry</em></strong></p>\n<!-- /wp:paragraph -->','Singer Papito aims to make his mark in the music industry','','inherit','closed','closed','','5031-revision-v1','','','2019-08-20 23:07:50','2019-08-21 04:07:50','',5031,'https://buzz-caribbean.com/article/5031-revision-v1/',0,'revision','',0),(5036,4,'2019-08-20 23:13:39','2019-08-21 04:13:39','','papito-2','','inherit','open','closed','','papito-2','','','2019-08-20 23:13:39','2019-08-21 04:13:39','',5031,'https://buzz-caribbean.com/app/uploads/2019/08/papito-2.jpg',0,'attachment','image/jpeg',0),(5037,4,'2019-08-20 23:22:19','2019-08-21 04:22:19','<!-- wp:image {\"id\":5034} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/papito-1-1024x943.jpg\" alt=\"\" class=\"wp-image-5034\" /><figcaption>Papito has been making moves to establish his name in the music business. Photos: contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former Rising Star contestant Papito has stepped up his effort to establish himself on the local music scene.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Papito, who is one of the few artistes in the emerging reggae-pop genre, has been popping up in clubs and at parties pushing his music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here\'s a breakdown of what has been doing in the past few months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Papito is currently working on an EP to be released early 2020. </li><li>He has been working on developing his sound and Brand Papito over the past few months as he gears up for some new releases.</li><li>Papito has also been doing some production under his newly registered Label called YungSunzENt.</li><li>He has also been working with a few producers, including Marlon Easy of Just Easy Productions who produced his single <strong>Lose Control</strong> and also Frankie Music which produced Papito’s single<strong> Give Thanks</strong>.</li><li>The singer has also appeared on multiple radio shows, Full House Fridays being the most recent.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":5036} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/papito-2-877x1024.jpg\" alt=\"\" class=\"wp-image-5036\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I have learned that timing is everything and so one has to always be prepared hence the continuous work I do on my craft,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em> —Article by Anthony Henry</em></strong></p>\n<!-- /wp:paragraph -->','Singer Papito aims to make his mark in the music industry','','inherit','closed','closed','','5031-revision-v1','','','2019-08-20 23:22:19','2019-08-21 04:22:19','',5031,'https://buzz-caribbean.com/article/5031-revision-v1/',0,'revision','',0),(5039,4,'2019-08-20 23:26:18','2019-08-21 04:26:18','','Papito Featured Image','','inherit','open','closed','','papito-featured-image','','','2019-08-20 23:26:18','2019-08-21 04:26:18','',0,'https://buzz-caribbean.com/app/uploads/2019/08/papito-featured-image.jpg',0,'attachment','image/jpeg',0),(5040,4,'2019-08-20 23:31:45','2019-08-21 04:31:45','<!-- wp:image {\"id\":5034} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/papito-1-1024x943.jpg\" alt=\"\" class=\"wp-image-5034\" /><figcaption>Papito has been making moves to establish his name in the music business. Photos: contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former Rising Star contestant Papito has stepped up his effort to establish himself on the local music scene.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Papito, who is one of the few artistes in the emerging reggae-pop genre, has been popping up in clubs and at parties pushing his music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here\'s a breakdown of what he has been doing over the past few months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Papito is currently working on an EP to be released early 2020. </li><li>He has been working on developing his sound and Brand Papito over the past few months as he gears up for some new releases.</li><li>Papito has also been doing some production under his newly registered Label called YungSunzENt.</li><li>He has also been working with a few producers, including Marlon Easy of Just Easy Productions who produced his single <strong>Lose Control</strong> and also Frankie Music which produced Papito’s single<strong> Give Thanks</strong>.</li><li>The singer has also appeared on multiple radio shows, Full House Fridays being the most recent.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":5036} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/papito-2-877x1024.jpg\" alt=\"\" class=\"wp-image-5036\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I have learned that timing is everything and so one has to always be prepared hence the continuous work I do on my craft,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em> —Article by Anthony Henry</em></strong></p>\n<!-- /wp:paragraph -->','Singer Papito aims to make his mark in the music industry','','inherit','closed','closed','','5031-revision-v1','','','2019-08-20 23:31:45','2019-08-21 04:31:45','',5031,'https://buzz-caribbean.com/article/5031-revision-v1/',0,'revision','',0),(5041,23,'2019-08-21 06:30:50','2019-08-21 11:30:50','<!-- wp:image {\"id\":5049} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-river-tour1-1024x857.jpg\" alt=\"\" class=\"wp-image-5049\" /><figcaption>Tourists on the Black River Safari Tour. (Photo: visitjamaica.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While the attractions on the north coast of the island are considered to be more popular, the south coast still has its fair share that pulls visitors from near and far.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these is the Black River Safari, a boat tour that brings persons upclose with the nature of the south side of Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This tour takes persons up and down Jamaica\'s longest navigable river, the Black River, where persons can interact with the crocodiles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5054} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-river-tour3-1024x576.jpg\" alt=\"\" class=\"wp-image-5054\" /><figcaption>The birds are part of the attraction.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There is also a wide variety of birds that prove quite attractive.<br>Persons who are brave enough may chance a swim in the river.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5052} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-river-tour2-1-1024x576.jpg\" alt=\"\" class=\"wp-image-5052\" /><figcaption>Interested persons can pet the smaller crocodiles.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the end of the tour, interested persons may get a chance to pet the smaller crocs at the J Charles Swaby sanctuary. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5053} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-river-tiur4-1-1024x576.jpg\" alt=\"\" class=\"wp-image-5053\" /><figcaption>A partially submerged crocodile in the Black River.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This provides a good opportunity to interact with the animal that sits atop Jamaica\'s coat of arms.</p>\n<!-- /wp:paragraph -->','Black River Safari: The jewel of the south coast','','publish','open','closed','','black-river-safari-the-jewel-of-the-south-coast','','','2019-08-21 00:05:35','2019-08-21 05:05:35','',0,'https://buzz-caribbean.com/?p=5041',0,'post','',0),(5042,4,'2019-08-20 23:37:37','2019-08-21 04:37:37','<!-- wp:paragraph -->\n<p><br>While the attractions on the north coast of the island are considered to be more popular, the south coast still has its fair share that pulls visitors from near and far.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these is the Black River Safari, a boat tour that brings persons belly to belly with the nature of the south side of Jamaica. This tour takes persons up and down the Jamaica\'s longest navigable river, the Black River, where persons can basically interact with our reptilian neighbours, the crocodiles. There is also a wide variety of birds that also prove quite attractive.<br>Persons who are brave enough may chance a swim in the river but there is a chance to pet the smaller Crocs at the J Charles Swaby sanctuary that is at the end of the tour. However it provides a good opportunity to interact with the animal that sits atop our coat of arms.</p>\n<!-- /wp:paragraph -->','Black River Safari: The jewel of the south coast','','inherit','closed','closed','','5041-revision-v1','','','2019-08-20 23:37:37','2019-08-21 04:37:37','',5041,'https://buzz-caribbean.com/article/5041-revision-v1/',0,'revision','',0),(5043,12,'2019-08-20 23:42:56','2019-08-21 04:42:56','','Contact','','inherit','closed','closed','','13-revision-v1','','','2019-08-20 23:42:56','2019-08-21 04:42:56','',13,'https://buzz-caribbean.com/article/13-revision-v1/',0,'revision','',0),(5044,4,'2019-08-20 23:43:10','2019-08-21 04:43:10','<!-- wp:paragraph -->\n<p><br>While the attractions on the north coast of the island are considered to be more popular, the south coast still has its fair share that pulls visitors from near and far.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these is the Black River Safari, a boat tour that brings persons upclose with the nature of the south side of Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This tour takes persons up and down Jamaica\'s longest navigable river, the Black River, where persons can interact with the crocodiles. There is also a wide variety of birds that prove quite attractive.<br>Persons who are brave enough may chance a swim in the river.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the end of the tour, interested persons may get a chance to pet the smaller crocs at the J Charles Swaby sanctuary. This provides a good opportunity to interact with the animal that sits atop Jamaica\'s coat of arms.</p>\n<!-- /wp:paragraph -->','Black River Safari: The jewel of the south coast','','inherit','closed','closed','','5041-revision-v1','','','2019-08-20 23:43:10','2019-08-21 04:43:10','',5041,'https://buzz-caribbean.com/article/5041-revision-v1/',0,'revision','',0),(5045,12,'2019-08-20 23:43:57','2019-08-21 04:43:57','','Advertise with us','','inherit','closed','closed','','14-revision-v1','','','2019-08-20 23:43:57','2019-08-21 04:43:57','',14,'https://buzz-caribbean.com/article/14-revision-v1/',0,'revision','',0),(5047,12,'2019-08-20 23:47:44','2019-08-21 04:47:44','','Suggest content','','inherit','closed','closed','','12-revision-v1','','','2019-08-20 23:47:44','2019-08-21 04:47:44','',12,'https://buzz-caribbean.com/article/12-revision-v1/',0,'revision','',0),(5049,4,'2019-08-20 23:52:30','2019-08-21 04:52:30','','black-river-tour1','','inherit','open','closed','','black-river-tour1','','','2019-08-20 23:52:30','2019-08-21 04:52:30','',5041,'https://buzz-caribbean.com/app/uploads/2019/08/black-river-tour1.jpg',0,'attachment','image/jpeg',0),(5050,4,'2019-08-20 23:52:31','2019-08-21 04:52:31','','black-river-tour2','','inherit','open','closed','','black-river-tour2','','','2019-08-20 23:52:31','2019-08-21 04:52:31','',5041,'https://buzz-caribbean.com/app/uploads/2019/08/black-river-tour2.jpg',0,'attachment','image/jpeg',0),(5051,4,'2019-08-20 23:52:32','2019-08-21 04:52:32','','black-river-tiur4','','inherit','open','closed','','black-river-tiur4','','','2019-08-20 23:52:32','2019-08-21 04:52:32','',5041,'https://buzz-caribbean.com/app/uploads/2019/08/black-river-tiur4.jpg',0,'attachment','image/jpeg',0),(5052,4,'2019-08-20 23:53:35','2019-08-21 04:53:35','','black-river-tour2-1','','inherit','open','closed','','black-river-tour2-1','','','2019-08-20 23:53:35','2019-08-21 04:53:35','',5041,'https://buzz-caribbean.com/app/uploads/2019/08/black-river-tour2-1.jpg',0,'attachment','image/jpeg',0),(5053,4,'2019-08-20 23:54:13','2019-08-21 04:54:13','','black-river-tiur4-1','','inherit','open','closed','','black-river-tiur4-1','','','2019-08-20 23:54:13','2019-08-21 04:54:13','',5041,'https://buzz-caribbean.com/app/uploads/2019/08/black-river-tiur4-1.jpg',0,'attachment','image/jpeg',0),(5054,4,'2019-08-21 00:00:05','2019-08-21 05:00:05','','black-river-tour3','','inherit','open','closed','','black-river-tour3','','','2019-08-21 00:00:05','2019-08-21 05:00:05','',5041,'https://buzz-caribbean.com/app/uploads/2019/08/black-river-tour3.jpg',0,'attachment','image/jpeg',0),(5055,4,'2019-08-21 00:01:50','2019-08-21 05:01:50','<!-- wp:image {\"id\":5049} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-river-tour1-1024x857.jpg\" alt=\"\" class=\"wp-image-5049\" /><figcaption>Tourists on a Safari Tour. (Photo: visitjamaica.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While the attractions on the north coast of the island are considered to be more popular, the south coast still has its fair share that pulls visitors from near and far.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these is the Black River Safari, a boat tour that brings persons upclose with the nature of the south side of Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This tour takes persons up and down Jamaica\'s longest navigable river, the Black River, where persons can interact with the crocodiles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5054} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-river-tour3-1024x576.jpg\" alt=\"\" class=\"wp-image-5054\" /><figcaption>The birds are part of the attraction.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There is also a wide variety of birds that prove quite attractive.<br>Persons who are brave enough may chance a swim in the river.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5052} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-river-tour2-1-1024x576.jpg\" alt=\"\" class=\"wp-image-5052\" /><figcaption>At the conclusion of the tour interested persons can pet the crocodile.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the end of the tour, interested persons may get a chance to pet the smaller crocs at the J Charles Swaby sanctuary. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5053} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-river-tiur4-1-1024x576.jpg\" alt=\"\" class=\"wp-image-5053\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This provides a good opportunity to interact with the animal that sits atop Jamaica\'s coat of arms.</p>\n<!-- /wp:paragraph -->','Black River Safari: The jewel of the south coast','','inherit','closed','closed','','5041-revision-v1','','','2019-08-21 00:01:50','2019-08-21 05:01:50','',5041,'https://buzz-caribbean.com/article/5041-revision-v1/',0,'revision','',0),(5056,4,'2019-08-21 00:05:34','2019-08-21 05:05:34','<!-- wp:image {\"id\":5049} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-river-tour1-1024x857.jpg\" alt=\"\" class=\"wp-image-5049\" /><figcaption>Tourists on the Black River Safari Tour. (Photo: visitjamaica.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While the attractions on the north coast of the island are considered to be more popular, the south coast still has its fair share that pulls visitors from near and far.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these is the Black River Safari, a boat tour that brings persons upclose with the nature of the south side of Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This tour takes persons up and down Jamaica\'s longest navigable river, the Black River, where persons can interact with the crocodiles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5054} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-river-tour3-1024x576.jpg\" alt=\"\" class=\"wp-image-5054\" /><figcaption>The birds are part of the attraction.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There is also a wide variety of birds that prove quite attractive.<br>Persons who are brave enough may chance a swim in the river.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5052} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-river-tour2-1-1024x576.jpg\" alt=\"\" class=\"wp-image-5052\" /><figcaption>Interested persons can pet the smaller crocodiles.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the end of the tour, interested persons may get a chance to pet the smaller crocs at the J Charles Swaby sanctuary. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5053} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-river-tiur4-1-1024x576.jpg\" alt=\"\" class=\"wp-image-5053\" /><figcaption>A partially submerged crocodile in the Black River.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This provides a good opportunity to interact with the animal that sits atop Jamaica\'s coat of arms.</p>\n<!-- /wp:paragraph -->','Black River Safari: The jewel of the south coast','','inherit','closed','closed','','5041-revision-v1','','','2019-08-21 00:05:34','2019-08-21 05:05:34','',5041,'https://buzz-caribbean.com/article/5041-revision-v1/',0,'revision','',0),(5057,21,'2019-08-21 07:55:08','2019-08-21 12:55:08','<!-- wp:paragraph -->\n<p>Bella Thorne has been molested \"her whole life\" and wonders if that is why she looks for \"validation\" from men rather than within herself. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1259} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bella-Thorne-and-Benjamin-Mascolo--e1564686863227.jpeg\" alt=\"\" class=\"wp-image-1259\" /><figcaption>Bella Thorne and boyfriend Benjamin Mascolo.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 21-year-old actress and singer has claimed she was \"exposed to sex at such a young age.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I want him to look me in the eyes and let me know I\'m accepted.\"</p><cite>— Bella Thorne</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She wrote in a lengthy caption: \"What is wrong with me? Why do I always need Validation from everyone but mostly men? Everyone keeps telling me to be single, be alone, and make yourself happy. But All those things sound so f***ing scary to me. All I want is him. I want him to hold me, I want him to love me, I want him to tell me it\'s ok, I want him to look me in the eyes and let me know I\'m accepted...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'Was it because I was molested my whole life, exposed to sex at such a young age?\'</p><cite>—Bella Thorne</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"Was it because I was molested my whole life, exposed to sex at such a young age? It\'s all I know how to offer to the world...or is it because I was raised to think I wasn\'t good enough? Not good enough for her or anything else. But it doesn\'t matter what happened to me. What matters is what\'s happening to me right now. I can\'t blame my childhood, in fact, I can\'t blame anyone for anything. All I can do is blame me.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I blame me for not loving myself.\'</p><cite>—Bella Thorne</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She added: \"I blame me for not loving myself. I blame me for not thinking I\'m attractive, I blame me for putting this on everyone around me. Expecting people to love me enough for me to love myself. But at the end of the day that will never happen. Because the only way to get to your end goal is to work through it. Not around or above or try and find a cheat code so you don\'t have to hurt as much. You have to hurt in this world. Hurting, loving, and accepting. That\'s what our emotional world lays on. Right now I only have one of those things.\"</p>\n<!-- /wp:paragraph -->','Bella Thorne: \'I\'ve been molested my whole life\'','','publish','open','closed','','bella-thorne-ive-been-molested-my-whole-life','','','2019-08-21 07:55:08','2019-08-21 12:55:08','',0,'https://buzz-caribbean.com/?p=5057',0,'post','',0),(5058,4,'2019-08-21 07:55:08','2019-08-21 12:55:08','<!-- wp:paragraph -->\n<p>Bella Thorne has been molested \"her whole life\" and wonders if that is why she looks for \"validation\" from men rather than within herself. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1259} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bella-Thorne-and-Benjamin-Mascolo--e1564686863227.jpeg\" alt=\"\" class=\"wp-image-1259\" /><figcaption>Bella Thorne and boyfriend Benjamin Mascolo.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 21-year-old actress and singer has claimed she was \"exposed to sex at such a young age.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I want him to look me in the eyes and let me know I\'m accepted.\"</p><cite>— Bella Thorne</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She wrote in a lengthy caption: \"What is wrong with me? Why do I always need Validation from everyone but mostly men? Everyone keeps telling me to be single, be alone, and make yourself happy. But All those things sound so f***ing scary to me. All I want is him. I want him to hold me, I want him to love me, I want him to tell me it\'s ok, I want him to look me in the eyes and let me know I\'m accepted...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'Was it because I was molested my whole life, exposed to sex at such a young age?\'</p><cite>—Bella Thorne</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"Was it because I was molested my whole life, exposed to sex at such a young age? It\'s all I know how to offer to the world...or is it because I was raised to think I wasn\'t good enough? Not good enough for her or anything else. But it doesn\'t matter what happened to me. What matters is what\'s happening to me right now. I can\'t blame my childhood, in fact, I can\'t blame anyone for anything. All I can do is blame me.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I blame me for not loving myself.\'</p><cite>—Bella Thorne</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She added: \"I blame me for not loving myself. I blame me for not thinking I\'m attractive, I blame me for putting this on everyone around me. Expecting people to love me enough for me to love myself. But at the end of the day that will never happen. Because the only way to get to your end goal is to work through it. Not around or above or try and find a cheat code so you don\'t have to hurt as much. You have to hurt in this world. Hurting, loving, and accepting. That\'s what our emotional world lays on. Right now I only have one of those things.\"</p>\n<!-- /wp:paragraph -->','Bella Thorne: \'I\'ve been molested my whole life\'','','inherit','closed','closed','','5057-revision-v1','','','2019-08-21 07:55:08','2019-08-21 12:55:08','',5057,'https://buzz-caribbean.com/article/5057-revision-v1/',0,'revision','',0),(5059,21,'2019-08-21 08:05:58','2019-08-21 13:05:58','<!-- wp:image {\"id\":5060} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/young-thug.jpg\" alt=\"\" class=\"wp-image-5060\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>US rapper Young Thug has dropped $250,000 on a new two-headed snake chain, which is made of 90 carats of diamonds and 18k rose gold.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Celebrity jeweller Eliantte created the necklace for Young Thug to celebrate both his 28th birthday and the release of his new album, <strong>So Much Fun</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Young Thug previously admitted he is \"impulsive\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'Hits bring money, money brings power, power brings fame.\'</p><cite>— Young Thug</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking in 2016, he admitted: \"Whatever I think of, that\'s what I do. I wake up and think, \'I want to buy a car\', I buy a car. I wake up and be like, \'I just want to lay in bed with my girl\', I do that. I wake up and want to rap, I rap. So whatever I think of. But really, I be on the money. We need money. We need hits. Hits bring money, money brings power, power bring fame, fame change the game. You know what I\'m saying?\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nWhilst his fiancee added: \"Impulsive? Are you kidding? He\'ll be like, \'Meet me at the car lot.\' I say, \'What car lot? It\'s 7am!\' and he\'ll say, \'I\'m at the BMW car lot.\' I don\'t even know where it is or how he got there. Or he\'ll be like, \'Let\'s go to Paris tomorrow. Go on, make it happen,\' and then hang up. He won\'t even wait for a response. So then we\'re going to Paris. He\'s super spontaneous.\"</p>\n<!-- /wp:paragraph -->','Young Thug drops US $250k on new chain','','publish','open','closed','','young-thug-drops-us-250k-on-new-chain','','','2019-08-21 08:05:58','2019-08-21 13:05:58','',0,'https://buzz-caribbean.com/?p=5059',0,'post','',0),(5060,4,'2019-08-21 07:59:16','2019-08-21 12:59:16','','young-thug','','inherit','open','closed','','young-thug','','','2019-08-21 07:59:16','2019-08-21 12:59:16','',5059,'https://buzz-caribbean.com/app/uploads/2019/08/young-thug.jpg',0,'attachment','image/jpeg',0),(5061,4,'2019-08-21 08:05:58','2019-08-21 13:05:58','<!-- wp:image {\"id\":5060} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/young-thug.jpg\" alt=\"\" class=\"wp-image-5060\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>US rapper Young Thug has dropped $250,000 on a new two-headed snake chain, which is made of 90 carats of diamonds and 18k rose gold.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Celebrity jeweller Eliantte created the necklace for Young Thug to celebrate both his 28th birthday and the release of his new album, <strong>So Much Fun</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Young Thug previously admitted he is \"impulsive\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'Hits bring money, money brings power, power brings fame.\'</p><cite>— Young Thug</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking in 2016, he admitted: \"Whatever I think of, that\'s what I do. I wake up and think, \'I want to buy a car\', I buy a car. I wake up and be like, \'I just want to lay in bed with my girl\', I do that. I wake up and want to rap, I rap. So whatever I think of. But really, I be on the money. We need money. We need hits. Hits bring money, money brings power, power bring fame, fame change the game. You know what I\'m saying?\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nWhilst his fiancee added: \"Impulsive? Are you kidding? He\'ll be like, \'Meet me at the car lot.\' I say, \'What car lot? It\'s 7am!\' and he\'ll say, \'I\'m at the BMW car lot.\' I don\'t even know where it is or how he got there. Or he\'ll be like, \'Let\'s go to Paris tomorrow. Go on, make it happen,\' and then hang up. He won\'t even wait for a response. So then we\'re going to Paris. He\'s super spontaneous.\"</p>\n<!-- /wp:paragraph -->','Young Thug drops US $250k on new chain','','inherit','closed','closed','','5059-revision-v1','','','2019-08-21 08:05:58','2019-08-21 13:05:58','',5059,'https://buzz-caribbean.com/article/5059-revision-v1/',0,'revision','',0),(5063,14,'2019-08-21 09:12:35','2019-08-21 14:12:35','<!-- wp:paragraph -->\n<p>Peter Bunting declared his intent to\nchallenge Dr. Peter Phillips for the presidency of the People’s National Party\n(PNP) in June – sending shockwaves through the political landscape.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4778} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-rise-united-launch-june-buzz-demo.jpg\" alt=\"\" class=\"wp-image-4778\" /><figcaption>PNP presidential aspirant Peter Bunting about to address hundreds gathered for the launch of his \'Rise United\' campaign in Manchester back in July (Photo: Facebook @PeterBunting,MP)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While not unheard of in the life of any\nparty leader, Bunting’s aspirations for the helm of the PNP could signal a new\nchapter in the party’s rich history.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Should Bunting win the presidential run-off\nelection in September, he would have achieved two firsts for the party: ousting\na sitting president, Dr. Peter Phillips, as well as having an incumbent PNP\nleader leave without becoming Prime Minister.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The PNP now has had five presidents over\nits colourful 80-year history, who, in most cases, have waited for their\npredecessor to step down.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4881} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnp-presidents-demo-buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-4881\" /><figcaption>(from top left) All five PNP Presidents: Norman Manley, Michael Manley, Percival James Patterson, Portia Simpson Miller and Dr. Peter Phillips. But could Peter Bunting be the party\'s sixth come September?   </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Interestingly, this trend of ‘waiting in\nline’ has seemingly died since 2006, when PJ Patterson handed the mantle to\nPortia Simpson Miller.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In total, Mrs Simpson Miller was challenged\ntwice by Dr. Peter Phillips, with the PNP’s delegates side-lining his claim for\nthe presidency both times in 2006 and 2008.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As anticipation heightens for the September 7 elections leading up to the 81st annual conference, <strong>BUZZ</strong> presents some interesting facts about the history of the PNP presidency:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The birth of a movement</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It was the 1930s, and woefully unequal socioeconomic conditions gave way to widespread civil unrest across Jamaica. The People’s National Party was officially formed on August 28, 1938 at the Silver Slipper Club in Cross Roads, St. Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4779} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnp-logo-official-demo-buzz-1024x649.png\" alt=\"\" class=\"wp-image-4779\" /><figcaption>Photo: Wikipedia</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Birthed out of a need to mobilise the growing anti-colonial movement, the PNP was ‘founded’ by Osmond Theodore Fairclough, who first approached Norman Manley with a plan to form the party in 1936.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4780} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/osmond-theodore-fairclough-image.jpg\" alt=\"\" class=\"wp-image-4780\" /><figcaption>The founder of the PNP, Osmond Theodore Fairclough (Photo: Wikimedia Commons)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Following a decades-long tradition that is still upheld today, the PNP was publicly launched on September 18, 1938 to a crowd of 2,000 at the Ward Theatre in downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Six men were at the helm of the PNP when the party drafted and approved its constitution: Norman Manley, who was designated Chairman; H. P. Jacobs; Noel N. Nethersole; Howard F. Cooke; W. G. MacFarlane; and Reverend O. G. Penso – with Fairclough serving as the PNP’s first secretary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In its rich 80-year history, the PNP has had five presidents: Norman Manley, Michael Manley, Percival James Patterson, Portia Simpson Miller and currently, Dr. Peter Phillips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Norman Manley (PNP President, 1938-1969)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>As the party’s first president, Norman Manley served in his capacity between the years 1938 to 1969, during which time he became Jamaica’s first and only Premier leading up to independence from British rule.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4883} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/norman-manley-buzz-demo.jpg\" alt=\"\" class=\"wp-image-4883\" /><figcaption>The Rt. Excellent Norman Washington Manley (Photo: National Library of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Michael Manley (1969-1992)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Following Norman’s death, the mantle of party leader was handed down to Manley’s first son, Michael, who ushered in a new age of political charisma and appeal. Manley served as PNP president from 1969 to 1992.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4885} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/michael-manley-buzz-demo.jpg\" alt=\"\" class=\"wp-image-4885\" /><figcaption>Michael Manley (Photo: National Library of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Percival James \'PJ\' Patterson (1992-2006)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The values of Manley were not lost on PJ Patterson when he was elected president of the PNP in 1992, having ran one of the most successful political careers the Caribbean has ever seen. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4892} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pj-patterson-buzz-demo-1-1024x854.jpg\" alt=\"\" class=\"wp-image-4892\" /><figcaption>Photo: Facebook, @Honorable PJ-Patterson</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Patterson, who served as PNP president until 2006, was never defeated in a general election. He remained Prime Minister until his resignation from politics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Portia Simpson Miller (2006-2017)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Portia Simpson Miller, by virtue of Patterson’s resignation, became the PNP’s fourth president and Jamaica’s first female Prime Minister. Simpson Miller warded off her first challenge in 2006 and again in 2008 – primarily from Dr. Peter Phillips. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4896} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/portia-simpson-miller-demo-buzz-1024x640.jpg\" alt=\"\" class=\"wp-image-4896\" /><figcaption>Photo: Ebony Magazine</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Her leadership effectively ended in 2016 after the shock general election defeat to Andrew Holness and the Jamaica Labour Party (JLP). Mrs Simpson Miller remained PNP president until March 2017 when she stepped down</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Dr. Peter Phillips (2017-present?)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dr. Peter Phillips, since coming into the presidency in 2017, has sought to restore the stature of the PNP, with various degrees of success. <br> As the best performing minister Jamaican politics to date, a leading academic and respected businessman, Phillips and his leadership face its greatest challenge yet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4898} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dr-peter-phillips-buzz-demo-819x1024.jpg\" alt=\"\" class=\"wp-image-4898\" /><figcaption>Photo: Jamaica Information Service (JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Leading up to September 7, Dr. Phillips will have to convince weary delegates that he, and not Peter Bunting, is the right man to guide the PNP back to a familiar winning mindset. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! Who is best suited to lead the People\'s National Party (PNP) at this time? Dr. Peter Phillips or Peter Bunting? Sound off in the <strong>BUZZ</strong> comments section!!</p>\n<!-- /wp:paragraph -->','History of the presidency: Why Peter Bunting’s leadership challenge could change the PNP','','inherit','closed','closed','','4776-revision-v1','','','2019-08-21 09:12:35','2019-08-21 14:12:35','',4776,'https://buzz-caribbean.com/article/4776-revision-v1/',0,'revision','',0),(5064,14,'2019-08-21 09:17:33','2019-08-21 14:17:33','<!-- wp:image {\"id\":4974} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/popcaan-buzz-demo-1024x683.jpeg\" alt=\"\" class=\"wp-image-4974\" /><figcaption>Andrae Sutherland, known worldwide as Popcaan (Photo: OfficialPopcaan.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Yeeooooooow!!! Up inna di trends wi gone agen!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Andrae Hugh Sutherland</strong>, Woyoii, First of his name, King of the Unruly, Father of fry-yiys, burner of spliffs, the great hotskull is a national treasure, at least that’s the consensus on social media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Trouble deh deh enuh!\"</p><cite>- Sir Popcaan himself</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p> His humble beginnings in the Gaza camp as the ‘Prefect’, to his global reach with Canadian rapper Drake and the OVO movement – ‘Poppy’ as he’s affectionately called, has come a long way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His talent has grown from leaps and bounds, and the only person who could truly stop his upward trajectory is the effervescent Miss Rhona – who he taunts almost daily in his Instagram stories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In true <strong>BUZZ</strong> style, we present ten of the most epic times Popcaan proved himself to be one of Jamaica’s national treasures, who should be protected at all costs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>*Dear anti-Dancehall posse, this is a Popcaan appreciation post, so <strong><em>YYYY</em></strong> fi all loose talk*</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>10. The airport magnet</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0ZAigJlM_s/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0ZAigJlM_s/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>9. \"Do not call Pastor Blair name!!\"</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BxXqO9GFzMN/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BxXqO9GFzMN/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>8. Daddy duties w/ Rihanna</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bnhqy8SHJDw/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bnhqy8SHJDw/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>7. A man of many talents</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BpxuhXmHBpL/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BpxuhXmHBpL/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>6. Popcaan\'s win at the #10YearChallenge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/PopcaanMusic/status/1084918651390738432\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/PopcaanMusic/status/1084918651390738432\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>5. The beauty of Unruly Fest. Who else has the range, the reach?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4961} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/popcaan-unruly-fest-dec2018-drake-tory-lane-demo-buzz-848x1024.jpg\" alt=\"\" class=\"wp-image-4961\" /><figcaption>(from left) Popcaan chilling backstage with pop superstars Drake (centre) and Tory Lanez during Unruly Fest in St. Thomas in 2018 (Photo: Twitter @PopcaanMusic)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>4. HOW can you not rate this man\'s comedic value??!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BhcFVHhHsWy/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BhcFVHhHsWy/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>3. Popcaan: The gift that keeps on giving</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/ByyW330lbry/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/ByyW330lbry/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>2. Wahpm to di workout, brejin?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BfdaBz-Hljd/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BfdaBz-Hljd/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>1. Popcaan? Clean. Dem? Dead.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bv8LDRNFJmc/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bv8LDRNFJmc/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> fam, tell us! Is Popcaan a national treasure (well duh!)? Sound off in the comments section!!</p>\n<!-- /wp:paragraph -->','10 times Popcaan proved he’s  a national treasure','','inherit','closed','closed','','4940-revision-v1','','','2019-08-21 09:17:33','2019-08-21 14:17:33','',4940,'https://buzz-caribbean.com/article/4940-revision-v1/',0,'revision','',0),(5065,14,'2019-08-21 09:18:52','2019-08-21 14:18:52','<!-- wp:image {\"id\":4974} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/popcaan-buzz-demo-1024x683.jpeg\" alt=\"\" class=\"wp-image-4974\" /><figcaption>Andrae Sutherland, known worldwide as Popcaan (Photo: OfficialPopcaan.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Yeeooooooow!!! Up inna di trends wi gone agen!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Andrae Hugh Sutherland</strong>, <em>Woyoi</em>, First of his name, King of the Unruly, Father of fry-yiys, burner of spliffs, the great hotskull is a national treasure, at least that’s the consensus on social media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Trouble deh deh enuh!\"</p><cite>- Sir Popcaan himself</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p> His humble beginnings in the Gaza camp as the ‘Prefect’, to his global reach with Canadian rapper Drake and the OVO movement – ‘Poppy’ as he’s affectionately called, has come a long way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His talent has grown from leaps and bounds, and the only person who could truly stop his upward trajectory is the effervescent Miss Rhona – who he taunts almost daily in his Instagram stories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In true <strong>BUZZ</strong> style, we present ten of the most epic times Popcaan proved himself to be one of Jamaica’s national treasures, who should be protected at all costs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>*Dear anti-Dancehall posse, this is a Popcaan appreciation post, so <strong><em>YYYY</em></strong> fi all loose talk*</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>10. The airport magnet</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0ZAigJlM_s/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0ZAigJlM_s/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>9. \"Do not call Pastor Blair name!!\"</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BxXqO9GFzMN/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BxXqO9GFzMN/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>8. Daddy duties w/ Rihanna</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bnhqy8SHJDw/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bnhqy8SHJDw/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>7. A man of many talents</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BpxuhXmHBpL/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BpxuhXmHBpL/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>6. Popcaan\'s win at the #10YearChallenge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/PopcaanMusic/status/1084918651390738432\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/PopcaanMusic/status/1084918651390738432\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>5. The beauty of Unruly Fest. Who else has the range, the reach?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4961} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/popcaan-unruly-fest-dec2018-drake-tory-lane-demo-buzz-848x1024.jpg\" alt=\"\" class=\"wp-image-4961\" /><figcaption>(from left) Popcaan chilling backstage with pop superstars Drake (centre) and Tory Lanez during Unruly Fest in St. Thomas in 2018 (Photo: Twitter @PopcaanMusic)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>4. HOW can you not rate this man\'s comedic value??!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BhcFVHhHsWy/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BhcFVHhHsWy/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>3. Popcaan: The gift that keeps on giving</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/ByyW330lbry/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/ByyW330lbry/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>2. Wahpm to di workout, brejin?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BfdaBz-Hljd/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BfdaBz-Hljd/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>1. Popcaan? Clean. Dem? Dead.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bv8LDRNFJmc/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bv8LDRNFJmc/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> fam, tell us! Is Popcaan a national treasure (well duh!)? Sound off in the comments section!!</p>\n<!-- /wp:paragraph -->','10 times Popcaan proved he’s  a national treasure','','inherit','closed','closed','','4940-revision-v1','','','2019-08-21 09:18:52','2019-08-21 14:18:52','',4940,'https://buzz-caribbean.com/article/4940-revision-v1/',0,'revision','',0),(5067,14,'2019-08-21 09:43:29','2019-08-21 14:43:29','<!-- wp:embed {\"url\":\"https://youtu.be/bmWau5zAq6A\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/bmWau5zAq6A\n</div></figure>\n<!-- /wp:embed -->','BUZZ Top 10 artistes — August 19','','publish','closed','closed','','buzz-top-10-artiste-watch-week-august-19','','','2019-09-11 10:44:51','2019-09-11 15:44:51','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=5067',0,'video','',0),(5070,14,'2019-08-21 09:42:11','2019-08-21 14:42:11','<iframe title=\"BUZZ Artiste Watch (Week of August 19)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/bmWau5zAq6A?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','997745b8b17948b1f06da3031d793d68','','','2019-08-21 09:42:11','2019-08-21 14:42:11','',0,'https://buzz-caribbean.com/article/997745b8b17948b1f06da3031d793d68/',0,'oembed_cache','',0),(5071,9,'2019-08-21 09:42:19','2019-08-21 14:42:19','','Koffee A','','inherit','open','closed','','koffee-a','','','2019-08-21 09:42:19','2019-08-21 14:42:19','',4993,'https://buzz-caribbean.com/app/uploads/2019/08/koffee-A.jpeg',0,'attachment','image/jpeg',0),(5072,9,'2019-08-21 09:42:56','2019-08-21 14:42:56','<!-- wp:image {\"id\":4995} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-official-3-1024x890.jpg\" alt=\"\" class=\"wp-image-4995\" /><figcaption>Koffee (Photo: OriginalKoffee.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Next-generation Reggae star Koffee gets her tour of the United States underway tonight, Tuesday, August 20 at the Roseland Theatre in Portland, Oregon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Toast</strong> singer is making her second stop in North America in as many months, after concluding a successful tour of Canada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4998} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/roseland-theatre-oregon-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-4998\" /><figcaption>The Roseland, a stomping ground for mega-stars such as Post Malone and Billie Eilish, will be Koffee\'s to command tonight! (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Koffee, who is a headliner on R&amp;B crooner Daniel Cesar’s <em>CASE STUDY tour</em>, will be at the <em>Roseland</em> into Wednesday; where the <strong>Rapture</strong> singjay is expected to again electrify the crowd.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Koffee\'s website, the <em>CASE STUDY tour </em>will continue along the US southwest coast, into the deep south, before heading north and ending in Cleveland, Ohio on September 25.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Koffee’s final stop on her US tour will be at the iconic House of Blues in downtown Cleveland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4996} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/house-of-blues-buzz-demo-1024x542.jpg\" alt=\"\" class=\"wp-image-4996\" /><figcaption>House of Blues, in all its glory (Photo: CooperCarry.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Earlier this month, Koffee’s North America tour saw her enchant fans in Canada. The fast-rising Jamaican talent shared her gratitude for the warm reception on Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1B8cWdH9HH/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1B8cWdH9HH/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->','Koffee kicks off US tour','','inherit','closed','closed','','4993-revision-v1','','','2019-08-21 09:42:56','2019-08-21 14:42:56','',4993,'https://buzz-caribbean.com/article/4993-revision-v1/',0,'revision','',0),(5073,14,'2019-08-21 09:43:03','2019-08-21 14:43:03','','Daddy1 Custom Buzzgrab','','inherit','open','closed','','daddy1-custom-buzzgrab','','','2019-08-21 09:43:03','2019-08-21 14:43:03','',5067,'https://buzz-caribbean.com/app/uploads/2019/08/daddy1-custom-buzzgrab.jpg',0,'attachment','image/jpeg',0),(5074,14,'2019-08-21 09:44:40','2019-08-21 14:44:40','<!-- wp:embed {\"url\":\"https://youtu.be/-j-3c6rJ-5s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/-j-3c6rJ-5s\n</div></figure>\n<!-- /wp:embed -->','BUZZ Top 10 music chart — August 19','','publish','closed','closed','','buzz-top-10-music-charts-week-august-19','','','2019-09-11 10:35:04','2019-09-11 15:35:04','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=5074',0,'video','',0),(5075,14,'2019-08-21 09:44:06','2019-08-21 14:44:06','','Alkaline With The Thing Buzzgrab','','inherit','open','closed','','alkaline-with-the-thing-buzzgrab','','','2019-08-21 09:44:06','2019-08-21 14:44:06','',5074,'https://buzz-caribbean.com/app/uploads/2019/08/alkaline-with-the-thing-buzzgrab.jpg',0,'attachment','image/jpeg',0),(5076,14,'2019-08-21 09:44:41','2019-08-21 14:44:41','<iframe title=\"BUZZ Music Top 10 (Week August 19)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/-j-3c6rJ-5s?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','3751ef7d4443a28eccddc77655048ba4','','','2019-08-21 09:44:41','2019-08-21 14:44:41','',0,'https://buzz-caribbean.com/article/3751ef7d4443a28eccddc77655048ba4/',0,'oembed_cache','',0),(5077,14,'2019-08-21 09:45:12','2019-08-21 14:45:12','<iframe title=\"BUZZ Artiste Watch (Week of August 12)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/HEHku5dnvgI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','a9c71abd0d9bfac938d4bc500e460ed9','','','2019-08-21 09:45:12','2019-08-21 14:45:12','',0,'https://buzz-caribbean.com/article/a9c71abd0d9bfac938d4bc500e460ed9/',0,'oembed_cache','',0),(5078,14,'2019-08-21 09:45:14','2019-08-21 14:45:14','<iframe title=\"BUZZ Music Top 10 (Week August 12)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/8xbMSxGT2CE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','73296c7209d6e5917e68cf86ca3c6b3d','','','2019-08-21 09:45:14','2019-08-21 14:45:14','',0,'https://buzz-caribbean.com/article/73296c7209d6e5917e68cf86ca3c6b3d/',0,'oembed_cache','',0),(5079,14,'2019-08-21 09:49:08','2019-08-21 14:49:08','<iframe title=\"Garth Walker invests millions in expanding Adam and Eve Spa Pt 2\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/fnWiwYcRRGw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','cbce623020e7decc6180acb3b072cef9','','','2019-08-21 09:49:08','2019-08-21 14:49:08','',0,'https://buzz-caribbean.com/article/cbce623020e7decc6180acb3b072cef9/',0,'oembed_cache','',0),(5080,14,'2019-08-21 09:50:36','2019-08-21 14:50:36','<iframe title=\"KAYA: A BUZZ Documentary\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/t8cr2mST4Go?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','79176e1f191327ca21f122bcd97faf4d','','','2019-08-21 09:50:36','2019-08-21 14:50:36','',0,'https://buzz-caribbean.com/article/79176e1f191327ca21f122bcd97faf4d/',0,'oembed_cache','',0),(5081,14,'2019-08-21 09:50:55','2019-08-21 14:50:55','<iframe title=\"Superchappy speaks on his viral song St E Gyal and his dancehall ambitions\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/pVFNdaHfGuU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','e141e58ab6f2122151391acc59bf03eb','','','2019-08-21 09:50:55','2019-08-21 14:50:55','',0,'https://buzz-caribbean.com/article/e141e58ab6f2122151391acc59bf03eb/',0,'oembed_cache','',0),(5082,14,'2019-08-21 09:51:01','2019-08-21 14:51:01','<iframe title=\"Peter Bunting explains why the PNP should buy into a single vision\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/iA1SMjcY6-U?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','19fdd41ad4dc9b1596b3392a806d4d8c','','','2019-08-21 09:51:01','2019-08-21 14:51:01','',0,'https://buzz-caribbean.com/article/19fdd41ad4dc9b1596b3392a806d4d8c/',0,'oembed_cache','',0),(5083,14,'2019-08-21 09:51:12','2019-08-21 14:51:12','<iframe title=\"Puff and Paint: Celebrating creativity through marijuana\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/a4mjpO748nY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','48ed43437d3eaf617d77c962b335877a','','','2019-08-21 09:51:12','2019-08-21 14:51:12','',0,'https://buzz-caribbean.com/article/48ed43437d3eaf617d77c962b335877a/',0,'oembed_cache','',0),(5084,14,'2019-08-21 09:51:18','2019-08-21 14:51:18','<iframe title=\"Tessellated to release EP soon, speaks about his work with Apple\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/EYLcdnDFOao?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','3fa1f55a9c1aa06c2a506f6964f2e371','','','2019-08-21 09:51:18','2019-08-21 14:51:18','',0,'https://buzz-caribbean.com/article/3fa1f55a9c1aa06c2a506f6964f2e371/',0,'oembed_cache','',0),(5085,14,'2019-08-21 09:51:23','2019-08-21 14:51:23','<iframe title=\"JCDC Gospel Song Competition was a Spirit-filled occasion\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/4rdMsx0-Jr4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','9c1e57657e960c424d323e317711337a','','','2019-08-21 09:51:23','2019-08-21 14:51:23','',0,'https://buzz-caribbean.com/article/9c1e57657e960c424d323e317711337a/',0,'oembed_cache','',0),(5086,14,'2019-08-21 09:51:33','2019-08-21 14:51:33','<iframe title=\"Fully Loaded 2019 was a treat for dancehall lovers\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/dWD9qMmjRxg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','64967578fbf47619391761fa6f669d56','','','2019-08-21 09:51:33','2019-08-21 14:51:33','',0,'https://buzz-caribbean.com/article/64967578fbf47619391761fa6f669d56/',0,'oembed_cache','',0),(5087,14,'2019-08-21 09:51:38','2019-08-21 14:51:38','<iframe title=\"Kanye West taught Kim Kardashian to never compromise\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/pVQTRCR5HIE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','d5fe23a861d5f881e4e2408097aac1f0','','','2019-08-21 09:51:38','2019-08-21 14:51:38','',0,'https://buzz-caribbean.com/article/d5fe23a861d5f881e4e2408097aac1f0/',0,'oembed_cache','',0),(5088,14,'2019-08-21 09:51:44','2019-08-21 14:51:44','<iframe title=\"Heidi Klum faces fine over honeymoon dip\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/GfdJmysMFMw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','d4f0671135005df04b436f29c6d1abce','','','2019-08-21 09:51:44','2019-08-21 14:51:44','',0,'https://buzz-caribbean.com/article/d4f0671135005df04b436f29c6d1abce/',0,'oembed_cache','',0),(5089,14,'2019-08-21 09:51:51','2019-08-21 14:51:51','<iframe title=\"Leonardo Dicaprio knew Margot Robbie would be a success\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/CTLMO7Yi0SE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','76f9637236cebeb8a20729ce8278e625','','','2019-08-21 09:51:51','2019-08-21 14:51:51','',0,'https://buzz-caribbean.com/article/76f9637236cebeb8a20729ce8278e625/',0,'oembed_cache','',0),(5090,14,'2019-08-21 09:51:58','2019-08-21 14:51:58','<iframe title=\"Gywneth Paltrow &#039;really&#039; likes Dakota Johnson\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/b_bRPH5Oseg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','aae80eb329d156d6051ce35f50e29c05','','','2019-08-21 09:51:58','2019-08-21 14:51:58','',0,'https://buzz-caribbean.com/article/aae80eb329d156d6051ce35f50e29c05/',0,'oembed_cache','',0),(5091,14,'2019-08-21 09:52:06','2019-08-21 14:52:06','<iframe title=\"Hugh Jackman reveals how he saved his marriage\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/3wifXEpjOuY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','304e5edd9520bcefad18b03a233a33e5','','','2019-08-21 09:52:06','2019-08-21 14:52:06','',0,'https://buzz-caribbean.com/article/304e5edd9520bcefad18b03a233a33e5/',0,'oembed_cache','',0),(5092,14,'2019-08-21 09:52:11','2019-08-21 14:52:11','<iframe title=\"Kim Kardashian unhappy with Tristan&#039;s birthday party behaviour\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/alTWFyvjmVw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','c44379945535ecc6471ac0f189d43fd7','','','2019-08-21 09:52:11','2019-08-21 14:52:11','',0,'https://buzz-caribbean.com/article/c44379945535ecc6471ac0f189d43fd7/',0,'oembed_cache','',0),(5093,14,'2019-08-21 09:52:17','2019-08-21 14:52:17','<iframe title=\"Millie Bobby Brown set for role in Marvel&#039;s The Eternals\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/5HhrlTY8sm0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','92131f71637709c91e8d9f29be9855f0','','','2019-08-21 09:52:17','2019-08-21 14:52:17','',0,'https://buzz-caribbean.com/article/92131f71637709c91e8d9f29be9855f0/',0,'oembed_cache','',0),(5094,14,'2019-08-21 09:52:24','2019-08-21 14:52:24','<iframe title=\"Katie Price will keep having cosmetic surgery\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/VKIBS5Shibg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','7919af699aaee8b0dd2949be88d37c76','','','2019-08-21 09:52:24','2019-08-21 14:52:24','',0,'https://buzz-caribbean.com/article/7919af699aaee8b0dd2949be88d37c76/',0,'oembed_cache','',0),(5095,14,'2019-08-21 09:52:35','2019-08-21 14:52:35','<iframe title=\"Garth Walker invests millions in expanding Adam &amp; Eve Spa Pt 1\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/TaUA_Jc-hjc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','09ba7ddd3227f081dc290159885888db','','','2019-08-21 09:52:35','2019-08-21 14:52:35','',0,'https://buzz-caribbean.com/article/09ba7ddd3227f081dc290159885888db/',0,'oembed_cache','',0),(5096,14,'2019-08-21 09:52:44','2019-08-21 14:52:44','<iframe title=\"PNL - Blanka [Clip Officiel]\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/u8bHjdljyLw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','e84598aaef3b29b462e889d9fa5b8bab','','','2019-08-21 09:52:44','2019-08-21 14:52:44','',0,'https://buzz-caribbean.com/article/e84598aaef3b29b462e889d9fa5b8bab/',0,'oembed_cache','',0),(5097,14,'2019-08-21 10:05:01','2019-08-21 15:05:01','<!-- wp:embed {\"url\":\"https://youtu.be/MFcwBRt7SRQ\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/MFcwBRt7SRQ\n</div></figure>\n<!-- /wp:embed -->','Human upliftment at the core of LifeYard\'s mandate','','publish','closed','closed','','human-upliftment-at-the-core-of-lifeyards-mandate','','','2019-08-21 10:05:01','2019-08-21 15:05:01','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=5097',0,'video','',0),(5098,14,'2019-08-21 10:04:36','2019-08-21 15:04:36','','Lifeyard Buzz 12','','inherit','open','closed','','lifeyard-buzz-12-2','','','2019-08-21 10:04:36','2019-08-21 15:04:36','',5097,'https://buzz-caribbean.com/app/uploads/2019/08/lifeyard-buzz-12-2.jpg',0,'attachment','image/jpeg',0),(5099,14,'2019-08-21 10:05:01','2019-08-21 15:05:01','<iframe title=\"Deeper into LifeYard || BUZZ feature (part 2)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/MFcwBRt7SRQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','ce938f41b3fd36122fb21c7320377dc8','','','2019-08-21 10:05:01','2019-08-21 15:05:01','',0,'https://buzz-caribbean.com/article/ce938f41b3fd36122fb21c7320377dc8/',0,'oembed_cache','',0),(5101,13,'2019-08-21 10:28:33','2019-08-21 15:28:33','','Leadership Town Hall','','publish','closed','closed','','leadership-town-hall','','','2019-08-21 10:28:35','2019-08-21 15:28:35','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=5101',0,'out','',0),(5102,13,'2019-08-21 10:24:13','2019-08-21 15:24:13','','Townhall Reasoning Bunting','','inherit','open','closed','','townhall-reasoning-bunting','','','2019-08-21 10:24:13','2019-08-21 15:24:13','',5101,'https://buzz-caribbean.com/app/uploads/2019/08/townhall-reasoning-bunting.jpg',0,'attachment','image/jpeg',0),(5104,13,'2019-08-21 10:34:21','2019-08-21 15:34:21','','Big Money Bingo','','publish','closed','closed','','big-money-bingo','','','2019-08-21 10:34:21','2019-08-21 15:34:21','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=5104',0,'out','',0),(5105,13,'2019-08-21 10:33:59','2019-08-21 15:33:59','','Big Money Bingo','','inherit','open','closed','','big-money-bingo','','','2019-08-21 10:33:59','2019-08-21 15:33:59','',5104,'https://buzz-caribbean.com/app/uploads/2019/08/big-money-bingo.jpg',0,'attachment','image/jpeg',0),(5106,13,'2019-08-21 10:41:54','2019-08-21 15:41:54','','Kushites end of summer vegan brunch','','publish','closed','closed','','kushites-end-of-summer-vegan-brunch','','','2019-08-21 10:41:55','2019-08-21 15:41:55','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=5106',0,'out','',0),(5107,13,'2019-08-21 10:37:38','2019-08-21 15:37:38','','Kushites End Of Summer Brunch','','inherit','open','closed','','kushites-end-of-summer-brunch','','','2019-08-21 10:37:38','2019-08-21 15:37:38','',5106,'https://buzz-caribbean.com/app/uploads/2019/08/Kushites-end-of-Summer-brunch.jpg',0,'attachment','image/jpeg',0),(5108,21,'2019-08-21 10:43:13','2019-08-21 15:43:13','<!-- wp:image {\"id\":5109} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kanye.jpg\" alt=\"\" class=\"wp-image-5109\" /><figcaption>Kanye West</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kanye West\'s futuristic homes could be torn down within weeks. <br> <br> The <strong>Bound 2</strong> rapper has been dealt another blow in regards to the Calabasas homes after the Los Angeles County Sheriff\'s team was called over the weekend to go to the dome-like structures over noise complaints from locals because of late-night building work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kanye will now have to obtain a building permit by September 15 or they will have to knock down the new homes, which are being built on the grounds of the West Hidden Hills home owned by him and his wife, Kim Kardashian. The four dome-like structures were to serve as the prototypes for a whole community of new-age homes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Originally, the site manager for the project told a property inspector that the instillations were only temporary constructions, for which a permit is not required. But following further complaints from neighbours, inspectors revisited the site and found that the domes are sitting atop a concrete foundation. Inspectors then deemed that the structures did not appear to be temporary, and have now forced Kanye and his team to acquire permits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source close to Kanye told TMZ that the structures were always going to be temporary as they\'re merely prototypes, but says the rapper\'s team is now in touch with the County and intend to comply with the requirements. </p>\n<!-- /wp:paragraph -->','Kanye West\'s futuristic homes could be torn down','','publish','open','closed','','kanye-wests-futuristic-homes-could-be-torn-down','','','2019-08-21 10:43:14','2019-08-21 15:43:14','',0,'https://buzz-caribbean.com/?p=5108',0,'post','',0),(5109,9,'2019-08-21 10:41:37','2019-08-21 15:41:37','','kanye','','inherit','open','closed','','kanye','','','2019-08-21 10:41:37','2019-08-21 15:41:37','',5108,'https://buzz-caribbean.com/app/uploads/2019/08/kanye.jpg',0,'attachment','image/jpeg',0),(5110,9,'2019-08-21 10:42:34','2019-08-21 15:42:34','<!-- wp:image {\"id\":5109} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kanye.jpg\" alt=\"\" class=\"wp-image-5109\" /><figcaption>Kanye West</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kanye West\'s futuristic homes could be torn down within weeks. <br> <br> The \'Bound 2\' rapper has been dealt another blow in regards to the Calabasas homes after the Los Angeles County Sheriff\'s team was called over the weekend to go to the dome-like structures over noise complaints from locals because of late-night building work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kanye will now have to obtain a building permit by September 15 or they will have to knock down the new homes, which are being built on the grounds of the West Hidden Hills home owned by him and his wife, Kim Kardashian. The four dome-like structures were to serve as the prototypes for a whole community of new-age homes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Originally, the site manager for the project told a property inspector that the instillations were only temporary constructions, for which a permit is not required. But following further complaints from neighbours, inspectors revisited the site and found that the domes are sitting atop a concrete foundation. Inspectors then deemed that the structures did not appear to be temporary, and have now forced Kanye and his team to acquire permits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source close to Kanye told TMZ that the structures were always going to be temporary as they\'re merely prototypes, but says the rapper\'s team is now in touch with the County and intend to comply with the requirements. </p>\n<!-- /wp:paragraph -->','Kanye West\'s futuristic homes could be torn down','','inherit','closed','closed','','5108-revision-v1','','','2019-08-21 10:42:34','2019-08-21 15:42:34','',5108,'https://buzz-caribbean.com/article/5108-revision-v1/',0,'revision','',0),(5111,9,'2019-08-21 10:43:13','2019-08-21 15:43:13','<!-- wp:image {\"id\":5109} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kanye.jpg\" alt=\"\" class=\"wp-image-5109\" /><figcaption>Kanye West</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kanye West\'s futuristic homes could be torn down within weeks. <br> <br> The <strong>Bound 2</strong> rapper has been dealt another blow in regards to the Calabasas homes after the Los Angeles County Sheriff\'s team was called over the weekend to go to the dome-like structures over noise complaints from locals because of late-night building work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kanye will now have to obtain a building permit by September 15 or they will have to knock down the new homes, which are being built on the grounds of the West Hidden Hills home owned by him and his wife, Kim Kardashian. The four dome-like structures were to serve as the prototypes for a whole community of new-age homes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Originally, the site manager for the project told a property inspector that the instillations were only temporary constructions, for which a permit is not required. But following further complaints from neighbours, inspectors revisited the site and found that the domes are sitting atop a concrete foundation. Inspectors then deemed that the structures did not appear to be temporary, and have now forced Kanye and his team to acquire permits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source close to Kanye told TMZ that the structures were always going to be temporary as they\'re merely prototypes, but says the rapper\'s team is now in touch with the County and intend to comply with the requirements. </p>\n<!-- /wp:paragraph -->','Kanye West\'s futuristic homes could be torn down','','inherit','closed','closed','','5108-revision-v1','','','2019-08-21 10:43:13','2019-08-21 15:43:13','',5108,'https://buzz-caribbean.com/article/5108-revision-v1/',0,'revision','',0),(5113,21,'2019-08-21 10:54:40','2019-08-21 15:54:40','<!-- wp:image {\"id\":5114} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/burger-king-1024x684.jpg\" alt=\"\" class=\"wp-image-5114\" /><figcaption> Chairman of Burger King, Lois Sherwood (right), presents the Lois Sherwood Scholarship to Amica Gordon, who will be pursuing Actuarial Science at the University of the West Indies. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Twenty-eight students from across the island, who have excelled academically, have been awarded scholarships, bursaries and grants totalling $5.1 million by restaurant franchise, Burger King Jamaica, to offset tuition and other school-related expenses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The scholars, who\nwill be pursuing secondary and tertiary studies, beginning in September, were\npresented with their awards and prizes, during a ceremony held at the Terra\nNova Hotel, in Kingston, on Monday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“The best investment we can make in Jamaica is in our youth.\"</p><cite>—  Alando Terrelonge </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Minister of State in\nthe Ministry of Education, Youth and Information, Alando Terrelonge, in his\nremarks, noted that an education is the best gift that can be given to a child.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The best investment\nwe can make in Jamaica is in our youth. The best investment we can make is in developing\nthe human capital of this country. These young [students] are that human\ncapital. It is in them that we must spend billions of dollars to ensure their\nprosperity and the prosperity of our nation,” he said.</p>\n<!-- /wp:paragraph -->','28 students get scholarships from Burger King','','publish','open','closed','','28-students-get-scholarships-from-burger-king','','','2019-08-21 10:54:41','2019-08-21 15:54:41','',0,'https://buzz-caribbean.com/?p=5113',0,'post','',0),(5114,9,'2019-08-21 10:51:56','2019-08-21 15:51:56','','burger-king','','inherit','open','closed','','burger-king','','','2019-08-21 10:51:56','2019-08-21 15:51:56','',5113,'https://buzz-caribbean.com/app/uploads/2019/08/burger-king.jpg',0,'attachment','image/jpeg',0),(5115,9,'2019-08-21 10:54:13','2019-08-21 15:54:13','<!-- wp:image {\"id\":5114} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/burger-king-1024x684.jpg\" alt=\"\" class=\"wp-image-5114\" /><figcaption> Chairman of Burger King, Lois Sherwood (right), presents the Lois Sherwood Scholarship to Amica Gordon, who will be pursuing Actuarial Science at the University of the West Indies. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Twenty-eight students from across the island, who have excelled academically, have been awarded scholarships, bursaries and grants totalling $5.1 million by restaurant franchise, Burger King Jamaica, to offset tuition and other school-related expenses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The scholars, who\nwill be pursuing secondary and tertiary studies, beginning in September, were\npresented with their awards and prizes, during a ceremony held at the Terra\nNova Hotel, in Kingston, on Monday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“The best investment we can make in Jamaica is in our youth.\"</p><cite>—  Alando Terrelonge </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Minister of State in\nthe Ministry of Education, Youth and Information, Alando Terrelonge, in his\nremarks, noted that an education is the best gift that can be given to a child.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The best investment\nwe can make in Jamaica is in our youth. The best investment we can make is in developing\nthe human capital of this country. These young [students] are that human\ncapital. It is in them that we must spend billions of dollars to ensure their\nprosperity and the prosperity of our nation,” he said.</p>\n<!-- /wp:paragraph -->','28 students get scholarships from Burger King','','inherit','closed','closed','','5113-revision-v1','','','2019-08-21 10:54:13','2019-08-21 15:54:13','',5113,'https://buzz-caribbean.com/article/5113-revision-v1/',0,'revision','',0),(5116,4,'2019-08-21 10:58:31','2019-08-21 15:58:31','<!-- wp:paragraph -->\n<p>PNP presidential candidate Peter Bunting gave <strong>BUZZ</strong> an insight into the man the public doesn\'t see every day. Here are 10 facts about the Central Manchester MP you\'d find interesting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>His favourite meal is stew peas and white rice.</strong></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>     2. <strong>Flying to space is at the top of his bucket list.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4937} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bunting-in-space-1024x614.jpg\" alt=\"\" class=\"wp-image-4937\" /><figcaption>Peter Bunting would like to travel to space. (Graphics by Joy-Ann Johnson)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>     3. <strong>He owns lots of Koi fish. (\"When I was younger, my pets were the</strong>        <strong>animals on the farm where I grew up.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    4. <strong>His favourite movie is the classic hit Casablanca.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4886} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/casablanca-1024x819.jpg\" alt=\"\" class=\"wp-image-4886\" /><figcaption>Poster of the classic Casablanca movie.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>     5. <strong>He\'s neither a night or day person. (\"I only require a few hours of                                                sleep.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    6. <strong>Regarding his culinary skill, \"I make a mean&nbsp;soufflé.\"</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4979} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Chef-Peter-B-1024x614.jpg\" alt=\"\" class=\"wp-image-4979\" /><figcaption>Bunting makes a mean&nbsp;soufflé</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>    7. <strong>He prefers cardio to lifting weights.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    8. <strong>Among his children, his daughter is most like him.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    9. <strong>His favourite social media channel is Twitter. (\"I\'m a tweep.\")</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>    10. <strong>He believed in Rolling-calf as a child.</strong></p>\n<!-- /wp:paragraph -->','Here are 10 interesting facts about Peter Bunting that will surprise you','','inherit','closed','closed','','4872-revision-v1','','','2019-08-21 10:58:31','2019-08-21 15:58:31','',4872,'https://buzz-caribbean.com/article/4872-revision-v1/',0,'revision','',0),(5117,21,'2019-08-21 11:08:20','2019-08-21 16:08:20','<!-- wp:image {\"id\":5118} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/symphony-ship.jpg\" alt=\"\" class=\"wp-image-5118\" /><figcaption> The Symphony of the Seas, the world\'s largest cruise ship, will visit Jamaica in 2020. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There is heightening\nstakeholder anticipation over the impending arrival of the world’s largest\ncruise ship, the Royal Caribbean’s Symphony of the Seas, in 2020.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The vessel, which\nwill dock at the Falmouth Pier in Trelawny, is slated to make eight port calls\nto Jamaica between May and October, bringing nearly 72,000 passengers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Each visit is\nexpected to see some 6,680 passengers and 2,200 crew members arriving.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Consequent on the\nmega-liner’s arrival, Jamaica will earn the distinction of hosting three of the\nworld’s four largest cruise ships, as the Symphony of the Seas will join sister\nvessels – the Oasis of the Seas and Allure of the Seas, making calls at the Falmouth\nPort.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We look forward to welcoming the Symphony.\"</p><cite> — Ravi Daswani , duty-free store owner</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Water sports\noperator, Garfield Dussard, is among the business interests welcoming the\nSymphony of the Seas’ addition to Jamaica’s 2020 cruise ship itinerary, noting\nthat “we are, indeed, fortunate to have [it] over a period of six months”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dussard, who has\noperations in Ocho Rios, Falmouth and Montego Bay, argued that the addition of\na mega-liner of this magnitude to Jamaica’s itinerary is “an important step in\nthe right direction”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Owner of the Royal\nShop chain of duty-free stores, Ravi Daswani, concurs, noting that the arrival\nof 72,000 passengers is “a welcome addition”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The Port of\nFalmouth can, indeed, accommodate all these Oasis class vessels that are owned\nby Royal Caribbean, and we look forward to welcoming the Symphony,” he said. </p>\n<!-- /wp:paragraph -->','World’s largest cruise ship to make port calls in Jamaica','','publish','open','closed','','worlds-largest-cruise-ship-to-make-ports-calls-in-jamaica','','','2019-08-21 17:50:18','2019-08-21 22:50:18','',0,'https://buzz-caribbean.com/?p=5117',0,'post','',0),(5118,9,'2019-08-21 11:03:57','2019-08-21 16:03:57','','symphony-ship','','inherit','open','closed','','symphony-ship','','','2019-08-21 11:03:57','2019-08-21 16:03:57','',5117,'https://buzz-caribbean.com/app/uploads/2019/08/symphony-ship.jpg',0,'attachment','image/jpeg',0),(5119,9,'2019-08-21 11:07:38','2019-08-21 16:07:38','<!-- wp:image {\"id\":5118} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/symphony-ship.jpg\" alt=\"\" class=\"wp-image-5118\" /><figcaption> The Symphony of the Seas, the world\'s largest cruise ship, will visit Jamaica in 2020. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There is heightening\nstakeholder anticipation over the impending arrival of the world’s largest\ncruise ship, the Royal Caribbean’s Symphony of the Seas, in 2020.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The vessel, which\nwill dock at the Falmouth Pier in Trelawny, is slated to make eight port calls\nto Jamaica between May and October, bringing nearly 72,000 passengers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Each visit is\nexpected to see some 6,680 passengers and 2,200 crew members arriving.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Consequent on the\nmega-liner’s arrival, Jamaica will earn the distinction of hosting three of the\nworld’s four largest cruise ships, as the Symphony of the Seas will join sister\nvessels – the Oasis of the Seas and Allure of the Seas, making calls at the Falmouth\nPort.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We look forward to welcoming the Symphony.\"</p><cite> — Ravi Daswani , duty-free store owner</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Water sports\noperator, Garfield Dussard, is among the business interests welcoming the\nSymphony of the Seas’ addition to Jamaica’s 2020 cruise ship itinerary, noting\nthat “we are, indeed, fortunate to have [it] over a period of six months”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dussard, who has\noperations in Ocho Rios, Falmouth and Montego Bay, argued that the addition of\na mega-liner of this magnitude to Jamaica’s itinerary is “an important step in\nthe right direction”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Owner of the Royal\nShop chain of duty-free stores, Ravi Daswani, concurs, noting that the arrival\nof 72,000 passengers is “a welcome addition”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The Port of\nFalmouth can, indeed, accommodate all these Oasis class vessels that are owned\nby Royal Caribbean, and we look forward to welcoming the Symphony,” he said. </p>\n<!-- /wp:paragraph -->','World’s largest cruise ship to make ports calls in Jamaica','','inherit','closed','closed','','5117-revision-v1','','','2019-08-21 11:07:38','2019-08-21 16:07:38','',5117,'https://buzz-caribbean.com/article/5117-revision-v1/',0,'revision','',0),(5120,14,'2019-08-21 11:10:17','2019-08-21 16:10:17','','big-millys-backyard-buzz-demo','','inherit','open','closed','','big-millys-backyard-buzz-demo','','','2019-08-21 11:10:17','2019-08-21 16:10:17','',1618,'https://buzz-caribbean.com/app/uploads/2019/08/big-millys-backyard-buzz-demo.jpg',0,'attachment','image/jpeg',0),(5121,23,'2019-08-21 12:26:39','2019-08-21 17:26:39','<!-- wp:image {\"id\":5146} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/yes-buzz-demo-1024x570.jpeg\" alt=\"\" class=\"wp-image-5146\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Our first poll has struck a chord with <strong>BUZZ </strong>readers, with the majority of participants being in favour of more freedom for expletives at dancehall events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the poll, which opened last Thursday, we asked <strong>BUZZ</strong> readers: “Should expletives be allowed at dancehall events?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nearly 37 per cent of responders voted that they ‘Strongly Agreed’, with another 32 per cent declaring they simply ‘Agree’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The sentiment wasn’t purely in favour of ‘freeing up bad words’, as close to 23 per cent of <strong>BUZZ</strong> readers voted they ‘Strongly Disagree’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An additional eight per cent of respondents simply choose to ‘Disagree’ — voicing their opinion to continue to support the ban on expletives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5148} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/fully-loaded-2019-buzzgrab-1024x614.jpg\" alt=\"\" class=\"wp-image-5148\" /><figcaption>Dancehall artiste Chronic Law, a headline act at Fully Loaded in St. Ann earlier this summer. Fully Loaded was one of many Dancehall-themed events that got shut down prematurely due to the ban on expletives.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The practice, which is illegal in public spaces, can lead to a $2,000 fine if uttered in the presence of a Jamaica Constabulary Force (JCF) officer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In recent months, Opposition Senator Andre Haughton expressed his support for the use of expletives in such spaces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Haughton went further to signal his push for a review of the Towns and Communities Act, under which the use of \'bad words\' in public spaces falls.</p>\n<!-- /wp:paragraph -->','‘Free up di bad word’? BUZZ poll suggests most Jamaicans endorse expletives in dancehall','','publish','open','closed','','free-up-di-bad-word-buzz-poll-suggests-most-jamaicans-endorse-expletives-in-dancehall','','','2019-08-21 12:36:36','2019-08-21 17:36:36','',0,'https://buzz-caribbean.com/?p=5121',0,'post','',0),(5122,14,'2019-08-21 11:17:05','2019-08-21 16:17:05','','makola-market-accra-ghana-1','','inherit','open','closed','','makola-market-accra-ghana-1','','','2019-08-21 11:17:05','2019-08-21 16:17:05','',1618,'https://buzz-caribbean.com/app/uploads/2019/08/makola-market-accra-ghana-1.jpg',0,'attachment','image/jpeg',0),(5123,14,'2019-08-21 11:21:18','2019-08-21 16:21:18','','cape-coast-castle-ghana-buzz-demo','','inherit','open','closed','','cape-coast-castle-ghana-buzz-demo','','','2019-08-21 11:21:18','2019-08-21 16:21:18','',1618,'https://buzz-caribbean.com/app/uploads/2019/08/cape-coast-castle-ghana-buzz-demo.jpg',0,'attachment','image/jpeg',0),(5124,14,'2019-08-21 11:28:51','2019-08-21 16:28:51','','cape-coast-castle-door-of-no-return-demo','','inherit','open','closed','','cape-coast-castle-door-of-no-return-demo','','','2019-08-21 11:28:51','2019-08-21 16:28:51','',1618,'https://buzz-caribbean.com/app/uploads/2019/08/cape-coast-castle-door-of-no-return-demo.jpg',0,'attachment','image/jpeg',0),(5125,14,'2019-08-21 11:31:14','2019-08-21 16:31:14','','paga-crocodile-1','','inherit','open','closed','','paga-crocodile-1','','','2019-08-21 11:31:14','2019-08-21 16:31:14','',1618,'https://buzz-caribbean.com/app/uploads/2019/08/paga-crocodile-1.jpg',0,'attachment','image/jpeg',0),(5126,4,'2019-08-21 11:33:27','2019-08-21 16:33:27','<!-- wp:paragraph -->\n<p>Our first poll has struck a chord with <strong>BUZZ </strong>readers, with the majority of participants in favour of more freedom for expletives at dancehall events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The poll, which opened on Thursday, August 15, asked <strong>BUZZ </strong>readers, “Should expletives be allowed at dancehall events?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nearly 37 per cent of responders voted that they ‘Strongly Agreed’, with another 31 per cent declaring they simply ‘Agree’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The sentiment wasn’t purely in favour of ‘freeing up badwords’ as close to 23 per cent of BUZZ readers voting they ‘Strongly Disagree’. An additional eight per cent of respondents simply choose to ‘Disagree’ — voicing their decision to continue to support the ban on expletives in public spaces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The practice, which is illegal in public spaces, can lead to a $2,000 fine, if uttered in the presence of a Jamaica Constabulary Force (JCF) officer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In recent months, Opposition Senator Andre Haughton expressed his support for the use of expletives in such spaces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Haughton went further to signal his push for a review of the Towns and Communities Act, under which jurisdictions the ban on ‘badwords’ in public spaces is so rigorously enforced.</p>\n<!-- /wp:paragraph -->','‘Free up di bad word’: BUZZ poll suggests Jamaicans endorse expletives in dancehall','','inherit','closed','closed','','5121-revision-v1','','','2019-08-21 11:33:27','2019-08-21 16:33:27','',5121,'https://buzz-caribbean.com/article/5121-revision-v1/',0,'revision','',0),(5127,14,'2019-08-21 11:33:49','2019-08-21 16:33:49','','paga-crocodile-2','','inherit','open','closed','','paga-crocodile-2','','','2019-08-21 11:33:49','2019-08-21 16:33:49','',1618,'https://buzz-caribbean.com/app/uploads/2019/08/paga-crocodile-2.jpg',0,'attachment','image/jpeg',0),(5128,14,'2019-08-21 11:36:26','2019-08-21 16:36:26','','see-ghana-feel-ghana-logo','','inherit','open','closed','','see-ghana-feel-ghana-logo','','','2019-08-21 11:36:26','2019-08-21 16:36:26','',1618,'https://buzz-caribbean.com/app/uploads/2019/08/see-ghana-feel-ghana-logo.jpg',0,'attachment','image/jpeg',0),(5129,21,'2019-08-21 11:52:38','2019-08-21 16:52:38','<!-- wp:image {\"id\":5135} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/No-Maddz-A-1024x665.jpg\" alt=\"\" class=\"wp-image-5135\" /><figcaption>  Sheldon ‘Sheppie’ Shepherd (left) and Everaldo ‘Evie’ Creary are the two remaining members of No-Maddz. (Photo: Cesar Buelto) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now down to just two\nmembers, No-Maddz is gearing up for the release of their new album, <strong>Heaven On\nEarth</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No-Maddz was once a dubpoet/reggae group of four people, but that has not stopped Sheldon ‘Sheppie’ Shepherd and Everaldo ‘Evie’ Creary from working on their album that will be released on August 30. Although the album was independently produced and released, it has been co-produced by Walshy Fire of supergroup Major Lazer and presents collaborations with entertainers like popular actor-turned-artiste Idris Elba and Grammy-nominated Kumar (formerly of Raging Fyah). It also introduces the work of up-and-coming producer, The Wixard, daughter of the legendary Beres Hammond.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bwzf1uGBFG7/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bwzf1uGBFG7/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>There is much anticipation for the project among loyal No-Maddz fans, as their previous album, <strong>Sly and Robbie presents No-Maddz</strong> (released in 2015), was well received and was listed among the 10 Best Reggae Albums of that year by Billboard Magazine. The duo hopes to follow suit with <strong>Heaven On Earth</strong>, which is a commentary on the social constructs that affect Jamaica while reflecting on the hardships and triumphs faced by people all over the world.</p>\n<!-- /wp:paragraph -->','Walshy Fire and Idris Elba make mark on No-Maddz’s album','','publish','open','closed','','walshy-fire-and-idris-elba-make-mark-on-no-maddzs-album','','','2019-08-21 11:52:40','2019-08-21 16:52:40','',0,'https://buzz-caribbean.com/?p=5129',0,'post','',0),(5130,14,'2019-08-21 11:39:22','2019-08-21 16:39:22','<!-- wp:image {\"id\":1621} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ghana-flag-1024x576.jpg\" alt=\"\" class=\"wp-image-1621\" /><figcaption>Ghanaian flag (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>‘The Year of Return’ is here and\nexperiencing Ghana is a rather exciting prospect for the average Jamaican.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kissed by the Atlantic Ocean, Ghana is\nblessed with idyllic beaches, cosmopolitan cities, and remote nature reserves\nfull of exotic wildlife.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1622} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/map-of-ghana-west-africa.jpg\" alt=\"\" class=\"wp-image-1622\" /><figcaption>Map of West Africa highlighting Ghana (Photo: Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For Jamaicans who would want to begin their journey across the Atlantic, now that visa-free restrictions between the two countries no longer exist, therein comes another issue:&nbsp;<strong><em>What. To. Do?!</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ghana has the reputation of being one of the friendliest countries in Africa and many recommend it as an excellent entry point for first-time travelers to the continent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Luckily for us, there are many\nsimilarities between Jamaica and Ghana – to the point some have been surprised\nthe country almost feels ‘like home’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So similar is the West African nation\nthat many consider Ghana to be the ‘most Jamaican’ of any country on the\ncontinent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whether you’ve already booked your first flight and are gearing up for a new adventure, or just looking for a refreshing change in scenery,&nbsp;<strong>BUZZ</strong>&nbsp;presents five places, sights and attractions you must go on your visit to Ghana:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":325} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jamaica-passport-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-325\" /><figcaption>Jamaican passports (Photo: Shea Powell, WorldUpCloser.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Kokrobite</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1624} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kokrobrite-accra-ghana-1024x614.jpg\" alt=\"\" class=\"wp-image-1624\" /><figcaption>Photo: PolarSteps.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>1.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If\nyou’re a beach lover, feel compelled to feed your inner adrenaline junkie on\nthe open ocean, then Ghana\'s most popular beaches are the first stop! Located\naround Kokrobite, these pristine sands are home to the particularly beautiful\nLangma Beach.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1625} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kokrobrite-accra-ghana-2-1024x575.jpg\" alt=\"\" class=\"wp-image-1625\" /><figcaption>Photo: TripAdvisor.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kokrobite is a quick 20-mile ride away\nfrom the capital, Accra. While there, be sure to check out the popular\nbeachfront hotel, Big Milly\'s Backyard, which offers laidback accommodations –\ncomplete with a friendly bar and restaurant where backpackers, volunteers, and\nGhanaian Rastafarians chill out.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[1626,5120]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kokrobrite-accra-ghana-3-1024x681.jpg\" alt=\"\" data-id=\"1626\" class=\"wp-image-1626\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/big-millys-backyard-buzz-demo.jpg\" alt=\"\" data-id=\"5120\" data-link=\"https://buzz-caribbean.com/?attachment_id=5120\" class=\"wp-image-5120\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:heading -->\n<h2>Accra</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1623} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/accra-at-night-1024x808.jpg\" alt=\"\" class=\"wp-image-1623\" /><figcaption>The skyline of Accra, the heart of Ghana, illuminated at night (Photo: Pinterest)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>2.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Catering\nto the shopaholics, culture junkies and history-buffs, Ghana\'s vibrant capital\nof Accra is a sprawling city, and is considered one of Africa\'s safest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1629} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/makola-market-accra-ghana-2-1024x768.jpg\" alt=\"\" class=\"wp-image-1629\" /><figcaption>Women trading textiles and other fabrics wait for customers at the iconic Makola Market in Accra (Photo: Pinterest)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One possible way to pass the time is to\nbargain with vendors in the iconic Makola Market —a central hub selling\neverything from fresh produce to local arts and crafts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5122} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/makola-market-accra-ghana-1-1024x683.jpg\" alt=\"\" class=\"wp-image-5122\" /><figcaption>Makola Market during rush hour (Photo: Erin Johnson, Flickr)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Other things to do in Accra include a\nvisit to the National Museum of Ghana, where the legacies of the Ashanti\nKingdom and the transatlantic slave trade are housed in beautiful displays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/national-museum-ghana-from-1st-floor-1024x614.jpg\" alt=\"\" class=\"wp-image-1630\" /><figcaption>Photo: Wikipedia</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Take a trek down Accra’s many scenic\nbeaches, and rock to the vibrations of local and Jamaican Reggae on Labadi\nBeach, Coco Beach, and Bojo Beach.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Kakum National Park</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1631} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kakum-nature-reserve-ghana-1024x682.jpg\" alt=\"\" class=\"wp-image-1631\" /><figcaption>Photo: Ghana Tourism Authority</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>3.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Similar\nto our Blue Mountain Forest Reserve, the Kakum National Park is a dense\ntropical rainforest on Cape Coast in southern Ghana.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The forest – home to more than 40 mammal\nspecies including forest elephants, forest buffalo, meerkats, and civets – also\nhosts a thriving birdlife population, with over 250 different species recorded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For hikers and nature enthusiasts, the best highlight of any visit to Kakum is a stroll on the Canopy Walkway (pictured above). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1633} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kakum-nature-reserve-ghana-2-1-1024x576.jpg\" alt=\"\" class=\"wp-image-1633\" /><figcaption>Curious monkeys look on from the safety of treetops in the Kakum National Park (Photo: The Business Year)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Suspended 100 feet (30 meters) above the ground, this 350-meter walkway will have you cross several bridges as it offers a unique perspective of the park\'s flora and fauna.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Cape Coast Castle</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":5123} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cape-coast-castle-ghana-buzz-demo-1024x723.jpg\" alt=\"\" class=\"wp-image-5123\" /><figcaption>Still perfectly preserved against the Atlantic Coast, stands Ghana\'s tragic reminder of its past ties to slavery, the Cape Coast Castle (Photo: TouringGhana.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>4.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Speaking\nof journeys across the Atlantic, step back into a darker period in time at the\nCape Coast Castle, one of the largest forts still perfectly preserved in Ghana.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Built in 1653 for the Swedish Africa\nCompany, this building was originally used as a trading post for the timber and\ngold industries. Dutch and the British colonisers expanded the castle’s\nfootprint later, as it served as an essential holding station for enslaved\nAfricans bound for the Americas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5124} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cape-coast-castle-door-of-no-return-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-5124\" /><figcaption>The entrance to the ominous \'Door of No Return\' at the Cape Coast Castle (Photo: Olivia Burton, tyglobalist.org)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Cape Coast Castle is now a museum\nfull of information about Ghana\'s history, the slave trade, and local culture.\nTours take you through the dungeons and the \"door of no return,\"\nthrough which the castle\'s enslaved blacks once passed, never to see Africa\nagain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Paga Crocodile Sanctuary</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This\nlast visit is NOT for the faint-hearted or for anyone squeamish, as it is\nstrange and unusual.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5125} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/paga-crocodile-1-1024x683.jpg\" alt=\"\" class=\"wp-image-5125\" /><figcaption>Two tourists prove the point of a carefree Paga resident (standing) that the pond\'s crocodiles are \'totally harmless\' (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the cusp of Ghana’s northern border lies the town of Paga, nestled right up against Burkina Faso. If that wasn’t uniquely qualifying for the village, Paga sits on a sacred crocodile pond, where locals believe that reptiles hold the souls of the deceased.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Paga’s crocodiles are considered sacred\nand protected and are allegedly as safe as any domesticated pet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5127} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/paga-crocodile-2-1024x683.jpg\" alt=\"\" class=\"wp-image-5127\" /><figcaption>NOPE! Paga\'s crocodiles are harmless but would you pet one, BUZZ fam? (Photo: Indefinite Detour)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a Jamaican, Paga’s regular\ninteractions might just be a tad extreme, but for the locals and the 110\ncrocodiles in the main sanctuary – life is a breeze.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The fact that no one has ever been\nharmed by one of the crocodiles is an achievement more stunning that any feat\nat the Black River Safari.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With dozens more tourist and cultural\nexperiences to choose from, knowing where to start your adventure in Ghana can\nbe difficult.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5128} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/see-ghana-feel-ghana-logo-1024x576.jpg\" alt=\"\" class=\"wp-image-5128\" /><figcaption>Visit Ghana\'s official slogan and logo (Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But whether you\'re exploring a historic\ncastle, surfing world-class waves, or heading out on a safari, the experiences\nyou\'ll have in Ghana will surely remind you of Jamaica in more ways than one.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whenever and wherever you decide to\nembark on the ‘Year of Return’, we hope you #seeGhana #feelGhana!</p>\n<!-- /wp:paragraph -->','BUZZ Travel: Things to do in Ghana','','inherit','closed','closed','','1618-revision-v1','','','2019-08-21 11:39:22','2019-08-21 16:39:22','',1618,'https://buzz-caribbean.com/article/1618-revision-v1/',0,'revision','',0),(5131,9,'2019-08-21 11:41:18','2019-08-21 16:41:18','<!-- wp:paragraph -->\n<p>Now down to just two\nmembers, No-Maddz is gearing up for the release of their new album, <strong>Heaven On\nEarth</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No-Maddz was once a dubpoet/reggae\ngroup of four people, but that has not stopped Sheldon ‘Sheppie’ Shepherd and\nEveraldo ‘Evie’ Creary from working on their album that will be released on\nAugust 30. Although the album was independently produced and released, it has\nbeen co-produced by Walshy Fire of supergroup Major Lazer and presents\ncollaborations with entertainers like popular actor-turned-singer Idris Elba\nand Grammy-nominated Kumar (formerly of Raging Fyah). It also introduces the\nwork of up-and-coming producer, The Wixard, daughter of the legendary Beres\nHammond.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There is much anticipation among loyal No-Maddz fans, as their previous album, <strong>Sly and Robbie presents No-Maddz</strong> (released in 2015), was well received and was listed among the 10 Best Reggae Albums of that year by Billboard Magazine. The duo hopes to follow suit with <strong>Heaven On Earth</strong>, which is a commentary on the social constructs that affect Jamaica while reflecting on the hardships and triumphs faced by people all over the world.</p>\n<!-- /wp:paragraph -->','Walshy Fire and Idris Elba make mark on No-Maddz’s album','','inherit','closed','closed','','5129-revision-v1','','','2019-08-21 11:41:18','2019-08-21 16:41:18','',5129,'https://buzz-caribbean.com/article/5129-revision-v1/',0,'revision','',0),(5132,13,'2019-08-21 11:53:56','2019-08-21 16:53:56','','East','','publish','closed','closed','','east','','','2019-08-21 11:57:49','2019-08-21 16:57:49','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=5132',0,'out','',0),(5135,9,'2019-08-21 11:48:48','2019-08-21 16:48:48','','No-Maddz-A','','inherit','open','closed','','no-maddz-a','','','2019-08-21 11:48:48','2019-08-21 16:48:48','',5129,'https://buzz-caribbean.com/app/uploads/2019/08/No-Maddz-A.jpg',0,'attachment','image/jpeg',0),(5136,9,'2019-08-21 11:50:34','2019-08-21 16:50:34','<!-- wp:image {\"id\":5135} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/No-Maddz-A-1024x665.jpg\" alt=\"\" class=\"wp-image-5135\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now down to just two\nmembers, No-Maddz is gearing up for the release of their new album, <strong>Heaven On\nEarth</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No-Maddz was once a dubpoet/reggae group of four people, but that has not stopped Sheldon ‘Sheppie’ Shepherd and Everaldo ‘Evie’ Creary from working on their album that will be released on August 30. Although the album was independently produced and released, it has been co-produced by Walshy Fire of supergroup Major Lazer and presents collaborations with entertainers like popular actor-turned-artiste Idris Elba and Grammy-nominated Kumar (formerly of Raging Fyah). It also introduces the work of up-and-coming producer, The Wixard, daughter of the legendary Beres Hammond.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bwzf1uGBFG7/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bwzf1uGBFG7/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>There is much anticipation for the project among loyal No-Maddz fans, as their previous album, <strong>Sly and Robbie presents No-Maddz</strong> (released in 2015), was well received and was listed among the 10 Best Reggae Albums of that year by Billboard Magazine. The duo hopes to follow suit with <strong>Heaven On Earth</strong>, which is a commentary on the social constructs that affect Jamaica while reflecting on the hardships and triumphs faced by people all over the world.</p>\n<!-- /wp:paragraph -->','Walshy Fire and Idris Elba make mark on No-Maddz’s album','','inherit','closed','closed','','5129-revision-v1','','','2019-08-21 11:50:34','2019-08-21 16:50:34','',5129,'https://buzz-caribbean.com/article/5129-revision-v1/',0,'revision','',0),(5137,9,'2019-08-21 11:50:35','2019-08-21 16:50:35','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/Bwzf1uGBFG7/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/Bwzf1uGBFG7/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/Bwzf1uGBFG7/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">We appreciate every single mind who contributed to the creation of “Heaven On Earth”. ☂ • Produced with @walshyfire &amp; @theofficialwixard • Creative Directors @thenomaddz • Recorded at @geejamstudios • Art Director @epicmayers ?? And a special thank you to all those who have supported us throughout the years. ? @thequirkyrebel #TheNomaddz #HeavenOnEarth #AlbumParty</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/thenomaddz/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> The No-Maddz</a> (@thenomaddz) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-04-28T15:42:39+00:00\">Apr 28, 2019 at 8:42am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','1c38becc500b45d39dd1ec85ab789d3e','','','2019-08-21 11:50:35','2019-08-21 16:50:35','',0,'https://buzz-caribbean.com/article/1c38becc500b45d39dd1ec85ab789d3e/',0,'oembed_cache','',0),(5138,9,'2019-08-21 11:52:16','2019-08-21 16:52:16','<!-- wp:image {\"id\":5135} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/No-Maddz-A-1024x665.jpg\" alt=\"\" class=\"wp-image-5135\" /><figcaption>  Sheldon ‘Sheppie’ Shepherd (left) and Everaldo ‘Evie’ Creary are the two remaining members of No-Maddz. (Photo: Cesar Buelto) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now down to just two\nmembers, No-Maddz is gearing up for the release of their new album, <strong>Heaven On\nEarth</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No-Maddz was once a dubpoet/reggae group of four people, but that has not stopped Sheldon ‘Sheppie’ Shepherd and Everaldo ‘Evie’ Creary from working on their album that will be released on August 30. Although the album was independently produced and released, it has been co-produced by Walshy Fire of supergroup Major Lazer and presents collaborations with entertainers like popular actor-turned-artiste Idris Elba and Grammy-nominated Kumar (formerly of Raging Fyah). It also introduces the work of up-and-coming producer, The Wixard, daughter of the legendary Beres Hammond.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bwzf1uGBFG7/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bwzf1uGBFG7/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>There is much anticipation for the project among loyal No-Maddz fans, as their previous album, <strong>Sly and Robbie presents No-Maddz</strong> (released in 2015), was well received and was listed among the 10 Best Reggae Albums of that year by Billboard Magazine. The duo hopes to follow suit with <strong>Heaven On Earth</strong>, which is a commentary on the social constructs that affect Jamaica while reflecting on the hardships and triumphs faced by people all over the world.</p>\n<!-- /wp:paragraph -->','Walshy Fire and Idris Elba make mark on No-Maddz’s album','','inherit','closed','closed','','5129-revision-v1','','','2019-08-21 11:52:16','2019-08-21 16:52:16','',5129,'https://buzz-caribbean.com/article/5129-revision-v1/',0,'revision','',0),(5139,13,'2019-08-21 11:52:46','2019-08-21 16:52:46','','East 1','','inherit','open','closed','','east-1','','','2019-08-21 11:52:46','2019-08-21 16:52:46','',5132,'https://buzz-caribbean.com/app/uploads/2019/08/east-1.jpg',0,'attachment','image/jpeg',0),(5140,13,'2019-08-21 11:52:47','2019-08-21 16:52:47','','East 2','','inherit','open','closed','','east-2','','','2019-08-21 11:52:47','2019-08-21 16:52:47','',5132,'https://buzz-caribbean.com/app/uploads/2019/08/east-2.jpg',0,'attachment','image/jpeg',0),(5143,9,'2019-08-21 11:55:31','2019-08-21 16:55:31','<!-- wp:image {\"id\":5135} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/No-Maddz-A-1024x665.jpg\" alt=\"\" class=\"wp-image-5135\" /><figcaption>  Sheldon ‘Sheppie’ Shepherd (left) and Everaldo ‘Evie’ Creary are the two remaining members of No-Maddz. (Photo: Cesar Buelto) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now down to just two\nmembers, No-Maddz is gearing up for the release of their new album, <strong>Heaven On\nEarth</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No-Maddz was once a dubpoet/reggae group of four people, but that has not stopped Sheldon ‘Sheppie’ Shepherd and Everaldo ‘Evie’ Creary from working on their album that will be released on August 30. Although the album was independently produced and released, it has been co-produced by Walshy Fire of supergroup Major Lazer and presents collaborations with entertainers like popular actor-turned-artiste Idris Elba and Grammy-nominated Kumar (formerly of Raging Fyah). It also introduces the work of up-and-coming producer, The Wixard, daughter of the legendary Beres Hammond.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bwzf1uGBFG7/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bwzf1uGBFG7/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>There is much anticipation for the project among loyal No-Maddz fans, as their previous album, <strong>Sly and Robbie presents No-Maddz</strong> (released in 2015), was well received and was listed among the 10 Best Reggae Albums of that year by Billboard Magazine. The duo hopes to follow suit with <strong>Heaven On Earth</strong>, which is a commentary on the social constructs that affect Jamaica while reflecting on the hardships and triumphs faced by people all over the world.</p>\n<!-- /wp:paragraph -->','Walshy Fire and Idris Elba make mark on No-Maddz’s album','','inherit','closed','closed','','5129-autosave-v1','','','2019-08-21 11:55:31','2019-08-21 16:55:31','',5129,'https://buzz-caribbean.com/article/5129-autosave-v1/',0,'revision','',0),(5144,21,'2019-08-21 12:30:35','2019-08-21 17:30:35','<!-- wp:image {\"id\":5149} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lewis-BBB-1024x829.jpg\" alt=\"\" class=\"wp-image-5149\" /><figcaption> Lewis Capaldi has donated used Oreo to charity. (Photo: Instagram @lewiscapaldi)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lewis Capaldi has donated his licked Oreos to charity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Someone You Loved</strong> hitmaker has partnered with the makers of the famous sandwich cookie, offering one lucky fan the chance to win a limited edition pack of the sweet treats that he has twisted, licked and dunked. The box is also signed by Lewis, and the Oreos are preserved in a glass frame.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"It\'s a real honour to take a moment away from my busy, carefully planned eating schedule to lick, twist and dunk an entire packet of Oreos all for Nordoff Robbins - an incredible cause.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5147} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lewis-B.jpg\" alt=\"\" class=\"wp-image-5147\" /><figcaption> Lewis Capaldi smiles while holding a box with Oreo cookies that he has licked. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Joanna Dias, senior brand manager, Mondelez, added: \"We know that people love anything touched by someone famous, and as one of the most talked-about music stars of 2019, we felt Lewis Capaldi was the perfect choice to create a buzz around Oreo and the iconic Twist Lick Dunk ritual. We really hope Oreo and Lewis fans get behind us and start bidding so we can raise lots of money for Nordoff Robbins.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lewis\' used Oreos will be sold on eBay, with the money going to the Nordoff Robbins charity, which is dedicated to enriching the lives of people affected by life-limiting illness, isolation or disability, supporting thousands of people through its own centres and by working in partnership with organisations including care homes, schools and hospital.</p>\n<!-- /wp:paragraph -->','Scottish star donates ‘licked’ Oreos to charity','','publish','open','closed','','scottish-star-donates-licked-oreos-to-charity','','','2019-08-21 12:17:00','2019-08-21 17:17:00','',0,'https://buzz-caribbean.com/?p=5144',0,'post','',0),(5145,9,'2019-08-21 12:04:19','2019-08-21 17:04:19','','lewis','','inherit','open','closed','','lewis','','','2019-08-21 12:04:19','2019-08-21 17:04:19','',5144,'https://buzz-caribbean.com/app/uploads/2019/08/lewis.jpg',0,'attachment','image/jpeg',0),(5146,14,'2019-08-21 12:04:59','2019-08-21 17:04:59','','Yes Buzz Demo','','inherit','open','closed','','yes-buzz-demo','','','2019-08-21 12:04:59','2019-08-21 17:04:59','',5121,'https://buzz-caribbean.com/app/uploads/2019/08/yes-buzz-demo.jpeg',0,'attachment','image/jpeg',0),(5147,9,'2019-08-21 12:06:10','2019-08-21 17:06:10','','lewis-B','','inherit','open','closed','','lewis-b','','','2019-08-21 12:06:10','2019-08-21 17:06:10','',5144,'https://buzz-caribbean.com/app/uploads/2019/08/lewis-B.jpg',0,'attachment','image/jpeg',0),(5148,14,'2019-08-21 12:12:57','2019-08-21 17:12:57','','fully-loaded-2019-buzzgrab','','inherit','open','closed','','fully-loaded-2019-buzzgrab','','','2019-08-21 12:12:57','2019-08-21 17:12:57','',5121,'https://buzz-caribbean.com/app/uploads/2019/08/fully-loaded-2019-buzzgrab.jpg',0,'attachment','image/jpeg',0),(5149,9,'2019-08-21 12:13:13','2019-08-21 17:13:13','','lewis-BBB','','inherit','open','closed','','lewis-bbb','','','2019-08-21 12:13:13','2019-08-21 17:13:13','',5144,'https://buzz-caribbean.com/app/uploads/2019/08/lewis-BBB.jpg',0,'attachment','image/jpeg',0),(5150,9,'2019-08-21 12:16:32','2019-08-21 17:16:32','<!-- wp:image {\"id\":5149} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lewis-BBB-1024x829.jpg\" alt=\"\" class=\"wp-image-5149\" /><figcaption> Lewis Capaldi has donated used Oreo to charity. (Photo: Instagram @lewiscapaldi)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lewis Capaldi has donated his licked Oreos to charity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Someone You Loved</strong> hitmaker has partnered with the makers of the famous sandwich cookie, offering one lucky fan the chance to win a limited edition pack of the sweet treats that he has twisted, licked and dunked. The box is also signed by Lewis, and the Oreos are preserved in a glass frame.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"It\'s a real honour to take a moment away from my busy, carefully planned eating schedule to lick, twist and dunk an entire packet of Oreos all for Nordoff Robbins - an incredible cause.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5147} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lewis-B.jpg\" alt=\"\" class=\"wp-image-5147\" /><figcaption> Lewis Capaldi smiles while holding a box with Oreo cookies that he has licked. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Joanna Dias, senior brand manager, Mondelez, added: \"We know that people love anything touched by someone famous, and as one of the most talked-about music stars of 2019, we felt Lewis Capaldi was the perfect choice to create a buzz around Oreo and the iconic Twist Lick Dunk ritual. We really hope Oreo and Lewis fans get behind us and start bidding so we can raise lots of money for Nordoff Robbins.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lewis\' used Oreos will be sold on eBay, with the money going to the Nordoff Robbins charity, which is dedicated to enriching the lives of people affected by life-limiting illness, isolation or disability, supporting thousands of people through its own centres and by working in partnership with organisations including care homes, schools and hospital.</p>\n<!-- /wp:paragraph -->','Scottish star donates ‘licked’ Oreos to charity','','inherit','closed','closed','','5144-revision-v1','','','2019-08-21 12:16:32','2019-08-21 17:16:32','',5144,'https://buzz-caribbean.com/article/5144-revision-v1/',0,'revision','',0),(5152,14,'2019-08-21 12:26:39','2019-08-21 17:26:39','<!-- wp:image {\"id\":5146} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/yes-buzz-demo-1024x570.jpeg\" alt=\"\" class=\"wp-image-5146\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Our first poll has struck a chord with <strong>BUZZ </strong>readers, with the majority of participants in favour of more freedom for expletives at Dancehall events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the poll, which opened last Thursday, we asked <strong>BUZZ</strong> readers, “Should expletives be allowed at dancehall events?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nearly 37 percent of responders voted that they ‘Strongly Agreed’, with another 32 percent declaring they simply ‘Agree’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The sentiment wasn’t purely in favour of ‘freeing up bad words’, as close to 23 percent of <strong>BUZZ</strong> readers voted they ‘Strongly Disagree’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An additional eight percent of respondents simply choose to ‘Disagree’ — voicing their opinion to continue to support the ban on expletives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5148} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/fully-loaded-2019-buzzgrab-1024x614.jpg\" alt=\"\" class=\"wp-image-5148\" /><figcaption>Dancehall artiste Chronic Law, a headline act at Fully Loaded in St. Ann earlier this summer. Fully Loaded was one of many Dancehall-themed events that got shut down prematurely due to the ban on expletives.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The practice, which is illegal in public spaces, can lead to a $2,000 fine if uttered in the presence of a Jamaica Constabulary Force (JCF) officer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In recent months, Opposition Senator Andre Haughton expressed his support for the use of expletives in such spaces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr.Haughton went further to signal his push for a review of the <strong><em>Towns and Communities Act</em></strong>, under which jurisdictions the ban on ‘bad words’ in public spaces fall.</p>\n<!-- /wp:paragraph -->','‘Free up di bad word’? BUZZ poll suggests most Jamaicans endorse expletives in dancehall','','inherit','closed','closed','','5121-revision-v1','','','2019-08-21 12:26:39','2019-08-21 17:26:39','',5121,'https://buzz-caribbean.com/article/5121-revision-v1/',0,'revision','',0),(5153,14,'2019-08-21 12:27:09','2019-08-21 17:27:09','<!-- wp:image {\"id\":5146} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/yes-buzz-demo-1024x570.jpeg\" alt=\"\" class=\"wp-image-5146\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Our first poll has struck a chord with <strong>BUZZ </strong>readers, with the majority of participants in favour of more freedom for expletives at Dancehall events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the poll, which opened last Thursday, we asked <strong>BUZZ</strong> readers, “Should expletives be allowed at dancehall events?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nearly 37 percent of responders voted that they ‘Strongly Agreed’, with another 32 percent declaring they simply ‘Agree’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The sentiment wasn’t purely in favour of ‘freeing up bad words’, as close to 23 percent of <strong>BUZZ</strong> readers voted they ‘Strongly Disagree’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An additional eight percent of respondents simply choose to ‘Disagree’ — voicing their opinion to continue to support the ban on expletives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5148} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/fully-loaded-2019-buzzgrab-1024x614.jpg\" alt=\"\" class=\"wp-image-5148\" /><figcaption>Dancehall artiste Chronic Law, a headline act at Fully Loaded in St. Ann earlier this summer. Fully Loaded was one of many Dancehall-themed events that got shut down prematurely due to the ban on expletives.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The practice, which is illegal in public spaces, can lead to a $2,000 fine if uttered in the presence of a Jamaica Constabulary Force (JCF) officer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In recent months, Opposition Senator Andre Haughton expressed his support for the use of expletives in such spaces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr.Haughton went further to signal his push for a review of the <strong><em>Towns and Communities Act</em></strong>, under which jurisdictions the ban on ‘bad words’ in public spaces fall.</p>\n<!-- /wp:paragraph -->','‘Free up di bad word’? BUZZ poll suggests most Jamaicans endorse expletives in Dancehall','','inherit','closed','closed','','5121-revision-v1','','','2019-08-21 12:27:09','2019-08-21 17:27:09','',5121,'https://buzz-caribbean.com/article/5121-revision-v1/',0,'revision','',0),(5154,9,'2019-08-21 12:33:53','2019-08-21 17:33:53','<!-- wp:image {\"id\":5146} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/yes-buzz-demo-1024x570.jpeg\" alt=\"\" class=\"wp-image-5146\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Our first poll has struck a chord with <strong>BUZZ </strong>readers, with the majority of participants in favour of more freedom for expletives at Dancehall events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the poll, which opened last Thursday, we asked <strong>BUZZ</strong> readers, “Should expletives be allowed at dancehall events?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nearly 37 percent of responders voted that they ‘Strongly Agreed’, with another 32 percent declaring they simply ‘Agree’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The sentiment wasn’t purely in favour of ‘freeing up bad words’, as close to 23 percent of <strong>BUZZ</strong> readers voted they ‘Strongly Disagree’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An additional eight percent of respondents simply choose to ‘Disagree’ — voicing their opinion to continue to support the ban on expletives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5148} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/fully-loaded-2019-buzzgrab-1024x614.jpg\" alt=\"\" class=\"wp-image-5148\" /><figcaption>Dancehall artiste Chronic Law, a headline act at Fully Loaded in St. Ann earlier this summer. Fully Loaded was one of many Dancehall-themed events that got shut down prematurely due to the ban on expletives.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The practice, which is illegal in public spaces, can lead to a $2,000 fine if uttered in the presence of a Jamaica Constabulary Force (JCF) officer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In recent months, Opposition Senator Andre Haughton expressed his support for the use of expletives in such spaces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr.Haughton went further to signal his push for a review of the <strong><em>Towns and Communities Act</em></strong>, under which jurisdictions the ban on ‘bad words’ in public spaces fall.</p>\n<!-- /wp:paragraph -->','‘Free up di bad word’? BUZZ poll suggests most Jamaicans endorse expletives in dancehall','','inherit','closed','closed','','5121-revision-v1','','','2019-08-21 12:33:53','2019-08-21 17:33:53','',5121,'https://buzz-caribbean.com/article/5121-revision-v1/',0,'revision','',0),(5155,9,'2019-08-21 12:36:35','2019-08-21 17:36:35','<!-- wp:image {\"id\":5146} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/yes-buzz-demo-1024x570.jpeg\" alt=\"\" class=\"wp-image-5146\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Our first poll has struck a chord with <strong>BUZZ </strong>readers, with the majority of participants being in favour of more freedom for expletives at dancehall events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the poll, which opened last Thursday, we asked <strong>BUZZ</strong> readers: “Should expletives be allowed at dancehall events?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nearly 37 per cent of responders voted that they ‘Strongly Agreed’, with another 32 per cent declaring they simply ‘Agree’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The sentiment wasn’t purely in favour of ‘freeing up bad words’, as close to 23 per cent of <strong>BUZZ</strong> readers voted they ‘Strongly Disagree’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An additional eight per cent of respondents simply choose to ‘Disagree’ — voicing their opinion to continue to support the ban on expletives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5148} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/fully-loaded-2019-buzzgrab-1024x614.jpg\" alt=\"\" class=\"wp-image-5148\" /><figcaption>Dancehall artiste Chronic Law, a headline act at Fully Loaded in St. Ann earlier this summer. Fully Loaded was one of many Dancehall-themed events that got shut down prematurely due to the ban on expletives.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The practice, which is illegal in public spaces, can lead to a $2,000 fine if uttered in the presence of a Jamaica Constabulary Force (JCF) officer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In recent months, Opposition Senator Andre Haughton expressed his support for the use of expletives in such spaces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Haughton went further to signal his push for a review of the Towns and Communities Act, under which the use of \'bad words\' in public spaces falls.</p>\n<!-- /wp:paragraph -->','‘Free up di bad word’? BUZZ poll suggests most Jamaicans endorse expletives in dancehall','','inherit','closed','closed','','5121-revision-v1','','','2019-08-21 12:36:35','2019-08-21 17:36:35','',5121,'https://buzz-caribbean.com/article/5121-revision-v1/',0,'revision','',0),(5156,14,'2019-08-21 12:43:39','2019-08-21 17:43:39','<!-- wp:paragraph -->\n<p>We met as strangers to ourselves and each\nother but, in just two hours, you leave with an understanding that art connects\nus in ways we sometimes fail to acknowledge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The hustle and bustle of everyday work and life faded away as effortlessly as incense wafted through the Epican Café and Lounge at the Marketplace in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A subtle but recognisably steady vibration\nfrom the surrounding music reminds you that ‘Puff &amp; Paint’ is far from what\nyou had expected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not often as a journalist do I get to\nexperience a new way of expression first hand. I’ve been most comfortable with words,\nbut I was assured that tonight, through colour, my point of view would be\ndifferent; and it was. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Two canvas, one pre-rolled joint and a\npalette over two hours. That’s the simple brilliance of Puff &amp; Paint.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s just something you must see, feel, taste and hear on a personal level to truly believe and appreciate but I must say the experience was amazing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch highlights of Puff &amp; Paint in the video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/a4mjpO748nY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/a4mjpO748nY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>BUZZ caught up with conceptualiser for\n‘Puff &amp; Paint’, Master painter Rosemarie Chung, who attests to the\nprogramme’s specialised qualities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Chung, to get a genuine\nexperience of art through medical marijuana, one needs to leave their\nexpectations at the door.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The programme basically is using marijuana\nwith the creative arts, specifically painting. My focus is on non-artists and\nwhat I wanted to do was show the effect marijuana [can] have for persons in\nthat creative process,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“You’re painting with very little\ninstructions, but I do have a reference that I start you with, which are\nsymbols that our foreparents used: the Adinkra symbols from Ghana,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A panel of 20 Adinkra symbols were lain out\nin from out us, with the instruction being very simple, “Choose what calls to\nyou”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Being the careful intellect I assume I am,\nI choose ‘knowledge’ and attempted the best I could to replicate the intricate\ndesign in the half-hour window we were given.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then was came the fun part: ‘puffing’.\nThere was nothing really special about the pre-rolled joint handed to us by the\nstaff at Epican, but its contents begged to differ. <br>\n<br>\nInside was the powerful ‘Lamb’s breath’ strain of sativa, reportedly Bob\nMarley’s favourite to smoke and the excitement (at least from my end) was\npalpable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The high was clean and sharp, hitting you\nalmost immediately but not totally claiming your senses…it was relaxing,\neuphoric.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s a way to start a journey of\nself-expression,” ‘Rozi’ Chung told me, as we returned after refreshments to\nbegin a second canvas – without any guidance, symbols or care in the world.\n“Paint how you feel, use anything that comes naturally in your mind,” she spoke\nto us collectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The explosion of colour took shape right\naway.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with the BUZZ team after the\nevent, Chung explained further that she considers Puff &amp; Paint to be an\ninvestigation into minds of any willing Jamaican – outside the scrutiny of\nWestern concepts such as ‘who is or what makes one an artist’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’ve been working from 2018, looking at\nhow marijuana could either enhance the creativity or go within instinct to\nbegin to be aware of one’s creative possibilities,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We already know that marijuana is used\nmostly in the entertainment industry, but what I’m doing is having people who had\nno career-minded outlook in the visual arts, try cannabis and see the results,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There’s no competition, no reference;\nyou’re totally free,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We normally have 10 people working\nindependently and every work is different. That is itself is quite amazing, because\nthis process gets you to express your inner self in a particular way,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For many participants, like myself, it was\na shock to see what I created under the influence of marijuana, a reaction all\ntoo common to Rozi Chung and Epican.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“People are quite intrigued in this part of\nself – they’ve never had this experience. Generally, marijuana is used to\nchill, but to be able to use it in a way that you are intentionally creating\nsomething, is such an interesting thing for many,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I, for one, was completely taken aback by\nmy choice of colour for my second canvas, which started dark at the bottom but\nturned bright and airy nearest the top.</p>\n<!-- /wp:paragraph -->','Puff &amp; Paint: Strokes of genius hidden in everyone!','','inherit','closed','closed','','4782-revision-v1','','','2019-08-21 12:43:39','2019-08-21 17:43:39','',4782,'https://buzz-caribbean.com/article/4782-revision-v1/',0,'revision','',0),(5157,14,'2019-08-21 12:43:39','2019-08-21 17:43:39','<iframe title=\"Puff and Paint: Celebrating creativity through marijuana\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/a4mjpO748nY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','efef966803e32b22052180722552a04d','','','2019-08-21 12:43:39','2019-08-21 17:43:39','',0,'https://buzz-caribbean.com/article/efef966803e32b22052180722552a04d/',0,'oembed_cache','',0),(5158,14,'2019-08-21 12:49:42','2019-08-21 17:49:42','','puff-and-paint-buzz-1','','inherit','open','closed','','puff-and-paint-buzz-1','','','2019-08-21 12:49:42','2019-08-21 17:49:42','',4782,'https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-1.jpg',0,'attachment','image/jpeg',0),(5159,14,'2019-08-21 12:52:29','2019-08-21 17:52:29','','puff-and-paint-buzz-3','','inherit','open','closed','','puff-and-paint-buzz-3','','','2019-08-21 12:52:29','2019-08-21 17:52:29','',4782,'https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-3.jpg',0,'attachment','image/jpeg',0),(5160,14,'2019-08-21 12:52:53','2019-08-21 17:52:53','','puff-and-paint-buzz-5','','inherit','open','closed','','puff-and-paint-buzz-5','','','2019-08-21 12:52:53','2019-08-21 17:52:53','',4782,'https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-5.jpg',0,'attachment','image/jpeg',0),(5161,14,'2019-08-21 12:57:50','2019-08-21 17:57:50','','puff-and-paint-buzz-7','','inherit','open','closed','','puff-and-paint-buzz-7','','','2019-08-21 12:57:50','2019-08-21 17:57:50','',4782,'https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-7.jpg',0,'attachment','image/jpeg',0),(5162,14,'2019-08-21 13:00:52','2019-08-21 18:00:52','','puff-and-paint-buzz-6','','inherit','open','closed','','puff-and-paint-buzz-6','','','2019-08-21 13:00:52','2019-08-21 18:00:52','',4782,'https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-6.jpg',0,'attachment','image/jpeg',0),(5163,14,'2019-08-21 13:05:01','2019-08-21 18:05:01','','puff-and-paint-buzz-9','','inherit','open','closed','','puff-and-paint-buzz-9','','','2019-08-21 13:05:01','2019-08-21 18:05:01','',4782,'https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-9.jpg',0,'attachment','image/jpeg',0),(5164,14,'2019-08-21 13:05:49','2019-08-21 18:05:49','','puff-and-paint-buzz-2','','inherit','open','closed','','puff-and-paint-buzz-2','','','2019-08-21 13:05:49','2019-08-21 18:05:49','',4782,'https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-2.jpg',0,'attachment','image/jpeg',0),(5165,23,'2019-08-21 14:00:55','2019-08-21 19:00:55','<!-- wp:image {\"id\":5167} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/JEI-gaming-1024x686.jpg\" alt=\"\" class=\"wp-image-5167\" /><figcaption>Gregory Moore (left), chairman and CEO of Jamaica eSports Initiative, with Andrew Johnson, vice president and eSports programme director of Jamaica eSports Initiative. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On July 28, American teenager Kyle Giersdorf won US$3 million as the top player in the Fortnite World Cup, a tournament featuring the popular video game. In August, Tyler Blevins - better known as Internet video game streamer Ninja - revealed that he made more than US$12 million in 2018 on his channel playing Fortnite. With numbers like that, it is no mystery why the Jamaica eSports Initiative (JEI) has been making as much effort as it can to solidify Jamaica’s piece of the competitive gaming pie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Formed in July 2018, the gaming entity, under the determined guidance of\nchairman and CEO Gregory Moore, has held fast on its primary aim to cement\nglobal recognition for the country in the eSports arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“JEI was founded due to the lack of structure, unity, integrity,\ndirection and governance for an industry with immense potential and a community\nthat has existed since the 90s,” said Moore.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5169} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/JEI-gaming-A-1024x683.jpg\" alt=\"\" class=\"wp-image-5169\" /><figcaption>Gamers were out in their numbers for Mash Di Button 2015 to compete in the ultimate showdown using gaming consoles such as Playstation 3, PS4 and Wii U.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He is joined by Andrew Johnson, vice president and eSports programme director;\ntreasurer Steven Grennell; Ryan Moore, director of special projects; and\nMatthew Lee, general secretary and responsibility for international relations.\nThe JEI also has an advisory board consisting of Carlette DeLeon, Nicarno\nWilliams, Jason Facey and Mikhail Boswell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Moore has a 13-year history in video games, bringing his talents to the retail side in 2007 with his company Str8Games Limited. Eventually, he joined forces with Johnson who had experience in organising video game tournaments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We currently have over a thousand registered gamers as members of the\nJEI,” Moore said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5170} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/JEI-gaming-BB-1024x683.jpg\" alt=\"\" class=\"wp-image-5170\" /><figcaption>A gamer signs up for Mash Di Button 2015. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, the road to those numbers wasn’t easily achieved.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Due to the lack of integrity from previous private video game organisations,\nearning the trust of the community has been proving difficult in some cases,” Moore\nsaid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to that hindrance, another big barrier for the gaming industry\nis money, as the professional level computer and console gaming equipment\nnecessary to compete at the international level is already pricey, especially when\nlocal tariffs are added for imported goods. Moore added that the lack of proper\nhigh-speed Internet for online play is another barrier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite these issues, the JEI has managed to bring eSports to the\nforefront within the past year, forming a national eSports team, the Dr Birdz,\ncomprised of 20 of the island’s top gamers. Even beyond that, they’ve earned\nthe acknowledgement of the Jamaica Olympic Association, as they plan to take\nthe Dr Birdz to the Olympic Games. Ahead of that, JEI will tackle their largest\neffort yet, hosting the 2020 Central American and Caribbean eSports\nChampionship in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <em><strong>Written by Nichola Beckford</strong></em></p>\n<!-- /wp:paragraph -->','JEI not playing around with gaming industry','','publish','open','closed','','jei-not-playing-around-with-gaming-industry','','','2019-08-21 13:23:29','2019-08-21 18:23:29','',0,'https://buzz-caribbean.com/?p=5165',0,'post','',0),(5166,14,'2019-08-21 13:10:04','2019-08-21 18:10:04','','puff-and-paint-buzz-4','','inherit','open','closed','','puff-and-paint-buzz-4','','','2019-08-21 13:10:04','2019-08-21 18:10:04','',4782,'https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-4.jpg',0,'attachment','image/jpeg',0),(5167,9,'2019-08-21 13:10:19','2019-08-21 18:10:19','','JEI-gaming','','inherit','open','closed','','jei-gaming','','','2019-08-21 13:10:19','2019-08-21 18:10:19','',5165,'https://buzz-caribbean.com/app/uploads/2019/08/JEI-gaming.jpg',0,'attachment','image/jpeg',0),(5168,14,'2019-08-21 13:10:49','2019-08-21 18:10:49','','puff-and-paint-buzz-8','','inherit','open','closed','','puff-and-paint-buzz-8','','','2019-08-21 13:10:49','2019-08-21 18:10:49','',4782,'https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-8.jpg',0,'attachment','image/jpeg',0),(5169,9,'2019-08-21 13:14:19','2019-08-21 18:14:19','','JEI-gaming-A','','inherit','open','closed','','jei-gaming-a','','','2019-08-21 13:14:19','2019-08-21 18:14:19','',5165,'https://buzz-caribbean.com/app/uploads/2019/08/JEI-gaming-A.jpg',0,'attachment','image/jpeg',0),(5170,9,'2019-08-21 13:14:42','2019-08-21 18:14:42','','JEI-gaming-BB','','inherit','open','closed','','jei-gaming-bb','','','2019-08-21 13:14:42','2019-08-21 18:14:42','',5165,'https://buzz-caribbean.com/app/uploads/2019/08/JEI-gaming-BB.jpg',0,'attachment','image/jpeg',0),(5171,9,'2019-08-21 13:20:26','2019-08-21 18:20:26','<!-- wp:image {\"id\":5167} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/JEI-gaming-1024x686.jpg\" alt=\"\" class=\"wp-image-5167\" /><figcaption>Gregory Moore (left), chairman and CEO of Jamaica eSports Initiative, with Andrew Johnson, vice president and eSports programme director of Jamaica eSports Initiative. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On July 28 American teenager Kyle Giersdorf won US$3 million as the top\nplayer in the Fortnite World Cup, a tournament featuring the popular video game.\nIn August, Tyler Blevins - better known as Internet video game streamer Ninja -\nrevealed that he made more than US$12 million in 2018 on his channel playing\nFortnite. With numbers like that, it is no mystery why the Jamaica eSports\nInitiative (JEI) has been making as much effort as it can to solidify Jamaica’s\npiece of the competitive gaming pie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Formed in July 2018, the gaming entity, under the determined guidance of\nchairman and CEO Gregory Moore, has held fast on its primary aim to cement\nglobal recognition for the country in the eSports arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“JEI was founded due to the lack of structure, unity, integrity,\ndirection and governance for an industry with immense potential and a community\nthat has existed since the 90s,” said Moore.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5169} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/JEI-gaming-A-1024x683.jpg\" alt=\"\" class=\"wp-image-5169\" /><figcaption>Gamers were out in their numbers for Mash Di Button 2015 to compete in the ultimate showdown using gaming consoles such as Playstation 3, PS4 and Wii U.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He is joined by Andrew Johnson, vice president and eSports programme director;\ntreasurer Steven Grennell; Ryan Moore, director of special projects; and\nMatthew Lee, general secretary and responsibility for international relations.\nThe JEI also has an advisory board consisting of Carlette DeLeon, Nicarno\nWilliams, Jason Facey and Mikhail Boswell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Moore has a 13-year history in video games, bringing his talents to the retail side in 2007 with his company Str8Games Limited. Eventually, he joined forces with Johnson who had experience in organising video game tournaments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We currently have over a thousand registered gamers as members of the\nJEI,” Moore said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5170} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/JEI-gaming-BB-1024x683.jpg\" alt=\"\" class=\"wp-image-5170\" /><figcaption>A gamer signs up for Mash Di Button 2015. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, the road to those numbers wasn’t easily achieved.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Due to the lack of integrity from previous private video game organisations,\nearning the trust of the community has been proving difficult in some cases,” Moore\nsaid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to that hindrance, another big barrier for the gaming industry\nis money, as the professional level computer and console gaming equipment\nnecessary to compete at the international level is already pricey, especially when\nlocal tariffs are added for imported goods. Moore added that the lack of proper\nhigh-speed Internet for online play is another barrier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite these issues, the JEI has managed to bring eSports to the\nforefront within the past year, forming a national eSports team, the Dr Birdz,\ncomprised of 20 of the island’s top gamers. Even beyond that, they’ve earned\nthe acknowledgement of the Jamaica Olympic Association, as they plan to take\nthe Dr Birdz to the Olympic Games. Ahead of that, JEI will tackle their largest\neffort yet, hosting the 2020 Central American and Caribbean eSports\nChampionship in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— Written by Nichola Beckford</p>\n<!-- /wp:paragraph -->','JEI not playing around with gaming industry','','inherit','closed','closed','','5165-revision-v1','','','2019-08-21 13:20:26','2019-08-21 18:20:26','',5165,'https://buzz-caribbean.com/article/5165-revision-v1/',0,'revision','',0),(5172,14,'2019-08-21 13:20:31','2019-08-21 18:20:31','<!-- wp:image {\"id\":5158} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-1-1024x683.jpg\" alt=\"\" class=\"wp-image-5158\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We met as strangers to ourselves and each\nother but, in just two hours, you leave with an understanding that art connects\nus in ways we sometimes fail to acknowledge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The hustle and bustle of everyday work and life faded away as effortlessly as incense wafted through the Epican Café and Lounge at the Marketplace in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A subtle but recognisably steady vibration from the surrounding music reminds you that <strong>Puff &amp; Paint</strong> is far from what you had expected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5159} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-3-1024x683.jpg\" alt=\"\" class=\"wp-image-5159\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Not often as a journalist do I get to experience a new way of expression first hand. I’ve been most comfortable with words, but I was assured that tonight, through colour, my point of view would be different; and it was.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I wanted to show the effect marijuana [can] have for persons in that creative process.\"</p><cite>⁠— Rozi Chung tells the BUZZ team</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Two canvas, one pre-rolled joint and a palette over two hours. That’s the simple brilliance of <strong>Puff &amp; Paint</strong>.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s just something you must see, feel, taste and hear on a personal level to truly believe and appreciate but I must say the experience was amazing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch highlights of <strong>Puff &amp; Paint</strong> in the video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/a4mjpO748nY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/a4mjpO748nY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> caught up with conceptualiser for <strong>Puff &amp; Paint</strong>, Master painter Rosemarie Chung, who attests to the programme’s specialised qualities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Chung, to get a genuine\nexperience of art through medical marijuana, one needs to leave their\nexpectations at the door.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5160} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-5160\" /><figcaption>(Standing in focus) Rosemarie Chung, creator of the Puff &amp; Paint art initiative at Epican in Kingston.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The programme basically is using marijuana with the creative arts, specifically painting. My focus is on non-artists and what I wanted to do was show the effect marijuana [can] have for persons in that creative process,” she explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“You’re painting with very little instructions, but I do have a reference that I start you with, which are symbols that our foreparents used: the Adinkra symbols from Ghana,” \'Rozi\' Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A panel of 20 Adinkra symbols were lain out\nin from out us, with the instruction being very simple, “Choose what calls to\nyou”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5163} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-9-1024x683.jpg\" alt=\"\" class=\"wp-image-5163\" /><figcaption>The Adinkra symbol \'Knowledge\' (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Being the careful intellect I assume I am,\nI choose ‘knowledge’ and attempted the best I could to replicate the intricate\ndesign in the half-hour window we were given.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then came the fun part: ‘puffing’. There was nothing really special about the pre-rolled joint handed to us by the staff at Epican, but its contents begged to differ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Puff &amp; Paint is a way to start a journey of self-expression. Paint how you feel, use anything that comes naturally in your mind\"</p><cite>⁠— Rosemarie Chung, conceptualiser of Puff &amp; Paint</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Inside was the powerful ‘Lamb’s breath’ strain of sativa, reportedly Bob Marley’s favourite to smoke and the excitement (at least from my end) was palpable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5166} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-5166\" /><figcaption>More of \'Rozi\' Chung, Puff &amp; Paint conceptualiser recently</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The high was clean and sharp, hitting you\nalmost immediately but not totally claiming your senses…it was relaxing,\neuphoric.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s a way to start a journey of\nself-expression,” ‘Rozi’ Chung told me, as we returned after refreshments to\nbegin a second canvas – without any guidance, symbols or care in the world.\n“Paint how you feel, use anything that comes naturally in your mind,” she spoke\nto us collectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The explosion of colour took shape right\naway.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5162} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-5162\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking with the <strong>BUZZ</strong> team after the event, Chung explained further that she considers Puff &amp; Paint to be an investigation into minds of any willing Jamaican – outside the scrutiny of Western concepts such as ‘who is or what makes one an artist’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’ve been working from 2018, looking at how marijuana could either enhance the creativity or go within instinct to begin to be aware of one’s creative possibilities,” Chung, founder of Studio174 told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We already know that marijuana is used mostly in the entertainment industry, but what I’m doing is having people who had no career-minded outlook in the visual arts, try cannabis and see the results,” she added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“There’s no competition, no reference; you’re totally free.\"</p><cite>⁠— Rozi Chung, instructor for Puff &amp; Paint, giving the creative \'go ahead\' for the second canvas</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“We normally have 10 people working\nindependently and every work is different. That is itself is quite amazing, because\nthis process gets you to express your inner self in a particular way,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For many participants, like myself, it was\na shock to see what I created under the influence of marijuana, a reaction all\ntoo common to Rozi Chung and Epican.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5164} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-2-1024x683.jpg\" alt=\"\" class=\"wp-image-5164\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“People are quite intrigued in this part of self – they’ve never had this experience. Generally, marijuana is used to chill, but to be able to use it in a way that you are intentionally creating something, is such an interesting thing for many,” Rozi Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5161,5168]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-7-1024x683.jpg\" alt=\"\" data-id=\"5161\" class=\"wp-image-5161\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-8-1024x683.jpg\" alt=\"\" data-id=\"5168\" data-link=\"https://buzz-caribbean.com/?attachment_id=5168\" class=\"wp-image-5168\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>I, for one, was completely taken aback by my choice of colour for my second canvas, which started dark at the bottom but turned bright and airy nearest the top.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Arguably the best part of <strong>Puff &amp; Paint</strong> (outside smoking and painting of course) was the fact that Epican was gracious enough to allow each participant to leave with their work!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Puff &amp; Paint</strong> takes place around the last Tuesday of each month, with the only requirements being that interested persons must have a doctor\'s recommendation (which Epican provides) and an entry fee of $4,500.</p>\n<!-- /wp:paragraph -->','Puff &amp; Paint: Strokes of genius hidden in everyone!','','inherit','closed','closed','','4782-revision-v1','','','2019-08-21 13:20:31','2019-08-21 18:20:31','',4782,'https://buzz-caribbean.com/article/4782-revision-v1/',0,'revision','',0),(5173,9,'2019-08-21 13:23:28','2019-08-21 18:23:28','<!-- wp:image {\"id\":5167} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/JEI-gaming-1024x686.jpg\" alt=\"\" class=\"wp-image-5167\" /><figcaption>Gregory Moore (left), chairman and CEO of Jamaica eSports Initiative, with Andrew Johnson, vice president and eSports programme director of Jamaica eSports Initiative. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On July 28, American teenager Kyle Giersdorf won US$3 million as the top player in the Fortnite World Cup, a tournament featuring the popular video game. In August, Tyler Blevins - better known as Internet video game streamer Ninja - revealed that he made more than US$12 million in 2018 on his channel playing Fortnite. With numbers like that, it is no mystery why the Jamaica eSports Initiative (JEI) has been making as much effort as it can to solidify Jamaica’s piece of the competitive gaming pie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Formed in July 2018, the gaming entity, under the determined guidance of\nchairman and CEO Gregory Moore, has held fast on its primary aim to cement\nglobal recognition for the country in the eSports arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“JEI was founded due to the lack of structure, unity, integrity,\ndirection and governance for an industry with immense potential and a community\nthat has existed since the 90s,” said Moore.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5169} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/JEI-gaming-A-1024x683.jpg\" alt=\"\" class=\"wp-image-5169\" /><figcaption>Gamers were out in their numbers for Mash Di Button 2015 to compete in the ultimate showdown using gaming consoles such as Playstation 3, PS4 and Wii U.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He is joined by Andrew Johnson, vice president and eSports programme director;\ntreasurer Steven Grennell; Ryan Moore, director of special projects; and\nMatthew Lee, general secretary and responsibility for international relations.\nThe JEI also has an advisory board consisting of Carlette DeLeon, Nicarno\nWilliams, Jason Facey and Mikhail Boswell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Moore has a 13-year history in video games, bringing his talents to the retail side in 2007 with his company Str8Games Limited. Eventually, he joined forces with Johnson who had experience in organising video game tournaments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We currently have over a thousand registered gamers as members of the\nJEI,” Moore said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5170} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/JEI-gaming-BB-1024x683.jpg\" alt=\"\" class=\"wp-image-5170\" /><figcaption>A gamer signs up for Mash Di Button 2015. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, the road to those numbers wasn’t easily achieved.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Due to the lack of integrity from previous private video game organisations,\nearning the trust of the community has been proving difficult in some cases,” Moore\nsaid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to that hindrance, another big barrier for the gaming industry\nis money, as the professional level computer and console gaming equipment\nnecessary to compete at the international level is already pricey, especially when\nlocal tariffs are added for imported goods. Moore added that the lack of proper\nhigh-speed Internet for online play is another barrier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite these issues, the JEI has managed to bring eSports to the\nforefront within the past year, forming a national eSports team, the Dr Birdz,\ncomprised of 20 of the island’s top gamers. Even beyond that, they’ve earned\nthe acknowledgement of the Jamaica Olympic Association, as they plan to take\nthe Dr Birdz to the Olympic Games. Ahead of that, JEI will tackle their largest\neffort yet, hosting the 2020 Central American and Caribbean eSports\nChampionship in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <em><strong>Written by Nichola Beckford</strong></em></p>\n<!-- /wp:paragraph -->','JEI not playing around with gaming industry','','inherit','closed','closed','','5165-revision-v1','','','2019-08-21 13:23:28','2019-08-21 18:23:28','',5165,'https://buzz-caribbean.com/article/5165-revision-v1/',0,'revision','',0),(5174,11,'2019-08-21 14:15:20','2019-08-21 19:15:20','<!-- wp:paragraph -->\n<p>Jamaican sprint sensation Usain Bolt was the subject of an intense social media debate, following a light-hearted post by the former top athlete yesterday on how he should spend his 33<sup>rd</sup> birthday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/usainbolt/status/1164006485782872064\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/usainbolt/status/1164006485782872064\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>In the video tweet, Bolt asked fans to vote on whether he should celebrate his special day by pouring champagne on his friends or have his friends pour champagne on him. The tweet closed out with a quick highlight of the Mumm Olympe Rosé champagne brand, for which the sprinting legend is a co-owner and ambassador.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5177} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Usain-Launches-Signature-Champagne-1024x682.jpg\" alt=\"\" class=\"wp-image-5177\" /><figcaption>Usain Bolt at the launch of his signature champagne in January 2019 (Photo: usainbolt.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It didn’t take long, for social media pundits to weigh in on the post arguing that the star’s money would be better spent supporting a charity organization for his birthday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the tweets below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5179,5180,5181]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tweet-1.jpg\" alt=\"\" data-id=\"5179\" data-link=\"https://buzz-caribbean.com/?attachment_id=5179\" class=\"wp-image-5179\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tweet-2.jpg\" alt=\"\" data-id=\"5180\" data-link=\"https://buzz-caribbean.com/?attachment_id=5180\" class=\"wp-image-5180\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tweet-3.jpg\" alt=\"\" data-id=\"5181\" data-link=\"https://buzz-caribbean.com/?attachment_id=5181\" class=\"wp-image-5181\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Bolt, however, didn’t need to provide a response, as fans were quick to come to his defence, pointing out that the mega-star had the freedom to do whatever he pleased with his hard-earned cash, having had an impressive track record of supporting worthwhile causes. According to Bolt’s fans, he’s therefore not obligated to do so for his 33<sup>rd</sup> birthday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5185} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fan-Response.jpg\" alt=\"\" class=\"wp-image-5185\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some chalked up the uproar as simply a case of Jamaican ‘badmind’,\nwhere persons are simply envious of Bolt’s wealth and unflinching ability to\nshower himself and his friends with expensive gifts for his birthday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Launched earlier this year in partnership with G.H. Mumm, this is one in a series of promotional posts done by Bolt to push his signature champagne. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bt3pflJgXN4/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bt3pflJgXN4/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The former athlete, even launched a <a href=\"https://www.youtube.com/watch?v=BaTs0SkvxLI\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">dancehall riddim</a> with the brand’s name a few weeks ago, featuring top entertainers including Ding Dong, Munga Honorable and Christopher Martin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This type of social media uproar is by no means uncommon to\nBolt, who has often been the recipient of unsolicited opinions about how he\nspends his money on leisure activities including travel and night-life\nentertainment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Per usual, the comments were answered with a signature Bolt-style, where the star posted a tweet of him and a friend spraying bottles of  Mumm Olympe Rosé and a dive in his pool- a golden 33<sup>rd</sup> indeed!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/usainbolt/status/1164241727034707968\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/usainbolt/status/1164241727034707968\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Happy birthday to Dr. the Honourable Ambassador Usain St Leo Bolt, OJ from Team <strong>BUZZ</strong>!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>What are your thoughts? Should people be giving an opinion on how the former track star spends his money to celebrate his birthday?</em></strong></p>\n<!-- /wp:paragraph -->','Bolt’s champagne post causing social media uproar','','publish','open','closed','','bolts-champagne-post-causing-social-media-uproar','','','2019-08-21 14:15:21','2019-08-21 19:15:21','',0,'https://buzz-caribbean.com/?p=5174',0,'post','',0),(5175,4,'2019-08-21 13:34:43','2019-08-21 18:34:43','<!-- wp:paragraph -->\n<p>Celebration Brands Limited opened a new state-of-the-art distribution centre, Logic One, on Spanish Town Road on Tuesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Logic One, a massive storage space the size of two football fields, will be the distribution hub for over 41 different brands, including those of Red Stripe and Pepsi that own Celebration Brands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the better-known brands that will be housed and distributed by Logic One are Red Stripe, Pepsi, Ting, Gatorade, Heineken, Malta and Smirnoff.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Logic One is expected to change the way distribution is done in Jamaica through the implementation of sustainable systems that will help business optimisation, large scale employment and corporate environmental cooperation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It will help Celebration Brands continue its growth trajectory with the expectation that there will be an expansion in the upcoming years.</p>\n<!-- /wp:paragraph -->','Celebration Brands opens huge distribution centre','','inherit','closed','closed','','5026-revision-v1','','','2019-08-21 13:34:43','2019-08-21 18:34:43','',5026,'https://buzz-caribbean.com/article/5026-revision-v1/',0,'revision','',0),(5176,11,'2019-08-21 13:37:54','2019-08-21 18:37:54','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">My birthday is tomorrow and I need your help! Let me know how to celebrate in the most daring way:<br>- like for champagne pray my friends<br>- retweet to my friends champagne spray me<a href=\"https://twitter.com/hashtag/NextVictory?src=hash&amp;ref_src=twsrc%5Etfw\">#NextVictory</a> <a href=\"https://t.co/5JTnQvyAR7\">pic.twitter.com/5JTnQvyAR7</a></p>&mdash; Usain St. Leo Bolt (@usainbolt) <a href=\"https://twitter.com/usainbolt/status/1164006485782872064?ref_src=twsrc%5Etfw\">August 21, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','8c4d33f9ff7ca2b237437e2031132a50','','','2019-08-21 13:37:54','2019-08-21 18:37:54','',0,'https://buzz-caribbean.com/article/8c4d33f9ff7ca2b237437e2031132a50/',0,'oembed_cache','',0),(5177,11,'2019-08-21 13:39:39','2019-08-21 18:39:39','','Usain-Launches-Signature-Champagne','','inherit','open','closed','','usain-launches-signature-champagne','','','2019-08-21 13:39:39','2019-08-21 18:39:39','',5174,'https://buzz-caribbean.com/app/uploads/2019/08/Usain-Launches-Signature-Champagne.jpg',0,'attachment','image/jpeg',0),(5178,4,'2019-08-21 13:48:59','2019-08-21 18:48:59','','Logic One Ribbon Cutting #3','','inherit','open','closed','','logic-one-ribbon-cutting-3','','','2019-08-21 13:48:59','2019-08-21 18:48:59','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Logic-One-Ribbon-Cutting-3.jpg',0,'attachment','image/jpeg',0),(5179,11,'2019-08-21 13:50:39','2019-08-21 18:50:39','','Tweet-1','','inherit','open','closed','','tweet-1','','','2019-08-21 13:50:39','2019-08-21 18:50:39','',5174,'https://buzz-caribbean.com/app/uploads/2019/08/Tweet-1.jpg',0,'attachment','image/jpeg',0),(5180,11,'2019-08-21 13:50:40','2019-08-21 18:50:40','','Tweet-2','','inherit','open','closed','','tweet-2','','','2019-08-21 13:50:40','2019-08-21 18:50:40','',5174,'https://buzz-caribbean.com/app/uploads/2019/08/Tweet-2.jpg',0,'attachment','image/jpeg',0),(5181,11,'2019-08-21 13:50:40','2019-08-21 18:50:40','','Tweet-3','','inherit','open','closed','','tweet-3','','','2019-08-21 13:50:40','2019-08-21 18:50:40','',5174,'https://buzz-caribbean.com/app/uploads/2019/08/Tweet-3.jpg',0,'attachment','image/jpeg',0),(5182,4,'2019-08-21 13:51:51','2019-08-21 18:51:51','','Logic One Ribbon Cutting #1','','inherit','open','closed','','logic-one-ribbon-cutting-1','','','2019-08-21 13:51:51','2019-08-21 18:51:51','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Logic-One-Ribbon-Cutting-1.jpg',0,'attachment','image/jpeg',0),(5183,4,'2019-08-21 13:53:14','2019-08-21 18:53:14','','Logic-One-Ribbon-Cutting-1-1','','inherit','open','closed','','logic-one-ribbon-cutting-1-1','','','2019-08-21 13:53:14','2019-08-21 18:53:14','',5026,'https://buzz-caribbean.com/app/uploads/2019/08/Logic-One-Ribbon-Cutting-1-1.jpg',0,'attachment','image/jpeg',0),(5184,14,'2019-08-21 13:53:45','2019-08-21 18:53:45','','puff-and-paint-buzz-3-1','','inherit','open','closed','','puff-and-paint-buzz-3-1','','','2019-08-21 13:53:45','2019-08-21 18:53:45','',4782,'https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-3-1.jpg',0,'attachment','image/jpeg',0),(5185,11,'2019-08-21 13:54:44','2019-08-21 18:54:44','','Fan-Response','','inherit','open','closed','','fan-response','','','2019-08-21 13:54:44','2019-08-21 18:54:44','',5174,'https://buzz-caribbean.com/app/uploads/2019/08/Fan-Response.jpg',0,'attachment','image/jpeg',0),(5187,14,'2019-08-21 13:57:56','2019-08-21 18:57:56','<!-- wp:image {\"id\":5158} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-1-1024x683.jpg\" alt=\"\" class=\"wp-image-5158\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We met as strangers to ourselves and each\nother but, in just two hours, you leave with an understanding that art connects\nus in ways we sometimes fail to acknowledge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The hustle and bustle of everyday work and life faded away as effortlessly as incense wafted through the Epican Café and Lounge at the Marketplace in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A subtle but recognisably steady vibration from the surrounding music reminds you that <strong>Puff &amp; Paint</strong> is far from what you had expected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5184} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-3-1-1024x683.jpg\" alt=\"\" class=\"wp-image-5184\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Not often as a journalist do I get to experience a new way of expression first hand. I’ve been most comfortable with words, but I was assured that tonight, through colour, my point of view would be different; and it was.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I wanted to show the effect marijuana [can] have for persons in that creative process.\"</p><cite>⁠— Rozi Chung tells the BUZZ team</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Two canvas, one pre-rolled joint and a palette over two hours. That’s the simple brilliance of <strong>Puff &amp; Paint</strong>.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s just something you must see, feel, taste and hear on a personal level to truly believe and appreciate but I must say the experience was amazing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch highlights of <strong>Puff &amp; Paint</strong> in the video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/a4mjpO748nY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/a4mjpO748nY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> caught up with conceptualiser for <strong>Puff &amp; Paint</strong>, Master painter Rosemarie Chung, who attests to the programme’s specialised qualities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Chung, to get a genuine\nexperience of art through medical marijuana, one needs to leave their\nexpectations at the door.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5160} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-5160\" /><figcaption>(Standing in focus) Rosemarie Chung, creator of the Puff &amp; Paint art initiative at Epican in Kingston.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The programme basically is using marijuana with the creative arts, specifically painting. My focus is on non-artists and what I wanted to do was show the effect marijuana [can] have for persons in that creative process,” she explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>First canvas: Connecting with your African roots</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“You’re painting with very little instructions, but I do have a reference that I start you with, which are symbols that our foreparents used: the Adinkra symbols from Ghana,” \'Rozi\' Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A panel of 20 Adinkra symbols were lain out\nin from out us, with the instruction being very simple, “Choose what calls to\nyou”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5163} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-9-1024x683.jpg\" alt=\"\" class=\"wp-image-5163\" /><figcaption>The Adinkra symbol \'Knowledge\' (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Being the careful intellect I assume I am,\nI choose ‘knowledge’ and attempted the best I could to replicate the intricate\ndesign in the half-hour window we were given.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>‘Puffing’, onto the 2nd canvas: Freestyle with colours</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Then came the fun part: ‘puffing’. There was nothing really special about the pre-rolled joint handed to us by the staff at Epican, but its contents begged to differ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Puff &amp; Paint is a way to start a journey of self-expression. Paint how you feel, use anything that comes naturally in your mind\"</p><cite>⁠— Rosemarie Chung, conceptualiser of Puff &amp; Paint</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Inside was the powerful ‘Lamb’s breath’ strain of sativa, reportedly Bob Marley’s favourite to smoke and the excitement (at least from my end) was palpable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5166} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-5166\" /><figcaption>More of \'Rozi\' Chung, Puff &amp; Paint conceptualiser recently</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The high was clean and sharp, hitting you\nalmost immediately but not totally claiming your senses…it was relaxing,\neuphoric.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s a way to start a journey of\nself-expression,” ‘Rozi’ Chung told me, as we returned after refreshments to\nbegin a second canvas – without any guidance, symbols or care in the world.\n“Paint how you feel, use anything that comes naturally in your mind,” she spoke\nto us collectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The explosion of colour took shape right\naway.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5162} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-5162\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking with the <strong>BUZZ</strong> team after the event, Chung explained further that she considers Puff &amp; Paint to be an investigation into minds of any willing Jamaican – outside the scrutiny of Western concepts such as ‘who is or what makes one an artist’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’ve been working from 2018, looking at how marijuana could either enhance the creativity or go within instinct to begin to be aware of one’s creative possibilities,” Chung, founder of Studio174 told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We already know that marijuana is used mostly in the entertainment industry, but what I’m doing is having people who had no career-minded outlook in the visual arts, try cannabis and see the results,” she added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“There’s no competition, no reference; you’re totally free.\"</p><cite>⁠— Rozi Chung, instructor for Puff &amp; Paint, giving the creative \'go ahead\' for the second canvas</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“We normally have 10 people working\nindependently and every work is different. That is itself is quite amazing, because\nthis process gets you to express your inner self in a particular way,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For many participants, like myself, it was\na shock to see what I created under the influence of marijuana, a reaction all\ntoo common to Rozi Chung and Epican.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5164} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-2-1024x683.jpg\" alt=\"\" class=\"wp-image-5164\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“People are quite intrigued in this part of self – they’ve never had this experience. Generally, marijuana is used to chill, but to be able to use it in a way that you are intentionally creating something, is such an interesting thing for many,” Rozi Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5161,5168]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-7-1024x683.jpg\" alt=\"\" data-id=\"5161\" class=\"wp-image-5161\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-8-1024x683.jpg\" alt=\"\" data-id=\"5168\" data-link=\"https://buzz-caribbean.com/?attachment_id=5168\" class=\"wp-image-5168\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>I, for one, was completely taken aback by my choice of colour for my second canvas, which started dark at the bottom but turned bright and airy nearest the top.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Arguably the best part of <strong>Puff &amp; Paint</strong> (outside smoking and painting of course) was the fact that Epican was gracious enough to allow each participant to leave with their work!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Puff &amp; Paint</strong> takes place around the last Tuesday of each month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The only requirements are that interested persons must have a doctor\'s recommendation (which Epican provides) and an entry fee of $4,500.</p>\n<!-- /wp:paragraph -->','Puff &amp; Paint: Strokes of genius hidden in everyone!','','inherit','closed','closed','','4782-revision-v1','','','2019-08-21 13:57:56','2019-08-21 18:57:56','',4782,'https://buzz-caribbean.com/article/4782-revision-v1/',0,'revision','',0),(5188,14,'2019-08-21 14:00:05','2019-08-21 19:00:05','<!-- wp:image {\"id\":4974} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/popcaan-buzz-demo-1024x683.jpeg\" alt=\"\" class=\"wp-image-4974\" /><figcaption>Andrae Sutherland, known worldwide as Popcaan (Photo: OfficialPopcaan.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Yeeooooooow!!! Up inna di trends wi gone agen!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Andrae Hugh Sutherland</strong>, <em>Woyoi</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>First of his name, King of the Unruly, Father\nof fry-yiys, burner of spliffs, the great hotskull is a national treasure – at\nleast that’s the consensus on social media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Trouble deh deh enuh!\"</p><cite>- Sir Popcaan himself</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p> His humble beginnings in the Gaza camp as the ‘Prefect’, to his global reach with Canadian rapper Drake and the OVO movement – ‘Poppy’ as he’s affectionately called, has come a long way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His talent has grown from leaps and bounds, and the only person who could truly stop his upward trajectory is the effervescent Miss Rhona – who he taunts almost daily in his Instagram stories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In true <strong>BUZZ</strong> style, we present ten of the most epic times Popcaan proved himself to be one of Jamaica’s national treasures, who should be protected at all costs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>*Dear anti-Dancehall posse, this is a Popcaan appreciation post, so <strong><em>YYYY</em></strong> fi all loose talk*</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>10. The airport magnet</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0ZAigJlM_s/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0ZAigJlM_s/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>9. \"Do not call Pastor Blair name!!\"</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BxXqO9GFzMN/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BxXqO9GFzMN/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>8. Daddy duties w/ Rihanna</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bnhqy8SHJDw/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bnhqy8SHJDw/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>7. A man of many talents</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BpxuhXmHBpL/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BpxuhXmHBpL/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>6. Popcaan\'s win at the #10YearChallenge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/PopcaanMusic/status/1084918651390738432\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/PopcaanMusic/status/1084918651390738432\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>5. The beauty of Unruly Fest. Who else has the range, the reach?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":4961} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/popcaan-unruly-fest-dec2018-drake-tory-lane-demo-buzz-848x1024.jpg\" alt=\"\" class=\"wp-image-4961\" /><figcaption>(from left) Popcaan chilling backstage with pop superstars Drake (centre) and Tory Lanez during Unruly Fest in St. Thomas in 2018 (Photo: Twitter @PopcaanMusic)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>4. HOW can you not rate this man\'s comedic value??!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BhcFVHhHsWy/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BhcFVHhHsWy/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>3. Popcaan: The gift that keeps on giving</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/ByyW330lbry/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/ByyW330lbry/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>2. Wahpm to di workout, brejin?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BfdaBz-Hljd/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BfdaBz-Hljd/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2>1. Popcaan? Clean. Dem? Dead.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bv8LDRNFJmc/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bv8LDRNFJmc/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> fam, tell us! Is Popcaan a national treasure (well duh!)? Sound off in the comments section!!</p>\n<!-- /wp:paragraph -->','10 times Popcaan proved he’s  a national treasure','','inherit','closed','closed','','4940-revision-v1','','','2019-08-21 14:00:05','2019-08-21 19:00:05','',4940,'https://buzz-caribbean.com/article/4940-revision-v1/',0,'revision','',0),(5189,11,'2019-08-21 14:01:58','2019-08-21 19:01:58','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/Bt3pflJgXN4/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/Bt3pflJgXN4/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/Bt3pflJgXN4/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Happy Valentine&#39;s Day! #NextVictory @ghmumm</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/usainbolt/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Usain St.Leo Bolt</a> (@usainbolt) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-02-14T16:52:20+00:00\">Feb 14, 2019 at 8:52am PST</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','10a129dc9e23dffff17aa1a46d9021fe','','','2019-08-21 14:01:58','2019-08-21 19:01:58','',0,'https://buzz-caribbean.com/article/10a129dc9e23dffff17aa1a46d9021fe/',0,'oembed_cache','',0),(5190,11,'2019-08-21 14:01:59','2019-08-21 19:01:59','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Happy birthday to me. <a href=\"https://twitter.com/hashtag/TopADiTop?src=hash&amp;ref_src=twsrc%5Etfw\">#TopADiTop</a> Lifestyle ??⚡️??????????? <a href=\"https://twitter.com/hashtag/OlympeRose?src=hash&amp;ref_src=twsrc%5Etfw\">#OlympeRose</a>’ <a href=\"https://t.co/XGk4PQgHRf\">pic.twitter.com/XGk4PQgHRf</a></p>&mdash; Usain St. Leo Bolt (@usainbolt) <a href=\"https://twitter.com/usainbolt/status/1164241727034707968?ref_src=twsrc%5Etfw\">August 21, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','7271747bd0e30e6c021a2d144eee958b','','','2019-08-21 14:01:59','2019-08-21 19:01:59','',0,'https://buzz-caribbean.com/article/7271747bd0e30e6c021a2d144eee958b/',0,'oembed_cache','',0),(5192,14,'2019-08-21 14:07:38','2019-08-21 19:07:38','<!-- wp:image {\"id\":5158} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-1-1024x683.jpg\" alt=\"\" class=\"wp-image-5158\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We met as strangers to ourselves and each\nother but, in just two hours, you leave with an understanding that art connects\nus in ways we sometimes fail to acknowledge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The hustle and bustle of everyday work and life faded away as effortlessly as incense wafted through the Epican Café and Lounge at the Marketplace in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A subtle but recognisably steady vibration from the surrounding music reminds you that <strong>Puff &amp; Paint</strong> is far from what you had expected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5184} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-3-1-1024x683.jpg\" alt=\"\" class=\"wp-image-5184\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Not often as a journalist do I get to experience a new way of expression first hand. I’ve been most comfortable with words, but I was assured that tonight, through colour, my point of view would be different; and it was.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I wanted to show the effect marijuana [can] have for persons in that creative process.\"</p><cite>⁠— Rozi Chung tells the BUZZ team</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Two canvas, one pre-rolled joint and a palette over two hours. That’s the simple brilliance of <strong>Puff &amp; Paint</strong>.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s just something you must see, feel, taste and hear on a personal level to truly believe and appreciate but I must say the experience was amazing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch highlights of <strong>Puff &amp; Paint</strong> in the video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/a4mjpO748nY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/a4mjpO748nY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> caught up with conceptualiser for <strong>Puff &amp; Paint</strong>, Master painter Rosemarie Chung, who attests to the programme’s specialised qualities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Chung, to get a genuine\nexperience of art through medical marijuana, one needs to leave their\nexpectations at the door.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5160} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-5160\" /><figcaption>(Standing in focus) Rosemarie Chung, creator of the Puff &amp; Paint art initiative at Epican in Kingston.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The programme basically is using marijuana with the creative arts, specifically painting. My focus is on non-artists and what I wanted to do was show the effect marijuana [can] have for persons in that creative process,” she explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>First canvas: Connecting with your African roots</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“You’re painting with very little instructions, but I do have a reference that I start you with, which are symbols that our foreparents used: the Adinkra symbols from Ghana,” \'Rozi\' Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A panel of 20 Adinkra symbols were lain out in front of us, with the instruction being very simple, “Choose what calls to you”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5163} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-9-1024x683.jpg\" alt=\"\" class=\"wp-image-5163\" /><figcaption>The Adinkra symbol \'Knowledge\' (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Being the careful intellect I assume I am,\nI choose ‘knowledge’ and attempted the best I could to replicate the intricate\ndesign in the half-hour window we were given.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>‘Puffing’, onto the 2nd canvas: Freestyle with colours</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Then came the fun part: ‘puffing’. There was nothing really special about the pre-rolled joint handed to us by the staff at Epican, but its contents begged to differ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Puff &amp; Paint is a way to start a journey of self-expression. Paint how you feel, use anything that comes naturally in your mind\"</p><cite>⁠— Rosemarie Chung, conceptualiser of Puff &amp; Paint</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Inside was the powerful ‘Lamb’s breath’ strain of sativa, reportedly Bob Marley’s favourite to smoke and the excitement (at least from my end) was palpable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5166} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-5166\" /><figcaption>More of \'Rozi\' Chung, Puff &amp; Paint\'s visionary creator</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The high was clean and sharp, hitting you\nalmost immediately but not totally claiming your senses…it was relaxing,\neuphoric.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s a way to start a journey of\nself-expression,” ‘Rozi’ Chung told me, as we returned after refreshments to\nbegin a second canvas – without any guidance, symbols or care in the world.\n“Paint how you feel, use anything that comes naturally in your mind,” she spoke\nto us collectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The explosion of colour took shape right\naway.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5162} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-5162\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking with the <strong>BUZZ</strong> team after the event, Chung explained further that she considers Puff &amp; Paint to be an investigation into minds of any willing Jamaican – outside the scrutiny of Western concepts such as ‘who is or what makes one an artist’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’ve been working from 2018, looking at how marijuana could either enhance the creativity or go within instinct to begin to be aware of one’s creative possibilities,” Chung, founder of Studio174 told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We already know that marijuana is used mostly in the entertainment industry, but what I’m doing is having people who had no career-minded outlook in the visual arts, try cannabis and see the results,” she added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“There’s no competition, no reference; you’re totally free.\"</p><cite>⁠— Rozi Chung, instructor for Puff &amp; Paint, giving the creative \'go ahead\' for the second canvas</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“We normally have 10 people working\nindependently and every work is different. That is itself is quite amazing, because\nthis process gets you to express your inner self in a particular way,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For many participants, like myself, it was\na shock to see what I created under the influence of marijuana, a reaction all\ntoo common to Rozi Chung and Epican.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5164} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-2-1024x683.jpg\" alt=\"\" class=\"wp-image-5164\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“People are quite intrigued in this part of self – they’ve never had this experience. Generally, marijuana is used to chill, but to be able to use it in a way that you are intentionally creating something, is such an interesting thing for many,” Rozi Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5161,5168]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-7-1024x683.jpg\" alt=\"\" data-id=\"5161\" class=\"wp-image-5161\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-8-1024x683.jpg\" alt=\"\" data-id=\"5168\" data-link=\"https://buzz-caribbean.com/?attachment_id=5168\" class=\"wp-image-5168\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>I, for one, was completely taken aback by my choice of colour for my second canvas, which started dark at the bottom but turned bright and airy nearest the top.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Arguably the best part of <strong>Puff &amp; Paint</strong> (outside smoking and painting of course) was the fact that Epican was gracious enough to allow each participant to leave with their work!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Puff &amp; Paint</strong> takes place around the last Tuesday of each month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The only requirements are that interested persons must have a doctor\'s recommendation (which Epican provides) and an entry fee of $4,500.</p>\n<!-- /wp:paragraph -->','Puff &amp; Paint: Strokes of genius hidden in everyone!','','inherit','closed','closed','','4782-revision-v1','','','2019-08-21 14:07:38','2019-08-21 19:07:38','',4782,'https://buzz-caribbean.com/article/4782-revision-v1/',0,'revision','',0),(5193,11,'2019-08-21 14:09:58','2019-08-21 19:09:58','<!-- wp:paragraph -->\n<p>Jamaican sprint sensation Usain Bolt was the subject of an intense social media debate, following a light-hearted post by the former top athlete yesterday on how he should spend his 33<sup>rd</sup> birthday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/usainbolt/status/1164006485782872064\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/usainbolt/status/1164006485782872064\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>In the video tweet, Bolt asked fans to vote on whether he should celebrate his special day by pouring champagne on his friends or have his friends pour champagne on him. The tweet closed out with a quick highlight of the Mumm Olympe Rosé champagne brand, for which the sprinting legend is a co-owner and ambassador.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5177} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Usain-Launches-Signature-Champagne-1024x682.jpg\" alt=\"\" class=\"wp-image-5177\" /><figcaption>Usain Bolt at the launch of his signature champagne in January 2019 (Photo: usainbolt.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It didn’t take long, for social media pundits to weigh in on the post arguing that the star’s money would be better spent supporting a charity organization for his birthday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the tweets below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5179,5180,5181]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tweet-1.jpg\" alt=\"\" data-id=\"5179\" data-link=\"https://buzz-caribbean.com/?attachment_id=5179\" class=\"wp-image-5179\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tweet-2.jpg\" alt=\"\" data-id=\"5180\" data-link=\"https://buzz-caribbean.com/?attachment_id=5180\" class=\"wp-image-5180\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tweet-3.jpg\" alt=\"\" data-id=\"5181\" data-link=\"https://buzz-caribbean.com/?attachment_id=5181\" class=\"wp-image-5181\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Bolt, however, didn’t need to provide a response, as fans were quick to come to his defence, pointing out that the mega-star not only had the freedom to do whatever he pleased with his hard-earned cash, having had an impressive track record of supporting worthwhile causes. According to Bolt’s fans, he’s therefore not obligated to do so for his 33<sup>rd</sup> birthday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5185} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fan-Response.jpg\" alt=\"\" class=\"wp-image-5185\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some chalked up the uproar as simply a case of Jamaican ‘badmind’,\nwhere persons are simply envious of Bolt’s wealth and unflinching ability to\nshower himself and his friends with expensive gifts for his birthday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Launched earlier this year in partnership with G.H. Mumm, this is one in a series of promotional posts done by Bolt to push his signature champagne. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bt3pflJgXN4/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bt3pflJgXN4/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The former athlete, even launched a <a href=\"https://www.youtube.com/watch?v=BaTs0SkvxLI\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">dancehall riddim</a> with the brand’s name a few weeks ago, featuring top entertainers including Ding Dong, Munga Honorable and Christopher Martin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This type of social media uproar is by no means uncommon to\nBolt, who has often been the recipient of unsolicited opinions about how he\nspends his money on leisure activities including travel and night-life\nentertainment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Per usual, the comments were answered with a signature Bolt-style, where the star posted a tweet of him and a friend spraying bottles of  Mumm Olympe Rosé and a dive in his pool- a golden 33<sup>rd</sup> indeed!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/usainbolt/status/1164241727034707968\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/usainbolt/status/1164241727034707968\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Happy birthday to Dr. the Honourable Usain St Leo Bolt from Team <strong>BUZZ</strong>!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>What are your thoughts? Should people be giving an opinion on how the former track star spends his money to celebrate his birthday?</em></strong></p>\n<!-- /wp:paragraph -->','Bolt’s champagne post causing social media uproar','','inherit','closed','closed','','5174-revision-v1','','','2019-08-21 14:09:58','2019-08-21 19:09:58','',5174,'https://buzz-caribbean.com/article/5174-revision-v1/',0,'revision','',0),(5194,4,'2019-08-21 14:11:08','2019-08-21 19:11:08','<!-- wp:paragraph -->\n<p>Celebration Brands Limited opened a new state-of-the-art distribution centre, Logic One, on Spanish Town Road on Tuesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5178} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Logic-One-Ribbon-Cutting-3-1024x539.jpg\" alt=\"\" class=\"wp-image-5178\" /><figcaption>Inside the massive warehouse that was opened on Tuesday.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Logic One, a massive storage space the size of two football fields, will be the distribution hub for over 41 different brands, including those of Red Stripe and Pepsi that own Celebration Brands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the better-known brands that will be housed and distributed by Logic One are Red Stripe, Pepsi, Ting, Gatorade, Heineken, Malta and Smirnoff.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5183} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Logic-One-Ribbon-Cutting-1-1-1024x576.jpg\" alt=\"\" class=\"wp-image-5183\" /><figcaption>Member of Parliament Anthony Hylton (third from left) and Logic one executives.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Logic One is expected to change the way distribution is done in Jamaica through the implementation of sustainable systems that will help business optimisation, large scale employment and corporate environmental cooperation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It will help Celebration Brands continue its growth trajectory with the expectation that there will be an expansion in the upcoming years.</p>\n<!-- /wp:paragraph -->','Celebration Brands opens huge distribution centre','','inherit','closed','closed','','5026-revision-v1','','','2019-08-21 14:11:08','2019-08-21 19:11:08','',5026,'https://buzz-caribbean.com/article/5026-revision-v1/',0,'revision','',0),(5195,11,'2019-08-21 14:11:57','2019-08-21 19:11:57','<!-- wp:paragraph -->\n<p>Jamaican sprint sensation Usain Bolt was the subject of an intense social media debate, following a light-hearted post by the former top athlete yesterday on how he should spend his 33<sup>rd</sup> birthday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/usainbolt/status/1164006485782872064\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/usainbolt/status/1164006485782872064\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>In the video tweet, Bolt asked fans to vote on whether he should celebrate his special day by pouring champagne on his friends or have his friends pour champagne on him. The tweet closed out with a quick highlight of the Mumm Olympe Rosé champagne brand, for which the sprinting legend is a co-owner and ambassador.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5177} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Usain-Launches-Signature-Champagne-1024x682.jpg\" alt=\"\" class=\"wp-image-5177\" /><figcaption>Usain Bolt at the launch of his signature champagne in January 2019 (Photo: usainbolt.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It didn’t take long, for social media pundits to weigh in on the post arguing that the star’s money would be better spent supporting a charity organization for his birthday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the tweets below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5179,5180,5181]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tweet-1.jpg\" alt=\"\" data-id=\"5179\" data-link=\"https://buzz-caribbean.com/?attachment_id=5179\" class=\"wp-image-5179\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tweet-2.jpg\" alt=\"\" data-id=\"5180\" data-link=\"https://buzz-caribbean.com/?attachment_id=5180\" class=\"wp-image-5180\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tweet-3.jpg\" alt=\"\" data-id=\"5181\" data-link=\"https://buzz-caribbean.com/?attachment_id=5181\" class=\"wp-image-5181\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Bolt, however, didn’t need to provide a response, as fans were quick to come to his defence, pointing out that the mega-star had the freedom to do whatever he pleased with his hard-earned cash, having had an impressive track record of supporting worthwhile causes. According to Bolt’s fans, he’s therefore not obligated to do so for his 33<sup>rd</sup> birthday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5185} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fan-Response.jpg\" alt=\"\" class=\"wp-image-5185\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some chalked up the uproar as simply a case of Jamaican ‘badmind’,\nwhere persons are simply envious of Bolt’s wealth and unflinching ability to\nshower himself and his friends with expensive gifts for his birthday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Launched earlier this year in partnership with G.H. Mumm, this is one in a series of promotional posts done by Bolt to push his signature champagne. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bt3pflJgXN4/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bt3pflJgXN4/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The former athlete, even launched a <a href=\"https://www.youtube.com/watch?v=BaTs0SkvxLI\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">dancehall riddim</a> with the brand’s name a few weeks ago, featuring top entertainers including Ding Dong, Munga Honorable and Christopher Martin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This type of social media uproar is by no means uncommon to\nBolt, who has often been the recipient of unsolicited opinions about how he\nspends his money on leisure activities including travel and night-life\nentertainment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Per usual, the comments were answered with a signature Bolt-style, where the star posted a tweet of him and a friend spraying bottles of  Mumm Olympe Rosé and a dive in his pool- a golden 33<sup>rd</sup> indeed!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/usainbolt/status/1164241727034707968\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/usainbolt/status/1164241727034707968\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Happy birthday to Dr. the Honourable Usain St Leo Bolt from Team <strong>BUZZ</strong>!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>What are your thoughts? Should people be giving an opinion on how the former track star spends his money to celebrate his birthday?</em></strong></p>\n<!-- /wp:paragraph -->','Bolt’s champagne post causing social media uproar','','inherit','closed','closed','','5174-revision-v1','','','2019-08-21 14:11:57','2019-08-21 19:11:57','',5174,'https://buzz-caribbean.com/article/5174-revision-v1/',0,'revision','',0),(5196,11,'2019-08-21 14:15:20','2019-08-21 19:15:20','<!-- wp:paragraph -->\n<p>Jamaican sprint sensation Usain Bolt was the subject of an intense social media debate, following a light-hearted post by the former top athlete yesterday on how he should spend his 33<sup>rd</sup> birthday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/usainbolt/status/1164006485782872064\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/usainbolt/status/1164006485782872064\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>In the video tweet, Bolt asked fans to vote on whether he should celebrate his special day by pouring champagne on his friends or have his friends pour champagne on him. The tweet closed out with a quick highlight of the Mumm Olympe Rosé champagne brand, for which the sprinting legend is a co-owner and ambassador.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5177} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Usain-Launches-Signature-Champagne-1024x682.jpg\" alt=\"\" class=\"wp-image-5177\" /><figcaption>Usain Bolt at the launch of his signature champagne in January 2019 (Photo: usainbolt.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It didn’t take long, for social media pundits to weigh in on the post arguing that the star’s money would be better spent supporting a charity organization for his birthday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the tweets below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5179,5180,5181]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tweet-1.jpg\" alt=\"\" data-id=\"5179\" data-link=\"https://buzz-caribbean.com/?attachment_id=5179\" class=\"wp-image-5179\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tweet-2.jpg\" alt=\"\" data-id=\"5180\" data-link=\"https://buzz-caribbean.com/?attachment_id=5180\" class=\"wp-image-5180\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tweet-3.jpg\" alt=\"\" data-id=\"5181\" data-link=\"https://buzz-caribbean.com/?attachment_id=5181\" class=\"wp-image-5181\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Bolt, however, didn’t need to provide a response, as fans were quick to come to his defence, pointing out that the mega-star had the freedom to do whatever he pleased with his hard-earned cash, having had an impressive track record of supporting worthwhile causes. According to Bolt’s fans, he’s therefore not obligated to do so for his 33<sup>rd</sup> birthday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5185} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fan-Response.jpg\" alt=\"\" class=\"wp-image-5185\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some chalked up the uproar as simply a case of Jamaican ‘badmind’,\nwhere persons are simply envious of Bolt’s wealth and unflinching ability to\nshower himself and his friends with expensive gifts for his birthday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Launched earlier this year in partnership with G.H. Mumm, this is one in a series of promotional posts done by Bolt to push his signature champagne. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bt3pflJgXN4/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bt3pflJgXN4/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The former athlete, even launched a <a href=\"https://www.youtube.com/watch?v=BaTs0SkvxLI\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">dancehall riddim</a> with the brand’s name a few weeks ago, featuring top entertainers including Ding Dong, Munga Honorable and Christopher Martin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This type of social media uproar is by no means uncommon to\nBolt, who has often been the recipient of unsolicited opinions about how he\nspends his money on leisure activities including travel and night-life\nentertainment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Per usual, the comments were answered with a signature Bolt-style, where the star posted a tweet of him and a friend spraying bottles of  Mumm Olympe Rosé and a dive in his pool- a golden 33<sup>rd</sup> indeed!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/usainbolt/status/1164241727034707968\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/usainbolt/status/1164241727034707968\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Happy birthday to Dr. the Honourable Ambassador Usain St Leo Bolt, OJ from Team <strong>BUZZ</strong>!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>What are your thoughts? Should people be giving an opinion on how the former track star spends his money to celebrate his birthday?</em></strong></p>\n<!-- /wp:paragraph -->','Bolt’s champagne post causing social media uproar','','inherit','closed','closed','','5174-revision-v1','','','2019-08-21 14:15:20','2019-08-21 19:15:20','',5174,'https://buzz-caribbean.com/article/5174-revision-v1/',0,'revision','',0),(5199,23,'2019-08-21 17:06:16','2019-08-21 22:06:16','<!-- wp:paragraph -->\n<p>Schoolboy football knockout competitions, Walker Cup and Ben Francis Cup will have a different format for the second year in a row.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5217} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/linvern-wright-1024x683.jpg\" alt=\"\" class=\"wp-image-5217\" /><figcaption>daCosta Cup Chairman Linvern Wright announces changes to the Schoolboy football knockout competitions.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The new formats for the competitions were announced at the launch of the schoolboy football season at Terra Nova Hotel on Wednesday.daCosta Cup Chairman Linvern Wright said changes for both knock competitions were done after consulting with coaches and other stakeholders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both competitions have been tinkered with a number of times in recent years as the Inter-Secondary Schools Sports Association (ISSA) tries to find a workable solution to the hectic schedule of matches for the players.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5235} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/football-competition-1024x683.jpg\" alt=\"\" class=\"wp-image-5235\" /><figcaption>A scene from the launch of the 2019 Schoolboy Football season.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This year, teams that will qualify for the Ben Francis Cup are the second and third-placed teams in the quarter-final round of the daCosta Cup. This is a shift from last year, where the third and fourth-placed teams in the daCosta Cup move into the first round of the Ben Francis Cup. Similar to last year, the Ben Francis Cup will be contested in three rounds, with the qualifiers paired in the first round, before the semi-finals and final.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the Walker Cup, the eight teams that are knocked out in the second round of the Manning Cup will also be paired against each other in home-and-away ties. The winners will then join the third and fourth-placed teams from the two quarter-finals zones from the Manning Cup.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The winners of the four matchups will qualify for the semi-finals before the final. Last year the Walker Cup was contested by the eight losing teams at the end of the second round of the Manning Cup.</p>\n<!-- /wp:paragraph -->','More changes made to Walker Cup, Ben Francis Cup competitions','','publish','open','closed','','changes-again-made-to-walker-cup-ben-francis-cup','','','2019-08-21 17:27:14','2019-08-21 22:27:14','',0,'https://buzz-caribbean.com/?p=5199',0,'post','',0),(5200,21,'2019-08-21 15:57:02','2019-08-21 20:57:02','<!-- wp:image {\"id\":5202} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Boardwalk-NEW-C-1024x683.jpg\" alt=\"\" class=\"wp-image-5202\" /><figcaption>A section of the Boardwalk Village Restaurant in Negril. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The award-winning Boardwalk Village Restaurant in Negril has proven to\nbe a huge palate-pleaser among tourists and even Jamaicans, who live in or\nvisit the resort town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located on beautiful sands of Negril’s Long Bay beach, the Boardwalk Village Restaurant offers Jamaican, Caribbean and American cuisine, along with an extensive array of seafood dishes. It also caters to vegetarians.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5203,\"width\":580,\"height\":567} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Boardwalk-NEW-D.jpg\" alt=\"\" class=\"wp-image-5203\" width=\"580\" height=\"567\" /><figcaption>A chef prepares to serve meat at the Negril International Food and Wine event that was held at the Boardwalk Village Restaurant recently. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In addition to its friendly staff, Boardwalk boasts a lobster grill where patrons can handpick live lobster from the pot in the ocean. It is then grilled and served with steamed veggies and garlic. During lobster season, it is not uncommon for a lobster fanatic to have lobster omelet for breakfast, grilled garlic lobster for lunch and lobster thermidor for dinner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For those who are not fond of the sea creature, there is calamari, pizza, hamburgers and various jerked dishes, which are usually accompanied by roasted yam, roasted sweet potato, festival, bammy, bread, corn and plantains. The meals are then topped off with cocktails or smoothies from the bar. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5204} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Boardwalk-NEW-A-1024x679.jpg\" alt=\"\" class=\"wp-image-5204\" /><figcaption>Patrons were too eager to taste the food at the Negril International Food and Wine event that was held at the Boardwalk Village Restaurant. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The restaurant also has an upper level where guests can view the Caribbean Sea and the exotic Negril sunset. The beach at the restaurant is also perfect for beach bums who want to relax or swim. Additionally, the Boardwalk Village Restaurant forms a part of the Negril’s Boardwalk Village, which also offers accommodation at its boutique hotel on the property. </p>\n<!-- /wp:paragraph -->','Boardwalk Village Restaurant is a palate pleaser','','publish','open','closed','','boardwalk-village-restaurant-is-a-palate-pleaser','','','2019-08-21 15:57:03','2019-08-21 20:57:03','',0,'https://buzz-caribbean.com/?p=5200',0,'post','',0),(5201,9,'2019-08-21 15:37:38','2019-08-21 20:37:38','<!-- wp:paragraph -->\n<p>The award-winning Boardwalk Village Restaurant in Negril has proven to\nbe a huge palate-pleaser among tourists and even Jamaicans, who live in or\nvisit the resort town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located on beautiful sands of Negril’s Long Bay beach, the Boardwalk\nRestaurant offers Jamaican, Caribbean and American cuisine, along with an\nextensive array of seafood dishes. It also caters to vegetarians.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to its friendly staff, Boardwalk boasts a lobster grill\nwhere patrons can handpick their live lobster from the pot in the ocean. It is\nthen grilled and served with steamed veggies and garlic. During lobster season,\nit is not uncommon for a lobster fanatic to have lobster omelet for breakfast,\ngrilled garlic lobster for lunch and lobster thermidor for dinner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For those who are fond of the sea creature, there is calamari, pizza,\nhamburgers and various jerked dishes, which are usually accompanied by roasted\nyam, roasted sweet potato, festival, bammy, bread, corn and plantains. The\nmeals are then topped off with cocktails or smoothies from the bar. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The restaurant also has an upper level where guests can view the Caribbean\nSea and exotic sunsets. The beach at the restaurant is also perfect for beach bums\nwho want to relax or swim. Additionally, the Boardwalk Village Restaurant forms\na part of the Negril’s Boardwalk Village, which also offers accommodation at\nits boutique hotel on the property. </p>\n<!-- /wp:paragraph -->','Boardwalk Village Restaurant','','inherit','closed','closed','','5200-revision-v1','','','2019-08-21 15:37:38','2019-08-21 20:37:38','',5200,'https://buzz-caribbean.com/article/5200-revision-v1/',0,'revision','',0),(5202,9,'2019-08-21 15:47:00','2019-08-21 20:47:00','','Boardwalk-NEW-C','','inherit','open','closed','','boardwalk-new-c','','','2019-08-21 15:47:00','2019-08-21 20:47:00','',5200,'https://buzz-caribbean.com/app/uploads/2019/08/Boardwalk-NEW-C.jpg',0,'attachment','image/jpeg',0),(5203,9,'2019-08-21 15:48:05','2019-08-21 20:48:05','','Boardwalk-NEW-D','????????????????????????????????????','inherit','open','closed','','boardwalk-new-d','','','2019-08-21 15:48:05','2019-08-21 20:48:05','',5200,'https://buzz-caribbean.com/app/uploads/2019/08/Boardwalk-NEW-D.jpg',0,'attachment','image/jpeg',0),(5204,9,'2019-08-21 15:48:26','2019-08-21 20:48:26','','Boardwalk-NEW-A','','inherit','open','closed','','boardwalk-new-a','','','2019-08-21 15:48:26','2019-08-21 20:48:26','',5200,'https://buzz-caribbean.com/app/uploads/2019/08/Boardwalk-NEW-A.jpg',0,'attachment','image/jpeg',0),(5205,9,'2019-08-21 15:54:42','2019-08-21 20:54:42','<!-- wp:image {\"id\":5202} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Boardwalk-NEW-C-1024x683.jpg\" alt=\"\" class=\"wp-image-5202\" /><figcaption>A section of the Boardwalk Village Restaurant in Negril. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The award-winning Boardwalk Village Restaurant in Negril has proven to\nbe a huge palate-pleaser among tourists and even Jamaicans, who live in or\nvisit the resort town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located on beautiful sands of Negril’s Long Bay beach, the Boardwalk Village Restaurant offers Jamaican, Caribbean and American cuisine, along with an extensive array of seafood dishes. It also caters to vegetarians.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5203,\"width\":580,\"height\":567} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Boardwalk-NEW-D.jpg\" alt=\"\" class=\"wp-image-5203\" width=\"580\" height=\"567\" /><figcaption>A chef prepares to serve meat at the Negril International Food and Wine event that was held at the Boardwalk Village Restaurant. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In addition to its friendly staff, Boardwalk boasts a lobster grill where patrons can handpick live lobster from the pot in the ocean. It is then grilled and served with steamed veggies and garlic. During lobster season, it is not uncommon for a lobster fanatic to have lobster omelet for breakfast, grilled garlic lobster for lunch and lobster thermidor for dinner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For those who are not fond of the sea creature, there is calamari, pizza, hamburgers and various jerked dishes, which are usually accompanied by roasted yam, roasted sweet potato, festival, bammy, bread, corn and plantains. The meals are then topped off with cocktails or smoothies from the bar. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5204} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Boardwalk-NEW-A-1024x679.jpg\" alt=\"\" class=\"wp-image-5204\" /><figcaption>Patrons were too eager to taste the food at the event. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The restaurant also has an upper level where guests can view the Caribbean Sea and the exotic Negril sunset. The beach at the restaurant is also perfect for beach bums who want to relax or swim. Additionally, the Boardwalk Village Restaurant forms a part of the Negril’s Boardwalk Village, which also offers accommodation at its boutique hotel on the property. </p>\n<!-- /wp:paragraph -->','Boardwalk Village Restaurant is a palate pleaser','','inherit','closed','closed','','5200-revision-v1','','','2019-08-21 15:54:42','2019-08-21 20:54:42','',5200,'https://buzz-caribbean.com/article/5200-revision-v1/',0,'revision','',0),(5206,9,'2019-08-21 15:57:02','2019-08-21 20:57:02','<!-- wp:image {\"id\":5202} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Boardwalk-NEW-C-1024x683.jpg\" alt=\"\" class=\"wp-image-5202\" /><figcaption>A section of the Boardwalk Village Restaurant in Negril. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The award-winning Boardwalk Village Restaurant in Negril has proven to\nbe a huge palate-pleaser among tourists and even Jamaicans, who live in or\nvisit the resort town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located on beautiful sands of Negril’s Long Bay beach, the Boardwalk Village Restaurant offers Jamaican, Caribbean and American cuisine, along with an extensive array of seafood dishes. It also caters to vegetarians.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5203,\"width\":580,\"height\":567} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Boardwalk-NEW-D.jpg\" alt=\"\" class=\"wp-image-5203\" width=\"580\" height=\"567\" /><figcaption>A chef prepares to serve meat at the Negril International Food and Wine event that was held at the Boardwalk Village Restaurant recently. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In addition to its friendly staff, Boardwalk boasts a lobster grill where patrons can handpick live lobster from the pot in the ocean. It is then grilled and served with steamed veggies and garlic. During lobster season, it is not uncommon for a lobster fanatic to have lobster omelet for breakfast, grilled garlic lobster for lunch and lobster thermidor for dinner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For those who are not fond of the sea creature, there is calamari, pizza, hamburgers and various jerked dishes, which are usually accompanied by roasted yam, roasted sweet potato, festival, bammy, bread, corn and plantains. The meals are then topped off with cocktails or smoothies from the bar. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5204} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Boardwalk-NEW-A-1024x679.jpg\" alt=\"\" class=\"wp-image-5204\" /><figcaption>Patrons were too eager to taste the food at the Negril International Food and Wine event that was held at the Boardwalk Village Restaurant. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The restaurant also has an upper level where guests can view the Caribbean Sea and the exotic Negril sunset. The beach at the restaurant is also perfect for beach bums who want to relax or swim. Additionally, the Boardwalk Village Restaurant forms a part of the Negril’s Boardwalk Village, which also offers accommodation at its boutique hotel on the property. </p>\n<!-- /wp:paragraph -->','Boardwalk Village Restaurant is a palate pleaser','','inherit','closed','closed','','5200-revision-v1','','','2019-08-21 15:57:02','2019-08-21 20:57:02','',5200,'https://buzz-caribbean.com/article/5200-revision-v1/',0,'revision','',0),(5207,4,'2019-08-21 16:16:14','2019-08-21 21:16:14','<!-- wp:paragraph -->\n<p>Schoolboy football knockout competitions, Walker Cup and Ben Francis Cup will have a different format for the second year in a row.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The new formats for the competitions were announced at the launch of the schoolboy football season at Terra Nova Hotel on Wednesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>daCosta Cup Chairman Linvern Wright said changes for both knock competitions were done after consulting with coaches and other stakeholders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both competitions have been tinkered with a number of times in recent years as the Inter-Secondary Schools Sports Association (ISSA) tries to find a workable solution to the hectic schedule of matches for the players.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This year, teams that will qualify for the Ben Francis Cup are the second and third-placed teams in the quarter-final round of the daCosta Cup. This is a shift from last year, where the third and fourth-placed teams in the daCosta Cup move into the first round of the Ben Francis Cup.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Similar to last year, the Ben Francis Cup will be contested in three rounds, with the qualifiers paired in the first round, before the semi-finals and final.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the Walker Cup, the eight teams that are knocked out in the second round of the Manning Cup will also be paired against each other in home-and-away ties. The winners will then join the third and fourth-placed teams from the two quarter-finals zones from the Manning Cup. The winners of the four matchups will qualify for the semi-finals before the final.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year the Walker Cup was contested by the eight losing teams at the end of the second round of the Manning Cup.</p>\n<!-- /wp:paragraph -->','Changes again made to Walker Cup, Ben Francis Cup','','inherit','closed','closed','','5199-revision-v1','','','2019-08-21 16:16:14','2019-08-21 21:16:14','',5199,'https://buzz-caribbean.com/article/5199-revision-v1/',0,'revision','',0),(5210,21,'2019-08-22 07:00:17','2019-08-22 12:00:17','<!-- wp:image {\"id\":5221} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fort-Charlotte-A-1-1024x575.jpg\" alt=\"\" class=\"wp-image-5221\" /><figcaption> Fort Charlotte is a quaint spot in Hanover. (Photos: Contributed) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fort Charlotte sits at the western tip of the Lucea Harbour in Hanover, across\nfrom the Grand Palladium Jamaica Resort &amp; Spa which lies at the eastern tip.&nbsp; The Fort has been ranked as one of Jamaica’s ‘Best\nKept Secrets’ and is rated at number 178 of 304 things to do in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The property was built in 1761 by the British for the defence of the\nnorth-westerly section of the island, during the reign of King George III of\nEngland.&nbsp;&nbsp; The fort was built with a\nbarrack capable of housing 50 soldiers and had 23 embrasures for 23 guns\n(cannons), 20 of which were mounted.&nbsp;&nbsp;&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5212} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fort-Charlotte-C-1024x683.jpg\" alt=\"\" class=\"wp-image-5212\" /><figcaption>Fort Charlotte is a beautiful spot, especially during the day. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A section of the fort, which was part of the barracks for West India\nRegiment soldiers, has been used to house a section of Rusea\'s High School\nsince the early 1900s, after the original school building was destroyed by\nfire.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, very little activity takes place at the historic fort. However,\nsince 2017, it has been the official venue for the Jamaica Natural Hair Health\nand Beauty Festival. It is also a major sightseeing spot for tour bus drivers\nwho make it a trademark stop on their way to and from Negril. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The fort and was named after Queen Charlotte, the wife of King George III.   Queen Charlotte, historians say, was the first Black Queen of England. She was of mixed heritage – part black and part white. A marked giveaway was her kinky hair, as depicted in paintings done by Scotsman, Allan Ramsay, whom it is said, chose not to downplay her African features.     </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Fort Charlotte is often visited by tourists and Jamaicans, some of whom live close by. See gallery below. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5213,5214,5215]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/For-t-Charlotte-D-1024x684.jpg\" alt=\"\" data-id=\"5213\" data-link=\"https://buzz-caribbean.com/?attachment_id=5213\" class=\"wp-image-5213\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fort-Charlotte-B-1024x684.jpg\" alt=\"\" data-id=\"5214\" data-link=\"https://buzz-caribbean.com/?attachment_id=5214\" class=\"wp-image-5214\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fort-Charlotte-E-1024x684.jpg\" alt=\"\" data-id=\"5215\" data-link=\"https://buzz-caribbean.com/?attachment_id=5215\" class=\"wp-image-5215\" /></figure></li></ul>\n<!-- /wp:gallery -->','Fort Charlotte: One of Jamaica’s best-kept secrets','','publish','open','closed','','fort-charlotte-one-of-jamaicas-best-kept-secrets','','','2019-08-21 16:39:17','2019-08-21 21:39:17','',0,'https://buzz-caribbean.com/?p=5210',0,'post','',0),(5211,9,'2019-08-21 16:26:08','2019-08-21 21:26:08','','Fort-Charlotte-A','','inherit','open','closed','','fort-charlotte-a','','','2019-08-21 16:26:08','2019-08-21 21:26:08','',5210,'https://buzz-caribbean.com/app/uploads/2019/08/Fort-Charlotte-A.jpg',0,'attachment','image/jpeg',0),(5212,9,'2019-08-21 16:30:34','2019-08-21 21:30:34','','Fort-Charlotte-C','','inherit','open','closed','','fort-charlotte-c','','','2019-08-21 16:30:34','2019-08-21 21:30:34','',5210,'https://buzz-caribbean.com/app/uploads/2019/08/Fort-Charlotte-C.jpg',0,'attachment','image/jpeg',0),(5213,9,'2019-08-21 16:31:08','2019-08-21 21:31:08','','For-t-Charlotte-D','','inherit','open','closed','','for-t-charlotte-d','','','2019-08-21 16:31:08','2019-08-21 21:31:08','',5210,'https://buzz-caribbean.com/app/uploads/2019/08/For-t-Charlotte-D.jpg',0,'attachment','image/jpeg',0),(5214,9,'2019-08-21 16:31:12','2019-08-21 21:31:12','','Fort-Charlotte-B','','inherit','open','closed','','fort-charlotte-b','','','2019-08-21 16:31:12','2019-08-21 21:31:12','',5210,'https://buzz-caribbean.com/app/uploads/2019/08/Fort-Charlotte-B.jpg',0,'attachment','image/jpeg',0),(5215,9,'2019-08-21 16:31:17','2019-08-21 21:31:17','','Fort-Charlotte-E','','inherit','open','closed','','fort-charlotte-e','','','2019-08-21 16:31:17','2019-08-21 21:31:17','',5210,'https://buzz-caribbean.com/app/uploads/2019/08/Fort-Charlotte-E.jpg',0,'attachment','image/jpeg',0),(5217,4,'2019-08-21 16:33:05','2019-08-21 21:33:05','','linvern-wright','','inherit','open','closed','','linvern-wright','','','2019-08-21 16:33:05','2019-08-21 21:33:05','',0,'https://buzz-caribbean.com/app/uploads/2019/08/linvern-wright.jpg',0,'attachment','image/jpeg',0),(5221,9,'2019-08-21 16:37:59','2019-08-21 21:37:59','','Fort-Charlotte-A-1','','inherit','open','closed','','fort-charlotte-a-1','','','2019-08-21 16:37:59','2019-08-21 21:37:59','',5210,'https://buzz-caribbean.com/app/uploads/2019/08/Fort-Charlotte-A-1.jpg',0,'attachment','image/jpeg',0),(5223,9,'2019-08-21 16:38:52','2019-08-21 21:38:52','<!-- wp:image {\"id\":5221} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fort-Charlotte-A-1-1024x575.jpg\" alt=\"\" class=\"wp-image-5221\" /><figcaption> Fort Charlotte is a quaint spot in Hanover. (Photos: Contributed) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fort Charlotte sits at the western tip of the Lucea Harbour in Hanover, across\nfrom the Grand Palladium Jamaica Resort &amp; Spa which lies at the eastern tip.&nbsp; The Fort has been ranked as one of Jamaica’s ‘Best\nKept Secrets’ and is rated at number 178 of 304 things to do in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The property was built in 1761 by the British for the defence of the\nnorth-westerly section of the island, during the reign of King George III of\nEngland.&nbsp;&nbsp; The fort was built with a\nbarrack capable of housing 50 soldiers and had 23 embrasures for 23 guns\n(cannons), 20 of which were mounted.&nbsp;&nbsp;&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5212} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fort-Charlotte-C-1024x683.jpg\" alt=\"\" class=\"wp-image-5212\" /><figcaption>Fort Charlotte is a beautiful spot, especially during the day. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A section of the fort, which was part of the barracks for West India\nRegiment soldiers, has been used to house a section of Rusea\'s High School\nsince the early 1900s, after the original school building was destroyed by\nfire.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, very little activity takes place at the historic fort. However,\nsince 2017, it has been the official venue for the Jamaica Natural Hair Health\nand Beauty Festival. It is also a major sightseeing spot for tour bus drivers\nwho make it a trademark stop on their way to and from Negril. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The fort and was named after Queen Charlotte, the wife of King George III.   Queen Charlotte, historians say, was the first Black Queen of England. She was of mixed heritage – part black and part white. A marked giveaway was her kinky hair, as depicted in paintings done by Scotsman, Allan Ramsay, whom it is said, chose not to downplay her African features.     </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Fort Charlotte is often visited by tourists and Jamaicans, some of whom live close by. See gallery below. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5213,5214,5215]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/For-t-Charlotte-D-1024x684.jpg\" alt=\"\" data-id=\"5213\" data-link=\"https://buzz-caribbean.com/?attachment_id=5213\" class=\"wp-image-5213\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fort-Charlotte-B-1024x684.jpg\" alt=\"\" data-id=\"5214\" data-link=\"https://buzz-caribbean.com/?attachment_id=5214\" class=\"wp-image-5214\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fort-Charlotte-E-1024x684.jpg\" alt=\"\" data-id=\"5215\" data-link=\"https://buzz-caribbean.com/?attachment_id=5215\" class=\"wp-image-5215\" /></figure></li></ul>\n<!-- /wp:gallery -->','Fort Charlotte: One of Jamaica’s best-kept secrets','','inherit','closed','closed','','5210-revision-v1','','','2019-08-21 16:38:52','2019-08-21 21:38:52','',5210,'https://buzz-caribbean.com/article/5210-revision-v1/',0,'revision','',0),(5224,11,'2019-08-21 16:40:30','2019-08-21 21:40:30','{\"id\":\"3851\",\"questions\":[{\"uid\":\"3d989f63-b4a9-477d-a141-fe49b4dc053b\",\"content\":\"Should expletives be allowed at Jamaican dancehall events?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"ff6df2ea-a980-4e27-8482-f81bccf33af4\",\"type\":\"text\",\"label\":\"Strongly Agree\",\"votes\":29,\"votesOverride\":29,\"collapsed\":true,\"visibility\":true},{\"uid\":\"4509afb2-e6ae-49b4-98bf-e400d9522f59\",\"type\":\"text\",\"label\":\"Agree\",\"votes\":25,\"votesOverride\":25,\"collapsed\":true,\"visibility\":true},{\"uid\":\"e7316f3a-cacf-4ff1-8e4a-933eda57ce71\",\"type\":\"text\",\"label\":\"Disagree\",\"votes\":7,\"votesOverride\":7,\"collapsed\":false,\"visibility\":true},{\"uid\":\"5a7fc0b7-6451-48b3-ac0c-0d1cedc8984d\",\"type\":\"text\",\"label\":\"Strongly Disagree\",\"votes\":18,\"votesOverride\":18,\"collapsed\":false,\"visibility\":true}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Expletives','','inherit','closed','closed','','3851-revision-v1','','','2019-08-21 16:40:30','2019-08-21 21:40:30','',3851,'https://buzz-caribbean.com/article/3851-revision-v1/',0,'revision','',0),(5225,14,'2019-08-21 16:43:28','2019-08-21 21:43:28','','jaevion-nelson-demo-buzz','','inherit','open','closed','','jaevion-nelson-demo-buzz','','','2019-08-21 16:43:28','2019-08-21 21:43:28','',644,'https://buzz-caribbean.com/app/uploads/2019/08/jaevion-nelson-demo-buzz.jpg',0,'attachment','image/jpeg',0),(5227,14,'2019-08-21 16:44:57','2019-08-21 21:44:57','','pride-2019-buzz-demo-1','','inherit','open','closed','','pride-2019-buzz-demo-1','','','2019-08-21 16:44:57','2019-08-21 21:44:57','',644,'https://buzz-caribbean.com/app/uploads/2019/08/pride-2019-buzz-demo-1.jpg',0,'attachment','image/jpeg',0),(5228,14,'2019-08-21 16:48:13','2019-08-21 21:48:13','<!-- wp:image {\"id\":646,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jaevion-nelson-jflag-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-646\" /><figcaption>(Jaevion Nelson, Executive Director of the Jamaica Forum for Lesbians, All-Sexuals and Gays [J-FLAG] (Photo: YouTube)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The need for safe, open spaces to meet and interact without fear of violence or discrimination still rank high for members of the local Lesbian, Gay, Bisexual, and Transgender (LGBT) community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The issue came to the fore as Jamaica observed its fifth\nannual Pride celebrations earlier this month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Executive Director for the Jamaica Forum for Lesbians, All-Sexuals, and Gays (J-FLAG) Jaevion Nelson, safe, open spaces are important as many LGBT Jamaicans do not have that basic privilege – marred by discrimination, violence, and rejection in most instances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nelson, in an interview with <strong>BUZZ</strong>, noted with concern that only during the annual Pride celebrations does the community get a chance to breathe, far away from the widespread homophobia that permeates Jamaican society.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5225} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jaevion-nelson-demo-buzz.jpg\" alt=\"\" class=\"wp-image-5225\" /><figcaption>Jaevion Nelson (Photo: Instagram @Jaevionn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The LGBT community has always looked forward to Pride activities\nand I think [Pride has] really played an important part in how people\nunderstand themselves and the kind of spaces they get to celebrate, find\ncommunity and friends,” Nelson explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A number of people don’t have access to such spaces on a\nroutine basis,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the meantime, as J-FLAG resumes the rebuilding effort, Nelson\nmaintained that despite the challenges, it knows the needs of the LGBT\ncommunity are great and so, even without a headquarters just now, the\norganization has moved full-steam ahead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve continued the work we’ve been doing with a wide range of stakeholders to ensure that we improve the human rights situation in Jamaica for people who are LGBT; and to ensure that they can have access to services and the support they need to address different challenges they may be facing,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5227} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pride-2019-buzz-demo-1-1024x768.jpg\" alt=\"\" class=\"wp-image-5227\" /><figcaption>#PrideJA2019, kicking off its annual Sports Day event at the UWI Bowl in St. Andrew on Emancipation Day (August 1) (Photo: Twitter @EqualityJA)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The transition has not been entirely smooth, Nelson posited,\nas the lack of a physical space in which to coordinate, plan and execute key\nfunctions have been affected by the destruction of the Rainbow House in December\n2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, as best as humanly possible, J-FLAG is assuring the LGBT community that it remains unmoved in its efforts to have their needs addressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve continued the work we’ve been doing with a wide range of stakeholders to ensure that we improve the human rights situation in Jamaica for people who are LGBT and to ensure that they can have access to services and the support they need to address different challenges they may be facing,” Nelson told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','LGBT community pushing for safe spaces','','inherit','closed','closed','','644-revision-v1','','','2019-08-21 16:48:13','2019-08-21 21:48:13','',644,'https://buzz-caribbean.com/article/644-revision-v1/',0,'revision','',0),(5229,14,'2019-08-21 16:48:56','2019-08-21 21:48:56','<!-- wp:image {\"id\":646,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jaevion-nelson-jflag-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-646\" /><figcaption>(aevion Nelson, Executive Director of the Jamaica Forum for Lesbians, All-Sexuals and Gays [J-FLAG] (Photo: YouTube)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The need for safe, open spaces to meet and interact without fear of violence or discrimination still rank high for members of the local Lesbian, Gay, Bisexual, and Transgender (LGBT) community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The issue came to the fore as Jamaica observed its fifth\nannual Pride celebrations earlier this month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Executive Director for the Jamaica Forum for Lesbians, All-Sexuals, and Gays (J-FLAG) Jaevion Nelson, safe, open spaces are important as many LGBT Jamaicans do not have that basic privilege – marred by discrimination, violence, and rejection in most instances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nelson, in an interview with <strong>BUZZ</strong>, noted with concern that only during the annual Pride celebrations does the community get a chance to breathe, far away from the widespread homophobia that permeates Jamaican society.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5225} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jaevion-nelson-demo-buzz.jpg\" alt=\"\" class=\"wp-image-5225\" /><figcaption>Jaevion Nelson (Photo: Instagram @Jaevionn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The LGBT community has always looked forward to Pride activities\nand I think [Pride has] really played an important part in how people\nunderstand themselves and the kind of spaces they get to celebrate, find\ncommunity and friends,” Nelson explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A number of people don’t have access to such spaces on a\nroutine basis,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the meantime, as J-FLAG resumes the rebuilding effort, Nelson\nmaintained that despite the challenges, it knows the needs of the LGBT\ncommunity are great and so, even without a headquarters just now, the\norganization has moved full-steam ahead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve continued the work we’ve been doing with a wide range of stakeholders to ensure that we improve the human rights situation in Jamaica for people who are LGBT; and to ensure that they can have access to services and the support they need to address different challenges they may be facing,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5227} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pride-2019-buzz-demo-1-1024x768.jpg\" alt=\"\" class=\"wp-image-5227\" /><figcaption>#PrideJA2019, kicking off its annual Sports Day event at the UWI Bowl in St. Andrew on Emancipation Day (August 1) (Photo: Twitter @EqualityJA)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The transition has not been entirely smooth, Nelson posited,\nas the lack of a physical space in which to coordinate, plan and execute key\nfunctions have been affected by the destruction of the Rainbow House in December\n2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, as best as humanly possible, J-FLAG is assuring the LGBT community that it remains unmoved in its efforts to have their needs addressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve continued the work we’ve been doing with a wide range of stakeholders to ensure that we improve the human rights situation in Jamaica for people who are LGBT and to ensure that they can have access to services and the support they need to address different challenges they may be facing,” Nelson told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','LGBT community pushing for safe spaces','','inherit','closed','closed','','644-revision-v1','','','2019-08-21 16:48:56','2019-08-21 21:48:56','',644,'https://buzz-caribbean.com/article/644-revision-v1/',0,'revision','',0),(5231,14,'2019-08-21 16:52:19','2019-08-21 21:52:19','<!-- wp:image {\"id\":646,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jaevion-nelson-jflag-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-646\" /><figcaption>Jaevion Nelson, Executive Director of the Jamaica Forum for Lesbians, All-Sexuals and Gays [J-FLAG] (Photo: YouTube)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The need for safe, open spaces to meet and interact without fear of violence or discrimination still ranks high for members of the local Lesbian, Gay, Bisexual, and Transgender (LGBT) community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The issue came to the fore as Jamaica observed its fifth\nannual Pride celebrations earlier this month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Executive Director for the Jamaica Forum for Lesbians, All-Sexuals, and Gays (J-FLAG) Jaevion Nelson, safe, open spaces are important as many LGBT Jamaicans do not have that basic privilege – marred by discrimination, violence, and rejection in most instances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nelson, in an interview with <strong>BUZZ</strong>, noted with concern that only during the annual Pride celebrations does the community get a chance to breathe, far away from the widespread homophobia that permeates Jamaican society.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5225} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jaevion-nelson-demo-buzz.jpg\" alt=\"\" class=\"wp-image-5225\" /><figcaption>Jaevion Nelson (Photo: Instagram @Jaevionn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The LGBT community has always looked forward to Pride activities\nand I think [Pride has] really played an important part in how people\nunderstand themselves and the kind of spaces they get to celebrate, find\ncommunity and friends,” Nelson explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A number of people don’t have access to such spaces on a\nroutine basis,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the meantime, as J-FLAG resumes the rebuilding effort, Nelson\nmaintained that despite the challenges, it knows the needs of the LGBT\ncommunity are great and so, even without a headquarters just now, the\norganization has moved full-steam ahead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve continued the work we’ve been doing with a wide range of stakeholders to ensure that we improve the human rights situation in Jamaica for people who are LGBT; and to ensure that they can have access to services and the support they need to address different challenges they may be facing,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5227} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pride-2019-buzz-demo-1-1024x768.jpg\" alt=\"\" class=\"wp-image-5227\" /><figcaption>#PrideJA2019, kicking off its annual Sports Day event at the UWI Bowl in St. Andrew on Emancipation Day (August 1) (Photo: Twitter @EqualityJA)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The transition has not been entirely smooth, Nelson posited,\nas the lack of a physical space in which to coordinate, plan and execute key\nfunctions have been affected by the destruction of the Rainbow House in December\n2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, as best as humanly possible, J-FLAG is assuring the LGBT community that it remains unmoved in its efforts to have their needs addressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve continued the work we’ve been doing with a wide range of stakeholders to ensure that we improve the human rights situation in Jamaica for people who are LGBT and to ensure that they can have access to services and the support they need to address different challenges they may be facing,” Nelson told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','LGBT community pushing for safe spaces','','inherit','closed','closed','','644-revision-v1','','','2019-08-21 16:52:19','2019-08-21 21:52:19','',644,'https://buzz-caribbean.com/article/644-revision-v1/',0,'revision','',0),(5233,4,'2019-08-21 16:54:47','2019-08-21 21:54:47','<!-- wp:paragraph -->\n<p>Schoolboy football knockout competitions, Walker Cup and Ben Francis Cup will have a different format for the second year in a row.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5217} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/linvern-wright-1024x683.jpg\" alt=\"\" class=\"wp-image-5217\" /><figcaption>daCosta Cup Chairman Linvern Wright announces changes to the Schoolboy football knockout competitions.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The new formats for the competitions were announced at the launch of the schoolboy football season at Terra Nova Hotel on Wednesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>daCosta Cup Chairman Linvern Wright said changes for both knock competitions were done after consulting with coaches and other stakeholders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both competitions have been tinkered with a number of times in recent years as the Inter-Secondary Schools Sports Association (ISSA) tries to find a workable solution to the hectic schedule of matches for the players.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This year, teams that will qualify for the Ben Francis Cup are the second and third-placed teams in the quarter-final round of the daCosta Cup. This is a shift from last year, where the third and fourth-placed teams in the daCosta Cup move into the first round of the Ben Francis Cup.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Similar to last year, the Ben Francis Cup will be contested in three rounds, with the qualifiers paired in the first round, before the semi-finals and final.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the Walker Cup, the eight teams that are knocked out in the second round of the Manning Cup will also be paired against each other in home-and-away ties. The winners will then join the third and fourth-placed teams from the two quarter-finals zones from the Manning Cup. The winners of the four matchups will qualify for the semi-finals before the final.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year the Walker Cup was contested by the eight losing teams at the end of the second round of the Manning Cup.</p>\n<!-- /wp:paragraph -->','Changes again made to Walker Cup, Ben Francis Cup','','inherit','closed','closed','','5199-revision-v1','','','2019-08-21 16:54:47','2019-08-21 21:54:47','',5199,'https://buzz-caribbean.com/article/5199-revision-v1/',0,'revision','',0),(5234,4,'2019-08-21 16:55:04','2019-08-21 21:55:04','','William Mahfood2','','inherit','open','closed','','william-mahfood2','','','2019-08-21 16:55:04','2019-08-21 21:55:04','',0,'https://buzz-caribbean.com/app/uploads/2019/08/william-mahfood2.jpg',0,'attachment','image/jpeg',0),(5235,4,'2019-08-21 16:58:54','2019-08-21 21:58:54','','football-competition','','inherit','open','closed','','football-competition','','','2019-08-21 16:58:54','2019-08-21 21:58:54','',5199,'https://buzz-caribbean.com/app/uploads/2019/08/football-competition.jpg',0,'attachment','image/jpeg',0),(5237,4,'2019-08-21 17:06:16','2019-08-21 22:06:16','<!-- wp:paragraph -->\n<p>Schoolboy football knockout competitions, Walker Cup and Ben Francis Cup will have a different format for the second year in a row.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5217} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/linvern-wright-1024x683.jpg\" alt=\"\" class=\"wp-image-5217\" /><figcaption>daCosta Cup Chairman Linvern Wright announces changes to the Schoolboy football knockout competitions.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The new formats for the competitions were announced at the launch of the schoolboy football season at Terra Nova Hotel on Wednesday.daCosta Cup Chairman Linvern Wright said changes for both knock competitions were done after consulting with coaches and other stakeholders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both competitions have been tinkered with a number of times in recent years as the Inter-Secondary Schools Sports Association (ISSA) tries to find a workable solution to the hectic schedule of matches for the players.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5235} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/football-competition-1024x683.jpg\" alt=\"\" class=\"wp-image-5235\" /><figcaption>A scene from the launch of the 2019 Schoolboy Football season.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This year, teams that will qualify for the Ben Francis Cup are the second and third-placed teams in the quarter-final round of the daCosta Cup. This is a shift from last year, where the third and fourth-placed teams in the daCosta Cup move into the first round of the Ben Francis Cup. Similar to last year, the Ben Francis Cup will be contested in three rounds, with the qualifiers paired in the first round, before the semi-finals and final.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the Walker Cup, the eight teams that are knocked out in the second round of the Manning Cup will also be paired against each other in home-and-away ties. The winners will then join the third and fourth-placed teams from the two quarter-finals zones from the Manning Cup.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The winners of the four matchups will qualify for the semi-finals before the final. Last year the Walker Cup was contested by the eight losing teams at the end of the second round of the Manning Cup.</p>\n<!-- /wp:paragraph -->','Changes again made to Walker Cup, Ben Francis Cup','','inherit','closed','closed','','5199-revision-v1','','','2019-08-21 17:06:16','2019-08-21 22:06:16','',5199,'https://buzz-caribbean.com/article/5199-revision-v1/',0,'revision','',0),(5238,23,'2019-08-21 17:22:51','2019-08-21 22:22:51','<!-- wp:image {\"id\":5241} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-couple-20190819-1024x683.jpg\" alt=\"\" class=\"wp-image-5241\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you are\nconstantly fighting, if the sight of your partner puts you in a foul mood, and\nif agreeing to disagree stopped working months ago, it may be time to put\nthings on pause. How about taking a break? Does that idea appeal to you? If it\ndoes, is it even healthy? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A break refers to a period in which people who have constant and\ncontinuous disagreements separate to assess how they feel about the\nrelationship, about each other and if they feel better together or apart. After\nweighing all the pros and cons, the couple should then assess if reuniting is\nthe best way forward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It sounds like a lot of heavy stuff, but some marriage and\nrelationship experts claim that nothing is wrong with taking a break because\nthey feel it can be a positive method of repairing a union that has been damaged.\nJust like a car or even your hair, everything needs maintenance, and taking a\nbreak can be a way of repairing your relationship. Establishing a little\ndistance between you and your partner could give both of you an opportunity to\nheal and even miss each other again. Some distance can grant you added\nperspective that you could not gain if you were in the thick of the emotional\nquagmire. Stepping back and getting refocused can provide you with clarity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5240} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-couple-AAA-20190819-1024x683.jpg\" alt=\"\" class=\"wp-image-5240\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A break is could\nalso help you to address and acknowledge\npersonal doubts and fears without reproach or condemnation. In short, it is the\nperfect time to work on you and hope the other person is doing some self-evaluation\nas well. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Note, breaks are not\nfor everyone, and some people fear them because they see it as the first step\nto breaking up. But it does not have to be. Establish some ground rules for the\nbreak, such as not seeing/sleeping with anyone else during the period. It\nshouldn’t be longer than say six weeks, and it should be used for personal\nreflection about what you and your partner bring to the table. &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the end of the\nday, breaks should heal, not harm your relationship. If taking a break leads to\na permanent break, you can pretty much guess that the relationship was broken\nbeyond repair long before.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <em><strong>Written by C.W. </strong></em></p>\n<!-- /wp:paragraph -->','Is it OK to take breaks in relationships?','','publish','open','closed','','is-it-ok-to-take-breaks-in-relationships','','','2019-08-21 17:22:51','2019-08-21 22:22:51','',0,'https://buzz-caribbean.com/?p=5238',0,'post','',0),(5239,23,'2019-08-22 06:00:07','2019-08-22 11:00:07','<!-- wp:paragraph -->\n<p>The schoolboy football season will begin on September 7 with 44 teams vying for the Corporate Area\'s Manning Cup title and 85 teams competing for rural area daCosta Cup honours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5260} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0822-1024x683.jpg\" alt=\"\" class=\"wp-image-5260\" /><figcaption>Inter-Secondary Schools Sports Association (ISSA) president Keith Wellington (left) accepts Wisynco\'s symbolic sponsorship cheque from chairman William Mahfood. The occasion was the launch of the Wata/Digicel schoolboy football season at Terra Nova Hotel.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It was announced that both competitions will have the same format as they had last year with the season lasting four months and ending December 7.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Manning Cup will be split into seven groups. There will be two groups consisting of seven teams with all the other groups having six teams. The top two teams in each of the groups, as well as the two best overall third-placed teams, will advance to the second round.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 16 teams in the second round will be seeded with the top seed pairing against the bottom seed with corresponding matchups from both ends of the seeding. They will play home-and-away ties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The daCosta Cup will have the traditional 15 zones with the winners and runners-up automatically qualifying for the second round.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The winners will then be placed in two groups of four with the top two teams contesting the semi-finals before the final.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The daCosta Cup will have the traditional 15 zones with the winners and runners-up automatically qualifying for the second round, which will be completed by the two best overall teams. Like the Manning Cup, the second round will be seeded with home-and-away matchups. The winners will advance to the quarter-finals, which will consist of four teams competing in four zones. The winners will move onto the semi-finals before the final.<br>The Champions Cup knockout will comprise of the eight top teams from both the Manning Cup and daCosta Cup.</p>\n<!-- /wp:paragraph -->','Schoolboy football kicks off September 7','','publish','open','closed','','schoolboy-football-kicks-off-september-7','','','2019-08-21 18:42:33','2019-08-21 23:42:33','',0,'https://buzz-caribbean.com/?p=5239',0,'post','',0),(5240,9,'2019-08-21 17:20:42','2019-08-21 22:20:42','','black-couple-AAA-20190819','','inherit','open','closed','','black-couple-aaa-20190819','','','2019-08-21 17:20:42','2019-08-21 22:20:42','',5238,'https://buzz-caribbean.com/app/uploads/2019/08/black-couple-AAA-20190819.jpg',0,'attachment','image/jpeg',0),(5241,9,'2019-08-21 17:20:54','2019-08-21 22:20:54','','black-couple-20190819','','inherit','open','closed','','black-couple-20190819','','','2019-08-21 17:20:54','2019-08-21 22:20:54','',5238,'https://buzz-caribbean.com/app/uploads/2019/08/black-couple-20190819.jpg',0,'attachment','image/jpeg',0),(5242,9,'2019-08-21 17:22:09','2019-08-21 22:22:09','<!-- wp:image {\"id\":5241} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-couple-20190819-1024x683.jpg\" alt=\"\" class=\"wp-image-5241\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you are\nconstantly fighting, if the sight of your partner puts you in a foul mood, and\nif agreeing to disagree stopped working months ago, it may be time to put\nthings on pause. How about taking a break? Does that idea appeal to you? If it\ndoes, is it even healthy? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A break refers to a period in which people who have constant and\ncontinuous disagreements separate to assess how they feel about the\nrelationship, about each other and if they feel better together or apart. After\nweighing all the pros and cons, the couple should then assess if reuniting is\nthe best way forward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It sounds like a lot of heavy stuff, but some marriage and\nrelationship experts claim that nothing is wrong with taking a break because\nthey feel it can be a positive method of repairing a union that has been damaged.\nJust like a car or even your hair, everything needs maintenance, and taking a\nbreak can be a way of repairing your relationship. Establishing a little\ndistance between you and your partner could give both of you an opportunity to\nheal and even miss each other again. Some distance can grant you added\nperspective that you could not gain if you were in the thick of the emotional\nquagmire. Stepping back and getting refocused can provide you with clarity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5240} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-couple-AAA-20190819-1024x683.jpg\" alt=\"\" class=\"wp-image-5240\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A break is could\nalso help you to address and acknowledge\npersonal doubts and fears without reproach or condemnation. In short, it is the\nperfect time to work on you and hope the other person is doing some self-evaluation\nas well. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Note, breaks are not\nfor everyone, and some people fear them because they see it as the first step\nto breaking up. But it does not have to be. Establish some ground rules for the\nbreak, such as not seeing/sleeping with anyone else during the period. It\nshouldn’t be longer than say six weeks, and it should be used for personal\nreflection about what you and your partner bring to the table. &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the end of the\nday, breaks should heal, not harm your relationship. If taking a break leads to\na permanent break, you can pretty much guess that the relationship was broken\nbeyond repair long before.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <em><strong>Written by C.W. </strong></em></p>\n<!-- /wp:paragraph -->','Is it OK to take breaks in relationships?','','inherit','closed','closed','','5238-revision-v1','','','2019-08-21 17:22:09','2019-08-21 22:22:09','',5238,'https://buzz-caribbean.com/article/5238-revision-v1/',0,'revision','',0),(5243,4,'2019-08-21 17:23:01','2019-08-21 22:23:01','<!-- wp:paragraph -->\n<p>The schoolboy football season will begin on September 7 with 44 teams vying for the Corporate Area\'s Manning Cup title and 85 teams competing for rural area daCosta Cup honours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>At the launch on Wednesday at Terra Nova Hotel, it was announced that both competitions will have the same format as they had last year with the season lasting four months and ending December 7.<br>The Manning Cup will be split into seven groups. There will be two groups consisting of seven teams with all the other groups having six teams. The top two teams in each of the groups as well as the two best overall third-placed teams will advance to the second round.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 16 teams in the second round will be seeded with the top seed pairing against the bottom seed with corresponding matchups from both ends of the seeding. They will play home-and-away ties.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The winners will then be placed in two groups of four with the top two teams contesting the semi-finals before the final.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The daCosta Cup will have the traditional 15 zones with the winners and runners-up automatically qualifying for the second round, which will be completed by the two best overall teams. Like the Manning Cup, the second round will be seeded with home-and-away matchups. The winners will advance to the quarter-finals, which will consist of four teams competing in four zones. The winners will move onto the semi-finals before the final.<br>The Champions Cup knockout will comprise of the eight top teams from both the Manning Cup and daCosta Cup.</p>\n<!-- /wp:paragraph -->','Schoolboy football starts September 7 with one new team','','inherit','closed','closed','','5239-revision-v1','','','2019-08-21 17:23:01','2019-08-21 22:23:01','',5239,'https://buzz-caribbean.com/article/5239-revision-v1/',0,'revision','',0),(5244,11,'2019-08-21 17:23:27','2019-08-21 22:23:27','<!-- wp:paragraph -->\n<p>Schoolboy football knockout competitions, Walker Cup and Ben Francis Cup will have a different format for the second year in a row.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5217} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/linvern-wright-1024x683.jpg\" alt=\"\" class=\"wp-image-5217\" /><figcaption>daCosta Cup Chairman Linvern Wright announces changes to the Schoolboy football knockout competitions.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The new formats for the competitions were announced at the launch of the schoolboy football season at Terra Nova Hotel on Wednesday.daCosta Cup Chairman Linvern Wright said changes for both knock competitions were done after consulting with coaches and other stakeholders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both competitions have been tinkered with a number of times in recent years as the Inter-Secondary Schools Sports Association (ISSA) tries to find a workable solution to the hectic schedule of matches for the players.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5235} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/football-competition-1024x683.jpg\" alt=\"\" class=\"wp-image-5235\" /><figcaption>A scene from the launch of the 2019 Schoolboy Football season.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This year, teams that will qualify for the Ben Francis Cup are the second and third-placed teams in the quarter-final round of the daCosta Cup. This is a shift from last year, where the third and fourth-placed teams in the daCosta Cup move into the first round of the Ben Francis Cup. Similar to last year, the Ben Francis Cup will be contested in three rounds, with the qualifiers paired in the first round, before the semi-finals and final.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the Walker Cup, the eight teams that are knocked out in the second round of the Manning Cup will also be paired against each other in home-and-away ties. The winners will then join the third and fourth-placed teams from the two quarter-finals zones from the Manning Cup.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The winners of the four matchups will qualify for the semi-finals before the final. Last year the Walker Cup was contested by the eight losing teams at the end of the second round of the Manning Cup.</p>\n<!-- /wp:paragraph -->','More changes made to Walker Cup, Ben Francis Cup','','inherit','closed','closed','','5199-revision-v1','','','2019-08-21 17:23:27','2019-08-21 22:23:27','',5199,'https://buzz-caribbean.com/article/5199-revision-v1/',0,'revision','',0),(5245,4,'2019-08-21 17:27:14','2019-08-21 22:27:14','<!-- wp:paragraph -->\n<p>Schoolboy football knockout competitions, Walker Cup and Ben Francis Cup will have a different format for the second year in a row.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5217} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/linvern-wright-1024x683.jpg\" alt=\"\" class=\"wp-image-5217\" /><figcaption>daCosta Cup Chairman Linvern Wright announces changes to the Schoolboy football knockout competitions.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The new formats for the competitions were announced at the launch of the schoolboy football season at Terra Nova Hotel on Wednesday.daCosta Cup Chairman Linvern Wright said changes for both knock competitions were done after consulting with coaches and other stakeholders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both competitions have been tinkered with a number of times in recent years as the Inter-Secondary Schools Sports Association (ISSA) tries to find a workable solution to the hectic schedule of matches for the players.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5235} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/football-competition-1024x683.jpg\" alt=\"\" class=\"wp-image-5235\" /><figcaption>A scene from the launch of the 2019 Schoolboy Football season.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This year, teams that will qualify for the Ben Francis Cup are the second and third-placed teams in the quarter-final round of the daCosta Cup. This is a shift from last year, where the third and fourth-placed teams in the daCosta Cup move into the first round of the Ben Francis Cup. Similar to last year, the Ben Francis Cup will be contested in three rounds, with the qualifiers paired in the first round, before the semi-finals and final.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the Walker Cup, the eight teams that are knocked out in the second round of the Manning Cup will also be paired against each other in home-and-away ties. The winners will then join the third and fourth-placed teams from the two quarter-finals zones from the Manning Cup.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The winners of the four matchups will qualify for the semi-finals before the final. Last year the Walker Cup was contested by the eight losing teams at the end of the second round of the Manning Cup.</p>\n<!-- /wp:paragraph -->','More changes made to Walker Cup, Ben Francis Cup competitions','','inherit','closed','closed','','5199-revision-v1','','','2019-08-21 17:27:14','2019-08-21 22:27:14','',5199,'https://buzz-caribbean.com/article/5199-revision-v1/',0,'revision','',0),(5246,21,'2019-08-21 18:01:21','2019-08-21 23:01:21','<!-- wp:image {\"id\":5249} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miley-cyrus-20190821.jpg\" alt=\"\" class=\"wp-image-5249\" /><figcaption> Miley Cyrus</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Miley Cyrus is \"disappointed\" after Liam Hemsworth filed for divorce.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old singer had split from Liam earlier this month after less than a year of marriage, and the <strong>Hunger Games</strong> star pushed forward with proceedings to legally end their marriage on Wednesday when he filed divorce papers in court in Los Angeles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And now, it has been claimed that Miley is upset with the 29-year-old actor\'s decision, as although she\'s \"doing well\", it\'s \"hard\" for her to accept that her relationship is over.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"What she and Liam had for a long time was very special.\" </p><cite>— Source </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A source told People magazine: \"She didn\'t expect it and is a bit disappointed, but she is still doing well and has obviously moved on as well. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"What she and Liam had for a long time was very special. It\'s just hard for her to think that she will never have this again with Liam. There are really so many things that she loves about him.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Malibu</strong> hitmaker has been spotted locking lips with Kaitlynn Carter since breaking up with Liam, and it has been claimed the pair are \"supporting one another\" as they go through their respective splits. Kaitlynn recently split from her estranged husband Brody Jenner.</p>\n<!-- /wp:paragraph -->','Miley Cyrus upset after Liam Hemsworth files for divorce','','publish','open','closed','','miley-cyrus-upset-after-liam-hemsworth-files-for-divorce','','','2019-08-21 18:01:22','2019-08-21 23:01:22','',0,'https://buzz-caribbean.com/?p=5246',0,'post','',0),(5247,11,'2019-08-21 17:50:18','2019-08-21 22:50:18','<!-- wp:image {\"id\":5118} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/symphony-ship.jpg\" alt=\"\" class=\"wp-image-5118\" /><figcaption> The Symphony of the Seas, the world\'s largest cruise ship, will visit Jamaica in 2020. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There is heightening\nstakeholder anticipation over the impending arrival of the world’s largest\ncruise ship, the Royal Caribbean’s Symphony of the Seas, in 2020.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The vessel, which\nwill dock at the Falmouth Pier in Trelawny, is slated to make eight port calls\nto Jamaica between May and October, bringing nearly 72,000 passengers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Each visit is\nexpected to see some 6,680 passengers and 2,200 crew members arriving.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Consequent on the\nmega-liner’s arrival, Jamaica will earn the distinction of hosting three of the\nworld’s four largest cruise ships, as the Symphony of the Seas will join sister\nvessels – the Oasis of the Seas and Allure of the Seas, making calls at the Falmouth\nPort.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We look forward to welcoming the Symphony.\"</p><cite> — Ravi Daswani , duty-free store owner</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Water sports\noperator, Garfield Dussard, is among the business interests welcoming the\nSymphony of the Seas’ addition to Jamaica’s 2020 cruise ship itinerary, noting\nthat “we are, indeed, fortunate to have [it] over a period of six months”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dussard, who has\noperations in Ocho Rios, Falmouth and Montego Bay, argued that the addition of\na mega-liner of this magnitude to Jamaica’s itinerary is “an important step in\nthe right direction”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Owner of the Royal\nShop chain of duty-free stores, Ravi Daswani, concurs, noting that the arrival\nof 72,000 passengers is “a welcome addition”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The Port of\nFalmouth can, indeed, accommodate all these Oasis class vessels that are owned\nby Royal Caribbean, and we look forward to welcoming the Symphony,” he said. </p>\n<!-- /wp:paragraph -->','World’s largest cruise ship to make port calls in Jamaica','','inherit','closed','closed','','5117-revision-v1','','','2019-08-21 17:50:18','2019-08-21 22:50:18','',5117,'https://buzz-caribbean.com/article/5117-revision-v1/',0,'revision','',0),(5248,14,'2019-08-21 17:58:19','2019-08-21 22:58:19','<!-- wp:image {\"id\":646,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/jaevion-nelson-jflag-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-646\" /><figcaption>Jaevion Nelson, Executive Director of the Jamaica Forum for Lesbians, All-Sexuals and Gays [J-FLAG] (Photo: YouTube)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The need for safe, open spaces to meet and interact without fear of violence or discrimination still ranks high for members of the local Lesbian, Gay, Bisexual, and Transgender (LGBT) community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The issue came to the fore as Jamaica observed its fifth\nannual Pride celebrations earlier this month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"[Pride has] really played an important part in how people understand themselves and the kind of spaces they get to celebrate, find community and friends\"</p><cite> ⁠— Jaevion Nelson, Executive Director of J-FLAG</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>According to Executive Director for the Jamaica Forum for Lesbians, All-Sexuals, and Gays (J-FLAG) Jaevion Nelson, safe, open spaces are important as many LGBT Jamaicans do not have that basic privilege – marred by discrimination, violence, and rejection in most instances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nelson, in an interview with <strong>BUZZ</strong>, noted with concern that only during the annual Pride celebrations does the community get a chance to breathe, far away from the widespread homophobia that permeates Jamaican society.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5225} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jaevion-nelson-demo-buzz.jpg\" alt=\"\" class=\"wp-image-5225\" /><figcaption>Jaevion Nelson (Photo: Instagram @Jaevionn)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The LGBT community has always looked forward to Pride activities\nand I think [Pride has] really played an important part in how people\nunderstand themselves and the kind of spaces they get to celebrate, find\ncommunity and friends,” Nelson explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A number of people don’t have access to such spaces on a\nroutine basis,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the meantime, as J-FLAG resumes the rebuilding effort, Nelson\nmaintained that despite the challenges, it knows the needs of the LGBT\ncommunity are great and so, even without a headquarters just now, the\norganization has moved full-steam ahead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5227} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pride-2019-buzz-demo-1-1024x768.jpg\" alt=\"\" class=\"wp-image-5227\" /><figcaption>#PrideJA2019, kicking off its annual Sports Day event at the UWI Bowl in St. Andrew on Emancipation Day (August 1) (Photo: Twitter @EqualityJA)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The transition has not been entirely smooth, Nelson posited,\nas the lack of a physical space in which to coordinate, plan and execute key\nfunctions have been affected by the destruction of the Rainbow House in December\n2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, as best as humanly possible, J-FLAG is assuring the LGBT community that it remains unmoved in its efforts to have their needs addressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve continued the work we’ve been doing with a wide range of stakeholders to ensure that we improve the human rights situation in Jamaica for people who are LGBT and to ensure that they can have access to services and the support they need to address different challenges they may be facing,” Nelson told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->','LGBT community pushing for safe spaces','','inherit','closed','closed','','644-revision-v1','','','2019-08-21 17:58:19','2019-08-21 22:58:19','',644,'https://buzz-caribbean.com/article/644-revision-v1/',0,'revision','',0),(5249,9,'2019-08-21 17:59:20','2019-08-21 22:59:20','','miley-cyrus-20190821','','inherit','open','closed','','miley-cyrus-20190821','','','2019-08-21 17:59:20','2019-08-21 22:59:20','',5246,'https://buzz-caribbean.com/app/uploads/2019/08/miley-cyrus-20190821.jpg',0,'attachment','image/jpeg',0),(5250,9,'2019-08-21 18:00:06','2019-08-21 23:00:06','<!-- wp:image {\"id\":5249} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/miley-cyrus-20190821.jpg\" alt=\"\" class=\"wp-image-5249\" /><figcaption> Miley Cyrus</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Miley Cyrus is \"disappointed\" after Liam Hemsworth filed for divorce.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old singer had split from Liam earlier this month after less than a year of marriage, and the <strong>Hunger Games</strong> star pushed forward with proceedings to legally end their marriage on Wednesday when he filed divorce papers in court in Los Angeles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And now, it has been claimed that Miley is upset with the 29-year-old actor\'s decision, as although she\'s \"doing well\", it\'s \"hard\" for her to accept that her relationship is over.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"What she and Liam had for a long time was very special.\" </p><cite>— Source </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A source told People magazine: \"She didn\'t expect it and is a bit disappointed, but she is still doing well and has obviously moved on as well. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"What she and Liam had for a long time was very special. It\'s just hard for her to think that she will never have this again with Liam. There are really so many things that she loves about him.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Malibu</strong> hitmaker has been spotted locking lips with Kaitlynn Carter since breaking up with Liam, and it has been claimed the pair are \"supporting one another\" as they go through their respective splits. Kaitlynn recently split from her estranged husband Brody Jenner.</p>\n<!-- /wp:paragraph -->','Miley Cyrus upset after Liam Hemsworth files for divorce','','inherit','closed','closed','','5246-revision-v1','','','2019-08-21 18:00:06','2019-08-21 23:00:06','',5246,'https://buzz-caribbean.com/article/5246-revision-v1/',0,'revision','',0),(5251,4,'2019-08-21 18:01:03','2019-08-21 23:01:03','<!-- wp:paragraph -->\n<p>The schoolboy football season will begin on September 7 with 44 teams vying for the Corporate Area\'s Manning Cup title and 85 teams competing for rural area daCosta Cup honours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the launch on Wednesday at Terra Nova Hotel, it was announced that both competitions will have the same format as they had last year with the season lasting four months and ending December 7.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>The Manning Cup will be split into seven groups. There will be two groups consisting of seven teams with all the other groups having six teams. The top two teams in each of the groups, as well as the two best overall third-placed teams, will advance to the second round.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 16 teams in the second round will be seeded with the top seed pairing against the bottom seed with corresponding matchups from both ends of the seeding. They will play home-and-away ties.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The winners will then be placed in two groups of four with the top two teams contesting the semi-finals before the final.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The daCosta Cup will have the traditional 15 zones with the winners and runners-up automatically qualifying for the second round, which will be completed by the two best overall teams. Like the Manning Cup, the second round will be seeded with home-and-away matchups. The winners will advance to the quarter-finals, which will consist of four teams competing in four zones. The winners will move onto the semi-finals before the final.<br>The Champions Cup knockout will comprise of the eight top teams from both the Manning Cup and daCosta Cup.</p>\n<!-- /wp:paragraph -->','Schoolboy football kicks off September 7','','inherit','closed','closed','','5239-revision-v1','','','2019-08-21 18:01:03','2019-08-21 23:01:03','',5239,'https://buzz-caribbean.com/article/5239-revision-v1/',0,'revision','',0),(5252,14,'2019-08-21 18:03:27','2019-08-21 23:03:27','','Pnp The Two Peters Buntingvsphillips Buzz Official','','inherit','open','closed','','pnp-the-two-peters-buntingvsphillips-buzz-official','','','2019-08-21 18:03:27','2019-08-21 23:03:27','',4776,'https://buzz-caribbean.com/app/uploads/2019/08/pnp-the-two-peters-buntingvsphillips-buzz-official.jpg',0,'attachment','image/jpeg',0),(5254,4,'2019-08-21 18:21:57','2019-08-21 23:21:57','<!-- wp:paragraph -->\n<p>The schoolboy football season will begin on September 7 with 44 teams vying for the Corporate Area\'s Manning Cup title and 85 teams competing for rural area daCosta Cup honours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was announced that both competitions will have the same format as they had last year with the season lasting four months and ending December 7.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>The Manning Cup will be split into seven groups. There will be two groups consisting of seven teams with all the other groups having six teams. The top two teams in each of the groups, as well as the two best overall third-placed teams, will advance to the second round.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 16 teams in the second round will be seeded with the top seed pairing against the bottom seed with corresponding matchups from both ends of the seeding. They will play home-and-away ties.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The winners will then be placed in two groups of four with the top two teams contesting the semi-finals before the final.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The daCosta Cup will have the traditional 15 zones with the winners and runners-up automatically qualifying for the second round, which will be completed by the two best overall teams. Like the Manning Cup, the second round will be seeded with home-and-away matchups. The winners will advance to the quarter-finals, which will consist of four teams competing in four zones. The winners will move onto the semi-finals before the final.<br>The Champions Cup knockout will comprise of the eight top teams from both the Manning Cup and daCosta Cup.</p>\n<!-- /wp:paragraph -->','Schoolboy football kicks off September 7','','inherit','closed','closed','','5239-revision-v1','','','2019-08-21 18:21:57','2019-08-21 23:21:57','',5239,'https://buzz-caribbean.com/article/5239-revision-v1/',0,'revision','',0),(5255,23,'2019-08-22 07:45:59','2019-08-22 12:45:59','<!-- wp:image {\"id\":5256} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/talk-20190819-1024x683.jpg\" alt=\"\" class=\"wp-image-5256\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You see them coming\ndown the hall, and immediately you begin to mentally prepare your ears for the\nassault, as this colleague is beyond verbose and chatty. And even when a\nconversation is one-sided, your co-worker will still be yapping away. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of us are\nnaturally talkative and opinionated, but there are times when some of us like\nto hear our own voices a little too much. So, we go on and on about anything\nand nothing at all, driving those around us so crazy that they either tune us\nout or walk away.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Walking away is\nactually a good idea in a large organisation, as when the person pulls up to a\ndiscussion already in progress, you can just excuse yourself and find your\noffice or workstation. However, this is not an option if the person is seated\nnext to you. In that instance, earphones become your new best friend. Plug them\nin and get to work without all the white noise and drama that person usually\nbrings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5257} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/talk-B-20190819.jpg\" alt=\"\" class=\"wp-image-5257\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you are in the\nmiddle of work, simply tell them that you cannot talk now and get back to what\nyou were doing. Avoid open-ended statements and questions and avoid asking\ntheir opinion on matters unless it is directly linked to work. As much as\npossible, avoid unnecessary questions since that is a gateway for them to\nramble on and on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When speaking with\nthem is a must, ensure that you are the one directing the dialogue. It may also\nbe helpful to demonstrate to the individual just how they sound by saying\nsomething like: ‘Let me see if I understand you correctly. You are saying that\nyou need 10 buckets of off-white paint. Is that right?” By doing this, you\nreduce their ability to go off on a tangent because the only answer they should\nintelligently provide is a ‘yes’ or ‘no’. This also keeps the conversation\nmoving, and at the end of the exchange, you can simply say: ‘OK, I got it’, and\ngo merrily about your business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you have covered everything you need to in the conversation, then it is time to wrap it up. And, you do not have to be rude or impolite about it. You should just ensure that they know that your available time for talking is over. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by C.W. </em></strong></p>\n<!-- /wp:paragraph -->','Dealing with a ‘chatty’ co-worker','','publish','open','closed','','dealing-with-a-chatty-co-worker','','','2019-08-21 18:28:08','2019-08-21 23:28:08','',0,'https://buzz-caribbean.com/?p=5255',0,'post','',0),(5256,9,'2019-08-21 18:25:14','2019-08-21 23:25:14','','talk-20190819','','inherit','open','closed','','talk-20190819','','','2019-08-21 18:25:14','2019-08-21 23:25:14','',5255,'https://buzz-caribbean.com/app/uploads/2019/08/talk-20190819.jpg',0,'attachment','image/jpeg',0),(5257,9,'2019-08-21 18:25:36','2019-08-21 23:25:36','','talk-B-20190819','','inherit','open','closed','','talk-b-20190819','','','2019-08-21 18:25:36','2019-08-21 23:25:36','',5255,'https://buzz-caribbean.com/app/uploads/2019/08/talk-B-20190819.jpg',0,'attachment','image/jpeg',0),(5258,4,'2019-08-21 18:26:07','2019-08-21 23:26:07','<!-- wp:paragraph -->\n<p>The schoolboy football season will begin on September 7 with 44 teams vying for the Corporate Area\'s Manning Cup title and 85 teams competing for rural area daCosta Cup honours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was announced that both competitions will have the same format as they had last year with the season lasting four months and ending December 7.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Manning Cup will be split into seven groups. There will be two groups consisting of seven teams with all the other groups having six teams. The top two teams in each of the groups, as well as the two best overall third-placed teams, will advance to the second round.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 16 teams in the second round will be seeded with the top seed pairing against the bottom seed with corresponding matchups from both ends of the seeding. They will play home-and-away ties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The winners will then be placed in two groups of four with the top two teams contesting the semi-finals before the final.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The daCosta Cup will have the traditional 15 zones with the winners and runners-up automatically qualifying for the second round, which will be completed by the two best overall teams. Like the Manning Cup, the second round will be seeded with home-and-away matchups. The winners will advance to the quarter-finals, which will consist of four teams competing in four zones. The winners will move onto the semi-finals before the final.<br>The Champions Cup knockout will comprise of the eight top teams from both the Manning Cup and daCosta Cup.</p>\n<!-- /wp:paragraph -->','Schoolboy football kicks off September 7','','inherit','closed','closed','','5239-revision-v1','','','2019-08-21 18:26:07','2019-08-21 23:26:07','',5239,'https://buzz-caribbean.com/article/5239-revision-v1/',0,'revision','',0),(5259,9,'2019-08-21 18:26:50','2019-08-21 23:26:50','<!-- wp:image {\"id\":5256} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/talk-20190819-1024x683.jpg\" alt=\"\" class=\"wp-image-5256\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You see them coming\ndown the hall, and immediately you begin to mentally prepare your ears for the\nassault, as this colleague is beyond verbose and chatty. And even when a\nconversation is one-sided, your co-worker will still be yapping away. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of us are\nnaturally talkative and opinionated, but there are times when some of us like\nto hear our own voices a little too much. So, we go on and on about anything\nand nothing at all, driving those around us so crazy that they either tune us\nout or walk away.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Walking away is\nactually a good idea in a large organisation, as when the person pulls up to a\ndiscussion already in progress, you can just excuse yourself and find your\noffice or workstation. However, this is not an option if the person is seated\nnext to you. In that instance, earphones become your new best friend. Plug them\nin and get to work without all the white noise and drama that person usually\nbrings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5257} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/talk-B-20190819.jpg\" alt=\"\" class=\"wp-image-5257\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you are in the\nmiddle of work, simply tell them that you cannot talk now and get back to what\nyou were doing. Avoid open-ended statements and questions and avoid asking\ntheir opinion on matters unless it is directly linked to work. As much as\npossible, avoid unnecessary questions since that is a gateway for them to\nramble on and on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When speaking with\nthem is a must, ensure that you are the one directing the dialogue. It may also\nbe helpful to demonstrate to the individual just how they sound by saying\nsomething like: ‘Let me see if I understand you correctly. You are saying that\nyou need 10 buckets of off-white paint. Is that right?” By doing this, you\nreduce their ability to go off on a tangent because the only answer they should\nintelligently provide is a ‘yes’ or ‘no’. This also keeps the conversation\nmoving, and at the end of the exchange, you can simply say: ‘OK, I got it’, and\ngo merrily about your business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you have covered everything you need to in the conversation, then it is time to wrap it up. And, you do not have to be rude or impolite about it. You should just ensure that they know that your available time for talking is over. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by C.W. </em></strong></p>\n<!-- /wp:paragraph -->','Dealing with a ‘chatty’ co-worker','','inherit','closed','closed','','5255-revision-v1','','','2019-08-21 18:26:50','2019-08-21 23:26:50','',5255,'https://buzz-caribbean.com/article/5255-revision-v1/',0,'revision','',0),(5260,4,'2019-08-21 18:31:10','2019-08-21 23:31:10','','DSC_0822','','inherit','open','closed','','dsc_0822','','','2019-08-21 18:31:10','2019-08-21 23:31:10','',5239,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0822.jpg',0,'attachment','image/jpeg',0),(5262,4,'2019-08-21 18:34:40','2019-08-21 23:34:40','<!-- wp:paragraph -->\n<p>The schoolboy football season will begin on September 7 with 44 teams vying for the Corporate Area\'s Manning Cup title and 85 teams competing for rural area daCosta Cup honours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5260} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0822-1024x683.jpg\" alt=\"\" class=\"wp-image-5260\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It was announced that both competitions will have the same format as they had last year with the season lasting four months and ending December 7.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Manning Cup will be split into seven groups. There will be two groups consisting of seven teams with all the other groups having six teams. The top two teams in each of the groups, as well as the two best overall third-placed teams, will advance to the second round.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 16 teams in the second round will be seeded with the top seed pairing against the bottom seed with corresponding matchups from both ends of the seeding. They will play home-and-away ties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The winners will then be placed in two groups of four with the top two teams contesting the semi-finals before the final.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The daCosta Cup will have the traditional 15 zones with the winners and runners-up automatically qualifying for the second round, which will be completed by the two best overall teams. Like the Manning Cup, the second round will be seeded with home-and-away matchups. The winners will advance to the quarter-finals, which will consist of four teams competing in four zones. The winners will move onto the semi-finals before the final.<br>The Champions Cup knockout will comprise of the eight top teams from both the Manning Cup and daCosta Cup.</p>\n<!-- /wp:paragraph -->','Schoolboy football kicks off September 7','','inherit','closed','closed','','5239-revision-v1','','','2019-08-21 18:34:40','2019-08-21 23:34:40','',5239,'https://buzz-caribbean.com/article/5239-revision-v1/',0,'revision','',0),(5264,4,'2019-08-21 18:40:57','2019-08-21 23:40:57','<!-- wp:paragraph -->\n<p>The schoolboy football season will begin on September 7 with 44 teams vying for the Corporate Area\'s Manning Cup title and 85 teams competing for rural area daCosta Cup honours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5260} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0822-1024x683.jpg\" alt=\"\" class=\"wp-image-5260\" /><figcaption>Inter-Secondary Schools Sports Association (ISSA) president Keith Wellington (left) accepts Wisynco\'s symbolic sponsorship cheque from chairman William Mahfood. The occasion was the launch of the Wata/Digicel schoolboy football season at Terra Nova Hotel.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It was announced that both competitions will have the same format as they had last year with the season lasting four months and ending December 7.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Manning Cup will be split into seven groups. There will be two groups consisting of seven teams with all the other groups having six teams. The top two teams in each of the groups, as well as the two best overall third-placed teams, will advance to the second round.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 16 teams in the second round will be seeded with the top seed pairing against the bottom seed with corresponding matchups from both ends of the seeding. They will play home-and-away ties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The winners will then be placed in two groups of four with the top two teams contesting the semi-finals before the final.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The daCosta Cup will have the traditional 15 zones with the winners and runners-up automatically qualifying for the second round, which will be completed by the two best overall teams. Like the Manning Cup, the second round will be seeded with home-and-away matchups. The winners will advance to the quarter-finals, which will consist of four teams competing in four zones. The winners will move onto the semi-finals before the final.<br>The Champions Cup knockout will comprise of the eight top teams from both the Manning Cup and daCosta Cup.</p>\n<!-- /wp:paragraph -->','Schoolboy football kicks off September 7','','inherit','closed','closed','','5239-revision-v1','','','2019-08-21 18:40:57','2019-08-21 23:40:57','',5239,'https://buzz-caribbean.com/article/5239-revision-v1/',0,'revision','',0),(5265,4,'2019-08-21 18:42:32','2019-08-21 23:42:32','<!-- wp:paragraph -->\n<p>The schoolboy football season will begin on September 7 with 44 teams vying for the Corporate Area\'s Manning Cup title and 85 teams competing for rural area daCosta Cup honours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5260} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0822-1024x683.jpg\" alt=\"\" class=\"wp-image-5260\" /><figcaption>Inter-Secondary Schools Sports Association (ISSA) president Keith Wellington (left) accepts Wisynco\'s symbolic sponsorship cheque from chairman William Mahfood. The occasion was the launch of the Wata/Digicel schoolboy football season at Terra Nova Hotel.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It was announced that both competitions will have the same format as they had last year with the season lasting four months and ending December 7.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Manning Cup will be split into seven groups. There will be two groups consisting of seven teams with all the other groups having six teams. The top two teams in each of the groups, as well as the two best overall third-placed teams, will advance to the second round.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 16 teams in the second round will be seeded with the top seed pairing against the bottom seed with corresponding matchups from both ends of the seeding. They will play home-and-away ties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The daCosta Cup will have the traditional 15 zones with the winners and runners-up automatically qualifying for the second round.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The winners will then be placed in two groups of four with the top two teams contesting the semi-finals before the final.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The daCosta Cup will have the traditional 15 zones with the winners and runners-up automatically qualifying for the second round, which will be completed by the two best overall teams. Like the Manning Cup, the second round will be seeded with home-and-away matchups. The winners will advance to the quarter-finals, which will consist of four teams competing in four zones. The winners will move onto the semi-finals before the final.<br>The Champions Cup knockout will comprise of the eight top teams from both the Manning Cup and daCosta Cup.</p>\n<!-- /wp:paragraph -->','Schoolboy football kicks off September 7','','inherit','closed','closed','','5239-revision-v1','','','2019-08-21 18:42:32','2019-08-21 23:42:32','',5239,'https://buzz-caribbean.com/article/5239-revision-v1/',0,'revision','',0),(5266,21,'2019-08-22 06:13:05','2019-08-22 11:13:05','<!-- wp:paragraph -->\n<p><em>Jamaicans have long been fascinated with Japan and many have gone to the Asian island to work or study.</em> <i>Sarita Chen and her twin sister Gabrielle recently participated in a study programme in Japan and seek to share their experience with <strong>BUZZ </strong>readers. </i><em>Below is </em><i>an account of </i><em>Sarita\'s experience in the Land of the Rising Sun.</em> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5282} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-768x1024.jpeg\" alt=\"\" class=\"wp-image-5282\" /><figcaption>Sarita at one of the many tourist attractions in Japan.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a long time fan of <em>manga </em>and <em>anime</em>, one of my dreams was to go to Japan. I’m fairly sure that everyone that has a similar interest in Japanese media agrees that going to Japan is the ultimate achievement. Like a right of passage almost. So yeah, this year I did a study abroad programme in Japan for four months. I then stayed an <em>extra</em> month after the programme finished because, as you can imagine, I didn’t want to leave. If it were up to me I’d still be there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some things I didn’t know before I arrived:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>They take your residence card photo <em>at the airport</em>. After a twelve-hour flight. Keep in mind I had to show that card to people.</li><li>How to speak Japanese. You can get by with English well enough, but you’re honestly better off with some understanding of the language. I do a minor in Japanese in college so I actually had no excuse for having a level below say, a toddler’s.</li><li>Train stations have elevators. Cue me trying to lug three suitcases down a flight of stairs among a crowd of people fresh off the train. Please research when you travel beforehand, or even just look around for more than two seconds. Don’t be like me.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Being a foreigner in a non-english speaking country isn’t an experience I’m all too familiar with. I’d only ever been to Ecuador and Panama several years before. I was a bit worried about how long it would take to settle in or if I’d get treated weirdly by strangers. I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals, or even foreigners in general, but thankfully I didn’t have any bad experiences like that throughout my entire trip. (Well, except for this one time this drunk salaryman tried to touch my hair.) As it turns out, once I got over the initial jetlag and stopped getting lost every time I stepped outside, things were pretty easy going.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5284} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-in-japan-768x1024.jpeg\" alt=\"\" class=\"wp-image-5284\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For the next four months I’d be living in a student dorm in <em>Musashi-Kosugi</em>, roughly a fifteen minute walk away from the nearest train station (twenty for me, since I walk slower than the average human). There was a cafeteria, both a 7-eleven and a Lawson convenience store about two minutes away and a washing machine and dryer downstairs.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The ward office is kind of like the tax office here at home, except ten times as efficient.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As much as I would’ve liked to do some exploring within my first week, I was there for a study abroad programme and not a vacation. Most of the time was spent doing a bunch of (mostly unnecessary) orientation activities and ward office visits. The ward office is kind of like the tax office here at home, except ten times as efficient, the only downside being that all of the forms are in Japanese. To be honest, I think that’s a fair trade. You can go there in the morning and still have a reasonable chunk of your day left.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5285} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-japan-768x1024.jpeg\" alt=\"\" class=\"wp-image-5285\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>I think that speaks a lot for Japan on a whole, actually. Of course, I only have a picture of Japan from the viewpoint of a tourist (or like, a super-tourist), so my experience is definitely rose-coloured. But still. You can buy hot drinks from vending machines. We should all be trying to live like that.</p>\n<!-- /wp:paragraph -->','A Yaadie in love with Japan opens up about her time in the Land of the Rising Sun','','publish','open','closed','','a-yaadie-in-love-with-japan-opens-up-about-her-time-in-the-land-of-the-rising-sun','','','2019-08-22 08:38:27','2019-08-22 13:38:27','',0,'https://buzz-caribbean.com/?p=5266',0,'post','',0),(5267,14,'2019-08-21 18:53:51','2019-08-21 23:53:51','<!-- wp:image {\"id\":5158} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-1-1024x683.jpg\" alt=\"\" class=\"wp-image-5158\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We met as strangers to ourselves and each\nother but, in just two hours, you leave with an understanding that art connects\nus in ways we sometimes fail to acknowledge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The hustle and bustle of everyday work and life faded away as effortlessly as incense wafted through the Epican Café and Lounge at the Marketplace in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A subtle but recognisably steady vibration from the surrounding music reminds you that <strong>Puff &amp; Paint</strong> is far from what you had expected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5184} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-3-1-1024x683.jpg\" alt=\"\" class=\"wp-image-5184\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Not often as a journalist do I get to experience a new way of expression first hand. I’ve been most comfortable with words, but I was assured that tonight, through colour, my point of view would be different; and it was.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I wanted to show the effect marijuana [can] have for persons in that creative process.\"</p><cite>⁠— Rozi Chung tells the BUZZ team</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Two canvas, one pre-rolled joint and a palette over two hours. That’s the simple brilliance of <strong>Puff &amp; Paint</strong>.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s just something you must see, feel, taste and hear on a personal level to truly believe and appreciate but I must say the experience was amazing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch highlights of <strong>Puff &amp; Paint</strong> in the video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/a4mjpO748nY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/a4mjpO748nY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> caught up with conceptualiser for <strong>Puff &amp; Paint</strong>, Master painter Rosemarie Chung, who attests to the programme’s specialised qualities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Chung, to get a genuine\nexperience of art through medical marijuana, one needs to leave their\nexpectations at the door.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5160} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-5160\" /><figcaption>(Standing in focus) Rosemarie Chung, creator of the Puff &amp; Paint art initiative at Epican in Kingston.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The programme basically is using marijuana with the creative arts, specifically painting. My focus is on non-artists and what I wanted to do was show the effect marijuana [can] have for persons in that creative process,” she explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>First canvas: Connecting with your African roots</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“You’re painting with very little instructions, but I do have a reference that I start you with, which are symbols that our foreparents used: the Adinkra symbols from Ghana,” \'Rozi\' Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A panel of 20 Adinkra symbols were lain out in front of us, with the instruction being very simple, “Choose what calls to you”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5163} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-9-1024x683.jpg\" alt=\"\" class=\"wp-image-5163\" /><figcaption>The Adinkra symbol \'Knowledge\' (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Being the careful intellect I assume I am,\nI choose ‘knowledge’ and attempted the best I could to replicate the intricate\ndesign in the half-hour window we were given.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>‘Puffing’, onto the 2nd canvas: Freestyle with colours</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Then came the fun part: ‘puffing’. There was nothing really special about the pre-rolled joint handed to us by the staff at Epican, but its contents begged to differ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Puff &amp; Paint is a way to start a journey of self-expression. Paint how you feel, use anything that comes naturally in your mind\"</p><cite>⁠— Rosemarie Chung, conceptualiser of Puff &amp; Paint</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Inside was the powerful ‘Lamb’s breath’ strain of sativa, reportedly Bob Marley’s favourite to smoke and the excitement (at least from my end) was palpable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5166} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-5166\" /><figcaption>More of \'Rozi\' Chung, Puff &amp; Paint\'s visionary creator</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The high was clean and sharp, hitting you\nalmost immediately but not totally claiming your senses…it was relaxing,\neuphoric.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s a way to start a journey of\nself-expression,” ‘Rozi’ Chung told me, as we returned after refreshments to\nbegin a second canvas – without any guidance, symbols or care in the world.\n“Paint how you feel, use anything that comes naturally in your mind,” she spoke\nto us collectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The explosion of colour took shape right\naway.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5162} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-5162\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking with the <strong>BUZZ</strong> team after the event, Chung explained further that she considers Puff &amp; Paint to be an investigation into minds of any willing Jamaican – outside the scrutiny of Western concepts such as ‘who is or what makes one an artist’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’ve been working from 2018, looking at how marijuana could either enhance the creativity or go within instinct to begin to be aware of one’s creative possibilities,” Chung, founder of Studio174 told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We already know that marijuana is used mostly in the entertainment industry, but what I’m doing is having people who had no career-minded outlook in the visual arts, try cannabis and see the results,” she added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“There’s no competition, no reference; you’re totally free.\"</p><cite>⁠— Rozi Chung, instructor for Puff &amp; Paint, giving the creative \'go ahead\' for the second canvas</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“We normally have 10 people working\nindependently and every work is different. That is itself is quite amazing, because\nthis process gets you to express your inner self in a particular way,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For many participants, like myself, it was\na shock to see what I created under the influence of marijuana, a reaction all\ntoo common to Rozi Chung and Epican.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5164} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-2-1024x683.jpg\" alt=\"\" class=\"wp-image-5164\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“People are quite intrigued in this part of self – they’ve never had this experience. Generally, marijuana is used to chill, but to be able to use it in a way that you are intentionally creating something, is such an interesting thing for many,” Rozi Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5161,5168]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-7-1024x683.jpg\" alt=\"\" data-id=\"5161\" class=\"wp-image-5161\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-8-1024x683.jpg\" alt=\"\" data-id=\"5168\" data-link=\"https://buzz-caribbean.com/?attachment_id=5168\" class=\"wp-image-5168\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>I, for one, was completely taken aback by my choice of colour for my second canvas, which started dark at the bottom but turned bright and airy nearest the top.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Arguably the best part of <strong>Puff &amp; Paint</strong> (outside smoking and painting of course) was the fact that Epican was gracious enough to allow each participant to leave with their work!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Puff &amp; Paint</strong> takes place around the last Tuesday of each month from 7:30 pm to 9:30 pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The only requirements are that interested persons must have a doctor\'s recommendation (which Epican provides) and an entry fee of $4,500.</p>\n<!-- /wp:paragraph -->','Puff &amp; Paint: Strokes of genius hidden in everyone!','','inherit','closed','closed','','4782-revision-v1','','','2019-08-21 18:53:51','2019-08-21 23:53:51','',4782,'https://buzz-caribbean.com/article/4782-revision-v1/',0,'revision','',0),(5268,11,'2019-08-21 19:25:24','2019-08-22 00:25:24','<!-- wp:paragraph -->\n<p>It’s all cuddles and smiles, as Grammy award-winning entertainer Sean Paul and his wife, media personality, Jodi ‘Jinx’ Henriques, welcomed their bundle of joy yesterday morning. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5278,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jinx-and-Baby-1024x614.jpg\" alt=\"\" class=\"wp-image-5278\" /><figcaption>A delighted Jodi Henriques holds her newborn daughter Remi Leigh Henriques (Photo: Instagram — @jodijinx)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jodi shared the joyful news with her over 43,000 followers on the arrival of baby, Remi Leigh Henriques, through her Instagram story. Hearts fluttered with happiness for the family of three – with the couple’s 2-year-old son Levi Blaze, proudly embracing his new role as a big brother.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5273,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Levi-and-Remi-1.png\" alt=\"\" class=\"wp-image-5273\" /><figcaption>Levi embracing his baby sister Remi (Photo: Instagram — @jodijinx)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The vivacious Levi who has captured the hearts of many through his endearing antics showcased by Jodi on Instagram is seen showering his baby sister with lots of love, much to the delight of his parents. An ecstatic Sean Paul is heard in the background guiding Levi to be gentle while hugging his sister. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5274} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sean-Paul-1024x677.jpg\" alt=\"\" class=\"wp-image-5274\" /><figcaption>(Sean Paul — Photo: billboard.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <em>Gimmi Di Light</em> entertainer is set to enjoy another milestone accomplishment later this year, when he will be conferred with the Order of Distinction for his \"contribution to the global popularity of reggae music\" on October 21 at King’s House in Kingston, Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Let us know your reaction to Jodi’s adorable posts about baby Remi in the comments section.</em></strong></p>\n<!-- /wp:paragraph -->','Sean Paul and Jinx welcome new baby','','publish','open','closed','','sean-paul-and-jinx-welcome-new-baby','','','2019-08-21 19:28:01','2019-08-22 00:28:01','',0,'https://buzz-caribbean.com/?p=5268',0,'post','',0),(5269,4,'2019-08-21 19:00:06','2019-08-22 00:00:06','<!-- wp:paragraph -->\n<p>Part 1&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a long time fan of <em>manga </em>and <em>anime</em>, one of my dreams was to go to Japan. I’m fairly sure that everyone that has a similar interest in Japanese media agrees that going to Japan is the ultimate achievement. Like a right of passage almost. So yeah, this year I did a study abroad programme in Japan for four months. I then stayed an <em>extra</em> month after the programme finished because, as you can imagine, I didn’t want to leave. If it were up to me I’d still be there.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some things I didn’t know before I arrived:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. They take your residence card photo <em>at the airport</em>. After a twelve hour flight. Keep in mind I had to show that card to people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. How to speak Japanese. You can get by with English well enough, but you’re honestly better off with some understanding of the language. I do a minor in Japanese in college so I actually had no excuse for having a level below say, a toddler’s.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Train stations have elevators. Cue me trying to lug three suitcases down a flight of stairs among a crowd of people fresh off the train. Please research when you travel beforehand, or even just look around for more than two seconds. Don’t be like me.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Being a foreigner in a non-english speaking country isn’t an experience I’m all too familiar with. I’d only ever been to Ecuador and Panama several years before. I was a bit worried about how long it would take to settle in or if I’d get treated weirdly by strangers. I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals, or even foreigners in general, but thankfully I didn’t have any bad experiences like that throughout my entire trip. (Well, except for this one time this drunk salaryman tried to touch my hair.) As it turns out, once I got over the initial jetlag and stopped getting lost every time I stepped outside, things were pretty easy going.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the next four months I’d be living in a student dorm in <em>Musashi-Kosugi</em>, roughly a fifteen minute walk away from the nearest train station (twenty for me, since I walk slower than the average human). There was a cafeteria, both a 7-eleven and a Lawson convenience store about two minutes away and a washing machine and dryer downstairs.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As much as I would’ve liked to do some exploring within my first week, I was there for a study abroad programme and not a vacation. Most of the time was spent doing a bunch of (mostly unnecessary) orientation activities and ward office visits. The ward office is kind of like the tax office here at home, except ten times as efficient, the only downside being that all of the forms are in Japanese. To be honest, I think that’s a fair trade.You can go there in the morning and still have a reasonable chunk of your day left.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I think that speaks a lot for Japan on a whole, actually. Of course I only have a picture of Japan from the viewpoint of a tourist (or like, a super-tourist), so my experience is definitely rose-coloured. But still. You can buy hot drinks from vending machines. We should all be trying to live like that.<br></p>\n<!-- /wp:paragraph -->','japan 2','','inherit','closed','closed','','5266-revision-v1','','','2019-08-21 19:00:06','2019-08-22 00:00:06','',5266,'https://buzz-caribbean.com/article/5266-revision-v1/',0,'revision','',0),(5270,11,'2019-08-21 19:02:18','2019-08-22 00:02:18','','Remi-Screen-Grab','','inherit','open','closed','','remi-screen-grab','','','2019-08-21 19:02:18','2019-08-22 00:02:18','',5268,'https://buzz-caribbean.com/app/uploads/2019/08/Remi-Screen-Grab.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (5271,4,'2019-08-21 19:05:01','2019-08-22 00:05:01','<!-- wp:paragraph -->\n<p>Part 1&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a long time fan of <em>manga </em>and <em>anime</em>, one of my dreams was to go to Japan. I’m fairly sure that everyone that has a similar interest in Japanese media agrees that going to Japan is the ultimate achievement. Like a right of passage almost. So yeah, this year I did a study abroad programme in Japan for four months. I then stayed an <em>extra</em> month after the programme finished because, as you can imagine, I didn’t want to leave. If it were up to me I’d still be there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some things I didn’t know before I arrived:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. They take your residence card photo <em>at the airport</em>. After a twelve hour flight. Keep in mind I had to show that card to people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. How to speak Japanese. You can get by with English well enough, but you’re honestly better off with some understanding of the language. I do a minor in Japanese in college so I actually had no excuse for having a level below say, a toddler’s.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Train stations have elevators. Cue me trying to lug three suitcases down a flight of stairs among a crowd of people fresh off the train. Please research when you travel beforehand, or even just look around for more than two seconds. Don’t be like me.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Being a foreigner in a non-english speaking country isn’t an experience I’m all too familiar with. I’d only ever been to Ecuador and Panama several years before. I was a bit worried about how long it would take to settle in or if I’d get treated weirdly by strangers. I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals, or even foreigners in general, but thankfully I didn’t have any bad experiences like that throughout my entire trip. (Well, except for this one time this drunk salaryman tried to touch my hair.) As it turns out, once I got over the initial jetlag and stopped getting lost every time I stepped outside, things were pretty easy going. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the next four months I’d be living in a student dorm in <em>Musashi-Kosugi</em>, roughly a fifteen minute walk away from the nearest train station (twenty for me, since I walk slower than the average human). There was a cafeteria, both a 7-eleven and a Lawson convenience store about two minutes away and a washing machine and dryer downstairs.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The ward office is kind of like the tax office here at home, except ten times as efficient.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As much as I would’ve liked to do some exploring within my first week, I was there for a study abroad programme and not a vacation. Most of the time was spent doing a bunch of (mostly unnecessary) orientation activities and ward office visits. The ward office is kind of like the tax office here at home, except ten times as efficient, the only downside being that all of the forms are in Japanese. To be honest, I think that’s a fair trade. You can go there in the morning and still have a reasonable chunk of your day left.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I think that speaks a lot for Japan on a whole, actually. Of course I only have a picture of Japan from the viewpoint of a tourist (or like, a super-tourist), so my experience is definitely rose-coloured. But still. You can buy hot drinks from vending machines. We should all be trying to live like that.<br></p>\n<!-- /wp:paragraph -->','japan 2','','inherit','closed','closed','','5266-revision-v1','','','2019-08-21 19:05:01','2019-08-22 00:05:01','',5266,'https://buzz-caribbean.com/article/5266-revision-v1/',0,'revision','',0),(5272,11,'2019-08-21 19:05:23','2019-08-22 00:05:23','','Levi-and-Remi','','inherit','open','closed','','levi-and-remi','','','2019-08-21 19:05:23','2019-08-22 00:05:23','',5268,'https://buzz-caribbean.com/app/uploads/2019/08/Levi-and-Remi.png',0,'attachment','image/png',0),(5273,11,'2019-08-21 19:06:34','2019-08-22 00:06:34','','Levi-and-Remi-1','','inherit','open','closed','','levi-and-remi-1','','','2019-08-21 19:06:34','2019-08-22 00:06:34','',5268,'https://buzz-caribbean.com/app/uploads/2019/08/Levi-and-Remi-1.png',0,'attachment','image/png',0),(5274,11,'2019-08-21 19:09:06','2019-08-22 00:09:06','','Sean-Paul','','inherit','open','closed','','sean-paul','','','2019-08-21 19:09:06','2019-08-22 00:09:06','',5268,'https://buzz-caribbean.com/app/uploads/2019/08/Sean-Paul.jpg',0,'attachment','image/jpeg',0),(5275,4,'2019-08-21 19:09:09','2019-08-22 00:09:09','<!-- wp:paragraph -->\n<p><em>Jamaicans have been fascinated with Japan just as much a </em><em>ion</em><em> with the far east country of Japan  student </em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a long time fan of <em>manga </em>and <em>anime</em>, one of my dreams was to go to Japan. I’m fairly sure that everyone that has a similar interest in Japanese media agrees that going to Japan is the ultimate achievement. Like a right of passage almost. So yeah, this year I did a study abroad programme in Japan for four months. I then stayed an <em>extra</em> month after the programme finished because, as you can imagine, I didn’t want to leave. If it were up to me I’d still be there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some things I didn’t know before I arrived:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. They take your residence card photo <em>at the airport</em>. After a twelve hour flight. Keep in mind I had to show that card to people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. How to speak Japanese. You can get by with English well enough, but you’re honestly better off with some understanding of the language. I do a minor in Japanese in college so I actually had no excuse for having a level below say, a toddler’s.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Train stations have elevators. Cue me trying to lug three suitcases down a flight of stairs among a crowd of people fresh off the train. Please research when you travel beforehand, or even just look around for more than two seconds. Don’t be like me.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Being a foreigner in a non-english speaking country isn’t an experience I’m all too familiar with. I’d only ever been to Ecuador and Panama several years before. I was a bit worried about how long it would take to settle in or if I’d get treated weirdly by strangers. I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals, or even foreigners in general, but thankfully I didn’t have any bad experiences like that throughout my entire trip. (Well, except for this one time this drunk salaryman tried to touch my hair.) As it turns out, once I got over the initial jetlag and stopped getting lost every time I stepped outside, things were pretty easy going. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the next four months I’d be living in a student dorm in <em>Musashi-Kosugi</em>, roughly a fifteen minute walk away from the nearest train station (twenty for me, since I walk slower than the average human). There was a cafeteria, both a 7-eleven and a Lawson convenience store about two minutes away and a washing machine and dryer downstairs.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The ward office is kind of like the tax office here at home, except ten times as efficient.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As much as I would’ve liked to do some exploring within my first week, I was there for a study abroad programme and not a vacation. Most of the time was spent doing a bunch of (mostly unnecessary) orientation activities and ward office visits. The ward office is kind of like the tax office here at home, except ten times as efficient, the only downside being that all of the forms are in Japanese. To be honest, I think that’s a fair trade. You can go there in the morning and still have a reasonable chunk of your day left.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I think that speaks a lot for Japan on a whole, actually. Of course I only have a picture of Japan from the viewpoint of a tourist (or like, a super-tourist), so my experience is definitely rose-coloured. But still. You can buy hot drinks from vending machines. We should all be trying to live like that.<br></p>\n<!-- /wp:paragraph -->','japan 2','','inherit','closed','closed','','5266-revision-v1','','','2019-08-21 19:09:09','2019-08-22 00:09:09','',5266,'https://buzz-caribbean.com/article/5266-revision-v1/',0,'revision','',0),(5276,4,'2019-08-21 19:12:33','2019-08-22 00:12:33','<!-- wp:paragraph -->\n<p><em>Jamaicans have been fascinated with Japan with many immigrating to the Asian island for work or to study.  </em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a long time fan of <em>manga </em>and <em>anime</em>, one of my dreams was to go to Japan. I’m fairly sure that everyone that has a similar interest in Japanese media agrees that going to Japan is the ultimate achievement. Like a right of passage almost. So yeah, this year I did a study abroad programme in Japan for four months. I then stayed an <em>extra</em> month after the programme finished because, as you can imagine, I didn’t want to leave. If it were up to me I’d still be there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some things I didn’t know before I arrived:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. They take your residence card photo <em>at the airport</em>. After a twelve hour flight. Keep in mind I had to show that card to people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. How to speak Japanese. You can get by with English well enough, but you’re honestly better off with some understanding of the language. I do a minor in Japanese in college so I actually had no excuse for having a level below say, a toddler’s.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Train stations have elevators. Cue me trying to lug three suitcases down a flight of stairs among a crowd of people fresh off the train. Please research when you travel beforehand, or even just look around for more than two seconds. Don’t be like me.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Being a foreigner in a non-english speaking country isn’t an experience I’m all too familiar with. I’d only ever been to Ecuador and Panama several years before. I was a bit worried about how long it would take to settle in or if I’d get treated weirdly by strangers. I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals, or even foreigners in general, but thankfully I didn’t have any bad experiences like that throughout my entire trip. (Well, except for this one time this drunk salaryman tried to touch my hair.) As it turns out, once I got over the initial jetlag and stopped getting lost every time I stepped outside, things were pretty easy going. <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the next four months I’d be living in a student dorm in <em>Musashi-Kosugi</em>, roughly a fifteen minute walk away from the nearest train station (twenty for me, since I walk slower than the average human). There was a cafeteria, both a 7-eleven and a Lawson convenience store about two minutes away and a washing machine and dryer downstairs.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The ward office is kind of like the tax office here at home, except ten times as efficient.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As much as I would’ve liked to do some exploring within my first week, I was there for a study abroad programme and not a vacation. Most of the time was spent doing a bunch of (mostly unnecessary) orientation activities and ward office visits. The ward office is kind of like the tax office here at home, except ten times as efficient, the only downside being that all of the forms are in Japanese. To be honest, I think that’s a fair trade. You can go there in the morning and still have a reasonable chunk of your day left.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I think that speaks a lot for Japan on a whole, actually. Of course I only have a picture of Japan from the viewpoint of a tourist (or like, a super-tourist), so my experience is definitely rose-coloured. But still. You can buy hot drinks from vending machines. We should all be trying to live like that.<br></p>\n<!-- /wp:paragraph -->','japan 2','','inherit','closed','closed','','5266-revision-v1','','','2019-08-21 19:12:33','2019-08-22 00:12:33','',5266,'https://buzz-caribbean.com/article/5266-revision-v1/',0,'revision','',0),(5277,4,'2019-08-21 19:17:55','2019-08-22 00:17:55','<!-- wp:paragraph -->\n<p><em>Jamaicans have had a fascination with Japan for years with many immigrating to the Asian island for work or to study.</em> <em>Sarita and her twin sister wer     </em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a long time fan of <em>manga </em>and <em>anime</em>, one of my dreams was to go to Japan. I’m fairly sure that everyone that has a similar interest in Japanese media agrees that going to Japan is the ultimate achievement. Like a right of passage almost. So yeah, this year I did a study abroad programme in Japan for four months. I then stayed an <em>extra</em> month after the programme finished because, as you can imagine, I didn’t want to leave. If it were up to me I’d still be there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some things I didn’t know before I arrived:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. They take your residence card photo <em>at the airport</em>. After a twelve hour flight. Keep in mind I had to show that card to people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. How to speak Japanese. You can get by with English well enough, but you’re honestly better off with some understanding of the language. I do a minor in Japanese in college so I actually had no excuse for having a level below say, a toddler’s.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Train stations have elevators. Cue me trying to lug three suitcases down a flight of stairs among a crowd of people fresh off the train. Please research when you travel beforehand, or even just look around for more than two seconds. Don’t be like me.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Being a foreigner in a non-english speaking country isn’t an experience I’m all too familiar with. I’d only ever been to Ecuador and Panama several years before. I was a bit worried about how long it would take to settle in or if I’d get treated weirdly by strangers. I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals, or even foreigners in general, but thankfully I didn’t have any bad experiences like that throughout my entire trip. (Well, except for this one time this drunk salaryman tried to touch my hair.) As it turns out, once I got over the initial jetlag and stopped getting lost every time I stepped outside, things were pretty easy going.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the next four months I’d be living in a student dorm in <em>Musashi-Kosugi</em>, roughly a fifteen minute walk away from the nearest train station (twenty for me, since I walk slower than the average human). There was a cafeteria, both a 7-eleven and a Lawson convenience store about two minutes away and a washing machine and dryer downstairs.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The ward office is kind of like the tax office here at home, except ten times as efficient.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As much as I would’ve liked to do some exploring within my first week, I was there for a study abroad programme and not a vacation. Most of the time was spent doing a bunch of (mostly unnecessary) orientation activities and ward office visits. The ward office is kind of like the tax office here at home, except ten times as efficient, the only downside being that all of the forms are in Japanese. To be honest, I think that’s a fair trade. You can go there in the morning and still have a reasonable chunk of your day left.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I think that speaks a lot for Japan on a whole, actually. Of course I only have a picture of Japan from the viewpoint of a tourist (or like, a super-tourist), so my experience is definitely rose-coloured. But still. You can buy hot drinks from vending machines. We should all be trying to live like that.<br></p>\n<!-- /wp:paragraph -->','japan 2','','inherit','closed','closed','','5266-revision-v1','','','2019-08-21 19:17:55','2019-08-22 00:17:55','',5266,'https://buzz-caribbean.com/article/5266-revision-v1/',0,'revision','',0),(5278,11,'2019-08-21 19:19:38','2019-08-22 00:19:38','','Jinx And Baby','','inherit','open','closed','','jinx-and-baby','','','2019-08-21 19:19:38','2019-08-22 00:19:38','',5268,'https://buzz-caribbean.com/app/uploads/2019/08/Jinx-and-Baby.jpg',0,'attachment','image/jpeg',0),(5279,11,'2019-08-21 19:25:24','2019-08-22 00:25:24','<!-- wp:paragraph -->\n<p>It’s all cuddles and smiles, as Grammy award-winning entertainer Sean Paul and his wife, media personality, Jodi ‘Jinx’ Henriques, welcomed their bundle of joy yesterday morning. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5278,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jinx-and-Baby-1024x614.jpg\" alt=\"\" class=\"wp-image-5278\" /><figcaption>A delighted Jodi Henriques holds her newborn daughter Remi Leigh Henriques (Photo: Instagram — @jodijinx)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jodi shared the joyful news with her over 43,000 followers on the arrival of their daughter, Remi Leigh Henriques, through her Instagram story. Hearts fluttered with happiness for the family of three – with the couple’s 2-year-old son Levi Blaze, proudly embracing his new role as a big brother.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5273,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Levi-and-Remi-1.png\" alt=\"\" class=\"wp-image-5273\" /><figcaption>Levi embracing his baby sister Remi (Photo: Instagram — @jodijinx)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The vivacious Levi who has captured the hearts of many through his endearing antics showcased by Jodi on Instagram is seen showering his baby sister with lots of love, much to the delight of his parents. An ecstatic Sean Paul is heard in the background guiding Levi to be gentle while hugging his sister. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5274} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sean-Paul-1024x677.jpg\" alt=\"\" class=\"wp-image-5274\" /><figcaption>(Sean Paul — Photo: billboard.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <em>Gimmi Di Light</em> entertainer is set to enjoy another milestone accomplishment later this year, when he will be conferred with the Order of Distinction for his \"contribution to the global popularity of reggae music\" on October 21 at King’s House in Kingston, Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Let us know your reaction to Jodi’s adorable posts about baby Remi in the comments section.</em></strong></p>\n<!-- /wp:paragraph -->','Sean Paul and Jinx welcome new baby','','inherit','closed','closed','','5268-revision-v1','','','2019-08-21 19:25:24','2019-08-22 00:25:24','',5268,'https://buzz-caribbean.com/article/5268-revision-v1/',0,'revision','',0),(5280,11,'2019-08-21 19:28:01','2019-08-22 00:28:01','<!-- wp:paragraph -->\n<p>It’s all cuddles and smiles, as Grammy award-winning entertainer Sean Paul and his wife, media personality, Jodi ‘Jinx’ Henriques, welcomed their bundle of joy yesterday morning. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5278,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jinx-and-Baby-1024x614.jpg\" alt=\"\" class=\"wp-image-5278\" /><figcaption>A delighted Jodi Henriques holds her newborn daughter Remi Leigh Henriques (Photo: Instagram — @jodijinx)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jodi shared the joyful news with her over 43,000 followers on the arrival of baby, Remi Leigh Henriques, through her Instagram story. Hearts fluttered with happiness for the family of three – with the couple’s 2-year-old son Levi Blaze, proudly embracing his new role as a big brother.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5273,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Levi-and-Remi-1.png\" alt=\"\" class=\"wp-image-5273\" /><figcaption>Levi embracing his baby sister Remi (Photo: Instagram — @jodijinx)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The vivacious Levi who has captured the hearts of many through his endearing antics showcased by Jodi on Instagram is seen showering his baby sister with lots of love, much to the delight of his parents. An ecstatic Sean Paul is heard in the background guiding Levi to be gentle while hugging his sister. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5274} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sean-Paul-1024x677.jpg\" alt=\"\" class=\"wp-image-5274\" /><figcaption>(Sean Paul — Photo: billboard.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <em>Gimmi Di Light</em> entertainer is set to enjoy another milestone accomplishment later this year, when he will be conferred with the Order of Distinction for his \"contribution to the global popularity of reggae music\" on October 21 at King’s House in Kingston, Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Let us know your reaction to Jodi’s adorable posts about baby Remi in the comments section.</em></strong></p>\n<!-- /wp:paragraph -->','Sean Paul and Jinx welcome new baby','','inherit','closed','closed','','5268-revision-v1','','','2019-08-21 19:28:01','2019-08-22 00:28:01','',5268,'https://buzz-caribbean.com/article/5268-revision-v1/',0,'revision','',0),(5281,4,'2019-08-21 19:28:17','2019-08-22 00:28:17','<!-- wp:paragraph -->\n<p><em>Jamaicans have had a fascination with Japan for years with many immigrating to the Asian island for work or to study.</em> <i>Sarita Chen and her twin sister Gabrielle recently participated in a study programme in Japan country and seek to share their experience with BUZZ reader. </i>Below is Serita\'s experience in the Land of the Rising Sun. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a long time fan of <em>manga </em>and <em>anime</em>, one of my dreams was to go to Japan. I’m fairly sure that everyone that has a similar interest in Japanese media agrees that going to Japan is the ultimate achievement. Like a right of passage almost. So yeah, this year I did a study abroad programme in Japan for four months. I then stayed an <em>extra</em> month after the programme finished because, as you can imagine, I didn’t want to leave. If it were up to me I’d still be there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some things I didn’t know before I arrived:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. They take your residence card photo <em>at the airport</em>. After a twelve hour flight. Keep in mind I had to show that card to people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. How to speak Japanese. You can get by with English well enough, but you’re honestly better off with some understanding of the language. I do a minor in Japanese in college so I actually had no excuse for having a level below say, a toddler’s.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Train stations have elevators. Cue me trying to lug three suitcases down a flight of stairs among a crowd of people fresh off the train. Please research when you travel beforehand, or even just look around for more than two seconds. Don’t be like me.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Being a foreigner in a non-english speaking country isn’t an experience I’m all too familiar with. I’d only ever been to Ecuador and Panama several years before. I was a bit worried about how long it would take to settle in or if I’d get treated weirdly by strangers. I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals, or even foreigners in general, but thankfully I didn’t have any bad experiences like that throughout my entire trip. (Well, except for this one time this drunk salaryman tried to touch my hair.) As it turns out, once I got over the initial jetlag and stopped getting lost every time I stepped outside, things were pretty easy going.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the next four months I’d be living in a student dorm in <em>Musashi-Kosugi</em>, roughly a fifteen minute walk away from the nearest train station (twenty for me, since I walk slower than the average human). There was a cafeteria, both a 7-eleven and a Lawson convenience store about two minutes away and a washing machine and dryer downstairs.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The ward office is kind of like the tax office here at home, except ten times as efficient.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As much as I would’ve liked to do some exploring within my first week, I was there for a study abroad programme and not a vacation. Most of the time was spent doing a bunch of (mostly unnecessary) orientation activities and ward office visits. The ward office is kind of like the tax office here at home, except ten times as efficient, the only downside being that all of the forms are in Japanese. To be honest, I think that’s a fair trade. You can go there in the morning and still have a reasonable chunk of your day left.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I think that speaks a lot for Japan on a whole, actually. Of course I only have a picture of Japan from the viewpoint of a tourist (or like, a super-tourist), so my experience is definitely rose-coloured. But still. You can buy hot drinks from vending machines. We should all be trying to live like that.<br></p>\n<!-- /wp:paragraph -->','japan 2','','inherit','closed','closed','','5266-revision-v1','','','2019-08-21 19:28:17','2019-08-22 00:28:17','',5266,'https://buzz-caribbean.com/article/5266-revision-v1/',0,'revision','',0),(5282,4,'2019-08-21 19:33:26','2019-08-22 00:33:26','','sarita','','inherit','open','closed','','sarita','','','2019-08-21 19:33:26','2019-08-22 00:33:26','',5266,'https://buzz-caribbean.com/app/uploads/2019/08/sarita.jpeg',0,'attachment','image/jpeg',0),(5283,4,'2019-08-21 19:37:13','2019-08-22 00:37:13','<!-- wp:paragraph -->\n<p><em>Jamaicans have had a fascination with Japan for years with many immigrating to the Asian island for work or to study.</em> <i>Sarita Chen and her twin sister Gabrielle recently participated in a study programme in Japan country and seek to share their experience with BUZZ reader. </i><em>Below is Serita\'s experience in the Land of the Rising Sun. </em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5282} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-768x1024.jpeg\" alt=\"\" class=\"wp-image-5282\" /><figcaption>Sarita at one of the many tourist attractions in Japan.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a long time fan of <em>manga </em>and <em>anime</em>, one of my dreams was to go to Japan. I’m fairly sure that everyone that has a similar interest in Japanese media agrees that going to Japan is the ultimate achievement. Like a right of passage almost. So yeah, this year I did a study abroad programme in Japan for four months. I then stayed an <em>extra</em> month after the programme finished because, as you can imagine, I didn’t want to leave. If it were up to me I’d still be there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some things I didn’t know before I arrived:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. They take your residence card photo <em>at the airport</em>. After a twelve-hour flight. Keep in mind I had to show that card to people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. How to speak Japanese. You can get by with English well enough, but you’re honestly better off with some understanding of the language. I do a minor in Japanese in college so I actually had no excuse for having a level below say, a toddler’s.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Train stations have elevators. Cue me trying to lug three suitcases down a flight of stairs among a crowd of people fresh off the train. Please research when you travel beforehand, or even just look around for more than two seconds. Don’t be like me.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Being a foreigner in a non-english speaking country isn’t an experience I’m all too familiar with. I’d only ever been to Ecuador and Panama several years before. I was a bit worried about how long it would take to settle in or if I’d get treated weirdly by strangers. I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals, or even foreigners in general, but thankfully I didn’t have any bad experiences like that throughout my entire trip. (Well, except for this one time this drunk salaryman tried to touch my hair.) As it turns out, once I got over the initial jetlag and stopped getting lost every time I stepped outside, things were pretty easy going.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the next four months I’d be living in a student dorm in <em>Musashi-Kosugi</em>, roughly a fifteen minute walk away from the nearest train station (twenty for me, since I walk slower than the average human). There was a cafeteria, both a 7-eleven and a Lawson convenience store about two minutes away and a washing machine and dryer downstairs.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The ward office is kind of like the tax office here at home, except ten times as efficient.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As much as I would’ve liked to do some exploring within my first week, I was there for a study abroad programme and not a vacation. Most of the time was spent doing a bunch of (mostly unnecessary) orientation activities and ward office visits. The ward office is kind of like the tax office here at home, except ten times as efficient, the only downside being that all of the forms are in Japanese. To be honest, I think that’s a fair trade. You can go there in the morning and still have a reasonable chunk of your day left.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I think that speaks a lot for Japan on a whole, actually. Of course I only have a picture of Japan from the viewpoint of a tourist (or like, a super-tourist), so my experience is definitely rose-coloured. But still. You can buy hot drinks from vending machines. We should all be trying to live like that.<br></p>\n<!-- /wp:paragraph -->','japan 2','','inherit','closed','closed','','5266-revision-v1','','','2019-08-21 19:37:13','2019-08-22 00:37:13','',5266,'https://buzz-caribbean.com/article/5266-revision-v1/',0,'revision','',0),(5284,4,'2019-08-21 19:49:40','2019-08-22 00:49:40','','sarita-in-japan','','inherit','open','closed','','sarita-in-japan','','','2019-08-21 19:49:40','2019-08-22 00:49:40','',5266,'https://buzz-caribbean.com/app/uploads/2019/08/sarita-in-japan.jpeg',0,'attachment','image/jpeg',0),(5285,4,'2019-08-21 19:50:29','2019-08-22 00:50:29','','sarita-japan','','inherit','open','closed','','sarita-japan','','','2019-08-21 19:50:29','2019-08-22 00:50:29','',5266,'https://buzz-caribbean.com/app/uploads/2019/08/sarita-japan.jpeg',0,'attachment','image/jpeg',0),(5286,4,'2019-08-21 19:51:01','2019-08-22 00:51:01','<!-- wp:paragraph -->\n<p><em>Jamaicans have had a fascination with Japan for years with many immigrating to the Asian island for work or to study.</em> <i>Sarita Chen and her twin sister Gabrielle recently participated in a study programme in Japan country and seek to share their experience with BUZZ reader. </i><em>Below is Serita\'s experience in the Land of the Rising Sun. </em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5282} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-768x1024.jpeg\" alt=\"\" class=\"wp-image-5282\" /><figcaption>Sarita at one of the many tourist attractions in Japan.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a long time fan of <em>manga </em>and <em>anime</em>, one of my dreams was to go to Japan. I’m fairly sure that everyone that has a similar interest in Japanese media agrees that going to Japan is the ultimate achievement. Like a right of passage almost. So yeah, this year I did a study abroad programme in Japan for four months. I then stayed an <em>extra</em> month after the programme finished because, as you can imagine, I didn’t want to leave. If it were up to me I’d still be there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some things I didn’t know before I arrived:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>They take your residence card photo <em>at the airport</em>. After a twelve-hour flight. Keep in mind I had to show that card to people.</li><li>How to speak Japanese. You can get by with English well enough, but you’re honestly better off with some understanding of the language. I do a minor in Japanese in college so I actually had no excuse for having a level below say, a toddler’s.</li><li>Train stations have elevators. Cue me trying to lug three suitcases down a flight of stairs among a crowd of people fresh off the train. Please research when you travel beforehand, or even just look around for more than two seconds. Don’t be like me.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Being a foreigner in a non-english speaking country isn’t an experience I’m all too familiar with. I’d only ever been to Ecuador and Panama several years before. I was a bit worried about how long it would take to settle in or if I’d get treated weirdly by strangers. I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals, or even foreigners in general, but thankfully I didn’t have any bad experiences like that throughout my entire trip. (Well, except for this one time this drunk salaryman tried to touch my hair.) As it turns out, once I got over the initial jetlag and stopped getting lost every time I stepped outside, things were pretty easy going.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5284} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-in-japan-768x1024.jpeg\" alt=\"\" class=\"wp-image-5284\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For the next four months I’d be living in a student dorm in <em>Musashi-Kosugi</em>, roughly a fifteen minute walk away from the nearest train station (twenty for me, since I walk slower than the average human). There was a cafeteria, both a 7-eleven and a Lawson convenience store about two minutes away and a washing machine and dryer downstairs.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The ward office is kind of like the tax office here at home, except ten times as efficient.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As much as I would’ve liked to do some exploring within my first week, I was there for a study abroad programme and not a vacation. Most of the time was spent doing a bunch of (mostly unnecessary) orientation activities and ward office visits. The ward office is kind of like the tax office here at home, except ten times as efficient, the only downside being that all of the forms are in Japanese. To be honest, I think that’s a fair trade. You can go there in the morning and still have a reasonable chunk of your day left.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5285} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-japan-768x1024.jpeg\" alt=\"\" class=\"wp-image-5285\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>I think that speaks a lot for Japan on a whole, actually. Of course I only have a picture of Japan from the viewpoint of a tourist (or like, a super-tourist), so my experience is definitely rose-coloured. But still. You can buy hot drinks from vending machines. We should all be trying to live like that.<br></p>\n<!-- /wp:paragraph -->','japan 2','','inherit','closed','closed','','5266-revision-v1','','','2019-08-21 19:51:01','2019-08-22 00:51:01','',5266,'https://buzz-caribbean.com/article/5266-revision-v1/',0,'revision','',0),(5287,4,'2019-08-21 19:55:52','2019-08-22 00:55:52','<!-- wp:paragraph -->\n<p><em>Jamaicans have had a fascination with Japan for years with many immigrating to the Asian island for work or to study.</em> <i>Sarita Chen and her twin sister Gabrielle recently participated in a study programme in Japan and seek to share their experience with <strong>BUZZ </strong>reader. </i><em>Below is Serita\'s experience in the Land of the Rising Sun.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5282} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-768x1024.jpeg\" alt=\"\" class=\"wp-image-5282\" /><figcaption>Sarita at one of the many tourist attractions in Japan.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a long time fan of <em>manga </em>and <em>anime</em>, one of my dreams was to go to Japan. I’m fairly sure that everyone that has a similar interest in Japanese media agrees that going to Japan is the ultimate achievement. Like a right of passage almost. So yeah, this year I did a study abroad programme in Japan for four months. I then stayed an <em>extra</em> month after the programme finished because, as you can imagine, I didn’t want to leave. If it were up to me I’d still be there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some things I didn’t know before I arrived:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>They take your residence card photo <em>at the airport</em>. After a twelve-hour flight. Keep in mind I had to show that card to people.</li><li>How to speak Japanese. You can get by with English well enough, but you’re honestly better off with some understanding of the language. I do a minor in Japanese in college so I actually had no excuse for having a level below say, a toddler’s.</li><li>Train stations have elevators. Cue me trying to lug three suitcases down a flight of stairs among a crowd of people fresh off the train. Please research when you travel beforehand, or even just look around for more than two seconds. Don’t be like me.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Being a foreigner in a non-english speaking country isn’t an experience I’m all too familiar with. I’d only ever been to Ecuador and Panama several years before. I was a bit worried about how long it would take to settle in or if I’d get treated weirdly by strangers. I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals, or even foreigners in general, but thankfully I didn’t have any bad experiences like that throughout my entire trip. (Well, except for this one time this drunk salaryman tried to touch my hair.) As it turns out, once I got over the initial jetlag and stopped getting lost every time I stepped outside, things were pretty easy going.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5284} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-in-japan-768x1024.jpeg\" alt=\"\" class=\"wp-image-5284\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For the next four months I’d be living in a student dorm in <em>Musashi-Kosugi</em>, roughly a fifteen minute walk away from the nearest train station (twenty for me, since I walk slower than the average human). There was a cafeteria, both a 7-eleven and a Lawson convenience store about two minutes away and a washing machine and dryer downstairs.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The ward office is kind of like the tax office here at home, except ten times as efficient.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As much as I would’ve liked to do some exploring within my first week, I was there for a study abroad programme and not a vacation. Most of the time was spent doing a bunch of (mostly unnecessary) orientation activities and ward office visits. The ward office is kind of like the tax office here at home, except ten times as efficient, the only downside being that all of the forms are in Japanese. To be honest, I think that’s a fair trade. You can go there in the morning and still have a reasonable chunk of your day left.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5285} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-japan-768x1024.jpeg\" alt=\"\" class=\"wp-image-5285\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>I think that speaks a lot for Japan on a whole, actually. Of course I only have a picture of Japan from the viewpoint of a tourist (or like, a super-tourist), so my experience is definitely rose-coloured. But still. You can buy hot drinks from vending machines. We should all be trying to live like that.<br></p>\n<!-- /wp:paragraph -->','japan 2','','inherit','closed','closed','','5266-revision-v1','','','2019-08-21 19:55:52','2019-08-22 00:55:52','',5266,'https://buzz-caribbean.com/article/5266-revision-v1/',0,'revision','',0),(5288,4,'2019-08-21 19:56:31','2019-08-22 00:56:31','','Sarita Featured Image','','inherit','open','closed','','sarita-featured-image','','','2019-08-21 19:56:31','2019-08-22 00:56:31','',0,'https://buzz-caribbean.com/app/uploads/2019/08/sarita-featured-image.jpeg',0,'attachment','image/jpeg',0),(5290,4,'2019-08-21 20:06:29','2019-08-22 01:06:29','<!-- wp:paragraph -->\n<p><em>Jamaicans have had a fascination with Japan for years with many immigrating to the Asian island for work or to study.</em> <i>Sarita Chen and her twin sister Gabrielle recently participated in a study programme in Japan and seek to share their experience with <strong>BUZZ </strong>reader. </i><em>Below is Serita\'s experience in the Land of the Rising Sun.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5282} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-768x1024.jpeg\" alt=\"\" class=\"wp-image-5282\" /><figcaption>Sarita at one of the many tourist attractions in Japan.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a long time fan of <em>manga </em>and <em>anime</em>, one of my dreams was to go to Japan. I’m fairly sure that everyone that has a similar interest in Japanese media agrees that going to Japan is the ultimate achievement. Like a right of passage almost. So yeah, this year I did a study abroad programme in Japan for four months. I then stayed an <em>extra</em> month after the programme finished because, as you can imagine, I didn’t want to leave. If it were up to me I’d still be there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some things I didn’t know before I arrived:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>They take your residence card photo <em>at the airport</em>. After a twelve-hour flight. Keep in mind I had to show that card to people.</li><li>How to speak Japanese. You can get by with English well enough, but you’re honestly better off with some understanding of the language. I do a minor in Japanese in college so I actually had no excuse for having a level below say, a toddler’s.</li><li>Train stations have elevators. Cue me trying to lug three suitcases down a flight of stairs among a crowd of people fresh off the train. Please research when you travel beforehand, or even just look around for more than two seconds. Don’t be like me.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Being a foreigner in a non-english speaking country isn’t an experience I’m all too familiar with. I’d only ever been to Ecuador and Panama several years before. I was a bit worried about how long it would take to settle in or if I’d get treated weirdly by strangers. I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals, or even foreigners in general, but thankfully I didn’t have any bad experiences like that throughout my entire trip. (Well, except for this one time this drunk salaryman tried to touch my hair.) As it turns out, once I got over the initial jetlag and stopped getting lost every time I stepped outside, things were pretty easy going.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5284} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-in-japan-768x1024.jpeg\" alt=\"\" class=\"wp-image-5284\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For the next four months I’d be living in a student dorm in <em>Musashi-Kosugi</em>, roughly a fifteen minute walk away from the nearest train station (twenty for me, since I walk slower than the average human). There was a cafeteria, both a 7-eleven and a Lawson convenience store about two minutes away and a washing machine and dryer downstairs.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The ward office is kind of like the tax office here at home, except ten times as efficient.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As much as I would’ve liked to do some exploring within my first week, I was there for a study abroad programme and not a vacation. Most of the time was spent doing a bunch of (mostly unnecessary) orientation activities and ward office visits. The ward office is kind of like the tax office here at home, except ten times as efficient, the only downside being that all of the forms are in Japanese. To be honest, I think that’s a fair trade. You can go there in the morning and still have a reasonable chunk of your day left.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5285} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-japan-768x1024.jpeg\" alt=\"\" class=\"wp-image-5285\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>I think that speaks a lot for Japan on a whole, actually. Of course I only have a picture of Japan from the viewpoint of a tourist (or like, a super-tourist), so my experience is definitely rose-coloured. But still. You can buy hot drinks from vending machines. We should all be trying to live like that.<br></p>\n<!-- /wp:paragraph -->','A Yaadie in love with Japan shares her experience after visiting the land of the rising sun','','inherit','closed','closed','','5266-revision-v1','','','2019-08-21 20:06:29','2019-08-22 01:06:29','',5266,'https://buzz-caribbean.com/article/5266-revision-v1/',0,'revision','',0),(5291,4,'2019-08-21 20:06:58','2019-08-22 01:06:58','<!-- wp:paragraph -->\n<p><em>Jamaicans have had a fascination with Japan for years with many immigrating to the Asian island for work or to study.</em> <i>Sarita Chen and her twin sister Gabrielle recently participated in a study programme in Japan and seek to share their experience with <strong>BUZZ </strong>reader. </i><em>Below is Serita\'s experience in the Land of the Rising Sun.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5282} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-768x1024.jpeg\" alt=\"\" class=\"wp-image-5282\" /><figcaption>Sarita at one of the many tourist attractions in Japan.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a long time fan of <em>manga </em>and <em>anime</em>, one of my dreams was to go to Japan. I’m fairly sure that everyone that has a similar interest in Japanese media agrees that going to Japan is the ultimate achievement. Like a right of passage almost. So yeah, this year I did a study abroad programme in Japan for four months. I then stayed an <em>extra</em> month after the programme finished because, as you can imagine, I didn’t want to leave. If it were up to me I’d still be there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some things I didn’t know before I arrived:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>They take your residence card photo <em>at the airport</em>. After a twelve-hour flight. Keep in mind I had to show that card to people.</li><li>How to speak Japanese. You can get by with English well enough, but you’re honestly better off with some understanding of the language. I do a minor in Japanese in college so I actually had no excuse for having a level below say, a toddler’s.</li><li>Train stations have elevators. Cue me trying to lug three suitcases down a flight of stairs among a crowd of people fresh off the train. Please research when you travel beforehand, or even just look around for more than two seconds. Don’t be like me.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Being a foreigner in a non-english speaking country isn’t an experience I’m all too familiar with. I’d only ever been to Ecuador and Panama several years before. I was a bit worried about how long it would take to settle in or if I’d get treated weirdly by strangers. I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals, or even foreigners in general, but thankfully I didn’t have any bad experiences like that throughout my entire trip. (Well, except for this one time this drunk salaryman tried to touch my hair.) As it turns out, once I got over the initial jetlag and stopped getting lost every time I stepped outside, things were pretty easy going.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5284} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-in-japan-768x1024.jpeg\" alt=\"\" class=\"wp-image-5284\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For the next four months I’d be living in a student dorm in <em>Musashi-Kosugi</em>, roughly a fifteen minute walk away from the nearest train station (twenty for me, since I walk slower than the average human). There was a cafeteria, both a 7-eleven and a Lawson convenience store about two minutes away and a washing machine and dryer downstairs.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The ward office is kind of like the tax office here at home, except ten times as efficient.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As much as I would’ve liked to do some exploring within my first week, I was there for a study abroad programme and not a vacation. Most of the time was spent doing a bunch of (mostly unnecessary) orientation activities and ward office visits. The ward office is kind of like the tax office here at home, except ten times as efficient, the only downside being that all of the forms are in Japanese. To be honest, I think that’s a fair trade. You can go there in the morning and still have a reasonable chunk of your day left.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5285} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-japan-768x1024.jpeg\" alt=\"\" class=\"wp-image-5285\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>I think that speaks a lot for Japan on a whole, actually. Of course I only have a picture of Japan from the viewpoint of a tourist (or like, a super-tourist), so my experience is definitely rose-coloured. But still. You can buy hot drinks from vending machines. We should all be trying to live like that.<br></p>\n<!-- /wp:paragraph -->','A Yaadie in love with Japan shares her experience after visiting the Land of the Rising Sun','','inherit','closed','closed','','5266-revision-v1','','','2019-08-21 20:06:58','2019-08-22 01:06:58','',5266,'https://buzz-caribbean.com/article/5266-revision-v1/',0,'revision','',0),(5293,4,'2019-08-21 20:11:13','2019-08-22 01:11:13','<!-- wp:paragraph -->\n<p><em>Jamaicans have had a fascination with Japan for years with many immigrating to the Asian island for work or to study.</em> <i>Sarita Chen and her twin sister Gabrielle recently participated in a study programme in Japan and seek to share their experience with <strong>BUZZ </strong>reader. </i><em>Below is Serita\'s experience in the Land of the Rising Sun.</em> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5282} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-768x1024.jpeg\" alt=\"\" class=\"wp-image-5282\" /><figcaption>Sarita at one of the many tourist attractions in Japan.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a long time fan of <em>manga </em>and <em>anime</em>, one of my dreams was to go to Japan. I’m fairly sure that everyone that has a similar interest in Japanese media agrees that going to Japan is the ultimate achievement. Like a right of passage almost. So yeah, this year I did a study abroad programme in Japan for four months. I then stayed an <em>extra</em> month after the programme finished because, as you can imagine, I didn’t want to leave. If it were up to me I’d still be there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some things I didn’t know before I arrived:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>They take your residence card photo <em>at the airport</em>. After a twelve-hour flight. Keep in mind I had to show that card to people.</li><li>How to speak Japanese. You can get by with English well enough, but you’re honestly better off with some understanding of the language. I do a minor in Japanese in college so I actually had no excuse for having a level below say, a toddler’s.</li><li>Train stations have elevators. Cue me trying to lug three suitcases down a flight of stairs among a crowd of people fresh off the train. Please research when you travel beforehand, or even just look around for more than two seconds. Don’t be like me.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Being a foreigner in a non-english speaking country isn’t an experience I’m all too familiar with. I’d only ever been to Ecuador and Panama several years before. I was a bit worried about how long it would take to settle in or if I’d get treated weirdly by strangers. I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals, or even foreigners in general, but thankfully I didn’t have any bad experiences like that throughout my entire trip. (Well, except for this one time this drunk salaryman tried to touch my hair.) As it turns out, once I got over the initial jetlag and stopped getting lost every time I stepped outside, things were pretty easy going.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5284} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-in-japan-768x1024.jpeg\" alt=\"\" class=\"wp-image-5284\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For the next four months I’d be living in a student dorm in <em>Musashi-Kosugi</em>, roughly a fifteen minute walk away from the nearest train station (twenty for me, since I walk slower than the average human). There was a cafeteria, both a 7-eleven and a Lawson convenience store about two minutes away and a washing machine and dryer downstairs.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The ward office is kind of like the tax office here at home, except ten times as efficient.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As much as I would’ve liked to do some exploring within my first week, I was there for a study abroad programme and not a vacation. Most of the time was spent doing a bunch of (mostly unnecessary) orientation activities and ward office visits. The ward office is kind of like the tax office here at home, except ten times as efficient, the only downside being that all of the forms are in Japanese. To be honest, I think that’s a fair trade. You can go there in the morning and still have a reasonable chunk of your day left.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5285} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-japan-768x1024.jpeg\" alt=\"\" class=\"wp-image-5285\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>I think that speaks a lot for Japan on a whole, actually. Of course I only have a picture of Japan from the viewpoint of a tourist (or like, a super-tourist), so my experience is definitely rose-coloured. But still. You can buy hot drinks from vending machines. We should all be trying to live like that.<br></p>\n<!-- /wp:paragraph -->','A Yaadie in love with Japan shares her experience after spending time in the Land of the Rising Sun','','inherit','closed','closed','','5266-revision-v1','','','2019-08-21 20:11:13','2019-08-22 01:11:13','',5266,'https://buzz-caribbean.com/article/5266-revision-v1/',0,'revision','',0),(5294,4,'2019-08-21 20:13:05','2019-08-22 01:13:05','<!-- wp:paragraph -->\n<p><em>Jamaicans have had a fascination with Japan for years with many immigrating to the Asian island for work or to study.</em> <i>Sarita Chen and her twin sister Gabrielle recently participated in a study programme in Japan and seek to share their experience with <strong>BUZZ </strong>reader. </i><em>Below is Serita\'s experience in the Land of the Rising Sun.</em> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5282} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-768x1024.jpeg\" alt=\"\" class=\"wp-image-5282\" /><figcaption>Sarita at one of the many tourist attractions in Japan.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a long time fan of <em>manga </em>and <em>anime</em>, one of my dreams was to go to Japan. I’m fairly sure that everyone that has a similar interest in Japanese media agrees that going to Japan is the ultimate achievement. Like a right of passage almost. So yeah, this year I did a study abroad programme in Japan for four months. I then stayed an <em>extra</em> month after the programme finished because, as you can imagine, I didn’t want to leave. If it were up to me I’d still be there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some things I didn’t know before I arrived:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>They take your residence card photo <em>at the airport</em>. After a twelve-hour flight. Keep in mind I had to show that card to people.</li><li>How to speak Japanese. You can get by with English well enough, but you’re honestly better off with some understanding of the language. I do a minor in Japanese in college so I actually had no excuse for having a level below say, a toddler’s.</li><li>Train stations have elevators. Cue me trying to lug three suitcases down a flight of stairs among a crowd of people fresh off the train. Please research when you travel beforehand, or even just look around for more than two seconds. Don’t be like me.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Being a foreigner in a non-english speaking country isn’t an experience I’m all too familiar with. I’d only ever been to Ecuador and Panama several years before. I was a bit worried about how long it would take to settle in or if I’d get treated weirdly by strangers. I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals, or even foreigners in general, but thankfully I didn’t have any bad experiences like that throughout my entire trip. (Well, except for this one time this drunk salaryman tried to touch my hair.) As it turns out, once I got over the initial jetlag and stopped getting lost every time I stepped outside, things were pretty easy going.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5284} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-in-japan-768x1024.jpeg\" alt=\"\" class=\"wp-image-5284\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For the next four months I’d be living in a student dorm in <em>Musashi-Kosugi</em>, roughly a fifteen minute walk away from the nearest train station (twenty for me, since I walk slower than the average human). There was a cafeteria, both a 7-eleven and a Lawson convenience store about two minutes away and a washing machine and dryer downstairs.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The ward office is kind of like the tax office here at home, except ten times as efficient.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As much as I would’ve liked to do some exploring within my first week, I was there for a study abroad programme and not a vacation. Most of the time was spent doing a bunch of (mostly unnecessary) orientation activities and ward office visits. The ward office is kind of like the tax office here at home, except ten times as efficient, the only downside being that all of the forms are in Japanese. To be honest, I think that’s a fair trade. You can go there in the morning and still have a reasonable chunk of your day left.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5285} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-japan-768x1024.jpeg\" alt=\"\" class=\"wp-image-5285\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>I think that speaks a lot for Japan on a whole, actually. Of course I only have a picture of Japan from the viewpoint of a tourist (or like, a super-tourist), so my experience is definitely rose-coloured. But still. You can buy hot drinks from vending machines. We should all be trying to live like that.<br></p>\n<!-- /wp:paragraph -->','A Yaadie in love with Japan opens up about her time in the Land of the Rising Sun','','inherit','closed','closed','','5266-revision-v1','','','2019-08-21 20:13:05','2019-08-22 01:13:05','',5266,'https://buzz-caribbean.com/article/5266-revision-v1/',0,'revision','',0),(5296,4,'2019-08-21 20:20:53','2019-08-22 01:20:53','<!-- wp:paragraph -->\n<p><em>Jamaicans have long been fascinated with Japan and many have gone to the Aisian islandto work or study  study.</em> <i>Sarita Chen and her twin sister Gabrielle recently participated in a study programme in Japan and seek to share their experience with <strong>BUZZ </strong>reader. </i><em>Below is Serita\'s experience in the Land of the Rising Sun.</em> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5282} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-768x1024.jpeg\" alt=\"\" class=\"wp-image-5282\" /><figcaption>Sarita at one of the many tourist attractions in Japan.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a long time fan of <em>manga </em>and <em>anime</em>, one of my dreams was to go to Japan. I’m fairly sure that everyone that has a similar interest in Japanese media agrees that going to Japan is the ultimate achievement. Like a right of passage almost. So yeah, this year I did a study abroad programme in Japan for four months. I then stayed an <em>extra</em> month after the programme finished because, as you can imagine, I didn’t want to leave. If it were up to me I’d still be there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some things I didn’t know before I arrived:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>They take your residence card photo <em>at the airport</em>. After a twelve-hour flight. Keep in mind I had to show that card to people.</li><li>How to speak Japanese. You can get by with English well enough, but you’re honestly better off with some understanding of the language. I do a minor in Japanese in college so I actually had no excuse for having a level below say, a toddler’s.</li><li>Train stations have elevators. Cue me trying to lug three suitcases down a flight of stairs among a crowd of people fresh off the train. Please research when you travel beforehand, or even just look around for more than two seconds. Don’t be like me.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Being a foreigner in a non-english speaking country isn’t an experience I’m all too familiar with. I’d only ever been to Ecuador and Panama several years before. I was a bit worried about how long it would take to settle in or if I’d get treated weirdly by strangers. I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals, or even foreigners in general, but thankfully I didn’t have any bad experiences like that throughout my entire trip. (Well, except for this one time this drunk salaryman tried to touch my hair.) As it turns out, once I got over the initial jetlag and stopped getting lost every time I stepped outside, things were pretty easy going.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5284} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-in-japan-768x1024.jpeg\" alt=\"\" class=\"wp-image-5284\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For the next four months I’d be living in a student dorm in <em>Musashi-Kosugi</em>, roughly a fifteen minute walk away from the nearest train station (twenty for me, since I walk slower than the average human). There was a cafeteria, both a 7-eleven and a Lawson convenience store about two minutes away and a washing machine and dryer downstairs.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The ward office is kind of like the tax office here at home, except ten times as efficient.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As much as I would’ve liked to do some exploring within my first week, I was there for a study abroad programme and not a vacation. Most of the time was spent doing a bunch of (mostly unnecessary) orientation activities and ward office visits. The ward office is kind of like the tax office here at home, except ten times as efficient, the only downside being that all of the forms are in Japanese. To be honest, I think that’s a fair trade. You can go there in the morning and still have a reasonable chunk of your day left.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5285} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-japan-768x1024.jpeg\" alt=\"\" class=\"wp-image-5285\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>I think that speaks a lot for Japan on a whole, actually. Of course I only have a picture of Japan from the viewpoint of a tourist (or like, a super-tourist), so my experience is definitely rose-coloured. But still. You can buy hot drinks from vending machines. We should all be trying to live like that.<br></p>\n<!-- /wp:paragraph -->','A Yaadie in love with Japan opens up about her time in the Land of the Rising Sun','','inherit','closed','closed','','5266-revision-v1','','','2019-08-21 20:20:53','2019-08-22 01:20:53','',5266,'https://buzz-caribbean.com/article/5266-revision-v1/',0,'revision','',0),(5297,21,'2019-08-22 06:38:40','2019-08-22 11:38:40','<!-- wp:image {\"id\":5300} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dwayne-the-rock-johnson-.jpg\" alt=\"\" class=\"wp-image-5300\" /><figcaption>Dwayne Johnson at the \'RAMPAGE\' European Premiere in 2018.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dwayne \'The Rock\' Johnson is the highest-paid actor of 2019, according to Forbes magazine\'s annual list.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 47-year-old actor and former professional wrestler made a whopping $89.4 million between June 1 2018 and June 1 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dwayne - who recently tied the knot with Lauren Hashian - made his impressive earnings thanks to his roles in high-grossing franchise movies such as <strong>Jumanji: Welcome to the Jungle</strong>, where he commands up to 15 per ent of the pool.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> The star also received an upfront salary of $23.5 million for the upcoming sequel <strong>Jumanji: The Next Level</strong>, and banks $700,000 per episode of HBO\'s <strong>Ballers</strong>, as well as making seven figures in royalties for his line of clothing, shoes and headphones with Under Armour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rounding out the top three highest-paid actors of 2019 are Chris Hemsworth, who earned $76.4 million and Robert Downey Jr., who banked $66 million, both of whom generated most of their revenue from the Marvel blockbuster <strong>Avengers: Endgame</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Here are the 10 highest-paid actors in 2019, according to Forbes magazine:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Dwayne \'The Rock\' Johnson: $89.4 million</li><li>Chris Hemsworth: $76.4 million</li><li>Robert Downey Jr: $66 million</li><li>Akshay Kumar: $65 million</li><li>Jackie Chan: $58 million</li><li>Bradley Cooper: $57 million</li><li>Adam Sandler: $57 million</li><li>Chris Evans: $43.5 million</li><li>Paul Rudd: $41 million</li><li>Will Smith: $35 million</li></ol>\n<!-- /wp:list -->','Dwayne Johnson tops highest-paid actors list','','publish','open','closed','','dwayne-johnson-tops-highest-paid-actors-list','','','2019-08-21 20:51:22','2019-08-22 01:51:22','',0,'https://buzz-caribbean.com/?p=5297',0,'post','',0),(5298,4,'2019-08-21 20:36:15','2019-08-22 01:36:15','<!-- wp:paragraph -->\n<p>Dwayne Johnson tops highest-paid actors list\n              \n\n<br><br><strong>6:21pm 21/08/2019</strong><br><br>\n\nDwayne \'The Rock\' Johnson is the highest-paid actor of 2019, according to Forbes magazine\'s annual list.\n\n<br>\n\nDwayne \'The Rock\' Johnson is the highest-paid actor of 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nThe 47-year-old actor and former professional wrestler has topped Forbes magazine\'s list of the highest-paid actors in the world, after having made a whopping $89.4 million between June 1 2018 and June 1 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nDwayne - who recently tied the knot with Lauren Hashian - made his impressive earnings thanks to his roles in high-grossing franchise movies such as \'Jumanji: Welcome to the Jungle\', where he commands up to 15 percent of the pool.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nThe star also received an upfront salary of $23.5 million for the upcoming \'Jumanji\' sequel \'Jumanji: The Next Level\', and banks $700,000 per episode of HBO\'s \'Ballers\', as well as making seven figures in royalties for his line of clothing, shoes and headphones with Under Armour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nRounding out the top three highest-paid actors of 2019 are Chris Hemsworth, who earned $76.4 million and Robert Downey Jr., who banked $66 million, both of whom generated most of their revenue from the Marvel blockbuster \'Avengers: Endgame\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nBradley Cooper, Chris Evans, and Paul Rudd also saw themselves in the top 10 thanks to their roles in the movie, as they came in at sixth, eighth, and ninth places respectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nEntertainment lawyer David Chidekel told Forbes: \"Celebrities such as Downey and (Scarlett) Johansson currently have extreme leverage to demand enormous compensation packages from studios investing hundreds of millions of dollars in making tent-pole films, such as the \'Avengers\' series.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nBradley - who voices Rocket Raccoon in the \'Avengers\' and \'Guardians of the Galaxy\' franchises - also received a chunk of his revenue from \'A Star is Born\' and shared sixth place with comedic actor Adam Sandler.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Here are the 10 highest-paid actors in 2019, according to Forbes magazine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>\nForbes magazine\'s highest-paid actors of 2019:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n1. Dwayne \'The Rock\' Johnson: $89.4 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n2. Chris Hemsworth: $76.4 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n3. Robert Downey Jr: $66 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n4. Akshay Kumar: $65 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n5. Jackie Chan: $58 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n6. Bradley Cooper: $57 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n6. Adam Sandler: $57 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n8. Chris Evans: $43.5 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n9. Paul Rudd: $41 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n10. Will Smith: $35 million</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','5297-revision-v1','','','2019-08-21 20:36:15','2019-08-22 01:36:15','',5297,'https://buzz-caribbean.com/article/5297-revision-v1/',0,'revision','',0),(5299,4,'2019-08-21 20:36:40','2019-08-22 01:36:40','<!-- wp:paragraph -->\n<p>Dwayne Johnson tops highest-paid actors list\n              \n\n<br><br><strong>6:21pm 21/08/2019</strong><br><br>\n\nDwayne \'The Rock\' Johnson is the highest-paid actor of 2019, according to Forbes magazine\'s annual list.\n\n<br>\n\nDwayne \'The Rock\' Johnson is the highest-paid actor of 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nThe 47-year-old actor and former professional wrestler has topped Forbes magazine\'s list of the highest-paid actors in the world, after having made a whopping $89.4 million between June 1 2018 and June 1 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nDwayne - who recently tied the knot with Lauren Hashian - made his impressive earnings thanks to his roles in high-grossing franchise movies such as \'Jumanji: Welcome to the Jungle\', where he commands up to 15 percent of the pool.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nThe star also received an upfront salary of $23.5 million for the upcoming \'Jumanji\' sequel \'Jumanji: The Next Level\', and banks $700,000 per episode of HBO\'s \'Ballers\', as well as making seven figures in royalties for his line of clothing, shoes and headphones with Under Armour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nRounding out the top three highest-paid actors of 2019 are Chris Hemsworth, who earned $76.4 million and Robert Downey Jr., who banked $66 million, both of whom generated most of their revenue from the Marvel blockbuster \'Avengers: Endgame\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nBradley Cooper, Chris Evans, and Paul Rudd also saw themselves in the top 10 thanks to their roles in the movie, as they came in at sixth, eighth, and ninth places respectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nEntertainment lawyer David Chidekel told Forbes: \"Celebrities such as Downey and (Scarlett) Johansson currently have extreme leverage to demand enormous compensation packages from studios investing hundreds of millions of dollars in making tent-pole films, such as the \'Avengers\' series.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nBradley - who voices Rocket Raccoon in the \'Avengers\' and \'Guardians of the Galaxy\' franchises - also received a chunk of his revenue from \'A Star is Born\' and shared sixth place with comedic actor Adam Sandler.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Here are the 10 highest-paid actors in 2019, according to Forbes magazine</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>\nForbes magazine\'s highest-paid actors of 2019:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n1. Dwayne \'The Rock\' Johnson: $89.4 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n2. Chris Hemsworth: $76.4 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n3. Robert Downey Jr: $66 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n4. Akshay Kumar: $65 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n5. Jackie Chan: $58 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n6. Bradley Cooper: $57 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n6. Adam Sandler: $57 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n8. Chris Evans: $43.5 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n9. Paul Rudd: $41 million</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n10. Will Smith: $35 million</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','5297-revision-v1','','','2019-08-21 20:36:40','2019-08-22 01:36:40','',5297,'https://buzz-caribbean.com/article/5297-revision-v1/',0,'revision','',0),(5300,4,'2019-08-21 20:41:52','2019-08-22 01:41:52','','NORESTRICTIONS','Dwayne Johnson attends the \'RAMPAGE\' European Premiere on Wednesday 11th April 2018, held at CINEWORLD, Leicester Square London, ENGLAND.\r\rBANG MEDIA INTERNATIONAL FAMOUS PICTURES 28 HOLMES ROAD LONDON NW5 3AB UNITED KINGDOM tel +44 (0) 02 7485 1005 email: pictures@famous.uk.com','inherit','open','closed','','norestrictions-4','','','2019-08-21 20:41:52','2019-08-22 01:41:52','',5297,'https://buzz-caribbean.com/app/uploads/2019/08/dwayne-the-rock-johnson-.jpg',0,'attachment','image/jpeg',0),(5301,4,'2019-08-21 20:51:22','2019-08-22 01:51:22','<!-- wp:image {\"id\":5300} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dwayne-the-rock-johnson-.jpg\" alt=\"\" class=\"wp-image-5300\" /><figcaption>Dwayne Johnson at the \'RAMPAGE\' European Premiere in 2018.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dwayne \'The Rock\' Johnson is the highest-paid actor of 2019, according to Forbes magazine\'s annual list.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 47-year-old actor and former professional wrestler made a whopping $89.4 million between June 1 2018 and June 1 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dwayne - who recently tied the knot with Lauren Hashian - made his impressive earnings thanks to his roles in high-grossing franchise movies such as <strong>Jumanji: Welcome to the Jungle</strong>, where he commands up to 15 per ent of the pool.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> The star also received an upfront salary of $23.5 million for the upcoming sequel <strong>Jumanji: The Next Level</strong>, and banks $700,000 per episode of HBO\'s <strong>Ballers</strong>, as well as making seven figures in royalties for his line of clothing, shoes and headphones with Under Armour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rounding out the top three highest-paid actors of 2019 are Chris Hemsworth, who earned $76.4 million and Robert Downey Jr., who banked $66 million, both of whom generated most of their revenue from the Marvel blockbuster <strong>Avengers: Endgame</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Here are the 10 highest-paid actors in 2019, according to Forbes magazine:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Dwayne \'The Rock\' Johnson: $89.4 million</li><li>Chris Hemsworth: $76.4 million</li><li>Robert Downey Jr: $66 million</li><li>Akshay Kumar: $65 million</li><li>Jackie Chan: $58 million</li><li>Bradley Cooper: $57 million</li><li>Adam Sandler: $57 million</li><li>Chris Evans: $43.5 million</li><li>Paul Rudd: $41 million</li><li>Will Smith: $35 million</li></ol>\n<!-- /wp:list -->','Dwayne Johnson tops highest-paid actors list','','inherit','closed','closed','','5297-revision-v1','','','2019-08-21 20:51:22','2019-08-22 01:51:22','',5297,'https://buzz-caribbean.com/article/5297-revision-v1/',0,'revision','',0),(5302,4,'2019-08-22 07:28:51','2019-08-22 12:28:51','<!-- wp:paragraph -->\n<p><em>Jamaicans have long been fascinated with Japan and many have gone to the Asian island to work or study.</em> <i>Sarita Chen and her twin sister Gabrielle recently participated in a study programme in Japan and seek to share their experience with <strong>BUZZ </strong>reader. </i><em>Below is Sarita\'s experience in the Land of the Rising Sun.</em> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5282} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-768x1024.jpeg\" alt=\"\" class=\"wp-image-5282\" /><figcaption>Sarita at one of the many tourist attractions in Japan.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a long time fan of <em>manga </em>and <em>anime</em>, one of my dreams was to go to Japan. I’m fairly sure that everyone that has a similar interest in Japanese media agrees that going to Japan is the ultimate achievement. Like a right of passage almost. So yeah, this year I did a study abroad programme in Japan for four months. I then stayed an <em>extra</em> month after the programme finished because, as you can imagine, I didn’t want to leave. If it were up to me I’d still be there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some things I didn’t know before I arrived:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>They take your residence card photo <em>at the airport</em>. After a twelve-hour flight. Keep in mind I had to show that card to people.</li><li>How to speak Japanese. You can get by with English well enough, but you’re honestly better off with some understanding of the language. I do a minor in Japanese in college so I actually had no excuse for having a level below say, a toddler’s.</li><li>Train stations have elevators. Cue me trying to lug three suitcases down a flight of stairs among a crowd of people fresh off the train. Please research when you travel beforehand, or even just look around for more than two seconds. Don’t be like me.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Being a foreigner in a non-english speaking country isn’t an experience I’m all too familiar with. I’d only ever been to Ecuador and Panama several years before. I was a bit worried about how long it would take to settle in or if I’d get treated weirdly by strangers. I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals, or even foreigners in general, but thankfully I didn’t have any bad experiences like that throughout my entire trip. (Well, except for this one time this drunk salaryman tried to touch my hair.) As it turns out, once I got over the initial jetlag and stopped getting lost every time I stepped outside, things were pretty easy going.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5284} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-in-japan-768x1024.jpeg\" alt=\"\" class=\"wp-image-5284\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For the next four months I’d be living in a student dorm in <em>Musashi-Kosugi</em>, roughly a fifteen minute walk away from the nearest train station (twenty for me, since I walk slower than the average human). There was a cafeteria, both a 7-eleven and a Lawson convenience store about two minutes away and a washing machine and dryer downstairs.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The ward office is kind of like the tax office here at home, except ten times as efficient.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As much as I would’ve liked to do some exploring within my first week, I was there for a study abroad programme and not a vacation. Most of the time was spent doing a bunch of (mostly unnecessary) orientation activities and ward office visits. The ward office is kind of like the tax office here at home, except ten times as efficient, the only downside being that all of the forms are in Japanese. To be honest, I think that’s a fair trade. You can go there in the morning and still have a reasonable chunk of your day left.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5285} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-japan-768x1024.jpeg\" alt=\"\" class=\"wp-image-5285\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>I think that speaks a lot for Japan on a whole, actually. Of course I only have a picture of Japan from the viewpoint of a tourist (or like, a super-tourist), so my experience is definitely rose-coloured. But still. You can buy hot drinks from vending machines. We should all be trying to live like that.<br></p>\n<!-- /wp:paragraph -->','A Yaadie in love with Japan opens up about her time in the Land of the Rising Sun','','inherit','closed','closed','','5266-revision-v1','','','2019-08-22 07:28:51','2019-08-22 12:28:51','',5266,'https://buzz-caribbean.com/article/5266-revision-v1/',0,'revision','',0),(5303,4,'2019-08-22 07:30:04','2019-08-22 12:30:04','<!-- wp:paragraph -->\n<p><em>Jamaicans have long been fascinated with Japan and many have gone to the Asian island to work or study.</em> <i>Sarita Chen and her twin sister Gabrielle recently participated in a study programme in Japan and seek to share their experience with <strong>BUZZ </strong>readers. </i><em>Below is </em><i>an account of </i><em>Sarita\'s experience in the Land of the Rising Sun.</em> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5282} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-768x1024.jpeg\" alt=\"\" class=\"wp-image-5282\" /><figcaption>Sarita at one of the many tourist attractions in Japan.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a long time fan of <em>manga </em>and <em>anime</em>, one of my dreams was to go to Japan. I’m fairly sure that everyone that has a similar interest in Japanese media agrees that going to Japan is the ultimate achievement. Like a right of passage almost. So yeah, this year I did a study abroad programme in Japan for four months. I then stayed an <em>extra</em> month after the programme finished because, as you can imagine, I didn’t want to leave. If it were up to me I’d still be there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some things I didn’t know before I arrived:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>They take your residence card photo <em>at the airport</em>. After a twelve-hour flight. Keep in mind I had to show that card to people.</li><li>How to speak Japanese. You can get by with English well enough, but you’re honestly better off with some understanding of the language. I do a minor in Japanese in college so I actually had no excuse for having a level below say, a toddler’s.</li><li>Train stations have elevators. Cue me trying to lug three suitcases down a flight of stairs among a crowd of people fresh off the train. Please research when you travel beforehand, or even just look around for more than two seconds. Don’t be like me.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Being a foreigner in a non-english speaking country isn’t an experience I’m all too familiar with. I’d only ever been to Ecuador and Panama several years before. I was a bit worried about how long it would take to settle in or if I’d get treated weirdly by strangers. I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals, or even foreigners in general, but thankfully I didn’t have any bad experiences like that throughout my entire trip. (Well, except for this one time this drunk salaryman tried to touch my hair.) As it turns out, once I got over the initial jetlag and stopped getting lost every time I stepped outside, things were pretty easy going.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5284} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-in-japan-768x1024.jpeg\" alt=\"\" class=\"wp-image-5284\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For the next four months I’d be living in a student dorm in <em>Musashi-Kosugi</em>, roughly a fifteen minute walk away from the nearest train station (twenty for me, since I walk slower than the average human). There was a cafeteria, both a 7-eleven and a Lawson convenience store about two minutes away and a washing machine and dryer downstairs.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The ward office is kind of like the tax office here at home, except ten times as efficient.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As much as I would’ve liked to do some exploring within my first week, I was there for a study abroad programme and not a vacation. Most of the time was spent doing a bunch of (mostly unnecessary) orientation activities and ward office visits. The ward office is kind of like the tax office here at home, except ten times as efficient, the only downside being that all of the forms are in Japanese. To be honest, I think that’s a fair trade. You can go there in the morning and still have a reasonable chunk of your day left.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5285} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-japan-768x1024.jpeg\" alt=\"\" class=\"wp-image-5285\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>I think that speaks a lot for Japan on a whole, actually. Of course I only have a picture of Japan from the viewpoint of a tourist (or like, a super-tourist), so my experience is definitely rose-coloured. But still. You can buy hot drinks from vending machines. We should all be trying to live like that.<br></p>\n<!-- /wp:paragraph -->','A Yaadie in love with Japan opens up about her time in the Land of the Rising Sun','','inherit','closed','closed','','5266-revision-v1','','','2019-08-22 07:30:04','2019-08-22 12:30:04','',5266,'https://buzz-caribbean.com/article/5266-revision-v1/',0,'revision','',0),(5304,4,'2019-08-22 07:33:06','2019-08-22 12:33:06','<!-- wp:paragraph -->\n<p><em>Jamaicans have long been fascinated with Japan and many have gone to the Asian island to work or study.</em> <i>Sarita Chen and her twin sister Gabrielle recently participated in a study programme in Japan and seek to share their experience with <strong>BUZZ </strong>readers. </i><em>Below is </em><i>an account of </i><em>Sarita\'s experience in the Land of the Rising Sun.</em> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5282} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-768x1024.jpeg\" alt=\"\" class=\"wp-image-5282\" /><figcaption>Sarita at one of the many tourist attractions in Japan.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a long time fan of <em>manga </em>and <em>anime</em>, one of my dreams was to go to Japan. I’m fairly sure that everyone that has a similar interest in Japanese media agrees that going to Japan is the ultimate achievement. Like a right of passage almost. So yeah, this year I did a study abroad programme in Japan for four months. I then stayed an <em>extra</em> month after the programme finished because, as you can imagine, I didn’t want to leave. If it were up to me I’d still be there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some things I didn’t know before I arrived:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>They take your residence card photo <em>at the airport</em>. After a twelve-hour flight. Keep in mind I had to show that card to people.</li><li>How to speak Japanese. You can get by with English well enough, but you’re honestly better off with some understanding of the language. I do a minor in Japanese in college so I actually had no excuse for having a level below say, a toddler’s.</li><li>Train stations have elevators. Cue me trying to lug three suitcases down a flight of stairs among a crowd of people fresh off the train. Please research when you travel beforehand, or even just look around for more than two seconds. Don’t be like me.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Being a foreigner in a non-english speaking country isn’t an experience I’m all too familiar with. I’d only ever been to Ecuador and Panama several years before. I was a bit worried about how long it would take to settle in or if I’d get treated weirdly by strangers. I’ve definitely heard of one or two cases where non-white foreigners were treated oddly by locals, or even foreigners in general, but thankfully I didn’t have any bad experiences like that throughout my entire trip. (Well, except for this one time this drunk salaryman tried to touch my hair.) As it turns out, once I got over the initial jetlag and stopped getting lost every time I stepped outside, things were pretty easy going.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5284} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-in-japan-768x1024.jpeg\" alt=\"\" class=\"wp-image-5284\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For the next four months I’d be living in a student dorm in <em>Musashi-Kosugi</em>, roughly a fifteen minute walk away from the nearest train station (twenty for me, since I walk slower than the average human). There was a cafeteria, both a 7-eleven and a Lawson convenience store about two minutes away and a washing machine and dryer downstairs.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The ward office is kind of like the tax office here at home, except ten times as efficient.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As much as I would’ve liked to do some exploring within my first week, I was there for a study abroad programme and not a vacation. Most of the time was spent doing a bunch of (mostly unnecessary) orientation activities and ward office visits. The ward office is kind of like the tax office here at home, except ten times as efficient, the only downside being that all of the forms are in Japanese. To be honest, I think that’s a fair trade. You can go there in the morning and still have a reasonable chunk of your day left.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5285} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sarita-japan-768x1024.jpeg\" alt=\"\" class=\"wp-image-5285\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>I think that speaks a lot for Japan on a whole, actually. Of course, I only have a picture of Japan from the viewpoint of a tourist (or like, a super-tourist), so my experience is definitely rose-coloured. But still. You can buy hot drinks from vending machines. We should all be trying to live like that.</p>\n<!-- /wp:paragraph -->','A Yaadie in love with Japan opens up about her time in the Land of the Rising Sun','','inherit','closed','closed','','5266-revision-v1','','','2019-08-22 07:33:06','2019-08-22 12:33:06','',5266,'https://buzz-caribbean.com/article/5266-revision-v1/',0,'revision','',0),(5306,4,'2019-08-22 08:39:23','2019-08-22 13:39:23','<!-- wp:paragraph -->\n<p>Peter Bunting declared his intent to\nchallenge Dr. Peter Phillips for the presidency of the People’s National Party\n(PNP) in June – sending shockwaves through the political landscape.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4778} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-rise-united-launch-june-buzz-demo.jpg\" alt=\"\" class=\"wp-image-4778\" /><figcaption>PNP presidential aspirant Peter Bunting about to address hundreds gathered for the launch of his \'Rise United\' campaign in Manchester back in July (Photo: Facebook @PeterBunting,MP)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While not unheard of in the life of any\nparty leader, Bunting’s aspirations for the helm of the PNP could signal a new\nchapter in the party’s rich history.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Should Bunting win the presidential run-off\nelection in September, he would have achieved two firsts for the party: ousting\na sitting president, Dr. Peter Phillips, as well as having an incumbent PNP\nleader leave without becoming Prime Minister.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The PNP now has had five presidents over\nits colourful 80-year history, who, in most cases, have waited for their\npredecessor to step down.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4881} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnp-presidents-demo-buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-4881\" /><figcaption>(from top left) All five PNP Presidents: Norman Manley, Michael Manley, Percival James Patterson, Portia Simpson Miller and Dr. Peter Phillips. But could Peter Bunting be the party\'s sixth come September?   </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Before becoming president of the party, Dr. Peter Phillips made two attempts at capturing the presidency, once in 2006 when PJ Patterson stepped aside and again in 2008 when he challenged Portia Simpson-Miller.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As anticipation heightens for the September 7 elections leading up to the 81st annual conference, <strong>BUZZ</strong> presents some interesting facts about the history of the PNP presidency:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The birth of a movement</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It was the 1930s, and woefully unequal socioeconomic conditions gave way to widespread civil unrest across Jamaica. The People’s National Party was officially formed on August 28, 1938 at the Silver Slipper Club in Cross Roads, St. Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4779} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnp-logo-official-demo-buzz-1024x649.png\" alt=\"\" class=\"wp-image-4779\" /><figcaption>Photo: Wikipedia</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Birthed out of a need to mobilise the growing anti-colonial movement, the PNP was ‘founded’ by Osmond Theodore Fairclough, who first approached Norman Manley with a plan to form the party in 1936.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4780} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/osmond-theodore-fairclough-image.jpg\" alt=\"\" class=\"wp-image-4780\" /><figcaption>The founder of the PNP, Osmond Theodore Fairclough (Photo: Wikimedia Commons)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Following a decades-long tradition that is still upheld today, the PNP was publicly launched on September 18, 1938 to a crowd of 2,000 at the Ward Theatre in downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Six men were at the helm of the PNP when the party drafted and approved its constitution: Norman Manley, who was designated Chairman; H. P. Jacobs; Noel N. Nethersole; Howard F. Cooke; W. G. MacFarlane; and Reverend O. G. Penso – with Fairclough serving as the PNP’s first secretary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In its rich 80-year history, the PNP has had five presidents: Norman Manley, Michael Manley, Percival James Patterson, Portia Simpson Miller and currently, Dr. Peter Phillips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Norman Manley (PNP President, 1938-1969)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>As the party’s first president, Norman Manley served in his capacity between the years 1938 to 1969, during which time he became Jamaica’s first and only Premier leading up to independence from British rule.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4883} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/norman-manley-buzz-demo.jpg\" alt=\"\" class=\"wp-image-4883\" /><figcaption>The Rt. Excellent Norman Washington Manley (Photo: National Library of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Michael Manley (1969-1992)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Following Norman’s death, the mantle of party leader was handed down to Manley’s first son, Michael, who ushered in a new age of political charisma and appeal. Manley served as PNP president from 1969 to 1992.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4885} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/michael-manley-buzz-demo.jpg\" alt=\"\" class=\"wp-image-4885\" /><figcaption>Michael Manley (Photo: National Library of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Percival James \'PJ\' Patterson (1992-2006)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The values of Manley were not lost on PJ Patterson when he was elected president of the PNP in 1992, having ran one of the most successful political careers the Caribbean has ever seen. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4892} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pj-patterson-buzz-demo-1-1024x854.jpg\" alt=\"\" class=\"wp-image-4892\" /><figcaption>Photo: Facebook, @Honorable PJ-Patterson</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Patterson, who served as PNP president until 2006, was never defeated in a general election. He remained Prime Minister until his resignation from politics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Portia Simpson Miller (2006-2017)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Portia Simpson Miller became the PNP’s fourth president after beating out a crowded field to take over from Patterson, who resigned the post. A month later, she was installed as Jamaica’s first female Prime Minister. In 2008, Simpson Miller warded off her first challenge from Dr. Peter Phillips. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4896} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/portia-simpson-miller-demo-buzz-1024x640.jpg\" alt=\"\" class=\"wp-image-4896\" /><figcaption>Photo: Ebony Magazine</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Her leadership effectively ended in 2016 after the shock general election defeat to Andrew Holness and the Jamaica Labour Party (JLP). Mrs Simpson Miller remained PNP president until March 2017 when she stepped down</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Dr. Peter Phillips (2017-present?)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dr. Peter Phillips, since coming into the presidency in 2017, has sought to restore the stature of the PNP, with various degrees of success. <br> As the best performing minister Jamaican politics to date, a leading academic and respected businessman, Phillips and his leadership face its greatest challenge yet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4898} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dr-peter-phillips-buzz-demo-819x1024.jpg\" alt=\"\" class=\"wp-image-4898\" /><figcaption>Photo: Jamaica Information Service (JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Leading up to September 7, Dr. Phillips will have to convince weary delegates that he, and not Peter Bunting, is the right man to guide the PNP back to a familiar winning mindset. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! Who is best suited to lead the People\'s National Party (PNP) at this time? Dr. Peter Phillips or Peter Bunting? Sound off in the <strong>BUZZ</strong> comments section!!</p>\n<!-- /wp:paragraph -->','History of the presidency: Why Peter Bunting’s leadership challenge could change the PNP','','inherit','closed','closed','','4776-revision-v1','','','2019-08-22 08:39:23','2019-08-22 13:39:23','',4776,'https://buzz-caribbean.com/article/4776-revision-v1/',0,'revision','',0),(5307,11,'2019-08-22 08:45:10','2019-08-22 13:45:10','<!-- wp:image {\"id\":4995} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-official-3-1024x890.jpg\" alt=\"\" class=\"wp-image-4995\" /><figcaption>Koffee (Photo: OriginalKoffee.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Next-generation Reggae star Koffee kicked off her tour of the United States Tuesday, August 20 at the Roseland Theatre in Portland, Oregon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Toast</strong> singer is making her second stop in North America in as many months, after concluding a successful tour of Canada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4998} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/roseland-theatre-oregon-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-4998\" /><figcaption>The Roseland, a stomping ground for mega-stars such as Post Malone and Billie Eilish, will be Koffee\'s to command tonight! (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Koffee, who is a headliner on R&amp;B crooner Daniel Cesar’s <em>CASE STUDY tour</em>, will be at the <em>Roseland</em> into Wednesday; where the <strong>Rapture</strong> singjay is expected to again electrify the crowd.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Koffee\'s website, the <em>CASE STUDY tour </em>will continue along the US southwest coast, into the deep south, before heading north and ending in Cleveland, Ohio on September 25.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Koffee’s final stop on her US tour will be at the iconic House of Blues in downtown Cleveland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4996} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/house-of-blues-buzz-demo-1024x542.jpg\" alt=\"\" class=\"wp-image-4996\" /><figcaption>House of Blues, in all its glory (Photo: CooperCarry.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Earlier this month, Koffee’s North America tour saw her enchant fans in Canada. The fast-rising Jamaican talent shared her gratitude for the warm reception on Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1B8cWdH9HH/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1B8cWdH9HH/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->','Koffee kicks off US tour','','inherit','closed','closed','','4993-revision-v1','','','2019-08-22 08:45:10','2019-08-22 13:45:10','',4993,'https://buzz-caribbean.com/article/4993-revision-v1/',0,'revision','',0),(5308,21,'2019-08-22 10:00:27','2019-08-22 15:00:27','<!-- wp:image {\"id\":5309} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gabrielle-union-1.jpg\" alt=\"\" class=\"wp-image-5309\" /><figcaption>Gabrielle Union </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Gabrielle Union\'s daughter Kaavia\'s first word is \"bye\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'America\'s Got Talent\' judge welcomed her first child Kaavia - whom she has with husband Dwayne Wade - into the world via surrogate mother nine months ago, and has revealed the tot can now let people know when it\'s time to go, as she\'s learned how to say goodbye.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1ZudutHvSt/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1ZudutHvSt/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Gabrielle uploaded a video of Kaavia saying \"bye-bye\" on social media on Tuesday and later admitted that shunning the traditional first words of \"mama\" or \"dada\" just \"says it all\" about her tot\'s unique personality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to People magazine, she said: \"I thought saying \'Mom\' or \'Dad\' first was sort of natural, but then she started saying \'Bye,\' which says it all. She\'s very much her own person. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We say \'Hi\' and \'Hey\' so she kinda gets that, she says that pretty OK. But when we leave her, we say \'Bye-bye,\' and that\'s what stuck. And that\'s what is super clear. She\'s very articulate with the \'Bye-bye.\' \" </p>\n<!-- /wp:paragraph -->','Gabrielle Union\'s daughter says first word','','publish','open','closed','','gabrielle-unions-daughter-says-first-word','','','2019-08-22 10:00:27','2019-08-22 15:00:27','',0,'https://buzz-caribbean.com/?p=5308',0,'post','',0),(5309,9,'2019-08-22 09:57:09','2019-08-22 14:57:09','','at the \"Sleepless\" Los Angeles Premiere, Regal LA Live, Los Angeles, CA 01-05-17','Gabrielle Union\nat the \"Sleepless\" Los Angeles Premiere, Regal LA Live, Los Angeles, CA 01-05-17\nDavid Edwards/DailyCeleb.com 818-249-4998','inherit','open','closed','','at-the-sleepless-los-angeles-premiere-regal-la-live-los-angeles-ca-01-05-17','','','2019-08-22 09:59:21','2019-08-22 14:59:21','',5308,'https://buzz-caribbean.com/app/uploads/2019/08/gabrielle-union-1.jpg',0,'attachment','image/jpeg',0),(5310,9,'2019-08-22 09:59:32','2019-08-22 14:59:32','<!-- wp:image {\"id\":5309} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gabrielle-union-1.jpg\" alt=\"\" class=\"wp-image-5309\" /><figcaption>Gabrielle Union\rat the \"Sleepless\" Los Angeles Premiere, Regal LA Live, Los Angeles, CA 01-05-17\rDavid Edwards/DailyCeleb.com 818-249-4998</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Gabrielle Union\'s daughter Kaavia\'s first word is \"bye\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'America\'s Got Talent\' judge welcomed her first child Kaavia - whom she has with husband Dwayne Wade - into the world via surrogate mother nine months ago, and has revealed the tot can now let people know when it\'s time to go, as she\'s learned how to say goodbye.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1ZudutHvSt/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1ZudutHvSt/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Gabrielle uploaded a video of Kaavia saying \"bye-bye\" on social media on Tuesday and later admitted that shunning the traditional first words of \"mama\" or \"dada\" just \"says it all\" about her tot\'s unique personality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to People magazine, she said: \"I thought saying \'Mom\' or \'Dad\' first was sort of natural, but then she started saying \'Bye,\' which says it all. She\'s very much her own person. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We say \'Hi\' and \'Hey\' so she kinda gets that, she says that pretty OK. But when we leave her, we say \'Bye-bye,\' and that\'s what stuck. And that\'s what is super clear. She\'s very articulate with the \'Bye-bye.\' \" </p>\n<!-- /wp:paragraph -->','Gabrielle Union\'s daughter says first word','','inherit','closed','closed','','5308-revision-v1','','','2019-08-22 09:59:32','2019-08-22 14:59:32','',5308,'https://buzz-caribbean.com/article/5308-revision-v1/',0,'revision','',0),(5311,9,'2019-08-22 09:59:33','2019-08-22 14:59:33','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1ZudutHvSt/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1ZudutHvSt/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1ZudutHvSt/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">@kaaviajames speaks!!!! Get ready world. Next stop, #agt judges table! Bye bye.</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/gabunion/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Gabrielle Union-Wade</a> (@gabunion) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-20T22:12:19+00:00\">Aug 20, 2019 at 3:12pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','c33c3d8d42a07420bb175dcc90a565c1','','','2019-08-22 09:59:33','2019-08-22 14:59:33','',0,'https://buzz-caribbean.com/article/c33c3d8d42a07420bb175dcc90a565c1/',0,'oembed_cache','',0),(5312,9,'2019-08-22 09:59:58','2019-08-22 14:59:58','<!-- wp:image {\"id\":5309} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gabrielle-union-1.jpg\" alt=\"\" class=\"wp-image-5309\" /><figcaption>Gabrielle Union </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Gabrielle Union\'s daughter Kaavia\'s first word is \"bye\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'America\'s Got Talent\' judge welcomed her first child Kaavia - whom she has with husband Dwayne Wade - into the world via surrogate mother nine months ago, and has revealed the tot can now let people know when it\'s time to go, as she\'s learned how to say goodbye.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1ZudutHvSt/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1ZudutHvSt/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Gabrielle uploaded a video of Kaavia saying \"bye-bye\" on social media on Tuesday and later admitted that shunning the traditional first words of \"mama\" or \"dada\" just \"says it all\" about her tot\'s unique personality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to People magazine, she said: \"I thought saying \'Mom\' or \'Dad\' first was sort of natural, but then she started saying \'Bye,\' which says it all. She\'s very much her own person. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We say \'Hi\' and \'Hey\' so she kinda gets that, she says that pretty OK. But when we leave her, we say \'Bye-bye,\' and that\'s what stuck. And that\'s what is super clear. She\'s very articulate with the \'Bye-bye.\' \" </p>\n<!-- /wp:paragraph -->','Gabrielle Union\'s daughter says first word','','inherit','closed','closed','','5308-revision-v1','','','2019-08-22 09:59:58','2019-08-22 14:59:58','',5308,'https://buzz-caribbean.com/article/5308-revision-v1/',0,'revision','',0),(5313,23,'2019-08-22 10:57:42','2019-08-22 15:57:42','<!-- wp:image {\"id\":5321} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jc-lodge-and-Gin-Re-1-1024x732.jpg\" alt=\"\" class=\"wp-image-5321\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>JC Lodge has been a major figure in Jamaican entertainment for years.&nbsp;Now, she is mentoring her daughter, Gin Re to carry on the mantle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>JC Lodge is by no means a spent force and was the darling at the recent launch of Third World’s latest album, <strong>More Work To Be Done </strong>at the Bob Marley Museum in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The diva of Jamaican popular entertainment said her daughter was making major moves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>‘“We are encouraging her to find her own manager and agent because she is doing her own music form,” Lodge said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gin Re, was thankful for her mother’s influence. “Mom is a great writer. there is no better influence than her. It\'s coming. Stay tuned,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=MBiMZW5uw0I\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=MBiMZW5uw0I&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','JC Lodge and daughter making moves','','publish','open','closed','','jc-lodge-and-daughter-making-moves','','','2019-08-22 19:01:56','2019-08-23 00:01:56','',0,'https://buzz-caribbean.com/?p=5313',0,'post','',0),(5314,4,'2019-08-22 10:11:33','2019-08-22 15:11:33','<!-- wp:paragraph -->\n<p>JC Lodge has been a major figure in Jamaican entertainment for years. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now, she is mentoring her daughter, Gin Re to carry on the mantle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>JC Lodge is by no means a spent force and was the darling at the recent launch of Third World’s latest album, <strong>More Work To Be Done </strong>at the Bob Marley Museum in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The diva of Jamaican popular entertainment said her daughter was making major moves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>‘“We are encouraging her to find her own manager and agent because she is doing her own music her own music form,” Lodge said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gin Re, was thankful for her mother’s influence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Mom is a great writer. there is no better influence than her. It\'s coming. Stay tuned,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See video:</p>\n<!-- /wp:paragraph -->','JC Lodge and daughter making moves','','inherit','closed','closed','','5313-revision-v1','','','2019-08-22 10:11:33','2019-08-22 15:11:33','',5313,'https://buzz-caribbean.com/article/5313-revision-v1/',0,'revision','',0),(5315,14,'2019-08-22 10:22:43','2019-08-22 15:22:43','<!-- wp:paragraph -->\n<p>Peter Bunting declared his intent to\nchallenge Dr. Peter Phillips for the presidency of the People’s National Party\n(PNP) in June – sending shockwaves through the political landscape.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4778} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-rise-united-launch-june-buzz-demo.jpg\" alt=\"\" class=\"wp-image-4778\" /><figcaption>PNP presidential aspirant Peter Bunting about to address hundreds gathered for the launch of his \'Rise United\' campaign in Manchester back in July (Photo: Facebook @PeterBunting,MP)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While not unheard of in the life of any\nparty leader, Bunting’s aspirations for the helm of the PNP could signal a new\nchapter in the party’s rich history.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Should Bunting win the presidential run-off\nelection in September, he would have achieved two firsts for the party: ousting\na sitting president, Dr. Peter Phillips, as well as having an incumbent PNP\nleader leave without becoming Prime Minister.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The PNP now has had five presidents over\nits colourful 80-year history, who, in most cases, have waited for their\npredecessor to step down.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4881} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnp-presidents-demo-buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-4881\" /><figcaption>(from top left) All five PNP Presidents: Norman Manley, Michael Manley, Percival James Patterson, Portia Simpson Miller and Dr. Peter Phillips. But could Peter Bunting be the party\'s sixth come September?   </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Before&nbsp;becoming president of the party, Dr. Peter Phillips made two attempts at capturing the presidency, once in 2006 when PJ Patterson stepped aside and again in 2008 when he challenged Portia Simpson-Miller.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As anticipation heightens for the September 7 elections leading up to the 81st annual conference, <strong>BUZZ</strong> presents some interesting facts about the history of the PNP presidency:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The birth of a movement</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It was the 1930s, and woefully unequal socioeconomic conditions gave way to widespread civil unrest across Jamaica. The People’s National Party was officially formed on August 28, 1938 at the Silver Slipper Club in Cross Roads, St. Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4779} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnp-logo-official-demo-buzz-1024x649.png\" alt=\"\" class=\"wp-image-4779\" /><figcaption>Photo: Wikipedia</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Birthed out of a need to mobilise the growing anti-colonial movement, the PNP was ‘founded’ by Osmond Theodore Fairclough, who first approached Norman Manley with a plan to form the party in 1936.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4780} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/osmond-theodore-fairclough-image.jpg\" alt=\"\" class=\"wp-image-4780\" /><figcaption>The founder of the PNP, Osmond Theodore Fairclough (Photo: Wikimedia Commons)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Following a decades-long tradition that is still upheld today, the PNP was publicly launched on September 18, 1938 to a crowd of 2,000 at the Ward Theatre in downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Six men were at the helm of the PNP when the party drafted and approved its constitution: Norman Manley, who was designated Chairman; H. P. Jacobs; Noel N. Nethersole; Howard F. Cooke; W. G. MacFarlane; and Reverend O. G. Penso – with Fairclough serving as the PNP’s first secretary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In its rich 80-year history, the PNP has had five presidents: Norman Manley, Michael Manley, Percival James Patterson, Portia Simpson Miller and currently, Dr. Peter Phillips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Norman Manley (PNP President, 1938-1969)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>As the party’s first president, Norman Manley served in his capacity between the years 1938 to 1969, during which time he became Jamaica’s first and only Premier leading up to independence from British rule.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4883} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/norman-manley-buzz-demo.jpg\" alt=\"\" class=\"wp-image-4883\" /><figcaption>The Rt. Excellent Norman Washington Manley (Photo: National Library of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Michael Manley (1969-1992)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Following Norman’s death, the mantle of party leader was handed down to Manley’s first son, Michael, who ushered in a new age of political charisma and appeal. Manley served as PNP president from 1969 to 1992.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4885} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/michael-manley-buzz-demo.jpg\" alt=\"\" class=\"wp-image-4885\" /><figcaption>Michael Manley (Photo: National Library of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Percival James \'PJ\' Patterson (1992-2006)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The values of Manley were not lost on PJ Patterson when he was elected president of the PNP in 1992, having ran one of the most successful political careers the Caribbean has ever seen. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4892} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pj-patterson-buzz-demo-1-1024x854.jpg\" alt=\"\" class=\"wp-image-4892\" /><figcaption>Photo: Facebook, @Honorable PJ-Patterson</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Patterson, who served as PNP president until 2006, was never defeated in a general election. He remained Prime Minister until his resignation from politics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Portia Simpson Miller (2006-2017)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Portia Simpson Miller became the PNP’s fourth president after beating out a crowded field to take over from Patterson, who resigned the post. A month later, she was installed as Jamaica’s first female Prime Minister. In 2008, Simpson Miller warded off her first challenge from Dr. Peter Phillips. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4896} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/portia-simpson-miller-demo-buzz-1024x640.jpg\" alt=\"\" class=\"wp-image-4896\" /><figcaption>Photo: Ebony Magazine</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Her leadership effectively ended in 2016 after the shock general election defeat to Andrew Holness and the Jamaica Labour Party (JLP). Mrs Simpson Miller remained PNP president until March 2017 when she stepped down</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Dr. Peter Phillips (2017-present?)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dr. Peter Phillips, since coming into the presidency in 2017, has sought to restore the stature of the PNP, with various degrees of success. <br> As the best performing minister Jamaican politics to date, a leading academic and respected businessman, Phillips and his leadership face its greatest challenge yet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4898} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dr-peter-phillips-buzz-demo-819x1024.jpg\" alt=\"\" class=\"wp-image-4898\" /><figcaption>Photo: Jamaica Information Service (JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Leading up to September 7, Dr. Phillips will have to convince weary delegates that he, and not Peter Bunting, is the right man to guide the PNP back to a familiar winning mindset. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! Who is best suited to lead the People\'s National Party (PNP) at this time? Dr. Peter Phillips or Peter Bunting? Sound off in the <strong>BUZZ</strong> comments section!!</p>\n<!-- /wp:paragraph -->','History of the presidency: Why Peter Bunting’s leadership challenge could change the PNP','','inherit','closed','closed','','4776-revision-v1','','','2019-08-22 10:22:43','2019-08-22 15:22:43','',4776,'https://buzz-caribbean.com/article/4776-revision-v1/',0,'revision','',0),(5316,21,'2019-08-22 10:54:50','2019-08-22 15:54:50','<!-- wp:image {\"id\":5319} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/addiction-adult-capsule-mental-health-1024x683.jpg\" alt=\"\" class=\"wp-image-5319\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Calls are being made for the topic of mental health to be taught in schools across Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of these calls are coming from an organisation called Safe Space Jamaica, a mental health advocacy group. The members are looking into the idea based on a suggestion made recently by American actress and author Taraji Penda Henson. Henson, who studied acting at Howard University, is seen in a video posted on Safe Space Jamaica\'s Instagram page calling on school officials to look at teaching the topic of mental health to students. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“If we can teach children about sex education and physical education, why not mental health? That’s where we start attacking this issue - with the children,” said Henson.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bzvxweqh2PN/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bzvxweqh2PN/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>But a noted psychologist in Jamaica says he believes greater results would be reached if the topic of basic psychology was taught in educational institutions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Teaching about this topic would help children from a tender age to be aware of the issues surrounding mental health,” said Professor Federick Hickling, who currently works at the Caribbean Institute of Mental Health and Substance Abuse at the University of the West Indies, Mona. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier this year, it was reported that the suicide rate jumped by 30 per cent in Jamaica last year - moving from 47 deaths in 2017 to 61 in 2018. Medical experts said that many persons who committed suicide were suffering from some sort of depression or mental disorder.</p>\n<!-- /wp:paragraph -->','Teach kids about mental health, says advocacy group','','publish','open','closed','','teach-kids-about-mental-health-says-advocacy-group','','','2019-08-22 10:54:50','2019-08-22 15:54:50','',0,'https://buzz-caribbean.com/?p=5316',0,'post','',0),(5317,9,'2019-08-22 10:36:23','2019-08-22 15:36:23','<!-- wp:paragraph -->\n<p>Calls are being made for the topic of mental health to be taught in schools across Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of these calls are coming from an organisation called Safe Space Jamaica, a mental health advocacy group. The members are looking into the idea based on a suggestion made recently by American actress and author Taraji Penda Henson. Henson, who studied acting at Howard University, is seen in a video posted on the Safe Space Jamaica website calling on school officials to look at teaching the topic of mental health to students. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“If we can teach children about sex education and physical education, why not mental health? That’s where we start attacking this issue - with the children,” said Henson.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But a noted\npsychologist in Jamaica says he believes greater results would be reached if\nthe topic of basic psychology was taught in educational institutions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Teaching about this topic would help children from a tender age to be aware of the issues surrounding mental health,” said Professor Federick Hickling, who currently works at the Caribbean Institute of Mental Health and Substance Abuse at the University of the West Indies, Mona. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier this year, it was reported that the suicide rate jumped by 30 per cent in Jamaica last year - moving from 47 deaths in 2017 to 61 in 2018. Medical experts highlighted that many persons who committed suicide were suffering from some sort of depression or mental disorder.<br><br></p>\n<!-- /wp:paragraph -->','Teach kids about mental health, says advocacy group','','inherit','closed','closed','','5316-revision-v1','','','2019-08-22 10:36:23','2019-08-22 15:36:23','',5316,'https://buzz-caribbean.com/article/5316-revision-v1/',0,'revision','',0),(5318,9,'2019-08-22 10:42:22','2019-08-22 15:42:22','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/Bzvxweqh2PN/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/Bzvxweqh2PN/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/Bzvxweqh2PN/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">“We don’t talk about mental health, we don’t deal with it. For generations, we’ve been told it’s a weakness, to pray our problems away– and that’s just not gonna cut it.” . “If we can teach children about sex education and physical education, why not mental?” @tarajiphenson “That’s where we start attacking this issue: with the children.” . . ? Copyright: @cspan . . #MentalHealthMatters</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/safespaceja/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Safe Space JA</a> (@safespaceja) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-10T18:40:05+00:00\">Jul 10, 2019 at 11:40am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','fb03bf0323f1980b31090bf44c98ea38','','','2019-08-22 10:42:22','2019-08-22 15:42:22','',0,'https://buzz-caribbean.com/article/fb03bf0323f1980b31090bf44c98ea38/',0,'oembed_cache','',0),(5319,9,'2019-08-22 10:49:26','2019-08-22 15:49:26','','addiction-adult-capsule-mental-health','','inherit','open','closed','','addiction-adult-capsule-mental-health','','','2019-08-22 10:49:26','2019-08-22 15:49:26','',5316,'https://buzz-caribbean.com/app/uploads/2019/08/addiction-adult-capsule-mental-health.jpg',0,'attachment','image/jpeg',0),(5320,4,'2019-08-22 10:49:57','2019-08-22 15:49:57','','jc-lodge-and-Gin-Re','','inherit','open','closed','','jc-lodge-and-gin-re','','','2019-08-22 10:49:57','2019-08-22 15:49:57','',5313,'https://buzz-caribbean.com/app/uploads/2019/08/jc-lodge-and-Gin-Re.jpg',0,'attachment','image/jpeg',0),(5321,4,'2019-08-22 10:50:04','2019-08-22 15:50:04','','jc-lodge-and-Gin-Re-1','','inherit','open','closed','','jc-lodge-and-gin-re-1','','','2019-08-22 10:50:04','2019-08-22 15:50:04','',5313,'https://buzz-caribbean.com/app/uploads/2019/08/jc-lodge-and-Gin-Re-1.jpg',0,'attachment','image/jpeg',0),(5322,9,'2019-08-22 10:54:08','2019-08-22 15:54:08','<!-- wp:image {\"id\":5319} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/addiction-adult-capsule-mental-health-1024x683.jpg\" alt=\"\" class=\"wp-image-5319\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Calls are being made for the topic of mental health to be taught in schools across Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of these calls are coming from an organisation called Safe Space Jamaica, a mental health advocacy group. The members are looking into the idea based on a suggestion made recently by American actress and author Taraji Penda Henson. Henson, who studied acting at Howard University, is seen in a video posted on Safe Space Jamaica\'s Instagram page calling on school officials to look at teaching the topic of mental health to students. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“If we can teach children about sex education and physical education, why not mental health? That’s where we start attacking this issue - with the children,” said Henson.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bzvxweqh2PN/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bzvxweqh2PN/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>But a noted psychologist in Jamaica says he believes greater results would be reached if the topic of basic psychology was taught in educational institutions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Teaching about this topic would help children from a tender age to be aware of the issues surrounding mental health,” said Professor Federick Hickling, who currently works at the Caribbean Institute of Mental Health and Substance Abuse at the University of the West Indies, Mona. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier this year, it was reported that the suicide rate jumped by 30 per cent in Jamaica last year - moving from 47 deaths in 2017 to 61 in 2018. Medical experts said that many persons who committed suicide were suffering from some sort of depression or mental disorder.</p>\n<!-- /wp:paragraph -->','Teach kids about mental health, says advocacy group','','inherit','closed','closed','','5316-revision-v1','','','2019-08-22 10:54:08','2019-08-22 15:54:08','',5316,'https://buzz-caribbean.com/article/5316-revision-v1/',0,'revision','',0),(5323,4,'2019-08-22 10:54:51','2019-08-22 15:54:51','<iframe title=\"JC Lodge talks new projects\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/lFusaZfgbyI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','7f53d2e29e9fd09b1aa7314314f8a44b','','','2019-08-22 10:54:51','2019-08-22 15:54:51','',0,'https://buzz-caribbean.com/article/7f53d2e29e9fd09b1aa7314314f8a44b/',0,'oembed_cache','',0),(5325,4,'2019-08-22 10:55:37','2019-08-22 15:55:37','<!-- wp:image {\"id\":5321} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jc-lodge-and-Gin-Re-1-1024x732.jpg\" alt=\"\" class=\"wp-image-5321\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>JC Lodge has been a major figure in Jamaican entertainment for years. Now, she is mentoring her daughter, Gin Re to carry on the mantle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>JC Lodge is by no means a spent force and was the darling at the recent launch of Third World’s latest album, <strong>More Work To Be Done </strong>at the Bob Marley Museum in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The diva of Jamaican popular entertainment said her daughter was making major moves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>‘“We are encouraging her to find her own manager and agent because she is doing her own music her own music form,” Lodge said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gin Re, was thankful for her mother’s influence. “Mom is a great writer. there is no better influence than her. It\'s coming. Stay tuned,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See video:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=lFusaZfgbyI\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=lFusaZfgbyI&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','JC Lodge and daughter making moves','','inherit','closed','closed','','5313-revision-v1','','','2019-08-22 10:55:37','2019-08-22 15:55:37','',5313,'https://buzz-caribbean.com/article/5313-revision-v1/',0,'revision','',0),(5326,4,'2019-08-22 10:57:42','2019-08-22 15:57:42','<!-- wp:image {\"id\":5321} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jc-lodge-and-Gin-Re-1-1024x732.jpg\" alt=\"\" class=\"wp-image-5321\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>JC Lodge has been a major figure in Jamaican entertainment for years. Now, she is mentoring her daughter, Gin Re to carry on the mantle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>JC Lodge is by no means a spent force and was the darling at the recent launch of Third World’s latest album, <strong>More Work To Be Done </strong>at the Bob Marley Museum in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The diva of Jamaican popular entertainment said her daughter was making major moves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>‘“We are encouraging her to find her own manager and agent because she is doing her own music her own music form,” Lodge said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gin Re, was thankful for her mother’s influence. “Mom is a great writer. there is no better influence than her. It\'s coming. Stay tuned,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See video:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=lFusaZfgbyI\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=lFusaZfgbyI&amp;feature=youtu.be\n</div><figcaption>https://www.youtube.com/watch?v=lFusaZfgbyI&amp;feature=youtu.be</figcaption></figure>\n<!-- /wp:embed -->','JC Lodge and daughter making moves','','inherit','closed','closed','','5313-revision-v1','','','2019-08-22 10:57:42','2019-08-22 15:57:42','',5313,'https://buzz-caribbean.com/article/5313-revision-v1/',0,'revision','',0),(5327,21,'2019-08-22 19:32:36','2019-08-23 00:32:36','<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=MBiMZW5uw0I\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=MBiMZW5uw0I&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','JC Lodge and daughter Gin Re talk new projects','','publish','closed','closed','','jc-lodge-and-daughter-gin-re-talk-new-projects','','','2019-08-22 19:32:36','2019-08-23 00:32:36','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=5327',0,'video','',0),(5328,14,'2019-08-22 13:42:09','2019-08-22 18:42:09','<!-- wp:image {\"id\":5339} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cori-gauff-demo-4-1024x773.jpg\" alt=\"\" class=\"wp-image-5339\" /><figcaption>Cori \'Coco\' Gauff (Photo: Women\'s Tennis Association [WTA])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At 15 years, Cori ‘Coco’ Gauff, entered the Wimbledon arena in London in July; little did the world expect to face such a powerhouse!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The world’s love affair with Coco Gauff\nstarted from the first round after the young Florida prodigy outclassed five-time\nWimbledon champion and idol, Venus Williams, 6-4, 6-4.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5340} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cori-gauff-demo-5-1024x576.jpg\" alt=\"\" class=\"wp-image-5340\" /><figcaption>After conceding defeat, Venus Williams (left) congratulates 15-y-o \'Coco\' Gauff on advancing to the second round of The Championships in London (Photo: WTA) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many were stunned by Cori’s masterful performance, more cheered her on and suddenly, there was nothing stopping Gauff from becoming the youngest winner at Wimbledon. EVER.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gauff lost to eventual winner Simona Halep, ultimately making it to the fourth round of The Championships. Interestingly, all of Gauff’s matches were the most-watched of the day in the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a new challenge, the 2019 US Open gets underway, <strong>BUZZ</strong> presents 10 interesting facts about Cori Gauff:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1.   It could be said that she was born to be a top-flight athlete, as Cori Gauff was born on March 13, 2004, in Atlanta to collegiate football and track and field parents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5342} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cori-gauff-demo-1-1-1024x537.jpg\" alt=\"\" class=\"wp-image-5342\" /><figcaption>America\'s tennis heartthrob, Cori Gauff at Wimbledon 2019 (Photo: Evening Standard)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>2.   Gauff, a former world number one junior, has a junior Grand Slam singles title under her belt, as well as a doubles junior championship. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3.   ‘Coco’ was the runner-up in the girls\' singles event at the 2017 US Open, making her the youngest finalist at the event in the tournament\'s history.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4.   Gauff credits Serena Williams for sparking her interested in tennis at the age of four, after watching the athlete win the 2009 Australian Open on television.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5.   ‘Coco’ made her debut on the International Tennis Federation (ITF) Women\'s Circuit in May 2018 as a qualifier in the $25K event at Osprey, Florida where she won her first professional match, against Alexandra Perper.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5343} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cori-gauff-demo-2-1024x680.jpg\" alt=\"\" class=\"wp-image-5343\" /><figcaption>\'Coco\' Gauff in action against Venus Williams at Wimbledon 2019 in London. Gauff went on to deliver a crushing upset to the world no. 44 in the first round of the women\'s singles (Photo: WTA)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>6.   Aged 15 years and 3 months, Gauff was the youngest player to reach the main draw at Wimbledon by qualifying in the ITF’s Open Era.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7.   In her main draw debut, the 5ft 10inch-er upset Venus Williams, who was ranked 44th in the world, in straight sets. ‘Coco’ ended the match against Williams 6-4, 6-4.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5332} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cori-gauff-demo-3-1024x714.jpg\" alt=\"\" class=\"wp-image-5332\" /><figcaption>After the match, the world echoes \'Coco\' Gauff\'s stunned expression as the 15-y-o eliminated world no. 44 Venus Williams in the first round of Wimbledon 2019 (Photo: The National)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>9.   Gauff’s historic run at Wimbledon continued into the fourth round. Coco\'s Cinderella story was gaining traction, as America joined in celebrating her victories over Magdaléna Rybáriková and Polona Hercog. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9.   \'Coco\' was eliminated having lost her match with Simona Halep, the eventual winner of the women’s single’s tournament at Wimbledon, in the fourth round and was awarded a handsome US$312,000 in prize money.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BztBBQ4A-Qd/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BztBBQ4A-Qd/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>10.   All four of Gauff\'s matches were the most-watched on ESPN on their respective days, an impressive feat for the athlete\'s young age. After an impressive campaign at Wimbledon 2019, Gauff reached her new career-high ranking of 141.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All the best at the US Open, young Cori Gauff!! Tell us <strong>BUZZ</strong> fam, what are you most excited to see from \'Coco\' between August 19 and September 8? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lob your thoughts in the comment section!</p>\n<!-- /wp:paragraph -->','Tennis’ next big thing? 10 facts on Cori Gauff','','publish','open','closed','','tennis-next-big-thing-10-facts-about-cori-gauff','','','2019-08-23 11:11:25','2019-08-23 16:11:25','',0,'https://buzz-caribbean.com/?p=5328',0,'post','',0),(5330,21,'2019-08-22 11:41:11','2019-08-22 16:41:11','<!-- wp:image {\"id\":5331} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mavis-bank-bridge-holness-1024x655.jpg\" alt=\"\" class=\"wp-image-5331\" /><figcaption> Prime Minister Andrew Holness (left) discusses features of the newly rehabilitated Georges River Bridge in East Rural St Andrew with Member of Parliament for the constituency, Juliet Holness (centre), and National Works Agency (NWA) communication and customer services manager, Stephen Shaw. Prime Minister Holness officially reopened the bridge during a ceremony on Wednesday. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Residents of Mavis\nBank and adjoining areas in East Rural St Andrew now have easier access to\ntheir communities, following the rehabilitation of the Georges River Bridge in\nthe constituency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The bridge, which is\nlocated in Violet Bank, was renovated at a cost of $21 million by the National\nWorks Agency (NWA). It was officially re-opened by Prime Minister Andrew\nHolness during a ceremony on Wednesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project was initiated by the Member of Parliament for the area, Juliet Holness, who, in her address during the ceremony, said that the undertaking was a strategic move in a bid to improve the quality of life for the constituents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In his remarks, Holness,\nwho commended the NWA for the work undertaken, noted that the previous bridge,\nwhich was about 15 feet wide, was an impediment for motorists, as it could only\naccommodate one vehicle at a time. The bridge has now been expanded to 36 feet\nand can now accommodate two large vehicles simultaneously.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is high enough\nto allow for unimpeded flow of the stream that runs underneath, [and] it is\nstrong enough to be able to withstand the vagaries of climate change,” Holness\nsaid. </p>\n<!-- /wp:paragraph -->','$21 million spent to rehabilitate bridge in East Rural St Andrew','','publish','open','closed','','21-million-spent-to-rehabilitate-bridge-in-east-rural-st-andrew','','','2019-08-22 11:41:11','2019-08-22 16:41:11','',0,'https://buzz-caribbean.com/?p=5330',0,'post','',0),(5331,9,'2019-08-22 11:13:46','2019-08-22 16:13:46','','mavis-bank-bridge-holness','','inherit','open','closed','','mavis-bank-bridge-holness','','','2019-08-22 11:13:46','2019-08-22 16:13:46','',5330,'https://buzz-caribbean.com/app/uploads/2019/08/mavis-bank-bridge-holness.jpg',0,'attachment','image/jpeg',0),(5332,14,'2019-08-22 11:15:17','2019-08-22 16:15:17','','cori-gauff-demo-3','','inherit','open','closed','','cori-gauff-demo-3','','','2019-08-22 11:15:17','2019-08-22 16:15:17','',5328,'https://buzz-caribbean.com/app/uploads/2019/08/cori-gauff-demo-3.jpg',0,'attachment','image/jpeg',0),(5333,9,'2019-08-22 11:18:04','2019-08-22 16:18:04','<!-- wp:image {\"id\":5331} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mavis-bank-bridge-holness-1024x655.jpg\" alt=\"\" class=\"wp-image-5331\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Residents of Mavis\nBank and adjoining areas in East Rural St Andrew now have easier access to\ntheir communities, following the rehabilitation of the Georges River Bridge in\nthe constituency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The bridge, which is\nlocated in Violet Bank, was renovated at a cost of $21 million by the National\nWorks Agency (NWA). It was officially re-opened by Prime Minister Andrew\nHolness during a ceremony on Wednesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project was\ninitiated by the Member of Parliament for the area, Juliet Holness, who, in her\naddress during the ceremony, said that the undertaking was a strategic move in\na bid to improve the quality of life for the constituents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In his remarks, Holness,\nwho commended the NWA for the work undertaken, noted that the previous bridge,\nwhich was about 15 feet wide, was an impediment for motorists, as it could only\naccommodate one vehicle at a time. The bridge has now been expanded to 36 feet\nand can now accommodate two large vehicles simultaneously.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is high enough\nto allow for unimpeded flow of the stream that runs underneath, [and] it is\nstrong enough to be able to withstand the vagaries of climate change,” Holness\nsaid. </p>\n<!-- /wp:paragraph -->','$21 million spent to rehabilitate bridge in East Rural St Andrew','','inherit','closed','closed','','5330-revision-v1','','','2019-08-22 11:18:04','2019-08-22 16:18:04','',5330,'https://buzz-caribbean.com/article/5330-revision-v1/',0,'revision','',0),(5335,9,'2019-08-22 11:38:04','2019-08-22 16:38:04','<!-- wp:image {\"id\":5331} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mavis-bank-bridge-holness-1024x655.jpg\" alt=\"\" class=\"wp-image-5331\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Residents of Mavis\nBank and adjoining areas in East Rural St Andrew now have easier access to\ntheir communities, following the rehabilitation of the Georges River Bridge in\nthe constituency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The bridge, which is\nlocated in Violet Bank, was renovated at a cost of $21 million by the National\nWorks Agency (NWA). It was officially re-opened by Prime Minister Andrew\nHolness during a ceremony on Wednesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project was initiated by the Member of Parliament for the area, Juliet Holness, who, in her address during the ceremony, said that the undertaking was a strategic move in a bid to improve the quality of life for the constituents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In his remarks, Holness,\nwho commended the NWA for the work undertaken, noted that the previous bridge,\nwhich was about 15 feet wide, was an impediment for motorists, as it could only\naccommodate one vehicle at a time. The bridge has now been expanded to 36 feet\nand can now accommodate two large vehicles simultaneously.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is high enough\nto allow for unimpeded flow of the stream that runs underneath, [and] it is\nstrong enough to be able to withstand the vagaries of climate change,” Holness\nsaid. </p>\n<!-- /wp:paragraph -->','$21 million spent to rehabilitate bridge in East Rural St Andrew','','inherit','closed','closed','','5330-revision-v1','','','2019-08-22 11:38:04','2019-08-22 16:38:04','',5330,'https://buzz-caribbean.com/article/5330-revision-v1/',0,'revision','',0),(5336,9,'2019-08-22 11:40:30','2019-08-22 16:40:30','<!-- wp:image {\"id\":5331} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mavis-bank-bridge-holness-1024x655.jpg\" alt=\"\" class=\"wp-image-5331\" /><figcaption> Prime Minister Andrew Holness (left) discusses features of the newly rehabilitated Georges River Bridge in East Rural St Andrew with Member of Parliament for the constituency, Juliet Holness (centre), and National Works Agency (NWA) communication and customer services manager, Stephen Shaw. Prime Minister Holness officially reopened the bridge during a ceremony on Wednesday. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Residents of Mavis\nBank and adjoining areas in East Rural St Andrew now have easier access to\ntheir communities, following the rehabilitation of the Georges River Bridge in\nthe constituency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The bridge, which is\nlocated in Violet Bank, was renovated at a cost of $21 million by the National\nWorks Agency (NWA). It was officially re-opened by Prime Minister Andrew\nHolness during a ceremony on Wednesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project was initiated by the Member of Parliament for the area, Juliet Holness, who, in her address during the ceremony, said that the undertaking was a strategic move in a bid to improve the quality of life for the constituents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In his remarks, Holness,\nwho commended the NWA for the work undertaken, noted that the previous bridge,\nwhich was about 15 feet wide, was an impediment for motorists, as it could only\naccommodate one vehicle at a time. The bridge has now been expanded to 36 feet\nand can now accommodate two large vehicles simultaneously.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is high enough\nto allow for unimpeded flow of the stream that runs underneath, [and] it is\nstrong enough to be able to withstand the vagaries of climate change,” Holness\nsaid. </p>\n<!-- /wp:paragraph -->','$21 million spent to rehabilitate bridge in East Rural St Andrew','','inherit','closed','closed','','5330-revision-v1','','','2019-08-22 11:40:30','2019-08-22 16:40:30','',5330,'https://buzz-caribbean.com/article/5330-revision-v1/',0,'revision','',0),(5337,23,'2019-08-22 12:58:27','2019-08-22 17:58:27','<!-- wp:image {\"id\":3421} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-couple-arguing-1024x664.jpg\" alt=\"\" class=\"wp-image-3421\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You were out with\nfriends having a great time until someone mentioned your partner’s name, and\ninstantly that ‘Bloody Mary’ tasted like real blood. This realisation confirmed\nthat things are far from good and that your relationship went from really\nterrific to truly toxic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Though you may be\ndenying it to yourself, finding the good about your relationship is becoming increasingly\nhard, and you cannot wait to go to work or to your family residence to just\nbreathe and enjoy some peace of mind. If this is your typical outlook, things\nare now bordering on toxic, and it may be time to wave the white flag and\nsurrender gracefully.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2021} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/unhappy-couple.jpg\" alt=\"\" class=\"wp-image-2021\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The following are clear\nsigns that your relationship is in trouble. Do not ignore them. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>The fights are constant. The squabbles are over\npetty things that are not usually the main problem(s).</li><li>You no longer want to go home. When your home is no\nlonger a sanctuary but more like a prison, things are really bad.</li><li>You can no longer picture a future with the person.</li><li>You get secretive and start making plans as an\nindividual and not as a couple.</li><li>You cannot hide your contempt for your partner whenever\ntheir name is mentioned.</li><li>One or both of you are passive-aggressive with each\nother.</li><li>The blame game is intense and ongoing.</li><li>Criticism is exploited to hurt or show disdain for\neach other. </li><li>You no longer go out as a couple.</li><li>Whenever you are together, there is an underlying\ntension. Even when people are present, it is palpable and makes others\nuncomfortable. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by C.W. </em></strong></p>\n<!-- /wp:paragraph -->','Signs that your relationship might be toxic','','publish','open','closed','','signs-that-your-relationship-might-be-toxic','','','2019-08-22 12:58:28','2019-08-22 17:58:28','',0,'https://buzz-caribbean.com/?p=5337',0,'post','',0),(5338,9,'2019-08-22 12:54:47','2019-08-22 17:54:47','<!-- wp:image {\"id\":3421} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-couple-arguing-1024x664.jpg\" alt=\"\" class=\"wp-image-3421\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You were out with\nfriends having a great time until someone mentioned your partner’s name, and\ninstantly that ‘Bloody Mary’ tasted like real blood. This realisation confirmed\nthat things are far from good and that your relationship went from really\nterrific to truly toxic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Though you may be\ndenying it to yourself, finding the good about your relationship is becoming increasingly\nhard, and you cannot wait to go to work or to your family residence to just\nbreathe and enjoy some peace of mind. If this is your typical outlook, things\nare now bordering on toxic, and it may be time to wave the white flag and\nsurrender gracefully.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2021} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/unhappy-couple.jpg\" alt=\"\" class=\"wp-image-2021\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The following are clear\nsigns that your relationship is in trouble. Do not ignore them. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>The fights are constant. The squabbles are over\npetty things that are not usually the main problem(s).</li><li>You no longer want to go home. When your home is no\nlonger a sanctuary but more like a prison, things are really bad.</li><li>You can no longer picture a future with the person.</li><li>You get secretive and start making plans as an\nindividual and not as a couple.</li><li>You cannot hide your contempt for your partner whenever\ntheir name is mentioned.</li><li>One or both of you are passive-aggressive with each\nother.</li><li>The blame game is intense and ongoing.</li><li>Criticism is exploited to hurt or show disdain for\neach other. </li><li>You no longer go out as a couple.</li><li>Whenever you are together, there is an underlying\ntension. Even when people are present, it is palpable and makes others\nuncomfortable. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by C.W. </em></strong></p>\n<!-- /wp:paragraph -->','Signs that your relationship might be toxic','','inherit','closed','closed','','5337-revision-v1','','','2019-08-22 12:54:47','2019-08-22 17:54:47','',5337,'https://buzz-caribbean.com/article/5337-revision-v1/',0,'revision','',0),(5339,14,'2019-08-22 12:59:06','2019-08-22 17:59:06','','cori-gauff-demo-4','','inherit','open','closed','','cori-gauff-demo-4','','','2019-08-22 12:59:06','2019-08-22 17:59:06','',5328,'https://buzz-caribbean.com/app/uploads/2019/08/cori-gauff-demo-4.jpg',0,'attachment','image/jpeg',0),(5340,14,'2019-08-22 13:01:49','2019-08-22 18:01:49','','cori-gauff-demo-5','','inherit','open','closed','','cori-gauff-demo-5','','','2019-08-22 13:01:49','2019-08-22 18:01:49','',5328,'https://buzz-caribbean.com/app/uploads/2019/08/cori-gauff-demo-5.jpg',0,'attachment','image/jpeg',0),(5341,14,'2019-08-22 13:02:31','2019-08-22 18:02:31','','Cori Gauff Demo 1','','inherit','open','closed','','cori-gauff-demo-1','','','2019-08-22 13:02:31','2019-08-22 18:02:31','',5328,'https://buzz-caribbean.com/app/uploads/2019/08/cori-gauff-demo-1.jpg',0,'attachment','image/jpeg',0),(5342,14,'2019-08-22 13:02:47','2019-08-22 18:02:47','','cori-gauff-demo-1-1','','inherit','open','closed','','cori-gauff-demo-1-1','','','2019-08-22 13:02:47','2019-08-22 18:02:47','',5328,'https://buzz-caribbean.com/app/uploads/2019/08/cori-gauff-demo-1-1.jpg',0,'attachment','image/jpeg',0),(5343,14,'2019-08-22 13:05:00','2019-08-22 18:05:00','','cori-gauff-demo-2','','inherit','open','closed','','cori-gauff-demo-2','','','2019-08-22 13:05:00','2019-08-22 18:05:00','',5328,'https://buzz-caribbean.com/app/uploads/2019/08/cori-gauff-demo-2.jpg',0,'attachment','image/jpeg',0),(5344,14,'2019-08-22 13:19:45','2019-08-22 18:19:45','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BztBBQ4A-Qd/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BztBBQ4A-Qd/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BztBBQ4A-Qd/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Thank you Wimbledon. #dreamBIG - - - - - - video credits: @jdopefx (I do not own the rights to the music)</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/cocogauff/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Coco Gauff</a> (@cocogauff) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-09T16:52:05+00:00\">Jul 9, 2019 at 9:52am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','83cab48ea940096f33218fe284c876aa','','','2019-08-22 13:19:45','2019-08-22 18:19:45','',0,'https://buzz-caribbean.com/article/83cab48ea940096f33218fe284c876aa/',0,'oembed_cache','',0),(5345,11,'2019-08-22 13:24:25','2019-08-22 18:24:25','<!-- wp:image {\"id\":5321} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jc-lodge-and-Gin-Re-1-1024x732.jpg\" alt=\"\" class=\"wp-image-5321\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>JC Lodge has been a major figure in Jamaican entertainment for years.&nbsp;Now, she is mentoring her daughter, Gin Re to carry on the mantle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>JC Lodge is by no means a spent force and was the darling at the recent launch of Third World’s latest album, <strong>More Work To Be Done </strong>at the Bob Marley Museum in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The diva of Jamaican popular entertainment said her daughter was making major moves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>‘“We are encouraging her to find her own manager and agent because she is doing her own music form,” Lodge said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gin Re, was thankful for her mother’s influence. “Mom is a great writer. there is no better influence than her. It\'s coming. Stay tuned,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See video:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=lFusaZfgbyI\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=lFusaZfgbyI&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','JC Lodge and daughter making moves','','inherit','closed','closed','','5313-revision-v1','','','2019-08-22 13:24:25','2019-08-22 18:24:25','',5313,'https://buzz-caribbean.com/article/5313-revision-v1/',0,'revision','',0),(5346,14,'2019-08-22 13:42:09','2019-08-22 18:42:09','<!-- wp:image {\"id\":5339} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cori-gauff-demo-4-1024x773.jpg\" alt=\"\" class=\"wp-image-5339\" /><figcaption>Cori \'Coco\' Gauff (Photo: Women\'s Tennis Association [WTA])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At 15 years, Cori ‘Coco’ Gauff, entered the Wimbledon arena in London in July; little did the world expect to face such a powerhouse!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The world’s love affair with Coco Gauff\nstarted from the first round after the young Florida prodigy outclassed five-time\nWimbledon champion and idol, Venus Williams, 6-4, 6-4.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5340} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cori-gauff-demo-5-1024x576.jpg\" alt=\"\" class=\"wp-image-5340\" /><figcaption>After conceding defeat, Venus Williams (left) congratulates 15-y-o \'Coco\' Gauff on advancing to the second round of The Championships in London (Photo: WTA) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many were stunned by Cori’s masterful performance, more cheered her on and suddenly, there was nothing stopping Gauff from becoming the youngest winner at Wimbledon. EVER.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gauff lost to eventual winner Simona Halep, ultimately making it to the fourth round of The Championships. Interestingly, all of Gauff’s matches were the most-watched of the day in the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a new challenge, the 2019 US Open gets underway, <strong>BUZZ</strong> presents 10 interesting facts about Cori Gauff:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1.   It could be said that she was born to be a top-flight athlete, as Cori Gauff was born on March 13, 2004, in Atlanta to collegiate football and track and field parents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5342} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cori-gauff-demo-1-1-1024x537.jpg\" alt=\"\" class=\"wp-image-5342\" /><figcaption>America\'s tennis heartthrob, Cori Gauff at Wimbledon 2019 (Photo: Evening Standard)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>2.   Gauff, a former world number one junior, has a junior Grand Slam singles title under her belt, as well as a doubles junior championship. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3.   ‘Coco’ was the runner-up in the girls\' singles event at the 2017 US Open, making her the youngest finalist at the event in the tournament\'s history.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4.   Gauff credits Serena Williams for sparking her interested in tennis at the age of four, after watching the athlete win the 2009 Australian Open on television.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5.   ‘Coco’ made her debut on the International Tennis Federation (ITF) Women\'s Circuit in May 2018 as a qualifier in the $25K event at Osprey, Florida where she won her first professional match, against Alexandra Perper.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5343} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cori-gauff-demo-2-1024x680.jpg\" alt=\"\" class=\"wp-image-5343\" /><figcaption>\'Coco\' Gauff in action against Venus Williams at Wimbledon 2019 in London. Gauff went on to deliver a crushing upset to the world no. 44 in the first round of the women\'s singles (Photo: WTA)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>6.   Aged 15 years and 3 months, Gauff was the youngest player to reach the main draw at Wimbledon by qualifying in the ITF’s Open Era.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7.   In her main draw debut, the 5ft 10inch-er upset Venus Williams, who was ranked 44th in the world, in straight sets. ‘Coco’ ended the match against Williams 6-4, 6-4.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5332} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cori-gauff-demo-3-1024x714.jpg\" alt=\"\" class=\"wp-image-5332\" /><figcaption>After the match, the world echoes \'Coco\' Gauff\'s stunned expression as the 15-y-o eliminated world no. 44 Venus Williams in the first round of Wimbledon 2019 (Photo: The National)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>9.   Gauff’s historic run at Wimbledon continued into the fourth round. Coco\'s Cinderella story was gaining traction, as America joined in celebrating her victories over Magdaléna Rybáriková and Polona Hercog. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9.   \'Coco\' was eliminated having lost her match with Simona Halep, the eventual winner of the women’s single’s tournament at Wimbledon, in the fourth round and was awarded a handsome US$312,000 in prize money.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BztBBQ4A-Qd/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BztBBQ4A-Qd/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>10.   All four of Gauff\'s matches were the most-watched on ESPN on their respective days, an impressive feat for the athlete\'s young age. After an impressive campaign at Wimbledon 2019, Gauff reached her new career-high ranking of 141.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All the best at the US Open, young Cori Gauff!! Tell us <strong>BUZZ</strong> fam, what are you most excited to see from \'Coco\' between August 19 and September 8? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lob your thoughts in the comment section!</p>\n<!-- /wp:paragraph -->','Tennis’ next big thing? 10 facts about Cori Gauff','','inherit','closed','closed','','5328-revision-v1','','','2019-08-22 13:42:09','2019-08-22 18:42:09','',5328,'https://buzz-caribbean.com/article/5328-revision-v1/',0,'revision','',0),(5351,13,'2019-08-22 15:16:58','2019-08-22 20:16:58','','Pure Pool Party','','publish','closed','closed','','pure-pool-party','','','2019-08-22 16:00:39','2019-08-22 21:00:39','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=5351',0,'out','',0),(5352,14,'2019-08-22 14:45:23','2019-08-22 19:45:23','<!-- wp:image {\"id\":5158} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-1-1024x683.jpg\" alt=\"\" class=\"wp-image-5158\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We met as strangers to ourselves and each\nother but, in just two hours, you leave with an understanding that art connects\nus in ways we sometimes fail to acknowledge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The hustle and bustle of everyday work and life faded away as effortlessly as incense wafted through the Epican Café and Lounge at the Marketplace in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A subtle but recognisably steady vibration from the surrounding music reminds you that <strong>Puff &amp; Paint</strong> is far from what you had expected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5184} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-3-1-1024x683.jpg\" alt=\"\" class=\"wp-image-5184\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Not often as a journalist do I get to experience a new way of expression first hand. I’ve been most comfortable with words, but I was assured that tonight, through colour, my point of view would be different; and it was.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I wanted to show the effect marijuana [can] have for persons in that creative process.\"</p><cite>⁠— Rozi Chung tells the BUZZ team</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Two canvas, one pre-rolled joint and a palette over two hours. That’s the simple brilliance of <strong>Puff &amp; Paint</strong>.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s just something you must see, feel, taste and hear on a personal level to truly believe and appreciate but I must say the experience was amazing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch highlights of <strong>Puff &amp; Paint</strong> in the video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/a4mjpO748nY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/a4mjpO748nY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> caught up with conceptualiser for <strong>Puff &amp; Paint</strong>, Master painter Rosemarie Chung, who attests to the programme’s specialised qualities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Chung, to get a genuine\nexperience of art through medical marijuana, one needs to leave their\nexpectations at the door.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5160} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-5160\" /><figcaption>(Standing in focus) Rosemarie Chung, creator of the Puff &amp; Paint art initiative at Epican in Kingston.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The programme basically is using marijuana with the creative arts, specifically painting. My focus is on non-artists and what I wanted to do was show the effect marijuana [can] have for persons in that creative process,” she explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>First canvas: Connecting with your African roots</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“You’re painting with very little instructions, but I do have a reference that I start you with, which are symbols that our foreparents used: the Adinkra symbols from Ghana,” \'Rozi\' Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A panel of 20 Adinkra symbols were lain out in front of us, with the instruction being very simple, “Choose what calls to you”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5163} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-9-1024x683.jpg\" alt=\"\" class=\"wp-image-5163\" /><figcaption>The Adinkra symbol \'Knowledge\' (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Being the careful intellect I assume I am,\nI choose ‘knowledge’ and attempted the best I could to replicate the intricate\ndesign in the half-hour window we were given.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>‘Puffing’, onto the 2nd canvas: Freestyle with colours</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Then came the fun part: ‘puffing’. There was nothing really special about the pre-rolled joint handed to us by the staff at Epican, but its contents begged to differ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Puff &amp; Paint is a way to start a journey of self-expression. Paint how you feel, use anything that comes naturally in your mind\"</p><cite>⁠— Rosemarie Chung, conceptualiser of Puff &amp; Paint</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Inside was the powerful ‘Lamb’s breath’ strain of sativa, reportedly Bob Marley’s favourite to smoke and the excitement (at least from my end) was palpable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5166} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-5166\" /><figcaption>More of \'Rozi\' Chung, Puff &amp; Paint\'s visionary creator</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The high was clean and sharp, hitting you\nalmost immediately but not totally claiming your senses…it was relaxing,\neuphoric.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s a way to start a journey of\nself-expression,” ‘Rozi’ Chung told me, as we returned after refreshments to\nbegin a second canvas – without any guidance, symbols or care in the world.\n“Paint how you feel, use anything that comes naturally in your mind,” she spoke\nto us collectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The explosion of colour took shape right\naway.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5162} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-5162\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking with the <strong>BUZZ</strong> team after the event, Chung explained further that she considers Puff &amp; Paint to be an investigation into minds of any willing Jamaican – outside the scrutiny of Western concepts such as ‘who is or what makes one an artist’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’ve been working from 2018, looking at how marijuana could either enhance the creativity or go within instinct to begin to be aware of one’s creative possibilities,” Chung, founder of Studio174, told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We already know that marijuana is used mostly in the entertainment industry, but what I’m doing is having people who had no career-minded outlook in the visual arts, try cannabis and see the results,” she added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“There’s no competition, no reference; you’re totally free.\"</p><cite>⁠— Rozi Chung, instructor for Puff &amp; Paint, giving the creative \'go ahead\' for the second canvas</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“We normally have 10 people working\nindependently and every work is different. That is itself is quite amazing, because\nthis process gets you to express your inner self in a particular way,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For many participants, like myself, it was\na shock to see what I created under the influence of marijuana, a reaction all\ntoo common to Rozi Chung and Epican.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5164} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-2-1024x683.jpg\" alt=\"\" class=\"wp-image-5164\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“People are quite intrigued in this part of self – they’ve never had this experience. Generally, marijuana is used to chill, but to be able to use it in a way that you are intentionally creating something, is such an interesting thing for many,” Rozi Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5161,5168]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-7-1024x683.jpg\" alt=\"\" data-id=\"5161\" class=\"wp-image-5161\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-8-1024x683.jpg\" alt=\"\" data-id=\"5168\" data-link=\"https://buzz-caribbean.com/?attachment_id=5168\" class=\"wp-image-5168\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>I, for one, was completely taken aback by my choice of colour for my second canvas, which started dark at the bottom but turned bright and airy nearest the top.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Arguably the best part of <strong>Puff &amp; Paint</strong> (outside smoking and painting of course) was the fact that Epican was gracious enough to allow each participant to leave with their work!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Puff &amp; Paint</strong> takes place around the last Tuesday of each month from 7:30 pm to 9:30 pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The only requirements are that interested persons must have a doctor\'s recommendation (which Epican provides) and an entry fee of $4,500.</p>\n<!-- /wp:paragraph -->','Puff &amp; Paint: Strokes of genius hidden in everyone!','','inherit','closed','closed','','4782-revision-v1','','','2019-08-22 14:45:23','2019-08-22 19:45:23','',4782,'https://buzz-caribbean.com/article/4782-revision-v1/',0,'revision','',0),(5353,21,'2019-08-22 14:54:12','2019-08-22 19:54:12','<!-- wp:image {\"id\":5355} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/angelina-jolie.jpg\" alt=\"\" class=\"wp-image-5355\" /><figcaption>Angelina Jolie</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Angelina Jolie admitted she was \"trying not to cry\" as she dropped her first son off to college in South Korea on Wednesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Maddox Jolie-Pitt, 18, is attending Yonsei University in Seoul where he\'ll be studying biochemistry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I\'m trying not to cry.\" </p><cite>— Angelina Jolie</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Salt actress and her teenage son spoke with some of his fellow students as they arrived on campus. One Instagram user shared a video of Angelina on the social media app, in which she was asked how long she would be staying.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"Only today. Today is the day I drop him off. I know, I\'m trying not to cry.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, it is said that Maddox had been preparing for his arrival in Yonsei by studying Korean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source said: \"He got accepted to other universities but choose Yonsei. He has been studying Korean language. He has lessons multiple times a week to prepare.\"<br><br><br></p>\n<!-- /wp:paragraph -->','Angelina Jolie emotional as she drops son at South Korean college','','publish','open','closed','','angelina-jolie-emotional-as-she-drops-son-at-south-korean-college','','','2019-08-22 14:54:13','2019-08-22 19:54:13','',0,'https://buzz-caribbean.com/?p=5353',0,'post','',0),(5354,14,'2019-08-22 14:46:34','2019-08-22 19:46:34','<!-- wp:image {\"id\":5158} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-1-1024x683.jpg\" alt=\"\" class=\"wp-image-5158\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We met as strangers to ourselves and each\nother but, in just two hours, you leave with an understanding that art connects\nus in ways we sometimes fail to acknowledge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The hustle and bustle of everyday work and life faded away as effortlessly as incense wafted through the Epican Café and Lounge at the Marketplace in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A subtle but recognisably steady vibration from the surrounding music reminds you that <strong>Puff &amp; Paint</strong> is far from what you had expected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5184} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-3-1-1024x683.jpg\" alt=\"\" class=\"wp-image-5184\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Not often as a journalist do I get to experience a new way of expression first hand. I’ve been most comfortable with words, but I was assured that tonight, through colour, my point of view would be different; and it was.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I wanted to show the effect marijuana [can] have for persons in that creative process.\"</p><cite>⁠— Rozi Chung tells the BUZZ team</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Two canvas, one pre-rolled joint and a palette over two hours. That’s the simple brilliance of <strong>Puff &amp; Paint</strong>.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s just something you must see, feel, taste and hear on a personal level to truly believe and appreciate but I must say the experience was amazing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch highlights of <strong>Puff &amp; Paint</strong> in the video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/a4mjpO748nY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/a4mjpO748nY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> caught up with conceptualiser for <strong>Puff &amp; Paint</strong>, Master painter Rosemarie Chung, who attests to the programme’s specialised qualities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Chung, to get a genuine\nexperience of art through medical marijuana, one needs to leave their\nexpectations at the door.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5160} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-5160\" /><figcaption>(Standing in focus) Rosemarie Chung, creator of the Puff &amp; Paint art initiative at Epican in Kingston.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The programme basically is using marijuana with the creative arts, specifically painting. My focus is on non-artists and what I wanted to do was show the effect marijuana [can] have for persons in that creative process,” she explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>First canvas: Connecting with your African roots</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“You’re painting with very little instructions, but I do have a reference that I start you with, which are symbols that our foreparents used: the Adinkra symbols from Ghana,” \'Rozi\' Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A panel of 20 Adinkra symbols were lain out in front of us, with the instruction being very simple, “Choose what calls to you”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5163} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-9-1024x683.jpg\" alt=\"\" class=\"wp-image-5163\" /><figcaption>The Adinkra symbol \'Knowledge\' (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Being the careful intellect I assume I am,\nI choose ‘knowledge’ and attempted the best I could to replicate the intricate\ndesign in the half-hour window we were given.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>‘Puffing’, onto the 2nd canvas: Freestyle with colours</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Then came the fun part: ‘puffing’. There was nothing really special about the pre-rolled joint handed to us by the staff at Epican, but its contents begged to differ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Puff &amp; Paint is a way to start a journey of self-expression. Paint how you feel, use anything that comes naturally in your mind\"</p><cite>⁠— Rosemarie Chung, conceptualiser of Puff &amp; Paint</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Inside was the powerful ‘Lamb’s breath’ strain of sativa, reportedly Bob Marley’s favourite to smoke and the excitement (at least from my end) was palpable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5166} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-5166\" /><figcaption>More of \'Rozi\' Chung, Puff &amp; Paint\'s visionary creator</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The high was clean and sharp, hitting you\nalmost immediately but not totally claiming your senses…it was relaxing,\neuphoric.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s a way to start a journey of\nself-expression,” ‘Rozi’ Chung told me, as we returned after refreshments to\nbegin a second canvas – without any guidance, symbols or care in the world.\n“Paint how you feel, use anything that comes naturally in your mind,” she spoke\nto us collectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The explosion of colour took shape right\naway.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5162} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-5162\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking with the <strong>BUZZ</strong> team after the event, Chung explained further that she considers Puff &amp; Paint to be an investigation into minds of any willing Jamaican – outside the scrutiny of Western concepts such as ‘who is or what makes one an artist’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’ve been working from 2018, looking at how marijuana could either enhance the creativity or go within instinct; to begin to be aware of one’s creative possibilities,” Chung, founder of Studio174, told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We already know that marijuana is used mostly in the entertainment industry, but what I’m doing is having people who had no career-minded outlook in the visual arts, try cannabis and see the results,” she added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“There’s no competition, no reference; you’re totally free.\"</p><cite>⁠— Rozi Chung, instructor for Puff &amp; Paint, giving the creative \'go ahead\' for the second canvas</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“We normally have 10 people working\nindependently and every work is different. That is itself is quite amazing, because\nthis process gets you to express your inner self in a particular way,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For many participants, like myself, it was\na shock to see what I created under the influence of marijuana, a reaction all\ntoo common to Rozi Chung and Epican.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5164} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-2-1024x683.jpg\" alt=\"\" class=\"wp-image-5164\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“People are quite intrigued in this part of self – they’ve never had this experience. Generally, marijuana is used to chill, but to be able to use it in a way that you are intentionally creating something, is such an interesting thing for many,” Rozi Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5161,5168]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-7-1024x683.jpg\" alt=\"\" data-id=\"5161\" class=\"wp-image-5161\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/puff-and-paint-buzz-8-1024x683.jpg\" alt=\"\" data-id=\"5168\" data-link=\"https://buzz-caribbean.com/?attachment_id=5168\" class=\"wp-image-5168\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>I, for one, was completely taken aback by my choice of colour for my second canvas, which started dark at the bottom but turned bright and airy nearest the top.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Arguably the best part of <strong>Puff &amp; Paint</strong> (outside smoking and painting of course) was the fact that Epican was gracious enough to allow each participant to leave with their work!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Puff &amp; Paint</strong> takes place around the last Tuesday of each month from 7:30 pm to 9:30 pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The only requirements are that interested persons must have a doctor\'s recommendation (which Epican provides) and an entry fee of $4,500.</p>\n<!-- /wp:paragraph -->','Puff &amp; Paint: Strokes of genius hidden in everyone!','','inherit','closed','closed','','4782-revision-v1','','','2019-08-22 14:46:34','2019-08-22 19:46:34','',4782,'https://buzz-caribbean.com/article/4782-revision-v1/',0,'revision','',0),(5355,9,'2019-08-22 14:50:01','2019-08-22 19:50:01','','EE BRITISH ACADEMY FILM AWARDS','The EE British Academy Film Awards at the Royal Albert Hall, London.\n<P>\nPictured: Angelina Jolie\n<B>Ref: SPL1661388  190218  </B><BR />\nPicture by: Splash News<BR />\n</P><P>\n<B>Splash News and Pictures</B><BR />\nLos Angeles:	310-821-2666<BR />\nNew York:	212-619-2666<BR />\nLondon:	870-934-2666<BR />\nphotodesk@splashnews.com<BR />\n</P>','inherit','open','closed','','ee-british-academy-film-awards','','','2019-08-22 14:50:46','2019-08-22 19:50:46','',5353,'https://buzz-caribbean.com/app/uploads/2019/08/angelina-jolie.jpg',0,'attachment','image/jpeg',0),(5356,9,'2019-08-22 14:51:37','2019-08-22 19:51:37','<!-- wp:image {\"id\":5355} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/angelina-jolie.jpg\" alt=\"\" class=\"wp-image-5355\" /><figcaption><p>Angelina Jolie </p></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Angelina Jolie admitted she was \"trying not to cry\" as she dropped her first son off to college in South Korea on Wednesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Maddox Jolie-Pitt, 18, is attending Yonsei University in Seoul where he\'ll be studying biochemistry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Salt actress and her teenage son spoke with some of his fellow students as they arrived on campus. One Instagram user shared a video of Angelina on the social media app, in which she was asked how long she would be staying.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"Only today. Today is the day I drop him off. I know, I\'m trying not to cry.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, it is said that Maddox had been preparing for his arrival in Yonsei by studying Korean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source said: \"He got accepted to other universities but choose Yonsei. He has been studying Korean language. He has lessons multiple times a week to prepare.\"<br><br><br></p>\n<!-- /wp:paragraph -->','Angelina Jolie emotional as she drops son at South Korean college','','inherit','closed','closed','','5353-revision-v1','','','2019-08-22 14:51:37','2019-08-22 19:51:37','',5353,'https://buzz-caribbean.com/article/5353-revision-v1/',0,'revision','',0),(5357,9,'2019-08-22 14:52:39','2019-08-22 19:52:39','<!-- wp:image {\"id\":5355} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/angelina-jolie.jpg\" alt=\"\" class=\"wp-image-5355\" /><figcaption>Angelina Jolie</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Angelina Jolie admitted she was \"trying not to cry\" as she dropped her first son off to college in South Korea on Wednesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Maddox Jolie-Pitt, 18, is attending Yonsei University in Seoul where he\'ll be studying biochemistry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Salt actress and her teenage son spoke with some of his fellow students as they arrived on campus. One Instagram user shared a video of Angelina on the social media app, in which she was asked how long she would be staying.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"Only today. Today is the day I drop him off. I know, I\'m trying not to cry.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, it is said that Maddox had been preparing for his arrival in Yonsei by studying Korean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source said: \"He got accepted to other universities but choose Yonsei. He has been studying Korean language. He has lessons multiple times a week to prepare.\"<br><br><br></p>\n<!-- /wp:paragraph -->','Angelina Jolie emotional as she drops son at South Korean college','','inherit','closed','closed','','5353-revision-v1','','','2019-08-22 14:52:39','2019-08-22 19:52:39','',5353,'https://buzz-caribbean.com/article/5353-revision-v1/',0,'revision','',0),(5358,9,'2019-08-22 14:53:40','2019-08-22 19:53:40','<!-- wp:image {\"id\":5355} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/angelina-jolie.jpg\" alt=\"\" class=\"wp-image-5355\" /><figcaption>Angelina Jolie</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Angelina Jolie admitted she was \"trying not to cry\" as she dropped her first son off to college in South Korea on Wednesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Maddox Jolie-Pitt, 18, is attending Yonsei University in Seoul where he\'ll be studying biochemistry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Salt actress and her teenage son spoke with some of his fellow students as they arrived on campus. One Instagram user shared a video of Angelina on the social media app, in which she was asked how long she would be staying.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I\'m trying not to cry.\" </p><cite>— Angelina Jolie</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She said: \"Only today. Today is the day I drop him off. I know, I\'m trying not to cry.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, it is said that Maddox had been preparing for his arrival in Yonsei by studying Korean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source said: \"He got accepted to other universities but choose Yonsei. He has been studying Korean language. He has lessons multiple times a week to prepare.\"<br><br><br></p>\n<!-- /wp:paragraph -->','Angelina Jolie emotional as she drops son at South Korean college','','inherit','closed','closed','','5353-revision-v1','','','2019-08-22 14:53:40','2019-08-22 19:53:40','',5353,'https://buzz-caribbean.com/article/5353-revision-v1/',0,'revision','',0),(5359,9,'2019-08-22 14:54:12','2019-08-22 19:54:12','<!-- wp:image {\"id\":5355} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/angelina-jolie.jpg\" alt=\"\" class=\"wp-image-5355\" /><figcaption>Angelina Jolie</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Angelina Jolie admitted she was \"trying not to cry\" as she dropped her first son off to college in South Korea on Wednesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Maddox Jolie-Pitt, 18, is attending Yonsei University in Seoul where he\'ll be studying biochemistry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I\'m trying not to cry.\" </p><cite>— Angelina Jolie</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Salt actress and her teenage son spoke with some of his fellow students as they arrived on campus. One Instagram user shared a video of Angelina on the social media app, in which she was asked how long she would be staying.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"Only today. Today is the day I drop him off. I know, I\'m trying not to cry.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, it is said that Maddox had been preparing for his arrival in Yonsei by studying Korean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source said: \"He got accepted to other universities but choose Yonsei. He has been studying Korean language. He has lessons multiple times a week to prepare.\"<br><br><br></p>\n<!-- /wp:paragraph -->','Angelina Jolie emotional as she drops son at South Korean college','','inherit','closed','closed','','5353-revision-v1','','','2019-08-22 14:54:12','2019-08-22 19:54:12','',5353,'https://buzz-caribbean.com/article/5353-revision-v1/',0,'revision','',0),(5360,13,'2019-08-22 15:13:05','2019-08-22 20:13:05','','Pure Party 2','','inherit','open','closed','','pure-party-2','','','2019-08-22 15:13:05','2019-08-22 20:13:05','',5351,'https://buzz-caribbean.com/app/uploads/2019/08/pure-party-2.jpg',0,'attachment','image/jpeg',0),(5361,13,'2019-08-22 15:13:29','2019-08-22 20:13:29','','Pure Pool Party Ja','','inherit','open','closed','','pure-pool-party-ja','','','2019-08-22 15:13:29','2019-08-22 20:13:29','',5351,'https://buzz-caribbean.com/app/uploads/2019/08/pure-pool-party-ja.jpg',0,'attachment','image/jpeg',0),(5362,13,'2019-08-22 15:13:49','2019-08-22 20:13:49','','Pure Pool Party3','','inherit','open','closed','','pure-pool-party3','','','2019-08-22 15:13:49','2019-08-22 20:13:49','',5351,'https://buzz-caribbean.com/app/uploads/2019/08/pure-pool-party3.jpg',0,'attachment','image/jpeg',0),(5363,9,'2019-08-22 15:36:55','2019-08-22 20:36:55','<!-- wp:image {\"id\":5364} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/maxi-priest-shaggy-1024x630.jpg\" alt=\"\" class=\"wp-image-5364\" /><figcaption>Shaggy (right) is featured on four songs from Maxi Priest\'s upcoming album. (Photo: Instagram @therealmaxipriest </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Almost three decades after they first toured together, Shaggy and Maxi Priest have collaborated on another project. This time it is for Maxi Priest\'s album, <strong>It All Comes Back To Love</strong>, which will be released on September 20. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first single from\nthe album, <strong>I’m Alright</strong>, features the <strong>Mr Boombastic</strong> deejay, whose\nvoice is the perfect contrast for Maxi Priest’s silky-smooth vocals. That song\nis just one of four on which Shaggy is featured. The other songs are <strong>Cool\nNuh</strong>, <strong>My Pillow</strong> and <strong>Anything You Want</strong>, which also features Estelle\nand Anthony Hamilton. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Shaggy and I\nhave written many songs together, so it was a no-brainer there would be an\nalbum. We work very well together in the studio,” Maxi Priest told Billboard. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to\nadding his voice, the tracks for the album were recorded at Shaggy’s studio, The\nRanch. For this project, Shaggy wore the producer hat with assistance from\nfellow Ranch producers Shane Hoosong and Dwayne Shippy, who played and arranged\nthe music. &nbsp;</p>\n<!-- /wp:paragraph -->','Shaggy wears producer hat for Maxi Priest\'s new album','','publish','open','closed','','shaggy-wears-producer-hat-for-maxi-priests-new-album','','','2019-08-22 15:36:55','2019-08-22 20:36:55','',0,'https://buzz-caribbean.com/?p=5363',0,'post','',0),(5364,9,'2019-08-22 15:30:57','2019-08-22 20:30:57','','maxi-priest-shaggy','','inherit','open','closed','','maxi-priest-shaggy','','','2019-08-22 15:30:57','2019-08-22 20:30:57','',5363,'https://buzz-caribbean.com/app/uploads/2019/08/maxi-priest-shaggy.jpg',0,'attachment','image/jpeg',0),(5365,9,'2019-08-22 15:34:53','2019-08-22 20:34:53','<!-- wp:image {\"id\":5364} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/maxi-priest-shaggy-1024x630.jpg\" alt=\"\" class=\"wp-image-5364\" /><figcaption>Shaggy (right) is featured on four songs from Maxi Priest\'s upcoming album. (Photo: Instagram @therealmaxipriest </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Almost three decades after they first toured together, Shaggy and Maxi Priest have collaborated on another project. This time it is for Maxi Priest\'s album, <strong>It All Comes Back To Love</strong>, which will be released on September 20. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first single from\nthe album, <strong>I’m Alright</strong>, features the <strong>Mr Boombastic</strong> deejay, whose\nvoice is the perfect contrast for Maxi Priest’s silky-smooth vocals. That song\nis just one of four on which Shaggy is featured. The other songs are <strong>Cool\nNuh</strong>, <strong>My Pillow</strong> and <strong>Anything You Want</strong>, which also features Estelle\nand Anthony Hamilton. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Shaggy and I\nhave written many songs together, so it was a no-brainer there would be an\nalbum. We work very well together in the studio,” Maxi Priest told Billboard. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to\nadding his voice, the tracks for the album were recorded at Shaggy’s studio, The\nRanch. For this project, Shaggy wore the producer hat with assistance from\nfellow Ranch producers Shane Hoosong and Dwayne Shippy, who played and arranged\nthe music. &nbsp;</p>\n<!-- /wp:paragraph -->','Shaggy wears producer hat for Maxi Priest\'s new album','','inherit','closed','closed','','5363-revision-v1','','','2019-08-22 15:34:53','2019-08-22 20:34:53','',5363,'https://buzz-caribbean.com/article/5363-revision-v1/',0,'revision','',0),(5366,4,'2019-08-22 15:42:40','2019-08-22 20:42:40','<!-- wp:image {\"id\":5321} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jc-lodge-and-Gin-Re-1-1024x732.jpg\" alt=\"\" class=\"wp-image-5321\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>JC Lodge has been a major figure in Jamaican entertainment for years.&nbsp;Now, she is mentoring her daughter, Gin Re to carry on the mantle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>JC Lodge is by no means a spent force and was the darling at the recent launch of Third World’s latest album, <strong>More Work To Be Done </strong>at the Bob Marley Museum in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The diva of Jamaican popular entertainment said her daughter was making major moves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>‘“We are encouraging her to find her own manager and agent because she is doing her own music form,” Lodge said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gin Re, was thankful for her mother’s influence. “Mom is a great writer. there is no better influence than her. It\'s coming. Stay tuned,” she said.</p>\n<!-- /wp:paragraph -->','JC Lodge and daughter making moves','','inherit','closed','closed','','5313-revision-v1','','','2019-08-22 15:42:40','2019-08-22 20:42:40','',5313,'https://buzz-caribbean.com/article/5313-revision-v1/',0,'revision','',0),(5367,13,'2019-08-22 15:59:11','2019-08-22 20:59:11','','Girl In Swim Suit','','inherit','open','closed','','girl-in-swim-suit','','','2019-08-22 15:59:11','2019-08-22 20:59:11','',5351,'https://buzz-caribbean.com/app/uploads/2019/08/girl-in-swim-suit.jpeg',0,'attachment','image/jpeg',0),(5368,13,'2019-08-22 16:00:28','2019-08-22 21:00:28','','Beautiful Bikini Body 908888','','inherit','open','closed','','beautiful-bikini-body-908888','','','2019-08-22 16:00:28','2019-08-22 21:00:28','',5351,'https://buzz-caribbean.com/app/uploads/2019/08/beautiful-bikini-body-908888.jpg',0,'attachment','image/jpeg',0),(5369,9,'2019-08-22 16:20:56','2019-08-22 21:20:56','<!-- wp:image {\"id\":5370} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/major-lazer-1024x631.jpg\" alt=\"\" class=\"wp-image-5370\" /><figcaption>The newest Major Lazer member, Ape Drum, is flanked by Diplo (left) and Walshy Fire. (Photo: Instagram @majorlazer)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Electronic\nsupergroup Major Lazer is set to fire up the music scene with another\ndancehall-focused project called <strong>Music Is The Weapon</strong>. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Skip Marley\nis featured on a track called <strong>Can’t Take It From Me</strong>, while Brazilian vocalist\nAnitta is featured on <strong>Make It Hot</strong>. The album, which should be released\nin early September, is expected to fuse sounds from the Caribbean, South\nAmerica and Africa. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“I’ve been trying to dig deep in my brain every day to come up with new, fresh ideas.” </p><cite>—  Ape Drum  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Earlier\nthis year, Jillionaire left the group that is known for songs done with the\nlikes of Justin Bieber, Busy Signal, Nicki Minaj, Rihanna and Machel Montano. He\nwas replaced by Miami-based producer Ape Drum, who has already been teaming up\nwith the other Major Lazer members, Walshy Fire and Diplo, for a number of\nprojects. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’ve\nbeen trying to dig deep in my brain every day to come up with new, fresh ideas,”\nApe Drum told Billboard in July when asked about the upcoming album. </p>\n<!-- /wp:paragraph -->','Major Lazer to release another dancehall-influenced project','','publish','open','closed','','major-lazer-to-release-another-dancehall-influenced-project','','','2019-08-22 16:20:57','2019-08-22 21:20:57','',0,'https://buzz-caribbean.com/?p=5369',0,'post','',0),(5370,9,'2019-08-22 16:14:42','2019-08-22 21:14:42','','major-lazer','','inherit','open','closed','','major-lazer','','','2019-08-22 16:14:42','2019-08-22 21:14:42','',5369,'https://buzz-caribbean.com/app/uploads/2019/08/major-lazer.jpg',0,'attachment','image/jpeg',0),(5371,13,'2019-08-22 16:26:50','2019-08-22 21:26:50','','Day Break Party','','publish','closed','closed','','day-break-party','','','2019-08-25 00:06:43','2019-08-25 05:06:43','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=5371',0,'out','',0),(5372,9,'2019-08-22 16:18:42','2019-08-22 21:18:42','<!-- wp:image {\"id\":5370} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/major-lazer-1024x631.jpg\" alt=\"\" class=\"wp-image-5370\" /><figcaption>The newest Major Lazer member, Ape Drum, is flanked by Diplo (left) and Walshy Fire. (Photo: Instagram @majorlazer)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Electronic\nsupergroup Major Lazer is set to fire up the music scene with another\ndancehall-focused project called <strong>Music Is The Weapon</strong>. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Skip Marley\nis featured on a track called <strong>Can’t Take It From Me</strong>, while Brazilian vocalist\nAnitta is featured on <strong>Make It Hot</strong>. The album, which should be released\nin early September, is expected to fuse sounds from the Caribbean, South\nAmerica and Africa. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier\nthis year, Jillionaire left the group that is known for songs done with the\nlikes of Justin Bieber, Busy Signal, Nicki Minaj, Rihanna and Machel Montano. He\nwas replaced by Miami-based producer Ape Drum, who has already been teaming up\nwith the other Major Lazer members, Walshy Fire and Diplo, for a number of\nprojects. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’ve\nbeen trying to dig deep in my brain every day to come up with new, fresh ideas,”\nApe Drum told Billboard in July when asked about the upcoming album. </p>\n<!-- /wp:paragraph -->','Major Lazer to release another dancehall-influenced project','','inherit','closed','closed','','5369-revision-v1','','','2019-08-22 16:18:42','2019-08-22 21:18:42','',5369,'https://buzz-caribbean.com/article/5369-revision-v1/',0,'revision','',0),(5373,9,'2019-08-22 16:19:43','2019-08-22 21:19:43','<!-- wp:image {\"id\":5370} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/major-lazer-1024x631.jpg\" alt=\"\" class=\"wp-image-5370\" /><figcaption>The newest Major Lazer member, Ape Drum, is flanked by Diplo (left) and Walshy Fire. (Photo: Instagram @majorlazer)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Electronic\nsupergroup Major Lazer is set to fire up the music scene with another\ndancehall-focused project called <strong>Music Is The Weapon</strong>. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Skip Marley\nis featured on a track called <strong>Can’t Take It From Me</strong>, while Brazilian vocalist\nAnitta is featured on <strong>Make It Hot</strong>. The album, which should be released\nin early September, is expected to fuse sounds from the Caribbean, South\nAmerica and Africa. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“I’ve been trying to dig deep in my brain every day to come up with new, fresh ideas.” </p><cite>—  Ape Drum  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Earlier\nthis year, Jillionaire left the group that is known for songs done with the\nlikes of Justin Bieber, Busy Signal, Nicki Minaj, Rihanna and Machel Montano. He\nwas replaced by Miami-based producer Ape Drum, who has already been teaming up\nwith the other Major Lazer members, Walshy Fire and Diplo, for a number of\nprojects. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’ve\nbeen trying to dig deep in my brain every day to come up with new, fresh ideas,”\nApe Drum told Billboard in July when asked about the upcoming album. </p>\n<!-- /wp:paragraph -->','Major Lazer to release another dancehall-influenced project','','inherit','closed','closed','','5369-revision-v1','','','2019-08-22 16:19:43','2019-08-22 21:19:43','',5369,'https://buzz-caribbean.com/article/5369-revision-v1/',0,'revision','',0),(5374,13,'2019-08-22 16:24:29','2019-08-22 21:24:29','','Daybreak 2019 Teaser','','inherit','open','closed','','daybreak-2019-teaser','','','2019-08-22 16:24:29','2019-08-22 21:24:29','',5371,'https://buzz-caribbean.com/app/uploads/2019/08/daybreak-2019-teaser.jpg',0,'attachment','image/jpeg',0),(5375,21,'2019-08-22 16:45:40','2019-08-22 21:45:40','<!-- wp:image {\"id\":5376} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ziggy-marley.jpg\" alt=\"\" class=\"wp-image-5376\" /><figcaption>Ziggy Marley </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ziggy Marley started smoking marijuana at the age of nine. The 50-year-old musician \"can\'t even remember\" when he had his first puff of the psychoactive drug, but he knows he was \"too young\" to dabble with cannabis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to Reader\'s Digest, Ziggy, who is the son of reggae legend Bob Marley, said: \"Smoking marijuana wasn\'t considered a bad thing in Rastafarian culture. It wasn\'t something to hide from the kids. I can\'t even remember when I had my first spliff - I was around nine. I was very young, too young. I wouldn\'t have let myself do it in my father\'s place. But it was a part of our religion. We\'re one of those ancient cultures with traditions that modern society wouldn\'t accept.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I was very young, too young.\"</p><cite>— Ziggy Marley</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Although a lot of people around him were smoking marijuana for \"fun\", Ziggy actually relied on the drug to strengthen his relationship with spirituality. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained: \"When I first consciously decided to smoke weed as a teenager, I approached it from a spiritual point of view. It\'s given me more insight into myself and into my spirituality, and I use it as a form of influence when reading scriptures and books about spirituality.</p>\n<!-- /wp:paragraph -->','Ziggy Marley smoked weed when he was nine years old','','publish','open','closed','','ziggy-marley-smoked-weed-when-he-was-nine-years-old','','','2019-08-22 16:32:48','2019-08-22 21:32:48','',0,'https://buzz-caribbean.com/?p=5375',0,'post','',0),(5376,9,'2019-08-22 16:29:12','2019-08-22 21:29:12','','ziggy-marley','','inherit','open','closed','','ziggy-marley','','','2019-08-22 16:29:12','2019-08-22 21:29:12','',5375,'https://buzz-caribbean.com/app/uploads/2019/08/ziggy-marley.jpg',0,'attachment','image/jpeg',0),(5377,9,'2019-08-22 16:31:40','2019-08-22 21:31:40','<!-- wp:image {\"id\":5376} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ziggy-marley.jpg\" alt=\"\" class=\"wp-image-5376\" /><figcaption>Ziggy Marley </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ziggy Marley started smoking marijuana at the age of nine. The 50-year-old musician \"can\'t even remember\" when he had his first puff of the psychoactive drug, but he knows he was \"too young\" to dabble with cannabis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to Reader\'s Digest, Ziggy, who is the son of reggae legend Bob Marley, said: \"Smoking marijuana wasn\'t considered a bad thing in Rastafarian culture. It wasn\'t something to hide from the kids. I can\'t even remember when I had my first spliff - I was around nine. I was very young, too young. I wouldn\'t have let myself do it in my father\'s place. But it was a part of our religion. We\'re one of those ancient cultures with traditions that modern society wouldn\'t accept.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I was very young, too young.\"</p><cite>— Ziggy Marley</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Although a lot of people around him were smoking marijuana for \"fun\", Ziggy actually relied on the drug to strengthen his relationship with spirituality. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained: \"When I first consciously decided to smoke weed as a teenager, I approached it from a spiritual point of view. It\'s given me more insight into myself and into my spirituality, and I use it as a form of influence when reading scriptures and books about spirituality.</p>\n<!-- /wp:paragraph -->','Ziggy Marley smoked weed when he was nine years old','','inherit','closed','closed','','5375-revision-v1','','','2019-08-22 16:31:40','2019-08-22 21:31:40','',5375,'https://buzz-caribbean.com/article/5375-revision-v1/',0,'revision','',0),(5380,21,'2019-08-22 17:15:06','2019-08-22 22:15:06','<!-- wp:image {\"id\":5381} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/taylor-swift-20190822.jpg\" alt=\"\" class=\"wp-image-5381\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Taylor Swift will re-record her old albums next year. The 29-year-old singer was left devastated after Scooter Braun purchased her former label Big Machine records from Scott Borchetta and acquired Taylor\'s entire back catalogue of master recordings. But she has revealed that her contract will allow her to record her old music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to Robin Roberts on \'Good Morning America\', Taylor said: \"It\'s something I\'ve very excited about. My contract says that starting November 2020, I can record albums one through five all over again. I think that artistes deserve to own their work. I just feel very passionately about that. It\'s next year, it\'s right around the corner. I\'m gonna be busy. I\'m really excited.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Taylor also revealed that her upcoming album \'Lover\' means so much to her because it will be the first album that she fully owns.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"One thing that\'s really special to me about this album is that it\'s the first one that I will own of my work, which is a concept that my fans are very supportive of.\"<br><br></p>\n<!-- /wp:paragraph -->','Taylor Swift plans to re-record old albums','','publish','open','closed','','taylor-swift-plans-to-re-record-old-albums','','','2019-08-22 16:47:55','2019-08-22 21:47:55','',0,'https://buzz-caribbean.com/?p=5380',0,'post','',0),(5381,9,'2019-08-22 16:44:40','2019-08-22 21:44:40','','taylor-swift-20190822','','inherit','open','closed','','taylor-swift-20190822','','','2019-08-22 16:44:40','2019-08-22 21:44:40','',5380,'https://buzz-caribbean.com/app/uploads/2019/08/taylor-swift-20190822.jpg',0,'attachment','image/jpeg',0),(5382,9,'2019-08-22 16:47:06','2019-08-22 21:47:06','<!-- wp:image {\"id\":5381} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/taylor-swift-20190822.jpg\" alt=\"\" class=\"wp-image-5381\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Taylor Swift will re-record her old albums next year. The 29-year-old singer was left devastated after Scooter Braun purchased her former label Big Machine records from Scott Borchetta and acquired Taylor\'s entire back catalogue of master recordings. But she has revealed that her contract will allow her to record her old music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to Robin Roberts on \'Good Morning America\', Taylor said: \"It\'s something I\'ve very excited about. My contract says that starting November 2020, I can record albums one through five all over again. I think that artistes deserve to own their work. I just feel very passionately about that. It\'s next year, it\'s right around the corner. I\'m gonna be busy. I\'m really excited.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Taylor also revealed that her upcoming album \'Lover\' means so much to her because it will be the first album that she fully owns.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"One thing that\'s really special to me about this album is that it\'s the first one that I will own of my work, which is a concept that my fans are very supportive of.\"<br><br></p>\n<!-- /wp:paragraph -->','Taylor Swift plans to re-record old albums','','inherit','closed','closed','','5380-revision-v1','','','2019-08-22 16:47:06','2019-08-22 21:47:06','',5380,'https://buzz-caribbean.com/article/5380-revision-v1/',0,'revision','',0),(5383,23,'2019-08-23 06:01:38','2019-08-23 11:01:38','<!-- wp:image {\"id\":5422} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/scholarship2-1024x745.jpg\" alt=\"\" class=\"wp-image-5422\" /><figcaption> Raheem Smith, who will be attending Kingston College in September, accepts his certificate of academic excellence from  Patrice Howell, JPPC Corporate Social Responsibility officer.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica Private Power Company (JPPC) has awarded scholarships of $2.45m to 14 children who reside in the constituency of East Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The scholarships will last five years, with each child getting $35,000 each year if they maintain a B average.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5419} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/scholarship-1024x800.jpg\" alt=\"\" class=\"wp-image-5419\" /><figcaption>Auden Harris JPPC, IT and information specialist, presents a certificate of academic excellence to Talicia Lewis, who will be attending Dunoon Park Technical High. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Wayne McKenzie, chief executive officer and managing director of JPPC, said the scholarships are the company\'s thrust to enrich the lives of residents of the area to be worthwhile citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5418} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/wayne-mckenzie-1024x683.jpg\" alt=\"\" class=\"wp-image-5418\" /><figcaption>Wayne McKenzie, chief executive officer and managing director of JPPC.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>JPPC has been giving the scholarships for five years. McKenzie said in the upcoming academic year, the company has, for the first time, awarded two scholarships to students going into Sixth Form.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that next year, JPPC will also break new ground, by awarding tertiary scholarships for residents of East Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"5425\",\"5426\",\"5427\",\"5428\",\"5429\",\"5430\",\"5431\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0687-1024x683.jpg\" alt=\"\" data-id=\"5425\" data-link=\"https://buzz-caribbean.com/?attachment_id=5425\" class=\"wp-image-5425\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0609-1024x683.jpg\" alt=\"\" data-id=\"5426\" data-link=\"https://buzz-caribbean.com/?attachment_id=5426\" class=\"wp-image-5426\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0637-1024x683.jpg\" alt=\"\" data-id=\"5427\" data-link=\"https://buzz-caribbean.com/?attachment_id=5427\" class=\"wp-image-5427\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0651-1024x683.jpg\" alt=\"\" data-id=\"5428\" data-link=\"https://buzz-caribbean.com/?attachment_id=5428\" class=\"wp-image-5428\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0661-1024x683.jpg\" alt=\"\" data-id=\"5429\" data-link=\"https://buzz-caribbean.com/?attachment_id=5429\" class=\"wp-image-5429\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0675-1024x683.jpg\" alt=\"\" data-id=\"5430\" data-link=\"https://buzz-caribbean.com/?attachment_id=5430\" class=\"wp-image-5430\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0682-1024x683.jpg\" alt=\"\" data-id=\"5431\" data-link=\"https://buzz-caribbean.com/?attachment_id=5431\" class=\"wp-image-5431\" /><figcaption> <br> <br> <br> <br> <br> <br> Shandanie Taylor will be attending Ca<font>mpion </font>College in September. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->','14 East Kingston PEP students get scholarships from JPPC','','publish','open','closed','','14-east-kingston-pep-students-get-scholarships-from-jppc','','','2019-08-22 21:06:24','2019-08-23 02:06:24','',0,'https://buzz-caribbean.com/?p=5383',0,'post','',0),(5384,11,'2019-08-22 18:50:46','2019-08-22 23:50:46','<!-- wp:paragraph -->\n<p>It\'s #WorldBeenieManDay! Yes, we declared it. Special recognition is being given to the iconic Jamaican dancehall artiste as he celebrates his 46th birthday today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His millions of fans from across the globe took to social media to pour out their best wishes to the Grammy award-winning artiste, including his lady love, media personality, Krystal Tomlinson.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1eGomAneFc/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1eGomAneFc/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The <strong>BUZZ </strong>team joins in celebrating his birthday by sharing our favourite tracks from his impressive musical repertoire.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/tKi99m82hY4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/tKi99m82hY4\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Did we miss any of your favourites? Tell us in the comments.</p>\n<!-- /wp:paragraph -->','Celebrating the \'King of the Dancehall\' with our favourite tracks','','publish','open','closed','','celebrating-the-king-of-dancehall-beenie-man-with-our-fav-tracks','','','2019-08-22 18:59:11','2019-08-22 23:59:11','',0,'https://buzz-caribbean.com/?p=5384',0,'post','',0),(5385,4,'2019-08-22 17:19:06','2019-08-22 22:19:06','<!-- wp:paragraph -->\n<p>Jamaica Private Power Company (JPPC) has awarded scholarships of $2.45m to 14 children who reside in the constituency of East Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The scholarships will last five years, with each child getting $35,000 each year if they maintain a B average.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wayne McKenzie, chief executive officer and managing director of JPPC, said the scholarships are the company\'s thrust to enrich the lives of residents of the area to be worthwhile citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>JPPC has been giving the scholarships for five years and McKenzie said in the upcoming academic year, the company has awarded two scholarships, for the first time, to students going into Sixth Form.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that next year, JPPC will also break new ground, by awarding tertiary scholarships for residents of East Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 14 children who received scholarships on Wednesday are:<br>Kijhani Davidson (Windward Road Primary) - Wolmer\'s Boys\' School<br>Duschane Evans (Holy Rosary Primary) - Wolmer\'s Boys\' School<br>Ryel Findlater (Norman Gardens Primary) - Kingston College<br>Adrean Gibson (St Benedict\'s Primary) - Kingston College<br>Toyissa Glenn (Port Royal Primary) - Convent Of Mercy Academy<br>Amarie Johnson (Renock Lodge Primary) - Donald Quarrie High<br>Talicia Lewis (Norman Gardens Primary) - Dunoon Park Technical High<br>Taze Mattis (Harbour View Primary) - Wolmer\'s Boys\' School<br>Jeremiah Nixon (Port Royal Primary) - Calabar High<br>Yolande Robinson (Windward Road Primary) - Wolmer\'s Girls\' School<br>Raheem Smith (Rollington Town Primary) - Kingston College<br>Olecia Swaby (Harbour View Primary) - Immaculate Conception<br>Shandanie Taylor (Holy Rosary Primary) - Campion College<br>Damila Williams (Rollington Town Primary) - Wolmer\'s Girls\' School</p>\n<!-- /wp:paragraph -->','14 East Kingston PEP students get scholarships from JPPC','','inherit','closed','closed','','5383-revision-v1','','','2019-08-22 17:19:06','2019-08-22 22:19:06','',5383,'https://buzz-caribbean.com/article/5383-revision-v1/',0,'revision','',0),(5386,11,'2019-08-22 17:33:39','2019-08-22 22:33:39','','Krystal-Tomlinson-Post','','inherit','open','closed','','krystal-tomlinson-post','','','2019-08-22 17:33:39','2019-08-22 22:33:39','',5384,'https://buzz-caribbean.com/app/uploads/2019/08/Krystal-Tomlinson-Post.jpg',0,'attachment','image/jpeg',0),(5387,11,'2019-08-22 17:44:37','2019-08-22 22:44:37','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1eGomAneFc/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1eGomAneFc/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1eGomAneFc/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">The source of all our belly bottom deep laughs and the loving masculine energy that created our gift of light. You’re  the other half of my heart and you helped me make the second half?. I love you from the root of my longest lock to my toe point, Mo! You are all things bright and beautiful ... no joke. Thank you for sharing your wildly contagious and soul lifting energy with the world. We owe you one! ❤️❤️ #MyKing #HappyBirthday #OurEverything #XiahsDaddy</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/krystaltomlinson/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Krystal Tomlinson</a> (@krystaltomlinson) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-22T14:55:19+00:00\">Aug 22, 2019 at 7:55am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','828e549e3c4256df45e78073c2984034','','','2019-08-22 17:44:37','2019-08-22 22:44:37','',0,'https://buzz-caribbean.com/article/828e549e3c4256df45e78073c2984034/',0,'oembed_cache','',0),(5388,23,'2019-08-23 07:00:33','2019-08-23 12:00:33','<!-- wp:image {\"id\":5390} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/marcello-20190822-1024x846.jpg\" alt=\"\" class=\"wp-image-5390\" /><figcaption> Marcello Graham is a lead technician at a Lexus dealership in Canada. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Say the name Marcello Graham in any Lexus or Toyota dealership in Calgary, Canada, and many persons will know exactly who you are referring to. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jamaica-born Graham\nhas been at Lexus in Calgary for 23 years, and he is definitely one of the\ngo-to guys for questions related to any make and model of Lexus vehicles on the\nmarket. Today, he holds the title as lead technician/shop foreman at the\ndealership, and he has more than 18 awards under his belt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"In Jamaica, it is seen as a dirty job,\" Graham said. \"Just say the word mechanic in Jamaica, and it is seen as something dirty. Here in Canada, it is viewed differently. Here you don\'t get dirty. Here you have to go to college to be certified. It is a prestigious job that can earn you a lot of money,\" Graham told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Graham moved to Canada when he was 15 years old. After leaving high school, he was unsure what he wanted to do, so he took mediocre jobs just to earn a buck. He then moved on to being an automotive apprentice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5391} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/marcello-B-20190822.jpg\" alt=\"\" class=\"wp-image-5391\" /><figcaption> Marcello Graham currently oversees 17 technicians. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But after three years, Graham decided to apply to a Toyota dealership in Calgary. His pay changed significantly from CAD$7 an hour to CAD$15. With the then minimum wage sitting at CAD$9.03 per hour, this was big encouragement for Graham, who was in his early 20s in 1996. A year after being at Toyota, Graham was promoted to being a Lexus technician - Lexus being the luxury division of Toyota.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Two years after being with the Lexus dealership, Graham was promoted to being the assistant shop foreman. But this was not an overnight achievement, as he was trained at the Southern Alberta Institute of Technology (SAIT). He was also the very first technician in Calgary to be certified to work on Lexus Hybrid vehicles. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Over the years he has won six awards of excellence from Lexus of Canada and over 12 awards from Lexus of Calgary for his hard work and expertise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"At first it was a long road with limited money,\" he said. \"But with dedication, training and getting with the right company, it is well worth it. I was able to purchase my home, numerous cars and take care of my family. There were downtimes, but I would say it was a successful path to choose,” said Graham, who currently oversees 17 technicians. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Donna Hussey-Stewart</em></strong></p>\n<!-- /wp:paragraph -->','Jamaican man riding Lexus wave in Canada','','publish','open','closed','','jamaican-man-riding-lexus-wave-in-canada','','','2019-08-23 21:58:20','2019-08-24 02:58:20','',0,'https://buzz-caribbean.com/?p=5388',0,'post','',0),(5389,11,'2019-08-22 18:08:11','2019-08-22 23:08:11','<iframe title=\"Celebrating &#039;The King Of The Dancehall Beenie Man&#039;\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/tKi99m82hY4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','768a5140ce0255df2f831c8e20c97bdd','','','2019-08-22 18:08:11','2019-08-22 23:08:11','',0,'https://buzz-caribbean.com/article/768a5140ce0255df2f831c8e20c97bdd/',0,'oembed_cache','',0),(5390,9,'2019-08-22 18:13:47','2019-08-22 23:13:47','','marcello-20190822','','inherit','open','closed','','marcello-20190822','','','2019-08-22 18:13:47','2019-08-22 23:13:47','',5388,'https://buzz-caribbean.com/app/uploads/2019/08/marcello-20190822.jpg',0,'attachment','image/jpeg',0),(5391,9,'2019-08-22 18:13:50','2019-08-22 23:13:50','','marcello-B-20190822','','inherit','open','closed','','marcello-b-20190822','','','2019-08-22 18:13:50','2019-08-22 23:13:50','',5388,'https://buzz-caribbean.com/app/uploads/2019/08/marcello-B-20190822.jpg',0,'attachment','image/jpeg',0),(5392,9,'2019-08-22 18:14:03','2019-08-22 23:14:03','','marcello-20190822-1','','inherit','open','closed','','marcello-20190822-1','','','2019-08-22 18:14:03','2019-08-22 23:14:03','',5388,'https://buzz-caribbean.com/app/uploads/2019/08/marcello-20190822-1.jpg',0,'attachment','image/jpeg',0),(5393,9,'2019-08-22 18:17:20','2019-08-22 23:17:20','<!-- wp:image {\"id\":5390} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/marcello-20190822-1024x846.jpg\" alt=\"\" class=\"wp-image-5390\" /><figcaption> Marcello Graham is a lead technician at a Lexus dealership in Canada. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Say the name Marcello Graham in any Lexus or Toyota dealership in Calgary, Canada, and many persons will know exactly who you are referring to. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jamaica-born Graham\nhas been at Lexus in Calgary for 23 years, and he is definitely one of the\ngo-to guys for questions related to any make and model of Lexus vehicles on the\nmarket. Today, he holds the title as lead technician/shop foreman at the\ndealership, and he has more than 18 awards under his belt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"In Jamaica, it is seen as a dirty job,\" Graham said. \"Just say the word mechanic in Jamaica, and it is seen as something dirty. Here in Canada, it is viewed differently. Here you don\'t get dirty. Here you have to go to college to be certified. It is a prestigious job that can earn you a lot of money,\" Graham told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Graham moved to Canada when he was 15 years old. After leaving high school, he was unsure what he wanted to do, so he took mediocre jobs just to earn a buck. He then moved on to being an automotive apprentice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5391} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/marcello-B-20190822.jpg\" alt=\"\" class=\"wp-image-5391\" /><figcaption> Marcello Graham currently overseas 17 technicians. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But after three years, Graham decided to apply to a Toyota dealership in Calgary. His pay changed significantly from CAD$7 an hour to CAD$15. With the then minimum wage sitting at CAD$9.03 per hour, this was big encouragement for Graham, who was in his early 20s in 1996. A year after being at Toyota, Graham was promoted to being a Lexus technician - Lexus being the luxury division of Toyota.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Two years after being with the Lexus dealership, Graham was promoted to being the assistant shop foreman. But this was not an overnight achievement, as he was trained at the Southern Alberta Institute of Technology (SAIT). He was also the very first technician in Calgary to be certified to work on Lexus Hybrid vehicles. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Over the years he has won six awards of excellence from Lexus of Canada and over 12 awards from Lexus of Calgary for his hard work and expertise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"At first it was a long road with limited money,\" he said. \"But with dedication, training and getting with the right company, it is well worth it. I was able to purchase my home, numerous cars and take care of my family. There were downtimes, but I would say it was a successful path to choose,” said Graham, who currently overseas 17 technicians. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Donna Hussey-Stewart</em></strong></p>\n<!-- /wp:paragraph -->','Jamaican man riding Lexus wave in Canada','','inherit','closed','closed','','5388-revision-v1','','','2019-08-22 18:17:20','2019-08-22 23:17:20','',5388,'https://buzz-caribbean.com/article/5388-revision-v1/',0,'revision','',0),(5394,21,'2019-08-23 07:30:03','2019-08-23 12:30:03','<!-- wp:image {\"id\":5395} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/nadine-sutherland.jpg\" alt=\"\" class=\"wp-image-5395\" /><figcaption> Singer Nadine Sutherland  (Photo: Instagram @nadinesutherland)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Singer Nadine Sutherland says she will not be judgmental towards females in modern Jamaican music who chose to sing raunchy lyrics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong> recently, Sutherland, who has popular tracks like <strong>Action </strong>and <strong>Baby Face</strong>, said that while the raunchy style was not in keeping with her mode of entertainment, people have to make their own choices. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I will not judge. Everybody responds to their environment. I won’t judge another woman,” she said, noting that music with substance is more lasting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nadine Sutherland, who has been in music since she was a child, took somewhat of a hiatus from the industry to acquire a master’s degree. And although she took a break a few years ago, she is confident of her place in the business. &nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My songs were just solidifying in the space. I&nbsp;thought I was out, but I was still in,” she told <strong>BUZZ</strong>, adding that she is working on new material. <br><br></p>\n<!-- /wp:paragraph -->','Nadine Sutherland: I won’t judge another woman','','publish','open','closed','','nadine-sutherland-i-wont-judge-another-woman','','','2019-08-22 18:40:14','2019-08-22 23:40:14','',0,'https://buzz-caribbean.com/?p=5394',0,'post','',0),(5395,9,'2019-08-22 18:37:14','2019-08-22 23:37:14','','nadine-sutherland','','inherit','open','closed','','nadine-sutherland','','','2019-08-22 18:37:14','2019-08-22 23:37:14','',5394,'https://buzz-caribbean.com/app/uploads/2019/08/nadine-sutherland.jpg',0,'attachment','image/jpeg',0),(5396,9,'2019-08-22 18:39:08','2019-08-22 23:39:08','<!-- wp:image {\"id\":5395} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/nadine-sutherland.jpg\" alt=\"\" class=\"wp-image-5395\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Singer Nadine Sutherland says she will not be judgmental towards females in modern Jamaican music who chose to sing raunchy lyrics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong> recently, Sutherland, who has popular tracks like <strong>Action </strong>and <strong>Baby Face</strong>, said that while the raunchy style was not in keeping with her mode of entertainment, people have to make their own choices. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I will not judge. Everybody responds to their environment. I won’t judge another woman,” she said, noting that music with substance is more lasting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nadine Sutherland, who has been in music since she was a child, took somewhat of a hiatus from the industry to acquire a master’s degree. And although she took a break a few years ago, she is confident of her place in the business.   </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My songs were just solidifying in the space. I thought I was out, but I was still in,” she told <strong>BUZZ</strong>, adding that she is working on new material. <br><br></p>\n<!-- /wp:paragraph -->','Nadine Sutherland: I won’t judge another woman','','inherit','closed','closed','','5394-revision-v1','','','2019-08-22 18:39:08','2019-08-22 23:39:08','',5394,'https://buzz-caribbean.com/article/5394-revision-v1/',0,'revision','',0),(5397,9,'2019-08-22 18:40:14','2019-08-22 23:40:14','<!-- wp:image {\"id\":5395} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/nadine-sutherland.jpg\" alt=\"\" class=\"wp-image-5395\" /><figcaption> Singer Nadine Sutherland  (Photo: Instagram @nadinesutherland)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Singer Nadine Sutherland says she will not be judgmental towards females in modern Jamaican music who chose to sing raunchy lyrics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong> recently, Sutherland, who has popular tracks like <strong>Action </strong>and <strong>Baby Face</strong>, said that while the raunchy style was not in keeping with her mode of entertainment, people have to make their own choices. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I will not judge. Everybody responds to their environment. I won’t judge another woman,” she said, noting that music with substance is more lasting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nadine Sutherland, who has been in music since she was a child, took somewhat of a hiatus from the industry to acquire a master’s degree. And although she took a break a few years ago, she is confident of her place in the business. &nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My songs were just solidifying in the space. I&nbsp;thought I was out, but I was still in,” she told <strong>BUZZ</strong>, adding that she is working on new material. <br><br></p>\n<!-- /wp:paragraph -->','Nadine Sutherland: I won’t judge another woman','','inherit','closed','closed','','5394-revision-v1','','','2019-08-22 18:40:14','2019-08-22 23:40:14','',5394,'https://buzz-caribbean.com/article/5394-revision-v1/',0,'revision','',0),(5398,23,'2019-08-23 08:00:11','2019-08-23 13:00:11','<!-- wp:image {\"id\":5399} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/shockingmurray2-1024x683.jpg\" alt=\"\" class=\"wp-image-5399\" /><figcaption> Shocking Murray delivers a powerful message in his song, <strong>Reality Curfew</strong>. (Photo: Contributed) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On his latest single\n<strong>Reality Curfew</strong>, Shocking Murray pays tribute to national hero Marcus\nGarvey. Produced by Errol Harvey and released on the Sinkle Bible label on July\n22, the song delivers a powerful message.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Marcus Garvey is\nrevered by many people worldwide as one of the greatest philosophers in modern\nhistory. He is also the father of the civil rights movement. He has inspired\nmany great black leaders, including Nelson Mandela, Jomo Kenyatta, Malcolm X\nand Martin Luther King Jr,” Shocking Murray said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Marcus Garvey is revered by many people worldwide as one of the greatest philosophers in modern history.\"</p><cite>—  Shocking Murray </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“However, when you look at things in Jamaica, it’s like no one is trying to live by his teachings. People give lip service to his works and nothing else.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Reality Curfew</strong> is the first single from Shocking Murray’s upcoming EP that is scheduled to be released later this year on the Big Trees label. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The EP will consist\nof seven tracks; all of them are new songs. It is a wonderful project. I’ve\nrecorded all the songs already. We’re just completing the mixing and mastering,\nand after that, we’ll set a release date,” said the entertainer, who was born\nand raised in Snow Hill, Portland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Chase</em></strong></p>\n<!-- /wp:paragraph -->','Shocking Murray pays tribute to Marcus Garvey','','publish','open','closed','','shocking-murray-pays-tribute-to-marcus-garvey','','','2019-08-22 18:51:15','2019-08-22 23:51:15','',0,'https://buzz-caribbean.com/?p=5398',0,'post','',0),(5399,9,'2019-08-22 18:46:20','2019-08-22 23:46:20','','shockingmurray2','','inherit','open','closed','','shockingmurray2','','','2019-08-22 18:46:20','2019-08-22 23:46:20','',5398,'https://buzz-caribbean.com/app/uploads/2019/08/shockingmurray2.jpg',0,'attachment','image/jpeg',0),(5400,11,'2019-08-22 18:50:24','2019-08-22 23:50:24','','Beenie Man','','inherit','open','closed','','beenie-man','','','2019-08-22 18:50:24','2019-08-22 23:50:24','',5384,'https://buzz-caribbean.com/app/uploads/2019/08/Beenie-Man.jpg',0,'attachment','image/jpeg',0),(5401,9,'2019-08-22 18:50:26','2019-08-22 23:50:26','<!-- wp:image {\"id\":5399} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/shockingmurray2-1024x683.jpg\" alt=\"\" class=\"wp-image-5399\" /><figcaption> Shocking Murray delivers a powerful message in his song, <strong>Reality Curfew</strong>. (Photo: Contributed) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On his latest single\n<strong>Reality Curfew</strong>, Shocking Murray pays tribute to national hero Marcus\nGarvey. Produced by Errol Harvey and released on the Sinkle Bible label on July\n22, the song delivers a powerful message.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Marcus Garvey is\nrevered by many people worldwide as one of the greatest philosophers in modern\nhistory. He is also the father of the civil rights movement. He has inspired\nmany great black leaders, including Nelson Mandela, Jomo Kenyatta, Malcolm X\nand Martin Luther King Jr,” Shocking Murray said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Marcus Garvey is revered by many people worldwide as one of the greatest philosophers in modern history.\"</p><cite>—  Shocking Murray </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“However, when you look at things in Jamaica, it’s like no one is trying to live by his teachings. People give lip service to his works and nothing else.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Reality Curfew</strong> is the first single from Shocking Murray’s upcoming EP that is scheduled to be released later this year on the Big Trees label. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The EP will consist\nof seven tracks; all of them are new songs. It is a wonderful project. I’ve\nrecorded all the songs already. We’re just completing the mixing and mastering,\nand after that, we’ll set a release date,” said the entertainer, who was born\nand raised in Snow Hill, Portland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Chase</em></strong></p>\n<!-- /wp:paragraph -->','Shocking Murray pays tribute to Marcus Garvey','','inherit','closed','closed','','5398-revision-v1','','','2019-08-22 18:50:26','2019-08-22 23:50:26','',5398,'https://buzz-caribbean.com/article/5398-revision-v1/',0,'revision','',0),(5402,11,'2019-08-22 18:50:46','2019-08-22 23:50:46','<!-- wp:paragraph -->\n<p>It\'s #WorldBeenieManDay! Yes, we declared it. Special recognition is being given to the iconic Jamaican dancehall artiste as he celebrates his 46th birthday today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His millions of fans from across the globe took to social media to dole out their best wishes to the Grammy award-winning artiste, including his lady love, media personality, Krystal Tomlinson.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1eGomAneFc/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1eGomAneFc/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The <strong>BUZZ </strong>team joins in celebrating his birthday by sharing our favourite tracks from his impressive musical repertoire.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/tKi99m82hY4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/tKi99m82hY4\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Did we miss any of your favourites? Tell us in the comments.</p>\n<!-- /wp:paragraph -->','Celebrating \'The King of Dancehall Beenie Man\' with our fav tracks','','inherit','closed','closed','','5384-revision-v1','','','2019-08-22 18:50:46','2019-08-22 23:50:46','',5384,'https://buzz-caribbean.com/article/5384-revision-v1/',0,'revision','',0),(5403,11,'2019-08-22 18:52:32','2019-08-22 23:52:32','<!-- wp:paragraph -->\n<p>It\'s #WorldBeenieManDay! Yes, we declared it. Special recognition is being given to the iconic Jamaican dancehall artiste as he celebrates his 46th birthday today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His millions of fans from across the globe took to social media to pour out their best wishes to the Grammy award-winning artiste, including his lady love, media personality, Krystal Tomlinson.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1eGomAneFc/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1eGomAneFc/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The <strong>BUZZ </strong>team joins in celebrating his birthday by sharing our favourite tracks from his impressive musical repertoire.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/tKi99m82hY4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/tKi99m82hY4\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Did we miss any of your favourites? Tell us in the comments.</p>\n<!-- /wp:paragraph -->','Celebrating \'The King of Dancehall Beenie Man\' with our fav tracks','','inherit','closed','closed','','5384-revision-v1','','','2019-08-22 18:52:32','2019-08-22 23:52:32','',5384,'https://buzz-caribbean.com/article/5384-revision-v1/',0,'revision','',0),(5405,11,'2019-08-22 18:55:51','2019-08-22 23:55:51','<!-- wp:paragraph -->\n<p>It\'s #WorldBeenieManDay! Yes, we declared it. Special recognition is being given to the iconic Jamaican dancehall artiste as he celebrates his 46th birthday today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His millions of fans from across the globe took to social media to pour out their best wishes to the Grammy award-winning artiste, including his lady love, media personality, Krystal Tomlinson.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1eGomAneFc/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1eGomAneFc/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The <strong>BUZZ </strong>team joins in celebrating his birthday by sharing our favourite tracks from his impressive musical repertoire.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/tKi99m82hY4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/tKi99m82hY4\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Did we miss any of your favourites? Tell us in the comments.</p>\n<!-- /wp:paragraph -->','Celebrating \'The King of the Dancehall\' with our fav tracks','','inherit','closed','closed','','5384-revision-v1','','','2019-08-22 18:55:51','2019-08-22 23:55:51','',5384,'https://buzz-caribbean.com/article/5384-revision-v1/',0,'revision','',0),(5406,11,'2019-08-22 18:56:09','2019-08-22 23:56:09','<!-- wp:paragraph -->\n<p>It\'s #WorldBeenieManDay! Yes, we declared it. Special recognition is being given to the iconic Jamaican dancehall artiste as he celebrates his 46th birthday today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His millions of fans from across the globe took to social media to pour out their best wishes to the Grammy award-winning artiste, including his lady love, media personality, Krystal Tomlinson.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1eGomAneFc/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1eGomAneFc/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The <strong>BUZZ </strong>team joins in celebrating his birthday by sharing our favourite tracks from his impressive musical repertoire.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/tKi99m82hY4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/tKi99m82hY4\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Did we miss any of your favourites? Tell us in the comments.</p>\n<!-- /wp:paragraph -->','Celebrating \'The King of the Dancehall\' with our favourite tracks','','inherit','closed','closed','','5384-revision-v1','','','2019-08-22 18:56:09','2019-08-22 23:56:09','',5384,'https://buzz-caribbean.com/article/5384-revision-v1/',0,'revision','',0),(5407,14,'2019-08-23 06:00:33','2019-08-23 11:00:33','<!-- wp:image {\"id\":5410} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/college-graduate-buzz-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-5410\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With this internet age has emerged the\nmillennial generation, also referred to as ‘Generation Y’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here is a generation of young people who\nmany consider entitled, but most of all connected to technology, as if birthed\nfrom it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These are the young and vibrant who will\noften opt to quit their job in favour of greener pastures which includes\nstarting a business online. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These are the young who will drop out of\nschool because of the information the internet provides as they believe that\ndegrees are unnecessary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Leahcim Semaj, psychologist, agrees\nthat the internet provides a lot of information, but believes that if you don’t\nhave the skills associated with research and critical thinking you can pick up\na lot of garbage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5413} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/leachim-semaj-buzz-demo.jpg\" alt=\"\" class=\"wp-image-5413\" /><figcaption>Psychologist Leachim Semaj (Photo: Facebook @LeachimSemaj)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The real benefits of a degree are the\nnotion of how to think, how to problem solve and how to track information down.\nThe internet provides you with an infinite supply of garbage. In-between the\ngarbage are some brilliant pieces of information, you have to be able to sift\nthrough it. People who know how to think can go online and find incredible\ninformation,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Semaj added that the process of a degree\nteaches you to meet deadlines and work to specification.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“You’re given an assignment, you’re given\ntime and you need to deliver on time. All of these are the things that prepare\nyou for life. During the process of a degree you get introduced to a body of\nwork that you might not have come across on your own,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When posited with the case that in support\nof their drive to leave the degree behind, many young people give the example\nthat Bill Gates dropped out of school.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Semaj responded, “You cannot use the outliers to define reality. Any scientific study will tell you that the outliers at the top are rare.\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Most people who drop out of school never get back in because they end up doing menial work and later on when they try to get back into school, they have trouble,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5414} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/leachim-semaj-buzz-demo-2.jpg\" alt=\"\" class=\"wp-image-5414\" /><figcaption>Photo: Facebook, @LeachimSemaj</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“How does the employer short list the\nperson who has dropped out of school and has no degree or MBA?” Semaj asked,\nadding, “With a degree the chances of being successful in a career are much higher.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He further asserted that we get bogged down\nwith the terms ‘Generation Z’, ‘Baby Boomers’ and ‘Millennials’ when the real\nanswer is that for you to be viable, you have to have the best traits of every\ngeneration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The language of all generations is\nimportant and there is still a significant need for people who can think, solve\nproblems and create new solutions. For most people it is the process of earning\na degree that disciplines and helps them to acquire a trained mind,” he said. </p>\n<!-- /wp:paragraph -->','Are university degrees still necessary?','','publish','open','closed','','are-university-degrees-still-necessary','','','2019-08-22 19:07:45','2019-08-23 00:07:45','',0,'https://buzz-caribbean.com/?p=5407',0,'post','',0),(5408,9,'2019-08-22 18:59:11','2019-08-22 23:59:11','<!-- wp:paragraph -->\n<p>It\'s #WorldBeenieManDay! Yes, we declared it. Special recognition is being given to the iconic Jamaican dancehall artiste as he celebrates his 46th birthday today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His millions of fans from across the globe took to social media to pour out their best wishes to the Grammy award-winning artiste, including his lady love, media personality, Krystal Tomlinson.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1eGomAneFc/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1eGomAneFc/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The <strong>BUZZ </strong>team joins in celebrating his birthday by sharing our favourite tracks from his impressive musical repertoire.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/tKi99m82hY4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/tKi99m82hY4\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Did we miss any of your favourites? Tell us in the comments.</p>\n<!-- /wp:paragraph -->','Celebrating the \'King of the Dancehall\' with our favourite tracks','','inherit','closed','closed','','5384-revision-v1','','','2019-08-22 18:59:11','2019-08-22 23:59:11','',5384,'https://buzz-caribbean.com/article/5384-revision-v1/',0,'revision','',0),(5409,4,'2019-08-22 19:00:32','2019-08-23 00:00:32','<!-- wp:paragraph -->\n<p>Jamaica Private Power Company (JPPC) has awarded scholarships of $2.45m to 14 children who reside in the constituency of East Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The scholarships will last five years, with each child getting $35,000 each year if they maintain a B average.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wayne McKenzie, chief executive officer and managing director of JPPC, said the scholarships are the company\'s thrust to enrich the lives of residents of the area to be worthwhile citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>JPPC has been giving the scholarships for five years. McKenzie said in the upcoming academic year, the company has, for the first time, awarded two scholarships to students going into Sixth Form.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that next year, JPPC will also break new ground, by awarding tertiary scholarships for residents of East Kingston.</p>\n<!-- /wp:paragraph -->','14 East Kingston PEP students get scholarships from JPPC','','inherit','closed','closed','','5383-revision-v1','','','2019-08-22 19:00:32','2019-08-23 00:00:32','',5383,'https://buzz-caribbean.com/article/5383-revision-v1/',0,'revision','',0),(5410,14,'2019-08-22 19:01:46','2019-08-23 00:01:46','','college-graduate-buzz-demo','','inherit','open','closed','','college-graduate-buzz-demo','','','2019-08-22 19:01:46','2019-08-23 00:01:46','',5407,'https://buzz-caribbean.com/app/uploads/2019/08/college-graduate-buzz-demo.jpg',0,'attachment','image/jpeg',0),(5411,4,'2019-08-22 19:01:54','2019-08-23 00:01:54','<!-- wp:image {\"id\":5321} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jc-lodge-and-Gin-Re-1-1024x732.jpg\" alt=\"\" class=\"wp-image-5321\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>JC Lodge has been a major figure in Jamaican entertainment for years.&nbsp;Now, she is mentoring her daughter, Gin Re to carry on the mantle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>JC Lodge is by no means a spent force and was the darling at the recent launch of Third World’s latest album, <strong>More Work To Be Done </strong>at the Bob Marley Museum in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The diva of Jamaican popular entertainment said her daughter was making major moves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>‘“We are encouraging her to find her own manager and agent because she is doing her own music form,” Lodge said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gin Re, was thankful for her mother’s influence. “Mom is a great writer. there is no better influence than her. It\'s coming. Stay tuned,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=MBiMZW5uw0I\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=MBiMZW5uw0I&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','JC Lodge and daughter making moves','','inherit','closed','closed','','5313-revision-v1','','','2019-08-22 19:01:54','2019-08-23 00:01:54','',5313,'https://buzz-caribbean.com/article/5313-revision-v1/',0,'revision','',0),(5412,4,'2019-08-22 19:01:55','2019-08-23 00:01:55','<iframe title=\"JC Lodge and daughter talk new projects\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/MBiMZW5uw0I?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','a8a26c6ece536c4f32f523be3b56150f','','','2019-08-22 19:01:55','2019-08-23 00:01:55','',0,'https://buzz-caribbean.com/article/a8a26c6ece536c4f32f523be3b56150f/',0,'oembed_cache','',0),(5413,14,'2019-08-22 19:03:37','2019-08-23 00:03:37','','leachim-semaj-buzz-demo','','inherit','open','closed','','leachim-semaj-buzz-demo','','','2019-08-22 19:03:37','2019-08-23 00:03:37','',5407,'https://buzz-caribbean.com/app/uploads/2019/08/leachim-semaj-buzz-demo.jpg',0,'attachment','image/jpeg',0),(5414,14,'2019-08-22 19:07:03','2019-08-23 00:07:03','','leachim-semaj-buzz-demo-2','','inherit','open','closed','','leachim-semaj-buzz-demo-2','','','2019-08-22 19:07:03','2019-08-23 00:07:03','',5407,'https://buzz-caribbean.com/app/uploads/2019/08/leachim-semaj-buzz-demo-2.jpg',0,'attachment','image/jpeg',0),(5415,14,'2019-08-22 19:07:45','2019-08-23 00:07:45','<!-- wp:image {\"id\":5410} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/college-graduate-buzz-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-5410\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With this internet age has emerged the\nmillennial generation, also referred to as ‘Generation Y’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here is a generation of young people who\nmany consider entitled, but most of all connected to technology, as if birthed\nfrom it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These are the young and vibrant who will\noften opt to quit their job in favour of greener pastures which includes\nstarting a business online. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These are the young who will drop out of\nschool because of the information the internet provides as they believe that\ndegrees are unnecessary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Leahcim Semaj, psychologist, agrees\nthat the internet provides a lot of information, but believes that if you don’t\nhave the skills associated with research and critical thinking you can pick up\na lot of garbage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5413} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/leachim-semaj-buzz-demo.jpg\" alt=\"\" class=\"wp-image-5413\" /><figcaption>Psychologist Leachim Semaj (Photo: Facebook @LeachimSemaj)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The real benefits of a degree are the\nnotion of how to think, how to problem solve and how to track information down.\nThe internet provides you with an infinite supply of garbage. In-between the\ngarbage are some brilliant pieces of information, you have to be able to sift\nthrough it. People who know how to think can go online and find incredible\ninformation,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Semaj added that the process of a degree\nteaches you to meet deadlines and work to specification.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“You’re given an assignment, you’re given\ntime and you need to deliver on time. All of these are the things that prepare\nyou for life. During the process of a degree you get introduced to a body of\nwork that you might not have come across on your own,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When posited with the case that in support\nof their drive to leave the degree behind, many young people give the example\nthat Bill Gates dropped out of school.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Semaj responded, “You cannot use the outliers to define reality. Any scientific study will tell you that the outliers at the top are rare.\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Most people who drop out of school never get back in because they end up doing menial work and later on when they try to get back into school, they have trouble,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5414} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/leachim-semaj-buzz-demo-2.jpg\" alt=\"\" class=\"wp-image-5414\" /><figcaption>Photo: Facebook, @LeachimSemaj</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“How does the employer short list the\nperson who has dropped out of school and has no degree or MBA?” Semaj asked,\nadding, “With a degree the chances of being successful in a career are much higher.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He further asserted that we get bogged down\nwith the terms ‘Generation Z’, ‘Baby Boomers’ and ‘Millennials’ when the real\nanswer is that for you to be viable, you have to have the best traits of every\ngeneration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The language of all generations is\nimportant and there is still a significant need for people who can think, solve\nproblems and create new solutions. For most people it is the process of earning\na degree that disciplines and helps them to acquire a trained mind,” he said. </p>\n<!-- /wp:paragraph -->','Are university degrees still necessary?','','inherit','closed','closed','','5407-revision-v1','','','2019-08-22 19:07:45','2019-08-23 00:07:45','',5407,'https://buzz-caribbean.com/article/5407-revision-v1/',0,'revision','',0),(5417,4,'2019-08-22 19:29:36','2019-08-23 00:29:36','','Jc Lodge And Daughter','','inherit','open','closed','','jc-lodge-and-daughter','','','2019-08-22 19:29:36','2019-08-23 00:29:36','',5327,'https://buzz-caribbean.com/app/uploads/2019/08/jc-lodge-and-daughter.png',0,'attachment','image/png',0),(5418,4,'2019-08-22 20:13:03','2019-08-23 01:13:03','','wayne-mckenzie','','inherit','open','closed','','wayne-mckenzie','','','2019-08-22 20:13:03','2019-08-23 01:13:03','',5383,'https://buzz-caribbean.com/app/uploads/2019/08/wayne-mckenzie.jpg',0,'attachment','image/jpeg',0),(5419,4,'2019-08-22 20:23:10','2019-08-23 01:23:10','','scholarship','','inherit','open','closed','','scholarship','','','2019-08-22 20:23:10','2019-08-23 01:23:10','',5383,'https://buzz-caribbean.com/app/uploads/2019/08/scholarship.jpg',0,'attachment','image/jpeg',0),(5420,4,'2019-08-22 20:24:58','2019-08-23 01:24:58','<!-- wp:image {\"id\":5419} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/scholarship-1024x800.jpg\" alt=\"\" class=\"wp-image-5419\" /><figcaption>Auden Harris JPPC IT and information specialist presents </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica Private Power Company (JPPC) has awarded scholarships of $2.45m to 14 children who reside in the constituency of East Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The scholarships will last five years, with each child getting $35,000 each year if they maintain a B average.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wayne McKenzie, chief executive officer and managing director of JPPC, said the scholarships are the company\'s thrust to enrich the lives of residents of the area to be worthwhile citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5418} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/wayne-mckenzie-1024x683.jpg\" alt=\"\" class=\"wp-image-5418\" /><figcaption>Wayne McKenzie, chief executive officer and managing director of JPPC.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>JPPC has been giving the scholarships for five years. McKenzie said in the upcoming academic year, the company has, for the first time, awarded two scholarships to students going into Sixth Form.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that next year, JPPC will also break new ground, by awarding tertiary scholarships for residents of East Kingston.</p>\n<!-- /wp:paragraph -->','14 East Kingston PEP students get scholarships from JPPC','','inherit','closed','closed','','5383-revision-v1','','','2019-08-22 20:24:58','2019-08-23 01:24:58','',5383,'https://buzz-caribbean.com/article/5383-revision-v1/',0,'revision','',0),(5421,4,'2019-08-22 20:29:35','2019-08-23 01:29:35','<!-- wp:image {\"id\":5419} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/scholarship-1024x800.jpg\" alt=\"\" class=\"wp-image-5419\" /><figcaption>Auden Harris JPPC, IT and information specialist, presents a certificate of academic excellence to Talicia Lewis, who will be attending Dunoon Park Technical High. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica Private Power Company (JPPC) has awarded scholarships of $2.45m to 14 children who reside in the constituency of East Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The scholarships will last five years, with each child getting $35,000 each year if they maintain a B average.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wayne McKenzie, chief executive officer and managing director of JPPC, said the scholarships are the company\'s thrust to enrich the lives of residents of the area to be worthwhile citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5418} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/wayne-mckenzie-1024x683.jpg\" alt=\"\" class=\"wp-image-5418\" /><figcaption>Wayne McKenzie, chief executive officer and managing director of JPPC.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>JPPC has been giving the scholarships for five years. McKenzie said in the upcoming academic year, the company has, for the first time, awarded two scholarships to students going into Sixth Form.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that next year, JPPC will also break new ground, by awarding tertiary scholarships for residents of East Kingston.</p>\n<!-- /wp:paragraph -->','14 East Kingston PEP students get scholarships from JPPC','','inherit','closed','closed','','5383-revision-v1','','','2019-08-22 20:29:35','2019-08-23 01:29:35','',5383,'https://buzz-caribbean.com/article/5383-revision-v1/',0,'revision','',0),(5422,4,'2019-08-22 20:33:05','2019-08-23 01:33:05','','scholarship2','','inherit','open','closed','','scholarship2','','','2019-08-22 20:33:05','2019-08-23 01:33:05','',5383,'https://buzz-caribbean.com/app/uploads/2019/08/scholarship2.jpg',0,'attachment','image/jpeg',0),(5423,4,'2019-08-22 20:34:19','2019-08-23 01:34:19','<!-- wp:image {\"id\":5422} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/scholarship2-1024x745.jpg\" alt=\"\" class=\"wp-image-5422\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica Private Power Company (JPPC) has awarded scholarships of $2.45m to 14 children who reside in the constituency of East Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The scholarships will last five years, with each child getting $35,000 each year if they maintain a B average.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5419} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/scholarship-1024x800.jpg\" alt=\"\" class=\"wp-image-5419\" /><figcaption>Auden Harris JPPC, IT and information specialist, presents a certificate of academic excellence to Talicia Lewis, who will be attending Dunoon Park Technical High. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Wayne McKenzie, chief executive officer and managing director of JPPC, said the scholarships are the company\'s thrust to enrich the lives of residents of the area to be worthwhile citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5418} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/wayne-mckenzie-1024x683.jpg\" alt=\"\" class=\"wp-image-5418\" /><figcaption>Wayne McKenzie, chief executive officer and managing director of JPPC.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>JPPC has been giving the scholarships for five years. McKenzie said in the upcoming academic year, the company has, for the first time, awarded two scholarships to students going into Sixth Form.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that next year, JPPC will also break new ground, by awarding tertiary scholarships for residents of East Kingston.</p>\n<!-- /wp:paragraph -->','14 East Kingston PEP students get scholarships from JPPC','','inherit','closed','closed','','5383-revision-v1','','','2019-08-22 20:34:19','2019-08-23 01:34:19','',5383,'https://buzz-caribbean.com/article/5383-revision-v1/',0,'revision','',0),(5425,4,'2019-08-22 20:53:20','2019-08-23 01:53:20','','DSC_0687','','inherit','open','closed','','dsc_0687','','','2019-08-22 20:53:20','2019-08-23 01:53:20','',5383,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0687.jpg',0,'attachment','image/jpeg',0),(5426,4,'2019-08-22 20:53:23','2019-08-23 01:53:23','','DSC_0609','','inherit','open','closed','','dsc_0609','','','2019-08-22 20:53:23','2019-08-23 01:53:23','',5383,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0609.jpg',0,'attachment','image/jpeg',0),(5427,4,'2019-08-22 20:53:25','2019-08-23 01:53:25','','DSC_0637','','inherit','open','closed','','dsc_0637','','','2019-08-22 20:53:25','2019-08-23 01:53:25','',5383,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0637.jpg',0,'attachment','image/jpeg',0),(5428,4,'2019-08-22 20:53:26','2019-08-23 01:53:26','','DSC_0651','','inherit','open','closed','','dsc_0651','','','2019-08-22 20:53:26','2019-08-23 01:53:26','',5383,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0651.jpg',0,'attachment','image/jpeg',0),(5429,4,'2019-08-22 20:53:28','2019-08-23 01:53:28','','DSC_0661','','inherit','open','closed','','dsc_0661','','','2019-08-22 20:53:28','2019-08-23 01:53:28','',5383,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0661.jpg',0,'attachment','image/jpeg',0),(5430,4,'2019-08-22 20:53:30','2019-08-23 01:53:30','','DSC_0675','','inherit','open','closed','','dsc_0675','','','2019-08-22 20:53:30','2019-08-23 01:53:30','',5383,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0675.jpg',0,'attachment','image/jpeg',0),(5431,4,'2019-08-22 20:53:31','2019-08-23 01:53:31','','DSC_0682','','inherit','open','closed','','dsc_0682','','','2019-08-22 20:53:31','2019-08-23 01:53:31','',5383,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0682.jpg',0,'attachment','image/jpeg',0),(5432,4,'2019-08-22 20:55:41','2019-08-23 01:55:41','<!-- wp:image {\"id\":5422} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/scholarship2-1024x745.jpg\" alt=\"\" class=\"wp-image-5422\" /><figcaption> Raheem Smith, who will be attending Kingston College in September accepts his certificate of academic excellence from  Patrice Howell, JPPC Corporate Social Responsibility officer.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica Private Power Company (JPPC) has awarded scholarships of $2.45m to 14 children who reside in the constituency of East Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The scholarships will last five years, with each child getting $35,000 each year if they maintain a B average.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5419} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/scholarship-1024x800.jpg\" alt=\"\" class=\"wp-image-5419\" /><figcaption>Auden Harris JPPC, IT and information specialist, presents a certificate of academic excellence to Talicia Lewis, who will be attending Dunoon Park Technical High. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Wayne McKenzie, chief executive officer and managing director of JPPC, said the scholarships are the company\'s thrust to enrich the lives of residents of the area to be worthwhile citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5418} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/wayne-mckenzie-1024x683.jpg\" alt=\"\" class=\"wp-image-5418\" /><figcaption>Wayne McKenzie, chief executive officer and managing director of JPPC.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>JPPC has been giving the scholarships for five years. McKenzie said in the upcoming academic year, the company has, for the first time, awarded two scholarships to students going into Sixth Form.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that next year, JPPC will also break new ground, by awarding tertiary scholarships for residents of East Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5425,5426,5427,5428,5429,5430,5431]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0687-1024x683.jpg\" alt=\"\" data-id=\"5425\" data-link=\"https://buzz-caribbean.com/?attachment_id=5425\" class=\"wp-image-5425\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0609-1024x683.jpg\" alt=\"\" data-id=\"5426\" data-link=\"https://buzz-caribbean.com/?attachment_id=5426\" class=\"wp-image-5426\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0637-1024x683.jpg\" alt=\"\" data-id=\"5427\" data-link=\"https://buzz-caribbean.com/?attachment_id=5427\" class=\"wp-image-5427\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0651-1024x683.jpg\" alt=\"\" data-id=\"5428\" data-link=\"https://buzz-caribbean.com/?attachment_id=5428\" class=\"wp-image-5428\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0661-1024x683.jpg\" alt=\"\" data-id=\"5429\" data-link=\"https://buzz-caribbean.com/?attachment_id=5429\" class=\"wp-image-5429\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0675-1024x683.jpg\" alt=\"\" data-id=\"5430\" data-link=\"https://buzz-caribbean.com/?attachment_id=5430\" class=\"wp-image-5430\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0682-1024x683.jpg\" alt=\"\" data-id=\"5431\" data-link=\"https://buzz-caribbean.com/?attachment_id=5431\" class=\"wp-image-5431\" /></figure></li></ul>\n<!-- /wp:gallery -->','14 East Kingston PEP students get scholarships from JPPC','','inherit','closed','closed','','5383-revision-v1','','','2019-08-22 20:55:41','2019-08-23 01:55:41','',5383,'https://buzz-caribbean.com/article/5383-revision-v1/',0,'revision','',0),(5433,4,'2019-08-22 21:01:23','2019-08-23 02:01:23','<!-- wp:image {\"id\":5422} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/scholarship2-1024x745.jpg\" alt=\"\" class=\"wp-image-5422\" /><figcaption> Raheem Smith, who will be attending Kingston College in September accepts his certificate of academic excellence from  Patrice Howell, JPPC Corporate Social Responsibility officer.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica Private Power Company (JPPC) has awarded scholarships of $2.45m to 14 children who reside in the constituency of East Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The scholarships will last five years, with each child getting $35,000 each year if they maintain a B average.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5419} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/scholarship-1024x800.jpg\" alt=\"\" class=\"wp-image-5419\" /><figcaption>Auden Harris JPPC, IT and information specialist, presents a certificate of academic excellence to Talicia Lewis, who will be attending Dunoon Park Technical High. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Wayne McKenzie, chief executive officer and managing director of JPPC, said the scholarships are the company\'s thrust to enrich the lives of residents of the area to be worthwhile citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5418} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/wayne-mckenzie-1024x683.jpg\" alt=\"\" class=\"wp-image-5418\" /><figcaption>Wayne McKenzie, chief executive officer and managing director of JPPC.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>JPPC has been giving the scholarships for five years. McKenzie said in the upcoming academic year, the company has, for the first time, awarded two scholarships to students going into Sixth Form.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that next year, JPPC will also break new ground, by awarding tertiary scholarships for residents of East Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"5425\",\"5426\",\"5427\",\"5428\",\"5429\",\"5430\",\"5431\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0687-1024x683.jpg\" alt=\"\" data-id=\"5425\" data-link=\"https://buzz-caribbean.com/?attachment_id=5425\" class=\"wp-image-5425\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0609-1024x683.jpg\" alt=\"\" data-id=\"5426\" data-link=\"https://buzz-caribbean.com/?attachment_id=5426\" class=\"wp-image-5426\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0637-1024x683.jpg\" alt=\"\" data-id=\"5427\" data-link=\"https://buzz-caribbean.com/?attachment_id=5427\" class=\"wp-image-5427\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0651-1024x683.jpg\" alt=\"\" data-id=\"5428\" data-link=\"https://buzz-caribbean.com/?attachment_id=5428\" class=\"wp-image-5428\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0661-1024x683.jpg\" alt=\"\" data-id=\"5429\" data-link=\"https://buzz-caribbean.com/?attachment_id=5429\" class=\"wp-image-5429\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0675-1024x683.jpg\" alt=\"\" data-id=\"5430\" data-link=\"https://buzz-caribbean.com/?attachment_id=5430\" class=\"wp-image-5430\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0682-1024x683.jpg\" alt=\"\" data-id=\"5431\" data-link=\"https://buzz-caribbean.com/?attachment_id=5431\" class=\"wp-image-5431\" /><figcaption> <br> <br> <br> <br> <br> <br> Shandanie Taylor will be attending Ca<font>mpion </font>College in September. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->','14 East Kingston PEP students get scholarships from JPPC','','inherit','closed','closed','','5383-revision-v1','','','2019-08-22 21:01:23','2019-08-23 02:01:23','',5383,'https://buzz-caribbean.com/article/5383-revision-v1/',0,'revision','',0),(5435,4,'2019-08-22 21:06:23','2019-08-23 02:06:23','<!-- wp:image {\"id\":5422} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/scholarship2-1024x745.jpg\" alt=\"\" class=\"wp-image-5422\" /><figcaption> Raheem Smith, who will be attending Kingston College in September, accepts his certificate of academic excellence from  Patrice Howell, JPPC Corporate Social Responsibility officer.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica Private Power Company (JPPC) has awarded scholarships of $2.45m to 14 children who reside in the constituency of East Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The scholarships will last five years, with each child getting $35,000 each year if they maintain a B average.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5419} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/scholarship-1024x800.jpg\" alt=\"\" class=\"wp-image-5419\" /><figcaption>Auden Harris JPPC, IT and information specialist, presents a certificate of academic excellence to Talicia Lewis, who will be attending Dunoon Park Technical High. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Wayne McKenzie, chief executive officer and managing director of JPPC, said the scholarships are the company\'s thrust to enrich the lives of residents of the area to be worthwhile citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5418} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/wayne-mckenzie-1024x683.jpg\" alt=\"\" class=\"wp-image-5418\" /><figcaption>Wayne McKenzie, chief executive officer and managing director of JPPC.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>JPPC has been giving the scholarships for five years. McKenzie said in the upcoming academic year, the company has, for the first time, awarded two scholarships to students going into Sixth Form.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that next year, JPPC will also break new ground, by awarding tertiary scholarships for residents of East Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"5425\",\"5426\",\"5427\",\"5428\",\"5429\",\"5430\",\"5431\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0687-1024x683.jpg\" alt=\"\" data-id=\"5425\" data-link=\"https://buzz-caribbean.com/?attachment_id=5425\" class=\"wp-image-5425\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0609-1024x683.jpg\" alt=\"\" data-id=\"5426\" data-link=\"https://buzz-caribbean.com/?attachment_id=5426\" class=\"wp-image-5426\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0637-1024x683.jpg\" alt=\"\" data-id=\"5427\" data-link=\"https://buzz-caribbean.com/?attachment_id=5427\" class=\"wp-image-5427\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0651-1024x683.jpg\" alt=\"\" data-id=\"5428\" data-link=\"https://buzz-caribbean.com/?attachment_id=5428\" class=\"wp-image-5428\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0661-1024x683.jpg\" alt=\"\" data-id=\"5429\" data-link=\"https://buzz-caribbean.com/?attachment_id=5429\" class=\"wp-image-5429\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0675-1024x683.jpg\" alt=\"\" data-id=\"5430\" data-link=\"https://buzz-caribbean.com/?attachment_id=5430\" class=\"wp-image-5430\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0682-1024x683.jpg\" alt=\"\" data-id=\"5431\" data-link=\"https://buzz-caribbean.com/?attachment_id=5431\" class=\"wp-image-5431\" /><figcaption> <br> <br> <br> <br> <br> <br> Shandanie Taylor will be attending Ca<font>mpion </font>College in September. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->','14 East Kingston PEP students get scholarships from JPPC','','inherit','closed','closed','','5383-revision-v1','','','2019-08-22 21:06:23','2019-08-23 02:06:23','',5383,'https://buzz-caribbean.com/article/5383-revision-v1/',0,'revision','',0),(5436,13,'2019-08-23 08:58:06','2019-08-23 13:58:06','','FGB Mortgage Expo','','publish','closed','closed','','fgb-mortgage-expo','','','2019-08-23 09:57:42','2019-08-23 14:57:42','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=5436',0,'out','',0),(5437,12,'2019-08-23 08:53:33','2019-08-23 13:53:33','','Site Icon Buzz','','inherit','open','closed','','site_icon_buzz','','','2019-08-23 08:53:33','2019-08-23 13:53:33','',0,'https://buzz-caribbean.com/app/uploads/2019/08/site_icon_buzz.jpg',0,'attachment','image/jpeg',0),(5439,13,'2019-08-23 08:57:15','2019-08-23 13:57:15','','Motgage Expo FGB','','inherit','open','closed','','motgage-expo-fgb-2','','','2019-08-23 08:57:15','2019-08-23 13:57:15','',5436,'https://buzz-caribbean.com/app/uploads/2019/08/motgage-expo-fGB-1.jpg',0,'attachment','image/jpeg',0),(5440,11,'2019-08-23 09:15:19','2019-08-23 14:15:19','<iframe title=\"Lunge Chops (BUZZ with Spry Training)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/Il78j90B3_0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','b6cdd3dd6f72fb25cb4ab13a89c40515','','','2019-08-23 09:15:19','2019-08-23 14:15:19','',0,'https://buzz-caribbean.com/article/b6cdd3dd6f72fb25cb4ab13a89c40515/',0,'oembed_cache','',0),(5441,11,'2019-08-23 09:15:19','2019-08-23 14:15:19','<iframe title=\"Standing One Arm Press (BUZZ with Spry Training)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/5W68vzaVX-o?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','7b4f7a5133dacd444639da26c62bf5a6','','','2019-08-23 09:15:19','2019-08-23 14:15:19','',0,'https://buzz-caribbean.com/article/7b4f7a5133dacd444639da26c62bf5a6/',0,'oembed_cache','',0),(5442,11,'2019-08-23 09:15:20','2019-08-23 14:15:20','<iframe title=\"Curtsy Lunges (BUZZ with Spry Training)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/BVaWe_LXKiI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','c8c06c6cfca0bf9bbe9b7e2d53e7df45','','','2019-08-23 09:15:20','2019-08-23 14:15:20','',0,'https://buzz-caribbean.com/article/c8c06c6cfca0bf9bbe9b7e2d53e7df45/',0,'oembed_cache','',0),(5443,11,'2019-08-23 09:15:20','2019-08-23 14:15:20','<iframe title=\"T Pushups (BUZZ with Spry Training)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/MEVCuQWT_I0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','cf80c9c81d2c8e0079d401bc67f96137','','','2019-08-23 09:15:20','2019-08-23 14:15:20','',0,'https://buzz-caribbean.com/article/cf80c9c81d2c8e0079d401bc67f96137/',0,'oembed_cache','',0),(5444,11,'2019-08-23 09:15:20','2019-08-23 14:15:20','<iframe title=\"Exercise - Cardio (BUZZ with Spry Training)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/tSamgMp4524?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','e28611034a6a26b43b6d4b4a24084098','','','2019-08-23 09:15:20','2019-08-23 14:15:20','',0,'https://buzz-caribbean.com/article/e28611034a6a26b43b6d4b4a24084098/',0,'oembed_cache','',0),(5445,17,'2019-08-23 09:28:41','2019-08-23 14:28:41','','Twitter Profile Photo 2','','inherit','open','closed','','twitter-profile-photo-2','','','2019-08-23 09:28:41','2019-08-23 14:28:41','',0,'https://buzz-caribbean.com/app/uploads/2019/08/twitter-profile-photo-2.jpg',0,'attachment','image/jpeg',0),(5446,17,'2019-08-23 09:31:14','2019-08-23 14:31:14','','Buzz','','inherit','open','closed','','twitter-profile-photo-2-2','','','2019-08-23 09:31:57','2019-08-23 14:31:57','',0,'https://buzz-caribbean.com/app/uploads/2019/08/twitter-profile-photo-2-1.jpg',0,'attachment','image/jpeg',0),(5447,17,'2019-08-23 09:31:57','2019-08-23 14:31:57','','Twitter Profile Photo 2','','inherit','open','closed','','twitter-profile-photo-2-3','','','2019-08-23 09:31:57','2019-08-23 14:31:57','',0,'https://buzz-caribbean.com/app/uploads/2019/08/twitter-profile-photo-2-2.jpg',0,'attachment','image/jpeg',0),(5448,13,'2019-08-23 09:32:39','2019-08-23 14:32:39','','Black Banker','','inherit','open','closed','','black-banker','','','2019-08-23 09:32:39','2019-08-23 14:32:39','',5436,'https://buzz-caribbean.com/app/uploads/2019/08/black-banker.jpg',0,'attachment','image/jpeg',0),(5449,17,'2019-08-23 09:41:01','2019-08-23 14:41:01','','Twitter Profile Photo 2','','inherit','open','closed','','twitter-profile-photo-2-4','','','2019-08-23 09:41:01','2019-08-23 14:41:01','',0,'https://buzz-caribbean.com/app/uploads/2019/08/twitter-profile-photo-2-3.jpg',0,'attachment','image/jpeg',0),(5450,17,'2019-08-23 09:43:10','2019-08-23 14:43:10','','twitter-profile-photo-2','','inherit','open','closed','','twitter-profile-photo-2-5','','','2019-08-23 09:43:30','2019-08-23 14:43:30','',0,'https://buzz-caribbean.com/app/uploads/2019/08/twitter-profile-photo-2-4.jpg',0,'attachment','image/jpeg',0),(5451,17,'2019-08-23 09:46:57','2019-08-23 14:46:57','','BUZZ','','inherit','open','closed','','buzz-instagram-dp','','','2019-08-23 09:47:25','2019-08-23 14:47:25','',0,'https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP.jpg',0,'attachment','image/jpeg',0),(5452,13,'2019-08-23 09:53:05','2019-08-23 14:53:05','','Welcome To Our Home Mortgage','','inherit','open','closed','','welcome-to-our-home-mortgage','','','2019-08-23 09:53:05','2019-08-23 14:53:05','',5436,'https://buzz-caribbean.com/app/uploads/2019/08/welcome-to-our-home-mortgage.jpeg',0,'attachment','image/jpeg',0),(5453,13,'2019-08-23 09:57:30','2019-08-23 14:57:30','','Mortgage','','inherit','open','closed','','mortgage','','','2019-08-23 09:57:30','2019-08-23 14:57:30','',5436,'https://buzz-caribbean.com/app/uploads/2019/08/mortgage.jpg',0,'attachment','image/jpeg',0),(5455,11,'2019-08-23 13:51:05','2019-08-23 18:51:05','<!-- wp:paragraph -->\n<p>Much like his father, iconic Jamaican Reggae artiste, Damian \"Jr Gong\" Marley, has not been shy in tackling major social issues through his music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An extremely versatile musician, Marley’s songs vary from soothing love songs to searing social anthems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5498,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Damian-Marley-Portrait.jpg\" alt=\"\" class=\"wp-image-5498\" /><figcaption>Source: Twitter — @damianmarley</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Damian has run the gamut of critical topics with hits such as <em><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=yucb9R0W9NA\" target=\"_blank\">Set Up Shop</a></em> – encouraging the entrepreneurial mindset; <em><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=SOXgz69Ua88\" target=\"_blank\">Is It Worth It (Gun Man’s World)</a></em> – outlining the complexities of entering a life of violence; <em><a href=\"https://www.youtube.com/watch?v=GortllWSpPM\">Welcome To Jamrock</a></em> – the harsh realities experienced by Jamaicans that are often hidden behind the \'sun, sand ,sea\' island image.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5497} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Stony-Hill.jpg\" alt=\"\" class=\"wp-image-5497\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In his latest album, <strong>Stony Hill,</strong> Gong upped the ante on his portrayal of the Jamaican reality. While he may have grown up in a privileged environment he believes it is his responsibility to speak up for the underprivileged and champion their causes through his expansive musical platform.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And with his latest single, <strong>Reach Home Safe</strong>, Gong has done it again. The Reggae legend has taken on the topic of road safety through his upbeat 3-minute track.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=ULf7tkm_roA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=ULf7tkm_roA\n</div><figcaption>Source: YouTube — Damian \"Jr Gong\" Marley</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>With a spiralling road fatality rate, Jr Gong has tapped into the pulse of Jamaica\'s social consciousness. Starting with the key message for all drivers — \"I\'m so responsible,\" he moves on to implore his friends and family  to assume that role of responsibility as well:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>\"Friends won\'t let friends drive and drink<br>And me want my friend dem<br>Reach home safe!\"</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>With noted crash hotspots along its corridor, Jr Gong champions the ongoing road safety plea:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>\"No bother with the driving when you a drink<br>And go tear down Constant Spring\"</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Vice-Chair of the National Road Safety Council, Dr Lucien Jones, gave his thumbs up on the song via social media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5493} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lucien-Jones.jpg\" alt=\"\" class=\"wp-image-5493\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With over 500,000 views on his YouTube channel, fans have also been giving the nod of approval for the single.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5500} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fan-Response-1.jpg\" alt=\"\" class=\"wp-image-5500\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Have you gotten a chance to listen to the track? Tell us what you think in the comments.</em></p>\n<!-- /wp:paragraph -->','Jr Gong tackles road safety with latest single','','publish','open','closed','','jr-gong-tackles-road-safety','','','2019-08-23 13:52:47','2019-08-23 18:52:47','',0,'https://buzz-caribbean.com/?p=5455',0,'post','',0),(5456,23,'2019-08-23 10:40:47','2019-08-23 15:40:47','<!-- wp:image {\"id\":5457} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/crashed-plane.jpg\" alt=\"\" class=\"wp-image-5457\" /><figcaption>The Diamond Twin Star DA-42 that crashed at the Norman Manley Airport yesterday.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A small aeroplane reportedly crashed at the Norman Manley International Airport in Kingston yesterday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The aircraft is a part of the training fleet of the Caribbean Military Aviation School, which trains pilots for the Jamaica Defence Force and regional forces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The police\'s communication arm confirmed the crash but did not have details of the incident.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The JDF\'s communication unit could not immediately comment on the incident.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See video below</em></strong>:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/Y4EwoWQ8vXk\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/Y4EwoWQ8vXk\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Small plane crashes at Norman Manley Airport','','publish','open','closed','','small-plane-crashes-at-norman-manley-airport','','','2019-08-23 13:01:17','2019-08-23 18:01:17','',0,'https://buzz-caribbean.com/?p=5456',0,'post','',0),(5457,4,'2019-08-23 10:37:56','2019-08-23 15:37:56','','crashed-plane','','inherit','open','closed','','crashed-plane','','','2019-08-23 10:37:56','2019-08-23 15:37:56','',5456,'https://buzz-caribbean.com/app/uploads/2019/08/crashed-plane.jpg',0,'attachment','image/jpeg',0),(5458,14,'2019-08-23 10:57:22','2019-08-23 15:57:22','<!-- wp:image {\"id\":5460} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/microplastics-buzz-demo-1024x678.jpg\" alt=\"\" class=\"wp-image-5460\" /><figcaption>Microplastics on a human finger (Photo: The Daily Star)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tiny plastic pollutants have infiltrated\nnearly every aspect of human life, the World Health Organisation (WHO) finds. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Frequently, microplastics are defined as\nless than five millimetres long, according to WHO.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Microplastics have been found in marine settings... food, the air and potable water.\" </p><cite> ⁠— the World Health Organisation (WHO) on Thursday, August 22</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The WHO, which released its findings into the <a href=\"https://www.who.int/water_sanitation_health/publications/microplastics-in-drinking-water/en/\">effects of microplastics</a> on human health on Thursday, August 22, notes that while the tiny particles can be found just about everywhere, they are yet to pose a direct threat at this time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The WHO reported that the study was done to\nestablish the impacts microplastics could pose to humans – specifically, in the\nconsumption of tap and bottled drinking water. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5463} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/water-buzz-demo-2-1024x674.jpg\" alt=\"\" class=\"wp-image-5463\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The WHO noted that “a number of key knowledge gaps” were identified from the study but gave recommendations with respect to the monitoring and management of all plastics in the environment, \"and to better assess human health risks and inform appropriate management actions.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “We urgently need to know more about the health impact of microplastics because they are everywhere – including in our drinking-water,” </p><cite> ⁠— Dr. Maria Neira, WHO Director</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Microplastics in drinking water don’t\nappear to pose a health risk at current levels. But we need to find out more,”\nsaid WHO Director, Dr. Maria Neira.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Neira called for greater research to be done as based on its preliminary findings, microplastics have been found in marine settings, waste and freshwater, food, the air and potable water; both bottled and from a tap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5462} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dr-maria-neira-who-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-5462\" /><figcaption>Director of the World Health Organisation, Dr. Maria Neira (Photo: YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We urgently need to know more about the health impact of microplastics because they are everywhere – including in our drinking water,” Dr. Neira argued further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the WHO’s findings, if one\ndrinks water with microplastics larger than the average cell, these particles are\nunlikely to be absorbed in the body.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Absorption of microplastic particles “including\nin the nano-size range may, however, be higher”, the WHO report continued,\nbefore cautioning that available data in this “emerging area” is extremely\nlimited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Head of the Department of Public Health at the WHO, Jennifer de France, warned that that bottled water “in general did contain higher particle numbers”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5461} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/water-buzz-demo.jpg\" alt=\"\" class=\"wp-image-5461\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She however cautioned against jumping to\nconclusions, owing to the lack of available data.</p>\n<!-- /wp:paragraph -->','Microplastics are “everywhere”, no risk to human health just yet','','publish','open','closed','','microplastics-are-everywhere-but-not-a-risk-to-human-health-just-yet','','','2019-08-23 16:02:55','2019-08-23 21:02:55','',0,'https://buzz-caribbean.com/?p=5458',0,'post','',0),(5459,4,'2019-08-23 10:40:47','2019-08-23 15:40:47','<!-- wp:image {\"id\":5457} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/crashed-plane.jpg\" alt=\"\" class=\"wp-image-5457\" /><figcaption>The Diamond Twin Star DA-42 that crashed at the Norman Manley Airport yesterday.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A twin-engine aeroplane reportedly crashed at the Norman Manley International Airport in Kingston yesterday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The aircraft is a part of the training fleet of the Caribbean Military Aviation School, which trains pilots for the Jamaica Defence Force and regional forces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The police\'s communication arm confirmed the crash but did not have details of the incident.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The JDF\'s communication unit could not immediately comment on the incident.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> </p>\n<!-- /wp:paragraph -->','Small plane crashes at Norman Manley Airport','','inherit','closed','closed','','5456-revision-v1','','','2019-08-23 10:40:47','2019-08-23 15:40:47','',5456,'https://buzz-caribbean.com/article/5456-revision-v1/',0,'revision','',0),(5460,14,'2019-08-23 10:42:40','2019-08-23 15:42:40','','microplastics-buzz-demo','','inherit','open','closed','','microplastics-buzz-demo','','','2019-08-23 10:42:40','2019-08-23 15:42:40','',5458,'https://buzz-caribbean.com/app/uploads/2019/08/microplastics-buzz-demo.jpg',0,'attachment','image/jpeg',0),(5461,14,'2019-08-23 10:46:57','2019-08-23 15:46:57','','water-buzz-demo','','inherit','open','closed','','water-buzz-demo','','','2019-08-23 10:46:57','2019-08-23 15:46:57','',5458,'https://buzz-caribbean.com/app/uploads/2019/08/water-buzz-demo.jpg',0,'attachment','image/jpeg',0),(5462,14,'2019-08-23 10:52:11','2019-08-23 15:52:11','','dr-maria-neira-who-buzz-demo','','inherit','open','closed','','dr-maria-neira-who-buzz-demo','','','2019-08-23 10:52:11','2019-08-23 15:52:11','',5458,'https://buzz-caribbean.com/app/uploads/2019/08/dr-maria-neira-who-buzz-demo.jpg',0,'attachment','image/jpeg',0),(5463,14,'2019-08-23 10:55:36','2019-08-23 15:55:36','','water-buzz-demo-2','','inherit','open','closed','','water-buzz-demo-2','','','2019-08-23 10:55:36','2019-08-23 15:55:36','',5458,'https://buzz-caribbean.com/app/uploads/2019/08/water-buzz-demo-2.jpg',0,'attachment','image/jpeg',0),(5465,14,'2019-08-23 10:57:22','2019-08-23 15:57:22','<!-- wp:image {\"id\":5460} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/microplastics-buzz-demo-1024x678.jpg\" alt=\"\" class=\"wp-image-5460\" /><figcaption>Microplastics on a human finger (Photo: The Daily Star)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tiny plastic pollutants have infiltrated\nnearly every aspect of human life, the World Health Organisation (WHO) finds. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Frequently, microplastics are defined as\nless than five millimetres long, according to WHO.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Microplastics have been found in marine settings... food, the air and potable water.\" </p><cite> ⁠— the World Health Organisation (WHO) on Thursday, August 22</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The WHO, which released its findings into the <a href=\"https://www.who.int/water_sanitation_health/publications/microplastics-in-drinking-water/en/\">effects of microplastics</a> on human health on Thursday, August 22, notes that while the tiny particles can be found just about everywhere, they are yet to pose a direct threat at this time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The WHO reported that the study was done to\nestablish the impacts microplastics could pose to humans – specifically, in the\nconsumption of tap and bottled drinking water. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5463} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/water-buzz-demo-2-1024x674.jpg\" alt=\"\" class=\"wp-image-5463\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The WHO noted that “a number of key knowledge gaps” were identified from the study but gave recommendations with respect to the monitoring and management of all plastics in the environment, \"and to better assess human health risks and inform appropriate management actions.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “We urgently need to know more about the health impact of microplastics because they are everywhere – including in our drinking-water,” </p><cite> ⁠— Dr. Maria Neira, WHO Director</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Microplastics in drinking water don’t\nappear to pose a health risk at current levels. But we need to find out more,”\nsaid WHO Director, Dr. Maria Neira.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Neira called for greater research to be done as based on its preliminary findings, microplastics have been found in marine settings, waste and freshwater, food, the air and potable water; both bottled and from a tap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5462} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dr-maria-neira-who-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-5462\" /><figcaption>Director of the World Health Organisation, Dr. Maria Neira (Photo: YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We urgently need to know more about the health impact of microplastics because they are everywhere – including in our drinking water,” Dr. Neira argued further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the WHO’s findings, if one\ndrinks water with microplastics larger than the average cell, these particles are\nunlikely to be absorbed in the body.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Absorption of microplastic particles “including\nin the nano-size range may, however, be higher”, the WHO report continued,\nbefore cautioning that available data in this “emerging area” is extremely\nlimited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Head of the Department of Public Health at the WHO, Jennifer de France, warned that that bottled water “in general did contain higher particle numbers”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5461} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/water-buzz-demo.jpg\" alt=\"\" class=\"wp-image-5461\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She however cautioned against jumping to\nconclusions, owing to the lack of available data.</p>\n<!-- /wp:paragraph -->','Microplastics are “everywhere” but not a risk to human health just yet','','inherit','closed','closed','','5458-revision-v1','','','2019-08-23 10:57:22','2019-08-23 15:57:22','',5458,'https://buzz-caribbean.com/article/5458-revision-v1/',0,'revision','',0),(5466,4,'2019-08-23 10:58:35','2019-08-23 15:58:35','<!-- wp:image {\"id\":5457} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/crashed-plane.jpg\" alt=\"\" class=\"wp-image-5457\" /><figcaption>The Diamond Twin Star DA-42 that crashed at the Norman Manley Airport yesterday.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A twin-engine aeroplane reportedly crashed at the Norman Manley International Airport in Kingston yesterday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The aircraft is a part of the training fleet of the Caribbean Military Aviation School, which trains pilots for the Jamaica Defence Force and regional forces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The police\'s communication arm confirmed the crash but did not have details of the incident.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The JDF\'s communication unit could not immediately comment on the incident.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See video below</em></strong>:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/Y4EwoWQ8vXk\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/Y4EwoWQ8vXk\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Small plane crashes at Norman Manley Airport','','inherit','closed','closed','','5456-revision-v1','','','2019-08-23 10:58:35','2019-08-23 15:58:35','',5456,'https://buzz-caribbean.com/article/5456-revision-v1/',0,'revision','',0),(5467,4,'2019-08-23 10:58:35','2019-08-23 15:58:35','<iframe title=\"JDF training aircraft crashes\" width=\"1333\" height=\"1000\" src=\"https://www.youtube.com/embed/Y4EwoWQ8vXk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','be17436172d2f9ad2dd8ae4fb751348e','','','2019-08-23 10:58:35','2019-08-23 15:58:35','',0,'https://buzz-caribbean.com/article/be17436172d2f9ad2dd8ae4fb751348e/',0,'oembed_cache','',0),(5468,14,'2019-08-23 11:11:25','2019-08-23 16:11:25','<!-- wp:image {\"id\":5339} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cori-gauff-demo-4-1024x773.jpg\" alt=\"\" class=\"wp-image-5339\" /><figcaption>Cori \'Coco\' Gauff (Photo: Women\'s Tennis Association [WTA])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At 15 years, Cori ‘Coco’ Gauff, entered the Wimbledon arena in London in July; little did the world expect to face such a powerhouse!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The world’s love affair with Coco Gauff\nstarted from the first round after the young Florida prodigy outclassed five-time\nWimbledon champion and idol, Venus Williams, 6-4, 6-4.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5340} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cori-gauff-demo-5-1024x576.jpg\" alt=\"\" class=\"wp-image-5340\" /><figcaption>After conceding defeat, Venus Williams (left) congratulates 15-y-o \'Coco\' Gauff on advancing to the second round of The Championships in London (Photo: WTA) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many were stunned by Cori’s masterful performance, more cheered her on and suddenly, there was nothing stopping Gauff from becoming the youngest winner at Wimbledon. EVER.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gauff lost to eventual winner Simona Halep, ultimately making it to the fourth round of The Championships. Interestingly, all of Gauff’s matches were the most-watched of the day in the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a new challenge, the 2019 US Open gets underway, <strong>BUZZ</strong> presents 10 interesting facts about Cori Gauff:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1.   It could be said that she was born to be a top-flight athlete, as Cori Gauff was born on March 13, 2004, in Atlanta to collegiate football and track and field parents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5342} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cori-gauff-demo-1-1-1024x537.jpg\" alt=\"\" class=\"wp-image-5342\" /><figcaption>America\'s tennis heartthrob, Cori Gauff at Wimbledon 2019 (Photo: Evening Standard)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>2.   Gauff, a former world number one junior, has a junior Grand Slam singles title under her belt, as well as a doubles junior championship. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3.   ‘Coco’ was the runner-up in the girls\' singles event at the 2017 US Open, making her the youngest finalist at the event in the tournament\'s history.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4.   Gauff credits Serena Williams for sparking her interested in tennis at the age of four, after watching the athlete win the 2009 Australian Open on television.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5.   ‘Coco’ made her debut on the International Tennis Federation (ITF) Women\'s Circuit in May 2018 as a qualifier in the $25K event at Osprey, Florida where she won her first professional match, against Alexandra Perper.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5343} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cori-gauff-demo-2-1024x680.jpg\" alt=\"\" class=\"wp-image-5343\" /><figcaption>\'Coco\' Gauff in action against Venus Williams at Wimbledon 2019 in London. Gauff went on to deliver a crushing upset to the world no. 44 in the first round of the women\'s singles (Photo: WTA)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>6.   Aged 15 years and 3 months, Gauff was the youngest player to reach the main draw at Wimbledon by qualifying in the ITF’s Open Era.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7.   In her main draw debut, the 5ft 10inch-er upset Venus Williams, who was ranked 44th in the world, in straight sets. ‘Coco’ ended the match against Williams 6-4, 6-4.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5332} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cori-gauff-demo-3-1024x714.jpg\" alt=\"\" class=\"wp-image-5332\" /><figcaption>After the match, the world echoes \'Coco\' Gauff\'s stunned expression as the 15-y-o eliminated world no. 44 Venus Williams in the first round of Wimbledon 2019 (Photo: The National)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>9.   Gauff’s historic run at Wimbledon continued into the fourth round. Coco\'s Cinderella story was gaining traction, as America joined in celebrating her victories over Magdaléna Rybáriková and Polona Hercog. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9.   \'Coco\' was eliminated having lost her match with Simona Halep, the eventual winner of the women’s single’s tournament at Wimbledon, in the fourth round and was awarded a handsome US$312,000 in prize money.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BztBBQ4A-Qd/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BztBBQ4A-Qd/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>10.   All four of Gauff\'s matches were the most-watched on ESPN on their respective days, an impressive feat for the athlete\'s young age. After an impressive campaign at Wimbledon 2019, Gauff reached her new career-high ranking of 141.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All the best at the US Open, young Cori Gauff!! Tell us <strong>BUZZ</strong> fam, what are you most excited to see from \'Coco\' between August 19 and September 8? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lob your thoughts in the comment section!</p>\n<!-- /wp:paragraph -->','Tennis’ next big thing? 10 facts on Cori Gauff','','inherit','closed','closed','','5328-revision-v1','','','2019-08-23 11:11:25','2019-08-23 16:11:25','',5328,'https://buzz-caribbean.com/article/5328-revision-v1/',0,'revision','',0),(5469,23,'2019-08-23 14:30:29','2019-08-23 19:30:29','<!-- wp:image {\"id\":5507} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dutchman4-1024x763.jpg\" alt=\"\" class=\"wp-image-5507\" /><figcaption>Johannes Reijnen has been making a splash in motorcross locally.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Johannes Reijnen has been on the island for only three years, yet this ex-pat has been making a big splash on the motocross scene. And he has gained the nickname ‘The Flying Dutchman’ for his aggressive aerial riding style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m extremely proud to be a part of\nMX Jamaica. We have such a nice group of people together. The vibes at our\nevents or even a regular track day are the best,” Reijnen said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reijnen’s story started at a young age in his home country of The Netherlands. “From I was a kid I had passion for bikes, although I only started riding them at the age of 15,” he related.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5508} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dutchman2-1024x763.jpg\" alt=\"\" class=\"wp-image-5508\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He was a permanent fixture at the dirt tracks in The Netherlands from 2002 to 2005. In 2016 he came to Jamaica for work and found his love for the sport rekindled. “Kyle Reynolds of IrieRacing got me back in the sport. I did a few enduro tours with Irie Moto Tours and that was where it all started again,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As motocross began its big revival\nin 2018, Reijnen was on-board, his Kawasaki a common sight at the two venues on\nthe island where he impressed spectators and competitors alike attacking the\nnatural ramps at full tilt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dutchman-1024x763.jpg\" alt=\"\" class=\"wp-image-5509\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"My country is known for its dirt tracks. These give a lot more grip and it’s softer to land on, but it’s also more physically demanding as deep ruts will cut in the track throughout the day. I like the fact that we have a fast, hard-packed track at DaCosta Farms and a more technical track with softer surface at Temple Hall. Hopefully next year a Montego Bay track will open with again a completely different layout and soil,\" he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5510} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dutchman3-1024x763.jpg\" alt=\"\" class=\"wp-image-5510\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When asked to describe his riding style, Reijnen had this to say: “Call it maximum airtime. I like the\nfact I’m getting more aggressive in the races. I learned a lot from training\nwith Kyle Reynolds and Simon Khouri.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For 2019 Reijnen attracted the attention of Lubit, a local bulk lubricants products distributor, to go along with his new bike a KTM. “We made our agreement in June this year and they’ll be supplying me with Sunoco race fuel and racing gear.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While Reijnen admits that work does\nkeep him busy, he spends a lot of his off time exploring the island and\nrelaxing with the friends he’s made during his time in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <strong><em>—Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','This Dutchman does fly: Johannes Reijnen making a splash in motorcross','','publish','open','closed','','this-dutchman-does-fly-johannes-reijnen-making-a-splash-in-motorcross','','','2019-08-23 14:30:30','2019-08-23 19:30:30','',0,'https://buzz-caribbean.com/?p=5469',0,'post','',0),(5470,4,'2019-08-23 12:10:07','2019-08-23 17:10:07','<!-- wp:paragraph -->\n<p>On May 14, 2018, a Small plane went down in the Georgia area of Trelawny. The flight took off from the Donald Sangster\'s International Airport in St James, destined for the Tinson Pen, when it went down. The pilot, mechanic and another man perished in the crash.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','5469-revision-v1','','','2019-08-23 12:10:07','2019-08-23 17:10:07','',5469,'https://buzz-caribbean.com/article/5469-revision-v1/',0,'revision','',0),(5471,23,'2019-08-23 13:13:03','2019-08-23 18:13:03','<!-- wp:paragraph -->\n<p>Waterhouse FC battled to a 1-1 draw Thursday evening at the National Stadium with defending champions CS Herediano of Costa Rica in the Scotiabank CONCACAF League.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5473} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1098-1024x683.jpg\" alt=\"\" class=\"wp-image-5473\" /><figcaption>Waterhouse\'s Stephen Williams makes a move at goal before his side eventually scored against CS Herediano of Costa Rica.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Andre Fletcher\nscored for Waterhouse in the third minute with Keyner Brown equalising in the\n17th for Herediano.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The away goal gives\nHerediano the edge going into the second leg on August 29 in Costa Rica. Waterhouse\nwill have to score at least one goal to be able to advance in the competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5474,5475,5478,5479,5480,5482,5483,5484,5485,5487,5488,5489]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0974-1-1024x683.jpg\" alt=\"\" data-id=\"5474\" data-link=\"https://buzz-caribbean.com/?attachment_id=5474\" class=\"wp-image-5474\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0938-1024x683.jpg\" alt=\"\" data-id=\"5475\" data-link=\"https://buzz-caribbean.com/?attachment_id=5475\" class=\"wp-image-5475\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1016-1024x683.jpg\" alt=\"\" data-id=\"5478\" data-link=\"https://buzz-caribbean.com/?attachment_id=5478\" class=\"wp-image-5478\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1025-1024x683.jpg\" alt=\"\" data-id=\"5479\" data-link=\"https://buzz-caribbean.com/?attachment_id=5479\" class=\"wp-image-5479\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1041-1024x683.jpg\" alt=\"\" data-id=\"5480\" data-link=\"https://buzz-caribbean.com/?attachment_id=5480\" class=\"wp-image-5480\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1065-1024x683.jpg\" alt=\"\" data-id=\"5482\" data-link=\"https://buzz-caribbean.com/?attachment_id=5482\" class=\"wp-image-5482\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1072-1024x683.jpg\" alt=\"\" data-id=\"5483\" data-link=\"https://buzz-caribbean.com/?attachment_id=5483\" class=\"wp-image-5483\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1074-1-1024x683.jpg\" alt=\"\" data-id=\"5484\" data-link=\"https://buzz-caribbean.com/?attachment_id=5484\" class=\"wp-image-5484\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1080-1024x683.jpg\" alt=\"\" data-id=\"5485\" data-link=\"https://buzz-caribbean.com/?attachment_id=5485\" class=\"wp-image-5485\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1105-1024x683.jpg\" alt=\"\" data-id=\"5487\" data-link=\"https://buzz-caribbean.com/?attachment_id=5487\" class=\"wp-image-5487\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1113-1024x683.jpg\" alt=\"\" data-id=\"5488\" data-link=\"https://buzz-caribbean.com/?attachment_id=5488\" class=\"wp-image-5488\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/fletcher-waterhouse-fc-1024x683.jpg\" alt=\"\" data-id=\"5489\" data-link=\"https://buzz-caribbean.com/?attachment_id=5489\" class=\"wp-image-5489\" /><figcaption>Andre Fletcher scored (15) scored for Waterhouse </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Fletcher, with\nWaterhouse protecting the goal towards the Nannyville end of the stadium,\nscored from a cross by Colorado Murray from the right that went behind the\nHerediano defence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minutes later, Herediano hit the right upright through Francisco Rodriquez, but eventually found the equaliser from a header by Brown, who jumped high to head a cross from the left to the far post.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The game was fairly even from then\non, with the only exception being at the start of the second half, when\nHerediano placed Waterhouse under constant pressure with attacks.</p>\n<!-- /wp:paragraph -->','Waterhouse draw 1-1 with champions in COCACAF League','','publish','open','closed','','waterhouse-draw-1-1-with-champions-in-cocacaf-league','','','2019-08-23 13:13:04','2019-08-23 18:13:04','',0,'https://buzz-caribbean.com/?p=5471',0,'post','',0),(5472,4,'2019-08-23 12:14:27','2019-08-23 17:14:27','<!-- wp:paragraph -->\n<p>Waterhouse battled\nto a 1-1 draw Thursday evening at the National Stadium with defending champions\nCS Herediano of Costa Rica in the Scotiabank CONCACAF League.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Andre Fletcher\nscored for Waterhouse in the third minute with Keyner Brown equalising in the\n17th for Herediano.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The away goal gives\nHerediano the edge going into the second leg on August 29 in Costa Rica. Waterhouse\nwill have to score at least one goal to be able to advance in the competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fletcher, with\nWaterhouse protecting the goal towards the Nannyville end of the stadium,\nscored from a cross by Colorado Murray from the right that went behind the\nHerediano defence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minutes later, Herediano hit the right upright through Francisco Rodriquez, but eventually found the equaliser from a header by Brown, who jumped high to head a cross from the left to the far post.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The game was fairly even from then\non, with the only exception being at the start of the second half, when\nHerediano placed Waterhouse under constant pressure with attacks.</p>\n<!-- /wp:paragraph -->','Waterhouse draw 1-1 with champions in CONCACAF League','','inherit','closed','closed','','5471-revision-v1','','','2019-08-23 12:14:27','2019-08-23 17:14:27','',5471,'https://buzz-caribbean.com/article/5471-revision-v1/',0,'revision','',0),(5473,4,'2019-08-23 12:30:30','2019-08-23 17:30:30','','DSC_1098','','inherit','open','closed','','dsc_1098','','','2019-08-23 12:30:30','2019-08-23 17:30:30','',5471,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1098.jpg',0,'attachment','image/jpeg',0),(5474,4,'2019-08-23 12:31:39','2019-08-23 17:31:39','','DSC_0974-1','','inherit','open','closed','','dsc_0974-1','','','2019-08-23 12:31:39','2019-08-23 17:31:39','',5471,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0974-1.jpg',0,'attachment','image/jpeg',0),(5475,4,'2019-08-23 12:32:54','2019-08-23 17:32:54','','DSC_0938','','inherit','open','closed','','dsc_0938','','','2019-08-23 12:32:54','2019-08-23 17:32:54','',5471,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0938.jpg',0,'attachment','image/jpeg',0),(5476,4,'2019-08-23 12:32:55','2019-08-23 17:32:55','','DSC_0974-2','','inherit','open','closed','','dsc_0974-2','','','2019-08-23 12:32:55','2019-08-23 17:32:55','',5471,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0974-2.jpg',0,'attachment','image/jpeg',0),(5477,4,'2019-08-23 12:32:56','2019-08-23 17:32:56','','DSC_0992','','inherit','open','closed','','dsc_0992','','','2019-08-23 12:32:56','2019-08-23 17:32:56','',5471,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0992.jpg',0,'attachment','image/jpeg',0),(5478,4,'2019-08-23 12:32:57','2019-08-23 17:32:57','','DSC_1016','','inherit','open','closed','','dsc_1016','','','2019-08-23 12:32:57','2019-08-23 17:32:57','',5471,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1016.jpg',0,'attachment','image/jpeg',0),(5479,4,'2019-08-23 12:32:59','2019-08-23 17:32:59','','DSC_1025','','inherit','open','closed','','dsc_1025','','','2019-08-23 12:32:59','2019-08-23 17:32:59','',5471,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1025.jpg',0,'attachment','image/jpeg',0),(5480,4,'2019-08-23 12:33:00','2019-08-23 17:33:00','','DSC_1041','','inherit','open','closed','','dsc_1041','','','2019-08-23 12:33:00','2019-08-23 17:33:00','',5471,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1041.jpg',0,'attachment','image/jpeg',0),(5481,4,'2019-08-23 12:33:02','2019-08-23 17:33:02','','DSC_1057','','inherit','open','closed','','dsc_1057','','','2019-08-23 12:33:02','2019-08-23 17:33:02','',5471,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1057.jpg',0,'attachment','image/jpeg',0),(5482,4,'2019-08-23 12:33:03','2019-08-23 17:33:03','','DSC_1065','','inherit','open','closed','','dsc_1065','','','2019-08-23 12:33:03','2019-08-23 17:33:03','',5471,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1065.jpg',0,'attachment','image/jpeg',0),(5483,4,'2019-08-23 12:33:04','2019-08-23 17:33:04','','DSC_1072','','inherit','open','closed','','dsc_1072','','','2019-08-23 12:33:04','2019-08-23 17:33:04','',5471,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1072.jpg',0,'attachment','image/jpeg',0),(5484,4,'2019-08-23 12:33:05','2019-08-23 17:33:05','','DSC_1074-1','','inherit','open','closed','','dsc_1074-1','','','2019-08-23 12:33:05','2019-08-23 17:33:05','',5471,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1074-1.jpg',0,'attachment','image/jpeg',0),(5485,4,'2019-08-23 12:33:06','2019-08-23 17:33:06','','DSC_1080','','inherit','open','closed','','dsc_1080','','','2019-08-23 12:33:06','2019-08-23 17:33:06','',5471,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1080.jpg',0,'attachment','image/jpeg',0),(5486,4,'2019-08-23 12:33:07','2019-08-23 17:33:07','','DSC_1098-1','','inherit','open','closed','','dsc_1098-1','','','2019-08-23 12:33:07','2019-08-23 17:33:07','',5471,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1098-1.jpg',0,'attachment','image/jpeg',0),(5487,4,'2019-08-23 12:33:09','2019-08-23 17:33:09','','DSC_1105','','inherit','open','closed','','dsc_1105','','','2019-08-23 12:33:09','2019-08-23 17:33:09','',5471,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1105.jpg',0,'attachment','image/jpeg',0),(5488,4,'2019-08-23 12:33:10','2019-08-23 17:33:10','','DSC_1113','','inherit','open','closed','','dsc_1113','','','2019-08-23 12:33:10','2019-08-23 17:33:10','',5471,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_1113.jpg',0,'attachment','image/jpeg',0),(5489,4,'2019-08-23 12:33:11','2019-08-23 17:33:11','','fletcher-waterhouse-fc','','inherit','open','closed','','fletcher-waterhouse-fc','','','2019-08-23 12:33:11','2019-08-23 17:33:11','',5471,'https://buzz-caribbean.com/app/uploads/2019/08/fletcher-waterhouse-fc.jpg',0,'attachment','image/jpeg',0),(5490,4,'2019-08-23 12:34:57','2019-08-23 17:34:57','<!-- wp:image {\"id\":5473} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1098-1024x683.jpg\" alt=\"\" class=\"wp-image-5473\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Waterhouse battled\nto a 1-1 draw Thursday evening at the National Stadium with defending champions\nCS Herediano of Costa Rica in the Scotiabank CONCACAF League.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Andre Fletcher\nscored for Waterhouse in the third minute with Keyner Brown equalising in the\n17th for Herediano.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The away goal gives\nHerediano the edge going into the second leg on August 29 in Costa Rica. Waterhouse\nwill have to score at least one goal to be able to advance in the competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5474,5475,5476,5477,5478,5479,5480,5481,5482,5483,5484,5485,5486,5487,5488,5489]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0974-1-1024x683.jpg\" alt=\"\" data-id=\"5474\" data-link=\"https://buzz-caribbean.com/?attachment_id=5474\" class=\"wp-image-5474\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0938-1024x683.jpg\" alt=\"\" data-id=\"5475\" data-link=\"https://buzz-caribbean.com/?attachment_id=5475\" class=\"wp-image-5475\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0974-2-1024x683.jpg\" alt=\"\" data-id=\"5476\" data-link=\"https://buzz-caribbean.com/?attachment_id=5476\" class=\"wp-image-5476\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0992-1024x683.jpg\" alt=\"\" data-id=\"5477\" data-link=\"https://buzz-caribbean.com/?attachment_id=5477\" class=\"wp-image-5477\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1016-1024x683.jpg\" alt=\"\" data-id=\"5478\" data-link=\"https://buzz-caribbean.com/?attachment_id=5478\" class=\"wp-image-5478\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1025-1024x683.jpg\" alt=\"\" data-id=\"5479\" data-link=\"https://buzz-caribbean.com/?attachment_id=5479\" class=\"wp-image-5479\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1041-1024x683.jpg\" alt=\"\" data-id=\"5480\" data-link=\"https://buzz-caribbean.com/?attachment_id=5480\" class=\"wp-image-5480\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1057-1024x683.jpg\" alt=\"\" data-id=\"5481\" data-link=\"https://buzz-caribbean.com/?attachment_id=5481\" class=\"wp-image-5481\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1065-1024x683.jpg\" alt=\"\" data-id=\"5482\" data-link=\"https://buzz-caribbean.com/?attachment_id=5482\" class=\"wp-image-5482\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1072-1024x683.jpg\" alt=\"\" data-id=\"5483\" data-link=\"https://buzz-caribbean.com/?attachment_id=5483\" class=\"wp-image-5483\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1074-1-1024x683.jpg\" alt=\"\" data-id=\"5484\" data-link=\"https://buzz-caribbean.com/?attachment_id=5484\" class=\"wp-image-5484\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1080-1024x683.jpg\" alt=\"\" data-id=\"5485\" data-link=\"https://buzz-caribbean.com/?attachment_id=5485\" class=\"wp-image-5485\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1098-1-1024x683.jpg\" alt=\"\" data-id=\"5486\" data-link=\"https://buzz-caribbean.com/?attachment_id=5486\" class=\"wp-image-5486\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1105-1024x683.jpg\" alt=\"\" data-id=\"5487\" data-link=\"https://buzz-caribbean.com/?attachment_id=5487\" class=\"wp-image-5487\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1113-1024x683.jpg\" alt=\"\" data-id=\"5488\" data-link=\"https://buzz-caribbean.com/?attachment_id=5488\" class=\"wp-image-5488\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/fletcher-waterhouse-fc-1024x683.jpg\" alt=\"\" data-id=\"5489\" data-link=\"https://buzz-caribbean.com/?attachment_id=5489\" class=\"wp-image-5489\" /><figcaption>Andre Fletcher scored (15) scored for Waterhouse </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Fletcher, with\nWaterhouse protecting the goal towards the Nannyville end of the stadium,\nscored from a cross by Colorado Murray from the right that went behind the\nHerediano defence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minutes later, Herediano hit the right upright through Francisco Rodriquez, but eventually found the equaliser from a header by Brown, who jumped high to head a cross from the left to the far post.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The game was fairly even from then\non, with the only exception being at the start of the second half, when\nHerediano placed Waterhouse under constant pressure with attacks.</p>\n<!-- /wp:paragraph -->','Waterhouse draw 1-1 with champions in COCACAF League','','inherit','closed','closed','','5471-revision-v1','','','2019-08-23 12:34:57','2019-08-23 17:34:57','',5471,'https://buzz-caribbean.com/article/5471-revision-v1/',0,'revision','',0),(5491,4,'2019-08-23 12:55:42','2019-08-23 17:55:42','<!-- wp:paragraph -->\n<p>Waterhouse FC battled to a 1-1 draw Thursday evening at the National Stadium with defending champions CS Herediano of Costa Rica in the Scotiabank CONCACAF League.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5473} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1098-1024x683.jpg\" alt=\"\" class=\"wp-image-5473\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Andre Fletcher\nscored for Waterhouse in the third minute with Keyner Brown equalising in the\n17th for Herediano.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The away goal gives\nHerediano the edge going into the second leg on August 29 in Costa Rica. Waterhouse\nwill have to score at least one goal to be able to advance in the competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5474,5475,5478,5479,5480,5482,5483,5484,5485,5487,5488,5489]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0974-1-1024x683.jpg\" alt=\"\" data-id=\"5474\" data-link=\"https://buzz-caribbean.com/?attachment_id=5474\" class=\"wp-image-5474\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0938-1024x683.jpg\" alt=\"\" data-id=\"5475\" data-link=\"https://buzz-caribbean.com/?attachment_id=5475\" class=\"wp-image-5475\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1016-1024x683.jpg\" alt=\"\" data-id=\"5478\" data-link=\"https://buzz-caribbean.com/?attachment_id=5478\" class=\"wp-image-5478\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1025-1024x683.jpg\" alt=\"\" data-id=\"5479\" data-link=\"https://buzz-caribbean.com/?attachment_id=5479\" class=\"wp-image-5479\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1041-1024x683.jpg\" alt=\"\" data-id=\"5480\" data-link=\"https://buzz-caribbean.com/?attachment_id=5480\" class=\"wp-image-5480\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1065-1024x683.jpg\" alt=\"\" data-id=\"5482\" data-link=\"https://buzz-caribbean.com/?attachment_id=5482\" class=\"wp-image-5482\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1072-1024x683.jpg\" alt=\"\" data-id=\"5483\" data-link=\"https://buzz-caribbean.com/?attachment_id=5483\" class=\"wp-image-5483\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1074-1-1024x683.jpg\" alt=\"\" data-id=\"5484\" data-link=\"https://buzz-caribbean.com/?attachment_id=5484\" class=\"wp-image-5484\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1080-1024x683.jpg\" alt=\"\" data-id=\"5485\" data-link=\"https://buzz-caribbean.com/?attachment_id=5485\" class=\"wp-image-5485\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1105-1024x683.jpg\" alt=\"\" data-id=\"5487\" data-link=\"https://buzz-caribbean.com/?attachment_id=5487\" class=\"wp-image-5487\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1113-1024x683.jpg\" alt=\"\" data-id=\"5488\" data-link=\"https://buzz-caribbean.com/?attachment_id=5488\" class=\"wp-image-5488\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/fletcher-waterhouse-fc-1024x683.jpg\" alt=\"\" data-id=\"5489\" data-link=\"https://buzz-caribbean.com/?attachment_id=5489\" class=\"wp-image-5489\" /><figcaption>Andre Fletcher scored (15) scored for Waterhouse </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Fletcher, with\nWaterhouse protecting the goal towards the Nannyville end of the stadium,\nscored from a cross by Colorado Murray from the right that went behind the\nHerediano defence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minutes later, Herediano hit the right upright through Francisco Rodriquez, but eventually found the equaliser from a header by Brown, who jumped high to head a cross from the left to the far post.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The game was fairly even from then\non, with the only exception being at the start of the second half, when\nHerediano placed Waterhouse under constant pressure with attacks.</p>\n<!-- /wp:paragraph -->','Waterhouse draw 1-1 with champions in COCACAF League','','inherit','closed','closed','','5471-revision-v1','','','2019-08-23 12:55:42','2019-08-23 17:55:42','',5471,'https://buzz-caribbean.com/article/5471-revision-v1/',0,'revision','',0),(5492,4,'2019-08-23 13:01:17','2019-08-23 18:01:17','<!-- wp:image {\"id\":5457} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/crashed-plane.jpg\" alt=\"\" class=\"wp-image-5457\" /><figcaption>The Diamond Twin Star DA-42 that crashed at the Norman Manley Airport yesterday.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A small aeroplane reportedly crashed at the Norman Manley International Airport in Kingston yesterday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The aircraft is a part of the training fleet of the Caribbean Military Aviation School, which trains pilots for the Jamaica Defence Force and regional forces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The police\'s communication arm confirmed the crash but did not have details of the incident.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The JDF\'s communication unit could not immediately comment on the incident.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See video below</em></strong>:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/Y4EwoWQ8vXk\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/Y4EwoWQ8vXk\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Small plane crashes at Norman Manley Airport','','inherit','closed','closed','','5456-revision-v1','','','2019-08-23 13:01:17','2019-08-23 18:01:17','',5456,'https://buzz-caribbean.com/article/5456-revision-v1/',0,'revision','',0),(5493,11,'2019-08-23 13:12:24','2019-08-23 18:12:24','','Lucien-Jones','','inherit','open','closed','','lucien-jones','','','2019-08-23 13:12:24','2019-08-23 18:12:24','',5455,'https://buzz-caribbean.com/app/uploads/2019/08/Lucien-Jones.jpg',0,'attachment','image/jpeg',0),(5494,4,'2019-08-23 13:13:03','2019-08-23 18:13:03','<!-- wp:paragraph -->\n<p>Waterhouse FC battled to a 1-1 draw Thursday evening at the National Stadium with defending champions CS Herediano of Costa Rica in the Scotiabank CONCACAF League.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5473} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1098-1024x683.jpg\" alt=\"\" class=\"wp-image-5473\" /><figcaption>Waterhouse\'s Stephen Williams makes a move at goal before his side eventually scored against CS Herediano of Costa Rica.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Andre Fletcher\nscored for Waterhouse in the third minute with Keyner Brown equalising in the\n17th for Herediano.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The away goal gives\nHerediano the edge going into the second leg on August 29 in Costa Rica. Waterhouse\nwill have to score at least one goal to be able to advance in the competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5474,5475,5478,5479,5480,5482,5483,5484,5485,5487,5488,5489]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0974-1-1024x683.jpg\" alt=\"\" data-id=\"5474\" data-link=\"https://buzz-caribbean.com/?attachment_id=5474\" class=\"wp-image-5474\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0938-1024x683.jpg\" alt=\"\" data-id=\"5475\" data-link=\"https://buzz-caribbean.com/?attachment_id=5475\" class=\"wp-image-5475\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1016-1024x683.jpg\" alt=\"\" data-id=\"5478\" data-link=\"https://buzz-caribbean.com/?attachment_id=5478\" class=\"wp-image-5478\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1025-1024x683.jpg\" alt=\"\" data-id=\"5479\" data-link=\"https://buzz-caribbean.com/?attachment_id=5479\" class=\"wp-image-5479\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1041-1024x683.jpg\" alt=\"\" data-id=\"5480\" data-link=\"https://buzz-caribbean.com/?attachment_id=5480\" class=\"wp-image-5480\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1065-1024x683.jpg\" alt=\"\" data-id=\"5482\" data-link=\"https://buzz-caribbean.com/?attachment_id=5482\" class=\"wp-image-5482\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1072-1024x683.jpg\" alt=\"\" data-id=\"5483\" data-link=\"https://buzz-caribbean.com/?attachment_id=5483\" class=\"wp-image-5483\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1074-1-1024x683.jpg\" alt=\"\" data-id=\"5484\" data-link=\"https://buzz-caribbean.com/?attachment_id=5484\" class=\"wp-image-5484\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1080-1024x683.jpg\" alt=\"\" data-id=\"5485\" data-link=\"https://buzz-caribbean.com/?attachment_id=5485\" class=\"wp-image-5485\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1105-1024x683.jpg\" alt=\"\" data-id=\"5487\" data-link=\"https://buzz-caribbean.com/?attachment_id=5487\" class=\"wp-image-5487\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_1113-1024x683.jpg\" alt=\"\" data-id=\"5488\" data-link=\"https://buzz-caribbean.com/?attachment_id=5488\" class=\"wp-image-5488\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/fletcher-waterhouse-fc-1024x683.jpg\" alt=\"\" data-id=\"5489\" data-link=\"https://buzz-caribbean.com/?attachment_id=5489\" class=\"wp-image-5489\" /><figcaption>Andre Fletcher scored (15) scored for Waterhouse </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Fletcher, with\nWaterhouse protecting the goal towards the Nannyville end of the stadium,\nscored from a cross by Colorado Murray from the right that went behind the\nHerediano defence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minutes later, Herediano hit the right upright through Francisco Rodriquez, but eventually found the equaliser from a header by Brown, who jumped high to head a cross from the left to the far post.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The game was fairly even from then\non, with the only exception being at the start of the second half, when\nHerediano placed Waterhouse under constant pressure with attacks.</p>\n<!-- /wp:paragraph -->','Waterhouse draw 1-1 with champions in COCACAF League','','inherit','closed','closed','','5471-revision-v1','','','2019-08-23 13:13:03','2019-08-23 18:13:03','',5471,'https://buzz-caribbean.com/article/5471-revision-v1/',0,'revision','',0),(5495,11,'2019-08-23 13:13:31','2019-08-23 18:13:31','','Damian-Marley','','inherit','open','closed','','damian-marley','','','2019-08-23 13:13:31','2019-08-23 18:13:31','',5455,'https://buzz-caribbean.com/app/uploads/2019/08/Damian-Marley.jpg',0,'attachment','image/jpeg',0),(5496,4,'2019-08-23 13:13:40','2019-08-23 18:13:40','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','5469-revision-v1','','','2019-08-23 13:13:40','2019-08-23 18:13:40','',5469,'https://buzz-caribbean.com/article/5469-revision-v1/',0,'revision','',0),(5497,11,'2019-08-23 13:14:20','2019-08-23 18:14:20','','Stony-Hill','','inherit','open','closed','','stony-hill','','','2019-08-23 13:14:20','2019-08-23 18:14:20','',5455,'https://buzz-caribbean.com/app/uploads/2019/08/Stony-Hill.jpg',0,'attachment','image/jpeg',0),(5498,11,'2019-08-23 13:16:09','2019-08-23 18:16:09','','Damian-Marley-BUZZ','','inherit','open','closed','','damian-marley-portrait','','','2019-08-28 11:32:10','2019-08-28 16:32:10','',5455,'https://buzz-caribbean.com/app/uploads/2019/08/Damian-Marley-Portrait.jpg',0,'attachment','image/jpeg',0),(5499,4,'2019-08-23 13:25:09','2019-08-23 18:25:09','<!-- wp:paragraph -->\n<p>Johannes Reijnen has been in the island for only three years, yet this ex-pat has been making a big splash on the motocross scene. He has gained the nickname ‘The Flying Dutchman’ for his aggressiv aerial riding style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m extremely proud to be a part of\nMX Jamaica. We have such a nice group of people together. The vibes at our\nevents or even a regular track day are the best,” Reijnen said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reijnen’s story started at a young\nage in his home country of The Netherlands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“From I was a kid I had passion for\nbikes, although I only started riding them at the age of 15,” he related.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was a permanent fixture at the\ndirt tracks in The Netherlands from 2002 to 2005. In 2016 he came to Jamaica\nfor work and found his love for the sport rekindled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Kyle Reynolds of IrieRacing got me\nback in the sport. I did a few enduro tours with Irie moto tours and that were\nit all started again.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As motocross began its big revival\nin 2018, Reijnen was on-board, his Kawasaki a common sight at the two venues on\nthe island where he impressed spectators and competitors alike attacking the\nnatural ramps at full tilt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My country is known for its dirt\ntracks. These give a lot more grip and it’s softer to land on, but it’s also\nmore physical demanding as deep ruts will cut in the track throughout the day.\nI like the fact that we have a fast, hard-packed track at DaCosta Farms and a\nmore technical track with softer surface at Temple Hall. Hopefully next year a\nMontego Bay track will open with again a completely different lay out and soil.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When asked to describe his riding\nstyle, Reijnen had this to say.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Call it maximum airtime. I like the\nfact I’m getting more aggressive in the races. I learned a lot from training\nwith Kyle Reynolds and Simon Khouri.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For 2019 Reijnen attracted the\nattention of Lubit, a local bulk lubricants products distributor, to go along\nwith his new bike a KTM.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We made our agreement in June this\nyear and they’ll be supplying me with Sunoco race fuel and racing gear.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While Reijnen admits that work does\nkeep him busy, he spends a lot of his off time exploring the island and\nrelaxing with the friends he’s made during his time in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>CAPTIONS</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0527: Johannes ‘The Flying Dutchman’\nReijnen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0082: Reijnen has gained a huge\nreputation for his maximum airtime riding style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0440: Where ever there’s a jump\nReijnen will make the most of it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DSC_0547: Armed with a new bike and\nLubit sponsorship for 2019, Reijnen plans to continue to make a mark on local\nmotocross.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <strong><em>—Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','This Dutchman does fly: Johannes Reijnen a splash in motorcross','','inherit','closed','closed','','5469-revision-v1','','','2019-08-23 13:25:09','2019-08-23 18:25:09','',5469,'https://buzz-caribbean.com/article/5469-revision-v1/',0,'revision','',0),(5500,11,'2019-08-23 13:30:17','2019-08-23 18:30:17','','Fan-Response-1','','inherit','open','closed','','fan-response-1','','','2019-08-23 13:30:17','2019-08-23 18:30:17','',5455,'https://buzz-caribbean.com/app/uploads/2019/08/Fan-Response-1.jpg',0,'attachment','image/jpeg',0),(5501,11,'2019-08-23 13:32:50','2019-08-23 18:32:50','','Damian-Marley-1','','inherit','open','closed','','damian-marley-1','','','2019-08-23 13:32:50','2019-08-23 18:32:50','',5455,'https://buzz-caribbean.com/app/uploads/2019/08/Damian-Marley-1.jpg',0,'attachment','image/jpeg',0),(5502,11,'2019-08-23 13:37:00','2019-08-23 18:37:00','<iframe title=\"Damian &quot;Jr Gong&quot; Marley - Reach Home Safe (Official Audio)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/ULf7tkm_roA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','7d0caae7a77f39fb7adc5800e66c6808','','','2019-08-23 13:37:00','2019-08-23 18:37:00','',0,'https://buzz-caribbean.com/article/7d0caae7a77f39fb7adc5800e66c6808/',0,'oembed_cache','',0),(5503,11,'2019-08-23 13:46:42','2019-08-23 18:46:42','<!-- wp:paragraph -->\n<p>Much like his father, iconic Jamaican Reggae artiste, Damian \"Jr Gong\" Marley, has not been shy in tackling major social issues through his music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An extremely versatile musician, Marley’s songs vary from soothing love songs to searing social anthems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5498,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Damian-Marley-Portrait.jpg\" alt=\"\" class=\"wp-image-5498\" /><figcaption>Source: Twitter — @damianmarley</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Damian has run the gamut of critical topics with hits such as <em><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=yucb9R0W9NA\" target=\"_blank\">Set Up Shop</a></em> – encouraging the entrepreneurial mindset; <em><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=SOXgz69Ua88\" target=\"_blank\">Is It Worth It (Gun Man’s World)</a></em> – outlining the complexities of entering a life of violence; <em><a href=\"https://www.youtube.com/watch?v=GortllWSpPM\">Welcome To Jamrock</a></em> – the harsh realities experienced by Jamaicans that are often hidden behind the \'sun, sand ,sea\' island image.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5497} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Stony-Hill.jpg\" alt=\"\" class=\"wp-image-5497\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In his latest album, <strong>Stony Hill,</strong> Gong upped the ante on his portrayal of the Jamaican reality. While he may have grown up in a privileged environment he believes it his responsibility to speak up for the underprivileged and champion their causes through his expansive musical platform.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And with his latest single, <strong>Reach Home Safe</strong>, Gong has done it again. The reggae legend has taken on the topic of road safety through his upbeat 3-minute track.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=ULf7tkm_roA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=ULf7tkm_roA\n</div><figcaption>Source: YouTube — Damian \"Jr Gong\" Marley</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>With a spiralling road fatality rate, Jr Gong has tapped into the pulse of Jamaica\'s social consciousness. Starting with the key message for all drivers — \"I\'m so responsible,\", he moves on to implore his friends and family  to assume that role of responsibility as well:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>\"Friends won\'t let friends drive and drink<br>And me want my friend dem<br>Reach home safe!\"</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>With noted crash hotspots along its corridor, Jr Gong champions the ongoing road safety plea:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>\"No bother with the driving when you a drink<br>And go tear down Constant Spring\"</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Vice-Chair of the National Road Safety Council, Dr Lucien Jones, gave his thumbs up on the song via social media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5493} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lucien-Jones.jpg\" alt=\"\" class=\"wp-image-5493\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With over 500,000 views on his YouTube channel, fans have also been giving the nod of approval for the single.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5500} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fan-Response-1.jpg\" alt=\"\" class=\"wp-image-5500\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Have you gotten a chance to listen to the track? Tell us what you think in the comments.</em></p>\n<!-- /wp:paragraph -->','Jr Gong tackles road safety in latest single','','inherit','closed','closed','','5455-revision-v1','','','2019-08-23 13:46:42','2019-08-23 18:46:42','',5455,'https://buzz-caribbean.com/article/5455-revision-v1/',0,'revision','',0),(5504,11,'2019-08-23 13:48:20','2019-08-23 18:48:20','','Jr Gong Featured Image','','inherit','open','closed','','jr-gong-featured-image','','','2019-08-23 13:48:20','2019-08-23 18:48:20','',5455,'https://buzz-caribbean.com/app/uploads/2019/08/Jr-Gong-Featured-Image.jpg',0,'attachment','image/jpeg',0),(5505,11,'2019-08-23 13:51:05','2019-08-23 18:51:05','<!-- wp:paragraph -->\n<p>Much like his father, iconic Jamaican Reggae artiste, Damian \"Jr Gong\" Marley, has not been shy in tackling major social issues through his music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An extremely versatile musician, Marley’s songs vary from soothing love songs to searing social anthems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5498,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Damian-Marley-Portrait.jpg\" alt=\"\" class=\"wp-image-5498\" /><figcaption>Source: Twitter — @damianmarley</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Damian has run the gamut of critical topics with hits such as <em><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=yucb9R0W9NA\" target=\"_blank\">Set Up Shop</a></em> – encouraging the entrepreneurial mindset; <em><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=SOXgz69Ua88\" target=\"_blank\">Is It Worth It (Gun Man’s World)</a></em> – outlining the complexities of entering a life of violence; <em><a href=\"https://www.youtube.com/watch?v=GortllWSpPM\">Welcome To Jamrock</a></em> – the harsh realities experienced by Jamaicans that are often hidden behind the \'sun, sand ,sea\' island image.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5497} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Stony-Hill.jpg\" alt=\"\" class=\"wp-image-5497\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In his latest album, <strong>Stony Hill,</strong> Gong upped the ante on his portrayal of the Jamaican reality. While he may have grown up in a privileged environment he believes it is his responsibility to speak up for the underprivileged and champion their causes through his expansive musical platform.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And with his latest single, <strong>Reach Home Safe</strong>, Gong has done it again. The Reggae legend has taken on the topic of road safety through his upbeat 3-minute track.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=ULf7tkm_roA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=ULf7tkm_roA\n</div><figcaption>Source: YouTube — Damian \"Jr Gong\" Marley</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>With a spiralling road fatality rate, Jr Gong has tapped into the pulse of Jamaica\'s social consciousness. Starting with the key message for all drivers — \"I\'m so responsible,\" he moves on to implore his friends and family  to assume that role of responsibility as well:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>\"Friends won\'t let friends drive and drink<br>And me want my friend dem<br>Reach home safe!\"</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>With noted crash hotspots along its corridor, Jr Gong champions the ongoing road safety plea:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>\"No bother with the driving when you a drink<br>And go tear down Constant Spring\"</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Vice-Chair of the National Road Safety Council, Dr Lucien Jones, gave his thumbs up on the song via social media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5493} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lucien-Jones.jpg\" alt=\"\" class=\"wp-image-5493\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With over 500,000 views on his YouTube channel, fans have also been giving the nod of approval for the single.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5500} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fan-Response-1.jpg\" alt=\"\" class=\"wp-image-5500\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Have you gotten a chance to listen to the track? Tell us what you think in the comments.</em></p>\n<!-- /wp:paragraph -->','Jr Gong Tackles Road Safety','','inherit','closed','closed','','5455-revision-v1','','','2019-08-23 13:51:05','2019-08-23 18:51:05','',5455,'https://buzz-caribbean.com/article/5455-revision-v1/',0,'revision','',0),(5506,11,'2019-08-23 13:52:47','2019-08-23 18:52:47','<!-- wp:paragraph -->\n<p>Much like his father, iconic Jamaican Reggae artiste, Damian \"Jr Gong\" Marley, has not been shy in tackling major social issues through his music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An extremely versatile musician, Marley’s songs vary from soothing love songs to searing social anthems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5498,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Damian-Marley-Portrait.jpg\" alt=\"\" class=\"wp-image-5498\" /><figcaption>Source: Twitter — @damianmarley</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Damian has run the gamut of critical topics with hits such as <em><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=yucb9R0W9NA\" target=\"_blank\">Set Up Shop</a></em> – encouraging the entrepreneurial mindset; <em><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=SOXgz69Ua88\" target=\"_blank\">Is It Worth It (Gun Man’s World)</a></em> – outlining the complexities of entering a life of violence; <em><a href=\"https://www.youtube.com/watch?v=GortllWSpPM\">Welcome To Jamrock</a></em> – the harsh realities experienced by Jamaicans that are often hidden behind the \'sun, sand ,sea\' island image.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5497} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Stony-Hill.jpg\" alt=\"\" class=\"wp-image-5497\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In his latest album, <strong>Stony Hill,</strong> Gong upped the ante on his portrayal of the Jamaican reality. While he may have grown up in a privileged environment he believes it is his responsibility to speak up for the underprivileged and champion their causes through his expansive musical platform.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And with his latest single, <strong>Reach Home Safe</strong>, Gong has done it again. The Reggae legend has taken on the topic of road safety through his upbeat 3-minute track.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=ULf7tkm_roA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=ULf7tkm_roA\n</div><figcaption>Source: YouTube — Damian \"Jr Gong\" Marley</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>With a spiralling road fatality rate, Jr Gong has tapped into the pulse of Jamaica\'s social consciousness. Starting with the key message for all drivers — \"I\'m so responsible,\" he moves on to implore his friends and family  to assume that role of responsibility as well:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>\"Friends won\'t let friends drive and drink<br>And me want my friend dem<br>Reach home safe!\"</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>With noted crash hotspots along its corridor, Jr Gong champions the ongoing road safety plea:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>\"No bother with the driving when you a drink<br>And go tear down Constant Spring\"</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Vice-Chair of the National Road Safety Council, Dr Lucien Jones, gave his thumbs up on the song via social media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5493} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lucien-Jones.jpg\" alt=\"\" class=\"wp-image-5493\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With over 500,000 views on his YouTube channel, fans have also been giving the nod of approval for the single.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5500} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Fan-Response-1.jpg\" alt=\"\" class=\"wp-image-5500\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Have you gotten a chance to listen to the track? Tell us what you think in the comments.</em></p>\n<!-- /wp:paragraph -->','Jr Gong tackles road safety with latest single','','inherit','closed','closed','','5455-revision-v1','','','2019-08-23 13:52:47','2019-08-23 18:52:47','',5455,'https://buzz-caribbean.com/article/5455-revision-v1/',0,'revision','',0),(5507,4,'2019-08-23 14:04:33','2019-08-23 19:04:33','','dutchman4','','inherit','open','closed','','dutchman4','','','2019-08-23 14:04:33','2019-08-23 19:04:33','',5469,'https://buzz-caribbean.com/app/uploads/2019/08/dutchman4.jpg',0,'attachment','image/jpeg',0),(5508,4,'2019-08-23 14:06:16','2019-08-23 19:06:16','','dutchman2','','inherit','open','closed','','dutchman2','','','2019-08-23 14:06:16','2019-08-23 19:06:16','',5469,'https://buzz-caribbean.com/app/uploads/2019/08/dutchman2.jpg',0,'attachment','image/jpeg',0),(5509,4,'2019-08-23 14:06:49','2019-08-23 19:06:49','','dutchman','','inherit','open','closed','','dutchman','','','2019-08-23 14:06:49','2019-08-23 19:06:49','',5469,'https://buzz-caribbean.com/app/uploads/2019/08/dutchman.jpg',0,'attachment','image/jpeg',0),(5510,4,'2019-08-23 14:07:16','2019-08-23 19:07:16','','dutchman3','','inherit','open','closed','','dutchman3','','','2019-08-23 14:07:16','2019-08-23 19:07:16','',5469,'https://buzz-caribbean.com/app/uploads/2019/08/dutchman3.jpg',0,'attachment','image/jpeg',0),(5511,4,'2019-08-23 14:17:52','2019-08-23 19:17:52','<!-- wp:paragraph -->\n<p>Johannes Reijnen has been in the island for only three years, yet this ex-pat has been making a big splash on the motocross scene. He has gained the nickname ‘The Flying Dutchman’ for his aggressiv aerial riding style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5507} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dutchman4-1024x763.jpg\" alt=\"\" class=\"wp-image-5507\" /><figcaption>Bee</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I’m extremely proud to be a part of\nMX Jamaica. We have such a nice group of people together. The vibes at our\nevents or even a regular track day are the best,” Reijnen said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reijnen’s story started at a young age in his home country of The Netherlands. “From I was a kid I had passion for bikes, although I only started riding them at the age of 15,” he related.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5508} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dutchman2-1024x763.jpg\" alt=\"\" class=\"wp-image-5508\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He was a permanent fixture at the\ndirt tracks in The Netherlands from 2002 to 2005. In 2016 he came to Jamaica\nfor work and found his love for the sport rekindled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Kyle Reynolds of IrieRacing got me back in the sport. I did a few enduro tours with Irie moto tours and that was where it all started again,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As motocross began its big revival\nin 2018, Reijnen was on-board, his Kawasaki a common sight at the two venues on\nthe island where he impressed spectators and competitors alike attacking the\nnatural ramps at full tilt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dutchman-1024x763.jpg\" alt=\"\" class=\"wp-image-5509\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“My country is known for its dirt\ntracks. These give a lot more grip and it’s softer to land on, but it’s also\nmore physical demanding as deep ruts will cut in the track throughout the day.\nI like the fact that we have a fast, hard-packed track at DaCosta Farms and a\nmore technical track with softer surface at Temple Hall. Hopefully next year a\nMontego Bay track will open with again a completely different lay out and soil.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5510} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dutchman3-1024x763.jpg\" alt=\"\" class=\"wp-image-5510\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When asked to describe his riding\nstyle, Reijnen had this to say.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Call it maximum airtime. I like the\nfact I’m getting more aggressive in the races. I learned a lot from training\nwith Kyle Reynolds and Simon Khouri.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For 2019 Reijnen attracted the\nattention of Lubit, a local bulk lubricants products distributor, to go along\nwith his new bike a KTM.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We made our agreement in June this\nyear and they’ll be supplying me with Sunoco race fuel and racing gear.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While Reijnen admits that work does\nkeep him busy, he spends a lot of his off time exploring the island and\nrelaxing with the friends he’s made during his time in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <strong><em>—Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','This Dutchman does fly: Johannes Reijnen a splash in motorcross','','inherit','closed','closed','','5469-revision-v1','','','2019-08-23 14:17:52','2019-08-23 19:17:52','',5469,'https://buzz-caribbean.com/article/5469-revision-v1/',0,'revision','',0),(5513,4,'2019-08-23 14:19:19','2019-08-23 19:19:19','','Dutchman3','','inherit','open','closed','','dutchman3-2','','','2019-08-23 14:19:19','2019-08-23 19:19:19','',5469,'https://buzz-caribbean.com/app/uploads/2019/08/dutchman3-1.jpg',0,'attachment','image/jpeg',0),(5514,4,'2019-08-23 14:24:14','2019-08-23 19:24:14','<!-- wp:image {\"id\":5507} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dutchman4-1024x763.jpg\" alt=\"\" class=\"wp-image-5507\" /><figcaption>Johannes Reijnen has been making a splash in motorcross locally.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Johannes Reijnen has been in the island for only three years, yet this ex-pat has been making a big splash on the motocross scene. He has gained the nickname ‘The Flying Dutchman’ for his aggressiv aerial riding style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m extremely proud to be a part of\nMX Jamaica. We have such a nice group of people together. The vibes at our\nevents or even a regular track day are the best,” Reijnen said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reijnen’s story started at a young age in his home country of The Netherlands. “From I was a kid I had passion for bikes, although I only started riding them at the age of 15,” he related.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5508} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dutchman2-1024x763.jpg\" alt=\"\" class=\"wp-image-5508\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He was a permanent fixture at the dirt tracks in The Netherlands from 2002 to 2005. In 2016 he came to Jamaica for work and found his love for the sport rekindled. “Kyle Reynolds of IrieRacing got me back in the sport. I did a few enduro tours with Irie moto tours and that was where it all started again,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As motocross began its big revival\nin 2018, Reijnen was on-board, his Kawasaki a common sight at the two venues on\nthe island where he impressed spectators and competitors alike attacking the\nnatural ramps at full tilt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dutchman-1024x763.jpg\" alt=\"\" class=\"wp-image-5509\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"My country is known for its dirt tracks. These give a lot more grip and it’s softer to land on, but it’s also more physical demanding as deep ruts will cut in the track throughout the day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I like the fact that we have a fast, hard-packed track at DaCosta Farms and a more technical track with softer surface at Temple Hall. Hopefully next year a Montego Bay track will open with again a completely different layout and soil.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5510} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dutchman3-1024x763.jpg\" alt=\"\" class=\"wp-image-5510\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When asked to describe his riding style, Reijnen had this to say: “Call it maximum airtime. I like the\nfact I’m getting more aggressive in the races. I learned a lot from training\nwith Kyle Reynolds and Simon Khouri.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For 2019 Reijnen attracted the attention of Lubit, a local bulk lubricants products distributor, to go along with his new bike a KTM. “We made our agreement in June this year and they’ll be supplying me with Sunoco race fuel and racing gear.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While Reijnen admits that work does\nkeep him busy, he spends a lot of his off time exploring the island and\nrelaxing with the friends he’s made during his time in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <strong><em>—Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','This Dutchman does fly: Johannes Reijnen making a splash in motorcross','','inherit','closed','closed','','5469-revision-v1','','','2019-08-23 14:24:14','2019-08-23 19:24:14','',5469,'https://buzz-caribbean.com/article/5469-revision-v1/',0,'revision','',0),(5516,4,'2019-08-23 14:27:13','2019-08-23 19:27:13','<!-- wp:image {\"id\":5507} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dutchman4-1024x763.jpg\" alt=\"\" class=\"wp-image-5507\" /><figcaption>Johannes Reijnen has been making a splash in motorcross locally.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Johannes Reijnen has been on the island for only three years, yet this ex-pat has been making a big splash on the motocross scene. And he has gained the nickname ‘The Flying Dutchman’ for his aggressive aerial riding style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m extremely proud to be a part of\nMX Jamaica. We have such a nice group of people together. The vibes at our\nevents or even a regular track day are the best,” Reijnen said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reijnen’s story started at a young age in his home country of The Netherlands. “From I was a kid I had passion for bikes, although I only started riding them at the age of 15,” he related.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5508} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dutchman2-1024x763.jpg\" alt=\"\" class=\"wp-image-5508\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He was a permanent fixture at the dirt tracks in The Netherlands from 2002 to 2005. In 2016 he came to Jamaica for work and found his love for the sport rekindled. “Kyle Reynolds of IrieRacing got me back in the sport. I did a few enduro tours with Irie Moto Tours and that was where it all started again,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As motocross began its big revival\nin 2018, Reijnen was on-board, his Kawasaki a common sight at the two venues on\nthe island where he impressed spectators and competitors alike attacking the\nnatural ramps at full tilt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dutchman-1024x763.jpg\" alt=\"\" class=\"wp-image-5509\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"My country is known for its dirt tracks. These give a lot more grip and it’s softer to land on, but it’s also more physical demanding as deep ruts will cut in the track throughout the day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I like the fact that we have a fast, hard-packed track at DaCosta Farms and a more technical track with softer surface at Temple Hall. Hopefully next year a Montego Bay track will open with again a completely different layout and soil.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5510} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dutchman3-1024x763.jpg\" alt=\"\" class=\"wp-image-5510\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When asked to describe his riding style, Reijnen had this to say: “Call it maximum airtime. I like the\nfact I’m getting more aggressive in the races. I learned a lot from training\nwith Kyle Reynolds and Simon Khouri.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For 2019 Reijnen attracted the attention of Lubit, a local bulk lubricants products distributor, to go along with his new bike a KTM. “We made our agreement in June this year and they’ll be supplying me with Sunoco race fuel and racing gear.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While Reijnen admits that work does\nkeep him busy, he spends a lot of his off time exploring the island and\nrelaxing with the friends he’s made during his time in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <strong><em>—Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','This Dutchman does fly: Johannes Reijnen making a splash in motorcross','','inherit','closed','closed','','5469-revision-v1','','','2019-08-23 14:27:13','2019-08-23 19:27:13','',5469,'https://buzz-caribbean.com/article/5469-revision-v1/',0,'revision','',0),(5517,4,'2019-08-23 14:29:58','2019-08-23 19:29:58','<!-- wp:image {\"id\":5507} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dutchman4-1024x763.jpg\" alt=\"\" class=\"wp-image-5507\" /><figcaption>Johannes Reijnen has been making a splash in motorcross locally.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Johannes Reijnen has been on the island for only three years, yet this ex-pat has been making a big splash on the motocross scene. And he has gained the nickname ‘The Flying Dutchman’ for his aggressive aerial riding style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m extremely proud to be a part of\nMX Jamaica. We have such a nice group of people together. The vibes at our\nevents or even a regular track day are the best,” Reijnen said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reijnen’s story started at a young age in his home country of The Netherlands. “From I was a kid I had passion for bikes, although I only started riding them at the age of 15,” he related.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5508} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dutchman2-1024x763.jpg\" alt=\"\" class=\"wp-image-5508\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He was a permanent fixture at the dirt tracks in The Netherlands from 2002 to 2005. In 2016 he came to Jamaica for work and found his love for the sport rekindled. “Kyle Reynolds of IrieRacing got me back in the sport. I did a few enduro tours with Irie Moto Tours and that was where it all started again,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As motocross began its big revival\nin 2018, Reijnen was on-board, his Kawasaki a common sight at the two venues on\nthe island where he impressed spectators and competitors alike attacking the\nnatural ramps at full tilt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dutchman-1024x763.jpg\" alt=\"\" class=\"wp-image-5509\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"My country is known for its dirt tracks. These give a lot more grip and it’s softer to land on, but it’s also more physically demanding as deep ruts will cut in the track throughout the day. I like the fact that we have a fast, hard-packed track at DaCosta Farms and a more technical track with softer surface at Temple Hall. Hopefully next year a Montego Bay track will open with again a completely different layout and soil,\" he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5510} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dutchman3-1024x763.jpg\" alt=\"\" class=\"wp-image-5510\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When asked to describe his riding style, Reijnen had this to say: “Call it maximum airtime. I like the\nfact I’m getting more aggressive in the races. I learned a lot from training\nwith Kyle Reynolds and Simon Khouri.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For 2019 Reijnen attracted the attention of Lubit, a local bulk lubricants products distributor, to go along with his new bike a KTM. “We made our agreement in June this year and they’ll be supplying me with Sunoco race fuel and racing gear.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While Reijnen admits that work does\nkeep him busy, he spends a lot of his off time exploring the island and\nrelaxing with the friends he’s made during his time in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <strong><em>—Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','This Dutchman does fly: Johannes Reijnen making a splash in motorcross','','inherit','closed','closed','','5469-revision-v1','','','2019-08-23 14:29:58','2019-08-23 19:29:58','',5469,'https://buzz-caribbean.com/article/5469-revision-v1/',0,'revision','',0),(5518,11,'2019-08-23 17:24:42','2019-08-23 22:24:42','<!-- wp:paragraph -->\n<p>No matter where in the world you go, chances are you\'ll meet someone with Caribbean ancestry. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our island roots have spread far and wide. With it, has been the sharing of our vibrant culture - whether it\'s our food, music, fashion or undeniable Caribbean charm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another arena in which we\'ve taken a foothold, is among the celebrity A-listers. Yes, Ri-Ri and Nicki, we see you!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5521,5522]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/RiRi-at-Crop-Over-2019.jpg\" alt=\"\" data-id=\"5521\" data-link=\"https://buzz-caribbean.com/?attachment_id=5521\" class=\"wp-image-5521\" /><figcaption>The Bajan princess recently returned to her island home for Crop Over 2019</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Nicki-Minaj.jpg\" alt=\"\" data-id=\"5522\" data-link=\"https://buzz-caribbean.com/?attachment_id=5522\" class=\"wp-image-5522\" /><figcaption>Minaj hopped over to her native Trinidad to shoot her music video  Pound The Alarm </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>But, we bet you didn\'t remember some of these other celebs have their roots where it\'s like summer all-year-round! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Grandmaster Flash — Barbados</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Born Joseph Saddler on January 1, 1958, he\'s considered one of the pioneers of the hip-hop, deejaying, scratching and mixing music genres. In 2007 he was inducted in the Rock and Roll Hall of Fame&nbsp;becoming the first hip hop act to be honoured. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5523} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DJ-Grandmaster-Flash.png\" alt=\"\" class=\"wp-image-5523\" /><figcaption>DJ Grandmaster Flash</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Heather Headley  — Trinidad &amp; Tobago</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tony Award-winning actress, Grammy Award-winning singer, songwriter and record producer, Headley was born on October 5, 1974, in Trinidad.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5524} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Heather-Headley.jpg\" alt=\"\" class=\"wp-image-5524\" /><figcaption>Heather Headley</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Lorraine Toussaint — Trinidad &amp; Tobago</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Best known for her leading role in the critically acclaimed Lifetime television drama series Any Day Now, Yvonne Toussaint was born in Trinidad on  April 4, 1960. In 2014, she received the Critics\' Choice Television Award for Best Supporting Actress in a Drama Series for her role of Yvonne\"Vee\" Parker, in the Emmy-winning Netflix comedy-drama series Orange Is the New Black. She also played the role of Amelia Boynton Robinson in the 2014 historical drama film Selma, directed by Ava DuVernay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5525} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lorraine-Toussaint-1024x575.jpg\" alt=\"\" class=\"wp-image-5525\" /><figcaption>Lorraine Toussaint</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Winston Duke — Trinidad and Tobago</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Duke rose to prominence in 2018 for his roles in <em>Black Panther</em>&nbsp;(his feature film debut), and&nbsp;<em>Avengers: Infinity War </em>followed by&nbsp;<em>Avengers: Endgame</em>&nbsp;and Jordan Peele\'s <em>US</em> in 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5529} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Winston-Duke.jpeg\" alt=\"\" class=\"wp-image-5529\" /><figcaption>Winston Duke</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Doug E Fresh — Barbados</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Douglas Davis was born on September 17, 1966. Making his claim to fame as a rapper and record producer, Doug E Fresh also dons the moniker \"Human Beat Box\" for his exceptional skills in beatboxing</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5534} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Doug_E._Fresh-1024x680.jpg\" alt=\"\" class=\"wp-image-5534\" /><figcaption>Doug E Fresh</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>CCH Pounder - Guyana</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Carol Christine Hilaria Pounder was born in Guyana on December 25, 1952. She\'s known for her roles as Dr Angela Hicks in the medical drama ER, Detective Claudette Wyms in the FX police drama The Shield and Mo\'at in James Cameron\'s film Avatar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5535} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/CCH-Pounder.jpg\" alt=\"\" class=\"wp-image-5535\" /><figcaption>CCH Pounder</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Patrick Ewing — Jamaica</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Patrick Aloysius Ewing, had an enviable basketball career, playing for the  New York Knicks, Seattle SuperSonics&nbsp;and&nbsp;Orlando Magic. He is a Hall of a Fame basketball player and current head coach of the Georgetown University men\'s basketball team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5537} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ptarick-Ewing.jpg\" alt=\"\" class=\"wp-image-5537\" /><figcaption>Patrick Ewing</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Grace Jones — Jamaica</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Renowned, model, singer, songwriter and record producer, Grace&nbsp;Beverly&nbsp;Jones&nbsp;OJ, was born on May 19, 1948, in Kingston, Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5538} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Grace-Jones-1024x767.jpg\" alt=\"\" class=\"wp-image-5538\" /><figcaption>Grace Jones</figcaption></figure>\n<!-- /wp:image -->','Celebrities you probably didn\'t remember were Caribbean','','publish','open','closed','','celebrities-you-probably-didnt-remember-were-caribbean','','','2019-08-23 19:56:01','2019-08-24 00:56:01','',0,'https://buzz-caribbean.com/?p=5518',0,'post','',0),(5519,4,'2019-08-23 14:45:10','2019-08-23 19:45:10','','ResizeArtboard-10Pilot','','inherit','open','closed','','resizeartboard-10pilot','','','2019-08-23 14:45:10','2019-08-23 19:45:10','',4872,'https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-10Pilot.jpg',0,'attachment','image/jpeg',0),(5520,4,'2019-08-23 14:46:35','2019-08-23 19:46:35','','Chef-Peter-B-1','','inherit','open','closed','','chef-peter-b-1','','','2019-08-23 14:46:35','2019-08-23 19:46:35','',4872,'https://buzz-caribbean.com/app/uploads/2019/08/Chef-Peter-B-1.jpg',0,'attachment','image/jpeg',0),(5521,11,'2019-08-23 15:02:33','2019-08-23 20:02:33','','RiRi-at-Crop-Over-2019','','inherit','open','closed','','riri-at-crop-over-2019','','','2019-08-23 15:02:33','2019-08-23 20:02:33','',5518,'https://buzz-caribbean.com/app/uploads/2019/08/RiRi-at-Crop-Over-2019.jpg',0,'attachment','image/jpeg',0),(5522,11,'2019-08-23 15:03:08','2019-08-23 20:03:08','','Nicki-Minaj','','inherit','open','closed','','nicki-minaj','','','2019-08-23 15:03:08','2019-08-23 20:03:08','',5518,'https://buzz-caribbean.com/app/uploads/2019/08/Nicki-Minaj.jpg',0,'attachment','image/jpeg',0),(5523,11,'2019-08-23 15:16:16','2019-08-23 20:16:16','','DJ-Grandmaster-Flash','','inherit','open','closed','','dj-grandmaster-flash','','','2019-08-23 15:16:16','2019-08-23 20:16:16','',5518,'https://buzz-caribbean.com/app/uploads/2019/08/DJ-Grandmaster-Flash.png',0,'attachment','image/png',0),(5524,11,'2019-08-23 15:31:51','2019-08-23 20:31:51','','Heather-Headley','','inherit','open','closed','','heather-headley','','','2019-08-23 15:31:51','2019-08-23 20:31:51','',5518,'https://buzz-caribbean.com/app/uploads/2019/08/Heather-Headley.jpg',0,'attachment','image/jpeg',0),(5525,11,'2019-08-23 15:40:17','2019-08-23 20:40:17','','Lorraine-Toussaint','','inherit','open','closed','','lorraine-toussaint','','','2019-08-23 15:40:17','2019-08-23 20:40:17','',5518,'https://buzz-caribbean.com/app/uploads/2019/08/Lorraine-Toussaint.jpg',0,'attachment','image/jpeg',0),(5527,4,'2019-08-23 15:41:42','2019-08-23 20:41:42','<!-- wp:paragraph -->\n<p>PNP presidential candidate Peter Bunting gave <strong>BUZZ</strong> an insight into the man the public doesn\'t see every day. Here are 10 facts about the Central Manchester MP you\'d find interesting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: What’s your favourite meal?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PB: <strong>Stew peas and white rice</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: Do you own pets?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PB: <strong>I have lots of Koi fish at home. Not surprising because I am from a family of livestock and fish farmers.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5519} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-10Pilot-1024x614.jpg\" alt=\"\" class=\"wp-image-5519\" /><figcaption>Graphics by Joy-Ann Johnson.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: What is the wildest thing you’ve done?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PB: <strong>Flying in a supersonic (Canadian AF) F18 fighter jet was an exhilarating experience.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: What’s your favourite movie?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PB:<strong> Casablanca</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4886} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/casablanca-1024x819.jpg\" alt=\"\" class=\"wp-image-4886\" /><figcaption>Poster of the classic Casablanca movie.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: Are you a morning person or a night owl?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PB: <b>Morning person and night person. I only need a few hours of sleep.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: On a scale of 1-10, with 10 being the highest and 1 being the lowest, rate your cooking skills?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PB: <b> Eight. I make a mean omelette</b>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5520} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Chef-Peter-B-1-1024x614.jpg\" alt=\"\" class=\"wp-image-5520\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: Do you prefer cardio or lifting weights?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PB: <strong>Cardio</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: What is your favourite social media channel?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PB: <strong>Twitter</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: Do you make difficult decisions on a whim or are you an analytical person?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PB: <strong>I revert to principle when making tough decisions. </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: What is the strangest thing you believed in as a child?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PB: <strong>I had a close encounter with what I thought was a “rolling calf\" once lol. It turned out to be actual calves running in a pasture. Generally, I\'m intuitive, but seek evidence to confirm that intuition.</strong></p>\n<!-- /wp:paragraph -->','Here are 10 interesting facts about Peter Bunting that will surprise you','','inherit','closed','closed','','4872-revision-v1','','','2019-08-23 15:41:42','2019-08-23 20:41:42','',4872,'https://buzz-caribbean.com/article/4872-revision-v1/',0,'revision','',0),(5528,4,'2019-08-23 15:56:24','2019-08-23 20:56:24','<!-- wp:paragraph -->\n<p>PNP presidential candidate Peter Bunting gave <strong>BUZZ</strong> an insight into the man the public doesn\'t see every day. Here are 10 facts about the Central Manchester MP you\'d find interesting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: What’s your favourite meal?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PB: <strong>Stew peas and white rice</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: Do you own pets?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PB: <strong>I have lots of Koi fish at home. Not surprising because I am from a family of livestock and fish farmers.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5519} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-10Pilot-1024x614.jpg\" alt=\"\" class=\"wp-image-5519\" /><figcaption>Graphics by Joy-Ann Johnson.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: What is the wildest thing you’ve done?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PB: <strong>Flying in a supersonic (Canadian AF) F18 fighter jet was an exhilarating experience.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: What’s your favourite movie?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PB:<strong> Casablanca</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4886} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/casablanca-1024x819.jpg\" alt=\"\" class=\"wp-image-4886\" /><figcaption>Poster of the classic Casablanca movie.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: Are you a morning person or a night owl?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PB: <b>Morning person and night person. I only need a few hours of sleep.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: On a scale of 1-10, with 10 being the highest and 1 being the lowest, rate your cooking skills?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PB: <b> Eight. I make a mean&nbsp;omelette</b>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5520} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Chef-Peter-B-1-1024x614.jpg\" alt=\"\" class=\"wp-image-5520\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: Do you prefer cardio or lifting weights?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PB: <strong>Cardio</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: What is your favourite social media channel?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PB: <strong>Twitter</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: Do you make difficult decisions on a whim or are you an analytical person?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PB: <strong>I revert to principle when making tough decisions. </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: What is the strangest thing you believed in as a child?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PB: <strong>I had a close encounter with what I thought was a “rolling calf\" once lol. It turned out to be actual calves running in a pasture. Generally, I\'m intuitive, but seek evidence to confirm that intuition.</strong></p>\n<!-- /wp:paragraph -->','Here are 10 interesting facts about Peter Bunting that will surprise you','','inherit','closed','closed','','4872-revision-v1','','','2019-08-23 15:56:24','2019-08-23 20:56:24','',4872,'https://buzz-caribbean.com/article/4872-revision-v1/',0,'revision','',0),(5529,11,'2019-08-23 15:57:27','2019-08-23 20:57:27','','Winston-Duke','','inherit','open','closed','','winston-duke','','','2019-08-23 15:57:27','2019-08-23 20:57:27','',5518,'https://buzz-caribbean.com/app/uploads/2019/08/Winston-Duke.jpeg',0,'attachment','image/jpeg',0),(5530,23,'2019-08-23 19:59:58','2019-08-24 00:59:58','<!-- wp:paragraph -->\n<p><em>A small twin-engine aircraft <a href=\"https://buzz-caribbean.com/article/small-plane-crashes-at-norman-manley-airport/\">crashed </a>at the Norman Manley Airport in Kingston on Thursday. No fatalities were reported from the</em> <em>incident</em>. <em>Here is a look at some aviation disasters in Jamaica.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5567} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/american-airlines-crash-1024x768.jpg\" alt=\"\" class=\"wp-image-5567\" /><figcaption>American Airlines Flight AA331 crashed in Kingston, December 2009.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><b>December 20</b><strong>09</strong>: Forty passengers were reported injured after an American Airlines plane crashed at the Norman Manley Airport. The crash occurred after the aircraft overshot the runway. Flight AA331 had just arrived from Miami in pouring rain with approximately 148 passengers when the crash occurred.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November 2016</strong>: Disaster struck again when a small plane crashed into a house in Greenwich Town, off Marcus Garvey Drive, in St Andrew. Thirty-one-year-old flight instructor Jonathan Worton and student pilots Ramone Forbes and Danshuvar \'Whiskers\' Gilmore were killed in th crash. The Caribbean Aviation Training Centre aircraft crashed shortly after take-off from the nearby Tinson Pen Aerodrome. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5579} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/plane-crash-greenwich-town-.jpg\" alt=\"\" class=\"wp-image-5579\" /><figcaption>Three people were killed after an aircraft from a flight school crashed in Greenwich Town.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>May 2018:</strong> A small craft went down in the Georgia area of Trelawny shortly after taking off from the Donald Sangster International Airport. The aircraft, which was making its way to Kingston, fell off the radar shortly after take-off. The remains of the three persons onboard were found among the wreckage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>January 1960:</strong> This is the worst plane crash on record in Jamaica. The incident occurred on January 21 when an Avianca Airlines plane crashed and caught fire on the runway in Montego Bay. Thirty-seven people were killed in the crash.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>April 1953</strong>: Thirteen persons died when a Caribbean International Airways plane crashed in what was then known as the Palisadoes International Airport in Kingston. The plane crashed shortly after take-off.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jdf-helicopter-crash-1024x554.png\" alt=\"\" class=\"wp-image-5541\" /><figcaption>A JDF helicopter crashed in Portmore, St Catherine November last year. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>November &nbsp;2018</strong>: A Jamaica Defence Force (JDF) helicopter crashed in Portmore, St Catherine. The chopper was being flown by a trainee pilot when it crashed in an open field behind the Phoenix Park Housing Scheme. The pilot survived the ordeal, reportedly with minor injuries.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </p>\n<!-- /wp:paragraph -->','Here\'s a look at some aviation disasters in Jamaica','','publish','open','closed','','heres-a-look-at-some-aviation-disasters-in-jamaica','','','2019-08-23 19:59:59','2019-08-24 00:59:59','',0,'https://buzz-caribbean.com/?p=5530',0,'post','',0),(5531,4,'2019-08-23 16:00:21','2019-08-23 21:00:21','<!-- wp:paragraph -->\n<p>The day long  search for  a  missing chartered plane which disappeared off the Airport radars after flying  over  a section of Trelawny on Thursday afternoon of May 3rd ended in demise on Friday May 4th , after the search teams spotted pieces of the wreckage in bushes in the parish.  Our news team learnt that,  shortly after 4:00 pm on Friday,  a JDF search helicaptor spotted bits of the wreckage in deep bushes at a section of the parish known as Georgia.  They then alerted the ground troops who proceeded to the location which was situated on the border of Duncans and Clarkes Town both in Trelawny. Upon reaching the location we came upon a large team of JDF soldiers and police officers who had cordoned off the area.  Also we could see bits and pieces of the airplane scattered all over the bushes.                                                                                                                                      One police officer told our news team that bits and pieces of flesh which are believed to be body parts of the pilot and the other two passengers were scattered all over the bushes.  We also learnt that the small aircraft had three persons on board which includes the pilot,  along with another man who is also believed to be a pilot and a aircraft mechanic.                                                                                      The deceased pilot who was at the helm of the craft reportedly just recently got married.                                                                                                                                      The police have reported that  , shortly after 4:00 pm on Thursday the chartered flight took off from the Donald Sangster\'s International Airport in Montego Bay destined for the Tinson Pen AirDrome.                                                                                                                         It is further stated that the chartered jet had three passengers along with the pilot on board.  On reaching a section of the parish of Trelawny on the regions of  Duncans  the aircraft disappeared off the radar.                                                                                                                                     The Sangster\'s Airport Tower and the police at that point mentioned  that they  feared  the worst . Their fears that  the plane crashed somewhere in the Amazon regions of Duncans came to reality on Friday .                             <br>The search parties are maintained  guard overnight  at the wreckage site because the forensic officers and other Aviation investigators was hampered by the light of day on Friday. </p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','5530-revision-v1','','','2019-08-23 16:00:21','2019-08-23 21:00:21','',5530,'https://buzz-caribbean.com/article/5530-revision-v1/',0,'revision','',0),(5532,14,'2019-08-23 16:02:41','2019-08-23 21:02:41','<!-- wp:image {\"id\":5460} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/microplastics-buzz-demo-1024x678.jpg\" alt=\"\" class=\"wp-image-5460\" /><figcaption>Microplastics on a human finger (Photo: The Daily Star)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tiny plastic pollutants have infiltrated\nnearly every aspect of human life, the World Health Organisation (WHO) finds. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Frequently, microplastics are defined as\nless than five millimetres long, according to WHO.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Microplastics have been found in marine settings... food, the air and potable water.\" </p><cite> ⁠— the World Health Organisation (WHO) on Thursday, August 22</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The WHO, which released its findings into the <a href=\"https://www.who.int/water_sanitation_health/publications/microplastics-in-drinking-water/en/\">effects of microplastics</a> on human health on Thursday, August 22, notes that while the tiny particles can be found just about everywhere, they are yet to pose a direct threat at this time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The WHO reported that the study was done to\nestablish the impacts microplastics could pose to humans – specifically, in the\nconsumption of tap and bottled drinking water. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5463} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/water-buzz-demo-2-1024x674.jpg\" alt=\"\" class=\"wp-image-5463\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The WHO noted that “a number of key knowledge gaps” were identified from the study but gave recommendations with respect to the monitoring and management of all plastics in the environment, \"and to better assess human health risks and inform appropriate management actions.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “We urgently need to know more about the health impact of microplastics because they are everywhere – including in our drinking-water,” </p><cite> ⁠— Dr. Maria Neira, WHO Director</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Microplastics in drinking water don’t\nappear to pose a health risk at current levels. But we need to find out more,”\nsaid WHO Director, Dr. Maria Neira.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Neira called for greater research to be done as based on its preliminary findings, microplastics have been found in marine settings, waste and freshwater, food, the air and potable water; both bottled and from a tap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5462} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dr-maria-neira-who-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-5462\" /><figcaption>Director of the World Health Organisation, Dr. Maria Neira (Photo: YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We urgently need to know more about the health impact of microplastics because they are everywhere – including in our drinking water,” Dr. Neira argued further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the WHO’s findings, if one\ndrinks water with microplastics larger than the average cell, these particles are\nunlikely to be absorbed in the body.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Absorption of microplastic particles “including\nin the nano-size range may, however, be higher”, the WHO report continued,\nbefore cautioning that available data in this “emerging area” is extremely\nlimited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Head of the Department of Public Health at the WHO, Jennifer de France, warned that that bottled water “in general did contain higher particle numbers”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5461} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/water-buzz-demo.jpg\" alt=\"\" class=\"wp-image-5461\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She however cautioned against jumping to\nconclusions, owing to the lack of available data.</p>\n<!-- /wp:paragraph -->','Microplastics are “everywhere” but no risk to human health just yet','','inherit','closed','closed','','5458-revision-v1','','','2019-08-23 16:02:41','2019-08-23 21:02:41','',5458,'https://buzz-caribbean.com/article/5458-revision-v1/',0,'revision','',0),(5533,14,'2019-08-23 16:02:54','2019-08-23 21:02:54','<!-- wp:image {\"id\":5460} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/microplastics-buzz-demo-1024x678.jpg\" alt=\"\" class=\"wp-image-5460\" /><figcaption>Microplastics on a human finger (Photo: The Daily Star)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tiny plastic pollutants have infiltrated\nnearly every aspect of human life, the World Health Organisation (WHO) finds. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Frequently, microplastics are defined as\nless than five millimetres long, according to WHO.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Microplastics have been found in marine settings... food, the air and potable water.\" </p><cite> ⁠— the World Health Organisation (WHO) on Thursday, August 22</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The WHO, which released its findings into the <a href=\"https://www.who.int/water_sanitation_health/publications/microplastics-in-drinking-water/en/\">effects of microplastics</a> on human health on Thursday, August 22, notes that while the tiny particles can be found just about everywhere, they are yet to pose a direct threat at this time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The WHO reported that the study was done to\nestablish the impacts microplastics could pose to humans – specifically, in the\nconsumption of tap and bottled drinking water. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5463} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/water-buzz-demo-2-1024x674.jpg\" alt=\"\" class=\"wp-image-5463\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The WHO noted that “a number of key knowledge gaps” were identified from the study but gave recommendations with respect to the monitoring and management of all plastics in the environment, \"and to better assess human health risks and inform appropriate management actions.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “We urgently need to know more about the health impact of microplastics because they are everywhere – including in our drinking-water,” </p><cite> ⁠— Dr. Maria Neira, WHO Director</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Microplastics in drinking water don’t\nappear to pose a health risk at current levels. But we need to find out more,”\nsaid WHO Director, Dr. Maria Neira.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Neira called for greater research to be done as based on its preliminary findings, microplastics have been found in marine settings, waste and freshwater, food, the air and potable water; both bottled and from a tap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5462} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dr-maria-neira-who-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-5462\" /><figcaption>Director of the World Health Organisation, Dr. Maria Neira (Photo: YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We urgently need to know more about the health impact of microplastics because they are everywhere – including in our drinking water,” Dr. Neira argued further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the WHO’s findings, if one\ndrinks water with microplastics larger than the average cell, these particles are\nunlikely to be absorbed in the body.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Absorption of microplastic particles “including\nin the nano-size range may, however, be higher”, the WHO report continued,\nbefore cautioning that available data in this “emerging area” is extremely\nlimited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Head of the Department of Public Health at the WHO, Jennifer de France, warned that that bottled water “in general did contain higher particle numbers”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5461} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/water-buzz-demo.jpg\" alt=\"\" class=\"wp-image-5461\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She however cautioned against jumping to\nconclusions, owing to the lack of available data.</p>\n<!-- /wp:paragraph -->','Microplastics are “everywhere”, no risk to human health just yet','','inherit','closed','closed','','5458-revision-v1','','','2019-08-23 16:02:54','2019-08-23 21:02:54','',5458,'https://buzz-caribbean.com/article/5458-revision-v1/',0,'revision','',0),(5534,11,'2019-08-23 16:04:35','2019-08-23 21:04:35','','Doug_E._Fresh','','inherit','open','closed','','doug_e-_fresh','','','2019-08-23 16:04:35','2019-08-23 21:04:35','',5518,'https://buzz-caribbean.com/app/uploads/2019/08/Doug_E._Fresh.jpg',0,'attachment','image/jpeg',0),(5535,11,'2019-08-23 16:13:21','2019-08-23 21:13:21','','CCH Pounder as Dr. Loretta Wade','CCH Pounder as Dr. Loretta Wade on the CBS drama NCIS: New Orleans, premiering Tuesday, Sept. 23, 2014 on the CBS Television Network.  Photo: Cliff Lipson/CBS  2014 CBS Broadcasting, Inc. All Rights Reserved','inherit','open','closed','','cch-pounder-as-dr-loretta-wade','','','2019-08-23 16:13:21','2019-08-23 21:13:21','',5518,'https://buzz-caribbean.com/app/uploads/2019/08/CCH-Pounder.jpg',0,'attachment','image/jpeg',0),(5536,4,'2019-08-23 16:28:48','2019-08-23 21:28:48','<!-- wp:paragraph -->\n<p><strong>May 2018:</strong> A small craft went down in the Georgia area of Trelawny shortly after taking off from the Donald Sangster International Airport. The aircraft that was making its way to Kingston fell off the radar shortly after take off.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The day long  search for  a  missing chartered plane which disappeared off the Airport radars after flying over a section of Trelawny on Thursday afternoon of May 3rd ended in demise on Friday May 4th , after the search teams spotted pieces of the wreckage in bushes in the parish.  Our news team learnt that,  shortly after 4:00 pm on Friday,  a JDF search helicaptor spotted bits of the wreckage in deep bushes at a section of the parish known as Georgia.  They then alerted the ground troops who proceeded to the location which was situated on the border of Duncans and Clarkes Town both in Trelawny. Upon reaching the location we came upon a large team of JDF soldiers and police officers who had cordoned off the area.  Also we could see bits and pieces of the airplane scattered all over the bushes.                                                                                                                                      One police officer told our news team that bits and pieces of flesh which are believed to be body parts of the pilot and the other two passengers were scattered all over the bushes.  We also learnt that the small aircraft had three persons on board which includes the pilot,  along with another man who is also believed to be a pilot and a aircraft mechanic.                                                                                      The deceased pilot who was at the helm of the craft reportedly just recently got married.                                                                                                                                      The police have reported that  , shortly after 4:00 pm on Thursday the chartered flight took off from the Donald Sangster\'s International Airport in Montego Bay destined for the Tinson Pen AirDrome.                                                                                                                         It is further stated that the chartered jet had three passengers along with the pilot on board.  On reaching a section of the parish of Trelawny on the regions of  Duncans  the aircraft disappeared off the radar.                                                                                                                                     The Sangster\'s Airport Tower and the police at that point mentioned  that they  feared  the worst . Their fears that  the plane crashed somewhere in the Amazon regions of Duncans came to reality on Friday .                             <br>The search parties are maintained  guard overnight  at the wreckage site because the forensic officers and other Aviation investigators was hampered by the light of day on Friday. </p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','5530-revision-v1','','','2019-08-23 16:28:48','2019-08-23 21:28:48','',5530,'https://buzz-caribbean.com/article/5530-revision-v1/',0,'revision','',0),(5537,11,'2019-08-23 16:28:56','2019-08-23 21:28:56','','Ptarick-Ewing','','inherit','open','closed','','ptarick-ewing','','','2019-08-23 16:28:56','2019-08-23 21:28:56','',5518,'https://buzz-caribbean.com/app/uploads/2019/08/Ptarick-Ewing.jpg',0,'attachment','image/jpeg',0),(5538,11,'2019-08-23 16:32:25','2019-08-23 21:32:25','','Grace-Jones','','inherit','open','closed','','grace-jones','','','2019-08-23 16:32:25','2019-08-23 21:32:25','',5518,'https://buzz-caribbean.com/app/uploads/2019/08/Grace-Jones.jpg',0,'attachment','image/jpeg',0),(5539,4,'2019-08-23 16:34:28','2019-08-23 21:34:28','<!-- wp:paragraph -->\n<p><strong>May 2018:</strong> A small craft went down in the Georgia area of Trelawny shortly after taking off from the Donald Sangster International Airport. The aircraft, which was making its way to Kingston, fell off the radar shortly after take off. The remains of the three persons onboard were found among the wreckage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>                                                        </p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','5530-revision-v1','','','2019-08-23 16:34:28','2019-08-23 21:34:28','',5530,'https://buzz-caribbean.com/article/5530-revision-v1/',0,'revision','',0),(5541,4,'2019-08-23 16:58:23','2019-08-23 21:58:23','','jdf-helicopter-crash','','inherit','open','closed','','jdf-helicopter-crash','','','2019-08-23 16:58:23','2019-08-23 21:58:23','',5530,'https://buzz-caribbean.com/app/uploads/2019/08/jdf-helicopter-crash.png',0,'attachment','image/png',0),(5542,11,'2019-08-23 17:15:52','2019-08-23 22:15:52','<!-- wp:paragraph -->\n<p>No matter where in the world you go, chances are you\'ll meet someone with Caribbean ancestry. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our island roots have spread far and wide. With it, has been the sharing of our vibrant culture - whether it\'s our food, <a href=\"https://buzz-caribbean.com/article/nadine-sutherland-i-wont-judge-another-woman/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">music</a>, fashion or undeniable Caribbean charm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another arena in which we\'ve taken a foothold, is among the celebrity A-listers. Yes, Ri-Ri and Nicki, we see you!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5521,5522]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/RiRi-at-Crop-Over-2019.jpg\" alt=\"\" data-id=\"5521\" data-link=\"https://buzz-caribbean.com/?attachment_id=5521\" class=\"wp-image-5521\" /><figcaption>The Bajan princess recently returned to her island home for Crop Over 2019</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Nicki-Minaj.jpg\" alt=\"\" data-id=\"5522\" data-link=\"https://buzz-caribbean.com/?attachment_id=5522\" class=\"wp-image-5522\" /><figcaption>Minaj hopped over to her native Trinidad to shoot her music video  Pound The Alarm </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>But, we bet you didn\'t remember some of these other celebs have their roots where it\'s like summer all-year-round! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Grandmaster Flash — Barbados</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Born Joseph Saddler on January 1, 1958, he\'s considered one of the pioneers of the hip-hop, deejaying, scratching and mixing music genres.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5523} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DJ-Grandmaster-Flash.png\" alt=\"\" class=\"wp-image-5523\" /><figcaption>DJ Grandmaster Flash</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Heather Headley  — Trinidad &amp; Tobago</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tony Award-winning actress, Grammy Award-winning singer, songwriter and record producer, Headley was born on October 5, 1974, in Trinidad.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5524} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Heather-Headley.jpg\" alt=\"\" class=\"wp-image-5524\" /><figcaption>Heather Headley</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Lorraine Toussaint — Trinidad &amp; Tobago</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Best known for her leading role in the critically acclaimed Lifetime television drama series Any Day Now, Toussaint was born in Trinidad on  April 4, 1960.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5525} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lorraine-Toussaint-1024x575.jpg\" alt=\"\" class=\"wp-image-5525\" /><figcaption>Lorraine Toussaint</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Winston Duke — Trinidad and Tobago</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Duke rose to prominence in 2018 for his roles in <em>Black Panther</em>&nbsp;(his feature film debut), and&nbsp;<em>Avengers: Infinity War </em>followed by&nbsp;<em>Avengers: Endgame</em>&nbsp;and Jordan Peele\'s <em>US</em> in 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5529} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Winston-Duke.jpeg\" alt=\"\" class=\"wp-image-5529\" /><figcaption>Winston Duke</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Doug E Fresh — Barbados</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Douglas Davis was born on September 17, 1966. Making his claim to fame as a rapper and record producer, Doug E Fresh also dons the moniker \"Human Beat Box\" for his exceptional skills in beatboxing</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5534} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Doug_E._Fresh-1024x680.jpg\" alt=\"\" class=\"wp-image-5534\" /><figcaption>Doug E Fresh</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>CCH Pounder - Guyana</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Carol Christine Hilaria Pounder was born in Guyana on December 25, 1952. She\'s known for her roles as Dr Angela Hicks in the medical drama ER, Detective Claudette Wyms in the FX police drama The Shield and Mo\'at in James Cameron\'s film Avatar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5535} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/CCH-Pounder.jpg\" alt=\"\" class=\"wp-image-5535\" /><figcaption>CCH Pounder</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Patrick Ewing — Jamaica</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Patrick Aloysius Ewing, had an enviable basketball career, playing for the  New York Knicks, Seattle SuperSonics&nbsp;and&nbsp;Orlando Magic. He is a Hall of a Fame basketball player and current head coach of the Georgetown University men\'s basketball team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5537} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ptarick-Ewing.jpg\" alt=\"\" class=\"wp-image-5537\" /><figcaption>Patrick Ewing</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Grace Jones — Jamaica</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Renowned, model, singer, songwriter and record producer, Grace&nbsp;Beverly&nbsp;Jones&nbsp;OJ, was born on May 19, 1948, in Kingston, Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5538} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Grace-Jones-1024x767.jpg\" alt=\"\" class=\"wp-image-5538\" /><figcaption>Grace Jones</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Anyone we\'ve missed off the list? Let us know in the comments.</em></p>\n<!-- /wp:paragraph -->','Celebrities you probably didn\'t remember were Caribbean','','inherit','closed','closed','','5518-revision-v1','','','2019-08-23 17:15:52','2019-08-23 22:15:52','',5518,'https://buzz-caribbean.com/article/5518-revision-v1/',0,'revision','',0),(5543,4,'2019-08-23 17:18:12','2019-08-23 22:18:12','<!-- wp:paragraph -->\n<p><strong>May 2018:</strong> A small craft went down in the Georgia area of Trelawny shortly after taking off from the Donald Sangster International Airport. The aircraft, which was making its way to Kingston, fell off the radar shortly after take off. The remains of the three persons onboard were found among the wreckage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November  2018</strong>: A Jamaica Defence Force (JDF) helicopter crashed in Portmore, St Catherine. The chopper was being flown by a trainee pilot when it crash-landed in an open field behind the Phoenix Park Housing Scheme. The pilot survived the ordeal, reportedly with minor injuries.                        </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jdf-helicopter-crash-1024x554.png\" alt=\"\" class=\"wp-image-5541\" /></figure>\n<!-- /wp:image -->','','','inherit','closed','closed','','5530-revision-v1','','','2019-08-23 17:18:12','2019-08-23 22:18:12','',5530,'https://buzz-caribbean.com/article/5530-revision-v1/',0,'revision','',0),(5544,11,'2019-08-23 17:18:38','2019-08-23 22:18:38','<!-- wp:paragraph -->\n<p>No matter where in the world you go, chances are you\'ll meet someone with Caribbean ancestry. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our island roots have spread far and wide. With it, has been the sharing of our vibrant culture - whether it\'s our food, <a href=\"https://buzz-caribbean.com/article/nadine-sutherland-i-wont-judge-another-woman/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">music</a>, fashion or undeniable Caribbean charm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another arena in which we\'ve taken a foothold, is among the celebrity A-listers. Yes, Ri-Ri and Nicki, we see you!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5521,5522]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/RiRi-at-Crop-Over-2019.jpg\" alt=\"\" data-id=\"5521\" data-link=\"https://buzz-caribbean.com/?attachment_id=5521\" class=\"wp-image-5521\" /><figcaption>The Bajan princess recently returned to her island home for Crop Over 2019</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Nicki-Minaj.jpg\" alt=\"\" data-id=\"5522\" data-link=\"https://buzz-caribbean.com/?attachment_id=5522\" class=\"wp-image-5522\" /><figcaption>Minaj hopped over to her native Trinidad to shoot her music video  Pound The Alarm </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>But, we bet you didn\'t remember some of these other celebs have their roots where it\'s like summer all-year-round! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Grandmaster Flash — Barbados</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Born Joseph Saddler on January 1, 1958, he\'s considered one of the pioneers of the hip-hop, deejaying, scratching and mixing music genres.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5523} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DJ-Grandmaster-Flash.png\" alt=\"\" class=\"wp-image-5523\" /><figcaption>DJ Grandmaster Flash</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Heather Headley  — Trinidad &amp; Tobago</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tony Award-winning actress, Grammy Award-winning singer, songwriter and record producer, Headley was born on October 5, 1974, in Trinidad.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5524} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Heather-Headley.jpg\" alt=\"\" class=\"wp-image-5524\" /><figcaption>Heather Headley</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Lorraine Toussaint — Trinidad &amp; Tobago</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Best known for her leading role in the critically acclaimed Lifetime television drama series Any Day Now, Toussaint was born in Trinidad on  April 4, 1960.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5525} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lorraine-Toussaint-1024x575.jpg\" alt=\"\" class=\"wp-image-5525\" /><figcaption>Lorraine Toussaint</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Winston Duke — Trinidad and Tobago</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Duke rose to prominence in 2018 for his roles in <em>Black Panther</em>&nbsp;(his feature film debut), and&nbsp;<em>Avengers: Infinity War </em>followed by&nbsp;<em>Avengers: Endgame</em>&nbsp;and Jordan Peele\'s <em>US</em> in 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5529} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Winston-Duke.jpeg\" alt=\"\" class=\"wp-image-5529\" /><figcaption>Winston Duke</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Doug E Fresh — Barbados</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Douglas Davis was born on September 17, 1966. Making his claim to fame as a rapper and record producer, Doug E Fresh also dons the moniker \"Human Beat Box\" for his exceptional skills in beatboxing</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5534} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Doug_E._Fresh-1024x680.jpg\" alt=\"\" class=\"wp-image-5534\" /><figcaption>Doug E Fresh</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>CCH Pounder — Guyana</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Carol Christine Hilaria Pounder was born in Guyana on December 25, 1952. She\'s known for her roles as Dr Angela Hicks in the medical drama ER, Detective Claudette Wyms in the FX police drama The Shield and Mo\'at in James Cameron\'s film Avatar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5535} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/CCH-Pounder.jpg\" alt=\"\" class=\"wp-image-5535\" /><figcaption>CCH Pounder</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Patrick Ewing — Jamaica</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Patrick Aloysius Ewing, had an enviable basketball career, playing for the  New York Knicks, Seattle SuperSonics&nbsp;and&nbsp;Orlando Magic. He is a Hall of a Fame basketball player and current head coach of the Georgetown University men\'s basketball team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5537} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ptarick-Ewing.jpg\" alt=\"\" class=\"wp-image-5537\" /><figcaption>Patrick Ewing</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Grace Jones — Jamaica</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Renowned, model, singer, songwriter and record producer, Grace&nbsp;Beverly&nbsp;Jones&nbsp;OJ, was born on May 19, 1948, in Kingston, Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5538} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Grace-Jones-1024x767.jpg\" alt=\"\" class=\"wp-image-5538\" /><figcaption>Grace Jones</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Anyone we\'ve missed off the list? Let us know in the comments.</em></p>\n<!-- /wp:paragraph -->','Celebrities you probably didn\'t remember were Caribbean','','inherit','closed','closed','','5518-revision-v1','','','2019-08-23 17:18:38','2019-08-23 22:18:38','',5518,'https://buzz-caribbean.com/article/5518-revision-v1/',0,'revision','',0),(5545,11,'2019-08-23 17:19:39','2019-08-23 22:19:39','','Nicki-Minaj-1','','inherit','open','closed','','nicki-minaj-1','','','2019-08-23 17:19:39','2019-08-23 22:19:39','',5518,'https://buzz-caribbean.com/app/uploads/2019/08/Nicki-Minaj-1.jpg',0,'attachment','image/jpeg',0),(5546,11,'2019-08-23 17:24:42','2019-08-23 22:24:42','<!-- wp:paragraph -->\n<p>No matter where in the world you go, chances are you\'ll meet someone with Caribbean ancestry. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our island roots have spread far and wide. With it, has been the sharing of our vibrant culture - whether it\'s our food, <a href=\"https://buzz-caribbean.com/article/nadine-sutherland-i-wont-judge-another-woman/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">music</a>, fashion or undeniable Caribbean charm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another arena in which we\'ve taken a foothold, is among the celebrity A-listers. Yes, Ri-Ri and Nicki, we see you!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"5521\",5545]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/RiRi-at-Crop-Over-2019.jpg\" alt=\"\" data-id=\"5521\" data-link=\"https://buzz-caribbean.com/?attachment_id=5521\" class=\"wp-image-5521\" /><figcaption>The Bajan princess recently returned to her island home for Crop Over 2019</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Nicki-Minaj-1.jpg\" alt=\"\" data-id=\"5545\" data-link=\"https://buzz-caribbean.com/?attachment_id=5545\" class=\"wp-image-5545\" /><figcaption>Nicki Minaj hopped over to  Trinindad for the recording of her music video — Pound The Alarm</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>But, we bet you didn\'t remember some of these other celebs have their roots where it\'s like summer all-year-round! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Grandmaster Flash — Barbados</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Born Joseph Saddler on January 1, 1958, he\'s considered one of the pioneers of the hip-hop, deejaying, scratching and mixing music genres.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5523} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DJ-Grandmaster-Flash.png\" alt=\"\" class=\"wp-image-5523\" /><figcaption>DJ Grandmaster Flash</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Heather Headley  — Trinidad &amp; Tobago</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tony Award-winning actress, Grammy Award-winning singer, songwriter and record producer, Headley was born on October 5, 1974, in Trinidad.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5524} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Heather-Headley.jpg\" alt=\"\" class=\"wp-image-5524\" /><figcaption>Heather Headley</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Lorraine Toussaint — Trinidad &amp; Tobago</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Best known for her leading role in the critically acclaimed Lifetime television drama series Any Day Now, Toussaint was born in Trinidad on  April 4, 1960.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5525} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lorraine-Toussaint-1024x575.jpg\" alt=\"\" class=\"wp-image-5525\" /><figcaption>Lorraine Toussaint</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Winston Duke — Trinidad and Tobago</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Duke rose to prominence in 2018 for his roles in <em>Black Panther</em>&nbsp;(his feature film debut), and&nbsp;<em>Avengers: Infinity War </em>followed by&nbsp;<em>Avengers: Endgame</em>&nbsp;and Jordan Peele\'s <em>US</em> in 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5529} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Winston-Duke.jpeg\" alt=\"\" class=\"wp-image-5529\" /><figcaption>Winston Duke</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Doug E Fresh — Barbados</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Douglas Davis was born on September 17, 1966. Making his claim to fame as a rapper and record producer, Doug E Fresh also dons the moniker \"Human Beat Box\" for his exceptional skills in beatboxing</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5534} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Doug_E._Fresh-1024x680.jpg\" alt=\"\" class=\"wp-image-5534\" /><figcaption>Doug E Fresh</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>CCH Pounder — Guyana</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Carol Christine Hilaria Pounder was born in Guyana on December 25, 1952. She\'s known for her roles as Dr Angela Hicks in the medical drama ER, Detective Claudette Wyms in the FX police drama The Shield and Mo\'at in James Cameron\'s film Avatar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5535} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/CCH-Pounder.jpg\" alt=\"\" class=\"wp-image-5535\" /><figcaption>CCH Pounder</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Patrick Ewing — Jamaica</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Patrick Aloysius Ewing, had an enviable basketball career, playing for the  New York Knicks, Seattle SuperSonics&nbsp;and&nbsp;Orlando Magic. He is a Hall of a Fame basketball player and current head coach of the Georgetown University men\'s basketball team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5537} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ptarick-Ewing.jpg\" alt=\"\" class=\"wp-image-5537\" /><figcaption>Patrick Ewing</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Grace Jones — Jamaica</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Renowned, model, singer, songwriter and record producer, Grace&nbsp;Beverly&nbsp;Jones&nbsp;OJ, was born on May 19, 1948, in Kingston, Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5538} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Grace-Jones-1024x767.jpg\" alt=\"\" class=\"wp-image-5538\" /><figcaption>Grace Jones</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Anyone we\'ve missed off the list? Let us know in the comments.</em></p>\n<!-- /wp:paragraph -->','Celebrities you probably didn\'t remember were Caribbean','','inherit','closed','closed','','5518-revision-v1','','','2019-08-23 17:24:42','2019-08-23 22:24:42','',5518,'https://buzz-caribbean.com/article/5518-revision-v1/',0,'revision','',0),(5547,4,'2019-08-23 17:28:54','2019-08-23 22:28:54','<!-- wp:paragraph -->\n<p><strong>May 2018:</strong> A small craft went down in the Georgia area of Trelawny shortly after taking off from the Donald Sangster International Airport. The aircraft, which was making its way to Kingston, fell off the radar shortly after take off. The remains of the three persons onboard were found among the wreckage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November &nbsp;2018</strong>: A Jamaica Defence Force (JDF) helicopter crashed in Portmore, St Catherine. The chopper was being flown by a trainee pilot when it crash-landed in an open field behind the Phoenix Park Housing Scheme. The pilot survived the ordeal, reportedly with minor injuries.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jdf-helicopter-crash-1024x554.png\" alt=\"\" class=\"wp-image-5541\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','5530-revision-v1','','','2019-08-23 17:28:54','2019-08-23 22:28:54','',5530,'https://buzz-caribbean.com/article/5530-revision-v1/',0,'revision','',0),(5549,4,'2019-08-23 17:34:12','2019-08-23 22:34:12','<!-- wp:paragraph -->\n<p><strong>May 2018:</strong> A small craft went down in the Georgia area of Trelawny shortly after taking off from the Donald Sangster International Airport. The aircraft, which was making its way to Kingston, fell off the radar shortly after take off. The remains of the three persons onboard were found among the wreckage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November  2018</strong>: A Jamaica Defence Force (JDF) helicopter crashed in Portmore, St Catherine. The chopper was being flown by a trainee pilot when it crashed in an open field behind the Phoenix Park Housing Scheme. The pilot survived the ordeal, reportedly with minor injuries.                        </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jdf-helicopter-crash-1024x554.png\" alt=\"\" class=\"wp-image-5541\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','5530-revision-v1','','','2019-08-23 17:34:12','2019-08-23 22:34:12','',5530,'https://buzz-caribbean.com/article/5530-revision-v1/',0,'revision','',0),(5550,11,'2019-08-23 17:36:16','2019-08-23 22:36:16','<!-- wp:paragraph -->\n<p>No matter where in the world you go, chances are you\'ll meet someone with Caribbean ancestry. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our island roots have spread far and wide. With it, has been the sharing of our vibrant culture - whether it\'s our food, music, fashion or undeniable Caribbean charm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another arena in which we\'ve taken a foothold, is among the celebrity A-listers. Yes, Ri-Ri and Nicki, we see you!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5521,5522]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/RiRi-at-Crop-Over-2019.jpg\" alt=\"\" data-id=\"5521\" data-link=\"https://buzz-caribbean.com/?attachment_id=5521\" class=\"wp-image-5521\" /><figcaption>The Bajan princess recently returned to her island home for Crop Over 2019</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Nicki-Minaj.jpg\" alt=\"\" data-id=\"5522\" data-link=\"https://buzz-caribbean.com/?attachment_id=5522\" class=\"wp-image-5522\" /><figcaption>Minaj hopped over to her native Trinidad to shoot her music video  Pound The Alarm </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>But, we bet you didn\'t remember some of these other celebs have their roots where it\'s like summer all-year-round! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Grandmaster Flash — Barbados</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Born Joseph Saddler on January 1, 1958, he\'s considered one of the pioneers of the hip-hop, deejaying, scratching and mixing music genres. In 2007 he was inducted in the Rock and Roll Hall of Fame becoming the first hip hop act to be honoured. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5523} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DJ-Grandmaster-Flash.png\" alt=\"\" class=\"wp-image-5523\" /><figcaption>DJ Grandmaster Flash</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Heather Headley  — Trinidad &amp; Tobago</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tony Award-winning actress, Grammy Award-winning singer, songwriter and record producer, Headley was born on October 5, 1974, in Trinidad.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5524} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Heather-Headley.jpg\" alt=\"\" class=\"wp-image-5524\" /><figcaption>Heather Headley</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Lorraine Toussaint — Trinidad &amp; Tobago</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Best known for her leading role in the critically acclaimed Lifetime television drama series Any Day Now, Yvonne Toussaint was born in Trinidad on  April 4, 1960. In 2014, she received the Critics\' Choice Television Award for Best Supporting Actress in a Drama Series for her role of Yvonne\"Vee\" Parker, in the Emmy-winning Netflix comedy-drama series Orange Is the New Black. She also played the role of Amelia Boynton Robinson in the 2014 historical drama film Selma, directed by Ava DuVernay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5525} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lorraine-Toussaint-1024x575.jpg\" alt=\"\" class=\"wp-image-5525\" /><figcaption>Lorraine Toussaint</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Winston Duke — Trinidad and Tobago</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Duke rose to prominence in 2018 for his roles in <em>Black Panther</em>&nbsp;(his feature film debut), and&nbsp;<em>Avengers: Infinity War </em>followed by&nbsp;<em>Avengers: Endgame</em>&nbsp;and Jordan Peele\'s <em>US</em> in 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5529} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Winston-Duke.jpeg\" alt=\"\" class=\"wp-image-5529\" /><figcaption>Winston Duke</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Doug E Fresh — Barbados</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Douglas Davis was born on September 17, 1966. Making his claim to fame as a rapper and record producer, Doug E Fresh also dons the moniker \"Human Beat Box\" for his exceptional skills in beatboxing</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5534} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Doug_E._Fresh-1024x680.jpg\" alt=\"\" class=\"wp-image-5534\" /><figcaption>Doug E Fresh</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>CCH Pounder - Guyana</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Carol Christine Hilaria Pounder was born in Guyana on December 25, 1952. She\'s known for her roles as Dr Angela Hicks in the medical drama ER, Detective Claudette Wyms in the FX police drama The Shield and Mo\'at in James Cameron\'s film Avatar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5535} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/CCH-Pounder.jpg\" alt=\"\" class=\"wp-image-5535\" /><figcaption>CCH Pounder</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Patrick Ewing — Jamaica</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Patrick Aloysius Ewing, had an enviable basketball career, playing for the  New York Knicks, Seattle SuperSonics&nbsp;and&nbsp;Orlando Magic. He is a Hall of a Fame basketball player and current head coach of the Georgetown University men\'s basketball team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5537} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ptarick-Ewing.jpg\" alt=\"\" class=\"wp-image-5537\" /><figcaption>Patrick Ewing</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Grace Jones — Jamaica</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Renowned, model, singer, songwriter and record producer, Grace&nbsp;Beverly&nbsp;Jones&nbsp;OJ, was born on May 19, 1948, in Kingston, Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5538} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Grace-Jones-1024x767.jpg\" alt=\"\" class=\"wp-image-5538\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Heavy D — Jamaica</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Celebrities you probably didn\'t remember were Caribbean','','inherit','closed','closed','','5518-revision-v1','','','2019-08-23 17:36:16','2019-08-23 22:36:16','',5518,'https://buzz-caribbean.com/article/5518-revision-v1/',0,'revision','',0),(5551,15,'2019-08-23 18:43:32','2019-08-23 23:43:32','<!-- wp:image {\"id\":5570} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/donald-trump-buzz-demo-1-1024x575.jpg\" alt=\"\" class=\"wp-image-5570\" /><figcaption>US President Donald Trump (Photo: Associated Press)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>All three US stock market indexes fell dramatically today on news that China will be imposing further tariffs on American products. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Dow Jones Index closed at 623 points lower registering a 2.4 percent decline while the S&amp;P 500 finished 2.6 percent lower. The Nasdaq Composite dropped even further closing 3% down. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The fall-off comes on the back of news that China will be placing tariffs on US$75 billion worth of US goods in retaliation for the Trump administration’s decision to place a 10% tariff on US$300 billion worth of Chinese products.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many Jamaicans and people across the Caribbean invest in the US stock market and this trade standoff between the world’s two largest super powers could impact their investment portfolios.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5572} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/nyse-stock-market-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-5572\" /><figcaption>Floor traders at the New York Stock Exchange, NYSE (Photo: Yahoo! Finance)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In response to the news from China, President Trump said: “Our Great American companies are hereby ordered to immediately start looking for an alternative to China including bringing your companies home and making your products in the USA.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I will be responding to China’s tariffs,” Trump warned.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many analysts and companies fear that Trump will now look to raise tariffs on Chinese goods from 10% to 25%.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In our view, 25% tariffs would cause considerable economic damage and greatly increase the probability of a U.S. recession in 2020,” said Senior Economist at UBS Global Wealth Management, Brian Rose.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how will this affect us here in Jamaica?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5569} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lamar-harris-buzz-demo-2.png\" alt=\"\" class=\"wp-image-5569\" /><figcaption>Vice President, Wealth at NCB Capital Markets Lamar Harris</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Vice President of Wealth at NCB Capital Markets, Lamar Harris speaking with <strong>BUZZ</strong> said: “ There is a lot of uncertainty right now in US markets caused in the main by an upcoming presidential election and trade wars, particularly with China. This volatility we are seeing provides an opportunity for investors including Jamaicans.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Jamaica’s economy is growing and so too is our stock market. We are not embroiled in trade wars and so should not be too concerned. We remain strong,” Harris added.</p>\n<!-- /wp:paragraph -->','US stock markets tumble as trade war with China escalates','','publish','open','closed','','us-stock-markets-tumble-as-trade-war-with-china-escalates','','','2019-08-23 18:44:16','2019-08-23 23:44:16','',0,'https://buzz-caribbean.com/?p=5551',0,'post','',0),(5552,4,'2019-08-23 17:40:47','2019-08-23 22:40:47','<!-- wp:paragraph -->\n<p><strong>May 2018:</strong> A small craft went down in the Georgia area of Trelawny shortly after taking off from the Donald Sangster International Airport. The aircraft, which was making its way to Kingston, fell off the radar shortly after take off. The remains of the three persons onboard were found among the wreckage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November &nbsp;2018</strong>: A Jamaica Defence Force (JDF) helicopter crashed in Portmore, St Catherine. The chopper was being flown by a trainee pilot when it crashed in an open field behind the Phoenix Park Housing Scheme. The pilot survived the ordeal, reportedly with minor injuries.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jdf-helicopter-crash-1024x554.png\" alt=\"\" class=\"wp-image-5541\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','5530-revision-v1','','','2019-08-23 17:40:47','2019-08-23 22:40:47','',5530,'https://buzz-caribbean.com/article/5530-revision-v1/',0,'revision','',0),(5553,4,'2019-08-23 17:43:34','2019-08-23 22:43:34','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>May 2018:</strong> A small craft went down in the Georgia area of Trelawny shortly after taking off from the Donald Sangster International Airport. The aircraft, which was making its way to Kingston, fell off the radar shortly after take off. The remains of the three persons onboard were found among the wreckage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November &nbsp;2018</strong>: A Jamaica Defence Force (JDF) helicopter crashed in Portmore, St Catherine. The chopper was being flown by a trainee pilot when it crashed in an open field behind the Phoenix Park Housing Scheme. The pilot survived the ordeal, reportedly with minor injuries.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jdf-helicopter-crash-1024x554.png\" alt=\"\" class=\"wp-image-5541\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','5530-revision-v1','','','2019-08-23 17:43:34','2019-08-23 22:43:34','',5530,'https://buzz-caribbean.com/article/5530-revision-v1/',0,'revision','',0),(5554,4,'2019-08-23 17:47:59','2019-08-23 22:47:59','','Donald Trump','','inherit','open','closed','','donald-trump','','','2019-08-23 17:47:59','2019-08-23 22:47:59','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Donald-Trump.jpg',0,'attachment','image/jpeg',0),(5555,4,'2019-08-23 17:49:31','2019-08-23 22:49:31','<!-- wp:paragraph -->\n<p><br> <br> All three US stock market indexes fell dramatically today on news that China will be imposing further tariffs on American products. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> <br> The Dow Jones Index closed at 623 points lower registering a 2.4 decline while the S&amp;P 500 finished 2.6 lower. The Nasdaq Composite dropped even further closing 3% down. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5554} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Donald-Trump-1024x645.jpg\" alt=\"\" class=\"wp-image-5554\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> <br> The fall off comes on the back of news that China will be placing tariffs on US$75 billion worth of US goods in retaliation for the Trump administration’s decision to place a 10% tariff on US$300 billion worth of Chinese products.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> <br> Many Jamaicans and people across the Caribbean invest in the US stock market and this trade standoff between the world’s two largest super powers could impact their investment portfolios.<br> <br> In response to the news from China, President Trump said: “ Our Great American companies are hereby ordered to immediately start looking for an alternative to China including bringing your companies home and making your products in the USA.<br> <br> “I will be responding to China’s tariffs.”<br> <br> Many analysts and companies fear that Trump will now look to raise tariffs on Chinese goods from 10% to 25%.<br> <br> “In our view 25% tariffs would cause considerable economic damage and greatly increase the probability of a U.S. recession in 2020,” said Senior Economist at UBS Global Wealth Management, Brian Rose.<br> <br> <br> So how will this affect us here in Jamaica?<br> <br> Vice President of Wealth at NCB Capital Markets, Lamar Harris speaking with BUZZ said: “ There is a lot of uncertainty right now in US markets caused in the main by an upcoming presidential election and trade wars particularly with China. This volatility we are seeing provides an opportunity for investors including Jamaicans.<br> <br> “ Jamaica’s economy is growing and so to is our stock market. We are not embroiled in trade wars and so should not be too concerned. We remain strong.”</p>\n<!-- /wp:paragraph -->','US stock markets tumble as trade war with China escalates','','inherit','closed','closed','','5551-revision-v1','','','2019-08-23 17:49:31','2019-08-23 22:49:31','',5551,'https://buzz-caribbean.com/article/5551-revision-v1/',0,'revision','',0),(5556,4,'2019-08-23 17:52:57','2019-08-23 22:52:57','<!-- wp:paragraph -->\n<p><strong>May 2018:</strong> A small craft went down in the Georgia area of Trelawny shortly after taking off from the Donald Sangster International Airport. The aircraft, which was making its way to Kingston, fell off the radar shortly after take off. The remains of the three persons onboard were found among the wreckage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November &nbsp;2018</strong>: A Jamaica Defence Force (JDF) helicopter crashed in Portmore, St Catherine. The chopper was being flown by a trainee pilot when it crashed in an open field behind the Phoenix Park Housing Scheme. The pilot survived the ordeal, reportedly with minor injuries.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jdf-helicopter-crash-1024x554.png\" alt=\"\" class=\"wp-image-5541\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','5530-revision-v1','','','2019-08-23 17:52:57','2019-08-23 22:52:57','',5530,'https://buzz-caribbean.com/article/5530-revision-v1/',0,'revision','',0),(5557,11,'2019-08-23 18:56:08','2019-08-23 23:56:08','<!-- wp:paragraph -->\n<p>With months of sustained social media pressure from her fans on the launch of her new album, mega pop-star Rihanna relented in June with a behind-the-scenes post on her Instagram story.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5559} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BTS-Instagram-Post.jpg\" alt=\"\" class=\"wp-image-5559\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some fans were appeased by this, others still speculating if the star was merely teasing her very anxious fans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Friday, August 16, though, more news dropped about this upcoming album, with a fan page on Twitter - @Rihanna2, tweeting a photo of a registration for a new Rihanna song through her publishing company, BMI. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/Rihanna2/status/1162760864971276289?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1162773014481702916\\u0026ref_url=https%3A%2F%2Fwww.capitalxtra.com%2Fartists%2Frihanna%2Fnews%2Fnew-dancehall-song-private-loving-demarco%2F\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed aligncenter is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/Rihanna2/status/1162760864971276289?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1162773014481702916&amp;ref_url=https%3A%2F%2Fwww.capitalxtra.com%2Fartists%2Frihanna%2Fnews%2Fnew-dancehall-song-private-loving-demarco%2F\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The song, titled,<strong> Private Loving</strong>, is expected to have a dancehall flavour, with Jamaican dancehall/reggae artiste <a href=\"https://buzz-caribbean.com/article/i-stopped-eating-meat-demarco-makes-major-lifestyle-change/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Demarco (opens in a new tab)\">Demarco</a>, being listed in the song credits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5561,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Demarco.jpg\" alt=\"\" class=\"wp-image-5561\" /><figcaption>Jamaican Dancehall/Reggae artiste Demarco</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Demarco, who recently signed a three-album deal with Akon\'s Kon Live label, seemingly confirmed the existence of the song in a direct message from the fan page (see below). The artiste responded \"Respect\" to the note of congratulations by the sender.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5566,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-of-Tweet.jpg\" alt=\"\" class=\"wp-image-5566\" /><figcaption>Source: Twitter — @Rihanna2</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This new track would potentially be listed among Rihanna\'s impressive line-up of dancehall-inspired tracks including, <a href=\"https://www.youtube.com/watch?v=HL1UzIK-flA\">Work </a>and <a href=\"https://www.youtube.com/watch?v=e82VE8UtW8A\">Rude Boy.</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell us how you feel about a potential new dancehall-themed track from Rihanna.</p>\n<!-- /wp:paragraph -->','Possible new dancehall track from Rihanna','','publish','open','closed','','possible-new-dancehall-track-from-rihanna','','','2019-08-23 23:45:48','2019-08-24 04:45:48','',0,'https://buzz-caribbean.com/?p=5557',0,'post','',0),(5558,15,'2019-08-23 18:10:27','2019-08-23 23:10:27','','lamar-harris-buzz-demo','','inherit','open','closed','','lamar-harris-buzz-demo','','','2019-08-23 18:10:27','2019-08-23 23:10:27','',5551,'https://buzz-caribbean.com/app/uploads/2019/08/lamar-harris-buzz-demo.jpg',0,'attachment','image/jpeg',0),(5559,11,'2019-08-23 18:11:34','2019-08-23 23:11:34','','BTS-Instagram-Post','','inherit','open','closed','','bts-instagram-post','','','2019-08-23 18:11:34','2019-08-23 23:11:34','',5557,'https://buzz-caribbean.com/app/uploads/2019/08/BTS-Instagram-Post.jpg',0,'attachment','image/jpeg',0),(5560,15,'2019-08-23 18:20:58','2019-08-23 23:20:58','','Donald Trump Buzz Demo','','inherit','open','closed','','donald-trump-buzz-demo','','','2019-08-23 18:20:58','2019-08-23 23:20:58','',5551,'https://buzz-caribbean.com/app/uploads/2019/08/donald-trump-buzz-demo.jpg',0,'attachment','image/jpeg',0),(5561,11,'2019-08-23 18:21:41','2019-08-23 23:21:41','','Demarco','','inherit','open','closed','','demarco','','','2019-08-23 18:21:41','2019-08-23 23:21:41','',5557,'https://buzz-caribbean.com/app/uploads/2019/08/Demarco.jpg',0,'attachment','image/jpeg',0),(5562,4,'2019-08-23 18:21:51','2019-08-23 23:21:51','<!-- wp:paragraph -->\n<p><strong>December 2012</strong>: Forty passengers were reported injured after an American Airlines plane crashed at the Norman Manley Airport. The crash occurred after the aircraft overshot the runway. Flight AA331, a Boeing 737, had just arrived from Miami in pouring rain with approximately 148 passengers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>May 2018:</strong> A small craft went down in the Georgia area of Trelawny shortly after taking off from the Donald Sangster International Airport. The aircraft, which was making its way to Kingston, fell off the radar shortly after take off. The remains of the three persons onboard were found among the wreckage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November  2018</strong>: A Jamaica Defence Force (JDF) helicopter crashed in Portmore, St Catherine. The chopper was being flown by a trainee pilot when it crashed in an open field behind the Phoenix Park Housing Scheme. The pilot survived the ordeal, reportedly with minor injuries.                        </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jdf-helicopter-crash-1024x554.png\" alt=\"\" class=\"wp-image-5541\" /></figure>\n<!-- /wp:image -->','','','inherit','closed','closed','','5530-revision-v1','','','2019-08-23 18:21:51','2019-08-23 23:21:51','',5530,'https://buzz-caribbean.com/article/5530-revision-v1/',0,'revision','',0),(5563,15,'2019-08-23 18:22:14','2019-08-23 23:22:14','<!-- wp:paragraph -->\n<p>All three US stock market indexes fell dramatically today on news that China will be imposing further tariffs on American products. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Dow Jones Index closed at 623 points lower registering a 2.4 percent decline while the S&amp;P 500 finished 2.6 percent lower. The Nasdaq Composite dropped even further closing 3% down. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The fall off comes on the back of news that China will be placing tariffs on US$75 billion worth of US goods in retaliation for the Trump administration’s decision to place a 10% tariff on US$300 billion worth of Chinese products.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many Jamaicans and people across the Caribbean invest in the US stock market and this trade standoff between the world’s two largest super powers could impact their investment portfolios.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In response to the news from China, President Trump said: “Our Great American companies are hereby ordered to immediately start looking for an alternative to China including bringing your companies home and making your products in the USA.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I will be responding to China’s tariffs,” Trump warned.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many analysts and companies fear that Trump will now look to raise tariffs on Chinese goods from 10% to 25%.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In our view 25% tariffs would cause considerable economic damage and greatly increase the probability of a U.S. recession in 2020,” said Senior Economist at UBS Global Wealth Management, Brian Rose.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how will this affect us here in Jamaica?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5558} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lamar-harris-buzz-demo-684x1024.jpg\" alt=\"\" class=\"wp-image-5558\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Vice President of Wealth at NCB Capital Markets, Lamar Harris speaking with <strong>BUZZ</strong> said: “ There is a lot of uncertainty right now in US markets caused in the main by an upcoming presidential election and trade wars particularly with China. This volatility we are seeing provides an opportunity for investors including Jamaicans.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Jamaica’s economy is growing and so too is our stock market. We are not embroiled in trade wars and so should not be too concerned. We remain strong,” Harris added.</p>\n<!-- /wp:paragraph -->','US stock markets tumble as trade war with China escalates','','inherit','closed','closed','','5551-revision-v1','','','2019-08-23 18:22:14','2019-08-23 23:22:14','',5551,'https://buzz-caribbean.com/article/5551-revision-v1/',0,'revision','',0),(5564,11,'2019-08-23 18:24:33','2019-08-23 23:24:33','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">? A new song called &quot;Private Loving&quot; has been registered on BMI. The song is written by Rihanna and Demarco (Jamaican dancehall/reggae artist) <a href=\"https://twitter.com/hashtag/R9?src=hash&amp;ref_src=twsrc%5Etfw\">#R9</a> <a href=\"https://t.co/b9rr6bndc5\">pic.twitter.com/b9rr6bndc5</a></p>&mdash; Rihanna News (@Rihanna2) <a href=\"https://twitter.com/Rihanna2/status/1162760864971276289?ref_src=twsrc%5Etfw\">August 17, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','a16f6ecefe36cf89bd9e79cba5f9e551','','','2019-08-23 18:24:33','2019-08-23 23:24:33','',0,'https://buzz-caribbean.com/article/a16f6ecefe36cf89bd9e79cba5f9e551/',0,'oembed_cache','',0),(5565,4,'2019-08-23 18:28:27','2019-08-23 23:28:27','<!-- wp:paragraph -->\n<p><strong>December 2012</strong>: Forty passengers were reported injured after an American Airlines plane crashed at the Norman Manley Airport. The crash occurred after the aircraft overshot the runway. Flight AA331 had just arrived from Miami in pouring rain with approximately 148 passengers when the crash occurred.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>May 2018:</strong> A small craft went down in the Georgia area of Trelawny shortly after taking off from the Donald Sangster International Airport. The aircraft, which was making its way to Kingston, fell off the radar shortly after take off. The remains of the three persons onboard were found among the wreckage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November  2018</strong>: A Jamaica Defence Force (JDF) helicopter crashed in Portmore, St Catherine. The chopper was being flown by a trainee pilot when it crashed in an open field behind the Phoenix Park Housing Scheme. The pilot survived the ordeal, reportedly with minor injuries.                        </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jdf-helicopter-crash-1024x554.png\" alt=\"\" class=\"wp-image-5541\" /></figure>\n<!-- /wp:image -->','','','inherit','closed','closed','','5530-revision-v1','','','2019-08-23 18:28:27','2019-08-23 23:28:27','',5530,'https://buzz-caribbean.com/article/5530-revision-v1/',0,'revision','',0),(5566,11,'2019-08-23 18:32:37','2019-08-23 23:32:37','','Screenshot-of-Tweet','','inherit','open','closed','','screenshot-of-tweet','','','2019-08-23 18:32:37','2019-08-23 23:32:37','',5557,'https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-of-Tweet.jpg',0,'attachment','image/jpeg',0),(5567,4,'2019-08-23 18:32:38','2019-08-23 23:32:38','','american-airlines-crash','','inherit','open','closed','','american-airlines-crash','','','2019-08-23 18:32:38','2019-08-23 23:32:38','',5530,'https://buzz-caribbean.com/app/uploads/2019/08/american-airlines-crash.jpg',0,'attachment','image/jpeg',0),(5568,4,'2019-08-23 18:34:00','2019-08-23 23:34:00','<!-- wp:image {\"id\":5567} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/american-airlines-crash-1024x768.jpg\" alt=\"\" class=\"wp-image-5567\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>December 2012</strong>: Forty passengers were reported injured after an American Airlines plane crashed at the Norman Manley Airport. The crash occurred after the aircraft overshot the runway. Flight AA331 had just arrived from Miami in pouring rain with approximately 148 passengers when the crash occurred.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>May 2018:</strong> A small craft went down in the Georgia area of Trelawny shortly after taking off from the Donald Sangster International Airport. The aircraft, which was making its way to Kingston, fell off the radar shortly after take off. The remains of the three persons onboard were found among the wreckage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November  2018</strong>: A Jamaica Defence Force (JDF) helicopter crashed in Portmore, St Catherine. The chopper was being flown by a trainee pilot when it crashed in an open field behind the Phoenix Park Housing Scheme. The pilot survived the ordeal, reportedly with minor injuries.                        </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jdf-helicopter-crash-1024x554.png\" alt=\"\" class=\"wp-image-5541\" /></figure>\n<!-- /wp:image -->','','','inherit','closed','closed','','5530-revision-v1','','','2019-08-23 18:34:00','2019-08-23 23:34:00','',5530,'https://buzz-caribbean.com/article/5530-revision-v1/',0,'revision','',0),(5569,15,'2019-08-23 18:35:03','2019-08-23 23:35:03','','lamar-harris-buzz-demo-2','','inherit','open','closed','','lamar-harris-buzz-demo-2','','','2019-08-23 18:35:03','2019-08-23 23:35:03','',5551,'https://buzz-caribbean.com/app/uploads/2019/08/lamar-harris-buzz-demo-2.png',0,'attachment','image/png',0),(5570,14,'2019-08-23 18:39:06','2019-08-23 23:39:06','','Donald Trump Buzz Demo 1','','inherit','open','closed','','donald-trump-buzz-demo-1','','','2019-08-23 18:39:06','2019-08-23 23:39:06','',5551,'https://buzz-caribbean.com/app/uploads/2019/08/donald-trump-buzz-demo-1.jpg',0,'attachment','image/jpeg',0),(5572,14,'2019-08-23 18:41:40','2019-08-23 23:41:40','','nyse-stock-market-buzz-demo','','inherit','open','closed','','nyse-stock-market-buzz-demo','','','2019-08-23 18:41:40','2019-08-23 23:41:40','',5551,'https://buzz-caribbean.com/app/uploads/2019/08/nyse-stock-market-buzz-demo.jpg',0,'attachment','image/jpeg',0),(5573,4,'2019-08-23 18:43:11','2019-08-23 23:43:11','<!-- wp:image {\"id\":5567} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/american-airlines-crash-1024x768.jpg\" alt=\"\" class=\"wp-image-5567\" /><figcaption>American Airlines Flight AA331 crashed in Kingston in December 2009.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><b>December 20</b><strong>09</strong>: Forty passengers were reported injured after an American Airlines plane crashed at the Norman Manley Airport. The crash occurred after the aircraft overshot the runway. Flight AA331 had just arrived from Miami in pouring rain with approximately 148 passengers when the crash occurred.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>May 2018:</strong> A small craft went down in the Georgia area of Trelawny shortly after taking off from the Donald Sangster International Airport. The aircraft, which was making its way to Kingston, fell off the radar shortly after take off. The remains of the three persons onboard were found among the wreckage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>November  2018</strong>: A Jamaica Defence Force (JDF) helicopter crashed in Portmore, St Catherine. The chopper was being flown by a trainee pilot when it crashed in an open field behind the Phoenix Park Housing Scheme. The pilot survived the ordeal, reportedly with minor injuries.                        </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jdf-helicopter-crash-1024x554.png\" alt=\"\" class=\"wp-image-5541\" /></figure>\n<!-- /wp:image -->','A look at aviation disasters in Jamaica','','inherit','closed','closed','','5530-revision-v1','','','2019-08-23 18:43:11','2019-08-23 23:43:11','',5530,'https://buzz-caribbean.com/article/5530-revision-v1/',0,'revision','',0),(5574,14,'2019-08-23 18:43:32','2019-08-23 23:43:32','<!-- wp:image {\"id\":5570} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/donald-trump-buzz-demo-1-1024x575.jpg\" alt=\"\" class=\"wp-image-5570\" /><figcaption>US President Donald Trump (Photo: Associated Press)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>All three US stock market indexes fell dramatically today on news that China will be imposing further tariffs on American products. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Dow Jones Index closed at 623 points lower registering a 2.4 percent decline while the S&amp;P 500 finished 2.6 percent lower. The Nasdaq Composite dropped even further closing 3% down. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The fall-off comes on the back of news that China will be placing tariffs on US$75 billion worth of US goods in retaliation for the Trump administration’s decision to place a 10% tariff on US$300 billion worth of Chinese products.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many Jamaicans and people across the Caribbean invest in the US stock market and this trade standoff between the world’s two largest super powers could impact their investment portfolios.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5572} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/nyse-stock-market-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-5572\" /><figcaption>Floor traders at the New York Stock Exchange, NYSE (Photo: Yahoo! Finance)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In response to the news from China, President Trump said: “Our Great American companies are hereby ordered to immediately start looking for an alternative to China including bringing your companies home and making your products in the USA.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I will be responding to China’s tariffs,” Trump warned.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many analysts and companies fear that Trump will now look to raise tariffs on Chinese goods from 10% to 25%.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In our view, 25% tariffs would cause considerable economic damage and greatly increase the probability of a U.S. recession in 2020,” said Senior Economist at UBS Global Wealth Management, Brian Rose.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how will this affect us here in Jamaica?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5569} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lamar-harris-buzz-demo-2.png\" alt=\"\" class=\"wp-image-5569\" /><figcaption>Vice President, Wealth at NCB Capital Markets Lamar Harris</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Vice President of Wealth at NCB Capital Markets, Lamar Harris speaking with <strong>BUZZ</strong> said: “ There is a lot of uncertainty right now in US markets caused in the main by an upcoming presidential election and trade wars, particularly with China. This volatility we are seeing provides an opportunity for investors including Jamaicans.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Jamaica’s economy is growing and so too is our stock market. We are not embroiled in trade wars and so should not be too concerned. We remain strong,” Harris added.</p>\n<!-- /wp:paragraph -->','US stock markets tumble as trade war with China escalates','','inherit','closed','closed','','5551-revision-v1','','','2019-08-23 18:43:32','2019-08-23 23:43:32','',5551,'https://buzz-caribbean.com/article/5551-revision-v1/',0,'revision','',0),(5575,4,'2019-08-23 18:44:43','2019-08-23 23:44:43','<!-- wp:image {\"id\":5567} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/american-airlines-crash-1024x768.jpg\" alt=\"\" class=\"wp-image-5567\" /><figcaption>American Airlines Flight AA331 crashed in Kingston in December 2009.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><b>December 20</b><strong>09</strong>: Forty passengers were reported injured after an American Airlines plane crashed at the Norman Manley Airport. The crash occurred after the aircraft overshot the runway. Flight AA331 had just arrived from Miami in pouring rain with approximately 148 passengers when the crash occurred.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>May 2018:</strong> A small craft went down in the Georgia area of Trelawny shortly after taking off from the Donald Sangster International Airport. The aircraft, which was making its way to Kingston, fell off the radar shortly after take off. The remains of the three persons onboard were found among the wreckage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November  2018</strong>: A Jamaica Defence Force (JDF) helicopter crashed in Portmore, St Catherine. The chopper was being flown by a trainee pilot when it crashed in an open field behind the Phoenix Park Housing Scheme. The pilot survived the ordeal, reportedly with minor injuries.                        </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jdf-helicopter-crash-1024x554.png\" alt=\"\" class=\"wp-image-5541\" /><figcaption>A JDF helicopter crashed in Portmore, St Catherine November last year. </figcaption></figure>\n<!-- /wp:image -->','A look at aviation disasters in Jamaica','','inherit','closed','closed','','5530-revision-v1','','','2019-08-23 18:44:43','2019-08-23 23:44:43','',5530,'https://buzz-caribbean.com/article/5530-revision-v1/',0,'revision','',0),(5576,11,'2019-08-23 18:53:32','2019-08-23 23:53:32','','Rihanna Variety','','inherit','open','closed','','rihanna-variety','','','2019-08-23 18:53:32','2019-08-23 23:53:32','',5557,'https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-variety.jpg',0,'attachment','image/jpeg',0),(5577,4,'2019-08-23 18:55:43','2019-08-23 23:55:43','<!-- wp:image {\"id\":5567} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/american-airlines-crash-1024x768.jpg\" alt=\"\" class=\"wp-image-5567\" /><figcaption>American Airlines Flight AA331 crashed in Kingston in December 2009.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><b>December 20</b><strong>09</strong>: Forty passengers were reported injured after an American Airlines plane crashed at the Norman Manley Airport. The crash occurred after the aircraft overshot the runway. Flight AA331 had just arrived from Miami in pouring rain with approximately 148 passengers when the crash occurred.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November 2016</strong>: Disaster struck again when a small plane crashed into a house in Greenwich Town, off Marcus Garvey, in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Two people are now reported dead after Drive, St Andrew this afternoon. The two bodies are still inside the plane.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Superintendent Stephanie Lindsay\ntold OBSERVER ONLINE that a third person was taken to hospital.<br>\nThe aircraft caught fire after the crash and firefighters are currently on the\nscene trying to contain the blaze.&nbsp;<br>\nMore information later.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>May 2018:</strong> A small craft went down in the Georgia area of Trelawny shortly after taking off from the Donald Sangster International Airport. The aircraft, which was making its way to Kingston, fell off the radar shortly after take off. The remains of the three persons onboard were found among the wreckage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November  2018</strong>: A Jamaica Defence Force (JDF) helicopter crashed in Portmore, St Catherine. The chopper was being flown by a trainee pilot when it crashed in an open field behind the Phoenix Park Housing Scheme. The pilot survived the ordeal, reportedly with minor injuries.                        </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jdf-helicopter-crash-1024x554.png\" alt=\"\" class=\"wp-image-5541\" /><figcaption>A JDF helicopter crashed in Portmore, St Catherine November last year. </figcaption></figure>\n<!-- /wp:image -->','','','inherit','closed','closed','','5530-revision-v1','','','2019-08-23 18:55:43','2019-08-23 23:55:43','',5530,'https://buzz-caribbean.com/article/5530-revision-v1/',0,'revision','',0),(5578,11,'2019-08-23 18:56:08','2019-08-23 23:56:08','<!-- wp:paragraph -->\n<p>With months of sustained social media pressure from her fans on the launch of her new album, mega pop-star Rihanna relented in June with a behind-the-scenes post on her Instagram story.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5559} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BTS-Instagram-Post.jpg\" alt=\"\" class=\"wp-image-5559\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some fans were appeased by this, others still speculating if the star was merely teasing her very anxious fans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Friday, August 16, though, more news dropped about this upcoming album, with a fan page on Twitter - @Rihanna2, tweeting a photo of a registration for a new Rihanna song through her publishing company, BMI. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/Rihanna2/status/1162760864971276289?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1162773014481702916\\u0026ref_url=https%3A%2F%2Fwww.capitalxtra.com%2Fartists%2Frihanna%2Fnews%2Fnew-dancehall-song-private-loving-demarco%2F\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed aligncenter is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/Rihanna2/status/1162760864971276289?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1162773014481702916&amp;ref_url=https%3A%2F%2Fwww.capitalxtra.com%2Fartists%2Frihanna%2Fnews%2Fnew-dancehall-song-private-loving-demarco%2F\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The song, titled,<strong> Private Loving</strong>, is expected to have a dancehall flavour, with Jamaican dancehall/reggae artiste <a href=\"https://buzz-caribbean.com/article/i-stopped-eating-meat-demarco-makes-major-lifestyle-change/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Demarco (opens in a new tab)\">Demarco</a>, being listed in the song credits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5561,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Demarco.jpg\" alt=\"\" class=\"wp-image-5561\" /><figcaption>Jamaican Dancehall/Reggae artiste Demarco</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Demarco, who recently signed a three-album deal with Akon\'s Kon Live label, seemingly confirmed the existence of the song in a direct message from the fan page (see below). The artiste responded \"Respect\" to the note of congratulations by the sender.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5566,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-of-Tweet.jpg\" alt=\"\" class=\"wp-image-5566\" /><figcaption>Source: Twitter — @Rihanna2</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This new track would potentially be listed among Rihanna\'s impressive line-up of dancehall-inspired tracks including, <a href=\"https://www.youtube.com/watch?v=HL1UzIK-flA\">Work </a>and <a href=\"https://www.youtube.com/watch?v=e82VE8UtW8A\">Rude Boy.</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell us how you feel about a potential new dancehall-themed track from Rihanna?</p>\n<!-- /wp:paragraph -->','Possible new dancehall track from Rihanna','','inherit','closed','closed','','5557-revision-v1','','','2019-08-23 18:56:08','2019-08-23 23:56:08','',5557,'https://buzz-caribbean.com/article/5557-revision-v1/',0,'revision','',0),(5579,4,'2019-08-23 18:56:37','2019-08-23 23:56:37','','plane-crash-greenwich-town-','','inherit','open','closed','','plane-crash-greenwich-town','','','2019-08-23 18:56:37','2019-08-23 23:56:37','',5530,'https://buzz-caribbean.com/app/uploads/2019/08/plane-crash-greenwich-town-.jpg',0,'attachment','image/jpeg',0),(5580,4,'2019-08-23 18:57:09','2019-08-23 23:57:09','<!-- wp:image {\"id\":5567} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/american-airlines-crash-1024x768.jpg\" alt=\"\" class=\"wp-image-5567\" /><figcaption>American Airlines Flight AA331 crashed in Kingston in December 2009.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><b>December 20</b><strong>09</strong>: Forty passengers were reported injured after an American Airlines plane crashed at the Norman Manley Airport. The crash occurred after the aircraft overshot the runway. Flight AA331 had just arrived from Miami in pouring rain with approximately 148 passengers when the crash occurred.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November 2016</strong>: Disaster struck again when a small plane crashed into a house in Greenwich Town, off Marcus Garvey, in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5579} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/plane-crash-greenwich-town-.jpg\" alt=\"\" class=\"wp-image-5579\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>May 2018:</strong> A small craft went down in the Georgia area of Trelawny shortly after taking off from the Donald Sangster International Airport. The aircraft, which was making its way to Kingston, fell off the radar shortly after take off. The remains of the three persons onboard were found among the wreckage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November  2018</strong>: A Jamaica Defence Force (JDF) helicopter crashed in Portmore, St Catherine. The chopper was being flown by a trainee pilot when it crashed in an open field behind the Phoenix Park Housing Scheme. The pilot survived the ordeal, reportedly with minor injuries.                        </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jdf-helicopter-crash-1024x554.png\" alt=\"\" class=\"wp-image-5541\" /><figcaption>A JDF helicopter crashed in Portmore, St Catherine November last year. </figcaption></figure>\n<!-- /wp:image -->','','','inherit','closed','closed','','5530-revision-v1','','','2019-08-23 18:57:09','2019-08-23 23:57:09','',5530,'https://buzz-caribbean.com/article/5530-revision-v1/',0,'revision','',0),(5581,4,'2019-08-23 18:57:50','2019-08-23 23:57:50','<!-- wp:image {\"id\":5567} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/american-airlines-crash-1024x768.jpg\" alt=\"\" class=\"wp-image-5567\" /><figcaption>American Airlines Flight AA331 crashed in Kingston in December 2009.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><b>December 20</b><strong>09</strong>: Forty passengers were reported injured after an American Airlines plane crashed at the Norman Manley Airport. The crash occurred after the aircraft overshot the runway. Flight AA331 had just arrived from Miami in pouring rain with approximately 148 passengers when the crash occurred.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November 2016</strong>: Disaster struck again when a small plane crashed into a house in Greenwich Town, off Marcus Garvey, in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5579} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/plane-crash-greenwich-town-.jpg\" alt=\"\" class=\"wp-image-5579\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>May 2018:</strong> A small craft went down in the Georgia area of Trelawny shortly after taking off from the Donald Sangster International Airport. The aircraft, which was making its way to Kingston, fell off the radar shortly after take off. The remains of the three persons onboard were found among the wreckage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November  2018</strong>: A Jamaica Defence Force (JDF) helicopter crashed in Portmore, St Catherine. The chopper was being flown by a trainee pilot when it crashed in an open field behind the Phoenix Park Housing Scheme. The pilot survived the ordeal, reportedly with minor injuries.                        </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jdf-helicopter-crash-1024x554.png\" alt=\"\" class=\"wp-image-5541\" /><figcaption>A JDF helicopter crashed in Portmore, St Catherine November last year. </figcaption></figure>\n<!-- /wp:image -->','A look back at recent aviation disasters in Jamaica','','inherit','closed','closed','','5530-revision-v1','','','2019-08-23 18:57:50','2019-08-23 23:57:50','',5530,'https://buzz-caribbean.com/article/5530-revision-v1/',0,'revision','',0),(5582,14,'2019-08-24 06:00:21','2019-08-24 11:00:21','<!-- wp:image {\"id\":5583} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/boris-johnson-macron-buzz-2-1024x651.jpg\" alt=\"\" class=\"wp-image-5583\" /><figcaption>UK Prime Minister Boris Johnson and French President Emmanuel Macron (Photo: Yahoo!)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>British Prime\nMinister Boris Johnson may have bought more time for the UK to salvage a Brexit\ndeal with the European Union (EU) in time for its October deadline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But that’s not why\nhe’s trending on social media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The controversial\nUK leader became the source of much outrage on social media on Thursday, as a\nphoto captured a huge break in decorum and formality in Paris.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Associated Press (AP), Johnson was invited to French President Emmanuel Macron’s palace to further discussions on the UK’s exit from the EU.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Johnson was seemingly in good spirits after a similar visit to German Chancellor Angela Merkel, in Berlin, who dangled the possibility of a smooth Brexit from the EU.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5584} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/boris-johnson-angela-merkel-buzz-demo.jpg\" alt=\"\" class=\"wp-image-5584\" /><figcaption>Germany\'s Chancellor Angela Merkel and British Prime Minister Boris Johnson attend a joint press conference, in Berlin, Wednesday, August 21, German Chancellor Angela Merkel says she plans to discuss with UK Prime Minister Boris Johnson how Britain\'s exit from the European Union can be \"as frictionless as possible.\" (Photo: Kay Nietfeld, AP)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After the talks,\nJohnson felt so at home that he propped his right foot on a coffee table in the\nElysee.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The moment, though\nbrief, was immortalised in a photo, with AP further reporting that Johnson was\nasked to put his foot down by President Macron himself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5585} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/boris-johnson-macron-buzz-demo.jpeg\" alt=\"\" class=\"wp-image-5585\" /><figcaption>Coffee seat? UK Prime Minister Boris Johnson props his right foot onto a coffee table in the Elysee, the presidential palace of France\'s Emmanuel Macron. (Photo: Christophe Petit Tesson, AP)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Johnson put his\nfoot on it, while Macron pointed to the floor — where feet belong. Boris then\nsaid “sorry” with a wave and laugh,” the AP added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The picture was\nshot after both the leaders addressed media in the Elysee courtyard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Johnson was\nlabelled “rude” and “embarrassing” on Twitter and was heavily criticised for his\nact. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After his meeting,\nJohnson tweeted, “Today I met President @EmmanuelMacron in Paris. Let’s get\nBrexit done, sensibly and pragmatically and in the interests of both sides.\nLet’s get on with deepening and intensifying the friendship and the partnership\nbetween our nations.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But the Twittersphere was far from impressed and Johnson was dragged extensively…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/andy4pcc/status/1164926045373513729\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/andy4pcc/status/1164926045373513729\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/soniapurnell/status/1164546796816875521?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1164546796816875521\\u0026ref_url=https%3A%2F%2Findianexpress.com%2Farticle%2Fworld%2Fboris-johnson-emmanuel-macron-foot-up-brexit-deadline-britain-france-5931181%2F\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/soniapurnell/status/1164546796816875521?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1164546796816875521&amp;ref_url=https%3A%2F%2Findianexpress.com%2Farticle%2Fworld%2Fboris-johnson-emmanuel-macron-foot-up-brexit-deadline-britain-france-5931181%2F\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/tnewtondunn/status/1164543707741401089?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1164546796816875521\\u0026ref_url=https%3A%2F%2Findianexpress.com%2Farticle%2Fworld%2Fboris-johnson-emmanuel-macron-foot-up-brexit-deadline-britain-france-5931181%2F\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/tnewtondunn/status/1164543707741401089?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1164546796816875521&amp;ref_url=https%3A%2F%2Findianexpress.com%2Farticle%2Fworld%2Fboris-johnson-emmanuel-macron-foot-up-brexit-deadline-britain-france-5931181%2F\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Do you think Prime Minister Boris Johnson\'s gesture was \"rude\" or \"harmless\"? Tell us in the comment section, <strong>BUZZ</strong> fam!</p>\n<!-- /wp:paragraph -->','Protocol gaffe marks Boris Johnson’s first visit outside UK','','publish','open','closed','','protocol-gaffe-marks-boris-johnsons-first-visit-outside-uk','','','2019-08-26 09:15:11','2019-08-26 14:15:11','',0,'https://buzz-caribbean.com/?p=5582',0,'post','',0),(5583,14,'2019-08-23 19:04:20','2019-08-24 00:04:20','','boris-johnson-macron-buzz-2','','inherit','open','closed','','boris-johnson-macron-buzz-2','','','2019-08-23 19:04:20','2019-08-24 00:04:20','',5582,'https://buzz-caribbean.com/app/uploads/2019/08/boris-johnson-macron-buzz-2.jpg',0,'attachment','image/jpeg',0),(5584,14,'2019-08-23 19:08:10','2019-08-24 00:08:10','','Germany Britain Brexit','Germany\'s Chancellor Angela Merkel and British Prime Minister Boris Johnson attend a joint press conference, in Berlin, Wednesday, Aug. 21, 2019. German Chancellor Angela Merkel says she plans to discuss with UK Prime Minister Boris Johnson how Britain\'s exit from the European Union can be \"as frictionless as possible.\" (Kay Nietfeld/dpa via AP)','inherit','open','closed','','germany-britain-brexit','','','2019-08-23 19:08:10','2019-08-24 00:08:10','',5582,'https://buzz-caribbean.com/app/uploads/2019/08/boris-johnson-angela-merkel-buzz-demo.jpg',0,'attachment','image/jpeg',0),(5585,14,'2019-08-23 19:09:05','2019-08-24 00:09:05','','boris-johnson-macron-buzz-demo','','inherit','open','closed','','boris-johnson-macron-buzz-demo','','','2019-08-23 19:09:05','2019-08-24 00:09:05','',5582,'https://buzz-caribbean.com/app/uploads/2019/08/boris-johnson-macron-buzz-demo.jpeg',0,'attachment','image/jpeg',0),(5586,4,'2019-08-23 19:09:52','2019-08-24 00:09:52','<!-- wp:image {\"id\":5567} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/american-airlines-crash-1024x768.jpg\" alt=\"\" class=\"wp-image-5567\" /><figcaption>American Airlines Flight AA331 crashed in Kingston in December 2009.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><b>December 20</b><strong>09</strong>: Forty passengers were reported injured after an American Airlines plane crashed at the Norman Manley Airport. The crash occurred after the aircraft overshot the runway. Flight AA331 had just arrived from Miami in pouring rain with approximately 148 passengers when the crash occurred.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November 2016</strong>: Disaster struck again when a small plane crashed into a house in Greenwich Town, off Marcus Garvey, in St Andrew. Thirty-one-year-old flight instructor Jonathan Worton and student pilots Ramone Forbes and Danshuvar \'Whiskers\' Gilmore were killed in the November 10 crash. The Caribbean Aviation Training Centre aircraft crashed shortly after take-off from the nearby Tinson Pen Aerodrome. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5579} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/plane-crash-greenwich-town-.jpg\" alt=\"\" class=\"wp-image-5579\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>May 2018:</strong> A small craft went down in the Georgia area of Trelawny shortly after taking off from the Donald Sangster International Airport. The aircraft, which was making its way to Kingston, fell off the radar shortly after take off. The remains of the three persons onboard were found among the wreckage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November &nbsp;2018</strong>: A Jamaica Defence Force (JDF) helicopter crashed in Portmore, St Catherine. The chopper was being flown by a trainee pilot when it crashed in an open field behind the Phoenix Park Housing Scheme. The pilot survived the ordeal, reportedly with minor injuries.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jdf-helicopter-crash-1024x554.png\" alt=\"\" class=\"wp-image-5541\" /><figcaption>A JDF helicopter crashed in Portmore, St Catherine November last year. </figcaption></figure>\n<!-- /wp:image -->','A look back at recent aviation disasters in Jamaica','','inherit','closed','closed','','5530-revision-v1','','','2019-08-23 19:09:52','2019-08-24 00:09:52','',5530,'https://buzz-caribbean.com/article/5530-revision-v1/',0,'revision','',0),(5587,11,'2019-08-23 19:10:21','2019-08-24 00:10:21','','Tip Jar','','inherit','open','closed','','tip-jar-2','','','2019-08-23 19:10:21','2019-08-24 00:10:21','',571,'https://buzz-caribbean.com/app/uploads/2019/08/Tip-Jar.jpg',0,'attachment','image/jpeg',0),(5588,11,'2019-08-23 19:11:04','2019-08-24 00:11:04','<!-- wp:paragraph -->\n<p>We Jamaicans are notorious for many things and one of them is that we do not like to show appreciation for services rendered. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We blatantly state that they are already being paid so “weh tipping a go?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5587} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tip-Jar-1024x720.jpg\" alt=\"\" class=\"wp-image-5587\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We usually do not feel compelled to dip into our purses or wallets to give a little something extra. But what really is the deal when it comes to this practice and how many of us are guilty of being stingy with our coins?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A prevailing view is that Jamaicans have never been big on tipping as most feel that service providers such as bellmen and waiters are already being compensated for the service they provide, so culturally we tend to ignore that outstretched hand or just give a handshake instead. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2620} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tipping-1024x576.jpg\" alt=\"\" class=\"wp-image-2620\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The practice of tipping dates back to the 17<sup>th</sup> century in Tudor, England where it became the custom that overnight guests to private homes gave small sums of money known as ‘vails’ to the host’s servants. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Later, customers at London coffee houses and places where commercial services were provided joined in. &nbsp;Today, it is formally referred to as ‘gratuity’. A tip is a sum of money customarily tendered, in addition to the basic price for a service performed or anticipated and will vary from country to country as norms and customs are different. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not all settings, however, encourage tipping and it can actually be seen as insulting to some professionals. In the case of police officers, offering gratuity can be viewed as bribery; giving money to journalists or disc jockeys is seen as ‘payola’ and some hotels discourage the practice of tipping in Jamaica as some employees go too far and actually harass guests when tips are not given or if it is not the amount they expected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Which brings us back to whether tipping is really practised in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tipping is still being done in restaurants and salons as these are service industries where the most satisfaction is derived – from eating good food and looking pretty. Its popularity, however, may be on the decline for two reasons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To put it simply, ‘nuh money nah run’. One cannot tip what one does not have. Another reason is that the attitude of some service providers turn off customers when they get demanding. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For some, it is almost as if their arms are being twisted to give regardless of if they are satisfied with a service or not. While they would love to be able to tip lavishly, their pockets cannot afford to make it happen every time and service providers need to understand that it is the customers’ right to give at their own discretion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you have no problem brightening some one’s day, then give a little ‘supm supm’ to your hairdresser, supermarket bag handler, driver, bartender, musician etc. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And while restaurants may have a service charge, still slip the waiter/waitress something as not all establishments actually give their workers the money they charge you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us know at <strong>BUZZ</strong>. Do you make a habit of tipping service providers when you go out?</p>\n<!-- /wp:paragraph -->','Do Jamaicans tip?','','inherit','closed','closed','','571-revision-v1','','','2019-08-23 19:11:04','2019-08-24 00:11:04','',571,'https://buzz-caribbean.com/article/571-revision-v1/',0,'revision','',0),(5589,4,'2019-08-23 19:11:29','2019-08-24 00:11:29','<!-- wp:image {\"id\":5567} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/american-airlines-crash-1024x768.jpg\" alt=\"\" class=\"wp-image-5567\" /><figcaption>American Airlines Flight AA331 crashed in Kingston in December 2009.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><b>December 20</b><strong>09</strong>: Forty passengers were reported injured after an American Airlines plane crashed at the Norman Manley Airport. The crash occurred after the aircraft overshot the runway. Flight AA331 had just arrived from Miami in pouring rain with approximately 148 passengers when the crash occurred.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November 2016</strong>: Disaster struck again when a small plane crashed into a house in Greenwich Town, off Marcus Garvey, in St Andrew. Thirty-one-year-old flight instructor Jonathan Worton and student pilots Ramone Forbes and Danshuvar \'Whiskers\' Gilmore were killed in the November 10 crash. The Caribbean Aviation Training Centre aircraft crashed shortly after take-off from the nearby Tinson Pen Aerodrome. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5579} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/plane-crash-greenwich-town-.jpg\" alt=\"\" class=\"wp-image-5579\" /><figcaption>Three people were killed after an aircraft from a flight school crashed in Greenwich Town.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>May 2018:</strong> A small craft went down in the Georgia area of Trelawny shortly after taking off from the Donald Sangster International Airport. The aircraft, which was making its way to Kingston, fell off the radar shortly after take off. The remains of the three persons onboard were found among the wreckage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November &nbsp;2018</strong>: A Jamaica Defence Force (JDF) helicopter crashed in Portmore, St Catherine. The chopper was being flown by a trainee pilot when it crashed in an open field behind the Phoenix Park Housing Scheme. The pilot survived the ordeal, reportedly with minor injuries.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jdf-helicopter-crash-1024x554.png\" alt=\"\" class=\"wp-image-5541\" /><figcaption>A JDF helicopter crashed in Portmore, St Catherine November last year. </figcaption></figure>\n<!-- /wp:image -->','A look back at recent aviation disasters in Jamaica','','inherit','closed','closed','','5530-revision-v1','','','2019-08-23 19:11:29','2019-08-24 00:11:29','',5530,'https://buzz-caribbean.com/article/5530-revision-v1/',0,'revision','',0),(5590,14,'2019-08-23 19:12:26','2019-08-24 00:12:26','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Feet on the table!  Mr Johnson is an ill-mannered slob and a disgrace to our country <a href=\"https://twitter.com/hashtag/BorisJohnson?src=hash&amp;ref_src=twsrc%5Etfw\">#BorisJohnson</a> <a href=\"https://t.co/eO4TryPXiA\">pic.twitter.com/eO4TryPXiA</a></p>&mdash; Cllr. Andy Furlong (@andy4pcc) <a href=\"https://twitter.com/andy4pcc/status/1164926045373513729?ref_src=twsrc%5Etfw\">August 23, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','ce681ec3799e570892e87bc57481e1e0','','','2019-08-23 19:12:26','2019-08-24 00:12:26','',0,'https://buzz-caribbean.com/article/ce681ec3799e570892e87bc57481e1e0/',0,'oembed_cache','',0),(5591,14,'2019-08-23 19:18:16','2019-08-24 00:18:16','<!-- wp:image {\"id\":5583} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/boris-johnson-macron-buzz-2-1024x651.jpg\" alt=\"\" class=\"wp-image-5583\" /><figcaption>UK Prime Minister Boris Johnson and French President Emmanuel Macron (Photo: Yahoo!)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>British Prime\nMinister Boris Johnson may have bought more time for the UK to salvage a Brexit\ndeal with the European Union (EU) in time for its October deadline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But that’s not why\nhe’s trending on social media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The controversial\nUK leader became the source of much outrage on social media on Thursday, as a\nphoto captured a huge break in decorum and formality in Paris.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Associated Press (AP), Johnson was invited to French President Emmanuel Macron’s palace to further discussions on the UK’s exit from the EU.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Johnson was seemingly in good spirits after a similar visit to German Chancellor Angela Merkel, in Berlin, who dangled the possibility of a smooth Brexit from the EU.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5584} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/boris-johnson-angela-merkel-buzz-demo.jpg\" alt=\"\" class=\"wp-image-5584\" /><figcaption>Germany\'s Chancellor Angela Merkel and British Prime Minister Boris Johnson attend a joint press conference, in Berlin, Wednesday, August 21, German Chancellor Angela Merkel says she plans to discuss with UK Prime Minister Boris Johnson how Britain\'s exit from the European Union can be \"as frictionless as possible.\" (Photo: Kay Nietfeld, AP)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After the talks,\nJohnson felt so at home that he propped his right foot on a coffee table in the\nElysee.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The moment, though\nbrief, was immortalised in a photo, with AP further reporting that Johnson was\nasked to put his foot down by President Macron himself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5585} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/boris-johnson-macron-buzz-demo.jpeg\" alt=\"\" class=\"wp-image-5585\" /><figcaption>Coffee seat? UK Prime Minister Boris Johnson props his right foot onto a coffee table in the Elysee, the presidential palace of France\'s Emmanuel Macron. (Photo: Christophe Petit Tesson, AP)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Johnson put his\nfoot on it, while Macron pointed to the floor — where feet belong. Boris then\nsaid “sorry” with a wave and laugh,” the AP added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The picture was\nshot after both the leaders addressed media in the Elysee courtyard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Johnson was\nlabelled “rude” and “embarrassing” on Twitter and was heavily criticised for his\nact. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After his meeting,\nJohnson tweeted, “Today I met President @EmmanuelMacron in Paris. Let’s get\nBrexit done, sensibly and pragmatically and in the interests of both sides.\nLet’s get on with deepening and intensifying the friendship and the partnership\nbetween our nations.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But the Twittersphere was far from impressed and Johnson was dragged extensively…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/andy4pcc/status/1164926045373513729\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/andy4pcc/status/1164926045373513729\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/soniapurnell/status/1164546796816875521?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1164546796816875521\\u0026ref_url=https%3A%2F%2Findianexpress.com%2Farticle%2Fworld%2Fboris-johnson-emmanuel-macron-foot-up-brexit-deadline-britain-france-5931181%2F\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/soniapurnell/status/1164546796816875521?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1164546796816875521&amp;ref_url=https%3A%2F%2Findianexpress.com%2Farticle%2Fworld%2Fboris-johnson-emmanuel-macron-foot-up-brexit-deadline-britain-france-5931181%2F\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/tnewtondunn/status/1164543707741401089?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1164546796816875521\\u0026ref_url=https%3A%2F%2Findianexpress.com%2Farticle%2Fworld%2Fboris-johnson-emmanuel-macron-foot-up-brexit-deadline-britain-france-5931181%2F\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/tnewtondunn/status/1164543707741401089?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1164546796816875521&amp;ref_url=https%3A%2F%2Findianexpress.com%2Farticle%2Fworld%2Fboris-johnson-emmanuel-macron-foot-up-brexit-deadline-britain-france-5931181%2F\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Do you think Prime Minister\'s gesture was \"rude\" or \"harmless\"? Tell us in the comment section, <strong>BUZZ</strong> fam!</p>\n<!-- /wp:paragraph -->','Protocol gaffe marks Boris Johnson’s first visit outside UK','','inherit','closed','closed','','5582-revision-v1','','','2019-08-23 19:18:16','2019-08-24 00:18:16','',5582,'https://buzz-caribbean.com/article/5582-revision-v1/',0,'revision','',0),(5592,14,'2019-08-23 19:18:16','2019-08-24 00:18:16','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Rude and embarrassing. Imagine if Macron put his foot on the table at Buckingham Palace <a href=\"https://t.co/tv67iA5rpM\">https://t.co/tv67iA5rpM</a></p>&mdash; Sonia Purnell (@soniapurnell) <a href=\"https://twitter.com/soniapurnell/status/1164546796816875521?ref_src=twsrc%5Etfw\">August 22, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','04e2f40e9ee11eeb92640da02b004eb6','','','2019-08-23 19:18:16','2019-08-24 00:18:16','',0,'https://buzz-caribbean.com/article/04e2f40e9ee11eeb92640da02b004eb6/',0,'oembed_cache','',0),(5593,14,'2019-08-23 19:18:16','2019-08-24 00:18:16','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Manspreading inside the Elysee. That should win Manu round. <a href=\"https://t.co/oIay8wf0wO\">pic.twitter.com/oIay8wf0wO</a></p>&mdash; Tom Newton Dunn (@tnewtondunn) <a href=\"https://twitter.com/tnewtondunn/status/1164543707741401089?ref_src=twsrc%5Etfw\">August 22, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','d95b378c3af6453852ab5e08ca5a3eba','','','2019-08-23 19:18:16','2019-08-24 00:18:16','',0,'https://buzz-caribbean.com/article/d95b378c3af6453852ab5e08ca5a3eba/',0,'oembed_cache','',0),(5595,4,'2019-08-23 19:19:22','2019-08-24 00:19:22','<!-- wp:image {\"id\":5567} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/american-airlines-crash-1024x768.jpg\" alt=\"\" class=\"wp-image-5567\" /><figcaption>American Airlines Flight AA331 crashed in Kingston in December 2009.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><b>December 20</b><strong>09</strong>: Forty passengers were reported injured after an American Airlines plane crashed at the Norman Manley Airport. The crash occurred after the aircraft overshot the runway. Flight AA331 had just arrived from Miami in pouring rain with approximately 148 passengers when the crash occurred.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November 2016</strong>: Disaster struck again when a small plane crashed into a house in Greenwich Town, off Marcus Garvey, in St Andrew. Thirty-one-year-old flight instructor Jonathan Worton and student pilots Ramone Forbes and Danshuvar \'Whiskers\' Gilmore were killed in the November 10 crash. The Caribbean Aviation Training Centre aircraft crashed shortly after take-off from the nearby Tinson Pen Aerodrome. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5579} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/plane-crash-greenwich-town-.jpg\" alt=\"\" class=\"wp-image-5579\" /><figcaption>Three people were killed after an aircraft from a flight school crashed in Greenwich Town.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>May 2018:</strong> A small craft went down in the Georgia area of Trelawny shortly after taking off from the Donald Sangster International Airport. The aircraft, which was making its way to Kingston, fell off the radar shortly after take off. The remains of the three persons onboard were found among the wreckage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November &nbsp;2018</strong>: A Jamaica Defence Force (JDF) helicopter crashed in Portmore, St Catherine. The chopper was being flown by a trainee pilot when it crashed in an open field behind the Phoenix Park Housing Scheme. The pilot survived the ordeal, reportedly with minor injuries.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jdf-helicopter-crash-1024x554.png\" alt=\"\" class=\"wp-image-5541\" /><figcaption>A JDF helicopter crashed in Portmore, St Catherine November last year. </figcaption></figure>\n<!-- /wp:image -->','A look back at recent aviation disasters in Jamaica','','inherit','closed','closed','','5530-revision-v1','','','2019-08-23 19:19:22','2019-08-24 00:19:22','',5530,'https://buzz-caribbean.com/article/5530-revision-v1/',0,'revision','',0),(5597,4,'2019-08-23 19:22:04','2019-08-24 00:22:04','<!-- wp:image {\"id\":5567} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/american-airlines-crash-1024x768.jpg\" alt=\"\" class=\"wp-image-5567\" /><figcaption>American Airlines Flight AA331 crashed in Kingston in December 2009.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><b>December 20</b><strong>09</strong>: Forty passengers were reported injured after an American Airlines plane crashed at the Norman Manley Airport. The crash occurred after the aircraft overshot the runway. Flight AA331 had just arrived from Miami in pouring rain with approximately 148 passengers when the crash occurred.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November 2016</strong>: Disaster struck again when a small plane crashed into a house in Greenwich Town, off Marcus Garvey, in St Andrew. Thirty-one-year-old flight instructor Jonathan Worton and student pilots Ramone Forbes and Danshuvar \'Whiskers\' Gilmore were killed in the November 10 crash. The Caribbean Aviation Training Centre aircraft crashed shortly after take-off from the nearby Tinson Pen Aerodrome. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5579} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/plane-crash-greenwich-town-.jpg\" alt=\"\" class=\"wp-image-5579\" /><figcaption>Three people were killed after an aircraft from a flight school crashed in Greenwich Town.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>May 2018:</strong> A small craft went down in the Georgia area of Trelawny shortly after taking off from the Donald Sangster International Airport. The aircraft, which was making its way to Kingston, fell off the radar shortly after take off. The remains of the three persons onboard were found among the wreckage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November &nbsp;2018</strong>: A Jamaica Defence Force (JDF) helicopter crashed in Portmore, St Catherine. The chopper was being flown by a trainee pilot when it crashed in an open field behind the Phoenix Park Housing Scheme. The pilot survived the ordeal, reportedly with minor injuries.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jdf-helicopter-crash-1024x554.png\" alt=\"\" class=\"wp-image-5541\" /><figcaption>A JDF helicopter crashed in Portmore, St Catherine November last year. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>January 1960 The worst plane crash on record in Jamaica occurred on January 21, 1960 when an Avianca Airlines plane crashed and caught fire on the runway in Montego Bay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thirty-seven persons died in that tragedy which occurred at approximately 2.35 in the morning. Seven years earlier, in April 1953, thirteen persons died when a Caribbean International Airways plane crashed shortly after take-off from what was then known as the Palisadoes International Airport in Kingston.</p>\n<!-- /wp:paragraph -->','A look back at aviation disasters in Jamaica','','inherit','closed','closed','','5530-revision-v1','','','2019-08-23 19:22:04','2019-08-24 00:22:04','',5530,'https://buzz-caribbean.com/article/5530-revision-v1/',0,'revision','',0),(5602,15,'2019-08-23 19:44:40','2019-08-24 00:44:40','<!-- wp:image {\"id\":5607} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/image1-3-1024x768.jpeg\" alt=\"\" class=\"wp-image-5607\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> <br> The recently concluded 7<sup>th</sup> edition of the BREDS Treasure Beach Foundation/ Philadelphia Men’s Basketball League camp held at the Treasure Beach Sports Park in St Elizabeth was a big success.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> <br> This year saw close to 1200 children and young adults from surrounding communities participating in the 5-day basketball camp.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5610} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/image4-768x1024.jpeg\" alt=\"\" class=\"wp-image-5610\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> Seven years ago the camp began with just 25 coaches and 250 campers.<br> This year’s staging saw 50 coaches raising funds to donate 1,000 pairs of sneakers, basketball jerseys, shorts and socks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5615} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/image2-1024x768.jpeg\" alt=\"\" class=\"wp-image-5615\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> <br> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking on this latest initiative by Jason Henzell and his team, Makhulu said :  “Jason Henzell continues to lead the way in efforts made to transform a community for the better. Environmentally conscious measures, children’s well being, entertainment, sport, literature  -  you name it Jason executes well thought out  events that make Treasure Beach the place to come to. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> <br> Jamaica should appreciate him and learn from him.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','BREDS basketball camp in Treasure Beach was a big success','','publish','open','closed','','breds-basketball-camp-in-treasure-beach-was-a-big-success','','','2019-08-23 19:44:41','2019-08-24 00:44:41','',0,'https://buzz-caribbean.com/?p=5602',0,'post','',0),(5603,4,'2019-08-23 19:29:19','2019-08-24 00:29:19','<!-- wp:image {\"id\":5567} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/american-airlines-crash-1024x768.jpg\" alt=\"\" class=\"wp-image-5567\" /><figcaption>American Airlines Flight AA331 crashed in Kingston in December 2009.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><b>December 20</b><strong>09</strong>: Forty passengers were reported injured after an American Airlines plane crashed at the Norman Manley Airport. The crash occurred after the aircraft overshot the runway. Flight AA331 had just arrived from Miami in pouring rain with approximately 148 passengers when the crash occurred.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November 2016</strong>: Disaster struck again when a small plane crashed into a house in Greenwich Town, off Marcus Garvey, in St Andrew. Thirty-one-year-old flight instructor Jonathan Worton and student pilots Ramone Forbes and Danshuvar \'Whiskers\' Gilmore were killed in the November 10 crash. The Caribbean Aviation Training Centre aircraft crashed shortly after take-off from the nearby Tinson Pen Aerodrome. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5579} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/plane-crash-greenwich-town-.jpg\" alt=\"\" class=\"wp-image-5579\" /><figcaption>Three people were killed after an aircraft from a flight school crashed in Greenwich Town.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>May 2018:</strong> A small craft went down in the Georgia area of Trelawny shortly after taking off from the Donald Sangster International Airport. The aircraft, which was making its way to Kingston, fell off the radar shortly after take off. The remains of the three persons onboard were found among the wreckage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November &nbsp;2018</strong>: A Jamaica Defence Force (JDF) helicopter crashed in Portmore, St Catherine. The chopper was being flown by a trainee pilot when it crashed in an open field behind the Phoenix Park Housing Scheme. The pilot survived the ordeal, reportedly with minor injuries.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jdf-helicopter-crash-1024x554.png\" alt=\"\" class=\"wp-image-5541\" /><figcaption>A JDF helicopter crashed in Portmore, St Catherine November last year. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>January 1960:</strong> This is the worst plane crash on record in Jamaica. The incident occurred on January 21, when an Avianca Airlines plane crashed and caught fire on the runway in Montego Bay. Thirty-seven persons died in that tragedy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>April 1953</strong>: Seven years earlier, in April 1953, thirteen persons died when a Caribbean International Airways plane crashed shortly after take-off from what was then known as the Palisadoes International Airport in Kingston.</p>\n<!-- /wp:paragraph -->','A look at some major aviation disasters in Jamaica','','inherit','closed','closed','','5530-revision-v1','','','2019-08-23 19:29:19','2019-08-24 00:29:19','',5530,'https://buzz-caribbean.com/article/5530-revision-v1/',0,'revision','',0),(5604,11,'2019-08-23 19:31:30','2019-08-24 00:31:30','','Arsenal','','inherit','open','closed','','arsenal','','','2019-08-23 19:31:30','2019-08-24 00:31:30','',0,'https://buzz-caribbean.com/app/uploads/2019/08/arsenal.jpg',0,'attachment','image/jpeg',0),(5606,11,'2019-08-23 19:32:15','2019-08-24 00:32:15','','Chelsea','','inherit','open','closed','','chelsea','','','2019-08-23 19:32:15','2019-08-24 00:32:15','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Chelsea.png',0,'attachment','image/png',0),(5607,15,'2019-08-23 19:33:28','2019-08-24 00:33:28','','image1-3','','inherit','open','closed','','image1-3','','','2019-08-23 19:33:28','2019-08-24 00:33:28','',5602,'https://buzz-caribbean.com/app/uploads/2019/08/image1-3.jpeg',0,'attachment','image/jpeg',0),(5608,11,'2019-08-23 19:33:56','2019-08-24 00:33:56','','Liverpool Logo','','inherit','open','closed','','liverpool-logo','','','2019-08-23 19:33:56','2019-08-24 00:33:56','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Liverpool-logo.png',0,'attachment','image/png',0),(5609,11,'2019-08-23 19:34:30','2019-08-24 00:34:30','','Tottenham','','inherit','open','closed','','tottenham','','','2019-08-23 19:34:30','2019-08-24 00:34:30','',0,'https://buzz-caribbean.com/app/uploads/2019/08/tottenham.png',0,'attachment','image/png',0),(5610,15,'2019-08-23 19:34:32','2019-08-24 00:34:32','','image4','','inherit','open','closed','','image4','','','2019-08-23 19:34:32','2019-08-24 00:34:32','',5602,'https://buzz-caribbean.com/app/uploads/2019/08/image4.jpeg',0,'attachment','image/jpeg',0),(5613,15,'2019-08-23 19:40:53','2019-08-24 00:40:53','','image1-2','','inherit','open','closed','','image1-2','','','2019-08-23 19:40:53','2019-08-24 00:40:53','',5602,'https://buzz-caribbean.com/app/uploads/2019/08/image1-2.jpeg',0,'attachment','image/jpeg',0),(5614,15,'2019-08-23 19:42:14','2019-08-24 00:42:14','','Image3','','inherit','open','closed','','image3','','','2019-08-23 19:42:14','2019-08-24 00:42:14','',5602,'https://buzz-caribbean.com/app/uploads/2019/08/image3.jpeg',0,'attachment','image/jpeg',0),(5615,15,'2019-08-23 19:42:56','2019-08-24 00:42:56','','Image2','','inherit','open','closed','','image2','','','2019-08-23 19:42:56','2019-08-24 00:42:56','',5602,'https://buzz-caribbean.com/app/uploads/2019/08/image2.jpeg',0,'attachment','image/jpeg',0),(5616,15,'2019-08-23 19:43:37','2019-08-24 00:43:37','<!-- wp:image {\"id\":5607} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/image1-3-1024x768.jpeg\" alt=\"\" class=\"wp-image-5607\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> <br> The recently concluded 7<sup>th</sup> edition of the BREDS Treasure Beach Foundation/ Philadelphia Men’s Basketball League camp held at the Treasure Beach Sports Park in St Elizabeth was a big success.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> <br> This year saw close to 1200 children and young adults from surrounding communities participating in the 5-day basketball camp.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5610} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/image4-768x1024.jpeg\" alt=\"\" class=\"wp-image-5610\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> Seven years ago the camp began with just 25 coaches and 250 campers.<br> This year’s staging saw 50 coaches raising funds to donate 1,000 pairs of sneakers, basketball jerseys, shorts and socks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5615} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/image2-1024x768.jpeg\" alt=\"\" class=\"wp-image-5615\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> <br> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking on this latest initiative by Jason Henzell and his team, Makhulu said :  “Jason Henzell continues to lead the way in efforts made to transform a community for the better. Environmentally conscious measures, children’s well being, entertainment, sport, literature  -  you name it Jason executes well thought out  events that make Treasure Beach the place to come to. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> <br> Jamaica should appreciate him and learn from him.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','BREDS basketball camp in Treasure Beach was a big success','','inherit','closed','closed','','5602-revision-v1','','','2019-08-23 19:43:37','2019-08-24 00:43:37','',5602,'https://buzz-caribbean.com/article/5602-revision-v1/',0,'revision','',0),(5617,4,'2019-08-23 19:44:43','2019-08-24 00:44:43','<!-- wp:paragraph -->\n<p><em>A small twin-engine aircraft crashed at the Norman Manley Airport in Kingston on Thursday. No fatalities were reported from the crash</em>. <em>Here is a look at some of the most serious aviation disasters in Jamaica. </em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5567} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/american-airlines-crash-1024x768.jpg\" alt=\"\" class=\"wp-image-5567\" /><figcaption>American Airlines Flight AA331 crashed in Kingston in December 2009.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><b>December 20</b><strong>09</strong>: Forty passengers were reported injured after an American Airlines plane crashed at the Norman Manley Airport. The crash occurred after the aircraft overshot the runway. Flight AA331 had just arrived from Miami in pouring rain with approximately 148 passengers when the crash occurred.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November 2016</strong>: Disaster struck again when a small plane crashed into a house in Greenwich Town, off Marcus Garvey Drive, in St Andrew. Thirty-one-year-old flight instructor Jonathan Worton and student pilots Ramone Forbes and Danshuvar \'Whiskers\' Gilmore were killed in the November 10 crash. The Caribbean Aviation Training Centre aircraft crashed shortly after take-off from the nearby Tinson Pen Aerodrome. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5579} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/plane-crash-greenwich-town-.jpg\" alt=\"\" class=\"wp-image-5579\" /><figcaption>Three people were killed after an aircraft from a flight school crashed in Greenwich Town.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>May 2018:</strong> A small craft went down in the Georgia area of Trelawny shortly after taking off from the Donald Sangster International Airport. The aircraft, which was making its way to Kingston, fell off the radar shortly after take-off. The remains of the three persons onboard were found among the wreckage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November &nbsp;2018</strong>: A Jamaica Defence Force (JDF) helicopter crashed in Portmore, St Catherine. The chopper was being flown by a trainee pilot when it crashed in an open field behind the Phoenix Park Housing Scheme. The pilot survived the ordeal, reportedly with minor injuries.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jdf-helicopter-crash-1024x554.png\" alt=\"\" class=\"wp-image-5541\" /><figcaption>A JDF helicopter crashed in Portmore, St Catherine November last year. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>January 1960:</strong> This is the worst plane crash on record in Jamaica. The incident occurred on January 21 when an Avianca Airlines plane crashed and caught fire on the runway in Montego Bay. Thirty-seven people were killed in the crash.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>April 1953</strong>: Thirteen persons died when a Caribbean International Airways plane crashed in what was then known as the Palisadoes International Airport in Kingston. The plane crashed shortly after take-off.</p>\n<!-- /wp:paragraph -->','A look at some major aviation disasters in Jamaica','','inherit','closed','closed','','5530-revision-v1','','','2019-08-23 19:44:43','2019-08-24 00:44:43','',5530,'https://buzz-caribbean.com/article/5530-revision-v1/',0,'revision','',0),(5618,14,'2019-08-24 07:00:05','2019-08-24 12:00:05','<!-- wp:image {\"id\":5622} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bow-tie-buzz-demo-1024x1024.jpg\" alt=\"\" class=\"wp-image-5622\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dapper ladies and suave gentlemen! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>International Bow Tie Day is set to sling\nsome panache into wardrobes and outfits across the world on Wednesday, August\n28.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here in Jamaica, the event is being especially\ncelebrated by Heineken, which is going all out to ensure this year’s staging is\ntop-notch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5623} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/heineken-demo-buzz-1-1024x650.jpg\" alt=\"\" class=\"wp-image-5623\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Across several popular restaurants, men and\nwomen are being invited to turn out in their best bow tie ensembles and get a free\nHeineken on entry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Show up in a bow tie? Free beer. No. Questions.\nAsked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bucket deals will also be available for\npatrons at an attractive price of $1,500.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The participating restaurants are Hard Rock\nCafé (Montego Bay); Tracks &amp; Records (Kingston); Regency Bar &amp; Lounge\n(Kingston); 8 Rivas Lounge (Ocho Rios); Cellar 8 (Kingston); The Pub\n(Kingston); Ocean 7 Sky Bar (Kingston); Chilitos (Kingston); Tracks &amp; Records\n(Montego Bay); and Triple Century.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bow-tie-man-dressed-buzz-1024x505.jpeg\" alt=\"\" class=\"wp-image-5627\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Heineken-sponsored International Bow Tie Day event is being held between 6 and 10 p.m. on Wednesday. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See you there, <strong>BUZZ</strong> fam!</p>\n<!-- /wp:paragraph -->','Heineken toasts to International Bow Tie Day','','publish','open','closed','','heineken-toasts-to-international-bow-tie-day','','','2019-08-23 23:17:02','2019-08-24 04:17:02','',0,'https://buzz-caribbean.com/?p=5618',0,'post','',0),(5619,11,'2019-08-23 19:45:39','2019-08-24 00:45:39','<!-- wp:image {\"id\":5607} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/image1-3-1024x768.jpeg\" alt=\"\" class=\"wp-image-5607\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The recently concluded 7<sup>th</sup> edition of the BREDS Treasure Beach Foundation/ Philadelphia Men’s Basketball League camp held at the Treasure Beach Sports Park in St Elizabeth was a big success.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This year saw close to 1200 children and young adults from surrounding communities participating in the 5-day basketball camp.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5610} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/image4-768x1024.jpeg\" alt=\"\" class=\"wp-image-5610\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> Seven years ago the camp began with just 25 coaches and 250 campers.<br> This year’s staging saw 50 coaches raising funds to donate 1,000 pairs of sneakers, basketball jerseys, shorts and socks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5615} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/image2-1024x768.jpeg\" alt=\"\" class=\"wp-image-5615\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking on this latest initiative by Jason Henzell and his team, Makhulu said: “Jason Henzell continues to lead the way in efforts made to transform a community for the better. Environmentally conscious measures, children’s well being, entertainment, sport, literature  -  you name it Jason executes well thought out events that make Treasure Beach the place to come to. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Jamaica should appreciate him and learn from him.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','BREDS basketball camp in Treasure Beach was a big success','','inherit','closed','closed','','5602-autosave-v1','','','2019-08-23 19:45:39','2019-08-24 00:45:39','',5602,'https://buzz-caribbean.com/article/5602-autosave-v1/',0,'revision','',0),(5621,14,'2019-08-23 19:47:33','2019-08-24 00:47:33','','Heineken Demo Buzz','','inherit','open','closed','','heineken-demo-buzz','','','2019-08-23 19:47:33','2019-08-24 00:47:33','',5618,'https://buzz-caribbean.com/app/uploads/2019/08/heineken-demo-buzz.jpg',0,'attachment','image/jpeg',0),(5622,14,'2019-08-23 19:49:35','2019-08-24 00:49:35','','bow-tie-buzz-demo','','inherit','open','closed','','bow-tie-buzz-demo','','','2019-08-23 19:49:35','2019-08-24 00:49:35','',5618,'https://buzz-caribbean.com/app/uploads/2019/08/bow-tie-buzz-demo.jpg',0,'attachment','image/jpeg',0),(5623,14,'2019-08-23 19:49:48','2019-08-24 00:49:48','','heineken-demo-buzz-1','','inherit','open','closed','','heineken-demo-buzz-1','','','2019-08-23 19:49:48','2019-08-24 00:49:48','',5618,'https://buzz-caribbean.com/app/uploads/2019/08/heineken-demo-buzz-1.jpg',0,'attachment','image/jpeg',0),(5624,4,'2019-08-23 19:51:28','2019-08-24 00:51:28','<!-- wp:paragraph -->\n<p><em>A small twin-engine aircraft <a href=\"https://buzz-caribbean.com/article/small-plane-crashes-at-norman-manley-airport/\">crashed </a>at the Norman Manley Airport in Kingston on Thursday. No fatalities were reported from the crash</em>. <em>Here is a look at some of the more serious aviation disasters in Jamaica. </em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5567} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/american-airlines-crash-1024x768.jpg\" alt=\"\" class=\"wp-image-5567\" /><figcaption>American Airlines Flight AA331 crashed in Kingston, December 2009.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><b>December 20</b><strong>09</strong>: Forty passengers were reported injured after an American Airlines plane crashed at the Norman Manley Airport. The crash occurred after the aircraft overshot the runway. Flight AA331 had just arrived from Miami in pouring rain with approximately 148 passengers when the crash occurred.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November 2016</strong>: Disaster struck again when a small plane crashed into a house in Greenwich Town, off Marcus Garvey Drive, in St Andrew. Thirty-one-year-old flight instructor Jonathan Worton and student pilots Ramone Forbes and Danshuvar \'Whiskers\' Gilmore were killed in the November 10 crash. The Caribbean Aviation Training Centre aircraft crashed shortly after take-off from the nearby Tinson Pen Aerodrome. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5579} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/plane-crash-greenwich-town-.jpg\" alt=\"\" class=\"wp-image-5579\" /><figcaption>Three people were killed after an aircraft from a flight school crashed in Greenwich Town.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>May 2018:</strong> A small craft went down in the Georgia area of Trelawny shortly after taking off from the Donald Sangster International Airport. The aircraft, which was making its way to Kingston, fell off the radar shortly after take-off. The remains of the three persons onboard were found among the wreckage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>January 1960:</strong> This is the worst plane crash on record in Jamaica. The incident occurred on January 21 when an Avianca Airlines plane crashed and caught fire on the runway in Montego Bay. Thirty-seven people were killed in the crash.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>April 1953</strong>: Thirteen persons died when a Caribbean International Airways plane crashed in what was then known as the Palisadoes International Airport in Kingston. The plane crashed shortly after take-off.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jdf-helicopter-crash-1024x554.png\" alt=\"\" class=\"wp-image-5541\" /><figcaption>A JDF helicopter crashed in Portmore, St Catherine November last year. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>November &nbsp;2018</strong>: A Jamaica Defence Force (JDF) helicopter crashed in Portmore, St Catherine. The chopper was being flown by a trainee pilot when it crashed in an open field behind the Phoenix Park Housing Scheme. The pilot survived the ordeal, reportedly with minor injuries.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </p>\n<!-- /wp:paragraph -->','A look at some major aviation disasters in Jamaica','','inherit','closed','closed','','5530-revision-v1','','','2019-08-23 19:51:28','2019-08-24 00:51:28','',5530,'https://buzz-caribbean.com/article/5530-revision-v1/',0,'revision','',0),(5625,4,'2019-08-23 19:55:00','2019-08-24 00:55:00','<!-- wp:paragraph -->\n<p><em>A small twin-engine aircraft <a href=\"https://buzz-caribbean.com/article/small-plane-crashes-at-norman-manley-airport/\">crashed </a>at the Norman Manley Airport in Kingston on Thursday. No fatalities were reported from the</em> <em>incident</em>. <em>Here is a look at some of the more serious aviation disasters in Jamaica.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5567} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/american-airlines-crash-1024x768.jpg\" alt=\"\" class=\"wp-image-5567\" /><figcaption>American Airlines Flight AA331 crashed in Kingston, December 2009.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><b>December 20</b><strong>09</strong>: Forty passengers were reported injured after an American Airlines plane crashed at the Norman Manley Airport. The crash occurred after the aircraft overshot the runway. Flight AA331 had just arrived from Miami in pouring rain with approximately 148 passengers when the crash occurred.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November 2016</strong>: Disaster struck again when a small plane crashed into a house in Greenwich Town, off Marcus Garvey Drive, in St Andrew. Thirty-one-year-old flight instructor Jonathan Worton and student pilots Ramone Forbes and Danshuvar \'Whiskers\' Gilmore were killed in the November 10 crash. The Caribbean Aviation Training Centre aircraft crashed shortly after take-off from the nearby Tinson Pen Aerodrome. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5579} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/plane-crash-greenwich-town-.jpg\" alt=\"\" class=\"wp-image-5579\" /><figcaption>Three people were killed after an aircraft from a flight school crashed in Greenwich Town.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>May 2018:</strong> A small craft went down in the Georgia area of Trelawny shortly after taking off from the Donald Sangster International Airport. The aircraft, which was making its way to Kingston, fell off the radar shortly after take-off. The remains of the three persons onboard were found among the wreckage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>January 1960:</strong> This is the worst plane crash on record in Jamaica. The incident occurred on January 21 when an Avianca Airlines plane crashed and caught fire on the runway in Montego Bay. Thirty-seven people were killed in the crash.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>April 1953</strong>: Thirteen persons died when a Caribbean International Airways plane crashed in what was then known as the Palisadoes International Airport in Kingston. The plane crashed shortly after take-off.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jdf-helicopter-crash-1024x554.png\" alt=\"\" class=\"wp-image-5541\" /><figcaption>A JDF helicopter crashed in Portmore, St Catherine November last year. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>November &nbsp;2018</strong>: A Jamaica Defence Force (JDF) helicopter crashed in Portmore, St Catherine. The chopper was being flown by a trainee pilot when it crashed in an open field behind the Phoenix Park Housing Scheme. The pilot survived the ordeal, reportedly with minor injuries.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </p>\n<!-- /wp:paragraph -->','Here\'s a look at some aviation disasters in Jamaica','','inherit','closed','closed','','5530-revision-v1','','','2019-08-23 19:55:00','2019-08-24 00:55:00','',5530,'https://buzz-caribbean.com/article/5530-revision-v1/',0,'revision','',0),(5626,11,'2019-08-23 19:56:01','2019-08-24 00:56:01','<!-- wp:paragraph -->\n<p>No matter where in the world you go, chances are you\'ll meet someone with Caribbean ancestry. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our island roots have spread far and wide. With it, has been the sharing of our vibrant culture - whether it\'s our food, music, fashion or undeniable Caribbean charm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another arena in which we\'ve taken a foothold, is among the celebrity A-listers. Yes, Ri-Ri and Nicki, we see you!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5521,5522]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/RiRi-at-Crop-Over-2019.jpg\" alt=\"\" data-id=\"5521\" data-link=\"https://buzz-caribbean.com/?attachment_id=5521\" class=\"wp-image-5521\" /><figcaption>The Bajan princess recently returned to her island home for Crop Over 2019</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Nicki-Minaj.jpg\" alt=\"\" data-id=\"5522\" data-link=\"https://buzz-caribbean.com/?attachment_id=5522\" class=\"wp-image-5522\" /><figcaption>Minaj hopped over to her native Trinidad to shoot her music video  Pound The Alarm </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>But, we bet you didn\'t remember some of these other celebs have their roots where it\'s like summer all-year-round! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Grandmaster Flash — Barbados</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Born Joseph Saddler on January 1, 1958, he\'s considered one of the pioneers of the hip-hop, deejaying, scratching and mixing music genres. In 2007 he was inducted in the Rock and Roll Hall of Fame&nbsp;becoming the first hip hop act to be honoured. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5523} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DJ-Grandmaster-Flash.png\" alt=\"\" class=\"wp-image-5523\" /><figcaption>DJ Grandmaster Flash</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Heather Headley  — Trinidad &amp; Tobago</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tony Award-winning actress, Grammy Award-winning singer, songwriter and record producer, Headley was born on October 5, 1974, in Trinidad.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5524} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Heather-Headley.jpg\" alt=\"\" class=\"wp-image-5524\" /><figcaption>Heather Headley</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Lorraine Toussaint — Trinidad &amp; Tobago</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Best known for her leading role in the critically acclaimed Lifetime television drama series Any Day Now, Yvonne Toussaint was born in Trinidad on  April 4, 1960. In 2014, she received the Critics\' Choice Television Award for Best Supporting Actress in a Drama Series for her role of Yvonne\"Vee\" Parker, in the Emmy-winning Netflix comedy-drama series Orange Is the New Black. She also played the role of Amelia Boynton Robinson in the 2014 historical drama film Selma, directed by Ava DuVernay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5525} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lorraine-Toussaint-1024x575.jpg\" alt=\"\" class=\"wp-image-5525\" /><figcaption>Lorraine Toussaint</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Winston Duke — Trinidad and Tobago</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Duke rose to prominence in 2018 for his roles in <em>Black Panther</em>&nbsp;(his feature film debut), and&nbsp;<em>Avengers: Infinity War </em>followed by&nbsp;<em>Avengers: Endgame</em>&nbsp;and Jordan Peele\'s <em>US</em> in 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5529} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Winston-Duke.jpeg\" alt=\"\" class=\"wp-image-5529\" /><figcaption>Winston Duke</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Doug E Fresh — Barbados</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Douglas Davis was born on September 17, 1966. Making his claim to fame as a rapper and record producer, Doug E Fresh also dons the moniker \"Human Beat Box\" for his exceptional skills in beatboxing</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5534} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Doug_E._Fresh-1024x680.jpg\" alt=\"\" class=\"wp-image-5534\" /><figcaption>Doug E Fresh</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>CCH Pounder - Guyana</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Carol Christine Hilaria Pounder was born in Guyana on December 25, 1952. She\'s known for her roles as Dr Angela Hicks in the medical drama ER, Detective Claudette Wyms in the FX police drama The Shield and Mo\'at in James Cameron\'s film Avatar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5535} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/CCH-Pounder.jpg\" alt=\"\" class=\"wp-image-5535\" /><figcaption>CCH Pounder</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Patrick Ewing — Jamaica</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Patrick Aloysius Ewing, had an enviable basketball career, playing for the  New York Knicks, Seattle SuperSonics&nbsp;and&nbsp;Orlando Magic. He is a Hall of a Fame basketball player and current head coach of the Georgetown University men\'s basketball team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5537} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ptarick-Ewing.jpg\" alt=\"\" class=\"wp-image-5537\" /><figcaption>Patrick Ewing</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Grace Jones — Jamaica</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Renowned, model, singer, songwriter and record producer, Grace&nbsp;Beverly&nbsp;Jones&nbsp;OJ, was born on May 19, 1948, in Kingston, Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5538} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Grace-Jones-1024x767.jpg\" alt=\"\" class=\"wp-image-5538\" /><figcaption>Grace Jones</figcaption></figure>\n<!-- /wp:image -->','Celebrities you probably didn\'t remember were Caribbean','','inherit','closed','closed','','5518-revision-v1','','','2019-08-23 19:56:01','2019-08-24 00:56:01','',5518,'https://buzz-caribbean.com/article/5518-revision-v1/',0,'revision','',0),(5627,14,'2019-08-23 19:56:11','2019-08-24 00:56:11','','bow-tie-man-dressed-buzz','','inherit','open','closed','','bow-tie-man-dressed-buzz','','','2019-08-23 19:56:11','2019-08-24 00:56:11','',5618,'https://buzz-caribbean.com/app/uploads/2019/08/bow-tie-man-dressed-buzz.jpeg',0,'attachment','image/jpeg',0),(5628,14,'2019-08-23 19:56:45','2019-08-24 00:56:45','<!-- wp:image {\"id\":5622} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bow-tie-buzz-demo-1024x1024.jpg\" alt=\"\" class=\"wp-image-5622\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dapper ladies and suave gentlemen! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>International Bow Tie Day is set to sling\nsome panache into wardrobes and outfits across the world on Wednesday, August\n28.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here in Jamaica, the event is being especially\ncelebrated by Heineken, which is going all out to ensure this year’s staging is\ntop-notch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5623} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/heineken-demo-buzz-1-1024x650.jpg\" alt=\"\" class=\"wp-image-5623\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Across several popular restaurants, men and\nwomen are being invited to turn out in their best bow tie ensembles and get a free\nHeineken on entry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Show up in a bow tie? Free beer. No. Questions.\nAsked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bucket deals will also be available for\npatrons at an attractive price of $1,500.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The participating restaurants are Hard Rock\nCafé (Montego Bay); Tracks &amp; Records (Kingston); Regency Bar &amp; Lounge\n(Kingston); 8 Rivas Lounge (Ocho Rios); Cellar 8 (Kingston); The Pub\n(Kingston); Ocean 7 Sky Bar (Kingston); Chilitos (Kingston); Tracks &amp; Records\n(Montego Bay); and Triple Century.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bow-tie-man-dressed-buzz-1024x505.jpeg\" alt=\"\" class=\"wp-image-5627\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Heineken-sponsored International Bow\nTie Day event is being held between 6:00 pm and 10:00 pm on Wednesday. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See you there, BUZZ fam!</p>\n<!-- /wp:paragraph -->','Heineken toasts to International Bow Tie Day','','inherit','closed','closed','','5618-revision-v1','','','2019-08-23 19:56:45','2019-08-24 00:56:45','',5618,'https://buzz-caribbean.com/article/5618-revision-v1/',0,'revision','',0),(5629,14,'2019-08-23 19:57:18','2019-08-24 00:57:18','<!-- wp:image {\"id\":5622} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bow-tie-buzz-demo-1024x1024.jpg\" alt=\"\" class=\"wp-image-5622\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dapper ladies and suave gentlemen! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>International Bow Tie Day is set to sling\nsome panache into wardrobes and outfits across the world on Wednesday, August\n28.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here in Jamaica, the event is being especially\ncelebrated by Heineken, which is going all out to ensure this year’s staging is\ntop-notch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5623} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/heineken-demo-buzz-1-1024x650.jpg\" alt=\"\" class=\"wp-image-5623\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Across several popular restaurants, men and\nwomen are being invited to turn out in their best bow tie ensembles and get a free\nHeineken on entry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Show up in a bow tie? Free beer. No. Questions.\nAsked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bucket deals will also be available for\npatrons at an attractive price of $1,500.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The participating restaurants are Hard Rock\nCafé (Montego Bay); Tracks &amp; Records (Kingston); Regency Bar &amp; Lounge\n(Kingston); 8 Rivas Lounge (Ocho Rios); Cellar 8 (Kingston); The Pub\n(Kingston); Ocean 7 Sky Bar (Kingston); Chilitos (Kingston); Tracks &amp; Records\n(Montego Bay); and Triple Century.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bow-tie-man-dressed-buzz-1024x505.jpeg\" alt=\"\" class=\"wp-image-5627\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Heineken-sponsored International Bow\nTie Day event is being held between 6:00 pm and 10:00 pm on Wednesday. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See you there, <strong>BUZZ</strong> fam!</p>\n<!-- /wp:paragraph -->','Heineken toasts to International Bow Tie Day','','inherit','closed','closed','','5618-revision-v1','','','2019-08-23 19:57:18','2019-08-24 00:57:18','',5618,'https://buzz-caribbean.com/article/5618-revision-v1/',0,'revision','',0),(5632,4,'2019-08-23 19:59:58','2019-08-24 00:59:58','<!-- wp:paragraph -->\n<p><em>A small twin-engine aircraft <a href=\"https://buzz-caribbean.com/article/small-plane-crashes-at-norman-manley-airport/\">crashed </a>at the Norman Manley Airport in Kingston on Thursday. No fatalities were reported from the</em> <em>incident</em>. <em>Here is a look at some aviation disasters in Jamaica.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5567} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/american-airlines-crash-1024x768.jpg\" alt=\"\" class=\"wp-image-5567\" /><figcaption>American Airlines Flight AA331 crashed in Kingston, December 2009.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><b>December 20</b><strong>09</strong>: Forty passengers were reported injured after an American Airlines plane crashed at the Norman Manley Airport. The crash occurred after the aircraft overshot the runway. Flight AA331 had just arrived from Miami in pouring rain with approximately 148 passengers when the crash occurred.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>November 2016</strong>: Disaster struck again when a small plane crashed into a house in Greenwich Town, off Marcus Garvey Drive, in St Andrew. Thirty-one-year-old flight instructor Jonathan Worton and student pilots Ramone Forbes and Danshuvar \'Whiskers\' Gilmore were killed in th crash. The Caribbean Aviation Training Centre aircraft crashed shortly after take-off from the nearby Tinson Pen Aerodrome. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5579} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/plane-crash-greenwich-town-.jpg\" alt=\"\" class=\"wp-image-5579\" /><figcaption>Three people were killed after an aircraft from a flight school crashed in Greenwich Town.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>May 2018:</strong> A small craft went down in the Georgia area of Trelawny shortly after taking off from the Donald Sangster International Airport. The aircraft, which was making its way to Kingston, fell off the radar shortly after take-off. The remains of the three persons onboard were found among the wreckage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>January 1960:</strong> This is the worst plane crash on record in Jamaica. The incident occurred on January 21 when an Avianca Airlines plane crashed and caught fire on the runway in Montego Bay. Thirty-seven people were killed in the crash.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>April 1953</strong>: Thirteen persons died when a Caribbean International Airways plane crashed in what was then known as the Palisadoes International Airport in Kingston. The plane crashed shortly after take-off.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jdf-helicopter-crash-1024x554.png\" alt=\"\" class=\"wp-image-5541\" /><figcaption>A JDF helicopter crashed in Portmore, St Catherine November last year. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>November &nbsp;2018</strong>: A Jamaica Defence Force (JDF) helicopter crashed in Portmore, St Catherine. The chopper was being flown by a trainee pilot when it crashed in an open field behind the Phoenix Park Housing Scheme. The pilot survived the ordeal, reportedly with minor injuries.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </p>\n<!-- /wp:paragraph -->','Here\'s a look at some aviation disasters in Jamaica','','inherit','closed','closed','','5530-revision-v1','','','2019-08-23 19:59:58','2019-08-24 00:59:58','',5530,'https://buzz-caribbean.com/article/5530-revision-v1/',0,'revision','',0),(5634,13,'2019-08-24 10:00:30','2019-08-24 15:00:30','<!-- wp:image {\"id\":5635} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tarrus-riley-A-1024x684.jpg\" alt=\"\" class=\"wp-image-5635\" /><figcaption>Tarrus Riley\'s album, <strong>B.L.E.M</strong>., was released on July 14. (Photo: Instagram @tarrusrileyja)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tarrus ‘Singy Singy’\nRiley will be hitting the road soon as he promotes his six-track EP, <strong>B.L.E.M</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican singer will be doing a tour called B.L.E.M. (Blending Life’s Experiences Musically) Sessions. However, he is yet to announce where and when he will be making these stops. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the EP, the international recording artiste collaborated with Andron ‘IzyBeats’ Cross to create the project that includes tracks like <strong>G.Y.A.L</strong> – a collaboration with Stonebwoy, <strong>Kryptonite</strong>, <strong>Feel It</strong>, <strong>Trust Issues</strong>, <strong>Waters</strong> featuring Lila Ike and <strong>Just Love</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1cPPPwna3w/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1cPPPwna3w/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Riley, who is known\nfor songs like <strong>She’s Royal</strong> and <strong>Lion Paw</strong>, said that the EP has a\nmixture of songs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Every song has a different feeling and a different mood,” he said. “It’s mood music. It’s a little touch of international, afro beats and a little touch of our scotch bonnet pepper in the blem.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EP that has been getting great traction since its release on July 14. Now that it is going on the road, are you ready for the B.L.E.M.?</p>\n<!-- /wp:paragraph -->','Tarrus Riley to hit the road with \'B.L.E.M.\'','','publish','open','closed','','tarrus-riley-to-hit-the-road-with-b-l-e-m','','','2019-08-23 21:45:11','2019-08-24 02:45:11','',0,'https://buzz-caribbean.com/?p=5634',0,'post','',0),(5635,9,'2019-08-23 21:39:21','2019-08-24 02:39:21','','tarrus-riley-A','','inherit','open','closed','','tarrus-riley-a','','','2019-08-23 21:39:21','2019-08-24 02:39:21','',5634,'https://buzz-caribbean.com/app/uploads/2019/08/tarrus-riley-A.jpg',0,'attachment','image/jpeg',0),(5636,9,'2019-08-23 21:44:37','2019-08-24 02:44:37','<!-- wp:image {\"id\":5635} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tarrus-riley-A-1024x684.jpg\" alt=\"\" class=\"wp-image-5635\" /><figcaption>Tarrus Riley\'s album, <strong>B.L.E.M</strong>., was released on July 14. (Photo: Instagram @tarrusrileyja)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tarrus ‘Singy Singy’\nRiley will be hitting the road soon as he promotes his six-track EP, <strong>B.L.E.M</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican singer will be doing a tour called B.L.E.M. (Blending Life’s Experiences Musically) Sessions. However, he is yet to announce where and when he will be making these stops. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the EP, the international recording artiste collaborated with Andron ‘IzyBeats’ Cross to create the project that includes tracks like <strong>G.Y.A.L</strong> – a collaboration with Stonebwoy, <strong>Kryptonite</strong>, <strong>Feel It</strong>, <strong>Trust Issues</strong>, <strong>Waters</strong> featuring Lila Ike and <strong>Just Love</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1cPPPwna3w/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1cPPPwna3w/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Riley, who is known\nfor songs like <strong>She’s Royal</strong> and <strong>Lion Paw</strong>, said that the EP has a\nmixture of songs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Every song has a different feeling and a different mood,” he said. “It’s mood music. It’s a little touch of international, afro beats and a little touch of our scotch bonnet pepper in the blem.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EP that has been getting great traction since its release on July 14. Now that it is going on the road, are you ready for the B.L.E.M.?</p>\n<!-- /wp:paragraph -->','Tarrus Riley to hit the road with \'B.L.E.M.\'','','inherit','closed','closed','','5634-revision-v1','','','2019-08-23 21:44:37','2019-08-24 02:44:37','',5634,'https://buzz-caribbean.com/article/5634-revision-v1/',0,'revision','',0),(5637,9,'2019-08-23 21:44:37','2019-08-24 02:44:37','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1cPPPwna3w/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1cPPPwna3w/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1cPPPwna3w/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">?Should we Bring the B.L.E.M. sessions on the road?And Where Should we Go 1st?.Talk to me  #UpCloseLiveinLivingColorMusicalMoment #SingySingyIZYareUkiddingme #BLEMEpOutNowAllPlatforms</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/tarrusrileyja/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Tarrus Riley</a> (@tarrusrileyja) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-21T21:32:35+00:00\">Aug 21, 2019 at 2:32pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','2c0c800f462d139bb0ebefa63307ffdc','','','2019-08-23 21:44:37','2019-08-24 02:44:37','',0,'https://buzz-caribbean.com/article/2c0c800f462d139bb0ebefa63307ffdc/',0,'oembed_cache','',0),(5638,21,'2019-08-24 08:00:23','2019-08-24 13:00:23','<!-- wp:image {\"id\":5639,\"width\":580,\"height\":397} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/delroy-chuck-20190823-1024x701.jpg\" alt=\"\" class=\"wp-image-5639\" width=\"580\" height=\"397\" /><figcaption>Minister of Justice, Delroy Chuck (right), listens to Custos Rotulorum of St. Andrew, Dr Patricia Dunwell, during a Child Diversion sensitisation session at the Ministry of Justice, in St Andrew, on Thursday. (Photo: JIS)  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Minister of Justice,\nDelroy Chuck, is calling on more Justices of the Peace (JPs) to become mentors\nfor youth under the Child Diversion Programme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During a Child\nDiversion sensitisation session at the Ministry of Justice in St Andrew on\nThursday, August 22, Chuck noted that when the programme is rolled out,\nassistance will be needed from JPs across the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We need persons like you to be mentors, because if we don’t…what is going to happen is, instead of the 200 or 300 gangs that we have now, they will proliferate into 500 gangs,” Chuck said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Child diversion is\nthe process of implementing measures to deal with children who are alleged,\naccused or recognised to have infringed the law, without resorting to formal\njudicial proceedings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The national programme aims to reduce the number of children who are charged with offences and exposed to the formal criminal justice system as a result, and increase the use of diversionary programmes that rehabilitate children as a response to crime and wrongdoing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Child Diversion Programme will be fully rolled out by November.</p>\n<!-- /wp:paragraph -->','More JPs needed as mentors, says Justice Minister','','publish','open','closed','','more-jps-needed-as-mentors-says-justice-minister','','','2019-08-25 19:32:37','2019-08-26 00:32:37','',0,'https://buzz-caribbean.com/?p=5638',0,'post','',0),(5639,9,'2019-08-23 21:47:40','2019-08-24 02:47:40','','delroy-chuck-20190823','','inherit','open','closed','','delroy-chuck-20190823','','','2019-08-23 21:47:40','2019-08-24 02:47:40','',5638,'https://buzz-caribbean.com/app/uploads/2019/08/delroy-chuck-20190823.jpg',0,'attachment','image/jpeg',0),(5640,9,'2019-08-23 21:52:59','2019-08-24 02:52:59','<!-- wp:image {\"id\":5639,\"width\":580,\"height\":397} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/delroy-chuck-20190823-1024x701.jpg\" alt=\"\" class=\"wp-image-5639\" width=\"580\" height=\"397\" /><figcaption>Minister of Justice, Delroy Chuck (right), listens to Custos Rotulorum of St. Andrew, Dr Patricia Dunwell, during a Child Diversion sensitisation session at the Ministry of Justice, in St Andrew, on Thursday. (Photo: JIS)  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Minister of Justice,\nDelroy Chuck, is calling on more Justices of the Peace (JPs) to become mentors\nfor youth under the Child Diversion Programme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During a Child\nDiversion sensitisation session at the Ministry of Justice in St Andrew on\nThursday, August 22, Chuck noted that when the programme is rolled out,\nassistance will be needed from JPs across the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We need persons like you to be mentors, because if we don’t…what is going to happen is, instead of the 200 or 300 gangs that we have now, they will proliferate into 500 gangs,” Chuck said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Child diversion is\nthe process of implementing measures to deal with children who are alleged,\naccused or recognised to have infringed the law, without resorting to formal\njudicial proceedings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The national programme aims to reduce the number of children who are charged with offences and exposed to the formal criminal justice system as a result, and increase the use of diversionary programmes that rehabilitate children as a response to crime and wrongdoing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Child Diversion Programme will be fully rolled out by November.</p>\n<!-- /wp:paragraph -->','More JPs needed as mentors, says Justice Minister','','inherit','closed','closed','','5638-revision-v1','','','2019-08-23 21:52:59','2019-08-24 02:52:59','',5638,'https://buzz-caribbean.com/article/5638-revision-v1/',0,'revision','',0),(5641,21,'2019-08-24 09:00:06','2019-08-24 14:00:06','<!-- wp:image {\"id\":5642} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rolling-stones.jpg\" alt=\"\" class=\"wp-image-5642\" /><figcaption>A golf-ball-sized rock has been named after popular band Rolling Stones.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>NASA have named a rock on Mars after the Rolling Stones.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The federal space agency came up with the tribute after their InSight lander knocked over a golf-ball-sized stone as it touched down on the planet in November 2018, sending it rolling a metre away.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The space agency said: \"It\'s the farthest NASA has seen a rock roll while landing a spacecraft on another planet.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"A huge thank you to everyone at NASA for making it happen.\" </p><cite>— Rolling Stones</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The group - Sir Mick Jagger, Keith Richards, Charlie Watts and Ronnie Wood - hailed the honour as \"a milestone in our long and eventful history.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They added in a statement: \"A huge thank you to everyone at NASA for making it happen.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Satisfaction</strong> hitmakers honour was announced ahead of their performance at the Rose Bowl on Thursday, August 22, a venue close to NASA\'s Jet Propulsion Laboratory in California.</p>\n<!-- /wp:paragraph -->','Rock on Mars named after Rolling Stones','','publish','open','closed','','rock-on-mars-named-after-rolling-stones','','','2019-08-23 22:07:05','2019-08-24 03:07:05','',0,'https://buzz-caribbean.com/?p=5641',0,'post','',0),(5642,9,'2019-08-23 21:55:32','2019-08-24 02:55:32','','rolling-stones','','inherit','open','closed','','rolling-stones','','','2019-08-23 21:55:32','2019-08-24 02:55:32','',5641,'https://buzz-caribbean.com/app/uploads/2019/08/rolling-stones.jpg',0,'attachment','image/jpeg',0),(5643,4,'2019-08-23 21:58:19','2019-08-24 02:58:19','<!-- wp:image {\"id\":5390} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/marcello-20190822-1024x846.jpg\" alt=\"\" class=\"wp-image-5390\" /><figcaption> Marcello Graham is a lead technician at a Lexus dealership in Canada. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Say the name Marcello Graham in any Lexus or Toyota dealership in Calgary, Canada, and many persons will know exactly who you are referring to. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jamaica-born Graham\nhas been at Lexus in Calgary for 23 years, and he is definitely one of the\ngo-to guys for questions related to any make and model of Lexus vehicles on the\nmarket. Today, he holds the title as lead technician/shop foreman at the\ndealership, and he has more than 18 awards under his belt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"In Jamaica, it is seen as a dirty job,\" Graham said. \"Just say the word mechanic in Jamaica, and it is seen as something dirty. Here in Canada, it is viewed differently. Here you don\'t get dirty. Here you have to go to college to be certified. It is a prestigious job that can earn you a lot of money,\" Graham told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Graham moved to Canada when he was 15 years old. After leaving high school, he was unsure what he wanted to do, so he took mediocre jobs just to earn a buck. He then moved on to being an automotive apprentice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5391} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/marcello-B-20190822.jpg\" alt=\"\" class=\"wp-image-5391\" /><figcaption> Marcello Graham currently oversees 17 technicians. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But after three years, Graham decided to apply to a Toyota dealership in Calgary. His pay changed significantly from CAD$7 an hour to CAD$15. With the then minimum wage sitting at CAD$9.03 per hour, this was big encouragement for Graham, who was in his early 20s in 1996. A year after being at Toyota, Graham was promoted to being a Lexus technician - Lexus being the luxury division of Toyota.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Two years after being with the Lexus dealership, Graham was promoted to being the assistant shop foreman. But this was not an overnight achievement, as he was trained at the Southern Alberta Institute of Technology (SAIT). He was also the very first technician in Calgary to be certified to work on Lexus Hybrid vehicles. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Over the years he has won six awards of excellence from Lexus of Canada and over 12 awards from Lexus of Calgary for his hard work and expertise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"At first it was a long road with limited money,\" he said. \"But with dedication, training and getting with the right company, it is well worth it. I was able to purchase my home, numerous cars and take care of my family. There were downtimes, but I would say it was a successful path to choose,” said Graham, who currently oversees 17 technicians. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Donna Hussey-Stewart</em></strong></p>\n<!-- /wp:paragraph -->','Jamaican man riding Lexus wave in Canada','','inherit','closed','closed','','5388-revision-v1','','','2019-08-23 21:58:19','2019-08-24 02:58:19','',5388,'https://buzz-caribbean.com/article/5388-revision-v1/',0,'revision','',0),(5644,9,'2019-08-23 22:03:48','2019-08-24 03:03:48','<!-- wp:image {\"id\":5642} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rolling-stones.jpg\" alt=\"\" class=\"wp-image-5642\" /><figcaption>A golf-ball-sized rock has been named after popular band Rolling Stones.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>NASA have named a rock on Mars after the Rolling Stones.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The federal space agency came up with the tribute after their InSight lander knocked over a golf-ball-sized stone as it touched down on the planet in November 2018, sending it rolling a metre away.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The space agency said: \"It\'s the farthest NASA has seen a rock roll while landing a spacecraft on another planet.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"A huge thank you to everyone at NASA for making it happen.\" </p><cite>— Rolling Stones</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The group - Sir Mick Jagger, Keith Richards, Charlie Watts and Ronnie Wood - hailed the honour as \"a milestone in our long and eventful history.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They added in a statement: \"A huge thank you to everyone at NASA for making it happen.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Satisfaction</strong> hitmakers honour was announced ahead of their performance at the Rose Bowl on Thursday, August 22, a venue close to NASA\'s Jet Propulsion Laboratory in California.</p>\n<!-- /wp:paragraph -->','Rock on Mars named after Rolling Stones','','inherit','closed','closed','','5641-revision-v1','','','2019-08-23 22:03:48','2019-08-24 03:03:48','',5641,'https://buzz-caribbean.com/article/5641-revision-v1/',0,'revision','',0),(5645,21,'2019-08-24 11:08:13','2019-08-24 16:08:13','<!-- wp:image {\"id\":5646} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Christina-Milian-20190823.jpg\" alt=\"\" class=\"wp-image-5646\" /><figcaption>Christina Milian </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Christina Milian is starting to feel \"little kicks and flutters\" from her unborn son.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 37-year-old singer is expecting her second child - her first with her partner Matt Pokora - and is over the moon that she can finally feel her little bundle of joy wriggle around in her belly.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to PEOPLE.com, she said: \"It\'s going great. It\'s exciting. I\'m so excited. I\'m starting to feel little kicks and flutters now.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It\'s going great. It\'s exciting.\"  </p><cite>— Christina Milian </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The brunette beauty - who has nine-year-old daughter Violet with The Dream - is really enjoying carrying a little boy as she has experienced no morning sickness thus far.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She explained: \"I had no morning sickness, everything\'s been fine. Even my belly, I carry it different than a girl. It\'s kind of weird to experience that. Having a boy is pretty awesome.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her cravings are also a little more normal this time around.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She added: \"With my daughter, I had cravings for onions, so that was kinda weird. It was so good. My most recent craving was pizza.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Christina announced that she was pregnant at the end of July.vSharing a picture on Instagram of herself and Matt holding a sonogram, she wrote: \"New release 2020! What a blessing!\" </p>\n<!-- /wp:paragraph -->','Pregnant Christina Milian is feeling \'kicks and flutters\'','','publish','open','closed','','pregnant-christina-milian-is-feeling-kicks-and-flutters','','','2019-08-23 22:47:06','2019-08-24 03:47:06','',0,'https://buzz-caribbean.com/?p=5645',0,'post','',0),(5646,9,'2019-08-23 22:14:08','2019-08-24 03:14:08','','Christina Milian at PLT Shape X Stassie Launch Party in Hollywood','Christina Milian at PLT Shape X Stassie Launch Party in Hollywood\n<P>\nPictured: Christina Milian\n<B>Ref: SPL1477562  120417  </B><BR />\nPicture by: Splash News<BR />\n</P><P>\n<B>Splash News and Pictures</B><BR />\nLos Angeles:	310-821-2666<BR />\nNew York:	212-619-2666<BR />\nLondon:	870-934-2666<BR />\nphotodesk@splashnews.com<BR />\n</P>','inherit','open','closed','','christina-milian-at-plt-shape-x-stassie-launch-party-in-hollywood','','','2019-08-23 22:16:22','2019-08-24 03:16:22','',5645,'https://buzz-caribbean.com/app/uploads/2019/08/Christina-Milian-20190823.jpg',0,'attachment','image/jpeg',0),(5647,9,'2019-08-23 22:17:14','2019-08-24 03:17:14','<!-- wp:image {\"id\":5646} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Christina-Milian-20190823.jpg\" alt=\"\" class=\"wp-image-5646\" /><figcaption>Christina Milian </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Christina Milian is starting to feel \"little kicks and flutters\" from her unborn son. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 37-year-old singer is expecting her second child - her first with her partner Matt Pokora - and is over the moon that she can finally feel her little bundle of joy wriggle around in her belly. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to PEOPLE.com, she said: \"It\'s going great. It\'s exciting. I\'m so excited. I\'m starting to feel little kicks and flutters now.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It\'s going great. It\'s exciting.\"  </p><cite>— Christina Milian </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The brunette beauty - who has nine-year-old daughter Violet with The Dream - is really enjoying carrying a little boy as she has experienced no morning sickness thus far. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She explained: \"I had no morning sickness, everything\'s been fine. Even my belly, I carry it different than a girl. It\'s kind of weird to experience that. Having a boy is pretty awesome.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her cravings are also a little more normal this time around. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She added: \"With my daughter, I had cravings for onions, so that was kinda weird. It was so good. My most recent craving was pizza.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Christina announced that she was pregnant at the end of July.vSharing a picture on Instagram of herself and Matt holding a sonogram, she wrote: \"New release 2020! What a blessing!\" </p>\n<!-- /wp:paragraph -->','Pregnant Christina Milian is feeling \'kicks and flutters\'','','inherit','closed','closed','','5645-revision-v1','','','2019-08-23 22:17:14','2019-08-24 03:17:14','',5645,'https://buzz-caribbean.com/article/5645-revision-v1/',0,'revision','',0),(5648,9,'2019-08-23 22:46:34','2019-08-24 03:46:34','<!-- wp:image {\"id\":5646} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Christina-Milian-20190823.jpg\" alt=\"\" class=\"wp-image-5646\" /><figcaption>Christina Milian </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Christina Milian is starting to feel \"little kicks and flutters\" from her unborn son.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 37-year-old singer is expecting her second child - her first with her partner Matt Pokora - and is over the moon that she can finally feel her little bundle of joy wriggle around in her belly.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to PEOPLE.com, she said: \"It\'s going great. It\'s exciting. I\'m so excited. I\'m starting to feel little kicks and flutters now.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It\'s going great. It\'s exciting.\"  </p><cite>— Christina Milian </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The brunette beauty - who has nine-year-old daughter Violet with The Dream - is really enjoying carrying a little boy as she has experienced no morning sickness thus far.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She explained: \"I had no morning sickness, everything\'s been fine. Even my belly, I carry it different than a girl. It\'s kind of weird to experience that. Having a boy is pretty awesome.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her cravings are also a little more normal this time around.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She added: \"With my daughter, I had cravings for onions, so that was kinda weird. It was so good. My most recent craving was pizza.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Christina announced that she was pregnant at the end of July.vSharing a picture on Instagram of herself and Matt holding a sonogram, she wrote: \"New release 2020! What a blessing!\" </p>\n<!-- /wp:paragraph -->','Pregnant Christina Milian is feeling \'kicks and flutters\'','','inherit','closed','closed','','5645-revision-v1','','','2019-08-23 22:46:34','2019-08-24 03:46:34','',5645,'https://buzz-caribbean.com/article/5645-revision-v1/',0,'revision','',0),(5649,21,'2019-08-24 12:15:09','2019-08-24 17:15:09','<!-- wp:image {\"id\":5650} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Wake-Bake-Cafe-B-20190823-1024x686.jpg\" alt=\"\" class=\"wp-image-5650\" /><figcaption>Karen McLeod (left) serves a German tourist, who travelled with his friends from his hotel to the cafe to buy ganja brownies. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Wake N Bake Café at the CanJam Retreat has been keeping ‘heads high’ in Negril’s West End for the past few years. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The prominently\ndisplayed, chalk-written sign at the front of the café is hard to miss. “Ganja\ncookies, ganja brownies, ganja popcorn, ganja milkshake,” the sign reads. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The café, which is\nopen from 11 a.m. to 7 p.m., is as immaculate as it is inviting with hilarious\nsigns inside and outside of the building. And it is as Jamaican as it gets with\na strong Rastafari influence. It is the brainchild of Karen McLeod, a Canadian\nwoman who has made Jamaica her adopted home, after falling in love with the\nisland the first day she set foot on its shores in 2010.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5651} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Wake-Bake-Cafe-A-20190823.jpg\" alt=\"\" class=\"wp-image-5651\" /><figcaption>The Wake N Bake Cafe offers a wide range of snacks made from ganja. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>McLeod has been cooking\nwith cannabis in Canada for years, having worked in the catering business since\nshe was an adolescent.&nbsp;However, she first made pastries from ganja while in\nJamaica during her second visit to the island. That visit lasted for 12 weeks\nat a condo at Point Village, and during that time she explored the beaches, ate\nton-loads of Jamaican fruits and interacted with scores of Jamaicans. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I had a couple\nedibles and said: ‘this doesn’t cut it’. And I gathered everything I needed to\nmake my canna-butter.&nbsp;I used to make cannabis butter, so I figured out a\nway to make some of that butter from real dairy butter and weed.&nbsp;You\ninfuse butter with it and then you bake with the butter,” she explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said that she made a batch of the canna-butter and cookies and borrowed other necessary items from a Rastaman she had met.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5652} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Wake-Bake-Cafe-C-20190823-1024x686.jpg\" alt=\"\" class=\"wp-image-5652\" /><figcaption>Karen McLeod (right) and her assistant Clifford Peters (second right) show off ganja popcorn to these German tourists. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After returning the\nitems, she also left some of the pastries for the man who wasn’t there at the time.\n“When I went back and was coming down the beach, he saw me coming and he\nstarted jumping up and down, and he said: ‘you are the best since Miss Jenny’.\nI knew I was on to something when I impressed a Jamaican.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>McLeod then began\nmaking cookies which persons would resell on the beach. She would later offer\nother types of food. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“All the time I have chocolate brownies, coconut cake, ginger cookies, popcorn and milkshakes. If people come and would like some ganja tea, we will make it for them,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Wake N Bake Cafe keeping ‘heads high’ in Negril','','publish','open','closed','','wake-n-bake-cafe-keeping-heads-high-in-negril','','','2019-08-24 14:24:10','2019-08-24 19:24:10','',0,'https://buzz-caribbean.com/?p=5649',0,'post','',0),(5650,9,'2019-08-23 22:48:12','2019-08-24 03:48:12','','Wake-Bake-Cafe-B-20190823','','inherit','open','closed','','wake-bake-cafe-b-20190823','','','2019-08-23 22:48:12','2019-08-24 03:48:12','',5649,'https://buzz-caribbean.com/app/uploads/2019/08/Wake-Bake-Cafe-B-20190823.jpg',0,'attachment','image/jpeg',0),(5651,9,'2019-08-23 22:48:23','2019-08-24 03:48:23','','Wake-Bake-Cafe-A-20190823','','inherit','open','closed','','wake-bake-cafe-a-20190823','','','2019-08-23 22:48:23','2019-08-24 03:48:23','',5649,'https://buzz-caribbean.com/app/uploads/2019/08/Wake-Bake-Cafe-A-20190823.jpg',0,'attachment','image/jpeg',0),(5652,9,'2019-08-23 22:48:50','2019-08-24 03:48:50','','Wake-Bake-Cafe-C-20190823','','inherit','open','closed','','wake-bake-cafe-c-20190823','','','2019-08-23 22:48:50','2019-08-24 03:48:50','',5649,'https://buzz-caribbean.com/app/uploads/2019/08/Wake-Bake-Cafe-C-20190823.jpg',0,'attachment','image/jpeg',0),(5653,9,'2019-08-23 22:57:54','2019-08-24 03:57:54','<!-- wp:image {\"id\":5650} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Wake-Bake-Cafe-B-20190823-1024x686.jpg\" alt=\"\" class=\"wp-image-5650\" /><figcaption>Karen McLeod (left) serves a German tourist, who travelled with his friends from his hotel to the cafe to buy ganja brownies. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Wake N Bake Café at the CanJam Retreat has been keeping ‘heads high’ in Negril’s West End for the past few years. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The prominently\ndisplayed, chalk-written sign at the front of the café is hard to miss. “Ganja\ncookies, ganja brownies, ganja popcorn, ganja milkshake,” the sign reads. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The café, which is\nopen from 11 a.m. to 7 p.m., is as immaculate as it is inviting with hilarious\nsigns inside and outside of the building. And it is as Jamaican as it gets with\na strong Rastafari influence. It is the brainchild of Karen McLeod, a Canadian\nwoman who has made Jamaica her adopted home, after falling in love with the\nisland the first day she set foot on its shores in 2010.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5651} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Wake-Bake-Cafe-A-20190823.jpg\" alt=\"\" class=\"wp-image-5651\" /><figcaption>The Wake N Bake Cafe offers a wide range of snacks made from ganja. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>McLeod has been cooking\nwith cannabis in Canada for years, having worked in the catering business since\nshe was an adolescent.&nbsp;However, she first made pastries from ganja while in\nJamaica during her second visit to the island. That visit lasted for 12 weeks\nat a condo at Point Village, and during that time she explored the beaches, ate\nton-loads of Jamaican fruits and interacted with scores of Jamaicans. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I had a couple\nedibles and said: ‘this doesn’t cut it’. And I gathered everything I needed to\nmake my canna-butter.&nbsp;I used to make cannabis butter, so I figured out a\nway to make some of that butter from real dairy butter and weed.&nbsp;You\ninfuse butter with it and then you bake with the butter,” she explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said that she made a batch of the canna-butter and cookies and borrowed other necessary items from a Rastaman she had met.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5652} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Wake-Bake-Cafe-C-20190823-1024x686.jpg\" alt=\"\" class=\"wp-image-5652\" /><figcaption>Karen McLeod (right) and her assistant Clifford Peters (second right) show off ganja popcorn to these German tourists. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After returning the\nitems, she also left some of the pastries for the man who wasn’t there at the time.\n“When I went back and was coming down the beach, he saw me coming and he\nstarted jumping up and down, and he said: ‘you are the best since Miss Jenny’.\nI knew I was on to something when I impressed a Jamaican.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>McLeod then began\nmaking cookies which persons would resell on the beach. She would later offer\nother types of food. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“All the time I have chocolate brownies, coconut cake, ginger cookies, popcorn and milkshakes. If people come and would like some ganja tea, we will make it for them,” she said.</p>\n<!-- /wp:paragraph -->','Wake N Bake Cafe keeping ‘heads high’ in Negril','','inherit','closed','closed','','5649-revision-v1','','','2019-08-23 22:57:54','2019-08-24 03:57:54','',5649,'https://buzz-caribbean.com/article/5649-revision-v1/',0,'revision','',0),(5655,21,'2019-08-24 13:30:26','2019-08-24 18:30:26','<!-- wp:image {\"id\":5656} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/meryl-streep.jpg\" alt=\"\" class=\"wp-image-5656\" /><figcaption>Meryl Streep </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Meryl Streep is selling her apartment for US$18,250,000.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Devil Wears Prada</strong> star\'s New York penthouse takes up an entire floor of the River Lofts building in the city\'s TriBeCa region and boasts floor-to-ceiling windows offering stunning views of the Big Apple\'s most famous landmarks, including the Hudson River, New York Harbor, the Statue of Liberty, Freedom Tower and the Chrysler and Empire State Buildings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 3,950sq ft space - which is now a relative bargain as it was previously listed for $24.6 million - includes four bedrooms, a study, kitchen, and open-plan living and dining areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The home is a delight year-round.\"  </p><cite>— Property listing</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The master bedroom currently has plenty of space for the 70-year-old screen veteran\'s extensive red carpet wardrobe as it includes two-walk in closets, while it also has two bathrooms to ensure she can get ready without interruption from her husband Don Gummer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The property features Brazilian walnut hardwood floors throughout and a 10-foot-wide landscaped terrace wraps around the house on three sides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Outside of the stunning suite, the building itself - which is located just a short walk from the Hudson River Park, as well as numerous shops and restaurants - boasts a variety of amenities for residents, including a fitness centre, garden, on-site garage, a bicycle room and a round-the-clock doorman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sotheby\'s listing for the property said: \"The home is a delight year-round, from summer days gardening on the terrace to winter evenings by the fire, watching the snow fall.\"<br> <br> <br> </p>\n<!-- /wp:paragraph -->','Meryl Streep selling home for US$18 million','','publish','open','closed','','meryl-streep-selling-home-for-us18-million','','','2019-08-23 23:06:36','2019-08-24 04:06:36','',0,'https://buzz-caribbean.com/?p=5655',0,'post','',0),(5656,9,'2019-08-23 23:02:47','2019-08-24 04:02:47','','NORESTRICTIONS','Meryl Streep attends the \'Mary Poppins Returns\' - European Premiere at the Royal Albert Hall  in London, England. 12th December 2018. -  - BANG MEDIA INTERNATIONAL FAMOUS PICTURES 28 HOLMES ROAD LONDON NW5 3AB UNITED KINGDOM tel +44 (0) 02 7485 1005 email: pictures@famous.uk.com','inherit','open','closed','','norestrictions-5','','','2019-08-23 23:02:47','2019-08-24 04:02:47','',5655,'https://buzz-caribbean.com/app/uploads/2019/08/meryl-streep.jpg',0,'attachment','image/jpeg',0),(5657,9,'2019-08-23 23:06:12','2019-08-24 04:06:12','<!-- wp:image {\"id\":5656} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/meryl-streep.jpg\" alt=\"\" class=\"wp-image-5656\" /><figcaption>Meryl Streep </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Meryl Streep is selling her apartment for US$18,250,000.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Devil Wears Prada</strong> star\'s New York penthouse takes up an entire floor of the River Lofts building in the city\'s TriBeCa region and boasts floor-to-ceiling windows offering stunning views of the Big Apple\'s most famous landmarks, including the Hudson River, New York Harbor, the Statue of Liberty, Freedom Tower and the Chrysler and Empire State Buildings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 3,950sq ft space - which is now a relative bargain as it was previously listed for $24.6 million - includes four bedrooms, a study, kitchen, and open-plan living and dining areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The home is a delight year-round.\"  </p><cite>— Property listing</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The master bedroom currently has plenty of space for the 70-year-old screen veteran\'s extensive red carpet wardrobe as it includes two-walk in closets, while it also has two bathrooms to ensure she can get ready without interruption from her husband Don Gummer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The property features Brazilian walnut hardwood floors throughout and a 10-foot-wide landscaped terrace wraps around the house on three sides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Outside of the stunning suite, the building itself - which is located just a short walk from the Hudson River Park, as well as numerous shops and restaurants - boasts a variety of amenities for residents, including a fitness centre, garden, on-site garage, a bicycle room and a round-the-clock doorman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sotheby\'s listing for the property said: \"The home is a delight year-round, from summer days gardening on the terrace to winter evenings by the fire, watching the snow fall.\"<br> <br> <br> </p>\n<!-- /wp:paragraph -->','Meryl Streep selling home for US$18 million','','inherit','closed','closed','','5655-revision-v1','','','2019-08-23 23:06:12','2019-08-24 04:06:12','',5655,'https://buzz-caribbean.com/article/5655-revision-v1/',0,'revision','',0),(5658,21,'2019-08-24 14:45:26','2019-08-24 19:45:26','<!-- wp:image {\"id\":5659} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/fayval-williams-1-1024x696.jpg\" alt=\"\" class=\"wp-image-5659\" /><figcaption> Fayval Williams (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Minister of Science,\nEnergy and Technology, Fayval Williams, says the Government is making huge\ninvestments in education, and scores of infant and primary school teachers will\nhave new computers starting in January 2020.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Williams,\ndigital skills and digital literacy will become a fundamental part of educating\nchildren, and teachers must be equipped with competencies in Science,\nTechnology, Engineering and Mathematics (STEM), as well as Information and\nCommunications Technology (ICT).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She was delivering\nthe keynote address at Petrojam’s 2019 scholarship awards luncheon, held on\nFriday, August 23, at the Jamaica Business Development Corporation (JBDC)\nResource Centre, on Marcus Garvey Drive, Kingston. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“At the infant and\nprimary level, our Tablets in School programme will be rolled out in 120\nschools, impacting the lives of more than 4,000 students, and 1,800 teachers,\nthis financial year,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Minister said\nthe youth of the country have tremendous potential, and once it is harnessed,\nthey can change the world, adding that the Government is committed to all\npeople having opportunities to change their lives.</p>\n<!-- /wp:paragraph -->','Infant and primary school teachers to get computers','','publish','open','closed','','infant-and-primary-school-teachers-to-get-computers','','','2019-08-23 23:14:41','2019-08-24 04:14:41','',0,'https://buzz-caribbean.com/?p=5658',0,'post','',0),(5659,9,'2019-08-23 23:11:37','2019-08-24 04:11:37','','fayval-williams-1','','inherit','open','closed','','fayval-williams-1','','','2019-08-23 23:11:37','2019-08-24 04:11:37','',5658,'https://buzz-caribbean.com/app/uploads/2019/08/fayval-williams-1.jpg',0,'attachment','image/jpeg',0),(5660,9,'2019-08-23 23:14:03','2019-08-24 04:14:03','<!-- wp:image {\"id\":5659} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/fayval-williams-1-1024x696.jpg\" alt=\"\" class=\"wp-image-5659\" /><figcaption> Fayval Williams (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Minister of Science,\nEnergy and Technology, Fayval Williams, says the Government is making huge\ninvestments in education, and scores of infant and primary school teachers will\nhave new computers starting in January 2020.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Williams,\ndigital skills and digital literacy will become a fundamental part of educating\nchildren, and teachers must be equipped with competencies in Science,\nTechnology, Engineering and Mathematics (STEM), as well as Information and\nCommunications Technology (ICT).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She was delivering\nthe keynote address at Petrojam’s 2019 scholarship awards luncheon, held on\nFriday, August 23, at the Jamaica Business Development Corporation (JBDC)\nResource Centre, on Marcus Garvey Drive, Kingston. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“At the infant and\nprimary level, our Tablets in School programme will be rolled out in 120\nschools, impacting the lives of more than 4,000 students, and 1,800 teachers,\nthis financial year,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Minister said\nthe youth of the country have tremendous potential, and once it is harnessed,\nthey can change the world, adding that the Government is committed to all\npeople having opportunities to change their lives.</p>\n<!-- /wp:paragraph -->','Infant and primary school teachers to get computers','','inherit','closed','closed','','5658-revision-v1','','','2019-08-23 23:14:03','2019-08-24 04:14:03','',5658,'https://buzz-caribbean.com/article/5658-revision-v1/',0,'revision','',0),(5661,9,'2019-08-23 23:17:01','2019-08-24 04:17:01','<!-- wp:image {\"id\":5622} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bow-tie-buzz-demo-1024x1024.jpg\" alt=\"\" class=\"wp-image-5622\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dapper ladies and suave gentlemen! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>International Bow Tie Day is set to sling\nsome panache into wardrobes and outfits across the world on Wednesday, August\n28.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here in Jamaica, the event is being especially\ncelebrated by Heineken, which is going all out to ensure this year’s staging is\ntop-notch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5623} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/heineken-demo-buzz-1-1024x650.jpg\" alt=\"\" class=\"wp-image-5623\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Across several popular restaurants, men and\nwomen are being invited to turn out in their best bow tie ensembles and get a free\nHeineken on entry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Show up in a bow tie? Free beer. No. Questions.\nAsked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bucket deals will also be available for\npatrons at an attractive price of $1,500.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The participating restaurants are Hard Rock\nCafé (Montego Bay); Tracks &amp; Records (Kingston); Regency Bar &amp; Lounge\n(Kingston); 8 Rivas Lounge (Ocho Rios); Cellar 8 (Kingston); The Pub\n(Kingston); Ocean 7 Sky Bar (Kingston); Chilitos (Kingston); Tracks &amp; Records\n(Montego Bay); and Triple Century.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5627} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bow-tie-man-dressed-buzz-1024x505.jpeg\" alt=\"\" class=\"wp-image-5627\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Heineken-sponsored International Bow Tie Day event is being held between 6 and 10 p.m. on Wednesday. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See you there, <strong>BUZZ</strong> fam!</p>\n<!-- /wp:paragraph -->','Heineken toasts to International Bow Tie Day','','inherit','closed','closed','','5618-revision-v1','','','2019-08-23 23:17:01','2019-08-24 04:17:01','',5618,'https://buzz-caribbean.com/article/5618-revision-v1/',0,'revision','',0),(5662,21,'2019-08-24 16:00:08','2019-08-24 21:00:08','<!-- wp:image {\"id\":5663} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_0982-1024x706.jpg\" alt=\"\" class=\"wp-image-5663\" /><figcaption>A staff member at  Damascus Gate poses beside the \'chicken back\' sign.  (Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Frowned upon in some households, being designated only to make chicken stock or soup, chicken back has long been a survival food for the island’s poor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, there was no shame in the ‘garrison’ delicacy when it was proudly displayed on the blackboard menu outside Mediterranean restaurant Damascus Gate that is located inside the Devon House complex.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5664} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_0992-1024x683.jpg\" alt=\"\" class=\"wp-image-5664\" /><figcaption>As the sign says, chicken back is prepared in various ways.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is a major head turner for some Jamaicans who walk by and a source of fascination for many of the tourists who visit the popular landmark with hopes of buying trinkets and eating the world-famous ice-cream.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’ve never heard of chicken back,” remarked one US visitor, who was seen enjoying the boney delight at a bench in the courtyard, noting that it was tasty but only provided a slither of meat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A worker from a nearby store remarked that she had been having it for lunch each day, despite her place of employment providing lunch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5665} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_0994-1024x683.jpg\" alt=\"\" class=\"wp-image-5665\" /><figcaption>Inside Damascus Gate is simply a work of art.   </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The rave reviews, following the addition of the non-traditional menu item, is a welcomed relief for restaurant co-owner Angella, who shared candidly that the business was on the verge of closing its doors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We had to do something,” said Angella, who noted that her workers had long encouraged her to sell chicken as a way of ramping up sales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5666} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_0991-1024x683.jpg\" alt=\"\" class=\"wp-image-5666\" /><figcaption>The staff members at Damascus Gate are welcoming.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Angella explained that it was no easy endeavour to persuade the complex’s management to allow her to sell chicken - let alone chicken back - as she is exclusively licensed to sell Mediterranean food.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, beginning in August, she got the approval of Devon House’s management to include the item on her menu. This small change, she said, is helping her to turnaround her business.</p>\n<!-- /wp:paragraph -->','Chicken back saves struggling business at posh Devon House','','publish','open','closed','','chicken-back-saves-struggling-business-at-posh-devon-house','','','2019-08-24 16:46:58','2019-08-24 21:46:58','',0,'https://buzz-caribbean.com/?p=5662',0,'post','',0),(5663,9,'2019-08-23 23:19:12','2019-08-24 04:19:12','','IMG_0982','','inherit','open','closed','','img_0982','','','2019-08-23 23:19:12','2019-08-24 04:19:12','',5662,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_0982.jpg',0,'attachment','image/jpeg',0),(5664,9,'2019-08-23 23:19:34','2019-08-24 04:19:34','','IMG_0992','','inherit','open','closed','','img_0992','','','2019-08-23 23:19:34','2019-08-24 04:19:34','',5662,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_0992.jpg',0,'attachment','image/jpeg',0),(5665,9,'2019-08-23 23:19:53','2019-08-24 04:19:53','','IMG_0994','','inherit','open','closed','','img_0994','','','2019-08-23 23:19:53','2019-08-24 04:19:53','',5662,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_0994.jpg',0,'attachment','image/jpeg',0),(5666,9,'2019-08-23 23:20:03','2019-08-24 04:20:03','','IMG_0991','','inherit','open','closed','','img_0991','','','2019-08-23 23:20:03','2019-08-24 04:20:03','',5662,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_0991.jpg',0,'attachment','image/jpeg',0),(5667,9,'2019-08-23 23:25:27','2019-08-24 04:25:27','<!-- wp:image {\"id\":5663} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_0982-1024x706.jpg\" alt=\"\" class=\"wp-image-5663\" /><figcaption>A staff member at  Damascus Gate poses beside the \'chicken back\' sign.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Frowned upon in some households, being designated only to make chicken stock or soup, chicken back has long been a survival food for the island’s poor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, there was no shame in the ‘garrison’ delicacy when it was proudly displayed on the blackboard menu outside Mediterranean restaurant Damascus Gate that is located inside the Devon House complex.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5664} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_0992-1024x683.jpg\" alt=\"\" class=\"wp-image-5664\" /><figcaption>As the sign says, chicken back is prepared in various ways.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is a major head turner for some Jamaicans who walk by and a source of fascination for many of the tourists who visit the popular landmark with hopes of buying trinkets and eating the world-famous ice-cream.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’ve never heard of chicken back,” remarked one US visitor, who was seen<br> enjoying the boney delight at a bench in the courtyard, noting that it was<br> tasty but only provided a slither of meat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A worker from a nearby store remarked that she had been having it for lunch each day, despite her place of employment providing lunch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5665} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_0994-1024x683.jpg\" alt=\"\" class=\"wp-image-5665\" /><figcaption>Inside Damascus Gate is simply a work of art.   </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The rave reviews, following the addition of the non-traditional menu item, is a welcomed relief for restaurant co-owner Angella, who shared candidly that the business was on the verge of closing its doors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We had to do something,” said Angella, who noted that her workers had long encouraged her to sell chicken as a way of ramping up sales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5666} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_0991-1024x683.jpg\" alt=\"\" class=\"wp-image-5666\" /><figcaption>The staff members at Damascus Gate are welcoming.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Angella explained that it was no easy endeavour to persuade the complex’s management to allow her to sell chicken - let alone chicken back - as she is exclusively licensed to sell Mediterranean food.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, beginning in August, she got the approval of Devon House’s management to include the item on her menu. This small change, she said, is helping her to turnaround her business.</p>\n<!-- /wp:paragraph -->','Chicken back saves struggling business at posh Devon House','','inherit','closed','closed','','5662-revision-v1','','','2019-08-23 23:25:27','2019-08-24 04:25:27','',5662,'https://buzz-caribbean.com/article/5662-revision-v1/',0,'revision','',0),(5668,21,'2019-08-24 17:15:00','2019-08-24 22:15:00','<!-- wp:image {\"id\":5669} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kirsten-Dunst.jpg\" alt=\"\" class=\"wp-image-5669\" /><figcaption>Actress Kirsten Dunst </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kirsten Dunst was thinking about freezing her eggs before she fell pregnant. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Bring it On</strong> star would have gone down the route of relying on medicine to preserve her fertility until a later date if she hadn\'t met her \"soul mate\" Jesse Plemons - who she began dating in 2016 - and had their son Ennis in 2018. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"If I hadn\'t met Jesse, I would have frozen my eggs.\"</p><cite>—  Kirsten Dunst </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking to Net-a-Porter\'s digital magazine PorterEdit, she said: \"We\'re about as married as you can get. We have a kid together. My mom was like, \'But when are you guys getting married?\' And I said: \'Mom, I\'m not going to get married when I\'m pregnant. I want to have fun and have a drink. I mean, we\'re paying for this wedding. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I\'m paying for the bar! I want to enjoy it.\' [My mom is] kind of old-school in that way. I thought I would have a hard time getting pregnant, but it was a surprise. If I hadn\'t met Jesse, I would have frozen my eggs. [But] it feels like I lucked out.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 37-year-old actress met Jesse, 31, when they were shooting the FX series <strong>Fargo</strong> in 2015, and she said she knew almost instantly that he was the one for her. <br><br></p>\n<!-- /wp:paragraph -->','Kirsten Dunst thought about freezing her eggs','','publish','open','closed','','kirsten-dunst-thought-about-freezing-her-eggs','','','2019-08-23 23:41:38','2019-08-24 04:41:38','',0,'https://buzz-caribbean.com/?p=5668',0,'post','',0),(5669,9,'2019-08-23 23:38:35','2019-08-24 04:38:35','','ITALY-VENICE-FILM FESTIVAL-\"WOODSHOCK\"-PREMIERE','(170905) -- VENICE, Sept. 5, 2017 () -- Actress Kirsten Dunst attends the premiere of the movie \"Woodshock\" at the 74th Venice Film Festival in Venice, Italy, Sept. 4, 2017. (/Jin Yu)(yy)','inherit','open','closed','','italy-venice-film-festival-woodshock-premiere','','','2019-08-23 23:38:35','2019-08-24 04:38:35','',5668,'https://buzz-caribbean.com/app/uploads/2019/08/Kirsten-Dunst.jpg',0,'attachment','image/jpeg',0),(5670,9,'2019-08-23 23:40:36','2019-08-24 04:40:36','<!-- wp:image {\"id\":5669} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kirsten-Dunst.jpg\" alt=\"\" class=\"wp-image-5669\" /><figcaption>Actress Kirsten Dunst </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kirsten Dunst was thinking about freezing her eggs before she fell pregnant. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Bring it On</strong> star would have gone down the route of relying on medicine to preserve her fertility until a later date if she hadn\'t met her \"soul mate\" Jesse Plemons - who she began dating in 2016 - and had their son Ennis in 2018. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"If I hadn\'t met Jesse, I would have frozen my eggs.\"</p><cite>—  Kirsten Dunst </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking to Net-a-Porter\'s digital magazine PorterEdit, she said: \"We\'re about as married as you can get. We have a kid together. My mom was like, \'But when are you guys getting married?\' And I said: \'Mom, I\'m not going to get married when I\'m pregnant. I want to have fun and have a drink. I mean, we\'re paying for this wedding. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I\'m paying for the bar! I want to enjoy it.\' [My mom is] kind of old-school in that way. I thought I would have a hard time getting pregnant, but it was a surprise. If I hadn\'t met Jesse, I would have frozen my eggs. [But] it feels like I lucked out.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 37-year-old actress met Jesse, 31, when they were shooting the FX series <strong>Fargo</strong> in 2015, and she said she knew almost instantly that he was the one for her. <br><br></p>\n<!-- /wp:paragraph -->','Kirsten Dunst thought about freezing her eggs','','inherit','closed','closed','','5668-revision-v1','','','2019-08-23 23:40:36','2019-08-24 04:40:36','',5668,'https://buzz-caribbean.com/article/5668-revision-v1/',0,'revision','',0),(5671,9,'2019-08-23 23:45:47','2019-08-24 04:45:47','<!-- wp:paragraph -->\n<p>With months of sustained social media pressure from her fans on the launch of her new album, mega pop-star Rihanna relented in June with a behind-the-scenes post on her Instagram story.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5559} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BTS-Instagram-Post.jpg\" alt=\"\" class=\"wp-image-5559\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some fans were appeased by this, others still speculating if the star was merely teasing her very anxious fans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Friday, August 16, though, more news dropped about this upcoming album, with a fan page on Twitter - @Rihanna2, tweeting a photo of a registration for a new Rihanna song through her publishing company, BMI. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/Rihanna2/status/1162760864971276289?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1162773014481702916\\u0026ref_url=https%3A%2F%2Fwww.capitalxtra.com%2Fartists%2Frihanna%2Fnews%2Fnew-dancehall-song-private-loving-demarco%2F\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"align\":\"center\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed aligncenter is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/Rihanna2/status/1162760864971276289?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1162773014481702916&amp;ref_url=https%3A%2F%2Fwww.capitalxtra.com%2Fartists%2Frihanna%2Fnews%2Fnew-dancehall-song-private-loving-demarco%2F\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The song, titled,<strong> Private Loving</strong>, is expected to have a dancehall flavour, with Jamaican dancehall/reggae artiste <a href=\"https://buzz-caribbean.com/article/i-stopped-eating-meat-demarco-makes-major-lifestyle-change/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Demarco (opens in a new tab)\">Demarco</a>, being listed in the song credits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5561,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Demarco.jpg\" alt=\"\" class=\"wp-image-5561\" /><figcaption>Jamaican Dancehall/Reggae artiste Demarco</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Demarco, who recently signed a three-album deal with Akon\'s Kon Live label, seemingly confirmed the existence of the song in a direct message from the fan page (see below). The artiste responded \"Respect\" to the note of congratulations by the sender.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5566,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-of-Tweet.jpg\" alt=\"\" class=\"wp-image-5566\" /><figcaption>Source: Twitter — @Rihanna2</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This new track would potentially be listed among Rihanna\'s impressive line-up of dancehall-inspired tracks including, <a href=\"https://www.youtube.com/watch?v=HL1UzIK-flA\">Work </a>and <a href=\"https://www.youtube.com/watch?v=e82VE8UtW8A\">Rude Boy.</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell us how you feel about a potential new dancehall-themed track from Rihanna.</p>\n<!-- /wp:paragraph -->','Possible new dancehall track from Rihanna','','inherit','closed','closed','','5557-revision-v1','','','2019-08-23 23:45:47','2019-08-24 04:45:47','',5557,'https://buzz-caribbean.com/article/5557-revision-v1/',0,'revision','',0),(5672,14,'2019-08-24 08:00:43','2019-08-24 13:00:43','<!-- wp:image {\"id\":5673} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/linton-kwesi-johnson-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-5673\" /><figcaption>A man of legendary status: Jamaican dub poet Linton Kwesi Johnson (Photo: John Sargant, Flikr)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> joins Jamaica in\ncelebrating the 67th birthday of prolific dub poet Linton Kwasi Johnson (LKJ).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Johnson was born on\nSunday, August 24, 1952 in Chapleton, Clarendon and as been an active dub poet\nsince 1978.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After migrating to\nthe United Kingdom in 1963, Johnson lived with his mother in Brixton, where he\nquickly joined the British Black Panther Movement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5674} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lkj-dub-poet-music.jpg\" alt=\"\" class=\"wp-image-5674\" /><figcaption>Johnson is also heavily involved in music, having launched his own record label, LKJ Records in 1981. This album, More Time, was released in 1999 (Photo: Amazon.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It was here, while at school, that LKJ realised his passion for poetry – after developing a workshop within the movement, with the help of Rasta Love, a group of poets and drummers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2002 he became\nthe second living poet, and the only black poet, to be published in the Penguin\nModern Classics series.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Called <strong>Mi Revalueshanary Fren: Selected Poems</strong>,\nPenguin Modern Classics republished Johnson’s poetry in 2006.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5676} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lkj-published-work-by-penguin-classics-demo-768x1024.jpg\" alt=\"\" class=\"wp-image-5676\" /><figcaption>Photo: Pinterest</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Most of LKJ\'s\npoetry is political, dealing mainly with the experiences of being an Afro-Caribbean\nin Britain. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Writing was a\npolitical act and poetry was a cultural weapon...\" he told The Guardian in\n2008. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Johnson has, however, also written about other issues, such as British foreign policy and the death of anti-racist marcher Blair Peach. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His most celebrated poems were written during the government of Prime Minister Margaret Thatcher.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=Zq9OpJYck7Y\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Zq9OpJYck7Y\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>LKJ’s performance poetry involves the narration of his own verses in Jamaican Patois over dub-Reggae, something very unheard of at the time since the accent was considered ‘foreign and exotic’ to British ears.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Johnson’s work is\nnot without accolades, as in 2005, he was awarded a silver Musgrave Medal from\nthe Institute of Jamaica for distinguished eminence in the field of poetry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2012, he was\nawarded the Golden PEN Award by English PEN for \"a Lifetime\'s\nDistinguished Service to Literature\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5675} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/linton-kwesi-johnson-buzz-demo-2-1024x576.jpg\" alt=\"\" class=\"wp-image-5675\" /><figcaption>Linton Kwesi Johnson reading \'Tings\' at the Windrush celebrations in the UK in 2018. (Photo: Penguin Books UK, YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Johnson was awarded Jamaica’s sixth highest honour, the Order of Distinction, in 2014.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Happy birthday, LKJ!</p>\n<!-- /wp:paragraph -->','Legendary Jamaican dub poet LKJ celebrates 67th birthday','','publish','open','closed','','legendary-jamaican-dub-poet-lkj-celebrates-67th-birthday','','','2019-08-25 07:34:07','2019-08-25 12:34:07','',0,'https://buzz-caribbean.com/?p=5672',0,'post','',0),(5673,14,'2019-08-24 06:45:17','2019-08-24 11:45:17','','linton-kwesi-johnson-buzz-demo','','inherit','open','closed','','linton-kwesi-johnson-buzz-demo','','','2019-08-24 06:45:17','2019-08-24 11:45:17','',5672,'https://buzz-caribbean.com/app/uploads/2019/08/linton-kwesi-johnson-buzz-demo.jpg',0,'attachment','image/jpeg',0),(5674,14,'2019-08-24 06:47:23','2019-08-24 11:47:23','','lkj-dub-poet-music','','inherit','open','closed','','lkj-dub-poet-music','','','2019-08-24 06:47:23','2019-08-24 11:47:23','',5672,'https://buzz-caribbean.com/app/uploads/2019/08/lkj-dub-poet-music.jpg',0,'attachment','image/jpeg',0),(5675,14,'2019-08-24 06:50:51','2019-08-24 11:50:51','','linton-kwesi-johnson-buzz-demo-2','','inherit','open','closed','','linton-kwesi-johnson-buzz-demo-2','','','2019-08-24 06:50:51','2019-08-24 11:50:51','',5672,'https://buzz-caribbean.com/app/uploads/2019/08/linton-kwesi-johnson-buzz-demo-2.jpg',0,'attachment','image/jpeg',0),(5676,14,'2019-08-24 06:53:41','2019-08-24 11:53:41','','lkj-published-work-by-penguin-classics-demo','','inherit','open','closed','','lkj-published-work-by-penguin-classics-demo','','','2019-08-24 06:53:41','2019-08-24 11:53:41','',5672,'https://buzz-caribbean.com/app/uploads/2019/08/lkj-published-work-by-penguin-classics-demo.jpg',0,'attachment','image/jpeg',0),(5677,14,'2019-08-24 07:00:43','2019-08-24 12:00:43','<!-- wp:image {\"id\":5673} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/linton-kwesi-johnson-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-5673\" /><figcaption>A man of legendary status: Jamaican dub poet Linton Kwesi Johnson (Photo: John Sargant, Flikr)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> joins Jamaica in\ncelebrating the 67th birthday of prolific dub poet Linton Kwasi Johnson (LKJ).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Johnson was born on\nSunday, August 24, 1952 in Chapleton, Clarendon and as been an active dub poet\nsince 1978.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After migrating to\nthe United Kingdom in 1963, Johnson lived with his mother in Brixton, where he\nquickly joined the British Black Panther Movement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5674} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lkj-dub-poet-music.jpg\" alt=\"\" class=\"wp-image-5674\" /><figcaption>Johnson is also heavily involved in music, having launched his own record label, LKJ Records in 1981. This album, More Time, was released in 1999 (Photo: Amazon.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It was here, while at school, that LKJ realised his passion for poetry – after developing a workshop within the movement, with the help of Rasta Love, a group of poets and drummers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2002 he became\nthe second living poet, and the only black poet, to be published in the Penguin\nModern Classics series.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Called <strong>Mi Revalueshanary Fren: Selected Poems</strong>,\nPenguin Modern Classics republished Johnson’s poetry in 2006.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5676} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lkj-published-work-by-penguin-classics-demo-768x1024.jpg\" alt=\"\" class=\"wp-image-5676\" /><figcaption>Photo: Pinterest</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Most of LKJ\'s\npoetry is political, dealing mainly with the experiences of being an Afro-Caribbean\nin Britain. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Writing was a\npolitical act and poetry was a cultural weapon...\" he told The Guardian in\n2008. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Johnson has, however, also written about other issues, such as British foreign policy and the death of anti-racist marcher Blair Peach. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His most celebrated poems were written during the government of Prime Minister Margaret Thatcher.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=Zq9OpJYck7Y\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Zq9OpJYck7Y\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>LKJ’s performance poetry involves the narration of his own verses in Jamaican Patois over dub-Reggae, something very unheard of at the time since the accent was considered ‘foreign and exotic’ to British ears.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Johnson’s work is\nnot without accolades, as in 2005, he was awarded a silver Musgrave Medal from\nthe Institute of Jamaica for distinguished eminence in the field of poetry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2012, he was\nawarded the Golden PEN Award by English PEN for \"a Lifetime\'s\nDistinguished Service to Literature\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5675} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/linton-kwesi-johnson-buzz-demo-2-1024x576.jpg\" alt=\"\" class=\"wp-image-5675\" /><figcaption>Linton Kwesi Johnson reading \'Tings\' at the Windrush celebrations in the UK in 2018. (Photo: Penguin Books UK, YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Johnson was been\nawarded Jamaica’s sixth highest honour, the Order of Distinction, in 2014.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Happy birthday, LKJ!</p>\n<!-- /wp:paragraph -->','Legendary Jamaican dub poet LKJ celebrates 67th birthday','','inherit','closed','closed','','5672-revision-v1','','','2019-08-24 07:00:43','2019-08-24 12:00:43','',5672,'https://buzz-caribbean.com/article/5672-revision-v1/',0,'revision','',0),(5678,14,'2019-08-24 07:00:43','2019-08-24 12:00:43','<iframe title=\"Linton Kwesi Johnson - Inglan Is A Bitch\" width=\"1333\" height=\"1000\" src=\"https://www.youtube.com/embed/Zq9OpJYck7Y?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','ec6575c3c622653be2ffe7b18c72e11f','','','2019-08-24 07:00:43','2019-08-24 12:00:43','',0,'https://buzz-caribbean.com/article/ec6575c3c622653be2ffe7b18c72e11f/',0,'oembed_cache','',0),(5679,9,'2019-08-24 08:58:50','2019-08-24 13:58:50','<!-- wp:image {\"id\":5663} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_0982-1024x706.jpg\" alt=\"\" class=\"wp-image-5663\" /><figcaption>A staff member at  Damascus Gate poses beside the \'chicken back\' sign.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Frowned upon in some households, being designated only to make chicken stock or soup, chicken back has long been a survival food for the island’s poor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, there was no shame in the ‘garrison’ delicacy when it was proudly displayed on the blackboard menu outside Mediterranean restaurant Damascus Gate that is located inside the Devon House complex.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5664} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_0992-1024x683.jpg\" alt=\"\" class=\"wp-image-5664\" /><figcaption>As the sign says, chicken back is prepared in various ways.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is a major head turner for some Jamaicans who walk by and a source of fascination for many of the tourists who visit the popular landmark with hopes of buying trinkets and eating the world-famous ice-cream.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’ve never heard of chicken back,” remarked one US visitor, who was seen enjoying the boney delight at a bench in the courtyard, noting that it was tasty but only provided a slither of meat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A worker from a nearby store remarked that she had been having it for lunch each day, despite her place of employment providing lunch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5665} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_0994-1024x683.jpg\" alt=\"\" class=\"wp-image-5665\" /><figcaption>Inside Damascus Gate is simply a work of art.   </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The rave reviews, following the addition of the non-traditional menu item, is a welcomed relief for restaurant co-owner Angella, who shared candidly that the business was on the verge of closing its doors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We had to do something,” said Angella, who noted that her workers had long encouraged her to sell chicken as a way of ramping up sales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5666} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_0991-1024x683.jpg\" alt=\"\" class=\"wp-image-5666\" /><figcaption>The staff members at Damascus Gate are welcoming.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Angella explained that it was no easy endeavour to persuade the complex’s management to allow her to sell chicken - let alone chicken back - as she is exclusively licensed to sell Mediterranean food.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, beginning in August, she got the approval of Devon House’s management to include the item on her menu. This small change, she said, is helping her to turnaround her business.</p>\n<!-- /wp:paragraph -->','Chicken back saves struggling business at posh Devon House','','inherit','closed','closed','','5662-revision-v1','','','2019-08-24 08:58:50','2019-08-24 13:58:50','',5662,'https://buzz-caribbean.com/article/5662-revision-v1/',0,'revision','',0),(5680,23,'2019-08-24 14:02:30','2019-08-24 19:02:30','<!-- wp:image {\"id\":5681} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/obama-headphones--1024x512.jpg\" alt=\"\" class=\"wp-image-5681\" /><figcaption>Koffee’s<strong> Toast</strong> is on the playlist of former US President Barack Obama.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The annual release of former US President Barack Obama summer 2019 playlist has been posted on his Instagram and has gotten the expected attention. The list combines 44 tracks of ‘Then and Now’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What caught the attention of thrilled Jamaicans was the track listed at <strong># </strong>28<strong>, </strong>Koffee’s<strong> Toast</strong>. Elated Jamaicans home and aboard started reposting, with the flag and exhausting the comment section on the post.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One social media user stated, “Good music is essential.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5071} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-A-1024x546.jpeg\" alt=\"\" class=\"wp-image-5071\" /><figcaption>Jamaican recording artiste Koffee.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Koffee is currently on a tour of the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Another eye-catcher was legendary group Toots and the Maytals, which was spotted at #37 with “<strong>54-46 Was My Number</strong>”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other artistes who made the list include new pop sensation Lizzo with <strong>Juice</strong>, Beyoncé, Drake, Rihanna, and H.E.R.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5683} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/obama-playlist-485x1024.png\" alt=\"\" class=\"wp-image-5683\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Koffee on Barack Obama’s summer 2019 playlist','','publish','open','closed','','koffee-on-barack-obamas-summer-2019-playlist','','','2019-08-24 19:07:29','2019-08-25 00:07:29','',0,'https://buzz-caribbean.com/?p=5680',0,'post','',0),(5681,4,'2019-08-24 13:48:50','2019-08-24 18:48:50','','obama-headphones-','','inherit','open','closed','','obama-headphones','','','2019-08-24 13:48:50','2019-08-24 18:48:50','',5680,'https://buzz-caribbean.com/app/uploads/2019/08/obama-headphones-.jpg',0,'attachment','image/jpeg',0),(5682,4,'2019-08-24 14:02:30','2019-08-24 19:02:30','<!-- wp:image {\"id\":5681} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/obama-headphones--1024x512.jpg\" alt=\"\" class=\"wp-image-5681\" /><figcaption>Koffee’s<strong> Toast</strong> is on the playlist of former US President Barack Obama.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The annual release of former US President Barack Obama summer 2019 playlist has been posted on his Instagram and has gotten the expected attention. The list combines 44 tracks of ‘Then and Now’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What caught the attention of thrilled Jamaicans was the track listed at <strong># </strong>28<strong>, </strong>Koffee’s<strong> Toast</strong>. Elated Jamaicans home and aboard started reposting, with the flag and exhausting the comment section on the post.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One social media user stated, “Good music is essential.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5071} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-A-1024x546.jpeg\" alt=\"\" class=\"wp-image-5071\" /><figcaption>Jamaican recording artiste Koffee.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Koffee is currently on a tour of the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Another eye-catcher was legendary group Toots and the Maytals, which was spotted at #37 with “<strong>54-46 Was My Number</strong>”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other artistes who made the list include new pop sensation Lizzo with <strong>Juice</strong>, Beyoncé, Drake, Rihanna, and H.E.R.</p>\n<!-- /wp:paragraph -->','Koffee on Barack Obama’s summer 2019 playlist','','inherit','closed','closed','','5680-revision-v1','','','2019-08-24 14:02:30','2019-08-24 19:02:30','',5680,'https://buzz-caribbean.com/article/5680-revision-v1/',0,'revision','',0),(5683,4,'2019-08-24 14:05:06','2019-08-24 19:05:06','','obama-playlist','','inherit','open','closed','','obama-playlist','','','2019-08-24 14:05:06','2019-08-24 19:05:06','',5680,'https://buzz-caribbean.com/app/uploads/2019/08/obama-playlist.png',0,'attachment','image/png',0),(5684,4,'2019-08-24 14:05:49','2019-08-24 19:05:49','<!-- wp:image {\"id\":5681} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/obama-headphones--1024x512.jpg\" alt=\"\" class=\"wp-image-5681\" /><figcaption>Koffee’s<strong> Toast</strong> is on the playlist of former US President Barack Obama.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The annual release of former US President Barack Obama summer 2019 playlist has been posted on his Instagram and has gotten the expected attention. The list combines 44 tracks of ‘Then and Now’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What caught the attention of thrilled Jamaicans was the track listed at <strong># </strong>28<strong>, </strong>Koffee’s<strong> Toast</strong>. Elated Jamaicans home and aboard started reposting, with the flag and exhausting the comment section on the post.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One social media user stated, “Good music is essential.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5071} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-A-1024x546.jpeg\" alt=\"\" class=\"wp-image-5071\" /><figcaption>Jamaican recording artiste Koffee.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Koffee is currently on a tour of the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Another eye-catcher was legendary group Toots and the Maytals, which was spotted at #37 with “<strong>54-46 Was My Number</strong>”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other artistes who made the list include new pop sensation Lizzo with <strong>Juice</strong>, Beyoncé, Drake, Rihanna, and H.E.R.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5683} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/obama-playlist-485x1024.png\" alt=\"\" class=\"wp-image-5683\" /></figure>\n<!-- /wp:image -->','Koffee on Barack Obama’s summer 2019 playlist','','inherit','closed','closed','','5680-revision-v1','','','2019-08-24 14:05:49','2019-08-24 19:05:49','',5680,'https://buzz-caribbean.com/article/5680-revision-v1/',0,'revision','',0),(5685,4,'2019-08-24 14:12:06','2019-08-24 19:12:06','<!-- wp:image {\"id\":5681} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/obama-headphones--1024x512.jpg\" alt=\"\" class=\"wp-image-5681\" /><figcaption>Koffee’s<strong> Toast</strong> is on the playlist of former US President Barack Obama.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The annual release of former US President Barack Obama summer 2019 playlist has been posted on his Instagram and has gotten the expected attention. The list combines 44 tracks of ‘Then and Now’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What caught the attention of thrilled Jamaicans was the track listed at <strong># </strong>28<strong>, </strong>Koffee’s<strong> Toast</strong>. Elated Jamaicans home and aboard started reposting, with the flag and exhausting the comment section on the post.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One social media user stated, “Good music is essential.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5071} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-A-1024x546.jpeg\" alt=\"\" class=\"wp-image-5071\" /><figcaption>Jamaican recording artiste Koffee.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Koffee is currently on a tour of the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Another eye-catcher was legendary group Toots and the Maytals, which was spotted at #37 with “<strong>54-46 Was My Number</strong>”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other artistes who made the list include new pop sensation Lizzo with <strong>Juice</strong>, Beyoncé, Drake, Rihanna, and H.E.R.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5683} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/obama-playlist-485x1024.png\" alt=\"\" class=\"wp-image-5683\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Koffee on Barack Obama’s summer 2019 playlist','','inherit','closed','closed','','5680-revision-v1','','','2019-08-24 14:12:06','2019-08-24 19:12:06','',5680,'https://buzz-caribbean.com/article/5680-revision-v1/',0,'revision','',0),(5686,4,'2019-08-24 14:22:04','2019-08-24 19:22:04','<!-- wp:image {\"id\":5650} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Wake-Bake-Cafe-B-20190823-1024x686.jpg\" alt=\"\" class=\"wp-image-5650\" /><figcaption>Karen McLeod (left) serves a German tourist, who travelled with his friends from his hotel to the cafe to buy ganja brownies. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Wake N Bake Café at the CanJam Retreat has been keeping ‘heads high’ in Negril’s West End for the past few years. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The prominently\ndisplayed, chalk-written sign at the front of the café is hard to miss. “Ganja\ncookies, ganja brownies, ganja popcorn, ganja milkshake,” the sign reads. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The café, which is\nopen from 11 a.m. to 7 p.m., is as immaculate as it is inviting with hilarious\nsigns inside and outside of the building. And it is as Jamaican as it gets with\na strong Rastafari influence. It is the brainchild of Karen McLeod, a Canadian\nwoman who has made Jamaica her adopted home, after falling in love with the\nisland the first day she set foot on its shores in 2010.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5651} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Wake-Bake-Cafe-A-20190823.jpg\" alt=\"\" class=\"wp-image-5651\" /><figcaption>The Wake N Bake Cafe offers a wide range of snacks made from ganja. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>McLeod has been cooking\nwith cannabis in Canada for years, having worked in the catering business since\nshe was an adolescent.&nbsp;However, she first made pastries from ganja while in\nJamaica during her second visit to the island. That visit lasted for 12 weeks\nat a condo at Point Village, and during that time she explored the beaches, ate\nton-loads of Jamaican fruits and interacted with scores of Jamaicans. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I had a couple\nedibles and said: ‘this doesn’t cut it’. And I gathered everything I needed to\nmake my canna-butter.&nbsp;I used to make cannabis butter, so I figured out a\nway to make some of that butter from real dairy butter and weed.&nbsp;You\ninfuse butter with it and then you bake with the butter,” she explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said that she made a batch of the canna-butter and cookies and borrowed other necessary items from a Rastaman she had met.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5652} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Wake-Bake-Cafe-C-20190823-1024x686.jpg\" alt=\"\" class=\"wp-image-5652\" /><figcaption>Karen McLeod (right) and her assistant Clifford Peters (second right) show off ganja popcorn to these German tourists. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After returning the\nitems, she also left some of the pastries for the man who wasn’t there at the time.\n“When I went back and was coming down the beach, he saw me coming and he\nstarted jumping up and down, and he said: ‘you are the best since Miss Jenny’.\nI knew I was on to something when I impressed a Jamaican.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>McLeod then began\nmaking cookies which persons would resell on the beach. She would later offer\nother types of food. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“All the time I have chocolate brownies, coconut cake, ginger cookies, popcorn and milkshakes. If people come and would like some ganja tea, we will make it for them,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Wake N Bake Cafe keeping ‘heads high’ in Negril','','inherit','closed','closed','','5649-revision-v1','','','2019-08-24 14:22:04','2019-08-24 19:22:04','',5649,'https://buzz-caribbean.com/article/5649-revision-v1/',0,'revision','',0),(5687,21,'2019-08-24 14:41:21','2019-08-24 19:41:21','<!-- wp:image {\"id\":5688} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/robert-downey-jr.jpg\" alt=\"\" class=\"wp-image-5688\" /><figcaption><p>Robert Downey Jr. was once arrested at Disneyland for smoking weed. </p></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Robert Downey Jr. was once arrested at Disneyland for \"smoking weed in a gondola\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Avengers: Endgame</strong> actor, who has been sober since 2003, admitted he was apprehended by police for smoking marijuana \"in a gondola\" during a visit to the theme park when he was younger.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 54-year-old star made his candid admission when he was named a Disney Legend at the D23 Expo. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I\'ve been sitting on that shame for a while and I\'m just going to release it here tonight.\'</p><cite>—Robert Downey Jr</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He said: \"Here\'s a bit of trivia for you. The very first time I went to Disneyland I was transported to another place, within moments of being arrested. I was brought to a surprisingly friendly processing center, given a strict warning, and returned to, if memory serves, one very disappointed group chaperone. I\'ve been sitting on that shame for a while and I\'m just going to release it here tonight.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n\"I would like to make amends to whoever had to detain me for smoking pot in a gondola without a license. And I don\'t wanna further confuse the issue by insinuating that pot smoking licenses for the gondola are in any way obtainable.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Robert, whose Disney debut came in 2006\'s <strong>The Shaggy Dog</strong>, thanked the people he\'d worked with over the years and admitted playing Iron Man/Tony Stark in the MCU franchise had been a \"great gift\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> </p>\n<!-- /wp:paragraph -->','Iron Man actor was arrested at Disneyland for smoking weed','','publish','open','closed','','iron-man-actor-was-arrested-at-disneyland-for-smoking-weed','','','2019-08-24 14:41:22','2019-08-24 19:41:22','',0,'https://buzz-caribbean.com/?p=5687',0,'post','',0),(5688,4,'2019-08-24 14:35:20','2019-08-24 19:35:20','','Celebrities at World Premiere of \'Spider-Man: Homecoming\' in Hollywood, CA','Red carpet arrivals at the World Premiere of \'Spider-Man: Homecoming\', held at the TCL Chinese Theater in Hollywood, California.\n\n\n<P>\nPictured: Robert Downey Jr.\n<B>Ref: SPL1529607  280617  </B><BR />\nPicture by: Jen Lowery / Splash News<BR />\n</P><P>\n<B>Splash News and Pictures</B><BR />\nLos Angeles:	310-821-2666<BR />\nNew York:	212-619-2666<BR />\nLondon:	870-934-2666<BR />\nphotodesk@splashnews.com<BR />\n</P>','inherit','open','closed','','celebrities-at-world-premiere-of-spider-man-homecoming-in-hollywood-ca','','','2019-08-24 14:37:51','2019-08-24 19:37:51','',5687,'https://buzz-caribbean.com/app/uploads/2019/08/robert-downey-jr.jpg',0,'attachment','image/jpeg',0),(5689,4,'2019-08-24 14:41:21','2019-08-24 19:41:21','<!-- wp:image {\"id\":5688} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/robert-downey-jr.jpg\" alt=\"\" class=\"wp-image-5688\" /><figcaption><p>Robert Downey Jr. was once arrested at Disneyland for smoking weed. </p></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Robert Downey Jr. was once arrested at Disneyland for \"smoking weed in a gondola\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Avengers: Endgame</strong> actor, who has been sober since 2003, admitted he was apprehended by police for smoking marijuana \"in a gondola\" during a visit to the theme park when he was younger.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 54-year-old star made his candid admission when he was named a Disney Legend at the D23 Expo. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I\'ve been sitting on that shame for a while and I\'m just going to release it here tonight.\'</p><cite>—Robert Downey Jr</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He said: \"Here\'s a bit of trivia for you. The very first time I went to Disneyland I was transported to another place, within moments of being arrested. I was brought to a surprisingly friendly processing center, given a strict warning, and returned to, if memory serves, one very disappointed group chaperone. I\'ve been sitting on that shame for a while and I\'m just going to release it here tonight.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n\"I would like to make amends to whoever had to detain me for smoking pot in a gondola without a license. And I don\'t wanna further confuse the issue by insinuating that pot smoking licenses for the gondola are in any way obtainable.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Robert, whose Disney debut came in 2006\'s <strong>The Shaggy Dog</strong>, thanked the people he\'d worked with over the years and admitted playing Iron Man/Tony Stark in the MCU franchise had been a \"great gift\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> </p>\n<!-- /wp:paragraph -->','Iron Man actor was arrested at Disneyland for smoking weed','','inherit','closed','closed','','5687-revision-v1','','','2019-08-24 14:41:21','2019-08-24 19:41:21','',5687,'https://buzz-caribbean.com/article/5687-revision-v1/',0,'revision','',0),(5691,4,'2019-08-24 16:46:57','2019-08-24 21:46:57','<!-- wp:image {\"id\":5663} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_0982-1024x706.jpg\" alt=\"\" class=\"wp-image-5663\" /><figcaption>A staff member at  Damascus Gate poses beside the \'chicken back\' sign.  (Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Frowned upon in some households, being designated only to make chicken stock or soup, chicken back has long been a survival food for the island’s poor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, there was no shame in the ‘garrison’ delicacy when it was proudly displayed on the blackboard menu outside Mediterranean restaurant Damascus Gate that is located inside the Devon House complex.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5664} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_0992-1024x683.jpg\" alt=\"\" class=\"wp-image-5664\" /><figcaption>As the sign says, chicken back is prepared in various ways.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is a major head turner for some Jamaicans who walk by and a source of fascination for many of the tourists who visit the popular landmark with hopes of buying trinkets and eating the world-famous ice-cream.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’ve never heard of chicken back,” remarked one US visitor, who was seen enjoying the boney delight at a bench in the courtyard, noting that it was tasty but only provided a slither of meat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A worker from a nearby store remarked that she had been having it for lunch each day, despite her place of employment providing lunch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5665} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_0994-1024x683.jpg\" alt=\"\" class=\"wp-image-5665\" /><figcaption>Inside Damascus Gate is simply a work of art.   </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The rave reviews, following the addition of the non-traditional menu item, is a welcomed relief for restaurant co-owner Angella, who shared candidly that the business was on the verge of closing its doors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We had to do something,” said Angella, who noted that her workers had long encouraged her to sell chicken as a way of ramping up sales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5666} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_0991-1024x683.jpg\" alt=\"\" class=\"wp-image-5666\" /><figcaption>The staff members at Damascus Gate are welcoming.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Angella explained that it was no easy endeavour to persuade the complex’s management to allow her to sell chicken - let alone chicken back - as she is exclusively licensed to sell Mediterranean food.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, beginning in August, she got the approval of Devon House’s management to include the item on her menu. This small change, she said, is helping her to turnaround her business.</p>\n<!-- /wp:paragraph -->','Chicken back saves struggling business at posh Devon House','','inherit','closed','closed','','5662-revision-v1','','','2019-08-24 16:46:57','2019-08-24 21:46:57','',5662,'https://buzz-caribbean.com/article/5662-revision-v1/',0,'revision','',0),(5692,21,'2019-08-24 18:03:38','2019-08-24 23:03:38','<!-- wp:image {\"id\":5694} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ewan-McGregor2.jpg\" alt=\"\" class=\"wp-image-5694\" /><figcaption>Ewan McGregor to reprise his role a Jedi Master Obi-Wan Kenobi.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ewan McGregor has confirmed his return to the<strong> Star Wars</strong>\' franchise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 48-year-old actor is to reprise his role as Jedi Master Obi-Wan Kenobi — who he played in the prequel movies <strong>The Phantom Menace</strong>, <strong>Revenge of the Sith</strong> and <strong>Attack of the Clones</strong> — for a new spin-off series which will air on Disney.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ewan made a surprise appearance on stage at the Disney D23 Expo on Friday, where he was introduced by Lucasfilm president Kathleen Kennedy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"Before leaving, we do have one more announcement. After secrets, and fibs, and not being able to talk about it, I am thrilled to bring out a beloved member of the \'Star Wars\' family.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5693} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ewan-McGregor.jpg\" alt=\"\" class=\"wp-image-5693\" /><figcaption>Ewan McGregor.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ewan then stepped out and said: \"Kathleen, can you ask me in front of all of these people, all of these witnesses, can you please ask me, am I going to play Obi-Wan Kenobi again?\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nShe said: \"Ewan, are you going to play Obi-Wan Kenobi again?\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nThe Scottish star then looked out into the audience and said: \"Yes.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Details of the show\'s title and release date have yet to be revealed but the project is progressing well. Kathleen confirmed: \"The scripts are written, and we begin shooting next year. We can\'t wait to start production. And we have our Obi-Wan.\"</p>\n<!-- /wp:paragraph -->','Ewan McGregor confirms Star Wars return','','publish','open','closed','','ewan-mcgregor-confirms-star-wars-return','','','2019-08-24 18:07:16','2019-08-24 23:07:16','',0,'https://buzz-caribbean.com/?p=5692',0,'post','',0),(5693,4,'2019-08-24 17:11:12','2019-08-24 22:11:12','','NO RESTRICTIONS','Ewan McGregor at the \'Beauty &amp; The Beast\' premiere  in New York City.  \r13 MARCH 2017 BANG MEDIA INTERNATIONAL FAMOUS PICTURES 28 HOLMES ROAD LONDON NW5 3AB UNITED KINGDOM tel +44 (0) 20 7485 1005 e-mail pictures@famous.uk.com www.famous.uk.com\rDARA000880','inherit','open','closed','','no-restrictions-2','','','2019-08-24 17:11:12','2019-08-24 22:11:12','',5692,'https://buzz-caribbean.com/app/uploads/2019/08/Ewan-McGregor.jpg',0,'attachment','image/jpeg',0),(5694,4,'2019-08-24 17:51:16','2019-08-24 22:51:16','','Ewan-McGregor2','','inherit','open','closed','','ewan-mcgregor2','','','2019-08-24 17:51:16','2019-08-24 22:51:16','',5692,'https://buzz-caribbean.com/app/uploads/2019/08/Ewan-McGregor2.jpg',0,'attachment','image/jpeg',0),(5695,4,'2019-08-24 17:59:30','2019-08-24 22:59:30','<!-- wp:image {\"id\":5694} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ewan-McGregor2.jpg\" alt=\"\" class=\"wp-image-5694\" /><figcaption>Ewan McGregor to reprise his role a Jedi Master Obi-Wan Kenobi.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ewan McGregor has confirmed his return to the<strong> Star Wars</strong>\' franchise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 48-year-old actor is to reprise his role as Jedi Master Obi-Wan Kenobi — who he played in the prequel movies <strong>The Phantom Menace</strong>, <strong>Revenge of the Sith</strong> and <strong>Attack of the Clones</strong> — for a new spin-off series which will air on Disney.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ewan made a surprise appearance on stage at the Disney D23 Expo on Friday, where he was introduced by Lucasfilm president Kathleen Kennedy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"Before leaving, we do have one more announcement. After secrets, and fibs, and not being able to talk about it, I am thrilled to bring out a beloved member of the \'Star Wars\' family.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5693} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ewan-McGregor.jpg\" alt=\"\" class=\"wp-image-5693\" /><figcaption>Ewan McGregor.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ewan then stepped out and said: \"Kathleen, can you ask me in front of all of these people, all of these witnesses, can you please ask me, am I going to play Obi-Wan Kenobi again?\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nShe said: \"Ewan, are you going to play Obi-Wan Kenobi again?\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nThe Scottish star then looked out into the audience and said: \"Yes.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Details of the show\'s title and release date have yet to be revealed but the project is progressing well. Kathleen confirmed: \"The scripts are written, and we begin shooting next year. We can\'t wait to start production. And we have our Obi-Wan.\"</p>\n<!-- /wp:paragraph -->','Ewan McGregor confirms Star Wars return','','inherit','closed','closed','','5692-revision-v1','','','2019-08-24 17:59:30','2019-08-24 22:59:30','',5692,'https://buzz-caribbean.com/article/5692-revision-v1/',0,'revision','',0),(5698,4,'2019-08-24 18:06:40','2019-08-24 23:06:40','','Ewan McGregor2','','inherit','open','closed','','ewan-mcgregor2-2','','','2019-08-24 18:06:40','2019-08-24 23:06:40','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Ewan-McGregor2-1.jpg',0,'attachment','image/jpeg',0),(5699,23,'2019-08-24 18:38:50','2019-08-24 23:38:50','<!-- wp:image {\"id\":5700} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tropical-storm-dorian-.jpg\" alt=\"\" class=\"wp-image-5700\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Met Service of Jamaica is reporting that Tropical Depression Number 5 has quickly developed into Tropical Storm Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is the hurricane season\'s 4th tropical storm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We continue to monitor this system as it could enter the Caribbean as a hurricane by Tuesday on its way to Hispaniola,\" according to the Met Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dorian is still not a threat to Jamaica.</p>\n<!-- /wp:paragraph -->','Tropical storm could hit Hispaniola as a hurricane','','publish','open','closed','','tropical-storm-could-hit-hispaniola-as-a-hurricane','','','2019-08-25 19:32:10','2019-08-26 00:32:10','',0,'https://buzz-caribbean.com/?p=5699',0,'post','',0),(5700,4,'2019-08-24 18:26:41','2019-08-24 23:26:41','','tropical-storm-dorian-','','inherit','open','closed','','tropical-storm-dorian','','','2019-08-24 18:26:41','2019-08-24 23:26:41','',5699,'https://buzz-caribbean.com/app/uploads/2019/08/tropical-storm-dorian-.jpg',0,'attachment','image/jpeg',0),(5701,14,'2019-08-24 18:36:46','2019-08-24 23:36:46','<!-- wp:image {\"id\":2239} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Spice-dancehall-artiste-1024x606.jpg\" alt=\"\" class=\"wp-image-2239\" /><figcaption>Dancehall artiste Spice (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Notting Hill Carnival may be just a day away, but dancehall royalty Spice has been causing quite a stir in the United Kingdom all week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The confident Jamaican artiste was among a host of guests on television show Good Morning Britain on Friday. During her time on the show, Spice decided to give an impromptu performance of <strong>Cool It Down</strong>, but it soon turned into a dancehall session with newsreader Richard Gainsford getting a sample of her ‘twerking’ skills.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Love and Hip Hop – Atlanta</strong> star, who is in town for a series of shows, will also make her second appearance at the world-renown Notting Hill Carnival, which begins on Sunday and ends on Monday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1gt7iTn7ig/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1gt7iTn7ig/\n</div></figure>\n<!-- /wp:embed -->','Spice cools down British morning talk show','','publish','open','closed','','spice-cools-down-british-morning-talk-show','','','2019-08-24 18:36:46','2019-08-24 23:36:46','',0,'https://buzz-caribbean.com/?p=5701',0,'post','',0),(5702,9,'2019-08-24 18:34:31','2019-08-24 23:34:31','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1gt7iTn7ig/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1gt7iTn7ig/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1gt7iTn7ig/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">I was the first Jamaican artist to appear on Good morning Britain ?? this morning @gmb Thanks again for having me, I tried to behave myself but I had to cool it down ? They asked for it so ??‍♀️ This is how the interview ended with  @bignarstie</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/spiceofficial/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Grace Hamilton</a> (@spiceofficial) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-23T15:20:45+00:00\">Aug 23, 2019 at 8:20am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','e9e2351f303f3526211df9f97d7cfc4a','','','2019-08-24 18:34:31','2019-08-24 23:34:31','',0,'https://buzz-caribbean.com/article/e9e2351f303f3526211df9f97d7cfc4a/',0,'oembed_cache','',0),(5703,9,'2019-08-24 18:36:00','2019-08-24 23:36:00','<!-- wp:image {\"id\":2239} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Spice-dancehall-artiste-1024x606.jpg\" alt=\"\" class=\"wp-image-2239\" /><figcaption>Dancehall artiste Spice (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Notting Hill Carnival may be just a day away, but dancehall royalty Spice has been causing quite a stir in the United Kingdom all week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The confident Jamaican artiste was among a host of guests on television show Good Morning Britain on Friday. During her time on the show, Spice decided to give an impromptu performance of <strong>Cool It Down</strong>, but it soon turned into a dancehall session with newsreader Richard Gainsford getting a sample of her ‘twerking’ skills.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Love and Hip Hop – Atlanta</strong> star, who is in town for a series of shows, will also make her second appearance at the world-renown Notting Hill Carnival, which begins on Sunday and ends on Monday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1gt7iTn7ig/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1gt7iTn7ig/\n</div></figure>\n<!-- /wp:embed -->','Spice cools down British morning talk show','','inherit','closed','closed','','5701-revision-v1','','','2019-08-24 18:36:00','2019-08-24 23:36:00','',5701,'https://buzz-caribbean.com/article/5701-revision-v1/',0,'revision','',0),(5704,4,'2019-08-24 18:38:50','2019-08-24 23:38:50','<!-- wp:image {\"id\":5700} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tropical-storm-dorian-.jpg\" alt=\"\" class=\"wp-image-5700\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Met Service of Jamaica is reporting that Tropical Depression Number 5 has quickly developed into Tropical Storm Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is the hurricane season\'s 4th tropical storm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We continue to monitor this system as it could enter the Caribbean as a hurricane by Tuesday on its way to Hispaniola,\" according to the Met Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dorian is still not a threat to Jamaica.</p>\n<!-- /wp:paragraph -->','Tropical storm could hit Hispaniola as a hurricane','','inherit','closed','closed','','5699-revision-v1','','','2019-08-24 18:38:50','2019-08-24 23:38:50','',5699,'https://buzz-caribbean.com/article/5699-revision-v1/',0,'revision','',0),(5705,9,'2019-08-24 19:07:29','2019-08-25 00:07:29','<!-- wp:image {\"id\":5681} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/obama-headphones--1024x512.jpg\" alt=\"\" class=\"wp-image-5681\" /><figcaption>Koffee’s<strong> Toast</strong> is on the playlist of former US President Barack Obama.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The annual release of former US President Barack Obama summer 2019 playlist has been posted on his Instagram and has gotten the expected attention. The list combines 44 tracks of ‘Then and Now’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What caught the attention of thrilled Jamaicans was the track listed at <strong># </strong>28<strong>, </strong>Koffee’s<strong> Toast</strong>. Elated Jamaicans home and aboard started reposting, with the flag and exhausting the comment section on the post.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One social media user stated, “Good music is essential.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5071} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-A-1024x546.jpeg\" alt=\"\" class=\"wp-image-5071\" /><figcaption>Jamaican recording artiste Koffee.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Koffee is currently on a tour of the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Another eye-catcher was legendary group Toots and the Maytals, which was spotted at #37 with “<strong>54-46 Was My Number</strong>”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other artistes who made the list include new pop sensation Lizzo with <strong>Juice</strong>, Beyoncé, Drake, Rihanna, and H.E.R.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5683} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/obama-playlist-485x1024.png\" alt=\"\" class=\"wp-image-5683\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Koffee on Barack Obama’s summer 2019 playlist','','inherit','closed','closed','','5680-revision-v1','','','2019-08-24 19:07:29','2019-08-25 00:07:29','',5680,'https://buzz-caribbean.com/article/5680-revision-v1/',0,'revision','',0),(5706,21,'2019-08-24 19:25:52','2019-08-25 00:25:52','<!-- wp:image {\"id\":3432} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-B-1024x614.jpg\" alt=\"\" class=\"wp-image-3432\" /><figcaption> Art enthusiasts were out in their numbers, walking the streets of downtown Kingston at the Kingston Creative Artwalk staging in June. (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kingston Creative has forged a partnership with leading technology companies - tTech and Nex Gen Creators - and world-renowned Jamaican artist Bernard Hoyes to create Jamaica\'s first Augmented Reality (AR) mural in the heart of downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The mural unveiling is part of the monthly Kingston Creative Artwalk, which will feature an architectural walk, foodie experience and a yoga class on the waterfront on Sunday, August 25.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The mural, which is located behind the Swiss Stores/F&amp;B Downtown Restaurant on Harbour Street, is part of a larger campaign to develop 20 AR<br>murals across downtown Kingston. This will allow people to visit the murals in different communities on self-guided tours and use this technology to get the history and culture behind the location. The mural on Harbour Street features the theme of revival dance and is animated using AR technology to enable the dancers will come to life. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5707} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/WhatsApp-Image-2019-08-23-at-4.14.01-PM-1024x545.jpeg\" alt=\"\" class=\"wp-image-5707\" /><figcaption> Jamaican artist Bernard Hoyes stands in front of the augmented reality mural. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We want people to be proud that Kingston is the first to do something this big with augmented reality. We are grateful to tTech and Next Gen Creators, who helped us bring this experience to Kingston, and we hope that everyone will come out, enjoy the food, music and performances, and most of all, enjoy the mural,” said Doris Gross, director of Kingston Creative.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Kingston Creative Artwalk takes place between 11 a.m. and 5 p.m. In addition to a market, several food vendors will be providing a wide range of dishes. <br> <br> </p>\n<!-- /wp:paragraph -->','Jamaica\'s first augmented reality mural to be unveiled in downtown Kingston','','publish','open','closed','','jamaicas-first-augmented-reality-mural-to-be-unveiled-in-downtown-kingston','','','2019-08-24 20:31:15','2019-08-25 01:31:15','',0,'https://buzz-caribbean.com/?p=5706',0,'post','',0),(5707,9,'2019-08-24 19:20:08','2019-08-25 00:20:08','','WhatsApp-Image-2019-08-23-at-4.14.01-PM','','inherit','open','closed','','whatsapp-image-2019-08-23-at-4-14-01-pm','','','2019-08-24 19:20:08','2019-08-25 00:20:08','',5706,'https://buzz-caribbean.com/app/uploads/2019/08/WhatsApp-Image-2019-08-23-at-4.14.01-PM.jpeg',0,'attachment','image/jpeg',0),(5708,9,'2019-08-24 19:25:19','2019-08-25 00:25:19','<!-- wp:image {\"id\":3432} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-B-1024x614.jpg\" alt=\"\" class=\"wp-image-3432\" /><figcaption> Art enthusiasts were out in their numbers, walking the streets of downtown Kingston at the Kingston Creative Artwalk staging in June. (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kingston Creative has forged a partnership with leading technology companies - tTech and Nex Gen Creators - and world-renowned Jamaican artist Bernard Hoyes to create Jamaica\'s first Augmented Reality (AR) mural in the heart of downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The mural unveiling is part of the monthly Kingston Creative Artwalk, which will feature an architectural walk, foodie experience and a yoga class on the waterfront on Sunday, August 25.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The mural, which is located behind the Swiss Stores/F&amp;B Downtown Restaurant on Harbour Street, is part of a larger campaign to develop 20 AR<br> murals across downtown Kingston. This will allow people to visit the murals in different communities on self-guided tours and use this technology to get the history and culture behind the location. The mural on Harbour Street features the theme of revival dance and is animated using AR technology to enable the dancers will come to life. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5707} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/WhatsApp-Image-2019-08-23-at-4.14.01-PM-1024x545.jpeg\" alt=\"\" class=\"wp-image-5707\" /><figcaption> Jamaican artist Bernard Hoyes stands in front of the augmented reality mural. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We want people to be proud that Kingston is the first to do something this big with augmented reality. We are grateful to tTech and Next Gen Creators, who helped us bring this experience to Kingston, and we hope that everyone will come out, enjoy the food, music and performances, and most of all, enjoy the mural,” said Doris Gross, director of Kingston Creative.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Kingston Creative Artwalk takes place between 11 a.m. and 5 p.m. In addition to a market, several food vendors will be providing a wide range of dishes. <br> <br> </p>\n<!-- /wp:paragraph -->','Jamaica\'s first augmented reality mural to be unveiled in downtown Kingston','','inherit','closed','closed','','5706-revision-v1','','','2019-08-24 19:25:19','2019-08-25 00:25:19','',5706,'https://buzz-caribbean.com/article/5706-revision-v1/',0,'revision','',0),(5709,4,'2019-08-24 20:31:14','2019-08-25 01:31:14','<!-- wp:image {\"id\":3432} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Artwalk-B-1024x614.jpg\" alt=\"\" class=\"wp-image-3432\" /><figcaption> Art enthusiasts were out in their numbers, walking the streets of downtown Kingston at the Kingston Creative Artwalk staging in June. (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kingston Creative has forged a partnership with leading technology companies - tTech and Nex Gen Creators - and world-renowned Jamaican artist Bernard Hoyes to create Jamaica\'s first Augmented Reality (AR) mural in the heart of downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The mural unveiling is part of the monthly Kingston Creative Artwalk, which will feature an architectural walk, foodie experience and a yoga class on the waterfront on Sunday, August 25.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The mural, which is located behind the Swiss Stores/F&amp;B Downtown Restaurant on Harbour Street, is part of a larger campaign to develop 20 AR<br>murals across downtown Kingston. This will allow people to visit the murals in different communities on self-guided tours and use this technology to get the history and culture behind the location. The mural on Harbour Street features the theme of revival dance and is animated using AR technology to enable the dancers will come to life. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5707} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/WhatsApp-Image-2019-08-23-at-4.14.01-PM-1024x545.jpeg\" alt=\"\" class=\"wp-image-5707\" /><figcaption> Jamaican artist Bernard Hoyes stands in front of the augmented reality mural. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We want people to be proud that Kingston is the first to do something this big with augmented reality. We are grateful to tTech and Next Gen Creators, who helped us bring this experience to Kingston, and we hope that everyone will come out, enjoy the food, music and performances, and most of all, enjoy the mural,” said Doris Gross, director of Kingston Creative.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Kingston Creative Artwalk takes place between 11 a.m. and 5 p.m. In addition to a market, several food vendors will be providing a wide range of dishes. <br> <br> </p>\n<!-- /wp:paragraph -->','Jamaica\'s first augmented reality mural to be unveiled in downtown Kingston','','inherit','closed','closed','','5706-revision-v1','','','2019-08-24 20:31:14','2019-08-25 01:31:14','',5706,'https://buzz-caribbean.com/article/5706-revision-v1/',0,'revision','',0),(5710,14,'2019-08-25 06:45:11','2019-08-25 11:45:11','<!-- wp:image {\"id\":5673} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/linton-kwesi-johnson-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-5673\" /><figcaption>A man of legendary status: Jamaican dub poet Linton Kwesi Johnson (Photo: John Sargant, Flikr)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> joins Jamaica in\ncelebrating the 67th birthday of prolific dub poet Linton Kwasi Johnson (LKJ).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Johnson was born on\nSunday, August 24, 1952 in Chapleton, Clarendon and as been an active dub poet\nsince 1978.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After migrating to\nthe United Kingdom in 1963, Johnson lived with his mother in Brixton, where he\nquickly joined the British Black Panther Movement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5674} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lkj-dub-poet-music.jpg\" alt=\"\" class=\"wp-image-5674\" /><figcaption>Johnson is also heavily involved in music, having launched his own record label, LKJ Records in 1981. This album, More Time, was released in 1999 (Photo: Amazon.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It was here, while at school, that LKJ realised his passion for poetry – after developing a workshop within the movement, with the help of Rasta Love, a group of poets and drummers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2002 he became\nthe second living poet, and the only black poet, to be published in the Penguin\nModern Classics series.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Called <strong>Mi Revalueshanary Fren: Selected Poems</strong>,\nPenguin Modern Classics republished Johnson’s poetry in 2006.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5676} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lkj-published-work-by-penguin-classics-demo-768x1024.jpg\" alt=\"\" class=\"wp-image-5676\" /><figcaption>Photo: Pinterest</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Most of LKJ\'s\npoetry is political, dealing mainly with the experiences of being an Afro-Caribbean\nin Britain. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Writing was a\npolitical act and poetry was a cultural weapon...\" he told The Guardian in\n2008. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Johnson has, however, also written about other issues, such as British foreign policy and the death of anti-racist marcher Blair Peach. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His most celebrated poems were written during the government of Prime Minister Margaret Thatcher.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=Zq9OpJYck7Y\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Zq9OpJYck7Y\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>LKJ’s performance poetry involves the narration of his own verses in Jamaican Patois over dub-Reggae, something very unheard of at the time since the accent was considered ‘foreign and exotic’ to British ears.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Johnson’s work is\nnot without accolades, as in 2005, he was awarded a silver Musgrave Medal from\nthe Institute of Jamaica for distinguished eminence in the field of poetry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2012, he was\nawarded the Golden PEN Award by English PEN for \"a Lifetime\'s\nDistinguished Service to Literature\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5675} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/linton-kwesi-johnson-buzz-demo-2-1024x576.jpg\" alt=\"\" class=\"wp-image-5675\" /><figcaption>Linton Kwesi Johnson reading \'Tings\' at the Windrush celebrations in the UK in 2018. (Photo: Penguin Books UK, YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Johnson was awarded Jamaica’s sixth highest honour, the Order of Distinction, in 2014.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Happy birthday, LKJ!</p>\n<!-- /wp:paragraph -->','Legendary Jamaican dub poet LKJ celebrates 67th birthday','','inherit','closed','closed','','5672-revision-v1','','','2019-08-25 06:45:11','2019-08-25 11:45:11','',5672,'https://buzz-caribbean.com/article/5672-revision-v1/',0,'revision','',0),(5711,11,'2019-08-25 09:04:26','2019-08-25 14:04:26','<!-- wp:paragraph -->\n<p>How is your workspace? Are you hunkered down, all\nalone in a roomful of dusty cubicles? Do you ever come up for air? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yes, it’s stifling. For the creative Jamaican\nentrepreneur, this working environment can be depressing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Or are we having extended stays in the coffee shops to\nmake use of their centralized locations and free Wi-Fi? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not necessarily the most private, when you need to\nhave important discussions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But just imagine this: A space that’s light. It’s\nbright. It’s comfortable. Soft jazz and classical music play. The scent of\nenergizing essential oils fills the air. This is the co-working space at\nOutpost Republic, now open at 80LMR, a modern complex on Lady Musgrave Road.\nIt’s carefully designed for the new generation of Jamaican entrepreneurs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5712} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/YUH_1233-1024x619.jpg\" alt=\"\" class=\"wp-image-5712\" /><figcaption>Customers are free to choose from a wide variety of meeting rooms and spaces to collaborate. (Photos: James Mitchell)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The first thing people say when they come into our\nspace is ‘Wow! What is this place? It’s so beautiful, it smells amazing’,” says\nTanya Buxani, Community Director at Outpost Republic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5713} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/YUH_0723-1024x664.jpg\" alt=\"\" class=\"wp-image-5713\" /><figcaption> Tanya Buxani, Community Director at Outpost Republic. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We really have gone for the design element,” she\nadded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And it shows.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Comfort, convenience and customer service are a priority at Outpost Republic. Food and beverages are supplied to members. Several restaurants are on the doorstep at 80LMR. They offer discounts and catering for meetings in the boardroom, which boasts a glass board, smart TV and high-speed Wi-Fi. Yes, it’s fabulous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It is a place with good energy. A professional space.\"</p><cite>— Tanya Buxani, Community Director, Outpost Republic</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Tanya explains the company’s core values that guide\nthem in their strategy and day-to-day decision making. “Work smart” is one.\nYoung entrepreneurs spend too much time stressing over administrative details –\nand costs. They need to focus on growing their business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are ready for you to move in!” Tanya says. There’s\nno need to worry about leases, deposits, high overheads, renovations or who’s\ngoing to lock up the office.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5714} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/YUH_0457-1024x622.jpg\" alt=\"\" class=\"wp-image-5714\" /><figcaption>A warm receptionist to greet you on entering Outpost Republic</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sharing ideas and building community is a must.\n“Relationships matter,” says Tanya. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Networking helps ideas flow and boosts business, she\nadds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another core value is \'Flexible by design.\' Offices are different sizes. Rates and services offered vary, depending on customers’ needs. Community membership is month-to-month, and there are daily, weekly, even hourly rates. 24-hour security, Wi-Fi, secure parking and cleaning services are all included. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Our main purpose is to inspire change through creative collaboration\"</p><cite>— Tanya Buxani, Community Director, Outpost Republic</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>So, what is buzzing next for Outpost Republic? “We’re\nbuilding our base. We want it to grow organically,” says Tanya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is a place with good energy. A professional space.\nMultiple spaces, plans and locations are coming soon, so you can expand your\nbusiness.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5715} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/YUH_0623-1024x641.jpg\" alt=\"\" class=\"wp-image-5715\" /><figcaption> \"We really have gone for the design element\" — Tanya Buxani, Community Director at Outpost Republic. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, stay tuned for a series of fun, inspiring,\npeer-to-peer events planned for this beautiful space at 80LMR. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our main purpose is to inspire change through\ncreative collaboration,” Tanya muses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s all about community!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Will we be seeing you at this new networking space soon? Tell us in the comments section.</em></p>\n<!-- /wp:paragraph -->','At Outpost Republic, co-working means community','','publish','open','closed','','at-outpost-republic-co-working-means-community','','','2019-08-25 09:06:43','2019-08-25 14:06:43','',0,'https://buzz-caribbean.com/?p=5711',0,'post','',0),(5712,11,'2019-08-25 08:38:55','2019-08-25 13:38:55','','Cowork-Outpost Republic-BUZZ','','inherit','open','closed','','yuh_1233','','','2019-08-25 08:52:27','2019-08-25 13:52:27','',5711,'https://buzz-caribbean.com/app/uploads/2019/08/YUH_1233.jpg',0,'attachment','image/jpeg',0),(5713,11,'2019-08-25 08:39:31','2019-08-25 13:39:31','','Outpost Republic - Tanya- BUZZ','','inherit','open','closed','','yuh_0723','','','2019-08-25 08:51:55','2019-08-25 13:51:55','',5711,'https://buzz-caribbean.com/app/uploads/2019/08/YUH_0723.jpg',0,'attachment','image/jpeg',0),(5714,11,'2019-08-25 08:42:25','2019-08-25 13:42:25','','Outpost Republic - BUZZ','','inherit','open','closed','','yuh_0457','','','2019-08-25 08:51:30','2019-08-25 13:51:30','',5711,'https://buzz-caribbean.com/app/uploads/2019/08/YUH_0457.jpg',0,'attachment','image/jpeg',0),(5715,11,'2019-08-25 08:44:04','2019-08-25 13:44:04','','Tanya Buxani -BUZZ','','inherit','open','closed','','yuh_0623','','','2019-08-25 08:51:07','2019-08-25 13:51:07','',5711,'https://buzz-caribbean.com/app/uploads/2019/08/YUH_0623.jpg',0,'attachment','image/jpeg',0),(5717,11,'2019-08-25 09:04:26','2019-08-25 14:04:26','<!-- wp:paragraph -->\n<p>How is your workspace? Are you hunkered down, all\nalone in a roomful of dusty cubicles? Do you ever come up for air? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yes, it’s stifling. For the creative Jamaican\nentrepreneur, this working environment can be depressing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Or are we having extended stays in the coffee shops to\nmake use of their centralized locations and free Wi-Fi? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not necessarily the most private, when you need to\nhave important discussions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But just imagine this: A space that’s light. It’s\nbright. It’s comfortable. Soft jazz and classical music play. The scent of\nenergizing essential oils fills the air. This is the co-working space at\nOutpost Republic, now open at 80LMR, a modern complex on Lady Musgrave Road.\nIt’s carefully designed for the new generation of Jamaican entrepreneurs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5712} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/YUH_1233-1024x619.jpg\" alt=\"\" class=\"wp-image-5712\" /><figcaption>Customers are free to choose from a wide variety of meeting rooms and spaces to collaborate. (Photos: James Mitchell)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The first thing people say when they come into our\nspace is ‘Wow! What is this place? It’s so beautiful, it smells amazing’,” says\nTanya Buxani, Community Director at Outpost Republic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5713} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/YUH_0723-1024x664.jpg\" alt=\"\" class=\"wp-image-5713\" /><figcaption> Tanya Buxani, Community Director at Outpost Republic. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We really have gone for the design element,” she\nadded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And it shows.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Comfort, convenience and customer service are a priority at Outpost Republic. Food and beverages are supplied to members. Several restaurants are on the doorstep at 80LMR. They offer discounts and catering for meetings in the boardroom, which boasts a glass board, smart TV and high-speed Wi-Fi. Yes, it’s fabulous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It is a place with good energy. A professional space.\"</p><cite>— Tanya Buxani, Community Director, Outpost Republic</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Tanya explains the company’s core values that guide\nthem in their strategy and day-to-day decision making. “Work smart” is one.\nYoung entrepreneurs spend too much time stressing over administrative details –\nand costs. They need to focus on growing their business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are ready for you to move in!” Tanya says. There’s\nno need to worry about leases, deposits, high overheads, renovations or who’s\ngoing to lock up the office.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5714} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/YUH_0457-1024x622.jpg\" alt=\"\" class=\"wp-image-5714\" /><figcaption>A warm receptionist to greet you on entering Outpost Republic</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sharing ideas and building community is a must.\n“Relationships matter,” says Tanya. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Networking helps ideas flow and boosts business, she\nadds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another core value is \'Flexible by design.\' Offices are different sizes. Rates and services offered vary, depending on customers’ needs. Community membership is month-to-month, and there are daily, weekly, even hourly rates. 24-hour security, Wi-Fi, secure parking and cleaning services are all included. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Our main purpose is to inspire change through creative collaboration\"</p><cite>— Tanya Buxani, Community Director, Outpost Republic</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>So, what is buzzing next for Outpost Republic? “We’re\nbuilding our base. We want it to grow organically,” says Tanya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is a place with good energy. A professional space.\nMultiple spaces, plans and locations are coming soon, so you can expand your\nbusiness.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5715} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/YUH_0623-1024x641.jpg\" alt=\"\" class=\"wp-image-5715\" /><figcaption> \"We really have gone for the design element\" — Tanya Buxani, Community Director at Outpost Republic. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, stay tuned for a series of fun, inspiring,\npeer-to-peer events planned for this beautiful space at 80LMR. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our main purpose is to inspire change through\ncreative collaboration,” Tanya muses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s all about community!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Will we be seeing you at this new networking space soon? Tell us in the comments section.</em></p>\n<!-- /wp:paragraph -->','At Outpost Republic, co-working means community','','inherit','closed','closed','','5711-revision-v1','','','2019-08-25 09:04:26','2019-08-25 14:04:26','',5711,'https://buzz-caribbean.com/article/5711-revision-v1/',0,'revision','',0),(5718,21,'2019-08-25 12:01:23','2019-08-25 17:01:23','<!-- wp:paragraph -->\n<p>If you have a challenge organising your thoughts and getting things done, then you are the perfect candidate for a to-do list. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4302} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Checklist-Manicured-Nails-1024x768.jpeg\" alt=\"\" class=\"wp-image-4302\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This system of keeping track of one’s activities and tasks is an old one, but that does not make it any less effective, especially since it is simple and can be done by anyone from children to a company CEO.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5719} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Checklist-1-1024x683.jpg\" alt=\"\" class=\"wp-image-5719\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Traditional to-do lists came to prominence and popularity in the early 20<sup>th</sup> century when they were adopted into companies as a method of improving workflow and productivity. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5722} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/workflow-1-1024x705.png\" alt=\"\" class=\"wp-image-5722\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Today it can either be a virtual list like one available on an app you can download or a traditional paper one. In order to make it work you simply write down all that you need to be achieved, execute it and then one by one, cross them off and move on to the next task. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5721} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Digital-checklist-1024x760.png\" alt=\"\" class=\"wp-image-5721\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Though some people say having a list interferes with their creativity and so resist making them, others swear by them for a myriad of reasons. First things first when a list is put together, it makes tasks not seem so insurmountable thus decreasing your anxiety over it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5723} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Acieving-Goals-1024x683.jpg\" alt=\"\" class=\"wp-image-5723\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote {\"className\":\"is-style-large\"} -->\n<blockquote class=\"wp-block-quote is-style-large\"><p>This is because they provide us with structure and we can actually see the progress being made as items are crossed off the list.  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>By arranging your information into specific categories or topics such as worklist or household chores list, it facilitates basic organization. There is no need for long sentences and anyone who sees it can understand the job that needs to be done. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5725} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/team-checklist-1024x683.jpg\" alt=\"\" class=\"wp-image-5725\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Another great benefit is that it helps you to prioritise your day. If needs be, you can highlight the more critical tasks and then list the others after. Once a few tasks are completed you can even take a break and reward yourself with something simple like a slice of cake or watching a movie that you have been dying to see.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5724} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cake-chocolate-chocolate-cake-132694-1024x683.jpg\" alt=\"\" class=\"wp-image-5724\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> By doing so, you easily avoid making work too monotonous and boring. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If in a corporate setting where teamwork makes the dream work, lists can be shared to make the workload lighter and get completed faster. Just make a list, post or share it by whichever means is your choice and make the others assign themselves to what they wish to tackle. For it to work smoothly, also provide them with a feasible deadline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5726} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/teamwork-1024x587.jpg\" alt=\"\" class=\"wp-image-5726\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Note that lists do not only have to be about boring work or back-breaking chores, but it can also be light-hearted and fun if it includes a list of movies you want to watch or <a href=\"https://buzz-caribbean.com/article/koffee-on-barack-obamas-summer-2019-playlist/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">songs you want to download</a> to play at an upcoming party. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5727} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/playlist-1024x680.jpg\" alt=\"\" class=\"wp-image-5727\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They can help you track websites and links and make you sort out articles and stories you wish to read on your day off. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The important thing is to not be overwhelmed by all you have to do. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like <a href=\"https://buzz-caribbean.com/article/nike-goes-laceless-with-phantom-react-flyknit/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Nike (opens in a new tab)\">Nike</a> says — Just do it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Are to-do lists your thing? Sound off in the comments and let us know.</em></p>\n<!-- /wp:paragraph -->','Benefits of a to-do list','','publish','open','closed','','benefits-of-a-to-do-list','','','2019-08-25 19:31:57','2019-08-26 00:31:57','',0,'https://buzz-caribbean.com/?p=5718',0,'post','',0),(5719,11,'2019-08-25 11:42:47','2019-08-25 16:42:47','','Checklist-1','','inherit','open','closed','','checklist-1','','','2019-08-25 11:42:47','2019-08-25 16:42:47','',5718,'https://buzz-caribbean.com/app/uploads/2019/08/Checklist-1.jpg',0,'attachment','image/jpeg',0),(5721,11,'2019-08-25 11:45:55','2019-08-25 16:45:55','','Digital-checklist','','inherit','open','closed','','digital-checklist','','','2019-08-25 11:45:55','2019-08-25 16:45:55','',5718,'https://buzz-caribbean.com/app/uploads/2019/08/Digital-checklist.png',0,'attachment','image/png',0),(5722,11,'2019-08-25 11:47:28','2019-08-25 16:47:28','','workflow-1','','inherit','open','closed','','workflow-1','','','2019-08-25 11:47:28','2019-08-25 16:47:28','',5718,'https://buzz-caribbean.com/app/uploads/2019/08/workflow-1.png',0,'attachment','image/png',0),(5723,11,'2019-08-25 11:47:56','2019-08-25 16:47:56','','Acieving-Goals','','inherit','open','closed','','acieving-goals','','','2019-08-25 11:47:56','2019-08-25 16:47:56','',5718,'https://buzz-caribbean.com/app/uploads/2019/08/Acieving-Goals.jpg',0,'attachment','image/jpeg',0),(5724,11,'2019-08-25 11:49:46','2019-08-25 16:49:46','','cake-chocolate-chocolate-cake-132694','','inherit','open','closed','','cake-chocolate-chocolate-cake-132694','','','2019-08-25 11:49:46','2019-08-25 16:49:46','',5718,'https://buzz-caribbean.com/app/uploads/2019/08/cake-chocolate-chocolate-cake-132694.jpg',0,'attachment','image/jpeg',0),(5725,11,'2019-08-25 11:51:38','2019-08-25 16:51:38','','team-checklist','','inherit','open','closed','','team-checklist','','','2019-08-25 11:51:38','2019-08-25 16:51:38','',5718,'https://buzz-caribbean.com/app/uploads/2019/08/team-checklist.jpg',0,'attachment','image/jpeg',0),(5726,11,'2019-08-25 11:53:23','2019-08-25 16:53:23','','teamwork','','inherit','open','closed','','teamwork','','','2019-08-25 11:53:23','2019-08-25 16:53:23','',5718,'https://buzz-caribbean.com/app/uploads/2019/08/teamwork.jpg',0,'attachment','image/jpeg',0),(5727,11,'2019-08-25 11:54:23','2019-08-25 16:54:23','','playlist','','inherit','open','closed','','playlist','','','2019-08-25 11:54:23','2019-08-25 16:54:23','',5718,'https://buzz-caribbean.com/app/uploads/2019/08/playlist.jpg',0,'attachment','image/jpeg',0),(5729,11,'2019-08-25 12:01:23','2019-08-25 17:01:23','<!-- wp:paragraph -->\n<p>If you have a challenge organising your thoughts and getting things done, then you are the perfect candidate for a to-do list. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4302} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Checklist-Manicured-Nails-1024x768.jpeg\" alt=\"\" class=\"wp-image-4302\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This system of keeping track of one’s activities and tasks is an old one, but that does not make it any less effective, especially since it is simple and can be done by anyone from children to a company CEO.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5719} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Checklist-1-1024x683.jpg\" alt=\"\" class=\"wp-image-5719\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Traditional to-do lists came to prominence and popularity in the early 20<sup>th</sup> century when they were adopted into companies as a method of improving workflow and productivity. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5722} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/workflow-1-1024x705.png\" alt=\"\" class=\"wp-image-5722\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Today it can either be a virtual list like one available on an app you can download or a traditional paper one. In order to make it work you simply write down all that you need to be achieved, execute it and then one by one, cross them off and move on to the next task. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5721} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Digital-checklist-1024x760.png\" alt=\"\" class=\"wp-image-5721\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Though some people say having a list interferes with their creativity and so resist making them, others swear by them for a myriad of reasons. First things first when a list is put together, it makes tasks not seem so insurmountable thus decreasing your anxiety over it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5723} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Acieving-Goals-1024x683.jpg\" alt=\"\" class=\"wp-image-5723\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote {\"className\":\"is-style-large\"} -->\n<blockquote class=\"wp-block-quote is-style-large\"><p>This is because they provide us with structure and we can actually see the progress being made as items are crossed off the list.  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>By arranging your information into specific categories or topics such as worklist or household chores list, it facilitates basic organization. There is no need for long sentences and anyone who sees it can understand the job that needs to be done. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5725} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/team-checklist-1024x683.jpg\" alt=\"\" class=\"wp-image-5725\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Another great benefit is that it helps you to prioritise your day. If needs be, you can highlight the more critical tasks and then list the others after. Once a few tasks are completed you can even take a break and reward yourself with something simple like a slice of cake or watching a movie that you have been dying to see.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5724} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cake-chocolate-chocolate-cake-132694-1024x683.jpg\" alt=\"\" class=\"wp-image-5724\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> By doing so, you easily avoid making work too monotonous and boring. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If in a corporate setting where teamwork makes the dream work, lists can be shared to make the workload lighter and get completed faster. Just make a list, post or share it by whichever means is your choice and make the others assign themselves to what they wish to tackle. For it to work smoothly, also provide them with a feasible deadline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5726} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/teamwork-1024x587.jpg\" alt=\"\" class=\"wp-image-5726\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Note that lists do not only have to be about boring work or back-breaking chores, but it can also be light-hearted and fun if it includes a list of movies you want to watch or <a href=\"https://buzz-caribbean.com/article/koffee-on-barack-obamas-summer-2019-playlist/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">songs you want to download</a> to play at an upcoming party. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5727} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/playlist-1024x680.jpg\" alt=\"\" class=\"wp-image-5727\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They can help you track websites and links and make you sort out articles and stories you wish to read on your day off. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The important thing is to not be overwhelmed by all you have to do. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like <a href=\"https://buzz-caribbean.com/article/nike-goes-laceless-with-phantom-react-flyknit/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Nike (opens in a new tab)\">Nike</a> says — Just do it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Are to-do lists your thing? Sound off in the comments and let us know.</em></p>\n<!-- /wp:paragraph -->','Benefits of a to-do list','','inherit','closed','closed','','5718-revision-v1','','','2019-08-25 12:01:23','2019-08-25 17:01:23','',5718,'https://buzz-caribbean.com/article/5718-revision-v1/',0,'revision','',0),(5730,21,'2019-08-25 12:29:39','2019-08-25 17:29:39','<!-- wp:paragraph -->\n<p>The workweek is over and the party just got in full swing. Everyone is dressed to the nines and looking their best and on a first-name basis. The boss is in a good mood for once and even your co-worker that you really do not care for is being nice. Hours later when the liquor starts flowing and the music starts thumping, it all goes left and people start staring, as this is one scandalous office party that will have workers whispering for days to come.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5731} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Embarrassed-1024x576.png\" alt=\"\" class=\"wp-image-5731\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Office parties are a time of fun and frolic wherein employees can let down their hair and forget about that pile of work on their desks. However, there is fun and then there is foolhardy behaviour that may get you \"the talk\" from the HR department. If you are in doubt about what\'s the best way to enjoy an office party and not leave as the talk of the town, here are some pointers that should serve you well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5734} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/alcohol-bar-champagne-16408-1024x683.jpg\" alt=\"\" class=\"wp-image-5734\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Do:</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1. Remember that though it is a party, these are people you work with and some <a href=\"https://buzz-caribbean.com/article/missing-proper-office-etiquette/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"level of decorum (opens in a new tab)\">level of decorum</a> is still required.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.&nbsp;\nWear clothing that covers your basic anatomy. It is not ‘as bare as you\ndare’ – office edition</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3.&nbsp;\nBe pleasant and respectful to everyone, even those in the organization\nwho you do not like. A party is a time to put all that aside and celebrate the\nsuccess of the company.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5732} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ball-cheers-crowd-59884-1024x819.jpg\" alt=\"\" class=\"wp-image-5732\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Do not:</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1. Drink excessively and make a fool\nof yourself</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Flirt with your boss or anyone in senior management. Just don’t flirt period.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Do not ‘drop it like it’s hot’ or\ngo on your head top. Leave that dancing for you and your friends private ‘bruk\nout’ session. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Video your colleagues behaving badly. This is not the time to think of blackmail.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Wrap up all the leftovers to carry home. Just don\'t.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Ask the deejay to play your risqué dancehall favourite and then take over the dancefloor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Discuss your colleagues with other colleagues.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Remove your shoes or items of clothing as the night progresses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Go off with a co-worker of the opposite sex to another room for an extended period of time. Do not feed the rumour mill.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Start an argument or a fight under any circumstances. Alcohol can sometimes make people do or say things they later regret. Be the bigger person and walk away. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Anything we missed off the list? We know you\'ve seen a couple of \'don\'ts\' at your office parties. Tell us about them in the comments.</em></p>\n<!-- /wp:paragraph -->','Do\'s and don\'ts of an office party','','publish','open','closed','','dos-and-donts-of-an-office-party','','','2019-08-25 12:29:40','2019-08-25 17:29:40','',0,'https://buzz-caribbean.com/?p=5730',0,'post','',0),(5731,11,'2019-08-25 12:06:49','2019-08-25 17:06:49','','Embarrassed','','inherit','open','closed','','embarrassed','','','2019-08-25 12:06:49','2019-08-25 17:06:49','',5730,'https://buzz-caribbean.com/app/uploads/2019/08/Embarrassed.png',0,'attachment','image/png',0),(5732,11,'2019-08-25 12:09:35','2019-08-25 17:09:35','','ball-cheers-crowd-59884','','inherit','open','closed','','ball-cheers-crowd-59884','','','2019-08-25 12:09:35','2019-08-25 17:09:35','',5730,'https://buzz-caribbean.com/app/uploads/2019/08/ball-cheers-crowd-59884.jpg',0,'attachment','image/jpeg',0),(5733,11,'2019-08-25 12:27:34','2019-08-25 17:27:34','','Birthday Party In The Office','Group of friends at office birthday party','inherit','open','closed','','birthday-party-in-the-office','','','2019-08-25 12:27:34','2019-08-25 17:27:34','',5730,'https://buzz-caribbean.com/app/uploads/2019/08/office-party.jpg',0,'attachment','image/jpeg',0),(5734,11,'2019-08-25 12:29:01','2019-08-25 17:29:01','','alcohol-bar-champagne-16408','','inherit','open','closed','','alcohol-bar-champagne-16408','','','2019-08-25 12:29:01','2019-08-25 17:29:01','',5730,'https://buzz-caribbean.com/app/uploads/2019/08/alcohol-bar-champagne-16408.jpg',0,'attachment','image/jpeg',0),(5735,11,'2019-08-25 12:29:39','2019-08-25 17:29:39','<!-- wp:paragraph -->\n<p>The workweek is over and the party just got in full swing. Everyone is dressed to the nines and looking their best and on a first-name basis. The boss is in a good mood for once and even your co-worker that you really do not care for is being nice. Hours later when the liquor starts flowing and the music starts thumping, it all goes left and people start staring, as this is one scandalous office party that will have workers whispering for days to come.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5731} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Embarrassed-1024x576.png\" alt=\"\" class=\"wp-image-5731\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Office parties are a time of fun and frolic wherein employees can let down their hair and forget about that pile of work on their desks. However, there is fun and then there is foolhardy behaviour that may get you \"the talk\" from the HR department. If you are in doubt about what\'s the best way to enjoy an office party and not leave as the talk of the town, here are some pointers that should serve you well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5734} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/alcohol-bar-champagne-16408-1024x683.jpg\" alt=\"\" class=\"wp-image-5734\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Do:</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1. Remember that though it is a party, these are people you work with and some <a href=\"https://buzz-caribbean.com/article/missing-proper-office-etiquette/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"level of decorum (opens in a new tab)\">level of decorum</a> is still required.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.&nbsp;\nWear clothing that covers your basic anatomy. It is not ‘as bare as you\ndare’ – office edition</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3.&nbsp;\nBe pleasant and respectful to everyone, even those in the organization\nwho you do not like. A party is a time to put all that aside and celebrate the\nsuccess of the company.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5732} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ball-cheers-crowd-59884-1024x819.jpg\" alt=\"\" class=\"wp-image-5732\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Do not:</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1. Drink excessively and make a fool\nof yourself</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Flirt with your boss or anyone in senior management. Just don’t flirt period.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Do not ‘drop it like it’s hot’ or\ngo on your head top. Leave that dancing for you and your friends private ‘bruk\nout’ session. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Video your colleagues behaving badly. This is not the time to think of blackmail.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Wrap up all the leftovers to carry home. Just don\'t.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Ask the deejay to play your risqué dancehall favourite and then take over the dancefloor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Discuss your colleagues with other colleagues.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Remove your shoes or items of clothing as the night progresses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Go off with a co-worker of the opposite sex to another room for an extended period of time. Do not feed the rumour mill.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Start an argument or a fight under any circumstances. Alcohol can sometimes make people do or say things they later regret. Be the bigger person and walk away. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Anything we missed off the list? We know you\'ve seen a couple of \'don\'ts\' at your office parties. Tell us about them in the comments.</em></p>\n<!-- /wp:paragraph -->','Do\'s and don\'ts of an office party','','inherit','closed','closed','','5730-revision-v1','','','2019-08-25 12:29:39','2019-08-25 17:29:39','',5730,'https://buzz-caribbean.com/article/5730-revision-v1/',0,'revision','',0),(5736,11,'2019-08-25 16:04:49','2019-08-25 21:04:49','<!-- wp:paragraph -->\n<p>? It\'s the most wonderful time of the year? No, we\'re not talking about Christmas. It\'s that terrific time for motorists when leaving out 10 minutes late, doesn\'t mean arriving 1-hour late for work. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The joys of driving when school is out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5737} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Empty-road-1024x768.jpg\" alt=\"\" class=\"wp-image-5737\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Well, that\'s about over this week, with most schools re-opening their doors for an anxious set of youngsters. Traffic pile-ups, unfortunately, will be an unavoidable feature on our roads. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5738} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/traffic-1024x681.jpg\" alt=\"\" class=\"wp-image-5738\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We\'re here to share 4 tips on how to endure - enjoy even - the time in traffic, while you travel safely to your destinations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Listen to podcasts</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":5739} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/podcast.jpg\" alt=\"\" class=\"wp-image-5739\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This might seem like a no-brainer, but many\nof us often allow the extra hour or two in traffic to be virtually wasted. Why\nnot use it instead as the perfect time to enrich your mind or provide\nentertainment that helps to de-stress. The range of podcasts available now are\nvirtually endless and there’s something for everyone – for every hour of the\nday: current affairs, technology, nutrition, motivation, comedy,\nlanguage-learning – you name it! So, go on, give it a try.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Breathe and stretch</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":5740} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/outstretched-arm-fwd-1-.jpg\" alt=\"\" class=\"wp-image-5740\" /><figcaption> Photo: Jason Tulio</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After sitting in traffic for too long your body will begin to feel the aches and pains that come from being sedentary. If you are at a stoplight or in a standstill, pull up the handbrake, and do a few quick stretches for your shoulders, neck, back and hands. Not only will this be useful in getting the blood and oxygen flowing to the right places, but also allowing you to remain relaxed and alert.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Carpool karaoke on steroids</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":5741} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/singing-in-car.jpg\" alt=\"\" class=\"wp-image-5741\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We’ve all done it! Taken our stellar shower\nvoices to the car and belted out our favourite hits while behind the wheel. That’s\nperfectly fine, and oddly satisfying when you can nail every line of your\nfavourite hit. Challenge yourself during that tedious traffic build-up to\npossibly memorise a new favourite. Channel that mental energy into learning,\nevery line and note – amp it up and get a rap song from Twista or Eminem and\nspeed things up for fun.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Finish That Book – Get An Earful</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":5742} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Audible-Car-Ride.jpg\" alt=\"\" class=\"wp-image-5742\" /><figcaption>(Source: 2wired2tired.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You remember that list of books you compiled almost a year ago, promising yourself that you’d finish them by the end of the month? It’s OK, we’re not judging you for not completing it – or even starting. But technology has made it that much easier to not only complete your favourite booklist but keep your mind fully engaged, during what can be one of the most mind-numbing or tedious periods of time. So, before you drive out, turn on the app, and load up your favourite audiobook. The added attentiveness will also help keep you alert throughout your journey and help you tick one more thing off that <a rel=\"noreferrer noopener\" aria-label=\"to-do (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/benefits-of-a-to-do-list/\" target=\"_blank\">to-do</a> list.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Sound off in the comments with any favourites you have to pass the time in traffic. #HappyDriving</em></p>\n<!-- /wp:paragraph -->','4 Tips for surviving back to school traffic','','publish','open','closed','','4-tips-for-surviving-back-to-school-traffic','','','2019-08-25 16:04:50','2019-08-25 21:04:50','',0,'https://buzz-caribbean.com/?p=5736',0,'post','',0),(5737,11,'2019-08-25 15:37:30','2019-08-25 20:37:30','','Empty-road','','inherit','open','closed','','empty-road','','','2019-08-25 15:37:30','2019-08-25 20:37:30','',5736,'https://buzz-caribbean.com/app/uploads/2019/08/Empty-road.jpg',0,'attachment','image/jpeg',0),(5738,11,'2019-08-25 15:38:09','2019-08-25 20:38:09','','traffic','','inherit','open','closed','','traffic','','','2019-08-25 15:38:09','2019-08-25 20:38:09','',5736,'https://buzz-caribbean.com/app/uploads/2019/08/traffic.jpg',0,'attachment','image/jpeg',0),(5739,11,'2019-08-25 15:40:08','2019-08-25 20:40:08','','podcast','','inherit','open','closed','','podcast','','','2019-08-25 15:40:08','2019-08-25 20:40:08','',5736,'https://buzz-caribbean.com/app/uploads/2019/08/podcast.jpg',0,'attachment','image/jpeg',0),(5740,11,'2019-08-25 15:41:35','2019-08-25 20:41:35','','outstretched-arm-fwd-1-','','inherit','open','closed','','outstretched-arm-fwd-1','','','2019-08-25 15:41:35','2019-08-25 20:41:35','',5736,'https://buzz-caribbean.com/app/uploads/2019/08/outstretched-arm-fwd-1-.jpg',0,'attachment','image/jpeg',0),(5741,11,'2019-08-25 15:43:51','2019-08-25 20:43:51','','singing-in-car','','inherit','open','closed','','singing-in-car','','','2019-08-25 15:43:51','2019-08-25 20:43:51','',5736,'https://buzz-caribbean.com/app/uploads/2019/08/singing-in-car.jpg',0,'attachment','image/jpeg',0),(5742,11,'2019-08-25 15:45:11','2019-08-25 20:45:11','','SAMSUNG CSC','SAMSUNG CSC','inherit','open','closed','','samsung-csc','','','2019-08-25 15:45:11','2019-08-25 20:45:11','',5736,'https://buzz-caribbean.com/app/uploads/2019/08/Audible-Car-Ride.jpg',0,'attachment','image/jpeg',0),(5743,11,'2019-08-25 15:50:32','2019-08-25 20:50:32','','hands-free','','inherit','open','closed','','hands-free','','','2019-08-25 15:50:32','2019-08-25 20:50:32','',5736,'https://buzz-caribbean.com/app/uploads/2019/08/hands-free.jpg',0,'attachment','image/jpeg',0),(5744,11,'2019-08-25 16:04:49','2019-08-25 21:04:49','<!-- wp:paragraph -->\n<p>? It\'s the most wonderful time of the year? No, we\'re not talking about Christmas. It\'s that terrific time for motorists when leaving out 10 minutes late, doesn\'t mean arriving 1-hour late for work. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The joys of driving when school is out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5737} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Empty-road-1024x768.jpg\" alt=\"\" class=\"wp-image-5737\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Well, that\'s about over this week, with most schools re-opening their doors for an anxious set of youngsters. Traffic pile-ups, unfortunately, will be an unavoidable feature on our roads. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5738} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/traffic-1024x681.jpg\" alt=\"\" class=\"wp-image-5738\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We\'re here to share 4 tips on how to endure - enjoy even - the time in traffic, while you travel safely to your destinations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Listen to podcasts</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":5739} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/podcast.jpg\" alt=\"\" class=\"wp-image-5739\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This might seem like a no-brainer, but many\nof us often allow the extra hour or two in traffic to be virtually wasted. Why\nnot use it instead as the perfect time to enrich your mind or provide\nentertainment that helps to de-stress. The range of podcasts available now are\nvirtually endless and there’s something for everyone – for every hour of the\nday: current affairs, technology, nutrition, motivation, comedy,\nlanguage-learning – you name it! So, go on, give it a try.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Breathe and stretch</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":5740} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/outstretched-arm-fwd-1-.jpg\" alt=\"\" class=\"wp-image-5740\" /><figcaption> Photo: Jason Tulio</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After sitting in traffic for too long your body will begin to feel the aches and pains that come from being sedentary. If you are at a stoplight or in a standstill, pull up the handbrake, and do a few quick stretches for your shoulders, neck, back and hands. Not only will this be useful in getting the blood and oxygen flowing to the right places, but also allowing you to remain relaxed and alert.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Carpool karaoke on steroids</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":5741} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/singing-in-car.jpg\" alt=\"\" class=\"wp-image-5741\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We’ve all done it! Taken our stellar shower\nvoices to the car and belted out our favourite hits while behind the wheel. That’s\nperfectly fine, and oddly satisfying when you can nail every line of your\nfavourite hit. Challenge yourself during that tedious traffic build-up to\npossibly memorise a new favourite. Channel that mental energy into learning,\nevery line and note – amp it up and get a rap song from Twista or Eminem and\nspeed things up for fun.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Finish That Book – Get An Earful</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":5742} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Audible-Car-Ride.jpg\" alt=\"\" class=\"wp-image-5742\" /><figcaption>(Source: 2wired2tired.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You remember that list of books you compiled almost a year ago, promising yourself that you’d finish them by the end of the month? It’s OK, we’re not judging you for not completing it – or even starting. But technology has made it that much easier to not only complete your favourite booklist but keep your mind fully engaged, during what can be one of the most mind-numbing or tedious periods of time. So, before you drive out, turn on the app, and load up your favourite audiobook. The added attentiveness will also help keep you alert throughout your journey and help you tick one more thing off that <a rel=\"noreferrer noopener\" aria-label=\"to-do (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/benefits-of-a-to-do-list/\" target=\"_blank\">to-do</a> list.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Sound off in the comments with any favourites you have to pass the time in traffic. #HappyDriving</em></p>\n<!-- /wp:paragraph -->','4 Tips for surviving back to school traffic','','inherit','closed','closed','','5736-revision-v1','','','2019-08-25 16:04:49','2019-08-25 21:04:49','',5736,'https://buzz-caribbean.com/article/5736-revision-v1/',0,'revision','',0),(5745,21,'2019-08-25 16:58:22','2019-08-25 21:58:22','<!-- wp:paragraph -->\n<p>We all have our body clocks and times of day that we are the most productive where we get into a good flow and churn out quality work in record time. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5746} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Best-Time-1024x683.jpg\" alt=\"\" class=\"wp-image-5746\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is because of this, that the notion of a 9 to 5 does not appeal to or fit everyone because creativity cannot be caught or harnessed in a mould to make more automated workers who live to work on a set schedule. This is why as individuals we need to recognise what works best for us and how to harness it properly so that we can maximise our time as well as our money.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5747} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/perfect-1024x768.jpg\" alt=\"\" class=\"wp-image-5747\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Have you ever spent a day at the office surrounded by chattering co-workers, office gossip, ringing telephones and meetings that actually lead to nothing more significant than your boss enjoying the sound of their own voice? If it frustrates you, then this is not your most productive time of day. Chances are you will get more done after hours when the office crowd disappears and peace and quiet reigns. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5748} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Talking-In-Office.jpg\" alt=\"\" class=\"wp-image-5748\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What this signifies is that your most productive hours exist in a relatively noise-free environment. Late-night going into early morning hours of 11 pm to about 3 am may work for you as there is no interruption and virtually no distraction to speak of.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5749} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/desk-guy-man-7060-1024x683.jpg\" alt=\"\" class=\"wp-image-5749\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Other people thrive in a chaotic office setting as they feed off of the energy around them and channel it successfully into their work, hence their productivity is tied to people being around which assists them in team-building and group cohesiveness. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They do not mind interruptions and participating in multiple conversations as they are able to do mental gymnastics and keep up without being flustered. These people are usually quick thinkers and good on their feet. In an emergency situation, they are great assets to have around as they can organise things in a crisis, making them indispensable on a daily basis. Furthermore, their people skills are naturally on point.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Whatever your work style or productive hours, everyone has something special to offer. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Then you have the loners, who no matter what, will not participate in a team-building exercise and cannot be dragged out to an after-work link up because they do not interface well with an audience. They can work at ad-hoc hours, both a 9 to 5 or early morning but they work best alone. They work hard, they just work hard by themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whatever your work style or productive\nhours, everyone has something special to offer. A quick personality test can\ngive you some insight as to what works best for you and how to utilise your\ntime wisely. The more you know the more you grow.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Have you discovered your productive time? Tell us more in the comments.</em></p>\n<!-- /wp:paragraph -->','Knowing your productive hours','','publish','open','closed','','knowing-your-productive-hours','','','2019-08-25 22:00:17','2019-08-26 03:00:17','',0,'https://buzz-caribbean.com/?p=5745',0,'post','',0),(5746,11,'2019-08-25 16:10:44','2019-08-25 21:10:44','','Best-Time','','inherit','open','closed','','best-time','','','2019-08-25 16:10:44','2019-08-25 21:10:44','',5745,'https://buzz-caribbean.com/app/uploads/2019/08/Best-Time.jpg',0,'attachment','image/jpeg',0),(5747,11,'2019-08-25 16:11:37','2019-08-25 21:11:37','','perfect','','inherit','open','closed','','perfect','','','2019-08-25 16:11:37','2019-08-25 21:11:37','',5745,'https://buzz-caribbean.com/app/uploads/2019/08/perfect.jpg',0,'attachment','image/jpeg',0),(5748,11,'2019-08-25 16:13:15','2019-08-25 21:13:15','','Talking-In-Office','','inherit','open','closed','','talking-in-office','','','2019-08-25 16:13:15','2019-08-25 21:13:15','',5745,'https://buzz-caribbean.com/app/uploads/2019/08/Talking-In-Office.jpg',0,'attachment','image/jpeg',0),(5749,11,'2019-08-25 16:13:59','2019-08-25 21:13:59','','desk-guy-man-7060','','inherit','open','closed','','desk-guy-man-7060','','','2019-08-25 16:13:59','2019-08-25 21:13:59','',5745,'https://buzz-caribbean.com/app/uploads/2019/08/desk-guy-man-7060.jpg',0,'attachment','image/jpeg',0),(5750,11,'2019-08-25 16:58:22','2019-08-25 21:58:22','<!-- wp:paragraph -->\n<p>We all have our body clocks and times of day that we are the most productive where we get into a good flow and churn out quality work in record time. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5746} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Best-Time-1024x683.jpg\" alt=\"\" class=\"wp-image-5746\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is because of this, that the notion of a 9 to 5 does not appeal to or fit everyone because creativity cannot be caught or harnessed in a mould to make more automated workers who live to work on a set schedule. This is why as individuals we need to recognise what works best for us and how to harness it properly so that we can maximise our time as well as our money.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5747} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/perfect-1024x768.jpg\" alt=\"\" class=\"wp-image-5747\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Have you ever spent a day at the office surrounded by chattering co-workers, office gossip, ringing telephones and meetings that actually lead to nothing more significant than your boss enjoying the sound of their own voice? If it frustrates you, then this is not your most productive time of day. Chances are you will get more done after hours when the office crowd disappears and peace and quiet reigns. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5748} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Talking-In-Office.jpg\" alt=\"\" class=\"wp-image-5748\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What this signifies is that your most productive hours exist in a relatively noise-free environment. Late-night going into early morning hours of 11 pm to about 3 am may work for you as there is no interruption and virtually no distraction to speak off.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5749} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/desk-guy-man-7060-1024x683.jpg\" alt=\"\" class=\"wp-image-5749\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Other people thrive in a chaotic office setting as they feed off of the energy around them and channel it successfully into their work, hence their productivity is tied to people being around which assists them in team-building and group cohesiveness. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They do not mind interruptions and participating in multiple conversations as they are able to do mental gymnastics and keep up without being flustered. These people are usually quick thinkers and good on their feet. In an emergency situation, they are great assets to have around as they can organise things in a crisis, making them indispensable on a daily basis. Furthermore, their people skills are naturally on point.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Whatever your work style or productive hours, everyone has something special to offer. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Then you have the loners, who no matter what, will not participate in a team-building exercise and cannot be dragged out to an after-work link up because they do not interface well with an audience. They can work at ad-hoc hours, both a 9 to 5 or early morning but they work best alone. They work hard, they just work hard by themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whatever your work style or productive\nhours, everyone has something special to offer. A quick personality test can\ngive you some insight as to what works best for you and how to utilise your\ntime wisely. The more you know the more you grow.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Have you discovered your productive time? Tell us more in the comments.</em></p>\n<!-- /wp:paragraph -->','Knowing your productive hours','','inherit','closed','closed','','5745-revision-v1','','','2019-08-25 16:58:22','2019-08-25 21:58:22','',5745,'https://buzz-caribbean.com/article/5745-revision-v1/',0,'revision','',0),(5751,21,'2019-08-25 17:18:16','2019-08-25 22:18:16','<!-- wp:image {\"id\":5760} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Popcaan-Profile-1-1024x677.jpg\" alt=\"\" class=\"wp-image-5760\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A couple of days ago the “Unruly Boss” <a href=\"https://buzz-caribbean.com/article/10-times-popcaan-proved-hes-jamaicas-national-treasure/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Popcaan</a> teased his fans with an Instagram story that might have suggested he was in the ‘Big Apple’, New York City. Speculations arose with everyone on Instagram pondering if the deejay has finally been granted his US visa. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1WvpbEFdKy/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1WvpbEFdKy/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The “<a href=\"https://www.youtube.com/watch?v=UjisomXrBVI\">Silence</a>” deejay has been without a US visa for many years due to minor marijuana-related offences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5754} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Popcaan-Profile-1024x677.jpg\" alt=\"\" class=\"wp-image-5754\" /><figcaption>(Source: billboard.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Last year December Popcaan invited OVO Sound founder and rapper Drake to his <strong>Unruly Fest</strong> in his home parish, St. Thomas and the crowd shocker was the announcement from Drake that Popcaan is now signed to <a href=\"https://www.ovosound.com/\">Ovo Sound</a>. Many congratulated the gesture and suggested how this would be a great move for the deejay’s career as he already is dominating places like Canada and Europe. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BwE2YK3l1kc/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BwE2YK3l1kc/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>In the same breath, he recently took to social media to speak his mind on a topical issue in Dancehall. In the 57-seconds video, he outlined his accolades in dancehall. The video which was replete with expletives continued with him chiding a younger artiste who refuses to acknowledge previous artistes who have paved the way for them. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5753} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Popcaan.jpg\" alt=\"\" class=\"wp-image-5753\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>No mention of who he is directing the message to but the post generated almost 300,000 views with over 5,000 comments, all in agreement with the artiste. </p>\n<!-- /wp:paragraph -->','Popcaan granted his US visa?','','publish','open','closed','','popcaan-granted-his-us-visa','','','2019-08-25 17:31:32','2019-08-25 22:31:32','',0,'https://buzz-caribbean.com/?p=5751',0,'post','',0),(5752,11,'2019-08-25 17:06:38','2019-08-25 22:06:38','','Drake','','inherit','open','closed','','drake','','','2019-08-25 17:06:38','2019-08-25 22:06:38','',5751,'https://buzz-caribbean.com/app/uploads/2019/08/Drake.png',0,'attachment','image/png',0),(5753,11,'2019-08-25 17:08:04','2019-08-25 22:08:04','','Popcaan','','inherit','open','closed','','popcaan-2','','','2019-08-25 17:08:04','2019-08-25 22:08:04','',5751,'https://buzz-caribbean.com/app/uploads/2019/08/Popcaan.jpg',0,'attachment','image/jpeg',0),(5754,11,'2019-08-25 17:10:27','2019-08-25 22:10:27','','Popcaan-Profile','','inherit','open','closed','','popcaan-profile','','','2019-08-25 17:10:27','2019-08-25 22:10:27','',5751,'https://buzz-caribbean.com/app/uploads/2019/08/Popcaan-Profile.jpg',0,'attachment','image/jpeg',0),(5755,11,'2019-08-25 17:11:49','2019-08-25 22:11:49','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BwE2YK3l1kc/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BwE2YK3l1kc/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BwE2YK3l1kc/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Real people do real things.. @champagnepapi Bredda Bredda #upforever</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/popcaanmusic/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> 876GUD</a> (@popcaanmusic) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-04-10T12:55:17+00:00\">Apr 10, 2019 at 5:55am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','8c9c57e2783da34aaeb61d485e6deb75','','','2019-08-25 17:11:49','2019-08-25 22:11:49','',0,'https://buzz-caribbean.com/article/8c9c57e2783da34aaeb61d485e6deb75/',0,'oembed_cache','',0),(5756,11,'2019-08-25 17:17:05','2019-08-25 22:17:05','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1WvpbEFdKy/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1WvpbEFdKy/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1WvpbEFdKy/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">#popcaan in #newyork ? #demdead</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/urbanislandz/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Urbanislandz</a> (@urbanislandz) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-19T18:19:46+00:00\">Aug 19, 2019 at 11:19am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','26951e61893a6238511609caa8eb3433','','','2019-08-25 17:17:05','2019-08-25 22:17:05','',0,'https://buzz-caribbean.com/article/26951e61893a6238511609caa8eb3433/',0,'oembed_cache','',0),(5757,11,'2019-08-25 17:18:16','2019-08-25 22:18:16','<!-- wp:paragraph -->\n<p>A couple of days ago the “Unruly Boss” <a href=\"https://buzz-caribbean.com/article/10-times-popcaan-proved-hes-jamaicas-national-treasure/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Popcaan</a> teased his fans with an Instagram story that might have suggested he was in the ‘Big Apple’, New York City. Speculations arose with everyone on Instagram pondering if the deejay has finally been granted his US visa. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1WvpbEFdKy/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1WvpbEFdKy/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The “<a href=\"https://www.youtube.com/watch?v=UjisomXrBVI\">Silence</a>” deejay has been without a US visa for many years due to minor marijuana-related offences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5754} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Popcaan-Profile-1024x677.jpg\" alt=\"\" class=\"wp-image-5754\" /><figcaption>(Source: billboard.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Last year December Popcaan invited OVO Sound founder and rapper Drake to his <strong>Unruly Fest</strong> in his home parish, St. Thomas and the crowd shocker was the announcement from Drake that Popcaan is now signed to <a href=\"https://www.ovosound.com/\">Ovo Sound</a>. Many congratulated the gesture and suggested how this would be a great move for the deejay’s career as he already is dominating places like Canada and Europe. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BwE2YK3l1kc/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BwE2YK3l1kc/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>In the same breath, he recently took to social media to speak his mind on a topical issue in Dancehall. In the 57-seconds video, he outlined his accolades in dancehall. The video which was replete with expletives continued with him chiding a younger artiste who refuses to acknowledge previous artistes who have paved the way for them. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5753} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Popcaan.jpg\" alt=\"\" class=\"wp-image-5753\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>No mention of who he is directing the message to but the post generated almost 300,000 views with over 5,000 comments, all in agreement with the artiste. </p>\n<!-- /wp:paragraph -->','Popcaan granted his US visa?','','inherit','closed','closed','','5751-revision-v1','','','2019-08-25 17:18:16','2019-08-25 22:18:16','',5751,'https://buzz-caribbean.com/article/5751-revision-v1/',0,'revision','',0),(5758,11,'2019-08-25 17:20:56','2019-08-25 22:20:56','<!-- wp:paragraph -->\n<p>The Starz gangster drama, Power, which follows the exploits of James \'Ghost\' St Patrick and his partner in crime, \'Tommy\', is back for its final season on August 25.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3559} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/power-series-1-1024x732.jpg\" alt=\"\" class=\"wp-image-3559\" /><figcaption>(Photo: Starz.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Curtis \'50 Cent\' Jackson, serves as an executive producer on the cable show and is featured as Ghost’s nemesis up to the end of Season 5.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2378} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/50cent-Exec-Producer.jpg\" alt=\"\" class=\"wp-image-2378\" /><figcaption>(Photo: Starz.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Power began airing on Starz on June 7, 2014. It tells the riveting story of James St Patrick - nightclub owner and successful business operator and family man, who lives a double life as a drug overlord with his childhood sweetheart (Angie) as his mistress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=w8GuKAxLytU\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=w8GuKAxLytU\n</div><figcaption>‘Betrayal’ Trailer | Power Season 6 | STARZ</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>His trusted partner Tommy serves as his enforcer, and together they have to stay several steps ahead of law enforcement agencies and other drug operators. The show has proven to be a big hit in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2382} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/power-6-1.jpg\" alt=\"\" class=\"wp-image-2382\" /><figcaption>(Photo: Starz.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Viewers look forward to the twists, turns and betrayals faced by the New York kingpin on the series when it is aired on weekends. When Power debuted in 2014, it drew only 460,000 viewers in the US. However, as many as 2.26 million viewers tuned in to catch the opening of Season 3 for the episode titled \'Call Me James\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 2016, Power was the second most-watched series on cable (behind Game of Thrones) with more than 8 million viewers per episode via multiple platforms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tell <strong>BUZZ</strong> what you think of Power.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Will it be missed when the curtains close on Season 6 or should the creators continue with this gangster chronicle? </p>\n<!-- /wp:paragraph -->','Power: Season 6 kicks off tonight, August 25','','inherit','closed','closed','','2376-revision-v1','','','2019-08-25 17:20:56','2019-08-25 22:20:56','',2376,'https://buzz-caribbean.com/article/2376-revision-v1/',0,'revision','',0),(5759,11,'2019-08-25 17:20:57','2019-08-25 22:20:57','<iframe title=\"‘Betrayal’ Trailer | Power Season 6 | STARZ\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/w8GuKAxLytU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','50ae97fb663e8c41bbafcbd6b070560c','','','2019-08-25 17:20:57','2019-08-25 22:20:57','',0,'https://buzz-caribbean.com/article/50ae97fb663e8c41bbafcbd6b070560c/',0,'oembed_cache','',0),(5760,11,'2019-08-25 17:31:10','2019-08-25 22:31:10','','Popcaan-Profile-1','','inherit','open','closed','','popcaan-profile-1','','','2019-08-25 17:31:10','2019-08-25 22:31:10','',5751,'https://buzz-caribbean.com/app/uploads/2019/08/Popcaan-Profile-1.jpg',0,'attachment','image/jpeg',0),(5761,11,'2019-08-25 17:31:23','2019-08-25 22:31:23','','Popcaaan','','inherit','open','closed','','popcaaan','','','2019-08-25 17:31:23','2019-08-25 22:31:23','',5751,'https://buzz-caribbean.com/app/uploads/2019/08/popcaaan.jpeg',0,'attachment','image/jpeg',0),(5762,11,'2019-08-25 17:31:31','2019-08-25 22:31:31','<!-- wp:image {\"id\":5760} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Popcaan-Profile-1-1024x677.jpg\" alt=\"\" class=\"wp-image-5760\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A couple of days ago the “Unruly Boss” <a href=\"https://buzz-caribbean.com/article/10-times-popcaan-proved-hes-jamaicas-national-treasure/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Popcaan</a> teased his fans with an Instagram story that might have suggested he was in the ‘Big Apple’, New York City. Speculations arose with everyone on Instagram pondering if the deejay has finally been granted his US visa. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1WvpbEFdKy/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1WvpbEFdKy/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The “<a href=\"https://www.youtube.com/watch?v=UjisomXrBVI\">Silence</a>” deejay has been without a US visa for many years due to minor marijuana-related offences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5754} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Popcaan-Profile-1024x677.jpg\" alt=\"\" class=\"wp-image-5754\" /><figcaption>(Source: billboard.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Last year December Popcaan invited OVO Sound founder and rapper Drake to his <strong>Unruly Fest</strong> in his home parish, St. Thomas and the crowd shocker was the announcement from Drake that Popcaan is now signed to <a href=\"https://www.ovosound.com/\">Ovo Sound</a>. Many congratulated the gesture and suggested how this would be a great move for the deejay’s career as he already is dominating places like Canada and Europe. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BwE2YK3l1kc/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BwE2YK3l1kc/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>In the same breath, he recently took to social media to speak his mind on a topical issue in Dancehall. In the 57-seconds video, he outlined his accolades in dancehall. The video which was replete with expletives continued with him chiding a younger artiste who refuses to acknowledge previous artistes who have paved the way for them. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5753} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Popcaan.jpg\" alt=\"\" class=\"wp-image-5753\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>No mention of who he is directing the message to but the post generated almost 300,000 views with over 5,000 comments, all in agreement with the artiste. </p>\n<!-- /wp:paragraph -->','Popcaan granted his US visa?','','inherit','closed','closed','','5751-revision-v1','','','2019-08-25 17:31:31','2019-08-25 22:31:31','',5751,'https://buzz-caribbean.com/article/5751-revision-v1/',0,'revision','',0),(5763,21,'2019-08-25 18:13:06','2019-08-25 23:13:06','<!-- wp:paragraph -->\n<p>The Global rising of the West African genre ‘Afrobeats’ is slowly becoming a must-play at Jamaican events. In 2014, P-Square a Nigerian duo released a track titled ‘<strong>Personally</strong>’, that gained a lot of traction amongst Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=ttdU19Kwce8\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=ttdU19Kwce8\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>In 2015 Skales came along with ‘<strong>Shake Body</strong>’ and it was a hit for any dance session. By 2017, Jamaicans were fully into the genre. Afrobeats infused songs were pouring in rapidly to keep pace with the growing appreciation for the genre.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=_qoUU4onORY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=_qoUU4onORY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Language is critical in Afrobeats — as you may know, Africa is saturated with many different languages. The languages mainly used in the genre are Yoruba, Ewe and Pidgin English. What’s observed with Afrobeats is, they concentrate their chorus with English. In Davido’s ‘<strong>IF</strong>’, for example, the verses are written in Pidgin English and English but the chorus, “If I tell you say I love you ooo, my money, my body… 30 billion for the account oo…” is largely English. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=helEv0kGHd4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=helEv0kGHd4\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Local musicians have started to fuse Afrobeats with their beats; this is seen for example, with producer Lee Milla, with his ‘<strong>Golden Riddim</strong>’ that featured Alkaline and Mavado. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5778} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/GOLDEN-RIDDIM.jpg\" alt=\"\" class=\"wp-image-5778\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Recently, Agent Sasco partnered with Ghanaian producer ‘Juls’ on a track called ‘<a rel=\"noreferrer noopener\" aria-label=\"Slow Down (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=h3TIGJx96fU\" target=\"_blank\">Slow Down</a>’. Chronixx also featured on a song with Afrobeats sensation Mr Eazi on a track called ‘She Loves Me’, that they both performed at this year’s staging of Reggae Sumfest. ‘The Unruly Boss’ <a href=\"https://buzz-caribbean.com/article/popcaan-granted-his-us-visa/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Popcaan (opens in a new tab)\">Popcaan</a> featured African Superstar Davido twice on tracks, ‘<a href=\"https://www.youtube.com/watch?v=Ys64odomG28\">My Story</a>’ and ‘<a href=\"https://www.youtube.com/watch?v=Ymmkv5DjvfE\">Dun Rich</a>.’</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=jeDnwkzu8DI\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=jeDnwkzu8DI\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Upbeat, infectious and feel-good music is how many would describe Afrobeat. So, if you wish to get your Afrobeat playlist going, here is a list of artiste that you should definitely check out:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Burna Boy </h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":5769} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Burnaboy-1024x576.png\" alt=\"\" class=\"wp-image-5769\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Wizkid </h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":5768} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/WizKid-1024x538.png\" alt=\"\" class=\"wp-image-5768\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Davido</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":5770} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Davido.png\" alt=\"\" class=\"wp-image-5770\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>StoneBowy</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":5771} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/stonebwoy.jpg\" alt=\"\" class=\"wp-image-5771\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Patoranking</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":5772} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/patoranking-1024x683.jpg\" alt=\"\" class=\"wp-image-5772\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Tiwa Savage</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":5773} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tiwa-savage.jpg\" alt=\"\" class=\"wp-image-5773\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Mr Eazi</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":5774} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Mr-Eazi-1024x576.jpg\" alt=\"\" class=\"wp-image-5774\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Runtown</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":5775} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Runtown-1024x684.jpg\" alt=\"\" class=\"wp-image-5775\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Tekno</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":5776} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tekno-1024x683.jpg\" alt=\"\" class=\"wp-image-5776\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Ice Prince</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":5777} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ice-Prince-1024x683.jpg\" alt=\"\" class=\"wp-image-5777\" /></figure>\n<!-- /wp:image -->','Jamaicans on the Afrobeats wave','','publish','open','closed','','jamaicans-on-the-afrobeats-wave','','','2019-08-25 18:13:07','2019-08-25 23:13:07','',0,'https://buzz-caribbean.com/?p=5763',0,'post','',0),(5764,11,'2019-08-25 17:36:38','2019-08-25 22:36:38','<iframe title=\"P-Square - Personally (Official Music Video)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/ttdU19Kwce8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','04692ce50000c32d0e98ad20d993f146','','','2019-08-25 17:36:38','2019-08-25 22:36:38','',0,'https://buzz-caribbean.com/article/04692ce50000c32d0e98ad20d993f146/',0,'oembed_cache','',0),(5765,11,'2019-08-25 17:40:50','2019-08-25 22:40:50','<iframe title=\"SKALES - SHAKE BODY (OFFICIAL VIDEO)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/_qoUU4onORY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','ca682ea782b42e5446453c10cc2b541e','','','2019-08-25 17:40:50','2019-08-25 22:40:50','',0,'https://buzz-caribbean.com/article/ca682ea782b42e5446453c10cc2b541e/',0,'oembed_cache','',0),(5766,11,'2019-08-25 17:40:50','2019-08-25 22:40:50','<iframe title=\"Davido - If (Official Music Video)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/helEv0kGHd4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','58b368044826c186c3eb44423ca2315e','','','2019-08-25 17:40:50','2019-08-25 22:40:50','',0,'https://buzz-caribbean.com/article/58b368044826c186c3eb44423ca2315e/',0,'oembed_cache','',0),(5767,11,'2019-08-25 17:45:53','2019-08-25 22:45:53','<iframe title=\"Mr Eazi - She Loves Me (feat. Chronixx) [Visualizer]\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/jeDnwkzu8DI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','34778363c8685b224508edf4fb669f78','','','2019-08-25 17:45:53','2019-08-25 22:45:53','',0,'https://buzz-caribbean.com/article/34778363c8685b224508edf4fb669f78/',0,'oembed_cache','',0),(5768,11,'2019-08-25 17:47:58','2019-08-25 22:47:58','','WizKid','','inherit','open','closed','','wizkid','','','2019-08-25 17:47:58','2019-08-25 22:47:58','',5763,'https://buzz-caribbean.com/app/uploads/2019/08/WizKid.png',0,'attachment','image/png',0),(5769,11,'2019-08-25 17:49:38','2019-08-25 22:49:38','','Burnaboy','','inherit','open','closed','','burnaboy','','','2019-08-25 17:49:38','2019-08-25 22:49:38','',5763,'https://buzz-caribbean.com/app/uploads/2019/08/Burnaboy.png',0,'attachment','image/png',0),(5770,11,'2019-08-25 17:50:54','2019-08-25 22:50:54','','Davido','','inherit','open','closed','','davido','','','2019-08-25 17:50:54','2019-08-25 22:50:54','',5763,'https://buzz-caribbean.com/app/uploads/2019/08/Davido.png',0,'attachment','image/png',0),(5771,11,'2019-08-25 17:52:03','2019-08-25 22:52:03','','stonebwoy','','inherit','open','closed','','stonebwoy','','','2019-08-25 17:52:03','2019-08-25 22:52:03','',5763,'https://buzz-caribbean.com/app/uploads/2019/08/stonebwoy.jpg',0,'attachment','image/jpeg',0),(5772,11,'2019-08-25 17:53:43','2019-08-25 22:53:43','','patoranking','','inherit','open','closed','','patoranking','','','2019-08-25 17:53:43','2019-08-25 22:53:43','',5763,'https://buzz-caribbean.com/app/uploads/2019/08/patoranking.jpg',0,'attachment','image/jpeg',0),(5773,11,'2019-08-25 17:54:36','2019-08-25 22:54:36','','tiwa-savage','','inherit','open','closed','','tiwa-savage','','','2019-08-25 17:54:36','2019-08-25 22:54:36','',5763,'https://buzz-caribbean.com/app/uploads/2019/08/tiwa-savage.jpg',0,'attachment','image/jpeg',0),(5774,11,'2019-08-25 17:55:31','2019-08-25 22:55:31','','Mr-Eazi','','inherit','open','closed','','mr-eazi','','','2019-08-25 17:55:31','2019-08-25 22:55:31','',5763,'https://buzz-caribbean.com/app/uploads/2019/08/Mr-Eazi.jpg',0,'attachment','image/jpeg',0),(5775,11,'2019-08-25 17:58:29','2019-08-25 22:58:29','','Runtown','','inherit','open','closed','','runtown','','','2019-08-25 17:58:29','2019-08-25 22:58:29','',5763,'https://buzz-caribbean.com/app/uploads/2019/08/Runtown.jpg',0,'attachment','image/jpeg',0),(5776,11,'2019-08-25 18:03:39','2019-08-25 23:03:39','','Tekno','','inherit','open','closed','','tekno','','','2019-08-25 18:03:39','2019-08-25 23:03:39','',5763,'https://buzz-caribbean.com/app/uploads/2019/08/Tekno.jpg',0,'attachment','image/jpeg',0),(5777,11,'2019-08-25 18:05:29','2019-08-25 23:05:29','','Ice-Prince','','inherit','open','closed','','ice-prince','','','2019-08-25 18:05:29','2019-08-25 23:05:29','',5763,'https://buzz-caribbean.com/app/uploads/2019/08/Ice-Prince.jpg',0,'attachment','image/jpeg',0),(5778,11,'2019-08-25 18:09:41','2019-08-25 23:09:41','','GOLDEN-RIDDIM','','inherit','open','closed','','golden-riddim','','','2019-08-25 18:09:41','2019-08-25 23:09:41','',5763,'https://buzz-caribbean.com/app/uploads/2019/08/GOLDEN-RIDDIM.jpg',0,'attachment','image/jpeg',0),(5779,11,'2019-08-25 18:13:06','2019-08-25 23:13:06','<!-- wp:paragraph -->\n<p>The Global rising of the West African genre ‘Afrobeats’ is slowly becoming a must-play at Jamaican events. In 2014, P-Square a Nigerian duo released a track titled ‘<strong>Personally</strong>’, that gained a lot of traction amongst Jamaicans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=ttdU19Kwce8\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=ttdU19Kwce8\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>In 2015 Skales came along with ‘<strong>Shake Body</strong>’ and it was a hit for any dance session. By 2017, Jamaicans were fully into the genre. Afrobeats infused songs were pouring in rapidly to keep pace with the growing appreciation for the genre.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=_qoUU4onORY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=_qoUU4onORY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Language is critical in Afrobeats — as you may know, Africa is saturated with many different languages. The languages mainly used in the genre are Yoruba, Ewe and Pidgin English. What’s observed with Afrobeats is, they concentrate their chorus with English. In Davido’s ‘<strong>IF</strong>’, for example, the verses are written in Pidgin English and English but the chorus, “If I tell you say I love you ooo, my money, my body… 30 billion for the account oo…” is largely English. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=helEv0kGHd4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=helEv0kGHd4\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Local musicians have started to fuse Afrobeats with their beats; this is seen for example, with producer Lee Milla, with his ‘<strong>Golden Riddim</strong>’ that featured Alkaline and Mavado. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5778} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/GOLDEN-RIDDIM.jpg\" alt=\"\" class=\"wp-image-5778\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Recently, Agent Sasco partnered with Ghanaian producer ‘Juls’ on a track called ‘<a rel=\"noreferrer noopener\" aria-label=\"Slow Down (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=h3TIGJx96fU\" target=\"_blank\">Slow Down</a>’. Chronixx also featured on a song with Afrobeats sensation Mr Eazi on a track called ‘She Loves Me’, that they both performed at this year’s staging of Reggae Sumfest. ‘The Unruly Boss’ <a href=\"https://buzz-caribbean.com/article/popcaan-granted-his-us-visa/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Popcaan (opens in a new tab)\">Popcaan</a> featured African Superstar Davido twice on tracks, ‘<a href=\"https://www.youtube.com/watch?v=Ys64odomG28\">My Story</a>’ and ‘<a href=\"https://www.youtube.com/watch?v=Ymmkv5DjvfE\">Dun Rich</a>.’</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=jeDnwkzu8DI\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=jeDnwkzu8DI\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Upbeat, infectious and feel-good music is how many would describe Afrobeat. So, if you wish to get your Afrobeat playlist going, here is a list of artiste that you should definitely check out:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Burna Boy </h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":5769} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Burnaboy-1024x576.png\" alt=\"\" class=\"wp-image-5769\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Wizkid </h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":5768} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/WizKid-1024x538.png\" alt=\"\" class=\"wp-image-5768\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Davido</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":5770} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Davido.png\" alt=\"\" class=\"wp-image-5770\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>StoneBowy</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":5771} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/stonebwoy.jpg\" alt=\"\" class=\"wp-image-5771\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Patoranking</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":5772} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/patoranking-1024x683.jpg\" alt=\"\" class=\"wp-image-5772\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Tiwa Savage</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":5773} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tiwa-savage.jpg\" alt=\"\" class=\"wp-image-5773\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Mr Eazi</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":5774} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Mr-Eazi-1024x576.jpg\" alt=\"\" class=\"wp-image-5774\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Runtown</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":5775} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Runtown-1024x684.jpg\" alt=\"\" class=\"wp-image-5775\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Tekno</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":5776} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tekno-1024x683.jpg\" alt=\"\" class=\"wp-image-5776\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Ice Prince</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":5777} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ice-Prince-1024x683.jpg\" alt=\"\" class=\"wp-image-5777\" /></figure>\n<!-- /wp:image -->','Jamaicans on the Afrobeats wave','','inherit','closed','closed','','5763-revision-v1','','','2019-08-25 18:13:06','2019-08-25 23:13:06','',5763,'https://buzz-caribbean.com/article/5763-revision-v1/',0,'revision','',0),(5780,11,'2019-08-25 18:16:48','2019-08-25 23:16:48','','Half Moon Beach','','inherit','open','closed','','half-moon-beach','','','2019-08-25 18:16:48','2019-08-25 23:16:48','',4725,'https://buzz-caribbean.com/app/uploads/2019/08/half-moon-beach.jpg',0,'attachment','image/jpeg',0),(5781,11,'2019-08-25 18:17:21','2019-08-25 23:17:21','','Half Moon Beach','','inherit','open','closed','','half-moon-beach-2','','','2019-08-29 09:14:50','2019-08-29 14:14:50','',4725,'https://buzz-caribbean.com/app/uploads/2019/08/half-moon-beach-1.jpg',0,'attachment','image/jpeg',0),(5782,11,'2019-08-25 18:17:52','2019-08-25 23:17:52','<!-- wp:image {\"id\":4726} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/half-moon-A-1024x683.jpg\" alt=\"\" class=\"wp-image-4726\" /><figcaption>Half Moon Beach is rated among the best beaches in Negril. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is no surprise that the picturesque Half Moon Beach\nin Green Island, Hanover, is ranked at number five on the list of 25 things to\ndo within the Negril area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For more than 25 years, the property has offered overnight accommodation, as well as snorkelling, catamaran tours and general beach access as some of its key activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Any nature lover or any beach bum, who goes to the\nproperty, will immediately fall in love with this jewel in western Jamaica’s\ncrown, nestled less than 10 minutes away from the resort town of Negril.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4727} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/half-moon-C-1024x683.jpg\" alt=\"\" class=\"wp-image-4727\" /><figcaption>The property is loved for its rustic appearance. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Highly secluded, the ordinary-looking entrance to Half\nMoon Beach belies the beauty that awaits beyond the short unpaved roadway,\nwhich leads to the glorious sparkling white sand strip. Padded lounge chairs\nare at guests’ disposal under rustic thatch cabanas, from where you are greeted\nby a spectacular view of the sea and a most majestic sunset.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A bar and restaurant at the property also offer ample dining areas where sumptuous meals are served by the friendly staff. Guests are also encouraged to explore sections of the property, including the garden, where a variety of fruits and vegetables, and even&nbsp;sugar cane, are grown.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4728} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/half-moon-B-1024x683.jpg\" alt=\"\" class=\"wp-image-4728\" /><figcaption>Half Moon Beach is the ideal spot for nature lovers. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Half Moon possesses some of Jamaica’s most spectacular\ncoral reefs, where a plethora of fish can be seen. The property also features\nseven rustic wooden cabins, each with their own private space, sheltered\nbetwixt a mass of Jamaican sweet almond trees. All cottages are oceanfront view.\nSome are mere footsteps from the water and are equipped with hot water,\nrefrigerators, ceiling fans and bamboo furniture and other basic amenities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to pulling guests in with its beauty, the\nproperty has been a sought-after venue for yoga retreats, small group parties\nand weddings, as well as honeymooners. It has also hosted some of the internationally\nacclaimed Dream Weekend parties. &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->','Half Moon Beach: Perfect for nature and sea lovers','','inherit','closed','closed','','4725-revision-v1','','','2019-08-25 18:17:52','2019-08-25 23:17:52','',4725,'https://buzz-caribbean.com/article/4725-revision-v1/',0,'revision','',0),(5783,11,'2019-08-25 18:37:11','2019-08-25 23:37:11','<!-- wp:paragraph -->\n<p>The Government of Jamaica and the Economic Programme Oversight Committee (EPOC) signed a Memorandum of Understanding on Thursday, August 22 at the Ministry of Finance to continue to monitor the economic reform programme after the end of the IMF Precautionary Stand-By Agreement in November.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5786} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/MoU-Signing_Source-JIS-1.jpg\" alt=\"\" class=\"wp-image-5786\" /><figcaption>Minister of Finance and the Public Service, Dr. the Hon. Nigel Clarke (centre); Governor of the Bank of Jamaica, Richard Byles (left); and Chairman of the Economic Programme Oversight Committee (EPOC), Keith Duncan, sign a Memorandum of Understanding (MoU) to extend domestic monitoring of Jamaica’s economic reform programme by EPOC beyond the end of the Precautionary Stand-By Arrangement with the International Monetary Fund (IMF). The signing ceremony was held at the Ministry’s National Heroes Circle Offices on August 22. (Source: JIS; Photographer — Michael Slolely)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Government was represented by the Ministry of Finance &amp; the Public Service with officials joining those from EPOC in signing the MOU. The delegations were led by Minister of Finance and the Public Service Dr Nigel Clarke and Chairman of the EPOC Keith Duncan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3018,5784]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jmmb-keith-duncan-buzz-2-1024x683.jpg\" alt=\"\" data-id=\"3018\" data-link=\"https://buzz-caribbean.com/article/big-jump-in-profits-for-jmmb/jmmb-keith-duncan-buzz-2/\" class=\"wp-image-3018\" /><figcaption>EPOC Chairman, Keith Duncan</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Nigel-Clarke.jpg\" alt=\"\" data-id=\"5784\" data-link=\"https://buzz-caribbean.com/?attachment_id=5784\" class=\"wp-image-5784\" /><figcaption>Minister of Finance and the Public Service, Dr Nigel Clarke</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The MOU will last for one year. However, subsequent MOUs are expected until parliament puts in place the necessary legislation for a fiscal council as well as giving the central bank independence to implement monetary policy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Clarke, when the IMF Precautionary Stand-By Agreement ends in November, the international entity has agreed with the government to have an office remain in the island to help in the transition of Jamaica\'s fiscal independence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Clarke said, \"these decisions are clear demonstrations of the government\'s commitment and intent to maintain a credible macroeconomic path, inclusive of a fiscal trajectory that is consistent with our fiscal responsibility framework, long into the future, providing the foundation for economic opportunity for current and future generations.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Duncan said, \"we believe it is important that this monetary mechanism continues to be in place until we are comfortable that institutional arrangements that are in place, are adequate, suitable and have sufficient capacity to be able to deliver.\"</p>\n<!-- /wp:paragraph -->','GOJ, EPOC sign MOU to continue to monitor economic reform','','publish','open','closed','','goj-epoc-sign-mou-to-continue-to-monitor-economic-reform','','','2019-08-25 18:37:11','2019-08-25 23:37:11','',0,'https://buzz-caribbean.com/?p=5783',0,'post','',0),(5784,11,'2019-08-25 18:21:47','2019-08-25 23:21:47','','Nigel Clarke','Minister of Finance and the Public Service, Dr Nigel Clarke','inherit','open','closed','','nigel-clarke','','','2019-08-29 09:14:26','2019-08-29 14:14:26','',5783,'https://buzz-caribbean.com/app/uploads/2019/08/Nigel-Clarke.jpg',0,'attachment','image/jpeg',0),(5786,11,'2019-08-25 18:33:17','2019-08-25 23:33:17','','MoU-Signing_Source-JIS-1','','inherit','open','closed','','mou-signing_source-jis-1','','','2019-08-25 18:33:17','2019-08-25 23:33:17','',5783,'https://buzz-caribbean.com/app/uploads/2019/08/MoU-Signing_Source-JIS-1.jpg',0,'attachment','image/jpeg',0),(5787,11,'2019-08-25 18:37:11','2019-08-25 23:37:11','<!-- wp:paragraph -->\n<p>The Government of Jamaica and the Economic Programme Oversight Committee (EPOC) signed a Memorandum of Understanding on Thursday, August 22 at the Ministry of Finance to continue to monitor the economic reform programme after the end of the IMF Precautionary Stand-By Agreement in November.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5786} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/MoU-Signing_Source-JIS-1.jpg\" alt=\"\" class=\"wp-image-5786\" /><figcaption>Minister of Finance and the Public Service, Dr. the Hon. Nigel Clarke (centre); Governor of the Bank of Jamaica, Richard Byles (left); and Chairman of the Economic Programme Oversight Committee (EPOC), Keith Duncan, sign a Memorandum of Understanding (MoU) to extend domestic monitoring of Jamaica’s economic reform programme by EPOC beyond the end of the Precautionary Stand-By Arrangement with the International Monetary Fund (IMF). The signing ceremony was held at the Ministry’s National Heroes Circle Offices on August 22. (Source: JIS; Photographer — Michael Slolely)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Government was represented by the Ministry of Finance &amp; the Public Service with officials joining those from EPOC in signing the MOU. The delegations were led by Minister of Finance and the Public Service Dr Nigel Clarke and Chairman of the EPOC Keith Duncan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[3018,5784]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jmmb-keith-duncan-buzz-2-1024x683.jpg\" alt=\"\" data-id=\"3018\" data-link=\"https://buzz-caribbean.com/article/big-jump-in-profits-for-jmmb/jmmb-keith-duncan-buzz-2/\" class=\"wp-image-3018\" /><figcaption>EPOC Chairman, Keith Duncan</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Nigel-Clarke.jpg\" alt=\"\" data-id=\"5784\" data-link=\"https://buzz-caribbean.com/?attachment_id=5784\" class=\"wp-image-5784\" /><figcaption>Minister of Finance and the Public Service, Dr Nigel Clarke</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The MOU will last for one year. However, subsequent MOUs are expected until parliament puts in place the necessary legislation for a fiscal council as well as giving the central bank independence to implement monetary policy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Clarke, when the IMF Precautionary Stand-By Agreement ends in November, the international entity has agreed with the government to have an office remain in the island to help in the transition of Jamaica\'s fiscal independence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Clarke said, \"these decisions are clear demonstrations of the government\'s commitment and intent to maintain a credible macroeconomic path, inclusive of a fiscal trajectory that is consistent with our fiscal responsibility framework, long into the future, providing the foundation for economic opportunity for current and future generations.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Duncan said, \"we believe it is important that this monetary mechanism continues to be in place until we are comfortable that institutional arrangements that are in place, are adequate, suitable and have sufficient capacity to be able to deliver.\"</p>\n<!-- /wp:paragraph -->','GOJ, EPOC sign MOU to continue to monitor economic reform','','inherit','closed','closed','','5783-revision-v1','','','2019-08-25 18:37:11','2019-08-25 23:37:11','',5783,'https://buzz-caribbean.com/article/5783-revision-v1/',0,'revision','',0),(5788,21,'2019-08-25 18:57:18','2019-08-25 23:57:18','<!-- wp:paragraph -->\n<p>As its name suggests, Jerky\'s Bar and Grill, in Jamaica\'s\ntourism capital of Montego Bay, continues to appeal to the taste buds with its\nsmoke-infused meals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5795,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jerkys-1.jpg\" alt=\"\" class=\"wp-image-5795\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Located in the popular Fairview area, the bar and grill has made a name for itself serving some of the best tasting chicken and pork that side of the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5791} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jerkys-Bar-and-Grill.jpg\" alt=\"\" class=\"wp-image-5791\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On any given day, especially weekends, long queues can be seen\nof persons waiting to purchase or collect the meals that keep you wanting more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5794} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Orders.jpg\" alt=\"\" class=\"wp-image-5794\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The meals are prepared by a cadre of what Jerky\'s say are the\nbest chefs this side of the globe. The taste is consistent and will have you\ncoming back for more.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5792,5793]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Chill-vybe.jpg\" alt=\"\" data-id=\"5792\" class=\"wp-image-5792\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Counter.png\" alt=\"\" data-id=\"5793\" data-link=\"https://buzz-caribbean.com/?attachment_id=5793\" class=\"wp-image-5793\" /></figure></li></ul>\n<!-- /wp:gallery -->','Jerky\'s the place for jerk in MoBay','','publish','open','closed','','jerkys-the-place-for-jerk-in-mobay','','','2019-08-25 18:57:18','2019-08-25 23:57:18','',0,'https://buzz-caribbean.com/?p=5788',0,'post','',0),(5789,11,'2019-08-25 18:43:55','2019-08-25 23:43:55','','Jerkys','','inherit','open','closed','','jerkys','','','2019-08-25 18:43:55','2019-08-25 23:43:55','',5788,'https://buzz-caribbean.com/app/uploads/2019/08/Jerkys.jpg',0,'attachment','image/jpeg',0),(5790,11,'2019-08-25 18:46:41','2019-08-25 23:46:41','','Establishment','','inherit','open','closed','','establishment','','','2019-08-25 18:46:41','2019-08-25 23:46:41','',5788,'https://buzz-caribbean.com/app/uploads/2019/08/Establishment.jpg',0,'attachment','image/jpeg',0),(5791,11,'2019-08-25 18:49:08','2019-08-25 23:49:08','','Jerky\'s Bar And Grill','','inherit','open','closed','','jerkys-bar-and-grill','','','2019-08-29 09:15:16','2019-08-29 14:15:16','',5788,'https://buzz-caribbean.com/app/uploads/2019/08/Jerkys-Bar-and-Grill.jpg',0,'attachment','image/jpeg',0),(5792,11,'2019-08-25 18:50:46','2019-08-25 23:50:46','','Jerky\'s Bar &amp; Grill sitting area','','inherit','open','closed','','chill-vybe','','','2019-08-29 09:16:31','2019-08-29 14:16:31','',5788,'https://buzz-caribbean.com/app/uploads/2019/08/Chill-vybe.jpg',0,'attachment','image/jpeg',0),(5793,11,'2019-08-25 18:52:57','2019-08-25 23:52:57','','Jerky\'s Bar &amp; Grill','','inherit','open','closed','','counter','','','2019-08-29 09:15:54','2019-08-29 14:15:54','',5788,'https://buzz-caribbean.com/app/uploads/2019/08/Counter.png',0,'attachment','image/png',0),(5794,11,'2019-08-25 18:55:13','2019-08-25 23:55:13','','Orders','','inherit','open','closed','','orders','','','2019-08-25 18:55:13','2019-08-25 23:55:13','',5788,'https://buzz-caribbean.com/app/uploads/2019/08/Orders.jpg',0,'attachment','image/jpeg',0),(5795,11,'2019-08-25 18:56:09','2019-08-25 23:56:09','','Jerkys-1','','inherit','open','closed','','jerkys-1','','','2019-08-25 18:56:09','2019-08-25 23:56:09','',5788,'https://buzz-caribbean.com/app/uploads/2019/08/Jerkys-1.jpg',0,'attachment','image/jpeg',0),(5796,11,'2019-08-25 18:57:18','2019-08-25 23:57:18','<!-- wp:paragraph -->\n<p>As its name suggests, Jerky\'s Bar and Grill, in Jamaica\'s\ntourism capital of Montego Bay, continues to appeal to the taste buds with its\nsmoke-infused meals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5795,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jerkys-1.jpg\" alt=\"\" class=\"wp-image-5795\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Located in the popular Fairview area, the bar and grill has made a name for itself serving some of the best tasting chicken and pork that side of the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5791} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jerkys-Bar-and-Grill.jpg\" alt=\"\" class=\"wp-image-5791\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On any given day, especially weekends, long queues can be seen\nof persons waiting to purchase or collect the meals that keep you wanting more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5794} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Orders.jpg\" alt=\"\" class=\"wp-image-5794\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The meals are prepared by a cadre of what Jerky\'s say are the\nbest chefs this side of the globe. The taste is consistent and will have you\ncoming back for more.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5792,5793]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Chill-vybe.jpg\" alt=\"\" data-id=\"5792\" class=\"wp-image-5792\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Counter.png\" alt=\"\" data-id=\"5793\" data-link=\"https://buzz-caribbean.com/?attachment_id=5793\" class=\"wp-image-5793\" /></figure></li></ul>\n<!-- /wp:gallery -->','Jerky\'s the place for jerk in MoBay','','inherit','closed','closed','','5788-revision-v1','','','2019-08-25 18:57:18','2019-08-25 23:57:18','',5788,'https://buzz-caribbean.com/article/5788-revision-v1/',0,'revision','',0),(5797,21,'2019-08-25 19:14:47','2019-08-26 00:14:47','<!-- wp:paragraph -->\n<p> Lizzo wants to star in the \'Lizzie McGuire\' reboot and star Hilary Duff is keen for the singer, rapper, and actress to take part.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2764} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lizzo.jpg\" alt=\"\" class=\"wp-image-2764\" /><figcaption>Lizzo at Glastonbury Festival 2019 photo by Dawn Fletcher-Park</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 31-year-old singer, rapper, and actress shared a link to the announcement about the Disney+ series - which will portray Hilary Duff\'s alter ego as a 30-year-old millennial living in New York City - and wrote: \"Lemme get a cameo\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/lizzo/status/1165074308143681537\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/lizzo/status/1165074308143681537\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Hilary wrote back: \"Ummmmm duh! Hired! Animated Lizzie might explode! Saw you in Brooklyn. DEAD (sic).\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/HilaryDuff/status/1165297147899572224\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/HilaryDuff/status/1165297147899572224\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Lizzo retweeted Hilary\'s reply and wrote: \"It\'s official #LizzoMcGuire.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Hilary recently admitted she is feeling \"a little intimidated\" about returning to the titular role that made her famous, especially because her own life is so different now.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5798} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hillary-Duff-1024x819.jpg\" alt=\"\" class=\"wp-image-5798\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking after the reboot was announced at the D23 expo, Hilary - who played Lizzie between 2001 to 2004 - said: \"I\'m not gonna lie, I\'m a little intimidated. I\'m like, \'Where is she in there?\' She is in there; she is me.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"When I was 13, it was such a big part of me...I just have to tap into that and be very authentic to that. Our lives are very different -- she\'s not a mother, I am already a mother.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Part of the series will see Lizzie trying to \"find her way\" in life in her thirties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hilary teased: \"We toyed around with her being a fashion designer because that\'s obviously a big part of the show, but I\'m like, \'I think that\'s too obvious.\' She has a few really cool quirks and her job is really cool but she hasn\'t totally found her way and I think that\'s part of her journey.\"\n\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Are you feeling a #LizzoMcGuire cameo? Let us know in the comments.</em></p>\n<!-- /wp:paragraph -->','Lizzo wants Lizzie McGuire cameo','','publish','open','closed','','lizzo-wants-lizzie-mcguire-cameo','','','2019-08-25 19:14:47','2019-08-26 00:14:47','',0,'https://buzz-caribbean.com/?p=5797',0,'post','',0),(5798,11,'2019-08-25 19:09:13','2019-08-26 00:09:13','','Hillary-Duff','','inherit','open','closed','','hillary-duff','','','2019-08-25 19:09:13','2019-08-26 00:09:13','',5797,'https://buzz-caribbean.com/app/uploads/2019/08/Hillary-Duff.jpg',0,'attachment','image/jpeg',0),(5799,11,'2019-08-25 19:12:15','2019-08-26 00:12:15','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Lemme get a cameo ? <a href=\"https://t.co/5oKAG5wIWI\">https://t.co/5oKAG5wIWI</a></p>&mdash; |L I Z Z O| (@lizzo) <a href=\"https://twitter.com/lizzo/status/1165074308143681537?ref_src=twsrc%5Etfw\">August 24, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','278f5ae38d468e457ed1964dc7f1aa7f','','','2019-08-25 19:12:15','2019-08-26 00:12:15','',0,'https://buzz-caribbean.com/article/278f5ae38d468e457ed1964dc7f1aa7f/',0,'oembed_cache','',0),(5800,11,'2019-08-25 19:12:16','2019-08-26 00:12:16','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Ummmmm duh! Hired! Animated Lizzie might explode! Saw you in Brooklyn ♥️?♥️?♥️?♥️?♥️?♥️DEAD</p>&mdash; Hilary Duff (@HilaryDuff) <a href=\"https://twitter.com/HilaryDuff/status/1165297147899572224?ref_src=twsrc%5Etfw\">August 24, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','250e110f1408b949de59bfd078115ee8','','','2019-08-25 19:12:16','2019-08-26 00:12:16','',0,'https://buzz-caribbean.com/article/250e110f1408b949de59bfd078115ee8/',0,'oembed_cache','',0),(5801,11,'2019-08-25 19:13:12','2019-08-26 00:13:12','','Lizzo','','inherit','open','closed','','lizzo','','','2019-08-25 19:13:12','2019-08-26 00:13:12','',5797,'https://buzz-caribbean.com/app/uploads/2019/08/lizzo-1.jpg',0,'attachment','image/jpeg',0),(5802,11,'2019-08-25 19:14:47','2019-08-26 00:14:47','<!-- wp:paragraph -->\n<p> Lizzo wants to star in the \'Lizzie McGuire\' reboot and star Hilary Duff is keen for the singer, rapper, and actress to take part.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2764} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lizzo.jpg\" alt=\"\" class=\"wp-image-2764\" /><figcaption>Lizzo at Glastonbury Festival 2019 photo by Dawn Fletcher-Park</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 31-year-old singer, rapper, and actress shared a link to the announcement about the Disney+ series - which will portray Hilary Duff\'s alter ego as a 30-year-old millennial living in New York City - and wrote: \"Lemme get a cameo\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/lizzo/status/1165074308143681537\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/lizzo/status/1165074308143681537\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Hilary wrote back: \"Ummmmm duh! Hired! Animated Lizzie might explode! Saw you in Brooklyn. DEAD (sic).\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/HilaryDuff/status/1165297147899572224\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/HilaryDuff/status/1165297147899572224\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Lizzo retweeted Hilary\'s reply and wrote: \"It\'s official #LizzoMcGuire.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Hilary recently admitted she is feeling \"a little intimidated\" about returning to the titular role that made her famous, especially because her own life is so different now.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5798} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hillary-Duff-1024x819.jpg\" alt=\"\" class=\"wp-image-5798\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking after the reboot was announced at the D23 expo, Hilary - who played Lizzie between 2001 to 2004 - said: \"I\'m not gonna lie, I\'m a little intimidated. I\'m like, \'Where is she in there?\' She is in there; she is me.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"When I was 13, it was such a big part of me...I just have to tap into that and be very authentic to that. Our lives are very different -- she\'s not a mother, I am already a mother.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Part of the series will see Lizzie trying to \"find her way\" in life in her thirties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hilary teased: \"We toyed around with her being a fashion designer because that\'s obviously a big part of the show, but I\'m like, \'I think that\'s too obvious.\' She has a few really cool quirks and her job is really cool but she hasn\'t totally found her way and I think that\'s part of her journey.\"\n\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Are you feeling a #LizzoMcGuire cameo? Let us know in the comments.</em></p>\n<!-- /wp:paragraph -->','Lizzo wants Lizzie McGuire cameo','','inherit','closed','closed','','5797-revision-v1','','','2019-08-25 19:14:47','2019-08-26 00:14:47','',5797,'https://buzz-caribbean.com/article/5797-revision-v1/',0,'revision','',0),(5803,11,'2019-08-25 19:27:23','2019-08-26 00:27:23','<!-- wp:paragraph -->\n<p>Chris Brown and his ex-girlfriend Ammika Harris are set to welcome a baby boy together.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5804} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ammika-harris.jpg\" alt=\"\" class=\"wp-image-5804\" /><figcaption>Chris Brown and former girlfriend Ammika Harris (Source:hollywoodlife.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 30-year-old singer - who already has daughter Royalty, five, with former girlfriend Nia Guzman - is allegedly getting ready to welcome a son with Ammika Harris, who he split from earlier this year.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bz7IsBCBJDL/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bz7IsBCBJDL/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>TMZ reports that Ammika and Chris are \"are getting along well\" and Chris is looking after her \"financially, medically and emotionally\".&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The baby is believed to be due in the Autumn.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In June, Chris hinted at his baby news on social media, referring to Ammika as his \"baby mama\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, last year, Chris agreed to \"significantly\" increase his child support payments to Nia Guzman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'Loyal\' hitmaker had been paying his former partner $2,500 a month to support their daughter Royalty, and he agreed to increase the sum considerably following months of discussions in mediation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5805} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Chris-Brown.jpg\" alt=\"\" class=\"wp-image-5805\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The musician reportedly also agreed to buy a house for Nia and to pay over $100,000 of her legal fees.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also claimed that the pair only slept together once and she didn\'t tell him she was pregnant until Royalty was born but, even then, she allegedly withheld custody from him when he refused to cough up more money in support.&nbsp;\n\n</p>\n<!-- /wp:paragraph -->','Baby boy for Chris Brown and ex?','','publish','open','closed','','baby-boy-for-chris-brown-and-ex','','','2019-08-25 19:39:37','2019-08-26 00:39:37','',0,'https://buzz-caribbean.com/?p=5803',0,'post','',0),(5804,11,'2019-08-25 19:24:16','2019-08-26 00:24:16','','Chris Brown and Ammika Harris','','inherit','open','closed','','ammika-harris','','','2019-08-29 11:31:18','2019-08-29 16:31:18','',5803,'https://buzz-caribbean.com/app/uploads/2019/08/ammika-harris.jpg',0,'attachment','image/jpeg',0),(5805,11,'2019-08-25 19:25:34','2019-08-26 00:25:34','','Chris Brown','','inherit','open','closed','','chris-brown','','','2019-08-29 11:30:58','2019-08-29 16:30:58','',5803,'https://buzz-caribbean.com/app/uploads/2019/08/Chris-Brown.jpg',0,'attachment','image/jpeg',0),(5806,11,'2019-08-25 19:27:23','2019-08-26 00:27:23','<!-- wp:paragraph -->\n<p>Chris Brown and his ex-girlfriend Ammika Harris are set to welcome a baby boy together.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5804} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ammika-harris.jpg\" alt=\"\" class=\"wp-image-5804\" /><figcaption>Chris Brown and former girlfriend Ammika Harris (Source:hollywoodlife.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 30-year-old singer - who already has daughter Royalty, five, with former girlfriend Nia Guzman - is allegedly getting ready to welcome a son with Ammika Harris, who he split from earlier this year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bz7IsBCBJDL/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bz7IsBCBJDL/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>TMZ reports that Ammika and Chris are \"are getting along well\" and Chris is looking after her \"financially, medically and emotionally\".&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The baby is believed to be due in the Autumn.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In June, Chris hinted at his baby news on social media, referring to Ammika as his \"baby mama\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, last year, Chris agreed to \"significantly\" increase his child support payments to Nia Guzman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'Loyal\' hitmaker had been paying his former partner $2,500 a month to support their daughter Royalty, and he agreed to increase the sum considerably following months of discussions in mediation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5805} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Chris-Brown.jpg\" alt=\"\" class=\"wp-image-5805\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The musician reportedly also agreed to buy a house for Nia and to pay over $100,000 of her legal fees.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also claimed that the pair only slept together once and she didn\'t tell him she was pregnant until Royalty was born but, even then, she allegedly withheld custody from him when he refused to cough up more money in support.&nbsp;\n\n</p>\n<!-- /wp:paragraph -->','Baby boy for Chris Brown and ex?','','inherit','closed','closed','','5803-revision-v1','','','2019-08-25 19:27:23','2019-08-26 00:27:23','',5803,'https://buzz-caribbean.com/article/5803-revision-v1/',0,'revision','',0),(5807,11,'2019-08-25 19:27:24','2019-08-26 00:27:24','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/Bz7IsBCBJDL/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/Bz7IsBCBJDL/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/Bz7IsBCBJDL/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">THE QUEEN</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/chrisbrownofficial/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> CHRIS BROWN</a> (@chrisbrownofficial) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-15T04:28:27+00:00\">Jul 14, 2019 at 9:28pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','21ad638c333f02f2bca59dd606ecdcdf','','','2019-08-25 19:27:24','2019-08-26 00:27:24','',0,'https://buzz-caribbean.com/article/21ad638c333f02f2bca59dd606ecdcdf/',0,'oembed_cache','',0),(5808,11,'2019-08-25 19:39:36','2019-08-26 00:39:36','<!-- wp:paragraph -->\n<p>Chris Brown and his ex-girlfriend Ammika Harris are set to welcome a baby boy together.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5804} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ammika-harris.jpg\" alt=\"\" class=\"wp-image-5804\" /><figcaption>Chris Brown and former girlfriend Ammika Harris (Source:hollywoodlife.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 30-year-old singer - who already has daughter Royalty, five, with former girlfriend Nia Guzman - is allegedly getting ready to welcome a son with Ammika Harris, who he split from earlier this year.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bz7IsBCBJDL/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bz7IsBCBJDL/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>TMZ reports that Ammika and Chris are \"are getting along well\" and Chris is looking after her \"financially, medically and emotionally\".&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The baby is believed to be due in the Autumn.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In June, Chris hinted at his baby news on social media, referring to Ammika as his \"baby mama\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, last year, Chris agreed to \"significantly\" increase his child support payments to Nia Guzman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \'Loyal\' hitmaker had been paying his former partner $2,500 a month to support their daughter Royalty, and he agreed to increase the sum considerably following months of discussions in mediation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5805} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Chris-Brown.jpg\" alt=\"\" class=\"wp-image-5805\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The musician reportedly also agreed to buy a house for Nia and to pay over $100,000 of her legal fees.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also claimed that the pair only slept together once and she didn\'t tell him she was pregnant until Royalty was born but, even then, she allegedly withheld custody from him when he refused to cough up more money in support.&nbsp;\n\n</p>\n<!-- /wp:paragraph -->','Baby boy for Chris Brown and ex?','','inherit','closed','closed','','5803-revision-v1','','','2019-08-25 19:39:36','2019-08-26 00:39:36','',5803,'https://buzz-caribbean.com/article/5803-revision-v1/',0,'revision','',0),(5809,23,'2019-08-25 19:50:54','2019-08-26 00:50:54','<!-- wp:image {\"id\":5810} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mia-mottley.jpg\" alt=\"\" class=\"wp-image-5810\" /><figcaption>Prime Minister Mia Mottley of Barbados speaking at a press conference Sunday. (Photo: Barbados Today) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The eastern Caribbean island of Barbados is expected shut down by midday Monday ahead of Tropical Storm Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This was\ndisclosed on Sunday by Prime Minister Mia Mottley, who urged Barbadians to\nbegin immediately to “plan for the worst” and hope and pray.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The prime\nminister said during a press conference that there was no need for panic. She\nhowever said that Barbadians should not take any chances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The prime minister\nsaid some supermarkets would be extending their operating hours from 5 p.m. to\n9 p.m. Sunday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She also\nappealed to pharmacies to allow members of the public to&nbsp;stock up on\nmedication.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The center\nof Dorian is expected to pass over or near Barbados late Monday.</p>\n<!-- /wp:paragraph -->','Barbados expected to shut down Monday ahead of storm','','publish','open','closed','','barbados-expected-to-shut-down-ahead-of-storm','','','2019-08-25 20:00:39','2019-08-26 01:00:39','',0,'https://buzz-caribbean.com/?p=5809',0,'post','',0),(5810,4,'2019-08-25 19:48:36','2019-08-26 00:48:36','','mia-mottley','','inherit','open','closed','','mia-mottley','','','2019-08-25 19:48:36','2019-08-26 00:48:36','',5809,'https://buzz-caribbean.com/app/uploads/2019/08/mia-mottley.jpg',0,'attachment','image/jpeg',0),(5811,4,'2019-08-25 19:50:54','2019-08-26 00:50:54','<!-- wp:image {\"id\":5810} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mia-mottley.jpg\" alt=\"\" class=\"wp-image-5810\" /><figcaption>Prime Minister Mia Mottley of Barbados speaking at a press conference Sunday. (Photo: Barbados Today) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The eastern Caribbean island of Barbados is expected shut down by midday Monday ahead of Tropical Storm Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This was\ndisclosed on Sunday by Prime Minister Mia Mottley, who urged Barbadians to\nbegin immediately to “plan for the worst” and hope and pray.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The prime\nminister said during a press conference that there was no need for panic. She\nhowever said that Barbadians should not take any chances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The prime minister\nsaid some supermarkets would be extending their operating hours from 5 p.m. to\n9 p.m. Sunday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She also\nappealed to pharmacies to allow members of the public to&nbsp;stock up on\nmedication.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The center\nof Dorian is expected to pass over or near Barbados late Monday.</p>\n<!-- /wp:paragraph -->','Barbados expected to shut down ahead of storm','','inherit','closed','closed','','5809-revision-v1','','','2019-08-25 19:50:54','2019-08-26 00:50:54','',5809,'https://buzz-caribbean.com/article/5809-revision-v1/',0,'revision','',0),(5812,4,'2019-08-25 20:00:39','2019-08-26 01:00:39','<!-- wp:image {\"id\":5810} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mia-mottley.jpg\" alt=\"\" class=\"wp-image-5810\" /><figcaption>Prime Minister Mia Mottley of Barbados speaking at a press conference Sunday. (Photo: Barbados Today) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The eastern Caribbean island of Barbados is expected shut down by midday Monday ahead of Tropical Storm Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This was\ndisclosed on Sunday by Prime Minister Mia Mottley, who urged Barbadians to\nbegin immediately to “plan for the worst” and hope and pray.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The prime\nminister said during a press conference that there was no need for panic. She\nhowever said that Barbadians should not take any chances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The prime minister\nsaid some supermarkets would be extending their operating hours from 5 p.m. to\n9 p.m. Sunday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She also\nappealed to pharmacies to allow members of the public to&nbsp;stock up on\nmedication.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The center\nof Dorian is expected to pass over or near Barbados late Monday.</p>\n<!-- /wp:paragraph -->','Barbados expected to shut down Monday ahead of storm','','inherit','closed','closed','','5809-revision-v1','','','2019-08-25 20:00:39','2019-08-26 01:00:39','',5809,'https://buzz-caribbean.com/article/5809-revision-v1/',0,'revision','',0),(5813,21,'2019-08-25 21:12:07','2019-08-26 02:12:07','<!-- wp:paragraph -->\n<p>Disappointment is what some <a href=\"https://buzz-caribbean.com/article/spice-cools-down-british-morning-talk-show/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Spice (opens in a new tab)\">Spice</a> fans might have left this year\'s staging of Notting Hill Carnival feeling. Excited fans waited patiently for the “Queen of Dancehall\'s” arrival at The Emslie Horniman\'s Pleasance Park. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The venue, packed to capacity, erupted into a stampede on the arrival of the star. Her team along with dancers Rebel and TC were almost trampled as they tried to get backstage. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5814} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Stampede-backstage.jpg\" alt=\"\" class=\"wp-image-5814\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The “<a href=\"https://www.youtube.com/watch?v=Ms2LcI71Nd8\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Cool It (opens in a new tab)\">Cool It</a>” deejay quickly took to Instagram with a video showcasing what happened along with a lengthy explanation to fans as to what caused her performance to last only 10 minutes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5815} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dancers.jpg\" alt=\"\" class=\"wp-image-5815\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This was Spice’s second time performing at the RedBull\nMusic Festival London during Notting Hill Carnival. </p>\n<!-- /wp:paragraph -->','Stampede at Notting Hill Carnival to see \'Dancehall Queen\' Spice','','publish','open','closed','','stampede-at-notting-hill-carnival-to-see-dancehall-queen-spice','','','2019-08-25 21:12:08','2019-08-26 02:12:08','',0,'https://buzz-caribbean.com/?p=5813',0,'post','',0),(5814,11,'2019-08-25 20:51:34','2019-08-26 01:51:34','','Stampede-backstage','','inherit','open','closed','','stampede-backstage','','','2019-08-25 20:51:34','2019-08-26 01:51:34','',5813,'https://buzz-caribbean.com/app/uploads/2019/08/Stampede-backstage.jpg',0,'attachment','image/jpeg',0),(5815,11,'2019-08-25 20:57:16','2019-08-26 01:57:16','','Dancers','','inherit','open','closed','','dancers','','','2019-08-25 20:57:16','2019-08-26 01:57:16','',5813,'https://buzz-caribbean.com/app/uploads/2019/08/Dancers.jpg',0,'attachment','image/jpeg',0),(5816,11,'2019-08-25 21:10:56','2019-08-26 02:10:56','','Spice','','inherit','open','closed','','spice','','','2019-08-29 09:13:39','2019-08-29 14:13:39','',5813,'https://buzz-caribbean.com/app/uploads/2019/08/Spice.jpg',0,'attachment','image/jpeg',0),(5817,11,'2019-08-25 21:12:07','2019-08-26 02:12:07','<!-- wp:paragraph -->\n<p>Disappointment is what some <a href=\"https://buzz-caribbean.com/article/spice-cools-down-british-morning-talk-show/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Spice (opens in a new tab)\">Spice</a> fans might have left this year\'s staging of Notting Hill Carnival feeling. Excited fans waited patiently for the “Queen of Dancehall\'s” arrival at The Emslie Horniman\'s Pleasance Park. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The venue, packed to capacity, erupted into a stampede on the arrival of the star. Her team along with dancers Rebel and TC were almost trampled as they tried to get backstage. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5814} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Stampede-backstage.jpg\" alt=\"\" class=\"wp-image-5814\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The “<a href=\"https://www.youtube.com/watch?v=Ms2LcI71Nd8\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Cool It (opens in a new tab)\">Cool It</a>” deejay quickly took to Instagram with a video showcasing what happened along with a lengthy explanation to fans as to what caused her performance to last only 10 minutes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5815} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dancers.jpg\" alt=\"\" class=\"wp-image-5815\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This was Spice’s second time performing at the RedBull\nMusic Festival London during Notting Hill Carnival. </p>\n<!-- /wp:paragraph -->','Stampede at Notting Hill Carnival to see \'Dancehall Queen\' Spice','','inherit','closed','closed','','5813-revision-v1','','','2019-08-25 21:12:07','2019-08-26 02:12:07','',5813,'https://buzz-caribbean.com/article/5813-revision-v1/',0,'revision','',0),(5818,4,'2019-08-25 21:59:11','2019-08-26 02:59:11','<!-- wp:paragraph -->\n<p>We all have our body clocks and times of day that we are the most productive where we get into a good flow and churn out quality work in record time. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5746} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Best-Time-1024x683.jpg\" alt=\"\" class=\"wp-image-5746\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is because of this, that the notion of a 9 to 5 does not appeal to or fit everyone because creativity cannot be caught or harnessed in a mould to make more automated workers who live to work on a set schedule. This is why as individuals we need to recognise what works best for us and how to harness it properly so that we can maximise our time as well as our money.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5747} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/perfect-1024x768.jpg\" alt=\"\" class=\"wp-image-5747\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Have you ever spent a day at the office surrounded by chattering co-workers, office gossip, ringing telephones and meetings that actually lead to nothing more significant than your boss enjoying the sound of their own voice? If it frustrates you, then this is not your most productive time of day. Chances are you will get more done after hours when the office crowd disappears and peace and quiet reigns. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5748} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Talking-In-Office.jpg\" alt=\"\" class=\"wp-image-5748\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>What this signifies is that your most productive hours exist in a relatively noise-free environment. Late-night going into early morning hours of 11 pm to about 3 am may work for you as there is no interruption and virtually no distraction to speak of.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5749} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/desk-guy-man-7060-1024x683.jpg\" alt=\"\" class=\"wp-image-5749\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Other people thrive in a chaotic office setting as they feed off of the energy around them and channel it successfully into their work, hence their productivity is tied to people being around which assists them in team-building and group cohesiveness. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They do not mind interruptions and participating in multiple conversations as they are able to do mental gymnastics and keep up without being flustered. These people are usually quick thinkers and good on their feet. In an emergency situation, they are great assets to have around as they can organise things in a crisis, making them indispensable on a daily basis. Furthermore, their people skills are naturally on point.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Whatever your work style or productive hours, everyone has something special to offer. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Then you have the loners, who no matter what, will not participate in a team-building exercise and cannot be dragged out to an after-work link up because they do not interface well with an audience. They can work at ad-hoc hours, both a 9 to 5 or early morning but they work best alone. They work hard, they just work hard by themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whatever your work style or productive\nhours, everyone has something special to offer. A quick personality test can\ngive you some insight as to what works best for you and how to utilise your\ntime wisely. The more you know the more you grow.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Have you discovered your productive time? Tell us more in the comments.</em></p>\n<!-- /wp:paragraph -->','Knowing your productive hours','','inherit','closed','closed','','5745-revision-v1','','','2019-08-25 21:59:11','2019-08-26 02:59:11','',5745,'https://buzz-caribbean.com/article/5745-revision-v1/',0,'revision','',0),(5819,23,'2019-08-26 08:01:30','2019-08-26 13:01:30','<!-- wp:image {\"id\":5822} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Barbados-Tropical-Storm-Dorian-road-cleanup-1024x576.jpg\" alt=\"\" class=\"wp-image-5822\" /><figcaption>Emergency workers in St Michael trimming trees from utility wires Sunday morning.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>BRIDGETOWN —  Barbados is expected to activate national shutdown at 10 o\'clock Monday morning as the Eastern Caribbean island braces for the passage of Tropical Storm Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister Mia Amor Mottley had originally announced on Sunday that the country would shutdown at midday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The change came on the recommendation of officials, who said the outer bands of the storm should start causing problems for the island at midday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only essential services workers are expected to turn out for work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5826} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Barbados-Tropical-Storm-Dorian-service-station-1024x576.jpg\" alt=\"\" class=\"wp-image-5826\" /><figcaption>Motorists queuing at the pumps at a<br> service station in St. Michael, Barbados late Sunday, August.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Grantley Adams International Airport is expected to be closed by midday. <br><br>Tropical Storm Dorian is projected to pass south of Barbados,  on Monday evening into Tuesday morning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PM Mottley indicated that all state agencies and emergency response organizations and volunteers had been mobilized and urged householders to do their part to ensure their households and communities could weather the storm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1mbkkBgY8d/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1mbkkBgY8d/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, tropical storm warning is in effect for St. Lucia and St. Vincent and the Grenadines. A tropical storm is a weather system with maximum wind speeds of 39 to 73mph (63 to 118 km/hr) and a warning means that<br> tropical storm conditions are imminent within 36 hours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dominica, Martinique and Grenada are under Tropical Storm Watch, which means that tropical storm conditions are possible, generally within 48 hours.</p>\n<!-- /wp:paragraph -->','Barbados to go into shutdown earlier than expected','','publish','open','closed','','barbados-to-go-into-shutdown-earlier-that-expected','','','2019-08-26 09:55:51','2019-08-26 14:55:51','',0,'https://buzz-caribbean.com/?p=5819',0,'post','',0),(5820,4,'2019-08-26 07:36:39','2019-08-26 12:36:39','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1mbkkBgY8d/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1mbkkBgY8d/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1mbkkBgY8d/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Happening Now: Prime Minister Mia Amor Mottley and members of her Cabinet are on tour of Murphy&#39;s Pasture and the Constitution River in St. Michael, as well as other sites, to assess the preparatory work under way as Tropical Storm Dorian approaches. ?: C. Pitt/BGIS #PMMottley #TropicalStormDorian</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/gisbarbados/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> gisbarbados</a> (@gisbarbados) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-25T20:32:12+00:00\">Aug 25, 2019 at 1:32pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','54d8027089d0fe1faffa6bd8167d68f4','','','2019-08-26 07:36:39','2019-08-26 12:36:39','',0,'https://buzz-caribbean.com/article/54d8027089d0fe1faffa6bd8167d68f4/',0,'oembed_cache','',0),(5821,4,'2019-08-26 07:40:55','2019-08-26 12:40:55','<!-- wp:paragraph -->\n<p> BRIDGETOWN —  Barbados is expected to activate national shutdown at at 10 o\'clock Monday morning as the Eastern Caribbean island braces for the passage of Tropical Storm Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister Mia Amor Mottley had originally announced on Sunday that the country would shut down at midday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The change came on the recommendation of the relevant official, who said the outer bands of the storm should start causing problems for the island at midday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only essential services workers are expected to turn out for work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Grantley Adams International Airport is expected to be closed by midday. <br><br>Tropical Storm Dorian’s trajectory projected that it would pass south of Barbados,  on Monday evening into Tuesday morning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PM Mottley indicated that all state agencies and emergency response organizations and volunteers had been mobilized and urged householders to do their part to ensure their households and communities could weather the storm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1mbkkBgY8d/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1mbkkBgY8d/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, tropical storm warning is in effect for St. Lucia and St. Vincent and the Grenadines. A tropical storm is a weather system with maximum wind speeds of 39 to 73mph (63 to 118 km/hr) and a warning means that<br> tropical storm conditions are imminent within 36 hours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dominica, Martinique and Grenada are under Tropical Storm Watch, which means that tropical storm conditions are possible, generally within 48 hours.</p>\n<!-- /wp:paragraph -->','Barbados to shutdown earlier than expected','','inherit','closed','closed','','5819-revision-v1','','','2019-08-26 07:40:55','2019-08-26 12:40:55','',5819,'https://buzz-caribbean.com/article/5819-revision-v1/',0,'revision','',0),(5822,4,'2019-08-26 07:48:36','2019-08-26 12:48:36','','Barbados-Tropical-Storm-Dorian-road-cleanup','','inherit','open','closed','','barbados-tropical-storm-dorian-road-cleanup','','','2019-08-26 07:48:36','2019-08-26 12:48:36','',5819,'https://buzz-caribbean.com/app/uploads/2019/08/Barbados-Tropical-Storm-Dorian-road-cleanup.jpg',0,'attachment','image/jpeg',0),(5823,4,'2019-08-26 07:51:57','2019-08-26 12:51:57','<!-- wp:image {\"id\":5822} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Barbados-Tropical-Storm-Dorian-road-cleanup-1024x576.jpg\" alt=\"\" class=\"wp-image-5822\" /><figcaption>Emergency workers in Barbados clearing  utility wires.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>BRIDGETOWN —  Barbados is expected to activate national shutdown at 10 o\'clock Monday morning as the Eastern Caribbean island braces for the passage of Tropical Storm Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister Mia Amor Mottley had originally announced on Sunday that the country would shutdown at midday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The change came on the recommendation of officials, who said the outer bands of the storm should start causing problems for the island at midday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only essential services workers are expected to turn out for work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Grantley Adams International Airport is expected to be closed by midday. <br><br>Tropical Storm Dorian is projected to pass south of Barbados,  on Monday evening into Tuesday morning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PM Mottley indicated that all state agencies and emergency response organizations and volunteers had been mobilized and urged householders to do their part to ensure their households and communities could weather the storm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1mbkkBgY8d/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1mbkkBgY8d/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, tropical storm warning is in effect for St. Lucia and St. Vincent and the Grenadines. A tropical storm is a weather system with maximum wind speeds of 39 to 73mph (63 to 118 km/hr) and a warning means that<br> tropical storm conditions are imminent within 36 hours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dominica, Martinique and Grenada are under Tropical Storm Watch, which means that tropical storm conditions are possible, generally within 48 hours.</p>\n<!-- /wp:paragraph -->','Barbados to go into shutdown earlier that expected','','inherit','closed','closed','','5819-revision-v1','','','2019-08-26 07:51:57','2019-08-26 12:51:57','',5819,'https://buzz-caribbean.com/article/5819-revision-v1/',0,'revision','',0),(5824,4,'2019-08-26 07:53:46','2019-08-26 12:53:46','<!-- wp:image {\"id\":5822} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Barbados-Tropical-Storm-Dorian-road-cleanup-1024x576.jpg\" alt=\"\" class=\"wp-image-5822\" /><figcaption>Emergency workers in St Michael trimming trees from utility wires Monday morning.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>BRIDGETOWN —  Barbados is expected to activate national shutdown at 10 o\'clock Monday morning as the Eastern Caribbean island braces for the passage of Tropical Storm Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister Mia Amor Mottley had originally announced on Sunday that the country would shutdown at midday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The change came on the recommendation of officials, who said the outer bands of the storm should start causing problems for the island at midday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only essential services workers are expected to turn out for work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Grantley Adams International Airport is expected to be closed by midday. <br><br>Tropical Storm Dorian is projected to pass south of Barbados,  on Monday evening into Tuesday morning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PM Mottley indicated that all state agencies and emergency response organizations and volunteers had been mobilized and urged householders to do their part to ensure their households and communities could weather the storm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1mbkkBgY8d/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1mbkkBgY8d/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, tropical storm warning is in effect for St. Lucia and St. Vincent and the Grenadines. A tropical storm is a weather system with maximum wind speeds of 39 to 73mph (63 to 118 km/hr) and a warning means that<br> tropical storm conditions are imminent within 36 hours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dominica, Martinique and Grenada are under Tropical Storm Watch, which means that tropical storm conditions are possible, generally within 48 hours.</p>\n<!-- /wp:paragraph -->','Barbados to go into shutdown earlier that expected','','inherit','closed','closed','','5819-revision-v1','','','2019-08-26 07:53:46','2019-08-26 12:53:46','',5819,'https://buzz-caribbean.com/article/5819-revision-v1/',0,'revision','',0),(5826,4,'2019-08-26 07:57:48','2019-08-26 12:57:48','','Car at a Barbados Gas Station','','inherit','open','closed','','barbados-tropical-storm-dorian-service-station','','','2019-08-29 09:13:19','2019-08-29 14:13:19','',5819,'https://buzz-caribbean.com/app/uploads/2019/08/Barbados-Tropical-Storm-Dorian-service-station.jpg',0,'attachment','image/jpeg',0),(5827,4,'2019-08-26 08:01:30','2019-08-26 13:01:30','<!-- wp:image {\"id\":5822} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Barbados-Tropical-Storm-Dorian-road-cleanup-1024x576.jpg\" alt=\"\" class=\"wp-image-5822\" /><figcaption>Emergency workers in St Michael trimming trees from utility wires Monday morning.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>BRIDGETOWN —  Barbados is expected to activate national shutdown at 10 o\'clock Monday morning as the Eastern Caribbean island braces for the passage of Tropical Storm Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister Mia Amor Mottley had originally announced on Sunday that the country would shutdown at midday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The change came on the recommendation of officials, who said the outer bands of the storm should start causing problems for the island at midday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only essential services workers are expected to turn out for work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5826} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Barbados-Tropical-Storm-Dorian-service-station-1024x576.jpg\" alt=\"\" class=\"wp-image-5826\" /><figcaption>Motorists queuing at the pumps at a<br> service station in St. Michael, Barbados late Sunday, August.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Grantley Adams International Airport is expected to be closed by midday. <br><br>Tropical Storm Dorian is projected to pass south of Barbados,  on Monday evening into Tuesday morning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PM Mottley indicated that all state agencies and emergency response organizations and volunteers had been mobilized and urged householders to do their part to ensure their households and communities could weather the storm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1mbkkBgY8d/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1mbkkBgY8d/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, tropical storm warning is in effect for St. Lucia and St. Vincent and the Grenadines. A tropical storm is a weather system with maximum wind speeds of 39 to 73mph (63 to 118 km/hr) and a warning means that<br> tropical storm conditions are imminent within 36 hours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dominica, Martinique and Grenada are under Tropical Storm Watch, which means that tropical storm conditions are possible, generally within 48 hours.</p>\n<!-- /wp:paragraph -->','Barbados to go into shutdown earlier that expected','','inherit','closed','closed','','5819-revision-v1','','','2019-08-26 08:01:30','2019-08-26 13:01:30','',5819,'https://buzz-caribbean.com/article/5819-revision-v1/',0,'revision','',0),(5830,23,'2019-08-26 08:59:03','2019-08-26 13:59:03','<!-- wp:image {\"id\":5831} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/nwc-norwood.jpg\" alt=\"\" class=\"wp-image-5831\" /><figcaption>   National Security Minister and Member of Parliament for North Western St. James, Hon. Dr. Horace Chang (left), and Member of Parliament for Central St. James, Heroy Clarke, symbolically turn on the system under Section H of the National Water Commission’s (NWC) Norwood Water Supply Improvement Project. (Photos: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The National Water Commission (NWC) will be undertaking extensive pipe replacements and leak repairs in Norwood, St. James.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Deputy Chairman, Steven Fong-Yee, says this forms part of the NWC’s Norwood Water Supply Improvement Project, now underway.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was addressing the commissioning ceremony for Section H of the project, on the weekend. The segment was commissioned into service by National Security Minister and Member of Parliament for North Western St. James Dr. Horace Chang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Fong-Yee said pipe replacements and leaks repairs to be completed under the project’s first phase, will extend coverage to residents in Norwood Gardens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5834} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/steven-fong-yee.jpg\" alt=\"\" class=\"wp-image-5834\" /><figcaption>NWC Deputy Chairman, Steven Fong-Yee.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Additionally, he said a 50,000 gallon tank, which has already been constructed in the area, will aid in supplying water to the community after the project’s completion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I reaffirm the commitment of the management and staff to [ensuring] the successful completion of this project,” Fong-Yee stated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Chang committed to assisting the NWC in securing additional funding in order to fast-track the project’s completion.</p>\n<!-- /wp:paragraph -->','NWC improving water supply in Norwood, St. James','','publish','open','closed','','nwc-improving-water-supply-in-norwood-st-james','','','2019-08-26 09:34:28','2019-08-26 14:34:28','',0,'https://buzz-caribbean.com/?p=5830',0,'post','',0),(5831,4,'2019-08-26 08:39:09','2019-08-26 13:39:09','','nwc-norwood','','inherit','open','closed','','nwc-norwood','','','2019-08-26 08:39:09','2019-08-26 13:39:09','',5830,'https://buzz-caribbean.com/app/uploads/2019/08/nwc-norwood.jpg',0,'attachment','image/jpeg',0),(5832,4,'2019-08-26 08:40:05','2019-08-26 13:40:05','<!-- wp:image {\"id\":5831} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/nwc-norwood.jpg\" alt=\"\" class=\"wp-image-5831\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The National Water Commission (NWC) will be undertaking extensive pipe replacements and leak repairs in Norwood, St. James.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Deputy Chairman, Steven Fong-Yee, says this forms part of the NWC’s Norwood Water Supply Improvement Project, now underway.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was addressing the commissioning ceremony for Section H of the project, on Friday (August 23).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The segment was commissioned into service by National Security Minister and Member of Parliament for North Western St. James, where Norwood is located, Hon. Dr. Horace Chang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Fong-Yee said pipe replacements and leaks repairs to be completed under the project’s first phase, will extend coverage to residents in Norwood Gardens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additionally, he said a 50,000 gallon tank, which has already been constructed in the area, will aid in supplying water to the community after the project’s completion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Deputy Chairman said the Norwood Section H water project forms part of the NWC’s strategic imperative to extend access to the amenity and improve the entity’s infrastructure, “not just here, in St. James, but across the island”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He emphasized that the NWC remains committed to improving its response to clients and service delivery, despite varying challenges impacting the entity’s systems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I reaffirm the commitment of the management and staff to [ensuring] the successful completion of this project,” Mr. Fong-Yee stated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, Dr. Chang lauded the NWC on the project’s implementation, describing it as a “major development” for Norwood.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the project’s rollout is welcome, in light of numerous challenges encountered in getting it off the ground.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Chang also committed to assisting the NWC in securing additional funding in order to fast-track the project’s completion.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','5830-revision-v1','','','2019-08-26 08:40:05','2019-08-26 13:40:05','',5830,'https://buzz-caribbean.com/article/5830-revision-v1/',0,'revision','',0),(5833,4,'2019-08-26 08:46:40','2019-08-26 13:46:40','<!-- wp:image {\"id\":5831} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/nwc-norwood.jpg\" alt=\"\" class=\"wp-image-5831\" /><figcaption>   National Security Minister and Member of Parliament for North Western St. James, Hon. Dr. Horace Chang (left), and Member of Parliament for Central St. James, Heroy Clarke, symbolically turn on the system under Section H of the National Water Commission’s (NWC) Norwood Water Supply Improvement Project, in Norwood, St. James, </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The National Water Commission (NWC) will be undertaking extensive pipe replacements and leak repairs in Norwood, St. James.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Deputy Chairman, Steven Fong-Yee, says this forms part of the NWC’s Norwood Water Supply Improvement Project, now underway.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was addressing the commissioning ceremony for Section H of the project, on the weekend.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The segment was commissioned into service by National Security Minister and Member of Parliament for North Western St. James,  Dr. Horace Chang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Fong-Yee said pipe replacements and leaks repairs to be completed under the project’s first phase, will extend coverage to residents in Norwood Gardens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additionally, he said a 50,000 gallon tank, which has already been constructed in the area, will aid in supplying water to the community after the project’s completion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Deputy Chairman said the Norwood Section H water project forms part of the NWC’s strategic imperative to extend access to the amenity and improve the entity’s infrastructure, “not just here, in St. James, but across the island”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He emphasized that the NWC remains committed to improving its response to clients and service delivery, despite varying challenges impacting the entity’s systems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I reaffirm the commitment of the management and staff to [ensuring] the successful completion of this project,” Mr. Fong-Yee stated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, Dr. Chang lauded the NWC on the project’s implementation, describing it as a “major development” for Norwood.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the project’s rollout is welcome, in light of numerous challenges encountered in getting it off the ground.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Chang also committed to assisting the NWC in securing additional funding in order to fast-track the project’s completion.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','5830-revision-v1','','','2019-08-26 08:46:40','2019-08-26 13:46:40','',5830,'https://buzz-caribbean.com/article/5830-revision-v1/',0,'revision','',0),(5834,4,'2019-08-26 08:56:15','2019-08-26 13:56:15','','Steven Fong-yee','','inherit','open','closed','','steven-fong-yee','','','2019-08-29 09:12:50','2019-08-29 14:12:50','',5830,'https://buzz-caribbean.com/app/uploads/2019/08/steven-fong-yee.jpg',0,'attachment','image/jpeg',0),(5836,4,'2019-08-26 08:59:03','2019-08-26 13:59:03','<!-- wp:image {\"id\":5831} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/nwc-norwood.jpg\" alt=\"\" class=\"wp-image-5831\" /><figcaption>   National Security Minister and Member of Parliament for North Western St. James, Hon. Dr. Horace Chang (left), and Member of Parliament for Central St. James, Heroy Clarke, symbolically turn on the system under Section H of the National Water Commission’s (NWC) Norwood Water Supply Improvement Project. (Photos: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The National Water Commission (NWC) will be undertaking extensive pipe replacements and leak repairs in Norwood, St. James.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Deputy Chairman, Steven Fong-Yee, says this forms part of the NWC’s Norwood Water Supply Improvement Project, now underway.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was addressing the commissioning ceremony for Section H of the project, on the weekend. The segment was commissioned into service by National Security Minister and Member of Parliament for North Western St. James Dr. Horace Chang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Fong-Yee said pipe replacements and leaks repairs to be completed under the project’s first phase, will extend coverage to residents in Norwood Gardens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5834} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/steven-fong-yee.jpg\" alt=\"\" class=\"wp-image-5834\" /><figcaption>NWC Deputy Chairman, Steven Fong-Yee.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Additionally, he said a 50,000 gallon tank, which has already been constructed in the area, will aid in supplying water to the community after the project’s completion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I reaffirm the commitment of the management and staff to [ensuring] the successful completion of this project,” Fong-Yee stated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Chang committed to assisting the NWC in securing additional funding in order to fast-track the project’s completion.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','5830-revision-v1','','','2019-08-26 08:59:03','2019-08-26 13:59:03','',5830,'https://buzz-caribbean.com/article/5830-revision-v1/',0,'revision','',0),(5837,14,'2019-08-26 09:06:12','2019-08-26 14:06:12','<!-- wp:embed {\"url\":\"https://youtu.be/P97UfNvH7eI\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/P97UfNvH7eI\n</div></figure>\n<!-- /wp:embed -->','BUZZ Feature: Basil Clayton bringing a world of colour through streetside art','','publish','closed','closed','','buzz-feature-basil-clayton-bringing-a-world-of-colour-through-streetside-art','','','2019-08-26 09:06:12','2019-08-26 14:06:12','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=5837',0,'video','',0),(5838,4,'2019-08-26 09:02:08','2019-08-26 14:02:08','<!-- wp:image {\"id\":5831} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/nwc-norwood.jpg\" alt=\"\" class=\"wp-image-5831\" /><figcaption>   National Security Minister and Member of Parliament for North Western St. James, Hon. Dr. Horace Chang (left), and Member of Parliament for Central St. James, Heroy Clarke, symbolically turn on the system under Section H of the National Water Commission’s (NWC) Norwood Water Supply Improvement Project. (Photos: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The National Water Commission (NWC) will be undertaking extensive pipe replacements and leak repairs in Norwood, St. James.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Deputy Chairman, Steven Fong-Yee, says this forms part of the NWC’s Norwood Water Supply Improvement Project, now underway.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was addressing the commissioning ceremony for Section H of the project, on the weekend. The segment was commissioned into service by National Security Minister and Member of Parliament for North Western St. James Dr. Horace Chang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Fong-Yee said pipe replacements and leaks repairs to be completed under the project’s first phase, will extend coverage to residents in Norwood Gardens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5834} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/steven-fong-yee.jpg\" alt=\"\" class=\"wp-image-5834\" /><figcaption>NWC Deputy Chairman, Steven Fong-Yee.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Additionally, he said a 50,000 gallon tank, which has already been constructed in the area, will aid in supplying water to the community after the project’s completion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I reaffirm the commitment of the management and staff to [ensuring] the successful completion of this project,” Fong-Yee stated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Chang committed to assisting the NWC in securing additional funding in order to fast-track the project’s completion.</p>\n<!-- /wp:paragraph -->','NWC improving water supply in Norwood, St. James','','inherit','closed','closed','','5830-revision-v1','','','2019-08-26 09:02:08','2019-08-26 14:02:08','',5830,'https://buzz-caribbean.com/article/5830-revision-v1/',0,'revision','',0),(5839,11,'2019-08-26 09:02:17','2019-08-26 14:02:17','<iframe title=\"BUZZ Feature: Basil Clayton, The Painter\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/P97UfNvH7eI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','7426612bfeb1f9d3ced86944a714465f','','','2019-08-26 09:02:17','2019-08-26 14:02:17','',0,'https://buzz-caribbean.com/article/7426612bfeb1f9d3ced86944a714465f/',0,'oembed_cache','',0),(5840,11,'2019-08-26 09:05:53','2019-08-26 14:05:53','','Basil Clayton','','inherit','open','closed','','thumbnail-basil-clayton-video','','','2019-08-29 09:10:26','2019-08-29 14:10:26','',5837,'https://buzz-caribbean.com/app/uploads/2019/08/Thumbnail-Basil-Clayton-Video.jpg',0,'attachment','image/jpeg',0),(5841,23,'2019-08-26 09:39:42','2019-08-26 14:39:42','<!-- wp:paragraph -->\n<p>Twice per week, some 13 children in the\nMountain View community can be sure of a warm meal, a number that is expected\nto increase as time goes by.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oscar Nelson who\nwas born in Mountain View, Kingston Jamaica, is determined that he has to make\na change in that community even if just a little at a time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nelson, 41, who\nresides in Calgary, Alberta Canada, started the feeding program in June this\nyear with the hope of growing it to include as many needy children and senior\ncitizens as possible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5845} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Oscar-Nelson-1-1024x830.jpg\" alt=\"\" class=\"wp-image-5845\" /><figcaption>Oscar Nelson, conceptualizer of the feeding programme.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“At the end of the day the struggle is there, and the struggle is real,” he told <strong>BUZZ</strong>. “And this is something I have always wanted to do, so I decided that it was time to execute it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nelson, who goes\nback to visit his community once or twice per year says each time he returns he\nis visited by parents needing help towards food or to send their children to\nschool.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There are always people in the situation genuinely needing some form of assistance,” he said.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that the desire to help his community has always been a part of his goal. As a result in 2014, he started the construction of a community centre that would have a feeding program as part of the amenities offered. That project came to a pause as a result of lack of revenue since it was being constructed out of his own pocket and with the help of a friend Pete Nunes. However, despite not being able to complete the centre he felt the need to forge ahead with the feeding program in the meantime.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He says along with the help of family members and community members he was able to identify 13 people in need so far. These names are on a list at Deante Yaad Style kitchen, a restaurant in Mountain View Avenue where these persons would go Mondays and Wednesdays at lunchtime to collect their meals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Right now we are just able to do lunch. But the goal is to do both breakfast and lunch.”</p><cite> — Oscar Nelson </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He explained that donations towards the feeding programme come from individuals at Cargill Foods in High River, Canada where he works as a production supervisor.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s not the\ncompany itself that makes the contribution but individuals that I work with. Even\nthough I would love to have the company involved. But some of my coworkers have\ngenerously committed to contributing what they can on a monthly basis.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"There are always people in the situation genuinely needing some form of assistance.\"</p><cite>— Oscar Nelson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>At the end of the month, based on the contributions collected, he is able to pool in $700 Canadian, approximately J$60,000 into the programme to feed the kids and elderly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nelson’s hope is\nthat more persons both locally and overseas will see the need to be a part of\nthe feeding program and come onboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My goal is five\ndays per week, every week for the month,” he explained. “But right now the\nnumber we can cater to is based on the dollar figure that we have to work with.\nThe aim is to feed people both inside and outside of the community,” he said.\n“Right now we are just able to do lunch. But the goal is to do both breakfast\nand lunch.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that\nbecause it is summer and schools are out the lunch program works well. However,\ncome September when schools resume if he is still not able to do both breakfast\nand lunch he will allow the parents to decide what meal they would prefer to\nhave their child collect.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “My goal is five days per week, every week for the month”  </p><cite>— Oscar Nelson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>His long term goal, however, is to finish the community centre which will serve as a homework centre for children and young adults in the community and the place where the feeding program is based. He notes that many times children are not able to focus at home due to events that may be occurring in the area and the centre would act as a solace and a place to focus. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The centre would be equipped with internet access to help with writing and sending out resumes. He says while he intends to see the centre comes to life he is not sure when, as it does take money for the construction. The construction has started at 114 Mountain View Avenue in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Story written by Donna Hussey-Stewart</em></strong></p>\n<!-- /wp:paragraph -->','Oscar Nelson making a change in Mountain View, Jamaica, a mouth at a time','','publish','open','closed','','oscar-nelson-making-a-change-in-mountain-view-jamaica-a-mouth-at-a-time','','','2019-08-27 08:36:46','2019-08-27 13:36:46','',0,'https://buzz-caribbean.com/?p=5841',0,'post','',0),(5842,14,'2019-08-26 09:15:10','2019-08-26 14:15:10','<!-- wp:image {\"id\":5583} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/boris-johnson-macron-buzz-2-1024x651.jpg\" alt=\"\" class=\"wp-image-5583\" /><figcaption>UK Prime Minister Boris Johnson and French President Emmanuel Macron (Photo: Yahoo!)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>British Prime\nMinister Boris Johnson may have bought more time for the UK to salvage a Brexit\ndeal with the European Union (EU) in time for its October deadline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But that’s not why\nhe’s trending on social media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The controversial\nUK leader became the source of much outrage on social media on Thursday, as a\nphoto captured a huge break in decorum and formality in Paris.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Associated Press (AP), Johnson was invited to French President Emmanuel Macron’s palace to further discussions on the UK’s exit from the EU.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Johnson was seemingly in good spirits after a similar visit to German Chancellor Angela Merkel, in Berlin, who dangled the possibility of a smooth Brexit from the EU.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5584} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/boris-johnson-angela-merkel-buzz-demo.jpg\" alt=\"\" class=\"wp-image-5584\" /><figcaption>Germany\'s Chancellor Angela Merkel and British Prime Minister Boris Johnson attend a joint press conference, in Berlin, Wednesday, August 21, German Chancellor Angela Merkel says she plans to discuss with UK Prime Minister Boris Johnson how Britain\'s exit from the European Union can be \"as frictionless as possible.\" (Photo: Kay Nietfeld, AP)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After the talks,\nJohnson felt so at home that he propped his right foot on a coffee table in the\nElysee.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The moment, though\nbrief, was immortalised in a photo, with AP further reporting that Johnson was\nasked to put his foot down by President Macron himself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5585} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/boris-johnson-macron-buzz-demo.jpeg\" alt=\"\" class=\"wp-image-5585\" /><figcaption>Coffee seat? UK Prime Minister Boris Johnson props his right foot onto a coffee table in the Elysee, the presidential palace of France\'s Emmanuel Macron. (Photo: Christophe Petit Tesson, AP)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Johnson put his\nfoot on it, while Macron pointed to the floor — where feet belong. Boris then\nsaid “sorry” with a wave and laugh,” the AP added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The picture was\nshot after both the leaders addressed media in the Elysee courtyard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Johnson was\nlabelled “rude” and “embarrassing” on Twitter and was heavily criticised for his\nact. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After his meeting,\nJohnson tweeted, “Today I met President @EmmanuelMacron in Paris. Let’s get\nBrexit done, sensibly and pragmatically and in the interests of both sides.\nLet’s get on with deepening and intensifying the friendship and the partnership\nbetween our nations.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But the Twittersphere was far from impressed and Johnson was dragged extensively…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/andy4pcc/status/1164926045373513729\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/andy4pcc/status/1164926045373513729\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/soniapurnell/status/1164546796816875521?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1164546796816875521\\u0026ref_url=https%3A%2F%2Findianexpress.com%2Farticle%2Fworld%2Fboris-johnson-emmanuel-macron-foot-up-brexit-deadline-britain-france-5931181%2F\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/soniapurnell/status/1164546796816875521?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1164546796816875521&amp;ref_url=https%3A%2F%2Findianexpress.com%2Farticle%2Fworld%2Fboris-johnson-emmanuel-macron-foot-up-brexit-deadline-britain-france-5931181%2F\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/tnewtondunn/status/1164543707741401089?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1164546796816875521\\u0026ref_url=https%3A%2F%2Findianexpress.com%2Farticle%2Fworld%2Fboris-johnson-emmanuel-macron-foot-up-brexit-deadline-britain-france-5931181%2F\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/tnewtondunn/status/1164543707741401089?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1164546796816875521&amp;ref_url=https%3A%2F%2Findianexpress.com%2Farticle%2Fworld%2Fboris-johnson-emmanuel-macron-foot-up-brexit-deadline-britain-france-5931181%2F\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Do you think Prime Minister Boris Johnson\'s gesture was \"rude\" or \"harmless\"? Tell us in the comment section, <strong>BUZZ</strong> fam!</p>\n<!-- /wp:paragraph -->','Protocol gaffe marks Boris Johnson’s first visit outside UK','','inherit','closed','closed','','5582-revision-v1','','','2019-08-26 09:15:10','2019-08-26 14:15:10','',5582,'https://buzz-caribbean.com/article/5582-revision-v1/',0,'revision','',0),(5843,11,'2019-08-26 09:18:50','2019-08-26 14:18:50','','Oscar-Nelson','','inherit','open','closed','','oscar-nelson','','','2019-08-26 09:18:50','2019-08-26 14:18:50','',5841,'https://buzz-caribbean.com/app/uploads/2019/08/Oscar-Nelson.jpg',0,'attachment','image/jpeg',0),(5844,23,'2019-08-26 09:37:34','2019-08-26 14:37:34','<!-- wp:paragraph -->\n<p>Several stakeholders have welcomed the impending implementation of the Tourism Workers’ Pension Scheme by the Government.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The initiative, being piloted by the Ministry of Tourism, is a defined contributory plan supported by legislation. It will require mandatory contributions by workers and employers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5848} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tourism-pension-1024x678.jpg\" alt=\"\" class=\"wp-image-5848\" /><figcaption>Tourism Minister Edmund Bartlett (left), greets a member of the Red Cap Porters Association during a function at the Sangster International Airport in Montego Bay earlier this year. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The scheme will cover all workers, aged 18 to 59, whether permanent, contract or self-employed. Benefits will be payable at age 65 years or older. The Scheme is programmed for rollout in 2020.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A number of persons, including raftsmen, airport bag handlers, and contract workers, who have spent most of their lives working in the industry, say the scheme is nothing short of “historic”. They also describe it as a victory for work relations in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'So many have been left to fend for themselves, having nothing to show for the many years of service to tourism.\'</p><cite>— Craft trader Milton Scott</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Ocho Rios craft trader, Milton Scott, says he was sceptical when the Scheme was first proposed. Scott, who has been in the business for nearly 30 years, says many traders, like himself, have put everything into the sector over the years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We cater to both cruise and stopover visitors, selling genuine Jamaican-made craft. Unfortunately for many of us, we have never had anything, like a pension, to fall back on. So many have been left to fend for themselves, having nothing to show for the many years of service to tourism,” he points out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Port Antonio raft man, Errol Mair, describes the initiative as “the best thing since sliced bread”. He says: “I like everything that I am hearing about this pension scheme where raftsmen, like us, who have been plying our trade on the Rio Grande for years, can now feel like we are a part of something.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Patrick Smith, a bag handler at the Norman Manley International Airport in Kingston for over 20 years, contends that the Scheme is long overdue. “Nothing ever happens before the time. But for an industry that brings in so much money, like tourism, this is richly deserved,” he notes.</p>\n<!-- /wp:paragraph -->','Stakeholders welcome impending implementation of Tourism Workers’ Pension Scheme','','publish','open','closed','','stakeholders-welcome-impending-implementation-of-tourism-workers-pension-scheme','','','2019-08-26 09:37:34','2019-08-26 14:37:34','',0,'https://buzz-caribbean.com/?p=5844',0,'post','',0),(5845,11,'2019-08-26 09:27:16','2019-08-26 14:27:16','','Oscar Nelson1','','inherit','open','closed','','oscar-nelson-1','','','2019-08-29 11:30:38','2019-08-29 16:30:38','',5841,'https://buzz-caribbean.com/app/uploads/2019/08/Oscar-Nelson-1.jpg',0,'attachment','image/jpeg',0),(5847,4,'2019-08-26 09:32:53','2019-08-26 14:32:53','<!-- wp:paragraph -->\n<p>Several stakeholders have welcomed the impending implementation of the Tourism Workers’ Pension Scheme by the Government.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The initiative, being piloted by the Ministry of Tourism, is a defined contributory plan supported by legislation. It will require mandatory contributions by workers and employers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The scheme will cover all workers, aged 18 to 59, whether permanent, contract or self-employed. Benefits will be payable at age 65 years or older. The Scheme is programmed for rollout in 2020.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A number of persons, including raftsmen, airport bag handlers, and contract workers, who have spent most of their lives working in the industry, say the scheme is nothing short of “historic”. They also describe it as a victory for work relations in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'So many have been left to fend for themselves, having nothing to show for the many years of service to tourism.\'</p><cite>— Craft trader Milton Scott</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Ocho Rios craft trader, Milton Scott, says he was sceptical when the Scheme was first proposed. Scott, who has been in the business for nearly 30 years, says many traders, like himself, have put everything into the sector over the years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We cater to both cruise and stopover visitors, selling genuine Jamaican-made craft. Unfortunately for many of us, we have never had anything, like a pension, to fall back on. So many have been left to fend for themselves, having nothing to show for the many years of service to tourism,” he points out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Port Antonio raft man, Errol Mair, describes the initiative as “the best thing since sliced bread”. He says: “I like everything that I am hearing about this pension scheme where raftsmen, like us, who have been plying our trade on the Rio Grande for years, can now feel like we are a part of something.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Patrick Smith, a bag handler at the Norman Manley International Airport in Kingston for over 20 years, contends that the Scheme is long overdue. “Nothing ever happens before the time. But for an industry that brings in so much money, like tourism, this is richly deserved,” he notes.</p>\n<!-- /wp:paragraph -->','Stakeholders welcome impending implementation of Tourism Workers’ Pension Scheme','','inherit','closed','closed','','5844-revision-v1','','','2019-08-26 09:32:53','2019-08-26 14:32:53','',5844,'https://buzz-caribbean.com/article/5844-revision-v1/',0,'revision','',0),(5848,4,'2019-08-26 09:34:03','2019-08-26 14:34:03','','Minister Bartlett at a function','','inherit','open','closed','','tourism-pension','','','2019-08-29 11:29:07','2019-08-29 16:29:07','',5844,'https://buzz-caribbean.com/app/uploads/2019/08/tourism-pension.jpg',0,'attachment','image/jpeg',0),(5850,4,'2019-08-26 09:37:34','2019-08-26 14:37:34','<!-- wp:paragraph -->\n<p>Several stakeholders have welcomed the impending implementation of the Tourism Workers’ Pension Scheme by the Government.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The initiative, being piloted by the Ministry of Tourism, is a defined contributory plan supported by legislation. It will require mandatory contributions by workers and employers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5848} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/tourism-pension-1024x678.jpg\" alt=\"\" class=\"wp-image-5848\" /><figcaption>Tourism Minister Edmund Bartlett (left), greets a member of the Red Cap Porters Association during a function at the Sangster International Airport in Montego Bay earlier this year. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The scheme will cover all workers, aged 18 to 59, whether permanent, contract or self-employed. Benefits will be payable at age 65 years or older. The Scheme is programmed for rollout in 2020.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A number of persons, including raftsmen, airport bag handlers, and contract workers, who have spent most of their lives working in the industry, say the scheme is nothing short of “historic”. They also describe it as a victory for work relations in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'So many have been left to fend for themselves, having nothing to show for the many years of service to tourism.\'</p><cite>— Craft trader Milton Scott</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Ocho Rios craft trader, Milton Scott, says he was sceptical when the Scheme was first proposed. Scott, who has been in the business for nearly 30 years, says many traders, like himself, have put everything into the sector over the years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We cater to both cruise and stopover visitors, selling genuine Jamaican-made craft. Unfortunately for many of us, we have never had anything, like a pension, to fall back on. So many have been left to fend for themselves, having nothing to show for the many years of service to tourism,” he points out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Port Antonio raft man, Errol Mair, describes the initiative as “the best thing since sliced bread”. He says: “I like everything that I am hearing about this pension scheme where raftsmen, like us, who have been plying our trade on the Rio Grande for years, can now feel like we are a part of something.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Patrick Smith, a bag handler at the Norman Manley International Airport in Kingston for over 20 years, contends that the Scheme is long overdue. “Nothing ever happens before the time. But for an industry that brings in so much money, like tourism, this is richly deserved,” he notes.</p>\n<!-- /wp:paragraph -->','Stakeholders welcome impending implementation of Tourism Workers’ Pension Scheme','','inherit','closed','closed','','5844-revision-v1','','','2019-08-26 09:37:34','2019-08-26 14:37:34','',5844,'https://buzz-caribbean.com/article/5844-revision-v1/',0,'revision','',0),(5851,11,'2019-08-26 09:39:42','2019-08-26 14:39:42','<!-- wp:paragraph -->\n<p>Twice per week, some 13 children in the\nMountain View community can be sure of a warm meal, a number that is expected\nto increase as time goes by.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oscar Nelson who\nwas born in Mountain View, Kingston Jamaica, is determined that he has to make\na change in that community even if just a little at a time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nelson, 41, who\nresides in Calgary, Alberta Canada, started the feeding program in June this\nyear with the hope of growing it to include as many needy children and senior\ncitizens as possible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5845} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Oscar-Nelson-1-1024x830.jpg\" alt=\"\" class=\"wp-image-5845\" /><figcaption>Oscar Nelson, conceptualizer of the feeding programme.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“At the end of the day the struggle is there, and the struggle is real,” he told <strong>BUZZ</strong>. “And this is something I have always wanted to do, so I decided that it was time to execute it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nelson, who goes\nback to visit his community once or twice per year says each time he returns he\nis visited by parents needing help towards food or to send their children to\nschool.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There are always people in the situation genuinely needing some form of assistance,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that the desire to help his community has always been a part of his goal. As a result in 2014, he started the construction of a community centre that would have a feeding program as part of the amenities offered. That project came to a pause as a result of lack of revenue since it was being constructed out of his own pocket and with the help of a friend Pete Nunes. However, despite not being able to complete the centre he felt the need to forge ahead with the feeding program in the meantime.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He says along with the help of family members and community members he was able to identify 13 people in need so far. These names are on a list at Deante Yaad Style kitchen, a restaurant in Mountain View Avenue where these persons would go Mondays and Wednesdays at lunchtime to collect their meals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Right now we are just able to do lunch. But the goal is to do both breakfast and lunch.”</p><cite> — Oscar Nelson </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He explained that donations towards the feeding programme come from individuals at Cargill Foods in High River, Canada where he works as a production supervisor. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s not the\ncompany itself that makes the contribution but individuals that I work with. Even\nthough I would love to have the company involved. But some of my coworkers have\ngenerously committed to contributing what they can on a monthly basis.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"There are always people in the situation genuinely needing some form of assistance.\"</p><cite>— Oscar Nelson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>At the end of the month, based on the contributions collected, he is able to pool in $700 Canadian, approximately J$600,000 into the programme to feed the kids and elderly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nelson’s hope is\nthat more persons both locally and overseas will see the need to be a part of\nthe feeding program and come onboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My goal is five\ndays per week, every week for the month,” he explained. “But right now the\nnumber we can cater to is based on the dollar figure that we have to work with.\nThe aim is to feed people both inside and outside of the community,” he said.\n“Right now we are just able to do lunch. But the goal is to do both breakfast\nand lunch.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that\nbecause it is summer and schools are out the lunch program works well. However,\ncome September when schools resume if he is still not able to do both breakfast\nand lunch he will allow the parents to decide what meal they would prefer to\nhave their child collect.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “My goal is five days per week, every week for the month”  </p><cite>— Oscar Nelson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>His long term goal, however, is to finish the community centre which will serve as a homework centre for children and young adults in the community and the place where the feeding program is based. He notes that many times children are not able to focus at home due to events that may be occurring in the area and the centre would act as a solace and a place to focus. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The centre would be equipped with internet access to help with writing and sending out resumes. He says while he intends to see the centre comes to life he is not sure when, as it does take money for the construction. The construction has started at 114 Mountain View Avenue in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Story written by Donna Hussey-Stewart</em></strong></p>\n<!-- /wp:paragraph -->','Oscar Nelson making a change in Mountain View, Jamaica, a mouth at a time','','inherit','closed','closed','','5841-revision-v1','','','2019-08-26 09:39:42','2019-08-26 14:39:42','',5841,'https://buzz-caribbean.com/article/5841-revision-v1/',0,'revision','',0),(5852,9,'2019-08-26 09:50:41','2019-08-26 14:50:41','<!-- wp:image {\"id\":5822} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Barbados-Tropical-Storm-Dorian-road-cleanup-1024x576.jpg\" alt=\"\" class=\"wp-image-5822\" /><figcaption>Emergency workers in St Michael trimming trees from utility wires Monday morning.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>BRIDGETOWN —  Barbados is expected to activate national shutdown at 10 o\'clock Monday morning as the Eastern Caribbean island braces for the passage of Tropical Storm Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister Mia Amor Mottley had originally announced on Sunday that the country would shutdown at midday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The change came on the recommendation of officials, who said the outer bands of the storm should start causing problems for the island at midday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only essential services workers are expected to turn out for work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5826} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Barbados-Tropical-Storm-Dorian-service-station-1024x576.jpg\" alt=\"\" class=\"wp-image-5826\" /><figcaption>Motorists queuing at the pumps at a<br> service station in St. Michael, Barbados late Sunday, August.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Grantley Adams International Airport is expected to be closed by midday. <br><br>Tropical Storm Dorian is projected to pass south of Barbados,  on Monday evening into Tuesday morning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PM Mottley indicated that all state agencies and emergency response organizations and volunteers had been mobilized and urged householders to do their part to ensure their households and communities could weather the storm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1mbkkBgY8d/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1mbkkBgY8d/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, tropical storm warning is in effect for St. Lucia and St. Vincent and the Grenadines. A tropical storm is a weather system with maximum wind speeds of 39 to 73mph (63 to 118 km/hr) and a warning means that<br> tropical storm conditions are imminent within 36 hours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dominica, Martinique and Grenada are under Tropical Storm Watch, which means that tropical storm conditions are possible, generally within 48 hours.</p>\n<!-- /wp:paragraph -->','Barbados to go into shutdown earlier than expected','','inherit','closed','closed','','5819-revision-v1','','','2019-08-26 09:50:41','2019-08-26 14:50:41','',5819,'https://buzz-caribbean.com/article/5819-revision-v1/',0,'revision','',0),(5853,4,'2019-08-26 09:55:50','2019-08-26 14:55:50','<!-- wp:image {\"id\":5822} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Barbados-Tropical-Storm-Dorian-road-cleanup-1024x576.jpg\" alt=\"\" class=\"wp-image-5822\" /><figcaption>Emergency workers in St Michael trimming trees from utility wires Sunday morning.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>BRIDGETOWN —  Barbados is expected to activate national shutdown at 10 o\'clock Monday morning as the Eastern Caribbean island braces for the passage of Tropical Storm Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister Mia Amor Mottley had originally announced on Sunday that the country would shutdown at midday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The change came on the recommendation of officials, who said the outer bands of the storm should start causing problems for the island at midday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only essential services workers are expected to turn out for work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5826} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Barbados-Tropical-Storm-Dorian-service-station-1024x576.jpg\" alt=\"\" class=\"wp-image-5826\" /><figcaption>Motorists queuing at the pumps at a<br> service station in St. Michael, Barbados late Sunday, August.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Grantley Adams International Airport is expected to be closed by midday. <br><br>Tropical Storm Dorian is projected to pass south of Barbados,  on Monday evening into Tuesday morning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PM Mottley indicated that all state agencies and emergency response organizations and volunteers had been mobilized and urged householders to do their part to ensure their households and communities could weather the storm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1mbkkBgY8d/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1mbkkBgY8d/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, tropical storm warning is in effect for St. Lucia and St. Vincent and the Grenadines. A tropical storm is a weather system with maximum wind speeds of 39 to 73mph (63 to 118 km/hr) and a warning means that<br> tropical storm conditions are imminent within 36 hours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dominica, Martinique and Grenada are under Tropical Storm Watch, which means that tropical storm conditions are possible, generally within 48 hours.</p>\n<!-- /wp:paragraph -->','Barbados to go into shutdown earlier than expected','','inherit','closed','closed','','5819-revision-v1','','','2019-08-26 09:55:50','2019-08-26 14:55:50','',5819,'https://buzz-caribbean.com/article/5819-revision-v1/',0,'revision','',0),(5854,21,'2019-08-26 10:04:24','2019-08-26 15:04:24','<!-- wp:image {\"id\":5856} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mariah-carey-A.jpg\" alt=\"\" class=\"wp-image-5856\" /><figcaption>Mariah Carey</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mariah Carey has reportedly been offered £9 million to become the new face of Walkers Crisps.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>We Belong Together</strong> hitmaker is being eyed by the brand to take over from the Spice Girls as the face of the savoury snacks, and the US megastar is said to have been offered more money than all five members - Emma Bunton, Geri Horner, Mel B, Mel C and Victoria Beckham - of the <strong>Wannabe</strong> group.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Walkers want to film a \"festive\" advert with Mariah featuring her hit single <strong>All I Want For Christmas</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An insider told The Sun newspaper\'s Bizarre column: \"Having the Spice Girls on board was a real coup for Walkers in terms of names they\'d be able to work with in the future.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"They approached Mariah earlier this year, and it\'s all going through now. Her people have the contract and are just signing off the details, including what Mariah will and won\'t do for the brand. As part of the campaign, her face is going to appear on 50 million packets of crisps.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Walkers are hoping to tie in Mariah\'s involvement with their big advertising campaign during the festive season, which they think could work really well with her hit <strong>All I Want For Christmas</strong>.\"</p>\n<!-- /wp:paragraph -->','Mariah Carey offered £9M to be face of snack brand','','publish','open','closed','','mariah-carey-offered-9m-to-be-face-of-snack-brand','','','2019-08-26 10:04:24','2019-08-26 15:04:24','',0,'https://buzz-caribbean.com/?p=5854',0,'post','',0),(5855,21,'2019-08-26 12:04:46','2019-08-26 17:04:46','<!-- wp:paragraph -->\n<p>You have got the\nbaby’s room painted and the crib is all assembled in the corner. You are\nfeeling confident that you are ready for that little bundle of joy due any day\nnow but also secretly nervous that you may buckle under the pressure. You feel like\nhaving a stiff drink but are afraid to in case the baby comes while you are passed\nout. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5858} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/baby-bedroom-1024x683.jpg\" alt=\"\" class=\"wp-image-5858\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Your nerves are all over the place and while you have pasted on a smile to reassure her that you are up to the challenge no one has reassured you that it will all be okay.  Well, it will be. It is natural to be nervous as being a father is a huge commitment that actually lasts long pass the stipulated 18 years of expenses because one ever stops being a parent. Instead of being overwhelmed, get excited about all the smiles, first step, first words, sports days, family vacations and homework around the table you have to look forward to. If you are committed to the process, you already have it in the bag.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5859} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Father-With-Baby.jpeg\" alt=\"\" class=\"wp-image-5859\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>First things first: while in the delivery room you do not have to actually watch the baby come out of her private parts. Do not let anyone try to force you to watch the ‘miracle of life’ only for you to end up with a concussion because you passed out on the floor. It is perfectly okay to stay by her head and observe all of the goings-on from there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5862} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/During-Delivery-1024x682.jpg\" alt=\"\" class=\"wp-image-5862\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now after you get the baby home, help out as much as possible, do not wait on the mother to ask you to wash the bottles or to have to beg you to change a diaper. Pitch right in. She may be tired, sore and cranky. Who would not be when they have a whole other human feeding off their breasts for hours every day?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5864} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dad-bottlefeeding-newborn.jpg\" alt=\"\" class=\"wp-image-5864\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>And for all the men who do not want to clean poop... just do it as Nike said. It is a part of parenting and after a while, you get used to the smell (well that is not true but it sure sounds good!). If she has good family support or some bonafide friends, rope them in to coming over and doing babysitting duties as much as possible for her to get the opportunity to shower, wash her hair and take a breather when she needs to without fretting about the baby. That being said, while you need the help, you also have to be the watchdog to recognise when she needs alone time with her child to bond.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dad-with-son-1024x690.jpg\" alt=\"\" class=\"wp-image-5873\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She is going to be moody at times. Don\'t worry, it is nothing personal. Most of the times it may be the result of her sleep deprivation. If so, rise to the occasion and get up when the baby wakes in the middle of the night and let her sleep even twice for the week. It shows that you care, understand and that you are in it for the long haul. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5874} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/adorable-baby-asleep-1024x683.jpg\" alt=\"\" class=\"wp-image-5874\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Story written by C.W.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Do you have stories to share on being a new parent? Tell us about it in the comments.</em></p>\n<!-- /wp:paragraph -->','Advice to first-time dads','','publish','open','closed','','advice-to-first-time-dads','','','2019-08-26 12:04:46','2019-08-26 17:04:46','',0,'https://buzz-caribbean.com/?p=5855',0,'post','',0),(5856,9,'2019-08-26 10:01:53','2019-08-26 15:01:53','','American Music Awards 2018 in Los Angeles','Celebrities attend the American Music Awards 2018 at Microsoft Theatre in Los Angeles, USA, on 09 October 2018.\n\n\n\nPictured: Mariah Carey\n\nRef: SPL5032075 091018 NON-EXCLUSIVE\n\nPicture by: SplashNews.com\n\n\n\nSplash News and Pictures\n\nLos Angeles: 310-821-2666\nNew York: 212-619-2666\nLondon: 0207 644 7656\nMilan: +39 02 4399 8577\nSydney: +61 02 9240 7700\n\nphotodesk@splashnews.com\n\n\n\nWorld Rights, No Denmark Rights, No Germany Rights, No Netherlands Rights, No Sweden Rights, No Switzerland Rights','inherit','open','closed','','american-music-awards-2018-in-los-angeles','','','2019-08-26 10:03:03','2019-08-26 15:03:03','',5854,'https://buzz-caribbean.com/app/uploads/2019/08/mariah-carey-A.jpg',0,'attachment','image/jpeg',0),(5857,9,'2019-08-26 10:03:29','2019-08-26 15:03:29','<!-- wp:image {\"id\":5856} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mariah-carey-A.jpg\" alt=\"\" class=\"wp-image-5856\" /><figcaption>Mariah Carey</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mariah Carey has reportedly been offered £9 million to become the new face of Walkers Crisps.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>We Belong Together</strong> hitmaker is being eyed by the brand to take over from the Spice Girls as the face of the savoury snacks, and the US megastar is said to have been offered more money than all five members - Emma Bunton, Geri Horner, Mel B, Mel C and Victoria Beckham - of the <strong>Wannabe</strong> group.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Walkers want to film a \"festive\" advert with Mariah featuring her hit single <strong>All I Want For Christmas</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An insider told The Sun newspaper\'s Bizarre column: \"Having the Spice Girls on board was a real coup for Walkers in terms of names they\'d be able to work with in the future.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"They approached Mariah earlier this year, and it\'s all going through now. Her people have the contract and are just signing off the details, including what Mariah will and won\'t do for the brand. As part of the campaign, her face is going to appear on 50 million packets of crisps.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Walkers are hoping to tie in Mariah\'s involvement with their big advertising campaign during the festive season, which they think could work really well with her hit <strong>All I Want For Christmas</strong>.\"</p>\n<!-- /wp:paragraph -->','Mariah Carey offered £9M to be face of snack brand','','inherit','closed','closed','','5854-revision-v1','','','2019-08-26 10:03:29','2019-08-26 15:03:29','',5854,'https://buzz-caribbean.com/article/5854-revision-v1/',0,'revision','',0),(5858,11,'2019-08-26 10:13:54','2019-08-26 15:13:54','','baby-bedroom','','inherit','open','closed','','baby-bedroom','','','2019-08-26 10:13:54','2019-08-26 15:13:54','',5855,'https://buzz-caribbean.com/app/uploads/2019/08/baby-bedroom.jpg',0,'attachment','image/jpeg',0),(5859,11,'2019-08-26 10:15:03','2019-08-26 15:15:03','','Father-With-Baby','','inherit','open','closed','','father-with-baby','','','2019-08-26 10:15:03','2019-08-26 15:15:03','',5855,'https://buzz-caribbean.com/app/uploads/2019/08/Father-With-Baby.jpeg',0,'attachment','image/jpeg',0),(5861,9,'2019-08-26 10:28:17','2019-08-26 15:28:17','','Minister Horace Chang','','inherit','open','closed','','chang-nwc','','','2019-08-29 09:09:42','2019-08-29 14:09:42','',0,'https://buzz-caribbean.com/app/uploads/2019/08/chang-nwc.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (5862,11,'2019-08-26 10:29:56','2019-08-26 15:29:56','','During-Delivery','','inherit','open','closed','','during-delivery','','','2019-08-26 10:29:56','2019-08-26 15:29:56','',5855,'https://buzz-caribbean.com/app/uploads/2019/08/During-Delivery.jpg',0,'attachment','image/jpeg',0),(5864,11,'2019-08-26 10:32:49','2019-08-26 15:32:49','','dad-bottlefeeding-newborn','','inherit','open','closed','','dad-bottlefeeding-newborn','','','2019-08-26 10:32:49','2019-08-26 15:32:49','',5855,'https://buzz-caribbean.com/app/uploads/2019/08/dad-bottlefeeding-newborn.jpg',0,'attachment','image/jpeg',0),(5865,13,'2019-08-26 11:12:14','2019-08-26 16:12:14','','JFJ Forum On Addressing Police Violence','','publish','closed','closed','','jfj-forum-on-addressing-police-violence','','','2019-08-26 11:16:44','2019-08-26 16:16:44','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=5865',0,'out','',0),(5866,13,'2019-08-26 11:01:35','2019-08-26 16:01:35','','Jfj Violence','','inherit','open','closed','','jfj-violence','','','2019-08-26 11:01:35','2019-08-26 16:01:35','',5865,'https://buzz-caribbean.com/app/uploads/2019/08/jfj-violence.jpg',0,'attachment','image/jpeg',0),(5867,21,'2019-08-26 11:27:33','2019-08-26 16:27:33','<!-- wp:image {\"id\":3964} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Peter-Bunting-AAA-1024x683.jpg\" alt=\"\" class=\"wp-image-3964\" /><figcaption>Peter Bunting </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting will change the structure of the People’s National Party’s leadership and Shadow Cabinet if he is elected as president on September 7.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at a town hall meeting at Phoenix Theatre in St Andrew last Thursday, Bunting said that his challenge to current leader Dr Peter Phillips stems from individuals within the party being unhappy with how the party was operating.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting said: \"Those who are supporting me, is because they are not satisfied with the status quo, then I will betray them if coming into office, we don\'t change.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Bunting, however, it will be measured change, as he will accommodate some of those who are currently in leadership positions within the party, as well as others who are supporting Phillips in the presidential race.</p>\n<!-- /wp:paragraph -->','Bunting promises changes to PNP structure','','publish','open','closed','','bunting-promises-changes-to-pnp-structure','','','2019-08-26 11:27:34','2019-08-26 16:27:34','',0,'https://buzz-caribbean.com/?p=5867',0,'post','',0),(5868,13,'2019-08-26 11:16:21','2019-08-26 16:16:21','','Police Lined Off','','inherit','open','closed','','police-lined-off','','','2019-08-26 11:16:21','2019-08-26 16:16:21','',5865,'https://buzz-caribbean.com/app/uploads/2019/08/police-lined-off.jpg',0,'attachment','image/jpeg',0),(5869,13,'2019-08-26 11:21:22','2019-08-26 16:21:22','','Kingston Harbour Party Cruise','','publish','closed','closed','','kingston-harbour-party-cruise','','','2019-08-26 11:21:22','2019-08-26 16:21:22','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=5869',0,'out','',0),(5870,13,'2019-08-26 11:19:45','2019-08-26 16:19:45','','Cruise On The Harbour','','inherit','open','closed','','cruise-on-the-harbour','','','2019-08-26 11:19:45','2019-08-26 16:19:45','',5869,'https://buzz-caribbean.com/app/uploads/2019/08/cruise-on-the-harbour.jpg',0,'attachment','image/jpeg',0),(5871,9,'2019-08-26 11:27:08','2019-08-26 16:27:08','<!-- wp:image {\"id\":3964} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Peter-Bunting-AAA-1024x683.jpg\" alt=\"\" class=\"wp-image-3964\" /><figcaption>Peter Bunting </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting will change the structure of the People’s National Party’s leadership and Shadow Cabinet if he is elected as president on September 7.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at a town hall meeting at Phoenix Theatre in St Andrew last Thursday, Bunting said that his challenge to current leader Dr Peter Phillips stems from individuals within the party being unhappy with how the party was operating.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting said: \"Those who are supporting me, is because they are not satisfied with the status quo, then I will betray them if coming into office, we don\'t change.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Bunting, however, it will be measured change, as he will accommodate some of those who are currently in leadership positions within the party, as well as others who are supporting Phillips in the presidential race.</p>\n<!-- /wp:paragraph -->','Bunting promises changes to PNP structure','','inherit','closed','closed','','5867-revision-v1','','','2019-08-26 11:27:08','2019-08-26 16:27:08','',5867,'https://buzz-caribbean.com/article/5867-revision-v1/',0,'revision','',0),(5872,11,'2019-08-26 11:36:57','2019-08-26 16:36:57','','Baby clutching fingers','','inherit','open','closed','','baby-clutching-fingers','','','2019-08-29 09:19:46','2019-08-29 14:19:46','',5855,'https://buzz-caribbean.com/app/uploads/2019/08/Baby-clutching-fingers.jpg',0,'attachment','image/jpeg',0),(5873,11,'2019-08-26 11:37:05','2019-08-26 16:37:05','','Dad With Son','','inherit','open','closed','','dad-with-son','','','2019-08-26 11:37:05','2019-08-26 16:37:05','',5855,'https://buzz-caribbean.com/app/uploads/2019/08/Dad-with-son.jpg',0,'attachment','image/jpeg',0),(5874,11,'2019-08-26 11:38:19','2019-08-26 16:38:19','','Sleeping baby with Mom','','inherit','open','closed','','adorable-baby-asleep','','','2019-08-29 09:19:20','2019-08-29 14:19:20','',5855,'https://buzz-caribbean.com/app/uploads/2019/08/adorable-baby-asleep.jpg',0,'attachment','image/jpeg',0),(5875,11,'2019-08-26 12:04:46','2019-08-26 17:04:46','<!-- wp:paragraph -->\n<p>You have got the\nbaby’s room painted and the crib is all assembled in the corner. You are\nfeeling confident that you are ready for that little bundle of joy due any day\nnow but also secretly nervous that you may buckle under the pressure. You feel like\nhaving a stiff drink but are afraid to in case the baby comes while you are passed\nout. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5858} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/baby-bedroom-1024x683.jpg\" alt=\"\" class=\"wp-image-5858\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Your nerves are all over the place and while you have pasted on a smile to reassure her that you are up to the challenge no one has reassured you that it will all be okay.  Well, it will be. It is natural to be nervous as being a father is a huge commitment that actually lasts long pass the stipulated 18 years of expenses because one ever stops being a parent. Instead of being overwhelmed, get excited about all the smiles, first step, first words, sports days, family vacations and homework around the table you have to look forward to. If you are committed to the process, you already have it in the bag.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5859} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Father-With-Baby.jpeg\" alt=\"\" class=\"wp-image-5859\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>First things first: while in the delivery room you do not have to actually watch the baby come out of her private parts. Do not let anyone try to force you to watch the ‘miracle of life’ only for you to end up with a concussion because you passed out on the floor. It is perfectly okay to stay by her head and observe all of the goings-on from there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5862} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/During-Delivery-1024x682.jpg\" alt=\"\" class=\"wp-image-5862\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now after you get the baby home, help out as much as possible, do not wait on the mother to ask you to wash the bottles or to have to beg you to change a diaper. Pitch right in. She may be tired, sore and cranky. Who would not be when they have a whole other human feeding off their breasts for hours every day?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5864} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dad-bottlefeeding-newborn.jpg\" alt=\"\" class=\"wp-image-5864\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>And for all the men who do not want to clean poop... just do it as Nike said. It is a part of parenting and after a while, you get used to the smell (well that is not true but it sure sounds good!). If she has good family support or some bonafide friends, rope them in to coming over and doing babysitting duties as much as possible for her to get the opportunity to shower, wash her hair and take a breather when she needs to without fretting about the baby. That being said, while you need the help, you also have to be the watchdog to recognise when she needs alone time with her child to bond.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dad-with-son-1024x690.jpg\" alt=\"\" class=\"wp-image-5873\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She is going to be moody at times. Don\'t worry, it is nothing personal. Most of the times it may be the result of her sleep deprivation. If so, rise to the occasion and get up when the baby wakes in the middle of the night and let her sleep even twice for the week. It shows that you care, understand and that you are in it for the long haul. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5874} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/adorable-baby-asleep-1024x683.jpg\" alt=\"\" class=\"wp-image-5874\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Story written by C.W.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Do you have stories to share on being a new parent? Tell us about it in the comments.</em></p>\n<!-- /wp:paragraph -->','Advice to first-time dads','','inherit','closed','closed','','5855-revision-v1','','','2019-08-26 12:04:46','2019-08-26 17:04:46','',5855,'https://buzz-caribbean.com/article/5855-revision-v1/',0,'revision','',0),(5876,21,'2019-08-26 12:33:56','2019-08-26 17:33:56','<!-- wp:paragraph -->\n<p>You are happy but nervous. Excited but petrified. Eager but scared poopless. It is the biggest occasion of your life and the show can start any day now and you want a commanding performance complete with cheers and tonnes of congratulations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5877} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Expectant-Mom-1024x681.jpg\" alt=\"\" class=\"wp-image-5877\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Being a mom-to-be can be a wonderful experience, as you get to choose baby names, buy cute tiny clothing, get lots of gifts and even see what your baby will look like before you even hold him or her physically. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1726} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/accessories-adorable-baby-1024x683.jpg\" alt=\"\" class=\"wp-image-1726\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You will also be given a lot of advice from other mothers about dos and don’ts and what works for them but at this juncture, it is all about what makes you comfortable and what will work for you and your precious little one. The following are some guidelines for first-time mothers that can be utilised with ease. Happy nesting! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5878} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/apparel-baby-clothes-blue-2252000-1024x768.jpg\" alt=\"\" class=\"wp-image-5878\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>1. Pack your bag by\nthe 7<sup>th</sup> month. Remember babies do not like schedules. They can come\nearly so you ideally should have a basic bag prepared just in case.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5880} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hospital-Bag-1024x576.jpg\" alt=\"\" class=\"wp-image-5880\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>2. Do not become a\ngermaphobe. While it is understandable that you do not want your baby to get\nsick, sanitising your hand every time you or anyone else is about to touch them\nis a bit excessive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5881} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hand-sanitizer-1024x576.jpg\" alt=\"\" class=\"wp-image-5881\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>3. On that same\nnote, do not let random people kiss your baby, especially not on the mouth. It\nis not hygienic in the least. Plus you do not know where some of those mouths\nhave been!&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5882} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kiss41.jpg\" alt=\"\" class=\"wp-image-5882\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>4. Do not play\nhero. If you are overwhelmed with a crying baby, ask for help.&nbsp; Everybody needs a break or a breather and you\nare no different.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5883} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Crying-Baby.jpg\" alt=\"\" class=\"wp-image-5883\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>5. Forget about keeping your home immaculate or a while. Nobody expects you to win the Real Housewife of Kingston award anyways. The baby is priority one — so the dishes can take a backseat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5886} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dishes-in-the-sink.jpg\" alt=\"\" class=\"wp-image-5886\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>6. Take time to\nnap. Note I never said ‘sleep’ because that will be a luxury for the next two\nyears. If the baby is sleeping, try to get even an hour’s rest at the same\ntime. You will be surprised at how it rejuvenates you as well as improves your\nmood.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5887} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/woman-sleeping-in-bed-1024x683.jpg\" alt=\"\" class=\"wp-image-5887\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>7. Beware of ‘baby brain’. This is the inability to remember simple stuff after having a baby — like did you eat, where is your phone, what time did you last feed the baby and how long have you been wearing these blue pyjamas? Just know it exists for some, so it is not a matter of you losing your marbles. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5889} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/forgetting.jpg\" alt=\"\" class=\"wp-image-5889\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>8.  Find an outlet to just unwind. When the baby is asleep and you can find half an hour of blessed alone time, indulge in something you enjoy like catching up on our favourite series or reading a book. The important thing is not to lose sight of yourself because of motherhood. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5891} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/adult-reading-1024x683.jpg\" alt=\"\" class=\"wp-image-5891\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>9. Babies throw\ntantrums, it’s what they do. It has nothing to do with your parenting skills or\nthe lack thereof.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5892} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-baby.jpg\" alt=\"\" class=\"wp-image-5892\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>10. Love your new\nbody. You may now have stretch marks. Before you panic, you need to see them\nfor what they are: your battle scars. Your skin stretched to accommodate the\ngreatest gift you ever received. Do not be mad about that.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5894} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/stretch-marks.jpg\" alt=\"\" class=\"wp-image-5894\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Story written by C.W.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Tell us about your experiences as a first time Mom. Was it #TeamNoSleep for the first few months?</em></p>\n<!-- /wp:paragraph -->','Advice to first time expectant moms','','publish','open','closed','','advice-to-first-time-expectant-moms','','','2019-08-26 12:33:57','2019-08-26 17:33:57','',0,'https://buzz-caribbean.com/?p=5876',0,'post','',0),(5877,11,'2019-08-26 12:09:49','2019-08-26 17:09:49','','Expectant Mom','','inherit','open','closed','','expectant-mom','','','2019-08-29 09:18:57','2019-08-29 14:18:57','',5876,'https://buzz-caribbean.com/app/uploads/2019/08/Expectant-Mom.jpg',0,'attachment','image/jpeg',0),(5878,11,'2019-08-26 12:13:14','2019-08-26 17:13:14','','apparel-baby-clothes-blue-2252000','','inherit','open','closed','','apparel-baby-clothes-blue-2252000','','','2019-08-26 12:13:14','2019-08-26 17:13:14','',5876,'https://buzz-caribbean.com/app/uploads/2019/08/apparel-baby-clothes-blue-2252000.jpg',0,'attachment','image/jpeg',0),(5879,23,'2019-08-27 10:45:20','2019-08-27 15:45:20','<!-- wp:image {\"id\":6033} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/TwoGirls_Profile-1024x703.jpg\" alt=\"\" class=\"wp-image-6033\" /><figcaption>Two Girls With a Lens owners Veronica Allen (right) and Tashana Hayes.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The loss of a loved one or close friend is difficult. It is even more challenging when family or friends live abroad and are unable to attend the funeral service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But now there\'s a way to share in the moment without being there in person. The Solution: Two Girls With A Lens is now offering Funeral Live Streaming Services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'Connecting family and friends Two Girls With A Lens lets them be part of the experience.\'</p><cite>— Veronica Allen</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“You only get one chance. Live streaming is a way to remember and share the life story with everyone that was part of it. Connecting family and friends Two Girls With A Lens lets them be part of the experience, regardless of location or circumstances,” says Veronica Allen, Co-Owner of Two Girls With A Lens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We use multiple state-of-the-art high-definition fixed &amp; stabilized cameras, wireless microphones, lighting with industry-leading hardware and software to stream to a private web-page, Facebook, YouTube and more, all in High-Definition with no amount of viewer limits, around the world to family and friends,” she adds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Two Girls With A Lens LIVE Streaming Service is mobile, meaning it can go almost anywhere on the island and stream live to the world. And not just funerals, Two Girls With A Lens can stream almost any event, outdoors or indoors. Additional information on Two Girls With A Lens and Live Streaming is available at https://TwoGirlsWithALens.com -</p>\n<!-- /wp:paragraph -->','Two Girls With a Lens offering funeral streaming service','','publish','open','closed','','two-girls-with-a-lens-offering-funeral-streaming-service','','','2019-08-27 11:42:30','2019-08-27 16:42:30','',0,'https://buzz-caribbean.com/?p=5879',0,'post','',0),(5880,11,'2019-08-26 12:15:21','2019-08-26 17:15:21','','Hospital-Bag','','inherit','open','closed','','hospital-bag','','','2019-08-26 12:15:21','2019-08-26 17:15:21','',5876,'https://buzz-caribbean.com/app/uploads/2019/08/Hospital-Bag.jpg',0,'attachment','image/jpeg',0),(5881,11,'2019-08-26 12:16:24','2019-08-26 17:16:24','','Hands applying germ sanitizer gel','Female hands using hand sanitizer gel pump dispenser','inherit','open','closed','','hands-applying-germ-sanitizer-gel','','','2019-08-26 12:16:24','2019-08-26 17:16:24','',5876,'https://buzz-caribbean.com/app/uploads/2019/08/hand-sanitizer.jpg',0,'attachment','image/jpeg',0),(5882,11,'2019-08-26 12:18:47','2019-08-26 17:18:47','','Kiss41','','inherit','open','closed','','kiss41','','','2019-08-26 12:18:47','2019-08-26 17:18:47','',5876,'https://buzz-caribbean.com/app/uploads/2019/08/Kiss41.jpg',0,'attachment','image/jpeg',0),(5883,11,'2019-08-26 12:19:37','2019-08-26 17:19:37','','Face of crying African American baby, 6 months old','Face of crying African American baby, 6 months old','inherit','open','closed','','face-of-crying-african-american-baby-6-months-old','','','2019-08-26 12:19:37','2019-08-26 17:19:37','',5876,'https://buzz-caribbean.com/app/uploads/2019/08/Crying-Baby.jpg',0,'attachment','image/jpeg',0),(5884,23,'2019-08-26 12:29:24','2019-08-26 17:29:24','<!-- wp:image {\"id\":5888} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Go-Kart-A-20190826-1024x728.jpg\" alt=\"\" class=\"wp-image-5888\" /><figcaption> Joseph Lodenquai (66) and Darren Gordon fight for maximum velocity down the Palisadoes International Raceway front straight. (Photos: Contributed) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Jamaica Karting Association closed off the\nsummer with Summer Sizzler at the Palisadoes International Raceway in Kingston\nrecently. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Coming off a double-header weekend in June,\nthe racing action on August 11 remained hot despite a smaller competitor\nturnout. Of the six classes, only four were run, as those with numbers less\nthan the required minimum of three drivers were combined into the remaining.\nThe day’s programme had the beginner Comer 50, Rotax Micro Max, Rotax Junior\nand Super Rotax. Super Rotax featured drivers from the Rotax Senior class,\nwhile the Rotax Mini Max was short of the required three.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5890} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Go-Kart-B-20190826-1024x561.jpg\" alt=\"\" class=\"wp-image-5890\" /><figcaption>Tommi Gore (4) is locked on to Ryan Lue (71) for Rotax Junior class points. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>David Brown led the Comer 50 class, collecting\nmore points than Brandon Shor and Zachery Philbert. Luke Spencer was the top\nRotax Micro Max points scorer over Justin Donaldson and Nathan Sewell. Rotax\nJunior had Tommi Gore leading the points at the end of the day after a close\nfight with Zander Williams and Ryan Lue. With the Super Rotax class containing\ndrivers from Rotax Senior, Joseph Lodenquai had his hands full, but kept Sean\nJackson and Carlos Omeally at bay to head that class’ leaderboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Go-kart racing heats up Palisadoes','','publish','open','closed','','go-kart-racing-heats-up-palisadoes','','','2019-08-26 12:29:24','2019-08-26 17:29:24','',0,'https://buzz-caribbean.com/?p=5884',0,'post','',0),(5885,12,'2019-08-26 12:20:29','2019-08-26 17:20:29','[ultimatemember form_id=\"17\"]','Register','','inherit','closed','closed','','23-revision-v1','','','2019-08-26 12:20:29','2019-08-26 17:20:29','',23,'https://buzz-caribbean.com/article/23-revision-v1/',0,'revision','',0),(5886,11,'2019-08-26 12:21:28','2019-08-26 17:21:28','','dishes-in-the-sink','','inherit','open','closed','','dishes-in-the-sink','','','2019-08-26 12:21:28','2019-08-26 17:21:28','',5876,'https://buzz-caribbean.com/app/uploads/2019/08/dishes-in-the-sink.jpg',0,'attachment','image/jpeg',0),(5887,11,'2019-08-26 12:22:51','2019-08-26 17:22:51','','woman-sleeping-in-bed','','inherit','open','closed','','woman-sleeping-in-bed','','','2019-08-26 12:22:51','2019-08-26 17:22:51','',5876,'https://buzz-caribbean.com/app/uploads/2019/08/woman-sleeping-in-bed.jpg',0,'attachment','image/jpeg',0),(5888,9,'2019-08-26 12:24:36','2019-08-26 17:24:36','','Go-Kart-A-20190826','','inherit','open','closed','','go-kart-a-20190826','','','2019-08-26 12:24:36','2019-08-26 17:24:36','',5884,'https://buzz-caribbean.com/app/uploads/2019/08/Go-Kart-A-20190826.jpg',0,'attachment','image/jpeg',0),(5889,11,'2019-08-26 12:24:48','2019-08-26 17:24:48','','forgetting','','inherit','open','closed','','forgetting','','','2019-08-26 12:24:48','2019-08-26 17:24:48','',5876,'https://buzz-caribbean.com/app/uploads/2019/08/forgetting.jpg',0,'attachment','image/jpeg',0),(5890,9,'2019-08-26 12:24:50','2019-08-26 17:24:50','','Go-Kart-B-20190826','','inherit','open','closed','','go-kart-b-20190826','','','2019-08-26 12:24:50','2019-08-26 17:24:50','',5884,'https://buzz-caribbean.com/app/uploads/2019/08/Go-Kart-B-20190826.jpg',0,'attachment','image/jpeg',0),(5891,11,'2019-08-26 12:26:05','2019-08-26 17:26:05','','adult-reading','','inherit','open','closed','','adult-reading','','','2019-08-26 12:26:05','2019-08-26 17:26:05','',5876,'https://buzz-caribbean.com/app/uploads/2019/08/adult-reading.jpg',0,'attachment','image/jpeg',0),(5892,11,'2019-08-26 12:28:21','2019-08-26 17:28:21','','Black-baby','','inherit','open','closed','','black-baby','','','2019-08-26 12:28:21','2019-08-26 17:28:21','',5876,'https://buzz-caribbean.com/app/uploads/2019/08/Black-baby.jpg',0,'attachment','image/jpeg',0),(5893,9,'2019-08-26 12:29:03','2019-08-26 17:29:03','<!-- wp:image {\"id\":5888} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Go-Kart-A-20190826-1024x728.jpg\" alt=\"\" class=\"wp-image-5888\" /><figcaption> Joseph Lodenquai (66) and Darren Gordon fight for maximum velocity down the Palisadoes International Raceway front straight. (Photos: Contributed) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Jamaica Karting Association closed off the\nsummer with Summer Sizzler at the Palisadoes International Raceway in Kingston\nrecently. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Coming off a double-header weekend in June,\nthe racing action on August 11 remained hot despite a smaller competitor\nturnout. Of the six classes, only four were run, as those with numbers less\nthan the required minimum of three drivers were combined into the remaining.\nThe day’s programme had the beginner Comer 50, Rotax Micro Max, Rotax Junior\nand Super Rotax. Super Rotax featured drivers from the Rotax Senior class,\nwhile the Rotax Mini Max was short of the required three.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5890} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Go-Kart-B-20190826-1024x561.jpg\" alt=\"\" class=\"wp-image-5890\" /><figcaption>Tommi Gore (4) is locked on to Ryan Lue (71) for Rotax Junior class points. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>David Brown led the Comer 50 class, collecting\nmore points than Brandon Shor and Zachery Philbert. Luke Spencer was the top\nRotax Micro Max points scorer over Justin Donaldson and Nathan Sewell. Rotax\nJunior had Tommi Gore leading the points at the end of the day after a close\nfight with Zander Williams and Ryan Lue. With the Super Rotax class containing\ndrivers from Rotax Senior, Joseph Lodenquai had his hands full, but kept Sean\nJackson and Carlos Omeally at bay to head that class’ leaderboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Go-kart racing heats up Palisadoes','','inherit','closed','closed','','5884-revision-v1','','','2019-08-26 12:29:03','2019-08-26 17:29:03','',5884,'https://buzz-caribbean.com/article/5884-revision-v1/',0,'revision','',0),(5894,11,'2019-08-26 12:30:53','2019-08-26 17:30:53','','stretch-marks','','inherit','open','closed','','stretch-marks','','','2019-08-26 12:30:53','2019-08-26 17:30:53','',5876,'https://buzz-caribbean.com/app/uploads/2019/08/stretch-marks.jpg',0,'attachment','image/jpeg',0),(5895,11,'2019-08-26 12:33:56','2019-08-26 17:33:56','<!-- wp:paragraph -->\n<p>You are happy but nervous. Excited but petrified. Eager but scared poopless. It is the biggest occasion of your life and the show can start any day now and you want a commanding performance complete with cheers and tonnes of congratulations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5877} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Expectant-Mom-1024x681.jpg\" alt=\"\" class=\"wp-image-5877\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Being a mom-to-be can be a wonderful experience, as you get to choose baby names, buy cute tiny clothing, get lots of gifts and even see what your baby will look like before you even hold him or her physically. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1726} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/accessories-adorable-baby-1024x683.jpg\" alt=\"\" class=\"wp-image-1726\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You will also be given a lot of advice from other mothers about dos and don’ts and what works for them but at this juncture, it is all about what makes you comfortable and what will work for you and your precious little one. The following are some guidelines for first-time mothers that can be utilised with ease. Happy nesting! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5878} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/apparel-baby-clothes-blue-2252000-1024x768.jpg\" alt=\"\" class=\"wp-image-5878\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>1. Pack your bag by\nthe 7<sup>th</sup> month. Remember babies do not like schedules. They can come\nearly so you ideally should have a basic bag prepared just in case.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5880} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hospital-Bag-1024x576.jpg\" alt=\"\" class=\"wp-image-5880\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>2. Do not become a\ngermaphobe. While it is understandable that you do not want your baby to get\nsick, sanitising your hand every time you or anyone else is about to touch them\nis a bit excessive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5881} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hand-sanitizer-1024x576.jpg\" alt=\"\" class=\"wp-image-5881\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>3. On that same\nnote, do not let random people kiss your baby, especially not on the mouth. It\nis not hygienic in the least. Plus you do not know where some of those mouths\nhave been!&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5882} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kiss41.jpg\" alt=\"\" class=\"wp-image-5882\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>4. Do not play\nhero. If you are overwhelmed with a crying baby, ask for help.&nbsp; Everybody needs a break or a breather and you\nare no different.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5883} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Crying-Baby.jpg\" alt=\"\" class=\"wp-image-5883\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>5. Forget about keeping your home immaculate or a while. Nobody expects you to win the Real Housewife of Kingston award anyways. The baby is priority one — so the dishes can take a backseat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5886} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dishes-in-the-sink.jpg\" alt=\"\" class=\"wp-image-5886\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>6. Take time to\nnap. Note I never said ‘sleep’ because that will be a luxury for the next two\nyears. If the baby is sleeping, try to get even an hour’s rest at the same\ntime. You will be surprised at how it rejuvenates you as well as improves your\nmood.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5887} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/woman-sleeping-in-bed-1024x683.jpg\" alt=\"\" class=\"wp-image-5887\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>7. Beware of ‘baby brain’. This is the inability to remember simple stuff after having a baby — like did you eat, where is your phone, what time did you last feed the baby and how long have you been wearing these blue pyjamas? Just know it exists for some, so it is not a matter of you losing your marbles. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5889} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/forgetting.jpg\" alt=\"\" class=\"wp-image-5889\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>8.  Find an outlet to just unwind. When the baby is asleep and you can find half an hour of blessed alone time, indulge in something you enjoy like catching up on our favourite series or reading a book. The important thing is not to lose sight of yourself because of motherhood. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5891} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/adult-reading-1024x683.jpg\" alt=\"\" class=\"wp-image-5891\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>9. Babies throw\ntantrums, it’s what they do. It has nothing to do with your parenting skills or\nthe lack thereof.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5892} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Black-baby.jpg\" alt=\"\" class=\"wp-image-5892\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>10. Love your new\nbody. You may now have stretch marks. Before you panic, you need to see them\nfor what they are: your battle scars. Your skin stretched to accommodate the\ngreatest gift you ever received. Do not be mad about that.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5894} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/stretch-marks.jpg\" alt=\"\" class=\"wp-image-5894\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Story written by C.W.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Tell us about your experiences as a first time Mom. Was it #TeamNoSleep for the first few months?</em></p>\n<!-- /wp:paragraph -->','Advice to first time expectant moms','','inherit','closed','closed','','5876-revision-v1','','','2019-08-26 12:33:56','2019-08-26 17:33:56','',5876,'https://buzz-caribbean.com/article/5876-revision-v1/',0,'revision','',0),(5896,4,'2019-08-26 12:45:50','2019-08-26 17:45:50','<!-- wp:paragraph -->\n<p>The loss of a loved one or close friend is difficult. It is even more challenging when family or friends live abroad and are unable to attend the funeral service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But now there\'s a way to share in the moment without being there in person. The Solution: Two Girls With A Lens is now offering Funeral Live Streaming Services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“You only get one chance. Live streaming is a way to remember and share the life story with everyone that was part of it. Connecting family and friends Two Girls With A Lens lets them be part of the experience, regardless of location or circumstances,” says Veronica Allen, Co-Owner of Two Girls With A Lens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We use multiple state-of-the-art high-definition fixed &amp; stabilized cameras, wireless microphones, lighting with industry-leading hardware and software to stream to a private web-page, Facebook, YouTube and more, all in High-Definition with no amount of viewer limits, around the world to family and friends,” she adds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Two Girls With A Lens LIVE Streaming Service is mobile, meaning it can go almost anywhere on the island and stream live to the world. And not just funerals, Two Girls With A Lens can stream almost any event, outdoors or indoors. Additional information on Two Girls With A Lens and Live Streaming is available at https://TwoGirlsWithALens.com -</p>\n<!-- /wp:paragraph -->','Two Girls With a Lens offering funeral streaming service','','inherit','closed','closed','','5879-revision-v1','','','2019-08-26 12:45:50','2019-08-26 17:45:50','',5879,'https://buzz-caribbean.com/article/5879-revision-v1/',0,'revision','',0),(5897,21,'2019-08-26 13:03:51','2019-08-26 18:03:51','<!-- wp:image {\"id\":5898} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/odpem-richard-thompson.jpg\" alt=\"\" class=\"wp-image-5898\" /><figcaption> Director General of the Office of Disaster Preparedness and Emergency Management (ODPEM), Richard Thompson (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Director General of the Office of Disaster Preparedness and Emergency Management (ODPEM), Richard Thompson, says significant emphasis must be placed on earthquake preparedness in order to protect the economic gains in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the ‘St Bess Disaster Management Expo 2019’, hosted by the St\nElizabeth Municipal Corporation, in collaboration with ODPEM, in Black River,\non Friday, August 23, Thompson noted that based on Jamaica’s geographic\nlocation, the country is vulnerable and can be hit with a major earthquake at\nany time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“It is important that we are placing emphasis on earthquake preparedness and earthquake mitigation practices.\" </p><cite>— ODPEM\'s Richard Thompson </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In that regard, he is urging citizens to take charge of their own\nreadiness by putting measures in place to ensure their safety in the event of a\nmajor earthquake.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is important that we are placing emphasis on earthquake preparedness\nand earthquake mitigation practices, and one of the ways to do that is to\nensure that you are hardening your infrastructure and you are looking at your\nbuilding codes and your systems of construction,” Thompson said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He further explained that while Jamaicans adhere to good building\npractices, ODPEM remains focused on continuous mitigation and disaster risk\nreduction measures.</p>\n<!-- /wp:paragraph -->','Jamaicans urged to prepare for earthquakes','','publish','open','closed','','jamaicans-urged-to-prepare-for-earthquakes','','','2019-08-26 13:03:52','2019-08-26 18:03:52','',0,'https://buzz-caribbean.com/?p=5897',0,'post','',0),(5898,9,'2019-08-26 12:55:12','2019-08-26 17:55:12','','odpem-richard-thompson','','inherit','open','closed','','odpem-richard-thompson','','','2019-08-26 12:55:12','2019-08-26 17:55:12','',5897,'https://buzz-caribbean.com/app/uploads/2019/08/odpem-richard-thompson.jpg',0,'attachment','image/jpeg',0),(5899,21,'2019-08-26 15:21:52','2019-08-26 20:21:52','<!-- wp:paragraph -->\n<p>They always look fabulous and we\'re sure they had an extra glow when their dreams of motherhood were fulfilled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here is a list of women who became mothers after age forty and still manage to have their careers soar while having a boob in the mouth of their little one, off stage and off-screen.   </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4> 1. Halle Berry. Actress. </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> It went so nice, she did it twice!!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5922} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Halle-Berry-683x1024.jpg\" alt=\"\" class=\"wp-image-5922\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4> 2. Gwen Stefani. Singer.  </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The third time was a charm as she had her third child in her 40s</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5923} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Gwen-Stefani-1024x616.jpg\" alt=\"\" class=\"wp-image-5923\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4> 3. Rachel Zoe. Fashion Designer.   </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Now she can dress up her baby in all designer bling </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5925} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rachel-zoe.jpg\" alt=\"\" class=\"wp-image-5925\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4> 4. Laura Linney. Actress. </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> At age 49 she popped out her first baby!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5926} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Laura-Linney.jpg\" alt=\"\" class=\"wp-image-5926\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4> 5. Tina Fey. Actress/comedian. </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> She was excited by the unexpected news shortly after turning 40</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5927,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tina-Fey.jpg\" alt=\"\" class=\"wp-image-5927\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4> 6. Mariah Carey. Singer.  </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>How about not one, but two babies at age 42. Talk about a double blessing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5928} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mariah-carey-1.jpg\" alt=\"\" class=\"wp-image-5928\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4> 7. Nicole Kidman. Actress. </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> Did it at 41 and wants to try for one more</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5931,\"width\":580,\"height\":737} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Nicole-Kidman-1.jpg\" alt=\"\" class=\"wp-image-5931\" width=\"580\" height=\"737\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4> 8. Celine Dion. Singer.  </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>She got twins after several rounds of IVF treatment. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5933} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Celine-Dion-1024x576.jpg\" alt=\"\" class=\"wp-image-5933\" /><figcaption>(Photo by Mehdi Taamallah/NurPhoto via Getty Images)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4> 9. Salma Hayek. Actress.  </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> She did it her way at age 41</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5934} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Salma-Hayek.jpg\" alt=\"\" class=\"wp-image-5934\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4> 10. Michelle Duggar. Reality star.  </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>She was 42 when she welcomed her 19<sup>th</sup> child!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5935} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Michelle-Duggar.jpeg\" alt=\"\" class=\"wp-image-5935\" /></figure>\n<!-- /wp:image -->','Celebrities who became mommies in their 40s','','publish','open','closed','','celebrities-who-became-mommies-in-their-40s','','','2019-08-26 15:21:53','2019-08-26 20:21:53','',0,'https://buzz-caribbean.com/?p=5899',0,'post','',0),(5900,9,'2019-08-26 13:02:16','2019-08-26 18:02:16','<!-- wp:image {\"id\":5898} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/odpem-richard-thompson.jpg\" alt=\"\" class=\"wp-image-5898\" /><figcaption> Director General of the Office of Disaster Preparedness and Emergency Management (ODPEM), Richard Thompson (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Director General of the Office of Disaster Preparedness and Emergency Management (ODPEM), Richard Thompson, says significant emphasis must be placed on earthquake preparedness in order to protect the economic gains in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the ‘St Bess Disaster Management Expo 2019’, hosted by the St\nElizabeth Municipal Corporation, in collaboration with ODPEM, in Black River,\non Friday, August 23, Thompson noted that based on Jamaica’s geographic\nlocation, the country is vulnerable and can be hit with a major earthquake at\nany time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In that regard, he is urging citizens to take charge of their own\nreadiness by putting measures in place to ensure their safety in the event of a\nmajor earthquake.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is important that we are placing emphasis on earthquake preparedness\nand earthquake mitigation practices, and one of the ways to do that is to\nensure that you are hardening your infrastructure and you are looking at your\nbuilding codes and your systems of construction,” Thompson said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He further explained that while Jamaicans adhere to good building\npractices, ODPEM remains focused on continuous mitigation and disaster risk\nreduction measures.</p>\n<!-- /wp:paragraph -->','Jamaicans urged to prepare for earthquakes','','inherit','closed','closed','','5897-revision-v1','','','2019-08-26 13:02:16','2019-08-26 18:02:16','',5897,'https://buzz-caribbean.com/article/5897-revision-v1/',0,'revision','',0),(5901,9,'2019-08-26 13:03:29','2019-08-26 18:03:29','<!-- wp:image {\"id\":5898} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/odpem-richard-thompson.jpg\" alt=\"\" class=\"wp-image-5898\" /><figcaption> Director General of the Office of Disaster Preparedness and Emergency Management (ODPEM), Richard Thompson (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Director General of the Office of Disaster Preparedness and Emergency Management (ODPEM), Richard Thompson, says significant emphasis must be placed on earthquake preparedness in order to protect the economic gains in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the ‘St Bess Disaster Management Expo 2019’, hosted by the St\nElizabeth Municipal Corporation, in collaboration with ODPEM, in Black River,\non Friday, August 23, Thompson noted that based on Jamaica’s geographic\nlocation, the country is vulnerable and can be hit with a major earthquake at\nany time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“It is important that we are placing emphasis on earthquake preparedness and earthquake mitigation practices.\" </p><cite>— ODPEM\'s Richard Thompson </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In that regard, he is urging citizens to take charge of their own\nreadiness by putting measures in place to ensure their safety in the event of a\nmajor earthquake.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is important that we are placing emphasis on earthquake preparedness\nand earthquake mitigation practices, and one of the ways to do that is to\nensure that you are hardening your infrastructure and you are looking at your\nbuilding codes and your systems of construction,” Thompson said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He further explained that while Jamaicans adhere to good building\npractices, ODPEM remains focused on continuous mitigation and disaster risk\nreduction measures.</p>\n<!-- /wp:paragraph -->','Jamaicans urged to prepare for earthquakes','','inherit','closed','closed','','5897-revision-v1','','','2019-08-26 13:03:29','2019-08-26 18:03:29','',5897,'https://buzz-caribbean.com/article/5897-revision-v1/',0,'revision','',0),(5902,23,'2019-08-26 13:49:55','2019-08-26 18:49:55','<!-- wp:image {\"id\":5911} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jess-youths.jpg\" alt=\"\" class=\"wp-image-5911\" /><figcaption>Zuleika Jess has thrown her support behind Dr Peter Phillips.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Yet another member of the People National Party (PNP) has come out in support of incumbent president Dr. Peter Phillips, who is facing a leadership challenge from Peter Bunting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She is attorney Zuleika Jess, who is the candidate for Central Clarendon. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jess declared her support for Dr Phillips last night during the public session of her conference. The move was a surprise to many as Jess had said that she would stay out of the matter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5913} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jess-gueinep.jpg\" alt=\"\" class=\"wp-image-5913\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To roaring applaud, Jess listed her reasons for supporting Dr. Phillips. The following are among her reason for supporting Dr Phillips:  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Dr. Phillips has been a friend to Central Clarendon and has always lent support whenever it is needed.</li><li>Dr. Phillips has shown her support and given her guidance as she was a political neophyte.</li><li>Dr. Phillips has never treated the seat as a throw-away due to the fact that it had been in Jamaica Labour Party’s column for the last 40 years.</li><li>Most importantly, she said that Dr. Phillips endorsed her as a candidate for Central Clarendon without asking her for her support in his presidential race.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":5909} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jess-talks.jpg\" alt=\"\" class=\"wp-image-5909\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jess also told the gathering: “I invited persons from not just OnePNP I invited from every part of the PNP but it was telling to me who showed up and who has our back. It was telling to me who will be in Central Clarendon when we need the support the most,” she told comrades.</p>\n<!-- /wp:paragraph -->','Another PNP member endorses Dr Phillips','','publish','open','closed','','another-pnp-member-endorses-dr-phillips','','','2019-08-26 14:39:11','2019-08-26 19:39:11','',0,'https://buzz-caribbean.com/?p=5902',0,'post','',0),(5903,4,'2019-08-26 13:26:05','2019-08-26 18:26:05','<!-- wp:paragraph -->\n<p>Yet another member of the People National Party (PNP) has come out in support of incumbent president Dr. Peter Phillips, who is facing a leadership challenge from Peter Bunting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She is attorney Zuleika Jess, who is the candidate for Central Clarendon. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jess declared her support for Dr Phillips last night during the public session of her conference. The move was a surprise to many as Jess had said that she would stay out of the matter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To roaring applaud, Jess listed her reasons for supporting Dr. Phillips. The following are among her reason for supporting Dr Phillips:  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Dr. Phillips has been a friend to Central Clarendon and has always lent support whenever it is needed.</li><li>Dr. Phillips has shown her support and given her guidance as she was a political neophyte.</li><li>Dr. Phillips has never treated the seat as a throw-away due to the fact that it had been in Jamaica Labour Party’s column for the last 40 years.</li><li>Most importantly, she said that Dr. Phillips endorsed her as a candidate for Central Clarendon without asking her for her support in his presidential race.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Jess also told the gathering: “I invited persons from not just OnePNP I invited from every part of the PNP but it was telling to me who showed up and who has our back. It was telling to me who will be in Central Clarendon when we need the support the most,” she told comrades.</p>\n<!-- /wp:paragraph -->','Another PNP member endorses Dr Phillips','','inherit','closed','closed','','5902-revision-v1','','','2019-08-26 13:26:05','2019-08-26 18:26:05','',5902,'https://buzz-caribbean.com/article/5902-revision-v1/',0,'revision','',0),(5904,21,'2019-08-26 13:39:25','2019-08-26 18:39:25','<!-- wp:image {\"id\":5905} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jennifer-lopez.jpg\" alt=\"\" class=\"wp-image-5905\" /><figcaption>Jennifer Lopez  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jennifer Lopez was worried about her sexy costumes for <strong>Hustlers</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although the 50-year-old singer and actress wears skimpy outfits when performing on stage, she admitted that the clothes her stripper character wears in the new movie seemed outrageous to her. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Those are sexy costumes. This is another level.\"</p><cite>—  Jennifer Lopez </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She said: \"It\'s not like me being onstage with a bunch of tights and fishnets on and bodysuits. Those are sexy costumes. This is another level. You\'re out there naked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"You sign on to be an actress and take on a role... once you do it, you kind of settle within yourself like, \'OK. I\'m going to do this in the best way,\' because that\'s why I started acting to begin with, was to get into different people\'s mindsets and explore life and humanity in different ways and that is exciting to me about doing it. This is something I would never do.\"</p>\n<!-- /wp:paragraph -->','Jennifer Lopez worried about her sexy Hustlers costumes','','publish','open','closed','','jennifer-lopez-worried-about-her-sexy-hustlers-costumes','','','2019-08-26 13:39:25','2019-08-26 18:39:25','',0,'https://buzz-caribbean.com/?p=5904',0,'post','',0),(5905,9,'2019-08-26 13:35:10','2019-08-26 18:35:10','','jennifer-lopez','','inherit','open','closed','','jennifer-lopez','','','2019-08-26 13:35:10','2019-08-26 18:35:10','',5904,'https://buzz-caribbean.com/app/uploads/2019/08/jennifer-lopez.jpg',0,'attachment','image/jpeg',0),(5906,4,'2019-08-26 13:38:01','2019-08-26 18:38:01','','Jess Meets','','inherit','open','closed','','jess-meets','','','2019-08-26 13:38:01','2019-08-26 18:38:01','',0,'https://buzz-caribbean.com/app/uploads/2019/08/jess-meets.jpg',0,'attachment','image/jpeg',0),(5907,4,'2019-08-26 13:38:02','2019-08-26 18:38:02','','Jess Pose Shrimp','','inherit','open','closed','','jess-pose-shrimp','','','2019-08-26 13:38:02','2019-08-26 18:38:02','',0,'https://buzz-caribbean.com/app/uploads/2019/08/jess-pose-shrimp.jpg',0,'attachment','image/jpeg',0),(5909,4,'2019-08-26 13:38:05','2019-08-26 18:38:05','','Jess Talks','','inherit','open','closed','','jess-talks','','','2019-08-26 13:38:05','2019-08-26 18:38:05','',0,'https://buzz-caribbean.com/app/uploads/2019/08/jess-talks.jpg',0,'attachment','image/jpeg',0),(5910,4,'2019-08-26 13:38:08','2019-08-26 18:38:08','','Jess Village','','inherit','open','closed','','jess-village','','','2019-08-26 13:38:08','2019-08-26 18:38:08','',0,'https://buzz-caribbean.com/app/uploads/2019/08/jess-village.jpg',0,'attachment','image/jpeg',0),(5911,4,'2019-08-26 13:38:09','2019-08-26 18:38:09','','Jess Youths','','inherit','open','closed','','jess-youths','','','2019-08-26 13:38:09','2019-08-26 18:38:09','',0,'https://buzz-caribbean.com/app/uploads/2019/08/jess-youths.jpg',0,'attachment','image/jpeg',0),(5912,4,'2019-08-26 13:38:37','2019-08-26 18:38:37','','Jess Bike','','inherit','open','closed','','jess-bike','','','2019-08-26 13:38:37','2019-08-26 18:38:37','',0,'https://buzz-caribbean.com/app/uploads/2019/08/jess-bike.jpg',0,'attachment','image/jpeg',0),(5913,4,'2019-08-26 13:38:38','2019-08-26 18:38:38','','Jess Gueinep','','inherit','open','closed','','jess-gueinep','','','2019-08-26 13:38:38','2019-08-26 18:38:38','',0,'https://buzz-caribbean.com/app/uploads/2019/08/jess-gueinep.jpg',0,'attachment','image/jpeg',0),(5915,9,'2019-08-26 13:39:03','2019-08-26 18:39:03','<!-- wp:image {\"id\":5905} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jennifer-lopez.jpg\" alt=\"\" class=\"wp-image-5905\" /><figcaption>Jennifer Lopez  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jennifer Lopez was worried about her sexy costumes for <strong>Hustlers</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although the 50-year-old singer and actress wears skimpy outfits when performing on stage, she admitted that the clothes her stripper character wears in the new movie seemed outrageous to her. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Those are sexy costumes. This is another level.\"</p><cite>—  Jennifer Lopez </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She said: \"It\'s not like me being onstage with a bunch of tights and fishnets on and bodysuits. Those are sexy costumes. This is another level. You\'re out there naked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"You sign on to be an actress and take on a role... once you do it, you kind of settle within yourself like, \'OK. I\'m going to do this in the best way,\' because that\'s why I started acting to begin with, was to get into different people\'s mindsets and explore life and humanity in different ways and that is exciting to me about doing it. This is something I would never do.\"</p>\n<!-- /wp:paragraph -->','Jennifer Lopez worried about her sexy Hustlers costumes','','inherit','closed','closed','','5904-revision-v1','','','2019-08-26 13:39:03','2019-08-26 18:39:03','',5904,'https://buzz-caribbean.com/article/5904-revision-v1/',0,'revision','',0),(5917,4,'2019-08-26 13:49:55','2019-08-26 18:49:55','<!-- wp:image {\"id\":5911} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jess-youths.jpg\" alt=\"\" class=\"wp-image-5911\" /><figcaption>Zuleika Jess has thrown her support behind Dr Peter Phillips.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Yet another member of the People National Party (PNP) has come out in support of incumbent president Dr. Peter Phillips, who is facing a leadership challenge from Peter Bunting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She is attorney Zuleika Jess, who is the candidate for Central Clarendon. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jess declared her support for Dr Phillips last night during the public session of her conference. The move was a surprise to many as Jess had said that she would stay out of the matter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5913} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jess-gueinep.jpg\" alt=\"\" class=\"wp-image-5913\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To roaring applaud, Jess listed her reasons for supporting Dr. Phillips. The following are among her reason for supporting Dr Phillips:  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Dr. Phillips has been a friend to Central Clarendon and has always lent support whenever it is needed.</li><li>Dr. Phillips has shown her support and given her guidance as she was a political neophyte.</li><li>Dr. Phillips has never treated the seat as a throw-away due to the fact that it had been in Jamaica Labour Party’s column for the last 40 years.</li><li>Most importantly, she said that Dr. Phillips endorsed her as a candidate for Central Clarendon without asking her for her support in his presidential race.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":5909} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jess-talks.jpg\" alt=\"\" class=\"wp-image-5909\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jess also told the gathering: “I invited persons from not just OnePNP I invited from every part of the PNP but it was telling to me who showed up and who has our back. It was telling to me who will be in Central Clarendon when we need the support the most,” she told comrades.</p>\n<!-- /wp:paragraph -->','Another PNP member endorses Dr Phillips','','inherit','closed','closed','','5902-revision-v1','','','2019-08-26 13:49:55','2019-08-26 18:49:55','',5902,'https://buzz-caribbean.com/article/5902-revision-v1/',0,'revision','',0),(5918,23,'2019-08-26 16:08:11','2019-08-26 21:08:11','<!-- wp:image {\"id\":5942} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rae-town-ball-1024x636.png\" alt=\"\" class=\"wp-image-5942\" /><figcaption>Coach Karl Russell and some of the kids from Nascimento Kickstart Football Academy.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Rae Town, Kingston, resident Karl Russell is currently on a mission to uplift his community through his Nascimento Kickstart Football Academy with children as young as four years old learning the fundamentals of the sport.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Russell, his love for the sport and coaching pushed him to start the football academy, with the aim of developing the young talent in the community, which he hopes will help Jamaica\'s football in the future.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said he has support from the community, with approximately 40 kids being engaged from the community and surrounding areas. The academy is at its peak, when recess for the Christmas and summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5943} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/coach-russell-1024x603.png\" alt=\"\" class=\"wp-image-5943\" /><figcaption>Karl Russell wants to use football to help Rae Town youth escape poverty.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Rusell said that overseas friends provide the necessary equipment needed for the academy, with some of his local friends also giving support. He said also that at times passersby will make donations after observing the efforts he\'s making.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Russell, the academy does not only teach them about football, but also the rudiments of life, while also emphasising the importance of academics.</p>\n<!-- /wp:paragraph -->','Coach seeks to lift Rae Town youth out of poverty through football','','publish','open','closed','','coach-seeks-to-lift-rae-town-youth-out-of-poverty-through-football','','','2019-08-26 16:08:12','2019-08-26 21:08:12','',0,'https://buzz-caribbean.com/?p=5918',0,'post','',0),(5919,4,'2019-08-26 14:09:49','2019-08-26 19:09:49','<!-- wp:paragraph -->\n<p>Rae Town resident Karl Russell is currently on a mission to uplift his community through his Nascimento Kickstart Football Academy with children as young as four years old, learning the fundamentals of the sport.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Russell, his love for the sport and coaching pushed him to start the football academy, with the aim of developing the young talent in the community, which he hopes will help Jamaica\'s football in the future.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said he has support from the community, with approximately 40 kids being engaged from the community and surrounding areas. The academy is at its peak, at the summer and Christmas breaks in the island\'s school calendar year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rusell said that overseas friends provide the necessary equipment needed for the academy, with some of his local friends also giving support. Russell also said that at times, strangers who are passing the community and see the effort he is putting into the project will also donate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Russell, the academy does not only teach them about football, but also the rudiments of life, while also emphasising the importance of academics, which can be used to uplift themselves.<br>Watch the video below.</p>\n<!-- /wp:paragraph -->','Coach starts Nascimento Kickstart Football Academy for Rae Town','','inherit','closed','closed','','5918-revision-v1','','','2019-08-26 14:09:49','2019-08-26 19:09:49','',5918,'https://buzz-caribbean.com/article/5918-revision-v1/',0,'revision','',0),(5920,13,'2019-08-26 14:44:12','2019-08-26 19:44:12','<!-- wp:embed {\"url\":\"https://youtu.be/m47CbkFE2FI\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/m47CbkFE2FI\n</div></figure>\n<!-- /wp:embed -->','BUZZ Feature: Butler showcases impressive car fleet','','publish','closed','closed','','buzz-feature-butler-showcases-impressive-car-fleet','','','2019-08-26 14:44:12','2019-08-26 19:44:12','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=5920',0,'video','',0),(5921,11,'2019-08-26 14:17:25','2019-08-26 19:17:25','<iframe title=\"BUZZ Exclusive Feature: Butler showcases impressive car fleet\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/m47CbkFE2FI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','eb934fc97c6dfe31c8ffdee3843e0019','','','2019-08-26 14:17:25','2019-08-26 19:17:25','',0,'https://buzz-caribbean.com/article/eb934fc97c6dfe31c8ffdee3843e0019/',0,'oembed_cache','',0),(5922,11,'2019-08-26 14:31:07','2019-08-26 19:31:07','','Halle-Berry','Beverly Hills, CA  - *EXCLUSIVE* Halle Berry takes her little ones Nahla and Maceo shopping ahead of Thanksgiving at Bristol Farms in Beverly Hills. Halle holds hands with Maceo and wraps her arm around her growing Nahla, as they walk to the car.Pictured: Halle BerryBACKGRID USA 21 NOVEMBER 2017 BYLINE MUST READ: W Blanco / BACKGRIDUSA: +1 310 798 9111 / usasales@backgrid.comUK: +44 208 344 2007 / uksales@backgrid.com*UK Clients - Pictures Containing ChildrenPlease Pixelate Face Prior To Publication*','inherit','open','closed','','halle-berry','','','2019-08-26 14:31:07','2019-08-26 19:31:07','',5899,'https://buzz-caribbean.com/app/uploads/2019/08/Halle-Berry.jpg',0,'attachment','image/jpeg',0),(5923,11,'2019-08-26 14:33:41','2019-08-26 19:33:41','','Gwen-Stefani','','inherit','open','closed','','gwen-stefani','','','2019-08-26 14:33:41','2019-08-26 19:33:41','',5899,'https://buzz-caribbean.com/app/uploads/2019/08/Gwen-Stefani.jpg',0,'attachment','image/jpeg',0),(5924,11,'2019-08-26 14:41:47','2019-08-26 19:41:47','','Craig Butler Jeep Collection','','inherit','open','closed','','craig-butler-jeep-collection','','','2019-08-26 14:41:47','2019-08-26 19:41:47','',5920,'https://buzz-caribbean.com/app/uploads/2019/08/Craig-Butler-Jeep-Collection.jpg',0,'attachment','image/jpeg',0),(5925,11,'2019-08-26 14:51:44','2019-08-26 19:51:44','','rachel-zoe','','inherit','open','closed','','rachel-zoe','','','2019-08-26 14:51:44','2019-08-26 19:51:44','',5899,'https://buzz-caribbean.com/app/uploads/2019/08/rachel-zoe.jpg',0,'attachment','image/jpeg',0),(5926,11,'2019-08-26 14:53:05','2019-08-26 19:53:05','','Laura-Linney','','inherit','open','closed','','laura-linney','','','2019-08-26 14:53:05','2019-08-26 19:53:05','',5899,'https://buzz-caribbean.com/app/uploads/2019/08/Laura-Linney.jpg',0,'attachment','image/jpeg',0),(5927,11,'2019-08-26 15:07:04','2019-08-26 20:07:04','','Tina-Fey','','inherit','open','closed','','tina-fey','','','2019-08-26 15:07:04','2019-08-26 20:07:04','',5899,'https://buzz-caribbean.com/app/uploads/2019/08/Tina-Fey.jpg',0,'attachment','image/jpeg',0),(5928,11,'2019-08-26 15:08:13','2019-08-26 20:08:13','','mariah-carey-1','','inherit','open','closed','','mariah-carey-1','','','2019-08-26 15:08:13','2019-08-26 20:08:13','',5899,'https://buzz-caribbean.com/app/uploads/2019/08/mariah-carey-1.jpg',0,'attachment','image/jpeg',0),(5931,11,'2019-08-26 15:11:15','2019-08-26 20:11:15','','Nicole-Kidman-1','','inherit','open','closed','','nicole-kidman-1','','','2019-08-26 15:11:15','2019-08-26 20:11:15','',5899,'https://buzz-caribbean.com/app/uploads/2019/08/Nicole-Kidman-1.jpg',0,'attachment','image/jpeg',0),(5932,4,'2019-08-26 15:14:38','2019-08-26 20:14:38','<!-- wp:paragraph -->\n<p>Rae Town resident Karl Russell is currently on a mission to uplift his community through his Nascimento Kickstart Football Academy with children as young as four years old learning the fundamentals of the sport.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Russell, his love for the sport and coaching pushed him to start the football academy, with the aim of developing the young talent in the community, which he hopes will help Jamaica\'s football in the future.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said he has support from the community, with approximately 40 kids being engaged from the community and surrounding areas. The academy is at its peak, when recess for the Christmas and summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rusell said that overseas friends provide the necessary equipment needed for the academy, with some of his local friends also giving support. He said also that at times passersby will make donations after observing the efforts he\'s making.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Russell, the academy does not only teach them about football, but also the rudiments of life, while also emphasising the importance of academics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>See video below of Coach Russell and his kids.</strong></p>\n<!-- /wp:paragraph -->','Coach seeks to lift Rae Town youth out of poverty through football','','inherit','closed','closed','','5918-revision-v1','','','2019-08-26 15:14:38','2019-08-26 20:14:38','',5918,'https://buzz-caribbean.com/article/5918-revision-v1/',0,'revision','',0),(5933,11,'2019-08-26 15:15:27','2019-08-26 20:15:27','','Celine Dion In Paris','Celine Dion out with her child visit a shop in Paris, France, on July 17, 2017. Celine Dion is a Canadian singer and businesswoman. (Photo by Mehdi Taamallah/NurPhoto via Getty Images)','inherit','open','closed','','celine-dion-in-paris','','','2019-08-26 15:15:27','2019-08-26 20:15:27','',5899,'https://buzz-caribbean.com/app/uploads/2019/08/Celine-Dion.jpg',0,'attachment','image/jpeg',0),(5934,11,'2019-08-26 15:17:26','2019-08-26 20:17:26','','Salma-Hayek','','inherit','open','closed','','salma-hayek','','','2019-08-26 15:17:26','2019-08-26 20:17:26','',5899,'https://buzz-caribbean.com/app/uploads/2019/08/Salma-Hayek.jpg',0,'attachment','image/jpeg',0),(5935,11,'2019-08-26 15:18:42','2019-08-26 20:18:42','','Michelle-Duggar','','inherit','open','closed','','michelle-duggar','','','2019-08-26 15:18:42','2019-08-26 20:18:42','',5899,'https://buzz-caribbean.com/app/uploads/2019/08/Michelle-Duggar.jpeg',0,'attachment','image/jpeg',0),(5936,11,'2019-08-26 15:21:52','2019-08-26 20:21:52','<!-- wp:paragraph -->\n<p>They always look fabulous and we\'re sure they had an extra glow when their dreams of motherhood were fulfilled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here is a list of women who became mothers after age forty and still manage to have their careers soar while having a boob in the mouth of their little one, off stage and off-screen.   </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4> 1. Halle Berry. Actress. </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> It went so nice, she did it twice!!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5922} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Halle-Berry-683x1024.jpg\" alt=\"\" class=\"wp-image-5922\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4> 2. Gwen Stefani. Singer.  </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The third time was a charm as she had her third child in her 40s</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5923} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Gwen-Stefani-1024x616.jpg\" alt=\"\" class=\"wp-image-5923\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4> 3. Rachel Zoe. Fashion Designer.   </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Now she can dress up her baby in all designer bling </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5925} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rachel-zoe.jpg\" alt=\"\" class=\"wp-image-5925\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4> 4. Laura Linney. Actress. </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> At age 49 she popped out her first baby!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5926} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Laura-Linney.jpg\" alt=\"\" class=\"wp-image-5926\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4> 5. Tina Fey. Actress/comedian. </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> She was excited by the unexpected news shortly after turning 40</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5927,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tina-Fey.jpg\" alt=\"\" class=\"wp-image-5927\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4> 6. Mariah Carey. Singer.  </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>How about not one, but two babies at age 42. Talk about a double blessing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5928} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mariah-carey-1.jpg\" alt=\"\" class=\"wp-image-5928\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4> 7. Nicole Kidman. Actress. </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> Did it at 41 and wants to try for one more</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5931,\"width\":580,\"height\":737} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Nicole-Kidman-1.jpg\" alt=\"\" class=\"wp-image-5931\" width=\"580\" height=\"737\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4> 8. Celine Dion. Singer.  </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>She got twins after several rounds of IVF treatment. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5933} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Celine-Dion-1024x576.jpg\" alt=\"\" class=\"wp-image-5933\" /><figcaption>(Photo by Mehdi Taamallah/NurPhoto via Getty Images)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4> 9. Salma Hayek. Actress.  </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> She did it her way at age 41</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5934} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Salma-Hayek.jpg\" alt=\"\" class=\"wp-image-5934\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4> 10. Michelle Duggar. Reality star.  </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>She was 42 when she welcomed her 19<sup>th</sup> child!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5935} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Michelle-Duggar.jpeg\" alt=\"\" class=\"wp-image-5935\" /></figure>\n<!-- /wp:image -->','Celebrities who became mommies in their 40s','','inherit','closed','closed','','5899-revision-v1','','','2019-08-26 15:21:52','2019-08-26 20:21:52','',5899,'https://buzz-caribbean.com/article/5899-revision-v1/',0,'revision','',0),(5940,11,'2019-08-28 04:31:13','0000-00-00 00:00:00','<!-- wp:paragraph -->\n<p>With Dorian officially being the fourth Tropical Storm to be named for this Hurricane Season, our summer fun is put to a screeching halt with a reminder that our hurricane season is still on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although the hurricane season is from June 1 - November 30, in the Caribbean most of the season\'s activity usually picks up in August - September.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So we are technically at the point now to anticipate frequent weather updates related to the hurricane season. You will hear various terms being used in weather reports that can sometimes leave you wondering — is it serious or not?— so at <strong>BUZZ </strong>we\'ll be giving you a quick rundown of the frequent terms used and what they mean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Storm and Hurricane Terms 101','','draft','open','closed','','','','','2019-08-28 04:31:13','2019-08-28 09:31:13','',0,'https://buzz-caribbean.com/?p=5940',0,'post','',0),(5941,4,'2019-08-26 15:40:44','2019-08-26 20:40:44','','Rae Town Ball 2','','inherit','open','closed','','rae-town-ball-2','','','2019-08-26 15:40:44','2019-08-26 20:40:44','',0,'https://buzz-caribbean.com/app/uploads/2019/08/rae-town-ball-2.png',0,'attachment','image/png',0),(5942,4,'2019-08-26 15:40:47','2019-08-26 20:40:47','','Rae Town Ball','','inherit','open','closed','','rae-town-ball','','','2019-08-28 18:39:50','2019-08-28 23:39:50','',0,'https://buzz-caribbean.com/app/uploads/2019/08/rae-town-ball.png',0,'attachment','image/png',0),(5943,4,'2019-08-26 15:40:52','2019-08-26 20:40:52','','Coach Russell','','inherit','open','closed','','coach-russell','','','2019-08-26 15:40:52','2019-08-26 20:40:52','',0,'https://buzz-caribbean.com/app/uploads/2019/08/coach-russell.png',0,'attachment','image/png',0),(5945,11,'2019-08-26 16:45:49','2019-08-26 21:45:49','<!-- wp:paragraph -->\n<p>The sixth and final season of <strong>Starz\'s</strong> hit series, <strong><a href=\"https://buzz-caribbean.com/article/power-season-6-kicks-off-on-august-25/\">Power</a></strong>, aired last night. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the theme: <strong>The Final Betrayal</strong>, fans were amped up for the hard-hitting, action-packed drama that the TV series has become known for.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, before the first scene could even hit the screens, fans were left wondering if  \"The Final Betrayal\" had already happened. The iconic theme song, \"<a href=\"https://www.youtube.com/watch?v=TGLwbMX0o5Y\">Big Rich Town</a>\" originally performed by R&amp;B artist Joe had been remixed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=TGLwbMX0o5Y\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=TGLwbMX0o5Y\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The show\'s producers decided to start with a version sung by Trey Songz, featuring a verse from Bronx rapper A Boogie Wit Da Hoodie. And while this type of change isn\'t unusual and most times even welcomed - <strong>Power</strong> fans are not having it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=oCDXQOFzmRg\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=oCDXQOFzmRg\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>It was a firestorm on social media about the showrunners\' decision to fix something that\'s not broken.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5948,5949]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Comments-2.jpg\" alt=\"\" data-id=\"5948\" data-link=\"https://buzz-caribbean.com/?attachment_id=5948\" class=\"wp-image-5948\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Comments-1.jpg\" alt=\"\" data-id=\"5949\" data-link=\"https://buzz-caribbean.com/?attachment_id=5949\" class=\"wp-image-5949\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/hoodpodcast/status/1165479796891148288?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1165479796891148288\\u0026ref_url=https%3A%2F%2Fwww.oprahmag.com%2Fentertainment%2Ftv-movies%2Fa28809062%2Fpower-season-6-theme-song-reactions%2F\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/hoodpodcast/status/1165479796891148288?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1165479796891148288&amp;ref_url=https%3A%2F%2Fwww.oprahmag.com%2Fentertainment%2Ftv-movies%2Fa28809062%2Fpower-season-6-theme-song-reactions%2F\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Series co-creator and star 50 cent was quick to give his reply on social media - reminding fans that they weren\'t quick to purchase albums with the previous track and that the song was done as a favour to him by Trey Songz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, the R&amp;B crooner saw it as a joke posting \"...Remember what I said when you first played it?!\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5951,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Trey-Songz-Reply.jpg\" alt=\"\" class=\"wp-image-5951\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It\'s now become a running joke among entertainers, with R&amp;B vocalist submitting his \"gospel jazz r&amp;b version\" for consideration. Are we seeing the start of a new social media challenge?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1o9m5OA-Qs/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1o9m5OA-Qs/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><em>What do you think of the remixed version? Or do you think you could do a better version? Tag us on Instagram @werbuzz #PowerThemeSongChallenge</em></p>\n<!-- /wp:paragraph -->','Power theme song - epic fail?','','publish','open','closed','','power-theme-song-epic-fail','','','2019-08-26 17:02:48','2019-08-26 22:02:48','',0,'https://buzz-caribbean.com/?p=5945',0,'post','',0),(5946,4,'2019-08-26 16:08:11','2019-08-26 21:08:11','<!-- wp:image {\"id\":5942} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rae-town-ball-1024x636.png\" alt=\"\" class=\"wp-image-5942\" /><figcaption>Coach Karl Russell and some of the kids from Nascimento Kickstart Football Academy.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Rae Town, Kingston, resident Karl Russell is currently on a mission to uplift his community through his Nascimento Kickstart Football Academy with children as young as four years old learning the fundamentals of the sport.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Russell, his love for the sport and coaching pushed him to start the football academy, with the aim of developing the young talent in the community, which he hopes will help Jamaica\'s football in the future.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said he has support from the community, with approximately 40 kids being engaged from the community and surrounding areas. The academy is at its peak, when recess for the Christmas and summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5943} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/coach-russell-1024x603.png\" alt=\"\" class=\"wp-image-5943\" /><figcaption>Karl Russell wants to use football to help Rae Town youth escape poverty.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Rusell said that overseas friends provide the necessary equipment needed for the academy, with some of his local friends also giving support. He said also that at times passersby will make donations after observing the efforts he\'s making.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Russell, the academy does not only teach them about football, but also the rudiments of life, while also emphasising the importance of academics.</p>\n<!-- /wp:paragraph -->','Coach seeks to lift Rae Town youth out of poverty through football','','inherit','closed','closed','','5918-revision-v1','','','2019-08-26 16:08:11','2019-08-26 21:08:11','',5918,'https://buzz-caribbean.com/article/5918-revision-v1/',0,'revision','',0),(5947,11,'2019-08-26 16:08:12','2019-08-26 21:08:12','<iframe title=\"50 Cent - &quot;Big Rich Town&quot; REMIX (Feat. Trey Songz &amp; A Boogie Wit Da Hoodie)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/oCDXQOFzmRg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','37ba5e08b835e85127c6d3714120d82a','','','2019-08-26 16:08:12','2019-08-26 21:08:12','',0,'https://buzz-caribbean.com/article/37ba5e08b835e85127c6d3714120d82a/',0,'oembed_cache','',0),(5948,11,'2019-08-26 16:21:50','2019-08-26 21:21:50','','Comments-2','','inherit','open','closed','','comments-2','','','2019-08-26 16:21:50','2019-08-26 21:21:50','',5945,'https://buzz-caribbean.com/app/uploads/2019/08/Comments-2.jpg',0,'attachment','image/jpeg',0),(5949,11,'2019-08-26 16:21:51','2019-08-26 21:21:51','','Comments-1','','inherit','open','closed','','comments-1','','','2019-08-26 16:21:51','2019-08-26 21:21:51','',5945,'https://buzz-caribbean.com/app/uploads/2019/08/Comments-1.jpg',0,'attachment','image/jpeg',0),(5950,11,'2019-08-26 16:27:52','2019-08-26 21:27:52','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">This theme song is the final betrayal <a href=\"https://twitter.com/hashtag/power?src=hash&amp;ref_src=twsrc%5Etfw\">#power</a></p>&mdash; hoodpodcast (@hoodpodcast) <a href=\"https://twitter.com/hoodpodcast/status/1165479796891148288?ref_src=twsrc%5Etfw\">August 25, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','29767262ace8bb885623646f734b100d','','','2019-08-26 16:27:52','2019-08-26 21:27:52','',0,'https://buzz-caribbean.com/article/29767262ace8bb885623646f734b100d/',0,'oembed_cache','',0),(5951,11,'2019-08-26 16:28:11','2019-08-26 21:28:11','','Trey-Songz-Reply','','inherit','open','closed','','trey-songz-reply','','','2019-08-26 16:28:11','2019-08-26 21:28:11','',5945,'https://buzz-caribbean.com/app/uploads/2019/08/Trey-Songz-Reply.jpg',0,'attachment','image/jpeg',0),(5952,11,'2019-08-26 16:35:47','2019-08-26 21:35:47','<iframe title=\"Power | Opening Credits w/ Music by 50 Cent ft. Joe | STARZ\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/TGLwbMX0o5Y?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','7a431b440d9743065fb267eb8b370d1e','','','2019-08-26 16:35:47','2019-08-26 21:35:47','',0,'https://buzz-caribbean.com/article/7a431b440d9743065fb267eb8b370d1e/',0,'oembed_cache','',0),(5953,21,'2019-08-26 16:53:34','0000-00-00 00:00:00','<!-- wp:image {\"id\":5959} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Money-mattersOption-2-Logo-1024x409.jpg\" alt=\"\" class=\"wp-image-5959\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica’s stock exchange has been the best in the\nworld for the last seven years.&nbsp; The\ntruth is stocks have always been one of the best forms of investments. If you\npurchased NCB in the 80s you’d have paid a mere $1.00 for each share. Today\n(August 15, 2019) the stock closed at $211.36.&nbsp;\nPut another way: if you spent $10,000 to purchase 10,000units when the\nstock was first listed that 10,000 units would today be worth $2,113,600.00.\nThat’s an increase of 21036%!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before anyone says that’s over almost 40 years let me\nshare some more recent data with you..</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Barita (BIL) was worth $9.58 on August 15, 2018. One\nyear later and they are trading at $88.78. That’s an increase of 826.72%.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fontana (FTNA) the first stock to list on the Junior\nStock Exchange for 2019 listed at an initial price of $1.88. Today they are\ntrading at $8.44. 348.93% return in a little over seven months!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The list goes on with other stocks like Sagicor,\nJMMB, Indies Pharmaceuticals, Wisynco, the much talked about Wigton and the\nrecently issued Lab and Sagicor Select Fund showing remarkable returns in 2019!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So why are so many Jamaicans still intimidated by the\nstock market? Simple answer- ‘The experts’!&nbsp;\nJargons, jargons jargons! Stick with me in this series and I’ll teach\nyou why there’s nothing to be intimidated by. I’ll show you that kids make\namazing investors because they go with gut instinct and don’t over analyse.\nI’ll teach you why buying stocks are like buying groceries. You’ll learn the\ntwo main questions that you need to answer to inform what stocks you buy. I’ll\ntake the bear and the bull out of the equation and show you why the stock game\nis best played by all!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Follow the series and Let’s get rich!</p>\n<!-- /wp:paragraph -->','Understanding the stock market','','draft','open','closed','','','','','2019-08-26 16:53:34','2019-08-26 21:53:34','',0,'https://buzz-caribbean.com/?p=5953',0,'post','',0),(5954,11,'2019-08-26 16:37:28','2019-08-26 21:37:28','<!-- wp:paragraph -->\n<p>The sixth and final season of <strong>Starz</strong>\'s hit series, <strong>Power</strong>, aired last night. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the theme: <strong>The Final Betrayal</strong>, fans were amped up for the hard-hitting, action-packed drama that the TV series has become known for.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, before the first scene could even hit the screens, fans were left wondering if  \"The Final Betrayal\" had already happened. The iconic theme song, \"<a href=\"https://www.youtube.com/watch?v=TGLwbMX0o5Y\">Big Rich Town</a>\" originally performed by R&amp;B artist Joe had been remixed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=TGLwbMX0o5Y\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=TGLwbMX0o5Y\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The show\'s producers decided to start with a version sung by Trey Songz, featuring a verse from Bronx rapper A Boogie Wit Da Hoodie. And while this type of change isn\'t unusual and most times even welcomed -  <em>Power</em> fans are not having it.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=oCDXQOFzmRg\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=oCDXQOFzmRg\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>It was a firestorm on social media about the showrunners\' decision to fix something that\'s not broken.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5948,5949]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Comments-2.jpg\" alt=\"\" data-id=\"5948\" data-link=\"https://buzz-caribbean.com/?attachment_id=5948\" class=\"wp-image-5948\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Comments-1.jpg\" alt=\"\" data-id=\"5949\" data-link=\"https://buzz-caribbean.com/?attachment_id=5949\" class=\"wp-image-5949\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/hoodpodcast/status/1165479796891148288?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1165479796891148288\\u0026ref_url=https%3A%2F%2Fwww.oprahmag.com%2Fentertainment%2Ftv-movies%2Fa28809062%2Fpower-season-6-theme-song-reactions%2F\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/hoodpodcast/status/1165479796891148288?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1165479796891148288&amp;ref_url=https%3A%2F%2Fwww.oprahmag.com%2Fentertainment%2Ftv-movies%2Fa28809062%2Fpower-season-6-theme-song-reactions%2F\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Series co-creator and star 50 cent was quick to give his reply on social media - reminding fans that they weren\'t quick to purchase albums with the previous track and that the song was done as a favour to him by Trey Songz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, the R&amp;B crooner saw it as a joke posting \"...Remember what I said when you first played it?!\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5951,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Trey-Songz-Reply.jpg\" alt=\"\" class=\"wp-image-5951\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Favour or not - what do you think of the remixed version?</em></p>\n<!-- /wp:paragraph -->','Power theme song - epic fail?','','inherit','closed','closed','','5945-revision-v1','','','2019-08-26 16:37:28','2019-08-26 21:37:28','',5945,'https://buzz-caribbean.com/article/5945-revision-v1/',0,'revision','',0),(5955,4,'2019-08-26 16:42:49','2019-08-26 21:42:49','<!-- wp:paragraph -->\n<p>THE STOCK MARKET – Let’s get rich!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PART ONE</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jamaica’s stock exchange has been the best in the\nworld for the last seven years.&nbsp; The\ntruth is stocks have always been one of the best forms of investments. If you\npurchased NCB in the 80s you’d have paid a mere $1.00 for each share. Today\n(August 15, 2019) the stock closed at $211.36.&nbsp;\nPut another way: if you spent $10,000 to purchase 10,000units when the\nstock was first listed that 10,000 units would today be worth $2,113,600.00.\nThat’s an increase of 21036%!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before anyone says that’s over almost 40 years let me\nshare some more recent data with you..</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Barita (BIL) was worth $9.58 on August 15, 2018. One\nyear later and they are trading at $88.78. That’s an increase of 826.72%.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fontana (FTNA) the first stock to list on the Junior\nStock Exchange for 2019 listed at an initial price of $1.88. Today they are\ntrading at $8.44. 348.93% return in a little over seven months!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The list goes on with other stocks like Sagicor,\nJMMB, Indies Pharmaceuticals, Wisynco, the much talked about Wigton and the\nrecently issued Lab and Sagicor Select Fund showing remarkable returns in 2019!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So why are so many Jamaicans still intimidated by the\nstock market? Simple answer- ‘The experts’!&nbsp;\nJargons, jargons jargons! Stick with me in this series and I’ll teach\nyou why there’s nothing to be intimidated by. I’ll show you that kids make\namazing investors because they go with gut instinct and don’t over analyse.\nI’ll teach you why buying stocks are like buying groceries. You’ll learn the\ntwo main questions that you need to answer to inform what stocks you buy. I’ll\ntake the bear and the bull out of the equation and show you why the stock game\nis best played by all!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Follow the series and Let’s get rich!</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','5953-revision-v1','','','2019-08-26 16:42:49','2019-08-26 21:42:49','',5953,'https://buzz-caribbean.com/article/5953-revision-v1/',0,'revision','',0),(5956,11,'2019-08-26 16:43:59','2019-08-26 21:43:59','','Trey Songz','','inherit','open','closed','','trey-songz','','','2019-08-26 16:43:59','2019-08-26 21:43:59','',5945,'https://buzz-caribbean.com/app/uploads/2019/08/Trey-Songz.jpg',0,'attachment','image/jpeg',0),(5957,11,'2019-08-26 16:45:33','2019-08-26 21:45:33','<!-- wp:paragraph -->\n<p>The sixth and final season of <strong>Starz</strong>\'s hit series, <strong><a href=\"https://buzz-caribbean.com/article/power-season-6-kicks-off-on-august-25/\">Power</a></strong>, aired last night. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the theme: <strong>The Final Betrayal</strong>, fans were amped up for the hard-hitting, action-packed drama that the TV series has become known for.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, before the first scene could even hit the screens, fans were left wondering if  \"The Final Betrayal\" had already happened. The iconic theme song, \"<a href=\"https://www.youtube.com/watch?v=TGLwbMX0o5Y\">Big Rich Town</a>\" originally performed by R&amp;B artist Joe had been remixed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=TGLwbMX0o5Y\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=TGLwbMX0o5Y\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The show\'s producers decided to start with a version sung by Trey Songz, featuring a verse from Bronx rapper A Boogie Wit Da Hoodie. And while this type of change isn\'t unusual and most times even welcomed - <strong>Power</strong> fans are not having it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=oCDXQOFzmRg\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=oCDXQOFzmRg\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>It was a firestorm on social media about the showrunners\' decision to fix something that\'s not broken.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5948,5949]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Comments-2.jpg\" alt=\"\" data-id=\"5948\" data-link=\"https://buzz-caribbean.com/?attachment_id=5948\" class=\"wp-image-5948\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Comments-1.jpg\" alt=\"\" data-id=\"5949\" data-link=\"https://buzz-caribbean.com/?attachment_id=5949\" class=\"wp-image-5949\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/hoodpodcast/status/1165479796891148288?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1165479796891148288\\u0026ref_url=https%3A%2F%2Fwww.oprahmag.com%2Fentertainment%2Ftv-movies%2Fa28809062%2Fpower-season-6-theme-song-reactions%2F\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/hoodpodcast/status/1165479796891148288?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1165479796891148288&amp;ref_url=https%3A%2F%2Fwww.oprahmag.com%2Fentertainment%2Ftv-movies%2Fa28809062%2Fpower-season-6-theme-song-reactions%2F\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Series co-creator and star 50 cent was quick to give his reply on social media - reminding fans that they weren\'t quick to purchase albums with the previous track and that the song was done as a favour to him by Trey Songz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, the R&amp;B crooner saw it as a joke posting \"...Remember what I said when you first played it?!\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5951,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Trey-Songz-Reply.jpg\" alt=\"\" class=\"wp-image-5951\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Favour or not - what do you think of the remixed version?</em></p>\n<!-- /wp:paragraph -->','Power theme song - epic fail?','','inherit','closed','closed','','5945-revision-v1','','','2019-08-26 16:45:33','2019-08-26 21:45:33','',5945,'https://buzz-caribbean.com/article/5945-revision-v1/',0,'revision','',0),(5958,4,'2019-08-26 16:45:55','2019-08-26 21:45:55','','Money-mattersOption-2-Cover33','','inherit','open','closed','','money-mattersoption-2-cover33','','','2019-08-26 16:45:55','2019-08-26 21:45:55','',5953,'https://buzz-caribbean.com/app/uploads/2019/08/Money-mattersOption-2-Cover33.jpg',0,'attachment','image/jpeg',0),(5959,4,'2019-08-26 16:47:28','2019-08-26 21:47:28','','Money-mattersOption-2-Logo','','inherit','open','closed','','money-mattersoption-2-logo','','','2019-08-26 16:47:28','2019-08-26 21:47:28','',5953,'https://buzz-caribbean.com/app/uploads/2019/08/Money-mattersOption-2-Logo.jpg',0,'attachment','image/jpeg',0),(5960,11,'2019-08-26 16:48:14','2019-08-26 21:48:14','<!-- wp:paragraph -->\n<p>The sixth and final season of <strong>Starz\'s</strong> hit series, <strong><a href=\"https://buzz-caribbean.com/article/power-season-6-kicks-off-on-august-25/\">Power</a></strong>, aired last night. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the theme: <strong>The Final Betrayal</strong>, fans were amped up for the hard-hitting, action-packed drama that the TV series has become known for.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, before the first scene could even hit the screens, fans were left wondering if  \"The Final Betrayal\" had already happened. The iconic theme song, \"<a href=\"https://www.youtube.com/watch?v=TGLwbMX0o5Y\">Big Rich Town</a>\" originally performed by R&amp;B artist Joe had been remixed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=TGLwbMX0o5Y\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=TGLwbMX0o5Y\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The show\'s producers decided to start with a version sung by Trey Songz, featuring a verse from Bronx rapper A Boogie Wit Da Hoodie. And while this type of change isn\'t unusual and most times even welcomed - <strong>Power</strong> fans are not having it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=oCDXQOFzmRg\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=oCDXQOFzmRg\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>It was a firestorm on social media about the showrunners\' decision to fix something that\'s not broken.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5948,5949]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Comments-2.jpg\" alt=\"\" data-id=\"5948\" data-link=\"https://buzz-caribbean.com/?attachment_id=5948\" class=\"wp-image-5948\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Comments-1.jpg\" alt=\"\" data-id=\"5949\" data-link=\"https://buzz-caribbean.com/?attachment_id=5949\" class=\"wp-image-5949\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/hoodpodcast/status/1165479796891148288?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1165479796891148288\\u0026ref_url=https%3A%2F%2Fwww.oprahmag.com%2Fentertainment%2Ftv-movies%2Fa28809062%2Fpower-season-6-theme-song-reactions%2F\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/hoodpodcast/status/1165479796891148288?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1165479796891148288&amp;ref_url=https%3A%2F%2Fwww.oprahmag.com%2Fentertainment%2Ftv-movies%2Fa28809062%2Fpower-season-6-theme-song-reactions%2F\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Series co-creator and star 50 cent was quick to give his reply on social media - reminding fans that they weren\'t quick to purchase albums with the previous track and that the song was done as a favour to him by Trey Songz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, the R&amp;B crooner saw it as a joke posting \"...Remember what I said when you first played it?!\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5951,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Trey-Songz-Reply.jpg\" alt=\"\" class=\"wp-image-5951\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Favour or not - what do you think of the remixed version?</em></p>\n<!-- /wp:paragraph -->','Power theme song - epic fail?','','inherit','closed','closed','','5945-revision-v1','','','2019-08-26 16:48:14','2019-08-26 21:48:14','',5945,'https://buzz-caribbean.com/article/5945-revision-v1/',0,'revision','',0),(5961,4,'2019-08-26 16:49:57','2019-08-26 21:49:57','<!-- wp:image {\"id\":5959} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Money-mattersOption-2-Logo-1024x409.jpg\" alt=\"\" class=\"wp-image-5959\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica’s stock exchange has been the best in the\nworld for the last seven years.&nbsp; The\ntruth is stocks have always been one of the best forms of investments. If you\npurchased NCB in the 80s you’d have paid a mere $1.00 for each share. Today\n(August 15, 2019) the stock closed at $211.36.&nbsp;\nPut another way: if you spent $10,000 to purchase 10,000units when the\nstock was first listed that 10,000 units would today be worth $2,113,600.00.\nThat’s an increase of 21036%!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before anyone says that’s over almost 40 years let me\nshare some more recent data with you..</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Barita (BIL) was worth $9.58 on August 15, 2018. One\nyear later and they are trading at $88.78. That’s an increase of 826.72%.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fontana (FTNA) the first stock to list on the Junior\nStock Exchange for 2019 listed at an initial price of $1.88. Today they are\ntrading at $8.44. 348.93% return in a little over seven months!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The list goes on with other stocks like Sagicor,\nJMMB, Indies Pharmaceuticals, Wisynco, the much talked about Wigton and the\nrecently issued Lab and Sagicor Select Fund showing remarkable returns in 2019!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So why are so many Jamaicans still intimidated by the\nstock market? Simple answer- ‘The experts’!&nbsp;\nJargons, jargons jargons! Stick with me in this series and I’ll teach\nyou why there’s nothing to be intimidated by. I’ll show you that kids make\namazing investors because they go with gut instinct and don’t over analyse.\nI’ll teach you why buying stocks are like buying groceries. You’ll learn the\ntwo main questions that you need to answer to inform what stocks you buy. I’ll\ntake the bear and the bull out of the equation and show you why the stock game\nis best played by all!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Follow the series and Let’s get rich!</p>\n<!-- /wp:paragraph -->','Understanding the stock market','','inherit','closed','closed','','5953-revision-v1','','','2019-08-26 16:49:57','2019-08-26 21:49:57','',5953,'https://buzz-caribbean.com/article/5953-revision-v1/',0,'revision','',0),(5964,11,'2019-08-26 17:02:47','2019-08-26 22:02:47','<!-- wp:paragraph -->\n<p>The sixth and final season of <strong>Starz\'s</strong> hit series, <strong><a href=\"https://buzz-caribbean.com/article/power-season-6-kicks-off-on-august-25/\">Power</a></strong>, aired last night. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the theme: <strong>The Final Betrayal</strong>, fans were amped up for the hard-hitting, action-packed drama that the TV series has become known for.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, before the first scene could even hit the screens, fans were left wondering if  \"The Final Betrayal\" had already happened. The iconic theme song, \"<a href=\"https://www.youtube.com/watch?v=TGLwbMX0o5Y\">Big Rich Town</a>\" originally performed by R&amp;B artist Joe had been remixed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=TGLwbMX0o5Y\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=TGLwbMX0o5Y\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The show\'s producers decided to start with a version sung by Trey Songz, featuring a verse from Bronx rapper A Boogie Wit Da Hoodie. And while this type of change isn\'t unusual and most times even welcomed - <strong>Power</strong> fans are not having it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=oCDXQOFzmRg\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=oCDXQOFzmRg\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>It was a firestorm on social media about the showrunners\' decision to fix something that\'s not broken.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5948,5949]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Comments-2.jpg\" alt=\"\" data-id=\"5948\" data-link=\"https://buzz-caribbean.com/?attachment_id=5948\" class=\"wp-image-5948\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Comments-1.jpg\" alt=\"\" data-id=\"5949\" data-link=\"https://buzz-caribbean.com/?attachment_id=5949\" class=\"wp-image-5949\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/hoodpodcast/status/1165479796891148288?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1165479796891148288\\u0026ref_url=https%3A%2F%2Fwww.oprahmag.com%2Fentertainment%2Ftv-movies%2Fa28809062%2Fpower-season-6-theme-song-reactions%2F\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/hoodpodcast/status/1165479796891148288?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1165479796891148288&amp;ref_url=https%3A%2F%2Fwww.oprahmag.com%2Fentertainment%2Ftv-movies%2Fa28809062%2Fpower-season-6-theme-song-reactions%2F\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Series co-creator and star 50 cent was quick to give his reply on social media - reminding fans that they weren\'t quick to purchase albums with the previous track and that the song was done as a favour to him by Trey Songz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, the R&amp;B crooner saw it as a joke posting \"...Remember what I said when you first played it?!\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5951,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Trey-Songz-Reply.jpg\" alt=\"\" class=\"wp-image-5951\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It\'s now become a running joke among entertainers, with R&amp;B vocalist submitting his \"gospel jazz r&amp;b version\" for consideration. Are we seeing the start of a new social media challenge?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1o9m5OA-Qs/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1o9m5OA-Qs/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><em>What do you think of the remixed version? Or do you think you could do a better version? Tag us on Instagram @werbuzz #PowerThemeSongChallenge</em></p>\n<!-- /wp:paragraph -->','Power theme song - epic fail?','','inherit','closed','closed','','5945-revision-v1','','','2019-08-26 17:02:47','2019-08-26 22:02:47','',5945,'https://buzz-caribbean.com/article/5945-revision-v1/',0,'revision','',0),(5965,11,'2019-08-26 17:02:48','2019-08-26 22:02:48','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1o9m5OA-Qs/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1o9m5OA-Qs/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1o9m5OA-Qs/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">@50cent since we changing the theme song i just wanna submit my gospel jazz r&amp;b version for your consideration..?? #RnBMoney #TheGeneral #Elevation #Power #PowerSeason6 #PowerThemeSongChallenge</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/therealtank/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Tank</a> (@therealtank) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-26T20:09:48+00:00\">Aug 26, 2019 at 1:09pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','f5e35def252671297355be5dd8ea868e','','','2019-08-26 17:02:48','2019-08-26 22:02:48','',0,'https://buzz-caribbean.com/article/f5e35def252671297355be5dd8ea868e/',0,'oembed_cache','',0),(5966,23,'2019-08-26 17:17:45','2019-08-26 22:17:45','<!-- wp:image {\"id\":5967} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Aqueduct-NegrilT-1024x679.jpg\" alt=\"\" class=\"wp-image-5967\" /><figcaption>The pool at The Aqueducts is one of the things that stands out about the property. (Photos:  Claudia Gardner)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you ever decide\nto trek over to Negril’ newest condominium type hotel, The Aqueducts of Negril,\nprepare to be wowed.&nbsp;The property has the most commanding view of the\nlegendary seven-mile beach and its accompanying turquoise waters, as well as the\nbeautiful golden sunset. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5968} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Aqueduct-NegrilA-1024x679.jpg\" alt=\"\" class=\"wp-image-5968\" /><figcaption>The entrance to The Aqueducts. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Centrally located,\nThe Aqueducts is a stone’s throw from the two strips of sparkling white sand\nbeaches – Long Bay and Bloody Bay that comprise the seven-mile beach, and it is\nnot too far from the spectacular cliffs and grottos that can be found on the\nWest End.&nbsp;Being close to the Negril town centre, persons staying at The Aqueducts\nhave easy access to all shopping areas and banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Aqueducts is a gorgeous and intimate ocean-view property where guests can enjoy warm breezy nights and relaxing sunny days. The complex has well-maintained garden areas and trees, paved parking areas, driveways and walkways, and it is fully enclosed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em><strong>The units at The Aqueducts are quite cosy. See gallery below. </strong></em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5969,5970]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Aqueduct-NegrilW-1024x679.jpg\" alt=\"\" data-id=\"5969\" data-link=\"https://buzz-caribbean.com/?attachment_id=5969\" class=\"wp-image-5969\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Aqueduct-NegrilX-1024x679.jpg\" alt=\"\" data-id=\"5970\" data-link=\"https://buzz-caribbean.com/?attachment_id=5970\" class=\"wp-image-5970\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The 3.6-acre property consists of 46 units - five studios, six one-bedroom apartments, 16 two-bedroom apartments, 12 two-bedroom townhouses and seven three-bedroom units. All the units have balconies or patios and offer spectacular views of either the ocean or the lush tropical gardens. There is also a fresh-water swimming pool, fitness centre, guardhouse, 24-hour security, 81 parking spaces and a manager’s office. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, if you are looking for a holiday home, permanent home, retirement home or an investment property, then The Aqueducts might just be your fit!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—  <strong><em>Written by Claudia Gardner</em></strong> </p>\n<!-- /wp:paragraph -->','Prepared to be wowed at The Aqueducts of Negril','','publish','open','closed','','prepared-to-be-wowed-at-the-aqueducts-of-negril','','','2019-08-26 17:17:45','2019-08-26 22:17:45','',0,'https://buzz-caribbean.com/?p=5966',0,'post','',0),(5967,9,'2019-08-26 17:10:37','2019-08-26 22:10:37','','Aqueduct-NegrilT','','inherit','open','closed','','aqueduct-negrilt','','','2019-08-26 17:10:37','2019-08-26 22:10:37','',5966,'https://buzz-caribbean.com/app/uploads/2019/08/Aqueduct-NegrilT.jpg',0,'attachment','image/jpeg',0),(5968,9,'2019-08-26 17:10:49','2019-08-26 22:10:49','','Aqueduct-NegrilA','','inherit','open','closed','','aqueduct-negrila','','','2019-08-26 17:10:49','2019-08-26 22:10:49','',5966,'https://buzz-caribbean.com/app/uploads/2019/08/Aqueduct-NegrilA.jpg',0,'attachment','image/jpeg',0),(5969,9,'2019-08-26 17:11:16','2019-08-26 22:11:16','','Aqueduct-NegrilW','','inherit','open','closed','','aqueduct-negrilw','','','2019-08-26 17:11:16','2019-08-26 22:11:16','',5966,'https://buzz-caribbean.com/app/uploads/2019/08/Aqueduct-NegrilW.jpg',0,'attachment','image/jpeg',0),(5970,9,'2019-08-26 17:11:18','2019-08-26 22:11:18','','Aqueduct-NegrilX','','inherit','open','closed','','aqueduct-negrilx','','','2019-08-26 17:11:18','2019-08-26 22:11:18','',5966,'https://buzz-caribbean.com/app/uploads/2019/08/Aqueduct-NegrilX.jpg',0,'attachment','image/jpeg',0),(5971,9,'2019-08-26 17:15:28','2019-08-26 22:15:28','<!-- wp:image {\"id\":5967} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Aqueduct-NegrilT-1024x679.jpg\" alt=\"\" class=\"wp-image-5967\" /><figcaption>The pool at The Aqueducts is one of the things that stands out about the property. (Photos:  Claudia Gardner)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you ever decide\nto trek over to Negril’ newest condominium type hotel, The Aqueducts of Negril,\nprepare to be wowed.&nbsp;The property has the most commanding view of the\nlegendary seven-mile beach and its accompanying turquoise waters, as well as the\nbeautiful golden sunset. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5968} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Aqueduct-NegrilA-1024x679.jpg\" alt=\"\" class=\"wp-image-5968\" /><figcaption>The entrance to The Aqueducts. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Centrally located,\nThe Aqueducts is a stone’s throw from the two strips of sparkling white sand\nbeaches – Long Bay and Bloody Bay that comprise the seven-mile beach, and it is\nnot too far from the spectacular cliffs and grottos that can be found on the\nWest End.&nbsp;Being close to the Negril town centre, persons staying at The Aqueducts\nhave easy access to all shopping areas and banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Aqueducts is a gorgeous and intimate ocean-view property where guests can enjoy warm breezy nights and relaxing sunny days. The complex has well-maintained garden areas and trees, paved parking areas, driveways and walkways, and it is fully enclosed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em><strong>The units at The Aqueducts are quite cosy. See gallery below. </strong></em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5969,5970]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Aqueduct-NegrilW-1024x679.jpg\" alt=\"\" data-id=\"5969\" data-link=\"https://buzz-caribbean.com/?attachment_id=5969\" class=\"wp-image-5969\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Aqueduct-NegrilX-1024x679.jpg\" alt=\"\" data-id=\"5970\" data-link=\"https://buzz-caribbean.com/?attachment_id=5970\" class=\"wp-image-5970\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The 3.6-acre property consists of 46 units - five studios, six one-bedroom apartments, 16 two-bedroom apartments, 12 two-bedroom townhouses and seven three-bedroom units. All the units have balconies or patios and offer spectacular views of either the ocean or the lush tropical gardens. There is also a fresh-water swimming pool, fitness centre, guardhouse, 24-hour security, 81 parking spaces and a manager’s office. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, if you are looking for a holiday home, permanent home, retirement home or an investment property, then The Aqueducts might just be your fit!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—  <strong><em>Written by Claudia Gardner</em></strong> </p>\n<!-- /wp:paragraph -->','The Aqueducts of Negril wows guests','','inherit','closed','closed','','5966-revision-v1','','','2019-08-26 17:15:28','2019-08-26 22:15:28','',5966,'https://buzz-caribbean.com/article/5966-revision-v1/',0,'revision','',0),(5972,9,'2019-08-26 17:17:29','2019-08-26 22:17:29','<!-- wp:image {\"id\":5967} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Aqueduct-NegrilT-1024x679.jpg\" alt=\"\" class=\"wp-image-5967\" /><figcaption>The pool at The Aqueducts is one of the things that stands out about the property. (Photos:  Claudia Gardner)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you ever decide\nto trek over to Negril’ newest condominium type hotel, The Aqueducts of Negril,\nprepare to be wowed.&nbsp;The property has the most commanding view of the\nlegendary seven-mile beach and its accompanying turquoise waters, as well as the\nbeautiful golden sunset. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5968} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Aqueduct-NegrilA-1024x679.jpg\" alt=\"\" class=\"wp-image-5968\" /><figcaption>The entrance to The Aqueducts. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Centrally located,\nThe Aqueducts is a stone’s throw from the two strips of sparkling white sand\nbeaches – Long Bay and Bloody Bay that comprise the seven-mile beach, and it is\nnot too far from the spectacular cliffs and grottos that can be found on the\nWest End.&nbsp;Being close to the Negril town centre, persons staying at The Aqueducts\nhave easy access to all shopping areas and banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Aqueducts is a gorgeous and intimate ocean-view property where guests can enjoy warm breezy nights and relaxing sunny days. The complex has well-maintained garden areas and trees, paved parking areas, driveways and walkways, and it is fully enclosed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em><strong>The units at The Aqueducts are quite cosy. See gallery below. </strong></em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[5969,5970]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Aqueduct-NegrilW-1024x679.jpg\" alt=\"\" data-id=\"5969\" data-link=\"https://buzz-caribbean.com/?attachment_id=5969\" class=\"wp-image-5969\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Aqueduct-NegrilX-1024x679.jpg\" alt=\"\" data-id=\"5970\" data-link=\"https://buzz-caribbean.com/?attachment_id=5970\" class=\"wp-image-5970\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The 3.6-acre property consists of 46 units - five studios, six one-bedroom apartments, 16 two-bedroom apartments, 12 two-bedroom townhouses and seven three-bedroom units. All the units have balconies or patios and offer spectacular views of either the ocean or the lush tropical gardens. There is also a fresh-water swimming pool, fitness centre, guardhouse, 24-hour security, 81 parking spaces and a manager’s office. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, if you are looking for a holiday home, permanent home, retirement home or an investment property, then The Aqueducts might just be your fit!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—  <strong><em>Written by Claudia Gardner</em></strong> </p>\n<!-- /wp:paragraph -->','Prepared to be wowed at The Aqueducts of Negril','','inherit','closed','closed','','5966-revision-v1','','','2019-08-26 17:17:29','2019-08-26 22:17:29','',5966,'https://buzz-caribbean.com/article/5966-revision-v1/',0,'revision','',0),(5973,23,'2019-08-27 06:20:15','2019-08-27 11:20:15','<!-- wp:image {\"id\":5576} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-variety.jpg\" alt=\"\" class=\"wp-image-5576\" /><figcaption>Rihanna\'s ANTI album has created Billboard 200 history.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Bajan Queen Rihanna has set the bar high for females in the music business internationally, being the only black female artiste with the longest-running album on the Billboard 200 chart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her eighth studio album <strong>ANTI </strong>released in January of 2016 has surpassed Beyoncé\'s, spending a whopping 186 weeks on the chart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Music critics have described this body of work to be her best of her 14 years in the music industry. <strong>ANTI </strong>contains some of her biggest fan favourites,  such as <strong>Kiss It Better</strong>, <strong>Work </strong>featuring Drake, <strong>Needed Me</strong>, <strong>Love On The Brain</strong>. Her last release was a collaboration with DJ Khaled on the track <strong>Wild Thoughts</strong> featuring Bryson Tiller.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ever since her focus has been on her beauty and clothing brand Fenty, but rumor has it, her dancehall album is on the way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier this year, Rihanna was ranked the richest female musician with a net worth of US$600 million, surpassing Beyoncé and Madonna.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em> — Article written by Shania Hanchard </em></strong></p>\n<!-- /wp:paragraph -->','Rihanna makes Billboard history with ANTI','','publish','open','closed','','rihanna-makes-billboard-history-with-anti','','','2019-08-27 08:01:15','2019-08-27 13:01:15','',0,'https://buzz-caribbean.com/?p=5973',0,'post','',0),(5974,21,'2019-08-26 17:36:25','2019-08-26 22:36:25','<!-- wp:image {\"id\":5975} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kim-kardashian.jpg\" alt=\"\" class=\"wp-image-5975\" /><figcaption> Kim Kardashian West </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kim Kardashian West has renamed her shapewear line after she was forced to change its original name of Kimono.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Keeping Up With The Kardashians</strong> star has announced the line will now be called SKIMS Solutionwear, following allegations of cultural appropriation after she named it after the traditional Japanese garment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sharing a picture of the garments on her Instagram page, she said: \"My fans and followers are a huge inspiration to me. I\'m always listening to their feedback and opinions, and am so grateful they shared their ideas for a new brand name. After much thought and consideration, I\'m excited to announce the launch of SKIMS Solutionwear (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Back in July, Kim insisted she was \"working really hard\" to change the labels inside of her Kimono shapewear line as the two million garments, all with the Kimono branding printed on the inside, had to be changed. </p>\n<!-- /wp:paragraph -->','Kim Kardashian West renames shapewear line','','publish','open','closed','','kim-kardashian-west-renames-shapewear-line','','','2019-08-26 17:36:26','2019-08-26 22:36:26','',0,'https://buzz-caribbean.com/?p=5974',0,'post','',0),(5975,9,'2019-08-26 17:34:00','2019-08-26 22:34:00','','kim-kardashian','','inherit','open','closed','','kim-kardashian','','','2019-08-26 17:34:00','2019-08-26 22:34:00','',5974,'https://buzz-caribbean.com/app/uploads/2019/08/kim-kardashian.jpg',0,'attachment','image/jpeg',0),(5976,9,'2019-08-26 17:36:04','2019-08-26 22:36:04','<!-- wp:image {\"id\":5975} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kim-kardashian.jpg\" alt=\"\" class=\"wp-image-5975\" /><figcaption> Kim Kardashian West </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kim Kardashian West has renamed her shapewear line after she was forced to change its original name of Kimono.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Keeping Up With The Kardashians</strong> star has announced the line will now be called SKIMS Solutionwear, following allegations of cultural appropriation after she named it after the traditional Japanese garment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sharing a picture of the garments on her Instagram page, she said: \"My fans and followers are a huge inspiration to me. I\'m always listening to their feedback and opinions, and am so grateful they shared their ideas for a new brand name. After much thought and consideration, I\'m excited to announce the launch of SKIMS Solutionwear (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Back in July, Kim insisted she was \"working really hard\" to change the labels inside of her Kimono shapewear line as the two million garments, all with the Kimono branding printed on the inside, had to be changed. </p>\n<!-- /wp:paragraph -->','Kim Kardashian West renames shapewear line','','inherit','closed','closed','','5974-revision-v1','','','2019-08-26 17:36:04','2019-08-26 22:36:04','',5974,'https://buzz-caribbean.com/article/5974-revision-v1/',0,'revision','',0),(5977,23,'2019-08-27 07:30:26','2019-08-27 12:30:26','<!-- wp:image {\"id\":5979} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dr-Birdz-A-1024x611.jpg\" alt=\"\" class=\"wp-image-5979\" /><figcaption> Jamaica eSports Initiative chairman and CEO Gregory Moore (second right) with three members of the Dr Birdz that made the trek to Las Vegas for the Evolution Championship Series 2019. From left: Andrew ‘Anjupang’ Johnson, Jason ‘JaiysonX’ Whyte and (right) Nicholas ‘wardestroyer’ Chin Loy. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On August 2, the Jamaica eSports Initiative took a major step to bring\nJamaica into the burgeoning competitive video game arena by attending the\nlargest fighting game competition in the world, The Evolution Championship\nSeries (ECS). At the end of the three-day event in Las Vegas, Nevada, the\nvirgin Jamaican eSports team, a five-player collective named the Dr Birdz,\nposted results that put them in the top 10 per cent internationally.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The experiment worked. Those were the words of JEI chairman and CEO,\nGregory Moore. He explained that the Dr Birdz, Jamaica’s official eSports team,\nwas created to represent the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There has never been any effort in Jamaica to put a team together to\nrepresent the country. Since we’re tasked with putting a national team together\nanyway, I thought let us just enter something where we know that Jamaica is\nproficient in,” Moore said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5980} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dr-Birdz-ChinLoy_Evo2019-1024x770.jpg\" alt=\"\" class=\"wp-image-5980\" /><figcaption>Nicholas Chin Loy (left) representing Jamaica in eSports at the Evolution Championship Series in Las Vegas, Nevada, in August. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The team making the trip to Las Vegas included Moore; Andrew Johnson,\nwho pulled double duty as a player and part of the JEI executive; Christopher\nChen; Jason Whyte; Nicholas Chin Loy; Vernon Bourne; and Mali Williams, a\nJamaican from Atlanta. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ECS or Evo as its better known in the gaming community focuses on the\nfighting game genre and uses nine titles - Street Fighter V: Arcade Edition,\nTekken 7, Super Smash Bros Ultimate, Mortal Kombat 11, Soul Calibur VI, Under\nNight In-Birth Exe:Late[st], Dragonball FighterZ, BlazeBlue Cross Tag Battle\nand Samurai Shodown.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5982} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dr-Birdz-Andrew_Evo2019-1024x736.jpg\" alt=\"\" class=\"wp-image-5982\" /><figcaption>Andrew Johnson (left) playing Street Fighter V: Arcade Edition at the Evolution Championship Series in Las Vegas, Nevada.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Anyone can pretty much enter Evolution, but we decided that we were\ngoing to do it as a team to get the word out there, to stir up the community,\nto showcase to sponsors what our potential is, as well as for the players to\ngain experience in international tournaments. Playing online is different than\nplaying beside somebody, especially a professional,” Moore said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The road to Evo began in January when the first of the two qualifiers to\nchoose the team members began. The second took place in April, solidifying the\ntop players in the island. Two months later, the team was formalised with the\nname Dr Birdz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And although things didn’t start out well during the trip to Las Vegas,\nMoore was happy with the results and the team’s performance under international\nscrutiny. More importantly, for Johnson, the only certified tournament planner\nin Jamaica, he hopes to bring back the spectacle that was Evo 2019 to the\ncountry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Jamaican gamers show off skills in Las Vegas','','publish','open','closed','','jamaican-gamers-show-off-skills-in-las-vegas','','','2019-08-26 18:15:09','2019-08-26 23:15:09','',0,'https://buzz-caribbean.com/?p=5977',0,'post','',0),(5978,9,'2019-08-26 18:08:18','2019-08-26 23:08:18','','DSC_0034','','inherit','open','closed','','dsc_0034','','','2019-08-26 18:08:18','2019-08-26 23:08:18','',5977,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_0034.jpg',0,'attachment','image/jpeg',0),(5979,9,'2019-08-26 18:09:40','2019-08-26 23:09:40','','Dr-Birdz-A','','inherit','open','closed','','dr-birdz-a','','','2019-08-26 18:09:40','2019-08-26 23:09:40','',5977,'https://buzz-caribbean.com/app/uploads/2019/08/Dr-Birdz-A.jpg',0,'attachment','image/jpeg',0),(5980,9,'2019-08-26 18:10:03','2019-08-26 23:10:03','','Dr-Birdz-ChinLoy_Evo2019','','inherit','open','closed','','dr-birdz-chinloy_evo2019','','','2019-08-26 18:10:03','2019-08-26 23:10:03','',5977,'https://buzz-caribbean.com/app/uploads/2019/08/Dr-Birdz-ChinLoy_Evo2019.jpg',0,'attachment','image/jpeg',0),(5981,9,'2019-08-26 18:10:19','2019-08-26 23:10:19','','Dr-Birdz-ChinLoy_Evo2019-1','','inherit','open','closed','','dr-birdz-chinloy_evo2019-1','','','2019-08-26 18:10:19','2019-08-26 23:10:19','',5977,'https://buzz-caribbean.com/app/uploads/2019/08/Dr-Birdz-ChinLoy_Evo2019-1.jpg',0,'attachment','image/jpeg',0),(5982,9,'2019-08-26 18:10:32','2019-08-26 23:10:32','','Dr-Birdz-Andrew_Evo2019','','inherit','open','closed','','dr-birdz-andrew_evo2019','','','2019-08-26 18:10:32','2019-08-26 23:10:32','',5977,'https://buzz-caribbean.com/app/uploads/2019/08/Dr-Birdz-Andrew_Evo2019.jpg',0,'attachment','image/jpeg',0),(5983,9,'2019-08-26 18:14:55','2019-08-26 23:14:55','<!-- wp:image {\"id\":5979} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dr-Birdz-A-1024x611.jpg\" alt=\"\" class=\"wp-image-5979\" /><figcaption> Jamaica eSports Initiative chairman and CEO Gregory Moore (second right) with three members of the Dr Birdz that made the trek to Las Vegas for the Evolution Championship Series 2019. From left: Andrew ‘Anjupang’ Johnson, Jason ‘JaiysonX’ Whyte and (right) Nicholas ‘wardestroyer’ Chin Loy. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On August 2, the Jamaica eSports Initiative took a major step to bring\nJamaica into the burgeoning competitive video game arena by attending the\nlargest fighting game competition in the world, The Evolution Championship\nSeries (ECS). At the end of the three-day event in Las Vegas, Nevada, the\nvirgin Jamaican eSports team, a five-player collective named the Dr Birdz,\nposted results that put them in the top 10 per cent internationally.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The experiment worked. Those were the words of JEI chairman and CEO,\nGregory Moore. He explained that the Dr Birdz, Jamaica’s official eSports team,\nwas created to represent the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There has never been any effort in Jamaica to put a team together to\nrepresent the country. Since we’re tasked with putting a national team together\nanyway, I thought let us just enter something where we know that Jamaica is\nproficient in,” Moore said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5980} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dr-Birdz-ChinLoy_Evo2019-1024x770.jpg\" alt=\"\" class=\"wp-image-5980\" /><figcaption>Nicholas Chin Loy (left) representing Jamaica in eSports at the Evolution Championship Series in Las Vegas, Nevada, in August. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The team making the trip to Las Vegas included Moore; Andrew Johnson,\nwho pulled double duty as a player and part of the JEI executive; Christopher\nChen; Jason Whyte; Nicholas Chin Loy; Vernon Bourne; and Mali Williams, a\nJamaican from Atlanta. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ECS or Evo as its better known in the gaming community focuses on the\nfighting game genre and uses nine titles - Street Fighter V: Arcade Edition,\nTekken 7, Super Smash Bros Ultimate, Mortal Kombat 11, Soul Calibur VI, Under\nNight In-Birth Exe:Late[st], Dragonball FighterZ, BlazeBlue Cross Tag Battle\nand Samurai Shodown.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5982} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dr-Birdz-Andrew_Evo2019-1024x736.jpg\" alt=\"\" class=\"wp-image-5982\" /><figcaption>Andrew Johnson (left) playing Street Fighter V: Arcade Edition at the Evolution Championship Series in Las Vegas, Nevada.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Anyone can pretty much enter Evolution, but we decided that we were\ngoing to do it as a team to get the word out there, to stir up the community,\nto showcase to sponsors what our potential is, as well as for the players to\ngain experience in international tournaments. Playing online is different than\nplaying beside somebody, especially a professional,” Moore said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The road to Evo began in January when the first of the two qualifiers to\nchoose the team members began. The second took place in April, solidifying the\ntop players in the island. Two months later, the team was formalised with the\nname Dr Birdz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And although things didn’t start out well during the trip to Las Vegas,\nMoore was happy with the results and the team’s performance under international\nscrutiny. More importantly, for Johnson, the only certified tournament planner\nin Jamaica, he hopes to bring back the spectacle that was Evo 2019 to the\ncountry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Jamaican gamers show off skills in Las Vegas','','inherit','closed','closed','','5977-revision-v1','','','2019-08-26 18:14:55','2019-08-26 23:14:55','',5977,'https://buzz-caribbean.com/article/5977-revision-v1/',0,'revision','',0),(5984,21,'2019-08-27 08:19:25','2019-08-27 13:19:25','<!-- wp:image {\"id\":5986} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Leonardo-DiCaprio.jpg\" alt=\"\" class=\"wp-image-5986\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Leonardo DiCaprio has donated $5 million in aid of the Amazon rainforest, which is being destroyed by wildfires.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 44-year-old actor has pledged the money through his environmental foundation, Earth Alliance, which he created with philanthropists Laurene Powell Jobs and Brian Sheth. The group\'s Amazon Forest Fund will provide financial aid to local partners and indigenous communities as they work to protect the Amazon. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A statement on Earth Alliance\'s website explained: \"The destruction of the Amazon rainforest is rapidly releasing carbon dioxide into the atmosphere, destroying an ecosystem that absorbs millions of tons of carbon emissions every year and is one of the planet\'s best defences against the climate crisis.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It continued: \"In addition, indigenous peoples\' land covers about 110 million hectares of the Brazilian Amazon, making the region critical not just for biodiversity conservation and climate change mitigation, but also for the cultural survival, self-determination, and wellbeing of the Amazon\'s indigenous peoples. Earth Alliance has formed an emergency Amazon Forest Fund with an initial commitment of $5 million to focus critical resources on the key protections needed to maintain the \'lungs of the planet\'.\"</p>\n<!-- /wp:paragraph -->','Leonardo DiCaprio donates $5 million to help stop Amazon wildfires','','publish','open','closed','','leonardo-dicaprios-donates-5-million-to-help-stop-amazon-wildfires','','','2019-08-27 07:59:49','2019-08-27 12:59:49','',0,'https://buzz-caribbean.com/?p=5984',0,'post','',0),(5985,4,'2019-08-26 18:21:34','2019-08-26 23:21:34','<!-- wp:image {\"id\":5576} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-variety.jpg\" alt=\"\" class=\"wp-image-5576\" /><figcaption>Rihanna\'s ANTI album has created Billboard 200 history.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Bajan Queen Rihanna has set the bar high for females in the music business internationally, being the only black female artiste with the longest-running album on the Billboard 200 chart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her eighth studio album <strong>ANTI </strong>released in January of 2016 has surpassed Beyoncé\'s, spending a whopping 186 weeks on the chart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Music critics have described this body of work to be her best of her 14 years in the music industry. <strong>ANTI </strong>contains some of her biggest fan favourites,  such as <strong>Kiss It Better</strong>, <strong>Work </strong>featuring Drake, <strong>Needed Me</strong>, <strong>Love On The Brain</strong>. Her last release was a collaboration with Dj Khalid on the track <strong>Wild Thoughts</strong> featuring Bryson Tiller.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ever since her focus has been on her beauty and clothing\nbrand Fenty, but rumor has it, her dancehall album is on the way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier this year, Rihanna was ranked the richest female musician with a net worth of US$600 million, surpassing Beyoncé and Madonna.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em> — Article written by Shania Hanchard </em></strong></p>\n<!-- /wp:paragraph -->','Rihanna makes Billboard history with ANTI','','inherit','closed','closed','','5973-revision-v1','','','2019-08-26 18:21:34','2019-08-26 23:21:34','',5973,'https://buzz-caribbean.com/article/5973-revision-v1/',0,'revision','',0),(5986,9,'2019-08-26 18:23:19','2019-08-26 23:23:19','','Leonardo-DiCaprio','','inherit','open','closed','','leonardo-dicaprio','','','2019-08-26 18:23:19','2019-08-26 23:23:19','',5984,'https://buzz-caribbean.com/app/uploads/2019/08/Leonardo-DiCaprio.jpg',0,'attachment','image/jpeg',0),(5987,9,'2019-08-26 18:25:15','2019-08-26 23:25:15','<!-- wp:image {\"id\":5986} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Leonardo-DiCaprio.jpg\" alt=\"\" class=\"wp-image-5986\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Leonardo DiCaprio has donated $5 million in aid of the Amazon rainforest, which is being destroyed by wildfires.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 44-year-old actor has pledged the money through his environmental foundation, Earth Alliance, which he created with philanthropists Laurene Powell Jobs and Brian Sheth. The group\'s Amazon Forest Fund will provide financial aid to local partners and indigenous communities as they work to protect the Amazon. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A statement on Earth Alliance\'s website explained: \"The destruction of the Amazon rainforest is rapidly releasing carbon dioxide into the atmosphere, destroying an ecosystem that absorbs millions of tons of carbon emissions every year and is one of the planet\'s best defences against the climate crisis.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It continued: \"In addition, indigenous peoples\' land covers about 110 million hectares of the Brazilian Amazon, making the region critical not just for biodiversity conservation and climate change mitigation, but also for the cultural survival, self-determination, and wellbeing of the Amazon\'s indigenous peoples. Earth Alliance has formed an emergency Amazon Forest Fund with an initial commitment of $5 million to focus critical resources on the key protections needed to maintain the \'lungs of the planet\'.\"</p>\n<!-- /wp:paragraph -->','Leonardo DiCaprio\'s donates $5 million to help stop Amazon wildfires','','inherit','closed','closed','','5984-revision-v1','','','2019-08-26 18:25:15','2019-08-26 23:25:15','',5984,'https://buzz-caribbean.com/article/5984-revision-v1/',0,'revision','',0),(5988,23,'2019-08-27 06:55:55','2019-08-27 11:55:55','<!-- wp:paragraph -->\n<p>St Catherine High school graduate Howard Pounall Sr is a firm believer that if he can do it anyone can… and do it he has.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pounall Sr has moved from washing dishes for money to now owning numerous properties in Jamaica, Canada and the United States, and&nbsp;from driving his stepfather’s blue LADA to having his very own 458 Ferrari.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5998} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_8158-1024x623.jpg\" alt=\"\" class=\"wp-image-5998\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 46-year-old father of three children was born in Kingston, Jamaica. The eldest of three brothers, he grew up in the Ensom City, Spanish Town, neighbours to his cousin Juliet Holness, who is now the wife of Prime Minister Andrew Holness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5994} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_8195.png\" alt=\"\" class=\"wp-image-5994\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Howard migrated to Calgary Alberta, Canada, immediately after high school in 1990 to be with his family. In Canada, he joined his cousins in pursuing his passion as a sound system selector with his sound \'Conqueror Sound\'.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I quickly came to the conclusion that continuing my education had to be a priority.\'</p><cite>— Howard Pounall Sr</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I realized that the dancehall/party scene was primarily a weekend event,” Pounall told <strong>BUZZ. </strong>“So I quickly came to the conclusion that continuing my education had to be a priority.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He landed his first job as a dishwasher, earning $4.95 per hour and was soon promoted to prep cook (salad bar) where he got a raise to $5.00 per hour at Brewsters Brewing Company on weekdays. He still played his sound system on weekends. Pounall later worked at Costco Wholesale as a grocery cashier/packer and eventually as a full-time forklift operator at Save On Foods. He enrolled as a full-time student at Mount Royal University (MRU) in 1992 while still holding down his job. He studied Criminology and Social work and graduated in the class of 1997.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5995} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_8198.png\" alt=\"\" class=\"wp-image-5995\" /><figcaption>Pounall with his daughter</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pounall got married in 1992 and became a father to Howard Jr. in 1994. Although it wasn’t easy being a young father, holding down a full-time job and going to school full time, Pounall was able to make the Dean’s Honour Roll.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, his name is still on the wall at MRU. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Along with all this, Pounall still found the time to start his own businesses</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Over the years, Pounall has never stopped going. In 1997 he worked for the Government of Canada as an Immigration Officer/CBSA, from 1998 to 2007 he worked with the Alberta Justice Dept as a Probation Officer/Case Worker /Corrections. From 1999 to 2009&nbsp; he worked at the Alberta Child &amp; Family Services as a Social Worker, Youth Counsellor and Addictions Counsellor. Then in 2004 he switched his focus and started a new path in real estate working at Century 21 Bravo Realty as a Real Estate Associate/Real Estate Investor, a field he is currently in. He has consistently been acknowledged&nbsp;as a top producing agent and has won the Top Producer award 15 times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5999} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_8163-984x1024.jpg\" alt=\"\" class=\"wp-image-5999\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Along with all this, Pounall still found the time to start his own businesses. In&nbsp; 2007 he started TMJ Trucking Ltd. In 2009 he started Canwest Paving Ltd and in 2017 the WP Investments Inc. He still owns all three businesses today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And as a reward to self, Pounall decided to pursue his personal dream, becoming a pilot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'It wasn’t easy with my busy work schedule but I did it.\'</p><cite>—Howard Pounall Sr</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He started aviation training in Miami Florida in 2014 but because of his busy work schedule, he was unable to complete the program until the following year. In 2015, Pounall obtained his Private Pilot License with over 25 hours of instrument and later got his night rating in 2017 in Calgary, Alberta. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5992} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_8184-1024x927.jpg\" alt=\"\" class=\"wp-image-5992\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Becoming a pilot was a childhood aspiration,” he said. “It wasn’t easy with my busy work schedule but I did it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5997} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/howard-pounall-plane.JPG.png\" alt=\"\" class=\"wp-image-5997\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For him balance is important. So while remaining a residential and commercial realtor in Calgary, Pounall balances his time between managing his properties in Calgary, the USA and Jamaica, while finding time to spend and travel with his family, including his children Howard Jr, Tashaye and Elin. He loves watching movies and sports and enjoys riding his Harley Davidson motorbike, flying planes, driving his jaw-dropping Ferrari, downhill skiing, playing golf and walking the family dog.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5996} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_8200.png\" alt=\"\" class=\"wp-image-5996\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pounall has certainly lived up to the motto of his former high school: ‘Prayer and work conquer all’. “Major credit to St Catherine High School for the discipline instilled in me, for real!” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em> — Written by Donna Hussey-Stewart</em></strong></p>\n<!-- /wp:paragraph -->','Howard Pounall Sr, taking it to the sky','','publish','open','closed','','howard-pounall-sr-taking-it-to-the-sky','','','2019-08-26 22:24:22','2019-08-27 03:24:22','',0,'https://buzz-caribbean.com/?p=5988',0,'post','',0),(5989,4,'2019-08-26 19:29:58','2019-08-27 00:29:58','<!-- wp:paragraph -->\n<p>St Catherine High school graduate Howard Pounall Sr is a firm believer that if he can do it anyone can… and do it he has.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pounall Sr has moved from washing dishes for money to now owning numerous properties in Jamaica, Canada and the United States, and from driving his stepfather’s blue LADA to having his very own 458 Ferrari.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 46-year-old father of three children was born in Kingston, Jamaica. The eldest of three brothers, he grew up in the Ensom City, Spanish Town, neighbours to his cousin Juliet Holness, who is now the wife of Prime Minister Andrew Holness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Howard migrated to Calgary Alberta, Canada, immediately after high school in 1990 to be with his family. In Canada, he joined his cousins in pursuing his passion as a sound system selector with his sound \'Conqueror Sound\'. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I quickly came to the conclusion that continuing my education had to be a priority.\'</p><cite>— Howard Pounall Sr</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I realized that the dancehall/party scene was primarily a weekend event,” Pounall told <strong>BUZZ. </strong>“So I quickly came to the conclusion that continuing my education had to be a priority.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He landed his first job as a dishwasher, earning $4.95 per hour and was soon promoted to prep cook (salad bar) where he got a raise to $5.00 per hour at Brewsters Brewing Company on weekdays. He still played his sound system on weekends. Pounall later worked at Costco Wholesale as a grocery cashier/packer and eventually as a full-time forklift operator at Save On Foods. He enrolled as a full-time student at Mount Royal University (MRU) in 1992 while still holding down his job. He studied Criminology and Social work and graduated in the class of 1997.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pounall got married in 1992 and became a father to Howard Jr. in 1994. Although it wasn’t easy being a young father, holding down a full time job and going to school full time, Pounall was able to make the Dean’s Honour Roll.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, his name is still on the wall at MRU. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Along with all this, Pounall still found the time to start his own businesses</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Over the years, Pounall has never stopped going. In 1997 he worked for the Government of Canada as an Immigration Officer/CBSA, from 1998 to 2007 he worked with the Alberta Justice Dept as a Probation Officer/Case Worker /Corrections. From 1999 to 2009  he worked at the Alberta Child &amp; Family Services as a Social Worker, Youth Counsellor and Addictions Counsellor. Then in 2004 he switched his focus and started a new path in real estate working at Century 21 Bravo Realty as a Real Estate Associate/Real Estate Investor, a field he is currently in. He has consistently been acknowledged a top producing agent and has won the Top Producer award 15 times. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Along with all this, Pounall still found the time to start his own businesses. In&nbsp; 2007 he started TMJ Trucking Ltd. In 2009 he started Canwest Paving Ltd and in 2017 the WP Investments Inc. He still owns all three businesses today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And as a reward to self, Pounall decided to pursue his personal dream, becoming a pilot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'It wasn’t easy with my busy work schedule but I did it.\'</p><cite>—Howard Pounall Sr</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He started aviation training in Miami Florida in 2014 but because of his busy work schedule, he was unable to complete the program until the following year. In 2015, Pounall obtained his Private Pilot License with over 25 hours of instrument and later got his night rating in 2017 in Calgary,Alberta. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Becoming a pilot was a childhood aspiration,” he said. “It wasn’t easy with my busy work schedule but I did it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For him balance is important. So while remaining a residential and commercial realtor in Calgary, Pounall balances his time between managing his properties in Calgary, the USA and Jamaica, while finding time to spend and travel with his family, including his children Howard Jr, Tashaye and Elin. He loves watching movies and sports and enjoys riding his Harley Davidsonmotorbike, flying planes, driving his jaw-dropping Ferrari, downhill skiing, playing golf and walking the family dog.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pounall has certainly lived up to the motto of his former high school: ‘Prayer and work conquer all’. “Major credit to St Catherine High School for the discipline instilled in me, for real!” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em> — Written by Donna Hussey-Stewart</em></strong></p>\n<!-- /wp:paragraph -->','Howard Pounall Sr, taking it to the sky','','inherit','closed','closed','','5988-revision-v1','','','2019-08-26 19:29:58','2019-08-27 00:29:58','',5988,'https://buzz-caribbean.com/article/5988-revision-v1/',0,'revision','',0),(5990,4,'2019-08-26 19:35:55','2019-08-27 00:35:55','<!-- wp:paragraph -->\n<p>St Catherine High school graduate Howard Pounall Sr is a firm believer that if he can do it anyone can… and do it he has.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pounall Sr has moved from washing dishes for money to now owning numerous properties in Jamaica, Canada and the United States, and from driving his stepfather’s blue LADA to having his very own 458 Ferrari.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 46-year-old father of three children was born in Kingston, Jamaica. The eldest of three brothers, he grew up in the Ensom City, Spanish Town, neighbours to his cousin Juliet Holness, who is now the wife of Prime Minister Andrew Holness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Howard migrated to Calgary Alberta, Canada, immediately after high school in 1990 to be with his family. In Canada, he joined his cousins in pursuing his passion as a sound system selector with his sound \'Conqueror Sound\'. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I quickly came to the conclusion that continuing my education had to be a priority.\'</p><cite>— Howard Pounall Sr</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I realized that the dancehall/party scene was primarily a weekend event,” Pounall told <strong>BUZZ. </strong>“So I quickly came to the conclusion that continuing my education had to be a priority.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He landed his first job as a dishwasher, earning $4.95 per hour and was soon promoted to prep cook (salad bar) where he got a raise to $5.00 per hour at Brewsters Brewing Company on weekdays. He still played his sound system on weekends. Pounall later worked at Costco Wholesale as a grocery cashier/packer and eventually as a full-time forklift operator at Save On Foods. He enrolled as a full-time student at Mount Royal University (MRU) in 1992 while still holding down his job. He studied Criminology and Social work and graduated in the class of 1997.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pounall got married in 1992 and became a father to Howard Jr. in 1994. Although it wasn’t easy being a young father, holding down a full time job and going to school full time, Pounall was able to make the Dean’s Honour Roll.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, his name is still on the wall at MRU. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Along with all this, Pounall still found the time to start his own businesses</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Over the years, Pounall has never stopped going. In 1997 he worked for the Government of Canada as an Immigration Officer/CBSA, from 1998 to 2007 he worked with the Alberta Justice Dept as a Probation Officer/Case Worker /Corrections. From 1999 to 2009  he worked at the Alberta Child &amp; Family Services as a Social Worker, Youth Counsellor and Addictions Counsellor. Then in 2004 he switched his focus and started a new path in real estate working at Century 21 Bravo Realty as a Real Estate Associate/Real Estate Investor, a field he is currently in. He has consistently been acknowledged as a top producing agent and has won the Top Producer award 15 times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Along with all this, Pounall still found the time to start his own businesses. In&nbsp; 2007 he started TMJ Trucking Ltd. In 2009 he started Canwest Paving Ltd and in 2017 the WP Investments Inc. He still owns all three businesses today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And as a reward to self, Pounall decided to pursue his personal dream, becoming a pilot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'It wasn’t easy with my busy work schedule but I did it.\'</p><cite>—Howard Pounall Sr</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He started aviation training in Miami Florida in 2014 but because of his busy work schedule, he was unable to complete the program until the following year. In 2015, Pounall obtained his Private Pilot License with over 25 hours of instrument and later got his night rating in 2017 in Calgary,Alberta. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Becoming a pilot was a childhood aspiration,” he said. “It wasn’t easy with my busy work schedule but I did it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For him balance is important. So while remaining a residential and commercial realtor in Calgary, Pounall balances his time between managing his properties in Calgary, the USA and Jamaica, while finding time to spend and travel with his family, including his children Howard Jr, Tashaye and Elin. He loves watching movies and sports and enjoys riding his Harley Davidsonmotorbike, flying planes, driving his jaw-dropping Ferrari, downhill skiing, playing golf and walking the family dog.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pounall has certainly lived up to the motto of his former high school: ‘Prayer and work conquer all’. “Major credit to St Catherine High School for the discipline instilled in me, for real!” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em> — Written by Donna Hussey-Stewart</em></strong></p>\n<!-- /wp:paragraph -->','Howard Pounall Sr, taking it to the sky','','inherit','closed','closed','','5988-revision-v1','','','2019-08-26 19:35:55','2019-08-27 00:35:55','',5988,'https://buzz-caribbean.com/article/5988-revision-v1/',0,'revision','',0),(5991,4,'2019-08-26 20:10:30','2019-08-27 01:10:30','','Howard Pounall in his Ferrari','','inherit','open','closed','','img_8172','','','2019-08-28 18:39:23','2019-08-28 23:39:23','',0,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_8172.png',0,'attachment','image/png',0),(5992,4,'2019-08-26 20:10:31','2019-08-27 01:10:31','','Howard_Pounall','','inherit','open','closed','','img_8184','','','2019-08-26 21:50:03','2019-08-27 02:50:03','',0,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_8184.jpg',0,'attachment','image/jpeg',0),(5993,4,'2019-08-26 20:10:33','2019-08-27 01:10:33','','IMG 8187','','inherit','open','closed','','img_8187','','','2019-08-26 20:10:33','2019-08-27 01:10:33','',0,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_8187.jpg',0,'attachment','image/jpeg',0),(5994,4,'2019-08-26 20:10:34','2019-08-27 01:10:34','','Howard Pounall and Family','','inherit','open','closed','','img_8195','','','2019-08-28 18:38:46','2019-08-28 23:38:46','',0,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_8195.png',0,'attachment','image/png',0),(5995,4,'2019-08-26 20:10:35','2019-08-27 01:10:35','','IMG 8198','Pounall with his daughter','inherit','open','closed','','img_8198','','','2019-08-26 21:57:00','2019-08-27 02:57:00','',0,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_8198.png',0,'attachment','image/png',0),(5996,4,'2019-08-26 20:10:36','2019-08-27 01:10:36','','IMG 8200','','inherit','open','closed','','img_8200','','','2019-08-26 20:10:36','2019-08-27 01:10:36','',0,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_8200.png',0,'attachment','image/png',0),(5997,4,'2019-08-26 20:10:38','2019-08-27 01:10:38','','Howard Pounall and daughter','','inherit','open','closed','','howard-pounall-plane-jpg','','','2019-08-28 18:38:24','2019-08-28 23:38:24','',0,'https://buzz-caribbean.com/app/uploads/2019/08/howard-pounall-plane.JPG.png',0,'attachment','image/png',0),(5998,4,'2019-08-26 20:10:38','2019-08-27 01:10:38','','Pounall_Ferrari','','inherit','open','closed','','img_8158','','','2019-08-26 21:50:50','2019-08-27 02:50:50','',0,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_8158.jpg',0,'attachment','image/jpeg',0),(5999,4,'2019-08-26 20:10:39','2019-08-27 01:10:39','','Pounall Awards','','inherit','open','closed','','img_8163','','','2019-08-26 21:53:00','2019-08-27 02:53:00','',0,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_8163.jpg',0,'attachment','image/jpeg',0),(6000,4,'2019-08-26 20:10:40','2019-08-27 01:10:40','','IMG 8164','','inherit','open','closed','','img_8164','','','2019-08-26 20:10:40','2019-08-27 01:10:40','',0,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_8164.jpg',0,'attachment','image/jpeg',0),(6001,23,'2019-08-26 20:40:02','2019-08-27 01:40:02','<!-- wp:image {\"id\":6003} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ts-dorian-1024x768.jpg\" alt=\"\" class=\"wp-image-6003\" /><figcaption>Tropical Storm Dorian is threatening the Eastern Caribbean.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Residents in some Eastern Caribbean islands are tonight battened down in their homes as they wait out the passage of Tropical Storm Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An 8 p.m. advisory from the Barbados Meteorological Service indicated that TS Dorian was centred near 13.0N, 59.1W which means that the center of the system is about now, passing to the south of Barbados.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Maximum sustained winds are near 60 mph (95km/h), with tropical-storm-force winds extending outward up to 45 miles (75 km) from the center. The minimum central pressure has increased to 1007mb (29.74 inches). The system continues to move towards the west-northwest at 14 mph (22 km/h).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Met Office said that cloudy to overcast skies and scattered showers had already started to affect the island, with pockets of moderate to heavy showers, periods of rain and scattered thunderstorms still expected as the night progresses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Residents across the island were also reporting strong gusts, lightning and some occasional rainfall.</p>\n<!-- /wp:paragraph -->','Eastern Caribbean battened down under threat of Dorian','','publish','open','closed','','eastern-caribbean-battened-down-under-threat-of-dorian','','','2019-08-26 20:40:03','2019-08-27 01:40:03','',0,'https://buzz-caribbean.com/?p=6001',0,'post','',0),(6002,4,'2019-08-26 20:31:48','2019-08-27 01:31:48','<!-- wp:paragraph -->\n<p>Residents in some Eastern Caribbean islands are tonight battened down in their homes as they wait out the passage of Tropical Storm Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An 8 p.m. advisory from the Barbados Meteorological Service indicated that TS Dorian was centred near 13.0N, 59.1W which means that the center of the system is about now, passing to the south of Barbados.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Maximum sustained winds are near 60 mph (95km/h), with tropical-storm-force winds extending outward up to 45 miles (75 km) from the center. The minimum central pressure has increased to 1007mb (29.74 inches). The system continues to move towards the west-northwest at 14 mph (22 km/h).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Met Office said that cloudy to overcast skies and scattered showers had already started to affect the island, with pockets of moderate to heavy showers, periods of rain and scattered thunderstorms still expected as the night progresses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Residents across the island were also reporting strong gusts, lightning and some occasional rainfall.</p>\n<!-- /wp:paragraph -->','Eastern Caribbean battened down under the threat of Dorian','','inherit','closed','closed','','6001-revision-v1','','','2019-08-26 20:31:48','2019-08-27 01:31:48','',6001,'https://buzz-caribbean.com/article/6001-revision-v1/',0,'revision','',0),(6003,4,'2019-08-26 20:36:11','2019-08-27 01:36:11','','ts-dorian','','inherit','open','closed','','ts-dorian','','','2019-08-26 20:36:11','2019-08-27 01:36:11','',6001,'https://buzz-caribbean.com/app/uploads/2019/08/ts-dorian.jpg',0,'attachment','image/jpeg',0),(6004,4,'2019-08-26 20:40:02','2019-08-27 01:40:02','<!-- wp:image {\"id\":6003} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ts-dorian-1024x768.jpg\" alt=\"\" class=\"wp-image-6003\" /><figcaption>Tropical Storm Dorian is threatening the Eastern Caribbean.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Residents in some Eastern Caribbean islands are tonight battened down in their homes as they wait out the passage of Tropical Storm Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An 8 p.m. advisory from the Barbados Meteorological Service indicated that TS Dorian was centred near 13.0N, 59.1W which means that the center of the system is about now, passing to the south of Barbados.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Maximum sustained winds are near 60 mph (95km/h), with tropical-storm-force winds extending outward up to 45 miles (75 km) from the center. The minimum central pressure has increased to 1007mb (29.74 inches). The system continues to move towards the west-northwest at 14 mph (22 km/h).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Met Office said that cloudy to overcast skies and scattered showers had already started to affect the island, with pockets of moderate to heavy showers, periods of rain and scattered thunderstorms still expected as the night progresses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Residents across the island were also reporting strong gusts, lightning and some occasional rainfall.</p>\n<!-- /wp:paragraph -->','Eastern Caribbean battened down under threat of Dorian','','inherit','closed','closed','','6001-revision-v1','','','2019-08-26 20:40:02','2019-08-27 01:40:02','',6001,'https://buzz-caribbean.com/article/6001-revision-v1/',0,'revision','',0),(6005,23,'2019-08-26 21:27:13','2019-08-27 02:27:13','<!-- wp:image {\"id\":6006} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/barbados-ts-dorian-1024x576.jpg\" alt=\"\" class=\"wp-image-6006\" /><figcaption>Barbados - Commuters leaving Bridgetown after 10 am shutdown Monday.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Caribbean Airlines (CAL) and LIAT have both announced flight cancellations for Tuesday, August 27.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>CAL says it will not be operating flight BW414 Barbados to Trinidad, however it advised that passengers affected by the cancellation of flights BW 455 - Kingston to Barbados and BW 454 Barbados to Kingston Jamaica on August 26th, would be accommodated on the flights BW3455 (Kingston to Barbados) and BW3454 (Barbados to Kingston).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, LIAT has grounded flights to Barbados, St. Vincent, Grenada, St. Lucia, Martinique and Dominica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6007} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/barbados-Tropical-Storm-Dorian-20190826--1024x576.jpg\" alt=\"\" class=\"wp-image-6007\" /><figcaption>Motorists encountered nightmarish lines at gas stations in Barbados Monday.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Government of Saint Lucia declared a mandatory national shutdown effective 6 p.m. Monday, as a Hurricane Watch also went into effect for that island earlier in the day. A Tropical Storm Warning is in effect for Barbados, Martinique, St. Lucia, St. Vincent and the Grenadines. A Tropical Storm Watch is in effect for Dominica, Grenada and its dependencies, Saba and St. Eustatius, and Puerto Rico.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5822} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Barbados-Tropical-Storm-Dorian-road-cleanup-1024x576.jpg\" alt=\"\" class=\"wp-image-5822\" /><figcaption>Barbados preparing for TS Dorian Sunday.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to the Miami-based National Hurricane Center, the centre of Dorian is expected to move near or over the Windward Islands this evening and tonight and move into the eastern Caribbean Sea on Tuesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some strengthening is forecast during the next few days, and Dorian could be near hurricane strength when it passes through the northern Windward Islands early Tuesday, and it is expected to be a hurricane when it moves near Puerto Rico and eastern Hispaniola.</p>\n<!-- /wp:paragraph -->','TS DORIAN: CAL, LIAT announce flight cancellations','','publish','open','closed','','ts-dorian-cal-liat-announce-flight-cancellations','','','2019-08-26 21:27:14','2019-08-27 02:27:14','',0,'https://buzz-caribbean.com/?p=6005',0,'post','',0),(6006,4,'2019-08-26 20:54:54','2019-08-27 01:54:54','','barbados-ts-dorian','','inherit','open','closed','','barbados-ts-dorian','','','2019-08-26 20:54:54','2019-08-27 01:54:54','',6005,'https://buzz-caribbean.com/app/uploads/2019/08/barbados-ts-dorian.jpg',0,'attachment','image/jpeg',0),(6007,4,'2019-08-26 21:00:22','2019-08-27 02:00:22','','barbados-Tropical-Storm-Dorian-20190826-','','inherit','open','closed','','barbados-tropical-storm-dorian-20190826','','','2019-08-26 21:00:22','2019-08-27 02:00:22','',6005,'https://buzz-caribbean.com/app/uploads/2019/08/barbados-Tropical-Storm-Dorian-20190826-.jpg',0,'attachment','image/jpeg',0),(6008,4,'2019-08-26 21:25:53','2019-08-27 02:25:53','<!-- wp:image {\"id\":6006} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/barbados-ts-dorian-1024x576.jpg\" alt=\"\" class=\"wp-image-6006\" /><figcaption>Barbados - Commuters leaving Bridgetown after 10 am shutdown Monday.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Caribbean Airlines (CAL) and LIAT have both announced flight cancellations for Tuesday, August 27.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>CAL says it will not be operating flight BW414 Barbados to Trinidad, however it advised that passengers affected by the cancellation of flights BW 455 - Kingston to Barbados and BW 454 Barbados to Kingston Jamaica on August 26th, would be accommodated on the flights BW3455 (Kingston to Barbados) and BW3454 (Barbados to Kingston).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, LIAT has grounded flights to Barbados, St. Vincent, Grenada, St. Lucia, Martinique and Dominica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6007} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/barbados-Tropical-Storm-Dorian-20190826--1024x576.jpg\" alt=\"\" class=\"wp-image-6007\" /><figcaption>Motorists encountered nightmarish lines at gas stations in Barbados Monday.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Government of Saint Lucia declared a mandatory national shutdown effective 6 p.m. Monday, as a Hurricane Watch also went into effect for that island earlier in the day. A Tropical Storm Warning is in effect for Barbados, Martinique, St. Lucia, St. Vincent and the Grenadines. A Tropical Storm Watch is in effect for Dominica, Grenada and its dependencies, Saba and St. Eustatius, and Puerto Rico.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5822} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Barbados-Tropical-Storm-Dorian-road-cleanup-1024x576.jpg\" alt=\"\" class=\"wp-image-5822\" /><figcaption>Barbados preparing for TS Dorian Sunday.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to the Miami-based National Hurricane Center, the centre of Dorian is expected to move near or over the Windward Islands this evening and tonight and move into the eastern Caribbean Sea on Tuesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some strengthening is forecast during the next few days, and Dorian could be near hurricane strength when it passes through the northern Windward Islands early Tuesday, and it is expected to be a hurricane when it moves near Puerto Rico and eastern Hispaniola.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The flight cancellations for Tuesday, August 27 are as follows:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Caribbean Airlines – BW414 Barbados to Port-of-SpainLIAT:LI 308 from Trinidad to St. VincentLI 308 from St. Vincent to GrenadaLI 773 from Dominica to BarbadosLI 304 from Grenada to BarbadosLI 392 from Ogle, Guyana to BarbadosLI 374 from Barbados to St. LuciaLI 375 from St. Lucia to BarbadosLI 370 from Barbados to St. LuciaLI 371 from St. Lucia to St. VincentLI 371 from St. Vincent to BarbadosLI 372 from Barbados to MartiniqueLi 373 from Martinique from BarbadosLi 771 from Barbados to St. VincentLI 771 from St. Vincent to Trinidad LI 362 from Barbados to DominicaLI 337 from Barbados to Grenada LIAT had previously cancelled some 15 flights on Monday, August 26 due to TS Dorian. Affected passengers have been advised to contact LIAT\'s Call Centre for rebooking.</p>\n<!-- /wp:paragraph -->','TS DORIAN: CAL, LIAT announce flight cancellations','','inherit','closed','closed','','6005-revision-v1','','','2019-08-26 21:25:53','2019-08-27 02:25:53','',6005,'https://buzz-caribbean.com/article/6005-revision-v1/',0,'revision','',0),(6009,4,'2019-08-26 21:27:13','2019-08-27 02:27:13','<!-- wp:image {\"id\":6006} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/barbados-ts-dorian-1024x576.jpg\" alt=\"\" class=\"wp-image-6006\" /><figcaption>Barbados - Commuters leaving Bridgetown after 10 am shutdown Monday.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Caribbean Airlines (CAL) and LIAT have both announced flight cancellations for Tuesday, August 27.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>CAL says it will not be operating flight BW414 Barbados to Trinidad, however it advised that passengers affected by the cancellation of flights BW 455 - Kingston to Barbados and BW 454 Barbados to Kingston Jamaica on August 26th, would be accommodated on the flights BW3455 (Kingston to Barbados) and BW3454 (Barbados to Kingston).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, LIAT has grounded flights to Barbados, St. Vincent, Grenada, St. Lucia, Martinique and Dominica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6007} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/barbados-Tropical-Storm-Dorian-20190826--1024x576.jpg\" alt=\"\" class=\"wp-image-6007\" /><figcaption>Motorists encountered nightmarish lines at gas stations in Barbados Monday.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Government of Saint Lucia declared a mandatory national shutdown effective 6 p.m. Monday, as a Hurricane Watch also went into effect for that island earlier in the day. A Tropical Storm Warning is in effect for Barbados, Martinique, St. Lucia, St. Vincent and the Grenadines. A Tropical Storm Watch is in effect for Dominica, Grenada and its dependencies, Saba and St. Eustatius, and Puerto Rico.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5822} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Barbados-Tropical-Storm-Dorian-road-cleanup-1024x576.jpg\" alt=\"\" class=\"wp-image-5822\" /><figcaption>Barbados preparing for TS Dorian Sunday.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to the Miami-based National Hurricane Center, the centre of Dorian is expected to move near or over the Windward Islands this evening and tonight and move into the eastern Caribbean Sea on Tuesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some strengthening is forecast during the next few days, and Dorian could be near hurricane strength when it passes through the northern Windward Islands early Tuesday, and it is expected to be a hurricane when it moves near Puerto Rico and eastern Hispaniola.</p>\n<!-- /wp:paragraph -->','TS DORIAN: CAL, LIAT announce flight cancellations','','inherit','closed','closed','','6005-revision-v1','','','2019-08-26 21:27:13','2019-08-27 02:27:13','',6005,'https://buzz-caribbean.com/article/6005-revision-v1/',0,'revision','',0),(6010,11,'2019-08-26 21:58:33','2019-08-27 02:58:33','<!-- wp:paragraph -->\n<p>St Catherine High school graduate Howard Pounall Sr is a firm believer that if he can do it anyone can… and do it he has.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pounall Sr has moved from washing dishes for money to now owning numerous properties in Jamaica, Canada and the United States, and&nbsp;from driving his stepfather’s blue LADA to having his very own 458 Ferrari.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5998} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_8158-1024x623.jpg\" alt=\"\" class=\"wp-image-5998\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 46-year-old father of three children was born in Kingston, Jamaica. The eldest of three brothers, he grew up in the Ensom City, Spanish Town, neighbours to his cousin Juliet Holness, who is now the wife of Prime Minister Andrew Holness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5994} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_8195.png\" alt=\"\" class=\"wp-image-5994\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Howard migrated to Calgary Alberta, Canada, immediately after high school in 1990 to be with his family. In Canada, he joined his cousins in pursuing his passion as a sound system selector with his sound \'Conqueror Sound\'.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I quickly came to the conclusion that continuing my education had to be a priority.\'</p><cite>— Howard Pounall Sr</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I realized that the dancehall/party scene was primarily a weekend event,” Pounall told <strong>BUZZ. </strong>“So I quickly came to the conclusion that continuing my education had to be a priority.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He landed his first job as a dishwasher, earning $4.95 per hour and was soon promoted to prep cook (salad bar) where he got a raise to $5.00 per hour at Brewsters Brewing Company on weekdays. He still played his sound system on weekends. Pounall later worked at Costco Wholesale as a grocery cashier/packer and eventually as a full-time forklift operator at Save On Foods. He enrolled as a full-time student at Mount Royal University (MRU) in 1992 while still holding down his job. He studied Criminology and Social work and graduated in the class of 1997.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5995} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_8198.png\" alt=\"\" class=\"wp-image-5995\" /><figcaption>Pounall with his daughter</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pounall got married in 1992 and became a father to Howard Jr. in 1994. Although it wasn’t easy being a young father, holding down a full-time job and going to school full time, Pounall was able to make the Dean’s Honour Roll.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, his name is still on the wall at MRU. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Along with all this, Pounall still found the time to start his own businesses</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Over the years, Pounall has never stopped going. In 1997 he worked for the Government of Canada as an Immigration Officer/CBSA, from 1998 to 2007 he worked with the Alberta Justice Dept as a Probation Officer/Case Worker /Corrections. From 1999 to 2009&nbsp; he worked at the Alberta Child &amp; Family Services as a Social Worker, Youth Counsellor and Addictions Counsellor. Then in 2004 he switched his focus and started a new path in real estate working at Century 21 Bravo Realty as a Real Estate Associate/Real Estate Investor, a field he is currently in. He has consistently been acknowledged&nbsp;as a top producing agent and has won the Top Producer award 15 times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5999} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_8163-984x1024.jpg\" alt=\"\" class=\"wp-image-5999\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Along with all this, Pounall still found the time to start his own businesses. In&nbsp; 2007 he started TMJ Trucking Ltd. In 2009 he started Canwest Paving Ltd and in 2017 the WP Investments Inc. He still owns all three businesses today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And as a reward to self, Pounall decided to pursue his personal dream, becoming a pilot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'It wasn’t easy with my busy work schedule but I did it.\'</p><cite>—Howard Pounall Sr</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He started aviation training in Miami Florida in 2014 but because of his busy work schedule, he was unable to complete the program until the following year. In 2015, Pounall obtained his Private Pilot License with over 25 hours of instrument and later got his night rating in 2017 in Calgary, Alberta. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5992} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_8184-1024x927.jpg\" alt=\"\" class=\"wp-image-5992\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Becoming a pilot was a childhood aspiration,” he said. “It wasn’t easy with my busy work schedule but I did it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5997} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/howard-pounall-plane.JPG.png\" alt=\"\" class=\"wp-image-5997\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For him balance is important. So while remaining a residential and commercial realtor in Calgary, Pounall balances his time between managing his properties in Calgary, the USA and Jamaica, while finding time to spend and travel with his family, including his children Howard Jr, Tashaye and Elin. He loves watching movies and sports and enjoys riding his Harley Davidson motorbike, flying planes, driving his jaw-dropping Ferrari, downhill skiing, playing golf and walking the family dog.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5996} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_8200.png\" alt=\"\" class=\"wp-image-5996\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pounall has certainly lived up to the motto of his former high school: ‘Prayer and work conquer all’. “Major credit to St Catherine High School for the discipline instilled in me, for real!” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em> — Written by Donna Hussey-Stewart</em></strong></p>\n<!-- /wp:paragraph -->','Howard Pounall Sr, taking it to the sky','','inherit','closed','closed','','5988-revision-v1','','','2019-08-26 21:58:33','2019-08-27 02:58:33','',5988,'https://buzz-caribbean.com/article/5988-revision-v1/',0,'revision','',0),(6011,23,'2019-08-27 07:45:48','2019-08-27 12:45:48','<!-- wp:paragraph -->\n<p>While many Caribbean islands often bear the brunt\nof powerful hurricanes, Barbados tends to be spared any widespread devastation.\nIn fact, the last storm that is retained in local memory as having a\ncatastrophic impact was Hurricane Janet in 1955. Passing south of the island as\na Category 3 hurricane on September 22, data from the Caribbean Disaster and\nEmergency Management Agency (CDEMA) indicated that Janet killed an estimated 32\npeople, destroyed 8 100 homes and left 20,000 homeless.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6013} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Barbados-Hurricane-Janet-Source-UK-National-Archives-1024x825.jpg\" alt=\"\" class=\"wp-image-6013\" /><figcaption> Houses blown across the road by the angry winds of Hurricane Janet prevented free passage to pedestrians and vehicles of all kinds. (Source: The National Archives UK) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, while Barbados has not since seen\ndevastation on that level, it has experienced some rough encounters with Mother\nNature. In fact, weather systems have not even had to reach hurricane strength\nto inflict significant damage. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here is a look at some major storms to impact\nBarbados since Janet:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Tropical Storm Kirk (September 27, 2018)</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>TS Kirk brought over 10 inches of rainfall,\ncausing significant flooding and power outages in Barbados. Several people had\nto be rescued from their homes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Tropical Storm Harvey (August 17, 2017)</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>High winds and heavy rains damaged roofs and\ncaused extensive flooding, particularly in the north of the island. One house\nwas washed off its foundation, while rising waters entered homes and forced\nsome people to evacuate. Electricity outages affected several parishes across\nthe island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6012} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Barbados-Tropical-Storm-Harvey-2017-1024x576.jpg\" alt=\"\" class=\"wp-image-6012\" /><figcaption>The north of the island experienced significant flooding. Pictured are floodwaters in Speightstown, St. Peter caused by the heavy rains associated with Tropical Storm Harvey in 2017. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Tropical Storm Tomas (October 30, 2010)</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>US$18.5 million was the cost to the Government of\nBarbados to repair the over 1,000 homes that were damaged in the passage of\nTropical Storm Tomas. The south-central areas of the island were most impacted,\nwith roofs being ripped off, trees blow down and crops destroyed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Hurricane Ivan (September 7, 2004)</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What stands out for many residents was that\nBarbados was expected to receive a direct hit, but at the eleventh hour, the\nstorm changed course and instead went onto cause widespread devastation in\nGrenada. Nonetheless, in Barbados at least one death was attributed to\nHurricane Ivan, which caused an estimated US$5 million in damage. Over 500\nhouses sustained minor to major damage, with more than 175 being completely\ndestroyed. Many homes lost their roofs, trees were blown down and coastal roads\nwere damaged by storm surge. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Tropical Storm Lili (September 22, 2002)</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to CDERA (now CDEMA), St. Andrew, St. Philip, St. Lucy and Christ\nChurch were the parishes that were mainly affected. Over 400 housing units were\ndamaged, and there were 43 reports of fallen trees and utility poles resulting\nin power outages and disruption in telephone service in many areas. Water supply\nwas also interrupted in some area due to a lack of electricity to operate the\npumps. There were also damages to the agricultural sector, particularly to\nbanana crops and poultry farms. Damages were estimated at nearly US$200,000.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Hurricane Allen (August 4, 1980)</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Passing north of Barbados, Allen destroyed 35 homes and damaged more than\n200. Some sources indicated that preliminary damage was estimated to be US$1.5\nmillion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Hurricane Edith (September 24, 1963)</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Edith brought between 7–9 inches of rain to the island and damages totalled\nUS$145,000.</p>\n<!-- /wp:paragraph -->','Barbados’ biggest storms in the last 50 years','','publish','open','closed','','barbados-biggest-storms-in-the-last-50-years','','','2019-08-27 07:58:06','2019-08-27 12:58:06','',0,'https://buzz-caribbean.com/?p=6011',0,'post','',0),(6012,11,'2019-08-26 22:01:28','2019-08-27 03:01:28','','Barbados Streets after TS Harvey','','inherit','open','closed','','barbados-tropical-storm-harvey-2017','','','2019-08-28 18:36:51','2019-08-28 23:36:51','',6011,'https://buzz-caribbean.com/app/uploads/2019/08/Barbados-Tropical-Storm-Harvey-2017.jpg',0,'attachment','image/jpeg',0),(6013,11,'2019-08-26 22:04:08','2019-08-27 03:04:08','','Barbados-Hurricane-Janet-Source-UK-National-Archives','<b>Description:</b> Barbados. \'Houses blown across the road by the angry wind prevented free passage to pedestrians and vehicles of all kinds\'. [Hurricane Janet] Photograph No R 21169 Official Barbados photograph compiled by Central Office of Information. Department of Education hand stamp appears on the reverse. \n\n<b>Location:</b> Barbados\n\n<b>Date:</b> [1955]\n\n<b>Our Catalogue Reference:</b> INF 10/48/28\n\nThis image is part of the Central Office of Information\'s photographic collection held at The National Archives, uploaded as part of the <a href=\"http://www.nationalarchives.gov.uk/caribbean\">Caribbean Through a Lens project</a></p>.\n\n<b>We need your help</b> to fill in the gaps, to unearth the missing stories, the social and cultural memories from this selection of colonial recordings.\n\nDo you recognise anything or anyone in the photographs?\n\nDo they provoke any personal or historical memories?\n\nIf so, please leave your comments, tags and stories to enrich our records.\n\nIf you would like to get involved in our community project Caribbean through a lens, <a href=\"mailto:education@nationalarchives.gov.uk\" rel=\"nofollow\">we would love to hear from you</a>.\n\nFor high quality reproductions of any item from our collection please contact our <a href=\'http://www.nationalarchives.gov.uk/imagelibrary\' rel=\'nofollow\'>image library</a>','inherit','open','closed','','barbados-hurricane-janet-source-uk-national-archives','','','2019-08-26 22:04:08','2019-08-27 03:04:08','',6011,'https://buzz-caribbean.com/app/uploads/2019/08/Barbados-Hurricane-Janet-Source-UK-National-Archives.jpg',0,'attachment','image/jpeg',0),(6014,11,'2019-08-26 22:07:57','2019-08-27 03:07:57','<!-- wp:paragraph -->\n<p>While many Caribbean islands often bear the brunt\nof powerful hurricanes, Barbados tends to be spared any widespread devastation.\nIn fact, the last storm that is retained in local memory as having a\ncatastrophic impact was Hurricane Janet in 1955. Passing south of the island as\na Category 3 hurricane on September 22, data from the Caribbean Disaster and\nEmergency Management Agency (CDEMA) indicated that Janet killed an estimated 32\npeople, destroyed 8 100 homes and left 20,000 homeless.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6013} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Barbados-Hurricane-Janet-Source-UK-National-Archives-1024x825.jpg\" alt=\"\" class=\"wp-image-6013\" /><figcaption> Houses blown across the road by the angry winds of Hurricane Janet prevented free passage to pedestrians and vehicles of all kinds. (Source: The National Archives UK) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, while Barbados has not since seen\ndevastation on that level, it has experienced some rough encounters with Mother\nNature. In fact, weather systems have not even had to reach hurricane strength\nto inflict significant damage. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here is a look at some major storms to impact\nBarbados since Janet:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Tropical Storm Kirk (September 27, 2018)</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>TS Kirk brought over 10 inches of rainfall,\ncausing significant flooding and power outages in Barbados. Several people had\nto be rescued from their homes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Tropical Storm Harvey (August 17, 2017)</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>High winds and heavy rains damaged roofs and\ncaused extensive flooding, particularly in the north of the island. One house\nwas washed off its foundation, while rising waters entered homes and forced\nsome people to evacuate. Electricity outages affected several parishes across\nthe island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6012} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Barbados-Tropical-Storm-Harvey-2017-1024x576.jpg\" alt=\"\" class=\"wp-image-6012\" /><figcaption>The north of the island experienced significant flooding. Pictured are floodwaters in Speightstown, St. Peter caused by the heavy rains associated with Tropical Storm Harvey in 2017. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Tropical Storm Tomas (October 30, 2010)</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>US$18.5 million was the cost to the Government of\nBarbados to repair the over 1,000 homes that were damaged in the passage of\nTropical Storm Tomas. The south-central areas of the island were most impacted,\nwith roofs being ripped off, trees blow down and crops destroyed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Hurricane Ivan (September 7, 2004)</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What stands out for many residents was that\nBarbados was expected to receive a direct hit, but at the eleventh hour, the\nstorm changed course and instead went onto cause widespread devastation in\nGrenada. Nonetheless, in Barbados at least one death was attributed to\nHurricane Ivan, which caused an estimated US$5 million in damage. Over 500\nhouses sustained minor to major damage, with more than 175 being completely\ndestroyed. Many homes lost their roofs, trees were blown down and coastal roads\nwere damaged by storm surge. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Tropical Storm Lili (September 22, 2002)</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to CDERA (now CDEMA), St. Andrew, St. Philip, St. Lucy and Christ\nChurch were the parishes that were mainly affected. Over 400 housing units were\ndamaged, and there were 43 reports of fallen trees and utility poles resulting\nin power outages and disruption in telephone service in many areas. Water supply\nwas also interrupted in some area due to a lack of electricity to operate the\npumps. There were also damages to the agricultural sector, particularly to\nbanana crops and poultry farms. Damages were estimated at nearly US$200,000.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Hurricane Allen (August 4, 1980)</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Passing north of Barbados, Allen destroyed 35 homes and damaged more than\n200. Some sources indicated that preliminary damage was estimated to be US$1.5\nmillion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Hurricane Edith (September 24, 1963)</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Edith brought between 7–9 inches of rain to the island and damages totalled\nUS$145,000.</p>\n<!-- /wp:paragraph -->','Barbados’ biggest storms in the last 50 years','','inherit','closed','closed','','6011-revision-v1','','','2019-08-26 22:07:57','2019-08-27 03:07:57','',6011,'https://buzz-caribbean.com/article/6011-revision-v1/',0,'revision','',0),(6016,23,'2019-08-26 22:41:35','2019-08-27 03:41:35','<!-- wp:image {\"id\":6003} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ts-dorian-1024x768.jpg\" alt=\"\" class=\"wp-image-6003\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Government of St. Lucia has discontinued the Hurricane Watch for the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, tropical storm conditions are expected to affect portions of the Windward Islands through Tuesday morning. A Tropical Storm Warning remains in effect for Barbados, Martinique, St. Lucia, and St. Vincent and the Grenadines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A Tropical Storm Watch is in effect for Dominica, Grenada and its dependencies, Saba and St. Eustatius, and Puerto Rico.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At 1100 p.m., the US National Hurricane Center advised that Dorian was moving toward the west-northwest near 13 mph (20 km/h) and this motion was expected to continue through Tuesday night, followed by a turn toward the northwest on Wednesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the time of the bulletin, the centre of Tropical Storm Dorian was located near latitude 13.2 North, longitude 59.7 West. On the forecast track, the storm’s centre is expected to move near or over the Windward Islands tonight and move into the eastern Caribbean Sea on Tuesday.&nbsp; Dorian is forecast to pass near or south of Puerto Rico on Wednesday, move near or over eastern Hispaniola, and move north of Hispaniola on Thursday.<br></p>\n<!-- /wp:paragraph -->','Hurricane Watch discontinued for St Lucia','','publish','open','closed','','hurricane-watch-discontinued-for-st-lucia','','','2019-08-26 22:43:57','2019-08-27 03:43:57','',0,'https://buzz-caribbean.com/?p=6016',0,'post','',0),(6017,4,'2019-08-26 22:41:08','2019-08-27 03:41:08','<!-- wp:image {\"id\":6003} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ts-dorian-1024x768.jpg\" alt=\"\" class=\"wp-image-6003\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Government of St. Lucia has discontinued the Hurricane Watch for the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, tropical storm conditions are expected to affect portions of the Windward Islands through Tuesday morning. A Tropical Storm Warning remains in effect for Barbados, Martinique, St. Lucia, and St. Vincent and the Grenadines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A Tropical Storm Watch is in effect for Dominica, Grenada and its dependencies, Saba and St. Eustatius, and Puerto Rico.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At 1100 p.m., the US National Hurricane Center advised that Dorian was moving toward the west-northwest near 13 mph (20 km/h) and this motion was expected to continue through Tuesday night, followed by a turn toward the northwest on Wednesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the time of the bulletin, the centre of Tropical Storm Dorian was located near latitude 13.2 North, longitude 59.7 West. On the forecast track, the storm’s centre is expected to move near or over the Windward Islands tonight and move into the eastern Caribbean Sea on Tuesday.  Dorian is forecast to pass near or south of Puerto Rico on Wednesday, move near or over eastern Hispaniola, and move north of Hispaniola on Thursday.<br></p>\n<!-- /wp:paragraph -->','Hurricane Watch discontinued for St Lucia','','inherit','closed','closed','','6016-revision-v1','','','2019-08-26 22:41:08','2019-08-27 03:41:08','',6016,'https://buzz-caribbean.com/article/6016-revision-v1/',0,'revision','',0),(6018,4,'2019-08-26 22:41:35','2019-08-27 03:41:35','<!-- wp:image {\"id\":6003} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ts-dorian-1024x768.jpg\" alt=\"\" class=\"wp-image-6003\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Government of St. Lucia has discontinued the Hurricane Watch for the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, tropical storm conditions are expected to affect portions of the Windward Islands through Tuesday morning. A Tropical Storm Warning remains in effect for Barbados, Martinique, St. Lucia, and St. Vincent and the Grenadines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A Tropical Storm Watch is in effect for Dominica, Grenada and its dependencies, Saba and St. Eustatius, and Puerto Rico.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At 1100 p.m., the US National Hurricane Center advised that Dorian was moving toward the west-northwest near 13 mph (20 km/h) and this motion was expected to continue through Tuesday night, followed by a turn toward the northwest on Wednesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the time of the bulletin, the centre of Tropical Storm Dorian was located near latitude 13.2 North, longitude 59.7 West. On the forecast track, the storm’s centre is expected to move near or over the Windward Islands tonight and move into the eastern Caribbean Sea on Tuesday.  Dorian is forecast to pass near or south of Puerto Rico on Wednesday, move near or over eastern Hispaniola, and move north of Hispaniola on Thursday.<br></p>\n<!-- /wp:paragraph -->','Hurricane Watch discontinued for St Lucia','','inherit','closed','closed','','6016-revision-v1','','','2019-08-26 22:41:35','2019-08-27 03:41:35','',6016,'https://buzz-caribbean.com/article/6016-revision-v1/',0,'revision','',0),(6019,4,'2019-08-26 22:43:56','2019-08-27 03:43:56','<!-- wp:image {\"id\":6003} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ts-dorian-1024x768.jpg\" alt=\"\" class=\"wp-image-6003\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Government of St. Lucia has discontinued the Hurricane Watch for the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, tropical storm conditions are expected to affect portions of the Windward Islands through Tuesday morning. A Tropical Storm Warning remains in effect for Barbados, Martinique, St. Lucia, and St. Vincent and the Grenadines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A Tropical Storm Watch is in effect for Dominica, Grenada and its dependencies, Saba and St. Eustatius, and Puerto Rico.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At 1100 p.m., the US National Hurricane Center advised that Dorian was moving toward the west-northwest near 13 mph (20 km/h) and this motion was expected to continue through Tuesday night, followed by a turn toward the northwest on Wednesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the time of the bulletin, the centre of Tropical Storm Dorian was located near latitude 13.2 North, longitude 59.7 West. On the forecast track, the storm’s centre is expected to move near or over the Windward Islands tonight and move into the eastern Caribbean Sea on Tuesday.&nbsp; Dorian is forecast to pass near or south of Puerto Rico on Wednesday, move near or over eastern Hispaniola, and move north of Hispaniola on Thursday.<br></p>\n<!-- /wp:paragraph -->','Hurricane Watch discontinued for St Lucia','','inherit','closed','closed','','6016-revision-v1','','','2019-08-26 22:43:56','2019-08-27 03:43:56','',6016,'https://buzz-caribbean.com/article/6016-revision-v1/',0,'revision','',0),(6020,23,'2019-08-27 07:56:47','2019-08-27 12:56:47','<!-- wp:image {\"id\":6021} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bus-service-barbados-1024x576.jpg\" alt=\"\" class=\"wp-image-6021\" /><figcaption>Public buses were on some routes by 8 am.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Authorities in Barbados discontinued the Tropical Storm Warning for the island at 2 a.m. Tuesday. During a 5 a.m. announcement, the authorities gave the all-clear for normal business to resume at 10 a.m.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Public bus service was up and running by 7 a.m., with although full service is expected by 9 a.m. The Grantley Adams International Airport was also reopened at 7 a.m. Speaking at a press conference around 6 a.m.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tuesday morning, officials gave updates on their various areas of responsibility. Director of the Department of Emergency Management (DEM), Kerry Hinds, said the emergency officials responded to nine reported incidents, including fallen trees in about four parishes, as well as a downed power lines, a fallen utility pole, and fallen wall in other areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6023} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/workmen-removing-shutter-barbados-1024x575.jpg\" alt=\"\" class=\"wp-image-6023\" /><figcaption>Workmen were busy in Hastings, Christ Church Tuesday morning removing hurricane shutters in preparation for the resumption of business.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some water outages were experienced during the storm due to power failures but the responsible minister indicated that pumps were, for the most part, operational again. Meanwhile, some parts of the island in various parishes are without electricity and the Barbados Light and Power teams have been deployed to restore service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Officials also indicated that just about 100 people had sought refuge in public shelters and passed the night without incident. Many residents woke up to heavy rainfall after a relatively dry night but were relieved that there was no major impact.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Noting that it was still early in the hurricane season, Prime Minister Mia Mottley said the mobilization exercise was instructive on Barbados’ state of preparation and urged Barbadians to make it a habit to keep their surroundings clean.</p>\n<!-- /wp:paragraph -->','Barbados weathers TS Dorian without major incident','','publish','open','closed','','barbados-weathers-ts-dorian-without-major-incident','','','2019-08-27 08:11:07','2019-08-27 13:11:07','',0,'https://buzz-caribbean.com/?p=6020',0,'post','',0),(6021,4,'2019-08-27 07:49:44','2019-08-27 12:49:44','','Barbados Buses','','inherit','open','closed','','bus-service-barbados','','','2019-08-28 18:36:04','2019-08-28 23:36:04','',6020,'https://buzz-caribbean.com/app/uploads/2019/08/bus-service-barbados.jpg',0,'attachment','image/jpeg',0),(6022,4,'2019-08-27 07:50:02','2019-08-27 12:50:02','','Private Bus Service in Barbados','','inherit','open','closed','','private-bus-service-barbados','','','2019-08-28 18:35:27','2019-08-28 23:35:27','',6020,'https://buzz-caribbean.com/app/uploads/2019/08/private-bus-service-barbados.jpg',0,'attachment','image/jpeg',0),(6023,4,'2019-08-27 07:50:18','2019-08-27 12:50:18','','Workmen at KFC removing shutters','','inherit','open','closed','','workmen-removing-shutter-barbados','','','2019-08-28 18:34:57','2019-08-28 23:34:57','',6020,'https://buzz-caribbean.com/app/uploads/2019/08/workmen-removing-shutter-barbados.jpg',0,'attachment','image/jpeg',0),(6024,4,'2019-08-27 07:56:47','2019-08-27 12:56:47','<!-- wp:image {\"id\":6021} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bus-service-barbados-1024x576.jpg\" alt=\"\" class=\"wp-image-6021\" /><figcaption>Public buses were on some routes by 8 am.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With the Tropical Storm Warning discontinued for the island at 2 a.m., authorities in Barbados gave the all-clear for normal business to resume at 5 a.m. Tuesday morning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Public bus service was up and running by 7 a.m., with although full service is expected by 9 a.m. The Grantley Adams International Airport was also reopened at 7 a.m. Speaking at a press conference around 6 a.m.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tuesday morning, officials gave updates on their various areas of responsibility. Director of the Department of Emergency Management (DEM), Kerry Hinds, said the emergency officials responded to nine reported incidents, including fallen trees in about four parishes, as well as a downed power lines, a fallen utility pole, and fallen wall in other areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6023} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/workmen-removing-shutter-barbados-1024x575.jpg\" alt=\"\" class=\"wp-image-6023\" /><figcaption>Workmen were busy in Hastings, Christ Church Tuesday morning removing hurricane shutters in preparation for the resumption of business.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some water outages were experienced during the storm due to power failures but the responsible minister indicated that pumps were, for the most part, operational again. Meanwhile, some parts of the island in various parishes are without electricity and the Barbados Light and Power teams have been deployed to restore service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Officials also indicated that just about 100 people had sought refuge in public shelters and passed the night without incident. Many residents woke up to heavy rainfall after a relatively dry night but were relieved that there was no major impact.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Noting that it was still early in the hurricane season, Prime Minister Mia Mottley said the mobilization exercise was instructive on Barbados’ state of preparation and urged Barbadians to make it a habit to keep their surroundings clean.</p>\n<!-- /wp:paragraph -->','Barbados weathers TS Dorian without major incident','','inherit','closed','closed','','6020-revision-v1','','','2019-08-27 07:56:47','2019-08-27 12:56:47','',6020,'https://buzz-caribbean.com/article/6020-revision-v1/',0,'revision','',0),(6025,14,'2019-08-27 07:59:49','2019-08-27 12:59:49','<!-- wp:image {\"id\":5986} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Leonardo-DiCaprio.jpg\" alt=\"\" class=\"wp-image-5986\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Leonardo DiCaprio has donated $5 million in aid of the Amazon rainforest, which is being destroyed by wildfires.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 44-year-old actor has pledged the money through his environmental foundation, Earth Alliance, which he created with philanthropists Laurene Powell Jobs and Brian Sheth. The group\'s Amazon Forest Fund will provide financial aid to local partners and indigenous communities as they work to protect the Amazon. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A statement on Earth Alliance\'s website explained: \"The destruction of the Amazon rainforest is rapidly releasing carbon dioxide into the atmosphere, destroying an ecosystem that absorbs millions of tons of carbon emissions every year and is one of the planet\'s best defences against the climate crisis.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It continued: \"In addition, indigenous peoples\' land covers about 110 million hectares of the Brazilian Amazon, making the region critical not just for biodiversity conservation and climate change mitigation, but also for the cultural survival, self-determination, and wellbeing of the Amazon\'s indigenous peoples. Earth Alliance has formed an emergency Amazon Forest Fund with an initial commitment of $5 million to focus critical resources on the key protections needed to maintain the \'lungs of the planet\'.\"</p>\n<!-- /wp:paragraph -->','Leonardo DiCaprio donates $5 million to help stop Amazon wildfires','','inherit','closed','closed','','5984-revision-v1','','','2019-08-27 07:59:49','2019-08-27 12:59:49','',5984,'https://buzz-caribbean.com/article/5984-revision-v1/',0,'revision','',0),(6026,14,'2019-08-27 08:00:55','2019-08-27 13:00:55','<!-- wp:image {\"id\":5576} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-variety.jpg\" alt=\"\" class=\"wp-image-5576\" /><figcaption>Rihanna\'s ANTI album has created Billboard 200 history.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Bajan Queen Rihanna has set the bar high for females in the music business internationally, being the only black female artiste with the longest-running album on the Billboard 200 chart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her eighth studio album <strong>ANTI </strong>released in January of 2016 has surpassed Beyoncé\'s, spending a whopping 186 weeks on the chart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Music critics have described this body of work to be her best of her 14 years in the music industry. <strong>ANTI </strong>contains some of her biggest fan favourites,  such as <strong>Kiss It Better</strong>, <strong>Work </strong>featuring Drake, <strong>Needed Me</strong>, <strong>Love On The Brain</strong>. Her last release was a collaboration with Dj Khaled on the track <strong>Wild Thoughts</strong> featuring Bryson Tiller.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ever since her focus has been on her beauty and clothing\nbrand Fenty, but rumor has it, her dancehall album is on the way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier this year, Rihanna was ranked the richest female musician with a net worth of US$600 million, surpassing Beyoncé and Madonna.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em> — Article written by Shania Hanchard </em></strong></p>\n<!-- /wp:paragraph -->','Rihanna makes Billboard history with ANTI','','inherit','closed','closed','','5973-revision-v1','','','2019-08-27 08:00:55','2019-08-27 13:00:55','',5973,'https://buzz-caribbean.com/article/5973-revision-v1/',0,'revision','',0),(6027,14,'2019-08-27 08:01:08','2019-08-27 13:01:08','<!-- wp:image {\"id\":5576} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-variety.jpg\" alt=\"\" class=\"wp-image-5576\" /><figcaption>Rihanna\'s ANTI album has created Billboard 200 history.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Bajan Queen Rihanna has set the bar high for females in the music business internationally, being the only black female artiste with the longest-running album on the Billboard 200 chart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her eighth studio album <strong>ANTI </strong>released in January of 2016 has surpassed Beyoncé\'s, spending a whopping 186 weeks on the chart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Music critics have described this body of work to be her best of her 14 years in the music industry. <strong>ANTI </strong>contains some of her biggest fan favourites,  such as <strong>Kiss It Better</strong>, <strong>Work </strong>featuring Drake, <strong>Needed Me</strong>, <strong>Love On The Brain</strong>. Her last release was a collaboration with Dj Khaled on the track <strong>Wild Thoughts</strong> featuring Bryson Tiller.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ever since her focus has been on her beauty and clothing brand Fenty, but rumor has it, her dancehall album is on the way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier this year, Rihanna was ranked the richest female musician with a net worth of US$600 million, surpassing Beyoncé and Madonna.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em> — Article written by Shania Hanchard </em></strong></p>\n<!-- /wp:paragraph -->','Rihanna makes Billboard history with ANTI','','inherit','closed','closed','','5973-revision-v1','','','2019-08-27 08:01:08','2019-08-27 13:01:08','',5973,'https://buzz-caribbean.com/article/5973-revision-v1/',0,'revision','',0),(6028,14,'2019-08-27 08:01:15','2019-08-27 13:01:15','<!-- wp:image {\"id\":5576} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-variety.jpg\" alt=\"\" class=\"wp-image-5576\" /><figcaption>Rihanna\'s ANTI album has created Billboard 200 history.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Bajan Queen Rihanna has set the bar high for females in the music business internationally, being the only black female artiste with the longest-running album on the Billboard 200 chart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her eighth studio album <strong>ANTI </strong>released in January of 2016 has surpassed Beyoncé\'s, spending a whopping 186 weeks on the chart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Music critics have described this body of work to be her best of her 14 years in the music industry. <strong>ANTI </strong>contains some of her biggest fan favourites,  such as <strong>Kiss It Better</strong>, <strong>Work </strong>featuring Drake, <strong>Needed Me</strong>, <strong>Love On The Brain</strong>. Her last release was a collaboration with DJ Khaled on the track <strong>Wild Thoughts</strong> featuring Bryson Tiller.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ever since her focus has been on her beauty and clothing brand Fenty, but rumor has it, her dancehall album is on the way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier this year, Rihanna was ranked the richest female musician with a net worth of US$600 million, surpassing Beyoncé and Madonna.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em> — Article written by Shania Hanchard </em></strong></p>\n<!-- /wp:paragraph -->','Rihanna makes Billboard history with ANTI','','inherit','closed','closed','','5973-revision-v1','','','2019-08-27 08:01:15','2019-08-27 13:01:15','',5973,'https://buzz-caribbean.com/article/5973-revision-v1/',0,'revision','',0),(6030,4,'2019-08-27 08:11:06','2019-08-27 13:11:06','<!-- wp:image {\"id\":6021} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bus-service-barbados-1024x576.jpg\" alt=\"\" class=\"wp-image-6021\" /><figcaption>Public buses were on some routes by 8 am.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Authorities in Barbados discontinued the Tropical Storm Warning for the island at 2 a.m. Tuesday. During a 5 a.m. announcement, the authorities gave the all-clear for normal business to resume at 10 a.m.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Public bus service was up and running by 7 a.m., with although full service is expected by 9 a.m. The Grantley Adams International Airport was also reopened at 7 a.m. Speaking at a press conference around 6 a.m.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tuesday morning, officials gave updates on their various areas of responsibility. Director of the Department of Emergency Management (DEM), Kerry Hinds, said the emergency officials responded to nine reported incidents, including fallen trees in about four parishes, as well as a downed power lines, a fallen utility pole, and fallen wall in other areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6023} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/workmen-removing-shutter-barbados-1024x575.jpg\" alt=\"\" class=\"wp-image-6023\" /><figcaption>Workmen were busy in Hastings, Christ Church Tuesday morning removing hurricane shutters in preparation for the resumption of business.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some water outages were experienced during the storm due to power failures but the responsible minister indicated that pumps were, for the most part, operational again. Meanwhile, some parts of the island in various parishes are without electricity and the Barbados Light and Power teams have been deployed to restore service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Officials also indicated that just about 100 people had sought refuge in public shelters and passed the night without incident. Many residents woke up to heavy rainfall after a relatively dry night but were relieved that there was no major impact.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Noting that it was still early in the hurricane season, Prime Minister Mia Mottley said the mobilization exercise was instructive on Barbados’ state of preparation and urged Barbadians to make it a habit to keep their surroundings clean.</p>\n<!-- /wp:paragraph -->','Barbados weathers TS Dorian without major incident','','inherit','closed','closed','','6020-revision-v1','','','2019-08-27 08:11:06','2019-08-27 13:11:06','',6020,'https://buzz-caribbean.com/article/6020-revision-v1/',0,'revision','',0),(6031,4,'2019-08-27 08:36:46','2019-08-27 13:36:46','<!-- wp:paragraph -->\n<p>Twice per week, some 13 children in the\nMountain View community can be sure of a warm meal, a number that is expected\nto increase as time goes by.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oscar Nelson who\nwas born in Mountain View, Kingston Jamaica, is determined that he has to make\na change in that community even if just a little at a time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nelson, 41, who\nresides in Calgary, Alberta Canada, started the feeding program in June this\nyear with the hope of growing it to include as many needy children and senior\ncitizens as possible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5845} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Oscar-Nelson-1-1024x830.jpg\" alt=\"\" class=\"wp-image-5845\" /><figcaption>Oscar Nelson, conceptualizer of the feeding programme.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“At the end of the day the struggle is there, and the struggle is real,” he told <strong>BUZZ</strong>. “And this is something I have always wanted to do, so I decided that it was time to execute it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nelson, who goes\nback to visit his community once or twice per year says each time he returns he\nis visited by parents needing help towards food or to send their children to\nschool.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There are always people in the situation genuinely needing some form of assistance,” he said.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that the desire to help his community has always been a part of his goal. As a result in 2014, he started the construction of a community centre that would have a feeding program as part of the amenities offered. That project came to a pause as a result of lack of revenue since it was being constructed out of his own pocket and with the help of a friend Pete Nunes. However, despite not being able to complete the centre he felt the need to forge ahead with the feeding program in the meantime.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He says along with the help of family members and community members he was able to identify 13 people in need so far. These names are on a list at Deante Yaad Style kitchen, a restaurant in Mountain View Avenue where these persons would go Mondays and Wednesdays at lunchtime to collect their meals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Right now we are just able to do lunch. But the goal is to do both breakfast and lunch.”</p><cite> — Oscar Nelson </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He explained that donations towards the feeding programme come from individuals at Cargill Foods in High River, Canada where he works as a production supervisor.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s not the\ncompany itself that makes the contribution but individuals that I work with. Even\nthough I would love to have the company involved. But some of my coworkers have\ngenerously committed to contributing what they can on a monthly basis.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"There are always people in the situation genuinely needing some form of assistance.\"</p><cite>— Oscar Nelson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>At the end of the month, based on the contributions collected, he is able to pool in $700 Canadian, approximately J$60,000 into the programme to feed the kids and elderly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nelson’s hope is\nthat more persons both locally and overseas will see the need to be a part of\nthe feeding program and come onboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My goal is five\ndays per week, every week for the month,” he explained. “But right now the\nnumber we can cater to is based on the dollar figure that we have to work with.\nThe aim is to feed people both inside and outside of the community,” he said.\n“Right now we are just able to do lunch. But the goal is to do both breakfast\nand lunch.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that\nbecause it is summer and schools are out the lunch program works well. However,\ncome September when schools resume if he is still not able to do both breakfast\nand lunch he will allow the parents to decide what meal they would prefer to\nhave their child collect.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “My goal is five days per week, every week for the month”  </p><cite>— Oscar Nelson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>His long term goal, however, is to finish the community centre which will serve as a homework centre for children and young adults in the community and the place where the feeding program is based. He notes that many times children are not able to focus at home due to events that may be occurring in the area and the centre would act as a solace and a place to focus. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The centre would be equipped with internet access to help with writing and sending out resumes. He says while he intends to see the centre comes to life he is not sure when, as it does take money for the construction. The construction has started at 114 Mountain View Avenue in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Story written by Donna Hussey-Stewart</em></strong></p>\n<!-- /wp:paragraph -->','Oscar Nelson making a change in Mountain View, Jamaica, a mouth at a time','','inherit','closed','closed','','5841-revision-v1','','','2019-08-27 08:36:46','2019-08-27 13:36:46','',5841,'https://buzz-caribbean.com/article/5841-revision-v1/',0,'revision','',0),(6033,4,'2019-08-27 10:37:40','2019-08-27 15:37:40','','TwoGirls_Profile','','inherit','open','closed','','twogirls_profile','','','2019-08-27 10:37:40','2019-08-27 15:37:40','',5879,'https://buzz-caribbean.com/app/uploads/2019/08/TwoGirls_Profile.jpg',0,'attachment','image/jpeg',0),(6035,4,'2019-08-27 10:45:20','2019-08-27 15:45:20','<!-- wp:image {\"id\":6033} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/TwoGirls_Profile-1024x703.jpg\" alt=\"\" class=\"wp-image-6033\" /><figcaption>Two Girls With a Lens owners Veronica Allen (right) and Tashana Hayes.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The loss of a loved one or close friend is difficult. It is even more challenging when family or friends live abroad and are unable to attend the funeral service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But now there\'s a way to share in the moment without being there in person. The Solution: Two Girls With A Lens is now offering Funeral Live Streaming Services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'Connecting family and friends Two Girls With A Lens lets them be part of the experience.\'</p><cite>— Veronica Allen</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“You only get one chance. Live streaming is a way to remember and share the life story with everyone that was part of it. Connecting family and friends Two Girls With A Lens lets them be part of the experience, regardless of location or circumstances,” says Veronica Allen, Co-Owner of Two Girls With A Lens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We use multiple state-of-the-art high-definition fixed &amp; stabilized cameras, wireless microphones, lighting with industry-leading hardware and software to stream to a private web-page, Facebook, YouTube and more, all in High-Definition with no amount of viewer limits, around the world to family and friends,” she adds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Two Girls With A Lens LIVE Streaming Service is mobile, meaning it can go almost anywhere on the island and stream live to the world. And not just funerals, Two Girls With A Lens can stream almost any event, outdoors or indoors. Additional information on Two Girls With A Lens and Live Streaming is available at https://TwoGirlsWithALens.com -</p>\n<!-- /wp:paragraph -->','Two Girls With a Lens offering funeral streaming service','','inherit','closed','closed','','5879-revision-v1','','','2019-08-27 10:45:20','2019-08-27 15:45:20','',5879,'https://buzz-caribbean.com/article/5879-revision-v1/',0,'revision','',0),(6036,23,'2019-08-27 12:13:56','2019-08-27 17:13:56','<!-- wp:image {\"id\":6038} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/steve-deAngelo--1024x767.jpg\" alt=\"\" class=\"wp-image-6038\" /><figcaption>(Photo: Contributed Instagram/steve.deangelo)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;For Steve DeAngelo cannabis is more than medicine — it’s a lifestyle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Widely acknowledged as the ‘father of the cannabis industry’, DeAngelo is both cannabis activist and entrepreneur. He\'s the co-founder of Harborside, one of the first&nbsp;of six companies in the United States to be awarded a medical marijuana licence. The 13-year-old Harborside is one of the largest medical cannabis dispensaries in California. It became a publicly traded company in June 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6039} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/steve-deAngelo-22-1024x1024.jpg\" alt=\"\" class=\"wp-image-6039\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>DeAngelo also co-founded Steep Hill Laboratory, the first dedicated cannabis lab; the Arc View Group, the first cannabis investment firm, and the National Cannabis Industry Association, the industry’s first trade association.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I fell in love with cannabis at a very young age\'</p><cite>— Steve DeAngelo</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>This is a long way from DeAngelo’s first encounter with cannabis, which the author and public speaker told CanEx Jamaica occurred while he was on the verge of adolescence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>“</em>I fell in love with cannabis at a very young age.&nbsp;It was just a very memorable and deep connection to the plant.&nbsp;I knew something remarkable had happened to me and I knew cannabis would continue to be part of my life. I [also] knew that I didn’t want to do anything illegal… I didn’t want to be a criminal,” DeAngelo added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6037} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/steve-deAngelo-and-douglas-gordon-1024x637.jpg\" alt=\"\" class=\"wp-image-6037\" /><figcaption>&nbsp;Steve DeAngelo and founder of CanEx, Douglas Gordon.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>That desire to ensure that every activity in which he participated would withstand any test of integrity, led DeAngelo on a decades-long fight to make cannabis available to all. Raised in the 1960s and 1970s by activist parents, DeAngelo remembers growing up in Washington D.C. and seeing his parents being involved in landmark civil rights events such as the 1963 March on Washington.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I thought we were going to get it done in two or three years, it just took a lot longer.\'</p><cite>— Steve DeAngelo</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He channelled that activist heritage and his own burgeoning passion into lobbying for a legal cannabis industry, making numerous television appearances, and writing on the effects and benefits of cannabis. His efforts hit a snag in 1998 when the US Congress blocked moves to legalise cannabis in the American capital.Since then, the medicinal cannabis industry has opened up; medical cannabis use is now legal in 33 states in the US, while the industry is also opening up in Latin America and the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That change was a result of decades and decades of work by people like me.&nbsp;I thought we were going to get it done in two or three years, it just took a lot longer than I thought,” DeAngelo said<em>.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We know that cannabis provides wellness effects. We have also just begun to learn what happens to people when we make cannabis more accessible; opium rates, suicide rates, (and) pharmaceutical use drops,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6044} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/harbsde.jpg\" alt=\"\" class=\"wp-image-6044\" /><figcaption>Harborside is one of the first of six companies in the United States to be awarded a medical marijuana licence. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>DeAngelo, who noted that the first cannabis laws were a form of racial prejudice intended to control black people, believes the legal cannabis industry could help heal racial tensions. He also believes&nbsp;that cannabis by-products could help save the environment, as more than 50,000 different products can be made from hemp.&nbsp;The author of&nbsp;<b>The Cannabis Manifesto</b> is scheduled to be one of the speakers at the CanEx Jamaica Business Conference and Expo 2019. The two-day event is scheduled for  September 26 to 28 at the Montego Bay Convention Centre in St James.</p>\n<!-- /wp:paragraph -->','Steve DeAngelo\'s lifelong passion for cannabis','','publish','open','closed','','steve-deangelos-lifelong-passion-for-cannabis','','','2019-08-27 12:13:57','2019-08-27 17:13:57','',0,'https://buzz-caribbean.com/?p=6036',0,'post','',0),(6037,4,'2019-08-27 11:23:16','2019-08-27 16:23:16','','steve-deAngelo-and-douglas-gordon','','inherit','open','closed','','steve-deangelo-and-douglas-gordon','','','2019-08-27 11:23:16','2019-08-27 16:23:16','',6036,'https://buzz-caribbean.com/app/uploads/2019/08/steve-deAngelo-and-douglas-gordon.jpg',0,'attachment','image/jpeg',0),(6038,4,'2019-08-27 11:36:18','2019-08-27 16:36:18','','steve-deAngelo-','','inherit','open','closed','','steve-deangelo','','','2019-08-28 18:32:55','2019-08-28 23:32:55','',6036,'https://buzz-caribbean.com/app/uploads/2019/08/steve-deAngelo-.jpg',0,'attachment','image/jpeg',0),(6039,4,'2019-08-27 11:48:24','2019-08-27 16:48:24','','Steve deAngelo inside Harbourside','','inherit','open','closed','','steve-deangelo-22','','','2019-08-28 18:33:36','2019-08-28 23:33:36','',6036,'https://buzz-caribbean.com/app/uploads/2019/08/steve-deAngelo-22.jpg',0,'attachment','image/jpeg',0),(6040,23,'2019-08-27 12:49:16','2019-08-27 17:49:16','<!-- wp:paragraph -->\n<p>Mr. Bombastic, Shaggy, recently journeyed to Portland to support his longtime friend Chris Dehring as the CEO launched ReadyTV\'s, ReadyNet internet service, in Mullet Hall in the eastern parish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1jGQkSB6bI/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1jGQkSB6bI/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>It was the first time residents of the deep rural community had the opportunity to witness satellite internet in the community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6051} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shaggy-and-Team.jpg\" alt=\"\" class=\"wp-image-6051\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I’m honoured to be a part of this…and I salute the ReadyTV/ReadyNet team on their hard work and brilliant execution,” Shaggy posted on his Instagram page, following the launch.  Shaggy is one of the directors of ReadyTV, as well as billionaire Michel Lee-Chin, who is the single-largest shareholder in the company.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1kMIrUnOjA/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1kMIrUnOjA/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“This venture is very important to the development of Jamaica.   ReadyTV and the Ready team is doing an excellent job leading Jamaica to the first world in technology.   It’s not just important to provide fast and reliable internet to these rural areas... it’s also very important that it’s affordable!” the Grammy award-winning superstar noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> It’s not just important to provide fast and reliable internet to these rural areas... it’s also very important that it’s affordable!”  </p><cite>— Shaggy, Grammy award-winning entertainer</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The project came out of the ReadyTV directors’ recognition of the disparity in internet access between rural and urban areas. According to Dehring, the internet solution will provide all Jamaicans with affordable high-speed unshared internet.  At present, the company says, there is a huge disparity between children in Kingston who pay $2,500 for internet versus those in rural areas that will have to pay $25,000 in government taxes PLUS service fees to access the same internet.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6052} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dehring-with-Kids.jpg\" alt=\"\" class=\"wp-image-6052\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Also singing ReadyTV’s praises was Agriculture Minister Audley Shaw who bragged about the intervention on social media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/AudleyShaw/status/1165466727641210881\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/AudleyShaw/status/1165466727641210881\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“Satellite internet will soon be commercially available to rural villages and remote farmers. High-speed broadband internet will drastically improve greenhouse farming, research, innovation and communication!” he noted. </p>\n<!-- /wp:paragraph -->','Dehring takes satellite internet service to rural Portland community','','publish','open','closed','','dehring-takes-satellite-internet-service-to-rural-portland-community','','','2019-08-27 12:49:18','2019-08-27 17:49:18','',0,'https://buzz-caribbean.com/?p=6040',0,'post','',0),(6041,4,'2019-08-27 11:49:23','2019-08-27 16:49:23','<!-- wp:image {\"id\":6038} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/steve-deAngelo--1024x767.jpg\" alt=\"\" class=\"wp-image-6038\" /><figcaption>(Photo: Contributed Instagram/steve.deangelo)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> For Steve DeAngelo cannabis is more than medicine — it’s a lifestyle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Widely acknowledged as the ‘father of the cannabis industry’, DeAngelo is both cannabis activist and entrepreneur. He\'s the co-founder of Harborside, one of the first of six companies in the United States to be awarded a medical marijuana licence. The 13-year-old Harborside is one of the largest medical cannabis dispensaries in California. It became a publicly traded company in June 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6039} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/steve-deAngelo-22-1024x1024.jpg\" alt=\"\" class=\"wp-image-6039\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>DeAngelo also co-founded Steep Hill Laboratory, the first dedicated cannabis lab; the Arc View Group, the first cannabis investment firm, and the National Cannabis Industry Association, the industry’s first trade association.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I fell in love with cannabis at a very young age\'</p><cite>— Steve DeAngelo</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>It is a long way from DeAngelo’s first encounter with cannabis, which the author and public speaker told CanEx Jamaica occurred while he was on the verge of adolescence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>“</em>I fell in love with cannabis at a very young age. It was just a very memorable and deep connection to the plant. I knew something remarkable had happened to me and I knew cannabis would continue to be part of my life. I [also] knew that I didn’t want to do anything illegal… I didn’t want to be a criminal,” DeAngelo added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6037} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/steve-deAngelo-and-douglas-gordon-1024x637.jpg\" alt=\"\" class=\"wp-image-6037\" /><figcaption> Steve DeAngelo and founder of CanEx, Douglas Gordon.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>That desire to ensure that every activity in which he participated would withstand any test of integrity, led DeAngelo on a decades-long fight to make cannabis available to all. Raised in the 1960s and 1970s by activist parents, DeAngelo remembers growing up in Washington D.C. and seeing his parents being involved in landmark civil rights events such as the 1963 March on Washington.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I thought we were going to get it done in two or three years, it just took a lot longer.\'</p><cite>— Steve DeAngelo</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He channelled that activist heritage and his own burgeoning passion into lobbying for a legal cannabis industry, making numerous television appearances, and writing on the effects and benefits of cannabis. His efforts hit a snag in 1998 when the US Congress blocked moves to legalise cannabis in the American capital.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since then, the medicinal cannabis industry has opened up; medical cannabis use is now legal in 33 states in the US, while the industry is also opening up in Latin America and the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That change was a result of decades and decades of work by people like me. I thought we were going to get it done in two or three years, it just took a lot longer than I thought,” DeAngelo said<em>.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We know that cannabis provides wellness effects. We have also just begun to learn what happens to people when we make cannabis more accessible; opium rates, suicide rates, (and) pharmaceutical use drops,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DeAngelo, who noted that the first cannabis laws were a form of racial prejudice intended to control black people, believes the legal cannabis industry could help heal racial tensions. He also believes that cannabis by-products could help save the environment, as more than 50,000 different products can be made from hemp. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The author of <b>The Cannabis Manifesto</b> is scheduled to be one of the speakers at the CanEx Jamaica Business Conference and Expo 2019. The two-day event is scheduled for  September 26 to 28 at the Montego Bay Convention Centre in St James.</p>\n<!-- /wp:paragraph -->','Steve DeAngelo\'s lifelong passion for cannabis','','inherit','closed','closed','','6036-revision-v1','','','2019-08-27 11:49:23','2019-08-27 16:49:23','',6036,'https://buzz-caribbean.com/article/6036-revision-v1/',0,'revision','',0),(6042,4,'2019-08-27 11:53:21','2019-08-27 16:53:21','','harbourside','','inherit','open','closed','','harbourside','','','2019-08-27 11:53:21','2019-08-27 16:53:21','',6036,'https://buzz-caribbean.com/app/uploads/2019/08/harbourside.jpg',0,'attachment','image/jpeg',0),(6043,4,'2019-08-27 11:53:57','2019-08-27 16:53:57','','harbourside-1','','inherit','open','closed','','harbourside-1','','','2019-08-27 11:53:57','2019-08-27 16:53:57','',6036,'https://buzz-caribbean.com/app/uploads/2019/08/harbourside-1.jpg',0,'attachment','image/jpeg',0),(6044,4,'2019-08-27 12:00:41','2019-08-27 17:00:41','','harbsde','','inherit','open','closed','','harbsde','','','2019-08-27 12:00:41','2019-08-27 17:00:41','',6036,'https://buzz-caribbean.com/app/uploads/2019/08/harbsde.jpg',0,'attachment','image/jpeg',0),(6045,11,'2019-08-27 12:12:57','2019-08-27 17:12:57','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1kMIrUnOjA/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1kMIrUnOjA/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1kMIrUnOjA/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Wanna take time to big up my Bredrin: @chris.dehring CEO of #ReadyTV and @katiadehring on the launch of #ReadyNet last Thursday in Mullet Hall Portland ... for the 1st time Residents had the opportunity to witness satellite internet in this rural community’ I’m honored to be apart of this’ and salute the #ReadyTV/ ReadyNet team on their hard work and brilliant execution. Also wanna take time out to big up Cass. Casanova! On his genius and leadership. This venture is very important to the development of jamaica.  #ReadyTv and the Ready team is doing an excellent job leading Jamaica to the 1st world in technology. It’s not just important to provide fast and reliable internet to these rural areas ... it’s also very important that it’s affordable! ...as demonstrated by the two young ladies at the launch in Mullet Hall ( Shilo and Rickayla) ..it would cost Shilo who lives in Kingston $2,500 JA dollars a month, including GOJ fees, but would cost Rickayla who lives in Mullet Hall Port Antonio $25,000 JA dollars a month including GOJ fees to get the same and Internet package, it’s great that the Ready Net Team is working along side the Jamaican Govt., to try and make it affordable for all. Special thanx to Hon. Daryl Vaz M.P. For Portland and Hon. Fayval Williams, Minister of Science, Energy and Technology, And Therese Turner-Jones of the Inter-American Development Bank and Judy Green of the International Finance Corporation/World Bank for their hard work and support .. and the ReadyTv team and Ready tv commandos. Well done!</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/direalshaggy/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Shaggy Aka Mr Boombastic O.D</a> (@direalshaggy) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-24T23:38:50+00:00\">Aug 24, 2019 at 4:38pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','798a36b3232c9acc3a5ea781b0db6826','','','2019-08-27 12:12:57','2019-08-27 17:12:57','',0,'https://buzz-caribbean.com/article/798a36b3232c9acc3a5ea781b0db6826/',0,'oembed_cache','',0),(6046,4,'2019-08-27 12:13:56','2019-08-27 17:13:56','<!-- wp:image {\"id\":6038} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/steve-deAngelo--1024x767.jpg\" alt=\"\" class=\"wp-image-6038\" /><figcaption>(Photo: Contributed Instagram/steve.deangelo)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;For Steve DeAngelo cannabis is more than medicine — it’s a lifestyle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Widely acknowledged as the ‘father of the cannabis industry’, DeAngelo is both cannabis activist and entrepreneur. He\'s the co-founder of Harborside, one of the first&nbsp;of six companies in the United States to be awarded a medical marijuana licence. The 13-year-old Harborside is one of the largest medical cannabis dispensaries in California. It became a publicly traded company in June 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6039} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/steve-deAngelo-22-1024x1024.jpg\" alt=\"\" class=\"wp-image-6039\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>DeAngelo also co-founded Steep Hill Laboratory, the first dedicated cannabis lab; the Arc View Group, the first cannabis investment firm, and the National Cannabis Industry Association, the industry’s first trade association.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I fell in love with cannabis at a very young age\'</p><cite>— Steve DeAngelo</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>This is a long way from DeAngelo’s first encounter with cannabis, which the author and public speaker told CanEx Jamaica occurred while he was on the verge of adolescence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>“</em>I fell in love with cannabis at a very young age.&nbsp;It was just a very memorable and deep connection to the plant.&nbsp;I knew something remarkable had happened to me and I knew cannabis would continue to be part of my life. I [also] knew that I didn’t want to do anything illegal… I didn’t want to be a criminal,” DeAngelo added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6037} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/steve-deAngelo-and-douglas-gordon-1024x637.jpg\" alt=\"\" class=\"wp-image-6037\" /><figcaption>&nbsp;Steve DeAngelo and founder of CanEx, Douglas Gordon.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>That desire to ensure that every activity in which he participated would withstand any test of integrity, led DeAngelo on a decades-long fight to make cannabis available to all. Raised in the 1960s and 1970s by activist parents, DeAngelo remembers growing up in Washington D.C. and seeing his parents being involved in landmark civil rights events such as the 1963 March on Washington.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I thought we were going to get it done in two or three years, it just took a lot longer.\'</p><cite>— Steve DeAngelo</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He channelled that activist heritage and his own burgeoning passion into lobbying for a legal cannabis industry, making numerous television appearances, and writing on the effects and benefits of cannabis. His efforts hit a snag in 1998 when the US Congress blocked moves to legalise cannabis in the American capital.Since then, the medicinal cannabis industry has opened up; medical cannabis use is now legal in 33 states in the US, while the industry is also opening up in Latin America and the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That change was a result of decades and decades of work by people like me.&nbsp;I thought we were going to get it done in two or three years, it just took a lot longer than I thought,” DeAngelo said<em>.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We know that cannabis provides wellness effects. We have also just begun to learn what happens to people when we make cannabis more accessible; opium rates, suicide rates, (and) pharmaceutical use drops,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6044} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/harbsde.jpg\" alt=\"\" class=\"wp-image-6044\" /><figcaption>Harborside is one of the first of six companies in the United States to be awarded a medical marijuana licence. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>DeAngelo, who noted that the first cannabis laws were a form of racial prejudice intended to control black people, believes the legal cannabis industry could help heal racial tensions. He also believes&nbsp;that cannabis by-products could help save the environment, as more than 50,000 different products can be made from hemp.&nbsp;The author of&nbsp;<b>The Cannabis Manifesto</b> is scheduled to be one of the speakers at the CanEx Jamaica Business Conference and Expo 2019. The two-day event is scheduled for  September 26 to 28 at the Montego Bay Convention Centre in St James.</p>\n<!-- /wp:paragraph -->','Steve DeAngelo\'s lifelong passion for cannabis','','inherit','closed','closed','','6036-revision-v1','','','2019-08-27 12:13:56','2019-08-27 17:13:56','',6036,'https://buzz-caribbean.com/article/6036-revision-v1/',0,'revision','',0),(6047,11,'2019-08-27 12:14:45','2019-08-27 17:14:45','','Chris-Dehring','','inherit','open','closed','','chris-dehring','','','2019-08-28 18:32:31','2019-08-28 23:32:31','',6040,'https://buzz-caribbean.com/app/uploads/2019/08/Chris-Dehring.jpeg',0,'attachment','image/jpeg',0),(6048,11,'2019-08-27 12:19:59','2019-08-27 17:19:59','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1j_wPwBTBH/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1j_wPwBTBH/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1j_wPwBTBH/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Twins... born 2 days apart. Besties Bright &amp; Beautiful. Except one gets 24/7 internet for J$2,500 a month.. while GOJ fees alone for the other to get in Mullet Hall would be J$25,000/month. We can fix this.</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/chris.dehring/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Chris Dehring</a> (@chris.dehring) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-24T21:50:39+00:00\">Aug 24, 2019 at 2:50pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','e3ff671913614eb65d8db0ccb5d4fb43','','','2019-08-27 12:19:59','2019-08-27 17:19:59','',0,'https://buzz-caribbean.com/article/e3ff671913614eb65d8db0ccb5d4fb43/',0,'oembed_cache','',0),(6049,11,'2019-08-27 12:24:20','2019-08-27 17:24:20','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1jGQkSB6bI/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1jGQkSB6bI/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1jGQkSB6bI/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">The magic of Satellite Internet.. Anyone. Anywhere. Anytime.</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/chris.dehring/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Chris Dehring</a> (@chris.dehring) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-24T13:28:15+00:00\">Aug 24, 2019 at 6:28am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','c9784e8bf17728837c3818a3690d0cbb','','','2019-08-27 12:24:20','2019-08-27 17:24:20','',0,'https://buzz-caribbean.com/article/c9784e8bf17728837c3818a3690d0cbb/',0,'oembed_cache','',0),(6050,23,'2019-08-27 12:58:08','2019-08-27 17:58:08','<!-- wp:image {\"id\":6058} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/labsample-1024x707.jpg\" alt=\"\" class=\"wp-image-6058\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A top promising Jamaican sprinter has tested positive for a\nbanned substance and is facing a four-year ban from the sport.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The substance was found in the athlete’s ‘A’ sample during the National Trials at the National Stadium, between June 20 and 23. The athlete’s management has requested that the ‘B’ sample is tested.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The athlete finished in the top three in their event at the\nNational Trials and was expected to be selected on Jamaica’s team to the World\nChampionships in Doha, Qatar, next month. The positive test could rule the\nathlete out of the competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is understood that the banned substance in the ‘A’ was\ncontained in a cold and flu medication, which was tested at the World\nAnti-Doping Agency (WADA) accredited lab in Montreal, Canada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The athlete, it is also understood, had declared the use of\na cold medication during the National Trials. It is not known, however, if the\nathlete had requested a Therapeutic Use Exemption (TUE).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The TUE gives athletes the opportunity to use banned\nsubstances to treat a legitimate medical condition, but can only be issued by a\nmedical doctor.</p>\n<!-- /wp:paragraph -->','Promising Jamaican athlete tests positive','','publish','open','closed','','promising-jamaican-athlete-tests-positive','','','2019-08-27 12:58:09','2019-08-27 17:58:09','',0,'https://buzz-caribbean.com/?p=6050',0,'post','',0),(6051,11,'2019-08-27 12:41:13','2019-08-27 17:41:13','','Shaggy and Team','','inherit','open','closed','','shaggy-and-team','','','2019-08-28 18:32:16','2019-08-28 23:32:16','',6040,'https://buzz-caribbean.com/app/uploads/2019/08/Shaggy-and-Team.jpg',0,'attachment','image/jpeg',0),(6052,11,'2019-08-27 12:42:21','2019-08-27 17:42:21','','Chris Dehring and Kids','','inherit','open','closed','','dehring-with-kids','','','2019-08-28 18:31:01','2019-08-28 23:31:01','',6040,'https://buzz-caribbean.com/app/uploads/2019/08/Dehring-with-Kids.jpg',0,'attachment','image/jpeg',0),(6053,11,'2019-08-27 12:47:17','2019-08-27 17:47:17','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Satellite internet will soon be commercially available to rural villages and remote farmers. High Speed broadband internet will drastically improve greenhouse farming, research, innovation and communication! <a href=\"https://twitter.com/ReadyTV_Ja?ref_src=twsrc%5Etfw\">@readytv_ja</a>  <a href=\"https://twitter.com/DiRealShaggy?ref_src=twsrc%5Etfw\">@direalshaggy</a> <a href=\"https://t.co/Orihe00fcZ\">pic.twitter.com/Orihe00fcZ</a></p>&mdash; Audley Shaw (@AudleyShaw) <a href=\"https://twitter.com/AudleyShaw/status/1165466727641210881?ref_src=twsrc%5Etfw\">August 25, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','8d19d26a1f64cf9fe5bd609b5542ca17','','','2019-08-27 12:47:17','2019-08-27 17:47:17','',0,'https://buzz-caribbean.com/article/8d19d26a1f64cf9fe5bd609b5542ca17/',0,'oembed_cache','',0),(6054,11,'2019-08-27 12:49:16','2019-08-27 17:49:16','<!-- wp:paragraph -->\n<p>Mr. Bombastic, Shaggy, recently journeyed to Portland to support his longtime friend Chris Dehring as the CEO launched ReadyTV\'s, ReadyNet internet service, in Mullet Hall in the eastern parish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1jGQkSB6bI/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1jGQkSB6bI/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>It was the first time residents of the deep rural community had the opportunity to witness satellite internet in the community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6051} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shaggy-and-Team.jpg\" alt=\"\" class=\"wp-image-6051\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I’m honoured to be a part of this…and I salute the ReadyTV/ReadyNet team on their hard work and brilliant execution,” Shaggy posted on his Instagram page, following the launch.  Shaggy is one of the directors of ReadyTV, as well as billionaire Michel Lee-Chin, who is the single-largest shareholder in the company.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1kMIrUnOjA/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1kMIrUnOjA/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“This venture is very important to the development of Jamaica.   ReadyTV and the Ready team is doing an excellent job leading Jamaica to the first world in technology.   It’s not just important to provide fast and reliable internet to these rural areas... it’s also very important that it’s affordable!” the Grammy award-winning superstar noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> It’s not just important to provide fast and reliable internet to these rural areas... it’s also very important that it’s affordable!”  </p><cite>— Shaggy, Grammy award-winning entertainer</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The project came out of the ReadyTV directors’ recognition of the disparity in internet access between rural and urban areas. According to Dehring, the internet solution will provide all Jamaicans with affordable high-speed unshared internet.  At present, the company says, there is a huge disparity between children in Kingston who pay $2,500 for internet versus those in rural areas that will have to pay $25,000 in government taxes PLUS service fees to access the same internet.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6052} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dehring-with-Kids.jpg\" alt=\"\" class=\"wp-image-6052\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Also singing ReadyTV’s praises was Agriculture Minister Audley Shaw who bragged about the intervention on social media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/AudleyShaw/status/1165466727641210881\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/AudleyShaw/status/1165466727641210881\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“Satellite internet will soon be commercially available to rural villages and remote farmers. High-speed broadband internet will drastically improve greenhouse farming, research, innovation and communication!” he noted. </p>\n<!-- /wp:paragraph -->','Dehring takes satellite internet service to rural Portland community','','inherit','closed','closed','','6040-revision-v1','','','2019-08-27 12:49:16','2019-08-27 17:49:16','',6040,'https://buzz-caribbean.com/article/6040-revision-v1/',0,'revision','',0),(6055,4,'2019-08-27 12:49:53','2019-08-27 17:49:53','','lab-sample','','inherit','open','closed','','lab-sample','','','2019-08-27 12:49:53','2019-08-27 17:49:53','',6050,'https://buzz-caribbean.com/app/uploads/2019/08/lab-sample.jpg',0,'attachment','image/jpeg',0),(6056,4,'2019-08-27 12:50:05','2019-08-27 17:50:05','<!-- wp:paragraph -->\n<p>A top promising Jamaican sprinter has tested positive for a\nbanned substance and is facing a four-year ban from the sport.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6055} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lab-sample-1024x686.jpg\" alt=\"\" class=\"wp-image-6055\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The substance was found in the athlete’s ‘A’ sample during the National Trials at the National Stadium, between June 20 and 23. The athlete’s management has requested that the ‘B’ sample is tested.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The athlete finished in the top three in their event at the\nNational Trials and was expected to be selected on Jamaica’s team to the World\nChampionships in Doha, Qatar, next month. The positive test could rule the\nathlete out of the competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is understood that the banned substance in the ‘A’ was\ncontained in a cold and flu medication, which was tested at the World\nAnti-Doping Agency (WADA) accredited lab in Montreal, Canada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The athlete, it is also understood, had declared the use of\na cold medication during the National Trials. It is not known, however, if the\nathlete had requested a Therapeutic Use Exemption (TUE).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The TUE gives athletes the opportunity to use banned\nsubstances to treat a legitimate medical condition, but can only be issued by a\nmedical doctor.</p>\n<!-- /wp:paragraph -->','Promising Jamaican athlete tests positive','','inherit','closed','closed','','6050-revision-v1','','','2019-08-27 12:50:05','2019-08-27 17:50:05','',6050,'https://buzz-caribbean.com/article/6050-revision-v1/',0,'revision','',0),(6057,23,'2019-08-27 13:15:42','2019-08-27 18:15:42','<!-- wp:paragraph -->\n<p>Dancehall artiste Michelle “D’Angel” Downer seems to have drunk from, or taken a bath in the proverbial \'Fountain of Youth\' because physically, the Spanish Town native is in top form.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6061,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DAngel-2.jpg\" alt=\"\" class=\"wp-image-6061\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 41-year-old has been heating up Instagram with some radiant photos of herself in which she shows off her statuesque physique, as she continues to, as she claims, age gracefully.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6062,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DAngel-3.jpg\" alt=\"\" class=\"wp-image-6062\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>D’Angel’s latest Instagram post has left many of her 286,000 fans mesmerized. The former Miguel model posted a photo of herself in a multicoloured bikini swimsuit yesterday which she took at the Jewel Paradise Cove Resort and Spa where she has been staycationing with her son Marco Dean. Her photo evoked responses from numerous persons, including none other than former supermodel Althea Laing.&nbsp;Can D’Angel get a ‘wow’?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6060,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DAngel-1.jpg\" alt=\"\" class=\"wp-image-6060\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The leggy mother of one has been making numerous posts about ageing since June and says she will never undergo surgery, noting that she is not ashamed of ageing. According to her, ageing is an inevitable process which comes with growth and maturity and must be embraced.&nbsp; For the artiste, her beauty regimen is very simple and surrounds taking care of her skin and drinking lots of water.&nbsp; Oftentimes she hits the gym.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6063,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DAngel-4.jpg\" alt=\"\" class=\"wp-image-6063\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She also recommends that women stay natural and allow themselves to age gracefully without fear and without trying to do artificial enhancements to reverse the process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6064,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DAngel-5.jpg\" alt=\"\" class=\"wp-image-6064\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>D’Angel, who turns 42 next April, was recruited as a fashion model in the 1990s and was a contestant in the Miss Jamaica Fashion Model pageant making the top five, and copped sectional prizes for Best Legs and Most Congenial.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6065,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DAngel-6.jpg\" alt=\"\" class=\"wp-image-6065\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>During those days she landed modelling\ngigs with international clothing brand Rocawear and placed second in the\nBarbizon High Fashion modelling competition in the US, where she was the only\nblack model. </p>\n<!-- /wp:paragraph -->','D\'Angel still runway-ready: Dancehall star says women should age gracefully','','publish','open','closed','','dangel-still-runway-ready-dancehall-star-says-women-should-age-gracefully','','','2019-08-28 11:36:09','2019-08-28 16:36:09','',0,'https://buzz-caribbean.com/?p=6057',0,'post','',0),(6058,4,'2019-08-27 12:56:18','2019-08-27 17:56:18','','zika-testing','A Florida Department of Health employee processes a urine sample to test for the Zika virus on Sept. 14 in Miami Beach.','inherit','open','closed','','zika-testing','','','2019-08-27 12:56:18','2019-08-27 17:56:18','',6050,'https://buzz-caribbean.com/app/uploads/2019/08/labsample.jpg',0,'attachment','image/jpeg',0),(6059,4,'2019-08-27 12:58:08','2019-08-27 17:58:08','<!-- wp:image {\"id\":6058} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/labsample-1024x707.jpg\" alt=\"\" class=\"wp-image-6058\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A top promising Jamaican sprinter has tested positive for a\nbanned substance and is facing a four-year ban from the sport.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The substance was found in the athlete’s ‘A’ sample during the National Trials at the National Stadium, between June 20 and 23. The athlete’s management has requested that the ‘B’ sample is tested.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The athlete finished in the top three in their event at the\nNational Trials and was expected to be selected on Jamaica’s team to the World\nChampionships in Doha, Qatar, next month. The positive test could rule the\nathlete out of the competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is understood that the banned substance in the ‘A’ was\ncontained in a cold and flu medication, which was tested at the World\nAnti-Doping Agency (WADA) accredited lab in Montreal, Canada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The athlete, it is also understood, had declared the use of\na cold medication during the National Trials. It is not known, however, if the\nathlete had requested a Therapeutic Use Exemption (TUE).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The TUE gives athletes the opportunity to use banned\nsubstances to treat a legitimate medical condition, but can only be issued by a\nmedical doctor.</p>\n<!-- /wp:paragraph -->','Promising Jamaican athlete tests positive','','inherit','closed','closed','','6050-revision-v1','','','2019-08-27 12:58:08','2019-08-27 17:58:08','',6050,'https://buzz-caribbean.com/article/6050-revision-v1/',0,'revision','',0),(6060,11,'2019-08-27 13:02:53','2019-08-27 18:02:53','','D\'Angel in a swimsuit','','inherit','open','closed','','dangel-1','','','2019-08-28 18:30:27','2019-08-28 23:30:27','',6057,'https://buzz-caribbean.com/app/uploads/2019/08/DAngel-1.jpg',0,'attachment','image/jpeg',0),(6061,11,'2019-08-27 13:04:46','2019-08-27 18:04:46','','DAngel in a swimsuit','','inherit','open','closed','','dangel-2','','','2019-08-28 18:29:37','2019-08-28 23:29:37','',6057,'https://buzz-caribbean.com/app/uploads/2019/08/DAngel-2.jpg',0,'attachment','image/jpeg',0),(6062,11,'2019-08-27 13:05:48','2019-08-27 18:05:48','','D\'Angel Instagram','','inherit','open','closed','','dangel-3','','','2019-08-28 18:29:01','2019-08-28 23:29:01','',6057,'https://buzz-caribbean.com/app/uploads/2019/08/DAngel-3.jpg',0,'attachment','image/jpeg',0),(6063,11,'2019-08-27 13:06:45','2019-08-27 18:06:45','','DAngel-4','','inherit','open','closed','','dangel-4','','','2019-08-27 13:06:45','2019-08-27 18:06:45','',6057,'https://buzz-caribbean.com/app/uploads/2019/08/DAngel-4.jpg',0,'attachment','image/jpeg',0),(6064,11,'2019-08-27 13:07:46','2019-08-27 18:07:46','','D\'Angel','','inherit','open','closed','','dangel-5','','','2019-08-28 18:27:44','2019-08-28 23:27:44','',6057,'https://buzz-caribbean.com/app/uploads/2019/08/DAngel-5.jpg',0,'attachment','image/jpeg',0),(6065,11,'2019-08-27 13:09:21','2019-08-27 18:09:21','','DAngel-6','','inherit','open','closed','','dangel-6','','','2019-08-27 13:09:21','2019-08-27 18:09:21','',6057,'https://buzz-caribbean.com/app/uploads/2019/08/DAngel-6.jpg',0,'attachment','image/jpeg',0),(6066,11,'2019-08-27 13:15:42','2019-08-27 18:15:42','<!-- wp:paragraph -->\n<p>Dancehall artiste Michelle “D’Angel” Downer seems to have drunk from, or taken a bath in the proverbial \'Fountain of Youth\' because physically, the Spanish Town native is in top form.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6061,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DAngel-2.jpg\" alt=\"\" class=\"wp-image-6061\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 41-year-old has been heating up Instagram with some radiant photos of herself in which she shows off her statuesque physique, as she continues to, as she claims, age gracefully.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6062,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DAngel-3.jpg\" alt=\"\" class=\"wp-image-6062\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>D’Angel’s latest Instagram post has left many of her 286,000 fans mesmerized. The former Miguel model posted a photo of herself in a multicoloured bikini swimsuit yesterday which she took at the Jewel Paradise Cove Resort and Spa where she has been staycationing with her son Marco Dean. Her photo evoked responses from numerous persons, including none other than former supermodel Althea Laing. Can D’Angel get a ‘wow’?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6060,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DAngel-1.jpg\" alt=\"\" class=\"wp-image-6060\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The leggy mother of one has been making numerous posts about ageing since June and says she will never undergo surgery, noting that she is not ashamed of ageing. According to her, ageing is an inevitable process which comes with growth and maturity and must be embraced.  For the artiste, her beauty regimen is very simple and surrounds taking care of her skin and drinking lots of water.  Oftentimes she hits the gym.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6063,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DAngel-4.jpg\" alt=\"\" class=\"wp-image-6063\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She also recommends that women stay natural and allow themselves to age gracefully without fear and without trying to do artificial enhancements to reverse the process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6064,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DAngel-5.jpg\" alt=\"\" class=\"wp-image-6064\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>D’Angel, who turns 42 next April, was recruited as a fashion model in the 1990s and was a contestant in the Miss Jamaica Fashion Model pageant making the top five, and copped sectional prizes for Best Legs and Most Congenial.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6065,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DAngel-6.jpg\" alt=\"\" class=\"wp-image-6065\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>During those days she landed modelling\ngigs with international clothing brand Rocawear and placed second in the\nBarbizon High Fashion modelling competition in the US, where she was the only\nblack model. </p>\n<!-- /wp:paragraph -->','D\'Angel still runway-ready — Dancehall star says women should age gracefully','','inherit','closed','closed','','6057-revision-v1','','','2019-08-27 13:15:42','2019-08-27 18:15:42','',6057,'https://buzz-caribbean.com/article/6057-revision-v1/',0,'revision','',0),(6067,23,'2019-08-27 13:53:56','2019-08-27 18:53:56','<!-- wp:paragraph -->\n<p>Taylor Swift, Beyoncé and Rihanna are the top three in the recently listed Forbes highest-paid women in music 2019. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many might wonder how the list is curated but a senior editor from Forbes explains, “Our list of the world’s highest-paid women in music measures pretax income from June 2018 to June 2019. Fees for agents, managers and lawyers are not deducted.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6072} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/TAYLOR-SWIFT-1024x576.jpg\" alt=\"\" class=\"wp-image-6072\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The top-10 list ascending features “Hips Don’t Lie” Spanish singer <strong>Shakira </strong>earning $35 million followed by the soulful <strong>Celine Dion</strong> with $37.5 million. The multi-talented <strong>Lady Gaga</strong> accumulating $39.5 million, <strong>JLO</strong> at number 7 with $43 million. Thank you, next, it\'s <strong>Ariane Grande</strong> earning $48 million.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6073} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ariana-Grande-1024x576.jpg\" alt=\"\" class=\"wp-image-6073\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The top five are creating quite a stir with social media users, as <strong>P!nk </strong>clocked in at #5 with $57 million, followed by <strong>Katy Perry</strong> with $57.5 million. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6074} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Katy-Perry-1024x538.jpg\" alt=\"\" class=\"wp-image-6074\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Rihanna</strong> at #3 accumulated $62 million which was largely collected through her <em>Fenty</em> and <em>LVMH</em> brands. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6070} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-1024x683.jpg\" alt=\"\" class=\"wp-image-6070\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Queen Bee, <strong>Beyoncé</strong> buzzed in at #2 with $81 million, primarily from her  <em>On The Run II Tour </em>with husband Jay-Z and her Netflix special “Homecoming”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6075} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BEYONCE-1-1024x651.jpg\" alt=\"\" class=\"wp-image-6075\" /><figcaption>(Photo by Kevin Winter/Getty Images for Coachella)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The country singer turned pop-star Taylor Swift dethroned Katy Perry to take the top spot this year with an earning of $185 million, mostly generated from her “Reputation Stadium Tour” and her latest album “Lover”</p>\n<!-- /wp:paragraph -->','Forbes\' highest-paid women in music revealed','','publish','open','closed','','forbes-highest-paid-women-in-music-revealed','','','2019-08-27 13:53:56','2019-08-27 18:53:56','',0,'https://buzz-caribbean.com/?p=6067',0,'post','',0),(6069,23,'2019-08-27 14:42:08','2019-08-27 19:42:08','<!-- wp:paragraph -->\n<p>The Reggae Sunsplash music festival is set for a return next year November.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6082} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tyrone-Wilson.jpg\" alt=\"\" class=\"wp-image-6082\" /><figcaption>C.E.O of eMedia Interactive Group, Tyrone Wilson.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The festival is returning under the ownership of Guardsman Group Ltd. The security company purchased the event and licensed the rights to Kingston-based holding company eMedia Interactive Group Ltd, in which Guardsman owns a 35 per cent interest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reggae Sunsplash will be produced through eMedia subsidiary Vertical Creative Ltd, according to a report in Billboard magazine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reggae Sunsplash started in 1978. The final staging was in 2006. Reggae icons such as Bob Marley, Peter Tosh, Jimmy Cliff, Burning Spear, Jacob Miller, Inner Circle, Third World, and Toots and the Maytals all performed at Reggae Sunsplash.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The appetite for reggae is at an all-time high now, so it’s a great time for Reggae Sunsplash’s return,” C.E.O of eMedia Interactive Group, Tyrone Wilson, told Billboard magazine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The festival is expected to be staged at Grizzly’s Plantation Cove, in Priory, St Ann. The festival is expected to run for three days. Night one will feature acts before the 2000s. Acts that emerged after the 2000’s will grace the stage on night two. The festival will conclude on night three with a party at  Puerto Seco Beach, in Discovery Bay. This will feature various selectors and sound systems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <strong>—</strong><em><strong>Written by Shania Hanchard</strong></em></p>\n<!-- /wp:paragraph -->','Reggae Sunsplash to return in 2020','','publish','open','closed','','reggae-sunsplash-to-return-in-2020','','','2019-08-27 14:42:09','2019-08-27 19:42:09','',0,'https://buzz-caribbean.com/?p=6069',0,'post','',0),(6070,11,'2019-08-27 13:38:33','2019-08-27 18:38:33','','Rihanna','','inherit','open','closed','','rihanna','','','2019-08-27 13:38:33','2019-08-27 18:38:33','',6067,'https://buzz-caribbean.com/app/uploads/2019/08/Rihanna.jpg',0,'attachment','image/jpeg',0),(6071,11,'2019-08-27 13:38:58','2019-08-27 18:38:58','','2018 Coachella Valley Music And Arts Festival - Weekend 1 - Day 2','INDIO, CA - APRIL 14:  Beyonce Knowles performs onstage during 2018 Coachella Valley Music And Arts Festival Weekend 1 at the Empire Polo Field on April 14, 2018 in Indio, California.  (Photo by Kevin Winter/Getty Images for Coachella)','inherit','open','closed','','2018-coachella-valley-music-and-arts-festival-weekend-1-day-2','','','2019-08-27 13:38:58','2019-08-27 18:38:58','',6067,'https://buzz-caribbean.com/app/uploads/2019/08/BEYONCE.jpg',0,'attachment','image/jpeg',0),(6072,11,'2019-08-27 13:40:13','2019-08-27 18:40:13','','TAYLOR-SWIFT','','inherit','open','closed','','taylor-swift','','','2019-08-27 13:40:13','2019-08-27 18:40:13','',6067,'https://buzz-caribbean.com/app/uploads/2019/08/TAYLOR-SWIFT.jpg',0,'attachment','image/jpeg',0),(6073,11,'2019-08-27 13:42:46','2019-08-27 18:42:46','','Ariana-Grande','','inherit','open','closed','','ariana-grande','','','2019-08-27 13:42:46','2019-08-27 18:42:46','',6067,'https://buzz-caribbean.com/app/uploads/2019/08/Ariana-Grande.jpg',0,'attachment','image/jpeg',0),(6074,11,'2019-08-27 13:46:09','2019-08-27 18:46:09','','Katy-Perry','','inherit','open','closed','','katy-perry-2','','','2019-08-27 13:46:09','2019-08-27 18:46:09','',6067,'https://buzz-caribbean.com/app/uploads/2019/08/Katy-Perry.jpg',0,'attachment','image/jpeg',0),(6075,11,'2019-08-27 13:47:17','2019-08-27 18:47:17','','2018 Coachella Valley Music And Arts Festival - Weekend 1 - Day 2','INDIO, CA - APRIL 14:  Beyonce Knowles performs onstage during 2018 Coachella Valley Music And Arts Festival Weekend 1 at the Empire Polo Field on April 14, 2018 in Indio, California.  (Photo by Kevin Winter/Getty Images for Coachella)','inherit','open','closed','','2018-coachella-valley-music-and-arts-festival-weekend-1-day-2-2','','','2019-08-27 13:47:17','2019-08-27 18:47:17','',6067,'https://buzz-caribbean.com/app/uploads/2019/08/BEYONCE-1.jpg',0,'attachment','image/jpeg',0),(6076,11,'2019-08-27 13:53:56','2019-08-27 18:53:56','<!-- wp:paragraph -->\n<p>Taylor Swift, Beyoncé and Rihanna are the top three in the recently listed Forbes highest-paid women in music 2019. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many might wonder how the list is curated but a senior editor from Forbes explains, “Our list of the world’s highest-paid women in music measures pretax income from June 2018 to June 2019. Fees for agents, managers and lawyers are not deducted.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6072} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/TAYLOR-SWIFT-1024x576.jpg\" alt=\"\" class=\"wp-image-6072\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The top-10 list ascending features “Hips Don’t Lie” Spanish singer <strong>Shakira </strong>earning $35 million followed by the soulful <strong>Celine Dion</strong> with $37.5 million. The multi-talented <strong>Lady Gaga</strong> accumulating $39.5 million, <strong>JLO</strong> at number 7 with $43 million. Thank you, next, it\'s <strong>Ariane Grande</strong> earning $48 million.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6073} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ariana-Grande-1024x576.jpg\" alt=\"\" class=\"wp-image-6073\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The top five are creating quite a stir with social media users, as <strong>P!nk </strong>clocked in at #5 with $57 million, followed by <strong>Katy Perry</strong> with $57.5 million. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6074} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Katy-Perry-1024x538.jpg\" alt=\"\" class=\"wp-image-6074\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Rihanna</strong> at #3 accumulated $62 million which was largely collected through her <em>Fenty</em> and <em>LVMH</em> brands. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6070} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-1024x683.jpg\" alt=\"\" class=\"wp-image-6070\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Queen Bee, <strong>Beyoncé</strong> buzzed in at #2 with $81 million, primarily from her  <em>On The Run II Tour </em>with husband Jay-Z and her Netflix special “Homecoming”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6075} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BEYONCE-1-1024x651.jpg\" alt=\"\" class=\"wp-image-6075\" /><figcaption>(Photo by Kevin Winter/Getty Images for Coachella)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The country singer turned pop-star Taylor Swift dethroned Katy Perry to take the top spot this year with an earning of $185 million, mostly generated from her “Reputation Stadium Tour” and her latest album “Lover”</p>\n<!-- /wp:paragraph -->','Forbes\' highest-paid women in music revealed','','inherit','closed','closed','','6067-revision-v1','','','2019-08-27 13:53:56','2019-08-27 18:53:56','',6067,'https://buzz-caribbean.com/article/6067-revision-v1/',0,'revision','',0),(6077,11,'2019-08-27 16:29:17','2019-08-27 21:29:17','<!-- wp:paragraph -->\n<p>WhatsApp still sits on the throne as the most popular messaging app, with a reported 1.5 billion users across the planet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the Caribbean, WhatsApp has such a large userbase, that most of the major telecoms companies have managed to include it in their data plan offerings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6090,6089,6088]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Flow-Free-WhatsApp.jpg\" alt=\"\" data-id=\"6090\" data-link=\"https://buzz-caribbean.com/?attachment_id=6090\" class=\"wp-image-6090\" /><figcaption>Flow ad featuring WhatsApp </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Digicel.jpg\" alt=\"\" data-id=\"6089\" data-link=\"https://buzz-caribbean.com/?attachment_id=6089\" class=\"wp-image-6089\" /><figcaption>Digicel ad featuring WhatsApp</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Claro.jpg\" alt=\"\" data-id=\"6088\" data-link=\"https://buzz-caribbean.com/?attachment_id=6088\" class=\"wp-image-6088\" /><figcaption>Claro ad featuring WhatsApp</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>That, however, has not stopped one of its major rivals, Telegram, from highlighting some of the major deficiencies in the app through its unique features.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6102} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1305-1024x683.jpg\" alt=\"\" class=\"wp-image-6102\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With the latest round of updates from Telegram, that message became even more clear - with WhatsApp loyalists hounding the service provider to integrate some of the new features. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6103} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1307-1024x683.jpg\" alt=\"\" class=\"wp-image-6103\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, you know that brilliant 5AM message that you have to send - but don\'t necessarily want to wake up the recipient to read it just yet  - Voila! The update allows Telegram users to simply hold the “Send” button with the option for it to be delivered without audio then appearing. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Perhaps the most impressive feature among the lot is the option to send a note without a sound.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Same applies for workgroups, should you get an urgent idea at three in the morning – but not urgent enough to wake up everyone in your work chat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6108} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Telegram-Send-Without-Sound-993x1024.jpg\" alt=\"\" class=\"wp-image-6108\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Along with the muted messages, see the full list of updates below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Here is the full list of features from Telegram\'s latest updates:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Muted Messages </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Hold the Send button to send any message without sound – in case the recipient is sleeping. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Group Permissions</h5>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Enable Slow Mode in Group Permissions to control how frequently members can post.</li><li>Set custom titles for admins.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> Thumbnail preview and Timestamps </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>See preview thumbnails when scrubbing through a video. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Additional Features</h5>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Send animated emoji. </li><li>Tap the paperclip icon to open the redesigned attachment menu.</li><li>Toggle looped playback for animated stickers.</li><li>Apple users can now choose accent colours for night themes.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><em>WhatsApp fans, these changes enough to make you switch?</em></p>\n<!-- /wp:paragraph -->','Telegram set to dethrone WhatsApp?','','publish','open','closed','','telegram-set-to-dethrone-whatsapp','','','2019-08-27 16:29:17','2019-08-27 21:29:17','',0,'https://buzz-caribbean.com/?p=6077',0,'post','',0),(6079,13,'2019-08-27 14:26:27','2019-08-27 19:26:27','','GW Art\'s Collection','','publish','closed','closed','','gw-arts-collection','','','2019-08-27 14:27:34','2019-08-27 19:27:34','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=6079',0,'out','',0),(6080,13,'2019-08-27 14:24:48','2019-08-27 19:24:48','','Gw Art','','inherit','open','closed','','gw-art','','','2019-08-27 14:24:48','2019-08-27 19:24:48','',6079,'https://buzz-caribbean.com/app/uploads/2019/08/gw-art.jpg',0,'attachment','image/jpeg',0),(6081,13,'2019-08-27 14:26:14','2019-08-27 19:26:14','','Gw Arts Painting','','inherit','open','closed','','gw-arts-painting','','','2019-08-27 14:26:14','2019-08-27 19:26:14','',6079,'https://buzz-caribbean.com/app/uploads/2019/08/gw-arts-painting.jpg',0,'attachment','image/jpeg',0),(6082,4,'2019-08-27 14:35:19','2019-08-27 19:35:19','','Tyrone-Wilson','','inherit','open','closed','','tyrone-wilson','','','2019-08-27 14:35:19','2019-08-27 19:35:19','',6069,'https://buzz-caribbean.com/app/uploads/2019/08/Tyrone-Wilson.jpg',0,'attachment','image/jpeg',0),(6083,4,'2019-08-27 14:38:35','2019-08-27 19:38:35','<!-- wp:paragraph -->\n<p>The Reggae Sunsplash music festival is set for a return next year November.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6082} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tyrone-Wilson.jpg\" alt=\"\" class=\"wp-image-6082\" /><figcaption>C.E.O of eMedia Interactive Group, Tyrone Wilson.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The festival is returning under the ownership of Guardsman Group Ltd. The security company purchased the event and licensed the rights to Kingston-based holding company eMedia Interactive Group Ltd, in which Guardsman owns a 35 per cent interest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reggae Sunsplash will be produced through eMedia subsidiary Vertical Creative Ltd, according to a report in Billboard magazine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reggae Sunsplash started in 1978. The final staging was in 2006. Reggae icons such as Bob Marley, Peter Tosh, Jimmy Cliff, Burning Spear, Jacob Miller, Inner Circle, Third World, and Toots and the Maytals all performed at Reggae Sunsplash.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The appetite for reggae is at an all-time high now, so it’s a great time for Reggae Sunsplash’s return,” C.E.O of eMedia Interactive Group, Tyrone Wilson, told Billboard magazine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The festival is expected to be staged at Grizzly’s Plantation Cove, in Priory, St Ann. The festival is expected to run for three days. Night one will feature acts before the 2000s. Acts that emerged after the 2000’s will grace the stage on night two. The festival will conclude on night three with a party at  Puerto Seco Beach, in Discovery Bay. This will feature various selectors and sound systems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <strong>—</strong><em><strong>Written by Shania Hanchard</strong></em></p>\n<!-- /wp:paragraph -->','Reggae Sunsplash to return in 2020','','inherit','closed','closed','','6069-revision-v1','','','2019-08-27 14:38:35','2019-08-27 19:38:35','',6069,'https://buzz-caribbean.com/article/6069-revision-v1/',0,'revision','',0),(6084,4,'2019-08-27 14:39:40','2019-08-27 19:39:40','','Tyrone Wilson','','inherit','open','closed','','tyrone-wilson-2','','','2019-08-27 14:39:40','2019-08-27 19:39:40','',6069,'https://buzz-caribbean.com/app/uploads/2019/08/Tyrone-Wilson-1.jpg',0,'attachment','image/jpeg',0),(6085,4,'2019-08-27 14:40:20','2019-08-27 19:40:20','','Tyrone Wilson','','inherit','open','closed','','tyrone-wilson-2-2','','','2019-08-28 18:27:08','2019-08-28 23:27:08','',6069,'https://buzz-caribbean.com/app/uploads/2019/08/Tyrone-Wilson-2.jpg',0,'attachment','image/jpeg',0),(6088,11,'2019-08-27 15:01:51','2019-08-27 20:01:51','','Claro','Claro ad featuring WhatsApp','inherit','open','closed','','claro','','','2019-08-27 15:03:10','2019-08-27 20:03:10','',6077,'https://buzz-caribbean.com/app/uploads/2019/08/Claro.jpg',0,'attachment','image/jpeg',0),(6089,11,'2019-08-27 15:01:52','2019-08-27 20:01:52','','Digicel','Digicel ad featuring WhatsApp','inherit','open','closed','','digicel','','','2019-08-27 15:03:00','2019-08-27 20:03:00','',6077,'https://buzz-caribbean.com/app/uploads/2019/08/Digicel.jpg',0,'attachment','image/jpeg',0),(6090,11,'2019-08-27 15:01:53','2019-08-27 20:01:53','','Flow-Free-WhatsApp','Flow ad featuring WhatsApp ','inherit','open','closed','','flow-free-whatsapp','','','2019-08-27 15:02:47','2019-08-27 20:02:47','',6077,'https://buzz-caribbean.com/app/uploads/2019/08/Flow-Free-WhatsApp.jpg',0,'attachment','image/jpeg',0),(6091,23,'2019-08-27 15:30:57','2019-08-27 20:30:57','<!-- wp:image {\"id\":6093} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/road-contract-1024x683.jpg\" alt=\"\" class=\"wp-image-6093\" /><figcaption>Prime Minister Andrew Holness (third right), displays a  signed copy of one of three local sub-contracts for rehabilitation works under the South Coast Highway Improvement Project (SCHIP). Also pictured (from left) are: Member of Parliament for St. Thomas Eastern, Dr. Fenton Ferguson; Member of Parliament for St. Thomas Western, James Robertson; Minister without Portfolio in the Ministry of Economic Growth and Job Creation, Daryl Vaz; China Harbour Engineering Company Limited (CHEC) Country Manager, Dangran Bi; Permanent Secretary in the Office of the Prime Minister, Audrey Sewell; and Member of Parliament for Eastern Portland, Ann-Marie Vaz. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Government will be spending US$195 million to undertake road construction works under the South Coast Highway Improvement Project (SCHIP).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project is slated to begin by the end of September. This initial segment of the project will entail the rehabilitation of the 14-kilometre stretch of roadway from Harbour View in Kingston to Cedar Valley in St. Thomas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project is to be executed by China Harbour Engineering Company Limited (CHEC), through a three-year contract.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>SCHIP is part of the Government’s strategic development plan\nfor the unlocking of the growth prospects on the south coast by connecting\nNegril, Westmoreland to Port Antonio, Portland via a modern highway system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To facilitate the works, CHEC has sub-contracted this component of the project to three local contractors. The construction company, the Government and three the sub-contractors signed off on this arrangement at a contract signing ceremony on Monday at Jamaica House.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister Andrew Holness, Country Manager for CHEC, Dangran Bi, along with representatives from Alcar Construction and Haulage Company Limited, Construction Solutions Limited, and Y.P. Seaton and Associates, participated in the signing ceremony.</p>\n<!-- /wp:paragraph -->','Kingston to St Thomas road work set to start September','','publish','open','closed','','kingston-to-st-thomas-road-work-set-to-start-september','','','2019-08-27 15:30:58','2019-08-27 20:30:58','',0,'https://buzz-caribbean.com/?p=6091',0,'post','',0),(6092,4,'2019-08-27 15:10:18','2019-08-27 20:10:18','<!-- wp:paragraph -->\n<p>The Government will be spending US$195 million to undertake road construction works under the South Coast Highway Improvement Project (SCHIP).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project is slated to begin by the end of September. This initial segment of the project will entail the rehabilitation of the 14-kilometre stretch of roadway from Harbour View in Kingston to Cedar Valley in St. Thomas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project is to be executed by China Harbour Engineering Company Limited (CHEC), through a three-year contract.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>SCHIP is part of the Government’s strategic development plan\nfor the unlocking of the growth prospects on the south coast by connecting\nNegril, Westmoreland to Port Antonio, Portland via a modern highway system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To facilitate the works, CHEC has sub-contracted this\ncomponent of the project to three local contractors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The construction company, the Government and three the sub-contractors signed off on this arrangement at a contract signing ceremony on Monday at Jamaica House.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister Andrew Holness, Country Manager for CHEC, Dangran Bi, along with representatives from Alcar Construction and Haulage Company Limited, Construction Solutions Limited, and Y.P. Seaton and Associates, participated in the signing ceremony.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As part of the contract, the section from Harbour View to\nYallahs Bridge will be widened to four lanes to include new and improved\nalignments, while the existing main roads from Yallahs Bridge to Port Antonio\nand from Morant Bay to Cedar Valley, will be rehabilitated. Some realignments\nwill also be done on select sections of these corridors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister Holness said the road improvement works is\npart of the Government’s thrust to “open up” and drive development in the\neastern end of the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are not just making this massive investment of US$195\nmillion because we want to put down a lovely (roadway)… but in terms of the\nwider development plan, we have historically pushed development to the west. We\nneed now to push the development to the east,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He noted that once the rehabilitation of the dual carriage\nway is completed, there are plans to begin the development of housing solutions\nin the area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So, the Government is going to be moving with the National\nHousing Trust (NHT) and the Housing Agency of Jamaica (HAJ) to start\ndevelopments on lands that we own there….and we call on developers to start\nlooking now to the east to develop the lands that are now made viable,” he\nsaid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the meantime, the Prime Minister assured that the project\nwill be done properly “in such a way that 50 years from now, it will be\nstanding strong.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, Country Manager, China Harbour, Dangran Bi,\nsaid the company appreciates being chosen by the Government as the contractor\nfor this major project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are very excited to get started on this major\nthoroughfare, which will improve the alignment and capacity of the existing\nsouthern coastal main road to make it safer and more efficient (for) travel,”\nhe said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the meantime, Minister without Portfolio in the Ministry\nof Economic Growth and Job Creation, Hon. Daryl Vaz, welcomed the project,\nnoting that “this is by far the best thing to happen to the eastern end of the\nisland in decades.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He noted that a key component of the project is that the\nupgrading of water infrastructure will be undertaken simultaneously.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Under the project, new transmission and distribution lines\nwill be installed in areas where a supply network exists and will be directly\nimpacted by the road works.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Where there is water, but it’s not in the pipes, the pipes\nwill be run to facilitate the water getting to the communities. Most\nimportantly, where there is no water, provisions will be made to be able to\npipe water to communities,” Mr. Vaz assured.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project, which is being financed by a US$384 million\nloan from China Exim Bank, has been divided into two segments. This includes\nthe eastern segment which comprises the rehabilitation of Harbour View to\nYallahs Bridge in St. Thomas, Yallahs Bridge to Port Antonio in Portland and\nthe roadway from Morant Bay to Cedar Valley in St. Thomas. Two more\nsub-contracts are to be signed to facilitate the overall works.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The other segment entails the western section of highway\n2000 from May Pen in Clarendon to Williamsfield in Manchester, which is to be\nundertaken at a later date.</p>\n<!-- /wp:paragraph -->','Kingston to St Thomas road work set to start September','','inherit','closed','closed','','6091-revision-v1','','','2019-08-27 15:10:18','2019-08-27 20:10:18','',6091,'https://buzz-caribbean.com/article/6091-revision-v1/',0,'revision','',0),(6093,4,'2019-08-27 15:17:17','2019-08-27 20:17:17','','PM Holness signing contract','','inherit','open','closed','','road-contract','','','2019-08-28 18:26:06','2019-08-28 23:26:06','',6091,'https://buzz-caribbean.com/app/uploads/2019/08/road-contract.jpg',0,'attachment','image/jpeg',0),(6096,4,'2019-08-27 15:27:49','2019-08-27 20:27:49','<!-- wp:image {\"id\":6093} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/road-contract-1024x683.jpg\" alt=\"\" class=\"wp-image-6093\" /><figcaption>Prime Minister Andrew Holness (third right), displays a  signed copy of one of three local sub-contracts for rehabilitation works under the South Coast Highway Improvement Project (SCHIP). Also pictured (from left) are: Member of Parliament for St. Thomas Eastern, Dr. Fenton Ferguson; Member of Parliament for St. Thomas Western, James Robertson; Minister without Portfolio in the Ministry of Economic Growth and Job Creation, Daryl Vaz; China Harbour Engineering Company Limited (CHEC) Country Manager, Dangran Bi; Permanent Secretary in the Office of the Prime Minister, Audrey Sewell; and Member of Parliament for Eastern Portland, Ann-Marie Vaz. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Government will be spending US$195 million to undertake road construction works under the South Coast Highway Improvement Project (SCHIP).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project is slated to begin by the end of September. This initial segment of the project will entail the rehabilitation of the 14-kilometre stretch of roadway from Harbour View in Kingston to Cedar Valley in St. Thomas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project is to be executed by China Harbour Engineering Company Limited (CHEC), through a three-year contract.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>SCHIP is part of the Government’s strategic development plan\nfor the unlocking of the growth prospects on the south coast by connecting\nNegril, Westmoreland to Port Antonio, Portland via a modern highway system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To facilitate the works, CHEC has sub-contracted this component of the project to three local contractors. The construction company, the Government and three the sub-contractors signed off on this arrangement at a contract signing ceremony on Monday at Jamaica House.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister Andrew Holness, Country Manager for CHEC, Dangran Bi, along with representatives from Alcar Construction and Haulage Company Limited, Construction Solutions Limited, and Y.P. Seaton and Associates, participated in the signing ceremony.</p>\n<!-- /wp:paragraph -->','Kingston to St Thomas road work set to start September','','inherit','closed','closed','','6091-revision-v1','','','2019-08-27 15:27:49','2019-08-27 20:27:49','',6091,'https://buzz-caribbean.com/article/6091-revision-v1/',0,'revision','',0),(6097,23,'2019-08-27 16:09:02','2019-08-27 21:09:02','<!-- wp:image {\"id\":6101} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/meek-mill.jpg\" alt=\"\" class=\"wp-image-6101\" /><figcaption>Meek Mill attends the 2019 BET Awards on June 23, in Los Angeles, California. (Photo by Rodin Eckenroth/WireImage)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Meek Mill says he is feeling \"extremely grateful\" after his 12-year legal battle was ended on Tuesday when he made a plea deal with a new judge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>All Eyes On You</strong> rapper pleaded guilty to a misdemeanour gun charge as part of a plea deal to end his decade long legal dramas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meek was given a new trial back in July after allegations were made about the credibility of the arresting officer back in the 2008 trial. And the new judge has decided that Meek has already spent in prison was enough.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following the end of the court case, Meek wrote in a lengthy statement on Twitter: \"I\'m extremely grateful that my long legal battle is finally behind me and I appreciate that it has sparked a much-needed discussion about probation reform and the inequalities that exist within our two Americas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I have always told the truth — that as a teenager, who saw many around me die from senseless gun violence — I carried a gun for protection. I take responsibility for that and in conjunction with my work on the @REFORM Alliance, I\'ll continue to use my platform to make communities safer and reform our criminal justice system.</p>\n<!-- /wp:paragraph -->','Meek Mill extremely grateful as gun case ends','','publish','open','closed','','meek-mill-extremely-grateful-as-gun-case-ends','','','2019-08-27 16:09:04','2019-08-27 21:09:04','',0,'https://buzz-caribbean.com/?p=6097',0,'post','',0),(6098,4,'2019-08-27 15:53:20','2019-08-27 20:53:20','<!-- wp:paragraph -->\n<p>Meek Mill says he is feeling \"extremely grateful\" after his 12-year legal battle was ended on Tuesday when he made a plea deal with a new judge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>All Eyes on You</strong> rapper pleaded guilty to a misdemeanour gun charge as part of a plea deal to end his decade long legal dramas. Meek was given a new trial back in July after allegations were made about the credibility of the arresting officer back in the 2008 trial. And the new judge has decided that Meek has already spent in prison was enough.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nFollowing the end of the court case, Meek wrote in a lengthy statement on Twitter: \"I\'m extremely grateful that my long legal battle is finally behind me and I appreciate that it has sparked a much-needed discussion about probation reform and the inequalities that exist within our two Americas. I have always told the truth - that as a teenager, who saw many around me die from senseless gun violence, I carried a gun for protection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n\"I take responsibility for that and - in conjunction with my work on the @REFORM Alliance - I\'ll continue to use my platform to make communities safer and reform our criminal justice system. I want to express my gratitude to all of my supporters, especially JAY-Z, Desiree Perez, Michael Rubin, my legal team and everyone else who stood by me throughout the years. It\'s important that we now channel our energy into helping the millions that are unjustly trapped in our criminal justice system. #Justice4Millions #Reform (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nMeek also thanked his supporters at the courthouse this morning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nHe said: \"Free Meek helped me get to this position. Meek freed, I\'m not on probation no more. Thank you, I appreciate that a lot. And I just wanted to come up here myself and thank all the supporters because I know y\'all probably got family members in jail or people going through the same thing as me and I will continue to do what I do with the reform movement and help the people who helped me.\"</p>\n<!-- /wp:paragraph -->','Meek Mill\'s 12 year legal battle comes to an end','','inherit','closed','closed','','6097-revision-v1','','','2019-08-27 15:53:20','2019-08-27 20:53:20','',6097,'https://buzz-caribbean.com/article/6097-revision-v1/',0,'revision','',0),(6099,4,'2019-08-27 15:57:19','2019-08-27 20:57:19','<!-- wp:paragraph -->\n<p>Meek Mill says he is feeling \"extremely grateful\" after his 12-year legal battle was ended on Tuesday when he made a plea deal with a new judge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>All Eyes on You</strong> rapper pleaded guilty to a misdemeanour gun charge as part of a plea deal to end his decade long legal dramas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meek was given a new trial back in July after allegations were made about the credibility of the arresting officer back in the 2008 trial. And the new judge has decided that Meek has already spent in prison was enough.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nFollowing the end of the court case, Meek wrote in a lengthy statement on Twitter: \"I\'m extremely grateful that my long legal battle is finally behind me and I appreciate that it has sparked a much-needed discussion about probation reform and the inequalities that exist within our two Americas. I have always told the truth - that as a teenager, who saw many around me die from senseless gun violence, I carried a gun for protection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n\"I take responsibility for that and - in conjunction with my work on the @REFORM Alliance - I\'ll continue to use my platform to make communities safer and reform our criminal justice system. I want to express my gratitude to all of my supporters, especially JAY-Z, Desiree Perez, Michael Rubin, my legal team and everyone else who stood by me throughout the years. It\'s important that we now channel our energy into helping the millions that are unjustly trapped in our criminal justice system. #Justice4Millions #Reform (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nMeek also thanked his supporters at the courthouse this morning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nHe said: \"Free Meek helped me get to this position. Meek freed, I\'m not on probation no more. Thank you, I appreciate that a lot. And I just wanted to come up here myself and thank all the supporters because I know y\'all probably got family members in jail or people going through the same thing as me and I will continue to do what I do with the reform movement and help the people who helped me.\"</p>\n<!-- /wp:paragraph -->','Meek Mill extremely grateful as gun case ends','','inherit','closed','closed','','6097-revision-v1','','','2019-08-27 15:57:19','2019-08-27 20:57:19','',6097,'https://buzz-caribbean.com/article/6097-revision-v1/',0,'revision','',0),(6100,4,'2019-08-27 15:59:13','2019-08-27 20:59:13','<!-- wp:paragraph -->\n<p>Meek Mill says he is feeling \"extremely grateful\" after his 12-year legal battle was ended on Tuesday when he made a plea deal with a new judge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>All Eyes on You</strong> rapper pleaded guilty to a misdemeanour gun charge as part of a plea deal to end his decade long legal dramas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meek was given a new trial back in July after allegations were made about the credibility of the arresting officer back in the 2008 trial. And the new judge has decided that Meek has already spent in prison was enough.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following the end of the court case, Meek wrote in a lengthy statement on Twitter: \"I\'m extremely grateful that my long legal battle is finally behind me and I appreciate that it has sparked a much-needed discussion about probation reform and the inequalities that exist within our two Americas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I have always told the truth — that as a teenager, who saw many around me die from senseless gun violence — I carried a gun for protection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\n\"I take responsibility for that and - in conjunction with my work on the @REFORM Alliance - I\'ll continue to use my platform to make communities safer and reform our criminal justice system. I want to express my gratitude to all of my supporters, especially JAY-Z, Desiree Perez, Michael Rubin, my legal team and everyone else who stood by me throughout the years. It\'s important that we now channel our energy into helping the millions that are unjustly trapped in our criminal justice system. #Justice4Millions #Reform (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nMeek also thanked his supporters at the courthouse this morning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\nHe said: \"Free Meek helped me get to this position. Meek freed, I\'m not on probation no more. Thank you, I appreciate that a lot. And I just wanted to come up here myself and thank all the supporters because I know y\'all probably got family members in jail or people going through the same thing as me and I will continue to do what I do with the reform movement and help the people who helped me.\"</p>\n<!-- /wp:paragraph -->','Meek Mill extremely grateful as gun case ends','','inherit','closed','closed','','6097-revision-v1','','','2019-08-27 15:59:13','2019-08-27 20:59:13','',6097,'https://buzz-caribbean.com/article/6097-revision-v1/',0,'revision','',0),(6101,4,'2019-08-27 16:01:34','2019-08-27 21:01:34','','Meek Mills','LOS ANGELES, CALIFORNIA - JUNE 23: Meek Mill attends the 2019 BET Awards on June 23, 2019 in Los Angeles, California. (Photo by Rodin Eckenroth/WireImage)','inherit','open','closed','','2019-bet-awards-arrivals-2','','','2019-08-28 18:20:54','2019-08-28 23:20:54','',6097,'https://buzz-caribbean.com/app/uploads/2019/08/meek-mill.jpg',0,'attachment','image/jpeg',0),(6102,11,'2019-08-27 16:02:19','2019-08-27 21:02:19','','IMG_1305','','inherit','open','closed','','img_1305','','','2019-08-27 16:02:19','2019-08-27 21:02:19','',6077,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_1305.jpg',0,'attachment','image/jpeg',0),(6103,11,'2019-08-27 16:02:55','2019-08-27 21:02:55','','IMG_1307','','inherit','open','closed','','img_1307','','','2019-08-27 16:02:55','2019-08-27 21:02:55','',6077,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_1307.jpg',0,'attachment','image/jpeg',0),(6104,4,'2019-08-27 16:09:02','2019-08-27 21:09:02','<!-- wp:image {\"id\":6101} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/meek-mill.jpg\" alt=\"\" class=\"wp-image-6101\" /><figcaption>Meek Mill attends the 2019 BET Awards on June 23, in Los Angeles, California. (Photo by Rodin Eckenroth/WireImage)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Meek Mill says he is feeling \"extremely grateful\" after his 12-year legal battle was ended on Tuesday when he made a plea deal with a new judge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>All Eyes On You</strong> rapper pleaded guilty to a misdemeanour gun charge as part of a plea deal to end his decade long legal dramas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meek was given a new trial back in July after allegations were made about the credibility of the arresting officer back in the 2008 trial. And the new judge has decided that Meek has already spent in prison was enough.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following the end of the court case, Meek wrote in a lengthy statement on Twitter: \"I\'m extremely grateful that my long legal battle is finally behind me and I appreciate that it has sparked a much-needed discussion about probation reform and the inequalities that exist within our two Americas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I have always told the truth — that as a teenager, who saw many around me die from senseless gun violence — I carried a gun for protection. I take responsibility for that and in conjunction with my work on the @REFORM Alliance, I\'ll continue to use my platform to make communities safer and reform our criminal justice system.</p>\n<!-- /wp:paragraph -->','Meek Mill extremely grateful as gun case ends','','inherit','closed','closed','','6097-revision-v1','','','2019-08-27 16:09:02','2019-08-27 21:09:02','',6097,'https://buzz-caribbean.com/article/6097-revision-v1/',0,'revision','',0),(6105,21,'2019-08-27 17:07:15','2019-08-27 22:07:15','<!-- wp:image {\"id\":6118} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tsenaye-Lianna-Olivia-002.jpeg\" alt=\"\" class=\"wp-image-6118\" /><figcaption>Tsenaye Lewis, Liana Campbell and Olivia Peterkin</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Caribbean Mini-Cadet and pre-Cadet Table Tennis Tournament ended Monday with Jamaica walking away with seven bronz medals and capturing the third-place position.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The final day of play saw Tsenaye Lewis, carving a place for Jamaica on the podium in the Under-13 Girls singles, beating her opponent from the Dominican Republic in the quarter-finals 3-0. She was bested by another Dom Rep player by 0-3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6122} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Gari-Whyte-and-Nickoy-Smith-receive-bronze-medals-002.jpeg\" alt=\"\" class=\"wp-image-6122\" /><figcaption>Gari Whyte and Nickoy Smith receive bronze medals.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the end, Puerto Rico emerged overall winner, followed by the Dominican Republic in second place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hindered by not having had all members of the team and one less coach due to financial constraints, the 11 players nevertheless showed big heart as they battled through the rounds, held over a five-day period in the Dominican Republic. The standard of play was very high in the competition with the Jamaican team playing very well throughout.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6123} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Azizi-Johnson-and-Tsenaye-Lewis-002.jpeg\" alt=\"\" class=\"wp-image-6123\" /><figcaption>Azizi Johnson and Tsenaye Lewis.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> An important marker was Jamaica’s performance in games against the home team which saw over 14 wins, including an Under-11 Mixed Doubles match with Kirah Scott and Gari Whyte winning 3-0 and a close singles match where Rasheed Clarke won 3-2. A standout match saw the mixed doubles pair of Azizi Johnson and Tsenaye Lewis stunning Puerto Rico\'s Yadier Lopez and Aurora Cortes 3-2.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6121} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Gianna-Lewis-and-Azizi-Johnson-in-action-against-Puerto-Rico-002-1024x599.jpeg\" alt=\"\" class=\"wp-image-6121\" /><figcaption>Gianna Lewis and Azizi Johnson in action against Puerto Rico.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The overall results of the 2019 tournament saw bronze medals for:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Tsenaye Lewis in the Under 13 Girls Singles Event.</li><li>Olivia Peterkin and Liana Campbell in the Girls Under 13 Team event.</li><li>Azizi Johnson and Tsenaye Lewis in the Mixed Doubles Under 13.</li><li>Matthew Fung and Olivia Peterkin for Mixed Doubles Under 13.</li><li>Liana Campbell and OliviaPeterkinn in the Girls Under 13-Doubles Girls.</li><li>Nickoy Smith and Gari Whyte for Under 11 Team event.</li><li>Gari Whyte and Nickoy Smith for Under 11 Doubles Boys.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican team consists of Azizi Johnson, Matthew Fung, Rasheed Clarke, Gari Wythe, Nicoy\nSmith and Jaden Ebanks on the Boys side while female members are Tsenaye Lewis,\nOlivia Petrekin, Liana Campbell and sisters Neveah Scott and Kirah Scott. The\nteam received sponsorship from Optical Solutions International Limited.</p>\n<!-- /wp:paragraph -->','Jamaica takes 7 medals, places third in Caribbean TT Championships','','publish','open','closed','','jamaica-takes-7-medals-places-third-in-caribbean-tt-championships','','','2019-08-27 17:07:16','2019-08-27 22:07:16','',0,'https://buzz-caribbean.com/?p=6105',0,'post','',0),(6106,11,'2019-08-27 16:21:24','2019-08-27 21:21:24','<!-- wp:paragraph -->\n<p>WhatsApp still sits on the throne as the most popular messaging app, with a reported 1.5 billion users across the planet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the Caribbean, WhatsApp has such a large userbase, that most of the major telecoms companies have managed to include it in their data plan offerings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6090,6089,6088]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Flow-Free-WhatsApp.jpg\" alt=\"\" data-id=\"6090\" data-link=\"https://buzz-caribbean.com/?attachment_id=6090\" class=\"wp-image-6090\" /><figcaption>Flow ad featuring WhatsApp </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Digicel.jpg\" alt=\"\" data-id=\"6089\" data-link=\"https://buzz-caribbean.com/?attachment_id=6089\" class=\"wp-image-6089\" /><figcaption>Digicel ad featuring WhatsApp</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Claro.jpg\" alt=\"\" data-id=\"6088\" data-link=\"https://buzz-caribbean.com/?attachment_id=6088\" class=\"wp-image-6088\" /><figcaption>Claro ad featuring WhatsApp</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>That, however, has not stopped one of its major rivals, Telegram, from highlighting some of the major deficiencies in the app through its unique features.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6103} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1307-1024x683.jpg\" alt=\"\" class=\"wp-image-6103\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With the latest round of updates from Telegram, that message became even more clear - with WhatsApp loyalists hounding the service provider to integrate some of the new features. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Perhaps the most impressive feature among the lot is the option to send a note without a sound.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>So, you know that brilliant 5AM message that you have to send - but don\'t necessarily want to wake up the recipient to read it just yet  - Voila! The update allows Telegram users to simply hold the “Send” button with the option for it to be delivered without audio then appearing. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6102} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1305-1024x683.jpg\" alt=\"\" class=\"wp-image-6102\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Same applies for workgroups, should you get an urgent idea at three in the morning – but not urgent enough to wake up everyone in your work chat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Along with the muted messages, see the full list of updates below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Here is the full list of features from Telegram\'s latest updates:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Muted Messages </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Hold the Send button to send any message without sound – in case the recipient is sleeping. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Group Permissions</h5>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Enable Slow Mode in Group Permissions to control how frequently members can post.</li><li>Set custom titles for admins.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> Thumbnail preview and Timestamps </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>See preview thumbnails when scrubbing through a video. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Additional Features</h5>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Send animated emoji. </li><li>Tap the paperclip icon to open the redesigned attachment menu.</li><li>Toggle looped playback for animated stickers.</li><li>Apple users can now choose accent colours for night themes.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><em>WhatsApp fans, these changes enough to make you switch?</em></p>\n<!-- /wp:paragraph -->','Telegram set to dethrone WhatsApp?','','inherit','closed','closed','','6077-revision-v1','','','2019-08-27 16:21:24','2019-08-27 21:21:24','',6077,'https://buzz-caribbean.com/article/6077-revision-v1/',0,'revision','',0),(6107,11,'2019-08-27 16:22:19','2019-08-27 21:22:19','<!-- wp:paragraph -->\n<p>WhatsApp still sits on the throne as the most popular messaging app, with a reported 1.5 billion users across the planet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the Caribbean, WhatsApp has such a large userbase, that most of the major telecoms companies have managed to include it in their data plan offerings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6090,6089,6088]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Flow-Free-WhatsApp.jpg\" alt=\"\" data-id=\"6090\" data-link=\"https://buzz-caribbean.com/?attachment_id=6090\" class=\"wp-image-6090\" /><figcaption>Flow ad featuring WhatsApp </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Digicel.jpg\" alt=\"\" data-id=\"6089\" data-link=\"https://buzz-caribbean.com/?attachment_id=6089\" class=\"wp-image-6089\" /><figcaption>Digicel ad featuring WhatsApp</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Claro.jpg\" alt=\"\" data-id=\"6088\" data-link=\"https://buzz-caribbean.com/?attachment_id=6088\" class=\"wp-image-6088\" /><figcaption>Claro ad featuring WhatsApp</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>That, however, has not stopped one of its major rivals, Telegram, from highlighting some of the major deficiencies in the app through its unique features.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6102} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1305-1024x683.jpg\" alt=\"\" class=\"wp-image-6102\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With the latest round of updates from Telegram, that message became even more clear - with WhatsApp loyalists hounding the service provider to integrate some of the new features. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6103} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1307-1024x683.jpg\" alt=\"\" class=\"wp-image-6103\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, you know that brilliant 5AM message that you have to send - but don\'t necessarily want to wake up the recipient to read it just yet  - Voila! The update allows Telegram users to simply hold the “Send” button with the option for it to be delivered without audio then appearing. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Perhaps the most impressive feature among the lot is the option to send a note without a sound.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Same applies for workgroups, should you get an urgent idea at three in the morning – but not urgent enough to wake up everyone in your work chat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Along with the muted messages, see the full list of updates below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Here is the full list of features from Telegram\'s latest updates:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Muted Messages </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Hold the Send button to send any message without sound – in case the recipient is sleeping. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Group Permissions</h5>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Enable Slow Mode in Group Permissions to control how frequently members can post.</li><li>Set custom titles for admins.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> Thumbnail preview and Timestamps </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>See preview thumbnails when scrubbing through a video. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Additional Features</h5>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Send animated emoji. </li><li>Tap the paperclip icon to open the redesigned attachment menu.</li><li>Toggle looped playback for animated stickers.</li><li>Apple users can now choose accent colours for night themes.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><em>WhatsApp fans, these changes enough to make you switch?</em></p>\n<!-- /wp:paragraph -->','Telegram set to dethrone WhatsApp?','','inherit','closed','closed','','6077-revision-v1','','','2019-08-27 16:22:19','2019-08-27 21:22:19','',6077,'https://buzz-caribbean.com/article/6077-revision-v1/',0,'revision','',0),(6108,11,'2019-08-27 16:27:34','2019-08-27 21:27:34','','Telegram-Send-Without-Sound','','inherit','open','closed','','telegram-send-without-sound','','','2019-08-27 16:27:34','2019-08-27 21:27:34','',6077,'https://buzz-caribbean.com/app/uploads/2019/08/Telegram-Send-Without-Sound.jpg',0,'attachment','image/jpeg',0),(6109,11,'2019-08-27 16:29:17','2019-08-27 21:29:17','<!-- wp:paragraph -->\n<p>WhatsApp still sits on the throne as the most popular messaging app, with a reported 1.5 billion users across the planet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the Caribbean, WhatsApp has such a large userbase, that most of the major telecoms companies have managed to include it in their data plan offerings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6090,6089,6088]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Flow-Free-WhatsApp.jpg\" alt=\"\" data-id=\"6090\" data-link=\"https://buzz-caribbean.com/?attachment_id=6090\" class=\"wp-image-6090\" /><figcaption>Flow ad featuring WhatsApp </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Digicel.jpg\" alt=\"\" data-id=\"6089\" data-link=\"https://buzz-caribbean.com/?attachment_id=6089\" class=\"wp-image-6089\" /><figcaption>Digicel ad featuring WhatsApp</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Claro.jpg\" alt=\"\" data-id=\"6088\" data-link=\"https://buzz-caribbean.com/?attachment_id=6088\" class=\"wp-image-6088\" /><figcaption>Claro ad featuring WhatsApp</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>That, however, has not stopped one of its major rivals, Telegram, from highlighting some of the major deficiencies in the app through its unique features.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6102} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1305-1024x683.jpg\" alt=\"\" class=\"wp-image-6102\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With the latest round of updates from Telegram, that message became even more clear - with WhatsApp loyalists hounding the service provider to integrate some of the new features. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6103} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1307-1024x683.jpg\" alt=\"\" class=\"wp-image-6103\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, you know that brilliant 5AM message that you have to send - but don\'t necessarily want to wake up the recipient to read it just yet  - Voila! The update allows Telegram users to simply hold the “Send” button with the option for it to be delivered without audio then appearing. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Perhaps the most impressive feature among the lot is the option to send a note without a sound.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Same applies for workgroups, should you get an urgent idea at three in the morning – but not urgent enough to wake up everyone in your work chat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6108} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Telegram-Send-Without-Sound-993x1024.jpg\" alt=\"\" class=\"wp-image-6108\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Along with the muted messages, see the full list of updates below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Here is the full list of features from Telegram\'s latest updates:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Muted Messages </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Hold the Send button to send any message without sound – in case the recipient is sleeping. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Group Permissions</h5>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Enable Slow Mode in Group Permissions to control how frequently members can post.</li><li>Set custom titles for admins.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> Thumbnail preview and Timestamps </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>See preview thumbnails when scrubbing through a video. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Additional Features</h5>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Send animated emoji. </li><li>Tap the paperclip icon to open the redesigned attachment menu.</li><li>Toggle looped playback for animated stickers.</li><li>Apple users can now choose accent colours for night themes.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><em>WhatsApp fans, these changes enough to make you switch?</em></p>\n<!-- /wp:paragraph -->','Telegram set to dethrone WhatsApp?','','inherit','closed','closed','','6077-revision-v1','','','2019-08-27 16:29:17','2019-08-27 21:29:17','',6077,'https://buzz-caribbean.com/article/6077-revision-v1/',0,'revision','',0),(6110,4,'2019-08-27 16:32:44','2019-08-27 21:32:44','<!-- wp:paragraph -->\n<p>The Caribbean Mini-Cadet and pre-Cadet Table Tennis Tournament ended Monday with Jamaica walking away with seven bronz medals and capturing the third-place position.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The final day of play saw Tsenaye Lewis, carving a place for Jamaica on the podium in the Under-13 Girls singles, beating her opponent from the Dominican Republic in the quarter-finals 3-0. She was bested by another Dom Rep player by 0-3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the end,  Puerto Rico emerged overall winner, followed by the Dominican Republic in second place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hindered by not having had all members of the team and one less coach due to financial constraints, the 11 players nevertheless showed big heart as they battled through the rounds, held over a five-day period in the Dominican Republic. The standard of play was very high in the competition with the Jamaican team playing very well throughout. An important marker was Jamaica’s performance in games against the home team which saw over 14 wins, including an Under-11 Mixed Doubles match with Kirah Scott and Gari Whyte winning 3-0 and a close singles match where Rasheed Clarke won 3-2. A standout match saw the mixed doubles pair of Azizi Johnson and Tsenaye Lewis stunning Puerto Rico\'s Yadier Lopez and Aurora Cortes 3-2.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The overall results of the 2019 tournament saw bronze medals for:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Tsenaye Lewis in the Under 13 Girls Singles Event</li><li>Olivia Petrekin and Liana Campbell  in the Girls Under 13 Team event</li><li>Azizi Johnson and Tsenaye Lewis in the Mixed Doubles Under 13</li><li>Matthew Fung and Olivia Peterkin for Mixed Doubles Under 13</li><li>Liana Campbell  and Olivia Petrekin in the Girls Under 13 Doubles Girls</li><li>Nickoy Smith and Gari Whyte for Under 11 Team event</li><li>Gari Whyte and Nickoy Smith for Under 11 Doubles Boys</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican team consists of Azizi Johnson, Matthew Fung, Rasheed Clarke, Gari Wythe, Nicoy\nSmith and Jaden Ebanks on the Boys side while female members are Tsenaye Lewis,\nOlivia Petrekin, Liana Campbell and sisters Neveah Scott and Kirah Scott. The\nteam received sponsorship from Optical Solutions International Limited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Participating countries were Jamaica, Aruba, Barbados,\nTrinidad and Tobago, Guyana, Dominican Republic and Puerto Rico.</p>\n<!-- /wp:paragraph -->','Jamaica takes 7 medals, places third in Caribbean TT Championships','','inherit','closed','closed','','6105-revision-v1','','','2019-08-27 16:32:44','2019-08-27 21:32:44','',6105,'https://buzz-caribbean.com/article/6105-revision-v1/',0,'revision','',0),(6112,4,'2019-08-27 16:35:03','2019-08-27 21:35:03','<!-- wp:paragraph -->\n<p>The Caribbean Mini-Cadet and pre-Cadet Table Tennis Tournament ended Monday with Jamaica walking away with seven bronz medals and capturing the third-place position.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The final day of play saw Tsenaye Lewis, carving a place for Jamaica on the podium in the Under-13 Girls singles, beating her opponent from the Dominican Republic in the quarter-finals 3-0. She was bested by another Dom Rep player by 0-3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the end,  Puerto Rico emerged overall winner, followed by the Dominican Republic in second place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hindered by not having had all members of the team and one less coach due to financial constraints, the 11 players nevertheless showed big heart as they battled through the rounds, held over a five-day period in the Dominican Republic. The standard of play was very high in the competition with the Jamaican team playing very well throughout. An important marker was Jamaica’s performance in games against the home team which saw over 14 wins, including an Under-11 Mixed Doubles match with Kirah Scott and Gari Whyte winning 3-0 and a close singles match where Rasheed Clarke won 3-2. A standout match saw the mixed doubles pair of Azizi Johnson and Tsenaye Lewis stunning Puerto Rico\'s Yadier Lopez and Aurora Cortes 3-2.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The overall results of the 2019 tournament saw bronze medals for:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Tsenaye Lewis in the Under 13 Girls Singles Event</li><li>Olivia Petrekin and Liana Campbell  in the Girls Under 13 Team event</li><li>Azizi Johnson and Tsenaye Lewis in the Mixed Doubles Under 13</li><li>Matthew Fung and Olivia Peterkin for Mixed Doubles Under 13</li><li>Liana Campbell  and Olivia Petrekin in the Girls Under 13 Doubles Girls</li><li>Nickoy Smith and Gari Whyte for Under 11 Team event</li><li>Gari Whyte and Nickoy Smith for Under 11 Doubles Boys</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican team consists of Azizi Johnson, Matthew Fung, Rasheed Clarke, Gari Wythe, Nicoy\nSmith and Jaden Ebanks on the Boys side while female members are Tsenaye Lewis,\nOlivia Petrekin, Liana Campbell and sisters Neveah Scott and Kirah Scott. The\nteam received sponsorship from Optical Solutions International Limited.</p>\n<!-- /wp:paragraph -->','Jamaica takes 7 medals, places third in Caribbean TT Championships','','inherit','closed','closed','','6105-revision-v1','','','2019-08-27 16:35:03','2019-08-27 21:35:03','',6105,'https://buzz-caribbean.com/article/6105-revision-v1/',0,'revision','',0),(6113,21,'2019-08-28 07:00:26','2019-08-28 12:00:26','<!-- wp:embed {\"url\":\"https://youtu.be/pa6tqEfLN54\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/pa6tqEfLN54\n</div></figure>\n<!-- /wp:embed -->','BUZZ Top 10 music chart (Week August 26)','','publish','closed','closed','','buzz-top-10-music-charts-week-august-26','','','2019-09-11 10:53:58','2019-09-11 15:53:58','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=6113',0,'video','',0),(6114,11,'2019-08-27 16:45:34','2019-08-27 21:45:34','','Buzz Artiste Watch','','inherit','open','closed','','artiste-watch-thumbnail','','','2019-08-28 18:20:27','2019-08-28 23:20:27','',6113,'https://buzz-caribbean.com/app/uploads/2019/08/Artiste-Watch-Thumbnail.jpg',0,'attachment','image/jpeg',0),(6115,11,'2019-08-27 16:45:47','2019-08-27 21:45:47','','Top 10 Charts Thumbnail','','inherit','open','closed','','top-10-charts-thumbnail','','','2019-08-27 16:45:47','2019-08-27 21:45:47','',6113,'https://buzz-caribbean.com/app/uploads/2019/08/Top-10-Charts-Thumbnail.jpg',0,'attachment','image/jpeg',0),(6116,21,'2019-08-28 07:00:26','2019-08-28 12:00:26','<!-- wp:embed {\"url\":\"https://youtu.be/kqkJtHzEABw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/kqkJtHzEABw\n</div></figure>\n<!-- /wp:embed -->','BUZZ Top 10 artistes — August 26','','publish','closed','closed','','buzz-top-10-artiste-watch-week-august-26','','','2019-09-11 10:54:09','2019-09-11 15:54:09','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=6116',0,'video','',0),(6117,11,'2019-08-27 16:54:28','2019-08-27 21:54:28','<iframe title=\"BUZZ Top 10 Artiste Watch (Week August 26)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/kqkJtHzEABw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','315a7517dad01119212e2a24a9080739','','','2019-08-27 16:54:28','2019-08-27 21:54:28','',0,'https://buzz-caribbean.com/article/315a7517dad01119212e2a24a9080739/',0,'oembed_cache','',0),(6118,4,'2019-08-27 16:54:53','2019-08-27 21:54:53','','Tsenaye-Lianna-Olivia-002','','inherit','open','closed','','tsenaye-lianna-olivia-002','','','2019-08-27 16:54:53','2019-08-27 21:54:53','',6105,'https://buzz-caribbean.com/app/uploads/2019/08/Tsenaye-Lianna-Olivia-002.jpeg',0,'attachment','image/jpeg',0),(6119,13,'2019-08-27 17:34:03','2019-08-27 22:34:03','<!-- wp:paragraph -->\n<p>Popular YouTube vlogger and recording artiste Bella Blair, says most women are ready to settle down at 26 or 27 but can’t find men on the same maturity level. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6130} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bella-Portrait-Landscape-1024x796.jpg\" alt=\"\" class=\"wp-image-6130\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“When you get to a certain age in the dating world...Men mature slower than women I feel… when a woman is ready to settle down at 26 or 27 a guy wouldn’t you know? And I feel like a lot of the time we end up getting disappointed at that age because we think that they would be at the same place as you. Then it’s like… you’re a mistake too, sorry, Neeeext!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Sorry but I didn\'t get it right you were a mistake too\"  </p><cite>— Bella Blair</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>These sentiments were expressed in a <strong>BUZZ </strong>interview with Bella, as she released her new single \"<strong>Mistake Too</strong>\", her first international collaboration, produced by London duo Crate Classics. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=Zr7jEdPjDew\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Zr7jEdPjDew\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>On the track, the Turkle Empire artiste from Kingston recalls overcoming heartbreak and the resolution of lost love. Bella combines sweet melodies with a UK beat which blends Modern Dancehall, <a href=\"https://buzz-caribbean.com/article/jamaicans-on-the-afrobeats-wave/\">Afrobeats</a> and RnB. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"So it can go both ways …it’s a relatable song and relationships are really trial and error \"</p><cite>— Bella Blair</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“When I\nheard the instrumental I loved it but nothing was coming to me right away. I\nfell asleep, got up with \"Sorry but I didn\'t get it right you were a\nmistake too\" floating around in my head and that’s how this song was born.\nI think all of us can relate because most times we don’t get it right on the\nfirst few tries.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6128,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BB-1-1024x554.jpg\" alt=\"\" class=\"wp-image-6128\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bella Blair said the song wasn’t written with a gender in mind “ It’s not like I’m on the woman side only, because you have guys too who think a girl is a good woman but when you check it out she really is not with you when you get to know her. So it can go both ways …it’s a relatable song and relationships are really trial and error and you can think you find that person and it’s a mistake too.”</p>\n<!-- /wp:paragraph -->','Bella Blair says men are too immature to settle down!','','publish','open','closed','','bella-blair-says-men-are-too-immature-to-settle-down','','','2019-08-27 17:34:04','2019-08-27 22:34:04','',0,'https://buzz-caribbean.com/?p=6119',0,'post','',0),(6121,4,'2019-08-27 16:59:33','2019-08-27 21:59:33','','Gianna Lewis and Azizi Johnson','','inherit','open','closed','','gianna-lewis-and-azizi-johnson-in-action-against-puerto-rico-002','','','2019-08-28 18:20:13','2019-08-28 23:20:13','',6105,'https://buzz-caribbean.com/app/uploads/2019/08/Gianna-Lewis-and-Azizi-Johnson-in-action-against-Puerto-Rico-002.jpeg',0,'attachment','image/jpeg',0),(6122,4,'2019-08-27 17:00:58','2019-08-27 22:00:58','','Gari Whyte and Nickoy Smith','','inherit','open','closed','','gari-whyte-and-nickoy-smith-receive-bronze-medals-002','','','2019-08-28 18:19:11','2019-08-28 23:19:11','',6105,'https://buzz-caribbean.com/app/uploads/2019/08/Gari-Whyte-and-Nickoy-Smith-receive-bronze-medals-002.jpeg',0,'attachment','image/jpeg',0),(6123,4,'2019-08-27 17:04:24','2019-08-27 22:04:24','','Azizi Johnson and Tsenaye Lewis','','inherit','open','closed','','azizi-johnson-and-tsenaye-lewis-002','','','2019-08-28 18:18:25','2019-08-28 23:18:25','',6105,'https://buzz-caribbean.com/app/uploads/2019/08/Azizi-Johnson-and-Tsenaye-Lewis-002.jpeg',0,'attachment','image/jpeg',0),(6124,4,'2019-08-27 17:04:41','2019-08-27 22:04:41','<!-- wp:image {\"id\":6118} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tsenaye-Lianna-Olivia-002.jpeg\" alt=\"\" class=\"wp-image-6118\" /><figcaption>Tsenaye Lewis, Liana Campbell and Olivia Peterkin</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Caribbean Mini-Cadet and pre-Cadet Table Tennis Tournament ended Monday with Jamaica walking away with seven bronz medals and capturing the third-place position.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The final day of play saw Tsenaye Lewis, carving a place for Jamaica on the podium in the Under-13 Girls singles, beating her opponent from the Dominican Republic in the quarter-finals 3-0. She was bested by another Dom Rep player by 0-3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6122} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Gari-Whyte-and-Nickoy-Smith-receive-bronze-medals-002.jpeg\" alt=\"\" class=\"wp-image-6122\" /><figcaption>Gari Whyte and Nickoy Smith receive bronze medals.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the end, Puerto Rico emerged overall winner, followed by the Dominican Republic in second place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6123} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Azizi-Johnson-and-Tsenaye-Lewis-002.jpeg\" alt=\"\" class=\"wp-image-6123\" /><figcaption>Azizi Johnson and Tsenaye Lewis.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hindered by not having had all members of the team and one less coach due to financial constraints, the 11 players nevertheless showed big heart as they battled through the rounds, held over a five-day period in the Dominican Republic. The standard of play was very high in the competition with the Jamaican team playing very well throughout.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> An important marker was Jamaica’s performance in games against the home team which saw over 14 wins, including an Under-11 Mixed Doubles match with Kirah Scott and Gari Whyte winning 3-0 and a close singles match where Rasheed Clarke won 3-2. A standout match saw the mixed doubles pair of Azizi Johnson and Tsenaye Lewis stunning Puerto Rico\'s Yadier Lopez and Aurora Cortes 3-2.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6121} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Gianna-Lewis-and-Azizi-Johnson-in-action-against-Puerto-Rico-002-1024x599.jpeg\" alt=\"\" class=\"wp-image-6121\" /><figcaption>Gianna Lewis and Azizi Johnson in action against Puerto Rico.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The overall results of the 2019 tournament saw bronze medals for:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Tsenaye Lewis in the Under 13 Girls Singles Event.</li><li>Olivia Peterkin and Liana Campbell in the Girls Under 13 Team event.</li><li>Azizi Johnson and Tsenaye Lewis in the Mixed Doubles Under 13.</li><li>Matthew Fung and Olivia Peterkin for Mixed Doubles Under 13.</li><li>Liana Campbell and OliviaPeterkinn in the Girls Under 13-Doubles Girls.</li><li>Nickoy Smith and Gari Whyte for Under 11 Team event.</li><li>Gari Whyte and Nickoy Smith for Under 11 Doubles Boys.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican team consists of Azizi Johnson, Matthew Fung, Rasheed Clarke, Gari Wythe, Nicoy\nSmith and Jaden Ebanks on the Boys side while female members are Tsenaye Lewis,\nOlivia Petrekin, Liana Campbell and sisters Neveah Scott and Kirah Scott. The\nteam received sponsorship from Optical Solutions International Limited.</p>\n<!-- /wp:paragraph -->','Jamaica takes 7 medals, places third in Caribbean TT Championships','','inherit','closed','closed','','6105-revision-v1','','','2019-08-27 17:04:41','2019-08-27 22:04:41','',6105,'https://buzz-caribbean.com/article/6105-revision-v1/',0,'revision','',0),(6126,4,'2019-08-27 17:07:15','2019-08-27 22:07:15','<!-- wp:image {\"id\":6118} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tsenaye-Lianna-Olivia-002.jpeg\" alt=\"\" class=\"wp-image-6118\" /><figcaption>Tsenaye Lewis, Liana Campbell and Olivia Peterkin</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Caribbean Mini-Cadet and pre-Cadet Table Tennis Tournament ended Monday with Jamaica walking away with seven bronz medals and capturing the third-place position.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The final day of play saw Tsenaye Lewis, carving a place for Jamaica on the podium in the Under-13 Girls singles, beating her opponent from the Dominican Republic in the quarter-finals 3-0. She was bested by another Dom Rep player by 0-3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6122} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Gari-Whyte-and-Nickoy-Smith-receive-bronze-medals-002.jpeg\" alt=\"\" class=\"wp-image-6122\" /><figcaption>Gari Whyte and Nickoy Smith receive bronze medals.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the end, Puerto Rico emerged overall winner, followed by the Dominican Republic in second place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hindered by not having had all members of the team and one less coach due to financial constraints, the 11 players nevertheless showed big heart as they battled through the rounds, held over a five-day period in the Dominican Republic. The standard of play was very high in the competition with the Jamaican team playing very well throughout.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6123} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Azizi-Johnson-and-Tsenaye-Lewis-002.jpeg\" alt=\"\" class=\"wp-image-6123\" /><figcaption>Azizi Johnson and Tsenaye Lewis.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> An important marker was Jamaica’s performance in games against the home team which saw over 14 wins, including an Under-11 Mixed Doubles match with Kirah Scott and Gari Whyte winning 3-0 and a close singles match where Rasheed Clarke won 3-2. A standout match saw the mixed doubles pair of Azizi Johnson and Tsenaye Lewis stunning Puerto Rico\'s Yadier Lopez and Aurora Cortes 3-2.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6121} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Gianna-Lewis-and-Azizi-Johnson-in-action-against-Puerto-Rico-002-1024x599.jpeg\" alt=\"\" class=\"wp-image-6121\" /><figcaption>Gianna Lewis and Azizi Johnson in action against Puerto Rico.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The overall results of the 2019 tournament saw bronze medals for:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Tsenaye Lewis in the Under 13 Girls Singles Event.</li><li>Olivia Peterkin and Liana Campbell in the Girls Under 13 Team event.</li><li>Azizi Johnson and Tsenaye Lewis in the Mixed Doubles Under 13.</li><li>Matthew Fung and Olivia Peterkin for Mixed Doubles Under 13.</li><li>Liana Campbell and OliviaPeterkinn in the Girls Under 13-Doubles Girls.</li><li>Nickoy Smith and Gari Whyte for Under 11 Team event.</li><li>Gari Whyte and Nickoy Smith for Under 11 Doubles Boys.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican team consists of Azizi Johnson, Matthew Fung, Rasheed Clarke, Gari Wythe, Nicoy\nSmith and Jaden Ebanks on the Boys side while female members are Tsenaye Lewis,\nOlivia Petrekin, Liana Campbell and sisters Neveah Scott and Kirah Scott. The\nteam received sponsorship from Optical Solutions International Limited.</p>\n<!-- /wp:paragraph -->','Jamaica takes 7 medals, places third in Caribbean TT Championships','','inherit','closed','closed','','6105-revision-v1','','','2019-08-27 17:07:15','2019-08-27 22:07:15','',6105,'https://buzz-caribbean.com/article/6105-revision-v1/',0,'revision','',0),(6127,11,'2019-08-27 17:14:44','2019-08-27 22:14:44','','BB','','inherit','open','closed','','bb','','','2019-08-27 17:14:44','2019-08-27 22:14:44','',6119,'https://buzz-caribbean.com/app/uploads/2019/08/BB.jpg',0,'attachment','image/jpeg',0),(6128,11,'2019-08-27 17:15:55','2019-08-27 22:15:55','','Vlogger Bella Blair','','inherit','open','closed','','bb-1','','','2019-08-28 18:17:17','2019-08-28 23:17:17','',6119,'https://buzz-caribbean.com/app/uploads/2019/08/BB-1.jpg',0,'attachment','image/jpeg',0),(6129,11,'2019-08-27 17:16:58','2019-08-27 22:16:58','<iframe title=\"Mistake Too - Bella Blair\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/Zr7jEdPjDew?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','4d6d1e933f882387315a10abb5f5286a','','','2019-08-27 17:16:58','2019-08-27 22:16:58','',0,'https://buzz-caribbean.com/article/4d6d1e933f882387315a10abb5f5286a/',0,'oembed_cache','',0),(6130,11,'2019-08-27 17:24:11','2019-08-27 22:24:11','','Bella Blair','','inherit','open','closed','','bella-portrait-landscape','','','2019-08-28 18:16:40','2019-08-28 23:16:40','',6119,'https://buzz-caribbean.com/app/uploads/2019/08/Bella-Portrait-Landscape.jpg',0,'attachment','image/jpeg',0),(6131,23,'2019-08-27 18:26:56','2019-08-27 23:26:56','<!-- wp:paragraph -->\n<p>The faculty and staff of the Edna Manley College of the Visual and Performing Arts (EMCVPA) are dissatisfied with a decision by the Board of the college to send Principal Nicholeen De-Grasse Johnson on leave.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6136} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Nicholeen-DeGrasse-Johnson.jpg\" alt=\"\" class=\"wp-image-6136\" /><figcaption>Principal, Edna Manley College of the Visual and Performing Arts, Dr. Nicholeen DeGrasse-Johnson (second right), speaking during the opening ceremony for the institution’s annual Research in the Arts Day on Wednesday, March 7. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The development comes amid investigations of allegations that a lecturer sexually harassed a student. The staff, who met at the EMCVPA campus in Kingston yesterday, suggested that De-Grasse is being treated unfairly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Much time seems to have been invested in what now appears to be a well-publicized head-hunting exercise. Staff at the college has neither received nor perceived any concomitant investment from the board in addressing the hurt of its constituents - neither students nor staff,” they said in a statement to the Board.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The staff and faculty said discovering in the media what might be the fate of the leader, reeks of disregard for the college community. They argued that the manner in which communication between the board and principal has been publicized is destabilising.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6140} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/edna-manley-1.png\" alt=\"\" class=\"wp-image-6140\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“This is critical, especially for us in the Caribbean where the building of an arts institution the likes of an Edna Manley College, given our region\'s history, is a hard-fought endeavour, the demise of which can be fleeting, and with which greater care must be taken. We expect this of the board, who like the staff, has taken an oath to build the institution”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The statement, copied to the minister of education, said many at the college are deeply concerned with how the Board had taken action against the Principal, showing little to no regard for its effect on the college.<br></p>\n<!-- /wp:paragraph -->','Edna Manley staff and board at odds over treatment of principal','','publish','open','closed','','edna-manley-staff-and-board-at-odds-over-treatment-of-principal','','','2019-08-27 18:26:57','2019-08-27 23:26:57','',0,'https://buzz-caribbean.com/?p=6131',0,'post','',0),(6132,4,'2019-08-27 17:29:17','2019-08-27 22:29:17','<!-- wp:paragraph -->\n<p>The faculty and staff Edna Manley College of the Visual and Performing Arts (EMCVPA) is dissatisfied with the Board of the college for its decision to send Principal Nicholeen De-Grasse Johnson on leave.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The development comes in the middle of investigations of allegations of sexual harassment by a student, against a lecturer.<br><br>The staff who met at the EMCVPA campus in Kingston yesterday suggested that De-Grasse is being treated unfairly.<br><br>“Much time seems to have been invested in what now appears to be a well publicized head-hunting exercise. Staff at the College has neither received nor perceived any concomitant investment from the board in addressing the hurt of its constituents - neither students nor staff,” they said in a statement to the Board<br><br>The staff and faculty said discovering in the media what might be the fate of the leader, reeks of disregard for the college community, “the same kind that accused staff of a cover-up perhaps understandably in/by the press, but more deeply hurtful when made by the board, for allegations against one member who is accused of being in breach of codes of conduct”.<br><br>The staff and faculty argued that the manner in which communication between the board and principal has been publicized is destabilising. <br><br>“This is critical, especially for us in the Caribbean where the building of an arts institution the likes of an Edna Manley College given our region\'s history, is a hard fought endeavor, the demise of which can be fleeting, and with which greater care must be taken. We expect this of the board, who like the staff, has taken an oath to building the institution”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The statement, copied to the minister of education, said many at the college are deeply concerned with how the Board had taken action against the Principal, showing little to no regard for its effect on the college.&nbsp;<br><br>The staff is hoping to meet with the Board today.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','6131-revision-v1','','','2019-08-27 17:29:17','2019-08-27 22:29:17','',6131,'https://buzz-caribbean.com/article/6131-revision-v1/',0,'revision','',0),(6133,11,'2019-08-27 17:31:34','2019-08-27 22:31:34','<!-- wp:paragraph -->\n<p>Popular YouTube vlogger and recording artiste Bella Blair, says most women are ready to settle down at 26 or 27 but can’t find men on the same maturity level. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6130} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bella-Portrait-Landscape-1024x796.jpg\" alt=\"\" class=\"wp-image-6130\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“When you get to a certain age in the dating world...Men mature slower than women I feel… when a woman is ready to settle down at 26 or 27 a guy wouldn’t you know? And I feel like a lot of the time we end up getting disappointed at that age because we think that they would be at the same place as you. Then it’s like… you’re a mistake too, sorry, Neeeext!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Sorry but I didn\'t get it right you were a mistake too\"  </p><cite>— Bella Blair</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>These sentiments were expressed in a <strong>BUZZ </strong>interview with Bella, as she released her new single \"<strong>Mistake Too</strong>\", her first international collaboration, produced by London duo Crate Classics. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=Zr7jEdPjDew\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Zr7jEdPjDew\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>On the track, the Turkle Empire artiste from Kingston recalls overcoming heartbreak and the resolution of lost love. Bella combines sweet melodies with a UK beat which blends Modern Dancehall, <a href=\"https://buzz-caribbean.com/article/jamaicans-on-the-afrobeats-wave/\">Afrobeats</a> and RnB. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"So it can go both ways …it’s a relatable song and relationships are really trial and error \"</p><cite>— Bella Blair</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“When I\nheard the instrumental I loved it but nothing was coming to me right away. I\nfell asleep, got up with \"Sorry but I didn\'t get it right you were a\nmistake too\" floating around in my head and that’s how this song was born.\nI think all of us can relate because most times we don’t get it right on the\nfirst few tries.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6128,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BB-1-1024x554.jpg\" alt=\"\" class=\"wp-image-6128\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bella Blair said the song wasn’t written with a gender in mind “ It’s not like I’m on the woman side only, because you have guys too who think a girl is a good woman but when you check it out she really is not with you when you get to know her. So it can go both ways …it’s a relatable song and relationships are really trial and error and you can think you find that person and it’s a mistake too.”</p>\n<!-- /wp:paragraph -->','Bella Blair says men are too immature to settle down!','','inherit','closed','closed','','6119-revision-v1','','','2019-08-27 17:31:34','2019-08-27 22:31:34','',6119,'https://buzz-caribbean.com/article/6119-revision-v1/',0,'revision','',0),(6135,4,'2019-08-27 18:01:10','2019-08-27 23:01:10','<!-- wp:paragraph -->\n<p>The faculty and staff of the Edna Manley College of the Visual and Performing Arts (EMCVPA) are dissatisfied with a decision by the Board of the college to send Principal Nicholeen De-Grasse Johnson on leave.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The development comes amid investigations of allegations that a lecturer sexually harassed a student. The staff, who met at the EMCVPA campus in Kingston yesterday, suggested that De-Grasse is being treated unfairly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Much time seems to have been invested in what now appears to be a well-publicized head-hunting exercise. Staff at the college has neither received nor perceived any concomitant investment from the board in addressing the hurt of its constituents - neither students nor staff,” they said in a statement to the Board.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The staff and faculty said discovering in the media what might be the fate of the leader, reeks of disregard for the college community. They argued that the manner in which communication between the board and principal has been publicized is destabilising.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This is critical, especially for us in the Caribbean where the building of an arts institution the likes of an Edna Manley College, given our region\'s history, is a hard-fought endeavour, the demise of which can be fleeting, and with which greater care must be taken. We expect this of the board, who like the staff, has taken an oath to build the institution”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The statement, copied to the minister of education, said many at the college are deeply concerned with how the Board had taken action against the Principal, showing little to no regard for its effect on the college.<br></p>\n<!-- /wp:paragraph -->','Edna Manley staff and board at odds over treatment of principal','','inherit','closed','closed','','6131-revision-v1','','','2019-08-27 18:01:10','2019-08-27 23:01:10','',6131,'https://buzz-caribbean.com/article/6131-revision-v1/',0,'revision','',0),(6136,4,'2019-08-27 18:09:43','2019-08-27 23:09:43','','Nicholeen DeGrasse Johnson','','inherit','open','closed','','nicholeen-degrasse-johnson','','','2019-08-28 18:13:20','2019-08-28 23:13:20','',6131,'https://buzz-caribbean.com/app/uploads/2019/08/Nicholeen-DeGrasse-Johnson.jpg',0,'attachment','image/jpeg',0),(6137,4,'2019-08-27 18:13:03','2019-08-27 23:13:03','<!-- wp:image {\"id\":6136} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Nicholeen-DeGrasse-Johnson.jpg\" alt=\"\" class=\"wp-image-6136\" /><figcaption>Principal, Edna Manley College of the Visual and Performing Arts, Dr. Nicholeen DeGrasse-Johnson (second right), speaking during the opening ceremony for the institution’s annual Research in the Arts Day on Wednesday, March 7. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The faculty and staff of the Edna Manley College of the Visual and Performing Arts (EMCVPA) are dissatisfied with a decision by the Board of the college to send Principal Nicholeen De-Grasse Johnson on leave.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The development comes amid investigations of allegations that a lecturer sexually harassed a student. The staff, who met at the EMCVPA campus in Kingston yesterday, suggested that De-Grasse is being treated unfairly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Much time seems to have been invested in what now appears to be a well-publicized head-hunting exercise. Staff at the college has neither received nor perceived any concomitant investment from the board in addressing the hurt of its constituents - neither students nor staff,” they said in a statement to the Board.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The staff and faculty said discovering in the media what might be the fate of the leader, reeks of disregard for the college community. They argued that the manner in which communication between the board and principal has been publicized is destabilising.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This is critical, especially for us in the Caribbean where the building of an arts institution the likes of an Edna Manley College, given our region\'s history, is a hard-fought endeavour, the demise of which can be fleeting, and with which greater care must be taken. We expect this of the board, who like the staff, has taken an oath to build the institution”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The statement, copied to the minister of education, said many at the college are deeply concerned with how the Board had taken action against the Principal, showing little to no regard for its effect on the college.<br></p>\n<!-- /wp:paragraph -->','Edna Manley staff and board at odds over treatment of principal','','inherit','closed','closed','','6131-revision-v1','','','2019-08-27 18:13:03','2019-08-27 23:13:03','',6131,'https://buzz-caribbean.com/article/6131-revision-v1/',0,'revision','',0),(6139,4,'2019-08-27 18:22:49','2019-08-27 23:22:49','','Edna Manley College of Visual and Performing Arts','','inherit','open','closed','','edna-manley','','','2019-08-28 18:11:12','2019-08-28 23:11:12','',6131,'https://buzz-caribbean.com/app/uploads/2019/08/edna-manley.png',0,'attachment','image/png',0),(6140,4,'2019-08-27 18:25:52','2019-08-27 23:25:52','','Edna Manley College sign','','inherit','open','closed','','edna-manley-1','','','2019-08-28 18:10:39','2019-08-28 23:10:39','',6131,'https://buzz-caribbean.com/app/uploads/2019/08/edna-manley-1.png',0,'attachment','image/png',0),(6141,4,'2019-08-27 18:26:56','2019-08-27 23:26:56','<!-- wp:paragraph -->\n<p>The faculty and staff of the Edna Manley College of the Visual and Performing Arts (EMCVPA) are dissatisfied with a decision by the Board of the college to send Principal Nicholeen De-Grasse Johnson on leave.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6136} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Nicholeen-DeGrasse-Johnson.jpg\" alt=\"\" class=\"wp-image-6136\" /><figcaption>Principal, Edna Manley College of the Visual and Performing Arts, Dr. Nicholeen DeGrasse-Johnson (second right), speaking during the opening ceremony for the institution’s annual Research in the Arts Day on Wednesday, March 7. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The development comes amid investigations of allegations that a lecturer sexually harassed a student. The staff, who met at the EMCVPA campus in Kingston yesterday, suggested that De-Grasse is being treated unfairly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Much time seems to have been invested in what now appears to be a well-publicized head-hunting exercise. Staff at the college has neither received nor perceived any concomitant investment from the board in addressing the hurt of its constituents - neither students nor staff,” they said in a statement to the Board.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The staff and faculty said discovering in the media what might be the fate of the leader, reeks of disregard for the college community. They argued that the manner in which communication between the board and principal has been publicized is destabilising.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6140} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/edna-manley-1.png\" alt=\"\" class=\"wp-image-6140\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“This is critical, especially for us in the Caribbean where the building of an arts institution the likes of an Edna Manley College, given our region\'s history, is a hard-fought endeavour, the demise of which can be fleeting, and with which greater care must be taken. We expect this of the board, who like the staff, has taken an oath to build the institution”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The statement, copied to the minister of education, said many at the college are deeply concerned with how the Board had taken action against the Principal, showing little to no regard for its effect on the college.<br></p>\n<!-- /wp:paragraph -->','Edna Manley staff and board at odds over treatment of principal','','inherit','closed','closed','','6131-revision-v1','','','2019-08-27 18:26:56','2019-08-27 23:26:56','',6131,'https://buzz-caribbean.com/article/6131-revision-v1/',0,'revision','',0),(6143,23,'2019-08-28 06:00:54','2019-08-28 11:00:54','<!-- wp:paragraph -->\n<p>Converted vegans in the Caribbean and worldwide, now have something to applaud Kentucky Fried Chicken about, as the fast-food giant has announced its newest offering on the market, the Beyond Meat Kentucky Fried Miracles vegan nuggets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Its Kentucky Fried Chicken but it’s made\nwith Beyond Meat.&nbsp;&nbsp; It’s confusing, but it’s also delicious.&nbsp;\n&nbsp;Feast on these Kentucky Fried Miracles tomorrow while they last at KFC in\nAtlanta, Georgia,” the company posted on its official social media pages on\nMonday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1ohOjQAhYZ/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1ohOjQAhYZ/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Vegans across the United States were very\nhappy and made it known on Instagram where the post racked up more than 35,000\nlikes and garnered more than 3,000 comments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>KFC is the first nation-wide fast food\nrestaurant in the United States to test Beyond Meat’s plant-based\n‘chicken’.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beyond Meat is a Los Angeles-based\nproducer of plant-based meat substitutes and was founded in 2009 by its CEO,\nEthan Brown. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The company produces, among other things,\nplant-based burgers, sausages and crumbles, made directly from simple\nplant-based ingredients. &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Building meat without the animal requires fewer resources, making it a much more efficient and sustainable process” </p><cite>— Beyond Meat</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>According to the company, by shifting from animal, to plant-based meat, it is creating a savoury solution for global health and environmental issues attributed to livestock production, namely human health, climate change, constraints on natural resources and animal welfare.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Among its pro-vegan arguments is that meat\ndoes not have to come from animals, as the five building blocks of meats are\nalso found in plants: protein, fat, trace minerals, carbohydrates, and\nwater.&nbsp;&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These same building blocks in the plant\nkingdom, through its manufacturing processes “rebuild meat from the ground up\nwithout sacrificing on taste or texture”, it notes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Building meat without the animal requires\nfewer resources, making it a much more efficient and sustainable process,”\nBeyond Meat says. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Are you excited to try these vegan nuggets in the Caribbean?</em></p>\n<!-- /wp:paragraph -->','KFC Fried Miracles vegan nuggets to excite the palate','','publish','open','closed','','kfc-fried-miracles-vegan-nuggets-to-excite-the-palate','','','2019-08-27 21:52:02','2019-08-28 02:52:02','',0,'https://buzz-caribbean.com/?p=6143',0,'post','',0),(6144,11,'2019-08-27 21:49:33','2019-08-28 02:49:33','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1ohOjQAhYZ/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1ohOjQAhYZ/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1ohOjQAhYZ/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">It’s Kentucky Fried Chicken but it’s made with @beyondmeat. It’s confusing, but it’s also delicious. Feast on these Kentucky Fried miracles tomorrow while they last at KFC in Atlanta, Georgia.</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/kfc/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Kentucky Fried Chicken</a> (@kfc) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-26T16:00:06+00:00\">Aug 26, 2019 at 9:00am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','80677f73fe3a6eb1e932f72d6ddce890','','','2019-08-27 21:49:33','2019-08-28 02:49:33','',0,'https://buzz-caribbean.com/article/80677f73fe3a6eb1e932f72d6ddce890/',0,'oembed_cache','',0),(6145,11,'2019-08-27 21:50:21','2019-08-28 02:50:21','','KFC Featured Image','','inherit','open','closed','','kfc-featured-image','','','2019-08-27 21:50:21','2019-08-28 02:50:21','',6143,'https://buzz-caribbean.com/app/uploads/2019/08/KFC-Featured-Image.jpg',0,'attachment','image/jpeg',0),(6146,11,'2019-08-27 21:52:02','2019-08-28 02:52:02','<!-- wp:paragraph -->\n<p>Converted vegans in the Caribbean and worldwide, now have something to applaud Kentucky Fried Chicken about, as the fast-food giant has announced its newest offering on the market, the Beyond Meat Kentucky Fried Miracles vegan nuggets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Its Kentucky Fried Chicken but it’s made\nwith Beyond Meat.&nbsp;&nbsp; It’s confusing, but it’s also delicious.&nbsp;\n&nbsp;Feast on these Kentucky Fried Miracles tomorrow while they last at KFC in\nAtlanta, Georgia,” the company posted on its official social media pages on\nMonday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1ohOjQAhYZ/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1ohOjQAhYZ/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Vegans across the United States were very\nhappy and made it known on Instagram where the post racked up more than 35,000\nlikes and garnered more than 3,000 comments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>KFC is the first nation-wide fast food\nrestaurant in the United States to test Beyond Meat’s plant-based\n‘chicken’.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beyond Meat is a Los Angeles-based\nproducer of plant-based meat substitutes and was founded in 2009 by its CEO,\nEthan Brown. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The company produces, among other things,\nplant-based burgers, sausages and crumbles, made directly from simple\nplant-based ingredients. &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Building meat without the animal requires fewer resources, making it a much more efficient and sustainable process” </p><cite>— Beyond Meat</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>According to the company, by shifting from animal, to plant-based meat, it is creating a savoury solution for global health and environmental issues attributed to livestock production, namely human health, climate change, constraints on natural resources and animal welfare.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Among its pro-vegan arguments is that meat\ndoes not have to come from animals, as the five building blocks of meats are\nalso found in plants: protein, fat, trace minerals, carbohydrates, and\nwater.&nbsp;&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These same building blocks in the plant\nkingdom, through its manufacturing processes “rebuild meat from the ground up\nwithout sacrificing on taste or texture”, it notes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Building meat without the animal requires\nfewer resources, making it a much more efficient and sustainable process,”\nBeyond Meat says. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Are you excited to try these vegan nuggets in the Caribbean?</em></p>\n<!-- /wp:paragraph -->','KFC Fried Miracles vegan nuggets to excite the palate','','inherit','closed','closed','','6143-revision-v1','','','2019-08-27 21:52:02','2019-08-28 02:52:02','',6143,'https://buzz-caribbean.com/article/6143-revision-v1/',0,'revision','',0),(6147,21,'2019-08-28 06:30:11','2019-08-28 11:30:11','<!-- wp:paragraph -->\n<p>Dilly Chris, is ready for the international move into the musical arena and nobody is going to stop him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6149} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/D-Chris-1-1024x683.jpg\" alt=\"\" class=\"wp-image-6149\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Born Chris Smith, in Maryland, St. Andrew, ‘Dilly Chris” attended the Edith Dalton High School and earned his influence in music from an aunt and uncle, who boasted of the ability to set the dancehall ablaze.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fascinated by these accounts of glory, Dilly Chris began dreaming of his own career in music and already having the gift of an engaging voice, set about his career in music. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6150} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/D-Chris-2-683x1024.jpg\" alt=\"\" class=\"wp-image-6150\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Moving to the USA did nothing to deter his dream, as he continued on this trek and has remained current with songs such as, ‘<a aria-label=\"Sweat (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=OrGzVsSZawo\" target=\"_blank\" rel=\"noreferrer noopener\">Sweat</a>’ ft Chudney J, ‘<a href=\"https://www.youtube.com/watch?v=ArqdfoFzxtw\">Sunshine</a>’ ft iZY, ‘<a aria-label=\"Blow My Mind (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=st_kMBdK2y8\" target=\"_blank\" rel=\"noreferrer noopener\">Blow My Mind</a>’ ft VoiceMail ,‘<a aria-label=\"Body Good (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=KaC_-qQh198\" target=\"_blank\" rel=\"noreferrer noopener\">Body Good</a>’ ft Tanya Carter,‘<a aria-label=\"Cyaa Dead Out (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=VpOiCnoQM5Q\" target=\"_blank\" rel=\"noreferrer noopener\">Cyaa Dead Out</a>’ ft David Lyn , ‘<a aria-label=\"My Journey (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=fYgZKtDUVNE\" target=\"_blank\" rel=\"noreferrer noopener\">My Journey</a>’, and ‘Feel So Good’, his most current release which has been gaining traction in the USA, Europe and locally. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I want to be the creator of hits after hits, always having a song on the international sphere.\"</p><cite>— Dilly Chris</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The entertainer has been engaging with his fans locally and internationally at events including, Best of The Best, Maryland Jamboree and South Coast Rum Festival (Now ComCari Rum Festival).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6151} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/D-Chris-3-683x1024.jpg\" alt=\"\" class=\"wp-image-6151\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>His recent hit single, ‘Feel so Good’ has been likened to the creative output of Jamaican dancehall sensation, Dexta Daps. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6152} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/D-Chris-4.jpg\" alt=\"\" class=\"wp-image-6152\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I want to be one of the top singers out of Jamaica, careening to the top of the international scale,” said Dilly Chris. \"I want to be the creator of hits after hits, always having a song on the international sphere and be one of those artists who bring unity in the dancehall.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article written by Stephanie Elliott</em></strong></p>\n<!-- /wp:paragraph -->','Dilly Chris wants to be dancehall\'s next international hit-maker','','publish','open','closed','','dilly-chris-wants-to-be-dancehalls-next-international-hit-maker','','','2019-08-28 15:28:53','2019-08-28 20:28:53','',0,'https://buzz-caribbean.com/?p=6147',0,'post','',0),(6148,23,'2019-08-28 05:00:03','2019-08-28 10:00:03','<!-- wp:image {\"id\":6155} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/PM-Skerrit-on-Dorian-1024x598.jpg\" alt=\"\" class=\"wp-image-6155\" /><figcaption>Prime Minister of Dominica Roosevelt Skerrit giving an update on Tropical Storm Dorian Tuesday.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Authorities in Dominica are being hypervigilant as Tropical Storm Dorian makes its way up through the region.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a press conference Tuesday, Prime Minister Roosevelt Skerrit gave public servants leave to return to the safety of their homes immediately and urged the private sector to allow their employees to do the same.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'The safety of our citizens and residents is always paramount.\'</p><cite>—PM Roosevelt Skerrit</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He said the cabinet had taken the decision based on the fact that it had been raining since the weekend and more rainfall was projected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We do not believe there are any major threats, but we are mindful of the vulnerabilities in some parts of the country and we felt it necessary to take this precautionary decision,” said PM Skerrit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added: “The safety of our citizens and residents is always paramount. We don’t want a situation where any persons are unable to make it home because of rivers overflowing their banks or possible mudslides or landslides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6003} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ts-dorian-1024x768.jpg\" alt=\"\" class=\"wp-image-6003\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Earlier this week, Dominica was under Tropical Storm Watch. In its 8 p.m. bulletin, the US-based National Hurricane Center said that the passage of Dorian could result in 1 to 4 inches of rainfall to Dominica, which suffered massive devastation with Hurricane Maria in 2017 and Tropical Storm Erika in 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Damage from Hurricane Maria was estimated to be US$1.3 million or 224 per cent of the country’s GDP. TS Erika caused US$483 million in damage or 90 per cent of the country’s GDP.</p>\n<!-- /wp:paragraph -->','Dominica not taking any chances with Dorian','','publish','open','closed','','dominica-not-taking-any-chances-with-dorian','','','2019-08-27 22:39:20','2019-08-28 03:39:20','',0,'https://buzz-caribbean.com/?p=6148',0,'post','',0),(6149,11,'2019-08-27 22:20:51','2019-08-28 03:20:51','','D-Chris-1','','inherit','open','closed','','d-chris-1','','','2019-08-27 22:20:51','2019-08-28 03:20:51','',6147,'https://buzz-caribbean.com/app/uploads/2019/08/D-Chris-1.jpg',0,'attachment','image/jpeg',0),(6150,11,'2019-08-27 22:21:48','2019-08-28 03:21:48','','Jamaican Dilly Chris','','inherit','open','closed','','d-chris-2','','','2019-08-28 18:10:08','2019-08-28 23:10:08','',6147,'https://buzz-caribbean.com/app/uploads/2019/08/D-Chris-2.jpg',0,'attachment','image/jpeg',0),(6151,11,'2019-08-27 22:22:42','2019-08-28 03:22:42','','Dilly Chris','','inherit','open','closed','','d-chris-3','','','2019-08-28 18:08:57','2019-08-28 23:08:57','',6147,'https://buzz-caribbean.com/app/uploads/2019/08/D-Chris-3.jpg',0,'attachment','image/jpeg',0),(6152,11,'2019-08-27 22:24:45','2019-08-28 03:24:45','','Dilly Chris','','inherit','open','closed','','d-chris-4','','','2019-08-28 18:08:24','2019-08-28 23:08:24','',6147,'https://buzz-caribbean.com/app/uploads/2019/08/D-Chris-4.jpg',0,'attachment','image/jpeg',0),(6153,11,'2019-08-27 22:32:50','2019-08-28 03:32:50','<!-- wp:paragraph -->\n<p>Dilly Chris, is ready for the international move into the musical arena and nobody is going to stop him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6149} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/D-Chris-1-1024x683.jpg\" alt=\"\" class=\"wp-image-6149\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Born Chris Smith, in Maryland, St. Andrew, ‘Dilly Chris” attended the Edith Dalton High School and earned his influence in music from an aunt and uncle, who boasted of the ability to set the dancehall ablaze.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fascinated by these accounts of glory, Dilly Chris began dreaming of his own career in music and already having the gift of an engaging voice, set about his career in music. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6150} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/D-Chris-2-683x1024.jpg\" alt=\"\" class=\"wp-image-6150\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Moving to the USA did nothing to deter his dream, as he continued on this trek and has remained current with songs such as, ‘<a rel=\"noreferrer noopener\" aria-label=\"Sweat (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=OrGzVsSZawo\" target=\"_blank\">Sweat</a>’ ft Chudney J, ‘<a href=\"https://www.youtube.com/watch?v=ArqdfoFzxtw\">Sunshine</a>’ ft iZY, ‘<a aria-label=\"Blow My Mind (opens in a new tab)\" rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=st_kMBdK2y8\" target=\"_blank\">Blow My Mind</a>’ ft VoiceMail ,‘<a rel=\"noreferrer noopener\" aria-label=\"Body Good (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=KaC_-qQh198\" target=\"_blank\">Body Good</a>’ ft Tanya Carter,‘<a rel=\"noreferrer noopener\" aria-label=\"Cyaa Dead Out (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=VpOiCnoQM5Q\" target=\"_blank\">Cyaa Dead Out</a>’ ft David Lyn , ‘<a rel=\"noreferrer noopener\" aria-label=\"My Journey (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=fYgZKtDUVNE\" target=\"_blank\">My Journey</a>’, and ‘Feel So Good’, his most current release which has been gaining traction in the USA, Europe and locally. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I want to be the creator of hits after hits, always having a song on the international sphere.\"</p><cite>— Dilly Chris</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The entertainer has been engaging with his fans locally and internationally at events including, Best of The Best, Maryland Jamboree and South Coast Rum Festival (Now ComCari Rum Festival).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6151} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/D-Chris-3-683x1024.jpg\" alt=\"\" class=\"wp-image-6151\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>His recent hit single, ‘Feel so Good’ has been likened to the creative output of Jamaican dancehall sensation, Dexta Daps. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6152} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/D-Chris-4.jpg\" alt=\"\" class=\"wp-image-6152\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I want to be one of the top singers out of Jamaica, careening to the top of the international scale,” said Dilly Chris. \"I want to be the creator of hits after hits, always having a song on the international sphere and be one of those artists who bring unity in the dancehall.\"</p>\n<!-- /wp:paragraph -->','Dilly Chris wants to be dancehall\'s next international hit-maker','','inherit','closed','closed','','6147-revision-v1','','','2019-08-27 22:32:50','2019-08-28 03:32:50','',6147,'https://buzz-caribbean.com/article/6147-revision-v1/',0,'revision','',0),(6154,21,'2019-08-28 07:45:49','2019-08-28 12:45:49','<!-- wp:paragraph -->\n<p>Caribbean Designers are being invited to capitalize on the opportunity to showcase their talent at the next staging of the Scandinavian International Fashion Week (SIF), to be staged in Stockholm, Sweden, next summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This after a successful inaugural staging in July, which saw designers and models from across the globe, including Jamaica’s new model sensation, Chay Hanna, showcasing the best of their talents, in the northern European territory.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6156} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Chay-Hanna-1013x1024.jpg\" alt=\"\" class=\"wp-image-6156\" /><figcaption> Jamaican model Chay Hanna at Scandinavian International Fashion Week (SIF) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>CEO, and organiser of SIF, Sonja Anderson, still basking in the success of the event, said that \"We (are) offering Caribbean designers an opportunity to showcase their work here in Sweden, and explore the Scandinavian fashion industry,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anderson added, \"It will open our eyes to something different in a positive way. I believe we will enjoy the Caribbean influences very much and we will welcome you.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> To construct a piece of fabric from fantasy to fashion, that\'s magic, that\'s history and immortality.\"  </p><cite>—  Sonja Anderson,  CEO and organiser of SIF  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The spectacular event captured the imagination of designers across the globe, as they trekked from countries including Angola, Portugal, South Africa, Ukraine and Colombia to showcase their designs in Europe for the first time. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With better than expected participation and patronage, Miss Anderson told <strong>BUZZ </strong>that she expects greater participation and turnout for next year’s event. “Persons are already asking to be listed for next year’s show,\" she said, adding that despite July being the time of year that many choose to go on vacation, she’s still in awe at the turnout. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6158,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Anderson-473x1024.jpg\" alt=\"\" class=\"wp-image-6158\" /><figcaption>  Sonja Anderson,  CEO and organiser of SIF   </figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When asked if she would consider staging the fashion show elsewhere, Miss Anderson shared that “Stockholm will always be the base of this event, of course, but not the only one. We have other plans or wishes that we hope to be able to accomplish in the future.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An Angolan by birth, her parents were Diplomats who moved to Sweden when she was 7 years old to set up residence at the Angolan Embassy. Her mother, however, is a Fashion Designer, and so with that art in her DNA, she has sought through various means, throughout her life to express her love for fashion. \"When I create a piece, it takes me to another dimension. To construct a piece of fabric from, fantasy to fashion, that\'s magic, that\'s history and immortality.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article written by Stephanie Elliott</em></strong></p>\n<!-- /wp:paragraph -->','Caribbean designers invited to impress in Sweden','','publish','open','closed','','caribbean-designers-invited-to-impress-in-sweden','','','2019-08-28 15:27:33','2019-08-28 20:27:33','',0,'https://buzz-caribbean.com/?p=6154',0,'post','',0),(6155,4,'2019-08-27 22:34:08','2019-08-28 03:34:08','','Domican PM Skerrit','','inherit','open','closed','','pm-skerrit-on-dorian','','','2019-08-28 18:07:53','2019-08-28 23:07:53','',6148,'https://buzz-caribbean.com/app/uploads/2019/08/PM-Skerrit-on-Dorian.jpg',0,'attachment','image/jpeg',0),(6156,11,'2019-08-27 22:37:24','2019-08-28 03:37:24','','Chay-Hanna','','inherit','open','closed','','chay-hanna','','','2019-08-27 22:37:24','2019-08-28 03:37:24','',6154,'https://buzz-caribbean.com/app/uploads/2019/08/Chay-Hanna.jpg',0,'attachment','image/jpeg',0),(6157,4,'2019-08-27 22:39:19','2019-08-28 03:39:19','<!-- wp:image {\"id\":6155} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/PM-Skerrit-on-Dorian-1024x598.jpg\" alt=\"\" class=\"wp-image-6155\" /><figcaption>Prime Minister of Dominica Roosevelt Skerrit giving an update on Tropical Storm Dorian Tuesday.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Authorities in Dominica are being hypervigilant as Tropical Storm Dorian makes its way up through the region.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a press conference Tuesday, Prime Minister Roosevelt Skerrit gave public servants leave to return to the safety of their homes immediately and urged the private sector to allow their employees to do the same.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'The safety of our citizens and residents is always paramount.\'</p><cite>—PM Roosevelt Skerrit</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He said the cabinet had taken the decision based on the fact that it had been raining since the weekend and more rainfall was projected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We do not believe there are any major threats, but we are mindful of the vulnerabilities in some parts of the country and we felt it necessary to take this precautionary decision,” said PM Skerrit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added: “The safety of our citizens and residents is always paramount. We don’t want a situation where any persons are unable to make it home because of rivers overflowing their banks or possible mudslides or landslides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6003} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ts-dorian-1024x768.jpg\" alt=\"\" class=\"wp-image-6003\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Earlier this week, Dominica was under Tropical Storm Watch. In its 8 p.m. bulletin, the US-based National Hurricane Center said that the passage of Dorian could result in 1 to 4 inches of rainfall to Dominica, which suffered massive devastation with Hurricane Maria in 2017 and Tropical Storm Erika in 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Damage from Hurricane Maria was estimated to be US$1.3 million or 224 per cent of the country’s GDP. TS Erika caused US$483 million in damage or 90 per cent of the country’s GDP.</p>\n<!-- /wp:paragraph -->','Dominica not taking any chances with Dorian','','inherit','closed','closed','','6148-revision-v1','','','2019-08-27 22:39:19','2019-08-28 03:39:19','',6148,'https://buzz-caribbean.com/article/6148-revision-v1/',0,'revision','',0),(6158,11,'2019-08-27 22:46:34','2019-08-28 03:46:34','','Sonja Anderson','','inherit','open','closed','','anderson','','','2019-08-28 18:06:49','2019-08-28 23:06:49','',6154,'https://buzz-caribbean.com/app/uploads/2019/08/Anderson.jpg',0,'attachment','image/jpeg',0),(6159,11,'2019-08-27 22:53:57','2019-08-28 03:53:57','','Chay Hanna','','inherit','open','closed','','chay-hanna-feature-image','','','2019-08-28 18:06:00','2019-08-28 23:06:00','',6154,'https://buzz-caribbean.com/app/uploads/2019/08/Chay-Hanna-Feature-Image.jpg',0,'attachment','image/jpeg',0),(6160,11,'2019-08-27 22:59:30','2019-08-28 03:59:30','<!-- wp:paragraph -->\n<p>Caribbean Designers are being invited to capitalize on the opportunity to showcase their talent at the next staging of the Scandinavian International Fashion Week (SIF), to be staged in Stockholm, Sweden, next summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This after a successful inaugural staging in July, which saw designers and models from across the globe, including Jamaica’s new model sensation, Chay Hanna, showcasing the best of their talents, in the northern European territory.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6156} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Chay-Hanna-1013x1024.jpg\" alt=\"\" class=\"wp-image-6156\" /><figcaption> Jamaican model Chay Hanna at Scandanavian International Fashion Week (SIF) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>CEO, and organiser of SIF, Sonja Anderson, still basking in the success of the event, said that \"We (are) offering Caribbean designers an opportunity to showcase their work here in Sweden, and explore the Scandinavian fashion industry,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anderson added, \"It will open our eyes to something different in a positive way. I believe we will enjoy the Caribbean influences very much and we will welcome you.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> To construct a piece of fabric from fantasy to fashion, that\'s magic, that\'s history and immortality.\"  </p><cite>—  Sonja Anderson,  CEO and organiser of SIF  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The spectacular event captured the imagination of designers across the globe, as they trekked from countries including Angola, Portugal, South Africa, Ukraine and Colombia to showcase their designs in Europe for the first time. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With better than expected participation and patronage, Miss Anderson told <strong>BUZZ </strong>that she expects greater participation and turnout for next year’s event. “Persons are already asking to be listed for next year’s show,\" she said, adding that despite July being the time of year that many choose to go on vacation, she’s still in awe at the turnout. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6158,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Anderson-473x1024.jpg\" alt=\"\" class=\"wp-image-6158\" /><figcaption>  Sonja Anderson,  CEO and organiser of SIF   </figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When asked if she would consider staging the fashion show elsewhere, Miss Anderson shared that “Stockholm will always be the base of this event, of course, but not the only one. We have other plans or wishes that we hope to be able to accomplish in the future.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An Angolan by birth, her parents were Diplomats who moved to Sweden when she was 7 years old to set up residence at the Angolan Embassy. Her mother, however, is a Fashion Designer, and so with that art in her DNA, she has sought through various means, throughout her life to express her love for fashion. \"When I create a piece, it takes me to another dimension. To construct a piece of fabric from, fantasy to fashion, that\'s magic, that\'s history and immortality.\" </p>\n<!-- /wp:paragraph -->','Caribbean designers invited to impress in Sweden','','inherit','closed','closed','','6154-revision-v1','','','2019-08-27 22:59:30','2019-08-28 03:59:30','',6154,'https://buzz-caribbean.com/article/6154-revision-v1/',0,'revision','',0),(6161,11,'2019-08-27 23:00:32','2019-08-28 04:00:32','<!-- wp:paragraph -->\n<p>Caribbean Designers are being invited to capitalize on the opportunity to showcase their talent at the next staging of the Scandinavian International Fashion Week (SIF), to be staged in Stockholm, Sweden, next summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This after a successful inaugural staging in July, which saw designers and models from across the globe, including Jamaica’s new model sensation, Chay Hanna, showcasing the best of their talents, in the northern European territory.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6156} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Chay-Hanna-1013x1024.jpg\" alt=\"\" class=\"wp-image-6156\" /><figcaption> Jamaican model Chay Hanna at Scandinavian International Fashion Week (SIF) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>CEO, and organiser of SIF, Sonja Anderson, still basking in the success of the event, said that \"We (are) offering Caribbean designers an opportunity to showcase their work here in Sweden, and explore the Scandinavian fashion industry,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anderson added, \"It will open our eyes to something different in a positive way. I believe we will enjoy the Caribbean influences very much and we will welcome you.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> To construct a piece of fabric from fantasy to fashion, that\'s magic, that\'s history and immortality.\"  </p><cite>—  Sonja Anderson,  CEO and organiser of SIF  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The spectacular event captured the imagination of designers across the globe, as they trekked from countries including Angola, Portugal, South Africa, Ukraine and Colombia to showcase their designs in Europe for the first time. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With better than expected participation and patronage, Miss Anderson told <strong>BUZZ </strong>that she expects greater participation and turnout for next year’s event. “Persons are already asking to be listed for next year’s show,\" she said, adding that despite July being the time of year that many choose to go on vacation, she’s still in awe at the turnout. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6158,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Anderson-473x1024.jpg\" alt=\"\" class=\"wp-image-6158\" /><figcaption>  Sonja Anderson,  CEO and organiser of SIF   </figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When asked if she would consider staging the fashion show elsewhere, Miss Anderson shared that “Stockholm will always be the base of this event, of course, but not the only one. We have other plans or wishes that we hope to be able to accomplish in the future.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An Angolan by birth, her parents were Diplomats who moved to Sweden when she was 7 years old to set up residence at the Angolan Embassy. Her mother, however, is a Fashion Designer, and so with that art in her DNA, she has sought through various means, throughout her life to express her love for fashion. \"When I create a piece, it takes me to another dimension. To construct a piece of fabric from, fantasy to fashion, that\'s magic, that\'s history and immortality.\" </p>\n<!-- /wp:paragraph -->','Caribbean designers invited to impress in Sweden','','inherit','closed','closed','','6154-revision-v1','','','2019-08-27 23:00:32','2019-08-28 04:00:32','',6154,'https://buzz-caribbean.com/article/6154-revision-v1/',0,'revision','',0),(6162,21,'2019-08-28 08:00:42','2019-08-28 13:00:42','<!-- wp:paragraph -->\n<p>If\nyou have been wondering what Miss Jamaica Universe 2017, Davina Bennett is up\nto these days, the beauty queen is up and running and living her best life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0ZUExBoM3f/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0ZUExBoM3f/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “now it\'s less hair and more face.\" </p><cite>— Davina Bennett</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Still natural-haired, the melanin beauty recently swapped her bodacious trademark afro for a shorter cropped Grace Jones-like cut and has settled in Greece.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6165,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Davina-1.jpg\" alt=\"\" class=\"wp-image-6165\" /><figcaption>Photos: Instagram - @davinabennett</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Earlier this year \"Lady Gorgeous\" announced that she would be venturing into the business side of the fashion industry, with the establishment of her modelling agency, A Model Management SA, in Europe.   </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6166,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_20190809_204520-1.jpg\" alt=\"\" class=\"wp-image-6166\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After shedding much of her voluminous hair, the 23-year-old model took time out to celebrate what she described as her “Signature afro” and the “impact it created, the demographics it reached, the difference it made, the meaning, and the love of the afro hair”. She thanked her supporters for their outpouring love of the afro but noted that “now it\'s less hair and more face.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6168,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Davina-5.jpg\" alt=\"\" class=\"wp-image-6168\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Celebrated by people of\ndifferent races, nationality, ethnicity and backgrounds, it was universally\nloved.&nbsp; It paved the way for many changes to pageants worldwide, placed a\ndifferent perspective on a beauty queen, an inspiration to many girls across\nthe world, made me recognizable almost anywhere, paid me big bucks and made my\ncountry proud,” she said with pride.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6169,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Davina-4.jpg\" alt=\"\" class=\"wp-image-6169\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Still basking in her new short\nhairstyle, Davina seemed extremely pleased about the unwavering support from\nher fans, whom she said appreciated the fact that she was much more than her\nhair.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BwrpoZMh2uW/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BwrpoZMh2uW/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“I have come to the\nrealization, the shorter the hair, the harder they stare.&nbsp;&nbsp; Thanks for\nall the love you all have shown me without even seeing the full look, it is much\nappreciated and I truly feel loved!” she said.</p>\n<!-- /wp:paragraph -->','Former Miss Universe Jamaica Davina Bennett rocks edgy, shorter cut','','publish','open','closed','','former-miss-universe-jamaica-davina-bennett-rocks-edgy-shorter-cut','','','2019-08-27 23:36:21','2019-08-28 04:36:21','',0,'https://buzz-caribbean.com/?p=6162',0,'post','',0),(6163,11,'2019-08-27 23:07:26','2019-08-28 04:07:26','','IMG_20190827_121245','','inherit','open','closed','','img_20190827_121245','','','2019-08-27 23:07:26','2019-08-28 04:07:26','',6162,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_20190827_121245.jpg',0,'attachment','image/jpeg',0),(6164,11,'2019-08-27 23:08:01','2019-08-28 04:08:01','','IMG_20190809_204520','','inherit','open','closed','','img_20190809_204520','','','2019-08-27 23:08:01','2019-08-28 04:08:01','',6162,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_20190809_204520.jpg',0,'attachment','image/jpeg',0),(6165,11,'2019-08-27 23:15:59','2019-08-28 04:15:59','','Davina 1','','inherit','open','closed','','davina-1','','','2019-08-27 23:15:59','2019-08-28 04:15:59','',6162,'https://buzz-caribbean.com/app/uploads/2019/08/Davina-1.jpg',0,'attachment','image/jpeg',0),(6166,11,'2019-08-27 23:17:25','2019-08-28 04:17:25','','IMG_20190809_204520-1','','inherit','open','closed','','img_20190809_204520-1','','','2019-08-27 23:17:25','2019-08-28 04:17:25','',6162,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_20190809_204520-1.jpg',0,'attachment','image/jpeg',0),(6167,11,'2019-08-27 23:18:29','2019-08-28 04:18:29','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B0ZUExBoM3f/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B0ZUExBoM3f/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B0ZUExBoM3f/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Antiparos? This island is less than one nautical mile from my last destination (Paros) and the economy is based on tourism, fishing, and farming. It is known for its white houses, cobbled streets and the flowers that thrive in the yards of the houses. Clean water and a peaceful environment is definitely a win here! I would definitely say to add this next exotic island on your bucket list, it&#39;s just too beautiful to pass up!??‍♀️ P.S. I wish, I wish, I wish, I was this was this dark!??? #antiparos #beachbum #melaninoverload #travel #naturalhairstyles  #curlsallsummer #redhair #orange #beautifulspots #turquoisewaters #exoticisland #beach #summer #vacation #blue #blueeverythaang #yatch #marinelife #swipeleft</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/davinabennett/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> DAVINA BENNETT</a> (@davinabennett) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-26T21:45:10+00:00\">Jul 26, 2019 at 2:45pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','68918f1402d9130f1313e86d307ecff3','','','2019-08-27 23:18:29','2019-08-28 04:18:29','',0,'https://buzz-caribbean.com/article/68918f1402d9130f1313e86d307ecff3/',0,'oembed_cache','',0),(6168,11,'2019-08-27 23:20:50','2019-08-28 04:20:50','','Davina-5','','inherit','open','closed','','davina-5','','','2019-08-27 23:20:50','2019-08-28 04:20:50','',6162,'https://buzz-caribbean.com/app/uploads/2019/08/Davina-5.jpg',0,'attachment','image/jpeg',0),(6169,11,'2019-08-27 23:21:12','2019-08-28 04:21:12','','Davina-4','','inherit','open','closed','','davina-4','','','2019-08-27 23:21:12','2019-08-28 04:21:12','',6162,'https://buzz-caribbean.com/app/uploads/2019/08/Davina-4.jpg',0,'attachment','image/jpeg',0),(6170,11,'2019-08-27 23:22:42','2019-08-28 04:22:42','<!-- wp:paragraph -->\n<p>If\nyou have been wondering what Miss Jamaica Universe 2017, Davina Bennett is up\nto these days, the beauty queen is up and running and living her best life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0ZUExBoM3f/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0ZUExBoM3f/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “now it\'s less hair and more face.\" </p><cite>— Davina Bennett</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Still natural-haired, the melanin beauty recently swapped her bodacious trademark afro for a shorter cropped Grace Jones-like cut and has settled in Greece.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6165,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Davina-1.jpg\" alt=\"\" class=\"wp-image-6165\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Earlier this year \"Lady Gorgeous\" announced that she would be venturing into the business side of the fashion industry, with the establishment of her modelling agency, A Model Management SA, in Europe.   </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6166,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_20190809_204520-1.jpg\" alt=\"\" class=\"wp-image-6166\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After shedding much of her voluminous hair, the 23-year-old model took time out to celebrate what she described as her “Signature afro” and the “impact it created, the demographics it reached, the difference it made, the meaning, and the love of the afro hair”. She thanked her supporters for their outpouring love of the afro but noted that “now it\'s less hair and more face.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6168,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Davina-5.jpg\" alt=\"\" class=\"wp-image-6168\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Celebrated by people of\ndifferent races, nationality, ethnicity and backgrounds, it was universally\nloved.&nbsp; It paved the way for many changes to pageants worldwide, placed a\ndifferent perspective on a beauty queen, an inspiration to many girls across\nthe world, made me recognizable almost anywhere, paid me big bucks and made my\ncountry proud,” she said with pride.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6169,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Davina-4.jpg\" alt=\"\" class=\"wp-image-6169\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Still basking in her new short\nhairstyle, Davina seemed extremely pleased about the unwavering support from\nher fans, whom she said appreciated the fact that she was much more than her\nhair.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BwrpoZMh2uW/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BwrpoZMh2uW/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“I have come to the\nrealization, the shorter the hair, the harder they stare.&nbsp;&nbsp; Thanks for\nall the love you all have shown me without even seeing the full look, it is much\nappreciated and I truly feel loved!” she said.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','6162-revision-v1','','','2019-08-27 23:22:42','2019-08-28 04:22:42','',6162,'https://buzz-caribbean.com/article/6162-revision-v1/',0,'revision','',0),(6171,11,'2019-08-27 23:22:42','2019-08-28 04:22:42','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BwrpoZMh2uW/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BwrpoZMh2uW/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BwrpoZMh2uW/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">#TBT To my Signature #afro, a few highlights of the inspiration, the impact it created, the demographics it reach, the difference it made, the meaning, and the love of the afro hair. Celebrated by people of different races, nationality, ethnicity &amp; background. It was universally loved. It paved the way for many changes to pageants worldwide, placed a different perspective on a beauty queen, an inspiration to many girls across the world, made me recognizable almost anywhere, paid me big bucks and made my country proud.  Thanks for the out pouring love of the afro?, now it&#39;s LESS HAIR AND MORE FACE BECAUSE MY HAIR DOESN&#39;T DEFINE ME, I AM MUCH MORE THAN JUST MY HAIR. ❤ #thebigafroisgone #shorthair #liberated #tbt #afrodays #babyhairs #changeishere #afroappreciationpost</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/davinabennett/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> DAVINA BENNETT</a> (@davinabennett) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-04-25T14:34:17+00:00\">Apr 25, 2019 at 7:34am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','6e2a94ad08b0dc1ee2ad9ec50d5bade7','','','2019-08-27 23:22:42','2019-08-28 04:22:42','',0,'https://buzz-caribbean.com/article/6e2a94ad08b0dc1ee2ad9ec50d5bade7/',0,'oembed_cache','',0),(6172,11,'2019-08-27 23:36:21','2019-08-28 04:36:21','<!-- wp:paragraph -->\n<p>If\nyou have been wondering what Miss Jamaica Universe 2017, Davina Bennett is up\nto these days, the beauty queen is up and running and living her best life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0ZUExBoM3f/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0ZUExBoM3f/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “now it\'s less hair and more face.\" </p><cite>— Davina Bennett</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Still natural-haired, the melanin beauty recently swapped her bodacious trademark afro for a shorter cropped Grace Jones-like cut and has settled in Greece.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6165,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Davina-1.jpg\" alt=\"\" class=\"wp-image-6165\" /><figcaption>Photos: Instagram - @davinabennett</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Earlier this year \"Lady Gorgeous\" announced that she would be venturing into the business side of the fashion industry, with the establishment of her modelling agency, A Model Management SA, in Europe.   </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6166,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_20190809_204520-1.jpg\" alt=\"\" class=\"wp-image-6166\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After shedding much of her voluminous hair, the 23-year-old model took time out to celebrate what she described as her “Signature afro” and the “impact it created, the demographics it reached, the difference it made, the meaning, and the love of the afro hair”. She thanked her supporters for their outpouring love of the afro but noted that “now it\'s less hair and more face.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6168,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Davina-5.jpg\" alt=\"\" class=\"wp-image-6168\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Celebrated by people of\ndifferent races, nationality, ethnicity and backgrounds, it was universally\nloved.&nbsp; It paved the way for many changes to pageants worldwide, placed a\ndifferent perspective on a beauty queen, an inspiration to many girls across\nthe world, made me recognizable almost anywhere, paid me big bucks and made my\ncountry proud,” she said with pride.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6169,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Davina-4.jpg\" alt=\"\" class=\"wp-image-6169\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Still basking in her new short\nhairstyle, Davina seemed extremely pleased about the unwavering support from\nher fans, whom she said appreciated the fact that she was much more than her\nhair.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BwrpoZMh2uW/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BwrpoZMh2uW/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“I have come to the\nrealization, the shorter the hair, the harder they stare.&nbsp;&nbsp; Thanks for\nall the love you all have shown me without even seeing the full look, it is much\nappreciated and I truly feel loved!” she said.</p>\n<!-- /wp:paragraph -->','Former Miss Universe Jamaica Davina Bennett rocks edgy, shorter cut','','inherit','closed','closed','','6162-revision-v1','','','2019-08-27 23:36:21','2019-08-28 04:36:21','',6162,'https://buzz-caribbean.com/article/6162-revision-v1/',0,'revision','',0),(6173,21,'2019-08-28 07:50:45','2019-08-28 12:50:45','<!-- wp:paragraph -->\n<p>Jamaica’s first female megastar, <a href=\"https://buzz-caribbean.com/article/celebrities-you-probably-didnt-remember-were-caribbean/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Grace Jones (opens in a new tab)\">Grace Jones</a>, is set to perform at the Downs Bristol festival in the UK this Saturday, just ahead of multiple Grammy award-winning American songstress Lauryn Hill.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6174,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Grace-j.jpg\" alt=\"\" class=\"wp-image-6174\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The one-day event, which is being staged\nfor the fourth time, combines music, performance, art, good food and\ninformation sharing.&nbsp; According to its organisers, the event is also aimed\nat enabling the Bristol community to together each year to dance, listen to\nmusic and build connections.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6175} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bristol-1-770x1024.png\" alt=\"\" class=\"wp-image-6175\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 71-year-old former supermodel, actress and singer is set to grace the stage at 7:15pm for a one hour stint and will be followed by Hill who will take centrestage at 9:00pm for an hour-and-a-half set. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6176} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Grace-grace.jpg\" alt=\"\" class=\"wp-image-6176\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jones, who has her roots in Spanish Town, is expected to put on her usual over-the-top performance, and do renditions of songs such as her 1982 hit <a rel=\"noreferrer noopener\" aria-label=\"My Jamaican Guy (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=nhMA6attV0Y&amp;list=RDnhMA6attV0Y&amp;start_radio=1&amp;t=34\" target=\"_blank\">My Jamaican Guy</a> and <a rel=\"noreferrer noopener\" aria-label=\"Pull up to the Bumper (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=Tc1IphRx1pk\" target=\"_blank\">Pull up to the Bumper</a>, which she released a year before, while Hill should churn out hits from her record-setting The Miseducation of Lauryn Hill album which featured songs such as <a rel=\"noreferrer noopener\" aria-label=\"Everything Is Everything (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=i3_dOWYHS7I\" target=\"_blank\">Everything Is Everything</a>, <a rel=\"noreferrer noopener\" aria-label=\"Nothing Even Matters (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=5aDIqM0n0Eg\" target=\"_blank\">Nothing Even Matters</a> and <a href=\"https://www.youtube.com/watch?v=wVzvXW9bo5U\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Can’t Take My Eyes Off of You (opens in a new tab)\">Can’t Take My Eyes Off of You</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6177} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lauryn-Hill-1024x677.jpg\" alt=\"\" class=\"wp-image-6177\" /><figcaption>(Source: Billboard.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Each year the festival sees performances\nby artistes including upcoming acts, to mega-stars such as Jones and Hill, as\nwell as seminars and panel discussions from expert speakers, a myriad of\nculinary delights and a children’s play area. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The Downs offers a myriad of\nopportunities for positivity, building awareness and musical discovery,” the\norganisers noted.</p>\n<!-- /wp:paragraph -->','Jamaica\'s Grace Jones set to slay at Bristol festival this weekend','','publish','open','closed','','jamaicas-grace-jones-set-to-slay-at-bristol-festival-this-weekend','','','2019-08-27 23:54:56','2019-08-28 04:54:56','',0,'https://buzz-caribbean.com/?p=6173',0,'post','',0),(6174,11,'2019-08-27 23:43:59','2019-08-28 04:43:59','','Jamaican Model Grace Jones','','inherit','open','closed','','grace-j','','','2019-08-28 18:04:42','2019-08-28 23:04:42','',6173,'https://buzz-caribbean.com/app/uploads/2019/08/Grace-j.jpg',0,'attachment','image/jpeg',0),(6175,11,'2019-08-27 23:45:00','2019-08-28 04:45:00','','Bristol-1','','inherit','open','closed','','bristol-1','','','2019-08-27 23:45:00','2019-08-28 04:45:00','',6173,'https://buzz-caribbean.com/app/uploads/2019/08/Bristol-1.png',0,'attachment','image/png',0),(6176,11,'2019-08-27 23:45:29','2019-08-28 04:45:29','','Grace Jones','','inherit','open','closed','','grace-grace','','','2019-08-28 18:04:17','2019-08-28 23:04:17','',6173,'https://buzz-caribbean.com/app/uploads/2019/08/Grace-grace.jpg',0,'attachment','image/jpeg',0),(6177,11,'2019-08-27 23:51:32','2019-08-28 04:51:32','','Artist Lauryn Hill','','inherit','open','closed','','lauryn-hill','','','2019-08-28 18:04:06','2019-08-28 23:04:06','',6173,'https://buzz-caribbean.com/app/uploads/2019/08/Lauryn-Hill.jpg',0,'attachment','image/jpeg',0),(6178,11,'2019-08-27 23:54:55','2019-08-28 04:54:55','<!-- wp:paragraph -->\n<p>Jamaica’s first female megastar, <a href=\"https://buzz-caribbean.com/article/celebrities-you-probably-didnt-remember-were-caribbean/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Grace Jones (opens in a new tab)\">Grace Jones</a>, is set to perform at the Downs Bristol festival in the UK this Saturday, just ahead of multiple Grammy award-winning American songstress Lauryn Hill.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6174,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Grace-j.jpg\" alt=\"\" class=\"wp-image-6174\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The one-day event, which is being staged\nfor the fourth time, combines music, performance, art, good food and\ninformation sharing.&nbsp; According to its organisers, the event is also aimed\nat enabling the Bristol community to together each year to dance, listen to\nmusic and build connections.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6175} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bristol-1-770x1024.png\" alt=\"\" class=\"wp-image-6175\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 71-year-old former supermodel, actress and singer is set to grace the stage at 7:15pm for a one hour stint and will be followed by Hill who will take centrestage at 9:00pm for an hour-and-a-half set. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6176} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Grace-grace.jpg\" alt=\"\" class=\"wp-image-6176\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jones, who has her roots in Spanish Town, is expected to put on her usual over-the-top performance, and do renditions of songs such as her 1982 hit <a rel=\"noreferrer noopener\" aria-label=\"My Jamaican Guy (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=nhMA6attV0Y&amp;list=RDnhMA6attV0Y&amp;start_radio=1&amp;t=34\" target=\"_blank\">My Jamaican Guy</a> and <a rel=\"noreferrer noopener\" aria-label=\"Pull up to the Bumper (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=Tc1IphRx1pk\" target=\"_blank\">Pull up to the Bumper</a>, which she released a year before, while Hill should churn out hits from her record-setting The Miseducation of Lauryn Hill album which featured songs such as <a rel=\"noreferrer noopener\" aria-label=\"Everything Is Everything (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=i3_dOWYHS7I\" target=\"_blank\">Everything Is Everything</a>, <a rel=\"noreferrer noopener\" aria-label=\"Nothing Even Matters (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=5aDIqM0n0Eg\" target=\"_blank\">Nothing Even Matters</a> and <a href=\"https://www.youtube.com/watch?v=wVzvXW9bo5U\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Can’t Take My Eyes Off of You (opens in a new tab)\">Can’t Take My Eyes Off of You</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6177} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lauryn-Hill-1024x677.jpg\" alt=\"\" class=\"wp-image-6177\" /><figcaption>(Source: Billboard.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Each year the festival sees performances\nby artistes including upcoming acts, to mega-stars such as Jones and Hill, as\nwell as seminars and panel discussions from expert speakers, a myriad of\nculinary delights and a children’s play area. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The Downs offers a myriad of\nopportunities for positivity, building awareness and musical discovery,” the\norganisers noted.</p>\n<!-- /wp:paragraph -->','Jamaica\'s Grace Jones set to slay at Bristol festival this weekend','','inherit','closed','closed','','6173-revision-v1','','','2019-08-27 23:54:55','2019-08-28 04:54:55','',6173,'https://buzz-caribbean.com/article/6173-revision-v1/',0,'revision','',0),(6179,12,'2019-08-28 00:21:32','2019-08-28 05:21:32','<!-- wp:shortcode -->\n[smart_subscription_page]\n<!-- /wp:shortcode -->','Subscribe for Buzz Alerts','','publish','closed','closed','','subscribe-now','','','2019-08-28 00:21:32','2019-08-28 05:21:32','',0,'https://buzz-caribbean.com/?page_id=6179',0,'page','',0),(6180,12,'2019-08-28 00:15:12','2019-08-28 05:15:12','','Subscribe for Buzz Alerts','','inherit','closed','closed','','6179-revision-v1','','','2019-08-28 00:15:12','2019-08-28 05:15:12','',6179,'https://buzz-caribbean.com/article/6179-revision-v1/',0,'revision','',0),(6181,12,'2019-08-28 00:15:55','2019-08-28 05:15:55','<!-- wp:shortcode -->\n[smart_subscription_page]\n<!-- /wp:shortcode -->','Subscribe for Buzz Alerts','','inherit','closed','closed','','6179-revision-v1','','','2019-08-28 00:15:55','2019-08-28 05:15:55','',6179,'https://buzz-caribbean.com/article/6179-revision-v1/',0,'revision','',0),(6182,14,'2019-08-28 06:00:23','2019-08-28 11:00:23','<!-- wp:paragraph -->\n<p>Prime Minister of Jamaica, the Most Hon. Andrew Holness, says he has mandated the new procurement authority to develop a policy outline to introduce performance management contracting in the procurement process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the introduction of this accountability mechanism\nwill serve to improve how contractors work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We know of several contractors who have work they don’t\nfinish; they don’t complete it on time, but yet they come back into the process.\nSo there must be a way within the procurement process in which the past\nperformances of contractors feature in the ability to get future work,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “There is a view that contracting in Jamaica is just very chaotic [and] that contractors are not accountable”. </p><cite>— The Most Hon. Andrew Holness, Prime Minister of Jamaica</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The PM noted that the introduction of this mechanism was in response to the public outcry about inadequacies observed at the various construction projects happening across the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“Motorists [and]\ncommuters, especially those who have to use those thoroughfares that are under construction,\ncomplain bitterly about the work ethic and discipline of the contractors and\nsupervision of the National Works Agency (NWA). It has not gone on deaf ears;\nI’m paying very close attention to it,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6183} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/PM-Signing-1024x683.jpg\" alt=\"\" class=\"wp-image-6183\" /><figcaption>(Source: Jamaica Information Service JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Prime Minister was speaking at a US$195-million (JMD$2.8-billion) contract signing ceremony for the <strong>South Coast Highway Improvement Project (SCHIP)</strong> at Jamaica House on Monday (August 26).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “We know of several contractors who have work they don’t finish; they don’t complete it on time, but yet they come back into the process. \"</p><cite> — The Most Hon. Andrew Holness, Prime Minister of Jamaica </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Mr Holness said the incorporation of the new structure will signal the start of stipulations to create the institutional framework to change the culture of local contractors, noting that “there is a view that contracting in Jamaica is just very chaotic [and] that contractors are not accountable”.</p>\n<!-- /wp:paragraph -->','Performance criteria for contractors to be introduced in public procurement process — PM Holness','','publish','open','closed','','performance-criteria-for-contractors-to-be-introduced-in-public-procurement-process-pm-holness','','','2019-08-28 04:32:12','2019-08-28 09:32:12','',0,'https://buzz-caribbean.com/?p=6182',0,'post','',0),(6183,11,'2019-08-28 04:19:40','2019-08-28 09:19:40','','PM Holness signing a policy','','inherit','open','closed','','pm-signing','','','2019-08-28 18:03:30','2019-08-28 23:03:30','',6182,'https://buzz-caribbean.com/app/uploads/2019/08/PM-Signing.jpg',0,'attachment','image/jpeg',0),(6184,11,'2019-08-28 04:27:27','2019-08-28 09:27:27','<!-- wp:paragraph -->\n<p>Prime Minister of Jamaica, the Most Hon. Andrew Holness, says he has mandated the new procurement authority to develop a policy outline to introduce performance management contracting in the procurement process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the introduction of this accountability mechanism\nwill serve to improve how contractors work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We know of several contractors who have work they don’t\nfinish; they don’t complete it on time, but yet they come back into the process.\nSo there must be a way within the procurement process in which the past\nperformances of contractors feature in the ability to get future work,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “There is a view that contracting in Jamaica is just very chaotic [and] that contractors are not accountable”. </p><cite>— The Most Hon. Andrew Holness, Prime Minister of Jamaica</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The PM noted that the introduction of this mechanism was in response to the public outcry about inadequacies observed at the various construction projects happening across the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“Motorists [and]\ncommuters, especially those who have to use those thoroughfares that are under construction,\ncomplain bitterly about the work ethic and discipline of the contractors and\nsupervision of the National Works Agency (NWA). It has not gone on deaf ears;\nI’m paying very close attention to it,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6183} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/PM-Signing-1024x683.jpg\" alt=\"\" class=\"wp-image-6183\" /><figcaption>(Source: Jamaica Information Service JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Prime Minister was speaking at a US$195-million (JMD$2.8-billion) contract signing ceremony for the <strong>South Coast Highway Improvement Project (SCHIP)</strong> at Jamaica House on Monday (August 26).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “We know of several contractors who have work they don’t finish; they don’t complete it on time, but yet they come back into the process. \"</p><cite> — The Most Hon. Andrew Holness, Prime Minister of Jamaica </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Mr Holness said the incorporation of the new structure will signal the start of stipulations to create the institutional framework to change the culture of local contractors, noting that “there is a view that contracting in Jamaica is just very chaotic [and] that contractors are not accountable”.</p>\n<!-- /wp:paragraph -->','Performance criteria for contractors to be introduced in public procurement process — PM Holness','','inherit','closed','closed','','6182-revision-v1','','','2019-08-28 04:27:27','2019-08-28 09:27:27','',6182,'https://buzz-caribbean.com/article/6182-revision-v1/',0,'revision','',0),(6185,11,'2019-08-28 04:31:13','2019-08-28 09:31:13','<!-- wp:paragraph -->\n<p>With Dorian officially being the fourth Tropical Storm to be named for this Hurricane Season, our summer fun is put to a screeching halt with a reminder that our hurricane season is still on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although the hurricane season is from June 1 - November 30, in the Caribbean most of the season\'s activity usually picks up in August - September.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So we are technically at the point now to anticipate frequent weather updates related to the hurricane season. You will hear various terms being used in weather reports that can sometimes leave you wondering — is it serious or not?— so at <strong>BUZZ </strong>we\'ll be giving you a quick rundown of the frequent terms used and what they mean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Storm and Hurricane Terms 101','','inherit','closed','closed','','5940-revision-v1','','','2019-08-28 04:31:13','2019-08-28 09:31:13','',5940,'https://buzz-caribbean.com/article/5940-revision-v1/',0,'revision','',0),(6188,14,'2019-08-28 06:15:23','2019-08-28 11:15:23','<!-- wp:paragraph -->\n<p>Outgoing International Monetary Fund (IMF) Resident Representative, Dr Constant Lonkeng Ngouana, says his three-year tenure in Jamaica has been “very rewarding”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6189} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DDP9666-1024x683.jpg\" alt=\"\" class=\"wp-image-6189\" /><figcaption>(Photos: Donald De La Haye - JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr Lonkeng Ngouana, whose stint ends on August 31, took up the Resident Representative post in July 2016 at the time of the Extended Fund Facility (EFF) and continued through the current precautionary Stand-By Arrangement (SBA).  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The IMF\nRepresentative points out that “talking with policymakers, farmers, private-sector\nrepresentatives and students, and getting wide-ranging perspectives have been among\nthe main highlights of my tenure”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6190} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DDP1010-1024x683.jpg\" alt=\"\" class=\"wp-image-6190\" /><figcaption>Outgoing International Monetary Fund (IMF) Resident Representative for Jamaica, Dr. Constant Lonkeng Ngouana (left), converses with Director General of the Planning Institute of Jamaica (PIOJ), Dr. Wayne Henry (second left), and Senior Director for the PIOJ’s Economic Planning, Research and Policy Logistics Division, James Stewart (second right),  following the PIOJ’s quarterly briefing on August 26. At right is incoming IMF Resident Representative, Karim Youssef. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr Lonkeng Ngouana says the feedback from these interactions suggests that a significant number of Jamaicans appreciate the economic progress achieved over the last six and a half years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Jamaica has come too far to allow for any reversal on the progress made thus far” </p><cite>Dr. Constant Lonkeng Ngouana,  Outgoing International Monetary Fund (IMF) Resident Representative </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He notes that\nwhile the country is “not out of the woods yet… the fact that the Jamaican\npeople are plugged in and engaged in the policy discussions will contribute to\nsafeguarding the sound economic policies being developed and instituted by the\nGovernment”.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Dr Lonkeng Ngouana remains confident in Jamaica’s ability to manage its economic affairs in the post-IMF era, following the conclusion of the current SBA in November.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6191} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DDP9654-1024x683.jpg\" alt=\"\" class=\"wp-image-6191\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The IMF\nRepresentative maintains that while growth is “not where we all want it to be”,\nJamaica can, over time, achieve higher levels of sustainable inclusive growth\nthrough an aggressive structural reform agenda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We believe that if structural impediments relating to crime, weak resilience in agriculture, and private sector access to credit were to be resolved, or partially resolved, growth could be much higher in Jamaica,” he adds, noting that steps by the Government to address these are underway.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6192} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DDP9645-1024x683.jpg\" alt=\"\" class=\"wp-image-6192\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr Lonkeng Ngouana is encouraging persons at all levels to remain steadfast on the journey embarked on under the Economic Reform Programme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He says the\nsacrifices made by all Jamaicans to turn the country’s economic fortunes around\nhave been “far-reaching”, adding that “Jamaica has come too far to allow for\nany reversal on the progress made thus far”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“We believe that if structural impediments... were to be resolved, or partially resolved, growth could be much higher in Jamaica”  </p><cite>Dr Constant Lonkeng Ngouana,  Outgoing International Monetary Fund (IMF) Resident Representative  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Dr Lonkeng Ngouana further reiterates that the Jamaican economy has undergone a remarkable transformation and turnaround, based on achievements recorded over the last six and half years under the IMF’s Extended Fund Facility and precautionary Stand-By Arrangement programmes.</p>\n<!-- /wp:paragraph -->','Tenure in Jamaica has been very rewarding — Outgoing IMF resident representative','','publish','open','closed','','tenure-in-jamaica-has-been-very-rewarding-outgoing-imf-resident-representative','','','2019-08-28 04:57:17','2019-08-28 09:57:17','',0,'https://buzz-caribbean.com/?p=6188',0,'post','',0),(6189,11,'2019-08-28 04:48:26','2019-08-28 09:48:26','','Dr. Constant Lonkeng Ngouana','','inherit','open','closed','','ddp9666','','','2019-08-28 17:59:58','2019-08-28 22:59:58','',6188,'https://buzz-caribbean.com/app/uploads/2019/08/DDP9666.jpg',0,'attachment','image/jpeg',0),(6190,11,'2019-08-28 04:48:42','2019-08-28 09:48:42','','Dr. Constant Lonkeng Ngouana and Karim Yousse','','inherit','open','closed','','ddp1010','','','2019-08-28 17:59:22','2019-08-28 22:59:22','',6188,'https://buzz-caribbean.com/app/uploads/2019/08/DDP1010.jpg',0,'attachment','image/jpeg',0),(6191,11,'2019-08-28 04:49:01','2019-08-28 09:49:01','','Dr Constant Lonkeng Ngouana','','inherit','open','closed','','ddp9654','','','2019-08-28 17:57:23','2019-08-28 22:57:23','',6188,'https://buzz-caribbean.com/app/uploads/2019/08/DDP9654.jpg',0,'attachment','image/jpeg',0),(6192,11,'2019-08-28 04:49:21','2019-08-28 09:49:21','','Outgoing IMF Resident Representative','','inherit','open','closed','','ddp9645','','','2019-08-28 17:56:53','2019-08-28 22:56:53','',6188,'https://buzz-caribbean.com/app/uploads/2019/08/DDP9645.jpg',0,'attachment','image/jpeg',0),(6193,11,'2019-08-28 04:57:16','2019-08-28 09:57:16','<!-- wp:paragraph -->\n<p>Outgoing International Monetary Fund (IMF) Resident Representative, Dr Constant Lonkeng Ngouana, says his three-year tenure in Jamaica has been “very rewarding”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6189} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DDP9666-1024x683.jpg\" alt=\"\" class=\"wp-image-6189\" /><figcaption>(Photos: Donald De La Haye - JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr Lonkeng Ngouana, whose stint ends on August 31, took up the Resident Representative post in July 2016 at the time of the Extended Fund Facility (EFF) and continued through the current precautionary Stand-By Arrangement (SBA).  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The IMF\nRepresentative points out that “talking with policymakers, farmers, private-sector\nrepresentatives and students, and getting wide-ranging perspectives have been among\nthe main highlights of my tenure”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6190} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DDP1010-1024x683.jpg\" alt=\"\" class=\"wp-image-6190\" /><figcaption>Outgoing International Monetary Fund (IMF) Resident Representative for Jamaica, Dr. Constant Lonkeng Ngouana (left), converses with Director General of the Planning Institute of Jamaica (PIOJ), Dr. Wayne Henry (second left), and Senior Director for the PIOJ’s Economic Planning, Research and Policy Logistics Division, James Stewart (second right),  following the PIOJ’s quarterly briefing on August 26. At right is incoming IMF Resident Representative, Karim Youssef. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr Lonkeng Ngouana says the feedback from these interactions suggests that a significant number of Jamaicans appreciate the economic progress achieved over the last six and a half years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Jamaica has come too far to allow for any reversal on the progress made thus far” </p><cite>Dr. Constant Lonkeng Ngouana,  Outgoing International Monetary Fund (IMF) Resident Representative </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He notes that\nwhile the country is “not out of the woods yet… the fact that the Jamaican\npeople are plugged in and engaged in the policy discussions will contribute to\nsafeguarding the sound economic policies being developed and instituted by the\nGovernment”.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Dr Lonkeng Ngouana remains confident in Jamaica’s ability to manage its economic affairs in the post-IMF era, following the conclusion of the current SBA in November.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6191} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DDP9654-1024x683.jpg\" alt=\"\" class=\"wp-image-6191\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The IMF\nRepresentative maintains that while growth is “not where we all want it to be”,\nJamaica can, over time, achieve higher levels of sustainable inclusive growth\nthrough an aggressive structural reform agenda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We believe that if structural impediments relating to crime, weak resilience in agriculture, and private sector access to credit were to be resolved, or partially resolved, growth could be much higher in Jamaica,” he adds, noting that steps by the Government to address these are underway.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6192} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DDP9645-1024x683.jpg\" alt=\"\" class=\"wp-image-6192\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr Lonkeng Ngouana is encouraging persons at all levels to remain steadfast on the journey embarked on under the Economic Reform Programme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He says the\nsacrifices made by all Jamaicans to turn the country’s economic fortunes around\nhave been “far-reaching”, adding that “Jamaica has come too far to allow for\nany reversal on the progress made thus far”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“We believe that if structural impediments... were to be resolved, or partially resolved, growth could be much higher in Jamaica”  </p><cite>Dr Constant Lonkeng Ngouana,  Outgoing International Monetary Fund (IMF) Resident Representative  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Dr Lonkeng Ngouana further reiterates that the Jamaican economy has undergone a remarkable transformation and turnaround, based on achievements recorded over the last six and half years under the IMF’s Extended Fund Facility and precautionary Stand-By Arrangement programmes.</p>\n<!-- /wp:paragraph -->','Tenure in Jamaica has been very rewarding — Outgoing IMF resident representative','','inherit','closed','closed','','6188-revision-v1','','','2019-08-28 04:57:16','2019-08-28 09:57:16','',6188,'https://buzz-caribbean.com/article/6188-revision-v1/',0,'revision','',0),(6195,21,'2019-08-28 10:05:24','2019-08-28 15:05:24','<!-- wp:image {\"id\":6196} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Health-Ministry-Christopher-Tufton-1024x683.jpg\" alt=\"\" class=\"wp-image-6196\" /><figcaption>Minister of Health and Wellness, Dr Christopher Tufton (right), addresses the media at the Ministry’s Quarterly Press Briefing, held on Tuesday (August 27), at the Ministry’s head office in New Kingston. At left is Permanent Secretary, Dunston Bryan. (Photo: JIS) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In an effort to\neliminate Aedes aegypti mosquitoes that cause the spread of dengue, the\nMinistry of Health and Wellness, through the National Health Fund (NHF), will\nbe spending $130 million on activities geared towards clearing breeding sites.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This announcement was made by the Minister of Health and Wellness, Dr Christopher Tufton, at his Quarterly Press Briefing, on Tuesday, at the Ministry\'s head office in New Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that for\nthis initiative, the Ministry will be collaborating with the National Solid\nWaste Management Authority (NSWMA) and the parish councils, through the Local\nGovernment Ministry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have agreed, and\nwe’ll be mobilising $130 million to these agencies for critical support in the\nfield,” Tufton said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In the case of parish\ncouncils, they have councillors, they have an organisational structure at the\nlocal level and, of course, the NSWMA is critical, because of the impact of\nsolid waste as breeding sites for mosquitoes.”</p>\n<!-- /wp:paragraph -->','$130 million allocated to clear mosquito breeding sites','','publish','open','closed','','130-million-allocated-to-clear-mosquito-breeding-sites','','','2019-08-28 10:05:24','2019-08-28 15:05:24','',0,'https://buzz-caribbean.com/?p=6195',0,'post','',0),(6196,9,'2019-08-28 09:51:13','2019-08-28 14:51:13','','Health-Ministry-Christopher-Tufton','','inherit','open','closed','','health-ministry-christopher-tufton','','','2019-08-28 15:52:20','2019-08-28 20:52:20','',6195,'https://buzz-caribbean.com/app/uploads/2019/08/Health-Ministry-Christopher-Tufton.jpg',0,'attachment','image/jpeg',0),(6197,9,'2019-08-28 10:05:08','2019-08-28 15:05:08','<!-- wp:image {\"id\":6196} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Health-Ministry-Christopher-Tufton-1024x683.jpg\" alt=\"\" class=\"wp-image-6196\" /><figcaption>Minister of Health and Wellness, Dr Christopher Tufton (right), addresses the media at the Ministry’s Quarterly Press Briefing, held on Tuesday (August 27), at the Ministry’s head office in New Kingston. At left is Permanent Secretary, Dunston Bryan. (Photo: JIS) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In an effort to\neliminate Aedes aegypti mosquitoes that cause the spread of dengue, the\nMinistry of Health and Wellness, through the National Health Fund (NHF), will\nbe spending $130 million on activities geared towards clearing breeding sites.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This announcement was made by the Minister of Health and Wellness, Dr Christopher Tufton, at his Quarterly Press Briefing, on Tuesday, at the Ministry\'s head office in New Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that for\nthis initiative, the Ministry will be collaborating with the National Solid\nWaste Management Authority (NSWMA) and the parish councils, through the Local\nGovernment Ministry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have agreed, and\nwe’ll be mobilising $130 million to these agencies for critical support in the\nfield,” Tufton said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In the case of parish\ncouncils, they have councillors, they have an organisational structure at the\nlocal level and, of course, the NSWMA is critical, because of the impact of\nsolid waste as breeding sites for mosquitoes.”</p>\n<!-- /wp:paragraph -->','$130 million allocated to clear mosquito breeding sites','','inherit','closed','closed','','6195-revision-v1','','','2019-08-28 10:05:08','2019-08-28 15:05:08','',6195,'https://buzz-caribbean.com/article/6195-revision-v1/',0,'revision','',0),(6199,21,'2019-08-28 10:32:43','2019-08-28 15:32:43','<!-- wp:image {\"id\":6200} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ed-Sheeran-20190828-C.jpg\" alt=\"\" class=\"wp-image-6200\" /><figcaption>Ed Sheeran</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ed Sheeran is taking a break from touring for \"18 months\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 28-year-old musician wrapped up his lengthy \'Divide Tour\' with a show in Chantry Park, Ipswich, on Monday, and has said the performance not only marked the last gig of the tour, but also his last for the next year and a half, as he plans to take a break.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"There is something very bittersweet about it.\"</p><cite>— Ed Sheeran</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking on stage, he said: \"As you may or not know, I\'ve been on the Divide tour for over two years now, and this is the last day of the whole thing. There is something very bittersweet about it. I love that you guys are here, and we are ending it in Ipswich. This is my last gig for probably 18 months.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Castle on the Hill</strong> hitmaker has played to around nine million people on his extensive tour, which was recently named the biggest tour ever, - and Ed likened the end of the chapter to \"breaking up with a girlfriend.\"</p>\n<!-- /wp:paragraph -->','Ed Sheeran taking 18-month break','','publish','open','closed','','ed-sheeran-taking-18-month-break','','','2019-08-28 10:32:44','2019-08-28 15:32:44','',0,'https://buzz-caribbean.com/?p=6199',0,'post','',0),(6200,9,'2019-08-28 10:28:12','2019-08-28 15:28:12','','Ed-Sheeran','','inherit','open','closed','','ed-sheeran-20190828-c','','','2019-08-28 17:55:11','2019-08-28 22:55:11','',6199,'https://buzz-caribbean.com/app/uploads/2019/08/Ed-Sheeran-20190828-C.jpg',0,'attachment','image/jpeg',0),(6201,9,'2019-08-28 10:32:08','2019-08-28 15:32:08','<!-- wp:image {\"id\":6200} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ed-Sheeran-20190828-C.jpg\" alt=\"\" class=\"wp-image-6200\" /><figcaption>Ed Sheeran</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ed Sheeran is taking a break from touring for \"18 months\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 28-year-old musician wrapped up his lengthy \'Divide Tour\' with a show in Chantry Park, Ipswich, on Monday, and has said the performance not only marked the last gig of the tour, but also his last for the next year and a half, as he plans to take a break.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"There is something very bittersweet about it.\"</p><cite>— Ed Sheeran</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking on stage, he said: \"As you may or not know, I\'ve been on the Divide tour for over two years now, and this is the last day of the whole thing. There is something very bittersweet about it. I love that you guys are here, and we are ending it in Ipswich. This is my last gig for probably 18 months.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Castle on the Hill</strong> hitmaker has played to around nine million people on his extensive tour, which was recently named the biggest tour ever, - and Ed likened the end of the chapter to \"breaking up with a girlfriend.\"</p>\n<!-- /wp:paragraph -->','Ed Sheeran taking 18-month break','','inherit','closed','closed','','6199-revision-v1','','','2019-08-28 10:32:08','2019-08-28 15:32:08','',6199,'https://buzz-caribbean.com/article/6199-revision-v1/',0,'revision','',0),(6203,11,'2019-08-28 11:43:59','2019-08-28 16:43:59','<!-- wp:paragraph -->\n<p>Iconic reggae group, Third World, had their most recent compilation <em>More Work To Be Done</em>, debuting at number three on the Billboard Reggae Charts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6211} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Third-World-Billboard-Reggae-Chart-BUZZ.jpg\" alt=\"\" class=\"wp-image-6211\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The album produced by multiple Grammy award-winning artiste and producer, Damian \'Jr Gong\' Marley, features collaborations with Tessanne Chin, Chronixx, Tarrus Riley, Busy Signal, Pressure Busspipe and Jr Gong.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5498,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Damian-Marley-Portrait.jpg\" alt=\"\" class=\"wp-image-5498\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is the first full studio album by the group since the death of the group\'s lead vocalist William \'Bunny Rugs\' Clark, who passed away in 2014.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6212} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Third-World-Bunny-Rugs-BUZZ.jpg\" alt=\"\" class=\"wp-image-6212\" /><figcaption>William \'Bunny Rugs\' Clark</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With 45 years of experience under their belt, the legendary group launched their 22nd album on August 15 at the Bob Marley Museum in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4477} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/NEW-Third-World-B-1024x684.jpg\" alt=\"\" class=\"wp-image-4477\" /></figure>\n<!-- /wp:image -->','Third World debuts at no. 3 on Billboard Reggae chart','','publish','open','closed','','third-world-debuts-at-no-3-on-billboard-reggae-chart','','','2019-08-28 11:44:00','2019-08-28 16:44:00','',0,'https://buzz-caribbean.com/?p=6203',0,'post','',0),(6204,23,'2019-08-28 11:27:14','2019-08-28 16:27:14','<!-- wp:image {\"id\":6205} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Usain-Bolt-rhythm.jpg\" alt=\"\" class=\"wp-image-6205\" /><figcaption>From left: Usain Bolt poses with Culture Minister Olivia Grange, Ricardo \'Bibi\' Gardner, Christopher Martin and Munga Honourable during the launch of the \'Olympe Rose\' Rhythm in July. (Photo: Sleek Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The video medley for Usain\nBolt’s ‘Olympe Rose’ Rhythm is set to premiere on Billboard.com on Wednesday, August\n28.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The athletic star made the disclosure on his Instagram page on Tuesday. Similar announcements were made by artistes on the rhythm like Munga Honourable, Ricardo ‘Bibi’ Gardner, Christopher Martin, Ding Dong and Dexta Daps.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1osjeZFk2-/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1osjeZFk2-/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“Olympe Rosé Riddim video world premier coming your way soon <a href=\"https://www.instagram.com/usainbolt/\">@usainbolt</a>. Give thanks for all who supporting. Love goes out to everyone else same way from our hearts to yours.  #Outofmanyonepeople World Love,” Gardner said on Instagram a few days ago. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Produced by Rajah Nelson,\nthe ‘Olympe Rose’ Rhythm features tracks like <strong>Top A Di Top</strong> by Ding Dong,\n<strong>Mount A Gyal</strong> by Ricardo ‘Bibi’ Gardner, <strong>Dweet</strong> by Christopher\nMartin, <strong>Weekend</strong> by Munga Honourable and Dexta Daps’ <strong>Big Moves</strong>. </p>\n<!-- /wp:paragraph -->','Usain Bolt’s ‘Olympe Rose’ video medley to premiere on Billboard','','publish','open','closed','','usain-bolts-olympe-rose-video-medley-to-premiere-on-billboard','','','2019-08-28 11:27:16','2019-08-28 16:27:16','',0,'https://buzz-caribbean.com/?p=6204',0,'post','',0),(6205,9,'2019-08-28 11:19:53','2019-08-28 16:19:53','','Usain-Bolt-rhythm','','inherit','open','closed','','usain-bolt-rhythm','','','2019-08-28 11:19:53','2019-08-28 16:19:53','',6204,'https://buzz-caribbean.com/app/uploads/2019/08/Usain-Bolt-rhythm.jpg',0,'attachment','image/jpeg',0),(6206,23,'2019-08-28 12:32:25','2019-08-28 17:32:25','<!-- wp:image {\"id\":6210} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dr-dayton-campbell-1024x768.jpg\" alt=\"\" class=\"wp-image-6210\" /><figcaption>Dr Dayton Campbell listens to a supporter.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr Dayton Campbell is accusing North Trelawny Member of Parliament Victor Wright of hypocrisy after the MP declared his support for PNP president Dr Peter Phillips. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Campbell is manager of the Rise United campaign of PNP presidential aspirant Peter Bunting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wright was returned as chairman of Region Six during the Regional Executive Council (REC) in Trelawny Sunday. He immediately declared his support for Dr Phillips in the presidential election scheduled for Saturday,&nbsp;September 7.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"A see them a come with them little styling and them little slackness and it naw go work. I was at Region One meeting [Sunday] and when the meeting done me see me brethren Victor send out endorsement fe Dr Phillips. If they were confident about Region One him should a send it before and see if him would go back as region chair,\" Campbell said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'Me no like people who you can\'t trust.\'</p><cite>— Dr Dayton Campbell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":6207} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190827-WA0001-1024x768.jpg\" alt=\"\" class=\"wp-image-6207\" /><figcaption>MP Victor Wright (left) speaking with supporters following the Region Six meeting in Trelawny.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"Gimmicks thing them a go on with and me no like people who you can\'t trust. Because Victor tell me say Dr Phillips don\'t even talk to him so him can\'t vote fe him. Me no inna the hypocrisy business inna dis. And if unno want go tek North East St Ann and give somebody else and me go practice medicine, but me ago talk the truth me no inn no hypocrisy with nobody inna dis,\" Dr Campbell said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Campbell was speaking at the&nbsp;St James Central constituency conference at the Mt Salem Primary School Sunday night.</p>\n<!-- /wp:paragraph -->','Dayton Campbell cries hypocrisy after another MP declares support for Dr. Phillips','','publish','open','closed','','dayton-campbell-cries-hypocrisy-after-another-mp-declares-support-dr-phillips','','','2019-08-28 15:30:15','2019-08-28 20:30:15','',0,'https://buzz-caribbean.com/?p=6206',0,'post','',0),(6207,4,'2019-08-28 11:26:18','2019-08-28 16:26:18','','IMG-20190827-WA0001','','inherit','open','closed','','img-20190827-wa0001','','','2019-08-28 11:26:18','2019-08-28 16:26:18','',6206,'https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190827-WA0001.jpg',0,'attachment','image/jpeg',0),(6208,9,'2019-08-28 11:27:14','2019-08-28 16:27:14','<!-- wp:image {\"id\":6205} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Usain-Bolt-rhythm.jpg\" alt=\"\" class=\"wp-image-6205\" /><figcaption>From left: Usain Bolt poses with Culture Minister Olivia Grange, Ricardo \'Bibi\' Gardner, Christopher Martin and Munga Honourable during the launch of the \'Olympe Rose\' Rhythm in July. (Photo: Sleek Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The video medley for Usain\nBolt’s ‘Olympe Rose’ Rhythm is set to premiere on Billboard.com on Wednesday, August\n28.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The athletic star made the disclosure on his Instagram page on Tuesday. Similar announcements were made by artistes on the rhythm like Munga Honourable, Ricardo ‘Bibi’ Gardner, Christopher Martin, Ding Dong and Dexta Daps.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1osjeZFk2-/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1osjeZFk2-/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“Olympe Rosé Riddim video world premier coming your way soon <a href=\"https://www.instagram.com/usainbolt/\">@usainbolt</a>. Give thanks for all who supporting. Love goes out to everyone else same way from our hearts to yours.  #Outofmanyonepeople World Love,” Gardner said on Instagram a few days ago. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Produced by Rajah Nelson,\nthe ‘Olympe Rose’ Rhythm features tracks like <strong>Top A Di Top</strong> by Ding Dong,\n<strong>Mount A Gyal</strong> by Ricardo ‘Bibi’ Gardner, <strong>Dweet</strong> by Christopher\nMartin, <strong>Weekend</strong> by Munga Honourable and Dexta Daps’ <strong>Big Moves</strong>. </p>\n<!-- /wp:paragraph -->','Usain Bolt’s ‘Olympe Rose’ video medley to premiere on Billboard','','inherit','closed','closed','','6204-revision-v1','','','2019-08-28 11:27:14','2019-08-28 16:27:14','',6204,'https://buzz-caribbean.com/article/6204-revision-v1/',0,'revision','',0),(6209,9,'2019-08-28 11:27:15','2019-08-28 16:27:15','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1osjeZFk2-/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1osjeZFk2-/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1osjeZFk2-/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Olympe Rose’ Riddim Video Medley✨ World Premiere on @billboard .com ????? ? This Wednesday, August 28th ??????????? #TopADiTop #Dweet #BallaFiLife #Weekend #BigMoves</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/usainbolt/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Usain St.Leo Bolt</a> (@usainbolt) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-26T17:45:44+00:00\">Aug 26, 2019 at 10:45am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','8ada9f2b0c15a94d66ea59d18c092cf5','','','2019-08-28 11:27:15','2019-08-28 16:27:15','',0,'https://buzz-caribbean.com/article/8ada9f2b0c15a94d66ea59d18c092cf5/',0,'oembed_cache','',0),(6210,4,'2019-08-28 11:29:09','2019-08-28 16:29:09','','Dr Dayton Campbell','','inherit','open','closed','','dr-dayton-campbell','','','2019-08-28 17:54:45','2019-08-28 22:54:45','',6206,'https://buzz-caribbean.com/app/uploads/2019/08/dr-dayton-campbell.jpg',0,'attachment','image/jpeg',0),(6211,11,'2019-08-28 11:31:37','2019-08-28 16:31:37','','Third-World-Billboard-Reggae-Chart-BUZZ','','inherit','open','closed','','third-world-billboard-reggae-chart-buzz','','','2019-08-28 11:31:37','2019-08-28 16:31:37','',6203,'https://buzz-caribbean.com/app/uploads/2019/08/Third-World-Billboard-Reggae-Chart-BUZZ.jpg',0,'attachment','image/jpeg',0),(6212,11,'2019-08-28 11:33:33','2019-08-28 16:33:33','','Bunny Rugs','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera','','','2019-08-28 17:52:21','2019-08-28 22:52:21','',6203,'https://buzz-caribbean.com/app/uploads/2019/08/Third-World-Bunny-Rugs-BUZZ.jpg',0,'attachment','image/jpeg',0),(6213,9,'2019-08-28 11:35:51','2019-08-28 16:35:51','','D Angel','','inherit','open','closed','','d-angel','','','2019-08-28 17:51:53','2019-08-28 22:51:53','',6057,'https://buzz-caribbean.com/app/uploads/2019/08/D-Angel.jpg',0,'attachment','image/jpeg',0),(6214,9,'2019-08-28 11:36:08','2019-08-28 16:36:08','<!-- wp:paragraph -->\n<p>Dancehall artiste Michelle “D’Angel” Downer seems to have drunk from, or taken a bath in the proverbial \'Fountain of Youth\' because physically, the Spanish Town native is in top form.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6061,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DAngel-2.jpg\" alt=\"\" class=\"wp-image-6061\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 41-year-old has been heating up Instagram with some radiant photos of herself in which she shows off her statuesque physique, as she continues to, as she claims, age gracefully.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6062,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DAngel-3.jpg\" alt=\"\" class=\"wp-image-6062\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>D’Angel’s latest Instagram post has left many of her 286,000 fans mesmerized. The former Miguel model posted a photo of herself in a multicoloured bikini swimsuit yesterday which she took at the Jewel Paradise Cove Resort and Spa where she has been staycationing with her son Marco Dean. Her photo evoked responses from numerous persons, including none other than former supermodel Althea Laing.&nbsp;Can D’Angel get a ‘wow’?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6060,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DAngel-1.jpg\" alt=\"\" class=\"wp-image-6060\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The leggy mother of one has been making numerous posts about ageing since June and says she will never undergo surgery, noting that she is not ashamed of ageing. According to her, ageing is an inevitable process which comes with growth and maturity and must be embraced.&nbsp; For the artiste, her beauty regimen is very simple and surrounds taking care of her skin and drinking lots of water.&nbsp; Oftentimes she hits the gym.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6063,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DAngel-4.jpg\" alt=\"\" class=\"wp-image-6063\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She also recommends that women stay natural and allow themselves to age gracefully without fear and without trying to do artificial enhancements to reverse the process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6064,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DAngel-5.jpg\" alt=\"\" class=\"wp-image-6064\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>D’Angel, who turns 42 next April, was recruited as a fashion model in the 1990s and was a contestant in the Miss Jamaica Fashion Model pageant making the top five, and copped sectional prizes for Best Legs and Most Congenial.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6065,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DAngel-6.jpg\" alt=\"\" class=\"wp-image-6065\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>During those days she landed modelling\ngigs with international clothing brand Rocawear and placed second in the\nBarbizon High Fashion modelling competition in the US, where she was the only\nblack model. </p>\n<!-- /wp:paragraph -->','D\'Angel still runway-ready: Dancehall star says women should age gracefully','','inherit','closed','closed','','6057-revision-v1','','','2019-08-28 11:36:08','2019-08-28 16:36:08','',6057,'https://buzz-caribbean.com/article/6057-revision-v1/',0,'revision','',0),(6215,11,'2019-08-28 11:43:36','2019-08-28 16:43:36','','Third World Album Cover','','inherit','open','closed','','album-cover-more-work-to-be-done-third-world','','','2019-08-28 17:49:52','2019-08-28 22:49:52','',6203,'https://buzz-caribbean.com/app/uploads/2019/08/Album-Cover-More-Work-To-Be-Done-Third-World.jpg',0,'attachment','image/jpeg',0),(6216,11,'2019-08-28 11:43:59','2019-08-28 16:43:59','<!-- wp:paragraph -->\n<p>Iconic reggae group, Third World, had their most recent compilation <em>More Work To Be Done</em>, debuting at number three on the Billboard Reggae Charts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6211} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Third-World-Billboard-Reggae-Chart-BUZZ.jpg\" alt=\"\" class=\"wp-image-6211\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The album produced by multiple Grammy award-winning artiste and producer, Damian \'Jr Gong\' Marley, features collaborations with Tessanne Chin, Chronixx, Tarrus Riley, Busy Signal, Pressure Busspipe and Jr Gong.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5498,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Damian-Marley-Portrait.jpg\" alt=\"\" class=\"wp-image-5498\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is the first full studio album by the group since the death of the group\'s lead vocalist William \'Bunny Rugs\' Clark, who passed away in 2014.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6212} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Third-World-Bunny-Rugs-BUZZ.jpg\" alt=\"\" class=\"wp-image-6212\" /><figcaption>William \'Bunny Rugs\' Clark</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With 45 years of experience under their belt, the legendary group launched their 22nd album on August 15 at the Bob Marley Museum in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4477} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/NEW-Third-World-B-1024x684.jpg\" alt=\"\" class=\"wp-image-4477\" /></figure>\n<!-- /wp:image -->','Third World debuts at no. 3 on Billboard Reggae chart','','inherit','closed','closed','','6203-revision-v1','','','2019-08-28 11:43:59','2019-08-28 16:43:59','',6203,'https://buzz-caribbean.com/article/6203-revision-v1/',0,'revision','',0),(6218,21,'2019-08-28 13:06:17','2019-08-28 18:06:17','<!-- wp:image {\"id\":4349} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-spend-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-4349\" /><figcaption>Andrew Holness </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister Andrew Holness took to social media recently to commend volunteers and members of the Jamaica Defense Force for relocating a number of Jamaican iguanas to the Hellshire Hills.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I want to thank the enthusiastic volunteers, along with the Jamaica Defence Force, for successfully relocating the Jamaican Iguanas to their new home within the Hellshire Hills in St Catherine,” he said recently. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6220} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jamaican-iguana-.jpg\" alt=\"\" class=\"wp-image-6220\" /><figcaption>The Jamaican Iguana with its brown colour is not to be confused with the green-coloured invasive species in Florida and Cayman Islands. (Photo: <a href=\"https://undpjamaica.exposure.co/\">undpjamaica.exposure.co</a>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The iguanas were once thought to be extinct, but a small colony of them were found living in the Hellshire Hills in the 1990s. Since then, much work has gone into keeping the species alive and well. It is against this backdrop that the team of volunteers, which included persons from the Urban Development Corporation, National Environment and Planning Agency, Hope Zoo and the International Iguana Foundation, came together and released 14 of the animals into the area deemed most suitable for their continued existence.</p>\n<!-- /wp:paragraph -->','PM pleased with efforts to relocate iguanas','','publish','open','closed','','pm-pleased-with-efforts-to-relocate-iguanas','','','2019-08-28 13:06:17','2019-08-28 18:06:17','',0,'https://buzz-caribbean.com/?p=6218',0,'post','',0),(6219,9,'2019-08-28 12:16:56','2019-08-28 17:16:56','','Iguana','','inherit','open','closed','','iguana21','','','2019-08-28 17:49:10','2019-08-28 22:49:10','',6218,'https://buzz-caribbean.com/app/uploads/2019/08/iguana21.jpg',0,'attachment','image/jpeg',0),(6220,9,'2019-08-28 12:22:03','2019-08-28 17:22:03','','Jamaican iguana','','inherit','open','closed','','jamaican-iguana','','','2019-08-28 17:48:50','2019-08-28 22:48:50','',6218,'https://buzz-caribbean.com/app/uploads/2019/08/Jamaican-iguana-.jpg',0,'attachment','image/jpeg',0),(6221,4,'2019-08-28 12:32:25','2019-08-28 17:32:25','<!-- wp:image {\"id\":6210} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dr-dayton-campbell-1024x768.jpg\" alt=\"\" class=\"wp-image-6210\" /><figcaption>Dr Dayton Campbell listens to a supporter.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr Dayton Campbell is accusing North Trelawny Member of Parliament Victor Wright of hypocrisy after the MP declared his support for PNP president Dr Peter Phillips. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Campbell is manager of the Rise United campaign of PNP presidential aspirant Peter Bunting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wright was returned as chairman of Region Six during the Regional Executive Council (REC) in Trelawny Sunday. He immediately declared his support for Dr Phillips in the presidential election scheduled for Saturday, September 7.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"A see them a come with them little styling and them little slackness and it naw go work. I was at Region One meeting [Sunday] and when the meeting done me see me brethren Victor send out endorsement fe Dr Phillips. If they were confident about Region One him should a send it before and see if him would go back as region chair,\" Campbell said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'Me no like people who you can\'t trust.\'</p><cite>— Dr Dayton Campbell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":6207} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190827-WA0001-1024x768.jpg\" alt=\"\" class=\"wp-image-6207\" /><figcaption>MP Victor Wright (left) speaking with supporters following the Region Six meeting in Trelawny.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"Gimmicks thing them a go on with and me no like people who you can\'t trust. Because Victor tell me say Dr Phillips don\'t even talk to him so him can\'t vote fe him. Me no inna the hypocrisy business inna dis. And if unno want go tek North East St Ann and give somebody else and me go practice medicine, but me ago talk the truth me no inn no hypocrisy with nobody inna dis,\" Dr Campbell said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Campbell was speaking at the St James Central constituency conference at the Mt Salem Primary School Sunday night.</p>\n<!-- /wp:paragraph -->','Dayton Campbell cries hypocrisy after another MP declares support Dr Phillips','','inherit','closed','closed','','6206-revision-v1','','','2019-08-28 12:32:25','2019-08-28 17:32:25','',6206,'https://buzz-caribbean.com/article/6206-revision-v1/',0,'revision','',0),(6222,23,'2019-08-28 15:52:58','2019-08-28 20:52:58','<!-- wp:image {\"id\":6232} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_5692-1024x686.jpg\" alt=\"\" class=\"wp-image-6232\" /><figcaption>A section of the scenic Roaring River community.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is said that not many places in Jamaica can be compared to the beauty and tranquillity of Roaring River in Westmoreland. In fact, some would have you believe that the Garden of Eden was a replica of Roaring River. Take that, Portland! Wink-wink.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The central Westmoreland watershed community spreads from the mountains and stretches all the way to Georges Plain. It is one of the most alluring natural places of interest in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6240} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_5680-1024x797.jpg\" alt=\"\" class=\"wp-image-6240\" /><figcaption>Writer Claudia Gardner enjoying the beauty of Roaring River.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is just a few minutes from Savanna-la-Mar and only about 30 minutes from Negril.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Rastafari influence is strong in Roaring River where the saying goes, \"Ital is vital.\" That is perhaps why, in order to experience the wonders of the community, there is no better way than via a RastaSafari adventure tour, whether driving one of their ARVs or being chauffeured by one of the guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6231} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rastasafari-tour-guide-Marvin-Clayton-1024x703.jpg\" alt=\"\" class=\"wp-image-6231\" /><figcaption>Marvin Clayton, leads tours with ARVs like this one for the RastaSafari community excursion.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>RastaSafari offers eco, adventure, community and wellness tourism.&nbsp;The tour begins at Janice Williams’ shop, where Blue Mountain coffee beans are roasted and sold.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A small footbridge leads from the lawn at Janice’s\nspot to a footpath, which takes you up to the starting point for the one-of-kind\nARV ride.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The three-hour tour spans lush green forests, crystal-clear streams, springs, rivulets and natural pools, which are perfect for even non-swimmers. The tour leads through old cane fields on the plains, where outstanding views of the pristine green mountain peaks dubbed Jack, Jill and Bill, can be seen.&nbsp; These three are among the source of the springs, which supply potable water to almost every citizen in Westmoreland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6234} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/RastaSafari-Jack-Jill-and-Bill-mountain-peak-1024x635.jpg\" alt=\"\" class=\"wp-image-6234\" /><figcaption>The famous three mountain peaks dubbed Jack, Jill and Bill are used as landmarks by fishermen in Savanna-la-Mar.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are many fruits to sample during the tour. These include guineps, mangoes, plums and rose apples. No Rasta tour would be complete without the herb, and so of course, one of the highlights is a walk-through of a small ganja farm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After weaving your way around through mainly\nunspoiled, virgin territory, the tour climaxes with a Rastafarian vegan\ncomprising in-season fruits, rice and beans, breadfruit, avocado, vege-chunks,\nackee, coconut bean stew and natural juices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6246} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/roaring-river-river-1024x658.jpg\" alt=\"\" class=\"wp-image-6246\" /><figcaption>River bathing is a common occurrence in Roaring River and swimming is one of the major activities guests enjoy.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you have an interest in birds and bird-watching, then this is the place for it. Birds are everywhere, many of which are endemic species. These include the Streamer-tailed Hummingbird, woodpeckers the West Indian Whistling Duck and the grassquit. Even the endemic Jamaican slider turtle still makes Roaring River its home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a place where you can live even if you own nothing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Beauty roars: Take a trip through the scenic Roaring River','','publish','open','closed','','beauty-roars-take-a-trip-through-the-scenic-roaring-river','','','2019-08-28 15:52:59','2019-08-28 20:52:59','',0,'https://buzz-caribbean.com/?p=6222',0,'post','',0),(6223,9,'2019-08-28 13:05:03','2019-08-28 18:05:03','<!-- wp:image {\"id\":4349} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-spend-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-4349\" /><figcaption>Andrew Holness </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister Andrew Holness took to social media recently to commend volunteers and members of the Jamaica Defense Force for relocating a number of Jamaican iguanas to the Hellshire Hills.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I want to thank the enthusiastic volunteers, along with the Jamaica Defence Force, for successfully relocating the Jamaican Iguanas to their new home within the Hellshire Hills in St Catherine,” he said recently. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6220} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jamaican-iguana-.jpg\" alt=\"\" class=\"wp-image-6220\" /><figcaption>The Jamaican Iguana with its brown colour is not to be confused with the green-coloured invasive species in Florida and Cayman Islands. (Photo: <a href=\"https://undpjamaica.exposure.co/\">undpjamaica.exposure.co</a>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The iguanas were once thought to be extinct, but a small colony of them were found living in the Hellshire Hills in the 1990s. Since then, much work has gone into keeping the species alive and well. It is against this backdrop that the team of volunteers, which included persons from the Urban Development Corporation, National Environment and Planning Agency, Hope Zoo and the International Iguana Foundation, came together and released 14 of the animals into the area deemed most suitable for their continued existence.</p>\n<!-- /wp:paragraph -->','PM pleased with efforts to relocate iguanas','','inherit','closed','closed','','6218-revision-v1','','','2019-08-28 13:05:03','2019-08-28 18:05:03','',6218,'https://buzz-caribbean.com/article/6218-revision-v1/',0,'revision','',0),(6225,4,'2019-08-28 13:48:48','2019-08-28 18:48:48','<!-- wp:paragraph -->\n<p>It is said that not many places in Jamaica can be compared in beauty and tranquility of Roaring River in Westmoreland. In fact, some would have you believe that God created Roaring River then made Jamaica around it. Take that Portland! Wink-wink.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The central Westmoreland watershed community spreads from the mountains and stretches all the way to Georges Plain. It is one of the most alluring natural places of interest in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is just a few minutes from Savanna-la-Mar and only about 30 minutes from Negril.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Rastafari influence is strong in Roaring River where the saying goes, \"Ital is vital.\" That is perhaps why, in order to experience the wonders of the community, there is no better way, than via a RastaSafari adventure tour, whether driving one of their ARVs yourself or being chauffeured by one of the guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>ADD PHOTO OF RASTA SAFARI</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>RastaSafari offers eco, adventure, community and wellness tourism.&nbsp;The tour begins at Janice Williams’ shop, where she roasts and sells Blue Mountain coffee beans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A small footbridge leads from the lawn at Janice’s\nspot to a footpath, which takes you up to the starting point for the one-of-kind\nARV ride.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The three-hour tour spans lush green forests, crystal-clear streams, springs, rivulets and natural pools, which are perfect for even non-swimmers. It leads through old cane fields on the plains, where outstanding views of the pristine green mountain peaks dubbed Jack, Jill and Bill, can be seen.&nbsp; These three are among the source of the springs, which supply potable water to almost every citizen in Westmoreland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>ADD PIC OF JACK,  JILL AND BILL PEAK</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are many fruits to sample during the tour. from guineps, to mangoes, plums, rose apples everything is in abundance.  No Rasta tour could be complete without the healing herb though, and so of course, one of the highlights is a walk-through of a small, but sprightly ganja farm. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After weaving your way around through mainly\nunspoiled, virgin territory, the tour climaxes with a Rastafarian vegan\ncomprising in-season fruits, rice and beans, breadfruit, avocado, vege-chunks,\nackee, coconut bean stew and natural juices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you have an interest in birds and bird-watching,\nthen this is the place for it. &nbsp;&nbsp;Birds\nare everywhere, many of which are endemic species such as the Streamer-tailed\nHummingbird, woodpeckers the West Indian Whistling Duck and the very famous grass-quit.&nbsp; Even the endemic Jamaican slider turtle still\nmakes Roaring River its home. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And if that is not enough, there is food everywhere,\nfruits and fish in the river; honey from the myriad of wild bees which make\ntheir hives in trees within the forests.&nbsp;\nAnd if that too, is not enough there are kind people everywhere.&nbsp; It is a place you can survive and live well, even\nif you own nothing.</p>\n<!-- /wp:paragraph -->','Beauty roars: Take a trip through the scenic Roaring River','','inherit','closed','closed','','6222-revision-v1','','','2019-08-28 13:48:48','2019-08-28 18:48:48','',6222,'https://buzz-caribbean.com/article/6222-revision-v1/',0,'revision','',0),(6226,4,'2019-08-28 13:56:19','2019-08-28 18:56:19','<!-- wp:paragraph -->\n<p>It is said that not many places in Jamaica can be compared in beauty and tranquility of Roaring River in Westmoreland. In fact, some would have you believe that God created Roaring River then made Jamaica around it. Take that Portland! Wink-wink.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The central Westmoreland watershed community spreads from the mountains and stretches all the way to Georges Plain. It is one of the most alluring natural places of interest in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is just a few minutes from Savanna-la-Mar and only about 30 minutes from Negril.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Rastafari influence is strong in Roaring River where the saying goes, \"Ital is vital.\" That is perhaps why, in order to experience the wonders of the community, there is no better way, than via a RastaSafari adventure tour, whether driving one of their ARVs yourself or being chauffeured by one of the guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>ADD PHOTO OF RASTA SAFARI</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>RastaSafari offers eco, adventure, community and wellness tourism.&nbsp;The tour begins at Janice Williams’ shop, where she roasts and sells Blue Mountain coffee beans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A small footbridge leads from the lawn at Janice’s\nspot to a footpath, which takes you up to the starting point for the one-of-kind\nARV ride.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The three-hour tour spans lush green forests, crystal-clear streams, springs, rivulets and natural pools, which are perfect for even non-swimmers. It leads through old cane fields on the plains, where outstanding views of the pristine green mountain peaks dubbed Jack, Jill and Bill, can be seen.&nbsp; These three are among the source of the springs, which supply potable water to almost every citizen in Westmoreland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>ADD PIC OF JACK,  JILL AND BILL PEAK</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are many fruits to sample during the tour. These include guineps, mangoes, plums and rose apples. No Rasta tour would be complete without the herb though, and so of course, one of the highlights is a walk-through of a small ganja farm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Ganja pix</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After weaving your way around through mainly\nunspoiled, virgin territory, the tour climaxes with a Rastafarian vegan\ncomprising in-season fruits, rice and beans, breadfruit, avocado, vege-chunks,\nackee, coconut bean stew and natural juices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you have an interest in birds and bird-watching, then this is the place for it. Birds are everywhere, many of which are endemic species. These include the Streamer-tailed Hummingbird, woodpeckers the West Indian Whistling Duck and the grass-quit.  Even the endemic Jamaican slider turtle still makes Roaring River its home. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And if that is not enough, there is food everywhere,\nfruits and fish in the river; honey from the myriad of wild bees which make\ntheir hives in trees within the forests.&nbsp;\nAnd if that too, is not enough there are kind people everywhere.&nbsp; It is a place you can survive and live well, even\nif you own nothing.</p>\n<!-- /wp:paragraph -->','Beauty roars: Take a trip through the scenic Roaring River','','inherit','closed','closed','','6222-revision-v1','','','2019-08-28 13:56:19','2019-08-28 18:56:19','',6222,'https://buzz-caribbean.com/article/6222-revision-v1/',0,'revision','',0),(6227,4,'2019-08-28 13:57:28','2019-08-28 18:57:28','<!-- wp:paragraph -->\n<p>It is said that not many places in Jamaica can be compared in beauty and tranquility of Roaring River in Westmoreland. In fact, some would have you believe that God created Roaring River then made Jamaica around it. Take that Portland! Wink-wink.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The central Westmoreland watershed community spreads from the mountains and stretches all the way to Georges Plain. It is one of the most alluring natural places of interest in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is just a few minutes from Savanna-la-Mar and only about 30 minutes from Negril.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Rastafari influence is strong in Roaring River where the saying goes, \"Ital is vital.\" That is perhaps why, in order to experience the wonders of the community, there is no better way, than via a RastaSafari adventure tour, whether driving one of their ARVs yourself or being chauffeured by one of the guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>ADD PHOTO OF RASTA SAFARI</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>RastaSafari offers eco, adventure, community and wellness tourism.&nbsp;The tour begins at Janice Williams’ shop, where she roasts and sells Blue Mountain coffee beans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A small footbridge leads from the lawn at Janice’s\nspot to a footpath, which takes you up to the starting point for the one-of-kind\nARV ride.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The three-hour tour spans lush green forests, crystal-clear streams, springs, rivulets and natural pools, which are perfect for even non-swimmers. It leads through old cane fields on the plains, where outstanding views of the pristine green mountain peaks dubbed Jack, Jill and Bill, can be seen.&nbsp; These three are among the source of the springs, which supply potable water to almost every citizen in Westmoreland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>ADD PIC OF JACK,  JILL AND BILL PEAK</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are many fruits to sample during the tour. These include guineps, mangoes, plums and rose apples. No Rasta tour would be complete without the herb though, and so of course, one of the highlights is a walk-through of a small ganja farm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Ganja pix</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After weaving your way around through mainly\nunspoiled, virgin territory, the tour climaxes with a Rastafarian vegan\ncomprising in-season fruits, rice and beans, breadfruit, avocado, vege-chunks,\nackee, coconut bean stew and natural juices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you have an interest in birds and bird-watching, then this is the place for it. Birds are everywhere, many of which are endemic species. These include the Streamer-tailed Hummingbird, woodpeckers the West Indian Whistling Duck and the grassquit.  Even the endemic Jamaican slider turtle still makes Roaring River its home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a place you can live well, even if you own nothing.</p>\n<!-- /wp:paragraph -->','Beauty roars: Take a trip through the scenic Roaring River','','inherit','closed','closed','','6222-revision-v1','','','2019-08-28 13:57:28','2019-08-28 18:57:28','',6222,'https://buzz-caribbean.com/article/6222-revision-v1/',0,'revision','',0),(6228,4,'2019-08-28 14:10:14','2019-08-28 19:10:14','<!-- wp:paragraph -->\n<p>It is said that not many places in Jamaica can be compared to the beauty and tranquillity of Roaring River in Westmoreland. In fact, some would have you believe that God created Roaring River then made Jamaica around it. Take that, Portland! Wink-wink.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The central Westmoreland watershed community spreads from the mountains and stretches all the way to Georges Plain. It is one of the most alluring natural places of interest in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is just a few minutes from Savanna-la-Mar and only about 30 minutes from Negril.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Rastafari influence is strong in Roaring River where the saying goes, \"Ital is vital.\" That is perhaps why, in order to experience the wonders of the community, there is no better way, than via a RastaSafari adventure tour, whether driving one of their ARVs yourself or being chauffeured by one of the guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>ADD PHOTO OF RASTA SAFARI</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>RastaSafari offers eco, adventure, community and wellness tourism.&nbsp;The tour begins at Janice Williams’ shop, where she roasts and sells Blue Mountain coffee beans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A small footbridge leads from the lawn at Janice’s\nspot to a footpath, which takes you up to the starting point for the one-of-kind\nARV ride.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The three-hour tour spans lush green forests, crystal-clear streams, springs, rivulets and natural pools, which are perfect for even non-swimmers. It leads through old cane fields on the plains, where outstanding views of the pristine green mountain peaks dubbed Jack, Jill and Bill, can be seen.&nbsp; These three are among the source of the springs, which supply potable water to almost every citizen in Westmoreland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>ADD PIC OF JACK,  JILL AND BILL PEAK</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are many fruits to sample during the tour. These include guineps, mangoes, plums and rose apples. No Rasta tour would be complete without the herb though, and so of course, one of the highlights is a walk-through of a small ganja farm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Ganja pix</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After weaving your way around through mainly\nunspoiled, virgin territory, the tour climaxes with a Rastafarian vegan\ncomprising in-season fruits, rice and beans, breadfruit, avocado, vege-chunks,\nackee, coconut bean stew and natural juices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you have an interest in birds and bird-watching, then this is the place for it. Birds are everywhere, many of which are endemic species. These include the Streamer-tailed Hummingbird, woodpeckers the West Indian Whistling Duck and the grassquit.  Even the endemic Jamaican slider turtle still makes Roaring River its home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a place you can live well, even if you own nothing.</p>\n<!-- /wp:paragraph -->','Beauty roars: Take a trip through the scenic Roaring River','','inherit','closed','closed','','6222-revision-v1','','','2019-08-28 14:10:14','2019-08-28 19:10:14','',6222,'https://buzz-caribbean.com/article/6222-revision-v1/',0,'revision','',0),(6229,11,'2019-08-28 14:28:20','2019-08-28 19:28:20','','Beres-Hammond-Birthday-BUZZ','','inherit','open','closed','','beres-hammond-birthday-buzz','','','2019-08-28 17:48:29','2019-08-28 22:48:29','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Beres-Hammond-Birthday-BUZZ.png',0,'attachment','image/png',0),(6230,11,'2019-08-28 14:31:54','2019-08-28 19:31:54','','Beres Hammond Reggae BUZZ','','inherit','open','closed','','beres-hammond-reggae-buzz','','','2019-08-28 14:31:54','2019-08-28 19:31:54','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Beres-Hammond-Reggae-BUZZ.jpg',0,'attachment','image/jpeg',0),(6231,4,'2019-08-28 15:06:01','2019-08-28 20:06:01','','Rastasafari tour guide Marvin-Clayton','','inherit','open','closed','','rastasafari-tour-guide-marvin-clayton','','','2019-08-28 17:48:13','2019-08-28 22:48:13','',6222,'https://buzz-caribbean.com/app/uploads/2019/08/Rastasafari-tour-guide-Marvin-Clayton.jpg',0,'attachment','image/jpeg',0),(6232,4,'2019-08-28 15:06:02','2019-08-28 20:06:02','','DSC_5692','','inherit','open','closed','','dsc_5692','','','2019-08-28 15:06:02','2019-08-28 20:06:02','',6222,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_5692.jpg',0,'attachment','image/jpeg',0),(6233,4,'2019-08-28 15:07:55','2019-08-28 20:07:55','<!-- wp:image {\"id\":6232} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_5692-1024x686.jpg\" alt=\"\" class=\"wp-image-6232\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is said that not many places in Jamaica can be compared to the beauty and tranquillity of Roaring River in Westmoreland. In fact, some would have you believe that God created Roaring River then made Jamaica around it. Take that, Portland! Wink-wink.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The central Westmoreland watershed community spreads from the mountains and stretches all the way to Georges Plain. It is one of the most alluring natural places of interest in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is just a few minutes from Savanna-la-Mar and only about 30 minutes from Negril.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Rastafari influence is strong in Roaring River where the saying goes, \"Ital is vital.\" That is perhaps why, in order to experience the wonders of the community, there is no better way than via a RastaSafari adventure tour, whether driving one of their ARVs yourself or being chauffeured by one of the guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6231} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rastasafari-tour-guide-Marvin-Clayton-1024x703.jpg\" alt=\"\" class=\"wp-image-6231\" /><figcaption>Marvin Clayton, leads tours with ARVs like this one for the RastaSafari community excursion.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>RastaSafari offers eco, adventure, community and wellness tourism. The tour begins at Janice Williams’ shop, where Blue Mountain coffee beans are roasted and sold.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A small footbridge leads from the lawn at Janice’s\nspot to a footpath, which takes you up to the starting point for the one-of-kind\nARV ride.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The three-hour tour spans lush green forests, crystal-clear streams, springs, rivulets and natural pools, which are perfect for even non-swimmers. The tour leads through old cane fields on the plains, where outstanding views of the pristine green mountain peaks dubbed Jack, Jill and Bill, can be seen.  These three are among the source of the springs, which supply potable water to almost every citizen in Westmoreland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>ADD PIC OF JACK,  JILL AND BILL PEAK</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are many fruits to sample during the tour. These include guineps, mangoes, plums and rose apples. No Rasta tour would be complete without the herb though, and so of course, one of the highlights is a walk-through of a small ganja farm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Ganja pix</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After weaving your way around through mainly\nunspoiled, virgin territory, the tour climaxes with a Rastafarian vegan\ncomprising in-season fruits, rice and beans, breadfruit, avocado, vege-chunks,\nackee, coconut bean stew and natural juices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you have an interest in birds and bird-watching, then this is the place for it. Birds are everywhere, many of which are endemic species. These include the Streamer-tailed Hummingbird, woodpeckers the West Indian Whistling Duck and the grassquit. Even the endemic Jamaican slider turtle still makes Roaring River its home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a place you can live well, even if you own nothing.</p>\n<!-- /wp:paragraph -->','Beauty roars: Take a trip through the scenic Roaring River','','inherit','closed','closed','','6222-revision-v1','','','2019-08-28 15:07:55','2019-08-28 20:07:55','',6222,'https://buzz-caribbean.com/article/6222-revision-v1/',0,'revision','',0),(6234,4,'2019-08-28 15:10:08','2019-08-28 20:10:08','','RastaSafari-Jack-Jill-and-Bill-mountain-peak','','inherit','open','closed','','rastasafari-jack-jill-and-bill-mountain-peak','','','2019-08-28 15:10:08','2019-08-28 20:10:08','',6222,'https://buzz-caribbean.com/app/uploads/2019/08/RastaSafari-Jack-Jill-and-Bill-mountain-peak.jpg',0,'attachment','image/jpeg',0),(6235,4,'2019-08-28 15:11:10','2019-08-28 20:11:10','<!-- wp:image {\"id\":6232} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_5692-1024x686.jpg\" alt=\"\" class=\"wp-image-6232\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is said that not many places in Jamaica can be compared to the beauty and tranquillity of Roaring River in Westmoreland. In fact, some would have you believe that God created Roaring River then made Jamaica around it. Take that, Portland! Wink-wink.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The central Westmoreland watershed community spreads from the mountains and stretches all the way to Georges Plain. It is one of the most alluring natural places of interest in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is just a few minutes from Savanna-la-Mar and only about 30 minutes from Negril.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Rastafari influence is strong in Roaring River where the saying goes, \"Ital is vital.\" That is perhaps why, in order to experience the wonders of the community, there is no better way than via a RastaSafari adventure tour, whether driving one of their ARVs yourself or being chauffeured by one of the guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6231} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rastasafari-tour-guide-Marvin-Clayton-1024x703.jpg\" alt=\"\" class=\"wp-image-6231\" /><figcaption>Marvin Clayton, leads tours with ARVs like this one for the RastaSafari community excursion.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>RastaSafari offers eco, adventure, community and wellness tourism. The tour begins at Janice Williams’ shop, where Blue Mountain coffee beans are roasted and sold.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A small footbridge leads from the lawn at Janice’s\nspot to a footpath, which takes you up to the starting point for the one-of-kind\nARV ride.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The three-hour tour spans lush green forests, crystal-clear streams, springs, rivulets and natural pools, which are perfect for even non-swimmers. The tour leads through old cane fields on the plains, where outstanding views of the pristine green mountain peaks dubbed Jack, Jill and Bill, can be seen.  These three are among the source of the springs, which supply potable water to almost every citizen in Westmoreland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6234} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/RastaSafari-Jack-Jill-and-Bill-mountain-peak-1024x635.jpg\" alt=\"\" class=\"wp-image-6234\" /><figcaption>The famous three mountain peaks dubbed Jack, Jill and Bill are used as landmarks by fishermen in Savanna-la-Mar.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>ADD PIC OF JACK,  JILL AND BILL PEAK</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are many fruits to sample during the tour. These include guineps, mangoes, plums and rose apples. No Rasta tour would be complete without the herb though, and so of course, one of the highlights is a walk-through of a small ganja farm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Ganja pix</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After weaving your way around through mainly\nunspoiled, virgin territory, the tour climaxes with a Rastafarian vegan\ncomprising in-season fruits, rice and beans, breadfruit, avocado, vege-chunks,\nackee, coconut bean stew and natural juices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you have an interest in birds and bird-watching, then this is the place for it. Birds are everywhere, many of which are endemic species. These include the Streamer-tailed Hummingbird, woodpeckers the West Indian Whistling Duck and the grassquit. Even the endemic Jamaican slider turtle still makes Roaring River its home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a place you can live well, even if you own nothing.</p>\n<!-- /wp:paragraph -->','Beauty roars: Take a trip through the scenic Roaring River','','inherit','closed','closed','','6222-revision-v1','','','2019-08-28 15:11:10','2019-08-28 20:11:10','',6222,'https://buzz-caribbean.com/article/6222-revision-v1/',0,'revision','',0),(6236,4,'2019-08-28 15:22:23','2019-08-28 20:22:23','<!-- wp:image {\"id\":6232} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_5692-1024x686.jpg\" alt=\"\" class=\"wp-image-6232\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is said that not many places in Jamaica can be compared to the beauty and tranquillity of Roaring River in Westmoreland. In fact, some would have you believe that God created Roaring River then made Jamaica around it. Take that, Portland! Wink-wink.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The central Westmoreland watershed community spreads from the mountains and stretches all the way to Georges Plain. It is one of the most alluring natural places of interest in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is just a few minutes from Savanna-la-Mar and only about 30 minutes from Negril. The Rastafari influence is strong in Roaring River where the saying goes, \"Ital is vital.\" That is perhaps why, in order to experience the wonders of the community, there is no better way than via a RastaSafari adventure tour, whether driving one of their ARVs yourself or being chauffeured by one of the guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6231} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rastasafari-tour-guide-Marvin-Clayton-1024x703.jpg\" alt=\"\" class=\"wp-image-6231\" /><figcaption>Marvin Clayton, leads tours with ARVs like this one for the RastaSafari community excursion.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>RastaSafari offers eco, adventure, community and wellness tourism. The tour begins at Janice Williams’ shop, where Blue Mountain coffee beans are roasted and sold.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A small footbridge leads from the lawn at Janice’s\nspot to a footpath, which takes you up to the starting point for the one-of-kind\nARV ride.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The three-hour tour spans lush green forests, crystal-clear streams, springs, rivulets and natural pools, which are perfect for even non-swimmers. The tour leads through old cane fields on the plains, where outstanding views of the pristine green mountain peaks dubbed Jack, Jill and Bill, can be seen.  These three are among the source of the springs, which supply potable water to almost every citizen in Westmoreland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6234} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/RastaSafari-Jack-Jill-and-Bill-mountain-peak-1024x635.jpg\" alt=\"\" class=\"wp-image-6234\" /><figcaption>The famous three mountain peaks dubbed Jack, Jill and Bill are used as landmarks by fishermen in Savanna-la-Mar.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>ADD PIC OF JACK,  JILL AND BILL PEAK</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are many fruits to sample during the tour. These include guineps, mangoes, plums and rose apples. No Rasta tour would be complete without the herb though, and so of course, one of the highlights is a walk-through of a small ganja farm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Ganja pix</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After weaving your way around through mainly\nunspoiled, virgin territory, the tour climaxes with a Rastafarian vegan\ncomprising in-season fruits, rice and beans, breadfruit, avocado, vege-chunks,\nackee, coconut bean stew and natural juices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you have an interest in birds and bird-watching, then this is the place for it. Birds are everywhere, many of which are endemic species. These include the Streamer-tailed Hummingbird, woodpeckers the West Indian Whistling Duck and the grassquit. Even the endemic Jamaican slider turtle still makes Roaring River its home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a place you can live well, even if you own nothing.</p>\n<!-- /wp:paragraph -->','Beauty roars: Take a trip through the scenic Roaring River','','inherit','closed','closed','','6222-revision-v1','','','2019-08-28 15:22:23','2019-08-28 20:22:23','',6222,'https://buzz-caribbean.com/article/6222-revision-v1/',0,'revision','',0),(6237,4,'2019-08-28 15:27:32','2019-08-28 20:27:32','<!-- wp:paragraph -->\n<p>Caribbean Designers are being invited to capitalize on the opportunity to showcase their talent at the next staging of the Scandinavian International Fashion Week (SIF), to be staged in Stockholm, Sweden, next summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This after a successful inaugural staging in July, which saw designers and models from across the globe, including Jamaica’s new model sensation, Chay Hanna, showcasing the best of their talents, in the northern European territory.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6156} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Chay-Hanna-1013x1024.jpg\" alt=\"\" class=\"wp-image-6156\" /><figcaption> Jamaican model Chay Hanna at Scandinavian International Fashion Week (SIF) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>CEO, and organiser of SIF, Sonja Anderson, still basking in the success of the event, said that \"We (are) offering Caribbean designers an opportunity to showcase their work here in Sweden, and explore the Scandinavian fashion industry,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anderson added, \"It will open our eyes to something different in a positive way. I believe we will enjoy the Caribbean influences very much and we will welcome you.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> To construct a piece of fabric from fantasy to fashion, that\'s magic, that\'s history and immortality.\"  </p><cite>—  Sonja Anderson,  CEO and organiser of SIF  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The spectacular event captured the imagination of designers across the globe, as they trekked from countries including Angola, Portugal, South Africa, Ukraine and Colombia to showcase their designs in Europe for the first time. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With better than expected participation and patronage, Miss Anderson told <strong>BUZZ </strong>that she expects greater participation and turnout for next year’s event. “Persons are already asking to be listed for next year’s show,\" she said, adding that despite July being the time of year that many choose to go on vacation, she’s still in awe at the turnout. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6158,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Anderson-473x1024.jpg\" alt=\"\" class=\"wp-image-6158\" /><figcaption>  Sonja Anderson,  CEO and organiser of SIF   </figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When asked if she would consider staging the fashion show elsewhere, Miss Anderson shared that “Stockholm will always be the base of this event, of course, but not the only one. We have other plans or wishes that we hope to be able to accomplish in the future.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An Angolan by birth, her parents were Diplomats who moved to Sweden when she was 7 years old to set up residence at the Angolan Embassy. Her mother, however, is a Fashion Designer, and so with that art in her DNA, she has sought through various means, throughout her life to express her love for fashion. \"When I create a piece, it takes me to another dimension. To construct a piece of fabric from, fantasy to fashion, that\'s magic, that\'s history and immortality.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article written by Stephanie Elliott</em></strong></p>\n<!-- /wp:paragraph -->','Caribbean designers invited to impress in Sweden','','inherit','closed','closed','','6154-revision-v1','','','2019-08-28 15:27:32','2019-08-28 20:27:32','',6154,'https://buzz-caribbean.com/article/6154-revision-v1/',0,'revision','',0),(6238,4,'2019-08-28 15:28:36','2019-08-28 20:28:36','<!-- wp:paragraph -->\n<p>Dilly Chris, is ready for the international move into the musical arena and nobody is going to stop him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6149} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/D-Chris-1-1024x683.jpg\" alt=\"\" class=\"wp-image-6149\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Born Chris Smith, in Maryland, St. Andrew, ‘Dilly Chris” attended the Edith Dalton High School and earned his influence in music from an aunt and uncle, who boasted of the ability to set the dancehall ablaze.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fascinated by these accounts of glory, Dilly Chris began dreaming of his own career in music and already having the gift of an engaging voice, set about his career in music. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6150} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/D-Chris-2-683x1024.jpg\" alt=\"\" class=\"wp-image-6150\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Moving to the USA did nothing to deter his dream, as he continued on this trek and has remained current with songs such as, ‘<a aria-label=\"Sweat (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=OrGzVsSZawo\" target=\"_blank\" rel=\"noreferrer noopener\">Sweat</a>’ ft Chudney J, ‘<a href=\"https://www.youtube.com/watch?v=ArqdfoFzxtw\">Sunshine</a>’ ft iZY, ‘<a aria-label=\"Blow My Mind (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=st_kMBdK2y8\" target=\"_blank\" rel=\"noreferrer noopener\">Blow My Mind</a>’ ft VoiceMail ,‘<a aria-label=\"Body Good (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=KaC_-qQh198\" target=\"_blank\" rel=\"noreferrer noopener\">Body Good</a>’ ft Tanya Carter,‘<a aria-label=\"Cyaa Dead Out (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=VpOiCnoQM5Q\" target=\"_blank\" rel=\"noreferrer noopener\">Cyaa Dead Out</a>’ ft David Lyn , ‘<a aria-label=\"My Journey (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=fYgZKtDUVNE\" target=\"_blank\" rel=\"noreferrer noopener\">My Journey</a>’, and ‘Feel So Good’, his most current release which has been gaining traction in the USA, Europe and locally. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I want to be the creator of hits after hits, always having a song on the international sphere.\"</p><cite>— Dilly Chris</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The entertainer has been engaging with his fans locally and internationally at events including, Best of The Best, Maryland Jamboree and South Coast Rum Festival (Now ComCari Rum Festival).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6151} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/D-Chris-3-683x1024.jpg\" alt=\"\" class=\"wp-image-6151\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>His recent hit single, ‘Feel so Good’ has been likened to the creative output of Jamaican dancehall sensation, Dexta Daps. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6152} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/D-Chris-4.jpg\" alt=\"\" class=\"wp-image-6152\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I want to be one of the top singers out of Jamaica, careening to the top of the international scale,” said Dilly Chris. \"I want to be the creator of hits after hits, always having a song on the international sphere and be one of those artists who bring unity in the dancehall.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article written by Stephanie Elliott</em></strong></p>\n<!-- /wp:paragraph -->','Dilly Chris wants to be dancehall\'s next international hit-maker','','inherit','closed','closed','','6147-revision-v1','','','2019-08-28 15:28:36','2019-08-28 20:28:36','',6147,'https://buzz-caribbean.com/article/6147-revision-v1/',0,'revision','',0),(6239,14,'2019-08-28 15:30:14','2019-08-28 20:30:14','<!-- wp:image {\"id\":6210} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dr-dayton-campbell-1024x768.jpg\" alt=\"\" class=\"wp-image-6210\" /><figcaption>Dr Dayton Campbell listens to a supporter.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr Dayton Campbell is accusing North Trelawny Member of Parliament Victor Wright of hypocrisy after the MP declared his support for PNP president Dr Peter Phillips. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Campbell is manager of the Rise United campaign of PNP presidential aspirant Peter Bunting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wright was returned as chairman of Region Six during the Regional Executive Council (REC) in Trelawny Sunday. He immediately declared his support for Dr Phillips in the presidential election scheduled for Saturday,&nbsp;September 7.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"A see them a come with them little styling and them little slackness and it naw go work. I was at Region One meeting [Sunday] and when the meeting done me see me brethren Victor send out endorsement fe Dr Phillips. If they were confident about Region One him should a send it before and see if him would go back as region chair,\" Campbell said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'Me no like people who you can\'t trust.\'</p><cite>— Dr Dayton Campbell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":6207} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG-20190827-WA0001-1024x768.jpg\" alt=\"\" class=\"wp-image-6207\" /><figcaption>MP Victor Wright (left) speaking with supporters following the Region Six meeting in Trelawny.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"Gimmicks thing them a go on with and me no like people who you can\'t trust. Because Victor tell me say Dr Phillips don\'t even talk to him so him can\'t vote fe him. Me no inna the hypocrisy business inna dis. And if unno want go tek North East St Ann and give somebody else and me go practice medicine, but me ago talk the truth me no inn no hypocrisy with nobody inna dis,\" Dr Campbell said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Campbell was speaking at the&nbsp;St James Central constituency conference at the Mt Salem Primary School Sunday night.</p>\n<!-- /wp:paragraph -->','Dayton Campbell cries hypocrisy after another MP declares support for Dr. Phillips','','inherit','closed','closed','','6206-revision-v1','','','2019-08-28 15:30:14','2019-08-28 20:30:14','',6206,'https://buzz-caribbean.com/article/6206-revision-v1/',0,'revision','',0),(6240,4,'2019-08-28 15:32:32','2019-08-28 20:32:32','','Girl at Roaring River','','inherit','open','closed','','dsc_5680','','','2019-08-28 17:47:02','2019-08-28 22:47:02','',6222,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_5680.jpg',0,'attachment','image/jpeg',0),(6241,4,'2019-08-28 15:32:47','2019-08-28 20:32:47','<!-- wp:image {\"id\":6232} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_5692-1024x686.jpg\" alt=\"\" class=\"wp-image-6232\" /><figcaption>A section of the scenic Roaring River community.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is said that not many places in Jamaica can be compared to the beauty and tranquillity of Roaring River in Westmoreland. In fact, some would have you believe that God created Roaring River then made Jamaica around it. Take that, Portland! Wink-wink.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The central Westmoreland watershed community spreads from the mountains and stretches all the way to Georges Plain. It is one of the most alluring natural places of interest in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6240} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_5680-1024x797.jpg\" alt=\"\" class=\"wp-image-6240\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is just a few minutes from Savanna-la-Mar and only about 30 minutes from Negril.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Rastafari influence is strong in Roaring River where the saying goes, \"Ital is vital.\" That is perhaps why, in order to experience the wonders of the community, there is no better way than via a RastaSafari adventure tour, whether driving one of their ARVs yourself or being chauffeured by one of the guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6231} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rastasafari-tour-guide-Marvin-Clayton-1024x703.jpg\" alt=\"\" class=\"wp-image-6231\" /><figcaption>Marvin Clayton, leads tours with ARVs like this one for the RastaSafari community excursion.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>RastaSafari offers eco, adventure, community and wellness tourism.&nbsp;The tour begins at Janice Williams’ shop, where Blue Mountain coffee beans are roasted and sold.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A small footbridge leads from the lawn at Janice’s\nspot to a footpath, which takes you up to the starting point for the one-of-kind\nARV ride.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The three-hour tour spans lush green forests, crystal-clear streams, springs, rivulets and natural pools, which are perfect for even non-swimmers. The tour leads through old cane fields on the plains, where outstanding views of the pristine green mountain peaks dubbed Jack, Jill and Bill, can be seen.&nbsp; These three are among the source of the springs, which supply potable water to almost every citizen in Westmoreland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6234} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/RastaSafari-Jack-Jill-and-Bill-mountain-peak-1024x635.jpg\" alt=\"\" class=\"wp-image-6234\" /><figcaption>The famous three mountain peaks dubbed Jack, Jill and Bill are used as landmarks by fishermen in Savanna-la-Mar.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>ADD PIC OF JACK,  JILL AND BILL PEAK</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are many fruits to sample during the tour. These include guineps, mangoes, plums and rose apples. No Rasta tour would be complete without the herb though, and so of course, one of the highlights is a walk-through of a small ganja farm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Ganja pix</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After weaving your way around through mainly\nunspoiled, virgin territory, the tour climaxes with a Rastafarian vegan\ncomprising in-season fruits, rice and beans, breadfruit, avocado, vege-chunks,\nackee, coconut bean stew and natural juices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you have an interest in birds and bird-watching, then this is the place for it. Birds are everywhere, many of which are endemic species. These include the Streamer-tailed Hummingbird, woodpeckers the West Indian Whistling Duck and the grassquit. Even the endemic Jamaican slider turtle still makes Roaring River its home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a place you can live well, even if you own nothing.</p>\n<!-- /wp:paragraph -->','Beauty roars: Take a trip through the scenic Roaring River','','inherit','closed','closed','','6222-revision-v1','','','2019-08-28 15:32:47','2019-08-28 20:32:47','',6222,'https://buzz-caribbean.com/article/6222-revision-v1/',0,'revision','',0),(6243,4,'2019-08-28 15:39:55','2019-08-28 20:39:55','<!-- wp:image {\"id\":6232} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_5692-1024x686.jpg\" alt=\"\" class=\"wp-image-6232\" /><figcaption>A section of the scenic Roaring River community.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is said that not many places in Jamaica can be compared to the beauty and tranquillity of Roaring River in Westmoreland. In fact, some would have you believe that God created Roaring River then made Jamaica around it. Take that, Portland! Wink-wink.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The central Westmoreland watershed community spreads from the mountains and stretches all the way to Georges Plain. It is one of the most alluring natural places of interest in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6240} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_5680-1024x797.jpg\" alt=\"\" class=\"wp-image-6240\" /><figcaption>Writer Claudia Gardner enjoying the beauty of Roaring River.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is just a few minutes from Savanna-la-Mar and only about 30 minutes from Negril.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Rastafari influence is strong in Roaring River where the saying goes, \"Ital is vital.\" That is perhaps why, in order to experience the wonders of the community, there is no better way than via a RastaSafari adventure tour, whether driving one of their ARVs yourself or being chauffeured by one of the guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6231} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rastasafari-tour-guide-Marvin-Clayton-1024x703.jpg\" alt=\"\" class=\"wp-image-6231\" /><figcaption>Marvin Clayton, leads tours with ARVs like this one for the RastaSafari community excursion.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>RastaSafari offers eco, adventure, community and wellness tourism.&nbsp;The tour begins at Janice Williams’ shop, where Blue Mountain coffee beans are roasted and sold.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A small footbridge leads from the lawn at Janice’s\nspot to a footpath, which takes you up to the starting point for the one-of-kind\nARV ride.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The three-hour tour spans lush green forests, crystal-clear streams, springs, rivulets and natural pools, which are perfect for even non-swimmers. The tour leads through old cane fields on the plains, where outstanding views of the pristine green mountain peaks dubbed Jack, Jill and Bill, can be seen.&nbsp; These three are among the source of the springs, which supply potable water to almost every citizen in Westmoreland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6234} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/RastaSafari-Jack-Jill-and-Bill-mountain-peak-1024x635.jpg\" alt=\"\" class=\"wp-image-6234\" /><figcaption>The famous three mountain peaks dubbed Jack, Jill and Bill are used as landmarks by fishermen in Savanna-la-Mar.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>ADD PIC OF JACK,  JILL AND BILL PEAK</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are many fruits to sample during the tour. These include guineps, mangoes, plums and rose apples. No Rasta tour would be complete without the herb though, and so of course, one of the highlights is a walk-through of a small ganja farm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Ganja pix</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After weaving your way around through mainly\nunspoiled, virgin territory, the tour climaxes with a Rastafarian vegan\ncomprising in-season fruits, rice and beans, breadfruit, avocado, vege-chunks,\nackee, coconut bean stew and natural juices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you have an interest in birds and bird-watching, then this is the place for it. Birds are everywhere, many of which are endemic species. These include the Streamer-tailed Hummingbird, woodpeckers the West Indian Whistling Duck and the grassquit. Even the endemic Jamaican slider turtle still makes Roaring River its home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a place you can live well, even if you own nothing.</p>\n<!-- /wp:paragraph -->','Beauty roars: Take a trip through the scenic Roaring River','','inherit','closed','closed','','6222-revision-v1','','','2019-08-28 15:39:55','2019-08-28 20:39:55','',6222,'https://buzz-caribbean.com/article/6222-revision-v1/',0,'revision','',0),(6245,4,'2019-08-28 15:42:36','2019-08-28 20:42:36','<!-- wp:image {\"id\":6232} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_5692-1024x686.jpg\" alt=\"\" class=\"wp-image-6232\" /><figcaption>A section of the scenic Roaring River community.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is said that not many places in Jamaica can be compared to the beauty and tranquillity of Roaring River in Westmoreland. In fact, some would have you believe that God created Roaring River then made Jamaica around it. Take that, Portland! Wink-wink.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The central Westmoreland watershed community spreads from the mountains and stretches all the way to Georges Plain. It is one of the most alluring natural places of interest in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6240} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_5680-1024x797.jpg\" alt=\"\" class=\"wp-image-6240\" /><figcaption>Writer Claudia Gardner enjoying the beauty of Roaring River.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is just a few minutes from Savanna-la-Mar and only about 30 minutes from Negril.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Rastafari influence is strong in Roaring River where the saying goes, \"Ital is vital.\" That is perhaps why, in order to experience the wonders of the community, there is no better way than via a RastaSafari adventure tour, whether driving one of their ARVs yourself or being chauffeured by one of the guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6231} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rastasafari-tour-guide-Marvin-Clayton-1024x703.jpg\" alt=\"\" class=\"wp-image-6231\" /><figcaption>Marvin Clayton, leads tours with ARVs like this one for the RastaSafari community excursion.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>RastaSafari offers eco, adventure, community and wellness tourism.&nbsp;The tour begins at Janice Williams’ shop, where Blue Mountain coffee beans are roasted and sold.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A small footbridge leads from the lawn at Janice’s\nspot to a footpath, which takes you up to the starting point for the one-of-kind\nARV ride.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The three-hour tour spans lush green forests, crystal-clear streams, springs, rivulets and natural pools, which are perfect for even non-swimmers. The tour leads through old cane fields on the plains, where outstanding views of the pristine green mountain peaks dubbed Jack, Jill and Bill, can be seen.&nbsp; These three are among the source of the springs, which supply potable water to almost every citizen in Westmoreland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6234} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/RastaSafari-Jack-Jill-and-Bill-mountain-peak-1024x635.jpg\" alt=\"\" class=\"wp-image-6234\" /><figcaption>The famous three mountain peaks dubbed Jack, Jill and Bill are used as landmarks by fishermen in Savanna-la-Mar.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are many fruits to sample during the tour. These include guineps, mangoes, plums and rose apples. No Rasta tour would be complete without the herb though, and so of course, one of the highlights is a walk-through of a small ganja farm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After weaving your way around through mainly\nunspoiled, virgin territory, the tour climaxes with a Rastafarian vegan\ncomprising in-season fruits, rice and beans, breadfruit, avocado, vege-chunks,\nackee, coconut bean stew and natural juices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you have an interest in birds and bird-watching, then this is the place for it. Birds are everywhere, many of which are endemic species. These include the Streamer-tailed Hummingbird, woodpeckers the West Indian Whistling Duck and the grassquit. Even the endemic Jamaican slider turtle still makes Roaring River its home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a place you can live well, even if you own nothing.</p>\n<!-- /wp:paragraph -->','Beauty roars: Take a trip through the scenic Roaring River','','inherit','closed','closed','','6222-revision-v1','','','2019-08-28 15:42:36','2019-08-28 20:42:36','',6222,'https://buzz-caribbean.com/article/6222-revision-v1/',0,'revision','',0),(6246,4,'2019-08-28 15:43:52','2019-08-28 20:43:52','','Kids at Roaring River','','inherit','open','closed','','roaring-river-river','','','2019-08-28 17:46:25','2019-08-28 22:46:25','',6222,'https://buzz-caribbean.com/app/uploads/2019/08/roaring-river-river.jpg',0,'attachment','image/jpeg',0),(6247,11,'2019-08-28 15:44:22','2019-08-28 20:44:22','<iframe title=\"BUZZ Picks - Beres Hammond Favourite Tracks\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/7HsSkAuuC4k?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','240a048cb3d94151fbe6c8071ed25a57','','','2019-08-28 15:44:22','2019-08-28 20:44:22','',0,'https://buzz-caribbean.com/article/240a048cb3d94151fbe6c8071ed25a57/',0,'oembed_cache','',0),(6250,4,'2019-08-28 15:49:12','2019-08-28 20:49:12','<!-- wp:image {\"id\":6232} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_5692-1024x686.jpg\" alt=\"\" class=\"wp-image-6232\" /><figcaption>A section of the scenic Roaring River community.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is said that not many places in Jamaica can be compared to the beauty and tranquillity of Roaring River in Westmoreland. In fact, some would have you believe that the Garden of Eden was a replica of Roaring River. Take that, Portland! Wink-wink.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The central Westmoreland watershed community spreads from the mountains and stretches all the way to Georges Plain. It is one of the most alluring natural places of interest in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6240} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_5680-1024x797.jpg\" alt=\"\" class=\"wp-image-6240\" /><figcaption>Writer Claudia Gardner enjoying the beauty of Roaring River.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is just a few minutes from Savanna-la-Mar and only about 30 minutes from Negril.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Rastafari influence is strong in Roaring River where the saying goes, \"Ital is vital.\" That is perhaps why, in order to experience the wonders of the community, there is no better way than via a RastaSafari adventure tour, whether driving one of their ARVs or being chauffeured by one of the guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6231} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rastasafari-tour-guide-Marvin-Clayton-1024x703.jpg\" alt=\"\" class=\"wp-image-6231\" /><figcaption>Marvin Clayton, leads tours with ARVs like this one for the RastaSafari community excursion.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>RastaSafari offers eco, adventure, community and wellness tourism.&nbsp;The tour begins at Janice Williams’ shop, where Blue Mountain coffee beans are roasted and sold.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A small footbridge leads from the lawn at Janice’s\nspot to a footpath, which takes you up to the starting point for the one-of-kind\nARV ride.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The three-hour tour spans lush green forests, crystal-clear streams, springs, rivulets and natural pools, which are perfect for even non-swimmers. The tour leads through old cane fields on the plains, where outstanding views of the pristine green mountain peaks dubbed Jack, Jill and Bill, can be seen.&nbsp; These three are among the source of the springs, which supply potable water to almost every citizen in Westmoreland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6234} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/RastaSafari-Jack-Jill-and-Bill-mountain-peak-1024x635.jpg\" alt=\"\" class=\"wp-image-6234\" /><figcaption>The famous three mountain peaks dubbed Jack, Jill and Bill are used as landmarks by fishermen in Savanna-la-Mar.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are many fruits to sample during the tour. These include guineps, mangoes, plums and rose apples. No Rasta tour would be complete without the herb, and so of course, one of the highlights is a walk-through of a small ganja farm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After weaving your way around through mainly\nunspoiled, virgin territory, the tour climaxes with a Rastafarian vegan\ncomprising in-season fruits, rice and beans, breadfruit, avocado, vege-chunks,\nackee, coconut bean stew and natural juices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6246} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/roaring-river-river-1024x658.jpg\" alt=\"\" class=\"wp-image-6246\" /><figcaption>River bathing is a common occurrence in Roaring River and swimming is one of the major activities guests enjoy.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you have an interest in birds and bird-watching, then this is the place for it. Birds are everywhere, many of which are endemic species. These include the Streamer-tailed Hummingbird, woodpeckers the West Indian Whistling Duck and the grassquit. Even the endemic Jamaican slider turtle still makes Roaring River its home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a place where you can live even if you own nothing.</p>\n<!-- /wp:paragraph -->','Beauty roars: Take a trip through the scenic Roaring River','','inherit','closed','closed','','6222-revision-v1','','','2019-08-28 15:49:12','2019-08-28 20:49:12','',6222,'https://buzz-caribbean.com/article/6222-revision-v1/',0,'revision','',0),(6251,4,'2019-08-28 15:52:58','2019-08-28 20:52:58','<!-- wp:image {\"id\":6232} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_5692-1024x686.jpg\" alt=\"\" class=\"wp-image-6232\" /><figcaption>A section of the scenic Roaring River community.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is said that not many places in Jamaica can be compared to the beauty and tranquillity of Roaring River in Westmoreland. In fact, some would have you believe that the Garden of Eden was a replica of Roaring River. Take that, Portland! Wink-wink.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The central Westmoreland watershed community spreads from the mountains and stretches all the way to Georges Plain. It is one of the most alluring natural places of interest in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6240} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_5680-1024x797.jpg\" alt=\"\" class=\"wp-image-6240\" /><figcaption>Writer Claudia Gardner enjoying the beauty of Roaring River.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is just a few minutes from Savanna-la-Mar and only about 30 minutes from Negril.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Rastafari influence is strong in Roaring River where the saying goes, \"Ital is vital.\" That is perhaps why, in order to experience the wonders of the community, there is no better way than via a RastaSafari adventure tour, whether driving one of their ARVs or being chauffeured by one of the guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6231} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rastasafari-tour-guide-Marvin-Clayton-1024x703.jpg\" alt=\"\" class=\"wp-image-6231\" /><figcaption>Marvin Clayton, leads tours with ARVs like this one for the RastaSafari community excursion.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>RastaSafari offers eco, adventure, community and wellness tourism.&nbsp;The tour begins at Janice Williams’ shop, where Blue Mountain coffee beans are roasted and sold.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A small footbridge leads from the lawn at Janice’s\nspot to a footpath, which takes you up to the starting point for the one-of-kind\nARV ride.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The three-hour tour spans lush green forests, crystal-clear streams, springs, rivulets and natural pools, which are perfect for even non-swimmers. The tour leads through old cane fields on the plains, where outstanding views of the pristine green mountain peaks dubbed Jack, Jill and Bill, can be seen.&nbsp; These three are among the source of the springs, which supply potable water to almost every citizen in Westmoreland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6234} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/RastaSafari-Jack-Jill-and-Bill-mountain-peak-1024x635.jpg\" alt=\"\" class=\"wp-image-6234\" /><figcaption>The famous three mountain peaks dubbed Jack, Jill and Bill are used as landmarks by fishermen in Savanna-la-Mar.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are many fruits to sample during the tour. These include guineps, mangoes, plums and rose apples. No Rasta tour would be complete without the herb, and so of course, one of the highlights is a walk-through of a small ganja farm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After weaving your way around through mainly\nunspoiled, virgin territory, the tour climaxes with a Rastafarian vegan\ncomprising in-season fruits, rice and beans, breadfruit, avocado, vege-chunks,\nackee, coconut bean stew and natural juices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6246} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/roaring-river-river-1024x658.jpg\" alt=\"\" class=\"wp-image-6246\" /><figcaption>River bathing is a common occurrence in Roaring River and swimming is one of the major activities guests enjoy.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you have an interest in birds and bird-watching, then this is the place for it. Birds are everywhere, many of which are endemic species. These include the Streamer-tailed Hummingbird, woodpeckers the West Indian Whistling Duck and the grassquit. Even the endemic Jamaican slider turtle still makes Roaring River its home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a place where you can live even if you own nothing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Beauty roars: Take a trip through the scenic Roaring River','','inherit','closed','closed','','6222-revision-v1','','','2019-08-28 15:52:58','2019-08-28 20:52:58','',6222,'https://buzz-caribbean.com/article/6222-revision-v1/',0,'revision','',0),(6252,23,'2019-08-28 16:15:34','2019-08-28 21:15:34','<!-- wp:image {\"id\":6254} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Karinas-Kitchen-A-20190828C-1024x787.jpg\" alt=\"Karina Matalon\" class=\"wp-image-6254\" /><figcaption>Karina Matalon has an eye for beautiful food. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Being a foodie doesn’t mean you only indulge. Karina Matalon, the\nfounder of Karina’s Kitchen, wears many hats in the food department; she is a\nfood stylist, food photographer and a recipe developer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Matalon explained that her business was born because she wanted to share\nher beautiful dishes with others. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6255} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/karinas-Kitchen-E-20190828-C-1024x683.jpg\" alt=\"Food styling at Karina\'s Kitchen\" class=\"wp-image-6255\" /><figcaption>A bowl made from coconut makes this meal even more appealing.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I’d always cook at home and take pictures of the food, and it looked\ngreat so I figured other people might want to see it too. That’s when I started\nthe Instagram page,” Karina said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And she said that the crispy clean photography skills displayed on her\nInstagram page (@KarinasKitchenja) and website (karinaskitchen.com) will only make\npeople eager to try her food. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6256} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/karinas-Kitchen-D-20190828-C.jpg\" alt=\"Food styling at Karina\'s Kitchen\" class=\"wp-image-6256\" /><figcaption>Who could miss this plate of fried fish?</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We eat with our eyes first, and people like food that looks good. So,\ncreating the right aesthetic, theme, and carefully thought-out photos for\nsocial media is key for engagement,” explained the 25-year-old.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While some people might only use social media for fun, Karina said that\nsocial media has opened many doors for her. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I now work with major companies, and I also do cooking videos and\nphotography for clients,” she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6257} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/karinas-Kitchen-F-20190828-C.jpg\" alt=\"Food styling at Karina\'s Kitchen\" class=\"wp-image-6257\" /><figcaption>These skewers of shrimp are sure to grab one\'s attention. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Having been in the food business for a little more than a year, Karina said\nthat she is overwhelmed with the abundance of support, as she is constantly\nbeing asked when she will open a physical location. Although she is not sure\nwhen that will be, the bar is set high for the final-year Norman Manley Law\nSchool student. In the meantime, though, the public can keep an eye out for a\ncookbook and a YouTube channel demonstrating how things are done the Karina’s\nKitchen way. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Karina\'s Kitchen: A spot for beautiful food','','publish','open','closed','','karinas-kitchen-a-spot-for-beautiful-food','','','2019-08-28 16:15:36','2019-08-28 21:15:36','',0,'https://buzz-caribbean.com/?p=6252',0,'post','',0),(6253,21,'2019-08-28 16:34:15','2019-08-28 21:34:15','<!-- wp:image {\"id\":6261} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/briana-williams-Jamaican-athlete-BUZZ.jpg\" alt=\"Briana Williams, young Jamaican athlete, holding Jamaican flag.\" class=\"wp-image-6261\" /><figcaption>Briana Williams, young Jamaican athlete has tested positive for a banned substance</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Representatives of Jamaica’s teenage track star Briana Williams have reiterated their call for an expedited hearing with respect to her <a href=\"https://buzz-caribbean.com/article/promising-jamaican-athlete-tests-positive/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"adverse analytical finding (opens in a new tab)\">adverse analytical finding</a> for hydrochlorothiazide, a banned diuretic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an official statement released by\nWilliams’ representatives on Wednesday, it was revealed that the athlete’s ‘A’\nsample taken on Friday, June 21 after she competed in the 100m final at\nJamaica’s National Championships at the National Stadium in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the statement released by Dr Emir Crowne, who is representing the Pan Am U20 champion, Williams was notified on July 25 of the presence of the banned diuretic in her ‘A’ sample. She then requested that they test her ‘B’ sample.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On August 27, the Jamaica Anti-Doping\nCommission (JADCO) notified Williams that her B Sample also returned an adverse\nanalytical finding for the banned diuretic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On June 21, the start of the national championships, Williams awoke with flu-like symptoms and her mother offered her an over-the-counter cold medication – “Pharma Cold and Flu” – which she had previously purchased at a local pharmacy in Kingston, Jamaica. Later that day, Williams declared her use of the cold medication on her doping control form.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, in the intervening period\nbetween receiving the ‘A’ sample results and ‘B’ sample results, Williams’\ncoach, Ato Boldon, had the cold medication independently tested by NSF International\nLabs in Michigan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6263,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Briana-Williams-Ato-Boldon.jpg\" alt=\"Jamaican athlete Briana Williams with her coach Ato Boldon.\" class=\"wp-image-6263\" /><figcaption>Briana Williams with her coach Ato Boldon</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Those independent tests demonstrated that\nthe tablets contained hydrochlorothiazide, the banned diuretic.\nHydrochlorothiazide was not listed as an ingredient on the cold medication in\nquestion, nor would one expect it to be, Williams’ lawyer said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In light of the pending selections for the\nIAAF World Athletics Championships in Doha, Williams now seeks an urgent\nhearing before the Independent Anti-Doping Disciplinary Panel to resolve this\nmatter fairly and conclusively.”</p>\n<!-- /wp:paragraph -->','Briana Williams sheds more light on adverse finding','Representatives of Jamaica’s teenage track star Briana Williams have reiterated their call for an expedited hearing with respect to her adverse analytical finding for hydrochlorothiazide, a banned diuretic.','publish','open','closed','','briana-williams-sheds-more-light-on-adverse-finding','','','2019-08-28 16:34:17','2019-08-28 21:34:17','',0,'https://buzz-caribbean.com/?p=6253',0,'post','',0),(6254,9,'2019-08-28 16:00:43','2019-08-28 21:00:43','Am','Karina Matalon','','inherit','open','closed','','karinas-kitchen-a-20190828c','','','2019-08-28 17:45:28','2019-08-28 22:45:28','',6252,'https://buzz-caribbean.com/app/uploads/2019/08/Karinas-Kitchen-A-20190828C.jpg',0,'attachment','image/jpeg',0),(6255,9,'2019-08-28 16:06:14','2019-08-28 21:06:14','','karinas-Kitchen-E-20190828-C','','inherit','open','closed','','karinas-kitchen-e-20190828-c','','','2019-08-28 16:44:12','2019-08-28 21:44:12','',6252,'https://buzz-caribbean.com/app/uploads/2019/08/karinas-Kitchen-E-20190828-C.jpg',0,'attachment','image/jpeg',0),(6256,9,'2019-08-28 16:06:29','2019-08-28 21:06:29','','karinas-Kitchen-D-20190828-C','','inherit','open','closed','','karinas-kitchen-d-20190828-c','','','2019-08-28 16:06:29','2019-08-28 21:06:29','',6252,'https://buzz-caribbean.com/app/uploads/2019/08/karinas-Kitchen-D-20190828-C.jpg',0,'attachment','image/jpeg',0),(6257,9,'2019-08-28 16:06:43','2019-08-28 21:06:43','','Karina\'s Kitchen Shrimp','','inherit','open','closed','','karinas-kitchen-f-20190828-c','','','2019-08-28 17:45:01','2019-08-28 22:45:01','',6252,'https://buzz-caribbean.com/app/uploads/2019/08/karinas-Kitchen-F-20190828-C.jpg',0,'attachment','image/jpeg',0),(6258,13,'2019-08-28 16:37:20','2019-08-28 21:37:20','<!-- wp:image {\"id\":6262} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Gilberto-Silva-Arsenal-Future-Stars-.jpg\" alt=\"\" class=\"wp-image-6262\" /><figcaption>Arsenal legend Gilberto Silva.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A Jamaican coach of an Under-16 football team could have the golden opportunity to attend an exclusive training programme in December with Arsenal Football Club Development coaches in London.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>WorldRemit, a leading online money transfer service headquartered in the United Kingdom, has invited youth team (Under 16) coaches from across the Americas and Africa to apply for the WorldRemit “Future Stars”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The programme developed by WorldRemit and Arsenal, celebrates the positive impact that grassroots youth football coaches have on their communities, helping the children they train to develop life skills both on and off pitch. WorldRemit, the official online money transfer partner of Arsenal, will sponsor two winners, one male and one female, to fly to London to attend the programme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6265} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Daniel_Canning.jpg\" alt=\"\" class=\"wp-image-6265\" /><figcaption>Daniel Canning, Managing Director for North America at WorldRemit</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Entries are now open on <a href=\"http://www.futurestars.worldremit.com\">www.futurestars.worldremit.com</a>\nor via a chatbox on the WorldRemit Facebook page until September 4, 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To enter, coaches simply need to complete a short application form\nexplaining why they deserve to be granted this unique training opportunity and\nhow they would use it to build a lasting legacy of positive change through\nfootball.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From the online applications, 20 coaches will be shortlisted to receive Arsenal youth shirts for their team. Applicants will be assessed by a panel of judges including Catherine Wines, Co-Founder at WorldRemit; Simon McManus, Head Coach at Arsenal Football Development; and Marc Thorogood, Business Manager at Arsenal Football Development.</p>\n<!-- /wp:paragraph -->','Under-16 Jamaican football coach could join Arsenal training programme','','publish','open','closed','','under-16-jamaican-football-coach-could-join-arsenal-training-programme','','','2019-08-28 16:37:20','2019-08-28 21:37:20','',0,'https://buzz-caribbean.com/?p=6258',0,'post','',0),(6259,9,'2019-08-28 16:15:16','2019-08-28 21:15:16','<!-- wp:image {\"id\":6254} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Karinas-Kitchen-A-20190828C-1024x787.jpg\" alt=\"Karina Matalon\" class=\"wp-image-6254\" /><figcaption>Karina Matalon has an eye for beautiful food. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Being a foodie doesn’t mean you only indulge. Karina Matalon, the\nfounder of Karina’s Kitchen, wears many hats in the food department; she is a\nfood stylist, food photographer and a recipe developer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Matalon explained that her business was born because she wanted to share\nher beautiful dishes with others. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6255} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/karinas-Kitchen-E-20190828-C-1024x683.jpg\" alt=\"Food styling at Karina\'s Kitchen\" class=\"wp-image-6255\" /><figcaption>A bowl made from coconut makes this meal even more appealing.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I’d always cook at home and take pictures of the food, and it looked\ngreat so I figured other people might want to see it too. That’s when I started\nthe Instagram page,” Karina said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And she said that the crispy clean photography skills displayed on her\nInstagram page (@KarinasKitchenja) and website (karinaskitchen.com) will only make\npeople eager to try her food. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6256} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/karinas-Kitchen-D-20190828-C.jpg\" alt=\"Food styling at Karina\'s Kitchen\" class=\"wp-image-6256\" /><figcaption>Who could miss this plate of fried fish?</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We eat with our eyes first, and people like food that looks good. So,\ncreating the right aesthetic, theme, and carefully thought-out photos for\nsocial media is key for engagement,” explained the 25-year-old.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While some people might only use social media for fun, Karina said that\nsocial media has opened many doors for her. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I now work with major companies, and I also do cooking videos and\nphotography for clients,” she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6257} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/karinas-Kitchen-F-20190828-C.jpg\" alt=\"Food styling at Karina\'s Kitchen\" class=\"wp-image-6257\" /><figcaption>These skewers of shrimp are sure to grab one\'s attention. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Having been in the food business for a little more than a year, Karina said\nthat she is overwhelmed with the abundance of support, as she is constantly\nbeing asked when she will open a physical location. Although she is not sure\nwhen that will be, the bar is set high for the final-year Norman Manley Law\nSchool student. In the meantime, though, the public can keep an eye out for a\ncookbook and a YouTube channel demonstrating how things are done the Karina’s\nKitchen way. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Karina\'s Kitchen: A spot for beautiful food','','inherit','closed','closed','','6252-revision-v1','','','2019-08-28 16:15:16','2019-08-28 21:15:16','',6252,'https://buzz-caribbean.com/article/6252-revision-v1/',0,'revision','',0),(6260,11,'2019-08-28 16:16:34','2019-08-28 21:16:34','<iframe title=\"BUZZ Top 10 music charts (Week August 26)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/pa6tqEfLN54?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','8acd9e47770e06ddf225bd6790dbba17','','','2019-08-28 16:16:34','2019-08-28 21:16:34','',0,'https://buzz-caribbean.com/article/8acd9e47770e06ddf225bd6790dbba17/',0,'oembed_cache','',0),(6261,11,'2019-08-28 16:25:25','2019-08-28 21:25:25','','briana-williams-Jamaican-athlete-BUZZ','','inherit','open','closed','','briana-williams-jamaican-athlete-buzz','','','2019-08-28 16:25:25','2019-08-28 21:25:25','',6253,'https://buzz-caribbean.com/app/uploads/2019/08/briana-williams-Jamaican-athlete-BUZZ.jpg',0,'attachment','image/jpeg',0),(6262,4,'2019-08-28 16:28:06','2019-08-28 21:28:06','','Gilberto-Silva at WorldRemit Future Stars','','inherit','open','closed','','gilberto-silva-arsenal-future-stars','','','2019-08-28 17:43:37','2019-08-28 22:43:37','',6258,'https://buzz-caribbean.com/app/uploads/2019/08/Gilberto-Silva-Arsenal-Future-Stars-.jpg',0,'attachment','image/jpeg',0),(6263,11,'2019-08-28 16:28:49','2019-08-28 21:28:49','','Briana-Williams-Ato-Boldon','','inherit','open','closed','','briana-williams-ato-boldon','','','2019-08-28 16:28:49','2019-08-28 21:28:49','',6253,'https://buzz-caribbean.com/app/uploads/2019/08/Briana-Williams-Ato-Boldon.jpg',0,'attachment','image/jpeg',0),(6264,4,'2019-08-28 16:29:34','2019-08-28 21:29:34','<!-- wp:image {\"id\":6262} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Gilberto-Silva-Arsenal-Future-Stars-.jpg\" alt=\"\" class=\"wp-image-6262\" /><figcaption>Arsenal legend Gilberto Silva.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A Jamaican coach of an Under-16 football team could have the golden opportunity to attend an exclusive training programme in December with Arsenal Football Club Development coaches in London.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>WorldRemit, a leading online money transfer service headquartered in the United Kingdom, has invited youth team (Under 16) coaches from across the Americas and Africa to apply for the WorldRemit “Future Stars”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The programme developed by WorldRemit and Arsenal, celebrates the positive impact that grassroots youth football coaches have on their communities, helping the children they train to develop life skills both on and off pitch. WorldRemit, the official online money transfer partner of Arsenal, will sponsor two winners, one male and one female, to fly to London to attend the programme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Entries are now open on <a href=\"http://www.futurestars.worldremit.com\">www.futurestars.worldremit.com</a>\nor via a chatbox on the WorldRemit Facebook page until September 4, 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To enter, coaches simply need to complete a short application form\nexplaining why they deserve to be granted this unique training opportunity and\nhow they would use it to build a lasting legacy of positive change through\nfootball.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From the online applications, 20 coaches will be shortlisted to receive Arsenal youth shirts for their team. Applicants will be assessed by a panel of judges including Catherine Wines, Co-Founder at WorldRemit; Simon McManus, Head Coach at Arsenal Football Development; and Marc Thorogood, Business Manager at Arsenal Football Development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Videos: <a rel=\"noreferrer noopener\" href=\"https://we.tl/t-C4s2ZMzk0M\" target=\"_blank\">https://we.tl/t-C4s2ZMzk0M</a></p>\n<!-- /wp:paragraph -->','Under-16 Jamaican football coach could join Arsenal training programme','','inherit','closed','closed','','6258-revision-v1','','','2019-08-28 16:29:34','2019-08-28 21:29:34','',6258,'https://buzz-caribbean.com/article/6258-revision-v1/',0,'revision','',0),(6265,4,'2019-08-28 16:30:45','2019-08-28 21:30:45','','Daniel Canning, Managing Director for North America','','inherit','open','closed','','daniel_canning','','','2019-08-28 17:42:05','2019-08-28 22:42:05','',6258,'https://buzz-caribbean.com/app/uploads/2019/08/Daniel_Canning.jpg',0,'attachment','image/jpeg',0),(6266,11,'2019-08-28 16:31:27','2019-08-28 21:31:27','','Briana Williams BUZZ','','inherit','open','closed','','briana-williams-buzz','','','2019-08-28 16:43:17','2019-08-28 21:43:17','',6253,'https://buzz-caribbean.com/app/uploads/2019/08/Briana-Williams-BUZZ.jpg',0,'attachment','image/jpeg',0),(6268,11,'2019-08-28 16:34:15','2019-08-28 21:34:15','<!-- wp:image {\"id\":6261} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/briana-williams-Jamaican-athlete-BUZZ.jpg\" alt=\"Briana Williams, young Jamaican athlete, holding Jamaican flag.\" class=\"wp-image-6261\" /><figcaption>Briana Williams, young Jamaican athlete has tested positive for a banned substance</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Representatives of Jamaica’s teenage track star Briana Williams have reiterated their call for an expedited hearing with respect to her <a href=\"https://buzz-caribbean.com/article/promising-jamaican-athlete-tests-positive/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"adverse analytical finding (opens in a new tab)\">adverse analytical finding</a> for hydrochlorothiazide, a banned diuretic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an official statement released by\nWilliams’ representatives on Wednesday, it was revealed that the athlete’s ‘A’\nsample taken on Friday, June 21 after she competed in the 100m final at\nJamaica’s National Championships at the National Stadium in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the statement released by Dr Emir Crowne, who is representing the Pan Am U20 champion, Williams was notified on July 25 of the presence of the banned diuretic in her ‘A’ sample. She then requested that they test her ‘B’ sample.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On August 27, the Jamaica Anti-Doping\nCommission (JADCO) notified Williams that her B Sample also returned an adverse\nanalytical finding for the banned diuretic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On June 21, the start of the national championships, Williams awoke with flu-like symptoms and her mother offered her an over-the-counter cold medication – “Pharma Cold and Flu” – which she had previously purchased at a local pharmacy in Kingston, Jamaica. Later that day, Williams declared her use of the cold medication on her doping control form.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, in the intervening period\nbetween receiving the ‘A’ sample results and ‘B’ sample results, Williams’\ncoach, Ato Boldon, had the cold medication independently tested by NSF International\nLabs in Michigan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6263,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Briana-Williams-Ato-Boldon.jpg\" alt=\"Jamaican athlete Briana Williams with her coach Ato Boldon.\" class=\"wp-image-6263\" /><figcaption>Briana Williams with her coach Ato Boldon</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Those independent tests demonstrated that\nthe tablets contained hydrochlorothiazide, the banned diuretic.\nHydrochlorothiazide was not listed as an ingredient on the cold medication in\nquestion, nor would one expect it to be, Williams’ lawyer said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In light of the pending selections for the\nIAAF World Athletics Championships in Doha, Williams now seeks an urgent\nhearing before the Independent Anti-Doping Disciplinary Panel to resolve this\nmatter fairly and conclusively.”</p>\n<!-- /wp:paragraph -->','Briana Williams sheds more light on adverse finding','Representatives of Jamaica’s teenage track star Briana Williams have reiterated their call for an expedited hearing with respect to her adverse analytical finding for hydrochlorothiazide, a banned diuretic.','inherit','closed','closed','','6253-revision-v1','','','2019-08-28 16:34:15','2019-08-28 21:34:15','',6253,'https://buzz-caribbean.com/article/6253-revision-v1/',0,'revision','',0),(6269,11,'2019-08-28 17:11:21','2019-08-28 22:11:21','<!-- wp:paragraph -->\n<p>Dancehall recording artiste Govana is set to release his anthology <strong>Humans and Monsters Are Not The Same</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6275,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Govana-Album-Cover.jpg\" alt=\"Promotional artwork for Govana\'s upcoming anthology, Humans and Monsters Are Not The Same.\" class=\"wp-image-6275\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <strong><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=a4wtQJ0tbQk\" target=\"_blank\">One and Move </a></strong>artiste will be releasing the project later this year, featuring 14 songs including collaborations with Dre Island and Tarrus Riley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Spanish Town native has been promoting the album heavily, dropping four tracks on the upcoming anthology including lead single ‘<a rel=\"noreferrer noopener\" aria-label=\"Champ (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=64zqrjVjW_U\" target=\"_blank\">Champ</a>’ followed by ‘<a rel=\"noreferrer noopener\" aria-label=\"The Light (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=9Geu7g3tetU\" target=\"_blank\">The Light</a>’ featuring Reggae crooner Dre Island, ‘<a rel=\"noreferrer noopener\" aria-label=\"Unanswered (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=nwZlD8RToA0\" target=\"_blank\">Unanswered</a>’ with Tarrus Riley and the latest track  ‘<a href=\"https://www.youtube.com/watch?v=eL0Ejf05fGI\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Loyalty (opens in a new tab)\">Loyalty</a>’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6274} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Govana-Dancehall-Artiste-BUZZ-1024x618.jpg\" alt=\"Jamaican Dancehall recording artiste Govana. \" class=\"wp-image-6274\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The anthology will be produced by Big Zim, Chimney Records, CJ The Chemist, Emudio Productions, Quantanium Records, The Ultimate Dream Team and LMR Productions.</p>\n<!-- /wp:paragraph -->','Govana set to release first album','','publish','open','closed','','govana-set-to-release-first-album','','','2019-08-28 17:17:33','2019-08-28 22:17:33','',0,'https://buzz-caribbean.com/?p=6269',0,'post','',0),(6270,4,'2019-08-28 16:37:20','2019-08-28 21:37:20','<!-- wp:image {\"id\":6262} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Gilberto-Silva-Arsenal-Future-Stars-.jpg\" alt=\"\" class=\"wp-image-6262\" /><figcaption>Arsenal legend Gilberto Silva.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A Jamaican coach of an Under-16 football team could have the golden opportunity to attend an exclusive training programme in December with Arsenal Football Club Development coaches in London.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>WorldRemit, a leading online money transfer service headquartered in the United Kingdom, has invited youth team (Under 16) coaches from across the Americas and Africa to apply for the WorldRemit “Future Stars”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The programme developed by WorldRemit and Arsenal, celebrates the positive impact that grassroots youth football coaches have on their communities, helping the children they train to develop life skills both on and off pitch. WorldRemit, the official online money transfer partner of Arsenal, will sponsor two winners, one male and one female, to fly to London to attend the programme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6265} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Daniel_Canning.jpg\" alt=\"\" class=\"wp-image-6265\" /><figcaption>Daniel Canning, Managing Director for North America at WorldRemit</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Entries are now open on <a href=\"http://www.futurestars.worldremit.com\">www.futurestars.worldremit.com</a>\nor via a chatbox on the WorldRemit Facebook page until September 4, 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To enter, coaches simply need to complete a short application form\nexplaining why they deserve to be granted this unique training opportunity and\nhow they would use it to build a lasting legacy of positive change through\nfootball.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From the online applications, 20 coaches will be shortlisted to receive Arsenal youth shirts for their team. Applicants will be assessed by a panel of judges including Catherine Wines, Co-Founder at WorldRemit; Simon McManus, Head Coach at Arsenal Football Development; and Marc Thorogood, Business Manager at Arsenal Football Development.</p>\n<!-- /wp:paragraph -->','Under-16 Jamaican football coach could join Arsenal training programme','','inherit','closed','closed','','6258-revision-v1','','','2019-08-28 16:37:20','2019-08-28 21:37:20','',6258,'https://buzz-caribbean.com/article/6258-revision-v1/',0,'revision','',0),(6273,23,'2019-08-28 16:57:20','2019-08-28 21:57:20','<!-- wp:image {\"id\":4611} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Couple-Hurt-1.jpg\" alt=\"\" class=\"wp-image-4611\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If the very thought of your partner being with someone else sends you into an emotional tailspin, chances are you have been bitten by the green-eyed monster. Yup, jealousy is your evil bed mate and constant partner. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some say a little jealousy\nis healthy, as it makes you appreciate your partner. But nobody wants someone who\nis controlling, dictatorial and demanding all the time. Examine the checklist\nof red flags to see if you, your friends or your partner, qualify for some\nserious relationship therapy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2471} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/arguing-couple.jpg\" alt=\"\" class=\"wp-image-2471\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>They search your phone any chance they get. If there is no trust, you are walking a very tight rope.</li><li>If you post a picture of you out with your friends on social media, they ‘coincidentally’ turn up at the same location. Hmmmm…</li><li>They turned on the GPS on your phone. Did you not hear it pinging?</li><li>When you call, you have to make a video call and do a 360 panoramic view so that they can see exactly where you are. Who does that?</li><li>You are not allowed to have friends of the opposite sex, not even co-workers. </li><li>They call up people from your phone and demand to know the nature of your relationship.</li><li>If you say that you are going to get gas or even go to a family member’s house, they will tag along.</li><li>They check your body for signs of sexual activity. Oh, hell no!</li><li>They ‘time’ how long it takes for you to leave work and get home or how long it takes to go to the supermarket and get back</li><li>They give you a curfew. As if you are not an adult paying your own bills.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><em><strong>Written by C.W. </strong></em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>The opinions expressed in this article are those of the author. They do not purport to reflect the opinions or views of </em><strong><em>BUZZ</em></strong><em> or its employees. </em></p>\n<!-- /wp:paragraph -->','Signs you might have a jealous partner','','publish','open','closed','','signs-you-might-have-a-jealous-partner','','','2019-08-28 16:58:03','2019-08-28 21:58:03','',0,'https://buzz-caribbean.com/?p=6273',0,'post','',0),(6274,11,'2019-08-28 16:50:21','2019-08-28 21:50:21','','Govana Dancehall Artiste BUZZ','','inherit','open','closed','','govana-dancehall-artiste-buzz','','','2019-08-28 17:40:51','2019-08-28 22:40:51','',6269,'https://buzz-caribbean.com/app/uploads/2019/08/Govana-Dancehall-Artiste-BUZZ.jpg',0,'attachment','image/jpeg',0),(6275,11,'2019-08-28 16:53:14','2019-08-28 21:53:14','','Govana-Album-Cover','','inherit','open','closed','','govana-album-cover','','','2019-08-28 17:40:24','2019-08-28 22:40:24','',6269,'https://buzz-caribbean.com/app/uploads/2019/08/Govana-Album-Cover.jpg',0,'attachment','image/jpeg',0),(6276,21,'2019-08-28 17:26:53','2019-08-28 22:26:53','<!-- wp:image {\"id\":6286} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/moh-christopher-tufton-1024x683.jpg\" alt=\"\" class=\"wp-image-6286\" /><figcaption>Health Minister Dr Christopher Tufton speaking at a press conference on Tuesday. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A new 24-hour toll-free helpline will soon be launched by the Ministry of Health and Wellness for persons living with mental illnesses and those affected by the condition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister of Health and Wellness Dr. Christopher Tufton made the announcement at a quarterly press briefing on Tuesday (August 27).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The minister said the system will be housed at an anonymous location, and a Private Branch Exchange (PBX) network has already been acquired for this Helpline, which will accept multiple calls at the same time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Five psychologists will be employed to man the system, and mental health professionals such as mental health officers, social workers, psychologists and psychiatrists are being trained at the community level to augment the work of the helpline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'Mental illness is a big issue in the society.\'<br></p><cite>— Health Minister DR Christopher Tufton</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Already, 30 professionals have gone through training to respond; and police officers, firemen, mental team members and private practitioners will form a part of the network of responders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Mental illness is a big issue in the society. The study that we commissioned, through the Mental Illness and Homelessness Task Force, suggests that four out of every 10 Jamaicans at some point in their lives, will be affected by some sort of mental instability. That almost mirrors the global statistics and it’s an increasing trend,” Dr. Tufton said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are very sensitive to the issue, and we have deployed, having done the report, resources to address a number of areas around mental illness [which includes the 24-hour toll free Helpline],” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>       </p>\n<!-- /wp:paragraph -->','24-hour helpline coming to assist persons with mental illness','','publish','open','closed','','24-hour-helpline-coming-to-assist-persons-with-mental-illness','','','2019-08-28 17:26:54','2019-08-28 22:26:54','',0,'https://buzz-caribbean.com/?p=6276',0,'post','',0),(6277,9,'2019-08-28 16:56:19','2019-08-28 21:56:19','<!-- wp:image {\"id\":4611} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Couple-Hurt-1.jpg\" alt=\"\" class=\"wp-image-4611\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If the very thought of your partner being with someone else sends you into an emotional tailspin, chances are you have been bitten by the green-eyed monster. Yup, jealousy is your evil bed mate and constant partner. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some say a little jealousy\nis healthy, as it makes you appreciate your partner. But nobody wants someone who\nis controlling, dictatorial and demanding all the time. Examine the checklist\nof red flags to see if you, your friends or your partner, qualify for some\nserious relationship therapy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2471} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/arguing-couple.jpg\" alt=\"\" class=\"wp-image-2471\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>They search your phone any chance they get. If there is no trust, you are walking a very tight rope.</li><li>If you post a picture of you out with your friends on social media, they ‘coincidentally’ turn up at the same location. Hmmmm…</li><li>They turned on the GPS on your phone. Did you not hear it pinging?</li><li>When you call, you have to make a video call and do a 360 panoramic view so that they can see exactly where you are. Who does that?</li><li>You are not allowed to have friends of the opposite sex, not even co-workers. </li><li>They call up people from your phone and demand to know the nature of your relationship.</li><li>If you say that you are going to get gas or even go to a family member’s house, they will tag along.</li><li>They check your body for signs of sexual activity. Oh, hell no!</li><li>They ‘time’ how long it takes for you to leave work and get home or how long it takes to go to the supermarket and get back</li><li>They give you a curfew. As if you are not an adult paying your own bills.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><em><strong>Written by C.W. </strong></em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>The opinions expressed in this article are those of the authors. They do not purport to reflect the opinions or views of </em><strong><em>BUZZ</em></strong><em> or its employees. </em></p>\n<!-- /wp:paragraph -->','Signs you might have a jealous partner','','inherit','closed','closed','','6273-revision-v1','','','2019-08-28 16:56:19','2019-08-28 21:56:19','',6273,'https://buzz-caribbean.com/article/6273-revision-v1/',0,'revision','',0),(6278,9,'2019-08-28 16:58:03','2019-08-28 21:58:03','<!-- wp:image {\"id\":4611} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Couple-Hurt-1.jpg\" alt=\"\" class=\"wp-image-4611\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If the very thought of your partner being with someone else sends you into an emotional tailspin, chances are you have been bitten by the green-eyed monster. Yup, jealousy is your evil bed mate and constant partner. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some say a little jealousy\nis healthy, as it makes you appreciate your partner. But nobody wants someone who\nis controlling, dictatorial and demanding all the time. Examine the checklist\nof red flags to see if you, your friends or your partner, qualify for some\nserious relationship therapy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2471} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/arguing-couple.jpg\" alt=\"\" class=\"wp-image-2471\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>They search your phone any chance they get. If there is no trust, you are walking a very tight rope.</li><li>If you post a picture of you out with your friends on social media, they ‘coincidentally’ turn up at the same location. Hmmmm…</li><li>They turned on the GPS on your phone. Did you not hear it pinging?</li><li>When you call, you have to make a video call and do a 360 panoramic view so that they can see exactly where you are. Who does that?</li><li>You are not allowed to have friends of the opposite sex, not even co-workers. </li><li>They call up people from your phone and demand to know the nature of your relationship.</li><li>If you say that you are going to get gas or even go to a family member’s house, they will tag along.</li><li>They check your body for signs of sexual activity. Oh, hell no!</li><li>They ‘time’ how long it takes for you to leave work and get home or how long it takes to go to the supermarket and get back</li><li>They give you a curfew. As if you are not an adult paying your own bills.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><em><strong>Written by C.W. </strong></em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>The opinions expressed in this article are those of the author. They do not purport to reflect the opinions or views of </em><strong><em>BUZZ</em></strong><em> or its employees. </em></p>\n<!-- /wp:paragraph -->','Signs you might have a jealous partner','','inherit','closed','closed','','6273-revision-v1','','','2019-08-28 16:58:03','2019-08-28 21:58:03','',6273,'https://buzz-caribbean.com/article/6273-revision-v1/',0,'revision','',0),(6279,23,'2019-08-28 17:11:18','2019-08-28 22:11:18','<!-- wp:image {\"id\":6280} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/NicholasChinLoy-1024x763.jpg\" alt=\" Nicholas Chin Loy\nDr Birdz\" class=\"wp-image-6280\" /><figcaption> Nicholas Chin Loy (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As Jamaica’s eSport future moves forward in the hands of the Jamaica\neSports Initiative, let us introduce you to Nicholas Chin Loy, a member of Dr\nBirdz. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Name:</strong> Nicholas Chin Loy </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Gamer tag:</strong> Wardestroyer </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Age:</strong> 34 </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Location:</strong> Kingston </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Favourite game:</strong> Street Fighter V </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Genre specialisation:</strong> Fighting games </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How long have you been playing video games?:</strong> As long as I can remember, 14 years now, competitively.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How did you into gaming?:</strong> My brother and his friends. They were into games. I used to hang around\nand game with them. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Console or PC:</strong> Console, the PS4 of\ncourse. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How did you end up on the team?:</strong> I entered the JEI team finals.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>What was it like playing at Evolution Championship Series?:</strong> It was a dream come true to go to Evo 2019. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Meet Nicholas Chin Loy from the Dr Birdz','','publish','open','closed','','meet-nicholas-chin-loy-from-the-dr-birdz','','','2019-08-28 17:11:19','2019-08-28 22:11:19','',0,'https://buzz-caribbean.com/?p=6279',0,'post','',0),(6280,9,'2019-08-28 17:07:02','2019-08-28 22:07:02','','NicholasChinLoy','','inherit','open','closed','','nicholaschinloy','','','2019-08-28 17:07:02','2019-08-28 22:07:02','',6279,'https://buzz-caribbean.com/app/uploads/2019/08/NicholasChinLoy.jpg',0,'attachment','image/jpeg',0),(6281,9,'2019-08-28 17:10:34','2019-08-28 22:10:34','<!-- wp:image {\"id\":6280} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/NicholasChinLoy-1024x763.jpg\" alt=\" Nicholas Chin Loy\nDr Birdz\" class=\"wp-image-6280\" /><figcaption> Nicholas Chin Loy (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As Jamaica’s eSport future moves forward in the hands of the Jamaica\neSports Initiative, let us introduce you to Nicholas Chin Loy, a member of Dr\nBirdz. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Name:</strong> Nicholas Chin Loy </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Gamer tag:</strong> Wardestroyer </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Age:</strong> 34 </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Location:</strong> Kingston </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Favourite game:</strong> Street Fighter V </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Genre specialisation:</strong> Fighting games </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How long have you been playing video games?:</strong> As long as I can remember, 14 years now, competitively.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How did you into gaming?:</strong> My brother and his friends. They were into games. I used to hang around\nand game with them. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Console or PC:</strong> Console, the PS4 of\ncourse. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How did you end up on the team?:</strong> I entered the JEI team finals.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>What was it like playing at Evolution Championship Series?:</strong> It was a dream come true to go to Evo 2019. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Meet Nicholas Chin Loy from the Dr Birdz','','inherit','closed','closed','','6279-revision-v1','','','2019-08-28 17:10:34','2019-08-28 22:10:34','',6279,'https://buzz-caribbean.com/article/6279-revision-v1/',0,'revision','',0),(6282,11,'2019-08-28 17:11:21','2019-08-28 22:11:21','<!-- wp:paragraph -->\n<p>Dancehall recording artiste Govana is set to release his anthology <strong>Humans and Monsters Are Not The Same</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6275,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Govana-Album-Cover.jpg\" alt=\"Promotional artwork for Govana\'s upcoming anthology, Humans and Monsters Are Not The Same.\" class=\"wp-image-6275\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <strong><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=a4wtQJ0tbQk\" target=\"_blank\">One and Move </a></strong>artiste will be releasing the project later this year, featuring 14 songs including collaborations with Dre Island and Tarrus Riley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Spanish Town native has been promoting the album heavily, dropping four tracks on the upcoming anthology including lead single ‘<a rel=\"noreferrer noopener\" aria-label=\"Champ (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=64zqrjVjW_U\" target=\"_blank\">Champ</a>’ followed by ‘<a rel=\"noreferrer noopener\" aria-label=\"The Light (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=9Geu7g3tetU\" target=\"_blank\">The Light</a>’ featuring Reggae crooner Dre Island, ‘<a rel=\"noreferrer noopener\" aria-label=\"Unanswered (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=nwZlD8RToA0\" target=\"_blank\">Unanswered</a>’ with Tarrus Riley and the latest track \'<a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=eL0Ejf05fGI\" target=\"_blank\">Loyalty</a>\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6274} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Govana-Dancehall-Artiste-BUZZ-1024x618.jpg\" alt=\"Jamaican Dancehall recording artiste Govana. \" class=\"wp-image-6274\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The anthology will be produced by Big Zim, Chimney Records, CJ The Chemist, Emudio Productions, Quantanium Records, The Ultimate Dream Team and LMR Productions.</p>\n<!-- /wp:paragraph -->','Govana set to release first album','','inherit','closed','closed','','6269-revision-v1','','','2019-08-28 17:11:21','2019-08-28 22:11:21','',6269,'https://buzz-caribbean.com/article/6269-revision-v1/',0,'revision','',0),(6284,11,'2019-08-28 17:12:29','2019-08-28 22:12:29','<!-- wp:paragraph -->\n<p>Dancehall recording artiste Govana is set to release his anthology <strong>Humans and Monsters Are Not The Same</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6275,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Govana-Album-Cover.jpg\" alt=\"Promotional artwork for Govana\'s upcoming anthology, Humans and Monsters Are Not The Same.\" class=\"wp-image-6275\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <strong><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=a4wtQJ0tbQk\" target=\"_blank\">One and Move </a></strong>artiste will be releasing the project later this year, featuring 14 songs including collaborations with Dre Island and Tarrus Riley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Spanish Town native has been promoting the album heavily, dropping four tracks on the upcoming anthology including lead single ‘<a rel=\"noreferrer noopener\" aria-label=\"Champ (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=64zqrjVjW_U\" target=\"_blank\">Champ</a>’&nbsp;followed by&nbsp;‘<a rel=\"noreferrer noopener\" aria-label=\"The Light (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=9Geu7g3tetU\" target=\"_blank\">The Light</a>’ featuring Reggae crooner Dre Island, ‘<a rel=\"noreferrer noopener\" aria-label=\"Unanswered (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=nwZlD8RToA0\" target=\"_blank\">Unanswered</a>’ with Tarrus Riley and the latest track \'<a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=eL0Ejf05fGI\" target=\"_blank\">Loyalty</a>\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6274} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Govana-Dancehall-Artiste-BUZZ-1024x618.jpg\" alt=\"Jamaican Dancehall recording artiste Govana. \" class=\"wp-image-6274\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The anthology will be produced by Big Zim, Chimney Records, CJ The Chemist, Emudio Productions, Quantanium Records, The Ultimate Dream Team and LMR Productions.</p>\n<!-- /wp:paragraph -->','Govana set to release first album','','inherit','closed','closed','','6269-revision-v1','','','2019-08-28 17:12:29','2019-08-28 22:12:29','',6269,'https://buzz-caribbean.com/article/6269-revision-v1/',0,'revision','',0),(6285,11,'2019-08-28 17:14:28','2019-08-28 22:14:28','<!-- wp:paragraph -->\n<p>Dancehall recording artiste Govana is set to release his anthology <strong>Humans and Monsters Are Not The Same</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6275,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Govana-Album-Cover.jpg\" alt=\"Promotional artwork for Govana\'s upcoming anthology, Humans and Monsters Are Not The Same.\" class=\"wp-image-6275\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <strong><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=a4wtQJ0tbQk\" target=\"_blank\">One and Move </a></strong>artiste will be releasing the project later this year, featuring 14 songs including collaborations with Dre Island and Tarrus Riley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Spanish Town native has been promoting the album heavily, dropping four tracks on the upcoming anthology including lead single ‘<a rel=\"noreferrer noopener\" aria-label=\"Champ (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=64zqrjVjW_U\" target=\"_blank\">Champ</a>’ followed by ‘<a rel=\"noreferrer noopener\" aria-label=\"The Light (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=9Geu7g3tetU\" target=\"_blank\">The Light</a>’ featuring Reggae crooner Dre Island, ‘<a rel=\"noreferrer noopener\" aria-label=\"Unanswered (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=nwZlD8RToA0\" target=\"_blank\">Unanswered</a>’ with Tarrus Riley and the latest track \'<a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=eL0Ejf05fGI\" target=\"_blank\">Loyalty</a>\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6274} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Govana-Dancehall-Artiste-BUZZ-1024x618.jpg\" alt=\"Jamaican Dancehall recording artiste Govana. \" class=\"wp-image-6274\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The anthology will be produced by Big Zim, Chimney Records, CJ The Chemist, Emudio Productions, Quantanium Records, The Ultimate Dream Team and LMR Productions.</p>\n<!-- /wp:paragraph -->','Govana set to release first album','','inherit','closed','closed','','6269-revision-v1','','','2019-08-28 17:14:28','2019-08-28 22:14:28','',6269,'https://buzz-caribbean.com/article/6269-revision-v1/',0,'revision','',0),(6286,4,'2019-08-28 17:14:53','2019-08-28 22:14:53','','moh-christopher-tufton','','inherit','open','closed','','moh-christopher-tufton','','','2019-08-28 17:39:40','2019-08-28 22:39:40','',6276,'https://buzz-caribbean.com/app/uploads/2019/08/moh-christopher-tufton.jpg',0,'attachment','image/jpeg',0),(6287,23,'2019-08-29 08:15:32','2019-08-29 13:15:32','<!-- wp:image {\"id\":6288} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/OkairMcLare-1024x763.jpg\" alt=\"Okair McLare\nDr Birdz\" class=\"wp-image-6288\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Competitive gamer </strong>Okair McLaren has always had a passion for eSports. Here’s what you need to know about him. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Name:</strong> Okair McLaren</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Gamer Tag:</strong> Okair </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Age:</strong> 17 </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Location:</strong> Kingston </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Favourite game:</strong> Super Smash Bros.\nUltimate </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Genre specialisation:</strong> Fighting games </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How long have you been playing video games?:</strong> From about age five and then at age 15 I started playing competitively. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>What got you into games?:</strong> It was just a passion from I was a child. It\'s what I love doing the most. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Console or PC:</strong> Console</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How did you end up on the team?:</strong> I was selected to be a part of the team because I amassed the most points in both of the national qualifiers in Super Smash Bros. Ultimate. I, unfortunately, won’t be heading to Mexico because my game speciality isn’t part of the programme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Okair McLaren from the Dr Birdz always had a passion for gaming','','publish','open','closed','','okair-mclare-from-the-dr-birdz-always-had-a-passion-for-gaming','','','2019-08-29 19:44:49','2019-08-30 00:44:49','',0,'https://buzz-caribbean.com/?p=6287',0,'post','',0),(6288,9,'2019-08-28 17:17:28','2019-08-28 22:17:28','','OkairMcLare','','inherit','open','closed','','okairmclare','','','2019-08-28 17:17:28','2019-08-28 22:17:28','',6287,'https://buzz-caribbean.com/app/uploads/2019/08/OkairMcLare.jpg',0,'attachment','image/jpeg',0),(6289,11,'2019-08-28 17:17:32','2019-08-28 22:17:32','<!-- wp:paragraph -->\n<p>Dancehall recording artiste Govana is set to release his anthology <strong>Humans and Monsters Are Not The Same</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6275,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Govana-Album-Cover.jpg\" alt=\"Promotional artwork for Govana\'s upcoming anthology, Humans and Monsters Are Not The Same.\" class=\"wp-image-6275\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <strong><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=a4wtQJ0tbQk\" target=\"_blank\">One and Move </a></strong>artiste will be releasing the project later this year, featuring 14 songs including collaborations with Dre Island and Tarrus Riley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Spanish Town native has been promoting the album heavily, dropping four tracks on the upcoming anthology including lead single ‘<a rel=\"noreferrer noopener\" aria-label=\"Champ (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=64zqrjVjW_U\" target=\"_blank\">Champ</a>’ followed by ‘<a rel=\"noreferrer noopener\" aria-label=\"The Light (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=9Geu7g3tetU\" target=\"_blank\">The Light</a>’ featuring Reggae crooner Dre Island, ‘<a rel=\"noreferrer noopener\" aria-label=\"Unanswered (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=nwZlD8RToA0\" target=\"_blank\">Unanswered</a>’ with Tarrus Riley and the latest track  ‘<a href=\"https://www.youtube.com/watch?v=eL0Ejf05fGI\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Loyalty (opens in a new tab)\">Loyalty</a>’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6274} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Govana-Dancehall-Artiste-BUZZ-1024x618.jpg\" alt=\"Jamaican Dancehall recording artiste Govana. \" class=\"wp-image-6274\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The anthology will be produced by Big Zim, Chimney Records, CJ The Chemist, Emudio Productions, Quantanium Records, The Ultimate Dream Team and LMR Productions.</p>\n<!-- /wp:paragraph -->','Govana set to release first album','','inherit','closed','closed','','6269-revision-v1','','','2019-08-28 17:17:32','2019-08-28 22:17:32','',6269,'https://buzz-caribbean.com/article/6269-revision-v1/',0,'revision','',0),(6290,9,'2019-08-28 17:18:59','2019-08-28 22:18:59','<!-- wp:image {\"id\":6288} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/OkairMcLare-1024x763.jpg\" alt=\"Okair McLare\nDr Birdz\" class=\"wp-image-6288\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Competitive gamer </strong>Okair McLare has always had a passion for eSports. Here’s what you need\nto know about him. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Name:</strong> Okair McLare</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Gamer Tag:</strong> Okair </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Age:</strong> 17 </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Location:</strong> Kingston </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Favourite game:</strong> Super Smash Bros.\nUltimate </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Genre specialisation:</strong> Fighting games </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How long have you been playing video games:</strong> From about age five and then at age 15 I started playing competitively.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>What got you into games:</strong> It was just a passion from I was a child. It\'s what I love doing the\nmost. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Console or PC:</strong> Console</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How did you end up on the team?:</strong> I was selected to be a part of the team because I amassed the most points in both of the national qualifiers in Super Smash Bros. Ultimate. I, unfortunately, won’t be heading to Mexico because my game speciality isn’t part of the programme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Okair McLare from the Dr Birdz always had a passion for gaming','','inherit','closed','closed','','6287-revision-v1','','','2019-08-28 17:18:59','2019-08-28 22:18:59','',6287,'https://buzz-caribbean.com/article/6287-revision-v1/',0,'revision','',0),(6291,9,'2019-08-28 17:19:53','2019-08-28 22:19:53','<!-- wp:image {\"id\":6288} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/OkairMcLare-1024x763.jpg\" alt=\"Okair McLare\nDr Birdz\" class=\"wp-image-6288\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Competitive gamer </strong>Okair McLare has always had a passion for eSports. Here’s what you need\nto know about him. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Name:</strong> Okair McLare</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Gamer Tag:</strong> Okair </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Age:</strong> 17 </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Location:</strong> Kingston </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Favourite game:</strong> Super Smash Bros.\nUltimate </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Genre specialisation:</strong> Fighting games </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How long have you been playing video games?:</strong> From about age five and then at age 15 I started playing competitively. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>What got you into games?:</strong> It was just a passion from I was a child. It\'s what I love doing the most. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Console or PC:</strong> Console</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How did you end up on the team?:</strong> I was selected to be a part of the team because I amassed the most points in both of the national qualifiers in Super Smash Bros. Ultimate. I, unfortunately, won’t be heading to Mexico because my game speciality isn’t part of the programme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Okair McLare from the Dr Birdz always had a passion for gaming','','inherit','closed','closed','','6287-revision-v1','','','2019-08-28 17:19:53','2019-08-28 22:19:53','',6287,'https://buzz-caribbean.com/article/6287-revision-v1/',0,'revision','',0),(6292,11,'2019-08-28 17:47:29','2019-08-28 22:47:29','<!-- wp:paragraph -->\n<p>50 Cent, executive producer and actor in the Starz hit series, <strong>Power</strong>, has taken to Instagram to share his displeasure at the Emmy\'s failing to include the hit-series among its nominations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Power</strong>, which <a rel=\"noreferrer noopener\" aria-label=\"premiered its sixth and final season on Sunday (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/power-season-6-kicks-off-on-august-25/\" target=\"_blank\">premiered its sixth and final season on Sunday</a> (August 25), has become one of Starz’s most popular shows.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2378} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/50cent-Exec-Producer.jpg\" alt=\"50 Cent, executive producer of the Starz hit-series Power.\" class=\"wp-image-2378\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Season five of<strong> Power</strong> averaged 10.8 million multiplatform viewers, nearly eight times the show\'s average of 1.36 million for initial airings. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sunday night\'s airing kept pace with these figures with 1.47 million viewers tuning in for the season premiere — the biggest on-air debut for a premium cable series this summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite this success, it hasn\'t translated into any Emmy nominations for the popular series.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6299} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Emmy-Awards-Power-BUZZ.jpg\" alt=\"A display of Emmy trophies.\" class=\"wp-image-6299\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In his post, 50 Cent noted the significant public traction that the series premiere had racked up including \"<strong>Power</strong> being the number 1 most social series of the night, trending in the US and worldwideon Twitter\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The hip-hop mogul has previously cited racism as a potential reason for the series not being nominated since its first airing in 2014.</p>\n<!-- /wp:paragraph -->','50 Cent slams the Emmys for snubbing \'Power\'','','publish','open','closed','','50-cent-slams-the-emmys-for-snubbing-power','','','2019-08-28 17:47:29','2019-08-28 22:47:29','',0,'https://buzz-caribbean.com/?p=6292',0,'post','',0),(6293,4,'2019-08-28 17:26:53','2019-08-28 22:26:53','<!-- wp:image {\"id\":6286} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/moh-christopher-tufton-1024x683.jpg\" alt=\"\" class=\"wp-image-6286\" /><figcaption>Health Minister Dr Christopher Tufton speaking at a press conference on Tuesday. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A new 24-hour toll-free helpline will soon be launched by the Ministry of Health and Wellness for persons living with mental illnesses and those affected by the condition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister of Health and Wellness Dr. Christopher Tufton made the announcement at a quarterly press briefing on Tuesday (August 27).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The minister said the system will be housed at an anonymous location, and a Private Branch Exchange (PBX) network has already been acquired for this Helpline, which will accept multiple calls at the same time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Five psychologists will be employed to man the system, and mental health professionals such as mental health officers, social workers, psychologists and psychiatrists are being trained at the community level to augment the work of the helpline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'Mental illness is a big issue in the society.\'<br></p><cite>— Health Minister DR Christopher Tufton</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Already, 30 professionals have gone through training to respond; and police officers, firemen, mental team members and private practitioners will form a part of the network of responders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Mental illness is a big issue in the society. The study that we commissioned, through the Mental Illness and Homelessness Task Force, suggests that four out of every 10 Jamaicans at some point in their lives, will be affected by some sort of mental instability. That almost mirrors the global statistics and it’s an increasing trend,” Dr. Tufton said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are very sensitive to the issue, and we have deployed, having done the report, resources to address a number of areas around mental illness [which includes the 24-hour toll free Helpline],” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>       </p>\n<!-- /wp:paragraph -->','24-hour helpline coming to assist persons with mental illness','','inherit','closed','closed','','6276-revision-v1','','','2019-08-28 17:26:53','2019-08-28 22:26:53','',6276,'https://buzz-caribbean.com/article/6276-revision-v1/',0,'revision','',0),(6294,23,'2019-08-28 17:45:36','2019-08-28 22:45:36','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6302} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dirk-harrison-1024x678.jpg\" alt=\"\" class=\"wp-image-6302\" /><figcaption>Contractor General Dirk Harrison at a press briefing last year. Also pictured are Senior Director in the Office of the Contractor General (OCG), Maurice Barrett (centre) and Director General, Major and Organized Crime and Anti-Corruption Agency (MOCA), Colonel Desmond Edwards.<br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former Contractor General Dirk Harrison will step away from the newly formed Integrity Commission, after a longstanding feud with members of the entity. It is understood that Harrison will end the relationship on Sunday (Sept 1).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to information gleaned by <strong>BUZZ</strong>, Harrison wrote to Governor-General Sir Patrick Allen earlier this month, indicating that he will enter early retirement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Harrison had been at odds with the commissioners of the Integrity Commission since April when he put out his report on the ‘Rooms on the Beach Report’. The commissioners had distanced themselves from the report. The former prosecutor resigned before even taking up the position of director of corruption prosecutions, which he was designated to act in, at the Integrity Commission. The Integrity Commission is the island’s new corruption watchdog.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The commission is mandated to promote and enhance standards of ethical conduct for parliamentarians, public officials and other persons by consolidating laws relating to the prevention of corruption and the award, monitoring and investigating of the government contracts and prescribed licences, and strengthen the measures for the prevention, detection, investigation and prosecution of acts of corruption.</p>\n<!-- /wp:paragraph -->','Dirk Harrison steps away from Integrity Commission','','publish','open','closed','','dirk-harrison-steps-away-from-integrity-commission','','','2019-08-28 17:45:36','2019-08-28 22:45:36','',0,'https://buzz-caribbean.com/?p=6294',0,'post','',0),(6295,4,'2019-08-28 17:33:10','2019-08-28 22:33:10','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Former Contractor General Dirk Harrison will step away from\nthe newly formed Integrity Commission, after a longstanding feud with members\nof the entity. It is understood that Harrison will end the relationship on\nSunday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to information gleaned by <strong>BUZZ</strong>, Harrison has written to Governor General Sir Patrick Allen earlier this month, indicating that he will enter early retirement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Harrison has had a longstanding battle with other members of\nthe Integrity Commission for several months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The former prosecutor resigned before even taking up the\nposition of director of corruption prosecutions, which he was designated to act\nin, at the Integrity Commission, the island’s new corruption watchdog.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Integrity Commission is mandated to promote and enhance\nstandards of ethical conduct for parliamentarians, public officials and other\npersons by consolidating laws relating to the prevention of corruption and the award, monitoring and investigating of the government contracts and prescribed\nlicences; and strengthen the measures for the prevention, detection,\ninvestigation and prosecution of acts of corruption.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The entity was developed pursuant to Sections 1 and 5 of the\nintegrity Commission Act, 2017, which allowed the Office of the Contractor\nGeneral (OCG), Commission for the Prevention of Corruption (CPC) and the\nIntegrity Commission (Integrity of Parliament Members) to fully subsumed into\nthe Integrity Commission.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Harrison and the commissioners of the Integrity Commission\nhave been at odds since April, when he put out his report on the ‘Rooms on the\nBeach Report’, which they distanced themselves from in May.</p>\n<!-- /wp:paragraph -->','Dirk Harrison steps away from Integrity Commission','','inherit','closed','closed','','6294-revision-v1','','','2019-08-28 17:33:10','2019-08-28 22:33:10','',6294,'https://buzz-caribbean.com/article/6294-revision-v1/',0,'revision','',0),(6297,21,'2019-08-29 07:38:39','2019-08-29 12:38:39','<!-- wp:image {\"id\":6301} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dwayne-Francis_-spanish-town-hospital.jpg\" alt=\"Chief Executive Officer, Spanish Town Hospital, Dwayne Francis (foreground), and Minister of Health and Wellness, Dr Christopher Tufton\" class=\"wp-image-6301\" /><figcaption> Dwayne Francis, the Chief Executive Officer of the Spanish Town Hospital (foreground), and Minister of Health and Wellness, Dr Christopher Tufton, exit the hospital’s new elevator that was officially handed over by the National Health Fund, recently.  (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Twenty million dollars is currently being spent to renovate five wards at\nthe Spanish Town Hospital in St Catherine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The money for the project is being provided by the South East Regional\nHealth Authority (SERHA).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ward 3 was reopened last month following renovation activities, which\nincluded: repainting the ward, upgrading its lighting, meshing its windows,\ninstalling ceiling fans, carpentry work and masonry work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“It is our aim to improve the aesthetics on the wards.\"</p><cite> — Dwayne Francis, CEO of Spanish Town Hospital </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Chief Executive Officer of the Spanish Town Hospital, Dwayne Francis said\nthat similar work will be done on Wards 2, 4, 5 and 6.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is our aim to improve the aesthetics on the wards and take the\nopportunity to address any infrastructural challenges that may be on the\nwards,” Francis said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said damaged ceiling “beds” will be removed and replaced, ward areas\nwill be meshed, front doors on the wards will be replaced with new doors, wards\nwill be repainted, and ceiling fans and additional hand wash stations will be\ninstalled.</p>\n<!-- /wp:paragraph -->','Sections of Spanish Town Hospital to be renovated','','publish','open','closed','','sections-of-spanish-town-hospital-to-be-renovated','','','2019-08-28 17:47:11','2019-08-28 22:47:11','',0,'https://buzz-caribbean.com/?p=6297',0,'post','',0),(6298,4,'2019-08-28 17:39:38','2019-08-28 22:39:38','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Former Contractor General Dirk Harrison will step away from the newly formed Integrity Commission, after a longstanding feud with members of the entity. It is understood that Harrison will end the relationship on Sunday (Sept 1).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to information gleaned by <strong>BUZZ</strong>, Harrison wrote to Governor-General Sir Patrick Allen earlier this month, indicating that he will enter early retirement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Harrison had been at odds with the commissioners of the Integrity Commission since April when he put out his report on the ‘Rooms on the Beach Report’. The commissioners had distanced themselves from the report. The former prosecutor resigned before even taking up the position of director of corruption prosecutions, which he was designated to act in, at the Integrity Commission. The Integrity Commission is the island’s new corruption watchdog.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The commission is mandated to promote and enhance standards of ethical conduct for parliamentarians, public officials and other persons by consolidating laws relating to the prevention of corruption and the award, monitoring and investigating of the government contracts and prescribed licences, and strengthen the measures for the prevention, detection, investigation and prosecution of acts of corruption.</p>\n<!-- /wp:paragraph -->','Dirk Harrison steps away from Integrity Commission','','inherit','closed','closed','','6294-revision-v1','','','2019-08-28 17:39:38','2019-08-28 22:39:38','',6294,'https://buzz-caribbean.com/article/6294-revision-v1/',0,'revision','',0),(6299,11,'2019-08-28 17:40:16','2019-08-28 22:40:16','','Emmy-Awards-Power-BUZZ','','inherit','open','closed','','emmy-awards-power-buzz','','','2019-08-28 17:40:16','2019-08-28 22:40:16','',6292,'https://buzz-caribbean.com/app/uploads/2019/08/Emmy-Awards-Power-BUZZ.jpg',0,'attachment','image/jpeg',0),(6300,21,'2019-08-28 18:02:46','2019-08-28 23:02:46','<!-- wp:image {\"id\":6312} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/missy-elliot-VMA.jpg\" alt=\"Rapper Missy Elliott poses at the 2019 MTV Video Music Awards in Newark, New Jersey, on Monday, August 26. \" class=\"wp-image-6312\" /><figcaption>Rapper Missy Elliott poses at the 2019 MTV Video Music Awards in Newark, New Jersey, on Monday, August 26. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Missy Elliott lost her diamond necklace at the MTV Video Music Awards. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 48-year-old rapper has offered a \"reward\" to anyone who can help reunite her with her precious jewel after it vanished from her neck after she picked up the Video Vanguard Award - which was awarded for her music video contributions over the years - at the annual ceremony at the Prudential Center in New Jersey on Monday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Taking to her Instagram account, the <strong>Work It</strong> hitmaker wrote: \"Anyone found this necklace at the VMAs backstage or know anything about it, there\'s a reward, it\'s the shorter one... thanks (sic),\" followed by a praying hands emoji. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s not known how much the necklace is worth, but it is believed to have sentimental value considering that Missy is willing to part with her cash in order to see its return.</p>\n<!-- /wp:paragraph -->','Missy Elliott loses diamond necklace at the VMAs','','publish','open','closed','','missy-elliott-loses-diamond-necklace-at-the-vmas','','','2019-08-28 18:02:47','2019-08-28 23:02:47','',0,'https://buzz-caribbean.com/?p=6300',0,'post','',0),(6301,9,'2019-08-28 17:41:57','2019-08-28 22:41:57','','Dwayne-Francis_-spanish-town-hospital','','inherit','open','closed','','dwayne-francis_-spanish-town-hospital','','','2019-08-28 17:41:57','2019-08-28 22:41:57','',6297,'https://buzz-caribbean.com/app/uploads/2019/08/Dwayne-Francis_-spanish-town-hospital.jpg',0,'attachment','image/jpeg',0),(6302,4,'2019-08-28 17:42:55','2019-08-28 22:42:55','','dirk-harrison','','inherit','open','closed','','dirk-harrison','','','2019-08-28 17:42:55','2019-08-28 22:42:55','',6294,'https://buzz-caribbean.com/app/uploads/2019/08/dirk-harrison.jpg',0,'attachment','image/jpeg',0),(6303,4,'2019-08-28 17:45:36','2019-08-28 22:45:36','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6302} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dirk-harrison-1024x678.jpg\" alt=\"\" class=\"wp-image-6302\" /><figcaption>Contractor General Dirk Harrison at a press briefing last year. Also pictured are Senior Director in the Office of the Contractor General (OCG), Maurice Barrett (centre) and Director General, Major and Organized Crime and Anti-Corruption Agency (MOCA), Colonel Desmond Edwards.<br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former Contractor General Dirk Harrison will step away from the newly formed Integrity Commission, after a longstanding feud with members of the entity. It is understood that Harrison will end the relationship on Sunday (Sept 1).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to information gleaned by <strong>BUZZ</strong>, Harrison wrote to Governor-General Sir Patrick Allen earlier this month, indicating that he will enter early retirement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Harrison had been at odds with the commissioners of the Integrity Commission since April when he put out his report on the ‘Rooms on the Beach Report’. The commissioners had distanced themselves from the report. The former prosecutor resigned before even taking up the position of director of corruption prosecutions, which he was designated to act in, at the Integrity Commission. The Integrity Commission is the island’s new corruption watchdog.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The commission is mandated to promote and enhance standards of ethical conduct for parliamentarians, public officials and other persons by consolidating laws relating to the prevention of corruption and the award, monitoring and investigating of the government contracts and prescribed licences, and strengthen the measures for the prevention, detection, investigation and prosecution of acts of corruption.</p>\n<!-- /wp:paragraph -->','Dirk Harrison steps away from Integrity Commission','','inherit','closed','closed','','6294-revision-v1','','','2019-08-28 17:45:36','2019-08-28 22:45:36','',6294,'https://buzz-caribbean.com/article/6294-revision-v1/',0,'revision','',0),(6304,9,'2019-08-28 17:45:59','2019-08-28 22:45:59','<!-- wp:image {\"id\":6301} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dwayne-Francis_-spanish-town-hospital.jpg\" alt=\"Chief Executive Officer, Spanish Town Hospital, Dwayne Francis (foreground), and Minister of Health and Wellness, Dr Christopher Tufton\" class=\"wp-image-6301\" /><figcaption>Chief Executive Officer, Spanish Town Hospital, Dwayne Francis (foreground), and Minister of Health and Wellness, Dr Christopher Tufton, exit the hospital’s new elevator that was officially handed over by the National Health Fund, recently.  (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Twenty million dollars is currently being spent to renovate five wards at\nthe Spanish Town Hospital in St Catherine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The money for the project is being provided by the South East Regional\nHealth Authority (SERHA).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ward 3 was reopened last month following renovation activities, which\nincluded: repainting the ward, upgrading its lighting, meshing its windows,\ninstalling ceiling fans, carpentry work and masonry work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“It is our aim to improve the aesthetics on the wards.\"</p><cite> — Dwayne Francis, CEO of Spanish Town Hospital </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Chief Executive Officer of the Spanish Town Hospital, Dwayne Francis said\nthat similar work will be done on Wards 2, 4, 5 and 6.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is our aim to improve the aesthetics on the wards and take the\nopportunity to address any infrastructural challenges that may be on the\nwards,” Francis said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said damaged ceiling “beds” will be removed and replaced, ward areas\nwill be meshed, front doors on the wards will be replaced with new doors, wards\nwill be repainted, and ceiling fans and additional hand wash stations will be\ninstalled.</p>\n<!-- /wp:paragraph -->','Sections of Spanish Town Hospital to be renovated','','inherit','closed','closed','','6297-revision-v1','','','2019-08-28 17:45:59','2019-08-28 22:45:59','',6297,'https://buzz-caribbean.com/article/6297-revision-v1/',0,'revision','',0),(6305,9,'2019-08-28 17:47:10','2019-08-28 22:47:10','<!-- wp:image {\"id\":6301} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Dwayne-Francis_-spanish-town-hospital.jpg\" alt=\"Chief Executive Officer, Spanish Town Hospital, Dwayne Francis (foreground), and Minister of Health and Wellness, Dr Christopher Tufton\" class=\"wp-image-6301\" /><figcaption> Dwayne Francis, the Chief Executive Officer of the Spanish Town Hospital (foreground), and Minister of Health and Wellness, Dr Christopher Tufton, exit the hospital’s new elevator that was officially handed over by the National Health Fund, recently.  (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Twenty million dollars is currently being spent to renovate five wards at\nthe Spanish Town Hospital in St Catherine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The money for the project is being provided by the South East Regional\nHealth Authority (SERHA).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ward 3 was reopened last month following renovation activities, which\nincluded: repainting the ward, upgrading its lighting, meshing its windows,\ninstalling ceiling fans, carpentry work and masonry work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“It is our aim to improve the aesthetics on the wards.\"</p><cite> — Dwayne Francis, CEO of Spanish Town Hospital </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Chief Executive Officer of the Spanish Town Hospital, Dwayne Francis said\nthat similar work will be done on Wards 2, 4, 5 and 6.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is our aim to improve the aesthetics on the wards and take the\nopportunity to address any infrastructural challenges that may be on the\nwards,” Francis said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said damaged ceiling “beds” will be removed and replaced, ward areas\nwill be meshed, front doors on the wards will be replaced with new doors, wards\nwill be repainted, and ceiling fans and additional hand wash stations will be\ninstalled.</p>\n<!-- /wp:paragraph -->','Sections of Spanish Town Hospital to be renovated','','inherit','closed','closed','','6297-revision-v1','','','2019-08-28 17:47:10','2019-08-28 22:47:10','',6297,'https://buzz-caribbean.com/article/6297-revision-v1/',0,'revision','',0),(6306,11,'2019-08-28 17:47:29','2019-08-28 22:47:29','<!-- wp:paragraph -->\n<p>50 Cent, executive producer and actor in the Starz hit series, <strong>Power</strong>, has taken to Instagram to share his displeasure at the Emmy\'s failing to include the hit-series among its nominations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Power</strong>, which <a rel=\"noreferrer noopener\" aria-label=\"premiered its sixth and final season on Sunday (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/power-season-6-kicks-off-on-august-25/\" target=\"_blank\">premiered its sixth and final season on Sunday</a> (August 25), has become one of Starz’s most popular shows.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2378} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/50cent-Exec-Producer.jpg\" alt=\"50 Cent, executive producer of the Starz hit-series Power.\" class=\"wp-image-2378\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Season five of<strong> Power</strong> averaged 10.8 million multiplatform viewers, nearly eight times the show\'s average of 1.36 million for initial airings. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sunday night\'s airing kept pace with these figures with 1.47 million viewers tuning in for the season premiere — the biggest on-air debut for a premium cable series this summer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite this success, it hasn\'t translated into any Emmy nominations for the popular series.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6299} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Emmy-Awards-Power-BUZZ.jpg\" alt=\"A display of Emmy trophies.\" class=\"wp-image-6299\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In his post, 50 Cent noted the significant public traction that the series premiere had racked up including \"<strong>Power</strong> being the number 1 most social series of the night, trending in the US and worldwideon Twitter\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The hip-hop mogul has previously cited racism as a potential reason for the series not being nominated since its first airing in 2014.</p>\n<!-- /wp:paragraph -->','50 Cent slams the Emmys for snubbing \'Power\'','','inherit','closed','closed','','6292-revision-v1','','','2019-08-28 17:47:29','2019-08-28 22:47:29','',6292,'https://buzz-caribbean.com/article/6292-revision-v1/',0,'revision','',0),(6308,21,'2019-08-28 18:21:18','2019-08-28 23:21:18','<!-- wp:image {\"id\":6315} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/RAF-4-1-1024x654.jpg\" alt=\"\" class=\"wp-image-6315\" /><figcaption>Science, Energy and Technology Minister Fayval Williams (centre), NCB Capital Markets Limited Chief Exective Officer, Steven Gooden (left), and New  Forest Energy’s Chief Financial Officer, Chris Guinta.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Science, Energy and Technology Minister, Fayval Williams, says activities related to Jamaica’s emerging Liquefied Natural Gas (LNG) sector will be addressed under the proposed Petroleum (Downstream Activities) Act, being developed by the Government.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These, she outlined, include receipt, storage, processing and distribution. She added that “the legislation will also treat with the licensing, construction, and operation of natural gas terminals and transportation”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'The objectives of the new legislation will be to encourage private investments.\'</p><cite>— Energy Minister Fayval Williams</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Minister\nwas speaking at a bond-signing ceremony between NCB Capital Markets Limited,\nand New Fortress Energy (NFE), at the AC Marriott Hotel in Kingston on Tuesday\n(August 27).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“The objectives of the new legislation will be\nto encourage private investments in the long-term financing and timely\ndevelopment of natural gas for Jamaica,” the Minister added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mrs. Williams noted that LNG has emerged as an integral component of the administration’s drive to secure Jamaica’s energy future, as is the case with other renewables, such as solar and wind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additionally, she\nsaid because natural gas is significantly cheaper and is a less volatile\nalternative to oil, Jamaica is expected to record annual energy savings\ntotalling some US$304 million, consequent on outputs from JPS power plants in\nBogue, St. James; Old Harbour, St. Catherine; and Clarendon-based JAMALCO.</p>\n<!-- /wp:paragraph -->','Proposed law will address activities related to emerging LNG sector','','publish','open','closed','','proposed-law-will-address-activities-related-to-emerging-lng-sector','','','2019-08-28 18:21:19','2019-08-28 23:21:19','',0,'https://buzz-caribbean.com/?p=6308',0,'post','',0),(6309,21,'2019-08-28 18:28:35','2019-08-28 23:28:35','<!-- wp:image {\"id\":6318} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Salt-Spring-Primary-Renovation-1024x768.jpg\" alt=\"Salt Spring Primary and Infant School\nrenovation\nst james police\" class=\"wp-image-6318\" /><figcaption>Members of the Salt Spring community in Montego Bay, St James, erecting a perimeter fence at the Salt Spring Primary and Infant School recently. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The aesthetics of\nthe Salt Spring Primary and Infant School in Montego Bay, St James, has\nreceived a boost, courtesy of the St James police.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The work, undertaken\nby the police, in collaboration with men from the community, included replacing\nthe school’s perimeter fencing, renovating the garbage receptacle and removing\nbulky waste surrounding the area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A garden was also\nestablished, as part of the overall beautification of the school’s\nsurroundings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The children coming out to play are no longer looking at garbage, but they are looking at an aesthetically pleasing place.” </p><cite>— Inspector Yvonne Whyte-Powell, St James police </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The National Solid\nWaste Management Authority (NSWMA) also assisted in the execution of the\nclean-up exercise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Head of the\nCommunity Safety and Security Branch for the St James police, Inspector Yvonne\nWhyte-Powell, said that the beautification project is to ensure the highest\nquality of education in an environment that is conducive for student growth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whyte-Powell added\nthat the project was an extension of the summer camp programme. She noted that\nwhen the new school term begins, “the children coming out to play are no longer\nlooking at garbage, but they are looking at an aesthetically pleasing place”.</p>\n<!-- /wp:paragraph -->','St James police help to beautify Salt Spring Primary and Infant School','','publish','open','closed','','st-james-police-help-to-beautify-salt-spring-primary-and-infant-school','','','2019-08-28 18:28:36','2019-08-28 23:28:36','',0,'https://buzz-caribbean.com/?p=6309',0,'post','',0),(6312,9,'2019-08-28 17:59:57','2019-08-28 22:59:57','','2019 MTV Video Music Awards - Press Room','NEWARK, NEW JERSEY - AUGUST 26: Rapper Missy Elliott poses in the Press Room during the 2019 MTV Video Music Awards at Prudential Center on August 26, 2019 in Newark, New Jersey. (Photo by Jim Spellman/WireImage)','inherit','open','closed','','2019-mtv-video-music-awards-press-room','','','2019-08-28 17:59:57','2019-08-28 22:59:57','',6300,'https://buzz-caribbean.com/app/uploads/2019/08/missy-elliot-VMA.jpg',0,'attachment','image/jpeg',0),(6313,9,'2019-08-28 18:02:31','2019-08-28 23:02:31','<!-- wp:image {\"id\":6312} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/missy-elliot-VMA.jpg\" alt=\"Rapper Missy Elliott poses at the 2019 MTV Video Music Awards in Newark, New Jersey, on Monday, August 26. \" class=\"wp-image-6312\" /><figcaption>Rapper Missy Elliott poses at the 2019 MTV Video Music Awards in Newark, New Jersey, on Monday, August 26. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Missy Elliott lost her diamond necklace at the MTV Video Music Awards. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 48-year-old rapper has offered a \"reward\" to anyone who can help reunite her with her precious jewel after it vanished from her neck after she picked up the Video Vanguard Award - which was awarded for her music video contributions over the years - at the annual ceremony at the Prudential Center in New Jersey on Monday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Taking to her Instagram account, the <strong>Work It</strong> hitmaker wrote: \"Anyone found this necklace at the VMAs backstage or know anything about it, there\'s a reward, it\'s the shorter one... thanks (sic),\" followed by a praying hands emoji. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s not known how much the necklace is worth, but it is believed to have sentimental value considering that Missy is willing to part with her cash in order to see its return.</p>\n<!-- /wp:paragraph -->','Missy Elliott loses diamond necklace at the VMAs','','inherit','closed','closed','','6300-revision-v1','','','2019-08-28 18:02:31','2019-08-28 23:02:31','',6300,'https://buzz-caribbean.com/article/6300-revision-v1/',0,'revision','',0),(6314,11,'2019-08-28 18:17:20','2019-08-28 23:17:20','<!-- wp:image {\"id\":6316} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sherlock-Marriott-Blake-Sign-Language-682x1024.jpg\" alt=\"Executive Director of  the Jamaica Association for the Deaf, Kimberley Sherlock Marriott-Blake speaking at a JIS Think Tank event.\" class=\"wp-image-6316\" /><figcaption> Executive Director of  the Jamaica Association for the Deaf, Kimberley Sherlock Marriott-Blake </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Jamaica Association for the Deaf (JAD) is encouraging corporate Jamaica to have workers trained in sign language, in light of members of the deaf community experiencing difficulties when conducting transactions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“If your organisation is providing a service to the public, we are encouraging you to learn sign language,” Executive Director Kimberley Sherlock Marriott-Blake said at a JIS ‘Think Tank’ recently. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6360} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/open-sign-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-6360\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Begin to help break down the discriminatory assumptions persons may have [about the deaf] by engaging with us to make your organisation deaf-friendly,” she added. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> The deaf community is approximately 70,000 persons across the island.</p><cite>—   Executive Director of  the Jamaica Association for the Deaf , Kimberley Sherlock Marriott-Blake </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>To this end, Sherlock Marriott-Blake indicated that the JAD offers sign language training to corporate entities at a cost and interested entities may contact them. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6357} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sign-language-buzz-demo-1024x676.jpg\" alt=\"\" class=\"wp-image-6357\" /><figcaption>Photo: Deaf Bible Society</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> The JAD Director further argued that sign language can be just as valuable to any organisation as a foreign language and should be perceived as such by entities.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"If you can teach a deaf person life or entrepreneurial skills, we would love to partner with you.\"</p><cite> —   Executive Director of  the Jamaica Association for the Deaf , Kimberley Sherlock Marriott-Blake  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“We believe in the need for us to have more persons who can communicate with and provide services for the deaf community. The deaf community is approximately 70,000 persons across the island, and we are talking about persons of different ages who will require different services,” Sherlock Marriott-Blake pointed out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She is also encouraging persons to volunteer with the association.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6359} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/love-sign-language-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-6359\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Give of your time. If you can teach a deaf person life or\nentrepreneurial skills, we would love to partner with you, because there are so\nmany skills we would like to teach our students,” Mrs. Sherlock Marriott-Blake\nsaid.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interested volunteers may email the Association at&nbsp;<a href=\"mailto:admin@jamdeaf.org.jm\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>admin@jamdeaf.org.jm</strong></a>.</p>\n<!-- /wp:paragraph -->','Corporate Jamaica encouraged to become deaf-friendly','','publish','open','closed','','corporate-jamaica-encouraged-to-have-workers-trained-in-sign-language','','','2019-08-29 05:04:01','2019-08-29 10:04:01','',0,'https://buzz-caribbean.com/?p=6314',0,'post','',0),(6315,4,'2019-08-28 18:13:34','2019-08-28 23:13:34','','RAF-4-1','','inherit','open','closed','','raf-4-1','','','2019-08-28 18:13:34','2019-08-28 23:13:34','',6308,'https://buzz-caribbean.com/app/uploads/2019/08/RAF-4-1.jpg',0,'attachment','image/jpeg',0),(6316,11,'2019-08-28 18:13:58','2019-08-28 23:13:58','','Sherlock-Marriott-Blake-Sign-Language','','inherit','open','closed','','sherlock-marriott-blake-sign-language','','','2019-08-28 18:13:58','2019-08-28 23:13:58','',6314,'https://buzz-caribbean.com/app/uploads/2019/08/Sherlock-Marriott-Blake-Sign-Language.jpg',0,'attachment','image/jpeg',0),(6317,11,'2019-08-28 18:17:20','2019-08-28 23:17:20','<!-- wp:paragraph -->\n<p>The Jamaica Association for the Deaf is encouraging corporate\nJamaica to have workers trained in sign language, in light of members of the\ndeaf community experiencing difficulties when conducting transactions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6316} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sherlock-Marriott-Blake-Sign-Language-682x1024.jpg\" alt=\"Executive Director of  the Jamaica Association for the Deaf, Kimberley Sherlock Marriott-Blake speaking at a JIS Think Tank event.\" class=\"wp-image-6316\" /><figcaption> Executive Director of  the Jamaica Association for the Deaf, Kimberley Sherlock Marriott-Blake </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“If your organisation is providing a service to the public, we are encouraging you to learn sign language. Begin to help break down the discriminatory assumptions persons may have (about the deaf) by engaging with us to make your organisation deaf-friendly,” said Executive Director of the Association, Kimberley Sherlock Marriott-Blake.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> The deaf community is approximately 70,000 persons across the island.</p><cite>—   Executive Director of  the Jamaica Association for the Deaf , Kimberley Sherlock Marriott-Blake </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Mrs. Sherlock Marriott-Blake said the Association offers sign\nlanguage training to corporate entities at a cost, and interested entities may\ncontact them. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She highlighted that sign language can be just as valuable to any\norganisation as a foreign language and should be perceived as such by\nentities.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>If you can teach a deaf person life or entrepreneurial skills, we would love to partner with you.</p><cite> —   Executive Director of  the Jamaica Association for the Deaf , Kimberley Sherlock Marriott-Blake  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“We believe in the need for us to have more persons who can communicate with and provide services for the deaf community. The deaf community is approximately 70,000 persons across the island, and we are talking about persons of different ages who will require different services,” Mrs Sherlock Marriott-Blake pointed out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She is also encouraging persons to volunteer with the Association.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Give of your time. If you can teach a deaf person life or\nentrepreneurial skills, we would love to partner with you, because there are so\nmany skills we would like to teach our students,” Mrs. Sherlock Marriott-Blake\nsaid.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interested volunteers may email the Association at <a rel=\"noreferrer noopener\" href=\"mailto:admin@jamdeaf.org.jm\" target=\"_blank\"><strong>admin@jamdeaf.org.jm</strong></a>.</p>\n<!-- /wp:paragraph -->','Corporate Jamaica encouraged to have workers trained in sign language','','inherit','closed','closed','','6314-revision-v1','','','2019-08-28 18:17:20','2019-08-28 23:17:20','',6314,'https://buzz-caribbean.com/article/6314-revision-v1/',0,'revision','',0),(6318,9,'2019-08-28 18:20:57','2019-08-28 23:20:57','','Salt-Spring-Primary-Renovation','','inherit','open','closed','','salt-spring-primary-renovation','','','2019-08-28 18:20:57','2019-08-28 23:20:57','',6309,'https://buzz-caribbean.com/app/uploads/2019/08/Salt-Spring-Primary-Renovation.jpg',0,'attachment','image/jpeg',0),(6319,4,'2019-08-28 18:21:18','2019-08-28 23:21:18','<!-- wp:image {\"id\":6315} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/RAF-4-1-1024x654.jpg\" alt=\"\" class=\"wp-image-6315\" /><figcaption>Science, Energy and Technology Minister Fayval Williams (centre), NCB Capital Markets Limited Chief Exective Officer, Steven Gooden (left), and New  Forest Energy’s Chief Financial Officer, Chris Guinta.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Science, Energy and Technology Minister, Fayval Williams, says activities related to Jamaica’s emerging Liquefied Natural Gas (LNG) sector will be addressed under the proposed Petroleum (Downstream Activities) Act, being developed by the Government.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These, she outlined, include receipt, storage, processing and distribution. She added that “the legislation will also treat with the licensing, construction, and operation of natural gas terminals and transportation”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'The objectives of the new legislation will be to encourage private investments.\'</p><cite>— Energy Minister Fayval Williams</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Minister\nwas speaking at a bond-signing ceremony between NCB Capital Markets Limited,\nand New Fortress Energy (NFE), at the AC Marriott Hotel in Kingston on Tuesday\n(August 27).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“The objectives of the new legislation will be\nto encourage private investments in the long-term financing and timely\ndevelopment of natural gas for Jamaica,” the Minister added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mrs. Williams noted that LNG has emerged as an integral component of the administration’s drive to secure Jamaica’s energy future, as is the case with other renewables, such as solar and wind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additionally, she\nsaid because natural gas is significantly cheaper and is a less volatile\nalternative to oil, Jamaica is expected to record annual energy savings\ntotalling some US$304 million, consequent on outputs from JPS power plants in\nBogue, St. James; Old Harbour, St. Catherine; and Clarendon-based JAMALCO.</p>\n<!-- /wp:paragraph -->','Proposed law will address activities related to emerging LNG sector','','inherit','closed','closed','','6308-revision-v1','','','2019-08-28 18:21:18','2019-08-28 23:21:18','',6308,'https://buzz-caribbean.com/article/6308-revision-v1/',0,'revision','',0),(6321,9,'2019-08-28 18:23:33','2019-08-28 23:23:33','<!-- wp:image {\"id\":6318} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Salt-Spring-Primary-Renovation-1024x768.jpg\" alt=\"Salt Spring Primary and Infant School\nrenovation\nst james police\" class=\"wp-image-6318\" /><figcaption>Members of the Salt Spring community in Montego Bay, St James, erecting a perimeter fence at the Salt Spring Primary and Infant School recently. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The aesthetics of\nthe Salt Spring Primary and Infant School in Montego Bay, St James, has\nreceived a boost, courtesy of the St James police.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The work, undertaken\nby the police, in collaboration with men from the community, included replacing\nthe school’s perimeter fencing, renovating the garbage receptacle and removing\nbulky waste surrounding the area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A garden was also\nestablished, as part of the overall beautification of the school’s\nsurroundings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The National Solid\nWaste Management Authority (NSWMA) also assisted in the execution of the\nclean-up exercise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Head of the\nCommunity Safety and Security Branch for the St James police, Inspector Yvonne\nWhyte-Powell, said that the beautification project is to ensure the highest\nquality of education in an environment that is conducive for student growth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whyte-Powell added\nthat the project was an extension of the summer camp programme. She noted that\nwhen the new school term begins, “the children coming out to play are no longer\nlooking at garbage, but they are looking at an aesthetically pleasing place”.</p>\n<!-- /wp:paragraph -->','Police help to beautify Salt Spring Primary and Infant School','','inherit','closed','closed','','6309-revision-v1','','','2019-08-28 18:23:33','2019-08-28 23:23:33','',6309,'https://buzz-caribbean.com/article/6309-revision-v1/',0,'revision','',0),(6322,23,'2019-08-29 06:30:21','2019-08-29 11:30:21','<!-- wp:paragraph -->\n<p>The Dual Citizens International Foundation has made back-to-school a bit easier for eight high students from Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The students, who attend Dunoon, Papine, Mona and Excelsior high schools, were presented with textbooks and school bags during a ceremony at the Alhambra Inn Hotel in Kingston recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6329} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dual-citizens-donation-back-to-school-1024x793.jpg\" alt=\"\" class=\"wp-image-6329\" /><figcaption>Eight students received back-to-school supplies from Dual Citizens International Foundation.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The foundation is led by three Jamaican-born women, who are living in the United States. They are Shachera Smith, Camara Chambers and Tehakadi Chambers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Guest Speaker at the function, Dr Ricardo Anderson urged the students to take their education seriously. “Your school environment with your teachers provide rules and guidance. You now have to make choices. When you get that piece of homework or when you are scheduled for a class, attend that class, do the assignment,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ms Smith said the group will be upping the ante. “This is just the beginning. We are determined to make a difference, no matter how small. If we can save one child then we have done something positive,” Smith said.</p>\n<!-- /wp:paragraph -->','Dual Citizens Int\'l presents eight high schoolers with school supplies','','publish','open','closed','','dual-citizens-present-eight-high-schoolers-with-books-and-backpacks','','','2019-08-28 19:08:37','2019-08-29 00:08:37','',0,'https://buzz-caribbean.com/?p=6322',0,'post','',0),(6323,4,'2019-08-28 18:24:52','2019-08-28 23:24:52','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Three Jamaicans who reside in the United States decided they needed to give back to their country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So they decided to select eight high school students in need of financial help and fill out their book lists and give them backpacks.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The three women are the driving force behind the charity organisation Dual Citizens International Foundation.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The students attend Dunoon, Papine, Mona and Excelsior high schools, were presented with the complement of books and school bags during a ceremony held at the Alhambra Inn Hotel in Kingston recently.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The foundation is the brainchild of Shachera Smith, Camara Chambers and Tehakadi Chambers, all Jamaican-born women residing in the United States who want to give back in a positive way to the land of their birth.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Guest Speaker at the function, Dr Ricardo Anderson urged the students to take their education seriously.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Your school environment with your teachers provide rules and guidance,” he said. \"You now have to make choices. When you get that piece of homework or when you are scheduled for a class, attend that class, do the assignment.”<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Smith said the group will be upping the ante.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This is just the beginning. We are determined to make a difference, no matter how small. If we can save one child then we have done something positive,” Smith said</p>\n<!-- /wp:paragraph -->','Dual Citizens present eight high schoolers with books and backpacks','','inherit','closed','closed','','6322-revision-v1','','','2019-08-28 18:24:52','2019-08-28 23:24:52','',6322,'https://buzz-caribbean.com/article/6322-revision-v1/',0,'revision','',0),(6325,9,'2019-08-28 18:28:17','2019-08-28 23:28:17','<!-- wp:image {\"id\":6318} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Salt-Spring-Primary-Renovation-1024x768.jpg\" alt=\"Salt Spring Primary and Infant School\nrenovation\nst james police\" class=\"wp-image-6318\" /><figcaption>Members of the Salt Spring community in Montego Bay, St James, erecting a perimeter fence at the Salt Spring Primary and Infant School recently. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The aesthetics of\nthe Salt Spring Primary and Infant School in Montego Bay, St James, has\nreceived a boost, courtesy of the St James police.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The work, undertaken\nby the police, in collaboration with men from the community, included replacing\nthe school’s perimeter fencing, renovating the garbage receptacle and removing\nbulky waste surrounding the area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A garden was also\nestablished, as part of the overall beautification of the school’s\nsurroundings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The children coming out to play are no longer looking at garbage, but they are looking at an aesthetically pleasing place.” </p><cite>— Inspector Yvonne Whyte-Powell, St James police </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The National Solid\nWaste Management Authority (NSWMA) also assisted in the execution of the\nclean-up exercise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Head of the\nCommunity Safety and Security Branch for the St James police, Inspector Yvonne\nWhyte-Powell, said that the beautification project is to ensure the highest\nquality of education in an environment that is conducive for student growth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whyte-Powell added\nthat the project was an extension of the summer camp programme. She noted that\nwhen the new school term begins, “the children coming out to play are no longer\nlooking at garbage, but they are looking at an aesthetically pleasing place”.</p>\n<!-- /wp:paragraph -->','St James police help to beautify Salt Spring Primary and Infant School','','inherit','closed','closed','','6309-revision-v1','','','2019-08-28 18:28:17','2019-08-28 23:28:17','',6309,'https://buzz-caribbean.com/article/6309-revision-v1/',0,'revision','',0),(6328,4,'2019-08-28 19:00:21','2019-08-29 00:00:21','<!-- wp:paragraph -->\n<p>The Dual Citizens International Foundation has made back-to-school a bit easier for eight high students from Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The students, who attend Dunoon, Papine, Mona and Excelsior high schools, were presented with textbooks and school bags during a ceremony at the Alhambra Inn Hotel in Kingston recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The foundation is led by three Jamaican-born women, who are living in the United States. They are Shachera Smith, Camara Chambers and Tehakadi Chambers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Guest Speaker at the function, Dr Ricardo Anderson urged the students to take their education seriously. “Your school environment with your teachers provide rules and guidance. You now have to make choices. When you get that piece of homework or when you are scheduled for a class, attend that class, do the assignment,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ms Smith said the group will be upping the ante. “This is just the beginning. We are determined to make a difference, no matter how small. If we can save one child then we have done something positive,” Smith said.</p>\n<!-- /wp:paragraph -->','Dual Citizens present eight high schoolers with books and backpacks','','inherit','closed','closed','','6322-revision-v1','','','2019-08-28 19:00:21','2019-08-29 00:00:21','',6322,'https://buzz-caribbean.com/article/6322-revision-v1/',0,'revision','',0),(6329,4,'2019-08-28 19:03:21','2019-08-29 00:03:21','','dual-citizens-donation-back-to-school','','inherit','open','closed','','dual-citizens-donation-back-to-school','','','2019-08-28 19:03:21','2019-08-29 00:03:21','',6322,'https://buzz-caribbean.com/app/uploads/2019/08/dual-citizens-donation-back-to-school.jpg',0,'attachment','image/jpeg',0),(6330,4,'2019-08-28 19:06:54','2019-08-29 00:06:54','<!-- wp:paragraph -->\n<p>The Dual Citizens International Foundation has made back-to-school a bit easier for eight high students from Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The students, who attend Dunoon, Papine, Mona and Excelsior high schools, were presented with textbooks and school bags during a ceremony at the Alhambra Inn Hotel in Kingston recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6329} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dual-citizens-donation-back-to-school-1024x793.jpg\" alt=\"\" class=\"wp-image-6329\" /><figcaption>Eight students received back-to-school supplies from Dual Citizens International Foundation.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The foundation is led by three Jamaican-born women, who are living in the United States. They are Shachera Smith, Camara Chambers and Tehakadi Chambers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Guest Speaker at the function, Dr Ricardo Anderson urged the students to take their education seriously. “Your school environment with your teachers provide rules and guidance. You now have to make choices. When you get that piece of homework or when you are scheduled for a class, attend that class, do the assignment,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ms Smith said the group will be upping the ante. “This is just the beginning. We are determined to make a difference, no matter how small. If we can save one child then we have done something positive,” Smith said.</p>\n<!-- /wp:paragraph -->','Dual Citizens present eight high schoolers with books and backpacks','','inherit','closed','closed','','6322-revision-v1','','','2019-08-28 19:06:54','2019-08-29 00:06:54','',6322,'https://buzz-caribbean.com/article/6322-revision-v1/',0,'revision','',0),(6331,4,'2019-08-28 19:08:32','2019-08-29 00:08:32','<!-- wp:paragraph -->\n<p>The Dual Citizens International Foundation has made back-to-school a bit easier for eight high students from Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The students, who attend Dunoon, Papine, Mona and Excelsior high schools, were presented with textbooks and school bags during a ceremony at the Alhambra Inn Hotel in Kingston recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6329} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dual-citizens-donation-back-to-school-1024x793.jpg\" alt=\"\" class=\"wp-image-6329\" /><figcaption>Eight students received back-to-school supplies from Dual Citizens International Foundation.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The foundation is led by three Jamaican-born women, who are living in the United States. They are Shachera Smith, Camara Chambers and Tehakadi Chambers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Guest Speaker at the function, Dr Ricardo Anderson urged the students to take their education seriously. “Your school environment with your teachers provide rules and guidance. You now have to make choices. When you get that piece of homework or when you are scheduled for a class, attend that class, do the assignment,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ms Smith said the group will be upping the ante. “This is just the beginning. We are determined to make a difference, no matter how small. If we can save one child then we have done something positive,” Smith said.</p>\n<!-- /wp:paragraph -->','Dual Citizens Int\'l presents eight high schoolers with school supplies','','inherit','closed','closed','','6322-revision-v1','','','2019-08-28 19:08:32','2019-08-29 00:08:32','',6322,'https://buzz-caribbean.com/article/6322-revision-v1/',0,'revision','',0),(6332,23,'2019-08-28 19:46:15','2019-08-29 00:46:15','<!-- wp:image {\"id\":6333} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/julian-robinson-integrity-commission.jpg\" alt=\"\" class=\"wp-image-6333\" /><figcaption>PNP General Secretary Julian Robinson. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The People\'s National Party (PNP) is questioning whether all is well at the Integrity Commission in light of Dirk Harrison\'s <a aria-label=\" (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/dirk-harrison-steps-away-from-integrity-commission/\" target=\"_blank\" rel=\"noreferrer noopener\">departure </a>from the entity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PNP General Secretary Julian Robinson said in a statement Wednesday (Aug 27) that the exit of Harrison, who was acting director of corruption prosecution, is another signal that all is not well at the commission.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'Dirk Harrison was fearless and made significant strides in exposing corrupt practices.\'</p><cite>—PNP Gen Sec Julian Robinson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Robinson said: “The PNP is expressing dismay that despite the massive increase in acts of corruption across several ministries and agencies of government over the past year, the Integrity Commission has not prosecuted anyone for the any of these breaches. In his role as Contractor General, Dirk Harrison was fearless and made significant strides in exposing corrupt practices as in the reports on the corruption enabling mechanism in the $800 million de-bushing programme and the questionable transactions in the Rooms Report, however, there has been no action beyond the reports.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said <a aria-label=\"Harrison’s  (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/dirk-harrison-steps-away-from-integrity-commission/\" target=\"_blank\" rel=\"noreferrer noopener\">Harrison’s </a>departure underscores the urgent need for a complete review of the performance of the Integrity Commission to date. Robinson said there should also be a second look at the Integrity Commission Act with a view to strengthening its prosecutorial reach and address gaps in the reporting regulations.</p>\n<!-- /wp:paragraph -->','PNP raises concerns as Dirk Harrison departs Integrity Commission','','publish','open','closed','','pnp-raises-concerns-as-dirk-harrison-departs-integrity-commission','','','2019-08-28 19:46:47','2019-08-29 00:46:47','',0,'https://buzz-caribbean.com/?p=6332',0,'post','',0),(6333,4,'2019-08-28 19:43:27','2019-08-29 00:43:27','','julian-robinson-integrity-commission','','inherit','open','closed','','julian-robinson-integrity-commission','','','2019-08-28 19:43:27','2019-08-29 00:43:27','',6332,'https://buzz-caribbean.com/app/uploads/2019/08/julian-robinson-integrity-commission.jpg',0,'attachment','image/jpeg',0),(6334,4,'2019-08-28 19:46:15','2019-08-29 00:46:15','<!-- wp:image {\"id\":6333} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/julian-robinson-integrity-commission.jpg\" alt=\"\" class=\"wp-image-6333\" /><figcaption>PNP General Secretary Julian Robinson. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The People\'s National Party (PNP) is questioning whether all is well at the Integrity Commission in light of Dirk Harrison\'s <a href=\"https://buzz-caribbean.com/article/dirk-harrison-steps-away-from-integrity-commission/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">departure </a>from the entity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PNP General Secretary Julian Robinson said in a statement Wednesday (Aug 27) that the exit of Harrison, who was acting director of corruption prosecution, is another signal that all is not well at the commission.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'Dirk Harrison was fearless and made significant strides in exposing corrupt practices.\'</p><cite>—PNP Gen Sec Julian Robinson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Robinson said: “The PNP is expressing dismay that despite the massive increase in acts of corruption across several ministries and agencies of government over the past year, the Integrity Commission has not prosecuted anyone for the any of these breaches. In his role as Contractor General, Dirk Harrison was fearless and made significant strides in exposing corrupt practices as in the reports on the corruption enabling mechanism in the $800 million de-bushing programme and the questionable transactions in the Rooms Report, however, there has been no action beyond the reports.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said <a href=\"https://buzz-caribbean.com/article/dirk-harrison-steps-away-from-integrity-commission/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Harrison’s  (opens in a new tab)\">Harrison’s </a>departure underscores the urgent need for a complete review of the performance of the Integrity Commission to date. Robinson said there should also be a second look at the Integrity Commission Act with a view to strengthening its prosecutorial reach and address gaps in the reporting regulations.</p>\n<!-- /wp:paragraph -->','PNP raises concerns as Dirk Harrison departs Integrity Commission','','inherit','closed','closed','','6332-revision-v1','','','2019-08-28 19:46:15','2019-08-29 00:46:15','',6332,'https://buzz-caribbean.com/article/6332-revision-v1/',0,'revision','',0),(6335,4,'2019-08-28 19:46:47','2019-08-29 00:46:47','<!-- wp:image {\"id\":6333} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/julian-robinson-integrity-commission.jpg\" alt=\"\" class=\"wp-image-6333\" /><figcaption>PNP General Secretary Julian Robinson. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The People\'s National Party (PNP) is questioning whether all is well at the Integrity Commission in light of Dirk Harrison\'s <a aria-label=\" (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/dirk-harrison-steps-away-from-integrity-commission/\" target=\"_blank\" rel=\"noreferrer noopener\">departure </a>from the entity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PNP General Secretary Julian Robinson said in a statement Wednesday (Aug 27) that the exit of Harrison, who was acting director of corruption prosecution, is another signal that all is not well at the commission.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'Dirk Harrison was fearless and made significant strides in exposing corrupt practices.\'</p><cite>—PNP Gen Sec Julian Robinson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Robinson said: “The PNP is expressing dismay that despite the massive increase in acts of corruption across several ministries and agencies of government over the past year, the Integrity Commission has not prosecuted anyone for the any of these breaches. In his role as Contractor General, Dirk Harrison was fearless and made significant strides in exposing corrupt practices as in the reports on the corruption enabling mechanism in the $800 million de-bushing programme and the questionable transactions in the Rooms Report, however, there has been no action beyond the reports.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said <a aria-label=\"Harrison’s  (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/dirk-harrison-steps-away-from-integrity-commission/\" target=\"_blank\" rel=\"noreferrer noopener\">Harrison’s </a>departure underscores the urgent need for a complete review of the performance of the Integrity Commission to date. Robinson said there should also be a second look at the Integrity Commission Act with a view to strengthening its prosecutorial reach and address gaps in the reporting regulations.</p>\n<!-- /wp:paragraph -->','PNP raises concerns as Dirk Harrison departs Integrity Commission','','inherit','closed','closed','','6332-revision-v1','','','2019-08-28 19:46:47','2019-08-29 00:46:47','',6332,'https://buzz-caribbean.com/article/6332-revision-v1/',0,'revision','',0),(6336,23,'2019-08-28 20:35:50','2019-08-29 01:35:50','<!-- wp:image {\"id\":2764} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lizzo.jpg\" alt=\"\" class=\"wp-image-2764\" /><figcaption>Lizzo gave an outstanding performance at the MTV Music Awards (File Photo)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The night undisputedly went to Lizzo, Missy Elliot and Normani.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Black girl magic (if you wish to name it) had the crowd and social media fired up as Lizzo grabbed attention with her booty-shaking, electrifying performance. She opened with her smash hit <strong>Truth Hurts</strong>,  before going into another crowd favourite, <strong>Good As Hell</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One social media user stated, “She went from a strip club to a church sermon.” Lizzo, 31, has claimed the title as a true performer since her rise to fame earlier this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6337} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/normani-820x1024.jpg\" alt=\"\" class=\"wp-image-6337\" /><figcaption>The night also belonged to Normani.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Normani, who is a former member of the girl group Fifth Harmony, made her first solo performance since leaving the group and really outdid herself.  She performed her new single <strong>Motivation </strong>and from the beat dropped her fans shooks the Prudential Center in Newark, New Jersey with screams. Her performance was not short on sexy and fun. Despite some wardrobe and audio technicalities she managed to keep up her spirited performance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6312} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/missy-elliot-VMA.jpg\" alt=\"\" class=\"wp-image-6312\" /><figcaption>NEWARK, NEW JERSEY - Rapper Missy Elliott poses in the Press Room during the 2019 MTV Video Music Awards at Prudential Center on August 26, 2019. (Photo by Jim Spellman/WireImage)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Missy Elliot delivered an iconic, unforgettable performance. Her performance recreated some of her previous music videos. The night was stolen by Alyson Stoner, the little girl who \"worked it\" in her <strong>Work It</strong> music video. The crowd was pumped for Missy\'s 10-minute performance. She was also the recipient of the Video Vanguard award.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other performances for the night included Shawn Mendes and Camila Cabello with their sultry sexy performance of their summer hit, <strong>Senorita</strong>, Taylor Swift, Jonas Brothers, Lil Nas X, J Balvin and Bad Bunny, Miley Cyrus, Rosalía and Ozuna. The night closed out with a medley performance from iconic rappers Naughty by Nature, Queen Latifah, Redman,  Wyclef Jean, and Fetty Wap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','MTV Video Music Awards was worth the watch','','publish','open','closed','','mtv-video-music-awards-was-worth-the-watch','','','2019-08-28 20:35:51','2019-08-29 01:35:51','',0,'https://buzz-caribbean.com/?p=6336',0,'post','',0),(6337,4,'2019-08-28 20:13:20','2019-08-29 01:13:20','','normani','','inherit','open','closed','','normani','','','2019-08-28 20:13:20','2019-08-29 01:13:20','',6336,'https://buzz-caribbean.com/app/uploads/2019/08/normani.jpg',0,'attachment','image/jpeg',0),(6338,4,'2019-08-28 20:18:04','2019-08-29 01:18:04','<!-- wp:image {\"id\":6312} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/missy-elliot-VMA.jpg\" alt=\"\" class=\"wp-image-6312\" /><figcaption>NEWARK, NEW JERSEY - Rapper Missy Elliott poses in the Press Room during the 2019 MTV Video Music Awards at Prudential Center on August 26, 2019. (Photo by Jim Spellman/WireImage)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The night\nundisputedly goes to Lizzo, Missy Elliot and Normani.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Black girl magic, if you wish to name it, had the crowd and social media fired up as Lizzo grabbed attention with her booty shaking electrifying performance. She opened with her smash hit “Truth Hurts”, then took the crowd to church with her “Good As Hell” track. One social media user states, “She went from a strip club to a church sermon”. Lizzo 31, has claimed the title as a true performer since her rise to fame earlier this year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Normani 23,former member of the girl group&nbsp;Fifth Harmony did her first solo\nperformance since leaving the group and really out did herself.&nbsp; She performed her newly released single “Motivation”\nand from the beat dropped her fans lit up Prudential Center with screams and yells. Her performance was not short on sexy\nand fun. Despite some Wardrobe and audio technicalities she managed to motivate\nherself to the end. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2764} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lizzo.jpg\" alt=\"\" class=\"wp-image-2764\" /><figcaption>Lizzo gave an outstanding performance at the MTV Music Awards (File Photo)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":6337} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/normani-820x1024.jpg\" alt=\"\" class=\"wp-image-6337\" /><figcaption>The night also belonged to Normani.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Missy Elliot delivered\nan iconic, unforgettable performance. Her performance recreated some of her\nprevious music video and the night was stolen by Alyson Stoner, the little girl\nthat worked it in her “Work It” music video 17 years ago. Missy immensely\nwithout a doubt took the night. The crowd was pumped for the almost 10 minute\nperformance. She was also the recipient of the very much deservingVideo\nVanguard award.<strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other\nperformance for the night includes Shawn Mendes and Camila Cabello with their sultry sexy performance\nof their summer hit, ‘Senorita’, Taylor Swift, Jonas Brothers, Lil Nas X, J Balvin\nand Bad Bunny, Miley Cyrus, Rosalía&nbsp;and Ozuna. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The night closed out with a medley performance from New Jersey’s\nmost iconic rappers, Naughty\nby Nature,&nbsp;Queen Latifah,&nbsp;Redman,&nbsp;Fetty Wap, and&nbsp;Wyclef Jean. This gesture was well appreciated, as it\ntook MTV 40 long years to decide making Prudential Center<strong>,</strong> Newark, New Jersey their home. </p>\n<!-- /wp:paragraph -->','MTV Video Music Awards deemed worth watching','','inherit','closed','closed','','6336-revision-v1','','','2019-08-28 20:18:04','2019-08-29 01:18:04','',6336,'https://buzz-caribbean.com/article/6336-revision-v1/',0,'revision','',0),(6339,4,'2019-08-28 20:21:49','2019-08-29 01:21:49','<!-- wp:image {\"id\":2764} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lizzo.jpg\" alt=\"\" class=\"wp-image-2764\" /><figcaption>Lizzo gave an outstanding performance at the MTV Music Awards (File Photo)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The night\nundisputedly goes to Lizzo, Missy Elliot and Normani.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Black girl magic, if you wish to name it, had the crowd and social media fired up as Lizzo grabbed attention with her booty-shaking, electrifying performance. She opened with her smash hit <strong>Truth Hurts</strong>,  before going into another crowd favourite, <strong>Good As Hell</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One social media user stated, “She went from a strip club to a church sermon”. Lizzo, 31, has claimed the title as a true performer since her rise to fame earlier this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Normani, a former member of the girl group Fifth Harmony, did her first solo performance since leaving the group and really out did herself.  She performed her newly released single <strong>Motivatio</strong>n and from the beat dropped her fans lit up Prudential Center with screams and yells. Her performance was not short on sexy and fun. Despite some Wardrobe and audio technicalities she managed to motivate herself to the end. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6312} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/missy-elliot-VMA.jpg\" alt=\"\" class=\"wp-image-6312\" /><figcaption>NEWARK, NEW JERSEY - Rapper Missy Elliott poses in the Press Room during the 2019 MTV Video Music Awards at Prudential Center on August 26, 2019. (Photo by Jim Spellman/WireImage)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":6337} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/normani-820x1024.jpg\" alt=\"\" class=\"wp-image-6337\" /><figcaption>The night also belonged to Normani.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Missy Elliot delivered\nan iconic, unforgettable performance. Her performance recreated some of her\nprevious music video and the night was stolen by Alyson Stoner, the little girl\nthat worked it in her “Work It” music video 17 years ago. Missy immensely\nwithout a doubt took the night. The crowd was pumped for the almost 10 minute\nperformance. She was also the recipient of the very much deservingVideo\nVanguard award.<strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other\nperformance for the night includes Shawn Mendes and Camila Cabello with their sultry sexy performance\nof their summer hit, ‘Senorita’, Taylor Swift, Jonas Brothers, Lil Nas X, J Balvin\nand Bad Bunny, Miley Cyrus, Rosalía&nbsp;and Ozuna. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The night closed out with a medley performance from New Jersey’s\nmost iconic rappers, Naughty\nby Nature,&nbsp;Queen Latifah,&nbsp;Redman,&nbsp;Fetty Wap, and&nbsp;Wyclef Jean. This gesture was well appreciated, as it\ntook MTV 40 long years to decide making Prudential Center<strong>,</strong> Newark, New Jersey their home. </p>\n<!-- /wp:paragraph -->','MTV Video Music Awards deemed worth watching','','inherit','closed','closed','','6336-revision-v1','','','2019-08-28 20:21:49','2019-08-29 01:21:49','',6336,'https://buzz-caribbean.com/article/6336-revision-v1/',0,'revision','',0),(6340,4,'2019-08-28 20:24:43','2019-08-29 01:24:43','<!-- wp:image {\"id\":2764} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lizzo.jpg\" alt=\"\" class=\"wp-image-2764\" /><figcaption>Lizzo gave an outstanding performance at the MTV Music Awards (File Photo)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The night\nundisputedly goes to Lizzo, Missy Elliot and Normani.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Black girl magic, if you wish to name it, had the crowd and social media fired up as Lizzo grabbed attention with her booty-shaking, electrifying performance. She opened with her smash hit <strong>Truth Hurts</strong>,  before going into another crowd favourite, <strong>Good As Hell</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One social media user stated, “She went from a strip club to a church sermon”. Lizzo, 31, has claimed the title as a true performer since her rise to fame earlier this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6337} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/normani-820x1024.jpg\" alt=\"\" class=\"wp-image-6337\" /><figcaption>The night also belonged to Normani.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Normani, who is a former member of the girl group Fifth Harmony, made her first solo performance since leaving the group and really outdid herself.  She performed her new single <strong>Motivation </strong>and from the beat dropped her fans shooks the Prudential Center in New York with screams. Her performance was not short on sexy and fun. Despite some Wardrobe and audio technicalities she managed to motivate herself to the end. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6312} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/missy-elliot-VMA.jpg\" alt=\"\" class=\"wp-image-6312\" /><figcaption>NEWARK, NEW JERSEY - Rapper Missy Elliott poses in the Press Room during the 2019 MTV Video Music Awards at Prudential Center on August 26, 2019. (Photo by Jim Spellman/WireImage)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Missy Elliot delivered an iconic, unforgettable performance. Her performance recreated some of her previous music video and the night was stolen by Alyson Stoner, the little girl that worked it in her <strong>Work It”</strong> music video 17 years ago. Missy immensely without a doubt took the night. The crowd was pumped for the almost 10 minute performance. She was also the recipient of the very much deservingVideo Vanguard award.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other\nperformance for the night includes Shawn Mendes and Camila Cabello with their sultry sexy performance\nof their summer hit, ‘Senorita’, Taylor Swift, Jonas Brothers, Lil Nas X, J Balvin\nand Bad Bunny, Miley Cyrus, Rosalía&nbsp;and Ozuna. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The night closed out with a medley performance from New Jersey’s\nmost iconic rappers, Naughty\nby Nature,&nbsp;Queen Latifah,&nbsp;Redman,&nbsp;Fetty Wap, and&nbsp;Wyclef Jean. This gesture was well appreciated, as it\ntook MTV 40 long years to decide making Prudential Center<strong>,</strong> Newark, New Jersey their home. </p>\n<!-- /wp:paragraph -->','MTV Video Music Awards deemed worth watching','','inherit','closed','closed','','6336-revision-v1','','','2019-08-28 20:24:43','2019-08-29 01:24:43','',6336,'https://buzz-caribbean.com/article/6336-revision-v1/',0,'revision','',0),(6341,4,'2019-08-28 20:35:50','2019-08-29 01:35:50','<!-- wp:image {\"id\":2764} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lizzo.jpg\" alt=\"\" class=\"wp-image-2764\" /><figcaption>Lizzo gave an outstanding performance at the MTV Music Awards (File Photo)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The night undisputedly went to Lizzo, Missy Elliot and Normani.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Black girl magic (if you wish to name it) had the crowd and social media fired up as Lizzo grabbed attention with her booty-shaking, electrifying performance. She opened with her smash hit <strong>Truth Hurts</strong>,  before going into another crowd favourite, <strong>Good As Hell</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One social media user stated, “She went from a strip club to a church sermon.” Lizzo, 31, has claimed the title as a true performer since her rise to fame earlier this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6337} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/normani-820x1024.jpg\" alt=\"\" class=\"wp-image-6337\" /><figcaption>The night also belonged to Normani.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Normani, who is a former member of the girl group Fifth Harmony, made her first solo performance since leaving the group and really outdid herself.  She performed her new single <strong>Motivation </strong>and from the beat dropped her fans shooks the Prudential Center in Newark, New Jersey with screams. Her performance was not short on sexy and fun. Despite some wardrobe and audio technicalities she managed to keep up her spirited performance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6312} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/missy-elliot-VMA.jpg\" alt=\"\" class=\"wp-image-6312\" /><figcaption>NEWARK, NEW JERSEY - Rapper Missy Elliott poses in the Press Room during the 2019 MTV Video Music Awards at Prudential Center on August 26, 2019. (Photo by Jim Spellman/WireImage)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Missy Elliot delivered an iconic, unforgettable performance. Her performance recreated some of her previous music videos. The night was stolen by Alyson Stoner, the little girl who \"worked it\" in her <strong>Work It</strong> music video. The crowd was pumped for Missy\'s 10-minute performance. She was also the recipient of the Video Vanguard award.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other performances for the night included Shawn Mendes and Camila Cabello with their sultry sexy performance of their summer hit, <strong>Senorita</strong>, Taylor Swift, Jonas Brothers, Lil Nas X, J Balvin and Bad Bunny, Miley Cyrus, Rosalía and Ozuna. The night closed out with a medley performance from iconic rappers Naughty by Nature, Queen Latifah, Redman,  Wyclef Jean, and Fetty Wap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','MTV Video Music Awards was worth the watch','','inherit','closed','closed','','6336-revision-v1','','','2019-08-28 20:35:50','2019-08-29 01:35:50','',6336,'https://buzz-caribbean.com/article/6336-revision-v1/',0,'revision','',0),(6342,21,'2019-08-29 07:30:37','2019-08-29 12:30:37','<!-- wp:image {\"id\":6344} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kamina-johnson-smith-damian-moore-buzz-1-1-1024x683.jpg\" alt=\"\" class=\"wp-image-6344\" /><figcaption><br>Kamina Johnson Smith, Minister of Foreign Affairs and Foreign Trade (left) and Principal of Comfort Castle Primary and Junior High School Dalmain Moore. The pair display a cheque for $343,350, which was donated to the school by Canadian charity, the Tamara Gordon Foundation.  (Photo: Jamaica Information Service [JIS])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Students of Comfort Castle Primary and Junior High School in Portland are the beneficiaries of a $343,350 donation from a Canadian charity, the Tamara Gordon Foundation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister of Foreign Affairs and Foreign Trade, Kamina Johnson Smith, presented the cheque to Principal Dalmain Moore at a ceremony in New Kingston on Tuesday, August 27.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister Johnson, who made the presentation\non behalf of the foundation, said the generous gesture demonstrates the\nimportant role of the diaspora in national development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This significant donation will be very helpful for the programmes you are running at Comfort Castle. It is another example of how our diaspora reaches out to make real change and directly and positively impact the lives of Jamaicans [at home]. It is such a fundamental reason why we appreciate our diaspora so much,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6346} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/comfort-castle-primary-portland-buzz-demo.jpg\" alt=\"\" class=\"wp-image-6346\" /><figcaption>Comfort Castle Primary and Junior High School in Portland (Photo: Josh Hunter)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Senator Johnson Smith lauded the foundation’s director, Tamara Gordon, who has devoted her life to empowering persons with disabilities, despite having suffered personal tragedy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Principal Moore expressed his appreciation for the generous donation, adding the money has come at an opportune time, as preparations are underway for the new academic year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He told JIS News that funds will be used to\nexpand the school’s literacy and numeracy programme in the area, purchase a\ncommercial printer and a desktop computer, among other things.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The fact is the community is economically\nchallenged. Our intention is to see how best we can educate the population,\nbecause by educating the people we are giving the people the power. We are\nchanging a community and the nation as well,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6345} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kamina-johnson-smith-damian-moore-buzz-2-1024x683.jpg\" alt=\"\" class=\"wp-image-6345\" /><figcaption> Minister of Foreign Affairs and Foreign Trade Kamina Johnson Smith (left), presents a cheque for $343,350 to Principal  Dalmain Moore, of Portland-based Comfort Castle Primary and Junior High School. The handover ceremony was held at the ministry in New Kingston on Tuesday. The money was donated by Canadian charity, the Tamara Gordon Foundation.  (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Gordon, of Jamaican parentage, was born in Canada, and tragically became a paraplegic following a serious motor-vehicle accident.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Established in 2013, the Tamara Grant\nFoundation is a community-based charity which seeks to provide support to\npersons with physical disabilities in the greater Toronto area by empowering\nand improving their lives by facilitating equal opportunities for persons of\nthis community, through education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The charity provides financial, social and\nother practical resources necessary for physically challenged persons to be\nself-supporting and to function as contributing members of society. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Tamara Grant Foundation primarily\nprovides scholarships for disabled students to assist with financing their\ntertiary education.</p>\n<!-- /wp:paragraph -->','Canadian charity donates over $340,000 to Portland school','','publish','open','closed','','canadian-charity-donates-over-340000-to-portland-school','','','2019-08-29 09:57:28','2019-08-29 14:57:28','',0,'https://buzz-caribbean.com/?p=6342',0,'post','',0),(6344,14,'2019-08-28 21:23:13','2019-08-29 02:23:13','','kamina-johnson-smith-damian-moore-buzz-1-1','','inherit','open','closed','','kamina-johnson-smith-damian-moore-buzz-1-1','','','2019-08-28 21:23:13','2019-08-29 02:23:13','',6342,'https://buzz-caribbean.com/app/uploads/2019/08/kamina-johnson-smith-damian-moore-buzz-1-1.jpg',0,'attachment','image/jpeg',0),(6345,14,'2019-08-28 21:25:14','2019-08-29 02:25:14','','kamina-johnson-smith-damian-moore-buzz-2','','inherit','open','closed','','kamina-johnson-smith-damian-moore-buzz-2','','','2019-08-28 21:25:14','2019-08-29 02:25:14','',6342,'https://buzz-caribbean.com/app/uploads/2019/08/kamina-johnson-smith-damian-moore-buzz-2.jpg',0,'attachment','image/jpeg',0),(6346,14,'2019-08-28 21:30:43','2019-08-29 02:30:43','','comfort-castle-primary-portland-buzz-demo','','inherit','open','closed','','comfort-castle-primary-portland-buzz-demo','','','2019-08-28 21:30:43','2019-08-29 02:30:43','',6342,'https://buzz-caribbean.com/app/uploads/2019/08/comfort-castle-primary-portland-buzz-demo.jpg',0,'attachment','image/jpeg',0),(6347,14,'2019-08-28 21:41:30','2019-08-29 02:41:30','<!-- wp:image {\"id\":6344} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kamina-johnson-smith-damian-moore-buzz-1-1-1024x683.jpg\" alt=\"\" class=\"wp-image-6344\" /><figcaption><br>Kamina Johnson Smith, Minister of Foreign Affairs and Foreign Trade (left) and Principal of Comfort Castle Primary and Junior High School Dalmain Moore. The pair display a cheque for $343,350, which was donated to the school by Canadian charity, the Tamara Gordon Foundation.  (Photo: Jamaica Information Service [JIS])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Students of Comfort Castle Primary and Junior High School in Portland are the beneficiaries of a $343,350 donation from a Canadian charity, the Tamara Gordon Foundation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister of Foreign Affairs and Foreign Trade, Kamina Johnson Smith, presented the cheque to Principal Dalmain Moore at a ceremony in New Kingston on Tuesday, August 27.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister Johnson, who made the presentation\non behalf of the foundation, said the generous gesture demonstrates the\nimportant role of the diaspora in national development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This significant donation will be very helpful for the programmes you are running at Comfort Castle. It is another example of how our diaspora reaches out to make real change and directly and positively impact the lives of Jamaicans [at home]. It is such a fundamental reason why we appreciate our diaspora so much,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6346} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/comfort-castle-primary-portland-buzz-demo.jpg\" alt=\"\" class=\"wp-image-6346\" /><figcaption>Comfort Castle Primary and Junior High School in Portland (Photo: Josh Hunter)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Senator Johnson Smith lauded the foundation’s director, Tamara Gordon, who has devoted her life to empowering persons with disabilities, despite having suffered personal tragedy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Principal Moore expressed his appreciation for the generous donation, adding the money has come at an opportune time, as preparations are underway for the new academic year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He told JIS News that funds will be used to\nexpand the school’s literacy and numeracy programme in the area, purchase a\ncommercial printer and a desktop computer, among other things.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The fact is the community is economically\nchallenged. Our intention is to see how best we can educate the population,\nbecause by educating the people we are giving the people the power. We are\nchanging a community and the nation as well,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6345} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kamina-johnson-smith-damian-moore-buzz-2-1024x683.jpg\" alt=\"\" class=\"wp-image-6345\" /><figcaption> Minister of Foreign Affairs and Foreign Trade Kamina Johnson Smith (left), presents a cheque for $343,350 to Principal  Dalmain Moore, of Portland-based Comfort Castle Primary and Junior High School. The handover ceremony was held at the ministry in New Kingston on Tuesday. The money was donated by Canadian charity, the Tamara Gordon Foundation.  (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Gordon, of Jamaican parentage, was born in Canada, and tragically became a paraplegic following a serious motor-vehicle accident.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Established in 2013, the Tamara Grant\nFoundation is a community-based charity which seeks to provide support to\npersons with physical disabilities in the greater Toronto area by empowering\nand improving their lives by facilitating equal opportunities for persons of\nthis community, through education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The charity provides financial, social and\nother practical resources necessary for physically challenged persons to be\nself-supporting and to function as contributing members of society. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Tamara Grant Foundation primarily\nprovides scholarships for disabled students to assist with financing their\ntertiary education.</p>\n<!-- /wp:paragraph -->','Canadian charity donates over $340,000 to Portland school','','inherit','closed','closed','','6342-revision-v1','','','2019-08-28 21:41:30','2019-08-29 02:41:30','',6342,'https://buzz-caribbean.com/article/6342-revision-v1/',0,'revision','',0),(6349,4,'2019-08-28 22:13:00','2019-08-29 03:13:00','<!-- wp:paragraph -->\n<p>The Jamaica Association for the Deaf is encouraging corporate\nJamaica to have workers trained in sign language, in light of members of the\ndeaf community experiencing difficulties when conducting transactions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6316} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sherlock-Marriott-Blake-Sign-Language-682x1024.jpg\" alt=\"Executive Director of  the Jamaica Association for the Deaf, Kimberley Sherlock Marriott-Blake speaking at a JIS Think Tank event.\" class=\"wp-image-6316\" /><figcaption> Executive Director of  the Jamaica Association for the Deaf, Kimberley Sherlock Marriott-Blake </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“If your organisation is providing a service to the public, we are encouraging you to learn sign language. Begin to help break down the discriminatory assumptions persons may have (about the deaf) by engaging with us to make your organisation deaf-friendly,” said Executive Director of the Association, Kimberley Sherlock Marriott-Blake.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> The deaf community is approximately 70,000 persons across the island.</p><cite>—   Executive Director of  the Jamaica Association for the Deaf , Kimberley Sherlock Marriott-Blake </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Mrs. Sherlock Marriott-Blake said the Association offers sign\nlanguage training to corporate entities at a cost, and interested entities may\ncontact them. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She highlighted that sign language can be just as valuable to any\norganisation as a foreign language and should be perceived as such by\nentities.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>If you can teach a deaf person life or entrepreneurial skills, we would love to partner with you.</p><cite> —   Executive Director of  the Jamaica Association for the Deaf , Kimberley Sherlock Marriott-Blake  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“We believe in the need for us to have more persons who can communicate with and provide services for the deaf community. The deaf community is approximately 70,000 persons across the island, and we are talking about persons of different ages who will require different services,” Mrs Sherlock Marriott-Blake pointed out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She is also encouraging persons to volunteer with the Association.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Give of your time. If you can teach a deaf person life or\nentrepreneurial skills, we would love to partner with you, because there are so\nmany skills we would like to teach our students,” Mrs. Sherlock Marriott-Blake\nsaid.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interested volunteers may email the Association at&nbsp;<a href=\"mailto:admin@jamdeaf.org.jm\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>admin@jamdeaf.org.jm</strong></a>.</p>\n<!-- /wp:paragraph -->','Corporate Jamaica encouraged to have workers trained in sign language','','inherit','closed','closed','','6314-revision-v1','','','2019-08-28 22:13:00','2019-08-29 03:13:00','',6314,'https://buzz-caribbean.com/article/6314-revision-v1/',0,'revision','',0),(6350,4,'2019-08-28 22:14:41','2019-08-29 03:14:41','','Sherlock Marriott Blake','','inherit','open','closed','','sherlock-marriott-blake-sign-language-featured-image682x1024','','','2019-08-29 11:46:10','2019-08-29 16:46:10','',0,'https://buzz-caribbean.com/app/uploads/2019/08/Sherlock-Marriott-Blake-Sign-Language-featured-image682x1024-.jpg',0,'attachment','image/jpeg',0),(6351,14,'2019-08-29 04:34:25','2019-08-29 09:34:25','<!-- wp:image {\"id\":6353} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-pnp-flat-growth-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-6353\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Opposition Leader, and former Finance Minister, Dr. Peter Phillips, is disappointed in the estimated one percent first-quarter fiscal-year growth for April to June 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Phillips, who had been internationally\ncredited with turning around the fortunes of the country between 2012 and 2016,\ncalls the growth flat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I think we would all be disappointed\ngenerally by the fact the growth for the most recent quarter as reported by the\nPIOJ seems to be flat and I think that reflects the absence of clear policy\ndirection to reform the main sectors of our economy and improve productivity in\nagriculture, for example, which is facing a huge slump, not related to drought\nconditions,” Dr. Phillips pointed out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6354} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jamaica-blue-mountain-coffee-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-6354\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He said that major agriculture and agro-processing sectors such as the sugar cane, cocoa, and coffee industries are all facing crippling problems with governmental policy response in these areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There is literally no effort to define a\nnew economy except for the low wage options that are driving the country now;\nemployment is up so also is poverty and we are seeing that there is an absence\nof serious thoughts and ideas on the part of the government to get economic\ngrowth dynamic moving in the country,” Dr. Phillips said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Planning Institute of Jamaica (PIOJ) is reporting an estimated one percent first-quarter fiscal-year growth for April to June 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6352} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/economic-growth-buzz-demo-1024x521.jpg\" alt=\"\" class=\"wp-image-6352\" /><figcaption>(Photo: City of Johannesburg)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to Director-General Dr. Wayne Henry the out-turn, buoyed primarily by a 1.4 percent expansion of the services industry, extends Jamaica’s growth trend to 18 consecutive quarters or four and a half years, despite the overall flat performance in the goods-producing industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was speaking at the PIOJ’s quarterly\nbriefing at the institute’s head offices in New Kingston recently.</p>\n<!-- /wp:paragraph -->','‘No effort!’ Peter Phillips bemoans flat economic growth','','publish','open','closed','','no-effort-peter-phillips-bemoans-flat-economic-growth','','','2019-08-29 04:34:26','2019-08-29 09:34:26','',0,'https://buzz-caribbean.com/?p=6351',0,'post','',0),(6352,14,'2019-08-29 04:27:59','2019-08-29 09:27:59','','economic-growth-buzz-demo','','inherit','open','closed','','economic-growth-buzz-demo','','','2019-08-29 04:27:59','2019-08-29 09:27:59','',6351,'https://buzz-caribbean.com/app/uploads/2019/08/economic-growth-buzz-demo.jpg',0,'attachment','image/jpeg',0),(6353,14,'2019-08-29 04:30:31','2019-08-29 09:30:31','','Peter Phillips speaking','','inherit','open','closed','','peter-phillips-pnp-flat-growth-buzz-demo','','','2019-08-29 11:45:01','2019-08-29 16:45:01','',6351,'https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-pnp-flat-growth-buzz-demo.jpg',0,'attachment','image/jpeg',0),(6354,14,'2019-08-29 04:34:01','2019-08-29 09:34:01','','Jamaica Blue Mountain Coffee','','inherit','open','closed','','jamaica-blue-mountain-coffee-buzz-demo','','','2019-08-29 11:44:21','2019-08-29 16:44:21','',6351,'https://buzz-caribbean.com/app/uploads/2019/08/jamaica-blue-mountain-coffee-buzz-demo.jpg',0,'attachment','image/jpeg',0),(6355,14,'2019-08-29 04:34:25','2019-08-29 09:34:25','<!-- wp:image {\"id\":6353} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-pnp-flat-growth-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-6353\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Opposition Leader, and former Finance Minister, Dr. Peter Phillips, is disappointed in the estimated one percent first-quarter fiscal-year growth for April to June 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Phillips, who had been internationally\ncredited with turning around the fortunes of the country between 2012 and 2016,\ncalls the growth flat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I think we would all be disappointed\ngenerally by the fact the growth for the most recent quarter as reported by the\nPIOJ seems to be flat and I think that reflects the absence of clear policy\ndirection to reform the main sectors of our economy and improve productivity in\nagriculture, for example, which is facing a huge slump, not related to drought\nconditions,” Dr. Phillips pointed out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6354} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jamaica-blue-mountain-coffee-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-6354\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He said that major agriculture and agro-processing sectors such as the sugar cane, cocoa, and coffee industries are all facing crippling problems with governmental policy response in these areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There is literally no effort to define a\nnew economy except for the low wage options that are driving the country now;\nemployment is up so also is poverty and we are seeing that there is an absence\nof serious thoughts and ideas on the part of the government to get economic\ngrowth dynamic moving in the country,” Dr. Phillips said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Planning Institute of Jamaica (PIOJ) is reporting an estimated one percent first-quarter fiscal-year growth for April to June 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6352} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/economic-growth-buzz-demo-1024x521.jpg\" alt=\"\" class=\"wp-image-6352\" /><figcaption>(Photo: City of Johannesburg)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to Director-General Dr. Wayne Henry the out-turn, buoyed primarily by a 1.4 percent expansion of the services industry, extends Jamaica’s growth trend to 18 consecutive quarters or four and a half years, despite the overall flat performance in the goods-producing industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was speaking at the PIOJ’s quarterly\nbriefing at the institute’s head offices in New Kingston recently.</p>\n<!-- /wp:paragraph -->','‘No effort!’ Peter Phillips bemoans flat economic growth','','inherit','closed','closed','','6351-revision-v1','','','2019-08-29 04:34:25','2019-08-29 09:34:25','',6351,'https://buzz-caribbean.com/article/6351-revision-v1/',0,'revision','',0),(6356,14,'2019-08-29 05:50:08','2019-08-29 10:50:08','<!-- wp:image {\"id\":6362} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/fayval-williams-steven-gooden-chris-guinta-energy-buzz-1024x631.jpg\" alt=\"\" class=\"wp-image-6362\" /><figcaption><br> Science, Energy and Technology Minister Fayval Williams (centre), observes as NCB Capital Markets CEO, Steven Gooden (left), greets New Forest Energy’s CFO Chris Guinta, during a bond signing ceremony between the entities at the AC Marriott Hotel, in Kingston.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Minister of Science, Energy and Technology\nFayval Williams says the overwhelming response to the sale of shares in Wigton\nWindfarm to the public by the Government, clearly demonstrates that Jamaicans\nhave the appetite to invest in the energy sector.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Wigton Initial Public Offer (IPO),\nwhich was oversubscribed by $9 billion, saw approximately 31,000 Jamaicans\npurchasing shares. Additionally, it resulted in 11,000 new investors joining\nthe stock market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6364} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/wigton-windfarm-buzz-demo-1024x410.jpg\" alt=\"\" class=\"wp-image-6364\" /><figcaption>Wigton Wind Farm in Rose Hill, Manchester (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“As an administration, we are serious about\nproviding wealth creation avenues for our people,” Minister Williams said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The minister was among several key speakers\nat a bond-signing ceremony between NCB Capital Markets Limited and New Fortress\nEnergy (NFE), at the AC Marriott Hotel in Kingston, on Tuesday, August 27.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Against the background of the Wigton IPO\nresponse, Williams welcomed plans by NFE to issue a bond to raise US$185\nmillion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The proceeds will be used to complete the\ncombined heat and power plant being built at Clarendon-based bauxite and alumina\nrefinery, JAMALCO.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6365} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jamalco-clarendon-buzz-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-6365\" /><figcaption>The JAMALCO facility in Clarendon (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Liquefied Natural Gas (LNG)-powered\nfacility, which is slated for completion in 2020, will supply steam for the\nrefinery’s operations and electricity to the Jamaica Public Service Company\n(JPS).&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I believe that this move [bond issue] is\nopportune and comes at a time when Jamaicans are bullish about investments. As\nEnergy Minister, I am pleased by the significant investment opportunities being\nafforded to our people via the energy sector,” Williams continued.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Energy Minister further noted that NFE has been a good partner in further developing and diversifying Jamaica’s energy sector through the introduction of LNG in 2016 – where it was perceived by some that there was no opportunity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3679} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-3679\" /><figcaption>New Fortress\' US$1 billion LNG-storage facility, FRST, off the coast of  St. Elizabeth (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She lauded the entity for again “taking a bold move” in presenting the bond issue investment option.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The Government of Jamaica’s partnerships\nwith New Forest and our many other stakeholders have gone a far way towards\nensuring that Jamaica’s energy supply is secure and sufficient to support\nlong-term economic and social development, and environmental sustainability,\nwhich is in accordance with Goal No. 4 of our National Energy Policy,” Williams\nstated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The extent of these developments, Williams\npointed out, include:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Conversion of the JPS’\n114-megawatt energy plant in Bogue, St. James, to an LNG-powered facility.</li><li>Construction of a similarly\npowered 190mw plant in Old Harbour Bay, St. Catherine, the JAMALCO facility,\nand the South Jamaica Power Company.</li><li>As well as the commissioning of\nthe floating storage regasification terminal, “which strategically positions\nJamaica as a premier LNG hub in the region”.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":6363} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/new-fortress-energy-old-harbour-lng-asset-1024x568.jpg\" alt=\"\" class=\"wp-image-6363\" /><figcaption>Construction continues on the  190mw plant in Old Harbour Bay, St. Catherine (Photo: New Fortress Energy)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Williams indicated that Jamaica is in line with the demand for and use of LNG, as globally, the trend is increasing. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the effects of climate change become more evident, governments across the world are working assiduously to reduce harmful emissions, while increasing access to affordable power for their citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> </p>\n<!-- /wp:paragraph -->','Fayval Williams upbeat as more Jamaicans crave to invest in energy sector','','publish','open','closed','','fayval-williams-upbeat-as-more-jamaicans-crave-to-invest-in-energy-sector','','','2019-08-29 05:50:09','2019-08-29 10:50:09','',0,'https://buzz-caribbean.com/?p=6356',0,'post','',0),(6357,14,'2019-08-29 04:48:54','2019-08-29 09:48:54','','sign-language-buzz-demo','','inherit','open','closed','','sign-language-buzz-demo','','','2019-08-29 04:48:54','2019-08-29 09:48:54','',6356,'https://buzz-caribbean.com/app/uploads/2019/08/sign-language-buzz-demo.jpg',0,'attachment','image/jpeg',0),(6359,14,'2019-08-29 05:02:33','2019-08-29 10:02:33','','love-sign-language-buzz-demo','','inherit','open','closed','','love-sign-language-buzz-demo','','','2019-08-29 05:02:33','2019-08-29 10:02:33','',6356,'https://buzz-caribbean.com/app/uploads/2019/08/love-sign-language-buzz-demo.jpg',0,'attachment','image/jpeg',0),(6360,14,'2019-08-29 05:03:34','2019-08-29 10:03:34','','open-sign-buzz-demo','','inherit','open','closed','','open-sign-buzz-demo','','','2019-08-29 05:03:34','2019-08-29 10:03:34','',6314,'https://buzz-caribbean.com/app/uploads/2019/08/open-sign-buzz-demo.jpg',0,'attachment','image/jpeg',0),(6361,14,'2019-08-29 05:04:00','2019-08-29 10:04:00','<!-- wp:image {\"id\":6316} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sherlock-Marriott-Blake-Sign-Language-682x1024.jpg\" alt=\"Executive Director of  the Jamaica Association for the Deaf, Kimberley Sherlock Marriott-Blake speaking at a JIS Think Tank event.\" class=\"wp-image-6316\" /><figcaption> Executive Director of  the Jamaica Association for the Deaf, Kimberley Sherlock Marriott-Blake </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Jamaica Association for the Deaf (JAD) is encouraging corporate Jamaica to have workers trained in sign language, in light of members of the deaf community experiencing difficulties when conducting transactions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“If your organisation is providing a service to the public, we are encouraging you to learn sign language,” Executive Director Kimberley Sherlock Marriott-Blake said at a JIS ‘Think Tank’ recently. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6360} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/open-sign-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-6360\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Begin to help break down the discriminatory assumptions persons may have [about the deaf] by engaging with us to make your organisation deaf-friendly,” she added. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> The deaf community is approximately 70,000 persons across the island.</p><cite>—   Executive Director of  the Jamaica Association for the Deaf , Kimberley Sherlock Marriott-Blake </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>To this end, Sherlock Marriott-Blake indicated that the JAD offers sign language training to corporate entities at a cost and interested entities may contact them. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6357} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/sign-language-buzz-demo-1024x676.jpg\" alt=\"\" class=\"wp-image-6357\" /><figcaption>Photo: Deaf Bible Society</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> The JAD Director further argued that sign language can be just as valuable to any organisation as a foreign language and should be perceived as such by entities.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"If you can teach a deaf person life or entrepreneurial skills, we would love to partner with you.\"</p><cite> —   Executive Director of  the Jamaica Association for the Deaf , Kimberley Sherlock Marriott-Blake  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“We believe in the need for us to have more persons who can communicate with and provide services for the deaf community. The deaf community is approximately 70,000 persons across the island, and we are talking about persons of different ages who will require different services,” Sherlock Marriott-Blake pointed out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She is also encouraging persons to volunteer with the association.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6359} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/love-sign-language-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-6359\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Give of your time. If you can teach a deaf person life or\nentrepreneurial skills, we would love to partner with you, because there are so\nmany skills we would like to teach our students,” Mrs. Sherlock Marriott-Blake\nsaid.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interested volunteers may email the Association at&nbsp;<a href=\"mailto:admin@jamdeaf.org.jm\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>admin@jamdeaf.org.jm</strong></a>.</p>\n<!-- /wp:paragraph -->','Corporate Jamaica encouraged to become deaf-friendly','','inherit','closed','closed','','6314-revision-v1','','','2019-08-29 05:04:00','2019-08-29 10:04:00','',6314,'https://buzz-caribbean.com/article/6314-revision-v1/',0,'revision','',0),(6362,14,'2019-08-29 05:27:06','2019-08-29 10:27:06','','fayval-williams-steven-gooden-chris-guinta','','inherit','open','closed','','fayval-williams-steven-gooden-chris-guinta-energy-buzz','','','2019-08-29 11:43:10','2019-08-29 16:43:10','',6356,'https://buzz-caribbean.com/app/uploads/2019/08/fayval-williams-steven-gooden-chris-guinta-energy-buzz.jpg',0,'attachment','image/jpeg',0),(6363,14,'2019-08-29 05:36:04','2019-08-29 10:36:04','','New Fortress Energy plant','','inherit','open','closed','','new-fortress-energy-old-harbour-lng-asset','','','2019-08-29 11:41:06','2019-08-29 16:41:06','',6356,'https://buzz-caribbean.com/app/uploads/2019/08/new-fortress-energy-old-harbour-lng-asset.jpg',0,'attachment','image/jpeg',0),(6364,14,'2019-08-29 05:43:48','2019-08-29 10:43:48','','Wigton Windfarm','','inherit','open','closed','','wigton-windfarm-buzz-demo','','','2019-08-29 11:39:46','2019-08-29 16:39:46','',6356,'https://buzz-caribbean.com/app/uploads/2019/08/wigton-windfarm-buzz-demo.jpg',0,'attachment','image/jpeg',0),(6365,14,'2019-08-29 05:46:10','2019-08-29 10:46:10','','Jamalco Clarendon','','inherit','open','closed','','jamalco-clarendon-buzz-demo','','','2019-08-29 11:39:19','2019-08-29 16:39:19','',6356,'https://buzz-caribbean.com/app/uploads/2019/08/jamalco-clarendon-buzz-demo.jpg',0,'attachment','image/jpeg',0),(6366,14,'2019-08-29 05:50:08','2019-08-29 10:50:08','<!-- wp:image {\"id\":6362} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/fayval-williams-steven-gooden-chris-guinta-energy-buzz-1024x631.jpg\" alt=\"\" class=\"wp-image-6362\" /><figcaption><br> Science, Energy and Technology Minister Fayval Williams (centre), observes as NCB Capital Markets CEO, Steven Gooden (left), greets New Forest Energy’s CFO Chris Guinta, during a bond signing ceremony between the entities at the AC Marriott Hotel, in Kingston.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Minister of Science, Energy and Technology\nFayval Williams says the overwhelming response to the sale of shares in Wigton\nWindfarm to the public by the Government, clearly demonstrates that Jamaicans\nhave the appetite to invest in the energy sector.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Wigton Initial Public Offer (IPO),\nwhich was oversubscribed by $9 billion, saw approximately 31,000 Jamaicans\npurchasing shares. Additionally, it resulted in 11,000 new investors joining\nthe stock market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6364} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/wigton-windfarm-buzz-demo-1024x410.jpg\" alt=\"\" class=\"wp-image-6364\" /><figcaption>Wigton Wind Farm in Rose Hill, Manchester (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“As an administration, we are serious about\nproviding wealth creation avenues for our people,” Minister Williams said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The minister was among several key speakers\nat a bond-signing ceremony between NCB Capital Markets Limited and New Fortress\nEnergy (NFE), at the AC Marriott Hotel in Kingston, on Tuesday, August 27.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Against the background of the Wigton IPO\nresponse, Williams welcomed plans by NFE to issue a bond to raise US$185\nmillion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The proceeds will be used to complete the\ncombined heat and power plant being built at Clarendon-based bauxite and alumina\nrefinery, JAMALCO.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6365} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jamalco-clarendon-buzz-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-6365\" /><figcaption>The JAMALCO facility in Clarendon (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Liquefied Natural Gas (LNG)-powered\nfacility, which is slated for completion in 2020, will supply steam for the\nrefinery’s operations and electricity to the Jamaica Public Service Company\n(JPS).&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I believe that this move [bond issue] is\nopportune and comes at a time when Jamaicans are bullish about investments. As\nEnergy Minister, I am pleased by the significant investment opportunities being\nafforded to our people via the energy sector,” Williams continued.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Energy Minister further noted that NFE has been a good partner in further developing and diversifying Jamaica’s energy sector through the introduction of LNG in 2016 – where it was perceived by some that there was no opportunity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3679} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-3679\" /><figcaption>New Fortress\' US$1 billion LNG-storage facility, FRST, off the coast of  St. Elizabeth (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She lauded the entity for again “taking a bold move” in presenting the bond issue investment option.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The Government of Jamaica’s partnerships\nwith New Forest and our many other stakeholders have gone a far way towards\nensuring that Jamaica’s energy supply is secure and sufficient to support\nlong-term economic and social development, and environmental sustainability,\nwhich is in accordance with Goal No. 4 of our National Energy Policy,” Williams\nstated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The extent of these developments, Williams\npointed out, include:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Conversion of the JPS’\n114-megawatt energy plant in Bogue, St. James, to an LNG-powered facility.</li><li>Construction of a similarly\npowered 190mw plant in Old Harbour Bay, St. Catherine, the JAMALCO facility,\nand the South Jamaica Power Company.</li><li>As well as the commissioning of\nthe floating storage regasification terminal, “which strategically positions\nJamaica as a premier LNG hub in the region”.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":6363} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/new-fortress-energy-old-harbour-lng-asset-1024x568.jpg\" alt=\"\" class=\"wp-image-6363\" /><figcaption>Construction continues on the  190mw plant in Old Harbour Bay, St. Catherine (Photo: New Fortress Energy)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Williams indicated that Jamaica is in line with the demand for and use of LNG, as globally, the trend is increasing. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the effects of climate change become more evident, governments across the world are working assiduously to reduce harmful emissions, while increasing access to affordable power for their citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> </p>\n<!-- /wp:paragraph -->','Fayval Williams upbeat as more Jamaicans crave to invest in energy sector','','inherit','closed','closed','','6356-revision-v1','','','2019-08-29 05:50:08','2019-08-29 10:50:08','',6356,'https://buzz-caribbean.com/article/6356-revision-v1/',0,'revision','',0),(6367,11,'2019-08-29 11:19:16','2019-08-29 16:19:16','<!-- wp:paragraph -->\n<p>Iconic singer-rapper-producer-songwriter <a href=\"https://buzz-caribbean.com/article/missy-elliott-loses-diamond-necklace-at-the-vmas/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Missy Eliott (opens in a new tab)\">Missy Eliott</a> has been on a continuous roll of excellence. She recently received her long-overdue recognition through MTV’s Michael Jackson Video Vanguard Award and induction in the Songwriters Hall of Fame.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1uAbVrAPMn/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1uAbVrAPMn/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>She\'s maintained that successful tempo with the release of her new project <strong>Iconology</strong> this month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6379} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Iconology-Missy-Elliott-Album-Cover-BUZZ.jpg\" alt=\"Cover of Missy Elliott\'s album Iconology.\" class=\"wp-image-6379\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Iconology</strong>, released on August 23, 2019, is the American hip-hop artiste\'s first body of work since her last album <a rel=\"noreferrer noopener\" aria-label=\"The Cookbook (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=wHV5E-lpme4&amp;list=PL-UWPlRIl68rJjUO_qEj8hNqk_eORGFX2&amp;index=2\" target=\"_blank\">The Cookbook</a>, released in 2005.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6381} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Missy-Elliott-Iconology-BUZZ-1024x677.jpg\" alt=\"Missy Elliott with her VMA Vanguard Award\" class=\"wp-image-6381\" /><figcaption>Missy Elliott at the VMA Awards in August 2019 (Source: billboard.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The entertainer has been receiving rave reviews from the critics for her EP. It received an impressive <strong>82/100</strong> from Metacritic - this followed reviews from Variety <em>(93)</em>, Los Angeles Times <em>(90)</em>, The Line of Best Fit<em> (90</em>), HipHopDX <em>(78)</em>, Entertainment Weekly<em> (75)</em>, New Musical Express (NME) <em>(60)</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/MissyElliott/status/1166796864391385088\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/MissyElliott/status/1166796864391385088\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Missy, who built up anticipation for the album through her social media pages, had her fans in a frenzy following her <a href=\"https://buzz-caribbean.com/article/mtv-video-music-awards-was-worth-the-watch/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"performance (opens in a new tab)\">performance</a> of \"Throw It Back\", one of the singles from the album at the VMA awards. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/MissyElliott/status/1166413377876484097\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/MissyElliott/status/1166413377876484097\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Have you gotten a chance to listen to <strong>Iconology </strong>tell us what you think at <strong>BUZZ</strong>?</p>\n<!-- /wp:paragraph -->','Missy Elliott drops new music','Missy Elliott is having an impressive year, copping the VMA Vanguard Award and dropping her EP Iconology.','publish','open','closed','','missy-elliott-drops-new-music','','','2019-08-29 11:19:20','2019-08-29 16:19:20','',0,'https://buzz-caribbean.com/?p=6367',0,'post','',0),(6368,21,'2019-08-29 10:31:21','2019-08-29 15:31:21','<!-- wp:image {\"id\":6377} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dorian-cat-1-hurricane.jpg\" alt=\"\" class=\"wp-image-6377\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hurricane Dorian is now making its way to Florida and could hit the US late Sunday as a Category 3 hurricane.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Storm, which is now at Category 1, moved through the Eastern Caribbean but thankfully did not cause the level of damage anticipated. It passed through Puerto Rico and the Virgin Islands Wednesday (Aug 28) leaving little damage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The U.S. National Hurricane Center said Dorian was expected to grow into a Category 3 hurricane before hitting the U.S. mainland late Sunday or early Monday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is expected to land somewhere between the Florida Keys and southern Georgia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Florida Governor Ron DeSantis declared a state of emergency for the state’s eastern and central counties Wednesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Across much of Florida’s east coast, residents began\nflocking to the grocery stores and gas stations, stocking up in anticipation of\nthe storm.</p>\n<!-- /wp:paragraph -->','Dorian could hit Florida as a Category 3 hurricane','','publish','open','closed','','dorian-could-hit-florida-as-a-category-3-hurricane','','','2019-08-29 10:31:22','2019-08-29 15:31:22','',0,'https://buzz-caribbean.com/?p=6368',0,'post','',0),(6369,23,'2019-08-29 10:28:41','2019-08-29 15:28:41','<!-- wp:image {\"id\":6370} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Yanique-Curvy-Diva-underwear-20190829-A-1024x778.jpg\" alt=\"Yanique ‘Curvy Diva’ Barrett\nunderwear\" class=\"wp-image-6370\" /><figcaption> Yanique ‘Curvy Diva’ Barrett turned heads with her photo on Wednesday. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After the bashing Yanique ‘Curvy Diva’ Barrett received for removing her underwear on stage at the Pride Ja Breakfast Party on August 6, you would think that her panty dealings would be over. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6371,6372]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Yanique-Curvy-Diva-underwear-20190829-C.jpg\" alt=\"\" data-id=\"6371\" data-link=\"https://buzz-caribbean.com/?attachment_id=6371\" class=\"wp-image-6371\" /><figcaption>This underwear was certainly eye-catching. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Yanique-Curvy-Diva-underwear-20190829-B.jpg\" alt=\"\" data-id=\"6372\" data-link=\"https://buzz-caribbean.com/?attachment_id=6372\" class=\"wp-image-6372\" /><figcaption>This rique photo was posted by  Yanique ‘Curvy Diva’ Barrett on Wednesday. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>However, weeks after the public melee that was followed by Curvy Diva defending her actions, the <strong>Lifestyle</strong> singer again turned heads with a series of photos. On Wednesday evening, she took to social media to hint to her fans that she might be releasing a new underwear line. Not much was revealed about the possible venture, other than some pretty risqué photos and video uploaded to her Instagram page. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, if you’re a fan of feather and lace you might want to follow @yaniquecurvydiva\nfor more updates.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <em><strong>Written by Shania Hanchard</strong></em></p>\n<!-- /wp:paragraph -->','Yanique Curvy Diva shows off eye-popping underwear','','publish','open','closed','','yanique-curvy-diva-shows-off-eye-popping-underwear','','','2019-08-29 17:32:16','2019-08-29 22:32:16','',0,'https://buzz-caribbean.com/?p=6369',0,'post','',0),(6370,9,'2019-08-29 10:20:08','2019-08-29 15:20:08','','Yanique Curvy Diva- underwear','','inherit','open','closed','','yanique-curvy-diva-underwear-20190829-a','','','2019-08-29 11:38:25','2019-08-29 16:38:25','',6369,'https://buzz-caribbean.com/app/uploads/2019/08/Yanique-Curvy-Diva-underwear-20190829-A.jpg',0,'attachment','image/jpeg',0),(6371,9,'2019-08-29 10:20:35','2019-08-29 15:20:35','','Yanique-Curvy-Diva-underwear-20190829-C','','inherit','open','closed','','yanique-curvy-diva-underwear-20190829-c','','','2019-08-29 10:20:35','2019-08-29 15:20:35','',6369,'https://buzz-caribbean.com/app/uploads/2019/08/Yanique-Curvy-Diva-underwear-20190829-C.jpg',0,'attachment','image/jpeg',0),(6372,9,'2019-08-29 10:20:37','2019-08-29 15:20:37','','Yanique Curvy Diva underwear','','inherit','open','closed','','yanique-curvy-diva-underwear-20190829-b','','','2019-08-29 11:37:54','2019-08-29 16:37:54','',6369,'https://buzz-caribbean.com/app/uploads/2019/08/Yanique-Curvy-Diva-underwear-20190829-B.jpg',0,'attachment','image/jpeg',0),(6373,9,'2019-08-29 10:24:28','2019-08-29 15:24:28','<!-- wp:image {\"id\":6370} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Yanique-Curvy-Diva-underwear-20190829-A-1024x778.jpg\" alt=\"Yanique ‘Curvy Diva’ Barrett\nunderwear\" class=\"wp-image-6370\" /><figcaption> Yanique ‘Curvy Diva’ Barrett turned heads with her photo on Wednesday. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After the flogging Yanique ‘Curvy Diva’ Barrett received for removing her underwear on stage at the Pride Ja Breakfast Party on August 6, you would think that her panty dealings would be over. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6371,6372]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Yanique-Curvy-Diva-underwear-20190829-C.jpg\" alt=\"\" data-id=\"6371\" data-link=\"https://buzz-caribbean.com/?attachment_id=6371\" class=\"wp-image-6371\" /><figcaption>This underwear was certainly eye-catching. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Yanique-Curvy-Diva-underwear-20190829-B.jpg\" alt=\"\" data-id=\"6372\" data-link=\"https://buzz-caribbean.com/?attachment_id=6372\" class=\"wp-image-6372\" /><figcaption>This rique photo was posted by  Yanique ‘Curvy Diva’ Barrett on Wednesday. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>However, weeks after the public melee that was followed by Curvy Diva defending her actions, the <strong>Lifestyle</strong> singer again turned heads with a series of photos. On Wednesday evening, she took to social media to hint to her fans that she might be releasing a new underwear line. Not much was revealed about the possible venture, other than some pretty risqué photos and video uploaded to her Instagram page. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, if you’re a fan of feather and lace you might want to follow @yaniquecurvydiva\nfor more updates.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <em><strong>Written by Shania Hanchard</strong></em></p>\n<!-- /wp:paragraph -->','Yanique Curvy Diva shows off eye-popping underwear','','inherit','closed','closed','','6369-revision-v1','','','2019-08-29 10:24:28','2019-08-29 15:24:28','',6369,'https://buzz-caribbean.com/article/6369-revision-v1/',0,'revision','',0),(6374,4,'2019-08-29 10:26:10','2019-08-29 15:26:10','<!-- wp:paragraph -->\n<p>Hurricane Dorian is now making its way to Florida and could hit the US late Sunday as a Category 3 hurricane.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Storm, which is now at Category 1, moved through the Eastern Caribbean but thankfully did not cause the level of damage anticipated. It passed through Puerto Rico and the Virgin Islands Wednesday (Aug 28) leaving little damage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The U.S. National Hurricane Center said Dorian was expected to grow into a potentially devastating Category 3 hurricane before hitting the U.S. mainland late Sunday or early Monday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is expected to land somewhere between the Florida Keys and southern Georgia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Florida Governor Ron DeSantis declared a state of emergency for the state’s eastern and central counties Wednesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Across much of Florida’s east coast, residents began\nflocking to the grocery stores and gas stations, stocking up in anticipation of\nthe storm.</p>\n<!-- /wp:paragraph -->','Dorian could hit Florida as a Category 3 hurricane','','inherit','closed','closed','','6368-revision-v1','','','2019-08-29 10:26:10','2019-08-29 15:26:10','',6368,'https://buzz-caribbean.com/article/6368-revision-v1/',0,'revision','',0),(6375,11,'2019-08-29 10:27:04','2019-08-29 15:27:04','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1uAbVrAPMn/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1uAbVrAPMn/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1uAbVrAPMn/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">#WhatANight Still feeling the love!! Thank you @vmas @pepsi for an amazing night and an epic afterparty!!</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/missymisdemeanorelliott/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Missy Elliott</a> (@missymisdemeanorelliott) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-28T19:08:56+00:00\">Aug 28, 2019 at 12:08pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','dfebd40ff1a8aec95ca8fe361078705a','','','2019-08-29 10:27:04','2019-08-29 15:27:04','',0,'https://buzz-caribbean.com/article/dfebd40ff1a8aec95ca8fe361078705a/',0,'oembed_cache','',0),(6376,11,'2019-08-29 10:28:24','2019-08-29 15:28:24','','Missy-Elliott-Album-Cover','','inherit','open','closed','','missy-elliott-album-cover','','','2019-08-29 10:28:24','2019-08-29 15:28:24','',6367,'https://buzz-caribbean.com/app/uploads/2019/08/Missy-Elliott-Album-Cover.jpg',0,'attachment','image/jpeg',0),(6377,4,'2019-08-29 10:28:43','2019-08-29 15:28:43','','dorian-cat-1-hurricane','','inherit','open','closed','','dorian-cat-1-hurricane','','','2019-08-29 10:28:43','2019-08-29 15:28:43','',6368,'https://buzz-caribbean.com/app/uploads/2019/08/dorian-cat-1-hurricane.jpg',0,'attachment','image/jpeg',0),(6378,4,'2019-08-29 10:31:21','2019-08-29 15:31:21','<!-- wp:image {\"id\":6377} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dorian-cat-1-hurricane.jpg\" alt=\"\" class=\"wp-image-6377\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hurricane Dorian is now making its way to Florida and could hit the US late Sunday as a Category 3 hurricane.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Storm, which is now at Category 1, moved through the Eastern Caribbean but thankfully did not cause the level of damage anticipated. It passed through Puerto Rico and the Virgin Islands Wednesday (Aug 28) leaving little damage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The U.S. National Hurricane Center said Dorian was expected to grow into a Category 3 hurricane before hitting the U.S. mainland late Sunday or early Monday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is expected to land somewhere between the Florida Keys and southern Georgia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Florida Governor Ron DeSantis declared a state of emergency for the state’s eastern and central counties Wednesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Across much of Florida’s east coast, residents began\nflocking to the grocery stores and gas stations, stocking up in anticipation of\nthe storm.</p>\n<!-- /wp:paragraph -->','Dorian could hit Florida as a Category 3 hurricane','','inherit','closed','closed','','6368-revision-v1','','','2019-08-29 10:31:21','2019-08-29 15:31:21','',6368,'https://buzz-caribbean.com/article/6368-revision-v1/',0,'revision','',0),(6379,11,'2019-08-29 10:33:29','2019-08-29 15:33:29','','Missy Elliott Iconology Cover','','inherit','open','closed','','iconology-missy-elliott-album-cover-buzz','','','2019-08-29 11:35:48','2019-08-29 16:35:48','',6367,'https://buzz-caribbean.com/app/uploads/2019/08/Iconology-Missy-Elliott-Album-Cover-BUZZ.jpg',0,'attachment','image/jpeg',0),(6380,23,'2019-08-29 11:16:56','2019-08-29 16:16:56','<!-- wp:image {\"id\":6390} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/educom-scholarship-1-1024x616.jpg\" alt=\"\" class=\"wp-image-6390\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>EduCom Co-operative Credit Union has awarded over $2 million in scholarships to 86 students for the upcoming academic year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The students are at the primary and tertiary level.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The scholarships were presented to the students at EduCom\'s annual award ceremony at the Knutsford Court Hotel, in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6388} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/educom-scholarship-3-1024x682.jpg\" alt=\"\" class=\"wp-image-6388\" /><figcaption>Board Secretary Hector Stephenson presents a certificate to Mishka<br> Bowen, EduCom\'s top-performing student for 2019 in the pep category for the Western Region </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Chief executive officer at Educom, Elvis King, encouraged the recipients to always seek to learn and gain knowledge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"The more time spent on something, the more knowledgeable you become. Focus on those things that really matter,\" King said.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6389} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/educom-scholarship-2-1024x695.jpg\" alt=\"\" class=\"wp-image-6389\" /></figure>\n<!-- /wp:image -->','EduCom presents $2M in scholarship to 86 students','','publish','open','closed','','educom-presents-2m-in-scholarship-to-86-students','','','2019-08-29 11:16:57','2019-08-29 16:16:57','',0,'https://buzz-caribbean.com/?p=6380',0,'post','',0),(6381,11,'2019-08-29 10:41:26','2019-08-29 15:41:26','','Missy Elliott VMAs','','inherit','open','closed','','missy-elliott-iconology-buzz','','','2019-08-29 11:35:05','2019-08-29 16:35:05','',6367,'https://buzz-caribbean.com/app/uploads/2019/08/Missy-Elliott-Iconology-BUZZ.jpg',0,'attachment','image/jpeg',0),(6382,21,'2019-08-29 10:48:41','2019-08-29 15:48:41','<!-- wp:image {\"id\":6383} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lance-bass.jpg\" alt=\"\" class=\"wp-image-6383\" /><figcaption>Lance Bass</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lance Bass thought the \"universe didn\'t want\" him to have kids.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 40-year-old singer and his husband, Michael Turchin, are currently exploring surrogacy options so they can start a family together, and Lance has now said that after having \"gone through seven donors\" and hit \"a lot of walls\", he began to think he was never destined to be a father.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I mean, my whole life I\'ve had this dream of starting a family and then you\'re like, \'Is this just not meant to be?\'.\" </p><cite>—  Lance Bass </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He said: \"There\'s a lot of walls that you hit. I mean we\'ve been working for about a year and a half on creating our family. We\'ve gone through seven donors ... it gets frustrating. And then there\'s a point where you\'re like, \'Well maybe the universe doesn\'t want me to have kids.\' I mean, my whole life I\'ve had this dream of starting a family and then you\'re like, \'Is this just not meant to be?\'.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The NSYNC star and his spouse aren\'t giving up though, and Lance is now sure that kids are \"in the cards\" for the couple.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added: \"But we\'re still going through it, I do think it\'s meant for us. It\'s in the cards, and I hope within the next ... very soon I can announce something very positive. I\'m hoping for 2020.\"</p>\n<!-- /wp:paragraph -->','NSYNC star Lance Bass thought he wasn\'t meant for fatherhood','','publish','open','closed','','nsync-star-lance-bass-thought-he-wasnt-meant-for-fatherhood','','','2019-08-29 10:48:41','2019-08-29 15:48:41','',0,'https://buzz-caribbean.com/?p=6382',0,'post','',0),(6383,9,'2019-08-29 10:46:50','2019-08-29 15:46:50','','Lance Bass','Lance Bass','inherit','open','closed','','lance-bass','','','2019-08-29 10:46:50','2019-08-29 15:46:50','',6382,'https://buzz-caribbean.com/app/uploads/2019/08/lance-bass.jpg',0,'attachment','image/jpeg',0),(6384,9,'2019-08-29 10:48:25','2019-08-29 15:48:25','<!-- wp:image {\"id\":6383} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lance-bass.jpg\" alt=\"\" class=\"wp-image-6383\" /><figcaption>Lance Bass</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lance Bass thought the \"universe didn\'t want\" him to have kids.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 40-year-old singer and his husband, Michael Turchin, are currently exploring surrogacy options so they can start a family together, and Lance has now said that after having \"gone through seven donors\" and hit \"a lot of walls\", he began to think he was never destined to be a father.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I mean, my whole life I\'ve had this dream of starting a family and then you\'re like, \'Is this just not meant to be?\'.\" </p><cite>—  Lance Bass </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He said: \"There\'s a lot of walls that you hit. I mean we\'ve been working for about a year and a half on creating our family. We\'ve gone through seven donors ... it gets frustrating. And then there\'s a point where you\'re like, \'Well maybe the universe doesn\'t want me to have kids.\' I mean, my whole life I\'ve had this dream of starting a family and then you\'re like, \'Is this just not meant to be?\'.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The NSYNC star and his spouse aren\'t giving up though, and Lance is now sure that kids are \"in the cards\" for the couple.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added: \"But we\'re still going through it, I do think it\'s meant for us. It\'s in the cards, and I hope within the next ... very soon I can announce something very positive. I\'m hoping for 2020.\"</p>\n<!-- /wp:paragraph -->','NSYNC star Lance Bass thought he wasn\'t meant for fatherhood','','inherit','closed','closed','','6382-revision-v1','','','2019-08-29 10:48:25','2019-08-29 15:48:25','',6382,'https://buzz-caribbean.com/article/6382-revision-v1/',0,'revision','',0),(6385,11,'2019-08-29 10:51:35','2019-08-29 15:51:35','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Stream my new song I performed on The VMAS last night called “ThrowItBack” off my EP “ICONOLOGY stream <a href=\"https://twitter.com/hashtag/iconology?src=hash&amp;ref_src=twsrc%5Etfw\">#iconology</a> and <a href=\"https://twitter.com/hashtag/ThrowItBack?src=hash&amp;ref_src=twsrc%5Etfw\">#ThrowItBack</a> ???????right here <a href=\"https://t.co/IImQdk09Ur\">https://t.co/IImQdk09Ur</a> we SNAPPING <a href=\"https://t.co/zFvCKrDjFN\">pic.twitter.com/zFvCKrDjFN</a></p>&mdash; Missy Elliott (@MissyElliott) <a href=\"https://twitter.com/MissyElliott/status/1166413377876484097?ref_src=twsrc%5Etfw\">August 27, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','9761cb2cf8772075df76971b476235a5','','','2019-08-29 10:51:35','2019-08-29 15:51:35','',0,'https://buzz-caribbean.com/article/9761cb2cf8772075df76971b476235a5/',0,'oembed_cache','',0),(6386,11,'2019-08-29 10:54:10','2019-08-29 15:54:10','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Check out m NEW plaque WOW just WOW! They gave me 4 different ones This plaque IT’S ALMOST as BIG as ME??? I’m so thankful?????? Everyone At <a href=\"https://twitter.com/AtlanticRecords?ref_src=twsrc%5Etfw\">@AtlanticRecords</a> I THANK YOU ALL for believing in me &amp; my creative vision?❤️ I am humbled❤️ <a href=\"https://t.co/N7o7W5E6uB\">pic.twitter.com/N7o7W5E6uB</a></p>&mdash; Missy Elliott (@MissyElliott) <a href=\"https://twitter.com/MissyElliott/status/1166796864391385088?ref_src=twsrc%5Etfw\">August 28, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','c0a620cbb3147cea15aea07d297e7dc1','','','2019-08-29 10:54:10','2019-08-29 15:54:10','',0,'https://buzz-caribbean.com/article/c0a620cbb3147cea15aea07d297e7dc1/',0,'oembed_cache','',0),(6387,4,'2019-08-29 10:58:47','2019-08-29 15:58:47','<!-- wp:paragraph -->\n<p>EduCom Co-operative Credit Union has awarded over $2 million in scholarships to 86 students for the upcoming academic year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The students are at the primary and tertiary level. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The scholarships were presented to the students at Educom\'s annual award ceremony at the Knutsford Court Hotel, in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chief executive officer at Educom, Elvis King, encouraged the recipients to always seek to learn and gain knowledge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"The more time spent on something, the more knowledgeable you become. Focus on those things that really matter,\" King said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>photo 1 shows... EduCom co-operative credit union chief executive officer, Elvis King (right of photo) and board secretary, Hector Stephenson (left) flocked by cohort of pep recipients at the conclusion of the 2019 scholarship award ceremony </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>photo 2 shows... mr\nelvis king and mr hector stephenson alongside the full cohort of tertiary\nrecipients following the ceremony&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>photo 3 shows... board secretary mr hector stephenson (left of photo) presenting a award to educom\'s top performing student for 2019 in the pep catagory, for the western region mishka bowen</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','EduCom presents $2million in scholarship to 86 students','','inherit','closed','closed','','6380-revision-v1','','','2019-08-29 10:58:47','2019-08-29 15:58:47','',6380,'https://buzz-caribbean.com/article/6380-revision-v1/',0,'revision','',0),(6388,4,'2019-08-29 11:02:42','2019-08-29 16:02:42','','Mishka Bowen and Hector Stephenson','','inherit','open','closed','','educom-scholarship-3','','','2019-08-29 11:34:32','2019-08-29 16:34:32','',6380,'https://buzz-caribbean.com/app/uploads/2019/08/educom-scholarship-3.jpg',0,'attachment','image/jpeg',0),(6389,4,'2019-08-29 11:02:53','2019-08-29 16:02:53','','educom-scholarship-2','','inherit','open','closed','','educom-scholarship-2','','','2019-08-29 11:02:53','2019-08-29 16:02:53','',6380,'https://buzz-caribbean.com/app/uploads/2019/08/educom-scholarship-2.jpg',0,'attachment','image/jpeg',0),(6390,4,'2019-08-29 11:03:07','2019-08-29 16:03:07','','Educom Annual Scholarship','','inherit','open','closed','','educom-scholarship-1','','','2019-08-29 11:33:19','2019-08-29 16:33:19','',6380,'https://buzz-caribbean.com/app/uploads/2019/08/educom-scholarship-1.jpg',0,'attachment','image/jpeg',0),(6391,9,'2019-08-29 11:30:21','2019-08-29 16:30:21','<!-- wp:image {\"id\":6395} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/michael-jackson-Dangerous-Tour-2-billboard-1548-1024x677.jpg\" alt=\"\" class=\"wp-image-6395\" /><figcaption>Michael Jackson (Photo: Billboard.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Although Michael Jackson passed away 10 years ago on June 25, 2009, the\nworld still celebrates the pop icon on his birthday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=LeiFF0gvqcc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=LeiFF0gvqcc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The King of Pop was born on August 29, 1958, in Gary, Indiana, to mother Katherine Jackson and father Joseph Jackson. At only five years old, he embarked on a music career and joined four of his brothers to form the Jackson 5. After creating many hits with Jackson 5, he would go on to make his name as a solo act, thrilling the world with several albums and singles. His contribution to music, dance and fashion made him a mega superstar and an important global figure for more than four decades. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=sOnqjkJTMaA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=sOnqjkJTMaA\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>So, as <strong>BUZZ</strong> celebrates Michael Jackson on his birthday, we have created a list of some of our favourite songs from the pop icon.   </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Billie Jean</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>They Don’t Care About Us</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>You Are Not Alone</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Thriller</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Earth Song</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Man In The Mirror</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Remember The Time</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Rock With You</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Human Nature</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>The Girl Is Mine </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Tell us: What is your favourite Michael Jackson song?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6402} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Michael-Jackson-20190829.jpg\" alt=\"\" class=\"wp-image-6402\" /><figcaption>Michael Jackson in his younger days. (Photo: michaeljackson.com)</figcaption></figure>\n<!-- /wp:image -->','Celebrating Michael Jackson on his birthday','','publish','open','closed','','celebrating-michael-jackson-on-his-birthday','','','2019-08-29 11:30:22','2019-08-29 16:30:22','',0,'https://buzz-caribbean.com/?p=6391',0,'post','',0),(6394,4,'2019-08-29 11:08:16','2019-08-29 16:08:16','<!-- wp:image {\"id\":6390} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/educom-scholarship-1-1024x616.jpg\" alt=\"\" class=\"wp-image-6390\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>EduCom Co-operative Credit Union has awarded over $2 million in scholarships to 86 students for the upcoming academic year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The students are at the primary and tertiary level. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The scholarships were presented to the students at Educom\'s annual award ceremony at the Knutsford Court Hotel, in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6388} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/educom-scholarship-3-1024x682.jpg\" alt=\"\" class=\"wp-image-6388\" /><figcaption>Board Secretary Hector Stephenson (left of photo) presenting a award to educom\'s top performing student for 2019 in the pep category for the western region Mishka<br> Bowen</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Chief executive officer at Educom, Elvis King, encouraged the recipients to always seek to learn and gain knowledge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"The more time spent on something, the more knowledgeable you become. Focus on those things that really matter,\" King said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6389} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/educom-scholarship-2-1024x695.jpg\" alt=\"\" class=\"wp-image-6389\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>photo 1 shows... EduCom co-operative credit union chief executive officer, Elvis King (right of photo) and board secretary, Hector Stephenson (left) flocked by cohort of pep recipients at the conclusion of the 2019 scholarship award ceremony </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>photo 2 shows... mr\nelvis king and mr hector stephenson alongside the full cohort of tertiary\nrecipients following the ceremony&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>photo 3 shows... board secretary mr hector stephenson (left of photo) presenting a award to educom\'s top performing student for 2019 in the pep catagory, for the western region mishka bowen</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','EduCom presents $2million in scholarship to 86 students','','inherit','closed','closed','','6380-revision-v1','','','2019-08-29 11:08:16','2019-08-29 16:08:16','',6380,'https://buzz-caribbean.com/article/6380-revision-v1/',0,'revision','',0),(6395,9,'2019-08-29 11:11:40','2019-08-29 16:11:40','','michael-jackson-Dangerous-Tour-2-billboard-1548','','inherit','open','closed','','michael-jackson-dangerous-tour-2-billboard-1548','','','2019-08-29 11:11:40','2019-08-29 16:11:40','',6391,'https://buzz-caribbean.com/app/uploads/2019/08/michael-jackson-Dangerous-Tour-2-billboard-1548.jpg',0,'attachment','image/jpeg',0),(6396,4,'2019-08-29 11:16:56','2019-08-29 16:16:56','<!-- wp:image {\"id\":6390} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/educom-scholarship-1-1024x616.jpg\" alt=\"\" class=\"wp-image-6390\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>EduCom Co-operative Credit Union has awarded over $2 million in scholarships to 86 students for the upcoming academic year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The students are at the primary and tertiary level.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The scholarships were presented to the students at EduCom\'s annual award ceremony at the Knutsford Court Hotel, in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6388} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/educom-scholarship-3-1024x682.jpg\" alt=\"\" class=\"wp-image-6388\" /><figcaption>Board Secretary Hector Stephenson presents a certificate to Mishka<br> Bowen, EduCom\'s top-performing student for 2019 in the pep category for the Western Region </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Chief executive officer at Educom, Elvis King, encouraged the recipients to always seek to learn and gain knowledge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"The more time spent on something, the more knowledgeable you become. Focus on those things that really matter,\" King said.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6389} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/educom-scholarship-2-1024x695.jpg\" alt=\"\" class=\"wp-image-6389\" /></figure>\n<!-- /wp:image -->','EduCom presents $2M in scholarship to 86 students','','inherit','closed','closed','','6380-revision-v1','','','2019-08-29 11:16:56','2019-08-29 16:16:56','',6380,'https://buzz-caribbean.com/article/6380-revision-v1/',0,'revision','',0),(6397,23,'2019-08-29 12:25:03','2019-08-29 17:25:03','<!-- wp:image {\"id\":6411} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-92.png\" alt=\"\" class=\"wp-image-6411\" /><figcaption>Members of the entertainment fraternity met with Prime Minister Andrew Holness Wednesday (Aug 28) over the issue of mining in the Cockpit Country.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister Andrew Holness met with members of the entertainment fraternity who have been vocal about the issue of mining in the Cockpit Country in Trelawny.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The entertainers, who attended the meeting at Jamaica House on Wednesday (Aug 28), were Bounty Killer, Queen Ifrica, and Tony Rebel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6410} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-91.png\" alt=\"\" class=\"wp-image-6410\" /><figcaption>From left: Bounty Killer, Andrew Holness and Tony Rebel.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“There is much misinformation in the public domain and I engaged them with the facts. This Government took the bold move to ensure the Cockpit Country is protected. The Government is looking at the issue of the Cockpit Country in a comprehensive way. We are currently on the ground physically marking the area in a process known as ground-truthing,” the Holness noted in a social media post.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The discussions were enlightening. I\nrestated my position that this Government remains committed to protecting the\nCockpit Country. I ask members of the public to refrain from disturbing the\nmarkings from the ground truthing exercise,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6408} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-89.png\" alt=\"\" class=\"wp-image-6408\" /><figcaption>From left: Tony Rebel, Minister Daryl Vaz, Queen Ifrika, Prime Minister Andrew Holness, Senator Matthew Samuda and Bounty Killer.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Others at the meeting were representatives of the Forestry Department,  Daryl Vaz, who is the minister with responsibility for the environment, and Government Senator Matthew Samuda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6407} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cockpit-meeting1-1024x682.jpg\" alt=\"\" class=\"wp-image-6407\" /><figcaption>Andrew Holness, Tony Rebel and Queen Ifrika.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Prime Minister posted photos taken during and after the deliberations, which included a Powerpoint presentation, on his Facebook Page and on Twitter. In the multiple shots, the PM greets a beaming Queen Ifrica with a tight hug.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6409} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-90.png\" alt=\"\" class=\"wp-image-6409\" /><figcaption>Queen Ifrika and Prime Minister Andrew Holness greet each other with a tight embrace.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":6412} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-93.png\" alt=\"\" class=\"wp-image-6412\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The three artistes, along with entertainer Spragga Benz, had been taking the Holness administration to task on social media over the issue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em> — Article written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Entertainers, prime minister meet to discuss Cockpit Country mining','','publish','open','closed','','entertainers-prime-minister-meet-to-discuss-cockpit-country-mining','','','2019-08-29 12:25:04','2019-08-29 17:25:04','',0,'https://buzz-caribbean.com/?p=6397',0,'post','',0),(6398,4,'2019-08-29 11:18:25','2019-08-29 16:18:25','<!-- wp:paragraph -->\n<p>In a seeming bid to quell the anxiety of\nBounty Killer, Queen Ifrica, and Tony Rebel over rumours of proposed mining within\nthe Cockpit Country in Trelawny, Prime Minister of Jamaica, Andrew Holness met up\nwith the three Dancehall champions at Jamaica House yesterday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Holness, he had a “very engaging\nconversation on the area designated as the Cockpit Country Protected Area” with\nthe three, along with representatives of the Forestry Department, Minister with\nresponsibility for the environment, Daryl Vaz&nbsp;and Government Senator Matthew\nSamuda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Prime Minister posted photos taken\nduring and after the deliberations, which included a Powerpoint presentation,\non his Facebook Page and on Twitter last evening. &nbsp;&nbsp;In the multiple shots, the PM greets a beaming\nQueen Ifrica with a tight hug, perhaps an indication that he held no hard\nfeelings toward the artiste for holding him and his Ministers accountable. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There is much misinformation in the\npublic domain and I engaged them with the facts. This Government took the bold\nmove to ensure the Cockpit Country is protected.&nbsp; The Government is looking at the issue of the\nCockpit Country in a comprehensive way.&nbsp; We are currently on the ground\nphysically marking the area in a process known as ground truthing,” the Prime\nMinister noted in his post.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The discussions were enlightening. I\nrestated my position that this Government remains committed to protecting the\nCockpit Country. I ask members of the public to refrain from disturbing the\nmarkings from the ground truthing exercise,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The three artistes, along with their compatriot\nSpragga Benz, have been taking the Holness administration to task on social\nmedia, over the last several weeks, as concerns continue to reign that approval\nhas been given to Noranda Bauxite Company to extract bauxite ore from lands which\nwithin the Cockpit, which is one of the island’s most biodiverse areas and\nwhere much of the island’s water sources spring.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','6397-revision-v1','','','2019-08-29 11:18:25','2019-08-29 16:18:25','',6397,'https://buzz-caribbean.com/article/6397-revision-v1/',0,'revision','',0),(6399,11,'2019-08-29 11:19:16','2019-08-29 16:19:16','<!-- wp:paragraph -->\n<p>Iconic singer-rapper-producer-songwriter <a href=\"https://buzz-caribbean.com/article/missy-elliott-loses-diamond-necklace-at-the-vmas/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Missy Eliott (opens in a new tab)\">Missy Eliott</a> has been on a continuous roll of excellence. She recently received her long-overdue recognition through MTV’s Michael Jackson Video Vanguard Award and induction in the Songwriters Hall of Fame.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1uAbVrAPMn/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1uAbVrAPMn/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>She\'s maintained that successful tempo with the release of her new project <strong>Iconology</strong> this month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6379} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Iconology-Missy-Elliott-Album-Cover-BUZZ.jpg\" alt=\"Cover of Missy Elliott\'s album Iconology.\" class=\"wp-image-6379\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Iconology</strong>, released on August 23, 2019, is the American hip-hop artiste\'s first body of work since her last album <a rel=\"noreferrer noopener\" aria-label=\"The Cookbook (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=wHV5E-lpme4&amp;list=PL-UWPlRIl68rJjUO_qEj8hNqk_eORGFX2&amp;index=2\" target=\"_blank\">The Cookbook</a>, released in 2005.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6381} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Missy-Elliott-Iconology-BUZZ-1024x677.jpg\" alt=\"Missy Elliott with her VMA Vanguard Award\" class=\"wp-image-6381\" /><figcaption>Missy Elliott at the VMA Awards in August 2019 (Source: billboard.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The entertainer has been receiving rave reviews from the critics for her EP. It received an impressive <strong>82/100</strong> from Metacritic - this followed reviews from Variety <em>(93)</em>, Los Angeles Times <em>(90)</em>, The Line of Best Fit<em> (90</em>), HipHopDX <em>(78)</em>, Entertainment Weekly<em> (75)</em>, New Musical Express (NME) <em>(60)</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/MissyElliott/status/1166796864391385088\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/MissyElliott/status/1166796864391385088\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Missy, who built up anticipation for the album through her social media pages, had her fans in a frenzy following her <a href=\"https://buzz-caribbean.com/article/mtv-video-music-awards-was-worth-the-watch/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"performance (opens in a new tab)\">performance</a> of \"Throw It Back\", one of the singles from the album at the VMA awards. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/MissyElliott/status/1166413377876484097\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/MissyElliott/status/1166413377876484097\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Have you gotten a chance to listen to <strong>Iconology </strong>tell us what you think at <strong>BUZZ</strong>?</p>\n<!-- /wp:paragraph -->','Missy Elliott drops new music','Missy Elliott is having an impressive year, copping the VMA Vanguard Award and dropping her EP Iconology.','inherit','closed','closed','','6367-revision-v1','','','2019-08-29 11:19:16','2019-08-29 16:19:16','',6367,'https://buzz-caribbean.com/article/6367-revision-v1/',0,'revision','',0),(6400,11,'2019-08-29 12:17:39','2019-08-29 17:17:39','<!-- wp:paragraph -->\n<p>The dynamic Reggae sensation Koffee continues to make waves with her debut EP, <strong>Rapture</strong>, re-entering the <a href=\"https://buzz-caribbean.com/article/third-world-debuts-at-no-3-on-billboard-reggae-chart/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Billboard Reggae chart (opens in a new tab)\">Billboard Reggae chart</a> at number 8.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6415} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Koffee-Billboard-Reggae-Charts-Top-10-BUZZ.jpg\" alt=\"Koffee\'s EP Rapture featuring at number 8 on the Billboard Reggae chart.\" class=\"wp-image-6415\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Toast </strong>singer was recently included on former US President, Barack Obama\'s<a href=\"https://buzz-caribbean.com/article/koffee-on-barack-obamas-summer-2019-playlist/\"> Summer Playlist 2019</a>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1jUzzegMY0/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1jUzzegMY0/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The infectious, upbeat track was released as Koffee\'s debut single, featuring catchy lyrics that had fans chanting \"Gratitude is a must\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6416} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-toast-cover-artwork-1024x1024.jpg\" alt=\"Cover artwork for Koffee\'s single, Toast.\" class=\"wp-image-6416\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Eighteen-year-old Koffee is currently <a href=\"https://buzz-caribbean.com/article/koffee-kicks-off-us-tour-tonight-in-oregon/\">on tour in the US</a>, where she is scheduled to be in Las Vegas at the House of Blues tonight (August 29). According to her website, the US tour is scheduled to continue until September 25 and then picks back up in Europe with her first stop in London, UK,  on November 9.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Do you still have Rapture on your playlist?</em></p>\n<!-- /wp:paragraph -->','Koffee\'s Rapture re-enters Billboard Reggae top 10','Koffee\'s debut EP, Rapture has re-entered the top 10 on the Billboard Reggae chart.','publish','open','closed','','koffees-rapture-re-enters-billboard-reggae-top-10','','','2019-08-29 12:17:40','2019-08-29 17:17:40','',0,'https://buzz-caribbean.com/?p=6400',0,'post','',0),(6401,9,'2019-08-29 11:21:11','2019-08-29 16:21:11','<iframe title=\"Michael Jackson - Thriller (Official Music Video)\" width=\"1333\" height=\"1000\" src=\"https://www.youtube.com/embed/sOnqjkJTMaA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','27e24d2f3a361f874ca32f5c89d3397a','','','2019-08-29 11:21:11','2019-08-29 16:21:11','',0,'https://buzz-caribbean.com/article/27e24d2f3a361f874ca32f5c89d3397a/',0,'oembed_cache','',0),(6402,9,'2019-08-29 11:21:48','2019-08-29 16:21:48','','Michael-Jackson-20190829','','inherit','open','closed','','michael-jackson-20190829','','','2019-08-29 11:21:48','2019-08-29 16:21:48','',6391,'https://buzz-caribbean.com/app/uploads/2019/08/Michael-Jackson-20190829.jpg',0,'attachment','image/jpeg',0),(6403,9,'2019-08-29 11:23:28','2019-08-29 16:23:28','<iframe title=\"Michael Jackson - Remember The Time (Official Video)\" width=\"1333\" height=\"1000\" src=\"https://www.youtube.com/embed/LeiFF0gvqcc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','9b9225663b55495960863a2873522c89','','','2019-08-29 11:23:28','2019-08-29 16:23:28','',0,'https://buzz-caribbean.com/article/9b9225663b55495960863a2873522c89/',0,'oembed_cache','',0),(6404,9,'2019-08-29 11:29:53','2019-08-29 16:29:53','<!-- wp:image {\"id\":6395} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/michael-jackson-Dangerous-Tour-2-billboard-1548-1024x677.jpg\" alt=\"\" class=\"wp-image-6395\" /><figcaption>Michael Jackson (Photo: Billboard.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Although Michael Jackson passed away 10 years ago on June 25, 2009, the\nworld still celebrates the pop icon on his birthday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=LeiFF0gvqcc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=LeiFF0gvqcc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The King of Pop was born on August 29, 1958, in Gary, Indiana, to mother Katherine Jackson and father Joseph Jackson. At only five years old, he embarked on a music career and joined four of his brothers to form the Jackson 5. After creating many hits with Jackson 5, he would go on to make his name as a solo act, thrilling the world with several albums and singles. His contribution to music, dance and fashion made him a mega superstar and an important global figure for more than four decades. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=sOnqjkJTMaA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=sOnqjkJTMaA\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>So, as <strong>BUZZ</strong> celebrates Michael Jackson on his birthday, we have created a list of some of our favourite songs from the pop icon.   </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Billie Jean</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>They Don’t Care About Us</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>You Are Not Alone</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Thriller</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Earth Song</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Man In The Mirror</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Remember The Time</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Rock With You</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Human Nature</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>The Girl Is Mine </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Tell us: What is your favourite Michael Jackson song?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6402} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Michael-Jackson-20190829.jpg\" alt=\"\" class=\"wp-image-6402\" /><figcaption>Michael Jackson in his younger days. (Photo: michaeljackson.com)</figcaption></figure>\n<!-- /wp:image -->','Celebrating Michael Jackson on his birthday','','inherit','closed','closed','','6391-revision-v1','','','2019-08-29 11:29:53','2019-08-29 16:29:53','',6391,'https://buzz-caribbean.com/article/6391-revision-v1/',0,'revision','',0),(6405,21,'2019-08-29 11:43:57','2019-08-29 16:43:57','<!-- wp:image {\"id\":6406} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tourism-minister-edmund-bartlett-20190829-1024x678.jpg\" alt=\"\" class=\"wp-image-6406\" /><figcaption>Tourism Minister Edmund Bartlett (left) greets a member of the Red Cap Porters Association during a function at the Sangster International Airport in Montego Bay earlier this year. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Several stakeholders\nhave welcomed the impending implementation of the Tourism Workers’ Pension\nScheme by the Government.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The initiative,\nbeing piloted by the Ministry of Tourism, is a defined contributory plan\nsupported by legislation, and will require mandatory contributions by workers\nand employers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It will cover all\nworkers, aged 18 to 59, whether permanent, contract or self-employed. Benefits\nwill be payable at age 65 years or older. The scheme is programmed for rollout\nin 2020.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Good days for the little man.” </p><cite> — Ocho Rios craft trader Milton Scott </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A number of persons, including raftsmen, airport bag handlers, and contract workers, who have spent most of their lives working in the industry, say the scheme is nothing short of “historic” while calling it a victory for work relations in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ocho Rios craft\ntrader Milton Scott says he was initially skeptical when the Scheme was first\nproposed, noting “I thought it was wishful thinking.” However, he now anticipates\nthat the scheme’s introduction will make a big difference, and mark the start\nof “good days for the little man”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part,\nTourism Minister Edmund Bartlett describes the pension scheme as a “signature\naccomplishment” for the industry, and general work relations in Jamaica.</p>\n<!-- /wp:paragraph -->','Tourism stakeholders welcome pension scheme','','publish','open','closed','','tourism-stakeholders-welcome-pension-scheme','','','2019-08-29 11:43:58','2019-08-29 16:43:58','',0,'https://buzz-caribbean.com/?p=6405',0,'post','',0),(6406,9,'2019-08-29 11:38:48','2019-08-29 16:38:48','','Tourism-minister-edmund-bartlett-20190829','','inherit','open','closed','','tourism-minister-edmund-bartlett-20190829','','','2019-08-29 11:38:48','2019-08-29 16:38:48','',6405,'https://buzz-caribbean.com/app/uploads/2019/08/Tourism-minister-edmund-bartlett-20190829.jpg',0,'attachment','image/jpeg',0),(6407,4,'2019-08-29 11:40:21','2019-08-29 16:40:21','','cockpit-meeting1','','inherit','open','closed','','cockpit-meeting1','','','2019-08-29 11:40:21','2019-08-29 16:40:21','',6397,'https://buzz-caribbean.com/app/uploads/2019/08/cockpit-meeting1.jpg',0,'attachment','image/jpeg',0),(6408,4,'2019-08-29 11:40:46','2019-08-29 16:40:46','','Screenshot-89','','inherit','open','closed','','screenshot-89','','','2019-08-29 11:40:46','2019-08-29 16:40:46','',6397,'https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-89.png',0,'attachment','image/png',0),(6409,4,'2019-08-29 11:41:40','2019-08-29 16:41:40','','Screenshot-90','','inherit','open','closed','','screenshot-90','','','2019-08-29 11:41:40','2019-08-29 16:41:40','',6397,'https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-90.png',0,'attachment','image/png',0),(6410,4,'2019-08-29 11:41:50','2019-08-29 16:41:50','','Screenshot-91','','inherit','open','closed','','screenshot-91','','','2019-08-29 11:41:50','2019-08-29 16:41:50','',6397,'https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-91.png',0,'attachment','image/png',0),(6411,4,'2019-08-29 11:42:03','2019-08-29 16:42:03','','Screenshot-92','','inherit','open','closed','','screenshot-92','','','2019-08-29 11:42:03','2019-08-29 16:42:03','',6397,'https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-92.png',0,'attachment','image/png',0),(6412,4,'2019-08-29 11:42:09','2019-08-29 16:42:09','','Screenshot-93','','inherit','open','closed','','screenshot-93','','','2019-08-29 11:42:09','2019-08-29 16:42:09','',6397,'https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-93.png',0,'attachment','image/png',0),(6413,9,'2019-08-29 11:43:20','2019-08-29 16:43:20','<!-- wp:image {\"id\":6406} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tourism-minister-edmund-bartlett-20190829-1024x678.jpg\" alt=\"\" class=\"wp-image-6406\" /><figcaption>Tourism Minister Edmund Bartlett (left) greets a member of the Red Cap Porters Association during a function at the Sangster International Airport in Montego Bay earlier this year. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Several stakeholders\nhave welcomed the impending implementation of the Tourism Workers’ Pension\nScheme by the Government.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The initiative,\nbeing piloted by the Ministry of Tourism, is a defined contributory plan\nsupported by legislation, and will require mandatory contributions by workers\nand employers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It will cover all\nworkers, aged 18 to 59, whether permanent, contract or self-employed. Benefits\nwill be payable at age 65 years or older. The scheme is programmed for rollout\nin 2020.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Good days for the little man.” </p><cite> — Ocho Rios craft trader Milton Scott </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A number of persons, including raftsmen, airport bag handlers, and contract workers, who have spent most of their lives working in the industry, say the scheme is nothing short of “historic” while calling it a victory for work relations in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ocho Rios craft\ntrader Milton Scott says he was initially skeptical when the Scheme was first\nproposed, noting “I thought it was wishful thinking.” However, he now anticipates\nthat the scheme’s introduction will make a big difference, and mark the start\nof “good days for the little man”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part,\nTourism Minister Edmund Bartlett describes the pension scheme as a “signature\naccomplishment” for the industry, and general work relations in Jamaica.</p>\n<!-- /wp:paragraph -->','Tourism workers welcome pension scheme','','inherit','closed','closed','','6405-revision-v1','','','2019-08-29 11:43:20','2019-08-29 16:43:20','',6405,'https://buzz-caribbean.com/article/6405-revision-v1/',0,'revision','',0),(6414,9,'2019-08-29 11:43:57','2019-08-29 16:43:57','<!-- wp:image {\"id\":6406} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tourism-minister-edmund-bartlett-20190829-1024x678.jpg\" alt=\"\" class=\"wp-image-6406\" /><figcaption>Tourism Minister Edmund Bartlett (left) greets a member of the Red Cap Porters Association during a function at the Sangster International Airport in Montego Bay earlier this year. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Several stakeholders\nhave welcomed the impending implementation of the Tourism Workers’ Pension\nScheme by the Government.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The initiative,\nbeing piloted by the Ministry of Tourism, is a defined contributory plan\nsupported by legislation, and will require mandatory contributions by workers\nand employers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It will cover all\nworkers, aged 18 to 59, whether permanent, contract or self-employed. Benefits\nwill be payable at age 65 years or older. The scheme is programmed for rollout\nin 2020.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Good days for the little man.” </p><cite> — Ocho Rios craft trader Milton Scott </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A number of persons, including raftsmen, airport bag handlers, and contract workers, who have spent most of their lives working in the industry, say the scheme is nothing short of “historic” while calling it a victory for work relations in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ocho Rios craft\ntrader Milton Scott says he was initially skeptical when the Scheme was first\nproposed, noting “I thought it was wishful thinking.” However, he now anticipates\nthat the scheme’s introduction will make a big difference, and mark the start\nof “good days for the little man”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part,\nTourism Minister Edmund Bartlett describes the pension scheme as a “signature\naccomplishment” for the industry, and general work relations in Jamaica.</p>\n<!-- /wp:paragraph -->','Tourism stakeholders welcome pension scheme','','inherit','closed','closed','','6405-revision-v1','','','2019-08-29 11:43:57','2019-08-29 16:43:57','',6405,'https://buzz-caribbean.com/article/6405-revision-v1/',0,'revision','',0),(6415,11,'2019-08-29 11:44:26','2019-08-29 16:44:26','','Koffee-Billboard-Reggae-Charts-Top-10-BUZZ','','inherit','open','closed','','koffee-billboard-reggae-charts-top-10-buzz','','','2019-08-29 11:44:26','2019-08-29 16:44:26','',6400,'https://buzz-caribbean.com/app/uploads/2019/08/Koffee-Billboard-Reggae-Charts-Top-10-BUZZ.jpg',0,'attachment','image/jpeg',0),(6416,11,'2019-08-29 11:49:08','2019-08-29 16:49:08','','koffee-toast-cover-artwork','','inherit','open','closed','','koffee-toast-cover-artwork','','','2019-08-29 11:50:00','2019-08-29 16:50:00','',6400,'https://buzz-caribbean.com/app/uploads/2019/08/koffee-toast-cover-artwork.jpg',0,'attachment','image/jpeg',0),(6417,11,'2019-08-29 11:53:14','2019-08-29 16:53:14','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1jUzzegMY0/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1jUzzegMY0/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1jUzzegMY0/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">With summer winding down, here’s a sampling of what Michelle and I have been listening to — some new, some old, some fast, some slow. Hope you enjoy.﻿</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/barackobama/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Barack Obama</a> (@barackobama) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-24T15:35:23+00:00\">Aug 24, 2019 at 8:35am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','855ce1aceb487957cefab6a5599670e5','','','2019-08-29 11:53:14','2019-08-29 16:53:14','',0,'https://buzz-caribbean.com/article/855ce1aceb487957cefab6a5599670e5/',0,'oembed_cache','',0),(6418,21,'2019-08-29 13:30:45','2019-08-29 18:30:45','<!-- wp:image {\"id\":6419} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shawn-Mendes-20190829.jpg\" alt=\"Shawn Mendes\nIn My Blood\" class=\"wp-image-6419\" /><figcaption>Shawn Mendes</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Shawn Mendes has launched a foundation to raise more than $1 million for issues affecting his fans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>In My Blood</strong> hitmaker launched The Shawn Mendes Foundation on Wednesday, and it is expected that the funds will go towards various causes that are close to the hearts of his audience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a press release, he said: \"[I hope the foundation will] inspire and empower his fans and today\'s youth to bring about positive change in the world and advocate for issues they care most about. For a long time, I\'ve wanted to find a way to amplify the causes that my fans and I care deeply about and to help make the voices of our generation heard.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He continued: \"My goal in launching the foundation is to work alongside my fans, and do everything I can to help provide them with a platform that inspires positive change, and empowers young change-makers.\"</p>\n<!-- /wp:paragraph -->','Shawn Mendes launches foundation','','publish','open','closed','','shawn-mendes-launches-foundation','','','2019-08-29 12:11:15','2019-08-29 17:11:15','',0,'https://buzz-caribbean.com/?p=6418',0,'post','',0),(6419,9,'2019-08-29 12:07:50','2019-08-29 17:07:50','','2018 Video music Awards','attends the MTV VMA  awards show at Radio City Music Hall on August 20, 2018 in New York City.\n\n\n\nPictured: Shawn Mendes\n\nRef: SPL5017350 210818 NON-EXCLUSIVE\n\nPicture by: Jackie Brown / SplashNews.com\n\n\n\nSplash News and Pictures\n\nLos Angeles: 310-821-2666\nNew York: 212-619-2666\nLondon: 0207 644 7656\nMilan: +39 02 4399 8577\nSydney: +61 02 9240 7700\n\nphotodesk@splashnews.com\n\n\n\nWorld Rights','inherit','open','closed','','2018-video-music-awards','','','2019-08-29 12:08:47','2019-08-29 17:08:47','',6418,'https://buzz-caribbean.com/app/uploads/2019/08/Shawn-Mendes-20190829.jpg',0,'attachment','image/jpeg',0),(6420,11,'2019-08-29 12:08:24','2019-08-29 17:08:24','','Koffee Top 10 Billboard Reggae BUZZ','','inherit','open','closed','','koffee-top-10-billboard-reggae-buzz','','','2019-08-29 12:08:24','2019-08-29 17:08:24','',6400,'https://buzz-caribbean.com/app/uploads/2019/08/Koffee-Top-10-Billboard-Reggae-BUZZ.jpg',0,'attachment','image/jpeg',0),(6421,9,'2019-08-29 12:10:37','2019-08-29 17:10:37','<!-- wp:image {\"id\":6419} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shawn-Mendes-20190829.jpg\" alt=\"Shawn Mendes\nIn My Blood\" class=\"wp-image-6419\" /><figcaption>Shawn Mendes</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Shawn Mendes has launched a foundation to raise more than $1 million for issues affecting his fans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>In My Blood</strong> hitmaker launched The Shawn Mendes Foundation on Wednesday, and it is expected that the funds will go towards various causes that are close to the hearts of his audience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a press release, he said: \"[I hope the foundation will] inspire and empower his fans and today\'s youth to bring about positive change in the world and advocate for issues they care most about. For a long time, I\'ve wanted to find a way to amplify the causes that my fans and I care deeply about and to help make the voices of our generation heard.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He continued: \"My goal in launching the foundation is to work alongside my fans, and do everything I can to help provide them with a platform that inspires positive change, and empowers young change-makers.\"</p>\n<!-- /wp:paragraph -->','Shawn Mendes launches foundation','','inherit','closed','closed','','6418-revision-v1','','','2019-08-29 12:10:37','2019-08-29 17:10:37','',6418,'https://buzz-caribbean.com/article/6418-revision-v1/',0,'revision','',0),(6422,11,'2019-08-29 12:17:39','2019-08-29 17:17:39','<!-- wp:paragraph -->\n<p>The dynamic Reggae sensation Koffee continues to make waves with her debut EP, <strong>Rapture</strong>, re-entering the <a href=\"https://buzz-caribbean.com/article/third-world-debuts-at-no-3-on-billboard-reggae-chart/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Billboard Reggae chart (opens in a new tab)\">Billboard Reggae chart</a> at number 8.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6415} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Koffee-Billboard-Reggae-Charts-Top-10-BUZZ.jpg\" alt=\"Koffee\'s EP Rapture featuring at number 8 on the Billboard Reggae chart.\" class=\"wp-image-6415\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Toast </strong>singer was recently included on former US President, Barack Obama\'s<a href=\"https://buzz-caribbean.com/article/koffee-on-barack-obamas-summer-2019-playlist/\"> Summer Playlist 2019</a>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1jUzzegMY0/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1jUzzegMY0/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The infectious, upbeat track was released as Koffee\'s debut single, featuring catchy lyrics that had fans chanting \"Gratitude is a must\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6416} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-toast-cover-artwork-1024x1024.jpg\" alt=\"Cover artwork for Koffee\'s single, Toast.\" class=\"wp-image-6416\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Eighteen-year-old Koffee is currently <a href=\"https://buzz-caribbean.com/article/koffee-kicks-off-us-tour-tonight-in-oregon/\">on tour in the US</a>, where she is scheduled to be in Las Vegas at the House of Blues tonight (August 29). According to her website, the US tour is scheduled to continue until September 25 and then picks back up in Europe with her first stop in London, UK,  on November 9.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Do you still have Rapture on your playlist?</em></p>\n<!-- /wp:paragraph -->','Koffee\'s Rapture re-enters Billboard Reggae top 10','Koffee\'s debut EP, Rapture has re-entered the top 10 on the Billboard Reggae chart.','inherit','closed','closed','','6400-revision-v1','','','2019-08-29 12:17:39','2019-08-29 17:17:39','',6400,'https://buzz-caribbean.com/article/6400-revision-v1/',0,'revision','',0),(6424,4,'2019-08-29 12:25:03','2019-08-29 17:25:03','<!-- wp:image {\"id\":6411} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-92.png\" alt=\"\" class=\"wp-image-6411\" /><figcaption>Members of the entertainment fraternity met with Prime Minister Andrew Holness Wednesday (Aug 28) over the issue of mining in the Cockpit Country.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister Andrew Holness met with members of the entertainment fraternity who have been vocal about the issue of mining in the Cockpit Country in Trelawny.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The entertainers, who attended the meeting at Jamaica House on Wednesday (Aug 28), were Bounty Killer, Queen Ifrica, and Tony Rebel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6410} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-91.png\" alt=\"\" class=\"wp-image-6410\" /><figcaption>From left: Bounty Killer, Andrew Holness and Tony Rebel.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“There is much misinformation in the public domain and I engaged them with the facts. This Government took the bold move to ensure the Cockpit Country is protected. The Government is looking at the issue of the Cockpit Country in a comprehensive way. We are currently on the ground physically marking the area in a process known as ground-truthing,” the Holness noted in a social media post.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The discussions were enlightening. I\nrestated my position that this Government remains committed to protecting the\nCockpit Country. I ask members of the public to refrain from disturbing the\nmarkings from the ground truthing exercise,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6408} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-89.png\" alt=\"\" class=\"wp-image-6408\" /><figcaption>From left: Tony Rebel, Minister Daryl Vaz, Queen Ifrika, Prime Minister Andrew Holness, Senator Matthew Samuda and Bounty Killer.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Others at the meeting were representatives of the Forestry Department,  Daryl Vaz, who is the minister with responsibility for the environment, and Government Senator Matthew Samuda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6407} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cockpit-meeting1-1024x682.jpg\" alt=\"\" class=\"wp-image-6407\" /><figcaption>Andrew Holness, Tony Rebel and Queen Ifrika.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Prime Minister posted photos taken during and after the deliberations, which included a Powerpoint presentation, on his Facebook Page and on Twitter. In the multiple shots, the PM greets a beaming Queen Ifrica with a tight hug.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6409} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-90.png\" alt=\"\" class=\"wp-image-6409\" /><figcaption>Queen Ifrika and Prime Minister Andrew Holness greet each other with a tight embrace.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":6412} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-93.png\" alt=\"\" class=\"wp-image-6412\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The three artistes, along with entertainer Spragga Benz, had been taking the Holness administration to task on social media over the issue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em> — Article written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Entertainers, prime minister meet to discuss Cockpit Country mining','','inherit','closed','closed','','6397-revision-v1','','','2019-08-29 12:25:03','2019-08-29 17:25:03','',6397,'https://buzz-caribbean.com/article/6397-revision-v1/',0,'revision','',0),(6425,23,'2019-08-29 17:00:47','2019-08-29 22:00:47','<!-- wp:image {\"id\":3686} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-6-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3686\" /><figcaption>Andrew Holness</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica’s Prime Minister Andrew Holness and his Culture Minister, Olivia ‘Babsy’ Grange, released their summer music playlists on Wednesday, and all the songs are Jamaican dancehall and reggae tracks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Prime Minister presented his Top 25 compilation on which Popcaan, Agent Sasco and Chronixx featured heavily.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=fUREgj4i684\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=fUREgj4i684\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Let’s take a look at what the St Catherine High School old boy is listening to in his spare time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. <strong>Winning Right Now</strong> – Agent Sasco<br> <br>2. <strong>Banks of The Hope</strong> – Agent Sasco<br> <br>3. <strong>Mix-up</strong> – Agent Sasco<br> <br>4. <strong>I Can</strong> – Chronixx<br> <br>5. <strong>Likes</strong> – Chronixx<br> <br>6. <strong>Skankin Sweet</strong> – Chronixx<br> <br>7. <strong>We Pray</strong> – Dre Island featuring Popcaan<br> <br>8. <strong>Best You Ever Had</strong> – Jada Kingdom<br> <br>9. <strong>Strongest Soldier</strong> – Jahmiel<br> <br>10. <strong>Reggae Music</strong> – Kabaka Pyramid<br> <br>11. <strong>Toast</strong> – Koffee<br> <br>12<strong>. Dream</strong> – Popcaan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=p8HoEvDh70Y\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=p8HoEvDh70Y\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>13. <strong>Inviolable</strong> – Popcaan<br> <br>14. <strong>Family</strong> – Popcaan<br> <br>15. <strong>Firm &amp; Strong</strong> – Popcaan<br> <br>16. <strong>Fade Away </strong>– Romain Virgo featuring Agent Sasco<br> <br>17. <strong>Simple Blessings</strong> – Tarrus Riley<br> <br>18. <strong>Mercy A God </strong>– Vershon<br> <br>19. <strong>Glory to God</strong> – Wayne Marshall<br> <br>20. <strong>Unanswered </strong>– Govana featuring Tarrus Riley<br> <br>21. <strong>My Day</strong> – Tarrus Riley<br> <br>22. <strong>Just The Way You Are</strong> – Tarrus Riley</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>23. <strong>Rapture</strong> – Koffee<br> <br>24. <strong>Can’t Stop Me Now</strong> – Singer Jay<br> <br>25. <strong>Boasty</strong> – Wiley, Stefflon Don, Sean Paul &amp; Idris Elba</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6429} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Olivia-Grange-20190829.jpg\" alt=\"\" class=\"wp-image-6429\" /><figcaption>Olivia Grange (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Not to be outdone, Grange, one of the biggest names in dancehall administration, having managed Queen of the Pack Patra, Shabba Ranks and Bounty Killer, released her top 10 songs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=xPg_e_3cK-E\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=xPg_e_3cK-E\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>1. <strong>Toast</strong> – Koffee<br> <br>2. <strong>Spanish Town Rockin </strong>– Chronixx<br> <br>3. <strong>Time Will Tell</strong> - Bob Marley<br> <br>4. <strong>Destiny</strong> - Buju Banton<br> <br>5. <strong>Family</strong> – Popcaan<br> <br>6. <strong>Always Around</strong> - Third World<br> <br>7. <strong>She’s Royal</strong> -  Tarrus Riley<br> <br>8. <strong>I Shall Sing</strong> - Marcia Griffiths<br> <br>9. <strong>Standing In My Way</strong> - Beres Hammond<br> <br>10. <strong>Bam Bam remix</strong>  - Sister Nancy, Damian Marley and Jay Z</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Holness and Babsy reveal summer playlists','','publish','open','closed','','holness-and-babsy-reveal-summer-playlists','','','2019-08-29 13:08:38','2019-08-29 18:08:38','',0,'https://buzz-caribbean.com/?p=6425',0,'post','',0),(6426,23,'2019-08-29 13:56:13','2019-08-29 18:56:13','<!-- wp:image {\"id\":6435} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ikaya-back-to-school-1024x859.png\" alt=\"\" class=\"wp-image-6435\" /><figcaption>Singer Ikaya to partner with comedian King Bach to stage back-to-school treat.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Singer Ikaya has teamed with international comedian Andrew ‘King Bach’ Bachelor to stage a back to school treat in her St Andrew community of Waterhouse Friday (Aug 30).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ikaya announced on social media that she\'ll be partnering with King Bach\'s charity organization, ‘RuJohn Foundation’ to stage the event.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'Growing up in Waterhouse, I have first-hand knowledge of what the children and parents in the community go through.\'</p><cite>— Ikaya</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The treat will be held on Balcombe Drive, starting at 11 a.m. Children in attendance will benefit from having their school fees paid and their booklists covered, among other things. Part proceeds from King Bach’s comedic album, <strong>Medicine</strong>, will go to Ikaya’s community development project. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Growing up in Waterhouse, I have first-hand knowledge of what the children and parents in the community go through and the struggles they face on a daily basis, especially with providing for their families,” Ikaya explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other entertainers who have staged back-to-school events are Popcaan in his home parish St. Thomas, Spice in Maverly, St Andrew, and last Sunday Jahmeil and his Patriotz Foundation organized one in Drewsland in St Andrew. Companies like Romiech Entertainment, Downsound Entertainment and Wisynco have sponsored popular social media page DearDream for its upcoming back-to-school treat, which is also slated for Friday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—\nArticle written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Ikaya partners with King Bach for back-to-school treat','','publish','open','closed','','ikaya-partners-with-king-bach-for-back-to-school-treat','','','2019-08-29 13:56:14','2019-08-29 18:56:14','',0,'https://buzz-caribbean.com/?p=6426',0,'post','',0),(6427,11,'2019-08-29 14:39:09','2019-08-29 19:39:09','<!-- wp:paragraph -->\n<p>You\'ve watched <strong>Black Panther</strong> for the 20th time - no judgement here. You got your fix again in <strong>Avengers: Infinity War</strong> and <strong>Avengers: Endgame</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6441} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-panther-1-BUZZ.jpg\" alt=\"The poster for Black Panther featuring the major characters.\" class=\"wp-image-6441\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, you\'re ready for the sequel. Well, that\'s going to be another three years, with  <strong>Black Panther</strong> director Ryan Coogler announcing that it will be released May 2022.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6448} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-panther-scene-BUZZ-1.jpg\" alt=\"A scene from Black Panther with T\'Challa on top of the car.\" class=\"wp-image-6448\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Building on the 2018 original\'s success - which amassed a whopping $1.3 billion worldwide and three Academy Awards (after seven nominations) -the showrunners are taking their time to craft the perfect sequel currently titled <strong>Black Panther 2</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While we quietly chant \"Wakanda Forever\",  here\'s a list of some of the things we\'d like to see in <strong>BP2</strong>:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>The \"World Breaker\' Hulk chilling in Wakanda</strong> - he\'s been through so much.</li><li><strong>An appearance from Storm</strong> - let\'s build on that woman power energy with this fierce character.</li><li><strong>An update on the other realms and how they impact Wakanda</strong> - now that we\'ve seen them in <strong>Endgame</strong>, the need to know more is at an all-time high.</li><li><strong>What\'s going on with T\'Challa and Nakia?</strong> - after the turmoil Wakanda experienced, has it put things in perspective and the two found a way to make their relationship work?</li><li><strong>More Wakanda tech!</strong> - it was such a tease to see the impressive tech available in Wakanda. Can we see more, please?</li><li><strong>Kendrick for the soundtrack</strong> - let\'s not have a Power situation. Consistency is key, so let\'s have Kendrick do his magic for<strong> BP2</strong> - the first soundtrack was a banger!</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><em>What are you looking forward to in Black Panther 2?</em></p>\n<!-- /wp:paragraph -->','Black Panther 2 set for May 2022 release','After Black Panther\'s whopping success, the director has announced that Black Panther 2 will be coming out in May 2022.','publish','open','closed','','black-panther-2-set-for-may-2022-release','','','2019-08-29 14:41:01','2019-08-29 19:41:01','',0,'https://buzz-caribbean.com/?p=6427',0,'post','',0),(6428,9,'2019-08-29 12:42:40','2019-08-29 17:42:40','<iframe title=\"Chronixx - &quot;I Can&quot; (Official Music Video)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/fUREgj4i684?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','0f8e4db062ab4f708cde99c913f37a4a','','','2019-08-29 12:42:40','2019-08-29 17:42:40','',0,'https://buzz-caribbean.com/article/0f8e4db062ab4f708cde99c913f37a4a/',0,'oembed_cache','',0),(6429,9,'2019-08-29 12:51:14','2019-08-29 17:51:14','','Olivia-Grange-Buzz-Carribbean','','inherit','open','closed','','olivia-grange-20190829','','','2019-09-04 21:51:02','2019-09-05 02:51:02','',6425,'https://buzz-caribbean.com/app/uploads/2019/08/Olivia-Grange-20190829.jpg',0,'attachment','image/jpeg',0),(6430,9,'2019-08-29 12:53:37','2019-08-29 17:53:37','<iframe title=\"Koffee - Toast (Official Video)\" width=\"1333\" height=\"1000\" src=\"https://www.youtube.com/embed/p8HoEvDh70Y?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','f068599bb7813c46d714b186139d9667','','','2019-08-29 12:53:37','2019-08-29 17:53:37','',0,'https://buzz-caribbean.com/article/f068599bb7813c46d714b186139d9667/',0,'oembed_cache','',0),(6431,9,'2019-08-29 12:57:51','2019-08-29 17:57:51','<iframe title=\"Tarrus Riley-My Day (Official HD Video) Chimney Records/BSMG\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/xPg_e_3cK-E?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','44947867b16576ffc10c1589e5ef0769','','','2019-08-29 12:57:51','2019-08-29 17:57:51','',0,'https://buzz-caribbean.com/article/44947867b16576ffc10c1589e5ef0769/',0,'oembed_cache','',0),(6432,9,'2019-08-29 13:07:50','2019-08-29 18:07:50','<!-- wp:image {\"id\":3686} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-6-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3686\" /><figcaption>Andrew Holness</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica’s Prime Minister Andrew Holness and his Culture Minister, Olivia ‘Babsy’ Grange, released their summer music playlists on Wednesday, and all the songs are Jamaican dancehall and reggae tracks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Prime Minister presented his Top 25 compilation on which Popcaan, Agent Sasco and Chronixx featured heavily.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=fUREgj4i684\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=fUREgj4i684\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Let’s take a look at what the St Catherine High School old boy is listening to in his spare time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. <strong>Winning Right Now</strong> – Agent Sasco<br> <br>2. <strong>Banks of The Hope</strong> – Agent Sasco<br> <br>3. <strong>Mix-up</strong> – Agent Sasco<br> <br>4. <strong>I Can</strong> – Chronixx<br> <br>5. <strong>Likes</strong> – Chronixx<br> <br>6. <strong>Skankin Sweet</strong> – Chronixx<br> <br>7. <strong>We Pray</strong> – Dre Island featuring Popcaan<br> <br>8. <strong>Best You Ever Had</strong> – Jada Kingdom<br> <br>9. <strong>Strongest Soldier</strong> – Jahmiel<br> <br>10. <strong>Reggae Music</strong> – Kabaka Pyramid<br> <br>11. <strong>Toast</strong> – Koffee<br> <br>12<strong>. Dream</strong> – Popcaan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=p8HoEvDh70Y\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=p8HoEvDh70Y\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>13. <strong>Inviolable</strong> – Popcaan<br> <br>14. <strong>Family</strong> – Popcaan<br> <br>15. <strong>Firm &amp; Strong</strong> – Popcaan<br> <br>16. <strong>Fade Away </strong>– Romain Virgo featuring Agent Sasco<br> <br>17. <strong>Simple Blessings</strong> – Tarrus Riley<br> <br>18. <strong>Mercy A God </strong>– Vershon<br> <br>19. <strong>Glory to God</strong> – Wayne Marshall<br> <br>20. <strong>Unanswered </strong>– Govana featuring Tarrus Riley<br> <br>21. <strong>My Day</strong> – Tarrus Riley<br> <br>22. <strong>Just The Way You Are</strong> – Tarrus Riley</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>23. <strong>Rapture</strong> – Koffee<br> <br>24. <strong>Can’t Stop Me Now</strong> – Singer Jay<br> <br>25. <strong>Boasty</strong> – Wiley, Stefflon Don, Sean Paul &amp; Idris Elba</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6429} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Olivia-Grange-20190829.jpg\" alt=\"\" class=\"wp-image-6429\" /><figcaption>Olivia Grange (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Not to be outdone, Grange, one of the biggest names in dancehall administration, having managed Queen of the Pack Patra, Shabba Ranks and Bounty Killer in the past, released her top 10 songs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=xPg_e_3cK-E\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=xPg_e_3cK-E\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>1. <strong>Toast</strong> – Koffee<br> <br>2. <strong>Spanish Town Rockin </strong>– Chronixx<br> <br>3. <strong>Time Will Tell</strong> - Bob Marley<br> <br>4. <strong>Destiny</strong> - Buju Banton<br> <br>5. <strong>Family</strong> – Popcaan<br> <br>6. <strong>Always Around</strong> - Third World<br> <br>7. <strong>She’s Royal</strong> -  Tarrus Riley<br> <br>8. <strong>I Shall Sing</strong> - Marcia Griffiths<br> <br>9. <strong>Standing In My Way</strong> - Beres Hammond<br> <br>10. <strong>Bam Bam remix</strong>  - Sister Nancy, Damian Marley and Jay Z</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Holness and Babsy reveal summer playlists','','inherit','closed','closed','','6425-revision-v1','','','2019-08-29 13:07:50','2019-08-29 18:07:50','',6425,'https://buzz-caribbean.com/article/6425-revision-v1/',0,'revision','',0),(6433,9,'2019-08-29 13:08:38','2019-08-29 18:08:38','<!-- wp:image {\"id\":3686} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-6-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3686\" /><figcaption>Andrew Holness</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica’s Prime Minister Andrew Holness and his Culture Minister, Olivia ‘Babsy’ Grange, released their summer music playlists on Wednesday, and all the songs are Jamaican dancehall and reggae tracks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Prime Minister presented his Top 25 compilation on which Popcaan, Agent Sasco and Chronixx featured heavily.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=fUREgj4i684\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=fUREgj4i684\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Let’s take a look at what the St Catherine High School old boy is listening to in his spare time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. <strong>Winning Right Now</strong> – Agent Sasco<br> <br>2. <strong>Banks of The Hope</strong> – Agent Sasco<br> <br>3. <strong>Mix-up</strong> – Agent Sasco<br> <br>4. <strong>I Can</strong> – Chronixx<br> <br>5. <strong>Likes</strong> – Chronixx<br> <br>6. <strong>Skankin Sweet</strong> – Chronixx<br> <br>7. <strong>We Pray</strong> – Dre Island featuring Popcaan<br> <br>8. <strong>Best You Ever Had</strong> – Jada Kingdom<br> <br>9. <strong>Strongest Soldier</strong> – Jahmiel<br> <br>10. <strong>Reggae Music</strong> – Kabaka Pyramid<br> <br>11. <strong>Toast</strong> – Koffee<br> <br>12<strong>. Dream</strong> – Popcaan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=p8HoEvDh70Y\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=p8HoEvDh70Y\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>13. <strong>Inviolable</strong> – Popcaan<br> <br>14. <strong>Family</strong> – Popcaan<br> <br>15. <strong>Firm &amp; Strong</strong> – Popcaan<br> <br>16. <strong>Fade Away </strong>– Romain Virgo featuring Agent Sasco<br> <br>17. <strong>Simple Blessings</strong> – Tarrus Riley<br> <br>18. <strong>Mercy A God </strong>– Vershon<br> <br>19. <strong>Glory to God</strong> – Wayne Marshall<br> <br>20. <strong>Unanswered </strong>– Govana featuring Tarrus Riley<br> <br>21. <strong>My Day</strong> – Tarrus Riley<br> <br>22. <strong>Just The Way You Are</strong> – Tarrus Riley</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>23. <strong>Rapture</strong> – Koffee<br> <br>24. <strong>Can’t Stop Me Now</strong> – Singer Jay<br> <br>25. <strong>Boasty</strong> – Wiley, Stefflon Don, Sean Paul &amp; Idris Elba</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6429} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Olivia-Grange-20190829.jpg\" alt=\"\" class=\"wp-image-6429\" /><figcaption>Olivia Grange (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Not to be outdone, Grange, one of the biggest names in dancehall administration, having managed Queen of the Pack Patra, Shabba Ranks and Bounty Killer, released her top 10 songs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=xPg_e_3cK-E\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=xPg_e_3cK-E\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>1. <strong>Toast</strong> – Koffee<br> <br>2. <strong>Spanish Town Rockin </strong>– Chronixx<br> <br>3. <strong>Time Will Tell</strong> - Bob Marley<br> <br>4. <strong>Destiny</strong> - Buju Banton<br> <br>5. <strong>Family</strong> – Popcaan<br> <br>6. <strong>Always Around</strong> - Third World<br> <br>7. <strong>She’s Royal</strong> -  Tarrus Riley<br> <br>8. <strong>I Shall Sing</strong> - Marcia Griffiths<br> <br>9. <strong>Standing In My Way</strong> - Beres Hammond<br> <br>10. <strong>Bam Bam remix</strong>  - Sister Nancy, Damian Marley and Jay Z</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Holness and Babsy reveal summer playlists','','inherit','closed','closed','','6425-revision-v1','','','2019-08-29 13:08:38','2019-08-29 18:08:38','',6425,'https://buzz-caribbean.com/article/6425-revision-v1/',0,'revision','',0),(6434,4,'2019-08-29 13:08:49','2019-08-29 18:08:49','<!-- wp:paragraph -->\n<p>Singer Ikaya has teamed with international comedian Andrew ‘King Bach’ Bachelor to </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brewing from all the hotness summer 2019 had to offer, corporate Jamaica and entertainers have come together in to organize  back to school treats in different communities throughout Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Singer Ikaya recently announce that she will be partnering with alongside his charitable organization ‘RuJohn Foundation’ to organize a back to school in her community, Waterhouse. Children in attendance will benefit from full school fee payment and booklist covered along with other school accessories. Part proceeds from King Bach’s comedic album, ‘Medicine’, will contribute to Ikaya’s community development project. The treat will be held on Balcombe Drive this Friday from 11 a.m. to 7 p.m.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“Growing up in Waterhouse, I have first-hand\nknowledge of what the children and parents in the community go through and the\nstruggles they face on a daily basis, especially with providing for their\nfamilies.” The soulful songstress explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other\nentertainers that have upheld the movement this summer was Popcaan in his home\nparish St. Thomas, Spice in Maverly and last Sunday Jahmeil and his Patriotz\nFoundation organized one in Drewsland.&nbsp; Companies\nlike Romiech Entertainment, Downsound Entertainment and Wisynco have sponsored\npopular social media page DearDream for their back to school treat which is\nalso slated for this Friday. </p>\n<!-- /wp:paragraph -->','Ikaya partners with King Bach for back-to-school treat','','inherit','closed','closed','','6426-revision-v1','','','2019-08-29 13:08:49','2019-08-29 18:08:49','',6426,'https://buzz-caribbean.com/article/6426-revision-v1/',0,'revision','',0),(6435,4,'2019-08-29 13:41:53','2019-08-29 18:41:53','','ikaya-back-to-school','','inherit','open','closed','','ikaya-back-to-school','','','2019-08-29 13:41:53','2019-08-29 18:41:53','',6426,'https://buzz-caribbean.com/app/uploads/2019/08/ikaya-back-to-school.png',0,'attachment','image/png',0),(6436,4,'2019-08-29 13:53:27','2019-08-29 18:53:27','<!-- wp:image {\"id\":6435} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ikaya-back-to-school-1024x859.png\" alt=\"\" class=\"wp-image-6435\" /><figcaption>Singer Ikaya to partner with comedian King Bach to stage back-to-school treat.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Singer Ikaya has teamed with international comedian Andrew ‘King Bach’ Bachelor to stage a back to school treat in her St Andrew community of Waterhouse Friday (Aug 30).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ikaya announced on social media that she\'ll be partnering with King Bach\'s charity organization, ‘RuJohn Foundation’ to organize the event.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The treat will be held on Balcombe Drive, starting at 11 a.m. Children in attendance will benefit from having their school fees paid and their booklists covered, among other things. Part proceeds from King Bach’s comedic album, <strong>Medicine</strong>, will go to Ikaya’s community development project. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Growing up in Waterhouse, I have first-hand knowledge of what the children and parents in the community go through and the struggles they face on a daily basis, especially with providing for their families,” Ikaya explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other entertainers who have staged back-to-school events are Popcaan in his home parish St. Thomas, Spice in Maverly,&nbsp;St Andrew, and last Sunday Jahmeil and his Patriotz Foundation organized one in Drewsland in St Andrew.&nbsp;Companies like Romiech Entertainment, Downsound Entertainment and Wisynco have sponsored popular social media page DearDream for their back to school treat which is also slated for Friday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—\nArticle written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Ikaya partners with King Bach for back-to-school treat','','inherit','closed','closed','','6426-revision-v1','','','2019-08-29 13:53:27','2019-08-29 18:53:27','',6426,'https://buzz-caribbean.com/article/6426-revision-v1/',0,'revision','',0),(6437,4,'2019-08-29 13:56:13','2019-08-29 18:56:13','<!-- wp:image {\"id\":6435} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ikaya-back-to-school-1024x859.png\" alt=\"\" class=\"wp-image-6435\" /><figcaption>Singer Ikaya to partner with comedian King Bach to stage back-to-school treat.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Singer Ikaya has teamed with international comedian Andrew ‘King Bach’ Bachelor to stage a back to school treat in her St Andrew community of Waterhouse Friday (Aug 30).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ikaya announced on social media that she\'ll be partnering with King Bach\'s charity organization, ‘RuJohn Foundation’ to stage the event.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'Growing up in Waterhouse, I have first-hand knowledge of what the children and parents in the community go through.\'</p><cite>— Ikaya</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The treat will be held on Balcombe Drive, starting at 11 a.m. Children in attendance will benefit from having their school fees paid and their booklists covered, among other things. Part proceeds from King Bach’s comedic album, <strong>Medicine</strong>, will go to Ikaya’s community development project. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Growing up in Waterhouse, I have first-hand knowledge of what the children and parents in the community go through and the struggles they face on a daily basis, especially with providing for their families,” Ikaya explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other entertainers who have staged back-to-school events are Popcaan in his home parish St. Thomas, Spice in Maverly, St Andrew, and last Sunday Jahmeil and his Patriotz Foundation organized one in Drewsland in St Andrew. Companies like Romiech Entertainment, Downsound Entertainment and Wisynco have sponsored popular social media page DearDream for its upcoming back-to-school treat, which is also slated for Friday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—\nArticle written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Ikaya partners with King Bach for back-to-school treat','','inherit','closed','closed','','6426-revision-v1','','','2019-08-29 13:56:13','2019-08-29 18:56:13','',6426,'https://buzz-caribbean.com/article/6426-revision-v1/',0,'revision','',0),(6438,23,'2019-08-29 15:22:36','2019-08-29 20:22:36','<!-- wp:paragraph -->\n<p>Persons with physical disabilities within the town of Lucea, Hanover, can now breathe a sigh of relief as once-opened drains along the sidewalk in the town have been fixed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This had been a point of complaint for some years, with the problem mainly on Miller Drive, Hanover and Church streets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6440} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/drain-cover-fixed-1024x684.jpg\" alt=\"\" class=\"wp-image-6440\" /><figcaption>A once-opened drain in the town of Lucea, Hanover has now been fixed.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>President of the Hanover Disability Association Anthony Bingham had lamented the fact that the manholes on Hanover Street and Miller Drive, were in such a bad condition that able-bodied persons have injured themselves falling into them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The issue was recently fixed by the National Works Agency, which has resolved much of the town’s pedestrian woes.</p>\n<!-- /wp:paragraph -->','Open drains in Lucea, Hanover, now fixed','','publish','open','closed','','open-drains-in-lucea-hanover-now-fixed','','','2019-08-29 15:22:37','2019-08-29 20:22:37','',0,'https://buzz-caribbean.com/?p=6438',0,'post','',0),(6439,4,'2019-08-29 13:59:54','2019-08-29 18:59:54','<!-- wp:paragraph -->\n<p>Persons\nafflicted by physical disabilities within the town of Lucea in Hanover, Jamaica,\ncan now breathe a sigh of relief, as the perennial open-manhole situation,\nwhich threatened their mobility has now been fixed by the National Works\nAgency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Over the years\nthe disabled community as well as able-bodied residents, have been complaining\nabout the situation, in which numerous wide-open manholes and grates with metals\nsticking upwards, lined several of the town’s sidewalks including Miller Drive,\nHanover Street and Church Street.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>President of the\nHanover Disability Association, Anthony Bingham, had also lamented the fact\nthat the manholes on Hanover Street and Millers Drive, were left in such a bad\ncondition, that bodied residents and schoolchildren have even fallen in them,\nand sustained bad injuries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He had also\ncomplained that the manholes had contributed to the traffic congestion issues which\nwere plaguing the parish capital, as pedestrians opt to walk in the roadway in\norder to circumvent them, noting as well that wheelchair bound persons, as well\nas the visually impaired, were the ones mostly affected.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr Bingham had\nalso accused the relevant state agencies responsible for road repairs in the town\nas being derelict in their duties.&nbsp;&nbsp; He\nhad also said the situation was compounded by the fact that on some days, the\nsidewalks on the town’s major thoroughfare, the Willie DeLisser Boulevard, was\noverrun with vendors, leaving little or no space for pedestrians.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But now, the NWA\noffice in the parish, which is under new management has solved much of the town’s\npedestrian woes and residents are able to walk freely without looking downwards\nfor these traps.&nbsp; Kudos to the NWA for\nturning a new leaf.&nbsp; The nightmare is\nover.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','6438-revision-v1','','','2019-08-29 13:59:54','2019-08-29 18:59:54','',6438,'https://buzz-caribbean.com/article/6438-revision-v1/',0,'revision','',0),(6440,4,'2019-08-29 14:01:12','2019-08-29 19:01:12','','drain-cover-fixed','','inherit','open','closed','','drain-cover-fixed','','','2019-08-29 14:01:12','2019-08-29 19:01:12','',6438,'https://buzz-caribbean.com/app/uploads/2019/08/drain-cover-fixed.jpg',0,'attachment','image/jpeg',0),(6441,11,'2019-08-29 14:02:00','2019-08-29 19:02:00','','black-panther-1-BUZZ','','inherit','open','closed','','black-panther-1-buzz','','','2019-08-29 14:02:00','2019-08-29 19:02:00','',6427,'https://buzz-caribbean.com/app/uploads/2019/08/black-panther-1-BUZZ.jpg',0,'attachment','image/jpeg',0),(6442,4,'2019-08-29 14:08:58','2019-08-29 19:08:58','<!-- wp:paragraph -->\n<p>Persons with physical disabilities within the town of Lucea, Hanover, can now breathe a sigh of relief, as the perennial open-manhole situation, which threatened their mobility has now been fixed by the National Works Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Over the years\nthe disabled community as well as able-bodied residents, have been complaining\nabout the situation, in which numerous wide-open manholes and grates with metals\nsticking upwards, lined several of the town’s sidewalks including Miller Drive,\nHanover Street and Church Street.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6440} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/drain-cover-fixed-1024x684.jpg\" alt=\"\" class=\"wp-image-6440\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>President of the\nHanover Disability Association, Anthony Bingham, had also lamented the fact\nthat the manholes on Hanover Street and Millers Drive, were left in such a bad\ncondition, that bodied residents and schoolchildren have even fallen in them,\nand sustained bad injuries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He had also\ncomplained that the manholes had contributed to the traffic congestion issues which\nwere plaguing the parish capital, as pedestrians opt to walk in the roadway in\norder to circumvent them, noting as well that wheelchair bound persons, as well\nas the visually impaired, were the ones mostly affected.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr Bingham had\nalso accused the relevant state agencies responsible for road repairs in the town\nas being derelict in their duties.&nbsp;&nbsp; He\nhad also said the situation was compounded by the fact that on some days, the\nsidewalks on the town’s major thoroughfare, the Willie DeLisser Boulevard, was\noverrun with vendors, leaving little or no space for pedestrians.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But now, the NWA\noffice in the parish, which is under new management has solved much of the town’s\npedestrian woes and residents are able to walk freely without looking downwards\nfor these traps.&nbsp; Kudos to the NWA for\nturning a new leaf.&nbsp; The nightmare is\nover.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','6438-revision-v1','','','2019-08-29 14:08:58','2019-08-29 19:08:58','',6438,'https://buzz-caribbean.com/article/6438-revision-v1/',0,'revision','',0),(6444,11,'2019-08-29 14:13:53','2019-08-29 19:13:53','','black-panther-scene-BUZZ','','inherit','open','closed','','black-panther-scene-buzz','','','2019-08-29 14:13:53','2019-08-29 19:13:53','',6427,'https://buzz-caribbean.com/app/uploads/2019/08/black-panther-scene-BUZZ.jpg',0,'attachment','image/jpeg',0),(6445,11,'2019-08-29 14:14:32','2019-08-29 19:14:32','','Black-Panther-2-Announcement','','inherit','open','closed','','black-panther-2-announcement','','','2019-08-29 14:14:32','2019-08-29 19:14:32','',6427,'https://buzz-caribbean.com/app/uploads/2019/08/Black-Panther-2-Announcement.jpg',0,'attachment','image/jpeg',0),(6446,4,'2019-08-29 14:22:02','2019-08-29 19:22:02','<!-- wp:paragraph -->\n<p>Persons with physical disabilities within the town of Lucea, Hanover, can now breathe a sigh of relief as a once-opened drain along a sidewalk in the town has been fixed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The had been a point of complaint for some years. The problem was mainly on Miller Drive, Hanover and Church streets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6440} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/drain-cover-fixed-1024x684.jpg\" alt=\"\" class=\"wp-image-6440\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>President of the\nHanover Disability Association, Anthony Bingham, had also lamented the fact\nthat the manholes on Hanover Street and Millers Drive, were left in such a bad\ncondition, that bodied residents and schoolchildren have even fallen in them,\nand sustained bad injuries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He had also\ncomplained that the manholes had contributed to the traffic congestion issues which\nwere plaguing the parish capital, as pedestrians opt to walk in the roadway in\norder to circumvent them, noting as well that wheelchair bound persons, as well\nas the visually impaired, were the ones mostly affected.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr Bingham had\nalso accused the relevant state agencies responsible for road repairs in the town\nas being derelict in their duties.&nbsp;&nbsp; He\nhad also said the situation was compounded by the fact that on some days, the\nsidewalks on the town’s major thoroughfare, the Willie DeLisser Boulevard, was\noverrun with vendors, leaving little or no space for pedestrians.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But now, the NWA\noffice in the parish, which is under new management has solved much of the town’s\npedestrian woes and residents are able to walk freely without looking downwards\nfor these traps.&nbsp; Kudos to the NWA for\nturning a new leaf.&nbsp; The nightmare is\nover.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','6438-revision-v1','','','2019-08-29 14:22:02','2019-08-29 19:22:02','',6438,'https://buzz-caribbean.com/article/6438-revision-v1/',0,'revision','',0),(6447,4,'2019-08-29 14:22:10','2019-08-29 19:22:10','<!-- wp:paragraph -->\n<p>Persons with physical disabilities within the town of Lucea, Hanover, can now breathe a sigh of relief as a once-opened drain along a sidewalk in the town has been fixed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The had been a point of complaint for some years. The problem was mainly on Miller Drive, Hanover and Church streets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6440} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/drain-cover-fixed-1024x684.jpg\" alt=\"\" class=\"wp-image-6440\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>President of the\nHanover Disability Association, Anthony Bingham, had also lamented the fact\nthat the manholes on Hanover Street and Millers Drive, were left in such a bad\ncondition, that bodied residents and schoolchildren have even fallen in them,\nand sustained bad injuries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He had also\ncomplained that the manholes had contributed to the traffic congestion issues which\nwere plaguing the parish capital, as pedestrians opt to walk in the roadway in\norder to circumvent them, noting as well that wheelchair bound persons, as well\nas the visually impaired, were the ones mostly affected.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr Bingham had\nalso accused the relevant state agencies responsible for road repairs in the town\nas being derelict in their duties.&nbsp;&nbsp; He\nhad also said the situation was compounded by the fact that on some days, the\nsidewalks on the town’s major thoroughfare, the Willie DeLisser Boulevard, was\noverrun with vendors, leaving little or no space for pedestrians.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But now, the NWA\noffice in the parish, which is under new management has solved much of the town’s\npedestrian woes and residents are able to walk freely without looking downwards\nfor these traps.&nbsp; Kudos to the NWA for\nturning a new leaf.&nbsp; The nightmare is\nover.</p>\n<!-- /wp:paragraph -->','xxx','','inherit','closed','closed','','6438-revision-v1','','','2019-08-29 14:22:10','2019-08-29 19:22:10','',6438,'https://buzz-caribbean.com/article/6438-revision-v1/',0,'revision','',0),(6448,11,'2019-08-29 14:29:08','2019-08-29 19:29:08','','black-panther-scene-BUZZ-1','','inherit','open','closed','','black-panther-scene-buzz-1','','','2019-08-29 14:29:08','2019-08-29 19:29:08','',6427,'https://buzz-caribbean.com/app/uploads/2019/08/black-panther-scene-BUZZ-1.jpg',0,'attachment','image/jpeg',0),(6450,11,'2019-08-29 14:39:09','2019-08-29 19:39:09','<!-- wp:paragraph -->\n<p>You\'ve watched <strong>Black Panther</strong> for the 20th time - no judgement here. You got your fix again in <strong>Avengers: Infinity War</strong> and <strong>Avengers: End Game</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6441} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-panther-1-BUZZ.jpg\" alt=\"The poster for Black Panther featuring the major characters.\" class=\"wp-image-6441\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, you\'re ready for the sequel. Well, that\'s going to be another three years, with  <strong>Black Panther</strong> director Ryan Coogler announcing that it will be released May 2022.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6448} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-panther-scene-BUZZ-1.jpg\" alt=\"A scene from Black Panther with T\'Challa on top of the car.\" class=\"wp-image-6448\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Building on the 2018 original\'s success - which amassed a whopping $1.3 billion worldwide and three Academy Awards (after seven nominations) -the showrunners are taking their time to craft the perfect sequel currently titled <strong>Black Panther 2</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While we quietly chant \"Wakanda Forever\",  here\'s a list of some of the things we\'d like to see in <strong>BP2</strong>:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>The \"World Breaker\' Hulk chilling in Wakanda</strong> - he\'s been through so much.</li><li><strong>An appearance from Storm</strong> - let\'s build on that woman power energy with this fierce character.</li><li><strong>An update on the other realms and how they impact Wakanda</strong> - now that we\'ve seen them in Infinity War, the need to know more is at an all-time high.</li><li><strong>What\'s going on with T\'Challa and Nakia?</strong> - after the turmoil Wakanda experienced, has it put things in perspective and the two found a way to make their relationship work?</li><li><strong>More Wakanda tech!</strong> - it was such a tease to see the impressive tech available in Wakanda. Can we see more, please?</li><li><strong>Kendrick for the soundtrack</strong> - let\'s not have a Power situation. Consistency is key, so let\'s have Kendrick do his magic for BP2 - the first soundtrack was a banger!</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><em>What are you looking forward to in Black Panther 2?</em></p>\n<!-- /wp:paragraph -->','Black Panther 2 set for May 2022 release','After Black Panther\'s whopping success, the director has announced that Black Panther 2 will be coming out in May 2022.','inherit','closed','closed','','6427-revision-v1','','','2019-08-29 14:39:09','2019-08-29 19:39:09','',6427,'https://buzz-caribbean.com/article/6427-revision-v1/',0,'revision','',0),(6451,11,'2019-08-29 14:41:01','2019-08-29 19:41:01','<!-- wp:paragraph -->\n<p>You\'ve watched <strong>Black Panther</strong> for the 20th time - no judgement here. You got your fix again in <strong>Avengers: Infinity War</strong> and <strong>Avengers: Endgame</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6441} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-panther-1-BUZZ.jpg\" alt=\"The poster for Black Panther featuring the major characters.\" class=\"wp-image-6441\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, you\'re ready for the sequel. Well, that\'s going to be another three years, with  <strong>Black Panther</strong> director Ryan Coogler announcing that it will be released May 2022.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6448} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/black-panther-scene-BUZZ-1.jpg\" alt=\"A scene from Black Panther with T\'Challa on top of the car.\" class=\"wp-image-6448\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Building on the 2018 original\'s success - which amassed a whopping $1.3 billion worldwide and three Academy Awards (after seven nominations) -the showrunners are taking their time to craft the perfect sequel currently titled <strong>Black Panther 2</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While we quietly chant \"Wakanda Forever\",  here\'s a list of some of the things we\'d like to see in <strong>BP2</strong>:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>The \"World Breaker\' Hulk chilling in Wakanda</strong> - he\'s been through so much.</li><li><strong>An appearance from Storm</strong> - let\'s build on that woman power energy with this fierce character.</li><li><strong>An update on the other realms and how they impact Wakanda</strong> - now that we\'ve seen them in <strong>Endgame</strong>, the need to know more is at an all-time high.</li><li><strong>What\'s going on with T\'Challa and Nakia?</strong> - after the turmoil Wakanda experienced, has it put things in perspective and the two found a way to make their relationship work?</li><li><strong>More Wakanda tech!</strong> - it was such a tease to see the impressive tech available in Wakanda. Can we see more, please?</li><li><strong>Kendrick for the soundtrack</strong> - let\'s not have a Power situation. Consistency is key, so let\'s have Kendrick do his magic for<strong> BP2</strong> - the first soundtrack was a banger!</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><em>What are you looking forward to in Black Panther 2?</em></p>\n<!-- /wp:paragraph -->','Black Panther 2 set for May 2022 release','After Black Panther\'s whopping success, the director has announced that Black Panther 2 will be coming out in May 2022.','inherit','closed','closed','','6427-revision-v1','','','2019-08-29 14:41:01','2019-08-29 19:41:01','',6427,'https://buzz-caribbean.com/article/6427-revision-v1/',0,'revision','',0),(6452,21,'2019-08-29 16:03:05','2019-08-29 21:03:05','<!-- wp:paragraph -->\n<p>Dancehall, recording artiste Agent Sasco recently contributed $50,000 towards the education of two juveniles under the supervision of the Department of Correctional Services (DCS).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6454} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Agent-Sasco-Mentorship-Programme-1024x630.jpg\" alt=\"Jamaican dancehall artiste presenting a cheque valued at $25,000 to the top male through the We Transform mentorship programme.\" class=\"wp-image-6454\" /><figcaption>Recording artiste, Agent Sasco (right), presents a cash prize of $25,000 to the top male at the recent ‘We Transform’ Sports and Fun Day, held at the Rio Cobre Juvenile Correctional Centre in Spanish Town, St. Catherine. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Winning Right Now </strong>entertainer made two donations of $25,000 each to the top boy and top girl at the recent <strong>We Transform</strong> Sports and Fun Day, held at the Rio Cobre Juvenile Correctional Centre in Spanish Town, St. Catherine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “When a public figure can do something like that, it builds their self-esteem\"  </p><cite>— Marja Gay Smith, Principal Probation Officer at the Spanish Town Probation Office</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Marja Gay Smith, Principal Probation Officer at the Spanish Town Probation Office said, “We are happy with the help; it went a far way. The client’s mother was excited and grateful because they needed it. It is a good initiative, and we endorse it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said the gesture is a motivation to the beneficiaries and other wards to “be positive and to do good things”, adding that many times wards have feelings of bewilderment, and “when a public figure can do something like that, it builds their self-esteem”. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I am committed to playing my part in ensuring that they are not left behind.\"</p><cite>— Agent Sasco, Dancehall/Reggae Entertainer</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Ella Ghartey,  Acting Policy Director at the Ministry of National Security, and Programme Manager for the <strong>We Transform </strong>Programme, shared “It is amazing what Sasco has been doing for these children since we engaged him in 2017 to be a Mentor and Ambassador for the <strong>We Transform </strong>Programme.  He has shown such commitment and passion to make a difference in their lives,” she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6458} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Agent-Sasco-We-Transform-Mentorship-Programme.jpg\" alt=\"Jamaican Dancehall artiste Agent Sasco.\" class=\"wp-image-6458\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Agent Sasco said as a mentor in the <strong>We Transform</strong> Programme, he believes that the rewarding of good behaviour will further reinforce and encourage “excellence among these young people, and with the right support, they can achieve their dreams\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added, “I am committed to playing my part in ensuring that they are not left behind. It is my hope that others will join me in this movement.”</p>\n<!-- /wp:paragraph -->','Agent Sasco assists juveniles in state care','Jamaican entertainer Agent Sasco contributed $50,000 through to two juveniles under the supervision of the Department of Correctional Services (DCS) towards their education.','publish','open','closed','','agent-sasco-assists-juveniles-in-state-care','','','2019-08-29 16:03:05','2019-08-29 21:03:05','',0,'https://buzz-caribbean.com/?p=6452',0,'post','',0),(6453,4,'2019-08-29 14:53:24','2019-08-29 19:53:24','<!-- wp:paragraph -->\n<p>Persons with physical disabilities within the town of Lucea, Hanover, can now breathe a sigh of relief as once-opened drains along the sidewalk in the town have been fixed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This had been a point of complaint for some years, with the problem mainly on Miller Drive, Hanover and Church streets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6440} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/drain-cover-fixed-1024x684.jpg\" alt=\"\" class=\"wp-image-6440\" /><figcaption>A once-opened drain in the town of Lucea, Hanover has now been fixed.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>President of the Hanover Disability Association Anthony Bingham had lamented the fact that the manholes on Hanover Street and Miller Drive, were in such a bad condition that able-bodied persons have injured themselves falling into them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The issue was recently fixed by the National Works Agency, which has resolved much of the town’s pedestrian woes.</p>\n<!-- /wp:paragraph -->','Open drains in Lucea, Hanover now fixed','','inherit','closed','closed','','6438-revision-v1','','','2019-08-29 14:53:24','2019-08-29 19:53:24','',6438,'https://buzz-caribbean.com/article/6438-revision-v1/',0,'revision','',0),(6454,11,'2019-08-29 15:20:23','2019-08-29 20:20:23','','Agent-Sasco-Mentorship-Programme','','inherit','open','closed','','agent-sasco-mentorship-programme','','','2019-08-29 15:20:23','2019-08-29 20:20:23','',6452,'https://buzz-caribbean.com/app/uploads/2019/08/Agent-Sasco-Mentorship-Programme.jpg',0,'attachment','image/jpeg',0),(6455,4,'2019-08-29 15:22:36','2019-08-29 20:22:36','<!-- wp:paragraph -->\n<p>Persons with physical disabilities within the town of Lucea, Hanover, can now breathe a sigh of relief as once-opened drains along the sidewalk in the town have been fixed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This had been a point of complaint for some years, with the problem mainly on Miller Drive, Hanover and Church streets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6440} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/drain-cover-fixed-1024x684.jpg\" alt=\"\" class=\"wp-image-6440\" /><figcaption>A once-opened drain in the town of Lucea, Hanover has now been fixed.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>President of the Hanover Disability Association Anthony Bingham had lamented the fact that the manholes on Hanover Street and Miller Drive, were in such a bad condition that able-bodied persons have injured themselves falling into them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The issue was recently fixed by the National Works Agency, which has resolved much of the town’s pedestrian woes.</p>\n<!-- /wp:paragraph -->','Open drains in Lucea, Hanover, now fixed','','inherit','closed','closed','','6438-revision-v1','','','2019-08-29 15:22:36','2019-08-29 20:22:36','',6438,'https://buzz-caribbean.com/article/6438-revision-v1/',0,'revision','',0),(6456,23,'2019-08-29 17:37:13','2019-08-29 22:37:13','<!-- wp:image {\"id\":6492} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Train-service-1024x590.jpg\" alt=\"\" class=\"wp-image-6492\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The implementation of the school train service proposed by Transport Minister Robert Montague will not be rolled out for the start of the new school year in September.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The transport ministry announced the delay on Thursday (Aug 29) but gave no details beyond saying it was due to \"technical challenges\". The ministry said it continues to work with stakeholders to resolve the issues in a timely manner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Montague announced the proposed train service during his Sectoral Presentation in Parliament on June 4.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Under the project, the JUTC was slated to provide buses on a special route to sync with trains. \"The service will get our children off the street of Spanish Town early, and it is safe and reliable,\" Montague said at the time.</p>\n<!-- /wp:paragraph -->','Ministry announces delay of school train service','','publish','open','closed','','ministry-announces-delay-of-school-train-service','','','2019-08-29 17:37:13','2019-08-29 22:37:13','',0,'https://buzz-caribbean.com/?p=6456',0,'post','',0),(6457,4,'2019-08-29 15:26:45','2019-08-29 20:26:45','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The implementation of the school train service proposed by\nTransport Minister Robert Montague in his sectoral Presentation on June 4, 2019\nhas met technical challenges and the commencement has been delayed beyond the\nstart of the September back to school period.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Minister in his presentation stated “We need funding to get\nthe project off the ground and I am confident that when our discussions with\nthe Ministry of Finance are complete, we will know if we will start one leg,\nthen the next or both at once. The JUTC will provide buses on a special route\nto sync with trains. The service will get our children off the street of\nSpanish Town early, and it is safe and reliable.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Montague highlighted the need to move away from the policies of\nmoving vehicles and get to the place where we prioritize moving people</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;A number of technical and\nlogistic aspects of the programme are still being finalized and this has\nresulted in the delay of its implementation. However, the Ministry continues to\nwork with our stakeholders to resolve the issues in a timely manner. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The institution of the school train service will help get students\nto and from school more safely and efficiently and will seek to ease congestion\non the road ways.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While disappointed the Ministry is not daunted by this unforeseen\ndevelopment and remains committed in our efforts to provide safe, reliable and\neconomic means of transport to the people of Jamaica.</p>\n<!-- /wp:paragraph -->','Technical issues cause delay of Proposed School Train Service','','inherit','closed','closed','','6456-revision-v1','','','2019-08-29 15:26:45','2019-08-29 20:26:45','',6456,'https://buzz-caribbean.com/article/6456-revision-v1/',0,'revision','',0),(6458,11,'2019-08-29 15:31:26','2019-08-29 20:31:26','','Agent-Sasco-We-Transform-Mentorship-Programme','','inherit','open','closed','','agent-sasco-we-transform-mentorship-programme','','','2019-08-29 15:31:26','2019-08-29 20:31:26','',6452,'https://buzz-caribbean.com/app/uploads/2019/08/Agent-Sasco-We-Transform-Mentorship-Programme.jpg',0,'attachment','image/jpeg',0),(6459,11,'2019-08-29 15:51:48','2019-08-29 20:51:48','<!-- wp:paragraph -->\n<p>Dancehall, recording artiste Agent Sasco recently contributed $50,000 towards the education of two juveniles under the supervision of the Department of Correctional Services (DCS).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6454} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Agent-Sasco-Mentorship-Programme-1024x630.jpg\" alt=\"\" class=\"wp-image-6454\" /><figcaption>Recording artiste, Agent Sasco (right), presents a cash prize of $25,000 to the top male at the recent ‘We Transform’ Sports and Fun Day, held at the Rio Cobre Juvenile Correctional Centre in Spanish Town, St. Catherine. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Winning Right Now </strong>entertainer made two donations of $25,000 each to the top boy and top girl at the recent <strong>We Transform</strong> Sports and Fun Day, held at the Rio Cobre Juvenile Correctional Centre in Spanish Town, St. Catherine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “When a public figure can do something like that, it builds their self-esteem\"  </p><cite>— Marja Gay Smith, Principal Probation Officer at the Spanish Town Probation Office</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Marja Gay Smith, Principal Probation Officer at the Spanish Town Probation Office said, “We are happy with the help; it went a far way. The client’s mother was excited and grateful because they needed it. It is a good initiative, and we endorse it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said the gesture is a motivation to the beneficiaries and other wards to “be positive and to do good things”, adding that many times wards have feelings of bewilderment, and “when a public figure can do something like that, it builds their self-esteem”. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I am committed to playing my part in ensuring that they are not left behind.\"</p><cite>— Agent Sasco, Dancehall/Reggae Entertainer</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Ella Ghartey,  Acting Policy Director at the Ministry of National Security, and Programme Manager for the <strong>We Transform </strong>Programme, shared “It is amazing what Sasco has been doing for these children since we engaged him in 2017 to be a Mentor and Ambassador for the <strong>We Transform </strong>Programme.  He has shown such commitment and passion to make a difference in their lives,” she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6458} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Agent-Sasco-We-Transform-Mentorship-Programme.jpg\" alt=\"Jamaican Dancehall artiste Agent Sasco.\" class=\"wp-image-6458\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Agent Sasco said as a mentor in the <strong>We Transform</strong> Programme, he believes that the rewarding of good behaviour will further reinforce and encourage “excellence among these young people, and with the right support, they can achieve their dreams\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added, “I am committed to playing my part in ensuring that they are not left behind. It is my hope that others will join me in this movement.”</p>\n<!-- /wp:paragraph -->','Agent Sasco assists juveniles in state care','Jamaican entertainer Agent Sasco contributed $50,000 through to two juveniles under the supervision of the Department of Correctional Services (DCS) towards their education.','inherit','closed','closed','','6452-revision-v1','','','2019-08-29 15:51:48','2019-08-29 20:51:48','',6452,'https://buzz-caribbean.com/article/6452-revision-v1/',0,'revision','',0),(6460,11,'2019-08-29 16:03:05','2019-08-29 21:03:05','<!-- wp:paragraph -->\n<p>Dancehall, recording artiste Agent Sasco recently contributed $50,000 towards the education of two juveniles under the supervision of the Department of Correctional Services (DCS).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6454} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Agent-Sasco-Mentorship-Programme-1024x630.jpg\" alt=\"Jamaican dancehall artiste presenting a cheque valued at $25,000 to the top male through the We Transform mentorship programme.\" class=\"wp-image-6454\" /><figcaption>Recording artiste, Agent Sasco (right), presents a cash prize of $25,000 to the top male at the recent ‘We Transform’ Sports and Fun Day, held at the Rio Cobre Juvenile Correctional Centre in Spanish Town, St. Catherine. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Winning Right Now </strong>entertainer made two donations of $25,000 each to the top boy and top girl at the recent <strong>We Transform</strong> Sports and Fun Day, held at the Rio Cobre Juvenile Correctional Centre in Spanish Town, St. Catherine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “When a public figure can do something like that, it builds their self-esteem\"  </p><cite>— Marja Gay Smith, Principal Probation Officer at the Spanish Town Probation Office</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Marja Gay Smith, Principal Probation Officer at the Spanish Town Probation Office said, “We are happy with the help; it went a far way. The client’s mother was excited and grateful because they needed it. It is a good initiative, and we endorse it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said the gesture is a motivation to the beneficiaries and other wards to “be positive and to do good things”, adding that many times wards have feelings of bewilderment, and “when a public figure can do something like that, it builds their self-esteem”. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I am committed to playing my part in ensuring that they are not left behind.\"</p><cite>— Agent Sasco, Dancehall/Reggae Entertainer</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Ella Ghartey,  Acting Policy Director at the Ministry of National Security, and Programme Manager for the <strong>We Transform </strong>Programme, shared “It is amazing what Sasco has been doing for these children since we engaged him in 2017 to be a Mentor and Ambassador for the <strong>We Transform </strong>Programme.  He has shown such commitment and passion to make a difference in their lives,” she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6458} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Agent-Sasco-We-Transform-Mentorship-Programme.jpg\" alt=\"Jamaican Dancehall artiste Agent Sasco.\" class=\"wp-image-6458\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Agent Sasco said as a mentor in the <strong>We Transform</strong> Programme, he believes that the rewarding of good behaviour will further reinforce and encourage “excellence among these young people, and with the right support, they can achieve their dreams\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added, “I am committed to playing my part in ensuring that they are not left behind. It is my hope that others will join me in this movement.”</p>\n<!-- /wp:paragraph -->','Agent Sasco assists juveniles in state care','Jamaican entertainer Agent Sasco contributed $50,000 through to two juveniles under the supervision of the Department of Correctional Services (DCS) towards their education.','inherit','closed','closed','','6452-revision-v1','','','2019-08-29 16:03:05','2019-08-29 21:03:05','',6452,'https://buzz-caribbean.com/article/6452-revision-v1/',0,'revision','',0),(6461,21,'2019-09-01 07:38:54','2019-09-01 12:38:54','<!-- wp:paragraph -->\n<p>Kaysia Kerr, CEO of the National Parenting Commission (NPSC) is encouraging parents and guardians to reintroduce the morning routine to their children from now in preparation for the 2019/20 school year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6479} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kaysia-Kerr-Back-To-School-1024x711.jpg\" alt=\"  Kaysia Kerr, CEO of  National Parenting Commission (NPSC) speaking at a news briefing.\" class=\"wp-image-6479\" /><figcaption>  Kaysia Kerr, CEO of  National Parenting Commission (NPSC)   </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Morning Routines</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“They should not wait until the first morning of school or the night before to start putting children back into the routine which would have been broken during the summer holidays,” Kerr said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Not only should they ensure that sleep habits return, but the entire routine of getting out of the house must be considered\" </p><cite>—   Kaysia Kerr, CEO of NPSC </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Ms Kerr said the children would have become used to staying up later or sleeping later or both, and this would have disturbed the sleep pattern, so parents and guardians should start easing their child into getting into bed early and waking up earlier for the start of the new school year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Healthy Meal Options</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Not only should they ensure that sleep habits return, but the entire routine of getting out of the house must be considered. Start looking at breakfast ideas; children do not want the same thing every day, especially the smaller ones. This will become mundane,” she noted.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So, we have to start thinking of various healthy options. When persons are rushing out, sometimes breakfast is compromised in terms of the nutritional value, so what we want is the children to get a good start with a healthy meal,” Ms Kerr added.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Get Involved In Orientation Exercises</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>She is also imploring parents and guardians to be present at orientation to ask all the right questions, air concerns and meet with as many teachers as possible, and the principal if possible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“The same way the children are going to make new friends, &nbsp;you should want to meet the parents.\"</p><cite>—   Kaysia Kerr, CEO of NPSC </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“If your child has special requirements, these discussions must be had early, for example, a student who may require preferential seating, or assistive devices in order for them to function,” she explained.&nbsp; &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ms Kerr pointed out that when school and home partner, children perform better, social behaviour improves or they maintain the good standard that is set at home and the standards that are expected at school.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Build Parent Networks</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Therefore, parents should ensure that as they prepare for back-to-school, they also have a mindset to work with the schools. She is also encouraging parents and guardians to create networks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The same way the children are going to make new friends, &nbsp;you should want to meet the parents. Start the process of fellowshipping with other parents, so when things are going bad there are others who can lend support,” Ms. Kerr said.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Child Safety </h5>\n<!-- /wp:heading -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Let the children know the importance of being vigilant, especially when they are commuting on public transportation.&nbsp;</p><cite>—  Kaysia Kerr, CEO of NPSC</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Child safety is always a big concern for the NPSC, so Ms. Kerr said parents should ensure that schools have their correct address and current telephone contacts at all times. Children should also know their address and the telephone contacts of their caregivers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Let the children know the importance of being vigilant, especially when they are commuting on public transportation.&nbsp; If there is a part of the commute that involves walking, encourage the child to walk in groups and if walking alone, they should be vigilant of the surroundings. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Let the children know the importance of being vigilant\"</p><cite>— Kaysia Kerr, CEO of NPSC</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>They should walk briskly and with purpose, don’t look as though he or she is idling, because then the child will become prey to those persons who are in the business of hurting children,” she said.&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition, Ms Kerr said children must be advised how they engage strangers and even adults they believe to be responsible or adults they know.&nbsp;&nbsp;&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We\nencourage open and honest conversation, so when a child speaks about an encounter\nwhich leaves them uncomfortable, it is important that you not only listen but\nyou also investigate with a view to act,” she added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Financial Planning</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Back-to-school also has its financial pressures, so parents and guardians should seek out where it is possible to get items, such as second-hand books.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Do not get too caught up in getting the name-brand, instead look for the sturdiest bag that will last longer.&nbsp; In many instances the brand names that we see are fake and, therefore, the quality is not there.&nbsp; Therefore, choose quality over what is socially acceptable,” she urged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ms Kerr said parents’ involvement in their child’s school should not be limited to the Parent-Teacher Association (PTA) meetings. “This is something that we want to drive home. Parents should look at opportunities/avenues that they can serve the school,” she emphasised.&nbsp; </p>\n<!-- /wp:paragraph -->','Parents and guardians encouraged to reintroduce morning routine now','','publish','open','closed','','parents-and-guardians-encouraged-to-reintroduce-morning-routine-now','','','2019-09-01 07:38:55','2019-09-01 12:38:55','',0,'https://buzz-caribbean.com/?p=6461',0,'post','',0),(6462,9,'2019-08-29 16:35:45','2019-08-29 21:35:45','<!-- wp:image {\"id\":6463} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jason-Derulo-july-12-2019-a-billboard-1548-1024x677.jpg\" alt=\"\" class=\"wp-image-6463\" /><figcaption>Jason Derulo (Photo: Billboard.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Murder She Wrote</strong> by Chaka Demus and Pliers has been sampled again. This time by popular singer\nJason Derulo in his recently released track, <strong>Too Hot</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the steamy dancehall-infused track, Jason invites\nwomen to the dancefloor with his sexy lyrics. \"<em>So we can get changed in\nthe backseat/ \'Cause it\'s summertime and you know/ It\'s too hot for clothes/ Too\nhot for clothes</em>,\" he sings in the chorus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=ukC4CXYrzRw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=ukC4CXYrzRw\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The song, which was released on August 26, comes one\nmonth after he dropped <strong>Mamacita</strong>, a collab with featuring Farruko. <strong>Mamacita</strong>\ndebuted at No. 1 on the Latin Digital Song Sales in July. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Released only days ago, Jason’s <strong>Too Hot</strong> is just one of several songs that have borrowed from the Sly and Robbie-produced <strong>Murder She Wrote</strong>, which is included on Chaka Demus and Pliers’ 1993 album, <strong>Tease</strong>. The song has been sampled in Pitbull’s <strong>El Taxi</strong>, French Montana’s <strong>Freak</strong> and <strong>Post To Be</strong> by Omarion, Chris Brown and Jhené Aiko.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=-av7F1JBmj4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=-av7F1JBmj4\n</div></figure>\n<!-- /wp:embed -->','Jason Derulo samples \'Murder She Wrote\'','','publish','open','closed','','jason-derulo-samples-murder-she-wrote','','','2019-08-29 16:35:46','2019-08-29 21:35:46','',0,'https://buzz-caribbean.com/?p=6462',0,'post','',0),(6463,9,'2019-08-29 16:17:29','2019-08-29 21:17:29','','Jason-Derulo-july-12-2019-a-billboard-1548','','inherit','open','closed','','jason-derulo-july-12-2019-a-billboard-1548','','','2019-08-29 16:17:29','2019-08-29 21:17:29','',6462,'https://buzz-caribbean.com/app/uploads/2019/08/Jason-Derulo-july-12-2019-a-billboard-1548.jpg',0,'attachment','image/jpeg',0),(6464,9,'2019-08-29 16:24:58','2019-08-29 21:24:58','<iframe title=\"Jason Derulo - Too Hot [OFFICIAL AUDIO]\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/ukC4CXYrzRw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','606fd517c3567d663a5119794b5382f4','','','2019-08-29 16:24:58','2019-08-29 21:24:58','',0,'https://buzz-caribbean.com/article/606fd517c3567d663a5119794b5382f4/',0,'oembed_cache','',0),(6465,9,'2019-08-29 16:28:31','2019-08-29 21:28:31','<iframe title=\"Chaka Demus &amp; Pliers - Murder She Wrote\" width=\"1333\" height=\"1000\" src=\"https://www.youtube.com/embed/-av7F1JBmj4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','c72bdf2abe2b57ccb70e477f70942ae3','','','2019-08-29 16:28:31','2019-08-29 21:28:31','',0,'https://buzz-caribbean.com/article/c72bdf2abe2b57ccb70e477f70942ae3/',0,'oembed_cache','',0),(6466,9,'2019-08-29 16:34:50','2019-08-29 21:34:50','<!-- wp:image {\"id\":6463} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jason-Derulo-july-12-2019-a-billboard-1548-1024x677.jpg\" alt=\"\" class=\"wp-image-6463\" /><figcaption>Jason Derulo (Photo: Billboard.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Murder She Wrote</strong> by Chaka Demus and Pliers has been sampled again. This time by popular singer\nJason Derulo in his recently released track, <strong>Too Hot</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the steamy dancehall-infused track, Jason invites\nwomen to the dancefloor with his sexy lyrics. \"<em>So we can get changed in\nthe backseat/ \'Cause it\'s summertime and you know/ It\'s too hot for clothes/ Too\nhot for clothes</em>,\" he sings in the chorus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=ukC4CXYrzRw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=ukC4CXYrzRw\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The song, which was released on August 26, comes one\nmonth after he dropped <strong>Mamacita</strong>, a collab with featuring Farruko. <strong>Mamacita</strong>\ndebuted at No. 1 on the Latin Digital Song Sales in July. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Released only days ago, Jason’s <strong>Too Hot</strong> is just one of several songs that have borrowed from the Sly and Robbie-produced <strong>Murder She Wrote</strong>, which is included on Chaka Demus and Pliers’ 1993 album, <strong>Tease</strong>. The song has been sampled in Pitbull’s <strong>El Taxi</strong>, French Montana’s <strong>Freak</strong> and <strong>Post To Be</strong> by Omarion, Chris Brown and Jhené Aiko.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=-av7F1JBmj4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=-av7F1JBmj4\n</div></figure>\n<!-- /wp:embed -->','Jason Derulo samples \'Murder She Wrote\'','','inherit','closed','closed','','6462-revision-v1','','','2019-08-29 16:34:50','2019-08-29 21:34:50','',6462,'https://buzz-caribbean.com/article/6462-revision-v1/',0,'revision','',0),(6467,4,'2019-08-29 16:47:35','2019-08-29 21:47:35','<!-- wp:paragraph -->\n<p>The implementation of the school train service proposed by\nTransport Minister Robert Montague in his sectoral Presentation on June 4, 2019\nhas met technical challenges and the commencement has been delayed beyond the\nstart of the September back to school period.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Minister in his presentation stated “We need funding to get\nthe project off the ground and I am confident that when our discussions with\nthe Ministry of Finance are complete, we will know if we will start one leg,\nthen the next or both at once. The JUTC will provide buses on a special route\nto sync with trains. The service will get our children off the street of\nSpanish Town early, and it is safe and reliable.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Montague highlighted the need to move away from the policies of\nmoving vehicles and get to the place where we prioritize moving people</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;A number of technical and\nlogistic aspects of the programme are still being finalized and this has\nresulted in the delay of its implementation. However, the Ministry continues to\nwork with our stakeholders to resolve the issues in a timely manner. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The institution of the school train service will help get students\nto and from school more safely and efficiently and will seek to ease congestion\non the road ways.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While disappointed the Ministry is not daunted by this unforeseen\ndevelopment and remains committed in our efforts to provide safe, reliable and\neconomic means of transport to the people of Jamaica.</p>\n<!-- /wp:paragraph -->','Ministry announces delay of school train service','','inherit','closed','closed','','6456-revision-v1','','','2019-08-29 16:47:35','2019-08-29 21:47:35','',6456,'https://buzz-caribbean.com/article/6456-revision-v1/',0,'revision','',0),(6469,9,'2019-08-29 17:09:54','2019-08-29 22:09:54','<!-- wp:image {\"id\":6470} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jennifer-lopez-A-20190829.jpg\" alt=\"Jennifer Lopez is 50 years old\" class=\"wp-image-6470\" /><figcaption>Jennifer Lopez</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jennifer Lopez insists women shouldn\'t fear getting older.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>On The Floor</strong> hitmaker recently turned 50 and was shocked to find people questioned her for making it so public.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking during her latest tour diary posted to her YouTube account, she said: \"Everybody thought that I was crazy when I wanted to go out and let everybody know that I was 50. That was just like something, \'Ummm why are we highlighting this again?\' It was important as a woman to do that - to let people know that you don\'t get to write women off at a certain point in their life.” Meanwhile, Jennifer previously admitted she \"constantly\" tries to \"evolve\" and not get \"stuck\" as a person in life or her career.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Everybody thought that I was crazy when I wanted to go out and let everybody know that I was 50.\"</p><cite>— Jennifer Lopez </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She said: \"I am constantly trying to evolve and to not get stuck. It happens to people - you look at them and think, \'She got stuck or she let herself go.\' ... There\'s this terrible idea that you get to a certain age and just plummet downwards. I don\'t believe that at all. You can always reinvent. You can always make a change. You can always keep growing. I believe that you can keep getting better and better and better. The only thing stopping you is you.\"</p>\n<!-- /wp:paragraph -->','Jennifer Lopez: Women shouldn\'t fear getting older','','publish','open','closed','','jennifer-lopez-women-shouldnt-fear-getting-older','','','2019-08-29 17:09:54','2019-08-29 22:09:54','',0,'https://buzz-caribbean.com/?p=6469',0,'post','',0),(6470,9,'2019-08-29 16:54:17','2019-08-29 21:54:17','','jennifer-lopez-A-20190829','','inherit','open','closed','','jennifer-lopez-a-20190829','','','2019-08-29 16:54:17','2019-08-29 21:54:17','',6469,'https://buzz-caribbean.com/app/uploads/2019/08/jennifer-lopez-A-20190829.jpg',0,'attachment','image/jpeg',0),(6471,9,'2019-08-29 16:57:09','2019-08-29 21:57:09','<!-- wp:image {\"id\":6470} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jennifer-lopez-A-20190829.jpg\" alt=\"Jennifer Lopez is 50 years old\" class=\"wp-image-6470\" /><figcaption>Jennifer Lopez</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jennifer Lopez insists women shouldn\'t fear getting older.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>On The Floor</strong> hitmaker recently turned 50 and was shocked to find people questioned her for making it so public.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking during her latest tour diary posted to her YouTube account, she said: \"Everybody thought that I was crazy when I wanted to go out and let everybody know that I was 50. That was just like something, \'Ummm why are we highlighting this again?\' It was important as a woman to do that - to let people know that you don\'t get to write women off at a certain point in their life.” Meanwhile, Jennifer previously admitted she \"constantly\" tries to \"evolve\" and not get \"stuck\" as a person in life or her career.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Everybody thought that I was crazy when I wanted to go out and let everybody know that I was 50.\"</p><cite>— Jennifer Lopez </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She said: \"I am constantly trying to evolve and to not get stuck. It happens to people - you look at them and think, \'She got stuck or she let herself go.\' ... There\'s this terrible idea that you get to a certain age and just plummet downwards. I don\'t believe that at all. You can always reinvent. You can always make a change. You can always keep growing. I believe that you can keep getting better and better and better. The only thing stopping you is you.\"</p>\n<!-- /wp:paragraph -->','Jennifer Lopez: Women shouldn\'t fear getting older','','inherit','closed','closed','','6469-revision-v1','','','2019-08-29 16:57:09','2019-08-29 21:57:09','',6469,'https://buzz-caribbean.com/article/6469-revision-v1/',0,'revision','',0),(6472,14,'2019-08-29 17:14:46','2019-08-29 22:14:46','<!-- wp:image {\"id\":6474} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-1.jpg\" alt=\"\" class=\"wp-image-6474\" /><figcaption>Joaquin Phoenix is Arthur Fleck in JOKER (Photo: Warner Brothers Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“You don’t listen, do you? You just ask the same questions every week. ‘How’s your job? Are you having any negative thoughts?’ All I have are negative thoughts.”</p><cite> —  JOKER.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>We have listened, and we\'re <strong>BUZZing</strong> with hype for the new <strong>JOKER</strong> film. Nothing but positive thoughts!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6475} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-2-1024x576.jpg\" alt=\"\" class=\"wp-image-6475\" /><figcaption>Photo: Warner Brothers Studios</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Signalling a new paradigm shift in the DC Extended Universe (DCEU), <strong>JOKER</strong> is a bleak but refreshingly complex take on the iconic supervillain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do. You. See. These. VISUALS?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6477} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-4-1024x575.jpg\" alt=\"\" class=\"wp-image-6477\" /><figcaption>Gotham slowly descends into chaos as the clowns go on a rampage in JOKER (Photo: Warner Brothers Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Warner Brothers Pictures dropped the final in a series of trailers promoting <strong>JOKER</strong>, on Wednesday, and fans are pumped for the October 4 release.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 24 hours, the trailer has amassed more than 10 million views, on Warner Brothers\' official YouTube channel alone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6476} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-3-1024x577.jpg\" alt=\"\" class=\"wp-image-6476\" /><figcaption>\"Send in the clowns!\" (Photo: Warner Brothers\' Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>JOKER</strong> follows failed comedian Arthur Fleck, who keeps getting dealt the worst hands from society.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After an encounter with violent thugs, while wandering the streets of Gotham City dressed as a clown, Fleck begins a slow descent into madness as he transforms into the criminal mastermind known as THE <strong>JOKER</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Directed by Todd Phillips, the R-rated route <strong>JOKER</strong> follows strays far from Phillips’ previous forays in successful comedies like <strong>Road Trip</strong> and the <strong>Hangover Trilogy</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Critics and fans have hailed Joaquin Phoenix’s portrayal of the crown prince of crime as possibly the best performance since the <strong>Dark Knight</strong>’s Heath Ledger.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“And one small thing,” check out the trailer below!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=zAGVQLHvwOY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=zAGVQLHvwOY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> fam, come on! Tell us the hype is real in the comments below.</p>\n<!-- /wp:paragraph -->','JOKER: The signal of rebirth for DC movies?','','publish','open','closed','','joker-the-signal-of-rebirth-for-dc-movies','','','2019-08-29 18:11:21','2019-08-29 23:11:21','',0,'https://buzz-caribbean.com/?p=6472',0,'post','',0),(6473,14,'2019-08-29 17:02:57','2019-08-29 22:02:57','<iframe title=\"JOKER - Final Trailer\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/zAGVQLHvwOY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','6a871cd7d263b3692c4de2986a1af218','','','2019-08-29 17:02:57','2019-08-29 22:02:57','',0,'https://buzz-caribbean.com/article/6a871cd7d263b3692c4de2986a1af218/',0,'oembed_cache','',0),(6474,14,'2019-08-29 17:08:13','2019-08-29 22:08:13','','joker-joaquin-phoenix-buzz-demo-1','','inherit','open','closed','','joker-joaquin-phoenix-buzz-demo-1','','','2019-08-29 17:08:13','2019-08-29 22:08:13','',6472,'https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-1.jpg',0,'attachment','image/jpeg',0),(6475,14,'2019-08-29 17:08:21','2019-08-29 22:08:21','','joker-joaquin-phoenix-buzz-demo-2','','inherit','open','closed','','joker-joaquin-phoenix-buzz-demo-2','','','2019-08-29 17:08:21','2019-08-29 22:08:21','',6472,'https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-2.jpg',0,'attachment','image/jpeg',0),(6476,14,'2019-08-29 17:09:32','2019-08-29 22:09:32','','joker-joaquin-phoenix-buzz-demo-3','','inherit','open','closed','','joker-joaquin-phoenix-buzz-demo-3','','','2019-08-29 17:09:32','2019-08-29 22:09:32','',6472,'https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-3.jpg',0,'attachment','image/jpeg',0),(6477,14,'2019-08-29 17:09:53','2019-08-29 22:09:53','','joker-joaquin-phoenix-buzz-demo-4','','inherit','open','closed','','joker-joaquin-phoenix-buzz-demo-4','','','2019-08-29 17:09:53','2019-08-29 22:09:53','',6472,'https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-4.jpg',0,'attachment','image/jpeg',0),(6478,14,'2019-08-29 17:14:46','2019-08-29 22:14:46','<!-- wp:image {\"id\":6474} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-1.jpg\" alt=\"\" class=\"wp-image-6474\" /><figcaption>Joaquin Phoenix is Arthur Fleck in JOKER (Photo: Warner Brothers Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“You don’t listen, do you? You just ask the same questions every week. ‘How’s your job? Are you having any negative thoughts?’ All I have are negative thoughts.”</p><cite> —  JOKER.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>We have listened, and we are <strong>BUZZing</strong> with hype for the new <strong>JOKER</strong> film. Nothing but positive thoughts!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6475} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-2-1024x576.jpg\" alt=\"\" class=\"wp-image-6475\" /><figcaption>Photo: Warner Brother Studios</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Signalling a new paradigm shift in the DC Extended Universe (DCEU), <strong>JOKER</strong> is a bleak but refreshingly complex take on the iconic supervillain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do. You. See. These. VISUALS?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6477} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-4-1024x575.jpg\" alt=\"\" class=\"wp-image-6477\" /><figcaption>Gotham slowly descends into chaos as the clowns go on a rampage in JOKER (Photo: Warner Brothers Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Warner Brothers Pictures dropped the final\nin a series of trailers promoting Joker, on Wednesday and fans are pumped for\nthe October 4 release.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6476} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-3-1024x577.jpg\" alt=\"\" class=\"wp-image-6476\" /><figcaption>Photo: Warner Brothers\' Studios</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>JOKER</strong> follows failed comedian Arthur Fleck, who keeps getting the worst hands from society.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After an encounter with violent thugs, while wandering the streets of Gotham City dressed as a clown, Fleck begins a slow descent into madness as he transforms into the criminal mastermind known as the <strong>JOKER</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Directed by Todd Phillips, the R-rated route <strong>JOKER</strong> follows strays from Phillips’ previous forays in successful comedies like Road Trip and the Hangover Trilogy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Critics and fans have hailed Joaquin\nPhoenix’s portrayal of the crown prince of crime as the best since the Dark\nKnight’s performance by Heath Ledger.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Oh and one more thing,” check out the trailer below!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=zAGVQLHvwOY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=zAGVQLHvwOY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> fam, come on! Tell us the hype is real in the comments below.</p>\n<!-- /wp:paragraph -->','JOKER: The signal of rebirth for DC movies?','','inherit','closed','closed','','6472-revision-v1','','','2019-08-29 17:14:46','2019-08-29 22:14:46','',6472,'https://buzz-caribbean.com/article/6472-revision-v1/',0,'revision','',0),(6479,11,'2019-08-29 17:16:23','2019-08-29 22:16:23','','Kaysia-Kerr-Back-To-School','','inherit','open','closed','','kaysia-kerr-back-to-school','','','2019-08-29 17:16:23','2019-08-29 22:16:23','',6461,'https://buzz-caribbean.com/app/uploads/2019/08/Kaysia-Kerr-Back-To-School.jpg',0,'attachment','image/jpeg',0),(6480,11,'2019-08-29 17:49:02','2019-08-29 22:49:02','<!-- wp:paragraph -->\n<p>After literally putting on the performance of her life to bag gold and the US$50,000 winner\'s prize at the IAAF Diamond League in Zurich, Switzerland earlier today, Jamaican triple-jumper Shanieka Ricketts has now turned her sights to the World Athletics Championships which will be held in Doha, Qatar in September.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6482,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shanieka-Ricketts-Back-To-School.jpg\" alt=\"Triple-jumper Shanieka Ricketts holding the flag after securing gold at the IAAF Diamond League in Zurich, Switzerland.\" class=\"wp-image-6482\" /><figcaption>Triple-jumper Shanieka Ricketts proudly displays the Jamaican flag after securing gold at the IAAF Diamond League in Zurich, Switzerland </figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“At the world championships, I definitely\nwant to be on the podium.&nbsp; I don’t care what colour medal it is; I just\nneed to be on the podium,” she told reporters in an interview following her\nwin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I have to right now; I have to get it today.  I have to jump big.\"</p><cite> — Jamaican triple-jumper Shanieka Ricketts  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The win was the first for the 27-year-old at the Diamond League championship.  She scored big with a personal best jump of 14.93 metres, eclipsing favourite Yulimar Rojas of Venezuela, who finished in second place - evoking a cheerful congratulatory tweet from the IAAF.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/Diamond_League/status/1167125603218313218\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/Diamond_League/status/1167125603218313218\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Ricketts said there was only one thing\nrunning in her mind as she made the deciding jump, and that was that she was in\na now-or-never situation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I have to right now; I have to get it\ntoday.&nbsp; I have to jump big.&nbsp; I was hoping because you never know when\nyou will get the big jump, so you just have to go with the same optimism every\nsingle competition, and hope it will come on the day,” she said in explaining\nher energy at the time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"At the world championships...I don’t care what colour medal it is; I just need to be on the podium”  </p><cite> — Jamaican triple-jumper Shanieka Ricketts </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":6491} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shanieka-Ricketts-Diamond-League.-Triple-Jumper.jpg\" alt=\"Jamaican triple-jumper Shanieka Ricketts in the final round of the IAAF Diamond League.\" class=\"wp-image-6491\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It was the best competition of my life,” the elated athlete said.  “My first Diamond League win and a personal best on my last jump; because Rojas regained lead on her last attempt so I had to get a personal best in order to win the Diamond League and that’s what I did at the last attempt.”</p>\n<!-- /wp:paragraph -->','Ricketts eyes World Champs after bagging big win at IAAF Diamond League','','publish','open','closed','','ricketts-eyes-world-champs-after-bagging-big-win-at-iaaf-diamond-league','','','2019-08-29 17:54:59','2019-08-29 22:54:59','',0,'https://buzz-caribbean.com/?p=6480',0,'post','',0),(6481,14,'2019-08-29 17:19:54','2019-08-29 22:19:54','<!-- wp:image {\"id\":6474} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-1.jpg\" alt=\"\" class=\"wp-image-6474\" /><figcaption>Joaquin Phoenix is Arthur Fleck in JOKER (Photo: Warner Brothers Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“You don’t listen, do you? You just ask the same questions every week. ‘How’s your job? Are you having any negative thoughts?’ All I have are negative thoughts.”</p><cite> —  JOKER.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>We have listened, and we are <strong>BUZZing</strong> with hype for the new <strong>JOKER</strong> film. Nothing but positive thoughts!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6475} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-2-1024x576.jpg\" alt=\"\" class=\"wp-image-6475\" /><figcaption>Photo: Warner Brother Studios</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Signalling a new paradigm shift in the DC Extended Universe (DCEU), <strong>JOKER</strong> is a bleak but refreshingly complex take on the iconic supervillain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do. You. See. These. VISUALS?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6477} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-4-1024x575.jpg\" alt=\"\" class=\"wp-image-6477\" /><figcaption>Gotham slowly descends into chaos as the clowns go on a rampage in JOKER (Photo: Warner Brothers Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Warner Brothers Pictures dropped the final in a series of trailers promoting Joker, on Wednesday and fans are pumped for the October 4 release.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 24 hours, the trailer has amassed more than 10 million views, on Warner Brothers\' official YouTube channel alone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6476} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-3-1024x577.jpg\" alt=\"\" class=\"wp-image-6476\" /><figcaption>Photo: Warner Brothers\' Studios</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>JOKER</strong> follows failed comedian Arthur Fleck, who keeps getting the worst hands from society.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After an encounter with violent thugs, while wandering the streets of Gotham City dressed as a clown, Fleck begins a slow descent into madness as he transforms into the criminal mastermind known as the <strong>JOKER</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Directed by Todd Phillips, the R-rated route <strong>JOKER</strong> follows strays from Phillips’ previous forays in successful comedies like Road Trip and the Hangover Trilogy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Critics and fans have hailed Joaquin\nPhoenix’s portrayal of the crown prince of crime as the best since the Dark\nKnight’s performance by Heath Ledger.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“And one more thing,” check out the trailer below!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=zAGVQLHvwOY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=zAGVQLHvwOY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> fam, come on! Tell us the hype is real in the comments below.</p>\n<!-- /wp:paragraph -->','JOKER: The signal of rebirth for DC movies?','','inherit','closed','closed','','6472-revision-v1','','','2019-08-29 17:19:54','2019-08-29 22:19:54','',6472,'https://buzz-caribbean.com/article/6472-revision-v1/',0,'revision','',0),(6482,11,'2019-08-29 17:21:52','2019-08-29 22:21:52','','Shanieka-Ricketts-Back-To-School','','inherit','open','closed','','shanieka-ricketts-back-to-school','','','2019-08-29 17:21:52','2019-08-29 22:21:52','',6480,'https://buzz-caribbean.com/app/uploads/2019/08/Shanieka-Ricketts-Back-To-School.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (6483,14,'2019-08-29 17:26:44','2019-08-29 22:26:44','<!-- wp:image {\"id\":6474} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-1.jpg\" alt=\"\" class=\"wp-image-6474\" /><figcaption>Joaquin Phoenix is Arthur Fleck in JOKER (Photo: Warner Brothers Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“You don’t listen, do you? You just ask the same questions every week. ‘How’s your job? Are you having any negative thoughts?’ All I have are negative thoughts.”</p><cite> —  JOKER.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>We have listened, and we are <strong>BUZZing</strong> with hype for the new <strong>JOKER</strong> film. Nothing but positive thoughts!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6475} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-2-1024x576.jpg\" alt=\"\" class=\"wp-image-6475\" /><figcaption>Photo: Warner Brother Studios</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Signalling a new paradigm shift in the DC Extended Universe (DCEU), <strong>JOKER</strong> is a bleak but refreshingly complex take on the iconic supervillain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do. You. See. These. VISUALS?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6477} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-4-1024x575.jpg\" alt=\"\" class=\"wp-image-6477\" /><figcaption>Gotham slowly descends into chaos as the clowns go on a rampage in JOKER (Photo: Warner Brothers Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Warner Brothers Pictures dropped the final in a series of trailers promoting Joker, on Wednesday and fans are pumped for the October 4 release.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 24 hours, the trailer has amassed more than 10 million views, on Warner Brothers\' official YouTube channel alone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6476} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-3-1024x577.jpg\" alt=\"\" class=\"wp-image-6476\" /><figcaption>\"Send in the clowns!\" (Photo: Warner Brothers\' Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>JOKER</strong> follows failed comedian Arthur Fleck, who keeps getting the worst hands from society.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After an encounter with violent thugs, while wandering the streets of Gotham City dressed as a clown, Fleck begins a slow descent into madness as he transforms into the criminal mastermind known as the <strong>JOKER</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Directed by Todd Phillips, the R-rated route <strong>JOKER</strong> follows strays far from Phillips’ previous forays in successful comedies like <strong>Road Trip</strong> and the <strong>Hangover Trilogy</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Critics and fans have hailed Joaquin Phoenix’s portrayal of the crown prince of crime as possibly the best since the Dark Knight’s performance by Heath Ledger.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“And one more thing,” check out the trailer below!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=zAGVQLHvwOY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=zAGVQLHvwOY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> fam, come on! Tell us the hype is real in the comments below.</p>\n<!-- /wp:paragraph -->','JOKER: The signal of rebirth for DC movies?','','inherit','closed','closed','','6472-revision-v1','','','2019-08-29 17:26:44','2019-08-29 22:26:44','',6472,'https://buzz-caribbean.com/article/6472-revision-v1/',0,'revision','',0),(6484,4,'2019-08-29 17:26:51','2019-08-29 22:26:51','<!-- wp:paragraph -->\n<p>The implementation of the school train service proposed by Transport Minister Robert Montague will not be rolled out for the start of the new school year in September.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The transport ministry announced the delay on Thursday (Aug 29) but gave no details beyond saying it was due to \"technical challenges\". The ministry said it continues to work with stakeholders to resolve the issues in a timely manner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Montague announced the proposed train service during his Sectoral Presentation in Parliament on June 4.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Under the project, the JUTC was slated to provide buses on a special route to sync with trains. \"The service will get our children off the street of Spanish Town early, and it is safe and reliable,\" Montague said at the time.</p>\n<!-- /wp:paragraph -->','Ministry announces delay of school train service','','inherit','closed','closed','','6456-revision-v1','','','2019-08-29 17:26:51','2019-08-29 22:26:51','',6456,'https://buzz-caribbean.com/article/6456-revision-v1/',0,'revision','',0),(6485,11,'2019-08-29 17:29:47','2019-08-29 22:29:47','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">What a finish in the women&#39;s triple jump!<a href=\"https://twitter.com/yulimarrojas45?ref_src=twsrc%5Etfw\">@yulimarrojas45</a> jumps into the lead with 14.73m, but <a href=\"https://twitter.com/ShadySlimz?ref_src=twsrc%5Etfw\">@ShadySlimz</a> responds with a 14.92m PB to take the Diamond Trophy!<br><br>We have our first champion of 2019!?<a href=\"https://twitter.com/hashtag/ZurichDL?src=hash&amp;ref_src=twsrc%5Etfw\">#ZurichDL</a> ?? <a href=\"https://twitter.com/hashtag/DLFinal?src=hash&amp;ref_src=twsrc%5Etfw\">#DLFinal</a> <a href=\"https://t.co/hxkdHCeTce\">pic.twitter.com/hxkdHCeTce</a></p>&mdash; IAAF Diamond League (@Diamond_League) <a href=\"https://twitter.com/Diamond_League/status/1167125603218313218?ref_src=twsrc%5Etfw\">August 29, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','e79db85b12158ff3093ace5384606e5e','','','2019-08-29 17:29:47','2019-08-29 22:29:47','',0,'https://buzz-caribbean.com/article/e79db85b12158ff3093ace5384606e5e/',0,'oembed_cache','',0),(6486,11,'2019-08-29 17:31:58','2019-08-29 22:31:58','','Shanieka-Ricketts-Diamond-League','','inherit','open','closed','','shanieka-ricketts-diamond-league','','','2019-08-29 17:31:58','2019-08-29 22:31:58','',6480,'https://buzz-caribbean.com/app/uploads/2019/08/Shanieka-Ricketts-Diamond-League.jpg',0,'attachment','image/jpeg',0),(6487,9,'2019-08-29 17:32:15','2019-08-29 22:32:15','<!-- wp:image {\"id\":6370} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Yanique-Curvy-Diva-underwear-20190829-A-1024x778.jpg\" alt=\"Yanique ‘Curvy Diva’ Barrett\nunderwear\" class=\"wp-image-6370\" /><figcaption> Yanique ‘Curvy Diva’ Barrett turned heads with her photo on Wednesday. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After the bashing Yanique ‘Curvy Diva’ Barrett received for removing her underwear on stage at the Pride Ja Breakfast Party on August 6, you would think that her panty dealings would be over. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6371,6372]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Yanique-Curvy-Diva-underwear-20190829-C.jpg\" alt=\"\" data-id=\"6371\" data-link=\"https://buzz-caribbean.com/?attachment_id=6371\" class=\"wp-image-6371\" /><figcaption>This underwear was certainly eye-catching. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Yanique-Curvy-Diva-underwear-20190829-B.jpg\" alt=\"\" data-id=\"6372\" data-link=\"https://buzz-caribbean.com/?attachment_id=6372\" class=\"wp-image-6372\" /><figcaption>This rique photo was posted by  Yanique ‘Curvy Diva’ Barrett on Wednesday. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>However, weeks after the public melee that was followed by Curvy Diva defending her actions, the <strong>Lifestyle</strong> singer again turned heads with a series of photos. On Wednesday evening, she took to social media to hint to her fans that she might be releasing a new underwear line. Not much was revealed about the possible venture, other than some pretty risqué photos and video uploaded to her Instagram page. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, if you’re a fan of feather and lace you might want to follow @yaniquecurvydiva\nfor more updates.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <em><strong>Written by Shania Hanchard</strong></em></p>\n<!-- /wp:paragraph -->','Yanique Curvy Diva shows off eye-popping underwear','','inherit','closed','closed','','6369-revision-v1','','','2019-08-29 17:32:15','2019-08-29 22:32:15','',6369,'https://buzz-caribbean.com/article/6369-revision-v1/',0,'revision','',0),(6488,14,'2019-08-29 17:33:57','2019-08-29 22:33:57','<!-- wp:image {\"id\":6474} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-1.jpg\" alt=\"\" class=\"wp-image-6474\" /><figcaption>Joaquin Phoenix is Arthur Fleck in JOKER (Photo: Warner Brothers Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“You don’t listen, do you? You just ask the same questions every week. ‘How’s your job? Are you having any negative thoughts?’ All I have are negative thoughts.”</p><cite> —  JOKER.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>We have listened, and we are <strong>BUZZing</strong> with hype for the new <strong>JOKER</strong> film. Nothing but positive thoughts!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6475} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-2-1024x576.jpg\" alt=\"\" class=\"wp-image-6475\" /><figcaption>Photo: Warner Brothers Studios</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Signalling a new paradigm shift in the DC Extended Universe (DCEU), <strong>JOKER</strong> is a bleak but refreshingly complex take on the iconic supervillain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do. You. See. These. VISUALS?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6477} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-4-1024x575.jpg\" alt=\"\" class=\"wp-image-6477\" /><figcaption>Gotham slowly descends into chaos as the clowns go on a rampage in JOKER (Photo: Warner Brothers Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Warner Brothers Pictures dropped the final in a series of trailers promoting Joker, on Wednesday and fans are pumped for the October 4 release.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 24 hours, the trailer has amassed more than 10 million views, on Warner Brothers\' official YouTube channel alone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6476} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-3-1024x577.jpg\" alt=\"\" class=\"wp-image-6476\" /><figcaption>\"Send in the clowns!\" (Photo: Warner Brothers\' Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>JOKER</strong> follows failed comedian Arthur Fleck, who keeps getting the worst hands from society.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After an encounter with violent thugs, while wandering the streets of Gotham City dressed as a clown, Fleck begins a slow descent into madness as he transforms into the criminal mastermind known as the <strong>JOKER</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Directed by Todd Phillips, the R-rated route <strong>JOKER</strong> follows strays far from Phillips’ previous forays in successful comedies like <strong>Road Trip</strong> and the <strong>Hangover Trilogy</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Critics and fans have hailed Joaquin Phoenix’s portrayal of the crown prince of crime as possibly the best since the Dark Knight’s performance by Heath Ledger.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“And one more thing,” check out the trailer below!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=zAGVQLHvwOY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=zAGVQLHvwOY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> fam, come on! Tell us the hype is real in the comments below.</p>\n<!-- /wp:paragraph -->','JOKER: The signal of rebirth for DC movies?','','inherit','closed','closed','','6472-revision-v1','','','2019-08-29 17:33:57','2019-08-29 22:33:57','',6472,'https://buzz-caribbean.com/article/6472-revision-v1/',0,'revision','',0),(6489,23,'2019-08-30 08:34:28','2019-08-30 13:34:28','<!-- wp:image {\"id\":6494} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/JavaughnTaylor-1024x763.jpg\" alt=\"Competitive gamer Javaughn Taylor is a member of the Dr Birdz.\" class=\"wp-image-6494\" /><figcaption> Javaughn Taylor  (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Javaughn Taylor has been playing video games since he was six years old.\nNow part of the Dr Birdz, we have all the <strong>BUZZ</strong> about him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Name:</strong> Javaughn Taylor </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Gamer Tag:</strong> Game Hero </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Age:</strong> 24 </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Located in:</strong> Portmore </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Favourite Games: </strong>Counter-Strike: Global Offensive, PlayerUnknown\'s Battlegrounds, Fortnite,\nProject Cars, Forza, and Apex Legends</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Genre specialisation:</strong> First Person Shooter and Racing </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How long have you been playing video games?:</strong> I’ve been playing from six years old.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>What got you into games:</strong> My father got me into gaming. He bought a Super Nintendo then upgraded\nto Nintendo 64. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Console or PC:</strong> PC </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How did you end up on the team?:</strong> I got picked due to my skills in Counter-Strike: Global Offensive. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Nichola Beckford</em></strong> </p>\n<!-- /wp:paragraph -->','Meet competitive gamer Javaughn Taylor','','publish','open','closed','','meet-competitive-gamer-javaughn-taylor','','','2019-08-29 17:44:03','2019-08-29 22:44:03','',0,'https://buzz-caribbean.com/?p=6489',0,'post','',0),(6490,14,'2019-08-29 17:34:37','2019-08-29 22:34:37','<!-- wp:image {\"id\":6474} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-1.jpg\" alt=\"\" class=\"wp-image-6474\" /><figcaption>Joaquin Phoenix is Arthur Fleck in JOKER (Photo: Warner Brothers Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“You don’t listen, do you? You just ask the same questions every week. ‘How’s your job? Are you having any negative thoughts?’ All I have are negative thoughts.”</p><cite> —  JOKER.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>We have listened, and we are <strong>BUZZing</strong> with hype for the new <strong>JOKER</strong> film. Nothing but positive thoughts!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6475} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-2-1024x576.jpg\" alt=\"\" class=\"wp-image-6475\" /><figcaption>Photo: Warner Brothers Studios</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Signalling a new paradigm shift in the DC Extended Universe (DCEU), <strong>JOKER</strong> is a bleak but refreshingly complex take on the iconic supervillain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do. You. See. These. VISUALS?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6477} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-4-1024x575.jpg\" alt=\"\" class=\"wp-image-6477\" /><figcaption>Gotham slowly descends into chaos as the clowns go on a rampage in JOKER (Photo: Warner Brothers Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Warner Brothers Pictures dropped the final in a series of trailers promoting <strong>JOKER</strong>, on Wednesday, and fans are pumped for the October 4 release.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 24 hours, the trailer has amassed more than 10 million views, on Warner Brothers\' official YouTube channel alone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6476} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-3-1024x577.jpg\" alt=\"\" class=\"wp-image-6476\" /><figcaption>\"Send in the clowns!\" (Photo: Warner Brothers\' Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>JOKER</strong> follows failed comedian Arthur Fleck, who keeps getting the worst hands from society.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After an encounter with violent thugs, while wandering the streets of Gotham City dressed as a clown, Fleck begins a slow descent into madness as he transforms into the criminal mastermind known as the <strong>JOKER</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Directed by Todd Phillips, the R-rated route <strong>JOKER</strong> follows strays far from Phillips’ previous forays in successful comedies like <strong>Road Trip</strong> and the <strong>Hangover Trilogy</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Critics and fans have hailed Joaquin Phoenix’s portrayal of the crown prince of crime as possibly the best since the Dark Knight’s performance by Heath Ledger.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“And one more thing,” check out the trailer below!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=zAGVQLHvwOY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=zAGVQLHvwOY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> fam, come on! Tell us the hype is real in the comments below.</p>\n<!-- /wp:paragraph -->','JOKER: The signal of rebirth for DC movies?','','inherit','closed','closed','','6472-revision-v1','','','2019-08-29 17:34:37','2019-08-29 22:34:37','',6472,'https://buzz-caribbean.com/article/6472-revision-v1/',0,'revision','',0),(6491,11,'2019-08-29 17:34:58','2019-08-29 22:34:58','','Shanieka-Ricketts-Diamond-League.-Triple-Jumper','','inherit','open','closed','','shanieka-ricketts-diamond-league-triple-jumper','','','2019-08-29 17:34:58','2019-08-29 22:34:58','',6480,'https://buzz-caribbean.com/app/uploads/2019/08/Shanieka-Ricketts-Diamond-League.-Triple-Jumper.jpg',0,'attachment','image/jpeg',0),(6492,4,'2019-08-29 17:36:25','2019-08-29 22:36:25','','Train-service','','inherit','open','closed','','train-service','','','2019-08-29 17:36:25','2019-08-29 22:36:25','',6456,'https://buzz-caribbean.com/app/uploads/2019/08/Train-service.jpg',0,'attachment','image/jpeg',0),(6493,4,'2019-08-29 17:37:13','2019-08-29 22:37:13','<!-- wp:image {\"id\":6492} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Train-service-1024x590.jpg\" alt=\"\" class=\"wp-image-6492\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The implementation of the school train service proposed by Transport Minister Robert Montague will not be rolled out for the start of the new school year in September.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The transport ministry announced the delay on Thursday (Aug 29) but gave no details beyond saying it was due to \"technical challenges\". The ministry said it continues to work with stakeholders to resolve the issues in a timely manner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Montague announced the proposed train service during his Sectoral Presentation in Parliament on June 4.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Under the project, the JUTC was slated to provide buses on a special route to sync with trains. \"The service will get our children off the street of Spanish Town early, and it is safe and reliable,\" Montague said at the time.</p>\n<!-- /wp:paragraph -->','Ministry announces delay of school train service','','inherit','closed','closed','','6456-revision-v1','','','2019-08-29 17:37:13','2019-08-29 22:37:13','',6456,'https://buzz-caribbean.com/article/6456-revision-v1/',0,'revision','',0),(6494,9,'2019-08-29 17:37:52','2019-08-29 22:37:52','','JavaughnTaylor','','inherit','open','closed','','javaughntaylor','','','2019-08-29 17:37:52','2019-08-29 22:37:52','',6489,'https://buzz-caribbean.com/app/uploads/2019/08/JavaughnTaylor.jpg',0,'attachment','image/jpeg',0),(6495,14,'2019-08-29 17:39:44','2019-08-29 22:39:44','<!-- wp:image {\"id\":6474} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-1.jpg\" alt=\"\" class=\"wp-image-6474\" /><figcaption>Joaquin Phoenix is Arthur Fleck in JOKER (Photo: Warner Brothers Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“You don’t listen, do you? You just ask the same questions every week. ‘How’s your job? Are you having any negative thoughts?’ All I have are negative thoughts.”</p><cite> —  JOKER.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>We have listened, and we\'re <strong>BUZZing</strong> with hype for the new <strong>JOKER</strong> film. Nothing but positive thoughts!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6475} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-2-1024x576.jpg\" alt=\"\" class=\"wp-image-6475\" /><figcaption>Photo: Warner Brothers Studios</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Signalling a new paradigm shift in the DC Extended Universe (DCEU), <strong>JOKER</strong> is a bleak but refreshingly complex take on the iconic supervillain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do. You. See. These. VISUALS?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6477} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-4-1024x575.jpg\" alt=\"\" class=\"wp-image-6477\" /><figcaption>Gotham slowly descends into chaos as the clowns go on a rampage in JOKER (Photo: Warner Brothers Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Warner Brothers Pictures dropped the final in a series of trailers promoting <strong>JOKER</strong>, on Wednesday, and fans are pumped for the October 4 release.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 24 hours, the trailer has amassed more than 10 million views, on Warner Brothers\' official YouTube channel alone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6476} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-3-1024x577.jpg\" alt=\"\" class=\"wp-image-6476\" /><figcaption>\"Send in the clowns!\" (Photo: Warner Brothers\' Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>JOKER</strong> follows failed comedian Arthur Fleck, who keeps getting dealt the worst hands from society.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After an encounter with violent thugs, while wandering the streets of Gotham City dressed as a clown, Fleck begins a slow descent into madness as he transforms into the criminal mastermind known as THE <strong>JOKER</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Directed by Todd Phillips, the R-rated route <strong>JOKER</strong> follows strays far from Phillips’ previous forays in successful comedies like <strong>Road Trip</strong> and the <strong>Hangover Trilogy</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Critics and fans have hailed Joaquin Phoenix’s portrayal of the crown prince of crime as possibly the best performance since the <strong>Dark Knight</strong>’s Heath Ledger.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“And one more thing,” check out the trailer below!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=zAGVQLHvwOY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=zAGVQLHvwOY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> fam, come on! Tell us the hype is real in the comments below.</p>\n<!-- /wp:paragraph -->','JOKER: The signal of rebirth for DC movies?','','inherit','closed','closed','','6472-revision-v1','','','2019-08-29 17:39:44','2019-08-29 22:39:44','',6472,'https://buzz-caribbean.com/article/6472-revision-v1/',0,'revision','',0),(6496,9,'2019-08-29 17:40:21','2019-08-29 22:40:21','<!-- wp:image {\"id\":6494} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/JavaughnTaylor-1024x763.jpg\" alt=\"Competitive gamer Javaughn Taylor is a member of the Dr Birdz.\" class=\"wp-image-6494\" /><figcaption> Javaughn Taylor  (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Javaughn Taylor has been playing video games since he was six years old.\nNow part of the Dr Birdz, we have all the <strong>BUZZ</strong> about him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Name:</strong> Javaughn Taylor </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Gamer Tag:</strong> Game Hero </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Age:</strong> 24 </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Located in:</strong> Portmore </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Favourite Games: </strong>Counter-Strike: Global Offensive, PlayerUnknown\'s Battlegrounds, Fortnite,\nProject Cars, Forza, and Apex Legends</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Genre specialisation:</strong> First Person Shooter and Racing </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How long have you been playing video games?:</strong> I’ve been playing from six years old.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>What got you into games:</strong> My father got me into gaming. He bought a Super Nintendo then upgraded\nto Nintendo 64. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Console or PC:</strong> PC </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How did you end up on the team?:</strong> I got picked due to my skills in Counter-Strike: Global Offensive. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Nichola Beckford</em></strong> </p>\n<!-- /wp:paragraph -->','Meet competitive gamer Javaughn Taylor','','inherit','closed','closed','','6489-revision-v1','','','2019-08-29 17:40:21','2019-08-29 22:40:21','',6489,'https://buzz-caribbean.com/article/6489-revision-v1/',0,'revision','',0),(6498,21,'2019-08-30 09:00:05','2019-08-30 14:00:05','<!-- wp:image {\"id\":6499} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rihanna-20190829.jpg\" alt=\"American singer and businesswoman Rihanna \" class=\"wp-image-6499\" /><figcaption>American singer and businesswoman Rihanna </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Rihanna loves \"competing\" with men in business. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Work </strong>hitmaker - who has her own fashion brand Savage X Fenty - says the entrepreneurship industry is considered to be such a \"man\'s world\" that she loves the \"challenge\" of going head to head with them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking during a Q&amp;A session at the Global Conference on Women and Entrepreneurship, she said: \"It\'s a man\'s world, so you have to work twice as hard to prove yourself and to get half as much, but it doesn\'t stop my fight. I love competing with men. I love that challenge, I enjoy it and I thrive on it. A lot of times people see it as a man\'s world ... But our strength as women, we have the power to overcome anything.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It\'s a man\'s world, so you have to work twice as hard to prove yourself.\" </p><cite>— Rihanna</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Rihanna previously revealed she wanted to \"gain respect\" as a designer before releasing her own Fenty luxury fashion line.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"I\'ve been slowly evolving throughout the fashion world. First wearing it, buying it, being recognised for my style and then collaborating with brands. I never just wanted to put my name on something and sell my license. I\'m very hands-on, so I wanted to take it slowly and gain respect as a designer.”</p>\n<!-- /wp:paragraph -->','Rihanna: I love competing with men','','publish','open','closed','','rihanna-i-love-competing-with-men','','','2019-08-29 17:54:26','2019-08-29 22:54:26','',0,'https://buzz-caribbean.com/?p=6498',0,'post','',0),(6499,9,'2019-08-29 17:48:53','2019-08-29 22:48:53','','Rihanna Wears Hot Pink When She Arrives At A Fenty Event In New York','American singer and businesswoman Rihanna wears hot pink when she arrives at a Fenty event in New York.\n\nPictured: Rihanna\nRef: SPL5098793 190619 NON-EXCLUSIVE\nPicture by: SplashNews.com\n\nSplash News and Pictures\nLos Angeles: 310-821-2666\nNew York: 212-619-2666\nLondon: 0207 644 7656\nMilan: 02 4399 8577\nphotodesk@splashnews.com\n\nWorld Rights, No Portugal Rights','inherit','open','closed','','rihanna-wears-hot-pink-when-she-arrives-at-a-fenty-event-in-new-york','','','2019-08-29 17:50:01','2019-08-29 22:50:01','',6498,'https://buzz-caribbean.com/app/uploads/2019/08/rihanna-20190829.jpg',0,'attachment','image/jpeg',0),(6500,11,'2019-08-29 17:49:02','2019-08-29 22:49:02','<!-- wp:paragraph -->\n<p>After literally putting on the performance of her life to bag gold and the US$50,000 winner\'s prize at the IAAF Diamond League in Zurich, Switzerland earlier today, Jamaican triple-jumper Shanieka Ricketts has now turned her sights to the World Athletics Championships which will be held in Doha, Qatar in September.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6482,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shanieka-Ricketts-Back-To-School.jpg\" alt=\"Triple-jumper Shanieka Ricketts holding the flag after securing gold at the IAAF Diamond League in Zurich, Switzerland.\" class=\"wp-image-6482\" /><figcaption>Triple-jumper Shanieka Ricketts proudly displays the Jamaican flag after securing gold at the IAAF Diamond League in Zurich, Switzerland </figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“At the world championships, I definitely\nwant to be on the podium.&nbsp; I don’t care what colour medal it is; I just\nneed to be on the podium,” she told reporters in an interview following her\nwin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I have to right now; I have to get it today.  I have to jump big.\"</p><cite> — Jamaican triple-jumper Shanieka Ricketts  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The win was the first for the 27-year-old at the Diamond League championship.  She scored big with a personal best jump of 14.93 metres, eclipsing favourite Yulimar Rojas of Venezuela, who finished in second place - evoking a cheerful congratulatory tweet from the IAAF.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/Diamond_League/status/1167125603218313218\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/Diamond_League/status/1167125603218313218\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Ricketts said there was only one thing\nrunning in her mind as she made the deciding jump, and that was that she was in\na now-or-never situation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I have to right now; I have to get it\ntoday.&nbsp; I have to jump big.&nbsp; I was hoping because you never know when\nyou will get the big jump, so you just have to go with the same optimism every\nsingle competition, and hope it will come on the day,” she said in explaining\nher energy at the time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"At the world championships...I don’t care what colour medal it is; I just need to be on the podium”  </p><cite> — Jamaican triple-jumper Shanieka Ricketts </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":6491} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shanieka-Ricketts-Diamond-League.-Triple-Jumper.jpg\" alt=\"Jamaican triple-jumper Shanieka Ricketts in the final round of the IAAF Diamond League.\" class=\"wp-image-6491\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It was the best competition of my life,” the elated athlete said.  “My first Diamond League win and a personal best on my last jump; because Rojas regained lead on her last attempt so I had to get a personal best in order to win the Diamond League and that’s what I did at the last attempt.”</p>\n<!-- /wp:paragraph -->','Ricketts eyes World Champs after bagging big win at IAAF Diamond League','Triple-jumper Shanieka Ricketts secures gold and a US$50,000 prize at the IAAF Diamond League in Zurich, Switzerland.','inherit','closed','closed','','6480-revision-v1','','','2019-08-29 17:49:02','2019-08-29 22:49:02','',6480,'https://buzz-caribbean.com/article/6480-revision-v1/',0,'revision','',0),(6502,9,'2019-08-29 17:54:11','2019-08-29 22:54:11','<!-- wp:image {\"id\":6499} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rihanna-20190829.jpg\" alt=\"American singer and businesswoman Rihanna \" class=\"wp-image-6499\" /><figcaption>American singer and businesswoman Rihanna </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Rihanna loves \"competing\" with men in business. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Work </strong>hitmaker - who has her own fashion brand Savage X Fenty - says the entrepreneurship industry is considered to be such a \"man\'s world\" that she loves the \"challenge\" of going head to head with them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking during a Q&amp;A session at the Global Conference on Women and Entrepreneurship, she said: \"It\'s a man\'s world, so you have to work twice as hard to prove yourself and to get half as much, but it doesn\'t stop my fight. I love competing with men. I love that challenge, I enjoy it and I thrive on it. A lot of times people see it as a man\'s world ... But our strength as women, we have the power to overcome anything.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It\'s a man\'s world, so you have to work twice as hard to prove yourself.\" </p><cite>— Rihanna</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Rihanna previously revealed she wanted to \"gain respect\" as a designer before releasing her own Fenty luxury fashion line.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"I\'ve been slowly evolving throughout the fashion world. First wearing it, buying it, being recognised for my style and then collaborating with brands. I never just wanted to put my name on something and sell my license. I\'m very hands-on, so I wanted to take it slowly and gain respect as a designer.”</p>\n<!-- /wp:paragraph -->','Rihanna: I love competing with men','','inherit','closed','closed','','6498-revision-v1','','','2019-08-29 17:54:11','2019-08-29 22:54:11','',6498,'https://buzz-caribbean.com/article/6498-revision-v1/',0,'revision','',0),(6503,11,'2019-08-29 17:54:59','2019-08-29 22:54:59','<!-- wp:paragraph -->\n<p>After literally putting on the performance of her life to bag gold and the US$50,000 winner\'s prize at the IAAF Diamond League in Zurich, Switzerland earlier today, Jamaican triple-jumper Shanieka Ricketts has now turned her sights to the World Athletics Championships which will be held in Doha, Qatar in September.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6482,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shanieka-Ricketts-Back-To-School.jpg\" alt=\"Triple-jumper Shanieka Ricketts holding the flag after securing gold at the IAAF Diamond League in Zurich, Switzerland.\" class=\"wp-image-6482\" /><figcaption>Triple-jumper Shanieka Ricketts proudly displays the Jamaican flag after securing gold at the IAAF Diamond League in Zurich, Switzerland </figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“At the world championships, I definitely\nwant to be on the podium.&nbsp; I don’t care what colour medal it is; I just\nneed to be on the podium,” she told reporters in an interview following her\nwin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I have to right now; I have to get it today.  I have to jump big.\"</p><cite> — Jamaican triple-jumper Shanieka Ricketts  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The win was the first for the 27-year-old at the Diamond League championship.  She scored big with a personal best jump of 14.93 metres, eclipsing favourite Yulimar Rojas of Venezuela, who finished in second place - evoking a cheerful congratulatory tweet from the IAAF.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/Diamond_League/status/1167125603218313218\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/Diamond_League/status/1167125603218313218\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Ricketts said there was only one thing\nrunning in her mind as she made the deciding jump, and that was that she was in\na now-or-never situation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I have to right now; I have to get it\ntoday.&nbsp; I have to jump big.&nbsp; I was hoping because you never know when\nyou will get the big jump, so you just have to go with the same optimism every\nsingle competition, and hope it will come on the day,” she said in explaining\nher energy at the time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"At the world championships...I don’t care what colour medal it is; I just need to be on the podium”  </p><cite> — Jamaican triple-jumper Shanieka Ricketts </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":6491} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Shanieka-Ricketts-Diamond-League.-Triple-Jumper.jpg\" alt=\"Jamaican triple-jumper Shanieka Ricketts in the final round of the IAAF Diamond League.\" class=\"wp-image-6491\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It was the best competition of my life,” the elated athlete said.  “My first Diamond League win and a personal best on my last jump; because Rojas regained lead on her last attempt so I had to get a personal best in order to win the Diamond League and that’s what I did at the last attempt.”</p>\n<!-- /wp:paragraph -->','Ricketts eyes World Champs after bagging big win at IAAF Diamond League','','inherit','closed','closed','','6480-revision-v1','','','2019-08-29 17:54:59','2019-08-29 22:54:59','',6480,'https://buzz-caribbean.com/article/6480-revision-v1/',0,'revision','',0),(6505,23,'2019-08-30 06:00:40','2019-08-30 11:00:40','<!-- wp:image {\"id\":6509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-children-1024x744.jpg\" alt=\"\" class=\"wp-image-6509\" /><figcaption>Dr Peter Phillips flocked by children from his East Central St Andrew constituency.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr. Peter Phillips. \'Mr Fix It\'. The man, who over time held the most ministerial positions and successfully run them. President of the largest political movement in the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His job entails him meeting with a variety of government, non-government, political and non-political groups, as well as individuals across the island.  Plus he\'s also facing a challenge from fellow Comrade Peter Bunting for the leadership of the People\'s National Party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sounds like a big job that hardly leaves any free time. However, Phillips still manages to find time to take a load off. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6518} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-high-five--1024x683.jpg\" alt=\"\" class=\"wp-image-6518\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Here are four things Phillips does to unwind:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Music</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stemming from his days when he was a Rastafarian and attending University of the West Indies Phillips always loved listening to a wide range of music to include Reggae, Classical, dancehall, R&amp;B, Blues and Ska.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6516} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-wiith-the-people-1024x775.jpg\" alt=\"\" class=\"wp-image-6516\" /><figcaption>Dr Phillips and some members of his constituency during Labour Day activities.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Sports</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Although he has never been a sports minister position, he loves sports. He played cricket at the high school level. During his free time, he brings himself up to speed on the latest records being broken or the latest achievements in all types of sporting discipline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6517} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-domino-1024x683.jpg\" alt=\"\" class=\"wp-image-6517\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Telling jokes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A man who finds humour in things that many persons would gloss over, Phillips loves retelling jokes he\'s heard or making up some to share with his team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Swimming</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>One way in which the Opposition leader relaxes is taking to the water. Whether it\'s the sea or the pool, Phillips loves the water. According to one insider, he seems at peace when he swims.</p>\n<!-- /wp:paragraph -->','How \'Mr Fix It\' relaxes: Dr Peter Phillips finds time to unwind','','publish','open','closed','','how-mr-fix-it-relaxes','','','2019-08-30 10:03:20','2019-08-30 15:03:20','',0,'https://buzz-caribbean.com/?p=6505',0,'post','',0),(6506,4,'2019-08-29 17:57:35','2019-08-29 22:57:35','<!-- wp:paragraph -->\n<p>Dr. Peter Phillips “Mr. Fix It”, the man who over a period of time come to hold the most ministerial positions and successfully run them in Jamaica’s history and the president of the largest political movement in the Caribbean: it sounds like a big job that hardly leaves any free time. <br>His job entails him meeting with a variety of government, non-government, political and non-political groups as well as individuals across the island. Also he has the task of positioning his party to win the next general election whenever it is called and perform certain state duties. Also, also he is facing an internal leadership challenge which is squeezing him for time. <br>However, with the old adage all work and no play makes Jack a dull boy, and not wanting to be the dull boy in the room the man known to be solid as a rock still makes some time to take the load off. <br>Here are four things Dr. Phillips does to unwind<br>1.	Music. Stemming from his days when he was a Rastafarian and attending University of the West Indies Dr. Phillips always love listening a wide range of music to include Reggae, Classical, dancehall, R&amp;B, Blues and Ska to name a few<br>2.	Sports. Although he has never been a sports minister the position the big man loves sport, he played cricket at high school level, now he spends some of his free time bringing himself up to speed on the latest records being broken or the latest achievements in all types of sports.<br>3.	Comedian. A man who finds humour in things that many persons would gloss over, Dr. Phillips loves retelling jokes he heard or making up some to share with his team. <br>4.	Swimming. One way in which the Opposition leader relaxes is taking to the water – whether it is the sea or the pool Dr. Phillips loves the water. According to one insider he seems at peace when he swims</p>\n<!-- /wp:paragraph -->','Peter Phillips relaxing','','inherit','closed','closed','','6505-revision-v1','','','2019-08-29 17:57:35','2019-08-29 22:57:35','',6505,'https://buzz-caribbean.com/article/6505-revision-v1/',0,'revision','',0),(6507,21,'2019-08-30 07:30:06','2019-08-30 12:30:06','<!-- wp:image {\"id\":6508} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/knutsfordexpresscoach.jpg\" alt=\"One of the Knutsford Express coaches.\" class=\"wp-image-6508\" /><figcaption>One of the Knutsford Express coaches. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Luxury bus company Knutsford Express is expected to relocate its St Ann depot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reports are that the company, which offers city-to-city travel via its coaches, is waiting on the necessary approval to move its depot from its current place in Island Village to a new space in Drax Hall. The aim is to bring it closer to the exit/entrance of the North-South Highway instead of being forced to make stops in the town of Ocho Rios.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This would be the second time that the office would be relocating, as it moved from the Ocho Rios Jerk Centre to its current spot in Island Village some years ago.</p>\n<!-- /wp:paragraph -->','Knutsford Express to relocate St Ann depot','','publish','open','closed','','knutsford-express-to-relocate-st-ann-depot','','','2019-08-29 18:11:32','2019-08-29 23:11:32','',0,'https://buzz-caribbean.com/?p=6507',0,'post','',0),(6508,9,'2019-08-29 18:06:15','2019-08-29 23:06:15','','knutsfordexpresscoach','','inherit','open','closed','','knutsfordexpresscoach','','','2019-08-29 18:06:15','2019-08-29 23:06:15','',6507,'https://buzz-caribbean.com/app/uploads/2019/08/knutsfordexpresscoach.jpg',0,'attachment','image/jpeg',0),(6509,4,'2019-08-29 18:08:35','2019-08-29 23:08:35','','peter-phillips-children','','inherit','open','closed','','peter-phillips-children','','','2019-08-29 18:08:35','2019-08-29 23:08:35','',6505,'https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-children.jpg',0,'attachment','image/jpeg',0),(6510,4,'2019-08-29 18:08:41','2019-08-29 23:08:41','<!-- wp:image {\"id\":6509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-children-1024x744.jpg\" alt=\"\" class=\"wp-image-6509\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr. Peter Phillips “Mr. Fix It”, the man who over a period of time come to hold the most ministerial positions and successfully run them in Jamaica’s history and the president of the largest political movement in the Caribbean: it sounds like a big job that hardly leaves any free time. <br>His job entails him meeting with a variety of government, non-government, political and non-political groups as well as individuals across the island. Also he has the task of positioning his party to win the next general election whenever it is called and perform certain state duties. Also, also he is facing an internal leadership challenge which is squeezing him for time. <br>However, with the old adage all work and no play makes Jack a dull boy, and not wanting to be the dull boy in the room the man known to be solid as a rock still makes some time to take the load off. <br>Here are four things Dr. Phillips does to unwind<br>1.	Music. Stemming from his days when he was a Rastafarian and attending University of the West Indies Dr. Phillips always love listening a wide range of music to include Reggae, Classical, dancehall, R&amp;B, Blues and Ska to name a few<br>2.	Sports. Although he has never been a sports minister the position the big man loves sport, he played cricket at high school level, now he spends some of his free time bringing himself up to speed on the latest records being broken or the latest achievements in all types of sports.<br>3.	Comedian. A man who finds humour in things that many persons would gloss over, Dr. Phillips loves retelling jokes he heard or making up some to share with his team. <br>4.	Swimming. One way in which the Opposition leader relaxes is taking to the water – whether it is the sea or the pool Dr. Phillips loves the water. According to one insider he seems at peace when he swims</p>\n<!-- /wp:paragraph -->','Peter Phillips relaxing','','inherit','closed','closed','','6505-revision-v1','','','2019-08-29 18:08:41','2019-08-29 23:08:41','',6505,'https://buzz-caribbean.com/article/6505-revision-v1/',0,'revision','',0),(6511,9,'2019-08-29 18:09:02','2019-08-29 23:09:02','<!-- wp:image {\"id\":6508} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/knutsfordexpresscoach.jpg\" alt=\"One of the Knutsford Express coaches.\" class=\"wp-image-6508\" /><figcaption>One of the Knutsford Express coaches. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Luxury bus company Knutsford Express has decided to relocate its St Ann depot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reports are that the company, which offers city-to-city travel via its coaches, is waiting on the necessary approval to move its depot from its current place in Island Village to a new space in Drax Hall. The aim is to bring it closer to the exit/entrance of the North-South Highway instead of being forced to make stops in the town of Ocho Rios.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This would be the second time that the office would be relocating, as it moved from the Ocho Rios Jerk Centre to its current spot in Island Village some years ago.</p>\n<!-- /wp:paragraph -->','Knutsford Express to relocate St Ann depot','','inherit','closed','closed','','6507-revision-v1','','','2019-08-29 18:09:02','2019-08-29 23:09:02','',6507,'https://buzz-caribbean.com/article/6507-revision-v1/',0,'revision','',0),(6513,14,'2019-08-29 18:11:21','2019-08-29 23:11:21','<!-- wp:image {\"id\":6474} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-1.jpg\" alt=\"\" class=\"wp-image-6474\" /><figcaption>Joaquin Phoenix is Arthur Fleck in JOKER (Photo: Warner Brothers Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“You don’t listen, do you? You just ask the same questions every week. ‘How’s your job? Are you having any negative thoughts?’ All I have are negative thoughts.”</p><cite> —  JOKER.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>We have listened, and we\'re <strong>BUZZing</strong> with hype for the new <strong>JOKER</strong> film. Nothing but positive thoughts!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6475} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-2-1024x576.jpg\" alt=\"\" class=\"wp-image-6475\" /><figcaption>Photo: Warner Brothers Studios</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Signalling a new paradigm shift in the DC Extended Universe (DCEU), <strong>JOKER</strong> is a bleak but refreshingly complex take on the iconic supervillain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do. You. See. These. VISUALS?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6477} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-4-1024x575.jpg\" alt=\"\" class=\"wp-image-6477\" /><figcaption>Gotham slowly descends into chaos as the clowns go on a rampage in JOKER (Photo: Warner Brothers Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Warner Brothers Pictures dropped the final in a series of trailers promoting <strong>JOKER</strong>, on Wednesday, and fans are pumped for the October 4 release.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 24 hours, the trailer has amassed more than 10 million views, on Warner Brothers\' official YouTube channel alone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6476} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-3-1024x577.jpg\" alt=\"\" class=\"wp-image-6476\" /><figcaption>\"Send in the clowns!\" (Photo: Warner Brothers\' Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>JOKER</strong> follows failed comedian Arthur Fleck, who keeps getting dealt the worst hands from society.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After an encounter with violent thugs, while wandering the streets of Gotham City dressed as a clown, Fleck begins a slow descent into madness as he transforms into the criminal mastermind known as THE <strong>JOKER</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Directed by Todd Phillips, the R-rated route <strong>JOKER</strong> follows strays far from Phillips’ previous forays in successful comedies like <strong>Road Trip</strong> and the <strong>Hangover Trilogy</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Critics and fans have hailed Joaquin Phoenix’s portrayal of the crown prince of crime as possibly the best performance since the <strong>Dark Knight</strong>’s Heath Ledger.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“And one small thing,” check out the trailer below!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=zAGVQLHvwOY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=zAGVQLHvwOY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> fam, come on! Tell us the hype is real in the comments below.</p>\n<!-- /wp:paragraph -->','JOKER: The signal of rebirth for DC movies?','','inherit','closed','closed','','6472-revision-v1','','','2019-08-29 18:11:21','2019-08-29 23:11:21','',6472,'https://buzz-caribbean.com/article/6472-revision-v1/',0,'revision','',0),(6514,9,'2019-08-29 18:11:32','2019-08-29 23:11:32','<!-- wp:image {\"id\":6508} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/knutsfordexpresscoach.jpg\" alt=\"One of the Knutsford Express coaches.\" class=\"wp-image-6508\" /><figcaption>One of the Knutsford Express coaches. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Luxury bus company Knutsford Express is expected to relocate its St Ann depot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reports are that the company, which offers city-to-city travel via its coaches, is waiting on the necessary approval to move its depot from its current place in Island Village to a new space in Drax Hall. The aim is to bring it closer to the exit/entrance of the North-South Highway instead of being forced to make stops in the town of Ocho Rios.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This would be the second time that the office would be relocating, as it moved from the Ocho Rios Jerk Centre to its current spot in Island Village some years ago.</p>\n<!-- /wp:paragraph -->','Knutsford Express to relocate St Ann depot','','inherit','closed','closed','','6507-revision-v1','','','2019-08-29 18:11:32','2019-08-29 23:11:32','',6507,'https://buzz-caribbean.com/article/6507-revision-v1/',0,'revision','',0),(6515,11,'2019-08-29 18:13:09','2019-08-29 23:13:09','<!-- wp:image {\"id\":265} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-5-1024x614.jpg\" alt=\"\" class=\"wp-image-265\" /><figcaption>Storm Saulter (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Storm Saulter continues to ride major waves of accolades and good reviews as his latest theatrical release,&nbsp;<strong>Sprinter</strong>, opens across cinemas nationwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican writer-director, in a tell-all interview with&nbsp;<strong>BUZZ</strong>, said that he’s pleased with the outcome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There [are] many stages to a film but that moment when an audience interacts with it, it takes on a whole new life,” Saulter told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sprinter</strong>, a coming-of-age story following 17-year-old Rastafarian track athlete Akeem Sharp, opened in Jamaica on Wednesday, July 3 – after experiencing overwhelming success on the international market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"<strong><em>Sprinter </em></strong><em>is the story of a boy trying to run back to his mother</em>\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":267} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/storm-saulter-buzz-interview-1-1024x614.jpg\" alt=\"\" class=\"wp-image-267\" /><figcaption>Saulter, the man behind <strong>Sprinter</strong>, speaks with BUZZ on location (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that much of his life growing up in Negril, Westmoreland is portrayed in&nbsp;<strong>Sprinter&nbsp;</strong>– with many relatable aspects of daily Jamaican life taking centre stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A lot of my life growing up in Jamaica is in this film. I remember going to Manning’s’ High School in Savanna-La-Mar and I remember going to devotion every morning. That stuff is seared in me and my memory and I literally have that entire scene playing out in the film,” the mind behind&nbsp;<strong>Sprinter&nbsp;</strong>told&nbsp;<strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter said that while&nbsp;<strong>Sprinter&nbsp;</strong>is Akeem Sharp’s coming-of-age story, many Jamaicans should appreciate some of the struggles the teen is faced with throughout the movie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“<strong>Sprinter </strong>is really the story of a boy trying to run back to his mother – thinking if he can only run fast enough, maybe he can bring his family back together,” he remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That’s the larger, driving motivation but [<strong>Sprinter</strong>] is also about a young boy going from a nobody to the next Usain Bolt, the next big thing,” Saulter added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I really wanted to tell a story that had a realistic kind of feeling, as in, \'What are we as people feeling?\', \'What’s on the periphery of our lives?\',” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-default\"} -->\n<blockquote class=\"wp-block-quote is-style-default\"><p><em>\"I wanted to show that we can make global stories about us\"</em></p><cite>-Storm Saulter, speaking with BUZZ</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“For me, I wanted to show that we can make global stories about us, that can be made in this space and that can be made about people who are from here or living through their experiences either here or elsewhere,\" Saulter added.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saulter is on a mission to create universal stories wrapped in the complex social and cultural dynamics of the Caribbean. <strong>Sprinter&nbsp;</strong>marks Storm Saulter’s second major silver screen effort since the critically acclaimed&nbsp;<strong>Better Mus’ Come</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Sprinter</em></strong> is executively produced by Hollywood superstars Will Smith and Jada Pinkett Smith – with the film being shot, excluding international scenes, on location in Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch the first installment of <strong>BUZZ</strong>\'s two-part interview with Storm Saulter below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/X9d2j1IVbfw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/X9d2j1IVbfw\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZhive</strong>, We want to hear from you! Did you enjoy <strong>Sprinter</strong>? Tell us some of your favourite scenes in the comments section.</p>\n<!-- /wp:paragraph -->','Director Storm Saulter tackles Caribbean complexities through film','','inherit','closed','closed','','215-autosave-v1','','','2019-08-29 18:13:09','2019-08-29 23:13:09','',215,'https://buzz-caribbean.com/article/215-autosave-v1/',0,'revision','',0),(6516,4,'2019-08-29 18:33:49','2019-08-29 23:33:49','','peter-phillips-with-the-people','','inherit','open','closed','','peter-phillips-wiith-the-people','','','2019-08-30 10:16:34','2019-08-30 15:16:34','',6505,'https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-wiith-the-people.jpg',0,'attachment','image/jpeg',0),(6517,4,'2019-08-29 18:35:40','2019-08-29 23:35:40','','peter-phillips-domino','','inherit','open','closed','','peter-phillips-domino','','','2019-08-29 18:35:40','2019-08-29 23:35:40','',6505,'https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-domino.jpg',0,'attachment','image/jpeg',0),(6518,4,'2019-08-29 18:36:47','2019-08-29 23:36:47','','peter-phillips-high-five-','','inherit','open','closed','','peter-phillips-high-five','','','2019-08-29 18:36:47','2019-08-29 23:36:47','',6505,'https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-high-five-.jpg',0,'attachment','image/jpeg',0),(6519,4,'2019-08-29 18:47:51','2019-08-29 23:47:51','<!-- wp:image {\"id\":6509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-children-1024x744.jpg\" alt=\"\" class=\"wp-image-6509\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr. Peter Phillips. “Mr Fix It”. The man, who over time held the most ministerial positions and successfully run them. President of the largest political movement in the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His job entails him meeting with a variety of government, non-government, political and non-political groups, as well as individuals across the island. He is also facing a leadership challenge from fellow which is squeezing him for time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sounds like a big job that hardly leaves any free time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6518} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-high-five--1024x683.jpg\" alt=\"\" class=\"wp-image-6518\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":6516} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-wiith-the-people-1024x775.jpg\" alt=\"\" class=\"wp-image-6516\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":6517} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-domino-1024x683.jpg\" alt=\"\" class=\"wp-image-6517\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>However, with the old adage all work and no play makes Jack a dull boy, and not wanting to be the dull boy in the room the man known to be solid as a rock still makes some time to take the load off. <br>Here are four things Dr. Phillips does to unwind<br>1. Music. Stemming from his days when he was a Rastafarian and attending University of the West Indies Dr. Phillips always love listening a wide range of music to include Reggae, Classical, dancehall, R&amp;B, Blues and Ska to name a few<br>2. Sports. Although he has never been a sports minister the position the big man loves sport, he played cricket at high school level, now he spends some of his free time bringing himself up to speed on the latest records being broken or the latest achievements in all types of sports.<br>3. Comedian. A man who finds humour in things that many persons would gloss over, Dr. Phillips loves retelling jokes he heard or making up some to share with his team. <br>4. Swimming. One way in which the Opposition leader relaxes is taking to the water – whether it is the sea or the pool Dr. Phillips loves the water. According to one insider he seems at peace when he swims</p>\n<!-- /wp:paragraph -->','DPP','','inherit','closed','closed','','6505-revision-v1','','','2019-08-29 18:47:51','2019-08-29 23:47:51','',6505,'https://buzz-caribbean.com/article/6505-revision-v1/',0,'revision','',0),(6520,13,'2019-08-30 12:12:18','2019-08-30 17:12:18','<!-- wp:image {\"id\":6611} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/NOMADDZ-album-cover-1024x1024.jpg\" alt=\"\" class=\"wp-image-6611\" /><figcaption>The No-Maddz launched its new album, Heaven on Earth, on Friday (Aug 30).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The No-Maddz is on a mission to help return Reggae to its former glory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The group hopes to accomplish this feat starting with its <a aria-label=\"album  (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/walshy-fire-and-idris-elba-make-mark-on-no-maddzs-album/\" target=\"_blank\" rel=\"noreferrer noopener\">new album,<b> </b></a><b>Heaven On Earth</b>, which was released on Friday (Aug 30). In sharing its vision, the group cited icons like Bob Marley and Peter Tosh, who captured the hearts and minds of music lovers around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The No-Maddz members Sheldon ‘Sheppie’ Shepherd and Everaldo ‘Evie’ Creary said they were disheartened recently when they entered a record store in New York, USA, and found the Reggae category tucked away at the back of the room.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Somehow since the works that Bob Marley, Peter Tosh and the like there has been a slow pace in terms of international recognition. Everyone is regurgitating what Bob and Tosh did,” Sheppie&nbsp;told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The No-Maddz has partnered with top producer MC Walshy Fire from supergroup Major Lazer, on the production of <strong>Heaven on Earth</strong>. The album will be available across digital streaming and download platforms and on CD and vinyl. The group is expected to announce its Heaven on Earth Tour soon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5135} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/No-Maddz-A-1024x665.jpg\" alt=\"\" class=\"wp-image-5135\" /><figcaption>Sheldon ‘Sheppie’ Shepperd (left) and Everaldo ‘Evie’ Creary.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Working with Walshy Fire was something we wanted to do because we see him as a producer that channels music into many different audiences, music lovers, people who are buying music and going to festivals. It was a deliberate idea to merge his talents and experiences with our talents and our strengths as well. Walshy heard the song <strong>Heaven On Earth</strong> and did a cartwheel in the living room and said, this song, this album, this project made him want to get up and do something.” Sheppie said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The independently produced and released album also presents collaborations with artistes, including Idris Elba and Grammy-nominated Kumar (formerly of Raging Fyah). It also introduces the work of up-and-coming producer, The Wixard, who is the daughter of Beres Hammond.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Heaven On Earth </strong>is a commentary on the social constructs that affect Jamaica, and reflects on the hardships and triumphs that people all over the world face. Through this album, The No-Maddz’ activism is that of artistic celebration, economic advancement, and the nurturing of the beauty of humanity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'We wouldn’t mind getting the accolades and respect of our peers that’s a given.\'</p><cite>— Sheppie</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“We intend to see this project as one of the greatest ever in the world, not only in the Reggae genre but in terms of music in general. We have high intentions and we intend to garner mass appeal with this project, you nah mean? We wouldn’t mind getting the accolades and respect of our peers that’s a given — the respect of the listeners and the accolades of the industry, your talking about all the awards that musicians and music can receive, Grammys etc. We opened the flood gates and are open to receive all the blessings that this project can bring forward to us,\" Sheppie told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The group\'s previous album, <strong>Sly and Robbie Present The No-Maddz</strong> was released in 2015. It was listed among the 10 Best Reggae Albums of that year by Billboard Magazine.</p>\n<!-- /wp:paragraph -->','The No-Maddz wants to restore reggae\'s former glory','','publish','open','closed','','no-maddz-wants-to-restore-reggaes-former-glory','','','2019-09-02 11:45:57','2019-09-02 16:45:57','',0,'https://buzz-caribbean.com/?p=6520',0,'post','',0),(6521,4,'2019-08-29 18:52:10','2019-08-29 23:52:10','<!-- wp:paragraph -->\n<p>Nomaddz Hope to be the contemporary pilots of reggae to make the genre bust out of the ‘niche category’ overseas as they release their new Heaven On Earth album. Their vision is to bring reggae back to its former glory days where the icons like “Bob Marley and Peter Tosh who were very New , Different and Fresh” in their prime,&nbsp; captured the hearts and minds of music lovers around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Nomaddz went into a record store in New York and found Reggae records few and in a back room. The feeling was that the STORE treated the international genre as a niche and that should not be the case. The two Prominent Jamaican actors and Artistes Sheldon ‘Sheppie’&nbsp; Shepperd and Everaldo ‘evie’ Creary were disheartened by the poor representation of Reggae music in the music hub. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sheppie said, “Somehow since the works that Bob Marley, Peter Tosh and the like there has been a slow pace in terms of international recognition.” Everyone is regurgitating what Bob and Tosh did.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nomaddz, The Roots Reggae Dub Poetry Duo, release their new album Heaven On Earth, H.O.E. on august 30, 2019 and have partnered with the dynamic Mega Producer MC Walshy Fire from supergroup Major Lazer who has recognized their ‘special’ talent. The album will be available across digital streaming and download platforms, and in physical (cd and vinyl) form. Following the release on Friday The No-Maddz will prepare to announce their “Heaven On Earth” Tour that will bring their new music to live audiences across the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“working with walsy fire was something we wanted to do because we see him as someone as a producer that channels&nbsp; music into many different audiences’ music lovers, people who are buying music and going to festivals….it was a deliberate idea to merge his talents and experiences with our talents and our strengths as well.” “Walshy heard the song Heaven On Earth and did a cartwheel in the living room and said this song, this album this project made him want to get up and do something.” Shepperd told BUZZ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The independently produced and released album also presents collaborations with artists including Idris Elba and Grammy nominated Kumar (formerly of Raging Fyah). It also introduces the work of up-andcoming producer, The Wixard, daughter of the legendary Beres Hammond. “Heaven On Earth” is a commentary on the social constructs that affect Jamaica, and reflects on the hardships and triumphs that people all over the world face. Through this album, The No-Maddz’ activism is that of artistic celebration, economic advancement, and the nurturing of the beauty of humanity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We intend to see this project as one of the greatest ever in the world not only in the Reggae genre but in terms of music in general. We have high intentions and we intend to garner mass appeal with this project, you nah mean?, We wouldn’t mind getting the accolades and respect of our peers that’s a given, the respect of the listeners and the accolades of the industry, your talking about all the awards that musicians and music can receive grammys etc. We opened the flood gates and are open to receive all the blessings that this project can bring forward to us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> The previous album, “Sly and Robbie presents No-Maddz” (released in 2015) was well received and was listed among the 10 Best Reggae Albums of that year by Billboard Magazine. Formerly a band of four, The No-Maddz decided to move forward as a duo after the release of their first album. The current members are both recipients of the prestigious Jamaican Prime Minister’s Youth Award for Excellence in Arts and Culture.</p>\n<!-- /wp:paragraph -->','nomaddz','','inherit','closed','closed','','6520-revision-v1','','','2019-08-29 18:52:10','2019-08-29 23:52:10','',6520,'https://buzz-caribbean.com/article/6520-revision-v1/',0,'revision','',0),(6522,15,'2019-08-29 19:04:05','2019-08-30 00:04:05','<!-- wp:image {\"id\":6523} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Richard-Byles-1024x683.jpg\" alt=\"\" class=\"wp-image-6523\" /><figcaption>Governor of the Bank of Jamaica, Richard Byles</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking at his first Quarterly Monetary Policy Report as Governor of the Bank of Jamaica (BOJ), Richard Byles expressed his confidence in Jamaica and its economy.<br><br> Addressing journalists, financial sector professionals, and public sector operatives at the BOJ’s Nethersole Place headquarters in downtown Kingston earlier today, Byles said: “ I start this journey at a time when Jamaica’s economy looks better in a long time but also at a time when the global economy faces clouds of uncertainty. If I never knew before, now I know why economists are so addicted to the phrase, “on the other hand!”<br><br> “I start this journey with a confidence because I am a Jamaican who believes in the potential of Jamaica and the economy. I am proud of the hard work we have done across political administrations to move the economy forward. We have a great foundation to build on and I am inspired to take the baton from Governor Wynter and play my part in the process.<br><br> “I am happy that one of my first tasks as Governor is to face you in a press conference because communication is as critical to monetary policy as journalism is to a sound democracy. We all want an informed and educated public on economic matters. This is therefore one of the most important parts of my job and I’m glad to get started so early.\"</p>\n<!-- /wp:paragraph -->','I believe in the potential of Jamaica and its economy- Governor Richard Byles','','publish','open','closed','','i-believe-in-the-potential-of-jamaica-and-its-economy-governor-richard-byles','','','2019-08-30 10:57:26','2019-08-30 15:57:26','',0,'https://buzz-caribbean.com/?p=6522',0,'post','',0),(6523,15,'2019-08-29 19:02:44','2019-08-30 00:02:44','','Richard-Byles','','inherit','open','closed','','richard-byles','','','2019-08-29 19:02:44','2019-08-30 00:02:44','',6522,'https://buzz-caribbean.com/app/uploads/2019/08/Richard-Byles.jpg',0,'attachment','image/jpeg',0),(6524,15,'2019-08-29 19:04:05','2019-08-30 00:04:05','<!-- wp:paragraph -->\n<p> <br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6523} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Richard-Byles-1024x683.jpg\" alt=\"\" class=\"wp-image-6523\" /><figcaption>Governor of the Bank of Jamaica, Richard Byles</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking at his first Quarterly Monetary Policy Report as Governor of the Bank of Jamaica (BOJ), Richard Byles expressed his confidence in Jamaica and its economy.<br><br> Addressing journalists, financial sector professionals, and public sector operatives at the BOJ’s Nethersole Place headquarters in downtown Kingston earlier today, Byles said: “ I start this journey at a time when Jamaica’s economy looks better in a long time but also at a time when the global economy faces clouds of uncertainty. If I never knew before, now I know why economists are so addicted to the phrase, “on the other hand!”<br><br> “I start this journey with a confidence because I am a Jamaican who believes in the potential of Jamaica and the economy. I am proud of the hard work we have done across political administrations to move the economy forward. We have a great foundation to build on and I am inspired to take the baton from Governor Wynter and play my part in the process.<br><br> “I am happy that one of my first tasks as Governor is to face you in a press conference because communication is as critical to monetary policy as journalism is to a sound democracy. We all want an informed and educated public on economic matters. This is therefore one of the most important parts of my job and I’m glad to get started so early. “ </p>\n<!-- /wp:paragraph -->','I believe in the potential of Jamaica and its economy- Governor Richard Byles','','inherit','closed','closed','','6522-revision-v1','','','2019-08-29 19:04:05','2019-08-30 00:04:05','',6522,'https://buzz-caribbean.com/article/6522-revision-v1/',0,'revision','',0),(6525,4,'2019-08-29 19:34:00','2019-08-30 00:34:00','<!-- wp:image {\"id\":6509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-children-1024x744.jpg\" alt=\"\" class=\"wp-image-6509\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr. Peter Phillips. “Mr Fix It”. The man, who over time held the most ministerial positions and successfully run them. President of the largest political movement in the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His job entails him meeting with a variety of government, non-government, political and non-political groups, as well as individuals across the island.  Plus he\'s also facing a challenge from fellow Comrade Peter Bunting for the leadership of the People\'s National Party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6518} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-high-five--1024x683.jpg\" alt=\"\" class=\"wp-image-6518\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sounds like a big job that hardly leaves any free time. However, he still manages to find time to take a load off. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here are four things Dr. Phillips does to unwind:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6516} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-wiith-the-people-1024x775.jpg\" alt=\"\" class=\"wp-image-6516\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":6517} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-domino-1024x683.jpg\" alt=\"\" class=\"wp-image-6517\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>1. Music. Stemming from his days when he was a Rastafarian and attending University of the West Indies Dr. Phillips always love listening a wide range of music to include Reggae, Classical, dancehall, R&amp;B, Blues and Ska to name a few<br>2. Sports. Although he has never been a sports minister the position the big man loves sport, he played cricket at high school level, now he spends some of his free time bringing himself up to speed on the latest records being broken or the latest achievements in all types of sports.<br>3. Comedian. A man who finds humour in things that many persons would gloss over, Dr. Phillips loves retelling jokes he heard or making up some to share with his team. <br>4. Swimming. One way in which the Opposition leader relaxes is taking to the water – whether it is the sea or the pool Dr. Phillips loves the water. According to one insider he seems at peace when he swims</p>\n<!-- /wp:paragraph -->','DPP','','inherit','closed','closed','','6505-revision-v1','','','2019-08-29 19:34:00','2019-08-30 00:34:00','',6505,'https://buzz-caribbean.com/article/6505-revision-v1/',0,'revision','',0),(6526,4,'2019-08-29 19:34:14','2019-08-30 00:34:14','<!-- wp:image {\"id\":6509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-children-1024x744.jpg\" alt=\"\" class=\"wp-image-6509\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr. Peter Phillips. “Mr Fix It”. The man, who over time held the most ministerial positions and successfully run them. President of the largest political movement in the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His job entails him meeting with a variety of government, non-government, political and non-political groups, as well as individuals across the island.  Plus he\'s also facing a challenge from fellow Comrade Peter Bunting for the leadership of the People\'s National Party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6518} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-high-five--1024x683.jpg\" alt=\"\" class=\"wp-image-6518\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sounds like a big job that hardly leaves any free time. However, he still manages to find time to take a load off. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here are four things Dr. Phillips does to unwind:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6516} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-wiith-the-people-1024x775.jpg\" alt=\"\" class=\"wp-image-6516\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":6517} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-domino-1024x683.jpg\" alt=\"\" class=\"wp-image-6517\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>1. Music. Stemming from his days when he was a Rastafarian and attending University of the West Indies Dr. Phillips always loved listening a wide range of music to include Reggae, Classical, dancehall, R&amp;B, Blues and Ska to name a few<br>2. Sports. Although he has never been a sports minister the position the big man loves sport, he played cricket at high school level, now he spends some of his free time bringing himself up to speed on the latest records being broken or the latest achievements in all types of sports.<br>3. Comedian. A man who finds humour in things that many persons would gloss over, Dr. Phillips loves retelling jokes he heard or making up some to share with his team. <br>4. Swimming. One way in which the Opposition leader relaxes is taking to the water – whether it is the sea or the pool Dr. Phillips loves the water. According to one insider he seems at peace when he swims</p>\n<!-- /wp:paragraph -->','DPP','','inherit','closed','closed','','6505-revision-v1','','','2019-08-29 19:34:14','2019-08-30 00:34:14','',6505,'https://buzz-caribbean.com/article/6505-revision-v1/',0,'revision','',0),(6528,4,'2019-08-29 19:41:39','2019-08-30 00:41:39','<!-- wp:image {\"id\":6509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-children-1024x744.jpg\" alt=\"\" class=\"wp-image-6509\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr. Peter Phillips. “Mr Fix It”. The man, who over time held the most ministerial positions and successfully run them. President of the largest political movement in the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His job entails him meeting with a variety of government, non-government, political and non-political groups, as well as individuals across the island.  Plus he\'s also facing a challenge from fellow Comrade Peter Bunting for the leadership of the People\'s National Party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6518} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-high-five--1024x683.jpg\" alt=\"\" class=\"wp-image-6518\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sounds like a big job that hardly leaves any free time. However, he still manages to find time to take a load off. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6516} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-wiith-the-people-1024x775.jpg\" alt=\"\" class=\"wp-image-6516\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":6517} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-domino-1024x683.jpg\" alt=\"\" class=\"wp-image-6517\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Here are four things Dr. Phillips does to unwind:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Music</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stemming from his days when he was a Rastafarian and attending University of the West Indies Dr Phillips always loved listening to a wide range of music to include Reggae, Classical, dancehall, R&amp;B, Blues and Ska.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Sports</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Although he has never been a sports minister position the big man loves sport, he played cricket at high school level, now he spends some of his free time bringing himself up to speed on the latest records being broken or the latest achievements in all types of sports.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Telling jokes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A man who finds humour in things that many persons would gloss over, Dr. Phillips loves retelling jokes he heard or making up some to share with his team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2> Swimming</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>One way in which the Opposition leader relaxes is taking to the water – whether it is the sea or the pool Dr. Phillips loves the water. According to one insider he seems at peace when he swims</p>\n<!-- /wp:paragraph -->','DPP','','inherit','closed','closed','','6505-revision-v1','','','2019-08-29 19:41:39','2019-08-30 00:41:39','',6505,'https://buzz-caribbean.com/article/6505-revision-v1/',0,'revision','',0),(6531,4,'2019-08-29 19:44:48','2019-08-30 00:44:48','<!-- wp:image {\"id\":6288} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/OkairMcLare-1024x763.jpg\" alt=\"Okair McLare\nDr Birdz\" class=\"wp-image-6288\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Competitive gamer </strong>Okair McLaren has always had a passion for eSports. Here’s what you need to know about him. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Name:</strong> Okair McLaren</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Gamer Tag:</strong> Okair </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Age:</strong> 17 </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Location:</strong> Kingston </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Favourite game:</strong> Super Smash Bros.\nUltimate </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Genre specialisation:</strong> Fighting games </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How long have you been playing video games?:</strong> From about age five and then at age 15 I started playing competitively. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>What got you into games?:</strong> It was just a passion from I was a child. It\'s what I love doing the most. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Console or PC:</strong> Console</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How did you end up on the team?:</strong> I was selected to be a part of the team because I amassed the most points in both of the national qualifiers in Super Smash Bros. Ultimate. I, unfortunately, won’t be heading to Mexico because my game speciality isn’t part of the programme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Okair McLaren from the Dr Birdz always had a passion for gaming','','inherit','closed','closed','','6287-revision-v1','','','2019-08-29 19:44:48','2019-08-30 00:44:48','',6287,'https://buzz-caribbean.com/article/6287-revision-v1/',0,'revision','',0),(6532,15,'2019-08-29 20:08:22','2019-08-30 01:08:22','<!-- wp:image {\"id\":6534} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Richard-Byles-Image-2-1024x683.jpg\" alt=\"\" class=\"wp-image-6534\" /><figcaption>Governor of the Bank of Jamaica, Richard Byles, earlier today at the Quarterly Monetary Policy Report press conference at Nethersole Place, downtown Kingston</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Earlier this week, the Governor of the Bank of Jamaica ( BOJ) Richard Byles announced the decision to lower the policy rate ( the rate offered on overnight placements with BOJ) by 25 basis points to 0.50 per cent per annum effective 28 August 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at his first Quarterly Monetary Policy Report press conference held at the BOJ’s downtown Kingston headquarters today, Governor Byles explained the rationale behind his decision.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that the decision to cut rates further reflects the BOJ’s assessment that in the absence of additional monetary policy action, inflation is expected to fall below the lower limit of the inflation target of 4.0 per cent to 6.0 per cent at various points over the next eight quarters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1622-1024x683.jpg\" alt=\"\" class=\"wp-image-6541\" /><figcaption>Richard Byles with his deputies at the Quarterly Monetary Policy Report press conference.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“BOJ’s decision to lower the policy rate is therefore solely intended, as usual, to stimulate a faster pace of expansion in private sector credit, which will fuel increased economic activity on the part of businesses and households. This increased economic activity by businesses and households will be accompanied by price pressures and, in that way, the rate cut will support inflation returning to the centre of the target more quickly.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Governor pointed out that credit extended by commercial banks, merchant banks and building societies to private sector businesses and households grew by 16.8 per cent over the 12 months to June 2019, which was above the 12.3 per cent growth experienced a year earlier at June 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However while he sees this as encouraging, he noted it is still not fast enough.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"6542\",\"6543\",\"6545\",\"6546\",\"6548\",\"6551\",\"6552\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1631-1024x683.jpg\" alt=\"\" data-id=\"6542\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1631/\" class=\"wp-image-6542\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1634-1024x683.jpg\" alt=\"\" data-id=\"6543\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1634/\" class=\"wp-image-6543\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1547-1024x683.jpg\" alt=\"\" data-id=\"6545\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1547/\" class=\"wp-image-6545\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1532-1024x683.jpg\" alt=\"\" data-id=\"6546\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1532/\" class=\"wp-image-6546\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1542-1024x683.jpg\" alt=\"\" data-id=\"6548\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1542/\" class=\"wp-image-6548\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1677-1024x683.jpg\" alt=\"\" data-id=\"6551\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1677/\" class=\"wp-image-6551\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1581-1024x704.jpg\" alt=\"\" data-id=\"6552\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1581/\" class=\"wp-image-6552\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Turning his attention to inflation, he declared that there are four main factors that inform the BOJ’s inflation outlook:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Low domestic demand</strong></li><li><strong>Slower growth and lower inflation among Jamaica’s main trading partners</strong></li><li><strong>Decline</strong><strong> in crude oil prices</strong></li><li><strong>The impact of change in the fuel mix used in generating electricity.</strong></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>As it currently stands, inflation is rising and the Jamaican dollar is depreciating. In STATIN’s latest release, annual headline inflation at July 2019 was 4.3 per cent, up from 4.2 per cent at June 2019 and 3.2 per cent at July 2018. Governor Byles said this was due in the main to increases in the prices of agricultural food items as well as an increase in electricity rates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“BOJ’s view is that the prospects for the Jamaican economy remain positive, even though headwinds are on the horizon. Foreign reserves are at adequate levels and we have a sustainable position in the current account of the balance of payments. The fiscal performance is strong and public sector debt continues to decline at a steady pace. Market interest rates remain generally low. However, the domestic economy continues to operate below its potential. In this context, we believe that there is room to accommodate a faster pace of growth in economic activity without compromising the inflation target. In this context, BOJ will maintain an accommodative monetary stance to support a faster return of inflation to the centre of the target,” said the Governor of the Bank of Jamaica, Richard Byles.</p>\n<!-- /wp:paragraph -->','Lower inflation forecast means good time to drop policy rate – Byles','','publish','open','closed','','lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles','','','2019-08-30 10:06:09','2019-08-30 15:06:09','',0,'https://buzz-caribbean.com/?p=6532',0,'post','',0),(6534,15,'2019-08-29 20:02:50','2019-08-30 01:02:50','','Richard-Byles-Image-2','','inherit','open','closed','','richard-byles-image-2','','','2019-08-29 20:02:50','2019-08-30 01:02:50','',6532,'https://buzz-caribbean.com/app/uploads/2019/08/Richard-Byles-Image-2.jpg',0,'attachment','image/jpeg',0),(6535,4,'2019-08-29 20:03:18','2019-08-30 01:03:18','<!-- wp:image {\"id\":6509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-children-1024x744.jpg\" alt=\"\" class=\"wp-image-6509\" /><figcaption>Dr Peter Phillips flocked by children from his East Central St Andrew Constituency.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr. Peter Phillips. “Mr Fix It”. The man, who over time held the most ministerial positions and successfully run them. President of the largest political movement in the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His job entails him meeting with a variety of government, non-government, political and non-political groups, as well as individuals across the island.  Plus he\'s also facing a challenge from fellow Comrade Peter Bunting for the leadership of the People\'s National Party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sounds like a big job that hardly leaves any free time. However, Phillips still manages to find time to take a load off. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6518} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-high-five--1024x683.jpg\" alt=\"\" class=\"wp-image-6518\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Here are four things Phillips does to unwind:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Music</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stemming from his days when he was a Rastafarian and attending University of the West Indies Phillips always loved listening to a wide range of music to include Reggae, Classical, dancehall, R&amp;B, Blues and Ska.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6516} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-wiith-the-people-1024x775.jpg\" alt=\"\" class=\"wp-image-6516\" /><figcaption>Dr Phillips and some members of his constituency during Labour Day activities.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Sports</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Although he has never been a sports minister position, he loves sports. He played cricket at the high school level. During his free time, he brings himself up to speed on the latest records being broken or the latest achievements in all types of sporting discipline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6517} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-domino-1024x683.jpg\" alt=\"\" class=\"wp-image-6517\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Telling jokes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A man who finds humour in things that many persons would gloss over, Phillips loves retelling jokes he\'s heard or making up some to share with his team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Swimming</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>One way in which the Opposition leader relaxes is taking to the water. Whether it\'s the sea or the pool, Phillips loves the water. According to one insider, he seems at peace when he swims.</p>\n<!-- /wp:paragraph -->','How \'Mr Fix It\' relaxes','','inherit','closed','closed','','6505-revision-v1','','','2019-08-29 20:03:18','2019-08-30 01:03:18','',6505,'https://buzz-caribbean.com/article/6505-revision-v1/',0,'revision','',0),(6536,15,'2019-08-29 20:08:22','2019-08-30 01:08:22','<!-- wp:image {\"id\":6534} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Richard-Byles-Image-2-1024x683.jpg\" alt=\"\" class=\"wp-image-6534\" /><figcaption>Governor of the Bank of Jamaica, Richard Byles, earlier today at the Quarterly Monetary Policy Report press conference at Nethersole Place, downtown Kingston</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br> Earlier this week, the Governor of the Bank of Jamaica ( BOJ) Richard Byles announced the decision to lower the policy rate ( the rate offered on overnight placements with BOJ) by 25 basis points to 0.50 per cent per annum effective 28 August 2019<br> <br> Speaking at his first Quarterly Monetary Policy Report press conference held at the BOJ’s downtown Kingston headquarters today, Governor Byles explained the rationale behind his decision.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> <br> He explained that the decision to cut rates further reflects the BOJ’s assessment that in the absence of additional monetary policy action, inflation is expected to fall below the lower limit of the inflation target of 4.0 per cent to 6.0 per cent at various points over the next eight quarters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> <br> “BOJ’s decision to lower the policy rate is therefore solely intended, as usual, to stimulate a faster pace of expansion in private sector credit, which will fuel increased economic activity on the part of businesses and households. This increased economic activity by businesses and households will be accompanied by price pressures and, in that way, the rate cut will support inflation returning to the centre of the target more quickly.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> <br> The Governor pointed out that credit extended by commercial banks, merchant banks and building societies to private sector businesses and households grew by 16.8 per cent over the 12 months to June 2019, which was above the 12.3 per cent growth experienced a year earlier at June 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> <br> However while he sees this as encouraging, he noted it is still not fast enough.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> <br> Turning his attention to inflation, he declared that there are four main factors that informs the BOJ’s inflation outlook:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> <br> 1. Low domestic demand<br> 2. Slower growth and lower inflation among Jamaica’s main trading partners<br> 3. Decline in crude oil prices<br> 4. The impact of change in the fuel mix used in generating electricity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> <br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; As it currently stands, inflation is rising and the Jamaican dollar is depreciating. In STATIN’s latest release, annual headline inflation at July 2019 was 4.3 per cent, up from 4.2 per cent at June 2019 and 3.2 per cent at July 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> <br> Governor Byles said this was due in the main to increases in the prices of agricultural food items as well as an increase in electricity rates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> <br> “ BOJ’s view is that the prospects for the Jamaican economy remain positive, even though headwinds are on the horizon. Foreign reserves are at adequate levels and we have a sustainable position in the current account of the balance of payments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> <br> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“ The fiscal performance is strong and public sector debt continues to decline at a steady pace. Market interest rates remain generally low. However the domestic economy continues to operate below its potential. In this context we believe that there is room to accommodate a faster pace of growth in economic activity without compromising the inflation target. In this context, BOJ will maintain an accommodative monetary stance to support a faster return of inflation to the centre of the target,” said the Governor of the Bank of Jamaica, Richard Byles. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Lower inflation forecast means good time to drop policy rate – Byles','','inherit','closed','closed','','6532-revision-v1','','','2019-08-29 20:08:22','2019-08-30 01:08:22','',6532,'https://buzz-caribbean.com/article/6532-revision-v1/',0,'revision','',0),(6537,23,'2019-08-29 21:04:08','2019-08-30 02:04:08','<!-- wp:image {\"id\":6559} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2101-1024x683.jpg\" alt=\"\" class=\"wp-image-6559\" /><figcaption>Chris Dehring, chairman of 3ROCK (left), speaking at the Red Stripe Premier League press conference Thursday (Aug 29). In the photo is Chairman of the Premier League Club\'s Association.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A conglomerate of five Jamaican media enterprises will pool their resources to give unprecedented media coverage of the Red Stripe Premier League football competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Details were disclosed at the launch of the competition Thursday evening at the Jamaica Football Federation (JFF) offices in New Kingston. The coverage will be on different platforms and will give insightful analysis and viewing through the partnership between Phase Three Productions, ReadyTV, Jamaica Observer, CVM TV and KLAS Sports Radio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6560} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2057-1024x683.jpg\" alt=\"\" class=\"wp-image-6560\" /><figcaption>Jamaica Observer Managing Director Julian Rogers was also in attendance at the press conference.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Titled, 3ROCK, the partnership will expand beyond the shores of Jamaica to give the world an insight into the island\'s top football competition, which will begin on Sunday (Sept 1) with five matches. The first set of matches will be completed with the usual Monday Night Football, the following night.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chris Dehring, chairman of 3ROCK, said: \"The dynamic partnership will deliver for the Red Stripe Premier League, an unprecedented and historic coverage of any league in this country. This is an incredible opportunity for the Red Stripe Premier League to build on its intellectual property.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dehring said that with the partnership, televised matches will jump from 36 to over 200 matches to both the local and international market. He said radio and newspaper coverage will also be increased through KLAS Sports Radio and the Jamaica Observer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"6562\",\"6563\",\"6564\",\"6565\",\"6566\",\"6567\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2047-1024x683.jpg\" alt=\"\" data-id=\"6562\" data-link=\"https://buzz-caribbean.com/?attachment_id=6562\" class=\"wp-image-6562\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2051-1024x683.jpg\" alt=\"\" data-id=\"6563\" data-link=\"https://buzz-caribbean.com/?attachment_id=6563\" class=\"wp-image-6563\" /><figcaption>President of the Jamaica Football Federation Michael Ricketts. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2115-1024x683.jpg\" alt=\"\" data-id=\"6564\" data-link=\"https://buzz-caribbean.com/?attachment_id=6564\" class=\"wp-image-6564\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2062-1024x683.jpg\" alt=\"\" data-id=\"6565\" data-link=\"https://buzz-caribbean.com/?attachment_id=6565\" class=\"wp-image-6565\" /><figcaption>Red Stripe Senior Brand Manager Andrew Anguin.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2109-1024x683.jpg\" alt=\"\" data-id=\"6566\" data-link=\"https://buzz-caribbean.com/?attachment_id=6566\" class=\"wp-image-6566\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2079-1024x683.jpg\" alt=\"\" data-id=\"6567\" data-link=\"https://buzz-caribbean.com/?attachment_id=6567\" class=\"wp-image-6567\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>He said that 72 matches will be live on free to air TV through CVM TV with the Premier League Clubs\' Association (PLCA) also launching a television channel, which will be available on all cable operations across Jamaica.<br>Dehring said that this will be the initial year of an arrangement, which is intended to benefit the clubs that are playing in the Red Stripe Premier League monetarily in years to come.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stay tuned to <strong>BUZZ </strong>for dynamic coverage of the season.</p>\n<!-- /wp:paragraph -->','Red Stripe Premier League to get top-class coverage','','publish','open','closed','','red-stripe-premier-league-to-get-top-class-coverage','','','2019-08-29 21:15:42','2019-08-30 02:15:42','',0,'https://buzz-caribbean.com/?p=6537',0,'post','',0),(6538,4,'2019-08-29 20:14:29','2019-08-30 01:14:29','<!-- wp:paragraph -->\n<p>A conglomerate of five Jamaican media enterprises will pool their resources to give unprecedented media coverage of the Red Stripe Premier League football competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Details were disclosed at the launch of the competition Thursday evening at the Jamaica Football Federation (JFF) offices in New Kingston. The coverage will be on different platforms and will give insightful analysis and viewing through the partnership between Phase Three Productions, ReadyTV, Jamaica Observer, CVM TV and KLAS Sports Radio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Titled, 3ROCK, the partnership will expand beyond the shores of Jamaica to give the world an insight into the island\'s top football competition, which will begin on Sunday (Sept 1) with five matches. The first set of matches will be completed with the usual Monday Night Football the following night.<br>Chris Dehring, chairman of 3ROCK, said, \"the dynamic partnership will deliver for the Red Stripe Premier League, an unprecedented and historic coverage of any league in this country. Never before happened.<br>\"This is an incredible opportunity for the Red Stripe Premier League to build on its intellectual property,\" he said.<br>According to Dehring, with the partnership, televised matches will jump from 36 to over 200 matches to both the local and international market. He said radio and newspaper coverage will also be increased through KLAS Sports Radio and the Jamaica Observer.<br>He said that 72 matches will be live on free to air TV through CVM TV with the Premier League Clubs\' Association (PLCA)also launching a television channel, which will be available on all cable operations across Jamaica.<br>Dehring said that this will be the initial year of an arrangement, which is intended to benefit the clubs that are playing in the Red Stripe Premier League monetarily in future years.</p>\n<!-- /wp:paragraph -->','Red Stripe Premier League to get top-class coverage','','inherit','closed','closed','','6537-revision-v1','','','2019-08-29 20:14:29','2019-08-30 01:14:29','',6537,'https://buzz-caribbean.com/article/6537-revision-v1/',0,'revision','',0),(6540,4,'2019-08-29 20:22:02','2019-08-30 01:22:02','<!-- wp:image {\"id\":6534} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Richard-Byles-Image-2-1024x683.jpg\" alt=\"\" class=\"wp-image-6534\" /><figcaption>Governor of the Bank of Jamaica, Richard Byles, earlier today at the Quarterly Monetary Policy Report press conference at Nethersole Place, downtown Kingston</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Earlier this week, the Governor of the Bank of Jamaica ( BOJ) Richard Byles announced the decision to lower the policy rate ( the rate offered on overnight placements with BOJ) by 25 basis points to 0.50 per cent per annum effective 28 August 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at his first Quarterly Monetary Policy Report press conference held at the BOJ’s downtown Kingston headquarters today, Governor Byles explained the rationale behind his decision.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that the decision to cut rates further reflects the BOJ’s assessment that in the absence of additional monetary policy action, inflation is expected to fall below the lower limit of the inflation target of 4.0 per cent to 6.0 per cent at various points over the next eight quarters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“BOJ’s decision to lower the policy rate is therefore solely intended, as usual, to stimulate a faster pace of expansion in private sector credit, which will fuel increased economic activity on the part of businesses and households. This increased economic activity by businesses and households will be accompanied by price pressures and, in that way, the rate cut will support inflation returning to the centre of the target more quickly.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Governor pointed out that credit extended by commercial banks, merchant banks and building societies to private sector businesses and households grew by 16.8 per cent over the 12 months to June 2019, which was above the 12.3 per cent growth experienced a year earlier at June 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However while he sees this as encouraging, he noted it is still not fast enough.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Turning his attention to inflation, he declared that there are four main factors that inform the BOJ’s inflation outlook:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Low domestic demand</li><li>Slower growth and lower inflation among Jamaica’s main trading partners</li><li>Decline in crude oil prices</li><li>The impact of change in the fuel mix used in generating electricity.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>As it currently stands, inflation is rising and the Jamaican dollar is depreciating. In STATIN’s latest release, annual headline inflation at July 2019 was 4.3 per cent, up from 4.2 per cent at June 2019 and 3.2 per cent at July 2018. Governor Byles said this was due in the main to increases in the prices of agricultural food items as well as an increase in electricity rates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“BOJ’s view is that the prospects for the Jamaican economy remain positive, even though headwinds are on the horizon. Foreign reserves are at adequate levels and we have a sustainable position in the current account of the balance of payments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The fiscal performance is strong and public sector debt continues to decline at a steady pace. Market interest rates remain generally low. However, the domestic economy continues to operate below its potential. In this context we believe that there is room to accommodate a faster pace of growth in economic activity without compromising the inflation target. In this context, BOJ will maintain an accommodative monetary stance to support a faster return of inflation to the centre of the target,” said the Governor of the Bank of Jamaica, Richard Byles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Lower inflation forecast means good time to drop policy rate – Byles','','inherit','closed','closed','','6532-revision-v1','','','2019-08-29 20:22:02','2019-08-30 01:22:02','',6532,'https://buzz-caribbean.com/article/6532-revision-v1/',0,'revision','',0),(6541,4,'2019-08-29 20:29:31','2019-08-30 01:29:31','','IMG_1622','','inherit','open','closed','','img_1622','','','2019-08-29 20:29:31','2019-08-30 01:29:31','',6532,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_1622.jpg',0,'attachment','image/jpeg',0),(6542,4,'2019-08-29 20:32:44','2019-08-30 01:32:44','','IMG_1631','','inherit','open','closed','','img_1631','','','2019-08-29 20:32:44','2019-08-30 01:32:44','',6532,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_1631.jpg',0,'attachment','image/jpeg',0),(6543,4,'2019-08-29 20:32:51','2019-08-30 01:32:51','','IMG_1634','','inherit','open','closed','','img_1634','','','2019-08-29 20:32:51','2019-08-30 01:32:51','',6532,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_1634.jpg',0,'attachment','image/jpeg',0),(6544,4,'2019-08-29 20:33:04','2019-08-30 01:33:04','','IMG_1572','','inherit','open','closed','','img_1572','','','2019-08-29 20:33:04','2019-08-30 01:33:04','',6532,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_1572.jpg',0,'attachment','image/jpeg',0),(6545,4,'2019-08-29 20:33:06','2019-08-30 01:33:06','','IMG_1547','','inherit','open','closed','','img_1547','','','2019-08-29 20:33:06','2019-08-30 01:33:06','',6532,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_1547.jpg',0,'attachment','image/jpeg',0),(6546,4,'2019-08-29 20:33:11','2019-08-30 01:33:11','','IMG_1532','','inherit','open','closed','','img_1532','','','2019-08-29 20:33:11','2019-08-30 01:33:11','',6532,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_1532.jpg',0,'attachment','image/jpeg',0),(6547,4,'2019-08-29 20:33:14','2019-08-30 01:33:14','','IMG_1540','','inherit','open','closed','','img_1540','','','2019-08-29 20:33:14','2019-08-30 01:33:14','',6532,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_1540.jpg',0,'attachment','image/jpeg',0),(6548,4,'2019-08-29 20:33:17','2019-08-30 01:33:17','','IMG_1542','','inherit','open','closed','','img_1542','','','2019-08-29 20:33:17','2019-08-30 01:33:17','',6532,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_1542.jpg',0,'attachment','image/jpeg',0),(6549,4,'2019-08-29 20:33:19','2019-08-30 01:33:19','','IMG_1529','','inherit','open','closed','','img_1529','','','2019-08-29 20:33:19','2019-08-30 01:33:19','',6532,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_1529.jpg',0,'attachment','image/jpeg',0),(6550,4,'2019-08-29 20:33:22','2019-08-30 01:33:22','','IMG_1662','','inherit','open','closed','','img_1662','','','2019-08-29 20:33:22','2019-08-30 01:33:22','',6532,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_1662.jpg',0,'attachment','image/jpeg',0),(6551,4,'2019-08-29 20:33:24','2019-08-30 01:33:24','','IMG_1677','','inherit','open','closed','','img_1677','','','2019-08-29 20:33:24','2019-08-30 01:33:24','',6532,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_1677.jpg',0,'attachment','image/jpeg',0),(6552,4,'2019-08-29 20:33:29','2019-08-30 01:33:29','','IMG_1581','','inherit','open','closed','','img_1581','','','2019-08-29 20:33:29','2019-08-30 01:33:29','',6532,'https://buzz-caribbean.com/app/uploads/2019/08/IMG_1581.jpg',0,'attachment','image/jpeg',0),(6553,4,'2019-08-29 20:34:01','2019-08-30 01:34:01','<!-- wp:image {\"id\":6534} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Richard-Byles-Image-2-1024x683.jpg\" alt=\"\" class=\"wp-image-6534\" /><figcaption>Governor of the Bank of Jamaica, Richard Byles, earlier today at the Quarterly Monetary Policy Report press conference at Nethersole Place, downtown Kingston</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Earlier this week, the Governor of the Bank of Jamaica ( BOJ) Richard Byles announced the decision to lower the policy rate ( the rate offered on overnight placements with BOJ) by 25 basis points to 0.50 per cent per annum effective 28 August 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at his first Quarterly Monetary Policy Report press conference held at the BOJ’s downtown Kingston headquarters today, Governor Byles explained the rationale behind his decision.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that the decision to cut rates further reflects the BOJ’s assessment that in the absence of additional monetary policy action, inflation is expected to fall below the lower limit of the inflation target of 4.0 per cent to 6.0 per cent at various points over the next eight quarters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1622-1024x683.jpg\" alt=\"\" class=\"wp-image-6541\" /><figcaption>Richard Byles with his deputies at the Quarterly Monetary Policy Report press conference.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“BOJ’s decision to lower the policy rate is therefore solely intended, as usual, to stimulate a faster pace of expansion in private sector credit, which will fuel increased economic activity on the part of businesses and households. This increased economic activity by businesses and households will be accompanied by price pressures and, in that way, the rate cut will support inflation returning to the centre of the target more quickly.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Governor pointed out that credit extended by commercial banks, merchant banks and building societies to private sector businesses and households grew by 16.8 per cent over the 12 months to June 2019, which was above the 12.3 per cent growth experienced a year earlier at June 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6542,6543,null,6545,6546,null,6548,null,6551,6552]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1631-1024x683.jpg\" alt=\"\" data-id=\"6542\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1631/\" class=\"wp-image-6542\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1634-1024x683.jpg\" alt=\"\" data-id=\"6543\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1634/\" class=\"wp-image-6543\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/b3637c3d-7ae0-4965-b63d-6d49493f50c9\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1547-1024x683.jpg\" alt=\"\" data-id=\"6545\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1547/\" class=\"wp-image-6545\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1532-1024x683.jpg\" alt=\"\" data-id=\"6546\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1532/\" class=\"wp-image-6546\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/2d29d7e8-1e42-450f-911e-ac33355e0e4b\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1542-1024x683.jpg\" alt=\"\" data-id=\"6548\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1542/\" class=\"wp-image-6548\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/c9582fba-78dc-496d-a38e-2ba9304faca7\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1677-1024x683.jpg\" alt=\"\" data-id=\"6551\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1677/\" class=\"wp-image-6551\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1581-1024x704.jpg\" alt=\"\" data-id=\"6552\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1581/\" class=\"wp-image-6552\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>However while he sees this as encouraging, he noted it is still not fast enough.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Turning his attention to inflation, he declared that there are four main factors that inform the BOJ’s inflation outlook:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Low domestic demand</li><li>Slower growth and lower inflation among Jamaica’s main trading partners</li><li>Decline in crude oil prices</li><li>The impact of change in the fuel mix used in generating electricity.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>As it currently stands, inflation is rising and the Jamaican dollar is depreciating. In STATIN’s latest release, annual headline inflation at July 2019 was 4.3 per cent, up from 4.2 per cent at June 2019 and 3.2 per cent at July 2018. Governor Byles said this was due in the main to increases in the prices of agricultural food items as well as an increase in electricity rates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“BOJ’s view is that the prospects for the Jamaican economy remain positive, even though headwinds are on the horizon. Foreign reserves are at adequate levels and we have a sustainable position in the current account of the balance of payments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The fiscal performance is strong and public sector debt continues to decline at a steady pace. Market interest rates remain generally low. However, the domestic economy continues to operate below its potential. In this context we believe that there is room to accommodate a faster pace of growth in economic activity without compromising the inflation target. In this context, BOJ will maintain an accommodative monetary stance to support a faster return of inflation to the centre of the target,” said the Governor of the Bank of Jamaica, Richard Byles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Lower inflation forecast means good time to drop policy rate – Byles','','inherit','closed','closed','','6532-revision-v1','','','2019-08-29 20:34:01','2019-08-30 01:34:01','',6532,'https://buzz-caribbean.com/article/6532-revision-v1/',0,'revision','',0),(6554,4,'2019-08-29 20:34:24','2019-08-30 01:34:24','<!-- wp:image {\"id\":6534} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Richard-Byles-Image-2-1024x683.jpg\" alt=\"\" class=\"wp-image-6534\" /><figcaption>Governor of the Bank of Jamaica, Richard Byles, earlier today at the Quarterly Monetary Policy Report press conference at Nethersole Place, downtown Kingston</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Earlier this week, the Governor of the Bank of Jamaica ( BOJ) Richard Byles announced the decision to lower the policy rate ( the rate offered on overnight placements with BOJ) by 25 basis points to 0.50 per cent per annum effective 28 August 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at his first Quarterly Monetary Policy Report press conference held at the BOJ’s downtown Kingston headquarters today, Governor Byles explained the rationale behind his decision.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that the decision to cut rates further reflects the BOJ’s assessment that in the absence of additional monetary policy action, inflation is expected to fall below the lower limit of the inflation target of 4.0 per cent to 6.0 per cent at various points over the next eight quarters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1622-1024x683.jpg\" alt=\"\" class=\"wp-image-6541\" /><figcaption>Richard Byles with his deputies at the Quarterly Monetary Policy Report press conference.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“BOJ’s decision to lower the policy rate is therefore solely intended, as usual, to stimulate a faster pace of expansion in private sector credit, which will fuel increased economic activity on the part of businesses and households. This increased economic activity by businesses and households will be accompanied by price pressures and, in that way, the rate cut will support inflation returning to the centre of the target more quickly.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Governor pointed out that credit extended by commercial banks, merchant banks and building societies to private sector businesses and households grew by 16.8 per cent over the 12 months to June 2019, which was above the 12.3 per cent growth experienced a year earlier at June 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However while he sees this as encouraging, he noted it is still not fast enough.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6542,6543,null,6545,6546,null,6548,null,6551,6552]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1631-1024x683.jpg\" alt=\"\" data-id=\"6542\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1631/\" class=\"wp-image-6542\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1634-1024x683.jpg\" alt=\"\" data-id=\"6543\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1634/\" class=\"wp-image-6543\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/b3637c3d-7ae0-4965-b63d-6d49493f50c9\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1547-1024x683.jpg\" alt=\"\" data-id=\"6545\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1547/\" class=\"wp-image-6545\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1532-1024x683.jpg\" alt=\"\" data-id=\"6546\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1532/\" class=\"wp-image-6546\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/2d29d7e8-1e42-450f-911e-ac33355e0e4b\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1542-1024x683.jpg\" alt=\"\" data-id=\"6548\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1542/\" class=\"wp-image-6548\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/c9582fba-78dc-496d-a38e-2ba9304faca7\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1677-1024x683.jpg\" alt=\"\" data-id=\"6551\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1677/\" class=\"wp-image-6551\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1581-1024x704.jpg\" alt=\"\" data-id=\"6552\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1581/\" class=\"wp-image-6552\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Turning his attention to inflation, he declared that there are four main factors that inform the BOJ’s inflation outlook:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Low domestic demand</li><li>Slower growth and lower inflation among Jamaica’s main trading partners</li><li>Decline in crude oil prices</li><li>The impact of change in the fuel mix used in generating electricity.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>As it currently stands, inflation is rising and the Jamaican dollar is depreciating. In STATIN’s latest release, annual headline inflation at July 2019 was 4.3 per cent, up from 4.2 per cent at June 2019 and 3.2 per cent at July 2018. Governor Byles said this was due in the main to increases in the prices of agricultural food items as well as an increase in electricity rates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“BOJ’s view is that the prospects for the Jamaican economy remain positive, even though headwinds are on the horizon. Foreign reserves are at adequate levels and we have a sustainable position in the current account of the balance of payments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The fiscal performance is strong and public sector debt continues to decline at a steady pace. Market interest rates remain generally low. However, the domestic economy continues to operate below its potential. In this context we believe that there is room to accommodate a faster pace of growth in economic activity without compromising the inflation target. In this context, BOJ will maintain an accommodative monetary stance to support a faster return of inflation to the centre of the target,” said the Governor of the Bank of Jamaica, Richard Byles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Lower inflation forecast means good time to drop policy rate – Byles','','inherit','closed','closed','','6532-revision-v1','','','2019-08-29 20:34:24','2019-08-30 01:34:24','',6532,'https://buzz-caribbean.com/article/6532-revision-v1/',0,'revision','',0),(6555,4,'2019-08-29 20:35:00','2019-08-30 01:35:00','<!-- wp:image {\"id\":6534} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Richard-Byles-Image-2-1024x683.jpg\" alt=\"\" class=\"wp-image-6534\" /><figcaption>Governor of the Bank of Jamaica, Richard Byles, earlier today at the Quarterly Monetary Policy Report press conference at Nethersole Place, downtown Kingston</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Earlier this week, the Governor of the Bank of Jamaica ( BOJ) Richard Byles announced the decision to lower the policy rate ( the rate offered on overnight placements with BOJ) by 25 basis points to 0.50 per cent per annum effective 28 August 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at his first Quarterly Monetary Policy Report press conference held at the BOJ’s downtown Kingston headquarters today, Governor Byles explained the rationale behind his decision.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that the decision to cut rates further reflects the BOJ’s assessment that in the absence of additional monetary policy action, inflation is expected to fall below the lower limit of the inflation target of 4.0 per cent to 6.0 per cent at various points over the next eight quarters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1622-1024x683.jpg\" alt=\"\" class=\"wp-image-6541\" /><figcaption>Richard Byles with his deputies at the Quarterly Monetary Policy Report press conference.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“BOJ’s decision to lower the policy rate is therefore solely intended, as usual, to stimulate a faster pace of expansion in private sector credit, which will fuel increased economic activity on the part of businesses and households. This increased economic activity by businesses and households will be accompanied by price pressures and, in that way, the rate cut will support inflation returning to the centre of the target more quickly.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Governor pointed out that credit extended by commercial banks, merchant banks and building societies to private sector businesses and households grew by 16.8 per cent over the 12 months to June 2019, which was above the 12.3 per cent growth experienced a year earlier at June 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However while he sees this as encouraging, he noted it is still not fast enough.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6542,6543,null,6545,6546,null,6548,null,6551,6552]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1631-1024x683.jpg\" alt=\"\" data-id=\"6542\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1631/\" class=\"wp-image-6542\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1634-1024x683.jpg\" alt=\"\" data-id=\"6543\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1634/\" class=\"wp-image-6543\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/b3637c3d-7ae0-4965-b63d-6d49493f50c9\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1547-1024x683.jpg\" alt=\"\" data-id=\"6545\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1547/\" class=\"wp-image-6545\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1532-1024x683.jpg\" alt=\"\" data-id=\"6546\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1532/\" class=\"wp-image-6546\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/2d29d7e8-1e42-450f-911e-ac33355e0e4b\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1542-1024x683.jpg\" alt=\"\" data-id=\"6548\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1542/\" class=\"wp-image-6548\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/c9582fba-78dc-496d-a38e-2ba9304faca7\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1677-1024x683.jpg\" alt=\"\" data-id=\"6551\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1677/\" class=\"wp-image-6551\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1581-1024x704.jpg\" alt=\"\" data-id=\"6552\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1581/\" class=\"wp-image-6552\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Turning his attention to inflation, he declared that there are four main factors that inform the BOJ’s inflation outlook:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Low domestic demand</li><li>Slower growth and lower inflation among Jamaica’s main trading partners</li><li>Decline in crude oil prices</li><li>The impact of change in the fuel mix used in generating electricity.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>As it currently stands, inflation is rising and the Jamaican dollar is depreciating. In STATIN’s latest release, annual headline inflation at July 2019 was 4.3 per cent, up from 4.2 per cent at June 2019 and 3.2 per cent at July 2018. Governor Byles said this was due in the main to increases in the prices of agricultural food items as well as an increase in electricity rates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“BOJ’s view is that the prospects for the Jamaican economy remain positive, even though headwinds are on the horizon. Foreign reserves are at adequate levels and we have a sustainable position in the current account of the balance of payments. The fiscal performance is strong and public sector debt continues to decline at a steady pace. Market interest rates remain generally low. However, the domestic economy continues to operate below its potential. In this context, we believe that there is room to accommodate a faster pace of growth in economic activity without compromising the inflation target. In this context, BOJ will maintain an accommodative monetary stance to support a faster return of inflation to the centre of the target,” said the Governor of the Bank of Jamaica, Richard Byles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Lower inflation forecast means good time to drop policy rate – Byles','','inherit','closed','closed','','6532-revision-v1','','','2019-08-29 20:35:00','2019-08-30 01:35:00','',6532,'https://buzz-caribbean.com/article/6532-revision-v1/',0,'revision','',0),(6556,4,'2019-08-29 20:36:00','2019-08-30 01:36:00','<!-- wp:image {\"id\":6534} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Richard-Byles-Image-2-1024x683.jpg\" alt=\"\" class=\"wp-image-6534\" /><figcaption>Governor of the Bank of Jamaica, Richard Byles, earlier today at the Quarterly Monetary Policy Report press conference at Nethersole Place, downtown Kingston</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Earlier this week, the Governor of the Bank of Jamaica ( BOJ) Richard Byles announced the decision to lower the policy rate ( the rate offered on overnight placements with BOJ) by 25 basis points to 0.50 per cent per annum effective 28 August 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at his first Quarterly Monetary Policy Report press conference held at the BOJ’s downtown Kingston headquarters today, Governor Byles explained the rationale behind his decision.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that the decision to cut rates further reflects the BOJ’s assessment that in the absence of additional monetary policy action, inflation is expected to fall below the lower limit of the inflation target of 4.0 per cent to 6.0 per cent at various points over the next eight quarters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1622-1024x683.jpg\" alt=\"\" class=\"wp-image-6541\" /><figcaption>Richard Byles with his deputies at the Quarterly Monetary Policy Report press conference.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“BOJ’s decision to lower the policy rate is therefore solely intended, as usual, to stimulate a faster pace of expansion in private sector credit, which will fuel increased economic activity on the part of businesses and households. This increased economic activity by businesses and households will be accompanied by price pressures and, in that way, the rate cut will support inflation returning to the centre of the target more quickly.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Governor pointed out that credit extended by commercial banks, merchant banks and building societies to private sector businesses and households grew by 16.8 per cent over the 12 months to June 2019, which was above the 12.3 per cent growth experienced a year earlier at June 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However while he sees this as encouraging, he noted it is still not fast enough.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6542,6543,null,6545,6546,null,6548,null,6551,6552]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1631-1024x683.jpg\" alt=\"\" data-id=\"6542\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1631/\" class=\"wp-image-6542\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1634-1024x683.jpg\" alt=\"\" data-id=\"6543\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1634/\" class=\"wp-image-6543\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/b3637c3d-7ae0-4965-b63d-6d49493f50c9\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1547-1024x683.jpg\" alt=\"\" data-id=\"6545\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1547/\" class=\"wp-image-6545\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1532-1024x683.jpg\" alt=\"\" data-id=\"6546\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1532/\" class=\"wp-image-6546\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/2d29d7e8-1e42-450f-911e-ac33355e0e4b\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1542-1024x683.jpg\" alt=\"\" data-id=\"6548\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1542/\" class=\"wp-image-6548\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/c9582fba-78dc-496d-a38e-2ba9304faca7\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1677-1024x683.jpg\" alt=\"\" data-id=\"6551\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1677/\" class=\"wp-image-6551\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1581-1024x704.jpg\" alt=\"\" data-id=\"6552\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1581/\" class=\"wp-image-6552\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Turning his attention to inflation, he declared that there are four main factors that inform the BOJ’s inflation outlook:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Low domestic demand</strong></li><li><strong>Slower growth and lower inflation among Jamaica’s main trading partners</strong></li><li><strong>Decline</strong><strong> in crude oil prices</strong></li><li><strong>The impact of change in the fuel mix used in generating electricity.</strong></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>As it currently stands, inflation is rising and the Jamaican dollar is depreciating. In STATIN’s latest release, annual headline inflation at July 2019 was 4.3 per cent, up from 4.2 per cent at June 2019 and 3.2 per cent at July 2018. Governor Byles said this was due in the main to increases in the prices of agricultural food items as well as an increase in electricity rates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“BOJ’s view is that the prospects for the Jamaican economy remain positive, even though headwinds are on the horizon. Foreign reserves are at adequate levels and we have a sustainable position in the current account of the balance of payments. The fiscal performance is strong and public sector debt continues to decline at a steady pace. Market interest rates remain generally low. However, the domestic economy continues to operate below its potential. In this context, we believe that there is room to accommodate a faster pace of growth in economic activity without compromising the inflation target. In this context, BOJ will maintain an accommodative monetary stance to support a faster return of inflation to the centre of the target,” said the Governor of the Bank of Jamaica, Richard Byles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Lower inflation forecast means good time to drop policy rate – Byles','','inherit','closed','closed','','6532-revision-v1','','','2019-08-29 20:36:00','2019-08-30 01:36:00','',6532,'https://buzz-caribbean.com/article/6532-revision-v1/',0,'revision','',0),(6557,4,'2019-08-29 20:42:49','2019-08-30 01:42:49','<!-- wp:paragraph -->\n<p>A conglomerate of five Jamaican media enterprises will pool their resources to give unprecedented media coverage of the Red Stripe Premier League football competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Details were disclosed at the launch of the competition Thursday evening at the Jamaica Football Federation (JFF) offices in New Kingston. The coverage will be on different platforms and will give insightful analysis and viewing through the partnership between Phase Three Productions, ReadyTV, Jamaica Observer, CVM TV and KLAS Sports Radio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Titled, 3ROCK, the partnership will expand beyond the shores of Jamaica to give the world an insight into the island\'s top football competition, which will begin on Sunday (Sept 1) with five matches. The first set of matches will be completed with the usual Monday Night Football, the following night.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chris Dehring, chairman of 3ROCK, said: \"The dynamic partnership will deliver for the Red Stripe Premier League, an unprecedented and historic coverage of any league in this country. This is an incredible opportunity for the Red Stripe Premier League to build on its intellectual property.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dehring said that with the partnership, televised matches will jump from 36 to over 200 matches to both the local and international market. He said radio and newspaper coverage will also be increased through KLAS Sports Radio and the Jamaica Observer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that 72 matches will be live on free to air TV through CVM TV with the Premier League Clubs\' Association (PLCA) also launching a television channel, which will be available on all cable operations across Jamaica.<br>Dehring said that this will be the initial year of an arrangement, which is intended to benefit the clubs that are playing in the Red Stripe Premier League monetarily in years to come.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stay tuned to <strong>BUZZ </strong>for dynamic coverage of the season.</p>\n<!-- /wp:paragraph -->','Red Stripe Premier League to get top-class coverage','','inherit','closed','closed','','6537-revision-v1','','','2019-08-29 20:42:49','2019-08-30 01:42:49','',6537,'https://buzz-caribbean.com/article/6537-revision-v1/',0,'revision','',0),(6558,4,'2019-08-29 20:49:02','2019-08-30 01:49:02','','mike-henry','','inherit','open','closed','','mike-henry','','','2019-08-29 20:49:02','2019-08-30 01:49:02','',6537,'https://buzz-caribbean.com/app/uploads/2019/08/mike-henry.jpg',0,'attachment','image/jpeg',0),(6559,4,'2019-08-29 20:49:46','2019-08-30 01:49:46','','DSC_2101','','inherit','open','closed','','dsc_2101','','','2019-08-29 20:49:46','2019-08-30 01:49:46','',6537,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_2101.jpg',0,'attachment','image/jpeg',0),(6560,4,'2019-08-29 20:54:52','2019-08-30 01:54:52','','DSC_2057','','inherit','open','closed','','dsc_2057','','','2019-08-29 20:54:52','2019-08-30 01:54:52','',6537,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_2057.jpg',0,'attachment','image/jpeg',0),(6562,4,'2019-08-29 21:00:45','2019-08-30 02:00:45','','DSC_2047','','inherit','open','closed','','dsc_2047','','','2019-08-29 21:00:45','2019-08-30 02:00:45','',6537,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_2047.jpg',0,'attachment','image/jpeg',0),(6563,4,'2019-08-29 21:00:47','2019-08-30 02:00:47','','DSC_2051','','inherit','open','closed','','dsc_2051','','','2019-08-29 21:00:47','2019-08-30 02:00:47','',6537,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_2051.jpg',0,'attachment','image/jpeg',0),(6564,4,'2019-08-29 21:01:27','2019-08-30 02:01:27','','DSC_2115','','inherit','open','closed','','dsc_2115','','','2019-08-29 21:01:27','2019-08-30 02:01:27','',6537,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_2115.jpg',0,'attachment','image/jpeg',0),(6565,4,'2019-08-29 21:02:05','2019-08-30 02:02:05','','DSC_2062','','inherit','open','closed','','dsc_2062','','','2019-08-29 21:02:05','2019-08-30 02:02:05','',6537,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_2062.jpg',0,'attachment','image/jpeg',0),(6566,4,'2019-08-29 21:02:08','2019-08-30 02:02:08','','DSC_2109','','inherit','open','closed','','dsc_2109','','','2019-08-29 21:02:08','2019-08-30 02:02:08','',6537,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_2109.jpg',0,'attachment','image/jpeg',0),(6567,4,'2019-08-29 21:02:12','2019-08-30 02:02:12','','DSC_2079','','inherit','open','closed','','dsc_2079','','','2019-08-29 21:02:12','2019-08-30 02:02:12','',6537,'https://buzz-caribbean.com/app/uploads/2019/08/DSC_2079.jpg',0,'attachment','image/jpeg',0),(6568,4,'2019-08-29 21:04:08','2019-08-30 02:04:08','<!-- wp:image {\"id\":6559} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2101-1024x683.jpg\" alt=\"\" class=\"wp-image-6559\" /><figcaption>Chris Dehring, chairman of 3ROCK (left), speaking at the Red Stripe Premier League press conference Thursday (Aug 29). In the photo is Chairman of the Premier League Club\'s Association.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A conglomerate of five Jamaican media enterprises will pool their resources to give unprecedented media coverage of the Red Stripe Premier League football competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Details were disclosed at the launch of the competition Thursday evening at the Jamaica Football Federation (JFF) offices in New Kingston. The coverage will be on different platforms and will give insightful analysis and viewing through the partnership between Phase Three Productions, ReadyTV, Jamaica Observer, CVM TV and KLAS Sports Radio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6560} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2057-1024x683.jpg\" alt=\"\" class=\"wp-image-6560\" /><figcaption>Jamaica Observer Managing Director Julian Rogers was also in attendance at the press conference.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Titled, 3ROCK, the partnership will expand beyond the shores of Jamaica to give the world an insight into the island\'s top football competition, which will begin on Sunday (Sept 1) with five matches. The first set of matches will be completed with the usual Monday Night Football, the following night.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chris Dehring, chairman of 3ROCK, said: \"The dynamic partnership will deliver for the Red Stripe Premier League, an unprecedented and historic coverage of any league in this country. This is an incredible opportunity for the Red Stripe Premier League to build on its intellectual property.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dehring said that with the partnership, televised matches will jump from 36 to over 200 matches to both the local and international market. He said radio and newspaper coverage will also be increased through KLAS Sports Radio and the Jamaica Observer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6562,6563,6564,6565,6566,6567]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2047-1024x683.jpg\" alt=\"\" data-id=\"6562\" data-link=\"https://buzz-caribbean.com/?attachment_id=6562\" class=\"wp-image-6562\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2051-1024x683.jpg\" alt=\"\" data-id=\"6563\" data-link=\"https://buzz-caribbean.com/?attachment_id=6563\" class=\"wp-image-6563\" /><figcaption>President of the Jamaica Football Federation Michael Ricketts. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2115-1024x683.jpg\" alt=\"\" data-id=\"6564\" data-link=\"https://buzz-caribbean.com/?attachment_id=6564\" class=\"wp-image-6564\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2062-1024x683.jpg\" alt=\"\" data-id=\"6565\" data-link=\"https://buzz-caribbean.com/?attachment_id=6565\" class=\"wp-image-6565\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2109-1024x683.jpg\" alt=\"\" data-id=\"6566\" data-link=\"https://buzz-caribbean.com/?attachment_id=6566\" class=\"wp-image-6566\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2079-1024x683.jpg\" alt=\"\" data-id=\"6567\" data-link=\"https://buzz-caribbean.com/?attachment_id=6567\" class=\"wp-image-6567\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>He said that 72 matches will be live on free to air TV through CVM TV with the Premier League Clubs\' Association (PLCA) also launching a television channel, which will be available on all cable operations across Jamaica.<br>Dehring said that this will be the initial year of an arrangement, which is intended to benefit the clubs that are playing in the Red Stripe Premier League monetarily in years to come.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stay tuned to <strong>BUZZ </strong>for dynamic coverage of the season.</p>\n<!-- /wp:paragraph -->','Red Stripe Premier League to get top-class coverage','','inherit','closed','closed','','6537-revision-v1','','','2019-08-29 21:04:08','2019-08-30 02:04:08','',6537,'https://buzz-caribbean.com/article/6537-revision-v1/',0,'revision','',0),(6569,4,'2019-08-29 21:15:41','2019-08-30 02:15:41','<!-- wp:image {\"id\":6559} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2101-1024x683.jpg\" alt=\"\" class=\"wp-image-6559\" /><figcaption>Chris Dehring, chairman of 3ROCK (left), speaking at the Red Stripe Premier League press conference Thursday (Aug 29). In the photo is Chairman of the Premier League Club\'s Association.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A conglomerate of five Jamaican media enterprises will pool their resources to give unprecedented media coverage of the Red Stripe Premier League football competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Details were disclosed at the launch of the competition Thursday evening at the Jamaica Football Federation (JFF) offices in New Kingston. The coverage will be on different platforms and will give insightful analysis and viewing through the partnership between Phase Three Productions, ReadyTV, Jamaica Observer, CVM TV and KLAS Sports Radio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6560} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2057-1024x683.jpg\" alt=\"\" class=\"wp-image-6560\" /><figcaption>Jamaica Observer Managing Director Julian Rogers was also in attendance at the press conference.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Titled, 3ROCK, the partnership will expand beyond the shores of Jamaica to give the world an insight into the island\'s top football competition, which will begin on Sunday (Sept 1) with five matches. The first set of matches will be completed with the usual Monday Night Football, the following night.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chris Dehring, chairman of 3ROCK, said: \"The dynamic partnership will deliver for the Red Stripe Premier League, an unprecedented and historic coverage of any league in this country. This is an incredible opportunity for the Red Stripe Premier League to build on its intellectual property.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dehring said that with the partnership, televised matches will jump from 36 to over 200 matches to both the local and international market. He said radio and newspaper coverage will also be increased through KLAS Sports Radio and the Jamaica Observer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"6562\",\"6563\",\"6564\",\"6565\",\"6566\",\"6567\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2047-1024x683.jpg\" alt=\"\" data-id=\"6562\" data-link=\"https://buzz-caribbean.com/?attachment_id=6562\" class=\"wp-image-6562\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2051-1024x683.jpg\" alt=\"\" data-id=\"6563\" data-link=\"https://buzz-caribbean.com/?attachment_id=6563\" class=\"wp-image-6563\" /><figcaption>President of the Jamaica Football Federation Michael Ricketts. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2115-1024x683.jpg\" alt=\"\" data-id=\"6564\" data-link=\"https://buzz-caribbean.com/?attachment_id=6564\" class=\"wp-image-6564\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2062-1024x683.jpg\" alt=\"\" data-id=\"6565\" data-link=\"https://buzz-caribbean.com/?attachment_id=6565\" class=\"wp-image-6565\" /><figcaption>Red Stripe Senior Brand Manager Andrew Anguin.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2109-1024x683.jpg\" alt=\"\" data-id=\"6566\" data-link=\"https://buzz-caribbean.com/?attachment_id=6566\" class=\"wp-image-6566\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2079-1024x683.jpg\" alt=\"\" data-id=\"6567\" data-link=\"https://buzz-caribbean.com/?attachment_id=6567\" class=\"wp-image-6567\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>He said that 72 matches will be live on free to air TV through CVM TV with the Premier League Clubs\' Association (PLCA) also launching a television channel, which will be available on all cable operations across Jamaica.<br>Dehring said that this will be the initial year of an arrangement, which is intended to benefit the clubs that are playing in the Red Stripe Premier League monetarily in years to come.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stay tuned to <strong>BUZZ </strong>for dynamic coverage of the season.</p>\n<!-- /wp:paragraph -->','Red Stripe Premier League to get top-class coverage','','inherit','closed','closed','','6537-revision-v1','','','2019-08-29 21:15:41','2019-08-30 02:15:41','',6537,'https://buzz-caribbean.com/article/6537-revision-v1/',0,'revision','',0),(6571,12,'2019-08-30 09:08:59','2019-08-30 14:08:59','','Terms and Conditions','','inherit','closed','closed','','16-revision-v1','','','2019-08-30 09:08:59','2019-08-30 14:08:59','',16,'https://buzz-caribbean.com/article/16-revision-v1/',0,'revision','',0),(6572,4,'2019-08-30 09:45:07','2019-08-30 14:45:07','<!-- wp:paragraph -->\n<p>No-Maddz Hope to be the contemporary pilots of reggae to make the genre bust out of the ‘niche category’ overseas as they release their new Heaven On Earth album.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Their vision is to bring reggae back to its former glory days where the icons like “Bob Marley and Peter Tosh who were very New, Different and Fresh” in their prime,  captured the hearts and minds of music lovers around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No-Maddz went into a record store in New York and found Reggae records few and in a back room. The feeling was that the STORE treated the international genre as a niche and that should not be the case. The two Prominent Jamaican actors and Artistes Sheldon ‘Sheppie’  Shepperd and Everaldo ‘evie’ Creary were disheartened by the poor representation of Reggae music in the music hub.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sheppie said, “Somehow since the works that Bob Marley, Peter Tosh and the like there has been a slow pace in terms of international recognition.” Everyone is regurgitating what Bob and Tosh did.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nomaddz, The Roots Reggae Dub Poetry Duo, release their new album Heaven On Earth, H.O.E. on august 30, 2019 and have partnered with the dynamic Mega Producer MC Walshy Fire from supergroup Major Lazer who has recognized their ‘special’ talent. The album will be available across digital streaming and download platforms, and in physical (cd and vinyl) form. Following the release on Friday The No-Maddz will prepare to announce their “Heaven On Earth” Tour that will bring their new music to live audiences across the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“working with walsy fire was something we wanted to do because we see him as someone as a producer that channels&nbsp; music into many different audiences’ music lovers, people who are buying music and going to festivals….it was a deliberate idea to merge his talents and experiences with our talents and our strengths as well.” “Walshy heard the song Heaven On Earth and did a cartwheel in the living room and said this song, this album this project made him want to get up and do something.” Shepperd told BUZZ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The independently produced and released album also presents collaborations with artists including Idris Elba and Grammy nominated Kumar (formerly of Raging Fyah). It also introduces the work of up-andcoming producer, The Wixard, daughter of the legendary Beres Hammond. “Heaven On Earth” is a commentary on the social constructs that affect Jamaica, and reflects on the hardships and triumphs that people all over the world face. Through this album, The No-Maddz’ activism is that of artistic celebration, economic advancement, and the nurturing of the beauty of humanity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We intend to see this project as one of the greatest ever in the world not only in the Reggae genre but in terms of music in general. We have high intentions and we intend to garner mass appeal with this project, you nah mean?, We wouldn’t mind getting the accolades and respect of our peers that’s a given, the respect of the listeners and the accolades of the industry, your talking about all the awards that musicians and music can receive grammys etc. We opened the flood gates and are open to receive all the blessings that this project can bring forward to us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> The previous album, “Sly and Robbie presents No-Maddz” (released in 2015) was well received and was listed among the 10 Best Reggae Albums of that year by Billboard Magazine. Formerly a band of four, The No-Maddz decided to move forward as a duo after the release of their first album. The current members are both recipients of the prestigious Jamaican Prime Minister’s Youth Award for Excellence in Arts and Culture.</p>\n<!-- /wp:paragraph -->','nomaddz','','inherit','closed','closed','','6520-revision-v1','','','2019-08-30 09:45:07','2019-08-30 14:45:07','',6520,'https://buzz-caribbean.com/article/6520-revision-v1/',0,'revision','',0),(6573,14,'2019-08-30 10:22:47','2019-08-30 15:22:47','<!-- wp:image {\"id\":6574} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ruel-reid-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-6574\" /><figcaption>Former Minister of Education and Senator Ruel Reid (Photo: YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Embattled former Cabinet minister Ruel Reid has removed the ‘Senator’ status from his <a href=\"https://www.facebook.com/SenatorRuelReid/\">official Facebook page</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nearly all of Reid’s 25,000+ followers were notified of the title change on Wednesday, August 28.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Facebook update comes months after Reid was fired by Prime Minister Andrew Holness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holness\' response was swift and decisive, as details emerged of gross misconduct and misuse of public funds within the Ministry of Education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6575} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ruel-reid-buzz-demo-2-1024x809.jpg\" alt=\"\" class=\"wp-image-6575\" /><figcaption>Embattled former Senator Ruel Reid may be facing criminal charges should he be implicated in a JCF probe into misuse of public funds within the Ministry of Education (Photo: Jamaica Information Service)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As head of the Ministry of Education for nearly three years, Reid\'s resignation sent shockwaves through Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Blessings to you all. Keep the faith,” was\nhis last post on Facebook, dated August 14.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4346} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-in-a-suit-1024x659.jpg\" alt=\"\" class=\"wp-image-4346\" /><figcaption>Prime Minister Andrew Holness (Photo: Twitter @AndrewHolnessJM)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reid resigned from the Andrew Holness-led Cabinet on March 20.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a statement from PM Holness, Reid also resigned from the Senate with immediate effect.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speculations spread after Opposition Leader Dr. Peter Phillips issued a statement in Parliament back in March — alleging the misuse of public funds by Reid’s Education Ministry and the Caribbean Maritime University (CMU).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6581} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/caribbean-maritime-university-demo-buzz-1024x706.jpeg\" alt=\"\" class=\"wp-image-6581\" /><figcaption>Photo: PripsJamaica.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A probe into the scope of the scandal is being spearheaded by the Jamaica Constabulary Force (JCF), with Reid being considered a subject for criminal charges.</p>\n<!-- /wp:paragraph -->','Ruel Reid removes \'Senator\' from official Facebook page','','publish','open','closed','','ruel-reid-removes-senator-from-official-facebook-page','','','2019-08-31 14:43:13','2019-08-31 19:43:13','',0,'https://buzz-caribbean.com/?p=6573',0,'post','',0),(6574,14,'2019-08-30 09:59:11','2019-08-30 14:59:11','','ruel-reid-buzz-demo','','inherit','open','closed','','ruel-reid-buzz-demo','','','2019-08-30 09:59:11','2019-08-30 14:59:11','',6573,'https://buzz-caribbean.com/app/uploads/2019/08/ruel-reid-buzz-demo.jpg',0,'attachment','image/jpeg',0),(6575,14,'2019-08-30 10:01:06','2019-08-30 15:01:06','','ruel-reid-buzz-demo-2','','inherit','open','closed','','ruel-reid-buzz-demo-2','','','2019-08-30 10:01:06','2019-08-30 15:01:06','',6573,'https://buzz-caribbean.com/app/uploads/2019/08/ruel-reid-buzz-demo-2.jpg',0,'attachment','image/jpeg',0),(6576,9,'2019-08-30 10:03:20','2019-08-30 15:03:20','<!-- wp:image {\"id\":6509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-children-1024x744.jpg\" alt=\"\" class=\"wp-image-6509\" /><figcaption>Dr Peter Phillips flocked by children from his East Central St Andrew constituency.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr. Peter Phillips. \'Mr Fix It\'. The man, who over time held the most ministerial positions and successfully run them. President of the largest political movement in the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His job entails him meeting with a variety of government, non-government, political and non-political groups, as well as individuals across the island.  Plus he\'s also facing a challenge from fellow Comrade Peter Bunting for the leadership of the People\'s National Party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sounds like a big job that hardly leaves any free time. However, Phillips still manages to find time to take a load off. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6518} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-high-five--1024x683.jpg\" alt=\"\" class=\"wp-image-6518\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Here are four things Phillips does to unwind:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Music</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stemming from his days when he was a Rastafarian and attending University of the West Indies Phillips always loved listening to a wide range of music to include Reggae, Classical, dancehall, R&amp;B, Blues and Ska.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6516} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-wiith-the-people-1024x775.jpg\" alt=\"\" class=\"wp-image-6516\" /><figcaption>Dr Phillips and some members of his constituency during Labour Day activities.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Sports</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Although he has never been a sports minister position, he loves sports. He played cricket at the high school level. During his free time, he brings himself up to speed on the latest records being broken or the latest achievements in all types of sporting discipline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6517} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-domino-1024x683.jpg\" alt=\"\" class=\"wp-image-6517\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Telling jokes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A man who finds humour in things that many persons would gloss over, Phillips loves retelling jokes he\'s heard or making up some to share with his team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Swimming</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>One way in which the Opposition leader relaxes is taking to the water. Whether it\'s the sea or the pool, Phillips loves the water. According to one insider, he seems at peace when he swims.</p>\n<!-- /wp:paragraph -->','How \'Mr Fix It\' relaxes: Dr Peter Phillips finds time to unwind','','inherit','closed','closed','','6505-revision-v1','','','2019-08-30 10:03:20','2019-08-30 15:03:20','',6505,'https://buzz-caribbean.com/article/6505-revision-v1/',0,'revision','',0),(6578,11,'2019-08-30 10:04:31','2019-08-30 15:04:31','<!-- wp:image {\"id\":6534} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Richard-Byles-Image-2-1024x683.jpg\" alt=\"\" class=\"wp-image-6534\" /><figcaption>Governor of the Bank of Jamaica, Richard Byles, earlier today at the Quarterly Monetary Policy Report press conference at Nethersole Place, downtown Kingston</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Earlier this week, the Governor of the Bank of Jamaica ( BOJ) Richard Byles announced the decision to lower the policy rate ( the rate offered on overnight placements with BOJ) by 25 basis points to 0.50 per cent per annum effective 28 August 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at his first Quarterly Monetary Policy Report press conference held at the BOJ’s downtown Kingston headquarters today, Governor Byles explained the rationale behind his decision.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that the decision to cut rates further reflects the BOJ’s assessment that in the absence of additional monetary policy action, inflation is expected to fall below the lower limit of the inflation target of 4.0 per cent to 6.0 per cent at various points over the next eight quarters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1622-1024x683.jpg\" alt=\"\" class=\"wp-image-6541\" /><figcaption>Richard Byles with his deputies at the Quarterly Monetary Policy Report press conference.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“BOJ’s decision to lower the policy rate is therefore solely intended, as usual, to stimulate a faster pace of expansion in private sector credit, which will fuel increased economic activity on the part of businesses and households. This increased economic activity by businesses and households will be accompanied by price pressures and, in that way, the rate cut will support inflation returning to the centre of the target more quickly.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Governor pointed out that credit extended by commercial banks, merchant banks and building societies to private sector businesses and households grew by 16.8 per cent over the 12 months to June 2019, which was above the 12.3 per cent growth experienced a year earlier at June 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However while he sees this as encouraging, he noted it is still not fast enough.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"6542\",\"6543\",\"6545\",\"6546\",\"6548\",\"6551\",\"6552\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1631-1024x683.jpg\" alt=\"\" data-id=\"6542\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1631/\" class=\"wp-image-6542\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1634-1024x683.jpg\" alt=\"\" data-id=\"6543\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1634/\" class=\"wp-image-6543\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1547-1024x683.jpg\" alt=\"\" data-id=\"6545\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1547/\" class=\"wp-image-6545\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1532-1024x683.jpg\" alt=\"\" data-id=\"6546\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1532/\" class=\"wp-image-6546\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1542-1024x683.jpg\" alt=\"\" data-id=\"6548\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1542/\" class=\"wp-image-6548\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1677-1024x683.jpg\" alt=\"\" data-id=\"6551\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1677/\" class=\"wp-image-6551\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1581-1024x704.jpg\" alt=\"\" data-id=\"6552\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1581/\" class=\"wp-image-6552\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Turning his attention to inflation, he declared that there are four main factors that inform the BOJ’s inflation outlook:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Low domestic demand</strong></li><li><strong>Slower growth and lower inflation among Jamaica’s main trading partners</strong></li><li><strong>Decline</strong><strong> in crude oil prices</strong></li><li><strong>The impact of change in the fuel mix used in generating electricity.</strong></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>As it currently stands, inflation is rising and the Jamaican dollar is depreciating. In STATIN’s latest release, annual headline inflation at July 2019 was 4.3 per cent, up from 4.2 per cent at June 2019 and 3.2 per cent at July 2018. Governor Byles said this was due in the main to increases in the prices of agricultural food items as well as an increase in electricity rates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“BOJ’s view is that the prospects for the Jamaican economy remain positive, even though headwinds are on the horizon. Foreign reserves are at adequate levels and we have a sustainable position in the current account of the balance of payments. The fiscal performance is strong and public sector debt continues to decline at a steady pace. Market interest rates remain generally low. However, the domestic economy continues to operate below its potential. In this context, we believe that there is room to accommodate a faster pace of growth in economic activity without compromising the inflation target. In this context, BOJ will maintain an accommodative monetary stance to support a faster return of inflation to the centre of the target,” said the Governor of the Bank of Jamaica, Richard Byles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Lower inflation forecast means good time to drop policy rate – Byles','','inherit','closed','closed','','6532-revision-v1','','','2019-08-30 10:04:31','2019-08-30 15:04:31','',6532,'https://buzz-caribbean.com/article/6532-revision-v1/',0,'revision','',0),(6579,11,'2019-08-30 10:06:09','2019-08-30 15:06:09','<!-- wp:image {\"id\":6534} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Richard-Byles-Image-2-1024x683.jpg\" alt=\"\" class=\"wp-image-6534\" /><figcaption>Governor of the Bank of Jamaica, Richard Byles, earlier today at the Quarterly Monetary Policy Report press conference at Nethersole Place, downtown Kingston</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Earlier this week, the Governor of the Bank of Jamaica ( BOJ) Richard Byles announced the decision to lower the policy rate ( the rate offered on overnight placements with BOJ) by 25 basis points to 0.50 per cent per annum effective 28 August 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at his first Quarterly Monetary Policy Report press conference held at the BOJ’s downtown Kingston headquarters today, Governor Byles explained the rationale behind his decision.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that the decision to cut rates further reflects the BOJ’s assessment that in the absence of additional monetary policy action, inflation is expected to fall below the lower limit of the inflation target of 4.0 per cent to 6.0 per cent at various points over the next eight quarters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1622-1024x683.jpg\" alt=\"\" class=\"wp-image-6541\" /><figcaption>Richard Byles with his deputies at the Quarterly Monetary Policy Report press conference.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“BOJ’s decision to lower the policy rate is therefore solely intended, as usual, to stimulate a faster pace of expansion in private sector credit, which will fuel increased economic activity on the part of businesses and households. This increased economic activity by businesses and households will be accompanied by price pressures and, in that way, the rate cut will support inflation returning to the centre of the target more quickly.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Governor pointed out that credit extended by commercial banks, merchant banks and building societies to private sector businesses and households grew by 16.8 per cent over the 12 months to June 2019, which was above the 12.3 per cent growth experienced a year earlier at June 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However while he sees this as encouraging, he noted it is still not fast enough.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"6542\",\"6543\",\"6545\",\"6546\",\"6548\",\"6551\",\"6552\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1631-1024x683.jpg\" alt=\"\" data-id=\"6542\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1631/\" class=\"wp-image-6542\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1634-1024x683.jpg\" alt=\"\" data-id=\"6543\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1634/\" class=\"wp-image-6543\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1547-1024x683.jpg\" alt=\"\" data-id=\"6545\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1547/\" class=\"wp-image-6545\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1532-1024x683.jpg\" alt=\"\" data-id=\"6546\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1532/\" class=\"wp-image-6546\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1542-1024x683.jpg\" alt=\"\" data-id=\"6548\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1542/\" class=\"wp-image-6548\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1677-1024x683.jpg\" alt=\"\" data-id=\"6551\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1677/\" class=\"wp-image-6551\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1581-1024x704.jpg\" alt=\"\" data-id=\"6552\" data-link=\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/img_1581/\" class=\"wp-image-6552\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Turning his attention to inflation, he declared that there are four main factors that inform the BOJ’s inflation outlook:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Low domestic demand</strong></li><li><strong>Slower growth and lower inflation among Jamaica’s main trading partners</strong></li><li><strong>Decline</strong><strong> in crude oil prices</strong></li><li><strong>The impact of change in the fuel mix used in generating electricity.</strong></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>As it currently stands, inflation is rising and the Jamaican dollar is depreciating. In STATIN’s latest release, annual headline inflation at July 2019 was 4.3 per cent, up from 4.2 per cent at June 2019 and 3.2 per cent at July 2018. Governor Byles said this was due in the main to increases in the prices of agricultural food items as well as an increase in electricity rates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“BOJ’s view is that the prospects for the Jamaican economy remain positive, even though headwinds are on the horizon. Foreign reserves are at adequate levels and we have a sustainable position in the current account of the balance of payments. The fiscal performance is strong and public sector debt continues to decline at a steady pace. Market interest rates remain generally low. However, the domestic economy continues to operate below its potential. In this context, we believe that there is room to accommodate a faster pace of growth in economic activity without compromising the inflation target. In this context, BOJ will maintain an accommodative monetary stance to support a faster return of inflation to the centre of the target,” said the Governor of the Bank of Jamaica, Richard Byles.</p>\n<!-- /wp:paragraph -->','Lower inflation forecast means good time to drop policy rate – Byles','','inherit','closed','closed','','6532-revision-v1','','','2019-08-30 10:06:09','2019-08-30 15:06:09','',6532,'https://buzz-caribbean.com/article/6532-revision-v1/',0,'revision','',0),(6580,11,'2019-08-30 10:08:27','2019-08-30 15:08:27','<!-- wp:image {\"id\":6559} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2101-1024x683.jpg\" alt=\"\" class=\"wp-image-6559\" /><figcaption>Chris Dehring, chairman of 3ROCK (left), speaking at the Red Stripe Premier League press conference Thursday (Aug 29). In the photo is Chairman of the Premier League Club\'s Association.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A conglomerate of five Jamaican media enterprises will pool their resources to give unprecedented media coverage of the Red Stripe Premier League football competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Details were disclosed at the launch of the competition Thursday evening at the Jamaica Football Federation (JFF) offices in New Kingston. The coverage will be on different platforms and will give insightful analysis and viewing through the partnership between Phase Three Productions, ReadyTV, Jamaica Observer, CVM TV and KLAS Sports Radio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6560} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2057-1024x683.jpg\" alt=\"\" class=\"wp-image-6560\" /><figcaption>Jamaica Observer Managing Director Julian Rogers was also in attendance at the press conference.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Titled, 3ROCK, the partnership will expand beyond the shores of Jamaica to give the world an insight into the island\'s top football competition, which will begin on Sunday (Sept 1) with five matches. The first set of matches will be completed with the usual Monday Night Football, the following night.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chris Dehring, chairman of 3ROCK, said: \"The dynamic partnership will deliver for the Red Stripe Premier League, an unprecedented and historic coverage of any league in this country. This is an incredible opportunity for the Red Stripe Premier League to build on its intellectual property.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dehring said that with the partnership, televised matches will jump from 36 to over 200 matches to both the local and international market. He said radio and newspaper coverage will also be increased through KLAS Sports Radio and the Jamaica Observer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"6562\",\"6563\",\"6564\",\"6565\",\"6566\",\"6567\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2047-1024x683.jpg\" alt=\"\" data-id=\"6562\" data-link=\"https://buzz-caribbean.com/?attachment_id=6562\" class=\"wp-image-6562\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2051-1024x683.jpg\" alt=\"\" data-id=\"6563\" data-link=\"https://buzz-caribbean.com/?attachment_id=6563\" class=\"wp-image-6563\" /><figcaption>President of the Jamaica Football Federation Michael Ricketts. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2115-1024x683.jpg\" alt=\"\" data-id=\"6564\" data-link=\"https://buzz-caribbean.com/?attachment_id=6564\" class=\"wp-image-6564\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2062-1024x683.jpg\" alt=\"\" data-id=\"6565\" data-link=\"https://buzz-caribbean.com/?attachment_id=6565\" class=\"wp-image-6565\" /><figcaption>Red Stripe Senior Brand Manager Andrew Anguin.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2109-1024x683.jpg\" alt=\"\" data-id=\"6566\" data-link=\"https://buzz-caribbean.com/?attachment_id=6566\" class=\"wp-image-6566\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2079-1024x683.jpg\" alt=\"\" data-id=\"6567\" data-link=\"https://buzz-caribbean.com/?attachment_id=6567\" class=\"wp-image-6567\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>He said that 72 matches will be live on free to air TV through CVM TV with the Premier League Clubs\' Association (PLCA) also launching a television channel, which will be available on all cable operations across Jamaica.<br>Dehring said that this will be the initial year of an arrangement, which is intended to benefit the clubs that are playing in the Red Stripe Premier League monetarily in years to come.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stay tuned to <strong>BUZZ </strong>for dynamic coverage of the season.</p>\n<!-- /wp:paragraph -->','Red Stripe Premier League to get top-class coverage','','inherit','closed','closed','','6537-autosave-v1','','','2019-08-30 10:08:27','2019-08-30 15:08:27','',6537,'https://buzz-caribbean.com/article/6537-autosave-v1/',0,'revision','',0),(6581,14,'2019-08-30 10:08:54','2019-08-30 15:08:54','','caribbean-maritime-university-demo-buzz','','inherit','open','closed','','caribbean-maritime-university-demo-buzz','','','2019-08-30 10:08:54','2019-08-30 15:08:54','',6573,'https://buzz-caribbean.com/app/uploads/2019/08/caribbean-maritime-university-demo-buzz.jpeg',0,'attachment','image/jpeg',0),(6583,4,'2019-08-30 10:15:23','2019-08-30 15:15:23','<!-- wp:paragraph -->\n<p>No-Maddz is on a mission. As stated by the group, that mission is to help return the reggae genre to its glory days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No-Maddz hopes to do that starting with overseas as they release their new Heaven On Earth album.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Their vision is to bring reggae back to its former glory days where the icons like “Bob Marley and Peter Tosh who were very New, Different and Fresh” in their prime,&nbsp; captured the hearts and minds of music lovers around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No-Maddz went into a record store in New York and found Reggae records few and in a back room. The feeling was that the STORE treated the international genre as a niche and that should not be the case. The two Prominent Jamaican actors and Artistes Sheldon ‘Sheppie’&nbsp; Shepperd and Everaldo ‘evie’ Creary were disheartened by the poor representation of Reggae music in the music hub.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sheppie said, “Somehow since the works that Bob Marley, Peter Tosh and the like there has been a slow pace in terms of international recognition.” Everyone is regurgitating what Bob and Tosh did.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nomaddz, The Roots Reggae Dub Poetry Duo, release their new album Heaven On Earth, H.O.E. on august 30, 2019 and have partnered with the dynamic Mega Producer MC Walshy Fire from supergroup Major Lazer who has recognized their ‘special’ talent. The album will be available across digital streaming and download platforms, and in physical (cd and vinyl) form. Following the release on Friday The No-Maddz will prepare to announce their “Heaven On Earth” Tour that will bring their new music to live audiences across the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“working with walsy fire was something we wanted to do because we see him as someone as a producer that channels&nbsp; music into many different audiences’ music lovers, people who are buying music and going to festivals….it was a deliberate idea to merge his talents and experiences with our talents and our strengths as well.” “Walshy heard the song Heaven On Earth and did a cartwheel in the living room and said this song, this album this project made him want to get up and do something.” Shepperd told BUZZ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The independently produced and released album also presents collaborations with artists including Idris Elba and Grammy nominated Kumar (formerly of Raging Fyah). It also introduces the work of up-andcoming producer, The Wixard, daughter of the legendary Beres Hammond. “Heaven On Earth” is a commentary on the social constructs that affect Jamaica, and reflects on the hardships and triumphs that people all over the world face. Through this album, The No-Maddz’ activism is that of artistic celebration, economic advancement, and the nurturing of the beauty of humanity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We intend to see this project as one of the greatest ever in the world not only in the Reggae genre but in terms of music in general. We have high intentions and we intend to garner mass appeal with this project, you nah mean?, We wouldn’t mind getting the accolades and respect of our peers that’s a given, the respect of the listeners and the accolades of the industry, your talking about all the awards that musicians and music can receive grammys etc. We opened the flood gates and are open to receive all the blessings that this project can bring forward to us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> The previous album, “Sly and Robbie presents No-Maddz” (released in 2015) was well received and was listed among the 10 Best Reggae Albums of that year by Billboard Magazine. Formerly a band of four, The No-Maddz decided to move forward as a duo after the release of their first album. The current members are both recipients of the prestigious Jamaican Prime Minister’s Youth Award for Excellence in Arts and Culture.</p>\n<!-- /wp:paragraph -->','nomaddz','','inherit','closed','closed','','6520-revision-v1','','','2019-08-30 10:15:23','2019-08-30 15:15:23','',6520,'https://buzz-caribbean.com/article/6520-revision-v1/',0,'revision','',0),(6584,14,'2019-08-30 10:22:47','2019-08-30 15:22:47','<!-- wp:image {\"id\":6574} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ruel-reid-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-6574\" /><figcaption>Former Minister of Education and Senator Ruel Reid (Photo: YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Embattled former Cabinet minister Ruel Reid has removed the ‘Senator’ status from his <a href=\"https://www.facebook.com/SenatorRuelReid/\">official Facebook page</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nearly all of Reid’s 25,000+ followers were notified of the title change on Wednesday, August 28.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Facebook update comes months after Reid was fired by Prime Minister Andrew Holness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holness response was swift and decisive as details emerged of gross misconduct and misuse of public funds within the Ministry of Education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6575} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ruel-reid-buzz-demo-2-1024x809.jpg\" alt=\"\" class=\"wp-image-6575\" /><figcaption>Embattled former Senator Ruel Reid may be facing criminal charges should he be implicated in a JCF probe into misuse of public funds within the Ministry of Education (Photo: Jamaica Information Service)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As head of the Ministry of Education for nearly three years, Reid\'s resignation sent shockwaves through Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Blessings to you all. Keep the faith,” was\nhis last post on Facebook, dated August 14.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4346} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-in-a-suit-1024x659.jpg\" alt=\"\" class=\"wp-image-4346\" /><figcaption>Prime Minister Andrew Holness (Photo: Twitter @AndrewHolnessJM)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reid resigned from the Andrew Holness-led Cabinet on March 20.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a statement from PM Holness, Reid also resigned from the Senate with immediate effect.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speculations spread after Opposition Leader Dr. Peter Phillips issued a statement in Parliament back in March — alleging the misuse of public funds by Reid’s Education Ministry and the Caribbean Maritime University (CMU).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6581} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/caribbean-maritime-university-demo-buzz-1024x706.jpeg\" alt=\"\" class=\"wp-image-6581\" /><figcaption>Photo: PripsJamaica.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A probe into the scope of the scandal is being spearheaded by the Jamaica Constabulary Force (JCF), with Reid being considered a subject for criminal charges.</p>\n<!-- /wp:paragraph -->','Ruel Reid removes \'Senator\' from official Facebook page','','inherit','closed','closed','','6573-revision-v1','','','2019-08-30 10:22:47','2019-08-30 15:22:47','',6573,'https://buzz-caribbean.com/article/6573-revision-v1/',0,'revision','',0),(6587,23,'2019-08-30 11:03:13','2019-08-30 16:03:13','<!-- wp:image {\"id\":6588} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jah-Cure-1024x684.jpg\" alt=\"Jamaican singer Jah Cure releases his new album on August 30\" class=\"wp-image-6588\" /><figcaption>Jamaican singer Jah Cure releases his new album on August 30. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Grammy-nominated Jamaican artiste Jah Cure released his eighth studio\nalbum on Friday. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 14-track project, titled <strong>Royal Soldier</strong>, is being released via\nVP Records, and it features acts like Damian ‘Jr Gong’ Marley, Tory Lanez,\nPhyllisia Ross, Popcaan, Mya, Melonie Fonia, Capleton and others. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6591} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jah-cure-20190830-689x1024.jpg\" alt=\"\" class=\"wp-image-6591\" /><figcaption>Jah Cure (Photo: Instagram @therealjahcure)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In June, Jah Cure began the ‘Royal Soldier Tour’ that covered countries\nin the Caribbean, South America, Europe and Africa. The tour ended on August 24\nin Amsterdam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And although the album is being made available on all platforms on August 30, Jah Cure has been giving fans a taste of the album with songs like <strong>Pretty Face</strong> and <strong>Marijuana</strong> featuring Damian Marley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Jah Cure is a ‘Royal Soldier’: Entertainer releases new album','','publish','open','closed','','jah-cure-is-a-royal-soldier-entertainer-releases-new-album','','','2019-08-30 11:03:14','2019-08-30 16:03:14','',0,'https://buzz-caribbean.com/?p=6587',0,'post','',0),(6588,9,'2019-08-30 10:57:16','2019-08-30 15:57:16','','Jah-Cure','','inherit','open','closed','','jah-cure','','','2019-08-30 10:57:16','2019-08-30 15:57:16','',6587,'https://buzz-caribbean.com/app/uploads/2019/08/Jah-Cure.jpg',0,'attachment','image/jpeg',0),(6589,11,'2019-08-30 10:57:25','2019-08-30 15:57:25','<!-- wp:image {\"id\":6523} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Richard-Byles-1024x683.jpg\" alt=\"\" class=\"wp-image-6523\" /><figcaption>Governor of the Bank of Jamaica, Richard Byles</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking at his first Quarterly Monetary Policy Report as Governor of the Bank of Jamaica (BOJ), Richard Byles expressed his confidence in Jamaica and its economy.<br><br> Addressing journalists, financial sector professionals, and public sector operatives at the BOJ’s Nethersole Place headquarters in downtown Kingston earlier today, Byles said: “ I start this journey at a time when Jamaica’s economy looks better in a long time but also at a time when the global economy faces clouds of uncertainty. If I never knew before, now I know why economists are so addicted to the phrase, “on the other hand!”<br><br> “I start this journey with a confidence because I am a Jamaican who believes in the potential of Jamaica and the economy. I am proud of the hard work we have done across political administrations to move the economy forward. We have a great foundation to build on and I am inspired to take the baton from Governor Wynter and play my part in the process.<br><br> “I am happy that one of my first tasks as Governor is to face you in a press conference because communication is as critical to monetary policy as journalism is to a sound democracy. We all want an informed and educated public on economic matters. This is therefore one of the most important parts of my job and I’m glad to get started so early.\"</p>\n<!-- /wp:paragraph -->','I believe in the potential of Jamaica and its economy- Governor Richard Byles','','inherit','closed','closed','','6522-revision-v1','','','2019-08-30 10:57:25','2019-08-30 15:57:25','',6522,'https://buzz-caribbean.com/article/6522-revision-v1/',0,'revision','',0),(6590,21,'2019-08-30 11:34:28','2019-08-30 16:34:28','<!-- wp:paragraph -->\n<p><strong>English Premier League (EPL)</strong> guru Richard Scudamore will visit Jamaica on Tuesday (September 3) to help structure the business model of the island’s top tier football competition the <strong><a href=\"https://buzz-caribbean.com/article/red-stripe-premier-league-to-get-top-class-coverage/\">Red Stripe Premier League (RSPL)</a></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6593} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/richard-scudamore-EPL-Jamaica-1024x580.jpg\" alt=\"Richard Scudamore, former  Executive Chairman of the English Premier League speaking at a news conference.\" class=\"wp-image-6593\" /><figcaption>Richard Scudamore, former  Executive Chairman of the English Premier League</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the launch of the RSPL on Thursday at the <strong>Jamaica Football Federation (JFF)</strong> in New Kingston, St Andrew, chairman of the <strong>Premier League Clubs’ Association (PLCA)</strong>, Mike Henry, said Scudamore will advise on professionalising the RSPL.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6595} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Mike-Henry-Chair-Premier-League-Jamaica.jpg\" alt=\"Michael Henry, chairman of the Premier League Clubs’ Association (PLCA).\" class=\"wp-image-6595\" /><figcaption>Michael Henry, chairman of the Premier League Clubs’ Association (PLCA)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Scudamore\nhad a long history with England’s football stretching back decades. He was the\nexecutive chairman of the EPL from 2014 until he retired in November.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According\nto Henry, Scudamore will spend two days on the island during which he will\nconduct meetings with the league’s organising body, the PLCA and other\nstakeholders, with the objective of having a similar business model structure\nas the EPL.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “The Premier League needs to be an equitable income distribution\"</p><cite>—    Mike Henry , Chairman of the Premier League Clubs’ Association (PLCA)</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Henry said, “The Premier League needs to be an equitable income distribution, which is one of the models that the EPL exists on. After all, in Jamaica we have 12 clubs, the English Premier League has 20 clubs. Three clubs go down, three clubs come up.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In\nthe share structure of the EPL, you leave your share, you pass them on to the\nclub coming up. And then you make sure the clubs begin to learn the structure,\nthe management of what is needed,” Henry said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Scudamore’s\nvisit will also help the PLCA structure intellectual property rights of the\nRSPL as well as avoiding conflicts with football’s governing body in the\nisland, the Jamaica Football Federation (JFF).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Henry, in the new paradigm, both the JFF and the PLCA will work in tandem with each entity fully aware of their role in the structure.</p>\n<!-- /wp:paragraph -->','EPL guru comes September 3 to help structure Jamaica’s football','','publish','open','closed','','epl-guru-comes-september-3-to-help-structure-jamaicas-football','','','2019-08-30 11:34:29','2019-08-30 16:34:29','',0,'https://buzz-caribbean.com/?p=6590',0,'post','',0),(6591,9,'2019-08-30 10:59:59','2019-08-30 15:59:59','','jah-cure-20190830','','inherit','open','closed','','jah-cure-20190830','','','2019-09-04 15:27:00','2019-09-04 20:27:00','',6587,'https://buzz-caribbean.com/app/uploads/2019/08/jah-cure-20190830.jpg',0,'attachment','image/jpeg',0),(6592,9,'2019-08-30 11:02:54','2019-08-30 16:02:54','<!-- wp:image {\"id\":6588} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jah-Cure-1024x684.jpg\" alt=\"Jamaican singer Jah Cure releases his new album on August 30\" class=\"wp-image-6588\" /><figcaption>Jamaican singer Jah Cure releases his new album on August 30. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Grammy-nominated Jamaican artiste Jah Cure released his eighth studio\nalbum on Friday. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 14-track project, titled <strong>Royal Soldier</strong>, is being released via\nVP Records, and it features acts like Damian ‘Jr Gong’ Marley, Tory Lanez,\nPhyllisia Ross, Popcaan, Mya, Melonie Fonia, Capleton and others. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6591} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jah-cure-20190830-689x1024.jpg\" alt=\"\" class=\"wp-image-6591\" /><figcaption>Jah Cure (Photo: Instagram @therealjahcure)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In June, Jah Cure began the ‘Royal Soldier Tour’ that covered countries\nin the Caribbean, South America, Europe and Africa. The tour ended on August 24\nin Amsterdam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And although the album is being made available on all platforms on August 30, Jah Cure has been giving fans a taste of the album with songs like <strong>Pretty Face</strong> and <strong>Marijuana</strong> featuring Damian Marley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Jah Cure is a ‘Royal Soldier’: Entertainer releases new album','','inherit','closed','closed','','6587-revision-v1','','','2019-08-30 11:02:54','2019-08-30 16:02:54','',6587,'https://buzz-caribbean.com/article/6587-revision-v1/',0,'revision','',0),(6593,11,'2019-08-30 11:17:22','2019-08-30 16:17:22','','richard-scudamore-EPL-Jamaica','','inherit','open','closed','','richard-scudamore-epl-jamaica','','','2019-08-30 11:17:22','2019-08-30 16:17:22','',6590,'https://buzz-caribbean.com/app/uploads/2019/08/richard-scudamore-EPL-Jamaica.jpg',0,'attachment','image/jpeg',0),(6594,14,'2019-08-30 12:14:38','2019-08-30 17:14:38','<!-- wp:image {\"id\":6598} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/white-faced-capuchin-buzz-demo-2-1024x683.jpg\" alt=\"\" class=\"wp-image-6598\" /><figcaption>A Panamanian white-faced Capuchin, Cebus imitator, in its natural jungle habitat (Photo: Wikimedia Commons)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A white-faced Capuchin monkey sighted in\nJacks Hill, St. Andrew was successfully captured by members of the National\nEnvironment and Planning Agency (NEPA) on Wednesday, August 28.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Responding to reports of the monkey by\nresidents, a two-day operation among members of NEPA, Veterinary Services\nDivision (VSD), Jamaica Society for the Prevention of Cruelty to Animals\n(JSCPA) and Jamaica Constabulary Force (JCF) led to the mammal’s capture.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a statement, NEPA indicated that the\nmonkey has been placed in quarantine by the VSD to determine if it’s the host\nof diseases following the results of a sleuth of tests.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6600} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/white-faced-capuchin-buzz-demo-1024x575.jpg\" alt=\"\" class=\"wp-image-6600\" /><figcaption>Photo: Wikimedia Commons</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>\'Monkey sightings on the rise\' - NEPA</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“In recent months, the agency has been\nconcerned and been tracking the increasing number of reports of monkey\nsightings across the island. Reports were received from St. Ann, St. Elizabeth\nand St Andrew. All are being investigated,” NEPA further indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A joint decision will be taken by NEPA and the VSD on the fate of the monkey once test returns are received.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The white-faced Capuchin monkey, <em>Cebus imitator</em> is non-native (exotic) to\nJamaica, NEPA warned.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6616} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/map-of-jamaica-showing-mountains-buzz-demo-1024x640.png\" alt=\"\" class=\"wp-image-6616\" /><figcaption>Physical map of Jamaica (Photo: Wikimedia Commons)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The occurrence of this non-native,\npotentially invasive species poses significant risk to Jamaica’s terrestrial\necosystem and agricultural sector,” NEPA’s statement continued.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Harbingers of death</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The <em>Cebus imitator</em> is also a carrier of the Hepatitis virus, Ebola, rabies and other dangerous diseases, which can be transmitted to human beings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6619} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ebola-virus-in-monkeys-buzz-demo.jpg\" alt=\"\" class=\"wp-image-6619\" /><figcaption>The Ebola virus, magnified, multiplying in an infected monkey (Photo: MedicalXpress.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to NEPA, the importation and/or\ntrade of these non-native species without requisite permits are illegal\naccording to the Endangered Species (Protection, Conservation and Regulation of\nTrade) Act. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Any Jamaican or non-resident found to be in\nbreach of the law will attract a fine of not more than $2 million and/or up to two\nyears’ imprisonment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3073} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gavel-in-court-buzz-demo-1024x679.jpg\" alt=\"\" class=\"wp-image-3073\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>The start of a much bigger problem for Jamaica?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Chief Veterinary Officer (CVO) at the VSD Dr Osbil Watson, expressed his concern over the possible implications for Jamaica’s already overburdened health sector, should the Capuchins begin to breed and spread to other areas. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The [VSD] has always been concerned about\nthe frequency of report of sightings of exotic animal species,” Dr. Watson\ndeclared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6612} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/osbil-watson-buzz-demo.jpg\" alt=\"\" class=\"wp-image-6612\" /><figcaption>Dr. Osbil Watson (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“This situation is no doubt of a direct\nthreat to public health and safety as it relates to non-human primates, which\nhave the potential to transmit pathogens, such as viruses, bacteria, fungi and\nparasites to humans,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Read NEPA’s joint statement <a href=\"https://www.facebook.com/notes/national-environment-planning-agency/white-faced-capuchin-monkey-sighted-in-jacks-hill-st-andrew-captured/10157469100949834/\">in full here</a>.</p>\n<!-- /wp:paragraph -->','NEPA captures white-faced Capuchin in St. Andrew','','publish','open','closed','','nepa-captures-white-faced-capuchin-in-st-andrew','','','2019-09-03 09:50:27','2019-09-03 14:50:27','',0,'https://buzz-caribbean.com/?p=6594',0,'post','',0),(6595,11,'2019-08-30 11:21:13','2019-08-30 16:21:13','','Mike-Henry-Chair-Premier-League-Jamaica','','inherit','open','closed','','mike-henry-chair-premier-league-jamaica','','','2019-08-30 11:21:13','2019-08-30 16:21:13','',6590,'https://buzz-caribbean.com/app/uploads/2019/08/Mike-Henry-Chair-Premier-League-Jamaica.jpg',0,'attachment','image/jpeg',0),(6596,4,'2019-08-30 11:25:52','2019-08-30 16:25:52','<!-- wp:paragraph -->\n<p>No-Maddz is on a mission. As stated by the group, that mission is to help return reggae to its former glory on the international front.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No-Maddz hopes to accomplish this feat starting with the release of its <a aria-label=\"album  (opens in a new tab)\" rel=\"noreferrer noopener\" href=\"https://buzz-caribbean.com/article/walshy-fire-and-idris-elba-make-mark-on-no-maddzs-album/\" target=\"_blank\">new album<b> </b></a><b>Heaven On Earth</b> Friday (Aug 30). In sharing its vision, the group cited icons like Bob Marley and Peter Tosh, who captured the hearts and minds of music lovers around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No-Maddz members Sheldon ‘Sheppie’ Shepperd and Everaldo ‘Evie’ Creary were disheartened recently when they entered a record store in New York, USA, and found the reggae category tucked away at the back of the room.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Somehow since the works that Bob Marley, Peter Tosh and the like there has been a slow pace in terms of international recognition. Everyone is regurgitating what Bob and Tosh did,” Sheppie told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No-Maddz, The Roots Reggae Dub Poetry Duo, has partnered with top producer MC Walshy Fire from supergroup Major Lazer, who recognized their ‘special’ talent. The album will be available across digital streaming and download platforms and on CD and vinyl form. The group is expected to announce its Heaven on Earth Tour soon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Working with Walshy Fire was something we wanted to do because we see him as a producer that channels music into many different audiences, music lovers, people who are buying music and going to festivals. It was a deliberate idea to merge his talents and experiences with our talents and our strengths as well. Walshy heard the song <strong>Heaven On Earth</strong> and did a cartwheel in the living room and said, this song, this album, this project made him want to get up and do something.” Sheppie said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The independently produced and released album also presents collaborations with artistes, including Idris Elba and Grammy-nominated Kumar (formerly of Raging Fyah). It also introduces the work of up-and-coming producer, The Wizard, who is daughter of the legendary Beres Hammond.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Heaven On Earth </strong>is a commentary on the social constructs that affect Jamaica, and reflects on the hardships and triumphs that people all over the world face. Through this album, The No-Maddz’ activism is that of artistic celebration, economic advancement, and the nurturing of the beauty of humanity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We intend to see this project as one of the greatest ever in the world not only in the reggae genre but in terms of music in general. We have high intentions and we intend to garner mass appeal with this project, you nah mean? We wouldn’t mind getting the accolades and respect of our peers that’s a given, the respect of the listeners and the accolades of the industry, your talking about all the awards that musicians and music can receive grammys etc. We opened the flood gates and are open to receive all the blessings that this project can bring forward to us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The group\'s previous album, Sly and Robbie Presents No-Maddz” was released in 2015. It was listed among the 10 Best Reggae Albums of that year by Billboard Magazine..</p>\n<!-- /wp:paragraph -->','No-Maddz wants to make reggae great again','','inherit','closed','closed','','6520-revision-v1','','','2019-08-30 11:25:52','2019-08-30 16:25:52','',6520,'https://buzz-caribbean.com/article/6520-revision-v1/',0,'revision','',0),(6598,14,'2019-08-30 11:30:06','2019-08-30 16:30:06','','white-faced-capuchin-buzz-demo-2','','inherit','open','closed','','white-faced-capuchin-buzz-demo-2','','','2019-08-30 11:30:06','2019-08-30 16:30:06','',6594,'https://buzz-caribbean.com/app/uploads/2019/08/white-faced-capuchin-buzz-demo-2.jpg',0,'attachment','image/jpeg',0),(6599,23,'2019-08-30 11:41:27','2019-08-30 16:41:27','<!-- wp:image {\"id\":6602} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bugle-20190830-1024x614.jpg\" alt=\"Jamaican entertainer Bugle releases new album called Picture Perfect. \" class=\"wp-image-6602\" /><figcaption>Bugle released his new album, <strong>Picture Perfect</strong>, on August 16. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican entertainer\nBugle might have outdone himself on his album, <strong>Picture Perfect</strong>, that was\nreleased earlier this month. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The artiste spent several months working on the 20-track anthology, and it seems his hard work has been paying off based on the reviews he has been receiving from top industry players like Grammy Award-winning father and son duo, Erroll and Shane Brown, who both worked on the album.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"This album gets an ‘A’ in my book. Great job.\" </p><cite>—  Erroll Brown </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"I am from the\nold school, but what I\'ve heard from Bugle\'s album hase made me a fan, a lot of\npositive energy and vibes which hardly exist these days. This album gets an ‘A’\nin my book. Great job,\" Erroll Brown said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Shane Brown added: “Bugle\nis an artiste that I\'ve admired his unique sound for years, but listening to\ntracks from his new album have shown me how much he has grown and is ready to\ntake his career to another level. This album shows maturity, longevity and all\nit needs is a chance to be heard.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6606]} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bugle-Jada-Kingdom-20190830.jpg\" alt=\"\" data-id=\"6606\" data-link=\"https://buzz-caribbean.com/?attachment_id=6606\" class=\"wp-image-6606\" /><figcaption>Bugle (left) and Jada Kingdom get extra close. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Divided into two\nten-track sets, disc one, titled \'Picture\', is a blend of contemporary and\ntraditional reggae, while disc two, aptly named \'Perfect\', has a more dancehall\nvibe with heavy drums and bassline. In addition to Bugle’s hard-hitting lyrics,\nthe album, which was released on August 16, boasts a solid cast with acts like\nJada Kingdom, Kabaka Pyramid, Little Lion Sound (based in Switzerland), Noah Powa,\nShuga, New York-based Alexander and Gramps Morgan. Production work was also done\nby other persons like Jermaine Forde, Anju Blaxx, Chase and Status, and Markus\nMyrie. </p>\n<!-- /wp:paragraph -->','Bugle gets an \'A\' for \'Picture Perfect\'','','publish','open','closed','','bugle-gets-an-a-for-picture-perfect','','','2019-08-30 11:41:31','2019-08-30 16:41:31','',0,'https://buzz-caribbean.com/?p=6599',0,'post','',0),(6600,14,'2019-08-30 11:30:30','2019-08-30 16:30:30','','white-faced-capuchin-buzz-demo','','inherit','open','closed','','white-faced-capuchin-buzz-demo','','','2019-08-30 11:30:30','2019-08-30 16:30:30','',6594,'https://buzz-caribbean.com/app/uploads/2019/08/white-faced-capuchin-buzz-demo.jpg',0,'attachment','image/jpeg',0),(6601,9,'2019-08-30 11:30:56','2019-08-30 16:30:56','<!-- wp:paragraph -->\n<p>Jamaican entertainer\nBugle might have outdone himself on his album, <strong>Picture Perfect</strong>, that was\nreleased earlier this month. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The artiste spent several\nmonths working on the 20-track anthology, and it seems his hard work has been paying\noff based on the reviews he has been receiving from top industry players like Grammy\nAward-winning father and son duo, Erroll and Shane Brown, who both worked on\nthe album</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I am from the\nold school, but what I\'ve heard from Bugle\'s album hase made me a fan, a lot of\npositive energy and vibes which hardly exist these days. This album gets an ‘A’\nin my book. Great job,\" Erroll Brown said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Shane Brown added: “Bugle\nis an artiste that I\'ve admired his unique sound for years, but listening to\ntracks from his new album have shown me how much he has grown and is ready to\ntake his career to another level. This album shows maturity, longevity and all\nit needs is a chance to be heard.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Divided into two\nten-track sets, disc one, titled \'Picture\', is a blend of contemporary and\ntraditional reggae, while disc two, aptly named \'Perfect\', has a more dancehall\nvibe with heavy drums and bassline. In addition to Bugle’s hard-hitting lyrics,\nthe album, which was released on August 16, boasts a solid cast with acts like\nJada Kingdom, Kabaka Pyramid, Little Lion Sound (based in Switzerland), Noah Powa,\nShuga, New York-based Alexander and Gramps Morgan. Production work was also done\nby other persons like Jermaine Forde, Anju Blaxx, Chase and Status, and Markus\nMyrie. </p>\n<!-- /wp:paragraph -->','Bugle gets an \'A\' for \'Picture Perfect\'','','inherit','closed','closed','','6599-revision-v1','','','2019-08-30 11:30:56','2019-08-30 16:30:56','',6599,'https://buzz-caribbean.com/article/6599-revision-v1/',0,'revision','',0),(6602,9,'2019-08-30 11:31:46','2019-08-30 16:31:46','','Bugle-20190830','','inherit','open','closed','','bugle-20190830','','','2019-08-30 11:31:46','2019-08-30 16:31:46','',6599,'https://buzz-caribbean.com/app/uploads/2019/08/Bugle-20190830.jpg',0,'attachment','image/jpeg',0),(6604,11,'2019-08-30 11:34:28','2019-08-30 16:34:28','<!-- wp:paragraph -->\n<p><strong>English Premier League (EPL)</strong> guru Richard Scudamore will visit Jamaica on Tuesday (September 3) to help structure the business model of the island’s top tier football competition the <strong><a href=\"https://buzz-caribbean.com/article/red-stripe-premier-league-to-get-top-class-coverage/\">Red Stripe Premier League (RSPL)</a></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6593} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/richard-scudamore-EPL-Jamaica-1024x580.jpg\" alt=\"Richard Scudamore, former  Executive Chairman of the English Premier League speaking at a news conference.\" class=\"wp-image-6593\" /><figcaption>Richard Scudamore, former  Executive Chairman of the English Premier League</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the launch of the RSPL on Thursday at the <strong>Jamaica Football Federation (JFF)</strong> in New Kingston, St Andrew, chairman of the <strong>Premier League Clubs’ Association (PLCA)</strong>, Mike Henry, said Scudamore will advise on professionalising the RSPL.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6595} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Mike-Henry-Chair-Premier-League-Jamaica.jpg\" alt=\"Michael Henry, chairman of the Premier League Clubs’ Association (PLCA).\" class=\"wp-image-6595\" /><figcaption>Michael Henry, chairman of the Premier League Clubs’ Association (PLCA)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Scudamore\nhad a long history with England’s football stretching back decades. He was the\nexecutive chairman of the EPL from 2014 until he retired in November.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According\nto Henry, Scudamore will spend two days on the island during which he will\nconduct meetings with the league’s organising body, the PLCA and other\nstakeholders, with the objective of having a similar business model structure\nas the EPL.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “The Premier League needs to be an equitable income distribution\"</p><cite>—    Mike Henry , Chairman of the Premier League Clubs’ Association (PLCA)</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Henry said, “The Premier League needs to be an equitable income distribution, which is one of the models that the EPL exists on. After all, in Jamaica we have 12 clubs, the English Premier League has 20 clubs. Three clubs go down, three clubs come up.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In\nthe share structure of the EPL, you leave your share, you pass them on to the\nclub coming up. And then you make sure the clubs begin to learn the structure,\nthe management of what is needed,” Henry said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Scudamore’s\nvisit will also help the PLCA structure intellectual property rights of the\nRSPL as well as avoiding conflicts with football’s governing body in the\nisland, the Jamaica Football Federation (JFF).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Henry, in the new paradigm, both the JFF and the PLCA will work in tandem with each entity fully aware of their role in the structure.</p>\n<!-- /wp:paragraph -->','EPL guru comes September 3 to help structure Jamaica’s football','','inherit','closed','closed','','6590-revision-v1','','','2019-08-30 11:34:28','2019-08-30 16:34:28','',6590,'https://buzz-caribbean.com/article/6590-revision-v1/',0,'revision','',0),(6605,21,'2019-08-30 12:23:40','2019-08-30 17:23:40','<!-- wp:paragraph -->\n<p>Waterhouse advanced to the next phase of the Scotiabank CONCACAF League on Thursday as they defeated defending champions CS Herediano 7-6 on penalties in Costa Rica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6614} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Scotiabank-CONCACAF-League-1024x536.png\" alt=\"\" class=\"wp-image-6614\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Both battled to a 1-1 draw at the end of regulation time that levelled the tie 2-2 after the first leg at the National Stadium in Jamaica the previous week also ended 1-1.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second leg on Thursday, Herediano took the lead through Yeltsin Tejeda after only two minutes, before Coloroda Murray equalised in the 28th minute.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6617} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Yeltsin-Tejada-CONCACAF-League.jpg\" alt=\"Football player Yeltsin Tejada of CS Herediano \" class=\"wp-image-6617\" /><figcaption>Yeltsin Tejada of  CS Herediano (Source: teletica.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With the away goal in effect, Waterhouse went to Costa Rica needing to score at least one goal to advance and found themselves in further worries when Tejeda netted early but rallied to level the two-leg tie through Murray.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both teams failed to break the deadlock for the remainder of regulation time that sent the match into penalties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the ensuing penalty kicks, Waterhouse again started poorly, with Tremaine Stewart missing the first kick before Aldo Magana converted to send Herediano into the lead, which they maintained after Keithy Simpson of Waterhouse and Diego Hernandez of Heredinao converted the next two kicks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Waterhouse levelled the penalties when Nicholay Findlayson converted and Tejeda missed before Damion Binns, Stephen Williams and Mark Miller scored for Waterhouse and Gerson Torres, Francisco Rodriquez and Freddy Alvarez replied for Herediano.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Waterhouse, in the sudden-death phase, could have been eliminated when Murray missed his kick, but they were saved when Ariel Soto also failed to convert, as Shawn Lawes of Waterhouse converted and Keyner Brown of Herediano slotted home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6608} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Keyner-Brown-CONCACAF-League.jpg\" alt=\"Football player Keyner Brown.\" class=\"wp-image-6608\" /><figcaption>Keyner Brown of CS Herediano (Source:houstondynamo.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Alijah Chambers scored his kick for Waterhouse before Esteban Alvarado missed to give Waterhouse the victory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Waterhouse awaits either Managua of Nicaragua or Motagua of Honduras in the next stage of the competition.</p>\n<!-- /wp:paragraph -->','Waterhouse win on penalties to advance in CONCACAF League','','publish','open','closed','','waterhouse-win-on-penalties-to-advance-in-concacaf-league','','','2019-08-30 12:23:40','2019-08-30 17:23:40','',0,'https://buzz-caribbean.com/?p=6605',0,'post','',0),(6606,9,'2019-08-30 11:36:56','2019-08-30 16:36:56','','Bugle-Jada-Kingdom-20190830','','inherit','open','closed','','bugle-jada-kingdom-20190830','','','2019-08-30 11:36:56','2019-08-30 16:36:56','',6599,'https://buzz-caribbean.com/app/uploads/2019/08/Bugle-Jada-Kingdom-20190830.jpg',0,'attachment','image/jpeg',0),(6607,9,'2019-08-30 11:40:41','2019-08-30 16:40:41','<!-- wp:image {\"id\":6602} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bugle-20190830-1024x614.jpg\" alt=\"Jamaican entertainer Bugle releases new album called Picture Perfect. \" class=\"wp-image-6602\" /><figcaption>Bugle released his new album, <strong>Picture Perfect</strong>, on August 16. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican entertainer\nBugle might have outdone himself on his album, <strong>Picture Perfect</strong>, that was\nreleased earlier this month. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The artiste spent several months working on the 20-track anthology, and it seems his hard work has been paying off based on the reviews he has been receiving from top industry players like Grammy Award-winning father and son duo, Erroll and Shane Brown, who both worked on the album.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"This album gets an ‘A’ in my book. Great job.\" </p><cite>—  Erroll Brown </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"I am from the\nold school, but what I\'ve heard from Bugle\'s album hase made me a fan, a lot of\npositive energy and vibes which hardly exist these days. This album gets an ‘A’\nin my book. Great job,\" Erroll Brown said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Shane Brown added: “Bugle\nis an artiste that I\'ve admired his unique sound for years, but listening to\ntracks from his new album have shown me how much he has grown and is ready to\ntake his career to another level. This album shows maturity, longevity and all\nit needs is a chance to be heard.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6606]} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bugle-Jada-Kingdom-20190830.jpg\" alt=\"\" data-id=\"6606\" data-link=\"https://buzz-caribbean.com/?attachment_id=6606\" class=\"wp-image-6606\" /><figcaption>Bugle (left) and Jada Kingdom get extra close. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Divided into two\nten-track sets, disc one, titled \'Picture\', is a blend of contemporary and\ntraditional reggae, while disc two, aptly named \'Perfect\', has a more dancehall\nvibe with heavy drums and bassline. In addition to Bugle’s hard-hitting lyrics,\nthe album, which was released on August 16, boasts a solid cast with acts like\nJada Kingdom, Kabaka Pyramid, Little Lion Sound (based in Switzerland), Noah Powa,\nShuga, New York-based Alexander and Gramps Morgan. Production work was also done\nby other persons like Jermaine Forde, Anju Blaxx, Chase and Status, and Markus\nMyrie. </p>\n<!-- /wp:paragraph -->','Bugle gets an \'A\' for \'Picture Perfect\'','','inherit','closed','closed','','6599-revision-v1','','','2019-08-30 11:40:41','2019-08-30 16:40:41','',6599,'https://buzz-caribbean.com/article/6599-revision-v1/',0,'revision','',0),(6608,11,'2019-08-30 11:40:54','2019-08-30 16:40:54','','Keyner-Brown-CONCACAF-League','','inherit','open','closed','','keyner-brown-concacaf-league','','','2019-08-30 11:40:54','2019-08-30 16:40:54','',6605,'https://buzz-caribbean.com/app/uploads/2019/08/Keyner-Brown-CONCACAF-League.jpg',0,'attachment','image/jpeg',0),(6609,13,'2019-08-30 13:31:37','0000-00-00 00:00:00','','Mishka\'s Nails','','draft','closed','closed','','','','','2019-08-30 13:31:37','2019-08-30 18:31:37','',0,'https://buzz-caribbean.com/?post_type=offer&#038;p=6609',0,'offer','',0),(6610,21,'2019-08-30 12:10:47','2019-08-30 17:10:47','<!-- wp:image {\"id\":6613} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/eddie-murphy-20190830.jpg\" alt=\"\" class=\"wp-image-6613\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Eddie Murphy has revealed that he stopped releasing music because his fans were \"weirded out by it\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 58-year-old comedian became a huge star in the early 1980s due to his outrageous stand-up routines. And after becoming a major name in Hollywood thanks to his roles in movies like <strong>Trading Places</strong> and <strong>Beverly Hills Cop</strong>, he decided to release his debut album, <strong>How Could It Be</strong>, which included the R&amp;B hit <strong>Party All the Time</strong>, which was written by Rick James Kevin Johnston,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Eddie followed it up with second LP, <strong>So Happy</strong>, in 1989, but after releasing his third studio album <strong>Love\'s Alright</strong> in 1993, he stopped sharing his music with the public because he felt his fans couldn\'t connect with him as a pop artiste.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I stopped putting it (music) out though, because the audience gets weirded out by it.\" </p><cite>—  Eddie Murphy  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Hollywood legend - who did unveil surprise reggae song <strong>Oh Jah Jah</strong> back in 2015 to a muted response - said: \"I stopped putting it out though, because the audience gets weirded out by it. And I don\'t want to be that guy.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Eddie has revealed that he has hundreds of unreleased tracks that he has recorded. Speaking to Krista Smith on her Present Company podcast for Netflix, he said: \"I\'ve never stopped doing music ... A hundred years from now, when I\'m gone, they\'ll find all these tracks and they\'ll be like, \'Wow, we didn\'t even know this guy. We had no idea.\' Whatever muscle I use to be funny ... I have a muscle to do music, and I use them both all the time.\"</p>\n<!-- /wp:paragraph -->','Eddie Murphy says fans couldn’t connect with him as a pop artiste','','publish','open','closed','','eddie-murphy-says-fans-couldnt-connect-with-him-as-a-pop-artiste','','','2019-08-30 11:55:22','2019-08-30 16:55:22','',0,'https://buzz-caribbean.com/?p=6610',0,'post','',0),(6611,4,'2019-08-30 11:51:21','2019-08-30 16:51:21','','NOMADDZ-album-cover','','inherit','open','closed','','nomaddz-album-cover','','','2019-08-30 11:51:21','2019-08-30 16:51:21','',6520,'https://buzz-caribbean.com/app/uploads/2019/08/NOMADDZ-album-cover.jpg',0,'attachment','image/jpeg',0),(6612,14,'2019-08-30 11:52:00','2019-08-30 16:52:00','','osbil-watson-buzz-demo','','inherit','open','closed','','osbil-watson-buzz-demo','','','2019-08-30 11:52:00','2019-08-30 16:52:00','',6594,'https://buzz-caribbean.com/app/uploads/2019/08/osbil-watson-buzz-demo.jpg',0,'attachment','image/jpeg',0),(6613,9,'2019-08-30 11:52:21','2019-08-30 16:52:21','','eddie-murphy-20190830','','inherit','open','closed','','eddie-murphy-20190830','','','2019-08-30 11:52:21','2019-08-30 16:52:21','',6610,'https://buzz-caribbean.com/app/uploads/2019/08/eddie-murphy-20190830.jpg',0,'attachment','image/jpeg',0),(6614,11,'2019-08-30 11:53:18','2019-08-30 16:53:18','','Scotiabank-CONCACAF-League','','inherit','open','closed','','scotiabank-concacaf-league','','','2019-08-30 11:53:18','2019-08-30 16:53:18','',6605,'https://buzz-caribbean.com/app/uploads/2019/08/Scotiabank-CONCACAF-League.png',0,'attachment','image/png',0),(6615,9,'2019-08-30 11:54:47','2019-08-30 16:54:47','<!-- wp:image {\"id\":6613} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/eddie-murphy-20190830.jpg\" alt=\"\" class=\"wp-image-6613\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Eddie Murphy has revealed that he stopped releasing music because his fans were \"weirded out by it\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 58-year-old comedian became a huge star in the early 1980s due to his outrageous stand-up routines. And after becoming a major name in Hollywood thanks to his roles in movies like <strong>Trading Places</strong> and <strong>Beverly Hills Cop</strong>, he decided to release his debut album, <strong>How Could It Be</strong>, which included the R&amp;B hit <strong>Party All the Time</strong>, which was written by Rick James Kevin Johnston,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Eddie followed it up with second LP, <strong>So Happy</strong>, in 1989, but after releasing his third studio album <strong>Love\'s Alright</strong> in 1993, he stopped sharing his music with the public because he felt his fans couldn\'t connect with him as a pop artiste.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I stopped putting it (music) out though, because the audience gets weirded out by it.\" </p><cite>—  Eddie Murphy  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Hollywood legend - who did unveil surprise reggae song <strong>Oh Jah Jah</strong> back in 2015 to a muted response - said: \"I stopped putting it out though, because the audience gets weirded out by it. And I don\'t want to be that guy.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Eddie has revealed that he has hundreds of unreleased tracks that he has recorded. Speaking to Krista Smith on her Present Company podcast for Netflix, he said: \"I\'ve never stopped doing music ... A hundred years from now, when I\'m gone, they\'ll find all these tracks and they\'ll be like, \'Wow, we didn\'t even know this guy. We had no idea.\' Whatever muscle I use to be funny ... I have a muscle to do music, and I use them both all the time.\"</p>\n<!-- /wp:paragraph -->','Eddie Murphy says fans couldn’t connect with him as a pop artiste','','inherit','closed','closed','','6610-revision-v1','','','2019-08-30 11:54:47','2019-08-30 16:54:47','',6610,'https://buzz-caribbean.com/article/6610-revision-v1/',0,'revision','',0),(6616,14,'2019-08-30 11:55:04','2019-08-30 16:55:04','','map-of-jamaica-showing-mountains-buzz-demo','','inherit','open','closed','','map-of-jamaica-showing-mountains-buzz-demo','','','2019-08-30 11:55:04','2019-08-30 16:55:04','',6594,'https://buzz-caribbean.com/app/uploads/2019/08/map-of-jamaica-showing-mountains-buzz-demo.png',0,'attachment','image/png',0),(6617,11,'2019-08-30 12:04:22','2019-08-30 17:04:22','','Yeltsin-Tejada-CONCACAF-League','','inherit','open','closed','','yeltsin-tejada-concacaf-league','','','2019-08-30 12:04:22','2019-08-30 17:04:22','',6605,'https://buzz-caribbean.com/app/uploads/2019/08/Yeltsin-Tejada-CONCACAF-League.jpg',0,'attachment','image/jpeg',0),(6618,21,'2019-08-30 13:00:32','2019-08-30 18:00:32','<!-- wp:image {\"id\":6622} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Karl-Samuda-Education-Ministry.jpg\" alt=\"Karl Samuda \nMinistry of Education\n\" class=\"wp-image-6622\" /><figcaption>Karl Samuda, Minister with responsibility for the Ministry of Education, Youth and Information, addresses the media at the ministry’s annual Back-to-School Press Conference on Thursday. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Ministry of\nEducation, Youth and Information expects a smooth start to the upcoming\nacademic year 2019/2020 on Monday, September 2.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the ministry’s\nannual back-to-school press conference, held at its National Heroes Circle\noffice, on Thursday, Karl Samuda, who has responsibility for the ministry, said\nthat millions have been invested in various aspects of the education sector for\nschools and students to benefit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“As part of our\ngeneral preparations, we have undertaken a number of things… selected schools\nare being renovated [and] all is being done to meet the great demand that is\nplaced on us at this time,” Samuda said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"All is being done to meet the great demand that is placed on us at this time.\"</p><cite>— Samuda</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Some of the payments\nfrom the ministry towards activities for the new school year include full\nfunding for temporary and part-time teachers, payment for 18 temporary deans of\ndiscipline, $327 million for the payment of 1,093 school cooks in primary\nschools, $100 million for the upgrading of school canteens and provision of\nequipment, and $661 million for 126 schools under the 2019-2020 Critical\nRepairs Programme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another $120 million\nwas provided for the PATH (Programme&nbsp;of Advancement Through Health and\nEducation) students’ literature books at the secondary level, $26 million for\nthe insurance of PATH students and wards of the State, a contribution of $380\nmillion to the transportation programme of schools in eight parishes, and book\nvouchers for the neediest of students to purchase school supplies. Additionally,\nthe ministry has spent $800 million on books for students under the National\nTextbook Loan Scheme and the Primary Textbook Programme.</p>\n<!-- /wp:paragraph -->','Education Ministry gears up for start of new school year','','publish','open','closed','','education-ministry-gears-up-for-start-of-new-school-year','','','2019-08-30 12:26:47','2019-08-30 17:26:47','',0,'https://buzz-caribbean.com/?p=6618',0,'post','',0),(6619,14,'2019-08-30 12:11:37','2019-08-30 17:11:37','','ebola-virus-in-monkeys-buzz-demo','','inherit','open','closed','','ebola-virus-in-monkeys-buzz-demo','','','2019-08-30 12:11:37','2019-08-30 17:11:37','',6594,'https://buzz-caribbean.com/app/uploads/2019/08/ebola-virus-in-monkeys-buzz-demo.jpg',0,'attachment','image/jpeg',0),(6620,4,'2019-08-30 12:12:18','2019-08-30 17:12:18','<!-- wp:image {\"id\":6611} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/NOMADDZ-album-cover-1024x1024.jpg\" alt=\"\" class=\"wp-image-6611\" /><figcaption>The No-Maddz launched its new album, Heaven on Earth, on Friday (Aug 30).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>No-Maddz is on a mission to help return Reggae to its former glory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The group hopes to accomplish this feat starting with its <a aria-label=\"album  (opens in a new tab)\" rel=\"noreferrer noopener\" href=\"https://buzz-caribbean.com/article/walshy-fire-and-idris-elba-make-mark-on-no-maddzs-album/\" target=\"_blank\">new album,<b> </b></a><b>Heaven On Earth</b>, which was released on Friday (Aug 30). In sharing its vision, the group cited icons like Bob Marley and Peter Tosh, who captured the hearts and minds of music lovers around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No-Maddz members Sheldon ‘Sheppie’ Shepperd and Everaldo ‘Evie’ Creary said they were disheartened recently when they entered a record store in New York, USA, and found the Reggae category tucked away at the back of the room.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Somehow since the works that Bob Marley, Peter Tosh and the like there has been a slow pace in terms of international recognition. Everyone is regurgitating what Bob and Tosh did,” Sheppie told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No-Maddz has partnered with top producer MC Walshy Fire from supergroup Major Lazer, on the production of <strong>Heaven on Earth</strong>. The album will be available across digital streaming and download platforms and on CD and vinyl. The group is expected to announce its Heaven on Earth Tour soon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5135} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/No-Maddz-A-1024x665.jpg\" alt=\"\" class=\"wp-image-5135\" /><figcaption>Sheldon ‘Sheppie’ Shepperd (left) and Everaldo ‘Evie’ Creary.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Working with Walshy Fire was something we wanted to do because we see him as a producer that channels music into many different audiences, music lovers, people who are buying music and going to festivals. It was a deliberate idea to merge his talents and experiences with our talents and our strengths as well. Walshy heard the song <strong>Heaven On Earth</strong> and did a cartwheel in the living room and said, this song, this album, this project made him want to get up and do something.” Sheppie said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The independently produced and released album also presents collaborations with artistes, including Idris Elba and Grammy-nominated Kumar (formerly of Raging Fyah). It also introduces the work of up-and-coming producer, The Wizard, who is the daughter of Beres Hammond.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Heaven On Earth </strong>is a commentary on the social constructs that affect Jamaica, and reflects on the hardships and triumphs that people all over the world face. Through this album, The No-Maddz’ activism is that of artistic celebration, economic advancement, and the nurturing of the beauty of humanity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'We wouldn’t mind getting the accolades and respect of our peers that’s a given.\'</p><cite>— Sheppie</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“We intend to see this project as one of the greatest ever in the world, not only in the Reggae genre but in terms of music in general. We have high intentions and we intend to garner mass appeal with this project, you nah mean? We wouldn’t mind getting the accolades and respect of our peers that’s a given — the respect of the listeners and the accolades of the industry, your talking about all the awards that musicians and music can receive, Grammys etc. We opened the flood gates and are open to receive all the blessings that this project can bring forward to us,\" Sheppie told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The group\'s previous album, <strong>Sly and Robbie </strong><strong>Presents</strong><strong> No-Maddz</strong> was released in 2015. It was listed among the 10 Best Reggae Albums of that year by Billboard Magazine.</p>\n<!-- /wp:paragraph -->','No-Maddz wants to restore Reggae\'s former glory','','inherit','closed','closed','','6520-revision-v1','','','2019-08-30 12:12:18','2019-08-30 17:12:18','',6520,'https://buzz-caribbean.com/article/6520-revision-v1/',0,'revision','',0),(6621,14,'2019-08-30 12:14:38','2019-08-30 17:14:38','<!-- wp:image {\"id\":6598} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/white-faced-capuchin-buzz-demo-2-1024x683.jpg\" alt=\"\" class=\"wp-image-6598\" /><figcaption>A Panamanian white-faced Capuchin, Cebus imitator, in its natural jungle habitat (Photo: Wikimedia Commons)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A white-faced Capuchin monkey sighted in\nJacks Hill, St. Andrew was successfully captured by members of the National\nEnvironment and Planning Agency (NEPA) on Wednesday, August 28.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Responding to reports of the monkey by\nresidents, a two-day operation among members of NEPA, Veterinary Services\nDivision (VSD), Jamaica Society for the Prevention of Cruelty to Animals\n(JSCPA) and Jamaica Constabulary Force (JCF) led to the mammal’s capture.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a statement, NEPA indicated that the\nmonkey has been placed in quarantine by the VSD to determine if it’s the host\nof diseases following the results of a sleuth of tests.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6600} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/white-faced-capuchin-buzz-demo-1024x575.jpg\" alt=\"\" class=\"wp-image-6600\" /><figcaption>Photo: Wikimedia Commons</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“In recent months, the agency has been\nconcerned and been tracking the increasing number of reports of monkey\nsightings across the island. Reports were received from St. Ann, St. Elizabeth\nand St Andrew. All are being investigated,” NEPA further indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A joint decision will be taken by NEPA and the VSD on the fate of the monkey once test returns are received.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The white-faced Capuchin monkey, <em>Cebus imitator</em> is non-native (exotic) to\nJamaica, NEPA warned.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6616} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/map-of-jamaica-showing-mountains-buzz-demo-1024x640.png\" alt=\"\" class=\"wp-image-6616\" /><figcaption>Physical map of Jamaica (Photo: Wikimedia Commons)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The occurrence of this non-native,\npotentially invasive species poses significant risk to Jamaica’s terrestrial\necosystem and agricultural sector,” NEPA’s statement continued.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <em>Cebus imitator</em> is also a carrier of the Hepatitis virus, Ebola, rabies and other dangerous diseases, which can be transmitted to human beings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6619} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ebola-virus-in-monkeys-buzz-demo.jpg\" alt=\"\" class=\"wp-image-6619\" /><figcaption>The Ebola virus, magnified, in the bloodstream of an infect monkey (Photo: MedicalXpress.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to NEPA, the importation and/or\ntrade of these non-native species without requisite permits are illegal\naccording to the Endangered Species (Protection, Conservation and Regulation of\nTrade) Act. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Any Jamaican or non-resident found to be in\nbreach of the law will attract a fine of not more than $2 million and/or up to two\nyears’ imprisonment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3073} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gavel-in-court-buzz-demo-1024x679.jpg\" alt=\"\" class=\"wp-image-3073\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Chief Veterinary Officer (CVO) at the VSD Dr\nOsbil Watson, expressed his concern over the possible implications for Jamaica’s\nalready overburdened health sector, should more Capuchins begin to breed and spread\nto other areas. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The [VSD] has always been concerned about\nthe frequency of report of sightings of exotic animal species,” Dr. Watson\ndeclared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6612} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/osbil-watson-buzz-demo.jpg\" alt=\"\" class=\"wp-image-6612\" /><figcaption>Dr. Osbil Watson (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“This situation is no doubt of a direct\nthreat to public health and safety as it relates to non-human primates, which\nhave the potential to transmit pathogens, such as viruses, bacteria, fungi and\nparasites to humans,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Read NEPA’s joint statement <a href=\"https://www.facebook.com/notes/national-environment-planning-agency/white-faced-capuchin-monkey-sighted-in-jacks-hill-st-andrew-captured/10157469100949834/\">in full here</a>.</p>\n<!-- /wp:paragraph -->','NEPA captures white-faced Capuchin in St. Andrew','','inherit','closed','closed','','6594-revision-v1','','','2019-08-30 12:14:38','2019-08-30 17:14:38','',6594,'https://buzz-caribbean.com/article/6594-revision-v1/',0,'revision','',0),(6622,9,'2019-08-30 12:18:56','2019-08-30 17:18:56','','Karl-Samuda-Education-Ministry','','inherit','open','closed','','karl-samuda-education-ministry','','','2019-08-30 12:18:56','2019-08-30 17:18:56','',6618,'https://buzz-caribbean.com/app/uploads/2019/08/Karl-Samuda-Education-Ministry.jpg',0,'attachment','image/jpeg',0),(6623,23,'2019-08-30 14:44:37','2019-08-30 19:44:37','<!-- wp:image {\"id\":6643} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Haile-Selassie-football-coach-Akeno-Morgan-1024x683.jpg\" alt=\"\" class=\"wp-image-6643\" /><figcaption> Haile Selassie football squad during a recent training session.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Haile Selassie’s coach Akeno Morgan believes he has the quality to outperform the top schools in the Corporate Area schoolboy football Manning Cup competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Morgan is optimistic about Haile Selassie’s chances in the competition, especially since it will be a youthful bunch of players who will form the core of his squad.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I think we have the squad to go as far as we can.\'</p><cite>— Coach Morgan</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“It is a pretty young team. It’s a building programme that I am doing. I think we have the squad to go as far as we can, but the first step is to get past the first round and then we will take it from there. If you look at the group, it is a fairly young group, in terms of its not the traditional schools like (St) George’s, Jamaica College or Kingston College,” Morgan said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be one of the two automatic teams to qualify for the next round, Haile Selassie will have to tally more points than their Group A opponents, Holy Trinity, St Jago, Cumberland, Clan Carthy and Bridgeport.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6651} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Haile-Selassie-coach-Akeno-Morgan-1024x683.jpg\" alt=\"\" class=\"wp-image-6651\" /><figcaption>Haile Selassie’s coach Akeno Morgan believes his team has the quality to be a top Manning Cup contender.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to Morgan, Holy Trinity should be the team to fear in the group. He also expressed respect for Bridgeport, which won the competition on two occasions, in 2001 and 2006. Morgan, however, is confident that the preparation for the competition, despite starting “a little late” will enable Haile Selassie’s players to overcome the challenges and make it to the next stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'Once they come on the day and click, I think they can beat anybody in schoolboy football.\'</p><cite>— Coach Morgan</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"We have some fairly solid players, especially a few of the players from last season. It’s a good bunch collectively. Once they come on the day and click, I think they can beat anybody in schoolboy football in the country, but it’s football and it is not just about the preparation. It is to come in the frame of mind to play football on the day,\" Morgan said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Morgan said in their preparation they played practice matches mainly against Red Stripe Premier League teams. They won three of the matches and lost four. Holy Trinity failed to advance to the second round of the competition last year, but before that, they had progressed beyond the first round for three consecutive years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The competition will begin on Saturday, September 7.</p>\n<!-- /wp:paragraph -->','Coach Morgan: Haile Selassie have the quality to beat any Manning Cup contender','','publish','open','closed','','coach-morgan-haile-selassie-have-the-quality-to-beat-any-manning-cup-contender','','','2019-08-30 14:44:38','2019-08-30 19:44:38','',0,'https://buzz-caribbean.com/?p=6623',0,'post','',0),(6624,14,'2019-08-30 12:19:49','2019-08-30 17:19:49','<!-- wp:image {\"id\":6598} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/white-faced-capuchin-buzz-demo-2-1024x683.jpg\" alt=\"\" class=\"wp-image-6598\" /><figcaption>A Panamanian white-faced Capuchin, Cebus imitator, in its natural jungle habitat (Photo: Wikimedia Commons)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A white-faced Capuchin monkey sighted in\nJacks Hill, St. Andrew was successfully captured by members of the National\nEnvironment and Planning Agency (NEPA) on Wednesday, August 28.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Responding to reports of the monkey by\nresidents, a two-day operation among members of NEPA, Veterinary Services\nDivision (VSD), Jamaica Society for the Prevention of Cruelty to Animals\n(JSCPA) and Jamaica Constabulary Force (JCF) led to the mammal’s capture.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a statement, NEPA indicated that the\nmonkey has been placed in quarantine by the VSD to determine if it’s the host\nof diseases following the results of a sleuth of tests.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6600} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/white-faced-capuchin-buzz-demo-1024x575.jpg\" alt=\"\" class=\"wp-image-6600\" /><figcaption>Photo: Wikimedia Commons</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“In recent months, the agency has been\nconcerned and been tracking the increasing number of reports of monkey\nsightings across the island. Reports were received from St. Ann, St. Elizabeth\nand St Andrew. All are being investigated,” NEPA further indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A joint decision will be taken by NEPA and the VSD on the fate of the monkey once test returns are received.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The white-faced Capuchin monkey, <em>Cebus imitator</em> is non-native (exotic) to\nJamaica, NEPA warned.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6616} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/map-of-jamaica-showing-mountains-buzz-demo-1024x640.png\" alt=\"\" class=\"wp-image-6616\" /><figcaption>Physical map of Jamaica (Photo: Wikimedia Commons)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The occurrence of this non-native,\npotentially invasive species poses significant risk to Jamaica’s terrestrial\necosystem and agricultural sector,” NEPA’s statement continued.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <em>Cebus imitator</em> is also a carrier of the Hepatitis virus, Ebola, rabies and other dangerous diseases, which can be transmitted to human beings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6619} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ebola-virus-in-monkeys-buzz-demo.jpg\" alt=\"\" class=\"wp-image-6619\" /><figcaption>The Ebola virus, magnified, multiplying in an infected monkey (Photo: MedicalXpress.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to NEPA, the importation and/or\ntrade of these non-native species without requisite permits are illegal\naccording to the Endangered Species (Protection, Conservation and Regulation of\nTrade) Act. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Any Jamaican or non-resident found to be in\nbreach of the law will attract a fine of not more than $2 million and/or up to two\nyears’ imprisonment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3073} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gavel-in-court-buzz-demo-1024x679.jpg\" alt=\"\" class=\"wp-image-3073\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Chief Veterinary Officer (CVO) at the VSD Dr\nOsbil Watson, expressed his concern over the possible implications for Jamaica’s\nalready overburdened health sector, should more Capuchins begin to breed and spread\nto other areas. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The [VSD] has always been concerned about\nthe frequency of report of sightings of exotic animal species,” Dr. Watson\ndeclared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6612} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/osbil-watson-buzz-demo.jpg\" alt=\"\" class=\"wp-image-6612\" /><figcaption>Dr. Osbil Watson (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“This situation is no doubt of a direct\nthreat to public health and safety as it relates to non-human primates, which\nhave the potential to transmit pathogens, such as viruses, bacteria, fungi and\nparasites to humans,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Read NEPA’s joint statement <a href=\"https://www.facebook.com/notes/national-environment-planning-agency/white-faced-capuchin-monkey-sighted-in-jacks-hill-st-andrew-captured/10157469100949834/\">in full here</a>.</p>\n<!-- /wp:paragraph -->','NEPA captures white-faced Capuchin in St. Andrew','','inherit','closed','closed','','6594-revision-v1','','','2019-08-30 12:19:49','2019-08-30 17:19:49','',6594,'https://buzz-caribbean.com/article/6594-revision-v1/',0,'revision','',0),(6625,11,'2019-08-30 12:22:27','2019-08-30 17:22:27','','Football CONCACAF League','','inherit','open','closed','','football-game-grass','','','2019-08-30 12:23:25','2019-08-30 17:23:25','',6605,'https://buzz-caribbean.com/app/uploads/2019/08/football-game-grass.jpg',0,'attachment','image/jpeg',0),(6626,11,'2019-08-30 12:23:40','2019-08-30 17:23:40','<!-- wp:paragraph -->\n<p>Waterhouse advanced to the next phase of the Scotiabank CONCACAF League on Thursday as they defeated defending champions CS Herediano 7-6 on penalties in Costa Rica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6614} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Scotiabank-CONCACAF-League-1024x536.png\" alt=\"\" class=\"wp-image-6614\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Both battled to a 1-1 draw at the end of regulation time that levelled the tie 2-2 after the first leg at the National Stadium in Jamaica the previous week also ended 1-1.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second leg on Thursday, Herediano took the lead through Yeltsin Tejeda after only two minutes, before Coloroda Murray equalised in the 28th minute.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6617} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Yeltsin-Tejada-CONCACAF-League.jpg\" alt=\"Football player Yeltsin Tejada of CS Herediano \" class=\"wp-image-6617\" /><figcaption>Yeltsin Tejada of  CS Herediano (Source: teletica.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With the away goal in effect, Waterhouse went to Costa Rica needing to score at least one goal to advance and found themselves in further worries when Tejeda netted early but rallied to level the two-leg tie through Murray.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both teams failed to break the deadlock for the remainder of regulation time that sent the match into penalties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the ensuing penalty kicks, Waterhouse again started poorly, with Tremaine Stewart missing the first kick before Aldo Magana converted to send Herediano into the lead, which they maintained after Keithy Simpson of Waterhouse and Diego Hernandez of Heredinao converted the next two kicks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Waterhouse levelled the penalties when Nicholay Findlayson converted and Tejeda missed before Damion Binns, Stephen Williams and Mark Miller scored for Waterhouse and Gerson Torres, Francisco Rodriquez and Freddy Alvarez replied for Herediano.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Waterhouse, in the sudden-death phase, could have been eliminated when Murray missed his kick, but they were saved when Ariel Soto also failed to convert, as Shawn Lawes of Waterhouse converted and Keyner Brown of Herediano slotted home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6608} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Keyner-Brown-CONCACAF-League.jpg\" alt=\"Football player Keyner Brown.\" class=\"wp-image-6608\" /><figcaption>Keyner Brown of CS Herediano (Source:houstondynamo.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Alijah Chambers scored his kick for Waterhouse before Esteban Alvarado missed to give Waterhouse the victory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Waterhouse awaits either Managua of Nicaragua or Motagua of Honduras in the next stage of the competition.</p>\n<!-- /wp:paragraph -->','Waterhouse win on penalties to advance in CONCACAF League','','inherit','closed','closed','','6605-revision-v1','','','2019-08-30 12:23:40','2019-08-30 17:23:40','',6605,'https://buzz-caribbean.com/article/6605-revision-v1/',0,'revision','',0),(6627,21,'2019-08-30 15:38:46','2019-08-30 20:38:46','<!-- wp:paragraph -->\n<p>For years, Victoria Mutual Building Society has been able to offer clients reliable and much-needed services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6645} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lounge-Area-VMBS-Fairview-Montego-Bay-1024x768.jpg\" alt=\"Lounge area in VMBS Fairview, Montego Bay.\" class=\"wp-image-6645\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, for clients in Fairview, Montego Bay they have upped the ante with the new customer care centre/ branch. With a focus on all that is modern and trendy, customers in St James and its environs can enjoy premium service in a state-of-the-art facility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6646} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Redesigned-Space-VMBS-Fairview-Montego-Bay-1024x768.jpg\" alt=\"Interior view of VMBS customer care branch in Fairview, Montego Bay.\" class=\"wp-image-6646\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This facility always exudes a welcoming atmosphere with its friendly staff always seeking to lend a hand to assist you with your query or needed action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6648} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tech-Advances-VMBS-Fairview-Montego-Bay-1-1024x768.jpg\" alt=\"Multiple tablets centrally located in VMBS customer care branch in Fairview, Montego Bay.\" class=\"wp-image-6648\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It has integrated into its operations modern technology including the use of tablets to allow customers to gather needed information without having to wait on a rep for any long periods of time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6650} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tablets-VMBS-Fairview-Montego-Bay-1024x768.jpg\" alt=\"Closer look at tablets availablr in VMBS customer care branch in Fairview, Montego Bay.\" class=\"wp-image-6650\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In short order, it is expected that the branch in the parish capital of Montego Bay will be getting an overhaul with modern features. That too should be quite welcomed by the customers who utilize that particular branch.</p>\n<!-- /wp:paragraph -->','VMBS ups the ante in Montego Bay','','publish','open','closed','','vmbs-turning-ups-the-ante-in-montego-bay','','','2019-08-30 15:39:49','2019-08-30 20:39:49','',0,'https://buzz-caribbean.com/?p=6627',0,'post','',0),(6628,9,'2019-08-30 12:25:32','2019-08-30 17:25:32','<!-- wp:image {\"id\":6622} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Karl-Samuda-Education-Ministry.jpg\" alt=\"Karl Samuda \nMinistry of Education\n\" class=\"wp-image-6622\" /><figcaption>Karl Samuda, Minister with responsibility for the Ministry of Education, Youth and Information, addresses the media at the ministry’s annual Back-to-School Press Conference on Thursday. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Ministry of\nEducation, Youth and Information expects a smooth start to the upcoming\nacademic year 2019/2020 on Monday, September 2.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the ministry’s\nannual back-to-school press conference, held at its National Heroes Circle\noffice, on Thursday, Karl Samuda, who has responsibility for the ministry, said\nthat millions have been invested in various aspects of the education sector for\nschools and students to benefit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“As part of our\ngeneral preparations, we have undertaken a number of things… selected schools\nare being renovated [and] all is being done to meet the great demand that is\nplaced on us at this time,” Samuda said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"All is being done to meet the great demand that is placed on us at this time.\"</p><cite>— Samuda</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Some of the payments\nfrom the ministry towards activities for the new school year include full\nfunding for temporary and part-time teachers, payment for 18 temporary deans of\ndiscipline, $327 million for the payment of 1,093 school cooks in primary\nschools, $100 million for the upgrading of school canteens and provision of\nequipment, and $661 million for 126 schools under the 2019-2020 Critical\nRepairs Programme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another $120 million\nwas provided for the PATH (Programme&nbsp;of Advancement Through Health and\nEducation) students’ literature books at the secondary level, $26 million for\nthe insurance of PATH students and wards of the State, a contribution of $380\nmillion to the transportation programme of schools in eight parishes, and book\nvouchers for the neediest of students to purchase school supplies. Additionally,\nthe ministry has spent $800 million on books for students under the National\nTextbook Loan Scheme and the Primary Textbook Programme.</p>\n<!-- /wp:paragraph -->','Education Ministry gears up for start of new school year','','inherit','closed','closed','','6618-revision-v1','','','2019-08-30 12:25:32','2019-08-30 17:25:32','',6618,'https://buzz-caribbean.com/article/6618-revision-v1/',0,'revision','',0),(6629,14,'2019-08-31 06:47:13','2019-08-31 11:47:13','<!-- wp:image {\"id\":5738} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/traffic-1024x681.jpg\" alt=\"\" class=\"wp-image-5738\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The National Works Agency (NWA) has ramped up a number of activities in the Corporate Area and St. Catherine for the start of the new school year, next Monday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The agency says it is focusing on ensuring that critical corridors are available to its customers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Communication and\nCustomer Services Manager, at the NWA, Stephen Shaw says the activities include\nthe laying of the first layer of asphalt on all the corridors and the\ninstallation of traffic signals at critical locations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6710} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/constant-spring-manor-park-buzz-demo-1024x659.jpg\" alt=\"\" class=\"wp-image-6710\" /><figcaption>More work still to be done on the Constant Spring corridor in St. Andrew (Photo: Dave Reid, JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Works will continue\nalong Constant Spring Road, Hagley Park Road, Barbican Road, Camp Road and Port\nHenderson Road.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Constant Spring Road from Manor Park to West Kings House Road will be opened to the motoring public. This will accommodate four lanes of traffic. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Traffic will also be allowed along the entire stretch of Hagley Park Road. The Three Miles area will again be open to vehicular traffic. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6711} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hagley-park-road-works-buzz-demo-1024x691.jpg\" alt=\"\" class=\"wp-image-6711\" /><figcaption>Work progressing  along sections of Hagley Park Road (Photo: Dave Reid, JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The two bridges constructed as part of the overall works will be put into service. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Motorists travelling from the direction of Marcus Garvey Drive and Portmore Toll Road to Half Way Tree will use the upper level bridge, while those along Spanish Town Road, heading to or from downtown Kingston will use the lower bridge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6712} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/marcus-garvey-drive-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-6712\" /><figcaption>Aerial view of a section of Marcus Garvey Drive (Photo: YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Additionally, Shaw\nsays that&nbsp;12 points across Kingston and St.&nbsp;Catherine will be\ncontrolled by traffic signals.&nbsp;<br>\n<br>\nThese include: Cassava Piece Road, Mannings Hill Road and Hillman Road, along\nConstant Spring Road; and Keesing Avenue, Omara Road and Three Miles in the\nHagley Park Road area</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The NWA also intends\nto have traffic signals in operation at Germaine Road, Pepperwood and the Naggo\nHead/Newlands intersection in Portmore, St. Catherine, as well as at Acadia\nDrive in Barbican, St. Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6713} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mandela-highway-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-6713\" /><figcaption>The Mandela Highway - a major thoroughfare connecting Kingston and St. Andrew to Spanish Town, Portmore and more. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Temporary lane\nmarkings are also being done, as the NWA seeks to reduce conflicting movements\nand inappropriate use of the newly laid corridors.</p>\n<!-- /wp:paragraph -->','NWA working to ease traffic woes across Corporate Area','','publish','open','closed','','nwa-working-to-ease-traffic-woes-across-corporate-area','','','2019-08-31 06:47:14','2019-08-31 11:47:14','',0,'https://buzz-caribbean.com/?p=6629',0,'post','',0),(6630,13,'2019-08-30 12:29:12','2019-08-30 17:29:12','','Manicure Nails','','inherit','open','closed','','manicure-nails','','','2019-08-30 12:29:12','2019-08-30 17:29:12','',6609,'https://buzz-caribbean.com/app/uploads/2019/08/manicure-nails.jpeg',0,'attachment','image/jpeg',0),(6631,23,'2019-08-30 13:14:53','2019-08-30 18:14:53','<!-- wp:image {\"id\":6632} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/wedding-couple-1024x683.jpg\" alt=\"\" class=\"wp-image-6632\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ahhhhh. The smell of\nlove in the air makes one think of cupid proudly sitting back congratulating\nhimself on another job well done. Weddings are a time of hope and the promise\nof forever. So, we dress up, eat and listen to heartfelt speeches about how\nthose two individuals have now become one, united in their commitment to each\nother.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Weddings are joyous celebrations, but some people get carried away in their youthful exuberance. To prevent getting kicked out of the wedding for playing the fool, let us explore some simple etiquette rules that we should all know. However, it does not hurt to have a gentle reminder.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6633} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/wedding-reception-1024x683.jpg\" alt=\"\" class=\"wp-image-6633\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Dos</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Carry a gift, or if there is a bridal registry,\njust register early and choose a present within your budget.</li><li>Have something to eat before you go. Never go to a\nwedding hungry. It is usually hours of waiting after the ceremony before you\nget something to eat at the reception. Who wants to stay famished for up to\nfour hours?!</li><li>Put your phones on silent or vibrate so that your\nobnoxious ring tone does not go off when they are exchanging vows. That is not\nthe time for Vybz Kartel to make an appearance. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":6634} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/wedding-wine-liquor-alcohol-1024x780.jpg\" alt=\"\" class=\"wp-image-6634\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Don’ts</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Carry a plus one if the invite did not extend one. That is just plain tacky.</li><li>Bring children along if the invitation did not say ‘and family’. Especially if the wedding is being kept at a hotel, they have to pay for every plate of food. </li><li>Do not ask for seconds. No matter how hungry you are, be satisfied with the prepared meal placed before you.</li><li>Do not walk with your foil paper to take away food for your dinner the next day. Who raised you?&nbsp;&nbsp; </li><li>Give a speech that will embarrass either the bride or groom. This is not the time to talk about how many girlfriends the groom previously had or how the bride was a chronic bed wetter up to her late teens. </li><li>Incessantly keep hitting the glass for the couple to kiss. After a while it gets very annoying as they may be conversing, eating or doing something which requires a bit of concentration. Every half hour or so is fine. </li><li>Get intoxicated. Drunk people are not cute.&nbsp; </li><li>Wear white. That is reserved for the bride on her special day.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by C.W. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>The opinions expressed in this article are those of the author. They do not purport to reflect the opinions or views of&nbsp;</em><strong><em>BUZZ</em></strong><em>&nbsp;or its employees.</em></p>\n<!-- /wp:paragraph -->','Follow these rules: Don\'t be an annoying wedding guest','','publish','open','closed','','follow-these-rules-dont-be-an-annoying-wedding-guest','','','2019-09-04 12:10:06','2019-09-04 17:10:06','',0,'https://buzz-caribbean.com/?p=6631',0,'post','',0),(6632,9,'2019-08-30 13:11:44','2019-08-30 18:11:44','','wedding-couple','','inherit','open','closed','','wedding-couple','','','2019-08-30 13:11:44','2019-08-30 18:11:44','',6631,'https://buzz-caribbean.com/app/uploads/2019/08/wedding-couple.jpg',0,'attachment','image/jpeg',0),(6633,9,'2019-08-30 13:12:02','2019-08-30 18:12:02','','wedding-reception','','inherit','open','closed','','wedding-reception','','','2019-08-30 13:12:02','2019-08-30 18:12:02','',6631,'https://buzz-caribbean.com/app/uploads/2019/08/wedding-reception.jpg',0,'attachment','image/jpeg',0),(6634,9,'2019-08-30 13:12:17','2019-08-30 18:12:17','','wedding-wine-liquor-alcohol','','inherit','open','closed','','wedding-wine-liquor-alcohol','','','2019-08-30 13:12:17','2019-08-30 18:12:17','',6631,'https://buzz-caribbean.com/app/uploads/2019/08/wedding-wine-liquor-alcohol.jpg',0,'attachment','image/jpeg',0),(6635,9,'2019-08-30 13:14:21','2019-08-30 18:14:21','<!-- wp:image {\"id\":6632} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/wedding-couple-1024x683.jpg\" alt=\"\" class=\"wp-image-6632\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ahhhhh. The smell of\nlove in the air makes one think of cupid proudly sitting back congratulating\nhimself on another job well done. Weddings are a time of hope and the promise\nof forever. So, we dress up, eat and listen to heartfelt speeches about how\nthose two individuals have now become one, united in their commitment to each\nother.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Weddings are joyous\ncelebrations, but some people get carried away in their youthful. To prevent\ngetting kicked out of the wedding for playing the fool, let us explore some\nsimple etiquette rules that we should all know. However, it does not hurt to\nhave a gentle reminder.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6633} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/wedding-reception-1024x683.jpg\" alt=\"\" class=\"wp-image-6633\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Dos</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Carry a gift, or if there is a bridal registry,\njust register early and choose a present within your budget.</li><li>Have something to eat before you go. Never go to a\nwedding hungry. It is usually hours of waiting after the ceremony before you\nget something to eat at the reception. Who wants to stay famished for up to\nfour hours?!</li><li>Put your phones on silent or vibrate so that your\nobnoxious ring tone does not go off when they are exchanging vows. That is not\nthe time for Vybz Kartel to make an appearance. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":6634} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/wedding-wine-liquor-alcohol-1024x780.jpg\" alt=\"\" class=\"wp-image-6634\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Don’ts</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Carry a plus one if the invite did not extend one. That is just plain tacky.</li><li>Bring children along if the invitation did not say ‘and family’. Especially if the wedding is being kept at a hotel, they have to pay for every plate of food. </li><li>Do not ask for seconds. No matter how hungry you are, be satisfied with the prepared meal placed before you.</li><li>Do not walk with your foil paper to take away food for your dinner the next day. Who raised you?   </li><li>Give a speech that will embarrass either the bride or groom. This is not the time to talk about how many girlfriends the groom previously had or how the bride was a chronic bed wetter up to her late teens. </li><li>Incessantly keep hitting the glass for the couple to kiss. After a while it gets very annoying as they may be conversing, eating or doing something which requires a bit of concentration. Every half hour or so is fine. </li><li>Get intoxicated. Drunk people are not cute.  </li><li>Wear white. That is reserved for the bride on her special day.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by C.W. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>The opinions expressed in this article are those of the author. They do not purport to reflect the opinions or views of&nbsp;</em><strong><em>BUZZ</em></strong><em>&nbsp;or its employees.</em></p>\n<!-- /wp:paragraph -->','Follow these rules: Don\'t be an annoying wedding guest','','inherit','closed','closed','','6631-revision-v1','','','2019-08-30 13:14:21','2019-08-30 18:14:21','',6631,'https://buzz-caribbean.com/article/6631-revision-v1/',0,'revision','',0),(6636,21,'2019-08-30 14:00:55','2019-08-30 19:00:55','<!-- wp:image {\"id\":6637} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kim-kardashian-west.jpg\" alt=\"Kim Kardashian West has suggested she is done having kids.\" class=\"wp-image-6637\" /><figcaption> Kim Kardashian West </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kim Kardashian West has suggested she is done having kids.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 38-year-old reality star welcomed her fourth child, son Psalm, via a surrogate in May, and she has admitted to her 147 million Instagram followers that she wouldn\'t be able to \"handle\" having a bigger brood because her babies need lots of \"attention\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Kanye wants to have more, though. He\'s been harassing me. He wants like seven.\"</p><cite>—  Kim Kardashian West  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In a Q&amp;A on her Instagram Stories, a fan asked her if she wants to have more children, and she replied: \"I LOVE my babies so much, but four is all I can handle with how busy I am, and each of my babies needs so much attention. (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Keeping Up with the Kardashians</strong> star - who also has North, six, Saint, three and Chicago, 19 months, with husband Kanye West - recently gushed about how her youngest is the calmest of her children. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1cCe6DgKHa/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1cCe6DgKHa/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>She wrote: \"My little man is the sweetest ever! He\'s honestly the best baby. Sleeps through the night and by far my most calm. How did I get so lucky?\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kim\'s admission that she doesn\'t want to expand her brood may come as a surprise to her husband, who told her he wants seven kids.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said last year: \"Kanye wants to have more, though. He\'s been harassing me. He wants like seven. He\'s like stuck in seven.\"<br><br></p>\n<!-- /wp:paragraph -->','Kim Kardashian done having kids?','','publish','open','closed','','kim-kardashian-done-having-kids','','','2019-08-30 13:45:18','2019-08-30 18:45:18','',0,'https://buzz-caribbean.com/?p=6636',0,'post','',0),(6637,9,'2019-08-30 13:23:31','2019-08-30 18:23:31','','kim-kardashian-west','','inherit','open','closed','','kim-kardashian-west','','','2019-08-30 13:23:31','2019-08-30 18:23:31','',6636,'https://buzz-caribbean.com/app/uploads/2019/08/kim-kardashian-west.jpg',0,'attachment','image/jpeg',0),(6638,9,'2019-08-30 13:25:04','2019-08-30 18:25:04','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1cCe6DgKHa/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1cCe6DgKHa/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1cCe6DgKHa/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">‪Bahamas ?? Pics Coming Up!  I thought taking a pic with three kids was hard OMG this is almost impossible! ‬</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/kimkardashian/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Kim Kardashian West</a> (@kimkardashian) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-21T19:40:34+00:00\">Aug 21, 2019 at 12:40pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','5d143d6bf7074d70a357924a7c4ed988','','','2019-08-30 13:25:04','2019-08-30 18:25:04','',0,'https://buzz-caribbean.com/article/5d143d6bf7074d70a357924a7c4ed988/',0,'oembed_cache','',0),(6639,4,'2019-08-30 13:32:04','2019-08-30 18:32:04','<!-- wp:paragraph -->\n<p>Haile Selassie’s coach Akeno Morgan believes he has the quality to outperform the top schools in the Corporate Area schoolboy football Manning Cup competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Morgan is optimistic about Haile Selassie’s chances in the competition, especially since it will be a youthful bunch of players who will form the core of his squad.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I think we have the squad to go as far as we can.\'</p><cite>— Coach Morgan</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“It is a pretty young team. It’s a building programme that I am doing. I think we have the squad to go as far as we can, but the first step is to get past the first round and then we will take it from there. If you look at the group, it is a fairly young group, in terms of its not the traditional schools like (St) George’s, Jamaica College or Kingston College,” Morgan said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be one of the two automatic teams to qualify for the next round, Haile Selassie will have to tally more points than their Group A opponents, Holy Trinity, St Jago, Cumberland, Clan Carthy and Bridgeport.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Morgan, Holy Trinity should be the team to fear in the group. He also expressed respect for Bridgeport, which won the competition on two occasions, in 2001 and 2006. Morgan, however, is confident that the preparation for the competition, despite starting “a little late” will enable Haile Selassie’s players to overcome the challenges and make it to the next stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'Once they come on the day and click, I think they can beat anybody in schoolboy football.\'</p><cite>— Coach Morgan</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"We have some fairly solid players, especially a few of the players from last season. It’s a good bunch collectively. Once they come on the day and click, I think they can beat anybody in schoolboy football in the country, but it’s football and it is not just about the preparation. It is to come in the frame of mind to play football on the day,\" Morgan said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Morgan said in their preparation they played practice matches mainly against Red Stripe Premier League teams. They won three of the matches and lost four. Holy Trinity failed to advance to the second round of the competition last year, but before that, they had progressed beyond the first round for three consecutive years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The competition will begin on Saturday, September 7.</p>\n<!-- /wp:paragraph -->','Coach Morgan: Haile Selassie have the quality to beat any Manning Cup contender','','inherit','closed','closed','','6623-revision-v1','','','2019-08-30 13:32:04','2019-08-30 18:32:04','',6623,'https://buzz-caribbean.com/article/6623-revision-v1/',0,'revision','',0),(6640,9,'2019-08-30 13:33:42','2019-08-30 18:33:42','<!-- wp:image {\"id\":6637} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kim-kardashian-west.jpg\" alt=\"\" class=\"wp-image-6637\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kim Kardashian West has suggested she is done having kids.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 38-year-old reality star welcomed her fourth child, son Psalm, via a surrogate in May, and she has admitted to her 147 million Instagram followers that she wouldn\'t be able to \"handle\" having a bigger brood because her babies need lots of \"attention\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Kanye wants to have more, though. He\'s been harassing me. He wants like seven.\"</p><cite>—  Kim Kardashian West  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In a Q&amp;A on her Instagram Stories, a fan asked her if she wants to have more children, and she replied: \"I LOVE my babies so much, but four is all I can handle with how busy I am, and each of my babies needs so much attention. (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Keeping Up with the Kardashians</strong> star - who also has North, six, Saint, three and Chicago, 19 months, with husband Kanye West - recently gushed about how her youngest is the calmest of her children. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1cCe6DgKHa/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1cCe6DgKHa/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>She wrote: \"My little man is the sweetest ever! He\'s honestly the best baby. Sleeps through the night and by far my most calm. How did I get so lucky?\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kim\'s admission that she doesn\'t want to expand her brood may come as a surprise to her husband, who told her he wants seven kids.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said last year: \"Kanye wants to have more, though. He\'s been harassing me. He wants like seven. He\'s like stuck in seven.\"<br><br></p>\n<!-- /wp:paragraph -->','Kim Kardashian done having kids?','','inherit','closed','closed','','6636-revision-v1','','','2019-08-30 13:33:42','2019-08-30 18:33:42','',6636,'https://buzz-caribbean.com/article/6636-revision-v1/',0,'revision','',0),(6641,9,'2019-08-30 13:34:13','2019-08-30 18:34:13','<!-- wp:image {\"id\":6637} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kim-kardashian-west.jpg\" alt=\"\" class=\"wp-image-6637\" /><figcaption> Kim Kardashian West </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kim Kardashian West has suggested she is done having kids.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 38-year-old reality star welcomed her fourth child, son Psalm, via a surrogate in May, and she has admitted to her 147 million Instagram followers that she wouldn\'t be able to \"handle\" having a bigger brood because her babies need lots of \"attention\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Kanye wants to have more, though. He\'s been harassing me. He wants like seven.\"</p><cite>—  Kim Kardashian West  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In a Q&amp;A on her Instagram Stories, a fan asked her if she wants to have more children, and she replied: \"I LOVE my babies so much, but four is all I can handle with how busy I am, and each of my babies needs so much attention. (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Keeping Up with the Kardashians</strong> star - who also has North, six, Saint, three and Chicago, 19 months, with husband Kanye West - recently gushed about how her youngest is the calmest of her children. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1cCe6DgKHa/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1cCe6DgKHa/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>She wrote: \"My little man is the sweetest ever! He\'s honestly the best baby. Sleeps through the night and by far my most calm. How did I get so lucky?\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kim\'s admission that she doesn\'t want to expand her brood may come as a surprise to her husband, who told her he wants seven kids.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said last year: \"Kanye wants to have more, though. He\'s been harassing me. He wants like seven. He\'s like stuck in seven.\"<br><br></p>\n<!-- /wp:paragraph -->','Kim Kardashian done having kids?','','inherit','closed','closed','','6636-revision-v1','','','2019-08-30 13:34:13','2019-08-30 18:34:13','',6636,'https://buzz-caribbean.com/article/6636-revision-v1/',0,'revision','',0),(6642,9,'2019-08-30 13:36:20','2019-08-30 18:36:20','<!-- wp:image {\"id\":6637} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kim-kardashian-west.jpg\" alt=\"Kim Kardashian West has suggested she is done having kids.\" class=\"wp-image-6637\" /><figcaption> Kim Kardashian West </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kim Kardashian West has suggested she is done having kids.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 38-year-old reality star welcomed her fourth child, son Psalm, via a surrogate in May, and she has admitted to her 147 million Instagram followers that she wouldn\'t be able to \"handle\" having a bigger brood because her babies need lots of \"attention\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Kanye wants to have more, though. He\'s been harassing me. He wants like seven.\"</p><cite>—  Kim Kardashian West  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In a Q&amp;A on her Instagram Stories, a fan asked her if she wants to have more children, and she replied: \"I LOVE my babies so much, but four is all I can handle with how busy I am, and each of my babies needs so much attention. (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Keeping Up with the Kardashians</strong> star - who also has North, six, Saint, three and Chicago, 19 months, with husband Kanye West - recently gushed about how her youngest is the calmest of her children. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1cCe6DgKHa/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1cCe6DgKHa/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>She wrote: \"My little man is the sweetest ever! He\'s honestly the best baby. Sleeps through the night and by far my most calm. How did I get so lucky?\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kim\'s admission that she doesn\'t want to expand her brood may come as a surprise to her husband, who told her he wants seven kids.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said last year: \"Kanye wants to have more, though. He\'s been harassing me. He wants like seven. He\'s like stuck in seven.\"<br><br></p>\n<!-- /wp:paragraph -->','Kim Kardashian done having kids?','','inherit','closed','closed','','6636-revision-v1','','','2019-08-30 13:36:20','2019-08-30 18:36:20','',6636,'https://buzz-caribbean.com/article/6636-revision-v1/',0,'revision','',0),(6643,4,'2019-08-30 14:18:12','2019-08-30 19:18:12','','Haile-Selassie-football-coach-Akeno-Morgan','','inherit','open','closed','','haile-selassie-football-coach-akeno-morgan','','','2019-08-30 14:18:12','2019-08-30 19:18:12','',6623,'https://buzz-caribbean.com/app/uploads/2019/08/Haile-Selassie-football-coach-Akeno-Morgan.jpg',0,'attachment','image/jpeg',0),(6645,11,'2019-08-30 14:22:56','2019-08-30 19:22:56','','Lounge-Area-VMBS-Fairview-Montego-Bay','','inherit','open','closed','','lounge-area-vmbs-fairview-montego-bay','','','2019-08-30 14:22:56','2019-08-30 19:22:56','',6627,'https://buzz-caribbean.com/app/uploads/2019/08/Lounge-Area-VMBS-Fairview-Montego-Bay.jpg',0,'attachment','image/jpeg',0),(6646,11,'2019-08-30 14:23:44','2019-08-30 19:23:44','','Redesigned-Space-VMBS-Fairview-Montego-Bay','','inherit','open','closed','','redesigned-space-vmbs-fairview-montego-bay','','','2019-08-30 14:23:44','2019-08-30 19:23:44','',6627,'https://buzz-caribbean.com/app/uploads/2019/08/Redesigned-Space-VMBS-Fairview-Montego-Bay.jpg',0,'attachment','image/jpeg',0),(6647,11,'2019-08-30 14:24:04','2019-08-30 19:24:04','','Tech-Advances-VMBS-Fairview-Montego-Bay','','inherit','open','closed','','tech-advances-vmbs-fairview-montego-bay','','','2019-08-30 14:24:04','2019-08-30 19:24:04','',6627,'https://buzz-caribbean.com/app/uploads/2019/08/Tech-Advances-VMBS-Fairview-Montego-Bay.jpg',0,'attachment','image/jpeg',0),(6648,11,'2019-08-30 14:24:20','2019-08-30 19:24:20','','Tech-Advances-VMBS-Fairview-Montego-Bay-1','','inherit','open','closed','','tech-advances-vmbs-fairview-montego-bay-1','','','2019-08-30 14:24:20','2019-08-30 19:24:20','',6627,'https://buzz-caribbean.com/app/uploads/2019/08/Tech-Advances-VMBS-Fairview-Montego-Bay-1.jpg',0,'attachment','image/jpeg',0),(6649,11,'2019-08-30 14:24:58','2019-08-30 19:24:58','','New VMBS Branch Fairview Montego Bay','','inherit','open','closed','','redesigned-space-vmbs-fairview-montego-bay-2','','','2019-08-30 15:34:03','2019-08-30 20:34:03','',6627,'https://buzz-caribbean.com/app/uploads/2019/08/Redesigned-Space-VMBS-Fairview-Montego-Bay-1.jpg',0,'attachment','image/jpeg',0),(6650,11,'2019-08-30 14:25:38','2019-08-30 19:25:38','','Tablets VMBS Fairview Montego Bay','','inherit','open','closed','','tablets-vmbs-fairview-montego-bay','','','2019-08-30 14:25:38','2019-08-30 19:25:38','',6627,'https://buzz-caribbean.com/app/uploads/2019/08/Tablets-VMBS-Fairview-Montego-Bay.jpg',0,'attachment','image/jpeg',0),(6651,4,'2019-08-30 14:34:05','2019-08-30 19:34:05','','Haile-Selassie-coach-Akeno-Morgan','','inherit','open','closed','','haile-selassie-coach-akeno-morgan','','','2019-08-30 14:34:05','2019-08-30 19:34:05','',6623,'https://buzz-caribbean.com/app/uploads/2019/08/Haile-Selassie-coach-Akeno-Morgan.jpg',0,'attachment','image/jpeg',0),(6652,4,'2019-08-30 14:44:37','2019-08-30 19:44:37','<!-- wp:image {\"id\":6643} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Haile-Selassie-football-coach-Akeno-Morgan-1024x683.jpg\" alt=\"\" class=\"wp-image-6643\" /><figcaption> Haile Selassie football squad during a recent training session.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Haile Selassie’s coach Akeno Morgan believes he has the quality to outperform the top schools in the Corporate Area schoolboy football Manning Cup competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Morgan is optimistic about Haile Selassie’s chances in the competition, especially since it will be a youthful bunch of players who will form the core of his squad.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I think we have the squad to go as far as we can.\'</p><cite>— Coach Morgan</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“It is a pretty young team. It’s a building programme that I am doing. I think we have the squad to go as far as we can, but the first step is to get past the first round and then we will take it from there. If you look at the group, it is a fairly young group, in terms of its not the traditional schools like (St) George’s, Jamaica College or Kingston College,” Morgan said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be one of the two automatic teams to qualify for the next round, Haile Selassie will have to tally more points than their Group A opponents, Holy Trinity, St Jago, Cumberland, Clan Carthy and Bridgeport.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6651} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Haile-Selassie-coach-Akeno-Morgan-1024x683.jpg\" alt=\"\" class=\"wp-image-6651\" /><figcaption>Haile Selassie’s coach Akeno Morgan believes his team has the quality to be a top Manning Cup contender.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to Morgan, Holy Trinity should be the team to fear in the group. He also expressed respect for Bridgeport, which won the competition on two occasions, in 2001 and 2006. Morgan, however, is confident that the preparation for the competition, despite starting “a little late” will enable Haile Selassie’s players to overcome the challenges and make it to the next stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'Once they come on the day and click, I think they can beat anybody in schoolboy football.\'</p><cite>— Coach Morgan</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"We have some fairly solid players, especially a few of the players from last season. It’s a good bunch collectively. Once they come on the day and click, I think they can beat anybody in schoolboy football in the country, but it’s football and it is not just about the preparation. It is to come in the frame of mind to play football on the day,\" Morgan said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Morgan said in their preparation they played practice matches mainly against Red Stripe Premier League teams. They won three of the matches and lost four. Holy Trinity failed to advance to the second round of the competition last year, but before that, they had progressed beyond the first round for three consecutive years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The competition will begin on Saturday, September 7.</p>\n<!-- /wp:paragraph -->','Coach Morgan: Haile Selassie have the quality to beat any Manning Cup contender','','inherit','closed','closed','','6623-revision-v1','','','2019-08-30 14:44:37','2019-08-30 19:44:37','',6623,'https://buzz-caribbean.com/article/6623-revision-v1/',0,'revision','',0),(6653,11,'2019-08-30 15:38:46','2019-08-30 20:38:46','<!-- wp:paragraph -->\n<p>For years, Victoria Mutual Building Society has been able to offer clients reliable and much-needed services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6645} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lounge-Area-VMBS-Fairview-Montego-Bay-1024x768.jpg\" alt=\"Lounge area in VMBS Fairview, Montego Bay.\" class=\"wp-image-6645\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, for clients in Fairview, Montego Bay they have upped the ante with the new customer care centre/ branch. With a focus on all that is modern and trendy, customers in St James and its environs can enjoy premium service in a state-of-the-art facility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6646} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Redesigned-Space-VMBS-Fairview-Montego-Bay-1024x768.jpg\" alt=\"Interior view of VMBS customer care branch in Fairview, Montego Bay.\" class=\"wp-image-6646\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This facility always exudes a welcoming atmosphere with its friendly staff always seeking to lend a hand to assist you with your query or needed action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6648} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tech-Advances-VMBS-Fairview-Montego-Bay-1-1024x768.jpg\" alt=\"Multiple tablets centrally located in VMBS customer care branch in Fairview, Montego Bay.\" class=\"wp-image-6648\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It has integrated into its operations modern technology including the use of tablets to allow customers to gather needed information without having to wait on a rep for any long periods of time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6650} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tablets-VMBS-Fairview-Montego-Bay-1024x768.jpg\" alt=\"Closer look at tablets availablr in VMBS customer care branch in Fairview, Montego Bay.\" class=\"wp-image-6650\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In short order, it is expected that the branch in the parish capital of Montego Bay will be getting an overhaul with modern features. That too should be quite welcomed by the customers who utilize that particular branch.</p>\n<!-- /wp:paragraph -->','VMBS turning ups the ante in Montego Bay','','inherit','closed','closed','','6627-revision-v1','','','2019-08-30 15:38:46','2019-08-30 20:38:46','',6627,'https://buzz-caribbean.com/article/6627-revision-v1/',0,'revision','',0),(6654,11,'2019-08-30 15:38:57','2019-08-30 20:38:57','<!-- wp:paragraph -->\n<p>For years, Victoria Mutual Building Society has been able to offer clients reliable and much-needed services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6645} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lounge-Area-VMBS-Fairview-Montego-Bay-1024x768.jpg\" alt=\"Lounge area in VMBS Fairview, Montego Bay.\" class=\"wp-image-6645\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, for clients in Fairview, Montego Bay they have upped the ante with the new customer care centre/ branch. With a focus on all that is modern and trendy, customers in St James and its environs can enjoy premium service in a state-of-the-art facility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6646} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Redesigned-Space-VMBS-Fairview-Montego-Bay-1024x768.jpg\" alt=\"Interior view of VMBS customer care branch in Fairview, Montego Bay.\" class=\"wp-image-6646\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This facility always exudes a welcoming atmosphere with its friendly staff always seeking to lend a hand to assist you with your query or needed action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6648} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tech-Advances-VMBS-Fairview-Montego-Bay-1-1024x768.jpg\" alt=\"Multiple tablets centrally located in VMBS customer care branch in Fairview, Montego Bay.\" class=\"wp-image-6648\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It has integrated into its operations modern technology including the use of tablets to allow customers to gather needed information without having to wait on a rep for any long periods of time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6650} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Tablets-VMBS-Fairview-Montego-Bay-1024x768.jpg\" alt=\"Closer look at tablets availablr in VMBS customer care branch in Fairview, Montego Bay.\" class=\"wp-image-6650\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In short order, it is expected that the branch in the parish capital of Montego Bay will be getting an overhaul with modern features. That too should be quite welcomed by the customers who utilize that particular branch.</p>\n<!-- /wp:paragraph -->','VMBS ups the ante in Montego Bay','','inherit','closed','closed','','6627-revision-v1','','','2019-08-30 15:38:57','2019-08-30 20:38:57','',6627,'https://buzz-caribbean.com/article/6627-revision-v1/',0,'revision','',0),(6656,21,'2019-08-30 17:28:35','2019-08-30 22:28:35','<!-- wp:paragraph -->\n<p>Did Kim Kardashian West hint to the world a gospel project from husband rapper Kanye West?  Yesterday, the reality star took to her Instagram story and posted a list of tracks, with the title \"Jesus Is King\" and \"September 29th\" written at the bottom. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6663} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kanye-Gospel-Album-List.png\" alt=\"Instagram post from Kim Kardashian-West showing a list of gospel songs titled Jesus Is King and the date September 29 at the bottom.\" class=\"wp-image-6663\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When the West family in January of this year announced they will be having Sunday morning services, many wondered what exactly the service would entail. Weeks before the Jenner and Kardashian clan had been showing snippets of rehearsals on their social media. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What is the Sunday service?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some describe it as a musical sermon.  The service focuses heavily on music, so they will sing gospel songs and will also change the beat on secular music and arrange them as gospel songs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=bWmTHtDtB1o\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=bWmTHtDtB1o\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The service has strict rules to abide by, as it is by invitation only and each guest signs a non-disclosure agreement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=XTjvaR_6kIM\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=XTjvaR_6kIM\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Since Kim posted the tracklist the review from social media has been 50/50, some saying, “Yes and it\'s releasing at the end of Sept.” and others “Can y\'all stop pushing this fairy tale?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>So tell us </em><strong><em>BUZZ </em></strong><em>fam, will you be getting your worship on with a Kanye West gospel album if it drops?</em></p>\n<!-- /wp:paragraph -->','Kanye dropping gospel album \'Jesus Is King\'?','','publish','open','closed','','kanye-dropping-gospel-album-jesus-is-king','','','2019-08-30 17:28:36','2019-08-30 22:28:36','',0,'https://buzz-caribbean.com/?p=6656',0,'post','',0),(6657,23,'2019-08-31 06:00:31','2019-08-31 11:00:31','<!-- wp:image {\"id\":6697} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cumberland-football-team-2-1024x683.jpg\" alt=\"\" class=\"wp-image-6697\" /><figcaption>Members of the Cumberland High School squad during a recent practice session.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cumberland High School are looking to build on the success they achieved last year in the Corporate Area schoolboy football competition, <a href=\"https://buzz-caribbean.com/article/coach-morgan-haile-selassie-have-the-quality-to-beat-any-manning-cup-contender/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Manning Cup (opens in a new tab)\">Manning Cup</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Coach Kemar Brown and principal Darien Henry are confident that Cumberland, which is based in Portmore, St Catherine, will create a stir in the competition similar to what they did last year when the team advanced to the second round for the first time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brown said: \"The expectations for Cumberland are very high, based on the season that we had last year. We are trying to bring over the momentum into this season and see if it can actually make us qualify for the second round.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6704} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cumberland-coach-kemar-brown-1024x646.png\" alt=\"\" class=\"wp-image-6704\" /><figcaption>Cumberland Coach Kemar Brown expecting great things from his squad this season.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brown is confident that the team can earn a place in the quarter-finals based on the work that has been put in over the holidays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Principal Henry added: \"My expectations are very high. I knew that Cumberland’s Manning Cup team would have surprised the entire football fraternity and the country in general. This year we have another surprise in the bag as we are going to be a team to be reckoned with. We have been working throughout the summer and we expect good performances from them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We are expecting to at least reach the quarter-finals because we definitely have ourselves to come out of the zone and we know what is required of us to come out. We are looking forward to the quarterfinals and once we reach that stage we are looking forward to reaching further than there.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6705} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cumberland-principal-darien-henry.png\" alt=\"\" class=\"wp-image-6705\" /><figcaption>Cumberland Principal Darien Henry says </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The confidence of both the coach and principal is boosted by Cumberland getting positives results from the more than 20 practice matches they have played. Another boost for Cumberland is the retention of 15 players from last year’s history-making squad.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brown, however, is wary of the other teams in Group A of the competition, which is also made up of Holy Trinity, St Jago, Haile Selassie, Bridgeport and Clan Carthy. Brown said the teams in the group are going to be tough. He believes that it will be the most competitive of the seven groups. Brown, however, believes that Holy Trinity and St Jago will be his main rivals from the group.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6696} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cumberland-football-team-1024x683.jpg\" alt=\"\" class=\"wp-image-6696\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He is expecting Nicholas Shorter, Christopher Morgan and Javante Grant to bear the brunt of the workload for Cumberland. Brown said they have worked to build depth in the squad. He believes the lack of depth factored into their failure to sparkle after advancing to the second round last year, with injuries affecting them. \"We are dedicated and committed to putting in this work to actually qualify as front runners [from the group] because our aim definitely also, is to play the Digicel Cup,\" Brown said.</p>\n<!-- /wp:paragraph -->','Cumberland looking to surprise at Manning Cup','','publish','open','closed','','cumberland-looking-to-surprise-at-manning-cup','','','2019-08-30 20:03:09','2019-08-31 01:03:09','',0,'https://buzz-caribbean.com/?p=6657',0,'post','',0),(6658,4,'2019-08-30 16:02:00','2019-08-30 21:02:00','<!-- wp:paragraph -->\n<p>Cumberland High School are looking to build on the success\nthey achieved last year in the corporate area schoolboy football Manning Cup\ncompetition to once again create history and surprise the football fraternity\nin the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Coach Kemar Brown and principal Darien Henry are confident\nthat Cumberland will create a stir in the competition like they did last year,\nwhen they advanced to the second round for the first time in the school’s\nhistory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brown said, “the expectations for Cumberland are very high,\nbased on the season that we had last year. We are trying to bring over the\nmomentum into this season and see if it can actually make us qualify for the\nsecond round.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Henry added, “my expectations are very high. I knew that\nCumberland’s Manning Cup team would have surprised the entire football\nfraternity and the country in general. This year we have another surprise in\nthe bag as we are going to be a team to be reckoned with. We have been working\nthroughout the summer and we expect good performances from them.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Brown, he is confident that the team can earn a\nplace in the quarter-finals based on the work that has been put in over the\nholidays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said, “we are expecting to at least reach the\nquarter-finals because we definitely have ourselves to come out of the zone and\nwe know what is required of us to come out. We are looking forward to the\nquarterfinals and once we reach that stage we are looking forward to reaching\nfurther than there.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Henry said, “based on the strategic plan the coaches and\nI was looking at, we expect them to surpass the first and second rounds.\nIt’s a formidable team and there are other formidable teams and we know our\nlimitations but we know our strengths as well.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The confidence of both the coach and principal is boosted by\nCumberland getting positives results from the more than 20 practice matches\nthat they have played, which include beating Hydel 1-0 and losing 3-0 to Old\nHarbour, 2-1 to defending champions Kingston College and 2-1 to Charlemont.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While principal Henry admitted that Cumberland were\nstretched for resources over the holidays, coach Brown said the players are\nabout 75 percent and on the right track for a successful season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another boost for Cumberland is the retention of 15 players\nfrom last year’s history-making squad.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brown, however, is wary of the other teams in Group A of\nthe competition, which is also made up of Holy Trinity, St Jago, Haile\nSelassie, Bridgeport and Clan Carthy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Brown, the teams in the group are going to be\ntough, as he believes that it will be the most competitive of the seven groups\nwith all the teams competent to deliver on match days. Brown, however, believes\nthat Holy Trinity and St Jago will be his main rivals from the group.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is expecting Nicholas Shorter, Christopher Morgan and\nJavante Grant to bear the brunt of the workload for Cumberland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brown said they have worked to build depth in the squad as\nhe believes it factored in their failure to sparkle after advancing to the\nsecond round last year, with injuries affecting them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brown said, “we are dedicated and committed to putting in\nthis work to actually qualify as front runners (from the group) because our aim\ndefinitely also, is to play the Digicel Cup.”</p>\n<!-- /wp:paragraph -->','Cumberland look for Manning Cup growth with quarter-finals ambitions','','inherit','closed','closed','','6657-revision-v1','','','2019-08-30 16:02:00','2019-08-30 21:02:00','',6657,'https://buzz-caribbean.com/article/6657-revision-v1/',0,'revision','',0),(6659,21,'2019-08-30 16:12:45','2019-08-30 21:12:45','<!-- wp:image {\"id\":6660} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Boss-Man-Health-Ministry-Prostate-Cancer-A-20190830-1024x682.jpg\" alt=\"Minister of Health and Wellness, Dr Christopher Tufton, at the launch of prostate cancer awareness campaign called \'Boss Man\'.  \" class=\"wp-image-6660\" /><figcaption> Minister of Health and Wellness, Dr Christopher Tufton (left), helps to hold a \'Boss Man\' shirt at the launch of the awareness campaign on Thursday at Hope Gardens, St Andrew. Others taking part (from second left) are executive chairman of the Guardsman Group, Kenny Benjamin; executive director of the Jamaica Cancer Society, Yulit Gordon; chief executive officer of the National Health Fund (NHF), Everton Anderson; and president of the &nbsp;Guardian Group, Eric Hosin. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Jamaica Cancer Society (JCS) is recommending that screening for prostate cancer become a national policy so that some of the current barriers to screening will be reduced.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Yulit Gordon, executive director of the society, 1,309 new cases of prostate cancer were diagnosed in Jamaica in 2018. She said that most of these cases were at an advanced state due to low screening levels in the population.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She was speaking at the launch of ‘Boss Man’ at the Hope Botanic Gardens on Thursday. ‘Boss Man’ is an awareness campaign launched by the Ministry of Health and Wellness to help reduce the high number of deaths associated with the illness. For ‘Boss Man’, the ministry has partnered with the Guardian Group, the JCS and the Guardsman Group.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"In Jamaica, we face many barriers that prevent our Jamaican men from accessing the available screening services.\" </p><cite>—  Yulit Gordon </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Gordon said that with the prevalence of prostate cancer in the Jamaican population, it is critical that the ministry and the JCS work towards screening becoming national policy.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This should ensure that all males over the age of 40 years have access to screening both in our public and private facilities,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“High-risk groups are recommended to screen annually for the disease. In Jamaica, we face many barriers that prevent our Jamaican men from accessing the available screening services. Some of these barriers are the fear of the digital rectal examination, especially if being administered by a male urologist,” Gordon said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6661} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Boss-Man-Health-Ministry-Prostate-Cancer-BBB-20190830-1024x683.jpg\" alt=\"Minister of Health and Wellness, Dr Christopher Tufton, speaks at the launch of \'Boss Man\'\" class=\"wp-image-6661\" /><figcaption>  Minister of Health and Wellness, Dr Christopher Tufton, speaks at the launch of \'Boss Man\' on Thursday. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Other hurdles include the fear of diagnosis, fear of treatment and its effects, and the costs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the JCS, one in eight Jamaican men will be diagnosed with prostate cancer in their lifetime.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Risk factors for\nprostate cancer include family history, age and lifestyle. Also, it has been\nfound that black men are at a higher risk than other races of developing prostate\ncancer. </p>\n<!-- /wp:paragraph -->','Be a \'Boss Man\': Campaign launched to tackle prostate cancer','','publish','open','closed','','be-a-boss-man-campaign-launched-to-tackle-prostate-cancer','','','2019-08-30 17:51:30','2019-08-30 22:51:30','',0,'https://buzz-caribbean.com/?p=6659',0,'post','',0),(6660,9,'2019-08-30 16:13:53','2019-08-30 21:13:53','','Boss-Man-Health-Ministry-Prostate-Cancer-A-20190830','','inherit','open','closed','','boss-man-health-ministry-prostate-cancer-a-20190830','','','2019-08-30 16:13:53','2019-08-30 21:13:53','',6659,'https://buzz-caribbean.com/app/uploads/2019/08/Boss-Man-Health-Ministry-Prostate-Cancer-A-20190830.jpg',0,'attachment','image/jpeg',0),(6661,9,'2019-08-30 16:15:07','2019-08-30 21:15:07','','Boss-Man-Health-Ministry-Prostate-Cancer-BBB-20190830','','inherit','open','closed','','boss-man-health-ministry-prostate-cancer-bbb-20190830','','','2019-08-30 16:15:07','2019-08-30 21:15:07','',6659,'https://buzz-caribbean.com/app/uploads/2019/08/Boss-Man-Health-Ministry-Prostate-Cancer-BBB-20190830.jpg',0,'attachment','image/jpeg',0),(6662,9,'2019-08-30 16:23:15','2019-08-30 21:23:15','<!-- wp:image {\"id\":6660} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Boss-Man-Health-Ministry-Prostate-Cancer-A-20190830-1024x682.jpg\" alt=\"Minister of Health and Wellness, Dr Christopher Tufton, at the launch of prostate cancer awareness campaign called \'Boss Man\'.  \" class=\"wp-image-6660\" /><figcaption> Minister of Health and Wellness, Dr Christopher Tufton (left), helps to hold a \'Boss Man\' shirt at the launch of the awareness campaign on Thursday at Hope Gardens, St Andrew. Others taking part (from second left) are executive chairman of the Guardsman Group, Kenny Benjamin; executive director of the Jamaica Cancer Society, Yulit Gordon; chief executive officer of the National Health Fund (NHF), Everton Anderson; and president of the  Guardian Group, Eric Hosin. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Jamaica Cancer Society (JCS) is recommending that screening for prostate cancer become a national policy so that some of the current barriers to screening will be reduced.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Yulit Gordon, executive director of the society, 1,309 new cases of prostate cancer were diagnosed in Jamaica in 2018. She said that most of these cases were at an advanced state due to low screening levels in the population.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She was speaking at the launch of ‘Boss Man’ at the Hope Botanic Gardens on Thursday. ‘Boss Man’ is an awareness campaign launched by the Ministry of Health and Wellness to help reduce the high number of deaths associated with the illness. For ‘Boss Man’, the ministry has partnered with the Guardian Group, the JCS and the Guardsman Group.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"In Jamaica, we face many barriers that prevent our Jamaican men from accessing the available screening services.\" </p><cite>—  Yulit Gordon </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Gordon said that with the prevalence of prostate cancer in the Jamaican population, it is critical that the ministry and the JCS work towards screening becoming national policy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This should ensure that all males over the age of 40 years have access to screening both in our public and private facilities,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“High-risk groups are recommended to screen annually for the disease. In Jamaica, we face many barriers that prevent our Jamaican men from accessing the available screening services. Some of these barriers are the fear of the digital rectal examination, especially if being administered by a male urologist,” Gordon said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6661} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Boss-Man-Health-Ministry-Prostate-Cancer-BBB-20190830-1024x683.jpg\" alt=\"Minister of Health and Wellness, Dr Christopher Tufton, speaks at the launch of \'Boss Man\'\" class=\"wp-image-6661\" /><figcaption>  Minister of Health and Wellness, Dr Christopher Tufton, speaks at the launch of \'Boss Man\' on Thursday. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Other hurdles include the fear of diagnosis, fear of treatment and its effects, and the costs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the JCS, one in eight Jamaican men will be diagnosed with prostate cancer in their lifetime.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Risk factors for\nprostate cancer include family history, age and lifestyle. Also, it has been\nfound that black men are at a higher risk than other races of developing prostate\ncancer. </p>\n<!-- /wp:paragraph -->','Be a \'Boss Man\': Campaign launched to tackle prostate cancer','','inherit','closed','closed','','6659-revision-v1','','','2019-08-30 16:23:15','2019-08-30 21:23:15','',6659,'https://buzz-caribbean.com/article/6659-revision-v1/',0,'revision','',0),(6663,11,'2019-08-30 16:33:50','2019-08-30 21:33:50','','Kanye-Gospel-Album-List','','inherit','open','closed','','kanye-gospel-album-list','','','2019-08-30 16:33:50','2019-08-30 21:33:50','',6656,'https://buzz-caribbean.com/app/uploads/2019/08/Kanye-Gospel-Album-List.png',0,'attachment','image/png',0),(6664,11,'2019-08-30 16:38:49','2019-08-30 21:38:49','<iframe title=\"Kanye West - Jesus Walks (Sunday Service Snippet)\" width=\"1333\" height=\"1000\" src=\"https://www.youtube.com/embed/bWmTHtDtB1o?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','df00cf96f7e0994176ef5b2db9300722','','','2019-08-30 16:38:49','2019-08-30 21:38:49','',0,'https://buzz-caribbean.com/article/df00cf96f7e0994176ef5b2db9300722/',0,'oembed_cache','',0),(6665,11,'2019-08-30 16:38:49','2019-08-30 21:38:49','<iframe title=\"Kanye west church service in Calabasas lit previews a yandhi snippet [full video]\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/XTjvaR_6kIM?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','de3c33243f3f4699368f210c8c99fbcb','','','2019-08-30 16:38:49','2019-08-30 21:38:49','',0,'https://buzz-caribbean.com/article/de3c33243f3f4699368f210c8c99fbcb/',0,'oembed_cache','',0),(6666,21,'2019-08-30 17:30:10','2019-08-30 22:30:10','<!-- wp:image {\"id\":6667} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lana-Del-Rey-20190830.jpg\" alt=\"Lana Del Rey always checks where the exits are at cinemas and big events since the mass shootings in the US\" class=\"wp-image-6667\" /><figcaption>Lana Del Rey</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lana Del Rey always checks where the exits are at cinemas and big events since the mass shootings in the US.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 34-year-old singer penned the track <strong>Look For America</strong> on her album, <strong>Norman F***ing Rockwell</strong>, after being deeply affected by the El Paso and Dayton shootings this year, and she has admitted that the rise of gun violence in her country has made herself and the majority of American citizens extra cautious when they are in large numbers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"When I go to the movie theatre I always make sure I know where the exits are.\"  </p><cite>—  Lana Del Rey </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In an interview with Britain\'s The Times newspaper, she admitted: \"When I go to the movie theatre I always make sure I know where the exits are. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We all do. The same with any big parade or Fourth of July event. I\'m not the only one who thinks about it. It\'s everybody.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lana also accused President Donald Trump of having a \"personality problem\", which is dividing the country and inciting violent behaviour, adding that \"it\'s hurting people and encouraging violence in the culture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"If people think that\'s not a coincidence, my opinion is that they\'re wrong,\" said the <strong>Doin Time</strong> singer. </p>\n<!-- /wp:paragraph -->','Lana Del Rey \'always checks for exits\' since mass shootings','','publish','open','closed','','lana-del-rey-always-checks-for-exits-since-mass-shootings','','','2019-08-30 16:44:01','2019-08-30 21:44:01','',0,'https://buzz-caribbean.com/?p=6666',0,'post','',0),(6667,9,'2019-08-30 16:40:21','2019-08-30 21:40:21','','2019 Buku Music + Art Project - Day 1','NEW ORLEANS, LOUISIANA - MARCH 22: Lana Del Rey performs during BUKU Music + Art Project at Mardi Gras World on March 22, 2019 in New Orleans, Louisiana. (Photo by Erika Goldring/Getty Images)','inherit','open','closed','','2019-buku-music-art-project-day-1','','','2019-08-30 16:40:21','2019-08-30 21:40:21','',6666,'https://buzz-caribbean.com/app/uploads/2019/08/Lana-Del-Rey-20190830.jpg',0,'attachment','image/jpeg',0),(6668,9,'2019-08-30 16:43:34','2019-08-30 21:43:34','<!-- wp:image {\"id\":6667} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Lana-Del-Rey-20190830.jpg\" alt=\"Lana Del Rey always checks where the exits are at cinemas and big events since the mass shootings in the US\" class=\"wp-image-6667\" /><figcaption>Lana Del Rey</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lana Del Rey always checks where the exits are at cinemas and big events since the mass shootings in the US.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 34-year-old singer penned the track <strong>Look For America</strong> on her album, <strong>Norman F***ing Rockwell</strong>, after being deeply affected by the El Paso and Dayton shootings this year, and she has admitted that the rise of gun violence in her country has made herself and the majority of American citizens extra cautious when they are in large numbers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"When I go to the movie theatre I always make sure I know where the exits are.\"  </p><cite>—  Lana Del Rey </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In an interview with Britain\'s The Times newspaper, she admitted: \"When I go to the movie theatre I always make sure I know where the exits are. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We all do. The same with any big parade or Fourth of July event. I\'m not the only one who thinks about it. It\'s everybody.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lana also accused President Donald Trump of having a \"personality problem\", which is dividing the country and inciting violent behaviour, adding that \"it\'s hurting people and encouraging violence in the culture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"If people think that\'s not a coincidence, my opinion is that they\'re wrong,\" said the <strong>Doin Time</strong> singer. </p>\n<!-- /wp:paragraph -->','Lana Del Rey \'always checks for exits\' since mass shootings','','inherit','closed','closed','','6666-revision-v1','','','2019-08-30 16:43:34','2019-08-30 21:43:34','',6666,'https://buzz-caribbean.com/article/6666-revision-v1/',0,'revision','',0),(6669,11,'2019-08-30 17:21:36','2019-08-30 22:21:36','','Kim Kanye Gospel Album','','inherit','open','closed','','kim-kanye-gospel-album','','','2019-08-30 17:21:36','2019-08-30 22:21:36','',6656,'https://buzz-caribbean.com/app/uploads/2019/08/Kim-Kanye-Gospel-Album.png',0,'attachment','image/png',0),(6670,23,'2019-08-31 08:28:08','2019-08-31 13:28:08','<!-- wp:image {\"id\":6673} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/AndrewJohnson-1024x763.jpg\" alt=\"Andrew Johnson, a member of the Dr Birdz. \" class=\"wp-image-6673\" /><figcaption> Andrew Johnson, a member of the Dr Birdz. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As competitive gaming gains popularity in Jamaica, it is no surprise that the country has an eSport team called Dr Birdz. Meet another member of the team, Andrew Johnson. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Gamer Tag:</strong> anjupang </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Age:</strong> 38 </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Located in:</strong> Kingston </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Favourite game:</strong> Samurai Shodown,\nStreet Fighter V and Soul Calibur 6 </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Genre specialisation:</strong> Fighting games</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How long have you been playing video games?:</strong> Since Primary School. [Laughs] It feels like forever.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>What got you into games?:</strong> I needed an interactive hobby that could feed my competitive nature and\nvideo games were it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Console or PC:</strong> Both, but mostly\nconsole. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How did you end up on the team?:</strong> I\'m a consistent tournament winner and considered one of the best in fighting games in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>On playing at Evolution Championship Series:</strong> It was surreal to be at Evo live, meeting all the top players like Daigo\nUmehara and Lee ‘Infiltration’ Seon-woo.</p>\n<!-- /wp:paragraph -->','Andrew Johnson from the Dr Birdz is the ultimate gamer','','publish','open','closed','','andrew-johnson-from-the-dr-birdz-is-the-ultimate-gamer','','','2019-08-30 17:47:15','2019-08-30 22:47:15','',0,'https://buzz-caribbean.com/?p=6670',0,'post','',0),(6671,11,'2019-08-30 17:28:35','2019-08-30 22:28:35','<!-- wp:paragraph -->\n<p>Did Kim Kardashian West hint to the world a gospel project from husband rapper Kanye West?  Yesterday, the reality star took to her Instagram story and posted a list of tracks, with the title \"Jesus Is King\" and \"September 29th\" written at the bottom. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6663} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kanye-Gospel-Album-List.png\" alt=\"Instagram post from Kim Kardashian-West showing a list of gospel songs titled Jesus Is King and the date September 29 at the bottom.\" class=\"wp-image-6663\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When the West family in January of this year announced they will be having Sunday morning services, many wondered what exactly the service would entail. Weeks before the Jenner and Kardashian clan had been showing snippets of rehearsals on their social media. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What is the Sunday service?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some describe it as a musical sermon.  The service focuses heavily on music, so they will sing gospel songs and will also change the beat on secular music and arrange them as gospel songs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=bWmTHtDtB1o\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=bWmTHtDtB1o\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The service has strict rules to abide by, as it is by invitation only and each guest signs a non-disclosure agreement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=XTjvaR_6kIM\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=XTjvaR_6kIM\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Since Kim posted the tracklist the review from social media has been 50/50, some saying, “Yes and it\'s releasing at the end of Sept.” and others “Can y\'all stop pushing this fairy tale?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>So tell us </em><strong><em>BUZZ </em></strong><em>fam, will you be getting your worship on with a Kanye West gospel album if it drops?</em></p>\n<!-- /wp:paragraph -->','Kanye dropping gospel album \'Jesus Is King\'?','','inherit','closed','closed','','6656-revision-v1','','','2019-08-30 17:28:35','2019-08-30 22:28:35','',6656,'https://buzz-caribbean.com/article/6656-revision-v1/',0,'revision','',0),(6672,11,'2019-08-30 18:26:13','2019-08-30 23:26:13','<!-- wp:paragraph -->\n<p>Another cup of coffee, please? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Starbucks Coffee is now serving up flavourful beverages with a scenic seaside view at its new location at Island Village in Ocho Rios, St Ann.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6685} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Jamaica-Team-Ocho-Rios-BUZZ.jpg\" alt=\"Baristas at Starbucks Jamaica serving flavourful cups of coffee to patrons.\" class=\"wp-image-6685\" /><figcaption>Baristas at Starbucks Coffee in Island Village, Ocho Rios serving flavourful cups of coffee to patrons. (Photos: contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the founders of Caribbean Coffee Baristas, Adam Stewart, speaking with <strong>BUZZ</strong> said:&nbsp;“Once again this signifies the changing of the status quo and is another signal of our confidence in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6684} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Ocho-Rios-BUZZ.jpg\" alt=\"The scenic view of the new Starbucks Coffee in Ocho Rios.\" class=\"wp-image-6684\" /><figcaption>The scenic view of the new Starbucks Coffee in Ocho Rios.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“This Starbucks located in Ocho Rios’s Island Village will be our second beachfront store. It is a superb location, right next to the cruise ship pier and so should see tourism traffic as well as being well-positioned to serve Jamaican coffee drinkers in Ocho Rios.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“ It is a superb location, right next to the cruise ship pier\"</p><cite>  Adam Stewart, Caribbean Coffee Baristas</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He added that the building has a very unique design with a stunning feature-wall created by Fiona Godfrey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6690} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Ocho-Rios-Artwork-BUZZ.jpg\" alt=\"The beautiful mural in Starbucks  done by Fiona Godfrey in Starbucks Coffee in Ocho Rios.\" class=\"wp-image-6690\" /><figcaption>The beautiful mural in Starbucks  done by Fiona Godfrey in Starbucks Coffee in Ocho Rios</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The new location has partners who are trained internationally in the Starbucks standards and will bring the warmth and passion of Jamaica to each and every customer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6691} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Ocho-Rios-Team-BUZZ-1.jpg\" alt=\"The excited team at Starbucks Coffee in Island Village, Ocho Rios.\" class=\"wp-image-6691\" /><figcaption>The excited team at Starbucks Coffee in Island Village, Ocho Rios.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Look out for our exclusive behind the scenes tour of this new chill spot. </p>\n<!-- /wp:paragraph -->','Coffee with a view: Starbucks opens new location in Ocho Rios','','publish','open','closed','','coffee-with-a-view-starbucks-jamaica-opens-new-location-in-ocho-rios','','','2019-08-31 09:38:10','2019-08-31 14:38:10','',0,'https://buzz-caribbean.com/?p=6672',0,'post','',0),(6673,9,'2019-08-30 17:36:51','2019-08-30 22:36:51','','AndrewJohnson','','inherit','open','closed','','andrewjohnson','','','2019-08-30 17:36:51','2019-08-30 22:36:51','',6670,'https://buzz-caribbean.com/app/uploads/2019/08/AndrewJohnson.jpg',0,'attachment','image/jpeg',0),(6674,9,'2019-08-30 17:44:57','2019-08-30 22:44:57','<!-- wp:image {\"id\":6673} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/AndrewJohnson-1024x763.jpg\" alt=\"Andrew Johnson, a member of the Dr Birdz. \" class=\"wp-image-6673\" /><figcaption> Andrew Johnson, a member of the Dr Birdz. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As competitive gaming gains popularity in Jamaica, it is no surprise that the country has an eSport team called Dr Birdz. Meet another member of the team, Andrew Johnson. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Gamer Tag:</strong> anjupang </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Age:</strong> 38 </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Located in:</strong> Kingston </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Favourite game:</strong> Samurai Shodown,\nStreet Fighter V and Soul Calibur 6 </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Genre specialisation:</strong> Fighting games</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How long have you been playing video games?:</strong> Since Primary School. [Laughs] It feels like forever.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>What got you into games?:</strong> I needed an interactive hobby that could feed my competitive nature and\nvideo games were it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Console or PC:</strong> Both, but mostly\nconsole. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How did you end up on the team?:</strong> I\'m a consistent tournament winner and considered one of the best in fighting games in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>On playing at Evolution Championship Series:</strong> It was surreal to be at Evo live, meeting all the top players like Daigo\nUmehara and Lee ‘Infiltration’ Seon-woo.</p>\n<!-- /wp:paragraph -->','Andrew Johnson from the Dr Birdz is the ultimate gamer','','inherit','closed','closed','','6670-revision-v1','','','2019-08-30 17:44:57','2019-08-30 22:44:57','',6670,'https://buzz-caribbean.com/article/6670-revision-v1/',0,'revision','',0),(6676,9,'2019-08-30 17:51:30','2019-08-30 22:51:30','<!-- wp:image {\"id\":6660} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Boss-Man-Health-Ministry-Prostate-Cancer-A-20190830-1024x682.jpg\" alt=\"Minister of Health and Wellness, Dr Christopher Tufton, at the launch of prostate cancer awareness campaign called \'Boss Man\'.  \" class=\"wp-image-6660\" /><figcaption> Minister of Health and Wellness, Dr Christopher Tufton (left), helps to hold a \'Boss Man\' shirt at the launch of the awareness campaign on Thursday at Hope Gardens, St Andrew. Others taking part (from second left) are executive chairman of the Guardsman Group, Kenny Benjamin; executive director of the Jamaica Cancer Society, Yulit Gordon; chief executive officer of the National Health Fund (NHF), Everton Anderson; and president of the &nbsp;Guardian Group, Eric Hosin. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Jamaica Cancer Society (JCS) is recommending that screening for prostate cancer become a national policy so that some of the current barriers to screening will be reduced.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Yulit Gordon, executive director of the society, 1,309 new cases of prostate cancer were diagnosed in Jamaica in 2018. She said that most of these cases were at an advanced state due to low screening levels in the population.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She was speaking at the launch of ‘Boss Man’ at the Hope Botanic Gardens on Thursday. ‘Boss Man’ is an awareness campaign launched by the Ministry of Health and Wellness to help reduce the high number of deaths associated with the illness. For ‘Boss Man’, the ministry has partnered with the Guardian Group, the JCS and the Guardsman Group.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"In Jamaica, we face many barriers that prevent our Jamaican men from accessing the available screening services.\" </p><cite>—  Yulit Gordon </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Gordon said that with the prevalence of prostate cancer in the Jamaican population, it is critical that the ministry and the JCS work towards screening becoming national policy.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This should ensure that all males over the age of 40 years have access to screening both in our public and private facilities,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“High-risk groups are recommended to screen annually for the disease. In Jamaica, we face many barriers that prevent our Jamaican men from accessing the available screening services. Some of these barriers are the fear of the digital rectal examination, especially if being administered by a male urologist,” Gordon said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6661} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Boss-Man-Health-Ministry-Prostate-Cancer-BBB-20190830-1024x683.jpg\" alt=\"Minister of Health and Wellness, Dr Christopher Tufton, speaks at the launch of \'Boss Man\'\" class=\"wp-image-6661\" /><figcaption>  Minister of Health and Wellness, Dr Christopher Tufton, speaks at the launch of \'Boss Man\' on Thursday. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Other hurdles include the fear of diagnosis, fear of treatment and its effects, and the costs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the JCS, one in eight Jamaican men will be diagnosed with prostate cancer in their lifetime.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Risk factors for\nprostate cancer include family history, age and lifestyle. Also, it has been\nfound that black men are at a higher risk than other races of developing prostate\ncancer. </p>\n<!-- /wp:paragraph -->','Be a \'Boss Man\': Campaign launched to tackle prostate cancer','','inherit','closed','closed','','6659-revision-v1','','','2019-08-30 17:51:30','2019-08-30 22:51:30','',6659,'https://buzz-caribbean.com/article/6659-revision-v1/',0,'revision','',0),(6677,21,'2019-08-31 07:15:21','2019-08-31 12:15:21','<!-- wp:image {\"id\":6678} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ainsley-Reid-HIV-AIDS-support-1024x683.jpg\" alt=\" Ainsley Reid, the coordinator for the Greater Involvement of Persons Living with HIV at the National Family Planning Board. \" class=\"wp-image-6678\" /><figcaption> Ainsley Reid, the coordinator for the Greater Involvement of Persons Living with HIV at the National Family Planning Board. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Persons living with\nHIV/AIDS are being encouraged to participate in support groups that are working\ntowards reducing the level of stigmatisation against persons with the virus, in\nan effort to ultimately improve their outcomes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Greater\nInvolvement of People Living with HIV/AIDS Coordinator at the National Family\nPlanning Board, Ainsley Reid, said that several initiatives have been\nundertaken to ensure that persons who are living with HIV are not\ndisenfranchised.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We created a\nprogramme called ‘The Positive Health Dignity and Prevention Curriculum’, and\nwe use it to train persons who are now serving at different levels in the HIV\nresponse,” he said, adding that some are working as community facilitators, and\nothers are representing their communities on various boards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“We are currently partnering with the Jamaica Council of Churches to roll out an anti-stigma programme.\"</p><cite>—  Ainsley Reid </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Reid said that his team also works closely with other agencies. “We are currently partnering with the Jamaica Council of Churches to roll out an anti-stigma programme which will deal with building the capacity of church leaders and congregants so that they can be agents of change in their communities,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additionally, he\nsaid there is an ongoing programme with the Social Development Commission (SDC)\nwhere general community leaders are trained to influence conversations around\nsocial acceptance and working with people living with HIV.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The coordinator also\nshared that “another aspect of that programme is our work with the Office of\nthe Public Defender to create more awareness around human rights and to\ninfluence how we treat each other from a position of dignity and respect.”</p>\n<!-- /wp:paragraph -->','Persons living with HIV/AIDS encouraged to join support groups','','publish','open','closed','','persons-living-with-hiv-aids-encouraged-to-join-support-groups','','','2019-08-30 17:58:14','2019-08-30 22:58:14','',0,'https://buzz-caribbean.com/?p=6677',0,'post','',0),(6678,9,'2019-08-30 17:53:15','2019-08-30 22:53:15','','Ainsley-Reid-HIV-AIDS-support','','inherit','open','closed','','ainsley-reid-hiv-aids-support','','','2019-08-30 17:53:15','2019-08-30 22:53:15','',6677,'https://buzz-caribbean.com/app/uploads/2019/08/Ainsley-Reid-HIV-AIDS-support.jpg',0,'attachment','image/jpeg',0),(6679,9,'2019-08-30 17:57:41','2019-08-30 22:57:41','<!-- wp:image {\"id\":6678} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Ainsley-Reid-HIV-AIDS-support-1024x683.jpg\" alt=\" Ainsley Reid, the coordinator for the Greater Involvement of Persons Living with HIV at the National Family Planning Board. \" class=\"wp-image-6678\" /><figcaption> Ainsley Reid, the coordinator for the Greater Involvement of Persons Living with HIV at the National Family Planning Board. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Persons living with\nHIV/AIDS are being encouraged to participate in support groups that are working\ntowards reducing the level of stigmatisation against persons with the virus, in\nan effort to ultimately improve their outcomes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Greater\nInvolvement of People Living with HIV/AIDS Coordinator at the National Family\nPlanning Board, Ainsley Reid, said that several initiatives have been\nundertaken to ensure that persons who are living with HIV are not\ndisenfranchised.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We created a\nprogramme called ‘The Positive Health Dignity and Prevention Curriculum’, and\nwe use it to train persons who are now serving at different levels in the HIV\nresponse,” he said, adding that some are working as community facilitators, and\nothers are representing their communities on various boards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“We are currently partnering with the Jamaica Council of Churches to roll out an anti-stigma programme.\"</p><cite>—  Ainsley Reid </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Reid said that his team also works closely with other agencies. “We are currently partnering with the Jamaica Council of Churches to roll out an anti-stigma programme which will deal with building the capacity of church leaders and congregants so that they can be agents of change in their communities,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additionally, he\nsaid there is an ongoing programme with the Social Development Commission (SDC)\nwhere general community leaders are trained to influence conversations around\nsocial acceptance and working with people living with HIV.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The coordinator also\nshared that “another aspect of that programme is our work with the Office of\nthe Public Defender to create more awareness around human rights and to\ninfluence how we treat each other from a position of dignity and respect.”</p>\n<!-- /wp:paragraph -->','Persons living with HIV/AIDS encouraged to join support groups','','inherit','closed','closed','','6677-revision-v1','','','2019-08-30 17:57:41','2019-08-30 22:57:41','',6677,'https://buzz-caribbean.com/article/6677-revision-v1/',0,'revision','',0),(6680,21,'2019-08-31 09:30:57','2019-08-31 14:30:57','<!-- wp:image {\"id\":6681} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kourtney-Kardashian-A-20190830.jpg\" alt=\"Kourtney Kardashian shows off her slimline waist in a crop top and sweat pants as she runs errands with her daughter, Penelope, in California in May 2017.\" class=\"wp-image-6681\" /><figcaption>Kourtney Kardashian shows off her slimline waist in a crop top and sweat pants as she runs errands with her daughter, Penelope, in California in May 2017.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kourtney Kardashian asks her church pastors for parenting tips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 40-year-old reality star has Mason, nine, Penelope, seven, and Reign, four with her ex-boyfriend Scott Disick, and has turned to her pastors, Chad and Julia Veach, for some tips on how to incorporate her Christian faith into her children\'s everyday lives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to Chad and Julia in a new video for her lifestyle brand Poosh, she said: \"We grew up always hearing Bible stories, my dad already read us Bible stories and we would talk about it in the car, we would listen to Bible songs, we went to Sunday school, not every Sunday but a lot. So, I just wonder if there\'s something you guys do, or that\'s really important to you, like routines or things that you do with your own family that could be helpful.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"You invest in kids so much, and just the fact that you want to teach them faith, they\'ll learn faith. </p><cite>—  Pastor Chad Veach </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>And Chad told her that the most important thing is having \"great parents\" that are able to \"teach\" children about faith.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He told the <strong>Keeping Up with the Kardashians </strong>star: \"You invest in kids so much, and just the fact that you want to teach them faith, they\'ll learn faith. If you have great parents that love you and teach you faith, you\'re set up for success!\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To which Julia added: \"I think that with a lot of things like culture and our faith, it\'s more caught than it is taught. So, yeah, we want to teach things but a lot of time the kids are [like] this is what they do, this is who we are.\"</p>\n<!-- /wp:paragraph -->','Kourtney Kardashian gets parenting tips from pastors','','publish','open','closed','','kourtney-kardashian-gets-parenting-tips-from-pastors','','','2019-08-30 18:08:12','2019-08-30 23:08:12','',0,'https://buzz-caribbean.com/?p=6680',0,'post','',0),(6681,9,'2019-08-30 18:04:04','2019-08-30 23:04:04','','Kourtney Kardashian shows off her slimline waist in a velor crop top and sweat pants as she runs errands with her daughter Penelope in Calabasas','165836, Kourtney Kardashian shows off her slimline waist in a velor crop top and sweat pants as she runs errands with her daughter Penelope in Calabasas. Los Angeles, California - Wednesday May 31, 2017.  Photograph: © PacificCoastNews. Los Angeles Office (PCN): +1 310.822.0419 UK Office (Avalon): +44 (0) 20 7421 6000   ***Disclaimer: Please be aware that publication of certain images of celebrities and public figures with their children without their consent is subject to existing laws in the territories in which the images are being used. Please be aware of any such laws before use or publication. Pacific Coast News, as a content provider, shall not be held responsible for any legal ramifications resulting in the agency or client distribution and use of the content provided to them by Pacific Coast News.***','inherit','open','closed','','kourtney-kardashian-shows-off-her-slimline-waist-in-a-velor-crop-top-and-sweat-pants-as-she-runs-errands-with-her-daughter-penelope-in-calabasas','','','2019-08-30 18:04:04','2019-08-30 23:04:04','',6680,'https://buzz-caribbean.com/app/uploads/2019/08/Kourtney-Kardashian-A-20190830.jpg',0,'attachment','image/jpeg',0),(6682,11,'2019-08-30 18:07:13','2019-08-30 23:07:13','','Starbucks-Coffee-Ocho-Rios-BUZZ','','inherit','open','closed','','starbucks-coffee-ocho-rios-buzz','','','2019-08-30 18:07:13','2019-08-30 23:07:13','',6672,'https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Coffee-Ocho-Rios-BUZZ.jpg',0,'attachment','image/jpeg',0),(6683,9,'2019-08-30 18:07:23','2019-08-30 23:07:23','<!-- wp:image {\"id\":6681} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kourtney-Kardashian-A-20190830.jpg\" alt=\"Kourtney Kardashian shows off her slimline waist in a crop top and sweat pants as she runs errands with her daughter, Penelope, in California in May 2017.\" class=\"wp-image-6681\" /><figcaption>Kourtney Kardashian shows off her slimline waist in a crop top and sweat pants as she runs errands with her daughter, Penelope, in California in May 2017.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kourtney Kardashian asks her church pastors for parenting tips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 40-year-old reality star has Mason, nine, Penelope, seven, and Reign, four with her ex-boyfriend Scott Disick, and has turned to her pastors, Chad and Julia Veach, for some tips on how to incorporate her Christian faith into her children\'s everyday lives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to Chad and Julia in a new video for her lifestyle brand Poosh, she said: \"We grew up always hearing Bible stories, my dad already read us Bible stories and we would talk about it in the car, we would listen to Bible songs, we went to Sunday school, not every Sunday but a lot. So, I just wonder if there\'s something you guys do, or that\'s really important to you, like routines or things that you do with your own family that could be helpful.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"You invest in kids so much, and just the fact that you want to teach them faith, they\'ll learn faith. </p><cite>—  Pastor Chad Veach </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>And Chad told her that the most important thing is having \"great parents\" that are able to \"teach\" children about faith.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He told the <strong>Keeping Up with the Kardashians </strong>star: \"You invest in kids so much, and just the fact that you want to teach them faith, they\'ll learn faith. If you have great parents that love you and teach you faith, you\'re set up for success!\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To which Julia added: \"I think that with a lot of things like culture and our faith, it\'s more caught than it is taught. So, yeah, we want to teach things but a lot of time the kids are [like] this is what they do, this is who we are.\"</p>\n<!-- /wp:paragraph -->','Kourtney Kardashian gets parenting tips from pastors','','inherit','closed','closed','','6680-revision-v1','','','2019-08-30 18:07:23','2019-08-30 23:07:23','',6680,'https://buzz-caribbean.com/article/6680-revision-v1/',0,'revision','',0),(6684,11,'2019-08-30 18:07:25','2019-08-30 23:07:25','','Starbucks-Ocho-Rios-BUZZ','','inherit','open','closed','','starbucks-ocho-rios-buzz','','','2019-08-30 18:07:25','2019-08-30 23:07:25','',6672,'https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Ocho-Rios-BUZZ.jpg',0,'attachment','image/jpeg',0),(6685,11,'2019-08-30 18:11:31','2019-08-30 23:11:31','','Starbucks-Jamaica-Team-Ocho-Rios-BUZZ','','inherit','open','closed','','starbucks-jamaica-team-ocho-rios-buzz','','','2019-08-30 18:11:31','2019-08-30 23:11:31','',6672,'https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Jamaica-Team-Ocho-Rios-BUZZ.jpg',0,'attachment','image/jpeg',0),(6686,11,'2019-08-30 18:11:52','2019-08-30 23:11:52','','Starbucks-Coffee-Caramel-Frappuccini-BUZZ','','inherit','open','closed','','starbucks-coffee-caramel-frappuccini-buzz','','','2019-08-30 18:11:52','2019-08-30 23:11:52','',6672,'https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Coffee-Caramel-Frappuccini-BUZZ.jpg',0,'attachment','image/jpeg',0),(6687,11,'2019-08-30 18:14:31','2019-08-30 23:14:31','','Starbucks-Caramel-Frappuccino-Ocho-Rios-Seaside','','inherit','open','closed','','starbucks-caramel-frappuccino-ocho-rios-seaside','','','2019-08-30 18:14:31','2019-08-30 23:14:31','',6672,'https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Caramel-Frappuccino-Ocho-Rios-Seaside.jpg',0,'attachment','image/jpeg',0),(6688,11,'2019-08-30 18:15:00','2019-08-30 23:15:00','','Starbucks-Coffee-Caramel-Frappuccini-BUZZ-1','','inherit','open','closed','','starbucks-coffee-caramel-frappuccini-buzz-1','','','2019-08-30 18:15:00','2019-08-30 23:15:00','',6672,'https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Coffee-Caramel-Frappuccini-BUZZ-1.jpg',0,'attachment','image/jpeg',0),(6689,11,'2019-08-30 18:15:15','2019-08-30 23:15:15','','Starbucks-Ocho-Rios-Team-BUZZ','','inherit','open','closed','','starbucks-ocho-rios-team-buzz','','','2019-08-30 18:15:15','2019-08-30 23:15:15','',6672,'https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Ocho-Rios-Team-BUZZ.jpg',0,'attachment','image/jpeg',0),(6690,11,'2019-08-30 18:17:32','2019-08-30 23:17:32','','Starbucks-Ocho-Rios-Artwork-BUZZ','','inherit','open','closed','','starbucks-ocho-rios-artwork-buzz','','','2019-08-30 18:17:32','2019-08-30 23:17:32','',6672,'https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Ocho-Rios-Artwork-BUZZ.jpg',0,'attachment','image/jpeg',0),(6691,11,'2019-08-30 18:17:57','2019-08-30 23:17:57','','Starbucks-Ocho-Rios-Team-BUZZ-1','','inherit','open','closed','','starbucks-ocho-rios-team-buzz-1','','','2019-08-30 18:17:57','2019-08-30 23:17:57','',6672,'https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Ocho-Rios-Team-BUZZ-1.jpg',0,'attachment','image/jpeg',0),(6692,11,'2019-08-30 18:25:24','2019-08-30 23:25:24','','Starbucks-Caramel-Frappuccino-Ocho-Rios-Seaside-1','','inherit','open','closed','','starbucks-caramel-frappuccino-ocho-rios-seaside-1','','','2019-08-30 18:25:24','2019-08-30 23:25:24','',6672,'https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Caramel-Frappuccino-Ocho-Rios-Seaside-1.jpg',0,'attachment','image/jpeg',0),(6693,11,'2019-08-30 18:25:33','2019-08-30 23:25:33','<!-- wp:paragraph -->\n<p>Another cup of coffee, please? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Starbucks Jamaica is now serving up coffee with a scenic seaside view at its new location at Island Village in Ocho Rios, St Ann.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6685} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Jamaica-Team-Ocho-Rios-BUZZ.jpg\" alt=\"\" class=\"wp-image-6685\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the founders of Caribbean Coffee Baristas, Adam Stewart, speaking with <strong>BUZZ</strong> said: “Once again this signifies the changing of the status quo and is another signal of our confidence in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6684} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Ocho-Rios-BUZZ.jpg\" alt=\"\" class=\"wp-image-6684\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“This Starbucks located in Ocho Rios’s Island Village will be our second beachfront store. It is a superb location, right next to the cruise ship pier and so should see tourism traffic as well as being well-positioned to serve Jamaican coffee drinkers in Ocho Rios.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“ It is a superb location, right next to the cruise ship pier\"</p><cite>  Adam Stewart, Caribbean Coffee Baristas</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":6692,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Caramel-Frappuccino-Ocho-Rios-Seaside-1.jpg\" alt=\"\" class=\"wp-image-6692\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He added that the building has a very unique design with a stunning feature-wall created by Fiona Godfrey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6690} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Ocho-Rios-Artwork-BUZZ.jpg\" alt=\"\" class=\"wp-image-6690\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The new location has partners who are trained internationally in the Starbucks standards and will bring the warmth and passion of Jamaica to each and every customer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6691} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Ocho-Rios-Team-BUZZ-1.jpg\" alt=\"\" class=\"wp-image-6691\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Look out for our exclusive behind the scenes tour of this exciting spot. </p>\n<!-- /wp:paragraph -->','Coffee with a view — Starbucks Jamaica opens new location in Ocho Rios','','inherit','closed','closed','','6672-revision-v1','','','2019-08-30 18:25:33','2019-08-30 23:25:33','',6672,'https://buzz-caribbean.com/article/6672-revision-v1/',0,'revision','',0),(6694,11,'2019-08-30 18:26:50','2019-08-30 23:26:50','<!-- wp:paragraph -->\n<p>Another cup of coffee, please? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Starbucks Jamaica is now serving up coffee with a scenic seaside view at its new location at Island Village in Ocho Rios, St Ann.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6685} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Jamaica-Team-Ocho-Rios-BUZZ.jpg\" alt=\"\" class=\"wp-image-6685\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the founders of Caribbean Coffee Baristas, Adam Stewart, speaking with <strong>BUZZ</strong> said:&nbsp;“Once again this signifies the changing of the status quo and is another signal of our confidence in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6684} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Ocho-Rios-BUZZ.jpg\" alt=\"\" class=\"wp-image-6684\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“This Starbucks located in Ocho Rios’s Island Village will be our second beachfront store. It is a superb location, right next to the cruise ship pier and so should see tourism traffic as well as being well-positioned to serve Jamaican coffee drinkers in Ocho Rios.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“ It is a superb location, right next to the cruise ship pier\"</p><cite>  Adam Stewart, Caribbean Coffee Baristas</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":6692,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Caramel-Frappuccino-Ocho-Rios-Seaside-1.jpg\" alt=\"\" class=\"wp-image-6692\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He added that the building has a very unique design with a stunning feature-wall created by Fiona Godfrey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6690} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Ocho-Rios-Artwork-BUZZ.jpg\" alt=\"\" class=\"wp-image-6690\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The new location has partners who are trained internationally in the Starbucks standards and will bring the warmth and passion of Jamaica to each and every customer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6691} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Ocho-Rios-Team-BUZZ-1.jpg\" alt=\"\" class=\"wp-image-6691\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Look out for our exclusive behind the scenes tour of this exciting spot. </p>\n<!-- /wp:paragraph -->','Coffee with a view — Starbucks Jamaica opens new location in Ocho Rios','','inherit','closed','closed','','6672-revision-v1','','','2019-08-30 18:26:50','2019-08-30 23:26:50','',6672,'https://buzz-caribbean.com/article/6672-revision-v1/',0,'revision','',0),(6695,23,'2019-08-31 10:32:08','2019-08-31 15:32:08','<!-- wp:image {\"id\":6698} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/coworker-angry-close-up-facial-expression-1024x683.jpg\" alt=\"\" class=\"wp-image-6698\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Have you ever looked at a co-worker and wondered: How the hell did you get employed in the first place?! Almost everything about them is nauseating, as their behaviour and attitude rub people the wrong way daily. Yet, year after year, despite several poor evaluations and getting the cold shoulder from their colleagues, they are still there like a large pimple on your nose. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That one difficult co-worker exists in every organisation. It is not hard to spot them if you study group dynamics. They are loud, talkative, lazy, always gossiping, take extended lunch breaks, hold inappropriate conversations, flirt shamelessly, whine when they are forced to do their duty or leave early every chance they get. Yup, that obnoxious individual will display many of these negative character traits and actions, but for some reason, human resources just cannot seem to find a way to give them the pink paper.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6699} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/coworker-20190830-1024x716.jpg\" alt=\"\" class=\"wp-image-6699\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Well, since they are\nnot going anywhere any time soon, you may as well learn how to cope. Always\nstart from a place of choosing your battles wisely. It makes no sense butting\nheads or resorting to a screaming match to hear whose voice is louder. When a\nperson is obnoxious, decide if it is worth your efforts to\ndiscuss the problem. In a perfect world, you could both agree to disagree and\njust compromise, but we do not live in this mythical world. Ask yourself if the\nsituation is causing you so much distress that it must be addressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If so, take a breath before acting so that you\ncan gather your thoughts and control your emotions. If your colleague sent you an\nupsetting email or message, wait a while before you respond, as it will be pure\nemotions and adrenaline. There will be very little rationale or logic, so it\nwill be two dummies going at it.&nbsp; One\nsolution is to discuss the situation with someone who is neutral and unbiased, preferably\nsomeone who does not know the other party. If that is not possible, then talk\nto yourself while walking or completing a task. This could prevent\nconfrontation or an unnecessary interaction with the offending party until you\nare able to articulate rationally what you wish to convey. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most of the time they are clueless about just how much they irk others around them. But if they do and just do not care, you should continue to be polite. No matter how rude they get, keep your cool, and do not let them see you sweat. Avoid the name-calling and belittling wisecracks and stick to the substantive point. The goal is not to sink to their level with the pettiness. Also, if you are posed, and they are belligerent, they will look even sillier before management and their peers, and that is the last thing they want.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by C.W.</em></strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>The opinions expressed in this article are those of the author. They do not purport to reflect the opinions or views of&nbsp;</em><strong><em>BUZZ</em></strong><em>&nbsp;or its employees.</em></p>\n<!-- /wp:paragraph -->','How to deal with an obnoxious co-worker','','publish','open','closed','','how-to-deal-with-an-obnoxious-co-worker','','','2019-08-30 18:37:11','2019-08-30 23:37:11','',0,'https://buzz-caribbean.com/?p=6695',0,'post','',0),(6696,4,'2019-08-30 18:33:13','2019-08-30 23:33:13','','Cumberland-football-team','','inherit','open','closed','','cumberland-football-team','','','2019-08-30 18:33:13','2019-08-30 23:33:13','',6657,'https://buzz-caribbean.com/app/uploads/2019/08/Cumberland-football-team.jpg',0,'attachment','image/jpeg',0),(6697,4,'2019-08-30 18:33:51','2019-08-30 23:33:51','','Cumberland-football-team-2','','inherit','open','closed','','cumberland-football-team-2','','','2019-08-30 18:33:51','2019-08-30 23:33:51','',6657,'https://buzz-caribbean.com/app/uploads/2019/08/Cumberland-football-team-2.jpg',0,'attachment','image/jpeg',0),(6698,9,'2019-08-30 18:34:15','2019-08-30 23:34:15','','coworker-angry-close-up-facial-expression','','inherit','open','closed','','coworker-angry-close-up-facial-expression','','','2019-08-30 18:34:15','2019-08-30 23:34:15','',6695,'https://buzz-caribbean.com/app/uploads/2019/08/coworker-angry-close-up-facial-expression.jpg',0,'attachment','image/jpeg',0),(6699,9,'2019-08-30 18:34:31','2019-08-30 23:34:31','','coworker-20190830','','inherit','open','closed','','coworker-20190830','','','2019-08-30 18:34:31','2019-08-30 23:34:31','',6695,'https://buzz-caribbean.com/app/uploads/2019/08/coworker-20190830.jpg',0,'attachment','image/jpeg',0),(6700,9,'2019-08-30 18:36:51','2019-08-30 23:36:51','<!-- wp:image {\"id\":6698} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/coworker-angry-close-up-facial-expression-1024x683.jpg\" alt=\"\" class=\"wp-image-6698\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Have you ever looked at a co-worker and wondered: How the hell did you get employed in the first place?! Almost everything about them is nauseating, as their behaviour and attitude rub people the wrong way daily. Yet, year after year, despite several poor evaluations and getting the cold shoulder from their colleagues, they are still there like a large pimple on your nose. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That one difficult co-worker exists in every organisation. It is not hard to spot them if you study group dynamics. They are loud, talkative, lazy, always gossiping, take extended lunch breaks, hold inappropriate conversations, flirt shamelessly, whine when they are forced to do their duty or leave early every chance they get. Yup, that obnoxious individual will display many of these negative character traits and actions, but for some reason, human resources just cannot seem to find a way to give them the pink paper.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6699} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/coworker-20190830-1024x716.jpg\" alt=\"\" class=\"wp-image-6699\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Well, since they are\nnot going anywhere any time soon, you may as well learn how to cope. Always\nstart from a place of choosing your battles wisely. It makes no sense butting\nheads or resorting to a screaming match to hear whose voice is louder. When a\nperson is obnoxious, decide if it is worth your efforts to\ndiscuss the problem. In a perfect world, you could both agree to disagree and\njust compromise, but we do not live in this mythical world. Ask yourself if the\nsituation is causing you so much distress that it must be addressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If so, take a breath before acting so that you\ncan gather your thoughts and control your emotions. If your colleague sent you an\nupsetting email or message, wait a while before you respond, as it will be pure\nemotions and adrenaline. There will be very little rationale or logic, so it\nwill be two dummies going at it.&nbsp; One\nsolution is to discuss the situation with someone who is neutral and unbiased, preferably\nsomeone who does not know the other party. If that is not possible, then talk\nto yourself while walking or completing a task. This could prevent\nconfrontation or an unnecessary interaction with the offending party until you\nare able to articulate rationally what you wish to convey. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most of the time they are clueless about just how much they irk others around them. But if they do and just do not care, you should continue to be polite. No matter how rude they get, keep your cool, and do not let them see you sweat. Avoid the name-calling and belittling wisecracks and stick to the substantive point. The goal is not to sink to their level with the pettiness. Also, if you are posed, and they are belligerent, they will look even sillier before management and their peers, and that is the last thing they want.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by C.W.</em></strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>The opinions expressed in this article are those of the author. They do not purport to reflect the opinions or views of&nbsp;</em><strong><em>BUZZ</em></strong><em>&nbsp;or its employees.</em></p>\n<!-- /wp:paragraph -->','How to deal with an obnoxious co-worker','','inherit','closed','closed','','6695-revision-v1','','','2019-08-30 18:36:51','2019-08-30 23:36:51','',6695,'https://buzz-caribbean.com/article/6695-revision-v1/',0,'revision','',0),(6701,11,'2019-08-30 18:47:17','2019-08-30 23:47:17','<!-- wp:paragraph -->\n<p>Another cup of coffee, please? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Starbucks Coffee is now serving up flavourful beverages with a scenic seaside view at its new location at Island Village in Ocho Rios, St Ann.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6685} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Jamaica-Team-Ocho-Rios-BUZZ.jpg\" alt=\"Baristas at Starbucks Jamaica serving flavourful cups of coffee to patrons.\" class=\"wp-image-6685\" /><figcaption>Baristas at Starbucks Coffee in Island Village, Ocho Rios serving flavourful cups of coffee to patrons. (Photos: contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the founders of Caribbean Coffee Baristas, Adam Stewart, speaking with <strong>BUZZ</strong> said:&nbsp;“Once again this signifies the changing of the status quo and is another signal of our confidence in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6684} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Ocho-Rios-BUZZ.jpg\" alt=\"The scenic view of the new Starbucks Coffee in Ocho Rios.\" class=\"wp-image-6684\" /><figcaption>The scenic view of the new Starbucks Coffee in Ocho Rios.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“This Starbucks located in Ocho Rios’s Island Village will be our second beachfront store. It is a superb location, right next to the cruise ship pier and so should see tourism traffic as well as being well-positioned to serve Jamaican coffee drinkers in Ocho Rios.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“ It is a superb location, right next to the cruise ship pier\"</p><cite>  Adam Stewart, Caribbean Coffee Baristas</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He added that the building has a very unique design with a stunning feature-wall created by Fiona Godfrey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6690} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Ocho-Rios-Artwork-BUZZ.jpg\" alt=\"The beautiful mural in Starbucks  done by Fiona Godfrey in Starbucks Coffee in Ocho Rios.\" class=\"wp-image-6690\" /><figcaption>The beautiful mural in Starbucks  done by Fiona Godfrey in Starbucks Coffee in Ocho Rios</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The new location has partners who are trained internationally in the Starbucks standards and will bring the warmth and passion of Jamaica to each and every customer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6691} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Ocho-Rios-Team-BUZZ-1.jpg\" alt=\"The excited team at Starbucks Coffee in Island Village, Ocho Rios.\" class=\"wp-image-6691\" /><figcaption>The excited team at Starbucks Coffee in Island Village, Ocho Rios.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Look out for our exclusive behind the scenes tour of this new chill spot. </p>\n<!-- /wp:paragraph -->','Coffee with a view — Starbucks Coffee opens new location in Ocho Rios','','inherit','closed','closed','','6672-revision-v1','','','2019-08-30 18:47:17','2019-08-30 23:47:17','',6672,'https://buzz-caribbean.com/article/6672-revision-v1/',0,'revision','',0),(6702,4,'2019-08-30 18:52:57','2019-08-30 23:52:57','<!-- wp:paragraph -->\n<p>Cumberland High School are looking to build on the success they achieved last year in the Corporate Area schoolboy football Manning Cup and surprise the football fraternity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Coach Kemar Brown and principal Darien Henry are confident that Cumberland will create a stir in the competition similar to last year when they advanced to the second round for the first time in the school’s history.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brown said: \"The expectations for Cumberland are very high, based on the season that we had last year. We are trying to bring over the momentum into this season and see if it can actually make us qualify for the second round.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'This year we have another surprise in the bag.\'</p><cite>— Principal Darien Henry</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Henry added: \"My expectations are very high. I knew that Cumberland’s Manning Cup team would have surprised the entire football fraternity and the country in general. This year we have another surprise in the bag as we are going to be a team to be reckoned with. We have been working throughout the summer and we expect good performances from them.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Brown, he is confident that the team can earn a\nplace in the quarter-finals based on the work that has been put in over the\nholidays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said, “we are expecting to at least reach the\nquarter-finals because we definitely have ourselves to come out of the zone and\nwe know what is required of us to come out. We are looking forward to the\nquarterfinals and once we reach that stage we are looking forward to reaching\nfurther than there.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Henry said, “based on the strategic plan the coaches and\nI was looking at, we expect them to surpass the first and second rounds.\nIt’s a formidable team and there are other formidable teams and we know our\nlimitations but we know our strengths as well.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The confidence of both the coach and principal is boosted by\nCumberland getting positives results from the more than 20 practice matches\nthat they have played, which include beating Hydel 1-0 and losing 3-0 to Old\nHarbour, 2-1 to defending champions Kingston College and 2-1 to Charlemont.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While principal Henry admitted that Cumberland were\nstretched for resources over the holidays, coach Brown said the players are\nabout 75 percent and on the right track for a successful season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another boost for Cumberland is the retention of 15 players\nfrom last year’s history-making squad.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brown, however, is wary of the other teams in Group A of\nthe competition, which is also made up of Holy Trinity, St Jago, Haile\nSelassie, Bridgeport and Clan Carthy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Brown, the teams in the group are going to be\ntough, as he believes that it will be the most competitive of the seven groups\nwith all the teams competent to deliver on match days. Brown, however, believes\nthat Holy Trinity and St Jago will be his main rivals from the group.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is expecting Nicholas Shorter, Christopher Morgan and\nJavante Grant to bear the brunt of the workload for Cumberland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brown said they have worked to build depth in the squad as\nhe believes it factored in their failure to sparkle after advancing to the\nsecond round last year, with injuries affecting them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brown said, “we are dedicated and committed to putting in\nthis work to actually qualify as front runners (from the group) because our aim\ndefinitely also, is to play the Digicel Cup.”</p>\n<!-- /wp:paragraph -->','Cumberland look for Manning Cup growth with quarter-finals ambitions','','inherit','closed','closed','','6657-revision-v1','','','2019-08-30 18:52:57','2019-08-30 23:52:57','',6657,'https://buzz-caribbean.com/article/6657-revision-v1/',0,'revision','',0),(6704,4,'2019-08-30 19:18:17','2019-08-31 00:18:17','','cumberland-coach-kemar-brown','','inherit','open','closed','','cumberland-coach-kemar-brown','','','2019-08-30 19:18:17','2019-08-31 00:18:17','',6657,'https://buzz-caribbean.com/app/uploads/2019/08/cumberland-coach-kemar-brown.png',0,'attachment','image/png',0),(6705,4,'2019-08-30 19:23:18','2019-08-31 00:23:18','','cumberland-principal-darien-henry','','inherit','open','closed','','cumberland-principal-darien-henry','','','2019-08-30 19:23:18','2019-08-31 00:23:18','',6657,'https://buzz-caribbean.com/app/uploads/2019/08/cumberland-principal-darien-henry.png',0,'attachment','image/png',0),(6706,4,'2019-08-30 19:44:34','2019-08-31 00:44:34','<!-- wp:image {\"id\":6697} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cumberland-football-team-2-1024x683.jpg\" alt=\"\" class=\"wp-image-6697\" /><figcaption>Cumberland High School squad going through their paces at a recent practice session.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cumberland High School are looking to build on the success they achieved last year in the Corporate Area schoolboy football competition Manning Cup.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Coach Kemar Brown and principal Darien Henry are confident that Cumberland, which is based in Portmore, St Catherine, will create a stir in the competition similar to what they did last year when the team advanced to the second round for the first time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brown said: \"The expectations for Cumberland are very high, based on the season that we had last year. We are trying to bring over the momentum into this season and see if it can actually make us qualify for the second round.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6704} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cumberland-coach-kemar-brown-1024x646.png\" alt=\"\" class=\"wp-image-6704\" /><figcaption>Cumberland Coach Kemar Brown expecting great things from his squad this season.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brown is confident that the team can earn a place in the quarter-finals based on the work that has been put in over the holidays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Principal Henry added: \"My expectations are very high. I knew that Cumberland’s Manning Cup team would have surprised the entire football fraternity and the country in general. This year we have another surprise in the bag as we are going to be a team to be reckoned with. We have been working throughout the summer and we expect good performances from them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We are expecting to at least reach the quarter-finals because we definitely have ourselves to come out of the zone and we know what is required of us to come out. We are looking forward to the quarterfinals and once we reach that stage we are looking forward to reaching further than there.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6705} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cumberland-principal-darien-henry.png\" alt=\"\" class=\"wp-image-6705\" /><figcaption>Cumberland Principal Darien Henry says </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The confidence of both the coach and principal is boosted by Cumberland getting positives results from the more than 20 practice matches they have played. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Coach Brown said the players are about 75 per cent and on the right track for a successful season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another boost for Cumberland is the retention of 15 players\nfrom last year’s history-making squad.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brown, however, is wary of the other teams in Group A of\nthe competition, which is also made up of Holy Trinity, St Jago, Haile\nSelassie, Bridgeport and Clan Carthy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Brown, the teams in the group are going to be\ntough, as he believes that it will be the most competitive of the seven groups\nwith all the teams competent to deliver on match days. Brown, however, believes\nthat Holy Trinity and St Jago will be his main rivals from the group.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6696} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cumberland-football-team-1024x683.jpg\" alt=\"\" class=\"wp-image-6696\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He is expecting Nicholas Shorter, Christopher Morgan and\nJavante Grant to bear the brunt of the workload for Cumberland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brown said they have worked to build depth in the squad as\nhe believes it factored in their failure to sparkle after advancing to the\nsecond round last year, with injuries affecting them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brown said, “we are dedicated and committed to putting in\nthis work to actually qualify as front runners (from the group) because our aim\ndefinitely also, is to play the Digicel Cup.”</p>\n<!-- /wp:paragraph -->','Cumberland looking to surprise at Manning Cup','','inherit','closed','closed','','6657-revision-v1','','','2019-08-30 19:44:34','2019-08-31 00:44:34','',6657,'https://buzz-caribbean.com/article/6657-revision-v1/',0,'revision','',0),(6707,4,'2019-08-30 19:49:31','2019-08-31 00:49:31','<!-- wp:image {\"id\":6697} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cumberland-football-team-2-1024x683.jpg\" alt=\"\" class=\"wp-image-6697\" /><figcaption>Cumberland High School squad going through their paces at a recent practice session.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cumberland High School are looking to build on the success they achieved last year in the Corporate Area schoolboy football competition Manning Cup.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Coach Kemar Brown and principal Darien Henry are confident that Cumberland, which is based in Portmore, St Catherine, will create a stir in the competition similar to what they did last year when the team advanced to the second round for the first time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brown said: \"The expectations for Cumberland are very high, based on the season that we had last year. We are trying to bring over the momentum into this season and see if it can actually make us qualify for the second round.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6704} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cumberland-coach-kemar-brown-1024x646.png\" alt=\"\" class=\"wp-image-6704\" /><figcaption>Cumberland Coach Kemar Brown expecting great things from his squad this season.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brown is confident that the team can earn a place in the quarter-finals based on the work that has been put in over the holidays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Principal Henry added: \"My expectations are very high. I knew that Cumberland’s Manning Cup team would have surprised the entire football fraternity and the country in general. This year we have another surprise in the bag as we are going to be a team to be reckoned with. We have been working throughout the summer and we expect good performances from them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We are expecting to at least reach the quarter-finals because we definitely have ourselves to come out of the zone and we know what is required of us to come out. We are looking forward to the quarterfinals and once we reach that stage we are looking forward to reaching further than there.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6705} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cumberland-principal-darien-henry.png\" alt=\"\" class=\"wp-image-6705\" /><figcaption>Cumberland Principal Darien Henry says </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The confidence of both the coach and principal is boosted by Cumberland getting positives results from the more than 20 practice matches they have played. Another boost for Cumberland is the retention of 15 players from last year’s history-making squad.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brown, however, is wary of the other teams in Group A of the competition, which is also made up of Holy Trinity, St Jago, Haile Selassie, Bridgeport and Clan Carthy. Brown said the teams in the group are going to be tough. He believes that it will be the most competitive of the seven groups. Brown, however, believes that Holy Trinity and St Jago will be his main rivals from the group.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6696} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cumberland-football-team-1024x683.jpg\" alt=\"\" class=\"wp-image-6696\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He is expecting Nicholas Shorter, Christopher Morgan and Javante Grant to bear the brunt of the workload for Cumberland. Brown said they have worked to build depth in the squad. He believes the lack of depth factored into their failure to sparkle after advancing to the second round last year, with injuries affecting them. \"We are dedicated and committed to putting in this work to actually qualify as front runners [from the group] because our aim definitely also, is to play the Digicel Cup,\" Brown said.</p>\n<!-- /wp:paragraph -->','Cumberland looking to surprise at Manning Cup','','inherit','closed','closed','','6657-revision-v1','','','2019-08-30 19:49:31','2019-08-31 00:49:31','',6657,'https://buzz-caribbean.com/article/6657-revision-v1/',0,'revision','',0),(6709,4,'2019-08-30 20:01:30','2019-08-31 01:01:30','<!-- wp:image {\"id\":6697} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cumberland-football-team-2-1024x683.jpg\" alt=\"\" class=\"wp-image-6697\" /><figcaption>Members of the Cumberland High School squad during a recent practice session.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cumberland High School are looking to build on the success they achieved last year in the Corporate Area schoolboy football competition, <a href=\"https://buzz-caribbean.com/article/coach-morgan-haile-selassie-have-the-quality-to-beat-any-manning-cup-contender/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Manning Cup (opens in a new tab)\">Manning Cup</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Coach Kemar Brown and principal Darien Henry are confident that Cumberland, which is based in Portmore, St Catherine, will create a stir in the competition similar to what they did last year when the team advanced to the second round for the first time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brown said: \"The expectations for Cumberland are very high, based on the season that we had last year. We are trying to bring over the momentum into this season and see if it can actually make us qualify for the second round.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6704} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cumberland-coach-kemar-brown-1024x646.png\" alt=\"\" class=\"wp-image-6704\" /><figcaption>Cumberland Coach Kemar Brown expecting great things from his squad this season.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brown is confident that the team can earn a place in the quarter-finals based on the work that has been put in over the holidays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Principal Henry added: \"My expectations are very high. I knew that Cumberland’s Manning Cup team would have surprised the entire football fraternity and the country in general. This year we have another surprise in the bag as we are going to be a team to be reckoned with. We have been working throughout the summer and we expect good performances from them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We are expecting to at least reach the quarter-finals because we definitely have ourselves to come out of the zone and we know what is required of us to come out. We are looking forward to the quarterfinals and once we reach that stage we are looking forward to reaching further than there.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6705} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cumberland-principal-darien-henry.png\" alt=\"\" class=\"wp-image-6705\" /><figcaption>Cumberland Principal Darien Henry says </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The confidence of both the coach and principal is boosted by Cumberland getting positives results from the more than 20 practice matches they have played. Another boost for Cumberland is the retention of 15 players from last year’s history-making squad.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brown, however, is wary of the other teams in Group A of the competition, which is also made up of Holy Trinity, St Jago, Haile Selassie, Bridgeport and Clan Carthy. Brown said the teams in the group are going to be tough. He believes that it will be the most competitive of the seven groups. Brown, however, believes that Holy Trinity and St Jago will be his main rivals from the group.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6696} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Cumberland-football-team-1024x683.jpg\" alt=\"\" class=\"wp-image-6696\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He is expecting Nicholas Shorter, Christopher Morgan and Javante Grant to bear the brunt of the workload for Cumberland. Brown said they have worked to build depth in the squad. He believes the lack of depth factored into their failure to sparkle after advancing to the second round last year, with injuries affecting them. \"We are dedicated and committed to putting in this work to actually qualify as front runners [from the group] because our aim definitely also, is to play the Digicel Cup,\" Brown said.</p>\n<!-- /wp:paragraph -->','Cumberland looking to surprise at Manning Cup','','inherit','closed','closed','','6657-revision-v1','','','2019-08-30 20:01:30','2019-08-31 01:01:30','',6657,'https://buzz-caribbean.com/article/6657-revision-v1/',0,'revision','',0),(6710,14,'2019-08-31 06:26:15','2019-08-31 11:26:15','','constant-spring-manor-park-buzz-demo','','inherit','open','closed','','constant-spring-manor-park-buzz-demo','','','2019-08-31 06:26:15','2019-08-31 11:26:15','',6629,'https://buzz-caribbean.com/app/uploads/2019/08/constant-spring-manor-park-buzz-demo.jpg',0,'attachment','image/jpeg',0),(6711,14,'2019-08-31 06:29:45','2019-08-31 11:29:45','','hagley-park-road-works-buzz-demo','','inherit','open','closed','','hagley-park-road-works-buzz-demo','','','2019-08-31 06:29:45','2019-08-31 11:29:45','',6629,'https://buzz-caribbean.com/app/uploads/2019/08/hagley-park-road-works-buzz-demo.jpg',0,'attachment','image/jpeg',0),(6712,14,'2019-08-31 06:40:40','2019-08-31 11:40:40','','marcus-garvey-drive-buzz-demo','','inherit','open','closed','','marcus-garvey-drive-buzz-demo','','','2019-08-31 06:40:40','2019-08-31 11:40:40','',6629,'https://buzz-caribbean.com/app/uploads/2019/08/marcus-garvey-drive-buzz-demo.jpg',0,'attachment','image/jpeg',0),(6713,14,'2019-08-31 06:43:44','2019-08-31 11:43:44','','mandela-highway-buzz-demo','','inherit','open','closed','','mandela-highway-buzz-demo','','','2019-08-31 06:43:44','2019-08-31 11:43:44','',6629,'https://buzz-caribbean.com/app/uploads/2019/08/mandela-highway-buzz-demo.jpg',0,'attachment','image/jpeg',0),(6714,14,'2019-08-31 06:47:13','2019-08-31 11:47:13','<!-- wp:image {\"id\":5738} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/traffic-1024x681.jpg\" alt=\"\" class=\"wp-image-5738\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The National Works Agency (NWA) has ramped up a number of activities in the Corporate Area and St. Catherine for the start of the new school year, next Monday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The agency says it is focusing on ensuring that critical corridors are available to its customers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Communication and\nCustomer Services Manager, at the NWA, Stephen Shaw says the activities include\nthe laying of the first layer of asphalt on all the corridors and the\ninstallation of traffic signals at critical locations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6710} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/constant-spring-manor-park-buzz-demo-1024x659.jpg\" alt=\"\" class=\"wp-image-6710\" /><figcaption>More work still to be done on the Constant Spring corridor in St. Andrew (Photo: Dave Reid, JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Works will continue\nalong Constant Spring Road, Hagley Park Road, Barbican Road, Camp Road and Port\nHenderson Road.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Constant Spring Road from Manor Park to West Kings House Road will be opened to the motoring public. This will accommodate four lanes of traffic. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Traffic will also be allowed along the entire stretch of Hagley Park Road. The Three Miles area will again be open to vehicular traffic. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6711} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/hagley-park-road-works-buzz-demo-1024x691.jpg\" alt=\"\" class=\"wp-image-6711\" /><figcaption>Work progressing  along sections of Hagley Park Road (Photo: Dave Reid, JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The two bridges constructed as part of the overall works will be put into service. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Motorists travelling from the direction of Marcus Garvey Drive and Portmore Toll Road to Half Way Tree will use the upper level bridge, while those along Spanish Town Road, heading to or from downtown Kingston will use the lower bridge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6712} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/marcus-garvey-drive-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-6712\" /><figcaption>Aerial view of a section of Marcus Garvey Drive (Photo: YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Additionally, Shaw\nsays that&nbsp;12 points across Kingston and St.&nbsp;Catherine will be\ncontrolled by traffic signals.&nbsp;<br>\n<br>\nThese include: Cassava Piece Road, Mannings Hill Road and Hillman Road, along\nConstant Spring Road; and Keesing Avenue, Omara Road and Three Miles in the\nHagley Park Road area</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The NWA also intends\nto have traffic signals in operation at Germaine Road, Pepperwood and the Naggo\nHead/Newlands intersection in Portmore, St. Catherine, as well as at Acadia\nDrive in Barbican, St. Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6713} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mandela-highway-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-6713\" /><figcaption>The Mandela Highway - a major thoroughfare connecting Kingston and St. Andrew to Spanish Town, Portmore and more. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Temporary lane\nmarkings are also being done, as the NWA seeks to reduce conflicting movements\nand inappropriate use of the newly laid corridors.</p>\n<!-- /wp:paragraph -->','NWA working to ease traffic woes across Corporate Area','','inherit','closed','closed','','6629-revision-v1','','','2019-08-31 06:47:13','2019-08-31 11:47:13','',6629,'https://buzz-caribbean.com/article/6629-revision-v1/',0,'revision','',0),(6715,14,'2019-08-31 07:07:40','2019-08-31 12:07:40','<!-- wp:image {\"id\":6716} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/guyana-flad-buzz-demo-1024x614.png\" alt=\"\" class=\"wp-image-6716\" /><figcaption>Guyana\'s national flag (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are predictions being made in energy circles that Guyana’s economy will take off like a rocket, due to findings of huge deposits of hydrocarbons offshore the CARICOM state.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many pundits have even labelled the country as the “New Qatar”, according to an article titled “Guyana poised to be the ‘new Qatar’ – AMI Snr Director” <a href=\"https://oilnow.gy/featured/guyana-poised-to-be-the-new-qatar-ami-snr-director/\">published on August 30</a>, by OilNow,&nbsp;an online-based Information and Resource Centre which serves Guyanese stakeholders within the oil and gas sector.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6717} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/guyana-oil-buzz-demo.jpg\" alt=\"\" class=\"wp-image-6717\" /><figcaption> The Floating, Production, Storage and Offloading (FPSO) vessel (Photo: ExxonMobil) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to OilNow, some specialists, like Americas Market Intelligence’s (AMI) Senior Director, Remi Piet have forecasted that Guyana will go “from underdevelopment to an extreme level of positive economic growth.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6718} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/doha-qatar-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-6718\" /><figcaption>Could Georgetown, Guyana become the Caribbean\'s Doha? (Photo: South China Morning Post)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The publication said Piet who was speaking with Investing News Network (INN), recently attributed the imminent growth to the discoveries by American multinational oil and gas corporation ExxonMobil and noted that by 2021, the Guyanese Government will be “able to re-invest very large amounts of royalties and taxation from production of oil in the country”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6720} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/oil-now-buzz-demo.jpg\" alt=\"\" class=\"wp-image-6720\" /><figcaption>Oil Now,  an online-based Information and Resource Centre for stakeholders in Guyana (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Nevertheless, Piet said there were existing gaps including a lack of capacity, and “the existing political instability in the country – a result of imminent Regional and General Elections triggered by a no-confidence vote, which were matters of concern.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6719} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/georgetown-guyana-buzz-dem0-1024x359.jpg\" alt=\"\" class=\"wp-image-6719\" /><figcaption>Sections of Guyana\'s capital, Georgetown (Photo: Nations Online Project)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"He observed that the scale of commercial production in Guyana, coupled with the level of revenues to be injected in the economy was, ‘not foreseen and domestic institutions are not ready for such a big change in terms of the development of its economic path’,\" the OilNow article stated.</p>\n<!-- /wp:paragraph -->','Guyana poised to become \'new Qatar\' of CARICOM?','','publish','open','closed','','guyana-poised-to-become-new-qatar-of-caricom','','','2019-09-03 09:51:14','2019-09-03 14:51:14','',0,'https://buzz-caribbean.com/?p=6715',0,'post','',0),(6716,14,'2019-08-31 06:49:47','2019-08-31 11:49:47','','guyana-flag-buzz-demo','','inherit','open','closed','','guyana-flad-buzz-demo','','','2019-08-31 06:53:36','2019-08-31 11:53:36','',6715,'https://buzz-caribbean.com/app/uploads/2019/08/guyana-flad-buzz-demo.png',0,'attachment','image/png',0),(6717,14,'2019-08-31 06:54:20','2019-08-31 11:54:20','','guyana-oil-buzz-demo','','inherit','open','closed','','guyana-oil-buzz-demo','','','2019-08-31 06:54:20','2019-08-31 11:54:20','',6715,'https://buzz-caribbean.com/app/uploads/2019/08/guyana-oil-buzz-demo.jpg',0,'attachment','image/jpeg',0),(6718,14,'2019-08-31 06:58:04','2019-08-31 11:58:04','','doha-qatar-buzz-demo','','inherit','open','closed','','doha-qatar-buzz-demo','','','2019-08-31 06:58:04','2019-08-31 11:58:04','',6715,'https://buzz-caribbean.com/app/uploads/2019/08/doha-qatar-buzz-demo.jpg',0,'attachment','image/jpeg',0),(6719,14,'2019-08-31 07:01:34','2019-08-31 12:01:34','','georgetown-guyana-buzz-dem0','','inherit','open','closed','','georgetown-guyana-buzz-dem0','','','2019-08-31 07:01:34','2019-08-31 12:01:34','',6715,'https://buzz-caribbean.com/app/uploads/2019/08/georgetown-guyana-buzz-dem0.jpg',0,'attachment','image/jpeg',0),(6720,14,'2019-08-31 07:04:28','2019-08-31 12:04:28','','oil-now-buzz-demo','','inherit','open','closed','','oil-now-buzz-demo','','','2019-08-31 07:04:28','2019-08-31 12:04:28','',6715,'https://buzz-caribbean.com/app/uploads/2019/08/oil-now-buzz-demo.jpg',0,'attachment','image/jpeg',0),(6721,14,'2019-08-31 07:07:40','2019-08-31 12:07:40','<!-- wp:image {\"id\":6716} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/guyana-flad-buzz-demo-1024x614.png\" alt=\"\" class=\"wp-image-6716\" /><figcaption>Guyana\'s national flag (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are predictions being made in energy circles that Guyana’s economy will take off like a rocket, due to findings of huge deposits of hydrocarbons offshore the CARICOM state.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many pundits have even labelled the country as the “New Qatar”, according to an article titled “Guyana poised to be the ‘new Qatar’ – AMI Snr Director” <a href=\"https://oilnow.gy/featured/guyana-poised-to-be-the-new-qatar-ami-snr-director/\">published on August 30</a>, by OilNow, an online-based Information and Resource Centre which serves Guyanese stakeholders within the oil and gas sector.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6717} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/guyana-oil-buzz-demo.jpg\" alt=\"\" class=\"wp-image-6717\" /><figcaption> The Floating, Production, Storage and Offloading (FPSO) vessel (Photo: ExxonMobil) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to OilNow, some specialists, like Americas Market Intelligence’s (AMI) Senior Director, Remi Piet have forecasted that Guyana will go “from underdevelopment to an extreme level of positive economic growth.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6718} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/doha-qatar-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-6718\" /><figcaption>Could Georgetown, Guyana become the Caribbean\'s Doha? (Photo: South China Morning Post)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The publication said Piet who was speaking with Investing News Network (INN), recently attributed the imminent growth to the discoveries by American multinational oil and gas corporation ExxonMobil and noted that by 2021, the Guyanese Government will be “able to re-invest very large amounts of royalties and taxation from production of oil in the country”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6720} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/oil-now-buzz-demo.jpg\" alt=\"\" class=\"wp-image-6720\" /><figcaption>Oil Now,  an online-based Information and Resource Centre for stakeholders in Guyana (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Nevertheless, Piet said there were existing gaps including a lack of capacity, and “the existing political instability in the country – a result of imminent Regional and General Elections triggered by a no-confidence vote, which were matters of concern.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6719} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/georgetown-guyana-buzz-dem0-1024x359.jpg\" alt=\"\" class=\"wp-image-6719\" /><figcaption>Sections of Guyana\'s capital, Georgetown (Photo: Nations Online Project)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"He observed that the scale of commercial production in Guyana, coupled with the level of revenues to be injected in the economy was, ‘not foreseen and domestic institutions are not ready for such a big change in terms of the development of its economic path’,\" the OilNow article stated.</p>\n<!-- /wp:paragraph -->','Guyana poised to become \'new Qatar\' of CARICOM?','','inherit','closed','closed','','6715-revision-v1','','','2019-08-31 07:07:40','2019-08-31 12:07:40','',6715,'https://buzz-caribbean.com/article/6715-revision-v1/',0,'revision','',0),(6722,21,'2019-08-31 07:27:59','2019-08-31 12:27:59','<!-- wp:image {\"id\":6724} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/drake-shenseea-buzz-1.jpg\" alt=\"\" class=\"wp-image-6724\" /><figcaption>Dancehall star Shenseea (left) poses with Canadian rapper Drake in the Turks and Caicos Islands recently (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Canadian rapper Drake has been showing his\nsupport for the Gargamel, Buju Banton.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The megastar was spotted recently in a\nnightclub in Turks and Caicos wearing a red Supreme-brand shirt with Banton’s\nface emblazoned at the front, in several photos he took with Jamaican artiste Shensea\nas well in as in two amateur videos.&nbsp;&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6725} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/drake-shenseea-buzz-2.jpg\" alt=\"\" class=\"wp-image-6725\" /><figcaption>More of Shenseea and Drake! (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Buju has a t-shirt deal with apparel\ncompany Supreme which, as a part of their 2019 Summer Tees release, added the\nBuju photo t-shirt collection to their running catalogue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 2019 photo T-shirt features Buju clad in a photo wearing a white tee with the iconic red box logo at the front, as is traditionally done with all of Supreme\'s past photo tees. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The back of the tee features a note from\nBuju, “Supreme forward ever stand firm Jah love”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6723} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/supreme-buju-banton-tee-black-buzz-demo-1024x731.jpg\" alt=\"\" class=\"wp-image-6723\" /><figcaption>Supreme\'s photo tee of Reggae superstar Buju Banton is a hot commodity online this summer! (Photo: Supreme) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Supreme Buju Banton Photo Tee was released on June 27 and retailed for US$48 but has been spotted on sale online for as much as US$150.  It comes in several different colours including red, white, black and green.</p>\n<!-- /wp:paragraph -->','‘Champion’ branding! Drake rocks Buju Banton shirt in Turks &amp; Caicos','','publish','open','closed','','champion-branding-drake-rocks-buju-banton-shirt-in-turks-caicos','','','2019-08-31 07:27:59','2019-08-31 12:27:59','',0,'https://buzz-caribbean.com/?p=6722',0,'post','',0),(6723,14,'2019-08-31 07:22:07','2019-08-31 12:22:07','','supreme-buju-banton-tee-black-buzz-demo','','inherit','open','closed','','supreme-buju-banton-tee-black-buzz-demo','','','2019-08-31 07:22:07','2019-08-31 12:22:07','',6722,'https://buzz-caribbean.com/app/uploads/2019/08/supreme-buju-banton-tee-black-buzz-demo.jpg',0,'attachment','image/jpeg',0),(6724,14,'2019-08-31 07:22:36','2019-08-31 12:22:36','','drake-shenseea-buzz-1','','inherit','open','closed','','drake-shenseea-buzz-1','','','2019-08-31 07:22:36','2019-08-31 12:22:36','',6722,'https://buzz-caribbean.com/app/uploads/2019/08/drake-shenseea-buzz-1.jpg',0,'attachment','image/jpeg',0),(6725,14,'2019-08-31 07:22:54','2019-08-31 12:22:54','','drake-shenseea-buzz-2','','inherit','open','closed','','drake-shenseea-buzz-2','','','2019-08-31 07:22:54','2019-08-31 12:22:54','',6722,'https://buzz-caribbean.com/app/uploads/2019/08/drake-shenseea-buzz-2.jpg',0,'attachment','image/jpeg',0),(6726,14,'2019-08-31 07:27:59','2019-08-31 12:27:59','<!-- wp:image {\"id\":6724} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/drake-shenseea-buzz-1.jpg\" alt=\"\" class=\"wp-image-6724\" /><figcaption>Dancehall star Shenseea (left) poses with Canadian rapper Drake in the Turks and Caicos Islands recently (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Canadian rapper Drake has been showing his\nsupport for the Gargamel, Buju Banton.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The megastar was spotted recently in a\nnightclub in Turks and Caicos wearing a red Supreme-brand shirt with Banton’s\nface emblazoned at the front, in several photos he took with Jamaican artiste Shensea\nas well in as in two amateur videos.&nbsp;&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6725} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/drake-shenseea-buzz-2.jpg\" alt=\"\" class=\"wp-image-6725\" /><figcaption>More of Shenseea and Drake! (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Buju has a t-shirt deal with apparel\ncompany Supreme which, as a part of their 2019 Summer Tees release, added the\nBuju photo t-shirt collection to their running catalogue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 2019 photo T-shirt features Buju clad in a photo wearing a white tee with the iconic red box logo at the front, as is traditionally done with all of Supreme\'s past photo tees. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The back of the tee features a note from\nBuju, “Supreme forward ever stand firm Jah love”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6723} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/supreme-buju-banton-tee-black-buzz-demo-1024x731.jpg\" alt=\"\" class=\"wp-image-6723\" /><figcaption>Supreme\'s photo tee of Reggae superstar Buju Banton is a hot commodity online this summer! (Photo: Supreme) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Supreme Buju Banton Photo Tee was released on June 27 and retailed for US$48 but has been spotted on sale online for as much as US$150.  It comes in several different colours including red, white, black and green.</p>\n<!-- /wp:paragraph -->','‘Champion’ branding! Drake rocks Buju Banton shirt in Turks &amp; Caicos','','inherit','closed','closed','','6722-revision-v1','','','2019-08-31 07:27:59','2019-08-31 12:27:59','',6722,'https://buzz-caribbean.com/article/6722-revision-v1/',0,'revision','',0),(6727,9,'2019-08-31 09:38:10','2019-08-31 14:38:10','<!-- wp:paragraph -->\n<p>Another cup of coffee, please? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Starbucks Coffee is now serving up flavourful beverages with a scenic seaside view at its new location at Island Village in Ocho Rios, St Ann.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6685} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Jamaica-Team-Ocho-Rios-BUZZ.jpg\" alt=\"Baristas at Starbucks Jamaica serving flavourful cups of coffee to patrons.\" class=\"wp-image-6685\" /><figcaption>Baristas at Starbucks Coffee in Island Village, Ocho Rios serving flavourful cups of coffee to patrons. (Photos: contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the founders of Caribbean Coffee Baristas, Adam Stewart, speaking with <strong>BUZZ</strong> said:&nbsp;“Once again this signifies the changing of the status quo and is another signal of our confidence in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6684} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Ocho-Rios-BUZZ.jpg\" alt=\"The scenic view of the new Starbucks Coffee in Ocho Rios.\" class=\"wp-image-6684\" /><figcaption>The scenic view of the new Starbucks Coffee in Ocho Rios.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“This Starbucks located in Ocho Rios’s Island Village will be our second beachfront store. It is a superb location, right next to the cruise ship pier and so should see tourism traffic as well as being well-positioned to serve Jamaican coffee drinkers in Ocho Rios.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“ It is a superb location, right next to the cruise ship pier\"</p><cite>  Adam Stewart, Caribbean Coffee Baristas</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He added that the building has a very unique design with a stunning feature-wall created by Fiona Godfrey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6690} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Ocho-Rios-Artwork-BUZZ.jpg\" alt=\"The beautiful mural in Starbucks  done by Fiona Godfrey in Starbucks Coffee in Ocho Rios.\" class=\"wp-image-6690\" /><figcaption>The beautiful mural in Starbucks  done by Fiona Godfrey in Starbucks Coffee in Ocho Rios</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The new location has partners who are trained internationally in the Starbucks standards and will bring the warmth and passion of Jamaica to each and every customer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6691} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Ocho-Rios-Team-BUZZ-1.jpg\" alt=\"The excited team at Starbucks Coffee in Island Village, Ocho Rios.\" class=\"wp-image-6691\" /><figcaption>The excited team at Starbucks Coffee in Island Village, Ocho Rios.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Look out for our exclusive behind the scenes tour of this new chill spot. </p>\n<!-- /wp:paragraph -->','Coffee with a view: Starbucks opens new location in Ocho Rios','','inherit','closed','closed','','6672-revision-v1','','','2019-08-31 09:38:10','2019-08-31 14:38:10','',6672,'https://buzz-caribbean.com/article/6672-revision-v1/',0,'revision','',0),(6728,9,'2019-08-31 09:40:40','2019-08-31 14:40:40','<!-- wp:image {\"id\":6611} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/NOMADDZ-album-cover-1024x1024.jpg\" alt=\"\" class=\"wp-image-6611\" /><figcaption>The No-Maddz launched its new album, Heaven on Earth, on Friday (Aug 30).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>No-Maddz is on a mission to help return Reggae to its former glory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The group hopes to accomplish this feat starting with its <a aria-label=\"album  (opens in a new tab)\" rel=\"noreferrer noopener\" href=\"https://buzz-caribbean.com/article/walshy-fire-and-idris-elba-make-mark-on-no-maddzs-album/\" target=\"_blank\">new album,<b> </b></a><b>Heaven On Earth</b>, which was released on Friday (Aug 30). In sharing its vision, the group cited icons like Bob Marley and Peter Tosh, who captured the hearts and minds of music lovers around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No-Maddz members Sheldon ‘Sheppie’ Shepperd and Everaldo ‘Evie’ Creary said they were disheartened recently when they entered a record store in New York, USA, and found the Reggae category tucked away at the back of the room.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Somehow since the works that Bob Marley, Peter Tosh and the like there has been a slow pace in terms of international recognition. Everyone is regurgitating what Bob and Tosh did,” Sheppie told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No-Maddz has partnered with top producer MC Walshy Fire from supergroup Major Lazer, on the production of <strong>Heaven on Earth</strong>. The album will be available across digital streaming and download platforms and on CD and vinyl. The group is expected to announce its Heaven on Earth Tour soon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5135} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/No-Maddz-A-1024x665.jpg\" alt=\"\" class=\"wp-image-5135\" /><figcaption>Sheldon ‘Sheppie’ Shepperd (left) and Everaldo ‘Evie’ Creary.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Working with Walshy Fire was something we wanted to do because we see him as a producer that channels music into many different audiences, music lovers, people who are buying music and going to festivals. It was a deliberate idea to merge his talents and experiences with our talents and our strengths as well. Walshy heard the song <strong>Heaven On Earth</strong> and did a cartwheel in the living room and said, this song, this album, this project made him want to get up and do something.” Sheppie said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The independently produced and released album also presents collaborations with artistes, including Idris Elba and Grammy-nominated Kumar (formerly of Raging Fyah). It also introduces the work of up-and-coming producer, The Wizard, who is the daughter of Beres Hammond.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Heaven On Earth </strong>is a commentary on the social constructs that affect Jamaica, and reflects on the hardships and triumphs that people all over the world face. Through this album, The No-Maddz’ activism is that of artistic celebration, economic advancement, and the nurturing of the beauty of humanity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'We wouldn’t mind getting the accolades and respect of our peers that’s a given.\'</p><cite>— Sheppie</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“We intend to see this project as one of the greatest ever in the world, not only in the Reggae genre but in terms of music in general. We have high intentions and we intend to garner mass appeal with this project, you nah mean? We wouldn’t mind getting the accolades and respect of our peers that’s a given — the respect of the listeners and the accolades of the industry, your talking about all the awards that musicians and music can receive, Grammys etc. We opened the flood gates and are open to receive all the blessings that this project can bring forward to us,\" Sheppie told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The group\'s previous album, <strong>Sly and Robbie </strong><strong>Presents</strong><strong> No-Maddz</strong> was released in 2015. It was listed among the 10 Best Reggae Albums of that year by Billboard Magazine.</p>\n<!-- /wp:paragraph -->','No-Maddz wants to restore reggae\'s former glory','','inherit','closed','closed','','6520-revision-v1','','','2019-08-31 09:40:40','2019-08-31 14:40:40','',6520,'https://buzz-caribbean.com/article/6520-revision-v1/',0,'revision','',0),(6729,9,'2019-08-31 09:42:37','2019-08-31 14:42:37','<!-- wp:image {\"id\":6611} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/NOMADDZ-album-cover-1024x1024.jpg\" alt=\"\" class=\"wp-image-6611\" /><figcaption>The No-Maddz launched its new album, Heaven on Earth, on Friday (Aug 30).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>No-Maddz is on a mission to help return Reggae to its former glory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The group hopes to accomplish this feat starting with its <a aria-label=\"album  (opens in a new tab)\" rel=\"noreferrer noopener\" href=\"https://buzz-caribbean.com/article/walshy-fire-and-idris-elba-make-mark-on-no-maddzs-album/\" target=\"_blank\">new album,<b> </b></a><b>Heaven On Earth</b>, which was released on Friday (Aug 30). In sharing its vision, the group cited icons like Bob Marley and Peter Tosh, who captured the hearts and minds of music lovers around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No-Maddz&nbsp;members Sheldon ‘Sheppie’ Shepperd and Everaldo ‘Evie’ Creary said they were disheartened recently when they entered a record store in New York, USA, and found the Reggae category tucked away at the back of the room.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Somehow since the works that Bob Marley, Peter Tosh and the like there has been a slow pace in terms of international recognition. Everyone is regurgitating what Bob and Tosh did,” Sheppie&nbsp;told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No-Maddz has partnered with top producer MC Walshy Fire from supergroup Major Lazer, on the production of <strong>Heaven on Earth</strong>. The album will be available across digital streaming and download platforms and on CD and vinyl. The group is expected to announce its Heaven on Earth Tour soon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5135} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/No-Maddz-A-1024x665.jpg\" alt=\"\" class=\"wp-image-5135\" /><figcaption>Sheldon ‘Sheppie’ Shepperd (left) and Everaldo ‘Evie’ Creary.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Working with Walshy Fire was something we wanted to do because we see him as a producer that channels music into many different audiences, music lovers, people who are buying music and going to festivals. It was a deliberate idea to merge his talents and experiences with our talents and our strengths as well. Walshy heard the song <strong>Heaven On Earth</strong> and did a cartwheel in the living room and said, this song, this album, this project made him want to get up and do something.” Sheppie said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The independently produced and released album also presents collaborations with artistes, including Idris Elba and Grammy-nominated Kumar (formerly of Raging Fyah). It also introduces the work of up-and-coming producer, The Wizard, who is the daughter of Beres Hammond.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Heaven On Earth </strong>is a commentary on the social constructs that affect Jamaica, and reflects on the hardships and triumphs that people all over the world face. Through this album, The No-Maddz’ activism is that of artistic celebration, economic advancement, and the nurturing of the beauty of humanity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'We wouldn’t mind getting the accolades and respect of our peers that’s a given.\'</p><cite>— Sheppie</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“We intend to see this project as one of the greatest ever in the world, not only in the Reggae genre but in terms of music in general. We have high intentions and we intend to garner mass appeal with this project, you nah mean? We wouldn’t mind getting the accolades and respect of our peers that’s a given — the respect of the listeners and the accolades of the industry, your talking about all the awards that musicians and music can receive, Grammys etc. We opened the flood gates and are open to receive all the blessings that this project can bring forward to us,\" Sheppie told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The group\'s previous album, <strong>Sly and Robbie </strong><strong>Presents</strong><strong> No-Maddz</strong> was released in 2015. It was listed among the 10 Best Reggae Albums of that year by Billboard Magazine.</p>\n<!-- /wp:paragraph -->','No-Maddz wants to restore reggae\'s former glory','','inherit','closed','closed','','6520-revision-v1','','','2019-08-31 09:42:37','2019-08-31 14:42:37','',6520,'https://buzz-caribbean.com/article/6520-revision-v1/',0,'revision','',0),(6730,23,'2019-08-31 11:30:52','2019-08-31 16:30:52','<!-- wp:image {\"id\":6731} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Al-Third-One-Third-A-20190831-1024x904.jpg\" alt=\"Al Johnson, who goes by the stage name Al Third. \nOne Third\" class=\"wp-image-6731\" /><figcaption>Al Johnson, who goes by the stage name Al Third. (Photos: Instagram @althirdmusic)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former Rising Star Al Johnson of the group One Third is currently\npromoting his promising self-produced reggae single and music video, <strong>Lone Face</strong>, from his <strong>Endless Possibilities</strong> EP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 37-year-old, who goes by the moniker Al Third, released the video on\nhis social media pages on Tuesday. Since being on YouTube, it has racked up\nmore than 13,000 views. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=D2Afe1K5j0I\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=D2Afe1K5j0I\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The song tells a story of Al’s obsession with a female, who has dominated\nall his thoughts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“<em>Cause you are the lone face in my head, guess you are always in head/\nCause you got your own space in my head</em>,” he sings in the hook. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The comments so far have been very positive on the artiste’s YouTube channel. In the music video, which lasts for just over four minutes, a free-spirited, happy young lady are seen wandering around a city full of high-rise buildings while Al is mostly seen sitting on a bridge looking rather pensive before the video comes to an interesting end. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6732} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Al-Third-One-Third-B-20190831.jpg\" alt=\"Al Johnson, who goes by the stage name Al Third. \nOne Third\" class=\"wp-image-6732\" /><figcaption>Al Third was part of the One Third trio that won Digicel Rising Stars more than a decade ago.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Al Third started performing professionally in 2004 after One Third was\nformed.&nbsp;Two years later, the well-loved group rose to national fame after winning\nthe Digicel Rising Stars, a Jamaican music competition. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since then, the artiste has undertaken several solo projects, his first being the single <strong>Nothing But Love</strong>, which was released in October 2010 on the Young Veterans Music label. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <em><strong>Written by Claudia Gardner</strong></em></p>\n<!-- /wp:paragraph -->','Al Third tells story in \'Lone Face\'','','publish','open','closed','','al-third-tells-story-in-lone-face','','','2019-08-31 11:02:33','2019-08-31 16:02:33','',0,'https://buzz-caribbean.com/?p=6730',0,'post','',0),(6731,9,'2019-08-31 10:45:00','2019-08-31 15:45:00','','Al-Third-One-Third-A-20190831','','inherit','open','closed','','al-third-one-third-a-20190831','','','2019-08-31 10:45:00','2019-08-31 15:45:00','',6730,'https://buzz-caribbean.com/app/uploads/2019/08/Al-Third-One-Third-A-20190831.jpg',0,'attachment','image/jpeg',0),(6732,9,'2019-08-31 10:45:22','2019-08-31 15:45:22','','Al-Third-One-Third-B-20190831','','inherit','open','closed','','al-third-one-third-b-20190831','','','2019-08-31 10:45:22','2019-08-31 15:45:22','',6730,'https://buzz-caribbean.com/app/uploads/2019/08/Al-Third-One-Third-B-20190831.jpg',0,'attachment','image/jpeg',0),(6733,9,'2019-08-31 10:50:02','2019-08-31 15:50:02','<iframe title=\"Al Third - Lone Face\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/D2Afe1K5j0I?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','ca8207d6c61366f69b193ea0c49e9fb3','','','2019-08-31 10:50:02','2019-08-31 15:50:02','',0,'https://buzz-caribbean.com/article/ca8207d6c61366f69b193ea0c49e9fb3/',0,'oembed_cache','',0),(6734,9,'2019-08-31 10:50:54','2019-08-31 15:50:54','<!-- wp:image {\"id\":6731} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Al-Third-One-Third-A-20190831-1024x904.jpg\" alt=\"Al Johnson, who goes by the stage name Al Third. \nOne Third\" class=\"wp-image-6731\" /><figcaption>Al Johnson, who goes by the stage name Al Third. (Photos: Instagram @althirdmusic)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former Rising Star Al Johnson of the group One Third is currently\npromoting his promising self-produced reggae single and music video, <strong>Lone Face</strong>, from his <strong>Endless Possibilities</strong> EP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 37-year-old, who goes by the moniker Al Third, released the video on\nhis social media pages on Tuesday. Since being on YouTube, it has racked up\nmore than 13,000 views. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=D2Afe1K5j0I\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=D2Afe1K5j0I\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The song tells a story of Al’s obsession with a female, who has dominated\nall his thoughts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“<em>Cause you are the lone face in my head, guess you are always in head/\nCause you got your own space in my head</em>,” he sings in the hook. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The comments so far have been very positive on the artiste’s YouTube channel. In the music video, which lasts for just over four minutes, a free-spirited, happy young lady are seen wandering around a city full of high-rise buildings while Al is mostly seen sitting on a bridge looking rather pensive before the video comes to an interesting end. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6732} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Al-Third-One-Third-B-20190831.jpg\" alt=\"Al Johnson, who goes by the stage name Al Third. \nOne Third\" class=\"wp-image-6732\" /><figcaption>Al Third was part of the One Third trio that won Digicel Rising Stars more than a decade ago.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Al Third started performing professionally in 2004 after One Third was\nformed.&nbsp;Two years later, the well-loved group rose to national fame after winning\nthe Digicel Rising Stars, a Jamaican music competition. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since then, the artiste has undertaken several solo projects, his first being the single <strong>Nothing But Love</strong>, which was released in October 2010 on the Young Veterans Music label. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <em><strong>Written by Claudia Gardner</strong></em></p>\n<!-- /wp:paragraph -->','Al Third tells story in \'Lone Face\'','','inherit','closed','closed','','6730-revision-v1','','','2019-08-31 10:50:54','2019-08-31 15:50:54','',6730,'https://buzz-caribbean.com/article/6730-revision-v1/',0,'revision','',0),(6735,15,'2019-08-31 13:15:43','2019-08-31 18:15:43','<!-- wp:image {\"id\":6736} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-A-1024x683.jpg\" alt=\"The Bank of Jamaica hosted a send-off for IMF Resident Representative for Jamaica, Dr Constant Lonkeng Ngouana\" class=\"wp-image-6736\" /><figcaption> Dr Constant Lonkeng Ngouana was brought to tears during the send-off that was hosted for him. (Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Bank of Jamaica hosted a send-off for International Monetary Fund (IMF) Resident Representative for Jamaica, Dr Constant Lonkeng Ngouana, at its auditorium in downtown Kingston on Wednesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Constant represented the IMF in Jamaica from 2016 to 2019. He was well regarded and is credited with doing a splendid job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was an effective communicator, breaking down complex economic matters and data and how they affect Jamaica. He drew particular attention to the importance of productivity and how it helps to spur growth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the Bethel Baptist Church in July he said: “Jamaica has reached a place where we don’t need to be here all the time. We are taking the back seat, and Jamaica is in the driver’s seat… With what Jamaica has achieved over the past six years, we believe Jamaica is ready to exit the IMF and run its own business.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Constant will be succeeded by Karim Youssef, who is a senior economist.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em><strong>BUZZ brings you the highlights in the gallery below.&nbsp; &nbsp;&nbsp;</strong></em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6739,6737,6738,6740,6741,6742,6743]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-D-1024x683.jpg\" alt=\"\" data-id=\"6739\" data-link=\"https://buzz-caribbean.com/?attachment_id=6739\" class=\"wp-image-6739\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-B-1024x683.jpg\" alt=\"\" data-id=\"6737\" data-link=\"https://buzz-caribbean.com/?attachment_id=6737\" class=\"wp-image-6737\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-CC-1024x683.jpg\" alt=\"\" data-id=\"6738\" data-link=\"https://buzz-caribbean.com/?attachment_id=6738\" class=\"wp-image-6738\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-E-1024x683.jpg\" alt=\"\" data-id=\"6740\" data-link=\"https://buzz-caribbean.com/?attachment_id=6740\" class=\"wp-image-6740\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-F-1024x683.jpg\" alt=\"\" data-id=\"6741\" data-link=\"https://buzz-caribbean.com/?attachment_id=6741\" class=\"wp-image-6741\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-G-1024x683.jpg\" alt=\"\" data-id=\"6742\" data-link=\"https://buzz-caribbean.com/?attachment_id=6742\" class=\"wp-image-6742\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-H-1024x683.jpg\" alt=\"\" data-id=\"6743\" data-link=\"https://buzz-caribbean.com/?attachment_id=6743\" class=\"wp-image-6743\" /></figure></li></ul>\n<!-- /wp:gallery -->','Bank of Jamaica hosts send-off for Constant Lonkeng','','publish','open','closed','','bank-of-jamaica-hosts-send-off-for-constant-lonkeng','','','2019-08-31 11:48:57','2019-08-31 16:48:57','',0,'https://buzz-caribbean.com/?p=6735',0,'post','',0),(6736,9,'2019-08-31 11:06:39','2019-08-31 16:06:39','','BOJ-Send-Off-A','','inherit','open','closed','','boj-send-off-a','','','2019-08-31 11:06:39','2019-08-31 16:06:39','',6735,'https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-A.jpg',0,'attachment','image/jpeg',0),(6737,9,'2019-08-31 11:07:09','2019-08-31 16:07:09','','BOJ-Send-Off-B','','inherit','open','closed','','boj-send-off-b','','','2019-08-31 11:07:09','2019-08-31 16:07:09','',6735,'https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-B.jpg',0,'attachment','image/jpeg',0),(6738,9,'2019-08-31 11:07:12','2019-08-31 16:07:12','','BOJ-Send-Off-CC','','inherit','open','closed','','boj-send-off-cc','','','2019-08-31 11:07:12','2019-08-31 16:07:12','',6735,'https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-CC.jpg',0,'attachment','image/jpeg',0),(6739,9,'2019-08-31 11:07:14','2019-08-31 16:07:14','','BOJ-Send-Off-D','','inherit','open','closed','','boj-send-off-d','','','2019-08-31 11:07:14','2019-08-31 16:07:14','',6735,'https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-D.jpg',0,'attachment','image/jpeg',0),(6740,9,'2019-08-31 11:07:17','2019-08-31 16:07:17','','BOJ-Send-Off-E','','inherit','open','closed','','boj-send-off-e','','','2019-08-31 11:07:17','2019-08-31 16:07:17','',6735,'https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-E.jpg',0,'attachment','image/jpeg',0),(6741,9,'2019-08-31 11:07:20','2019-08-31 16:07:20','','BOJ-Send-Off-F','','inherit','open','closed','','boj-send-off-f','','','2019-08-31 11:07:20','2019-08-31 16:07:20','',6735,'https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-F.jpg',0,'attachment','image/jpeg',0),(6742,9,'2019-08-31 11:07:22','2019-08-31 16:07:22','','BOJ-Send-Off-G','','inherit','open','closed','','boj-send-off-g','','','2019-08-31 11:07:22','2019-08-31 16:07:22','',6735,'https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-G.jpg',0,'attachment','image/jpeg',0),(6743,9,'2019-08-31 11:07:25','2019-08-31 16:07:25','','BOJ-Send-Off-H','','inherit','open','closed','','boj-send-off-h','','','2019-08-31 11:07:25','2019-08-31 16:07:25','',6735,'https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-H.jpg',0,'attachment','image/jpeg',0),(6744,9,'2019-08-31 11:18:31','2019-08-31 16:18:31','<!-- wp:image {\"id\":6736} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-A-1024x683.jpg\" alt=\"The Bank of Jamaica hosted a send-off for IMF Resident Representative for Jamaica, Dr Constant Lonkeng Ngouana\" class=\"wp-image-6736\" /><figcaption> Dr Constant Lonkeng Ngouana was brought to tears during the send-off that was hosted for him. (Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Bank of Jamaica hosted a send-off for International Monetary Fund (IMF) Resident Representative for Jamaica, Dr Constant Lonkeng Ngouana, at its auditorium in downtown Kingston on Wednesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Constant represented the IMF in Jamaica from 2016 to 2019. He was well regarded and is credited with doing a splendid job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was an effective communicator, breaking down complex economic matters and data and how they affect Jamaica. He drew particular attention to the importance of productivity and how it helps to spur growth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the Bethel Baptist Church in July he said: “Jamaica has reached a place where we don’t need to be here all the time. We are taking the back seat, and Jamaica is in the driver’s seat… With what Jamaica has achieved over the past six years, we believe Jamaica is ready to exit the IMF and run its own business.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Constant will be succeeded by Karim Youssef, who is a senior economist.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em><strong>BUZZ brings you the highlights in the gallery below.    </strong></em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6737,6738,6739,6740,6741,6742,6743]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-B-1024x683.jpg\" alt=\"\" data-id=\"6737\" data-link=\"https://buzz-caribbean.com/?attachment_id=6737\" class=\"wp-image-6737\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-CC-1024x683.jpg\" alt=\"\" data-id=\"6738\" data-link=\"https://buzz-caribbean.com/?attachment_id=6738\" class=\"wp-image-6738\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-D-1024x683.jpg\" alt=\"\" data-id=\"6739\" data-link=\"https://buzz-caribbean.com/?attachment_id=6739\" class=\"wp-image-6739\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-E-1024x683.jpg\" alt=\"\" data-id=\"6740\" data-link=\"https://buzz-caribbean.com/?attachment_id=6740\" class=\"wp-image-6740\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-F-1024x683.jpg\" alt=\"\" data-id=\"6741\" data-link=\"https://buzz-caribbean.com/?attachment_id=6741\" class=\"wp-image-6741\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-G-1024x683.jpg\" alt=\"\" data-id=\"6742\" data-link=\"https://buzz-caribbean.com/?attachment_id=6742\" class=\"wp-image-6742\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-H-1024x683.jpg\" alt=\"\" data-id=\"6743\" data-link=\"https://buzz-caribbean.com/?attachment_id=6743\" class=\"wp-image-6743\" /></figure></li></ul>\n<!-- /wp:gallery -->','Bank of Jamaica hosts send-off for Constant Lonkeng','','inherit','closed','closed','','6735-revision-v1','','','2019-08-31 11:18:31','2019-08-31 16:18:31','',6735,'https://buzz-caribbean.com/article/6735-revision-v1/',0,'revision','',0),(6745,9,'2019-08-31 11:20:21','2019-08-31 16:20:21','<!-- wp:image {\"id\":6736} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-A-1024x683.jpg\" alt=\"The Bank of Jamaica hosted a send-off for IMF Resident Representative for Jamaica, Dr Constant Lonkeng Ngouana\" class=\"wp-image-6736\" /><figcaption> Dr Constant Lonkeng Ngouana was brought to tears during the send-off that was hosted for him. (Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Bank of Jamaica hosted a send-off for International Monetary Fund (IMF) Resident Representative for Jamaica, Dr Constant Lonkeng Ngouana, at its auditorium in downtown Kingston on Wednesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Constant represented the IMF in Jamaica from 2016 to 2019. He was well regarded and is credited with doing a splendid job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was an effective communicator, breaking down complex economic matters and data and how they affect Jamaica. He drew particular attention to the importance of productivity and how it helps to spur growth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the Bethel Baptist Church in July he said: “Jamaica has reached a place where we don’t need to be here all the time. We are taking the back seat, and Jamaica is in the driver’s seat… With what Jamaica has achieved over the past six years, we believe Jamaica is ready to exit the IMF and run its own business.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Constant will be succeeded by Karim Youssef, who is a senior economist.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em><strong>BUZZ brings you the highlights in the gallery below.    </strong></em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6739,6737,6738,6740,6741,6742,6743]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-D-1024x683.jpg\" alt=\"\" data-id=\"6739\" data-link=\"https://buzz-caribbean.com/?attachment_id=6739\" class=\"wp-image-6739\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-B-1024x683.jpg\" alt=\"\" data-id=\"6737\" data-link=\"https://buzz-caribbean.com/?attachment_id=6737\" class=\"wp-image-6737\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-CC-1024x683.jpg\" alt=\"\" data-id=\"6738\" data-link=\"https://buzz-caribbean.com/?attachment_id=6738\" class=\"wp-image-6738\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-E-1024x683.jpg\" alt=\"\" data-id=\"6740\" data-link=\"https://buzz-caribbean.com/?attachment_id=6740\" class=\"wp-image-6740\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-F-1024x683.jpg\" alt=\"\" data-id=\"6741\" data-link=\"https://buzz-caribbean.com/?attachment_id=6741\" class=\"wp-image-6741\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-G-1024x683.jpg\" alt=\"\" data-id=\"6742\" data-link=\"https://buzz-caribbean.com/?attachment_id=6742\" class=\"wp-image-6742\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-H-1024x683.jpg\" alt=\"\" data-id=\"6743\" data-link=\"https://buzz-caribbean.com/?attachment_id=6743\" class=\"wp-image-6743\" /></figure></li></ul>\n<!-- /wp:gallery -->','Bank of Jamaica hosts send-off for Constant Lonkeng','','inherit','closed','closed','','6735-revision-v1','','','2019-08-31 11:20:21','2019-08-31 16:20:21','',6735,'https://buzz-caribbean.com/article/6735-revision-v1/',0,'revision','',0),(6746,9,'2019-08-31 11:48:49','2019-08-31 16:48:49','<!-- wp:image {\"id\":6736} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-A-1024x683.jpg\" alt=\"The Bank of Jamaica hosted a send-off for IMF Resident Representative for Jamaica, Dr Constant Lonkeng Ngouana\" class=\"wp-image-6736\" /><figcaption> Dr Constant Lonkeng Ngouana was brought to tears during the send-off that was hosted for him. (Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Bank of Jamaica hosted a send-off for International Monetary Fund (IMF) Resident Representative for Jamaica, Dr Constant Lonkeng Ngouana, at its auditorium in downtown Kingston on Wednesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Constant represented the IMF in Jamaica from 2016 to 2019. He was well regarded and is credited with doing a splendid job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was an effective communicator, breaking down complex economic matters and data and how they affect Jamaica. He drew particular attention to the importance of productivity and how it helps to spur growth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the Bethel Baptist Church in July he said: “Jamaica has reached a place where we don’t need to be here all the time. We are taking the back seat, and Jamaica is in the driver’s seat… With what Jamaica has achieved over the past six years, we believe Jamaica is ready to exit the IMF and run its own business.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Constant will be succeeded by Karim Youssef, who is a senior economist.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em><strong>BUZZ brings you the highlights in the gallery below.&nbsp; &nbsp;&nbsp;</strong></em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6739,6737,6738,6740,6741,6742,6743]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-D-1024x683.jpg\" alt=\"\" data-id=\"6739\" data-link=\"https://buzz-caribbean.com/?attachment_id=6739\" class=\"wp-image-6739\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-B-1024x683.jpg\" alt=\"\" data-id=\"6737\" data-link=\"https://buzz-caribbean.com/?attachment_id=6737\" class=\"wp-image-6737\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-CC-1024x683.jpg\" alt=\"\" data-id=\"6738\" data-link=\"https://buzz-caribbean.com/?attachment_id=6738\" class=\"wp-image-6738\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-E-1024x683.jpg\" alt=\"\" data-id=\"6740\" data-link=\"https://buzz-caribbean.com/?attachment_id=6740\" class=\"wp-image-6740\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-F-1024x683.jpg\" alt=\"\" data-id=\"6741\" data-link=\"https://buzz-caribbean.com/?attachment_id=6741\" class=\"wp-image-6741\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-G-1024x683.jpg\" alt=\"\" data-id=\"6742\" data-link=\"https://buzz-caribbean.com/?attachment_id=6742\" class=\"wp-image-6742\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-H-1024x683.jpg\" alt=\"\" data-id=\"6743\" data-link=\"https://buzz-caribbean.com/?attachment_id=6743\" class=\"wp-image-6743\" /></figure></li></ul>\n<!-- /wp:gallery -->','Bank of Jamaica hosts send-off for Constant Lonkeng','','inherit','closed','closed','','6735-revision-v1','','','2019-08-31 11:48:49','2019-08-31 16:48:49','',6735,'https://buzz-caribbean.com/article/6735-revision-v1/',0,'revision','',0),(6747,9,'2019-08-31 11:55:13','2019-08-31 16:55:13','<!-- wp:image {\"id\":6748} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hurricane-Dorian.jpg\" alt=\"Hurricane Dorian tracking\nNational Hurricane Center\" class=\"wp-image-6748\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A hurricane warning is now in effect for sections of the Bahamas as Dorian\nheads in their direction. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The warning is in effect for areas like Freeport, Grand Bahama, and\nNassau, New Providence Island. Andros Islands is under a hurricane watch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The National Hurricane Center said that the northwestern part of the\nBahamas, particularly Grand Bahama Island, is likely to get a direct hit from\nthe Category 4 storm on Sunday. Heavy rains, flash floods and steady winds\nranging from 130 to 156 miles per hour are expected to slam the islands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Heavy rains, flash floods and steady winds ranging from 130 to 156 miles per hour are expected to slam the islands. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Dorian\'s centre is now about 260 miles east-northeast of the northwestern\nBahamas. The hurricane has begun to slow its forward motion and is moving\ntoward the west at 5 to 10 mph.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Friday night, a Hurricane Hunter mission found Dorian had become a Category 4 hurricane. Dorian met the criterion for \"rapid intensification\", increasing from a Category 2 to Category 4 hurricane from Friday morning through Saturday morning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And as the Bahamas prepares for heavy wind and rain on Sunday, persons in\nFlorida, Georgia, South Carolina and North Carolina are bracing for the impact\nof Hurricane Dorian next week. </p>\n<!-- /wp:paragraph -->','Bahamas expected to get big hit from Hurricane Dorian','','publish','open','closed','','bahamas-expected-to-get-big-hit-from-hurricane-dorian','','','2019-08-31 11:55:14','2019-08-31 16:55:14','',0,'https://buzz-caribbean.com/?p=6747',0,'post','',0),(6748,9,'2019-08-31 11:52:22','2019-08-31 16:52:22','','Hurricane-Dorian','','inherit','open','closed','','hurricane-dorian','','','2019-08-31 11:52:22','2019-08-31 16:52:22','',6747,'https://buzz-caribbean.com/app/uploads/2019/08/Hurricane-Dorian.jpg',0,'attachment','image/jpeg',0),(6749,9,'2019-08-31 11:54:54','2019-08-31 16:54:54','<!-- wp:image {\"id\":6748} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Hurricane-Dorian.jpg\" alt=\"Hurricane Dorian tracking\nNational Hurricane Center\" class=\"wp-image-6748\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A hurricane warning is now in effect for sections of the Bahamas as Dorian\nheads in their direction. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The warning is in effect for areas like Freeport, Grand Bahama, and\nNassau, New Providence Island. Andros Islands is under a hurricane watch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The National Hurricane Center said that the northwestern part of the\nBahamas, particularly Grand Bahama Island, is likely to get a direct hit from\nthe Category 4 storm on Sunday. Heavy rains, flash floods and steady winds\nranging from 130 to 156 miles per hour are expected to slam the islands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Heavy rains, flash floods and steady winds ranging from 130 to 156 miles per hour are expected to slam the islands. </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Dorian\'s centre is now about 260 miles east-northeast of the northwestern\nBahamas. The hurricane has begun to slow its forward motion and is moving\ntoward the west at 5 to 10 mph.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Friday night, a Hurricane Hunter mission found Dorian had become a Category 4 hurricane. Dorian met the criterion for \"rapid intensification\", increasing from a Category 2 to Category 4 hurricane from Friday morning through Saturday morning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And as the Bahamas prepares for heavy wind and rain on Sunday, persons in\nFlorida, Georgia, South Carolina and North Carolina are bracing for the impact\nof Hurricane Dorian next week. </p>\n<!-- /wp:paragraph -->','Bahamas expected to get big hit from Hurricane Dorian','','inherit','closed','closed','','6747-revision-v1','','','2019-08-31 11:54:54','2019-08-31 16:54:54','',6747,'https://buzz-caribbean.com/article/6747-revision-v1/',0,'revision','',0),(6750,21,'2019-08-31 14:30:21','2019-08-31 19:30:21','<!-- wp:image {\"id\":6751} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kelly-clarkson.jpg\" alt=\"Kelly Clarkson praises spouse for helping her balance\" class=\"wp-image-6751\" /><figcaption>Kelly Clarkson </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kelly Clarkson\'s husband, Brandon Blackstock, helps her to balance her home and work life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Since U Been Gone </strong>hitmaker feels lucky to have such a wonderful spouse, and they always make time for each other.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"We both love what we do, but we\'re really good about checking out whenever we make it home from work. Sometimes we\'ll go out or we\'ll just listen to music.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“I used to suffer from depression, and I could easily slip back into that if I weren’t steadily paying attention to time management.\"</p><cite>— Kelly Clarkson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>And the 37-year-old singer also makes a lot of time for herself too as she doesn\'t want to \"slip back\" into her depression.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She added to Parade magazine: \"I used to suffer from depression, and I could easily slip back into that if I weren\'t steadily paying attention to time management.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"With all the things that I do, I definitely need time for me. Once I started weeding out [negative] people, it made a huge difference.\"<br><br></p>\n<!-- /wp:paragraph -->','Kelly Clarkson praises spouse for helping her balance','','publish','open','closed','','kelly-clarkson-praises-spouse-for-helping-her-balance','','','2019-08-31 12:20:04','2019-08-31 17:20:04','',0,'https://buzz-caribbean.com/?p=6750',0,'post','',0),(6751,9,'2019-08-31 12:17:05','2019-08-31 17:17:05','','Kelly Clarkson at the 2018 Radio Disney Music Awards at Loews Hotel in Hollywood','176427, Kelly Clarkson at the 2018 Radio Disney Music Awards at Loews Hotel in Hollywood. Los Angeles, California - Friday June 22, 2018.  Photograph: © Joe Sutter, PacificCoastNews. Los Angeles Office (PCN): +1 310.822.0419 UK Office (Avalon): +44 (0) 20 7421 6000','inherit','open','closed','','kelly-clarkson-at-the-2018-radio-disney-music-awards-at-loews-hotel-in-hollywood','','','2019-08-31 12:17:05','2019-08-31 17:17:05','',6750,'https://buzz-caribbean.com/app/uploads/2019/08/kelly-clarkson.jpg',0,'attachment','image/jpeg',0),(6752,9,'2019-08-31 12:18:46','2019-08-31 17:18:46','<!-- wp:image {\"id\":6751} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kelly-clarkson.jpg\" alt=\"Kelly Clarkson praises spouse for helping her balance\" class=\"wp-image-6751\" /><figcaption>Kelly Clarkson </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kelly Clarkson\'s husband, Brandon Blackstock, helps her to balance her home and work life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Since U Been Gone </strong>hitmaker feels lucky to have such a wonderful spouse, and they always make time for each other.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"We both love what we do, but we\'re really good about checking out whenever we make it home from work. Sometimes we\'ll go out or we\'ll just listen to music.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And the 37-year-old singer also makes a lot of time for herself too as she doesn\'t want to \"slip back\" into her depression.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She added to Parade magazine: \"I used to suffer from depression, and I could easily slip back into that if I weren\'t steadily paying attention to time management.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"With all the things that I do, I definitely need time for me. Once I started weeding out [negative] people, it made a huge difference.\"<br><br></p>\n<!-- /wp:paragraph -->','Kelly Clarkson praises spouse for helping her balance','','inherit','closed','closed','','6750-revision-v1','','','2019-08-31 12:18:46','2019-08-31 17:18:46','',6750,'https://buzz-caribbean.com/article/6750-revision-v1/',0,'revision','',0),(6753,9,'2019-08-31 12:20:03','2019-08-31 17:20:03','<!-- wp:image {\"id\":6751} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kelly-clarkson.jpg\" alt=\"Kelly Clarkson praises spouse for helping her balance\" class=\"wp-image-6751\" /><figcaption>Kelly Clarkson </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kelly Clarkson\'s husband, Brandon Blackstock, helps her to balance her home and work life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Since U Been Gone </strong>hitmaker feels lucky to have such a wonderful spouse, and they always make time for each other.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"We both love what we do, but we\'re really good about checking out whenever we make it home from work. Sometimes we\'ll go out or we\'ll just listen to music.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“I used to suffer from depression, and I could easily slip back into that if I weren’t steadily paying attention to time management.\"</p><cite>— Kelly Clarkson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>And the 37-year-old singer also makes a lot of time for herself too as she doesn\'t want to \"slip back\" into her depression.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She added to Parade magazine: \"I used to suffer from depression, and I could easily slip back into that if I weren\'t steadily paying attention to time management.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"With all the things that I do, I definitely need time for me. Once I started weeding out [negative] people, it made a huge difference.\"<br><br></p>\n<!-- /wp:paragraph -->','Kelly Clarkson praises spouse for helping her balance','','inherit','closed','closed','','6750-revision-v1','','','2019-08-31 12:20:03','2019-08-31 17:20:03','',6750,'https://buzz-caribbean.com/article/6750-revision-v1/',0,'revision','',0),(6754,23,'2019-08-31 15:29:26','2019-08-31 20:29:26','<!-- wp:image {\"id\":2254} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chronixx.jpg\" alt=\"Jamaican reggae artiste Chronixx\" class=\"wp-image-2254\" /><figcaption>Jamaican reggae artiste Chronixx</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The announcement that Jamaican reggae superstar Chronixx is expected to headline the Rastafari Rootzfest event in Negril later this year has put residents and multiple-repeat guests at the resort town in a frenzy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Rootzfest organisers recently made a post on their Facebook page stating that the Grammy nominee would be gracing the stage at one of the event’s concerts. Rootzfest will be held at the Long Bay Beach Park in Negril between December 20 and 22.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=6Wq_K61Mh1A\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=6Wq_K61Mh1A\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Last year, Chronixx gave a surprise performance at the festival, at which\nKabaka Pyramid, Warrior King and Everton Blender were headline acts.&nbsp;And already\nfans have been asking for ticket booking details, perhaps in anticipation that\nthe concert will be sold out as the event marks its fifth anniversary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Rastafari Rootzfest has a series of activities lined up for this year,\nincluding seminars, an exposition, three nights of music, the Ganjamaica Cup competition\nand morning beach yoga. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Representatives from Oaksterdam University, a renowned, accredited marijuana institute based in California, will conduct educational seminars on various aspects of the cannabis industry. The Ganjamaica Cup will see between 12 to 20 entries of authentic Jamaican ganja being judged by local and international experts. The winner will be crowned at the Rastafari Rootzfest Jamaica Ganja Cup Awards Ceremony, which will celebrate Jamaica’s historical connection to ganja. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <em><strong>Written by Claudia Gardner</strong></em></p>\n<!-- /wp:paragraph -->','Negril in a frenzy for Chronixx','','publish','open','closed','','negril-in-a-frenzy-to-see-chronixx','','','2019-08-31 16:40:33','2019-08-31 21:40:33','',0,'https://buzz-caribbean.com/?p=6754',0,'post','',0),(6755,9,'2019-08-31 12:29:26','2019-08-31 17:29:26','<!-- wp:image {\"id\":2254} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chronixx.jpg\" alt=\"Jamaican reggae artiste Chronixx\" class=\"wp-image-2254\" /><figcaption>Jamaican reggae artiste Chronixx</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The announcement that reggae superstar Chronixx is expected to headline the\nRastafari Rootzfest event in Negril later this year has put residents and\nmultiple-repeat guests to the resort town in a frenzy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last Sunday, the Rootzfest organisers made a post on their Facebook page\nstating that the Grammy nominee would be gracing the stage at one of the\nevent’s concerts. Rootzfest will be held at the Long Bay Beach Park in Negril\nbetween December 20 and 22.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year, Chronixx gave a surprise performance at the festival, at which\nKabaka Pyramid, Warrior King and Everton Blender were headline acts.&nbsp;And already\nfans have been asking for ticket booking details, perhaps in anticipation that\nthe concert will be sold out as the event marks its fifth anniversary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Rastafari Rootzfest has a series of activities lined up for this year,\nincluding seminars, an exposition, three nights of music, the Ganjamaica Cup competition\nand morning beach yoga. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Representatives from Oaksterdam University, a renowned, accredited marijuana institute based in California, will conduct educational seminars on various aspects of the cannabis industry. The Ganjamaica Cup will see between 12 to 20 entries of authentic Jamaican ganja being judged by local and international experts. The winner will be crowned at the Rastafari Rootzfest Jamaica Ganja Cup Awards Ceremony, which will celebrate Jamaica’s historical connection to ganja. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <em><strong>Written by Claudia Gardner</strong></em></p>\n<!-- /wp:paragraph -->','Negril in a frenzy to see Chronixx','','inherit','closed','closed','','6754-revision-v1','','','2019-08-31 12:29:26','2019-08-31 17:29:26','',6754,'https://buzz-caribbean.com/article/6754-revision-v1/',0,'revision','',0),(6757,9,'2019-08-31 12:40:07','2019-08-31 17:40:07','<!-- wp:image {\"id\":2254} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chronixx.jpg\" alt=\"Jamaican reggae artiste Chronixx\" class=\"wp-image-2254\" /><figcaption>Jamaican reggae artiste Chronixx</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The announcement that Jamaican reggae superstar Chronixx is expected to headline the Rastafari Rootzfest event in Negril later this year has put residents and multiple-repeat guests at the resort town in a frenzy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Rootzfest organisers recently made a post on their Facebook page stating that the Grammy nominee would be gracing the stage at one of the event’s concerts. Rootzfest will be held at the Long Bay Beach Park in Negril between December 20 and 22.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=6Wq_K61Mh1A\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=6Wq_K61Mh1A\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Last year, Chronixx gave a surprise performance at the festival, at which\nKabaka Pyramid, Warrior King and Everton Blender were headline acts.&nbsp;And already\nfans have been asking for ticket booking details, perhaps in anticipation that\nthe concert will be sold out as the event marks its fifth anniversary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Rastafari Rootzfest has a series of activities lined up for this year,\nincluding seminars, an exposition, three nights of music, the Ganjamaica Cup competition\nand morning beach yoga. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Representatives from Oaksterdam University, a renowned, accredited marijuana institute based in California, will conduct educational seminars on various aspects of the cannabis industry. The Ganjamaica Cup will see between 12 to 20 entries of authentic Jamaican ganja being judged by local and international experts. The winner will be crowned at the Rastafari Rootzfest Jamaica Ganja Cup Awards Ceremony, which will celebrate Jamaica’s historical connection to ganja. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <em><strong>Written by Claudia Gardner</strong></em></p>\n<!-- /wp:paragraph -->','Negril in a frenzy to see Chronixx','','inherit','closed','closed','','6754-revision-v1','','','2019-08-31 12:40:07','2019-08-31 17:40:07','',6754,'https://buzz-caribbean.com/article/6754-revision-v1/',0,'revision','',0),(6758,9,'2019-08-31 12:40:07','2019-08-31 17:40:07','<iframe title=\"Chronixx - Likes (Official Music Video) | Chronology OUT NOW\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/6Wq_K61Mh1A?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','cf252c4da1deeee3fe611f313ded9fd6','','','2019-08-31 12:40:07','2019-08-31 17:40:07','',0,'https://buzz-caribbean.com/article/cf252c4da1deeee3fe611f313ded9fd6/',0,'oembed_cache','',0),(6759,14,'2019-08-31 14:43:11','2019-08-31 19:43:11','<!-- wp:image {\"id\":6574} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ruel-reid-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-6574\" /><figcaption>Former Minister of Education and Senator Ruel Reid (Photo: YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Embattled former Cabinet minister Ruel Reid has removed the ‘Senator’ status from his <a href=\"https://www.facebook.com/SenatorRuelReid/\">official Facebook page</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nearly all of Reid’s 25,000+ followers were notified of the title change on Wednesday, August 28.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Facebook update comes months after Reid was fired by Prime Minister Andrew Holness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holness\' response was swift and decisive, as details emerged of gross misconduct and misuse of public funds within the Ministry of Education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6575} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ruel-reid-buzz-demo-2-1024x809.jpg\" alt=\"\" class=\"wp-image-6575\" /><figcaption>Embattled former Senator Ruel Reid may be facing criminal charges should he be implicated in a JCF probe into misuse of public funds within the Ministry of Education (Photo: Jamaica Information Service)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As head of the Ministry of Education for nearly three years, Reid\'s resignation sent shockwaves through Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Blessings to you all. Keep the faith,” was\nhis last post on Facebook, dated August 14.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4346} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-in-a-suit-1024x659.jpg\" alt=\"\" class=\"wp-image-4346\" /><figcaption>Prime Minister Andrew Holness (Photo: Twitter @AndrewHolnessJM)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reid resigned from the Andrew Holness-led Cabinet on March 20.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a statement from PM Holness, Reid also resigned from the Senate with immediate effect.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speculations spread after Opposition Leader Dr. Peter Phillips issued a statement in Parliament back in March — alleging the misuse of public funds by Reid’s Education Ministry and the Caribbean Maritime University (CMU).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6581} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/caribbean-maritime-university-demo-buzz-1024x706.jpeg\" alt=\"\" class=\"wp-image-6581\" /><figcaption>Photo: PripsJamaica.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A probe into the scope of the scandal is being spearheaded by the Jamaica Constabulary Force (JCF), with Reid being considered a subject for criminal charges.</p>\n<!-- /wp:paragraph -->','Ruel Reid removes \'Senator\' from official Facebook page','','inherit','closed','closed','','6573-revision-v1','','','2019-08-31 14:43:11','2019-08-31 19:43:11','',6573,'https://buzz-caribbean.com/article/6573-revision-v1/',0,'revision','',0),(6760,21,'2019-08-31 16:25:48','2019-08-31 21:25:48','<!-- wp:image {\"id\":6761} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ed-sheeran-DD-20190831.jpg\" alt=\"British pop star Ed Sheeran performing at the MetLife Stadium in New Jersey, US, in September last year. \" class=\"wp-image-6761\" /><figcaption>British pop star Ed Sheeran performing at the MetLife Stadium in New Jersey, US, in September last year. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ed Sheeran is to start a family soon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Shape of You</strong> hitmaker recently wrapped his worldwide \'Dive\' tour, which was a whopping 250 shows spanning over two years, and announced he would be taking a break from touring for the next 18 months. And now his manager, Stuart Camp, has revealed he doesn\'t think Ed will waste time in having kids.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He told Music Week: \"He won\'t sit still for long. He\'s not the holiday sort. But things may change - he could have a young family relatively soon.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ed - who is married to Cherry Seaborn - made the announcement of his break when he performed his final show of the tour in Chantry Park, Ipswich this week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking on stage, he said: \"As you may or not know, I\'ve been on the Divide tour for over two years now and this is the last day of the whole thing. There is something very bittersweet about it. I love that you guys are here, and we are ending it in Ipswich. This is my last gig for probably 18 months.”</p>\n<!-- /wp:paragraph -->','Ed Sheeran could start a family soon','','publish','open','closed','','ed-sheeran-could-start-a-family-soon','','','2019-08-31 14:50:19','2019-08-31 19:50:19','',0,'https://buzz-caribbean.com/?p=6760',0,'post','',0),(6761,9,'2019-08-31 14:46:55','2019-08-31 19:46:55','','U.S. NEW YORK ED SHEERAN NORTH AMERICAN TOUR','(180923) -- NEW YORK, Sept. 23, 2018 () -- British pop star Ed Sheeran performs at the MetLife Stadium in New Jersey, the United States, on Sept. 22, 2018. Ed Sheeran is on his North American Stadium Tour from August to November. (/Lin Bilin) (dtf)','inherit','open','closed','','u-s-new-york-ed-sheeran-north-american-tour','','','2019-08-31 14:46:55','2019-08-31 19:46:55','',6760,'https://buzz-caribbean.com/app/uploads/2019/08/ed-sheeran-DD-20190831.jpg',0,'attachment','image/jpeg',0),(6762,9,'2019-08-31 14:49:33','2019-08-31 19:49:33','<!-- wp:image {\"id\":6761} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ed-sheeran-DD-20190831.jpg\" alt=\"British pop star Ed Sheeran performing at the MetLife Stadium in New Jersey, US, in September last year. \" class=\"wp-image-6761\" /><figcaption>British pop star Ed Sheeran performing at the MetLife Stadium in New Jersey, US, in September last year. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ed Sheeran is to start a family soon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Shape of You</strong> hitmaker recently wrapped his worldwide \'Dive\' tour, which was a whopping 250 shows spanning over two years, and announced he would be taking a break from touring for the next 18 months. And now his manager, Stuart Camp, has revealed he doesn\'t think Ed will waste time in having kids.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He told Music Week: \"He won\'t sit still for long. He\'s not the holiday sort. But things may change - he could have a young family relatively soon.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ed - who is married to Cherry Seaborn - made the announcement of his break when he performed his final show of the tour in Chantry Park, Ipswich this week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking on stage, he said: \"As you may or not know, I\'ve been on the Divide tour for over two years now and this is the last day of the whole thing. There is something very bittersweet about it. I love that you guys are here, and we are ending it in Ipswich. This is my last gig for probably 18 months.”</p>\n<!-- /wp:paragraph -->','Ed Sheeran could start a family soon','','inherit','closed','closed','','6760-revision-v1','','','2019-08-31 14:49:33','2019-08-31 19:49:33','',6760,'https://buzz-caribbean.com/article/6760-revision-v1/',0,'revision','',0),(6763,23,'2019-08-31 17:17:18','2019-08-31 22:17:18','<!-- wp:image {\"id\":6764} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/nicki-minaj-1024x873.jpg\" alt=\"  Nicki Minaj has made history with 43 BMI Awards.\" class=\"wp-image-6764\" /><figcaption>Nicki Minaj has made history with 43 BMI Awards. (Photo: Instagram @nickiminaj)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>American superstar Nicki Minaj has proven once again that\nshe is the ‘Queen of Rap’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Thursday night, she won three new BMI Awards for <strong>FeFe</strong>\nfeaturing Tekashi 69, <strong>Big Bank</strong> featuring YG, Big Sean and 2chainz and <strong>Motorsport</strong>\nfeaturing Migos and Cardi B. This now makes her the first rapper in history to\nwin 43 BMI Awards. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>BMI is a company that acknowledges songwriters, music\ncomposers and music publishers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following the win, an elated Nicki Minaj took to\nInstagram Friday evening with words of encouragement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“If there’s smthn in ur life u feel u can never\novercome, don’t let anyone make u feel low about it. Nobody alive can look down\non u. We only fail when we don’t try again,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After making the post, fans and music associates congratulated Nicki Minaj on the achievement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Nicki Minaj makes music history after winning more awards','','publish','open','closed','','nicki-minaj-makes-music-history-after-winning-more-awards','','','2019-08-31 15:24:22','2019-08-31 20:24:22','',0,'https://buzz-caribbean.com/?p=6763',0,'post','',0),(6764,9,'2019-08-31 15:21:33','2019-08-31 20:21:33','','nicki-minaj','','inherit','open','closed','','nicki-minaj-2','','','2019-08-31 15:21:33','2019-08-31 20:21:33','',6763,'https://buzz-caribbean.com/app/uploads/2019/08/nicki-minaj.jpg',0,'attachment','image/jpeg',0),(6765,9,'2019-08-31 15:23:47','2019-08-31 20:23:47','<!-- wp:image {\"id\":6764} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/nicki-minaj-1024x873.jpg\" alt=\"  Nicki Minaj has made history with 43 BMI Awards.\" class=\"wp-image-6764\" /><figcaption>Nicki Minaj has made history with 43 BMI Awards. (Photo: Instagram @nickiminaj)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>American superstar Nicki Minaj has proven once again that\nshe is the ‘Queen of Rap’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Thursday night, she won three new BMI Awards for <strong>FeFe</strong>\nfeaturing Tekashi 69, <strong>Big Bank</strong> featuring YG, Big Sean and 2chainz and <strong>Motorsport</strong>\nfeaturing Migos and Cardi B. This now makes her the first rapper in history to\nwin 43 BMI Awards. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>BMI is a company that acknowledges songwriters, music\ncomposers and music publishers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following the win, an elated Nicki Minaj took to\nInstagram Friday evening with words of encouragement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“If there’s smthn in ur life u feel u can never\novercome, don’t let anyone make u feel low about it. Nobody alive can look down\non u. We only fail when we don’t try again,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After making the post, fans and music associates congratulated Nicki Minaj on the achievement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Nicki Minaj makes music history after winning more awards','','inherit','closed','closed','','6763-revision-v1','','','2019-08-31 15:23:47','2019-08-31 20:23:47','',6763,'https://buzz-caribbean.com/article/6763-revision-v1/',0,'revision','',0),(6766,23,'2019-08-31 18:15:39','2019-08-31 23:15:39','<!-- wp:image {\"id\":6768} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Clfton-Boys-Home-20190831-1-1024x503.jpg\" alt=\"The Clifton Boys’ Home in Darliston, Westmoreland, is now being rebuilt. \" class=\"wp-image-6768\" /><figcaption> The Clifton Boys’ Home in Darliston, Westmoreland, is now being rebuilt. (Photo: The Western Writer)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Clifton Boys’ Home in Darliston, Westmoreland,\nwas presented with two monetary donations on Wednesday, August 28, towards the\nrebuilding of the institution.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The presentation of J$1 million was\nmade by CEO of Dennis Shipping, Dennis Hawthorne, while the second presentation\nof US$1,200 was made by Reverend Canon Calvin McIntyre&nbsp;on behalf of a former tenant\nat the boys’ home.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both&nbsp;donations were accepted by Reverend Hartley Perrin, Custos of Westmoreland, who also\nserves on the board of directors at the home.&nbsp;The Custos said that the\ndonations come at a good time, as the rebuilding efforts are now taking place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Clifton Boys’ Home, which is one\nof the oldest of its kind in Jamaica, was destroyed by fire in 2017. Following\nthe blaze, more than 50 boys who were being housed at the institution had to be\nrelocated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rebuilding process began earlier this year following a ground-breaking ceremony in March. The building is now partially complete and is expected to be in living condition later this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Artice by The Western Writer </em></strong></p>\n<!-- /wp:paragraph -->','Clifton Boys’ Home gets funds to help with rebuilding process','','publish','open','closed','','clifton-boys-home-gets-funds-to-help-with-rebuilding-process','','','2019-08-31 15:52:16','2019-08-31 20:52:16','',0,'https://buzz-caribbean.com/?p=6766',0,'post','',0),(6767,9,'2019-08-31 15:47:13','2019-08-31 20:47:13','','Clfton-Boys-Home-20190831','','inherit','open','closed','','clfton-boys-home-20190831','','','2019-08-31 15:47:13','2019-08-31 20:47:13','',6766,'https://buzz-caribbean.com/app/uploads/2019/08/Clfton-Boys-Home-20190831.jpg',0,'attachment','image/jpeg',0),(6768,9,'2019-08-31 15:48:54','2019-08-31 20:48:54','','Clfton-Boys-Home-20190831-1','','inherit','open','closed','','clfton-boys-home-20190831-1','','','2019-08-31 15:48:54','2019-08-31 20:48:54','',6766,'https://buzz-caribbean.com/app/uploads/2019/08/Clfton-Boys-Home-20190831-1.jpg',0,'attachment','image/jpeg',0),(6769,9,'2019-08-31 15:51:43','2019-08-31 20:51:43','<!-- wp:image {\"id\":6768} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Clfton-Boys-Home-20190831-1-1024x503.jpg\" alt=\"The Clifton Boys’ Home in Darliston, Westmoreland, is now being rebuilt. \" class=\"wp-image-6768\" /><figcaption> The Clifton Boys’ Home in Darliston, Westmoreland, is now being rebuilt. (Photo: The Western Writer)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Clifton Boys’ Home in Darliston, Westmoreland,\nwas presented with two monetary donations on Wednesday, August 28, towards the\nrebuilding of the institution.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The presentation of J$1 million was\nmade by CEO of Dennis Shipping, Dennis Hawthorne, while the second presentation\nof US$1,200 was made by Reverend Canon Calvin McIntyre&nbsp;on behalf of a former tenant\nat the boys’ home.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both&nbsp;donations were accepted by Reverend Hartley Perrin, Custos of Westmoreland, who also\nserves on the board of directors at the home.&nbsp;The Custos said that the\ndonations come at a good time, as the rebuilding efforts are now taking place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Clifton Boys’ Home, which is one\nof the oldest of its kind in Jamaica, was destroyed by fire in 2017. Following\nthe blaze, more than 50 boys who were being housed at the institution had to be\nrelocated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rebuilding process began earlier this year following a ground-breaking ceremony in March. The building is now partially complete and is expected to be in living condition later this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Artice by The Western Writer </em></strong></p>\n<!-- /wp:paragraph -->','Clifton Boys’ Home gets funds to help with rebuilding process','','inherit','closed','closed','','6766-revision-v1','','','2019-08-31 15:51:43','2019-08-31 20:51:43','',6766,'https://buzz-caribbean.com/article/6766-revision-v1/',0,'revision','',0),(6770,21,'2019-08-31 19:22:05','2019-09-01 00:22:05','<!-- wp:image {\"id\":6771} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jack-Dorsey-The-Verge-1024x683.jpg\" alt=\"Twitter CEO Jack Dorsey was a victim of hacking\" class=\"wp-image-6771\" /><figcaption> Twitter CEO Jack Dorsey was a victim of hacking on Friday. (Photo: theverge.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It appears Twitter CEO Jack Dorsey was a victim of hacking after unscrupulous persons gained access to his Twitter account on Friday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the BBC, for about 30\nminutes his account displayed tweets that suggested racism and other forms of\nhighly offensive language to his more than four million followers on the\nplatform.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is said that hackers used a\ntechnique called simjacking whereby they gained access to the phone number\nlinked to the account and used it to post messages on the account profile.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was, however, dealt with in short\norder, and Twitter has disclosed it was not at fault for the breach.</p>\n<!-- /wp:paragraph -->','Account of Twitter CEO was  hacked','','publish','open','closed','','account-of-twitter-ceo-was-hacked','','','2019-08-31 16:36:42','2019-08-31 21:36:42','',0,'https://buzz-caribbean.com/?p=6770',0,'post','',0),(6771,9,'2019-08-31 16:24:13','2019-08-31 21:24:13','','Jack-Dorsey-The-Verge','','inherit','open','closed','','jack-dorsey-the-verge','','','2019-08-31 16:24:13','2019-08-31 21:24:13','',6770,'https://buzz-caribbean.com/app/uploads/2019/08/Jack-Dorsey-The-Verge.jpg',0,'attachment','image/jpeg',0),(6772,9,'2019-08-31 16:27:47','2019-08-31 21:27:47','<!-- wp:image {\"id\":6771} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jack-Dorsey-The-Verge-1024x683.jpg\" alt=\"Twitter CEO Jack Dorsey was a victim of hacking\" class=\"wp-image-6771\" /><figcaption> Twitter CEO Jack Dorsey was a victim of hacking on Friday. (Photo: theverge.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It appears Twitter CEO Jack Dorsey was a victim of hacking recently after unscrupulous persons gained access to his Twitter account on Friday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the BBC, for about 30\nminutes his account displayed tweets that suggested racism and other forms of\nhighly offensive language to his more than four million followers on the\nplatform.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is said that hackers used a\ntechnique called simjacking whereby they gained access to the phone number\nlinked to the account and used it to post messages on the account profile.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was, however, dealt with in short\norder, and Twitter has disclosed it was not at fault for the breach.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following the incident, social media\nusers have begun to wonder about the safety of their online accounts.</p>\n<!-- /wp:paragraph -->','Account of Twitter CEO was  hacked','','inherit','closed','closed','','6770-revision-v1','','','2019-08-31 16:27:47','2019-08-31 21:27:47','',6770,'https://buzz-caribbean.com/article/6770-revision-v1/',0,'revision','',0),(6774,9,'2019-08-31 16:36:42','2019-08-31 21:36:42','<!-- wp:image {\"id\":6771} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jack-Dorsey-The-Verge-1024x683.jpg\" alt=\"Twitter CEO Jack Dorsey was a victim of hacking\" class=\"wp-image-6771\" /><figcaption> Twitter CEO Jack Dorsey was a victim of hacking on Friday. (Photo: theverge.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It appears Twitter CEO Jack Dorsey was a victim of hacking after unscrupulous persons gained access to his Twitter account on Friday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the BBC, for about 30\nminutes his account displayed tweets that suggested racism and other forms of\nhighly offensive language to his more than four million followers on the\nplatform.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is said that hackers used a\ntechnique called simjacking whereby they gained access to the phone number\nlinked to the account and used it to post messages on the account profile.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was, however, dealt with in short\norder, and Twitter has disclosed it was not at fault for the breach.</p>\n<!-- /wp:paragraph -->','Account of Twitter CEO was  hacked','','inherit','closed','closed','','6770-revision-v1','','','2019-08-31 16:36:42','2019-08-31 21:36:42','',6770,'https://buzz-caribbean.com/article/6770-revision-v1/',0,'revision','',0),(6775,9,'2019-08-31 16:40:32','2019-08-31 21:40:32','<!-- wp:image {\"id\":2254} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chronixx.jpg\" alt=\"Jamaican reggae artiste Chronixx\" class=\"wp-image-2254\" /><figcaption>Jamaican reggae artiste Chronixx</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The announcement that Jamaican reggae superstar Chronixx is expected to headline the Rastafari Rootzfest event in Negril later this year has put residents and multiple-repeat guests at the resort town in a frenzy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Rootzfest organisers recently made a post on their Facebook page stating that the Grammy nominee would be gracing the stage at one of the event’s concerts. Rootzfest will be held at the Long Bay Beach Park in Negril between December 20 and 22.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=6Wq_K61Mh1A\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=6Wq_K61Mh1A\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Last year, Chronixx gave a surprise performance at the festival, at which\nKabaka Pyramid, Warrior King and Everton Blender were headline acts.&nbsp;And already\nfans have been asking for ticket booking details, perhaps in anticipation that\nthe concert will be sold out as the event marks its fifth anniversary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Rastafari Rootzfest has a series of activities lined up for this year,\nincluding seminars, an exposition, three nights of music, the Ganjamaica Cup competition\nand morning beach yoga. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Representatives from Oaksterdam University, a renowned, accredited marijuana institute based in California, will conduct educational seminars on various aspects of the cannabis industry. The Ganjamaica Cup will see between 12 to 20 entries of authentic Jamaican ganja being judged by local and international experts. The winner will be crowned at the Rastafari Rootzfest Jamaica Ganja Cup Awards Ceremony, which will celebrate Jamaica’s historical connection to ganja. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <em><strong>Written by Claudia Gardner</strong></em></p>\n<!-- /wp:paragraph -->','Negril in a frenzy for Chronixx','','inherit','closed','closed','','6754-revision-v1','','','2019-08-31 16:40:32','2019-08-31 21:40:32','',6754,'https://buzz-caribbean.com/article/6754-revision-v1/',0,'revision','',0),(6776,21,'2019-08-31 20:30:16','2019-09-01 01:30:16','<!-- wp:image {\"id\":6777} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ellie-goulding-wedding.jpg\" alt=\"Ellie Goulding and Jasper Jopling seen leaving York Minster Cathedral after their wedding ceremony on August 31 in York, England. \" class=\"wp-image-6777\" /><figcaption>Ellie Goulding and Jasper Jopling seen leaving York Minster Cathedral after their wedding ceremony on August 31 in York, England. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ellie Goulding\'s Chloé wedding gown took 640 hours to make.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 32-year-old pop star tied the knot with art dealer Caspar Jopling at a star-studded ceremony at York Minster on Saturday. The ceremony was attended by royals Princess Beatrice and Princess Eugenie, their mother Sarah Ferguson, and the likes of Katy Perry and Orlando Bloom, Sienna Miller and James Blunt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I was so thrilled and excited to collaborate with Natacha at Chloé on my wedding dress.\"</p><cite>—  Ellie Goulding </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Ellie revealed the intricate details designer Natacha Ramsay-Levi added to the high-necked, long-sleeved silk crepe gown. The bridal gown features hand-embroidered White Roses of York and, as a personal touch, the newlywed\'s initials, E and C, were sewn on to the collar and the traditional veil. The singer also disclosed that she worked alongside Natacha to create a \"timeless and classic\" dress and admitted she had \"never felt more special\" than on the day she got to try on her gown in Paris.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a statement issued to JustJared.com, the <strong>Love Me Like You Do</strong> hitmaker said: \"I was so thrilled and excited to collaborate with Natacha at Chloé on my wedding dress. I have loved the brand and their incredible team for years, so it only seemed right for Chloé to play a big part of this special day.”</p>\n<!-- /wp:paragraph -->','640 hours: That’s how long it took to make Ellie Goulding’s wedding dress','','publish','open','closed','','640-hours-thats-how-long-it-took-to-make-ellie-gouldings-wedding-dress','','','2019-08-31 17:08:37','2019-08-31 22:08:37','',0,'https://buzz-caribbean.com/?p=6776',0,'post','',0),(6777,9,'2019-08-31 17:02:16','2019-08-31 22:02:16','','The Wedding of Ellie Goulding &amp; Caspar Jopling - Celebrity Sightings','YORK, ENGLAND - AUGUST 31: Ellie Goulding and Jasper Jopling seen leaving York Minster Cathedral after their wedding ceremony on August 31, 2019 in York, England. (Photo by John Rainford/GC Images)','inherit','open','closed','','the-wedding-of-ellie-goulding-caspar-jopling-celebrity-sightings','','','2019-08-31 17:02:16','2019-08-31 22:02:16','',6776,'https://buzz-caribbean.com/app/uploads/2019/08/ellie-goulding-wedding.jpg',0,'attachment','image/jpeg',0),(6778,9,'2019-08-31 17:08:06','2019-08-31 22:08:06','<!-- wp:image {\"id\":6777} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ellie-goulding-wedding.jpg\" alt=\"Ellie Goulding and Jasper Jopling seen leaving York Minster Cathedral after their wedding ceremony on August 31 in York, England. \" class=\"wp-image-6777\" /><figcaption>Ellie Goulding and Jasper Jopling seen leaving York Minster Cathedral after their wedding ceremony on August 31 in York, England. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ellie Goulding\'s Chloé wedding gown took 640 hours to make.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 32-year-old pop star tied the knot with art dealer Caspar Jopling at a star-studded ceremony at York Minster on Saturday. The ceremony was attended by royals Princess Beatrice and Princess Eugenie, their mother Sarah Ferguson, and the likes of Katy Perry and Orlando Bloom, Sienna Miller and James Blunt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I was so thrilled and excited to collaborate with Natacha at Chloé on my wedding dress.\"</p><cite>—  Ellie Goulding </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Ellie revealed the intricate details designer Natacha Ramsay-Levi added to the high-necked, long-sleeved silk crepe gown. The bridal gown features hand-embroidered White Roses of York and, as a personal touch, the newlywed\'s initials, E and C, were sewn on to the collar and the traditional veil. The singer also disclosed that she worked alongside Natacha to create a \"timeless and classic\" dress and admitted she had \"never felt more special\" than on the day she got to try on her gown in Paris.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a statement issued to JustJared.com, the <strong>Love Me Like You Do</strong> hitmaker said: \"I was so thrilled and excited to collaborate with Natacha at Chloé on my wedding dress. I have loved the brand and their incredible team for years, so it only seemed right for Chloé to play a big part of this special day.”</p>\n<!-- /wp:paragraph -->','640 hours: That’s how long it took to make Ellie Goulding’s wedding dress','','inherit','closed','closed','','6776-revision-v1','','','2019-08-31 17:08:06','2019-08-31 22:08:06','',6776,'https://buzz-caribbean.com/article/6776-revision-v1/',0,'revision','',0),(6780,21,'2019-09-01 07:13:55','2019-09-01 12:13:55','<!-- wp:image {\"id\":6781} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/drew-barrymore.jpg\" alt=\"Drew Barrymore wants daughters to enjoy childhood\" class=\"wp-image-6781\" /><figcaption><p> Drew Barrymore </p></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Drew Barrymore wants her daughters to have a \"childhood\' before they decide whether they want to be actresses or not.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 44-year-old actress started her career when she was just seven years old in 1982\'s <strong>E.T.: The Extra-Terrestrial</strong>, and she had a troubled youth, having been to rehab twice before she was 14, and she has admitted that made her fear her girls, Olive, six, and Frankie, five - whom she has with ex-husband Will Kopelman - following in her footsteps.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, she insisted she would be \"the most supportive\" parent if they want to embark on a career in Hollywood once they are 18.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The<strong> 50 First Dates </strong>star told National Enquirer magazine: \"I realised I just want them to have a childhood. If they were to go into acting at an appropriate age, I\'d be the most supportive, fiercest lion for it.\"</p>\n<!-- /wp:paragraph -->','Drew Barrymore wants daughters to enjoy childhood','','publish','open','closed','','drew-barrymore-wants-daughters-to-enjoy-childhood','','','2019-08-31 17:16:58','2019-08-31 22:16:58','',0,'https://buzz-caribbean.com/?p=6780',0,'post','',0),(6781,9,'2019-08-31 17:14:48','2019-08-31 22:14:48','','Netflix\'s Santa Clarita Diet Season 2 Talk and Screening at the 92Y, NYC','Netflix\'s Santa Clarita Diet Season 2 Talk and Screening at the 92Y, NYC\n\n<P>\nPictured: Drew Barrymore\n<B>Ref: SPL1673219  190318  </B><BR />\nPicture by: Derek Storm / Splash News<BR />\n</P><P>\n<B>Splash News and Pictures</B><BR />\nLos Angeles:	310-821-2666<BR />\nNew York:	212-619-2666<BR />\nLondon:	870-934-2666<BR />\nphotodesk@splashnews.com<BR />\n</P>','inherit','open','closed','','netflixs-santa-clarita-diet-season-2-talk-and-screening-at-the-92y-nyc','','','2019-08-31 17:15:48','2019-08-31 22:15:48','',6780,'https://buzz-caribbean.com/app/uploads/2019/08/drew-barrymore.jpg',0,'attachment','image/jpeg',0),(6782,9,'2019-08-31 17:16:57','2019-08-31 22:16:57','<!-- wp:image {\"id\":6781} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/drew-barrymore.jpg\" alt=\"Drew Barrymore wants daughters to enjoy childhood\" class=\"wp-image-6781\" /><figcaption><p> Drew Barrymore </p></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Drew Barrymore wants her daughters to have a \"childhood\' before they decide whether they want to be actresses or not.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 44-year-old actress started her career when she was just seven years old in 1982\'s <strong>E.T.: The Extra-Terrestrial</strong>, and she had a troubled youth, having been to rehab twice before she was 14, and she has admitted that made her fear her girls, Olive, six, and Frankie, five - whom she has with ex-husband Will Kopelman - following in her footsteps.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, she insisted she would be \"the most supportive\" parent if they want to embark on a career in Hollywood once they are 18.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The<strong> 50 First Dates </strong>star told National Enquirer magazine: \"I realised I just want them to have a childhood. If they were to go into acting at an appropriate age, I\'d be the most supportive, fiercest lion for it.\"</p>\n<!-- /wp:paragraph -->','Drew Barrymore wants daughters to enjoy childhood','','inherit','closed','closed','','6780-revision-v1','','','2019-08-31 17:16:57','2019-08-31 22:16:57','',6780,'https://buzz-caribbean.com/article/6780-revision-v1/',0,'revision','',0),(6783,21,'2019-09-01 07:05:11','2019-09-01 12:05:11','<!-- wp:image {\"id\":6784} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/nswma-wage-truck-drivers-1024x683.jpg\" alt=\"The National Solid Waste Management Authority (NSWMA) and the University and Allied Workers Union (UAWU) have signed a Heads of Agreement giving truck drivers wage increases\" class=\"wp-image-6784\" /><figcaption> President of the University and Allied Workers Union, Senator Lambert Brown (right), hands a copy of the signed Heads of Agreement to the chairman of the National Solid Waste Management Authority (NSWMA), Dennis Chung (centre); and NSWMA executive director, Audley Gordon. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The National Solid Waste Management\nAuthority (NSWMA) and the University and Allied Workers Union (UAWU) have\nsigned a Heads of Agreement giving truck drivers wage increases over a\nfour-year period.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I believe that this is a good way\nforward. Let this signing be a signal, not to the end of anything, but to the\ncontinuing of a fight to get better living conditions, better working\nconditions and establishment of benefits for the people who carry the frontline\nof our operations,” said NSWMA executive director Audley Gordon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was speaking at the signing ceremony\nthat was held on Wednesday, August 28, at the Knutsford Court Hotel in St\nAndrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The agreement covers the period April\n1, 2017 to March 31, 2021 and deals with wages and allowances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There was also a commitment to work\ntowards making the drivers, sanitation workers and Enforcement Officers a part\nof the Public Sector Establishment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, president of the UAWU,\nSenator Lambert Brown, said that the union is “appreciative of the fact that we\ncould find common ground”.</p>\n<!-- /wp:paragraph -->','NSWMA truck drivers get wage increase','','publish','open','closed','','nswma-truck-drivers-get-wage-increase','','','2019-09-01 07:05:26','2019-09-01 12:05:26','',0,'https://buzz-caribbean.com/?p=6783',0,'post','',0),(6784,9,'2019-08-31 17:28:43','2019-08-31 22:28:43','','nswma-wage-truck-drivers','','inherit','open','closed','','nswma-wage-truck-drivers','','','2019-08-31 17:28:43','2019-08-31 22:28:43','',6783,'https://buzz-caribbean.com/app/uploads/2019/08/nswma-wage-truck-drivers.jpg',0,'attachment','image/jpeg',0),(6785,9,'2019-08-31 17:32:27','2019-08-31 22:32:27','<!-- wp:image {\"id\":6784} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/nswma-wage-truck-drivers-1024x683.jpg\" alt=\"The National Solid Waste Management Authority (NSWMA) and the University and Allied Workers Union (UAWU) have signed a Heads of Agreement giving truck drivers wage increases\" class=\"wp-image-6784\" /><figcaption> President of the University and Allied Workers Union, Senator Lambert Brown (right), hands a copy of the signed Heads of Agreement to the chairman of the National Solid Waste Management Authority (NSWMA), Dennis Chung (centre); and NSWMA executive director, Audley Gordon. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The National Solid Waste Management\nAuthority (NSWMA) and the University and Allied Workers Union (UAWU) have\nsigned a Heads of Agreement giving truck drivers wage increases over a\nfour-year period.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I believe that this is a good way\nforward. Let this signing be a signal, not to the end of anything, but to the\ncontinuing of a fight to get better living conditions, better working\nconditions and establishment of benefits for the people who carry the frontline\nof our operations,” said NSWMA executive director Audley Gordon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was speaking at the signing ceremony\nthat was held on Wednesday, August 28, at the Knutsford Court Hotel in St\nAndrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The agreement covers the period April\n1, 2017 to March 31, 2021 and deals with wages and allowances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There was also a commitment to work\ntowards making the drivers, sanitation workers and Enforcement Officers a part\nof the Public Sector Establishment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, president of the UAWU,\nSenator Lambert Brown, said that the union is “appreciative of the fact that we\ncould find common ground”.</p>\n<!-- /wp:paragraph -->','NSWMA truck drivers get wage increase','','inherit','closed','closed','','6783-revision-v1','','','2019-08-31 17:32:27','2019-08-31 22:32:27','',6783,'https://buzz-caribbean.com/article/6783-revision-v1/',0,'revision','',0),(6786,11,'2019-09-01 07:38:54','2019-09-01 12:38:54','<!-- wp:paragraph -->\n<p>Kaysia Kerr, CEO of the National Parenting Commission (NPSC) is encouraging parents and guardians to reintroduce the morning routine to their children from now in preparation for the 2019/20 school year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6479} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kaysia-Kerr-Back-To-School-1024x711.jpg\" alt=\"  Kaysia Kerr, CEO of  National Parenting Commission (NPSC) speaking at a news briefing.\" class=\"wp-image-6479\" /><figcaption>  Kaysia Kerr, CEO of  National Parenting Commission (NPSC)   </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Morning Routines</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“They should not wait until the first morning of school or the night before to start putting children back into the routine which would have been broken during the summer holidays,” Kerr said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Not only should they ensure that sleep habits return, but the entire routine of getting out of the house must be considered\" </p><cite>—   Kaysia Kerr, CEO of NPSC </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Ms Kerr said the children would have become used to staying up later or sleeping later or both, and this would have disturbed the sleep pattern, so parents and guardians should start easing their child into getting into bed early and waking up earlier for the start of the new school year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Healthy Meal Options</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Not only should they ensure that sleep habits return, but the entire routine of getting out of the house must be considered. Start looking at breakfast ideas; children do not want the same thing every day, especially the smaller ones. This will become mundane,” she noted.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So, we have to start thinking of various healthy options. When persons are rushing out, sometimes breakfast is compromised in terms of the nutritional value, so what we want is the children to get a good start with a healthy meal,” Ms Kerr added.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Get Involved In Orientation Exercises</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>She is also imploring parents and guardians to be present at orientation to ask all the right questions, air concerns and meet with as many teachers as possible, and the principal if possible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“The same way the children are going to make new friends, &nbsp;you should want to meet the parents.\"</p><cite>—   Kaysia Kerr, CEO of NPSC </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“If your child has special requirements, these discussions must be had early, for example, a student who may require preferential seating, or assistive devices in order for them to function,” she explained.&nbsp; &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ms Kerr pointed out that when school and home partner, children perform better, social behaviour improves or they maintain the good standard that is set at home and the standards that are expected at school.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Build Parent Networks</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Therefore, parents should ensure that as they prepare for back-to-school, they also have a mindset to work with the schools. She is also encouraging parents and guardians to create networks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The same way the children are going to make new friends, &nbsp;you should want to meet the parents. Start the process of fellowshipping with other parents, so when things are going bad there are others who can lend support,” Ms. Kerr said.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Child Safety </h5>\n<!-- /wp:heading -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Let the children know the importance of being vigilant, especially when they are commuting on public transportation.&nbsp;</p><cite>—  Kaysia Kerr, CEO of NPSC</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Child safety is always a big concern for the NPSC, so Ms. Kerr said parents should ensure that schools have their correct address and current telephone contacts at all times. Children should also know their address and the telephone contacts of their caregivers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Let the children know the importance of being vigilant, especially when they are commuting on public transportation.&nbsp; If there is a part of the commute that involves walking, encourage the child to walk in groups and if walking alone, they should be vigilant of the surroundings. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Let the children know the importance of being vigilant\"</p><cite>— Kaysia Kerr, CEO of NPSC</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>They should walk briskly and with purpose, don’t look as though he or she is idling, because then the child will become prey to those persons who are in the business of hurting children,” she said.&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition, Ms Kerr said children must be advised how they engage strangers and even adults they believe to be responsible or adults they know.&nbsp;&nbsp;&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We\nencourage open and honest conversation, so when a child speaks about an encounter\nwhich leaves them uncomfortable, it is important that you not only listen but\nyou also investigate with a view to act,” she added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Financial Planning</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Back-to-school also has its financial pressures, so parents and guardians should seek out where it is possible to get items, such as second-hand books.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Do not get too caught up in getting the name-brand, instead look for the sturdiest bag that will last longer.&nbsp; In many instances the brand names that we see are fake and, therefore, the quality is not there.&nbsp; Therefore, choose quality over what is socially acceptable,” she urged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ms Kerr said parents’ involvement in their child’s school should not be limited to the Parent-Teacher Association (PTA) meetings. “This is something that we want to drive home. Parents should look at opportunities/avenues that they can serve the school,” she emphasised.&nbsp; </p>\n<!-- /wp:paragraph -->','Parents and guardians encouraged to reintroduce morning routine now','','inherit','closed','closed','','6461-revision-v1','','','2019-09-01 07:38:54','2019-09-01 12:38:54','',6461,'https://buzz-caribbean.com/article/6461-revision-v1/',0,'revision','',0),(6787,11,'2019-09-01 08:29:42','2019-09-01 13:29:42','<!-- wp:paragraph -->\n<p>Recently named among Forbes’ top 10 highest-paid women in music, Rihanna has made some more major money moves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Launched in March 2018, the ultra-inclusive\nbrand, just received US$50 million in additional funding from its pool of\ninvestors according to the Wall Street Journal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6790,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Savage-X-Fenty-Line-Rihanna-1.jpg\" alt=\"Models sporting the Savage x Fenty line of lingerie\" class=\"wp-image-6790\" /><figcaption>Models sporting the Savage x Fenty line of lingerie (Source: Instagram - @savagexfenty)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Barbadian megastar and entrepreneur has positioned her lingerie line Savage x Fenty to become the next major giant in the industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This extra injection of cash brings the\ntotal raised by the company to US$70 million, following a strong first year of\nsales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6792} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Savage-X-Fenty-Line.jpg\" alt=\"Rihanna modelling the tie-DYE product in her Savage x Fenty lingerie line \" class=\"wp-image-6792\" /><figcaption>Rihanna modelling the tie-DYE product in her Savage x Fenty line  (Source: Instagram - @savagexfenty) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Among the company’s investors is entertainment\nmogul Jay-Z, whose venture firm Marcy Venture Partners LLC helped back the\nlabel.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Applauded for its\ninclusive sizing and affordability, the Savage x Fenty\nbrand is quickly dominating market share based on its extensive customer appeal.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B06c99xlhCg/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B06c99xlhCg/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The announcement on\nthe increase in funding is perfectly timed with the brand set to host its second\nannual New York Fashion Week Show (which runs from September 5-12). Millions of\nfans will have access to the show starting September 20 on Amazon Prime Video.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1oasz4H1Ds/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1oasz4H1Ds/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>In true Bad Gal Ri-Ri style, the lingerie line consists of 90 styles of bodysuits, corsets, rompers, jumpsuits, robes and accessories, including crops, handcuffs, satin restraints, eye masks and garters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In May of this year, the music mogul advanced her empire by joining fashion conglomerate LVMH (home of Dior, Givenchy and Fendi) to create her own Fenty fashion house.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The partnership makes her the first black woman to launch an original line at LVMH.</p>\n<!-- /wp:paragraph -->','Rihanna\'s Savage x Fenty line raises US$50 million in funding from investors','','publish','open','closed','','rihannas-savage-x-fenty-line-raises-us50-million-in-funding-from-investors','','','2019-09-01 08:29:42','2019-09-01 13:29:42','',0,'https://buzz-caribbean.com/?p=6787',0,'post','',0),(6788,11,'2019-09-01 08:09:23','2019-09-01 13:09:23','','Savage-X-Fenty-Line-Rihanna','','inherit','open','closed','','savage-x-fenty-line-rihanna','','','2019-09-01 08:09:23','2019-09-01 13:09:23','',6787,'https://buzz-caribbean.com/app/uploads/2019/09/Savage-X-Fenty-Line-Rihanna.jpg',0,'attachment','image/jpeg',0),(6789,11,'2019-09-01 08:10:25','2019-09-01 13:10:25','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1oasz4H1Ds/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1oasz4H1Ds/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1oasz4H1Ds/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">‪SEPTEMBER 20TH!! Get ready to watch this year&#39;s #SAVAGEXFENTYSHOW only on @amazonprimevideo ? We are working on creating the most bold, sexy, super energetic experience you can imagine!! @savagexfenty‬ ‪</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/badgalriri/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> badgalriri</a> (@badgalriri) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-26T15:03:40+00:00\">Aug 26, 2019 at 8:03am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','c62466945c93033f34f1b03d3aa624cb','','','2019-09-01 08:10:25','2019-09-01 13:10:25','',0,'https://buzz-caribbean.com/article/c62466945c93033f34f1b03d3aa624cb/',0,'oembed_cache','',0),(6790,11,'2019-09-01 08:13:03','2019-09-01 13:13:03','','Savage-X-Fenty-Line-Rihanna-1','','inherit','open','closed','','savage-x-fenty-line-rihanna-1','','','2019-09-01 08:13:03','2019-09-01 13:13:03','',6787,'https://buzz-caribbean.com/app/uploads/2019/09/Savage-X-Fenty-Line-Rihanna-1.jpg',0,'attachment','image/jpeg',0),(6791,11,'2019-09-01 08:17:36','2019-09-01 13:17:36','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B06c99xlhCg/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B06c99xlhCg/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B06c99xlhCg/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Serve that lavender lewk! This color is lit so get yours now! ???#SavageXFenty @lessance @misshamino @itskaylajane</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/savagexfenty/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> SAVAGE X FENTY BY RIHANNA</a> (@savagexfenty) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-08T18:37:49+00:00\">Aug 8, 2019 at 11:37am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','7efaebfdbabcb8c6d3049c4926a40c87','','','2019-09-01 08:17:36','2019-09-01 13:17:36','',0,'https://buzz-caribbean.com/article/7efaebfdbabcb8c6d3049c4926a40c87/',0,'oembed_cache','',0),(6792,11,'2019-09-01 08:18:58','2019-09-01 13:18:58','','Rihanna-Savage-X-Fenty-Line','','inherit','open','closed','','rihanna-savage-x-fenty-line','','','2019-09-01 08:18:58','2019-09-01 13:18:58','',6787,'https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Savage-X-Fenty-Line.jpg',0,'attachment','image/jpeg',0),(6793,23,'2019-09-01 08:53:10','2019-09-01 13:53:10','<!-- wp:image {\"id\":6804} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-Iana-Tickle-Garcia-1024x711.jpg\" alt=\"\" class=\"wp-image-6804\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Nineteen-year-old Montego Bay resident Iana Tickle Garcia was crowned Miss Universe Jamaica 2019 at a glittering coronation show inside the National Arena in the wee hours of Sunday morning (Sept 1).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tickle\nGarcia was one of the crowd favourites going into the finals. She won from a\nfield of 18 contestants.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m feeling so ecstatic, excited and happy right now,” she told this reporter shortly after her crowning. The new queen wants to take on issues affecting the youth during her reign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I want the youth to get more involved in the Jamaican society and contribute to the country. They feel as if they are voiceless, but they can make a difference,” said Tickle Garcia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6813} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana-683x1024.jpg\" alt=\"\" class=\"wp-image-6813\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Manchester-based farmer, 25-year-old Toni Ann Laylor, finished in second place while 20-year-old University of the West Indies student Sian Graham Connelly (pronounced Shawn) was third.&nbsp;Completing the top six were Police Officer, Sasha Henry, Aiysha Hemmings and Chevonne Beadle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6800} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-1024x785.jpg\" alt=\"\" class=\"wp-image-6800\" /><figcaption>From left: Sian Connelly 3rd place winner; Iana Tickle Garcia, the New Miss Uiverse Jamaica 2019; and 2nd place winner Toni Ann Laylor&nbsp;</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jenelle Baldie, Leah Hollingsworth, Imani Jenkins and Umeko Chin made it into the Top 10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Opening with a spectacular number performed by Gem Myers, the showcase featured dancers who pranced around the stage with glee. After the girls introduced themselves, the Top 10 was announced. Elton Earlington, the 2016 winner of Digicel Rising Stars entertained just before the start of the Express Fitness Dermoth Williams Swimwear parade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6814} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gyptian-miss-jamaica-universe-1024x683.jpg\" alt=\"\" class=\"wp-image-6814\" /><figcaption>Recording artiste Gyptian performing during the show.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The evening wear segment preceded the personality interview with the top 10  before Myers took the stage to deliver a rousing rendition of Jennifer Holliday’s<strong> And I Am Telling You I’m Not Going</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Singer Alaine and Gyptian also comprised the evening’s entertainment delights. After the gruelling interview segment with the Top 6, the number was reduced to a Top 3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>See our gallery of the night\'s performances.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6829,6830,6831,6832,6833]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Alaine-1024x683.jpg\" alt=\"\" data-id=\"6829\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/alaine/\" class=\"wp-image-6829\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/elton-earlington-1024x683.jpg\" alt=\"\" data-id=\"6830\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/elton-earlington/\" class=\"wp-image-6830\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gem-myers-and-dancers-1024x683.jpg\" alt=\"\" data-id=\"6831\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/gem-myers-and-dancers/\" class=\"wp-image-6831\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gem-myers-1024x683.jpg\" alt=\"\" data-id=\"6832\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/gem-myers/\" class=\"wp-image-6832\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Terri-Karelle-Reid-and-Joel-Nomdarkham-1024x683.jpg\" alt=\"\" data-id=\"6833\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/terri-karelle-reid-and-joel-nomdarkham/\" class=\"wp-image-6833\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p><strong>Sectional prize winners were:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Congeniality – Toni Ann Laylor</li><li>Best in Swimwear – Imani Jenkins</li><li>People’s Choice, Altruism Award and Essence of Style Award – Sasha Henry</li><li>Photogenic Award – Umeko Chin</li><li>Best in Evening Gown Award – Iana Tickle Garcia</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Tickle Garcia won a prize package, including JA$300,000 in cash.&nbsp; She will represent Jamaica at the Miss Universe pageant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>See our gallery of the evening\'s proceedings: </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6816,6818,6819]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-jamaica-universe-iana-2-1024x753.jpg\" alt=\"\" data-id=\"6816\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/miss-jamaica-universe-iana-2/\" class=\"wp-image-6816\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana19-1024x683.jpg\" alt=\"\" data-id=\"6818\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/miss-universe-jamaica-iana19/\" class=\"wp-image-6818\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana-evening-gown-683x1024.jpg\" alt=\"\" data-id=\"6819\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/miss-universe-jamaica-iana-evening-gown/\" class=\"wp-image-6819\" /></figure></li></ul>\n<!-- /wp:gallery -->','Miss Universe Jamaica wants to tackle issues facing youth','','publish','open','closed','','miss-universe-jamaica-wants-to-tackle-issues-facing-youth','','','2019-09-01 12:14:06','2019-09-01 17:14:06','',0,'https://buzz-caribbean.com/?p=6793',0,'post','',0),(6794,11,'2019-09-01 08:29:42','2019-09-01 13:29:42','<!-- wp:paragraph -->\n<p>Recently named among Forbes’ top 10 highest-paid women in music, Rihanna has made some more major money moves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Launched in March 2018, the ultra-inclusive\nbrand, just received US$50 million in additional funding from its pool of\ninvestors according to the Wall Street Journal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6790,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Savage-X-Fenty-Line-Rihanna-1.jpg\" alt=\"Models sporting the Savage x Fenty line of lingerie\" class=\"wp-image-6790\" /><figcaption>Models sporting the Savage x Fenty line of lingerie (Source: Instagram - @savagexfenty)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Barbadian megastar and entrepreneur has positioned her lingerie line Savage x Fenty to become the next major giant in the industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This extra injection of cash brings the\ntotal raised by the company to US$70 million, following a strong first year of\nsales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6792} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Savage-X-Fenty-Line.jpg\" alt=\"Rihanna modelling the tie-DYE product in her Savage x Fenty lingerie line \" class=\"wp-image-6792\" /><figcaption>Rihanna modelling the tie-DYE product in her Savage x Fenty line  (Source: Instagram - @savagexfenty) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Among the company’s investors is entertainment\nmogul Jay-Z, whose venture firm Marcy Venture Partners LLC helped back the\nlabel.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Applauded for its\ninclusive sizing and affordability, the Savage x Fenty\nbrand is quickly dominating market share based on its extensive customer appeal.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B06c99xlhCg/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B06c99xlhCg/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The announcement on\nthe increase in funding is perfectly timed with the brand set to host its second\nannual New York Fashion Week Show (which runs from September 5-12). Millions of\nfans will have access to the show starting September 20 on Amazon Prime Video.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1oasz4H1Ds/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1oasz4H1Ds/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>In true Bad Gal Ri-Ri style, the lingerie line consists of 90 styles of bodysuits, corsets, rompers, jumpsuits, robes and accessories, including crops, handcuffs, satin restraints, eye masks and garters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In May of this year, the music mogul advanced her empire by joining fashion conglomerate LVMH (home of Dior, Givenchy and Fendi) to create her own Fenty fashion house.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The partnership makes her the first black woman to launch an original line at LVMH.</p>\n<!-- /wp:paragraph -->','Rihanna\'s Savage x Fenty line raises US$50 million in funding from investors','','inherit','closed','closed','','6787-revision-v1','','','2019-09-01 08:29:42','2019-09-01 13:29:42','',6787,'https://buzz-caribbean.com/article/6787-revision-v1/',0,'revision','',0),(6795,11,'2019-09-01 08:49:22','2019-09-01 13:49:22','<!-- wp:paragraph -->\n<p>Minister of State in the Ministry of\nIndustry, Commerce, Agriculture and Fisheries, Hon. Floyd Green, has encouraged\ntertiary-level students receiving scholarships from the Betting, Gaming and\nLotteries Commission (BGLC) to consider entrepreneurship as a viable career option.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6798} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Floyd-Green-Encouraging-Entrepreneurship-1024x672.jpg\" alt=\" Minister of State in the Ministry of Industry, Commerce, Agriculture and Fisheries (right), interacts with the top-10 performing Betting, Gaming and Lotteries Commission (BGLC) scholarship recipients, at the Commission’s Education Fund ‘Meet and Greet’, held at the Mona Visitors’ Lodge on August 28. \" class=\"wp-image-6798\" /><figcaption> Minister of State in the Ministry of Industry, Commerce, Agriculture and Fisheries (right), interacts with the top-10 performing Betting, Gaming and Lotteries Commission (BGLC) scholarship recipients, at the Commission’s Education Fund ‘Meet and Greet’, held at the Mona Visitors’ Lodge on August 28.  (Photo: R. Fraser)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the Commission’s Education Fund ‘Meet and Greet’, at the Mona Visitors’ Lodge, the Minister told the students to “study not to only become an employee, but to also try to become an employer”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“If you want real wealth, it’s [all] about\nthe business plan that you have crafted, work out a way to solve a problem that\ncan be monetised,” he added. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The State Minister told them that\nagriculture is a lucrative area to be considered, noting that for one area of\nthe field, Jamaican farmers only supply 20 per cent of the goat that is needed\nfor local consumption, and that the hotel sector’s demand for vegetables and\nfruits is $40 billion. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"f you want real wealth, it’s [all] about the business plan that you have crafted\"</p><cite> Minister of State in the Ministry of Industry, Commerce, Agriculture and Fisheries, Hon. Floyd Green </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“This is one area that you can easily make\n100 and 200 per cent profit, because once there are people, they will always\nneed a supply,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Minister also encouraged the students\nto master their area of study, and to also develop soft skills while\nundertaking their formal education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “The only way we will move Jamaica forward is by investing in our people\"</p><cite> Minister of State in the Ministry of Industry, Commerce, Agriculture and Fisheries, Hon. Floyd Green  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“In the world we live, it is becoming less important what you study and more important the principles that you grasp in terms of being able to think creatively, solving problems,  being flexible and being able to communicate effectively. Those are the things that are even more important than the course of study,” he argued.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The only way we will move Jamaica forward is by investing in our people, and the greatest investment is providing the opportunity for persons to fulfil their greatest potential,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The BGLC’s scholarship programme has\nprovided more than $50 million in funding to tertiary students since its launch\nin 2014.</p>\n<!-- /wp:paragraph -->','Students encouraged to consider entrepreneurship as career option','','publish','open','closed','','students-encouraged-to-consider-entrepreneurship-as-career-option','','','2019-09-01 08:49:22','2019-09-01 13:49:22','',0,'https://buzz-caribbean.com/?p=6795',0,'post','',0),(6796,11,'2019-09-01 08:32:20','2019-09-01 13:32:20','<!-- wp:paragraph -->\n<p>Minister of State in the Ministry of\nIndustry, Commerce, Agriculture and Fisheries, Hon. Floyd Green, has encouraged\ntertiary-level students receiving scholarships from the Betting, Gaming and\nLotteries Commission (BGLC) to consider entrepreneurship as a viable career option.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the Commission’s Education\nFund ‘Meet and Greet’, at the Mona Visitors’ Lodge on August 28, the Minister told\nthe students to “study not to only become an employee, but to also try to\nbecome an employer”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“If you want real wealth, it’s [all] about\nthe business plan that you have crafted, work out a way to solve a problem that\ncan be monetised,” he added. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The State Minister told them that\nagriculture is a lucrative area to be considered, noting that for one area of\nthe field, Jamaican farmers only supply 20 per cent of the goat that is needed\nfor local consumption, and that the hotel sector’s demand for vegetables and\nfruits is $40 billion. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This is one area that you can easily make\n100 and 200 per cent profit, because once there are people, they will always\nneed a supply,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Minister also encouraged the students\nto master their area of study, and to also develop soft skills while\nundertaking their formal education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In the world we live, it is becoming less\nimportant what you study and more important the principles that you grasp in\nterms of being able to think creatively, solving &nbsp;problems, &nbsp;being flexible and being able to communicate\neffectively. Those are the things that are even more important than the course\nof study,” he argued.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>(more)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Entrepreneurship…2</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also reminded the students of the\nresponsibility they have been given with this opportunity of receiving a\nscholarship from a government entity, and urged them to give back to their\ncommunity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;In\nthe meantime, Mr. Green commended the BGLC for the initiative, noting that so\nmany young people are prevented from actualising their full potential due to\nlack of funds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The only way we will move Jamaica forward\nis by investing in our people, and the greatest investment is providing the\nopportunity for persons to fulfill their greatest potential,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The BGLC’s scholarship programme has\nprovided more than $50 million in funding to tertiary students since its launch\nin 2014.</p>\n<!-- /wp:paragraph -->','Students encouraged to consider entrepreneurship as career option','','inherit','closed','closed','','6795-revision-v1','','','2019-09-01 08:32:20','2019-09-01 13:32:20','',6795,'https://buzz-caribbean.com/article/6795-revision-v1/',0,'revision','',0),(6798,11,'2019-09-01 08:39:28','2019-09-01 13:39:28','','Floyd-Green-Encouraging-Entrepreneurship','','inherit','open','closed','','floyd-green-encouraging-entrepreneurship','','','2019-09-01 08:39:28','2019-09-01 13:39:28','',6795,'https://buzz-caribbean.com/app/uploads/2019/09/Floyd-Green-Encouraging-Entrepreneurship.jpg',0,'attachment','image/jpeg',0),(6799,11,'2019-09-01 08:45:42','2019-09-01 13:45:42','<!-- wp:paragraph -->\n<p>Minister of State in the Ministry of\nIndustry, Commerce, Agriculture and Fisheries, Hon. Floyd Green, has encouraged\ntertiary-level students receiving scholarships from the Betting, Gaming and\nLotteries Commission (BGLC) to consider entrepreneurship as a viable career option.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6798} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Floyd-Green-Encouraging-Entrepreneurship-1024x672.jpg\" alt=\" Minister of State in the Ministry of Industry, Commerce, Agriculture and Fisheries (right), interacts with the top-10 performing Betting, Gaming and Lotteries Commission (BGLC) scholarship recipients, at the Commission’s Education Fund ‘Meet and Greet’, held at the Mona Visitors’ Lodge on August 28. \" class=\"wp-image-6798\" /><figcaption> Minister of State in the Ministry of Industry, Commerce, Agriculture and Fisheries (right), interacts with the top-10 performing Betting, Gaming and Lotteries Commission (BGLC) scholarship recipients, at the Commission’s Education Fund ‘Meet and Greet’, held at the Mona Visitors’ Lodge on August 28.  (Photo: R. Fraser)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the Commission’s Education Fund ‘Meet and Greet’, at the Mona Visitors’ Lodge, the Minister told the students to “study not to only become an employee, but to also try to become an employer”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“If you want real wealth, it’s [all] about\nthe business plan that you have crafted, work out a way to solve a problem that\ncan be monetised,” he added. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The State Minister told them that\nagriculture is a lucrative area to be considered, noting that for one area of\nthe field, Jamaican farmers only supply 20 per cent of the goat that is needed\nfor local consumption, and that the hotel sector’s demand for vegetables and\nfruits is $40 billion. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"f you want real wealth, it’s [all] about the business plan that you have crafted\"</p><cite> Minister of State in the Ministry of Industry, Commerce, Agriculture and Fisheries, Hon. Floyd Green </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“This is one area that you can easily make\n100 and 200 per cent profit, because once there are people, they will always\nneed a supply,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Minister also encouraged the students\nto master their area of study, and to also develop soft skills while\nundertaking their formal education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “The only way we will move Jamaica forward is by investing in our people\"</p><cite> Minister of State in the Ministry of Industry, Commerce, Agriculture and Fisheries, Hon. Floyd Green  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“In the world we live, it is becoming less important what you study and more important the principles that you grasp in terms of being able to think creatively, solving problems,  being flexible and being able to communicate effectively. Those are the things that are even more important than the course of study,” he argued.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The only way we will move Jamaica forward\nis by investing in our people, and the greatest investment is providing the\nopportunity for persons to fulfill their greatest potential,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The BGLC’s scholarship programme has\nprovided more than $50 million in funding to tertiary students since its launch\nin 2014.</p>\n<!-- /wp:paragraph -->','Students encouraged to consider entrepreneurship as career option','','inherit','closed','closed','','6795-revision-v1','','','2019-09-01 08:45:42','2019-09-01 13:45:42','',6795,'https://buzz-caribbean.com/article/6795-revision-v1/',0,'revision','',0),(6800,4,'2019-09-01 08:48:41','2019-09-01 13:48:41','','miss-universe-jamaica','','inherit','open','closed','','miss-universe-jamaica-4','','','2019-09-01 08:48:41','2019-09-01 13:48:41','',6793,'https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica.jpg',0,'attachment','image/jpeg',0),(6801,11,'2019-09-01 08:49:22','2019-09-01 13:49:22','<!-- wp:paragraph -->\n<p>Minister of State in the Ministry of\nIndustry, Commerce, Agriculture and Fisheries, Hon. Floyd Green, has encouraged\ntertiary-level students receiving scholarships from the Betting, Gaming and\nLotteries Commission (BGLC) to consider entrepreneurship as a viable career option.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6798} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Floyd-Green-Encouraging-Entrepreneurship-1024x672.jpg\" alt=\" Minister of State in the Ministry of Industry, Commerce, Agriculture and Fisheries (right), interacts with the top-10 performing Betting, Gaming and Lotteries Commission (BGLC) scholarship recipients, at the Commission’s Education Fund ‘Meet and Greet’, held at the Mona Visitors’ Lodge on August 28. \" class=\"wp-image-6798\" /><figcaption> Minister of State in the Ministry of Industry, Commerce, Agriculture and Fisheries (right), interacts with the top-10 performing Betting, Gaming and Lotteries Commission (BGLC) scholarship recipients, at the Commission’s Education Fund ‘Meet and Greet’, held at the Mona Visitors’ Lodge on August 28.  (Photo: R. Fraser)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the Commission’s Education Fund ‘Meet and Greet’, at the Mona Visitors’ Lodge, the Minister told the students to “study not to only become an employee, but to also try to become an employer”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“If you want real wealth, it’s [all] about\nthe business plan that you have crafted, work out a way to solve a problem that\ncan be monetised,” he added. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The State Minister told them that\nagriculture is a lucrative area to be considered, noting that for one area of\nthe field, Jamaican farmers only supply 20 per cent of the goat that is needed\nfor local consumption, and that the hotel sector’s demand for vegetables and\nfruits is $40 billion. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"f you want real wealth, it’s [all] about the business plan that you have crafted\"</p><cite> Minister of State in the Ministry of Industry, Commerce, Agriculture and Fisheries, Hon. Floyd Green </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“This is one area that you can easily make\n100 and 200 per cent profit, because once there are people, they will always\nneed a supply,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Minister also encouraged the students\nto master their area of study, and to also develop soft skills while\nundertaking their formal education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “The only way we will move Jamaica forward is by investing in our people\"</p><cite> Minister of State in the Ministry of Industry, Commerce, Agriculture and Fisheries, Hon. Floyd Green  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“In the world we live, it is becoming less important what you study and more important the principles that you grasp in terms of being able to think creatively, solving problems,  being flexible and being able to communicate effectively. Those are the things that are even more important than the course of study,” he argued.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The only way we will move Jamaica forward is by investing in our people, and the greatest investment is providing the opportunity for persons to fulfil their greatest potential,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The BGLC’s scholarship programme has\nprovided more than $50 million in funding to tertiary students since its launch\nin 2014.</p>\n<!-- /wp:paragraph -->','Students encouraged to consider entrepreneurship as career option','','inherit','closed','closed','','6795-revision-v1','','','2019-09-01 08:49:22','2019-09-01 13:49:22','',6795,'https://buzz-caribbean.com/article/6795-revision-v1/',0,'revision','',0),(6802,4,'2019-09-01 08:53:10','2019-09-01 13:53:10','<!-- wp:image {\"id\":6800} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-1024x785.jpg\" alt=\"\" class=\"wp-image-6800\" /><figcaption>From left: Sian Connelly 3rd place winner; Iana Tickle Garcia, the New Miss Uiverse Jamaica 2019; and 2nd place winner Toni Ann Laylor </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Nineteen-year-old Montego Bay resident Iana Tickle Garcia was crowned Miss Universe Jamaica 2019 at a glittering coronation show inside the National Arena in the wee hours of Sunday morning (Sept 1).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tickle\nGarcia was one of the crowd favourites going into the finals. She won from a\nfield of 18 contestants.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m feeling so ecstatic, excited and happy right now,” she told this reporter shortly after her crowning. The new queen wants to take on issues affecting the youth during her reign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I want the youth to get more involved in the Jamaican society and contribute to the country. They feel as if they are voiceless, but they can make a difference,” said Tickle Garcia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Manchester-based farmer, 25-year-old Toni Ann Laylor, finished in second place while 20-year-old University of the West Indies student Sian Graham Connelly (pronounced Shawn) was third. Completing the top six were Police Officer, Sasha Henry, Aiysha Hemmings and Chevonne Beadle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jenelle\nBaldie, Leah Hollingsworth, Imani Jenkins and Umeko Chin made it into the Top\n10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Opening with a spectacular number performed by Gem Myers, the showcase featured dancers who pranced around the stage with glee. After the girls introduced themselves, the Top 10 was announced.  Elton Earlington, the 2016 winner of Digicel Rising Stars entertained just before the start of the Express Fitness Dermoth Williams Swimwear parade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The evening wear segment preceded the personality interview with the top 10  before Myers took the stage to deliver a rousing rendition of Jennifer Holliday’s<strong> And I Am Telling You I’m Not Going</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Singer Alaine and Gyptian also comprised the evening’s entertainment delights. After the gruelling interview segment with the Top 6, the number was reduced to a Top 3.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sectional prize winners were:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Congeniality – Toni Ann Laylor</li><li>Best in Swimwear – Imani Jenkins</li><li>People’s Choice, Altruism Award and Essence of Style Award – Sasha Henry</li><li>Photogenic Award – Umeko Chin</li><li>Best in Evening Gown Award – Iana Tickle Garcia</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Tickle Garcia won a prize package, including JA$300,000 in cash.  She will represent Jamaica at the Miss Universe pageant.</p>\n<!-- /wp:paragraph -->','Miss Universe Jamaica wants to tackle issues facing youth','','inherit','closed','closed','','6793-revision-v1','','','2019-09-01 08:53:10','2019-09-01 13:53:10','',6793,'https://buzz-caribbean.com/article/6793-revision-v1/',0,'revision','',0),(6804,4,'2019-09-01 08:59:53','2019-09-01 13:59:53','','miss-universe-jamaica-Iana-Tickle-Garcia','','inherit','open','closed','','miss-universe-jamaica-iana-tickle-garcia','','','2019-09-01 08:59:53','2019-09-01 13:59:53','',6793,'https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-Iana-Tickle-Garcia.jpg',0,'attachment','image/jpeg',0),(6805,4,'2019-09-01 09:00:34','2019-09-01 14:00:34','<!-- wp:image {\"id\":6804} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-Iana-Tickle-Garcia-1024x711.jpg\" alt=\"\" class=\"wp-image-6804\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Nineteen-year-old Montego Bay resident Iana Tickle Garcia was crowned Miss Universe Jamaica 2019 at a glittering coronation show inside the National Arena in the wee hours of Sunday morning (Sept 1).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tickle\nGarcia was one of the crowd favourites going into the finals. She won from a\nfield of 18 contestants.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m feeling so ecstatic, excited and happy right now,” she told this reporter shortly after her crowning. The new queen wants to take on issues affecting the youth during her reign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I want the youth to get more involved in the Jamaican society and contribute to the country. They feel as if they are voiceless, but they can make a difference,” said Tickle Garcia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6800} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-1024x785.jpg\" alt=\"\" class=\"wp-image-6800\" /><figcaption>From left: Sian Connelly 3rd place winner; Iana Tickle Garcia, the New Miss Uiverse Jamaica 2019; and 2nd place winner Toni Ann Laylor </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Manchester-based farmer, 25-year-old Toni Ann Laylor, finished in second place while 20-year-old University of the West Indies student Sian Graham Connelly (pronounced Shawn) was third. Completing the top six were Police Officer, Sasha Henry, Aiysha Hemmings and Chevonne Beadle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jenelle\nBaldie, Leah Hollingsworth, Imani Jenkins and Umeko Chin made it into the Top\n10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Opening with a spectacular number performed by Gem Myers, the showcase featured dancers who pranced around the stage with glee. After the girls introduced themselves, the Top 10 was announced.  Elton Earlington, the 2016 winner of Digicel Rising Stars entertained just before the start of the Express Fitness Dermoth Williams Swimwear parade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The evening wear segment preceded the personality interview with the top 10  before Myers took the stage to deliver a rousing rendition of Jennifer Holliday’s<strong> And I Am Telling You I’m Not Going</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Singer Alaine and Gyptian also comprised the evening’s entertainment delights. After the gruelling interview segment with the Top 6, the number was reduced to a Top 3.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sectional prize winners were:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Congeniality – Toni Ann Laylor</li><li>Best in Swimwear – Imani Jenkins</li><li>People’s Choice, Altruism Award and Essence of Style Award – Sasha Henry</li><li>Photogenic Award – Umeko Chin</li><li>Best in Evening Gown Award – Iana Tickle Garcia</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Tickle Garcia won a prize package, including JA$300,000 in cash.  She will represent Jamaica at the Miss Universe pageant.</p>\n<!-- /wp:paragraph -->','Miss Universe Jamaica wants to tackle issues facing youth','','inherit','closed','closed','','6793-revision-v1','','','2019-09-01 09:00:34','2019-09-01 14:00:34','',6793,'https://buzz-caribbean.com/article/6793-revision-v1/',0,'revision','',0),(6807,21,'2019-09-01 09:26:49','2019-09-01 14:26:49','<!-- wp:paragraph -->\n<p>One major goal of the Government during the <a href=\"https://buzz-caribbean.com/article/education-ministry-gears-up-for-start-of-new-school-year/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"academic year 2019/2020 (opens in a new tab)\">academic year 2019/2020</a> is to complete the proposed Nutrition Policy, which will restrict certain types of sugary drinks in schools and provide healthier food options for students.          </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6812,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Samuda-Nutrition-Policy-Schools-1024x742.jpg\" alt=\"\" class=\"wp-image-6812\" /><figcaption> <br>Minister with responsibility for Education, Youth and Information, Hon. Karl Samuda, addresses the media at a Press Conference at his Ministry, in Kingston, on Thursday (August 29). </figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This is in keeping with the ban implemented in January 2019, which restricts the circulation of certain types of sugary drinks in schools and public health institutions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6811} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Sugar-1024x684.jpeg\" alt=\"\" class=\"wp-image-6811\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the Ministry of Education, Youth and Information’s annual Back-to-School Press Conference on Thursday (August 29), Minister with responsibility for Education, Youth and Information, Hon. Karl Samuda, said the Ministry has started working with concessionaires to ensure that students are properly fed during the five days of school.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “The inclusion of local products in the feeding programme ...is currently being finalised for implementation within this school year” </p><cite> — Minister with responsibility for Education, Youth and Information, Hon. Karl Samuda </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“In the area of nutrition and school-feeding, our Nutrition Policy will reinforce the push to restrict the availability of non-sugary drinks in schools. We support the drive by the Ministry of Health and we’re sincerely making an effort to support that Policy for the betterment of the health of our children,” Minister Samuda said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6808} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/beverage-carbonated-drink-1024x682.jpg\" alt=\"Close up view of carbonated beverage.\" class=\"wp-image-6808\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The inclusion of local products in the feeding programme, as well as the reintroduction of the Breakfast Programme, is currently being finalised for implementation within this school year,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6809} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Jamaican-fruits-nutrition-policy.jpg\" alt=\"Fruits in a bowl.\" class=\"wp-image-6809\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mr. Samuda also stated that Nutrition Products will be producing juices for selected schools and will increase its number of deliveries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6810} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/water-nutrition-policy-1024x683.jpg\" alt=\"Water being poured in a glass.\" class=\"wp-image-6810\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Mr. Samuda said most schools have embraced water consumption as a primary liquid for hydration, and that manufacturers have made adjustments in terms of revisiting their formula… so that it does not have the high sugar content.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Policy is to be submitted to Cabinet for review and approval.</p>\n<!-- /wp:paragraph -->','Nutrition policy to be completed in 2019/20 academic year — Samuda','','publish','open','closed','','nutrition-policy-to-be-completed-in-2019-20-academic-year-samuda','','','2019-09-01 09:26:50','2019-09-01 14:26:50','',0,'https://buzz-caribbean.com/?p=6807',0,'post','',0),(6808,11,'2019-09-01 09:15:12','2019-09-01 14:15:12','','beverage-carbonated-drink','','inherit','open','closed','','beverage-carbonated-drink','','','2019-09-01 09:15:12','2019-09-01 14:15:12','',6807,'https://buzz-caribbean.com/app/uploads/2019/09/beverage-carbonated-drink.jpg',0,'attachment','image/jpeg',0),(6809,11,'2019-09-01 09:17:07','2019-09-01 14:17:07','','Jamaican-fruits-nutrition-policy','','inherit','open','closed','','jamaican-fruits-nutrition-policy','','','2019-09-01 09:17:07','2019-09-01 14:17:07','',6807,'https://buzz-caribbean.com/app/uploads/2019/09/Jamaican-fruits-nutrition-policy.jpg',0,'attachment','image/jpeg',0),(6810,11,'2019-09-01 09:17:55','2019-09-01 14:17:55','','water-nutrition-policy','','inherit','open','closed','','water-nutrition-policy','','','2019-09-01 09:17:55','2019-09-01 14:17:55','',6807,'https://buzz-caribbean.com/app/uploads/2019/09/water-nutrition-policy.jpg',0,'attachment','image/jpeg',0),(6811,11,'2019-09-01 09:19:58','2019-09-01 14:19:58','','Sugar','','inherit','open','closed','','sugar','','','2019-09-01 09:19:58','2019-09-01 14:19:58','',6807,'https://buzz-caribbean.com/app/uploads/2019/09/Sugar.jpeg',0,'attachment','image/jpeg',0),(6812,11,'2019-09-01 09:20:43','2019-09-01 14:20:43','','Samuda-Nutrition-Policy-Schools','','inherit','open','closed','','samuda-nutrition-policy-schools','','','2019-09-01 09:20:43','2019-09-01 14:20:43','',6807,'https://buzz-caribbean.com/app/uploads/2019/09/Samuda-Nutrition-Policy-Schools.jpg',0,'attachment','image/jpeg',0),(6813,4,'2019-09-01 09:22:57','2019-09-01 14:22:57','','miss-universe-jamaica-iana','','inherit','open','closed','','miss-universe-jamaica-iana','','','2019-09-01 09:22:57','2019-09-01 14:22:57','',6793,'https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana.jpg',0,'attachment','image/jpeg',0),(6814,4,'2019-09-01 09:24:19','2019-09-01 14:24:19','','gyptian-miss-jamaica-universe','','inherit','open','closed','','gyptian-miss-jamaica-universe','','','2019-09-01 09:24:19','2019-09-01 14:24:19','',6793,'https://buzz-caribbean.com/app/uploads/2019/09/gyptian-miss-jamaica-universe.jpg',0,'attachment','image/jpeg',0),(6815,11,'2019-09-01 09:26:49','2019-09-01 14:26:49','<!-- wp:paragraph -->\n<p>One major goal of the Government during the <a href=\"https://buzz-caribbean.com/article/education-ministry-gears-up-for-start-of-new-school-year/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"academic year 2019/2020 (opens in a new tab)\">academic year 2019/2020</a> is to complete the proposed Nutrition Policy, which will restrict certain types of sugary drinks in schools and provide healthier food options for students.          </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6812,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Samuda-Nutrition-Policy-Schools-1024x742.jpg\" alt=\"\" class=\"wp-image-6812\" /><figcaption> <br>Minister with responsibility for Education, Youth and Information, Hon. Karl Samuda, addresses the media at a Press Conference at his Ministry, in Kingston, on Thursday (August 29). </figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This is in keeping with the ban implemented in January 2019, which restricts the circulation of certain types of sugary drinks in schools and public health institutions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6811} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Sugar-1024x684.jpeg\" alt=\"\" class=\"wp-image-6811\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the Ministry of Education, Youth and Information’s annual Back-to-School Press Conference on Thursday (August 29), Minister with responsibility for Education, Youth and Information, Hon. Karl Samuda, said the Ministry has started working with concessionaires to ensure that students are properly fed during the five days of school.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “The inclusion of local products in the feeding programme ...is currently being finalised for implementation within this school year” </p><cite> — Minister with responsibility for Education, Youth and Information, Hon. Karl Samuda </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“In the area of nutrition and school-feeding, our Nutrition Policy will reinforce the push to restrict the availability of non-sugary drinks in schools. We support the drive by the Ministry of Health and we’re sincerely making an effort to support that Policy for the betterment of the health of our children,” Minister Samuda said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6808} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/beverage-carbonated-drink-1024x682.jpg\" alt=\"Close up view of carbonated beverage.\" class=\"wp-image-6808\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The inclusion of local products in the feeding programme, as well as the reintroduction of the Breakfast Programme, is currently being finalised for implementation within this school year,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6809} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Jamaican-fruits-nutrition-policy.jpg\" alt=\"Fruits in a bowl.\" class=\"wp-image-6809\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mr. Samuda also stated that Nutrition Products will be producing juices for selected schools and will increase its number of deliveries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6810} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/water-nutrition-policy-1024x683.jpg\" alt=\"Water being poured in a glass.\" class=\"wp-image-6810\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Mr. Samuda said most schools have embraced water consumption as a primary liquid for hydration, and that manufacturers have made adjustments in terms of revisiting their formula… so that it does not have the high sugar content.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Policy is to be submitted to Cabinet for review and approval.</p>\n<!-- /wp:paragraph -->','Nutrition policy to be completed in 2019/20 academic year — Samuda','','inherit','closed','closed','','6807-revision-v1','','','2019-09-01 09:26:49','2019-09-01 14:26:49','',6807,'https://buzz-caribbean.com/article/6807-revision-v1/',0,'revision','',0),(6816,4,'2019-09-01 09:27:26','2019-09-01 14:27:26','','miss-jamaica-universe-iana-2','','inherit','open','closed','','miss-jamaica-universe-iana-2','','','2019-09-01 09:27:26','2019-09-01 14:27:26','',6793,'https://buzz-caribbean.com/app/uploads/2019/09/miss-jamaica-universe-iana-2.jpg',0,'attachment','image/jpeg',0),(6817,11,'2019-09-01 09:49:13','2019-09-01 14:49:13','<!-- wp:paragraph -->\n<p>Hurricane Dorian&nbsp;was\nupgraded to a Category 5 Storm — the most powerful — as it approached the Abaco\nIslands in the Bahamas mid-morning today (Sunday, September 1).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6822} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Dorian-Bahamas.png\" alt=\"\" class=\"wp-image-6822\" /><figcaption>(Source: The National Hurricane Center)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to the\nNational Hurricane Centre, the storm continues to strengthen with maximum\nsustained winds reaching almost 175 mph early this morning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6824} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Category-Infographic-1024x1024.png\" alt=\"\" class=\"wp-image-6824\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  \"This is a life-threatening situation. Residents there should take immediate shelter\" </p><cite>The National Hurricane Center</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>With gusts over 200\nmph, Hurricane Dorian will be capable of inflicting catastrophic damage to the\nBahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/i/status/1168175951697465344\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/i/status/1168175951697465344\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The National Hurricane\nCentre issued an advisory, noting that \"This is a life-threatening\nsituation. Residents there should take immediate shelter\". </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Based on current\nforecasts Hurricane Dorian is moving to the west at 8 mph and is expected to hit\nGrand Bahama late Sunday or early Monday, with the northwestern Bahamas expected\nto get 12 to 30 inches of rain.</p>\n<!-- /wp:paragraph -->','Hurricane Dorian set to hit the Bahamas as category five storm','','publish','open','closed','','hurricane-dorian-set-to-hit-the-bahamas-as-category-five-storm','','','2019-09-01 10:49:19','2019-09-01 15:49:19','',0,'https://buzz-caribbean.com/?p=6817',0,'post','',0),(6818,4,'2019-09-01 09:38:13','2019-09-01 14:38:13','','miss-universe-jamaica-iana19','','inherit','open','closed','','miss-universe-jamaica-iana19','','','2019-09-01 09:38:13','2019-09-01 14:38:13','',6793,'https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana19.jpg',0,'attachment','image/jpeg',0),(6819,4,'2019-09-01 09:38:21','2019-09-01 14:38:21','','miss-universe-jamaica-iana-evening-gown','','inherit','open','closed','','miss-universe-jamaica-iana-evening-gown','','','2019-09-01 09:38:21','2019-09-01 14:38:21','',6793,'https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana-evening-gown.jpg',0,'attachment','image/jpeg',0),(6820,4,'2019-09-01 09:39:01','2019-09-01 14:39:01','<!-- wp:image {\"id\":6804} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-Iana-Tickle-Garcia-1024x711.jpg\" alt=\"\" class=\"wp-image-6804\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Nineteen-year-old Montego Bay resident Iana Tickle Garcia was crowned Miss Universe Jamaica 2019 at a glittering coronation show inside the National Arena in the wee hours of Sunday morning (Sept 1).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tickle\nGarcia was one of the crowd favourites going into the finals. She won from a\nfield of 18 contestants.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m feeling so ecstatic, excited and happy right now,” she told this reporter shortly after her crowning. The new queen wants to take on issues affecting the youth during her reign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I want the youth to get more involved in the Jamaican society and contribute to the country. They feel as if they are voiceless, but they can make a difference,” said Tickle Garcia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6813} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana-683x1024.jpg\" alt=\"\" class=\"wp-image-6813\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Manchester-based farmer, 25-year-old Toni Ann Laylor, finished in second place while 20-year-old University of the West Indies student Sian Graham Connelly (pronounced Shawn) was third. Completing the top six were Police Officer, Sasha Henry, Aiysha Hemmings and Chevonne Beadle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6800} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-1024x785.jpg\" alt=\"\" class=\"wp-image-6800\" /><figcaption>From left: Sian Connelly 3rd place winner; Iana Tickle Garcia, the New Miss Uiverse Jamaica 2019; and 2nd place winner Toni Ann Laylor </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jenelle\nBaldie, Leah Hollingsworth, Imani Jenkins and Umeko Chin made it into the Top\n10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Opening with a spectacular number performed by Gem Myers, the showcase featured dancers who pranced around the stage with glee. After the girls introduced themselves, the Top 10 was announced. Elton Earlington, the 2016 winner of Digicel Rising Stars entertained just before the start of the Express Fitness Dermoth Williams Swimwear parade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6814} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gyptian-miss-jamaica-universe-1024x683.jpg\" alt=\"\" class=\"wp-image-6814\" /><figcaption>Recording artiste Gyptian performing during the show.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The evening wear segment preceded the personality interview with the top 10  before Myers took the stage to deliver a rousing rendition of Jennifer Holliday’s<strong> And I Am Telling You I’m Not Going</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Singer Alaine and Gyptian also comprised the evening’s entertainment delights. After the gruelling interview segment with the Top 6, the number was reduced to a Top 3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sectional prize winners were:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Congeniality – Toni Ann Laylor</li><li>Best in Swimwear – Imani Jenkins</li><li>People’s Choice, Altruism Award and Essence of Style Award – Sasha Henry</li><li>Photogenic Award – Umeko Chin</li><li>Best in Evening Gown Award – Iana Tickle Garcia</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Tickle Garcia won a prize package, including JA$300,000 in cash.  She will represent Jamaica at the Miss Universe pageant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6816,6818,6819]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-jamaica-universe-iana-2-1024x753.jpg\" alt=\"\" data-id=\"6816\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/miss-jamaica-universe-iana-2/\" class=\"wp-image-6816\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana19-1024x683.jpg\" alt=\"\" data-id=\"6818\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/miss-universe-jamaica-iana19/\" class=\"wp-image-6818\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana-evening-gown-683x1024.jpg\" alt=\"\" data-id=\"6819\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/miss-universe-jamaica-iana-evening-gown/\" class=\"wp-image-6819\" /></figure></li></ul>\n<!-- /wp:gallery -->','Miss Universe Jamaica wants to tackle issues facing youth','','inherit','closed','closed','','6793-revision-v1','','','2019-09-01 09:39:01','2019-09-01 14:39:01','',6793,'https://buzz-caribbean.com/article/6793-revision-v1/',0,'revision','',0),(6821,11,'2019-09-01 09:42:42','2019-09-01 14:42:42','','Hurricane-Dorian-Bahamas','','inherit','open','closed','','hurricane-dorian-bahamas','','','2019-09-01 09:42:42','2019-09-01 14:42:42','',6817,'https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Dorian-Bahamas.jpg',0,'attachment','image/jpeg',0),(6822,11,'2019-09-01 09:44:08','2019-09-01 14:44:08','','Hurricane Dorian Bahamas','','inherit','open','closed','','hurricane-dorian-bahamas-2','','','2019-09-01 09:44:08','2019-09-01 14:44:08','',6817,'https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Dorian-Bahamas.png',0,'attachment','image/png',0),(6823,11,'2019-09-01 09:45:37','2019-09-01 14:45:37','','Hurricane-Dorian-Bahamas-1','','inherit','open','closed','','hurricane-dorian-bahamas-1','','','2019-09-01 09:45:37','2019-09-01 14:45:37','',6817,'https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Dorian-Bahamas-1.png',0,'attachment','image/png',0),(6824,11,'2019-09-01 09:45:50','2019-09-01 14:45:50','','Hurricane Category Infographic','','inherit','open','closed','','hurricane-category-infographic','','','2019-09-01 09:45:50','2019-09-01 14:45:50','',6817,'https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Category-Infographic.png',0,'attachment','image/png',0),(6825,4,'2019-09-01 09:45:56','2019-09-01 14:45:56','','Miss Universe Jamaica Iana Tickle Garcia Featured Image','','inherit','open','closed','','miss-universe-jamaica-iana-tickle-garcia-featured-image','','','2019-09-01 09:45:56','2019-09-01 14:45:56','',0,'https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-Iana-Tickle-Garcia-featured-image.jpg',0,'attachment','image/jpeg',0),(6826,4,'2019-09-01 09:46:46','2019-09-01 14:46:46','<!-- wp:image {\"id\":6804} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-Iana-Tickle-Garcia-1024x711.jpg\" alt=\"\" class=\"wp-image-6804\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Nineteen-year-old Montego Bay resident Iana Tickle Garcia was crowned Miss Universe Jamaica 2019 at a glittering coronation show inside the National Arena in the wee hours of Sunday morning (Sept 1).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tickle\nGarcia was one of the crowd favourites going into the finals. She won from a\nfield of 18 contestants.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m feeling so ecstatic, excited and happy right now,” she told this reporter shortly after her crowning. The new queen wants to take on issues affecting the youth during her reign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I want the youth to get more involved in the Jamaican society and contribute to the country. They feel as if they are voiceless, but they can make a difference,” said Tickle Garcia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6813} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana-683x1024.jpg\" alt=\"\" class=\"wp-image-6813\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Manchester-based farmer, 25-year-old Toni Ann Laylor, finished in second place while 20-year-old University of the West Indies student Sian Graham Connelly (pronounced Shawn) was third.&nbsp;Completing the top six were Police Officer, Sasha Henry, Aiysha Hemmings and Chevonne Beadle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6800} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-1024x785.jpg\" alt=\"\" class=\"wp-image-6800\" /><figcaption>From left: Sian Connelly 3rd place winner; Iana Tickle Garcia, the New Miss Uiverse Jamaica 2019; and 2nd place winner Toni Ann Laylor&nbsp;</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jenelle\nBaldie, Leah Hollingsworth, Imani Jenkins and Umeko Chin made it into the Top\n10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Opening with a spectacular number performed by Gem Myers, the showcase featured dancers who pranced around the stage with glee. After the girls introduced themselves, the Top 10 was announced.&nbsp;Elton Earlington, the 2016 winner of Digicel Rising Stars entertained just before the start of the Express Fitness Dermoth Williams Swimwear parade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6814} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gyptian-miss-jamaica-universe-1024x683.jpg\" alt=\"\" class=\"wp-image-6814\" /><figcaption>Recording artiste Gyptian performing during the show.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The evening wear segment preceded the personality interview with the top 10  before Myers took the stage to deliver a rousing rendition of Jennifer Holliday’s<strong> And I Am Telling You I’m Not Going</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Singer Alaine and Gyptian also comprised the evening’s entertainment delights. After the gruelling interview segment with the Top 6, the number was reduced to a Top 3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sectional prize winners were:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Congeniality – Toni Ann Laylor</li><li>Best in Swimwear – Imani Jenkins</li><li>People’s Choice, Altruism Award and Essence of Style Award – Sasha Henry</li><li>Photogenic Award – Umeko Chin</li><li>Best in Evening Gown Award – Iana Tickle Garcia</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Tickle Garcia won a prize package, including JA$300,000 in cash.&nbsp; She will represent Jamaica at the Miss Universe pageant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6816,6818,6819]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-jamaica-universe-iana-2-1024x753.jpg\" alt=\"\" data-id=\"6816\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/miss-jamaica-universe-iana-2/\" class=\"wp-image-6816\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana19-1024x683.jpg\" alt=\"\" data-id=\"6818\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/miss-universe-jamaica-iana19/\" class=\"wp-image-6818\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana-evening-gown-683x1024.jpg\" alt=\"\" data-id=\"6819\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/miss-universe-jamaica-iana-evening-gown/\" class=\"wp-image-6819\" /></figure></li></ul>\n<!-- /wp:gallery -->','Miss Universe Jamaica wants to tackle issues facing youth','','inherit','closed','closed','','6793-revision-v1','','','2019-09-01 09:46:46','2019-09-01 14:46:46','',6793,'https://buzz-caribbean.com/article/6793-revision-v1/',0,'revision','',0),(6827,11,'2019-09-01 09:49:13','2019-09-01 14:49:13','<!-- wp:paragraph -->\n<p>Hurricane Dorian&nbsp;was\nupgraded to a Category 5 Storm — the most powerful — as it approached the Abaco\nIslands in the Bahamas mid-morning today (Sunday, September 1).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6822} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Dorian-Bahamas.png\" alt=\"\" class=\"wp-image-6822\" /><figcaption>(Source: The National Hurricane Center)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to the\nNational Hurricane Centre, the storm continues to strengthen with maximum\nsustained winds reaching almost 175 mph early this morning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6824} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Category-Infographic-1024x1024.png\" alt=\"\" class=\"wp-image-6824\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  \"This is a life-threatening situation. Residents there should take immediate shelter\" </p><cite>The National Hurricane Center</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>With gusts over 200\nmph, Hurricane Dorian will be capable of inflicting catastrophic damage to the\nBahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The National Hurricane\nCentre issued an advisory, noting that \"This is a life-threatening\nsituation. Residents there should take immediate shelter\". </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Based on current\nforecasts Hurricane Dorian is moving to the west at 8 mph and is expected to hit\nGrand Bahama late Sunday or early Monday, with the northwestern Bahamas expected\nto get 12 to 30 inches of rain.</p>\n<!-- /wp:paragraph -->','Hurricane Dorian set to hit the Bahamas as category five storm','','inherit','closed','closed','','6817-revision-v1','','','2019-09-01 09:49:13','2019-09-01 14:49:13','',6817,'https://buzz-caribbean.com/article/6817-revision-v1/',0,'revision','',0),(6828,11,'2019-09-01 10:42:11','2019-09-01 15:42:11','<!-- wp:paragraph -->\n<p>Get ready binge-watchers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Netflix is currently producing a new political-drama series based on a chapter from New York Times journalist Amy Chozick\'s novel <em>Chasing Hillary: Ten Years, Two Presidential Campaigns and One Intact Glass Ceiling. </em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6840} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Amy-Chozick-Netflix-Series-1024x683.jpeg\" alt=\"\" class=\"wp-image-6840\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The series, Girls On The Bus, will follow four female journalists\ntrailing fictional presidential candidates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The series\' name is a\nreworking of The Boys on the Bus, a 1972 book about the male press pack who\ncovered the 1972 US presidential election.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chozick who tweeted “…this is the most exciting thing that has ever happened to me”, also\ntook to social media to explain that while the series will draw inspiration\nfrom her book – it is not about the Hillary Clinton 2016 campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/amychozick/status/1167832369681915905\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/amychozick/status/1167832369681915905\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Julie Plec (the executive producer behind <em>The Vampire Diaries</em> and <em>Legacies</em>) will co-write the script with Chozick, who will also act as an executive producer along with Greg Berlanti. Netflix won the rights to the journalist\'s book after a fierce bidding war. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/seewhatsnext/status/1166772697239441409\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/seewhatsnext/status/1166772697239441409\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The company said it\nwould \"follow the every move of a parade of flawed presidential\ncandidates, finding friendship, love, and a scandal that could take down not\njust the presidency but our entire democracy along the way\".</p>\n<!-- /wp:paragraph -->','Netflix wins bidding war — new drama to cover fictional presidential campaign','','publish','open','closed','','netflix-wins-bidding-war-new-drama-to-cover-fictional-presidential-campaign','','','2019-09-01 10:47:41','2019-09-01 15:47:41','',0,'https://buzz-caribbean.com/?p=6828',0,'post','',0),(6829,4,'2019-09-01 10:08:05','2019-09-01 15:08:05','','Alaine','','inherit','open','closed','','alaine','','','2019-09-01 10:08:05','2019-09-01 15:08:05','',6793,'https://buzz-caribbean.com/app/uploads/2019/09/Alaine.jpg',0,'attachment','image/jpeg',0),(6830,4,'2019-09-01 10:08:07','2019-09-01 15:08:07','','elton-earlington','','inherit','open','closed','','elton-earlington','','','2019-09-01 10:08:07','2019-09-01 15:08:07','',6793,'https://buzz-caribbean.com/app/uploads/2019/09/elton-earlington.jpg',0,'attachment','image/jpeg',0),(6831,4,'2019-09-01 10:08:10','2019-09-01 15:08:10','','gem-myers-and-dancers','','inherit','open','closed','','gem-myers-and-dancers','','','2019-09-01 10:08:10','2019-09-01 15:08:10','',6793,'https://buzz-caribbean.com/app/uploads/2019/09/gem-myers-and-dancers.jpg',0,'attachment','image/jpeg',0),(6832,4,'2019-09-01 10:08:12','2019-09-01 15:08:12','','gem-myers','','inherit','open','closed','','gem-myers','','','2019-09-01 10:08:12','2019-09-01 15:08:12','',6793,'https://buzz-caribbean.com/app/uploads/2019/09/gem-myers.jpg',0,'attachment','image/jpeg',0),(6833,4,'2019-09-01 10:08:41','2019-09-01 15:08:41','','Terri-Karelle-Reid-and-Joel-Nomdarkham','','inherit','open','closed','','terri-karelle-reid-and-joel-nomdarkham','','','2019-09-01 10:08:41','2019-09-01 15:08:41','',6793,'https://buzz-caribbean.com/app/uploads/2019/09/Terri-Karelle-Reid-and-Joel-Nomdarkham.jpg',0,'attachment','image/jpeg',0),(6834,4,'2019-09-01 10:09:56','2019-09-01 15:09:56','<!-- wp:image {\"id\":6804} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-Iana-Tickle-Garcia-1024x711.jpg\" alt=\"\" class=\"wp-image-6804\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Nineteen-year-old Montego Bay resident Iana Tickle Garcia was crowned Miss Universe Jamaica 2019 at a glittering coronation show inside the National Arena in the wee hours of Sunday morning (Sept 1).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tickle\nGarcia was one of the crowd favourites going into the finals. She won from a\nfield of 18 contestants.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m feeling so ecstatic, excited and happy right now,” she told this reporter shortly after her crowning. The new queen wants to take on issues affecting the youth during her reign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I want the youth to get more involved in the Jamaican society and contribute to the country. They feel as if they are voiceless, but they can make a difference,” said Tickle Garcia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6813} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana-683x1024.jpg\" alt=\"\" class=\"wp-image-6813\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Manchester-based farmer, 25-year-old Toni Ann Laylor, finished in second place while 20-year-old University of the West Indies student Sian Graham Connelly (pronounced Shawn) was third.&nbsp;Completing the top six were Police Officer, Sasha Henry, Aiysha Hemmings and Chevonne Beadle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6800} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-1024x785.jpg\" alt=\"\" class=\"wp-image-6800\" /><figcaption>From left: Sian Connelly 3rd place winner; Iana Tickle Garcia, the New Miss Uiverse Jamaica 2019; and 2nd place winner Toni Ann Laylor&nbsp;</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jenelle\nBaldie, Leah Hollingsworth, Imani Jenkins and Umeko Chin made it into the Top\n10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Opening with a spectacular number performed by Gem Myers, the showcase featured dancers who pranced around the stage with glee. After the girls introduced themselves, the Top 10 was announced.&nbsp;Elton Earlington, the 2016 winner of Digicel Rising Stars entertained just before the start of the Express Fitness Dermoth Williams Swimwear parade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6814} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gyptian-miss-jamaica-universe-1024x683.jpg\" alt=\"\" class=\"wp-image-6814\" /><figcaption>Recording artiste Gyptian performing during the show.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The evening wear segment preceded the personality interview with the top 10  before Myers took the stage to deliver a rousing rendition of Jennifer Holliday’s<strong> And I Am Telling You I’m Not Going</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Singer Alaine and Gyptian also comprised the evening’s entertainment delights. After the gruelling interview segment with the Top 6, the number was reduced to a Top 3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sectional prize winners were:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Congeniality – Toni Ann Laylor</li><li>Best in Swimwear – Imani Jenkins</li><li>People’s Choice, Altruism Award and Essence of Style Award – Sasha Henry</li><li>Photogenic Award – Umeko Chin</li><li>Best in Evening Gown Award – Iana Tickle Garcia</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Tickle Garcia won a prize package, including JA$300,000 in cash.  She will represent Jamaica at the Miss Universe pageant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>See our gallery of the evening\'s proceedings: </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6816,6818,6819]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-jamaica-universe-iana-2-1024x753.jpg\" alt=\"\" data-id=\"6816\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/miss-jamaica-universe-iana-2/\" class=\"wp-image-6816\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana19-1024x683.jpg\" alt=\"\" data-id=\"6818\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/miss-universe-jamaica-iana19/\" class=\"wp-image-6818\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana-evening-gown-683x1024.jpg\" alt=\"\" data-id=\"6819\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/miss-universe-jamaica-iana-evening-gown/\" class=\"wp-image-6819\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:gallery {\"ids\":[6829,6830,6831,6832,6833]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Alaine-1024x683.jpg\" alt=\"\" data-id=\"6829\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/alaine/\" class=\"wp-image-6829\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/elton-earlington-1024x683.jpg\" alt=\"\" data-id=\"6830\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/elton-earlington/\" class=\"wp-image-6830\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gem-myers-and-dancers-1024x683.jpg\" alt=\"\" data-id=\"6831\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/gem-myers-and-dancers/\" class=\"wp-image-6831\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gem-myers-1024x683.jpg\" alt=\"\" data-id=\"6832\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/gem-myers/\" class=\"wp-image-6832\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Terri-Karelle-Reid-and-Joel-Nomdarkham-1024x683.jpg\" alt=\"\" data-id=\"6833\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/terri-karelle-reid-and-joel-nomdarkham/\" class=\"wp-image-6833\" /></figure></li></ul>\n<!-- /wp:gallery -->','Miss Universe Jamaica wants to tackle issues facing youth','','inherit','closed','closed','','6793-revision-v1','','','2019-09-01 10:09:56','2019-09-01 15:09:56','',6793,'https://buzz-caribbean.com/article/6793-revision-v1/',0,'revision','',0),(6835,4,'2019-09-01 10:16:53','2019-09-01 15:16:53','<!-- wp:image {\"id\":6804} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-Iana-Tickle-Garcia-1024x711.jpg\" alt=\"\" class=\"wp-image-6804\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Nineteen-year-old Montego Bay resident Iana Tickle Garcia was crowned Miss Universe Jamaica 2019 at a glittering coronation show inside the National Arena in the wee hours of Sunday morning (Sept 1).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tickle\nGarcia was one of the crowd favourites going into the finals. She won from a\nfield of 18 contestants.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m feeling so ecstatic, excited and happy right now,” she told this reporter shortly after her crowning. The new queen wants to take on issues affecting the youth during her reign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I want the youth to get more involved in the Jamaican society and contribute to the country. They feel as if they are voiceless, but they can make a difference,” said Tickle Garcia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6813} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana-683x1024.jpg\" alt=\"\" class=\"wp-image-6813\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Manchester-based farmer, 25-year-old Toni Ann Laylor, finished in second place while 20-year-old University of the West Indies student Sian Graham Connelly (pronounced Shawn) was third.&nbsp;Completing the top six were Police Officer, Sasha Henry, Aiysha Hemmings and Chevonne Beadle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6800} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-1024x785.jpg\" alt=\"\" class=\"wp-image-6800\" /><figcaption>From left: Sian Connelly 3rd place winner; Iana Tickle Garcia, the New Miss Uiverse Jamaica 2019; and 2nd place winner Toni Ann Laylor&nbsp;</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jenelle\nBaldie, Leah Hollingsworth, Imani Jenkins and Umeko Chin made it into the Top\n10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Opening with a spectacular number performed by Gem Myers, the showcase featured dancers who pranced around the stage with glee. After the girls introduced themselves, the Top 10 was announced.&nbsp;Elton Earlington, the 2016 winner of Digicel Rising Stars entertained just before the start of the Express Fitness Dermoth Williams Swimwear parade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6814} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gyptian-miss-jamaica-universe-1024x683.jpg\" alt=\"\" class=\"wp-image-6814\" /><figcaption>Recording artiste Gyptian performing during the show.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The evening wear segment preceded the personality interview with the top 10  before Myers took the stage to deliver a rousing rendition of Jennifer Holliday’s<strong> And I Am Telling You I’m Not Going</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Singer Alaine and Gyptian also comprised the evening’s entertainment delights. After the gruelling interview segment with the Top 6, the number was reduced to a Top 3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6829,6830,6831,6832,6833]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Alaine-1024x683.jpg\" alt=\"\" data-id=\"6829\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/alaine/\" class=\"wp-image-6829\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/elton-earlington-1024x683.jpg\" alt=\"\" data-id=\"6830\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/elton-earlington/\" class=\"wp-image-6830\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gem-myers-and-dancers-1024x683.jpg\" alt=\"\" data-id=\"6831\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/gem-myers-and-dancers/\" class=\"wp-image-6831\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gem-myers-1024x683.jpg\" alt=\"\" data-id=\"6832\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/gem-myers/\" class=\"wp-image-6832\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Terri-Karelle-Reid-and-Joel-Nomdarkham-1024x683.jpg\" alt=\"\" data-id=\"6833\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/terri-karelle-reid-and-joel-nomdarkham/\" class=\"wp-image-6833\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p><strong>Sectional prize winners were:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Congeniality – Toni Ann Laylor</li><li>Best in Swimwear – Imani Jenkins</li><li>People’s Choice, Altruism Award and Essence of Style Award – Sasha Henry</li><li>Photogenic Award – Umeko Chin</li><li>Best in Evening Gown Award – Iana Tickle Garcia</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Tickle Garcia won a prize package, including JA$300,000 in cash.&nbsp; She will represent Jamaica at the Miss Universe pageant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>See our gallery of the evening\'s proceedings: </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6816,6818,6819]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-jamaica-universe-iana-2-1024x753.jpg\" alt=\"\" data-id=\"6816\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/miss-jamaica-universe-iana-2/\" class=\"wp-image-6816\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana19-1024x683.jpg\" alt=\"\" data-id=\"6818\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/miss-universe-jamaica-iana19/\" class=\"wp-image-6818\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana-evening-gown-683x1024.jpg\" alt=\"\" data-id=\"6819\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/miss-universe-jamaica-iana-evening-gown/\" class=\"wp-image-6819\" /></figure></li></ul>\n<!-- /wp:gallery -->','Miss Universe Jamaica wants to tackle issues facing youth','','inherit','closed','closed','','6793-revision-v1','','','2019-09-01 10:16:53','2019-09-01 15:16:53','',6793,'https://buzz-caribbean.com/article/6793-revision-v1/',0,'revision','',0),(6836,23,'2019-09-01 11:17:48','2019-09-01 16:17:48','<!-- wp:image {\"id\":6837,\"width\":580,\"height\":386} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana-crowned-1024x683.jpg\" alt=\"\" class=\"wp-image-6837\" width=\"580\" height=\"386\" /><figcaption>Miss Universe Jamaica Iana Tickle Garcia being crowned by Culture Minister Olivia \'Babsy\' Grange.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Iana Tickle Garcia was crowned <a href=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Miss Universe Jamaica (opens in a new tab)\">Miss Universe Jamaica</a> 2019 on Sunday morning. Here are five interesting facts about this 19-year-old Beauty Queen from Montego Bay. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Iana studied at the Montego Bay Community College and graduated this year.</li><li> She has been accepted at the University of the West Indies in International Relations and Law. She hasn\'t decided which she will pursue.</li><li>She was crowned Miss Universe Jamaica West North West earlier this year.</li><li>Iana entered the Miss Universe Jamaica pageant to experience personal growth and to get out of her comfort zone.</li><li> Iana crotchets a variety of items from jewellery and bikinis to crop-tops and has donated all her profits to organisations and initiatives such as the Mustard Seed community and the Sanitation Project for the Rotary Club of Montego Bay.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Here are five fun facts about Miss Universe Jamaica Iana Tickle Garcia','','publish','open','closed','','here-are-five-fun-facts-about-miss-universe-jamaica-iana-tickle-garcia','','','2019-09-01 11:46:52','2019-09-01 16:46:52','',0,'https://buzz-caribbean.com/?p=6836',0,'post','',0),(6837,4,'2019-09-01 10:29:35','2019-09-01 15:29:35','','miss-universe-jamaica-iana-crowned','','inherit','open','closed','','miss-universe-jamaica-iana-crowned','','','2019-09-01 10:29:35','2019-09-01 15:29:35','',6836,'https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana-crowned.jpg',0,'attachment','image/jpeg',0),(6838,4,'2019-09-01 10:29:43','2019-09-01 15:29:43','<!-- wp:image {\"id\":6837} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana-crowned-1024x683.jpg\" alt=\"\" class=\"wp-image-6837\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She studied at the Montego Bay Community College and graduated this year<br>* She has been accepted at the University of the West Indies in International Relations and Law. She hasnt decided which she will pursue.<br>* She was crowned Miss Universe Jamaica West North West earlier this year<br>* She entered the Miss Universe Jamaica pageant to experience personal growth and to get out of her comfort zone<br>*&nbsp;Ms. Garcia crotchets a variety of items from jewelry and bikinis to crop tops and has donated all her profits thus far to organizations and initiatives such as the Mustard seed community and the Sanitation Project for the rotary club of Montego Bay.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','6836-revision-v1','','','2019-09-01 10:29:43','2019-09-01 15:29:43','',6836,'https://buzz-caribbean.com/article/6836-revision-v1/',0,'revision','',0),(6839,11,'2019-09-01 10:31:27','2019-09-01 15:31:27','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">.<a href=\"https://twitter.com/julieplec?ref_src=twsrc%5Etfw\">@julieplec</a> &amp; <a href=\"https://twitter.com/amychozick?ref_src=twsrc%5Etfw\">@amychozick</a> will write &amp; EP &quot;The Girls On the Bus,&quot; a series about four female journalists who follow every move of a parade of flawed presidential candidates. <a href=\"https://twitter.com/GBerlanti?ref_src=twsrc%5Etfw\">@GBerlanti</a> &amp; <a href=\"https://twitter.com/SarahSoWitty?ref_src=twsrc%5Etfw\">@SarahSoWitty</a> also EP the series, inspired by a chapter of Chozick’s book Chasing Hillary <a href=\"https://t.co/ApyKCENDtQ\">pic.twitter.com/ApyKCENDtQ</a></p>&mdash; See What&#39;s Next (@seewhatsnext) <a href=\"https://twitter.com/seewhatsnext/status/1166772697239441409?ref_src=twsrc%5Etfw\">August 28, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','469672c8aa2d2c8fa331328a745f4917','','','2019-09-01 10:31:27','2019-09-01 15:31:27','',0,'https://buzz-caribbean.com/article/469672c8aa2d2c8fa331328a745f4917/',0,'oembed_cache','',0),(6840,11,'2019-09-01 10:31:42','2019-09-01 15:31:42','','Amy-Chozick-Netflix-Series','','inherit','open','closed','','amy-chozick-netflix-series','','','2019-09-01 10:31:42','2019-09-01 15:31:42','',6828,'https://buzz-caribbean.com/app/uploads/2019/09/Amy-Chozick-Netflix-Series.jpeg',0,'attachment','image/jpeg',0),(6841,4,'2019-09-01 10:32:26','2019-09-01 15:32:26','<!-- wp:image {\"id\":6837} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana-crowned-1024x683.jpg\" alt=\"\" class=\"wp-image-6837\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She studied at the Montego Bay Community College and graduated this year<br>* She has been accepted at the University of the West Indies in International Relations and Law. She hasnt decided which she will pursue.<br>* She was crowned Miss Universe Jamaica West North West earlier this year<br>* She entered the Miss Universe Jamaica pageant to experience personal growth and to get out of her comfort zone<br>*&nbsp;Ms. Garcia crotchets a variety of items from jewelry and bikinis to crop tops and has donated all her profits thus far to organizations and initiatives such as the Mustard seed community and the Sanitation Project for the rotary club of Montego Bay.</p>\n<!-- /wp:paragraph -->','Here are five fun facts about Miss Universe Jamaica Iana Tickle Garcia','','inherit','closed','closed','','6836-revision-v1','','','2019-09-01 10:32:26','2019-09-01 15:32:26','',6836,'https://buzz-caribbean.com/article/6836-revision-v1/',0,'revision','',0),(6842,11,'2019-09-01 10:33:54','2019-09-01 15:33:54','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">This is inaccurate <a href=\"https://twitter.com/BBCWorld?ref_src=twsrc%5Etfw\">@BBCWorld</a>. “The Girls on the Bus” has nothing to do with Hillary or the 2016 election, as per the press release and all other coverage. <a href=\"https://t.co/P40czmdarB\">https://t.co/P40czmdarB</a></p>&mdash; Amy Chozick (@amychozick) <a href=\"https://twitter.com/amychozick/status/1167832369681915905?ref_src=twsrc%5Etfw\">August 31, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','bef4c891490bd146a91ee5bfbb2e729e','','','2019-09-01 10:33:54','2019-09-01 15:33:54','',0,'https://buzz-caribbean.com/article/bef4c891490bd146a91ee5bfbb2e729e/',0,'oembed_cache','',0),(6843,4,'2019-09-01 10:37:06','2019-09-01 15:37:06','<!-- wp:image {\"id\":6804} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-Iana-Tickle-Garcia-1024x711.jpg\" alt=\"\" class=\"wp-image-6804\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Nineteen-year-old Montego Bay resident Iana Tickle Garcia was crowned Miss Universe Jamaica 2019 at a glittering coronation show inside the National Arena in the wee hours of Sunday morning (Sept 1).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tickle\nGarcia was one of the crowd favourites going into the finals. She won from a\nfield of 18 contestants.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m feeling so ecstatic, excited and happy right now,” she told this reporter shortly after her crowning. The new queen wants to take on issues affecting the youth during her reign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I want the youth to get more involved in the Jamaican society and contribute to the country. They feel as if they are voiceless, but they can make a difference,” said Tickle Garcia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6813} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana-683x1024.jpg\" alt=\"\" class=\"wp-image-6813\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Manchester-based farmer, 25-year-old Toni Ann Laylor, finished in second place while 20-year-old University of the West Indies student Sian Graham Connelly (pronounced Shawn) was third.&nbsp;Completing the top six were Police Officer, Sasha Henry, Aiysha Hemmings and Chevonne Beadle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6800} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-1024x785.jpg\" alt=\"\" class=\"wp-image-6800\" /><figcaption>From left: Sian Connelly 3rd place winner; Iana Tickle Garcia, the New Miss Uiverse Jamaica 2019; and 2nd place winner Toni Ann Laylor&nbsp;</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jenelle\nBaldie, Leah Hollingsworth, Imani Jenkins and Umeko Chin made it into the Top\n10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Opening with a spectacular number performed by Gem Myers, the showcase featured dancers who pranced around the stage with glee. After the girls introduced themselves, the Top 10 was announced.&nbsp;Elton Earlington, the 2016 winner of Digicel Rising Stars entertained just before the start of the Express Fitness Dermoth Williams Swimwear parade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6814} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gyptian-miss-jamaica-universe-1024x683.jpg\" alt=\"\" class=\"wp-image-6814\" /><figcaption>Recording artiste Gyptian performing during the show.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The evening wear segment preceded the personality interview with the top 10  before Myers took the stage to deliver a rousing rendition of Jennifer Holliday’s<strong> And I Am Telling You I’m Not Going</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Singer Alaine and Gyptian also comprised the evening’s entertainment delights. After the gruelling interview segment with the Top 6, the number was reduced to a Top 3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"6829\",\"6830\",\"6831\",\"6832\",\"6833\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Alaine-1024x683.jpg\" alt=\"\" data-id=\"6829\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/alaine/\" class=\"wp-image-6829\" /><figcaption>Alaine performing at the pageant show.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/elton-earlington-1024x683.jpg\" alt=\"\" data-id=\"6830\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/elton-earlington/\" class=\"wp-image-6830\" /><figcaption>Elton Earlington</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gem-myers-and-dancers-1024x683.jpg\" alt=\"\" data-id=\"6831\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/gem-myers-and-dancers/\" class=\"wp-image-6831\" /><figcaption>Gem Myers and her dancers in performace</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gem-myers-1024x683.jpg\" alt=\"\" data-id=\"6832\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/gem-myers/\" class=\"wp-image-6832\" /><figcaption>Gem Myers</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Terri-Karelle-Reid-and-Joel-Nomdarkham-1024x683.jpg\" alt=\"\" data-id=\"6833\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/terri-karelle-reid-and-joel-nomdarkham/\" class=\"wp-image-6833\" /><figcaption>Hosts Terri Karelle-Reid and Joel Nomdarkham</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p><strong>Sectional prize winners were:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Congeniality – Toni Ann Laylor</li><li>Best in Swimwear – Imani Jenkins</li><li>People’s Choice, Altruism Award and Essence of Style Award – Sasha Henry</li><li>Photogenic Award – Umeko Chin</li><li>Best in Evening Gown Award – Iana Tickle Garcia</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Tickle Garcia won a prize package, including JA$300,000 in cash.&nbsp; She will represent Jamaica at the Miss Universe pageant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>See our gallery of the evening\'s proceedings: </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6816,6818,6819]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-jamaica-universe-iana-2-1024x753.jpg\" alt=\"\" data-id=\"6816\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/miss-jamaica-universe-iana-2/\" class=\"wp-image-6816\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana19-1024x683.jpg\" alt=\"\" data-id=\"6818\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/miss-universe-jamaica-iana19/\" class=\"wp-image-6818\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana-evening-gown-683x1024.jpg\" alt=\"\" data-id=\"6819\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/miss-universe-jamaica-iana-evening-gown/\" class=\"wp-image-6819\" /></figure></li></ul>\n<!-- /wp:gallery -->','Miss Universe Jamaica wants to tackle issues facing youth','','inherit','closed','closed','','6793-revision-v1','','','2019-09-01 10:37:06','2019-09-01 15:37:06','',6793,'https://buzz-caribbean.com/article/6793-revision-v1/',0,'revision','',0),(6844,4,'2019-09-01 10:39:53','2019-09-01 15:39:53','<!-- wp:image {\"id\":6804} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-Iana-Tickle-Garcia-1024x711.jpg\" alt=\"\" class=\"wp-image-6804\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Nineteen-year-old Montego Bay resident Iana Tickle Garcia was crowned Miss Universe Jamaica 2019 at a glittering coronation show inside the National Arena in the wee hours of Sunday morning (Sept 1).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tickle\nGarcia was one of the crowd favourites going into the finals. She won from a\nfield of 18 contestants.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m feeling so ecstatic, excited and happy right now,” she told this reporter shortly after her crowning. The new queen wants to take on issues affecting the youth during her reign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I want the youth to get more involved in the Jamaican society and contribute to the country. They feel as if they are voiceless, but they can make a difference,” said Tickle Garcia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6813} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana-683x1024.jpg\" alt=\"\" class=\"wp-image-6813\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Manchester-based farmer, 25-year-old Toni Ann Laylor, finished in second place while 20-year-old University of the West Indies student Sian Graham Connelly (pronounced Shawn) was third.&nbsp;Completing the top six were Police Officer, Sasha Henry, Aiysha Hemmings and Chevonne Beadle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6800} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-1024x785.jpg\" alt=\"\" class=\"wp-image-6800\" /><figcaption>From left: Sian Connelly 3rd place winner; Iana Tickle Garcia, the New Miss Uiverse Jamaica 2019; and 2nd place winner Toni Ann Laylor&nbsp;</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jenelle\nBaldie, Leah Hollingsworth, Imani Jenkins and Umeko Chin made it into the Top\n10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Opening with a spectacular number performed by Gem Myers, the showcase featured dancers who pranced around the stage with glee. After the girls introduced themselves, the Top 10 was announced.&nbsp;Elton Earlington, the 2016 winner of Digicel Rising Stars entertained just before the start of the Express Fitness Dermoth Williams Swimwear parade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6814} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gyptian-miss-jamaica-universe-1024x683.jpg\" alt=\"\" class=\"wp-image-6814\" /><figcaption>Recording artiste Gyptian performing during the show.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The evening wear segment preceded the personality interview with the top 10  before Myers took the stage to deliver a rousing rendition of Jennifer Holliday’s<strong> And I Am Telling You I’m Not Going</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Singer Alaine and Gyptian also comprised the evening’s entertainment delights. After the gruelling interview segment with the Top 6, the number was reduced to a Top 3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>See our gallery of the night\'s performances.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"6829\",\"6830\",\"6831\",\"6832\",\"6833\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Alaine-1024x683.jpg\" alt=\"\" data-id=\"6829\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/alaine/\" class=\"wp-image-6829\" /><figcaption>Alaine performing at the pageant show.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/elton-earlington-1024x683.jpg\" alt=\"\" data-id=\"6830\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/elton-earlington/\" class=\"wp-image-6830\" /><figcaption>Elton Earlington</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gem-myers-and-dancers-1024x683.jpg\" alt=\"\" data-id=\"6831\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/gem-myers-and-dancers/\" class=\"wp-image-6831\" /><figcaption>Gem Myers and her dancers in performace</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gem-myers-1024x683.jpg\" alt=\"\" data-id=\"6832\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/gem-myers/\" class=\"wp-image-6832\" /><figcaption>Gem Myers</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Terri-Karelle-Reid-and-Joel-Nomdarkham-1024x683.jpg\" alt=\"\" data-id=\"6833\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/terri-karelle-reid-and-joel-nomdarkham/\" class=\"wp-image-6833\" /><figcaption>Hosts Terri Karelle-Reid and Joel Nomdarkham</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p><strong>Sectional prize winners were:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Congeniality – Toni Ann Laylor</li><li>Best in Swimwear – Imani Jenkins</li><li>People’s Choice, Altruism Award and Essence of Style Award – Sasha Henry</li><li>Photogenic Award – Umeko Chin</li><li>Best in Evening Gown Award – Iana Tickle Garcia</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Tickle Garcia won a prize package, including JA$300,000 in cash.&nbsp; She will represent Jamaica at the Miss Universe pageant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>See our gallery of the evening\'s proceedings: </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6816,6818,6819]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-jamaica-universe-iana-2-1024x753.jpg\" alt=\"\" data-id=\"6816\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/miss-jamaica-universe-iana-2/\" class=\"wp-image-6816\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana19-1024x683.jpg\" alt=\"\" data-id=\"6818\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/miss-universe-jamaica-iana19/\" class=\"wp-image-6818\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana-evening-gown-683x1024.jpg\" alt=\"\" data-id=\"6819\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/miss-universe-jamaica-iana-evening-gown/\" class=\"wp-image-6819\" /></figure></li></ul>\n<!-- /wp:gallery -->','Miss Universe Jamaica wants to tackle issues facing youth','','inherit','closed','closed','','6793-revision-v1','','','2019-09-01 10:39:53','2019-09-01 15:39:53','',6793,'https://buzz-caribbean.com/article/6793-revision-v1/',0,'revision','',0),(6845,11,'2019-09-01 10:42:11','2019-09-01 15:42:11','<!-- wp:paragraph -->\n<p>Get ready binge-watchers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Netflix is currently producing a new political-drama series based on a chapter from New York Times journalist Amy Chozick\'s novel <em>Chasing Hillary: Ten Years, Two Presidential Campaigns and One Intact Glass Ceiling. </em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6840} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Amy-Chozick-Netflix-Series-1024x683.jpeg\" alt=\"\" class=\"wp-image-6840\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The series, Girls On The Bus, will follow four female journalists\ntrailing fictional presidential candidates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The series\' name is a\nreworking of The Boys on the Bus, a 1972 book about the male press pack who\ncovered the 1972 US presidential election.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chozick who tweeted “…this is the most exciting thing that has ever happened to me”, also\ntook to social media to explain that while the series will draw inspiration\nfrom her book – it is not about the Hillary Clinton 2016 campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/amychozick/status/1167832369681915905\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/amychozick/status/1167832369681915905\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Julie Plec (the executive producer behind <em>The Vampire Diaries</em> and <em>Legacies</em>) will co-write the script with Chozick, who will also act as an executive producer along with Greg Berlanti. Netflix won the rights to the journalist\'s book after a fierce bidding war. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/seewhatsnext/status/1166772697239441409\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/seewhatsnext/status/1166772697239441409\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The company said it\nwould \"follow the every move of a parade of flawed presidential\ncandidates, finding friendship, love, and a scandal that could take down not\njust the presidency but our entire democracy along the way\".</p>\n<!-- /wp:paragraph -->','Netflix wins bidding war — new drama to cover fictional presidential campaign','','inherit','closed','closed','','6828-revision-v1','','','2019-09-01 10:42:11','2019-09-01 15:42:11','',6828,'https://buzz-caribbean.com/article/6828-revision-v1/',0,'revision','',0),(6847,11,'2019-09-01 10:49:18','2019-09-01 15:49:18','<!-- wp:paragraph -->\n<p>Hurricane Dorian&nbsp;was\nupgraded to a Category 5 Storm — the most powerful — as it approached the Abaco\nIslands in the Bahamas mid-morning today (Sunday, September 1).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6822} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Dorian-Bahamas.png\" alt=\"\" class=\"wp-image-6822\" /><figcaption>(Source: The National Hurricane Center)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to the\nNational Hurricane Centre, the storm continues to strengthen with maximum\nsustained winds reaching almost 175 mph early this morning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6824} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Category-Infographic-1024x1024.png\" alt=\"\" class=\"wp-image-6824\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  \"This is a life-threatening situation. Residents there should take immediate shelter\" </p><cite>The National Hurricane Center</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>With gusts over 200\nmph, Hurricane Dorian will be capable of inflicting catastrophic damage to the\nBahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/i/status/1168175951697465344\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/i/status/1168175951697465344\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The National Hurricane\nCentre issued an advisory, noting that \"This is a life-threatening\nsituation. Residents there should take immediate shelter\". </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Based on current\nforecasts Hurricane Dorian is moving to the west at 8 mph and is expected to hit\nGrand Bahama late Sunday or early Monday, with the northwestern Bahamas expected\nto get 12 to 30 inches of rain.</p>\n<!-- /wp:paragraph -->','Hurricane Dorian set to hit the Bahamas as category five storm','','inherit','closed','closed','','6817-revision-v1','','','2019-09-01 10:49:18','2019-09-01 15:49:18','',6817,'https://buzz-caribbean.com/article/6817-revision-v1/',0,'revision','',0),(6848,11,'2019-09-01 10:49:18','2019-09-01 15:49:18','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Extreme winds from the eyewall of <a href=\"https://twitter.com/hashtag/Dorian?src=hash&amp;ref_src=twsrc%5Etfw\">#Dorian</a> in excess of 180 mph will affect the Abaco Islands during the next few hours.  TAKE COVER NOW!  THIS IS AN EXTREMELY DANGEROUS AND LIFE-THREATENING SITUATION.  Move immediately to the safe room in your shelter.  <a href=\"https://t.co/tW4KeFW0gB\">https://t.co/tW4KeFW0gB</a> <a href=\"https://t.co/mr15oGasxH\">pic.twitter.com/mr15oGasxH</a></p>&mdash; National Hurricane Center (@NHC_Atlantic) <a href=\"https://twitter.com/NHC_Atlantic/status/1168175951697465344?ref_src=twsrc%5Etfw\">September 1, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','4be4447aba16ff8230ecdbea1c3a15e3','','','2019-09-01 10:49:18','2019-09-01 15:49:18','',0,'https://buzz-caribbean.com/article/4be4447aba16ff8230ecdbea1c3a15e3/',0,'oembed_cache','',0),(6849,4,'2019-09-01 10:54:16','2019-09-01 15:54:16','<!-- wp:image {\"id\":6837,\"width\":580,\"height\":386} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana-crowned-1024x683.jpg\" alt=\"\" class=\"wp-image-6837\" width=\"580\" height=\"386\" /><figcaption>Miss Universe Jamaica Iana Tickle Garcia being crowned by Culture Minister Olivia \'Babsy\' Grange.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Iana Tickle Garcia was crowned Miss Universe Jamaica 2019 on Sunday morning. Here are five interesting facts about our 19-year-old Beauty Queen who hails from Montego Bay. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She studied at the Montego Bay Community College and graduated this year<br>* She has been accepted at the University of the West Indies in International Relations and Law. She hasnt decided which she will pursue.<br>* She was crowned Miss Universe Jamaica West North West earlier this year<br>* She entered the Miss Universe Jamaica pageant to experience personal growth and to get out of her comfort zone<br>*&nbsp;Ms. Garcia crotchets a variety of items from jewelry and bikinis to crop tops and has donated all her profits thus far to organizations and initiatives such as the Mustard seed community and the Sanitation Project for the rotary club of Montego Bay.</p>\n<!-- /wp:paragraph -->','Here are five fun facts about Miss Universe Jamaica Iana Tickle Garcia','','inherit','closed','closed','','6836-revision-v1','','','2019-09-01 10:54:16','2019-09-01 15:54:16','',6836,'https://buzz-caribbean.com/article/6836-revision-v1/',0,'revision','',0),(6851,4,'2019-09-01 11:17:48','2019-09-01 16:17:48','<!-- wp:image {\"id\":6837,\"width\":580,\"height\":386} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana-crowned-1024x683.jpg\" alt=\"\" class=\"wp-image-6837\" width=\"580\" height=\"386\" /><figcaption>Miss Universe Jamaica Iana Tickle Garcia being crowned by Culture Minister Olivia \'Babsy\' Grange.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Iana Tickle Garcia was crowned <a href=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Miss Universe Jamaica (opens in a new tab)\">Miss Universe Jamaica</a> 2019 on Sunday morning. Here are five interesting facts about this 19-year-old Beauty Queen from Montego Bay. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Iana studied at the Montego Bay Community College and graduated this year.</li><li> She has been accepted at the University of the West Indies in International Relations and Law. She hasn\'t decided which she will pursue.</li><li>She was crowned Miss Universe Jamaica West North West earlier this year.</li><li>Iana entered the Miss Universe Jamaica pageant to experience personal growth and to get out of her comfort zone.</li><li> Iana crotchets a variety of items from jewellery and bikinis to crop-tops and has donated all her profits to organizations and initiatives such as the Mustard Sed community and the Sanitation Project for the Rotary Club of Montego Bay.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Here are five fun facts about Miss Universe Jamaica Iana Tickle Garcia','','inherit','closed','closed','','6836-revision-v1','','','2019-09-01 11:17:48','2019-09-01 16:17:48','',6836,'https://buzz-caribbean.com/article/6836-revision-v1/',0,'revision','',0),(6852,23,'2019-09-01 12:00:07','2019-09-01 17:00:07','<!-- wp:paragraph -->\n<p>Former Deputy Prime Minister Dr Kenneth Baugh is dead. He was 78.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6855} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ken-baugh.jpg\" alt=\"\" class=\"wp-image-6855\" /><figcaption>Former Deputy Prime Minister Dr Ken Baugh died Sunday morning.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"It is with great sadness that I announce the passing of Kenneth Lee O\'Neil Baugh OJ,\" Prime Minister Andrew Holness posted on social media. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr Baugh died at 10:05 Sunday morning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was Opposition Leader, Foreign Minister, Deputy Prime Minister and Member of Parliament for West Central St Catherine. He was also General Secretary and Chairman of the Jamaica Labour Party.</p>\n<!-- /wp:paragraph -->','Ex-Deputy PM Dr Ken Baugh is dead','','publish','open','closed','','ex-deputy-pm-dr-ken-baugh-is-dead','','','2019-09-01 12:00:07','2019-09-01 17:00:07','',0,'https://buzz-caribbean.com/?p=6852',0,'post','',0),(6853,9,'2019-09-01 11:46:51','2019-09-01 16:46:51','<!-- wp:image {\"id\":6837,\"width\":580,\"height\":386} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana-crowned-1024x683.jpg\" alt=\"\" class=\"wp-image-6837\" width=\"580\" height=\"386\" /><figcaption>Miss Universe Jamaica Iana Tickle Garcia being crowned by Culture Minister Olivia \'Babsy\' Grange.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Iana Tickle Garcia was crowned <a href=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Miss Universe Jamaica (opens in a new tab)\">Miss Universe Jamaica</a> 2019 on Sunday morning. Here are five interesting facts about this 19-year-old Beauty Queen from Montego Bay. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Iana studied at the Montego Bay Community College and graduated this year.</li><li> She has been accepted at the University of the West Indies in International Relations and Law. She hasn\'t decided which she will pursue.</li><li>She was crowned Miss Universe Jamaica West North West earlier this year.</li><li>Iana entered the Miss Universe Jamaica pageant to experience personal growth and to get out of her comfort zone.</li><li> Iana crotchets a variety of items from jewellery and bikinis to crop-tops and has donated all her profits to organisations and initiatives such as the Mustard Seed community and the Sanitation Project for the Rotary Club of Montego Bay.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Here are five fun facts about Miss Universe Jamaica Iana Tickle Garcia','','inherit','closed','closed','','6836-revision-v1','','','2019-09-01 11:46:51','2019-09-01 16:46:51','',6836,'https://buzz-caribbean.com/article/6836-revision-v1/',0,'revision','',0),(6855,4,'2019-09-01 11:56:31','2019-09-01 16:56:31','','ken-baugh','','inherit','open','closed','','ken-baugh','','','2019-09-01 11:56:31','2019-09-01 16:56:31','',6852,'https://buzz-caribbean.com/app/uploads/2019/09/ken-baugh.jpg',0,'attachment','image/jpeg',0),(6856,4,'2019-09-01 12:00:07','2019-09-01 17:00:07','<!-- wp:paragraph -->\n<p>Former Deputy Prime Minister Dr Kenneth Baugh is dead. He was 78.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6855} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ken-baugh.jpg\" alt=\"\" class=\"wp-image-6855\" /><figcaption>Former Deputy Prime Minister Dr Ken Baugh died Sunday morning.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"It is with great sadness that I announce the passing of Kenneth Lee O\'Neil Baugh OJ,\" Prime Minister Andrew Holness posted on social media. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr Baugh died at 10:05 Sunday morning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was Opposition Leader, Foreign Minister, Deputy Prime Minister and Member of Parliament for West Central St Catherine. He was also General Secretary and Chairman of the Jamaica Labour Party.</p>\n<!-- /wp:paragraph -->','Ex-Deputy PM Dr Ken Baugh is dead','','inherit','closed','closed','','6852-revision-v1','','','2019-09-01 12:00:07','2019-09-01 17:00:07','',6852,'https://buzz-caribbean.com/article/6852-revision-v1/',0,'revision','',0),(6857,23,'2019-09-01 12:38:19','2019-09-01 17:38:19','<!-- wp:image {\"id\":6862} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/portmore-unite-and-uwi-1024x683.jpg\" alt=\"\" class=\"wp-image-6862\" /><figcaption>A Portmore United player (in white) challenges his UWI opponent during a Red Stripe Premier League game last season.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Red Stripe Premier League (RSPL) kicks off on Sunday with four matches.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Five-time champions Arnett Gardens will open their account against Humble Lion in an interesting affair at the Anthony Spaulding Sports Complex at 7:00 pm. The other matches on Sunday will be UWI vs Tivoli Gardens at Mona Bowl at 3:30 pm; Mount Pleasant vs Harbour View at Drax Hall at 4:00 p; and Cavalier vs Dunbeholden at Stadium East at 5:00 pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last season\'s finalists Waterhouse were scheduled to play newcomers Vere United at Drewsland but the match was postponed to allow Waterhouse\'s players rest, after their CONCACAF League match on Thursday (Aug 29) against CS Herediano of Costa Rica, which they won 7-6 on penalties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6864} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/portmore-united-uwi-1024x683.jpg\" alt=\"\" class=\"wp-image-6864\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The other match in the first set of games will be played on Monday, with defending champions Portmore United playing the other newcomers to the league, Molynes United at the Anthony Spaulding Sports Complex at 8:30 pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The league will stretch to May next year with 210 matches. It starts with all 12 teams playing each other in three rounds with the top six teams advancing to the next round.</p>\n<!-- /wp:paragraph -->','Red Stripe Premier League begins Sunday','','publish','open','closed','','red-stripe-premier-league-begins-sunday','','','2019-09-01 12:38:20','2019-09-01 17:38:20','',0,'https://buzz-caribbean.com/?p=6857',0,'post','',0),(6858,11,'2019-09-01 12:14:06','2019-09-01 17:14:06','<!-- wp:image {\"id\":6804} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-Iana-Tickle-Garcia-1024x711.jpg\" alt=\"\" class=\"wp-image-6804\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Nineteen-year-old Montego Bay resident Iana Tickle Garcia was crowned Miss Universe Jamaica 2019 at a glittering coronation show inside the National Arena in the wee hours of Sunday morning (Sept 1).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tickle\nGarcia was one of the crowd favourites going into the finals. She won from a\nfield of 18 contestants.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m feeling so ecstatic, excited and happy right now,” she told this reporter shortly after her crowning. The new queen wants to take on issues affecting the youth during her reign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I want the youth to get more involved in the Jamaican society and contribute to the country. They feel as if they are voiceless, but they can make a difference,” said Tickle Garcia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6813} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana-683x1024.jpg\" alt=\"\" class=\"wp-image-6813\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Manchester-based farmer, 25-year-old Toni Ann Laylor, finished in second place while 20-year-old University of the West Indies student Sian Graham Connelly (pronounced Shawn) was third.&nbsp;Completing the top six were Police Officer, Sasha Henry, Aiysha Hemmings and Chevonne Beadle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6800} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-1024x785.jpg\" alt=\"\" class=\"wp-image-6800\" /><figcaption>From left: Sian Connelly 3rd place winner; Iana Tickle Garcia, the New Miss Uiverse Jamaica 2019; and 2nd place winner Toni Ann Laylor&nbsp;</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jenelle Baldie, Leah Hollingsworth, Imani Jenkins and Umeko Chin made it into the Top 10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Opening with a spectacular number performed by Gem Myers, the showcase featured dancers who pranced around the stage with glee. After the girls introduced themselves, the Top 10 was announced. Elton Earlington, the 2016 winner of Digicel Rising Stars entertained just before the start of the Express Fitness Dermoth Williams Swimwear parade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6814} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gyptian-miss-jamaica-universe-1024x683.jpg\" alt=\"\" class=\"wp-image-6814\" /><figcaption>Recording artiste Gyptian performing during the show.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The evening wear segment preceded the personality interview with the top 10  before Myers took the stage to deliver a rousing rendition of Jennifer Holliday’s<strong> And I Am Telling You I’m Not Going</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Singer Alaine and Gyptian also comprised the evening’s entertainment delights. After the gruelling interview segment with the Top 6, the number was reduced to a Top 3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>See our gallery of the night\'s performances.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6829,6830,6831,6832,6833]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Alaine-1024x683.jpg\" alt=\"\" data-id=\"6829\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/alaine/\" class=\"wp-image-6829\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/elton-earlington-1024x683.jpg\" alt=\"\" data-id=\"6830\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/elton-earlington/\" class=\"wp-image-6830\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gem-myers-and-dancers-1024x683.jpg\" alt=\"\" data-id=\"6831\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/gem-myers-and-dancers/\" class=\"wp-image-6831\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gem-myers-1024x683.jpg\" alt=\"\" data-id=\"6832\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/gem-myers/\" class=\"wp-image-6832\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Terri-Karelle-Reid-and-Joel-Nomdarkham-1024x683.jpg\" alt=\"\" data-id=\"6833\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/terri-karelle-reid-and-joel-nomdarkham/\" class=\"wp-image-6833\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p><strong>Sectional prize winners were:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Congeniality – Toni Ann Laylor</li><li>Best in Swimwear – Imani Jenkins</li><li>People’s Choice, Altruism Award and Essence of Style Award – Sasha Henry</li><li>Photogenic Award – Umeko Chin</li><li>Best in Evening Gown Award – Iana Tickle Garcia</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Tickle Garcia won a prize package, including JA$300,000 in cash.&nbsp; She will represent Jamaica at the Miss Universe pageant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>See our gallery of the evening\'s proceedings: </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6816,6818,6819]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-jamaica-universe-iana-2-1024x753.jpg\" alt=\"\" data-id=\"6816\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/miss-jamaica-universe-iana-2/\" class=\"wp-image-6816\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana19-1024x683.jpg\" alt=\"\" data-id=\"6818\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/miss-universe-jamaica-iana19/\" class=\"wp-image-6818\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana-evening-gown-683x1024.jpg\" alt=\"\" data-id=\"6819\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/miss-universe-jamaica-iana-evening-gown/\" class=\"wp-image-6819\" /></figure></li></ul>\n<!-- /wp:gallery -->','Miss Universe Jamaica wants to tackle issues facing youth','','inherit','closed','closed','','6793-revision-v1','','','2019-09-01 12:14:06','2019-09-01 17:14:06','',6793,'https://buzz-caribbean.com/article/6793-revision-v1/',0,'revision','',0),(6859,11,'2019-09-01 12:14:10','2019-09-01 17:14:10','<!-- wp:image {\"id\":6804} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-Iana-Tickle-Garcia-1024x711.jpg\" alt=\"\" class=\"wp-image-6804\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Nineteen-year-old Montego Bay resident Iana Tickle Garcia was crowned Miss Universe Jamaica 2019 at a glittering coronation show inside the National Arena in the wee hours of Sunday morning (Sept 1).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tickle\nGarcia was one of the crowd favourites going into the finals. She won from a\nfield of 18 contestants.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m feeling so ecstatic, excited and happy right now,” she told this reporter shortly after her crowning. The new queen wants to take on issues affecting the youth during her reign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I want the youth to get more involved in the Jamaican society and contribute to the country. They feel as if they are voiceless, but they can make a difference,” said Tickle Garcia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6813} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana-683x1024.jpg\" alt=\"\" class=\"wp-image-6813\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Manchester-based farmer, 25-year-old Toni Ann Laylor, finished in second place while 20-year-old University of the West Indies student Sian Graham Connelly (pronounced Shawn) was third.&nbsp;Completing the top six were Police Officer, Sasha Henry, Aiysha Hemmings and Chevonne Beadle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6800} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-1024x785.jpg\" alt=\"\" class=\"wp-image-6800\" /><figcaption>From left: Sian Connelly 3rd place winner; Iana Tickle Garcia, the New Miss Uiverse Jamaica 2019; and 2nd place winner Toni Ann Laylor&nbsp;</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jenelle Baldie, Leah Hollingsworth, Imani Jenkins and Umeko Chin made it into the Top 10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Opening with a spectacular number performed by Gem Myers, the showcase featured dancers who pranced around the stage with glee. After the girls introduced themselves, the Top 10 was announced. Elton Earlington, the 2016 winner of Digicel Rising Stars entertained just before the start of the Express Fitness Dermoth Williams Swimwear parade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6814} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gyptian-miss-jamaica-universe-1024x683.jpg\" alt=\"\" class=\"wp-image-6814\" /><figcaption>Recording artiste Gyptian performing during the show.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The evening wear segment preceded the personality interview with the top 10  before Myers took the stage to deliver a rousing rendition of Jennifer Holliday’s<strong> And I Am Telling You I’m Not Going</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Singer Alaine and Gyptian also comprised the evening’s entertainment delights. After the gruelling interview segment with the Top 6, the number was reduced to a Top 3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>See our gallery of the night\'s performances.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6829,6830,6831,6832,6833]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Alaine-1024x683.jpg\" alt=\"\" data-id=\"6829\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/alaine/\" class=\"wp-image-6829\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/elton-earlington-1024x683.jpg\" alt=\"\" data-id=\"6830\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/elton-earlington/\" class=\"wp-image-6830\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gem-myers-and-dancers-1024x683.jpg\" alt=\"\" data-id=\"6831\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/gem-myers-and-dancers/\" class=\"wp-image-6831\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gem-myers-1024x683.jpg\" alt=\"\" data-id=\"6832\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/gem-myers/\" class=\"wp-image-6832\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Terri-Karelle-Reid-and-Joel-Nomdarkham-1024x683.jpg\" alt=\"\" data-id=\"6833\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/terri-karelle-reid-and-joel-nomdarkham/\" class=\"wp-image-6833\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p><strong>Sectional prize winners were:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Congeniality – Toni Ann Laylor</li><li>Best in Swimwear – Imani Jenkins</li><li>People’s Choice, Altruism Award and Essence of Style Award – Sasha Henry</li><li>Photogenic Award – Umeko Chin</li><li>Best in Evening Gown Award – Iana Tickle Garcia</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Tickle Garcia won a prize package, including JA$300,000 in cash.&nbsp; She will represent Jamaica at the Miss Universe pageant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>See our gallery of the evening\'s proceedings: </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6816,6818,6819]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-jamaica-universe-iana-2-1024x753.jpg\" alt=\"\" data-id=\"6816\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/miss-jamaica-universe-iana-2/\" class=\"wp-image-6816\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana19-1024x683.jpg\" alt=\"\" data-id=\"6818\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/miss-universe-jamaica-iana19/\" class=\"wp-image-6818\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana-evening-gown-683x1024.jpg\" alt=\"\" data-id=\"6819\" data-link=\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/miss-universe-jamaica-iana-evening-gown/\" class=\"wp-image-6819\" /></figure></li></ul>\n<!-- /wp:gallery -->','Miss Universe Jamaica wants to tackle issues facing youth','','inherit','closed','closed','','6793-autosave-v1','','','2019-09-01 12:14:10','2019-09-01 17:14:10','',6793,'https://buzz-caribbean.com/article/6793-autosave-v1/',0,'revision','',0),(6860,21,'2019-09-01 12:51:36','2019-09-01 17:51:36','<!-- wp:paragraph -->\n<p>Just recently Jamaica welcomed the first African American\nfemale Archbishop for a visit to this beautiful island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6863} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/First-African-American-Archbishop.jpg\" alt=\"\" class=\"wp-image-6863\" /><figcaption> Archbishop Mary Floyd Palmer </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Archbishop Mary Floyd Palmer was recently ordained as the archbishop for the Philadelphia Council of Clergy and created history when she became the first African American woman to hold such a post in the United States of America. She took over from her uncle Archbishop Anthony Floyd, Sr., who retired after 25 years of service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6861} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Archbishop-Receives-Token-Jamaica-1024x916.jpg\" alt=\"\" class=\"wp-image-6861\" /><figcaption>Archbishop Palmer (right) is greeted by Jamaica Tourist Board (JTB) regional director of tourism Odette Dyer at the Sangster International Airport in Montego Bay and provided with a token of welcome.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The archbishop came on the invitation of a local Justice of the Peace who heard her of the Archbishop\'s story from her godchild. This is Archbishop Floyd Palmer\'s first trip, not only to Jamaica but the Caribbean as a whole.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6866} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Archbishop-Visits-Jamaica-1024x947.jpg\" alt=\"\" class=\"wp-image-6866\" /><figcaption>Archbishop Mary Floyd Palmer (left) having a chat with Jamaica Tourist Board (JTB) regional director of tourism Odette Dyer.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She was greeted at the airport by Regional Director of\nTourism at the Jamaica Tourist Board, Odette Dyer, who warmly received her and\ngave her a bag of goodies to include a book on sprint legend Usain Bolt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The archbishop was then whisked away and she was able to travel the island and see various notable sites. During her stay, she met with several persons including members of the Lay Magistrates Association of St James. She also took the opportunity to speak to people and encourage them.</p>\n<!-- /wp:paragraph -->','First African American female Archbishop in the US visits Jamaica','','publish','open','closed','','first-african-american-female-archbishop-in-the-us-visits-jamaica','','','2019-09-01 12:54:41','2019-09-01 17:54:41','',0,'https://buzz-caribbean.com/?p=6860',0,'post','',0),(6861,11,'2019-09-01 12:34:18','2019-09-01 17:34:18','','Archbishop-Receives-Token-Jamaica','','inherit','open','closed','','archbishop-receives-token-jamaica','','','2019-09-01 12:34:18','2019-09-01 17:34:18','',6860,'https://buzz-caribbean.com/app/uploads/2019/09/Archbishop-Receives-Token-Jamaica.jpg',0,'attachment','image/jpeg',0),(6862,4,'2019-09-01 12:34:37','2019-09-01 17:34:37','','portmore-unite-and-uwi','','inherit','open','closed','','portmore-unite-and-uwi','','','2019-09-01 12:34:37','2019-09-01 17:34:37','',6857,'https://buzz-caribbean.com/app/uploads/2019/09/portmore-unite-and-uwi.jpg',0,'attachment','image/jpeg',0),(6863,11,'2019-09-01 12:36:08','2019-09-01 17:36:08','','First-African-American-Archbishop','','inherit','open','closed','','first-african-american-archbishop','','','2019-09-01 12:36:08','2019-09-01 17:36:08','',6860,'https://buzz-caribbean.com/app/uploads/2019/09/First-African-American-Archbishop.jpg',0,'attachment','image/jpeg',0),(6864,4,'2019-09-01 12:38:02','2019-09-01 17:38:02','','portmore-united-uwi','','inherit','open','closed','','portmore-united-uwi','','','2019-09-01 12:38:02','2019-09-01 17:38:02','',6857,'https://buzz-caribbean.com/app/uploads/2019/09/portmore-united-uwi.jpg',0,'attachment','image/jpeg',0),(6865,4,'2019-09-01 12:38:19','2019-09-01 17:38:19','<!-- wp:image {\"id\":6862} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/portmore-unite-and-uwi-1024x683.jpg\" alt=\"\" class=\"wp-image-6862\" /><figcaption>A Portmore United player (in white) challenges his UWI opponent during a Red Stripe Premier League game last season.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Red Stripe Premier League (RSPL) kicks off on Sunday with four matches.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Five-time champions Arnett Gardens will open their account against Humble Lion in an interesting affair at the Anthony Spaulding Sports Complex at 7:00 pm. The other matches on Sunday will be UWI vs Tivoli Gardens at Mona Bowl at 3:30 pm; Mount Pleasant vs Harbour View at Drax Hall at 4:00 p; and Cavalier vs Dunbeholden at Stadium East at 5:00 pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last season\'s finalists Waterhouse were scheduled to play newcomers Vere United at Drewsland but the match was postponed to allow Waterhouse\'s players rest, after their CONCACAF League match on Thursday (Aug 29) against CS Herediano of Costa Rica, which they won 7-6 on penalties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6864} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/portmore-united-uwi-1024x683.jpg\" alt=\"\" class=\"wp-image-6864\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The other match in the first set of games will be played on Monday, with defending champions Portmore United playing the other newcomers to the league, Molynes United at the Anthony Spaulding Sports Complex at 8:30 pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The league will stretch to May next year with 210 matches. It starts with all 12 teams playing each other in three rounds with the top six teams advancing to the next round.</p>\n<!-- /wp:paragraph -->','Red Stripe Premier League begins Sunday','','inherit','closed','closed','','6857-revision-v1','','','2019-09-01 12:38:19','2019-09-01 17:38:19','',6857,'https://buzz-caribbean.com/article/6857-revision-v1/',0,'revision','',0),(6866,11,'2019-09-01 12:45:23','2019-09-01 17:45:23','','Archbishop-Visits-Jamaica','','inherit','open','closed','','archbishop-visits-jamaica','','','2019-09-01 12:45:23','2019-09-01 17:45:23','',6860,'https://buzz-caribbean.com/app/uploads/2019/09/Archbishop-Visits-Jamaica.jpg',0,'attachment','image/jpeg',0),(6867,11,'2019-09-01 12:51:36','2019-09-01 17:51:36','<!-- wp:paragraph -->\n<p>Just recently Jamaica welcomed the first African American\nfemale Archbishop for a visit to this beautiful island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6863} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/First-African-American-Archbishop.jpg\" alt=\"\" class=\"wp-image-6863\" /><figcaption> Archbishop Mary Floyd Palmer </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Archbishop Mary Floyd Palmer was recently ordained as the archbishop for the Philadelphia Council of Clergy and created history when she became the first African American woman to hold such a post in the United States of America. She took over from her uncle Archbishop Anthony Floyd, Sr., who retired after 25 years of service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6861} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Archbishop-Receives-Token-Jamaica-1024x916.jpg\" alt=\"\" class=\"wp-image-6861\" /><figcaption>Archbishop Palmer (right) is greeted by Jamaica Tourist Board (JTB) regional director of tourism Odette Dyer at the Sangster International Airport in Montego Bay and provided with a token of welcome.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The archbishop came on the invitation of a local Justice of the Peace who heard her of the Archbishop\'s story from her godchild. This is Archbishop Floyd Palmer\'s first trip, not only to Jamaica but the Caribbean as a whole.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6866} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Archbishop-Visits-Jamaica-1024x947.jpg\" alt=\"\" class=\"wp-image-6866\" /><figcaption>Archbishop Mary Floyd Palmer (left) having a chat with Jamaica Tourist Board (JTB) regional director of tourism Odette Dyer.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She was greeted at the airport by Regional Director of\nTourism at the Jamaica Tourist Board, Odette Dyer, who warmly received her and\ngave her a bag of goodies to include a book on sprint legend Usain Bolt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The archbishop was then whisked away and she was able to travel the island and see various notable sites. During her stay, she met with several persons including members of the Lay Magistrates Association of St James. She also took the opportunity to speak to people and encourage them.</p>\n<!-- /wp:paragraph -->','First African American female Archbishop in the US visits Jamaica','','inherit','closed','closed','','6860-revision-v1','','','2019-09-01 12:51:36','2019-09-01 17:51:36','',6860,'https://buzz-caribbean.com/article/6860-revision-v1/',0,'revision','',0),(6868,23,'2019-09-01 13:18:07','2019-09-01 18:18:07','<!-- wp:paragraph -->\n<p>Prime Minister Andrew Holness has described the late former Deputy Prime Minister Dr. Kenneth Baugh as a statesman with dignity and integrity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In paying tribute to Baugh, who died Sunday morning at 10:05 am, Holness said he lived a political life that transcended the political divide, as he was respected by all.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ken-baugh-1.jpg\" alt=\"\" class=\"wp-image-6873\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"Ken Baugh exemplified dignity and integrity throughout his political life. Ken was universally respected. Both sides of the political divide held him in high esteem and the public could rely on him as balanced and reasoned.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"He was truly a statesman. He will be sadly missed\"</p><cite>— Prime Minister Andrew Holness</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"His conduct and posture gave him a stature elevated above politics. He was truly a statesman. He will be sadly missed,\" the prime minister added</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Baugh was a longstanding member of the Jamaica Labour Party (JLP) and also served as Opposition Leader, Foreign Minister and Health Minister. He was Member of Parliament for the West Central St Catherine constituency. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Baugh was ill for some time prior to his passing. He underwent brain surgery in 2015 and bowed and opted out of representational politics for private life. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Baugh and his wife, Vilma, got baptised that same year at the Kingston City Church of Christ.</p>\n<!-- /wp:paragraph -->','Prime Minister says Dr Ken Baugh was a man of integrity','','publish','open','closed','','prime-minister-says-dr-ken-baugh-was-a-man-of-integrity','','','2019-09-02 10:46:56','2019-09-02 15:46:56','',0,'https://buzz-caribbean.com/?p=6868',0,'post','',0),(6869,21,'2019-09-01 13:19:14','2019-09-01 18:19:14','<!-- wp:paragraph -->\n<p>By 2020 Jamaican black castor oil and it\'s bi-products are expected to be generating over 1.8 billion United States dollars in sales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is news coming from the Jamaica Castor Industry Association. A study commissioned by the Jamaica Promotions Corporation (JAMPRO)  looking at the potential of castor indicated that it was a viable industry and sales worldwide could reach unprecedented heights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6871} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Castor-Oil-Jamaica-807x1024.jpg\" alt=\"Bottle of black castor oil product manufactured in Jamaica\" class=\"wp-image-6871\" /><figcaption>Black castor oil product manufactured in Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican black castor oil has been in huge demand especially in hair care. Jamaican black castor oil is easily differentiated from the other form of castor oil which is almost transparent. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With its growing popularity, the sales are projected to go through the roof and local entities are set to benefit, with support coming from JAMPRO which helps to market the products in the international space.</p>\n<!-- /wp:paragraph -->','Jamaican castor oil industry poised to become a billion-dollar industry','','publish','open','closed','','jamaican-castor-oil-industry-poised-to-become-a-billion-dollar-industry','','','2019-09-01 13:19:15','2019-09-01 18:19:15','',0,'https://buzz-caribbean.com/?p=6869',0,'post','',0),(6870,4,'2019-09-01 12:56:47','2019-09-01 17:56:47','<!-- wp:paragraph -->\n<p>Prime Minister Andrew Holness has described the late former Deputy Prime Minister Dr Kenneth Baugh as a statesman with dignity and integrity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In paying tribute to Baugh, who died Sunday morning at 10:05 am, Holness said he lived a political life that transcends the political divide as he was respected by all.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Baugh was a longstanding member of the Jamaica Labour Party (JLP) and also served as Opposition Leader, Foreign Minister and Health Minister. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Holness, Baugh\'s political opponent also held him in high esteem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>Baugh was also a longstanding Member of Parliament for West Central St Catherine, which Health Minister Dr Christopher Tufton now serves.<br>In the voice message, Holness said, \"it is with great sadness that we learnt of the passing of Ken Baugh at 10:05 this morning. Ken Baugh exemplified dignity and integrity throughout his political life. Ken was universally respected.<br>\"Both sides of the political divide held him in high esteem and the public could rely on him as balanced and reasoned. His conduct and posture gave him a stature elevated above politics. He was truly a statesman. He will be sadly missed.\"</p>\n<!-- /wp:paragraph -->','Prime minister says Dr Ken Baugh was a man of integrity','','inherit','closed','closed','','6868-revision-v1','','','2019-09-01 12:56:47','2019-09-01 17:56:47','',6868,'https://buzz-caribbean.com/article/6868-revision-v1/',0,'revision','',0),(6871,11,'2019-09-01 12:56:54','2019-09-01 17:56:54','','Castor-Oil-Jamaica','','inherit','open','closed','','castor-oil-jamaica','','','2019-09-01 12:56:54','2019-09-01 17:56:54','',6869,'https://buzz-caribbean.com/app/uploads/2019/09/Castor-Oil-Jamaica.jpg',0,'attachment','image/jpeg',0),(6872,4,'2019-09-01 13:13:52','2019-09-01 18:13:52','<!-- wp:paragraph -->\n<p>Prime Minister Andrew Holness has described the late former Deputy Prime Minister Dr Kenneth Baugh as a statesman with dignity and integrity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In paying tribute to Baugh, who died Sunday morning at 10:05 am, Holness said he lived a political life that transcended the political divide, as he was respected by all.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Ken Baugh exemplified dignity and integrity throughout his political life. Ken was universally respected. Both sides of the political divide held him in high esteem and the public could rely on him as balanced and reasoned.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"His conduct and posture gave him a stature elevated above politics. He was truly a statesman. He will be sadly missed,\" the prime minister added</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Baugh was a longstanding member of the Jamaica Labour Party (JLP) and also served as Opposition Leader, Foreign Minister and Health Minister. He was Member of Parliament for the West Central St Catherine constituency. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Baugh struggled was ill for some time prior to his passing. He underwent brain surgery in 2015 and bowed and opted out of representational politics for private life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He reportedly got baptized </p>\n<!-- /wp:paragraph -->','Prime minister says Dr Ken Baugh was a man of integrity','','inherit','closed','closed','','6868-revision-v1','','','2019-09-01 13:13:52','2019-09-01 18:13:52','',6868,'https://buzz-caribbean.com/article/6868-revision-v1/',0,'revision','',0),(6873,4,'2019-09-01 13:15:36','2019-09-01 18:15:36','','ken-baugh-1','','inherit','open','closed','','ken-baugh-1','','','2019-09-01 13:15:36','2019-09-01 18:15:36','',6868,'https://buzz-caribbean.com/app/uploads/2019/09/ken-baugh-1.jpg',0,'attachment','image/jpeg',0),(6874,4,'2019-09-01 13:15:49','2019-09-01 18:15:49','<!-- wp:paragraph -->\n<p>Prime Minister Andrew Holness has described the late former Deputy Prime Minister Dr Kenneth Baugh as a statesman with dignity and integrity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In paying tribute to Baugh, who died Sunday morning at 10:05 am, Holness said he lived a political life that transcended the political divide, as he was respected by all.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ken-baugh-1.jpg\" alt=\"\" class=\"wp-image-6873\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>He was truly a statesman. He will be sadly missed</p><cite>— Prime Minister Andrew Holnes</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"Ken Baugh exemplified dignity and integrity throughout his political life. Ken was universally respected. Both sides of the political divide held him in high esteem and the public could rely on him as balanced and reasoned.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"His conduct and posture gave him a stature elevated above politics. He was truly a statesman. He will be sadly missed,\" the prime minister added</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Baugh was a longstanding member of the Jamaica Labour Party (JLP) and also served as Opposition Leader, Foreign Minister and Health Minister. He was Member of Parliament for the West Central St Catherine constituency. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Baugh struggled was ill for some time prior to his passing. He underwent brain surgery in 2015 and bowed and opted out of representational politics for private life. Baugh and his wife, Vilma, got baptised that same year at the Kingston City Church of Christ.</p>\n<!-- /wp:paragraph -->','Prime minister says Dr Ken Baugh was a man of integrity','','inherit','closed','closed','','6868-revision-v1','','','2019-09-01 13:15:49','2019-09-01 18:15:49','',6868,'https://buzz-caribbean.com/article/6868-revision-v1/',0,'revision','',0),(6875,4,'2019-09-01 13:18:07','2019-09-01 18:18:07','<!-- wp:paragraph -->\n<p>Prime Minister Andrew Holness has described the late former Deputy Prime Minister Dr Kenneth Baugh as a statesman with dignity and integrity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In paying tribute to Baugh, who died Sunday morning at 10:05 am, Holness said he lived a political life that transcended the political divide, as he was respected by all.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ken-baugh-1.jpg\" alt=\"\" class=\"wp-image-6873\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"Ken Baugh exemplified dignity and integrity throughout his political life. Ken was universally respected. Both sides of the political divide held him in high esteem and the public could rely on him as balanced and reasoned.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>He was truly a statesman. He will be sadly missed</p><cite>— Prime Minister Andrew Holnes</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"His conduct and posture gave him a stature elevated above politics. He was truly a statesman. He will be sadly missed,\" the prime minister added</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Baugh was a longstanding member of the Jamaica Labour Party (JLP) and also served as Opposition Leader, Foreign Minister and Health Minister. He was Member of Parliament for the West Central St Catherine constituency. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Baugh struggled was ill for some time prior to his passing. He underwent brain surgery in 2015 and bowed and opted out of representational politics for private life. Baugh and his wife, Vilma, got baptised that same year at the Kingston City Church of Christ.</p>\n<!-- /wp:paragraph -->','Prime minister says Dr Ken Baugh was a man of integrity','','inherit','closed','closed','','6868-revision-v1','','','2019-09-01 13:18:07','2019-09-01 18:18:07','',6868,'https://buzz-caribbean.com/article/6868-revision-v1/',0,'revision','',0),(6876,11,'2019-09-01 13:19:14','2019-09-01 18:19:14','<!-- wp:paragraph -->\n<p>By 2020 Jamaican black castor oil and it\'s bi-products are expected to be generating over 1.8 billion United States dollars in sales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is news coming from the Jamaica Castor Industry Association. A study commissioned by the Jamaica Promotions Corporation (JAMPRO)  looking at the potential of castor indicated that it was a viable industry and sales worldwide could reach unprecedented heights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6871} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Castor-Oil-Jamaica-807x1024.jpg\" alt=\"Bottle of black castor oil product manufactured in Jamaica\" class=\"wp-image-6871\" /><figcaption>Black castor oil product manufactured in Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican black castor oil has been in huge demand especially in hair care. Jamaican black castor oil is easily differentiated from the other form of castor oil which is almost transparent. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With its growing popularity, the sales are projected to go through the roof and local entities are set to benefit, with support coming from JAMPRO which helps to market the products in the international space.</p>\n<!-- /wp:paragraph -->','Jamaican castor oil industry poised to become a billion-dollar industry','','inherit','closed','closed','','6869-revision-v1','','','2019-09-01 13:19:14','2019-09-01 18:19:14','',6869,'https://buzz-caribbean.com/article/6869-revision-v1/',0,'revision','',0),(6878,11,'2019-09-01 13:41:46','2019-09-01 18:41:46','<!-- wp:paragraph -->\n<p>Hurricane Dorian, with current wind speeds of up to 180 miles per hour, has struck the Abacos Islands of the Bahamas this morning, creating catastrophic conditions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The hurricane which is being recorded as the strongest in modern history for the Bahamas has begun to create devastating conditions. Reports coming in from the Abacos Islands are that the low-lying areas of Green Turtle Cay, home to approximately 500 people, have been flooded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/SurfnWeatherman/status/1168201096927612928\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/SurfnWeatherman/status/1168201096927612928\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>According to the National Hurricane Centre, Dorian was tied for the fourth-strongest winds in the Atlantic since 1950, when record-keeping began to improve.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to The Guardian, minister of state for Grand Bahama is quoted as saying, \" Please, please heed the warning. We have no more time available.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite this, however, officials are reporting that dozens were ignoring evacuation orders.</p>\n<!-- /wp:paragraph -->','Hurricane Dorian causing devastation in the Bahamas','','publish','open','closed','','hurricane-dorian-causing-devastation-in-the-bahamas','','','2019-09-02 10:58:21','2019-09-02 15:58:21','',0,'https://buzz-caribbean.com/?p=6878',0,'post','',0),(6879,11,'2019-09-01 13:34:28','2019-09-01 18:34:28','<iframe title=\"Views of Hurricane Dorian from the International Space Station - September 1, 2019\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/_BTd40ed3sg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','9580bda389fa38f84f53fcb2fcbcef80','','','2019-09-01 13:34:28','2019-09-01 18:34:28','',0,'https://buzz-caribbean.com/article/9580bda389fa38f84f53fcb2fcbcef80/',0,'oembed_cache','',0),(6880,11,'2019-09-01 13:38:53','2019-09-01 18:38:53','wpmf_remote_video','Views Of Hurricane Dorian From The International Space Station September 1 2019','https://www.youtube.com/watch?v=_BTd40ed3sg&amp;feature=youtu.be','inherit','open','closed','','views-of-hurricane-dorian-from-the-international-space-station-september-1-2019','','','2019-09-01 13:38:53','2019-09-01 18:38:53','',0,'https://buzz-caribbean.com/app/uploads/views-of-hurricane-dorian-from-the-international-space-station-september-1-2019.jpg',0,'attachment','image/jpeg',0),(6881,11,'2019-09-01 13:41:46','2019-09-01 18:41:46','<!-- wp:paragraph -->\n<p>Hurricane Dorian, with current wind speeds of up to 180 miles per hour, has struck the Abacos Islands of the Bahamas this morning, creating catastrophic conditions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The hurricane which is being recorded as the strongest in modern history for the Bahamas has begun to create devastating conditions. Reports coming in from the Abacos Islands are that the low-lying areas of Green Turtle Cay, home to approximately 500 people, have been flooded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=_BTd40ed3sg\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=_BTd40ed3sg&amp;feature=youtu.be\n</div><figcaption>View of Hurricane Dorian from the </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>According to the National Hurricane Centre, Dorian was tied for the fourth-strongest winds in the Atlantic since 1950, when record-keeping began to improve.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to The Guardian, minister of state for Grand Bahama is quoted as saying, \" Please, please heed the warning. We have no more time available.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite this, however, officials are reporting that dozens were ignoring evacuation orders.</p>\n<!-- /wp:paragraph -->','Hurricane Dorian causing devastation in the Bahamas','','inherit','closed','closed','','6878-revision-v1','','','2019-09-01 13:41:46','2019-09-01 18:41:46','',6878,'https://buzz-caribbean.com/article/6878-revision-v1/',0,'revision','',0),(6883,11,'2019-09-01 13:43:02','2019-09-01 18:43:02','','Hurricane Dorian Update Bahamas','','inherit','open','closed','','hurricane-dorian-update-bahamas','','','2019-09-01 13:43:02','2019-09-01 18:43:02','',6878,'https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Dorian-Update-Bahamas.jpg',0,'attachment','image/jpeg',0),(6884,11,'2019-09-01 13:48:52','2019-09-01 18:48:52','<!-- wp:paragraph -->\n<p>Hurricane Dorian, with current wind speeds of up to 180 miles per hour, has struck the Abacos Islands of the Bahamas this morning, creating catastrophic conditions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The hurricane which is being recorded as the strongest in modern history for the Bahamas has begun to create devastating conditions. Reports coming in from the Abacos Islands are that the low-lying areas of Green Turtle Cay, home to approximately 500 people, have been flooded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/SurfnWeatherman/status/1168201096927612928\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/SurfnWeatherman/status/1168201096927612928\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>According to the National Hurricane Centre, Dorian was tied for the fourth-strongest winds in the Atlantic since 1950, when record-keeping began to improve.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to The Guardian, minister of state for Grand Bahama is quoted as saying, \" Please, please heed the warning. We have no more time available.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite this, however, officials are reporting that dozens were ignoring evacuation orders.</p>\n<!-- /wp:paragraph -->','Hurricane Dorian causing devastation in the Bahamas','','inherit','closed','closed','','6878-revision-v1','','','2019-09-01 13:48:52','2019-09-01 18:48:52','',6878,'https://buzz-caribbean.com/article/6878-revision-v1/',0,'revision','',0),(6885,11,'2019-09-01 13:48:52','2019-09-01 18:48:52','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Wow! New video coming in out of the <a href=\"https://twitter.com/hashtag/Bahamas?src=hash&amp;ref_src=twsrc%5Etfw\">#Bahamas</a>. The surge from <a href=\"https://twitter.com/hashtag/HurricaneDorian?src=hash&amp;ref_src=twsrc%5Etfw\">#HurricaneDorian</a>  is putting the whole town of New Plymouth on Green Turtle Cay, Abaco underwater ? video by Chamon McIntosh <a href=\"https://twitter.com/hashtag/dorian?src=hash&amp;ref_src=twsrc%5Etfw\">#dorian</a> <a href=\"https://twitter.com/hashtag/hirricane?src=hash&amp;ref_src=twsrc%5Etfw\">#hirricane</a> <a href=\"https://twitter.com/hashtag/Dorian2019?src=hash&amp;ref_src=twsrc%5Etfw\">#Dorian2019</a> <a href=\"https://t.co/jHBDNPK5ny\">pic.twitter.com/jHBDNPK5ny</a></p>&mdash; James Wieland (@SurfnWeatherman) <a href=\"https://twitter.com/SurfnWeatherman/status/1168201096927612928?ref_src=twsrc%5Etfw\">September 1, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','ccb63b936e8be6e4cb71c59ff6851ba7','','','2019-09-01 13:48:52','2019-09-01 18:48:52','',0,'https://buzz-caribbean.com/article/ccb63b936e8be6e4cb71c59ff6851ba7/',0,'oembed_cache','',0),(6886,21,'2019-09-01 14:18:36','2019-09-01 19:18:36','<!-- wp:paragraph -->\n<p>Minister of Health and Wellness, Dr. the Hon. Christopher Tufton announced that 552 schools have been inspected and fogged ahead of the start of the new academic year in September by the Ministry of Health and Wellness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6887} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Schools-Fogged-Minister-Tufton-1024x683.jpg\" alt=\"\" class=\"wp-image-6887\" /><figcaption> Minister of Health and Wellness, Dr. the Hon. Christopher Tufton (right), addresses journalists at the Ministry’s Quarterly Press Briefing, held on Tuesday (August 27), at the Ministry’s head office in New Kingston. With the Minister is Permanent Secretary in the Ministry, Dunston Bryan.   </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> “That process is ongoing and will continue through the first few weeks of school to ensure that our children are protected in that environment,” Dr Tufton said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One major goal from conducting these inspections and fogging is to ensure schools are prepared to accommodate students and not let them become infected by the dengue virus through the breeding of the Aedes aegypti mosquitoes on school compounds across the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“That process is ongoing and will continue through the first few weeks of school\"</p><cite> Minister of Health and Wellness, Dr. the Hon. Christopher Tufton  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He said representatives from the Ministry have also examined water catchment facilities at the schools, observed their solid waste facilities, made recommendations where necessary and cited if schools are in breach of any rules.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6888} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Schools-Fogged-Health-Ministry-1024x683.jpg\" alt=\"\" class=\"wp-image-6888\" /><figcaption>Minister of Health and Wellness, Dr. the Hon. Christopher Tufton (centre), speaks to Permanent Secretary in the Ministry, Dunston Bryan and Chief Medical Officer, Dr. Jacquiline Bisasor-McKenzie, at the Ministry’s Quarterly Press Briefing, on Tuesday (August 27), at the Ministry’s head office in New Kingston.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Additionally, in an effort to eliminate the spread of the dengue virus across the island, the Ministry of Health, through the National Health Fund (NHF), will be <a href=\"https://buzz-caribbean.com/article/130-million-allocated-to-clear-mosquito-breeding-sites/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">spending $130 million </a>on activities geared towards clearing breeding sites of the Aedes aegypti mosquitoes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For this initiative, the Ministry will be\ncollaborating with the National Solid Waste Management Authority (NSWMA) and\nthe Parish Councils, through the Local Government Ministry.</p>\n<!-- /wp:paragraph -->','552 schools inspected and fogged','','publish','open','closed','','552-schools-inspected-and-fogged','','','2019-09-01 14:18:37','2019-09-01 19:18:37','',0,'https://buzz-caribbean.com/?p=6886',0,'post','',0),(6887,11,'2019-09-01 14:11:44','2019-09-01 19:11:44','','Schools-Fogged-Minister-Tufton','','inherit','open','closed','','schools-fogged-minister-tufton','','','2019-09-01 14:11:44','2019-09-01 19:11:44','',6886,'https://buzz-caribbean.com/app/uploads/2019/09/Schools-Fogged-Minister-Tufton.jpg',0,'attachment','image/jpeg',0),(6888,11,'2019-09-01 14:12:56','2019-09-01 19:12:56','','Schools-Fogged-Health-Ministry','','inherit','open','closed','','schools-fogged-health-ministry','','','2019-09-01 14:12:56','2019-09-01 19:12:56','',6886,'https://buzz-caribbean.com/app/uploads/2019/09/Schools-Fogged-Health-Ministry.jpg',0,'attachment','image/jpeg',0),(6889,11,'2019-09-01 14:17:31','2019-09-01 19:17:31','<!-- wp:paragraph -->\n<p>Minister of Health and Wellness, Dr. the Hon. Christopher Tufton announced that 552 schools have been inspected and fogged ahead of the start of the new academic year in September by the Ministry of Health and Wellness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6887} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Schools-Fogged-Minister-Tufton-1024x683.jpg\" alt=\"\" class=\"wp-image-6887\" /><figcaption> Minister of Health and Wellness, Dr. the Hon. Christopher Tufton (right), addresses journalists at the Ministry’s Quarterly Press Briefing, held on Tuesday (August 27), at the Ministry’s head office in New Kingston. With the Minister is Permanent Secretary in the Ministry, Dunston Bryan.   </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> “That process is ongoing and will continue through the first few weeks of school to ensure that our children are protected in that environment,” Dr Tufton said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One major goal from conducting these inspections and fogging is to ensure schools are prepared to accommodate students and not let them become infected by the dengue virus through the breeding of the Aedes aegypti mosquitoes on school compounds across the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“That process is ongoing and will continue through the first few weeks of school\"</p><cite> Minister of Health and Wellness, Dr. the Hon. Christopher Tufton  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He said representatives from the Ministry have also examined water catchment facilities at the schools, observed their solid waste facilities, made recommendations where necessary and cited if schools are in breach of any rules.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6888} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Schools-Fogged-Health-Ministry-1024x683.jpg\" alt=\"\" class=\"wp-image-6888\" /><figcaption>Minister of Health and Wellness, Dr. the Hon. Christopher Tufton (centre), speaks to Permanent Secretary in the Ministry, Dunston Bryan and Chief Medical Officer, Dr. Jacquiline Bisasor-McKenzie, at the Ministry’s Quarterly Press Briefing, on Tuesday (August 27), at the Ministry’s head office in New Kingston.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Additionally, in an effort to eliminate the spread of the dengue virus across the island, the Ministry of Health, through the National Health Fund (NHF), will be <a href=\"https://buzz-caribbean.com/article/130-million-allocated-to-clear-mosquito-breeding-sites/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">spending $130 million </a>on activities geared towards clearing breeding sites of the Aedes aegypti mosquitoes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For this initiative, the Ministry will be\ncollaborating with the National Solid Waste Management Authority (NSWMA) and\nthe Parish Councils, through the Local Government Ministry.</p>\n<!-- /wp:paragraph -->','552 schools inspected and fogged','','inherit','closed','closed','','6886-revision-v1','','','2019-09-01 14:17:31','2019-09-01 19:17:31','',6886,'https://buzz-caribbean.com/article/6886-revision-v1/',0,'revision','',0),(6890,21,'2019-09-01 14:42:04','2019-09-01 19:42:04','<!-- wp:paragraph -->\n<p>Finding someone and getting married is the easy part. Keeping that marriage going year after year, after year, is the hard part. However, doing so is not impossible if both parties are willing to work together at it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following the\nguidelines below can help any and every marriage move from stagnant and just\ncoping into something exemplary and begrudged by others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4322} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dating-african-lady-close-up-couple-1667847-1024x683.jpg\" alt=\"\" class=\"wp-image-4322\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>1. Let the past be the past, but...</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Whatever lives you both lived in the past, especially before meeting your partner, let it remain in the past. Remember you both had lives before you met. However, if here are things from your past that can and will affect your marriage these MUST be discussed, preferably prior to saying “I do”. If you did not discuss this for one reason or another ensure you do so as soon as possible and certainly before your spouse finds out. This include having an outside child, having a long term shared loan with an ex, having a mortgage or cosigning for your ex\'s home, car, etc. Having your wife or husband find these very important details out on their own will automatically kill the trust between the two of you no matter what the reasons for not disclosing are.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>2. Adjust your Facebook profile to say Married - not single or complicated</strong></h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If this is not done you are only leaving yourself open to advances from just about anyone and who knows… you may forget your status and encourage a fling or two!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6891} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/FACEBOOK-relationship-status-marriage.jpg\" alt=\"\" class=\"wp-image-6891\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>3. If stepchildren are involved.</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If stepchildren are involved ensure that all the plans you make with their biological mom or dad are discussed with your partner to eliminate any doubt. If you are meeting your child’s mother/father either take your spouse along or explain in detail the reason for such a meeting. If this is not done it can result in serious suspicions, which again can lead to mistrust and disaster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>4. Stick to the plan.</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you have made plans together to do something that will affect the family, for example deciding on the type of vehicle you will purchase, stick with the plan. If you return with a Ford station wagon rather than a Lexus sedan, your partner will believe you do not value their opinion. If you have reasons to change your mind even while at the dealership, call your partner and let him/her in on the decision while asking their opinion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6892} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Couple-agree-marriage.jpg\" alt=\"\" class=\"wp-image-6892\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>5. Don’t be friends with your ex.&nbsp;</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If it makes your spouse uncomfortable, don’t be friends with your exes. It is important to remember who you are married to and why your exes are just that – exes. No one else should be placed above your partner, especially if he /she has legitimate reasons to question your relationship with your ex.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>6. Discuss important matters.</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Important plans like finances and how both your money should be spent must be discussed with each other. A number of marriages have fallen apart because of selfish greed and one or both persons deciding to do what they wanted to do with ‘my money’ rather than agreeing together. If you are supporting an outside child, every cent given to that child’s parent must be discussed with your partner.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6893} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Finances-marriage.jpg\" alt=\"\" class=\"wp-image-6893\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>7. Leave no room for suspicions.</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Suspicions can kill a marriage. This is especially true if your relationship is recovering from cheating or lies. Therefore, you must ensure that you are transparent with your partner at ALL times. Example, never have secret discussions on your cell phones. Always ensure that your tone is loud enough for your partner to hear your end of the conversation. Answering in one syllable does not help! Also, do not under any circumstances lock yourself away in the bathroom with your cell phone, even if it is your comfort to browse the internet while doing number 2. Your partner may not believe your explanation. Trust must be reestablished first and foremost.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>8. Be transparent</strong>.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If your ex texts or calls, be transparent with your spouse. Tell or show your spouse what the discussion was about. This will help to rebuild lost trust.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6894} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/hide-text-messages-marriage.jpg\" alt=\"\" class=\"wp-image-6894\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>9. Do everything together.</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Let the world see you as a couple. So go out together lots! Post pictures of both of you on your Facebook page. Spend time to comment on a few of his/her pictures. Watch movies together, play together lots, etc. This will not only pull the two of you closer but will make cheating or the temptation to do so less likely.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>10. Place no one else above your partner.</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Remember marriage is about ‘forsaking all else’. Let your partner feel that you have their back at all times and in all situations – no matter what.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":108} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/black-couple-happy.jpg\" alt=\"\" class=\"wp-image-108\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>11.&nbsp;&nbsp;Do not cheat.</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you cheated and your partner decides to forgive and continue with you, you have to be open and honest at all times in order to rebuild broken trust and a damaged relationship. Do not make the same mistake twice. There may not be any coming back.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <em>The opinions expressed in this article are those of the author. They do not purport to reflect the opinions or views of BUZZ or its employees. </em></p>\n<!-- /wp:paragraph -->','Making your new marriage work','','publish','open','closed','','making-your-new-marriage-work','','','2019-09-01 14:43:39','2019-09-01 19:43:39','',0,'https://buzz-caribbean.com/?p=6890',0,'post','',0),(6891,11,'2019-09-01 14:31:39','2019-09-01 19:31:39','','FACEBOOK-relationship-status-marriage','','inherit','open','closed','','facebook-relationship-status-marriage','','','2019-09-01 14:31:39','2019-09-01 19:31:39','',6890,'https://buzz-caribbean.com/app/uploads/2019/09/FACEBOOK-relationship-status-marriage.jpg',0,'attachment','image/jpeg',0),(6892,11,'2019-09-01 14:32:34','2019-09-01 19:32:34','','Couple-agree-marriage','','inherit','open','closed','','couple-agree-marriage','','','2019-09-01 14:32:34','2019-09-01 19:32:34','',6890,'https://buzz-caribbean.com/app/uploads/2019/09/Couple-agree-marriage.jpg',0,'attachment','image/jpeg',0),(6893,11,'2019-09-01 14:34:26','2019-09-01 19:34:26','','Finances-marriage','','inherit','open','closed','','finances-marriage','','','2019-09-01 14:34:26','2019-09-01 19:34:26','',6890,'https://buzz-caribbean.com/app/uploads/2019/09/Finances-marriage.jpg',0,'attachment','image/jpeg',0),(6894,11,'2019-09-01 14:39:33','2019-09-01 19:39:33','','hide-text-messages-marriage','','inherit','open','closed','','hide-text-messages-marriage','','','2019-09-01 14:39:33','2019-09-01 19:39:33','',6890,'https://buzz-caribbean.com/app/uploads/2019/09/hide-text-messages-marriage.jpg',0,'attachment','image/jpeg',0),(6895,11,'2019-09-01 14:42:04','2019-09-01 19:42:04','<!-- wp:paragraph -->\n<p>Finding someone and getting married is the easy part. Keeping that marriage going year after year, after year, is the hard part. However, doing so is not impossible if both parties are willing to work together at it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following the\nguidelines below can help any and every marriage move from stagnant and just\ncoping into something exemplary and begrudged by others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4322} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dating-african-lady-close-up-couple-1667847-1024x683.jpg\" alt=\"\" class=\"wp-image-4322\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>1. Let the past be the past, but...</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Whatever lives you both lived in the past, especially before meeting your partner, let it remain in the past. Remember you both had lives before you met. However, if here are things from your past that can and will affect your marriage these MUST be discussed, preferably prior to saying “I do”. If you did not discuss this for one reason or another ensure you do so as soon as possible and certainly before your spouse finds out. This include having an outside child, having a long term shared loan with an ex, having a mortgage or cosigning for your ex\'s home, car, etc. Having your wife or husband find these very important details out on their own will automatically kill the trust between the two of you no matter what the reasons for not disclosing are.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>2. Adjust your Facebook profile to say Married - not single or complicated</strong></h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If this is not done you are only leaving yourself open to advances from just about anyone and who knows… you may forget your status and encourage a fling or two!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6891} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/FACEBOOK-relationship-status-marriage.jpg\" alt=\"\" class=\"wp-image-6891\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>3. If stepchildren are involved.</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If stepchildren are involved ensure that all the plans you make with their biological mom or dad are discussed with your partner to eliminate any doubt. If you are meeting your child’s mother/father either take your spouse along or explain in detail the reason for such a meeting. If this is not done it can result in serious suspicions, which again can lead to mistrust and disaster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>4. Stick to the plan.</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you have made plans together to do something that will affect the family, for example deciding on the type of vehicle you will purchase, stick with the plan. If you return with a Ford station wagon rather than a Lexus sedan, your partner will believe you do not value their opinion. If you have reasons to change your mind even while at the dealership, call your partner and let him/her in on the decision while asking their opinion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6892} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Couple-agree-marriage.jpg\" alt=\"\" class=\"wp-image-6892\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>5. Don’t be friends with your ex. </strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If it makes your spouse uncomfortable, don’t be friends with your exes. It is important to remember who you are married to and why your exes are just that – exes. No one else should be placed above your partner, especially if he /she has legitimate reasons to question your relationship with your ex.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>6. Discuss important matters.</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Important plans like finances and how both your money should be spent must be discussed with each other. A number of marriages have fallen apart because of selfish greed and one or both persons deciding to do what they wanted to do with ‘my money’ rather than agreeing together. If you are supporting an outside child, every cent given to that child’s parent must be discussed with your partner. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6893} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Finances-marriage.jpg\" alt=\"\" class=\"wp-image-6893\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>7. Leave no room for suspicions.</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Suspicions can kill a marriage. This is especially true if your relationship is recovering from cheating or lies. Therefore, you must ensure that you are transparent with your partner at ALL times. Example, never have secret discussions on your cell phones. Always ensure that your tone is loud enough for your partner to hear your end of the conversation. Answering in one syllable does not help! Also, do not under any circumstances lock yourself away in the bathroom with your cell phone, even if it is your comfort to browse the internet while doing number 2. Your partner may not believe your explanation. Trust must be reestablished first and foremost.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>8. Be transparent</strong>.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If your ex texts or calls, be transparent with your spouse. Tell or show your spouse what the discussion was about. This will help to rebuild lost trust.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6894} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/hide-text-messages-marriage.jpg\" alt=\"\" class=\"wp-image-6894\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>9. Do everything together.</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Let the world see you as a couple. So go out together lots! Post pictures of both of you on your Facebook page. Spend time to comment on a few of his/her pictures. Watch movies together, play together lots, etc. This will not only pull the two of you closer but will make cheating or the temptation to do so less likely. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>10. Place no one else above your partner.</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Remember marriage is about ‘forsaking all else’. Let your partner feel that you have their back at all times and in all situations – no matter what.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":108} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/black-couple-happy.jpg\" alt=\"\" class=\"wp-image-108\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>11.  Do not cheat.</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you cheated and your partner decides to forgive and continue with you, you have to be open and honest at all times in order to rebuild broken trust and a damaged relationship. Do not make the same mistake twice. There may not be any coming back.</p>\n<!-- /wp:paragraph -->','Making your new marriage work','','inherit','closed','closed','','6890-revision-v1','','','2019-09-01 14:42:04','2019-09-01 19:42:04','',6890,'https://buzz-caribbean.com/article/6890-revision-v1/',0,'revision','',0),(6896,11,'2019-09-01 14:43:39','2019-09-01 19:43:39','<!-- wp:paragraph -->\n<p>Finding someone and getting married is the easy part. Keeping that marriage going year after year, after year, is the hard part. However, doing so is not impossible if both parties are willing to work together at it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following the\nguidelines below can help any and every marriage move from stagnant and just\ncoping into something exemplary and begrudged by others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4322} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dating-african-lady-close-up-couple-1667847-1024x683.jpg\" alt=\"\" class=\"wp-image-4322\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>1. Let the past be the past, but...</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Whatever lives you both lived in the past, especially before meeting your partner, let it remain in the past. Remember you both had lives before you met. However, if here are things from your past that can and will affect your marriage these MUST be discussed, preferably prior to saying “I do”. If you did not discuss this for one reason or another ensure you do so as soon as possible and certainly before your spouse finds out. This include having an outside child, having a long term shared loan with an ex, having a mortgage or cosigning for your ex\'s home, car, etc. Having your wife or husband find these very important details out on their own will automatically kill the trust between the two of you no matter what the reasons for not disclosing are.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>2. Adjust your Facebook profile to say Married - not single or complicated</strong></h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If this is not done you are only leaving yourself open to advances from just about anyone and who knows… you may forget your status and encourage a fling or two!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6891} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/FACEBOOK-relationship-status-marriage.jpg\" alt=\"\" class=\"wp-image-6891\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>3. If stepchildren are involved.</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If stepchildren are involved ensure that all the plans you make with their biological mom or dad are discussed with your partner to eliminate any doubt. If you are meeting your child’s mother/father either take your spouse along or explain in detail the reason for such a meeting. If this is not done it can result in serious suspicions, which again can lead to mistrust and disaster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>4. Stick to the plan.</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you have made plans together to do something that will affect the family, for example deciding on the type of vehicle you will purchase, stick with the plan. If you return with a Ford station wagon rather than a Lexus sedan, your partner will believe you do not value their opinion. If you have reasons to change your mind even while at the dealership, call your partner and let him/her in on the decision while asking their opinion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6892} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Couple-agree-marriage.jpg\" alt=\"\" class=\"wp-image-6892\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>5. Don’t be friends with your ex.&nbsp;</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If it makes your spouse uncomfortable, don’t be friends with your exes. It is important to remember who you are married to and why your exes are just that – exes. No one else should be placed above your partner, especially if he /she has legitimate reasons to question your relationship with your ex.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>6. Discuss important matters.</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Important plans like finances and how both your money should be spent must be discussed with each other. A number of marriages have fallen apart because of selfish greed and one or both persons deciding to do what they wanted to do with ‘my money’ rather than agreeing together. If you are supporting an outside child, every cent given to that child’s parent must be discussed with your partner.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6893} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Finances-marriage.jpg\" alt=\"\" class=\"wp-image-6893\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>7. Leave no room for suspicions.</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Suspicions can kill a marriage. This is especially true if your relationship is recovering from cheating or lies. Therefore, you must ensure that you are transparent with your partner at ALL times. Example, never have secret discussions on your cell phones. Always ensure that your tone is loud enough for your partner to hear your end of the conversation. Answering in one syllable does not help! Also, do not under any circumstances lock yourself away in the bathroom with your cell phone, even if it is your comfort to browse the internet while doing number 2. Your partner may not believe your explanation. Trust must be reestablished first and foremost.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>8. Be transparent</strong>.  </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If your ex texts or calls, be transparent with your spouse. Tell or show your spouse what the discussion was about. This will help to rebuild lost trust.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6894} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/hide-text-messages-marriage.jpg\" alt=\"\" class=\"wp-image-6894\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>9. Do everything together.</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Let the world see you as a couple. So go out together lots! Post pictures of both of you on your Facebook page. Spend time to comment on a few of his/her pictures. Watch movies together, play together lots, etc. This will not only pull the two of you closer but will make cheating or the temptation to do so less likely.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>10. Place no one else above your partner.</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Remember marriage is about ‘forsaking all else’. Let your partner feel that you have their back at all times and in all situations – no matter what.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":108} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/black-couple-happy.jpg\" alt=\"\" class=\"wp-image-108\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5> <strong>11.&nbsp;&nbsp;Do not cheat.</strong> </h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you cheated and your partner decides to forgive and continue with you, you have to be open and honest at all times in order to rebuild broken trust and a damaged relationship. Do not make the same mistake twice. There may not be any coming back.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <em>The opinions expressed in this article are those of the author. They do not purport to reflect the opinions or views of BUZZ or its employees. </em></p>\n<!-- /wp:paragraph -->','Making your new marriage work','','inherit','closed','closed','','6890-revision-v1','','','2019-09-01 14:43:39','2019-09-01 19:43:39','',6890,'https://buzz-caribbean.com/article/6890-revision-v1/',0,'revision','',0),(6897,21,'2019-09-01 15:00:12','2019-09-01 20:00:12','<!-- wp:paragraph -->\n<p>\n\nKevin Hart has reportedly been involved in a car accident.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 40-year-old actor and comedian was with two other people - one of whom is believed to be the driver - in one of his classic muscle cars on Sunday (Sept. 1), when the vehicle veered off the road and ended up in a ditch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to TMZ, the accident happened just before 1am on the Mulholland Highway in Malibu Hills, when Kevin\'s Plymouth Barracuda veered into a deep gully about 10 feet from the roadside.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6899,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kevin-Hart-Car-Ditch-Crash.jpg\" alt=\"\" class=\"wp-image-6899\" /><figcaption>(Photos: TMZ)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Police have confirmed the vehicle belongs to Kevin, but have told TMZ he was not driving the car at the time of the accident.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The publication also reports two people other than Kevin were removed from the car and taken to hospital for treatment, and one of those people is thought to be the driver.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6900,6902,6903]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Major-Crash-Kevin-Hart-Baracuda.jpg\" alt=\"\" data-id=\"6900\" data-link=\"https://buzz-caribbean.com/?attachment_id=6900\" class=\"wp-image-6900\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kevin-Hart-Plymouth-Baracuda-Crash.jpg\" alt=\"\" data-id=\"6902\" data-link=\"https://buzz-caribbean.com/?attachment_id=6902\" class=\"wp-image-6902\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kevin-Hart-Plymouth-Baracuda.jpg\" alt=\"\" data-id=\"6903\" data-link=\"https://buzz-caribbean.com/?attachment_id=6903\" class=\"wp-image-6903\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>As of the time of writing, Kevin\'s status is unknown, and the accident comes after he was seen on Saturday (31.08.19) posting a video to social media of himself driving the classic car, as someone yelled at him for laying down too much rubber on the street as he spun out his tires.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6904} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kevin-Hart-Crash.jpg\" alt=\"\" class=\"wp-image-6904\" /><figcaption>Kevin Hart</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The \'Night School\' star - who is married to Eniko Parrish and has 21-month-old son Kenzo with her - bought the car back in July as a 40th birthday gift to himself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BzqBmpnFamu/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BzqBmpnFamu/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Kevin - who also has Heaven, 14, and Hendrix, 11, with his ex-wife Torrei Hart - celebrated his milestone birthday on July 6, and held a huge party at Los Angeles\' TAO restaurant, where he partied into the night with celebrity friends including Lebron James, Meek Mill, Nick Cannon, Usher, Evan Ross, Karrueche Tran and Gabrielle Union.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The dinner took place at TOA, before the party moved to nearby The Highlight Room.\n\n</p>\n<!-- /wp:paragraph -->','Kevin Hart involved in car accident','','publish','open','closed','','kevin-hart-involved-in-car-accident','','','2019-09-01 15:02:44','2019-09-01 20:02:44','',0,'https://buzz-caribbean.com/?p=6897',0,'post','',0),(6898,23,'2019-09-01 15:31:50','2019-09-01 20:31:50','<!-- wp:paragraph -->\n<p>India were tightening their grip in the second and final Test against the West Indies at Sabina Park on Sunday (Sept 1) as they reached 73 for four and an overall second-innings lead of 372 runs at tea on the third day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6915} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/India-West-Indies-Test-Cricket-1024x683.jpg\" alt=\"\" class=\"wp-image-6915\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>West Indies started the day on 87 for seven in reply to India\'s mammoth total of 416 runs and added another 30 runs to their overnight total, to be bundled out for 117 in just over an hour of play. This gave India a first-innings lead of 299 runs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6917} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/West-Indies-Test-Cricket-Reply-1024x683.jpg\" alt=\"\" class=\"wp-image-6917\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>India, leading the two-match Test Series 1-0, did not enforce the follow on and West Indies reaped early success when Mayank Agarwal was trapped in front of the stumps by Kemar Roach, which was confirmed by replays. India were on nine as Agarwal made four.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6918} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/India-Cricket-Batsman-1024x683.jpg\" alt=\"\" class=\"wp-image-6918\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At lunch, India were 16 for one and West Indies, led by Roach, had a successful post-lunch session. Roach got the wickets of Kannur Rahul for six and captain Virat Kohli who had a golden duck, with West Indies captain Jason Holden, having Cheteshwar Pujara caught by Shamrah Brooks for 27.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Catch some of the action from the stands in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6919,6921,6920,6922]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Test-Cricket-Photos-India-West-Indies-1024x683.jpg\" alt=\"\" data-id=\"6919\" data-link=\"https://buzz-caribbean.com/?attachment_id=6919\" class=\"wp-image-6919\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Snacks-Test-Cricket-India-West-Indies-1024x683.jpg\" alt=\"\" data-id=\"6921\" data-link=\"https://buzz-caribbean.com/?attachment_id=6921\" class=\"wp-image-6921\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Test-Cricket-Fans-India-West-Indies-1024x683.jpg\" alt=\"\" data-id=\"6920\" data-link=\"https://buzz-caribbean.com/?attachment_id=6920\" class=\"wp-image-6920\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/West-Indies-Fan-Test-Cricket-India-1024x683.jpg\" alt=\"\" data-id=\"6922\" data-link=\"https://buzz-caribbean.com/?attachment_id=6922\" class=\"wp-image-6922\" /></figure></li></ul>\n<!-- /wp:gallery -->','Good day for West Indies but India continue to be in charge at tea','','publish','open','closed','','good-day-for-west-indies-but-india-continue-to-be-in-charge-at-tea','','','2019-09-01 15:31:51','2019-09-01 20:31:51','',0,'https://buzz-caribbean.com/?p=6898',0,'post','',0),(6899,11,'2019-09-01 14:51:27','2019-09-01 19:51:27','','Kevin-Hart-Car-Ditch-Crash','','inherit','open','closed','','kevin-hart-car-ditch-crash','','','2019-09-01 14:51:27','2019-09-01 19:51:27','',6897,'https://buzz-caribbean.com/app/uploads/2019/09/Kevin-Hart-Car-Ditch-Crash.jpg',0,'attachment','image/jpeg',0),(6900,11,'2019-09-01 14:52:42','2019-09-01 19:52:42','','Major-Crash-Kevin-Hart-Baracuda','','inherit','open','closed','','major-crash-kevin-hart-baracuda','','','2019-09-01 14:52:42','2019-09-01 19:52:42','',6897,'https://buzz-caribbean.com/app/uploads/2019/09/Major-Crash-Kevin-Hart-Baracuda.jpg',0,'attachment','image/jpeg',0),(6901,11,'2019-09-01 14:52:43','2019-09-01 19:52:43','','Crash-Kevin-Hart-Baracuda','','inherit','open','closed','','crash-kevin-hart-baracuda','','','2019-09-01 14:52:43','2019-09-01 19:52:43','',6897,'https://buzz-caribbean.com/app/uploads/2019/09/Crash-Kevin-Hart-Baracuda.jpg',0,'attachment','image/jpeg',0),(6902,11,'2019-09-01 14:52:44','2019-09-01 19:52:44','','Kevin-Hart-Plymouth-Baracuda-Crash','','inherit','open','closed','','kevin-hart-plymouth-baracuda-crash','','','2019-09-01 14:52:44','2019-09-01 19:52:44','',6897,'https://buzz-caribbean.com/app/uploads/2019/09/Kevin-Hart-Plymouth-Baracuda-Crash.jpg',0,'attachment','image/jpeg',0),(6903,11,'2019-09-01 14:52:44','2019-09-01 19:52:44','','Kevin-Hart-Plymouth-Baracuda','','inherit','open','closed','','kevin-hart-plymouth-baracuda','','','2019-09-01 14:52:44','2019-09-01 19:52:44','',6897,'https://buzz-caribbean.com/app/uploads/2019/09/Kevin-Hart-Plymouth-Baracuda.jpg',0,'attachment','image/jpeg',0),(6904,11,'2019-09-01 14:56:08','2019-09-01 19:56:08','','Kevin Hart','','inherit','open','closed','','arrivals-at-the-2015-cinemacon-big-screen-achievement-awards','','','2019-09-01 14:59:15','2019-09-01 19:59:15','',6897,'https://buzz-caribbean.com/app/uploads/2019/09/Kevin-Hart-Crash.jpg',0,'attachment','image/jpeg',0),(6905,4,'2019-09-01 14:58:33','2019-09-01 19:58:33','<!-- wp:paragraph -->\n<p>India were tightening their grip in the second and final Test against the West Indies at Sabina Park on Sunday (Sept 1) as they reached 73 for four and an overall second-innings lead of 372 runs at tea on the third day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>West Indies started the day on 87 for seven in reply to India\'s mammoth total of 416 runs and added another 30 runs to their overnight total, to be bundled out for 117 in just over an hour of play. This gave India a first-innings lead of 299 runs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>India, leading the two-match Test Series 1-0, did not enforce the follow on and West Indies reaped early success when Mayank Agarwal was trapped in front of the stumps by Kemar Roach, which was confirmed by replays. India were on nine as Agarwal made four.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At lunch, India were 16 for one and West Indies, led by Roach, had a successful post-lunch session. Roach got the wickets of Kannur Rahul for six and captain Virat Kohli who had a golden duck, with West Indies captain Jason Holden, having Cheteshwar Pujara caught by Shamrah Brooks for 27.</p>\n<!-- /wp:paragraph -->','Good day for West Indies but India continue to be in charge at tea','','inherit','closed','closed','','6898-revision-v1','','','2019-09-01 14:58:33','2019-09-01 19:58:33','',6898,'https://buzz-caribbean.com/article/6898-revision-v1/',0,'revision','',0),(6906,11,'2019-09-01 15:00:12','2019-09-01 20:00:12','<!-- wp:paragraph -->\n<p>\n\nKevin Hart has reportedly been involved in a car accident.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 40-year-old actor and comedian was with two other people - one of whom is believed to be the driver - in one of his classic muscle cars on Sunday (Sept. 1), when the vehicle veered off the road and ended up in a ditch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to TMZ, the accident happened just before 1am on the Mulholland Highway in Malibu Hills, when Kevin\'s Plymouth Barracuda veered into a deep gully about 10 feet from the roadside.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6899,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kevin-Hart-Car-Ditch-Crash.jpg\" alt=\"\" class=\"wp-image-6899\" /><figcaption>(Photos: TMZ)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Police have confirmed the vehicle belongs to Kevin, but have told TMZ he was not driving the car at the time of the accident.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The publication also reports two people other than Kevin were removed from the car and taken to hospital for treatment, and one of those people is thought to be the driver.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6900,6902,6903]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Major-Crash-Kevin-Hart-Baracuda.jpg\" alt=\"\" data-id=\"6900\" data-link=\"https://buzz-caribbean.com/?attachment_id=6900\" class=\"wp-image-6900\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kevin-Hart-Plymouth-Baracuda-Crash.jpg\" alt=\"\" data-id=\"6902\" data-link=\"https://buzz-caribbean.com/?attachment_id=6902\" class=\"wp-image-6902\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kevin-Hart-Plymouth-Baracuda.jpg\" alt=\"\" data-id=\"6903\" data-link=\"https://buzz-caribbean.com/?attachment_id=6903\" class=\"wp-image-6903\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>As of the time of writing, Kevin\'s status is unknown, and the accident comes after he was seen on Saturday (31.08.19) posting a video to social media of himself driving the classic car, as someone yelled at him for laying down too much rubber on the street as he spun out his tires.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6904} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kevin-Hart-Crash.jpg\" alt=\"\" class=\"wp-image-6904\" /><figcaption>Kevin Hart</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The \'Night School\' star - who is married to Eniko Parrish and has 21-month-old son Kenzo with her - bought the car back in July as a 40th birthday gift to himself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BzqBmpnFamu/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BzqBmpnFamu/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Kevin - who also has Heaven, 14, and Hendrix, 11, with his ex-wife Torrei Hart - celebrated his milestone birthday on July 6, and held a huge party at Los Angeles\' TAO restaurant, where he partied into the night with celebrity friends including Lebron James, Meek Mill, Nick Cannon, Usher, Evan Ross, Karrueche Tran and Gabrielle Union.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The dinner took place at TOA, before the party moved to nearby The Highlight Room.\n\n</p>\n<!-- /wp:paragraph -->','Kevin Hart involved in car accident','','inherit','closed','closed','','6897-revision-v1','','','2019-09-01 15:00:12','2019-09-01 20:00:12','',6897,'https://buzz-caribbean.com/article/6897-revision-v1/',0,'revision','',0),(6907,11,'2019-09-01 15:00:13','2019-09-01 20:00:13','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BzqBmpnFamu/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BzqBmpnFamu/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BzqBmpnFamu/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">I added some more muscle to the family for my 40th....welcome home &#34;Menace&#34; #MuscleCarLover</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/kevinhart4real/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Kevin Hart</a> (@kevinhart4real) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-08T12:59:28+00:00\">Jul 8, 2019 at 5:59am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','db7a3864ffcbd3ce811dd57a3b12366f','','','2019-09-01 15:00:13','2019-09-01 20:00:13','',0,'https://buzz-caribbean.com/article/db7a3864ffcbd3ce811dd57a3b12366f/',0,'oembed_cache','',0),(6908,21,'2019-09-01 15:17:45','2019-09-01 20:17:45','<!-- wp:paragraph -->\n<p>\n\nThe 34-year-old royal and his wife Meghan, Duchess of Sussex, will be taking their three-month-old son Archie Harrison Mountbatten-Windsor with them when they head off on their first royal tour as a family of three later this month, and Harry has said he\'s excited to bring his son to South Africa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6910,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Royal-Family-Harry.jpg\" alt=\"\" class=\"wp-image-6910\" /><figcaption>The Duke and Duchess of Sussex with baby Archie Harrison Mountbatten-Windsor</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In an Instagram post made to the Sussex Royal account on Sunday (01.09.19), he said: \"In just a few weeks our family will be taking its first official tour to Africa, a region of the world that over the past two decades has been a second home to me. Our team has helped create a meaningful programme that we\'re so excited to share with you. On a personal note, I can\'t wait to introduce my wife and son to South Africa! We\'ll see all of you very soon.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B13GBPMF9_y/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B13GBPMF9_y/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The family\'s first official tour together will see Harry, 38-year-old Meghan, and Archie visit South Africa, before the flame-haired prince continues on to Malawi, Angola, and Botswana by himself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As Sunday marked the start of September, Harry and Meghan also used the post to continue their monthly tradition of shining a spotlight on different groups of inspiring charities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I can\'t wait to introduce my wife and son to South Africa! We\'ll see all of you very soon.\" </p><cite>— Prince Harry</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>This month, the couple honoured their upcoming trip by selecting charities which are all focused in Africa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"These selected groups are a small representation of the incredible work being done in Africa today from countless people, local communities and organisations.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sussex Royal now follows the Instagram accounts of the 15 charities selected - which includes the HALO Trust, the Nelson Mandela Foundation, and Sentebale - and will continue to do so for the rest of the month until new charities are selected.\n\n</p>\n<!-- /wp:paragraph -->','Prince Harry \'can\'t wait\' to show son South Africa','','publish','open','closed','','prince-harry-cant-wait-to-show-son-south-africa','','','2019-09-01 15:17:46','2019-09-01 20:17:46','',0,'https://buzz-caribbean.com/?p=6908',0,'post','',0),(6909,11,'2019-09-01 15:10:52','2019-09-01 20:10:52','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B13GBPMF9_y/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B13GBPMF9_y/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B13GBPMF9_y/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">“In just a few weeks our family will be taking its first official tour to Africa, a region of the world that over the past two decades has been a second home to me. Our team has helped create a meaningful programme that we’re so excited to share with you. On a personal note, I can’t wait to introduce my wife and son to South Africa! We’ll see all of you very soon.” - The Duke For the official tour, the family will be visiting South Africa together ?? and The Duke will be carrying out visits to Malawi ??, Angola ?? and Botswana ?? •••••••••••••••••••••••••••••••••••••••••••••••• Our monthly social awareness approach follows key accounts that inspire us and highlight those working towards positive change. As a lead up to the tour, for the month of September, we wish to celebrate the beauty of this wonderful continent as a whole: from local organisations working hard to better the environment, to the young leaders paving the way for a better future for the Commonwealth and beyond. These selected groups are a small representation of the incredible work being done in Africa today from countless people, local communities and organisations. To find out more about them, please consider following or supporting the below accounts: @DlalaNje @GoGooLive @YouthAlert @Queens_Commonwealth_Trust @QueensYoungLeaders @QueensCanopy @AfricanParksNetwork @DesmondTutuHIVFoundation @Sentebale  @TheHaloTrust  @MinesAdvisoryGroup  @EveryDayAfrica  @NelsonMandelaFoundationsa @NatGeo  @PaintedWolfConservancy @Lewa_wildlife @AfricanWildlifeFoundation @Serengeti_National_Park @NRT_Kenya @Conservation_Lower_Zambezi @Giraffe_Conservation  @VirungaNationalPark All photos used above are from accounts we are now following</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/sussexroyal/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> The Duke and Duchess of Sussex</a> (@sussexroyal) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-01T07:50:58+00:00\">Sep 1, 2019 at 12:50am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','acee02fbc466d7709000d42d5b1e87a8','','','2019-09-01 15:10:52','2019-09-01 20:10:52','',0,'https://buzz-caribbean.com/article/acee02fbc466d7709000d42d5b1e87a8/',0,'oembed_cache','',0),(6910,11,'2019-09-01 15:11:55','2019-09-01 20:11:55','','Royal-Family-Harry','','inherit','open','closed','','royal-family-harry','','','2019-09-01 15:11:55','2019-09-01 20:11:55','',6908,'https://buzz-caribbean.com/app/uploads/2019/09/Royal-Family-Harry.jpg',0,'attachment','image/jpeg',0),(6911,16,'2019-09-01 15:15:14','2019-09-01 20:15:14','<!-- wp:paragraph -->\n<p>Prime Minister Andrew Holness has described the late former Deputy Prime Minister Dr Kenneth Baugh as a statesman with dignity and integrity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In paying tribute to Baugh, who died Sunday morning at 10:05 am, Holness said he lived a political life that transcended the political divide, as he was respected by all.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ken-baugh-1.jpg\" alt=\"\" class=\"wp-image-6873\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"Ken Baugh exemplified dignity and integrity throughout his political life. Ken was universally respected. Both sides of the political divide held him in high esteem and the public could rely on him as balanced and reasoned.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>He was truly a statesman. He will be sadly missed</p><cite>— Prime Minister Andrew Holness</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"His conduct and posture gave him a stature elevated above politics. He was truly a statesman. He will be sadly missed,\" the prime minister added</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Baugh was a longstanding member of the Jamaica Labour Party (JLP) and also served as Opposition Leader, Foreign Minister and Health Minister. He was Member of Parliament for the West Central St Catherine constituency. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Baugh struggled was ill for some time prior to his passing. He underwent brain surgery in 2015 and bowed and opted out of representational politics for private life. Baugh and his wife, Vilma, got baptised that same year at the Kingston City Church of Christ.</p>\n<!-- /wp:paragraph -->','Prime minister says Dr Ken Baugh was a man of integrity','','inherit','closed','closed','','6868-revision-v1','','','2019-09-01 15:15:14','2019-09-01 20:15:14','',6868,'https://buzz-caribbean.com/article/6868-revision-v1/',0,'revision','',0),(6912,11,'2019-09-01 15:17:29','2019-09-01 20:17:29','','Nelson Mandela Centenary Launch, Southbank Centre, London, UK','Prince Harry at the Nelson Mandela Centenary Launch, Southbank Centre, London, UK','inherit','open','closed','','nelson-mandela-centenary-launch-southbank-centre-london-uk','','','2019-09-01 15:17:29','2019-09-01 20:17:29','',6908,'https://buzz-caribbean.com/app/uploads/2019/09/Prince-Harry-South-Africa.jpg',0,'attachment','image/jpeg',0),(6913,11,'2019-09-01 15:17:45','2019-09-01 20:17:45','<!-- wp:paragraph -->\n<p>\n\nThe 34-year-old royal and his wife Meghan, Duchess of Sussex, will be taking their three-month-old son Archie Harrison Mountbatten-Windsor with them when they head off on their first royal tour as a family of three later this month, and Harry has said he\'s excited to bring his son to South Africa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6910,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Royal-Family-Harry.jpg\" alt=\"\" class=\"wp-image-6910\" /><figcaption>The Duke and Duchess of Sussex with baby Archie Harrison Mountbatten-Windsor</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In an Instagram post made to the Sussex Royal account on Sunday (01.09.19), he said: \"In just a few weeks our family will be taking its first official tour to Africa, a region of the world that over the past two decades has been a second home to me. Our team has helped create a meaningful programme that we\'re so excited to share with you. On a personal note, I can\'t wait to introduce my wife and son to South Africa! We\'ll see all of you very soon.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B13GBPMF9_y/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B13GBPMF9_y/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The family\'s first official tour together will see Harry, 38-year-old Meghan, and Archie visit South Africa, before the flame-haired prince continues on to Malawi, Angola, and Botswana by himself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As Sunday marked the start of September, Harry and Meghan also used the post to continue their monthly tradition of shining a spotlight on different groups of inspiring charities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I can\'t wait to introduce my wife and son to South Africa! We\'ll see all of you very soon.\" </p><cite>— Prince Harry</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>This month, the couple honoured their upcoming trip by selecting charities which are all focused in Africa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"These selected groups are a small representation of the incredible work being done in Africa today from countless people, local communities and organisations.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sussex Royal now follows the Instagram accounts of the 15 charities selected - which includes the HALO Trust, the Nelson Mandela Foundation, and Sentebale - and will continue to do so for the rest of the month until new charities are selected.\n\n</p>\n<!-- /wp:paragraph -->','Prince Harry \'can\'t wait\' to show son South Africa','','inherit','closed','closed','','6908-revision-v1','','','2019-09-01 15:17:45','2019-09-01 20:17:45','',6908,'https://buzz-caribbean.com/article/6908-revision-v1/',0,'revision','',0),(6915,11,'2019-09-01 15:24:44','2019-09-01 20:24:44','','India-West-Indies-Test-Cricket','','inherit','open','closed','','india-west-indies-test-cricket','','','2019-09-01 15:24:44','2019-09-01 20:24:44','',6898,'https://buzz-caribbean.com/app/uploads/2019/09/India-West-Indies-Test-Cricket.jpg',0,'attachment','image/jpeg',0),(6917,11,'2019-09-01 15:26:22','2019-09-01 20:26:22','','West-Indies-Test-Cricket-Reply','','inherit','open','closed','','west-indies-test-cricket-reply','','','2019-09-01 15:26:22','2019-09-01 20:26:22','',6898,'https://buzz-caribbean.com/app/uploads/2019/09/West-Indies-Test-Cricket-Reply.jpg',0,'attachment','image/jpeg',0),(6918,11,'2019-09-01 15:27:22','2019-09-01 20:27:22','','India-Cricket-Batsman','','inherit','open','closed','','india-cricket-batsman','','','2019-09-01 15:27:22','2019-09-01 20:27:22','',6898,'https://buzz-caribbean.com/app/uploads/2019/09/India-Cricket-Batsman.jpg',0,'attachment','image/jpeg',0),(6919,11,'2019-09-01 15:28:30','2019-09-01 20:28:30','','Test-Cricket-Photos-India-West-Indies','','inherit','open','closed','','test-cricket-photos-india-west-indies','','','2019-09-01 15:28:30','2019-09-01 20:28:30','',6898,'https://buzz-caribbean.com/app/uploads/2019/09/Test-Cricket-Photos-India-West-Indies.jpg',0,'attachment','image/jpeg',0),(6920,11,'2019-09-01 15:29:09','2019-09-01 20:29:09','','Test-Cricket-Fans-India-West-Indies','','inherit','open','closed','','test-cricket-fans-india-west-indies','','','2019-09-01 15:29:09','2019-09-01 20:29:09','',6898,'https://buzz-caribbean.com/app/uploads/2019/09/Test-Cricket-Fans-India-West-Indies.jpg',0,'attachment','image/jpeg',0),(6921,11,'2019-09-01 15:29:52','2019-09-01 20:29:52','','Snacks-Test-Cricket-India-West-Indies','','inherit','open','closed','','snacks-test-cricket-india-west-indies','','','2019-09-01 15:29:52','2019-09-01 20:29:52','',6898,'https://buzz-caribbean.com/app/uploads/2019/09/Snacks-Test-Cricket-India-West-Indies.jpg',0,'attachment','image/jpeg',0),(6922,11,'2019-09-01 15:30:52','2019-09-01 20:30:52','','West-Indies-Fan-Test-Cricket-India','','inherit','open','closed','','west-indies-fan-test-cricket-india','','','2019-09-01 15:30:52','2019-09-01 20:30:52','',6898,'https://buzz-caribbean.com/app/uploads/2019/09/West-Indies-Fan-Test-Cricket-India.jpg',0,'attachment','image/jpeg',0),(6923,11,'2019-09-01 15:31:50','2019-09-01 20:31:50','<!-- wp:paragraph -->\n<p>India were tightening their grip in the second and final Test against the West Indies at Sabina Park on Sunday (Sept 1) as they reached 73 for four and an overall second-innings lead of 372 runs at tea on the third day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6915} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/India-West-Indies-Test-Cricket-1024x683.jpg\" alt=\"\" class=\"wp-image-6915\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>West Indies started the day on 87 for seven in reply to India\'s mammoth total of 416 runs and added another 30 runs to their overnight total, to be bundled out for 117 in just over an hour of play. This gave India a first-innings lead of 299 runs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6917} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/West-Indies-Test-Cricket-Reply-1024x683.jpg\" alt=\"\" class=\"wp-image-6917\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>India, leading the two-match Test Series 1-0, did not enforce the follow on and West Indies reaped early success when Mayank Agarwal was trapped in front of the stumps by Kemar Roach, which was confirmed by replays. India were on nine as Agarwal made four.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6918} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/India-Cricket-Batsman-1024x683.jpg\" alt=\"\" class=\"wp-image-6918\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At lunch, India were 16 for one and West Indies, led by Roach, had a successful post-lunch session. Roach got the wickets of Kannur Rahul for six and captain Virat Kohli who had a golden duck, with West Indies captain Jason Holden, having Cheteshwar Pujara caught by Shamrah Brooks for 27.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Catch some of the action from the stands in the gallery below.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6919,6921,6920,6922]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Test-Cricket-Photos-India-West-Indies-1024x683.jpg\" alt=\"\" data-id=\"6919\" data-link=\"https://buzz-caribbean.com/?attachment_id=6919\" class=\"wp-image-6919\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Snacks-Test-Cricket-India-West-Indies-1024x683.jpg\" alt=\"\" data-id=\"6921\" data-link=\"https://buzz-caribbean.com/?attachment_id=6921\" class=\"wp-image-6921\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Test-Cricket-Fans-India-West-Indies-1024x683.jpg\" alt=\"\" data-id=\"6920\" data-link=\"https://buzz-caribbean.com/?attachment_id=6920\" class=\"wp-image-6920\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/West-Indies-Fan-Test-Cricket-India-1024x683.jpg\" alt=\"\" data-id=\"6922\" data-link=\"https://buzz-caribbean.com/?attachment_id=6922\" class=\"wp-image-6922\" /></figure></li></ul>\n<!-- /wp:gallery -->','Good day for West Indies but India continue to be in charge at tea','','inherit','closed','closed','','6898-revision-v1','','','2019-09-01 15:31:50','2019-09-01 20:31:50','',6898,'https://buzz-caribbean.com/article/6898-revision-v1/',0,'revision','',0),(6924,21,'2019-09-01 15:53:05','2019-09-01 20:53:05','<!-- wp:paragraph -->\n<p>Incarcerated deejays Vybz Kartel and Ninja Man could be granted the opportunity to record legally behind bars. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6925} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Ninja-Man-Recording-Prison-1024x576.jpg\" alt=\"\" class=\"wp-image-6925\" /><figcaption>Now incarcerated dancehall entertainer Ninja Man</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Retired Superintendent Gladstone Wright, who is now in charge of the newly reinstated Rehabilitation Through Music programme did a sit-down interview with On Stage TV host, Winford Williams, revealing his expectations for the programme.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He confidently expressed that the inmates are assessed, then an evaluation process is conducted, which includes inmates going through the Department of Corrections where they will be processed. The inmates have to show signs of rehabilitation before consideration and a consent form signed to be a part of the programme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not much was disclosed on distribution and musical rights, but he believes the programme is a good stepping stone for inmates. Reggae singer Jah Cure, perhaps recorded one of his biggest hits “Prison Walls” whilst incarcerated in 2005, and is now a living testimony of how it had propelled his career upon release in 2007. The entertainer <a href=\"https://buzz-caribbean.com/article/jah-cure-is-a-royal-soldier-entertainer-releases-new-album/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"released his eighth studio album (opens in a new tab)\">released his eighth studio album</a> last Friday (August 30).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6926} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Jah-Cure-Record-Prison-1024x576.jpg\" alt=\"\" class=\"wp-image-6926\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some other entertainers that are currently serving time behind bars include Shawn Storm and Zebra.</p>\n<!-- /wp:paragraph -->','Record legally in prison — plans in place to reinstate programme','','publish','open','closed','','record-legally-in-prison-plans-in-place-to-reinstate-programme','','','2019-09-01 15:53:06','2019-09-01 20:53:06','',0,'https://buzz-caribbean.com/?p=6924',0,'post','',0),(6925,11,'2019-09-01 15:41:53','2019-09-01 20:41:53','','Ninja Man Recording Prison','','inherit','open','closed','','ninja-man-recording-prison','','','2019-09-01 15:41:53','2019-09-01 20:41:53','',6924,'https://buzz-caribbean.com/app/uploads/2019/09/Ninja-Man-Recording-Prison.jpg',0,'attachment','image/jpeg',0),(6926,11,'2019-09-01 15:45:45','2019-09-01 20:45:45','','Jah-Cure-Record-Prison','','inherit','open','closed','','jah-cure-record-prison','','','2019-09-01 15:45:45','2019-09-01 20:45:45','',6924,'https://buzz-caribbean.com/app/uploads/2019/09/Jah-Cure-Record-Prison.jpg',0,'attachment','image/jpeg',0),(6927,11,'2019-09-01 15:53:05','2019-09-01 20:53:05','<!-- wp:paragraph -->\n<p>Incarcerated deejays Vybz Kartel and Ninja Man could be granted the opportunity to record legally behind bars. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6925} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Ninja-Man-Recording-Prison-1024x576.jpg\" alt=\"\" class=\"wp-image-6925\" /><figcaption>Now incarcerated dancehall entertainer Ninja Man</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Retired Superintendent Gladstone Wright, who is now in charge of the newly reinstated Rehabilitation Through Music programme did a sit-down interview with On Stage TV host, Winford Williams, revealing his expectations for the programme.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He confidently expressed that the inmates are assessed, then an evaluation process is conducted, which includes inmates going through the Department of Corrections where they will be processed. The inmates have to show signs of rehabilitation before consideration and a consent form signed to be a part of the programme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not much was disclosed on distribution and musical rights, but he believes the programme is a good stepping stone for inmates. Reggae singer Jah Cure, perhaps recorded one of his biggest hits “Prison Walls” whilst incarcerated in 2005, and is now a living testimony of how it had propelled his career upon release in 2007. The entertainer <a href=\"https://buzz-caribbean.com/article/jah-cure-is-a-royal-soldier-entertainer-releases-new-album/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"released his eighth studio album (opens in a new tab)\">released his eighth studio album</a> last Friday (August 30).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6926} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Jah-Cure-Record-Prison-1024x576.jpg\" alt=\"\" class=\"wp-image-6926\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some other entertainers that are currently serving time behind bars include Shawn Storm and Zebra.</p>\n<!-- /wp:paragraph -->','Record legally in prison — plans in place to reinstate programme','','inherit','closed','closed','','6924-revision-v1','','','2019-09-01 15:53:05','2019-09-01 20:53:05','',6924,'https://buzz-caribbean.com/article/6924-revision-v1/',0,'revision','',0),(6928,21,'2019-09-01 17:47:19','2019-09-01 22:47:19','<!-- wp:paragraph -->\n<p>Nation builder, businessman and philanthropist Sameer Younis died Sunday morning (Sept 1). He was 76.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6930} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Sameer-Younis-1024x1024.jpg\" alt=\"\" class=\"wp-image-6930\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Younis, a former president of the Jamaica Chamber of Commerce and the Jamaica Manufacturers\' Association, was known for spearheading training programme for youths. This helped to earn him the Order of Jamaica. He also held the Order of Distinction (Commander Class).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a businessman, he started Fabrics de Younis in 1970 and would go on to become president of the JMA and JCC.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Former Prime Minister Portia Simpson Miller had said Younis\ninspired her with the work he was doing to help those who are less fortunate as\nwell as his contribution to the growth and development of Jamaica.&nbsp;</p>\n<!-- /wp:paragraph -->','Former Chamber of Commerce head Sameer Younis has died','','publish','open','closed','','former-chamber-of-commerce-head-sameer-younis-has-died','','','2019-09-01 17:47:20','2019-09-01 22:47:20','',0,'https://buzz-caribbean.com/?p=6928',0,'post','',0),(6929,11,'2019-09-01 16:04:09','2019-09-01 21:04:09','<!-- wp:paragraph -->\n<p>Nation builder, businessman and philanthropist Sameer Younis died at the age of 76.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Younis a former president of the Jamaica Chambers of Commerce and the Jamaica Manufacturing Association was known for spearheading training programme for youths. This helped to earn him the Order of Jamaica. He also held the Order of Distinction (Commander Class).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a businessman, he started Fabrics de Younis in 1970 and would go on to become president of the JMA and JCC.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Former Prime Minister Portia Simpson Miller had said Younis\ninspired her with the work he was doing to help those who are less fortunate as\nwell as his contribution to the growth and development of Jamaica.&nbsp;</p>\n<!-- /wp:paragraph -->','Former Chamber of Commerce head, Sameer Younis has died','','inherit','closed','closed','','6928-revision-v1','','','2019-09-01 16:04:09','2019-09-01 21:04:09','',6928,'https://buzz-caribbean.com/article/6928-revision-v1/',0,'revision','',0),(6930,11,'2019-09-01 16:04:18','2019-09-01 21:04:18','','Sameer-Younis','','inherit','open','closed','','sameer-younis','','','2019-09-01 16:04:18','2019-09-01 21:04:18','',6928,'https://buzz-caribbean.com/app/uploads/2019/09/Sameer-Younis.jpg',0,'attachment','image/jpeg',0),(6931,11,'2019-09-01 16:09:20','2019-09-01 21:09:20','<!-- wp:paragraph -->\n<p>Nation builder, businessman and philanthropist Sameer Younis died at the age of 76.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6930} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Sameer-Younis-1024x1024.jpg\" alt=\"\" class=\"wp-image-6930\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Younis a former president of the Jamaica Chambers of Commerce and the Jamaica Manufacturing Association was known for spearheading training programme for youths. This helped to earn him the Order of Jamaica. He also held the Order of Distinction (Commander Class).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a businessman, he started Fabrics de Younis in 1970 and would go on to become president of the JMA and JCC.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Former Prime Minister Portia Simpson Miller had said Younis\ninspired her with the work he was doing to help those who are less fortunate as\nwell as his contribution to the growth and development of Jamaica.&nbsp;</p>\n<!-- /wp:paragraph -->','Former Chamber of Commerce head, Sameer Younis has died','','inherit','closed','closed','','6928-revision-v1','','','2019-09-01 16:09:20','2019-09-01 21:09:20','',6928,'https://buzz-caribbean.com/article/6928-revision-v1/',0,'revision','',0),(6932,11,'2019-09-01 16:48:40','2019-09-01 21:48:40','<!-- wp:paragraph -->\n<p>Hurricane Dorian made landfall in the Bahamas with devastating wind speeds of 185mph.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since then, videos have been pouring in across media platforms highlighting the destruction the Category 5 storm inflicted, as large waves and heavy winds pounded the northern Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/zK70ZTn7030\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/zK70ZTn7030\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The most recent update from the National Hurricane Centre states that \"[the] eye of catastrophic hurricane Dorian [is] crawling over the Abacos Islands in the Bahamas\". It further added, \"Dorian\'s fury now aiming toward Grand Bahama...\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reports indicate that there have been cases of major flooding.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/sVPtRaH63R4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/sVPtRaH63R4\n</div><figcaption>Video showing flooding in </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The NHC reiterated that the Hurricane\'s impact is expected to continue into early Monday morning. \"...the core of extremely dangerous Hurricane Dorian will  continue to pound Great Abaco this evening and move near or over Grand Bahama Island tonight and Monday.\"</p>\n<!-- /wp:paragraph -->','Devastation being revealed — catastrophic Hurricane Dorian lingers over the Bahamas','','publish','open','closed','','devastation-being-revealed-catastrophic-hurricane-dorian-lingers-over-the-bahamas','','','2019-09-01 16:48:41','2019-09-01 21:48:41','',0,'https://buzz-caribbean.com/?p=6932',0,'post','',0),(6933,11,'2019-09-01 16:13:57','2019-09-01 21:13:57','<iframe title=\"Damage in Bahamas\" width=\"1333\" height=\"1000\" src=\"https://www.youtube.com/embed/zK70ZTn7030?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','1032245ba1386ff03a6fd7ab4ae6eea8','','','2019-09-01 16:13:57','2019-09-01 21:13:57','',0,'https://buzz-caribbean.com/article/1032245ba1386ff03a6fd7ab4ae6eea8/',0,'oembed_cache','',0),(6934,11,'2019-09-01 16:20:21','2019-09-01 21:20:21','<iframe title=\"Damage in Bahamas from Hurricane Dorian\" width=\"1333\" height=\"1000\" src=\"https://www.youtube.com/embed/sVPtRaH63R4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','633e1be1a6d61f873f253c75b1d999ce','','','2019-09-01 16:20:21','2019-09-01 21:20:21','',0,'https://buzz-caribbean.com/article/633e1be1a6d61f873f253c75b1d999ce/',0,'oembed_cache','',0),(6935,11,'2019-09-01 16:41:18','2019-09-01 21:41:18','','Hurricane Dorian','','inherit','open','closed','','hurricane-dorian-2','','','2019-09-01 16:41:18','2019-09-01 21:41:18','',6932,'https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Dorian.jpg',0,'attachment','image/jpeg',0),(6936,11,'2019-09-01 16:41:55','2019-09-01 21:41:55','<!-- wp:paragraph -->\n<p>Hurricane Dorian made landfall in the Bahamas with devastating wind speeds of 185mph.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since then, videos have been pouring in across media platforms highlighting the destruction the Category 5 storm has inflicted on the island state.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/zK70ZTn7030\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/zK70ZTn7030\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The most recent update from the National Hurricane Centre states that \"[the] eye of catastrophic hurricane Dorian [is] crawling over the Abacos Islands in the Bahamas]\" It further added,\"...Dorian\'s fury now aiming toward Grand Bahama...\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reports indicate that there have been cases of major flooding in some sections Abaco Islands. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/sVPtRaH63R4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/sVPtRaH63R4\n</div><figcaption>Video showing flooding in </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The NHC reiterated that the impacts of the Hurricane are to be expected going into early Monday morning. \"...the core of extremely dangerous Hurricane Dorian will  continue to pound Great Abaco this evening and move near or over Grand Bahama Island tonight and Monday.\"</p>\n<!-- /wp:paragraph -->','Devastation being revealed — catastrophic Hurricane Dorian lingers over the Bahamas','','inherit','closed','closed','','6932-revision-v1','','','2019-09-01 16:41:55','2019-09-01 21:41:55','',6932,'https://buzz-caribbean.com/article/6932-revision-v1/',0,'revision','',0),(6937,11,'2019-09-01 16:42:25','2019-09-01 21:42:25','<!-- wp:paragraph -->\n<p>Hurricane Dorian made landfall in the Bahamas with devastating wind speeds of 185mph.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since then, videos have been pouring in across media platforms highlighting the destruction the Category 5 storm has inflicted on the island state.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/zK70ZTn7030\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/zK70ZTn7030\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The most recent update from the National Hurricane Centre states that \"[the] eye of catastrophic hurricane Dorian [is] crawling over the Abacos Islands in the Bahamas]\". It further added,\"...Dorian\'s fury now aiming toward Grand Bahama...\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reports indicate that there have been cases of major flooding in some sections Abaco Islands. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/sVPtRaH63R4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/sVPtRaH63R4\n</div><figcaption>Video showing flooding in </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The NHC reiterated that the impacts of the Hurricane are to be expected going into early Monday morning. \"...the core of extremely dangerous Hurricane Dorian will  continue to pound Great Abaco this evening and move near or over Grand Bahama Island tonight and Monday.\"</p>\n<!-- /wp:paragraph -->','Devastation being revealed — catastrophic Hurricane Dorian lingers over the Bahamas','','inherit','closed','closed','','6932-revision-v1','','','2019-09-01 16:42:25','2019-09-01 21:42:25','',6932,'https://buzz-caribbean.com/article/6932-revision-v1/',0,'revision','',0),(6938,11,'2019-09-01 16:48:40','2019-09-01 21:48:40','<!-- wp:paragraph -->\n<p>Hurricane Dorian made landfall in the Bahamas with devastating wind speeds of 185mph.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since then, videos have been pouring in across media platforms highlighting the destruction the Category 5 storm inflicted, as large waves and heavy winds pounded the northern Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/zK70ZTn7030\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/zK70ZTn7030\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The most recent update from the National Hurricane Centre states that \"[the] eye of catastrophic hurricane Dorian [is] crawling over the Abacos Islands in the Bahamas\". It further added, \"Dorian\'s fury now aiming toward Grand Bahama...\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reports indicate that there have been cases of major flooding.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/sVPtRaH63R4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/sVPtRaH63R4\n</div><figcaption>Video showing flooding in </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The NHC reiterated that the Hurricane\'s impact is expected to continue into early Monday morning. \"...the core of extremely dangerous Hurricane Dorian will  continue to pound Great Abaco this evening and move near or over Grand Bahama Island tonight and Monday.\"</p>\n<!-- /wp:paragraph -->','Devastation being revealed — catastrophic Hurricane Dorian lingers over the Bahamas','','inherit','closed','closed','','6932-revision-v1','','','2019-09-01 16:48:40','2019-09-01 21:48:40','',6932,'https://buzz-caribbean.com/article/6932-revision-v1/',0,'revision','',0),(6940,4,'2019-09-01 17:35:29','2019-09-01 22:35:29','','Sameer Younis Featured Image','','inherit','open','closed','','sameer-younis-featured-image','','','2019-09-01 17:35:29','2019-09-01 22:35:29','',0,'https://buzz-caribbean.com/app/uploads/2019/09/Sameer-Younis-featured-image.jpg',0,'attachment','image/jpeg',0),(6942,4,'2019-09-01 17:47:19','2019-09-01 22:47:19','<!-- wp:paragraph -->\n<p>Nation builder, businessman and philanthropist Sameer Younis died Sunday morning (Sept 1). He was 76.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6930} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Sameer-Younis-1024x1024.jpg\" alt=\"\" class=\"wp-image-6930\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Younis, a former president of the Jamaica Chamber of Commerce and the Jamaica Manufacturers\' Association, was known for spearheading training programme for youths. This helped to earn him the Order of Jamaica. He also held the Order of Distinction (Commander Class).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a businessman, he started Fabrics de Younis in 1970 and would go on to become president of the JMA and JCC.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Former Prime Minister Portia Simpson Miller had said Younis\ninspired her with the work he was doing to help those who are less fortunate as\nwell as his contribution to the growth and development of Jamaica.&nbsp;</p>\n<!-- /wp:paragraph -->','Former Chamber of Commerce head Sameer Younis has died','','inherit','closed','closed','','6928-revision-v1','','','2019-09-01 17:47:19','2019-09-01 22:47:19','',6928,'https://buzz-caribbean.com/article/6928-revision-v1/',0,'revision','',0),(6943,23,'2019-09-01 18:17:47','2019-09-01 23:17:47','<!-- wp:image {\"id\":6947} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/abaco-bahamas-hurricane-dorian-.jpg\" alt=\"\" class=\"wp-image-6947\" /><figcaption>A section of Abaco in The Bahamas flooded by Hurricane Dorian on Sunday. (Photo: The Tribune)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister has pledged Jamaica\'s support&nbsp;to the recovery effort of the Bahamas which was struck by Hurricane Dorian Sunday (Sept 1).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I have reached out to Dr. Hubert Alexander Minnis @minnis_dr, the Bahamian Prime Minister, and assured him of our prayers and support,\" Holness posted on social media.‬</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We stand with the people of the Bahamas in this time of great threat and pledge our support in their time of recovery,\" Holness added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reports suggests that sections of the island has been badly hit by the Category 5 hurricane which is threatening Florida.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/sVPtRaH63R4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/sVPtRaH63R4\n</div></figure>\n<!-- /wp:embed -->','Holness pledges Jamaica\'s support to hurricane-ravaged Bahamas','','publish','open','closed','','holness-pledges-jamaicas-support-to-hurricane-ravaged-bahamas','','','2019-09-01 18:17:48','2019-09-01 23:17:48','',0,'https://buzz-caribbean.com/?p=6943',0,'post','',0),(6944,4,'2019-09-01 18:01:55','2019-09-01 23:01:55','<!-- wp:paragraph -->\n<p>Prime Minister has pledged Jamaica\'s support to the recovery effort of the Bahamas which was struck by Hurricane Dorian Sunday (Sept 1).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"I have reached out to Dr. Hubert Alexander Minnis @minnis_dr, the Bahamian Prime Minister, and assured him of our prayers and support,\" Holness posted on social media.‬</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We stand with the people of the Bahamas in this time of great threat and pledge our support in their time of recovery,\" Holness added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reports suggests that sections of the island has been badly hit by the Category 5 hurricane which is threatening Florida.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Holness pledges Jamaica\'s support to hurricane-ravaged Bahamas','','inherit','closed','closed','','6943-revision-v1','','','2019-09-01 18:01:55','2019-09-01 23:01:55','',6943,'https://buzz-caribbean.com/article/6943-revision-v1/',0,'revision','',0),(6945,4,'2019-09-01 18:04:12','2019-09-01 23:04:12','<!-- wp:paragraph -->\n<p>Hurricane Dorian made landfall in the Bahamas with devastating wind speeds of 185mph.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since then, videos have been pouring in across media platforms highlighting the destruction the Category 5 storm inflicted, as large waves and heavy winds pounded the northern Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/zK70ZTn7030\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/zK70ZTn7030\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The most recent update from the National Hurricane Centre states that \"[the] eye of catastrophic hurricane Dorian [is] crawling over the Abacos Islands in the Bahamas\". It further added, \"Dorian\'s fury now aiming toward Grand Bahama...\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reports indicate that there have been cases of major flooding.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/sVPtRaH63R4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/sVPtRaH63R4\n</div><figcaption>Video showing flooding in </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The NHC reiterated that the Hurricane\'s impact is expected to continue into early Monday morning. \"...the core of extremely dangerous Hurricane Dorian will  continue to pound Great Abaco this evening and move near or over Grand Bahama Island tonight and Monday.\"</p>\n<!-- /wp:paragraph -->','Devastation being revealed — catastrophic Hurricane Dorian lingers over the Bahamas','','inherit','closed','closed','','6932-autosave-v1','','','2019-09-01 18:04:12','2019-09-01 23:04:12','',6932,'https://buzz-caribbean.com/article/6932-autosave-v1/',0,'revision','',0),(6946,4,'2019-09-01 18:05:05','2019-09-01 23:05:05','<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister has pledged Jamaica\'s support&nbsp;to the recovery effort of the Bahamas which was struck by Hurricane Dorian Sunday (Sept 1).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I have reached out to Dr. Hubert Alexander Minnis @minnis_dr, the Bahamian Prime Minister, and assured him of our prayers and support,\" Holness posted on social media.‬</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We stand with the people of the Bahamas in this time of great threat and pledge our support in their time of recovery,\" Holness added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reports suggests that sections of the island has been badly hit by the Category 5 hurricane which is threatening Florida.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/sVPtRaH63R4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/sVPtRaH63R4\n</div></figure>\n<!-- /wp:embed -->','Holness pledges Jamaica\'s support to hurricane-ravaged Bahamas','','inherit','closed','closed','','6943-revision-v1','','','2019-09-01 18:05:05','2019-09-01 23:05:05','',6943,'https://buzz-caribbean.com/article/6943-revision-v1/',0,'revision','',0),(6947,4,'2019-09-01 18:13:06','2019-09-01 23:13:06','','abaco-bahamas-hurricane-dorian-','','inherit','open','closed','','abaco-bahamas-hurricane-dorian','','','2019-09-01 18:13:06','2019-09-01 23:13:06','',6943,'https://buzz-caribbean.com/app/uploads/2019/09/abaco-bahamas-hurricane-dorian-.jpg',0,'attachment','image/jpeg',0),(6948,4,'2019-09-01 18:17:47','2019-09-01 23:17:47','<!-- wp:image {\"id\":6947} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/abaco-bahamas-hurricane-dorian-.jpg\" alt=\"\" class=\"wp-image-6947\" /><figcaption>A section of Abaco in The Bahamas flooded by Hurricane Dorian on Sunday. (Photo: The Tribune)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister has pledged Jamaica\'s support&nbsp;to the recovery effort of the Bahamas which was struck by Hurricane Dorian Sunday (Sept 1).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I have reached out to Dr. Hubert Alexander Minnis @minnis_dr, the Bahamian Prime Minister, and assured him of our prayers and support,\" Holness posted on social media.‬</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We stand with the people of the Bahamas in this time of great threat and pledge our support in their time of recovery,\" Holness added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reports suggests that sections of the island has been badly hit by the Category 5 hurricane which is threatening Florida.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/sVPtRaH63R4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/sVPtRaH63R4\n</div></figure>\n<!-- /wp:embed -->','Holness pledges Jamaica\'s support to hurricane-ravaged Bahamas','','inherit','closed','closed','','6943-revision-v1','','','2019-09-01 18:17:47','2019-09-01 23:17:47','',6943,'https://buzz-caribbean.com/article/6943-revision-v1/',0,'revision','',0),(6949,23,'2019-09-01 19:02:02','2019-09-02 00:02:02','<!-- wp:paragraph -->\n<p>Leader of the Opposition Dr Peter Phillips has described late businessman Sameer Younis, OJ, as a nation-builder.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6930} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Sameer-Younis-1024x1024.jpg\" alt=\"\" class=\"wp-image-6930\" /><figcaption>Sameer Younis, who passed away on Sunday (Sept 1), has been described as a nation-builder.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“He was more than an accomplished and successful businessman, he was also a man who dedicated his life to public service to advance the development of Jamaica, especially in relation to the Capital City, Kingston,” Dr Phillips said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'As a leader in business he was an advocate for positive values and respect for law and order.\'</p><cite>—Dr Peter Phillips</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":4898} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dr-peter-phillips-buzz-demo-819x1024.jpg\" alt=\"\" class=\"wp-image-4898\" /><figcaption>Dr Peter Phillips described the late Sameer Younis as a nation-builder.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He added: “As president of the Jamaica Chamber of Commerce and the Jamaica Manufacturers Association, he served for several terms with diligence. He never wavered in contributing to a number of other organizations and ventures. As a leader in business, he was an advocate for positive values and respect for law and order.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Phillips said that <a href=\"https://buzz-caribbean.com/article/former-chamber-of-commerce-head-sameer-younis-has-died/\">Younis</a>\' life was dedicated to nation-building, who unflinchingly assisted in projects and programmes to move the wider Jamaica forward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“On behalf of the PNP, I extend condolences to his family, friends and colleagues,” Phillips added.</p>\n<!-- /wp:paragraph -->','Opposition leader describes Sameer Younis as a nation-builder','','publish','open','closed','','opposition-leader-describes-sameer-younis-as-a-nation-builder','','','2019-09-01 19:02:03','2019-09-02 00:02:03','',0,'https://buzz-caribbean.com/?p=6949',0,'post','',0),(6950,4,'2019-09-01 19:02:02','2019-09-02 00:02:02','<!-- wp:paragraph -->\n<p>Leader of the Opposition Dr Peter Phillips has described late businessman Sameer Younis, OJ, as a nation-builder.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6930} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Sameer-Younis-1024x1024.jpg\" alt=\"\" class=\"wp-image-6930\" /><figcaption>Sameer Younis, who passed away on Sunday (Sept 1), has been described as a nation-builder.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“He was more than an accomplished and successful businessman, he was also a man who dedicated his life to public service to advance the development of Jamaica, especially in relation to the Capital City, Kingston,” Dr Phillips said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'As a leader in business he was an advocate for positive values and respect for law and order.\'</p><cite>—Dr Peter Phillips</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":4898} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dr-peter-phillips-buzz-demo-819x1024.jpg\" alt=\"\" class=\"wp-image-4898\" /><figcaption>Dr Peter Phillips described the late Sameer Younis as a nation-builder.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He added: “As president of the Jamaica Chamber of Commerce and the Jamaica Manufacturers Association, he served for several terms with diligence. He never wavered in contributing to a number of other organizations and ventures. As a leader in business, he was an advocate for positive values and respect for law and order.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Phillips said that <a href=\"https://buzz-caribbean.com/article/former-chamber-of-commerce-head-sameer-younis-has-died/\">Younis</a>\' life was dedicated to nation-building, who unflinchingly assisted in projects and programmes to move the wider Jamaica forward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“On behalf of the PNP, I extend condolences to his family, friends and colleagues,” Phillips added.</p>\n<!-- /wp:paragraph -->','Opposition leader describes Sameer Younis as a nation-builder','','inherit','closed','closed','','6949-revision-v1','','','2019-09-01 19:02:02','2019-09-02 00:02:02','',6949,'https://buzz-caribbean.com/article/6949-revision-v1/',0,'revision','',0),(6951,23,'2019-09-01 20:28:30','2019-09-02 01:28:30','<!-- wp:image {\"id\":6956} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India14-1024x576.jpg\" alt=\"\" class=\"wp-image-6956\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>India continue to have the upper hand over West Indies on day three of the second and final Test match at Sabina Park, in Kingston, on Sunday (Sept 1).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the end of play the visitors had West Indies on 45 for three, chasing an unlikely victory of 468 runs with two days to play. India with a first-innings total of 416 routed the West Indies for 117 early in the morning and then made 168 for four, declared in the second innings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6953} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/DSC_3798-1024x683.jpg\" alt=\"\" class=\"wp-image-6953\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>West Indies had started the third day on 87 for seven and when they were all out one hour after play started India had a first innings lead of 299. India did not enforce the follow on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Two fairly successful sessions by West Indies were followed by India opening up in the final session after tea mixing aggression with tact, to tighten their grip on the match.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Check out the action in our gallery.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6959,6960,6961,6962,6963,6964,6966]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India17-1024x576.jpg\" alt=\"\" data-id=\"6959\" data-link=\"https://buzz-caribbean.com/?attachment_id=6959\" class=\"wp-image-6959\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India10-1024x682.jpg\" alt=\"\" data-id=\"6960\" data-link=\"https://buzz-caribbean.com/?attachment_id=6960\" class=\"wp-image-6960\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India9-1024x683.jpg\" alt=\"\" data-id=\"6961\" data-link=\"https://buzz-caribbean.com/?attachment_id=6961\" class=\"wp-image-6961\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India12-1024x683.jpg\" alt=\"\" data-id=\"6962\" data-link=\"https://buzz-caribbean.com/?attachment_id=6962\" class=\"wp-image-6962\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India10-1-1024x682.jpg\" alt=\"\" data-id=\"6963\" data-link=\"https://buzz-caribbean.com/?attachment_id=6963\" class=\"wp-image-6963\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India13-1024x683.jpg\" alt=\"\" data-id=\"6964\" data-link=\"https://buzz-caribbean.com/?attachment_id=6964\" class=\"wp-image-6964\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India8-1-1024x683.jpg\" alt=\"\" data-id=\"6966\" data-link=\"https://buzz-caribbean.com/?attachment_id=6966\" class=\"wp-image-6966\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Ajinkya Rahane, who made 64 not out and Hanuma Vihari, who scored 53 not out, took the fight to the West Indies bowlers as they stroked the ball to different sections of the ground. The two punished the bowlers for their inconsistent line and length, before the declaration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier, in the session between lunch and tea, Kemar Roach halted India\'s quick victory hopes, by spearheading a minute West Indies\' fightback, as he claimed the wickets of Kannur Rahul and India\'s captain Virat Kohli with consecutive balls, after capturing Mayank Agarwal in the morning session.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>India lead the two-match series 1-0.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>See our fan gallery below</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6968,6969,6970,6971,6972,6973,6974,6975,6976]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India-4-1024x683.jpg\" alt=\"\" data-id=\"6968\" data-link=\"https://buzz-caribbean.com/?attachment_id=6968\" class=\"wp-image-6968\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India5-1024x683.jpg\" alt=\"\" data-id=\"6969\" data-link=\"https://buzz-caribbean.com/?attachment_id=6969\" class=\"wp-image-6969\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India6-1024x683.jpg\" alt=\"\" data-id=\"6970\" data-link=\"https://buzz-caribbean.com/?attachment_id=6970\" class=\"wp-image-6970\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India-3-1024x683.jpg\" alt=\"\" data-id=\"6971\" data-link=\"https://buzz-caribbean.com/?attachment_id=6971\" class=\"wp-image-6971\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India-2-1024x683.jpg\" alt=\"\" data-id=\"6972\" data-link=\"https://buzz-caribbean.com/?attachment_id=6972\" class=\"wp-image-6972\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India11-1024x683.jpg\" alt=\"\" data-id=\"6973\" data-link=\"https://buzz-caribbean.com/?attachment_id=6973\" class=\"wp-image-6973\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India15-1024x683.jpg\" alt=\"\" data-id=\"6974\" data-link=\"https://buzz-caribbean.com/?attachment_id=6974\" class=\"wp-image-6974\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India18-1024x683.jpg\" alt=\"\" data-id=\"6975\" data-link=\"https://buzz-caribbean.com/?attachment_id=6975\" class=\"wp-image-6975\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India16-1024x683.jpg\" alt=\"\" data-id=\"6976\" data-link=\"https://buzz-caribbean.com/?attachment_id=6976\" class=\"wp-image-6976\" /></figure></li></ul>\n<!-- /wp:gallery -->','India in control at the end of day three against West Indies','','publish','open','closed','','india-in-control-at-the-end-of-day-three-against-west-indies','','','2019-09-01 20:28:31','2019-09-02 01:28:31','',0,'https://buzz-caribbean.com/?p=6951',0,'post','',0),(6952,4,'2019-09-01 19:21:06','2019-09-02 00:21:06','<!-- wp:paragraph -->\n<p>India continue to have the upper hand over West Indies on day three of the second and final Test match at Sabina Park, in Kingston, on Sunday (Sept 1).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the end of play the visitors had West Indies on 45 for three, chasing an unlikely victory of 468 runs with two days to play. India with a first-innings total of 416 routed the West Indies for 117 early in the morning and then made 168 for four, declared in the second innings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>West Indies had started the third day on 87 for seven and when they were all out one hour after play started India had a first innings lead of 299. India did not enforce the follow on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Two fairly successful sessions by West Indies were followed by India opening up in the final session after tea mixing aggression with tact, to tighten their grip on the match.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ajinkya Rahane, who made 64 not out and Hanuma Vihari, who scored 53 not out, took the fight to the West Indies bowlers as they stroked the ball to different sections of the ground. The two punished the bowlers for their inconsistent line and length, before the declaration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier, in the session between lunch and tea, Kemar Roach halted India\'s quick victory hopes, by spearheading a minute West Indies\' fightback, as he claimed the wickets of Kannur Rahul and India\'s captain Virat Kohli with consecutive balls, after capturing Mayank Agarwal in the morning session.<br>India lead the two-match series 1-0.</p>\n<!-- /wp:paragraph -->','India in control at the end of day three against West Indies','','inherit','closed','closed','','6951-revision-v1','','','2019-09-01 19:21:06','2019-09-02 00:21:06','',6951,'https://buzz-caribbean.com/article/6951-revision-v1/',0,'revision','',0),(6953,4,'2019-09-01 19:40:46','2019-09-02 00:40:46','','DSC_3798','','inherit','open','closed','','dsc_3798','','','2019-09-01 19:40:46','2019-09-02 00:40:46','',6951,'https://buzz-caribbean.com/app/uploads/2019/09/DSC_3798.jpg',0,'attachment','image/jpeg',0),(6955,4,'2019-09-01 20:15:58','2019-09-02 01:15:58','<!-- wp:paragraph -->\n<p>India continue to have the upper hand over West Indies on day three of the second and final Test match at Sabina Park, in Kingston, on Sunday (Sept 1).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the end of play the visitors had West Indies on 45 for three, chasing an unlikely victory of 468 runs with two days to play. India with a first-innings total of 416 routed the West Indies for 117 early in the morning and then made 168 for four, declared in the second innings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6953} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/DSC_3798-1024x683.jpg\" alt=\"\" class=\"wp-image-6953\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>West Indies had started the third day on 87 for seven and when they were all out one hour after play started India had a first innings lead of 299. India did not enforce the follow on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Two fairly successful sessions by West Indies were followed by India opening up in the final session after tea mixing aggression with tact, to tighten their grip on the match.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ajinkya Rahane, who made 64 not out and Hanuma Vihari, who scored 53 not out, took the fight to the West Indies bowlers as they stroked the ball to different sections of the ground. The two punished the bowlers for their inconsistent line and length, before the declaration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier, in the session between lunch and tea, Kemar Roach halted India\'s quick victory hopes, by spearheading a minute West Indies\' fightback, as he claimed the wickets of Kannur Rahul and India\'s captain Virat Kohli with consecutive balls, after capturing Mayank Agarwal in the morning session.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>India lead the two-match series 1-0.</p>\n<!-- /wp:paragraph -->','India in control at the end of day three against West Indies','','inherit','closed','closed','','6951-revision-v1','','','2019-09-01 20:15:58','2019-09-02 01:15:58','',6951,'https://buzz-caribbean.com/article/6951-revision-v1/',0,'revision','',0),(6956,4,'2019-09-01 20:16:31','2019-09-02 01:16:31','','test-cricket-WI-and-India14','','inherit','open','closed','','test-cricket-wi-and-india14','','','2019-09-01 20:16:31','2019-09-02 01:16:31','',6951,'https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India14.jpg',0,'attachment','image/jpeg',0),(6958,4,'2019-09-01 20:20:20','2019-09-02 01:20:20','<!-- wp:image {\"id\":6956} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India14-1024x576.jpg\" alt=\"\" class=\"wp-image-6956\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>India continue to have the upper hand over West Indies on day three of the second and final Test match at Sabina Park, in Kingston, on Sunday (Sept 1).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the end of play the visitors had West Indies on 45 for three, chasing an unlikely victory of 468 runs with two days to play. India with a first-innings total of 416 routed the West Indies for 117 early in the morning and then made 168 for four, declared in the second innings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6953} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/DSC_3798-1024x683.jpg\" alt=\"\" class=\"wp-image-6953\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>West Indies had started the third day on 87 for seven and when they were all out one hour after play started India had a first innings lead of 299. India did not enforce the follow on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Two fairly successful sessions by West Indies were followed by India opening up in the final session after tea mixing aggression with tact, to tighten their grip on the match.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ajinkya Rahane, who made 64 not out and Hanuma Vihari, who scored 53 not out, took the fight to the West Indies bowlers as they stroked the ball to different sections of the ground. The two punished the bowlers for their inconsistent line and length, before the declaration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier, in the session between lunch and tea, Kemar Roach halted India\'s quick victory hopes, by spearheading a minute West Indies\' fightback, as he claimed the wickets of Kannur Rahul and India\'s captain Virat Kohli with consecutive balls, after capturing Mayank Agarwal in the morning session.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>India lead the two-match series 1-0.</p>\n<!-- /wp:paragraph -->','India in control at the end of day three against West Indies','','inherit','closed','closed','','6951-revision-v1','','','2019-09-01 20:20:20','2019-09-02 01:20:20','',6951,'https://buzz-caribbean.com/article/6951-revision-v1/',0,'revision','',0),(6959,4,'2019-09-01 20:21:29','2019-09-02 01:21:29','','test-cricket-WI-and-India17','','inherit','open','closed','','test-cricket-wi-and-india17','','','2019-09-01 20:21:29','2019-09-02 01:21:29','',6951,'https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India17.jpg',0,'attachment','image/jpeg',0),(6960,4,'2019-09-01 20:21:43','2019-09-02 01:21:43','','test-cricket-WI-and-India10','','inherit','open','closed','','test-cricket-wi-and-india10','','','2019-09-01 20:21:43','2019-09-02 01:21:43','',6951,'https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India10.jpg',0,'attachment','image/jpeg',0),(6961,4,'2019-09-01 20:21:49','2019-09-02 01:21:49','','test-cricket-WI-and-India9','','inherit','open','closed','','test-cricket-wi-and-india9','','','2019-09-01 20:21:49','2019-09-02 01:21:49','',6951,'https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India9.jpg',0,'attachment','image/jpeg',0),(6962,4,'2019-09-01 20:21:53','2019-09-02 01:21:53','','test-cricket-WI-and-India12','','inherit','open','closed','','test-cricket-wi-and-india12','','','2019-09-01 20:21:53','2019-09-02 01:21:53','',6951,'https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India12.jpg',0,'attachment','image/jpeg',0),(6963,4,'2019-09-01 20:21:55','2019-09-02 01:21:55','','test-cricket-WI-and-India10-1','','inherit','open','closed','','test-cricket-wi-and-india10-1','','','2019-09-01 20:21:55','2019-09-02 01:21:55','',6951,'https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India10-1.jpg',0,'attachment','image/jpeg',0),(6964,4,'2019-09-01 20:22:04','2019-09-02 01:22:04','','test-cricket-WI-and-India13','','inherit','open','closed','','test-cricket-wi-and-india13','','','2019-09-01 20:22:04','2019-09-02 01:22:04','',6951,'https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India13.jpg',0,'attachment','image/jpeg',0),(6965,4,'2019-09-01 20:22:26','2019-09-02 01:22:26','','test-cricket-WI-and-India8','','inherit','open','closed','','test-cricket-wi-and-india8','','','2019-09-01 20:22:26','2019-09-02 01:22:26','',6951,'https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India8.jpg',0,'attachment','image/jpeg',0),(6966,4,'2019-09-01 20:23:29','2019-09-02 01:23:29','','test-cricket-WI-and-India8-1','','inherit','open','closed','','test-cricket-wi-and-india8-1','','','2019-09-01 20:23:29','2019-09-02 01:23:29','',6951,'https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India8-1.jpg',0,'attachment','image/jpeg',0),(6968,4,'2019-09-01 20:26:35','2019-09-02 01:26:35','','test-cricket-WI-and-India-4','','inherit','open','closed','','test-cricket-wi-and-india-4','','','2019-09-01 20:26:35','2019-09-02 01:26:35','',6951,'https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India-4.jpg',0,'attachment','image/jpeg',0),(6969,4,'2019-09-01 20:26:47','2019-09-02 01:26:47','','test-cricket-WI-and-India5','','inherit','open','closed','','test-cricket-wi-and-india5','','','2019-09-01 20:26:47','2019-09-02 01:26:47','',6951,'https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India5.jpg',0,'attachment','image/jpeg',0),(6970,4,'2019-09-01 20:26:51','2019-09-02 01:26:51','','test-cricket-WI-and-India6','','inherit','open','closed','','test-cricket-wi-and-india6','','','2019-09-01 20:26:51','2019-09-02 01:26:51','',6951,'https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India6.jpg',0,'attachment','image/jpeg',0),(6971,4,'2019-09-01 20:26:54','2019-09-02 01:26:54','','test-cricket-WI-and-India-3','','inherit','open','closed','','test-cricket-wi-and-india-3','','','2019-09-01 20:26:54','2019-09-02 01:26:54','',6951,'https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India-3.jpg',0,'attachment','image/jpeg',0),(6972,4,'2019-09-01 20:26:57','2019-09-02 01:26:57','','test-cricket-WI-and-India-2','','inherit','open','closed','','test-cricket-wi-and-india-2','','','2019-09-01 20:26:57','2019-09-02 01:26:57','',6951,'https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India-2.jpg',0,'attachment','image/jpeg',0),(6973,4,'2019-09-01 20:27:06','2019-09-02 01:27:06','','test-cricket-WI-and-India11','','inherit','open','closed','','test-cricket-wi-and-india11','','','2019-09-01 20:27:06','2019-09-02 01:27:06','',6951,'https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India11.jpg',0,'attachment','image/jpeg',0),(6974,4,'2019-09-01 20:27:08','2019-09-02 01:27:08','','test-cricket-WI-and-India15','','inherit','open','closed','','test-cricket-wi-and-india15','','','2019-09-01 20:27:08','2019-09-02 01:27:08','',6951,'https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India15.jpg',0,'attachment','image/jpeg',0),(6975,4,'2019-09-01 20:27:12','2019-09-02 01:27:12','','test-cricket-WI-and-India18','','inherit','open','closed','','test-cricket-wi-and-india18','','','2019-09-01 20:27:12','2019-09-02 01:27:12','',6951,'https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India18.jpg',0,'attachment','image/jpeg',0),(6976,4,'2019-09-01 20:27:15','2019-09-02 01:27:15','','test-cricket-WI-and-India16','','inherit','open','closed','','test-cricket-wi-and-india16','','','2019-09-02 11:17:26','2019-09-02 16:17:26','',6951,'https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India16.jpg',0,'attachment','image/jpeg',0),(6977,4,'2019-09-01 20:27:30','2019-09-02 01:27:30','<!-- wp:image {\"id\":6956} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India14-1024x576.jpg\" alt=\"\" class=\"wp-image-6956\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>India continue to have the upper hand over West Indies on day three of the second and final Test match at Sabina Park, in Kingston, on Sunday (Sept 1).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the end of play the visitors had West Indies on 45 for three, chasing an unlikely victory of 468 runs with two days to play. India with a first-innings total of 416 routed the West Indies for 117 early in the morning and then made 168 for four, declared in the second innings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6953} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/DSC_3798-1024x683.jpg\" alt=\"\" class=\"wp-image-6953\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>West Indies had started the third day on 87 for seven and when they were all out one hour after play started India had a first innings lead of 299. India did not enforce the follow on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Two fairly successful sessions by West Indies were followed by India opening up in the final session after tea mixing aggression with tact, to tighten their grip on the match.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Check out the action in our gallery.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6959,6960,6961,6962,6963,6964,6966]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India17-1024x576.jpg\" alt=\"\" data-id=\"6959\" data-link=\"https://buzz-caribbean.com/?attachment_id=6959\" class=\"wp-image-6959\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India10-1024x682.jpg\" alt=\"\" data-id=\"6960\" data-link=\"https://buzz-caribbean.com/?attachment_id=6960\" class=\"wp-image-6960\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India9-1024x683.jpg\" alt=\"\" data-id=\"6961\" data-link=\"https://buzz-caribbean.com/?attachment_id=6961\" class=\"wp-image-6961\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India12-1024x683.jpg\" alt=\"\" data-id=\"6962\" data-link=\"https://buzz-caribbean.com/?attachment_id=6962\" class=\"wp-image-6962\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India10-1-1024x682.jpg\" alt=\"\" data-id=\"6963\" data-link=\"https://buzz-caribbean.com/?attachment_id=6963\" class=\"wp-image-6963\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India13-1024x683.jpg\" alt=\"\" data-id=\"6964\" data-link=\"https://buzz-caribbean.com/?attachment_id=6964\" class=\"wp-image-6964\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India8-1-1024x683.jpg\" alt=\"\" data-id=\"6966\" data-link=\"https://buzz-caribbean.com/?attachment_id=6966\" class=\"wp-image-6966\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Ajinkya Rahane, who made 64 not out and Hanuma Vihari, who scored 53 not out, took the fight to the West Indies bowlers as they stroked the ball to different sections of the ground. The two punished the bowlers for their inconsistent line and length, before the declaration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier, in the session between lunch and tea, Kemar Roach halted India\'s quick victory hopes, by spearheading a minute West Indies\' fightback, as he claimed the wickets of Kannur Rahul and India\'s captain Virat Kohli with consecutive balls, after capturing Mayank Agarwal in the morning session.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>India lead the two-match series 1-0.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>See our fan gallery below</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[6968,6969,6970,6971,6972,6973,6974,6975,6976]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India-4-1024x683.jpg\" alt=\"\" data-id=\"6968\" data-link=\"https://buzz-caribbean.com/?attachment_id=6968\" class=\"wp-image-6968\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India5-1024x683.jpg\" alt=\"\" data-id=\"6969\" data-link=\"https://buzz-caribbean.com/?attachment_id=6969\" class=\"wp-image-6969\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India6-1024x683.jpg\" alt=\"\" data-id=\"6970\" data-link=\"https://buzz-caribbean.com/?attachment_id=6970\" class=\"wp-image-6970\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India-3-1024x683.jpg\" alt=\"\" data-id=\"6971\" data-link=\"https://buzz-caribbean.com/?attachment_id=6971\" class=\"wp-image-6971\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India-2-1024x683.jpg\" alt=\"\" data-id=\"6972\" data-link=\"https://buzz-caribbean.com/?attachment_id=6972\" class=\"wp-image-6972\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India11-1024x683.jpg\" alt=\"\" data-id=\"6973\" data-link=\"https://buzz-caribbean.com/?attachment_id=6973\" class=\"wp-image-6973\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India15-1024x683.jpg\" alt=\"\" data-id=\"6974\" data-link=\"https://buzz-caribbean.com/?attachment_id=6974\" class=\"wp-image-6974\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India18-1024x683.jpg\" alt=\"\" data-id=\"6975\" data-link=\"https://buzz-caribbean.com/?attachment_id=6975\" class=\"wp-image-6975\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India16-1024x683.jpg\" alt=\"\" data-id=\"6976\" data-link=\"https://buzz-caribbean.com/?attachment_id=6976\" class=\"wp-image-6976\" /></figure></li></ul>\n<!-- /wp:gallery -->','India in control at the end of day three against West Indies','','inherit','closed','closed','','6951-revision-v1','','','2019-09-01 20:27:30','2019-09-02 01:27:30','',6951,'https://buzz-caribbean.com/article/6951-revision-v1/',0,'revision','',0),(6978,23,'2019-09-01 23:23:36','0000-00-00 00:00:00','<!-- wp:paragraph -->\n<p>Humble Lion defeated hosts Arnett Gardens 2-1 at the Anthony Spaulding Sports Complex on Sunday in the Red Stripe Premier League.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Vishinul Harris provided the hosts with an early goal in the first minute of the match, but an own-goal by Deeno Schaffe in the 20th minute levelled the score before Rohan Richards, in the 73rd, and substitute Girvon Brown, in the 86th, handed Humble Lion the win.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the day\'s other matchups, UWI thumped Tivoli Gardens 4-0 at UWI Bowl, Harbour View stopped their host Mount Pleasant Football Academy 2-1 at Drax Hall and Cavalier defeated Dunbeholden United 3-1 at Stadium East.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>UWI\'s margin of victory placed them at the top of the points standing. They are followed by Cavalier and Humble Lion with a goal difference of two. And Harbour View is at third Harbour with a goal difference of one.</p>\n<!-- /wp:paragraph -->','Red Stripe Premier League day one roundup','','draft','open','closed','','','','','2019-09-01 23:23:36','2019-09-02 04:23:36','',0,'https://buzz-caribbean.com/?p=6978',0,'post','',0),(6979,4,'2019-09-01 23:22:44','2019-09-02 04:22:44','<!-- wp:paragraph -->\n<p>Humble Lion defeated hosts Arnett Gardens 2-1 at the Anthony Spaulding Sports Complex on Sunday in the Red Stripe Premier League.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Vishinul Harris provided the hosts with an early goal in the first minute of the match, but an own-goal by Deeno Schaffe in the 20th minute levelled the score before Rohan Richards, in the 73rd, and substitute Girvon Brown, in the 86th, handed Humble Lion the win.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the day\'s other matchups, UWI thumped Tivoli Gardens 4-0 at UWI Bowl, Harbour View stopped their host Mount Pleasant Football Academy 2-1 at Drax Hall and Cavalier defeated Dunbeholden United 3-1 at Stadium East.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>UWI\'s margin of victory placed them at the top of the points standing. They are followed by Cavalier and Humble Lion with a goal difference of two. And Harbour View is at third Harbour with a goal difference of one.</p>\n<!-- /wp:paragraph -->','Red Stripe Premier League day one roundup','','inherit','closed','closed','','6978-revision-v1','','','2019-09-01 23:22:44','2019-09-02 04:22:44','',6978,'https://buzz-caribbean.com/article/6978-revision-v1/',0,'revision','',0),(6980,14,'2019-09-02 09:08:47','2019-09-02 14:08:47','<!-- wp:paragraph -->\n<p>Prime Minister Andrew Holness has described the late former Deputy Prime Minister Dr Kenneth Baugh as a statesman with dignity and integrity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In paying tribute to Baugh, who died Sunday morning at 10:05 am, Holness said he lived a political life that transcended the political divide, as he was respected by all.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ken-baugh-1.jpg\" alt=\"\" class=\"wp-image-6873\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"Ken Baugh exemplified dignity and integrity throughout his political life. Ken was universally respected. Both sides of the political divide held him in high esteem and the public could rely on him as balanced and reasoned.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"He was truly a statesman. He will be sadly missed\"</p><cite>— Prime Minister Andrew Holness</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"His conduct and posture gave him a stature elevated above politics. He was truly a statesman. He will be sadly missed,\" the prime minister added</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Baugh was a longstanding member of the Jamaica Labour Party (JLP) and also served as Opposition Leader, Foreign Minister and Health Minister. He was Member of Parliament for the West Central St Catherine constituency. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Baugh was ill for some time prior to his passing. He underwent brain surgery in 2015 and bowed and opted out of representational politics for private life. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Baugh and his wife, Vilma, got baptised that same year at the Kingston City Church of Christ.</p>\n<!-- /wp:paragraph -->','Prime Minister says Dr. Ken Baugh was a man of integrity','','inherit','closed','closed','','6868-revision-v1','','','2019-09-02 09:08:47','2019-09-02 14:08:47','',6868,'https://buzz-caribbean.com/article/6868-revision-v1/',0,'revision','',0),(6981,14,'2019-09-02 09:09:58','2019-09-02 14:09:58','<!-- wp:paragraph -->\n<p>Prime Minister Andrew Holness has described the late former Deputy Prime Minister Dr. Kenneth Baugh as a statesman with dignity and integrity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In paying tribute to Baugh, who died Sunday morning at 10:05 am, Holness said he lived a political life that transcended the political divide, as he was respected by all.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ken-baugh-1.jpg\" alt=\"\" class=\"wp-image-6873\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"Ken Baugh exemplified dignity and integrity throughout his political life. Ken was universally respected. Both sides of the political divide held him in high esteem and the public could rely on him as balanced and reasoned.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"He was truly a statesman. He will be sadly missed\"</p><cite>— Prime Minister Andrew Holness</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"His conduct and posture gave him a stature elevated above politics. He was truly a statesman. He will be sadly missed,\" the prime minister added</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Baugh was a longstanding member of the Jamaica Labour Party (JLP) and also served as Opposition Leader, Foreign Minister and Health Minister. He was Member of Parliament for the West Central St Catherine constituency. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Baugh was ill for some time prior to his passing. He underwent brain surgery in 2015 and bowed and opted out of representational politics for private life. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Baugh and his wife, Vilma, got baptised that same year at the Kingston City Church of Christ.</p>\n<!-- /wp:paragraph -->','Prime Minister says Dr. Ken Baugh was a man of integrity','','inherit','closed','closed','','6868-revision-v1','','','2019-09-02 09:09:58','2019-09-02 14:09:58','',6868,'https://buzz-caribbean.com/article/6868-revision-v1/',0,'revision','',0),(6982,23,'2019-09-02 10:12:36','2019-09-02 15:12:36','<!-- wp:image {\"id\":6983} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/homer-davis-1024x683.jpg\" alt=\"\" class=\"wp-image-6983\" /><figcaption>Mayor of Montego Bay Homer Davis.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The St James Municipal Corporation has disbursed $12 million to assist needy students with back-to-school expenses across the 17 parish council divisions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"From the St James Municipal Corporation, we have distributed over $12million in book vouchers to children from our respective divisions. Our Minister of Local Government Minister, and by extension the Government saw it fit to empower councillors right across the 229 divisions across Jamaica with the necessary resources to assist children with book vouchers and other assistance,\" said Mayor of Montego Bay Homer Davis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"It has gone a far, far way. It might not touch everyone but it has gone a far, far way,\" he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Davis lauded Minister of Local Government Desmond McKenzie for making the funds available to assist the needy students.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"It\'s a big move and as I have been saying Minister McKenzie must be specially commended for this gesture,\" David added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Davis said he has been in the local council for 12 years and has only seen this level of support for the people under the Jamaica Labour Party (JLP), which took power three years ago. Davis is also a member of the JLP.</p>\n<!-- /wp:paragraph -->','St James Municipal Corporation disburses $12M to assist needy students return to school','','publish','open','closed','','st-james-municipal-corporation-disburses-12m-to-assist-needy-students-return-to-school','','','2019-09-02 10:12:37','2019-09-02 15:12:37','',0,'https://buzz-caribbean.com/?p=6982',0,'post','',0),(6983,4,'2019-09-02 10:07:35','2019-09-02 15:07:35','','homer-davis','','inherit','open','closed','','homer-davis','','','2019-09-02 10:07:35','2019-09-02 15:07:35','',6982,'https://buzz-caribbean.com/app/uploads/2019/09/homer-davis.jpg',0,'attachment','image/jpeg',0),(6984,4,'2019-09-02 10:12:36','2019-09-02 15:12:36','<!-- wp:image {\"id\":6983} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/homer-davis-1024x683.jpg\" alt=\"\" class=\"wp-image-6983\" /><figcaption>Mayor of Montego Bay Homer Davis.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The St James Municipal Corporation has disbursed $12 million to assist needy students with back-to-school expenses across the 17 parish council divisions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"From the St James Municipal Corporation, we have distributed over $12million in book vouchers to children from our respective divisions. Our Minister of Local Government Minister, and by extension the Government saw it fit to empower councillors right across the 229 divisions across Jamaica with the necessary resources to assist children with book vouchers and other assistance,\" said Mayor of Montego Bay Homer Davis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"It has gone a far, far way. It might not touch everyone but it has gone a far, far way,\" he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Davis lauded Minister of Local Government Desmond McKenzie for making the funds available to assist the needy students.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"It\'s a big move and as I have been saying Minister McKenzie must be specially commended for this gesture,\" David added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Davis said he has been in the local council for 12 years and has only seen this level of support for the people under the Jamaica Labour Party (JLP), which took power three years ago. Davis is also a member of the JLP.</p>\n<!-- /wp:paragraph -->','St James Municipal Corporation disburses $12M to assist needy students return to school','','inherit','closed','closed','','6982-revision-v1','','','2019-09-02 10:12:36','2019-09-02 15:12:36','',6982,'https://buzz-caribbean.com/article/6982-revision-v1/',0,'revision','',0),(6985,9,'2019-09-02 10:46:53','2019-09-02 15:46:53','<!-- wp:paragraph -->\n<p>Prime Minister Andrew Holness has described the late former Deputy Prime Minister Dr. Kenneth Baugh as a statesman with dignity and integrity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In paying tribute to Baugh, who died Sunday morning at 10:05 am, Holness said he lived a political life that transcended the political divide, as he was respected by all.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6873} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ken-baugh-1.jpg\" alt=\"\" class=\"wp-image-6873\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"Ken Baugh exemplified dignity and integrity throughout his political life. Ken was universally respected. Both sides of the political divide held him in high esteem and the public could rely on him as balanced and reasoned.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"He was truly a statesman. He will be sadly missed\"</p><cite>— Prime Minister Andrew Holness</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"His conduct and posture gave him a stature elevated above politics. He was truly a statesman. He will be sadly missed,\" the prime minister added</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Baugh was a longstanding member of the Jamaica Labour Party (JLP) and also served as Opposition Leader, Foreign Minister and Health Minister. He was Member of Parliament for the West Central St Catherine constituency. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Baugh was ill for some time prior to his passing. He underwent brain surgery in 2015 and bowed and opted out of representational politics for private life. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Baugh and his wife, Vilma, got baptised that same year at the Kingston City Church of Christ.</p>\n<!-- /wp:paragraph -->','Prime Minister says Dr Ken Baugh was a man of integrity','','inherit','closed','closed','','6868-revision-v1','','','2019-09-02 10:46:53','2019-09-02 15:46:53','',6868,'https://buzz-caribbean.com/article/6868-revision-v1/',0,'revision','',0),(6986,21,'2019-09-02 11:11:07','2019-09-02 16:11:07','<!-- wp:image {\"id\":6987} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/fetty-wap.jpg\" alt=\"Rapper Fetty Wap was arrested on Sunday, September 1, 2019.\" class=\"wp-image-6987\" /><figcaption>Rapper Fetty Wap was arrested on Sunday. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fetty Wap has been arrested.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 28-year-old rapper - whose real name is Willie Maxwell II - was apprehended by police on Sunday after allegedly punching a valet at a Las Vegas hotel following a row.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to TMZ, Fetty got into an argument with a staff member at the Mirage Hotel and Casino and the <strong>Trap Queen </strong>hitmaker is said to have thrown three punches at the valet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another employee of the hotel made a citizen\'s arrest and held on to Fetty until police arrived and took him into custody, where he was booked for three counts of misdemeanour battery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rapper was released a few hours later, but he will have to appear in court soon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This isn\'t the first time Fetty has faced trouble for allegedly lashing out in recent months. In June, a woman he met on a music video shoot filed a police report alleging he had manhandled her at a Hollywood Hills residence.</p>\n<!-- /wp:paragraph -->','Fetty Wap arrested for punching valet','','publish','open','closed','','fetty-wap-arrested-for-punching-valet','','','2019-09-02 11:11:07','2019-09-02 16:11:07','',0,'https://buzz-caribbean.com/?p=6986',0,'post','',0),(6987,9,'2019-09-02 11:08:52','2019-09-02 16:08:52','','fetty-wap','','inherit','open','closed','','fetty-wap','','','2019-09-02 11:08:52','2019-09-02 16:08:52','',6986,'https://buzz-caribbean.com/app/uploads/2019/09/fetty-wap.jpg',0,'attachment','image/jpeg',0),(6988,9,'2019-09-02 11:11:07','2019-09-02 16:11:07','<!-- wp:image {\"id\":6987} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/fetty-wap.jpg\" alt=\"Rapper Fetty Wap was arrested on Sunday, September 1, 2019.\" class=\"wp-image-6987\" /><figcaption>Rapper Fetty Wap was arrested on Sunday. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fetty Wap has been arrested.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 28-year-old rapper - whose real name is Willie Maxwell II - was apprehended by police on Sunday after allegedly punching a valet at a Las Vegas hotel following a row.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to TMZ, Fetty got into an argument with a staff member at the Mirage Hotel and Casino and the <strong>Trap Queen </strong>hitmaker is said to have thrown three punches at the valet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another employee of the hotel made a citizen\'s arrest and held on to Fetty until police arrived and took him into custody, where he was booked for three counts of misdemeanour battery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rapper was released a few hours later, but he will have to appear in court soon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This isn\'t the first time Fetty has faced trouble for allegedly lashing out in recent months. In June, a woman he met on a music video shoot filed a police report alleging he had manhandled her at a Hollywood Hills residence.</p>\n<!-- /wp:paragraph -->','Fetty Wap arrested for punching valet','','inherit','closed','closed','','6986-revision-v1','','','2019-09-02 11:11:07','2019-09-02 16:11:07','',6986,'https://buzz-caribbean.com/article/6986-revision-v1/',0,'revision','',0),(6989,12,'2019-09-02 11:18:51','0000-00-00 00:00:00','<!-- wp:paragraph -->\n<p>Story content will go here for the rest of the way!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6969} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India5-1024x683.jpg\" alt=\"\" class=\"wp-image-6969\" /></figure>\n<!-- /wp:image -->','Chelsea is now here!','','draft','open','closed','','','','','2019-09-02 11:18:51','2019-09-02 16:18:51','',0,'https://buzz-caribbean.com/?p=6989',0,'post','',0),(6990,21,'2019-09-02 11:24:48','2019-09-02 16:24:48','<!-- wp:image {\"id\":6991} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/marina-young-RADA-farmers-1024x730.jpg\" alt=\"Marina Young, the Principal Director of Technical Services at the Rural Agricultural Development Authority (RADA), is encouraging farmers to wear protective gear.\" class=\"wp-image-6991\" /><figcaption>Marina Young, the Principal Director of Technical Services at the Rural Agricultural Development Authority (RADA), is encouraging farmers to wear protective gear.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Rural Agricultural Development\nAuthority (RADA) is reminding farmers to wear the proper protective gear when\nusing pesticides on their farms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Principal Director of Technical Services at RADA, Marina Young, said that the Agency has faced challenges with farmers, using the required gear such as overalls, goggles, chemical resistant gloves and respirators.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The reasons are various including the fact it is very hot because even if they spray early in the morning or late afternoon, they are still in the tropics where the temperature is quite high,” she stated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“The most critical gears are the long-sleeve shirt, long pants, water boots and chemical resistant gloves. </p><cite>— RADA\'s Marina Young</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Young further noted that based on\nRADA’s engagement with the over 36,000 farmers annually, the cost of protective\ngear is also an issue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The most critical gears are the long-sleeve shirt, long pants, water boots and chemical resistant gloves.  The cost of the chemical resistant gloves is considered to be economical, as it is about $500 if bought in large quantities. However, respirators are the most expensive and can be between $4,000 and $5,000 depending on the brand and model,” she explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Young, however, noted that technology is developing very rapidly and protective gear can be simplified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So instead of wearing overalls,\nfarmers can use long-sleeve shirts and long pants which can be a lighter type\nof material,” she said.</p>\n<!-- /wp:paragraph -->','Farmers encouraged to wear protective gear when using pesticides','','publish','open','closed','','farmers-encouraged-to-wear-protective-gear-when-using-pesticides','','','2019-09-02 11:24:49','2019-09-02 16:24:49','',0,'https://buzz-caribbean.com/?p=6990',0,'post','',0),(6991,9,'2019-09-02 11:17:30','2019-09-02 16:17:30','','marina-young-RADA-farmers','','inherit','open','closed','','marina-young-rada-farmers','','','2019-09-02 11:17:30','2019-09-02 16:17:30','',6990,'https://buzz-caribbean.com/app/uploads/2019/09/marina-young-RADA-farmers.jpg',0,'attachment','image/jpeg',0),(6992,9,'2019-09-02 11:24:48','2019-09-02 16:24:48','<!-- wp:image {\"id\":6991} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/marina-young-RADA-farmers-1024x730.jpg\" alt=\"Marina Young, the Principal Director of Technical Services at the Rural Agricultural Development Authority (RADA), is encouraging farmers to wear protective gear.\" class=\"wp-image-6991\" /><figcaption>Marina Young, the Principal Director of Technical Services at the Rural Agricultural Development Authority (RADA), is encouraging farmers to wear protective gear.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Rural Agricultural Development\nAuthority (RADA) is reminding farmers to wear the proper protective gear when\nusing pesticides on their farms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Principal Director of Technical Services at RADA, Marina Young, said that the Agency has faced challenges with farmers, using the required gear such as overalls, goggles, chemical resistant gloves and respirators.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The reasons are various including the fact it is very hot because even if they spray early in the morning or late afternoon, they are still in the tropics where the temperature is quite high,” she stated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“The most critical gears are the long-sleeve shirt, long pants, water boots and chemical resistant gloves. </p><cite>— RADA\'s Marina Young</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Young further noted that based on\nRADA’s engagement with the over 36,000 farmers annually, the cost of protective\ngear is also an issue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The most critical gears are the long-sleeve shirt, long pants, water boots and chemical resistant gloves.  The cost of the chemical resistant gloves is considered to be economical, as it is about $500 if bought in large quantities. However, respirators are the most expensive and can be between $4,000 and $5,000 depending on the brand and model,” she explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Young, however, noted that technology is developing very rapidly and protective gear can be simplified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So instead of wearing overalls,\nfarmers can use long-sleeve shirts and long pants which can be a lighter type\nof material,” she said.</p>\n<!-- /wp:paragraph -->','Farmers encouraged to wear protective gear when using pesticides','','inherit','closed','closed','','6990-revision-v1','','','2019-09-02 11:24:48','2019-09-02 16:24:48','',6990,'https://buzz-caribbean.com/article/6990-revision-v1/',0,'revision','',0),(6994,4,'2019-09-02 11:37:24','2019-09-02 16:37:24','<!-- wp:image {\"id\":6611} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/NOMADDZ-album-cover-1024x1024.jpg\" alt=\"\" class=\"wp-image-6611\" /><figcaption>The No-Maddz launched its new album, Heaven on Earth, on Friday (Aug 30).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>No-Maddz is on a mission to help return Reggae to its former glory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The group hopes to accomplish this feat starting with its <a aria-label=\"album  (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/walshy-fire-and-idris-elba-make-mark-on-no-maddzs-album/\" target=\"_blank\" rel=\"noreferrer noopener\">new album,<b> </b></a><b>Heaven On Earth</b>, which was released on Friday (Aug 30). In sharing its vision, the group cited icons like Bob Marley and Peter Tosh, who captured the hearts and minds of music lovers around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No-Maddz members Sheldon ‘Sheppie’ Shepherd and Everaldo ‘Evie’ Creary said they were disheartened recently when they entered a record store in New York, USA, and found the Reggae category tucked away at the back of the room.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Somehow since the works that Bob Marley, Peter Tosh and the like there has been a slow pace in terms of international recognition. Everyone is regurgitating what Bob and Tosh did,” Sheppie&nbsp;told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No-Maddz has partnered with top producer MC Walshy Fire from supergroup Major Lazer, on the production of <strong>Heaven on Earth</strong>. The album will be available across digital streaming and download platforms and on CD and vinyl. The group is expected to announce its Heaven on Earth Tour soon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5135} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/No-Maddz-A-1024x665.jpg\" alt=\"\" class=\"wp-image-5135\" /><figcaption>Sheldon ‘Sheppie’ Shepperd (left) and Everaldo ‘Evie’ Creary.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Working with Walshy Fire was something we wanted to do because we see him as a producer that channels music into many different audiences, music lovers, people who are buying music and going to festivals. It was a deliberate idea to merge his talents and experiences with our talents and our strengths as well. Walshy heard the song <strong>Heaven On Earth</strong> and did a cartwheel in the living room and said, this song, this album, this project made him want to get up and do something.” Sheppie said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The independently produced and released album also presents collaborations with artistes, including Idris Elba and Grammy-nominated Kumar (formerly of Raging Fyah). It also introduces the work of up-and-coming producer, The Wizard, who is the daughter of Beres Hammond.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Heaven On Earth </strong>is a commentary on the social constructs that affect Jamaica, and reflects on the hardships and triumphs that people all over the world face. Through this album, The No-Maddz’ activism is that of artistic celebration, economic advancement, and the nurturing of the beauty of humanity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'We wouldn’t mind getting the accolades and respect of our peers that’s a given.\'</p><cite>— Sheppie</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“We intend to see this project as one of the greatest ever in the world, not only in the Reggae genre but in terms of music in general. We have high intentions and we intend to garner mass appeal with this project, you nah mean? We wouldn’t mind getting the accolades and respect of our peers that’s a given — the respect of the listeners and the accolades of the industry, your talking about all the awards that musicians and music can receive, Grammys etc. We opened the flood gates and are open to receive all the blessings that this project can bring forward to us,\" Sheppie told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The group\'s previous album, <strong>Sly and Robbie </strong><strong>Presents</strong><strong> No-Maddz</strong> was released in 2015. It was listed among the 10 Best Reggae Albums of that year by Billboard Magazine.</p>\n<!-- /wp:paragraph -->','No-Maddz wants to restore reggae\'s former glory','','inherit','closed','closed','','6520-revision-v1','','','2019-09-02 11:37:24','2019-09-02 16:37:24','',6520,'https://buzz-caribbean.com/article/6520-revision-v1/',0,'revision','',0),(6996,4,'2019-09-02 11:45:56','2019-09-02 16:45:56','<!-- wp:image {\"id\":6611} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/NOMADDZ-album-cover-1024x1024.jpg\" alt=\"\" class=\"wp-image-6611\" /><figcaption>The No-Maddz launched its new album, Heaven on Earth, on Friday (Aug 30).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The No-Maddz is on a mission to help return Reggae to its former glory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The group hopes to accomplish this feat starting with its <a aria-label=\"album  (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/walshy-fire-and-idris-elba-make-mark-on-no-maddzs-album/\" target=\"_blank\" rel=\"noreferrer noopener\">new album,<b> </b></a><b>Heaven On Earth</b>, which was released on Friday (Aug 30). In sharing its vision, the group cited icons like Bob Marley and Peter Tosh, who captured the hearts and minds of music lovers around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The No-Maddz members Sheldon ‘Sheppie’ Shepherd and Everaldo ‘Evie’ Creary said they were disheartened recently when they entered a record store in New York, USA, and found the Reggae category tucked away at the back of the room.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Somehow since the works that Bob Marley, Peter Tosh and the like there has been a slow pace in terms of international recognition. Everyone is regurgitating what Bob and Tosh did,” Sheppie&nbsp;told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The No-Maddz has partnered with top producer MC Walshy Fire from supergroup Major Lazer, on the production of <strong>Heaven on Earth</strong>. The album will be available across digital streaming and download platforms and on CD and vinyl. The group is expected to announce its Heaven on Earth Tour soon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5135} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/No-Maddz-A-1024x665.jpg\" alt=\"\" class=\"wp-image-5135\" /><figcaption>Sheldon ‘Sheppie’ Shepperd (left) and Everaldo ‘Evie’ Creary.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Working with Walshy Fire was something we wanted to do because we see him as a producer that channels music into many different audiences, music lovers, people who are buying music and going to festivals. It was a deliberate idea to merge his talents and experiences with our talents and our strengths as well. Walshy heard the song <strong>Heaven On Earth</strong> and did a cartwheel in the living room and said, this song, this album, this project made him want to get up and do something.” Sheppie said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The independently produced and released album also presents collaborations with artistes, including Idris Elba and Grammy-nominated Kumar (formerly of Raging Fyah). It also introduces the work of up-and-coming producer, The Wixard, who is the daughter of Beres Hammond.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Heaven On Earth </strong>is a commentary on the social constructs that affect Jamaica, and reflects on the hardships and triumphs that people all over the world face. Through this album, The No-Maddz’ activism is that of artistic celebration, economic advancement, and the nurturing of the beauty of humanity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'We wouldn’t mind getting the accolades and respect of our peers that’s a given.\'</p><cite>— Sheppie</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“We intend to see this project as one of the greatest ever in the world, not only in the Reggae genre but in terms of music in general. We have high intentions and we intend to garner mass appeal with this project, you nah mean? We wouldn’t mind getting the accolades and respect of our peers that’s a given — the respect of the listeners and the accolades of the industry, your talking about all the awards that musicians and music can receive, Grammys etc. We opened the flood gates and are open to receive all the blessings that this project can bring forward to us,\" Sheppie told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The group\'s previous album, <strong>Sly and Robbie Present The No-Maddz</strong> was released in 2015. It was listed among the 10 Best Reggae Albums of that year by Billboard Magazine.</p>\n<!-- /wp:paragraph -->','The No-Maddz wants to restore reggae\'s former glory','','inherit','closed','closed','','6520-revision-v1','','','2019-09-02 11:45:56','2019-09-02 16:45:56','',6520,'https://buzz-caribbean.com/article/6520-revision-v1/',0,'revision','',0),(6997,21,'2019-09-02 11:53:57','2019-09-02 16:53:57','<!-- wp:image {\"id\":6998} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/NESBETH-A-20190902-1024x660.jpg\" alt=\"Reggae singer Nesbeth was forced to cut his North American stint short after receiving news that his brother, Anthony Brown, passed away on August 25.\" class=\"wp-image-6998\" /><figcaption>The brother of reggae singer Nesbeth died on August 25.  (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reggae singer Nesbeth was forced to cut his North American stint short after receiving news that his brother, Anthony Brown, passed away. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brown, the younger sibling of the singer who shares the same mother, passed away on Saturday, August 25, at the Kingston Public Hospital (KPH) only days after being admitted to the facility. The nature of his illness is still undisclosed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nesbeth, who was in Brooklyn, New York, at the time, said that he received the news during a performance. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It pains my heart deeply. Still can\'t believe he\'s gone.\" </p><cite>— Nesbeth </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"I got the news while I was on\nstage, and it has shaken me up. I kept getting flashes of times we spend\ntogether. I made him and myself a promise that I was going to open many doors\nof opportunity for him. Unfortunately, life never allowed him to be around to\nsee not even a quarter of such come to pass. It pains my heart deeply, still\ncan\'t believe he\'s gone,\" Nesbeth said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brown is one of six family members\nNesbeth has lost in the past six years. The other relatives who have died are his\nbeloved grandmother, mother, wife, sister and aunt. </p>\n<!-- /wp:paragraph -->','Nesbeth cuts tour short after brother dies','','publish','open','closed','','nesbeth-cuts-tour-short-after-brother-dies','','','2019-09-02 11:53:58','2019-09-02 16:53:58','',0,'https://buzz-caribbean.com/?p=6997',0,'post','',0),(6998,9,'2019-09-02 11:48:31','2019-09-02 16:48:31','','NESBETH-A-20190902','','inherit','open','closed','','nesbeth-a-20190902','','','2019-09-02 11:48:31','2019-09-02 16:48:31','',6997,'https://buzz-caribbean.com/app/uploads/2019/09/NESBETH-A-20190902.jpg',0,'attachment','image/jpeg',0),(6999,9,'2019-09-02 11:51:54','2019-09-02 16:51:54','<!-- wp:image {\"id\":6998} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/NESBETH-A-20190902-1024x660.jpg\" alt=\"Reggae singer Nesbeth was forced to cut his North American stint short after receiving news that his brother, Anthony Brown, passed away on August 25.\" class=\"wp-image-6998\" /><figcaption>The brother of reggae singer Nesbeth died on August 25.  (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reggae singer Nesbeth was forced to cut his North American stint short after receiving news that his brother, Anthony Brown, passed away. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brown, the younger sibling of the singer who shares the same mother, passed away on Saturday, August 25, at the Kingston Public Hospital (KPH) only days after being admitted to the facility. The nature of his illness is still undisclosed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nesbeth, who was in Brooklyn, New York, at the time, said that he received the news during a performance. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It pains my heart deeply. Still can\'t believe he\'s gone.\" </p><cite>— Nesbeth </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"I got the news while I was on\nstage, and it has shaken me up. I kept getting flashes of times we spend\ntogether. I made him and myself a promise that I was going to open many doors\nof opportunity for him. Unfortunately, life never allowed him to be around to\nsee not even a quarter of such come to pass. It pains my heart deeply, still\ncan\'t believe he\'s gone,\" Nesbeth said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brown is one of six family members\nNesbeth has lost in the past six years. The other relatives who have died are his\nbeloved grandmother, mother, wife, sister and aunt. </p>\n<!-- /wp:paragraph -->','Nesbeth cuts tour short after brother dies','','inherit','closed','closed','','6997-revision-v1','','','2019-09-02 11:51:54','2019-09-02 16:51:54','',6997,'https://buzz-caribbean.com/article/6997-revision-v1/',0,'revision','',0),(7000,23,'2019-09-02 12:32:52','2019-09-02 17:32:52','<!-- wp:image {\"id\":7001} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Romain-Virgo-landscape-20190902-1024x715.jpg\" alt=\"Romain Virgo released the official music video for Dutty Man on August 31. \" class=\"wp-image-7001\" /><figcaption>Romain Virgo released the official music video for Dutty Man on August 31. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reggae singer Romain Virgo is planning to hand over proceeds from his recently released single, <strong>Dutty Man</strong>, to Eve For Life. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Eve For Life is a local non-governmental organisation that supports and empowers survivors of sexual violence and women and children living with or affected by HIV/AIDS.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=nMPxwoOwRXA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=nMPxwoOwRXA\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The single, which was produced by Upsetter Records and\nLoud City Music, has been receiving positive feedback since Romain Virgo\nperformed it with 10-year-old Tashae Silvera at Reggae Sumfest in July. The\nperformance was the highlight for many in attendance at Night 2 of the\nfestival. The performance video generated thousands of views and shares from\nsocial media users. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The official music video for the track was released on August 31, and already it has received more than about 19,000 views on YouTube. There have also been tons of positive comments with viewers lauding Romain Virgo for the message. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Proceeds from Romain Virgo’s ‘Dutty Man’ single will be going to charity','','publish','open','closed','','proceeds-from-romain-virgos-dutty-man-single-will-be-going-to-charity','','','2019-09-02 12:32:53','2019-09-02 17:32:53','',0,'https://buzz-caribbean.com/?p=7000',0,'post','',0),(7001,9,'2019-09-02 12:29:48','2019-09-02 17:29:48','','Romain-Virgo-landscape-20190902','','inherit','open','closed','','romain-virgo-landscape-20190902','','','2019-09-02 12:29:48','2019-09-02 17:29:48','',7000,'https://buzz-caribbean.com/app/uploads/2019/09/Romain-Virgo-landscape-20190902.jpg',0,'attachment','image/jpeg',0),(7002,9,'2019-09-02 12:32:52','2019-09-02 17:32:52','<!-- wp:image {\"id\":7001} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Romain-Virgo-landscape-20190902-1024x715.jpg\" alt=\"Romain Virgo released the official music video for Dutty Man on August 31. \" class=\"wp-image-7001\" /><figcaption>Romain Virgo released the official music video for Dutty Man on August 31. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reggae singer Romain Virgo is planning to hand over proceeds from his recently released single, <strong>Dutty Man</strong>, to Eve For Life. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Eve For Life is a local non-governmental organisation that supports and empowers survivors of sexual violence and women and children living with or affected by HIV/AIDS.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=nMPxwoOwRXA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=nMPxwoOwRXA\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The single, which was produced by Upsetter Records and\nLoud City Music, has been receiving positive feedback since Romain Virgo\nperformed it with 10-year-old Tashae Silvera at Reggae Sumfest in July. The\nperformance was the highlight for many in attendance at Night 2 of the\nfestival. The performance video generated thousands of views and shares from\nsocial media users. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The official music video for the track was released on August 31, and already it has received more than about 19,000 views on YouTube. There have also been tons of positive comments with viewers lauding Romain Virgo for the message. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Proceeds from Romain Virgo’s ‘Dutty Man’ single will be going to charity','','inherit','closed','closed','','7000-revision-v1','','','2019-09-02 12:32:52','2019-09-02 17:32:52','',7000,'https://buzz-caribbean.com/article/7000-revision-v1/',0,'revision','',0),(7003,9,'2019-09-02 12:32:52','2019-09-02 17:32:52','<iframe title=\"Romain Virgo - Dutty Man (Official Music Video)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/nMPxwoOwRXA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','fcc3e3531dfd4d4be2041079c1e15292','','','2019-09-02 12:32:52','2019-09-02 17:32:52','',0,'https://buzz-caribbean.com/article/fcc3e3531dfd4d4be2041079c1e15292/',0,'oembed_cache','',0),(7005,21,'2019-09-02 12:54:49','2019-09-02 17:54:49','<!-- wp:image {\"id\":7006} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Duchess-Meghan-20190902.jpg\" alt=\"Duchess Megan doesn\'t want her son to meet her father. \" class=\"wp-image-7006\" /><figcaption>Duchess Megan doesn\'t want her son to meet her father. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Meghan, Duchess of Sussex, doesn\'t have an \"active relationship\" with her father, Thomas Markle, any more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 38-year-old royal has been publicly blasted by her father on several occasions, and sources close to the former actress - who is married to Prince Harry - have now said she won\'t be letting Thomas back into her life, and doesn\'t want him to meet her three-month-old son, Archie Harrison Mountbatten-Windsor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It\'s obviously heartbreaking for her, but she has to protect herself, her husband and her son.\"  </p><cite>— Insider</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>An insider told The Sun newspaper: \"It\'s a terribly sad situation, but Meghan has made the very difficult decision that she doesn\'t have an active relationship with her father any more. This was actually a decision she made some time ago, and it is something she\'s now coming to terms with.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The source continued: \"It\'s obviously heartbreaking for her, but she has to protect herself, her husband and her son. Thomas hasn\'t met Harry, and it\'s unlikely he\'ll meet Archie either.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meghan\'s decision comes after Thomas - who hasn\'t seen his daughter since before she married 34-year-old Harry in May 2018 - recently said he hoped that motherhood would have \"mellowed\" the former <strong>Suits</strong> star and she\'d have ended their estrangement so he could develop a relationship with his grandchild.</p>\n<!-- /wp:paragraph -->','Duchess Meghan won\'t have a relationship with father Thomas Markle','','publish','open','closed','','duchess-meghan-wont-have-a-relationship-with-father-thomas-markle','','','2019-09-02 12:54:50','2019-09-02 17:54:50','',0,'https://buzz-caribbean.com/?p=7005',0,'post','',0),(7006,9,'2019-09-02 12:51:02','2019-09-02 17:51:02','','The Duke and Duchess of Sussex Visit Tonga - Day 2','Prince Harry, the Duke of Sussex and Meghan, the Duke of Sussex attend the Unveiling of The Queen\'s Commonwealth Canopy at Tupou College in Tonga\n\n\n\nPictured: Meghan,the Duchess of Sussex\n\nRef: SPL5036527 261018 NON-EXCLUSIVE\n\nPicture by: SplashNews.com\n\n\n\nSplash News and Pictures\n\nLos Angeles: 310-821-2666\nNew York: 212-619-2666\nLondon: 0207 644 7656\nMilan: +39 02 4399 8577\nSydney: +61 02 9240 7700\n\nphotodesk@splashnews.com\n\n\n\nWorld Rights','inherit','open','closed','','the-duke-and-duchess-of-sussex-visit-tonga-day-2','','','2019-09-02 12:52:58','2019-09-02 17:52:58','',7005,'https://buzz-caribbean.com/app/uploads/2019/09/Duchess-Meghan-20190902.jpg',0,'attachment','image/jpeg',0),(7007,9,'2019-09-02 12:54:09','2019-09-02 17:54:09','<!-- wp:image {\"id\":7006} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Duchess-Meghan-20190902.jpg\" alt=\"Duchess Megan doesn\'t want her son to meet her father. \" class=\"wp-image-7006\" /><figcaption>Duchess Megan doesn\'t want her son to meet her father. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Meghan, Duchess of Sussex, doesn\'t have an \"active relationship\" with her father, Thomas Markle, any more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 38-year-old royal has been publicly blasted by her father on several occasions, and sources close to the former actress - who is married to Prince Harry - have now said she won\'t be letting Thomas back into her life, and doesn\'t want him to meet her three-month-old son, Archie Harrison Mountbatten-Windsor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It\'s obviously heartbreaking for her, but she has to protect herself, her husband and her son.\"  </p><cite>— Insider</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>An insider told The Sun newspaper: \"It\'s a terribly sad situation, but Meghan has made the very difficult decision that she doesn\'t have an active relationship with her father any more. This was actually a decision she made some time ago, and it is something she\'s now coming to terms with.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The source continued: \"It\'s obviously heartbreaking for her, but she has to protect herself, her husband and her son. Thomas hasn\'t met Harry, and it\'s unlikely he\'ll meet Archie either.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meghan\'s decision comes after Thomas - who hasn\'t seen his daughter since before she married 34-year-old Harry in May 2018 - recently said he hoped that motherhood would have \"mellowed\" the former <strong>Suits</strong> star and she\'d have ended their estrangement so he could develop a relationship with his grandchild.</p>\n<!-- /wp:paragraph -->','Duchess Meghan won\'t have a relationship with father Thomas Markle','','inherit','closed','closed','','7005-revision-v1','','','2019-09-02 12:54:09','2019-09-02 17:54:09','',7005,'https://buzz-caribbean.com/article/7005-revision-v1/',0,'revision','',0),(7008,23,'2019-09-02 13:12:28','2019-09-02 18:12:28','<!-- wp:image {\"id\":7009} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/JasonWhyte-1024x763.jpg\" alt=\"Jason Whyte is a member of competitive gaming team, Dr Birdz. \" class=\"wp-image-7009\" /><figcaption> Jason Whyte is a member of competitive gaming team Dr Birdz. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As Jamaica’s eSport industry grows, more persons\nhave been joining the movement. Here is a quick look at another member of the newly\nformed Dr Birdz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Name:</strong> Jason\nWhyte </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Gamer Tag:</strong>\nJaiysonX </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Age:</strong> 31 </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Located in:</strong> Santa\nCruz, St Elizabeth </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Favourite game:</strong> Mortal Kombat </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Genre specialisation:</strong> Fighting games</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How long have you been playing video games?:</strong> I’ve been playing since I was six years old. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>What got you into games?:</strong> I grew up with older cousins who always played, and I was always\naround them so I started playing too.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Console or PC:</strong> Console </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How did you end up on team:</strong> I won the two JEI qualifiers for Mortal Kombat XI.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>On playing at Evolution Championship Series:</strong> It was just amazing especially given the quality of my\nperformance and that of the team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Meet Jason Whyte from the Dr Birdz','','publish','open','closed','','meet-jason-whyte-from-the-dr-birdz','','','2019-09-02 13:12:28','2019-09-02 18:12:28','',0,'https://buzz-caribbean.com/?p=7008',0,'post','',0),(7009,9,'2019-09-02 13:09:30','2019-09-02 18:09:30','','JasonWhyte','','inherit','open','closed','','jasonwhyte','','','2019-09-02 13:09:30','2019-09-02 18:09:30','',7008,'https://buzz-caribbean.com/app/uploads/2019/09/JasonWhyte.jpg',0,'attachment','image/jpeg',0),(7010,9,'2019-09-02 13:12:00','2019-09-02 18:12:00','<!-- wp:image {\"id\":7009} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/JasonWhyte-1024x763.jpg\" alt=\"Jason Whyte is a member of competitive gaming team, Dr Birdz. \" class=\"wp-image-7009\" /><figcaption> Jason Whyte is a member of competitive gaming team, Dr Birdz. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As Jamaica’s eSport industry grows, more persons\nhave been joining the movement. Here is a quick look at another member of the newly\nformed Dr Birdz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Name:</strong> Jason\nWhyte </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Gamer Tag:</strong>\nJaiysonX </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Age:</strong> 31 </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Located in:</strong> Santa\nCruz, St Elizabeth </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Favourite game:</strong> Mortal Kombat </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Genre specialisation:</strong> Fighting games</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How long have you been playing video games?:</strong> I’ve been playing since I was six years old. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>What got you into games?:</strong> I grew up with older cousins who always played, and I was always\naround them so I started playing too.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Console or PC:</strong> Console </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How did you end up on team:</strong> I won the two JEI qualifiers for Mortal Kombat XI.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>On playing at Evolution Championship Series:</strong> It was just amazing especially given the quality of my\nperformance and that of the team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Meet Jason Whyte from the Dr Birdz','','inherit','closed','closed','','7008-revision-v1','','','2019-09-02 13:12:00','2019-09-02 18:12:00','',7008,'https://buzz-caribbean.com/article/7008-revision-v1/',0,'revision','',0),(7011,9,'2019-09-02 13:12:28','2019-09-02 18:12:28','<!-- wp:image {\"id\":7009} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/JasonWhyte-1024x763.jpg\" alt=\"Jason Whyte is a member of competitive gaming team, Dr Birdz. \" class=\"wp-image-7009\" /><figcaption> Jason Whyte is a member of competitive gaming team Dr Birdz. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As Jamaica’s eSport industry grows, more persons\nhave been joining the movement. Here is a quick look at another member of the newly\nformed Dr Birdz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Name:</strong> Jason\nWhyte </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Gamer Tag:</strong>\nJaiysonX </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Age:</strong> 31 </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Located in:</strong> Santa\nCruz, St Elizabeth </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Favourite game:</strong> Mortal Kombat </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Genre specialisation:</strong> Fighting games</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How long have you been playing video games?:</strong> I’ve been playing since I was six years old. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>What got you into games?:</strong> I grew up with older cousins who always played, and I was always\naround them so I started playing too.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Console or PC:</strong> Console </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How did you end up on team:</strong> I won the two JEI qualifiers for Mortal Kombat XI.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>On playing at Evolution Championship Series:</strong> It was just amazing especially given the quality of my\nperformance and that of the team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Meet Jason Whyte from the Dr Birdz','','inherit','closed','closed','','7008-revision-v1','','','2019-09-02 13:12:28','2019-09-02 18:12:28','',7008,'https://buzz-caribbean.com/article/7008-revision-v1/',0,'revision','',0),(7012,9,'2019-09-02 13:19:01','2019-09-02 18:19:01','{\"id\":\"7012\",\"questions\":[{\"uid\":\"7eb7499a-49ef-4c4d-afa6-197b6de49acd\",\"content\":\"Who do you think will win PNP\'s leadership race on Saturday, September 7?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"6aafd9b1-b5a4-4487-9932-e2cade3f32e4\",\"type\":\"image\",\"label\":\"Peter Bunting\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true,\"image\":{\"full\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Peter-Bunting-AAA.jpg\",\"thumbnail\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Peter-Bunting-AAA-150x150.jpg\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Peter-Bunting-AAA-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Peter-Bunting-AAA-300x200.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":683,\"width\":1024,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Peter-Bunting-AAA-1024x683.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Peter-Bunting-AAA.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"attachmentId\":3964}},{\"uid\":\"3431795d-3bc3-4fd1-8422-9cc771abd539\",\"type\":\"image\",\"label\":\"Dr Peter Phillips\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true,\"image\":{\"full\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/dr-peter-phillips-buzz-demo.jpg\",\"thumbnail\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/dr-peter-phillips-buzz-demo-150x150.jpg\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/dr-peter-phillips-buzz-demo-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":240,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/dr-peter-phillips-buzz-demo-240x300.jpg\",\"orientation\":\"portrait\"},\"large\":{\"height\":1024,\"width\":819,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/dr-peter-phillips-buzz-demo-819x1024.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/dr-peter-phillips-buzz-demo.jpg\",\"height\":1024,\"width\":819,\"orientation\":\"portrait\"}},\"attachmentId\":4898}}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','PNP\'s Leadership Race','','publish','closed','closed','','pnps-leadership-race','','','2019-09-02 13:23:17','2019-09-02 18:23:17','',0,'https://buzz-caribbean.com/?post_type=poll&#038;p=7012',0,'poll','',0),(7013,9,'2019-09-02 13:19:01','2019-09-02 18:19:01','{\"id\":\"7012\",\"questions\":[{\"uid\":\"7eb7499a-49ef-4c4d-afa6-197b6de49acd\",\"content\":\"Who do you think will win PNP\'s leadership race on September 7?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"6aafd9b1-b5a4-4487-9932-e2cade3f32e4\",\"type\":\"image\",\"label\":\"Peter Bunting\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true,\"image\":{\"full\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/peter-bunting-nom-day-buzz-1-1.jpg\",\"thumbnail\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/peter-bunting-nom-day-buzz-1-1-150x150.jpg\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/peter-bunting-nom-day-buzz-1-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/peter-bunting-nom-day-buzz-1-1-300x200.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":683,\"width\":1024,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/peter-bunting-nom-day-buzz-1-1-1024x683.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/peter-bunting-nom-day-buzz-1-1.jpg\",\"height\":3456,\"width\":5184,\"orientation\":\"landscape\"}},\"attachmentId\":4777}},{\"uid\":\"3431795d-3bc3-4fd1-8422-9cc771abd539\",\"type\":\"image\",\"label\":\"Dr Peter Phillips\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true,\"image\":{\"full\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/dr-peter-phillips-buzz-demo.jpg\",\"thumbnail\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/dr-peter-phillips-buzz-demo-150x150.jpg\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/dr-peter-phillips-buzz-demo-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":240,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/dr-peter-phillips-buzz-demo-240x300.jpg\",\"orientation\":\"portrait\"},\"large\":{\"height\":1024,\"width\":819,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/dr-peter-phillips-buzz-demo-819x1024.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/dr-peter-phillips-buzz-demo.jpg\",\"height\":1024,\"width\":819,\"orientation\":\"portrait\"}},\"attachmentId\":4898}}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','PNP\'s Leadership Race','','inherit','closed','closed','','7012-revision-v1','','','2019-09-02 13:19:01','2019-09-02 18:19:01','',7012,'https://buzz-caribbean.com/article/7012-revision-v1/',0,'revision','',0),(7014,9,'2019-09-02 13:22:37','2019-09-02 18:22:37','{\"id\":\"7012\",\"questions\":[{\"uid\":\"7eb7499a-49ef-4c4d-afa6-197b6de49acd\",\"content\":\"Who do you think will win PNP\'s leadership race on September 7?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"6aafd9b1-b5a4-4487-9932-e2cade3f32e4\",\"type\":\"image\",\"label\":\"Peter Bunting\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true,\"image\":{\"full\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Peter-Bunting-AAA.jpg\",\"thumbnail\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Peter-Bunting-AAA-150x150.jpg\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Peter-Bunting-AAA-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Peter-Bunting-AAA-300x200.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":683,\"width\":1024,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Peter-Bunting-AAA-1024x683.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Peter-Bunting-AAA.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"attachmentId\":3964}},{\"uid\":\"3431795d-3bc3-4fd1-8422-9cc771abd539\",\"type\":\"image\",\"label\":\"Dr Peter Phillips\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true,\"image\":{\"full\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/dr-peter-phillips-buzz-demo.jpg\",\"thumbnail\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/dr-peter-phillips-buzz-demo-150x150.jpg\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/dr-peter-phillips-buzz-demo-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":240,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/dr-peter-phillips-buzz-demo-240x300.jpg\",\"orientation\":\"portrait\"},\"large\":{\"height\":1024,\"width\":819,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/dr-peter-phillips-buzz-demo-819x1024.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/dr-peter-phillips-buzz-demo.jpg\",\"height\":1024,\"width\":819,\"orientation\":\"portrait\"}},\"attachmentId\":4898}}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','PNP\'s Leadership Race','','inherit','closed','closed','','7012-revision-v1','','','2019-09-02 13:22:37','2019-09-02 18:22:37','',7012,'https://buzz-caribbean.com/article/7012-revision-v1/',0,'revision','',0),(7015,9,'2019-09-02 13:23:17','2019-09-02 18:23:17','{\"id\":\"7012\",\"questions\":[{\"uid\":\"7eb7499a-49ef-4c4d-afa6-197b6de49acd\",\"content\":\"Who do you think will win PNP\'s leadership race on Saturday, September 7?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"6aafd9b1-b5a4-4487-9932-e2cade3f32e4\",\"type\":\"image\",\"label\":\"Peter Bunting\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true,\"image\":{\"full\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Peter-Bunting-AAA.jpg\",\"thumbnail\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Peter-Bunting-AAA-150x150.jpg\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Peter-Bunting-AAA-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Peter-Bunting-AAA-300x200.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":683,\"width\":1024,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Peter-Bunting-AAA-1024x683.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Peter-Bunting-AAA.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"attachmentId\":3964}},{\"uid\":\"3431795d-3bc3-4fd1-8422-9cc771abd539\",\"type\":\"image\",\"label\":\"Dr Peter Phillips\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true,\"image\":{\"full\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/dr-peter-phillips-buzz-demo.jpg\",\"thumbnail\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/dr-peter-phillips-buzz-demo-150x150.jpg\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/dr-peter-phillips-buzz-demo-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":240,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/dr-peter-phillips-buzz-demo-240x300.jpg\",\"orientation\":\"portrait\"},\"large\":{\"height\":1024,\"width\":819,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/dr-peter-phillips-buzz-demo-819x1024.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/dr-peter-phillips-buzz-demo.jpg\",\"height\":1024,\"width\":819,\"orientation\":\"portrait\"}},\"attachmentId\":4898}}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','PNP\'s Leadership Race','','inherit','closed','closed','','7012-revision-v1','','','2019-09-02 13:23:17','2019-09-02 18:23:17','',7012,'https://buzz-caribbean.com/article/7012-revision-v1/',0,'revision','',0),(7016,13,'2019-09-02 13:50:39','2019-09-02 18:50:39','','Miss Global International Beauty Pageant','','publish','closed','closed','','miss-global-international-beauty-pageant','','','2019-09-02 13:50:39','2019-09-02 18:50:39','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=7016',0,'out','',0),(7017,13,'2019-09-02 13:46:02','2019-09-02 18:46:02','','Miss Global','','inherit','open','closed','','miss-global','','','2019-09-02 13:46:02','2019-09-02 18:46:02','',7016,'https://buzz-caribbean.com/app/uploads/2019/09/miss-global.jpg',0,'attachment','image/jpeg',0),(7019,14,'2019-09-02 17:01:08','2019-09-02 22:01:08','<!-- wp:image {\"id\":7071} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-22-1024x683.jpg\" alt=\"\" class=\"wp-image-7071\" /><figcaption>Welcome to Circle K\'s 24-hour Constant Spring outlet in Half-Way-Tree! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Walking into Circle K and the aroma of freshly\nbrewed coffee wafts through the Constant Spring outlet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7026} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-10-1024x683.jpg\" alt=\"\" class=\"wp-image-7026\" /><figcaption>Circle K boasts three different coffee machines, be sure to try them all! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"I saw that Jamaica was ready for a full self-serve concept with convenience in its true definition,\"</p><cite> — Joseph Mahfood, franchisee for Circle K in Jamaica and the Caribbean</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The store is immaculate, teeming with customers\nlooking for a quick snack or drink, and you’re greeted by a warm and friendly\nsmile at the register.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7027} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-1-1024x683.jpg\" alt=\"\" class=\"wp-image-7027\" /><figcaption>The freshest Juici Beef patties, served every day with a smile (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If this was your first time, as was ours,\nyou quickly recognise that Circle K, open 24 hours and ideally located on 7\nConstant Spring Road, is not your typical shopping experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7028} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-18-1024x683.jpg\" alt=\"\" class=\"wp-image-7028\" /><figcaption>Whether you\'re up for a quick snack or an earthy brew of the best coffee, Circle K is sure to cater to your every need even on the go (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Half-Way Tree location was the first of\ntwo outlets opened by Joseph Mahood, franchisee of Circle K in the Caribbean. The\nsecond was opened at the intersection of King Street and South Parade in\ndowntown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Repeat customers is a good thing. You’re not coming back if you don’t have a good experience; so, customer experience for us, is everything\"</p><cite> — Mahfood in an interview with BUZZ.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Kingston businessman spoke in-depth with\nthe <strong>BUZZ</strong> team about his motivations\nto bring self-serve convenience to Jamaica and the wider region.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7029} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-3-1024x683.jpg\" alt=\"\" class=\"wp-image-7029\" /><figcaption>The man with a passion for self-serve convenience, franchisee for Circle K in Jamaica &amp; the Caribbean, 28-year-old Joseph Mahfood (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>The vision</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Mahfood’s journey started in 2018. After\ncompleting his MBA, the 28-year-old Mahfood felt unsure about what next to do. At\nthat point, he decided to act upon the knowledge he had acquired about Circle K\nin Central America while he was in college. &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“About a year ago I started the journey,\njumped on a plane and flew to Phoenix, walked into their office, introduced\nmyself, said I was from Jamaica and I want to bring you guys to Jamaica. That’s\nhow it started,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7030} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-13.jpg\" alt=\"\" class=\"wp-image-7030\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The rest, as they say, is history and now, Mahfood and Circle K are moving aggressively to expand across Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Ocho Rios will [have] our first store outside of Kingston,\"</p><cite> — Joseph Mafood giving BUZZ the scoop on new outlets across Jamaica in the coming months.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Basically, I saw that Jamaica was ready for a full self-serve concept with convenience in its true definition. That’s what encouraged us to bring this franchise to Jamaica,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7033} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-4-1024x683.jpg\" alt=\"\" class=\"wp-image-7033\" /><figcaption>A clean store with fully stocked shelves is just one of the many benefits of shopping at Circle K (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Circle K is one of the largest convenience\nstore chains in the world with over 16,000 locations worldwide. The concept isn’t\ntotally foreign to Jamaican shoppers, who for decades have purchased, at least\nonce in their lifetime, from a wholesale — the bubbly corners stores scattered\nacross the island. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7073} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-23-1024x683.jpg\" alt=\"\" class=\"wp-image-7073\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Jamaica Constabulary Force (JCF) members are invited to come to the HWT outlet between 10pm and 5am and get a free cup of freshly brewed coffee! </p><cite> — Circle K in HWT, offering perks to police officers on the graveyard shift</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“If you look at some of the other countries that are doing it, they have similar industries, such as what we call here in Jamaica, the wholesale. So, you basically shop through a window, there’s no walking around the store and these are the Jamaican corner shops,” Mahfood explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But the franchisee in Jamaica and the Caribbean\ntold <strong>BUZZ</strong> that while the concept isn’t\nnew, Circle K’s delivery is certainly fresh. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7031} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-5-1024x683.jpg\" alt=\"\" class=\"wp-image-7031\" /><figcaption>Channelling self-serve in its truest definition, Circle K is a unique shopping experience in the heart of Half-Way-Tree (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“In the other markets that Circle K\nintroduced themselves, it was the same type of thing until Circle K came in,\nbroke those barriers, and said ‘Customers, feel free to pick, walk around and explore\nas you please’. We strive for three things: great customer service, a clean\nenvironment to shop, and fully stocked shelves,” Mahfood said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7032} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-8-1024x683.jpg\" alt=\"\" class=\"wp-image-7032\" /><figcaption>Frozen. Slushies! Have your pick, Hershey\'s or Jolly Rancher? (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Expanding at light speed across Jamaica</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A third and fourth outlet is in the pipeline for Mahfood, with Three Miles being the next addition to the growing network of stores. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mahfood told <strong>BUZZ</strong> exclusively that Ocho Rios will have the first outlet outside of Kingston, with a pristine shopping experience set for the resort town in the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’re still finalising the plans [for\nThree Miles]; that’s been challenging due to the roadworks. One of our plans is\nto have parking lots lined up around the outside of the store and make it all\nglass. So, customers can park, see right in the store, run in, grab something\nand go. We signed a fourth lease for Ocho Rios, so the next store after Spanish\nTown Road, will be our first store outside of Kingston,” he disclosed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7034} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-21-1024x683.jpg\" alt=\"\" class=\"wp-image-7034\" /><figcaption>Be sure to try out Circle K’s premium quality, 100% beef hot dogs. Pair it with toppings of your choice to go along with freshly made bread rolls delivered every morning!</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mahfood further noted that Circle K plans\nto expand into other Caribbean islands. The young Kingston businessman projects\nthat the region should have over 200 outlets in the next five years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So, in Jamaica, we plan on going island-wide and we’re pushing aggressively for just about 60 stores across the country. Throughout the Caribbean, we’re planning for more than 200 stores,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Customer satisfaction ranks high on Mahfood’s\npriorities, and he beamed as he reflected on the good reviews Circle K has had from\ncustomers in and around Half-Way-Tree.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We strive for three things: great customer service, a clean environment to shop, and fully stocked shelves,\"</p><cite> —  Joseph Mahfood to BUZZ.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“It’s\nbeen great, and I think one of the reasons for [that] is customer service. I’m incredibly\nhappy with our team members and how we’ve been able to achieve this,” Mahfood smiled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7035} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-19-1024x683.jpg\" alt=\"\" class=\"wp-image-7035\" /><figcaption>Open 24-hours is NOT an exaggeration. Feed your inner night owl if you\'re close by (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We get a lot of repeat customers which is a good thing. You’re not coming back if you don’t have a good experience; customer experience for us, is everything. We have great prices, a great variety and the friendliest people in Jamaica!” he exclaimed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An added plus to shopping at Circle K,\noutside the amazing food and clean countertops, is the heightened security\npresence at any time of day. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7078} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-12-1024x683.jpg\" alt=\"\" class=\"wp-image-7078\" /><figcaption>Jumbo saltfish fritters, by Fish Pot, are a mainstay at Circle K. Judging from how fast they go daily, they\'re a hot commodity! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mahfood told BUZZ that members of the Jamaica Constabulary Force (JCF) are invited to come to the HWT outlet between the hours of 10 pm and 4 am, present their ID and get a free cup of freshly brewed coffee.</p>\n<!-- /wp:paragraph -->','Circle K: Friendly self-serve franchise rolls out across Jamaica','','publish','open','closed','','circle-k-a-friendly-convenience-smack-in-hwt','','','2019-09-03 10:10:23','2019-09-03 15:10:23','',0,'https://buzz-caribbean.com/?p=7019',0,'post','',0),(7020,21,'2019-09-02 14:56:56','2019-09-02 19:56:56','<!-- wp:paragraph -->\n<p>Peter Bunting has been an accomplished Member of Parliament and Government Minister. As Minister&nbsp;of National Security, he boasts numerous achievements, which include merging the Jamaica Constabulary Force (JCF) and the Island Special Constabulary Force (ISCF) to increase efficiency. He also saw to the creation of MOCA to target criminals and their facilitators.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Check out the video below for Bunting\'s top 10 achievements as a minister.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/S36uECvfDi4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/S36uECvfDi4\n</div></figure>\n<!-- /wp:embed -->','Top 10 ministerial achievements of Peter Bunting','','publish','open','closed','','top-10-ministerial-achievements-of-peter-bunting','','','2019-09-02 15:05:10','2019-09-02 20:05:10','',0,'https://buzz-caribbean.com/?p=7020',0,'post','',0),(7021,4,'2019-09-02 14:07:45','2019-09-02 19:07:45','{{unknown}}','','','publish','closed','closed','','5d3f73279481429c4843e07483e60992','','','2019-09-02 14:07:45','2019-09-02 19:07:45','',0,'https://buzz-caribbean.com/article/5d3f73279481429c4843e07483e60992/',0,'oembed_cache','',0),(7022,4,'2019-09-02 14:12:21','2019-09-02 19:12:21','<iframe title=\"PETER BUNTING ACHIEVEMENTS   BUZZ\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/S36uECvfDi4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','5523d8ada65465ae6c152867aa672107','','','2019-09-02 14:12:21','2019-09-02 19:12:21','',0,'https://buzz-caribbean.com/article/5523d8ada65465ae6c152867aa672107/',0,'oembed_cache','',0),(7024,16,'2019-09-02 14:24:58','2019-09-02 19:24:58','','Ramble Logo Image Blk Bckgrnd','','inherit','open','closed','','ramble-logo-image_blk-bckgrnd','','','2019-09-02 14:25:40','2019-09-02 19:25:40','',2993,'https://buzz-caribbean.com/app/uploads/2019/08/Ramble-Logo-Image_blk-bckgrnd.jpg',0,'attachment','image/jpeg',0),(7026,14,'2019-09-02 14:41:25','2019-09-02 19:41:25','','circle-k-buzz-feature-10','','inherit','open','closed','','circle-k-buzz-feature-10','','','2019-09-02 14:41:25','2019-09-02 19:41:25','',7019,'https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-10.jpg',0,'attachment','image/jpeg',0),(7027,14,'2019-09-02 14:41:39','2019-09-02 19:41:39','','circle-k-buzz-feature-1','','inherit','open','closed','','circle-k-buzz-feature-1','','','2019-09-02 14:41:39','2019-09-02 19:41:39','',7019,'https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-1.jpg',0,'attachment','image/jpeg',0),(7028,14,'2019-09-02 14:41:50','2019-09-02 19:41:50','','circle-k-buzz-feature-18','','inherit','open','closed','','circle-k-buzz-feature-18','','','2019-09-02 14:41:50','2019-09-02 19:41:50','',7019,'https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-18.jpg',0,'attachment','image/jpeg',0),(7029,14,'2019-09-02 14:42:15','2019-09-02 19:42:15','','circle-k-buzz-feature-3','','inherit','open','closed','','circle-k-buzz-feature-3','','','2019-09-02 14:42:15','2019-09-02 19:42:15','',7019,'https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-3.jpg',0,'attachment','image/jpeg',0),(7030,14,'2019-09-02 14:42:27','2019-09-02 19:42:27','','circle-k-buzz-feature-13','','inherit','open','closed','','circle-k-buzz-feature-13','','','2019-09-02 14:42:27','2019-09-02 19:42:27','',7019,'https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-13.jpg',0,'attachment','image/jpeg',0),(7031,14,'2019-09-02 14:42:46','2019-09-02 19:42:46','','circle-k-buzz-feature-5','','inherit','open','closed','','circle-k-buzz-feature-5','','','2019-09-02 14:42:46','2019-09-02 19:42:46','',7019,'https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-5.jpg',0,'attachment','image/jpeg',0),(7032,14,'2019-09-02 14:43:21','2019-09-02 19:43:21','','circle-k-buzz-feature-8','','inherit','open','closed','','circle-k-buzz-feature-8','','','2019-09-02 14:43:21','2019-09-02 19:43:21','',7019,'https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-8.jpg',0,'attachment','image/jpeg',0),(7033,14,'2019-09-02 14:44:04','2019-09-02 19:44:04','','circle-k-buzz-feature-4','','inherit','open','closed','','circle-k-buzz-feature-4','','','2019-09-02 14:44:04','2019-09-02 19:44:04','',7019,'https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-4.jpg',0,'attachment','image/jpeg',0),(7034,14,'2019-09-02 14:44:14','2019-09-02 19:44:14','','circle-k-buzz-feature-21','','inherit','open','closed','','circle-k-buzz-feature-21','','','2019-09-02 14:44:14','2019-09-02 19:44:14','',7019,'https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-21.jpg',0,'attachment','image/jpeg',0),(7035,14,'2019-09-02 14:44:27','2019-09-02 19:44:27','','circle-k-buzz-feature-19','','inherit','open','closed','','circle-k-buzz-feature-19','','','2019-09-02 14:44:27','2019-09-02 19:44:27','',7019,'https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-19.jpg',0,'attachment','image/jpeg',0),(7036,14,'2019-09-02 14:44:54','2019-09-02 19:44:54','','circle-k-buzz-feature-2','','inherit','open','closed','','circle-k-buzz-feature-2','','','2019-09-02 14:44:54','2019-09-02 19:44:54','',7019,'https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-2.jpg',0,'attachment','image/jpeg',0),(7037,14,'2019-09-02 14:45:10','2019-09-02 19:45:10','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Walking into Circle K and the aroma of freshly\nbrewed coffee wafts through the Constant Spring outlet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7026} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-10-1024x683.jpg\" alt=\"\" class=\"wp-image-7026\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"I saw that Jamaica was ready for a full self-serve concept with convenience in its true definition,\"</p><cite> — Joseph Mahfood, franchisee for Circle K in Jamaica and the Caribbean</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The store is immaculate, teeming with customers\nlooking for a quick snack or drink, and you’re greeted by a warm and friendly\nsmile at the register.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7027} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-1-1024x683.jpg\" alt=\"\" class=\"wp-image-7027\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If this was your first time, as was ours,\nyou quickly recognise that Circle K, open 24 hours and ideally located on 7\nConstant Spring Road, is not your typical shopping experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7028} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-18-1024x683.jpg\" alt=\"\" class=\"wp-image-7028\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Half-Way Tree location was the first of\ntwo outlets opened by Joseph Mahood, franchisee of Circle K in the Caribbean. The\nsecond was opened at the intersection of King Street and South Parade in\ndowntown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"[R]epeat customers is a good thing. You’re not coming back if you don’t have a good experience; so, customer experience for us, is everything,\"</p><cite> — Mahfood in an interview with BUZZ.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Kingston businessman spoke in-depth with\nthe <strong>BUZZ</strong> team about his motivations\nto bring self-serve convenience to Jamaica and the wider region.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7029} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-3-1024x683.jpg\" alt=\"\" class=\"wp-image-7029\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mahfood’s journey started in 2018. After\ncompleting his MBA, the 28-year-old Mahfood felt unsure about what next to do. At\nthat point, he decided to act upon the knowledge he had acquired about Circle K\nin Central America while he was in college. &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“About a year ago I started the journey,\njumped on a plane and flew to Phoenix, walked into their office, introduced\nmyself, said I was from Jamaica and I want to bring you guys to Jamaica. That’s\nhow it started,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7030} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-13.jpg\" alt=\"\" class=\"wp-image-7030\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The rest, as they say, is history and now, Mahfood and Circle K are moving aggressively to expand across Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Ocho Rios will [have] our first store outside of Kingston,\"</p><cite> — Joseph Mafood giving BUZZ the scoop on new outlets across Jamaica in the coming months.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Basically, I saw that Jamaica was ready for a full self-serve concept with convenience in its true definition. That’s what encouraged us to bring this franchise to Jamaica,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7033} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-4-1024x683.jpg\" alt=\"\" class=\"wp-image-7033\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Circle K is one of the largest convenience\nstore chains in the world with over 16,000 locations worldwide. The concept isn’t\ntotally foreign to Jamaican shoppers, who for decades have purchased, at least\nonce in their lifetime, from a wholesale — the bubbly corners stores scattered\nacross the island. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Jamaica Constabulary Force (JCF) members are invited to come to the HWT outlet between 10pm and 5am and get a free cup of freshly brewed coffee! </p><cite> — Circle K in HWT, offering perks to police officers on the graveyard shift</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“If you look at some of the other countries that are doing it, they have similar industries, such as what we call here in Jamaica, the wholesale. So, you basically shop through a window, there’s no walking around the store and these are the Jamaican corner shops,” Mahfood explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But the franchisee in Jamaica and the Caribbean\ntold <strong>BUZZ</strong> that while the concept isn’t\nnew, Circle K’s delivery is certainly fresh. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7031} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-5-1024x683.jpg\" alt=\"\" class=\"wp-image-7031\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“In the other markets that Circle K\nintroduced themselves, it was the same type of thing until Circle K came in,\nbroke those barriers, and said ‘Customers, feel free to pick, walk around and explore\nas you please’. We strive for three things: great customer service, a clean\nenvironment to shop, and fully stocked shelves,” Mahfood said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7032} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-8-1024x683.jpg\" alt=\"\" class=\"wp-image-7032\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A third and fourth outlet is in the pipeline for Mahfood, with Three Miles being the next addition to the growing network of stores. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mahfood told <strong>BUZZ</strong> exclusively that Ocho Rios will have the first outlet outside of Kingston, with a pristine shopping experience set for the resort town in the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’re still finalising the plans [for\nThree Miles]; that’s been challenging due to the roadworks. One of our plans is\nto have parking lots lined up around the outside of the store and make it all\nglass. So, customers can park, see right in the store, run in, grab something\nand go. We signed a fourth lease for Ocho Rios, so the next store after Spanish\nTown Road, will be our first store outside of Kingston,” he disclosed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7034} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-21-1024x683.jpg\" alt=\"\" class=\"wp-image-7034\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mahfood further noted that Circle K plans\nto expand into other Caribbean islands. The young Kingston businessman projects\nthat the region should have over 200 outlets in the next five years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So, in Jamaica we plan on going island-wide and we’re pushing aggressively for just about 60 stores across the country. Throughout the Caribbean, we’re planning for more than 200 stores,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Customer satisfaction ranks high on Mahfood’s\npriorities, and he beamed as he reflected on the good reviews Circle K has had from\ncustomers in and around Half-Way-Tree.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We strive for three things: great customer service, a clean environment to shop, and fully stocked shelves,\"</p><cite> — </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“It’s\nbeen great, and I think one of the reasons for [that] is customer service. I’m incredibly\nhappy with our team members and how we’ve been able to achieve this,” Mahfood smiled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7035} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-19-1024x683.jpg\" alt=\"\" class=\"wp-image-7035\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We get a lot of repeat customers which is a good thing. You’re not coming back if you don’t have a good experience; customer experience for us, is everything. We have great prices, a great variety and the friendliest people in Jamaica!” he exclaimed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An added plus to shopping at Circle K,\noutside the amazing food and clean countertops, is the heightened security\npresence at any time of day. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7036} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-2-1024x683.jpg\" alt=\"\" class=\"wp-image-7036\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mahfood told BUZZ that members of the Jamaica Constabulary Force (JCF) are invited to come to the HWT outlet between the hours of 10 pm and 5 am, present their ID and get a free cup of freshly brewed coffee.</p>\n<!-- /wp:paragraph -->','Circle K: A friendly convenience smack in HWT','','inherit','closed','closed','','7019-revision-v1','','','2019-09-02 14:45:10','2019-09-02 19:45:10','',7019,'https://buzz-caribbean.com/article/7019-revision-v1/',0,'revision','',0),(7038,4,'2019-09-02 14:52:11','2019-09-02 19:52:11','<!-- wp:paragraph -->\n<p>Peter Bunting has been an accomplished Member of Parliament and Government Minister. As Minister of National Security, he boasts numerous achievements, which include merging the Jamaica Constabulary Force (JCF) and the Island Special Constabulary Force (ISCF) to increase efficiency. He also saw to the creation of MOCA to target criminals and their facilitators.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Check out the video below for Bunting\'s top ten achievements as a minister.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/S36uECvfDi4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/S36uECvfDi4\n</div></figure>\n<!-- /wp:embed -->','Top 10 ministerial achievements of Peter Bunting','','inherit','closed','closed','','7020-revision-v1','','','2019-09-02 14:52:11','2019-09-02 19:52:11','',7020,'https://buzz-caribbean.com/article/7020-revision-v1/',0,'revision','',0),(7039,4,'2019-09-02 14:54:20','2019-09-02 19:54:20','','Sponsored Logo RISE United','','inherit','open','closed','','sponsored-logo-rise-united','','','2019-09-02 14:54:20','2019-09-02 19:54:20','',0,'https://buzz-caribbean.com/app/uploads/2019/09/Sponsored-Logo-RISE-United.jpg',0,'attachment','image/jpeg',0),(7041,4,'2019-09-02 14:56:56','2019-09-02 19:56:56','<!-- wp:paragraph -->\n<p>Peter Bunting has been an accomplished Member of Parliament and Government Minister. As Minister&nbsp;of National Security, he boasts numerous achievements, which include merging the Jamaica Constabulary Force (JCF) and the Island Special Constabulary Force (ISCF) to increase efficiency. He also saw to the creation of MOCA to target criminals and their facilitators.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Check out the below video  for Bunting\'s top ten achievements as a minister.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/S36uECvfDi4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/S36uECvfDi4\n</div></figure>\n<!-- /wp:embed -->','Top 10 ministerial achievements of Peter Bunting','','inherit','closed','closed','','7020-revision-v1','','','2019-09-02 14:56:56','2019-09-02 19:56:56','',7020,'https://buzz-caribbean.com/article/7020-revision-v1/',0,'revision','',0),(7042,14,'2019-09-02 16:20:05','2019-09-02 21:20:05','<!-- wp:image {\"id\":7047} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-1024x680.jpg\" alt=\"\" class=\"wp-image-7047\" /><figcaption>The name\'s Reeves. Keanu Reeves. The internet\'s boyfriend (Photo: Yahoo!)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Canadian actor Keanu Reeves, the internet’s\nboyfriend, celebrates his 55th birthday today and the world is showering the\nmodest Hollywood A-lister with love and praise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From his meteoric rise after headlining action-thriller <strong>Speed</strong>, the simulation destroying fame he gained after <strong>The Matrix</strong> franchise – to his current exploits as the world’s most infamous, deadliest assassin in <strong>John Wick</strong> – Reeves has certainly made a name for himself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7048} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-5-1024x577.jpg\" alt=\"\" class=\"wp-image-7048\" /><figcaption>From his first critical hit, Bill &amp; Ted\'s Excellent Adventure, to Neo in The Matrix, and now John Wick, master assassin Keanu Reeves is certainly one of Hollywood\'s most versatile actors (Photo: Hollywood Reporter)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But more impressively is the Canadian’s\nunassuming personality – revealing a warm, kind and caring soul, who donates\nmuch of his fortunes to charity and cherishes a frugal life away from the\ncamera.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> joins the world in celebrating Keanu Reeves; the man, his work and his impact so far with some interesting facts:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Early life</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Born to a British costume designer and an absentee American father, Keanu Charles Reeves entered the world on September 2, 1964, in Beirut, Lebanon.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7050} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-2-1024x683.jpg\" alt=\"\" class=\"wp-image-7050\" /><figcaption>Reeves in 2019, arguably Hollywood\'s coolest celebrity and the internet\'s boyfriend (Photo: Daniel Jackson, GQ)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>In Hawaiian, his first name means \"cool breeze over the mountains\".</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Reeves began his acting career at the age of nine, appearing in a theatre production of Damn Yankees. Six years later, at 15, young Keanu played Mercutio in a stage production of Romeo and Juliet at the Leah Posluns Theatre in North York, Ontario. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7049} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-3-1024x799.jpg\" alt=\"\" class=\"wp-image-7049\" /><figcaption>A young and stoic Keanu (far right) poses with the cast of For Adults Only in the late 1990s (Photo: Mr-Reeves.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>A new start in America</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>When he was 20-years-old, after dropping out of high school at 17, Reeves obtained a green card through his American stepfather and moved to Los Angeles.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Keanu personally has no social media profiles – not even on the three most popular platforms Facebook, Twitter and Instagram.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7062} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-8.jpeg\" alt=\"\" class=\"wp-image-7062\" /><figcaption>The biggest surprise of E3 2019 was the reveal that Keanu Reeves will star in Cyberpunk 2077 as one of the game\'s major characters. (Photo: CD Projekt Red)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>Though he is entitled to British citizenship through his mother, Reeves holds Canadian citizenship by naturalization and identifies as such.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Keanu is left-handed.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7051} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-left-handed-buzz-demo-1024x963.jpg\" alt=\"\" class=\"wp-image-7051\" /><figcaption>Keanu Reeves in São Paulo, Brazil in April, signing an agreement to film a television series in the South American city (Photo: Governo do Estado de São Paulo)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>An avid motorcyclist, Reeves co-founded Arch Motorcycle Company, which builds and sells custom motorcycles.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/6f9aTOh0zv/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/6f9aTOh0zv/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:list -->\n<ul><li>Despite his very stoic demeanour, Keanu is a voracious reader and fiercely intelligent.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7057} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-7.jpg\" alt=\"\" class=\"wp-image-7057\" /><figcaption>Reeves reading Nikolai Gogol\'s satirical masterpiece The Government Inspector while walking to his car in Hollywood in 2009 (Photo: Twitter @KeanuThings)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>For an actor worth US$350 million, Reeves waited until 40 to buy his first property, a four-bedroom, $4.5 million Hollywood Hills home.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7052} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-6.jpg\" alt=\"\" class=\"wp-image-7052\" /><figcaption>The entrance to Reeves\' modest Hollywood Hills home in California (Photo: Flickr)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Keanu: A man with much happy with very little</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>In a 2012 interview, Reeves was quoted as saying, “Money doesn’t mean anything to me. I give lots away and live simply. We all know that good health is much more important.”</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>After watching his sister, Kim, undergo a decade-long battle with leukemia, Reeves quietly founded a private cancer foundation. When he set up the cancer charity, Keanu chose not to attach his name to the organisation. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7061} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-4-1024x744.jpg\" alt=\"\" class=\"wp-image-7061\" /><figcaption>Keanu Reeves at a promotional event for “John Wick: Chapter 2” in 2017. (Photo: Kim Kyung-Hoon, Reuters)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>The 55-year-old has also supported animal welfare organisation PETA, the SickKids Foundation, and Stand Up to Cancer.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Happy birthday, Keanu! </p>\n<!-- /wp:paragraph -->','The internet celebrates Keanu Reeves’ 55th birthday','','publish','open','closed','','the-internet-celebrates-keanu-reeves-55th-birthday','','','2019-09-02 17:27:28','2019-09-02 22:27:28','',0,'https://buzz-caribbean.com/?p=7042',0,'post','',0),(7043,9,'2019-09-02 15:05:09','2019-09-02 20:05:09','<!-- wp:paragraph -->\n<p>Peter Bunting has been an accomplished Member of Parliament and Government Minister. As Minister&nbsp;of National Security, he boasts numerous achievements, which include merging the Jamaica Constabulary Force (JCF) and the Island Special Constabulary Force (ISCF) to increase efficiency. He also saw to the creation of MOCA to target criminals and their facilitators.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Check out the video below for Bunting\'s top 10 achievements as a minister.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/S36uECvfDi4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/S36uECvfDi4\n</div></figure>\n<!-- /wp:embed -->','Top 10 ministerial achievements of Peter Bunting','','inherit','closed','closed','','7020-revision-v1','','','2019-09-02 15:05:09','2019-09-02 20:05:09','',7020,'https://buzz-caribbean.com/article/7020-revision-v1/',0,'revision','',0),(7044,21,'2019-09-02 15:16:01','2019-09-02 20:16:01','<!-- wp:image {\"id\":7045} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kevin-hart-eniko.jpg\" alt=\"Eniko Parrish (right) says her husband, Kevin Hart, is doing well. \" class=\"wp-image-7045\" /><figcaption>Eniko Parrish (right) says her husband, Kevin Hart, is doing well. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kevin Hart\'s wife has assured fans that he is \"doing great and he\'s going to be just fine\" after he was involved in a major car accident over the weekend. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 40-year-old actor\'s wife, Eniko Parrish, has given an update on his condition after he underwent surgery on his back on Sunday afternoon to rectify the injuries he sustained when his car veered off the Mulholland Highway in Malibu. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 35-year-old beauty told TMZ.com: \"He\'s great. He\'s going to be just fine.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"He\'s going to be just fine.\"</p><cite>—  Eniko Parrish </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Eniko - who has 22-month-old son Kenzo with Kevin - has said that the <strong>Night School </strong>star is awake and talking but will need to stay in hospital for a little while in order to recuperate from the surgery and recover from the stress of the crash. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Ride Along</strong> star was in the car with two other people - one of whom was driving - when his Plymouth Barracuda veered off the highway in Malibu Hills, California, and ended up in a gully about 10 feet off the road. Both Kevin and his driver were taken to hospital after sustaining \"major back injuries\", but the third person in the vehicle did not need medical treatment.</p>\n<!-- /wp:paragraph -->','Kevin Hart is \'doing great\' after crash','','publish','open','closed','','kevin-hart-is-doing-great-after-crash','','','2019-09-02 15:16:02','2019-09-02 20:16:02','',0,'https://buzz-caribbean.com/?p=7044',0,'post','',0),(7045,9,'2019-09-02 15:12:15','2019-09-02 20:12:15','','kevin-hart-eniko','','inherit','open','closed','','kevin-hart-eniko','','','2019-09-02 15:12:15','2019-09-02 20:12:15','',7044,'https://buzz-caribbean.com/app/uploads/2019/09/kevin-hart-eniko.jpg',0,'attachment','image/jpeg',0),(7046,9,'2019-09-02 15:16:01','2019-09-02 20:16:01','<!-- wp:image {\"id\":7045} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kevin-hart-eniko.jpg\" alt=\"Eniko Parrish (right) says her husband, Kevin Hart, is doing well. \" class=\"wp-image-7045\" /><figcaption>Eniko Parrish (right) says her husband, Kevin Hart, is doing well. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kevin Hart\'s wife has assured fans that he is \"doing great and he\'s going to be just fine\" after he was involved in a major car accident over the weekend. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 40-year-old actor\'s wife, Eniko Parrish, has given an update on his condition after he underwent surgery on his back on Sunday afternoon to rectify the injuries he sustained when his car veered off the Mulholland Highway in Malibu. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 35-year-old beauty told TMZ.com: \"He\'s great. He\'s going to be just fine.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"He\'s going to be just fine.\"</p><cite>—  Eniko Parrish </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Eniko - who has 22-month-old son Kenzo with Kevin - has said that the <strong>Night School </strong>star is awake and talking but will need to stay in hospital for a little while in order to recuperate from the surgery and recover from the stress of the crash. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Ride Along</strong> star was in the car with two other people - one of whom was driving - when his Plymouth Barracuda veered off the highway in Malibu Hills, California, and ended up in a gully about 10 feet off the road. Both Kevin and his driver were taken to hospital after sustaining \"major back injuries\", but the third person in the vehicle did not need medical treatment.</p>\n<!-- /wp:paragraph -->','Kevin Hart is \'doing great\' after crash','','inherit','closed','closed','','7044-revision-v1','','','2019-09-02 15:16:01','2019-09-02 20:16:01','',7044,'https://buzz-caribbean.com/article/7044-revision-v1/',0,'revision','',0),(7047,14,'2019-09-02 15:44:03','2019-09-02 20:44:03','','keanu-reeves-buzz-demo','','inherit','open','closed','','keanu-reeves-buzz-demo','','','2019-09-02 15:44:03','2019-09-02 20:44:03','',7042,'https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo.jpg',0,'attachment','image/jpeg',0),(7048,14,'2019-09-02 15:44:20','2019-09-02 20:44:20','','keanu-reeves-buzz-demo-5','','inherit','open','closed','','keanu-reeves-buzz-demo-5','','','2019-09-02 15:44:20','2019-09-02 20:44:20','',7042,'https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-5.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (7049,14,'2019-09-02 15:45:14','2019-09-02 20:45:14','','keanu-reeves-buzz-demo-3','','inherit','open','closed','','keanu-reeves-buzz-demo-3','','','2019-09-02 15:45:14','2019-09-02 20:45:14','',7042,'https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-3.jpg',0,'attachment','image/jpeg',0),(7050,14,'2019-09-02 15:46:53','2019-09-02 20:46:53','','keanu-reeves-buzz-demo-2','','inherit','open','closed','','keanu-reeves-buzz-demo-2','','','2019-09-02 15:46:53','2019-09-02 20:46:53','',7042,'https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-2.jpg',0,'attachment','image/jpeg',0),(7051,14,'2019-09-02 15:47:16','2019-09-02 20:47:16','','Reunião com o ator norte-americano Keanu Reeves','O governador de São Paulo, João Doria, participa de reunião com o ator norte-americano Keanu Reeves + Sec Sérgio Sá Leitão + Letícia Bragaglia, realizada no Palácio dos Bandeirantes. Local: São Paulo/SP. Data: 03/04/2019.  Foto: Governo do Estado de São Paulo','inherit','open','closed','','reuniao-com-o-ator-norte-americano-keanu-reeves','','','2019-09-02 15:47:16','2019-09-02 20:47:16','',7042,'https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-left-handed-buzz-demo.jpg',0,'attachment','image/jpeg',0),(7052,14,'2019-09-02 15:48:26','2019-09-02 20:48:26','','keanu-reeves-buzz-demo-6','','inherit','open','closed','','keanu-reeves-buzz-demo-6','','','2019-09-02 15:48:26','2019-09-02 20:48:26','',7042,'https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-6.jpg',0,'attachment','image/jpeg',0),(7053,23,'2019-09-02 16:03:00','2019-09-02 21:03:00','<!-- wp:image {\"id\":7056} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/TPDCo-office-1024x768.jpg\" alt=\"The new TPDCo building in Falmouth, Trelawny. \" class=\"wp-image-7056\" /><figcaption>The new TPDCo office in Falmouth, Trelawny. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In keeping with plans to continue the\ndevelopment of Trelawny\'s tourism product, the Tourism Product Development Company (TPDCo) now\nhas an office in Falmouth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located at 9 King Street in the town\nand housed in a Georgian style dwelling, the office is the perfect addition to the\nhistoric town. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It follows closely on news that the Montego Bay office was reopened and that the office in Negril had been relocated, all in a bid to enhance Jamaica’s tourism product.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is welcomed news for the parish\nof Trelawny, which has seen major growth in the past few years, thanks to the\ndevelopment of the cruise ship pier and the development of several major hotels\nalong the coastline.&nbsp; &nbsp;</p>\n<!-- /wp:paragraph -->','TPDCo office now in Falmouth','','publish','open','closed','','tpdco-office-now-in-falmouth','','','2019-09-02 16:03:02','2019-09-02 21:03:02','',0,'https://buzz-caribbean.com/?p=7053',0,'post','',0),(7054,14,'2019-09-02 15:53:26','2019-09-02 20:53:26','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/6f9aTOh0zv/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/6f9aTOh0zv/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/6f9aTOh0zv/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">&#34;It&#39;s cool to be part of the tradition of the American motorcycle in Los Angeles, California.&#34; ARCH co-founder Keanu Reeves (with business partner Gard Hollinger) as told to @KristaSmith @vanityfair http://vnty.fr/1MtRySc. Link in bio as well. Photo Credit: @emilywinikerphotography  #ARCH #krgt1 #motorcycle #design #bespoke #vanityfair #photo #slideshow</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/archmotorcycle/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> ARCH Motorcycle</a> (@archmotorcycle) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2015-08-17T21:20:57+00:00\">Aug 17, 2015 at 2:20pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','6d56fa4ebaee78daf93f41dfc97d35d6','','','2019-09-02 15:53:26','2019-09-02 20:53:26','',0,'https://buzz-caribbean.com/article/6d56fa4ebaee78daf93f41dfc97d35d6/',0,'oembed_cache','',0),(7056,9,'2019-09-02 15:59:54','2019-09-02 20:59:54','','TPDCo-office','','inherit','open','closed','','tpdco-office','','','2019-09-02 15:59:54','2019-09-02 20:59:54','',7053,'https://buzz-caribbean.com/app/uploads/2019/09/TPDCo-office.jpg',0,'attachment','image/jpeg',0),(7057,14,'2019-09-02 16:01:49','2019-09-02 21:01:49','','keanu-reeves-buzz-demo-7','','inherit','open','closed','','keanu-reeves-buzz-demo-7','','','2019-09-02 16:01:49','2019-09-02 21:01:49','',7042,'https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-7.jpg',0,'attachment','image/jpeg',0),(7058,9,'2019-09-02 16:02:27','2019-09-02 21:02:27','<!-- wp:image {\"id\":7056} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/TPDCo-office-1024x768.jpg\" alt=\"The new TPDCo building in Falmouth, Trelawny. \" class=\"wp-image-7056\" /><figcaption>The new TPDCo building in Falmouth, Trelawny. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In keeping with plans to continue the\ndevelopment of Trelawny\'s tourism product, the Tourism Product Development Company (TPDCo) now\nhas an office in Falmouth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located at 9 King Street in the town\nand housed in a Georgian style dwelling, the office is the perfect addition to the\nhistoric town. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It follows closely on news that the Montego Bay office was reopened and that the office in Negril had been relocated, all in a bid to enhance Jamaica’s tourism product.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is welcomed news for the parish\nof Trelawny, which has seen major growth in the past few years, thanks to the\ndevelopment of the cruise ship pier and the development of several major hotels\nalong the coastline.&nbsp; &nbsp;</p>\n<!-- /wp:paragraph -->','TPDCo office now in Falmouth','','inherit','closed','closed','','7053-revision-v1','','','2019-09-02 16:02:27','2019-09-02 21:02:27','',7053,'https://buzz-caribbean.com/article/7053-revision-v1/',0,'revision','',0),(7059,9,'2019-09-02 16:03:00','2019-09-02 21:03:00','<!-- wp:image {\"id\":7056} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/TPDCo-office-1024x768.jpg\" alt=\"The new TPDCo building in Falmouth, Trelawny. \" class=\"wp-image-7056\" /><figcaption>The new TPDCo office in Falmouth, Trelawny. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In keeping with plans to continue the\ndevelopment of Trelawny\'s tourism product, the Tourism Product Development Company (TPDCo) now\nhas an office in Falmouth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Located at 9 King Street in the town\nand housed in a Georgian style dwelling, the office is the perfect addition to the\nhistoric town. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It follows closely on news that the Montego Bay office was reopened and that the office in Negril had been relocated, all in a bid to enhance Jamaica’s tourism product.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is welcomed news for the parish\nof Trelawny, which has seen major growth in the past few years, thanks to the\ndevelopment of the cruise ship pier and the development of several major hotels\nalong the coastline.&nbsp; &nbsp;</p>\n<!-- /wp:paragraph -->','TPDCo office now in Falmouth','','inherit','closed','closed','','7053-revision-v1','','','2019-09-02 16:03:00','2019-09-02 21:03:00','',7053,'https://buzz-caribbean.com/article/7053-revision-v1/',0,'revision','',0),(7060,23,'2019-09-02 16:32:51','2019-09-02 21:32:51','<!-- wp:image {\"id\":7066} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lebron-James-ABC-20190902-1024x695.jpeg\" alt=\" Lebron James wants to trademark the phrase \'Taco Tuesday\'.\" class=\"wp-image-7066\" /><figcaption> Lebron James wants to trademark the phrase \'Taco Tuesday\'. (Photo: cnbc.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Basketball star LeBron James has decided to trademark his popular phrase, ‘Taco Tuesday’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The LA Lakers star and his lawyers recently filed a trademark request for the phrase ‘Taco Tuesday’ through his company, LBJ Trademarks. According to the application, James wants to trademark the phrase for advertising and marketing services. That includes traditional and social media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0jmyIynrXD/?hl=en\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0jmyIynrXD/?hl=en\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>For James, ‘Tacos Tuesday’ is a time he spends with his family bonding over tacos. The night is usually spent with his wife, Savannah James, and his children, Bronny, Bryce, and Zhuri James. \'Taco Tuesday\' in the James’ house has gotten very popular on social media; so much so that other American celebrities have begun to host their own ‘Taco Tuesday’. </p>\n<!-- /wp:paragraph -->','Lebron wants to trademark \'Taco Tuesday\'','','publish','open','closed','','lebron-wants-to-trademark-taco-tuesday','','','2019-09-02 16:32:51','2019-09-02 21:32:51','',0,'https://buzz-caribbean.com/?p=7060',0,'post','',0),(7061,14,'2019-09-02 16:13:22','2019-09-02 21:13:22','','keanu-reeves-buzz-demo-4','','inherit','open','closed','','keanu-reeves-buzz-demo-4','','','2019-09-02 16:13:22','2019-09-02 21:13:22','',7042,'https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-4.jpg',0,'attachment','image/jpeg',0),(7062,14,'2019-09-02 16:18:10','2019-09-02 21:18:10','','keanu-reeves-buzz-demo-8','','inherit','open','closed','','keanu-reeves-buzz-demo-8','','','2019-09-02 16:18:10','2019-09-02 21:18:10','',7042,'https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-8.jpeg',0,'attachment','image/jpeg',0),(7063,14,'2019-09-02 16:20:05','2019-09-02 21:20:05','<!-- wp:image {\"id\":7047} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-1024x680.jpg\" alt=\"\" class=\"wp-image-7047\" /><figcaption>The name\'s Reeves. Keanu Reeves. The internet\'s boyfriend (Photo: Yahoo!)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Canadian actor Keanu Reeves, the internet’s\nboyfriend, celebrates his 55th birthday today and the world is showering the\nmodest Hollywood A-lister with love and praise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From his meteoric rise after headlining action-thriller Speed, the simulation destroying fame he gained after The Matrix franchise – to his current exploits as the world’s most infamous, deadliest assassin in John Wick – Reeves has certainly made a name for himself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7048} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-5-1024x577.jpg\" alt=\"\" class=\"wp-image-7048\" /><figcaption>From his first critical hit, Bill &amp; Ted\'s Excellent Adventure, to Neo in The Matrix, and now John Wick, master assassin Keanu Reeves is certainly one of Hollywood\'s most versatile actors (Photo: Hollywood Reporter)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But more impressively is the Canadian’s\nunassuming personality – revealing a warm, kind and caring soul, who donates\nmuch of his fortunes to charity and cherishes a frugal life away from the\ncamera.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> joins the world in celebrating Keanu Reeves; the man, his work and his impact so far with some interesting facts:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Born to a British costume designer and an absentee American father, Keanu Charles Reeves entered the world on September 2, 1964, in Beirut, Lebanon.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7050} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-2-1024x683.jpg\" alt=\"\" class=\"wp-image-7050\" /><figcaption>Reeves in 2019, arguably Hollywood\'s coolest celebrity and the internet\'s boyfriend (Photo: Daniel Jackson, GQ)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>In Hawaiian, his first name means \"cool breeze over the mountains\".</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Reeves began his acting career at the age of nine, appearing in a theatre production of Damn Yankees. Six years later, at 15, young Keanu played Mercutio in a stage production of Romeo and Juliet at the Leah Posluns Theatre in North York, Ontario. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7049} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-3-1024x799.jpg\" alt=\"\" class=\"wp-image-7049\" /><figcaption>A young and stoic Keanu (far right) poses with the cast of For Adults Only in the late 1990s (Photo: Mr-Reeves.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>When he was 20-years-old, after dropping out of high school at 17, Reeves obtained a green card through his American stepfather and moved to Los Angeles.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Keanu personally has no social media profiles – not even on the three most popular platforms Facebook, Twitter and Instagram.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7062} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-8.jpeg\" alt=\"\" class=\"wp-image-7062\" /><figcaption>The biggest surprise of E3 2019 was the reveal that Keanu Reeves will star in Cyberpunk 2077 as one of the game\'s major characters. (Photo: CD Projekt Red)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>Though he is entitled to British citizenship through his mother, Reeves holds Canadian citizenship by naturalization and identifies as such.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Keanu is left-handed.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7051} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-left-handed-buzz-demo-1024x963.jpg\" alt=\"\" class=\"wp-image-7051\" /><figcaption>Keanu Reeves in São Paulo, Brazil in April, signing an agreement to film a television series in the South American city (Photo: Governo do Estado de São Paulo)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>An avid motorcyclist, Reeves co-founded Arch Motorcycle Company, which builds and sells custom motorcycles.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/6f9aTOh0zv/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/6f9aTOh0zv/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:list -->\n<ul><li>Despite his very stoic demeanour, Keanu is a voracious reader and fiercely intelligent.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7057} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-7.jpg\" alt=\"\" class=\"wp-image-7057\" /><figcaption>Reeves reading Nikolai Gogol\'s satirical masterpiece The Government Inspector while walking to his car in Hollywood in 2009 (Photo: Twitter @KeanuThings)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>For an actor worth US$350 million, Reeves waited until 40 to buy his first property, a four-bedroom, $4.5 million Hollywood Hills home.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7052} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-6.jpg\" alt=\"\" class=\"wp-image-7052\" /><figcaption>The entrance to Reeves\' modest Hollywood Hills home in California (Photo: Flickr)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>In a 2012 interview, Reeves was quoted as saying, “Money doesn’t mean anything to me. I give lots away and live simply. We all know that good health is much more important.”</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>After watching his sister, Kim, undergo a decade-long battle with leukemia, Reeves quietly founded a private cancer foundation. When he set up the cancer charity, Keanu chose not to attach his name to the organisation. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7061} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-4-1024x744.jpg\" alt=\"\" class=\"wp-image-7061\" /><figcaption>Keanu Reeves at a promotional event for “John Wick: Chapter 2” in 2017. (Photo: Kim Kyung-Hoon, Reuters)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>The 55-year-old has also supported animal welfare organisation PETA, the SickKids Foundation, and Stand Up to Cancer.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Happy birthday, Keanu! </p>\n<!-- /wp:paragraph -->','The internet celebrates Keanu Reeves’ 55th birthday','','inherit','closed','closed','','7042-revision-v1','','','2019-09-02 16:20:05','2019-09-02 21:20:05','',7042,'https://buzz-caribbean.com/article/7042-revision-v1/',0,'revision','',0),(7064,9,'2019-09-02 16:20:32','2019-09-02 21:20:32','','lebron-james','','inherit','open','closed','','lebron-james','','','2019-09-02 16:20:32','2019-09-02 21:20:32','',7060,'https://buzz-caribbean.com/app/uploads/2019/09/lebron-james.jpg',0,'attachment','image/jpeg',0),(7065,9,'2019-09-02 16:29:22','2019-09-02 21:29:22','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B0jmyIynrXD/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B0jmyIynrXD/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B0jmyIynrXD/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">LeBron singing to his tacos on #TacoTuesday ?? (via @kingjames)</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/sportscenter/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> SportsCenter</a> (@sportscenter) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-07-30T21:41:38+00:00\">Jul 30, 2019 at 2:41pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','e373d935a8b2c9c106fde91888c2ad2e','','','2019-09-02 16:29:22','2019-09-02 21:29:22','',0,'https://buzz-caribbean.com/article/e373d935a8b2c9c106fde91888c2ad2e/',0,'oembed_cache','',0),(7066,9,'2019-09-02 16:30:19','2019-09-02 21:30:19','','lebron-James-ABC-20190902','','inherit','open','closed','','lebron-james-abc-20190902','','','2019-09-02 16:30:19','2019-09-02 21:30:19','',7060,'https://buzz-caribbean.com/app/uploads/2019/09/lebron-James-ABC-20190902.jpeg',0,'attachment','image/jpeg',0),(7067,9,'2019-09-02 16:32:51','2019-09-02 21:32:51','<!-- wp:image {\"id\":7066} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lebron-James-ABC-20190902-1024x695.jpeg\" alt=\" Lebron James wants to trademark the phrase \'Taco Tuesday\'.\" class=\"wp-image-7066\" /><figcaption> Lebron James wants to trademark the phrase \'Taco Tuesday\'. (Photo: cnbc.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Basketball star LeBron James has decided to trademark his popular phrase, ‘Taco Tuesday’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The LA Lakers star and his lawyers recently filed a trademark request for the phrase ‘Taco Tuesday’ through his company, LBJ Trademarks. According to the application, James wants to trademark the phrase for advertising and marketing services. That includes traditional and social media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B0jmyIynrXD/?hl=en\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B0jmyIynrXD/?hl=en\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>For James, ‘Tacos Tuesday’ is a time he spends with his family bonding over tacos. The night is usually spent with his wife, Savannah James, and his children, Bronny, Bryce, and Zhuri James. \'Taco Tuesday\' in the James’ house has gotten very popular on social media; so much so that other American celebrities have begun to host their own ‘Taco Tuesday’. </p>\n<!-- /wp:paragraph -->','Lebron wants to trademark \'Taco Tuesday\'','','inherit','closed','closed','','7060-revision-v1','','','2019-09-02 16:32:51','2019-09-02 21:32:51','',7060,'https://buzz-caribbean.com/article/7060-revision-v1/',0,'revision','',0),(7069,14,'2019-09-02 16:36:11','2019-09-02 21:36:11','<!-- wp:image {\"id\":7047} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-1024x680.jpg\" alt=\"\" class=\"wp-image-7047\" /><figcaption>The name\'s Reeves. Keanu Reeves. The internet\'s boyfriend (Photo: Yahoo!)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Canadian actor Keanu Reeves, the internet’s\nboyfriend, celebrates his 55th birthday today and the world is showering the\nmodest Hollywood A-lister with love and praise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From his meteoric rise after headlining action-thriller Speed, the simulation destroying fame he gained after The Matrix franchise – to his current exploits as the world’s most infamous, deadliest assassin in John Wick – Reeves has certainly made a name for himself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7048} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-5-1024x577.jpg\" alt=\"\" class=\"wp-image-7048\" /><figcaption>From his first critical hit, Bill &amp; Ted\'s Excellent Adventure, to Neo in The Matrix, and now John Wick, master assassin Keanu Reeves is certainly one of Hollywood\'s most versatile actors (Photo: Hollywood Reporter)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But more impressively is the Canadian’s\nunassuming personality – revealing a warm, kind and caring soul, who donates\nmuch of his fortunes to charity and cherishes a frugal life away from the\ncamera.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> joins the world in celebrating Keanu Reeves; the man, his work and his impact so far with some interesting facts:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Birth</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Born to a British costume designer and an absentee American father, Keanu Charles Reeves entered the world on September 2, 1964, in Beirut, Lebanon.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7050} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-2-1024x683.jpg\" alt=\"\" class=\"wp-image-7050\" /><figcaption>Reeves in 2019, arguably Hollywood\'s coolest celebrity and the internet\'s boyfriend (Photo: Daniel Jackson, GQ)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>In Hawaiian, his first name means \"cool breeze over the mountains\".</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Reeves began his acting career at the age of nine, appearing in a theatre production of Damn Yankees. Six years later, at 15, young Keanu played Mercutio in a stage production of Romeo and Juliet at the Leah Posluns Theatre in North York, Ontario. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7049} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-3-1024x799.jpg\" alt=\"\" class=\"wp-image-7049\" /><figcaption>A young and stoic Keanu (far right) poses with the cast of For Adults Only in the late 1990s (Photo: Mr-Reeves.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>New life in America</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>When he was 20-years-old, after dropping out of high school at 17, Reeves obtained a green card through his American stepfather and moved to Los Angeles.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Keanu personally has no social media profiles – not even on the three most popular platforms Facebook, Twitter and Instagram.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7062} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-8.jpeg\" alt=\"\" class=\"wp-image-7062\" /><figcaption>The biggest surprise of E3 2019 was the reveal that Keanu Reeves will star in Cyberpunk 2077 as one of the game\'s major characters. (Photo: CD Projekt Red)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>Though he is entitled to British citizenship through his mother, Reeves holds Canadian citizenship by naturalization and identifies as such.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Keanu is left-handed.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7051} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-left-handed-buzz-demo-1024x963.jpg\" alt=\"\" class=\"wp-image-7051\" /><figcaption>Keanu Reeves in São Paulo, Brazil in April, signing an agreement to film a television series in the South American city (Photo: Governo do Estado de São Paulo)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>An avid motorcyclist, Reeves co-founded Arch Motorcycle Company, which builds and sells custom motorcycles.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/6f9aTOh0zv/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/6f9aTOh0zv/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:list -->\n<ul><li>Despite his very stoic demeanour, Keanu is a voracious reader and fiercely intelligent.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7057} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-7.jpg\" alt=\"\" class=\"wp-image-7057\" /><figcaption>Reeves reading Nikolai Gogol\'s satirical masterpiece The Government Inspector while walking to his car in Hollywood in 2009 (Photo: Twitter @KeanuThings)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>For an actor worth US$350 million, Reeves waited until 40 to buy his first property, a four-bedroom, $4.5 million Hollywood Hills home.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7052} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-6.jpg\" alt=\"\" class=\"wp-image-7052\" /><figcaption>The entrance to Reeves\' modest Hollywood Hills home in California (Photo: Flickr)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>A frugal man</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>In a 2012 interview, Reeves was quoted as saying, “Money doesn’t mean anything to me. I give lots away and live simply. We all know that good health is much more important.”</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>After watching his sister, Kim, undergo a decade-long battle with leukemia, Reeves quietly founded a private cancer foundation. When he set up the cancer charity, Keanu chose not to attach his name to the organisation. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7061} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-4-1024x744.jpg\" alt=\"\" class=\"wp-image-7061\" /><figcaption>Keanu Reeves at a promotional event for “John Wick: Chapter 2” in 2017. (Photo: Kim Kyung-Hoon, Reuters)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>The 55-year-old has also supported animal welfare organisation PETA, the SickKids Foundation, and Stand Up to Cancer.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Happy birthday, Keanu! </p>\n<!-- /wp:paragraph -->','The internet celebrates Keanu Reeves’ 55th birthday','','inherit','closed','closed','','7042-revision-v1','','','2019-09-02 16:36:11','2019-09-02 21:36:11','',7042,'https://buzz-caribbean.com/article/7042-revision-v1/',0,'revision','',0),(7070,14,'2019-09-02 16:41:44','2019-09-02 21:41:44','<!-- wp:image {\"id\":7047} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-1024x680.jpg\" alt=\"\" class=\"wp-image-7047\" /><figcaption>The name\'s Reeves. Keanu Reeves. The internet\'s boyfriend (Photo: Yahoo!)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Canadian actor Keanu Reeves, the internet’s\nboyfriend, celebrates his 55th birthday today and the world is showering the\nmodest Hollywood A-lister with love and praise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From his meteoric rise after headlining action-thriller Speed, the simulation destroying fame he gained after The Matrix franchise – to his current exploits as the world’s most infamous, deadliest assassin in John Wick – Reeves has certainly made a name for himself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7048} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-5-1024x577.jpg\" alt=\"\" class=\"wp-image-7048\" /><figcaption>From his first critical hit, Bill &amp; Ted\'s Excellent Adventure, to Neo in The Matrix, and now John Wick, master assassin Keanu Reeves is certainly one of Hollywood\'s most versatile actors (Photo: Hollywood Reporter)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But more impressively is the Canadian’s\nunassuming personality – revealing a warm, kind and caring soul, who donates\nmuch of his fortunes to charity and cherishes a frugal life away from the\ncamera.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> joins the world in celebrating Keanu Reeves; the man, his work and his impact so far with some interesting facts:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Early life</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Born to a British costume designer and an absentee American father, Keanu Charles Reeves entered the world on September 2, 1964, in Beirut, Lebanon.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7050} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-2-1024x683.jpg\" alt=\"\" class=\"wp-image-7050\" /><figcaption>Reeves in 2019, arguably Hollywood\'s coolest celebrity and the internet\'s boyfriend (Photo: Daniel Jackson, GQ)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>In Hawaiian, his first name means \"cool breeze over the mountains\".</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Reeves began his acting career at the age of nine, appearing in a theatre production of Damn Yankees. Six years later, at 15, young Keanu played Mercutio in a stage production of Romeo and Juliet at the Leah Posluns Theatre in North York, Ontario. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7049} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-3-1024x799.jpg\" alt=\"\" class=\"wp-image-7049\" /><figcaption>A young and stoic Keanu (far right) poses with the cast of For Adults Only in the late 1990s (Photo: Mr-Reeves.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>A new start in America</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>When he was 20-years-old, after dropping out of high school at 17, Reeves obtained a green card through his American stepfather and moved to Los Angeles.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Keanu personally has no social media profiles – not even on the three most popular platforms Facebook, Twitter and Instagram.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7062} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-8.jpeg\" alt=\"\" class=\"wp-image-7062\" /><figcaption>The biggest surprise of E3 2019 was the reveal that Keanu Reeves will star in Cyberpunk 2077 as one of the game\'s major characters. (Photo: CD Projekt Red)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>Though he is entitled to British citizenship through his mother, Reeves holds Canadian citizenship by naturalization and identifies as such.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Keanu is left-handed.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7051} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-left-handed-buzz-demo-1024x963.jpg\" alt=\"\" class=\"wp-image-7051\" /><figcaption>Keanu Reeves in São Paulo, Brazil in April, signing an agreement to film a television series in the South American city (Photo: Governo do Estado de São Paulo)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>An avid motorcyclist, Reeves co-founded Arch Motorcycle Company, which builds and sells custom motorcycles.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/6f9aTOh0zv/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/6f9aTOh0zv/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:list -->\n<ul><li>Despite his very stoic demeanour, Keanu is a voracious reader and fiercely intelligent.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7057} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-7.jpg\" alt=\"\" class=\"wp-image-7057\" /><figcaption>Reeves reading Nikolai Gogol\'s satirical masterpiece The Government Inspector while walking to his car in Hollywood in 2009 (Photo: Twitter @KeanuThings)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>For an actor worth US$350 million, Reeves waited until 40 to buy his first property, a four-bedroom, $4.5 million Hollywood Hills home.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7052} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-6.jpg\" alt=\"\" class=\"wp-image-7052\" /><figcaption>The entrance to Reeves\' modest Hollywood Hills home in California (Photo: Flickr)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Keanu: A man with much happy with very little</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>In a 2012 interview, Reeves was quoted as saying, “Money doesn’t mean anything to me. I give lots away and live simply. We all know that good health is much more important.”</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>After watching his sister, Kim, undergo a decade-long battle with leukemia, Reeves quietly founded a private cancer foundation. When he set up the cancer charity, Keanu chose not to attach his name to the organisation. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7061} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-4-1024x744.jpg\" alt=\"\" class=\"wp-image-7061\" /><figcaption>Keanu Reeves at a promotional event for “John Wick: Chapter 2” in 2017. (Photo: Kim Kyung-Hoon, Reuters)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>The 55-year-old has also supported animal welfare organisation PETA, the SickKids Foundation, and Stand Up to Cancer.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Happy birthday, Keanu! </p>\n<!-- /wp:paragraph -->','The internet celebrates Keanu Reeves’ 55th birthday','','inherit','closed','closed','','7042-revision-v1','','','2019-09-02 16:41:44','2019-09-02 21:41:44','',7042,'https://buzz-caribbean.com/article/7042-revision-v1/',0,'revision','',0),(7071,14,'2019-09-02 16:42:04','2019-09-02 21:42:04','','circle-k-buzz-feature-22','','inherit','open','closed','','circle-k-buzz-feature-22','','','2019-09-02 16:42:04','2019-09-02 21:42:04','',7019,'https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-22.jpg',0,'attachment','image/jpeg',0),(7072,23,'2019-09-02 17:23:16','2019-09-02 22:23:16','<!-- wp:image {\"id\":6935} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Dorian.jpg\" alt=\"\" class=\"wp-image-6935\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One person has been confirmed killed by Hurricane Dorian in The Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bahamas Prime Minister Hubert Minnis confirmed the death of the child, as he gave an update of the damage caused by the Category 5 hurricane. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The death toll is expected to climb as there has been unofficial reports of bodies floating in flooded areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minnis described the damage in the Abaco Islands, as unprecedented. Abaco received the full brunt of Dorian as it came ashore Sunday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dorian stalked across The Bahamas Monday as surging seawaters and ferocious winds sowed chaos in low-lying island communities, and triggering mass evacuations on the US east coast. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Our focus right now is rescue, recovery and prayer,\" Minnis said on Twitter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>AFP news agency quoted Foreign Minister Darren Henfield as saying: \"We have reports of casualties, we have reports of bodies being seen. We cannot confirm those reports until we go out and look for ourselves.\" Henfield represents North Abaco in the Bahamian parliament.</p>\n<!-- /wp:paragraph -->','Hurricane Dorian: Death toll in The Bahamas expected to climb','','publish','open','closed','','hurricane-dorian-death-toll-in-the-bahamas-expected-to-climb','','','2019-09-02 17:23:17','2019-09-02 22:23:17','',0,'https://buzz-caribbean.com/?p=7072',0,'post','',0),(7073,14,'2019-09-02 16:47:06','2019-09-02 21:47:06','','circle-k-buzz-feature-23','','inherit','open','closed','','circle-k-buzz-feature-23','','','2019-09-02 16:47:06','2019-09-02 21:47:06','',7019,'https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-23.jpg',0,'attachment','image/jpeg',0),(7074,21,'2019-09-02 16:58:18','2019-09-02 21:58:18','<!-- wp:image {\"id\":7075} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jennifer-lopez-BBB-20190902C.jpg\" alt=\"Actress Jennifer Lopez and her fiance, Alex Rodriguez. \" class=\"wp-image-7075\" /><figcaption>Actress Jennifer Lopez and her fiance, Alex Rodriguez. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jennifer Lopez has asked Supreme Court Justice Ruth Bader Ginsburg for marriage advice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>On the Floor</strong> hitmaker is set to tie the knot with her partner, Alex Rodriguez, in the near future after he popped the question in the Bahamas in March. But following three failed marriages, the brunette wants to make sure she gets it right this time and has been asking the 86-year-old lawyer, who was married for more than 50 years, for the secret to a \"happy\" relationship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"She mostly wanted to ask if I had any secret about a happy marriage.\" </p><cite>—  Jennifer Lopez </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the Library of Congress\'s National Book Festival in Washington, D.C. this weekend, Ruth said: \"I was called up about a month or so ago by Jennifer Lopez, and she said she would like to meet me and introduce her fiancé Alex Rodriguez. So, they came to chambers, and we had a very nice visit. She mostly wanted to ask if I had any secret about a happy marriage.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The interviewer at the panel discussion asked: \"So what was your secret to a happy marriage?\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To which Ruth said: \"Yeah, on the day I was married, my mother-in-law took me aside and said she wanted to tell me what was the secret of a happy marriage. And I said I\'d be glad to hear what it is, and she responded it helps sometimes to be a little deaf.\"</p>\n<!-- /wp:paragraph -->','After three husbands, Jennifer Lopez asks for marriage advice','','publish','open','closed','','after-three-husbands-jennifer-lopez-asks-for-marriage-advice','','','2019-09-02 16:58:19','2019-09-02 21:58:19','',0,'https://buzz-caribbean.com/?p=7074',0,'post','',0),(7075,9,'2019-09-02 16:54:15','2019-09-02 21:54:15','','Actress Jennifer Lopez, a red Ralph Lauren dress and Harry Winston jewelry, and Alex Rodriguez arrive at the 2019 CFDA Fashion Awards at Brooklyn Museum on June 3, 2019 in Brooklyn, New York.','Actress Jennifer Lopez, a red Ralph Lauren dress and Harry Winston jewelry, and Alex Rodriguez arrive at the 2019 CFDA Fashion Awards at Brooklyn Museum on June 3, 2019 in Brooklyn, New York.\n\nPictured: Jennifer Lopez,Alex Rodriguez\nRef: SPL5095369 030619 NON-EXCLUSIVE\nPicture by: Christopher Peterson / SplashNews.com\n\nSplash News and Pictures\nLos Angeles: 310-821-2666\nNew York: 212-619-2666\nLondon: 0207 644 7656\nMilan: 02 4399 8577\nphotodesk@splashnews.com\n\nWorld Rights','inherit','open','closed','','actress-jennifer-lopez-a-red-ralph-lauren-dress-and-harry-winston-jewelry-and-alex-rodriguez-arrive-at-the-2019-cfda-fashion-awards-at-brooklyn-museum-on-june-3-2019-in-brooklyn-new-york','','','2019-09-02 16:57:37','2019-09-02 21:57:37','',7074,'https://buzz-caribbean.com/app/uploads/2019/09/jennifer-lopez-BBB-20190902C.jpg',0,'attachment','image/jpeg',0),(7076,9,'2019-09-02 16:56:32','2019-09-02 21:56:32','<!-- wp:image {\"id\":7075} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jennifer-lopez-BBB-20190902C.jpg\" alt=\"Actress Jennifer Lopez and her fiance, Alex Rodriguez. \" class=\"wp-image-7075\" /><figcaption>Actress Jennifer Lopez and her fiance, Alex Rodriguez. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jennifer Lopez has asked Supreme Court Justice Ruth Bader Ginsburg for marriage advice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>On the Floor</strong> hitmaker is set to tie the knot with her partner, Alex Rodriguez, in the near future after he popped the question in the Bahamas in March. But following three failed marriages, the brunette wants to make sure she gets it right this time and has been asking the 86-year-old lawyer, who was married for more than 50 years, for the secret to a \"happy\" relationship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"She mostly wanted to ask if I had any secret about a happy marriage.\" </p><cite>—  Jennifer Lopez </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the Library of Congress\'s National Book Festival in Washington, D.C. this weekend, Ruth said: \"I was called up about a month or so ago by Jennifer Lopez, and she said she would like to meet me and introduce her fiancé Alex Rodriguez. So, they came to chambers, and we had a very nice visit. She mostly wanted to ask if I had any secret about a happy marriage.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The interviewer at the panel discussion asked: \"So what was your secret to a happy marriage?\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To which Ruth said: \"Yeah, on the day I was married, my mother-in-law took me aside and said she wanted to tell me what was the secret of a happy marriage. And I said I\'d be glad to hear what it is, and she responded it helps sometimes to be a little deaf.\"</p>\n<!-- /wp:paragraph -->','Jennifer Lopez asks for marriage advice','','inherit','closed','closed','','7074-revision-v1','','','2019-09-02 16:56:32','2019-09-02 21:56:32','',7074,'https://buzz-caribbean.com/article/7074-revision-v1/',0,'revision','',0),(7077,9,'2019-09-02 16:58:07','2019-09-02 21:58:07','<!-- wp:image {\"id\":7075} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jennifer-lopez-BBB-20190902C.jpg\" alt=\"Actress Jennifer Lopez and her fiance, Alex Rodriguez. \" class=\"wp-image-7075\" /><figcaption>Actress Jennifer Lopez and her fiance, Alex Rodriguez. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jennifer Lopez has asked Supreme Court Justice Ruth Bader Ginsburg for marriage advice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>On the Floor</strong> hitmaker is set to tie the knot with her partner, Alex Rodriguez, in the near future after he popped the question in the Bahamas in March. But following three failed marriages, the brunette wants to make sure she gets it right this time and has been asking the 86-year-old lawyer, who was married for more than 50 years, for the secret to a \"happy\" relationship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"She mostly wanted to ask if I had any secret about a happy marriage.\" </p><cite>—  Jennifer Lopez </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the Library of Congress\'s National Book Festival in Washington, D.C. this weekend, Ruth said: \"I was called up about a month or so ago by Jennifer Lopez, and she said she would like to meet me and introduce her fiancé Alex Rodriguez. So, they came to chambers, and we had a very nice visit. She mostly wanted to ask if I had any secret about a happy marriage.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The interviewer at the panel discussion asked: \"So what was your secret to a happy marriage?\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To which Ruth said: \"Yeah, on the day I was married, my mother-in-law took me aside and said she wanted to tell me what was the secret of a happy marriage. And I said I\'d be glad to hear what it is, and she responded it helps sometimes to be a little deaf.\"</p>\n<!-- /wp:paragraph -->','After three husbands, Jennifer Lopez asks for marriage advice','','inherit','closed','closed','','7074-revision-v1','','','2019-09-02 16:58:07','2019-09-02 21:58:07','',7074,'https://buzz-caribbean.com/article/7074-revision-v1/',0,'revision','',0),(7078,14,'2019-09-02 17:00:00','2019-09-02 22:00:00','','circle-k-buzz-feature-12','','inherit','open','closed','','circle-k-buzz-feature-12','','','2019-09-02 17:00:00','2019-09-02 22:00:00','',7019,'https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-12.jpg',0,'attachment','image/jpeg',0),(7079,14,'2019-09-02 17:01:08','2019-09-02 22:01:08','<!-- wp:image {\"id\":7071} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-22-1024x683.jpg\" alt=\"\" class=\"wp-image-7071\" /><figcaption>Welcome to Circle K\'s 24-hour Constant Spring outlet in Half-Way-Tree! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Walking into Circle K and the aroma of freshly\nbrewed coffee wafts through the Constant Spring outlet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7026} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-10-1024x683.jpg\" alt=\"\" class=\"wp-image-7026\" /><figcaption>Circle K boasts three different coffee machines, be sure to try them all! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"I saw that Jamaica was ready for a full self-serve concept with convenience in its true definition,\"</p><cite> — Joseph Mahfood, franchisee for Circle K in Jamaica and the Caribbean</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The store is immaculate, teeming with customers\nlooking for a quick snack or drink, and you’re greeted by a warm and friendly\nsmile at the register.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7027} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-1-1024x683.jpg\" alt=\"\" class=\"wp-image-7027\" /><figcaption>The freshest Juici Beef patties, served every day with a smile (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If this was your first time, as was ours,\nyou quickly recognise that Circle K, open 24 hours and ideally located on 7\nConstant Spring Road, is not your typical shopping experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7028} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-18-1024x683.jpg\" alt=\"\" class=\"wp-image-7028\" /><figcaption>Whether you\'re up for a quick snack or an earthy brew of the best coffee, Circle K is sure to cater to your every need even on the go (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Half-Way Tree location was the first of\ntwo outlets opened by Joseph Mahood, franchisee of Circle K in the Caribbean. The\nsecond was opened at the intersection of King Street and South Parade in\ndowntown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"[R]epeat customers is a good thing. You’re not coming back if you don’t have a good experience; so, customer experience for us, is everything,\"</p><cite> — Mahfood in an interview with BUZZ.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Kingston businessman spoke in-depth with\nthe <strong>BUZZ</strong> team about his motivations\nto bring self-serve convenience to Jamaica and the wider region.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7029} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-3-1024x683.jpg\" alt=\"\" class=\"wp-image-7029\" /><figcaption>The man with a passion for self-serve convenience, franchisee for Circle K in Jamaica &amp; the Caribbean, 28-year-old Joseph Mahfood (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>The vision</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Mahfood’s journey started in 2018. After\ncompleting his MBA, the 28-year-old Mahfood felt unsure about what next to do. At\nthat point, he decided to act upon the knowledge he had acquired about Circle K\nin Central America while he was in college. &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“About a year ago I started the journey,\njumped on a plane and flew to Phoenix, walked into their office, introduced\nmyself, said I was from Jamaica and I want to bring you guys to Jamaica. That’s\nhow it started,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7030} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-13.jpg\" alt=\"\" class=\"wp-image-7030\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The rest, as they say, is history and now, Mahfood and Circle K are moving aggressively to expand across Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Ocho Rios will [have] our first store outside of Kingston,\"</p><cite> — Joseph Mafood giving BUZZ the scoop on new outlets across Jamaica in the coming months.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Basically, I saw that Jamaica was ready for a full self-serve concept with convenience in its true definition. That’s what encouraged us to bring this franchise to Jamaica,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7033} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-4-1024x683.jpg\" alt=\"\" class=\"wp-image-7033\" /><figcaption>A clean store with fully stocked shelves is just one of the many benefits of shopping at Circle K (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Circle K is one of the largest convenience\nstore chains in the world with over 16,000 locations worldwide. The concept isn’t\ntotally foreign to Jamaican shoppers, who for decades have purchased, at least\nonce in their lifetime, from a wholesale — the bubbly corners stores scattered\nacross the island. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7073} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-23-1024x683.jpg\" alt=\"\" class=\"wp-image-7073\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Jamaica Constabulary Force (JCF) members are invited to come to the HWT outlet between 10pm and 5am and get a free cup of freshly brewed coffee! </p><cite> — Circle K in HWT, offering perks to police officers on the graveyard shift</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“If you look at some of the other countries that are doing it, they have similar industries, such as what we call here in Jamaica, the wholesale. So, you basically shop through a window, there’s no walking around the store and these are the Jamaican corner shops,” Mahfood explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But the franchisee in Jamaica and the Caribbean\ntold <strong>BUZZ</strong> that while the concept isn’t\nnew, Circle K’s delivery is certainly fresh. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7031} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-5-1024x683.jpg\" alt=\"\" class=\"wp-image-7031\" /><figcaption>Channelling self-serve in its truest definition, Circle K is a unique shopping experience in the heart of Half-Way-Tree (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“In the other markets that Circle K\nintroduced themselves, it was the same type of thing until Circle K came in,\nbroke those barriers, and said ‘Customers, feel free to pick, walk around and explore\nas you please’. We strive for three things: great customer service, a clean\nenvironment to shop, and fully stocked shelves,” Mahfood said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7032} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-8-1024x683.jpg\" alt=\"\" class=\"wp-image-7032\" /><figcaption>Frozen. Slushies! Have your pick, Hershey\'s or Jolly Rancher? (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Expanding at light speed across Jamaica</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A third and fourth outlet is in the pipeline for Mahfood, with Three Miles being the next addition to the growing network of stores. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mahfood told <strong>BUZZ</strong> exclusively that Ocho Rios will have the first outlet outside of Kingston, with a pristine shopping experience set for the resort town in the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’re still finalising the plans [for\nThree Miles]; that’s been challenging due to the roadworks. One of our plans is\nto have parking lots lined up around the outside of the store and make it all\nglass. So, customers can park, see right in the store, run in, grab something\nand go. We signed a fourth lease for Ocho Rios, so the next store after Spanish\nTown Road, will be our first store outside of Kingston,” he disclosed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7034} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-21-1024x683.jpg\" alt=\"\" class=\"wp-image-7034\" /><figcaption>Be sure to try out Circle K’s premium quality, 100% beef hot dogs. Pair it with toppings of your choice to go along with freshly made bread rolls delivered every morning!</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mahfood further noted that Circle K plans\nto expand into other Caribbean islands. The young Kingston businessman projects\nthat the region should have over 200 outlets in the next five years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So, in Jamaica, we plan on going island-wide and we’re pushing aggressively for just about 60 stores across the country. Throughout the Caribbean, we’re planning for more than 200 stores,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Customer satisfaction ranks high on Mahfood’s\npriorities, and he beamed as he reflected on the good reviews Circle K has had from\ncustomers in and around Half-Way-Tree.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We strive for three things: great customer service, a clean environment to shop, and fully stocked shelves,\"</p><cite> — </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“It’s\nbeen great, and I think one of the reasons for [that] is customer service. I’m incredibly\nhappy with our team members and how we’ve been able to achieve this,” Mahfood smiled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7035} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-19-1024x683.jpg\" alt=\"\" class=\"wp-image-7035\" /><figcaption>Open 24-hours is NOT an exaggeration. Feed your inner night owl if you\'re close by (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We get a lot of repeat customers which is a good thing. You’re not coming back if you don’t have a good experience; customer experience for us, is everything. We have great prices, a great variety and the friendliest people in Jamaica!” he exclaimed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An added plus to shopping at Circle K,\noutside the amazing food and clean countertops, is the heightened security\npresence at any time of day. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7078} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-12-1024x683.jpg\" alt=\"\" class=\"wp-image-7078\" /><figcaption>Jumbo saltfish fritters, by Fish Pot, are a mainstay at Circle K. Judging from how fast they go daily, they\'re a hot commodity! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mahfood told BUZZ that members of the Jamaica Constabulary Force (JCF) are invited to come to the HWT outlet between the hours of 10 pm and 5 am, present their ID and get a free cup of freshly brewed coffee.</p>\n<!-- /wp:paragraph -->','Circle K: A friendly convenience smack in HWT','','inherit','closed','closed','','7019-revision-v1','','','2019-09-02 17:01:08','2019-09-02 22:01:08','',7019,'https://buzz-caribbean.com/article/7019-revision-v1/',0,'revision','',0),(7080,14,'2019-09-02 17:22:25','2019-09-02 22:22:25','<!-- wp:image {\"id\":7084} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/reggae-girlz-buzz-demo-1-1024x576.jpg\" alt=\"\" class=\"wp-image-7084\" /><figcaption>The Reggae Girlz in France for the Women\'s World Cup earlier in June (Photo: <a href=\"https://www.fifa.com/womensworldcup/teams/team/1885011/profile/\">FIFA.com</a>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Members of Jamaica\'s Reggae Girlz football squad have promised that they will not lace up their boots for the island again until they are paid for playing at the FIFA Women\'s World Cup.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is understood that the players and the island\'s governing body, the Jamaica Football Federation (JFF) signed an agreement before the Women\'s World Cup. The JFF, according to reports, is yet to pay the players despite the month-long tournament ending July 7.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This nonpayment has drawn the ire of the players, with top striker Khadija \'Bunny\' Shaw taking to social media to emphasise her disgust at the situation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an Instagram post, Shaw said, \"I won\'t be representing Jamaica in any future tournaments until being paid.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B17B-_tBg9-/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B17B-_tBg9-/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>It is the latest dispute between the\nMichael Ricketts-led JFF and the Reggae Girlz as well as their longstanding\ncontributor Cedella Marley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All have been at loggerheads long before the Girlz qualified for the World Cup stretching back years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/By55PT2hhQ9/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/By55PT2hhQ9/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->','Reggae Girlz strike over unpaid wages from World Cup appearance','','publish','open','closed','','reggae-girlz-threaten-to-strike-for-pay','','','2019-09-02 17:28:57','2019-09-02 22:28:57','',0,'https://buzz-caribbean.com/?p=7080',0,'post','',0),(7081,14,'2019-09-02 17:08:45','2019-09-02 22:08:45','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B17B-_tBg9-/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B17B-_tBg9-/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B17B-_tBg9-/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">First Caribbean team to qualify for a World Cup. We have made a lot of sacrifices to wear the colors of Jamaica. We have respected and worn the colors with pride. We are in a position where we we are literally fighting just to get paid by legal agreements. This ain’t just about money, it’s about change, change in the way women football is viewed especially in Jamaica. We deserve more and they can do better. For this reason, I along with my teammates won’t be participating in any future tournaments until being paid.</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/bun_bun10/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Khadija Shaw</a> (@bun_bun10) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-02T20:32:40+00:00\">Sep 2, 2019 at 1:32pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','c0d3ab5d7ea8211921919d6a76e33eee','','','2019-09-02 17:08:45','2019-09-02 22:08:45','',0,'https://buzz-caribbean.com/article/c0d3ab5d7ea8211921919d6a76e33eee/',0,'oembed_cache','',0),(7082,21,'2019-09-02 17:27:56','2019-09-02 22:27:56','<!-- wp:image {\"id\":7088} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-bahamas-damage-img-1024x576.jpg\" alt=\"This photo shows damage to Elbow Cay in the Abaco Islands of the Bahamas from Hurricane Dorian.\" class=\"wp-image-7088\" /><figcaption> This photo shows damage to Elbow Cay in the Abaco Islands of the Bahamas from Hurricane Dorian. (Photo: abc11.com, Josh Terrells) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the wake of Hurricane Dorian’s\ndevastating effect on The Bahamas, especially the Northern islands of Abaco and\nGrand Bahama, Sandals Resorts International, through the Sandals Foundation has\nsprung into action, launching a disaster relief campaign to support those\nimpacted by the Hurricane.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":317} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Adam_Stewart_AC_Marriott-1024x857.jpg\" alt=\"Adam Stewart sitting on a couch in the new AC Marriott Hotel in Kingston\" class=\"wp-image-317\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;The Foundation is accepting\nboth in-kind and monetary donations towards its relief efforts and has\nestablished two collection centres; one at Sandals Royal Bahamian in Nassau,\nBahamas, and the other at Hospitality Purveyors Inc in Miami, Florida, for\nin-kind donations. Monetary donations are being accepted at&nbsp;<a href=\"http://www.sandalsfoundation.org/donation\">www.sandalsfoundation.org/donation</a>&nbsp;and\n100 per cent of all funds received will go directly into recovery and\nrebuilding efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7089} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/sandals-foundation-logo.jpg\" alt=\"\" class=\"wp-image-7089\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sandals Resorts International’s\nDeputy Chairman and President of the Sandals Foundation, Adam Stewart, said:\n“The news coming out of the Bahamas is heartbreaking, and I imagine that even\nmore stories of devastation will emerge as the days go by. While we can confirm\nthat our resorts were not in Dorian’s path and were unaffected and that our\nguests and team members are safe, our hearts and prayers are with all Bahamians\nat this difficult time. The Sandals Foundation is committed to providing\nassistance and support to our Bahamian neighbours, and I encourage everyone to help\nin any way they can. No donation is too small.”</p>\n<!-- /wp:paragraph -->','Sandals Foundation sets up collection centres for Dorian victims','','publish','open','closed','','sandals-foundation-sets-up-collection-centres-for-dorian-victims','','','2019-09-02 17:27:56','2019-09-02 22:27:56','',0,'https://buzz-caribbean.com/?p=7082',0,'post','',0),(7083,14,'2019-09-02 17:18:25','2019-09-02 22:18:25','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/By55PT2hhQ9/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/By55PT2hhQ9/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/By55PT2hhQ9/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">This is one experience you cannot take away from us. Happy to have been apart of this journey. Thanks to everyone who have been supporting us from day one and those who travelled to show their support. I can assure you, this is just the beginning. We will be back #strikehard.</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/bun_bun10/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Khadija Shaw</a> (@bun_bun10) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-06-19T20:22:50+00:00\">Jun 19, 2019 at 1:22pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','8e53dbb0d402069d45a1059fcc9991d2','','','2019-09-02 17:18:25','2019-09-02 22:18:25','',0,'https://buzz-caribbean.com/article/8e53dbb0d402069d45a1059fcc9991d2/',0,'oembed_cache','',0),(7084,14,'2019-09-02 17:18:55','2019-09-02 22:18:55','','reggae-girlz-buzz-demo-1','','inherit','open','closed','','reggae-girlz-buzz-demo-1','','','2019-09-02 17:18:55','2019-09-02 22:18:55','',7080,'https://buzz-caribbean.com/app/uploads/2019/09/reggae-girlz-buzz-demo-1.jpg',0,'attachment','image/jpeg',0),(7085,14,'2019-09-02 17:22:25','2019-09-02 22:22:25','<!-- wp:image {\"id\":7084} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/reggae-girlz-buzz-demo-1-1024x576.jpg\" alt=\"\" class=\"wp-image-7084\" /><figcaption>The Reggae Girlz in France for the Women\'s World Cup earlier in June (Photo: <a href=\"https://www.fifa.com/womensworldcup/teams/team/1885011/profile/\">FIFA.com</a>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Members of Jamaica\'s Reggae Girlz have promised that they will not lace up their boots for the island again until they are paid for playing at the FIFA Women\'s World Cup.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is understood that the players and the island\'s governing body, the Jamaica Football Federation (JFF) signed an agreement before the Women\'s World Cup.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The JFF, according to reports, is yet to pay the players despite the month-long tournament ending July 7, approximately two months ago.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This has drawn the ire of the players, with\ntop striker Khadija \'Bunny\' Shaw taking to social media to emphasise her\ndisgust at the situation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an Instagram post, Shaw said, \"I won\'t be representing Jamaica in any future tournaments until being paid.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B17B-_tBg9-/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B17B-_tBg9-/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>It is the latest dispute between the\nMichael Ricketts-led JFF and the Reggae Girlz as well as their longstanding\ncontributor Cedella Marley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All have been at loggerheads long before the Girlz qualified for the World Cup stretching back years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/By55PT2hhQ9/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/By55PT2hhQ9/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->','Reggae Girlz threaten to strike for pay','','inherit','closed','closed','','7080-revision-v1','','','2019-09-02 17:22:25','2019-09-02 22:22:25','',7080,'https://buzz-caribbean.com/article/7080-revision-v1/',0,'revision','',0),(7086,14,'2019-09-02 17:23:05','2019-09-02 22:23:05','<!-- wp:image {\"id\":7084} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/reggae-girlz-buzz-demo-1-1024x576.jpg\" alt=\"\" class=\"wp-image-7084\" /><figcaption>The Reggae Girlz in France for the Women\'s World Cup earlier in June (Photo: <a href=\"https://www.fifa.com/womensworldcup/teams/team/1885011/profile/\">FIFA.com</a>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Members of Jamaica\'s Reggae Girlz have promised that they will not lace up their boots for the island again until they are paid for playing at the FIFA Women\'s World Cup.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is understood that the players and the island\'s governing body, the Jamaica Football Federation (JFF) signed an agreement before the Women\'s World Cup.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The JFF, according to reports, is yet to pay the players despite the month-long tournament ending July 7, approximately two months ago.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This has drawn the ire of the players, with\ntop striker Khadija \'Bunny\' Shaw taking to social media to emphasise her\ndisgust at the situation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an Instagram post, Shaw said, \"I won\'t be representing Jamaica in any future tournaments until being paid.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B17B-_tBg9-/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B17B-_tBg9-/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>It is the latest dispute between the\nMichael Ricketts-led JFF and the Reggae Girlz as well as their longstanding\ncontributor Cedella Marley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All have been at loggerheads long before the Girlz qualified for the World Cup stretching back years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/By55PT2hhQ9/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/By55PT2hhQ9/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->','Reggae Girlz furious, strike for pay months after World Cup','','inherit','closed','closed','','7080-revision-v1','','','2019-09-02 17:23:05','2019-09-02 22:23:05','',7080,'https://buzz-caribbean.com/article/7080-revision-v1/',0,'revision','',0),(7087,4,'2019-09-02 17:23:16','2019-09-02 22:23:16','<!-- wp:image {\"id\":6935} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Dorian.jpg\" alt=\"\" class=\"wp-image-6935\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One person has been confirmed killed by Hurricane Dorian in The Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bahamas Prime Minister Hubert Minnis confirmed the death of the child, as he gave an update of the damage caused by the Category 5 hurricane. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The death toll is expected to climb as there has been unofficial reports of bodies floating in flooded areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minnis described the damage in the Abaco Islands, as unprecedented. Abaco received the full brunt of Dorian as it came ashore Sunday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dorian stalked across The Bahamas Monday as surging seawaters and ferocious winds sowed chaos in low-lying island communities, and triggering mass evacuations on the US east coast. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Our focus right now is rescue, recovery and prayer,\" Minnis said on Twitter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>AFP news agency quoted Foreign Minister Darren Henfield as saying: \"We have reports of casualties, we have reports of bodies being seen. We cannot confirm those reports until we go out and look for ourselves.\" Henfield represents North Abaco in the Bahamian parliament.</p>\n<!-- /wp:paragraph -->','Hurricane Dorian: Death toll in The Bahamas expected to climb','','inherit','closed','closed','','7072-revision-v1','','','2019-09-02 17:23:16','2019-09-02 22:23:16','',7072,'https://buzz-caribbean.com/article/7072-revision-v1/',0,'revision','',0),(7088,9,'2019-09-02 17:23:20','2019-09-02 22:23:20','','dorian-bahamas-damage-img','','inherit','open','closed','','dorian-bahamas-damage-img','','','2019-09-02 17:23:20','2019-09-02 22:23:20','',7082,'https://buzz-caribbean.com/app/uploads/2019/09/dorian-bahamas-damage-img.jpg',0,'attachment','image/jpeg',0),(7089,9,'2019-09-02 17:27:27','2019-09-02 22:27:27','','sandals-foundation-logo','','inherit','open','closed','','sandals-foundation-logo','','','2019-09-02 17:27:27','2019-09-02 22:27:27','',7082,'https://buzz-caribbean.com/app/uploads/2019/09/sandals-foundation-logo.jpg',0,'attachment','image/jpeg',0),(7090,14,'2019-09-02 17:27:27','2019-09-02 22:27:27','<!-- wp:image {\"id\":7047} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-1024x680.jpg\" alt=\"\" class=\"wp-image-7047\" /><figcaption>The name\'s Reeves. Keanu Reeves. The internet\'s boyfriend (Photo: Yahoo!)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Canadian actor Keanu Reeves, the internet’s\nboyfriend, celebrates his 55th birthday today and the world is showering the\nmodest Hollywood A-lister with love and praise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From his meteoric rise after headlining action-thriller <strong>Speed</strong>, the simulation destroying fame he gained after <strong>The Matrix</strong> franchise – to his current exploits as the world’s most infamous, deadliest assassin in <strong>John Wick</strong> – Reeves has certainly made a name for himself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7048} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-5-1024x577.jpg\" alt=\"\" class=\"wp-image-7048\" /><figcaption>From his first critical hit, Bill &amp; Ted\'s Excellent Adventure, to Neo in The Matrix, and now John Wick, master assassin Keanu Reeves is certainly one of Hollywood\'s most versatile actors (Photo: Hollywood Reporter)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But more impressively is the Canadian’s\nunassuming personality – revealing a warm, kind and caring soul, who donates\nmuch of his fortunes to charity and cherishes a frugal life away from the\ncamera.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> joins the world in celebrating Keanu Reeves; the man, his work and his impact so far with some interesting facts:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Early life</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Born to a British costume designer and an absentee American father, Keanu Charles Reeves entered the world on September 2, 1964, in Beirut, Lebanon.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7050} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-2-1024x683.jpg\" alt=\"\" class=\"wp-image-7050\" /><figcaption>Reeves in 2019, arguably Hollywood\'s coolest celebrity and the internet\'s boyfriend (Photo: Daniel Jackson, GQ)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>In Hawaiian, his first name means \"cool breeze over the mountains\".</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Reeves began his acting career at the age of nine, appearing in a theatre production of Damn Yankees. Six years later, at 15, young Keanu played Mercutio in a stage production of Romeo and Juliet at the Leah Posluns Theatre in North York, Ontario. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7049} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-3-1024x799.jpg\" alt=\"\" class=\"wp-image-7049\" /><figcaption>A young and stoic Keanu (far right) poses with the cast of For Adults Only in the late 1990s (Photo: Mr-Reeves.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>A new start in America</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>When he was 20-years-old, after dropping out of high school at 17, Reeves obtained a green card through his American stepfather and moved to Los Angeles.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Keanu personally has no social media profiles – not even on the three most popular platforms Facebook, Twitter and Instagram.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7062} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-8.jpeg\" alt=\"\" class=\"wp-image-7062\" /><figcaption>The biggest surprise of E3 2019 was the reveal that Keanu Reeves will star in Cyberpunk 2077 as one of the game\'s major characters. (Photo: CD Projekt Red)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>Though he is entitled to British citizenship through his mother, Reeves holds Canadian citizenship by naturalization and identifies as such.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Keanu is left-handed.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7051} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-left-handed-buzz-demo-1024x963.jpg\" alt=\"\" class=\"wp-image-7051\" /><figcaption>Keanu Reeves in São Paulo, Brazil in April, signing an agreement to film a television series in the South American city (Photo: Governo do Estado de São Paulo)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>An avid motorcyclist, Reeves co-founded Arch Motorcycle Company, which builds and sells custom motorcycles.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/6f9aTOh0zv/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/6f9aTOh0zv/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:list -->\n<ul><li>Despite his very stoic demeanour, Keanu is a voracious reader and fiercely intelligent.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7057} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-7.jpg\" alt=\"\" class=\"wp-image-7057\" /><figcaption>Reeves reading Nikolai Gogol\'s satirical masterpiece The Government Inspector while walking to his car in Hollywood in 2009 (Photo: Twitter @KeanuThings)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>For an actor worth US$350 million, Reeves waited until 40 to buy his first property, a four-bedroom, $4.5 million Hollywood Hills home.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7052} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-6.jpg\" alt=\"\" class=\"wp-image-7052\" /><figcaption>The entrance to Reeves\' modest Hollywood Hills home in California (Photo: Flickr)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Keanu: A man with much happy with very little</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>In a 2012 interview, Reeves was quoted as saying, “Money doesn’t mean anything to me. I give lots away and live simply. We all know that good health is much more important.”</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>After watching his sister, Kim, undergo a decade-long battle with leukemia, Reeves quietly founded a private cancer foundation. When he set up the cancer charity, Keanu chose not to attach his name to the organisation. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7061} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-4-1024x744.jpg\" alt=\"\" class=\"wp-image-7061\" /><figcaption>Keanu Reeves at a promotional event for “John Wick: Chapter 2” in 2017. (Photo: Kim Kyung-Hoon, Reuters)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>The 55-year-old has also supported animal welfare organisation PETA, the SickKids Foundation, and Stand Up to Cancer.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Happy birthday, Keanu! </p>\n<!-- /wp:paragraph -->','The internet celebrates Keanu Reeves’ 55th birthday','','inherit','closed','closed','','7042-revision-v1','','','2019-09-02 17:27:27','2019-09-02 22:27:27','',7042,'https://buzz-caribbean.com/article/7042-revision-v1/',0,'revision','',0),(7091,9,'2019-09-02 17:27:35','2019-09-02 22:27:35','<!-- wp:image {\"id\":7088} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-bahamas-damage-img-1024x576.jpg\" alt=\"This photo shows damage to Elbow Cay in the Abaco Islands of the Bahamas from Hurricane Dorian.\" class=\"wp-image-7088\" /><figcaption> This photo shows damage to Elbow Cay in the Abaco Islands of the Bahamas from Hurricane Dorian. (Photo: abc11.com, Josh Terrells) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the wake of Hurricane Dorian’s\ndevastating effect on The Bahamas, especially the Northern islands of Abaco and\nGrand Bahama, Sandals Resorts International, through the Sandals Foundation has\nsprung into action, launching a disaster relief campaign to support those\nimpacted by the Hurricane.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":317} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Adam_Stewart_AC_Marriott-1024x857.jpg\" alt=\"Adam Stewart sitting on a couch in the new AC Marriott Hotel in Kingston\" class=\"wp-image-317\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;The Foundation is accepting\nboth in-kind and monetary donations towards its relief efforts and has\nestablished two collection centres; one at Sandals Royal Bahamian in Nassau,\nBahamas, and the other at Hospitality Purveyors Inc in Miami, Florida, for\nin-kind donations. Monetary donations are being accepted at&nbsp;<a href=\"http://www.sandalsfoundation.org/donation\">www.sandalsfoundation.org/donation</a>&nbsp;and\n100 per cent of all funds received will go directly into recovery and\nrebuilding efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7089} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/sandals-foundation-logo.jpg\" alt=\"\" class=\"wp-image-7089\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sandals Resorts International’s\nDeputy Chairman and President of the Sandals Foundation, Adam Stewart, said:\n“The news coming out of the Bahamas is heartbreaking, and I imagine that even\nmore stories of devastation will emerge as the days go by. While we can confirm\nthat our resorts were not in Dorian’s path and were unaffected and that our\nguests and team members are safe, our hearts and prayers are with all Bahamians\nat this difficult time. The Sandals Foundation is committed to providing\nassistance and support to our Bahamian neighbours, and I encourage everyone to help\nin any way they can. No donation is too small.”</p>\n<!-- /wp:paragraph -->','Sandals Foundation sets up collection centres for Dorian victims','','inherit','closed','closed','','7082-revision-v1','','','2019-09-02 17:27:35','2019-09-02 22:27:35','',7082,'https://buzz-caribbean.com/article/7082-revision-v1/',0,'revision','',0),(7092,14,'2019-09-02 17:27:44','2019-09-02 22:27:44','<!-- wp:image {\"id\":7071} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-22-1024x683.jpg\" alt=\"\" class=\"wp-image-7071\" /><figcaption>Welcome to Circle K\'s 24-hour Constant Spring outlet in Half-Way-Tree! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Walking into Circle K and the aroma of freshly\nbrewed coffee wafts through the Constant Spring outlet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7026} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-10-1024x683.jpg\" alt=\"\" class=\"wp-image-7026\" /><figcaption>Circle K boasts three different coffee machines, be sure to try them all! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"I saw that Jamaica was ready for a full self-serve concept with convenience in its true definition,\"</p><cite> — Joseph Mahfood, franchisee for Circle K in Jamaica and the Caribbean</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The store is immaculate, teeming with customers\nlooking for a quick snack or drink, and you’re greeted by a warm and friendly\nsmile at the register.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7027} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-1-1024x683.jpg\" alt=\"\" class=\"wp-image-7027\" /><figcaption>The freshest Juici Beef patties, served every day with a smile (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If this was your first time, as was ours,\nyou quickly recognise that Circle K, open 24 hours and ideally located on 7\nConstant Spring Road, is not your typical shopping experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7028} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-18-1024x683.jpg\" alt=\"\" class=\"wp-image-7028\" /><figcaption>Whether you\'re up for a quick snack or an earthy brew of the best coffee, Circle K is sure to cater to your every need even on the go (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Half-Way Tree location was the first of\ntwo outlets opened by Joseph Mahood, franchisee of Circle K in the Caribbean. The\nsecond was opened at the intersection of King Street and South Parade in\ndowntown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"[R]epeat customers is a good thing. You’re not coming back if you don’t have a good experience; so, customer experience for us, is everything,\"</p><cite> — Mahfood in an interview with BUZZ.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Kingston businessman spoke in-depth with\nthe <strong>BUZZ</strong> team about his motivations\nto bring self-serve convenience to Jamaica and the wider region.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7029} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-3-1024x683.jpg\" alt=\"\" class=\"wp-image-7029\" /><figcaption>The man with a passion for self-serve convenience, franchisee for Circle K in Jamaica &amp; the Caribbean, 28-year-old Joseph Mahfood (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>The vision</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Mahfood’s journey started in 2018. After\ncompleting his MBA, the 28-year-old Mahfood felt unsure about what next to do. At\nthat point, he decided to act upon the knowledge he had acquired about Circle K\nin Central America while he was in college. &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“About a year ago I started the journey,\njumped on a plane and flew to Phoenix, walked into their office, introduced\nmyself, said I was from Jamaica and I want to bring you guys to Jamaica. That’s\nhow it started,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7030} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-13.jpg\" alt=\"\" class=\"wp-image-7030\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The rest, as they say, is history and now, Mahfood and Circle K are moving aggressively to expand across Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Ocho Rios will [have] our first store outside of Kingston,\"</p><cite> — Joseph Mafood giving BUZZ the scoop on new outlets across Jamaica in the coming months.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Basically, I saw that Jamaica was ready for a full self-serve concept with convenience in its true definition. That’s what encouraged us to bring this franchise to Jamaica,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7033} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-4-1024x683.jpg\" alt=\"\" class=\"wp-image-7033\" /><figcaption>A clean store with fully stocked shelves is just one of the many benefits of shopping at Circle K (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Circle K is one of the largest convenience\nstore chains in the world with over 16,000 locations worldwide. The concept isn’t\ntotally foreign to Jamaican shoppers, who for decades have purchased, at least\nonce in their lifetime, from a wholesale — the bubbly corners stores scattered\nacross the island. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7073} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-23-1024x683.jpg\" alt=\"\" class=\"wp-image-7073\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Jamaica Constabulary Force (JCF) members are invited to come to the HWT outlet between 10pm and 5am and get a free cup of freshly brewed coffee! </p><cite> — Circle K in HWT, offering perks to police officers on the graveyard shift</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“If you look at some of the other countries that are doing it, they have similar industries, such as what we call here in Jamaica, the wholesale. So, you basically shop through a window, there’s no walking around the store and these are the Jamaican corner shops,” Mahfood explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But the franchisee in Jamaica and the Caribbean\ntold <strong>BUZZ</strong> that while the concept isn’t\nnew, Circle K’s delivery is certainly fresh. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7031} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-5-1024x683.jpg\" alt=\"\" class=\"wp-image-7031\" /><figcaption>Channelling self-serve in its truest definition, Circle K is a unique shopping experience in the heart of Half-Way-Tree (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“In the other markets that Circle K\nintroduced themselves, it was the same type of thing until Circle K came in,\nbroke those barriers, and said ‘Customers, feel free to pick, walk around and explore\nas you please’. We strive for three things: great customer service, a clean\nenvironment to shop, and fully stocked shelves,” Mahfood said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7032} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-8-1024x683.jpg\" alt=\"\" class=\"wp-image-7032\" /><figcaption>Frozen. Slushies! Have your pick, Hershey\'s or Jolly Rancher? (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Expanding at light speed across Jamaica</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A third and fourth outlet is in the pipeline for Mahfood, with Three Miles being the next addition to the growing network of stores. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mahfood told <strong>BUZZ</strong> exclusively that Ocho Rios will have the first outlet outside of Kingston, with a pristine shopping experience set for the resort town in the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’re still finalising the plans [for\nThree Miles]; that’s been challenging due to the roadworks. One of our plans is\nto have parking lots lined up around the outside of the store and make it all\nglass. So, customers can park, see right in the store, run in, grab something\nand go. We signed a fourth lease for Ocho Rios, so the next store after Spanish\nTown Road, will be our first store outside of Kingston,” he disclosed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7034} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-21-1024x683.jpg\" alt=\"\" class=\"wp-image-7034\" /><figcaption>Be sure to try out Circle K’s premium quality, 100% beef hot dogs. Pair it with toppings of your choice to go along with freshly made bread rolls delivered every morning!</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mahfood further noted that Circle K plans\nto expand into other Caribbean islands. The young Kingston businessman projects\nthat the region should have over 200 outlets in the next five years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So, in Jamaica, we plan on going island-wide and we’re pushing aggressively for just about 60 stores across the country. Throughout the Caribbean, we’re planning for more than 200 stores,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Customer satisfaction ranks high on Mahfood’s\npriorities, and he beamed as he reflected on the good reviews Circle K has had from\ncustomers in and around Half-Way-Tree.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We strive for three things: great customer service, a clean environment to shop, and fully stocked shelves,\"</p><cite> — </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“It’s\nbeen great, and I think one of the reasons for [that] is customer service. I’m incredibly\nhappy with our team members and how we’ve been able to achieve this,” Mahfood smiled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7035} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-19-1024x683.jpg\" alt=\"\" class=\"wp-image-7035\" /><figcaption>Open 24-hours is NOT an exaggeration. Feed your inner night owl if you\'re close by (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We get a lot of repeat customers which is a good thing. You’re not coming back if you don’t have a good experience; customer experience for us, is everything. We have great prices, a great variety and the friendliest people in Jamaica!” he exclaimed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An added plus to shopping at Circle K,\noutside the amazing food and clean countertops, is the heightened security\npresence at any time of day. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7078} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-12-1024x683.jpg\" alt=\"\" class=\"wp-image-7078\" /><figcaption>Jumbo saltfish fritters, by Fish Pot, are a mainstay at Circle K. Judging from how fast they go daily, they\'re a hot commodity! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mahfood told BUZZ that members of the Jamaica Constabulary Force (JCF) are invited to come to the HWT outlet between the hours of 10 pm and 5 am, present their ID and get a free cup of freshly brewed coffee.</p>\n<!-- /wp:paragraph -->','Circle K: A friendly convenience smack in the middle of HWT','','inherit','closed','closed','','7019-revision-v1','','','2019-09-02 17:27:44','2019-09-02 22:27:44','',7019,'https://buzz-caribbean.com/article/7019-revision-v1/',0,'revision','',0),(7093,4,'2019-09-02 17:28:53','2019-09-02 22:28:53','<!-- wp:image {\"id\":7084} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/reggae-girlz-buzz-demo-1-1024x576.jpg\" alt=\"\" class=\"wp-image-7084\" /><figcaption>The Reggae Girlz in France for the Women\'s World Cup earlier in June (Photo: <a href=\"https://www.fifa.com/womensworldcup/teams/team/1885011/profile/\">FIFA.com</a>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Members of Jamaica\'s Reggae Girlz football squad have promised that they will not lace up their boots for the island again until they are paid for playing at the FIFA Women\'s World Cup.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is understood that the players and the island\'s governing body, the Jamaica Football Federation (JFF) signed an agreement before the Women\'s World Cup. The JFF, according to reports, is yet to pay the players despite the month-long tournament ending July 7.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This nonpayment has drawn the ire of the players, with top striker Khadija \'Bunny\' Shaw taking to social media to emphasise her disgust at the situation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an Instagram post, Shaw said, \"I won\'t be representing Jamaica in any future tournaments until being paid.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B17B-_tBg9-/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B17B-_tBg9-/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>It is the latest dispute between the\nMichael Ricketts-led JFF and the Reggae Girlz as well as their longstanding\ncontributor Cedella Marley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All have been at loggerheads long before the Girlz qualified for the World Cup stretching back years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/By55PT2hhQ9/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/By55PT2hhQ9/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->','Reggae Girlz strike over unpaid wages from World Cup appearance','','inherit','closed','closed','','7080-revision-v1','','','2019-09-02 17:28:53','2019-09-02 22:28:53','',7080,'https://buzz-caribbean.com/article/7080-revision-v1/',0,'revision','',0),(7094,9,'2019-09-02 17:55:15','2019-09-02 22:55:15','<!-- wp:image {\"id\":7096} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Twayne-Crooks-AAA-20190902-1024x683.jpg\" alt=\"\" class=\"wp-image-7096\" /><figcaption>Jamaican athlete Twayne Crooks competing for Southern University at New Orleans. (Photo: suno.edu) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A GoFundMe account has been created to raise funds to bring the body of Jamaican athlete Twayne Crooks back to Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 24-year-old former Jamaican high school athlete died in the United States on Sunday from stage four cancer. At the time of his death, the 200 and 400-metre runner was a student at the South University of New Orleans. He was a former student of Vere Technical High School and Kingston College. He also attended Denbigh High School. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Struggling\nto come to terms with his death, his family wants the youngster’s body to be returned\nto Jamaica. The GoFundMe account, ‘Help Us Bring Twayne Home’, was launched on\nMonday with a US$20,000-goal. So far, US$1,705 has been raised from 36 donors. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"May his beautiful soul rest in peace. Will always be remembered for his dedication and passion for track and field. My condolences to his family.\" </p><cite>— donor </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Please\nhelp bring our son home, as his last dying wish, what he wanted more than\nanything, was to be brought home. He was an all-around wonderful person and\nbrought happiness into everyone’s life that he entered. He was a loving,\nenergetic and athletic person that left an impact on so many of us,” a\nstatement on the page said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In\naddition to expressing shock at the athlete’s death, many persons have been sending\ntheir condolences to his family. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I wish I had gotten a chance to see or even speak to Twayne before he\npassed away. He is a very special person to me, was there for me in high school\nwhen I needed a little word of encouragement. May his beautiful soul rest in\npeace. Will always be remembered for his dedication and passion for track and\nfield. My condolences to his family,” said a female, who donated US$50. </p>\n<!-- /wp:paragraph -->','Money being raised to bring athlete\'s body back to Jamaica','','publish','open','closed','','money-being-raised-to-bring-athletes-body-back-to-jamaica','','','2019-09-02 17:55:15','2019-09-02 22:55:15','',0,'https://buzz-caribbean.com/?p=7094',0,'post','',0),(7096,9,'2019-09-02 17:47:14','2019-09-02 22:47:14','','2January 12, 2019:  UAB Vulcan Invitational','2January 12, 2019:  UAB Vulcan Invitational','inherit','open','closed','','2january-12-2019-uab-vulcan-invitational','','','2019-09-02 17:47:14','2019-09-02 22:47:14','',7094,'https://buzz-caribbean.com/app/uploads/2019/09/Twayne-Crooks-AAA-20190902.jpg',0,'attachment','image/jpeg',0),(7097,14,'2019-09-02 17:47:28','2019-09-02 22:47:28','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">ABACO| Deceased victims of Hurricane Dorian being loaded on flatbed trucks across Abaco. PM Hubert Minnis claims the RBPF has confirmed five deaths, however, sources on the ground tell us bodies are being collected all across Abaco this afternoon. We believe there are more. <a href=\"https://t.co/469ZZHbixC\">pic.twitter.com/469ZZHbixC</a></p>&mdash; Bahamas Press (@Bahamaspress) <a href=\"https://twitter.com/Bahamaspress/status/1168641705089863680?ref_src=twsrc%5Etfw\">September 2, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','3f8b202a139e29c11dc7a03d76105224','','','2019-09-02 17:47:28','2019-09-02 22:47:28','',0,'https://buzz-caribbean.com/article/3f8b202a139e29c11dc7a03d76105224/',0,'oembed_cache','',0),(7098,14,'2019-09-02 17:47:29','2019-09-02 22:47:29','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">The sad part is this; The government denied just 24-hours ago that there were none and they had no knowledge of any. Well, how does Bahamas Press know this and we have NONE OF THE ASSETS the state has? Its called being HONEST PEOPLE!!!! We have a Government that is not honest!</p>&mdash; Bahamas Press (@Bahamaspress) <a href=\"https://twitter.com/Bahamaspress/status/1168648152909529088?ref_src=twsrc%5Etfw\">September 2, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','8d6a1246ddcfb5da03ce58ac90bae28d','','','2019-09-02 17:47:29','2019-09-02 22:47:29','',0,'https://buzz-caribbean.com/article/8d6a1246ddcfb5da03ce58ac90bae28d/',0,'oembed_cache','',0),(7099,23,'2019-09-04 08:45:13','2019-09-04 13:45:13','<!-- wp:image {\"id\":7376} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/brothers-kuts-barbers-buzz-4-1024x768.jpg\" alt=\"\" class=\"wp-image-7376\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For the last 28 years, Brothers Kutz has been the leading barbershop in Calgary, Alberta Canada, catering to the grooming of predominantly black men.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As confirmed by a number of customers, including Jamaicans, Brothers Kutz is the place to go for a proper cut. While the name Brothers Kutz is the registered name of the barbershop, just about everyone refers to the establishment as Ted, after its owner and operator.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wayvon ‘Ted’ Leslie is a Jamaican who has been living in Canada for 45 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7377} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/brothers-kuts-barbers-buzz-3.jpg\" alt=\"\" class=\"wp-image-7377\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ted told <strong>BUZZ</strong> that his first passion was culinary art and so he attended the Southern Alberta Institute of Technology (SAIT) to pursue studies in this area. However, he also had a love for barbering and applied the skill,  cutting the hair of his schoolmates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7380} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/brothers-kuts-barbers-buzz-2-1024x768.jpg\" alt=\"\" class=\"wp-image-7380\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After completing his studies Ted took up a job in the culinary industry but was soon laid off. This resulted in him going back to school to sharpen his barbering skills. He subsequently started his Brothers Kutz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Today we have nine barbers in the shop and have about 100 clients on a daily basis. We have a multi-cultural clientele, anybody, and any nationality,” Ted said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7378} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/brothers-kuts-barbers-buzz-1-1024x768.jpg\" alt=\"\" class=\"wp-image-7378\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ted explained that when he started his business 28 years ago, it was the only barbershop in Calgary for black men. His clientele grew rapidly and word got around not only to the Jamaicans but those from the Caribbean and African communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7379} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/brothers-kuts-barbers-buzz-5.jpg\" alt=\"\" class=\"wp-image-7379\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Outside of the haircut, some will quickly admit that Ted\'s is a great place to discuss whatever may be happening in the black community as well as personal issues and leaving with solutions. Some clients also recall the socialization each summer at the back of the shop over barbeques hosted by Ted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<strong><em>Article written by Donna Hussey-Stewart</em></strong>  </p>\n<!-- /wp:paragraph -->','Jamaican-owned barbershop making the Kutz in Canada','','publish','open','closed','','jamaican-owned-barbershop-making-the-kutz-in-canada','','','2019-09-04 09:51:30','2019-09-04 14:51:30','',0,'https://buzz-caribbean.com/?p=7099',0,'post','',0),(7100,14,'2019-09-02 17:49:44','2019-09-02 22:49:44','','bahamas-hurrican-dorian-death-toll-rising-buzz-demo','','inherit','open','closed','','bahamas-hurrican-dorian-death-toll-rising-buzz-demo','','','2019-09-02 17:49:44','2019-09-02 22:49:44','',0,'https://buzz-caribbean.com/app/uploads/2019/09/bahamas-hurrican-dorian-death-toll-rising-buzz-demo.jpg',0,'attachment','image/jpeg',0),(7101,4,'2019-09-02 17:51:44','2019-09-02 22:51:44','<!-- wp:paragraph -->\n<p>For the last 28 years, Brothers Kutz has been the leading barber shop in Calgary, Alberta Canada, catering to the grooming of predominantly black men along with any nationality who walks through its doors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As confirmed by a number of Caribbean men including Jamaicans, Brothers is the place to go if you would like to get a proper cut. But while the name Brothers Kutz is the registered barbershop’s name, just about everyone - both men and women simply refers to the establishment as ‘Ted’ the name of the owner and operator.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wayvon ‘Ted’ Leslie is a Jamaican who has been living in Canada for 45 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ted told <strong>BUZZ</strong> that his first passion was culinary art and so he attended Southern Alberta Institute of Technology (SAIT) to pursue studies in this area. However, barbering was in his blood and even while he was a student at SAIT he would cut&nbsp; hair for his schoolmates as a side job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After completing his studies Ted took up a job in the culinary industry but was soon laid off. He decided there and then that being laid off is not something he wanted for himself again. As a result, he went back to studying but this time to sharpen his trade barbering. He then started his own barber shop and has been managing it since. Today, his shop is staffed with nine barbers working alongside him as they continue to maintain the admiration and respect they have built over the years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Today we have nine barbers in the shop and have about a 100 clients on a daily basis,” Ted explained. “I went into it because I looked at it as a longevity career. Not a quick fix. We have a multi-cultural clientele - anybody and any nationality.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ted explained that when he started the barber shop 28 years ago it was the only barber shop in Calgary for black men. His clientele grew rapidly and word got around not only to the Jamaicans but those from the Caribbean and African communities. However, the lines seen on Saturdays included like he said, just about any nationality and formed from as early as 5:30 am as men tried to beat the rush and arrive for the 7:00 am opening.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ted explained that back then there was indeed a great rush as persons tried to get in, but now there have been other shops that have opened up in the Calgary region catering to a similar crowd.&nbsp;<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite this however, those needing a proper haircut still rush to ‘Ted” to get it done. However, while some go to the shop for the haircut some will quickly admit that it is a great place to discuss whatever may be happening in the black community as well as personal issues and leaving with solutions. Some clients also recall the socialization each Summer at the back of the shop over barbeques hosted by Ted on their behalf.&nbsp;</p>\n<!-- /wp:paragraph -->','Jamaican-owned barbershop making the Kutz in Canada','','inherit','closed','closed','','7099-revision-v1','','','2019-09-02 17:51:44','2019-09-02 22:51:44','',7099,'https://buzz-caribbean.com/article/7099-revision-v1/',0,'revision','',0),(7102,9,'2019-09-02 17:54:53','2019-09-02 22:54:53','<!-- wp:image {\"id\":7096} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Twayne-Crooks-AAA-20190902-1024x683.jpg\" alt=\"\" class=\"wp-image-7096\" /><figcaption>Jamaican athlete Twayne Crooks competing for Southern University at New Orleans. (Photo: suno.edu) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A GoFundMe account has been created to raise funds to bring the body of Jamaican athlete Twayne Crooks back to Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 24-year-old former Jamaican high school athlete died in the United States on Sunday from stage four cancer. At the time of his death, the 200 and 400-metre runner was a student at the South University of New Orleans. He was a former student of Vere Technical High School and Kingston College. He also attended Denbigh High School. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Struggling\nto come to terms with his death, his family wants the youngster’s body to be returned\nto Jamaica. The GoFundMe account, ‘Help Us Bring Twayne Home’, was launched on\nMonday with a US$20,000-goal. So far, US$1,705 has been raised from 36 donors. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"May his beautiful soul rest in peace. Will always be remembered for his dedication and passion for track and field. My condolences to his family.\" </p><cite>— donor </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Please\nhelp bring our son home, as his last dying wish, what he wanted more than\nanything, was to be brought home. He was an all-around wonderful person and\nbrought happiness into everyone’s life that he entered. He was a loving,\nenergetic and athletic person that left an impact on so many of us,” a\nstatement on the page said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In\naddition to expressing shock at the athlete’s death, many persons have been sending\ntheir condolences to his family. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I wish I had gotten a chance to see or even speak to Twayne before he\npassed away. He is a very special person to me, was there for me in high school\nwhen I needed a little word of encouragement. May his beautiful soul rest in\npeace. Will always be remembered for his dedication and passion for track and\nfield. My condolences to his family,” said a female, who donated US$50. </p>\n<!-- /wp:paragraph -->','Money being raised to bring athlete\'s body back to Jamaica','','inherit','closed','closed','','7094-revision-v1','','','2019-09-02 17:54:53','2019-09-02 22:54:53','',7094,'https://buzz-caribbean.com/article/7094-revision-v1/',0,'revision','',0),(7103,23,'2019-09-02 19:16:07','2019-09-03 00:16:07','<!-- wp:paragraph -->\n<p>NMIA Airports Limited has advised that a number of flights to and from Fort Lauderdale in Florida have been cancelled due to Hurricane Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7121} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Norman-International-Airport-1024x577.jpg\" alt=\"\" class=\"wp-image-7121\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>NMIA Airports said in a statement Monday afternoon (Sept 2) that it has noted its impact on countries within the region as well as its projected path to destinations served by the Norman Manley International Airport (NMIA).<br> <br> It further advised passengers booked on cancelled flights to contact their travel agent or airline\'s customer care number for rebooking options.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The affected flights are below.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7120} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/flights.png\" alt=\"\" class=\"wp-image-7120\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','NMIA cancels flights as Hurricane Dorian threatens Florida','','publish','open','closed','','nmia-cancels-flights-as-hurricane-dorian-threatens-florida','','','2019-09-02 19:16:08','2019-09-03 00:16:08','',0,'https://buzz-caribbean.com/?p=7103',0,'post','',0),(7105,4,'2019-09-02 18:04:29','2019-09-02 23:04:29','<!-- wp:paragraph -->\n<p>NMIA Airports Limited has advised that a number of flights to and from Fort Lauderdale in Florida have been cancelled due to Hurricane Dorian. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>operators of the Norman Manley International Airport (NMIA),</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>NMIA Airports, in a statement this afternoon, said it has\nbeen monitoring the movement Dorian and has noted its impact on countries\nwithin the region as well as its projected path to destinations served by the\nsaid airport.<br>\n<br>\nIt further advised passengers booked on cancelled flights to contact their\ntravel agent or airline\'s customer care number for rebooking options.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The affected flights are</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','7103-revision-v1','','','2019-09-02 18:04:29','2019-09-02 23:04:29','',7103,'https://buzz-caribbean.com/article/7103-revision-v1/',0,'revision','',0),(7109,21,'2019-09-03 07:30:54','2019-09-03 12:30:54','<!-- wp:image {\"id\":7110} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/helen-hunt.jpg\" alt=\"Actress Helen Hunt says her life didn\'t change after she won an Oscar.  \" class=\"wp-image-7110\" /><figcaption>Actress Helen Hunt says her life didn\'t change after she won an Oscar.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Helen Hunt says winning an Oscar didn\'t change her life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 56-year-old star was 34 when she won the Best Actress Oscar for the 1997 movie <strong>As Good As It Gets</strong>, but Helen explained that picking up the coveted award did not magically change her life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It was a dream come true, which is a great thing to be able to say; then you go back to work.\"</p><cite>— Helen Hunt</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She told The Guardian newspaper: \"Often with women, there\'s a big dry spell afterwards. I heard an actress say that, for about a year you\'ve got some wind at your back, but after that, you just go back to finding a good job. I don\'t think it\'s a big game-changer. It can be, but it\'s not like your worries are over in terms of getting good parts. I\'ve had ups and downs. It was a dream come true, which is a great thing to be able to say; then you go back to work, trying to forge a career that\'s fulfilling.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, Helen admitted she found the increased fame that comes with being an Oscar winner, difficult to deal with. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"It was a very famous time. I felt quite nervous because I was being followed. I remember thinking: \'What if I can\'t turn this off? Am I always going to be walking to my car and there are people with cameras there? Does this last forever?\'\"</p>\n<!-- /wp:paragraph -->','Helen Hunt: \'Winning an Oscar won\'t change your life\'','','publish','open','closed','','helen-hunt-winning-an-oscar-wont-change-your-life','','','2019-09-02 18:17:20','2019-09-02 23:17:20','',0,'https://buzz-caribbean.com/?p=7109',0,'post','',0),(7110,9,'2019-09-02 18:13:48','2019-09-02 23:13:48','','helen-hunt','','inherit','open','closed','','helen-hunt','','','2019-09-02 18:13:48','2019-09-02 23:13:48','',7109,'https://buzz-caribbean.com/app/uploads/2019/09/helen-hunt.jpg',0,'attachment','image/jpeg',0),(7111,4,'2019-09-02 18:13:49','2019-09-02 23:13:49','<!-- wp:paragraph -->\n<p> as NMIA Airports Limited has advised that a number of flights to and from Fort Lauderdale in Florida have been cancelled due to Hurricane Dorian. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>operators of the Norman Manley International Airport (NMIA),</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>NMIA Airports, in a statement this afternoon, said it has\nbeen monitoring the movement Dorian and has noted its impact on countries\nwithin the region as well as its projected path to destinations served by the\nsaid airport.<br>\n<br>\nIt further advised passengers booked on cancelled flights to contact their\ntravel agent or airline\'s customer care number for rebooking options.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The affected flights are</p>\n<!-- /wp:paragraph -->','NMIA cancels flights as Hurricane Dorian threatens Florida','','inherit','closed','closed','','7103-revision-v1','','','2019-09-02 18:13:49','2019-09-02 23:13:49','',7103,'https://buzz-caribbean.com/article/7103-revision-v1/',0,'revision','',0),(7112,9,'2019-09-02 18:16:57','2019-09-02 23:16:57','<!-- wp:image {\"id\":7110} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/helen-hunt.jpg\" alt=\"Actress Helen Hunt says her life didn\'t change after she won an Oscar.  \" class=\"wp-image-7110\" /><figcaption>Actress Helen Hunt says her life didn\'t change after she won an Oscar.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Helen Hunt says winning an Oscar didn\'t change her life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 56-year-old star was 34 when she won the Best Actress Oscar for the 1997 movie <strong>As Good As It Gets</strong>, but Helen explained that picking up the coveted award did not magically change her life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It was a dream come true, which is a great thing to be able to say; then you go back to work.\"</p><cite>— Helen Hunt</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She told The Guardian newspaper: \"Often with women, there\'s a big dry spell afterwards. I heard an actress say that, for about a year you\'ve got some wind at your back, but after that, you just go back to finding a good job. I don\'t think it\'s a big game-changer. It can be, but it\'s not like your worries are over in terms of getting good parts. I\'ve had ups and downs. It was a dream come true, which is a great thing to be able to say; then you go back to work, trying to forge a career that\'s fulfilling.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, Helen admitted she found the increased fame that comes with being an Oscar winner, difficult to deal with. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"It was a very famous time. I felt quite nervous because I was being followed. I remember thinking: \'What if I can\'t turn this off? Am I always going to be walking to my car and there are people with cameras there? Does this last forever?\'\"</p>\n<!-- /wp:paragraph -->','Helen Hunt: \'Winning an Oscar won\'t change your life\'','','inherit','closed','closed','','7109-revision-v1','','','2019-09-02 18:16:57','2019-09-02 23:16:57','',7109,'https://buzz-caribbean.com/article/7109-revision-v1/',0,'revision','',0),(7113,21,'2019-09-03 07:45:30','2019-09-03 12:45:30','<!-- wp:image {\"id\":7114} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Hon.-Louise-Bennett-Cloverly-recent-visit-to-Jamaica-1024x863.jpg\" alt=\"The Honourable Louise Bennett Coverley will be celebrated for 100 days. \" class=\"wp-image-7114\" /><figcaption>The Honourable Louise Bennett Coverley will be celebrated for 100 days. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Minister of Culture, Gender,\nEntertainment and Sport, Olivia Grange, has officially launched Miss Lou 100 —\ncommemorating the centenary of “the mother of Jamaican culture”, the Honourable\nLouise Bennett Coverley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at a Service of Honour and\nPraise at Coke Memorial Methodist Church in downtown Kingston on Sunday, Grange\nsaid: “Miss Lou devoted her life to restore and redeem the language of the mass\nof the people. Amid great criticism from the well-to-do who now ruled the\nsociety, Miss Lou almost single-handedly brought confidence and respect to our\nJamaican Language.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6429} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Olivia-Grange-20190829.jpg\" alt=\"\" class=\"wp-image-6429\" /><figcaption>Olivia \'Babsy\' Grange</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Grange said it was fitting to begin\nthe celebrations at Coke Memorial Methodist Church, where Louise Bennett, at\nthe age of 17, made her first public appearance, reciting a Jamaican dialect\npoem she had written.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grange thanked the church for its role in nurturing and showcasing Miss Lou’s talent and urged all churches across the island to participate in the celebration of Miss Lou 100.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Miss Lou 100 is being celebrated over the course of 100 days starting from September 1, 2019. </p>\n<!-- /wp:paragraph -->','Miss Lou to be celebrated for 100 days','','publish','open','closed','','miss-lou-to-be-celebrated-for-100-days','','','2019-09-02 18:31:36','2019-09-02 23:31:36','',0,'https://buzz-caribbean.com/?p=7113',0,'post','',0),(7114,9,'2019-09-02 18:28:56','2019-09-02 23:28:56','','Hon.-Louise-Bennett-Cloverly-recent-visit-to-Jamaica','','inherit','open','closed','','hon-louise-bennett-cloverly-recent-visit-to-jamaica','','','2019-09-02 18:28:56','2019-09-02 23:28:56','',7113,'https://buzz-caribbean.com/app/uploads/2019/09/Hon.-Louise-Bennett-Cloverly-recent-visit-to-Jamaica.jpg',0,'attachment','image/jpeg',0),(7115,9,'2019-09-02 18:31:35','2019-09-02 23:31:35','<!-- wp:image {\"id\":7114} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Hon.-Louise-Bennett-Cloverly-recent-visit-to-Jamaica-1024x863.jpg\" alt=\"The Honourable Louise Bennett Coverley will be celebrated for 100 days. \" class=\"wp-image-7114\" /><figcaption>The Honourable Louise Bennett Coverley will be celebrated for 100 days. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Minister of Culture, Gender,\nEntertainment and Sport, Olivia Grange, has officially launched Miss Lou 100 —\ncommemorating the centenary of “the mother of Jamaican culture”, the Honourable\nLouise Bennett Coverley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at a Service of Honour and\nPraise at Coke Memorial Methodist Church in downtown Kingston on Sunday, Grange\nsaid: “Miss Lou devoted her life to restore and redeem the language of the mass\nof the people. Amid great criticism from the well-to-do who now ruled the\nsociety, Miss Lou almost single-handedly brought confidence and respect to our\nJamaican Language.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6429} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Olivia-Grange-20190829.jpg\" alt=\"\" class=\"wp-image-6429\" /><figcaption>Olivia \'Babsy\' Grange</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Grange said it was fitting to begin\nthe celebrations at Coke Memorial Methodist Church, where Louise Bennett, at\nthe age of 17, made her first public appearance, reciting a Jamaican dialect\npoem she had written.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grange thanked the church for its role in nurturing and showcasing Miss Lou’s talent and urged all churches across the island to participate in the celebration of Miss Lou 100.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Miss Lou 100 is being celebrated over the course of 100 days starting from September 1, 2019. </p>\n<!-- /wp:paragraph -->','Miss Lou to be celebrated for 100 days','','inherit','closed','closed','','7113-revision-v1','','','2019-09-02 18:31:35','2019-09-02 23:31:35','',7113,'https://buzz-caribbean.com/article/7113-revision-v1/',0,'revision','',0),(7118,4,'2019-09-02 18:53:02','2019-09-02 23:53:02','<!-- wp:paragraph -->\n<p>NMIA Airports Limited has advised that a number of flights to and from Fort Lauderdale in Florida have been cancelled due to Hurricane Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>NMIA Airports said in a statement Monday afternoon (Sept 2) that it has noted its impact on countries within the region as well as its projected path to destinations served by the Norman Manley International Airport (NMIA).<br> <br> It further advised passengers booked on cancelled flights to contact their travel agent or airline\'s customer care number for rebooking options.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The affected flights are:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','NMIA cancels flights as Hurricane Dorian threatens Florida','','inherit','closed','closed','','7103-revision-v1','','','2019-09-02 18:53:02','2019-09-02 23:53:02','',7103,'https://buzz-caribbean.com/article/7103-revision-v1/',0,'revision','',0),(7120,4,'2019-09-02 19:05:52','2019-09-03 00:05:52','','flights','','inherit','open','closed','','flights','','','2019-09-02 19:05:52','2019-09-03 00:05:52','',7103,'https://buzz-caribbean.com/app/uploads/2019/09/flights.png',0,'attachment','image/png',0),(7121,4,'2019-09-02 19:11:33','2019-09-03 00:11:33','','Norman-International-Airport','','inherit','open','closed','','norman-international-airport','','','2019-09-02 19:11:33','2019-09-03 00:11:33','',7103,'https://buzz-caribbean.com/app/uploads/2019/09/Norman-International-Airport.jpg',0,'attachment','image/jpeg',0),(7122,4,'2019-09-02 19:15:01','2019-09-03 00:15:01','<!-- wp:image {\"id\":7121} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Norman-International-Airport-1024x577.jpg\" alt=\"\" class=\"wp-image-7121\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>NMIA Airports Limited has advised that a number of flights to and from Fort Lauderdale in Florida have been cancelled due to Hurricane Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>NMIA Airports said in a statement Monday afternoon (Sept 2) that it has noted its impact on countries within the region as well as its projected path to destinations served by the Norman Manley International Airport (NMIA).<br> <br> It further advised passengers booked on cancelled flights to contact their travel agent or airline\'s customer care number for rebooking options.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The affected flights are:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7120} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/flights.png\" alt=\"\" class=\"wp-image-7120\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','NMIA cancels flights as Hurricane Dorian threatens Florida','','inherit','closed','closed','','7103-revision-v1','','','2019-09-02 19:15:01','2019-09-03 00:15:01','',7103,'https://buzz-caribbean.com/article/7103-revision-v1/',0,'revision','',0),(7123,4,'2019-09-02 19:16:07','2019-09-03 00:16:07','<!-- wp:paragraph -->\n<p>NMIA Airports Limited has advised that a number of flights to and from Fort Lauderdale in Florida have been cancelled due to Hurricane Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7121} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Norman-International-Airport-1024x577.jpg\" alt=\"\" class=\"wp-image-7121\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>NMIA Airports said in a statement Monday afternoon (Sept 2) that it has noted its impact on countries within the region as well as its projected path to destinations served by the Norman Manley International Airport (NMIA).<br> <br> It further advised passengers booked on cancelled flights to contact their travel agent or airline\'s customer care number for rebooking options.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The affected flights are below.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7120} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/flights.png\" alt=\"\" class=\"wp-image-7120\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','NMIA cancels flights as Hurricane Dorian threatens Florida','','inherit','closed','closed','','7103-revision-v1','','','2019-09-02 19:16:07','2019-09-03 00:16:07','',7103,'https://buzz-caribbean.com/article/7103-revision-v1/',0,'revision','',0),(7124,23,'2019-09-02 19:42:53','2019-09-03 00:42:53','<!-- wp:image {\"id\":6963} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India10-1-1024x682.jpg\" alt=\"\" class=\"wp-image-6963\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>West Indies lost the second and final match in the two-Test series against India before tea on Monday at Sabina Park. India take the series 2-0.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Needing to get an improbable 468 runs for victory, West Indies lost their last six wickets for just 51 runs to be bundled out for 210 on the fourth day of the five-day match to lose by 257 runs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The large target was set after the visitors made 416 in\ntheir first innings with West Indies replying with the paltry 117. With West\nIndies trailing by 299 runs, India did not enforce the follow on and made 168\nfor four wickets declared in the second innings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6918} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/India-Cricket-Batsman-1024x683.jpg\" alt=\"\" class=\"wp-image-6918\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Starting the day on 45 for three, West Indies put up some resistance, but good consistent bowling by India pegged them back in the lunch session for the huge loss. Shamarh Brooks was the top batsman for West Indies as he made an even half-century, which came off 119 balls and included nine fours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mohammed Shami and Ravindra Jadeja were the top bowlers for\nIndia with three wickets each.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The win concluded a disastrous tour for the West Indies. West Indies lost the Twenty20 series 3-0, the One Day International series 2-0, and now the Test series 2-0.</p>\n<!-- /wp:paragraph -->','India clobber West Indies to win series 2-0','','publish','open','closed','','india-clobber-west-indies-to-win-series-2-0','','','2019-09-02 19:42:54','2019-09-03 00:42:54','',0,'https://buzz-caribbean.com/?p=7124',0,'post','',0),(7125,4,'2019-09-02 19:32:45','2019-09-03 00:32:45','<!-- wp:paragraph -->\n<p>West Indies lost the second and final match in the two-Test series against India before tea on Monday at Sabina Park. India won the series 2-0.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Needing to get an improbable 468 runs for victory, West Indies lost their last six wickets for just 51 runs to be bundled out for 210 on the fourth day of the five-day match to lose by 257 runs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The large target was set after the visitors made 416 in\ntheir first innings with West Indies replying with the paltry 117. With West\nIndies trailing by 299 runs, India did not enforce the follow on and made 168\nfor four wickets declared in the second innings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Starting the day on 45 for three, West Indies put up some resistance,\nbut good consistent bowling by India pegged them back in the lunch session for\nthe huge loss.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Shamarh Brooks was the top batsman for West Indies as he\nmade an even half-century, which came off 119 balls and included nine fours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mohammed Shami and Ravindra Jadeja were the top bowlers for\nIndia with three wickets each.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The win concluded a disastrous tour for the West Indies by\nIndia. West Indies lost the twenty20 series 3-0, the One Day international\nseries 2-0 and the Test series 2-0.</p>\n<!-- /wp:paragraph -->','India clobber West Indies to win series 2-0','','inherit','closed','closed','','7124-revision-v1','','','2019-09-02 19:32:45','2019-09-03 00:32:45','',7124,'https://buzz-caribbean.com/article/7124-revision-v1/',0,'revision','',0),(7126,4,'2019-09-02 19:33:22','2019-09-03 00:33:22','<!-- wp:paragraph -->\n<p>West Indies lost the second and final match in the two-Test series against India before tea on Monday at Sabina Park. India take the series 2-0.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Needing to get an improbable 468 runs for victory, West Indies lost their last six wickets for just 51 runs to be bundled out for 210 on the fourth day of the five-day match to lose by 257 runs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The large target was set after the visitors made 416 in\ntheir first innings with West Indies replying with the paltry 117. With West\nIndies trailing by 299 runs, India did not enforce the follow on and made 168\nfor four wickets declared in the second innings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Starting the day on 45 for three, West Indies put up some resistance,\nbut good consistent bowling by India pegged them back in the lunch session for\nthe huge loss.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Shamarh Brooks was the top batsman for West Indies as he\nmade an even half-century, which came off 119 balls and included nine fours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mohammed Shami and Ravindra Jadeja were the top bowlers for\nIndia with three wickets each.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The win concluded a disastrous tour for the West Indies by\nIndia. West Indies lost the twenty20 series 3-0, the One Day international\nseries 2-0 and the Test series 2-0.</p>\n<!-- /wp:paragraph -->','India clobber West Indies to win series 2-0','','inherit','closed','closed','','7124-revision-v1','','','2019-09-02 19:33:22','2019-09-03 00:33:22','',7124,'https://buzz-caribbean.com/article/7124-revision-v1/',0,'revision','',0),(7127,4,'2019-09-02 19:42:53','2019-09-03 00:42:53','<!-- wp:image {\"id\":6963} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India10-1-1024x682.jpg\" alt=\"\" class=\"wp-image-6963\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>West Indies lost the second and final match in the two-Test series against India before tea on Monday at Sabina Park. India take the series 2-0.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Needing to get an improbable 468 runs for victory, West Indies lost their last six wickets for just 51 runs to be bundled out for 210 on the fourth day of the five-day match to lose by 257 runs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The large target was set after the visitors made 416 in\ntheir first innings with West Indies replying with the paltry 117. With West\nIndies trailing by 299 runs, India did not enforce the follow on and made 168\nfor four wickets declared in the second innings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6918} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/India-Cricket-Batsman-1024x683.jpg\" alt=\"\" class=\"wp-image-6918\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Starting the day on 45 for three, West Indies put up some resistance, but good consistent bowling by India pegged them back in the lunch session for the huge loss. Shamarh Brooks was the top batsman for West Indies as he made an even half-century, which came off 119 balls and included nine fours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mohammed Shami and Ravindra Jadeja were the top bowlers for\nIndia with three wickets each.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The win concluded a disastrous tour for the West Indies. West Indies lost the Twenty20 series 3-0, the One Day International series 2-0, and now the Test series 2-0.</p>\n<!-- /wp:paragraph -->','India clobber West Indies to win series 2-0','','inherit','closed','closed','','7124-revision-v1','','','2019-09-02 19:42:53','2019-09-03 00:42:53','',7124,'https://buzz-caribbean.com/article/7124-revision-v1/',0,'revision','',0),(7129,14,'2019-09-03 06:20:42','2019-09-03 11:20:42','<!-- wp:image {\"id\":7130} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/grace-mclean-moeyi-buzz-demo-1024x684.jpg\" alt=\"\" class=\"wp-image-7130\" /><figcaption>Acting Permanent Secretary in the Ministry of Education, Dr. Grace McLean (Photo: Okoye Henry, JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Ministry of Education, Youth and Information has reported that the academic year 2019/2020 began smoothly on Monday, September 2.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During a live broadcast with ‘OPM Connect: Education Matters’ on Monday, Acting Permanent Secretary in the Ministry of Education, Youth and Information, Dr. Grace McLean provided an update.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are pleased to welcome back close to 500,000 students who would have been on two months’ holiday,” Dr. McLean said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The team at the ministry has worked exceptionally hard to address the critical matters, to ensure that we can be off to a smooth start, and the indication, so far, is that we have achieved that,” she added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. McLean also noted that the ministry will continue to monitor schools across the island this week, as many students are returning on a phased basis, with different grades on different days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said there were some issues during the opening of schools on Monday, and those were addressed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are aware that there was industrial action by one major taxi association in Clarendon and St. Catherine. Some principals have indicated [that] they would have exercised some kind of leniency as to the students coming to school on time and would ensure they are not penalised,” Dr. McLean indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are monitoring very closely what is going on. Regional directors in our six educational regions are monitoring closely, and as little needs arise, we will ensure that those needs are sorted out,” she added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Ministry of Education, Youth and Information has invested hundreds of millions to ensure that the new academic year was off to a smooth\nstart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the payments from the ministry\nincluded:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Full funding for temporary and\npart-time teachers</li><li>The payment for 18 temporary\ndeans of discipline</li><li>$327 million for the payment of\n1,093 school cooks in primary schools</li><li>$100 million for the upgrading\nof school canteens and provision of equipment</li><li>$661 million for 126 schools\nunder the 2019-2020 Critical Repairs Programme</li><li>As well as $800 million on\nbooks for students under the National Textbook Loan Scheme and the Primary\nTextbook Programme.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Additionally, $120 million has been provided for PATH students’ literature books at the secondary level, $26 million for the insurance of PATH students and wards of the State, a contribution of $380 million to the transportation programme of schools in eight parishes, and book vouchers for the neediest of students\nto purchase school supplies.</p>\n<!-- /wp:paragraph -->','Ministry of Education pleased with smooth start to school year','','publish','open','closed','','ministry-of-education-pleased-with-smooth-start-to-school-year','','','2019-09-03 06:21:49','2019-09-03 11:21:49','',0,'https://buzz-caribbean.com/?p=7129',0,'post','',0),(7130,14,'2019-09-03 06:19:25','2019-09-03 11:19:25','','grace-mclean-moeyi-buzz-demo','','inherit','open','closed','','grace-mclean-moeyi-buzz-demo','','','2019-09-03 06:19:25','2019-09-03 11:19:25','',7129,'https://buzz-caribbean.com/app/uploads/2019/09/grace-mclean-moeyi-buzz-demo.jpg',0,'attachment','image/jpeg',0),(7131,14,'2019-09-03 06:20:42','2019-09-03 11:20:42','<!-- wp:image {\"id\":7130} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/grace-mclean-moeyi-buzz-demo-1024x684.jpg\" alt=\"\" class=\"wp-image-7130\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Ministry of Education, Youth and Information has reported that the academic year 2019/2020 began smoothly on Monday, September 2.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During a live broadcast with ‘OPM Connect: Education Matters’ on Monday, Acting Permanent Secretary in the Ministry of Education, Youth and Information, Dr. Grace McLean provided an update.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are pleased to welcome back close to 500,000 students who would have been on two months’ holiday,” Dr. McLean said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The team at the ministry has worked exceptionally hard to address the critical matters, to ensure that we can be off to a smooth start, and the indication, so far, is that we have achieved that,” she added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. McLean also noted that the ministry will continue to monitor schools across the island this week, as many students are returning on a phased basis, with different grades on different days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said there were some issues during the opening of schools on Monday, and those were addressed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are aware that there was industrial action by one major taxi association in Clarendon and St. Catherine. Some principals have indicated [that] they would have exercised some kind of leniency as to the students coming to school on time and would ensure they are not penalised,” Dr. McLean indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are monitoring very closely what is going on. Regional directors in our six educational regions are monitoring closely, and as little needs arise, we will ensure that those needs are sorted out,” she added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Ministry of Education, Youth and Information has invested hundreds of millions to ensure that the new academic year was off to a smooth\nstart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the payments from the ministry\nincluded:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Full funding for temporary and\npart-time teachers</li><li>The payment for 18 temporary\ndeans of discipline</li><li>$327 million for the payment of\n1,093 school cooks in primary schools</li><li>$100 million for the upgrading\nof school canteens and provision of equipment</li><li>$661 million for 126 schools\nunder the 2019-2020 Critical Repairs Programme</li><li>As well as $800 million on\nbooks for students under the National Textbook Loan Scheme and the Primary\nTextbook Programme.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Additionally, $120 million has been provided for PATH students’ literature books at the secondary level, $26 million for the insurance of PATH students and wards of the State, a contribution of $380 million to the transportation programme of schools in eight parishes, and book vouchers for the neediest of students\nto purchase school supplies.</p>\n<!-- /wp:paragraph -->','Ministry of Education pleased with smooth start to school year','','inherit','closed','closed','','7129-revision-v1','','','2019-09-03 06:20:42','2019-09-03 11:20:42','',7129,'https://buzz-caribbean.com/article/7129-revision-v1/',0,'revision','',0),(7132,14,'2019-09-03 06:21:48','2019-09-03 11:21:48','<!-- wp:image {\"id\":7130} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/grace-mclean-moeyi-buzz-demo-1024x684.jpg\" alt=\"\" class=\"wp-image-7130\" /><figcaption>Acting Permanent Secretary in the Ministry of Education, Dr. Grace McLean (Photo: Okoye Henry, JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Ministry of Education, Youth and Information has reported that the academic year 2019/2020 began smoothly on Monday, September 2.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During a live broadcast with ‘OPM Connect: Education Matters’ on Monday, Acting Permanent Secretary in the Ministry of Education, Youth and Information, Dr. Grace McLean provided an update.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are pleased to welcome back close to 500,000 students who would have been on two months’ holiday,” Dr. McLean said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The team at the ministry has worked exceptionally hard to address the critical matters, to ensure that we can be off to a smooth start, and the indication, so far, is that we have achieved that,” she added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. McLean also noted that the ministry will continue to monitor schools across the island this week, as many students are returning on a phased basis, with different grades on different days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said there were some issues during the opening of schools on Monday, and those were addressed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are aware that there was industrial action by one major taxi association in Clarendon and St. Catherine. Some principals have indicated [that] they would have exercised some kind of leniency as to the students coming to school on time and would ensure they are not penalised,” Dr. McLean indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are monitoring very closely what is going on. Regional directors in our six educational regions are monitoring closely, and as little needs arise, we will ensure that those needs are sorted out,” she added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Ministry of Education, Youth and Information has invested hundreds of millions to ensure that the new academic year was off to a smooth\nstart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the payments from the ministry\nincluded:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Full funding for temporary and\npart-time teachers</li><li>The payment for 18 temporary\ndeans of discipline</li><li>$327 million for the payment of\n1,093 school cooks in primary schools</li><li>$100 million for the upgrading\nof school canteens and provision of equipment</li><li>$661 million for 126 schools\nunder the 2019-2020 Critical Repairs Programme</li><li>As well as $800 million on\nbooks for students under the National Textbook Loan Scheme and the Primary\nTextbook Programme.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Additionally, $120 million has been provided for PATH students’ literature books at the secondary level, $26 million for the insurance of PATH students and wards of the State, a contribution of $380 million to the transportation programme of schools in eight parishes, and book vouchers for the neediest of students\nto purchase school supplies.</p>\n<!-- /wp:paragraph -->','Ministry of Education pleased with smooth start to school year','','inherit','closed','closed','','7129-revision-v1','','','2019-09-03 06:21:48','2019-09-03 11:21:48','',7129,'https://buzz-caribbean.com/article/7129-revision-v1/',0,'revision','',0),(7133,14,'2019-09-03 06:47:53','2019-09-03 11:47:53','<!-- wp:image {\"id\":7135} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dangel-buzz-demo-1.png\" alt=\"\" class=\"wp-image-7135\" /><figcaption>Dancehall artiste D\'Angel (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>D’Angel has brought much attention to\nherself since her last Instagram Live requesting ‘much-needed recognition’ for\npositive and inspirational music she has produced for the last 10 years in the\nmusic industry. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She explains in the live stream, that the media has been perpetuating that all female Dancehall artistes only sing raunchy and lewd songs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A seemingly livid  D’Angel further whipped that people are afraid to highlight and give credit for her timeless music. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7136} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dangel-buzz-demo-2.png\" alt=\"\" class=\"wp-image-7136\" /><figcaption>D\'Angel</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The first 20 minutes of the hour-long live stream, she played some of her hits such as <strong>Blaze</strong>, <strong>Downtown Girl</strong>, <strong>Stronger</strong>, and the list went on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>D’Angel claimed her rant and demand for credit stems from what she perceives as the media and the public crowning young Reggae artiste Koffee as ‘positive’ for her optimistic lyrics and motivational songs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch the full live stream below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=QuD5pu_RmVA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=QuD5pu_RmVA\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Some social media users slammed the former ‘First\nLady of Dancehall’ for being, as they put it, bad mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4995} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-official-3-1024x890.jpg\" alt=\"\" class=\"wp-image-4995\" /><figcaption>Fast-rising reggae superstar Koffee (Photo: OriginalKoffee.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Others took a more objective view, noting that just like apples and oranges, Koffee and D’Angel are promoting two different styles of music – as such, there isn’t room to compare the two.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since then, D’Angel has released her new\nsingle ‘Unstoppable’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7137} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dangel-buzz-demo-3.png\" alt=\"\" class=\"wp-image-7137\" /><figcaption>D\'Angel (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> fam, we want to hear from you. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you think D’Angel deserves more credit for being a positive artiste? Or is her claim for props a jab at Koffee’s meteoric rise? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the comments section!</p>\n<!-- /wp:paragraph -->','D\'Angel demanding props for being a positive musician long before Koffee','','publish','open','closed','','dangel-demanding-props-for-being-a-positive-musician-long-before-koffee','','','2019-09-05 17:33:30','2019-09-05 22:33:30','',0,'https://buzz-caribbean.com/?p=7133',0,'post','',0),(7134,14,'2019-09-03 06:36:50','2019-09-03 11:36:50','<iframe title=\"D&#039;ANGEL SAYS SHE DOES NOT SING SLACK SONGS AND SHOULDN&#039;T BE CATEGORIZED AS SUCH...WATCH FULL STORY\" width=\"1333\" height=\"1000\" src=\"https://www.youtube.com/embed/QuD5pu_RmVA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','c627d38f52f89221c6ae272aedbe96f3','','','2019-09-03 06:36:50','2019-09-03 11:36:50','',0,'https://buzz-caribbean.com/article/c627d38f52f89221c6ae272aedbe96f3/',0,'oembed_cache','',0),(7135,14,'2019-09-03 06:43:12','2019-09-03 11:43:12','','dangel-buzz-demo-1','','inherit','open','closed','','dangel-buzz-demo-1','','','2019-09-03 06:43:12','2019-09-03 11:43:12','',7133,'https://buzz-caribbean.com/app/uploads/2019/09/dangel-buzz-demo-1.png',0,'attachment','image/png',0),(7136,14,'2019-09-03 06:43:22','2019-09-03 11:43:22','','dangel-buzz-demo-2','','inherit','open','closed','','dangel-buzz-demo-2','','','2019-09-03 06:43:22','2019-09-03 11:43:22','',7133,'https://buzz-caribbean.com/app/uploads/2019/09/dangel-buzz-demo-2.png',0,'attachment','image/png',0),(7137,14,'2019-09-03 06:43:35','2019-09-03 11:43:35','','dangel-buzz-demo-3','','inherit','open','closed','','dangel-buzz-demo-3','','','2019-09-03 06:43:35','2019-09-03 11:43:35','',7133,'https://buzz-caribbean.com/app/uploads/2019/09/dangel-buzz-demo-3.png',0,'attachment','image/png',0),(7138,14,'2019-09-03 06:47:53','2019-09-03 11:47:53','<!-- wp:image {\"id\":7135} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dangel-buzz-demo-1.png\" alt=\"\" class=\"wp-image-7135\" /><figcaption>Dancehall artiste D\'Angel (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>D’Angel has brought much attention to\nherself since her last Instagram Live requesting ‘much-needed recognition’ for\npositive and inspirational music she has produced for the last 10 years in the\nmusic industry. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She explains in the live stream, that the media has been perpetuating that all female Dancehall artistes only sing raunchy and lewd songs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A seemingly livid  D’Angel further whipped that people are afraid to highlight and give credit for her timeless music. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7136} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dangel-buzz-demo-2.png\" alt=\"\" class=\"wp-image-7136\" /><figcaption>Photo contributed</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The first 20 minutes of the hour-long live stream, she played some of her hits such as <strong>Blaze</strong>, <strong>Uptown Girl</strong>, <strong>Stronger</strong>, and the list went on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>D’Angel claimed her rant and demand for credit stems from what she perceives as the media and the public crowning young Reggae artiste Koffee as ‘positive’ for her optimistic lyrics and motivational songs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch the full live stream below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=QuD5pu_RmVA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=QuD5pu_RmVA\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Some social media users slammed the former ‘First\nLady of Dancehall’ for being, as they put it, bad mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4995} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-official-3-1024x890.jpg\" alt=\"\" class=\"wp-image-4995\" /><figcaption>Fast-rising Reggae superstar Koffee (Photo: OriginalKoffee.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Others took a more objective view, noting that just like apples and oranges, Koffee and D’Angel are promoting two different styles of music – as such, there isn’t room to compare the two.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since then, D’Angel has released her new\nsingle ‘Unstoppable’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7137} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dangel-buzz-demo-3.png\" alt=\"\" class=\"wp-image-7137\" /><figcaption>More from D\'Angel (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> fam, we want to hear from you. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you think D’Angel deserves more credit for being a positive artiste? Or is her claim for props a jab at Koffee’s meteoric rise? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the comments section!</p>\n<!-- /wp:paragraph -->','D\'Angel demanding props for being a positive musician long before Koffee','','inherit','closed','closed','','7133-revision-v1','','','2019-09-03 06:47:53','2019-09-03 11:47:53','',7133,'https://buzz-caribbean.com/article/7133-revision-v1/',0,'revision','',0),(7139,14,'2019-09-03 07:20:59','2019-09-03 12:20:59','<!-- wp:image {\"id\":7140} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jsif-handover-buzz-demo-1-1024x592.jpg\" alt=\"\" class=\"wp-image-7140\" /><figcaption> Assistant Deputy Chief Education Officer, Dr. Clover Hamilton-Flowers (centre), accepts a book from Managing Director of the Jamaica Social Investment Fund (JSIF), Omar Sweeney (second right), at the handover of equipment to 17 learning institutions benefiting from a $40-million literacy and numeracy project. Sharing the moment (from left) are Principal of Roehampton Primary School, Dane Julius; Numeracy and Literacy Specialist at the North Street Primary School, Jodi-Ann McKoy; and Bindley Sangster, Senior Advisor to Minister without portfolio Mike Henry. (Photo: Yhomo Hutchinson)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The teaching of numeracy and literacy is to\nbe advanced in several schools across the island, following a $40-million\nproject sponsored by the Jamaica Social Investment Fund (JSIF).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With funds provided under the Integrated\nCommunity Development Project (ICDP), supported by a loan from the World Bank,\nthe project seeks to improve educational outcomes and the physical environment\nof 17 targeted schools, covering over 3,500 students.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>In the words of a programme participant</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Numeracy and Literacy Specialist at the St.\nAnn-based Steer Town Primary and Infant School, Nelesia McLean, was among 51\nteachers who had their skills upgraded during a series of workshops.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with the Jamaica Information Service (JIS), McLean noted that the initiative empowered the teachers to focus on the backgrounds of all students, and to help in the creation of “learning environments where all students feel valued and have equal access to learn.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>McLean added the participants’ teaching\nskills have been improved, which should positively impact the academic\nperformance of their students.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My awareness has been raised considerably, and I am now ready more than ever to take it to my students. The training helped us as teachers to be more tolerant when dealing with diverse needs of their students,” she explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7141} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jsif-handover-buzz-demo-2-1024x683.jpg\" alt=\"\" class=\"wp-image-7141\" /><figcaption> Numeracy and Literacy Specialist at the St. Ann-based Steer Town Primary and Infant School, Nelesia McLean (Photo: Yhomo Hutchinson)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>McLean, a passionate educator, was present\nat the recent handover of teaching materials, including books and electronic\ngadgets, to the 17 learning institutions that are benefiting from the current\nphase of the project, at JSIF’s Oxford Road offices in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She told the JIS that the teaching\nequipment came at the “right time”, as this will assist students to learn in\n“many different ways”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I am grateful for the intervention, and I\nintend to empower all my colleagues. I also want to extend my gratitude to\nJSIF. These techniques will help me greatly,” McLean further remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Scope of the current phase of JSIF programme</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In 2017, JSIF approved the Youth and\nRecreation Cycle 3 Project, to provide support to education and recreational\nactivities within schools, with the aim of improving academic performance and\ngeneral youth development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The numeracy and literacy component aims to\nsupport initiatives that the Ministry of Education, Youth and Information has\ndeveloped and implemented.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The beneficiary schools are in St. James,\nKingston and St. Andrew, St. Catherine, Clarendon, and St. Ann.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Support to the schools includes the\nestablishment of literacy and numeracy resource rooms, provision of technical\ntraining for teachers, literacy and numeracy books, teaching aids, and other\neducational resources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project is in support of the Government’s thrust for world-class education and training to its citizens, as outlined in the Vision 2030 document, by strengthening the capacity of schools to deliver quality education and support services of the highest quality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, Principal of the St. James-based\nBickersteth Primary and Infant School, Robert Gordon, posited that teachers who\nparticipated in the recent training have “benefited immensely”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7142} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jsif-handover-buzz-demo-3-1024x683.jpg\" alt=\"\" class=\"wp-image-7142\" /><figcaption> Principal of Bickersteth Primary and Infant School in St. James Robert Gordon (Photo: Yhomo Hutchinson) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The teaching materials are some of the tools that we need to transform education in this student-centered era. In the shortest possible time, we will see the benefits of using these teaching aids,” he asserted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Not just training and equipment, all 17 schools being rehabilitated</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Managing Director of JSIF Omar Sweeney, explained that schools under the project are being rehabilitated – with classrooms being refurbished and equipped.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“New skills are being added, and we are\nsending a signal that this is the way we want to approach the education of our\nchildren,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other schools involved in the project are:\nLethe All-Age, Roehampton Primary, Granville All-Age, Barrett Town All-Age, St.\nAlbans Primary, St. Anne’s Primary, Chetolah Park Primary, North Street\nPrimary, Trench Town Primary, Boy’s Town All-Age, Maxfield Park Primary,\nGreenwich Town All-Age, ElthamPrimary, Treadlight Primary, and York Town\nPrimary.</p>\n<!-- /wp:paragraph -->','JSIF funding $40 million project to improve numeracy and literacy in schools','','publish','open','closed','','jsif-funding-40-million-project-to-improve-numeracy-and-literacy-in-schools','','','2019-09-03 07:21:01','2019-09-03 12:21:01','',0,'https://buzz-caribbean.com/?p=7139',0,'post','',0),(7140,14,'2019-09-03 07:05:03','2019-09-03 12:05:03','','jsif-handover-buzz-demo-1','','inherit','open','closed','','jsif-handover-buzz-demo-1','','','2019-09-03 07:05:03','2019-09-03 12:05:03','',7139,'https://buzz-caribbean.com/app/uploads/2019/09/jsif-handover-buzz-demo-1.jpg',0,'attachment','image/jpeg',0),(7141,14,'2019-09-03 07:06:31','2019-09-03 12:06:31','','jsif-handover-buzz-demo-2','','inherit','open','closed','','jsif-handover-buzz-demo-2','','','2019-09-03 07:06:31','2019-09-03 12:06:31','',7139,'https://buzz-caribbean.com/app/uploads/2019/09/jsif-handover-buzz-demo-2.jpg',0,'attachment','image/jpeg',0),(7142,14,'2019-09-03 07:06:46','2019-09-03 12:06:46','','jsif-handover-buzz-demo-3','','inherit','open','closed','','jsif-handover-buzz-demo-3','','','2019-09-03 07:06:46','2019-09-03 12:06:46','',7139,'https://buzz-caribbean.com/app/uploads/2019/09/jsif-handover-buzz-demo-3.jpg',0,'attachment','image/jpeg',0),(7143,14,'2019-09-03 07:20:59','2019-09-03 12:20:59','<!-- wp:image {\"id\":7140} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jsif-handover-buzz-demo-1-1024x592.jpg\" alt=\"\" class=\"wp-image-7140\" /><figcaption> Assistant Deputy Chief Education Officer, Dr. Clover Hamilton-Flowers (centre), accepts a book from Managing Director of the Jamaica Social Investment Fund (JSIF), Omar Sweeney (second right), at the handover of equipment to 17 learning institutions benefiting from a $40-million literacy and numeracy project. Sharing the moment (from left) are Principal of Roehampton Primary School, Dane Julius; Numeracy and Literacy Specialist at the North Street Primary School, Jodi-Ann McKoy; and Bindley Sangster, Senior Advisor to Minister without portfolio Mike Henry. (Photo: Yhomo Hutchinson)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The teaching of numeracy and literacy is to\nbe advanced in several schools across the island, following a $40-million\nproject sponsored by the Jamaica Social Investment Fund (JSIF).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With funds provided under the Integrated\nCommunity Development Project (ICDP), supported by a loan from the World Bank,\nthe project seeks to improve educational outcomes and the physical environment\nof 17 targeted schools, covering over 3,500 students.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>In the words of a programme participant</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Numeracy and Literacy Specialist at the St.\nAnn-based Steer Town Primary and Infant School, Nelesia McLean, was among 51\nteachers who had their skills upgraded during a series of workshops.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with the Jamaica Information Service (JIS), McLean noted that the initiative empowered the teachers to focus on the backgrounds of all students, and to help in the creation of “learning environments where all students feel valued and have equal access to learn.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>McLean added the participants’ teaching\nskills have been improved, which should positively impact the academic\nperformance of their students.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My awareness has been raised considerably, and I am now ready more than ever to take it to my students. The training helped us as teachers to be more tolerant when dealing with diverse needs of their students,” she explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7141} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jsif-handover-buzz-demo-2-1024x683.jpg\" alt=\"\" class=\"wp-image-7141\" /><figcaption> Numeracy and Literacy Specialist at the St. Ann-based Steer Town Primary and Infant School, Nelesia McLean (Photo: Yhomo Hutchinson)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>McLean, a passionate educator, was present\nat the recent handover of teaching materials, including books and electronic\ngadgets, to the 17 learning institutions that are benefiting from the current\nphase of the project, at JSIF’s Oxford Road offices in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She told the JIS that the teaching\nequipment came at the “right time”, as this will assist students to learn in\n“many different ways”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I am grateful for the intervention, and I\nintend to empower all my colleagues. I also want to extend my gratitude to\nJSIF. These techniques will help me greatly,” McLean further remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Scope of the current phase of JSIF programme</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In 2017, JSIF approved the Youth and\nRecreation Cycle 3 Project, to provide support to education and recreational\nactivities within schools, with the aim of improving academic performance and\ngeneral youth development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The numeracy and literacy component aims to\nsupport initiatives that the Ministry of Education, Youth and Information has\ndeveloped and implemented.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The beneficiary schools are in St. James,\nKingston and St. Andrew, St. Catherine, Clarendon, and St. Ann.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Support to the schools includes the\nestablishment of literacy and numeracy resource rooms, provision of technical\ntraining for teachers, literacy and numeracy books, teaching aids, and other\neducational resources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project is in support of the Government’s thrust for world-class education and training to its citizens, as outlined in the Vision 2030 document, by strengthening the capacity of schools to deliver quality education and support services of the highest quality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, Principal of the St. James-based\nBickersteth Primary and Infant School, Robert Gordon, posited that teachers who\nparticipated in the recent training have “benefited immensely”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7142} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jsif-handover-buzz-demo-3-1024x683.jpg\" alt=\"\" class=\"wp-image-7142\" /><figcaption> Principal of Bickersteth Primary and Infant School in St. James Robert Gordon (Photo: Yhomo Hutchinson) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The teaching materials are some of the tools that we need to transform education in this student-centered era. In the shortest possible time, we will see the benefits of using these teaching aids,” he asserted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Not just training and equipment, all 17 schools being rehabilitated</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Managing Director of JSIF Omar Sweeney, explained that schools under the project are being rehabilitated – with classrooms being refurbished and equipped.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“New skills are being added, and we are\nsending a signal that this is the way we want to approach the education of our\nchildren,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other schools involved in the project are:\nLethe All-Age, Roehampton Primary, Granville All-Age, Barrett Town All-Age, St.\nAlbans Primary, St. Anne’s Primary, Chetolah Park Primary, North Street\nPrimary, Trench Town Primary, Boy’s Town All-Age, Maxfield Park Primary,\nGreenwich Town All-Age, ElthamPrimary, Treadlight Primary, and York Town\nPrimary.</p>\n<!-- /wp:paragraph -->','JSIF funding $40 million project to improve numeracy and literacy in schools','','inherit','closed','closed','','7139-revision-v1','','','2019-09-03 07:20:59','2019-09-03 12:20:59','',7139,'https://buzz-caribbean.com/article/7139-revision-v1/',0,'revision','',0),(7144,14,'2019-09-03 07:22:57','2019-09-03 12:22:57','<!-- wp:image {\"id\":7071} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-22-1024x683.jpg\" alt=\"\" class=\"wp-image-7071\" /><figcaption>Welcome to Circle K\'s 24-hour Constant Spring outlet in Half-Way-Tree! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Walking into Circle K and the aroma of freshly\nbrewed coffee wafts through the Constant Spring outlet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7026} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-10-1024x683.jpg\" alt=\"\" class=\"wp-image-7026\" /><figcaption>Circle K boasts three different coffee machines, be sure to try them all! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"I saw that Jamaica was ready for a full self-serve concept with convenience in its true definition,\"</p><cite> — Joseph Mahfood, franchisee for Circle K in Jamaica and the Caribbean</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The store is immaculate, teeming with customers\nlooking for a quick snack or drink, and you’re greeted by a warm and friendly\nsmile at the register.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7027} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-1-1024x683.jpg\" alt=\"\" class=\"wp-image-7027\" /><figcaption>The freshest Juici Beef patties, served every day with a smile (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If this was your first time, as was ours,\nyou quickly recognise that Circle K, open 24 hours and ideally located on 7\nConstant Spring Road, is not your typical shopping experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7028} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-18-1024x683.jpg\" alt=\"\" class=\"wp-image-7028\" /><figcaption>Whether you\'re up for a quick snack or an earthy brew of the best coffee, Circle K is sure to cater to your every need even on the go (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Half-Way Tree location was the first of\ntwo outlets opened by Joseph Mahood, franchisee of Circle K in the Caribbean. The\nsecond was opened at the intersection of King Street and South Parade in\ndowntown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"[R]epeat customers is a good thing. You’re not coming back if you don’t have a good experience; so, customer experience for us, is everything,\"</p><cite> — Mahfood in an interview with BUZZ.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Kingston businessman spoke in-depth with\nthe <strong>BUZZ</strong> team about his motivations\nto bring self-serve convenience to Jamaica and the wider region.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7029} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-3-1024x683.jpg\" alt=\"\" class=\"wp-image-7029\" /><figcaption>The man with a passion for self-serve convenience, franchisee for Circle K in Jamaica &amp; the Caribbean, 28-year-old Joseph Mahfood (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>The vision</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Mahfood’s journey started in 2018. After\ncompleting his MBA, the 28-year-old Mahfood felt unsure about what next to do. At\nthat point, he decided to act upon the knowledge he had acquired about Circle K\nin Central America while he was in college. &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“About a year ago I started the journey,\njumped on a plane and flew to Phoenix, walked into their office, introduced\nmyself, said I was from Jamaica and I want to bring you guys to Jamaica. That’s\nhow it started,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7030} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-13.jpg\" alt=\"\" class=\"wp-image-7030\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The rest, as they say, is history and now, Mahfood and Circle K are moving aggressively to expand across Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Ocho Rios will [have] our first store outside of Kingston,\"</p><cite> — Joseph Mafood giving BUZZ the scoop on new outlets across Jamaica in the coming months.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Basically, I saw that Jamaica was ready for a full self-serve concept with convenience in its true definition. That’s what encouraged us to bring this franchise to Jamaica,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7033} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-4-1024x683.jpg\" alt=\"\" class=\"wp-image-7033\" /><figcaption>A clean store with fully stocked shelves is just one of the many benefits of shopping at Circle K (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Circle K is one of the largest convenience\nstore chains in the world with over 16,000 locations worldwide. The concept isn’t\ntotally foreign to Jamaican shoppers, who for decades have purchased, at least\nonce in their lifetime, from a wholesale — the bubbly corners stores scattered\nacross the island. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7073} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-23-1024x683.jpg\" alt=\"\" class=\"wp-image-7073\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Jamaica Constabulary Force (JCF) members are invited to come to the HWT outlet between 10pm and 5am and get a free cup of freshly brewed coffee! </p><cite> — Circle K in HWT, offering perks to police officers on the graveyard shift</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“If you look at some of the other countries that are doing it, they have similar industries, such as what we call here in Jamaica, the wholesale. So, you basically shop through a window, there’s no walking around the store and these are the Jamaican corner shops,” Mahfood explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But the franchisee in Jamaica and the Caribbean\ntold <strong>BUZZ</strong> that while the concept isn’t\nnew, Circle K’s delivery is certainly fresh. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7031} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-5-1024x683.jpg\" alt=\"\" class=\"wp-image-7031\" /><figcaption>Channelling self-serve in its truest definition, Circle K is a unique shopping experience in the heart of Half-Way-Tree (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“In the other markets that Circle K\nintroduced themselves, it was the same type of thing until Circle K came in,\nbroke those barriers, and said ‘Customers, feel free to pick, walk around and explore\nas you please’. We strive for three things: great customer service, a clean\nenvironment to shop, and fully stocked shelves,” Mahfood said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7032} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-8-1024x683.jpg\" alt=\"\" class=\"wp-image-7032\" /><figcaption>Frozen. Slushies! Have your pick, Hershey\'s or Jolly Rancher? (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Expanding at light speed across Jamaica</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A third and fourth outlet is in the pipeline for Mahfood, with Three Miles being the next addition to the growing network of stores. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mahfood told <strong>BUZZ</strong> exclusively that Ocho Rios will have the first outlet outside of Kingston, with a pristine shopping experience set for the resort town in the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’re still finalising the plans [for\nThree Miles]; that’s been challenging due to the roadworks. One of our plans is\nto have parking lots lined up around the outside of the store and make it all\nglass. So, customers can park, see right in the store, run in, grab something\nand go. We signed a fourth lease for Ocho Rios, so the next store after Spanish\nTown Road, will be our first store outside of Kingston,” he disclosed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7034} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-21-1024x683.jpg\" alt=\"\" class=\"wp-image-7034\" /><figcaption>Be sure to try out Circle K’s premium quality, 100% beef hot dogs. Pair it with toppings of your choice to go along with freshly made bread rolls delivered every morning!</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mahfood further noted that Circle K plans\nto expand into other Caribbean islands. The young Kingston businessman projects\nthat the region should have over 200 outlets in the next five years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So, in Jamaica, we plan on going island-wide and we’re pushing aggressively for just about 60 stores across the country. Throughout the Caribbean, we’re planning for more than 200 stores,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Customer satisfaction ranks high on Mahfood’s\npriorities, and he beamed as he reflected on the good reviews Circle K has had from\ncustomers in and around Half-Way-Tree.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We strive for three things: great customer service, a clean environment to shop, and fully stocked shelves,\"</p><cite> —  Joseph Mahfood to BUZZ.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“It’s\nbeen great, and I think one of the reasons for [that] is customer service. I’m incredibly\nhappy with our team members and how we’ve been able to achieve this,” Mahfood smiled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7035} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-19-1024x683.jpg\" alt=\"\" class=\"wp-image-7035\" /><figcaption>Open 24-hours is NOT an exaggeration. Feed your inner night owl if you\'re close by (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We get a lot of repeat customers which is a good thing. You’re not coming back if you don’t have a good experience; customer experience for us, is everything. We have great prices, a great variety and the friendliest people in Jamaica!” he exclaimed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An added plus to shopping at Circle K,\noutside the amazing food and clean countertops, is the heightened security\npresence at any time of day. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7078} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-12-1024x683.jpg\" alt=\"\" class=\"wp-image-7078\" /><figcaption>Jumbo saltfish fritters, by Fish Pot, are a mainstay at Circle K. Judging from how fast they go daily, they\'re a hot commodity! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mahfood told BUZZ that members of the Jamaica Constabulary Force (JCF) are invited to come to the HWT outlet between the hours of 10 pm and 4 am, present their ID and get a free cup of freshly brewed coffee.</p>\n<!-- /wp:paragraph -->','Circle K: A friendly convenience smack in the middle of HWT','','inherit','closed','closed','','7019-revision-v1','','','2019-09-03 07:22:57','2019-09-03 12:22:57','',7019,'https://buzz-caribbean.com/article/7019-revision-v1/',0,'revision','',0),(7147,11,'2019-09-03 09:50:20','2019-09-03 14:50:20','<!-- wp:image {\"id\":7071} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-22-1024x683.jpg\" alt=\"\" class=\"wp-image-7071\" /><figcaption>Welcome to Circle K\'s 24-hour Constant Spring outlet in Half-Way-Tree! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Walking into Circle K and the aroma of freshly\nbrewed coffee wafts through the Constant Spring outlet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7026} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-10-1024x683.jpg\" alt=\"\" class=\"wp-image-7026\" /><figcaption>Circle K boasts three different coffee machines, be sure to try them all! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"I saw that Jamaica was ready for a full self-serve concept with convenience in its true definition,\"</p><cite> — Joseph Mahfood, franchisee for Circle K in Jamaica and the Caribbean</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The store is immaculate, teeming with customers\nlooking for a quick snack or drink, and you’re greeted by a warm and friendly\nsmile at the register.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7027} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-1-1024x683.jpg\" alt=\"\" class=\"wp-image-7027\" /><figcaption>The freshest Juici Beef patties, served every day with a smile (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If this was your first time, as was ours,\nyou quickly recognise that Circle K, open 24 hours and ideally located on 7\nConstant Spring Road, is not your typical shopping experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7028} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-18-1024x683.jpg\" alt=\"\" class=\"wp-image-7028\" /><figcaption>Whether you\'re up for a quick snack or an earthy brew of the best coffee, Circle K is sure to cater to your every need even on the go (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Half-Way Tree location was the first of\ntwo outlets opened by Joseph Mahood, franchisee of Circle K in the Caribbean. The\nsecond was opened at the intersection of King Street and South Parade in\ndowntown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Repeat customers is a good thing. You’re not coming back if you don’t have a good experience; so, customer experience for us, is everything\"</p><cite> — Mahfood in an interview with BUZZ.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Kingston businessman spoke in-depth with\nthe <strong>BUZZ</strong> team about his motivations\nto bring self-serve convenience to Jamaica and the wider region.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7029} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-3-1024x683.jpg\" alt=\"\" class=\"wp-image-7029\" /><figcaption>The man with a passion for self-serve convenience, franchisee for Circle K in Jamaica &amp; the Caribbean, 28-year-old Joseph Mahfood (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>The vision</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Mahfood’s journey started in 2018. After\ncompleting his MBA, the 28-year-old Mahfood felt unsure about what next to do. At\nthat point, he decided to act upon the knowledge he had acquired about Circle K\nin Central America while he was in college. &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“About a year ago I started the journey,\njumped on a plane and flew to Phoenix, walked into their office, introduced\nmyself, said I was from Jamaica and I want to bring you guys to Jamaica. That’s\nhow it started,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7030} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-13.jpg\" alt=\"\" class=\"wp-image-7030\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The rest, as they say, is history and now, Mahfood and Circle K are moving aggressively to expand across Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Ocho Rios will [have] our first store outside of Kingston,\"</p><cite> — Joseph Mafood giving BUZZ the scoop on new outlets across Jamaica in the coming months.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Basically, I saw that Jamaica was ready for a full self-serve concept with convenience in its true definition. That’s what encouraged us to bring this franchise to Jamaica,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7033} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-4-1024x683.jpg\" alt=\"\" class=\"wp-image-7033\" /><figcaption>A clean store with fully stocked shelves is just one of the many benefits of shopping at Circle K (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Circle K is one of the largest convenience\nstore chains in the world with over 16,000 locations worldwide. The concept isn’t\ntotally foreign to Jamaican shoppers, who for decades have purchased, at least\nonce in their lifetime, from a wholesale — the bubbly corners stores scattered\nacross the island. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7073} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-23-1024x683.jpg\" alt=\"\" class=\"wp-image-7073\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Jamaica Constabulary Force (JCF) members are invited to come to the HWT outlet between 10pm and 5am and get a free cup of freshly brewed coffee! </p><cite> — Circle K in HWT, offering perks to police officers on the graveyard shift</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“If you look at some of the other countries that are doing it, they have similar industries, such as what we call here in Jamaica, the wholesale. So, you basically shop through a window, there’s no walking around the store and these are the Jamaican corner shops,” Mahfood explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But the franchisee in Jamaica and the Caribbean\ntold <strong>BUZZ</strong> that while the concept isn’t\nnew, Circle K’s delivery is certainly fresh. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7031} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-5-1024x683.jpg\" alt=\"\" class=\"wp-image-7031\" /><figcaption>Channelling self-serve in its truest definition, Circle K is a unique shopping experience in the heart of Half-Way-Tree (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“In the other markets that Circle K\nintroduced themselves, it was the same type of thing until Circle K came in,\nbroke those barriers, and said ‘Customers, feel free to pick, walk around and explore\nas you please’. We strive for three things: great customer service, a clean\nenvironment to shop, and fully stocked shelves,” Mahfood said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7032} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-8-1024x683.jpg\" alt=\"\" class=\"wp-image-7032\" /><figcaption>Frozen. Slushies! Have your pick, Hershey\'s or Jolly Rancher? (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Expanding at light speed across Jamaica</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A third and fourth outlet is in the pipeline for Mahfood, with Three Miles being the next addition to the growing network of stores. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mahfood told <strong>BUZZ</strong> exclusively that Ocho Rios will have the first outlet outside of Kingston, with a pristine shopping experience set for the resort town in the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’re still finalising the plans [for\nThree Miles]; that’s been challenging due to the roadworks. One of our plans is\nto have parking lots lined up around the outside of the store and make it all\nglass. So, customers can park, see right in the store, run in, grab something\nand go. We signed a fourth lease for Ocho Rios, so the next store after Spanish\nTown Road, will be our first store outside of Kingston,” he disclosed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7034} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-21-1024x683.jpg\" alt=\"\" class=\"wp-image-7034\" /><figcaption>Be sure to try out Circle K’s premium quality, 100% beef hot dogs. Pair it with toppings of your choice to go along with freshly made bread rolls delivered every morning!</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mahfood further noted that Circle K plans\nto expand into other Caribbean islands. The young Kingston businessman projects\nthat the region should have over 200 outlets in the next five years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So, in Jamaica, we plan on going island-wide and we’re pushing aggressively for just about 60 stores across the country. Throughout the Caribbean, we’re planning for more than 200 stores,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Customer satisfaction ranks high on Mahfood’s\npriorities, and he beamed as he reflected on the good reviews Circle K has had from\ncustomers in and around Half-Way-Tree.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We strive for three things: great customer service, a clean environment to shop, and fully stocked shelves,\"</p><cite> —  Joseph Mahfood to BUZZ.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“It’s\nbeen great, and I think one of the reasons for [that] is customer service. I’m incredibly\nhappy with our team members and how we’ve been able to achieve this,” Mahfood smiled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7035} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-19-1024x683.jpg\" alt=\"\" class=\"wp-image-7035\" /><figcaption>Open 24-hours is NOT an exaggeration. Feed your inner night owl if you\'re close by (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We get a lot of repeat customers which is a good thing. You’re not coming back if you don’t have a good experience; customer experience for us, is everything. We have great prices, a great variety and the friendliest people in Jamaica!” he exclaimed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An added plus to shopping at Circle K,\noutside the amazing food and clean countertops, is the heightened security\npresence at any time of day. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7078} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-12-1024x683.jpg\" alt=\"\" class=\"wp-image-7078\" /><figcaption>Jumbo saltfish fritters, by Fish Pot, are a mainstay at Circle K. Judging from how fast they go daily, they\'re a hot commodity! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mahfood told BUZZ that members of the Jamaica Constabulary Force (JCF) are invited to come to the HWT outlet between the hours of 10 pm and 4 am, present their ID and get a free cup of freshly brewed coffee.</p>\n<!-- /wp:paragraph -->','Circle K: A friendly convenience smack in the middle of HWT','','inherit','closed','closed','','7019-revision-v1','','','2019-09-03 09:50:20','2019-09-03 14:50:20','',7019,'https://buzz-caribbean.com/article/7019-revision-v1/',0,'revision','',0),(7148,14,'2019-09-03 09:50:27','2019-09-03 14:50:27','<!-- wp:image {\"id\":6598} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/white-faced-capuchin-buzz-demo-2-1024x683.jpg\" alt=\"\" class=\"wp-image-6598\" /><figcaption>A Panamanian white-faced Capuchin, Cebus imitator, in its natural jungle habitat (Photo: Wikimedia Commons)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A white-faced Capuchin monkey sighted in\nJacks Hill, St. Andrew was successfully captured by members of the National\nEnvironment and Planning Agency (NEPA) on Wednesday, August 28.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Responding to reports of the monkey by\nresidents, a two-day operation among members of NEPA, Veterinary Services\nDivision (VSD), Jamaica Society for the Prevention of Cruelty to Animals\n(JSCPA) and Jamaica Constabulary Force (JCF) led to the mammal’s capture.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a statement, NEPA indicated that the\nmonkey has been placed in quarantine by the VSD to determine if it’s the host\nof diseases following the results of a sleuth of tests.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6600} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/white-faced-capuchin-buzz-demo-1024x575.jpg\" alt=\"\" class=\"wp-image-6600\" /><figcaption>Photo: Wikimedia Commons</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>\'Monkey sightings on the rise\' - NEPA</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“In recent months, the agency has been\nconcerned and been tracking the increasing number of reports of monkey\nsightings across the island. Reports were received from St. Ann, St. Elizabeth\nand St Andrew. All are being investigated,” NEPA further indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A joint decision will be taken by NEPA and the VSD on the fate of the monkey once test returns are received.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The white-faced Capuchin monkey, <em>Cebus imitator</em> is non-native (exotic) to\nJamaica, NEPA warned.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6616} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/map-of-jamaica-showing-mountains-buzz-demo-1024x640.png\" alt=\"\" class=\"wp-image-6616\" /><figcaption>Physical map of Jamaica (Photo: Wikimedia Commons)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The occurrence of this non-native,\npotentially invasive species poses significant risk to Jamaica’s terrestrial\necosystem and agricultural sector,” NEPA’s statement continued.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Harbingers of death</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The <em>Cebus imitator</em> is also a carrier of the Hepatitis virus, Ebola, rabies and other dangerous diseases, which can be transmitted to human beings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6619} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/ebola-virus-in-monkeys-buzz-demo.jpg\" alt=\"\" class=\"wp-image-6619\" /><figcaption>The Ebola virus, magnified, multiplying in an infected monkey (Photo: MedicalXpress.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to NEPA, the importation and/or\ntrade of these non-native species without requisite permits are illegal\naccording to the Endangered Species (Protection, Conservation and Regulation of\nTrade) Act. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Any Jamaican or non-resident found to be in\nbreach of the law will attract a fine of not more than $2 million and/or up to two\nyears’ imprisonment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3073} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gavel-in-court-buzz-demo-1024x679.jpg\" alt=\"\" class=\"wp-image-3073\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>The start of a much bigger problem for Jamaica?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Chief Veterinary Officer (CVO) at the VSD Dr Osbil Watson, expressed his concern over the possible implications for Jamaica’s already overburdened health sector, should the Capuchins begin to breed and spread to other areas. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The [VSD] has always been concerned about\nthe frequency of report of sightings of exotic animal species,” Dr. Watson\ndeclared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6612} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/osbil-watson-buzz-demo.jpg\" alt=\"\" class=\"wp-image-6612\" /><figcaption>Dr. Osbil Watson (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“This situation is no doubt of a direct\nthreat to public health and safety as it relates to non-human primates, which\nhave the potential to transmit pathogens, such as viruses, bacteria, fungi and\nparasites to humans,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Read NEPA’s joint statement <a href=\"https://www.facebook.com/notes/national-environment-planning-agency/white-faced-capuchin-monkey-sighted-in-jacks-hill-st-andrew-captured/10157469100949834/\">in full here</a>.</p>\n<!-- /wp:paragraph -->','NEPA captures white-faced Capuchin in St. Andrew','','inherit','closed','closed','','6594-revision-v1','','','2019-09-03 09:50:27','2019-09-03 14:50:27','',6594,'https://buzz-caribbean.com/article/6594-revision-v1/',0,'revision','',0),(7149,14,'2019-09-03 09:51:11','2019-09-03 14:51:11','<!-- wp:image {\"id\":6716} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/guyana-flad-buzz-demo-1024x614.png\" alt=\"\" class=\"wp-image-6716\" /><figcaption>Guyana\'s national flag (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are predictions being made in energy circles that Guyana’s economy will take off like a rocket, due to findings of huge deposits of hydrocarbons offshore the CARICOM state.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many pundits have even labelled the country as the “New Qatar”, according to an article titled “Guyana poised to be the ‘new Qatar’ – AMI Snr Director” <a href=\"https://oilnow.gy/featured/guyana-poised-to-be-the-new-qatar-ami-snr-director/\">published on August 30</a>, by OilNow,&nbsp;an online-based Information and Resource Centre which serves Guyanese stakeholders within the oil and gas sector.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6717} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/guyana-oil-buzz-demo.jpg\" alt=\"\" class=\"wp-image-6717\" /><figcaption> The Floating, Production, Storage and Offloading (FPSO) vessel (Photo: ExxonMobil) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to OilNow, some specialists, like Americas Market Intelligence’s (AMI) Senior Director, Remi Piet have forecasted that Guyana will go “from underdevelopment to an extreme level of positive economic growth.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6718} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/doha-qatar-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-6718\" /><figcaption>Could Georgetown, Guyana become the Caribbean\'s Doha? (Photo: South China Morning Post)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The publication said Piet who was speaking with Investing News Network (INN), recently attributed the imminent growth to the discoveries by American multinational oil and gas corporation ExxonMobil and noted that by 2021, the Guyanese Government will be “able to re-invest very large amounts of royalties and taxation from production of oil in the country”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6720} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/oil-now-buzz-demo.jpg\" alt=\"\" class=\"wp-image-6720\" /><figcaption>Oil Now,  an online-based Information and Resource Centre for stakeholders in Guyana (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Nevertheless, Piet said there were existing gaps including a lack of capacity, and “the existing political instability in the country – a result of imminent Regional and General Elections triggered by a no-confidence vote, which were matters of concern.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6719} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/georgetown-guyana-buzz-dem0-1024x359.jpg\" alt=\"\" class=\"wp-image-6719\" /><figcaption>Sections of Guyana\'s capital, Georgetown (Photo: Nations Online Project)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"He observed that the scale of commercial production in Guyana, coupled with the level of revenues to be injected in the economy was, ‘not foreseen and domestic institutions are not ready for such a big change in terms of the development of its economic path’,\" the OilNow article stated.</p>\n<!-- /wp:paragraph -->','Guyana poised to become \'new Qatar\' of CARICOM?','','inherit','closed','closed','','6715-revision-v1','','','2019-09-03 09:51:11','2019-09-03 14:51:11','',6715,'https://buzz-caribbean.com/article/6715-revision-v1/',0,'revision','',0),(7150,14,'2019-09-03 09:53:38','2019-09-03 14:53:38','<!-- wp:image {\"id\":7135} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dangel-buzz-demo-1.png\" alt=\"\" class=\"wp-image-7135\" /><figcaption>Dancehall artiste D\'Angel (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>D’Angel has brought much attention to\nherself since her last Instagram Live requesting ‘much-needed recognition’ for\npositive and inspirational music she has produced for the last 10 years in the\nmusic industry. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She explains in the live stream, that the media has been perpetuating that all female Dancehall artistes only sing raunchy and lewd songs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A seemingly livid  D’Angel further whipped that people are afraid to highlight and give credit for her timeless music. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7136} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dangel-buzz-demo-2.png\" alt=\"\" class=\"wp-image-7136\" /><figcaption>Photo contributed</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The first 20 minutes of the hour-long live stream, she played some of her hits such as <strong>Blaze</strong>, <strong>Downtown Girl</strong>, <strong>Stronger</strong>, and the list went on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>D’Angel claimed her rant and demand for credit stems from what she perceives as the media and the public crowning young Reggae artiste Koffee as ‘positive’ for her optimistic lyrics and motivational songs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch the full live stream below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=QuD5pu_RmVA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=QuD5pu_RmVA\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Some social media users slammed the former ‘First\nLady of Dancehall’ for being, as they put it, bad mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4995} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-official-3-1024x890.jpg\" alt=\"\" class=\"wp-image-4995\" /><figcaption>Fast-rising Reggae superstar Koffee (Photo: OriginalKoffee.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Others took a more objective view, noting that just like apples and oranges, Koffee and D’Angel are promoting two different styles of music – as such, there isn’t room to compare the two.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since then, D’Angel has released her new\nsingle ‘Unstoppable’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7137} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dangel-buzz-demo-3.png\" alt=\"\" class=\"wp-image-7137\" /><figcaption>More from D\'Angel (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> fam, we want to hear from you. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you think D’Angel deserves more credit for being a positive artiste? Or is her claim for props a jab at Koffee’s meteoric rise? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the comments section!</p>\n<!-- /wp:paragraph -->','D\'Angel demanding props for being a positive musician long before Koffee','','inherit','closed','closed','','7133-revision-v1','','','2019-09-03 09:53:38','2019-09-03 14:53:38','',7133,'https://buzz-caribbean.com/article/7133-revision-v1/',0,'revision','',0),(7151,21,'2019-09-03 10:17:58','2019-09-03 15:17:58','<!-- wp:image {\"id\":7154} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/hugh-falkner-1024x683.jpg\" alt=\"Executive Director of the Legal Aid Council, Hugh Faulkner\" class=\"wp-image-7154\" /><figcaption> Executive Director of the Legal Aid Council, Hugh Faulkner </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Legal Aid Council (LAC) has\nprovided legal representation for 107 mentally ill persons within the last\nyear.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hugh Faulkner, the Executive Director\nof the Legal Aid Council, said that his organisation was only able to act\nbecause a family member came forward to receive these individuals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are urging persons who have\nfamily members who are mentally ill in custody and have not been going to\ncourt, to contact us once they are willing to undertake supervision and care of\nthe person,” Faulkner said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“In two of the cases concerning the mentally ill, we paid private psychiatrists to do the evaluations for the courts.\"</p><cite>—  Hugh Faulkner </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In January, the LAC provided\nrepresentation to Leslie Spaulding, a mentally ill individual, who had been in\ncustody for 23 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Spaulding’s case was resolved when\nhis sister came forward and the council was able to make the requisite\napplication to the court.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Faulkner stated that the LAC also\nprovides its clients with expert services such as DNA testing, to aid their case.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In two of the cases concerning the\nmentally ill, we paid private psychiatrists to do the evaluations for the\ncourts so that the persons were not delayed in the system,” he said.</p>\n<!-- /wp:paragraph -->','Legal Aid Council provides help for 107 mentally ill persons','','publish','open','closed','','legal-aid-council-provides-help-for-107-mentally-ill-persons','','','2019-09-03 10:17:59','2019-09-03 15:17:59','',0,'https://buzz-caribbean.com/?p=7151',0,'post','',0),(7152,14,'2019-09-03 10:09:06','2019-09-03 15:09:06','<!-- wp:image {\"id\":7071} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-22-1024x683.jpg\" alt=\"\" class=\"wp-image-7071\" /><figcaption>Welcome to Circle K\'s 24-hour Constant Spring outlet in Half-Way-Tree! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Walking into Circle K and the aroma of freshly\nbrewed coffee wafts through the Constant Spring outlet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7026} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-10-1024x683.jpg\" alt=\"\" class=\"wp-image-7026\" /><figcaption>Circle K boasts three different coffee machines, be sure to try them all! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"I saw that Jamaica was ready for a full self-serve concept with convenience in its true definition,\"</p><cite> — Joseph Mahfood, franchisee for Circle K in Jamaica and the Caribbean</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The store is immaculate, teeming with customers\nlooking for a quick snack or drink, and you’re greeted by a warm and friendly\nsmile at the register.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7027} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-1-1024x683.jpg\" alt=\"\" class=\"wp-image-7027\" /><figcaption>The freshest Juici Beef patties, served every day with a smile (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If this was your first time, as was ours,\nyou quickly recognise that Circle K, open 24 hours and ideally located on 7\nConstant Spring Road, is not your typical shopping experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7028} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-18-1024x683.jpg\" alt=\"\" class=\"wp-image-7028\" /><figcaption>Whether you\'re up for a quick snack or an earthy brew of the best coffee, Circle K is sure to cater to your every need even on the go (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Half-Way Tree location was the first of\ntwo outlets opened by Joseph Mahood, franchisee of Circle K in the Caribbean. The\nsecond was opened at the intersection of King Street and South Parade in\ndowntown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Repeat customers is a good thing. You’re not coming back if you don’t have a good experience; so, customer experience for us, is everything\"</p><cite> — Mahfood in an interview with BUZZ.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Kingston businessman spoke in-depth with\nthe <strong>BUZZ</strong> team about his motivations\nto bring self-serve convenience to Jamaica and the wider region.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7029} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-3-1024x683.jpg\" alt=\"\" class=\"wp-image-7029\" /><figcaption>The man with a passion for self-serve convenience, franchisee for Circle K in Jamaica &amp; the Caribbean, 28-year-old Joseph Mahfood (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>The vision</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Mahfood’s journey started in 2018. After\ncompleting his MBA, the 28-year-old Mahfood felt unsure about what next to do. At\nthat point, he decided to act upon the knowledge he had acquired about Circle K\nin Central America while he was in college. &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“About a year ago I started the journey,\njumped on a plane and flew to Phoenix, walked into their office, introduced\nmyself, said I was from Jamaica and I want to bring you guys to Jamaica. That’s\nhow it started,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7030} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-13.jpg\" alt=\"\" class=\"wp-image-7030\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The rest, as they say, is history and now, Mahfood and Circle K are moving aggressively to expand across Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Ocho Rios will [have] our first store outside of Kingston,\"</p><cite> — Joseph Mafood giving BUZZ the scoop on new outlets across Jamaica in the coming months.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Basically, I saw that Jamaica was ready for a full self-serve concept with convenience in its true definition. That’s what encouraged us to bring this franchise to Jamaica,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7033} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-4-1024x683.jpg\" alt=\"\" class=\"wp-image-7033\" /><figcaption>A clean store with fully stocked shelves is just one of the many benefits of shopping at Circle K (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Circle K is one of the largest convenience\nstore chains in the world with over 16,000 locations worldwide. The concept isn’t\ntotally foreign to Jamaican shoppers, who for decades have purchased, at least\nonce in their lifetime, from a wholesale — the bubbly corners stores scattered\nacross the island. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7073} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-23-1024x683.jpg\" alt=\"\" class=\"wp-image-7073\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Jamaica Constabulary Force (JCF) members are invited to come to the HWT outlet between 10pm and 5am and get a free cup of freshly brewed coffee! </p><cite> — Circle K in HWT, offering perks to police officers on the graveyard shift</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“If you look at some of the other countries that are doing it, they have similar industries, such as what we call here in Jamaica, the wholesale. So, you basically shop through a window, there’s no walking around the store and these are the Jamaican corner shops,” Mahfood explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But the franchisee in Jamaica and the Caribbean\ntold <strong>BUZZ</strong> that while the concept isn’t\nnew, Circle K’s delivery is certainly fresh. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7031} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-5-1024x683.jpg\" alt=\"\" class=\"wp-image-7031\" /><figcaption>Channelling self-serve in its truest definition, Circle K is a unique shopping experience in the heart of Half-Way-Tree (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“In the other markets that Circle K\nintroduced themselves, it was the same type of thing until Circle K came in,\nbroke those barriers, and said ‘Customers, feel free to pick, walk around and explore\nas you please’. We strive for three things: great customer service, a clean\nenvironment to shop, and fully stocked shelves,” Mahfood said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7032} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-8-1024x683.jpg\" alt=\"\" class=\"wp-image-7032\" /><figcaption>Frozen. Slushies! Have your pick, Hershey\'s or Jolly Rancher? (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Expanding at light speed across Jamaica</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A third and fourth outlet is in the pipeline for Mahfood, with Three Miles being the next addition to the growing network of stores. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mahfood told <strong>BUZZ</strong> exclusively that Ocho Rios will have the first outlet outside of Kingston, with a pristine shopping experience set for the resort town in the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’re still finalising the plans [for\nThree Miles]; that’s been challenging due to the roadworks. One of our plans is\nto have parking lots lined up around the outside of the store and make it all\nglass. So, customers can park, see right in the store, run in, grab something\nand go. We signed a fourth lease for Ocho Rios, so the next store after Spanish\nTown Road, will be our first store outside of Kingston,” he disclosed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7034} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-21-1024x683.jpg\" alt=\"\" class=\"wp-image-7034\" /><figcaption>Be sure to try out Circle K’s premium quality, 100% beef hot dogs. Pair it with toppings of your choice to go along with freshly made bread rolls delivered every morning!</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mahfood further noted that Circle K plans\nto expand into other Caribbean islands. The young Kingston businessman projects\nthat the region should have over 200 outlets in the next five years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So, in Jamaica, we plan on going island-wide and we’re pushing aggressively for just about 60 stores across the country. Throughout the Caribbean, we’re planning for more than 200 stores,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Customer satisfaction ranks high on Mahfood’s\npriorities, and he beamed as he reflected on the good reviews Circle K has had from\ncustomers in and around Half-Way-Tree.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We strive for three things: great customer service, a clean environment to shop, and fully stocked shelves,\"</p><cite> —  Joseph Mahfood to BUZZ.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“It’s\nbeen great, and I think one of the reasons for [that] is customer service. I’m incredibly\nhappy with our team members and how we’ve been able to achieve this,” Mahfood smiled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7035} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-19-1024x683.jpg\" alt=\"\" class=\"wp-image-7035\" /><figcaption>Open 24-hours is NOT an exaggeration. Feed your inner night owl if you\'re close by (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We get a lot of repeat customers which is a good thing. You’re not coming back if you don’t have a good experience; customer experience for us, is everything. We have great prices, a great variety and the friendliest people in Jamaica!” he exclaimed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An added plus to shopping at Circle K,\noutside the amazing food and clean countertops, is the heightened security\npresence at any time of day. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7078} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-12-1024x683.jpg\" alt=\"\" class=\"wp-image-7078\" /><figcaption>Jumbo saltfish fritters, by Fish Pot, are a mainstay at Circle K. Judging from how fast they go daily, they\'re a hot commodity! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mahfood told BUZZ that members of the Jamaica Constabulary Force (JCF) are invited to come to the HWT outlet between the hours of 10 pm and 4 am, present their ID and get a free cup of freshly brewed coffee.</p>\n<!-- /wp:paragraph -->','Circle K: A friendly convenience experience rolling out across Jamaica','','inherit','closed','closed','','7019-revision-v1','','','2019-09-03 10:09:06','2019-09-03 15:09:06','',7019,'https://buzz-caribbean.com/article/7019-revision-v1/',0,'revision','',0),(7153,14,'2019-09-03 10:10:21','2019-09-03 15:10:21','<!-- wp:image {\"id\":7071} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-22-1024x683.jpg\" alt=\"\" class=\"wp-image-7071\" /><figcaption>Welcome to Circle K\'s 24-hour Constant Spring outlet in Half-Way-Tree! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Walking into Circle K and the aroma of freshly\nbrewed coffee wafts through the Constant Spring outlet. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7026} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-10-1024x683.jpg\" alt=\"\" class=\"wp-image-7026\" /><figcaption>Circle K boasts three different coffee machines, be sure to try them all! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"I saw that Jamaica was ready for a full self-serve concept with convenience in its true definition,\"</p><cite> — Joseph Mahfood, franchisee for Circle K in Jamaica and the Caribbean</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The store is immaculate, teeming with customers\nlooking for a quick snack or drink, and you’re greeted by a warm and friendly\nsmile at the register.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7027} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-1-1024x683.jpg\" alt=\"\" class=\"wp-image-7027\" /><figcaption>The freshest Juici Beef patties, served every day with a smile (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If this was your first time, as was ours,\nyou quickly recognise that Circle K, open 24 hours and ideally located on 7\nConstant Spring Road, is not your typical shopping experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7028} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-18-1024x683.jpg\" alt=\"\" class=\"wp-image-7028\" /><figcaption>Whether you\'re up for a quick snack or an earthy brew of the best coffee, Circle K is sure to cater to your every need even on the go (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Half-Way Tree location was the first of\ntwo outlets opened by Joseph Mahood, franchisee of Circle K in the Caribbean. The\nsecond was opened at the intersection of King Street and South Parade in\ndowntown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Repeat customers is a good thing. You’re not coming back if you don’t have a good experience; so, customer experience for us, is everything\"</p><cite> — Mahfood in an interview with BUZZ.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Kingston businessman spoke in-depth with\nthe <strong>BUZZ</strong> team about his motivations\nto bring self-serve convenience to Jamaica and the wider region.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7029} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-3-1024x683.jpg\" alt=\"\" class=\"wp-image-7029\" /><figcaption>The man with a passion for self-serve convenience, franchisee for Circle K in Jamaica &amp; the Caribbean, 28-year-old Joseph Mahfood (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>The vision</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Mahfood’s journey started in 2018. After\ncompleting his MBA, the 28-year-old Mahfood felt unsure about what next to do. At\nthat point, he decided to act upon the knowledge he had acquired about Circle K\nin Central America while he was in college. &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“About a year ago I started the journey,\njumped on a plane and flew to Phoenix, walked into their office, introduced\nmyself, said I was from Jamaica and I want to bring you guys to Jamaica. That’s\nhow it started,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7030} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-13.jpg\" alt=\"\" class=\"wp-image-7030\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The rest, as they say, is history and now, Mahfood and Circle K are moving aggressively to expand across Jamaica. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Ocho Rios will [have] our first store outside of Kingston,\"</p><cite> — Joseph Mafood giving BUZZ the scoop on new outlets across Jamaica in the coming months.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Basically, I saw that Jamaica was ready for a full self-serve concept with convenience in its true definition. That’s what encouraged us to bring this franchise to Jamaica,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7033} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-4-1024x683.jpg\" alt=\"\" class=\"wp-image-7033\" /><figcaption>A clean store with fully stocked shelves is just one of the many benefits of shopping at Circle K (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Circle K is one of the largest convenience\nstore chains in the world with over 16,000 locations worldwide. The concept isn’t\ntotally foreign to Jamaican shoppers, who for decades have purchased, at least\nonce in their lifetime, from a wholesale — the bubbly corners stores scattered\nacross the island. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7073} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-23-1024x683.jpg\" alt=\"\" class=\"wp-image-7073\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Jamaica Constabulary Force (JCF) members are invited to come to the HWT outlet between 10pm and 5am and get a free cup of freshly brewed coffee! </p><cite> — Circle K in HWT, offering perks to police officers on the graveyard shift</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“If you look at some of the other countries that are doing it, they have similar industries, such as what we call here in Jamaica, the wholesale. So, you basically shop through a window, there’s no walking around the store and these are the Jamaican corner shops,” Mahfood explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But the franchisee in Jamaica and the Caribbean\ntold <strong>BUZZ</strong> that while the concept isn’t\nnew, Circle K’s delivery is certainly fresh. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7031} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-5-1024x683.jpg\" alt=\"\" class=\"wp-image-7031\" /><figcaption>Channelling self-serve in its truest definition, Circle K is a unique shopping experience in the heart of Half-Way-Tree (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“In the other markets that Circle K\nintroduced themselves, it was the same type of thing until Circle K came in,\nbroke those barriers, and said ‘Customers, feel free to pick, walk around and explore\nas you please’. We strive for three things: great customer service, a clean\nenvironment to shop, and fully stocked shelves,” Mahfood said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7032} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-8-1024x683.jpg\" alt=\"\" class=\"wp-image-7032\" /><figcaption>Frozen. Slushies! Have your pick, Hershey\'s or Jolly Rancher? (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Expanding at light speed across Jamaica</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A third and fourth outlet is in the pipeline for Mahfood, with Three Miles being the next addition to the growing network of stores. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mahfood told <strong>BUZZ</strong> exclusively that Ocho Rios will have the first outlet outside of Kingston, with a pristine shopping experience set for the resort town in the coming months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’re still finalising the plans [for\nThree Miles]; that’s been challenging due to the roadworks. One of our plans is\nto have parking lots lined up around the outside of the store and make it all\nglass. So, customers can park, see right in the store, run in, grab something\nand go. We signed a fourth lease for Ocho Rios, so the next store after Spanish\nTown Road, will be our first store outside of Kingston,” he disclosed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7034} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-21-1024x683.jpg\" alt=\"\" class=\"wp-image-7034\" /><figcaption>Be sure to try out Circle K’s premium quality, 100% beef hot dogs. Pair it with toppings of your choice to go along with freshly made bread rolls delivered every morning!</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mahfood further noted that Circle K plans\nto expand into other Caribbean islands. The young Kingston businessman projects\nthat the region should have over 200 outlets in the next five years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So, in Jamaica, we plan on going island-wide and we’re pushing aggressively for just about 60 stores across the country. Throughout the Caribbean, we’re planning for more than 200 stores,” he told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Customer satisfaction ranks high on Mahfood’s\npriorities, and he beamed as he reflected on the good reviews Circle K has had from\ncustomers in and around Half-Way-Tree.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We strive for three things: great customer service, a clean environment to shop, and fully stocked shelves,\"</p><cite> —  Joseph Mahfood to BUZZ.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“It’s\nbeen great, and I think one of the reasons for [that] is customer service. I’m incredibly\nhappy with our team members and how we’ve been able to achieve this,” Mahfood smiled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7035} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-19-1024x683.jpg\" alt=\"\" class=\"wp-image-7035\" /><figcaption>Open 24-hours is NOT an exaggeration. Feed your inner night owl if you\'re close by (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We get a lot of repeat customers which is a good thing. You’re not coming back if you don’t have a good experience; customer experience for us, is everything. We have great prices, a great variety and the friendliest people in Jamaica!” he exclaimed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An added plus to shopping at Circle K,\noutside the amazing food and clean countertops, is the heightened security\npresence at any time of day. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7078} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-12-1024x683.jpg\" alt=\"\" class=\"wp-image-7078\" /><figcaption>Jumbo saltfish fritters, by Fish Pot, are a mainstay at Circle K. Judging from how fast they go daily, they\'re a hot commodity! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mahfood told BUZZ that members of the Jamaica Constabulary Force (JCF) are invited to come to the HWT outlet between the hours of 10 pm and 4 am, present their ID and get a free cup of freshly brewed coffee.</p>\n<!-- /wp:paragraph -->','Circle K: Friendly self-serve franchise rolls out across Jamaica','','inherit','closed','closed','','7019-revision-v1','','','2019-09-03 10:10:21','2019-09-03 15:10:21','',7019,'https://buzz-caribbean.com/article/7019-revision-v1/',0,'revision','',0),(7154,9,'2019-09-03 10:12:52','2019-09-03 15:12:52','','hugh-falkner','','inherit','open','closed','','hugh-falkner','','','2019-09-03 10:12:52','2019-09-03 15:12:52','',7151,'https://buzz-caribbean.com/app/uploads/2019/09/hugh-falkner.jpg',0,'attachment','image/jpeg',0),(7155,21,'2019-09-03 11:30:20','2019-09-03 16:30:20','<!-- wp:paragraph -->\n<p>Prime Minister, the Most Hon. Andrew Holness, on Friday (August 30), broke ground for the $1.46-billion <strong>Twickenham Glades</strong> housing development in St. Catherine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 16-month project, the latest National Housing Trust (NHT) development, will comprise<em> 110 single-storey two-bedroom duplex units </em>built on five hectares (12.21 acres) of land, which is located along the westbound side of Mandela Highway in Twickenham Park.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7176} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/PM-Holness-Jamaica-Groundbreaking-1024x692.jpg\" alt=\"Prime Minister of Jamaica Andrew Holness joins in breaking ground for a new housing development.\" class=\"wp-image-7176\" /><figcaption>Prime Minister, the Most Hon. Andrew Holness (second right), breaks ground for the National Housing Trust (NHT) $1.46-billion Twickenham Glades project in St. Catherine, on Friday (August 30). Also participating (from left) are NHT Managing Director, Martin Miller; Member of Parliament for Eastern St. Catherine, where the development is located, Denise Daley; and NHT Chairman, Lennox Channer.  (Photo: Rudranath Fraser)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The project, which is slated for completion in December 2020, is the fourth phase of the NHT’s <strong>Twickenham Park Housing Development</strong>. The initial three comprise 767 units developed in the adjoining Union Estates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Owning a home is the most significant investment that anyone can ever make”</p><cite>Most Hon. Andrew Holness, Prime Minister of Jamaica</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In his address,\nthe Prime Minister noted that Twickenham Glades will add to the 4,035 solutions\nthat have been developed and delivered in St. Catherine since 2017.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It always gives me great pleasure to be a part of these groundbreakings, because it shows that the Government is working. The Government has a simple policy directive to the Board of the NHT [that is] transmitted to its Executive Management – ‘build houses’. Owning a home is the most significant investment that anyone can ever make,” Mr&nbsp;Holness said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Key features of the Twickenham Glades housing development will include ample space to facilitate expansion by homeowners, storm-water drains, a potable water distribution network, sewer connection system, a boundary wall with restricted access, a guardhouse, multipurpose court and community centre.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ashtrom\nBuilding Systems Limited is executing the project on behalf of the NHT.</p>\n<!-- /wp:paragraph -->','PM breaks ground for $1.46-billion housing development in St. Catherine','','publish','open','closed','','pm-breaks-ground-for-1-46-billion-housing-development-in-st-catherine','','','2019-09-03 11:30:20','2019-09-03 16:30:20','',0,'https://buzz-caribbean.com/?p=7155',0,'post','',0),(7156,9,'2019-09-03 10:17:29','2019-09-03 15:17:29','<!-- wp:image {\"id\":7154} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/hugh-falkner-1024x683.jpg\" alt=\"Executive Director of the Legal Aid Council, Hugh Faulkner\" class=\"wp-image-7154\" /><figcaption> Executive Director of the Legal Aid Council, Hugh Faulkner </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Legal Aid Council (LAC) has\nprovided legal representation for 107 mentally ill persons within the last\nyear.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hugh Faulkner, the Executive Director\nof the Legal Aid Council, said that his organisation was only able to act\nbecause a family member came forward to receive these individuals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are urging persons who have\nfamily members who are mentally ill in custody and have not been going to\ncourt, to contact us once they are willing to undertake supervision and care of\nthe person,” Faulkner said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“In two of the cases concerning the mentally ill, we paid private psychiatrists to do the evaluations for the courts.\"</p><cite>—  Hugh Faulkner </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In January, the LAC provided\nrepresentation to Leslie Spaulding, a mentally ill individual, who had been in\ncustody for 23 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Spaulding’s case was resolved when\nhis sister came forward and the council was able to make the requisite\napplication to the court.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Faulkner stated that the LAC also\nprovides its clients with expert services such as DNA testing, to aid their case.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In two of the cases concerning the\nmentally ill, we paid private psychiatrists to do the evaluations for the\ncourts so that the persons were not delayed in the system,” he said.</p>\n<!-- /wp:paragraph -->','Legal Aid Council provides help for 107 mentally ill persons','','inherit','closed','closed','','7151-revision-v1','','','2019-09-03 10:17:29','2019-09-03 15:17:29','',7151,'https://buzz-caribbean.com/article/7151-revision-v1/',0,'revision','',0),(7157,21,'2019-09-03 10:45:50','2019-09-03 15:45:50','<!-- wp:image {\"id\":7158} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/tracy-morgan.jpg\" alt=\"Tracy Morgan reportedly paid a bartender to watch his $2 million Bugatti\" class=\"wp-image-7158\" /><figcaption>Tracy Morgan</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tracy Morgan reportedly paid a bartender to watch his $2 million Bugatti while he had dinner.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 50-year-old comedian didn\'t want to risk anyone pranging his luxurious vehicle while he tucked into a meal at Carmine\'s on the Upper West Side of New York over the weekend, so he bribed an employee, who had just come off his shift, with cash to keep an eye on it.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"He paid one of the restaurant\'s bartenders who just came off his shift to watch his Bugatti while he and a friend dined.\" </p><cite>— Source </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A source told the New York Post newspaper\'s Page Six column that Tracy \"paid one of the restaurant\'s bartenders who just came off his shift to watch his Bugatti while he and a friend dined.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although he was understandably concerned about his car, the anxiety didn\'t stop Tracy from tucking into \"Carmine\'s signature chicken, veal parmigiana and fried calamari.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The funny man hasn\'t had much luck with his Bugatti since he got it in June as before he\'d even managed to take the dealer plates off it, another driver travelling in a Honda CR-V smashed into it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source said at the time: \"He [Tracy] said he got it literally an hour ago and he paid $2 million for it. He just bought it, dude, and it\'s pretty scraped up.\"<br><br></p>\n<!-- /wp:paragraph -->','Tracy Morgan paid bartender to watch $2 million Bugatti','','publish','open','closed','','tracy-morgan-paid-bartender-to-watch-2-million-bugatti','','','2019-09-03 10:48:09','2019-09-03 15:48:09','',0,'https://buzz-caribbean.com/?p=7157',0,'post','',0),(7158,9,'2019-09-03 10:30:16','2019-09-03 15:30:16','','tracy-morgan','','inherit','open','closed','','tracy-morgan','','','2019-09-03 10:30:16','2019-09-03 15:30:16','',7157,'https://buzz-caribbean.com/app/uploads/2019/09/tracy-morgan.jpg',0,'attachment','image/jpeg',0),(7159,4,'2019-09-03 11:06:43','2019-09-03 16:06:43','<!-- wp:image {\"id\":7169} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/mayberry-donation-to-sandals-foundation-2-1024x751.jpg\" alt=\"\" class=\"wp-image-7169\" /><figcaption>Adam Stewart, deputy chairman of the Sandals/ATL Group; Christopher Berry, executive Chairman of Mayberry Investment Ltd; and Karen Zacca, project manager of Sandals Foundation. (Photos: Joseph Wellington)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Mayberry Foundation has donated J$1 million to the Sandals Foundation, which is leading the disaster relief effort in sections of The Bahamas that have been affected by Hurricane Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sandals and the Sandals Foundation are also helping first responders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The donation was made by Christopher Berry, who is executive chairman of Mayberry Investments Limited, at the AC Marriott Hotel in Kingston on Tuesday (Sept 3).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also present at the event was Adam Stewart, deputy chairman of the Sandals/ATL Group, and Karen Zacca, project manager of the Sandals Foundation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7170} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/mayberry-donation-to-sandals-foundation1-1024x683.jpg\" alt=\"\" class=\"wp-image-7170\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sandals Resorts International operates two hotels in The Bahamas. The hotels, which are over 200 miles from Abaco and Grand Bahama, were in no way affected by the storm and are up and running.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Sandals Foundation is accepting both in-kind and monetary donations towards its relief efforts and has established two collection centres, one at Sandals Royal Bahamian in Nassau, Bahamas, and the other at Hospitality Purveyors Inc in Miami, Florida, for in-kind donations. Monetary donations are being accepted at&nbsp;<a href=\"http://www.sandalsfoundation.org/donation\">www.sandalsfoundation.org/donation</a>&nbsp;and 100 per cent of all funds received will go directly into recovery and rebuilding efforts.</p>\n<!-- /wp:paragraph -->','Mayberry Foundation donates $1M to Sandals\' disaster relief efforts in the Bahamas','','publish','open','closed','','mayberry-foundation-donates-1m-to-sandals-disaster-relief-efforts-in-the-bahamas','','','2019-09-03 14:05:24','2019-09-03 19:05:24','',0,'https://buzz-caribbean.com/?p=7159',0,'post','',0),(7160,11,'2019-09-03 10:36:15','2019-09-03 15:36:15','<!-- wp:paragraph -->\n<p>The South Korean motor company Kia is carving out a reputation for <strong><em>style and reliability.</em></strong><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2146} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/KIA-1024x683.jpg\" alt=\"\" class=\"wp-image-2146\" /><figcaption>(Photos: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The confidence in its reliability sees it offering a seven-year warranty where other carmakers tend to offer just three.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2131} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Sportage-1024x683.jpg\" alt=\"\" class=\"wp-image-2131\" /><figcaption>Sleek Kia Sportage at the dealership in Kingston, Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kia\'s reliability has been noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\"><em>CNN put Kia 6th out of 10 in their table in 2015. The following year J.D. Power ranked it No. 1 for reliability. The UK\'s Telegraph newspaper placed Kia 3 out of 20 for the most reliable car brand of 2017.&nbsp;</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2150} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Driving-KIA-1024x576.jpg\" alt=\"\" class=\"wp-image-2150\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kia has upped the ante on the use of technology with its infotainment system being one of the best around.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Of the Kia brands, the<strong> Sportage</strong> and <strong>Sorento</strong> have been rated the most reliable. Kia owners talk proudly of clocking high mileage without having to make constant trips to the mechanic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2136,2138,2137]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Kia-Sorento-1024x621.jpg\" alt=\"\" data-id=\"2136\" data-link=\"https://buzz-caribbean.com/?attachment_id=2136\" class=\"wp-image-2136\" /><figcaption>Sleek exterior of Kia Sorento</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Spacious-interior-of-Kia-Sorento-1024x576.jpg\" alt=\"\" data-id=\"2138\" data-link=\"https://buzz-caribbean.com/?attachment_id=2138\" class=\"wp-image-2138\" /><figcaption>Spacious interior of Kia Sorento</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Push-Button-Start-Kia-Sorento-1024x576.jpg\" alt=\"\" data-id=\"2137\" data-link=\"https://buzz-caribbean.com/?attachment_id=2137\" class=\"wp-image-2137\" /><figcaption>Kia Sorento sports a convenient push-to-start button</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The Seoul-based motor company has also stepped up its game in styling and design and this one can see with the increased models gracing Jamaica\'s roads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2139} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Kia-Optima-1024x576.jpg\" alt=\"\" class=\"wp-image-2139\" /><figcaption>Kia Optima</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong>Kia\'s decade-long focus on craftsmanship and continuous improvement reflects the voice of our customers which is the ultimate affirmation.</strong>\"</p><cite>Chief Operating Of Kia Motors America, Michael Sprague</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>According to Top Gear, Kia is now rivalling some of Europe\'s top car brands with vehicles for every segment. The top TV car show is of the view that Kia vehicles are competitively priced, reliable, offer good value and quality and are getting better with time.\n\n</p>\n<!-- /wp:paragraph -->','Kia cars score high on reliability','','inherit','closed','closed','','59-autosave-v1','','','2019-09-03 10:36:15','2019-09-03 15:36:15','',59,'https://buzz-caribbean.com/article/59-autosave-v1/',0,'revision','',0),(7161,21,'2019-09-03 11:03:50','2019-09-03 16:03:50','<!-- wp:paragraph -->\n<p>Dancehall entertainer Ding Dong has been recognized at the 52<sup>nd</sup> anniversary of West Indian American Day Carnival for his promotion of the Caribbean culture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7165} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Ding-Dong-Awards-BUZZ-Caribbean.png\" alt=\"Jamaican dancehall entertainer Ding Dong\" class=\"wp-image-7165\" /><figcaption>Jamaican Dancehall entertainer Ding Dong (Photos: Instagram - @dingdongravers)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After a high energy performance in Central Brooklyn, New York, on Friday evening at the New York Carnival week show, Congresswoman Yvette Clarke awarded him with a certificate of special congressional recognition and the New York State assembly certificate of merit. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7167,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Ding-Dong-Jamaica-Awards-BUZZ-Caribbean.jpg\" alt=\"Jamaican dancehall entertainer Ding Dong\" class=\"wp-image-7167\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He was also appointed a cultural ambassador for his consistency in representing the Caribbean culture and raising the standards of entertainment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7168} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Ding-Dong-Jamaica-Dancehall-BUZZ-Caribbean.jpg\" alt=\"Jamaican dancehall entertainer Ding Dong\" class=\"wp-image-7168\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The dancing machine took\nto Instagram with much elation to inform his 600k followers of his achievement\nand appreciation for his team and family.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1zg-TFgIlG/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1zg-TFgIlG/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>For the past couple of years, Ding Dong has proven to be a force to reckon with. He’s consistent with creating dance moves alongside his Ravers Clavers clan that has had the Caribbean community rocking worldwide. </p>\n<!-- /wp:paragraph -->','Ding Dong awarded in the US for his promotion of the Caribbean culture','','publish','open','closed','','ding-dong-awarded-in-the-us-for-his-promotion-of-the-caribbean-culture','','','2019-09-05 18:35:46','2019-09-05 23:35:46','',0,'https://buzz-caribbean.com/?p=7161',0,'post','',0),(7162,9,'2019-09-03 10:38:13','2019-09-03 15:38:13','<!-- wp:image {\"id\":7158} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/tracy-morgan.jpg\" alt=\"Tracy Morgan reportedly paid a bartender to watch his $2 million Bugatti\" class=\"wp-image-7158\" /><figcaption>Tracy Morgan</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tracy Morgan reportedly paid a bartender to watch his $2 million Bugatti while he had dinner. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 50-year-old comedian didn\'t want to risk anyone pranging his luxurious vehicle while he tucked into a meal at Carmine\'s on the Upper West Side of New York over the weekend, so he bribed an employee, who had just come off his shift, with cash to keep an eye on it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source told the New York Post newspaper\'s Page Six column that Tracy \"paid one of the restaurant\'s bartenders who just came off his shift to watch his Bugatti while he and a friend dined.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although he was understandably concerned about his car, the anxiety didn\'t stop Tracy from tucking into \"Carmine\'s signature chicken, veal parmigiana and fried calamari.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The funny man hasn\'t had much luck with his Bugatti since he got it in June as before he\'d even managed to take the dealer plates off it, another driver travelling in a Honda CR-V smashed into it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source said at the time: \"He [Tracy] said he got it literally an hour ago and he paid $2 million for it. He just bought it, dude, and it\'s pretty scraped up.\"<br><br></p>\n<!-- /wp:paragraph -->','Tracy Morgan paid bartender to watch $2m Bugatti','','inherit','closed','closed','','7157-revision-v1','','','2019-09-03 10:38:13','2019-09-03 15:38:13','',7157,'https://buzz-caribbean.com/article/7157-revision-v1/',0,'revision','',0),(7163,9,'2019-09-03 10:39:24','2019-09-03 15:39:24','<!-- wp:image {\"id\":7158} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/tracy-morgan.jpg\" alt=\"Tracy Morgan reportedly paid a bartender to watch his $2 million Bugatti\" class=\"wp-image-7158\" /><figcaption>Tracy Morgan</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tracy Morgan reportedly paid a bartender to watch his $2 million Bugatti while he had dinner. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 50-year-old comedian didn\'t want to risk anyone pranging his luxurious vehicle while he tucked into a meal at Carmine\'s on the Upper West Side of New York over the weekend, so he bribed an employee, who had just come off his shift, with cash to keep an eye on it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"He paid one of the restaurant\'s bartenders who just came off his shift to watch his Bugatti while he and a friend dined.\" </p><cite>— Source </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A source told the New York Post newspaper\'s Page Six column that Tracy \"paid one of the restaurant\'s bartenders who just came off his shift to watch his Bugatti while he and a friend dined.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although he was understandably concerned about his car, the anxiety didn\'t stop Tracy from tucking into \"Carmine\'s signature chicken, veal parmigiana and fried calamari.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The funny man hasn\'t had much luck with his Bugatti since he got it in June as before he\'d even managed to take the dealer plates off it, another driver travelling in a Honda CR-V smashed into it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source said at the time: \"He [Tracy] said he got it literally an hour ago and he paid $2 million for it. He just bought it, dude, and it\'s pretty scraped up.\"<br><br></p>\n<!-- /wp:paragraph -->','Tracy Morgan paid bartender to watch $2 million Bugatti','','inherit','closed','closed','','7157-revision-v1','','','2019-09-03 10:39:24','2019-09-03 15:39:24','',7157,'https://buzz-caribbean.com/article/7157-revision-v1/',0,'revision','',0),(7164,11,'2019-09-03 10:40:22','2019-09-03 15:40:22','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1zg-TFgIlG/\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1zg-TFgIlG/\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1zg-TFgIlG/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">WOOOW...... THANKS TO @wiadca AND MEMBER. OF. CONGRESS, UNITED STATES OF AMERICA @repyvetteclarke FOR GIVING ME SUCH AWARDS 1. CERTIFICATE OF SPECIAL CONGRESSIONAL RECOGNITION AND APPOINTED ME AS A CULTURAL AMBASSADOR FOR NEW YORK ....... 2nd THE NEW YORK STATE ASSEMBLY WITH ASSEMBLY MEMBER THE HON. N. NICK PERRY FOR AWARDING ME THE CERTIFICATE OF MERIT LASTNIGHT AFTER MY PERFORMANCE AT THE NY CARIBBEAN CARNIVAL WEEK SHOW IN THE BROOKLYN MUSEUM ???????????? I’M HONORED AND IT’S SUCH A BLESSING TO GET SUCH RECOGNITION ALL THE WAY IN NEW YORK ...... RESPECT AND LOVE ALL THE TIME........ YOOO BIGUP ALL MY FAMILY, TEAM AND SUPPORTERS AND EVERY SINGLE SOUL WHO HELPED OR CONTRIBUTED IN THESE ACHIEVEMENTS....... #WORLDDING? #RAVERSCLAVERS @romeichentertainment @malkia_____ #RC4L</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/dingdongravers/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> WORLD DING ?</a> (@dingdongravers) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-30T22:29:32+00:00\">Aug 30, 2019 at 3:29pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','59ed7aa74dbf7f5ea1c09d183cd4df65','','','2019-09-03 10:40:22','2019-09-03 15:40:22','',0,'https://buzz-caribbean.com/article/59ed7aa74dbf7f5ea1c09d183cd4df65/',0,'oembed_cache','',0),(7165,11,'2019-09-03 10:45:25','2019-09-03 15:45:25','','Ding-Dong-Awards-BUZZ-Caribbean','','inherit','open','closed','','ding-dong-awards-buzz-caribbean','','','2019-09-03 10:56:16','2019-09-03 15:56:16','',7161,'https://buzz-caribbean.com/app/uploads/2019/09/Ding-Dong-Awards-BUZZ-Caribbean.png',0,'attachment','image/png',0),(7166,9,'2019-09-03 10:47:08','2019-09-03 15:47:08','<!-- wp:image {\"id\":7158} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/tracy-morgan.jpg\" alt=\"Tracy Morgan reportedly paid a bartender to watch his $2 million Bugatti\" class=\"wp-image-7158\" /><figcaption>Tracy Morgan</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tracy Morgan reportedly paid a bartender to watch his $2 million Bugatti while he had dinner.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 50-year-old comedian didn\'t want to risk anyone pranging his luxurious vehicle while he tucked into a meal at Carmine\'s on the Upper West Side of New York over the weekend, so he bribed an employee, who had just come off his shift, with cash to keep an eye on it.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"He paid one of the restaurant\'s bartenders who just came off his shift to watch his Bugatti while he and a friend dined.\" </p><cite>— Source </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A source told the New York Post newspaper\'s Page Six column that Tracy \"paid one of the restaurant\'s bartenders who just came off his shift to watch his Bugatti while he and a friend dined.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although he was understandably concerned about his car, the anxiety didn\'t stop Tracy from tucking into \"Carmine\'s signature chicken, veal parmigiana and fried calamari.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The funny man hasn\'t had much luck with his Bugatti since he got it in June as before he\'d even managed to take the dealer plates off it, another driver travelling in a Honda CR-V smashed into it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source said at the time: \"He [Tracy] said he got it literally an hour ago and he paid $2 million for it. He just bought it, dude, and it\'s pretty scraped up.\"<br><br></p>\n<!-- /wp:paragraph -->','Tracy Morgan paid bartender to watch $2 million Bugatti','','inherit','closed','closed','','7157-revision-v1','','','2019-09-03 10:47:08','2019-09-03 15:47:08','',7157,'https://buzz-caribbean.com/article/7157-revision-v1/',0,'revision','',0),(7167,11,'2019-09-03 10:54:09','2019-09-03 15:54:09','','Ding-Dong-Jamaica-Awards-BUZZ-Caribbean','','inherit','open','closed','','ding-dong-jamaica-awards-buzz-caribbean','','','2019-09-03 10:54:09','2019-09-03 15:54:09','',7161,'https://buzz-caribbean.com/app/uploads/2019/09/Ding-Dong-Jamaica-Awards-BUZZ-Caribbean.jpg',0,'attachment','image/jpeg',0),(7168,11,'2019-09-03 10:54:26','2019-09-03 15:54:26','','Ding-Dong-Jamaica-Dancehall-BUZZ-Caribbean','','inherit','open','closed','','ding-dong-jamaica-dancehall-buzz-caribbean','','','2019-09-03 10:54:26','2019-09-03 15:54:26','',7161,'https://buzz-caribbean.com/app/uploads/2019/09/Ding-Dong-Jamaica-Dancehall-BUZZ-Caribbean.jpg',0,'attachment','image/jpeg',0),(7169,4,'2019-09-03 11:02:44','2019-09-03 16:02:44','','mayberry-donation-to-sandals-foundation-2','','inherit','open','closed','','mayberry-donation-to-sandals-foundation-2','','','2019-09-03 11:02:44','2019-09-03 16:02:44','',7159,'https://buzz-caribbean.com/app/uploads/2019/09/mayberry-donation-to-sandals-foundation-2.jpg',0,'attachment','image/jpeg',0),(7170,4,'2019-09-03 11:02:54','2019-09-03 16:02:54','','mayberry-donation-to-sandals-foundation1','','inherit','open','closed','','mayberry-donation-to-sandals-foundation1','','','2019-09-03 11:02:54','2019-09-03 16:02:54','',7159,'https://buzz-caribbean.com/app/uploads/2019/09/mayberry-donation-to-sandals-foundation1.jpg',0,'attachment','image/jpeg',0),(7171,11,'2019-09-03 11:03:50','2019-09-03 16:03:50','<!-- wp:paragraph -->\n<p>Dancehall entertainer Ding Dong has been recognized at the 52<sup>nd</sup> anniversary of West Indian American Day Carnival for his promotion of the Caribbean culture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7165} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Ding-Dong-Awards-BUZZ-Caribbean.png\" alt=\"Jamaican dancehall entertainer Ding Dong\" class=\"wp-image-7165\" /><figcaption>Jamaican Dancehall entertainer Ding Dong (Photos: Instagram - @dingdongravers)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After a high energy performance in Central Brooklyn, New York, on Friday evening at the New York Carnival week show, Congresswoman Yvette Clarke awarded him with a certificate of special congressional recognition and the New York State assembly certificate of merit. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7167,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Ding-Dong-Jamaica-Awards-BUZZ-Caribbean.jpg\" alt=\"Jamaican dancehall entertainer Ding Dong\" class=\"wp-image-7167\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He was also appointed a cultural ambassador for his consistency in representing the Caribbean culture and raising the standards of entertainment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7168} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Ding-Dong-Jamaica-Dancehall-BUZZ-Caribbean.jpg\" alt=\"Jamaican dancehall entertainer Ding Dong\" class=\"wp-image-7168\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The dancing machine took\nto Instagram with much elation to inform his 600k followers of his achievement\nand appreciation for his team and family.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1zg-TFgIlG/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1zg-TFgIlG/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>For the past couple of years, Ding Dong has proven to be a force to reckon with. He’s consistent with creating dance moves alongside his Ravers Clavers clan that has had the Caribbean community rocking worldwide. </p>\n<!-- /wp:paragraph -->','Ding Dong awarded in the US for his promotion of the Caribbean culture','','inherit','closed','closed','','7161-revision-v1','','','2019-09-03 11:03:50','2019-09-03 16:03:50','',7161,'https://buzz-caribbean.com/article/7161-revision-v1/',0,'revision','',0),(7172,4,'2019-09-03 11:06:43','2019-09-03 16:06:43','<!-- wp:image {\"id\":7169} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/mayberry-donation-to-sandals-foundation-2-1024x751.jpg\" alt=\"\" class=\"wp-image-7169\" /><figcaption>Adam Stewart, deputy chairman of the Sandals/ATL Group; Christopher Berry, executive Chairman of Mayberry Investment Ltd; and Karen Zacca, project manager of Sandals Foundation. (Photos: Joseph Wellington)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Mayberry Foundation has donated J$1 million to the Sandals Foundation, which is leading the disaster relief effort in sections of The Bahamas that have been affected by Hurricane Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The donation was made by Christopher Berry, who is executive chairman of Mayberry Investments Limited, at the AC Marriott Hotel in Kingston Tuesday morning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also present at the event was Adam Stewart, deputy chairman of the Sandals/ATL Group, and Karen Zacca, project manager of the Sandals Foundation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7170} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/mayberry-donation-to-sandals-foundation1-1024x683.jpg\" alt=\"\" class=\"wp-image-7170\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sandals Resorts International operates two hotels in The Bahamas. The hotels, which are over 200 miles from Abaco and Grand Bahama, were in no way affected by the storm and are up and running.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Sandals Foundation is accepting both in-kind and monetary donations towards its relief efforts and has established two collection centres, one at Sandals Royal Bahamian in Nassau, Bahamas, and the other at Hospitality Purveyors Inc in Miami, Florida, for in-kind donations. Monetary donations are being accepted at <a href=\"http://www.sandalsfoundation.org/donation\">www.sandalsfoundation.org/donation</a> and 100 per cent of all funds received will go directly into recovery and rebuilding efforts.</p>\n<!-- /wp:paragraph -->','Mayberry Foundation donates $1M to Sandals\' disaster relief efforts in the Bahamas','','inherit','closed','closed','','7159-revision-v1','','','2019-09-03 11:06:43','2019-09-03 16:06:43','',7159,'https://buzz-caribbean.com/article/7159-revision-v1/',0,'revision','',0),(7173,4,'2019-09-03 11:13:14','2019-09-03 16:13:14','','Mayberry Donation To Sandals Foundation 2 Featured Image','','inherit','open','closed','','mayberry-donation-to-sandals-foundation-2-featured-image','','','2019-09-03 11:13:14','2019-09-03 16:13:14','',0,'https://buzz-caribbean.com/app/uploads/2019/09/mayberry-donation-to-sandals-foundation-2-featured-image.jpg',0,'attachment','image/jpeg',0),(7175,4,'2019-09-03 11:14:09','2019-09-03 16:14:09','<!-- wp:image {\"id\":7169} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/mayberry-donation-to-sandals-foundation-2-1024x751.jpg\" alt=\"\" class=\"wp-image-7169\" /><figcaption>Adam Stewart, deputy chairman of the Sandals/ATL Group; Christopher Berry, executive Chairman of Mayberry Investment Ltd; and Karen Zacca, project manager of Sandals Foundation. (Photos: Joseph Wellington)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Mayberry Foundation has donated J$1 million to the Sandals Foundation, which is leading the disaster relief effort in sections of The Bahamas that have been affected by Hurricane Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The donation was made by Christopher Berry, who is executive chairman of Mayberry Investments Limited, at the AC Marriott Hotel in Kingston Tuesday morning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also present at the event was Adam Stewart, deputy chairman of the Sandals/ATL Group, and Karen Zacca, project manager of the Sandals Foundation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7170} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/mayberry-donation-to-sandals-foundation1-1024x683.jpg\" alt=\"\" class=\"wp-image-7170\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sandals Resorts International operates two hotels in The Bahamas. The hotels, which are over 200 miles from Abaco and Grand Bahama, were in no way affected by the storm and are up and running.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Sandals Foundation is accepting both in-kind and monetary donations towards its relief efforts and has established two collection centres, one at Sandals Royal Bahamian in Nassau, Bahamas, and the other at Hospitality Purveyors Inc in Miami, Florida, for in-kind donations. Monetary donations are being accepted at&nbsp;<a href=\"http://www.sandalsfoundation.org/donation\">www.sandalsfoundation.org/donation</a>&nbsp;and 100 per cent of all funds received will go directly into recovery and rebuilding efforts.</p>\n<!-- /wp:paragraph -->','Mayberry Foundation donates $1M to Sandals\' disaster relief efforts in the Bahamas','','inherit','closed','closed','','7159-revision-v1','','','2019-09-03 11:14:09','2019-09-03 16:14:09','',7159,'https://buzz-caribbean.com/article/7159-revision-v1/',0,'revision','',0),(7176,11,'2019-09-03 11:20:06','2019-09-03 16:20:06','','PM-Holness-Jamaica-Groundbreaking','','inherit','open','closed','','pm-holness-jamaica-groundbreaking','','','2019-09-03 11:28:08','2019-09-03 16:28:08','',7155,'https://buzz-caribbean.com/app/uploads/2019/09/PM-Holness-Jamaica-Groundbreaking.jpg',0,'attachment','image/jpeg',0),(7177,11,'2019-09-03 11:25:47','2019-09-03 16:25:47','<!-- wp:paragraph -->\n<p>Prime Minister, the Most Hon. Andrew Holness, on Friday (August 30), broke ground for the $1.46-billion <strong>Twickenham Glades</strong> housing development in St. Catherine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 16-month project, the latest National Housing Trust (NHT) development, will comprise<em> 110 single-storey two-bedroom duplex units </em>built on five hectares (12.21 acres) of land, which is located along the westbound side of Mandela Highway in Twickenham Park.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7176} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/PM-Holness-Jamaica-Groundbreaking-1024x692.jpg\" alt=\"\" class=\"wp-image-7176\" /><figcaption>Prime Minister, the Most Hon. Andrew Holness (second right), breaks ground for the National Housing Trust (NHT) $1.46-billion Twickenham Glades project in St. Catherine, on Friday (August 30). Also participating (from left) are NHT Managing Director, Martin Miller; Member of Parliament for Eastern St. Catherine, where the development is located, Denise Daley; and NHT Chairman, Lennox Channer.  (Photo: Rudranath Fraser)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The project, which is slated for completion in December 2020, is the fourth phase of the NHT’s <strong>Twickenham Park Housing Development</strong>. The initial three comprise 767 units developed in the adjoining Union Estates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Owning a home is the most significant investment that anyone can ever make”</p><cite>Most Hon. Andrew Holness, Prime Minister of Jamaica</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In his address,\nthe Prime Minister noted that Twickenham Glades will add to the 4,035 solutions\nthat have been developed and delivered in St. Catherine since 2017.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It always gives me great pleasure to be a part of these groundbreakings, because it shows that the Government is working. The Government has a simple policy directive to the Board of the NHT [that is] transmitted to its Executive Management – ‘build houses’. Owning a home is the most significant investment that anyone can ever make,” Mr&nbsp;Holness said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Key features of the Twickenham Glades housing development will include ample space to facilitate expansion by homeowners, storm-water drains, a potable water distribution network, sewer connection system, a boundary wall with restricted access, a guardhouse, multipurpose court and community centre.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ashtrom\nBuilding Systems Limited is executing the project on behalf of the NHT.</p>\n<!-- /wp:paragraph -->','PM breaks ground for $1.46-billion housing development in St. Catherine','','inherit','closed','closed','','7155-revision-v1','','','2019-09-03 11:25:47','2019-09-03 16:25:47','',7155,'https://buzz-caribbean.com/article/7155-revision-v1/',0,'revision','',0),(7178,11,'2019-09-03 11:30:20','2019-09-03 16:30:20','<!-- wp:paragraph -->\n<p>Prime Minister, the Most Hon. Andrew Holness, on Friday (August 30), broke ground for the $1.46-billion <strong>Twickenham Glades</strong> housing development in St. Catherine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 16-month project, the latest National Housing Trust (NHT) development, will comprise<em> 110 single-storey two-bedroom duplex units </em>built on five hectares (12.21 acres) of land, which is located along the westbound side of Mandela Highway in Twickenham Park.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7176} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/PM-Holness-Jamaica-Groundbreaking-1024x692.jpg\" alt=\"Prime Minister of Jamaica Andrew Holness joins in breaking ground for a new housing development.\" class=\"wp-image-7176\" /><figcaption>Prime Minister, the Most Hon. Andrew Holness (second right), breaks ground for the National Housing Trust (NHT) $1.46-billion Twickenham Glades project in St. Catherine, on Friday (August 30). Also participating (from left) are NHT Managing Director, Martin Miller; Member of Parliament for Eastern St. Catherine, where the development is located, Denise Daley; and NHT Chairman, Lennox Channer.  (Photo: Rudranath Fraser)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The project, which is slated for completion in December 2020, is the fourth phase of the NHT’s <strong>Twickenham Park Housing Development</strong>. The initial three comprise 767 units developed in the adjoining Union Estates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Owning a home is the most significant investment that anyone can ever make”</p><cite>Most Hon. Andrew Holness, Prime Minister of Jamaica</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In his address,\nthe Prime Minister noted that Twickenham Glades will add to the 4,035 solutions\nthat have been developed and delivered in St. Catherine since 2017.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It always gives me great pleasure to be a part of these groundbreakings, because it shows that the Government is working. The Government has a simple policy directive to the Board of the NHT [that is] transmitted to its Executive Management – ‘build houses’. Owning a home is the most significant investment that anyone can ever make,” Mr&nbsp;Holness said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Key features of the Twickenham Glades housing development will include ample space to facilitate expansion by homeowners, storm-water drains, a potable water distribution network, sewer connection system, a boundary wall with restricted access, a guardhouse, multipurpose court and community centre.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ashtrom\nBuilding Systems Limited is executing the project on behalf of the NHT.</p>\n<!-- /wp:paragraph -->','PM breaks ground for $1.46-billion housing development in St. Catherine','','inherit','closed','closed','','7155-revision-v1','','','2019-09-03 11:30:20','2019-09-03 16:30:20','',7155,'https://buzz-caribbean.com/article/7155-revision-v1/',0,'revision','',0),(7179,21,'2019-09-03 14:33:31','2019-09-03 19:33:31','<!-- wp:paragraph -->\n<p><a rel=\"noreferrer noopener\" aria-label=\"Katy Perry (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/forbes-highest-paid-women-in-music-revealed/\" target=\"_blank\">Katy Perry</a> and <a rel=\"noreferrer noopener\" aria-label=\"Taylor Swift (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/forbes-highest-paid-women-in-music-revealed/\" target=\"_blank\">Taylor Swift</a> currently have two of the most-watched videos on YouTube, with Perry\'s “<strong><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=CevxZvSJLk8\" target=\"_blank\">Roar</a></strong>” racking up 2.9 billion views and Swift\'s “<strong><a href=\"https://www.youtube.com/watch?v=nfWlot6h_JM\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Shake it off</a></strong>” a close 2.8 billion. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=CevxZvSJLk8\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=CevxZvSJLk8\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>This accomplishment called for some celebration between the two who\'ve seemed to mend fences over their 8-year-long feud, that created tension in their careers and amongst their respective fanbases.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The feud between the two mega-stars, has spanned the dating of ex-boyfriends (yes, John Myers), poaching of each other\'s back-up dancers while on tour, passive-aggressive tweets and songs (cue \'<a href=\"https://www.youtube.com/watch?v=QcIy9NiNbmo\">Bad Blood</a>\' and \'<a href=\"https://www.youtube.com/watch?v=iGk5fR-t5AU\">Swish Swish</a>\') — what a list!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=QcIy9NiNbmo\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=QcIy9NiNbmo\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>In 2017, though, the duo decided that they would try to make nice and since then have been sending each other little tokens to solidify their rebuilt friendship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7210} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Swift-Perry-Feud-Friends-BUZZ-Caribbean.png\" alt=\"\" class=\"wp-image-7210\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Perry announced, \"I\'m ready to let it go”, during a whopping 96-hour YouTube live stream for the promotion of her album \'Witness\' in 2017. The pop sensation, in reference to Swift, added, \"I love her and want the best for her.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7209} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Swift-Perry-Feud-Friends-Burger-Fries-BUZZ-Caribbean.png\" alt=\"\" class=\"wp-image-7209\" /><figcaption>Katy Perry and Taylor Swift in hilarious burger and fries costumes - perfect pair!</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Since then, the two have been sending each other little tokens. Perry in 2018 sent her one-time rival literal olive branches indicating peace.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7207,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/taylor-swift-katy-perry-olive-branch-BUZZ-Caribbean.png\" alt=\"\" class=\"wp-image-7207\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Moving on to this year Perry posted a plate of cookie’s sent to her by Swift, decorated with “Peace at Last”, with the caption feels good.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7208} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Perry-Swift-Feud-Cookies.png\" alt=\"\" class=\"wp-image-7208\" /><figcaption>Katy Perry sharing a photo of cookies sent by Taylor Swift with the caption \"Peace At Last\"</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>While we\'re riding this wave, which other celebrity feuds would you like to end </em><strong><em>BUZZ</em></strong><em> fam?</em></p>\n<!-- /wp:paragraph -->','Another feud bites the dust — Perry and Swift sending love','','publish','open','closed','','another-feud-bites-the-dust-perry-and-swift-sending-love','','','2019-09-03 16:09:43','2019-09-03 21:09:43','',0,'https://buzz-caribbean.com/?p=7179',0,'post','',0),(7180,23,'2019-09-03 12:13:49','2019-09-03 17:13:49','<!-- wp:image {\"id\":7190} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/peter-bunting.png\" alt=\"\" class=\"wp-image-7190\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting drinks lots of black coffee and he loves boneless curried goat. If he had a choice of a superpower (as in the comics) it would be reading minds. Watch as Bunting opens up as never before on parenting, food, sports and politics, among other things, during this interview at the AC Marriott Hotel in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=5eeRyEKy-g0\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=5eeRyEKy-g0&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Peter Bunting opens up about sports, family and his favourite food','','publish','open','closed','','peter-bunting-opens-up-about-sports-family-and-his-favourite-food','','','2019-09-03 12:46:22','2019-09-03 17:46:22','',0,'https://buzz-caribbean.com/?p=7180',0,'post','',0),(7181,4,'2019-09-03 11:41:44','2019-09-03 16:41:44','<iframe title=\"BUZZ FEATURE: PETER BUNTING\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/5eeRyEKy-g0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','e806830fe84edc31fc5dab198859d1d3','','','2019-09-03 11:41:44','2019-09-03 16:41:44','',0,'https://buzz-caribbean.com/article/e806830fe84edc31fc5dab198859d1d3/',0,'oembed_cache','',0),(7182,14,'2019-09-03 14:44:26','2019-09-03 19:44:26','<!-- wp:image {\"id\":7216} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-19-1024x683.jpg\" alt=\"\" class=\"wp-image-7216\" /><figcaption>Just some of the amazing books under the Blue Banyan Publishing House in Kingston, Jamaica (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Caribbean literature is alive and thriving,\nand our people are truly the only ones who could tell or relate to our\nexperiences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s the consensus <strong>BUZZ</strong> got from Tanya Batson-Savage, Publisher and Editor-in-Chief for <strong>Blue Banyan</strong> and <strong>Blouse &amp; Skirt Books</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7212} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-6-1024x683.jpg\" alt=\"\" class=\"wp-image-7212\" /><figcaption>Editor-in-Chief and Publisher of Blue Banyan, Blouse &amp; Skirt Books, Tanya Batson-Savage (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Batson-Savage, a native of St. Andrew, told <strong>BUZZ</strong> that the region is rich with stories. In a riveting interview at Bookophilia, she added that the company owes its name to the late pan-Africanist and national hero Marcus Garvey – but notes its vision as pan-Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\'Even in the sky, you stay rooted\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“At Blue Banyan, we produce a range of books from zero to 100. Under Blouse &amp; Skirt Books, however, we publish [literature] specifically for the ages of 12 to 100,” Batson-Savage began.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7215} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-20-1024x683.jpg\" alt=\"\" class=\"wp-image-7215\" /><figcaption>Batson-Savage channelling functionality in this branded Blouse &amp; Skirt tee (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Having registered the company in 2016 and\nbeginning operations roughly a year later, Batson-Savage explained that her\nteam decided to come up with a new name that would encapsulate the vision of\nthe publishing house.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I was trying to think of an image that would totally solidify who we are and what we do. Of course, [Marcus] Garvey comes into play for that,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7235} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-1-1024x683.jpg\" alt=\"\" class=\"wp-image-7235\" /><figcaption>\'From 0 to 100\', Blue Banyan has a book for just about everyone! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The book business is about keeping people rooted and the banyan tree is a tree with aerial roots. How cool is that? Even when you’re reaching for the sky, you still stay rooted. So, we thought it was the perfect fit,” Batson-Savage beamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For <strong>Blouse &amp; Skirt Books</strong>, the editor-in-chief told <strong>BUZZ</strong> that the idea behind the name was much simpler…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We want when you read one of our books,\nyou finish and you say, ‘Blouse an’ skirt, that was a good book!’. We want you\nto look at the covers and say, ‘That was worth the hours I committed; I got something\nback and I left this book a richer person’,” Batson-Savage explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Showcasing the Caribbean\'s rich literary versatility</h2>\n<!-- /wp:heading -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We [at Blue Banyan] are into books that explore, showcase and celebrate the Caribbean and [its] culture,\"</p><cite> —  Tanya Batson-Savage explaining her company\'s mandate.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Blue Banyan</strong> publisher further noted that the company’s approach to showcasing every aspect of our collective ‘Caribbean-ness’ was intentional, as no one outside of the region could truly understand our experiences as we do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7219} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-2-1024x683.jpg\" alt=\"\" class=\"wp-image-7219\" /><figcaption>\'We may be tiny but our books speak for themselves\'. Enough said! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“[Being Caribbean] is who we are. It is the core of what we do. We publish Caribbean writers wherever they live, no matter where they are, that’s the key thing,” she posited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We are completely and totally dedicated to quality: from the look and feel of the book right down to the experience,\" </p><cite> —  Blue Banyan refuses to skimp on its core values.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I started in publishing because I had been looking for a book of Caribbean folktales, growing on those stories from my grandmother – I couldn’t find any. And that’s what we do. If we do not see the books we want to see with us, reflecting our realities, who we are, what we do, how we do [it], how we talk, how we eat, how we love, how we just breathe, then write it. That’s what we do at Blue Banyan,” Batson-Savage added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7220} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-11-1024x683.jpg\" alt=\"\" class=\"wp-image-7220\" /><figcaption>One of the many books Batson-Savage is proud of is #JoysofParenting by Carlette DeLeon, an illustrated adult book on the experiences of one Jamaican mom raising a rowdy son (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We [at Blue Banyan] are into books that explore, showcase and celebrate the Caribbean and [its] culture. Being Caribbean is key. Whether you’re Caribbean in Jamaica, Trinidad, Toronto – it’s all a part of who we are,” the <strong>Blue Banyan</strong> publisher told the <strong>BUZZ</strong> team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\'Caribbean people do read!\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tanya Batson-Savage disagreed with the widespread\nmisconception that Caribbean people ‘don’t read’, offering her take as to why\nthe region is perceived that way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I think one of the biggest lies we tell ourselves and other people tell us often is that we don’t read. We read different things and we have been a reading and thinking community. We just don’t read as much as we would like,\" Batson-Savage retorted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I started in publishing because I had been looking for a book of Caribbean folktales, growing on those stories from my grandmother – I couldn’t find any,\"</p><cite> —  A simple but poignant reason to enter any profession, let alone publishing. Well done, Tanya Batson-Savage!</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I think what’s happening [today through] the beauty of social media is that now if you’re reading, you can share with others. You can say ‘I love this book’ and it’s not just you, so it’s becoming a lot more visible that Caribbean people are interested in reading,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To this end, <strong>Blue Banyan</strong> has published dozens of books, highlighting the best of Caribbean culture, mythos, customs and experiences – and people are starting to notice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7217} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-21-1024x683.jpg\" alt=\"\" class=\"wp-image-7217\" /><figcaption>More published works from Blue Banyan\'s amazing catalogue (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I’m focusing on perfecting, producing really great books. Those are things I want to bring out to the world,” Batson-Savage told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“One of the amazing things about being in publishing is that you realise there is so much more to do. I have great hopes for Blue Banyan. There are a lot of books we want to do. Illustrated adult books, anthologies, graphic novels, comic books, Caribbean plays and books that are boy-friendly,” she noted further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7234} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-9-1024x683.jpg\" alt=\"\" class=\"wp-image-7234\" /><figcaption>\'In This Breadfruit Kingdom\', an anthology of Jamaican poetry selected by the legendary Mervyn Morris (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Batson-Savage told <strong>BUZZ</strong> that the company is targeting more coming-of-age stories for young Caribbean boys in the next six to eight months, to keep up with the growing demand in the market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"...One of the biggest lies we tell ourselves and other people tell us often is that we don’t read...we have been a reading and thinking community,\" </p><cite> — Tanya Batson-Savage challenges the widespread misconception that Caribbean people \'don\'t read\'.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Quite accidentally, we’ve ended up with most of our books having female protagonists. So, I want to do more books that are boy-friendly because there are boys out there looking for things to read,” Batson-Savage told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>New to reading? Blue Banyan has you covered...</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Blue Banyan</strong> Editor-in-Chief was happy to share her recommendations for a reading neophyte, offering her two personal favourites...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7221} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-10-1024x683.jpg\" alt=\"\" class=\"wp-image-7221\" /><figcaption>All Over Again, by A-Dziko Simba Gegele, a masterful coming-of-age story about growing up as a Jamaican boy is a must-read for just about anyone. That’s according to Editor-in-Chief at Blue Banyan Books, Tanya Batson-Savage. (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“<strong>All Over Again</strong> is an absolutely great read. It was our first novel and we’re very proud of it and it won the inaugural Burt Award for Caribbean literature. [All Over Again] is a coming-of-age story about growing up as a boy, but it’s also a book about growing up as a person, as a Jamaican and it’s fun, easy to digest and has life lessons I find myself mentally quoting it sometimes,” Batson-Savage recalled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“If you are not a big reader, this book is a great intro. If not that, then it’s <strong>Dancing in the Rain</strong>, which is also for young readers and it’s about the fall of the Twin Towers. But it’s so lyrically written [that you can] look at a very dark time in history and it shows you the light,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7218} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-4-1024x683.jpg\" alt=\"\" class=\"wp-image-7218\" /><figcaption>Dancing in the Rain, another must-read for beginner bookworms (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Quality at the forefront of every published book</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tanya Batson-Savage was very succinct with her impression as to what separates <strong>Blue Banyan</strong> from others in the publishing landscape. She told <strong>BUZZ</strong> it comes down to quality, firstly and lastly. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The book business is about keeping people rooted and the banyan tree is a tree with aerial roots. How cool is that? Even when you’re reaching for the sky, you still stay rooted,\"</p><cite> —  Tanya Batson-Savage, telling the BUZZ team the concept behind the naming of the Blue Banyan publishing house.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“What sets us apart is we’re tiny and that tininess means every book we produce, we have to be committed to – because it takes so much effort, care and it means so much,” Batson-Savage responded after a brief pause.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are completely and totally dedicated to quality: from the look and feel of the book right down to the experience.  We believe that you work hard for your money and have limited time, and you need to spend [them] wisely when you spend it with us,” she added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Check out some of the impressive published books offered by <strong>Blue Banyan</strong> in our <strong>BUZZ</strong> gallery below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[7224,7225,7226,7227,7228,7229,7230,7231,7232]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-18.jpg\" alt=\"\" data-id=\"7224\" data-link=\"https://buzz-caribbean.com/?attachment_id=7224\" class=\"wp-image-7224\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-17.jpg\" alt=\"\" data-id=\"7225\" data-link=\"https://buzz-caribbean.com/?attachment_id=7225\" class=\"wp-image-7225\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-16.jpg\" alt=\"\" data-id=\"7226\" data-link=\"https://buzz-caribbean.com/?attachment_id=7226\" class=\"wp-image-7226\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-15.jpg\" alt=\"\" data-id=\"7227\" data-link=\"https://buzz-caribbean.com/?attachment_id=7227\" class=\"wp-image-7227\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-14.jpg\" alt=\"\" data-id=\"7228\" data-link=\"https://buzz-caribbean.com/?attachment_id=7228\" class=\"wp-image-7228\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-13.jpg\" alt=\"\" data-id=\"7229\" data-link=\"https://buzz-caribbean.com/?attachment_id=7229\" class=\"wp-image-7229\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-12.jpg\" alt=\"\" data-id=\"7230\" data-link=\"https://buzz-caribbean.com/?attachment_id=7230\" class=\"wp-image-7230\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-8.jpg\" alt=\"\" data-id=\"7231\" data-link=\"https://buzz-caribbean.com/?attachment_id=7231\" class=\"wp-image-7231\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-7.jpg\" alt=\"\" data-id=\"7232\" data-link=\"https://buzz-caribbean.com/?attachment_id=7232\" class=\"wp-image-7232\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“It sounds very clichéd but quality. We take the time to make sure we do our books right,” Batson-Savage told the<strong> BUZZ </strong>team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Blue Banyan</strong>, as well as <strong>Blouse &amp; Skirt Books</strong>,  are available at Bookphilia, The Readers’ Book Shop and Kozy Korner in Kingston, in addition to select Kingston Bookshop and Sangster’s Bookstore locations.</p>\n<!-- /wp:paragraph -->','Blue Banyan Publishers offering a true space for Caribbean experiences','','publish','open','closed','','blue-banyan-publishers-offering-a-true-space-for-caribbean-experiences','','','2019-09-04 06:48:40','2019-09-04 11:48:40','',0,'https://buzz-caribbean.com/?p=7182',0,'post','',0),(7183,23,'2019-09-03 11:57:50','2019-09-03 16:57:50','<!-- wp:image {\"id\":7184} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Konshens-A-20190903-1024x617.jpg\" alt=\"Dancehall artiste Konshens a new project on August 30.\" class=\"wp-image-7184\" /><figcaption>Dancehall artiste Konshens a new project on August 30. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican artiste Konshens is again representing for dancehall in all its glory with his new project, <strong>Badman vs Nice Guy</strong>, that was released on August 30. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The body of work shows Konshens’ versatility, as he utilises\ndifferent sounds while showing his abilities as a deejay and a singjay. He also\ngives listeners a taste of 90s dancehall mixed with the newer trap style. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 10-song project includes tracks like <strong>Back It Up</strong>,\n<strong>Live Life</strong>, <strong>Space Flight</strong>, <strong>Last Wine</strong> and <strong>Sunshine</strong>. It\nwas produced by Konshens and his team, Subkonshus Music. The project also\nfeatures local rapper Bakersteez and dancehall artiste Khxos, and it is\ncurrently available for purchase online. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Konshens is gearing up to release the music video for a track called <strong>Stay High</strong>, which features international acts Sak Noel and Mario Bautista. In addition, he is scheduled to perform at a major show in Kenya on September 7. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','‘Badman vs Nice Guy’: Konshens releases new project','','publish','open','closed','','badman-vs-nice-guy-konshens-releases-new-project','','','2019-09-07 14:39:45','2019-09-07 19:39:45','',0,'https://buzz-caribbean.com/?p=7183',0,'post','',0),(7184,9,'2019-09-03 11:53:57','2019-09-03 16:53:57','','Konshens-A-20190903','','inherit','open','closed','','konshens-a-20190903','','','2019-09-03 11:53:57','2019-09-03 16:53:57','',7183,'https://buzz-caribbean.com/app/uploads/2019/09/Konshens-A-20190903.jpg',0,'attachment','image/jpeg',0),(7185,9,'2019-09-03 11:56:50','2019-09-03 16:56:50','<!-- wp:image {\"id\":7184} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Konshens-A-20190903-1024x617.jpg\" alt=\"Dancehall artiste Konshens a new project on August 30.\" class=\"wp-image-7184\" /><figcaption>Dancehall artiste Konshens a new project on August 30. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dancehall artiste Konshens is again representing for dancehall in all its glory with his new project, <strong>Badman vs Nice Guy</strong>, that was released on August 30.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The body of work shows Konshens’ versatility, as he utilises\ndifferent sounds while showing his abilities as a deejay and a singjay. He also\ngives listeners a taste of 90s dancehall mixed with the newer trap style. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 10-song project includes tracks like <strong>Back It Up</strong>,\n<strong>Live Life</strong>, <strong>Space Flight</strong>, <strong>Last Wine</strong> and <strong>Sunshine</strong>. It\nwas produced by Konshens and his team, Subkonshus Music. The project also\nfeatures local rapper Bakersteez and dancehall artiste Khxos, and it is\ncurrently available for purchase online. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Konshens is gearing up to release the music video for a track called <strong>Stay High</strong>, which features international acts Sak Noel and Mario Bautista. In addition, he is scheduled to perform at a major show in Kenya on September 7. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','‘Badman vs Nice Guy’: Konshens releases new project','','inherit','closed','closed','','7183-revision-v1','','','2019-09-03 11:56:50','2019-09-03 16:56:50','',7183,'https://buzz-caribbean.com/article/7183-revision-v1/',0,'revision','',0),(7186,9,'2019-09-03 11:57:50','2019-09-03 16:57:50','<!-- wp:image {\"id\":7184} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Konshens-A-20190903-1024x617.jpg\" alt=\"Dancehall artiste Konshens a new project on August 30.\" class=\"wp-image-7184\" /><figcaption>Dancehall artiste Konshens a new project on August 30. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican artiste Konshens is again representing for dancehall in all its glory with his new project, <strong>Badman vs Nice Guy</strong>, that was released on August 30.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The body of work shows Konshens’ versatility, as he utilises\ndifferent sounds while showing his abilities as a deejay and a singjay. He also\ngives listeners a taste of 90s dancehall mixed with the newer trap style. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 10-song project includes tracks like <strong>Back It Up</strong>,\n<strong>Live Life</strong>, <strong>Space Flight</strong>, <strong>Last Wine</strong> and <strong>Sunshine</strong>. It\nwas produced by Konshens and his team, Subkonshus Music. The project also\nfeatures local rapper Bakersteez and dancehall artiste Khxos, and it is\ncurrently available for purchase online. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Konshens is gearing up to release the music video for a track called <strong>Stay High</strong>, which features international acts Sak Noel and Mario Bautista. In addition, he is scheduled to perform at a major show in Kenya on September 7. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','‘Badman vs Nice Guy’: Konshens releases new project','','inherit','closed','closed','','7183-revision-v1','','','2019-09-03 11:57:50','2019-09-03 16:57:50','',7183,'https://buzz-caribbean.com/article/7183-revision-v1/',0,'revision','',0),(7187,21,'2019-09-03 12:13:36','2019-09-03 17:13:36','<!-- wp:image {\"id\":7188} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/prince-harry.jpg\" alt=\"Prince Harry has been travelling by private jet to keep his family &quot;safe&quot;.\" class=\"wp-image-7188\" /><figcaption>Prince Harry</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Prince Harry has been travelling by private jet to keep his family \"safe\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 34-year-old royal - who has four-month-old son Archie with wife Duchess Meghan - has come under fire recently for taking four private planes this summer despite his outspoken attitude towards climate change. However, he has now defended the decision and admitted he could \"do better\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"There needs to be an opportunity based on a unique circumstance to ensure my family is safe.\" </p><cite>— Prince Harry</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking in Amsterdam on Tuesday - where he was launching the Sussex Royal Foundation\'s new initiative Travalyst - he said: \"We can all do better. And while no one is perfect, we are all responsible for our individual impact. The question is what we do to balance it out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I came here by commercial. I spend 99 per cent of my life travelling the world by commercial. Occasionally, there needs to be an opportunity based on a unique circumstance to ensure my family is safe, and it\'s genuinely as simple as that. But as I said in my speech, for me, it\'s about balance.\"<br><br></p>\n<!-- /wp:paragraph -->','Prince Harry defends taking private jets','','publish','open','closed','','prince-harry-defends-taking-private-jets','','','2019-09-03 12:13:37','2019-09-03 17:13:37','',0,'https://buzz-caribbean.com/?p=7187',0,'post','',0),(7188,9,'2019-09-03 12:02:21','2019-09-03 17:02:21','','Nelson Mandela Centenary Launch, Southbank Centre, London, UK','Prince Harry at the Nelson Mandela Centenary Launch, Southbank Centre, London, UK','inherit','open','closed','','nelson-mandela-centenary-launch-southbank-centre-london-uk-2','','','2019-09-03 12:02:21','2019-09-03 17:02:21','',7187,'https://buzz-caribbean.com/app/uploads/2019/09/prince-harry.jpg',0,'attachment','image/jpeg',0),(7189,4,'2019-09-03 12:07:48','2019-09-03 17:07:48','<!-- wp:paragraph -->\n<p>Peter Bunting drinks lots of black coffee and he loves boneless curried goat. If he had a choice of a superpower (as in the comics) it would be reading minds. Watch as Bunting opens up as never before on parenting, food, sports and politics during this interview at the AC Marriott Hotel in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=5eeRyEKy-g0\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=5eeRyEKy-g0&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Peter Bunting opens up about sports, family and his favourite food','','inherit','closed','closed','','7180-revision-v1','','','2019-09-03 12:07:48','2019-09-03 17:07:48','',7180,'https://buzz-caribbean.com/article/7180-revision-v1/',0,'revision','',0),(7190,4,'2019-09-03 12:08:36','2019-09-03 17:08:36','','peter-bunting','','inherit','open','closed','','peter-bunting-2','','','2019-09-03 12:08:36','2019-09-03 17:08:36','',7180,'https://buzz-caribbean.com/app/uploads/2019/09/peter-bunting.png',0,'attachment','image/png',0),(7192,9,'2019-09-03 12:12:53','2019-09-03 17:12:53','<!-- wp:image {\"id\":7188} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/prince-harry.jpg\" alt=\"Prince Harry has been travelling by private jet to keep his family &quot;safe&quot;.\" class=\"wp-image-7188\" /><figcaption>Prince Harry</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Prince Harry has been travelling by private jet to keep his family \"safe\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 34-year-old royal - who has four-month-old son Archie with wife Duchess Meghan - has come under fire recently for taking four private planes this summer despite his outspoken attitude towards climate change. However, he has now defended the decision and admitted he could \"do better\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"There needs to be an opportunity based on a unique circumstance to ensure my family is safe.\" </p><cite>— Prince Harry</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking in Amsterdam on Tuesday - where he was launching the Sussex Royal Foundation\'s new initiative Travalyst - he said: \"We can all do better. And while no one is perfect, we are all responsible for our individual impact. The question is what we do to balance it out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I came here by commercial. I spend 99 per cent of my life travelling the world by commercial. Occasionally, there needs to be an opportunity based on a unique circumstance to ensure my family is safe, and it\'s genuinely as simple as that. But as I said in my speech, for me, it\'s about balance.\"<br><br></p>\n<!-- /wp:paragraph -->','Prince Harry defends taking private jets','','inherit','closed','closed','','7187-revision-v1','','','2019-09-03 12:12:53','2019-09-03 17:12:53','',7187,'https://buzz-caribbean.com/article/7187-revision-v1/',0,'revision','',0),(7193,4,'2019-09-03 12:13:49','2019-09-03 17:13:49','<!-- wp:image {\"id\":7190} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/peter-bunting.png\" alt=\"\" class=\"wp-image-7190\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting drinks lots of black coffee and he loves boneless curried goat. If he had a choice of a superpower (as in the comics) it would be reading minds. Watch as Bunting opens up as never before on parenting, food, sports and politics, among other thing, during this interview at the AC Marriott Hotel in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=5eeRyEKy-g0\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=5eeRyEKy-g0&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Peter Bunting opens up about sports, family and his favourite food','','inherit','closed','closed','','7180-revision-v1','','','2019-09-03 12:13:49','2019-09-03 17:13:49','',7180,'https://buzz-caribbean.com/article/7180-revision-v1/',0,'revision','',0),(7196,21,'2019-09-03 12:32:41','2019-09-03 17:32:41','<!-- wp:image {\"id\":7198} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/special-education-training-1-1024x683.jpg\" alt=\"The Special Education Policy, once approved and implemented, will make it mandatory for teachers serving students with special needs to be adequately trained and certified.\" class=\"wp-image-7198\" /><figcaption> Jamaican Sign Language Interpreter, Jamaica Association for the Deaf (JAD), Hughen Spencer (left); Professor, Speech, Pathology and Audiology at Calvin College, United States of America, Dr Brian Kreisman (second left); Education Officer, Special Education Unit in the Ministry of Education, Youth and Information, Christina Addington (centre); and Ministry of Health and Wellness representative, Dr Richard Musaazi (second right) pay keen attention to Executive Director, Caribbean Christian Centre for the Deaf (CCCD), Tashi Widmer, who is communicating with the group using sign language. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Special Education Policy, once\napproved and implemented, will make it mandatory for teachers serving students\nwith special needs to be adequately trained and certified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The policy, drafted by the Ministry\nof Education, Youth and Information’s Special Education Unit, is currently\nbefore Cabinet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It will complement the Disabilities\nAct, which makes provision to safeguard and enhance the welfare of persons with\ndisabilities across Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Once the policy is in [effect], teachers will have to be trained in the area they wish to serve.\"</p><cite>— Education Ministry\'s Christina Addington </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking at a recent stakeholder\nmeeting in Kingston, education officer in the Special Education Unit, Christina\nAddington, said that a critical aspect of the policy is ensuring that\ninstitutions are staffed with qualified special educators, who are trained to\nprovide the specialised instructional support required by students.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She noted that teachers serving\nstudents with exceptionalities, must be certified in the area of special\neducation relevant to the population with which they work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We know that in some instances,\npersons are not trained in the field in which they are working. Usually, it is\nyears of service or just because that is your area of interest. However, once\nthe policy is in [effect], teachers will have to be trained in the area they\nwish to serve,” she said.</p>\n<!-- /wp:paragraph -->','Special education teachers to get mandatory training','','publish','open','closed','','special-education-teachers-to-get-mandatory-training','','','2019-09-03 12:32:42','2019-09-03 17:32:42','',0,'https://buzz-caribbean.com/?p=7196',0,'post','',0),(7197,9,'2019-09-03 12:29:09','2019-09-03 17:29:09','','special-education-training','','inherit','open','closed','','special-education-training','','','2019-09-03 12:29:09','2019-09-03 17:29:09','',7196,'https://buzz-caribbean.com/app/uploads/2019/09/special-education-training.jpg',0,'attachment','image/jpeg',0),(7198,9,'2019-09-03 12:29:33','2019-09-03 17:29:33','','special-education-training-1','','inherit','open','closed','','special-education-training-1','','','2019-09-03 12:29:33','2019-09-03 17:29:33','',7196,'https://buzz-caribbean.com/app/uploads/2019/09/special-education-training-1.jpg',0,'attachment','image/jpeg',0),(7199,9,'2019-09-03 12:31:37','2019-09-03 17:31:37','<!-- wp:image {\"id\":7198} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/special-education-training-1-1024x683.jpg\" alt=\"The Special Education Policy, once approved and implemented, will make it mandatory for teachers serving students with special needs to be adequately trained and certified.\" class=\"wp-image-7198\" /><figcaption> Jamaican Sign Language Interpreter, Jamaica Association for the Deaf (JAD), Hughen Spencer (left); Professor, Speech, Pathology and Audiology at Calvin College, United States of America, Dr Brian Kreisman (second left); Education Officer, Special Education Unit in the Ministry of Education, Youth and Information, Christina Addington (centre); and Ministry of Health and Wellness representative, Dr Richard Musaazi (second right) pay keen attention to Executive Director, Caribbean Christian Centre for the Deaf (CCCD), Tashi Widmer, who is communicating with the group using sign language. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Special Education Policy, once\napproved and implemented, will make it mandatory for teachers serving students\nwith special needs to be adequately trained and certified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The policy, drafted by the Ministry\nof Education, Youth and Information’s Special Education Unit, is currently\nbefore Cabinet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It will complement the Disabilities\nAct, which makes provision to safeguard and enhance the welfare of persons with\ndisabilities across Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Once the policy is in [effect], teachers will have to be trained in the area they wish to serve.\"</p><cite>— Education Ministry\'s Christina Addington </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking at a recent stakeholder\nmeeting in Kingston, education officer in the Special Education Unit, Christina\nAddington, said that a critical aspect of the policy is ensuring that\ninstitutions are staffed with qualified special educators, who are trained to\nprovide the specialised instructional support required by students.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She noted that teachers serving\nstudents with exceptionalities, must be certified in the area of special\neducation relevant to the population with which they work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We know that in some instances,\npersons are not trained in the field in which they are working. Usually, it is\nyears of service or just because that is your area of interest. However, once\nthe policy is in [effect], teachers will have to be trained in the area they\nwish to serve,” she said.</p>\n<!-- /wp:paragraph -->','Special needs teachers to get mandatory training','','inherit','closed','closed','','7196-revision-v1','','','2019-09-03 12:31:37','2019-09-03 17:31:37','',7196,'https://buzz-caribbean.com/article/7196-revision-v1/',0,'revision','',0),(7200,9,'2019-09-03 12:32:41','2019-09-03 17:32:41','<!-- wp:image {\"id\":7198} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/special-education-training-1-1024x683.jpg\" alt=\"The Special Education Policy, once approved and implemented, will make it mandatory for teachers serving students with special needs to be adequately trained and certified.\" class=\"wp-image-7198\" /><figcaption> Jamaican Sign Language Interpreter, Jamaica Association for the Deaf (JAD), Hughen Spencer (left); Professor, Speech, Pathology and Audiology at Calvin College, United States of America, Dr Brian Kreisman (second left); Education Officer, Special Education Unit in the Ministry of Education, Youth and Information, Christina Addington (centre); and Ministry of Health and Wellness representative, Dr Richard Musaazi (second right) pay keen attention to Executive Director, Caribbean Christian Centre for the Deaf (CCCD), Tashi Widmer, who is communicating with the group using sign language. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Special Education Policy, once\napproved and implemented, will make it mandatory for teachers serving students\nwith special needs to be adequately trained and certified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The policy, drafted by the Ministry\nof Education, Youth and Information’s Special Education Unit, is currently\nbefore Cabinet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It will complement the Disabilities\nAct, which makes provision to safeguard and enhance the welfare of persons with\ndisabilities across Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Once the policy is in [effect], teachers will have to be trained in the area they wish to serve.\"</p><cite>— Education Ministry\'s Christina Addington </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking at a recent stakeholder\nmeeting in Kingston, education officer in the Special Education Unit, Christina\nAddington, said that a critical aspect of the policy is ensuring that\ninstitutions are staffed with qualified special educators, who are trained to\nprovide the specialised instructional support required by students.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She noted that teachers serving\nstudents with exceptionalities, must be certified in the area of special\neducation relevant to the population with which they work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We know that in some instances,\npersons are not trained in the field in which they are working. Usually, it is\nyears of service or just because that is your area of interest. However, once\nthe policy is in [effect], teachers will have to be trained in the area they\nwish to serve,” she said.</p>\n<!-- /wp:paragraph -->','Special education teachers to get mandatory training','','inherit','closed','closed','','7196-revision-v1','','','2019-09-03 12:32:41','2019-09-03 17:32:41','',7196,'https://buzz-caribbean.com/article/7196-revision-v1/',0,'revision','',0),(7201,23,'2019-09-03 15:22:51','2019-09-03 20:22:51','<!-- wp:image {\"id\":7257} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl8-1024x684.jpg\" alt=\"\" class=\"wp-image-7257\" /><figcaption>The Next Generation Jeep Wrangler JL.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kingston Industrial Garage (KIG) has debuted the Next Generation Jeep Wrangler JL from Chrysler.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jeep Wrangler JL is the 4th rendition of the vehicle available in 2-door (Wrangler) and 4-door (Wrangler Unlimited) models.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The launch occurred at the breezy Kingston waterfront on Aug 30.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7274} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl15-1024x695.jpg\" alt=\"\" class=\"wp-image-7274\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It comes with a 2-litre Turbo engine with high torque so crawling, climbing, and going over objects are easy for this vehicle once it is in 4x4 mode. The handling, the aerodynamic and the comfort of the ride are greatly improved,” KIG\'s Jeep Brand Manager Matthew Mahadeo told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7259} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl23-1024x684.jpg\" alt=\"\" class=\"wp-image-7259\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The vehicle, which retails for around $10 million, is available in gas and diesel renditions. All Wrangler models are Trail Rated with a badge indicating that the vehicle is designed to perform in a variety of challenging off-road conditions identified by five key consumer-oriented performance categories: traction, ground clearance, manoeuvreability, articulation and water fording.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Avid surfer Brandon Cowan is the first person in Jamaica to own a Jeep Wrangler JL. He said he is now able to access beaches he would normally have trouble entering with other vehicles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is everything you want for summer and a day-to-day vehicle if you are a businessman, who want to go to a meeting or you just want to go to the beach,\" Cowan said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>See more photos of this fun vehicle in our gallery.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"7265\",\"7266\",\"7268\",\"7269\",\"7270\",\"7271\",\"7274\",\"7277\",\"7278\",\"7280\",\"7281\",\"7282\",\"7283\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl6-1-1024x647.jpg\" alt=\"\" data-id=\"7265\" data-link=\"https://buzz-caribbean.com/?attachment_id=7265\" class=\"wp-image-7265\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl7-1024x648.jpg\" alt=\"\" data-id=\"7266\" data-link=\"https://buzz-caribbean.com/?attachment_id=7266\" class=\"wp-image-7266\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl9-1024x684.jpg\" alt=\"\" data-id=\"7268\" data-link=\"https://buzz-caribbean.com/?attachment_id=7268\" class=\"wp-image-7268\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl10-1024x683.jpg\" alt=\"\" data-id=\"7269\" data-link=\"https://buzz-caribbean.com/?attachment_id=7269\" class=\"wp-image-7269\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl11-1024x684.jpg\" alt=\"\" data-id=\"7270\" data-link=\"https://buzz-caribbean.com/?attachment_id=7270\" class=\"wp-image-7270\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl12-1024x684.jpg\" alt=\"\" data-id=\"7271\" data-link=\"https://buzz-caribbean.com/?attachment_id=7271\" class=\"wp-image-7271\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl15-1024x695.jpg\" alt=\"\" data-id=\"7274\" data-link=\"https://buzz-caribbean.com/?attachment_id=7274\" class=\"wp-image-7274\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl20-1024x684.jpg\" alt=\"\" data-id=\"7277\" data-link=\"https://buzz-caribbean.com/?attachment_id=7277\" class=\"wp-image-7277\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl21-1024x684.jpg\" alt=\"\" data-id=\"7278\" data-link=\"https://buzz-caribbean.com/?attachment_id=7278\" class=\"wp-image-7278\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl23-1-1024x684.jpg\" alt=\"\" data-id=\"7280\" data-link=\"https://buzz-caribbean.com/?attachment_id=7280\" class=\"wp-image-7280\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl5-1024x562.jpg\" alt=\"\" data-id=\"7281\" data-link=\"https://buzz-caribbean.com/?attachment_id=7281\" class=\"wp-image-7281\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl3-1024x583.jpg\" alt=\"\" data-id=\"7282\" data-link=\"https://buzz-caribbean.com/?attachment_id=7282\" class=\"wp-image-7282\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl-1024x684.jpg\" alt=\"\" data-id=\"7283\" data-link=\"https://buzz-caribbean.com/?attachment_id=7283\" class=\"wp-image-7283\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article Written by Anthony Henry</em></strong></p>\n<!-- /wp:paragraph -->','KIG debuts Next-Gen Jeep Wrangler JL','','publish','open','closed','','kig-debuts-next-gen-jeep-wrangler-jl','','','2019-09-03 16:50:52','2019-09-03 21:50:52','',0,'https://buzz-caribbean.com/?p=7201',0,'post','',0),(7202,16,'2019-09-03 12:46:21','2019-09-03 17:46:21','<!-- wp:image {\"id\":7190} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/peter-bunting.png\" alt=\"\" class=\"wp-image-7190\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting drinks lots of black coffee and he loves boneless curried goat. If he had a choice of a superpower (as in the comics) it would be reading minds. Watch as Bunting opens up as never before on parenting, food, sports and politics, among other things, during this interview at the AC Marriott Hotel in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=5eeRyEKy-g0\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=5eeRyEKy-g0&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Peter Bunting opens up about sports, family and his favourite food','','inherit','closed','closed','','7180-revision-v1','','','2019-09-03 12:46:21','2019-09-03 17:46:21','',7180,'https://buzz-caribbean.com/article/7180-revision-v1/',0,'revision','',0),(7204,4,'2019-09-03 12:55:38','2019-09-03 17:55:38','<!-- wp:paragraph -->\n<p>Kingston Industrial Garage (KIG) has debut the Next Generation Jeep Wrangler JL from Chrysler.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jeep Wrangler JL is the 4th rendition of the vehicle available in 2-door (Wrangler) and 4-door (Wrangler Unlimited) models.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The launch occurred at the breezy Kingston waterfront on the back lawn of the BOJ an obvious symbolism to the classy but rugged nature of the vehicle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It comes with a 2-litre Turbo engine with high torque so crawling, climbing, and going over objects are easy for this vehicle once it is in 4x4 mode. The handling, the aerodynamic and the comfort of the ride are greatly improved,” told Matthew Mahadeo Jeep Brand Manager at KIG told Buzz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The vehicle, which\nretails around 10 million dollars, is available also in gas and diesel\nrenditions in right-hand drive. All Wrangler models are Trail Rated with a\nbadge indicating that the vehicle is designed to perform in a variety of\nchallenging off-road conditions identified by five key consumer-oriented\nperformance categories: traction, ground clearance, maneuverability,\narticulation and water fording.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person to own\na Jeep Wrangler JL Jamaica, Brandon Cowan, a consummate surfer, said that in\nthe last couple of months since getting his he has strapped on his surfing\nboard and finding the beaches that he would normally have trouble accessing\nwith other vehicles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is everything you want for a summer and a day-to-day vehicle. If you are a businessman who want to go to a meeting or you just want to go to the beach,” Cowan said echoing the sentiments of Mahadeo. “I got it so I can access the beaches that nobody knows about but not on that when I pull into a meeting I want a vehicle that looks clean, that looks good.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article Written by Anthony Henry</em></strong></p>\n<!-- /wp:paragraph -->','KIG debuts Next-Gen Jeep Wrangler JL','','inherit','closed','closed','','7201-revision-v1','','','2019-09-03 12:55:38','2019-09-03 17:55:38','',7201,'https://buzz-caribbean.com/article/7201-revision-v1/',0,'revision','',0),(7205,23,'2019-09-03 13:05:22','2019-09-03 18:05:22','<!-- wp:image {\"id\":6883} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Dorian-Update-Bahamas.jpg\" alt=\"Hurricane Dorian as it was moving over The Bahamas. \" class=\"wp-image-6883\" /><figcaption>Hurricane Dorian as it was moving over The Bahamas. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After battering The Bahamas on\nSunday and Monday, Hurricane Dorian has been downgraded to a Category 2 storm. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dorian slammed The Bahamas as a Category 5 hurricane, causing major flooding and storm surges in Abaco Islands, Grand Bahama and Freeport. Many homes and vehicles were also destroyed. There have also been reports of at least five fatalities. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But as it moves northwards to the United States, it has been downgraded to Category 2 with maximum sustained winds of 110 mph as of 11 a.m. EDT, the National Hurricane Center said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And as it continues on its path,\nDorian is expected to move close to the east coast of Florida late Tuesday\nthrough Wednesday evening. The hurricane is also expected to impact Georgia and\nSouth Carolina.</p>\n<!-- /wp:paragraph -->','Hurricane Dorian downgrades to Category 2','','publish','open','closed','','hurricane-dorian-downgrades-to-category-2','','','2019-09-03 16:10:15','2019-09-03 21:10:15','',0,'https://buzz-caribbean.com/?p=7205',0,'post','',0),(7206,9,'2019-09-03 13:05:13','2019-09-03 18:05:13','<!-- wp:image {\"id\":6883} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Dorian-Update-Bahamas.jpg\" alt=\"Hurricane Dorian as it was moving over The Bahamas. \" class=\"wp-image-6883\" /><figcaption>Hurricane Dorian as it was moving over The Bahamas. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After battering The Bahamas on\nSunday and Monday, Hurricane Dorian has been downgraded to a Category 2 storm. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dorian slammed The Bahamas as a Category 5 hurricane, causing major flooding and storm surges in Abaco Islands, Grand Bahama and Freeport. Many homes and vehicles were also destroyed. There have also been reports of at least five fatalities. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But as it moves northwards to the United States, it has been downgraded to Category 2 with maximum sustained winds of 110 mph as of 11 a.m. EDT, the National Hurricane Center said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And as it continues on its path,\nDorian is expected to move close to the east coast of Florida late Tuesday\nthrough Wednesday evening. The hurricane is also expected to impact Georgia and\nSouth Carolina.</p>\n<!-- /wp:paragraph -->','Hurricane Dorian downgrades to Category 2','','inherit','closed','closed','','7205-revision-v1','','','2019-09-03 13:05:13','2019-09-03 18:05:13','',7205,'https://buzz-caribbean.com/article/7205-revision-v1/',0,'revision','',0),(7207,11,'2019-09-03 13:12:33','2019-09-03 18:12:33','','taylor-swift-katy-perry-olive-branch-BUZZ-Caribbean','','inherit','open','closed','','taylor-swift-katy-perry-olive-branch-buzz-caribbean','','','2019-09-03 13:12:33','2019-09-03 18:12:33','',7179,'https://buzz-caribbean.com/app/uploads/2019/09/taylor-swift-katy-perry-olive-branch-BUZZ-Caribbean.png',0,'attachment','image/png',0),(7208,11,'2019-09-03 13:26:14','2019-09-03 18:26:14','','Perry-Swift-Feud-Cookies','','inherit','open','closed','','perry-swift-feud-cookies','','','2019-09-03 13:26:14','2019-09-03 18:26:14','',7179,'https://buzz-caribbean.com/app/uploads/2019/09/Perry-Swift-Feud-Cookies.png',0,'attachment','image/png',0),(7209,11,'2019-09-03 13:29:49','2019-09-03 18:29:49','','Swift-Perry-Feud-Friends-Burger-Fries-BUZZ-Caribbean','','inherit','open','closed','','swift-perry-feud-friends-burger-fries-buzz-caribbean','','','2019-09-03 13:29:49','2019-09-03 18:29:49','',7179,'https://buzz-caribbean.com/app/uploads/2019/09/Swift-Perry-Feud-Friends-Burger-Fries-BUZZ-Caribbean.png',0,'attachment','image/png',0),(7210,11,'2019-09-03 13:32:13','2019-09-03 18:32:13','','Swift-Perry-Feud-Friends-BUZZ-Caribbean','','inherit','open','closed','','swift-perry-feud-friends-buzz-caribbean','','','2019-09-03 13:32:13','2019-09-03 18:32:13','',7179,'https://buzz-caribbean.com/app/uploads/2019/09/Swift-Perry-Feud-Friends-BUZZ-Caribbean.png',0,'attachment','image/png',0),(7211,11,'2019-09-03 13:35:46','2019-09-03 18:35:46','<iframe title=\"Taylor Swift - Bad Blood ft. Kendrick Lamar\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/QcIy9NiNbmo?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','47764916c974624f3084521f25421b94','','','2019-09-03 13:35:46','2019-09-03 18:35:46','',0,'https://buzz-caribbean.com/article/47764916c974624f3084521f25421b94/',0,'oembed_cache','',0),(7212,14,'2019-09-03 13:47:54','2019-09-03 18:47:54','','blue-banyan-buzz-feature-6','','inherit','open','closed','','blue-banyan-buzz-feature-6','','','2019-09-03 13:47:54','2019-09-03 18:47:54','',7182,'https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-6.jpg',0,'attachment','image/jpeg',0),(7213,11,'2019-09-03 13:48:00','2019-09-03 18:48:00','<iframe title=\"Katy Perry - Roar (Official)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/CevxZvSJLk8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','eadb631b7d858a2b15be5caf406d47ae','','','2019-09-03 13:48:00','2019-09-03 18:48:00','',0,'https://buzz-caribbean.com/article/eadb631b7d858a2b15be5caf406d47ae/',0,'oembed_cache','',0),(7215,14,'2019-09-03 13:50:34','2019-09-03 18:50:34','','blue-banyan-buzz-feature-20','','inherit','open','closed','','blue-banyan-buzz-feature-20','','','2019-09-03 13:50:34','2019-09-03 18:50:34','',7182,'https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-20.jpg',0,'attachment','image/jpeg',0),(7216,14,'2019-09-03 13:52:00','2019-09-03 18:52:00','','blue-banyan-buzz-feature-19','','inherit','open','closed','','blue-banyan-buzz-feature-19','','','2019-09-03 13:52:00','2019-09-03 18:52:00','',7182,'https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-19.jpg',0,'attachment','image/jpeg',0),(7217,14,'2019-09-03 13:54:13','2019-09-03 18:54:13','','blue-banyan-buzz-feature-21','','inherit','open','closed','','blue-banyan-buzz-feature-21','','','2019-09-03 13:54:13','2019-09-03 18:54:13','',7182,'https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-21.jpg',0,'attachment','image/jpeg',0),(7218,14,'2019-09-03 13:54:42','2019-09-03 18:54:42','','blue-banyan-buzz-feature-4','','inherit','open','closed','','blue-banyan-buzz-feature-4','','','2019-09-03 13:54:42','2019-09-03 18:54:42','',7182,'https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-4.jpg',0,'attachment','image/jpeg',0),(7219,14,'2019-09-03 13:55:59','2019-09-03 18:55:59','','blue-banyan-buzz-feature-2','','inherit','open','closed','','blue-banyan-buzz-feature-2','','','2019-09-03 13:55:59','2019-09-03 18:55:59','',7182,'https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-2.jpg',0,'attachment','image/jpeg',0),(7220,14,'2019-09-03 13:56:17','2019-09-03 18:56:17','','blue-banyan-buzz-feature-11','','inherit','open','closed','','blue-banyan-buzz-feature-11','','','2019-09-03 13:56:17','2019-09-03 18:56:17','',7182,'https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-11.jpg',0,'attachment','image/jpeg',0),(7221,14,'2019-09-03 13:56:42','2019-09-03 18:56:42','','blue-banyan-buzz-feature-10','','inherit','open','closed','','blue-banyan-buzz-feature-10','','','2019-09-03 13:56:42','2019-09-03 18:56:42','',7182,'https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-10.jpg',0,'attachment','image/jpeg',0),(7222,13,'2019-09-03 15:12:26','2019-09-03 20:12:26','','Jamaica Food and Drink Festival','','private','closed','closed','','jamaica-food-and-drink-festival','','','2019-09-16 09:26:45','2019-09-16 14:26:45','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=7222',0,'out','',0),(7223,4,'2019-09-03 13:58:05','2019-09-03 18:58:05','<!-- wp:paragraph -->\n<p>Kingston Industrial Garage (KIG) has debut the Next Generation Jeep Wrangler JL from Chrysler.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jeep Wrangler JL is the 4th rendition of the vehicle available in 2-door (Wrangler) and 4-door (Wrangler Unlimited) models.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The launch occurred at the breezy Kingston waterfront on Aug 30, an obvious symbolism to the classy but rugged nature of the vehicle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It comes with a 2-litre Turbo engine with high torque so crawling, climbing, and going over objects are easy for this vehicle once it is in 4x4 mode. The handling, the aerodynamic and the comfort of the ride are greatly improved,” told Matthew Mahadeo Jeep Brand Manager at KIG told Buzz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The vehicle, which\nretails around 10 million dollars, is available also in gas and diesel\nrenditions in right-hand drive. All Wrangler models are Trail Rated with a\nbadge indicating that the vehicle is designed to perform in a variety of\nchallenging off-road conditions identified by five key consumer-oriented\nperformance categories: traction, ground clearance, maneuverability,\narticulation and water fording.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person to own\na Jeep Wrangler JL Jamaica, Brandon Cowan, a consummate surfer, said that in\nthe last couple of months since getting his he has strapped on his surfing\nboard and finding the beaches that he would normally have trouble accessing\nwith other vehicles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is everything you want for a summer and a day-to-day vehicle. If you are a businessman who want to go to a meeting or you just want to go to the beach,” Cowan said echoing the sentiments of Mahadeo. “I got it so I can access the beaches that nobody knows about but not on that when I pull into a meeting I want a vehicle that looks clean, that looks good.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article Written by Anthony Henry</em></strong></p>\n<!-- /wp:paragraph -->','KIG debuts Next-Gen Jeep Wrangler JL','','inherit','closed','closed','','7201-revision-v1','','','2019-09-03 13:58:05','2019-09-03 18:58:05','',7201,'https://buzz-caribbean.com/article/7201-revision-v1/',0,'revision','',0),(7224,14,'2019-09-03 13:58:26','2019-09-03 18:58:26','','blue-banyan-buzz-feature-18','','inherit','open','closed','','blue-banyan-buzz-feature-18','','','2019-09-03 13:58:26','2019-09-03 18:58:26','',7182,'https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-18.jpg',0,'attachment','image/jpeg',0),(7225,14,'2019-09-03 13:58:28','2019-09-03 18:58:28','','blue-banyan-buzz-feature-17','','inherit','open','closed','','blue-banyan-buzz-feature-17','','','2019-09-03 13:58:28','2019-09-03 18:58:28','',7182,'https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-17.jpg',0,'attachment','image/jpeg',0),(7226,14,'2019-09-03 13:58:32','2019-09-03 18:58:32','','blue-banyan-buzz-feature-16','','inherit','open','closed','','blue-banyan-buzz-feature-16','','','2019-09-03 13:58:32','2019-09-03 18:58:32','',7182,'https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-16.jpg',0,'attachment','image/jpeg',0),(7227,14,'2019-09-03 13:58:35','2019-09-03 18:58:35','','blue-banyan-buzz-feature-15','','inherit','open','closed','','blue-banyan-buzz-feature-15','','','2019-09-03 13:58:35','2019-09-03 18:58:35','',7182,'https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-15.jpg',0,'attachment','image/jpeg',0),(7228,14,'2019-09-03 13:58:39','2019-09-03 18:58:39','','blue-banyan-buzz-feature-14','','inherit','open','closed','','blue-banyan-buzz-feature-14','','','2019-09-03 13:58:39','2019-09-03 18:58:39','',7182,'https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-14.jpg',0,'attachment','image/jpeg',0),(7229,14,'2019-09-03 13:58:40','2019-09-03 18:58:40','','blue-banyan-buzz-feature-13','','inherit','open','closed','','blue-banyan-buzz-feature-13','','','2019-09-03 13:58:40','2019-09-03 18:58:40','',7182,'https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-13.jpg',0,'attachment','image/jpeg',0),(7230,14,'2019-09-03 13:58:41','2019-09-03 18:58:41','','blue-banyan-buzz-feature-12','','inherit','open','closed','','blue-banyan-buzz-feature-12','','','2019-09-03 13:58:41','2019-09-03 18:58:41','',7182,'https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-12.jpg',0,'attachment','image/jpeg',0),(7231,14,'2019-09-03 13:58:43','2019-09-03 18:58:43','','blue-banyan-buzz-feature-8','','inherit','open','closed','','blue-banyan-buzz-feature-8','','','2019-09-03 13:58:43','2019-09-03 18:58:43','',7182,'https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-8.jpg',0,'attachment','image/jpeg',0),(7232,14,'2019-09-03 13:58:44','2019-09-03 18:58:44','','blue-banyan-buzz-feature-7','','inherit','open','closed','','blue-banyan-buzz-feature-7','','','2019-09-03 13:58:44','2019-09-03 18:58:44','',7182,'https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-7.jpg',0,'attachment','image/jpeg',0),(7234,14,'2019-09-03 13:58:50','2019-09-03 18:58:50','','blue-banyan-buzz-feature-9','','inherit','open','closed','','blue-banyan-buzz-feature-9','','','2019-09-03 13:58:50','2019-09-03 18:58:50','',7182,'https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-9.jpg',0,'attachment','image/jpeg',0),(7235,14,'2019-09-03 13:59:13','2019-09-03 18:59:13','','blue-banyan-buzz-feature-1','','inherit','open','closed','','blue-banyan-buzz-feature-1','','','2019-09-03 13:59:13','2019-09-03 18:59:13','',7182,'https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-1.jpg',0,'attachment','image/jpeg',0),(7239,4,'2019-09-03 14:05:24','2019-09-03 19:05:24','<!-- wp:image {\"id\":7169} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/mayberry-donation-to-sandals-foundation-2-1024x751.jpg\" alt=\"\" class=\"wp-image-7169\" /><figcaption>Adam Stewart, deputy chairman of the Sandals/ATL Group; Christopher Berry, executive Chairman of Mayberry Investment Ltd; and Karen Zacca, project manager of Sandals Foundation. (Photos: Joseph Wellington)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Mayberry Foundation has donated J$1 million to the Sandals Foundation, which is leading the disaster relief effort in sections of The Bahamas that have been affected by Hurricane Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sandals and the Sandals Foundation are also helping first responders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The donation was made by Christopher Berry, who is executive chairman of Mayberry Investments Limited, at the AC Marriott Hotel in Kingston on Tuesday (Sept 3).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also present at the event was Adam Stewart, deputy chairman of the Sandals/ATL Group, and Karen Zacca, project manager of the Sandals Foundation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7170} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/mayberry-donation-to-sandals-foundation1-1024x683.jpg\" alt=\"\" class=\"wp-image-7170\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sandals Resorts International operates two hotels in The Bahamas. The hotels, which are over 200 miles from Abaco and Grand Bahama, were in no way affected by the storm and are up and running.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Sandals Foundation is accepting both in-kind and monetary donations towards its relief efforts and has established two collection centres, one at Sandals Royal Bahamian in Nassau, Bahamas, and the other at Hospitality Purveyors Inc in Miami, Florida, for in-kind donations. Monetary donations are being accepted at&nbsp;<a href=\"http://www.sandalsfoundation.org/donation\">www.sandalsfoundation.org/donation</a>&nbsp;and 100 per cent of all funds received will go directly into recovery and rebuilding efforts.</p>\n<!-- /wp:paragraph -->','Mayberry Foundation donates $1M to Sandals\' disaster relief efforts in the Bahamas','','inherit','closed','closed','','7159-revision-v1','','','2019-09-03 14:05:24','2019-09-03 19:05:24','',7159,'https://buzz-caribbean.com/article/7159-revision-v1/',0,'revision','',0),(7243,4,'2019-09-03 14:15:02','2019-09-03 19:15:02','<!-- wp:paragraph -->\n<p>Kingston Industrial Garage (KIG) has debut the Next Generation Jeep Wrangler JL from Chrysler.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jeep Wrangler JL is the 4th rendition of the vehicle available in 2-door (Wrangler) and 4-door (Wrangler Unlimited) models.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The launch occurred at the breezy Kingston waterfront on Aug 30.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It comes with a 2-litre Turbo engine with high torque so crawling, climbing, and going over objects are easy for this vehicle once it is in 4x4 mode. The handling, the aerodynamic and the comfort of the ride are greatly improved,” KIG\'s Jeep Brand Manager Matthew Mahadeo told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The vehicle, which retails for around $10 million, is available in gas and diesel renditions. All Wrangler models are Trail Rated with a badge indicating that the vehicle is designed to perform in a variety of challenging off-road conditions identified by five key consumer-oriented performance categories: traction, ground clearance, manoeuvreability, articulation and water fording.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person to own\na Jeep Wrangler JL Jamaica, Brandon Cowan, a consummate surfer, said that in\nthe last couple of months since getting his he has strapped on his surfing\nboard and finding the beaches that he would normally have trouble accessing\nwith other vehicles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is everything you want for a summer and a day-to-day vehicle. If you are a businessman who want to go to a meeting or you just want to go to the beach,” Cowan said echoing the sentiments of Mahadeo. “I got it so I can access the beaches that nobody knows about but not on that when I pull into a meeting I want a vehicle that looks clean, that looks good.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article Written by Anthony Henry</em></strong></p>\n<!-- /wp:paragraph -->','KIG debuts Next-Gen Jeep Wrangler JL','','inherit','closed','closed','','7201-revision-v1','','','2019-09-03 14:15:02','2019-09-03 19:15:02','',7201,'https://buzz-caribbean.com/article/7201-revision-v1/',0,'revision','',0),(7244,13,'2019-09-03 14:16:45','2019-09-03 19:16:45','','Jamaica Food And Drink Fest Food Pic','','inherit','open','closed','','jamaica-food-and-drink-fest-food-pic','','','2019-09-03 14:16:45','2019-09-03 19:16:45','',7222,'https://buzz-caribbean.com/app/uploads/2019/09/jamaica-food-and-drink-fest-food-pic.png',0,'attachment','image/png',0),(7246,23,'2019-09-03 14:47:21','2019-09-03 19:47:21','<!-- wp:image {\"id\":5177} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Usain-Launches-Signature-Champagne-1024x682.jpg\" alt=\"Usain Bolt’s ‘Olympe Rosé’ Rhythm has been getting good reviews \" class=\"wp-image-5177\" /><figcaption> Usain Bolt’s ‘Olympe Rosé’ Rhythm has been getting good reviews.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Although the music video for Usain Bolt’s ‘Olympe Rosé’ Rhythm has been\ngetting good reviews since it was released last week, the former athlete says\nhe is uncertain about his future in music. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6205} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Usain-Bolt-rhythm.jpg\" alt=\"\" class=\"wp-image-6205\" /><figcaption>From left: Usain Bolt poses with Culture Minister Olivia Grange, Ricardo ‘Bibi’ Gardner, Christopher Martin and Munga Honourable during the launch of the ‘Olympe Rose’ Rhythm in July. (Photo: Sleek Jamaica) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"Dealing with some of the artistes was difficult, so if I have to go through that every time that I do a project, I probably won\'t continue,” Bolt told Billboard recently. “That\'s one of the reasons I never went into coaching, although people have told me to, because I don\'t have the patience. But if we plan in advance, we can do a rhythm that\'s suitable for international artistes, too.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, he said that he might release another project for the Christmas\nseason. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=5uN0ARJAXKc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=5uN0ARJAXKc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Produced\nby Rajah Nelson, the ‘Olympe Rosé’ Rhythm features tracks like&nbsp;<strong>Top A\nDi Top</strong>&nbsp;by Ding Dong,&nbsp;<strong>Mount A Gyal</strong>&nbsp;by Ricardo ‘Bibi’\nGardner,&nbsp;<strong>Dweet</strong>&nbsp;by Christopher Martin,&nbsp;<strong>Weekend</strong>&nbsp;by\nMunga Honourable and Dexta Daps’&nbsp;<strong>Big Moves</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The music video for the rhythm was released on August 28. It was shot in Kingston and directed by Ruption of RD Studios.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> </p>\n<!-- /wp:paragraph -->','Usain Bolt uncertain about his future in music','','publish','open','closed','','usain-bolt-uncertain-about-his-future-in-music','','','2019-09-03 14:47:22','2019-09-03 19:47:22','',0,'https://buzz-caribbean.com/?p=7246',0,'post','',0),(7247,16,'2019-09-03 14:43:41','2019-09-03 19:43:41','','HRMAJ\'s Conference 39','','publish','closed','closed','','hrmajs-conference-39','','','2019-09-03 14:43:41','2019-09-03 19:43:41','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=7247',0,'out','',0),(7248,11,'2019-09-03 14:33:31','2019-09-03 19:33:31','<!-- wp:paragraph -->\n<p><a rel=\"noreferrer noopener\" aria-label=\"Katy Perry (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/forbes-highest-paid-women-in-music-revealed/\" target=\"_blank\">Katy Perry</a> and <a rel=\"noreferrer noopener\" aria-label=\"Taylor Swift (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/forbes-highest-paid-women-in-music-revealed/\" target=\"_blank\">Taylor Swift</a> currently have two of the most-watched videos on YouTube, with Perry\'s “<strong><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=CevxZvSJLk8\" target=\"_blank\">Roar</a></strong>” racking up 2.9 billion views and Swift\'s “<strong><a href=\"https://www.youtube.com/watch?v=nfWlot6h_JM\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Shake it off</a></strong>” a close 2.8 billion. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=CevxZvSJLk8\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=CevxZvSJLk8\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>This accomplishment called for some celebration between the two who\'ve seemed to mend fences over their 8-year-long feud, that created tension in their careers and amongst their respective fanbases.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The feud between the two mega-stars, has spanned the dating of ex-boyfriends (yes, John Myers), poaching of each other\'s back-up dancers while on tour, passive-aggressive tweets and songs (cue \'<a href=\"https://www.youtube.com/watch?v=QcIy9NiNbmo\">Bad Blood</a>\' and \'<a href=\"https://www.youtube.com/watch?v=iGk5fR-t5AU\">Swish Swish</a>\') — what a list!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=QcIy9NiNbmo\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=QcIy9NiNbmo\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>In 2017, though, the duo decided that they would try to make nice and since then have been sending each other little tokens to solidify their rebuilt friendship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7210} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Swift-Perry-Feud-Friends-BUZZ-Caribbean.png\" alt=\"\" class=\"wp-image-7210\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Perry announced, \"I\'m ready to let it go”, during a whopping 96-hour YouTube live stream for the promotion of her album \'Witness\' in 2017. The pop sensation, in reference to Swift, added, \"I love her and want the best for her.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7209} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Swift-Perry-Feud-Friends-Burger-Fries-BUZZ-Caribbean.png\" alt=\"\" class=\"wp-image-7209\" /><figcaption>Katy Perry and Taylor Swift in hilarious burger and fries costumes - perfect pair!</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Since then, the two have been sending each other little tokens. Perry in 2018 sent her one-time rival literal olive branches indicating peace.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7207,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/taylor-swift-katy-perry-olive-branch-BUZZ-Caribbean.png\" alt=\"\" class=\"wp-image-7207\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Moving on to this year Perry posted a plate of cookie’s sent to her by Swift, decorated with “Peace at Last”, with the caption feels good.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7208} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Perry-Swift-Feud-Cookies.png\" alt=\"\" class=\"wp-image-7208\" /><figcaption>Katy Perry sharing a photo of cookies sent by Taylor Swift with the caption \"Peace At Last\"</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>While we\'re riding this wave, which other celebrity feuds would you like to end </em><strong><em>BUZZ</em></strong><em> fam?</em></p>\n<!-- /wp:paragraph -->','Another feud bites the dust — Perry and Swift sending love','','inherit','closed','closed','','7179-revision-v1','','','2019-09-03 14:33:31','2019-09-03 19:33:31','',7179,'https://buzz-caribbean.com/article/7179-revision-v1/',0,'revision','',0),(7249,21,'2019-09-03 15:59:28','2019-09-03 20:59:28','<!-- wp:paragraph -->\n<p>Kim Kardashian West has partnered with Jamaican-Canadian fashion model Winnie Harlow for her newest make-up collaboration, <strong>KKW X WINNIE</strong>, that will be launched under West\'s company <strong>KKW Beauty</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7260} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kim-Kardashian-Winnie-Harlow-Makeup-Partnership-BUZZ-Caribbean.png\" alt=\"Kim Kardashian West and Winnie Harlow release the promotional photo for their new makeup collaboration line KKW X WINNIE  \" class=\"wp-image-7260\" /><figcaption>Kim Kardashian West and Winnie Harlow release the promotional photo for their new makeup collaboration line KKW X WINNIE  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <strong>KKW Beauty </strong>brainchild posted today on her Instagram what inspired the collaboration, stating, “[Winnie Harlow]@winnieharlow is someone I admire and respect so much. She’s the definition of a true beauty.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>West announced on her Instagram that the collaboration will feature a 12-pan Eyeshadow Palette, a Highlighter Duo and 3 Glosses.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Check out the eyeshadow palette in gallery below.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[7261,7263]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kim-Kardashian-Winnie-Harlow-Makeup-Palette-BUZZ-Caribbean-1024x850.png\" alt=\"\" data-id=\"7261\" class=\"wp-image-7261\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kim-Kardashian-Winnie-Harlow-Makeup-Palette-KKW-Buzz-Caribbean.jpg\" alt=\"\" data-id=\"7263\" data-link=\"https://buzz-caribbean.com/?attachment_id=7263\" class=\"wp-image-7263\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Winne Harlow, 25, born to Jamaican parents and raised in Toronto, Canada was diagnosed with the skin condition vitiligo at the tender age of four. Harlow’s real name, Chantelle Brown-Young, has become a spokesperson for the condition since her appearance on the 15<sup>th</sup> season of America’s Next Top Model in 2014. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7262} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kim-Kardashian-Winnie-Harlow-Makeup-Promo-BUZZ-Caribbean.png\" alt=\"\" class=\"wp-image-7262\" /><figcaption>A highlight of all the products that will be featured under the KKW X WINNIE makeup line. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\" She’s the definition of a true beauty.”</p><cite>— Kim Kardashian West speaking about Jamaican-Candian model Winnie Harlow</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Winnie posted on her Instagram, “Thank you @kimkardashian for allowing me to be free in my creativity. Thank you for calling me and asking my opinion on everything to do with this collaboration!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7299} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Winnie-Harlow-Buzz-Caribbean-1.jpg\" alt=\"Jamaican-Canadian model Winnie Harlow on the beach.\" class=\"wp-image-7299\" /><figcaption>Jamaican-Canadian model Winnie Harlow.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The collaboration is expected to be launched on <strong>KKW Beauty’s</strong> website on the 13<sup>th</sup> of this month (September). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Tell us </em><strong><em>BUZZ</em></strong><em> fam, which of these will you be grabbing on the 13th? #kkwxwinnie</em></p>\n<!-- /wp:paragraph -->','Kim Kardashian West partners with Jamaican-Canadian model Winnie Harlow for new makeup line','','publish','open','closed','','kim-kardashian-west-partners-with-jamaican-canadian-model-winnie-harlow-for-new-makeup-line','','','2019-09-03 15:59:29','2019-09-03 20:59:29','',0,'https://buzz-caribbean.com/?p=7249',0,'post','',0),(7250,16,'2019-09-03 14:37:49','2019-09-03 19:37:49','','HRMAJ Save The Date Conference 2019','','inherit','open','closed','','hrmaj-save-the-date-conference-2019','','','2019-09-03 14:38:15','2019-09-03 19:38:15','',7247,'https://buzz-caribbean.com/app/uploads/2019/09/HRMAJ-Save-the-Date-Conference-2019.jpg',0,'attachment','image/jpeg',0),(7251,16,'2019-09-03 14:39:14','2019-09-03 19:39:14','','HRMAJ Save The Date Conference 2019','SMART Leadership and people analytics','inherit','open','closed','','hrmaj-save-the-date-conference-2019-2','','','2019-09-03 14:40:32','2019-09-03 19:40:32','',7247,'https://buzz-caribbean.com/app/uploads/2019/09/HRMAJ-Save-the-Date-Conference-2019-1.jpg',0,'attachment','image/jpeg',0),(7252,4,'2019-09-03 14:40:31','2019-09-03 19:40:31','<!-- wp:paragraph -->\n<p>Kingston Industrial Garage (KIG) has debut the Next Generation Jeep Wrangler JL from Chrysler.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jeep Wrangler JL is the 4th rendition of the vehicle available in 2-door (Wrangler) and 4-door (Wrangler Unlimited) models.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The launch occurred at the breezy Kingston waterfront on Aug 30.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It comes with a 2-litre Turbo engine with high torque so crawling, climbing, and going over objects are easy for this vehicle once it is in 4x4 mode. The handling, the aerodynamic and the comfort of the ride are greatly improved,” KIG\'s Jeep Brand Manager Matthew Mahadeo told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The vehicle, which retails for around $10 million, is available in gas and diesel renditions. All Wrangler models are Trail Rated with a badge indicating that the vehicle is designed to perform in a variety of challenging off-road conditions identified by five key consumer-oriented performance categories: traction, ground clearance, manoeuvreability, articulation and water fording.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Avid surfer Brandon Cowan is the first person in Jamaica to own a Jeep Wrangler JL. He said he is now able to access beaches he would normally have trouble entering with other vehicles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is everything you want for summer and a day-to-day vehicle if you are a businessman, who want to go to a meeting or you just want to go to the beach,\" Cowan said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article Written by Anthony Henry</em></strong></p>\n<!-- /wp:paragraph -->','KIG debuts Next-Gen Jeep Wrangler JL','','inherit','closed','closed','','7201-revision-v1','','','2019-09-03 14:40:31','2019-09-03 19:40:31','',7201,'https://buzz-caribbean.com/article/7201-revision-v1/',0,'revision','',0),(7253,9,'2019-09-03 14:43:29','2019-09-03 19:43:29','<iframe title=\"Olympe Rosé (Medley Video) ft. Ding Dong, Dexta Daps, Chris Martin, Munga Honorable &amp; B...\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/5uN0ARJAXKc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','77cea188f69bec5318671b3df0395711','','','2019-09-03 14:43:29','2019-09-03 19:43:29','',0,'https://buzz-caribbean.com/article/77cea188f69bec5318671b3df0395711/',0,'oembed_cache','',0),(7254,14,'2019-09-03 14:44:26','2019-09-03 19:44:26','<!-- wp:image {\"id\":7216} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-19-1024x683.jpg\" alt=\"\" class=\"wp-image-7216\" /><figcaption>Just some of the amazing books under the Blue Banyan Publishing House in Kingston, Jamaica (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Caribbean literature is alive and thriving,\nand our people are truly the only ones who could tell or relate to our\nexperiences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s the consensus <strong>BUZZ</strong> got from Tanya Batson-Savage, Publisher and Editor-in-Chief for <strong>Blue Banyan</strong> and <strong>Blouse &amp; Skirt Books</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7212} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-6-1024x683.jpg\" alt=\"\" class=\"wp-image-7212\" /><figcaption>Editor-in-Chief and Publisher of Blue Banyan, Blouse &amp; Skirt Books, Tanya Batson-Savage (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Batson-Savage, a native of St. Andrew, told <strong>BUZZ</strong> that the region is rich with stories. In a riveting interview at Bookophilia, she added that the company owes its name to the late pan-Africanist and national hero Marcus Garvey – but notes its vision as pan-Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\'Even in the sky, you stay rooted\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“At Blue Banyan, we produce a range of books from zero to 100. Under Blouse &amp; Skirt Books, however, we publish [literature] specifically for the ages of 12 to 100,” Batson-Savage began.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7215} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-20-1024x683.jpg\" alt=\"\" class=\"wp-image-7215\" /><figcaption>Batson-Savage channelling functionality in this branded Blouse &amp; Skirt tee (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Having registered the company in 2016 and\nbeginning operations roughly a year later, Batson-Savage explained that her\nteam decided to come up with a new name that would encapsulate the vision of\nthe publishing house.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I was trying to think of an image that would totally solidify who we are and what we do. Of course, [Marcus] Garvey comes into play for that,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7235} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-1-1024x683.jpg\" alt=\"\" class=\"wp-image-7235\" /><figcaption>\'From 0 to 100\', Blue Banyan has a book for just about everyone! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The book business is about keeping people rooted and the banyan tree is a tree with aerial roots. How cool is that? Even when you’re reaching for the sky, you still stay rooted. So, we thought it was the perfect fit,” Batson-Savage beamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For <strong>Blouse &amp; Skirt Books</strong>, the editor-in-chief told <strong>BUZZ</strong> that the idea behind the name was much simpler…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We want when you read one of our books,\nyou finish and you say, ‘Blouse an’ skirt, that was a good book!’. We want you\nto look at the covers and say, ‘That was worth the hours I committed; I got something\nback and I left this book a richer person’,” Batson-Savage explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Showcasing the Caribbean\'s rich literary versatility</h2>\n<!-- /wp:heading -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We [at Blue Banyan] are into books that explore, showcase and celebrate the Caribbean and [its] culture,\"</p><cite> —  Tanya Batson-Savage explaining her company\'s mandate.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Blue Banyan</strong> publisher further noted that the company’s approach to showcasing every aspect of our collective ‘Caribbean-ness’ was intentional, as no one outside of the region could truly understand our experiences as we do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7219} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-2-1024x683.jpg\" alt=\"\" class=\"wp-image-7219\" /><figcaption>\'We may be tiny but our books speak for themselves\'. Enough said! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“[Being Caribbean] is who we are. It is the core of what we do. We publish Caribbean writers wherever they live, no matter where they are, that’s the key thing,” she posited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We are completely and totally dedicated to quality: from the look and feel of the book right down to the experience,\" </p><cite> —  Blue Banyan refuses to skimp on its core values.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I started in publishing because I had been looking for a book of Caribbean folktales, growing on those stories from my grandmother – I couldn’t find any. And that’s what we do. If we do not see the books we want to see with us, reflecting our realities, who we are, what we do, how we do [it], how we talk, how we eat, how we love, how we just breathe, then write it. That’s what we do at Blue Banyan,” Batson-Savage added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7220} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-11-1024x683.jpg\" alt=\"\" class=\"wp-image-7220\" /><figcaption>One of the many books Batson-Savage is proud of is #JoysofParenting by Carlette DeLeon, an illustrated adult book on the experiences of one Jamaican mom raising a rowdy son (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We [at Blue Banyan] are into books that explore, showcase and celebrate the Caribbean and [its] culture. Being Caribbean is key. Whether you’re Caribbean in Jamaica, Trinidad, Toronto – it’s all a part of who we are,” the <strong>Blue Banyan</strong> publisher told the <strong>BUZZ</strong> team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\'Caribbean people do read!\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tanya Batson-Savage disagreed with the widespread\nmisconception that Caribbean people ‘don’t read’, offering her take as to why\nthe region is perceived that way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I think one of the biggest lies we tell ourselves and other people tell us often is that we don’t read. We read different things and we have been a reading and thinking community. We just don’t read as much as we would like,\" Batson-Savage retorted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I started in publishing because I had been looking for a book of Caribbean folktales, growing on those stories from my grandmother – I couldn’t find any,\"</p><cite> —  A simple but poignant reason to enter any profession, let alone publishing. Well done Tanya Batson-Savage!</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I think what’s happening [today through] the beauty of social media is that now if you’re reading, you can share with others. You can say ‘I love this book’ and it’s not just you, so it’s becoming a lot more visible that Caribbean people are interested in reading,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To this end, <strong>Blue Banyan</strong> has published dozens of books, highlighting the best of Caribbean culture, mythos, customs and experiences – and people are starting to notice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7217} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-21-1024x683.jpg\" alt=\"\" class=\"wp-image-7217\" /><figcaption>More published works from Blue Banyan\'s amazing catalogue (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I’m focusing on perfecting, producing really great books. Those are things I want to bring out to the world,” Batson-Savage told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“One of the amazing things about being in publishing is that you realise there is so much more to do. I have great hopes for Blue Banyan. There are a lot of books we want to do. Illustrated adult books, anthologies, graphic novels, comic books, Caribbean plays and books that are boy-friendly,” she noted further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7234} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-9-1024x683.jpg\" alt=\"\" class=\"wp-image-7234\" /><figcaption>\'In This Breadfruit Kingdom\', an anthology of Jamaican poetry selected by the legendary Mervyn Morris (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Batson-Savage told <strong>BUZZ</strong> that the company is targeting more coming-of-age stories for young Caribbean boys in the next six to eight months, to keep up with the growing demand in the market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"...One of the biggest lies we tell ourselves and other people tell us often is that we don’t read...we have been a reading and thinking community,\" </p><cite> — Tanya Batson-Savage challenges the widespread misconception that Caribbean people \'don\'t read\'.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Quite accidentally, we’ve ended up with most of our books having female protagonists. So, I want to do more books that are boy-friendly because there are boys out there looking for things to read,” Batson-Savage told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>New to reading? Blue Banyan has you covered...</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Blue Banyan</strong> Editor-in-Chief was happy to share her recommendations for a reading neophyte, offering her two personal favourites...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7221} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-10-1024x683.jpg\" alt=\"\" class=\"wp-image-7221\" /><figcaption>All Over Again, by A-Dziko Simba Gegele, a masterful coming-of-age story about growing up as a Jamaican boy is a must-read for just about anyone. That’s according to Editor-in-Chief at Blue Banyan Books, Tanya Batson-Savage. (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“<strong>All Over Again</strong> is an absolutely great read. It was our first novel and we’re very proud of it and it won the inaugural Burt Award for Caribbean literature. [All Over Again] is a coming-of-age story about growing up as a boy, but it’s also a book about growing up as a person, as a Jamaican and it’s fun, easy to digest and has life lessons I find myself mentally quoting it sometimes,” Batson-Savage recalled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“If you are not a big reader, this book is a great intro. If not that, then it’s <strong>Dancing in the Rain</strong>, which is also for young readers and it’s about the fall of the Twin Towers. But it’s so lyrically written [that can] look at a very dark time in history and it shows you the light,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7218} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-4-1024x683.jpg\" alt=\"\" class=\"wp-image-7218\" /><figcaption>Dancing in the Rain, another must-read for beginner bookworms (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Quality at the forefront of every published book</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tanya Batson-Savage was very succinct with her impression as to what separates <strong>Blue Banyan</strong> from others in the publishing landscape. She told <strong>BUZZ</strong> it comes down to quality, firstly and lastly. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The book business is about keeping people rooted and the banyan tree is a tree with aerial roots. How cool is that? Even when you’re reaching for the sky, you still stay rooted,\"</p><cite> —  Tanya Batson-Savage, telling the BUZZ team the concept behind the naming of the Blue Banyan publishing house.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“What sets us apart is we’re tiny and that tininess means every book we produce, we have to be committed to – because it takes so much effort, care and it means so much,” Batson-Savage responded after a brief pause.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are completely and totally dedicated to quality: from the look and feel of the book right down to the experience.  We believe that you work hard for your money and have limited time, and you need to spend [them] wisely when you spend it with us,” she added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Check out some of the impressive published books offered by <strong>Blue Banyan</strong> in our <strong>BUZZ</strong> gallery below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[7224,7225,7226,7227,7228,7229,7230,7231,7232]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-18.jpg\" alt=\"\" data-id=\"7224\" data-link=\"https://buzz-caribbean.com/?attachment_id=7224\" class=\"wp-image-7224\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-17.jpg\" alt=\"\" data-id=\"7225\" data-link=\"https://buzz-caribbean.com/?attachment_id=7225\" class=\"wp-image-7225\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-16.jpg\" alt=\"\" data-id=\"7226\" data-link=\"https://buzz-caribbean.com/?attachment_id=7226\" class=\"wp-image-7226\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-15.jpg\" alt=\"\" data-id=\"7227\" data-link=\"https://buzz-caribbean.com/?attachment_id=7227\" class=\"wp-image-7227\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-14.jpg\" alt=\"\" data-id=\"7228\" data-link=\"https://buzz-caribbean.com/?attachment_id=7228\" class=\"wp-image-7228\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-13.jpg\" alt=\"\" data-id=\"7229\" data-link=\"https://buzz-caribbean.com/?attachment_id=7229\" class=\"wp-image-7229\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-12.jpg\" alt=\"\" data-id=\"7230\" data-link=\"https://buzz-caribbean.com/?attachment_id=7230\" class=\"wp-image-7230\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-8.jpg\" alt=\"\" data-id=\"7231\" data-link=\"https://buzz-caribbean.com/?attachment_id=7231\" class=\"wp-image-7231\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-7.jpg\" alt=\"\" data-id=\"7232\" data-link=\"https://buzz-caribbean.com/?attachment_id=7232\" class=\"wp-image-7232\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“It sounds very clichéd but quality. We take the time to make sure we do our books right,” Batson-Savage told the<strong> BUZZ </strong>team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Blue Banyan, as well as Blouse &amp; Skirt Books,  are available at Bookphilia, The Readers’ Book Shop and Kozy Korner in Kingston, in addition to select Kingston Bookshop and Sangster’s Bookstore locations.</p>\n<!-- /wp:paragraph -->','Blue Banyan Publishers offering a true space for Caribbean experiences','','inherit','closed','closed','','7182-revision-v1','','','2019-09-03 14:44:26','2019-09-03 19:44:26','',7182,'https://buzz-caribbean.com/article/7182-revision-v1/',0,'revision','',0),(7255,9,'2019-09-03 14:46:44','2019-09-03 19:46:44','<!-- wp:image {\"id\":5177} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Usain-Launches-Signature-Champagne-1024x682.jpg\" alt=\"Usain Bolt’s ‘Olympe Rosé’ Rhythm has been getting good reviews \" class=\"wp-image-5177\" /><figcaption> Usain Bolt’s ‘Olympe Rosé’ Rhythm has been getting good reviews.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Although the music video for Usain Bolt’s ‘Olympe Rosé’ Rhythm has been\ngetting good reviews since it was released last week, the former athlete says\nhe is uncertain about his future in music. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6205} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Usain-Bolt-rhythm.jpg\" alt=\"\" class=\"wp-image-6205\" /><figcaption>From left: Usain Bolt poses with Culture Minister Olivia Grange, Ricardo ‘Bibi’ Gardner, Christopher Martin and Munga Honourable during the launch of the ‘Olympe Rose’ Rhythm in July. (Photo: Sleek Jamaica) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"Dealing with some of the artistes was difficult, so if I have to\ngo through that every time that I do a project, I probably won\'t continue,”\nBolt told Billboard. “That\'s one of the reasons I never went into coaching,\nalthough people have told me to, because I don\'t have the patience. But if we\nplan in advance, we can do a rhythm that\'s suitable for international artistes,\ntoo.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, he said that he might release another project for the Christmas\nseason. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=5uN0ARJAXKc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=5uN0ARJAXKc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Produced\nby Rajah Nelson, the ‘Olympe Rosé’ Rhythm features tracks like&nbsp;<strong>Top A\nDi Top</strong>&nbsp;by Ding Dong,&nbsp;<strong>Mount A Gyal</strong>&nbsp;by Ricardo ‘Bibi’\nGardner,&nbsp;<strong>Dweet</strong>&nbsp;by Christopher Martin,&nbsp;<strong>Weekend</strong>&nbsp;by\nMunga Honourable and Dexta Daps’&nbsp;<strong>Big Moves</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The music video for the rhythm was released on August 28. It was shot in Kingston and directed by Ruption of RD Studios.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> </p>\n<!-- /wp:paragraph -->','Usain Bolt uncertain about his future in music','','inherit','closed','closed','','7246-revision-v1','','','2019-09-03 14:46:44','2019-09-03 19:46:44','',7246,'https://buzz-caribbean.com/article/7246-revision-v1/',0,'revision','',0),(7256,9,'2019-09-03 14:47:21','2019-09-03 19:47:21','<!-- wp:image {\"id\":5177} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Usain-Launches-Signature-Champagne-1024x682.jpg\" alt=\"Usain Bolt’s ‘Olympe Rosé’ Rhythm has been getting good reviews \" class=\"wp-image-5177\" /><figcaption> Usain Bolt’s ‘Olympe Rosé’ Rhythm has been getting good reviews.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Although the music video for Usain Bolt’s ‘Olympe Rosé’ Rhythm has been\ngetting good reviews since it was released last week, the former athlete says\nhe is uncertain about his future in music. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6205} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Usain-Bolt-rhythm.jpg\" alt=\"\" class=\"wp-image-6205\" /><figcaption>From left: Usain Bolt poses with Culture Minister Olivia Grange, Ricardo ‘Bibi’ Gardner, Christopher Martin and Munga Honourable during the launch of the ‘Olympe Rose’ Rhythm in July. (Photo: Sleek Jamaica) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"Dealing with some of the artistes was difficult, so if I have to go through that every time that I do a project, I probably won\'t continue,” Bolt told Billboard recently. “That\'s one of the reasons I never went into coaching, although people have told me to, because I don\'t have the patience. But if we plan in advance, we can do a rhythm that\'s suitable for international artistes, too.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, he said that he might release another project for the Christmas\nseason. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=5uN0ARJAXKc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=5uN0ARJAXKc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Produced\nby Rajah Nelson, the ‘Olympe Rosé’ Rhythm features tracks like&nbsp;<strong>Top A\nDi Top</strong>&nbsp;by Ding Dong,&nbsp;<strong>Mount A Gyal</strong>&nbsp;by Ricardo ‘Bibi’\nGardner,&nbsp;<strong>Dweet</strong>&nbsp;by Christopher Martin,&nbsp;<strong>Weekend</strong>&nbsp;by\nMunga Honourable and Dexta Daps’&nbsp;<strong>Big Moves</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The music video for the rhythm was released on August 28. It was shot in Kingston and directed by Ruption of RD Studios.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> </p>\n<!-- /wp:paragraph -->','Usain Bolt uncertain about his future in music','','inherit','closed','closed','','7246-revision-v1','','','2019-09-03 14:47:21','2019-09-03 19:47:21','',7246,'https://buzz-caribbean.com/article/7246-revision-v1/',0,'revision','',0),(7257,4,'2019-09-03 14:50:28','2019-09-03 19:50:28','','jeep-wrangler-jl8','','inherit','open','closed','','jeep-wrangler-jl8','','','2019-09-03 14:50:28','2019-09-03 19:50:28','',7201,'https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl8.jpg',0,'attachment','image/jpeg',0),(7259,4,'2019-09-03 14:53:29','2019-09-03 19:53:29','','jeep-wrangler-jl23','','inherit','open','closed','','jeep-wrangler-jl23','','','2019-09-03 14:53:29','2019-09-03 19:53:29','',7201,'https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl23.jpg',0,'attachment','image/jpeg',0),(7260,11,'2019-09-03 15:06:04','2019-09-03 20:06:04','','Kim-Kardashian-Winnie-Harlow-Makeup-Partnership-BUZZ-Caribbean','','inherit','open','closed','','kim-kardashian-winnie-harlow-makeup-partnership-buzz-caribbean','','','2019-09-03 15:06:04','2019-09-03 20:06:04','',7249,'https://buzz-caribbean.com/app/uploads/2019/09/Kim-Kardashian-Winnie-Harlow-Makeup-Partnership-BUZZ-Caribbean.png',0,'attachment','image/png',0),(7261,11,'2019-09-03 15:06:39','2019-09-03 20:06:39','','Kim-Kardashian-Winnie-Harlow-Makeup-Palette-BUZZ-Caribbean','','inherit','open','closed','','kim-kardashian-winnie-harlow-makeup-palette-buzz-caribbean','','','2019-09-03 15:06:39','2019-09-03 20:06:39','',7249,'https://buzz-caribbean.com/app/uploads/2019/09/Kim-Kardashian-Winnie-Harlow-Makeup-Palette-BUZZ-Caribbean.png',0,'attachment','image/png',0),(7262,11,'2019-09-03 15:07:14','2019-09-03 20:07:14','','Kim-Kardashian-Winnie-Harlow-Makeup-Promo-BUZZ-Caribbean','','inherit','open','closed','','kim-kardashian-winnie-harlow-makeup-promo-buzz-caribbean','','','2019-09-03 15:07:14','2019-09-03 20:07:14','',7249,'https://buzz-caribbean.com/app/uploads/2019/09/Kim-Kardashian-Winnie-Harlow-Makeup-Promo-BUZZ-Caribbean.png',0,'attachment','image/png',0),(7263,11,'2019-09-03 15:10:15','2019-09-03 20:10:15','','Kim-Kardashian-Winnie-Harlow-Makeup-Palette-KKW-Buzz-Caribbean','','inherit','open','closed','','kim-kardashian-winnie-harlow-makeup-palette-kkw-buzz-caribbean','','','2019-09-03 15:10:15','2019-09-03 20:10:15','',7249,'https://buzz-caribbean.com/app/uploads/2019/09/Kim-Kardashian-Winnie-Harlow-Makeup-Palette-KKW-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(7264,4,'2019-09-03 15:13:40','2019-09-03 20:13:40','','jeep-wrangler-jl6','','inherit','open','closed','','jeep-wrangler-jl6','','','2019-09-03 15:13:40','2019-09-03 20:13:40','',7201,'https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl6.jpg',0,'attachment','image/jpeg',0),(7265,4,'2019-09-03 15:13:52','2019-09-03 20:13:52','','jeep-wrangler-jl6-1','','inherit','open','closed','','jeep-wrangler-jl6-1','','','2019-09-03 15:13:52','2019-09-03 20:13:52','',7201,'https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl6-1.jpg',0,'attachment','image/jpeg',0),(7266,4,'2019-09-03 15:13:56','2019-09-03 20:13:56','','jeep-wrangler-jl7','','inherit','open','closed','','jeep-wrangler-jl7','','','2019-09-03 15:13:56','2019-09-03 20:13:56','',7201,'https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl7.jpg',0,'attachment','image/jpeg',0),(7267,4,'2019-09-03 15:14:06','2019-09-03 20:14:06','','jeep-wrangler-jl8-1','','inherit','open','closed','','jeep-wrangler-jl8-1','','','2019-09-03 15:14:06','2019-09-03 20:14:06','',7201,'https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl8-1.jpg',0,'attachment','image/jpeg',0),(7268,4,'2019-09-03 15:14:09','2019-09-03 20:14:09','','jeep-wrangler-jl9','','inherit','open','closed','','jeep-wrangler-jl9','','','2019-09-03 15:14:09','2019-09-03 20:14:09','',7201,'https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl9.jpg',0,'attachment','image/jpeg',0),(7269,4,'2019-09-03 15:15:19','2019-09-03 20:15:19','','jeep-wrangler-jl10','','inherit','open','closed','','jeep-wrangler-jl10','','','2019-09-03 15:15:19','2019-09-03 20:15:19','',7201,'https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl10.jpg',0,'attachment','image/jpeg',0),(7270,4,'2019-09-03 15:15:22','2019-09-03 20:15:22','','jeep-wrangler-jl11','','inherit','open','closed','','jeep-wrangler-jl11','','','2019-09-03 15:15:22','2019-09-03 20:15:22','',7201,'https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl11.jpg',0,'attachment','image/jpeg',0),(7271,4,'2019-09-03 15:15:25','2019-09-03 20:15:25','','jeep-wrangler-jl12','','inherit','open','closed','','jeep-wrangler-jl12','','','2019-09-03 15:15:25','2019-09-03 20:15:25','',7201,'https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl12.jpg',0,'attachment','image/jpeg',0),(7272,13,'2019-09-03 15:15:29','2019-09-03 20:15:29','','Jamaica Food And Drink Flyer Tickets','','inherit','open','closed','','jamaica-food-and-drink-flyer-tickets','','','2019-09-03 15:15:29','2019-09-03 20:15:29','',7222,'https://buzz-caribbean.com/app/uploads/2019/09/jamaica-food-and-drink-flyer-tickets.png',0,'attachment','image/png',0),(7273,4,'2019-09-03 15:15:38','2019-09-03 20:15:38','','jeep-wrangler-jl14','','inherit','open','closed','','jeep-wrangler-jl14','','','2019-09-03 15:15:38','2019-09-03 20:15:38','',7201,'https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl14.jpg',0,'attachment','image/jpeg',0),(7274,4,'2019-09-03 15:15:40','2019-09-03 20:15:40','','jeep-wrangler-jl15','','inherit','open','closed','','jeep-wrangler-jl15','','','2019-09-03 15:15:40','2019-09-03 20:15:40','',7201,'https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl15.jpg',0,'attachment','image/jpeg',0),(7275,4,'2019-09-03 15:15:46','2019-09-03 20:15:46','','jeep-wrangler-jl17','','inherit','open','closed','','jeep-wrangler-jl17','','','2019-09-03 15:15:46','2019-09-03 20:15:46','',7201,'https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl17.jpg',0,'attachment','image/jpeg',0),(7276,4,'2019-09-03 15:15:48','2019-09-03 20:15:48','','jeep-wrangler-jl18','','inherit','open','closed','','jeep-wrangler-jl18','','','2019-09-03 15:15:48','2019-09-03 20:15:48','',7201,'https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl18.jpg',0,'attachment','image/jpeg',0),(7277,4,'2019-09-03 15:15:51','2019-09-03 20:15:51','','jeep-wrangler-jl20','','inherit','open','closed','','jeep-wrangler-jl20','','','2019-09-03 15:15:51','2019-09-03 20:15:51','',7201,'https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl20.jpg',0,'attachment','image/jpeg',0),(7278,4,'2019-09-03 15:15:59','2019-09-03 20:15:59','','jeep-wrangler-jl21','','inherit','open','closed','','jeep-wrangler-jl21','','','2019-09-03 15:15:59','2019-09-03 20:15:59','',7201,'https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl21.jpg',0,'attachment','image/jpeg',0),(7279,4,'2019-09-03 15:16:06','2019-09-03 20:16:06','','jeep-wrangler-jl22','','inherit','open','closed','','jeep-wrangler-jl22','','','2019-09-03 15:16:06','2019-09-03 20:16:06','',7201,'https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl22.jpg',0,'attachment','image/jpeg',0),(7280,4,'2019-09-03 15:16:08','2019-09-03 20:16:08','','jeep-wrangler-jl23-1','','inherit','open','closed','','jeep-wrangler-jl23-1','','','2019-09-03 15:16:08','2019-09-03 20:16:08','',7201,'https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl23-1.jpg',0,'attachment','image/jpeg',0),(7281,4,'2019-09-03 15:16:14','2019-09-03 20:16:14','','jeep-wrangler-jl5','','inherit','open','closed','','jeep-wrangler-jl5','','','2019-09-03 15:16:14','2019-09-03 20:16:14','',7201,'https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl5.jpg',0,'attachment','image/jpeg',0),(7282,4,'2019-09-03 15:16:17','2019-09-03 20:16:17','','jeep-wrangler-jl3','','inherit','open','closed','','jeep-wrangler-jl3','','','2019-09-03 15:16:17','2019-09-03 20:16:17','',7201,'https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl3.jpg',0,'attachment','image/jpeg',0),(7283,4,'2019-09-03 15:16:24','2019-09-03 20:16:24','','jeep-wrangler-jl','','inherit','open','closed','','jeep-wrangler-jl','','','2019-09-03 15:16:24','2019-09-03 20:16:24','',7201,'https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl.jpg',0,'attachment','image/jpeg',0),(7284,13,'2019-09-03 15:16:28','2019-09-03 20:16:28','','Jamaica Food And Drink Fest Food Pic','','inherit','open','closed','','jamaica-food-and-drink-fest-food-pic-2','','','2019-09-03 15:16:28','2019-09-03 20:16:28','',7222,'https://buzz-caribbean.com/app/uploads/2019/09/jamaica-food-and-drink-fest-food-pic-1.png',0,'attachment','image/png',0),(7286,13,'2019-09-03 15:17:10','2019-09-03 20:17:10','','Jamaica Food And Drink Fest 2 Clnical Strike','','inherit','open','closed','','jamaica-food-and-drink-fest-2-clnical-strike','','','2019-09-03 15:17:10','2019-09-03 20:17:10','',7222,'https://buzz-caribbean.com/app/uploads/2019/09/jamaica-food-and-drink-fest-2-clnical-strike.jpg',0,'attachment','image/jpeg',0),(7288,13,'2019-09-03 15:27:15','2019-09-03 20:27:15','','Jamaica Tallawahs VS Trinibago Knight Riders','','publish','closed','closed','','jamaica-tallawahs-vs-trinibago-knight-riders','','','2019-09-12 09:26:48','2019-09-12 14:26:48','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=7288',0,'out','',0),(7289,13,'2019-09-03 15:22:06','2019-09-03 20:22:06','','Jamaica Tallwahs Vs Trinibago 2','','inherit','open','closed','','jamaica-tallwahs-vs-trinibago-2','','','2019-09-03 15:22:06','2019-09-03 20:22:06','',7288,'https://buzz-caribbean.com/app/uploads/2019/09/jamaica-tallwahs-vs-trinibago-2.jpg',0,'attachment','image/jpeg',0),(7290,4,'2019-09-03 15:22:51','2019-09-03 20:22:51','<!-- wp:image {\"id\":7257} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl8-1024x684.jpg\" alt=\"\" class=\"wp-image-7257\" /><figcaption>The Next Generation Jeep Wrangler JL.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kingston Industrial Garage (KIG) has debut the Next Generation Jeep Wrangler JL from Chrysler.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jeep Wrangler JL is the 4th rendition of the vehicle available in 2-door (Wrangler) and 4-door (Wrangler Unlimited) models.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The launch occurred at the breezy Kingston waterfront on Aug 30.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7274} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl15-1024x695.jpg\" alt=\"\" class=\"wp-image-7274\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It comes with a 2-litre Turbo engine with high torque so crawling, climbing, and going over objects are easy for this vehicle once it is in 4x4 mode. The handling, the aerodynamic and the comfort of the ride are greatly improved,” KIG\'s Jeep Brand Manager Matthew Mahadeo told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7259} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl23-1024x684.jpg\" alt=\"\" class=\"wp-image-7259\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The vehicle, which retails for around $10 million, is available in gas and diesel renditions. All Wrangler models are Trail Rated with a badge indicating that the vehicle is designed to perform in a variety of challenging off-road conditions identified by five key consumer-oriented performance categories: traction, ground clearance, manoeuvreability, articulation and water fording.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Avid surfer Brandon Cowan is the first person in Jamaica to own a Jeep Wrangler JL. He said he is now able to access beaches he would normally have trouble entering with other vehicles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is everything you want for summer and a day-to-day vehicle if you are a businessman, who want to go to a meeting or you just want to go to the beach,\" Cowan said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See more photos of this fun vehicle in the our gallery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[7265,7266,null,7268,7269,7270,7271,null,7274,null,null,7277,7278,null,7280,7281,7282,7283]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl6-1-1024x647.jpg\" alt=\"\" data-id=\"7265\" data-link=\"https://buzz-caribbean.com/?attachment_id=7265\" class=\"wp-image-7265\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl7-1024x648.jpg\" alt=\"\" data-id=\"7266\" data-link=\"https://buzz-caribbean.com/?attachment_id=7266\" class=\"wp-image-7266\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/11200134-118d-41e9-9635-59b753be1a31\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl9-1024x684.jpg\" alt=\"\" data-id=\"7268\" data-link=\"https://buzz-caribbean.com/?attachment_id=7268\" class=\"wp-image-7268\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl10-1024x683.jpg\" alt=\"\" data-id=\"7269\" data-link=\"https://buzz-caribbean.com/?attachment_id=7269\" class=\"wp-image-7269\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl11-1024x684.jpg\" alt=\"\" data-id=\"7270\" data-link=\"https://buzz-caribbean.com/?attachment_id=7270\" class=\"wp-image-7270\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl12-1024x684.jpg\" alt=\"\" data-id=\"7271\" data-link=\"https://buzz-caribbean.com/?attachment_id=7271\" class=\"wp-image-7271\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/ba59c113-f304-42e5-bff3-5ec7a9ad6386\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl15-1024x695.jpg\" alt=\"\" data-id=\"7274\" data-link=\"https://buzz-caribbean.com/?attachment_id=7274\" class=\"wp-image-7274\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/78e45c86-9284-4355-ab34-79518dee6c0d\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/a9baeb37-c6c4-48ab-b03b-c963fc812280\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl20-1024x684.jpg\" alt=\"\" data-id=\"7277\" data-link=\"https://buzz-caribbean.com/?attachment_id=7277\" class=\"wp-image-7277\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl21-1024x684.jpg\" alt=\"\" data-id=\"7278\" data-link=\"https://buzz-caribbean.com/?attachment_id=7278\" class=\"wp-image-7278\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/9210e71d-6692-4a89-897b-679cde4fd27f\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl23-1-1024x684.jpg\" alt=\"\" data-id=\"7280\" data-link=\"https://buzz-caribbean.com/?attachment_id=7280\" class=\"wp-image-7280\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl5-1024x562.jpg\" alt=\"\" data-id=\"7281\" data-link=\"https://buzz-caribbean.com/?attachment_id=7281\" class=\"wp-image-7281\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl3-1024x583.jpg\" alt=\"\" data-id=\"7282\" data-link=\"https://buzz-caribbean.com/?attachment_id=7282\" class=\"wp-image-7282\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl-1024x684.jpg\" alt=\"\" data-id=\"7283\" data-link=\"https://buzz-caribbean.com/?attachment_id=7283\" class=\"wp-image-7283\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article Written by Anthony Henry</em></strong></p>\n<!-- /wp:paragraph -->','KIG debuts Next-Gen Jeep Wrangler JL','','inherit','closed','closed','','7201-revision-v1','','','2019-09-03 15:22:51','2019-09-03 20:22:51','',7201,'https://buzz-caribbean.com/article/7201-revision-v1/',0,'revision','',0),(7291,13,'2019-09-03 17:57:35','2019-09-03 22:57:35','<!-- wp:image {\"id\":6602} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bugle-20190830-1024x614.jpg\" alt=\"\" class=\"wp-image-6602\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bugle has released a single from his<strong> <a href=\"https://buzz-caribbean.com/article/bugle-gets-an-a-for-picture-perfect/\">Picture Perfect</a></strong> album that is bound to stir controversy as he appears to take a jab at fellow-entertainer Elephant Man.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bugle chronicles his journey in the music industry in the song titled <b>Life Saviour</b>. Before becoming an established artiste, Bugle wrote for some of the biggest dancehall acts at the time, including Papa San, Bounty Killer and Elephant Man, who he held in high esteem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the song, Bugle said he and Elephant Man went on tour in the US and he was given only $2000 (he didn\'t specify the currency). He shared in the song that the experience pushed him to move on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7347} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/elephant-man.jpg\" alt=\"\" class=\"wp-image-7347\" /><figcaption>Recording artist Elephant man.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bugle reportedly wrote seven songs on&nbsp;Elephant Man\'s album <strong>Log On</strong>, which was released by Greensleeves Records. He, however, has not been credited on the album.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bugle went on to Praise Daseca’s Music Group for the development of his talent, which resulted in his success.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Life Saviour</strong> also features Alexander, who sings the hook, and Noah Powah who sang about the struggles of being with the wrong group of friends and going on a robbery before turning to music and acting. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bounty Killer has since posted three fire emojis on the song on Bugle\'s Instagram page, buglean9ted. </p>\n<!-- /wp:paragraph -->','Bugle throws shade at Elephant Man in latest single?','','publish','open','closed','','bugle-throws-shade-at-elephant-man-in-latest-single','','','2019-09-04 12:46:43','2019-09-04 17:46:43','',0,'https://buzz-caribbean.com/?p=7291',0,'post','',0),(7292,13,'2019-09-03 15:39:54','2019-09-03 20:39:54','','Jamaica Tallawahs VS Barbados Tridents','','publish','closed','closed','','jamaica-tallawahs-vs-barbados-tridents','','','2019-09-03 15:39:56','2019-09-03 20:39:56','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=7292',0,'out','',0),(7293,16,'2019-09-03 15:31:29','2019-09-03 20:31:29','wpmf_remote_video','Deeper Into Lifeyard Buzz Feature Part 2','https://www.youtube.com/watch?v=MFcwBRt7SRQ','inherit','open','closed','','deeper-into-lifeyard-buzz-feature-part-2','','','2019-09-03 15:31:29','2019-09-03 20:31:29','',0,'https://buzz-caribbean.com/app/uploads/deeper-into-lifeyard-buzz-feature-part-2.jpg',0,'attachment','image/jpeg',0),(7294,16,'2019-09-03 15:32:15','2019-09-03 20:32:15','wpmf_remote_video','Deeper Into Lifeyard Buzz Feature Part 2','https://www.youtube.com/watch?v=MFcwBRt7SRQ','inherit','open','closed','','deeper-into-lifeyard-buzz-feature-part-2-2','','','2019-09-03 15:32:15','2019-09-03 20:32:15','',0,'https://buzz-caribbean.com/app/uploads/deeper-into-lifeyard-buzz-feature-part-2-1.jpg',0,'attachment','image/jpeg',0),(7295,16,'2019-09-03 15:32:21','2019-09-03 20:32:21','wpmf_remote_video','Deeper Into Lifeyard Buzz Feature Part 2','https://www.youtube.com/watch?v=MFcwBRt7SRQ','inherit','open','closed','','deeper-into-lifeyard-buzz-feature-part-2-3','','','2019-09-03 15:32:21','2019-09-03 20:32:21','',0,'https://buzz-caribbean.com/app/uploads/deeper-into-lifeyard-buzz-feature-part-2-2.jpg',0,'attachment','image/jpeg',0),(7296,16,'2019-09-03 15:32:59','2019-09-03 20:32:59','wpmf_remote_video','Deeper Into Lifeyard Buzz Feature Part 2','https://www.youtube.com/watch?v=MFcwBRt7SRQ','inherit','open','closed','','deeper-into-lifeyard-buzz-feature-part-2-4','','','2019-09-03 15:32:59','2019-09-03 20:32:59','',0,'https://buzz-caribbean.com/app/uploads/deeper-into-lifeyard-buzz-feature-part-2-3.jpg',0,'attachment','image/jpeg',0),(7297,13,'2019-09-03 15:34:26','2019-09-03 20:34:26','','Jamaica Tallawahs Vs Guyana Amazon Warriors 2','','inherit','open','closed','','jamaica-tallawahs-vs-guyana-amazon-warriors-2','','','2019-09-03 15:34:26','2019-09-03 20:34:26','',7292,'https://buzz-caribbean.com/app/uploads/2019/09/jamaica-tallawahs-vs-guyana-amazon-warriors-2.jpg',0,'attachment','image/jpeg',0),(7298,11,'2019-09-03 15:35:31','2019-09-03 20:35:31','','Winnie Harlow Buzz Caribbean','','inherit','open','closed','','winnie-harlow-buzz-caribbean','','','2019-09-03 15:36:15','2019-09-03 20:36:15','',7249,'https://buzz-caribbean.com/app/uploads/2019/09/Winnie-Harlow-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(7299,11,'2019-09-03 15:36:35','2019-09-03 20:36:35','','Winnie-Harlow-Buzz-Caribbean-1','','inherit','open','closed','','winnie-harlow-buzz-caribbean-1','','','2019-09-03 15:36:35','2019-09-03 20:36:35','',7249,'https://buzz-caribbean.com/app/uploads/2019/09/Winnie-Harlow-Buzz-Caribbean-1.jpg',0,'attachment','image/jpeg',0),(7300,4,'2019-09-03 15:36:58','2019-09-03 20:36:58','<!-- wp:paragraph -->\n<p>Bugle releases a controversial song from his Picture Perfect album about his musical journey that suggests Elephant Man short-changed him before he became the popular reggae/dancehall artiste he is today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before becoming an established Artiste Bugle was writing songs for some of the biggest names in dancehall like Papa San and Bounty Killer, but it was Elephant Man who he held in the highest regard at one point in his life. After giving Elephant man song lyrics that saw him tour globally and championing Elephant Man as his ‘Don,’ Bugle was devasted to receive USD 2000 dollars/ jmd when the ‘Sweep Artiste’ returned from tour. Bugle wrote seven songs on  Elephant Man\'s album, Log On, that was released by Greensleeves records, with no credit on the album. The song also speaks about how he was always committed to music and boasts a chorus that proclaimed music saved Bugle’s life. Bugle also went on to Praise Daseca’s Music group and its development of his talents, which resulted in his success.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The song also features Alexander who sings the hook passionately and Noah Powah who identified with the struggle of being with the wrong group of friends and going on a robbery before turning to music and acting. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bounty Killer used his official Instagram Grunggaadzilla to post three fire emojis in support of the song and it’s message On Bugle’s Instagram platform Buglean9ted. </p>\n<!-- /wp:paragraph -->','Bugle praises Daseca and throws shade at Elephant Man','','inherit','closed','closed','','7291-revision-v1','','','2019-09-03 15:36:58','2019-09-03 20:36:58','',7291,'https://buzz-caribbean.com/article/7291-revision-v1/',0,'revision','',0),(7301,13,'2019-09-03 15:37:56','2019-09-03 20:37:56','','Jamaica Tallawahs Vs Trident','','inherit','open','closed','','jamaica-tallawahs-vs-trident','','','2019-09-03 15:37:56','2019-09-03 20:37:56','',7292,'https://buzz-caribbean.com/app/uploads/2019/09/jamaica-tallawahs-vs-trident.jpg',0,'attachment','image/jpeg',0),(7302,4,'2019-09-03 15:39:39','2019-09-03 20:39:39','<!-- wp:paragraph -->\n<p>Bugle releases a controversial song from his Picture Perfect album about his musical journey that suggests Elephant Man short-changed him before he became the popular reggae/dancehall artiste he is today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before becoming an established Artiste Bugle was writing songs for some of the biggest names in dancehall like Papa San and Bounty Killer, but it was Elephant Man who he held in the highest regard at one point in his life. After giving Elephant man song lyrics that saw him tour globally and championing Elephant Man as his ‘Don,’ Bugle was devasted to receive USD 2000 dollars/ jmd when the ‘Sweep Artiste’ returned from tour. Bugle wrote seven songs on &nbsp;Elephant Man\'s album, Log On, that was released by Greensleeves records, with no credit on the album. The song also speaks about how he was always committed to music and boasts a chorus that proclaimed music saved Bugle’s life. Bugle also went on to Praise Daseca’s Music group and its development of his talents, which resulted in his success.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The song also features Alexander who sings the hook passionately and Noah Powah who identified with the struggle of being with the wrong group of friends and going on a robbery before turning to music and acting. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bounty Killer used his official Instagram Grunggaadzilla to post three fire emojis in support of the song and it’s message On Bugle’s Instagram platform Buglean9ted. </p>\n<!-- /wp:paragraph -->','Bugle praises Daseca and throws shade at Elephant Man','','inherit','closed','closed','','7291-revision-v1','','','2019-09-03 15:39:39','2019-09-03 20:39:39','',7291,'https://buzz-caribbean.com/article/7291-revision-v1/',0,'revision','',0),(7303,13,'2019-09-03 15:47:45','2019-09-03 20:47:45','','Jamaica Tallawahs VS St. Lucia Stars','','publish','closed','closed','','jamaica-tallawahs-vs-st-lucia-stars','','','2019-09-03 15:47:46','2019-09-03 20:47:46','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=7303',0,'out','',0),(7304,14,'2019-09-03 15:54:18','2019-09-03 20:54:18','<!-- wp:image {\"id\":7305} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lizzo-truth-hurts-buzzgrab-1024x638.jpg\" alt=\"\" class=\"wp-image-7305\" /><figcaption>Lizzo marrying herself for the entire video in Truth Hurts (Photo: YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"...You tried to break my heart? Oh, that breaks my heart. That you thought you ever had it. No, you ain\'t from the start...\"</p><cite> — Lizzo in Truth Hurts</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>American singer and rapper Lizzo secured her first number one placing on the Billboard Hot 100 with her smash hit single <strong>Truth Hurts</strong>, just shy two years after the song was initially released.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pop/trap single, released on September 17, 2017, catapulted into the mainstream after Lizzo burst onto the scene with the 2019 album <strong>Cuz I Love You</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/billboard/status/1168906597915078656\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/billboard/status/1168906597915078656\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Though it did not chart at the time of its release, <strong>Truth Hurts </strong>became a viral sleeper hit this year becoming Lizzo\'s first and biggest mainstream song in the US.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The song\'s popularity was also boosted by its appearance in the Netflix film <strong>Someone Great</strong>, which debuted on the streaming network in April.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The accompanying music video, as of September 1, has amassed more than 93 million views on <a href=\"https://www.youtube.com/watch?v=P00HMxdsVZI\">YouTube</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Calling herself ‘America’s Next Bop Star’, Lizzo was very lost for words at the success of <strong>Truth Hurts</strong>, a two-minute sass anthem that revels in the love lost between the singer and a former flame.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7311} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lizzo-bet-awards2019-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-7311\" /><figcaption>Lizzo after a rousing BET Awards show performance at the Microsoft Theatre in Los Angeles earlier in June. (Photo: Frank Micelotta, Picturegroup) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She expressed heartfelt appreciation on Twitter earlier today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“ WE’RE NUMBER 1. WE ARE. CHAMPIONS. I LOVE YALL 3 MUCH. LIZZBIANS UNITE,” Lizzo tweeted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/lizzo/status/1168918591368028163\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/lizzo/status/1168918591368028163\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Lizzo is the first black woman to top the Billboard Hot 100 so far this year, and the sixth rapper to ever top the charts in the United States. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We, at <strong>BUZZ</strong> salute you Lizzo! The \'realest, baddest\' one and Queen of body positivity…</p>\n<!-- /wp:paragraph -->','Lizzo scores her first #1 song with Truth Hurts, two years after its release','','publish','open','closed','','lizzo-scores-her-first-1-song-with-truth-hurts-two-years-after-its-release','','','2019-09-09 16:06:31','2019-09-09 21:06:31','',0,'https://buzz-caribbean.com/?p=7304',0,'post','',0),(7305,14,'2019-09-03 15:42:10','2019-09-03 20:42:10','','lizzo-truth-hurts-buzzgrab','','inherit','open','closed','','lizzo-truth-hurts-buzzgrab','','','2019-09-03 15:42:10','2019-09-03 20:42:10','',7304,'https://buzz-caribbean.com/app/uploads/2019/09/lizzo-truth-hurts-buzzgrab.jpg',0,'attachment','image/jpeg',0),(7307,13,'2019-09-03 15:46:24','2019-09-03 20:46:24','','Jamaica Tallawahs Vs Sept 12','','inherit','open','closed','','jamaica-tallawahs-vs-sept-12','','','2019-09-03 15:46:24','2019-09-03 20:46:24','',7303,'https://buzz-caribbean.com/app/uploads/2019/09/jamaica-tallawahs-vs-sept-12.jpg',0,'attachment','image/jpeg',0),(7308,14,'2019-09-03 15:47:59','2019-09-03 20:47:59','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">.<a href=\"https://twitter.com/lizzo?ref_src=twsrc%5Etfw\">@Lizzo</a> lands her first No. 1 on the <a href=\"https://twitter.com/hashtag/Hot100?src=hash&amp;ref_src=twsrc%5Etfw\">#Hot100</a> with &quot;Truth Hurts&quot; <a href=\"https://t.co/Wv4Mr733Ao\">https://t.co/Wv4Mr733Ao</a></p>&mdash; billboard (@billboard) <a href=\"https://twitter.com/billboard/status/1168906597915078656?ref_src=twsrc%5Etfw\">September 3, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','3d12fc3d67db9e40ba716af81600c1eb','','','2019-09-03 15:47:59','2019-09-03 20:47:59','',0,'https://buzz-caribbean.com/article/3d12fc3d67db9e40ba716af81600c1eb/',0,'oembed_cache','',0),(7309,14,'2019-09-03 15:47:59','2019-09-03 20:47:59','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">WE’RE NUMBER 1. THIS IS A W FOR ALL OF US. ANYBODY WHO EVER FELT LIKE THEY VOICE WASN’T HEARD. ANYBODY WHO FELT LIKE THEY WEREN’T GOOD ENOUGH. YOU ARE. WE ARE. CHAMPIONS. I LOVE YALL 3 MUCH. LIZZBIANS UNITE ?☔️ <a href=\"https://t.co/Ur4hrtwCnt\">pic.twitter.com/Ur4hrtwCnt</a></p>&mdash; |L I Z Z O| (@lizzo) <a href=\"https://twitter.com/lizzo/status/1168918591368028163?ref_src=twsrc%5Etfw\">September 3, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','69a152aa6bc53fecc0519bb9081f81be','','','2019-09-03 15:47:59','2019-09-03 20:47:59','',0,'https://buzz-caribbean.com/article/69a152aa6bc53fecc0519bb9081f81be/',0,'oembed_cache','',0),(7311,14,'2019-09-03 15:48:43','2019-09-03 20:48:43','','BET Awards, Show, Microsoft Theater, Los Angeles, USA - 23 Jun 2019','Mandatory Credit: Photo by Frank Micelotta/Picturegroup/Shutterstock (10320182cr)\rLizzo\rBET Awards, Show, Microsoft Theater, Los Angeles, USA - 23 Jun 2019','inherit','open','closed','','bet-awards-show-microsoft-theater-los-angeles-usa-23-jun-2019','','','2019-09-03 15:48:43','2019-09-03 20:48:43','',7304,'https://buzz-caribbean.com/app/uploads/2019/09/lizzo-bet-awards2019-buzz-demo.jpg',0,'attachment','image/jpeg',0),(7312,13,'2019-09-03 15:56:06','2019-09-03 20:56:06','','Jamaica Tallawahs VS Guyana Amazon Warriors','','publish','closed','closed','','jamaica-tallawahs-vs-guyana-amazon-warriors','','','2019-09-03 15:56:08','2019-09-03 20:56:08','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=7312',0,'out','',0),(7313,4,'2019-09-03 15:52:38','2019-09-03 20:52:38','<!-- wp:image {\"id\":7257} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl8-1024x684.jpg\" alt=\"\" class=\"wp-image-7257\" /><figcaption>The Next Generation Jeep Wrangler JL.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kingston Industrial Garage (KIG) has debut the Next Generation Jeep Wrangler JL from Chrysler.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jeep Wrangler JL is the 4th rendition of the vehicle available in 2-door (Wrangler) and 4-door (Wrangler Unlimited) models.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The launch occurred at the breezy Kingston waterfront on Aug 30.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7274} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl15-1024x695.jpg\" alt=\"\" class=\"wp-image-7274\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It comes with a 2-litre Turbo engine with high torque so crawling, climbing, and going over objects are easy for this vehicle once it is in 4x4 mode. The handling, the aerodynamic and the comfort of the ride are greatly improved,” KIG\'s Jeep Brand Manager Matthew Mahadeo told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7259} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl23-1024x684.jpg\" alt=\"\" class=\"wp-image-7259\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The vehicle, which retails for around $10 million, is available in gas and diesel renditions. All Wrangler models are Trail Rated with a badge indicating that the vehicle is designed to perform in a variety of challenging off-road conditions identified by five key consumer-oriented performance categories: traction, ground clearance, manoeuvreability, articulation and water fording.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Avid surfer Brandon Cowan is the first person in Jamaica to own a Jeep Wrangler JL. He said he is now able to access beaches he would normally have trouble entering with other vehicles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is everything you want for summer and a day-to-day vehicle if you are a businessman, who want to go to a meeting or you just want to go to the beach,\" Cowan said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>See more photos of this fun vehicle in our gallery.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[7265,7266,null,7268,7269,7270,7271,null,7274,null,null,7277,7278,null,7280,7281,7282,7283]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl6-1-1024x647.jpg\" alt=\"\" data-id=\"7265\" data-link=\"https://buzz-caribbean.com/?attachment_id=7265\" class=\"wp-image-7265\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl7-1024x648.jpg\" alt=\"\" data-id=\"7266\" data-link=\"https://buzz-caribbean.com/?attachment_id=7266\" class=\"wp-image-7266\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/11200134-118d-41e9-9635-59b753be1a31\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl9-1024x684.jpg\" alt=\"\" data-id=\"7268\" data-link=\"https://buzz-caribbean.com/?attachment_id=7268\" class=\"wp-image-7268\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl10-1024x683.jpg\" alt=\"\" data-id=\"7269\" data-link=\"https://buzz-caribbean.com/?attachment_id=7269\" class=\"wp-image-7269\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl11-1024x684.jpg\" alt=\"\" data-id=\"7270\" data-link=\"https://buzz-caribbean.com/?attachment_id=7270\" class=\"wp-image-7270\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl12-1024x684.jpg\" alt=\"\" data-id=\"7271\" data-link=\"https://buzz-caribbean.com/?attachment_id=7271\" class=\"wp-image-7271\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/ba59c113-f304-42e5-bff3-5ec7a9ad6386\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl15-1024x695.jpg\" alt=\"\" data-id=\"7274\" data-link=\"https://buzz-caribbean.com/?attachment_id=7274\" class=\"wp-image-7274\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/78e45c86-9284-4355-ab34-79518dee6c0d\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/a9baeb37-c6c4-48ab-b03b-c963fc812280\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl20-1024x684.jpg\" alt=\"\" data-id=\"7277\" data-link=\"https://buzz-caribbean.com/?attachment_id=7277\" class=\"wp-image-7277\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl21-1024x684.jpg\" alt=\"\" data-id=\"7278\" data-link=\"https://buzz-caribbean.com/?attachment_id=7278\" class=\"wp-image-7278\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/9210e71d-6692-4a89-897b-679cde4fd27f\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl23-1-1024x684.jpg\" alt=\"\" data-id=\"7280\" data-link=\"https://buzz-caribbean.com/?attachment_id=7280\" class=\"wp-image-7280\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl5-1024x562.jpg\" alt=\"\" data-id=\"7281\" data-link=\"https://buzz-caribbean.com/?attachment_id=7281\" class=\"wp-image-7281\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl3-1024x583.jpg\" alt=\"\" data-id=\"7282\" data-link=\"https://buzz-caribbean.com/?attachment_id=7282\" class=\"wp-image-7282\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl-1024x684.jpg\" alt=\"\" data-id=\"7283\" data-link=\"https://buzz-caribbean.com/?attachment_id=7283\" class=\"wp-image-7283\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article Written by Anthony Henry</em></strong></p>\n<!-- /wp:paragraph -->','KIG debuts Next-Gen Jeep Wrangler JL','','inherit','closed','closed','','7201-revision-v1','','','2019-09-03 15:52:38','2019-09-03 20:52:38','',7201,'https://buzz-caribbean.com/article/7201-revision-v1/',0,'revision','',0),(7314,14,'2019-09-03 15:54:18','2019-09-03 20:54:18','<!-- wp:image {\"id\":7305} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lizzo-truth-hurts-buzzgrab-1024x638.jpg\" alt=\"\" class=\"wp-image-7305\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"...You tried to break my heart? Oh, that breaks my heart. That you thought you ever had it. No, you ain\'t from the start...\"</p><cite> — Lizzo in Truth Hurts</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>American singer and rapper Lizzo secured her first number one placing on the Billboard Hot 100 with her smash hit single <strong>Truth Hurts</strong>, just shy two years after the song was initially released.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pop/trap single, released on September 17, 2017, catapulted into the mainstream after Lizzo burst onto the scene with the 2019 album <strong>Cuz I Love You</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/billboard/status/1168906597915078656\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/billboard/status/1168906597915078656\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Though it did not chart at the time of its\nrelease, Truth Hurst became a viral sleeper hit this year becoming Lizzo\'s\nfirst number one to do so in the US.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The song\'s popularity was also boosted by its appearance in the Netflix film <strong>Someone Great</strong>, which debuted on the streaming network in April.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The accompanying music video, as of September 1, has amassed more than 93 million views on <a href=\"https://www.youtube.com/watch?v=P00HMxdsVZI\">YouTube</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Calling herself ‘America’s Next Bop Star’, Lizzo was very lost for words at the success of <strong>Truth Hurts</strong>, a two-minute sass anthem that revels in the love long between the singer and a former flame.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7311} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lizzo-bet-awards2019-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-7311\" /><figcaption>Lizzo after a rousing BET Awards show performance at the Microsoft Theatre in Los Angeles earlier in June. (Photo: Frank Micelotta, Picturegroup) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She expressed heartfelt appreciation on Twitter earlier today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“ WE’RE NUMBER 1. WE ARE. CHAMPIONS. I LOVE YALL 3 MUCH. LIZZBIANS UNITE,” Lizzo tweeted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/lizzo/status/1168918591368028163\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/lizzo/status/1168918591368028163\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Lizzo is the first black woman to top the\nBillboard Hot 100 so far, and the sixth rapper to top the charts in the United\nStates. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We, at <strong>BUZZ</strong> salute you Lizzo! The realest, baddest one and Queen of body positivity…</p>\n<!-- /wp:paragraph -->','Lizzo scores her first #1 song with Truth Hurts, two years after its release','','inherit','closed','closed','','7304-revision-v1','','','2019-09-03 15:54:18','2019-09-03 20:54:18','',7304,'https://buzz-caribbean.com/article/7304-revision-v1/',0,'revision','',0),(7315,4,'2019-09-03 15:55:15','2019-09-03 20:55:15','<!-- wp:image {\"id\":7257} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl8-1024x684.jpg\" alt=\"\" class=\"wp-image-7257\" /><figcaption>The Next Generation Jeep Wrangler JL.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kingston Industrial Garage (KIG) has debut the Next Generation Jeep Wrangler JL from Chrysler.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jeep Wrangler JL is the 4th rendition of the vehicle available in 2-door (Wrangler) and 4-door (Wrangler Unlimited) models.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The launch occurred at the breezy Kingston waterfront on Aug 30.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7274} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl15-1024x695.jpg\" alt=\"\" class=\"wp-image-7274\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It comes with a 2-litre Turbo engine with high torque so crawling, climbing, and going over objects are easy for this vehicle once it is in 4x4 mode. The handling, the aerodynamic and the comfort of the ride are greatly improved,” KIG\'s Jeep Brand Manager Matthew Mahadeo told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7259} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl23-1024x684.jpg\" alt=\"\" class=\"wp-image-7259\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The vehicle, which retails for around $10 million, is available in gas and diesel renditions. All Wrangler models are Trail Rated with a badge indicating that the vehicle is designed to perform in a variety of challenging off-road conditions identified by five key consumer-oriented performance categories: traction, ground clearance, manoeuvreability, articulation and water fording.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Avid surfer Brandon Cowan is the first person in Jamaica to own a Jeep Wrangler JL. He said he is now able to access beaches he would normally have trouble entering with other vehicles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is everything you want for summer and a day-to-day vehicle if you are a businessman, who want to go to a meeting or you just want to go to the beach,\" Cowan said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>See more photos of this fun vehicle in our gallery.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"7265\",\"7266\",\"7268\",\"7269\",\"7270\",\"7271\",\"7274\",\"7277\",\"7278\",\"7280\",\"7281\",\"7282\",\"7283\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl6-1-1024x647.jpg\" alt=\"\" data-id=\"7265\" data-link=\"https://buzz-caribbean.com/?attachment_id=7265\" class=\"wp-image-7265\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl7-1024x648.jpg\" alt=\"\" data-id=\"7266\" data-link=\"https://buzz-caribbean.com/?attachment_id=7266\" class=\"wp-image-7266\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl9-1024x684.jpg\" alt=\"\" data-id=\"7268\" data-link=\"https://buzz-caribbean.com/?attachment_id=7268\" class=\"wp-image-7268\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl10-1024x683.jpg\" alt=\"\" data-id=\"7269\" data-link=\"https://buzz-caribbean.com/?attachment_id=7269\" class=\"wp-image-7269\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl11-1024x684.jpg\" alt=\"\" data-id=\"7270\" data-link=\"https://buzz-caribbean.com/?attachment_id=7270\" class=\"wp-image-7270\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl12-1024x684.jpg\" alt=\"\" data-id=\"7271\" data-link=\"https://buzz-caribbean.com/?attachment_id=7271\" class=\"wp-image-7271\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl15-1024x695.jpg\" alt=\"\" data-id=\"7274\" data-link=\"https://buzz-caribbean.com/?attachment_id=7274\" class=\"wp-image-7274\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl20-1024x684.jpg\" alt=\"\" data-id=\"7277\" data-link=\"https://buzz-caribbean.com/?attachment_id=7277\" class=\"wp-image-7277\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl21-1024x684.jpg\" alt=\"\" data-id=\"7278\" data-link=\"https://buzz-caribbean.com/?attachment_id=7278\" class=\"wp-image-7278\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl23-1-1024x684.jpg\" alt=\"\" data-id=\"7280\" data-link=\"https://buzz-caribbean.com/?attachment_id=7280\" class=\"wp-image-7280\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl5-1024x562.jpg\" alt=\"\" data-id=\"7281\" data-link=\"https://buzz-caribbean.com/?attachment_id=7281\" class=\"wp-image-7281\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl3-1024x583.jpg\" alt=\"\" data-id=\"7282\" data-link=\"https://buzz-caribbean.com/?attachment_id=7282\" class=\"wp-image-7282\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl-1024x684.jpg\" alt=\"\" data-id=\"7283\" data-link=\"https://buzz-caribbean.com/?attachment_id=7283\" class=\"wp-image-7283\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article Written by Anthony Henry</em></strong></p>\n<!-- /wp:paragraph -->','KIG debuts Next-Gen Jeep Wrangler JL','','inherit','closed','closed','','7201-revision-v1','','','2019-09-03 15:55:15','2019-09-03 20:55:15','',7201,'https://buzz-caribbean.com/article/7201-revision-v1/',0,'revision','',0),(7316,14,'2019-09-03 15:55:32','2019-09-03 20:55:32','<!-- wp:image {\"id\":7305} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lizzo-truth-hurts-buzzgrab-1024x638.jpg\" alt=\"\" class=\"wp-image-7305\" /><figcaption>Lizzo marrying herself for the entire video in Truth Hurts (Photo: YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"...You tried to break my heart? Oh, that breaks my heart. That you thought you ever had it. No, you ain\'t from the start...\"</p><cite> — Lizzo in Truth Hurts</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>American singer and rapper Lizzo secured her first number one placing on the Billboard Hot 100 with her smash hit single <strong>Truth Hurts</strong>, just shy two years after the song was initially released.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pop/trap single, released on September 17, 2017, catapulted into the mainstream after Lizzo burst onto the scene with the 2019 album <strong>Cuz I Love You</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/billboard/status/1168906597915078656\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/billboard/status/1168906597915078656\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Though it did not chart at the time of its\nrelease, Truth Hurst became a viral sleeper hit this year becoming Lizzo\'s\nfirst number one to do so in the US.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The song\'s popularity was also boosted by its appearance in the Netflix film <strong>Someone Great</strong>, which debuted on the streaming network in April.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The accompanying music video, as of September 1, has amassed more than 93 million views on <a href=\"https://www.youtube.com/watch?v=P00HMxdsVZI\">YouTube</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Calling herself ‘America’s Next Bop Star’, Lizzo was very lost for words at the success of <strong>Truth Hurts</strong>, a two-minute sass anthem that revels in the love long between the singer and a former flame.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7311} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lizzo-bet-awards2019-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-7311\" /><figcaption>Lizzo after a rousing BET Awards show performance at the Microsoft Theatre in Los Angeles earlier in June. (Photo: Frank Micelotta, Picturegroup) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She expressed heartfelt appreciation on Twitter earlier today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“ WE’RE NUMBER 1. WE ARE. CHAMPIONS. I LOVE YALL 3 MUCH. LIZZBIANS UNITE,” Lizzo tweeted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/lizzo/status/1168918591368028163\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/lizzo/status/1168918591368028163\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Lizzo is the first black woman to top the\nBillboard Hot 100 so far, and the sixth rapper to top the charts in the United\nStates. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We, at <strong>BUZZ</strong> salute you Lizzo! The realest, baddest one and Queen of body positivity…</p>\n<!-- /wp:paragraph -->','Lizzo scores her first #1 song with Truth Hurts, two years after its release','','inherit','closed','closed','','7304-revision-v1','','','2019-09-03 15:55:32','2019-09-03 20:55:32','',7304,'https://buzz-caribbean.com/article/7304-revision-v1/',0,'revision','',0),(7318,14,'2019-09-03 15:57:06','2019-09-03 20:57:06','<!-- wp:image {\"id\":7305} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lizzo-truth-hurts-buzzgrab-1024x638.jpg\" alt=\"\" class=\"wp-image-7305\" /><figcaption>Lizzo marrying herself for the entire video in Truth Hurts (Photo: YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"...You tried to break my heart? Oh, that breaks my heart. That you thought you ever had it. No, you ain\'t from the start...\"</p><cite> — Lizzo in Truth Hurts</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>American singer and rapper Lizzo secured her first number one placing on the Billboard Hot 100 with her smash hit single <strong>Truth Hurts</strong>, just shy two years after the song was initially released.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pop/trap single, released on September 17, 2017, catapulted into the mainstream after Lizzo burst onto the scene with the 2019 album <strong>Cuz I Love You</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/billboard/status/1168906597915078656\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/billboard/status/1168906597915078656\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Though it did not chart at the time of its release, <strong>Truth Hurts </strong>became a viral sleeper hit this year becoming Lizzo\'s first number one to do so in the US.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The song\'s popularity was also boosted by its appearance in the Netflix film <strong>Someone Great</strong>, which debuted on the streaming network in April.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The accompanying music video, as of September 1, has amassed more than 93 million views on <a href=\"https://www.youtube.com/watch?v=P00HMxdsVZI\">YouTube</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Calling herself ‘America’s Next Bop Star’, Lizzo was very lost for words at the success of <strong>Truth Hurts</strong>, a two-minute sass anthem that revels in the love long between the singer and a former flame.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7311} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lizzo-bet-awards2019-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-7311\" /><figcaption>Lizzo after a rousing BET Awards show performance at the Microsoft Theatre in Los Angeles earlier in June. (Photo: Frank Micelotta, Picturegroup) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She expressed heartfelt appreciation on Twitter earlier today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“ WE’RE NUMBER 1. WE ARE. CHAMPIONS. I LOVE YALL 3 MUCH. LIZZBIANS UNITE,” Lizzo tweeted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/lizzo/status/1168918591368028163\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/lizzo/status/1168918591368028163\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Lizzo is the first black woman to top the\nBillboard Hot 100 so far, and the sixth rapper to top the charts in the United\nStates. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We, at <strong>BUZZ</strong> salute you Lizzo! The realest, baddest one and Queen of body positivity…</p>\n<!-- /wp:paragraph -->','Lizzo scores her first #1 song with Truth Hurts, two years after its release','','inherit','closed','closed','','7304-revision-v1','','','2019-09-03 15:57:06','2019-09-03 20:57:06','',7304,'https://buzz-caribbean.com/article/7304-revision-v1/',0,'revision','',0),(7319,13,'2019-09-03 16:02:19','2019-09-03 21:02:19','','Jamaica Tallawahs VS St. Kitts Patriots','','publish','closed','closed','','jamaica-tallawahs-vs-st-kitts-patriots','','','2019-09-03 16:02:20','2019-09-03 21:02:20','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=7319',0,'out','',0),(7320,14,'2019-09-03 16:13:40','2019-09-03 21:13:40','<!-- wp:image {\"id\":7323} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/riu-ocho-rios-buzz-demo.jpg\" alt=\"\" class=\"wp-image-7323\" /><figcaption>RIU, Ocho Rios (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Following renovation works at the RIU Ocho Rios, the hotel is slated to reopen doors to guests come the 21st of September this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With just under three weeks to go, the 900+\nroom hotel will debut some new features in time to get settled for the upcoming\nwinter tourist season in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The newly refurbished hotel will feature a\nnew splash water world and new family rooms for guests. According to RIU\nhotels, the aim of the renovation is to relaunch a renovated and modern hotel\nmaking it an ideal spot for family holidays in the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Work has been ongoing at the hotel since April, with several heavy-duty trucks coming to and leaving the massive property and a multitude of workers carrying out a variety of jobs.</p>\n<!-- /wp:paragraph -->','RIU Ocho Rios to reopen September 21','','publish','open','closed','','riu-ocho-rios-to-reopen-september-21','','','2019-09-03 16:13:40','2019-09-03 21:13:40','',0,'https://buzz-caribbean.com/?p=7320',0,'post','',0),(7321,11,'2019-09-03 15:59:28','2019-09-03 20:59:28','<!-- wp:paragraph -->\n<p>Kim Kardashian West has partnered with Jamaican-Canadian fashion model Winnie Harlow for her newest make-up collaboration, <strong>KKW X WINNIE</strong>, that will be launched under West\'s company <strong>KKW Beauty</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7260} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kim-Kardashian-Winnie-Harlow-Makeup-Partnership-BUZZ-Caribbean.png\" alt=\"Kim Kardashian West and Winnie Harlow release the promotional photo for their new makeup collaboration line KKW X WINNIE  \" class=\"wp-image-7260\" /><figcaption>Kim Kardashian West and Winnie Harlow release the promotional photo for their new makeup collaboration line KKW X WINNIE  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The <strong>KKW Beauty </strong>brainchild posted today on her Instagram what inspired the collaboration, stating, “[Winnie Harlow]@winnieharlow is someone I admire and respect so much. She’s the definition of a true beauty.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>West announced on her Instagram that the collaboration will feature a 12-pan Eyeshadow Palette, a Highlighter Duo and 3 Glosses.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Check out the eyeshadow palette in gallery below.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[7261,7263]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kim-Kardashian-Winnie-Harlow-Makeup-Palette-BUZZ-Caribbean-1024x850.png\" alt=\"\" data-id=\"7261\" class=\"wp-image-7261\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kim-Kardashian-Winnie-Harlow-Makeup-Palette-KKW-Buzz-Caribbean.jpg\" alt=\"\" data-id=\"7263\" data-link=\"https://buzz-caribbean.com/?attachment_id=7263\" class=\"wp-image-7263\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Winne Harlow, 25, born to Jamaican parents and raised in Toronto, Canada was diagnosed with the skin condition vitiligo at the tender age of four. Harlow’s real name, Chantelle Brown-Young, has become a spokesperson for the condition since her appearance on the 15<sup>th</sup> season of America’s Next Top Model in 2014. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7262} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kim-Kardashian-Winnie-Harlow-Makeup-Promo-BUZZ-Caribbean.png\" alt=\"\" class=\"wp-image-7262\" /><figcaption>A highlight of all the products that will be featured under the KKW X WINNIE makeup line. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\" She’s the definition of a true beauty.”</p><cite>— Kim Kardashian West speaking about Jamaican-Candian model Winnie Harlow</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Winnie posted on her Instagram, “Thank you @kimkardashian for allowing me to be free in my creativity. Thank you for calling me and asking my opinion on everything to do with this collaboration!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7299} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Winnie-Harlow-Buzz-Caribbean-1.jpg\" alt=\"Jamaican-Canadian model Winnie Harlow on the beach.\" class=\"wp-image-7299\" /><figcaption>Jamaican-Canadian model Winnie Harlow.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The collaboration is expected to be launched on <strong>KKW Beauty’s</strong> website on the 13<sup>th</sup> of this month (September). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Tell us </em><strong><em>BUZZ</em></strong><em> fam, which of these will you be grabbing on the 13th? #kkwxwinnie</em></p>\n<!-- /wp:paragraph -->','Kim Kardashian West partners with Jamaican-Canadian model Winnie Harlow for new makeup line','','inherit','closed','closed','','7249-revision-v1','','','2019-09-03 15:59:28','2019-09-03 20:59:28','',7249,'https://buzz-caribbean.com/article/7249-revision-v1/',0,'revision','',0),(7322,13,'2019-09-03 16:00:57','2019-09-03 21:00:57','','Jamaica Tallawahs Vs Patriots','','inherit','open','closed','','jamaica-tallawahs-vs-patriots','','','2019-09-03 16:00:57','2019-09-03 21:00:57','',7319,'https://buzz-caribbean.com/app/uploads/2019/09/Jamaica-Tallawahs-vs-patriots.jpg',0,'attachment','image/jpeg',0),(7323,14,'2019-09-03 16:07:03','2019-09-03 21:07:03','','riu-ocho-rios-buzz-demo','','inherit','open','closed','','riu-ocho-rios-buzz-demo','','','2019-09-03 16:07:03','2019-09-03 21:07:03','',7320,'https://buzz-caribbean.com/app/uploads/2019/09/riu-ocho-rios-buzz-demo.jpg',0,'attachment','image/jpeg',0),(7325,21,'2019-09-03 17:07:29','2019-09-03 22:07:29','<!-- wp:paragraph -->\n<p>Seven hundred farmers, who operate in the Essex Valley region of St. Elizabeth, will benefit from training towards enabling them to achieve <strong>Global Good Agricultural Practices (GAP)</strong> certification.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training is part of the <strong>Essex Valley Agriculture Development Project (EVADP)</strong>, which aims to enhance the production and productivity of farmers in a sustainable, climate-sensitive manner while improving their livelihood.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7332} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Essex-Valley-Farmers-GAP-Certification-Buzz-Caribbean-1024x553.jpg\" alt=\"Permanent Secretary in the Ministry of Industry, Commerce, Agriculture and Fisheries, Dermon Spence (right), shakes hands with Consultant, Global GAP,  Leonardo Ferrer Narvaez (left) at a Global GAP consultancy meeting at The Courtleigh Hotel in New Kingston on Monday (September 2). Sharing the moment is Project Manager, Essex Valley Agriculture Development Project (EVADP), Troy Chambers. \" class=\"wp-image-7332\" /><figcaption>Permanent Secretary in the Ministry of Industry, Commerce, Agriculture and Fisheries, Dermon Spence (right), shakes hands with Consultant, Global GAP,  Leonardo Ferrer Narvaez (left) at a Global GAP consultancy meeting at The Courtleigh Hotel in New Kingston on Monday (September 2). Sharing the moment is Project Manager, Essex Valley Agriculture Development Project (EVADP), Troy Chambers. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Permanent Secretary in the Ministry of Industry, Commerce, Agriculture and Fisheries, Dermon Spence, said that Global GAP certification is critical to the growth and sustainability of the local agriculture sector. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The international certification was developed to ensure that farm produce meets required food-safety standards while minimising the detrimental environmental impacts of farming operations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “[I hope] that it becomes the norm that our farmers – big, medium and small – are certified and...prepared to take on the world\"</p><cite>— Dermon Spence, Permanent Secretary in the Ministry of Industry, Commerce, Agriculture and Fisheries, </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Mr Spence said that certification to the standard will make local farmers more competitive globally, thereby increasing the country’s agricultural exports.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> “We (Jamaica) cannot compete internationally without being fully certified,” he said at the Global GAP consultancy meeting at The Courtleigh Hotel in New Kingston on Monday (September 2).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7334} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Essex-Valley-St-Elizabeth-Buzz-Caribbean-1024x657.jpg\" alt=\"Permanent Secretary in the Ministry of Industry, Commerce, Agriculture and Fisheries, Dermon Spence (centre), converses with Global GAP Consultant, Leonardo Ferrer Narvaez (left) at a Global GAP consultancy meeting at the Courtleigh Hotel in New Kingston on Monday (September 2). Looking on is Project Manager, Essex Valley Agriculture Development Project (EVADP), Troy Chambers. \" class=\"wp-image-7334\" /><figcaption>Permanent Secretary in the Ministry of Industry, Commerce, Agriculture and Fisheries, Dermon Spence (centre), converses with Global GAP Consultant, Leonardo Ferrer Narvaez (left) at a Global GAP consultancy meeting at the Courtleigh Hotel in New Kingston on Monday (September 2). Looking on is Project Manager, Essex Valley Agriculture Development Project (EVADP), Troy Chambers. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“[I hope] that it becomes the norm that our farmers – big, medium and small – are certified and are in a place where they are prepared to take on the world and the national economy in terms of guaranteeing and ensuring that the … produce that we are consuming [is] safe, traceable and can stand up to quality scrutiny from anywhere around the world,” he added.      </p>\n<!-- /wp:paragraph -->','700 farmers in St Elizabeth to benefit from GAP training— raising practices to international standards','','publish','open','closed','','700-farmers-in-st-elizabeth-to-benefit-from-gap-training-raising-practices-to-international-standards','','','2019-09-03 17:09:15','2019-09-03 22:09:15','',0,'https://buzz-caribbean.com/?p=7325',0,'post','',0),(7326,14,'2019-09-03 16:13:40','2019-09-03 21:13:40','<!-- wp:image {\"id\":7323} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/riu-ocho-rios-buzz-demo.jpg\" alt=\"\" class=\"wp-image-7323\" /><figcaption>RIU, Ocho Rios (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Following renovation works at the RIU Ocho Rios, the hotel is slated to reopen doors to guests come the 21st of September this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With just under three weeks to go, the 900+\nroom hotel will debut some new features in time to get settled for the upcoming\nwinter tourist season in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The newly refurbished hotel will feature a\nnew splash water world and new family rooms for guests. According to RIU\nhotels, the aim of the renovation is to relaunch a renovated and modern hotel\nmaking it an ideal spot for family holidays in the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Work has been ongoing at the hotel since April, with several heavy-duty trucks coming to and leaving the massive property and a multitude of workers carrying out a variety of jobs.</p>\n<!-- /wp:paragraph -->','RIU Ocho Rios to reopen September 21','','inherit','closed','closed','','7320-revision-v1','','','2019-09-03 16:13:40','2019-09-03 21:13:40','',7320,'https://buzz-caribbean.com/article/7320-revision-v1/',0,'revision','',0),(7327,21,'2019-09-03 16:36:32','2019-09-03 21:36:32','<!-- wp:image {\"id\":7328} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/accompong-marrons-ganja-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-7328\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Under a recent agreement, Maroons in\nAccompong have begun cultivation of cannabis for medicinal use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cultivation of the herb is now underway in the\npicturesque St. Elizabeth town. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Being spearheaded under the Alternative\nDevelopment Project, the initiative is being implemented as a strategy to\ntransition traditional cannabis farmers from an illicit framework into the\nregulated environment, which is currently the purview of the Cannabis Licensing\nAuthority (CLA). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Under the agreement, the Accompong Town Maroons, Timeless Herbal Care, and the CLA are working to ascertain the best practices within the regulated environment for the cultivation and processing of cannabis for medicinal use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project aims to promote sustainable\ndevelopment and poverty eradication, as well as to ensure that the Dangerous\nDrugs (Amendment) Act of 2015 is enforced through the protection of the human\nrights for all citizens including traditional ganja farmers. </p>\n<!-- /wp:paragraph -->','Accompong Maroons to move into medicinal marijuana','','publish','open','closed','','accompong-maroons-to-move-into-medicinal-marijuana','','','2019-09-03 16:36:33','2019-09-03 21:36:33','',0,'https://buzz-caribbean.com/?p=7327',0,'post','',0),(7328,14,'2019-09-03 16:20:15','2019-09-03 21:20:15','','accompong-marrons-ganja-buzz-demo','','inherit','open','closed','','accompong-marrons-ganja-buzz-demo','','','2019-09-03 16:20:15','2019-09-03 21:20:15','',7327,'https://buzz-caribbean.com/app/uploads/2019/09/accompong-marrons-ganja-buzz-demo.jpg',0,'attachment','image/jpeg',0),(7329,4,'2019-09-03 16:26:00','2019-09-03 21:26:00','<!-- wp:paragraph -->\n<p>Bugle has released a single from his<strong> Picture Perfect</strong> album that is bound to stir controversy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the song titled <b>Life Saviour</b>  the artiste suggests that  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— in which Bugle sought to chronicle his journey in the music industry —</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>journey that suggests Elephant Man short-changed him before he became the popular reggae/dancehall artiste he is today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before becoming an established Artiste Bugle was writing songs for some of the biggest names in dancehall like Papa San and Bounty Killer, but it was Elephant Man who he held in the highest regard at one point in his life. After giving Elephant man song lyrics that saw him tour globally and championing Elephant Man as his ‘Don,’ Bugle was devasted to receive USD 2000 dollars when the ‘Sweep Artiste’ returned from tour. Bugle wrote seven songs on  Elephant Man\'s album, Log On, that was released by Greensleeves records, with no credit on the album.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The song also speaks about how he was always committed to music and boasts a chorus that proclaimed music saved Bugle’s life. Bugle also went on to Praise Daseca’s Music group and its development of his talents, which resulted in his success.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The song also features Alexander who sings the hook passionately and Noah Powah who identified with the struggle of being with the wrong group of friends and going on a robbery before turning to music and acting. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bounty Killer used his official Instagram Grunggaadzilla to post three fire emojis in support of the song and it’s message On Bugle’s Instagram platform Buglean9ted. </p>\n<!-- /wp:paragraph -->','Bugle praises Daseca, throws shade at Elephant Man','','inherit','closed','closed','','7291-revision-v1','','','2019-09-03 16:26:00','2019-09-03 21:26:00','',7291,'https://buzz-caribbean.com/article/7291-revision-v1/',0,'revision','',0),(7331,14,'2019-09-03 16:34:12','2019-09-03 21:34:12','<!-- wp:image {\"id\":7328} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/accompong-marrons-ganja-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-7328\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Under a recent agreement, Maroons in\nAccompong have begun cultivation of cannabis for medicinal use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cultivation of the herb is now underway in the\npicturesque St. Elizabeth town. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Being spearheaded under the Alternative\nDevelopment Project, the initiative is being implemented as a strategy to\ntransition traditional cannabis farmers from an illicit framework into the\nregulated environment, which is currently the purview of the Cannabis Licensing\nAuthority (CLA). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Under the agreement, the Accompong Town Maroons, Timeless Herbal Care, and the CLA are working to ascertain the best practices within the regulated environment for the cultivation and processing of cannabis for medicinal use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project aims to promote sustainable\ndevelopment and poverty eradication, as well as to ensure that the Dangerous\nDrugs (Amendment) Act of 2015 is enforced through the protection of the human\nrights for all citizens including traditional ganja farmers. </p>\n<!-- /wp:paragraph -->','Accompong Maroons to move into medicinal marijuana','','inherit','closed','closed','','7327-revision-v1','','','2019-09-03 16:34:12','2019-09-03 21:34:12','',7327,'https://buzz-caribbean.com/article/7327-revision-v1/',0,'revision','',0),(7332,11,'2019-09-03 16:49:11','2019-09-03 21:49:11','','Essex-Valley-Farmers-GAP-Certification-Buzz-Caribbean','','inherit','open','closed','','essex-valley-farmers-gap-certification-buzz-caribbean','','','2019-09-03 16:49:11','2019-09-03 21:49:11','',7325,'https://buzz-caribbean.com/app/uploads/2019/09/Essex-Valley-Farmers-GAP-Certification-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(7333,16,'2019-09-03 16:50:52','2019-09-03 21:50:52','<!-- wp:image {\"id\":7257} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl8-1024x684.jpg\" alt=\"\" class=\"wp-image-7257\" /><figcaption>The Next Generation Jeep Wrangler JL.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kingston Industrial Garage (KIG) has debuted the Next Generation Jeep Wrangler JL from Chrysler.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jeep Wrangler JL is the 4th rendition of the vehicle available in 2-door (Wrangler) and 4-door (Wrangler Unlimited) models.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The launch occurred at the breezy Kingston waterfront on Aug 30.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7274} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl15-1024x695.jpg\" alt=\"\" class=\"wp-image-7274\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It comes with a 2-litre Turbo engine with high torque so crawling, climbing, and going over objects are easy for this vehicle once it is in 4x4 mode. The handling, the aerodynamic and the comfort of the ride are greatly improved,” KIG\'s Jeep Brand Manager Matthew Mahadeo told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7259} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl23-1024x684.jpg\" alt=\"\" class=\"wp-image-7259\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The vehicle, which retails for around $10 million, is available in gas and diesel renditions. All Wrangler models are Trail Rated with a badge indicating that the vehicle is designed to perform in a variety of challenging off-road conditions identified by five key consumer-oriented performance categories: traction, ground clearance, manoeuvreability, articulation and water fording.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Avid surfer Brandon Cowan is the first person in Jamaica to own a Jeep Wrangler JL. He said he is now able to access beaches he would normally have trouble entering with other vehicles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is everything you want for summer and a day-to-day vehicle if you are a businessman, who want to go to a meeting or you just want to go to the beach,\" Cowan said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>See more photos of this fun vehicle in our gallery.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"7265\",\"7266\",\"7268\",\"7269\",\"7270\",\"7271\",\"7274\",\"7277\",\"7278\",\"7280\",\"7281\",\"7282\",\"7283\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl6-1-1024x647.jpg\" alt=\"\" data-id=\"7265\" data-link=\"https://buzz-caribbean.com/?attachment_id=7265\" class=\"wp-image-7265\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl7-1024x648.jpg\" alt=\"\" data-id=\"7266\" data-link=\"https://buzz-caribbean.com/?attachment_id=7266\" class=\"wp-image-7266\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl9-1024x684.jpg\" alt=\"\" data-id=\"7268\" data-link=\"https://buzz-caribbean.com/?attachment_id=7268\" class=\"wp-image-7268\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl10-1024x683.jpg\" alt=\"\" data-id=\"7269\" data-link=\"https://buzz-caribbean.com/?attachment_id=7269\" class=\"wp-image-7269\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl11-1024x684.jpg\" alt=\"\" data-id=\"7270\" data-link=\"https://buzz-caribbean.com/?attachment_id=7270\" class=\"wp-image-7270\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl12-1024x684.jpg\" alt=\"\" data-id=\"7271\" data-link=\"https://buzz-caribbean.com/?attachment_id=7271\" class=\"wp-image-7271\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl15-1024x695.jpg\" alt=\"\" data-id=\"7274\" data-link=\"https://buzz-caribbean.com/?attachment_id=7274\" class=\"wp-image-7274\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl20-1024x684.jpg\" alt=\"\" data-id=\"7277\" data-link=\"https://buzz-caribbean.com/?attachment_id=7277\" class=\"wp-image-7277\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl21-1024x684.jpg\" alt=\"\" data-id=\"7278\" data-link=\"https://buzz-caribbean.com/?attachment_id=7278\" class=\"wp-image-7278\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl23-1-1024x684.jpg\" alt=\"\" data-id=\"7280\" data-link=\"https://buzz-caribbean.com/?attachment_id=7280\" class=\"wp-image-7280\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl5-1024x562.jpg\" alt=\"\" data-id=\"7281\" data-link=\"https://buzz-caribbean.com/?attachment_id=7281\" class=\"wp-image-7281\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl3-1024x583.jpg\" alt=\"\" data-id=\"7282\" data-link=\"https://buzz-caribbean.com/?attachment_id=7282\" class=\"wp-image-7282\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl-1024x684.jpg\" alt=\"\" data-id=\"7283\" data-link=\"https://buzz-caribbean.com/?attachment_id=7283\" class=\"wp-image-7283\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Article Written by Anthony Henry</em></strong></p>\n<!-- /wp:paragraph -->','KIG debuts Next-Gen Jeep Wrangler JL','','inherit','closed','closed','','7201-revision-v1','','','2019-09-03 16:50:52','2019-09-03 21:50:52','',7201,'https://buzz-caribbean.com/article/7201-revision-v1/',0,'revision','',0),(7334,11,'2019-09-03 16:52:09','2019-09-03 21:52:09','','Essex-Valley-St-Elizabeth-Buzz-Caribbean','','inherit','open','closed','','essex-valley-st-elizabeth-buzz-caribbean','','','2019-09-03 16:52:09','2019-09-03 21:52:09','',7325,'https://buzz-caribbean.com/app/uploads/2019/09/Essex-Valley-St-Elizabeth-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(7335,11,'2019-09-03 17:07:03','2019-09-03 22:07:03','<!-- wp:paragraph -->\n<p>Seven hundred farmers, who operate in the Essex Valley region of St. Elizabeth, will benefit from training towards enabling them to achieve <strong>Global Good Agricultural Practices (GAP)</strong> certification.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training is part of the <strong>Essex Valley Agriculture Development Project (EVADP)</strong>, which aims to enhance the production and productivity of farmers in a sustainable, climate-sensitive manner while improving their livelihood.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7332} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Essex-Valley-Farmers-GAP-Certification-Buzz-Caribbean-1024x553.jpg\" alt=\"Permanent Secretary in the Ministry of Industry, Commerce, Agriculture and Fisheries, Dermon Spence (right), shakes hands with Consultant, Global GAP,  Leonardo Ferrer Narvaez (left) at a Global GAP consultancy meeting at The Courtleigh Hotel in New Kingston on Monday (September 2). Sharing the moment is Project Manager, Essex Valley Agriculture Development Project (EVADP), Troy Chambers. \" class=\"wp-image-7332\" /><figcaption>Permanent Secretary in the Ministry of Industry, Commerce, Agriculture and Fisheries, Dermon Spence (right), shakes hands with Consultant, Global GAP,  Leonardo Ferrer Narvaez (left) at a Global GAP consultancy meeting at The Courtleigh Hotel in New Kingston on Monday (September 2). Sharing the moment is Project Manager, Essex Valley Agriculture Development Project (EVADP), Troy Chambers. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Permanent Secretary in the Ministry of Industry, Commerce, Agriculture and Fisheries, Dermon Spence, said that Global GAP certification is critical to the growth and sustainability of the local agriculture sector. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The international certification was developed to ensure that farm produce meets required food-safety standards while minimising the detrimental environmental impacts of farming operations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “[I hope] that it becomes the norm that our farmers – big, medium and small – are certified and...prepared to take on the world\"</p><cite>— Dermon Spence, Permanent Secretary in the Ministry of Industry, Commerce, Agriculture and Fisheries, </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Mr Spence said that certification to the standard will make local farmers more competitive globally, thereby increasing the country’s agricultural exports.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> “We (Jamaica) cannot compete internationally without being fully certified,” he said at the Global GAP consultancy meeting at The Courtleigh Hotel in New Kingston on Monday (September 2).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7334} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Essex-Valley-St-Elizabeth-Buzz-Caribbean-1024x657.jpg\" alt=\"Permanent Secretary in the Ministry of Industry, Commerce, Agriculture and Fisheries, Dermon Spence (centre), converses with Global GAP Consultant, Leonardo Ferrer Narvaez (left) at a Global GAP consultancy meeting at the Courtleigh Hotel in New Kingston on Monday (September 2). Looking on is Project Manager, Essex Valley Agriculture Development Project (EVADP), Troy Chambers. \" class=\"wp-image-7334\" /><figcaption>Permanent Secretary in the Ministry of Industry, Commerce, Agriculture and Fisheries, Dermon Spence (centre), converses with Global GAP Consultant, Leonardo Ferrer Narvaez (left) at a Global GAP consultancy meeting at the Courtleigh Hotel in New Kingston on Monday (September 2). Looking on is Project Manager, Essex Valley Agriculture Development Project (EVADP), Troy Chambers. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“[I hope] that it becomes the norm that our farmers – big, medium and small – are certified and are in a place where they are prepared to take on the world and the national economy in terms of guaranteeing and ensuring that the … produce that we are consuming [is] safe, traceable and can stand up to quality scrutiny from anywhere around the world,” he added.      </p>\n<!-- /wp:paragraph -->','700 Farmers in St Elizabeth to benefit from GAP training— Raising practices to international standards','','inherit','closed','closed','','7325-revision-v1','','','2019-09-03 17:07:03','2019-09-03 22:07:03','',7325,'https://buzz-caribbean.com/article/7325-revision-v1/',0,'revision','',0),(7337,11,'2019-09-03 17:09:15','2019-09-03 22:09:15','<!-- wp:paragraph -->\n<p>Seven hundred farmers, who operate in the Essex Valley region of St. Elizabeth, will benefit from training towards enabling them to achieve <strong>Global Good Agricultural Practices (GAP)</strong> certification.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training is part of the <strong>Essex Valley Agriculture Development Project (EVADP)</strong>, which aims to enhance the production and productivity of farmers in a sustainable, climate-sensitive manner while improving their livelihood.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7332} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Essex-Valley-Farmers-GAP-Certification-Buzz-Caribbean-1024x553.jpg\" alt=\"Permanent Secretary in the Ministry of Industry, Commerce, Agriculture and Fisheries, Dermon Spence (right), shakes hands with Consultant, Global GAP,  Leonardo Ferrer Narvaez (left) at a Global GAP consultancy meeting at The Courtleigh Hotel in New Kingston on Monday (September 2). Sharing the moment is Project Manager, Essex Valley Agriculture Development Project (EVADP), Troy Chambers. \" class=\"wp-image-7332\" /><figcaption>Permanent Secretary in the Ministry of Industry, Commerce, Agriculture and Fisheries, Dermon Spence (right), shakes hands with Consultant, Global GAP,  Leonardo Ferrer Narvaez (left) at a Global GAP consultancy meeting at The Courtleigh Hotel in New Kingston on Monday (September 2). Sharing the moment is Project Manager, Essex Valley Agriculture Development Project (EVADP), Troy Chambers. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Permanent Secretary in the Ministry of Industry, Commerce, Agriculture and Fisheries, Dermon Spence, said that Global GAP certification is critical to the growth and sustainability of the local agriculture sector. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The international certification was developed to ensure that farm produce meets required food-safety standards while minimising the detrimental environmental impacts of farming operations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “[I hope] that it becomes the norm that our farmers – big, medium and small – are certified and...prepared to take on the world\"</p><cite>— Dermon Spence, Permanent Secretary in the Ministry of Industry, Commerce, Agriculture and Fisheries, </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Mr Spence said that certification to the standard will make local farmers more competitive globally, thereby increasing the country’s agricultural exports.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> “We (Jamaica) cannot compete internationally without being fully certified,” he said at the Global GAP consultancy meeting at The Courtleigh Hotel in New Kingston on Monday (September 2).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7334} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Essex-Valley-St-Elizabeth-Buzz-Caribbean-1024x657.jpg\" alt=\"Permanent Secretary in the Ministry of Industry, Commerce, Agriculture and Fisheries, Dermon Spence (centre), converses with Global GAP Consultant, Leonardo Ferrer Narvaez (left) at a Global GAP consultancy meeting at the Courtleigh Hotel in New Kingston on Monday (September 2). Looking on is Project Manager, Essex Valley Agriculture Development Project (EVADP), Troy Chambers. \" class=\"wp-image-7334\" /><figcaption>Permanent Secretary in the Ministry of Industry, Commerce, Agriculture and Fisheries, Dermon Spence (centre), converses with Global GAP Consultant, Leonardo Ferrer Narvaez (left) at a Global GAP consultancy meeting at the Courtleigh Hotel in New Kingston on Monday (September 2). Looking on is Project Manager, Essex Valley Agriculture Development Project (EVADP), Troy Chambers. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“[I hope] that it becomes the norm that our farmers – big, medium and small – are certified and are in a place where they are prepared to take on the world and the national economy in terms of guaranteeing and ensuring that the … produce that we are consuming [is] safe, traceable and can stand up to quality scrutiny from anywhere around the world,” he added.      </p>\n<!-- /wp:paragraph -->','700 farmers in St Elizabeth to benefit from GAP training— raising practices to international standards','','inherit','closed','closed','','7325-revision-v1','','','2019-09-03 17:09:15','2019-09-03 22:09:15','',7325,'https://buzz-caribbean.com/article/7325-revision-v1/',0,'revision','',0),(7338,21,'2019-09-03 17:36:22','2019-09-03 22:36:22','<!-- wp:paragraph -->\n<p>The Government will be tapping into the local pool of architectural talent to design the layout for the <strong>US$2.5-billion Vernamfield Development </strong>project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7342} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Vernamfield-Project-Youth-Involvement-Buzz-Caribbean-1024x683.jpg\" alt=\"Project Manager for the Vernamfield Development, Lieutenant Colonel Oscar Derby (left), listens as Kenrick Baksh, Master of Architecture student at the University of Technology (UTech) Caribbean School of Architecture (CSA), explains his final-year project. Occasion was a visit by the Core Implementation Team of the Vernamfield Development project to the school during its 30th anniversary exhibition in June.\" class=\"wp-image-7342\" /><figcaption>Project Manager for the Vernamfield Development, Lieutenant Colonel Oscar Derby (left), listens as Kenrick Baksh, Master of Architecture student at the University of Technology (UTech) Caribbean School of Architecture (CSA), explains his final-year project. Occasion was a visit by the Core Implementation Team of the Vernamfield Development project to the school during its 30th anniversary exhibition in June.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dubbed ‘<strong>Aerotropolis Jamaica</strong>’, the project is intended to transform the Vernamfield property in Clarendon, which was previously an army base, into an aerodrome to provide international air cargo and logistics; aircraft maintenance, repair and overhaul (MRO) services; and an aeronautical training school.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We want our buildings to not only be aesthetically pleasing but of architectural significance and to be smart buildings\"</p><cite>— Lieutenant Colonel Oscar Derby, Project Manager for the Vernamfield Development, Lieutenant Colonel </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>For the design of the proposed Aerotropolis, which is still in its early planning stage, the project team will be calling on the knowledge and expertise of professional institutions and academia, including students at the University of Technology (UTech) and the Caribbean School of Architecture (CSA). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"This will enable it (the project) to be pretty much Caribbean or Jamaican in its look when it is done” </p><cite>— Lieutenant Colonel Oscar Derby, Project Manager for the Vernamfield Development, Lieutenant Colonel </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The CSA was established in 1988 to provide\nfor the education of architects for the English-speaking territories of the\nCaribbean. It is a hub for research on towns and cities of the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7344} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Vernamfield-Project-Jamaica-Youth-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-7344\" /><figcaption>Project Manager for the Vernamfield Development, Lieutenant Colonel Oscar Derby (left), listens keenly as Sana Williams (second left), Master of Architecture student at the University of Technology (UTech) Caribbean School of Architecture (CSA), explains her final-year project. Also pictured (from third left) are Master of Architecture Programme Director, CSA, Mlela Matandara-Clarke; and Programme Director, Bachelor of Arts Architectural Studies, CSA, André Baugh. Occasion was a visit by the Core Implementation Team of the Vernamfield Development project to the school during its 30th anniversary exhibition.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Project Manager for the Vernamfield Development, Lieutenant Colonel Oscar Derby, says that the Administration is looking at the CSA to “ help us in formulating our plans and to build out our airport and all the structures around it that will be networked to the airport”. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7340} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Vernamfield-Project-Jamaica-Buzz-Caribbean-1024x683.jpg\" alt=\"Project Manager for the Vernamfield Development, Lieutenant Colonel Oscar Derby (right), speaks with Master of Architecture students at the University of Technology’s (UTech) Caribbean School of Architecture (CSA). The students (from left), are Imani Lawrence; Kenrick Baksh; Neville Plummer; Jheanine Wiggan; and Sana Williams. Occasion was a visit by the Core Implementation Team of the Vernamfield Development project to the school during its 30th anniversary exhibition.\" class=\"wp-image-7340\" /><figcaption>Project Manager for the Vernamfield Development, Lieutenant Colonel Oscar Derby (right), speaks with Master of Architecture students at the University of Technology’s (UTech) Caribbean School of Architecture (CSA). The students (from left), are Imani Lawrence; Kenrick Baksh; Neville Plummer; Jheanine Wiggan; and Sana Williams. Occasion was a visit by the Core Implementation Team of the Vernamfield Development project to the school during its 30th anniversary exhibition.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We believe that UTech offers a skill and\na capacity that will help us and reduce the extent to which we have to go\noverseas for the kind of expertise that we need in the development of the area.\nThis will enable it (the project) to be pretty much Caribbean or Jamaican in\nits look when it is done,” he adds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Our young people can see a whole career in this development\" </p><cite>— Lieutenant Colonel Oscar Derby, Project Manager for the Vernamfield Development, Lieutenant Colonel </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Lt. Col. Derby says the project team is of\nthe belief that the proposed engagement is a good opportunity for young people to\nbring their creativity to a major development. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“The\ngood thing about the development is that it is not an overnight thing. While\nthe airport can be built within two to five years, the development around it is\ngoing to be over the next 20 years. So our young people can see a whole career\nin this development,” he notes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7341} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Vernamfield-Project-University-Buzz-Caribbean-1024x683.jpg\" alt=\"Senior Advisor and Consultant to Minister without Portfolio in the Office of the Prime Minister, Hon. Mike Henry, Bindley Sangster (left), listens with interest as Neville Plummer, Master of Architecture student at the University of Technology (UTech) Caribbean School of Architecture (CSA), explains the concept behind his final-year project. Occasion was a visit by the Core Implementation Team of the Vernamfield Development project to the school during its 30th anniversary exhibition.\" class=\"wp-image-7341\" /><figcaption>Senior Advisor and Consultant to Minister without Portfolio in the Office of the Prime Minister, Hon. Mike Henry, Bindley Sangster (left), listens with interest as Neville Plummer, Master of Architecture student at the University of Technology (UTech) Caribbean School of Architecture (CSA), explains the concept behind his final-year project. Occasion was a visit by the Core Implementation Team of the Vernamfield Development project to the school during its 30th anniversary exhibition.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We want our buildings to not only be\naesthetically pleasing but of architectural significance and to be smart\nbuildings, incorporating technology that exists and that will come into existence\nover the life of the project,” he adds. </p>\n<!-- /wp:paragraph -->','Gov’t draws on local expertise to design Vernamfield Project – University students included','','publish','open','closed','','govt-draws-on-local-expertise-to-design-vernamfield-project-university-students-included','','','2019-09-03 17:36:23','2019-09-03 22:36:23','',0,'https://buzz-caribbean.com/?p=7338',0,'post','',0),(7340,11,'2019-09-03 17:28:33','2019-09-03 22:28:33','','Vernamfield-Project-Jamaica-Buzz-Caribbean','','inherit','open','closed','','vernamfield-project-jamaica-buzz-caribbean','','','2019-09-03 17:28:33','2019-09-03 22:28:33','',7338,'https://buzz-caribbean.com/app/uploads/2019/09/Vernamfield-Project-Jamaica-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(7341,11,'2019-09-03 17:28:49','2019-09-03 22:28:49','','Vernamfield-Project-University-Buzz-Caribbean','','inherit','open','closed','','vernamfield-project-university-buzz-caribbean','','','2019-09-03 17:28:49','2019-09-03 22:28:49','',7338,'https://buzz-caribbean.com/app/uploads/2019/09/Vernamfield-Project-University-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(7342,11,'2019-09-03 17:29:24','2019-09-03 22:29:24','','Vernamfield-Project-Youth-Involvement-Buzz-Caribbean','','inherit','open','closed','','vernamfield-project-youth-involvement-buzz-caribbean','','','2019-09-03 17:29:24','2019-09-03 22:29:24','',7338,'https://buzz-caribbean.com/app/uploads/2019/09/Vernamfield-Project-Youth-Involvement-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(7343,4,'2019-09-03 17:30:04','2019-09-03 22:30:04','<!-- wp:image {\"id\":7339} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bugle-1024x1024.jpg\" alt=\"\" class=\"wp-image-7339\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bugle has released a single from his<strong> <a href=\"https://buzz-caribbean.com/article/bugle-gets-an-a-for-picture-perfect/\">Picture Perfect</a></strong> album that is bound to stir controversy as he appears to take a jab at fellow-entertainer Elephant Man.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bugle chronicles his journey in the music industry in the song titled <b>Life Saviour</b>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before becoming an established artiste, Bugle wrote for some of the biggest dancehall acts at the time, including Papa San, Bounty Killer and Elephant Man who he held in high esteem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Bugle, Elephant Man went on tour and gave him only $2000 (he didn\'t specify the currency) upon his return to the island. He shared in the song that the incident pushed him to move on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bugle reportedly wrote seven songs on Elephant Man\'s album <strong>Log On</strong>, that was released by Greensleeves Records. He, however, has not been credited on the album.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bugle went on to Praise Daseca’s Music Group for the development of his talent, which resulted in his success.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Life Saviour</strong> also features Alexander, who sings the hook, and Noah Powah who song about the struggles of being with the wrong group of friends and going on a robbery before turning to music and acting. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bounty Killer has since posted three fire emojis on the song on Bugle\'s Instagram page buglean9ted. </p>\n<!-- /wp:paragraph -->','Bugle praises Daseca, throws shade at Elephant Man','','inherit','closed','closed','','7291-revision-v1','','','2019-09-03 17:30:04','2019-09-03 22:30:04','',7291,'https://buzz-caribbean.com/article/7291-revision-v1/',0,'revision','',0),(7344,11,'2019-09-03 17:30:23','2019-09-03 22:30:23','','Vernamfield-Project-Jamaica-Youth-Buzz-Caribbean','','inherit','open','closed','','vernamfield-project-jamaica-youth-buzz-caribbean','','','2019-09-03 17:30:23','2019-09-03 22:30:23','',7338,'https://buzz-caribbean.com/app/uploads/2019/09/Vernamfield-Project-Jamaica-Youth-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(7345,11,'2019-09-03 17:33:10','2019-09-03 22:33:10','<!-- wp:paragraph -->\n<p>The Government will be tapping into the local pool of architectural talent to design the layout for the <strong>US$2.5-billion Vernamfield Development </strong>project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7342} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Vernamfield-Project-Youth-Involvement-Buzz-Caribbean-1024x683.jpg\" alt=\"Project Manager for the Vernamfield Development, Lieutenant Colonel Oscar Derby (left), listens as Kenrick Baksh, Master of Architecture student at the University of Technology (UTech) Caribbean School of Architecture (CSA), explains his final-year project. Occasion was a visit by the Core Implementation Team of the Vernamfield Development project to the school during its 30th anniversary exhibition in June.\" class=\"wp-image-7342\" /><figcaption>Project Manager for the Vernamfield Development, Lieutenant Colonel Oscar Derby (left), listens as Kenrick Baksh, Master of Architecture student at the University of Technology (UTech) Caribbean School of Architecture (CSA), explains his final-year project. Occasion was a visit by the Core Implementation Team of the Vernamfield Development project to the school during its 30th anniversary exhibition in June.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dubbed ‘<strong>Aerotropolis Jamaica</strong>’, the project is intended to transform the Vernamfield property in Clarendon, which was previously an army base, into an aerodrome to provide international air cargo and logistics; aircraft maintenance, repair and overhaul (MRO) services; and an aeronautical training school.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We want our buildings to not only be aesthetically pleasing but of architectural significance and to be smart buildings\"</p><cite>— Lieutenant Colonel Oscar Derby, Project Manager for the Vernamfield Development, Lieutenant Colonel </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>For the design of the proposed Aerotropolis, which is still in its early planning stage, the project team will be calling on the knowledge and expertise of professional institutions and academia, including students at the University of Technology (UTech) and the Caribbean School of Architecture (CSA). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"This will enable it (the project) to be pretty much Caribbean or Jamaican in its look when it is done” </p><cite>— Lieutenant Colonel Oscar Derby, Project Manager for the Vernamfield Development, Lieutenant Colonel </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The CSA was established in 1988 to provide\nfor the education of architects for the English-speaking territories of the\nCaribbean. It is a hub for research on towns and cities of the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7344} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Vernamfield-Project-Jamaica-Youth-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-7344\" /><figcaption>Project Manager for the Vernamfield Development, Lieutenant Colonel Oscar Derby (left), listens keenly as Sana Williams (second left), Master of Architecture student at the University of Technology (UTech) Caribbean School of Architecture (CSA), explains her final-year project. Also pictured (from third left) are Master of Architecture Programme Director, CSA, Mlela Matandara-Clarke; and Programme Director, Bachelor of Arts Architectural Studies, CSA, André Baugh. Occasion was a visit by the Core Implementation Team of the Vernamfield Development project to the school during its 30th anniversary exhibition.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Project Manager for the Vernamfield Development, Lieutenant Colonel Oscar Derby, says that the Administration is looking at the CSA to “ help us in formulating our plans and to build out our airport and all the structures around it that will be networked to the airport”. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7340} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Vernamfield-Project-Jamaica-Buzz-Caribbean-1024x683.jpg\" alt=\"Project Manager for the Vernamfield Development, Lieutenant Colonel Oscar Derby (right), speaks with Master of Architecture students at the University of Technology’s (UTech) Caribbean School of Architecture (CSA). The students (from left), are Imani Lawrence; Kenrick Baksh; Neville Plummer; Jheanine Wiggan; and Sana Williams. Occasion was a visit by the Core Implementation Team of the Vernamfield Development project to the school during its 30th anniversary exhibition.\" class=\"wp-image-7340\" /><figcaption>Project Manager for the Vernamfield Development, Lieutenant Colonel Oscar Derby (right), speaks with Master of Architecture students at the University of Technology’s (UTech) Caribbean School of Architecture (CSA). The students (from left), are Imani Lawrence; Kenrick Baksh; Neville Plummer; Jheanine Wiggan; and Sana Williams. Occasion was a visit by the Core Implementation Team of the Vernamfield Development project to the school during its 30th anniversary exhibition.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We believe that UTech offers a skill and\na capacity that will help us and reduce the extent to which we have to go\noverseas for the kind of expertise that we need in the development of the area.\nThis will enable it (the project) to be pretty much Caribbean or Jamaican in\nits look when it is done,” he adds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Our young people can see a whole career in this development\" </p><cite>— Lieutenant Colonel Oscar Derby, Project Manager for the Vernamfield Development, Lieutenant Colonel </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Lt. Col. Derby says the project team is of\nthe belief that the proposed engagement is a good opportunity for young people to\nbring their creativity to a major development. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“The\ngood thing about the development is that it is not an overnight thing. While\nthe airport can be built within two to five years, the development around it is\ngoing to be over the next 20 years. So our young people can see a whole career\nin this development,” he notes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7341} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Vernamfield-Project-University-Buzz-Caribbean-1024x683.jpg\" alt=\"Senior Advisor and Consultant to Minister without Portfolio in the Office of the Prime Minister, Hon. Mike Henry, Bindley Sangster (left), listens with interest as Neville Plummer, Master of Architecture student at the University of Technology (UTech) Caribbean School of Architecture (CSA), explains the concept behind his final-year project. Occasion was a visit by the Core Implementation Team of the Vernamfield Development project to the school during its 30th anniversary exhibition.\" class=\"wp-image-7341\" /><figcaption>Senior Advisor and Consultant to Minister without Portfolio in the Office of the Prime Minister, Hon. Mike Henry, Bindley Sangster (left), listens with interest as Neville Plummer, Master of Architecture student at the University of Technology (UTech) Caribbean School of Architecture (CSA), explains the concept behind his final-year project. Occasion was a visit by the Core Implementation Team of the Vernamfield Development project to the school during its 30th anniversary exhibition.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We want our buildings to not only be\naesthetically pleasing but of architectural significance and to be smart\nbuildings, incorporating technology that exists and that will come into existence\nover the life of the project,” he adds. </p>\n<!-- /wp:paragraph -->','Gov’t draws on local expertise to design Vernamfield Project – University students included','','inherit','closed','closed','','7338-revision-v1','','','2019-09-03 17:33:10','2019-09-03 22:33:10','',7338,'https://buzz-caribbean.com/article/7338-revision-v1/',0,'revision','',0),(7347,4,'2019-09-03 17:56:29','2019-09-03 22:56:29','','elephant-man','','inherit','open','closed','','elephant-man','','','2019-09-03 17:56:29','2019-09-03 22:56:29','',7291,'https://buzz-caribbean.com/app/uploads/2019/09/elephant-man.jpg',0,'attachment','image/jpeg',0),(7348,4,'2019-09-03 17:57:35','2019-09-03 22:57:35','<!-- wp:image {\"id\":6602} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bugle-20190830-1024x614.jpg\" alt=\"\" class=\"wp-image-6602\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bugle has released a single from his<strong> <a href=\"https://buzz-caribbean.com/article/bugle-gets-an-a-for-picture-perfect/\">Picture Perfect</a></strong> album that is bound to stir controversy as he appears to take a jab at fellow-entertainer Elephant Man.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bugle chronicles his journey in the music industry in the song titled <b>Life Saviour</b>. Before becoming an established artiste, Bugle wrote for some of the biggest dancehall acts at the time, including Papa San, Bounty Killer and Elephant Man, who he held in high esteem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Bugle, Elephant Man went on tour and gave him only $2000 (he didn\'t specify the currency) upon his return to the island. He shared in the song that the incident pushed him to move on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7347} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/elephant-man.jpg\" alt=\"\" class=\"wp-image-7347\" /><figcaption>Recording artist Elephant man.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bugle reportedly wrote seven songs on Elephant Man\'s album <strong>Log On</strong>, which was released by Greensleeves Records. He, however, has not been credited on the album.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bugle went on to Praise Daseca’s Music Group for the development of his talent, which resulted in his success.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Life Saviour</strong> also features Alexander, who sings the hook, and Noah Powah who song about the struggles of being with the wrong group of friends and going on a robbery before turning to music and acting. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bounty Killer has since posted three fire emojis on the song on Bugle\'s Instagram page, buglean9ted. </p>\n<!-- /wp:paragraph -->','Bugle throws shade at Elephant Man in latest single','','inherit','closed','closed','','7291-revision-v1','','','2019-09-03 17:57:35','2019-09-03 22:57:35','',7291,'https://buzz-caribbean.com/article/7291-revision-v1/',0,'revision','',0),(7349,14,'2019-09-03 18:46:54','2019-09-03 23:46:54','<!-- wp:image {\"id\":7305} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lizzo-truth-hurts-buzzgrab-1024x638.jpg\" alt=\"\" class=\"wp-image-7305\" /><figcaption>Lizzo marrying herself for the entire video in Truth Hurts (Photo: YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"...You tried to break my heart? Oh, that breaks my heart. That you thought you ever had it. No, you ain\'t from the start...\"</p><cite> — Lizzo in Truth Hurts</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>American singer and rapper Lizzo secured her first number one placing on the Billboard Hot 100 with her smash hit single <strong>Truth Hurts</strong>, just shy two years after the song was initially released.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pop/trap single, released on September 17, 2017, catapulted into the mainstream after Lizzo burst onto the scene with the 2019 album <strong>Cuz I Love You</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/billboard/status/1168906597915078656\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/billboard/status/1168906597915078656\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Though it did not chart at the time of its release, <strong>Truth Hurts </strong>became a viral sleeper hit this year becoming Lizzo\'s first and biggest song in the US.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The song\'s popularity was also boosted by its appearance in the Netflix film <strong>Someone Great</strong>, which debuted on the streaming network in April.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The accompanying music video, as of September 1, has amassed more than 93 million views on <a href=\"https://www.youtube.com/watch?v=P00HMxdsVZI\">YouTube</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Calling herself ‘America’s Next Bop Star’, Lizzo was very lost for words at the success of <strong>Truth Hurts</strong>, a two-minute sass anthem that revels in the love lost between the singer and a former flame.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7311} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lizzo-bet-awards2019-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-7311\" /><figcaption>Lizzo after a rousing BET Awards show performance at the Microsoft Theatre in Los Angeles earlier in June. (Photo: Frank Micelotta, Picturegroup) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She expressed heartfelt appreciation on Twitter earlier today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“ WE’RE NUMBER 1. WE ARE. CHAMPIONS. I LOVE YALL 3 MUCH. LIZZBIANS UNITE,” Lizzo tweeted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/lizzo/status/1168918591368028163\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/lizzo/status/1168918591368028163\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Lizzo is the first black woman to top the Billboard Hot 100 so far this year, and the sixth rapper to ever top the charts in the United States. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We, at <strong>BUZZ</strong> salute you Lizzo! The \'realest, baddest\' one and Queen of body positivity…</p>\n<!-- /wp:paragraph -->','Lizzo scores her first #1 song with Truth Hurts, two years after its release','','inherit','closed','closed','','7304-revision-v1','','','2019-09-03 18:46:54','2019-09-03 23:46:54','',7304,'https://buzz-caribbean.com/article/7304-revision-v1/',0,'revision','',0),(7350,4,'2019-09-03 19:00:07','2019-09-04 00:00:07','<!-- wp:paragraph -->\n<p>For the last 28 years Brothers Kutz has been the leading barbershop in Calgary, Alberta Canada, catering to the grooming of predominantly black men.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As confirmed by a number of customers, including Jamaicans, Brothers Kutz is the place to go for a proper cut. While the name Brothers Kutz is the registered name of the barbershop, just about everyone refers to the establishment as Ted, after its owner and operator.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wayvon ‘Ted’ Leslie is a Jamaican who has been living in Canada for 45 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ted told <strong>BUZZ</strong> that his first passion was culinary art and so he attended the Southern Alberta Institute of Technology (SAIT) to pursue studies in this area. However, he also had a love for barbering and applied the skill,  cutting the hair of his schoolmates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After completing his studies Ted took up a job in the culinary industry but was soon laid off. This resulted in him going back to school to sharpen his barbering skills. He subsequently started his Brothers Kutz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Today we have nine barbers in the shop and have about a 100 clients on a daily basis. We have a multi-cultural clientele, anybody and any nationality,” Ted said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ted explained that when he started his business 28 years ago, it was the only barbershop in Calgary for black men. His clientele grew rapidly and word got around not only to the Jamaicans but those from the Caribbean and African communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Outside of the haircut, some will quickly admit that Ted\'s is a great place to discuss whatever may be happening in the black community as well as personal issues and leaving with solutions. Some clients also recall the socialization each Summer at the back of the shop over barbeques hosted by Ted. </p>\n<!-- /wp:paragraph -->','Jamaican-owned barbershop making the Kutz in Canada','','inherit','closed','closed','','7099-revision-v1','','','2019-09-03 19:00:07','2019-09-04 00:00:07','',7099,'https://buzz-caribbean.com/article/7099-revision-v1/',0,'revision','',0),(7351,4,'2019-09-03 19:01:27','2019-09-04 00:01:27','<!-- wp:paragraph -->\n<p>For the last 28 years Brothers Kutz has been the leading barbershop in Calgary, Alberta Canada, catering to the grooming of predominantly black men.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As confirmed by a number of customers, including Jamaicans, Brothers Kutz is the place to go for a proper cut. While the name Brothers Kutz is the registered name of the barbershop, just about everyone refers to the establishment as Ted, after its owner and operator.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wayvon ‘Ted’ Leslie is a Jamaican who has been living in Canada for 45 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ted told <strong>BUZZ</strong> that his first passion was culinary art and so he attended the Southern Alberta Institute of Technology (SAIT) to pursue studies in this area. However, he also had a love for barbering and applied the skill,  cutting the hair of his schoolmates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After completing his studies Ted took up a job in the culinary industry but was soon laid off. This resulted in him going back to school to sharpen his barbering skills. He subsequently started his Brothers Kutz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Today we have nine barbers in the shop and have about a 100 clients on a daily basis. We have a multi-cultural clientele, anybody and any nationality,” Ted said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ted explained that when he started his business 28 years ago, it was the only barbershop in Calgary for black men. His clientele grew rapidly and word got around not only to the Jamaicans but those from the Caribbean and African communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Outside of the haircut, some will quickly admit that Ted\'s is a great place to discuss whatever may be happening in the black community as well as personal issues and leaving with solutions. Some clients also recall the socialization each summer at the back of the shop over barbeques hosted by Ted. </p>\n<!-- /wp:paragraph -->','Jamaican-owned barbershop making the Kutz in Canada','','inherit','closed','closed','','7099-revision-v1','','','2019-09-03 19:01:27','2019-09-04 00:01:27','',7099,'https://buzz-caribbean.com/article/7099-revision-v1/',0,'revision','',0),(7352,23,'2019-09-03 19:54:03','2019-09-04 00:54:03','<!-- wp:image {\"id\":7354} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ed-bartlett-adam-stewart-1024x788.jpg\" alt=\"\" class=\"wp-image-7354\" /><figcaption>Deputy Chairman of Sandals Resorts International Adam Stewart left greets Tourism Minister Ed Bartlett before a press conference Tuesday (Sept 3).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sandals Resorts International has teamed with Jamaica\'s Tourism Ministry to provide disaster relief for sections of The Bahamas, which have been devastated by Hurricane Dorian. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Deputy Chairman of Sandals Resorts International Adam Stewart said the two resorts in The Bahamas have not been damaged as they are located over a hundred miles from where the storm hit.<br> <br>Sandals is, therefore, playing a major role in assisting in the recovery efforts, in partnership with stakeholders in The Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7355} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ed-karen-adam-1024x683.jpg\" alt=\"\" class=\"wp-image-7355\" /><figcaption>Karen Zacca of Sandals Foundation is greeted by Tourism Minister Ed Bartlett.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“[Tourism] minister [Ed Bartlett] and myself have been in touch with the minister of tourism in The Bahamas, who is completely inundated, but what is amazing in these situations is the amount of goodwill that immediately kicks in,” Stewart said at a press conference on Tuesday (Sept 3).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stewart said that with infrastructure across eight Caribbean islands, Sandals has boots on the ground to do the job of executing aid activities for tour operators, airlines, and banking partners, among others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7356} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/press-conference--1024x683.jpg\" alt=\"\" class=\"wp-image-7356\" /><figcaption>Jamaica\'s Tourism Ministry and Sandals Resorts International announced a partnership to aid The Bahamas recover from the ravages of Hurricane Dorian.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Earlier on Tuesday, the Mayberry Foundation donated $1 million to the relief efforts. The Foundation also channelled US$10,000 worth of water to citizens in Abaco in Northern Bahamas, Stewart said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said this donation is a first-gesture, as over the next two days, more help will flow to the Bahamas through Sandals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the meantime, Stewart urged those who wish to donate to do so using the Sandals Foundation website&nbsp;(<a href=\"http://www.sandals.or/donations\" target=\"_blank\" rel=\"noreferrer noopener\">www.sandals.or/donations</a>), noting that cash donations will also be accepted and directed to the relief and recovery activities.</p>\n<!-- /wp:paragraph -->','Sandals teams with Tourism Ministry to provide relief in The Bahamas','','publish','open','closed','','sandals-teams-with-tourism-ministry-to-provide-relief-in-the-bahamas','','','2019-09-03 20:00:08','2019-09-04 01:00:08','',0,'https://buzz-caribbean.com/?p=7352',0,'post','',0),(7353,4,'2019-09-03 19:28:10','2019-09-04 00:28:10','<!-- wp:paragraph -->\n<p>Sandals Resorts International has teamed with Jamaica\'s Tourism Ministry to provide disaster relief for sections of The Bahamas, which have been devastated by Hurricane Dorian. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Deputy Chairman of Sandals Resorts International Adam Stewart said the two resorts in The Bahamas have not been damaged as they are located over a hundred miles from where the storm hit.<br> <br>Sandals is, therefore, playing a major role in assisting in the recovery efforts, in partnership with stakeholders in The Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“[Tourism] minister [Ed Bartlett] and myself have been in touch with the minister of tourism in The Bahamas, who is completely inundated, but what is amazing in these situations is the amount of goodwill that immediately kicks in,” Stewart said at a press conference on Tuesday (Sept 3).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stewart said that with infrastructure across eight Caribbean islands, Sandals has boots on the ground to do the job of executing aid activities for tour operators, airlines, and banking partners, among others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier on Tuesday, the Mayberry Foundation donated $1 million to the relief efforts. The Foundation also channelled US$10,000 worth of water to citizens in Abaco in Northern Bahamas, Stewart said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said this donation is a first-gesture, as over the next two days, more help will flow to the Bahamas through Sandals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the meantime, Stewart urged those who wish to donate to do so using the Sandals Foundation website (<a rel=\"noreferrer noopener\" href=\"http://www.sandals.or/donations\" target=\"_blank\">www.sandals.or/donations</a>), noting that cash donations will also be accepted and directed to the relief and recovery activities.</p>\n<!-- /wp:paragraph -->','Sandals teams with Tourism Ministry to provide relief in The Bahamas','','inherit','closed','closed','','7352-revision-v1','','','2019-09-03 19:28:10','2019-09-04 00:28:10','',7352,'https://buzz-caribbean.com/article/7352-revision-v1/',0,'revision','',0),(7354,4,'2019-09-03 19:39:14','2019-09-04 00:39:14','','ed-bartlett-adam-stewart','','inherit','open','closed','','ed-bartlett-adam-stewart','','','2019-09-03 19:39:14','2019-09-04 00:39:14','',7352,'https://buzz-caribbean.com/app/uploads/2019/09/ed-bartlett-adam-stewart.jpg',0,'attachment','image/jpeg',0),(7355,4,'2019-09-03 19:40:04','2019-09-04 00:40:04','','ed-karen-adam','','inherit','open','closed','','ed-karen-adam','','','2019-09-03 19:40:04','2019-09-04 00:40:04','',7352,'https://buzz-caribbean.com/app/uploads/2019/09/ed-karen-adam.jpg',0,'attachment','image/jpeg',0),(7356,4,'2019-09-03 19:48:51','2019-09-04 00:48:51','','press-conference-','','inherit','open','closed','','press-conference','','','2019-09-03 19:48:51','2019-09-04 00:48:51','',7352,'https://buzz-caribbean.com/app/uploads/2019/09/press-conference-.jpg',0,'attachment','image/jpeg',0),(7357,4,'2019-09-03 19:54:03','2019-09-04 00:54:03','<!-- wp:image {\"id\":7354} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ed-bartlett-adam-stewart-1024x788.jpg\" alt=\"\" class=\"wp-image-7354\" /><figcaption>Deputy Chairman of Sandals Resorts International Adam Stewart left greets Tourism Minister Ed Bartlett before a press conference Tuesday (Sept 3).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sandals Resorts International has teamed with Jamaica\'s Tourism Ministry to provide disaster relief for sections of The Bahamas, which have been devastated by Hurricane Dorian. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Deputy Chairman of Sandals Resorts International Adam Stewart said the two resorts in The Bahamas have not been damaged as they are located over a hundred miles from where the storm hit.<br> <br>Sandals is, therefore, playing a major role in assisting in the recovery efforts, in partnership with stakeholders in The Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7355} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ed-karen-adam-1024x683.jpg\" alt=\"\" class=\"wp-image-7355\" /><figcaption>Karen Zacca of Sandals Foundation is greeted by Tourism Minister Ed Bartlett.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“[Tourism] minister [Ed Bartlett] and myself have been in touch with the minister of tourism in The Bahamas, who is completely inundated, but what is amazing in these situations is the amount of goodwill that immediately kicks in,” Stewart said at a press conference on Tuesday (Sept 3).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stewart said that with infrastructure across eight Caribbean islands, Sandals has boots on the ground to do the job of executing aid activities for tour operators, airlines, and banking partners, among others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7356} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/press-conference--1024x683.jpg\" alt=\"\" class=\"wp-image-7356\" /><figcaption>Jamaica\'s Tourism Ministry and Sandals Resorts International announced a partnership to aid The Bahamas recover from the ravages of Hurricane Dorian.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Earlier on Tuesday, the Mayberry Foundation donated $1 million to the relief efforts. The Foundation also channelled US$10,000 worth of water to citizens in Abaco in Northern Bahamas, Stewart said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said this donation is a first-gesture, as over the next two days, more help will flow to the Bahamas through Sandals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the meantime, Stewart urged those who wish to donate to do so using the Sandals Foundation website (<a rel=\"noreferrer noopener\" href=\"http://www.sandals.or/donations\" target=\"_blank\">www.sandals.or/donations</a>), noting that cash donations will also be accepted and directed to the relief and recovery activities.</p>\n<!-- /wp:paragraph -->','Sandals teams with Tourism Ministry to provide relief in The Bahamas','','inherit','closed','closed','','7352-revision-v1','','','2019-09-03 19:54:03','2019-09-04 00:54:03','',7352,'https://buzz-caribbean.com/article/7352-revision-v1/',0,'revision','',0),(7358,4,'2019-09-03 19:59:31','2019-09-04 00:59:31','','Ed Bartlett Adam Stewart Featured Image','','inherit','open','closed','','ed-bartlett-adam-stewart-featured-image','','','2019-09-03 19:59:31','2019-09-04 00:59:31','',0,'https://buzz-caribbean.com/app/uploads/2019/09/ed-bartlett-adam-stewart-featured-image.jpg',0,'attachment','image/jpeg',0),(7359,4,'2019-09-03 20:00:07','2019-09-04 01:00:07','<!-- wp:image {\"id\":7354} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ed-bartlett-adam-stewart-1024x788.jpg\" alt=\"\" class=\"wp-image-7354\" /><figcaption>Deputy Chairman of Sandals Resorts International Adam Stewart left greets Tourism Minister Ed Bartlett before a press conference Tuesday (Sept 3).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sandals Resorts International has teamed with Jamaica\'s Tourism Ministry to provide disaster relief for sections of The Bahamas, which have been devastated by Hurricane Dorian. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Deputy Chairman of Sandals Resorts International Adam Stewart said the two resorts in The Bahamas have not been damaged as they are located over a hundred miles from where the storm hit.<br> <br>Sandals is, therefore, playing a major role in assisting in the recovery efforts, in partnership with stakeholders in The Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7355} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ed-karen-adam-1024x683.jpg\" alt=\"\" class=\"wp-image-7355\" /><figcaption>Karen Zacca of Sandals Foundation is greeted by Tourism Minister Ed Bartlett.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“[Tourism] minister [Ed Bartlett] and myself have been in touch with the minister of tourism in The Bahamas, who is completely inundated, but what is amazing in these situations is the amount of goodwill that immediately kicks in,” Stewart said at a press conference on Tuesday (Sept 3).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stewart said that with infrastructure across eight Caribbean islands, Sandals has boots on the ground to do the job of executing aid activities for tour operators, airlines, and banking partners, among others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7356} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/press-conference--1024x683.jpg\" alt=\"\" class=\"wp-image-7356\" /><figcaption>Jamaica\'s Tourism Ministry and Sandals Resorts International announced a partnership to aid The Bahamas recover from the ravages of Hurricane Dorian.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Earlier on Tuesday, the Mayberry Foundation donated $1 million to the relief efforts. The Foundation also channelled US$10,000 worth of water to citizens in Abaco in Northern Bahamas, Stewart said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said this donation is a first-gesture, as over the next two days, more help will flow to the Bahamas through Sandals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the meantime, Stewart urged those who wish to donate to do so using the Sandals Foundation website&nbsp;(<a href=\"http://www.sandals.or/donations\" target=\"_blank\" rel=\"noreferrer noopener\">www.sandals.or/donations</a>), noting that cash donations will also be accepted and directed to the relief and recovery activities.</p>\n<!-- /wp:paragraph -->','Sandals teams with Tourism Ministry to provide relief in The Bahamas','','inherit','closed','closed','','7352-revision-v1','','','2019-09-03 20:00:07','2019-09-04 01:00:07','',7352,'https://buzz-caribbean.com/article/7352-revision-v1/',0,'revision','',0),(7360,23,'2019-09-04 06:07:50','2019-09-04 11:07:50','<!-- wp:paragraph -->\n<p>Jamaica\'s Tourism Ministry is moving to mobilise support for recovery of The Bahamas tourism sector, following the passage of Hurricane Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Portfolio minister Edmund Bartlett said that the Sandals Foundation is partnering on the effort to assist the sector. Activities to mobilise international support is being channelled through the Global Tourism Resilience and Crisis Management Centre, which was launched in January.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7366} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ed-bartlett-press-conference-1024x683.jpg\" alt=\"\" class=\"wp-image-7366\" /><figcaption>Tourism Minister Ed Bartlett speaking at a press conference Tuesday (Sept 3).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking at a press conference at the ministry in Kingston Bartlett said the Government has started the process to reach out to the global tourism community. He said efforts are being made to resuscitate the Bahamian tourism resources with the help of stakeholders such as cruise lines, hotels, airlines and tour operators.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Global Tourism Resilience and Crisis Management Centre will also be working closely with the Caribbean Disaster Emergency Management Agency (CDEMA), Bartlett said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said he will be lending support to the Bahamas tourism minister at the World Tourism Organization General Assembly in Russia next week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bartlett stressed that climate change is real, as the proof is being presented by powerful and dangerous hurricanes such as Dorian.</p>\n<!-- /wp:paragraph -->','Tourism ministry consolidating support for Bahamas tourism industry sector','','publish','open','closed','','tourism-ministry-consolidating-support-for-bahamas-tourism-industry-sector','','','2019-09-03 21:01:14','2019-09-04 02:01:14','',0,'https://buzz-caribbean.com/?p=7360',0,'post','',0),(7361,4,'2019-09-03 20:39:10','2019-09-04 01:39:10','<!-- wp:paragraph -->\n<p>Jamaica\'s Tourism Ministry is moving to mobilise support for recovery of The Bahamas tourism sector, following the passage of Hurricane Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Portfolio minister Edmund Bartlett said that the Sandals Foundation is partnering on the effort to assist the sector. Activities to mobilise international support is being channelled through the Global Tourism Resilience and Crisis Management Centre, which was launched in January.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at a press conference at the ministry in Kingston, where Deputy Chairman of Sandals Resorts International Adam Stewart, also outlined the activities being undertaken by Sandals Foundation, Bartlett said the Government has started the process to reach out to the global tourism community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said efforts are being made to resuscitate the Bahamian tourism resources with the help of stakeholders such as cruise lines, hotels, airlines and tour operators, who are major beneficiaries of tourism in the region. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Global Tourism Resilience and Crisis Management Centre, will also be working closely with the Caribbean Disaster Emergency Management Agency (CDEMA), Bartlett said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said any adverse impact on the tourism industry has grave implications for the growth of the region, and its people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the tourism minister, “One in five of all workers of the Caribbean are employed in tourism and more than 53 per cent of the trading services in the region is directly from tourism”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said he will be lending support to the Bahamas tourism minister at the World Tourism Organization General Assembly in Russia next week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bartlett stressed that climate change is real, as the proof is being presented by powerful and dangerous hurricanes such as Dorian.</p>\n<!-- /wp:paragraph -->','Tourism ministry consolidating support for Bahamas tourism industry sector','','inherit','closed','closed','','7360-revision-v1','','','2019-09-03 20:39:10','2019-09-04 01:39:10','',7360,'https://buzz-caribbean.com/article/7360-revision-v1/',0,'revision','',0),(7363,4,'2019-09-03 20:44:46','2019-09-04 01:44:46','<!-- wp:image {\"id\":6602} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bugle-20190830-1024x614.jpg\" alt=\"\" class=\"wp-image-6602\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bugle has released a single from his<strong> <a href=\"https://buzz-caribbean.com/article/bugle-gets-an-a-for-picture-perfect/\">Picture Perfect</a></strong> album that is bound to stir controversy as he appears to take a jab at fellow-entertainer Elephant Man.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bugle chronicles his journey in the music industry in the song titled <b>Life Saviour</b>. Before becoming an established artiste, Bugle wrote for some of the biggest dancehall acts at the time, including Papa San, Bounty Killer and Elephant Man, who he held in high esteem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the song, Bugle said he and Elephant Man went on tour in the US and he was given only $2000 (he didn\'t specify the currency). He shared in the song that the experience pushed him to move on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7347} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/elephant-man.jpg\" alt=\"\" class=\"wp-image-7347\" /><figcaption>Recording artist Elephant man.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bugle reportedly wrote seven songs on&nbsp;Elephant Man\'s album <strong>Log On</strong>, which was released by Greensleeves Records. He, however, has not been credited on the album.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bugle went on to Praise Daseca’s Music Group for the development of his talent, which resulted in his success.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Life Saviour</strong> also features Alexander, who sings the hook, and Noah Powah who song about the struggles of being with the wrong group of friends and going on a robbery before turning to music and acting. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bounty Killer has since posted three fire emojis on the song on Bugle\'s Instagram page, buglean9ted. </p>\n<!-- /wp:paragraph -->','Bugle throws shade at Elephant Man in latest single?','','inherit','closed','closed','','7291-revision-v1','','','2019-09-03 20:44:46','2019-09-04 01:44:46','',7291,'https://buzz-caribbean.com/article/7291-revision-v1/',0,'revision','',0),(7365,4,'2019-09-03 20:50:13','2019-09-04 01:50:13','<!-- wp:paragraph -->\n<p>Jamaica\'s Tourism Ministry is moving to mobilise support for recovery of The Bahamas tourism sector, following the passage of Hurricane Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Portfolio minister Edmund Bartlett said that the Sandals Foundation is partnering on the effort to assist the sector. Activities to mobilise international support is being channelled through the Global Tourism Resilience and Crisis Management Centre, which was launched in January.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at a press conference at the ministry in Kingston Bartlett said the Government has started the process to reach out to the global tourism community. He said efforts are being made to resuscitate the Bahamian tourism resources with the help of stakeholders such as cruise lines, hotels, airlines and tour operators. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Global Tourism Resilience and Crisis Management Centre will also be working closely with the Caribbean Disaster Emergency Management Agency (CDEMA), Bartlett said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said he will be lending support to the Bahamas tourism minister at the World Tourism Organization General Assembly in Russia next week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bartlett stressed that climate change is real, as the proof is being presented by powerful and dangerous hurricanes such as Dorian.</p>\n<!-- /wp:paragraph -->','Tourism ministry consolidating support for Bahamas tourism industry sector','','inherit','closed','closed','','7360-revision-v1','','','2019-09-03 20:50:13','2019-09-04 01:50:13','',7360,'https://buzz-caribbean.com/article/7360-revision-v1/',0,'revision','',0),(7366,4,'2019-09-03 20:54:35','2019-09-04 01:54:35','','ed-bartlett-press-conference','','inherit','open','closed','','ed-bartlett-press-conference','','','2019-09-03 20:54:35','2019-09-04 01:54:35','',7360,'https://buzz-caribbean.com/app/uploads/2019/09/ed-bartlett-press-conference.jpg',0,'attachment','image/jpeg',0),(7368,4,'2019-09-03 21:00:23','2019-09-04 02:00:23','','AEG_5695','','inherit','open','closed','','aeg_5695','','','2019-09-03 21:00:23','2019-09-04 02:00:23','',7360,'https://buzz-caribbean.com/app/uploads/2019/09/AEG_5695.jpg',0,'attachment','image/jpeg',0),(7369,4,'2019-09-03 21:01:13','2019-09-04 02:01:13','<!-- wp:paragraph -->\n<p>Jamaica\'s Tourism Ministry is moving to mobilise support for recovery of The Bahamas tourism sector, following the passage of Hurricane Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Portfolio minister Edmund Bartlett said that the Sandals Foundation is partnering on the effort to assist the sector. Activities to mobilise international support is being channelled through the Global Tourism Resilience and Crisis Management Centre, which was launched in January.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7366} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ed-bartlett-press-conference-1024x683.jpg\" alt=\"\" class=\"wp-image-7366\" /><figcaption>Tourism Minister Ed Bartlett speaking at a press conference Tuesday (Sept 3).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking at a press conference at the ministry in Kingston Bartlett said the Government has started the process to reach out to the global tourism community. He said efforts are being made to resuscitate the Bahamian tourism resources with the help of stakeholders such as cruise lines, hotels, airlines and tour operators.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Global Tourism Resilience and Crisis Management Centre will also be working closely with the Caribbean Disaster Emergency Management Agency (CDEMA), Bartlett said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said he will be lending support to the Bahamas tourism minister at the World Tourism Organization General Assembly in Russia next week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bartlett stressed that climate change is real, as the proof is being presented by powerful and dangerous hurricanes such as Dorian.</p>\n<!-- /wp:paragraph -->','Tourism ministry consolidating support for Bahamas tourism industry sector','','inherit','closed','closed','','7360-revision-v1','','','2019-09-03 21:01:13','2019-09-04 02:01:13','',7360,'https://buzz-caribbean.com/article/7360-revision-v1/',0,'revision','',0),(7372,14,'2019-09-04 06:47:32','2019-09-04 11:47:32','<!-- wp:image {\"id\":7216} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-19-1024x683.jpg\" alt=\"\" class=\"wp-image-7216\" /><figcaption>Just some of the amazing books under the Blue Banyan Publishing House in Kingston, Jamaica (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Caribbean literature is alive and thriving,\nand our people are truly the only ones who could tell or relate to our\nexperiences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s the consensus <strong>BUZZ</strong> got from Tanya Batson-Savage, Publisher and Editor-in-Chief for <strong>Blue Banyan</strong> and <strong>Blouse &amp; Skirt Books</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7212} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-6-1024x683.jpg\" alt=\"\" class=\"wp-image-7212\" /><figcaption>Editor-in-Chief and Publisher of Blue Banyan, Blouse &amp; Skirt Books, Tanya Batson-Savage (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Batson-Savage, a native of St. Andrew, told <strong>BUZZ</strong> that the region is rich with stories. In a riveting interview at Bookophilia, she added that the company owes its name to the late pan-Africanist and national hero Marcus Garvey – but notes its vision as pan-Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\'Even in the sky, you stay rooted\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“At Blue Banyan, we produce a range of books from zero to 100. Under Blouse &amp; Skirt Books, however, we publish [literature] specifically for the ages of 12 to 100,” Batson-Savage began.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7215} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-20-1024x683.jpg\" alt=\"\" class=\"wp-image-7215\" /><figcaption>Batson-Savage channelling functionality in this branded Blouse &amp; Skirt tee (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Having registered the company in 2016 and\nbeginning operations roughly a year later, Batson-Savage explained that her\nteam decided to come up with a new name that would encapsulate the vision of\nthe publishing house.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I was trying to think of an image that would totally solidify who we are and what we do. Of course, [Marcus] Garvey comes into play for that,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7235} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-1-1024x683.jpg\" alt=\"\" class=\"wp-image-7235\" /><figcaption>\'From 0 to 100\', Blue Banyan has a book for just about everyone! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The book business is about keeping people rooted and the banyan tree is a tree with aerial roots. How cool is that? Even when you’re reaching for the sky, you still stay rooted. So, we thought it was the perfect fit,” Batson-Savage beamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For <strong>Blouse &amp; Skirt Books</strong>, the editor-in-chief told <strong>BUZZ</strong> that the idea behind the name was much simpler…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We want when you read one of our books,\nyou finish and you say, ‘Blouse an’ skirt, that was a good book!’. We want you\nto look at the covers and say, ‘That was worth the hours I committed; I got something\nback and I left this book a richer person’,” Batson-Savage explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Showcasing the Caribbean\'s rich literary versatility</h2>\n<!-- /wp:heading -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We [at Blue Banyan] are into books that explore, showcase and celebrate the Caribbean and [its] culture,\"</p><cite> —  Tanya Batson-Savage explaining her company\'s mandate.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Blue Banyan</strong> publisher further noted that the company’s approach to showcasing every aspect of our collective ‘Caribbean-ness’ was intentional, as no one outside of the region could truly understand our experiences as we do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7219} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-2-1024x683.jpg\" alt=\"\" class=\"wp-image-7219\" /><figcaption>\'We may be tiny but our books speak for themselves\'. Enough said! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“[Being Caribbean] is who we are. It is the core of what we do. We publish Caribbean writers wherever they live, no matter where they are, that’s the key thing,” she posited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We are completely and totally dedicated to quality: from the look and feel of the book right down to the experience,\" </p><cite> —  Blue Banyan refuses to skimp on its core values.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I started in publishing because I had been looking for a book of Caribbean folktales, growing on those stories from my grandmother – I couldn’t find any. And that’s what we do. If we do not see the books we want to see with us, reflecting our realities, who we are, what we do, how we do [it], how we talk, how we eat, how we love, how we just breathe, then write it. That’s what we do at Blue Banyan,” Batson-Savage added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7220} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-11-1024x683.jpg\" alt=\"\" class=\"wp-image-7220\" /><figcaption>One of the many books Batson-Savage is proud of is #JoysofParenting by Carlette DeLeon, an illustrated adult book on the experiences of one Jamaican mom raising a rowdy son (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We [at Blue Banyan] are into books that explore, showcase and celebrate the Caribbean and [its] culture. Being Caribbean is key. Whether you’re Caribbean in Jamaica, Trinidad, Toronto – it’s all a part of who we are,” the <strong>Blue Banyan</strong> publisher told the <strong>BUZZ</strong> team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\'Caribbean people do read!\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tanya Batson-Savage disagreed with the widespread\nmisconception that Caribbean people ‘don’t read’, offering her take as to why\nthe region is perceived that way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I think one of the biggest lies we tell ourselves and other people tell us often is that we don’t read. We read different things and we have been a reading and thinking community. We just don’t read as much as we would like,\" Batson-Savage retorted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I started in publishing because I had been looking for a book of Caribbean folktales, growing on those stories from my grandmother – I couldn’t find any,\"</p><cite> —  A simple but poignant reason to enter any profession, let alone publishing. Well done Tanya Batson-Savage!</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I think what’s happening [today through] the beauty of social media is that now if you’re reading, you can share with others. You can say ‘I love this book’ and it’s not just you, so it’s becoming a lot more visible that Caribbean people are interested in reading,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To this end, <strong>Blue Banyan</strong> has published dozens of books, highlighting the best of Caribbean culture, mythos, customs and experiences – and people are starting to notice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7217} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-21-1024x683.jpg\" alt=\"\" class=\"wp-image-7217\" /><figcaption>More published works from Blue Banyan\'s amazing catalogue (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I’m focusing on perfecting, producing really great books. Those are things I want to bring out to the world,” Batson-Savage told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“One of the amazing things about being in publishing is that you realise there is so much more to do. I have great hopes for Blue Banyan. There are a lot of books we want to do. Illustrated adult books, anthologies, graphic novels, comic books, Caribbean plays and books that are boy-friendly,” she noted further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7234} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-9-1024x683.jpg\" alt=\"\" class=\"wp-image-7234\" /><figcaption>\'In This Breadfruit Kingdom\', an anthology of Jamaican poetry selected by the legendary Mervyn Morris (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Batson-Savage told <strong>BUZZ</strong> that the company is targeting more coming-of-age stories for young Caribbean boys in the next six to eight months, to keep up with the growing demand in the market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"...One of the biggest lies we tell ourselves and other people tell us often is that we don’t read...we have been a reading and thinking community,\" </p><cite> — Tanya Batson-Savage challenges the widespread misconception that Caribbean people \'don\'t read\'.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Quite accidentally, we’ve ended up with most of our books having female protagonists. So, I want to do more books that are boy-friendly because there are boys out there looking for things to read,” Batson-Savage told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>New to reading? Blue Banyan has you covered...</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Blue Banyan</strong> Editor-in-Chief was happy to share her recommendations for a reading neophyte, offering her two personal favourites...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7221} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-10-1024x683.jpg\" alt=\"\" class=\"wp-image-7221\" /><figcaption>All Over Again, by A-Dziko Simba Gegele, a masterful coming-of-age story about growing up as a Jamaican boy is a must-read for just about anyone. That’s according to Editor-in-Chief at Blue Banyan Books, Tanya Batson-Savage. (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“<strong>All Over Again</strong> is an absolutely great read. It was our first novel and we’re very proud of it and it won the inaugural Burt Award for Caribbean literature. [All Over Again] is a coming-of-age story about growing up as a boy, but it’s also a book about growing up as a person, as a Jamaican and it’s fun, easy to digest and has life lessons I find myself mentally quoting it sometimes,” Batson-Savage recalled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“If you are not a big reader, this book is a great intro. If not that, then it’s <strong>Dancing in the Rain</strong>, which is also for young readers and it’s about the fall of the Twin Towers. But it’s so lyrically written [that you can] look at a very dark time in history and it shows you the light,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7218} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-4-1024x683.jpg\" alt=\"\" class=\"wp-image-7218\" /><figcaption>Dancing in the Rain, another must-read for beginner bookworms (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Quality at the forefront of every published book</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tanya Batson-Savage was very succinct with her impression as to what separates <strong>Blue Banyan</strong> from others in the publishing landscape. She told <strong>BUZZ</strong> it comes down to quality, firstly and lastly. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The book business is about keeping people rooted and the banyan tree is a tree with aerial roots. How cool is that? Even when you’re reaching for the sky, you still stay rooted,\"</p><cite> —  Tanya Batson-Savage, telling the BUZZ team the concept behind the naming of the Blue Banyan publishing house.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“What sets us apart is we’re tiny and that tininess means every book we produce, we have to be committed to – because it takes so much effort, care and it means so much,” Batson-Savage responded after a brief pause.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are completely and totally dedicated to quality: from the look and feel of the book right down to the experience.  We believe that you work hard for your money and have limited time, and you need to spend [them] wisely when you spend it with us,” she added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Check out some of the impressive published books offered by <strong>Blue Banyan</strong> in our <strong>BUZZ</strong> gallery below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[7224,7225,7226,7227,7228,7229,7230,7231,7232]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-18.jpg\" alt=\"\" data-id=\"7224\" data-link=\"https://buzz-caribbean.com/?attachment_id=7224\" class=\"wp-image-7224\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-17.jpg\" alt=\"\" data-id=\"7225\" data-link=\"https://buzz-caribbean.com/?attachment_id=7225\" class=\"wp-image-7225\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-16.jpg\" alt=\"\" data-id=\"7226\" data-link=\"https://buzz-caribbean.com/?attachment_id=7226\" class=\"wp-image-7226\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-15.jpg\" alt=\"\" data-id=\"7227\" data-link=\"https://buzz-caribbean.com/?attachment_id=7227\" class=\"wp-image-7227\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-14.jpg\" alt=\"\" data-id=\"7228\" data-link=\"https://buzz-caribbean.com/?attachment_id=7228\" class=\"wp-image-7228\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-13.jpg\" alt=\"\" data-id=\"7229\" data-link=\"https://buzz-caribbean.com/?attachment_id=7229\" class=\"wp-image-7229\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-12.jpg\" alt=\"\" data-id=\"7230\" data-link=\"https://buzz-caribbean.com/?attachment_id=7230\" class=\"wp-image-7230\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-8.jpg\" alt=\"\" data-id=\"7231\" data-link=\"https://buzz-caribbean.com/?attachment_id=7231\" class=\"wp-image-7231\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-7.jpg\" alt=\"\" data-id=\"7232\" data-link=\"https://buzz-caribbean.com/?attachment_id=7232\" class=\"wp-image-7232\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“It sounds very clichéd but quality. We take the time to make sure we do our books right,” Batson-Savage told the<strong> BUZZ </strong>team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Blue Banyan, as well as Blouse &amp; Skirt Books,  are available at Bookphilia, The Readers’ Book Shop and Kozy Korner in Kingston, in addition to select Kingston Bookshop and Sangster’s Bookstore locations.</p>\n<!-- /wp:paragraph -->','Blue Banyan Publishers offering a true space for Caribbean experiences','','inherit','closed','closed','','7182-revision-v1','','','2019-09-04 06:47:32','2019-09-04 11:47:32','',7182,'https://buzz-caribbean.com/article/7182-revision-v1/',0,'revision','',0),(7373,14,'2019-09-04 06:48:02','2019-09-04 11:48:02','<!-- wp:image {\"id\":7216} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-19-1024x683.jpg\" alt=\"\" class=\"wp-image-7216\" /><figcaption>Just some of the amazing books under the Blue Banyan Publishing House in Kingston, Jamaica (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Caribbean literature is alive and thriving,\nand our people are truly the only ones who could tell or relate to our\nexperiences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s the consensus <strong>BUZZ</strong> got from Tanya Batson-Savage, Publisher and Editor-in-Chief for <strong>Blue Banyan</strong> and <strong>Blouse &amp; Skirt Books</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7212} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-6-1024x683.jpg\" alt=\"\" class=\"wp-image-7212\" /><figcaption>Editor-in-Chief and Publisher of Blue Banyan, Blouse &amp; Skirt Books, Tanya Batson-Savage (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Batson-Savage, a native of St. Andrew, told <strong>BUZZ</strong> that the region is rich with stories. In a riveting interview at Bookophilia, she added that the company owes its name to the late pan-Africanist and national hero Marcus Garvey – but notes its vision as pan-Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\'Even in the sky, you stay rooted\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“At Blue Banyan, we produce a range of books from zero to 100. Under Blouse &amp; Skirt Books, however, we publish [literature] specifically for the ages of 12 to 100,” Batson-Savage began.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7215} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-20-1024x683.jpg\" alt=\"\" class=\"wp-image-7215\" /><figcaption>Batson-Savage channelling functionality in this branded Blouse &amp; Skirt tee (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Having registered the company in 2016 and\nbeginning operations roughly a year later, Batson-Savage explained that her\nteam decided to come up with a new name that would encapsulate the vision of\nthe publishing house.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I was trying to think of an image that would totally solidify who we are and what we do. Of course, [Marcus] Garvey comes into play for that,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7235} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-1-1024x683.jpg\" alt=\"\" class=\"wp-image-7235\" /><figcaption>\'From 0 to 100\', Blue Banyan has a book for just about everyone! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The book business is about keeping people rooted and the banyan tree is a tree with aerial roots. How cool is that? Even when you’re reaching for the sky, you still stay rooted. So, we thought it was the perfect fit,” Batson-Savage beamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For <strong>Blouse &amp; Skirt Books</strong>, the editor-in-chief told <strong>BUZZ</strong> that the idea behind the name was much simpler…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We want when you read one of our books,\nyou finish and you say, ‘Blouse an’ skirt, that was a good book!’. We want you\nto look at the covers and say, ‘That was worth the hours I committed; I got something\nback and I left this book a richer person’,” Batson-Savage explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Showcasing the Caribbean\'s rich literary versatility</h2>\n<!-- /wp:heading -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We [at Blue Banyan] are into books that explore, showcase and celebrate the Caribbean and [its] culture,\"</p><cite> —  Tanya Batson-Savage explaining her company\'s mandate.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Blue Banyan</strong> publisher further noted that the company’s approach to showcasing every aspect of our collective ‘Caribbean-ness’ was intentional, as no one outside of the region could truly understand our experiences as we do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7219} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-2-1024x683.jpg\" alt=\"\" class=\"wp-image-7219\" /><figcaption>\'We may be tiny but our books speak for themselves\'. Enough said! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“[Being Caribbean] is who we are. It is the core of what we do. We publish Caribbean writers wherever they live, no matter where they are, that’s the key thing,” she posited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We are completely and totally dedicated to quality: from the look and feel of the book right down to the experience,\" </p><cite> —  Blue Banyan refuses to skimp on its core values.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I started in publishing because I had been looking for a book of Caribbean folktales, growing on those stories from my grandmother – I couldn’t find any. And that’s what we do. If we do not see the books we want to see with us, reflecting our realities, who we are, what we do, how we do [it], how we talk, how we eat, how we love, how we just breathe, then write it. That’s what we do at Blue Banyan,” Batson-Savage added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7220} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-11-1024x683.jpg\" alt=\"\" class=\"wp-image-7220\" /><figcaption>One of the many books Batson-Savage is proud of is #JoysofParenting by Carlette DeLeon, an illustrated adult book on the experiences of one Jamaican mom raising a rowdy son (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We [at Blue Banyan] are into books that explore, showcase and celebrate the Caribbean and [its] culture. Being Caribbean is key. Whether you’re Caribbean in Jamaica, Trinidad, Toronto – it’s all a part of who we are,” the <strong>Blue Banyan</strong> publisher told the <strong>BUZZ</strong> team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\'Caribbean people do read!\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tanya Batson-Savage disagreed with the widespread\nmisconception that Caribbean people ‘don’t read’, offering her take as to why\nthe region is perceived that way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I think one of the biggest lies we tell ourselves and other people tell us often is that we don’t read. We read different things and we have been a reading and thinking community. We just don’t read as much as we would like,\" Batson-Savage retorted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I started in publishing because I had been looking for a book of Caribbean folktales, growing on those stories from my grandmother – I couldn’t find any,\"</p><cite> —  A simple but poignant reason to enter any profession, let alone publishing. Well done Tanya Batson-Savage!</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I think what’s happening [today through] the beauty of social media is that now if you’re reading, you can share with others. You can say ‘I love this book’ and it’s not just you, so it’s becoming a lot more visible that Caribbean people are interested in reading,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To this end, <strong>Blue Banyan</strong> has published dozens of books, highlighting the best of Caribbean culture, mythos, customs and experiences – and people are starting to notice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7217} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-21-1024x683.jpg\" alt=\"\" class=\"wp-image-7217\" /><figcaption>More published works from Blue Banyan\'s amazing catalogue (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I’m focusing on perfecting, producing really great books. Those are things I want to bring out to the world,” Batson-Savage told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“One of the amazing things about being in publishing is that you realise there is so much more to do. I have great hopes for Blue Banyan. There are a lot of books we want to do. Illustrated adult books, anthologies, graphic novels, comic books, Caribbean plays and books that are boy-friendly,” she noted further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7234} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-9-1024x683.jpg\" alt=\"\" class=\"wp-image-7234\" /><figcaption>\'In This Breadfruit Kingdom\', an anthology of Jamaican poetry selected by the legendary Mervyn Morris (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Batson-Savage told <strong>BUZZ</strong> that the company is targeting more coming-of-age stories for young Caribbean boys in the next six to eight months, to keep up with the growing demand in the market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"...One of the biggest lies we tell ourselves and other people tell us often is that we don’t read...we have been a reading and thinking community,\" </p><cite> — Tanya Batson-Savage challenges the widespread misconception that Caribbean people \'don\'t read\'.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Quite accidentally, we’ve ended up with most of our books having female protagonists. So, I want to do more books that are boy-friendly because there are boys out there looking for things to read,” Batson-Savage told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>New to reading? Blue Banyan has you covered...</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Blue Banyan</strong> Editor-in-Chief was happy to share her recommendations for a reading neophyte, offering her two personal favourites...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7221} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-10-1024x683.jpg\" alt=\"\" class=\"wp-image-7221\" /><figcaption>All Over Again, by A-Dziko Simba Gegele, a masterful coming-of-age story about growing up as a Jamaican boy is a must-read for just about anyone. That’s according to Editor-in-Chief at Blue Banyan Books, Tanya Batson-Savage. (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“<strong>All Over Again</strong> is an absolutely great read. It was our first novel and we’re very proud of it and it won the inaugural Burt Award for Caribbean literature. [All Over Again] is a coming-of-age story about growing up as a boy, but it’s also a book about growing up as a person, as a Jamaican and it’s fun, easy to digest and has life lessons I find myself mentally quoting it sometimes,” Batson-Savage recalled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“If you are not a big reader, this book is a great intro. If not that, then it’s <strong>Dancing in the Rain</strong>, which is also for young readers and it’s about the fall of the Twin Towers. But it’s so lyrically written [that you can] look at a very dark time in history and it shows you the light,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7218} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-4-1024x683.jpg\" alt=\"\" class=\"wp-image-7218\" /><figcaption>Dancing in the Rain, another must-read for beginner bookworms (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Quality at the forefront of every published book</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tanya Batson-Savage was very succinct with her impression as to what separates <strong>Blue Banyan</strong> from others in the publishing landscape. She told <strong>BUZZ</strong> it comes down to quality, firstly and lastly. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The book business is about keeping people rooted and the banyan tree is a tree with aerial roots. How cool is that? Even when you’re reaching for the sky, you still stay rooted,\"</p><cite> —  Tanya Batson-Savage, telling the BUZZ team the concept behind the naming of the Blue Banyan publishing house.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“What sets us apart is we’re tiny and that tininess means every book we produce, we have to be committed to – because it takes so much effort, care and it means so much,” Batson-Savage responded after a brief pause.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are completely and totally dedicated to quality: from the look and feel of the book right down to the experience.  We believe that you work hard for your money and have limited time, and you need to spend [them] wisely when you spend it with us,” she added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Check out some of the impressive published books offered by <strong>Blue Banyan</strong> in our <strong>BUZZ</strong> gallery below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[7224,7225,7226,7227,7228,7229,7230,7231,7232]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-18.jpg\" alt=\"\" data-id=\"7224\" data-link=\"https://buzz-caribbean.com/?attachment_id=7224\" class=\"wp-image-7224\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-17.jpg\" alt=\"\" data-id=\"7225\" data-link=\"https://buzz-caribbean.com/?attachment_id=7225\" class=\"wp-image-7225\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-16.jpg\" alt=\"\" data-id=\"7226\" data-link=\"https://buzz-caribbean.com/?attachment_id=7226\" class=\"wp-image-7226\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-15.jpg\" alt=\"\" data-id=\"7227\" data-link=\"https://buzz-caribbean.com/?attachment_id=7227\" class=\"wp-image-7227\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-14.jpg\" alt=\"\" data-id=\"7228\" data-link=\"https://buzz-caribbean.com/?attachment_id=7228\" class=\"wp-image-7228\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-13.jpg\" alt=\"\" data-id=\"7229\" data-link=\"https://buzz-caribbean.com/?attachment_id=7229\" class=\"wp-image-7229\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-12.jpg\" alt=\"\" data-id=\"7230\" data-link=\"https://buzz-caribbean.com/?attachment_id=7230\" class=\"wp-image-7230\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-8.jpg\" alt=\"\" data-id=\"7231\" data-link=\"https://buzz-caribbean.com/?attachment_id=7231\" class=\"wp-image-7231\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-7.jpg\" alt=\"\" data-id=\"7232\" data-link=\"https://buzz-caribbean.com/?attachment_id=7232\" class=\"wp-image-7232\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“It sounds very clichéd but quality. We take the time to make sure we do our books right,” Batson-Savage told the<strong> BUZZ </strong>team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Blue Banyan</strong>, as well as <strong>Blouse &amp; Skirt Books</strong>,  are available at Bookphilia, The Readers’ Book Shop and Kozy Korner in Kingston, in addition to select Kingston Bookshop and Sangster’s Bookstore locations.</p>\n<!-- /wp:paragraph -->','Blue Banyan Publishers offering a true space for Caribbean experiences','','inherit','closed','closed','','7182-revision-v1','','','2019-09-04 06:48:02','2019-09-04 11:48:02','',7182,'https://buzz-caribbean.com/article/7182-revision-v1/',0,'revision','',0),(7374,14,'2019-09-04 06:48:39','2019-09-04 11:48:39','<!-- wp:image {\"id\":7216} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-19-1024x683.jpg\" alt=\"\" class=\"wp-image-7216\" /><figcaption>Just some of the amazing books under the Blue Banyan Publishing House in Kingston, Jamaica (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Caribbean literature is alive and thriving,\nand our people are truly the only ones who could tell or relate to our\nexperiences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s the consensus <strong>BUZZ</strong> got from Tanya Batson-Savage, Publisher and Editor-in-Chief for <strong>Blue Banyan</strong> and <strong>Blouse &amp; Skirt Books</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7212} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-6-1024x683.jpg\" alt=\"\" class=\"wp-image-7212\" /><figcaption>Editor-in-Chief and Publisher of Blue Banyan, Blouse &amp; Skirt Books, Tanya Batson-Savage (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Batson-Savage, a native of St. Andrew, told <strong>BUZZ</strong> that the region is rich with stories. In a riveting interview at Bookophilia, she added that the company owes its name to the late pan-Africanist and national hero Marcus Garvey – but notes its vision as pan-Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\'Even in the sky, you stay rooted\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“At Blue Banyan, we produce a range of books from zero to 100. Under Blouse &amp; Skirt Books, however, we publish [literature] specifically for the ages of 12 to 100,” Batson-Savage began.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7215} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-20-1024x683.jpg\" alt=\"\" class=\"wp-image-7215\" /><figcaption>Batson-Savage channelling functionality in this branded Blouse &amp; Skirt tee (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Having registered the company in 2016 and\nbeginning operations roughly a year later, Batson-Savage explained that her\nteam decided to come up with a new name that would encapsulate the vision of\nthe publishing house.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I was trying to think of an image that would totally solidify who we are and what we do. Of course, [Marcus] Garvey comes into play for that,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7235} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-1-1024x683.jpg\" alt=\"\" class=\"wp-image-7235\" /><figcaption>\'From 0 to 100\', Blue Banyan has a book for just about everyone! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The book business is about keeping people rooted and the banyan tree is a tree with aerial roots. How cool is that? Even when you’re reaching for the sky, you still stay rooted. So, we thought it was the perfect fit,” Batson-Savage beamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For <strong>Blouse &amp; Skirt Books</strong>, the editor-in-chief told <strong>BUZZ</strong> that the idea behind the name was much simpler…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We want when you read one of our books,\nyou finish and you say, ‘Blouse an’ skirt, that was a good book!’. We want you\nto look at the covers and say, ‘That was worth the hours I committed; I got something\nback and I left this book a richer person’,” Batson-Savage explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Showcasing the Caribbean\'s rich literary versatility</h2>\n<!-- /wp:heading -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We [at Blue Banyan] are into books that explore, showcase and celebrate the Caribbean and [its] culture,\"</p><cite> —  Tanya Batson-Savage explaining her company\'s mandate.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Blue Banyan</strong> publisher further noted that the company’s approach to showcasing every aspect of our collective ‘Caribbean-ness’ was intentional, as no one outside of the region could truly understand our experiences as we do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7219} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-2-1024x683.jpg\" alt=\"\" class=\"wp-image-7219\" /><figcaption>\'We may be tiny but our books speak for themselves\'. Enough said! (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“[Being Caribbean] is who we are. It is the core of what we do. We publish Caribbean writers wherever they live, no matter where they are, that’s the key thing,” she posited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We are completely and totally dedicated to quality: from the look and feel of the book right down to the experience,\" </p><cite> —  Blue Banyan refuses to skimp on its core values.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I started in publishing because I had been looking for a book of Caribbean folktales, growing on those stories from my grandmother – I couldn’t find any. And that’s what we do. If we do not see the books we want to see with us, reflecting our realities, who we are, what we do, how we do [it], how we talk, how we eat, how we love, how we just breathe, then write it. That’s what we do at Blue Banyan,” Batson-Savage added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7220} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-11-1024x683.jpg\" alt=\"\" class=\"wp-image-7220\" /><figcaption>One of the many books Batson-Savage is proud of is #JoysofParenting by Carlette DeLeon, an illustrated adult book on the experiences of one Jamaican mom raising a rowdy son (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We [at Blue Banyan] are into books that explore, showcase and celebrate the Caribbean and [its] culture. Being Caribbean is key. Whether you’re Caribbean in Jamaica, Trinidad, Toronto – it’s all a part of who we are,” the <strong>Blue Banyan</strong> publisher told the <strong>BUZZ</strong> team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\'Caribbean people do read!\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tanya Batson-Savage disagreed with the widespread\nmisconception that Caribbean people ‘don’t read’, offering her take as to why\nthe region is perceived that way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I think one of the biggest lies we tell ourselves and other people tell us often is that we don’t read. We read different things and we have been a reading and thinking community. We just don’t read as much as we would like,\" Batson-Savage retorted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I started in publishing because I had been looking for a book of Caribbean folktales, growing on those stories from my grandmother – I couldn’t find any,\"</p><cite> —  A simple but poignant reason to enter any profession, let alone publishing. Well done, Tanya Batson-Savage!</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I think what’s happening [today through] the beauty of social media is that now if you’re reading, you can share with others. You can say ‘I love this book’ and it’s not just you, so it’s becoming a lot more visible that Caribbean people are interested in reading,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To this end, <strong>Blue Banyan</strong> has published dozens of books, highlighting the best of Caribbean culture, mythos, customs and experiences – and people are starting to notice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7217} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-21-1024x683.jpg\" alt=\"\" class=\"wp-image-7217\" /><figcaption>More published works from Blue Banyan\'s amazing catalogue (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I’m focusing on perfecting, producing really great books. Those are things I want to bring out to the world,” Batson-Savage told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“One of the amazing things about being in publishing is that you realise there is so much more to do. I have great hopes for Blue Banyan. There are a lot of books we want to do. Illustrated adult books, anthologies, graphic novels, comic books, Caribbean plays and books that are boy-friendly,” she noted further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7234} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-9-1024x683.jpg\" alt=\"\" class=\"wp-image-7234\" /><figcaption>\'In This Breadfruit Kingdom\', an anthology of Jamaican poetry selected by the legendary Mervyn Morris (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Batson-Savage told <strong>BUZZ</strong> that the company is targeting more coming-of-age stories for young Caribbean boys in the next six to eight months, to keep up with the growing demand in the market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"...One of the biggest lies we tell ourselves and other people tell us often is that we don’t read...we have been a reading and thinking community,\" </p><cite> — Tanya Batson-Savage challenges the widespread misconception that Caribbean people \'don\'t read\'.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Quite accidentally, we’ve ended up with most of our books having female protagonists. So, I want to do more books that are boy-friendly because there are boys out there looking for things to read,” Batson-Savage told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>New to reading? Blue Banyan has you covered...</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Blue Banyan</strong> Editor-in-Chief was happy to share her recommendations for a reading neophyte, offering her two personal favourites...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7221} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-10-1024x683.jpg\" alt=\"\" class=\"wp-image-7221\" /><figcaption>All Over Again, by A-Dziko Simba Gegele, a masterful coming-of-age story about growing up as a Jamaican boy is a must-read for just about anyone. That’s according to Editor-in-Chief at Blue Banyan Books, Tanya Batson-Savage. (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“<strong>All Over Again</strong> is an absolutely great read. It was our first novel and we’re very proud of it and it won the inaugural Burt Award for Caribbean literature. [All Over Again] is a coming-of-age story about growing up as a boy, but it’s also a book about growing up as a person, as a Jamaican and it’s fun, easy to digest and has life lessons I find myself mentally quoting it sometimes,” Batson-Savage recalled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“If you are not a big reader, this book is a great intro. If not that, then it’s <strong>Dancing in the Rain</strong>, which is also for young readers and it’s about the fall of the Twin Towers. But it’s so lyrically written [that you can] look at a very dark time in history and it shows you the light,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7218} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-4-1024x683.jpg\" alt=\"\" class=\"wp-image-7218\" /><figcaption>Dancing in the Rain, another must-read for beginner bookworms (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Quality at the forefront of every published book</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tanya Batson-Savage was very succinct with her impression as to what separates <strong>Blue Banyan</strong> from others in the publishing landscape. She told <strong>BUZZ</strong> it comes down to quality, firstly and lastly. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The book business is about keeping people rooted and the banyan tree is a tree with aerial roots. How cool is that? Even when you’re reaching for the sky, you still stay rooted,\"</p><cite> —  Tanya Batson-Savage, telling the BUZZ team the concept behind the naming of the Blue Banyan publishing house.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“What sets us apart is we’re tiny and that tininess means every book we produce, we have to be committed to – because it takes so much effort, care and it means so much,” Batson-Savage responded after a brief pause.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are completely and totally dedicated to quality: from the look and feel of the book right down to the experience.  We believe that you work hard for your money and have limited time, and you need to spend [them] wisely when you spend it with us,” she added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Check out some of the impressive published books offered by <strong>Blue Banyan</strong> in our <strong>BUZZ</strong> gallery below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[7224,7225,7226,7227,7228,7229,7230,7231,7232]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-18.jpg\" alt=\"\" data-id=\"7224\" data-link=\"https://buzz-caribbean.com/?attachment_id=7224\" class=\"wp-image-7224\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-17.jpg\" alt=\"\" data-id=\"7225\" data-link=\"https://buzz-caribbean.com/?attachment_id=7225\" class=\"wp-image-7225\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-16.jpg\" alt=\"\" data-id=\"7226\" data-link=\"https://buzz-caribbean.com/?attachment_id=7226\" class=\"wp-image-7226\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-15.jpg\" alt=\"\" data-id=\"7227\" data-link=\"https://buzz-caribbean.com/?attachment_id=7227\" class=\"wp-image-7227\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-14.jpg\" alt=\"\" data-id=\"7228\" data-link=\"https://buzz-caribbean.com/?attachment_id=7228\" class=\"wp-image-7228\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-13.jpg\" alt=\"\" data-id=\"7229\" data-link=\"https://buzz-caribbean.com/?attachment_id=7229\" class=\"wp-image-7229\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-12.jpg\" alt=\"\" data-id=\"7230\" data-link=\"https://buzz-caribbean.com/?attachment_id=7230\" class=\"wp-image-7230\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-8.jpg\" alt=\"\" data-id=\"7231\" data-link=\"https://buzz-caribbean.com/?attachment_id=7231\" class=\"wp-image-7231\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-7.jpg\" alt=\"\" data-id=\"7232\" data-link=\"https://buzz-caribbean.com/?attachment_id=7232\" class=\"wp-image-7232\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“It sounds very clichéd but quality. We take the time to make sure we do our books right,” Batson-Savage told the<strong> BUZZ </strong>team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Blue Banyan</strong>, as well as <strong>Blouse &amp; Skirt Books</strong>,  are available at Bookphilia, The Readers’ Book Shop and Kozy Korner in Kingston, in addition to select Kingston Bookshop and Sangster’s Bookstore locations.</p>\n<!-- /wp:paragraph -->','Blue Banyan Publishers offering a true space for Caribbean experiences','','inherit','closed','closed','','7182-revision-v1','','','2019-09-04 06:48:39','2019-09-04 11:48:39','',7182,'https://buzz-caribbean.com/article/7182-revision-v1/',0,'revision','',0),(7376,14,'2019-09-04 08:42:36','2019-09-04 13:42:36','','brothers-kuts-barbers-buzz-4','','inherit','open','closed','','brothers-kuts-barbers-buzz-4','','','2019-09-04 08:42:36','2019-09-04 13:42:36','',7099,'https://buzz-caribbean.com/app/uploads/2019/09/brothers-kuts-barbers-buzz-4.jpg',0,'attachment','image/jpeg',0),(7377,14,'2019-09-04 08:42:48','2019-09-04 13:42:48','','brothers-kuts-barbers-buzz-3','','inherit','open','closed','','brothers-kuts-barbers-buzz-3','','','2019-09-04 08:42:48','2019-09-04 13:42:48','',7099,'https://buzz-caribbean.com/app/uploads/2019/09/brothers-kuts-barbers-buzz-3.jpg',0,'attachment','image/jpeg',0),(7378,14,'2019-09-04 08:43:09','2019-09-04 13:43:09','','brothers-kuts-barbers-buzz-1','','inherit','open','closed','','brothers-kuts-barbers-buzz-1','','','2019-09-04 08:43:09','2019-09-04 13:43:09','',7099,'https://buzz-caribbean.com/app/uploads/2019/09/brothers-kuts-barbers-buzz-1.jpg',0,'attachment','image/jpeg',0),(7379,14,'2019-09-04 08:43:22','2019-09-04 13:43:22','','brothers-kuts-barbers-buzz-5','','inherit','open','closed','','brothers-kuts-barbers-buzz-5','','','2019-09-04 08:43:22','2019-09-04 13:43:22','',7099,'https://buzz-caribbean.com/app/uploads/2019/09/brothers-kuts-barbers-buzz-5.jpg',0,'attachment','image/jpeg',0),(7380,14,'2019-09-04 08:43:38','2019-09-04 13:43:38','','brothers-kuts-barbers-buzz-2','','inherit','open','closed','','brothers-kuts-barbers-buzz-2','','','2019-09-04 08:43:38','2019-09-04 13:43:38','',7099,'https://buzz-caribbean.com/app/uploads/2019/09/brothers-kuts-barbers-buzz-2.jpg',0,'attachment','image/jpeg',0),(7381,14,'2019-09-04 08:44:54','2019-09-04 13:44:54','','Brothers Kuts Barbers Buzz Feature\'','','inherit','open','closed','','brothers-kuts-barbers-buzz-feature','','','2019-09-04 08:44:54','2019-09-04 13:44:54','',7099,'https://buzz-caribbean.com/app/uploads/2019/09/brothers-kuts-barbers-buzz-feature.jpg',0,'attachment','image/jpeg',0),(7382,14,'2019-09-04 08:45:13','2019-09-04 13:45:13','<!-- wp:image {\"id\":7376} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/brothers-kuts-barbers-buzz-4-1024x768.jpg\" alt=\"\" class=\"wp-image-7376\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For the last 28 years, Brothers Kutz has been the leading barbershop in Calgary, Alberta Canada, catering to the grooming of predominantly black men.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As confirmed by a number of customers, including Jamaicans, Brothers Kutz is the place to go for a proper cut. While the name Brothers Kutz is the registered name of the barbershop, just about everyone refers to the establishment as Ted, after its owner and operator.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wayvon ‘Ted’ Leslie is a Jamaican who has been living in Canada for 45 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7377} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/brothers-kuts-barbers-buzz-3.jpg\" alt=\"\" class=\"wp-image-7377\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ted told <strong>BUZZ</strong> that his first passion was culinary art and so he attended the Southern Alberta Institute of Technology (SAIT) to pursue studies in this area. However, he also had a love for barbering and applied the skill,  cutting the hair of his schoolmates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7380} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/brothers-kuts-barbers-buzz-2-1024x768.jpg\" alt=\"\" class=\"wp-image-7380\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After completing his studies Ted took up a job in the culinary industry but was soon laid off. This resulted in him going back to school to sharpen his barbering skills. He subsequently started his Brothers Kutz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Today we have nine barbers in the shop and have about 100 clients on a daily basis. We have a multi-cultural clientele, anybody, and any nationality,” Ted said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7378} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/brothers-kuts-barbers-buzz-1-1024x768.jpg\" alt=\"\" class=\"wp-image-7378\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ted explained that when he started his business 28 years ago, it was the only barbershop in Calgary for black men. His clientele grew rapidly and word got around not only to the Jamaicans but those from the Caribbean and African communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7379} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/brothers-kuts-barbers-buzz-5.jpg\" alt=\"\" class=\"wp-image-7379\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Outside of the haircut, some will quickly admit that Ted\'s is a great place to discuss whatever may be happening in the black community as well as personal issues and leaving with solutions. Some clients also recall the socialization each summer at the back of the shop over barbeques hosted by Ted.&nbsp;</p>\n<!-- /wp:paragraph -->','Jamaican-owned barbershop making the Kutz in Canada','','inherit','closed','closed','','7099-revision-v1','','','2019-09-04 08:45:13','2019-09-04 13:45:13','',7099,'https://buzz-caribbean.com/article/7099-revision-v1/',0,'revision','',0),(7383,21,'2019-09-04 09:06:28','2019-09-04 14:06:28','<!-- wp:image {\"id\":7385} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/edmund-bartlett-buzz-demo-1-1024x771.jpg\" alt=\"\" class=\"wp-image-7385\" /><figcaption>Minister of Tourism Edmund Bartlett (Photo: Mark Bell, JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tourism Minister Edmund Bartlett has\nannounced new flights out of South America and Russia to Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bartlett, while providing updates on industry developments, at a press conference in New Kingston on said the new flights as well as expansions in the island’s hotel room stock over the next three months, are projected to result in an average eight to nine percent growth in stopover visitor arrivals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added that this should also result in a\n10.2 percent growth in overall revenue generated by tourism for the 2019\ncalendar year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Regarding the airlift arrangements,\nBartlett said come December 2, LATAM Airlines will commence service between\nLima, Peru and Montego Bay, with three flights per week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7384} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lima-peru-busy-traffic-buzz-demo.jpg\" alt=\"\" class=\"wp-image-7384\" /><figcaption>Lima, Peru at midday (Photo: Instagram, @marina_estacio)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This, he pointed out, will increase the\nnumber of flights out of South America to 14, with COPA Airlines currently\noperating 11 weekly flights between Panama and Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That is good news, especially [since] the South American market has shown the highest level of growth for this year, so far. I think they are growing somewhere in the region of 22 to 24 percent,” Bartlett explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":323} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/flying-into-sunset-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-323\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The minister further advised that Russian\nairline Pegas Fly, which currently provides flights to Jamaica using 747\naircraft, will be utilising bigger jets, to increase the number of passengers\ntravelling to Montego Bay to 500 per trip.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This [is] exciting news because it will expand our reach into continental and eastern Europe,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7386} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/edmund-bartlett-buzz-demo-2-1024x965.jpg\" alt=\"\" class=\"wp-image-7386\" /><figcaption>Tourism Minister Edmund Bartlett speaking to the media on Tuesday (Photo: Mark Bell, JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Minister Bartlett advised that rooms being brought back on stream include 790 at <a href=\"https://buzz-caribbean.com/article/riu-ocho-rios-to-reopen-september-21/\">RIU Ocho Rios</a>, which reopens in September, while among the new inventory are 500 by the H10 Hotel Group, which will commence operations in November with, “hopefully, another 500 over the next year as they [move] to the 1,000 mark”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bartlett also mentioned the opening of the\nAC Marriott Hotel, which “will add a significant number of rooms to Kingston”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":324} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_Marriott_Hotel-1024x683.jpg\" alt=\"The sign at the new AC Hotel in Kingston\" class=\"wp-image-324\" /><figcaption>The AC Marriot Hotel in Kingston (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Noting that 2019 stopover arrivals, to date, average approximately 9.1 percent, Bartlett said it is anticipated that the out-turn for September to December will grow by just over seven percent to round out the calendar year growth projection of between eight and nine percent and 10.2 percent in earnings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He pointed out that the overall tourism\nout-turn “is going to continue to be buoyant and will continue to fuel the\ngrowth projections for gross domestic product (GDP) out-turns on a quarterly\nbasis”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bartlett cautioned, however, that cruise\nship visitor arrivals have not grown, consequent on re-arrangements of the\nitineraries of the western Caribbean, and issues relating to the capacity of\nsome regional port facilities, including Jamaica, to accommodate mega-liners.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7387} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ocho-rios-crusie-terminal-buzz-demo.jpg\" alt=\"\" class=\"wp-image-7387\" /><figcaption>The Ocho Rios Cruise Port terminal (Photo: CruiseMapper.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The good news is that the new itinerary\nthat is being [developed], there will be a revived western Caribbean\narrangement, which will have Jamaica as the new centre. There are also plans\nfor the expansion of port facilities,” he indicated.</p>\n<!-- /wp:paragraph -->','New flights bound from South America, Russia to Jamaica start this winter','','publish','open','closed','','new-flights-bound-from-south-america-russia-to-jamaica-start-this-winter','','','2019-09-04 09:06:29','2019-09-04 14:06:29','',0,'https://buzz-caribbean.com/?p=7383',0,'post','',0),(7384,14,'2019-09-04 08:58:08','2019-09-04 13:58:08','','lima-peru-busy-traffic-buzz-demo','','inherit','open','closed','','lima-peru-busy-traffic-buzz-demo','','','2019-09-04 08:58:08','2019-09-04 13:58:08','',7383,'https://buzz-caribbean.com/app/uploads/2019/09/lima-peru-busy-traffic-buzz-demo.jpg',0,'attachment','image/jpeg',0),(7385,14,'2019-09-04 08:58:17','2019-09-04 13:58:17','','edmund-bartlett-buzz-demo-1','','inherit','open','closed','','edmund-bartlett-buzz-demo-1','','','2019-09-04 08:58:17','2019-09-04 13:58:17','',7383,'https://buzz-caribbean.com/app/uploads/2019/09/edmund-bartlett-buzz-demo-1.jpg',0,'attachment','image/jpeg',0),(7386,14,'2019-09-04 08:58:28','2019-09-04 13:58:28','','edmund-bartlett-buzz-demo-2','','inherit','open','closed','','edmund-bartlett-buzz-demo-2','','','2019-09-04 08:58:28','2019-09-04 13:58:28','',7383,'https://buzz-caribbean.com/app/uploads/2019/09/edmund-bartlett-buzz-demo-2.jpg',0,'attachment','image/jpeg',0),(7387,14,'2019-09-04 09:00:55','2019-09-04 14:00:55','','ocho-rios-crusie-terminal-buzz-demo','','inherit','open','closed','','ocho-rios-crusie-terminal-buzz-demo','','','2019-09-04 09:00:55','2019-09-04 14:00:55','',7383,'https://buzz-caribbean.com/app/uploads/2019/09/ocho-rios-crusie-terminal-buzz-demo.jpg',0,'attachment','image/jpeg',0),(7388,14,'2019-09-04 09:06:28','2019-09-04 14:06:28','<!-- wp:image {\"id\":7385} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/edmund-bartlett-buzz-demo-1-1024x771.jpg\" alt=\"\" class=\"wp-image-7385\" /><figcaption>Minister of Tourism Edmund Bartlett (Photo: Mark Bell, JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tourism Minister Edmund Bartlett has\nannounced new flights out of South America and Russia to Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bartlett, while providing updates on industry developments, at a press conference in New Kingston on said the new flights as well as expansions in the island’s hotel room stock over the next three months, are projected to result in an average eight to nine percent growth in stopover visitor arrivals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added that this should also result in a\n10.2 percent growth in overall revenue generated by tourism for the 2019\ncalendar year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Regarding the airlift arrangements,\nBartlett said come December 2, LATAM Airlines will commence service between\nLima, Peru and Montego Bay, with three flights per week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7384} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lima-peru-busy-traffic-buzz-demo.jpg\" alt=\"\" class=\"wp-image-7384\" /><figcaption>Lima, Peru at midday (Photo: Instagram, @marina_estacio)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This, he pointed out, will increase the\nnumber of flights out of South America to 14, with COPA Airlines currently\noperating 11 weekly flights between Panama and Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That is good news, especially [since] the South American market has shown the highest level of growth for this year, so far. I think they are growing somewhere in the region of 22 to 24 percent,” Bartlett explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":323} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/flying-into-sunset-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-323\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The minister further advised that Russian\nairline Pegas Fly, which currently provides flights to Jamaica using 747\naircraft, will be utilising bigger jets, to increase the number of passengers\ntravelling to Montego Bay to 500 per trip.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This [is] exciting news because it will expand our reach into continental and eastern Europe,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7386} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/edmund-bartlett-buzz-demo-2-1024x965.jpg\" alt=\"\" class=\"wp-image-7386\" /><figcaption>Tourism Minister Edmund Bartlett speaking to the media on Tuesday (Photo: Mark Bell, JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Minister Bartlett advised that rooms being brought back on stream include 790 at <a href=\"https://buzz-caribbean.com/article/riu-ocho-rios-to-reopen-september-21/\">RIU Ocho Rios</a>, which reopens in September, while among the new inventory are 500 by the H10 Hotel Group, which will commence operations in November with, “hopefully, another 500 over the next year as they [move] to the 1,000 mark”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bartlett also mentioned the opening of the\nAC Marriott Hotel, which “will add a significant number of rooms to Kingston”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":324} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/AC_Marriott_Hotel-1024x683.jpg\" alt=\"The sign at the new AC Hotel in Kingston\" class=\"wp-image-324\" /><figcaption>The AC Marriot Hotel in Kingston (Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Noting that 2019 stopover arrivals, to date, average approximately 9.1 percent, Bartlett said it is anticipated that the out-turn for September to December will grow by just over seven percent to round out the calendar year growth projection of between eight and nine percent and 10.2 percent in earnings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He pointed out that the overall tourism\nout-turn “is going to continue to be buoyant and will continue to fuel the\ngrowth projections for gross domestic product (GDP) out-turns on a quarterly\nbasis”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bartlett cautioned, however, that cruise\nship visitor arrivals have not grown, consequent on re-arrangements of the\nitineraries of the western Caribbean, and issues relating to the capacity of\nsome regional port facilities, including Jamaica, to accommodate mega-liners.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7387} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ocho-rios-crusie-terminal-buzz-demo.jpg\" alt=\"\" class=\"wp-image-7387\" /><figcaption>The Ocho Rios Cruise Port terminal (Photo: CruiseMapper.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The good news is that the new itinerary\nthat is being [developed], there will be a revived western Caribbean\narrangement, which will have Jamaica as the new centre. There are also plans\nfor the expansion of port facilities,” he indicated.</p>\n<!-- /wp:paragraph -->','New flights bound from South America, Russia to Jamaica start this winter','','inherit','closed','closed','','7383-revision-v1','','','2019-09-04 09:06:28','2019-09-04 14:06:28','',7383,'https://buzz-caribbean.com/article/7383-revision-v1/',0,'revision','',0),(7391,4,'2019-09-04 09:50:04','2019-09-04 14:50:04','<!-- wp:image {\"id\":7376} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/brothers-kuts-barbers-buzz-4-1024x768.jpg\" alt=\"\" class=\"wp-image-7376\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For the last 28 years, Brothers Kutz has been the leading barbershop in Calgary, Alberta Canada, catering to the grooming of predominantly black men.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As confirmed by a number of customers, including Jamaicans, Brothers Kutz is the place to go for a proper cut. While the name Brothers Kutz is the registered name of the barbershop, just about everyone refers to the establishment as Ted, after its owner and operator.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wayvon ‘Ted’ Leslie is a Jamaican who has been living in Canada for 45 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7377} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/brothers-kuts-barbers-buzz-3.jpg\" alt=\"\" class=\"wp-image-7377\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ted told <strong>BUZZ</strong> that his first passion was culinary art and so he attended the Southern Alberta Institute of Technology (SAIT) to pursue studies in this area. However, he also had a love for barbering and applied the skill,  cutting the hair of his schoolmates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7380} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/brothers-kuts-barbers-buzz-2-1024x768.jpg\" alt=\"\" class=\"wp-image-7380\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After completing his studies Ted took up a job in the culinary industry but was soon laid off. This resulted in him going back to school to sharpen his barbering skills. He subsequently started his Brothers Kutz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Today we have nine barbers in the shop and have about 100 clients on a daily basis. We have a multi-cultural clientele, anybody, and any nationality,” Ted said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7378} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/brothers-kuts-barbers-buzz-1-1024x768.jpg\" alt=\"\" class=\"wp-image-7378\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ted explained that when he started his business 28 years ago, it was the only barbershop in Calgary for black men. His clientele grew rapidly and word got around not only to the Jamaicans but those from the Caribbean and African communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7379} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/brothers-kuts-barbers-buzz-5.jpg\" alt=\"\" class=\"wp-image-7379\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Outside of the haircut, some will quickly admit that Ted\'s is a great place to discuss whatever may be happening in the black community as well as personal issues and leaving with solutions. Some clients also recall the socialization each summer at the back of the shop over barbeques hosted by Ted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<strong><em>Article written by Donna Hussey-Stewart</em></strong>  </p>\n<!-- /wp:paragraph -->','Jamaican-owned barbershop making the Kutz in Canada','','inherit','closed','closed','','7099-revision-v1','','','2019-09-04 09:50:04','2019-09-04 14:50:04','',7099,'https://buzz-caribbean.com/article/7099-revision-v1/',0,'revision','',0),(7395,21,'2019-09-04 10:24:01','2019-09-04 15:24:01','<!-- wp:image {\"id\":7499} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Neikoy-Redwood-Young-Scholar-Buzz-Caribbean-2-738x1024.jpg\" alt=\"Recipient of the Jamaica Public Service (JPS) and Partners Co-operative Credit Union Limited 2019 Albert Morris Scholarship, Neikoy Redwood (right), accepts his school-leaving certificate from Vice Principal, Campion College, Lavare Henry, during the school’s 2019 graduation exercise in June. \" class=\"wp-image-7499\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Recipient of the Jamaica Public Service\n(JPS) and Partners Co-operative Credit Union (PCCU) Limited’s 2019 Albert\nMorris Scholarship, Neikoy Redwood, is a step closer to realising his dream of\nbecoming a financial consultant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Neikoy started undergraduate studies at the\nUniversity of the West Indies (UWI) Mona Campus this Monday and will receive\n$150,000 annually over three years towards his education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Star \'Campionite\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The 19-year-old Campion College graduate\nearned an impressive eight grade ones in this year’s Caribbean Secondary\nEducation Certificate (CSEC) examinations in additional mathematics, economics,\nbiology, chemistry, physics, information technology, Spanish, and English A,\nand a grade two in English B.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7398} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/campion-college-buzz-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-7398\" /><figcaption>Campion Hall (Photo: Jacqueline Gannie, Campion College)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Additionally, he got four grade ones in the\nCaribbean Advanced Proficiency Examinations (CAPE) in pure mathematics,\neconomics, chemistry and communication studies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an interview with the Jamaica Information Service (JIS) recently, the young scholar, who describes himself as goal-oriented, attributes his successes to hard work and discipline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I would say I am goal-oriented, because I\nfeel it is always better if you set a goal for yourself and you are working\ntowards that… I think that I am quite disciplined as well,” he told the JIS.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Success has been the hallmark of Neikoy’s educational journey starting at Marlie Mount Primary in St. Catherine, where the high achiever was head boy, class monitor, and prefect.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The brilliance continued at Campion where\nhe served as student council representative in both years of sixth form and was\nappointed to the post of prefect in upper sixth form.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\'My baby sister is watching me, I have to make her proud\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Neikoy explained that his desire for\nsuccess extends beyond personal ambitions. As the older brother to a doting\nsix-year-old sister, the UWI fresher is striving to be a positive role model\nfor his sibling.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I want to set a high standard for her. Now\nshe goes to my alma mater, Marlie Mount Primary… and she’s trying to live up to\nthe standard I set, and that is something I am quite proud of,” he noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 19-year-old is looking forward to his\nacademic journey at UWI, in pursuit of actuarial science.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7397} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/uwi-mona-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-7397\" /><figcaption>Neikoy Redwood\'s newest stomping grounds, the University of the West Indies, Mona (Photo: UWI, Mona)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>His affinity for mathematics and economics\nin high school came naturally, and Neikoy asserted that actuarial science is a\ngood blend of both subjects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The bigger picture</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ultimately, Redwood aspires to open a\nfinancial consultancy where he can hire other professionals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I would like to open my own business and I\nthink a lot of Jamaicans should be looking to do that now, because not only\nshould you want to occupy a job, you should seek to create jobs in our economy\nright now. We need more businesses to develop the country,” he told the JIS.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It adds a lot more [value] if you can start a business, because you can create 10 or 15 jobs,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Neikoy\'s call to Corporate Jamaica</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Neikoy expressed his appreciation to the\nJPS and PCCU for the scholarship – encouraging more corporate entities to\nassist deserving young students to access higher education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Higher education is the only way that people can truly better themselves and truly move from a life of poverty to a comfortable life for themselves, their children and their</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>family. I feel that higher education is\nsomething that is necessary,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Albert Morris Scholarship, named in honour of one of the JPS and PCCU’s founding members, is offered annually to a member of the credit union or their children, and provides for study at any of the country’s recognised tertiary institutions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The recipient must maintain a ‘B’ average\nthroughout the life of the scholarship.</p>\n<!-- /wp:paragraph -->','UWI-bound Neikoy Redwood closer to financial consultant dream','','publish','open','closed','','uwi-bound-neikoy-redwood-closer-to-financial-consultant-dream','','','2019-09-05 12:53:48','2019-09-05 17:53:48','',0,'https://buzz-caribbean.com/?p=7395',0,'post','',0),(7396,14,'2019-09-04 10:12:20','2019-09-04 15:12:20','','neikoy-redwood-buzz-demo','','inherit','open','closed','','neikoy-redwood-buzz-demo','','','2019-09-04 10:12:20','2019-09-04 15:12:20','',7395,'https://buzz-caribbean.com/app/uploads/2019/09/neikoy-redwood-buzz-demo.jpg',0,'attachment','image/jpeg',0),(7397,14,'2019-09-04 10:13:57','2019-09-04 15:13:57','','uwi-mona-buzz-demo','','inherit','open','closed','','uwi-mona-buzz-demo','','','2019-09-04 10:13:57','2019-09-04 15:13:57','',7395,'https://buzz-caribbean.com/app/uploads/2019/09/uwi-mona-buzz-demo.jpg',0,'attachment','image/jpeg',0),(7398,14,'2019-09-04 10:18:12','2019-09-04 15:18:12','','campion-college-buzz-demo','','inherit','open','closed','','campion-college-buzz-demo','','','2019-09-04 10:18:12','2019-09-04 15:18:12','',7395,'https://buzz-caribbean.com/app/uploads/2019/09/campion-college-buzz-demo.jpg',0,'attachment','image/jpeg',0),(7399,14,'2019-09-04 10:23:47','2019-09-04 15:23:47','','Neikoy Redwood Feature','','inherit','open','closed','','neikoy-redwood-feature','','','2019-09-04 10:23:47','2019-09-04 15:23:47','',7395,'https://buzz-caribbean.com/app/uploads/2019/09/neikoy-redwood-feature.jpg',0,'attachment','image/jpeg',0),(7400,14,'2019-09-04 10:24:01','2019-09-04 15:24:01','<!-- wp:image {\"id\":7396} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/neikoy-redwood-buzz-demo-683x1024.jpg\" alt=\"\" class=\"wp-image-7396\" /><figcaption>Recipient of the Jamaica Public Service (JPS) and Partners Co-operative Credit Union Limited 2019 Albert Morris Scholarship, Neikoy Redwood (right), accepts his school-leaving certificate from Vice Principal, Campion College, Lavare Henry, during the school’s 2019 graduation exercise in June. (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Recipient of the Jamaica Public Service\n(JPS) and Partners Co-operative Credit Union (PCCU) Limited’s 2019 Albert\nMorris Scholarship, Neikoy Redwood, is a step closer to realising his dream of\nbecoming a financial consultant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Neikoy started undergraduate studies at the\nUniversity of the West Indies (UWI) Mona Campus this Monday and will receive\n$150,000 annually over three years towards his education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Star \'Campionite\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The 19-year-old Campion College graduate\nearned an impressive eight grade ones in this year’s Caribbean Secondary\nEducation Certificate (CSEC) examinations in additional mathematics, economics,\nbiology, chemistry, physics, information technology, Spanish, and English A,\nand a grade two in English B.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7398} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/campion-college-buzz-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-7398\" /><figcaption>Campion Hall (Photo: Jacqueline Gannie, Campion College)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Additionally, he got four grade ones in the\nCaribbean Advanced Proficiency Examinations (CAPE) in pure mathematics,\neconomics, chemistry and communication studies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an interview with the Jamaica Information Service (JIS) recently, the young scholar, who describes himself as goal-oriented, attributes his successes to hard work and discipline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I would say I am goal-oriented, because I\nfeel it is always better if you set a goal for yourself and you are working\ntowards that… I think that I am quite disciplined as well,” he told the JIS.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Success has been the hallmark of Neikoy’s educational journey starting at Marlie Mount Primary in St. Catherine, where the high achiever was head boy, class monitor, and prefect.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The brilliance continued at Campion where\nhe served as student council representative in both years of sixth form and was\nappointed to the post of prefect in upper sixth form.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\'My baby sister is watching me, I have to make her proud\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Neikoy explained that his desire for\nsuccess extends beyond personal ambitions. As the older brother to a doting\nsix-year-old sister, the UWI fresher is striving to be a positive role model\nfor his sibling.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I want to set a high standard for her. Now\nshe goes to my alma mater, Marlie Mount Primary… and she’s trying to live up to\nthe standard I set, and that is something I am quite proud of,” he noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 19-year-old is looking forward to his\nacademic journey at UWI, in pursuit of actuarial science.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7397} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/uwi-mona-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-7397\" /><figcaption>Neikoy Redwood\'s newest stomping grounds, the University of the West Indies, Mona (Photo: UWI, Mona)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>His affinity for mathematics and economics\nin high school came naturally, and Neikoy asserted that actuarial science is a\ngood blend of both subjects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The bigger picture</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ultimately, Redwood aspires to open a\nfinancial consultancy where he can hire other professionals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I would like to open my own business and I\nthink a lot of Jamaicans should be looking to do that now, because not only\nshould you want to occupy a job, you should seek to create jobs in our economy\nright now. We need more businesses to develop the country,” he told the JIS.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It adds a lot more [value] if you can start a business, because you can create 10 or 15 jobs,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Neikoy\'s call to Corporate Jamaica</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Neikoy expressed his appreciation to the\nJPS and PCCU for the scholarship – encouraging more corporate entities to\nassist deserving young students to access higher education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Higher education is the only way that people can truly better themselves and truly move from a life of poverty to a comfortable life for themselves, their children and their</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>family. I feel that higher education is\nsomething that is necessary,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Albert Morris Scholarship, named in honour of one of the JPS and PCCU’s founding members, is offered annually to a member of the credit union or their children, and provides for study at any of the country’s recognised tertiary institutions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The recipient must maintain a ‘B’ average\nthroughout the life of the scholarship.</p>\n<!-- /wp:paragraph -->','UWI-bound Neikoy Redwood closer to financial consultant dream','','inherit','closed','closed','','7395-revision-v1','','','2019-09-04 10:24:01','2019-09-04 15:24:01','',7395,'https://buzz-caribbean.com/article/7395-revision-v1/',0,'revision','',0),(7402,13,'2019-09-05 21:09:48','2019-09-06 02:09:48','<!-- wp:image {\"id\":7631} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/nicky-b.jpg\" alt=\"\" class=\"wp-image-7631\" /><figcaption>Jamaican singer Nicky B and African artiste Runtown (below) recorded Kings For Life, for Budweiser\'s global ad campaign.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican singer/songwriter Nicky B has partnered with international beer company Budweiser on its latest global ad campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nicky B and Nigerian Afro Beat star Runtown recorded the song <strong>Kings For Life</strong> which is being used in the campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7634} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/runtown.jpg\" alt=\"\" class=\"wp-image-7634\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The song was written by Nicky B, who proudly describes his role in the project and gave an outline of how he came to be involved.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said an agency in L.A. contacted him on behalf of Budweiser with a king concept in mind. The song was written and recorded and is now the theme for the 30-second commercial.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nicky B took to Instagram NickyBJA to promote the project. “When the biggest beer company in the world calls and asks you to do a song for their new worldwide campaign, you go in the studio and get to work!!! Shoutout to my African brother @Runtown for blessing the track,” he wrote.</p>\n<!-- /wp:paragraph -->','Jamaican singer Nicky B features on Budweiser\'s global ad campaign','','publish','open','closed','','jamaican-singer-nicky-b-features-on-budweisers-global-ad-campaign','','','2019-09-12 12:52:51','2019-09-12 17:52:51','',0,'https://buzz-caribbean.com/?p=7402',0,'post','',0),(7403,21,'2019-09-04 11:05:37','2019-09-04 16:05:37','<!-- wp:image {\"id\":7404} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/alarm-clock-back-back-to-school-2831794-1024x683.jpg\" alt=\"\" class=\"wp-image-7404\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many excited kids returned to school this week, and\nsome of their parents were even happier than they were. But there were some children\nwho were not in the mood for school.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here are 10 common back-to-school woes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Parents arguing with kids to get out of bed. After all, summer ended \"quickly\".<br> <br>2. A child somewhere thinks her uniform is too long and has left her house in tears.<br> <br>3. Children are excited to show off their brand name bags, but not the textbooks.<br> <br>4. A member of the football team bleached his face over summer and can\'t get back to his true complexion in time for back to school.<br> <br>5. A mother somewhere is arguing with the dressmaker because she gave her the material \"how long and all now...\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7405} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/back-to-school-class-composition-desk-207756-1024x768.jpg\" alt=\"\" class=\"wp-image-7405\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>6. A mother is present at her child\'s school for the first and only time in the academic year. <br> <br> 7. A child doesn\'t know which class she\'s going into because her report wasn\'t collected.<br> <br> 8. One boy\'s khaki is way too fitted, and he will be sent home.<br> <br> 9. A child is late for school because the mother had to get some pics for Facebook.<br> <br> 10. A parent bought a pair of Clarks for a child who thinks it is very ugly because everyone else in the basic school is wearing Elsa from Frozen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What other ‘Septemba Mawnin’ woes can you think of?\nSound off in the comments section below. </p>\n<!-- /wp:paragraph -->','Common \'Septemba Mawning\' woes','','publish','open','closed','','common-septemba-mawning-woes','','','2019-09-04 11:05:38','2019-09-04 16:05:38','',0,'https://buzz-caribbean.com/?p=7403',0,'post','',0),(7404,9,'2019-09-04 10:55:47','2019-09-04 15:55:47','','alarm-clock-back-back-to-school-2831794','','inherit','open','closed','','alarm-clock-back-back-to-school-2831794','','','2019-09-04 10:55:47','2019-09-04 15:55:47','',7403,'https://buzz-caribbean.com/app/uploads/2019/09/alarm-clock-back-back-to-school-2831794.jpg',0,'attachment','image/jpeg',0),(7405,9,'2019-09-04 10:56:48','2019-09-04 15:56:48','','back-to-school-class-composition-desk-207756','','inherit','open','closed','','back-to-school-class-composition-desk-207756','','','2019-09-04 10:56:48','2019-09-04 15:56:48','',7403,'https://buzz-caribbean.com/app/uploads/2019/09/back-to-school-class-composition-desk-207756.jpg',0,'attachment','image/jpeg',0),(7406,9,'2019-09-04 11:01:33','2019-09-04 16:01:33','<!-- wp:image {\"id\":7404} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/alarm-clock-back-back-to-school-2831794-1024x683.jpg\" alt=\"\" class=\"wp-image-7404\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many excited kids returned to school this week, and\nsome of their parents were even happier than they were. But there were some children\nwho were not in the mood for school.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here are 10 common back-to-school woes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Parents arguing with kids to get out of bed. After all, summer ended \"quickly\".<br> <br>2. A child somewhere thinks her uniform is too long and has left her house in tears.<br> <br>3. Children are excited to show off their brand name bags, but not the textbooks.<br> <br>4. A member of the football team bleached his face over summer and can\'t get back to his true complexion in time for back to school.<br> <br>5. A mother somewhere is arguing with the dressmaker because she gave her the material \"how long and all now...\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7405} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/back-to-school-class-composition-desk-207756-1024x768.jpg\" alt=\"\" class=\"wp-image-7405\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>6. A mother is present at her child\'s school for the first and only time in the academic year. <br> <br> 7. A child doesn\'t know which class she\'s going into because her report wasn\'t collected.<br> <br> 8. One boy\'s khaki is way too fitted, and he will be sent home.<br> <br> 9. A child is late for school because the mother had to get some pics for Facebook.<br> <br> 10. A parent bought a pair of Clarks for a child who thinks it is very ugly because everyone else in the basic school is wearing Elsa from Frozen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What other ‘Septemba Mawnin’ woes can you think of?\nSound off in the comments section below. </p>\n<!-- /wp:paragraph -->','Common \'Septemba Mawning\' woes','','inherit','closed','closed','','7403-revision-v1','','','2019-09-04 11:01:33','2019-09-04 16:01:33','',7403,'https://buzz-caribbean.com/article/7403-revision-v1/',0,'revision','',0),(7407,16,'2019-09-04 11:20:08','2019-09-04 16:20:08','<!-- wp:image {\"id\":7408,\"align\":\"center\",\"width\":358,\"height\":201} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/BDO_Wide-Logo.jpg\" alt=\"\" class=\"wp-image-7408\" width=\"358\" height=\"201\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>BDO is seeking a ‘best fit’ individual to join our consulting team. Successful applicant must have prior experience working in a dynamic service industry. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> <strong>ADMINISTRATIVE ASSISTANT</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> Responsible for delivering excellent customer service to internal and external clients, maintenance of attendance register, creating invoices, receivables management, assisting with the preparation of proposals, receipt and dissemination of clients’ documents, assisting consultant(s) when required and producing timely reports for decision making. The selected individual should have:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>  - Diploma or equivalent qualifications in Management Studies/Business<br> Administration.<br> -  Two (2) years experience in a service environment.<br> -  Intermediate skills using Microsoft Office, especially Word and Excel<br> -  Basic accounting knowledge would be an asset.<br> -  Excellent communications skills (written and verbal).<br> -  Good interpersonal skills and be team-oriented.<br> -  Excellent organization and time management skills.<br> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interested persons should send a cover letter and a full resume to:<br> Recruitment Services<br> BDO<br> Management Consultants<br> 28 Beechwood Avenue<br> Kingston 5<br> Fax (876) 926 7580<br> Email: bdo@bdo.com.jm<br> Only short listed applicants will be contacted.<br> Closing date: <strong>27 September 2019</strong></p>\n<!-- /wp:paragraph -->','BDO, an Administrative Assistant','','publish','closed','closed','','bdo-an-administrative-assistant-7407','','','2019-09-12 09:03:43','2019-09-12 14:03:43','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=7407',0,'job','',0),(7408,16,'2019-09-04 11:08:30','2019-09-04 16:08:30','','BDO_Wide-Logo','','inherit','open','closed','','bdo_wide-logo','','','2019-09-04 11:10:22','2019-09-04 16:10:22','',7407,'https://buzz-caribbean.com/app/uploads/2019/09/BDO_Wide-Logo.jpg',0,'attachment','image/jpeg',0),(7409,16,'2019-09-04 11:09:18','2019-09-04 16:09:18','','BDO Wide Logo','','inherit','open','closed','','bdo_wide-logo-2','','','2019-09-04 11:09:18','2019-09-04 16:09:18','',7407,'https://buzz-caribbean.com/app/uploads/2019/09/BDO_Wide-Logo-1.jpg',0,'attachment','image/jpeg',0),(7410,21,'2019-09-04 11:31:55','2019-09-04 16:31:55','<!-- wp:image {\"id\":7413} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/queen-elizabeth-and-husband.jpg\" alt=\"Queen Elizabeth is &quot;shocked and saddened&quot; by the &quot;devastation&quot; caused by Hurricane Dorian.\" class=\"wp-image-7413\" /><figcaption>Queen Elizabeth II and Prince Philip, Duke of Edinburgh </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Queen Elizabeth is \"shocked and\nsaddened\" by the \"devastation\" caused by Hurricane Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Parts of The Bahamas were left in shambles after Dorian moved through the island as a Category 5 storm on Sunday and Monday. The monarch has since sent \"sincere condolences\" on behalf of herself and her husband Prince Philip. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said in a statement: \"Prince Philip and I have been shocked and saddened to learn of the devastation caused by Hurricane Dorian, and we send our sincere condolences to the families and friends of those who have lost their lives following this terrible storm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We send our sincere condolences to the families and friends of those who have lost their lives following this terrible storm.\"</p><cite>— Queen Elizabeth </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"At this very difficult time, my thoughts and prayers are with those who have seen their homes and property destroyed, and I also send my gratitude to the emergency services and volunteers who are supporting the rescue and recovery effort.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Rihanna has vowed to help provide relief to the victims of the hurricane through her own charity, The Clara Lionel Foundation, as soon as the non-profit organisation figures out the best way to do so. And the <strong>Work </strong>hitmaker isn\'t the only star helping hurricane-ravaged communities, as former <strong>Real Housewives of New York City</strong> star Bethenny Frankel is lending a hand via her disaster relief initiative, bstrong.</p>\n<!-- /wp:paragraph -->','Shocked and saddened: Queen Elizabeth sends condolences to Bahamas','','publish','open','closed','','shocked-and-saddened-queen-elizabeth-sends-condolences-to-bahamas','','','2019-09-04 11:31:56','2019-09-04 16:31:56','',0,'https://buzz-caribbean.com/?p=7410',0,'post','',0),(7411,4,'2019-09-04 11:15:04','2019-09-04 16:15:04','<!-- wp:paragraph -->\n<p>Nicky B, Jamaican artiste and songwriter teamed up with popular African Afro Beat Star &nbsp;AND producer Runtown to partner with Budweiser on it’s latest Global ad campaign. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The track titled Kings for life was written By Nicky B, who proudly describes his involvement and how the project came into fruition. An agency in L.A. contacted Nicky B on behalf of the International Beer with a King concept in mind, He was then prompted to do his part in the studio , write the lyrics for Runtown and complete what would be the new theme for a 30 second commercial. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nicky B took to Instagram NickyBJA to promote his latest accomplishment saying “ when the biggest beer company in the world calls and asks you to do a song for their new worldwide campaign, you go in the studio and get to work!!! SHOUTOUT TO MY African brother @Runtown for blessing the track..”</p>\n<!-- /wp:paragraph -->','commercial :)','','inherit','closed','closed','','7402-revision-v1','','','2019-09-04 11:15:04','2019-09-04 16:15:04','',7402,'https://buzz-caribbean.com/article/7402-revision-v1/',0,'revision','',0),(7412,23,'2019-09-05 06:20:57','2019-09-05 11:20:57','<!-- wp:image {\"id\":5252} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnp-the-two-peters-buntingvsphillips-buzz-official-1024x614.jpg\" alt=\"\" class=\"wp-image-5252\" /><figcaption>Peter Bunting (foreground) is challenging Dr Peter Phillips for leadership of the PNP. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The question on everybody\'s lips is which of the Peters — Dr. Phillips or Bunting — will win the People\'s National Party (PNP) presidential election on Saturday (Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interest in the pending poll is no less heightened in colleges across the island, where there are intense debates as to which of the Peters would make a better president of the PNP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ </strong>spoke with a number of students on the issue, the majority of whom said they could better relate to Bunting. They believe that he would make a better PNP leader.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I think Bunting is a fresh face that is poised to bring change to the party.\'</p><cite>— Ackime Saunders</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":7494} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ackime-saunders-student-1024x682.jpg\" alt=\"\" class=\"wp-image-7494\" /><figcaption>Ackime Saunders believes that Peter Bunting is the fresh face that will bring change to the PNP.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Twenty-one-year-old Ackime Saunders, the Western Jamaica Campus Chairperson, at the University of the West Indies, said:&nbsp;“I think Bunting is a fresh face that is poised to bring change to the party, and he appeals more to the youth. Phillips is very experienced, and that will mean a lot, but he has not been championing the party and giving it a proper chance of winning the generals.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 3<sup>rd</sup> year banking and finance student argued that Phillips lacks visibility and presence as a leader. \"I do not believe that the party should have at its helm one who rears his/her head when the governing party messes up – their presence must be felt at all times,\" he shared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ramon Gordon,<strong> </strong>a 20-year-old final year Journalism major at the Northern Caribbean University in Mandeville, expressed similar sentiments. He said that voter apathy still exists among the youth population and having fresh younger faces make a difference.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7492} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ramon-gordon-uwi-student.jpg\" alt=\"\" class=\"wp-image-7492\" /><figcaption>Journalism student Ramon Gordon.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We have a fresher face leading the JLP now and Andrew Holness is one of the younger leaders we’ve had..., while the PNP remains stagnant for the most part,” Gordon expressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I am confident that he will [retain the presidency].\'</p><cite>— Shanique Brooks</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>International Relations major at the UWI, Shanique Brooks, is a supporter of Dr Phillips. The 3<sup>rd</sup> year student believes that Dr Phillips\' wealth of experience is of benefit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“He has been involved in politics for decades. He’s a multi-layered man who has piloted several capacities. People are using age as a factor with his opponent, but truly being older should suggest greater wisdom and knowledge. I am confident that he will [retain the presidency],” Brooks said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<em><strong>Article written by Andre Cooper</strong></em></p>\n<!-- /wp:paragraph -->','Who\'d make a better PNP leader? University students sound off','','publish','open','closed','','whod-make-a-better-pnp-leader-university-students-sound-off','','','2019-09-05 16:58:49','2019-09-05 21:58:49','',0,'https://buzz-caribbean.com/?p=7412',0,'post','',0),(7413,9,'2019-09-04 11:16:26','2019-09-04 16:16:26','','NO RESTRICTIONS','Queen Elizabeth II and Prince Philip, Duke of Edinburgh at Ladies Day - Day 3 of Royal Ascot at Ascot Racecourse in Ascot, UK - 18 June 2015\n\nBANG MEDIA INTERNATIONAL FAMOUS PICTURES 28 HOLMES ROAD LONDON NW5 3AB UNITED KINGDOM tel +44 (0) 20 7485 1005 e-mail pictures@famous.uk.com www.famous.uk.com\nFAM54392','inherit','open','closed','','no-restrictions-3','','','2019-09-04 11:16:46','2019-09-04 16:16:46','',7410,'https://buzz-caribbean.com/app/uploads/2019/09/queen-elizabeth-and-husband.jpg',0,'attachment','image/jpeg',0),(7414,16,'2019-09-04 11:22:57','2019-09-04 16:22:57','','BDO Jamaica SMall Logo','','inherit','open','closed','','bdo-jamaica-small-logo','','','2019-09-04 11:23:21','2019-09-04 16:23:21','',7407,'https://buzz-caribbean.com/app/uploads/2019/09/BDO-Jamaica-SMall-Logo.jpg',0,'attachment','image/jpeg',0),(7415,9,'2019-09-04 11:29:08','2019-09-04 16:29:08','<!-- wp:image {\"id\":7413} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/queen-elizabeth-and-husband.jpg\" alt=\"Queen Elizabeth is &quot;shocked and saddened&quot; by the &quot;devastation&quot; caused by Hurricane Dorian.\" class=\"wp-image-7413\" /><figcaption>Queen Elizabeth II and Prince Philip, Duke of Edinburgh </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Queen Elizabeth is \"shocked and\nsaddened\" by the \"devastation\" caused by Hurricane Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Parts of The Bahamas were left in shambles after Dorian moved through the island as a Category 5 storm on Sunday and Monday. The monarch has since sent \"sincere condolences\" on behalf of herself and her husband Prince Philip. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said in a statement: \"Prince Philip and I have been shocked and saddened to learn of the devastation caused by Hurricane Dorian, and we send our sincere condolences to the families and friends of those who have lost their lives following this terrible storm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We send our sincere condolences to the families and friends of those who have lost their lives following this terrible storm.\"</p><cite>— Queen Elizabeth </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"At this very difficult time, my thoughts and prayers are with those who have seen their homes and property destroyed, and I also send my gratitude to the emergency services and volunteers who are supporting the rescue and recovery effort.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Rihanna has vowed to help provide relief to the victims of the hurricane through her own charity, The Clara Lionel Foundation, as soon as the non-profit organisation figures out the best way to do so. And the <strong>Work </strong>hitmaker isn\'t the only star helping hurricane-ravaged communities as former \'Real Housewives of New York City\' star Bethenny Frankel is lending a hand via her disaster relief initiative, bstrong.</p>\n<!-- /wp:paragraph -->','Shocked and saddened: Queen Elizabeth sends condolences to Bahamas','','inherit','closed','closed','','7410-revision-v1','','','2019-09-04 11:29:08','2019-09-04 16:29:08','',7410,'https://buzz-caribbean.com/article/7410-revision-v1/',0,'revision','',0),(7416,9,'2019-09-04 11:31:55','2019-09-04 16:31:55','<!-- wp:image {\"id\":7413} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/queen-elizabeth-and-husband.jpg\" alt=\"Queen Elizabeth is &quot;shocked and saddened&quot; by the &quot;devastation&quot; caused by Hurricane Dorian.\" class=\"wp-image-7413\" /><figcaption>Queen Elizabeth II and Prince Philip, Duke of Edinburgh </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Queen Elizabeth is \"shocked and\nsaddened\" by the \"devastation\" caused by Hurricane Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Parts of The Bahamas were left in shambles after Dorian moved through the island as a Category 5 storm on Sunday and Monday. The monarch has since sent \"sincere condolences\" on behalf of herself and her husband Prince Philip. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said in a statement: \"Prince Philip and I have been shocked and saddened to learn of the devastation caused by Hurricane Dorian, and we send our sincere condolences to the families and friends of those who have lost their lives following this terrible storm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We send our sincere condolences to the families and friends of those who have lost their lives following this terrible storm.\"</p><cite>— Queen Elizabeth </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"At this very difficult time, my thoughts and prayers are with those who have seen their homes and property destroyed, and I also send my gratitude to the emergency services and volunteers who are supporting the rescue and recovery effort.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Rihanna has vowed to help provide relief to the victims of the hurricane through her own charity, The Clara Lionel Foundation, as soon as the non-profit organisation figures out the best way to do so. And the <strong>Work </strong>hitmaker isn\'t the only star helping hurricane-ravaged communities, as former <strong>Real Housewives of New York City</strong> star Bethenny Frankel is lending a hand via her disaster relief initiative, bstrong.</p>\n<!-- /wp:paragraph -->','Shocked and saddened: Queen Elizabeth sends condolences to Bahamas','','inherit','closed','closed','','7410-revision-v1','','','2019-09-04 11:31:55','2019-09-04 16:31:55','',7410,'https://buzz-caribbean.com/article/7410-revision-v1/',0,'revision','',0),(7417,21,'2019-09-04 11:50:33','2019-09-04 16:50:33','<!-- wp:image {\"id\":7418} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bramma-A-20190904.jpg\" alt=\"Dancehall artiste Bramma says he was busy learning the music business.\" class=\"wp-image-7418\" /><figcaption>Dancehall artiste Bramma says he was busy learning the music business. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Despite having a seemingly low profile in Jamaica,\ndancehall artiste Bramma has been busy building his brand on the international\nscene. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the artiste, the first quarter of the year was spent equipping himself with knowledge about the business while carving a niche in markets such as Europe, UK and North America.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"As an artiste it is important to understand the business. Being talented is not enough if you want to become successful. Hence, I took a hiatus earlier this year to study the business of music and even launched my record label, GGOD Records,\" Bramma said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I took a hiatus earlier this year to study the business of music and even launched my record label.\"</p><cite>— Bramma</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"I spent four months in Europe, the US and United Kingdom doing concerts in Brussels, Amsterdam, London, Birmingham, Manchester, Leeds, Reading, Gloucester, Miami, Fort Lauderdale and Atlanta, among several other major cities, as part of a campaign to improve my stagecraft. Though not my first time travelling to these spaces, the experience was different as a solo act and getting to apply all the knowledge I\'ve acquired in recent times.\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During his time away, Bramma also did several\ninterviews and recordings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now back on home soil and armed with a new management\nteam, Bramma has activated an aggressive promotional campaign to amplify his\npresence locally. Aside from working on <strong>Rugged and Deadly</strong>, his\nforthcoming debut album and follow-up to the 2017 <strong>One A Day </strong>EP, Bramma has\nreleased four new singles - <strong>Stevie Wonda</strong>, <strong>Stay To Myself</strong>, <strong>Talk\nTo Me</strong> and <strong>Hold It Out</strong>. Plans are also afoot for the accompanying\nvisuals.</p>\n<!-- /wp:paragraph -->','Bramma wants to increase his presence in Jamaica','','publish','open','closed','','bramma-wants-to-increase-his-presence-in-jamaica','','','2019-09-04 11:50:33','2019-09-04 16:50:33','',0,'https://buzz-caribbean.com/?p=7417',0,'post','',0),(7418,9,'2019-09-04 11:46:31','2019-09-04 16:46:31','','bramma-A-20190904','','inherit','open','closed','','bramma-a-20190904','','','2019-09-04 11:46:31','2019-09-04 16:46:31','',7417,'https://buzz-caribbean.com/app/uploads/2019/09/bramma-A-20190904.jpg',0,'attachment','image/jpeg',0),(7419,9,'2019-09-04 11:50:00','2019-09-04 16:50:00','<!-- wp:image {\"id\":7418} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bramma-A-20190904.jpg\" alt=\"Dancehall artiste Bramma says he was busy learning the music business.\" class=\"wp-image-7418\" /><figcaption>Dancehall artiste Bramma says he was busy learning the music business. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Despite having a seemingly low profile in Jamaica,\ndancehall artiste Bramma has been busy building his brand on the international\nscene. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the artiste, the first quarter of the year was spent equipping himself with knowledge about the business while carving a niche in markets such as Europe, UK and North America.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"As an artiste it is important to understand the business. Being talented is not enough if you want to become successful. Hence, I took a hiatus earlier this year to study the business of music and even launched my record label, GGOD Records,\" Bramma said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I took a hiatus earlier this year to study the business of music and even launched my record label.\"</p><cite>— Bramma</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"I spent four months in Europe, the US and United Kingdom doing concerts in Brussels, Amsterdam, London, Birmingham, Manchester, Leeds, Reading, Gloucester, Miami, Fort Lauderdale and Atlanta, among several other major cities, as part of a campaign to improve my stagecraft. Though not my first time travelling to these spaces, the experience was different as a solo act and getting to apply all the knowledge I\'ve acquired in recent times.\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During his time away, Bramma also did several\ninterviews and recordings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now back on home soil and armed with a new management\nteam, Bramma has activated an aggressive promotional campaign to amplify his\npresence locally. Aside from working on <strong>Rugged and Deadly</strong>, his\nforthcoming debut album and follow-up to the 2017 <strong>One A Day </strong>EP, Bramma has\nreleased four new singles - <strong>Stevie Wonda</strong>, <strong>Stay To Myself</strong>, <strong>Talk\nTo Me</strong> and <strong>Hold It Out</strong>. Plans are also afoot for the accompanying\nvisuals.</p>\n<!-- /wp:paragraph -->','Bramma wants to increase his presence in Jamaica','','inherit','closed','closed','','7417-revision-v1','','','2019-09-04 11:50:00','2019-09-04 16:50:00','',7417,'https://buzz-caribbean.com/article/7417-revision-v1/',0,'revision','',0),(7420,11,'2019-09-04 12:10:05','2019-09-04 17:10:05','<!-- wp:image {\"id\":6632} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/wedding-couple-1024x683.jpg\" alt=\"\" class=\"wp-image-6632\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ahhhhh. The smell of\nlove in the air makes one think of cupid proudly sitting back congratulating\nhimself on another job well done. Weddings are a time of hope and the promise\nof forever. So, we dress up, eat and listen to heartfelt speeches about how\nthose two individuals have now become one, united in their commitment to each\nother.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Weddings are joyous celebrations, but some people get carried away in their youthful exuberance. To prevent getting kicked out of the wedding for playing the fool, let us explore some simple etiquette rules that we should all know. However, it does not hurt to have a gentle reminder.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6633} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/wedding-reception-1024x683.jpg\" alt=\"\" class=\"wp-image-6633\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Dos</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Carry a gift, or if there is a bridal registry,\njust register early and choose a present within your budget.</li><li>Have something to eat before you go. Never go to a\nwedding hungry. It is usually hours of waiting after the ceremony before you\nget something to eat at the reception. Who wants to stay famished for up to\nfour hours?!</li><li>Put your phones on silent or vibrate so that your\nobnoxious ring tone does not go off when they are exchanging vows. That is not\nthe time for Vybz Kartel to make an appearance. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":6634} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/wedding-wine-liquor-alcohol-1024x780.jpg\" alt=\"\" class=\"wp-image-6634\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Don’ts</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Carry a plus one if the invite did not extend one. That is just plain tacky.</li><li>Bring children along if the invitation did not say ‘and family’. Especially if the wedding is being kept at a hotel, they have to pay for every plate of food. </li><li>Do not ask for seconds. No matter how hungry you are, be satisfied with the prepared meal placed before you.</li><li>Do not walk with your foil paper to take away food for your dinner the next day. Who raised you?&nbsp;&nbsp; </li><li>Give a speech that will embarrass either the bride or groom. This is not the time to talk about how many girlfriends the groom previously had or how the bride was a chronic bed wetter up to her late teens. </li><li>Incessantly keep hitting the glass for the couple to kiss. After a while it gets very annoying as they may be conversing, eating or doing something which requires a bit of concentration. Every half hour or so is fine. </li><li>Get intoxicated. Drunk people are not cute.&nbsp; </li><li>Wear white. That is reserved for the bride on her special day.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by C.W. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>The opinions expressed in this article are those of the author. They do not purport to reflect the opinions or views of&nbsp;</em><strong><em>BUZZ</em></strong><em>&nbsp;or its employees.</em></p>\n<!-- /wp:paragraph -->','Follow these rules: Don\'t be an annoying wedding guest','','inherit','closed','closed','','6631-revision-v1','','','2019-09-04 12:10:05','2019-09-04 17:10:05','',6631,'https://buzz-caribbean.com/article/6631-revision-v1/',0,'revision','',0),(7421,23,'2019-09-04 12:20:55','2019-09-04 17:20:55','<!-- wp:image {\"id\":7422} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/S-Hotel-20190904-1024x686.jpg\" alt=\"The S Hotel in Montego Bay is sure to turn heads.\" class=\"wp-image-7422\" /><figcaption>The S Hotel in Montego Bay is sure to turn heads. (Photos: Claudia Gardner)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Even before its official opening earlier this year, the 120-room S Hotel on Montego Bay’s Jimmy Cliff Boulevard had been turning heads.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Its private pool located on the fifth\nfloor has also been the talk of the town. The hotel overlooks the world-famous\nDoctors Cave Beach and features an international restaurant, a full-service\nspa, boutique gym, spa suites, lounges, a sky deck and pool bar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7423} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/S-Hotel-B-20190904-1024x686.jpg\" alt=\"The S Hotel in Montego Bay is sure to turn heads.\" class=\"wp-image-7423\" /><figcaption>The hotel overlooks the beach. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The hotel is sister to the Spanish Court Hotel in New Kingston, but operates differently with its primary target market being vacationers as opposed to business tourists. Like its compatriots on the Hip Strip, it operates on the European Plan (EP) concept, but offers a meal for those guests who want an all-inclusive feel. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The beachfront hotel has incorporated\nlocally made materials in its architecture and furnishings, and the artwork is\nalso Jamaican. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7424} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/S-Hotel-C-20190904-1024x686.jpg\" alt=\"The S Hotel in Montego Bay is sure to turn heads.\" class=\"wp-image-7424\" /><figcaption>The pool on the fifth floor is a major selling point at the S Hotel.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On pertinent fact about the S Hotel\nis that it has been totally Jamaica-owned from inception.&nbsp;It was sold to\nJamaican lawyer and hotelier Christopher Issa in 2011, following its closure in\n2009. It was built by NCB Investments in 1995, jointly owned NCB Staff Pension\nFund and the Government-operated National Insurance Fund (NIF) and\noperated&nbsp;by&nbsp;the Superclubs resort group under the Breezes hotel brand\ninitially. &nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That aside, if you love good food and personalised service, and you enjoy photographs, then this picturesque hotel is the place to be.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','S Hotel turning heads in Montego Bay','','publish','open','closed','','s-hotel-turning-heads-in-montego-bay','','','2019-09-04 12:20:56','2019-09-04 17:20:56','',0,'https://buzz-caribbean.com/?p=7421',0,'post','',0),(7422,9,'2019-09-04 12:16:35','2019-09-04 17:16:35','','S-Hotel-20190904','','inherit','open','closed','','s-hotel-20190904','','','2019-09-04 12:16:35','2019-09-04 17:16:35','',7421,'https://buzz-caribbean.com/app/uploads/2019/09/S-Hotel-20190904.jpg',0,'attachment','image/jpeg',0),(7423,9,'2019-09-04 12:16:47','2019-09-04 17:16:47','','S-Hotel-B-20190904','','inherit','open','closed','','s-hotel-b-20190904','','','2019-09-04 12:16:47','2019-09-04 17:16:47','',7421,'https://buzz-caribbean.com/app/uploads/2019/09/S-Hotel-B-20190904.jpg',0,'attachment','image/jpeg',0),(7424,9,'2019-09-04 12:17:04','2019-09-04 17:17:04','','S-Hotel-C-20190904','','inherit','open','closed','','s-hotel-c-20190904','','','2019-09-04 12:17:04','2019-09-04 17:17:04','',7421,'https://buzz-caribbean.com/app/uploads/2019/09/S-Hotel-C-20190904.jpg',0,'attachment','image/jpeg',0),(7425,9,'2019-09-04 12:20:32','2019-09-04 17:20:32','<!-- wp:image {\"id\":7422} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/S-Hotel-20190904-1024x686.jpg\" alt=\"The S Hotel in Montego Bay is sure to turn heads.\" class=\"wp-image-7422\" /><figcaption>The S Hotel in Montego Bay is sure to turn heads. (Photos: Claudia Gardner)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Even before its official opening earlier this year, the 120-room S Hotel on Montego Bay’s Jimmy Cliff Boulevard had been turning heads.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Its private pool located on the fifth\nfloor has also been the talk of the town. The hotel overlooks the world-famous\nDoctors Cave Beach and features an international restaurant, a full-service\nspa, boutique gym, spa suites, lounges, a sky deck and pool bar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7423} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/S-Hotel-B-20190904-1024x686.jpg\" alt=\"The S Hotel in Montego Bay is sure to turn heads.\" class=\"wp-image-7423\" /><figcaption>The hotel overlooks the beach. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The hotel is sister to the Spanish Court Hotel in New Kingston, but operates differently with its primary target market being vacationers as opposed to business tourists. Like its compatriots on the Hip Strip, it operates on the European Plan (EP) concept, but offers a meal for those guests who want an all-inclusive feel. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The beachfront hotel has incorporated\nlocally made materials in its architecture and furnishings, and the artwork is\nalso Jamaican. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7424} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/S-Hotel-C-20190904-1024x686.jpg\" alt=\"The S Hotel in Montego Bay is sure to turn heads.\" class=\"wp-image-7424\" /><figcaption>The pool on the fifth floor is a major selling point at the S Hotel.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On pertinent fact about the S Hotel\nis that it has been totally Jamaica-owned from inception.&nbsp;It was sold to\nJamaican lawyer and hotelier Christopher Issa in 2011, following its closure in\n2009. It was built by NCB Investments in 1995, jointly owned NCB Staff Pension\nFund and the Government-operated National Insurance Fund (NIF) and\noperated&nbsp;by&nbsp;the Superclubs resort group under the Breezes hotel brand\ninitially. &nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That aside, if you love good food and personalised service, and you enjoy photographs, then this picturesque hotel is the place to be.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','S Hotel turning heads in Montego Bay','','inherit','closed','closed','','7421-revision-v1','','','2019-09-04 12:20:32','2019-09-04 17:20:32','',7421,'https://buzz-caribbean.com/article/7421-revision-v1/',0,'revision','',0),(7426,21,'2019-09-04 12:33:06','2019-09-04 17:33:06','<!-- wp:image {\"id\":7427} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Jonah-Hill-20190904.jpg\" alt=\"Jonah Hill recently proposed to her girlfriend. \" class=\"wp-image-7427\" /><figcaption>Jonah Hill recently proposed to her girlfriend. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jonah Hill is engaged to girlfriend Gianna Santos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Superbad</strong> actor popped the question to the marketing professional after just over a year of dating, a representative for the comedy star has confirmed to PEOPLE.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The couple were spotted out on a walk in New York City on Monday, and Gianna was sporting a ring on her engagement finger.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The engagement comes at a busy time in Jonah\'s career, having made his directional debut with the coming-of-age comedy-drama <strong>Mid90s</strong>, which heads to cinemas in the UK this April.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And the 35-year-old star shows no signs of slowing down, with his next role in Clint Eastwood\'s <strong>The Ballad of Richard Jewell</strong>. He\'s also started working as a professional photographer.</p>\n<!-- /wp:paragraph -->','Jonah Hill is engaged','','publish','open','closed','','jonah-hill-is-engaged','','','2019-09-04 12:33:06','2019-09-04 17:33:06','',0,'https://buzz-caribbean.com/?p=7426',0,'post','',0),(7427,9,'2019-09-04 12:30:36','2019-09-04 17:30:36','','Jonah-Hill-20190904','','inherit','open','closed','','jonah-hill-20190904','','','2019-09-04 12:30:36','2019-09-04 17:30:36','',7426,'https://buzz-caribbean.com/app/uploads/2019/09/Jonah-Hill-20190904.jpg',0,'attachment','image/jpeg',0),(7428,9,'2019-09-04 12:32:28','2019-09-04 17:32:28','<!-- wp:image {\"id\":7427} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Jonah-Hill-20190904.jpg\" alt=\"Jonah Hill recently proposed to her girlfriend. \" class=\"wp-image-7427\" /><figcaption>Jonah Hill recently proposed to her girlfriend. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jonah Hill is engaged to girlfriend Gianna Santos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Superbad</strong> actor popped the question to the marketing professional after just over a year of dating, a representative for the comedy star has confirmed to PEOPLE.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The couple were spotted out on a walk in New York City on Monday, and Gianna was sporting a ring on her engagement finger.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The engagement comes at a busy time in Jonah\'s career, having made his directional debut with the coming-of-age comedy-drama <strong>Mid90s</strong>, which heads to cinemas in the UK this April.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And the 35-year-old star shows no signs of slowing down, with his next role in Clint Eastwood\'s <strong>The Ballad of Richard Jewell</strong>. He\'s also started working as a professional photographer.</p>\n<!-- /wp:paragraph -->','Jonah Hill is engaged','','inherit','closed','closed','','7426-revision-v1','','','2019-09-04 12:32:28','2019-09-04 17:32:28','',7426,'https://buzz-caribbean.com/article/7426-revision-v1/',0,'revision','',0),(7429,9,'2019-09-04 12:46:42','2019-09-04 17:46:42','<!-- wp:image {\"id\":6602} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Bugle-20190830-1024x614.jpg\" alt=\"\" class=\"wp-image-6602\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bugle has released a single from his<strong> <a href=\"https://buzz-caribbean.com/article/bugle-gets-an-a-for-picture-perfect/\">Picture Perfect</a></strong> album that is bound to stir controversy as he appears to take a jab at fellow-entertainer Elephant Man.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bugle chronicles his journey in the music industry in the song titled <b>Life Saviour</b>. Before becoming an established artiste, Bugle wrote for some of the biggest dancehall acts at the time, including Papa San, Bounty Killer and Elephant Man, who he held in high esteem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the song, Bugle said he and Elephant Man went on tour in the US and he was given only $2000 (he didn\'t specify the currency). He shared in the song that the experience pushed him to move on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7347} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/elephant-man.jpg\" alt=\"\" class=\"wp-image-7347\" /><figcaption>Recording artist Elephant man.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bugle reportedly wrote seven songs on&nbsp;Elephant Man\'s album <strong>Log On</strong>, which was released by Greensleeves Records. He, however, has not been credited on the album.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bugle went on to Praise Daseca’s Music Group for the development of his talent, which resulted in his success.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Life Saviour</strong> also features Alexander, who sings the hook, and Noah Powah who sang about the struggles of being with the wrong group of friends and going on a robbery before turning to music and acting. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bounty Killer has since posted three fire emojis on the song on Bugle\'s Instagram page, buglean9ted. </p>\n<!-- /wp:paragraph -->','Bugle throws shade at Elephant Man in latest single?','','inherit','closed','closed','','7291-revision-v1','','','2019-09-04 12:46:42','2019-09-04 17:46:42','',7291,'https://buzz-caribbean.com/article/7291-revision-v1/',0,'revision','',0),(7430,4,'2019-09-04 12:55:50','2019-09-04 17:55:50','<!-- wp:paragraph -->\n<p>The question on everybody\'s lips is which of the Peters — Dr.Peter Phillips and Peter Bunting — will win the People\'s National Party (PNP) presidential election on Saturday (Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> had a one on one conversation with the People’s\nNational Party Youth Organization, PNPYO, president &nbsp;Krystal Tomlinson who explained that there\nseveral key factors that have to be blended into the discussion as to why there\nhas been a blatant upsurge among the youth population for aligning themselves\npolitically.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I think this increase in political conversation among young\npeople is directly related to the expansion in communications platforms. So,\nwhereas before political news would have to be gleaned through formal and\nofficial channels such as the newspaper, radio and TV. Now the proliferation of\ndigital media and increasing access to these new education tools, spaces like\ntwitter, which is considered our news gathering platforms in Jamaica have\nbrought political conversations to our doorsteps,” the PNPYO youth arm leader\nelucidated. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She expanded her point to suggest that politicians are\nturning to pop culture as a tool to propel their presence within society.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It has a lot to do with the political parties and\ncandidates to reach into pop culture and make themselves more relevant. So,\nyou’ll find political actors participating in pop culture spaces, wanting to do\ninterviews in pop culture media spaces so they can become a part of culture\nconversations,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> also spoke with Ackime Saunders,21, the 2019/20\nWestern Jamaica Campus Chairperson, WJC, at the University of the West Indies,\nUWI. He shared that Peter Bunting is a more prospective candidate because he\nhas the capacity to better relate to the youth population versus his opponent,\nDr.Peter Phillips</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I think Bunting is a fresh face that is poised to bring change to the party, and he appeals more to the youth, I believe. Bunting is very experienced, and that will mean a lot, but he has not been championing the party and giving it a proper chance of wining the generals,” the 3<sup>rd</sup> year banking and finance student commented.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;The student leader\nfurther advanced his argument to say that the race has uplifted the party in\nsuch a way that it has showcased the value and contributions both contender can\nadd to the party, while noting that as a leader visibility and presence are\nparamount, which Phillips lack and believes that Bunting can restore this light\nwithin the party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Generally, I think that the race is very good for the PNP.\nIt allows for the party to have options, or an option, for its own betterment.\nI do not believe that the party should have at its helm one who rears his/her\nhead when governing party messes up – their presence must be felt at all\ntimes,” he shared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> also spoke with Ramon Gordon,20, a final year\nJournalism major at the Northern Caribbean University in Mandeville divulged equal\nsentiments but deviated to share that voter apathy still exists among our youth\npopulation and having fresh younger faces could uplift the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There still exists a very unfortunate apathy towards any that has to do with political dealings. So, I think that is why it is even more important to have a fresh face leading the PNP. We have a fresher face leader the JLP now and Andrew Holness is one of the younger leaders we’ve had sometimes, while the PNP remains stagnant for most part,” Gordon expressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em><strong>Article written by Andre Cooper</strong></em></p>\n<!-- /wp:paragraph -->','Who’s better to lead the PNP? University students sound off -- to be updated','','inherit','closed','closed','','7412-revision-v1','','','2019-09-04 12:55:50','2019-09-04 17:55:50','',7412,'https://buzz-caribbean.com/article/7412-revision-v1/',0,'revision','',0),(7431,4,'2019-09-04 13:42:05','2019-09-04 18:42:05','<!-- wp:paragraph -->\n<p>Jamaican singer/songwriter Nicky B has partnered with international beer company Budweiser on its latest global ad campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>African Afro Beat star Runtown produced the track <strong>Kings For Life</strong> which is being used in the campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The track titled Kings for life was written By Nicky B, who proudly describes his involvement and how the project came into fruition. An agency in L.A. contacted Nicky B on behalf of the International Beer with a King concept in mind, He was then prompted to do his part in the studio , write the lyrics for Runtown and complete what would be the new theme for a 30 second commercial. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nicky B took to Instagram NickyBJA to promote his latest accomplishment saying “ when the biggest beer company in the world calls and asks you to do a song for their new worldwide campaign, you go in the studio and get to work!!! SHOUTOUT TO MY African brother @Runtown for blessing the track..”</p>\n<!-- /wp:paragraph -->','commercial :)','','inherit','closed','closed','','7402-revision-v1','','','2019-09-04 13:42:05','2019-09-04 18:42:05','',7402,'https://buzz-caribbean.com/article/7402-revision-v1/',0,'revision','',0),(7432,21,'2019-09-04 14:01:34','2019-09-04 19:01:34','<!-- wp:image {\"id\":6622} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Karl-Samuda-Education-Ministry.jpg\" alt=\"Karl Samuda, Minister without Portfolio with responsibility for Education, Youth and Information. \" class=\"wp-image-6622\" /><figcaption>Karl Samuda, Minister without Portfolio with responsibility for Education, Youth and Information. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Construction is expected to begin\nsoon on the new Port Maria fire station, in St Mary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This follows Cabinet’s approval of a\n$217.5-million contract to Marshall Construction Company Limited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister without Portfolio with responsibility for Education, Youth and Information, Karl Samuda, made the disclosure on Wednesday during a post-Cabinet press briefing at Jamaica House in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Cabinet has approved the\nlong-awaited project, which will see the award by the Jamaica Social Investment\nFund (JSIF) for the construction of a fire station in Port Maria, St Mary,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Samuda said the project will include the construction of three single-storey structures to house firefighting equipment, engine bays, dormitories and administrative and training facilities.</p>\n<!-- /wp:paragraph -->','Funds approved to build fire station in St Mary','','publish','open','closed','','funds-approved-to-build-fire-station-in-st-mary','','','2019-09-04 14:01:34','2019-09-04 19:01:34','',0,'https://buzz-caribbean.com/?p=7432',0,'post','',0),(7433,9,'2019-09-04 13:59:29','2019-09-04 18:59:29','<!-- wp:image {\"id\":6622} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Karl-Samuda-Education-Ministry.jpg\" alt=\"Karl Samuda, Minister without Portfolio with responsibility for Education, Youth and Information. \" class=\"wp-image-6622\" /><figcaption>Karl Samuda, Minister without Portfolio with responsibility for Education, Youth and Information. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Construction is expected to begin\nsoon on the new Port Maria fire station, in St Mary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This follows Cabinet’s approval of a\n$217.5-million contract to Marshall Construction Company Limited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister without Portfolio with responsibility for Education, Youth and Information, Karl Samuda, made the disclosure on Wednesday during a post-Cabinet press briefing at Jamaica House in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Cabinet has approved the\nlong-awaited project, which will see the award by the Jamaica Social Investment\nFund (JSIF) for the construction of a fire station in Port Maria, St Mary,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Samuda said the project will include the construction of three single-storey structures to house firefighting equipment, engine bays, dormitories and administrative and training facilities.</p>\n<!-- /wp:paragraph -->','Funds approved to build fire station in St Mary','','inherit','closed','closed','','7432-revision-v1','','','2019-09-04 13:59:29','2019-09-04 18:59:29','',7432,'https://buzz-caribbean.com/article/7432-revision-v1/',0,'revision','',0),(7435,23,'2019-09-04 15:24:40','2019-09-04 20:24:40','<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=rUX2Vs3umHg\\u0026feature=youtu.be \",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=rUX2Vs3umHg&amp;feature=youtu.be \n</div></figure>\n<!-- /wp:embed -->','BUZZ FEATURE: Bunting -What the delegates need to know','','publish','closed','closed','','buzz-feature-peter-bunting-explains-why-hed-make-the-ideal-pnp-president-and-prime-minister','','','2019-09-04 16:17:32','2019-09-04 21:17:32','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=7435',0,'video','',0),(7436,4,'2019-09-04 15:01:11','2019-09-04 20:01:11','<iframe title=\"BUZZ FEATURE: Peter Bunting explains why he&#039;d make a better PNP president and prime minister\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/rUX2Vs3umHg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','7b5c43d078530900e4596b1b3297a59c','','','2019-09-04 15:01:11','2019-09-04 20:01:11','',0,'https://buzz-caribbean.com/article/7b5c43d078530900e4596b1b3297a59c/',0,'oembed_cache','',0),(7437,23,'2019-09-04 15:29:33','2019-09-04 20:29:33','<!-- wp:image {\"id\":6591} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jah-cure-20190830-689x1024.jpg\" alt=\"Reggae singer Jah Cure\" class=\"wp-image-6591\" /><figcaption>Reggae singer Jah Cure</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Royal Soldier</strong>, the eighth studio effort from singer Jah Cure, has given New York-based independent label VP Records its fifth number one for 2019.  The album debuted at No.2 on this week’s Billboard Reggae Albums chart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Royal Soldier</strong> has collaborations with the likes of Mya, Melanie Fiona, Phyllisia Ross, Capleton, Damian Marley, Tory Lanez and Junior Reid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is the second No. 1 title for Jah Cure, who previously topped the chart with 2015’s <strong>The Cure</strong>, which spent seven weeks on top.&nbsp;The album received a Grammy nomination for Best Reggae Album.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jah Cure’s previous charted albums include <strong>The Universal Cure</strong>, <strong>World Cry</strong>,<strong> True Reflections….A New Beginning</strong> and<strong> Masterpiece</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The other releases from VP Records that have topped the Reggae Albums chart so far for 2019 include <strong>And Then</strong> by Christopher Martin, <strong>Strictly the Best 58</strong>, <strong>Soca Gold 2019</strong> and <strong>Reggae Gold 2019</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year, only two albums from VP Records hit number one. They were N<strong>ever Ending</strong> by Beres Hammond and <strong>Lovesick</strong> by Romain Virgo.</p>\n<!-- /wp:paragraph -->','Jah Cure gives VP Records its fifth chart-topper for 2019','','publish','open','closed','','jah-cure-gives-vp-records-its-fifth-chart-topper-for-2019','','','2019-09-07 17:39:43','2019-09-07 22:39:43','',0,'https://buzz-caribbean.com/?p=7437',0,'post','',0),(7438,4,'2019-09-04 15:22:45','2019-09-04 20:22:45','','Peter Bunting Featured Image','','inherit','open','closed','','peter-bunting-featured-image','','','2019-09-04 15:22:45','2019-09-04 20:22:45','',0,'https://buzz-caribbean.com/app/uploads/2019/09/peter-bunting-featured-image.png',0,'attachment','image/png',0),(7439,9,'2019-09-04 15:28:55','2019-09-04 20:28:55','<!-- wp:image {\"id\":6591} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jah-cure-20190830-689x1024.jpg\" alt=\"Reggae singer Jah Cure\" class=\"wp-image-6591\" /><figcaption>Reggae singer Jah Cure</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Royal Soldier</strong>, the tenth studio effort from singer Jah Cure, has given New York-based independent label VP Records its fifth number one for 2019.  The album debuted at No.2 on this week’s Billboard Reggae Albums chart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Royal Soldier</strong> has collaborations with the likes of Mya, Melanie Fiona, Phyllisia Ross, Capleton, Damian Marley, Tory Lanez and Junior Reid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is the second No. 1 title for Jah Cure, who previously topped the chart with 2015’s <strong>The Cure</strong>, which spent seven weeks on top. The album received a Grammy nomination for Best Reggae Album.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jah Cure’s previous charted albums include <strong>The Universal Cure</strong>, <strong>World Cry</strong>,<strong> True Reflections….A New Beginning</strong> and<strong> Masterpiece</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The other releases from VP Records that have topped the Reggae Albums chart so far for 2019 include <strong>And Then</strong> by Christopher Martin, <strong>Strictly the Best 58</strong>, <strong>Soca Gold 2019</strong> and <strong>Reggae Gold 2019</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year, only two albums from VP Records hit number one. They were N<strong>ever Ending</strong> by Beres Hammond and <strong>Lovesick</strong> by Romain Virgo.</p>\n<!-- /wp:paragraph -->','Jah Cure gives VP Records its fifth chart-topper for 2019','','inherit','closed','closed','','7437-revision-v1','','','2019-09-04 15:28:55','2019-09-04 20:28:55','',7437,'https://buzz-caribbean.com/article/7437-revision-v1/',0,'revision','',0),(7441,23,'2019-09-04 16:15:05','2019-09-04 21:15:05','<!-- wp:image {\"id\":7442} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ariana-grande-1024x576.jpg\" alt=\"\" class=\"wp-image-7442\" /><figcaption> Pop superstar Ariana Grande </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A few days, CNN reported that fashion brand Forever 21\nfiled for bankruptcy. And wasting no time, pop superstar Ariana Grande is suing\nthe company for $10 million for a look-alike campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to reports, in February, Forever 21 and\nGrande were discussing a joint marketing campaign but Grande’s request was much\nbigger than the company could afford.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7443} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ariana-lookalike.jpg\" alt=\"\" class=\"wp-image-7443\" /><figcaption>The model on the left wears accessories similar to those worn by Ariana Grange (right) in her <strong>7 Rings</strong> music video. (Source: abc.net)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On Monday, The <strong>One Last Time</strong> singer filed a\ncomplaint in the Los Angeles Federal Court stating that Forever 21 and Riley\nRose were misappropriating her name, image, likeness, and music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The company is also accused of using her recent song, <strong>7 Rings</strong>, to promote one of their collections. Grande also stated that the company went as far as hiring a model that upholds the same physique as her for the campaign that was visually similar to the music video for <strong>7 Rings</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Ariana Grande suing Forever 21 for $10 million','','publish','open','closed','','ariana-grande-suing-forever-21-for-10-million','','','2019-09-04 16:15:05','2019-09-04 21:15:05','',0,'https://buzz-caribbean.com/?p=7441',0,'post','',0),(7442,9,'2019-09-04 15:59:45','2019-09-04 20:59:45','','ariana-grande','','inherit','open','closed','','ariana-grande-2','','','2019-09-04 15:59:45','2019-09-04 20:59:45','',7441,'https://buzz-caribbean.com/app/uploads/2019/09/ariana-grande.jpg',0,'attachment','image/jpeg',0),(7443,9,'2019-09-04 16:00:45','2019-09-04 21:00:45','','ariana-lookalike','','inherit','open','closed','','ariana-lookalike','','','2019-09-04 16:00:45','2019-09-04 21:00:45','',7441,'https://buzz-caribbean.com/app/uploads/2019/09/ariana-lookalike.jpg',0,'attachment','image/jpeg',0),(7444,4,'2019-09-04 17:07:31','2019-09-04 22:07:31','<!-- wp:image {\"id\":7438} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/peter-bunting-featured-image-1024x688.png\" alt=\"\" class=\"wp-image-7438\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>PNP presidential aspirant Peter Bunting sat down for an interview with B<strong>UZZ\' </strong>Gavay Watt, in which he outlined his vision to transform the PNP into a more effective organisation that is fit to meet the challenges of the modern era.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We need a transformed PNP that is fit for today\'s purpose. Any organization that is 80 years and older has to evolve and adapt to modernise for the current era...\" Bunting said. \"I think we have to look at our structure, I think we have to look at the way we engage our membership and our supports. We have to use modern communications technology to continuously engage them in a two-way dialogue.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that the rebranding of the party to make it more attractive to young people will be one of the things he\'ll tackle in his first 100 days as PNP president, should he defeat Dr Peter Phillips on Saturday. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates will vote Saturday (Sept 7) on whether or not to return Phillips as president of the party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>See</strong><b><strong> </strong>video below for more on Bunting\'s plans to transform the PNP and his prime ministerial ambitions.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=rUX2Vs3umHg\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=rUX2Vs3umHg&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Peter Bunting explains why he\'d be the ideal PNP president','','publish','open','closed','','peter-bunting-explains-why-hed-be-the-ideal-pnp-president','','','2019-09-04 17:07:32','2019-09-04 22:07:32','',0,'https://buzz-caribbean.com/?p=7444',0,'post','',0),(7445,9,'2019-09-04 16:05:13','2019-09-04 21:05:13','<!-- wp:image {\"id\":7442} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ariana-grande-1024x576.jpg\" alt=\"\" class=\"wp-image-7442\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A few days, CNN reported that fashion brand Forever 21\nfiled for bankruptcy. And wasting no time, pop superstar Ariana Grande is suing\nthe company for $10 million for a look-alike campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to reports, in February, Forever 21 and\nGrande were discussing a joint marketing campaign but Grande’s request was much\nbigger than the company could afford.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7443} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ariana-lookalike.jpg\" alt=\"\" class=\"wp-image-7443\" /><figcaption>The model on the left wears accessories similar to those worn by Ariana Grange (right) in her 7 Rings music video. (Source: abc.net)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On Monday, The <strong>One Last Time</strong> singer filed a\ncomplaint in the Los Angeles Federal Court stating that Forever 21 and Riley\nRose were misappropriating her name, image, likeness, and music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The company is also accused of using her recent song, <strong>7 Rings</strong>, to promote one of their collections. Grande also stated that the company went as far as hiring a model that upholds the same physique as her for the campaign that was visually similar to the music video for <strong>7 Rings</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Ariana Grande suing Forever 21 for $10 million','','inherit','closed','closed','','7441-revision-v1','','','2019-09-04 16:05:13','2019-09-04 21:05:13','',7441,'https://buzz-caribbean.com/article/7441-revision-v1/',0,'revision','',0),(7446,9,'2019-09-04 16:14:15','2019-09-04 21:14:15','<!-- wp:image {\"id\":7442} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ariana-grande-1024x576.jpg\" alt=\"\" class=\"wp-image-7442\" /><figcaption> Pop superstar Ariana Grande </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A few days, CNN reported that fashion brand Forever 21\nfiled for bankruptcy. And wasting no time, pop superstar Ariana Grande is suing\nthe company for $10 million for a look-alike campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to reports, in February, Forever 21 and\nGrande were discussing a joint marketing campaign but Grande’s request was much\nbigger than the company could afford.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7443} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ariana-lookalike.jpg\" alt=\"\" class=\"wp-image-7443\" /><figcaption>The model on the left wears accessories similar to those worn by Ariana Grange (right) in her 7 Rings music video. (Source: abc.net)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On Monday, The <strong>One Last Time</strong> singer filed a\ncomplaint in the Los Angeles Federal Court stating that Forever 21 and Riley\nRose were misappropriating her name, image, likeness, and music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The company is also accused of using her recent song, <strong>7 Rings</strong>, to promote one of their collections. Grande also stated that the company went as far as hiring a model that upholds the same physique as her for the campaign that was visually similar to the music video for <strong>7 Rings</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Ariana Grande suing Forever 21 for $10 million','','inherit','closed','closed','','7441-revision-v1','','','2019-09-04 16:14:15','2019-09-04 21:14:15','',7441,'https://buzz-caribbean.com/article/7441-revision-v1/',0,'revision','',0),(7447,9,'2019-09-04 16:15:05','2019-09-04 21:15:05','<!-- wp:image {\"id\":7442} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ariana-grande-1024x576.jpg\" alt=\"\" class=\"wp-image-7442\" /><figcaption> Pop superstar Ariana Grande </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A few days, CNN reported that fashion brand Forever 21\nfiled for bankruptcy. And wasting no time, pop superstar Ariana Grande is suing\nthe company for $10 million for a look-alike campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to reports, in February, Forever 21 and\nGrande were discussing a joint marketing campaign but Grande’s request was much\nbigger than the company could afford.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7443} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ariana-lookalike.jpg\" alt=\"\" class=\"wp-image-7443\" /><figcaption>The model on the left wears accessories similar to those worn by Ariana Grange (right) in her <strong>7 Rings</strong> music video. (Source: abc.net)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On Monday, The <strong>One Last Time</strong> singer filed a\ncomplaint in the Los Angeles Federal Court stating that Forever 21 and Riley\nRose were misappropriating her name, image, likeness, and music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The company is also accused of using her recent song, <strong>7 Rings</strong>, to promote one of their collections. Grande also stated that the company went as far as hiring a model that upholds the same physique as her for the campaign that was visually similar to the music video for <strong>7 Rings</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Ariana Grande suing Forever 21 for $10 million','','inherit','closed','closed','','7441-revision-v1','','','2019-09-04 16:15:05','2019-09-04 21:15:05','',7441,'https://buzz-caribbean.com/article/7441-revision-v1/',0,'revision','',0),(7449,21,'2019-09-04 17:12:40','2019-09-04 22:12:40','<!-- wp:image {\"id\":7452} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Sandals-SHENADE3.jpg\" alt=\"Shenade Quarrie was announced as the Diamond Team Member of the Year recently. \" class=\"wp-image-7452\" /><figcaption>Shenade Quarrie was announced as the Diamond Team Member of the Year recently. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In May, when one of Sandals Negril’s Club Sandals agents, 27-year-old Shenade Quarrie, was announced as the Diamond Team Member of the Year 2018 the ballroom at the Negril Hills Golf Club erupted with cheers and screams as she undoubtedly deserved the coveted title. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And last week, Quarrie triggered even more screams,\ncheers of glee, hugs and congratulations when she was announced as the new Club\nSandals Manager for Sandals Negril, leading a team of 18 persons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Club Sandals is the department responsible for giving guests personalised concierge services that may include preparing vacation itineraries, making reservations, handling guests activities on and off the resort, as well as hosting special events for guests.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7454} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/SHENADE2-768x1024.jpg\" alt=\" Shenade Quarrie was announced as the Diamond Team Member of the Year recently\" class=\"wp-image-7454\" /><figcaption>Sandals Negril’s Club Sandals Manager Shenade Quarrie (centre) collects her awards from resort General Manager David Latchimy (left) and Hotel Manager, O’Brian Heron, after being named Diamond Team Member of the Year at the Annual Prestige Awards. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Even with the absence of a manager and a supervisor,\nShenade has really been carrying the Club Sandals mantle efficiently and with\npride,” General Manager, David Latchimy said, ahead of the announcement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was right. Quarrie’s team underwent a transition\nrecently and she was quick to jump in and fill the gap. This saw her handling\nthe arrival of club level and butler guests, preparing her team\'s weekly\nschedule, representing in Heads of Department meetings, daily shift meetings\nand other things required of a supervisor, while still carrying out her\nassigned tasks as a Club Sandals agent. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In fact, people would see her assisting with tasks\noutside of her job description and admit they wouldn\'t extend themselves the\nway she does. But she is never deterred by that.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7453} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/SHENADE1.jpg\" alt=\" Shenade Quarrie was announced as the Diamond Team Member of the Year recently\" class=\"wp-image-7453\" /><figcaption>A smiling Shenade is photographed after her recent promotion to Club Sandals Manager was announced to the team.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I always share with my team members that people will\ntry to spew negativity, but we should never allow that to slow us down because\nin all that noise, you never know who is watching,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Apart from her latest promotion, Quarrie is still\nbasking in her Team Member of the Year moment and says she is happy she did\nsomething great in the eyes of her four-year-old son. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“On the night\nwhen my name was announced as Diamond Team Member, my son was the first person\nwho came to my mind. I was like: ‘I did it for us, Amairy’,” she said.</p>\n<!-- /wp:paragraph -->','Shenade steps up to the plate at Sandals','','publish','open','closed','','shenade-steps-up-to-the-plate-at-sandals','','','2019-09-04 17:12:40','2019-09-04 22:12:40','',0,'https://buzz-caribbean.com/?p=7449',0,'post','',0),(7450,4,'2019-09-04 16:32:18','2019-09-04 21:32:18','<!-- wp:paragraph -->\n<p>PNP presidential aspirant Peter Bunting sat down for an interview with B<strong>UZZ\' </strong>Gavay Watt, in which he outlined his vision to transform the PNP into a more effective organisation that is fit to meet the challenges of the modern era.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We need a transformed PNP that is fit for today\'s purpose. Any organization that is 80 years and older has to evolve and adapt to modernise for the current era...\" Bunting said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I think we have to look at our structure, I think we have to look at the way we engage our membership and our supports. We have to use modern communications technology to continuously engage them in a two-way dialogue,\" Bunting added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=rUX2Vs3umHg\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=rUX2Vs3umHg&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','bunting','','inherit','closed','closed','','7444-revision-v1','','','2019-09-04 16:32:18','2019-09-04 21:32:18','',7444,'https://buzz-caribbean.com/article/7444-revision-v1/',0,'revision','',0),(7451,11,'2019-09-04 17:02:04','2019-09-04 22:02:04','','Neikoy-Redwood-Young-Scholar-Buzz-Caribbean','','inherit','open','closed','','neikoy-redwood-young-scholar-buzz-caribbean','','','2019-09-04 17:02:04','2019-09-04 22:02:04','',0,'https://buzz-caribbean.com/app/uploads/2019/09/Neikoy-Redwood-Young-Scholar-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(7452,9,'2019-09-04 17:02:47','2019-09-04 22:02:47','','Sandals-SHENADE3','','inherit','open','closed','','sandals-shenade3','','','2019-09-04 17:02:47','2019-09-04 22:02:47','',7449,'https://buzz-caribbean.com/app/uploads/2019/09/Sandals-SHENADE3.jpg',0,'attachment','image/jpeg',0),(7453,9,'2019-09-04 17:03:37','2019-09-04 22:03:37','','SHENADE1','','inherit','open','closed','','shenade1','','','2019-09-04 17:03:37','2019-09-04 22:03:37','',7449,'https://buzz-caribbean.com/app/uploads/2019/09/SHENADE1.jpg',0,'attachment','image/jpeg',0),(7454,9,'2019-09-04 17:03:45','2019-09-04 22:03:45','','SHENADE2','','inherit','open','closed','','shenade2','','','2019-09-04 17:03:45','2019-09-04 22:03:45','',7449,'https://buzz-caribbean.com/app/uploads/2019/09/SHENADE2.jpg',0,'attachment','image/jpeg',0),(7455,4,'2019-09-04 17:07:31','2019-09-04 22:07:31','<!-- wp:image {\"id\":7438} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/peter-bunting-featured-image-1024x688.png\" alt=\"\" class=\"wp-image-7438\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>PNP presidential aspirant Peter Bunting sat down for an interview with B<strong>UZZ\' </strong>Gavay Watt, in which he outlined his vision to transform the PNP into a more effective organisation that is fit to meet the challenges of the modern era.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We need a transformed PNP that is fit for today\'s purpose. Any organization that is 80 years and older has to evolve and adapt to modernise for the current era...\" Bunting said. \"I think we have to look at our structure, I think we have to look at the way we engage our membership and our supports. We have to use modern communications technology to continuously engage them in a two-way dialogue.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that the rebranding of the party to make it more attractive to young people will be one of the things he\'ll tackle in his first 100 days as PNP president, should he defeat Dr Peter Phillips on Saturday. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates will vote Saturday (Sept 7) on whether or not to return Phillips as president of the party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>See</strong><b><strong> </strong>video below for more on Bunting\'s plans to transform the PNP and his prime ministerial ambitions.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=rUX2Vs3umHg\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=rUX2Vs3umHg&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Peter Bunting explains why he\'d be the ideal PNP president','','inherit','closed','closed','','7444-revision-v1','','','2019-09-04 17:07:31','2019-09-04 22:07:31','',7444,'https://buzz-caribbean.com/article/7444-revision-v1/',0,'revision','',0),(7456,9,'2019-09-04 17:12:20','2019-09-04 22:12:20','<!-- wp:image {\"id\":7452} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Sandals-SHENADE3.jpg\" alt=\"Shenade Quarrie was announced as the Diamond Team Member of the Year recently. \" class=\"wp-image-7452\" /><figcaption>Shenade Quarrie was announced as the Diamond Team Member of the Year recently. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In May, when one of Sandals Negril’s Club Sandals agents, 27-year-old Shenade Quarrie, was announced as the Diamond Team Member of the Year 2018 the ballroom at the Negril Hills Golf Club erupted with cheers and screams as she undoubtedly deserved the coveted title. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And last week, Quarrie triggered even more screams,\ncheers of glee, hugs and congratulations when she was announced as the new Club\nSandals Manager for Sandals Negril, leading a team of 18 persons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Club Sandals is the department responsible for giving guests personalised concierge services that may include preparing vacation itineraries, making reservations, handling guests activities on and off the resort, as well as hosting special events for guests.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7454} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/SHENADE2-768x1024.jpg\" alt=\" Shenade Quarrie was announced as the Diamond Team Member of the Year recently\" class=\"wp-image-7454\" /><figcaption>Sandals Negril’s Club Sandals Manager Shenade Quarrie (centre) collects her awards from resort General Manager David Latchimy (left) and Hotel Manager, O’Brian Heron, after being named Diamond Team Member of the Year at the Annual Prestige Awards. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Even with the absence of a manager and a supervisor,\nShenade has really been carrying the Club Sandals mantle efficiently and with\npride,” General Manager, David Latchimy said, ahead of the announcement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was right. Quarrie’s team underwent a transition\nrecently and she was quick to jump in and fill the gap. This saw her handling\nthe arrival of club level and butler guests, preparing her team\'s weekly\nschedule, representing in Heads of Department meetings, daily shift meetings\nand other things required of a supervisor, while still carrying out her\nassigned tasks as a Club Sandals agent. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In fact, people would see her assisting with tasks\noutside of her job description and admit they wouldn\'t extend themselves the\nway she does. But she is never deterred by that.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7453} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/SHENADE1.jpg\" alt=\" Shenade Quarrie was announced as the Diamond Team Member of the Year recently\" class=\"wp-image-7453\" /><figcaption>A smiling Shenade is photographed after her recent promotion to Club Sandals Manager was announced to the team.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I always share with my team members that people will\ntry to spew negativity, but we should never allow that to slow us down because\nin all that noise, you never know who is watching,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Apart from her latest promotion, Quarrie is still\nbasking in her Team Member of the Year moment and says she is happy she did\nsomething great in the eyes of her four-year-old son. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“On the night\nwhen my name was announced as Diamond Team Member, my son was the first person\nwho came to my mind. I was like: ‘I did it for us, Amairy’,” she said.</p>\n<!-- /wp:paragraph -->','Shenade steps up to the plate at Sandals','','inherit','closed','closed','','7449-revision-v1','','','2019-09-04 17:12:20','2019-09-04 22:12:20','',7449,'https://buzz-caribbean.com/article/7449-revision-v1/',0,'revision','',0),(7457,23,'2019-09-05 07:00:33','2019-09-05 12:00:33','<!-- wp:image {\"id\":7460} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-giants-D-20190904-1024x679.jpg\" alt=\"\" class=\"wp-image-7460\" /><figcaption>The beautiful boardwalk that covers a huge section of the property. (Photos: Claudia Gardner)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A trip to Jamaica Giants in Moreland\nHill, Westmoreland, will leave you nothing less than spellbound.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Even if you are not a tree-hugger, you will fall in love Jamaica Giants, as it is nothing short of magnificent. The estate, which is ensconced on the border of Hanover and Westmoreland, dates back to approximately 250 years ago.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7461} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-giants-B-20190904-1024x679.jpg\" alt=\"\" class=\"wp-image-7461\" /><figcaption>Tons of trees can be found on the property. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In colonial days, the property was\nknown as Moreland Pen, and it was home to a cattle farm and a sugar cane\nplantation. Its transformation began in 1987, and today its focus has shifted\nto art, environmental conservation and organic agriculture.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is an amazing tropical rainforest, which is never short of rainfall. It also has hundreds of trees - fruit, ornamental and lumber trees such as cedar and mahogany. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7468} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-giants-A-20190904-1-1024x679.jpg\" alt=\"\" class=\"wp-image-7468\" /><figcaption>The sculptures are sure to draw one\'s attention. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica Giants overlooks, and outspreads\nto the renowned Georges Plain.&nbsp;It is an endless closed broadleaf forest,\nserving as home to birds, insects and other wildlife.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The great house forms one of two art galleries with its upper floor providing a view of sections of the Caribbean Sea, Negril, Orange Hill, Little Bay, Savanna-la-mar, Paradise and the Frome Sugar Factory. A section of the boardwalk that leads to the great house is flanked by two giant silk cottonwood trees that are said to be about 250 years old. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Jamaica Giants has many sculptures, trees and paintings. See gallery below.</em></strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[7464,7465,7466,7467]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-giants-E-20190904-1024x679.jpg\" alt=\"\" data-id=\"7464\" data-link=\"https://buzz-caribbean.com/?attachment_id=7464\" class=\"wp-image-7464\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-giants-F-20190904-1024x679.jpg\" alt=\"\" data-id=\"7465\" data-link=\"https://buzz-caribbean.com/?attachment_id=7465\" class=\"wp-image-7465\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-giants-G-20190904-1024x679.jpg\" alt=\"\" data-id=\"7466\" data-link=\"https://buzz-caribbean.com/?attachment_id=7466\" class=\"wp-image-7466\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-giants-H-20190904-1024x679.jpg\" alt=\"\" data-id=\"7467\" data-link=\"https://buzz-caribbean.com/?attachment_id=7467\" class=\"wp-image-7467\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The galleries host a plethora of\npaintings by Jamaican artist Bruce Allen, a St Elizabeth native and Jamaica\nSchool of Art graduate, who grew up in March Town in Hanover. The accompanying\nsculpture garden features carvings by sculptor Fitzroy Russell, who chiselled\nhuge rocks on the property into works of art.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jamaica Giants is a nature lover’s paradise, and it is perfect for day retreats, yoga, cultural and wellness events, meditation and artist retreats.   </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Jamaica Giants: A nature lover\'s paradise','','publish','open','closed','','jamaica-giants-a-nature-lovers-paradise','','','2019-09-04 17:47:19','2019-09-04 22:47:19','',0,'https://buzz-caribbean.com/?p=7457',0,'post','',0),(7459,4,'2019-09-04 17:33:28','2019-09-04 22:33:28','<!-- wp:paragraph -->\n<p>The question on everybody\'s lips is which of the Peters — Dr.Peter Phillips and Peter Bunting — will win the People\'s National Party (PNP) presidential election on Saturday (Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> had a one on one conversation with the People’s\nNational Party Youth Organization, PNPYO, president &nbsp;Krystal Tomlinson who explained that there\nseveral key factors that have to be blended into the discussion as to why there\nhas been a blatant upsurge among the youth population for aligning themselves\npolitically.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I think this increase in political conversation among young\npeople is directly related to the expansion in communications platforms. So,\nwhereas before political news would have to be gleaned through formal and\nofficial channels such as the newspaper, radio and TV. Now the proliferation of\ndigital media and increasing access to these new education tools, spaces like\ntwitter, which is considered our news gathering platforms in Jamaica have\nbrought political conversations to our doorsteps,” the PNPYO youth arm leader\nelucidated. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She expanded her point to suggest that politicians are\nturning to pop culture as a tool to propel their presence within society.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It has a lot to do with the political parties and\ncandidates to reach into pop culture and make themselves more relevant. So,\nyou’ll find political actors participating in pop culture spaces, wanting to do\ninterviews in pop culture media spaces so they can become a part of culture\nconversations,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> also spoke with Ackime Saunders,21, the 2019/20\nWestern Jamaica Campus Chairperson, WJC, at the University of the West Indies,\nUWI. He shared that Peter Bunting is a more prospective candidate because he\nhas the capacity to better relate to the youth population versus his opponent,\nDr.Peter Phillips</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“I think Bunting is a\nfresh face that is poised to bring change to the party, and he appeals more to\nthe youth, I believe. Bunting is very experienced, and that will mean a lot,\nbut he has not been championing the party and giving it a proper chance of\nwining the generals,” the 3<sup>rd</sup> year banking and finance student\ncommented.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;The student leader\nfurther advanced his argument to say that the race has uplifted the party in\nsuch a way that it has showcased the value and contributions both contender can\nadd to the party, while noting that as a leader visibility and presence are\nparamount, which Phillips lack and believes that Bunting can restore this light\nwithin the party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Generally, I think that the race is very good for the PNP.\nIt allows for the party to have options, or an option, for its own betterment.\nI do not believe that the party should have at its helm one who rears his/her\nhead when governing party messes up – their presence must be felt at all\ntimes,” he shared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> also spoke with Ramon Gordon,20, a final year\nJournalism major at the Northern Caribbean University in Mandeville divulged equal\nsentiments but deviated to share that voter apathy still exists among our youth\npopulation and having fresh younger faces could uplift the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There still exists a very unfortunate apathy towards any\nthat has to do with political dealings. So, I think that is why it is even more\nimportant to have a fresh face leading the PNP. We have a fresher face leader\nthe JLP now and Andrew Holness is one of the younger leaders we’ve had sometimes,\nwhile the PNP remains stagnant for most part,” Gordon expressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, a fervent supporter of the <strong>One PNP</strong> camp,\nShanique Brooks a 3<sup>rd</sup> year International Relations major at the UWI,\nshared that Phillips has a wealth of experience in the political realm and\ncertain he will maintain his seat as president.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“He has been involved in politics for decades. He’s a\nmulti-layered man who has piloted several capacities. People are using age as a\nfactor with his opponent, but truly being older should suggest greater wisdom\nand knowledge. I am confident that he will secure his seat in the PNP,” she\ndeclared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<em><strong>Article written by Andre Cooper</strong></em></p>\n<!-- /wp:paragraph -->','Who’s better to lead the PNP? University students sound off','','inherit','closed','closed','','7412-revision-v1','','','2019-09-04 17:33:28','2019-09-04 22:33:28','',7412,'https://buzz-caribbean.com/article/7412-revision-v1/',0,'revision','',0),(7460,9,'2019-09-04 17:37:31','2019-09-04 22:37:31','','jamaica-giants-D-20190904','','inherit','open','closed','','jamaica-giants-d-20190904','','','2019-09-04 17:37:31','2019-09-04 22:37:31','',7457,'https://buzz-caribbean.com/app/uploads/2019/09/jamaica-giants-D-20190904.jpg',0,'attachment','image/jpeg',0),(7461,9,'2019-09-04 17:37:51','2019-09-04 22:37:51','','jamaica-giants-B-20190904','','inherit','open','closed','','jamaica-giants-b-20190904','','','2019-09-04 17:37:51','2019-09-04 22:37:51','',7457,'https://buzz-caribbean.com/app/uploads/2019/09/jamaica-giants-B-20190904.jpg',0,'attachment','image/jpeg',0),(7462,9,'2019-09-04 17:38:30','2019-09-04 22:38:30','','jamaica-giants-A-20190904','','inherit','open','closed','','jamaica-giants-a-20190904','','','2019-09-04 17:38:30','2019-09-04 22:38:30','',7457,'https://buzz-caribbean.com/app/uploads/2019/09/jamaica-giants-A-20190904.jpg',0,'attachment','image/jpeg',0),(7463,9,'2019-09-04 17:38:33','2019-09-04 22:38:33','','jamaica-giants-D-20190904-1','','inherit','open','closed','','jamaica-giants-d-20190904-1','','','2019-09-04 17:38:33','2019-09-04 22:38:33','',7457,'https://buzz-caribbean.com/app/uploads/2019/09/jamaica-giants-D-20190904-1.jpg',0,'attachment','image/jpeg',0),(7464,9,'2019-09-04 17:38:36','2019-09-04 22:38:36','','jamaica-giants-E-20190904','','inherit','open','closed','','jamaica-giants-e-20190904','','','2019-09-04 17:38:36','2019-09-04 22:38:36','',7457,'https://buzz-caribbean.com/app/uploads/2019/09/jamaica-giants-E-20190904.jpg',0,'attachment','image/jpeg',0),(7465,9,'2019-09-04 17:38:38','2019-09-04 22:38:38','','jamaica-giants-F-20190904','','inherit','open','closed','','jamaica-giants-f-20190904','','','2019-09-04 17:38:38','2019-09-04 22:38:38','',7457,'https://buzz-caribbean.com/app/uploads/2019/09/jamaica-giants-F-20190904.jpg',0,'attachment','image/jpeg',0),(7466,9,'2019-09-04 17:38:40','2019-09-04 22:38:40','','jamaica-giants-G-20190904','','inherit','open','closed','','jamaica-giants-g-20190904','','','2019-09-04 17:38:40','2019-09-04 22:38:40','',7457,'https://buzz-caribbean.com/app/uploads/2019/09/jamaica-giants-G-20190904.jpg',0,'attachment','image/jpeg',0),(7467,9,'2019-09-04 17:38:42','2019-09-04 22:38:42','','jamaica-giants-H-20190904','','inherit','open','closed','','jamaica-giants-h-20190904','','','2019-09-04 17:38:42','2019-09-04 22:38:42','',7457,'https://buzz-caribbean.com/app/uploads/2019/09/jamaica-giants-H-20190904.jpg',0,'attachment','image/jpeg',0),(7468,9,'2019-09-04 17:39:15','2019-09-04 22:39:15','','jamaica-giants-A-20190904-1','','inherit','open','closed','','jamaica-giants-a-20190904-1','','','2019-09-04 17:39:15','2019-09-04 22:39:15','',7457,'https://buzz-caribbean.com/app/uploads/2019/09/jamaica-giants-A-20190904-1.jpg',0,'attachment','image/jpeg',0),(7470,9,'2019-09-04 17:43:04','2019-09-04 22:43:04','<!-- wp:image {\"id\":7460} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-giants-D-20190904-1024x679.jpg\" alt=\"\" class=\"wp-image-7460\" /><figcaption>The beautiful boardwalk that covers a huge section of the property. (Photos: Claudia Gardner)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A trip to Jamaica Giants in Moreland\nHill, Westmoreland, will leave you nothing less than spellbound.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Even if you are not a tree-hugger, you will fall in love Jamaica Giants, as it is nothing short of magnificent. The estate, which is ensconced on the border of Hanover and Westmoreland, dates back to approximately 250 years ago.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7461} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-giants-B-20190904-1024x679.jpg\" alt=\"\" class=\"wp-image-7461\" /><figcaption>Tons of trees can be found on the property. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In colonial days, the property was\nknown as Moreland Pen, and it was home to a cattle farm and a sugar cane\nplantation. Its transformation began in 1987, and today its focus has shifted\nto art, environmental conservation and organic agriculture.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is an amazing tropical rainforest, which is never short of rainfall. It also has hundreds of trees - fruit, ornamental and lumber trees such as cedar and mahogany. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7468} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-giants-A-20190904-1-1024x679.jpg\" alt=\"\" class=\"wp-image-7468\" /><figcaption>The sculptures are sure to draw one\'s attention. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica Giants overlooks, and outspreads\nto the renowned Georges Plain.&nbsp;It is an endless closed broadleaf forest,\nserving as home to birds, insects and other wildlife.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The great house forms one of two art galleries with its upper floor providing a view of sections of the Caribbean Sea, Negril, Orange Hill, Little Bay, Savanna-la-mar, Paradise and the Frome Sugar Factory. A section of the boardwalk that leads to the great house is flanked by two giant silk cottonwood trees that are said to be about 250 years old. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Jamaica Giants has many sculptures, trees and paintings. See gallery below.</em></strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[7464,7465,7466,7467]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-giants-E-20190904-1024x679.jpg\" alt=\"\" data-id=\"7464\" data-link=\"https://buzz-caribbean.com/?attachment_id=7464\" class=\"wp-image-7464\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-giants-F-20190904-1024x679.jpg\" alt=\"\" data-id=\"7465\" data-link=\"https://buzz-caribbean.com/?attachment_id=7465\" class=\"wp-image-7465\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-giants-G-20190904-1024x679.jpg\" alt=\"\" data-id=\"7466\" data-link=\"https://buzz-caribbean.com/?attachment_id=7466\" class=\"wp-image-7466\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-giants-H-20190904-1024x679.jpg\" alt=\"\" data-id=\"7467\" data-link=\"https://buzz-caribbean.com/?attachment_id=7467\" class=\"wp-image-7467\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The galleries host a plethora of\npaintings by Jamaican artist Bruce Allen, a St Elizabeth native and Jamaica\nSchool of Art graduate, who grew up in March Town in Hanover. The accompanying\nsculpture garden features carvings by sculptor Fitzroy Russell, who chiselled\nhuge rocks on the property into works of art.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jamaica Giants is a nature lover’s paradise, and it is perfect for day retreats, yoga, cultural and wellness events, meditation and artist retreats.   </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Jamaica Giants: A nature lover\'s paradise','','inherit','closed','closed','','7457-revision-v1','','','2019-09-04 17:43:04','2019-09-04 22:43:04','',7457,'https://buzz-caribbean.com/article/7457-revision-v1/',0,'revision','',0),(7471,4,'2019-09-04 17:44:14','2019-09-04 22:44:14','<!-- wp:paragraph -->\n<p>The question on everybody\'s lips is which of the Peters — Dr. Phillips or Bunting — will win the People\'s National Party (PNP) presidential election on Saturday (Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The conversations concerning the upcoming poll election are  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> had a one on one conversation with the People’s\nNational Party Youth Organization, PNPYO, president &nbsp;Krystal Tomlinson who explained that there\nseveral key factors that have to be blended into the discussion as to why there\nhas been a blatant upsurge among the youth population for aligning themselves\npolitically.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I think this increase in political conversation among young\npeople is directly related to the expansion in communications platforms. So,\nwhereas before political news would have to be gleaned through formal and\nofficial channels such as the newspaper, radio and TV. Now the proliferation of\ndigital media and increasing access to these new education tools, spaces like\ntwitter, which is considered our news gathering platforms in Jamaica have\nbrought political conversations to our doorsteps,” the PNPYO youth arm leader\nelucidated. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She expanded her point to suggest that politicians are\nturning to pop culture as a tool to propel their presence within society.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It has a lot to do with the political parties and\ncandidates to reach into pop culture and make themselves more relevant. So,\nyou’ll find political actors participating in pop culture spaces, wanting to do\ninterviews in pop culture media spaces so they can become a part of culture\nconversations,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> also spoke with Ackime Saunders,21, the 2019/20\nWestern Jamaica Campus Chairperson, WJC, at the University of the West Indies,\nUWI. He shared that Peter Bunting is a more prospective candidate because he\nhas the capacity to better relate to the youth population versus his opponent,\nDr.Peter Phillips</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“I think Bunting is a\nfresh face that is poised to bring change to the party, and he appeals more to\nthe youth, I believe. Bunting is very experienced, and that will mean a lot,\nbut he has not been championing the party and giving it a proper chance of\nwining the generals,” the 3<sup>rd</sup> year banking and finance student\ncommented.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;The student leader\nfurther advanced his argument to say that the race has uplifted the party in\nsuch a way that it has showcased the value and contributions both contender can\nadd to the party, while noting that as a leader visibility and presence are\nparamount, which Phillips lack and believes that Bunting can restore this light\nwithin the party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Generally, I think that the race is very good for the PNP.\nIt allows for the party to have options, or an option, for its own betterment.\nI do not believe that the party should have at its helm one who rears his/her\nhead when governing party messes up – their presence must be felt at all\ntimes,” he shared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> also spoke with Ramon Gordon,20, a final year\nJournalism major at the Northern Caribbean University in Mandeville divulged equal\nsentiments but deviated to share that voter apathy still exists among our youth\npopulation and having fresh younger faces could uplift the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There still exists a very unfortunate apathy towards any\nthat has to do with political dealings. So, I think that is why it is even more\nimportant to have a fresh face leading the PNP. We have a fresher face leader\nthe JLP now and Andrew Holness is one of the younger leaders we’ve had sometimes,\nwhile the PNP remains stagnant for most part,” Gordon expressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, a fervent supporter of the <strong>One PNP</strong> camp,\nShanique Brooks a 3<sup>rd</sup> year International Relations major at the UWI,\nshared that Phillips has a wealth of experience in the political realm and\ncertain he will maintain his seat as president.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“He has been involved in politics for decades. He’s a\nmulti-layered man who has piloted several capacities. People are using age as a\nfactor with his opponent, but truly being older should suggest greater wisdom\nand knowledge. I am confident that he will secure his seat in the PNP,” she\ndeclared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<em><strong>Article written by Andre Cooper</strong></em></p>\n<!-- /wp:paragraph -->','Who’s better to lead the PNP? University students sound off','','inherit','closed','closed','','7412-revision-v1','','','2019-09-04 17:44:14','2019-09-04 22:44:14','',7412,'https://buzz-caribbean.com/article/7412-revision-v1/',0,'revision','',0),(7472,21,'2019-09-04 17:56:28','2019-09-04 22:56:28','<!-- wp:image {\"id\":7473} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/adele-20190904.jpg\" alt=\"Adele feels &quot;alive&quot; following her split from her husband Simon Konecki five months ago. \" class=\"wp-image-7473\" /><figcaption>Singer Adele</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Adele feels \"alive\" following her split from her husband Simon Konecki five months ago. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Hello</strong> hitmaker - who announced her break up in April - is said be \"perky as hell\" now that she\'s a free woman and is planning to drop some new music later this year after taking some time out to focus on herself and her six-year-old son, Angelo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"New music is still a big deal for her, and she feels alive and happy.\" </p><cite>— Source </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A source told PEOPLE magazine: \"She is definitely getting ready both mentally and physically to promote new music. It seems it will happen later this year. She talks about last year as a very difficult year, and she\'s said in the past that creating new music is almost like therapy. You can tell that she is ready to share with her fans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"She is so busy, but her life is better-rounded than it was before. She is very fulfilled being an artiste. New music is still a big deal for her, and she feels alive and happy.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since ending things with Simon - whom she married in 2016 but has been with since 2011 - the 31-year-old singer has been splitting her time between her native England and the US so that she could lean on her family while dealing with the heartbreak. </p>\n<!-- /wp:paragraph -->','Adele feels \'alive\' since split from husband','','publish','open','closed','','adele-feels-alive-since-split-from-husband','','','2019-09-04 17:56:29','2019-09-04 22:56:29','',0,'https://buzz-caribbean.com/?p=7472',0,'post','',0),(7473,9,'2019-09-04 17:53:13','2019-09-04 22:53:13','','adele-20190904','','inherit','open','closed','','adele-20190904','','','2019-09-04 17:53:13','2019-09-04 22:53:13','',7472,'https://buzz-caribbean.com/app/uploads/2019/09/adele-20190904.jpg',0,'attachment','image/jpeg',0),(7475,9,'2019-09-04 17:56:10','2019-09-04 22:56:10','<!-- wp:image {\"id\":7473} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/adele-20190904.jpg\" alt=\"Adele feels &quot;alive&quot; following her split from her husband Simon Konecki five months ago. \" class=\"wp-image-7473\" /><figcaption>Singer Adele</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Adele feels \"alive\" following her split from her husband Simon Konecki five months ago. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Hello</strong> hitmaker - who announced her break up in April - is said be \"perky as hell\" now that she\'s a free woman and is planning to drop some new music later this year after taking some time out to focus on herself and her six-year-old son, Angelo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"New music is still a big deal for her, and she feels alive and happy.\" </p><cite>— Source </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A source told PEOPLE magazine: \"She is definitely getting ready both mentally and physically to promote new music. It seems it will happen later this year. She talks about last year as a very difficult year, and she\'s said in the past that creating new music is almost like therapy. You can tell that she is ready to share with her fans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"She is so busy, but her life is better-rounded than it was before. She is very fulfilled being an artiste. New music is still a big deal for her, and she feels alive and happy.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since ending things with Simon - whom she married in 2016 but has been with since 2011 - the 31-year-old singer has been splitting her time between her native England and the US so that she could lean on her family while dealing with the heartbreak. </p>\n<!-- /wp:paragraph -->','Adele feels \'alive\' since split from husband','','inherit','closed','closed','','7472-revision-v1','','','2019-09-04 17:56:10','2019-09-04 22:56:10','',7472,'https://buzz-caribbean.com/article/7472-revision-v1/',0,'revision','',0),(7476,21,'2019-09-04 19:03:03','2019-09-05 00:03:03','<!-- wp:image {\"id\":7477} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/heritage-competition-1024x674.jpg\" alt=\"Winners of the Jamaica Information Service (JIS) 2018 Heritage Competition show off their trophies at the awards ceremony held at the Mona Visitors’ Lodge, St Andrew, last year\" class=\"wp-image-7477\" /><figcaption> Winners of the Jamaica Information Service (JIS) 2018 Heritage Competition show off their trophies at the awards ceremony held at the Mona Visitors’ Lodge, St Andrew, last year. From (left) are Mahalia Ulett of Ardenne Preparatory and Extension High, who won in the poster category; De’andra Calvert of the University of Technology (UTech), who took top honours in the photography component; and George Headley Primary School student, Gianni Willie, who placed first in the essay category. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Students will demonstrate their\nunderstanding of reparation in the Jamaican context as they participate in the\nJamaica Information Service’s (JIS) 2019 Heritage Competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The annual competition is open to\nstudents attending primary, secondary and tertiary institutions, who are\ninvited to submit entries in the essay, poster and photography categories,\nrespectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Special Projects Manager and chair of\nthe planning committee, Andrine Davidson, said that the issue of reparations\nhas become topical internationally, and students are being encouraged to\ncontribute to the discourse through their creative works.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Deadline for submission of entries in\nthe JIS Heritage Competition is Monday, October 28.</p>\n<!-- /wp:paragraph -->','Heritage competition focuses on reparation','','publish','open','closed','','heritage-competition-focuses-on-reparation','','','2019-09-04 18:07:42','2019-09-04 23:07:42','',0,'https://buzz-caribbean.com/?p=7476',0,'post','',0),(7477,9,'2019-09-04 18:03:48','2019-09-04 23:03:48','','heritage-competition','','inherit','open','closed','','heritage-competition','','','2019-09-04 18:03:48','2019-09-04 23:03:48','',7476,'https://buzz-caribbean.com/app/uploads/2019/09/heritage-competition.jpg',0,'attachment','image/jpeg',0),(7478,9,'2019-09-04 18:07:01','2019-09-04 23:07:01','<!-- wp:image {\"id\":7477} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/heritage-competition-1024x674.jpg\" alt=\"Winners of the Jamaica Information Service (JIS) 2018 Heritage Competition show off their trophies at the awards ceremony held at the Mona Visitors’ Lodge, St Andrew, last year\" class=\"wp-image-7477\" /><figcaption> Winners of the Jamaica Information Service (JIS) 2018 Heritage Competition show off their trophies at the awards ceremony held at the Mona Visitors’ Lodge, St Andrew, last year. From (left) are Mahalia Ulett of Ardenne Preparatory and Extension High, who won in the poster category; De’andra Calvert of the University of Technology (UTech), who took top honours in the photography component; and George Headley Primary School student, Gianni Willie, who placed first in the essay category. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Students will demonstrate their\nunderstanding of reparation in the Jamaican context as they participate in the\nJamaica Information Service’s (JIS) 2019 Heritage Competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The annual competition is open to\nstudents attending primary, secondary and tertiary institutions, who are\ninvited to submit entries in the essay, poster and photography categories,\nrespectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Special Projects Manager and chair of\nthe planning committee, Andrine Davidson, said that the issue of reparations\nhas become topical internationally, and students are being encouraged to\ncontribute to the discourse through their creative works.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Deadline for submission of entries in\nthe JIS Heritage Competition is Monday, October 28.</p>\n<!-- /wp:paragraph -->','Heritage competition focuses on reparation','','inherit','closed','closed','','7476-revision-v1','','','2019-09-04 18:07:01','2019-09-04 23:07:01','',7476,'https://buzz-caribbean.com/article/7476-revision-v1/',0,'revision','',0),(7479,9,'2019-09-05 08:16:53','2019-09-05 13:16:53','<!-- wp:image {\"id\":7480} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jah-cure-NEW-20190830.jpg\" alt=\"Jah Cure\'s Royal Soldier debuted at No. 1 on the Billboard Reggae Albums chart. \" class=\"wp-image-7480\" /><figcaption>Jah Cure\'s Royal Soldier debuted at No. 1 on the Billboard Reggae Albums chart. (Photo: Instagram @therealjahcure)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After his album, <strong>Royal Soldier</strong>, shot to No. 1 on the Billboard Reggae Albums chart, reggae singer Jah Cure took to Instagram on Wednesday to thank his fans. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Gratitude is a must... give thanks to\nall the supporters and fans worldwide. You are all royal soldiers! We all share\nthis together,” Jah Cure said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Give thanks to all the supporters and fans worldwide.\"</p><cite>— Jah Cure</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>And his many fans were very happy with the achievement.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Well worth the wait. Thank you for blessing us with\nyour talent. Favourite album in a while and you’re only getting better. Looking\nforward to years of your music,” one social media user said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another added: “You’re very much welcome. You deserve\nit all. Continue to stay focused and keep making excellent music. Congratulations\nonce again. I’m so happy for you.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Royal Soldier </strong>was<strong> </strong>released via VP Records on August 30. The 14-track album has collaborations with Damian ‘Jr Gong’ Marley, Tory Lanez, Phyllisia Ross, Popcaan, Mya, Melonie Fonia and Capleton.</p>\n<!-- /wp:paragraph -->','Gratitude is a must: Jah Cure thanks fans after album debuts at No. 1','','publish','open','closed','','gratitude-is-a-must-jah-cure-thanks-fans-after-album-debuts-at-no-1','','','2019-09-05 16:11:39','2019-09-05 21:11:39','',0,'https://buzz-caribbean.com/?p=7479',0,'post','',0),(7480,9,'2019-09-04 18:15:19','2019-09-04 23:15:19','','jah-cure-NEW-20190830','','inherit','open','closed','','jah-cure-new-20190830','','','2019-09-04 18:15:19','2019-09-04 23:15:19','',7479,'https://buzz-caribbean.com/app/uploads/2019/09/jah-cure-NEW-20190830.jpg',0,'attachment','image/jpeg',0),(7481,9,'2019-09-04 18:16:53','2019-09-04 23:16:53','<!-- wp:image {\"id\":7480} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jah-cure-NEW-20190830.jpg\" alt=\"Jah Cure\'s Royal Soldier debuted at No. 1 on the Billboard Reggae Albums chart. \" class=\"wp-image-7480\" /><figcaption>Jah Cure\'s Royal Soldier debuted at No. 1 on the Billboard Reggae Albums chart. (Photo: Instagram @therealjahcure)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After his album shot to No. 1 on the\nBillboard Reggae Albums chart, reggae singer Jah Cure took to Instagram on\nWednesday to thank his fans. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Gratitude is a must... give thanks to\nall the supporters and fans worldwide. You are all royal soldiers! We all share\nthis together,” Jah Cure said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And his many fans were very happy with the achievement.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Well worth the wait. Thank you for blessing us with\nyour talent. Favourite album in a while and you’re only getting better. Looking\nforward to years of your music,” one social media user said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another added: “You’re very much welcome. You deserve\nit all. Continue to stay focused and keep making excellent music. Congratulations\nonce again. I’m so happy for you.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Royal Soldier was </strong>released via VP Records on August 30. The 14-track album has collaborations with Damian ‘Jr Gong’ Marley, Tory Lanez, Phyllisia Ross, Popcaan, Mya, Melonie Fonia and Capleton.</p>\n<!-- /wp:paragraph -->','Gratitude is a must: Jah Cure thanks fans after album debuts at No. 1','','inherit','closed','closed','','7479-revision-v1','','','2019-09-04 18:16:53','2019-09-04 23:16:53','',7479,'https://buzz-caribbean.com/article/7479-revision-v1/',0,'revision','',0),(7482,9,'2019-09-04 18:18:50','2019-09-04 23:18:50','<!-- wp:image {\"id\":7480} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jah-cure-NEW-20190830.jpg\" alt=\"Jah Cure\'s Royal Soldier debuted at No. 1 on the Billboard Reggae Albums chart. \" class=\"wp-image-7480\" /><figcaption>Jah Cure\'s Royal Soldier debuted at No. 1 on the Billboard Reggae Albums chart. (Photo: Instagram @therealjahcure)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After his album, <strong>Royal Soldier</strong>, shot to No. 1 on the Billboard Reggae Albums chart, reggae singer Jah Cure took to Instagram on Wednesday to thank his fans. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Gratitude is a must... give thanks to\nall the supporters and fans worldwide. You are all royal soldiers! We all share\nthis together,” Jah Cure said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And his many fans were very happy with the achievement.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Well worth the wait. Thank you for blessing us with\nyour talent. Favourite album in a while and you’re only getting better. Looking\nforward to years of your music,” one social media user said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another added: “You’re very much welcome. You deserve\nit all. Continue to stay focused and keep making excellent music. Congratulations\nonce again. I’m so happy for you.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Royal Soldier </strong>was<strong> </strong>released via VP Records on August 30. The 14-track album has collaborations with Damian ‘Jr Gong’ Marley, Tory Lanez, Phyllisia Ross, Popcaan, Mya, Melonie Fonia and Capleton.</p>\n<!-- /wp:paragraph -->','Gratitude is a must: Jah Cure thanks fans after album debuts at No. 1','','inherit','closed','closed','','7479-revision-v1','','','2019-09-04 18:18:50','2019-09-04 23:18:50','',7479,'https://buzz-caribbean.com/article/7479-revision-v1/',0,'revision','',0),(7484,9,'2019-09-04 18:20:03','2019-09-04 23:20:03','<!-- wp:image {\"id\":7480} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jah-cure-NEW-20190830.jpg\" alt=\"Jah Cure\'s Royal Soldier debuted at No. 1 on the Billboard Reggae Albums chart. \" class=\"wp-image-7480\" /><figcaption>Jah Cure\'s Royal Soldier debuted at No. 1 on the Billboard Reggae Albums chart. (Photo: Instagram @therealjahcure)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After his album, <strong>Royal Soldier</strong>, shot to No. 1 on the Billboard Reggae Albums chart, reggae singer Jah Cure took to Instagram on Wednesday to thank his fans. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Gratitude is a must... give thanks to\nall the supporters and fans worldwide. You are all royal soldiers! We all share\nthis together,” Jah Cure said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Give thanks to all the supporters and fans worldwide.\"</p><cite>— Jah Cure</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>And his many fans were very happy with the achievement.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Well worth the wait. Thank you for blessing us with\nyour talent. Favourite album in a while and you’re only getting better. Looking\nforward to years of your music,” one social media user said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another added: “You’re very much welcome. You deserve\nit all. Continue to stay focused and keep making excellent music. Congratulations\nonce again. I’m so happy for you.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Royal Soldier </strong>was<strong> </strong>released via VP Records on August 30. The 14-track album has collaborations with Damian ‘Jr Gong’ Marley, Tory Lanez, Phyllisia Ross, Popcaan, Mya, Melonie Fonia and Capleton.</p>\n<!-- /wp:paragraph -->','Gratitude is a must: Jah Cure thanks fans after album debuts at No. 1','','inherit','closed','closed','','7479-revision-v1','','','2019-09-04 18:20:03','2019-09-04 23:20:03','',7479,'https://buzz-caribbean.com/article/7479-revision-v1/',0,'revision','',0),(7485,4,'2019-09-04 19:24:28','2019-09-05 00:24:28','<!-- wp:paragraph -->\n<p>The question on everybody\'s lips is which of the Peters — Dr. Phillips or Bunting — will win the People\'s National Party (PNP) presidential election on Saturday (Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interest in the pending poll is no less heightened in colleges across the island, where there are intense debates as to which of the Peters would make a better president of the PNP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ </strong>spoke with a number of students on the issue, the majority of whom said they could better relate to Bunting. They believe that he would make a better PNP leader.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I think Bunting is a fresh face that is poised to bring change to the party.\'</p><cite>— Ackime Saunders</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Twenty-one-year-old Ackime Saunders, the Western Jamaica Campus Chairperson, at the University of the West Indies, said: “I think Bunting is a fresh face that is poised to bring change to the party, and he appeals more to the youth. Phillips is very experienced, and that will mean a lot, but he has not been championing the party and giving it a proper chance of winning the generals.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 3<sup>rd</sup> year banking and finance student argued that Phillips lacks visibility and presence as a leader. \"I do not believe that the party should have at its helm one who rears his/her head when the governing party messes up – their presence must be felt at all times,\" he shared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ramon Gordon,<strong> </strong>a 20-year-old final year Journalism major at the Northern Caribbean University in Mandeville, expressed similar sentiments. He said that voter apathy still exists among the youth population and having fresh younger faces make a difference.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have a fresher face leading the JLP now and Andrew Holness is one of the younger leaders we’ve had..., while the PNP remains stagnant for the most part,” Gordon expressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I am confident that he will [retain the presidency].\'</p><cite>— Shanique Brooks</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>International Relations major at the UWI, Shanique Brooks, is a supporter of Dr Phillips. The 3<sup>rd</sup> year student believes that Dr Phillips\' wealth of experience is of benefit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“He has been involved in politics for decades. He’s a multi-layered man who has piloted several capacities. People are using age as a factor with his opponent, but truly being older should suggest greater wisdom and knowledge. I am confident that he will [retain the presidency],” Brooks said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<em><strong>Article written by Andre Cooper</strong></em></p>\n<!-- /wp:paragraph -->','Who\'d make a better PNP leader? University students sound off','','inherit','closed','closed','','7412-revision-v1','','','2019-09-04 19:24:28','2019-09-05 00:24:28','',7412,'https://buzz-caribbean.com/article/7412-revision-v1/',0,'revision','',0),(7486,4,'2019-09-04 19:32:59','2019-09-05 00:32:59','<!-- wp:image {\"id\":5252} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnp-the-two-peters-buntingvsphillips-buzz-official-1024x614.jpg\" alt=\"\" class=\"wp-image-5252\" /><figcaption>Peter Bunting (foreground) is challenging Dr Peter Phillips for the leadership of the PNP. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The question on everybody\'s lips is which of the Peters — Dr. Phillips or Bunting — will win the People\'s National Party (PNP) presidential election on Saturday (Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interest in the pending poll is no less heightened in colleges across the island, where there are intense debates as to which of the Peters would make a better president of the PNP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ </strong>spoke with a number of students on the issue, the majority of whom said they could better relate to Bunting. They believe that he would make a better PNP leader.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I think Bunting is a fresh face that is poised to bring change to the party.\'</p><cite>— Ackime Saunders</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Twenty-one-year-old Ackime Saunders, the Western Jamaica Campus Chairperson, at the University of the West Indies, said: “I think Bunting is a fresh face that is poised to bring change to the party, and he appeals more to the youth. Phillips is very experienced, and that will mean a lot, but he has not been championing the party and giving it a proper chance of winning the generals.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 3<sup>rd</sup> year banking and finance student argued that Phillips lacks visibility and presence as a leader. \"I do not believe that the party should have at its helm one who rears his/her head when the governing party messes up – their presence must be felt at all times,\" he shared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ramon Gordon,<strong> </strong>a 20-year-old final year Journalism major at the Northern Caribbean University in Mandeville, expressed similar sentiments. He said that voter apathy still exists among the youth population and having fresh younger faces make a difference.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have a fresher face leading the JLP now and Andrew Holness is one of the younger leaders we’ve had..., while the PNP remains stagnant for the most part,” Gordon expressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I am confident that he will [retain the presidency].\'</p><cite>— Shanique Brooks</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>International Relations major at the UWI, Shanique Brooks, is a supporter of Dr Phillips. The 3<sup>rd</sup> year student believes that Dr Phillips\' wealth of experience is of benefit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“He has been involved in politics for decades. He’s a multi-layered man who has piloted several capacities. People are using age as a factor with his opponent, but truly being older should suggest greater wisdom and knowledge. I am confident that he will [retain the presidency],” Brooks said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<em><strong>Article written by Andre Cooper</strong></em></p>\n<!-- /wp:paragraph -->','Who\'d make a better PNP leader? University students sound off','','inherit','closed','closed','','7412-revision-v1','','','2019-09-04 19:32:59','2019-09-05 00:32:59','',7412,'https://buzz-caribbean.com/article/7412-revision-v1/',0,'revision','',0),(7487,12,'2019-09-04 19:39:25','2019-09-05 00:39:25','','Play','','inherit','closed','closed','','6-autosave-v1','','','2019-09-04 19:39:25','2019-09-05 00:39:25','',6,'https://buzz-caribbean.com/article/6-autosave-v1/',0,'revision','',0),(7488,22,'2019-09-04 20:16:21','2019-09-05 01:16:21','<!-- wp:paragraph -->\n<p>Cabinet has approved a new Board of directors for the Edna Manley College of the Visual and Performing Arts (EMCVPA).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6140} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/edna-manley-1.png\" alt=\"Street view of the Edna Manley College sign\" class=\"wp-image-6140\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Marigold Harding remains as chair, along with ex-officio member and Principal of the college, Dr. Nicholeen DeGrasse-Johnson. Donahue Martin also previously on the Board, is vice-chairman. There are six new members: Coleen Douglas, Dr. Tamika Benjamin, Professor Sylvia Kouwenberg, Dorraine Reid, Jo-Anne Archibald, and Alison Dixon-Stone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Seven members of the previous Board have been retained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Education minister Karl Samuda made the announcement Wednesday (Sept 4) at a post-Cabinet press briefing at Jamaica House. The new Board will be in place for three years, effective immediately.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EMCVPA has been at the centre of controversy since May after a female student made public claims that a male lecturer sexually harassed her.   </p>\n<!-- /wp:paragraph -->','Edna Manley gets new board of directors','','publish','open','closed','','edna-manley-gets-new-board-of-directors','','','2019-09-04 20:16:22','2019-09-05 01:16:22','',0,'https://buzz-caribbean.com/?p=7488',0,'post','',0),(7489,4,'2019-09-04 19:43:33','2019-09-05 00:43:33','<!-- wp:paragraph -->\n<p>Cabinet has approved a new Board of directors for the Edna\nManley College of the Visual and Performing Arts (EMCVPA).<br>\n<br>Marigold Harding remains as\nchair, along with ex-officio member and Principal of the college, Dr.\nNicholeen DeGrasse-Johnson. Donahue Martin also previously on the Board, is\nvice chairman. There are six new members:&nbsp;Coleen Douglas, Dr. Tamika Benjamin, Professor\nSylvia Kouwenberg, Dorraine Reid, Jo-Anne Archibald, and Alison Dixon-Stone.<br>\n<br>\nSeven members of the previous Board have been retained. <br>\n<br>\nEducation minister Karl Samuda made the announcement today at a post-Cabinet\npress briefing at Jamaica House. The new Board will be in place for three years\neffective immediately.<br>\n<br>\nThe EMCVPA has been at the centre of controversy since May after a female student\nmade public claims of sexual harassment by a male lecturer.<br>\n<br>\nSamuda said this morning that the Principal has not been booted, and that it\nwas not unheard of for a head of &nbsp;an organisation\nto step aside to facilitate investigations into the management of an entity.<br>\nHe said, “the principal has not been terminated. In some instances heads of\norganisations have voluntarily sought to step aside to facilitate\ninvestigations to be free of any possible influences with respect to the\ninfluence of the head of the organization”.<br><br>The minister said he believes the correct\nthing is being done. “And I am awaiting the findings of\nthe investigation which will now be undertaken with the new Board This is not\nthe only institution where from time to time persons at the helm have been\nsimply asked to step aside temporarily to facilitate the proper investigation\ninto the management structure and other aspects of how the institution is run,”\nhe said.<br><br>\nStudents staged a protest at the college last week siting unfair treatment of Dr. DeGrasse-Johnson.&nbsp; &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->','new board','','inherit','closed','closed','','7488-revision-v1','','','2019-09-04 19:43:33','2019-09-05 00:43:33','',7488,'https://buzz-caribbean.com/article/7488-revision-v1/',0,'revision','',0),(7492,4,'2019-09-04 19:56:08','2019-09-05 00:56:08','','ramon-gordon-uwi-student','','inherit','open','closed','','ramon-gordon-uwi-student','','','2019-09-04 19:56:08','2019-09-05 00:56:08','',7412,'https://buzz-caribbean.com/app/uploads/2019/09/ramon-gordon-uwi-student.jpg',0,'attachment','image/jpeg',0),(7493,4,'2019-09-04 19:56:57','2019-09-05 00:56:57','<!-- wp:image {\"id\":5252} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnp-the-two-peters-buntingvsphillips-buzz-official-1024x614.jpg\" alt=\"\" class=\"wp-image-5252\" /><figcaption>Peter Bunting (foreground) is challenging Dr Peter Phillips for leadership of the PNP. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The question on everybody\'s lips is which of the Peters — Dr. Phillips or Bunting — will win the People\'s National Party (PNP) presidential election on Saturday (Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interest in the pending poll is no less heightened in colleges across the island, where there are intense debates as to which of the Peters would make a better president of the PNP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ </strong>spoke with a number of students on the issue, the majority of whom said they could better relate to Bunting. They believe that he would make a better PNP leader.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I think Bunting is a fresh face that is poised to bring change to the party.\'</p><cite>— Ackime Saunders</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Twenty-one-year-old Ackime Saunders, the Western Jamaica Campus Chairperson, at the University of the West Indies, said:&nbsp;“I think Bunting is a fresh face that is poised to bring change to the party, and he appeals more to the youth. Phillips is very experienced, and that will mean a lot, but he has not been championing the party and giving it a proper chance of winning the generals.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 3<sup>rd</sup> year banking and finance student argued that Phillips lacks visibility and presence as a leader. \"I do not believe that the party should have at its helm one who rears his/her head when the governing party messes up – their presence must be felt at all times,\" he shared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7492} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ramon-gordon-uwi-student.jpg\" alt=\"\" class=\"wp-image-7492\" /><figcaption>Journalism student Ramon Gordon.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ramon Gordon,<strong> </strong>a 20-year-old final year Journalism major at the Northern Caribbean University in Mandeville, expressed similar sentiments. He said that voter apathy still exists among the youth population and having fresh younger faces make a difference.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have a fresher face leading the JLP now and Andrew Holness is one of the younger leaders we’ve had..., while the PNP remains stagnant for the most part,” Gordon expressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I am confident that he will [retain the presidency].\'</p><cite>— Shanique Brooks</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>International Relations major at the UWI, Shanique Brooks, is a supporter of Dr Phillips. The 3<sup>rd</sup> year student believes that Dr Phillips\' wealth of experience is of benefit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“He has been involved in politics for decades. He’s a multi-layered man who has piloted several capacities. People are using age as a factor with his opponent, but truly being older should suggest greater wisdom and knowledge. I am confident that he will [retain the presidency],” Brooks said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<em><strong>Article written by Andre Cooper</strong></em></p>\n<!-- /wp:paragraph -->','Who\'d make a better PNP leader? University students sound off','','inherit','closed','closed','','7412-revision-v1','','','2019-09-04 19:56:57','2019-09-05 00:56:57','',7412,'https://buzz-caribbean.com/article/7412-revision-v1/',0,'revision','',0),(7494,4,'2019-09-04 19:59:55','2019-09-05 00:59:55','','ackime-saunders-student','','inherit','open','closed','','ackime-saunders-student','','','2019-09-04 19:59:55','2019-09-05 00:59:55','',7412,'https://buzz-caribbean.com/app/uploads/2019/09/ackime-saunders-student.jpg',0,'attachment','image/jpeg',0),(7495,4,'2019-09-04 20:04:07','2019-09-05 01:04:07','<!-- wp:image {\"id\":5252} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnp-the-two-peters-buntingvsphillips-buzz-official-1024x614.jpg\" alt=\"\" class=\"wp-image-5252\" /><figcaption>Peter Bunting (foreground) is challenging Dr Peter Phillips for leadership of the PNP. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The question on everybody\'s lips is which of the Peters — Dr. Phillips or Bunting — will win the People\'s National Party (PNP) presidential election on Saturday (Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interest in the pending poll is no less heightened in colleges across the island, where there are intense debates as to which of the Peters would make a better president of the PNP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ </strong>spoke with a number of students on the issue, the majority of whom said they could better relate to Bunting. They believe that he would make a better PNP leader.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I think Bunting is a fresh face that is poised to bring change to the party.\'</p><cite>— Ackime Saunders</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":7494} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ackime-saunders-student-1024x682.jpg\" alt=\"\" class=\"wp-image-7494\" /><figcaption>Ackime Saunders believes that Peter Bunting is the fresh face that will bring change to the PNP.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Twenty-one-year-old Ackime Saunders, the Western Jamaica Campus Chairperson, at the University of the West Indies, said:&nbsp;“I think Bunting is a fresh face that is poised to bring change to the party, and he appeals more to the youth. Phillips is very experienced, and that will mean a lot, but he has not been championing the party and giving it a proper chance of winning the generals.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 3<sup>rd</sup> year banking and finance student argued that Phillips lacks visibility and presence as a leader. \"I do not believe that the party should have at its helm one who rears his/her head when the governing party messes up – their presence must be felt at all times,\" he shared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ramon Gordon,<strong> </strong>a 20-year-old final year Journalism major at the Northern Caribbean University in Mandeville, expressed similar sentiments. He said that voter apathy still exists among the youth population and having fresh younger faces make a difference.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7492} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ramon-gordon-uwi-student.jpg\" alt=\"\" class=\"wp-image-7492\" /><figcaption>Journalism student Ramon Gordon.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We have a fresher face leading the JLP now and Andrew Holness is one of the younger leaders we’ve had..., while the PNP remains stagnant for the most part,” Gordon expressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I am confident that he will [retain the presidency].\'</p><cite>— Shanique Brooks</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>International Relations major at the UWI, Shanique Brooks, is a supporter of Dr Phillips. The 3<sup>rd</sup> year student believes that Dr Phillips\' wealth of experience is of benefit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“He has been involved in politics for decades. He’s a multi-layered man who has piloted several capacities. People are using age as a factor with his opponent, but truly being older should suggest greater wisdom and knowledge. I am confident that he will [retain the presidency],” Brooks said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<em><strong>Article written by Andre Cooper</strong></em></p>\n<!-- /wp:paragraph -->','Who\'d make a better PNP leader? University students sound off','','inherit','closed','closed','','7412-revision-v1','','','2019-09-04 20:04:07','2019-09-05 01:04:07','',7412,'https://buzz-caribbean.com/article/7412-revision-v1/',0,'revision','',0),(7496,4,'2019-09-04 20:16:21','2019-09-05 01:16:21','<!-- wp:paragraph -->\n<p>Cabinet has approved a new Board of directors for the Edna Manley College of the Visual and Performing Arts (EMCVPA).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6140} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/edna-manley-1.png\" alt=\"Street view of the Edna Manley College sign\" class=\"wp-image-6140\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Marigold Harding remains as chair, along with ex-officio member and Principal of the college, Dr. Nicholeen DeGrasse-Johnson. Donahue Martin also previously on the Board, is vice-chairman. There are six new members: Coleen Douglas, Dr. Tamika Benjamin, Professor Sylvia Kouwenberg, Dorraine Reid, Jo-Anne Archibald, and Alison Dixon-Stone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Seven members of the previous Board have been retained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Education minister Karl Samuda made the announcement Wednesday (Sept 4) at a post-Cabinet press briefing at Jamaica House. The new Board will be in place for three years, effective immediately.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EMCVPA has been at the centre of controversy since May after a female student made public claims that a male lecturer sexually harassed her.   </p>\n<!-- /wp:paragraph -->','Edna Manley gets new board of directors','','inherit','closed','closed','','7488-revision-v1','','','2019-09-04 20:16:21','2019-09-05 01:16:21','',7488,'https://buzz-caribbean.com/article/7488-revision-v1/',0,'revision','',0),(7497,4,'2019-09-04 20:24:59','2019-09-05 01:24:59','<!-- wp:paragraph -->\n<p>Jamaican singer/songwriter Nicky B has partnered with international beer company Budweiser on its latest global ad campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>African Afro Beat star Runtown produced the track <strong>Kings For Life</strong> which is being used in the campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The track titled Kings for life was written By Nicky B, who proudly describes his involvement and how the project came into fruition. An agency in L.A. contacted Nicky B on behalf of the International Beer with a King concept in mind, He was then prompted to do his part in the studio , write the lyrics for Runtown and complete what would be the new theme for a 30 second commercial. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nicky B took to Instagram NickyBJA to promote his latest accomplishment saying “ when the biggest beer company in the world calls and asks you to do a song for their new worldwide campaign, you go in the studio and get to work!!! SHOUTOUT TO MY African brother @Runtown for blessing the track..”</p>\n<!-- /wp:paragraph -->','commercial :)  fix','','inherit','closed','closed','','7402-revision-v1','','','2019-09-04 20:24:59','2019-09-05 01:24:59','',7402,'https://buzz-caribbean.com/article/7402-revision-v1/',0,'revision','',0),(7498,11,'2019-09-04 21:38:14','2019-09-05 02:38:14','','Neikoy-Redwood-Young-Scholar-Buzz-Caribbean-1','','inherit','open','closed','','neikoy-redwood-young-scholar-buzz-caribbean-1','','','2019-09-04 21:38:14','2019-09-05 02:38:14','',0,'https://buzz-caribbean.com/app/uploads/2019/09/Neikoy-Redwood-Young-Scholar-Buzz-Caribbean-1.jpg',0,'attachment','image/jpeg',0),(7499,11,'2019-09-04 21:41:42','2019-09-05 02:41:42','','Neikoy-Redwood-Young-Scholar-Buzz-Caribbean-2','','inherit','open','closed','','neikoy-redwood-young-scholar-buzz-caribbean-2','','','2019-09-04 21:41:42','2019-09-05 02:41:42','',0,'https://buzz-caribbean.com/app/uploads/2019/09/Neikoy-Redwood-Young-Scholar-Buzz-Caribbean-2.jpg',0,'attachment','image/jpeg',0),(7501,11,'2019-09-04 21:44:18','2019-09-05 02:44:18','<!-- wp:image {\"id\":7499} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Neikoy-Redwood-Young-Scholar-Buzz-Caribbean-2-738x1024.jpg\" alt=\"Recipient of the Jamaica Public Service (JPS) and Partners Co-operative Credit Union Limited 2019 Albert Morris Scholarship, Neikoy Redwood (right), accepts his school-leaving certificate from Vice Principal, Campion College, Lavare Henry, during the school’s 2019 graduation exercise in June. \" class=\"wp-image-7499\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Recipient of the Jamaica Public Service\n(JPS) and Partners Co-operative Credit Union (PCCU) Limited’s 2019 Albert\nMorris Scholarship, Neikoy Redwood, is a step closer to realising his dream of\nbecoming a financial consultant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Neikoy started undergraduate studies at the\nUniversity of the West Indies (UWI) Mona Campus this Monday and will receive\n$150,000 annually over three years towards his education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Star \'Campionite\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The 19-year-old Campion College graduate\nearned an impressive eight grade ones in this year’s Caribbean Secondary\nEducation Certificate (CSEC) examinations in additional mathematics, economics,\nbiology, chemistry, physics, information technology, Spanish, and English A,\nand a grade two in English B.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7398} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/campion-college-buzz-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-7398\" /><figcaption>Campion Hall (Photo: Jacqueline Gannie, Campion College)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Additionally, he got four grade ones in the\nCaribbean Advanced Proficiency Examinations (CAPE) in pure mathematics,\neconomics, chemistry and communication studies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an interview with the Jamaica Information Service (JIS) recently, the young scholar, who describes himself as goal-oriented, attributes his successes to hard work and discipline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I would say I am goal-oriented, because I\nfeel it is always better if you set a goal for yourself and you are working\ntowards that… I think that I am quite disciplined as well,” he told the JIS.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Success has been the hallmark of Neikoy’s educational journey starting at Marlie Mount Primary in St. Catherine, where the high achiever was head boy, class monitor, and prefect.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The brilliance continued at Campion where\nhe served as student council representative in both years of sixth form and was\nappointed to the post of prefect in upper sixth form.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\'My baby sister is watching me, I have to make her proud\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Neikoy explained that his desire for\nsuccess extends beyond personal ambitions. As the older brother to a doting\nsix-year-old sister, the UWI fresher is striving to be a positive role model\nfor his sibling.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I want to set a high standard for her. Now\nshe goes to my alma mater, Marlie Mount Primary… and she’s trying to live up to\nthe standard I set, and that is something I am quite proud of,” he noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 19-year-old is looking forward to his\nacademic journey at UWI, in pursuit of actuarial science.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7397} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/uwi-mona-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-7397\" /><figcaption>Neikoy Redwood\'s newest stomping grounds, the University of the West Indies, Mona (Photo: UWI, Mona)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>His affinity for mathematics and economics\nin high school came naturally, and Neikoy asserted that actuarial science is a\ngood blend of both subjects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The bigger picture</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ultimately, Redwood aspires to open a\nfinancial consultancy where he can hire other professionals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I would like to open my own business and I\nthink a lot of Jamaicans should be looking to do that now, because not only\nshould you want to occupy a job, you should seek to create jobs in our economy\nright now. We need more businesses to develop the country,” he told the JIS.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It adds a lot more [value] if you can start a business, because you can create 10 or 15 jobs,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Neikoy\'s call to Corporate Jamaica</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Neikoy expressed his appreciation to the\nJPS and PCCU for the scholarship – encouraging more corporate entities to\nassist deserving young students to access higher education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Higher education is the only way that people can truly better themselves and truly move from a life of poverty to a comfortable life for themselves, their children and their</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>family. I feel that higher education is\nsomething that is necessary,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Albert Morris Scholarship, named in honour of one of the JPS and PCCU’s founding members, is offered annually to a member of the credit union or their children, and provides for study at any of the country’s recognised tertiary institutions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The recipient must maintain a ‘B’ average\nthroughout the life of the scholarship.</p>\n<!-- /wp:paragraph -->','UWI-bound Neikoy Redwood closer to financial consultant dream','','inherit','closed','closed','','7395-revision-v1','','','2019-09-04 21:44:18','2019-09-05 02:44:18','',7395,'https://buzz-caribbean.com/article/7395-revision-v1/',0,'revision','',0),(7502,21,'2019-09-05 07:00:24','2019-09-05 12:00:24','<!-- wp:image {\"id\":6429} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Olivia-Grange-20190829.jpg\" alt=\"Minister of Culture, Gender, Entertainment and Sport, Olivia “Babsy” Grange\" class=\"wp-image-6429\" /><figcaption> Minister of Culture, Gender, Entertainment and Sport, Olivia “Babsy” Grange </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Minister of Culture, Gender, Entertainment\nand Sport, Olivia “Babsy” Grange, has invited leaders in the entertainment\nindustry to work with her in developing a strategy to assist the people of The\nBahamas who have been affected by Hurricane Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Grange said she was “moved to tears by images of the devastation in the Bahamas and we must help in every way that we can.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"...Together we will come up with the best response to the devastation in the Bahamas” </p><cite>Hon. Olivia \'Babsy\' Grange,  Minister of Culture, Gender, Entertainment and Sport </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Several leaders in the Entertainment\nindustry were expected to attend the meeting at the Ministry, Trafalgar Road,\nNew Kingston on Wednesday, September 4. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I will sit with members of the industry\nand together we will come up with the best response to the devastation in the\nBahamas,” she said</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grange has pledged Jamaica’s assistance in\ncommunications with the head of the Gender Bureau in The Bahamas, Jacinta\nHiggs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has also reached out to the Bahamian\nMinister with responsibility for Gender and Family Affairs, Frankee Campbell,\nas well as the Minister of Youth, Sports and Culture, Lancsha Rolle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said she is confident that the\nEntertainment industry will respond to the situation in the Bahamas.</p>\n<!-- /wp:paragraph -->','Grange calls entertainment industry leaders to discuss response to devastation in the Bahamas','','publish','open','closed','','grange-calls-entertainment-industry-leaders-to-discuss-response-to-devastation-in-the-bahamas','','','2019-09-04 21:55:10','2019-09-05 02:55:10','',0,'https://buzz-caribbean.com/?p=7502',0,'post','',0),(7503,11,'2019-09-04 21:55:10','2019-09-05 02:55:10','<!-- wp:image {\"id\":6429} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Olivia-Grange-20190829.jpg\" alt=\"Minister of Culture, Gender, Entertainment and Sport, Olivia “Babsy” Grange\" class=\"wp-image-6429\" /><figcaption> Minister of Culture, Gender, Entertainment and Sport, Olivia “Babsy” Grange </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Minister of Culture, Gender, Entertainment\nand Sport, Olivia “Babsy” Grange, has invited leaders in the entertainment\nindustry to work with her in developing a strategy to assist the people of The\nBahamas who have been affected by Hurricane Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Grange said she was “moved to tears by images of the devastation in the Bahamas and we must help in every way that we can.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"...Together we will come up with the best response to the devastation in the Bahamas” </p><cite>Hon. Olivia \'Babsy\' Grange,  Minister of Culture, Gender, Entertainment and Sport </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Several leaders in the Entertainment\nindustry were expected to attend the meeting at the Ministry, Trafalgar Road,\nNew Kingston on Wednesday, September 4. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I will sit with members of the industry\nand together we will come up with the best response to the devastation in the\nBahamas,” she said</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grange has pledged Jamaica’s assistance in\ncommunications with the head of the Gender Bureau in The Bahamas, Jacinta\nHiggs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She has also reached out to the Bahamian\nMinister with responsibility for Gender and Family Affairs, Frankee Campbell,\nas well as the Minister of Youth, Sports and Culture, Lancsha Rolle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said she is confident that the\nEntertainment industry will respond to the situation in the Bahamas.</p>\n<!-- /wp:paragraph -->','Grange calls entertainment industry leaders to discuss response to devastation in the Bahamas','','inherit','closed','closed','','7502-revision-v1','','','2019-09-04 21:55:10','2019-09-05 02:55:10','',7502,'https://buzz-caribbean.com/article/7502-revision-v1/',0,'revision','',0),(7505,21,'2019-09-05 12:02:27','2019-09-05 17:02:27','<!-- wp:image {\"id\":7506} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Hon-Louise-Bennett-Cloverly-Miss-Lou-2.jpg\" alt=\" Cultural icon Hon Louise Bennett-Coverley, fondly known as ‘Miss Lou’.\" class=\"wp-image-7506\" /><figcaption>Cultural icon Hon Louise Bennett-Coverley, fondly known as ‘Miss Lou’. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Jamaica Cultural Development\nCommission (JCDC) will mount several exhibitions as part of the celebrations\nfor the centenary anniversary of the birth of cultural icon, Hon Louise\nBennett-Coverley, fondly known as ‘Miss Lou’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These exhibitions will be mounted\nduring the month of September, starting on the 7th at JCDC’s parish offices and\nparish libraries across the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Marjorie Leyden-Vernon, director of\nCommunity Cultural Development at the JCDC, said that the month-long\ncelebrations aim to engage and give persons the opportunity to participate and\nreflect on the life and work of Miss Lou.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Born on September 7, 1919, Miss Lou\npassed away on July 26, 2006 in Canada and was buried at National Heroes Park,\nin a section reserved for cultural icons. Known for writing and performing her\npoems, folk songs and stories in Jamaican patois, Miss Lou is regarded by many\nas the “mother of Jamaican culture”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Leyden-Vernon explained that for the\ncelebrations there will be poetry-type competitions, and there will be fashion\nshows focusing on the Jamaican Bandana which Miss Lou would often wear. Other\nactivities during the month will include lunch-hour concerts, ring-ding style\nconcerts, a floral tribute at National Heroes Park and special tribute\nconcerts.</p>\n<!-- /wp:paragraph -->','JCDC to mount exhibitions to celebrate Miss Lou','','publish','open','closed','','jcdc-to-mount-exhibitions-to-celebrate-miss-lou','','','2019-09-05 12:02:27','2019-09-05 17:02:27','',0,'https://buzz-caribbean.com/?p=7505',0,'post','',0),(7506,9,'2019-09-05 11:57:27','2019-09-05 16:57:27','','Hon-Louise-Bennett-Cloverly-Miss-Lou-2','','inherit','open','closed','','hon-louise-bennett-cloverly-miss-lou-2','','','2019-09-05 11:57:27','2019-09-05 16:57:27','',7505,'https://buzz-caribbean.com/app/uploads/2019/09/Hon-Louise-Bennett-Cloverly-Miss-Lou-2.jpg',0,'attachment','image/jpeg',0),(7507,9,'2019-09-05 12:00:48','2019-09-05 17:00:48','<!-- wp:image {\"id\":7506} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Hon-Louise-Bennett-Cloverly-Miss-Lou-2.jpg\" alt=\"\" class=\"wp-image-7506\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Jamaica Cultural Development\nCommission (JCDC) will mount several exhibitions as part of the celebrations\nfor the centenary anniversary of the birth of cultural icon, Hon Louise\nBennett-Coverley, fondly known as ‘Miss Lou’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These exhibitions will be mounted\nduring the month of September, starting on the 7th at JCDC’s parish offices and\nparish libraries across the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Marjorie Leyden-Vernon, director of\nCommunity Cultural Development at the JCDC, said that the month-long\ncelebrations aim to engage and give persons the opportunity to participate and\nreflect on the life and work of Miss Lou.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Born on September 7, 1919, Miss Lou\npassed away on July 26, 2006 in Canada and was buried at National Heroes Park,\nin a section reserved for cultural icons. Known for writing and performing her\npoems, folk songs and stories in Jamaican patois, Miss Lou is regarded by many\nas the “mother of Jamaican culture”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Leyden-Vernon explained that for the\ncelebrations there will be poetry-type competitions, and there will be fashion\nshows focusing on the Jamaican Bandana which Miss Lou would often wear. Other\nactivities during the month will include lunch-hour concerts, ring-ding style\nconcerts, a floral tribute at National Heroes Park and special tribute\nconcerts.</p>\n<!-- /wp:paragraph -->','JCDC to mount exhibitions to celebrate Miss Lou','','inherit','closed','closed','','7505-revision-v1','','','2019-09-05 12:00:48','2019-09-05 17:00:48','',7505,'https://buzz-caribbean.com/article/7505-revision-v1/',0,'revision','',0),(7508,9,'2019-09-05 12:02:27','2019-09-05 17:02:27','<!-- wp:image {\"id\":7506} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Hon-Louise-Bennett-Cloverly-Miss-Lou-2.jpg\" alt=\" Cultural icon Hon Louise Bennett-Coverley, fondly known as ‘Miss Lou’.\" class=\"wp-image-7506\" /><figcaption>Cultural icon Hon Louise Bennett-Coverley, fondly known as ‘Miss Lou’. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Jamaica Cultural Development\nCommission (JCDC) will mount several exhibitions as part of the celebrations\nfor the centenary anniversary of the birth of cultural icon, Hon Louise\nBennett-Coverley, fondly known as ‘Miss Lou’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These exhibitions will be mounted\nduring the month of September, starting on the 7th at JCDC’s parish offices and\nparish libraries across the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Marjorie Leyden-Vernon, director of\nCommunity Cultural Development at the JCDC, said that the month-long\ncelebrations aim to engage and give persons the opportunity to participate and\nreflect on the life and work of Miss Lou.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Born on September 7, 1919, Miss Lou\npassed away on July 26, 2006 in Canada and was buried at National Heroes Park,\nin a section reserved for cultural icons. Known for writing and performing her\npoems, folk songs and stories in Jamaican patois, Miss Lou is regarded by many\nas the “mother of Jamaican culture”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Leyden-Vernon explained that for the\ncelebrations there will be poetry-type competitions, and there will be fashion\nshows focusing on the Jamaican Bandana which Miss Lou would often wear. Other\nactivities during the month will include lunch-hour concerts, ring-ding style\nconcerts, a floral tribute at National Heroes Park and special tribute\nconcerts.</p>\n<!-- /wp:paragraph -->','JCDC to mount exhibitions to celebrate Miss Lou','','inherit','closed','closed','','7505-revision-v1','','','2019-09-05 12:02:27','2019-09-05 17:02:27','',7505,'https://buzz-caribbean.com/article/7505-revision-v1/',0,'revision','',0),(7509,21,'2019-09-05 12:25:42','2019-09-05 17:25:42','<!-- wp:image {\"id\":7510} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/mac-miller.jpg\" alt=\"\" class=\"wp-image-7510\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A man has been charged in connection with Mac Miller\'s death.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Self Care</strong> hitmaker died from an overdose on September 7, 2018. And almost a year later, the Drug Enforcement Administration\'s Fusion Task Force have arrested 23-year-old Cameron James Pettit, alleging that he sold counterfeit drugs containing fentanyl to the late rapper.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to an affidavit in support of the complaint, Pettit is alleged to have taken counterfeit oxycodone pills which contained the opiod fentanyl, as well as cocaine and Xanax to Mac - whose real name was Malcolm McCormick - two days before his death.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mac\'s death was found to be an accident, and it was later determined he had overdosed on alcohol, cocaine and fentanyl, with investigators believing he passed away after snorting the fake pills.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If convicted, Pettit would face a minimum sentence of 20 years in federal prison for drug trafficking, and it seems he has been aware of the possible punishment for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the affidavit, after reports of Mac\'s death were published, the man allegedly sent an Instagram message to a friend which read: \"Most likely I will die in jail... I\'m gonna get off the grid. Move to another country.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Investigators also had text messages between Pettit and Mac, in which the rapper asked for \"bars\" of Xanax and a \"ball\" of cocaine.</p>\n<!-- /wp:paragraph -->','Man charged in connection with Mac Miller\'s death','','publish','open','closed','','man-charged-in-connection-with-mac-millers-death','','','2019-09-05 12:25:43','2019-09-05 17:25:43','',0,'https://buzz-caribbean.com/?p=7509',0,'post','',0),(7510,9,'2019-09-05 12:21:27','2019-09-05 17:21:27','','mac-miller','','inherit','open','closed','','mac-miller','','','2019-09-05 12:21:27','2019-09-05 17:21:27','',7509,'https://buzz-caribbean.com/app/uploads/2019/09/mac-miller.jpg',0,'attachment','image/jpeg',0),(7511,9,'2019-09-05 12:25:11','2019-09-05 17:25:11','<!-- wp:image {\"id\":7510} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/mac-miller.jpg\" alt=\"\" class=\"wp-image-7510\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A man has been charged in connection with Mac Miller\'s death.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Self Care</strong> hitmaker died from an overdose on September 7, 2018. And almost a year later, the Drug Enforcement Administration\'s Fusion Task Force have arrested 23-year-old Cameron James Pettit, alleging that he sold counterfeit drugs containing fentanyl to the late rapper.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to an affidavit in support of the complaint, Pettit is alleged to have taken counterfeit oxycodone pills which contained the opiod fentanyl, as well as cocaine and Xanax to Mac - whose real name was Malcolm McCormick - two days before his death.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mac\'s death was found to be an accident, and it was later determined he had overdosed on alcohol, cocaine and fentanyl, with investigators believing he passed away after snorting the fake pills.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If convicted, Pettit would face a minimum sentence of 20 years in federal prison for drug trafficking, and it seems he has been aware of the possible punishment for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the affidavit, after reports of Mac\'s death were published, the man allegedly sent an Instagram message to a friend which read: \"Most likely I will die in jail... I\'m gonna get off the grid. Move to another country.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Investigators also had text messages between Pettit and Mac, in which the rapper asked for \"bars\" of Xanax and a \"ball\" of cocaine.</p>\n<!-- /wp:paragraph -->','Man charged in connection with Mac Miller\'s death','','inherit','closed','closed','','7509-revision-v1','','','2019-09-05 12:25:11','2019-09-05 17:25:11','',7509,'https://buzz-caribbean.com/article/7509-revision-v1/',0,'revision','',0),(7512,11,'2019-09-05 12:58:45','2019-09-05 17:58:45','<!-- wp:paragraph -->\n<p>In recognition of\nInternational Day of Charity Thursday (Sept 5), The Sandals Foundation has\nlaunched a campaign dubbed “Double Your Impact: Dollar for Dollar”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2BnuqwBxNB/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2BnuqwBxNB/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Director of Programmes for the Sandals Foundation, Heidi Clarke, shared with <strong>BUZZ</strong>, that the Foundation has been doing all it can to help in the relief efforts. “The more we do, the more we recognize what is required and how we can help in making the most impact,” Clarke said. She noted that at this point cash donations are proving to be most effective in providing rescue services, medical supplies and support, safety services and food.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7514} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Sandals-Foundation-Executive-Director-Heidi-Clarke-Buzz-Caribbean-958x1024.jpg\" alt=\"Heidi Clarke, Director of Programmes, Sandals Foundation\" class=\"wp-image-7514\" /><figcaption>Heidi Clarke, Director of Programmes, Sandals Foundation</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a registered charity,\nSandals Foundation will be working alongside non-profit group HeadKnowles that\nhas an active presence on the islands and are able to provide consistent\nupdates on how best to assist in the recovery efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Clarke added, “Volunteers\nfrom our teams in the Bahamas are also helping in providing on-the-ground\nsupport. We will also be looking at providing long-term, sustainable support including\nhealth facilities, schools and how persons are able to rebuild, once the\nimmediate needs are met.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Volunteers from our teams in the Bahamas are also helping in providing on-the-ground support.\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Foundation — in\nmaintaining its commitment to help in the relief efforts across sections of the\nBahamas that have been ravaged by Hurricane Dorian — has pledged to match every\ndollar donated to the Foundation today “in an effort to help restore hope and\nrebuild together”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><a rel=\"noreferrer noopener\" aria-label=\"Sandals teams with Tourism Ministry to provide relief in The Bahamas (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/sandals-teams-with-tourism-ministry-to-provide-relief-in-the-bahamas/\" target=\"_blank\">Sandals teams with Tourism Ministry to provide relief in The Bahamas</a></li><li><a rel=\"noreferrer noopener\" aria-label=\"Tourism ministry consolidating support for Bahamas tourism industry sector (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/tourism-ministry-consolidating-support-for-bahamas-tourism-industry-sector/\" target=\"_blank\">Tourism ministry consolidating support for Bahamas tourism industry sector</a></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Donations can be made through the Sandals Foundation site: <a href=\"https://sandalsfoundation.org/donation\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"sandalsfoundation.org/donation (opens in a new tab)\">sandalsfoundation.org/donation</a>, with an announcement being made on how much the Foundation was able to raise today.</p>\n<!-- /wp:paragraph -->','Sandals Foundation matching donations for Hurricane Dorian relief efforts','','publish','open','closed','','sandals-foundation-matching-donations-for-hurricane-dorian-relief-efforts','','','2019-09-05 12:58:46','2019-09-05 17:58:46','',0,'https://buzz-caribbean.com/?p=7512',0,'post','',0),(7513,11,'2019-09-05 12:29:57','2019-09-05 17:29:57','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2BnuqwBxNB/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2BnuqwBxNB/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2BnuqwBxNB/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Double Your Impact: Dollar for Dollar  Help @Sandalsfdn raise funds for our Northern Bahamian neighbors who have been affected by #HurricaneDorian  By donating today, on #InternationalDayofCharity Sandals Resorts International pledges to match every dollar you give to https://sandalsfoundation.org/donation  Help restore hope and rebuild together. #SandalsFoundation #SandalsFoundation4?? #BahamasStrong</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/sandalsfdn/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Sandals Foundation</a> (@sandalsfdn) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-05T09:58:03+00:00\">Sep 5, 2019 at 2:58am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','10e6458b0bcc8f92c995f660f0b2ed56','','','2019-09-05 12:29:57','2019-09-05 17:29:57','',0,'https://buzz-caribbean.com/article/10e6458b0bcc8f92c995f660f0b2ed56/',0,'oembed_cache','',0),(7514,11,'2019-09-05 12:30:55','2019-09-05 17:30:55','','Heidi Clarke','','inherit','open','closed','','heidi-clarke','','','2019-09-05 12:30:55','2019-09-05 17:30:55','',7512,'https://buzz-caribbean.com/app/uploads/2019/09/Sandals-Foundation-Executive-Director-Heidi-Clarke-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(7515,9,'2019-09-05 12:53:35','2019-09-05 17:53:35','','NEW Neikoy Redwood Young Scholar Buzz Caribbean 2 738x1024','','inherit','open','closed','','new-neikoy-redwood-young-scholar-buzz-caribbean-2-738x1024','','','2019-09-05 12:53:35','2019-09-05 17:53:35','',7395,'https://buzz-caribbean.com/app/uploads/2019/09/NEW-Neikoy-Redwood-Young-Scholar-Buzz-Caribbean-2-738x1024.jpg',0,'attachment','image/jpeg',0),(7516,11,'2019-09-05 12:55:06','2019-09-05 17:55:06','','Dorian Damage Bahamas Buzz Caribbean','','inherit','open','closed','','dorian-damage-bahamas-buzz-caribbean','','','2019-09-05 12:55:06','2019-09-05 17:55:06','',7512,'https://buzz-caribbean.com/app/uploads/2019/09/dorian-damage-bahamas-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(7517,11,'2019-09-05 12:56:18','2019-09-05 17:56:18','<!-- wp:paragraph -->\n<p>In recognition of\nInternational Day of Charity Thursday (Sept 5), The Sandals Foundation has\nlaunched a campaign dubbed “Double Your Impact: Dollar for Dollar”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2BnuqwBxNB/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2BnuqwBxNB/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Director of Programmes for the Sandals Foundation, Heidi Clarke, shared with <strong>BUZZ</strong>, that the Foundation has been doing all it can to help in the relief efforts. “The more we do, the more we recognize what is required and how we can help in making the most impact,” Clarke said. She noted that at this point cash donations are proving to be most effective in providing rescue services, medical supplies and support, safety services and food.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7514} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Sandals-Foundation-Executive-Director-Heidi-Clarke-Buzz-Caribbean-958x1024.jpg\" alt=\"Heidi Clarke, Director of Programmes, Sandals Foundation\" class=\"wp-image-7514\" /><figcaption>Heidi Clarke, Director of Programmes, Sandals Foundation</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a registered charity,\nSandals Foundation will be working alongside non-profit group HeadKnowles that\nhas an active presence on the islands and are able to provide consistent\nupdates on how best to assist in the recovery efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Clarke added, “Volunteers\nfrom our teams in the Bahamas are also helping in providing on-the-ground\nsupport. We will also be looking at providing long-term, sustainable support including\nhealth facilities, schools and how persons are able to rebuild, once the\nimmediate needs are met.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Volunteers from our teams in the Bahamas are also helping in providing on-the-ground support.\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Foundation — in\nmaintaining its commitment to help in the relief efforts across sections of the\nBahamas that have been ravaged by Hurricane Dorian — has pledged to match every\ndollar donated to the Foundation today “in an effort to help restore hope and\nrebuild together”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><a rel=\"noreferrer noopener\" aria-label=\"Sandals teams with Tourism Ministry to provide relief in The Bahamas (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/sandals-teams-with-tourism-ministry-to-provide-relief-in-the-bahamas/\" target=\"_blank\">Sandals teams with Tourism Ministry to provide relief in The Bahamas</a></li><li><a href=\"https://buzz-caribbean.com/article/tourism-ministry-consolidating-support-for-bahamas-tourism-industry-sector/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Tourism ministry consolidating support for Bahamas tourism industry sector (opens in a new tab)\">Tourism ministry consolidating support for Bahamas tourism industry sector</a></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Donations can be made through the Sandals Foundation site: sandalsfoundation.org/donation, with an announcement being made on how much the Foundation was able to raise today.</p>\n<!-- /wp:paragraph -->','Sandals Foundation matching donations for Hurricane Dorian relief efforts','','inherit','closed','closed','','7512-revision-v1','','','2019-09-05 12:56:18','2019-09-05 17:56:18','',7512,'https://buzz-caribbean.com/article/7512-revision-v1/',0,'revision','',0),(7518,11,'2019-09-05 12:58:45','2019-09-05 17:58:45','<!-- wp:paragraph -->\n<p>In recognition of\nInternational Day of Charity Thursday (Sept 5), The Sandals Foundation has\nlaunched a campaign dubbed “Double Your Impact: Dollar for Dollar”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2BnuqwBxNB/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2BnuqwBxNB/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Director of Programmes for the Sandals Foundation, Heidi Clarke, shared with <strong>BUZZ</strong>, that the Foundation has been doing all it can to help in the relief efforts. “The more we do, the more we recognize what is required and how we can help in making the most impact,” Clarke said. She noted that at this point cash donations are proving to be most effective in providing rescue services, medical supplies and support, safety services and food.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7514} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Sandals-Foundation-Executive-Director-Heidi-Clarke-Buzz-Caribbean-958x1024.jpg\" alt=\"Heidi Clarke, Director of Programmes, Sandals Foundation\" class=\"wp-image-7514\" /><figcaption>Heidi Clarke, Director of Programmes, Sandals Foundation</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As a registered charity,\nSandals Foundation will be working alongside non-profit group HeadKnowles that\nhas an active presence on the islands and are able to provide consistent\nupdates on how best to assist in the recovery efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Clarke added, “Volunteers\nfrom our teams in the Bahamas are also helping in providing on-the-ground\nsupport. We will also be looking at providing long-term, sustainable support including\nhealth facilities, schools and how persons are able to rebuild, once the\nimmediate needs are met.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Volunteers from our teams in the Bahamas are also helping in providing on-the-ground support.\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The Foundation — in\nmaintaining its commitment to help in the relief efforts across sections of the\nBahamas that have been ravaged by Hurricane Dorian — has pledged to match every\ndollar donated to the Foundation today “in an effort to help restore hope and\nrebuild together”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><a rel=\"noreferrer noopener\" aria-label=\"Sandals teams with Tourism Ministry to provide relief in The Bahamas (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/sandals-teams-with-tourism-ministry-to-provide-relief-in-the-bahamas/\" target=\"_blank\">Sandals teams with Tourism Ministry to provide relief in The Bahamas</a></li><li><a rel=\"noreferrer noopener\" aria-label=\"Tourism ministry consolidating support for Bahamas tourism industry sector (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/tourism-ministry-consolidating-support-for-bahamas-tourism-industry-sector/\" target=\"_blank\">Tourism ministry consolidating support for Bahamas tourism industry sector</a></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Donations can be made through the Sandals Foundation site: <a href=\"https://sandalsfoundation.org/donation\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"sandalsfoundation.org/donation (opens in a new tab)\">sandalsfoundation.org/donation</a>, with an announcement being made on how much the Foundation was able to raise today.</p>\n<!-- /wp:paragraph -->','Sandals Foundation matching donations for Hurricane Dorian relief efforts','','inherit','closed','closed','','7512-revision-v1','','','2019-09-05 12:58:45','2019-09-05 17:58:45','',7512,'https://buzz-caribbean.com/article/7512-revision-v1/',0,'revision','',0),(7521,13,'2019-09-05 13:38:31','2019-09-05 18:38:31','<!-- wp:image {\"id\":7537} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Sean-Paul-BBC-1Extra-Buzz-Caribbean-1-1024x614.jpg\" alt=\"\" class=\"wp-image-7537\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican dancehall artiste Sean Paul\nhas made his name on the international music scene, and the UK-based BBC Radio\n1Xtra has put his life and career in a documentary. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 50-minute documentary, <strong>Sean\nPaul: A Life In Riddims</strong>, was uploaded to YouTube in August. For the film,\nBBC’s Yasmin Evans follows Sean Paul around Kingston and the UK. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=-TrNJhdbW4s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=-TrNJhdbW4s\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The documentary highlights the deejay’s history in water polo, as well as how his first international hit, <strong>Gimme The Light</strong>, was made and how it got successful. The film also looks at the entertainer’s rise to stardom and his journey to selling millions of records and becoming one of the biggest international acts from Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to speaking about his past\nand Jamaica’s music industry, Sean Paul treated viewers to a performance at\nTuff Gong International in Kingston. The film crew also followed the deejay to\nthe UK for Radio 1’s Big Weekend in Middlesbrough. </p>\n<!-- /wp:paragraph -->','BBC 1Xtra makes documentary about Sean Paul','','publish','open','closed','','bbc-1xtra-makes-documentary-about-sean-paul','','','2019-09-12 12:52:14','2019-09-12 17:52:14','',0,'https://buzz-caribbean.com/?p=7521',0,'post','',0),(7523,9,'2019-09-05 13:32:53','2019-09-05 18:32:53','','Sean-Paul','','inherit','open','closed','','sean-paul-2','','','2019-09-05 13:32:53','2019-09-05 18:32:53','',7521,'https://buzz-caribbean.com/app/uploads/2019/09/Sean-Paul.jpg',0,'attachment','image/jpeg',0),(7524,9,'2019-09-05 13:35:15','2019-09-05 18:35:15','<iframe title=\"Sean Paul: A Life In Riddims (Full Documentary)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/-TrNJhdbW4s?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','0b65079b8d3cae9e8016336d826dc7ad','','','2019-09-05 13:35:15','2019-09-05 18:35:15','',0,'https://buzz-caribbean.com/article/0b65079b8d3cae9e8016336d826dc7ad/',0,'oembed_cache','',0),(7525,9,'2019-09-05 13:38:17','2019-09-05 18:38:17','<!-- wp:image {\"id\":7523} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Sean-Paul-1024x576.jpg\" alt=\"Jamaican dancehall artiste Sean Paul has made his name on the international music scene, and the UK-based BBC Radio 1Xtra has put his life and career in a documentary. \" class=\"wp-image-7523\" /><figcaption> Jamaican dancehall artiste Sean Paul (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican dancehall artiste Sean Paul\nhas made his name on the international music scene, and the UK-based BBC Radio\n1Xtra has put his life and career in a documentary. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 50-minute documentary, <strong>Sean\nPaul: A Life In Riddims</strong>, was uploaded to YouTube in August. For the film,\nBBC’s Yasmin Evans follows Sean Paul around Kingston and the UK. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=-TrNJhdbW4s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=-TrNJhdbW4s\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The documentary highlights the deejay’s history in water polo, as well as how his first international hit, <strong>Gimme The Light</strong>, was made and how it got successful. The film also looks at the entertainer’s rise to stardom and his journey to selling millions of records and becoming one of the biggest international acts from Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to speaking about his past\nand Jamaica’s music industry, Sean Paul treated viewers to a performance at\nTuff Gong International in Kingston. The film crew also followed the deejay to\nthe UK for Radio 1’s Big Weekend in Middlesbrough. </p>\n<!-- /wp:paragraph -->','BBC 1Xtra makes documentary about Sean Paul','','inherit','closed','closed','','7521-revision-v1','','','2019-09-05 13:38:17','2019-09-05 18:38:17','',7521,'https://buzz-caribbean.com/article/7521-revision-v1/',0,'revision','',0),(7526,21,'2019-09-05 13:51:26','2019-09-05 18:51:26','<!-- wp:image {\"id\":7527} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/brad-pitt.jpg\" alt=\"Actor Brad Pitt\" class=\"wp-image-7527\" /><figcaption>Actor Brad Pitt</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brad Pitt plans to make \"fewer\" movies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Once Upon a Time in Hollywood</strong> actor is taking a step back from being in front of the camera because he\'s focused on his work with his production company Plan B, as well as hobbies including sculpting and landscaping.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"It\'ll be fewer and farther in between for me, just because I have other things I want to do now. When you feel like you\'ve finally got your arms around something, then it\'s time to go get your arms around something else.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But with the rise of streaming services, the 56-year-old star isn\'t sure how much of a future there is in long-form story-telling.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He told the New York Times newspaper: \"I\'m curious to see if movies last, if movies stick around.\"</p>\n<!-- /wp:paragraph -->','Brad Pitt wants to cut down on acting','','publish','open','closed','','brad-pitt-wants-to-cut-down-on-acting','','','2019-09-05 13:51:27','2019-09-05 18:51:27','',0,'https://buzz-caribbean.com/?p=7526',0,'post','',0),(7527,9,'2019-09-05 13:47:40','2019-09-05 18:47:40','','brad-pitt','','inherit','open','closed','','brad-pitt','','','2019-09-05 13:47:40','2019-09-05 18:47:40','',7526,'https://buzz-caribbean.com/app/uploads/2019/09/brad-pitt.jpg',0,'attachment','image/jpeg',0),(7528,9,'2019-09-05 13:49:40','2019-09-05 18:49:40','<!-- wp:image {\"id\":7527} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/brad-pitt.jpg\" alt=\"\" class=\"wp-image-7527\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brad Pitt plans to make \"fewer\" movies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Once Upon a Time in Hollywood</strong> actor is taking a step back from being in front of the camera because he\'s focused on his work with his production company Plan B, as well as hobbies including sculpting and landscaping.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"It\'ll be fewer and farther in between for me, just because I have other things I want to do now. When you feel like you\'ve finally got your arms around something, then it\'s time to go get your arms around something else.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But with the rise of streaming services, the 56-year-old star isn\'t sure how much of a future there is in long-form story-telling.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He told the New York Times newspaper: \"I\'m curious to see if movies last, if movies stick around.\"</p>\n<!-- /wp:paragraph -->','Brad Pitt wants to cut down on acting','','inherit','closed','closed','','7526-revision-v1','','','2019-09-05 13:49:40','2019-09-05 18:49:40','',7526,'https://buzz-caribbean.com/article/7526-revision-v1/',0,'revision','',0),(7529,9,'2019-09-05 13:51:26','2019-09-05 18:51:26','<!-- wp:image {\"id\":7527} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/brad-pitt.jpg\" alt=\"Actor Brad Pitt\" class=\"wp-image-7527\" /><figcaption>Actor Brad Pitt</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brad Pitt plans to make \"fewer\" movies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Once Upon a Time in Hollywood</strong> actor is taking a step back from being in front of the camera because he\'s focused on his work with his production company Plan B, as well as hobbies including sculpting and landscaping.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"It\'ll be fewer and farther in between for me, just because I have other things I want to do now. When you feel like you\'ve finally got your arms around something, then it\'s time to go get your arms around something else.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But with the rise of streaming services, the 56-year-old star isn\'t sure how much of a future there is in long-form story-telling.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He told the New York Times newspaper: \"I\'m curious to see if movies last, if movies stick around.\"</p>\n<!-- /wp:paragraph -->','Brad Pitt wants to cut down on acting','','inherit','closed','closed','','7526-revision-v1','','','2019-09-05 13:51:26','2019-09-05 18:51:26','',7526,'https://buzz-caribbean.com/article/7526-revision-v1/',0,'revision','',0),(7530,23,'2019-09-05 15:01:29','2019-09-05 20:01:29','<!-- wp:image {\"id\":7532} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bunting-faces-the-issues-1024x604.png\" alt=\"\" class=\"wp-image-7532\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting has big plans to move Jamaica forward. In this interview with <strong>BUZZ</strong>\' Al Edwards, he discusses issues from the economy to crime and climate change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the issue of the economy, he said that the creative industry has great potential to spur growth. \"The creative industry is still a relatively untapped pool. Every Jamaican, practically, is a creative, is performer, sees themselves as a musician, is an actor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I think there is a huge potential in the creative industries but we have to start transforming our whole system to have an ecosystem that nurtures these types of activities,\" Bunting said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Watch Bunting address the issues of the day in our BUZZ Feature.  </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=m_f6yUHyn1k\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=m_f6yUHyn1k&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Facing the issues: This is where Bunting stands on the economy, crime and climate change','','publish','open','closed','','facing-the-issues-this-is-where-bunting-stands-on-the-economy-crime-and-climate-change','','','2019-09-05 15:46:03','2019-09-05 20:46:03','',0,'https://buzz-caribbean.com/?p=7530',0,'post','',0),(7531,4,'2019-09-05 13:55:39','2019-09-05 18:55:39','<iframe title=\"BUZZ FEATURE: Bunting Facing Issues PART 1\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/m_f6yUHyn1k?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','b0b36923c6e8d12f1d0cee03aeab4fe3','','','2019-09-05 13:55:39','2019-09-05 18:55:39','',0,'https://buzz-caribbean.com/article/b0b36923c6e8d12f1d0cee03aeab4fe3/',0,'oembed_cache','',0),(7532,4,'2019-09-05 14:51:57','2019-09-05 19:51:57','','bunting-faces-the-issues','','inherit','open','closed','','bunting-faces-the-issues','','','2019-09-05 14:51:57','2019-09-05 19:51:57','',7530,'https://buzz-caribbean.com/app/uploads/2019/09/bunting-faces-the-issues.png',0,'attachment','image/png',0),(7534,4,'2019-09-05 15:01:29','2019-09-05 20:01:29','<!-- wp:image {\"id\":7532} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bunting-faces-the-issues-1024x604.png\" alt=\"\" class=\"wp-image-7532\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting has big plans to move Jamaica forward. In this interview with <strong>BUZZ</strong>\' Al Edwards, he discusses issues from the economy to crime and climate change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the issue of the economy, he said that the creative industry has great potential to spur growth. \"The creative industry is still a relatively untapped pool. Every Jamaican, practically, is a creative, is performer, sees themselves as a musician, is an actor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I think there is a huge potential in the creative industries but we have to start transforming our whole system to have an ecosystem that nurtures these types of activities,\" Bunting said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Watch Bunting address the issues of the day in our BUZZ Feature.  </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=m_f6yUHyn1k\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=m_f6yUHyn1k&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Facing the issues: This is where Bunting stands on the economy, crime and climate change','','inherit','closed','closed','','7530-revision-v1','','','2019-09-05 15:01:29','2019-09-05 20:01:29','',7530,'https://buzz-caribbean.com/article/7530-revision-v1/',0,'revision','',0),(7535,23,'2019-09-05 15:42:49','2019-09-05 20:42:49','<!-- wp:paragraph -->\n<p>The Jamaican Government has dispatched an advance disaster relief team to The Bahamas to assist with the islands’ relief and recovery efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister Andrew Holness made the announcement at a press conference at Jamaica House on Thursday (Sept 5).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/andrew-holness-1024x683.jpg\" alt=\"\" class=\"wp-image-7541\" /><figcaption>Prime Minister Andrew Holness speaking Thursday (Sept 5) at a press conference where he announced assistance for The Bahamas.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He said that by Thursday evening a full disaster assistance team of well-trained and experienced persons will be deployed. Holness said this team is made up of the same persons that went to Dominica in 2017 after that island was devastated by Hurricane Maria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We will be airlifting both men and equipment so Jamaica will have presence in The Bahamas and we will be at the disposal of The Bahamian Government if they require any further assistance,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Under the Caribbean Disaster Emergency Management Agency (CDEMA) Jamaica has responsibility) for the Northern Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chief of Defence Staff Lieutenant General Rocky Meade said the advance team will be led by Lieutenant Colonel Godfrey Sterling. The Canadian Government will be providing an aircraft to transport personnel and equipment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the JDF is prepared to send a Coast Guard vessel with additional supplies for troops and relief supplies for The Bahamians. Meade said the JDF will also help with rescues, recovery, route clearances and logistics.</p>\n<!-- /wp:paragraph -->','Jamaica sends help to The Bahamas','','publish','open','closed','','jamaican-sends-help-to-the-bahamas','','','2019-09-05 18:41:20','2019-09-05 23:41:20','',0,'https://buzz-caribbean.com/?p=7535',0,'post','',0),(7536,11,'2019-09-05 15:06:08','2019-09-05 20:06:08','','Sean Paul BBC 1Extra Buzz Caribbean','','inherit','open','closed','','sean-paul-bbc-1extra-buzz-caribbean','','','2019-09-05 15:06:08','2019-09-05 20:06:08','',7521,'https://buzz-caribbean.com/app/uploads/2019/09/Sean-Paul-BBC-1Extra-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(7537,11,'2019-09-05 15:06:43','2019-09-05 20:06:43','','Sean Paul BBC 1Extra Buzz Caribbean','','inherit','open','closed','','sean-paul-bbc-1extra-buzz-caribbean-2','','','2019-09-05 15:06:43','2019-09-05 20:06:43','',7521,'https://buzz-caribbean.com/app/uploads/2019/09/Sean-Paul-BBC-1Extra-Buzz-Caribbean-1.jpg',0,'attachment','image/jpeg',0),(7538,11,'2019-09-05 15:07:41','2019-09-05 20:07:41','<!-- wp:image {\"id\":7537} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Sean-Paul-BBC-1Extra-Buzz-Caribbean-1-1024x614.jpg\" alt=\"\" class=\"wp-image-7537\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican dancehall artiste Sean Paul\nhas made his name on the international music scene, and the UK-based BBC Radio\n1Xtra has put his life and career in a documentary. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 50-minute documentary, <strong>Sean\nPaul: A Life In Riddims</strong>, was uploaded to YouTube in August. For the film,\nBBC’s Yasmin Evans follows Sean Paul around Kingston and the UK. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=-TrNJhdbW4s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=-TrNJhdbW4s\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The documentary highlights the deejay’s history in water polo, as well as how his first international hit, <strong>Gimme The Light</strong>, was made and how it got successful. The film also looks at the entertainer’s rise to stardom and his journey to selling millions of records and becoming one of the biggest international acts from Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to speaking about his past\nand Jamaica’s music industry, Sean Paul treated viewers to a performance at\nTuff Gong International in Kingston. The film crew also followed the deejay to\nthe UK for Radio 1’s Big Weekend in Middlesbrough. </p>\n<!-- /wp:paragraph -->','BBC 1Xtra makes documentary about Sean Paul','','inherit','closed','closed','','7521-revision-v1','','','2019-09-05 15:07:41','2019-09-05 20:07:41','',7521,'https://buzz-caribbean.com/article/7521-revision-v1/',0,'revision','',0),(7539,4,'2019-09-05 15:22:16','2019-09-05 20:22:16','<!-- wp:paragraph -->\n<p>The Jamaican Government has dispatched an advance disaster relief team to The Bahamas to assist with the islands’ relief and recovery efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister Andrew Holness made the announcement at a press conference at Jamaica House on Thursday (Sept 5).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that by Thursday evening a full disaster assistance team of well-trained and experienced persons will be deployed. Holness said this team is made up of the same persons that went to Dominica in 2017 after that island was devastated by Hurricane Maria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We will be airlifting both men and equipment so Jamaica will have presence in The Bahamas and we will be at the disposal of The Bahamian Government if they require any further assistance,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Under the Caribbean Disaster Emergency Management Agency (CDEMA) Jamaica has responsibility) for the Northern Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chief of Defence Staff Lieutenant General Rocky Meade said the advance team will be led by Lieutenant Colonel Godfrey Sterling. The Canadian Government will be providing an aircraft to transport personnel and equipment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the JDF is prepared to send a Coast Guard vessel with additional supplies for troops and relief supplies for The Bahamians. Meade said the JDF will also help with rescues, recovery, route clearances and logistics.</p>\n<!-- /wp:paragraph -->','Jamaican sends help to The Bahamas','','inherit','closed','closed','','7535-revision-v1','','','2019-09-05 15:22:16','2019-09-05 20:22:16','',7535,'https://buzz-caribbean.com/article/7535-revision-v1/',0,'revision','',0),(7540,23,'2019-09-05 15:56:16','2019-09-05 20:56:16','<!-- wp:image {\"id\":7544} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/wiley-british-producer.jpg\" alt=\"Grime legend Wiley\" class=\"wp-image-7544\" /><figcaption>Grime legend Wiley</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Grime legend Wiley is set to release <strong>Full Circle</strong>,\nan album heavily influenced by dancehall. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first track off the 14-track project is the <strong>Boasty</strong>\nremix that features international dancehall artiste Sean Paul, British-\nJamaican rapper Stefflon Don and movie star Idris Elba. The track sets the pace\nfor what to expect from the project. The song has been getting heavy rotations\nin the UK and the Caribbean with more than 71 million views on YouTube. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=huaE85-V8u4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=huaE85-V8u4\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Track six is <strong>Bad Like We</strong>, a collaboration\nbetween US rapper Nicki Minaj and dancehall artiste Popcaan. The track is set\nto be released on September 13.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Full Circle</strong> will also feature other acts\nlike Beenie Man, Bounty Killer, Future, Kranium and Tory Lanez.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7545} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/popcaan-and-nicki-minaj.jpg\" alt=\"Popcaan (left) and Nicki Minaj will be featured on Full Circle. \" class=\"wp-image-7545\" /><figcaption>Popcaan (left) and Nicki Minaj will be featured on <strong>Full Circle</strong>. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The project is expected to be officially released in\nearly October. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wiley has stamped his name as a prolific British MC,\nrapper and music producer from East London. Some of his biggest hits are <strong>Wearing\nMy Rolex</strong> and <strong>Cash In My Pocket</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard </em></strong></p>\n<!-- /wp:paragraph -->','Full Circle: Several dancehall acts featured on British rapper\'s album','','publish','open','closed','','full-circle-several-dancehall-acts-featured-on-british-rappers-album','','','2019-09-05 15:56:16','2019-09-05 20:56:16','',0,'https://buzz-caribbean.com/?p=7540',0,'post','',0),(7541,4,'2019-09-05 15:33:03','2019-09-05 20:33:03','','andrew-holness','','inherit','open','closed','','andrew-holness-2','','','2019-09-05 15:33:03','2019-09-05 20:33:03','',7535,'https://buzz-caribbean.com/app/uploads/2019/09/andrew-holness.jpg',0,'attachment','image/jpeg',0),(7543,4,'2019-09-05 15:42:49','2019-09-05 20:42:49','<!-- wp:paragraph -->\n<p>The Jamaican Government has dispatched an advance disaster relief team to The Bahamas to assist with the islands’ relief and recovery efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister Andrew Holness made the announcement at a press conference at Jamaica House on Thursday (Sept 5).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/andrew-holness-1024x683.jpg\" alt=\"\" class=\"wp-image-7541\" /><figcaption>Prime Minister Andrew Holness speaking Thursday (Sept 5) at a press conference where he announced assistance for The Bahamas.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He said that by Thursday evening a full disaster assistance team of well-trained and experienced persons will be deployed. Holness said this team is made up of the same persons that went to Dominica in 2017 after that island was devastated by Hurricane Maria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We will be airlifting both men and equipment so Jamaica will have presence in The Bahamas and we will be at the disposal of The Bahamian Government if they require any further assistance,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Under the Caribbean Disaster Emergency Management Agency (CDEMA) Jamaica has responsibility) for the Northern Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chief of Defence Staff Lieutenant General Rocky Meade said the advance team will be led by Lieutenant Colonel Godfrey Sterling. The Canadian Government will be providing an aircraft to transport personnel and equipment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the JDF is prepared to send a Coast Guard vessel with additional supplies for troops and relief supplies for The Bahamians. Meade said the JDF will also help with rescues, recovery, route clearances and logistics.</p>\n<!-- /wp:paragraph -->','Jamaican sends help to The Bahamas','','inherit','closed','closed','','7535-revision-v1','','','2019-09-05 15:42:49','2019-09-05 20:42:49','',7535,'https://buzz-caribbean.com/article/7535-revision-v1/',0,'revision','',0),(7544,9,'2019-09-05 15:42:56','2019-09-05 20:42:56','','wiley-british-producer','','inherit','open','closed','','wiley-british-producer','','','2019-09-05 15:42:56','2019-09-05 20:42:56','',7540,'https://buzz-caribbean.com/app/uploads/2019/09/wiley-british-producer.jpg',0,'attachment','image/jpeg',0),(7545,9,'2019-09-05 15:43:18','2019-09-05 20:43:18','','popcaan-and-nicki-minaj','','inherit','open','closed','','popcaan-and-nicki-minaj','','','2019-09-05 15:43:18','2019-09-05 20:43:18','',7540,'https://buzz-caribbean.com/app/uploads/2019/09/popcaan-and-nicki-minaj.jpg',0,'attachment','image/jpeg',0),(7546,9,'2019-09-05 15:43:25','2019-09-05 20:43:25','<!-- wp:image {\"id\":7544} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/wiley-british-producer.jpg\" alt=\"\" class=\"wp-image-7544\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Grime legend Wiley is set to release <strong>Full Circle</strong>,\nan album heavily influenced by dancehall. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first track off the 14-track project is the <strong>Boasty</strong>\nremix that features international dancehall artiste Sean Paul, British-\nJamaican rapper Stefflon Don and movie star Idris Elba. The track sets the pace\nfor what to expect from the project. The song has been getting heavy rotations\nin the UK and the Caribbean with more than 71 million views on YouTube. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=huaE85-V8u4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=huaE85-V8u4\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Track six is <strong>Bad Like We</strong>, a collaboration\nbetween US rapper Nicki Minaj and dancehall artiste Popcaan. The track is set\nto be released on September 13.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Full Circle</strong> will also feature other acts\nlike Beenie Man, Bounty Killer, Future, Kranium and Tory Lanez.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7545} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/popcaan-and-nicki-minaj.jpg\" alt=\"\" class=\"wp-image-7545\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The project is expected to be officially released in\nearly October. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wiley has stamped his name as a prolific British MC,\nrapper and music producer from East London. Some of his biggest hits are <strong>Wearing\nMy Rolex</strong> and <strong>Cash In My Pocket</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— Written by Shania Hanchard </p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','7540-revision-v1','','','2019-09-05 15:43:25','2019-09-05 20:43:25','',7540,'https://buzz-caribbean.com/article/7540-revision-v1/',0,'revision','',0),(7547,9,'2019-09-05 15:43:25','2019-09-05 20:43:25','<iframe title=\"Wiley, Sean Paul, Stefflon Don - Boasty ft. Idris Elba\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/huaE85-V8u4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','43e0b87f8e12bd04a292745c1da8f770','','','2019-09-05 15:43:25','2019-09-05 20:43:25','',0,'https://buzz-caribbean.com/article/43e0b87f8e12bd04a292745c1da8f770/',0,'oembed_cache','',0),(7550,9,'2019-09-05 15:55:56','2019-09-05 20:55:56','<!-- wp:image {\"id\":7544} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/wiley-british-producer.jpg\" alt=\"Grime legend Wiley\" class=\"wp-image-7544\" /><figcaption>Grime legend Wiley</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Grime legend Wiley is set to release <strong>Full Circle</strong>,\nan album heavily influenced by dancehall. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first track off the 14-track project is the <strong>Boasty</strong>\nremix that features international dancehall artiste Sean Paul, British-\nJamaican rapper Stefflon Don and movie star Idris Elba. The track sets the pace\nfor what to expect from the project. The song has been getting heavy rotations\nin the UK and the Caribbean with more than 71 million views on YouTube. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=huaE85-V8u4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=huaE85-V8u4\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Track six is <strong>Bad Like We</strong>, a collaboration\nbetween US rapper Nicki Minaj and dancehall artiste Popcaan. The track is set\nto be released on September 13.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Full Circle</strong> will also feature other acts\nlike Beenie Man, Bounty Killer, Future, Kranium and Tory Lanez.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7545} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/popcaan-and-nicki-minaj.jpg\" alt=\"Popcaan (left) and Nicki Minaj will be featured on Full Circle. \" class=\"wp-image-7545\" /><figcaption>Popcaan (left) and Nicki Minaj will be featured on <strong>Full Circle</strong>. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The project is expected to be officially released in\nearly October. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wiley has stamped his name as a prolific British MC,\nrapper and music producer from East London. Some of his biggest hits are <strong>Wearing\nMy Rolex</strong> and <strong>Cash In My Pocket</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard </em></strong></p>\n<!-- /wp:paragraph -->','Full Circle: Several dancehall acts featured on British rapper\'s album','','inherit','closed','closed','','7540-revision-v1','','','2019-09-05 15:55:56','2019-09-05 20:55:56','',7540,'https://buzz-caribbean.com/article/7540-revision-v1/',0,'revision','',0),(7551,11,'2019-09-05 16:11:04','2019-09-05 21:11:04','','Jah Cure Buzz Caribbean','','inherit','open','closed','','jah-cure-buzz-caribbean','','','2019-09-05 16:11:04','2019-09-05 21:11:04','',7479,'https://buzz-caribbean.com/app/uploads/2019/09/Jah-Cure-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(7552,21,'2019-09-05 17:09:35','2019-09-05 22:09:35','<!-- wp:paragraph -->\n<p>Rihanna has been broadening her wings for the last two\nyears in as many industries as she can. She has proven to be a worthy adversary\nand maybe she will be hitting the big screens once more. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7563} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Poison-Ivy-Buzz-Caribbean-1.png\" alt=\"Rihanna decked in purple ensemble.\" class=\"wp-image-7563\" /><figcaption>Rihanna has been noted for her iconic fashion sense</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Warner Bros is reportedly looking at the mega-popstar to play the role of ‘Poison Ivy’ the next time the character hits the big screen in a DC film.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7565} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Buzz-Caribbean-1024x613.png\" alt=\"Rihanna photographed in a green ensemble. The Bajan princess has been making waves across industries including her own fashion and beauty lines.\" class=\"wp-image-7565\" /><figcaption>The Bajan princess has been making waves across industries including her own fashion and beauty lines</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to reports from inside sources, the singer is one of the few names listed on the studio’s internal wishlist. No confirmation if the offer has been extended just yet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rihanna and Warner Bros share a history as she was a cast member on their summer 2018 movie “Ocean\'s 8” which featured Anne Hathaway and Sandra Bullock. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7566} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Sandra-Bullock-Buzz-Caribbean-1.png\" alt=\"A scene from Ocean\'s 8 with Rihanna and actress Sandra Bullock\" class=\"wp-image-7566\" /><figcaption>A scene from Ocean\'s 8 with Rihanna and actress Sandra Bullock</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Last year she partnered with Donald Glover (Childish Gambino) in a musical film called “<a href=\"https://www.youtube.com/watch?v=zDQm70Q9hKI\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Guava Island (opens in a new tab)\">Guava Island</a>” which she played the role of his love interest. The movie was released April of this year on Amazon Prime.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7568} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Gambino-Poison-Ivy-Buzz-Caribbean-2.png\" alt=\"Rihanna in her role as Nine Ball in Gambino\'s musical film \'Guava Island\'\" class=\"wp-image-7568\" /><figcaption>Rihanna in her role as Nine Ball in Gambino\'s musical film \'Guava Island\'</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fans are excited with the announcement - while they wait on the new album from the star.</p>\n<!-- /wp:paragraph -->','Media mogul Rihanna could be DC\'s next \'Poison Ivy\'','','publish','open','closed','','media-mogul-rihanna-could-be-dcs-next-poison-ivy','','','2019-09-05 17:09:36','2019-09-05 22:09:36','',0,'https://buzz-caribbean.com/?p=7552',0,'post','',0),(7553,4,'2019-09-05 16:27:12','2019-09-05 21:27:12','<!-- wp:image {\"id\":7532} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bunting-faces-the-issues-1024x604.png\" alt=\"\" class=\"wp-image-7532\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting has big plans to move Jamaica forward. In this interview with <strong>BUZZ</strong>\' Al Edwards, he discusses issues from the economy to crime and climate change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the issue of the economy, he said that the creative industry has great potential to spur growth. \"The creative industry is still a relatively untapped pool. Every Jamaican, practically, is a creative, is performer, sees themselves as a musician, is an actor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I think there is a huge potential in the creative industries but we have to start transforming our whole system to have an ecosystem that nurtures these types of activities,\" Bunting said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Watch Bunting address the issues of the day in our BUZZ Feature.  </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=m_f6yUHyn1k\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=m_f6yUHyn1k&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Facing the issues: This is where Bunting stands on the economy, crime and climate change','','inherit','closed','closed','','7530-autosave-v1','','','2019-09-05 16:27:12','2019-09-05 21:27:12','',7530,'https://buzz-caribbean.com/article/7530-autosave-v1/',0,'revision','',0),(7554,23,'2019-09-05 16:51:11','2019-09-05 21:51:11','<!-- wp:image {\"id\":7560} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Nerds-CAGE-BB-1024x763.jpg\" alt=\"\" class=\"wp-image-7560\" /><figcaption>Cosplay competition winner Rhea Rampair as Iron Inquisitor Kayle from the League of Legends video game. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Anime Nerds of Jamaica (ANJ) held their largest event yet when CAGE was staged at the University of Technology in St Andrew on August 31. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For\nus, CAGE (COSPLAY.ANIMATION.GAMING.ESPORTS) was a success. We were way more\norganised. The plans were executed in a very professional and intricate way.\nAll the planning and sacrifice was worth it,” co-organiser Tianna Powell said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dubbed\nC.A.G.E, the exhibition was a partnership between ANJ and eSports Jamaica to\nhighlight cosplay, animation, and video games.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7559} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Nerds-CAGE-1024x763.jpg\" alt=\"Tianna Powell, a director at Anime Nerds of Jamaica. \nCAGE\" class=\"wp-image-7559\" /><figcaption>Tianna Powell, a director at Anime Nerds of Jamaica. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dexton\nGraham of eSports Jamaica was also happy with CAGE.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We\nwere genuinely surprised and blown away by how well the event went as this was\nthe first time we did an event together. The support from the patrons and the\nactivities done by all our sponsors, partners and vendors, especially our title\nsponsor Pizza Hut, made it a lot more successful than we anticipated,” Graham said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“The kids\' cosplay competition was definitely the highlight.\" </p><cite>—  Dexton Graham of eSports Jamaica </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Although\nhis focus is eSports, Graham said that he was impressed with the cosplayers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The\nkids\' cosplay competition was definitely the highlight, as it gave them the\nopportunity to dress up as their favourite characters while having fun. We want\nto make sure the future generations get involved in the industry as the growth\npotential is limitless,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7562} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Nerds-CAGE-CCC-1024x763.jpg\" alt=\"Vendors like Acrylic Moon Studios were happy with CAGE. \" class=\"wp-image-7562\" /><figcaption>Vendors like Acrylic Moon Studios were happy with the event. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Both\norganisers said the feedback from vendors and patrons was positive and has\nprompted the collaboration to continue in 2020. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There\nwill most definitely be another CAGE. This time look out for more activities\nthat are both engaging to the patrons as well as the competitors. We are still\nacquiring feedback from fans and vendors so that we can help improve the CAGE\nexperience,” said Powell, while adding that she is gearing up for ANJ’s\nsignature event, ANIME Picnic, in December.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Cosplay, animation and video games take centre stage at UTech','','publish','open','closed','','cosplay-animation-and-video-games-take-centre-stage-at-utech','','','2019-09-05 16:51:11','2019-09-05 21:51:11','',0,'https://buzz-caribbean.com/?p=7554',0,'post','',0),(7555,23,'2019-09-05 17:58:56','2019-09-05 22:58:56','<!-- wp:image {\"id\":7589} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gordon-butch-stewart-1024x681.jpg\" alt=\"\" class=\"wp-image-7589\" /><figcaption>Business mogul Gordon \'Butch\' Stewart has been featured on The American Dream show on Bloomberg TV.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Iconic Jamaican businessman and Sandals and Beaches Chairman Gordon \'Butch\' Stewart has been featured on the widely watched <strong>The American Dream</strong> show on Bloomberg TV.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The American Dream</strong> delves into the journeys of the world\'s most successful entrepreneurs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The episode looked at the birth of the Sandals brand, what the family-owned empire looks like today, key players who helped turn Stewart\'s vision into reality, and what Stewart has done with the company’s success to give back to communities in which he operates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7575} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/sandals-royal-caribbean-resort.jpg\" alt=\"\" class=\"wp-image-7575\" /><figcaption>Sandals All-inclusive over the water bungalow.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The description of the promo video on Youtube, states: \"Since the very beginning, Butch set out to exceed everyone’s wildest expectations – including his own. With nothing but hard work and big ideas, Stewart worked as a fisherman (from the age of 12) and then an air conditioning salesman in Jamaica before creating the Sandals® Resorts brand and beyond.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>See trailer below.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=qS4AMvR1ZvM\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=qS4AMvR1ZvM\n</div></figure>\n<!-- /wp:embed -->','Gordon Butch Stewart featured on American Dream TV show','','publish','open','closed','','gordon-butch-stewart-featured-on-american-dream-tv-show','','','2019-09-05 17:58:57','2019-09-05 22:58:57','',0,'https://buzz-caribbean.com/?p=7555',0,'post','',0),(7556,11,'2019-09-05 16:39:25','2019-09-05 21:39:25','','Rihanna-Gambino-Poison-Ivy-Buzz-Caribbean','','inherit','open','closed','','rihanna-gambino-poison-ivy-buzz-caribbean','','','2019-09-05 16:39:25','2019-09-05 21:39:25','',7552,'https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Gambino-Poison-Ivy-Buzz-Caribbean.png',0,'attachment','image/png',0),(7557,11,'2019-09-05 16:39:25','2019-09-05 21:39:25','','Rihanna-Sandra-Bullock-Buzz-Caribbean','','inherit','open','closed','','rihanna-sandra-bullock-buzz-caribbean','','','2019-09-05 16:39:25','2019-09-05 21:39:25','',7552,'https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Sandra-Bullock-Buzz-Caribbean.png',0,'attachment','image/png',0),(7558,11,'2019-09-05 16:39:26','2019-09-05 21:39:26','','Rihanna-Poison-Ivy-Buzz-Caribbean','','inherit','open','closed','','rihanna-poison-ivy-buzz-caribbean','','','2019-09-05 16:39:26','2019-09-05 21:39:26','',7552,'https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Poison-Ivy-Buzz-Caribbean.png',0,'attachment','image/png',0),(7559,9,'2019-09-05 16:39:31','2019-09-05 21:39:31','','Nerds-CAGE','','inherit','open','closed','','nerds-cage','','','2019-09-05 16:39:31','2019-09-05 21:39:31','',7554,'https://buzz-caribbean.com/app/uploads/2019/09/Nerds-CAGE.jpg',0,'attachment','image/jpeg',0),(7560,9,'2019-09-05 16:39:31','2019-09-05 21:39:31','','Nerds-CAGE-BB','','inherit','open','closed','','nerds-cage-bb','','','2019-09-05 16:39:31','2019-09-05 21:39:31','',7554,'https://buzz-caribbean.com/app/uploads/2019/09/Nerds-CAGE-BB.jpg',0,'attachment','image/jpeg',0),(7561,11,'2019-09-05 16:40:12','2019-09-05 21:40:12','','Rihanna-Gambino-Poison-Ivy-Buzz-Caribbean-1','','inherit','open','closed','','rihanna-gambino-poison-ivy-buzz-caribbean-1','','','2019-09-05 16:40:12','2019-09-05 21:40:12','',7552,'https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Gambino-Poison-Ivy-Buzz-Caribbean-1.png',0,'attachment','image/png',0),(7562,9,'2019-09-05 16:40:30','2019-09-05 21:40:30','','Nerds-CAGE-CCC','','inherit','open','closed','','nerds-cage-ccc','','','2019-09-05 16:40:30','2019-09-05 21:40:30','',7554,'https://buzz-caribbean.com/app/uploads/2019/09/Nerds-CAGE-CCC.jpg',0,'attachment','image/jpeg',0),(7563,11,'2019-09-05 16:40:45','2019-09-05 21:40:45','','Rihanna-Poison-Ivy-Buzz-Caribbean-1','','inherit','open','closed','','rihanna-poison-ivy-buzz-caribbean-1','','','2019-09-05 16:40:45','2019-09-05 21:40:45','',7552,'https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Poison-Ivy-Buzz-Caribbean-1.png',0,'attachment','image/png',0),(7564,9,'2019-09-05 16:40:53','2019-09-05 21:40:53','','Nerds-CAGE-BB-1','','inherit','open','closed','','nerds-cage-bb-1','','','2019-09-05 16:40:53','2019-09-05 21:40:53','',7554,'https://buzz-caribbean.com/app/uploads/2019/09/Nerds-CAGE-BB-1.jpg',0,'attachment','image/jpeg',0),(7565,11,'2019-09-05 16:41:36','2019-09-05 21:41:36','','Rihanna-Buzz-Caribbean','','inherit','open','closed','','rihanna-buzz-caribbean','','','2019-09-05 16:41:36','2019-09-05 21:41:36','',7552,'https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Buzz-Caribbean.png',0,'attachment','image/png',0),(7566,11,'2019-09-05 16:42:28','2019-09-05 21:42:28','','Rihanna-Sandra-Bullock-Buzz-Caribbean-1','','inherit','open','closed','','rihanna-sandra-bullock-buzz-caribbean-1','','','2019-09-05 16:42:28','2019-09-05 21:42:28','',7552,'https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Sandra-Bullock-Buzz-Caribbean-1.png',0,'attachment','image/png',0),(7567,4,'2019-09-05 16:43:02','2019-09-05 21:43:02','<iframe title=\"Sandals Founder Butch Stewart on The American Dream TV Show | Bloomberg TV.\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/qS4AMvR1ZvM?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','99569e80a764ccfb3dc7e61c661405b2','','','2019-09-05 16:43:02','2019-09-05 21:43:02','',0,'https://buzz-caribbean.com/article/99569e80a764ccfb3dc7e61c661405b2/',0,'oembed_cache','',0),(7568,11,'2019-09-05 16:43:17','2019-09-05 21:43:17','','Rihanna-Gambino-Poison-Ivy-Buzz-Caribbean-2','','inherit','open','closed','','rihanna-gambino-poison-ivy-buzz-caribbean-2','','','2019-09-05 16:43:17','2019-09-05 21:43:17','',7552,'https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Gambino-Poison-Ivy-Buzz-Caribbean-2.png',0,'attachment','image/png',0),(7569,9,'2019-09-05 16:46:45','2019-09-05 21:46:45','<!-- wp:image {\"id\":7560} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Nerds-CAGE-BB-1024x763.jpg\" alt=\"\" class=\"wp-image-7560\" /><figcaption>Cosplay competition winner Rhea Rampair as Iron Inquisitor Kayle from the League of Legends video game. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Anime Nerds of Jamaica (ANJ) held their largest event yet when CAGE was staged at the University of Technology in St Andrew on August 31. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For\nus, CAGE (COSPLAY.ANIMATION.GAMING.ESPORTS) was a success. We were way more\norganised. The plans were executed in a very professional and intricate way.\nAll the planning and sacrifice was worth it,” co-organiser Tianna Powell said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dubbed\nC.A.G.E, the exhibition was a partnership between ANJ and eSports Jamaica to\nhighlight cosplay, animation, and video games.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7559} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Nerds-CAGE-1024x763.jpg\" alt=\"Tianna Powell, a director at Anime Nerds of Jamaica. \nCAGE\" class=\"wp-image-7559\" /><figcaption>Tianna Powell, a director at Anime Nerds of Jamaica. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dexton\nGraham of eSports Jamaica was also happy with CAGE.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We\nwere genuinely surprised and blown away by how well the event went as this was\nthe first time we did an event together. The support from the patrons and the\nactivities done by all our sponsors, partners and vendors, especially our title\nsponsor Pizza Hut, made it a lot more successful than we anticipated,” Graham said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“The kids\' cosplay competition was definitely the highlight </p><cite>—  Dexton Graham of eSports Jamaica </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Although\nhis focus is eSports, Graham said that he was impressed with the cosplayers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The\nkids\' cosplay competition was definitely the highlight, as it gave them the\nopportunity to dress up as their favourite characters while having fun. We want\nto make sure the future generations get involved in the industry as the growth\npotential is limitless,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7562} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Nerds-CAGE-CCC-1024x763.jpg\" alt=\"Vendors like Acrylic Moon Studios were happy with CAGE. \" class=\"wp-image-7562\" /><figcaption>Vendors like Acrylic Moon Studios were happy with the event. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Both\norganisers said the feedback from vendors and patrons was positive and has\nprompted the collaboration to continue in 2020. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There\nwill most definitely be another CAGE. This time look out for more activities\nthat are both engaging to the patrons as well as the competitors. We are still\nacquiring feedback from fans and vendors so that we can help improve the CAGE\nexperience,” said Powell, while adding that she is gearing up for ANJ’s\nsignature event, ANIME Picnic, in December.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','7554-revision-v1','','','2019-09-05 16:46:45','2019-09-05 21:46:45','',7554,'https://buzz-caribbean.com/article/7554-revision-v1/',0,'revision','',0),(7570,9,'2019-09-05 16:51:11','2019-09-05 21:51:11','<!-- wp:image {\"id\":7560} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Nerds-CAGE-BB-1024x763.jpg\" alt=\"\" class=\"wp-image-7560\" /><figcaption>Cosplay competition winner Rhea Rampair as Iron Inquisitor Kayle from the League of Legends video game. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Anime Nerds of Jamaica (ANJ) held their largest event yet when CAGE was staged at the University of Technology in St Andrew on August 31. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For\nus, CAGE (COSPLAY.ANIMATION.GAMING.ESPORTS) was a success. We were way more\norganised. The plans were executed in a very professional and intricate way.\nAll the planning and sacrifice was worth it,” co-organiser Tianna Powell said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dubbed\nC.A.G.E, the exhibition was a partnership between ANJ and eSports Jamaica to\nhighlight cosplay, animation, and video games.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7559} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Nerds-CAGE-1024x763.jpg\" alt=\"Tianna Powell, a director at Anime Nerds of Jamaica. \nCAGE\" class=\"wp-image-7559\" /><figcaption>Tianna Powell, a director at Anime Nerds of Jamaica. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dexton\nGraham of eSports Jamaica was also happy with CAGE.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We\nwere genuinely surprised and blown away by how well the event went as this was\nthe first time we did an event together. The support from the patrons and the\nactivities done by all our sponsors, partners and vendors, especially our title\nsponsor Pizza Hut, made it a lot more successful than we anticipated,” Graham said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“The kids\' cosplay competition was definitely the highlight.\" </p><cite>—  Dexton Graham of eSports Jamaica </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Although\nhis focus is eSports, Graham said that he was impressed with the cosplayers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The\nkids\' cosplay competition was definitely the highlight, as it gave them the\nopportunity to dress up as their favourite characters while having fun. We want\nto make sure the future generations get involved in the industry as the growth\npotential is limitless,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7562} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Nerds-CAGE-CCC-1024x763.jpg\" alt=\"Vendors like Acrylic Moon Studios were happy with CAGE. \" class=\"wp-image-7562\" /><figcaption>Vendors like Acrylic Moon Studios were happy with the event. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Both\norganisers said the feedback from vendors and patrons was positive and has\nprompted the collaboration to continue in 2020. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There\nwill most definitely be another CAGE. This time look out for more activities\nthat are both engaging to the patrons as well as the competitors. We are still\nacquiring feedback from fans and vendors so that we can help improve the CAGE\nexperience,” said Powell, while adding that she is gearing up for ANJ’s\nsignature event, ANIME Picnic, in December.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Cosplay, animation and video games take centre stage at UTech','','inherit','closed','closed','','7554-revision-v1','','','2019-09-05 16:51:11','2019-09-05 21:51:11','',7554,'https://buzz-caribbean.com/article/7554-revision-v1/',0,'revision','',0),(7571,21,'2019-09-05 17:07:23','2019-09-05 22:07:23','<!-- wp:image {\"id\":7573} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lizzo-20190905.jpg\" alt=\"Lizzo says she is learning how to open up about her feelings. \" class=\"wp-image-7573\" /><figcaption>Lizzo says she is learning how to open up about her feelings. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lizzo was the \"worst communicator\" when she was younger.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 31-year-old singer has recently opened up about her depression on social media, but says she wasn\'t always so ready to discuss her emotions, as she used to cut people off and push herself \"deeper and deeper into that dark place\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"I was the worst communicator, emotionally, when I was younger. I would stop talking to my family; I would stop talking to my friends. I would go deeper and deeper into that dark place, and the deeper I went, the harder it was to reach out of it.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Being emotionally honest can save your life.\"</p><cite>— Lizzo</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Following her emotional post in June in which she spoke about her mental health, the <strong>Juice</strong> hitmaker admitted she \"learned in the last 24 hours that being emotionally honest can save your life,\" and said that while \"reaching out may be hard,\" she recalled being \"immediately covered in love\" after doing so.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lizzo thinks it\'s \"revolutionary\" that she\'s now learning to communicate her feelings, and has said she isn\'t afraid to be vulnerable any more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She added: \"You realise that people truly care about you and they\'ll help you, and they don\'t mind helping you. Being in those places is inevitable for me; I\'m going to end up there again. But the fact that I\'m prepared now to go to those places - and I have a toolbox, and I know I can pull myself out - is really helpful to me in my mental health journey.\"</p>\n<!-- /wp:paragraph -->','Lizzo is getting better at communicating','','publish','open','closed','','lizzo-is-getting-better-at-communicating','','','2019-09-05 17:07:24','2019-09-05 22:07:24','',0,'https://buzz-caribbean.com/?p=7571',0,'post','',0),(7572,9,'2019-09-05 16:58:37','2019-09-05 21:58:37','','Peter Bunting Vs Peter Phillips Sept 2019Artboard 1','','inherit','open','closed','','peter-bunting-vs-peter-phillips-sept-2019artboard-1','','','2019-09-05 16:58:37','2019-09-05 21:58:37','',7412,'https://buzz-caribbean.com/app/uploads/2019/09/Peter-Bunting-Vs-Peter-Phillips-Sept-2019Artboard-1.jpg',0,'attachment','image/jpeg',0),(7573,9,'2019-09-05 17:02:51','2019-09-05 22:02:51','','NORESTRICTIONS','Lizzo at the BET Awards, Arrivals, Microsoft Theater, Los Angeles, USA - 23rd June 2019\n\nBANG MEDIA INTERNATIONAL FAMOUS PICTURES 28 HOLMES ROAD LONDON NW5 3AB UNITED KINGDOM tel +44 (0) 20 7485 1005 e-mail pictures@famous.uk.com','inherit','open','closed','','norestrictions-6','','','2019-09-05 17:05:50','2019-09-05 22:05:50','',7571,'https://buzz-caribbean.com/app/uploads/2019/09/lizzo-20190905.jpg',0,'attachment','image/jpeg',0),(7574,9,'2019-09-05 17:07:09','2019-09-05 22:07:09','<!-- wp:image {\"id\":7573} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lizzo-20190905.jpg\" alt=\"Lizzo says she is learning how to open up about her feelings. \" class=\"wp-image-7573\" /><figcaption>Lizzo says she is learning how to open up about her feelings. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lizzo was the \"worst communicator\" when she was younger.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 31-year-old singer has recently opened up about her depression on social media, but says she wasn\'t always so ready to discuss her emotions, as she used to cut people off and push herself \"deeper and deeper into that dark place\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"I was the worst communicator, emotionally, when I was younger. I would stop talking to my family; I would stop talking to my friends. I would go deeper and deeper into that dark place, and the deeper I went, the harder it was to reach out of it.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Being emotionally honest can save your life.\"</p><cite>— Lizzo</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Following her emotional post in June in which she spoke about her mental health, the <strong>Juice</strong> hitmaker admitted she \"learned in the last 24 hours that being emotionally honest can save your life,\" and said that while \"reaching out may be hard,\" she recalled being \"immediately covered in love\" after doing so.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lizzo thinks it\'s \"revolutionary\" that she\'s now learning to communicate her feelings, and has said she isn\'t afraid to be vulnerable any more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She added: \"You realise that people truly care about you and they\'ll help you, and they don\'t mind helping you. Being in those places is inevitable for me; I\'m going to end up there again. But the fact that I\'m prepared now to go to those places - and I have a toolbox, and I know I can pull myself out - is really helpful to me in my mental health journey.\"</p>\n<!-- /wp:paragraph -->','Lizzo is getting better at communicating','','inherit','closed','closed','','7571-revision-v1','','','2019-09-05 17:07:09','2019-09-05 22:07:09','',7571,'https://buzz-caribbean.com/article/7571-revision-v1/',0,'revision','',0),(7575,4,'2019-09-05 17:08:16','2019-09-05 22:08:16','','sandals-royal-caribbean-resort','','inherit','open','closed','','sandals-royal-caribbean-resort','','','2019-09-05 17:08:16','2019-09-05 22:08:16','',7555,'https://buzz-caribbean.com/app/uploads/2019/09/sandals-royal-caribbean-resort.jpg',0,'attachment','image/jpeg',0),(7576,11,'2019-09-05 17:09:35','2019-09-05 22:09:35','<!-- wp:paragraph -->\n<p>Rihanna has been broadening her wings for the last two\nyears in as many industries as she can. She has proven to be a worthy adversary\nand maybe she will be hitting the big screens once more. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7563} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Poison-Ivy-Buzz-Caribbean-1.png\" alt=\"Rihanna decked in purple ensemble.\" class=\"wp-image-7563\" /><figcaption>Rihanna has been noted for her iconic fashion sense</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Warner Bros is reportedly looking at the mega-popstar to play the role of ‘Poison Ivy’ the next time the character hits the big screen in a DC film.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7565} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Buzz-Caribbean-1024x613.png\" alt=\"Rihanna photographed in a green ensemble. The Bajan princess has been making waves across industries including her own fashion and beauty lines.\" class=\"wp-image-7565\" /><figcaption>The Bajan princess has been making waves across industries including her own fashion and beauty lines</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to reports from inside sources, the singer is one of the few names listed on the studio’s internal wishlist. No confirmation if the offer has been extended just yet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rihanna and Warner Bros share a history as she was a cast member on their summer 2018 movie “Ocean\'s 8” which featured Anne Hathaway and Sandra Bullock. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7566} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Sandra-Bullock-Buzz-Caribbean-1.png\" alt=\"A scene from Ocean\'s 8 with Rihanna and actress Sandra Bullock\" class=\"wp-image-7566\" /><figcaption>A scene from Ocean\'s 8 with Rihanna and actress Sandra Bullock</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Last year she partnered with Donald Glover (Childish Gambino) in a musical film called “<a href=\"https://www.youtube.com/watch?v=zDQm70Q9hKI\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Guava Island (opens in a new tab)\">Guava Island</a>” which she played the role of his love interest. The movie was released April of this year on Amazon Prime.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7568} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Gambino-Poison-Ivy-Buzz-Caribbean-2.png\" alt=\"Rihanna in her role as Nine Ball in Gambino\'s musical film \'Guava Island\'\" class=\"wp-image-7568\" /><figcaption>Rihanna in her role as Nine Ball in Gambino\'s musical film \'Guava Island\'</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fans are excited with the announcement - while they wait on the new album from the star.</p>\n<!-- /wp:paragraph -->','Media mogul Rihanna could be DC\'s next \'Poison Ivy\'','','inherit','closed','closed','','7552-revision-v1','','','2019-09-05 17:09:35','2019-09-05 22:09:35','',7552,'https://buzz-caribbean.com/article/7552-revision-v1/',0,'revision','',0),(7577,21,'2019-09-05 17:33:01','2019-09-05 22:33:01','<!-- wp:image {\"id\":7580} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Entertainer-JohMar-BBB-1024x801.jpg\" alt=\"Jamaican entertainer JohMar wants to make it big in the music business. \" class=\"wp-image-7580\" /><figcaption>JohMar wants to make it big in the music business. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Wavestorm Entertainment recording\nartiste JohMar is confident he has what it takes to be Jamaica’s next big\ninternational music star.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> The St Ann-born entertainer says he is bringing a fresh new sound to the music scene that will endear him to music lovers worldwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Jamaican music has been the foundation for some of the biggest pop hits in recent times, and the world is looking to see who is going to be the next major music star coming out of Jamaica. I am confident that I will be the one because I’m coming with a fresh new sound that’s going to captivate music fans all over the globe,” said JohMar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The world is looking to see who is going to be the next major music star coming out of Jamaica.\"</p><cite>—  JohMar </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The singjay, who is also a music\nproducer, recently released a new single, titled <strong>Post Your Pic</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The song, which was produced by him\nand Big Yard CEO Robert Livingston, was released on August 30 on the Wavestorm\nEntertainment label.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“This song has the potential to\nbe a big hit. My team and I are putting a lot of promotion behind it, and so\nfar, the feedback has been very positive,” he said, adding that the music video\nfor Post Your Pic will be filmed by October.</p>\n<!-- /wp:paragraph -->','JohMar thinks he is Jamaica’s next big international star','','publish','open','closed','','johmar-thinks-he-is-jamaicas-next-big-international-star','','','2019-09-05 17:33:02','2019-09-05 22:33:02','',0,'https://buzz-caribbean.com/?p=7577',0,'post','',0),(7579,21,'2019-09-05 18:14:01','2019-09-05 23:14:01','<!-- wp:paragraph -->\n<p>The Cannabis Licensing Authority (CLA) has issued 44 ganja licences and 288 conditional approvals since its establishment in 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7581} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Cannabis-License-Jamaica-CLA-1024x683.jpg\" alt=\"Cannabis plants\" class=\"wp-image-7581\" /><figcaption>(Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>President of the Jamaica Promotions Corporation (JAMPRO), Diane Edwards, in making the disclosure, said that the licences granted include 21 for cultivation, 13 for retail, six for processing, three for research and development, and one for transportation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She noted that the licences at the conditional approval stage are awaiting actions from applicants.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7582} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Diane-Edwards-JAMPRO-Cannabis-License-1024x683.jpg\" alt=\"President of the Jamaica Promotions Corporation (JAMPRO), Diane Edwards, listens attentively while conversing with CanEx Founder, Douglas Gordon, following the media launch of CanEx Jamaica Business Conference and Expo on Tuesday (September 4), at the Spanish Court Hotel in New Kingston.\" class=\"wp-image-7582\" /><figcaption>President of the Jamaica Promotions Corporation (JAMPRO), Diane Edwards, listens attentively while conversing with CanEx Founder, Douglas Gordon, following the media launch of CanEx Jamaica Business Conference and Expo on Tuesday (September 4), at the Spanish Court Hotel in New Kingston. (Photo: Donald DeLaHaye)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Some of those actions include readiness for pre-licence, site inspection requirements, and funding to satisfy infrastructure development and/or other approvals,” Ms Edwards explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She noted that the Authority has received 658 applications from 287 applicants to date.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  “Medical cannabis is set to be a disrupter in the consumer goods space\"</p><cite>Diane Edwards, President, JAMPRO</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Ms Edwards was speaking at the media launch of the CanEx <strong>Jamaica Business </strong>Conference and Expo on Tuesday (September 4), at the Spanish Court Hotel in New Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The JAMPRO President, during her address, said that Jamaica is poised to capitalise on the multibillion-dollar global medical cannabis industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7584} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/CanEx-Cannabis-License-Buzz-Caribbean-1024x683.jpg\" alt=\"Minister of Industry, Commerce, Agriculture and Fisheries, Hon. Audley Shaw (second left) enjoys a light moment as President of the Jamaica Promotions Corporation (JAMPRO), Diane Edwards, presents a package to President of the Private Sector Organisation of Jamaica (PSOJ), Howard Mitchell,   following the media launch of CanEx Jamaica Business Conference and Expo on Tuesday (September 4) at the Spanish Court Hotel in New Kingston. Also pictured (from left) are Chief Executive Officer of Zimmer Global Jamaica Sales, T’Shura Gibbs; and Founder of CanEx, Douglas Gordon.\" class=\"wp-image-7584\" /><figcaption>Minister of Industry, Commerce, Agriculture and Fisheries, Hon. Audley Shaw (second left) enjoys a light moment as President of the Jamaica Promotions Corporation (JAMPRO), Diane Edwards, presents a package to President of the Private Sector Organisation of Jamaica (PSOJ), Howard Mitchell,   following the media launch of CanEx Jamaica Business Conference and Expo on Tuesday (September 4) at the Spanish Court Hotel in New Kingston. Also pictured (from left) are Chief Executive Officer of Zimmer Global Jamaica Sales, T’Shura Gibbs; and Founder of CanEx, Douglas Gordon. (Photo: Donald DeLaHaye)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Medical cannabis is set to be a disrupter in the consumer goods space. More and more, we are finding CBD [Cannabidiol] infused products globally – in packaged food, beverages, beauty and personal care products and consumer health products,” she noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7588} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Cannabis-Bi-Products-Kaya-1024x586.jpg\" alt=\"Bottles of hemp oil available at the Kaya Herb House in St Ann, Jamaica\" class=\"wp-image-7588\" /><figcaption>Hemp oil available at the Kaya Herb House in St Ann, Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li><a rel=\"noreferrer noopener\" aria-label=\"KAYA: A BUZZ documentary (opens in a new tab)\" href=\"https://buzz-caribbean.com/video/kaya-a-buzz-documentary/\" target=\"_blank\">KAYA: A BUZZ documentary</a></li><li><a href=\"https://buzz-caribbean.com/article/accompong-maroons-to-move-into-medicinal-marijuana/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Accompong Maroons to move into medicinal marijuana (opens in a new tab)\">Accompong Maroons to move into medicinal marijuana</a></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>She said that as the industry evolves “understanding the future and placing the appropriate bets will determine the ultimate winners of the expanding and dynamic space”.</p>\n<!-- /wp:paragraph -->','CLA issues 44 licences and 288 conditional approvals','','publish','open','closed','','cla-issues-44-licences-and-288-conditional-approvals','','','2019-09-05 18:14:02','2019-09-05 23:14:02','',0,'https://buzz-caribbean.com/?p=7579',0,'post','',0),(7580,9,'2019-09-05 17:22:00','2019-09-05 22:22:00','','Entertainer-JohMar-BBB','','inherit','open','closed','','entertainer-johmar-bbb','','','2019-09-05 17:22:00','2019-09-05 22:22:00','',7577,'https://buzz-caribbean.com/app/uploads/2019/09/Entertainer-JohMar-BBB.jpg',0,'attachment','image/jpeg',0),(7581,11,'2019-09-05 17:26:07','2019-09-05 22:26:07','','Cannabis-License-Jamaica-CLA','','inherit','open','closed','','cannabis-license-jamaica-cla','','','2019-09-05 17:26:07','2019-09-05 22:26:07','',7579,'https://buzz-caribbean.com/app/uploads/2019/09/Cannabis-License-Jamaica-CLA.jpg',0,'attachment','image/jpeg',0),(7582,11,'2019-09-05 17:26:34','2019-09-05 22:26:34','','Diane-Edwards-JAMPRO-Cannabis-License','','inherit','open','closed','','diane-edwards-jampro-cannabis-license','','','2019-09-05 17:26:34','2019-09-05 22:26:34','',7579,'https://buzz-caribbean.com/app/uploads/2019/09/Diane-Edwards-JAMPRO-Cannabis-License.jpg',0,'attachment','image/jpeg',0),(7584,11,'2019-09-05 17:28:38','2019-09-05 22:28:38','','CanEx-Cannabis-License-Buzz-Caribbean','','inherit','open','closed','','canex-cannabis-license-buzz-caribbean','','','2019-09-05 17:28:38','2019-09-05 22:28:38','',7579,'https://buzz-caribbean.com/app/uploads/2019/09/CanEx-Cannabis-License-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(7585,9,'2019-09-05 17:29:59','2019-09-05 22:29:59','','NEW Dangel Buzz Demo 1','','inherit','open','closed','','new-dangel-buzz-demo-1','','','2019-09-05 17:29:59','2019-09-05 22:29:59','',7133,'https://buzz-caribbean.com/app/uploads/2019/09/NEW-dangel-buzz-demo-1.jpg',0,'attachment','image/jpeg',0),(7586,9,'2019-09-05 17:30:08','2019-09-05 22:30:08','<!-- wp:image {\"id\":7135} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dangel-buzz-demo-1.png\" alt=\"\" class=\"wp-image-7135\" /><figcaption>Dancehall artiste D\'Angel (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>D’Angel has brought much attention to\nherself since her last Instagram Live requesting ‘much-needed recognition’ for\npositive and inspirational music she has produced for the last 10 years in the\nmusic industry. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She explains in the live stream, that the media has been perpetuating that all female Dancehall artistes only sing raunchy and lewd songs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A seemingly livid  D’Angel further whipped that people are afraid to highlight and give credit for her timeless music. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7136} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dangel-buzz-demo-2.png\" alt=\"\" class=\"wp-image-7136\" /><figcaption>D\'Angel</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The first 20 minutes of the hour-long live stream, she played some of her hits such as <strong>Blaze</strong>, <strong>Downtown Girl</strong>, <strong>Stronger</strong>, and the list went on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>D’Angel claimed her rant and demand for credit stems from what she perceives as the media and the public crowning young Reggae artiste Koffee as ‘positive’ for her optimistic lyrics and motivational songs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch the full live stream below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=QuD5pu_RmVA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=QuD5pu_RmVA\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Some social media users slammed the former ‘First\nLady of Dancehall’ for being, as they put it, bad mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4995} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-official-3-1024x890.jpg\" alt=\"\" class=\"wp-image-4995\" /><figcaption>Fast-rising reggae superstar Koffee (Photo: OriginalKoffee.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Others took a more objective view, noting that just like apples and oranges, Koffee and D’Angel are promoting two different styles of music – as such, there isn’t room to compare the two.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since then, D’Angel has released her new\nsingle ‘Unstoppable’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7137} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dangel-buzz-demo-3.png\" alt=\"\" class=\"wp-image-7137\" /><figcaption>D\'Angel (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> fam, we want to hear from you. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you think D’Angel deserves more credit for being a positive artiste? Or is her claim for props a jab at Koffee’s meteoric rise? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the comments section!</p>\n<!-- /wp:paragraph -->','D\'Angel demanding props for being a positive musician long before Koffee','','inherit','closed','closed','','7133-revision-v1','','','2019-09-05 17:30:08','2019-09-05 22:30:08','',7133,'https://buzz-caribbean.com/article/7133-revision-v1/',0,'revision','',0),(7587,9,'2019-09-05 17:32:34','2019-09-05 22:32:34','<!-- wp:image {\"id\":7580} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Entertainer-JohMar-BBB-1024x801.jpg\" alt=\"Jamaican entertainer JohMar wants to make it big in the music business. \" class=\"wp-image-7580\" /><figcaption>JohMar wants to make it big in the music business. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Wavestorm Entertainment recording\nartiste JohMar is confident he has what it takes to be Jamaica’s next big\ninternational music star.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> The St Ann-born entertainer says he is bringing a fresh new sound to the music scene that will endear him to music lovers worldwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Jamaican music has been the foundation for some of the biggest pop hits in recent times, and the world is looking to see who is going to be the next major music star coming out of Jamaica. I am confident that I will be the one because I’m coming with a fresh new sound that’s going to captivate music fans all over the globe,” said JohMar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The world is looking to see who is going to be the next major music star coming out of Jamaica.\"</p><cite>—  JohMar </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The singjay, who is also a music\nproducer, recently released a new single, titled <strong>Post Your Pic</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The song, which was produced by him\nand Big Yard CEO Robert Livingston, was released on August 30 on the Wavestorm\nEntertainment label.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“This song has the potential to\nbe a big hit. My team and I are putting a lot of promotion behind it, and so\nfar, the feedback has been very positive,” he said, adding that the music video\nfor Post Your Pic will be filmed by October.</p>\n<!-- /wp:paragraph -->','JohMar thinks he is Jamaica’s next big international star','','inherit','closed','closed','','7577-revision-v1','','','2019-09-05 17:32:34','2019-09-05 22:32:34','',7577,'https://buzz-caribbean.com/article/7577-revision-v1/',0,'revision','',0),(7588,11,'2019-09-05 17:45:08','2019-09-05 22:45:08','','Cannabis-Bi-Products-Kaya','','inherit','open','closed','','cannabis-bi-products-kaya','','','2019-09-05 17:45:08','2019-09-05 22:45:08','',7579,'https://buzz-caribbean.com/app/uploads/2019/09/Cannabis-Bi-Products-Kaya.jpg',0,'attachment','image/jpeg',0),(7589,4,'2019-09-05 17:48:25','2019-09-05 22:48:25','','gordon-butch-stewart','','inherit','open','closed','','gordon-butch-stewart','','','2019-09-05 17:48:25','2019-09-05 22:48:25','',7555,'https://buzz-caribbean.com/app/uploads/2019/09/gordon-butch-stewart.jpg',0,'attachment','image/jpeg',0),(7590,4,'2019-09-05 17:58:56','2019-09-05 22:58:56','<!-- wp:image {\"id\":7589} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gordon-butch-stewart-1024x681.jpg\" alt=\"\" class=\"wp-image-7589\" /><figcaption>Business mogul Gordon \'Butch\' Stewart has been featured on The American Dream show on Bloomberg TV.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Iconic Jamaican businessman and Sandals and Beaches Chairman Gordon \'Butch\' Stewart has been featured on the widely watched <strong>The American Dream</strong> show on Bloomberg TV.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The American Dream</strong> delves into the journeys of the world\'s most successful entrepreneurs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The episode looked at the birth of the Sandals brand, what the family-owned empire looks like today, key players who helped turn Stewart\'s vision into reality, and what Stewart has done with the company’s success to give back to communities in which he operates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7575} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/sandals-royal-caribbean-resort.jpg\" alt=\"\" class=\"wp-image-7575\" /><figcaption>Sandals All-inclusive over the water bungalow.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The description of the promo video on Youtube, states: \"Since the very beginning, Butch set out to exceed everyone’s wildest expectations – including his own. With nothing but hard work and big ideas, Stewart worked as a fisherman (from the age of 12) and then an air conditioning salesman in Jamaica before creating the Sandals® Resorts brand and beyond.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>See trailer below.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=qS4AMvR1ZvM\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=qS4AMvR1ZvM\n</div></figure>\n<!-- /wp:embed -->','Gordon Butch Stewart featured on American Dream TV show','','inherit','closed','closed','','7555-revision-v1','','','2019-09-05 17:58:56','2019-09-05 22:58:56','',7555,'https://buzz-caribbean.com/article/7555-revision-v1/',0,'revision','',0),(7591,23,'2019-09-06 07:30:19','2019-09-06 12:30:19','<!-- wp:image {\"id\":7593} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/polkerris-B-1-1024x679.jpg\" alt=\"The entrance of the Polkerris Bread and Breakfast in Montego Bay is simply charming.\" class=\"wp-image-7593\" /><figcaption>The entrance of the Polkerris Bread and Breakfast in Montego Bay is simply charming.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The internationally acclaimed Polkerris Bread and Breakfast in Montego Bay, Jamaica, is the epitome of true island glamour, comparable to the likes of the world-famous hotels Round Hill and Tryall, but with a lesser price tag.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ranked in the Top 25 Bed and\nBreakfasts and Inns in the Caribbean, the two high-end villas are located atop\nJimmy Cliff Boulevard, away from the hustle and bustle of the Hip Strip. The\nproperty provides a magnificent 180-degree view of the Montego Bay coastline,\nstretching all the way back to neighbouring Hanover.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7594} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/polkerris-C-1024x679.jpg\" alt=\"With antique furniture, the rooms at Polkerris are truly homely. \" class=\"wp-image-7594\" /><figcaption>With antique furniture, the rooms at Polkerris are truly homely. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Centrally located, Polkerris, which was\nthe winner of TripAdvisor’s Travellers Choice 2019 award, is only five minutes\naway from the Sangster International. It is a two-minute walk from the Doctors\nCave Beach and other fun places such as Margaritaville, Usain Bolts Tracks and\nRecords and the Pelican Restaurant. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[7595,7596]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/polkerris-A-1024x679.jpg\" alt=\"\" data-id=\"7595\" data-link=\"https://buzz-caribbean.com/?attachment_id=7595\" class=\"wp-image-7595\" /><figcaption>A small waterfall adds character to the resort.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/polkerris-D-1024x679.jpg\" alt=\"\" data-id=\"7596\" data-link=\"https://buzz-caribbean.com/?attachment_id=7596\" class=\"wp-image-7596\" /><figcaption>The pool area is definitely a favourite for guests. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Each villa has its own swimming pool, and they are also self-contained. All of the property’s 10 rooms are air-conditioned and lavishly decorated. The rooms are also equipped with Wi-Fi, a television, telephone, refrigerator, in-room safe and all the basic amenities aligned with luxury hotels.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As its name suggests, breakfast is a big part of the offerings and usually comprises fresh fruits, tea and a traditional Jamaican meal. Guests may opt to eat pancakes or an omelette. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Polkerris Bread and Breakfast: Luxury resort with Jamaican charm','','publish','open','closed','','polkerris-bread-and-breakfast-luxury-resort-with-jamaican-charm','','','2019-09-05 18:40:00','2019-09-05 23:40:00','',0,'https://buzz-caribbean.com/?p=7591',0,'post','',0),(7592,9,'2019-09-05 18:06:48','2019-09-05 23:06:48','','polkerris-B','','inherit','open','closed','','polkerris-b','','','2019-09-05 18:06:48','2019-09-05 23:06:48','',7591,'https://buzz-caribbean.com/app/uploads/2019/09/polkerris-B.jpg',0,'attachment','image/jpeg',0),(7593,9,'2019-09-05 18:07:31','2019-09-05 23:07:31','','polkerris-B-1','','inherit','open','closed','','polkerris-b-1','','','2019-09-05 18:07:31','2019-09-05 23:07:31','',7591,'https://buzz-caribbean.com/app/uploads/2019/09/polkerris-B-1.jpg',0,'attachment','image/jpeg',0),(7594,9,'2019-09-05 18:07:46','2019-09-05 23:07:46','','polkerris-C','','inherit','open','closed','','polkerris-c','','','2019-09-05 18:07:46','2019-09-05 23:07:46','',7591,'https://buzz-caribbean.com/app/uploads/2019/09/polkerris-C.jpg',0,'attachment','image/jpeg',0),(7595,9,'2019-09-05 18:08:09','2019-09-05 23:08:09','','polkerris-A','','inherit','open','closed','','polkerris-a','','','2019-09-05 18:08:09','2019-09-05 23:08:09','',7591,'https://buzz-caribbean.com/app/uploads/2019/09/polkerris-A.jpg',0,'attachment','image/jpeg',0),(7596,9,'2019-09-05 18:08:13','2019-09-05 23:08:13','','polkerris-D','','inherit','open','closed','','polkerris-d','','','2019-09-05 18:08:13','2019-09-05 23:08:13','',7591,'https://buzz-caribbean.com/app/uploads/2019/09/polkerris-D.jpg',0,'attachment','image/jpeg',0),(7597,11,'2019-09-05 18:13:31','2019-09-05 23:13:31','','Cannabis Buzz Caribbean Feature Image','','inherit','open','closed','','cannabis-buzz-caribbean-feature-image','','','2019-09-05 18:13:31','2019-09-05 23:13:31','',7579,'https://buzz-caribbean.com/app/uploads/2019/09/Cannabis-Buzz-Caribbean-Feature-Image.jpg',0,'attachment','image/jpeg',0),(7598,11,'2019-09-05 18:14:01','2019-09-05 23:14:01','<!-- wp:paragraph -->\n<p>The Cannabis Licensing Authority (CLA) has issued 44 ganja licences and 288 conditional approvals since its establishment in 2015.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7581} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Cannabis-License-Jamaica-CLA-1024x683.jpg\" alt=\"Cannabis plants\" class=\"wp-image-7581\" /><figcaption>(Photo: Don Waysome)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>President of the Jamaica Promotions Corporation (JAMPRO), Diane Edwards, in making the disclosure, said that the licences granted include 21 for cultivation, 13 for retail, six for processing, three for research and development, and one for transportation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She noted that the licences at the conditional approval stage are awaiting actions from applicants.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7582} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Diane-Edwards-JAMPRO-Cannabis-License-1024x683.jpg\" alt=\"President of the Jamaica Promotions Corporation (JAMPRO), Diane Edwards, listens attentively while conversing with CanEx Founder, Douglas Gordon, following the media launch of CanEx Jamaica Business Conference and Expo on Tuesday (September 4), at the Spanish Court Hotel in New Kingston.\" class=\"wp-image-7582\" /><figcaption>President of the Jamaica Promotions Corporation (JAMPRO), Diane Edwards, listens attentively while conversing with CanEx Founder, Douglas Gordon, following the media launch of CanEx Jamaica Business Conference and Expo on Tuesday (September 4), at the Spanish Court Hotel in New Kingston. (Photo: Donald DeLaHaye)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Some of those actions include readiness for pre-licence, site inspection requirements, and funding to satisfy infrastructure development and/or other approvals,” Ms Edwards explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She noted that the Authority has received 658 applications from 287 applicants to date.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  “Medical cannabis is set to be a disrupter in the consumer goods space\"</p><cite>Diane Edwards, President, JAMPRO</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Ms Edwards was speaking at the media launch of the CanEx <strong>Jamaica Business </strong>Conference and Expo on Tuesday (September 4), at the Spanish Court Hotel in New Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The JAMPRO President, during her address, said that Jamaica is poised to capitalise on the multibillion-dollar global medical cannabis industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7584} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/CanEx-Cannabis-License-Buzz-Caribbean-1024x683.jpg\" alt=\"Minister of Industry, Commerce, Agriculture and Fisheries, Hon. Audley Shaw (second left) enjoys a light moment as President of the Jamaica Promotions Corporation (JAMPRO), Diane Edwards, presents a package to President of the Private Sector Organisation of Jamaica (PSOJ), Howard Mitchell,   following the media launch of CanEx Jamaica Business Conference and Expo on Tuesday (September 4) at the Spanish Court Hotel in New Kingston. Also pictured (from left) are Chief Executive Officer of Zimmer Global Jamaica Sales, T’Shura Gibbs; and Founder of CanEx, Douglas Gordon.\" class=\"wp-image-7584\" /><figcaption>Minister of Industry, Commerce, Agriculture and Fisheries, Hon. Audley Shaw (second left) enjoys a light moment as President of the Jamaica Promotions Corporation (JAMPRO), Diane Edwards, presents a package to President of the Private Sector Organisation of Jamaica (PSOJ), Howard Mitchell,   following the media launch of CanEx Jamaica Business Conference and Expo on Tuesday (September 4) at the Spanish Court Hotel in New Kingston. Also pictured (from left) are Chief Executive Officer of Zimmer Global Jamaica Sales, T’Shura Gibbs; and Founder of CanEx, Douglas Gordon. (Photo: Donald DeLaHaye)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Medical cannabis is set to be a disrupter in the consumer goods space. More and more, we are finding CBD [Cannabidiol] infused products globally – in packaged food, beverages, beauty and personal care products and consumer health products,” she noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7588} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Cannabis-Bi-Products-Kaya-1024x586.jpg\" alt=\"Bottles of hemp oil available at the Kaya Herb House in St Ann, Jamaica\" class=\"wp-image-7588\" /><figcaption>Hemp oil available at the Kaya Herb House in St Ann, Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li><a rel=\"noreferrer noopener\" aria-label=\"KAYA: A BUZZ documentary (opens in a new tab)\" href=\"https://buzz-caribbean.com/video/kaya-a-buzz-documentary/\" target=\"_blank\">KAYA: A BUZZ documentary</a></li><li><a href=\"https://buzz-caribbean.com/article/accompong-maroons-to-move-into-medicinal-marijuana/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Accompong Maroons to move into medicinal marijuana (opens in a new tab)\">Accompong Maroons to move into medicinal marijuana</a></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>She said that as the industry evolves “understanding the future and placing the appropriate bets will determine the ultimate winners of the expanding and dynamic space”.</p>\n<!-- /wp:paragraph -->','CLA issues 44 licences and 288 conditional approvals','','inherit','closed','closed','','7579-revision-v1','','','2019-09-05 18:14:01','2019-09-05 23:14:01','',7579,'https://buzz-caribbean.com/article/7579-revision-v1/',0,'revision','',0),(7600,9,'2019-09-05 18:16:43','2019-09-05 23:16:43','<!-- wp:image {\"id\":7593} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/polkerris-B-1-1024x679.jpg\" alt=\"The entrance of the Polkerris Bread and Breakfast in Montego Bay is simply charming.\" class=\"wp-image-7593\" /><figcaption>The entrance of the Polkerris Bread and Breakfast in Montego Bay is simply charming.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The internationally acclaimed Polkerris Bread and Breakfast in Montego Bay, Jamaica, is the epitome of true island glamour, comparable to the likes of the world-famous hotels Round Hill and Tryall, but with a lesser price tag. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ranked in the Top 25 Bed and\nBreakfasts and Inns in the Caribbean, the two high-end villas are located atop\nJimmy Cliff Boulevard, away from the hustle and bustle of the Hip Strip. The\nproperty provides a magnificent 180-degree view of the Montego Bay coastline,\nstretching all the way back to neighbouring Hanover.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7594} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/polkerris-C-1024x679.jpg\" alt=\"With antique furniture, the rooms at Polkerris are truly homely. \" class=\"wp-image-7594\" /><figcaption>With antique furniture, the rooms at Polkerris are truly homely. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Centrally located, Polkerris, which was\nthe winner of TripAdvisor’s Travellers Choice 2019 award, is only five minutes\naway from the Sangster International. It is a two-minute walk from the Doctors\nCave Beach and other fun places such as Margaritaville, Usain Bolts Tracks and\nRecords and the Pelican Restaurant. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[7595,7596]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/polkerris-A-1024x679.jpg\" alt=\"\" data-id=\"7595\" data-link=\"https://buzz-caribbean.com/?attachment_id=7595\" class=\"wp-image-7595\" /><figcaption>A small waterfall adds character to the resort.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/polkerris-D-1024x679.jpg\" alt=\"\" data-id=\"7596\" data-link=\"https://buzz-caribbean.com/?attachment_id=7596\" class=\"wp-image-7596\" /><figcaption>The pool area is definitely a favourite for guests. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Each villa has its own swimming pool, and they are also self-contained. All of the property’s 10 rooms are air-conditioned and lavishly decorated. The rooms are also equipped with Wi-Fi, a television, telephone, refrigerator, in-room safe and all the basic amenities aligned with luxury hotels.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As its name suggests, breakfast is a big part of the offerings and usually comprises fresh fruits, tea and a traditional Jamaican meal. Guests may opt to eat pancakes or an omelette. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Polkerris Bread and Breakfast: Luxury resort with Jamaican charm','','inherit','closed','closed','','7591-revision-v1','','','2019-09-05 18:16:43','2019-09-05 23:16:43','',7591,'https://buzz-caribbean.com/article/7591-revision-v1/',0,'revision','',0),(7601,21,'2019-09-05 20:15:07','2019-09-06 01:15:07','<!-- wp:image {\"id\":7603} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lil-nas.jpg\" alt=\"\" class=\"wp-image-7603\" /><figcaption>Lil Nas X</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lil Nas X grew up being taught to \"hate\" gay people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Old Town Road</strong> hitmaker admitted on World Pride Day in June that he\'s attracted to men. He is now saying that it felt like he would be coming out \"for attention\" if he hadn\'t chosen a point where he was enjoying huge success in his career.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Appearing on The Shop: Uninterrupted, marketing executive Paul Rivera asked: \"With all that early success you felt it was important to make an announcement...\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"If you\'re doing this while you\'re at the top, you know it\'s for real.\"</p><cite>— Lil Nas X</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Nas explained: \"It\'s not that, like, it\'s like being forced. It\'s knowing growing up, I\'m growing up to hate this s**t.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Asked by Kevin Hart what he grew up to hate, he replied: \"Homosexuality, gay people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He continued: \"Come on, now. If you really from the hood, you know. For me, the cool dude with the song on the top of everything to say this any other time, I\'m doing this for attention in my eyes. But if you\'re doing this while you\'re at the top, you know it\'s for real. It\'s showing it doesn\'t really matter I guess.\"</p>\n<!-- /wp:paragraph -->','Lil Nas X says he had to \'come out\' while his song was doing well','','publish','open','closed','','lil-nas-x-says-he-had-to-come-out-while-his-song-was-doing-well','','','2019-09-05 18:40:25','2019-09-05 23:40:25','',0,'https://buzz-caribbean.com/?p=7601',0,'post','',0),(7602,11,'2019-09-05 18:26:45','2019-09-05 23:26:45','','Rocky-Meade-Jamaica-Buzz-Caribbean','','inherit','open','closed','','rocky-meade-jamaica-buzz-caribbean','','','2019-09-05 18:26:45','2019-09-05 23:26:45','',0,'https://buzz-caribbean.com/app/uploads/2019/09/Rocky-Meade-Jamaica-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(7603,9,'2019-09-05 18:28:15','2019-09-05 23:28:15','','lil-nas','','inherit','open','closed','','lil-nas','','','2019-09-05 18:28:15','2019-09-05 23:28:15','',7601,'https://buzz-caribbean.com/app/uploads/2019/09/lil-nas.jpg',0,'attachment','image/jpeg',0),(7604,11,'2019-09-05 18:31:43','2019-09-05 23:31:43','','Bahamas Hurricane Dorian CBC','','inherit','open','closed','','bahamas-hurricane-dorian-cbc','','','2019-09-05 18:32:09','2019-09-05 23:32:09','',0,'https://buzz-caribbean.com/app/uploads/2019/09/bahamas-hurricane-dorian-CBC.jpg',0,'attachment','image/jpeg',0),(7606,9,'2019-09-05 18:35:07','2019-09-05 23:35:07','<!-- wp:image {\"id\":7603} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lil-nas.jpg\" alt=\"\" class=\"wp-image-7603\" /><figcaption>Lil Nas X</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lil Nas X grew up being taught to \"hate\" gay people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Old Town Road</strong> hitmaker admitted on World Pride Day in June that he\'s attracted to men. He is now saying that it felt like he would be coming out \"for attention\" if he hadn\'t chosen a point where he was enjoying huge success in his career.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Appearing on The Shop: Uninterrupted, marketing executive Paul Rivera asked: \"With all that early success you felt it was important to make an announcement...\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"If you\'re doing this while you\'re at the top, you know it\'s for real.\"</p><cite>Lil Nas X</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Nas explained: \"It\'s not that, like, it\'s like being forced. It\'s knowing growing up, I\'m growing up to hate this s**t.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Asked by Kevin Hart what he grew up to hate, he replied: \"Homosexuality, gay people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He continued: \"Come on, now. If you really from the hood, you know. For me, the cool dude with the song on the top of everything to say this any other time, I\'m doing this for attention in my eyes. But if you\'re doing this while you\'re at the top, you know it\'s for real. It\'s showing it doesn\'t really matter I guess.\"</p>\n<!-- /wp:paragraph -->','Lil Nas X says he had to \'come out\' while his song was doing well','','inherit','closed','closed','','7601-revision-v1','','','2019-09-05 18:35:07','2019-09-05 23:35:07','',7601,'https://buzz-caribbean.com/article/7601-revision-v1/',0,'revision','',0),(7607,11,'2019-09-05 18:35:20','2019-09-05 23:35:20','','Ding Dong Buzz Caribbean Feature Image','','inherit','open','closed','','ding-dong-buzz-caribbean-feature-image','','','2019-09-05 18:35:20','2019-09-05 23:35:20','',7161,'https://buzz-caribbean.com/app/uploads/2019/09/Ding-Dong-Buzz-Caribbean-Feature-Image.jpg',0,'attachment','image/jpeg',0),(7608,9,'2019-09-05 18:35:51','2019-09-05 23:35:51','<!-- wp:image {\"id\":7603} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lil-nas.jpg\" alt=\"\" class=\"wp-image-7603\" /><figcaption>Lil Nas X</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lil Nas X grew up being taught to \"hate\" gay people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Old Town Road</strong> hitmaker admitted on World Pride Day in June that he\'s attracted to men. He is now saying that it felt like he would be coming out \"for attention\" if he hadn\'t chosen a point where he was enjoying huge success in his career.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Appearing on The Shop: Uninterrupted, marketing executive Paul Rivera asked: \"With all that early success you felt it was important to make an announcement...\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"If you\'re doing this while you\'re at the top, you know it\'s for real.\"</p><cite>— Lil Nas X</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Nas explained: \"It\'s not that, like, it\'s like being forced. It\'s knowing growing up, I\'m growing up to hate this s**t.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Asked by Kevin Hart what he grew up to hate, he replied: \"Homosexuality, gay people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He continued: \"Come on, now. If you really from the hood, you know. For me, the cool dude with the song on the top of everything to say this any other time, I\'m doing this for attention in my eyes. But if you\'re doing this while you\'re at the top, you know it\'s for real. It\'s showing it doesn\'t really matter I guess.\"</p>\n<!-- /wp:paragraph -->','Lil Nas X says he had to \'come out\' while his song was doing well','','inherit','closed','closed','','7601-revision-v1','','','2019-09-05 18:35:51','2019-09-05 23:35:51','',7601,'https://buzz-caribbean.com/article/7601-revision-v1/',0,'revision','',0),(7609,9,'2019-09-05 18:40:00','2019-09-05 23:40:00','<!-- wp:image {\"id\":7593} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/polkerris-B-1-1024x679.jpg\" alt=\"The entrance of the Polkerris Bread and Breakfast in Montego Bay is simply charming.\" class=\"wp-image-7593\" /><figcaption>The entrance of the Polkerris Bread and Breakfast in Montego Bay is simply charming.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The internationally acclaimed Polkerris Bread and Breakfast in Montego Bay, Jamaica, is the epitome of true island glamour, comparable to the likes of the world-famous hotels Round Hill and Tryall, but with a lesser price tag.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ranked in the Top 25 Bed and\nBreakfasts and Inns in the Caribbean, the two high-end villas are located atop\nJimmy Cliff Boulevard, away from the hustle and bustle of the Hip Strip. The\nproperty provides a magnificent 180-degree view of the Montego Bay coastline,\nstretching all the way back to neighbouring Hanover.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7594} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/polkerris-C-1024x679.jpg\" alt=\"With antique furniture, the rooms at Polkerris are truly homely. \" class=\"wp-image-7594\" /><figcaption>With antique furniture, the rooms at Polkerris are truly homely. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Centrally located, Polkerris, which was\nthe winner of TripAdvisor’s Travellers Choice 2019 award, is only five minutes\naway from the Sangster International. It is a two-minute walk from the Doctors\nCave Beach and other fun places such as Margaritaville, Usain Bolts Tracks and\nRecords and the Pelican Restaurant. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[7595,7596]} -->\n<ul class=\"wp-block-gallery columns-2 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/polkerris-A-1024x679.jpg\" alt=\"\" data-id=\"7595\" data-link=\"https://buzz-caribbean.com/?attachment_id=7595\" class=\"wp-image-7595\" /><figcaption>A small waterfall adds character to the resort.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/polkerris-D-1024x679.jpg\" alt=\"\" data-id=\"7596\" data-link=\"https://buzz-caribbean.com/?attachment_id=7596\" class=\"wp-image-7596\" /><figcaption>The pool area is definitely a favourite for guests. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Each villa has its own swimming pool, and they are also self-contained. All of the property’s 10 rooms are air-conditioned and lavishly decorated. The rooms are also equipped with Wi-Fi, a television, telephone, refrigerator, in-room safe and all the basic amenities aligned with luxury hotels.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As its name suggests, breakfast is a big part of the offerings and usually comprises fresh fruits, tea and a traditional Jamaican meal. Guests may opt to eat pancakes or an omelette. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Polkerris Bread and Breakfast: Luxury resort with Jamaican charm','','inherit','closed','closed','','7591-revision-v1','','','2019-09-05 18:40:00','2019-09-05 23:40:00','',7591,'https://buzz-caribbean.com/article/7591-revision-v1/',0,'revision','',0),(7610,11,'2019-09-05 18:41:20','2019-09-05 23:41:20','<!-- wp:paragraph -->\n<p>The Jamaican Government has dispatched an advance disaster relief team to The Bahamas to assist with the islands’ relief and recovery efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister Andrew Holness made the announcement at a press conference at Jamaica House on Thursday (Sept 5).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/andrew-holness-1024x683.jpg\" alt=\"\" class=\"wp-image-7541\" /><figcaption>Prime Minister Andrew Holness speaking Thursday (Sept 5) at a press conference where he announced assistance for The Bahamas.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He said that by Thursday evening a full disaster assistance team of well-trained and experienced persons will be deployed. Holness said this team is made up of the same persons that went to Dominica in 2017 after that island was devastated by Hurricane Maria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We will be airlifting both men and equipment so Jamaica will have presence in The Bahamas and we will be at the disposal of The Bahamian Government if they require any further assistance,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Under the Caribbean Disaster Emergency Management Agency (CDEMA) Jamaica has responsibility) for the Northern Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chief of Defence Staff Lieutenant General Rocky Meade said the advance team will be led by Lieutenant Colonel Godfrey Sterling. The Canadian Government will be providing an aircraft to transport personnel and equipment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the JDF is prepared to send a Coast Guard vessel with additional supplies for troops and relief supplies for The Bahamians. Meade said the JDF will also help with rescues, recovery, route clearances and logistics.</p>\n<!-- /wp:paragraph -->','Jamaica sends help to The Bahamas','','inherit','closed','closed','','7535-revision-v1','','','2019-09-05 18:41:20','2019-09-05 23:41:20','',7535,'https://buzz-caribbean.com/article/7535-revision-v1/',0,'revision','',0),(7612,21,'2019-09-05 18:59:32','2019-09-05 23:59:32','<!-- wp:embed {\"url\":\"https://youtu.be/EhyTEln_NFo\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/EhyTEln_NFo\n</div></figure>\n<!-- /wp:embed -->','BUZZ Top 10 artistes — Sept. 2','','publish','closed','closed','','buzz-top-10-artiste-watch-sept-5','','','2019-09-11 10:53:48','2019-09-11 15:53:48','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=7612',0,'video','',0),(7613,11,'2019-09-05 18:56:48','2019-09-05 23:56:48','<iframe title=\"BUZZ Top 10 artiste watch — Sept. 5\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/EhyTEln_NFo?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','c552141f2b77788588a2c72da5fa8a5d','','','2019-09-05 18:56:48','2019-09-05 23:56:48','',0,'https://buzz-caribbean.com/article/c552141f2b77788588a2c72da5fa8a5d/',0,'oembed_cache','',0),(7614,13,'2019-09-05 20:04:50','2019-09-06 01:04:50','<!-- wp:image {\"id\":7626} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/McGee.jpg\" alt=\"\" class=\"wp-image-7626\" /><figcaption>Jamaica\'s Tyreek Magee signs 4-year deal with Belgian league team.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Nineteen-year-old\nNational midfielder Tyreek Magee has signed a four-year deal with Belgian\nleague team Kas Eupen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kas Eupen compete in Belgium’s top tier football division.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Magee joins fellow-Reggae Boyz teammate Shamar Nicholson as the second player to transfer to the top tier Belgian league. Magee joins Kas Eupen from Harbour View, in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Magee\'s career has skyrocketed since his promotion from the Under 21 to the national team. He made his international debut with the senior squad in the 2019 CONCACAF Gold Cup.</p>\n<!-- /wp:paragraph -->','Jamaican National Tyreek Magee joins European league team','','publish','open','closed','','jamaican-national-tyreek-magee-joins-european-league-team','','','2019-09-05 20:04:50','2019-09-06 01:04:50','',0,'https://buzz-caribbean.com/?p=7614',0,'post','',0),(7615,11,'2019-09-05 18:58:32','2019-09-05 23:58:32','','Buzz Caribbean Top 10 Artiste Watch','','inherit','open','closed','','buzz-caribbean-top-10-artiste-watch','','','2019-09-05 18:58:32','2019-09-05 23:58:32','',7612,'https://buzz-caribbean.com/app/uploads/2019/09/Buzz-Caribbean-Top-10-Artiste-Watch.jpg',0,'attachment','image/jpeg',0),(7616,23,'2019-09-06 09:06:07','2019-09-06 14:06:07','<!-- wp:image {\"id\":2021} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/unhappy-couple.jpg\" alt=\"\" class=\"wp-image-2021\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Whether you are traditional in your beliefs\nor you tend to throw caution to the wind, marriage will be an adjustment for\nanyone, and the first year with your partner might be the hardest. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Two individuals coming together with different values, backgrounds,\nphilosophies and opinions has never been an easy feat. And in today’s complex\nsociety, marriages seem to have gotten even more complicated. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Suddenly, you must decide how to juggle two careers\nand figure out if you are going to have babies right away or wait a few years.\nYou will be sharing spaces and expenses, and friends and in-laws will be merged.\nAll of these changes can give you an instant headache. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, do not be disheartened. If\nyou can make it through the first year with all the personal quirks, idiosyncrasies,\nbad habits and personality clashes, you can make it for a lifetime.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1124} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/couple-holding-hands-1024x683.jpg\" alt=\"\" class=\"wp-image-1124\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Firstly, you have got to let go of unrealistic expectations. It will not be blissful peaches and cream. You are going to have disagreements and even fights. That does not mean you do not love each other, and it certainly does not mean you will be getting a divorce before the ink is dry on your marriage certificate. All it means is that you are human, and no two beings agree on everything. Try not to make the spates nasty, and always avoid the name-calling. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Secondly, your partner will\ndisappoint you. It happens. That does not make him or her is an ogre. It makes them\nhuman. It could be something as simple as forgetting to pay the light bill on\ntime or a more serious infraction like sharing personal information with a\nfriend or family member. Before you blow up at them, find out why they broke\nyour trust and try to communicate how it made you feel. If you tend to get emotional\nwhen you speak, put it in a letter so that you can channel this emotion without\ngoing off track. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The third thing is that your spouse can’t read your mind. If you have something to say, just say it, hopefully in a respectful manner. Do not sit and sulk and say ‘fine’ when things are clearly not fine. If they did something that troubled or upset you, share what it is and ask them not to do it again. Ignoring the errors and praying it won’t happen again is a silly solution.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by C.W. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>The opinions expressed in this article are those of the author. They do not purport to reflect the opinions or views of&nbsp;</em><strong><em>BUZZ</em></strong><em>&nbsp;or its employees.</em></p>\n<!-- /wp:paragraph -->','The first year of marriage can be tough','','publish','open','closed','','the-first-year-of-marriage-can-be-tough','','','2019-09-05 19:06:34','2019-09-06 00:06:34','',0,'https://buzz-caribbean.com/?p=7616',0,'post','',0),(7617,21,'2019-09-05 19:19:52','2019-09-06 00:19:52','<!-- wp:embed {\"url\":\"https://youtu.be/UkaiS3AwY1c\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/UkaiS3AwY1c\n</div></figure>\n<!-- /wp:embed -->','BUZZ Top 10 music chart — Sept. 2','','publish','closed','closed','','buzz-top-10-music-chart-sept-2','','','2019-09-11 10:53:41','2019-09-11 15:53:41','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=7617',0,'video','',0),(7618,9,'2019-09-05 19:06:07','2019-09-06 00:06:07','<!-- wp:image {\"id\":2021} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/unhappy-couple.jpg\" alt=\"\" class=\"wp-image-2021\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Whether you are traditional in your beliefs\nor you tend to throw caution to the wind, marriage will be an adjustment for\nanyone, and the first year with your partner might be the hardest. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Two individuals coming together with different values, backgrounds,\nphilosophies and opinions has never been an easy feat. And in today’s complex\nsociety, marriages seem to have gotten even more complicated. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Suddenly, you must decide how to juggle two careers\nand figure out if you are going to have babies right away or wait a few years.\nYou will be sharing spaces and expenses, and friends and in-laws will be merged.\nAll of these changes can give you an instant headache. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, do not be disheartened. If\nyou can make it through the first year with all the personal quirks, idiosyncrasies,\nbad habits and personality clashes, you can make it for a lifetime.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1124} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/couple-holding-hands-1024x683.jpg\" alt=\"\" class=\"wp-image-1124\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Firstly, you have got to let go of unrealistic expectations. It will not be blissful peaches and cream. You are going to have disagreements and even fights. That does not mean you do not love each other, and it certainly does not mean you will be getting a divorce before the ink is dry on your marriage certificate. All it means is that you are human, and no two beings agree on everything. Try not to make the spates nasty, and always avoid the name-calling. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Secondly, your partner will\ndisappoint you. It happens. That does not make him or her is an ogre. It makes them\nhuman. It could be something as simple as forgetting to pay the light bill on\ntime or a more serious infraction like sharing personal information with a\nfriend or family member. Before you blow up at them, find out why they broke\nyour trust and try to communicate how it made you feel. If you tend to get emotional\nwhen you speak, put it in a letter so that you can channel this emotion without\ngoing off track. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The third thing is that your spouse can’t read your mind. If you have something to say, just say it, hopefully in a respectful manner. Do not sit and sulk and say ‘fine’ when things are clearly not fine. If they did something that troubled or upset you, share what it is and ask them not to do it again. Ignoring the errors and praying it won’t happen again is a silly solution.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by C.W. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>The opinions expressed in this article are those of the author. They do not purport to reflect the opinions or views of&nbsp;</em><strong><em>BUZZ</em></strong><em>&nbsp;or its employees.</em></p>\n<!-- /wp:paragraph -->','The first year of marriage can be tough','','inherit','closed','closed','','7616-revision-v1','','','2019-09-05 19:06:07','2019-09-06 00:06:07','',7616,'https://buzz-caribbean.com/article/7616-revision-v1/',0,'revision','',0),(7620,21,'2019-09-05 21:00:16','2019-09-06 02:00:16','<!-- wp:image {\"id\":7621} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/R-Embassida-New.jpg\" alt=\"Jamaican entertainer R-Embassida is moving in an upward direction with his career.\" class=\"wp-image-7621\" /><figcaption> Jamaican entertainer R-Embassida </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican entertainer R-Embassida is pleased with the direction his career is now going in. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nPortmore-based deejay recently dropped a single, titled <strong>Journey</strong>. The song\nthat was produced by his manager Derrick Brown was released on the White Dove\nlabel on August 7.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I love the way things are going with my career right now.\"</p><cite>—  R-Embassida </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“The music business is highly competitive. You always have to keep moving ahead, or someone else will take your place. Since the beginning of the year, I’ve made a lot of progress. I want to keep my career going in the right direction, so I am putting in the work,” said the artiste.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Journey</strong> is the follow-up to his single, <strong>Connection</strong>, that was released in February on the Hon’y Comb label. Journey is one\nof the featured tracks on his debut EP, titled <strong>The\nConnection</strong>, which is scheduled to be released in November.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Journey\nwas released a few weeks ago, and it’s already getting some good rotation. It’s\nalso generating some buzz in the streets. I love the way things are going with\nmy career right now, and I am looking forward to the release of my EP,” he\nsaid.</p>\n<!-- /wp:paragraph -->','R-Embassida is happy with the progress of his career','','publish','open','closed','','r-embassida-is-happy-with-the-progress-of-his-career','','','2019-09-05 19:18:45','2019-09-06 00:18:45','',0,'https://buzz-caribbean.com/?p=7620',0,'post','',0),(7621,9,'2019-09-05 19:14:40','2019-09-06 00:14:40','','R-Embassida-New','','inherit','open','closed','','r-embassida-new','','','2019-09-05 19:14:40','2019-09-06 00:14:40','',7620,'https://buzz-caribbean.com/app/uploads/2019/09/R-Embassida-New.jpg',0,'attachment','image/jpeg',0),(7622,11,'2019-09-05 19:15:19','2019-09-06 00:15:19','<iframe title=\"BUZZ Top 10 music chart — Sept. 5\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/UkaiS3AwY1c?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','d23971bb0dedc9958562739892f8a0df','','','2019-09-05 19:15:19','2019-09-06 00:15:19','',0,'https://buzz-caribbean.com/article/d23971bb0dedc9958562739892f8a0df/',0,'oembed_cache','',0),(7623,9,'2019-09-05 19:18:45','2019-09-06 00:18:45','<!-- wp:image {\"id\":7621} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/R-Embassida-New.jpg\" alt=\"Jamaican entertainer R-Embassida is moving in an upward direction with his career.\" class=\"wp-image-7621\" /><figcaption> Jamaican entertainer R-Embassida </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican entertainer R-Embassida is pleased with the direction his career is now going in. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nPortmore-based deejay recently dropped a single, titled <strong>Journey</strong>. The song\nthat was produced by his manager Derrick Brown was released on the White Dove\nlabel on August 7.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I love the way things are going with my career right now.\"</p><cite>—  R-Embassida </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“The music business is highly competitive. You always have to keep moving ahead, or someone else will take your place. Since the beginning of the year, I’ve made a lot of progress. I want to keep my career going in the right direction, so I am putting in the work,” said the artiste.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Journey</strong> is the follow-up to his single, <strong>Connection</strong>, that was released in February on the Hon’y Comb label. Journey is one\nof the featured tracks on his debut EP, titled <strong>The\nConnection</strong>, which is scheduled to be released in November.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Journey\nwas released a few weeks ago, and it’s already getting some good rotation. It’s\nalso generating some buzz in the streets. I love the way things are going with\nmy career right now, and I am looking forward to the release of my EP,” he\nsaid.</p>\n<!-- /wp:paragraph -->','R-Embassida is happy with the progress of his career','','inherit','closed','closed','','7620-revision-v1','','','2019-09-05 19:18:45','2019-09-06 00:18:45','',7620,'https://buzz-caribbean.com/article/7620-revision-v1/',0,'revision','',0),(7624,11,'2019-09-05 19:19:24','2019-09-06 00:19:24','','Buzz Caribbean Top 10 Music Chart','','inherit','open','closed','','buzz-caribbean-top-10-music-chart','','','2019-09-05 19:19:24','2019-09-06 00:19:24','',7617,'https://buzz-caribbean.com/app/uploads/2019/09/Buzz-Caribbean-Top-10-Music-Chart.jpg',0,'attachment','image/jpeg',0),(7625,4,'2019-09-05 19:44:20','2019-09-06 00:44:20','<!-- wp:paragraph -->\n<p>Nineteen-year-old\nNational midfielder Tyreek Magee has signed a four-year deal with Belgian\nleague team Kas Eupen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kas Eupen compete in Belgium’s top tier football division.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Magee joins fellow Reggae Boyz teammate Shamar Nicholson as the second player to transfer to the top tier Belgian league. Magee joins Kas Eupen from Harbour View, in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Magee\'s career has skyrocketed since his promotion from the Under 21/23 national team. He made his international debut with the senior squad in the  2019 CONCACAF Gold Cup.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Jamaican National Tyreek Magee joins European league team','','inherit','closed','closed','','7614-revision-v1','','','2019-09-05 19:44:20','2019-09-06 00:44:20','',7614,'https://buzz-caribbean.com/article/7614-revision-v1/',0,'revision','',0),(7626,4,'2019-09-05 19:55:19','2019-09-06 00:55:19','','McGee','','inherit','open','closed','','mcgee','','','2019-09-05 19:55:19','2019-09-06 00:55:19','',7614,'https://buzz-caribbean.com/app/uploads/2019/09/McGee.jpg',0,'attachment','image/jpeg',0),(7628,4,'2019-09-05 20:04:50','2019-09-06 01:04:50','<!-- wp:image {\"id\":7626} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/McGee.jpg\" alt=\"\" class=\"wp-image-7626\" /><figcaption>Jamaica\'s Tyreek Magee signs 4-year deal with Belgian league team.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Nineteen-year-old\nNational midfielder Tyreek Magee has signed a four-year deal with Belgian\nleague team Kas Eupen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kas Eupen compete in Belgium’s top tier football division.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Magee joins fellow-Reggae Boyz teammate Shamar Nicholson as the second player to transfer to the top tier Belgian league. Magee joins Kas Eupen from Harbour View, in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Magee\'s career has skyrocketed since his promotion from the Under 21 to the national team. He made his international debut with the senior squad in the 2019 CONCACAF Gold Cup.</p>\n<!-- /wp:paragraph -->','Jamaican National Tyreek Magee joins European league team','','inherit','closed','closed','','7614-revision-v1','','','2019-09-05 20:04:50','2019-09-06 01:04:50','',7614,'https://buzz-caribbean.com/article/7614-revision-v1/',0,'revision','',0),(7630,4,'2019-09-05 20:48:27','2019-09-06 01:48:27','<!-- wp:paragraph -->\n<p>Jamaican singer/songwriter Nicky B has partnered with international beer company Budweiser on its latest global ad campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nicky B and African Afro Beat star Runtown recorded the song <strong>Kings For Life</strong> which is being used in the campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The song was written by Nicky B, who proudly describes his role in the project and gave an outline of how he came to be involved.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said an agency in L.A. contacted him on behalf of Budweiser with a king concept in mind. The song was written and recorded and is now the theme for the 30-second commercial.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nicky B took to Instagram NickyBJA to promote the project. “When the biggest beer company in the world calls and asks you to do a song for their new worldwide campaign, you go in the studio and get to work!!! Shoutout to my African brother @Runtown for blessing the track,” he wrote.</p>\n<!-- /wp:paragraph -->','Jamaican singer Nicky B features on Budweiser\'s global ad campaign','','inherit','closed','closed','','7402-revision-v1','','','2019-09-05 20:48:27','2019-09-06 01:48:27','',7402,'https://buzz-caribbean.com/article/7402-revision-v1/',0,'revision','',0),(7631,4,'2019-09-05 21:00:28','2019-09-06 02:00:28','','nicky-b','','inherit','open','closed','','nicky-b','','','2019-09-05 21:00:28','2019-09-06 02:00:28','',7402,'https://buzz-caribbean.com/app/uploads/2019/09/nicky-b.jpg',0,'attachment','image/jpeg',0),(7632,4,'2019-09-05 21:03:43','2019-09-06 02:03:43','<!-- wp:image {\"id\":7631} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/nicky-b.jpg\" alt=\"\" class=\"wp-image-7631\" /><figcaption>Jamaican singer Nicky B and African artiste Runtown (below) recorded Kings For Life, for Budweiser\'s global ad campaign.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican singer/songwriter Nicky B has partnered with international beer company Budweiser on its latest global ad campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nicky B and African Afro Beat star Runtown recorded the song <strong>Kings For Life</strong> which is being used in the campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The song was written by Nicky B, who proudly describes his role in the project and gave an outline of how he came to be involved.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said an agency in L.A. contacted him on behalf of Budweiser with a king concept in mind. The song was written and recorded and is now the theme for the 30-second commercial.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nicky B took to Instagram NickyBJA to promote the project. “When the biggest beer company in the world calls and asks you to do a song for their new worldwide campaign, you go in the studio and get to work!!! Shoutout to my African brother @Runtown for blessing the track,” he wrote.</p>\n<!-- /wp:paragraph -->','Jamaican singer Nicky B features on Budweiser\'s global ad campaign','','inherit','closed','closed','','7402-revision-v1','','','2019-09-05 21:03:43','2019-09-06 02:03:43','',7402,'https://buzz-caribbean.com/article/7402-revision-v1/',0,'revision','',0),(7634,4,'2019-09-05 21:08:53','2019-09-06 02:08:53','','runtown','','inherit','open','closed','','runtown-2','','','2019-09-05 21:08:53','2019-09-06 02:08:53','',7402,'https://buzz-caribbean.com/app/uploads/2019/09/runtown.jpg',0,'attachment','image/jpeg',0),(7635,4,'2019-09-05 21:09:48','2019-09-06 02:09:48','<!-- wp:image {\"id\":7631} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/nicky-b.jpg\" alt=\"\" class=\"wp-image-7631\" /><figcaption>Jamaican singer Nicky B and African artiste Runtown (below) recorded Kings For Life, for Budweiser\'s global ad campaign.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican singer/songwriter Nicky B has partnered with international beer company Budweiser on its latest global ad campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nicky B and Nigerian Afro Beat star Runtown recorded the song <strong>Kings For Life</strong> which is being used in the campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7634} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/runtown.jpg\" alt=\"\" class=\"wp-image-7634\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The song was written by Nicky B, who proudly describes his role in the project and gave an outline of how he came to be involved.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said an agency in L.A. contacted him on behalf of Budweiser with a king concept in mind. The song was written and recorded and is now the theme for the 30-second commercial.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nicky B took to Instagram NickyBJA to promote the project. “When the biggest beer company in the world calls and asks you to do a song for their new worldwide campaign, you go in the studio and get to work!!! Shoutout to my African brother @Runtown for blessing the track,” he wrote.</p>\n<!-- /wp:paragraph -->','Jamaican singer Nicky B features on Budweiser\'s global ad campaign','','inherit','closed','closed','','7402-revision-v1','','','2019-09-05 21:09:48','2019-09-06 02:09:48','',7402,'https://buzz-caribbean.com/article/7402-revision-v1/',0,'revision','',0),(7636,23,'2019-09-06 06:44:08','2019-09-06 11:44:08','<!-- wp:image {\"id\":7637} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/vrx-sovereign-kgn-buzz-demo-1-1024x763.jpg\" alt=\"\" class=\"wp-image-7637\" /><figcaption>Virtual reality (VR) gaming immerses the user into a 3D audio-visual world, requiring them to get physical at times to play (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>VRX Virtual Reality &amp; eSports Centre in\nPortmore, St Catherine has been racking up the accolades. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The group is the most followed VR Centre on\nInstagram and has managed 60 million views across all its social media\nplatforms. VRX even had one of their videos, racking up\nover nine million views, featured on international cable station MTV.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Tracking VRX\'s digital evolution</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>For CEO Gregory Moore and COO Ryan Moore,\nthe praise comes upon thinking ahead of the curve when they started the\nbusiness in 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“VRX is actually the evolution of my original business Str8Games Limited that started in 2006. We adopted VR in 2015 until we transitioned into Virtual Reality Jamaica in 2018,” Moore explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Moore said he started the move when his previous venture Str8Games began to lull due to market forces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7638} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/vrx-sovereign-kgn-buzz-demo-2-1024x763.jpg\" alt=\"\" class=\"wp-image-7638\" /><figcaption>VRX Virtual Reality &amp; eSports Centre COO Ryan Moore (right) helps a patron operate one of the wireless VR headsets. (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The Str8Games model was being affected by digital change in the video game industry. We realised VR was a new concept and decided to change the business model,” Moore further noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>How immersive is virtual reality (VR) gaming?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>VRX, located in Sovereign Village, provides the unusual and immersive experience that is virtual reality gaming.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“VR is basically immersion in an alternate interactive environment using a head-mounted display; this isolates the user from the real world,” VRX COO Ryan Moore told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The headsets are connected to powerful computers that generate a three-dimensional digital world as viewed through their built-in screens. There are also audio cues. The audio and video are combined with sensors that track users’ movement allowing them to interact with the realistic computer-generated graphics. So real is the experience that it’s not uncommon for those playing to have physical and emotional reactions to whatever they’re seeing through the VR goggles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There are various headsets that can achieve VR, but we are using the highest-grade headsets in order to deliver ultra-realistic environments. A high-end computer projects the image in the headset, the headset and controllers use various sensors in order to replicate your movements in the environment being projected. This makes the user feel fully immersed and will sometimes forget that they are in a simulation,” said Moore.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\'Yuh wah speed??!\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The centre has four full VR stations,\nwireless headsets, and a simulator rig used for racing games. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7639} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/vrx-sovereign-kgn-buzz-demo-3-1024x763.jpg\" alt=\"\" class=\"wp-image-7639\" /><figcaption>VRX Virtual Reality &amp; eSports Centre has its own built-in simulator rig for racing games. (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Games range from simple sit-down-and-watch rollercoaster types to action-packed adventures that see players in motion. The game menu is updated regularly as the VR game library expands. Ryan added that due to the popularity of VRX, their vendor partners are always sending them the latest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We basically have a 90% or higher satisfaction rating from our customers. The thrill factor is very high so it satisfies both corporate clients and walk-in patrons.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Even with success the Moores are once again\nlooking ahead of the curve.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We currently primarily use it for games and entertainment-based experiences. We are however going through a transition into corporate solutions in order to solve many real-world issues in various industries, for example, tourism, health care and even the BPO sector,” Moore argued</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> —<strong> Written by Nichola Beckford </strong></p>\n<!-- /wp:paragraph -->','Virtual gaming the latest craze in Jamaica','','publish','open','closed','','virtual-gaming-the-latest-craze-in-jamaica','','','2019-09-06 07:15:52','2019-09-06 12:15:52','',0,'https://buzz-caribbean.com/?p=7636',0,'post','',0),(7637,14,'2019-09-06 06:32:09','2019-09-06 11:32:09','','vrx-sovereign-kgn-buzz-demo-1','','inherit','open','closed','','vrx-sovereign-kgn-buzz-demo-1','','','2019-09-06 06:32:09','2019-09-06 11:32:09','',7636,'https://buzz-caribbean.com/app/uploads/2019/09/vrx-sovereign-kgn-buzz-demo-1.jpg',0,'attachment','image/jpeg',0),(7638,14,'2019-09-06 06:32:36','2019-09-06 11:32:36','','vrx-sovereign-kgn-buzz-demo-2','','inherit','open','closed','','vrx-sovereign-kgn-buzz-demo-2','','','2019-09-06 06:32:36','2019-09-06 11:32:36','',7636,'https://buzz-caribbean.com/app/uploads/2019/09/vrx-sovereign-kgn-buzz-demo-2.jpg',0,'attachment','image/jpeg',0),(7639,14,'2019-09-06 06:32:43','2019-09-06 11:32:43','','vrx-sovereign-kgn-buzz-demo-3','','inherit','open','closed','','vrx-sovereign-kgn-buzz-demo-3','','','2019-09-06 06:32:43','2019-09-06 11:32:43','',7636,'https://buzz-caribbean.com/app/uploads/2019/09/vrx-sovereign-kgn-buzz-demo-3.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (7640,14,'2019-09-06 06:44:08','2019-09-06 11:44:08','<!-- wp:image {\"id\":7637} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/vrx-sovereign-kgn-buzz-demo-1-1024x763.jpg\" alt=\"\" class=\"wp-image-7637\" /><figcaption>Virtual reality (VR) gaming immerses the user into a 3D audio-visual world, requiring them to get physical at times to play (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>VRX Virtual Reality &amp; eSports Centre in\nPortmore, St Catherine has been racking up the accolades. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The group is the most followed VR Centre on\nInstagram and has managed 60 million views across all its social media\nplatforms. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>VRX even had one of their videos, racking up\nover nine million views, featured on international cable station MTV.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Tracking VRX\'s digital evolution</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>For CEO Gregory Moore and COO Ryan Moore,\nthe praise comes upon thinking ahead of the curve when they started the\nbusiness in 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“VRX is actually the evolution of my original business Str8Games Limited that started in 2006. We adopted VR in 2015 until we transitioned into Virtual Reality Jamaica in 2018,” Moore explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Moore said he started the move when his previous venture Str8Games began to lull due to market forces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7638} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/vrx-sovereign-kgn-buzz-demo-2-1024x763.jpg\" alt=\"\" class=\"wp-image-7638\" /><figcaption>VRX Virtual Reality &amp; eSports Centre COO Ryan Moore (right) helps a patron operate one of the wireless VR headsets. (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The Str8Games model was being affected by digital change in the video game industry. We realised VR was a new concept and decided to change the business model,” Moore further noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>How immersive is virtual reality (VR) gaming?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>VRX, located in Sovereign Village, provides the unusual and immersive experience that is virtual reality gaming.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“VR is basically immersion in an alternate interactive environment using a head-mounted display; this isolates the user from the real world,” VRX COO Ryan Moore told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The headsets are connected to powerful computers that generate a three-dimensional digital world as viewed through their built-in screens. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are also audio cues. The audio and video are combined with sensors that track users’ movement allowing them to interact with the realistic computer-generated graphics. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So real is the experience that it’s not uncommon for those playing to have physical and emotional reactions to whatever they’re\nseeing through the VR goggles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There are various headsets that can achieve VR, but we are using the highest-grade headsets in order to deliver ultra-realistic environments. A high-end computer projects the image in the headset, the headset and controllers use various sensors in order to replicate your movements in the environment being projected. This makes the user feel fully immersed and will sometimes forget that they are in a simulation,” said Moore.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\'Yuh wah speed??!\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The centre has four full VR stations,\nwireless headsets, and a simulator rig used for racing games. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7639} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/vrx-sovereign-kgn-buzz-demo-3-1024x763.jpg\" alt=\"\" class=\"wp-image-7639\" /><figcaption>VRX Virtual Reality &amp; eSports Centre has its own built-in simulator rig for racing games. (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Games range from simple sit-down-and-watch rollercoaster types to action-packed adventures that see players in motion. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The game menu is updated regularly as the VR game library expands. Ryan added that due to the popularity of VRX, their vendor partners are always sending them the latest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We basically have a 90% or higher satisfaction rating from our customers. The thrill factor is very high so it satisfies both corporate clients and walk-in patrons.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Even with success the Moores are once again\nlooking ahead of the curve.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We currently primarily use it for games and entertainment-based experiences. We are however going through a transition into corporate solutions in order to solve many real-world issues in various industries, for example, tourism, health care and even the BPO sector,” Moore argued</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> —<strong> Written by Nichola Beckford </strong></p>\n<!-- /wp:paragraph -->','Virtual gaming the latest craze in Jamaica','','inherit','closed','closed','','7636-revision-v1','','','2019-09-06 06:44:08','2019-09-06 11:44:08','',7636,'https://buzz-caribbean.com/article/7636-revision-v1/',0,'revision','',0),(7641,21,'2019-09-06 07:06:37','2019-09-06 12:06:37','<!-- wp:image {\"id\":7643} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/uwi-scholarship-sept4-buzz-demo-2-1024x683.jpg\" alt=\"\" class=\"wp-image-7643\" /><figcaption>Minister with responsibility for Education, Youth and Information, Hon. Karl Samuda (second right), addresses a press conference at the University of the West Indies (UWI) Mona Council Room on Thursday (September 5). From left are Dean, Faculty of Medical Sciences, Dr. Tomlin Paul; Pro Vice-Chancellor and Principal, UWI, Mona, Professor Dale Webber and Vice-Chancellor, Professor Sir Hilary Beckles. (Photo: Donald De La Haye, JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The\nGovernment has provided 47 full-tuition scholarships to needy students who\nstarted their Bachelor of Medicine, Bachelor of Surgery (MBBS) degrees at the\nUniversity of the West Indies (UWI), Mona, this semester.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nawards are valued at $177.66 million per annum over the next five years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This cohort will be funded for the full five years of the programme, providing they meet established criteria…\"  Minister Samuda explained.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister\nof Education Karl Samuda, who made the announcement at a press conference in\nthe UWI Council Room on Thursday, September 5, said that the support came out\nof recent discussions with university officials.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2230} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/doctors-demo-buzz-1024x683.jpeg\" alt=\"\" class=\"wp-image-2230\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"Applicants must be Jamaican nationals. Only applicants with matriculation qualifications in the 97 percentile will be considered,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Samuda noted that beneficiaries are required to maintain a Grade Point Average (GPA) of 2.8 in order to continue to receive the scholarship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All\nbeneficiaries will be bonded by the Government for five years after completing\ntheir studies. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7397} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/uwi-mona-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-7397\" /><figcaption>Students at the UWI, Mona (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Minister\nSamuda said that only students who demonstrate the greatest need will be\nselected, and shortlisted applicants will include former beneficiaries of the\nProgramme for Advancement Through Health and Education (PATH), and students\nfrom inner-city and poor rural communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Already,\nthree students have been selected for full scholarships. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nthree young men, Shamarie Collins, Quwayne Howell and Rashaun Stewart, had recently\ndeferred their dreams of becoming medical doctors to pursue more affordable\ndegree programmes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rashaun,\nwho delivered the vote of thanks on behalf of his fellow beneficiaries, said\nthat the students are “very appreciative” of the support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7642} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/uwi-scholarship-sept4-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-7642\" /><figcaption>Rashaun Stewart (left), expresses gratitude for the award of a full scholarship from the Government, which will enable him to pursue a Bachelor of Medicine, Bachelor of Surgery (MBBS) degree at the University of the West Indies (UWI). Listening are fellow scholarship beneficiaries Quwayne Howell (centre) and Shamarie Collins. (Photo: Donald De La Haye, JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Prior\nto this endowment, I had no real idea and no concrete plan in place to get into\nthe Faculty of Medical Sciences,” Stweart remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To\nstudy medicine at the UWI, Mona costs roughly US$28,000 and, unfortunately, Stewart\nlike many other students, was not able to get the subsidy as a result of some\nextenuating circumstances. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I\nwould have had to garner the full fee… and I was not able to source it prior to\nthe commencement of this academic year. But thanks to this opportunity, I am\nnow able to springboard the commencement of my dream of becoming a medical\ndoctor,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nsupport from the Government adds to the financial assistance already being\noffered to UWI students pursuing medicine. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We already sponsor 55 students in each cohort by paying 80 percent of their fees,” Minister Samuda said.  </p>\n<!-- /wp:paragraph -->','Government steps up to fund full-flight scholarships for UWI med students','','publish','open','closed','','government-steps-up-to-fund-full-flight-scholarships-for-uwi-med-students','','','2019-09-06 07:07:27','2019-09-06 12:07:27','',0,'https://buzz-caribbean.com/?p=7641',0,'post','',0),(7642,14,'2019-09-06 06:59:56','2019-09-06 11:59:56','','uwi-scholarship-sept4-buzz-demo','','inherit','open','closed','','uwi-scholarship-sept4-buzz-demo','','','2019-09-06 06:59:56','2019-09-06 11:59:56','',7641,'https://buzz-caribbean.com/app/uploads/2019/09/uwi-scholarship-sept4-buzz-demo.jpg',0,'attachment','image/jpeg',0),(7643,14,'2019-09-06 07:01:02','2019-09-06 12:01:02','','uwi-scholarship-sept4-buzz-demo-2','','inherit','open','closed','','uwi-scholarship-sept4-buzz-demo-2','','','2019-09-06 07:01:02','2019-09-06 12:01:02','',7641,'https://buzz-caribbean.com/app/uploads/2019/09/uwi-scholarship-sept4-buzz-demo-2.jpg',0,'attachment','image/jpeg',0),(7644,14,'2019-09-06 07:06:37','2019-09-06 12:06:37','<!-- wp:image {\"id\":7643} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/uwi-scholarship-sept4-buzz-demo-2-1024x683.jpg\" alt=\"\" class=\"wp-image-7643\" /><figcaption>Minister with responsibility for Education, Youth and Information, Hon. Karl Samuda (second right), addresses a press conference at the University of the West Indies (UWI) Mona Council Room on Thursday (September 5). From left are Dean, Faculty of Medical Sciences, Dr. Tomlin Paul; Pro Vice-Chancellor and Principal, UWI, Mona, Professor Dale Webber and Vice-Chancellor, Professor Sir Hilary Beckles. (Photo: Donald De La Haye, JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The\nGovernment has provided 47 full-tuition scholarships to needy students who\nstarted their Bachelor of Medicine, Bachelor of Surgery (MBBS) degrees at the\nUniversity of the West Indies (UWI), Mona, this semester.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nawards are valued at $177.66 million per annum over the next five years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This cohort will be funded for the full five years of the programme, providing they meet established criteria…\"  Minister Samuda explained.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister\nof Education Karl Samuda, who made the announcement at a press conference in\nthe UWI Council Room on Thursday, September 5, said that the support came out\nof recent discussions with university officials.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2230} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/doctors-demo-buzz-1024x683.jpeg\" alt=\"\" class=\"wp-image-2230\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"Applicants must be Jamaican nationals. Only applicants with matriculation qualifications in the 97 percentile will be considered,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Samuda noted that beneficiaries are required to maintain a Grade Point Average (GPA) of 2.8 in order to continue to receive the scholarship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All\nbeneficiaries will be bonded by the Government for five years after completing\ntheir studies. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7397} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/uwi-mona-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-7397\" /><figcaption>Students at the UWI, Mona (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Minister\nSamuda said that only students who demonstrate the greatest need will be\nselected, and shortlisted applicants will include former beneficiaries of the\nProgramme for Advancement Through Health and Education (PATH), and students\nfrom inner-city and poor rural communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Already,\nthree students have been selected for full scholarships. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nthree young men, Shamarie Collins, Quwayne Howell and Rashaun Stewart, had recently\ndeferred their dreams of becoming medical doctors to pursue more affordable\ndegree programmes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rashaun,\nwho delivered the vote of thanks on behalf of his fellow beneficiaries, said\nthat the students are “very appreciative” of the support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7642} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/uwi-scholarship-sept4-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-7642\" /><figcaption>Rashaun Stewart (left), expresses gratitude for the award of a full scholarship from the Government, which will enable him to pursue a Bachelor of Medicine, Bachelor of Surgery (MBBS) degree at the University of the West Indies (UWI). Listening are fellow scholarship beneficiaries Quwayne Howell (centre) and Shamarie Collins. (Photo: Donald De La Haye, JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Prior\nto this endowment, I had no real idea and no concrete plan in place to get into\nthe Faculty of Medical Sciences,” Stweart remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To\nstudy medicine at the UWI, Mona costs roughly US$28,000 and, unfortunately, Stewart\nlike many other students, was not able to get the subsidy as a result of some\nextenuating circumstances. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I\nwould have had to garner the full fee… and I was not able to source it prior to\nthe commencement of this academic year. But thanks to this opportunity, I am\nnow able to springboard the commencement of my dream of becoming a medical\ndoctor,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nsupport from the Government adds to the financial assistance already being\noffered to UWI students pursuing medicine. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We already sponsor 55 students in each cohort by paying 80 percent of their fees,” Minister Samuda said.  </p>\n<!-- /wp:paragraph -->','Government steps up to fund full-flight scholarships for UWI med students','','inherit','closed','closed','','7641-revision-v1','','','2019-09-06 07:06:37','2019-09-06 12:06:37','',7641,'https://buzz-caribbean.com/article/7641-revision-v1/',0,'revision','',0),(7645,4,'2019-09-06 07:15:51','2019-09-06 12:15:51','<!-- wp:image {\"id\":7637} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/vrx-sovereign-kgn-buzz-demo-1-1024x763.jpg\" alt=\"\" class=\"wp-image-7637\" /><figcaption>Virtual reality (VR) gaming immerses the user into a 3D audio-visual world, requiring them to get physical at times to play (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>VRX Virtual Reality &amp; eSports Centre in\nPortmore, St Catherine has been racking up the accolades. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The group is the most followed VR Centre on\nInstagram and has managed 60 million views across all its social media\nplatforms. VRX even had one of their videos, racking up\nover nine million views, featured on international cable station MTV.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Tracking VRX\'s digital evolution</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>For CEO Gregory Moore and COO Ryan Moore,\nthe praise comes upon thinking ahead of the curve when they started the\nbusiness in 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“VRX is actually the evolution of my original business Str8Games Limited that started in 2006. We adopted VR in 2015 until we transitioned into Virtual Reality Jamaica in 2018,” Moore explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Moore said he started the move when his previous venture Str8Games began to lull due to market forces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7638} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/vrx-sovereign-kgn-buzz-demo-2-1024x763.jpg\" alt=\"\" class=\"wp-image-7638\" /><figcaption>VRX Virtual Reality &amp; eSports Centre COO Ryan Moore (right) helps a patron operate one of the wireless VR headsets. (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The Str8Games model was being affected by digital change in the video game industry. We realised VR was a new concept and decided to change the business model,” Moore further noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>How immersive is virtual reality (VR) gaming?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>VRX, located in Sovereign Village, provides the unusual and immersive experience that is virtual reality gaming.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“VR is basically immersion in an alternate interactive environment using a head-mounted display; this isolates the user from the real world,” VRX COO Ryan Moore told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The headsets are connected to powerful computers that generate a three-dimensional digital world as viewed through their built-in screens. There are also audio cues. The audio and video are combined with sensors that track users’ movement allowing them to interact with the realistic computer-generated graphics. So real is the experience that it’s not uncommon for those playing to have physical and emotional reactions to whatever they’re seeing through the VR goggles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There are various headsets that can achieve VR, but we are using the highest-grade headsets in order to deliver ultra-realistic environments. A high-end computer projects the image in the headset, the headset and controllers use various sensors in order to replicate your movements in the environment being projected. This makes the user feel fully immersed and will sometimes forget that they are in a simulation,” said Moore.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\'Yuh wah speed??!\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The centre has four full VR stations,\nwireless headsets, and a simulator rig used for racing games. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7639} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/vrx-sovereign-kgn-buzz-demo-3-1024x763.jpg\" alt=\"\" class=\"wp-image-7639\" /><figcaption>VRX Virtual Reality &amp; eSports Centre has its own built-in simulator rig for racing games. (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Games range from simple sit-down-and-watch rollercoaster types to action-packed adventures that see players in motion. The game menu is updated regularly as the VR game library expands. Ryan added that due to the popularity of VRX, their vendor partners are always sending them the latest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We basically have a 90% or higher satisfaction rating from our customers. The thrill factor is very high so it satisfies both corporate clients and walk-in patrons.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Even with success the Moores are once again\nlooking ahead of the curve.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We currently primarily use it for games and entertainment-based experiences. We are however going through a transition into corporate solutions in order to solve many real-world issues in various industries, for example, tourism, health care and even the BPO sector,” Moore argued</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> —<strong> Written by Nichola Beckford </strong></p>\n<!-- /wp:paragraph -->','Virtual gaming the latest craze in Jamaica','','inherit','closed','closed','','7636-revision-v1','','','2019-09-06 07:15:51','2019-09-06 12:15:51','',7636,'https://buzz-caribbean.com/article/7636-revision-v1/',0,'revision','',0),(7646,23,'2019-09-06 08:31:12','2019-09-06 13:31:12','<!-- wp:image {\"id\":7088} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-bahamas-damage-img-1024x576.jpg\" alt=\"\" class=\"wp-image-7088\" /><figcaption>Damage left by Hurricane Dorian in sections of the Bahamas.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Leaders from the Caribbean Community (CARICOM) are now in The Bahamas for talks on the disaster relief efforts in the wake of Hurricane Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The leaders are\nPrime Ministers of Barbados Mia Mottley and Allen Chastanet St Lucia. They are accompanied\nby the Secretary-General of the Caribbean Community (CARICOM) Irwin LaRoque.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They are to meet with Bahamian Prime Minister Dr Hubert Minnis and other officials at the office of the National Emergency Management Administration (NEMA).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5810} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mia-mottley.jpg\" alt=\"\" class=\"wp-image-5810\" /><figcaption>Prime Minister of Barbados Mia Mottley is in The Bahamas for disaster-relief talks.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The meeting is to allow the other regional leaders to receive a briefing of the situation there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dorian, a Category Five hurricane when it neared the Bahamas, ripped through Great Abaco Island and Grand Bahama, leaving a trail of destruction behind. At least 20\npeople have since been declared dead and scores reported missing.</p>\n<!-- /wp:paragraph -->','CARICOM leaders in The Bahamas for disaster relief talks','','publish','open','closed','','caricom-leaders-in-the-bahamas-for-disaster-relief-talks','','','2019-09-06 08:31:13','2019-09-06 13:31:13','',0,'https://buzz-caribbean.com/?p=7646',0,'post','',0),(7647,4,'2019-09-06 08:31:12','2019-09-06 13:31:12','<!-- wp:image {\"id\":7088} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-bahamas-damage-img-1024x576.jpg\" alt=\"\" class=\"wp-image-7088\" /><figcaption>Damage left by Hurricane Dorian in sections of the Bahamas.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Leaders from the Caribbean Community (CARICOM) are now in The Bahamas for talks on the disaster relief efforts in the wake of Hurricane Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The leaders are\nPrime Ministers of Barbados Mia Mottley and Allen Chastanet St Lucia. They are accompanied\nby the Secretary-General of the Caribbean Community (CARICOM) Irwin LaRoque.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They are to meet with Bahamian Prime Minister Dr Hubert Minnis and other officials at the office of the National Emergency Management Administration (NEMA).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5810} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/mia-mottley.jpg\" alt=\"\" class=\"wp-image-5810\" /><figcaption>Prime Minister of Barbados Mia Mottley is in The Bahamas for disaster-relief talks.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The meeting is to allow the other regional leaders to receive a briefing of the situation there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dorian, a Category Five hurricane when it neared the Bahamas, ripped through Great Abaco Island and Grand Bahama, leaving a trail of destruction behind. At least 20\npeople have since been declared dead and scores reported missing.</p>\n<!-- /wp:paragraph -->','CARICOM leaders in The Bahamas for disaster relief talks','','inherit','closed','closed','','7646-revision-v1','','','2019-09-06 08:31:12','2019-09-06 13:31:12','',7646,'https://buzz-caribbean.com/article/7646-revision-v1/',0,'revision','',0),(7650,21,'2019-09-06 14:12:13','2019-09-06 19:12:13','<!-- wp:paragraph -->\n<p>Executive\nDirector&nbsp;of the&nbsp;Montego Bay Marine Park Trust,&nbsp;Hugh\nShim,&nbsp;says the city’s harbour is much cleaner since the ban on single-use\nplastic bags and polystyrene foam in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7683} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Hugh-Shim-Montego-Bay-Harbour-1024x684.jpg\" alt=\"\" class=\"wp-image-7683\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The ban began on January 1 of this year and covers the importation, manufacture, distribution and use of the materials. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Since the ban and progressively, we have seen fewer bags, especially the black ones that we call ‘scandal bags’. Definitely less of them are coming down the gullies now and in the harbour and shorelines,” Mr Shim outlined.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7674} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/black-plastic-bags-1024x768.jpg\" alt=\"\" class=\"wp-image-7674\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He noted that there was a prevalence of bags, in addition to styrofoam containers and plastic bottles prior to the ban along the city’s coastline. He said the materials choked marine life as well as disrupted recreational activities. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7681} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/sea-pollution-Montego-Bay-Harbour.jpg\" alt=\"\" class=\"wp-image-7681\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> Mr. Shim also noted that the microplastics are sometimes eaten by fish “which then comes back to us” to be consumed, thus further spreading toxic substances. He said that should be less of an issue now that there are fewer plastic materials&nbsp;finding their way to Montego Bay’s seabed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><a href=\"https://buzz-caribbean.com/article/microplastics-are-everywhere-but-not-a-risk-to-human-health-just-yet/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Microplastics are “everywhere”, no risk to human health just yet (opens in a new tab)\">Microplastics are “everywhere”, no risk to human health just yet</a></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>“There is a major reduction in the black plastic bags and there is less styrofoam. We are developing the culture where we take our own bags to the supermarkets or wherever,” he said.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7691} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Montego-Bay-Harbour-1024x684.jpg\" alt=\"\" class=\"wp-image-7691\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mr. Shim indicated that more work needs to be done to enforce the ban on plastic bags and protect the environment. He pointed out that some establishments, particularly eateries, continue to use single-use plastic bags.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’ve seen some of the transparent ones (polybags) being used, which is just as bad, if not worse.&nbsp; It’s a ban, so it has to be enforced. Whoever is doing the enforcement has to go around the different shops or distributors and seize them,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3588} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Montego-Bay-SIGN-new-1024x684.jpg\" alt=\"\" class=\"wp-image-3588\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mr. Shim is also encouraging the citizens of Montego Bay to continue to “reuse and recycle”.</p>\n<!-- /wp:paragraph -->','Montego Bay Harbour much cleaner','','publish','open','closed','','montego-bay-harbour-much-cleaner','','','2019-09-06 14:12:14','2019-09-06 19:12:14','',0,'https://buzz-caribbean.com/?p=7650',0,'post','',0),(7651,23,'2019-09-06 15:09:12','2019-09-06 20:09:12','<!-- wp:image {\"id\":7722} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Olivia-Grange-telethon.jpg\" alt=\"\" class=\"wp-image-7722\" /><figcaption>Culture Minister Olivia Grange arranging telethon to assist the disaster recovery efforts in The Bahamas.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica\'s Culture Minister Olivia \'Babsy\' Grange is organizing a local telethon to raise funds for the disaster relief effort in The Bahamas. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The event is likely to be held at the National Stadium. Grange has already recruited a number of local music industry leaders to start the arrangements for the event.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The decisions were taken at a hurriedly called meeting at her ministry Friday (Sept 6). She was joined by a small group of supporters, including Clifton Dillon, Jerome Hamilton, Howard McIntosh and Joe Bogdanovich.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6947} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/abaco-bahamas-hurricane-dorian-.jpg\" alt=\"\" class=\"wp-image-6947\" /><figcaption>Flooding in a section of Abaco in The Bahamas that was caused by Hurricane Dorian. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Penthouse Music’s Donovan Germaine was absent but is expected to join the group later on as it recruits artistes for the event.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grange says that she has been in touch with The Bahamas’ Minister of Youth, Sport and Culture on the matter. The next meeting of the organizing group is likely to be Wednesday, Sept 11 at the Ministry\'s Trafalgar Road office in New Kingston.</p>\n<!-- /wp:paragraph -->','Grange arranging local telethon to support recovery effort in The Bahamas','','publish','open','closed','','grange-arranging-local-telethon-to-support-recovery-effort-in-the-bahamas','','','2019-09-06 15:09:13','2019-09-06 20:09:13','',0,'https://buzz-caribbean.com/?p=7651',0,'post','',0),(7652,11,'2019-09-06 10:38:28','2019-09-06 15:38:28','<!-- wp:paragraph -->\n<p>Former Zimbabwean president Robert Mugabe passed away at the age of 95, the African country\'s&nbsp;current president announced Friday (Sept 6). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7656} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/robert-mugabe.jpg\" alt=\"\" class=\"wp-image-7656\" /><figcaption>Robert Mugabe</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The controversial Mugabe was one of the most noted leaders on the African continent. He presided over an independent Zimbabwe, first as Prime Minister and later President.  Mugabe, who ruled the country for 37 years, was once quoted as saying, \"Only God who appointed me will remove me.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was first celebrated for his role in liberating the country and putting an end to white-minority rule, but he was later labelled as a tyrant, who oversaw the decline of one of Africa’s most prosperous countries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Current President Mr. Emmerson Mnangagwa shared\non Twitter</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/edmnangagwa/status/1169839308406054912\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/edmnangagwa/status/1169839308406054912\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Mr. Mugabe reportedly spent several months\nin Singapore getting treatment for an undisclosed illness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Here are some facts about the infamous leader:</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Mugabe was a former teacher who was imprisoned for ten years after opposing the white-minority government of Rhodesia (as Zimbabwe was known before independence).</li><li>Mugabe’s rule was scarred by violent incidents and dubious elections, including the brutal eviction of thousands of white farmers in 2000.</li><li>After completing his earlier education and moving on to work several years, Mugabe received a scholarship to the University of Fort Hare in South Africa, where he studied history and English.</li><li>Earning a negative reputation in the international circles, the University of Edinburgh in 2007 withdrew the honorary degree it awarded Mugabe in 1984 for his services to education in Africa.</li><li>Following a coup and failed attempts by Mugabe to pave the way for his wife to rule, he resigned in November 21, 2017 as Zimbabwe\'s president.</li></ul>\n<!-- /wp:list -->','The colourful life of late Zimbabwean president Robert Mugabe','','publish','open','closed','','the-colourful-life-of-late-zimbabwean-president-robert-mugabe','','','2019-09-06 13:20:56','2019-09-06 18:20:56','',0,'https://buzz-caribbean.com/?p=7652',0,'post','',0),(7653,11,'2019-09-06 10:15:35','2019-09-06 15:15:35','<!-- wp:paragraph -->\n<p>President Robert Mugabe was one of the most\nnoted leaders on the African continent. He presided over an independent\nZimbabwe, first as Prime Minister and later President.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The leader who presided over the country\nfor 37 years, was once quoted as saying only God could ever remove him from\noffice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was first celebrated for his role in\nliberating the country and putting an end to white-minority rule.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This celebrated figure, was later labelled\nas a tyrant, who oversaw the decline of one of Africa’s most prosperous lands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Current President Mr. Emmerson Mnangagwa shared\non Twitter</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/edmnangagwa/status/1169839308406054912\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/edmnangagwa/status/1169839308406054912\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Mr. Mugabe reportedly spent several months\nin Singapore getting treatment for an undisclosed illness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here are five more quick facts about the\ninfamous leader:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Mugabe was a former teacher who\nwas imprisoned for ten years after opposing the white-minority government of\nRhodesia (as Zimbabwe was known before independence).</li><li>Mugabe’s rule was scarred by\nviolent incidents and dubious elections including the brutal eviction of\nthousands of white farmers in 2000.</li><li>After completing his earlier\neducation and moving on to work several years, Mugabe received a scholarship to\nthe University of Fort Hare in South Africa, where he studied history and\nEnglish.</li><li>Earning a negative reputation\nin the international circles, the University of Edinburgh in 2007 withdrew the\nhonorary degree it awarded Mugabe in 1984 for his services to education in\nAfrica.</li><li>Following a coup and failed attempts\nby Mugabe to pave the way for his wife to rule, he resigned in November 21,\n2017 as Zimbabwe\'s president after 37 years of autocratic rule.</li></ul>\n<!-- /wp:list -->','The colourful life of late Zimbabwean president Robert Mugabe','','inherit','closed','closed','','7652-revision-v1','','','2019-09-06 10:15:35','2019-09-06 15:15:35','',7652,'https://buzz-caribbean.com/article/7652-revision-v1/',0,'revision','',0),(7654,11,'2019-09-06 10:15:35','2019-09-06 15:15:35','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">It is with the utmost sadness that I announce the passing on of Zimbabwe&#39;s founding father and former President, Cde Robert Mugabe (1/2)</p>&mdash; President of Zimbabwe (@edmnangagwa) <a href=\"https://twitter.com/edmnangagwa/status/1169839308406054912?ref_src=twsrc%5Etfw\">September 6, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','390e90ed918a3cc53d637f555ee7811a','','','2019-09-06 10:15:35','2019-09-06 15:15:35','',0,'https://buzz-caribbean.com/article/390e90ed918a3cc53d637f555ee7811a/',0,'oembed_cache','',0),(7656,4,'2019-09-06 10:34:09','2019-09-06 15:34:09','','robert-mugabe','','inherit','open','closed','','robert-mugabe','','','2019-09-06 10:34:09','2019-09-06 15:34:09','',7652,'https://buzz-caribbean.com/app/uploads/2019/09/robert-mugabe.jpg',0,'attachment','image/jpeg',0),(7657,4,'2019-09-06 10:36:13','2019-09-06 15:36:13','<!-- wp:paragraph -->\n<p>Former Zimbabwean president Robert Mugabe passed away at the age of 95, the African country\'s current president announced Friday (Sept 6). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The controversial Mugabe was one of the most noted leaders on the African continent. He presided over an independent Zimbabwe, first as Prime Minister and later President.  Mugabe, who ruled the country for 37 years, was once quoted as saying, \"Only God who appointed me will remove me.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was first celebrated for his role in liberating the country and putting an end to white-minority rule, but he was later labelled as a tyrant, who oversaw the decline of one of Africa’s most prosperous countries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Current President Mr. Emmerson Mnangagwa shared\non Twitter</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/edmnangagwa/status/1169839308406054912\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/edmnangagwa/status/1169839308406054912\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Mr. Mugabe reportedly spent several months\nin Singapore getting treatment for an undisclosed illness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here are some facts about the infamous leader:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Mugabe was a former teacher who was imprisoned for ten years after opposing the white-minority government of Rhodesia (as Zimbabwe was known before independence).</li><li>Mugabe’s rule was scarred by violent incidents and dubious elections, including the brutal eviction of thousands of white farmers in 2000.</li><li>After completing his earlier education and moving on to work several years, Mugabe received a scholarship to the University of Fort Hare in South Africa, where he studied history and English.</li><li>Earning a negative reputation in the international circles, the University of Edinburgh in 2007 withdrew the honorary degree it awarded Mugabe in 1984 for his services to education in Africa.</li><li>Following a coup and failed attempts by Mugabe to pave the way for his wife to rule, he resigned in November 21, 2017 as Zimbabwe\'s president.</li></ul>\n<!-- /wp:list -->','The colourful life of late Zimbabwean president Robert Mugabe','','inherit','closed','closed','','7652-revision-v1','','','2019-09-06 10:36:13','2019-09-06 15:36:13','',7652,'https://buzz-caribbean.com/article/7652-revision-v1/',0,'revision','',0),(7658,4,'2019-09-06 10:37:29','2019-09-06 15:37:29','<!-- wp:paragraph -->\n<p>Former Zimbabwean president Robert Mugabe passed away at the age of 95, the African country\'s&nbsp;current president announced Friday (Sept 6). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7656} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/robert-mugabe.jpg\" alt=\"\" class=\"wp-image-7656\" /><figcaption>Robert Mugabe</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The controversial Mugabe was one of the most noted leaders on the African continent. He presided over an independent Zimbabwe, first as Prime Minister and later President.  Mugabe, who ruled the country for 37 years, was once quoted as saying, \"Only God who appointed me will remove me.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was first celebrated for his role in liberating the country and putting an end to white-minority rule, but he was later labelled as a tyrant, who oversaw the decline of one of Africa’s most prosperous countries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Current President Mr. Emmerson Mnangagwa shared\non Twitter</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/edmnangagwa/status/1169839308406054912\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/edmnangagwa/status/1169839308406054912\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Mr. Mugabe reportedly spent several months\nin Singapore getting treatment for an undisclosed illness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Mugabe was a former teacher who was imprisoned for ten years after opposing the white-minority government of Rhodesia (as Zimbabwe was known before independence).</li><li>Mugabe’s rule was scarred by violent incidents and dubious elections, including the brutal eviction of thousands of white farmers in 2000.</li><li>After completing his earlier education and moving on to work several years, Mugabe received a scholarship to the University of Fort Hare in South Africa, where he studied history and English.</li><li>Earning a negative reputation in the international circles, the University of Edinburgh in 2007 withdrew the honorary degree it awarded Mugabe in 1984 for his services to education in Africa.</li><li>Following a coup and failed attempts by Mugabe to pave the way for his wife to rule, he resigned in November 21, 2017 as Zimbabwe\'s president.</li></ul>\n<!-- /wp:list -->','The colourful life of late Zimbabwean president Robert Mugabe','','inherit','closed','closed','','7652-revision-v1','','','2019-09-06 10:37:29','2019-09-06 15:37:29','',7652,'https://buzz-caribbean.com/article/7652-revision-v1/',0,'revision','',0),(7659,4,'2019-09-06 10:38:28','2019-09-06 15:38:28','<!-- wp:paragraph -->\n<p>Former Zimbabwean president Robert Mugabe passed away at the age of 95, the African country\'s&nbsp;current president announced Friday (Sept 6). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7656} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/robert-mugabe.jpg\" alt=\"\" class=\"wp-image-7656\" /><figcaption>Robert Mugabe</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The controversial Mugabe was one of the most noted leaders on the African continent. He presided over an independent Zimbabwe, first as Prime Minister and later President.  Mugabe, who ruled the country for 37 years, was once quoted as saying, \"Only God who appointed me will remove me.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was first celebrated for his role in liberating the country and putting an end to white-minority rule, but he was later labelled as a tyrant, who oversaw the decline of one of Africa’s most prosperous countries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Current President Mr. Emmerson Mnangagwa shared\non Twitter</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/edmnangagwa/status/1169839308406054912\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/edmnangagwa/status/1169839308406054912\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Mr. Mugabe reportedly spent several months\nin Singapore getting treatment for an undisclosed illness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Here are some facts about the infamous leader:</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Mugabe was a former teacher who was imprisoned for ten years after opposing the white-minority government of Rhodesia (as Zimbabwe was known before independence).</li><li>Mugabe’s rule was scarred by violent incidents and dubious elections, including the brutal eviction of thousands of white farmers in 2000.</li><li>After completing his earlier education and moving on to work several years, Mugabe received a scholarship to the University of Fort Hare in South Africa, where he studied history and English.</li><li>Earning a negative reputation in the international circles, the University of Edinburgh in 2007 withdrew the honorary degree it awarded Mugabe in 1984 for his services to education in Africa.</li><li>Following a coup and failed attempts by Mugabe to pave the way for his wife to rule, he resigned in November 21, 2017 as Zimbabwe\'s president.</li></ul>\n<!-- /wp:list -->','The colourful life of late Zimbabwean president Robert Mugabe','','inherit','closed','closed','','7652-revision-v1','','','2019-09-06 10:38:28','2019-09-06 15:38:28','',7652,'https://buzz-caribbean.com/article/7652-revision-v1/',0,'revision','',0),(7662,11,'2019-09-06 13:26:16','2019-09-06 18:26:16','<!-- wp:image {\"id\":7663} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Thalia-Lyn-PSOJ-Hall-Of-Fame-Buzz-Caribbean-1024x614.jpg\" alt=\"\" class=\"wp-image-7663\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Accomplished Jamaican businesswoman Thalia Lyn will be inducted into the Private Sector Organisation (PSOJ) Hall of Fame.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The annual award established in 1992 honours esteemed business leaders who have made significant contributions to the development of the private sector and Jamaica. This award pays tribute to three important traits: successful entrepreneurship, leadership and character.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Here are a few<strong> BUZZ</strong> facts about this outstanding businesswoman:</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>She established the highly successful Jamaican fast-food chain Island Grill, which operates with an eco-friendly model using Jamaican ingredients. The chain operates 19 locations in Jamaica and Barbados.</li><li>Lyn is the second woman to be inducted into the Private Sector Hall of Fame.</li><li>She served on several boards, to include: the NCB Foundation (chairman), Director of the NCB Financial Group, Port Royal Patties (in the UK) and Jamaica Macaroni Factory Limited.</li><li>Lyn is an activist for gender equality and the less fortunate. She is currently director of the Mustard Seed Communities.</li><li>She was one of the first signatories to the UN Women Win-Win Program which “aims to strengthen women’s leadership and economic empowerment in the private sector”.</li><li>She serves as the Honorary Consul General for Jamaica to the Kingdom of Thailand.</li><li> Lyn is an alumna of Immaculate Conception High School and was inducted into the inaugural ICHS Hall of Fame.</li></ul>\n<!-- /wp:list -->','Get to know new PSOJ Hall of Fame inductee Thalia Lyn','','publish','open','closed','','get-to-know-new-psoj-hall-of-fame-inductee-thalia-lyn','','','2019-09-06 13:26:16','2019-09-06 18:26:16','',0,'https://buzz-caribbean.com/?p=7662',0,'post','',0),(7663,11,'2019-09-06 11:58:28','2019-09-06 16:58:28','','Thalia-Lyn-PSOJ-Hall-Of-Fame-Buzz-Caribbean','','inherit','open','closed','','thalia-lyn-psoj-hall-of-fame-buzz-caribbean','','','2019-09-06 11:58:28','2019-09-06 16:58:28','',7662,'https://buzz-caribbean.com/app/uploads/2019/09/Thalia-Lyn-PSOJ-Hall-Of-Fame-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(7664,11,'2019-09-06 12:03:51','2019-09-06 17:03:51','<!-- wp:image {\"id\":7663} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Thalia-Lyn-PSOJ-Hall-Of-Fame-Buzz-Caribbean-1024x614.jpg\" alt=\"\" class=\"wp-image-7663\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Accomplished Jamaican businesswoman Thalia Lyn has risen to the ranks of inductees in the Private Sector Organisation (PSOJ) Hall of Fame.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The annual award established in 1992 “honours\nesteemed business leaders who have made significant contributions to the\ndevelopment of the private sector and Jamaica”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The PSOJ adds that the award “pays tribute\nto three important traits – successful entrepreneurship, leadership and\ncharacter”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ </strong>compiled a list of quick facts about this outstanding businesswoman:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>She pioneered the establishment of a highly successful Jamaican fast-food chain Island Grill —operating with an eco-friendly model using Jamaican ingredients. The chain operates in Jamaica and Barbados, from 19 locations.</li><li>Lyn is the 27th business leader and the second woman to be inducted to the Private Sector Hall of Fame.</li><li>She has extended her vast business knowledge and dedication to Jamaica’s development by serving on several boards including: Chair of the NCB Foundation, Director of the NCB Financial Group, Port Royal Patties (UK) and Jamaica Macaroni Factory Limited.</li><li>Lyn is an activist for gender equality and the less fortunate – she currently serves as the Director for the Mustard Seed Communities</li><li>She was one of the first signatories to the UN Women Win-Win Program which “aims to strengthen women’s leadership and economic empowerment in the private sector”.</li><li>She serves as the Honorary Consul General for Jamaica to the Kingdom of Thailand</li><li>She is an alumna of Immaculate Conception High School and was inducted into the inaugural ICHS Hall of Fame</li></ul>\n<!-- /wp:list -->','Get to know new PSOJ Hall of Fame inductee – Thalia Lyn','','inherit','closed','closed','','7662-revision-v1','','','2019-09-06 12:03:51','2019-09-06 17:03:51','',7662,'https://buzz-caribbean.com/article/7662-revision-v1/',0,'revision','',0),(7665,14,'2019-09-06 13:30:59','2019-09-06 18:30:59','<!-- wp:image {\"id\":7668} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-4.jpg\" alt=\"\" class=\"wp-image-7668\" /><figcaption>\'Stay strong\': A message with love from Long Island to north Bahamas (Photo: Facebook, @CapeSantaMariaBeachResort)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We’re given an opportunity in life to help one another...the degree to which we help is how we are measured,\"</p><cite> — Matt Brear, General Manager for Cape Santa Maria Beach Resort in Long Island, The Bahamas.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Having surpassed its crowdfunding target four times, citizens of Long Island in southern Bahamas are launching their own massive relief effort for their brothers and sisters affected by Hurricane Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Matt Brear, General Manager at Cape Santa Maria resort in Long Island, told <strong>BUZZ</strong> that the residents, just over 3,000 strong, saw the devastation Hurricane Dorian caused for fellow Bahamians in the north, and sprang into action almost immediately.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The relief effort so far...</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>So far, several tons of supplies have been delivered, including tarps, generators, solar-powered lights, bottled water, canned food and other non-perishables, extension cords, chainsaws, mosquito nets and repellents, toilet paper, as well as other miscellaneous goods.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7670} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-2-1024x768.jpg\" alt=\"\" class=\"wp-image-7670\" /><figcaption>Water, alternate power among the much-needed essentials being shipped to northern Bahamas by Long Island residents  (Photo: Facebook, @CapeSantaMariaBeachResort) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brear, in an interview with <strong>BUZZ</strong> on Friday, said that their efforts to help the devastated islands hardest hit by the category 5 hurricane was inspired by Long Islanders remembering the kindness they received in 2015 after being hit by Hurricane Joaquin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Long Islanders should be very proud of what they have managed to accomplish and I’m just a very small part in that.\"</p><cite> — Matt Brear, speaking to BUZZ via telephone</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“When we heard of the catastrophe in the northern Bahamas, the first thought in this community was, ‘What can we do to help?’. We mobilised immediately, before the end of [Monday] while the hurricane was still raging through Grand Bahama and Abaco,” Brear asserted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\'You helped us then, let us help you now\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Brear recalled that in 2015, Long Island was hit by Hurricane\nJoaquin, and it devastated the land, so its residents know firsthand about\nhurricanes and the struggles of recovery. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7669} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-8-1024x702.jpg\" alt=\"\" class=\"wp-image-7669\" /><figcaption>The damage wreaked by Hurricane Joaquin in 2015 is something Long Islanders will never forget (Photo: SouthernBoating.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The Bahamian people are so community-minded, and we received cargo supplies on land and by air, love, prayers and support from Abaco and Grand Bahama. That helped us in what was a very dark time for Long Island. There was a silver lining and that was the support we received. Our hearts go out to our brothers and sisters in the north,” Brear stated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After being hit by Hurricane Joaquin, Long Islanders vowed to be better equipped for the dangerous storms and launched their own hurricane preparedness kit, which is stored and maintained to this day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Truly, it was the entire community. We started putting our hurricane kit on the tarmac of the Deadman’s Cay airport – preparing it to be shipped out from our island to help our brothers and sisters,” Brear contended.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7671} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-3.jpg\" alt=\"\" class=\"wp-image-7671\" /><figcaption>Long Islanders springing into action to help their brothers and sisters affected by monster Hurricane Dorian, which slammed into the northern section of The Bahamas on Sunday  (Photo: Facebook, @CapeSantaMariaBeachResort) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“In addition to that we created a GoFundMe page and the initial goal as US$2,000 and that was [only] for the gas – to get our hurricane kit to Abaco – and we met that goal in minutes,” Brear told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Overwhelming support in spite of the tragedy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The outpouring of support in cash and kind from across The\nBahamas and the wider world sowed the seeds of hope within Long Islanders that\nthey could do even more to help their fellow Bahamians affected by Hurricane\nDorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7672} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-7.jpg\" alt=\"\" class=\"wp-image-7672\" /><figcaption>The relief effort is well underway in Long Island  (Photo: Facebook, @CapeSantaMariaBeachResort) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We decided then to increase the goal and increase our efforts. Now, we really can’t keep up with the extraordinary donations, love and support we have received,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The GoFundMe, launched by Emma McGrath, has since swelled\npast its fourth and final target of US$24,850. As of Friday, September 6, the\ncampaign has received over $31,000 in donations!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"When we heard of the catastrophe in the northern Bahamas, the first thought was, ‘What can we do to help?’.\"</p><cite> — Matt Brear and the collective residents of Long Island springing into action.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":7673} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-1-1024x487.jpg\" alt=\"\" class=\"wp-image-7673\" /><figcaption>The Long Island relief fund for northern Bahamas met and surpassed its target four times! Well done!! (Photo: GoFundMe.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>All proceeds going to the relief effort for the battered islands\nin northern Bahamas, the most densely populated area of the Caribbean country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"To be part of this extraordinary mobilsation of love and support has been one of the greatest pleasures of my life.\"</p><cite> — Truer words need not be spoken. Well done, Long Island!</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:heading -->\n<h2>\'Every dollar donated goes to those affected\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In an effort to maintain transparency, all aspects of the Long Island’s relief campaign are being detailed, with receipts and other notes being made available for review. <strong>See the gallery below:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[7680,7679,7678,7677,7676,7675]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-9.jpg\" alt=\"\" data-id=\"7680\" data-link=\"https://buzz-caribbean.com/?attachment_id=7680\" class=\"wp-image-7680\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-10.jpg\" alt=\"\" data-id=\"7679\" data-link=\"https://buzz-caribbean.com/?attachment_id=7679\" class=\"wp-image-7679\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-11.jpg\" alt=\"\" data-id=\"7678\" data-link=\"https://buzz-caribbean.com/?attachment_id=7678\" class=\"wp-image-7678\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-12.jpg\" alt=\"\" data-id=\"7677\" data-link=\"https://buzz-caribbean.com/?attachment_id=7677\" class=\"wp-image-7677\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-13.jpg\" alt=\"\" data-id=\"7676\" data-link=\"https://buzz-caribbean.com/?attachment_id=7676\" class=\"wp-image-7676\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-14.jpg\" alt=\"\" data-id=\"7675\" data-link=\"https://buzz-caribbean.com/?attachment_id=7675\" class=\"wp-image-7675\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“Everything that has been purchased and everything that has been accomplished throughout every step of the way is clearly labelled and detailed on the GoFundMe page,” <strong>BUZZ</strong> was told, with Brear adding that more information can be found on the Cape Santa resort’s website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brear, who is originally from Vancouver, Canada, has called\nThe Bahamas his home for the last four years. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“To be part of this extraordinary mobilsation of love and support has been one of the greatest pleasures of my life. In the face of this absolute catastrophic conditions, to see these wonderful Bahamians all, in their way, come together is amazing,” Brear told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7682} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-5.jpg\" alt=\"\" class=\"wp-image-7682\" /><figcaption>Dozens are tarpaulins being loaded onto a plane for delivery to needy Bahamians affected by Hurricane Dorian. Residents in Long Island, located in the south of the country, are leading the relief effort  (Photo: Facebook, @CapeSantaMariaBeachResort) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> “Hurricanes are horrific, and this is one of the most horrific and anything we could do to assist we have done. We’re given an opportunity in life to help one another and the degree to which we help each other is how we are measured,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Relief efforts to continue well into Septmber</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Brear further explained that the GoFundMe campaign will be closed on Monday, but assured that the efforts from Long Islanders will continue for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I know that Long Islanders should be very proud of what they have managed to accomplish and I’m just a very small part in that,” Brear told <strong>BUZZ</strong> on Friday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7684} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-6.jpg\" alt=\"\" class=\"wp-image-7684\" /><figcaption>\'Hold on, help is on the way!\'  (Photo: Facebook, @CapeSantaMariaBeachResort) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hurricane Dorian slammed into northern sections of The Bahamas on Sunday – leaving widespread destruction, grief and sadness as the system delivered unrelenting, 185mph winds, as well as storm surges for hours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interested parties can still make donations to the Long Island relief campaign by following the link to the <a href=\"https://www.gofundme.com/f/longislanders-bahamas-pay-it-forwarddorian?pc=fb_dn_postdonate_r&amp;rcid=r01-15674341236-4527df5155fb45bb&amp;utm_source=facebook&amp;utm_medium=social&amp;utm_campaign=fb_dn_postdonate_r&amp;fbclid=IwAR0aK69Vc6BbsSJ5XYJAZlNkpXdydHtz0GFZVtnHpcR6Jv9B_opae4ekfoU\">GoFundMe here</a>.</p>\n<!-- /wp:paragraph -->','Long Islanders leading Bahamas relief effort after Hurricane Dorian','','publish','open','closed','','long-islanders-spearheading-bahamas-relief-effort-after-hurricane-dorian','','','2019-09-06 16:10:03','2019-09-06 21:10:03','',0,'https://buzz-caribbean.com/?p=7665',0,'post','',0),(7668,14,'2019-09-06 12:39:44','2019-09-06 17:39:44','','long-island-bahamas-buzz-feature-4','','inherit','open','closed','','long-island-bahamas-buzz-feature-4','','','2019-09-06 12:39:44','2019-09-06 17:39:44','',7665,'https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-4.jpg',0,'attachment','image/jpeg',0),(7669,14,'2019-09-06 12:45:48','2019-09-06 17:45:48','','long-island-bahamas-buzz-feature-8','','inherit','open','closed','','long-island-bahamas-buzz-feature-8','','','2019-09-06 12:45:48','2019-09-06 17:45:48','',7665,'https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-8.jpg',0,'attachment','image/jpeg',0),(7670,14,'2019-09-06 12:47:46','2019-09-06 17:47:46','','long-island-bahamas-buzz-feature-2','','inherit','open','closed','','long-island-bahamas-buzz-feature-2','','','2019-09-06 12:47:46','2019-09-06 17:47:46','',7665,'https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-2.jpg',0,'attachment','image/jpeg',0),(7671,14,'2019-09-06 12:49:43','2019-09-06 17:49:43','','long-island-bahamas-buzz-feature-3','','inherit','open','closed','','long-island-bahamas-buzz-feature-3','','','2019-09-06 12:49:43','2019-09-06 17:49:43','',7665,'https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-3.jpg',0,'attachment','image/jpeg',0),(7672,14,'2019-09-06 12:50:10','2019-09-06 17:50:10','','long-island-bahamas-buzz-feature-7','','inherit','open','closed','','long-island-bahamas-buzz-feature-7','','','2019-09-06 12:50:10','2019-09-06 17:50:10','',7665,'https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-7.jpg',0,'attachment','image/jpeg',0),(7673,14,'2019-09-06 12:50:21','2019-09-06 17:50:21','','long-island-bahamas-buzz-feature-1','','inherit','open','closed','','long-island-bahamas-buzz-feature-1','','','2019-09-06 12:50:21','2019-09-06 17:50:21','',7665,'https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-1.jpg',0,'attachment','image/jpeg',0),(7674,11,'2019-09-06 12:56:10','2019-09-06 17:56:10','','black-plastic-bags','','inherit','open','closed','','black-plastic-bags','','','2019-09-06 12:56:10','2019-09-06 17:56:10','',7650,'https://buzz-caribbean.com/app/uploads/2019/09/black-plastic-bags.jpg',0,'attachment','image/jpeg',0),(7675,14,'2019-09-06 12:56:16','2019-09-06 17:56:16','','long-island-bahamas-buzz-feature-14','','inherit','open','closed','','long-island-bahamas-buzz-feature-14','','','2019-09-06 12:56:16','2019-09-06 17:56:16','',7665,'https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-14.jpg',0,'attachment','image/jpeg',0),(7676,14,'2019-09-06 12:56:16','2019-09-06 17:56:16','','long-island-bahamas-buzz-feature-13','','inherit','open','closed','','long-island-bahamas-buzz-feature-13','','','2019-09-06 12:56:16','2019-09-06 17:56:16','',7665,'https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-13.jpg',0,'attachment','image/jpeg',0),(7677,14,'2019-09-06 12:56:17','2019-09-06 17:56:17','','long-island-bahamas-buzz-feature-12','','inherit','open','closed','','long-island-bahamas-buzz-feature-12','','','2019-09-06 12:56:17','2019-09-06 17:56:17','',7665,'https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-12.jpg',0,'attachment','image/jpeg',0),(7678,14,'2019-09-06 12:56:18','2019-09-06 17:56:18','','long-island-bahamas-buzz-feature-11','','inherit','open','closed','','long-island-bahamas-buzz-feature-11','','','2019-09-06 12:56:18','2019-09-06 17:56:18','',7665,'https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-11.jpg',0,'attachment','image/jpeg',0),(7679,14,'2019-09-06 12:56:18','2019-09-06 17:56:18','','long-island-bahamas-buzz-feature-10','','inherit','open','closed','','long-island-bahamas-buzz-feature-10','','','2019-09-06 12:56:18','2019-09-06 17:56:18','',7665,'https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-10.jpg',0,'attachment','image/jpeg',0),(7680,14,'2019-09-06 12:56:19','2019-09-06 17:56:19','','long-island-bahamas-buzz-feature-9','','inherit','open','closed','','long-island-bahamas-buzz-feature-9','','','2019-09-06 12:56:19','2019-09-06 17:56:19','',7665,'https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-9.jpg',0,'attachment','image/jpeg',0),(7681,11,'2019-09-06 12:57:35','2019-09-06 17:57:35','','sea-pollution-Montego-Bay-Harbour','','inherit','open','closed','','sea-pollution-montego-bay-harbour','','','2019-09-06 12:57:35','2019-09-06 17:57:35','',7650,'https://buzz-caribbean.com/app/uploads/2019/09/sea-pollution-Montego-Bay-Harbour.jpg',0,'attachment','image/jpeg',0),(7682,14,'2019-09-06 12:58:55','2019-09-06 17:58:55','','long-island-bahamas-buzz-feature-5','','inherit','open','closed','','long-island-bahamas-buzz-feature-5','','','2019-09-06 12:58:55','2019-09-06 17:58:55','',7665,'https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-5.jpg',0,'attachment','image/jpeg',0),(7683,11,'2019-09-06 12:59:54','2019-09-06 17:59:54','','Hugh-Shim-Montego-Bay-Harbour','','inherit','open','closed','','hugh-shim-montego-bay-harbour','','','2019-09-06 12:59:54','2019-09-06 17:59:54','',7650,'https://buzz-caribbean.com/app/uploads/2019/09/Hugh-Shim-Montego-Bay-Harbour.jpg',0,'attachment','image/jpeg',0),(7684,14,'2019-09-06 13:00:30','2019-09-06 18:00:30','','long-island-bahamas-buzz-feature-6','','inherit','open','closed','','long-island-bahamas-buzz-feature-6','','','2019-09-06 13:00:30','2019-09-06 18:00:30','',7665,'https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-6.jpg',0,'attachment','image/jpeg',0),(7685,4,'2019-09-06 13:01:00','2019-09-06 18:01:00','<!-- wp:image {\"id\":7663} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Thalia-Lyn-PSOJ-Hall-Of-Fame-Buzz-Caribbean-1024x614.jpg\" alt=\"\" class=\"wp-image-7663\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Accomplished Jamaican businesswoman Thalia Lyn will be inducted into the Private Sector Organisation (PSOJ) Hall of Fame.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The annual award established in 1992 honours esteemed business leaders who have made significant contributions to the development of the private sector and Jamaica. This award pays tribute to three important traits: successful entrepreneurship, leadership and character.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Here are a few<strong> BUZZ</strong> facts about this outstanding businesswoman:</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>She established the highly successful Jamaican fast-food chain Island Grill, which operates with an eco-friendly model using Jamaican ingredients. The chain operates 19 locations in Jamaica and Barbados.</li><li>Lyn is the second woman to be inducted into the Private Sector Hall of Fame.</li><li>She served on several boards, to include: the NCB Foundation (chairman), Director of the NCB Financial Group, Port Royal Patties (in the UK) and Jamaica Macaroni Factory Limited.</li><li>Lyn is an activist for gender equality and the less fortunate. She is currently director of the Mustard Seed Communities.</li><li>She was one of the first signatories to the UN Women Win-Win Program which “aims to strengthen women’s leadership and economic empowerment in the private sector”.</li><li>She serves as the Honorary Consul General for Jamaica to the Kingdom of Thailand.</li><li> Lyn is an alumna of Immaculate Conception High School and was inducted into the inaugural ICHS Hall of Fame.</li></ul>\n<!-- /wp:list -->','Get to know new PSOJ Hall of Fame inductee Thalia Lyn','','inherit','closed','closed','','7662-revision-v1','','','2019-09-06 13:01:00','2019-09-06 18:01:00','',7662,'https://buzz-caribbean.com/article/7662-revision-v1/',0,'revision','',0),(7686,11,'2019-09-06 13:25:21','2019-09-06 18:25:21','<!-- wp:paragraph -->\n<p>Executive\nDirector&nbsp;of the&nbsp;Montego Bay Marine Park Trust,&nbsp;Hugh\nShim,&nbsp;says the city’s harbour is much cleaner since the ban on single-use\nplastic bags and polystyrene foam in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7683} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Hugh-Shim-Montego-Bay-Harbour-1024x684.jpg\" alt=\"\" class=\"wp-image-7683\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The ban began on January 1 of this year and covers the importation, manufacture, distribution and use of the materials. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Since the ban and progressively, we have seen fewer bags, especially the black ones that we call ‘scandal bags’. Definitely less of them are coming down the gullies now and in the harbour and shorelines,” Mr Shim outlined.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7674} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/black-plastic-bags-1024x768.jpg\" alt=\"\" class=\"wp-image-7674\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He noted that there was a prevalence of bags, in addition to styrofoam containers and plastic bottles prior to the ban along the city’s coastline. He said the materials choked marine life as well as disrupted recreational activities. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7681} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/sea-pollution-Montego-Bay-Harbour.jpg\" alt=\"\" class=\"wp-image-7681\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> Mr. Shim also noted that the microplastics are sometimes eaten by fish “which then comes back to us” to be consumed, thus further spreading toxic substances. He said that should be less of an issue now that there are fewer plastic materials&nbsp;finding their way to Montego Bay’s seabed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><a href=\"https://buzz-caribbean.com/article/microplastics-are-everywhere-but-not-a-risk-to-human-health-just-yet/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Microplastics are “everywhere”, no risk to human health just yet (opens in a new tab)\">Microplastics are “everywhere”, no risk to human health just yet</a></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>“There is a major reduction in the black plastic bags and there is less styrofoam. We are developing the culture where we take our own bags to the supermarkets or wherever,” he said.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Shim indicated that more work needs to be done to enforce the ban on plastic bags and protect the environment. He pointed out that some establishments, particularly eateries, continue to use single-use plastic bags.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’ve seen some of the transparent ones (polybags) being used, which is just as bad, if not worse.  It’s a ban, so it has to be enforced. Whoever is doing the enforcement has to go around the different shops or distributors and seize them,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Shim is also encouraging the citizens of Montego Bay to continue to “reuse and recycle”.</p>\n<!-- /wp:paragraph -->','Montego Bay Harbour much cleaner','','inherit','closed','closed','','7650-revision-v1','','','2019-09-06 13:25:21','2019-09-06 18:25:21','',7650,'https://buzz-caribbean.com/article/7650-revision-v1/',0,'revision','',0),(7687,11,'2019-09-06 13:25:57','2019-09-06 18:25:57','','Thalia Lyn Island Grill Buzz Caribbean','','inherit','open','closed','','thalia-lyn-island-grill-buzz-caribbean','','','2019-09-06 13:25:57','2019-09-06 18:25:57','',7662,'https://buzz-caribbean.com/app/uploads/2019/09/Thalia-Lyn-Island-Grill-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(7688,14,'2019-09-06 13:30:59','2019-09-06 18:30:59','<!-- wp:image {\"id\":7668} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-4.jpg\" alt=\"\" class=\"wp-image-7668\" /><figcaption>\'Stay strong\': A message with love from Long Island to north Bahamas (Photo: Facebook, @CapeSantaMariaBeachResort)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We’re given an opportunity in life to help one another...the degree to which we help is how we measure ourselves,\"</p><cite> — Matt Brear, General Manager for Cape Santa Maria Beach Resort in Long Island, The Bahamas.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Having surpassed its crowdfunding target four times, citizens of Long Island in southern Bahamas are launching their own massive relief effort for their brothers and sisters affected by Hurricane Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Matt Brear, General Manager at Cape Santa Maria resort in Long Island, told <strong>BUZZ</strong> that the residents saw the devastation Hurricane Dorian caused for fellow Bahamians in the north, and sprang into action almost immediately.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The relief effort so far...</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>So far, several tons of supplies have been delivered, including tarps, generators, solar-powered lights, bottled water, canned food and other non-perishables, extension cords, chainsaws, mosquito nets and repellents, toilet paper, as well as other miscellaneous goods.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7670} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-2-1024x768.jpg\" alt=\"\" class=\"wp-image-7670\" /><figcaption>Water, alternate power among the much-needed essentials being shipped to northern Bahamas by Long Island residents  (Photo: Facebook, @CapeSantaMariaBeachResort) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brear, in an interview with <strong>BUZZ</strong> on Friday, said that their efforts to help the devastated islands hardest hit by the category 5 hurricane was inspired by Long Islanders remembering the kindness they received in 2015 after being hit by Hurricane Joaquin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Long Islanders should be very proud of what they have managed to accomplish and I’m just a very small part in that.\"</p><cite> — Matt Brear, speaking to BUZZ via telephone</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“When we heard of the catastrophe in the northern Bahamas, the first thought in this community was, ‘What can we do to help?’. We mobilised immediately, before the end of [Monday] while the hurricane was still raging through Grand Bahama and Abaco,” Brear asserted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\'You helped us then, let us help you now\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Brear recalled that in 2015, Long Island was hit by Hurricane\nJoaquin, and it devastated the land, so its residents know firsthand about\nhurricanes and the struggles of recovery. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7669} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-8-1024x702.jpg\" alt=\"\" class=\"wp-image-7669\" /><figcaption>The damage wreaked by Hurricane Joaquin in 2015 is something Long Islanders will never forget (Photo: SouthernBoating.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The Bahamian people are so community-minded, and we\nreceived cargo supplies on land and by air, love, prayers and support from\nAbaco and Grand Bahama. That helped us in what was a very dark time for Long\nIsland. There was a silver lining and that was the support we received. Our hearts\ngo out to our brothers and sisters in the north,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After being hit by Hurricane Joaquin, Long Islanders vowed to be better equipped for the dangerous storms and launched their own hurricane preparedness kit, which is stored and maintained to this day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Truly, it was the entire community. We started putting our\nhurricane kit on the tarmac of the Deadman’s Cay airport – preparing it to be\nshipped out from our island to help our brothers and sisters,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7671} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-3.jpg\" alt=\"\" class=\"wp-image-7671\" /><figcaption>Long Islanders springing into action to help their brothers and sisters affected by monster Hurricane Dorian, which slammed into the northern section of The Bahamas on Sunday  (Photo: Facebook, @CapeSantaMariaBeachResort) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“In addition to that we created a GoFundMe page and the initial goal as US$2,000 and that was [only] for the gas – to get our hurricane kit to Abaco – and we met that goal in minutes,” Brear told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Overwhelming support in spite of the tragedy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The outpouring of support in cash and kind from across The\nBahamas and the wider world sowed the seeds of hope within Long Islanders that\nthey could do even more to help their fellow Bahamians affected by Hurricane\nDorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7672} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-7.jpg\" alt=\"\" class=\"wp-image-7672\" /><figcaption>The relief effort is well underway in Long Island  (Photo: Facebook, @CapeSantaMariaBeachResort) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We decided then to increase the goal and increase our efforts. Now, we really can’t keep up with the extraordinary donations, love and support we have received,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The GoFundMe, launched by Emma McGrath, has since swelled\npast its fourth and final target of US$24,850. As of Friday, September 6, the\ncampaign has received over $31,000 in donations!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"When we heard of the catastrophe in the northern Bahamas, the first thought was, ‘What can we do to help?’.\"</p><cite> — Matt Brear and the collective residents of Long Island, before sprining into action.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":7673} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-1-1024x487.jpg\" alt=\"\" class=\"wp-image-7673\" /><figcaption>The Long Island relief fund for northern Bahamas met and surpassed its target four times! Well done!! (Photo: GoFundMe.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>All proceeds going to the relief effort for the battered islands\nin northern Bahamas, the most densely populated area of the Caribbean country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"To be part of this extraordinary mobilsation of love and support has been one of the greatest pleasures of my life.\"</p><cite> — Truer words need not be spoken. Well done, Long Island!</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:heading -->\n<h2>\'Every dollar donated goes to those affected\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In an effort to maintain transparency, all aspects of the Long Island’s relief campaign are being detailed, with receipts and other notes being made available for review. <strong>See the gallery below:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[7680,7679,7678,7677,7676,7675]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-9.jpg\" alt=\"\" data-id=\"7680\" data-link=\"https://buzz-caribbean.com/?attachment_id=7680\" class=\"wp-image-7680\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-10.jpg\" alt=\"\" data-id=\"7679\" data-link=\"https://buzz-caribbean.com/?attachment_id=7679\" class=\"wp-image-7679\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-11.jpg\" alt=\"\" data-id=\"7678\" data-link=\"https://buzz-caribbean.com/?attachment_id=7678\" class=\"wp-image-7678\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-12.jpg\" alt=\"\" data-id=\"7677\" data-link=\"https://buzz-caribbean.com/?attachment_id=7677\" class=\"wp-image-7677\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-13.jpg\" alt=\"\" data-id=\"7676\" data-link=\"https://buzz-caribbean.com/?attachment_id=7676\" class=\"wp-image-7676\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-14.jpg\" alt=\"\" data-id=\"7675\" data-link=\"https://buzz-caribbean.com/?attachment_id=7675\" class=\"wp-image-7675\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“Everything that has been purchased and everything that has been accomplished throughout every step of the way is clearly labelled and detailed on the GoFundMe page,” <strong>BUZZ</strong> was told, with Brear adding that more information can be found on the Cape Santa resort’s website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brear, who is originally from Vancouver, Canada, has called\nThe Bahamas his home for the last four years. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“To be part of this extraordinary mobilsation of love and support has been one of the greatest pleasures of my life. In the face of this absolute catastrophic conditions, to see these wonderful Bahamians all, in their way, come together is amazing,” Brear told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7682} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-5.jpg\" alt=\"\" class=\"wp-image-7682\" /><figcaption>Dozens are tarpaulins being loaded onto a plane for delivery to needy Bahamians affected by Hurricane Dorian. Residents in Long Island, located in the south of the country, are leading the relief effort  (Photo: Facebook, @CapeSantaMariaBeachResort) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> “Hurricanes are horrific, and this is one of the most horrific and anything we could do to assist we have done. We’re given an opportunity in life to help one another and the degree to which we help each other is how we measure ourselves,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Relief efforts to continue well into Septmber</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Brear further explained that the GoFundMe campaign will be closed on Monday, but assured that the efforts from Long Islanders will continue for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I know that Long Islanders should be very proud of what they have managed to accomplish and I’m just a very small part in that,” Brear told <strong>BUZZ</strong> on Friday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7684} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-6.jpg\" alt=\"\" class=\"wp-image-7684\" /><figcaption>\'Hold on, help is on the way!\'  (Photo: Facebook, @CapeSantaMariaBeachResort) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hurricane Dorian slammed into northern sections of The Bahamas on Sunday – leaving widespread destruction, grief and sadness as the system delivered unrelenting, 185mph winds, as well as storm surges for hours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interested parties can still make donations to the Long Island relief campaign by following the link to the <a href=\"https://www.gofundme.com/f/longislanders-bahamas-pay-it-forwarddorian?pc=fb_dn_postdonate_r&amp;rcid=r01-15674341236-4527df5155fb45bb&amp;utm_source=facebook&amp;utm_medium=social&amp;utm_campaign=fb_dn_postdonate_r&amp;fbclid=IwAR0aK69Vc6BbsSJ5XYJAZlNkpXdydHtz0GFZVtnHpcR6Jv9B_opae4ekfoU\">GoFundMe here</a>.</p>\n<!-- /wp:paragraph -->','Long Islanders spearheading Bahamas relief effort after Hurricane Dorian','','inherit','closed','closed','','7665-revision-v1','','','2019-09-06 13:30:59','2019-09-06 18:30:59','',7665,'https://buzz-caribbean.com/article/7665-revision-v1/',0,'revision','',0),(7689,4,'2019-09-06 13:36:03','2019-09-06 18:36:03','<!-- wp:paragraph -->\n<p>In response to the heart-rending destruction left behind in The Bahamas by Hurricane Dorian, Jamaica\'s Minister of Culture, Gender, Entertainment and Sport, Olivia \'Babsy\' Grange is organizing a local telethon to raise funds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The event is likely to be held at the National Stadium and\nGrange has already recruited a number of local music industry leaders to start\nthe arrangements for the planned event.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The decisions were taken at a hurriedly called meeting at\nher ministry on Friday at which she was joined by a small group of supporters\nincluding Clifton Dillon, Jerome Hamilton, Howard McIntosh, Joe Bogdanovich.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Penthouse Music’s Donovan Germaine was absent but is\nexpected to join the group later on as it organize recruits artistes for the\nevent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grange says that she has been in touch with The Bahamas’ Minister\nof Youth, Sport and Culture on the matter. The next meeting of the organizing group\nis likely to be Wednesday at the Ministry, Trafalgar Road, New Kingston.</p>\n<!-- /wp:paragraph -->','Grange arranging local telethon to support recovery effort in The Bahamas','','inherit','closed','closed','','7651-revision-v1','','','2019-09-06 13:36:03','2019-09-06 18:36:03','',7651,'https://buzz-caribbean.com/article/7651-revision-v1/',0,'revision','',0),(7690,23,'2019-09-06 14:36:51','2019-09-06 19:36:51','<!-- wp:image {\"id\":7706} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Akeem-Bloomfield.jpg\" alt=\"\" class=\"wp-image-7706\" /><figcaption>Jamaica’s Akeem Bloomfield.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica’s Akeem Bloomfield placed third in the Diamond League 400 metres event in Brussels, Belgium on Friday (Sept 6). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He finished behind the US pair of Michael Norman and Fred Kerley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bloomfield clocked 44.67 seconds to place second in the overall points standing, which was won by Michael Cherry of the US, who finished this meet in the sixth spot in 45.55 seconds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cherry, who participated in four Diamond League events,\ncollected 19 points, with Bloomfield getting 16 from two events. Norman, who\ncompleted the one-lap event on Friday in 44.26 seconds also had 16 points from two\nevents, with Kerley, also from two events getting fifth overall with 14 points\nafter his 44.46 seconds clocking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jamaica’s other representative in the field on Friday, Nathon Allen, finished eighth in 46.17 seconds.</p>\n<!-- /wp:paragraph -->','Jamaica’s Bloomfield captures Diamond League second spot','','publish','open','closed','','jamaicas-bloomfield-captures-diamond-league-second-spot','','','2019-09-06 14:36:52','2019-09-06 19:36:52','',0,'https://buzz-caribbean.com/?p=7690',0,'post','',0),(7691,11,'2019-09-06 13:38:09','2019-09-06 18:38:09','','Montego-Bay-Harbour','','inherit','open','closed','','montego-bay-harbour','','','2019-09-06 13:38:09','2019-09-06 18:38:09','',7650,'https://buzz-caribbean.com/app/uploads/2019/09/Montego-Bay-Harbour.jpg',0,'attachment','image/jpeg',0),(7692,4,'2019-09-06 13:38:48','2019-09-06 18:38:48','<!-- wp:paragraph -->\n<p>Jamaica’s Akeem Bloomfield placed third in the Diamond\nLeague 400 metres event in Brussels, Belgium on Friday finishing behind the\nUnited States of America’s pair of Michael Norman and Fred Kerley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bloomfield clocked 44.67 seconds to place second in the\noverall points standing, which was won by Michael Cherry of the USA, who\nfinished this meet in sixth spot in 45.55 seconds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cherry, who participated in four Diamond League events,\ncollected 19 points, with Bloomfield getting 16 from two events. Norman, who\ncompleted the one-lap event on Friday in 44.26 seconds also had 16 points from two\nevents, with Kerley, also from two events getting fifth overall with 14 points\nafter his 44.46 seconds clocking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jamaica’s other representative in the field on Friday, Nathon\nAllen finished eighth in 46.17 seconds.</p>\n<!-- /wp:paragraph -->','Jamaica’s Bloomfield finishes third in Brussels 400m for Diamond League second spot','','inherit','closed','closed','','7690-revision-v1','','','2019-09-06 13:38:48','2019-09-06 18:38:48','',7690,'https://buzz-caribbean.com/article/7690-revision-v1/',0,'revision','',0),(7693,23,'2019-09-06 14:03:15','2019-09-06 19:03:15','<!-- wp:image {\"id\":7699} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/shelly-ann-frazer-pryce--1024x685.jpg\" alt=\"\" class=\"wp-image-7699\" /><figcaption>Shelly-Ann Fraser-Pryce.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Shelly-Ann Fraser-Pryce of Jamaica was beaten into second by Dina Asher-Smith of Great Britain in the final Diamond League event of the season in Brussels, Belgium on Friday (Sept 6).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fraser-Pryce clocked 10.95 seconds with Asher-Smith running close to her personal best of 10.85. Asher-Smith clocked 10.88 seconds for the victory, which elevated her into third in the 100 metres points standing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Marie-Josee Ta Lou of the Ivory Coast won in the points standing with Jamaica’s Elaine Thompson finishing second.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ta Lou, who finished Friday’s event third in 11.09 seconds, tallied 31 points from five events. Thompson, who did not participate on Friday, tallied 22 points from three events. Fraser-Pryce ended the 14-meet event with 16 points which landed her at the sixth position.</p>\n<!-- /wp:paragraph -->','Fraser-Pryce ends second to Britain’s Asher-Smith in Brussels Diamond League','','publish','open','closed','','fraser-pryce-ends-second-to-britains-asher-smith-in-brussels-diamond-league','','','2019-09-06 14:03:15','2019-09-06 19:03:15','',0,'https://buzz-caribbean.com/?p=7693',0,'post','',0),(7694,11,'2019-09-06 13:42:41','2019-09-06 18:42:41','<!-- wp:paragraph -->\n<p>Executive\nDirector&nbsp;of the&nbsp;Montego Bay Marine Park Trust,&nbsp;Hugh\nShim,&nbsp;says the city’s harbour is much cleaner since the ban on single-use\nplastic bags and polystyrene foam in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7683} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Hugh-Shim-Montego-Bay-Harbour-1024x684.jpg\" alt=\"\" class=\"wp-image-7683\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The ban began on January 1 of this year and covers the importation, manufacture, distribution and use of the materials. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Since the ban and progressively, we have seen fewer bags, especially the black ones that we call ‘scandal bags’. Definitely less of them are coming down the gullies now and in the harbour and shorelines,” Mr Shim outlined.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7674} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/black-plastic-bags-1024x768.jpg\" alt=\"\" class=\"wp-image-7674\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He noted that there was a prevalence of bags, in addition to styrofoam containers and plastic bottles prior to the ban along the city’s coastline. He said the materials choked marine life as well as disrupted recreational activities. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7681} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/sea-pollution-Montego-Bay-Harbour.jpg\" alt=\"\" class=\"wp-image-7681\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> Mr. Shim also noted that the microplastics are sometimes eaten by fish “which then comes back to us” to be consumed, thus further spreading toxic substances. He said that should be less of an issue now that there are fewer plastic materials&nbsp;finding their way to Montego Bay’s seabed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><a href=\"https://buzz-caribbean.com/article/microplastics-are-everywhere-but-not-a-risk-to-human-health-just-yet/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Microplastics are “everywhere”, no risk to human health just yet (opens in a new tab)\">Microplastics are “everywhere”, no risk to human health just yet</a></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>“There is a major reduction in the black plastic bags and there is less styrofoam. We are developing the culture where we take our own bags to the supermarkets or wherever,” he said.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7691} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Montego-Bay-Harbour-1024x684.jpg\" alt=\"\" class=\"wp-image-7691\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mr. Shim indicated that more work needs to be done to enforce the ban on plastic bags and protect the environment. He pointed out that some establishments, particularly eateries, continue to use single-use plastic bags.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’ve seen some of the transparent ones (polybags) being used, which is just as bad, if not worse.&nbsp; It’s a ban, so it has to be enforced. Whoever is doing the enforcement has to go around the different shops or distributors and seize them,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3588} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Montego-Bay-SIGN-new-1024x684.jpg\" alt=\"\" class=\"wp-image-3588\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mr. Shim is also encouraging the citizens of Montego Bay to continue to “reuse and recycle”.</p>\n<!-- /wp:paragraph -->','Montego Bay Harbour much cleaner','','inherit','closed','closed','','7650-revision-v1','','','2019-09-06 13:42:41','2019-09-06 18:42:41','',7650,'https://buzz-caribbean.com/article/7650-revision-v1/',0,'revision','',0),(7695,11,'2019-09-07 16:31:14','2019-09-07 21:31:14','<!-- wp:paragraph -->\n<p>Calling all book lovers to go on the adventure of a lifetime for this year\'s International Literacy Day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Recognised by the UN tomorrow (Sept. 8), this year\'s Literacy Day, under the theme: <strong><em>Literacy and Multilingualism</em></strong>, calls on countries to embrace \"linguistic diversity in education and literacy development\".&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ </strong>partnered with Tanya Batson-Savage, publisher/editor-in-chief of Caribbean publishing house, <strong>Blue Banyan Books</strong>, to compile a list of delightful children\'s books authored by Caribbean writers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7219} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-2-1024x683.jpg\" alt=\"\" class=\"wp-image-7219\" /><figcaption>Tanya Batson-Savage, publisher/editor-in-chief of Caribbean publishing house, Blue Banyan Books</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Happy weekend reading!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Pumpkin Belly &amp; Other Stories by Tanya Batson-Savage and Staysean Daley </h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":7727,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Pumpkin-Belly-Other-Stories-Coverlr.png\" alt=\"\" class=\"wp-image-7727\" /><figcaption>Pumpkin Belly and Other Stories by Jamaican author Tanya Batson-Savage</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Pumpkin Belly and Other Stories</strong> <em>is a bellyful of adventure! This collection of five tales written in the rich Jamaican folklore tradition and inspired by proverbs and mythical creatures presents wily, admirable heroes to boys and girls today. The young heroes journey to the bottom of a river and into the lair of the mythical River Mumma, encounter a magical guava tree, and of course discovers how water gets into the belly of the pumpkin aka ‘how water walk go a pumpkin belly’. Deft, often whimsical hand-drawn illustrations help to bring these fresh, entertaining stories to life.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>All Over Again by A-Dziko Simba Gegele</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":7221,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-10-1024x683.jpg\" alt=\"\" class=\"wp-image-7221\" /><figcaption>All Over Again by Jamaican author A-dziko Simba Gegele</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>All Over Again</strong> <em>is the winner of the inaugural Burt Award for Caribbean Literature (2014) and was longlisted for the IMPAC Dublin Award 2015. It is an enchanting slice of boyhood captured with a bold narrative style that pulls you in. This episodic novel, set in a fictional rural village in Jamaica, masterfully creates the wonderfully turbulent world of a young boy as he moves from childhood to puberty and battles the incessant needs of his shrimp of a little sister, the demands of his father, the high school bully and the local know-it-all Kenny. </em><strong>All Over Again</strong><em> is a story of growth, loss, love and triumph. Rooted in over 30 years of theatre, prose and poetry performance writing, </em><strong>All Over Again </strong>is A-dZiko Simba Gegele’s exuberantly humorous<em> debut novel. This coming of age tale has received rave reviews and is as suitable for the young, as well as the young at heart.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Dancing In The Rain by Lynn Joseph</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":7232} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-7.jpg\" alt=\"\" class=\"wp-image-7232\" /><figcaption>Dancing In The Rain by Trinidadian author Lyn Joseph</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Twelve year-old Elizabeth is no normal girl. With an imagination that makes room for mermaids and magic in everyday life, she lives every moment to the fullest. Yet her joyful world crumbles around her when two planes bring down the Twin Towers and tear her family apart. Thousands of miles away, yet still touched by this tragedy, Elizabeth is swimming in a sea of loss. She finally finds hope when she meets her kindred spirit in 8 year-old Brandt and his 13 year-old brother, Jared. Brandt and Jared, as different as Oreo and milk and just as inseparable, arrive on the island to escape the mushroom of sorrow that bloomed above their lives in the wake of the tragedy. Elizabeth shows them a new way to look at the world and they help her to laugh again. </em><strong>Dancing in the Rain</strong><em> explores the impact of the tragic fall of the Twin Towers on two Caribbean families. It is a lyrical, well-crafted tale about finding joy in the face of loss. </em><strong>Dancing in the Rain </strong><em>won a Burt Award for Caribbean Literature (2015) prize and was longlisted for the 2017 Dublin International Literary Prize. It was named one of the best books for young readers (2016) by Kirkus Reviews.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>My Fishy Stepmom by Shakirah Bourne</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":7225} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-17.jpg\" alt=\"\" class=\"wp-image-7225\" /><figcaption>My Fishy Stepmom by Barbadian writer and filmmaker, Shakirah Bourne</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Josephine Cadogan loooves cricket! The game, her dad and her best friend Ahkai are the only things that make living in the very, very, veeery boring village of Fairy Vale, Barbados manageable. She really wants to play for the school team, but Coach Broomes says only boys are allowed. Josephine knows she can play better than any of the boys in the team, if she could just get a chance. To make matters worse, her father has a new girlfriend. And no one is good enough for Josephine’s dad. Not since her mom died. But<br> Josephine is very good at keeping women away by setting booby traps to scare them off. No one ever survived her tricks - until Mariss came along.<br> No matter what anyone else says, Josephine knows there is something ‘fishy’ about Mariss. She is just too perfect. And maybe it’s all the stories about baccoos and douens, and other mythical creatures from Miss Mo, champion fish deboner of Fairy Vale, or maybe it’s all the missing pets, but Josephine begins to suspect there is something downright spooky about Mariss. But will she be able to get to the bottom of the mystery?</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Girlcott by Florenz Webbe Maxwell</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":7928,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Girlcott-Buzz-Caribbean.png\" alt=\"\" class=\"wp-image-7928\" /><figcaption>Girlcott by Bermudan author Florenz Webbe Maxwell</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>A week ago, Desma Johnson had only two things on her mind - in exactly eight days, she would be sixteen years old and to top it off she was in line for a top scholarship. Life was perfect and nothing would get in the way of her birthday plans. But it’s 1959 and the secret Progressive League has just announced a boycott of all cinemas in Bermuda in order to end segregation. As tensions build Desma becomes increasingly aware of the racial tensions that cast a dire shadow over the island. Neighbours she once thought were friendly and supportive show another side. But Desma must learn that change is never easy, and even when others expect small things from black girls, she has the right to dream big. This historical novel, brings a look at Bermuda beyond the sandy pink beaches. The novel took third prize in the 2016 Burt Award for Caribbean literature.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>A Dark Iris by Elizabeth J Jones</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":7224} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-18.jpg\" alt=\"\" class=\"wp-image-7224\" /><figcaption>A Dark Iris by author Elizabeth J Jones, who was born in the UK and moved to Bermuda in 1973.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>It is 1972 and 12-Year-old Rebekah Eve is excited to be on her way to the prestigious Meridian Institute. But Rebekah’s joy is dampened by her parents’ separation. She misses having her father at home and the fun things they did together. Most of all, she dislikes her mother’s new ‘friend’ –<br> Thomas Forster – who is trying way too hard to win her over. These personal changes take place while her country, goes through dramatic changes of its own, and life gets even more complicated when her new friend John is arrested for the attempted assassination of the Governor.<br>To cope, Rebekah turns to her art. But her paintings take on new, or rather ‘old’ life, as figures from the past seep in and replace her usual subjects. She is thrust into a whirlwind of emotion as her visions and the resulting paintings unveil wounds of the past that are not buried as deeply as some would like. With help from the mysterious Lady of the Library and her new art tutor Mr. Stowe, Rebekah makes sense of these visions and unearths the truth behind one of Bermuda’s legends. But some truths are difficult for anyone, especially a young girl, to digest. Ultimately, she must learn to trust herself, believe in her talents, and that even a little black girl from a small island, could one day become a famous artist.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do check out these fantastic Caribbean children\'s books and share your feedback.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> will continue to feature our amazing Caribbean novels - so see you in our #BUZZBookCorner soon.</p>\n<!-- /wp:paragraph -->','Awesome Caribbean children\'s books for International Literacy Day','','publish','open','closed','','awesome-caribbean-childrens-books-for-international-literacy-day','','','2019-09-07 16:31:14','2019-09-07 21:31:14','',0,'https://buzz-caribbean.com/?p=7695',0,'post','',0),(7696,14,'2019-09-06 13:46:48','2019-09-06 18:46:48','<!-- wp:image {\"id\":7668} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-4.jpg\" alt=\"\" class=\"wp-image-7668\" /><figcaption>\'Stay strong\': A message with love from Long Island to north Bahamas (Photo: Facebook, @CapeSantaMariaBeachResort)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We’re given an opportunity in life to help one another...the degree to which we help is how we measure ourselves,\"</p><cite> — Matt Brear, General Manager for Cape Santa Maria Beach Resort in Long Island, The Bahamas.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Having surpassed its crowdfunding target four times, citizens of Long Island in southern Bahamas are launching their own massive relief effort for their brothers and sisters affected by Hurricane Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Matt Brear, General Manager at Cape Santa Maria resort in Long Island, told <strong>BUZZ</strong> that the residents saw the devastation Hurricane Dorian caused for fellow Bahamians in the north, and sprang into action almost immediately.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The relief effort so far...</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>So far, several tons of supplies have been delivered, including tarps, generators, solar-powered lights, bottled water, canned food and other non-perishables, extension cords, chainsaws, mosquito nets and repellents, toilet paper, as well as other miscellaneous goods.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7670} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-2-1024x768.jpg\" alt=\"\" class=\"wp-image-7670\" /><figcaption>Water, alternate power among the much-needed essentials being shipped to northern Bahamas by Long Island residents  (Photo: Facebook, @CapeSantaMariaBeachResort) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brear, in an interview with <strong>BUZZ</strong> on Friday, said that their efforts to help the devastated islands hardest hit by the category 5 hurricane was inspired by Long Islanders remembering the kindness they received in 2015 after being hit by Hurricane Joaquin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Long Islanders should be very proud of what they have managed to accomplish and I’m just a very small part in that.\"</p><cite> — Matt Brear, speaking to BUZZ via telephone</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“When we heard of the catastrophe in the northern Bahamas, the first thought in this community was, ‘What can we do to help?’. We mobilised immediately, before the end of [Monday] while the hurricane was still raging through Grand Bahama and Abaco,” Brear asserted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\'You helped us then, let us help you now\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Brear recalled that in 2015, Long Island was hit by Hurricane\nJoaquin, and it devastated the land, so its residents know firsthand about\nhurricanes and the struggles of recovery. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7669} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-8-1024x702.jpg\" alt=\"\" class=\"wp-image-7669\" /><figcaption>The damage wreaked by Hurricane Joaquin in 2015 is something Long Islanders will never forget (Photo: SouthernBoating.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The Bahamian people are so community-minded, and we\nreceived cargo supplies on land and by air, love, prayers and support from\nAbaco and Grand Bahama. That helped us in what was a very dark time for Long\nIsland. There was a silver lining and that was the support we received. Our hearts\ngo out to our brothers and sisters in the north,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After being hit by Hurricane Joaquin, Long Islanders vowed to be better equipped for the dangerous storms and launched their own hurricane preparedness kit, which is stored and maintained to this day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Truly, it was the entire community. We started putting our\nhurricane kit on the tarmac of the Deadman’s Cay airport – preparing it to be\nshipped out from our island to help our brothers and sisters,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7671} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-3.jpg\" alt=\"\" class=\"wp-image-7671\" /><figcaption>Long Islanders springing into action to help their brothers and sisters affected by monster Hurricane Dorian, which slammed into the northern section of The Bahamas on Sunday  (Photo: Facebook, @CapeSantaMariaBeachResort) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“In addition to that we created a GoFundMe page and the initial goal as US$2,000 and that was [only] for the gas – to get our hurricane kit to Abaco – and we met that goal in minutes,” Brear told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Overwhelming support in spite of the tragedy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The outpouring of support in cash and kind from across The\nBahamas and the wider world sowed the seeds of hope within Long Islanders that\nthey could do even more to help their fellow Bahamians affected by Hurricane\nDorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7672} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-7.jpg\" alt=\"\" class=\"wp-image-7672\" /><figcaption>The relief effort is well underway in Long Island  (Photo: Facebook, @CapeSantaMariaBeachResort) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We decided then to increase the goal and increase our efforts. Now, we really can’t keep up with the extraordinary donations, love and support we have received,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The GoFundMe, launched by Emma McGrath, has since swelled\npast its fourth and final target of US$24,850. As of Friday, September 6, the\ncampaign has received over $31,000 in donations!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"When we heard of the catastrophe in the northern Bahamas, the first thought was, ‘What can we do to help?’.\"</p><cite> — Matt Brear and the collective residents of Long Island, before sprining into action.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":7673} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-1-1024x487.jpg\" alt=\"\" class=\"wp-image-7673\" /><figcaption>The Long Island relief fund for northern Bahamas met and surpassed its target four times! Well done!! (Photo: GoFundMe.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>All proceeds going to the relief effort for the battered islands\nin northern Bahamas, the most densely populated area of the Caribbean country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"To be part of this extraordinary mobilsation of love and support has been one of the greatest pleasures of my life.\"</p><cite> — Truer words need not be spoken. Well done, Long Island!</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:heading -->\n<h2>\'Every dollar donated goes to those affected\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In an effort to maintain transparency, all aspects of the Long Island’s relief campaign are being detailed, with receipts and other notes being made available for review. <strong>See the gallery below:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[7680,7679,7678,7677,7676,7675]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-9.jpg\" alt=\"\" data-id=\"7680\" data-link=\"https://buzz-caribbean.com/?attachment_id=7680\" class=\"wp-image-7680\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-10.jpg\" alt=\"\" data-id=\"7679\" data-link=\"https://buzz-caribbean.com/?attachment_id=7679\" class=\"wp-image-7679\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-11.jpg\" alt=\"\" data-id=\"7678\" data-link=\"https://buzz-caribbean.com/?attachment_id=7678\" class=\"wp-image-7678\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-12.jpg\" alt=\"\" data-id=\"7677\" data-link=\"https://buzz-caribbean.com/?attachment_id=7677\" class=\"wp-image-7677\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-13.jpg\" alt=\"\" data-id=\"7676\" data-link=\"https://buzz-caribbean.com/?attachment_id=7676\" class=\"wp-image-7676\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-14.jpg\" alt=\"\" data-id=\"7675\" data-link=\"https://buzz-caribbean.com/?attachment_id=7675\" class=\"wp-image-7675\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“Everything that has been purchased and everything that has been accomplished throughout every step of the way is clearly labelled and detailed on the GoFundMe page,” <strong>BUZZ</strong> was told, with Brear adding that more information can be found on the Cape Santa resort’s website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brear, who is originally from Vancouver, Canada, has called\nThe Bahamas his home for the last four years. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“To be part of this extraordinary mobilsation of love and support has been one of the greatest pleasures of my life. In the face of this absolute catastrophic conditions, to see these wonderful Bahamians all, in their way, come together is amazing,” Brear told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7682} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-5.jpg\" alt=\"\" class=\"wp-image-7682\" /><figcaption>Dozens are tarpaulins being loaded onto a plane for delivery to needy Bahamians affected by Hurricane Dorian. Residents in Long Island, located in the south of the country, are leading the relief effort  (Photo: Facebook, @CapeSantaMariaBeachResort) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> “Hurricanes are horrific, and this is one of the most horrific and anything we could do to assist we have done. We’re given an opportunity in life to help one another and the degree to which we help each other is how we measure ourselves,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Relief efforts to continue well into Septmber</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Brear further explained that the GoFundMe campaign will be closed on Monday, but assured that the efforts from Long Islanders will continue for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I know that Long Islanders should be very proud of what they have managed to accomplish and I’m just a very small part in that,” Brear told <strong>BUZZ</strong> on Friday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7684} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-6.jpg\" alt=\"\" class=\"wp-image-7684\" /><figcaption>\'Hold on, help is on the way!\'  (Photo: Facebook, @CapeSantaMariaBeachResort) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hurricane Dorian slammed into northern sections of The Bahamas on Sunday – leaving widespread destruction, grief and sadness as the system delivered unrelenting, 185mph winds, as well as storm surges for hours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interested parties can still make donations to the Long Island relief campaign by following the link to the <a href=\"https://www.gofundme.com/f/longislanders-bahamas-pay-it-forwarddorian?pc=fb_dn_postdonate_r&amp;rcid=r01-15674341236-4527df5155fb45bb&amp;utm_source=facebook&amp;utm_medium=social&amp;utm_campaign=fb_dn_postdonate_r&amp;fbclid=IwAR0aK69Vc6BbsSJ5XYJAZlNkpXdydHtz0GFZVtnHpcR6Jv9B_opae4ekfoU\">GoFundMe here</a>.</p>\n<!-- /wp:paragraph -->','Long Islanders leading Bahamas relief effort after Hurricane Dorian','','inherit','closed','closed','','7665-revision-v1','','','2019-09-06 13:46:48','2019-09-06 18:46:48','',7665,'https://buzz-caribbean.com/article/7665-revision-v1/',0,'revision','',0),(7697,14,'2019-09-06 13:59:28','2019-09-06 18:59:28','<!-- wp:image {\"id\":7668} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-4.jpg\" alt=\"\" class=\"wp-image-7668\" /><figcaption>\'Stay strong\': A message with love from Long Island to north Bahamas (Photo: Facebook, @CapeSantaMariaBeachResort)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We’re given an opportunity in life to help one another...the degree to which we help is how we measure ourselves,\"</p><cite> — Matt Brear, General Manager for Cape Santa Maria Beach Resort in Long Island, The Bahamas.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Having surpassed its crowdfunding target four times, citizens of Long Island in southern Bahamas are launching their own massive relief effort for their brothers and sisters affected by Hurricane Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Matt Brear, General Manager at Cape Santa Maria resort in Long Island, told <strong>BUZZ</strong> that the residents, though only 500 strong, saw the devastation Hurricane Dorian caused for fellow Bahamians in the north, and sprang into action almost immediately.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The relief effort so far...</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>So far, several tons of supplies have been delivered, including tarps, generators, solar-powered lights, bottled water, canned food and other non-perishables, extension cords, chainsaws, mosquito nets and repellents, toilet paper, as well as other miscellaneous goods.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7670} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-2-1024x768.jpg\" alt=\"\" class=\"wp-image-7670\" /><figcaption>Water, alternate power among the much-needed essentials being shipped to northern Bahamas by Long Island residents  (Photo: Facebook, @CapeSantaMariaBeachResort) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brear, in an interview with <strong>BUZZ</strong> on Friday, said that their efforts to help the devastated islands hardest hit by the category 5 hurricane was inspired by Long Islanders remembering the kindness they received in 2015 after being hit by Hurricane Joaquin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Long Islanders should be very proud of what they have managed to accomplish and I’m just a very small part in that.\"</p><cite> — Matt Brear, speaking to BUZZ via telephone</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“When we heard of the catastrophe in the northern Bahamas, the first thought in this community was, ‘What can we do to help?’. We mobilised immediately, before the end of [Monday] while the hurricane was still raging through Grand Bahama and Abaco,” Brear asserted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\'You helped us then, let us help you now\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Brear recalled that in 2015, Long Island was hit by Hurricane\nJoaquin, and it devastated the land, so its residents know firsthand about\nhurricanes and the struggles of recovery. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7669} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-8-1024x702.jpg\" alt=\"\" class=\"wp-image-7669\" /><figcaption>The damage wreaked by Hurricane Joaquin in 2015 is something Long Islanders will never forget (Photo: SouthernBoating.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The Bahamian people are so community-minded, and we\nreceived cargo supplies on land and by air, love, prayers and support from\nAbaco and Grand Bahama. That helped us in what was a very dark time for Long\nIsland. There was a silver lining and that was the support we received. Our hearts\ngo out to our brothers and sisters in the north,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After being hit by Hurricane Joaquin, Long Islanders vowed to be better equipped for the dangerous storms and launched their own hurricane preparedness kit, which is stored and maintained to this day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Truly, it was the entire community. We started putting our\nhurricane kit on the tarmac of the Deadman’s Cay airport – preparing it to be\nshipped out from our island to help our brothers and sisters,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7671} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-3.jpg\" alt=\"\" class=\"wp-image-7671\" /><figcaption>Long Islanders springing into action to help their brothers and sisters affected by monster Hurricane Dorian, which slammed into the northern section of The Bahamas on Sunday  (Photo: Facebook, @CapeSantaMariaBeachResort) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“In addition to that we created a GoFundMe page and the initial goal as US$2,000 and that was [only] for the gas – to get our hurricane kit to Abaco – and we met that goal in minutes,” Brear told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Overwhelming support in spite of the tragedy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The outpouring of support in cash and kind from across The\nBahamas and the wider world sowed the seeds of hope within Long Islanders that\nthey could do even more to help their fellow Bahamians affected by Hurricane\nDorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7672} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-7.jpg\" alt=\"\" class=\"wp-image-7672\" /><figcaption>The relief effort is well underway in Long Island  (Photo: Facebook, @CapeSantaMariaBeachResort) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We decided then to increase the goal and increase our efforts. Now, we really can’t keep up with the extraordinary donations, love and support we have received,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The GoFundMe, launched by Emma McGrath, has since swelled\npast its fourth and final target of US$24,850. As of Friday, September 6, the\ncampaign has received over $31,000 in donations!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"When we heard of the catastrophe in the northern Bahamas, the first thought was, ‘What can we do to help?’.\"</p><cite> — Matt Brear and the collective residents of Long Island, before sprining into action.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":7673} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-1-1024x487.jpg\" alt=\"\" class=\"wp-image-7673\" /><figcaption>The Long Island relief fund for northern Bahamas met and surpassed its target four times! Well done!! (Photo: GoFundMe.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>All proceeds going to the relief effort for the battered islands\nin northern Bahamas, the most densely populated area of the Caribbean country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"To be part of this extraordinary mobilsation of love and support has been one of the greatest pleasures of my life.\"</p><cite> — Truer words need not be spoken. Well done, Long Island!</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:heading -->\n<h2>\'Every dollar donated goes to those affected\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In an effort to maintain transparency, all aspects of the Long Island’s relief campaign are being detailed, with receipts and other notes being made available for review. <strong>See the gallery below:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[7680,7679,7678,7677,7676,7675]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-9.jpg\" alt=\"\" data-id=\"7680\" data-link=\"https://buzz-caribbean.com/?attachment_id=7680\" class=\"wp-image-7680\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-10.jpg\" alt=\"\" data-id=\"7679\" data-link=\"https://buzz-caribbean.com/?attachment_id=7679\" class=\"wp-image-7679\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-11.jpg\" alt=\"\" data-id=\"7678\" data-link=\"https://buzz-caribbean.com/?attachment_id=7678\" class=\"wp-image-7678\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-12.jpg\" alt=\"\" data-id=\"7677\" data-link=\"https://buzz-caribbean.com/?attachment_id=7677\" class=\"wp-image-7677\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-13.jpg\" alt=\"\" data-id=\"7676\" data-link=\"https://buzz-caribbean.com/?attachment_id=7676\" class=\"wp-image-7676\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-14.jpg\" alt=\"\" data-id=\"7675\" data-link=\"https://buzz-caribbean.com/?attachment_id=7675\" class=\"wp-image-7675\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“Everything that has been purchased and everything that has been accomplished throughout every step of the way is clearly labelled and detailed on the GoFundMe page,” <strong>BUZZ</strong> was told, with Brear adding that more information can be found on the Cape Santa resort’s website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brear, who is originally from Vancouver, Canada, has called\nThe Bahamas his home for the last four years. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“To be part of this extraordinary mobilsation of love and support has been one of the greatest pleasures of my life. In the face of this absolute catastrophic conditions, to see these wonderful Bahamians all, in their way, come together is amazing,” Brear told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7682} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-5.jpg\" alt=\"\" class=\"wp-image-7682\" /><figcaption>Dozens are tarpaulins being loaded onto a plane for delivery to needy Bahamians affected by Hurricane Dorian. Residents in Long Island, located in the south of the country, are leading the relief effort  (Photo: Facebook, @CapeSantaMariaBeachResort) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> “Hurricanes are horrific, and this is one of the most horrific and anything we could do to assist we have done. We’re given an opportunity in life to help one another and the degree to which we help each other is how we measure ourselves,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Relief efforts to continue well into Septmber</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Brear further explained that the GoFundMe campaign will be closed on Monday, but assured that the efforts from Long Islanders will continue for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I know that Long Islanders should be very proud of what they have managed to accomplish and I’m just a very small part in that,” Brear told <strong>BUZZ</strong> on Friday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7684} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-6.jpg\" alt=\"\" class=\"wp-image-7684\" /><figcaption>\'Hold on, help is on the way!\'  (Photo: Facebook, @CapeSantaMariaBeachResort) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hurricane Dorian slammed into northern sections of The Bahamas on Sunday – leaving widespread destruction, grief and sadness as the system delivered unrelenting, 185mph winds, as well as storm surges for hours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interested parties can still make donations to the Long Island relief campaign by following the link to the <a href=\"https://www.gofundme.com/f/longislanders-bahamas-pay-it-forwarddorian?pc=fb_dn_postdonate_r&amp;rcid=r01-15674341236-4527df5155fb45bb&amp;utm_source=facebook&amp;utm_medium=social&amp;utm_campaign=fb_dn_postdonate_r&amp;fbclid=IwAR0aK69Vc6BbsSJ5XYJAZlNkpXdydHtz0GFZVtnHpcR6Jv9B_opae4ekfoU\">GoFundMe here</a>.</p>\n<!-- /wp:paragraph -->','Long Islanders leading Bahamas relief effort after Hurricane Dorian','','inherit','closed','closed','','7665-revision-v1','','','2019-09-06 13:59:28','2019-09-06 18:59:28','',7665,'https://buzz-caribbean.com/article/7665-revision-v1/',0,'revision','',0),(7698,16,'2019-09-06 14:15:45','2019-09-06 19:15:45','','Long Story Short','','publish','closed','closed','','long-story-short','','','2019-09-06 15:25:16','2019-09-06 20:25:16','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=7698',0,'out','',0),(7699,4,'2019-09-06 14:00:49','2019-09-06 19:00:49','','Fraser Pryce Of Jamaica Reacts After The Women\'s 100m Semi Final During The 15th IAAF World Championships At The National Stadium In Beijing','Shelly-Ann Fraser-Pryce of Jamaica reacts after the women\'s 100m semi-final during the 15th IAAF World Championships at the National Stadium in Beijing, China August 24, 2015.   REUTERS/Lucy Nicholson','inherit','open','closed','','fraser-pryce-of-jamaica-reacts-after-the-womens-100m-semi-final-during-the-15th-iaaf-world-championships-at-the-national-stadium-in-beijing','','','2019-09-06 14:00:49','2019-09-06 19:00:49','',7693,'https://buzz-caribbean.com/app/uploads/2019/09/shelly-ann-frazer-pryce-.jpg',0,'attachment','image/jpeg',0),(7700,4,'2019-09-06 14:01:25','2019-09-06 19:01:25','<!-- wp:paragraph -->\n<p>Shelly-Ann Fraser-Pryce of Jamaica was beaten into second by Dina Asher-Smith of Great Britain in the final Diamond League event of the season in Brussels, Belgium on Friday (Sept 6).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7699} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/shelly-ann-frazer-pryce--1024x685.jpg\" alt=\"\" class=\"wp-image-7699\" /><figcaption>Shelly-Ann Fraser-Pryce.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fraser-Pryce clocked 10.95 seconds with Asher-Smith running close to her personal best of 10.85. Asher-Smith clocked 10.88 seconds for the victory, which elevated her into third in the 100 metres points standing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Marie-Josee Ta Lou of the Ivory Coast won in the points standing with Jamaica’s Elaine Thompson finishing second.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ta Lou, who finished Friday’s event third in 11.09 seconds, tallied 31 points from five events. Thompson, who did not participate on Friday, tallied 22 points from three events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fraser-Pryce ended the 14-meet event with 16 points which landed her at the sixth position.</p>\n<!-- /wp:paragraph -->','Fraser-Pryce ends second to Britain’s Asher-Smith in Brussels Diamond League','','inherit','closed','closed','','7693-revision-v1','','','2019-09-06 14:01:25','2019-09-06 19:01:25','',7693,'https://buzz-caribbean.com/article/7693-revision-v1/',0,'revision','',0),(7701,4,'2019-09-06 14:03:15','2019-09-06 19:03:15','<!-- wp:image {\"id\":7699} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/shelly-ann-frazer-pryce--1024x685.jpg\" alt=\"\" class=\"wp-image-7699\" /><figcaption>Shelly-Ann Fraser-Pryce.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Shelly-Ann Fraser-Pryce of Jamaica was beaten into second by Dina Asher-Smith of Great Britain in the final Diamond League event of the season in Brussels, Belgium on Friday (Sept 6).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fraser-Pryce clocked 10.95 seconds with Asher-Smith running close to her personal best of 10.85. Asher-Smith clocked 10.88 seconds for the victory, which elevated her into third in the 100 metres points standing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Marie-Josee Ta Lou of the Ivory Coast won in the points standing with Jamaica’s Elaine Thompson finishing second.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ta Lou, who finished Friday’s event third in 11.09 seconds, tallied 31 points from five events. Thompson, who did not participate on Friday, tallied 22 points from three events. Fraser-Pryce ended the 14-meet event with 16 points which landed her at the sixth position.</p>\n<!-- /wp:paragraph -->','Fraser-Pryce ends second to Britain’s Asher-Smith in Brussels Diamond League','','inherit','closed','closed','','7693-revision-v1','','','2019-09-06 14:03:15','2019-09-06 19:03:15','',7693,'https://buzz-caribbean.com/article/7693-revision-v1/',0,'revision','',0),(7702,11,'2019-09-06 14:11:52','2019-09-06 19:11:52','','Fish Eating Plastic Montego Bay Harbour Feature Image','','inherit','open','closed','','fish-eating-plastic-montego-bay-harbour-feature-image','','','2019-09-06 14:11:52','2019-09-06 19:11:52','',7650,'https://buzz-caribbean.com/app/uploads/2019/09/Fish-Eating-Plastic-Montego-Bay-Harbour-Feature-Image.jpg',0,'attachment','image/jpeg',0),(7703,16,'2019-09-06 14:13:35','2019-09-06 19:13:35','','Long Story Short Flyer','','inherit','open','closed','','long-story-short-flyer','','','2019-09-06 14:14:13','2019-09-06 19:14:13','',7698,'https://buzz-caribbean.com/app/uploads/2019/09/Long-Story-Short-flyer.jpg',0,'attachment','image/jpeg',0),(7704,16,'2019-09-06 14:13:38','2019-09-06 19:13:38','Rules of engagement for music and storytelling event','Long Story Short Rules Flyer','','inherit','open','closed','','long-story-short-rules-flyer','','','2019-09-06 14:15:10','2019-09-06 19:15:10','',7698,'https://buzz-caribbean.com/app/uploads/2019/09/Long-Story-Short-Rules-Flyer.jpg',0,'attachment','image/jpeg',0),(7705,14,'2019-09-06 14:23:26','2019-09-06 19:23:26','<!-- wp:image {\"id\":7305} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lizzo-truth-hurts-buzzgrab-1024x638.jpg\" alt=\"\" class=\"wp-image-7305\" /><figcaption>Lizzo marrying herself for the entire video in Truth Hurts (Photo: YouTube)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"...You tried to break my heart? Oh, that breaks my heart. That you thought you ever had it. No, you ain\'t from the start...\"</p><cite> — Lizzo in Truth Hurts</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>American singer and rapper Lizzo secured her first number one placing on the Billboard Hot 100 with her smash hit single <strong>Truth Hurts</strong>, just shy two years after the song was initially released.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pop/trap single, released on September 17, 2017, catapulted into the mainstream after Lizzo burst onto the scene with the 2019 album <strong>Cuz I Love You</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/billboard/status/1168906597915078656\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/billboard/status/1168906597915078656\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Though it did not chart at the time of its release, <strong>Truth Hurts </strong>became a viral sleeper hit this year becoming Lizzo\'s first and biggest mainstream song in the US.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The song\'s popularity was also boosted by its appearance in the Netflix film <strong>Someone Great</strong>, which debuted on the streaming network in April.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The accompanying music video, as of September 1, has amassed more than 93 million views on <a href=\"https://www.youtube.com/watch?v=P00HMxdsVZI\">YouTube</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Calling herself ‘America’s Next Bop Star’, Lizzo was very lost for words at the success of <strong>Truth Hurts</strong>, a two-minute sass anthem that revels in the love lost between the singer and a former flame.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7311} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lizzo-bet-awards2019-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-7311\" /><figcaption>Lizzo after a rousing BET Awards show performance at the Microsoft Theatre in Los Angeles earlier in June. (Photo: Frank Micelotta, Picturegroup) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She expressed heartfelt appreciation on Twitter earlier today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“ WE’RE NUMBER 1. WE ARE. CHAMPIONS. I LOVE YALL 3 MUCH. LIZZBIANS UNITE,” Lizzo tweeted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/lizzo/status/1168918591368028163\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/lizzo/status/1168918591368028163\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Lizzo is the first black woman to top the Billboard Hot 100 so far this year, and the sixth rapper to ever top the charts in the United States. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We, at <strong>BUZZ</strong> salute you Lizzo! The \'realest, baddest\' one and Queen of body positivity…</p>\n<!-- /wp:paragraph -->','Lizzo scores her first #1 song with Truth Hurts, two years after its release','','inherit','closed','closed','','7304-revision-v1','','','2019-09-06 14:23:26','2019-09-06 19:23:26','',7304,'https://buzz-caribbean.com/article/7304-revision-v1/',0,'revision','',0),(7706,4,'2019-09-06 14:26:40','2019-09-06 19:26:40','','Akeem-Bloomfield','','inherit','open','closed','','akeem-bloomfield','','','2019-09-06 14:26:40','2019-09-06 19:26:40','',7690,'https://buzz-caribbean.com/app/uploads/2019/09/Akeem-Bloomfield.jpg',0,'attachment','image/jpeg',0),(7707,13,'2019-09-06 14:51:54','2019-09-06 19:51:54','','Moonlight Brunch','','publish','closed','closed','','moonlight-brunch','','','2019-09-06 14:51:54','2019-09-06 19:51:54','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=7707',0,'out','',0),(7708,4,'2019-09-06 14:36:51','2019-09-06 19:36:51','<!-- wp:image {\"id\":7706} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Akeem-Bloomfield.jpg\" alt=\"\" class=\"wp-image-7706\" /><figcaption>Jamaica’s Akeem Bloomfield.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica’s Akeem Bloomfield placed third in the Diamond League 400 metres event in Brussels, Belgium on Friday (Sept 6). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He finished behind the US pair of Michael Norman and Fred Kerley.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bloomfield clocked 44.67 seconds to place second in the overall points standing, which was won by Michael Cherry of the US, who finished this meet in the sixth spot in 45.55 seconds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cherry, who participated in four Diamond League events,\ncollected 19 points, with Bloomfield getting 16 from two events. Norman, who\ncompleted the one-lap event on Friday in 44.26 seconds also had 16 points from two\nevents, with Kerley, also from two events getting fifth overall with 14 points\nafter his 44.46 seconds clocking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jamaica’s other representative in the field on Friday, Nathon Allen, finished eighth in 46.17 seconds.</p>\n<!-- /wp:paragraph -->','Jamaica’s Bloomfield captures Diamond League second spot','','inherit','closed','closed','','7690-revision-v1','','','2019-09-06 14:36:51','2019-09-06 19:36:51','',7690,'https://buzz-caribbean.com/article/7690-revision-v1/',0,'revision','',0),(7709,14,'2019-09-06 14:37:27','2019-09-06 19:37:27','<!-- wp:image {\"id\":7668} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-4.jpg\" alt=\"\" class=\"wp-image-7668\" /><figcaption>\'Stay strong\': A message with love from Long Island to north Bahamas (Photo: Facebook, @CapeSantaMariaBeachResort)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We’re given an opportunity in life to help one another...the degree to which we help is how we measure ourselves,\"</p><cite> — Matt Brear, General Manager for Cape Santa Maria Beach Resort in Long Island, The Bahamas.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Having surpassed its crowdfunding target four times, citizens of Long Island in southern Bahamas are launching their own massive relief effort for their brothers and sisters affected by Hurricane Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Matt Brear, General Manager at Cape Santa Maria resort in Long Island, told <strong>BUZZ</strong> that the residents, just over 3,000 strong, saw the devastation Hurricane Dorian caused for fellow Bahamians in the north, and sprang into action almost immediately.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The relief effort so far...</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>So far, several tons of supplies have been delivered, including tarps, generators, solar-powered lights, bottled water, canned food and other non-perishables, extension cords, chainsaws, mosquito nets and repellents, toilet paper, as well as other miscellaneous goods.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7670} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-2-1024x768.jpg\" alt=\"\" class=\"wp-image-7670\" /><figcaption>Water, alternate power among the much-needed essentials being shipped to northern Bahamas by Long Island residents  (Photo: Facebook, @CapeSantaMariaBeachResort) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brear, in an interview with <strong>BUZZ</strong> on Friday, said that their efforts to help the devastated islands hardest hit by the category 5 hurricane was inspired by Long Islanders remembering the kindness they received in 2015 after being hit by Hurricane Joaquin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Long Islanders should be very proud of what they have managed to accomplish and I’m just a very small part in that.\"</p><cite> — Matt Brear, speaking to BUZZ via telephone</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“When we heard of the catastrophe in the northern Bahamas, the first thought in this community was, ‘What can we do to help?’. We mobilised immediately, before the end of [Monday] while the hurricane was still raging through Grand Bahama and Abaco,” Brear asserted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\'You helped us then, let us help you now\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Brear recalled that in 2015, Long Island was hit by Hurricane\nJoaquin, and it devastated the land, so its residents know firsthand about\nhurricanes and the struggles of recovery. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7669} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-8-1024x702.jpg\" alt=\"\" class=\"wp-image-7669\" /><figcaption>The damage wreaked by Hurricane Joaquin in 2015 is something Long Islanders will never forget (Photo: SouthernBoating.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The Bahamian people are so community-minded, and we\nreceived cargo supplies on land and by air, love, prayers and support from\nAbaco and Grand Bahama. That helped us in what was a very dark time for Long\nIsland. There was a silver lining and that was the support we received. Our hearts\ngo out to our brothers and sisters in the north,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After being hit by Hurricane Joaquin, Long Islanders vowed to be better equipped for the dangerous storms and launched their own hurricane preparedness kit, which is stored and maintained to this day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Truly, it was the entire community. We started putting our\nhurricane kit on the tarmac of the Deadman’s Cay airport – preparing it to be\nshipped out from our island to help our brothers and sisters,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7671} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-3.jpg\" alt=\"\" class=\"wp-image-7671\" /><figcaption>Long Islanders springing into action to help their brothers and sisters affected by monster Hurricane Dorian, which slammed into the northern section of The Bahamas on Sunday  (Photo: Facebook, @CapeSantaMariaBeachResort) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“In addition to that we created a GoFundMe page and the initial goal as US$2,000 and that was [only] for the gas – to get our hurricane kit to Abaco – and we met that goal in minutes,” Brear told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Overwhelming support in spite of the tragedy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The outpouring of support in cash and kind from across The\nBahamas and the wider world sowed the seeds of hope within Long Islanders that\nthey could do even more to help their fellow Bahamians affected by Hurricane\nDorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7672} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-7.jpg\" alt=\"\" class=\"wp-image-7672\" /><figcaption>The relief effort is well underway in Long Island  (Photo: Facebook, @CapeSantaMariaBeachResort) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We decided then to increase the goal and increase our efforts. Now, we really can’t keep up with the extraordinary donations, love and support we have received,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The GoFundMe, launched by Emma McGrath, has since swelled\npast its fourth and final target of US$24,850. As of Friday, September 6, the\ncampaign has received over $31,000 in donations!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"When we heard of the catastrophe in the northern Bahamas, the first thought was, ‘What can we do to help?’.\"</p><cite> — Matt Brear and the collective residents of Long Island, before sprining into action.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":7673} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-1-1024x487.jpg\" alt=\"\" class=\"wp-image-7673\" /><figcaption>The Long Island relief fund for northern Bahamas met and surpassed its target four times! Well done!! (Photo: GoFundMe.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>All proceeds going to the relief effort for the battered islands\nin northern Bahamas, the most densely populated area of the Caribbean country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"To be part of this extraordinary mobilsation of love and support has been one of the greatest pleasures of my life.\"</p><cite> — Truer words need not be spoken. Well done, Long Island!</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:heading -->\n<h2>\'Every dollar donated goes to those affected\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In an effort to maintain transparency, all aspects of the Long Island’s relief campaign are being detailed, with receipts and other notes being made available for review. <strong>See the gallery below:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[7680,7679,7678,7677,7676,7675]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-9.jpg\" alt=\"\" data-id=\"7680\" data-link=\"https://buzz-caribbean.com/?attachment_id=7680\" class=\"wp-image-7680\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-10.jpg\" alt=\"\" data-id=\"7679\" data-link=\"https://buzz-caribbean.com/?attachment_id=7679\" class=\"wp-image-7679\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-11.jpg\" alt=\"\" data-id=\"7678\" data-link=\"https://buzz-caribbean.com/?attachment_id=7678\" class=\"wp-image-7678\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-12.jpg\" alt=\"\" data-id=\"7677\" data-link=\"https://buzz-caribbean.com/?attachment_id=7677\" class=\"wp-image-7677\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-13.jpg\" alt=\"\" data-id=\"7676\" data-link=\"https://buzz-caribbean.com/?attachment_id=7676\" class=\"wp-image-7676\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-14.jpg\" alt=\"\" data-id=\"7675\" data-link=\"https://buzz-caribbean.com/?attachment_id=7675\" class=\"wp-image-7675\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“Everything that has been purchased and everything that has been accomplished throughout every step of the way is clearly labelled and detailed on the GoFundMe page,” <strong>BUZZ</strong> was told, with Brear adding that more information can be found on the Cape Santa resort’s website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brear, who is originally from Vancouver, Canada, has called\nThe Bahamas his home for the last four years. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“To be part of this extraordinary mobilsation of love and support has been one of the greatest pleasures of my life. In the face of this absolute catastrophic conditions, to see these wonderful Bahamians all, in their way, come together is amazing,” Brear told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7682} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-5.jpg\" alt=\"\" class=\"wp-image-7682\" /><figcaption>Dozens are tarpaulins being loaded onto a plane for delivery to needy Bahamians affected by Hurricane Dorian. Residents in Long Island, located in the south of the country, are leading the relief effort  (Photo: Facebook, @CapeSantaMariaBeachResort) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“Hurricanes are horrific, and this is one of the most horrific and anything we could do to assist we have done. We’re given an opportunity in life to help one another and the degree to which we help each other is how we measure ourselves,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Relief efforts to continue well into Septmber</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Brear further explained that the GoFundMe campaign will be closed on Monday, but assured that the efforts from Long Islanders will continue for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I know that Long Islanders should be very proud of what they have managed to accomplish and I’m just a very small part in that,” Brear told <strong>BUZZ</strong> on Friday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7684} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-6.jpg\" alt=\"\" class=\"wp-image-7684\" /><figcaption>\'Hold on, help is on the way!\'  (Photo: Facebook, @CapeSantaMariaBeachResort) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hurricane Dorian slammed into northern sections of The Bahamas on Sunday – leaving widespread destruction, grief and sadness as the system delivered unrelenting, 185mph winds, as well as storm surges for hours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interested parties can still make donations to the Long Island relief campaign by following the link to the <a href=\"https://www.gofundme.com/f/longislanders-bahamas-pay-it-forwarddorian?pc=fb_dn_postdonate_r&amp;rcid=r01-15674341236-4527df5155fb45bb&amp;utm_source=facebook&amp;utm_medium=social&amp;utm_campaign=fb_dn_postdonate_r&amp;fbclid=IwAR0aK69Vc6BbsSJ5XYJAZlNkpXdydHtz0GFZVtnHpcR6Jv9B_opae4ekfoU\">GoFundMe here</a>.</p>\n<!-- /wp:paragraph -->','Long Islanders leading Bahamas relief effort after Hurricane Dorian','','inherit','closed','closed','','7665-revision-v1','','','2019-09-06 14:37:27','2019-09-06 19:37:27','',7665,'https://buzz-caribbean.com/article/7665-revision-v1/',0,'revision','',0),(7710,13,'2019-09-06 14:40:23','2019-09-06 19:40:23','','MOONLIGHT BRUNCH','','inherit','open','closed','','moonlight-brunch','','','2019-09-06 14:40:23','2019-09-06 19:40:23','',7707,'https://buzz-caribbean.com/app/uploads/2019/09/MOONLIGHT-BRUNCH.jpg',0,'attachment','image/jpeg',0),(7711,13,'2019-09-06 14:40:39','2019-09-06 19:40:39','','EAST OCHI','','inherit','open','closed','','east-ochi','','','2019-09-06 14:40:39','2019-09-06 19:40:39','',7707,'https://buzz-caribbean.com/app/uploads/2019/09/EAST-OCHI.jpg',0,'attachment','image/jpeg',0),(7712,13,'2019-09-06 14:40:53','2019-09-06 19:40:53','','ROCK BOAT','','inherit','open','closed','','rock-boat','','','2019-09-06 14:40:53','2019-09-06 19:40:53','',7707,'https://buzz-caribbean.com/app/uploads/2019/09/ROCK-BOAT.jpg',0,'attachment','image/jpeg',0),(7713,13,'2019-09-06 14:41:26','2019-09-06 19:41:26','','ALLURE OCHI','','inherit','open','closed','','allure-ochi','','','2019-09-06 14:41:26','2019-09-06 19:41:26','',7707,'https://buzz-caribbean.com/app/uploads/2019/09/ALLURE-OCHI.jpg',0,'attachment','image/jpeg',0),(7715,4,'2019-09-06 14:51:30','2019-09-06 19:51:30','<!-- wp:paragraph -->\n<p>Jamaica\'s Culture Minister Olivia \'Babsy\' Grange is organizing a local telethon to raise funds for the disaster relief effort in The Bahamas. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The event is likely to be held at the National Stadium. Grange has already recruited a number of local music industry leaders to start the arrangements for the event.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The decisions were taken at a hurriedly called meeting at her ministry Friday (Sept 6). She was joined by a small group of supporters, including Clifton Dillon, Jerome Hamilton, Howard McIntosh and Joe Bogdanovich.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6947} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/abaco-bahamas-hurricane-dorian-.jpg\" alt=\"\" class=\"wp-image-6947\" /><figcaption>Flooding in a section of Abaco in The Bahamas that was caused by Hurricane Dorian. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Penthouse Music’s Donovan Germaine was absent but is expected to join the group later on as it recruits artistes for the event.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grange says that she has been in touch with The Bahamas’ Minister of Youth, Sport and Culture on the matter. The next meeting of the organizing group is likely to be Wednesday, Sept 11 at the Ministry\'s Trafalgar Road office in New Kingston.</p>\n<!-- /wp:paragraph -->','Grange arranging local telethon to support recovery effort in The Bahamas','','inherit','closed','closed','','7651-revision-v1','','','2019-09-06 14:51:30','2019-09-06 19:51:30','',7651,'https://buzz-caribbean.com/article/7651-revision-v1/',0,'revision','',0),(7716,13,'2019-09-06 15:06:03','2019-09-06 20:06:03','','East Ocho Rios','','publish','closed','closed','','east-ocho-rios','','','2019-09-06 15:07:32','2019-09-06 20:07:32','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=7716',0,'out','',0),(7722,4,'2019-09-06 15:07:29','2019-09-06 20:07:29','','Olivia-Grange-telethon','','inherit','open','closed','','olivia-grange-telethon','','','2019-09-06 15:07:29','2019-09-06 20:07:29','',7651,'https://buzz-caribbean.com/app/uploads/2019/09/Olivia-Grange-telethon.jpg',0,'attachment','image/jpeg',0),(7723,13,'2019-09-06 15:14:57','2019-09-06 20:14:57','','Rock The Boat','','publish','closed','closed','','rock-the-boat','','','2019-09-06 15:43:15','2019-09-06 20:43:15','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=7723',0,'out','',0),(7724,4,'2019-09-06 15:09:12','2019-09-06 20:09:12','<!-- wp:image {\"id\":7722} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Olivia-Grange-telethon.jpg\" alt=\"\" class=\"wp-image-7722\" /><figcaption>Culture Minister Olivia Grange arranging telethon to assist the disaster recovery efforts in The Bahamas.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica\'s Culture Minister Olivia \'Babsy\' Grange is organizing a local telethon to raise funds for the disaster relief effort in The Bahamas. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The event is likely to be held at the National Stadium. Grange has already recruited a number of local music industry leaders to start the arrangements for the event.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The decisions were taken at a hurriedly called meeting at her ministry Friday (Sept 6). She was joined by a small group of supporters, including Clifton Dillon, Jerome Hamilton, Howard McIntosh and Joe Bogdanovich.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6947} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/abaco-bahamas-hurricane-dorian-.jpg\" alt=\"\" class=\"wp-image-6947\" /><figcaption>Flooding in a section of Abaco in The Bahamas that was caused by Hurricane Dorian. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Penthouse Music’s Donovan Germaine was absent but is expected to join the group later on as it recruits artistes for the event.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grange says that she has been in touch with The Bahamas’ Minister of Youth, Sport and Culture on the matter. The next meeting of the organizing group is likely to be Wednesday, Sept 11 at the Ministry\'s Trafalgar Road office in New Kingston.</p>\n<!-- /wp:paragraph -->','Grange arranging local telethon to support recovery effort in The Bahamas','','inherit','closed','closed','','7651-revision-v1','','','2019-09-06 15:09:12','2019-09-06 20:09:12','',7651,'https://buzz-caribbean.com/article/7651-revision-v1/',0,'revision','',0),(7725,13,'2019-09-06 15:23:28','2019-09-06 20:23:28','','Allure','','publish','closed','closed','','allure','','','2019-09-06 15:23:28','2019-09-06 20:23:28','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=7725',0,'out','',0),(7726,13,'2019-09-06 15:24:36','2019-09-06 20:24:36','','LongStoryShort','','inherit','open','closed','','longstoryshort','','','2019-09-06 15:24:36','2019-09-06 20:24:36','',7698,'https://buzz-caribbean.com/app/uploads/2019/09/LongStoryShort.jpg',0,'attachment','image/jpeg',0),(7727,11,'2019-09-06 15:26:20','2019-09-06 20:26:20','','Pumpkin-Belly-Other-Stories-Coverlr','','inherit','open','closed','','pumpkin-belly-other-stories-coverlr','','','2019-09-06 15:26:20','2019-09-06 20:26:20','',7695,'https://buzz-caribbean.com/app/uploads/2019/09/Pumpkin-Belly-Other-Stories-Coverlr.png',0,'attachment','image/png',0),(7728,23,'2019-09-06 16:09:18','2019-09-06 21:09:18','<!-- wp:image {\"id\":7742} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/featured-image-1.jpg\" alt=\"\" class=\"wp-image-7742\" /><figcaption>Ronald Levy</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica’s Ronald Levy finished the Brussels, Belgium, final Diamond League event of the season second in the 110 metres hurdles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was bested by Orlando Ortega of Spain in 13.22 seconds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Levy was well below his season-best of 13.22 seconds as he clocked 13.31 to finish ahead of Sergey Shubenkov, an authorized neutral athlete, who did 13.33 seconds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Levy’s performance, however, had him finishing fifth in the points-standing behind fellow Jamaican Omar McLeod, who was absent on Friday.  Both Levy and McLeod competed in three of the 14 meets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ortega, who participated in five meets was the overall winner with 28 points, Shubenkov second with 23 and Andrew Pozzi of Great Britain third with 22. Shubenkov and Pozzi took part in four events.</p>\n<!-- /wp:paragraph -->','DIAMOND LEAGUE: Jamaica’s Levy ends second in 110m hurdles','','publish','open','closed','','diamond-league-jamaicas-levy-ends-second-in-110m-hurdles','','','2019-09-06 17:17:22','2019-09-06 22:17:22','',0,'https://buzz-caribbean.com/?p=7728',0,'post','',0),(7729,11,'2019-09-06 15:30:36','2019-09-06 20:30:36','','All-Over-Again','','inherit','open','closed','','all-over-again','','','2019-09-06 15:30:36','2019-09-06 20:30:36','',7695,'https://buzz-caribbean.com/app/uploads/2019/09/All-Over-Again.png',0,'attachment','image/png',0),(7730,14,'2019-09-06 15:33:26','2019-09-06 20:33:26','<!-- wp:image {\"id\":7668} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-4.jpg\" alt=\"\" class=\"wp-image-7668\" /><figcaption>\'Stay strong\': A message with love from Long Island to north Bahamas (Photo: Facebook, @CapeSantaMariaBeachResort)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We’re given an opportunity in life to help one another...the degree to which we help is how we are measured,\"</p><cite> — Matt Brear, General Manager for Cape Santa Maria Beach Resort in Long Island, The Bahamas.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Having surpassed its crowdfunding target four times, citizens of Long Island in southern Bahamas are launching their own massive relief effort for their brothers and sisters affected by Hurricane Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Matt Brear, General Manager at Cape Santa Maria resort in Long Island, told <strong>BUZZ</strong> that the residents, just over 3,000 strong, saw the devastation Hurricane Dorian caused for fellow Bahamians in the north, and sprang into action almost immediately.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The relief effort so far...</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>So far, several tons of supplies have been delivered, including tarps, generators, solar-powered lights, bottled water, canned food and other non-perishables, extension cords, chainsaws, mosquito nets and repellents, toilet paper, as well as other miscellaneous goods.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7670} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-2-1024x768.jpg\" alt=\"\" class=\"wp-image-7670\" /><figcaption>Water, alternate power among the much-needed essentials being shipped to northern Bahamas by Long Island residents  (Photo: Facebook, @CapeSantaMariaBeachResort) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brear, in an interview with <strong>BUZZ</strong> on Friday, said that their efforts to help the devastated islands hardest hit by the category 5 hurricane was inspired by Long Islanders remembering the kindness they received in 2015 after being hit by Hurricane Joaquin.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Long Islanders should be very proud of what they have managed to accomplish and I’m just a very small part in that.\"</p><cite> — Matt Brear, speaking to BUZZ via telephone</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“When we heard of the catastrophe in the northern Bahamas, the first thought in this community was, ‘What can we do to help?’. We mobilised immediately, before the end of [Monday] while the hurricane was still raging through Grand Bahama and Abaco,” Brear asserted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\'You helped us then, let us help you now\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Brear recalled that in 2015, Long Island was hit by Hurricane\nJoaquin, and it devastated the land, so its residents know firsthand about\nhurricanes and the struggles of recovery. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7669} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-8-1024x702.jpg\" alt=\"\" class=\"wp-image-7669\" /><figcaption>The damage wreaked by Hurricane Joaquin in 2015 is something Long Islanders will never forget (Photo: SouthernBoating.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The Bahamian people are so community-minded, and we received cargo supplies on land and by air, love, prayers and support from Abaco and Grand Bahama. That helped us in what was a very dark time for Long Island. There was a silver lining and that was the support we received. Our hearts go out to our brothers and sisters in the north,” Brear stated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After being hit by Hurricane Joaquin, Long Islanders vowed to be better equipped for the dangerous storms and launched their own hurricane preparedness kit, which is stored and maintained to this day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Truly, it was the entire community. We started putting our hurricane kit on the tarmac of the Deadman’s Cay airport – preparing it to be shipped out from our island to help our brothers and sisters,” Brear contended.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7671} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-3.jpg\" alt=\"\" class=\"wp-image-7671\" /><figcaption>Long Islanders springing into action to help their brothers and sisters affected by monster Hurricane Dorian, which slammed into the northern section of The Bahamas on Sunday  (Photo: Facebook, @CapeSantaMariaBeachResort) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“In addition to that we created a GoFundMe page and the initial goal as US$2,000 and that was [only] for the gas – to get our hurricane kit to Abaco – and we met that goal in minutes,” Brear told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Overwhelming support in spite of the tragedy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The outpouring of support in cash and kind from across The\nBahamas and the wider world sowed the seeds of hope within Long Islanders that\nthey could do even more to help their fellow Bahamians affected by Hurricane\nDorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7672} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-7.jpg\" alt=\"\" class=\"wp-image-7672\" /><figcaption>The relief effort is well underway in Long Island  (Photo: Facebook, @CapeSantaMariaBeachResort) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We decided then to increase the goal and increase our efforts. Now, we really can’t keep up with the extraordinary donations, love and support we have received,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The GoFundMe, launched by Emma McGrath, has since swelled\npast its fourth and final target of US$24,850. As of Friday, September 6, the\ncampaign has received over $31,000 in donations!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"When we heard of the catastrophe in the northern Bahamas, the first thought was, ‘What can we do to help?’.\"</p><cite> — Matt Brear and the collective residents of Long Island springing into action.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":7673} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-1-1024x487.jpg\" alt=\"\" class=\"wp-image-7673\" /><figcaption>The Long Island relief fund for northern Bahamas met and surpassed its target four times! Well done!! (Photo: GoFundMe.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>All proceeds going to the relief effort for the battered islands\nin northern Bahamas, the most densely populated area of the Caribbean country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"To be part of this extraordinary mobilsation of love and support has been one of the greatest pleasures of my life.\"</p><cite> — Truer words need not be spoken. Well done, Long Island!</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:heading -->\n<h2>\'Every dollar donated goes to those affected\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In an effort to maintain transparency, all aspects of the Long Island’s relief campaign are being detailed, with receipts and other notes being made available for review. <strong>See the gallery below:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[7680,7679,7678,7677,7676,7675]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-9.jpg\" alt=\"\" data-id=\"7680\" data-link=\"https://buzz-caribbean.com/?attachment_id=7680\" class=\"wp-image-7680\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-10.jpg\" alt=\"\" data-id=\"7679\" data-link=\"https://buzz-caribbean.com/?attachment_id=7679\" class=\"wp-image-7679\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-11.jpg\" alt=\"\" data-id=\"7678\" data-link=\"https://buzz-caribbean.com/?attachment_id=7678\" class=\"wp-image-7678\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-12.jpg\" alt=\"\" data-id=\"7677\" data-link=\"https://buzz-caribbean.com/?attachment_id=7677\" class=\"wp-image-7677\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-13.jpg\" alt=\"\" data-id=\"7676\" data-link=\"https://buzz-caribbean.com/?attachment_id=7676\" class=\"wp-image-7676\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-14.jpg\" alt=\"\" data-id=\"7675\" data-link=\"https://buzz-caribbean.com/?attachment_id=7675\" class=\"wp-image-7675\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>“Everything that has been purchased and everything that has been accomplished throughout every step of the way is clearly labelled and detailed on the GoFundMe page,” <strong>BUZZ</strong> was told, with Brear adding that more information can be found on the Cape Santa resort’s website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brear, who is originally from Vancouver, Canada, has called\nThe Bahamas his home for the last four years. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“To be part of this extraordinary mobilsation of love and support has been one of the greatest pleasures of my life. In the face of this absolute catastrophic conditions, to see these wonderful Bahamians all, in their way, come together is amazing,” Brear told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7682} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-5.jpg\" alt=\"\" class=\"wp-image-7682\" /><figcaption>Dozens are tarpaulins being loaded onto a plane for delivery to needy Bahamians affected by Hurricane Dorian. Residents in Long Island, located in the south of the country, are leading the relief effort  (Photo: Facebook, @CapeSantaMariaBeachResort) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> “Hurricanes are horrific, and this is one of the most horrific and anything we could do to assist we have done. We’re given an opportunity in life to help one another and the degree to which we help each other is how we are measured,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Relief efforts to continue well into Septmber</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Brear further explained that the GoFundMe campaign will be closed on Monday, but assured that the efforts from Long Islanders will continue for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I know that Long Islanders should be very proud of what they have managed to accomplish and I’m just a very small part in that,” Brear told <strong>BUZZ</strong> on Friday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7684} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-6.jpg\" alt=\"\" class=\"wp-image-7684\" /><figcaption>\'Hold on, help is on the way!\'  (Photo: Facebook, @CapeSantaMariaBeachResort) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hurricane Dorian slammed into northern sections of The Bahamas on Sunday – leaving widespread destruction, grief and sadness as the system delivered unrelenting, 185mph winds, as well as storm surges for hours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interested parties can still make donations to the Long Island relief campaign by following the link to the <a href=\"https://www.gofundme.com/f/longislanders-bahamas-pay-it-forwarddorian?pc=fb_dn_postdonate_r&amp;rcid=r01-15674341236-4527df5155fb45bb&amp;utm_source=facebook&amp;utm_medium=social&amp;utm_campaign=fb_dn_postdonate_r&amp;fbclid=IwAR0aK69Vc6BbsSJ5XYJAZlNkpXdydHtz0GFZVtnHpcR6Jv9B_opae4ekfoU\">GoFundMe here</a>.</p>\n<!-- /wp:paragraph -->','Long Islanders leading Bahamas relief effort after Hurricane Dorian','','inherit','closed','closed','','7665-revision-v1','','','2019-09-06 15:33:26','2019-09-06 20:33:26','',7665,'https://buzz-caribbean.com/article/7665-revision-v1/',0,'revision','',0),(7731,11,'2019-09-06 16:02:31','2019-09-06 21:02:31','','Dancing in the Rain Cover','','inherit','open','closed','','dancing-in-the-rain-cover','','','2019-09-06 16:02:31','2019-09-06 21:02:31','',7695,'https://buzz-caribbean.com/app/uploads/2019/09/Dancing-In-The-Rain.jpg',0,'attachment','image/jpeg',0),(7733,4,'2019-09-06 16:09:18','2019-09-06 21:09:18','<!-- wp:image {\"id\":7732} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/levy.jpg\" alt=\"\" class=\"wp-image-7732\" /><figcaption>Ronald Levy </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica’s Ronald Levy finished the Brussels, Belgium, final Diamond League event of the season second in the 110 metres hurdles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was bested by Orlando Ortega of Spain in 13.22 seconds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Levy was well below his season-best of 13.22 seconds as he clocked 13.31 to finish ahead of Sergey Shubenkov, an authorized neutral athlete, who did 13.33 seconds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Levy’s performance, however, had him finishing fifth in the points-standing behind fellow Jamaican Omar McLeod, who was absent on Friday.  Both Levy and McLeod competed in three of the 14 meets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ortega, who participated in five meets was the overall winner with 28 points, Shubenkov second with 23 and Andrew Pozzi of Great Britain third with 22. Shubenkov and Pozzi took part in four events.</p>\n<!-- /wp:paragraph -->','DIAMOND LEAGUE: Jamaica’s Levy ends second in 110m hurdles','','inherit','closed','closed','','7728-revision-v1','','','2019-09-06 16:09:18','2019-09-06 21:09:18','',7728,'https://buzz-caribbean.com/article/7728-revision-v1/',0,'revision','',0),(7734,23,'2019-09-06 16:56:43','2019-09-06 21:56:43','<!-- wp:image {\"id\":7739} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Danielle_Williams_-_Women_s_100m_Hurdles_-_Doha_2019_-1024x682.jpg\" alt=\"\" class=\"wp-image-7739\" /><figcaption>Jamaica’s Danielle Williams is 2019 Diamond League champion (100 metres hurdles). </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica’s Danielle Williams confirmed her superiority over\nthe women’s 100 metres hurdles field in the Diamond League on Friday when she\ncaptured the Brussels meet in 12.46 seconds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Williams finished well ahead of the United States of America’s\npair of Kendra Harrison, who did 12.73 seconds and Nia Ali who clocked 12.74.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Williams was the overall champion in the women’s 100 metres hurdles and collected US$50,000 for prize money.</p>\n<!-- /wp:paragraph -->','DIAMOND LEAGUE: Jamaica’s Williams captures Brussels to win 100 metres top prize','','publish','open','closed','','diamond-league-jamaicas-williams-captures-brussels-to-win-100-metres-top-prize','','','2019-09-06 16:56:43','2019-09-06 21:56:43','',0,'https://buzz-caribbean.com/?p=7734',0,'post','',0),(7735,4,'2019-09-06 16:12:47','2019-09-06 21:12:47','<!-- wp:paragraph -->\n<p>Jamaica’s Danielle Williams confirmed her superiority over\nthe women’s 100 metres hurdles field in the Diamond League on Friday when she\ncaptured the Brussels meet in 12.46 seconds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Williams finished well ahead of the United States of America’s\npair of Kendra Harrison, who did 12.73 seconds and Nia Ali who clocked 12.74.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Williams was the overall champion in the women’s 100 metres hurdles and collected US$50,000 for prize money.</p>\n<!-- /wp:paragraph -->','DIAMOND LEAGUE: Jamaica’s Williams captures Brussels to win 100 metres top prize','','inherit','closed','closed','','7734-revision-v1','','','2019-09-06 16:12:47','2019-09-06 21:12:47','',7734,'https://buzz-caribbean.com/article/7734-revision-v1/',0,'revision','',0),(7738,4,'2019-09-06 16:38:05','2019-09-06 21:38:05','<!-- wp:image {\"id\":7736} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/featured-image.jpg\" alt=\"\" class=\"wp-image-7736\" /><figcaption>Ronald Levy</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica’s Ronald Levy finished the Brussels, Belgium, final Diamond League event of the season second in the 110 metres hurdles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was bested by Orlando Ortega of Spain in 13.22 seconds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Levy was well below his season-best of 13.22 seconds as he clocked 13.31 to finish ahead of Sergey Shubenkov, an authorized neutral athlete, who did 13.33 seconds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Levy’s performance, however, had him finishing fifth in the points-standing behind fellow Jamaican Omar McLeod, who was absent on Friday.  Both Levy and McLeod competed in three of the 14 meets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ortega, who participated in five meets was the overall winner with 28 points, Shubenkov second with 23 and Andrew Pozzi of Great Britain third with 22. Shubenkov and Pozzi took part in four events.</p>\n<!-- /wp:paragraph -->','DIAMOND LEAGUE: Jamaica’s Levy ends second in 110m hurdles','','inherit','closed','closed','','7728-revision-v1','','','2019-09-06 16:38:05','2019-09-06 21:38:05','',7728,'https://buzz-caribbean.com/article/7728-revision-v1/',0,'revision','',0),(7739,4,'2019-09-06 16:51:37','2019-09-06 21:51:37','','Danielle_Williams_-_Women_s_100m_Hurdles_-_Doha_2019_','','inherit','open','closed','','danielle_williams_-_women_s_100m_hurdles_-_doha_2019_','','','2019-09-06 16:51:37','2019-09-06 21:51:37','',7734,'https://buzz-caribbean.com/app/uploads/2019/09/Danielle_Williams_-_Women_s_100m_Hurdles_-_Doha_2019_.jpg',0,'attachment','image/jpeg',0),(7740,4,'2019-09-06 16:56:43','2019-09-06 21:56:43','<!-- wp:image {\"id\":7739} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Danielle_Williams_-_Women_s_100m_Hurdles_-_Doha_2019_-1024x682.jpg\" alt=\"\" class=\"wp-image-7739\" /><figcaption>Jamaica’s Danielle Williams is 2019 Diamond League champion (100 metres hurdles). </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica’s Danielle Williams confirmed her superiority over\nthe women’s 100 metres hurdles field in the Diamond League on Friday when she\ncaptured the Brussels meet in 12.46 seconds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Williams finished well ahead of the United States of America’s\npair of Kendra Harrison, who did 12.73 seconds and Nia Ali who clocked 12.74.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Williams was the overall champion in the women’s 100 metres hurdles and collected US$50,000 for prize money.</p>\n<!-- /wp:paragraph -->','DIAMOND LEAGUE: Jamaica’s Williams captures Brussels to win 100 metres top prize','','inherit','closed','closed','','7734-revision-v1','','','2019-09-06 16:56:43','2019-09-06 21:56:43','',7734,'https://buzz-caribbean.com/article/7734-revision-v1/',0,'revision','',0),(7741,4,'2019-09-06 17:00:51','2019-09-06 22:00:51','','Featured Image','','inherit','open','closed','','featured-image-2','','','2019-09-06 17:00:51','2019-09-06 22:00:51','',0,'https://buzz-caribbean.com/app/uploads/2019/09/featured-image.jpg',0,'attachment','image/jpeg',0),(7742,4,'2019-09-06 17:02:25','2019-09-06 22:02:25','','featured-image-1','','inherit','open','closed','','featured-image-1','','','2019-09-06 17:02:25','2019-09-06 22:02:25','',7728,'https://buzz-caribbean.com/app/uploads/2019/09/featured-image-1.jpg',0,'attachment','image/jpeg',0),(7743,4,'2019-09-06 17:03:05','2019-09-06 22:03:05','<!-- wp:image {\"id\":7742} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/featured-image-1.jpg\" alt=\"\" class=\"wp-image-7742\" /><figcaption>Ronald Levy</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica’s Ronald Levy finished the Brussels, Belgium, final Diamond League event of the season second in the 110 metres hurdles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was bested by Orlando Ortega of Spain in 13.22 seconds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Levy was well below his season-best of 13.22 seconds as he clocked 13.31 to finish ahead of Sergey Shubenkov, an authorized neutral athlete, who did 13.33 seconds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Levy’s performance, however, had him finishing fifth in the points-standing behind fellow Jamaican Omar McLeod, who was absent on Friday.  Both Levy and McLeod competed in three of the 14 meets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ortega, who participated in five meets was the overall winner with 28 points, Shubenkov second with 23 and Andrew Pozzi of Great Britain third with 22. Shubenkov and Pozzi took part in four events.</p>\n<!-- /wp:paragraph -->','DIAMOND LEAGUE: Jamaica’s Levy ends second in 110m hurdles','','inherit','closed','closed','','7728-revision-v1','','','2019-09-06 17:03:05','2019-09-06 22:03:05','',7728,'https://buzz-caribbean.com/article/7728-revision-v1/',0,'revision','',0),(7744,21,'2019-09-06 18:25:38','2019-09-06 23:25:38','<!-- wp:paragraph -->\n<p>Hosts Jamaica will battle Antigua in the opening Group C match of the CONCACAF Nations League tonight (Sept. 6) at the Montego Bay Sports Complex starting at 7:00 pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7746,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Reggae-Boyz-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-7746\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In a press release by the Jamaica Football Federation (JFF)\nFriday afternoon, the governing body said that Leon Bailey and new recruit\nBobby Reid are slated to take the field in the starting line up of the\nimportant fixture, which can help to decide Jamaica’s fate in the next FIFA\nWorld Cup.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":993} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/leon-bailey-eric-davis-jamaica-panama-gold-cup-2019-1024x576.jpg\" alt=\"\" class=\"wp-image-993\" /><figcaption>Leon Bailey in an intense tackle with Eric Davis in a match against Panama in the Gold Cup</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The release said the full starting line up would be released\nlater Friday evening.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bailey, who first represented Jamaica earlier this year at\nthe CONCACAF Gold Cup, plays for German Bundesliga club Bayer Leverkusen, while\nReid dons the colours of Fulham FC in the English Championships on loan from\nCardiff City.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7748} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bobby-reid-Reggae-Boyz.jpg\" alt=\"\" class=\"wp-image-7748\" /><figcaption>Bobby Reid</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Along with the hosts, Group C is comprised of Antigua and Barbuda, Guyana and Aruba, with Jamaica\'s Reggae Boyz favoured to top the standings after the round-robin format is completed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Apart from the World Cup ambitions, Jamaica’s next Gold Cup\nhopes will also be hinged on the performance in the Nations League and coach\nTheodore Whitemore is expecting a tough contest from the opponents in the\ngroup.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7749} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Theodore-Whitmore-Reggae-Boyz-1024x683.jpg\" alt=\"\" class=\"wp-image-7749\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Boyz, however, will be at full strength in the match, as\nWhitmore has at his disposal many of the players who ply their trade in leagues\naround the globe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reid will have fellow Jamaicans who play in England Daniel\nJohnson and Arian Mariappa along with the United States of America-based Junior\nFlemmings, Corey Burke, Peter Vassell, Alvas Powell and Devon Williams.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Local players are also well represented in Whitmore’s squad\nwith goalkeepers Amal Knight of UWI and Jeadine White of Humble Lion, Andre\nLewis of Portmore United, Alex Marshall of Cavalier and Kevaughn Isaacs of\nMount Pleasant Football Academy also available to Whitmore.</p>\n<!-- /wp:paragraph -->','Reggae Boyz hunt Antigua in Nations League','','publish','open','closed','','reggae-boyz-hunt-antigua-in-nations-league','','','2019-09-06 18:52:46','2019-09-06 23:52:46','',0,'https://buzz-caribbean.com/?p=7744',0,'post','',0),(7745,14,'2019-09-06 19:14:39','2019-09-07 00:14:39','<!-- wp:image {\"id\":7747} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/robert-mugabe-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-7747\" /><figcaption>Former Prime Minister, President and dictator of Zimbabwe Robert Mugabe (Photo: The South African)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As Zimbabweans awoke to the news that former dictator Robert Mugabe, 95, passed away on Friday, September 6, many were left unsure how to feel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The country teeters on the edge of collapse\nafter 37 years of corruption and mismanagement, as one of the toughest places\nto live.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7752} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/mugave-zimbabwe-protest-buzz-demo-1024x595.jpg\" alt=\"\" class=\"wp-image-7752\" /><figcaption>People gather at an anti-Mugabe rally held by the War Veterans as part of mass action protests that have brought Harare to a standstill, in November 2017. The Zimbabwe National Army (ZNA) took control of the country from Robert Mugabe, who was placed under house arrest, signalling the end of his 37-year dictatorship.  (Photo: Kim Ludbrook, European Pressphoto Agency)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>More than half of the population depends on food aid, remittances and Zimbabwe has the highest orphan rate in the world. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Making matters worse, unhappiness, youth unemployment is high, life expectancy is low, and the Zimbabwean dollar is virtually worthless.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7750} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/zimbabwean-dollar.jpg\" alt=\"\" class=\"wp-image-7750\" /><figcaption>This ZD$100,000,000,000,000 note is worth just US .40¢ (Photo: WorldAtlas.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It’s a stark contrast to the Zimbabwe\nbefore Mugabe’s rule in 1980 – which boasted a thriving economy, rich farmlands,\nmassive mineral deposits as well as the fastest-growing black middle class in\nall of Africa…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the world reflects on his conflicting legacy as a liberator and dictator, <strong>BUZZ</strong> presents some interesting facts on the history of Zimbabwe under Robert Mugabe:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Father of independent Zimbabwe</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>After taking oath in April 1980, Mugabe gave a speech at Salisbury\'s Rufaro Stadium announcing that Rhodesia would be renamed \"Zimbabwe\", declaring the new country as a model for racial reconciliation in Africa.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7753} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/robert-mugabe-buzz-demo-2-679x1024.jpg\" alt=\"\" class=\"wp-image-7753\" /><figcaption>Robert Mugabe in 1982 (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>This plan quickly fell through the cracks as the Mugabe-led Zimbabwe African National Union – Patriotic Front (ZANU-PF), bought a South African company, now owning most of Zimbabwe\'s newspapers. Mugabe fired white editors of these newspapers, replacing them with government appointees, and turning these media outlets into a source of the ZANU-PF\'s propaganda machinery.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7754} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/mugabe-1980-cabinet-1024x623.jpg\" alt=\"\" class=\"wp-image-7754\" /><figcaption>The newly elected Parliament of Zimbabwe in 1980 poses for its official photo (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Education, health improves...</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>The picture in Zimbabwe wasn’t entirely woeful: between 1980 and 2000, the adult literacy rate rose from 62 percent to 82 percent, becoming one of the best records in Africa. The number of secondary schools also ballooned from 177 to 1,548. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7755} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/harare-zimbabwe-1990-buzz-demo-1024x987.jpg\" alt=\"\" class=\"wp-image-7755\" /><figcaption>Second Street in Salisbury, now known as Harare in the 1990s (Photo: Flickr)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>Under Mugabe’s leadership, levels of child immunisation grew from 25 percent of the population to 92 percent during the period 1980-2000.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2>The fall of Zimbabwe\'s promise</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>The country took a turn for the worse, howe when Zimbabwe’s parliament, loyal to Mugabe, declared him to be executive President in December 1987. The new position, that combined the roles of head of state, head of government, and commander-in-chief of the armed forces, now gave Mugabe the power to dissolve parliament, declare martial law, and run for an unlimited number of terms.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Over the course of the 1990s, Zimbabwe\'s economy steadily deteriorated. Living standards, which were already terrible for majority of the population, worsened between 1980 and 2000. Life expectancy was reduced, average wages dropped further, and unemployment had tripled. By 1998, unemployment was almost 50 percent.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2>The beginning of the end?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Leading up to the tumultuous general elections in June, government-backed land invasions began as armed gangs attacked and occupied white-owned farms. The February 2000 invasions were justified as retribution for the white community\'s alleged involvement in securing the success of the \'no\' vote in a recent referendum.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7759} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/farm-seziures-zimbabwe-demo-buzz.jpg\" alt=\"\" class=\"wp-image-7759\" /><figcaption>A white Zimbabwean farmer looks at what\'s left of his land in the district of Chiredzi (Photo: CAJNewsAfrica.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>Mugabe issued a presidential decree permitting the expropriation of virtually all white-owned farms in Zimbabwe without compensation – effectively decimating agricultural development. Maize production dropped by from two million tonnes in 2000 to less than 450,000 tonnes in 2008. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2>An economy barely holding on, breaks</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>By this time, Zimbabwe’s fragile economic outlook cracked like an egg. Cut nearly in half, the country’s GDP fell to US$3.4 billion; inflation precipitated an economic crisis. By 2007, Zimbabwe had the highest inflation rate in the world, at 7600 percent. Just a year later, the inflation exceeded 100,000% and a loaf of bread cost a third of the average daily wage.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7761} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/zimbabwe-inflation-protests-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-7761\" /><figcaption>Inflation, still a contentious issue within Zimbabwe, spurred mass protests earlier in August this year (Photo: Tendai Marima, NPR)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>By 2005, nearly 80 percent of what remained of Zimbabwe\'s population were unhappy and unemployed; only 20 percent of children were in schooling. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>A cholera outbreak in late 2008, spurred by the breakdown of water supplies and sewage systems, saw over 98,000 cases in Zimbabwe between August 2008 and mid-July 2009. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7763} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/zimbabwe-cholera-outbreak-2009-buzz-demo.jpg\" alt=\"\" class=\"wp-image-7763\" /><figcaption>A doctor treating a young child during the 2008 cholera epidemic in Zimbabwe (Photo: DoctorsWithoutBoreders.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>In 2007, the World Health Organisation (WHO) declared the average life expectancy in Zimbabwe to be 34 for women and 36 for men, a drastic fall from 63 and 54 respectively in 1997.</li></ul>\n<!-- /wp:list -->','Understanding Zimbabwe\'s silence after Robert Mugabe\'s passing','','publish','open','closed','','understanding-zimbabwes-silence-after-robert-mugabes-passing','','','2019-09-06 19:14:40','2019-09-07 00:14:40','',0,'https://buzz-caribbean.com/?p=7745',0,'post','',0),(7746,11,'2019-09-06 18:08:26','2019-09-06 23:08:26','','Reggae-Boyz-Buzz-Caribbean','','inherit','open','closed','','reggae-boyz-buzz-caribbean','','','2019-09-06 18:08:26','2019-09-06 23:08:26','',7744,'https://buzz-caribbean.com/app/uploads/2019/09/Reggae-Boyz-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(7747,14,'2019-09-06 18:13:05','2019-09-06 23:13:05','','robert-mugabe-buzz-demo','','inherit','open','closed','','robert-mugabe-buzz-demo','','','2019-09-06 18:13:05','2019-09-06 23:13:05','',7745,'https://buzz-caribbean.com/app/uploads/2019/09/robert-mugabe-buzz-demo.jpg',0,'attachment','image/jpeg',0),(7748,11,'2019-09-06 18:13:39','2019-09-06 23:13:39','','bobby-reid-Reggae-Boyz','','inherit','open','closed','','bobby-reid-reggae-boyz','','','2019-09-06 18:13:39','2019-09-06 23:13:39','',7744,'https://buzz-caribbean.com/app/uploads/2019/09/bobby-reid-Reggae-Boyz.jpg',0,'attachment','image/jpeg',0),(7749,11,'2019-09-06 18:18:23','2019-09-06 23:18:23','','Theodore-Whitmore-Reggae-Boyz','','inherit','open','closed','','theodore-whitmore-reggae-boyz','','','2019-09-06 18:18:23','2019-09-06 23:18:23','',7744,'https://buzz-caribbean.com/app/uploads/2019/09/Theodore-Whitmore-Reggae-Boyz.jpg',0,'attachment','image/jpeg',0),(7750,14,'2019-09-06 18:18:54','2019-09-06 23:18:54','','zimbabwean-dollar','','inherit','open','closed','','zimbabwean-dollar','','','2019-09-06 18:18:54','2019-09-06 23:18:54','',7745,'https://buzz-caribbean.com/app/uploads/2019/09/zimbabwean-dollar.jpg',0,'attachment','image/jpeg',0),(7751,11,'2019-09-06 18:25:38','2019-09-06 23:25:38','<!-- wp:paragraph -->\n<p>Hosts Jamaica will battle Antigua in the opening Group C match of the CONCACAF Nations League tonight (Sept. 6) at the Montego Bay Sports Complex starting at 7:00 pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7746,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Reggae-Boyz-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-7746\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In a press release by the Jamaica Football Federation (JFF)\nFriday afternoon, the governing body said that Leon Bailey and new recruit\nBobby Reid are slated to take the field in the starting line up of the\nimportant fixture, which can help to decide Jamaica’s fate in the next FIFA\nWorld Cup.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":993} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/leon-bailey-eric-davis-jamaica-panama-gold-cup-2019-1024x576.jpg\" alt=\"\" class=\"wp-image-993\" /><figcaption>Leon Bailey in an intense tackle with Eric Davis in a match against Panama in the Gold Cup</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The release said the full starting line up would be released\nlater Friday evening.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bailey, who first represented Jamaica earlier this year at\nthe CONCACAF Gold Cup, plays for German Bundesliga club Bayer Leverkusen, while\nReid dons the colours of Fulham FC in the English Championships on loan from\nCardiff City.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7748} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bobby-reid-Reggae-Boyz.jpg\" alt=\"\" class=\"wp-image-7748\" /><figcaption>Bobby Reid</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Along with the hosts, Group C is comprised of Antigua and Barbuda, Guyana and Aruba, with Jamaica\'s Reggae Boyz favoured to top the standings after the round-robin format is completed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Apart from the World Cup ambitions, Jamaica’s next Gold Cup\nhopes will also be hinged on the performance in the Nations League and coach\nTheodore Whitemore is expecting a tough contest from the opponents in the\ngroup.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7749} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Theodore-Whitmore-Reggae-Boyz-1024x683.jpg\" alt=\"\" class=\"wp-image-7749\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Boyz, however, will be at full strength in the match, as\nWhitmore has at his disposal many of the players who ply their trade in leagues\naround the globe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reid will have fellow Jamaicans who play in England Daniel\nJohnson and Arian Mariappa along with the United States of America-based Junior\nFlemmings, Corey Burke, Peter Vassell, Alvas Powell and Devon Williams.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Local players are also well represented in Whitmore’s squad\nwith goalkeepers Amal Knight of UWI and Jeadine White of Humble Lion, Andre\nLewis of Portmore United, Alex Marshall of Cavalier and Kevaughn Isaacs of\nMount Pleasant Football Academy also available to Whitmore.</p>\n<!-- /wp:paragraph -->','Reggae Boyz hunt Antigua in Nations League','','inherit','closed','closed','','7744-revision-v1','','','2019-09-06 18:25:38','2019-09-06 23:25:38','',7744,'https://buzz-caribbean.com/article/7744-revision-v1/',0,'revision','',0),(7752,14,'2019-09-06 18:26:23','2019-09-06 23:26:23','','mugave-zimbabwe-protest-buzz-demo','epa06336734 People gather at an anti President Mugabe rally held by the War Veterans as part mass action protests that have brought the city to a stand still, in Harare, Zimbabwe, 18 November 2017. The Zimbabwe National Army (ZNA) has taken over the control of the running of the country with Robert Mugabe, being under house arrest for days, but making his first public appearance at a University graduation ceremony on 17 November 2017.  EPA-EFE/KIM LUDBROOK','inherit','open','closed','','mugave-zimbabwe-protest-buzz-demo','','','2019-09-06 18:26:23','2019-09-06 23:26:23','',7745,'https://buzz-caribbean.com/app/uploads/2019/09/mugave-zimbabwe-protest-buzz-demo.jpg',0,'attachment','image/jpeg',0),(7753,14,'2019-09-06 18:27:45','2019-09-06 23:27:45','','robert-mugabe-buzz-demo-2','','inherit','open','closed','','robert-mugabe-buzz-demo-2','','','2019-09-06 18:27:45','2019-09-06 23:27:45','',7745,'https://buzz-caribbean.com/app/uploads/2019/09/robert-mugabe-buzz-demo-2.jpg',0,'attachment','image/jpeg',0),(7754,14,'2019-09-06 18:28:48','2019-09-06 23:28:48','','mugabe-1980-cabinet','','inherit','open','closed','','mugabe-1980-cabinet','','','2019-09-06 18:28:48','2019-09-06 23:28:48','',7745,'https://buzz-caribbean.com/app/uploads/2019/09/mugabe-1980-cabinet.jpg',0,'attachment','image/jpeg',0),(7755,14,'2019-09-06 18:32:39','2019-09-06 23:32:39','','harare-zimbabwe-1990-buzz-demo','','inherit','open','closed','','harare-zimbabwe-1990-buzz-demo','','','2019-09-06 18:32:39','2019-09-06 23:32:39','',7745,'https://buzz-caribbean.com/app/uploads/2019/09/harare-zimbabwe-1990-buzz-demo.jpg',0,'attachment','image/jpeg',0),(7757,11,'2019-09-06 18:46:13','2019-09-06 23:46:13','','Leon Bailey Eric Davis Jamaica Feature Image','','inherit','open','closed','','leon-bailey-eric-davis-jamaica-feature-image','','','2019-09-06 18:46:13','2019-09-06 23:46:13','',7744,'https://buzz-caribbean.com/app/uploads/2019/09/leon-bailey-eric-davis-jamaica-Feature-Image.jpg',0,'attachment','image/jpeg',0),(7759,14,'2019-09-06 18:48:48','2019-09-06 23:48:48','','farm-seziures-zimbabwe-demo-buzz','','inherit','open','closed','','farm-seziures-zimbabwe-demo-buzz','','','2019-09-06 18:48:48','2019-09-06 23:48:48','',7745,'https://buzz-caribbean.com/app/uploads/2019/09/farm-seziures-zimbabwe-demo-buzz.jpg',0,'attachment','image/jpeg',0),(7760,4,'2019-09-06 18:52:15','2019-09-06 23:52:15','','Theodore Whitmore Reggae Boyz 1024x683','','inherit','open','closed','','theodore-whitmore-reggae-boyz-1024x683','','','2019-09-06 18:52:15','2019-09-06 23:52:15','',0,'https://buzz-caribbean.com/app/uploads/2019/09/Theodore-Whitmore-Reggae-Boyz-1024x683-1.jpg',0,'attachment','image/jpeg',0),(7761,14,'2019-09-06 18:55:32','2019-09-06 23:55:32','','zimbabwe-inflation-protests-buzz-demo','','inherit','open','closed','','zimbabwe-inflation-protests-buzz-demo','','','2019-09-06 18:55:32','2019-09-06 23:55:32','',7745,'https://buzz-caribbean.com/app/uploads/2019/09/zimbabwe-inflation-protests-buzz-demo.jpg',0,'attachment','image/jpeg',0),(7762,13,'2019-09-07 06:30:18','2019-09-07 11:30:18','<!-- wp:paragraph -->\n<p>EA Sports’ flagship basketball game has finally been released, and basketball fans and the gaming world are ready! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7764} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/nba-2k-20-cover-Buzz-Caribbean-1024x576.jpeg\" alt=\"Cover image of the NBA 2K20 video game.\" class=\"wp-image-7764\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The last trade window in the NBA league has seen the biggest off-season roster shake-up in league history. This has sparked even more than the usual interest for NBA 2K&nbsp; fans. Adding to the excitement is the MyCareer Mode in NBA 2K20 that showcases its star-studded cast featuring Idris Elba and Rosario Dawson.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7777} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Lebron-James-Buzz-Caribbean-1024x614.jpg\" alt=\"Animated image Lebron James\" class=\"wp-image-7777\" /><figcaption>Lebron James</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The highest-rated players are LeBron James, Kawhi Leonard, Giannis Antetokounmpo, James Harden, Kevin Durant, Stephen Curry, Anthony Davis, Paul George, Damian Lillard and Joel Embiid. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7778} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Steph-Curry-Buzz-Caribbean-1024x614.jpg\" alt=\"Animated image of Stephen Curry\" class=\"wp-image-7778\" /><figcaption>Stephen Curry</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The top dunkers are Zion, Donovan Mitchell, Zach LaVine; the top shooters are Steph, Klay Thompson and Joe Harris; and the top-rated handles are Kyrie Irving, Steph and Harden. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See video highlights below and tell us what you think <strong>BUZZ </strong>fam. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=u9tYdvbSAHQ\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=u9tYdvbSAHQ\n</div></figure>\n<!-- /wp:embed -->','NBA 2K20 is finally here! Popular basketball game released','','publish','open','closed','','nba-2k20-is-finally-here-espns-flagship-basketball-game-released','','','2019-09-07 15:33:23','2019-09-07 20:33:23','',0,'https://buzz-caribbean.com/?p=7762',0,'post','',0),(7763,14,'2019-09-06 18:57:30','2019-09-06 23:57:30','','zimbabwe-cholera-outbreak-2009-buzz-demo','','inherit','open','closed','','zimbabwe-cholera-outbreak-2009-buzz-demo','','','2019-09-06 18:57:30','2019-09-06 23:57:30','',7745,'https://buzz-caribbean.com/app/uploads/2019/09/zimbabwe-cholera-outbreak-2009-buzz-demo.jpg',0,'attachment','image/jpeg',0),(7764,11,'2019-09-06 19:01:45','2019-09-07 00:01:45','','nba-2k-20-cover-Buzz-Caribbean','','inherit','open','closed','','nba-2k-20-cover-buzz-caribbean','','','2019-09-06 19:01:45','2019-09-07 00:01:45','',7762,'https://buzz-caribbean.com/app/uploads/2019/09/nba-2k-20-cover-Buzz-Caribbean.jpeg',0,'attachment','image/jpeg',0),(7765,4,'2019-09-06 19:07:23','2019-09-07 00:07:23','','Butch Stewart On Bloomberg Tv','','inherit','open','closed','','butch-stewart-on-bloomberg-tv','','','2019-09-06 19:07:23','2019-09-07 00:07:23','',0,'https://buzz-caribbean.com/app/uploads/2019/09/butch-stewart-on-bloomberg-tv.png',0,'attachment','image/png',0),(7766,4,'2019-09-06 19:07:31','2019-09-07 00:07:31','','Sandals On The Sea','','inherit','open','closed','','sandals-on-the-sea','','','2019-09-06 19:07:31','2019-09-07 00:07:31','',0,'https://buzz-caribbean.com/app/uploads/2019/09/sandals-on-the-sea.png',0,'attachment','image/png',0),(7767,4,'2019-09-06 19:07:41','2019-09-07 00:07:41','','Young Butch Stewart','','inherit','open','closed','','young-butch-stewart','','','2019-09-06 19:07:41','2019-09-07 00:07:41','',0,'https://buzz-caribbean.com/app/uploads/2019/09/Young-butch-stewart.png',0,'attachment','image/png',0),(7768,14,'2019-09-06 19:14:39','2019-09-07 00:14:39','<!-- wp:image {\"id\":7747} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/robert-mugabe-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-7747\" /><figcaption>Former Prime Minister, President and dictator of Zimbabwe Robert Mugabe (Photo: The South African)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As Zimbabweans awoke to the news that former dictator Robert Mugabe, 95, passed away on Friday, September 6, many were left unsure how to feel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The country teeters on the edge of collapse\nafter 37 years of corruption and mismanagement, as one of the toughest places\nto live.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7752} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/mugave-zimbabwe-protest-buzz-demo-1024x595.jpg\" alt=\"\" class=\"wp-image-7752\" /><figcaption>People gather at an anti-Mugabe rally held by the War Veterans as part of mass action protests that have brought Harare to a standstill, in November 2017. The Zimbabwe National Army (ZNA) took control of the country from Robert Mugabe, who was placed under house arrest, signalling the end of his 37-year dictatorship.  (Photo: Kim Ludbrook, European Pressphoto Agency)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>More than half of the population depends on food aid, remittances and Zimbabwe has the highest orphan rate in the world. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Making matters worse, unhappiness, youth unemployment is high, life expectancy is low, and the Zimbabwean dollar is virtually worthless.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7750} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/zimbabwean-dollar.jpg\" alt=\"\" class=\"wp-image-7750\" /><figcaption>This ZD$100,000,000,000,000 note is worth just US .40¢ (Photo: WorldAtlas.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It’s a stark contrast to the Zimbabwe\nbefore Mugabe’s rule in 1980 – which boasted a thriving economy, rich farmlands,\nmassive mineral deposits as well as the fastest-growing black middle class in\nall of Africa…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the world reflects on his conflicting legacy as a liberator and dictator, <strong>BUZZ</strong> presents some interesting facts on the history of Zimbabwe under Robert Mugabe:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Father of independent Zimbabwe</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>After taking oath in April 1980, Mugabe gave a speech at Salisbury\'s Rufaro Stadium announcing that Rhodesia would be renamed \"Zimbabwe\", declaring the new country as a model for racial reconciliation in Africa.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7753} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/robert-mugabe-buzz-demo-2-679x1024.jpg\" alt=\"\" class=\"wp-image-7753\" /><figcaption>Robert Mugabe in 1982 (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>This plan quickly fell through the cracks as the Mugabe-led Zimbabwe African National Union – Patriotic Front (ZANU-PF), bought a South African company, now owning most of Zimbabwe\'s newspapers. Mugabe fired white editors of these newspapers, replacing them with government appointees, and turning these media outlets into a source of the ZANU-PF\'s propaganda machinery.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7754} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/mugabe-1980-cabinet-1024x623.jpg\" alt=\"\" class=\"wp-image-7754\" /><figcaption>The newly elected Parliament of Zimbabwe in 1980 poses for its official photo (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Education, health improves...</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>The picture in Zimbabwe wasn’t entirely woeful: between 1980 and 2000, the adult literacy rate rose from 62 percent to 82 percent, becoming one of the best records in Africa. The number of secondary schools also ballooned from 177 to 1,548. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7755} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/harare-zimbabwe-1990-buzz-demo-1024x987.jpg\" alt=\"\" class=\"wp-image-7755\" /><figcaption>Second Street in Salisbury, now known as Harare in the 1990s (Photo: Flickr)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>Under Mugabe’s leadership, levels of child immunisation grew from 25 percent of the population to 92 percent during the period 1980-2000.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2>The fall of Zimbabwe\'s promise</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>The country took a turn for the worse, howe when Zimbabwe’s parliament, loyal to Mugabe, declared him to be executive President in December 1987. The new position, that combined the roles of head of state, head of government, and commander-in-chief of the armed forces, now gave Mugabe the power to dissolve parliament, declare martial law, and run for an unlimited number of terms.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Over the course of the 1990s, Zimbabwe\'s economy steadily deteriorated. Living standards, which were already terrible for majority of the population, worsened between 1980 and 2000. Life expectancy was reduced, average wages dropped further, and unemployment had tripled. By 1998, unemployment was almost 50 percent.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2>The beginning of the end?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Leading up to the tumultuous general elections in June, government-backed land invasions began as armed gangs attacked and occupied white-owned farms. The February 2000 invasions were justified as retribution for the white community\'s alleged involvement in securing the success of the \'no\' vote in a recent referendum.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7759} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/farm-seziures-zimbabwe-demo-buzz.jpg\" alt=\"\" class=\"wp-image-7759\" /><figcaption>A white Zimbabwean farmer looks at what\'s left of his land in the district of Chiredzi (Photo: CAJNewsAfrica.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>Mugabe issued a presidential decree permitting the expropriation of virtually all white-owned farms in Zimbabwe without compensation – effectively decimating agricultural development. Maize production dropped by from two million tonnes in 2000 to less than 450,000 tonnes in 2008. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2>An economy barely holding on, breaks</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>By this time, Zimbabwe’s fragile economic outlook cracked like an egg. Cut nearly in half, the country’s GDP fell to US$3.4 billion; inflation precipitated an economic crisis. By 2007, Zimbabwe had the highest inflation rate in the world, at 7600 percent. Just a year later, the inflation exceeded 100,000% and a loaf of bread cost a third of the average daily wage.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7761} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/zimbabwe-inflation-protests-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-7761\" /><figcaption>Inflation, still a contentious issue within Zimbabwe, spurred mass protests earlier in August this year (Photo: Tendai Marima, NPR)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>By 2005, nearly 80 percent of what remained of Zimbabwe\'s population were unhappy and unemployed; only 20 percent of children were in schooling. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>A cholera outbreak in late 2008, spurred by the breakdown of water supplies and sewage systems, saw over 98,000 cases in Zimbabwe between August 2008 and mid-July 2009. </li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":7763} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/zimbabwe-cholera-outbreak-2009-buzz-demo.jpg\" alt=\"\" class=\"wp-image-7763\" /><figcaption>A doctor treating a young child during the 2008 cholera epidemic in Zimbabwe (Photo: DoctorsWithoutBoreders.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>In 2007, the World Health Organisation (WHO) declared the average life expectancy in Zimbabwe to be 34 for women and 36 for men, a drastic fall from 63 and 54 respectively in 1997.</li></ul>\n<!-- /wp:list -->','Understanding Zimbabwe\'s silence after Robert Mugabe\'s passing','','inherit','closed','closed','','7745-revision-v1','','','2019-09-06 19:14:39','2019-09-07 00:14:39','',7745,'https://buzz-caribbean.com/article/7745-revision-v1/',0,'revision','',0),(7769,4,'2019-09-06 20:26:39','2019-09-07 01:26:39','<!-- wp:image {\"id\":7765} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/butch-stewart-on-bloomberg-tv-1024x603.png\" alt=\"\" class=\"wp-image-7765\" /><figcaption>A screen grab from Bloomberg TV\'s feature of Sandals Chairman Gordon \'Butch\' Stewart. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pleasing the customer. That\'s the foundation on which Gordon \'Butch\' Stewart built his world-renowned ATL/Sandals brand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Service. Attitude. Smile. Make people feel comfortable. You treat them as honoured guests, and anything that they need that\'s professional, you do it,\" Stewart told Bloomberg TV.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Bloomberg TV programme delves into the journeys of the world’s most successful entrepreneurs. The episode featuring Stewart looked at the birth of the Sandals brand, what the family-owned empire looks like today, key players who helped turn Stewart’s vision into reality, and what Stewart has done with the company’s success to give back to communities in which he operates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stewart praised the workers who helped make the brand what it is today. \"Jamaicans have big hearts. The personality, the attitude, the mentality,\" he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>See video for snippets of the feature below.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=boqS84fkppM\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=boqS84fkppM&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Watch Butch Stewart tell Bloomberg TV the recipe of the Sandals success','','publish','open','closed','','watch-butch-stewart-tell-bloomberg-tv-the-recipe-of-the-sandals-success','','','2019-09-06 20:29:56','2019-09-07 01:29:56','',0,'https://buzz-caribbean.com/?p=7769',0,'post','',0),(7770,4,'2019-09-06 19:25:05','2019-09-07 00:25:05','<iframe title=\"Business mogul Gordon &#039;Butch&#039; Stewart tells Bloomberg TV the Sandals story\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/boqS84fkppM?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','59d81ce5db38e09a93e401642bbea7bb','','','2019-09-06 19:25:05','2019-09-07 00:25:05','',0,'https://buzz-caribbean.com/article/59d81ce5db38e09a93e401642bbea7bb/',0,'oembed_cache','',0),(7772,4,'2019-09-06 19:46:11','2019-09-07 00:46:11','<!-- wp:paragraph -->\n<p>Business Sandals and Beaches Chairman Gordon ‘Butch’ Stewart has been featured on the widely watched <strong>The American Dream</strong> show on Bloomberg TV.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The American Dream</strong> delves into the journeys of the world’s most successful entrepreneurs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The episode looked at the birth of the Sandals brand, what the family-owned empire looks like today, key players who helped turn Stewart’s vision into reality, and what Stewart has done with the company’s success to give back to communities in which he operates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=boqS84fkppM\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=boqS84fkppM&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Watch Butch Stewart tell Bloomberg TV the recipe of the Sandals/ATL\'s success','','inherit','closed','closed','','7769-revision-v1','','','2019-09-06 19:46:11','2019-09-07 00:46:11','',7769,'https://buzz-caribbean.com/article/7769-revision-v1/',0,'revision','',0),(7774,4,'2019-09-06 20:26:39','2019-09-07 01:26:39','<!-- wp:image {\"id\":7765} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/butch-stewart-on-bloomberg-tv-1024x603.png\" alt=\"\" class=\"wp-image-7765\" /><figcaption>A screen grab from Bloomberg TV\'s feature of Sandals Chairman Gordon \'Butch\' Stewart. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pleasing the customer. That\'s the foundation on which Gordon \'Butch\' Stewart built his world-renowned ATL/Sandals brand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Service. Attitude. Smile. Make people feel comfortable. You treat them as honoured guests, and anything that they need that\'s professional, you do it,\" Stewart told Bloomberg TV.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Bloomberg TV programme delves into the journeys of the world’s most successful entrepreneurs. The episode featuring Stewart looked at the birth of the Sandals brand, what the family-owned empire looks like today, key players who helped turn Stewart’s vision into reality, and what Stewart has done with the company’s success to give back to communities in which he operates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stewart praised the workers who helped make the brand what it is today. \"Jamaicans have big hearts. The personality, the attitude, the mentality,\" he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>See video for snippets of the feature below.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=boqS84fkppM\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=boqS84fkppM&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Watch Butch Stewart tell Bloomberg TV the recipe of the Sandals success','','inherit','closed','closed','','7769-revision-v1','','','2019-09-06 20:26:39','2019-09-07 01:26:39','',7769,'https://buzz-caribbean.com/article/7769-revision-v1/',0,'revision','',0),(7776,23,'2019-09-06 23:09:37','2019-09-07 04:09:37','<!-- wp:image {\"id\":7790} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/leon-bailey-celebrates-reggae-boyz-1024x999.jpg\" alt=\"\" class=\"wp-image-7790\" /><figcaption>Leon Bailey among scorers in the Reggae Boyz\' 6-0 whipping of Antigua and Barbuda Friday night (Sept 6).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica’s Reggae Boyz defeated Antigua and Barbuda 6-0 in the CONCACAF Nations League at the Montego Bay Sports Complex Friday evening. It was the opening match in Group C of the competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The victory was spearheaded through a brace from Shamar Nicholson in the ninth and 51<sup>st</sup> minutes, new recruit Bobby Reid in the 31<sup>st</sup>, Brian Brown in the 67<sup>th</sup>, Leon Bailey in the 77<sup>th</sup> and Peter-Lee Vassell in the 81<sup>st</sup>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Reggae Boyz’ German Bundesliga player Bailey played a role in the first two goals as he headed on a goalkeeper Andre Blake’s goal kick for Nicholson to finish. Bailey then dribbled down the right flank before cutting inside the box and finding Reid, who finished.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nicholas increased the lead when he headed in an Alvas Powell’s cross before Brown scored minutes after going on to the field. Bailey subsequently added his first goal in the Jamaican colours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The other teams in the group are Guyana and Aruba.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Reggae Boyz will next be in action on Monday, Sept 9 when they face Guyana at the Leonora Track and Field Stadium in Guyana.</p>\n<!-- /wp:paragraph -->','TOO HOT TO HANDLE: Reggae Boyz swamp Antigua 6-0 in Nations League','','publish','open','closed','','too-hot-to-handle-reggae-boyz-swamp-antigua-6-0-in-nations-league','','','2019-09-06 23:38:14','2019-09-07 04:38:14','',0,'https://buzz-caribbean.com/?p=7776',0,'post','',0),(7777,11,'2019-09-06 23:00:10','2019-09-07 04:00:10','','Lebron-James-Buzz-Caribbean','','inherit','open','closed','','lebron-james-buzz-caribbean','','','2019-09-06 23:00:10','2019-09-07 04:00:10','',7762,'https://buzz-caribbean.com/app/uploads/2019/09/Lebron-James-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(7778,11,'2019-09-06 23:00:23','2019-09-07 04:00:23','','Steph-Curry-Buzz-Caribbean','','inherit','open','closed','','steph-curry-buzz-caribbean','','','2019-09-06 23:00:23','2019-09-07 04:00:23','',7762,'https://buzz-caribbean.com/app/uploads/2019/09/Steph-Curry-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(7779,11,'2019-09-06 23:08:25','2019-09-07 04:08:25','<!-- wp:paragraph -->\n<p>ESPN’s flagship basketball game has\nfinally been released and basketball fans and the gaming world are ready! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7764} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/nba-2k-20-cover-Buzz-Caribbean-1024x576.jpeg\" alt=\"Cover image of the NBA 2K20 video game.\" class=\"wp-image-7764\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The last trade window in the NBA league has seen the biggest off-season roster shake-up in league history. This has sparked even more than the usual interest for NBA 2K  fans. Adding to the excitement is the MyCareer Mode in NBA 2K20 that showcases its star-studded cast featuring Idris Elba and Rosario Dawson.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7777} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Lebron-James-Buzz-Caribbean-1024x614.jpg\" alt=\"Animated image Lebron James\" class=\"wp-image-7777\" /><figcaption>Lebron James</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The highest-rated players are LeBron James, Kawhi Leonard, Giannis Antetokounmpo, James Harden, Kevin Durant, Stephen Curry, Anthony Davis, Paul George, Damian Lillard and Joel Embiid. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7778} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Steph-Curry-Buzz-Caribbean-1024x614.jpg\" alt=\"Animated image of Stephen Curry\" class=\"wp-image-7778\" /><figcaption>Stephen Curry</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The top dunkers are Zion, Donovan Mitchell, Zach LaVine; the top shooters are Steph, Klay Thompson and Joe Harris; and the top-rated handles are Kyrie Irving, Steph and Harden. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See video highlights below and tell us what you think <strong>BUZZ </strong>fam. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=u9tYdvbSAHQ\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=u9tYdvbSAHQ\n</div></figure>\n<!-- /wp:embed -->','NBA 2K20 is finally here! ESPN’s flagship basketball game released','','inherit','closed','closed','','7762-revision-v1','','','2019-09-06 23:08:25','2019-09-07 04:08:25','',7762,'https://buzz-caribbean.com/article/7762-revision-v1/',0,'revision','',0),(7780,11,'2019-09-06 23:08:25','2019-09-07 04:08:25','<iframe title=\"NBA 2K20: When The Lights Are Brightest\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/u9tYdvbSAHQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','658ca65ea89c14fe7c73486a89792f9b','','','2019-09-06 23:08:25','2019-09-07 04:08:25','',0,'https://buzz-caribbean.com/article/658ca65ea89c14fe7c73486a89792f9b/',0,'oembed_cache','',0),(7781,21,'2019-09-07 06:00:30','2019-09-07 11:00:30','<!-- wp:image {\"id\":7788} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/PNP-Phillips-Bunting-Leadership-Election-1-1024x614.jpg\" alt=\"\" class=\"wp-image-7788\" /><figcaption>PNP delegates to choose between the incumbent leader, Dr Peter Phillips or challenger, Peter Bunting to serve as leader of the People\'s National Party (PNP) and Opposition Leader on September 7.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>By late Saturday evening, one Peter will be punching the air while the other will be licking his wounds and pondering his political future. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Will it be the incumbent Phillips or the upstart challenger Bunting? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only the votes of the 3,000 People’s National Party (PNP) delegates can come up with a definite answer. Delegates will start casting their ballots at the National Arena in St Andrew at 10am Saturday (Sept 7). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7783} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Peter-Phillips-Official-JIS-Buzz-Caribbean-819x1024.jpg\" alt=\"\" class=\"wp-image-7783\" /><figcaption>Dr Peter Phillips</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Peter David Phillips has undoubtedly been one of the best performing politicians on either side of the fence. He has starred in the health, transport, security and finance ministries, but has a penchant for losing important electoral races. Backed by some of the party’s biggest names, Peter Phillips is aiming to buck that trend.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/DrPeterPhillips/status/1170027353239642112\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/DrPeterPhillips/status/1170027353239642112\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>His One PNP Team is confident of victory. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7785} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Peter-Bunting-JIS-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-7785\" /><figcaption>Peter Bunting</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Peter Murcott Bunting has managed to turn political tides wherever he goes. He managed to win a seat in South Eastern Clarendon that was traditionally a Jamaica Labour Party (JLP) sure seat held by former Prime Minister Hugh Shearer, before moving to Central Manchester and defeating first, Sally Porteous then Danville Walker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also has some powerhouses behind his Rise\nUnited campaign. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1qsEWzhOG3/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1qsEWzhOG3/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The National Arena will be abuzz with party faithful as this presidential election has served to re-energise the party base and may serve as practice for the next general elections which are due in months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interesting times are ahead on the political\nfront.</p>\n<!-- /wp:paragraph -->','The race is on: PNP delegates to choose party president','','publish','open','closed','','the-race-is-on-pnp-delegates-to-choose-party-president','','','2019-09-06 23:27:31','2019-09-07 04:27:31','',0,'https://buzz-caribbean.com/?p=7781',0,'post','',0),(7782,4,'2019-09-06 23:09:37','2019-09-07 04:09:37','<!-- wp:image {\"id\":56} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Leon_Bailey_Barmenia_Buzz.jpg\" alt=\"Footballer Leon Bailey celebrating on the field\" class=\"wp-image-56\" /><figcaption>Leon Bailey among scorers in the Reggae Boyz\' 6-0 whipping of Antigua and Barbuda Friday night (Sept 6).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica’s Reggae Boyz defeated Antigua and Barbuda 6-0 in the CONCACAF Nations League at the Montego Bay Sports Complex Friday evening. It was the opening match in Group C of the competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The victory was spearheaded through a brace from Shamar Nicholson in the ninth and 51<sup>st</sup> minutes, new recruit Bobby Reid in the 31<sup>st</sup>, Brian Brown in the 67<sup>th</sup>, Leon Bailey in the 77<sup>th</sup> and Peter-Lee Vassell in the 81<sup>st</sup>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Reggae Boyz’ German Bundesliga player Bailey played a role in the first two goals as he headed on a goalkeeper Andre Blake’s goal kick for Nicholson to finish. Bailey then dribbled down the right flank before cutting inside the box and finding Reid, who finished.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nicholas increased the lead when he headed in an Alvas Powell’s cross before Brown scored minutes after going on to the field. Bailey subsequently added his first goal in the Jamaican colours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The other teams in the group are Guyana and Aruba.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Reggae Boyz will next be in action on Monday, Sept 9 when they face Guyana at the Leonora Track and Field Stadium in Guyana.</p>\n<!-- /wp:paragraph -->','TOO HOT TO HANDLE: Reggae Boyz swamp Antigua 6-0 in Nations League','','inherit','closed','closed','','7776-revision-v1','','','2019-09-06 23:09:37','2019-09-07 04:09:37','',7776,'https://buzz-caribbean.com/article/7776-revision-v1/',0,'revision','',0),(7783,11,'2019-09-06 23:12:35','2019-09-07 04:12:35','','Peter-Phillips-Official-JIS-Buzz-Caribbean','','inherit','open','closed','','peter-phillips-official-jis-buzz-caribbean','','','2019-09-06 23:12:35','2019-09-07 04:12:35','',7781,'https://buzz-caribbean.com/app/uploads/2019/09/Peter-Phillips-Official-JIS-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(7784,11,'2019-09-06 23:17:05','2019-09-07 04:17:05','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"und\" dir=\"ltr\"><a href=\"https://twitter.com/hashtag/OnePNP?src=hash&amp;ref_src=twsrc%5Etfw\">#OnePNP</a> <a href=\"https://twitter.com/hashtag/PowerfulTogether?src=hash&amp;ref_src=twsrc%5Etfw\">#PowerfulTogether</a> <a href=\"https://t.co/GDh3pBROfz\">pic.twitter.com/GDh3pBROfz</a></p>&mdash; Peter D Phillips (@DrPeterPhillips) <a href=\"https://twitter.com/DrPeterPhillips/status/1170027353239642112?ref_src=twsrc%5Etfw\">September 6, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','b4ed0a74bd1232d6f2a7af2d5512f067','','','2019-09-06 23:17:05','2019-09-07 04:17:05','',0,'https://buzz-caribbean.com/article/b4ed0a74bd1232d6f2a7af2d5512f067/',0,'oembed_cache','',0),(7785,11,'2019-09-06 23:17:13','2019-09-07 04:17:13','','Peter-Bunting-JIS-Buzz-Caribbean','','inherit','open','closed','','peter-bunting-jis-buzz-caribbean','','','2019-09-06 23:17:13','2019-09-07 04:17:13','',7781,'https://buzz-caribbean.com/app/uploads/2019/09/Peter-Bunting-JIS-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(7786,11,'2019-09-06 23:23:12','2019-09-07 04:23:12','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1qsEWzhOG3/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1qsEWzhOG3/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1qsEWzhOG3/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">R E A D Y!!! Let’s #RiseUnited</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/peterbuntingmp/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Peter Bunting MP</a> (@peterbuntingmp) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-27T12:13:19+00:00\">Aug 27, 2019 at 5:13am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','0ad82551705c3307841dde3d858c76eb','','','2019-09-06 23:23:12','2019-09-07 04:23:12','',0,'https://buzz-caribbean.com/article/0ad82551705c3307841dde3d858c76eb/',0,'oembed_cache','',0),(7787,11,'2019-09-06 23:23:16','2019-09-07 04:23:16','','PNP Phillips Bunting Leadership Election','','inherit','open','closed','','pnp-phillips-bunting-leadership-election','','','2019-09-06 23:23:16','2019-09-07 04:23:16','',7781,'https://buzz-caribbean.com/app/uploads/2019/09/PNP-Phillips-Bunting-Leadership-Election.jpg',0,'attachment','image/jpeg',0),(7788,11,'2019-09-06 23:23:37','2019-09-07 04:23:37','','PNP-Phillips-Bunting-Leadership-Election-1','','inherit','open','closed','','pnp-phillips-bunting-leadership-election-1','','','2019-09-06 23:23:37','2019-09-07 04:23:37','',7781,'https://buzz-caribbean.com/app/uploads/2019/09/PNP-Phillips-Bunting-Leadership-Election-1.jpg',0,'attachment','image/jpeg',0),(7789,11,'2019-09-06 23:27:31','2019-09-07 04:27:31','<!-- wp:image {\"id\":7788} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/PNP-Phillips-Bunting-Leadership-Election-1-1024x614.jpg\" alt=\"\" class=\"wp-image-7788\" /><figcaption>PNP delegates to choose between the incumbent leader, Dr Peter Phillips or challenger, Peter Bunting to serve as leader of the People\'s National Party (PNP) and Opposition Leader on September 7.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>By late Saturday evening, one Peter will be punching the air while the other will be licking his wounds and pondering his political future. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Will it be the incumbent Phillips or the upstart challenger Bunting? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only the votes of the 3,000 People’s National Party (PNP) delegates can come up with a definite answer. Delegates will start casting their ballots at the National Arena in St Andrew at 10am Saturday (Sept 7). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7783} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Peter-Phillips-Official-JIS-Buzz-Caribbean-819x1024.jpg\" alt=\"\" class=\"wp-image-7783\" /><figcaption>Dr Peter Phillips</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Peter David Phillips has undoubtedly been one of the best performing politicians on either side of the fence. He has starred in the health, transport, security and finance ministries, but has a penchant for losing important electoral races. Backed by some of the party’s biggest names, Peter Phillips is aiming to buck that trend.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/DrPeterPhillips/status/1170027353239642112\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/DrPeterPhillips/status/1170027353239642112\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>His One PNP Team is confident of victory. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7785} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Peter-Bunting-JIS-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-7785\" /><figcaption>Peter Bunting</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Peter Murcott Bunting has managed to turn political tides wherever he goes. He managed to win a seat in South Eastern Clarendon that was traditionally a Jamaica Labour Party (JLP) sure seat held by former Prime Minister Hugh Shearer, before moving to Central Manchester and defeating first, Sally Porteous then Danville Walker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also has some powerhouses behind his Rise\nUnited campaign. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1qsEWzhOG3/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1qsEWzhOG3/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The National Arena will be abuzz with party faithful as this presidential election has served to re-energise the party base and may serve as practice for the next general elections which are due in months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interesting times are ahead on the political\nfront.</p>\n<!-- /wp:paragraph -->','The race is on: PNP delegates to choose party president','','inherit','closed','closed','','7781-revision-v1','','','2019-09-06 23:27:31','2019-09-07 04:27:31','',7781,'https://buzz-caribbean.com/article/7781-revision-v1/',0,'revision','',0),(7790,4,'2019-09-06 23:35:51','2019-09-07 04:35:51','','leon-bailey-celebrates-reggae-boyz','','inherit','open','closed','','leon-bailey-celebrates-reggae-boyz','','','2019-09-06 23:35:51','2019-09-07 04:35:51','',7776,'https://buzz-caribbean.com/app/uploads/2019/09/leon-bailey-celebrates-reggae-boyz.jpg',0,'attachment','image/jpeg',0),(7792,4,'2019-09-06 23:37:36','2019-09-07 04:37:36','','leon-bailey-celebrates-reggae-boyz-1','','inherit','open','closed','','leon-bailey-celebrates-reggae-boyz-1','','','2019-09-06 23:37:36','2019-09-07 04:37:36','',7776,'https://buzz-caribbean.com/app/uploads/2019/09/leon-bailey-celebrates-reggae-boyz-1.jpg',0,'attachment','image/jpeg',0),(7793,4,'2019-09-06 23:38:14','2019-09-07 04:38:14','<!-- wp:image {\"id\":7790} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/leon-bailey-celebrates-reggae-boyz-1024x999.jpg\" alt=\"\" class=\"wp-image-7790\" /><figcaption>Leon Bailey among scorers in the Reggae Boyz\' 6-0 whipping of Antigua and Barbuda Friday night (Sept 6).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica’s Reggae Boyz defeated Antigua and Barbuda 6-0 in the CONCACAF Nations League at the Montego Bay Sports Complex Friday evening. It was the opening match in Group C of the competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The victory was spearheaded through a brace from Shamar Nicholson in the ninth and 51<sup>st</sup> minutes, new recruit Bobby Reid in the 31<sup>st</sup>, Brian Brown in the 67<sup>th</sup>, Leon Bailey in the 77<sup>th</sup> and Peter-Lee Vassell in the 81<sup>st</sup>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Reggae Boyz’ German Bundesliga player Bailey played a role in the first two goals as he headed on a goalkeeper Andre Blake’s goal kick for Nicholson to finish. Bailey then dribbled down the right flank before cutting inside the box and finding Reid, who finished.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nicholas increased the lead when he headed in an Alvas Powell’s cross before Brown scored minutes after going on to the field. Bailey subsequently added his first goal in the Jamaican colours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The other teams in the group are Guyana and Aruba.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Reggae Boyz will next be in action on Monday, Sept 9 when they face Guyana at the Leonora Track and Field Stadium in Guyana.</p>\n<!-- /wp:paragraph -->','TOO HOT TO HANDLE: Reggae Boyz swamp Antigua 6-0 in Nations League','','inherit','closed','closed','','7776-revision-v1','','','2019-09-06 23:38:14','2019-09-07 04:38:14','',7776,'https://buzz-caribbean.com/article/7776-revision-v1/',0,'revision','',0),(7794,14,'2019-09-07 08:36:52','2019-09-07 13:36:52','<!-- wp:paragraph -->\n<p>Peter Bunting declared his intent to\nchallenge Dr. Peter Phillips for the presidency of the People’s National Party\n(PNP) in June – sending shockwaves through the political landscape.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4778} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-rise-united-launch-june-buzz-demo.jpg\" alt=\"\" class=\"wp-image-4778\" /><figcaption>PNP presidential aspirant Peter Bunting about to address hundreds gathered for the launch of his \'Rise United\' campaign in Manchester back in July (Photo: Facebook @PeterBunting,MP)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While not unheard of in the life of any\nparty leader, Bunting’s aspirations for the helm of the PNP could signal a new\nchapter in the party’s rich history.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Should Bunting win the presidential run-off\nelection in September, he would have achieved two firsts for the party: ousting\na sitting president, Dr. Peter Phillips, as well as having an incumbent PNP\nleader leave without becoming Prime Minister.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The PNP now has had five presidents over\nits colourful 80-year history, who, in most cases, have waited for their\npredecessor to step down.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4881} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnp-presidents-demo-buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-4881\" /><figcaption>(from top left) All five PNP Presidents: Norman Manley, Michael Manley, Percival James Patterson, Portia Simpson Miller and Dr. Peter Phillips. But could Peter Bunting be the party\'s sixth come September?   </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Before&nbsp;becoming president of the party, Dr. Peter Phillips made two attempts at capturing the presidency, once in 2006 when PJ Patterson stepped aside and again in 2008 when he challenged Portia Simpson-Miller.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As anticipation heightens for the September 7 elections leading up to the 81st annual conference, <strong>BUZZ</strong> presents some interesting facts about the history of the PNP presidency:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The birth of a movement</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It was the 1930s, and woefully unequal socioeconomic conditions gave way to widespread civil unrest across Jamaica. The People’s National Party was officially formed on August 28, 1938 at the Silver Slipper Club in Cross Roads, St. Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4779} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnp-logo-official-demo-buzz-1024x649.png\" alt=\"\" class=\"wp-image-4779\" /><figcaption>Photo: Wikipedia</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Birthed out of a need to mobilise the growing anti-colonial movement, the PNP was ‘founded’ by Osmond Theodore Fairclough, who first approached Norman Manley with a plan to form the party in 1936.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4780} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/osmond-theodore-fairclough-image.jpg\" alt=\"\" class=\"wp-image-4780\" /><figcaption>The founder of the PNP, Osmond Theodore Fairclough (Photo: Wikimedia Commons)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Following a decades-long tradition that is still upheld today, the PNP was publicly launched on September 18, 1938, to a crowd of 2,000 at the Ward Theatre in downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Six men were at the helm of the PNP when the party drafted and approved its constitution: Norman Manley, who was designated Chairman; H. P. Jacobs; Noel N. Nethersole; Howard F. Cooke; W. G. MacFarlane; and Reverend O. G. Penso – with Fairclough serving as the PNP’s first secretary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In its rich 80-year history, the PNP has had five presidents: Norman Manley, Michael Manley, Percival James Patterson, Portia Simpson Miller and currently, Dr. Peter Phillips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Norman Manley (PNP President, 1938-1969)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>As the party’s first president, Norman Manley served in his capacity between the years 1938 to 1969, during which time he became Jamaica’s first and only Premier leading up to independence from British rule.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4883} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/norman-manley-buzz-demo.jpg\" alt=\"\" class=\"wp-image-4883\" /><figcaption>The Rt. Excellent Norman Washington Manley (Photo: National Library of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Michael Manley (1969-1992)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Following Norman’s death, the mantle of party leader was handed down to Manley’s son, Michael, who ushered in a new age of political charisma and appeal. Manley served as PNP president from 1969 to 1992.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4885} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/michael-manley-buzz-demo.jpg\" alt=\"\" class=\"wp-image-4885\" /><figcaption>Michael Manley (Photo: National Library of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Percival James \'PJ\' Patterson (1992-2006)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The values of Manley were not lost on PJ Patterson when he was elected president of the PNP in 1992, having ran one of the most successful political careers the Caribbean has ever seen. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4892} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pj-patterson-buzz-demo-1-1024x854.jpg\" alt=\"\" class=\"wp-image-4892\" /><figcaption>Photo: Facebook, @Honorable PJ-Patterson</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Patterson, who served as PNP president until 2006, was never defeated in a general election. He remained Prime Minister until his resignation from politics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Portia Simpson Miller (2006-2017)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Portia Simpson Miller became the PNP’s fourth president after beating out a crowded field to take over from Patterson, who resigned the post. A month later, she was installed as Jamaica’s first female Prime Minister. In 2008, Simpson Miller warded off her first challenge from Dr. Peter Phillips. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4896} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/portia-simpson-miller-demo-buzz-1024x640.jpg\" alt=\"\" class=\"wp-image-4896\" /><figcaption>Photo: Ebony Magazine</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Her leadership effectively ended in 2016 after the shock general election defeat to Andrew Holness and the Jamaica Labour Party (JLP). Mrs Simpson Miller remained PNP president until March 2017 when she stepped down</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Dr. Peter Phillips (2017-present?)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dr. Peter Phillips, since coming into the presidency in 2017, has sought to restore the stature of the PNP, with various degrees of success. <br> As the best performing minister Jamaican politics to date, a leading academic and respected businessman, Phillips and his leadership face its greatest challenge yet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4898} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dr-peter-phillips-buzz-demo-819x1024.jpg\" alt=\"\" class=\"wp-image-4898\" /><figcaption>Photo: Jamaica Information Service (JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Leading up to September 7, Dr. Phillips will have to convince weary delegates that he, and not Peter Bunting, is the right man to guide the PNP back to a familiar winning mindset. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! Who is best suited to lead the People\'s National Party (PNP) at this time? Dr. Peter Phillips or Peter Bunting? Sound off in the <strong>BUZZ</strong> comments section!!</p>\n<!-- /wp:paragraph -->','History of the presidency: Why Peter Bunting’s leadership challenge could change the PNP','','inherit','closed','closed','','4776-revision-v1','','','2019-09-07 08:36:52','2019-09-07 13:36:52','',4776,'https://buzz-caribbean.com/article/4776-revision-v1/',0,'revision','',0),(7796,14,'2019-09-07 08:48:17','2019-09-07 13:48:17','<!-- wp:paragraph -->\n<p>Peter Bunting declared his intent to\nchallenge Dr. Peter Phillips for the presidency of the People’s National Party\n(PNP) in June – sending shockwaves through the political landscape.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4778} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-rise-united-launch-june-buzz-demo.jpg\" alt=\"\" class=\"wp-image-4778\" /><figcaption>PNP presidential aspirant Peter Bunting about to address hundreds gathered for the launch of his \'Rise United\' campaign in Manchester back in July (Photo: Facebook @PeterBunting,MP)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While not unheard of in the life of any\nparty leader, Bunting’s aspirations for the helm of the PNP could signal a new\nchapter in the party’s rich history.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Should Bunting win the presidential run-off\nelection in September, he would have achieved two firsts for the party: ousting\na sitting president, Dr. Peter Phillips, as well as having an incumbent PNP\nleader leave without becoming Prime Minister.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The PNP now has had five presidents over\nits colourful 80-year history, who, in most cases, have waited for their\npredecessor to step down.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4881} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnp-presidents-demo-buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-4881\" /><figcaption>(from top left) All five PNP Presidents: Norman Manley, Michael Manley, Percival James Patterson, Portia Simpson Miller and Dr. Peter Phillips. But could Peter Bunting be the party\'s sixth come September?   </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Before&nbsp;becoming president of the party, Dr. Peter Phillips made two attempts at capturing the presidency, once in 2006 when PJ Patterson stepped aside and again in 2008 when he challenged Portia Simpson-Miller.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As anticipation heightens for the September 7 elections leading up to the 81st annual conference, <strong>BUZZ</strong> presents some interesting facts about the history of the PNP presidency:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The birth of a movement</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It was the 1930s, and woefully unequal socioeconomic conditions gave way to widespread civil unrest across Jamaica. The People’s National Party was officially formed on August 28, 1938 at the Silver Slipper Club in Cross Roads, St. Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4779} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnp-logo-official-demo-buzz-1024x649.png\" alt=\"\" class=\"wp-image-4779\" /><figcaption>Photo: Wikipedia</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Birthed out of a need to mobilise the growing anti-colonial movement, the PNP was ‘founded’ by Osmond Theodore Fairclough, who first approached Norman Manley with a plan to form the party in 1936.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4780} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/osmond-theodore-fairclough-image.jpg\" alt=\"\" class=\"wp-image-4780\" /><figcaption>The founder of the PNP, Osmond Theodore Fairclough (Photo: Wikimedia Commons)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Following a decades-long tradition that is still upheld today, the PNP was publicly launched on September 18, 1938, to a crowd of 2,000 at the Ward Theatre in downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Six men were at the helm of the PNP when the party drafted and approved its constitution: Norman Manley, who was designated Chairman; H. P. Jacobs; Noel N. Nethersole; Howard F. Cooke; W. G. MacFarlane; and Reverend O. G. Penso – with Fairclough serving as the PNP’s first secretary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In its rich 80-year history, the PNP has had five presidents: Norman Manley, Michael Manley, Percival James Patterson, Portia Simpson Miller and currently, Dr. Peter Phillips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Norman Manley (PNP President, 1938-1969)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>As the party’s first president, Norman Manley served in his capacity between the years 1938 to 1969, during which time he became Jamaica’s first and only Premier leading up to independence from British rule.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4883} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/norman-manley-buzz-demo.jpg\" alt=\"\" class=\"wp-image-4883\" /><figcaption>The Rt. Excellent Norman Washington Manley (Photo: National Library of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Michael Manley (1969-1992)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Following Norman’s death, the mantle of party leader was handed down to Manley’s second son, Michael, who ushered in a new age of political charisma and appeal. Manley served as PNP president from 1969 to 1992.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4885} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/michael-manley-buzz-demo.jpg\" alt=\"\" class=\"wp-image-4885\" /><figcaption>Michael Manley (Photo: National Library of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Percival James \'PJ\' Patterson (1992-2006)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The values of Manley were not lost on PJ Patterson when he was elected president of the PNP in 1992, having ran one of the most successful political careers the Caribbean has ever seen. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4892} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pj-patterson-buzz-demo-1-1024x854.jpg\" alt=\"\" class=\"wp-image-4892\" /><figcaption>Photo: Facebook, @Honorable PJ-Patterson</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Patterson, who served as PNP president until 2006, was never defeated in a general election. He remained Prime Minister until his resignation from politics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Portia Simpson Miller (2006-2017)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Portia Simpson Miller became the PNP’s fourth president after beating out a crowded field to take over from Patterson, who resigned the post. A month later, she was installed as Jamaica’s first female Prime Minister. In 2008, Simpson Miller warded off her first challenge from Dr. Peter Phillips. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4896} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/portia-simpson-miller-demo-buzz-1024x640.jpg\" alt=\"\" class=\"wp-image-4896\" /><figcaption>Photo: Ebony Magazine</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Her leadership effectively ended in 2016 after the shock general election defeat to Andrew Holness and the Jamaica Labour Party (JLP). Mrs Simpson Miller remained PNP president until March 2017 when she stepped down</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Dr. Peter Phillips (2017-present?)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dr. Peter Phillips, since coming into the presidency in 2017, has sought to restore the stature of the PNP, with various degrees of success. <br> As the best performing minister Jamaican politics to date, a leading academic and respected businessman, Phillips and his leadership face its greatest challenge yet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4898} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dr-peter-phillips-buzz-demo-819x1024.jpg\" alt=\"\" class=\"wp-image-4898\" /><figcaption>Photo: Jamaica Information Service (JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Leading up to September 7, Dr. Phillips will have to convince weary delegates that he, and not Peter Bunting, is the right man to guide the PNP back to a familiar winning mindset. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! Who is best suited to lead the People\'s National Party (PNP) at this time? Dr. Peter Phillips or Peter Bunting? Sound off in the <strong>BUZZ</strong> comments section!!</p>\n<!-- /wp:paragraph -->','History of the presidency: Why Peter Bunting’s leadership challenge could change the PNP','','inherit','closed','closed','','4776-revision-v1','','','2019-09-07 08:48:17','2019-09-07 13:48:17','',4776,'https://buzz-caribbean.com/article/4776-revision-v1/',0,'revision','',0),(7799,14,'2019-09-07 09:20:58','2019-09-07 14:20:58','<!-- wp:paragraph -->\n<p>Peter Bunting declared his intent to\nchallenge Dr. Peter Phillips for the presidency of the People’s National Party\n(PNP) in June – sending shockwaves through the political landscape.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4778} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-rise-united-launch-june-buzz-demo.jpg\" alt=\"\" class=\"wp-image-4778\" /><figcaption>PNP presidential aspirant Peter Bunting about to address hundreds gathered for the launch of his \'Rise United\' campaign in Manchester back in July (Photo: Facebook @PeterBunting,MP)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While not unheard of in the life of any\nparty leader, Bunting’s aspirations for the helm of the PNP could signal a new\nchapter in the party’s rich history.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Should Bunting win the presidential run-off\nelection in September, he would have achieved two firsts for the party: ousting\na sitting president, Dr. Peter Phillips, as well as having an incumbent PNP\nleader leave without becoming Prime Minister.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The PNP now has had five presidents over\nits colourful 80-year history, who, in most cases, have waited for their\npredecessor to step down.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4881} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnp-presidents-demo-buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-4881\" /><figcaption>(from top left) All five PNP Presidents: Norman Manley, Michael Manley, Percival James Patterson, Portia Simpson Miller and Dr. Peter Phillips. But could Peter Bunting be the party\'s sixth come September?   </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Before&nbsp;becoming president of the party, Dr. Peter Phillips made two attempts at capturing the presidency, once in 2006 when PJ Patterson stepped aside and again in 2008 when he challenged Portia Simpson-Miller.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As anticipation heightens for the September 7 elections leading up to the 81st annual conference, <strong>BUZZ</strong> presents some interesting facts about the history of the PNP presidency:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The birth of a movement</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It was the 1930s, and woefully unequal socioeconomic conditions gave way to widespread civil unrest across Jamaica. The People’s National Party was officially formed on August 28, 1938 at the Silver Slipper Club in Cross Roads, St. Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4779} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnp-logo-official-demo-buzz-1024x649.png\" alt=\"\" class=\"wp-image-4779\" /><figcaption>Photo: Wikipedia</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Birthed out of a need to mobilise the growing anti-colonial movement, the PNP was ‘founded’ by Osmond Theodore Fairclough, who first approached Norman Manley with a plan to form the party in 1936.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4780} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/osmond-theodore-fairclough-image.jpg\" alt=\"\" class=\"wp-image-4780\" /><figcaption>The founder of the PNP, Osmond Theodore Fairclough (Photo: Wikimedia Commons)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Following a decades-long tradition that is still upheld today, the PNP was publicly launched on September 18, 1938, to a crowd of 2,000 at the Ward Theatre in downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Six men were at the helm of the PNP when the party drafted and approved its constitution: Norman Manley, who was designated Chairman; H. P. Jacobs; Noel N. Nethersole; Howard F. Cooke; W. G. MacFarlane; and Reverend O. G. Penso – with Fairclough serving as the PNP’s first secretary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In its rich 80-year history, the PNP has had five presidents: Norman Manley, Michael Manley, Percival James Patterson, Portia Simpson Miller and currently, Dr. Peter Phillips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Norman Manley (PNP President, 1938-1969)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>As the party’s first president, Norman Manley served in his capacity between the years 1938 to 1969, during which time he became Jamaica’s first and only Premier leading up to independence from British rule.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4883} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/norman-manley-buzz-demo.jpg\" alt=\"\" class=\"wp-image-4883\" /><figcaption>The Rt. Excellent Norman Washington Manley (Photo: National Library of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Michael Manley (1969-1992)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Following Norman’s death, the mantle of party leader was handed down to Manley’s second son, Michael, who ushered in a new age of political charisma and appeal. Manley served as PNP president from 1969 to 1992.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4885} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/michael-manley-buzz-demo.jpg\" alt=\"\" class=\"wp-image-4885\" /><figcaption>Michael Manley (Photo: National Library of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Percival James \'PJ\' Patterson (1992-2006)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The values of Manley were not lost on PJ Patterson when he was elected president of the PNP in 1992, having ran one of the most successful political careers the Caribbean has ever seen. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4892} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pj-patterson-buzz-demo-1-1024x854.jpg\" alt=\"\" class=\"wp-image-4892\" /><figcaption>Photo: Facebook, @Honorable PJ-Patterson</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Patterson, who served as PNP president until 2006, was never defeated in a general election. He remained Prime Minister until his resignation from politics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Portia Simpson Miller (2006-2017)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Portia Simpson Miller became the PNP’s fourth president after beating out a crowded field to take over from Patterson, who resigned the post. A month later, she was installed as Jamaica’s first female Prime Minister. In 2008, Simpson Miller warded off her first challenge from Dr. Peter Phillips. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4896} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/portia-simpson-miller-demo-buzz-1024x640.jpg\" alt=\"\" class=\"wp-image-4896\" /><figcaption>Photo: Ebony Magazine</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Her leadership effectively ended in 2016 after the shock general election defeat to Andrew Holness and the Jamaica Labour Party (JLP). Mrs Simpson Miller remained PNP president until March 2017 when she stepped down</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Dr. Peter Phillips (2017-present?)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dr. Peter Phillips, since coming into the presidency in 2017, has sought to restore the stature of the PNP, with various degrees of success. <br>As arguably the best performing minister in Jamaican politics to date, a leading academic and respected businessman, Phillips and his leadership face its greatest challenge yet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4898} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dr-peter-phillips-buzz-demo-819x1024.jpg\" alt=\"\" class=\"wp-image-4898\" /><figcaption>Photo: Jamaica Information Service (JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Leading up to September 7, Dr. Phillips will have to convince weary delegates that he, and not Peter Bunting, is the right man to guide the PNP back to a familiar winning mindset. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We want to hear from you! Who is best suited to lead the People\'s National Party (PNP) at this time? Dr. Peter Phillips or Peter Bunting? Sound off in the <strong>BUZZ</strong> comments section!!</p>\n<!-- /wp:paragraph -->','History of the presidency: Why Peter Bunting’s leadership challenge could change the PNP','','inherit','closed','closed','','4776-revision-v1','','','2019-09-07 09:20:58','2019-09-07 14:20:58','',4776,'https://buzz-caribbean.com/article/4776-revision-v1/',0,'revision','',0),(7801,21,'2019-09-07 10:09:15','2019-09-07 15:09:15','<!-- wp:image {\"id\":7837} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/KC-Excelsior-Manning-Cup-Buzz-Caribbean-1024x614.jpg\" alt=\"\" class=\"wp-image-7837\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Corporate Area schoolboy Digicel Manning Cup football competition begins on Saturday (Sept. 9) with defending champions Kingston College (KC) taking on former winners Excelsior in the official opening of the tournament at Montego Bay Sports Complex at 5:00 pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\nwill be one of seven contests that will be played on the opening day, which\nwill have matches in Group D, Group F and Group G.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7804} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/football-Manning-Cup-1024x768.jpg\" alt=\"\" class=\"wp-image-7804\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The\nofficial opening match between KC and Excelsior is the only encounter for Group\nG, however, the other two groups will have the full slate of three matches.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A\ntotal of 44 teams will start the season. They are divided into seven groups\nwith two having seven contestants and the other five comprising of six.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Each\ngroup has two teams that are favoured to dominate the rest of their opponents,\nbut the predictions can be totally wrong with schoolboys.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\nis expected to be a fiercely contested season with traditional kingpins,\nJamaica College (JC), KC, St George’s College and Wolmer’s favoured to lift the\ntitle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However,\nwaiting to spring a few surprises are former champions Excelsior as well as\nHoly Trinity, who are knocking on the door in recent years, but have not been\nable to break through to get their first title.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like\nHoly Trinity, 1987 champions St Andrew Technical (STATHS) have also been\nconsistent in the past few seasons, as they have maintained a presence in the\nsemi-finals.</p>\n<!-- /wp:paragraph -->','Digicel Manning Cup starts today with seven matches','','publish','open','closed','','digicel-manning-cup-starts-today-with-seven-matches','','','2019-09-07 11:53:11','2019-09-07 16:53:11','',0,'https://buzz-caribbean.com/?p=7801',0,'post','',0),(7802,11,'2019-09-07 09:59:52','2019-09-07 14:59:52','','kc-crest','','inherit','open','closed','','kc-crest','','','2019-09-07 09:59:52','2019-09-07 14:59:52','',7801,'https://buzz-caribbean.com/app/uploads/2019/09/kc-crest.jpg',0,'attachment','image/jpeg',0),(7803,11,'2019-09-07 10:00:11','2019-09-07 15:00:11','','Excelsior-crest','','inherit','open','closed','','excelsior-crest','','','2019-09-07 10:00:11','2019-09-07 15:00:11','',7801,'https://buzz-caribbean.com/app/uploads/2019/09/Excelsior-crest.jpg',0,'attachment','image/jpeg',0),(7804,11,'2019-09-07 10:04:32','2019-09-07 15:04:32','','football-Manning-Cup','','inherit','open','closed','','football-manning-cup','','','2019-09-07 10:04:32','2019-09-07 15:04:32','',7801,'https://buzz-caribbean.com/app/uploads/2019/09/football-Manning-Cup.jpg',0,'attachment','image/jpeg',0),(7805,11,'2019-09-07 10:05:03','2019-09-07 15:05:03','','Football Manning Cup Buzz','','inherit','open','closed','','football-manning-cup-buzz','','','2019-09-07 10:05:03','2019-09-07 15:05:03','',7801,'https://buzz-caribbean.com/app/uploads/2019/09/Football-Manning-Cup-Buzz.jpg',0,'attachment','image/jpeg',0),(7806,11,'2019-09-07 10:09:15','2019-09-07 15:09:15','<!-- wp:paragraph -->\n<p>The Corporate Area schoolboy Digicel Manning Cup football competition begins on Saturday (Sept. 9) with defending champions Kingston College (KC) taking on former winners Excelsior in the official opening of the tournament at Montego Bay Sports Complex at 5:00 pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\nwill be one of seven contests that will be played on the opening day, which\nwill have matches in Group D, Group F and Group G.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7804} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/football-Manning-Cup-1024x768.jpg\" alt=\"\" class=\"wp-image-7804\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The\nofficial opening match between KC and Excelsior is the only encounter for Group\nG, however, the other two groups will have the full slate of three matches.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A\ntotal of 44 teams will start the season. They are divided into seven groups\nwith two having seven contestants and the other five comprising of six.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Each\ngroup has two teams that are favoured to dominate the rest of their opponents,\nbut the predictions can be totally wrong with schoolboys.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\nis expected to be a fiercely contested season with traditional kingpins,\nJamaica College (JC), KC, St George’s College and Wolmer’s favoured to lift the\ntitle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However,\nwaiting to spring a few surprises are former champions Excelsior as well as\nHoly Trinity, who are knocking on the door in recent years, but have not been\nable to break through to get their first title.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like\nHoly Trinity, 1987 champions St Andrew Technical (STATHS) have also been\nconsistent in the past few seasons, as they have maintained a presence in the\nsemi-finals.</p>\n<!-- /wp:paragraph -->','Digicel Manning Cup starts today with seven matches','','inherit','closed','closed','','7801-revision-v1','','','2019-09-07 10:09:15','2019-09-07 15:09:15','',7801,'https://buzz-caribbean.com/article/7801-revision-v1/',0,'revision','',0),(7807,21,'2019-09-07 10:19:49','2019-09-07 15:19:49','<!-- wp:image {\"id\":7835} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Lennox-Clarendon-daCosta-Cup-Buzz-Caribbean-1024x614.jpg\" alt=\"\" class=\"wp-image-7835\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Defending\nchampions Clarendon College will get their rural area Wata daCosta Cup football\nseason underway on Saturday when they battle Lennon in the official opening\nmatch of the season at Montego Bay Sports Complex starting at 2:30 pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hometown\nteams Cornwall College and Irwin will clash at 7:00 pm in the other daCosta Cup\nmatch that will be involved in the opening rites at the Montego Bay Sports\nComplex.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A\ntotal of 27 matches are scheduled to be played in 12 zones across the island as\nthe season gets going with all having aspirations of crowing themselves in\nglory when it ends in November.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Clarendon\nCollege are once again favoured to lift the title but will have to get through\npowerhouses such as Cornwall College, St Elizabeth Technical High (STETHS),\nRusea’s and Glenmuir.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>SATURDAY’S\nMATCHES</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nA</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Irwin\nvs Cornwall at Montego Bay Sports Complex at 7:00 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nE</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Newell\nvs Munro at Treasure Beach at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Maggotty\nvs Black River at Appleton at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lacovia\nvs Sydney Pagon at Lacovia at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nF</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Manchester\nvs B B Coke at Manchester at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DeCarteret\nvs Belair at DeCarteret at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>May\nDay vs Mile Gully at May Day at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nG</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Alston\nvs Christiana at Sanguinettie Community Centre at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holmwood\nvs Roger Clarke at Holmwood at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Knox\nvs Spalding at Knox at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nH</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Clarendon\nCollege vs Lennon at Montego Bay Sports Complex at 2:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nI</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ocho\nRios vs Browns Town at Ocho Rios at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>YorkCastle\nvs Marcus Garvey at York Castle at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Iona\nvs Oracabessa at Rio Nuevo at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nJ</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Annotto\nBay vs St Mary Tech at Westmoreland Oval at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brimmervale\nvs Carron Hall at Brimmervale at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nK</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enid\nBennett vs Charlemont at Bybrook Sports Club at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>McGrath\nvs Dinthill at McGrath at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nL</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Titchfield\nvs Fair Prospect at Titchfield at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Happy\nGrove vs Port Antonio Hector’s River at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nM</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Glenmuir\nvs Bellefield at Juici Beef Complex at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Denbigh\nvs Garvey Maceo at Turners at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nN</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Central\nvs Kemps Hill at Bushy Park at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Vere\nvs Old Harbour at Vere at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nO</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Robert Lightbourne vs Morant Bay at Robert Lightbourne at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Paul Bogle vs Yallahs at York Oval at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>St\nThomas Tech vs Seaforth at Eastern Banana Complex</p>\n<!-- /wp:paragraph -->','27 matches get WATA daCosta Cup underway','','publish','open','closed','','27-matches-get-wata-dacosta-cup-underway','','','2019-09-07 11:50:29','2019-09-07 16:50:29','',0,'https://buzz-caribbean.com/?p=7807',0,'post','',0),(7808,11,'2019-09-07 10:19:49','2019-09-07 15:19:49','<!-- wp:paragraph -->\n<p>Defending\nchampions Clarendon College will get their rural area Wata daCosta Cup football\nseason underway on Saturday when they battle Lennon in the official opening\nmatch of the season at Montego Bay Sports Complex starting at 2:30 pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hometown\nteams Cornwall College and Irwin will clash at 7:00 pm in the other daCosta Cup\nmatch that will be involved in the opening rites at the Montego Bay Sports\nComplex.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A\ntotal of 27 matches are scheduled to be played in 12 zones across the island as\nthe season gets going with all having aspirations of crowing themselves in\nglory when it ends in November.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Clarendon\nCollege are once again favoured to lift the title but will have to get through\npowerhouses such as Cornwall College, St Elizabeth Technical High (STETHS),\nRusea’s and Glenmuir.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>SATURDAY’S\nMATCHES</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nA</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Irwin\nvs Cornwall at Montego Bay Sports Complex at 7:00 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nE</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Newell\nvs Munro at Treasure Beach at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Maggotty\nvs Black River at Appleton at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lacovia\nvs Sydney Pagon at Lacovia at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nF</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Manchester\nvs B B Coke at Manchester at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DeCarteret\nvs Belair at DeCarteret at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>May\nDay vs Mile Gully at May Day at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nG</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Alston\nvs Christiana at Sanguinettie Community Centre at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holmwood\nvs Roger Clarke at Holmwood at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Knox\nvs Spalding at Knox at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nH</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Clarendon\nCollege vs Lennon at Montego Bay Sports Complex at 2:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nI</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ocho\nRios vs Browns Town at Ocho Rios at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>YorkCastle\nvs Marcus Garvey at York Castle at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Iona\nvs Oracabessa at Rio Nuevo at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nJ</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Annotto\nBay vs St Mary Tech at Westmoreland Oval at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brimmervale\nvs Carron Hall at Brimmervale at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nK</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enid\nBennett vs Charlemont at Bybrook Sports Club at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>McGrath\nvs Dinthill at McGrath at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nL</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Titchfield\nvs Fair Prospect at Titchfield at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Happy\nGrove vs Port Antonio Hector’s River at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nM</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Glenmuir\nvs Bellefield at Juici Beef Complex at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Denbigh\nvs Garvey Maceo at Turners at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nN</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Central\nvs Kemps Hill at Bushy Park at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Vere\nvs Old Harbour at Vere at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nO</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Robert Lightbourne vs Morant Bay at Robert Lightbourne at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Paul Bogle vs Yallahs at York Oval at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>St\nThomas Tech vs Seaforth at Eastern Banana Complex</p>\n<!-- /wp:paragraph -->','27 matches get daCosta Cup underway','','inherit','closed','closed','','7807-revision-v1','','','2019-09-07 10:19:49','2019-09-07 15:19:49','',7807,'https://buzz-caribbean.com/article/7807-revision-v1/',0,'revision','',0),(7809,11,'2019-09-07 10:20:15','2019-09-07 15:20:15','<!-- wp:paragraph -->\n<p>Defending\nchampions Clarendon College will get their rural area Wata daCosta Cup football\nseason underway on Saturday when they battle Lennon in the official opening\nmatch of the season at Montego Bay Sports Complex starting at 2:30 pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hometown\nteams Cornwall College and Irwin will clash at 7:00 pm in the other daCosta Cup\nmatch that will be involved in the opening rites at the Montego Bay Sports\nComplex.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A\ntotal of 27 matches are scheduled to be played in 12 zones across the island as\nthe season gets going with all having aspirations of crowing themselves in\nglory when it ends in November.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Clarendon\nCollege are once again favoured to lift the title but will have to get through\npowerhouses such as Cornwall College, St Elizabeth Technical High (STETHS),\nRusea’s and Glenmuir.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>SATURDAY’S\nMATCHES</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nA</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Irwin\nvs Cornwall at Montego Bay Sports Complex at 7:00 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nE</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Newell\nvs Munro at Treasure Beach at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Maggotty\nvs Black River at Appleton at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lacovia\nvs Sydney Pagon at Lacovia at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nF</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Manchester\nvs B B Coke at Manchester at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DeCarteret\nvs Belair at DeCarteret at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>May\nDay vs Mile Gully at May Day at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nG</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Alston\nvs Christiana at Sanguinettie Community Centre at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holmwood\nvs Roger Clarke at Holmwood at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Knox\nvs Spalding at Knox at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nH</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Clarendon\nCollege vs Lennon at Montego Bay Sports Complex at 2:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nI</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ocho\nRios vs Browns Town at Ocho Rios at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>YorkCastle\nvs Marcus Garvey at York Castle at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Iona\nvs Oracabessa at Rio Nuevo at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nJ</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Annotto\nBay vs St Mary Tech at Westmoreland Oval at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brimmervale\nvs Carron Hall at Brimmervale at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nK</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enid\nBennett vs Charlemont at Bybrook Sports Club at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>McGrath\nvs Dinthill at McGrath at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nL</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Titchfield\nvs Fair Prospect at Titchfield at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Happy\nGrove vs Port Antonio Hector’s River at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nM</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Glenmuir\nvs Bellefield at Juici Beef Complex at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Denbigh\nvs Garvey Maceo at Turners at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nN</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Central\nvs Kemps Hill at Bushy Park at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Vere\nvs Old Harbour at Vere at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nO</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Robert Lightbourne vs Morant Bay at Robert Lightbourne at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Paul Bogle vs Yallahs at York Oval at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>St\nThomas Tech vs Seaforth at Eastern Banana Complex</p>\n<!-- /wp:paragraph -->','27 matches get WATA daCosta Cup underway','','inherit','closed','closed','','7807-revision-v1','','','2019-09-07 10:20:15','2019-09-07 15:20:15','',7807,'https://buzz-caribbean.com/article/7807-revision-v1/',0,'revision','',0),(7810,21,'2019-09-07 10:33:37','2019-09-07 15:33:37','<!-- wp:paragraph -->\n<p>Excelsior\nare being touted as being among the favourites to lift the Corporate Area\nschoolboy Manning Cup title this year with wily coach Leebert Hailliman\nreturning as technical director while being assisted by veteran conditioners\nEverald Campbell and Jahmiah Pettigrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7812} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Excelsior-during-training-1024x558.jpg\" alt=\"\" class=\"wp-image-7812\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According\nto Campbell, the players are young but he is expecting them to rise to the\nchallenge to get Excelsior to the next phase of the tournament and possibly\nfight for the title.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7813} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Everald-Campbell-Excelsior-1024x724.jpg\" alt=\"\" class=\"wp-image-7813\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Campbell\nsaid that Excelsior lost most of the players that carried Excelsior to the\nsecond round last year, but the talent within the current squad is good, so the\nexpectation is high for the six-time champions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Campbell\nsaid that preparation for this year’s competition started slowly, but the work\nthat has been put in during the summer holidays has ensured that the players\nare ready to go when the competition starts on Saturday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Excelsior\nhas played a number of practice matches over the summer holidays but have also\ngotten success, as they lifted the pre-season Ali Cup after beating Holy\nTrinity in the final. Organised by Excelsior fraternity, the Ali Cup is named\nafter a former player Allan ‘Ali” Cole Jnr.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/uBVlR_qBnrs\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/uBVlR_qBnrs\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Drawn\nin Group G of the competition, Excelsior will have to contend with defending\nchampions Kingston College (KC), Cedar Grove Academy, Dunoon Park Technical\nHigh School, Kingston Technical and Pembroke Hall High School.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Campbell\nis expecting KC to be their main challenger for a top spot in the group, while\nhe is looking to St George’s College to join Excelsior among the top contenders\nfor the title.</p>\n<!-- /wp:paragraph -->','Youthful Excelsior carry hopes on talent','','publish','open','closed','','youthful-excelsior-carry-hopes-on-talent','','','2019-09-07 10:33:37','2019-09-07 15:33:37','',0,'https://buzz-caribbean.com/?p=7810',0,'post','',0),(7811,11,'2019-09-07 10:26:52','2019-09-07 15:26:52','<iframe title=\"BUZZ  Schoolboy Football Highlight - Everald Campbell, Excelsior High School\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/uBVlR_qBnrs?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','8f41120eeea0d23c206517c45222d3e4','','','2019-09-07 10:26:52','2019-09-07 15:26:52','',0,'https://buzz-caribbean.com/article/8f41120eeea0d23c206517c45222d3e4/',0,'oembed_cache','',0),(7812,11,'2019-09-07 10:28:13','2019-09-07 15:28:13','','Excelsior-during-training','','inherit','open','closed','','excelsior-during-training','','','2019-09-07 10:28:13','2019-09-07 15:28:13','',7810,'https://buzz-caribbean.com/app/uploads/2019/09/Excelsior-during-training.jpg',0,'attachment','image/jpeg',0),(7813,11,'2019-09-07 10:30:07','2019-09-07 15:30:07','','Everald-Campbell-Excelsior','','inherit','open','closed','','everald-campbell-excelsior','','','2019-09-07 10:30:07','2019-09-07 15:30:07','',7810,'https://buzz-caribbean.com/app/uploads/2019/09/Everald-Campbell-Excelsior.jpg',0,'attachment','image/jpeg',0),(7814,11,'2019-09-07 10:32:14','2019-09-07 15:32:14','<!-- wp:paragraph -->\n<p>Excelsior\nare being touted as being among the favourites to lift the Corporate Area\nschoolboy Manning Cup title this year with wily coach Leebert Hailliman\nreturning as technical director while being assisted by veteran conditioners\nEverald Campbell and Jahmiah Pettigrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7812} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Excelsior-during-training-1024x558.jpg\" alt=\"\" class=\"wp-image-7812\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According\nto Campbell, the players are young but he is expecting them to rise to the\nchallenge to get Excelsior to the next phase of the tournament and possibly\nfight for the title.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7813} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Everald-Campbell-Excelsior-1024x724.jpg\" alt=\"\" class=\"wp-image-7813\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Campbell\nsaid that Excelsior lost most of the players that carried Excelsior to the\nsecond round last year, but the talent within the current squad is good, so the\nexpectation is high for the six-time champions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Campbell\nsaid that preparation for this year’s competition started slowly, but the work\nthat has been put in during the summer holidays has ensured that the players\nare ready to go when the competition starts on Saturday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Excelsior\nhas played a number of practice matches over the summer holidays but have also\ngotten success, as they lifted the pre-season Ali Cup after beating Holy\nTrinity in the final. Organised by Excelsior fraternity, the Ali Cup is named\nafter a former player Allan ‘Ali” Cole Jnr.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/uBVlR_qBnrs\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/uBVlR_qBnrs\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Drawn\nin Group G of the competition, Excelsior will have to contend with defending\nchampions Kingston College (KC), Cedar Grove Academy, Dunoon Park Technical\nHigh School, Kingston Technical and Pembroke Hall High School.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Campbell\nis expecting KC to be their main challenger for a top spot in the group, while\nhe is looking to St George’s College to join Excelsior among the top contenders\nfor the title.</p>\n<!-- /wp:paragraph -->','Youthful Excelsior carry hopes on talent','','inherit','closed','closed','','7810-revision-v1','','','2019-09-07 10:32:14','2019-09-07 15:32:14','',7810,'https://buzz-caribbean.com/article/7810-revision-v1/',0,'revision','',0),(7816,4,'2019-09-07 10:37:55','2019-09-07 15:37:55','','Pnp Election Logo','','inherit','open','closed','','pnp-election-logo','','','2019-09-07 10:37:55','2019-09-07 15:37:55','',0,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-logo.png',0,'attachment','image/png',0),(7817,22,'2019-09-07 11:03:37','2019-09-07 16:03:37','<!-- wp:paragraph -->\n<p>And now they wait. Poll has been closed in the\nPNP presidential election.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An announcement is expected\nto be made at 6pm as to a winner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting has challenged\nDr Peter Phillips for the presidency of the party and both camps have expressed\nconfidence in a victory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Damion Crawford says One PNP won the first round</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":7866} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter8-1024x682.jpg\" alt=\"\" class=\"wp-image-7866\" /><figcaption>Damion Crawford is confident of a One PNP victory.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Damion Crawford believes the\nDr Peter Phillips\' One PNP team has won the early rounds of the contest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We think we have won phase\none. We are going into phase two and later on we will have phase three. We have\nto win all phases to win an election so we have no prediction at this time,” Crawford\nsaid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added: \"Phase one is\nto ensure that between 6:00 am and 11:00 am you get your people registered and\nyou get your voters from far places, like Westmoreland, St James and St\nElizabeth here and we have achieved that.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I have never joined the group that said we cannot win.\'</p><cite>— Damion Crawford</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"I am always confident. I have never joined the group that said we cannot win. I win till I lose. Therefore, straight through to the finish line, I am confident until the results come out.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Crawford is supporting incumbent Dr Peter Phillips in the presidential race. Phillips is being challenged by Peter Bunting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Majority of delegates have now voted</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":7919} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Glasspole-Brown-director-of-elections.jpg\" alt=\"\" class=\"wp-image-7919\" /><figcaption>Director of Elections Glasspole Brown.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The majority of the delegates have now voted in the PNP presidential election.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As at 2:00 pm 2,503 of the 2,908 delegates have cast their votes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This represents 87 per cent of those on the voters\' list. Voting ends at 4 o’clock.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Director of elections Glasspole Brown, the result is expected to be given to general secretary of the PNP Julian Robinson by 6:00 pm. Brown said he is expecting more than 90 per cent of the delegates to vote.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the day has progressed smoothly with just some minor problems that they were able to overcome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Rise United, One PNP oozing with confidence</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":7868} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter6-1024x682.jpg\" alt=\"\" class=\"wp-image-7868\" /><figcaption>Imani Duncan-Price of the One PNP camp says Dr Phillips numbers are holding up.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Both the One PNP and the Rise United camps are oozing with confidence in a victory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Imani Duncan-Price of One PNP told <strong>BUZZ</strong> that their numbers are holding up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, a leading member of Rise United was adamant that \"we are looking good, looking good\". Both camps have several tents pitched outside the National Arena, where some 2,900 delegates are voting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting is challenging Dr. Peter Phillips to lead the 83-year-old movement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Winner could be announced by 6 o’clock</h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[7891,7892,7893]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips-1024x682.jpg\" alt=\"\" data-id=\"7891\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips/\" class=\"wp-image-7891\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips4-1024x682.jpg\" alt=\"\" data-id=\"7892\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips4/\" class=\"wp-image-7892\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips2-1-1024x682.jpg\" alt=\"\" data-id=\"7893\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips2-1/\" class=\"wp-image-7893\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>People\'s National Party General Secretary, Julian Robinson is projecting that the winner of the presidential election could be announced by 6 o’clock this evening (Sat, Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We close at 4 o’clock and then we expect to go into counting, so I’m hopeful by 6 o’clock we can make an announcement,” Robinson said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Incumbent Party\nPresident Dr. Peter Phillips is trying to stave off a challenge from former\nparty General Secretary Peter Bunting in the hotly contested battle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"7900\",\"7901\",\"7902\",\"7903\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting2-1024x682.jpg\" alt=\"\" data-id=\"7900\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting2/\" class=\"wp-image-7900\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting-1024x682.jpg\" alt=\"\" data-id=\"7901\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting/\" class=\"wp-image-7901\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting3-1024x682.jpg\" alt=\"\" data-id=\"7902\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting3/\" class=\"wp-image-7902\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting33-1024x682.jpg\" alt=\"\" data-id=\"7903\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting33/\" class=\"wp-image-7903\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>According to\nRobinson, it has been smooth sailing since delegates began voting this morning\nat the National Arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added: “I\nwould say the day is going smoothly. The people are coming through; they are\nvoting. We had a rush at the beginning; it has kind of tapered off. The process\nis working so far I would say, so good.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Carnival-like atmosphere at PNP election</h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[\"7854\",\"7856\",\"7857\",\"7858\",\"7859\",\"7860\",\"7861\",\"7862\",\"7863\",\"7865\",\"7866\",\"7867\",\"7868\",\"7869\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete-1024x683.jpg\" alt=\"\" data-id=\"7854\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete/\" class=\"wp-image-7854\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-1024x683.jpg\" alt=\"\" data-id=\"7856\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete12/\" class=\"wp-image-7856\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete11-1024x683.jpg\" alt=\"\" data-id=\"7857\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete11/\" class=\"wp-image-7857\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete7-1024x683.jpg\" alt=\"\" data-id=\"7858\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete7/\" class=\"wp-image-7858\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete8-1024x683.jpg\" alt=\"\" data-id=\"7859\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete8/\" class=\"wp-image-7859\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete9-1024x683.jpg\" alt=\"\" data-id=\"7860\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete9/\" class=\"wp-image-7860\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete10-1024x683.jpg\" alt=\"\" data-id=\"7861\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete10/\" class=\"wp-image-7861\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete6-1024x683.jpg\" alt=\"\" data-id=\"7862\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete6/\" class=\"wp-image-7862\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete4-1024x683.jpg\" alt=\"\" data-id=\"7863\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete4/\" class=\"wp-image-7863\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete3-1024x683.jpg\" alt=\"\" data-id=\"7865\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete3/\" class=\"wp-image-7865\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter8-1024x682.jpg\" alt=\"\" data-id=\"7866\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter8/\" class=\"wp-image-7866\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter7-1024x682.jpg\" alt=\"\" data-id=\"7867\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter7/\" class=\"wp-image-7867\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter6-1024x682.jpg\" alt=\"\" data-id=\"7868\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter6/\" class=\"wp-image-7868\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter5-1024x682.jpg\" alt=\"\" data-id=\"7869\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter5/\" class=\"wp-image-7869\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>A carnival-like atmosphere is\ncurrently prevailing as delegates cast their ballots in the PNP presidential\nelection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Supporters for Dr Peter\nPhillips and Peter Bunting are being entertained by selections from sound\nsystems at the National Arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The vibe at the venue has been energetic with both\ncandidates setting up camps at different sections\nof the premises.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Voting progressing smoothly </h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[\"7829\",\"7830\",\"7831\",\"7832\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter3-1-1024x682.jpg\" alt=\"\" data-id=\"7829\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter3-1/\" class=\"wp-image-7829\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter2-1024x682.jpg\" alt=\"\" data-id=\"7830\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter2/\" class=\"wp-image-7830\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter4-1-1024x682.jpg\" alt=\"\" data-id=\"7831\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter4-1/\" class=\"wp-image-7831\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter-2-1024x682.jpg\" alt=\"\" data-id=\"7832\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter-2/\" class=\"wp-image-7832\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Voting in the People\'s National Party presidential election is reportedly going smoothly at the National Arena in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates began casting their ballots at ten o\'clock. There\'s no report of incidents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr&nbsp; Peter Phillips, who is the sitting president, and his challenger Peter Bunting, are expected to cast their vote later this afternoon.</p>\n<!-- /wp:paragraph -->','Poll closed in PNP race','','publish','open','closed','','follow-us-for-the-latest-on-the-pnp-presidential-coverage','','','2019-09-07 16:29:58','2019-09-07 21:29:58','',0,'https://buzz-caribbean.com/?p=7817',0,'post','',0),(7819,4,'2019-09-07 11:03:37','2019-09-07 16:03:37','<!-- wp:heading -->\n<h2>Voting progressing smoothly </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Voting in the People\'s National Party presidential election is reportedly going smoothly at the National Arena in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates began casting their ballots at ten o\'clock. There\'s no report of incidents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr  Peter Phillips, who is the sitting president, and his challenger Peter Bunting, are expected to cast thier vote later this afternoon.</p>\n<!-- /wp:paragraph -->','Follow us for the latest on the PNP presidential coverage','','inherit','closed','closed','','7817-revision-v1','','','2019-09-07 11:03:37','2019-09-07 16:03:37','',7817,'https://buzz-caribbean.com/article/7817-revision-v1/',0,'revision','',0),(7820,4,'2019-09-07 11:04:37','2019-09-07 16:04:37','<!-- wp:image {\"id\":7787} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/PNP-Phillips-Bunting-Leadership-Election-1024x614.jpg\" alt=\"\" class=\"wp-image-7787\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Voting progressing smoothly </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Voting in the People\'s National Party presidential election is reportedly going smoothly at the National Arena in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates began casting their ballots at ten o\'clock. There\'s no report of incidents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr  Peter Phillips, who is the sitting president, and his challenger Peter Bunting, are expected to cast thier vote later this afternoon.</p>\n<!-- /wp:paragraph -->','Follow us for the latest on the PNP presidential coverage','','inherit','closed','closed','','7817-revision-v1','','','2019-09-07 11:04:37','2019-09-07 16:04:37','',7817,'https://buzz-caribbean.com/article/7817-revision-v1/',0,'revision','',0),(7821,4,'2019-09-07 11:05:10','2019-09-07 16:05:10','<!-- wp:image {\"id\":7787} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/PNP-Phillips-Bunting-Leadership-Election-1024x614.jpg\" alt=\"\" class=\"wp-image-7787\" /><figcaption>Dr Peter Phillips (left) and Peter Bunting.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Voting progressing smoothly </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Voting in the People\'s National Party presidential election is reportedly going smoothly at the National Arena in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates began casting their ballots at ten o\'clock. There\'s no report of incidents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr  Peter Phillips, who is the sitting president, and his challenger Peter Bunting, are expected to cast thier vote later this afternoon.</p>\n<!-- /wp:paragraph -->','Follow us for the latest on the PNP presidential coverage','','inherit','closed','closed','','7817-revision-v1','','','2019-09-07 11:05:10','2019-09-07 16:05:10','',7817,'https://buzz-caribbean.com/article/7817-revision-v1/',0,'revision','',0),(7822,4,'2019-09-07 11:10:49','2019-09-07 16:10:49','<!-- wp:image {\"id\":7787} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/PNP-Phillips-Bunting-Leadership-Election-1024x614.jpg\" alt=\"\" class=\"wp-image-7787\" /><figcaption>Dr Peter Phillips (left) and Peter Bunting.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Voting progressing smoothly </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Voting in the People\'s National Party presidential election is reportedly going smoothly at the National Arena in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates began casting their ballots at ten o\'clock. There\'s no report of incidents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr&nbsp; Peter Phillips, who is the sitting president, and his challenger Peter Bunting, are expected to cast thier vote later this afternoon.</p>\n<!-- /wp:paragraph -->','Follow us for the latest on the PNP presidential election','','inherit','closed','closed','','7817-revision-v1','','','2019-09-07 11:10:49','2019-09-07 16:10:49','',7817,'https://buzz-caribbean.com/article/7817-revision-v1/',0,'revision','',0),(7824,4,'2019-09-07 11:27:11','2019-09-07 16:27:11','','pnp-election-peter-peter3','','inherit','open','closed','','pnp-election-peter-peter3','','','2019-09-07 11:27:11','2019-09-07 16:27:11','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter3.jpg',0,'attachment','image/jpeg',0),(7825,4,'2019-09-07 11:27:30','2019-09-07 16:27:30','','pnp-election-peter-peter','','inherit','open','closed','','pnp-election-peter-peter','','','2019-09-07 11:27:30','2019-09-07 16:27:30','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter.jpg',0,'attachment','image/jpeg',0),(7826,4,'2019-09-07 11:27:36','2019-09-07 16:27:36','','pnp-election-peter-peter4','','inherit','open','closed','','pnp-election-peter-peter4','','','2019-09-07 11:27:36','2019-09-07 16:27:36','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter4.jpg',0,'attachment','image/jpeg',0),(7827,4,'2019-09-07 11:27:40','2019-09-07 16:27:40','','pnp-election-peter-peter-1','','inherit','open','closed','','pnp-election-peter-peter-1','','','2019-09-07 11:27:40','2019-09-07 16:27:40','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter-1.jpg',0,'attachment','image/jpeg',0),(7828,4,'2019-09-07 11:27:52','2019-09-07 16:27:52','<!-- wp:heading -->\n<h2>Voting progressing smoothly </h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":7824} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter3-1024x682.jpg\" alt=\"\" class=\"wp-image-7824\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":7825} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter-1024x682.jpg\" alt=\"\" class=\"wp-image-7825\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":7826} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter4-1024x682.jpg\" alt=\"\" class=\"wp-image-7826\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":7827} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter-1-1024x682.jpg\" alt=\"\" class=\"wp-image-7827\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Voting in the People\'s National Party presidential election is reportedly going smoothly at the National Arena in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates began casting their ballots at ten o\'clock. There\'s no report of incidents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr&nbsp; Peter Phillips, who is the sitting president, and his challenger Peter Bunting, are expected to cast thier vote later this afternoon.</p>\n<!-- /wp:paragraph -->','Follow us for the latest on the PNP presidential election','','inherit','closed','closed','','7817-revision-v1','','','2019-09-07 11:27:52','2019-09-07 16:27:52','',7817,'https://buzz-caribbean.com/article/7817-revision-v1/',0,'revision','',0),(7829,4,'2019-09-07 11:29:50','2019-09-07 16:29:50','','pnp-election-peter-peter3-1','','inherit','open','closed','','pnp-election-peter-peter3-1','','','2019-09-07 11:29:50','2019-09-07 16:29:50','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter3-1.jpg',0,'attachment','image/jpeg',0),(7830,4,'2019-09-07 11:29:54','2019-09-07 16:29:54','','pnp-election-peter-peter2','','inherit','open','closed','','pnp-election-peter-peter2','','','2019-09-07 11:29:54','2019-09-07 16:29:54','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter2.jpg',0,'attachment','image/jpeg',0),(7831,4,'2019-09-07 11:30:03','2019-09-07 16:30:03','','pnp-election-peter-peter4-1','','inherit','open','closed','','pnp-election-peter-peter4-1','','','2019-09-07 11:30:03','2019-09-07 16:30:03','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter4-1.jpg',0,'attachment','image/jpeg',0),(7832,4,'2019-09-07 11:30:07','2019-09-07 16:30:07','','pnp-election-peter-peter-2','','inherit','open','closed','','pnp-election-peter-peter-2','','','2019-09-07 11:30:07','2019-09-07 16:30:07','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter-2.jpg',0,'attachment','image/jpeg',0),(7833,4,'2019-09-07 11:30:17','2019-09-07 16:30:17','<!-- wp:gallery {\"ids\":[7829,7830,7831,7832]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter3-1-1024x682.jpg\" alt=\"\" data-id=\"7829\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter3-1/\" class=\"wp-image-7829\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter2-1024x682.jpg\" alt=\"\" data-id=\"7830\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter2/\" class=\"wp-image-7830\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter4-1-1024x682.jpg\" alt=\"\" data-id=\"7831\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter4-1/\" class=\"wp-image-7831\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter-2-1024x682.jpg\" alt=\"\" data-id=\"7832\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter-2/\" class=\"wp-image-7832\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:heading -->\n<h2>Voting progressing smoothly </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Voting in the People\'s National Party presidential election is reportedly going smoothly at the National Arena in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates began casting their ballots at ten o\'clock. There\'s no report of incidents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr&nbsp; Peter Phillips, who is the sitting president, and his challenger Peter Bunting, are expected to cast thier vote later this afternoon.</p>\n<!-- /wp:paragraph -->','Follow us for the latest on the PNP presidential election','','inherit','closed','closed','','7817-revision-v1','','','2019-09-07 11:30:17','2019-09-07 16:30:17','',7817,'https://buzz-caribbean.com/article/7817-revision-v1/',0,'revision','',0),(7834,4,'2019-09-07 11:31:14','2019-09-07 16:31:14','<!-- wp:heading -->\n<h2>Voting progressing smoothly </h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[7829,7830,7831,7832]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter3-1-1024x682.jpg\" alt=\"\" data-id=\"7829\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter3-1/\" class=\"wp-image-7829\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter2-1024x682.jpg\" alt=\"\" data-id=\"7830\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter2/\" class=\"wp-image-7830\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter4-1-1024x682.jpg\" alt=\"\" data-id=\"7831\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter4-1/\" class=\"wp-image-7831\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter-2-1024x682.jpg\" alt=\"\" data-id=\"7832\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter-2/\" class=\"wp-image-7832\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Voting in the People\'s National Party presidential election is reportedly going smoothly at the National Arena in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates began casting their ballots at ten o\'clock. There\'s no report of incidents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr&nbsp; Peter Phillips, who is the sitting president, and his challenger Peter Bunting, are expected to cast thier vote later this afternoon.</p>\n<!-- /wp:paragraph -->','Follow us for the latest on the PNP presidential election','','inherit','closed','closed','','7817-revision-v1','','','2019-09-07 11:31:14','2019-09-07 16:31:14','',7817,'https://buzz-caribbean.com/article/7817-revision-v1/',0,'revision','',0),(7835,11,'2019-09-07 11:48:22','2019-09-07 16:48:22','','Lennox Clarendon DaCosta Cup Buzz Caribbean','','inherit','open','closed','','lennox-clarendon-dacosta-cup-buzz-caribbean','','','2019-09-07 11:48:22','2019-09-07 16:48:22','',7807,'https://buzz-caribbean.com/app/uploads/2019/09/Lennox-Clarendon-daCosta-Cup-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(7836,11,'2019-09-07 11:50:29','2019-09-07 16:50:29','<!-- wp:image {\"id\":7835} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Lennox-Clarendon-daCosta-Cup-Buzz-Caribbean-1024x614.jpg\" alt=\"\" class=\"wp-image-7835\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Defending\nchampions Clarendon College will get their rural area Wata daCosta Cup football\nseason underway on Saturday when they battle Lennon in the official opening\nmatch of the season at Montego Bay Sports Complex starting at 2:30 pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hometown\nteams Cornwall College and Irwin will clash at 7:00 pm in the other daCosta Cup\nmatch that will be involved in the opening rites at the Montego Bay Sports\nComplex.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A\ntotal of 27 matches are scheduled to be played in 12 zones across the island as\nthe season gets going with all having aspirations of crowing themselves in\nglory when it ends in November.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Clarendon\nCollege are once again favoured to lift the title but will have to get through\npowerhouses such as Cornwall College, St Elizabeth Technical High (STETHS),\nRusea’s and Glenmuir.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>SATURDAY’S\nMATCHES</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nA</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Irwin\nvs Cornwall at Montego Bay Sports Complex at 7:00 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nE</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Newell\nvs Munro at Treasure Beach at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Maggotty\nvs Black River at Appleton at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lacovia\nvs Sydney Pagon at Lacovia at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nF</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Manchester\nvs B B Coke at Manchester at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DeCarteret\nvs Belair at DeCarteret at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>May\nDay vs Mile Gully at May Day at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nG</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Alston\nvs Christiana at Sanguinettie Community Centre at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holmwood\nvs Roger Clarke at Holmwood at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Knox\nvs Spalding at Knox at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nH</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Clarendon\nCollege vs Lennon at Montego Bay Sports Complex at 2:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nI</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ocho\nRios vs Browns Town at Ocho Rios at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>YorkCastle\nvs Marcus Garvey at York Castle at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Iona\nvs Oracabessa at Rio Nuevo at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nJ</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Annotto\nBay vs St Mary Tech at Westmoreland Oval at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brimmervale\nvs Carron Hall at Brimmervale at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nK</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enid\nBennett vs Charlemont at Bybrook Sports Club at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>McGrath\nvs Dinthill at McGrath at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nL</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Titchfield\nvs Fair Prospect at Titchfield at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Happy\nGrove vs Port Antonio Hector’s River at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nM</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Glenmuir\nvs Bellefield at Juici Beef Complex at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Denbigh\nvs Garvey Maceo at Turners at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nN</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Central\nvs Kemps Hill at Bushy Park at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Vere\nvs Old Harbour at Vere at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>ZONE\nO</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Robert Lightbourne vs Morant Bay at Robert Lightbourne at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Paul Bogle vs Yallahs at York Oval at 3:30 pm</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>St\nThomas Tech vs Seaforth at Eastern Banana Complex</p>\n<!-- /wp:paragraph -->','27 matches get WATA daCosta Cup underway','','inherit','closed','closed','','7807-revision-v1','','','2019-09-07 11:50:29','2019-09-07 16:50:29','',7807,'https://buzz-caribbean.com/article/7807-revision-v1/',0,'revision','',0),(7837,11,'2019-09-07 11:52:49','2019-09-07 16:52:49','','KC-Excelsior-Manning-Cup-Buzz-Caribbean','','inherit','open','closed','','kc-excelsior-manning-cup-buzz-caribbean','','','2019-09-07 11:52:49','2019-09-07 16:52:49','',7801,'https://buzz-caribbean.com/app/uploads/2019/09/KC-Excelsior-Manning-Cup-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(7838,11,'2019-09-07 11:53:11','2019-09-07 16:53:11','<!-- wp:image {\"id\":7837} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/KC-Excelsior-Manning-Cup-Buzz-Caribbean-1024x614.jpg\" alt=\"\" class=\"wp-image-7837\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Corporate Area schoolboy Digicel Manning Cup football competition begins on Saturday (Sept. 9) with defending champions Kingston College (KC) taking on former winners Excelsior in the official opening of the tournament at Montego Bay Sports Complex at 5:00 pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\nwill be one of seven contests that will be played on the opening day, which\nwill have matches in Group D, Group F and Group G.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7804} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/football-Manning-Cup-1024x768.jpg\" alt=\"\" class=\"wp-image-7804\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The\nofficial opening match between KC and Excelsior is the only encounter for Group\nG, however, the other two groups will have the full slate of three matches.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A\ntotal of 44 teams will start the season. They are divided into seven groups\nwith two having seven contestants and the other five comprising of six.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Each\ngroup has two teams that are favoured to dominate the rest of their opponents,\nbut the predictions can be totally wrong with schoolboys.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\nis expected to be a fiercely contested season with traditional kingpins,\nJamaica College (JC), KC, St George’s College and Wolmer’s favoured to lift the\ntitle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However,\nwaiting to spring a few surprises are former champions Excelsior as well as\nHoly Trinity, who are knocking on the door in recent years, but have not been\nable to break through to get their first title.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like\nHoly Trinity, 1987 champions St Andrew Technical (STATHS) have also been\nconsistent in the past few seasons, as they have maintained a presence in the\nsemi-finals.</p>\n<!-- /wp:paragraph -->','Digicel Manning Cup starts today with seven matches','','inherit','closed','closed','','7801-revision-v1','','','2019-09-07 11:53:11','2019-09-07 16:53:11','',7801,'https://buzz-caribbean.com/article/7801-revision-v1/',0,'revision','',0),(7839,11,'2019-09-07 11:56:26','2019-09-07 16:56:26','<!-- wp:heading -->\n<h2>Follow us for the latest on the PNP presidential election</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Voting progressing smoothly </h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[7829,7830,7831,7832]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter3-1-1024x682.jpg\" alt=\"\" data-id=\"7829\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter3-1/\" class=\"wp-image-7829\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter2-1024x682.jpg\" alt=\"\" data-id=\"7830\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter2/\" class=\"wp-image-7830\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter4-1-1024x682.jpg\" alt=\"\" data-id=\"7831\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter4-1/\" class=\"wp-image-7831\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter-2-1024x682.jpg\" alt=\"\" data-id=\"7832\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter-2/\" class=\"wp-image-7832\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Voting in the People\'s National Party presidential election is reportedly going smoothly at the National Arena in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates began casting their ballots at ten o\'clock. There\'s no report of incidents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr&nbsp; Peter Phillips, who is the sitting president, and his challenger Peter Bunting, are expected to cast thier vote later this afternoon.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','7817-revision-v1','','','2019-09-07 11:56:26','2019-09-07 16:56:26','',7817,'https://buzz-caribbean.com/article/7817-revision-v1/',0,'revision','',0),(7841,11,'2019-09-07 11:56:53','2019-09-07 16:56:53','<!-- wp:heading -->\n<h2>Follow us for the latest on the PNP presidential election</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2><em>Voting progressing smoothly </em></h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[7829,7830,7831,7832]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter3-1-1024x682.jpg\" alt=\"\" data-id=\"7829\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter3-1/\" class=\"wp-image-7829\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter2-1024x682.jpg\" alt=\"\" data-id=\"7830\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter2/\" class=\"wp-image-7830\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter4-1-1024x682.jpg\" alt=\"\" data-id=\"7831\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter4-1/\" class=\"wp-image-7831\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter-2-1024x682.jpg\" alt=\"\" data-id=\"7832\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter-2/\" class=\"wp-image-7832\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Voting in the People\'s National Party presidential election is reportedly going smoothly at the National Arena in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates began casting their ballots at ten o\'clock. There\'s no report of incidents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr&nbsp; Peter Phillips, who is the sitting president, and his challenger Peter Bunting, are expected to cast thier vote later this afternoon.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','7817-revision-v1','','','2019-09-07 11:56:53','2019-09-07 16:56:53','',7817,'https://buzz-caribbean.com/article/7817-revision-v1/',0,'revision','',0),(7842,11,'2019-09-07 11:57:12','2019-09-07 16:57:12','<!-- wp:heading -->\n<h2>Follow us for the latest on the PNP presidential election</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2><em>Voting progressing smoothly </em></h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[7829,7830,7831,7832]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter3-1-1024x682.jpg\" alt=\"\" data-id=\"7829\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter3-1/\" class=\"wp-image-7829\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter2-1024x682.jpg\" alt=\"\" data-id=\"7830\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter2/\" class=\"wp-image-7830\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter4-1-1024x682.jpg\" alt=\"\" data-id=\"7831\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter4-1/\" class=\"wp-image-7831\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter-2-1024x682.jpg\" alt=\"\" data-id=\"7832\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter-2/\" class=\"wp-image-7832\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Voting in the People\'s National Party presidential election is reportedly going smoothly at the National Arena in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates began casting their ballots at ten o\'clock. There\'s no report of incidents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr  Peter Phillips, who is the sitting president, and his challenger Peter Bunting, are expected to cast their vote later this afternoon.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','7817-revision-v1','','','2019-09-07 11:57:12','2019-09-07 16:57:12','',7817,'https://buzz-caribbean.com/article/7817-revision-v1/',0,'revision','',0),(7844,11,'2019-09-07 11:59:09','2019-09-07 16:59:09','<!-- wp:heading -->\n<h2><em>Voting progressing smoothly </em></h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[7829,7830,7831,7832]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter3-1-1024x682.jpg\" alt=\"\" data-id=\"7829\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter3-1/\" class=\"wp-image-7829\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter2-1024x682.jpg\" alt=\"\" data-id=\"7830\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter2/\" class=\"wp-image-7830\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter4-1-1024x682.jpg\" alt=\"\" data-id=\"7831\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter4-1/\" class=\"wp-image-7831\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter-2-1024x682.jpg\" alt=\"\" data-id=\"7832\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter-2/\" class=\"wp-image-7832\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Voting in the People\'s National Party presidential election is reportedly going smoothly at the National Arena in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates began casting their ballots at ten o\'clock. There\'s no report of incidents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr  Peter Phillips, who is the sitting president, and his challenger Peter Bunting, are expected to cast their vote later this afternoon.</p>\n<!-- /wp:paragraph -->','Follow us for the latest on the PNP presidential election','','inherit','closed','closed','','7817-revision-v1','','','2019-09-07 11:59:09','2019-09-07 16:59:09','',7817,'https://buzz-caribbean.com/article/7817-revision-v1/',0,'revision','',0),(7845,11,'2019-09-07 12:34:54','2019-09-07 17:34:54','<!-- wp:paragraph -->\n<p>An ecstatic Leon Bailey took to social media last night following his brilliant performance with the Reggae Boyz against Antigua in the CONCACAF Nations League match.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Boyz had a stellar performance, beating their Caribbean counterpart 6-0.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bailey shared his joy in scoring his first international goal as part of the national team, describing it as an \"overwhelming feeling\". His post was met with enthusiasm from his near half a million followers on Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><a href=\"https://buzz-caribbean.com/article/too-hot-to-handle-reggae-boyz-swamp-antigua-6-0-in-nations-league/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"TOO HOT TO HANDLE: Reggae Boyz swamp Antigua 6-0 in Nations League (opens in a new tab)\">TOO HOT TO HANDLE: Reggae Boyz swamp Antigua 6-0 in Nations League</a></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Bailey furthered thanked his fans for their support, \"The support was real, grateful to have had my whole family supporting from the stands but most importantly the support from the Jamaican fans\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2GDeR1IJ4k/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2GDeR1IJ4k/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Well played Bailey! ????</p>\n<!-- /wp:paragraph -->','Leon Bailey stars with Reggae Boyz — grateful for support','','publish','open','closed','','leon-bailey-stars-with-reggae-boyz-grateful-for-support','','','2019-09-07 12:34:54','2019-09-07 17:34:54','',0,'https://buzz-caribbean.com/?p=7845',0,'post','',0),(7847,11,'2019-09-07 12:13:19','2019-09-07 17:13:19','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2GDeR1IJ4k/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2GDeR1IJ4k/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2GDeR1IJ4k/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">First international goal for my country, followed with 2 assist , overwhelming feeling.  The support was real , grateful to have had my whole family supporting from the stands but most importantly the support from the Jamaican fans. Thank you all for a wonderful night here in Montego Bay. Looking forward to making more history with you all in the near future , One Love. ??????</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/leonbailey_9/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Leon Bailey ⚽️✞</a> (@leonbailey_9) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-07T03:17:19+00:00\">Sep 6, 2019 at 8:17pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','b2ee3a32c28d8d07e6e84ad3633da1c8','','','2019-09-07 12:13:19','2019-09-07 17:13:19','',0,'https://buzz-caribbean.com/article/b2ee3a32c28d8d07e6e84ad3633da1c8/',0,'oembed_cache','',0),(7848,4,'2019-09-07 12:21:11','2019-09-07 17:21:11','<!-- wp:heading -->\n<h2>Carnival-like atmosphere prevails</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A carnival-like atmosphere PNP internal elections going smoothlyThe People\'s National Party\'s presidential election at Independence Park Complex was proceeding smoothly close to midday, approximately two hours after voting began at 10:00 am.Electoral Office of Jamaica officials were keeping the voting area of the National Arena sterile as tents were pitched at the entrance and delegates thoroughly scrutinised before they were allowed to enter and cast their ballot.The election is between incumbent Peter Phillips challenger Peter Bunting.The vibe at the venue has been energetic with both candidates setting up camps at different section.Both set of supporters were being kept entertained by selections from sound systems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Voting progressing smoothly </h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[7829,7830,7831,7832]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter3-1-1024x682.jpg\" alt=\"\" data-id=\"7829\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter3-1/\" class=\"wp-image-7829\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter2-1024x682.jpg\" alt=\"\" data-id=\"7830\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter2/\" class=\"wp-image-7830\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter4-1-1024x682.jpg\" alt=\"\" data-id=\"7831\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter4-1/\" class=\"wp-image-7831\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter-2-1024x682.jpg\" alt=\"\" data-id=\"7832\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter-2/\" class=\"wp-image-7832\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Voting in the People\'s National Party presidential election is reportedly going smoothly at the National Arena in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates began casting their ballots at ten o\'clock. There\'s no report of incidents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr&nbsp; Peter Phillips, who is the sitting president, and his challenger Peter Bunting, are expected to cast thier vote later this afternoon.</p>\n<!-- /wp:paragraph -->','Follow us for the latest on the PNP presidential election','','inherit','closed','closed','','7817-revision-v1','','','2019-09-07 12:21:11','2019-09-07 17:21:11','',7817,'https://buzz-caribbean.com/article/7817-revision-v1/',0,'revision','',0),(7849,4,'2019-09-07 12:22:41','2019-09-07 17:22:41','<!-- wp:heading -->\n<h2>Voting progressing smoothly </h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[7829,7830,7831,7832]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter3-1-1024x682.jpg\" alt=\"\" data-id=\"7829\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter3-1/\" class=\"wp-image-7829\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter2-1024x682.jpg\" alt=\"\" data-id=\"7830\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter2/\" class=\"wp-image-7830\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter4-1-1024x682.jpg\" alt=\"\" data-id=\"7831\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter4-1/\" class=\"wp-image-7831\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter-2-1024x682.jpg\" alt=\"\" data-id=\"7832\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter-2/\" class=\"wp-image-7832\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Voting in the People\'s National Party presidential election is reportedly going smoothly at the National Arena in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates began casting their ballots at ten o\'clock. There\'s no report of incidents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr&nbsp; Peter Phillips, who is the sitting president, and his challenger Peter Bunting, are expected to cast thier vote later this afternoon.</p>\n<!-- /wp:paragraph -->','Follow us for the latest on the PNP presidential election','','inherit','closed','closed','','7817-revision-v1','','','2019-09-07 12:22:41','2019-09-07 17:22:41','',7817,'https://buzz-caribbean.com/article/7817-revision-v1/',0,'revision','',0),(7850,9,'2019-09-07 12:27:57','2019-09-07 17:27:57','<!-- wp:paragraph -->\n<p>EA Sports’ flagship basketball game has finally been released, and basketball fans and the gaming world are ready! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7764} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/nba-2k-20-cover-Buzz-Caribbean-1024x576.jpeg\" alt=\"Cover image of the NBA 2K20 video game.\" class=\"wp-image-7764\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The last trade window in the NBA league has seen the biggest off-season roster shake-up in league history. This has sparked even more than the usual interest for NBA 2K&nbsp; fans. Adding to the excitement is the MyCareer Mode in NBA 2K20 that showcases its star-studded cast featuring Idris Elba and Rosario Dawson.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7777} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Lebron-James-Buzz-Caribbean-1024x614.jpg\" alt=\"Animated image Lebron James\" class=\"wp-image-7777\" /><figcaption>Lebron James</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The highest-rated players are LeBron James, Kawhi Leonard, Giannis Antetokounmpo, James Harden, Kevin Durant, Stephen Curry, Anthony Davis, Paul George, Damian Lillard and Joel Embiid. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7778} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Steph-Curry-Buzz-Caribbean-1024x614.jpg\" alt=\"Animated image of Stephen Curry\" class=\"wp-image-7778\" /><figcaption>Stephen Curry</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The top dunkers are Zion, Donovan Mitchell, Zach LaVine; the top shooters are Steph, Klay Thompson and Joe Harris; and the top-rated handles are Kyrie Irving, Steph and Harden. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See video highlights below and tell us what you think <strong>BUZZ </strong>fam. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=u9tYdvbSAHQ\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=u9tYdvbSAHQ\n</div></figure>\n<!-- /wp:embed -->','NBA 2K20 is finally here! EA Sports’ flagship basketball game released','','inherit','closed','closed','','7762-revision-v1','','','2019-09-07 12:27:57','2019-09-07 17:27:57','',7762,'https://buzz-caribbean.com/article/7762-revision-v1/',0,'revision','',0),(7851,11,'2019-09-07 12:32:51','2019-09-07 17:32:51','','Leon Bailey Reggae Boyz Jamaica','','inherit','open','closed','','leon-bailey-reggae-boyz-jamaica','','','2019-09-07 12:32:51','2019-09-07 17:32:51','',7845,'https://buzz-caribbean.com/app/uploads/2019/09/Leon-Bailey-Reggae-Boyz-Jamaica.jpg',0,'attachment','image/jpeg',0),(7852,11,'2019-09-07 12:34:54','2019-09-07 17:34:54','<!-- wp:paragraph -->\n<p>An ecstatic Leon Bailey took to social media last night following his brilliant performance with the Reggae Boyz against Antigua in the CONCACAF Nations League match.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Boyz had a stellar performance, beating their Caribbean counterpart 6-0.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bailey shared his joy in scoring his first international goal as part of the national team, describing it as an \"overwhelming feeling\". His post was met with enthusiasm from his near half a million followers on Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><a href=\"https://buzz-caribbean.com/article/too-hot-to-handle-reggae-boyz-swamp-antigua-6-0-in-nations-league/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"TOO HOT TO HANDLE: Reggae Boyz swamp Antigua 6-0 in Nations League (opens in a new tab)\">TOO HOT TO HANDLE: Reggae Boyz swamp Antigua 6-0 in Nations League</a></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Bailey furthered thanked his fans for their support, \"The support was real, grateful to have had my whole family supporting from the stands but most importantly the support from the Jamaican fans\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2GDeR1IJ4k/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2GDeR1IJ4k/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Well played Bailey! ????</p>\n<!-- /wp:paragraph -->','Leon Bailey stars with Reggae Boyz — grateful for support','','inherit','closed','closed','','7845-revision-v1','','','2019-09-07 12:34:54','2019-09-07 17:34:54','',7845,'https://buzz-caribbean.com/article/7845-revision-v1/',0,'revision','',0),(7853,21,'2019-09-07 12:48:42','2019-09-07 17:48:42','<!-- wp:paragraph -->\n<p>After months of going through a divorce British powerhouse, Adele is set and ready to release her new album. In April, it was announced that Adele was filing for divorce from her husband of seven years, Simon Konecki. They share a son, Angelo Adkins</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  “This is 31… Learning to REALLY truly love yourself is it.” </p><cite>Multiple Grammy award-winning vocalist, Adele</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Not an easy road for the singer but she told an inside source\nthat she’s ready to make music for fans, she describes the process as\ntherapeutic. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7855} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Adele-New-Album-Buzz-Caribbean-1024x682.png\" alt=\"\" class=\"wp-image-7855\" /><figcaption>British powerhouse Adele</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In may she celebrated her 31<sup>st</sup> birthday hinting to\nfans what to expect in her next album, she wrote in the caption, “This is 31…\nLearning to REALLY truly love yourself is it.”&nbsp;“I’ve only just realized\nthat that is more than enough. I’ll learn to love you lot eventually.” Not sure\nif she hinted the name of the next album but she jokingly said, “30 will be a\ndrum n bass record to spite you, Chin up eh.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7864} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Adele-31-New-Album-Buzz-Caribbean-1024x683.png\" alt=\"\" class=\"wp-image-7864\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Adele\'s last album “25” was released in 2015 and created a massive impact selling 22 million copies worldwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An insider previously told ‘The Sun’ we can expect Adele’s\nfourth studio album Christmas 2019.</p>\n<!-- /wp:paragraph -->','Adele set to drop new album — fans excited','','publish','open','closed','','adele-set-to-drop-new-album-fans-excited','','','2019-09-07 12:48:42','2019-09-07 17:48:42','',0,'https://buzz-caribbean.com/?p=7853',0,'post','',0),(7854,4,'2019-09-07 12:41:26','2019-09-07 17:41:26','','pnp-pete-pete','','inherit','open','closed','','pnp-pete-pete','','','2019-09-07 12:41:26','2019-09-07 17:41:26','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete.jpg',0,'attachment','image/jpeg',0),(7855,11,'2019-09-07 12:41:42','2019-09-07 17:41:42','','Adele-New-Album-Buzz-Caribbean','','inherit','open','closed','','adele-new-album-buzz-caribbean','','','2019-09-07 12:41:42','2019-09-07 17:41:42','',7853,'https://buzz-caribbean.com/app/uploads/2019/09/Adele-New-Album-Buzz-Caribbean.png',0,'attachment','image/png',0),(7856,4,'2019-09-07 12:42:05','2019-09-07 17:42:05','','pnp-pete-pete12','','inherit','open','closed','','pnp-pete-pete12','','','2019-09-07 12:42:05','2019-09-07 17:42:05','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12.jpg',0,'attachment','image/jpeg',0),(7857,4,'2019-09-07 12:42:15','2019-09-07 17:42:15','','pnp-pete-pete11','','inherit','open','closed','','pnp-pete-pete11','','','2019-09-07 12:42:15','2019-09-07 17:42:15','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete11.jpg',0,'attachment','image/jpeg',0),(7858,4,'2019-09-07 12:42:18','2019-09-07 17:42:18','','pnp-pete-pete7','','inherit','open','closed','','pnp-pete-pete7','','','2019-09-07 12:42:18','2019-09-07 17:42:18','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete7.jpg',0,'attachment','image/jpeg',0),(7859,4,'2019-09-07 12:42:22','2019-09-07 17:42:22','','pnp-pete-pete8','','inherit','open','closed','','pnp-pete-pete8','','','2019-09-07 12:42:22','2019-09-07 17:42:22','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete8.jpg',0,'attachment','image/jpeg',0),(7860,4,'2019-09-07 12:42:25','2019-09-07 17:42:25','','pnp-pete-pete9','','inherit','open','closed','','pnp-pete-pete9','','','2019-09-07 12:42:25','2019-09-07 17:42:25','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete9.jpg',0,'attachment','image/jpeg',0),(7861,4,'2019-09-07 12:42:28','2019-09-07 17:42:28','','pnp-pete-pete10','','inherit','open','closed','','pnp-pete-pete10','','','2019-09-07 12:42:28','2019-09-07 17:42:28','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete10.jpg',0,'attachment','image/jpeg',0),(7862,4,'2019-09-07 12:42:31','2019-09-07 17:42:31','','pnp-pete-pete6','','inherit','open','closed','','pnp-pete-pete6','','','2019-09-07 12:42:31','2019-09-07 17:42:31','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete6.jpg',0,'attachment','image/jpeg',0),(7863,4,'2019-09-07 12:42:38','2019-09-07 17:42:38','','pnp-pete-pete4','','inherit','open','closed','','pnp-pete-pete4','','','2019-09-07 12:42:38','2019-09-07 17:42:38','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete4.jpg',0,'attachment','image/jpeg',0),(7864,11,'2019-09-07 12:42:38','2019-09-07 17:42:38','','Adele-31-New-Album-Buzz-Caribbean','','inherit','open','closed','','adele-31-new-album-buzz-caribbean','','','2019-09-07 12:42:38','2019-09-07 17:42:38','',7853,'https://buzz-caribbean.com/app/uploads/2019/09/Adele-31-New-Album-Buzz-Caribbean.png',0,'attachment','image/png',0),(7865,4,'2019-09-07 12:42:41','2019-09-07 17:42:41','','pnp-pete-pete3','','inherit','open','closed','','pnp-pete-pete3','','','2019-09-07 12:42:41','2019-09-07 17:42:41','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete3.jpg',0,'attachment','image/jpeg',0),(7866,4,'2019-09-07 12:42:46','2019-09-07 17:42:46','','pnp-election-peter-peter8','','inherit','open','closed','','pnp-election-peter-peter8','','','2019-09-07 12:42:46','2019-09-07 17:42:46','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter8.jpg',0,'attachment','image/jpeg',0),(7867,4,'2019-09-07 12:42:55','2019-09-07 17:42:55','','pnp-election-peter-peter7','','inherit','open','closed','','pnp-election-peter-peter7','','','2019-09-07 12:42:55','2019-09-07 17:42:55','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter7.jpg',0,'attachment','image/jpeg',0),(7868,4,'2019-09-07 12:42:57','2019-09-07 17:42:57','','pnp-election-peter-peter6','','inherit','open','closed','','pnp-election-peter-peter6','','','2019-09-07 12:42:57','2019-09-07 17:42:57','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter6.jpg',0,'attachment','image/jpeg',0),(7869,4,'2019-09-07 12:43:00','2019-09-07 17:43:00','','pnp-election-peter-peter5','','inherit','open','closed','','pnp-election-peter-peter5','','','2019-09-07 12:43:00','2019-09-07 17:43:00','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter5.jpg',0,'attachment','image/jpeg',0),(7870,4,'2019-09-07 12:43:55','2019-09-07 17:43:55','<!-- wp:heading -->\n<h2>Carnival-like atmosphere at PNP election</h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[7854,7856,7857,7858,7859,7860,7861,7862,7863,7865,7866,7867,7868,7869]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete-1024x683.jpg\" alt=\"\" data-id=\"7854\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete/\" class=\"wp-image-7854\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-1024x683.jpg\" alt=\"\" data-id=\"7856\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete12/\" class=\"wp-image-7856\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete11-1024x683.jpg\" alt=\"\" data-id=\"7857\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete11/\" class=\"wp-image-7857\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete7-1024x683.jpg\" alt=\"\" data-id=\"7858\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete7/\" class=\"wp-image-7858\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete8-1024x683.jpg\" alt=\"\" data-id=\"7859\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete8/\" class=\"wp-image-7859\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete9-1024x683.jpg\" alt=\"\" data-id=\"7860\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete9/\" class=\"wp-image-7860\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete10-1024x683.jpg\" alt=\"\" data-id=\"7861\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete10/\" class=\"wp-image-7861\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete6-1024x683.jpg\" alt=\"\" data-id=\"7862\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete6/\" class=\"wp-image-7862\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete4-1024x683.jpg\" alt=\"\" data-id=\"7863\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete4/\" class=\"wp-image-7863\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete3-1024x683.jpg\" alt=\"\" data-id=\"7865\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete3/\" class=\"wp-image-7865\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter8-1024x682.jpg\" alt=\"\" data-id=\"7866\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter8/\" class=\"wp-image-7866\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter7-1024x682.jpg\" alt=\"\" data-id=\"7867\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter7/\" class=\"wp-image-7867\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter6-1024x682.jpg\" alt=\"\" data-id=\"7868\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter6/\" class=\"wp-image-7868\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter5-1024x682.jpg\" alt=\"\" data-id=\"7869\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter5/\" class=\"wp-image-7869\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>A carnival-like atmosphere is\ncurrently prevailing as delegates cast their ballots in the PNP presidential\nelection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Supporters for Dr Peter\nPhillips and Peter Bunting are being entertained by selections from sound\nsystems at the National Arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The vibe at the venue has been energetic with both\ncandidates setting up camps at different sections\nof the premises.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Voting progressing smoothly </h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[7829,7830,7831,7832]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter3-1-1024x682.jpg\" alt=\"\" data-id=\"7829\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter3-1/\" class=\"wp-image-7829\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter2-1024x682.jpg\" alt=\"\" data-id=\"7830\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter2/\" class=\"wp-image-7830\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter4-1-1024x682.jpg\" alt=\"\" data-id=\"7831\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter4-1/\" class=\"wp-image-7831\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter-2-1024x682.jpg\" alt=\"\" data-id=\"7832\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter-2/\" class=\"wp-image-7832\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Voting in the People\'s National Party presidential election is reportedly going smoothly at the National Arena in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates began casting their ballots at ten o\'clock. There\'s no report of incidents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr&nbsp; Peter Phillips, who is the sitting president, and his challenger Peter Bunting, are expected to cast thier vote later this afternoon.</p>\n<!-- /wp:paragraph -->','Follow us for the latest on the PNP presidential election','','inherit','closed','closed','','7817-revision-v1','','','2019-09-07 12:43:55','2019-09-07 17:43:55','',7817,'https://buzz-caribbean.com/article/7817-revision-v1/',0,'revision','',0),(7871,11,'2019-09-07 12:46:38','2019-09-07 17:46:38','<!-- wp:paragraph -->\n<p>After months of going through a divorce British powerhouse, Adele is set and ready to release her new album. In April, it was announced that Adele was filing for divorce from her husband of seven years, Simon Konecki. They share a son, Angelo Adkins</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>  “This is 31… Learning to REALLY truly love yourself is it.” </p><cite>Multiple Grammy award-winning vocalist, Adele</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Not an easy road for the singer but she told an inside source\nthat she’s ready to make music for fans, she describes the process as\ntherapeutic. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7855} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Adele-New-Album-Buzz-Caribbean-1024x682.png\" alt=\"\" class=\"wp-image-7855\" /><figcaption>British powerhouse Adele</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In may she celebrated her 31<sup>st</sup> birthday hinting to\nfans what to expect in her next album, she wrote in the caption, “This is 31…\nLearning to REALLY truly love yourself is it.”&nbsp;“I’ve only just realized\nthat that is more than enough. I’ll learn to love you lot eventually.” Not sure\nif she hinted the name of the next album but she jokingly said, “30 will be a\ndrum n bass record to spite you, Chin up eh.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7864} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Adele-31-New-Album-Buzz-Caribbean-1024x683.png\" alt=\"\" class=\"wp-image-7864\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Adele\'s last album “25” was released in 2015 and created a massive impact selling 22 million copies worldwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An insider previously told ‘The Sun’ we can expect Adele’s\nfourth studio album Christmas 2019.</p>\n<!-- /wp:paragraph -->','Adele set to drop new album — fans excited','','inherit','closed','closed','','7853-revision-v1','','','2019-09-07 12:46:38','2019-09-07 17:46:38','',7853,'https://buzz-caribbean.com/article/7853-revision-v1/',0,'revision','',0),(7872,11,'2019-09-07 12:48:18','2019-09-07 17:48:18','','Adele Buzz Contributor','','inherit','open','closed','','adele-buzz-contributor','','','2019-09-07 12:48:18','2019-09-07 17:48:18','',7853,'https://buzz-caribbean.com/app/uploads/2019/09/Adele-Buzz-Contributor.jpg',0,'attachment','image/jpeg',0),(7873,4,'2019-09-07 12:49:38','2019-09-07 17:49:38','<!-- wp:heading -->\n<h2>Carnival-like atmosphere at PNP election</h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[\"7854\",\"7856\",\"7857\",\"7858\",\"7859\",\"7860\",\"7861\",\"7862\",\"7863\",\"7865\",\"7866\",\"7867\",\"7868\",\"7869\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete-1024x683.jpg\" alt=\"\" data-id=\"7854\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete/\" class=\"wp-image-7854\" /><figcaption>SEE OUR GALLERY</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-1024x683.jpg\" alt=\"\" data-id=\"7856\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete12/\" class=\"wp-image-7856\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete11-1024x683.jpg\" alt=\"\" data-id=\"7857\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete11/\" class=\"wp-image-7857\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete7-1024x683.jpg\" alt=\"\" data-id=\"7858\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete7/\" class=\"wp-image-7858\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete8-1024x683.jpg\" alt=\"\" data-id=\"7859\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete8/\" class=\"wp-image-7859\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete9-1024x683.jpg\" alt=\"\" data-id=\"7860\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete9/\" class=\"wp-image-7860\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete10-1024x683.jpg\" alt=\"\" data-id=\"7861\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete10/\" class=\"wp-image-7861\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete6-1024x683.jpg\" alt=\"\" data-id=\"7862\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete6/\" class=\"wp-image-7862\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete4-1024x683.jpg\" alt=\"\" data-id=\"7863\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete4/\" class=\"wp-image-7863\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete3-1024x683.jpg\" alt=\"\" data-id=\"7865\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete3/\" class=\"wp-image-7865\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter8-1024x682.jpg\" alt=\"\" data-id=\"7866\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter8/\" class=\"wp-image-7866\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter7-1024x682.jpg\" alt=\"\" data-id=\"7867\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter7/\" class=\"wp-image-7867\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter6-1024x682.jpg\" alt=\"\" data-id=\"7868\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter6/\" class=\"wp-image-7868\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter5-1024x682.jpg\" alt=\"\" data-id=\"7869\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter5/\" class=\"wp-image-7869\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>A carnival-like atmosphere is\ncurrently prevailing as delegates cast their ballots in the PNP presidential\nelection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Supporters for Dr Peter\nPhillips and Peter Bunting are being entertained by selections from sound\nsystems at the National Arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The vibe at the venue has been energetic with both\ncandidates setting up camps at different sections\nof the premises.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Voting progressing smoothly </h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[\"7829\",\"7830\",\"7831\",\"7832\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter3-1-1024x682.jpg\" alt=\"\" data-id=\"7829\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter3-1/\" class=\"wp-image-7829\" /><figcaption>SEE GALLERY</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter2-1024x682.jpg\" alt=\"\" data-id=\"7830\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter2/\" class=\"wp-image-7830\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter4-1-1024x682.jpg\" alt=\"\" data-id=\"7831\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter4-1/\" class=\"wp-image-7831\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter-2-1024x682.jpg\" alt=\"\" data-id=\"7832\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter-2/\" class=\"wp-image-7832\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Voting in the People\'s National Party presidential election is reportedly going smoothly at the National Arena in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates began casting their ballots at ten o\'clock. There\'s no report of incidents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr&nbsp; Peter Phillips, who is the sitting president, and his challenger Peter Bunting, are expected to cast thier vote later this afternoon.</p>\n<!-- /wp:paragraph -->','Follow us for the latest on the PNP presidential election','','inherit','closed','closed','','7817-revision-v1','','','2019-09-07 12:49:38','2019-09-07 17:49:38','',7817,'https://buzz-caribbean.com/article/7817-revision-v1/',0,'revision','',0),(7875,11,'2019-09-07 12:52:46','2019-09-07 17:52:46','','Lizzo Buzz Caribbean','','inherit','open','closed','','lizzo-buzz-caribbean','','','2019-09-07 12:52:46','2019-09-07 17:52:46','',7304,'https://buzz-caribbean.com/app/uploads/2019/09/Lizzo-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(7876,11,'2019-09-07 12:54:25','2019-09-07 17:54:25','<!-- wp:heading -->\n<h2>Carnival-like atmosphere at PNP election</h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[\"7854\",\"7856\",\"7857\",\"7858\",\"7859\",\"7860\",\"7861\",\"7862\",\"7863\",\"7865\",\"7866\",\"7867\",\"7868\",\"7869\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete-1024x683.jpg\" alt=\"\" data-id=\"7854\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete/\" class=\"wp-image-7854\" /><figcaption>SEE OUR GALLERY</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-1024x683.jpg\" alt=\"\" data-id=\"7856\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete12/\" class=\"wp-image-7856\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete11-1024x683.jpg\" alt=\"\" data-id=\"7857\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete11/\" class=\"wp-image-7857\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete7-1024x683.jpg\" alt=\"\" data-id=\"7858\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete7/\" class=\"wp-image-7858\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete8-1024x683.jpg\" alt=\"\" data-id=\"7859\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete8/\" class=\"wp-image-7859\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete9-1024x683.jpg\" alt=\"\" data-id=\"7860\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete9/\" class=\"wp-image-7860\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete10-1024x683.jpg\" alt=\"\" data-id=\"7861\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete10/\" class=\"wp-image-7861\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete6-1024x683.jpg\" alt=\"\" data-id=\"7862\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete6/\" class=\"wp-image-7862\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete4-1024x683.jpg\" alt=\"\" data-id=\"7863\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete4/\" class=\"wp-image-7863\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete3-1024x683.jpg\" alt=\"\" data-id=\"7865\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete3/\" class=\"wp-image-7865\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter8-1024x682.jpg\" alt=\"\" data-id=\"7866\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter8/\" class=\"wp-image-7866\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter7-1024x682.jpg\" alt=\"\" data-id=\"7867\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter7/\" class=\"wp-image-7867\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter6-1024x682.jpg\" alt=\"\" data-id=\"7868\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter6/\" class=\"wp-image-7868\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter5-1024x682.jpg\" alt=\"\" data-id=\"7869\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter5/\" class=\"wp-image-7869\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>A carnival-like atmosphere is\ncurrently prevailing as delegates cast their ballots in the PNP presidential\nelection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Supporters for Dr Peter\nPhillips and Peter Bunting are being entertained by selections from sound\nsystems at the National Arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The vibe at the venue has been energetic with both\ncandidates setting up camps at different sections\nof the premises.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Voting progressing smoothly </h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[\"7829\",\"7830\",\"7831\",\"7832\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter3-1-1024x682.jpg\" alt=\"\" data-id=\"7829\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter3-1/\" class=\"wp-image-7829\" /><figcaption>SEE GALLERY</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter2-1024x682.jpg\" alt=\"\" data-id=\"7830\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter2/\" class=\"wp-image-7830\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter4-1-1024x682.jpg\" alt=\"\" data-id=\"7831\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter4-1/\" class=\"wp-image-7831\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter-2-1024x682.jpg\" alt=\"\" data-id=\"7832\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter-2/\" class=\"wp-image-7832\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Voting in the People\'s National Party presidential election is reportedly going smoothly at the National Arena in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates began casting their ballots at ten o\'clock. There\'s no report of incidents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr  Peter Phillips, who is the sitting president, and his challenger Peter Bunting, are expected to cast their vote later this afternoon.</p>\n<!-- /wp:paragraph -->','Follow us for the latest on the PNP presidential election','','inherit','closed','closed','','7817-revision-v1','','','2019-09-07 12:54:25','2019-09-07 17:54:25','',7817,'https://buzz-caribbean.com/article/7817-revision-v1/',0,'revision','',0),(7877,14,'2019-09-07 14:08:13','2019-09-07 19:08:13','<!-- wp:image {\"id\":7884} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-1-1024x863.jpg\" alt=\"\" class=\"wp-image-7884\" /><figcaption>The Hon. Louise Simone Bennett-Coverley (Photo: Jamaica Information Service)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Louise Bennett-Coverley was a woman of unquestioned loyalty to Jamaica’s culture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At times when she stood alone, Bennett Coverley, affectionately called ‘Miss Lou’, defended of our language, <strong>Jamaican Patois</strong>, demanding its widespread acceptance. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=KffCy8iFU8Q\\u0026list=PLZ6cF0uXEVEmDJ4xbJ1lywxMpwfB0489d\\u0026index=2\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=KffCy8iFU8Q&amp;list=PLZ6cF0uXEVEmDJ4xbJ1lywxMpwfB0489d&amp;index=2\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Miss Lou remained undaunted despite the resistance, refusing to believe that our language was as ‘bad’, \'corrupted\' and ‘uncivilised’ as it was repeatedly perceived. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She worked through her poems, songs and stories to change a toxic mindset, spearheading a movement of self-acceptance and respect for our own innate cultural imprint.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7887} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-8.jpg\" alt=\"\" class=\"wp-image-7887\" /><figcaption>Anancy, a key character in many a Miss Lou story, traces its roots to our enslaved ancestors from West Africa (Photo: Amazon.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As Jamaica celebrates this gem of a woman and cultural pioneer on her 100th birthday, <strong>BUZZ </strong>presents 10 facts on the renowned activist, folklorist and comedienne:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1.</strong>   Louise Simone Bennett came into being on Sunday, September 7, 1919, along North Street in Kingston as the only child borne to a bakery-owning father and her mother, who worked as a dressmaker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7879} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-6.jpg\" alt=\"\" class=\"wp-image-7879\" /><figcaption>A young and spritely Louise Bennett (Photo: Jamaicans.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>2. </strong>   A young Bennett, now 14-years-old, noticed she had a penchant for storytelling, and as a student of the Friends College in St. Mary, she had her first Jamaican patois poem published in The Sunday Gleaner in 1943, after being initially rejected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3.</strong>    A British Council scholarship took ‘Miss Lou’ to England, where she studied at London’s iconic Royal Academy of Dramatic Art (RADA) in the 1940s, becoming the first black woman in history to enroll.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7880} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/royal-academy-dramatic-arts-miss-lou-buzz-demo-1024x768.jpg\" alt=\"\" class=\"wp-image-7880\" /><figcaption>The Royal Academy of Dramatic Art (RADA) in London (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>4. </strong>   After graduating and a brief stint working with theatre companies across the UK, as well as being host for radio programmes on the British Broadcasting Commission (BBC), Bennett returned to Jamaica – where she taught folklore and drama at the newly formed University of the West Indies (UWI).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7882} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-2.jpg\" alt=\"\" class=\"wp-image-7882\" /><figcaption>More of Miss Lou (Photo: National Library of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong>    Bennett quickly cemented herself as a household name after producing a series of radio monologues called Miss Lou\'s Views, from 1965 to 1982. During the show, Bennett, under the alias of her alter-ego Aunty Roachy, would comment on local news pieces with wit and humour. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7881} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-4.jpg\" alt=\"\" class=\"wp-image-7881\" /><figcaption>\'Long time gyal mi neva see yu, come mek mi hol\' yuh han\'...\" Miss Lou, during the heydays of Ring Ding! (Photo: Jamaicans.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>6. </strong>   Miss Lou started to reach the minds of young Jamaicans when started hosting the children\'s television programme Ring Ding in 1970. Never doubting for a second her belief \"that \'de pickney-dem learn de sinting dat belong to dem\' (that the children learn about their heritage)\", Ring Ding was a staple in the lives of thousands of children until its last season in 1982.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>7.</strong>    Bennett wrote several books and poetry in Jamaican Patois, helping to have it recognised as a national language in its own right. She is credited with giving Harry Belafonte the foundation for his 1956 hit \"Day-O (The Banana Boat Song)\" by telling him about the Jamaican folk song \"Day Dah Light\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7883} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-3.jpg\" alt=\"\" class=\"wp-image-7883\" /><figcaption>Miss Lou had the capability to disarm and enchant anyone with her warm, bubbly personality (Photo: Jamaicans.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>8.</strong>    The consummate performer, Bennett also released numerous recordings of traditional Jamaican folk music as well as recordings from her radio and television shows during its heyday between 1967 and 1976.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>9.</strong>    Miss Lou has been acclaimed by many for her success in establishing the validity of local languages for literary expression. Her writing has also been credited with providing a unique perspective on the everyday social experiences of working-class women in the postcolonial Jamaican landscape.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7888} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-9-1024x797.jpg\" alt=\"\" class=\"wp-image-7888\" /><figcaption>Louise, alongside her husband Eric Coverley on their wedding day (Photo: National Library of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>10.</strong>   Bennett lived the last decade of her colourful life in Scarborough, Ontario and died in July 2006. at the Scarborough Grace Hospital after collapsing at her home. After a memorial service in Toronto and a state-funeral in Kingston, Miss Lou was laid to rest beside her husband Eric Coverley in August 2006, in the cultural icons section of National Heroes Park.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=_Fy39wPedmY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=_Fy39wPedmY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Walk good, Miss Lou... </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A nation and its people are indebted to your courage, infectious laughter and warm personality. May your legacy live on forever...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>BUZZ fam, what is your fondest memory of Miss Lou? Tell us your favourite poem/song/quote in the comments section below!</p>\n<!-- /wp:paragraph -->','Happy 100th birthday, Miss Lou!','','publish','open','closed','','happy-100th-birthday-miss-lou','','','2019-09-07 14:14:14','2019-09-07 19:14:14','',0,'https://buzz-caribbean.com/?p=7877',0,'post','',0),(7878,11,'2019-09-07 14:10:52','2019-09-07 19:10:52','<!-- wp:paragraph -->\n<p>Peter Murcott Bunting, recognises two major milestones today (Sept. 9) - his birthday and a fierce challenge for the leadership of the People\'s National Party (PNP).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7900} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting2-1024x682.jpg\" alt=\"\" class=\"wp-image-7900\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Born in a rural district in Clarendon to parents Juan and Pauline Bunting, he celebrates his 59th birthday today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The statesman arrived moments ago at The National Arena to cast his vote and was showered with supportive chants from the party faithful present.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting hopes to cap off the evening, with the ultimate gift to himself by securing majority votes and moving on to fulfil his proposed mandate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=QxRGtpkGbPs\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=QxRGtpkGbPs&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Bunting wants ultimate birthday gift — leadership of the PNP','','publish','open','closed','','bunting-wanting-ultimate-birthday-gift-leadership-of-the-pnp','','','2019-09-09 16:12:01','2019-09-09 21:12:01','',0,'https://buzz-caribbean.com/?p=7878',0,'post','',0),(7879,14,'2019-09-07 13:48:24','2019-09-07 18:48:24','','miss-lou-buzz-demo-6','','inherit','open','closed','','miss-lou-buzz-demo-6','','','2019-09-07 13:48:24','2019-09-07 18:48:24','',7877,'https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-6.jpg',0,'attachment','image/jpeg',0),(7880,14,'2019-09-07 13:48:42','2019-09-07 18:48:42','','royal-academy-dramatic-arts-miss-lou-buzz-demo','','inherit','open','closed','','royal-academy-dramatic-arts-miss-lou-buzz-demo','','','2019-09-07 13:48:42','2019-09-07 18:48:42','',7877,'https://buzz-caribbean.com/app/uploads/2019/09/royal-academy-dramatic-arts-miss-lou-buzz-demo.jpg',0,'attachment','image/jpeg',0),(7881,14,'2019-09-07 13:50:38','2019-09-07 18:50:38','','miss-lou-buzz-demo-4','','inherit','open','closed','','miss-lou-buzz-demo-4','','','2019-09-07 13:50:38','2019-09-07 18:50:38','',7877,'https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-4.jpg',0,'attachment','image/jpeg',0),(7882,14,'2019-09-07 13:50:46','2019-09-07 18:50:46','','miss-lou-buzz-demo-2','','inherit','open','closed','','miss-lou-buzz-demo-2','','','2019-09-07 13:50:46','2019-09-07 18:50:46','',7877,'https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-2.jpg',0,'attachment','image/jpeg',0),(7883,14,'2019-09-07 13:51:05','2019-09-07 18:51:05','','miss-lou-buzz-demo-3','','inherit','open','closed','','miss-lou-buzz-demo-3','','','2019-09-07 13:51:05','2019-09-07 18:51:05','',7877,'https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-3.jpg',0,'attachment','image/jpeg',0),(7884,14,'2019-09-07 13:51:27','2019-09-07 18:51:27','','miss-lou-buzz-demo-1','','inherit','open','closed','','miss-lou-buzz-demo-1','','','2019-09-07 13:51:27','2019-09-07 18:51:27','',7877,'https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-1.jpg',0,'attachment','image/jpeg',0),(7885,11,'2019-09-07 13:53:12','2019-09-07 18:53:12','','Peter-Murdock-Bunting','','inherit','open','closed','','peter-murdock-bunting','','','2019-09-07 13:53:12','2019-09-07 18:53:12','',7878,'https://buzz-caribbean.com/app/uploads/2019/09/Peter-Murdock-Bunting.jpeg',0,'attachment','image/jpeg',0),(7886,14,'2019-09-07 13:53:44','2019-09-07 18:53:44','<iframe title=\"Louise Bennett - Day Dah Light\" width=\"1333\" height=\"1000\" src=\"https://www.youtube.com/embed/videoseries?list=PLZ6cF0uXEVEmDJ4xbJ1lywxMpwfB0489d\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','14807defea42ee0b984da4687d5b8ec5','','','2019-09-07 13:53:44','2019-09-07 18:53:44','',0,'https://buzz-caribbean.com/article/14807defea42ee0b984da4687d5b8ec5/',0,'oembed_cache','',0),(7887,14,'2019-09-07 13:55:02','2019-09-07 18:55:02','','miss-lou-buzz-demo-8','','inherit','open','closed','','miss-lou-buzz-demo-8','','','2019-09-07 13:55:02','2019-09-07 18:55:02','',7877,'https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-8.jpg',0,'attachment','image/jpeg',0),(7888,14,'2019-09-07 13:57:34','2019-09-07 18:57:34','','miss-lou-buzz-demo-9','','inherit','open','closed','','miss-lou-buzz-demo-9','','','2019-09-07 13:57:34','2019-09-07 18:57:34','',7877,'https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-9.jpg',0,'attachment','image/jpeg',0),(7889,4,'2019-09-07 14:01:44','2019-09-07 19:01:44','','pnp-election-phillips2','','inherit','open','closed','','pnp-election-phillips2','','','2019-09-07 14:01:44','2019-09-07 19:01:44','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips2.jpg',0,'attachment','image/jpeg',0),(7890,11,'2019-09-07 14:01:54','2019-09-07 19:01:54','<!-- wp:paragraph -->\n<p>Peter Murdock Bunting, recognises two major milestones today (Sept. 9) - his birthday and a fierce challenge for the leadership of the People\'s National Party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4777} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-1-1-1024x683.jpg\" alt=\"\" class=\"wp-image-4777\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Born in a rural district in Clarendon to parents Juan and Pauline Bunting, he celebrates his 59th birthday today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The statesman arrived moments ago at The National Arena to cast his vote and was showered with supportive chants from the party faithful present.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7885} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Peter-Murdock-Bunting-768x1024.jpeg\" alt=\"\" class=\"wp-image-7885\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bunting hopes to cap off the evening, with the ultimate gift to himself by securing majority votes and moving on to fulfil his proposed mandate.</p>\n<!-- /wp:paragraph -->','Bunting wanting ultimate birthday gift — leadership of the PNP','','inherit','closed','closed','','7878-revision-v1','','','2019-09-07 14:01:54','2019-09-07 19:01:54','',7878,'https://buzz-caribbean.com/article/7878-revision-v1/',0,'revision','',0),(7891,4,'2019-09-07 14:02:08','2019-09-07 19:02:08','','pnp-election-phillips','','inherit','open','closed','','pnp-election-phillips','','','2019-09-07 14:02:08','2019-09-07 19:02:08','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips.jpg',0,'attachment','image/jpeg',0),(7892,4,'2019-09-07 14:02:15','2019-09-07 19:02:15','','pnp-election-phillips4','','inherit','open','closed','','pnp-election-phillips4','','','2019-09-07 14:02:15','2019-09-07 19:02:15','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips4.jpg',0,'attachment','image/jpeg',0),(7893,4,'2019-09-07 14:02:21','2019-09-07 19:02:21','','pnp-election-phillips2-1','','inherit','open','closed','','pnp-election-phillips2-1','','','2019-09-07 14:02:21','2019-09-07 19:02:21','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips2-1.jpg',0,'attachment','image/jpeg',0),(7895,4,'2019-09-07 14:03:02','2019-09-07 19:03:02','<!-- wp:heading -->\n<h2><strong>Winner could be announced by six o’clock</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[7891,7892,7893]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips-1024x682.jpg\" alt=\"\" data-id=\"7891\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips/\" class=\"wp-image-7891\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips4-1024x682.jpg\" alt=\"\" data-id=\"7892\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips4/\" class=\"wp-image-7892\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips2-1-1024x682.jpg\" alt=\"\" data-id=\"7893\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips2-1/\" class=\"wp-image-7893\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Peoples National Party General Secretary, Julian Robinson is\nprojecting that the winner of the presidential election could be announced by 6\no’clock this evening (Sat, Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We close at 4\no’clock and then we expect to go into counting, so I’m hopeful by 6 o’clock we\ncan make an announcement,” Robinson said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Incumbent Party\nPresident Dr. Peter Phillips is trying to stave off a challenge from former\nparty General Secretary Peter Bunting in the hotly contested battle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to\nRobinson, it has been smooth sailing since delegates began voting this morning\nat the National Arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added: “I\nwould say the day is going smoothly. The people are coming through; they are\nvoting. We had a rush at the beginning; it has kind of tapered off. The process\nis working so far I would say, so good.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Carnival-like atmosphere at PNP election</h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[\"7854\",\"7856\",\"7857\",\"7858\",\"7859\",\"7860\",\"7861\",\"7862\",\"7863\",\"7865\",\"7866\",\"7867\",\"7868\",\"7869\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete-1024x683.jpg\" alt=\"\" data-id=\"7854\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete/\" class=\"wp-image-7854\" /><figcaption>SEE OUR GALLERY</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-1024x683.jpg\" alt=\"\" data-id=\"7856\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete12/\" class=\"wp-image-7856\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete11-1024x683.jpg\" alt=\"\" data-id=\"7857\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete11/\" class=\"wp-image-7857\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete7-1024x683.jpg\" alt=\"\" data-id=\"7858\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete7/\" class=\"wp-image-7858\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete8-1024x683.jpg\" alt=\"\" data-id=\"7859\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete8/\" class=\"wp-image-7859\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete9-1024x683.jpg\" alt=\"\" data-id=\"7860\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete9/\" class=\"wp-image-7860\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete10-1024x683.jpg\" alt=\"\" data-id=\"7861\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete10/\" class=\"wp-image-7861\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete6-1024x683.jpg\" alt=\"\" data-id=\"7862\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete6/\" class=\"wp-image-7862\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete4-1024x683.jpg\" alt=\"\" data-id=\"7863\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete4/\" class=\"wp-image-7863\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete3-1024x683.jpg\" alt=\"\" data-id=\"7865\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete3/\" class=\"wp-image-7865\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter8-1024x682.jpg\" alt=\"\" data-id=\"7866\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter8/\" class=\"wp-image-7866\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter7-1024x682.jpg\" alt=\"\" data-id=\"7867\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter7/\" class=\"wp-image-7867\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter6-1024x682.jpg\" alt=\"\" data-id=\"7868\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter6/\" class=\"wp-image-7868\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter5-1024x682.jpg\" alt=\"\" data-id=\"7869\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter5/\" class=\"wp-image-7869\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>A carnival-like atmosphere is\ncurrently prevailing as delegates cast their ballots in the PNP presidential\nelection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Supporters for Dr Peter\nPhillips and Peter Bunting are being entertained by selections from sound\nsystems at the National Arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The vibe at the venue has been energetic with both\ncandidates setting up camps at different sections\nof the premises.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Voting progressing smoothly </h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[\"7829\",\"7830\",\"7831\",\"7832\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter3-1-1024x682.jpg\" alt=\"\" data-id=\"7829\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter3-1/\" class=\"wp-image-7829\" /><figcaption>SEE GALLERY</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter2-1024x682.jpg\" alt=\"\" data-id=\"7830\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter2/\" class=\"wp-image-7830\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter4-1-1024x682.jpg\" alt=\"\" data-id=\"7831\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter4-1/\" class=\"wp-image-7831\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter-2-1024x682.jpg\" alt=\"\" data-id=\"7832\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter-2/\" class=\"wp-image-7832\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Voting in the People\'s National Party presidential election is reportedly going smoothly at the National Arena in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates began casting their ballots at ten o\'clock. There\'s no report of incidents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr&nbsp; Peter Phillips, who is the sitting president, and his challenger Peter Bunting, are expected to cast their vote later this afternoon.</p>\n<!-- /wp:paragraph -->','Follow us for the latest on the PNP presidential election','','inherit','closed','closed','','7817-revision-v1','','','2019-09-07 14:03:02','2019-09-07 19:03:02','',7817,'https://buzz-caribbean.com/article/7817-revision-v1/',0,'revision','',0),(7896,14,'2019-09-07 14:08:13','2019-09-07 19:08:13','<!-- wp:image {\"id\":7884} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-1-1024x863.jpg\" alt=\"\" class=\"wp-image-7884\" /><figcaption>The Hon. Louise Simone Bennett-Coverley (Photo: Jamaica Information Service)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Louise Bennett-Coverley was a woman of unquestioned loyalty to Jamaica’s culture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At times when she stood alone, Bennett Coverley, affectionately called ‘Miss Lou’, defended of our language, <strong>Jamaican Patois</strong>, demanding its widespread acceptance. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=KffCy8iFU8Q\\u0026list=PLZ6cF0uXEVEmDJ4xbJ1lywxMpwfB0489d\\u0026index=2\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=KffCy8iFU8Q&amp;list=PLZ6cF0uXEVEmDJ4xbJ1lywxMpwfB0489d&amp;index=2\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Miss Lou remained undaunted despite the resistance, refusing to believe that our language was as ‘bad’, \'corrupted\' and ‘uncivilised’ as it was repeatedly perceived. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She worked through her poems, songs and stories to change a toxic mindset, spearheading a movement of self-acceptance and respect for our own innate cultural imprint.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7887} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-8.jpg\" alt=\"\" class=\"wp-image-7887\" /><figcaption>Anancy, a key character in many a Miss Lou story, traces its roots to our enslaved ancestors from West Africa (Photo: Amazon.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As Jamaica celebrates this gem of a woman and cultural pioneer on her 100th birthday, <strong>BUZZ </strong>presents 10 facts on the renowned activist, folklorist and comedienne:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1.    Louise Simone Bennett came into being on Sunday, September 7, 1919, along North Street in Kingston as the only child borne to a bakery-owning father and her mother, who worked as a dressmaker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7879} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-6.jpg\" alt=\"\" class=\"wp-image-7879\" /><figcaption>A young and spritely Louise Bennett (Photo: Jamaicans.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>2.    A young Bennett, now 14-years-old, noticed she had a penchant for storytelling, and as a student of the Friends College in St. Mary, she had her first Jamaican patois poem published in The Sunday Gleaner in 1943, after being initially rejected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3.    A British Council scholarship took ‘Miss Lou’ to England where she studied at London’s iconic Royal Academy of Dramatic Art (RADA) in the 1940s, becoming the first black woman in history to enrol.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7880} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/royal-academy-dramatic-arts-miss-lou-buzz-demo-1024x768.jpg\" alt=\"\" class=\"wp-image-7880\" /><figcaption>The Royal Academy of Dramatic Art (RADA) in London (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>4.    After graduating and a brief stint working with theatre companies across the UK, as well as being host for radio programmes on the British Broadcasting Commission (BBC), Bennett returned to Jamaica – where she taught folklore and drama at the newly formed University of the West Indies (UWI).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7882} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-2.jpg\" alt=\"\" class=\"wp-image-7882\" /><figcaption>More of Miss Lou (Photo: National Library of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>5.    Bennett quickly cemented herself as a household name after producing a series of radio monologues called Miss Lou\'s Views, from 1965 to 1982. During the show, Bennett, under the alias of her alter-ego Aunty Roachy, would comment on local news pieces with wit and humour. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7881} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-4.jpg\" alt=\"\" class=\"wp-image-7881\" /><figcaption>\'Long time gyal mi neva see yu, come mek mi hol\' yuh han\'...\" Miss Lou, during the heydays of Ring Ding! (Photo: Jamaicans.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>6.    Miss Lou started to reach the minds of young Jamaicans when started hosting the children\'s television programme Ring Ding in 1970. Never doubting for a second her belief \"that \'de pickney-dem learn de sinting dat belong to dem\' (that the children learn about their heritage)\", Ring Ding was a staple in the lives of thousands of children until its last season in 1982.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7.    Bennett wrote several books and poetry in Jamaican Patois, helping to have it recognised as a national language in its own right. She is credited with giving Harry Belafonte the foundation for his 1956 hit \"Day-O (The Banana Boat Song)\" by telling him about the Jamaican folk song \"Day Dah Light\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7883} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-3.jpg\" alt=\"\" class=\"wp-image-7883\" /><figcaption>Miss Lou had the capability to disarm and enchant anyone with her warm, bubbly personality (Photo: Jamaicans.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>8.    The consummate performer, Bennett also released numerous recordings of traditional Jamaican folk music as well as recordings from her radio and television shows during its heyday between 1967 and 1976.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9.    Miss Lou has been acclaimed by many for her success in establishing the validity of local languages for literary expression. Her writing has also been credited with providing a unique perspective on the everyday social experiences of working-class women in the postcolonial Jamaican landscape.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7888} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-9-1024x797.jpg\" alt=\"\" class=\"wp-image-7888\" /><figcaption>Louise, alongside her husband Eric Coverley on their wedding day (Photo: National Library of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>10.   Bennett lived the last decade of her colourful life in Scarborough, Ontario and died in July 2006. at the Scarborough Grace Hospital after collapsing at her home. After a memorial service in Toronto and a state-funeral in Kingston, Miss Lou was laid to rest beside her husband Eric Coverley in August 2006, in the cultural icons section of National Heroes Park.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=_Fy39wPedmY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=_Fy39wPedmY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Walk good, Miss Lou... </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A nation and its people are indebted to your courage, infectious laughter and warm personality. May your legacy live on forever...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>BUZZ fam, what is your fondest memory of Miss Lou? Tell us your favourite poem/song/quote in the comments section below!</p>\n<!-- /wp:paragraph -->','Happy 100th birthday, Miss Lou!','','inherit','closed','closed','','7877-revision-v1','','','2019-09-07 14:08:13','2019-09-07 19:08:13','',7877,'https://buzz-caribbean.com/article/7877-revision-v1/',0,'revision','',0),(7897,14,'2019-09-07 14:08:14','2019-09-07 19:08:14','<iframe title=\"Miss Lou (Part 1) ~ LONG TIME GAL\" width=\"1333\" height=\"1000\" src=\"https://www.youtube.com/embed/_Fy39wPedmY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','84582264815acc00c35383f2999597a3','','','2019-09-07 14:08:14','2019-09-07 19:08:14','',0,'https://buzz-caribbean.com/article/84582264815acc00c35383f2999597a3/',0,'oembed_cache','',0),(7898,11,'2019-09-07 14:10:52','2019-09-07 19:10:52','<!-- wp:paragraph -->\n<p>Peter Murdock Bunting, recognises two major milestones today (Sept. 9) - his birthday and a fierce challenge for the leadership of the People\'s National Party (PNP).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4777} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-1-1-1024x683.jpg\" alt=\"\" class=\"wp-image-4777\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Born in a rural district in Clarendon to parents Juan and Pauline Bunting, he celebrates his 59th birthday today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The statesman arrived moments ago at The National Arena to cast his vote and was showered with supportive chants from the party faithful present.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7885} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Peter-Murdock-Bunting-768x1024.jpeg\" alt=\"\" class=\"wp-image-7885\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bunting hopes to cap off the evening, with the ultimate gift to himself by securing majority votes and moving on to fulfil his proposed mandate.</p>\n<!-- /wp:paragraph -->','Bunting wanting ultimate birthday gift — leadership of the PNP','','inherit','closed','closed','','7878-revision-v1','','','2019-09-07 14:10:52','2019-09-07 19:10:52','',7878,'https://buzz-caribbean.com/article/7878-revision-v1/',0,'revision','',0),(7899,14,'2019-09-07 14:14:13','2019-09-07 19:14:13','<!-- wp:image {\"id\":7884} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-1-1024x863.jpg\" alt=\"\" class=\"wp-image-7884\" /><figcaption>The Hon. Louise Simone Bennett-Coverley (Photo: Jamaica Information Service)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Louise Bennett-Coverley was a woman of unquestioned loyalty to Jamaica’s culture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At times when she stood alone, Bennett Coverley, affectionately called ‘Miss Lou’, defended of our language, <strong>Jamaican Patois</strong>, demanding its widespread acceptance. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=KffCy8iFU8Q\\u0026list=PLZ6cF0uXEVEmDJ4xbJ1lywxMpwfB0489d\\u0026index=2\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=KffCy8iFU8Q&amp;list=PLZ6cF0uXEVEmDJ4xbJ1lywxMpwfB0489d&amp;index=2\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Miss Lou remained undaunted despite the resistance, refusing to believe that our language was as ‘bad’, \'corrupted\' and ‘uncivilised’ as it was repeatedly perceived. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She worked through her poems, songs and stories to change a toxic mindset, spearheading a movement of self-acceptance and respect for our own innate cultural imprint.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7887} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-8.jpg\" alt=\"\" class=\"wp-image-7887\" /><figcaption>Anancy, a key character in many a Miss Lou story, traces its roots to our enslaved ancestors from West Africa (Photo: Amazon.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As Jamaica celebrates this gem of a woman and cultural pioneer on her 100th birthday, <strong>BUZZ </strong>presents 10 facts on the renowned activist, folklorist and comedienne:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1.</strong>   Louise Simone Bennett came into being on Sunday, September 7, 1919, along North Street in Kingston as the only child borne to a bakery-owning father and her mother, who worked as a dressmaker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7879} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-6.jpg\" alt=\"\" class=\"wp-image-7879\" /><figcaption>A young and spritely Louise Bennett (Photo: Jamaicans.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>2. </strong>   A young Bennett, now 14-years-old, noticed she had a penchant for storytelling, and as a student of the Friends College in St. Mary, she had her first Jamaican patois poem published in The Sunday Gleaner in 1943, after being initially rejected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3.</strong>    A British Council scholarship took ‘Miss Lou’ to England, where she studied at London’s iconic Royal Academy of Dramatic Art (RADA) in the 1940s, becoming the first black woman in history to enroll.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7880} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/royal-academy-dramatic-arts-miss-lou-buzz-demo-1024x768.jpg\" alt=\"\" class=\"wp-image-7880\" /><figcaption>The Royal Academy of Dramatic Art (RADA) in London (Photo: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>4. </strong>   After graduating and a brief stint working with theatre companies across the UK, as well as being host for radio programmes on the British Broadcasting Commission (BBC), Bennett returned to Jamaica – where she taught folklore and drama at the newly formed University of the West Indies (UWI).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7882} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-2.jpg\" alt=\"\" class=\"wp-image-7882\" /><figcaption>More of Miss Lou (Photo: National Library of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong>    Bennett quickly cemented herself as a household name after producing a series of radio monologues called Miss Lou\'s Views, from 1965 to 1982. During the show, Bennett, under the alias of her alter-ego Aunty Roachy, would comment on local news pieces with wit and humour. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7881} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-4.jpg\" alt=\"\" class=\"wp-image-7881\" /><figcaption>\'Long time gyal mi neva see yu, come mek mi hol\' yuh han\'...\" Miss Lou, during the heydays of Ring Ding! (Photo: Jamaicans.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>6. </strong>   Miss Lou started to reach the minds of young Jamaicans when started hosting the children\'s television programme Ring Ding in 1970. Never doubting for a second her belief \"that \'de pickney-dem learn de sinting dat belong to dem\' (that the children learn about their heritage)\", Ring Ding was a staple in the lives of thousands of children until its last season in 1982.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>7.</strong>    Bennett wrote several books and poetry in Jamaican Patois, helping to have it recognised as a national language in its own right. She is credited with giving Harry Belafonte the foundation for his 1956 hit \"Day-O (The Banana Boat Song)\" by telling him about the Jamaican folk song \"Day Dah Light\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7883} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-3.jpg\" alt=\"\" class=\"wp-image-7883\" /><figcaption>Miss Lou had the capability to disarm and enchant anyone with her warm, bubbly personality (Photo: Jamaicans.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>8.</strong>    The consummate performer, Bennett also released numerous recordings of traditional Jamaican folk music as well as recordings from her radio and television shows during its heyday between 1967 and 1976.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>9.</strong>    Miss Lou has been acclaimed by many for her success in establishing the validity of local languages for literary expression. Her writing has also been credited with providing a unique perspective on the everyday social experiences of working-class women in the postcolonial Jamaican landscape.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7888} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-9-1024x797.jpg\" alt=\"\" class=\"wp-image-7888\" /><figcaption>Louise, alongside her husband Eric Coverley on their wedding day (Photo: National Library of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>10.</strong>   Bennett lived the last decade of her colourful life in Scarborough, Ontario and died in July 2006. at the Scarborough Grace Hospital after collapsing at her home. After a memorial service in Toronto and a state-funeral in Kingston, Miss Lou was laid to rest beside her husband Eric Coverley in August 2006, in the cultural icons section of National Heroes Park.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=_Fy39wPedmY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=_Fy39wPedmY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Walk good, Miss Lou... </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A nation and its people are indebted to your courage, infectious laughter and warm personality. May your legacy live on forever...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>BUZZ fam, what is your fondest memory of Miss Lou? Tell us your favourite poem/song/quote in the comments section below!</p>\n<!-- /wp:paragraph -->','Happy 100th birthday, Miss Lou!','','inherit','closed','closed','','7877-revision-v1','','','2019-09-07 14:14:13','2019-09-07 19:14:13','',7877,'https://buzz-caribbean.com/article/7877-revision-v1/',0,'revision','',0),(7900,4,'2019-09-07 14:17:03','2019-09-07 19:17:03','','pnp-election-bunting2','','inherit','open','closed','','pnp-election-bunting2','','','2019-09-07 14:17:03','2019-09-07 19:17:03','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting2.jpg',0,'attachment','image/jpeg',0),(7901,4,'2019-09-07 14:17:07','2019-09-07 19:17:07','','pnp-election-bunting','','inherit','open','closed','','pnp-election-bunting','','','2019-09-07 14:17:07','2019-09-07 19:17:07','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting.jpg',0,'attachment','image/jpeg',0),(7902,4,'2019-09-07 14:17:11','2019-09-07 19:17:11','','pnp-election-bunting3','','inherit','open','closed','','pnp-election-bunting3','','','2019-09-07 14:17:11','2019-09-07 19:17:11','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting3.jpg',0,'attachment','image/jpeg',0),(7903,4,'2019-09-07 14:17:28','2019-09-07 19:17:28','','pnp-election-bunting33','','inherit','open','closed','','pnp-election-bunting33','','','2019-09-07 14:17:28','2019-09-07 19:17:28','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting33.jpg',0,'attachment','image/jpeg',0),(7904,4,'2019-09-07 14:17:35','2019-09-07 19:17:35','<!-- wp:heading -->\n<h2><strong>Winner could be announced by six o’clock</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[7891,7892,7893]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips-1024x682.jpg\" alt=\"\" data-id=\"7891\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips/\" class=\"wp-image-7891\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips4-1024x682.jpg\" alt=\"\" data-id=\"7892\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips4/\" class=\"wp-image-7892\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips2-1-1024x682.jpg\" alt=\"\" data-id=\"7893\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips2-1/\" class=\"wp-image-7893\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Peoples National Party General Secretary, Julian Robinson is\nprojecting that the winner of the presidential election could be announced by 6\no’clock this evening (Sat, Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We close at 4\no’clock and then we expect to go into counting, so I’m hopeful by 6 o’clock we\ncan make an announcement,” Robinson said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Incumbent Party\nPresident Dr. Peter Phillips is trying to stave off a challenge from former\nparty General Secretary Peter Bunting in the hotly contested battle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[7900,7901,7902,7903]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting2-1024x682.jpg\" alt=\"\" data-id=\"7900\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting2/\" class=\"wp-image-7900\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting-1024x682.jpg\" alt=\"\" data-id=\"7901\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting/\" class=\"wp-image-7901\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting3-1024x682.jpg\" alt=\"\" data-id=\"7902\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting3/\" class=\"wp-image-7902\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting33-1024x682.jpg\" alt=\"\" data-id=\"7903\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting33/\" class=\"wp-image-7903\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>According to\nRobinson, it has been smooth sailing since delegates began voting this morning\nat the National Arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added: “I\nwould say the day is going smoothly. The people are coming through; they are\nvoting. We had a rush at the beginning; it has kind of tapered off. The process\nis working so far I would say, so good.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Carnival-like atmosphere at PNP election</h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[\"7854\",\"7856\",\"7857\",\"7858\",\"7859\",\"7860\",\"7861\",\"7862\",\"7863\",\"7865\",\"7866\",\"7867\",\"7868\",\"7869\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete-1024x683.jpg\" alt=\"\" data-id=\"7854\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete/\" class=\"wp-image-7854\" /><figcaption>SEE OUR GALLERY</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-1024x683.jpg\" alt=\"\" data-id=\"7856\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete12/\" class=\"wp-image-7856\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete11-1024x683.jpg\" alt=\"\" data-id=\"7857\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete11/\" class=\"wp-image-7857\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete7-1024x683.jpg\" alt=\"\" data-id=\"7858\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete7/\" class=\"wp-image-7858\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete8-1024x683.jpg\" alt=\"\" data-id=\"7859\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete8/\" class=\"wp-image-7859\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete9-1024x683.jpg\" alt=\"\" data-id=\"7860\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete9/\" class=\"wp-image-7860\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete10-1024x683.jpg\" alt=\"\" data-id=\"7861\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete10/\" class=\"wp-image-7861\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete6-1024x683.jpg\" alt=\"\" data-id=\"7862\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete6/\" class=\"wp-image-7862\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete4-1024x683.jpg\" alt=\"\" data-id=\"7863\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete4/\" class=\"wp-image-7863\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete3-1024x683.jpg\" alt=\"\" data-id=\"7865\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete3/\" class=\"wp-image-7865\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter8-1024x682.jpg\" alt=\"\" data-id=\"7866\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter8/\" class=\"wp-image-7866\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter7-1024x682.jpg\" alt=\"\" data-id=\"7867\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter7/\" class=\"wp-image-7867\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter6-1024x682.jpg\" alt=\"\" data-id=\"7868\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter6/\" class=\"wp-image-7868\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter5-1024x682.jpg\" alt=\"\" data-id=\"7869\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter5/\" class=\"wp-image-7869\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>A carnival-like atmosphere is\ncurrently prevailing as delegates cast their ballots in the PNP presidential\nelection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Supporters for Dr Peter\nPhillips and Peter Bunting are being entertained by selections from sound\nsystems at the National Arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The vibe at the venue has been energetic with both\ncandidates setting up camps at different sections\nof the premises.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Voting progressing smoothly </h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[\"7829\",\"7830\",\"7831\",\"7832\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter3-1-1024x682.jpg\" alt=\"\" data-id=\"7829\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter3-1/\" class=\"wp-image-7829\" /><figcaption>SEE GALLERY</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter2-1024x682.jpg\" alt=\"\" data-id=\"7830\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter2/\" class=\"wp-image-7830\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter4-1-1024x682.jpg\" alt=\"\" data-id=\"7831\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter4-1/\" class=\"wp-image-7831\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter-2-1024x682.jpg\" alt=\"\" data-id=\"7832\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter-2/\" class=\"wp-image-7832\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Voting in the People\'s National Party presidential election is reportedly going smoothly at the National Arena in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates began casting their ballots at ten o\'clock. There\'s no report of incidents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr&nbsp; Peter Phillips, who is the sitting president, and his challenger Peter Bunting, are expected to cast their vote later this afternoon.</p>\n<!-- /wp:paragraph -->','Follow us for the latest on the PNP presidential election','','inherit','closed','closed','','7817-revision-v1','','','2019-09-07 14:17:35','2019-09-07 19:17:35','',7817,'https://buzz-caribbean.com/article/7817-revision-v1/',0,'revision','',0),(7905,4,'2019-09-07 14:17:53','2019-09-07 19:17:53','<!-- wp:heading -->\n<h2><strong>Winner could be announced by six o’clock</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[7891,7892,7893]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips-1024x682.jpg\" alt=\"\" data-id=\"7891\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips/\" class=\"wp-image-7891\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips4-1024x682.jpg\" alt=\"\" data-id=\"7892\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips4/\" class=\"wp-image-7892\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips2-1-1024x682.jpg\" alt=\"\" data-id=\"7893\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips2-1/\" class=\"wp-image-7893\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Peoples National Party General Secretary, Julian Robinson is\nprojecting that the winner of the presidential election could be announced by 6\no’clock this evening (Sat, Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We close at 4\no’clock and then we expect to go into counting, so I’m hopeful by 6 o’clock we\ncan make an announcement,” Robinson said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Incumbent Party\nPresident Dr. Peter Phillips is trying to stave off a challenge from former\nparty General Secretary Peter Bunting in the hotly contested battle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[7900,7901,7902,7903]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting2-1024x682.jpg\" alt=\"\" data-id=\"7900\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting2/\" class=\"wp-image-7900\" /><figcaption>SSEE GALLERY</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting-1024x682.jpg\" alt=\"\" data-id=\"7901\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting/\" class=\"wp-image-7901\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting3-1024x682.jpg\" alt=\"\" data-id=\"7902\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting3/\" class=\"wp-image-7902\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting33-1024x682.jpg\" alt=\"\" data-id=\"7903\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting33/\" class=\"wp-image-7903\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>According to\nRobinson, it has been smooth sailing since delegates began voting this morning\nat the National Arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added: “I\nwould say the day is going smoothly. The people are coming through; they are\nvoting. We had a rush at the beginning; it has kind of tapered off. The process\nis working so far I would say, so good.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Carnival-like atmosphere at PNP election</h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[\"7854\",\"7856\",\"7857\",\"7858\",\"7859\",\"7860\",\"7861\",\"7862\",\"7863\",\"7865\",\"7866\",\"7867\",\"7868\",\"7869\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete-1024x683.jpg\" alt=\"\" data-id=\"7854\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete/\" class=\"wp-image-7854\" /><figcaption>SEE OUR GALLERY</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-1024x683.jpg\" alt=\"\" data-id=\"7856\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete12/\" class=\"wp-image-7856\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete11-1024x683.jpg\" alt=\"\" data-id=\"7857\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete11/\" class=\"wp-image-7857\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete7-1024x683.jpg\" alt=\"\" data-id=\"7858\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete7/\" class=\"wp-image-7858\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete8-1024x683.jpg\" alt=\"\" data-id=\"7859\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete8/\" class=\"wp-image-7859\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete9-1024x683.jpg\" alt=\"\" data-id=\"7860\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete9/\" class=\"wp-image-7860\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete10-1024x683.jpg\" alt=\"\" data-id=\"7861\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete10/\" class=\"wp-image-7861\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete6-1024x683.jpg\" alt=\"\" data-id=\"7862\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete6/\" class=\"wp-image-7862\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete4-1024x683.jpg\" alt=\"\" data-id=\"7863\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete4/\" class=\"wp-image-7863\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete3-1024x683.jpg\" alt=\"\" data-id=\"7865\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete3/\" class=\"wp-image-7865\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter8-1024x682.jpg\" alt=\"\" data-id=\"7866\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter8/\" class=\"wp-image-7866\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter7-1024x682.jpg\" alt=\"\" data-id=\"7867\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter7/\" class=\"wp-image-7867\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter6-1024x682.jpg\" alt=\"\" data-id=\"7868\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter6/\" class=\"wp-image-7868\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter5-1024x682.jpg\" alt=\"\" data-id=\"7869\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter5/\" class=\"wp-image-7869\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>A carnival-like atmosphere is\ncurrently prevailing as delegates cast their ballots in the PNP presidential\nelection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Supporters for Dr Peter\nPhillips and Peter Bunting are being entertained by selections from sound\nsystems at the National Arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The vibe at the venue has been energetic with both\ncandidates setting up camps at different sections\nof the premises.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Voting progressing smoothly </h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[\"7829\",\"7830\",\"7831\",\"7832\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter3-1-1024x682.jpg\" alt=\"\" data-id=\"7829\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter3-1/\" class=\"wp-image-7829\" /><figcaption>SEE GALLERY</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter2-1024x682.jpg\" alt=\"\" data-id=\"7830\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter2/\" class=\"wp-image-7830\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter4-1-1024x682.jpg\" alt=\"\" data-id=\"7831\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter4-1/\" class=\"wp-image-7831\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter-2-1024x682.jpg\" alt=\"\" data-id=\"7832\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter-2/\" class=\"wp-image-7832\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Voting in the People\'s National Party presidential election is reportedly going smoothly at the National Arena in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates began casting their ballots at ten o\'clock. There\'s no report of incidents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr&nbsp; Peter Phillips, who is the sitting president, and his challenger Peter Bunting, are expected to cast their vote later this afternoon.</p>\n<!-- /wp:paragraph -->','Follow us for the latest on the PNP presidential election','','inherit','closed','closed','','7817-revision-v1','','','2019-09-07 14:17:53','2019-09-07 19:17:53','',7817,'https://buzz-caribbean.com/article/7817-revision-v1/',0,'revision','',0),(7906,4,'2019-09-07 14:21:46','2019-09-07 19:21:46','<!-- wp:gallery {\"ids\":[7891,7892,7893]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips-1024x682.jpg\" alt=\"\" data-id=\"7891\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips/\" class=\"wp-image-7891\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips4-1024x682.jpg\" alt=\"\" data-id=\"7892\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips4/\" class=\"wp-image-7892\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips2-1-1024x682.jpg\" alt=\"\" data-id=\"7893\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips2-1/\" class=\"wp-image-7893\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Peoples National Party General Secretary, Julian Robinson is\nprojecting that the winner of the presidential election could be announced by 6\no’clock this evening (Sat, Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We close at 4\no’clock and then we expect to go into counting, so I’m hopeful by 6 o’clock we\ncan make an announcement,” Robinson said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Incumbent Party\nPresident Dr. Peter Phillips is trying to stave off a challenge from former\nparty General Secretary Peter Bunting in the hotly contested battle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[7900,7901,7902,7903]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting2-1024x682.jpg\" alt=\"\" data-id=\"7900\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting2/\" class=\"wp-image-7900\" /><figcaption>SSEE GALLERY</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting-1024x682.jpg\" alt=\"\" data-id=\"7901\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting/\" class=\"wp-image-7901\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting3-1024x682.jpg\" alt=\"\" data-id=\"7902\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting3/\" class=\"wp-image-7902\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting33-1024x682.jpg\" alt=\"\" data-id=\"7903\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting33/\" class=\"wp-image-7903\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>According to\nRobinson, it has been smooth sailing since delegates began voting this morning\nat the National Arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added: “I\nwould say the day is going smoothly. The people are coming through; they are\nvoting. We had a rush at the beginning; it has kind of tapered off. The process\nis working so far I would say, so good.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Carnival-like atmosphere at PNP election</h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[\"7854\",\"7856\",\"7857\",\"7858\",\"7859\",\"7860\",\"7861\",\"7862\",\"7863\",\"7865\",\"7866\",\"7867\",\"7868\",\"7869\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete-1024x683.jpg\" alt=\"\" data-id=\"7854\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete/\" class=\"wp-image-7854\" /><figcaption>SEE OUR GALLERY</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-1024x683.jpg\" alt=\"\" data-id=\"7856\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete12/\" class=\"wp-image-7856\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete11-1024x683.jpg\" alt=\"\" data-id=\"7857\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete11/\" class=\"wp-image-7857\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete7-1024x683.jpg\" alt=\"\" data-id=\"7858\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete7/\" class=\"wp-image-7858\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete8-1024x683.jpg\" alt=\"\" data-id=\"7859\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete8/\" class=\"wp-image-7859\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete9-1024x683.jpg\" alt=\"\" data-id=\"7860\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete9/\" class=\"wp-image-7860\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete10-1024x683.jpg\" alt=\"\" data-id=\"7861\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete10/\" class=\"wp-image-7861\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete6-1024x683.jpg\" alt=\"\" data-id=\"7862\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete6/\" class=\"wp-image-7862\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete4-1024x683.jpg\" alt=\"\" data-id=\"7863\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete4/\" class=\"wp-image-7863\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete3-1024x683.jpg\" alt=\"\" data-id=\"7865\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete3/\" class=\"wp-image-7865\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter8-1024x682.jpg\" alt=\"\" data-id=\"7866\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter8/\" class=\"wp-image-7866\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter7-1024x682.jpg\" alt=\"\" data-id=\"7867\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter7/\" class=\"wp-image-7867\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter6-1024x682.jpg\" alt=\"\" data-id=\"7868\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter6/\" class=\"wp-image-7868\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter5-1024x682.jpg\" alt=\"\" data-id=\"7869\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter5/\" class=\"wp-image-7869\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>A carnival-like atmosphere is\ncurrently prevailing as delegates cast their ballots in the PNP presidential\nelection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Supporters for Dr Peter\nPhillips and Peter Bunting are being entertained by selections from sound\nsystems at the National Arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The vibe at the venue has been energetic with both\ncandidates setting up camps at different sections\nof the premises.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Voting progressing smoothly </h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[\"7829\",\"7830\",\"7831\",\"7832\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter3-1-1024x682.jpg\" alt=\"\" data-id=\"7829\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter3-1/\" class=\"wp-image-7829\" /><figcaption>SEE GALLERY</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter2-1024x682.jpg\" alt=\"\" data-id=\"7830\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter2/\" class=\"wp-image-7830\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter4-1-1024x682.jpg\" alt=\"\" data-id=\"7831\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter4-1/\" class=\"wp-image-7831\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter-2-1024x682.jpg\" alt=\"\" data-id=\"7832\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter-2/\" class=\"wp-image-7832\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Voting in the People\'s National Party presidential election is reportedly going smoothly at the National Arena in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates began casting their ballots at ten o\'clock. There\'s no report of incidents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr&nbsp; Peter Phillips, who is the sitting president, and his challenger Peter Bunting, are expected to cast their vote later this afternoon.</p>\n<!-- /wp:paragraph -->','Winner could be announced by 6 o’clock','','inherit','closed','closed','','7817-revision-v1','','','2019-09-07 14:21:46','2019-09-07 19:21:46','',7817,'https://buzz-caribbean.com/article/7817-revision-v1/',0,'revision','',0),(7907,11,'2019-09-07 14:30:41','2019-09-07 19:30:41','<!-- wp:embed {\"url\":\"https://youtu.be/89Li791bk5w\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/89Li791bk5w\n</div></figure>\n<!-- /wp:embed -->','BUZZ Feature: Starbucks opens beachfront location in Ocho Rios','','publish','closed','closed','','buzz-feature-starbucks-opens-beachfront-location-in-ocho-rios','','','2019-09-11 10:54:35','2019-09-11 15:54:35','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=7907',0,'video','',0),(7908,11,'2019-09-07 14:26:45','2019-09-07 19:26:45','<iframe title=\"BUZZ Feature: Starbucks opens beachfront location in Ocho Rios\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/89Li791bk5w?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','75fddb5d2d5dba28bf92088496a16fe1','','','2019-09-07 14:26:45','2019-09-07 19:26:45','',0,'https://buzz-caribbean.com/article/75fddb5d2d5dba28bf92088496a16fe1/',0,'oembed_cache','',0),(7909,11,'2019-09-07 14:30:02','2019-09-07 19:30:02','','Coffee With A View','','inherit','open','closed','','coffee-with-a-view','','','2019-09-07 14:30:02','2019-09-07 19:30:02','',7907,'https://buzz-caribbean.com/app/uploads/2019/09/Coffee-With-A-View.jpg',0,'attachment','image/jpeg',0),(7910,11,'2019-09-07 14:35:56','2019-09-07 19:35:56','<!-- wp:paragraph -->\n<p>Peter Murdock Bunting, recognises two major milestones today (Sept. 9) - his birthday and a fierce challenge for the leadership of the People\'s National Party (PNP).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4777} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-1-1-1024x683.jpg\" alt=\"\" class=\"wp-image-4777\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Born in a rural district in Clarendon to parents Juan and Pauline Bunting, he celebrates his 59th birthday today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The statesman arrived moments ago at The National Arena to cast his vote and was showered with supportive chants from the party faithful present.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7885} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Peter-Murdock-Bunting-768x1024.jpeg\" alt=\"\" class=\"wp-image-7885\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bunting hopes to cap off the evening, with the ultimate gift to himself by securing majority votes and moving on to fulfil his proposed mandate.</p>\n<!-- /wp:paragraph -->','Bunting wants ultimate birthday gift — leadership of the PNP','','inherit','closed','closed','','7878-revision-v1','','','2019-09-07 14:35:56','2019-09-07 19:35:56','',7878,'https://buzz-caribbean.com/article/7878-revision-v1/',0,'revision','',0),(7911,11,'2019-09-07 14:39:30','2019-09-07 19:39:30','','Konshens Buzz Caribbean','','inherit','open','closed','','konshens-buzz-caribbean','','','2019-09-07 14:39:30','2019-09-07 19:39:30','',7183,'https://buzz-caribbean.com/app/uploads/2019/09/Konshens-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(7912,11,'2019-09-07 14:39:44','2019-09-07 19:39:44','<!-- wp:image {\"id\":7184} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Konshens-A-20190903-1024x617.jpg\" alt=\"Dancehall artiste Konshens a new project on August 30.\" class=\"wp-image-7184\" /><figcaption>Dancehall artiste Konshens a new project on August 30. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican artiste Konshens is again representing for dancehall in all its glory with his new project, <strong>Badman vs Nice Guy</strong>, that was released on August 30. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The body of work shows Konshens’ versatility, as he utilises\ndifferent sounds while showing his abilities as a deejay and a singjay. He also\ngives listeners a taste of 90s dancehall mixed with the newer trap style. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 10-song project includes tracks like <strong>Back It Up</strong>,\n<strong>Live Life</strong>, <strong>Space Flight</strong>, <strong>Last Wine</strong> and <strong>Sunshine</strong>. It\nwas produced by Konshens and his team, Subkonshus Music. The project also\nfeatures local rapper Bakersteez and dancehall artiste Khxos, and it is\ncurrently available for purchase online. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Konshens is gearing up to release the music video for a track called <strong>Stay High</strong>, which features international acts Sak Noel and Mario Bautista. In addition, he is scheduled to perform at a major show in Kenya on September 7. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','‘Badman vs Nice Guy’: Konshens releases new project','','inherit','closed','closed','','7183-revision-v1','','','2019-09-07 14:39:44','2019-09-07 19:39:44','',7183,'https://buzz-caribbean.com/article/7183-revision-v1/',0,'revision','',0),(7914,4,'2019-09-07 14:53:33','2019-09-07 19:53:33','<!-- wp:image {\"id\":7868} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter6-1024x682.jpg\" alt=\"\" class=\"wp-image-7868\" /><figcaption>Imani Duncan-Price of the One PNP camp says Dr Phillips numbers are holding up.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Both the One PNP and the Rise United camps are oozing with confidence in a victory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Imani Duncan-Price of One PNP told <strong>BUZZ</strong> that their numbers are holding up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, a leading member of Rise United was adamant that \"we are looking good, looking good\". Both camps have several tents pitched outside the National Arena, where some 2,900 delegates are voting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting is challenging Dr. Peter Phillips to lead the 83-year- old movement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Winner could be announced by 6 o’clock</h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[7891,7892,7893]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips-1024x682.jpg\" alt=\"\" data-id=\"7891\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips/\" class=\"wp-image-7891\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips4-1024x682.jpg\" alt=\"\" data-id=\"7892\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips4/\" class=\"wp-image-7892\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips2-1-1024x682.jpg\" alt=\"\" data-id=\"7893\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips2-1/\" class=\"wp-image-7893\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Peoples National Party General Secretary, Julian Robinson is\nprojecting that the winner of the presidential election could be announced by 6\no’clock this evening (Sat, Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We close at 4\no’clock and then we expect to go into counting, so I’m hopeful by 6 o’clock we\ncan make an announcement,” Robinson said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Incumbent Party\nPresident Dr. Peter Phillips is trying to stave off a challenge from former\nparty General Secretary Peter Bunting in the hotly contested battle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[7900,7901,7902,7903]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting2-1024x682.jpg\" alt=\"\" data-id=\"7900\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting2/\" class=\"wp-image-7900\" /><figcaption>SSEE GALLERY</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting-1024x682.jpg\" alt=\"\" data-id=\"7901\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting/\" class=\"wp-image-7901\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting3-1024x682.jpg\" alt=\"\" data-id=\"7902\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting3/\" class=\"wp-image-7902\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting33-1024x682.jpg\" alt=\"\" data-id=\"7903\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting33/\" class=\"wp-image-7903\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>According to\nRobinson, it has been smooth sailing since delegates began voting this morning\nat the National Arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added: “I\nwould say the day is going smoothly. The people are coming through; they are\nvoting. We had a rush at the beginning; it has kind of tapered off. The process\nis working so far I would say, so good.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Carnival-like atmosphere at PNP election</h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[\"7854\",\"7856\",\"7857\",\"7858\",\"7859\",\"7860\",\"7861\",\"7862\",\"7863\",\"7865\",\"7866\",\"7867\",\"7868\",\"7869\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete-1024x683.jpg\" alt=\"\" data-id=\"7854\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete/\" class=\"wp-image-7854\" /><figcaption>SEE OUR GALLERY</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-1024x683.jpg\" alt=\"\" data-id=\"7856\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete12/\" class=\"wp-image-7856\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete11-1024x683.jpg\" alt=\"\" data-id=\"7857\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete11/\" class=\"wp-image-7857\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete7-1024x683.jpg\" alt=\"\" data-id=\"7858\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete7/\" class=\"wp-image-7858\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete8-1024x683.jpg\" alt=\"\" data-id=\"7859\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete8/\" class=\"wp-image-7859\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete9-1024x683.jpg\" alt=\"\" data-id=\"7860\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete9/\" class=\"wp-image-7860\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete10-1024x683.jpg\" alt=\"\" data-id=\"7861\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete10/\" class=\"wp-image-7861\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete6-1024x683.jpg\" alt=\"\" data-id=\"7862\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete6/\" class=\"wp-image-7862\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete4-1024x683.jpg\" alt=\"\" data-id=\"7863\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete4/\" class=\"wp-image-7863\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete3-1024x683.jpg\" alt=\"\" data-id=\"7865\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete3/\" class=\"wp-image-7865\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter8-1024x682.jpg\" alt=\"\" data-id=\"7866\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter8/\" class=\"wp-image-7866\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter7-1024x682.jpg\" alt=\"\" data-id=\"7867\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter7/\" class=\"wp-image-7867\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter6-1024x682.jpg\" alt=\"\" data-id=\"7868\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter6/\" class=\"wp-image-7868\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter5-1024x682.jpg\" alt=\"\" data-id=\"7869\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter5/\" class=\"wp-image-7869\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>A carnival-like atmosphere is\ncurrently prevailing as delegates cast their ballots in the PNP presidential\nelection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Supporters for Dr Peter\nPhillips and Peter Bunting are being entertained by selections from sound\nsystems at the National Arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The vibe at the venue has been energetic with both\ncandidates setting up camps at different sections\nof the premises.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Voting progressing smoothly </h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[\"7829\",\"7830\",\"7831\",\"7832\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter3-1-1024x682.jpg\" alt=\"\" data-id=\"7829\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter3-1/\" class=\"wp-image-7829\" /><figcaption>SEE GALLERY</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter2-1024x682.jpg\" alt=\"\" data-id=\"7830\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter2/\" class=\"wp-image-7830\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter4-1-1024x682.jpg\" alt=\"\" data-id=\"7831\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter4-1/\" class=\"wp-image-7831\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter-2-1024x682.jpg\" alt=\"\" data-id=\"7832\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter-2/\" class=\"wp-image-7832\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Voting in the People\'s National Party presidential election is reportedly going smoothly at the National Arena in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates began casting their ballots at ten o\'clock. There\'s no report of incidents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr&nbsp; Peter Phillips, who is the sitting president, and his challenger Peter Bunting, are expected to cast their vote later this afternoon.</p>\n<!-- /wp:paragraph -->','Rise United, One PNP oozing with confidence','','inherit','closed','closed','','7817-revision-v1','','','2019-09-07 14:53:33','2019-09-07 19:53:33','',7817,'https://buzz-caribbean.com/article/7817-revision-v1/',0,'revision','',0),(7915,11,'2019-09-07 15:23:30','2019-09-07 20:23:30','<!-- wp:image {\"id\":7868} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter6-1024x682.jpg\" alt=\"\" class=\"wp-image-7868\" /><figcaption>Imani Duncan-Price of the One PNP camp says Dr Phillips numbers are holding up.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Both the One PNP and the Rise United camps are oozing with confidence in a victory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Imani Duncan-Price of One PNP told <strong>BUZZ</strong> that their numbers are holding up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, a leading member of Rise United was adamant that \"we are looking good, looking good\". Both camps have several tents pitched outside the National Arena, where some 2,900 delegates are voting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting is challenging Dr. Peter Phillips to lead the 83-year- old movement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Winner could be announced by 6 o’clock</h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[7891,7892,7893]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips-1024x682.jpg\" alt=\"\" data-id=\"7891\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips/\" class=\"wp-image-7891\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips4-1024x682.jpg\" alt=\"\" data-id=\"7892\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips4/\" class=\"wp-image-7892\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips2-1-1024x682.jpg\" alt=\"\" data-id=\"7893\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips2-1/\" class=\"wp-image-7893\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Peoples National Party General Secretary, Julian Robinson is projecting that the winner of the presidential election could be announced by 6 o’clock this evening (Sat, Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We close at 4 o’clock and then we expect to go into counting, so I’m hopeful by 6 o’clock we can make an announcement,” Robinson said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Incumbent Party\nPresident Dr. Peter Phillips is trying to stave off a challenge from former\nparty General Secretary Peter Bunting in the hotly contested battle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"7900\",\"7901\",\"7902\",\"7903\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting2-1024x682.jpg\" alt=\"\" data-id=\"7900\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting2/\" class=\"wp-image-7900\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting-1024x682.jpg\" alt=\"\" data-id=\"7901\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting/\" class=\"wp-image-7901\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting3-1024x682.jpg\" alt=\"\" data-id=\"7902\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting3/\" class=\"wp-image-7902\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting33-1024x682.jpg\" alt=\"\" data-id=\"7903\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting33/\" class=\"wp-image-7903\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>According to\nRobinson, it has been smooth sailing since delegates began voting this morning\nat the National Arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added: “I\nwould say the day is going smoothly. The people are coming through; they are\nvoting. We had a rush at the beginning; it has kind of tapered off. The process\nis working so far I would say, so good.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Carnival-like atmosphere at PNP election</h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[\"7854\",\"7856\",\"7857\",\"7858\",\"7859\",\"7860\",\"7861\",\"7862\",\"7863\",\"7865\",\"7866\",\"7867\",\"7868\",\"7869\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete-1024x683.jpg\" alt=\"\" data-id=\"7854\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete/\" class=\"wp-image-7854\" /><figcaption>SEE OUR GALLERY</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-1024x683.jpg\" alt=\"\" data-id=\"7856\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete12/\" class=\"wp-image-7856\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete11-1024x683.jpg\" alt=\"\" data-id=\"7857\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete11/\" class=\"wp-image-7857\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete7-1024x683.jpg\" alt=\"\" data-id=\"7858\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete7/\" class=\"wp-image-7858\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete8-1024x683.jpg\" alt=\"\" data-id=\"7859\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete8/\" class=\"wp-image-7859\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete9-1024x683.jpg\" alt=\"\" data-id=\"7860\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete9/\" class=\"wp-image-7860\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete10-1024x683.jpg\" alt=\"\" data-id=\"7861\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete10/\" class=\"wp-image-7861\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete6-1024x683.jpg\" alt=\"\" data-id=\"7862\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete6/\" class=\"wp-image-7862\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete4-1024x683.jpg\" alt=\"\" data-id=\"7863\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete4/\" class=\"wp-image-7863\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete3-1024x683.jpg\" alt=\"\" data-id=\"7865\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete3/\" class=\"wp-image-7865\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter8-1024x682.jpg\" alt=\"\" data-id=\"7866\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter8/\" class=\"wp-image-7866\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter7-1024x682.jpg\" alt=\"\" data-id=\"7867\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter7/\" class=\"wp-image-7867\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter6-1024x682.jpg\" alt=\"\" data-id=\"7868\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter6/\" class=\"wp-image-7868\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter5-1024x682.jpg\" alt=\"\" data-id=\"7869\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter5/\" class=\"wp-image-7869\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>A carnival-like atmosphere is\ncurrently prevailing as delegates cast their ballots in the PNP presidential\nelection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Supporters for Dr Peter\nPhillips and Peter Bunting are being entertained by selections from sound\nsystems at the National Arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The vibe at the venue has been energetic with both\ncandidates setting up camps at different sections\nof the premises.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Voting progressing smoothly </h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[\"7829\",\"7830\",\"7831\",\"7832\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter3-1-1024x682.jpg\" alt=\"\" data-id=\"7829\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter3-1/\" class=\"wp-image-7829\" /><figcaption>SEE GALLERY</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter2-1024x682.jpg\" alt=\"\" data-id=\"7830\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter2/\" class=\"wp-image-7830\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter4-1-1024x682.jpg\" alt=\"\" data-id=\"7831\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter4-1/\" class=\"wp-image-7831\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter-2-1024x682.jpg\" alt=\"\" data-id=\"7832\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter-2/\" class=\"wp-image-7832\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Voting in the People\'s National Party presidential election is reportedly going smoothly at the National Arena in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates began casting their ballots at ten o\'clock. There\'s no report of incidents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr&nbsp; Peter Phillips, who is the sitting president, and his challenger Peter Bunting, are expected to cast their vote later this afternoon.</p>\n<!-- /wp:paragraph -->','Rise United, One PNP oozing with confidence','','inherit','closed','closed','','7817-revision-v1','','','2019-09-07 15:23:30','2019-09-07 20:23:30','',7817,'https://buzz-caribbean.com/article/7817-revision-v1/',0,'revision','',0),(7916,11,'2019-09-07 15:26:13','2019-09-07 20:26:13','<!-- wp:image {\"id\":7868} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter6-1024x682.jpg\" alt=\"\" class=\"wp-image-7868\" /><figcaption>Imani Duncan-Price of the One PNP camp says Dr Phillips numbers are holding up.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Both the One PNP and the Rise United camps are oozing with confidence in a victory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Imani Duncan-Price of One PNP told <strong>BUZZ</strong> that their numbers are holding up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, a leading member of Rise United was adamant that \"we are looking good, looking good\". Both camps have several tents pitched outside the National Arena, where some 2,900 delegates are voting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting is challenging Dr. Peter Phillips to lead the 83-year-old movement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Winner could be announced by 6 o’clock</h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[7891,7892,7893]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips-1024x682.jpg\" alt=\"\" data-id=\"7891\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips/\" class=\"wp-image-7891\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips4-1024x682.jpg\" alt=\"\" data-id=\"7892\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips4/\" class=\"wp-image-7892\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips2-1-1024x682.jpg\" alt=\"\" data-id=\"7893\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips2-1/\" class=\"wp-image-7893\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>People\'s National Party General Secretary, Julian Robinson is projecting that the winner of the presidential election could be announced by 6 o’clock this evening (Sat, Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We close at 4 o’clock and then we expect to go into counting, so I’m hopeful by 6 o’clock we can make an announcement,” Robinson said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Incumbent Party\nPresident Dr. Peter Phillips is trying to stave off a challenge from former\nparty General Secretary Peter Bunting in the hotly contested battle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"7900\",\"7901\",\"7902\",\"7903\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting2-1024x682.jpg\" alt=\"\" data-id=\"7900\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting2/\" class=\"wp-image-7900\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting-1024x682.jpg\" alt=\"\" data-id=\"7901\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting/\" class=\"wp-image-7901\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting3-1024x682.jpg\" alt=\"\" data-id=\"7902\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting3/\" class=\"wp-image-7902\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting33-1024x682.jpg\" alt=\"\" data-id=\"7903\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting33/\" class=\"wp-image-7903\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>According to\nRobinson, it has been smooth sailing since delegates began voting this morning\nat the National Arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added: “I\nwould say the day is going smoothly. The people are coming through; they are\nvoting. We had a rush at the beginning; it has kind of tapered off. The process\nis working so far I would say, so good.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Carnival-like atmosphere at PNP election</h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[\"7854\",\"7856\",\"7857\",\"7858\",\"7859\",\"7860\",\"7861\",\"7862\",\"7863\",\"7865\",\"7866\",\"7867\",\"7868\",\"7869\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete-1024x683.jpg\" alt=\"\" data-id=\"7854\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete/\" class=\"wp-image-7854\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-1024x683.jpg\" alt=\"\" data-id=\"7856\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete12/\" class=\"wp-image-7856\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete11-1024x683.jpg\" alt=\"\" data-id=\"7857\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete11/\" class=\"wp-image-7857\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete7-1024x683.jpg\" alt=\"\" data-id=\"7858\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete7/\" class=\"wp-image-7858\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete8-1024x683.jpg\" alt=\"\" data-id=\"7859\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete8/\" class=\"wp-image-7859\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete9-1024x683.jpg\" alt=\"\" data-id=\"7860\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete9/\" class=\"wp-image-7860\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete10-1024x683.jpg\" alt=\"\" data-id=\"7861\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete10/\" class=\"wp-image-7861\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete6-1024x683.jpg\" alt=\"\" data-id=\"7862\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete6/\" class=\"wp-image-7862\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete4-1024x683.jpg\" alt=\"\" data-id=\"7863\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete4/\" class=\"wp-image-7863\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete3-1024x683.jpg\" alt=\"\" data-id=\"7865\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete3/\" class=\"wp-image-7865\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter8-1024x682.jpg\" alt=\"\" data-id=\"7866\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter8/\" class=\"wp-image-7866\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter7-1024x682.jpg\" alt=\"\" data-id=\"7867\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter7/\" class=\"wp-image-7867\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter6-1024x682.jpg\" alt=\"\" data-id=\"7868\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter6/\" class=\"wp-image-7868\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter5-1024x682.jpg\" alt=\"\" data-id=\"7869\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter5/\" class=\"wp-image-7869\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>A carnival-like atmosphere is\ncurrently prevailing as delegates cast their ballots in the PNP presidential\nelection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Supporters for Dr Peter\nPhillips and Peter Bunting are being entertained by selections from sound\nsystems at the National Arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The vibe at the venue has been energetic with both\ncandidates setting up camps at different sections\nof the premises.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Voting progressing smoothly </h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[\"7829\",\"7830\",\"7831\",\"7832\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter3-1-1024x682.jpg\" alt=\"\" data-id=\"7829\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter3-1/\" class=\"wp-image-7829\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter2-1024x682.jpg\" alt=\"\" data-id=\"7830\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter2/\" class=\"wp-image-7830\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter4-1-1024x682.jpg\" alt=\"\" data-id=\"7831\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter4-1/\" class=\"wp-image-7831\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter-2-1024x682.jpg\" alt=\"\" data-id=\"7832\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter-2/\" class=\"wp-image-7832\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Voting in the People\'s National Party presidential election is reportedly going smoothly at the National Arena in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates began casting their ballots at ten o\'clock. There\'s no report of incidents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr&nbsp; Peter Phillips, who is the sitting president, and his challenger Peter Bunting, are expected to cast their vote later this afternoon.</p>\n<!-- /wp:paragraph -->','Rise United, One PNP oozing with confidence','','inherit','closed','closed','','7817-revision-v1','','','2019-09-07 15:26:13','2019-09-07 20:26:13','',7817,'https://buzz-caribbean.com/article/7817-revision-v1/',0,'revision','',0),(7917,11,'2019-09-07 15:27:12','2019-09-07 20:27:12','<!-- wp:paragraph -->\n<p>Peter Murdock Bunting, recognises two major milestones today (Sept. 9) - his birthday and a fierce challenge for the leadership of the People\'s National Party (PNP).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7900} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting2-1024x682.jpg\" alt=\"\" class=\"wp-image-7900\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Born in a rural district in Clarendon to parents Juan and Pauline Bunting, he celebrates his 59th birthday today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The statesman arrived moments ago at The National Arena to cast his vote and was showered with supportive chants from the party faithful present.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7885} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Peter-Murdock-Bunting-768x1024.jpeg\" alt=\"\" class=\"wp-image-7885\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bunting hopes to cap off the evening, with the ultimate gift to himself by securing majority votes and moving on to fulfil his proposed mandate.</p>\n<!-- /wp:paragraph -->','Bunting wants ultimate birthday gift — leadership of the PNP','','inherit','closed','closed','','7878-revision-v1','','','2019-09-07 15:27:12','2019-09-07 20:27:12','',7878,'https://buzz-caribbean.com/article/7878-revision-v1/',0,'revision','',0),(7919,4,'2019-09-07 15:31:01','2019-09-07 20:31:01','','Glasspole-Brown-director-of-elections','','inherit','open','closed','','glasspole-brown-director-of-elections','','','2019-09-07 15:31:01','2019-09-07 20:31:01','',7817,'https://buzz-caribbean.com/app/uploads/2019/09/Glasspole-Brown-director-of-elections.jpg',0,'attachment','image/jpeg',0),(7920,11,'2019-09-07 15:33:23','2019-09-07 20:33:23','<!-- wp:paragraph -->\n<p>EA Sports’ flagship basketball game has finally been released, and basketball fans and the gaming world are ready! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7764} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/nba-2k-20-cover-Buzz-Caribbean-1024x576.jpeg\" alt=\"Cover image of the NBA 2K20 video game.\" class=\"wp-image-7764\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The last trade window in the NBA league has seen the biggest off-season roster shake-up in league history. This has sparked even more than the usual interest for NBA 2K&nbsp; fans. Adding to the excitement is the MyCareer Mode in NBA 2K20 that showcases its star-studded cast featuring Idris Elba and Rosario Dawson.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7777} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Lebron-James-Buzz-Caribbean-1024x614.jpg\" alt=\"Animated image Lebron James\" class=\"wp-image-7777\" /><figcaption>Lebron James</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The highest-rated players are LeBron James, Kawhi Leonard, Giannis Antetokounmpo, James Harden, Kevin Durant, Stephen Curry, Anthony Davis, Paul George, Damian Lillard and Joel Embiid. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7778} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Steph-Curry-Buzz-Caribbean-1024x614.jpg\" alt=\"Animated image of Stephen Curry\" class=\"wp-image-7778\" /><figcaption>Stephen Curry</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The top dunkers are Zion, Donovan Mitchell, Zach LaVine; the top shooters are Steph, Klay Thompson and Joe Harris; and the top-rated handles are Kyrie Irving, Steph and Harden. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See video highlights below and tell us what you think <strong>BUZZ </strong>fam. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=u9tYdvbSAHQ\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=u9tYdvbSAHQ\n</div></figure>\n<!-- /wp:embed -->','NBA 2K20 is finally here! Popular basketball game released','','inherit','closed','closed','','7762-revision-v1','','','2019-09-07 15:33:23','2019-09-07 20:33:23','',7762,'https://buzz-caribbean.com/article/7762-revision-v1/',0,'revision','',0),(7921,4,'2019-09-07 15:37:42','2019-09-07 20:37:42','<!-- wp:image {\"id\":7919} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Glasspole-Brown-director-of-elections.jpg\" alt=\"\" class=\"wp-image-7919\" /><figcaption>Director of Elections Glasspole Brown.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The majority of the delegates have now voted in the PNP presidential election.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As at 2:00 pm 2,503 of the 2,908 delegates have cast their votes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This represents 87 per cent of those on the voters\' list. Voting ends at 4 o’clock.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Director of elections Glasspole Brown, the result is expected to be given to general secretary of the PNP Julian Robinson by 6:00 pm. Brown said he is expecting more than 90 per cent of the delegates to vote.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the day has progressed smoothly with just some minor problems that they were able to overcome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Rise United, One PNP oozing with confidence</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":7868} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter6-1024x682.jpg\" alt=\"\" class=\"wp-image-7868\" /><figcaption>Imani Duncan-Price of the One PNP camp says Dr Phillips numbers are holding up.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Both the One PNP and the Rise United camps are oozing with confidence in a victory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Imani Duncan-Price of One PNP told <strong>BUZZ</strong> that their numbers are holding up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, a leading member of Rise United was adamant that \"we are looking good, looking good\". Both camps have several tents pitched outside the National Arena, where some 2,900 delegates are voting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting is challenging Dr. Peter Phillips to lead the 83-year-old movement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Winner could be announced by 6 o’clock</h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[7891,7892,7893]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips-1024x682.jpg\" alt=\"\" data-id=\"7891\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips/\" class=\"wp-image-7891\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips4-1024x682.jpg\" alt=\"\" data-id=\"7892\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips4/\" class=\"wp-image-7892\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips2-1-1024x682.jpg\" alt=\"\" data-id=\"7893\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips2-1/\" class=\"wp-image-7893\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>People\'s National Party General Secretary, Julian Robinson is projecting that the winner of the presidential election could be announced by 6 o’clock this evening (Sat, Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We close at 4 o’clock and then we expect to go into counting, so I’m hopeful by 6 o’clock we can make an announcement,” Robinson said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Incumbent Party\nPresident Dr. Peter Phillips is trying to stave off a challenge from former\nparty General Secretary Peter Bunting in the hotly contested battle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"7900\",\"7901\",\"7902\",\"7903\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting2-1024x682.jpg\" alt=\"\" data-id=\"7900\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting2/\" class=\"wp-image-7900\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting-1024x682.jpg\" alt=\"\" data-id=\"7901\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting/\" class=\"wp-image-7901\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting3-1024x682.jpg\" alt=\"\" data-id=\"7902\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting3/\" class=\"wp-image-7902\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting33-1024x682.jpg\" alt=\"\" data-id=\"7903\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting33/\" class=\"wp-image-7903\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>According to\nRobinson, it has been smooth sailing since delegates began voting this morning\nat the National Arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added: “I\nwould say the day is going smoothly. The people are coming through; they are\nvoting. We had a rush at the beginning; it has kind of tapered off. The process\nis working so far I would say, so good.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Carnival-like atmosphere at PNP election</h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[\"7854\",\"7856\",\"7857\",\"7858\",\"7859\",\"7860\",\"7861\",\"7862\",\"7863\",\"7865\",\"7866\",\"7867\",\"7868\",\"7869\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete-1024x683.jpg\" alt=\"\" data-id=\"7854\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete/\" class=\"wp-image-7854\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-1024x683.jpg\" alt=\"\" data-id=\"7856\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete12/\" class=\"wp-image-7856\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete11-1024x683.jpg\" alt=\"\" data-id=\"7857\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete11/\" class=\"wp-image-7857\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete7-1024x683.jpg\" alt=\"\" data-id=\"7858\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete7/\" class=\"wp-image-7858\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete8-1024x683.jpg\" alt=\"\" data-id=\"7859\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete8/\" class=\"wp-image-7859\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete9-1024x683.jpg\" alt=\"\" data-id=\"7860\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete9/\" class=\"wp-image-7860\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete10-1024x683.jpg\" alt=\"\" data-id=\"7861\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete10/\" class=\"wp-image-7861\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete6-1024x683.jpg\" alt=\"\" data-id=\"7862\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete6/\" class=\"wp-image-7862\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete4-1024x683.jpg\" alt=\"\" data-id=\"7863\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete4/\" class=\"wp-image-7863\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete3-1024x683.jpg\" alt=\"\" data-id=\"7865\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete3/\" class=\"wp-image-7865\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter8-1024x682.jpg\" alt=\"\" data-id=\"7866\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter8/\" class=\"wp-image-7866\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter7-1024x682.jpg\" alt=\"\" data-id=\"7867\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter7/\" class=\"wp-image-7867\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter6-1024x682.jpg\" alt=\"\" data-id=\"7868\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter6/\" class=\"wp-image-7868\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter5-1024x682.jpg\" alt=\"\" data-id=\"7869\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter5/\" class=\"wp-image-7869\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>A carnival-like atmosphere is\ncurrently prevailing as delegates cast their ballots in the PNP presidential\nelection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Supporters for Dr Peter\nPhillips and Peter Bunting are being entertained by selections from sound\nsystems at the National Arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The vibe at the venue has been energetic with both\ncandidates setting up camps at different sections\nof the premises.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Voting progressing smoothly </h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[\"7829\",\"7830\",\"7831\",\"7832\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter3-1-1024x682.jpg\" alt=\"\" data-id=\"7829\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter3-1/\" class=\"wp-image-7829\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter2-1024x682.jpg\" alt=\"\" data-id=\"7830\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter2/\" class=\"wp-image-7830\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter4-1-1024x682.jpg\" alt=\"\" data-id=\"7831\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter4-1/\" class=\"wp-image-7831\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter-2-1024x682.jpg\" alt=\"\" data-id=\"7832\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter-2/\" class=\"wp-image-7832\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Voting in the People\'s National Party presidential election is reportedly going smoothly at the National Arena in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates began casting their ballots at ten o\'clock. There\'s no report of incidents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr&nbsp; Peter Phillips, who is the sitting president, and his challenger Peter Bunting, are expected to cast their vote later this afternoon.</p>\n<!-- /wp:paragraph -->','Majority of delegates have now voted','','inherit','closed','closed','','7817-revision-v1','','','2019-09-07 15:37:42','2019-09-07 20:37:42','',7817,'https://buzz-caribbean.com/article/7817-revision-v1/',0,'revision','',0),(7922,11,'2019-09-07 15:40:31','2019-09-07 20:40:31','<!-- wp:paragraph -->\n<p>Peter Murcott Bunting, recognises two major milestones today (Sept. 9) - his birthday and a fierce challenge for the leadership of the People\'s National Party (PNP).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7900} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting2-1024x682.jpg\" alt=\"\" class=\"wp-image-7900\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Born in a rural district in Clarendon to parents Juan and Pauline Bunting, he celebrates his 59th birthday today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The statesman arrived moments ago at The National Arena to cast his vote and was showered with supportive chants from the party faithful present.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7885} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Peter-Murdock-Bunting-768x1024.jpeg\" alt=\"\" class=\"wp-image-7885\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bunting hopes to cap off the evening, with the ultimate gift to himself by securing majority votes and moving on to fulfil his proposed mandate.</p>\n<!-- /wp:paragraph -->','Bunting wants ultimate birthday gift — leadership of the PNP','','inherit','closed','closed','','7878-revision-v1','','','2019-09-07 15:40:31','2019-09-07 20:40:31','',7878,'https://buzz-caribbean.com/article/7878-revision-v1/',0,'revision','',0),(7924,11,'2019-09-07 15:41:41','2019-09-07 20:41:41','<!-- wp:paragraph -->\n<p>Calling all book lovers to go on the adventure of a lifetime for this year\'s International Literacy Day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Recognised by the UN tomorrow (Sept. 8), this year\'s Literacy Day under the theme: <strong><em>Literacy and Multilingualism</em></strong>, calls on countries to embrace \"linguistic diversity in education and literacy development\".&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ </strong>partnered with Tanya Batson-Savage, publisher/editor-in-chief of Caribbean publishing house, <strong>Blue Banyan Books</strong>, to compile a list of delightful children\'s books authored by Caribbean writers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Happy weekend reading!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Pumpkin Belly &amp; Other Stories </strong><em>by Tanya Batson-Savage and Staysean Daley </em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7727,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Pumpkin-Belly-Other-Stories-Coverlr.png\" alt=\"\" class=\"wp-image-7727\" /><figcaption>Pumpkin Belly and Other Stories appropriate for children ages 7 - 12 years</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Pumpkin Belly and Other Stories</strong> <em>is a bellyful of adventure! This collection of five tales written in the rich Jamaican folklore tradition and inspired by proverbs and mythical creatures presents wily, admirable heroes to boys and girls today. The young heroes journey to the bottom of a river and into the lair of the mythical River Mumma, encounter a magical guava tree, and of course discovers how water gets into the belly of the pumpkin aka ‘how water walk go a pumpkin belly’. Deft, often whimsical hand-drawn illustrations help to bring these fresh, entertaining stories to life.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Pumpkin Belly and Other Stories</strong> <em>explores determination, greed, and the wonder of a great imagination.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7729,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/All-Over-Again.png\" alt=\"\" class=\"wp-image-7729\" /><figcaption>All Over Again appropriate for children ages 10-14 years.</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>All Over Again</strong> <em>is the winner of the inaugural Burt Award for Caribbean Literature (2014) and was longlisted for the IMPAC Dublin Award 2015. It is an enchanting slice of boyhood captured with a bold narrative style that pulls you in. This episodic novel, set in a fictional rural village in Jamaica, masterfully creates the wonderfully turbulent world of a young boy as he moves from childhood to puberty and battles the incessant needs of his shrimp of a little sister, the demands of his father, the high school bully and the local know-it-all Kenny. </em><strong>All Over Again</strong><em> is a story of growth, loss, love and triumph. Rooted in over 30 years of theatre, prose and poetry performance writing, </em><strong>All Over Again </strong>is A-dZiko Simba Gegele’s exuberantly humorous<em> debut novel. This coming of age tale has received rave reviews and is as suitable for the young, as well as the young at heart.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7731} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Dancing-In-The-Rain.jpg\" alt=\"\" class=\"wp-image-7731\" /><figcaption>Dancing In The Rain By Lynn Joseph appropriate for children ages 10 - 14 years.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Twelve year-old Elizabeth is no normal girl. With an imagination that makes room for mermaids and magic in everyday life, she lives every moment to the fullest. Yet her joyful world crumbles around her when two planes bring down the Twin Towers and tear her family apart. Thousands of miles away, yet still touched by this tragedy, Elizabeth is swimming in a sea of loss. She finally finds hope when she meets her kindred spirit in 8 year-old Brandt and his 13 year-old brother, Jared. Brandt and Jared, as different as Oreo and milk and just as inseparable, arrive on the island to escape the mushroom of sorrow that bloomed above their lives in the wake of the tragedy. Elizabeth shows them a new way to look at the world and they help her to laugh again. </em><strong>Dancing in the Rain</strong><em> explores the impact of the tragic fall of the Twin Towers on two Caribbean families. It is a lyrical, well-crafted tale about finding joy in the face of loss. </em><strong>Dancing in the Rain </strong><em>won a Burt Award for Caribbean Literature (2015) prize and was longlisted for the 2017 Dublin International Literary Prize. It was named one of the best books for young readers (2016) by Kirkus Reviews.</em></p>\n<!-- /wp:paragraph -->','Awesome Caribbean children\'s books for International Literacy Day','','inherit','closed','closed','','7695-revision-v1','','','2019-09-07 15:41:41','2019-09-07 20:41:41','',7695,'https://buzz-caribbean.com/article/7695-revision-v1/',0,'revision','',0),(7925,11,'2019-09-07 15:42:36','2019-09-07 20:42:36','','Abigails-Glorious-Hair-Coverlr','','inherit','open','closed','','abigails-glorious-hair-coverlr','','','2019-09-07 15:42:36','2019-09-07 20:42:36','',7695,'https://buzz-caribbean.com/app/uploads/2019/09/Abigails-Glorious-Hair-Coverlr.png',0,'attachment','image/png',0),(7926,11,'2019-09-07 15:43:59','2019-09-07 20:43:59','','My-Fishy-Stepmom-Buzz-Caribbean','','inherit','open','closed','','my-fishy-stepmom-buzz-caribbean','','','2019-09-07 15:43:59','2019-09-07 20:43:59','',7695,'https://buzz-caribbean.com/app/uploads/2019/09/My-Fishy-Stepmom-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(7927,11,'2019-09-07 15:47:17','2019-09-07 20:47:17','','Bolo-The-Monkey','','inherit','open','closed','','bolo-the-monkey','','','2019-09-07 15:47:17','2019-09-07 20:47:17','',7695,'https://buzz-caribbean.com/app/uploads/2019/09/Bolo-The-Monkey.jpg',0,'attachment','image/jpeg',0),(7928,11,'2019-09-07 15:48:22','2019-09-07 20:48:22','','Girlcott-Buzz-Caribbean','','inherit','open','closed','','girlcott-buzz-caribbean','','','2019-09-07 15:48:22','2019-09-07 20:48:22','',7695,'https://buzz-caribbean.com/app/uploads/2019/09/Girlcott-Buzz-Caribbean.png',0,'attachment','image/png',0),(7929,4,'2019-09-07 15:58:17','2019-09-07 20:58:17','<!-- wp:image {\"id\":7866} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter8-1024x682.jpg\" alt=\"\" class=\"wp-image-7866\" /><figcaption>Damion Crawford is confident of a One PNP victory.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Damion Crawford believes the\nDr Peter Phillips\' One PNP team has won the early rounds of the contest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We think we have won phase\none. We are going into phase two and later on we will have phase three. We have\nto win all phases to win an election so we have no prediction at this time,” Crawford\nsaid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added: \"Phase one is\nto ensure that between 6:00 am and 11:00 am you get your people registered and\nyou get your voters from far places, like Westmoreland, St James and St\nElizabeth here and we have achieved that.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I have never joined the group that said we cannot win.\'</p><cite>— Damion Crawford</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"I am always confident. I have never joined the group that said we cannot win. I win till I lose. Therefore, straight through to the finish line, I am confident until the results come out.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Crawford is supporting incumbent Dr Peter Phillips in the presidential race. Phillips is being challenged by Peter Bunting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Majority of delegates have now voted</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":7919} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Glasspole-Brown-director-of-elections.jpg\" alt=\"\" class=\"wp-image-7919\" /><figcaption>Director of Elections Glasspole Brown.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The majority of the delegates have now voted in the PNP presidential election.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As at 2:00 pm 2,503 of the 2,908 delegates have cast their votes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This represents 87 per cent of those on the voters\' list. Voting ends at 4 o’clock.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Director of elections Glasspole Brown, the result is expected to be given to general secretary of the PNP Julian Robinson by 6:00 pm. Brown said he is expecting more than 90 per cent of the delegates to vote.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the day has progressed smoothly with just some minor problems that they were able to overcome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Rise United, One PNP oozing with confidence</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":7868} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter6-1024x682.jpg\" alt=\"\" class=\"wp-image-7868\" /><figcaption>Imani Duncan-Price of the One PNP camp says Dr Phillips numbers are holding up.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Both the One PNP and the Rise United camps are oozing with confidence in a victory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Imani Duncan-Price of One PNP told <strong>BUZZ</strong> that their numbers are holding up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, a leading member of Rise United was adamant that \"we are looking good, looking good\". Both camps have several tents pitched outside the National Arena, where some 2,900 delegates are voting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting is challenging Dr. Peter Phillips to lead the 83-year-old movement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Winner could be announced by 6 o’clock</h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[7891,7892,7893]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips-1024x682.jpg\" alt=\"\" data-id=\"7891\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips/\" class=\"wp-image-7891\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips4-1024x682.jpg\" alt=\"\" data-id=\"7892\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips4/\" class=\"wp-image-7892\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips2-1-1024x682.jpg\" alt=\"\" data-id=\"7893\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips2-1/\" class=\"wp-image-7893\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>People\'s National Party General Secretary, Julian Robinson is projecting that the winner of the presidential election could be announced by 6 o’clock this evening (Sat, Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We close at 4 o’clock and then we expect to go into counting, so I’m hopeful by 6 o’clock we can make an announcement,” Robinson said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Incumbent Party\nPresident Dr. Peter Phillips is trying to stave off a challenge from former\nparty General Secretary Peter Bunting in the hotly contested battle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"7900\",\"7901\",\"7902\",\"7903\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting2-1024x682.jpg\" alt=\"\" data-id=\"7900\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting2/\" class=\"wp-image-7900\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting-1024x682.jpg\" alt=\"\" data-id=\"7901\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting/\" class=\"wp-image-7901\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting3-1024x682.jpg\" alt=\"\" data-id=\"7902\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting3/\" class=\"wp-image-7902\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting33-1024x682.jpg\" alt=\"\" data-id=\"7903\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting33/\" class=\"wp-image-7903\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>According to\nRobinson, it has been smooth sailing since delegates began voting this morning\nat the National Arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added: “I\nwould say the day is going smoothly. The people are coming through; they are\nvoting. We had a rush at the beginning; it has kind of tapered off. The process\nis working so far I would say, so good.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Carnival-like atmosphere at PNP election</h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[\"7854\",\"7856\",\"7857\",\"7858\",\"7859\",\"7860\",\"7861\",\"7862\",\"7863\",\"7865\",\"7866\",\"7867\",\"7868\",\"7869\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete-1024x683.jpg\" alt=\"\" data-id=\"7854\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete/\" class=\"wp-image-7854\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-1024x683.jpg\" alt=\"\" data-id=\"7856\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete12/\" class=\"wp-image-7856\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete11-1024x683.jpg\" alt=\"\" data-id=\"7857\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete11/\" class=\"wp-image-7857\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete7-1024x683.jpg\" alt=\"\" data-id=\"7858\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete7/\" class=\"wp-image-7858\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete8-1024x683.jpg\" alt=\"\" data-id=\"7859\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete8/\" class=\"wp-image-7859\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete9-1024x683.jpg\" alt=\"\" data-id=\"7860\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete9/\" class=\"wp-image-7860\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete10-1024x683.jpg\" alt=\"\" data-id=\"7861\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete10/\" class=\"wp-image-7861\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete6-1024x683.jpg\" alt=\"\" data-id=\"7862\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete6/\" class=\"wp-image-7862\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete4-1024x683.jpg\" alt=\"\" data-id=\"7863\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete4/\" class=\"wp-image-7863\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete3-1024x683.jpg\" alt=\"\" data-id=\"7865\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete3/\" class=\"wp-image-7865\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter8-1024x682.jpg\" alt=\"\" data-id=\"7866\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter8/\" class=\"wp-image-7866\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter7-1024x682.jpg\" alt=\"\" data-id=\"7867\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter7/\" class=\"wp-image-7867\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter6-1024x682.jpg\" alt=\"\" data-id=\"7868\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter6/\" class=\"wp-image-7868\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter5-1024x682.jpg\" alt=\"\" data-id=\"7869\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter5/\" class=\"wp-image-7869\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>A carnival-like atmosphere is\ncurrently prevailing as delegates cast their ballots in the PNP presidential\nelection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Supporters for Dr Peter\nPhillips and Peter Bunting are being entertained by selections from sound\nsystems at the National Arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The vibe at the venue has been energetic with both\ncandidates setting up camps at different sections\nof the premises.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Voting progressing smoothly </h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[\"7829\",\"7830\",\"7831\",\"7832\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter3-1-1024x682.jpg\" alt=\"\" data-id=\"7829\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter3-1/\" class=\"wp-image-7829\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter2-1024x682.jpg\" alt=\"\" data-id=\"7830\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter2/\" class=\"wp-image-7830\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter4-1-1024x682.jpg\" alt=\"\" data-id=\"7831\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter4-1/\" class=\"wp-image-7831\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter-2-1024x682.jpg\" alt=\"\" data-id=\"7832\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter-2/\" class=\"wp-image-7832\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Voting in the People\'s National Party presidential election is reportedly going smoothly at the National Arena in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates began casting their ballots at ten o\'clock. There\'s no report of incidents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr&nbsp; Peter Phillips, who is the sitting president, and his challenger Peter Bunting, are expected to cast their vote later this afternoon.</p>\n<!-- /wp:paragraph -->','Damion Crawford says One PNP won the first round','','inherit','closed','closed','','7817-revision-v1','','','2019-09-07 15:58:17','2019-09-07 20:58:17','',7817,'https://buzz-caribbean.com/article/7817-revision-v1/',0,'revision','',0),(7930,11,'2019-09-07 15:59:30','2019-09-07 20:59:30','','A-Dark-Iris-Cover-lr','','inherit','open','closed','','a-dark-iris-cover-lr','','','2019-09-07 15:59:30','2019-09-07 20:59:30','',7695,'https://buzz-caribbean.com/app/uploads/2019/09/A-Dark-Iris-Cover-lr.jpg',0,'attachment','image/jpeg',0),(7931,4,'2019-09-07 16:11:45','2019-09-07 21:11:45','','Pearnel Charles Jr','','inherit','open','closed','','pearnel-charles-jr','','','2019-09-07 16:11:45','2019-09-07 21:11:45','',0,'https://buzz-caribbean.com/app/uploads/2019/09/pearnel-charles-jr.jpg',0,'attachment','image/jpeg',0),(7932,4,'2019-09-07 16:15:13','2019-09-07 21:15:13','','Gloria Henry','','inherit','open','closed','','gloria-henry','','','2019-09-07 16:15:13','2019-09-07 21:15:13','',0,'https://buzz-caribbean.com/app/uploads/2019/09/gloria-henry.jpg',0,'attachment','image/jpeg',0),(7933,4,'2019-09-07 16:29:57','2019-09-07 21:29:57','<!-- wp:paragraph -->\n<p>And now they wait. Poll has been closed in the\nPNP presidential election.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An announcement is expected\nto be made at 6pm as to a winner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting has challenged\nDr Peter Phillips for the presidency of the party and both camps have expressed\nconfidence in a victory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Damion Crawford says One PNP won the first round</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":7866} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter8-1024x682.jpg\" alt=\"\" class=\"wp-image-7866\" /><figcaption>Damion Crawford is confident of a One PNP victory.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Damion Crawford believes the\nDr Peter Phillips\' One PNP team has won the early rounds of the contest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We think we have won phase\none. We are going into phase two and later on we will have phase three. We have\nto win all phases to win an election so we have no prediction at this time,” Crawford\nsaid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added: \"Phase one is\nto ensure that between 6:00 am and 11:00 am you get your people registered and\nyou get your voters from far places, like Westmoreland, St James and St\nElizabeth here and we have achieved that.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I have never joined the group that said we cannot win.\'</p><cite>— Damion Crawford</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"I am always confident. I have never joined the group that said we cannot win. I win till I lose. Therefore, straight through to the finish line, I am confident until the results come out.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Crawford is supporting incumbent Dr Peter Phillips in the presidential race. Phillips is being challenged by Peter Bunting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Majority of delegates have now voted</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":7919} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Glasspole-Brown-director-of-elections.jpg\" alt=\"\" class=\"wp-image-7919\" /><figcaption>Director of Elections Glasspole Brown.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The majority of the delegates have now voted in the PNP presidential election.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As at 2:00 pm 2,503 of the 2,908 delegates have cast their votes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This represents 87 per cent of those on the voters\' list. Voting ends at 4 o’clock.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Director of elections Glasspole Brown, the result is expected to be given to general secretary of the PNP Julian Robinson by 6:00 pm. Brown said he is expecting more than 90 per cent of the delegates to vote.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the day has progressed smoothly with just some minor problems that they were able to overcome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Rise United, One PNP oozing with confidence</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":7868} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter6-1024x682.jpg\" alt=\"\" class=\"wp-image-7868\" /><figcaption>Imani Duncan-Price of the One PNP camp says Dr Phillips numbers are holding up.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Both the One PNP and the Rise United camps are oozing with confidence in a victory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Imani Duncan-Price of One PNP told <strong>BUZZ</strong> that their numbers are holding up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, a leading member of Rise United was adamant that \"we are looking good, looking good\". Both camps have several tents pitched outside the National Arena, where some 2,900 delegates are voting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting is challenging Dr. Peter Phillips to lead the 83-year-old movement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Winner could be announced by 6 o’clock</h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[7891,7892,7893]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips-1024x682.jpg\" alt=\"\" data-id=\"7891\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips/\" class=\"wp-image-7891\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips4-1024x682.jpg\" alt=\"\" data-id=\"7892\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips4/\" class=\"wp-image-7892\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips2-1-1024x682.jpg\" alt=\"\" data-id=\"7893\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-phillips2-1/\" class=\"wp-image-7893\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>People\'s National Party General Secretary, Julian Robinson is projecting that the winner of the presidential election could be announced by 6 o’clock this evening (Sat, Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We close at 4 o’clock and then we expect to go into counting, so I’m hopeful by 6 o’clock we can make an announcement,” Robinson said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Incumbent Party\nPresident Dr. Peter Phillips is trying to stave off a challenge from former\nparty General Secretary Peter Bunting in the hotly contested battle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[\"7900\",\"7901\",\"7902\",\"7903\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting2-1024x682.jpg\" alt=\"\" data-id=\"7900\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting2/\" class=\"wp-image-7900\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting-1024x682.jpg\" alt=\"\" data-id=\"7901\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting/\" class=\"wp-image-7901\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting3-1024x682.jpg\" alt=\"\" data-id=\"7902\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting3/\" class=\"wp-image-7902\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting33-1024x682.jpg\" alt=\"\" data-id=\"7903\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-bunting33/\" class=\"wp-image-7903\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>According to\nRobinson, it has been smooth sailing since delegates began voting this morning\nat the National Arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added: “I\nwould say the day is going smoothly. The people are coming through; they are\nvoting. We had a rush at the beginning; it has kind of tapered off. The process\nis working so far I would say, so good.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Carnival-like atmosphere at PNP election</h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[\"7854\",\"7856\",\"7857\",\"7858\",\"7859\",\"7860\",\"7861\",\"7862\",\"7863\",\"7865\",\"7866\",\"7867\",\"7868\",\"7869\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete-1024x683.jpg\" alt=\"\" data-id=\"7854\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete/\" class=\"wp-image-7854\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-1024x683.jpg\" alt=\"\" data-id=\"7856\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete12/\" class=\"wp-image-7856\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete11-1024x683.jpg\" alt=\"\" data-id=\"7857\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete11/\" class=\"wp-image-7857\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete7-1024x683.jpg\" alt=\"\" data-id=\"7858\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete7/\" class=\"wp-image-7858\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete8-1024x683.jpg\" alt=\"\" data-id=\"7859\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete8/\" class=\"wp-image-7859\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete9-1024x683.jpg\" alt=\"\" data-id=\"7860\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete9/\" class=\"wp-image-7860\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete10-1024x683.jpg\" alt=\"\" data-id=\"7861\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete10/\" class=\"wp-image-7861\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete6-1024x683.jpg\" alt=\"\" data-id=\"7862\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete6/\" class=\"wp-image-7862\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete4-1024x683.jpg\" alt=\"\" data-id=\"7863\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete4/\" class=\"wp-image-7863\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete3-1024x683.jpg\" alt=\"\" data-id=\"7865\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-pete-pete3/\" class=\"wp-image-7865\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter8-1024x682.jpg\" alt=\"\" data-id=\"7866\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter8/\" class=\"wp-image-7866\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter7-1024x682.jpg\" alt=\"\" data-id=\"7867\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter7/\" class=\"wp-image-7867\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter6-1024x682.jpg\" alt=\"\" data-id=\"7868\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter6/\" class=\"wp-image-7868\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter5-1024x682.jpg\" alt=\"\" data-id=\"7869\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter5/\" class=\"wp-image-7869\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>A carnival-like atmosphere is\ncurrently prevailing as delegates cast their ballots in the PNP presidential\nelection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Supporters for Dr Peter\nPhillips and Peter Bunting are being entertained by selections from sound\nsystems at the National Arena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The vibe at the venue has been energetic with both\ncandidates setting up camps at different sections\nof the premises.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Voting progressing smoothly </h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"ids\":[\"7829\",\"7830\",\"7831\",\"7832\"]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter3-1-1024x682.jpg\" alt=\"\" data-id=\"7829\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter3-1/\" class=\"wp-image-7829\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter2-1024x682.jpg\" alt=\"\" data-id=\"7830\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter2/\" class=\"wp-image-7830\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter4-1-1024x682.jpg\" alt=\"\" data-id=\"7831\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter4-1/\" class=\"wp-image-7831\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-peter-peter-2-1024x682.jpg\" alt=\"\" data-id=\"7832\" data-link=\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/pnp-election-peter-peter-2/\" class=\"wp-image-7832\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Voting in the People\'s National Party presidential election is reportedly going smoothly at the National Arena in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates began casting their ballots at ten o\'clock. There\'s no report of incidents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr&nbsp; Peter Phillips, who is the sitting president, and his challenger Peter Bunting, are expected to cast their vote later this afternoon.</p>\n<!-- /wp:paragraph -->','Poll closed in PNP race','','inherit','closed','closed','','7817-revision-v1','','','2019-09-07 16:29:57','2019-09-07 21:29:57','',7817,'https://buzz-caribbean.com/article/7817-revision-v1/',0,'revision','',0),(7934,11,'2019-09-07 16:31:14','2019-09-07 21:31:14','<!-- wp:paragraph -->\n<p>Calling all book lovers to go on the adventure of a lifetime for this year\'s International Literacy Day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Recognised by the UN tomorrow (Sept. 8), this year\'s Literacy Day, under the theme: <strong><em>Literacy and Multilingualism</em></strong>, calls on countries to embrace \"linguistic diversity in education and literacy development\".&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ </strong>partnered with Tanya Batson-Savage, publisher/editor-in-chief of Caribbean publishing house, <strong>Blue Banyan Books</strong>, to compile a list of delightful children\'s books authored by Caribbean writers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7219} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-2-1024x683.jpg\" alt=\"\" class=\"wp-image-7219\" /><figcaption>Tanya Batson-Savage, publisher/editor-in-chief of Caribbean publishing house, Blue Banyan Books</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Happy weekend reading!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Pumpkin Belly &amp; Other Stories by Tanya Batson-Savage and Staysean Daley </h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":7727,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Pumpkin-Belly-Other-Stories-Coverlr.png\" alt=\"\" class=\"wp-image-7727\" /><figcaption>Pumpkin Belly and Other Stories by Jamaican author Tanya Batson-Savage</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Pumpkin Belly and Other Stories</strong> <em>is a bellyful of adventure! This collection of five tales written in the rich Jamaican folklore tradition and inspired by proverbs and mythical creatures presents wily, admirable heroes to boys and girls today. The young heroes journey to the bottom of a river and into the lair of the mythical River Mumma, encounter a magical guava tree, and of course discovers how water gets into the belly of the pumpkin aka ‘how water walk go a pumpkin belly’. Deft, often whimsical hand-drawn illustrations help to bring these fresh, entertaining stories to life.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>All Over Again by A-Dziko Simba Gegele</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":7221,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-10-1024x683.jpg\" alt=\"\" class=\"wp-image-7221\" /><figcaption>All Over Again by Jamaican author A-dziko Simba Gegele</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>All Over Again</strong> <em>is the winner of the inaugural Burt Award for Caribbean Literature (2014) and was longlisted for the IMPAC Dublin Award 2015. It is an enchanting slice of boyhood captured with a bold narrative style that pulls you in. This episodic novel, set in a fictional rural village in Jamaica, masterfully creates the wonderfully turbulent world of a young boy as he moves from childhood to puberty and battles the incessant needs of his shrimp of a little sister, the demands of his father, the high school bully and the local know-it-all Kenny. </em><strong>All Over Again</strong><em> is a story of growth, loss, love and triumph. Rooted in over 30 years of theatre, prose and poetry performance writing, </em><strong>All Over Again </strong>is A-dZiko Simba Gegele’s exuberantly humorous<em> debut novel. This coming of age tale has received rave reviews and is as suitable for the young, as well as the young at heart.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Dancing In The Rain by Lynn Joseph</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":7232} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-7.jpg\" alt=\"\" class=\"wp-image-7232\" /><figcaption>Dancing In The Rain by Trinidadian author Lyn Joseph</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Twelve year-old Elizabeth is no normal girl. With an imagination that makes room for mermaids and magic in everyday life, she lives every moment to the fullest. Yet her joyful world crumbles around her when two planes bring down the Twin Towers and tear her family apart. Thousands of miles away, yet still touched by this tragedy, Elizabeth is swimming in a sea of loss. She finally finds hope when she meets her kindred spirit in 8 year-old Brandt and his 13 year-old brother, Jared. Brandt and Jared, as different as Oreo and milk and just as inseparable, arrive on the island to escape the mushroom of sorrow that bloomed above their lives in the wake of the tragedy. Elizabeth shows them a new way to look at the world and they help her to laugh again. </em><strong>Dancing in the Rain</strong><em> explores the impact of the tragic fall of the Twin Towers on two Caribbean families. It is a lyrical, well-crafted tale about finding joy in the face of loss. </em><strong>Dancing in the Rain </strong><em>won a Burt Award for Caribbean Literature (2015) prize and was longlisted for the 2017 Dublin International Literary Prize. It was named one of the best books for young readers (2016) by Kirkus Reviews.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>My Fishy Stepmom by Shakirah Bourne</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":7225} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-17.jpg\" alt=\"\" class=\"wp-image-7225\" /><figcaption>My Fishy Stepmom by Barbadian writer and filmmaker, Shakirah Bourne</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Josephine Cadogan loooves cricket! The game, her dad and her best friend Ahkai are the only things that make living in the very, very, veeery boring village of Fairy Vale, Barbados manageable. She really wants to play for the school team, but Coach Broomes says only boys are allowed. Josephine knows she can play better than any of the boys in the team, if she could just get a chance. To make matters worse, her father has a new girlfriend. And no one is good enough for Josephine’s dad. Not since her mom died. But<br> Josephine is very good at keeping women away by setting booby traps to scare them off. No one ever survived her tricks - until Mariss came along.<br> No matter what anyone else says, Josephine knows there is something ‘fishy’ about Mariss. She is just too perfect. And maybe it’s all the stories about baccoos and douens, and other mythical creatures from Miss Mo, champion fish deboner of Fairy Vale, or maybe it’s all the missing pets, but Josephine begins to suspect there is something downright spooky about Mariss. But will she be able to get to the bottom of the mystery?</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Girlcott by Florenz Webbe Maxwell</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":7928,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Girlcott-Buzz-Caribbean.png\" alt=\"\" class=\"wp-image-7928\" /><figcaption>Girlcott by Bermudan author Florenz Webbe Maxwell</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>A week ago, Desma Johnson had only two things on her mind - in exactly eight days, she would be sixteen years old and to top it off she was in line for a top scholarship. Life was perfect and nothing would get in the way of her birthday plans. But it’s 1959 and the secret Progressive League has just announced a boycott of all cinemas in Bermuda in order to end segregation. As tensions build Desma becomes increasingly aware of the racial tensions that cast a dire shadow over the island. Neighbours she once thought were friendly and supportive show another side. But Desma must learn that change is never easy, and even when others expect small things from black girls, she has the right to dream big. This historical novel, brings a look at Bermuda beyond the sandy pink beaches. The novel took third prize in the 2016 Burt Award for Caribbean literature.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>A Dark Iris by Elizabeth J Jones</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":7224} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-18.jpg\" alt=\"\" class=\"wp-image-7224\" /><figcaption>A Dark Iris by author Elizabeth J Jones, who was born in the UK and moved to Bermuda in 1973.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>It is 1972 and 12-Year-old Rebekah Eve is excited to be on her way to the prestigious Meridian Institute. But Rebekah’s joy is dampened by her parents’ separation. She misses having her father at home and the fun things they did together. Most of all, she dislikes her mother’s new ‘friend’ –<br> Thomas Forster – who is trying way too hard to win her over. These personal changes take place while her country, goes through dramatic changes of its own, and life gets even more complicated when her new friend John is arrested for the attempted assassination of the Governor.<br>To cope, Rebekah turns to her art. But her paintings take on new, or rather ‘old’ life, as figures from the past seep in and replace her usual subjects. She is thrust into a whirlwind of emotion as her visions and the resulting paintings unveil wounds of the past that are not buried as deeply as some would like. With help from the mysterious Lady of the Library and her new art tutor Mr. Stowe, Rebekah makes sense of these visions and unearths the truth behind one of Bermuda’s legends. But some truths are difficult for anyone, especially a young girl, to digest. Ultimately, she must learn to trust herself, believe in her talents, and that even a little black girl from a small island, could one day become a famous artist.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do check out these fantastic Caribbean children\'s books and share your feedback.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> will continue to feature our amazing Caribbean novels - so see you in our #BUZZBookCorner soon.</p>\n<!-- /wp:paragraph -->','Awesome Caribbean children\'s books for International Literacy Day','','inherit','closed','closed','','7695-revision-v1','','','2019-09-07 16:31:14','2019-09-07 21:31:14','',7695,'https://buzz-caribbean.com/article/7695-revision-v1/',0,'revision','',0),(7935,11,'2019-09-07 17:21:14','2019-09-07 22:21:14','<!-- wp:paragraph -->\n<p>It\'s the weekend and we\'re ready to have the time of our lives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before you head out tonight, pump your brakes and check out this important info that may save your life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Road Safety Unit has indicated that the two-day weekend - Saturday to Sunday- is the most dangerous time on the roads in Jamaica, with the period accounting for the highest number of fatalities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are a number of factors for this, including drivers letting their guard down during leisure periods and speeding.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7943} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/speeding-car-road-safety.jpg\" alt=\"\" class=\"wp-image-7943\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For its part, the National Road Safety Council is also sharing the oft-repeated - but life-saving message -<em><strong> don\'t drink alcohol and drive</strong></em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7940} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/man-turning-down-drink-road-safety-1024x769.jpg\" alt=\"\" class=\"wp-image-7940\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We know you believe you can \"hold your liquor\" but just remember these quick facts:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Myth</strong>: A couple of drinks won’t affect my driving.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Fact: </strong>Even a small amount of alcohol can affect our judgment, coordination and vision and impairs the ability to perform a complex task like driving.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>There is no level of alcohol consumption which is ‘safe’ for the roads</strong>.<br>If you drink don’t drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7939} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/alcohol-road-safety.jpg\" alt=\"\" class=\"wp-image-7939\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The tasks related to driving begin to show impairment with the first drink, and the degree of impairment increases with increasing alcohol consumption</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>When you drink alcohol it:</h4>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Impairs your judgment</li><li>Increases your reaction time i.e., there is a long response time</li><li>Creates a false sense of confidence</li><li>Reduces the sharpness of your vision and hearing</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>When driving, alcohol reduces skills such as:</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Keeping your position in a lane</li><li>Steering</li><li>Determining a safe speed at which to drive</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Remember, \"just one more drink may be too much\". </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cue <a rel=\"noreferrer noopener\" aria-label=\"Damian Marley\'s Reach Home Safe (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/jr-gong-tackles-road-safety/\" target=\"_blank\">Damian Marley\'s Reach Home Safe</a>.</p>\n<!-- /wp:paragraph -->','Weekend Warning: Fatal crashes highest on the weekend','','publish','open','closed','','weekend-warning-fatal-crashes-highest-on-the-weekend','','','2019-09-07 17:21:15','2019-09-07 22:21:15','',0,'https://buzz-caribbean.com/?p=7935',0,'post','',0),(7939,11,'2019-09-07 17:09:09','2019-09-07 22:09:09','','alcohol-road-safety','','inherit','open','closed','','alcohol-road-safety','','','2019-09-07 17:09:09','2019-09-07 22:09:09','',7935,'https://buzz-caribbean.com/app/uploads/2019/09/alcohol-road-safety.jpg',0,'attachment','image/jpeg',0),(7940,11,'2019-09-07 17:10:12','2019-09-07 22:10:12','','man-turning-down-drink-road-safety','','inherit','open','closed','','man-turning-down-drink-road-safety','','','2019-09-07 17:10:12','2019-09-07 22:10:12','',7935,'https://buzz-caribbean.com/app/uploads/2019/09/man-turning-down-drink-road-safety.jpg',0,'attachment','image/jpeg',0),(7943,11,'2019-09-07 17:11:23','2019-09-07 22:11:23','','speeding-car-road-safety','','inherit','open','closed','','speeding-car-road-safety','','','2019-09-07 17:11:23','2019-09-07 22:11:23','',7935,'https://buzz-caribbean.com/app/uploads/2019/09/speeding-car-road-safety.jpg',0,'attachment','image/jpeg',0),(7948,14,'2019-09-07 17:42:15','2019-09-07 22:42:15','<!-- wp:image {\"id\":7954} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jdf-dart-response-team-bahamas-buzz-demo-3.jpg\" alt=\"\" class=\"wp-image-7954\" /><figcaption>Prime Minister Andrew Holness (left) and a member of Jamaica’s Disaster Assistance Response Team (DART) (Photo: Facebook @AndrewHolnessJM)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The first group of Jamaica’s Disaster\nAssistance Response Team (DART) was loaded with supplies and is en route to sections\nof The Bahamas worst hit by the passage of Hurricane Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister Andrew Holness, who was present at the Alpha 1, Jamaica Defence Force (JDF) Manley base in Kingston on Saturday afternoon, called the 120-member strong team ambassadors to Jamaica and her neighbours in The Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7955} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jdf-dart-response-team-bahamas-buzz-demo-4.jpg\" alt=\"\" class=\"wp-image-7955\" /><figcaption>Photo: Facebook @AndrewHolnessJM</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I encouraged members of the DART to also look out for those Jamaicans in The Bahamas who need assistance,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Scope of DART\'s mission</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The DART dispatch, which is comprised mostly of members of the JDF’s newly formed Corps of Military Police, will assist in the distribution of relief supplies; the re-establishment of power supply in affected areas, among other critical duties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Members of DART will be in The Bahamas for an initial period of 30 days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7951} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jdf-dart-response-team-bahamas-buzz-demo-1.jpg\" alt=\"\" class=\"wp-image-7951\" /><figcaption>Chief of Defence Staff Lieutenant General Rocky Meade greets Corporal Llamar Paisley from the newly formed Corps of Military Police (Photo: Sergeant Jason Lampart. Facebook @JDFSoldier)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The Military Police are being deployed as a part of the Disaster Assistance and Recovery Team (DART) to the Bahamas in order to provide a Force Protection capability. This capability will aid in the overall effectiveness of relief and recovery operations,” the JDF wrote on its official Facebook page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7956} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jdf-dart-response-team-bahamas-buzz-demo-2.jpg\" alt=\"\" class=\"wp-image-7956\" /><figcaption>The DART dispatch will be in hurricane-ravaged Bahamas for an initial period of 30 days, Prime Minister Andrew Holness explains. (Photo: Facebook @AndrewHolnessJM)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Royal Canadian Air Force joins for logistical support</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister Holness expressed his gratitude to The Royal Canadian Air Force, which will be tasked with airlifting the DART troops and equipment to The Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Barrels of diesel oil were among the supplies being loaded onto a jumbo jet, which the DART team will utilise to coordinate the relief effort in The Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7957} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jdf-dart-response-team-bahamas-buzz-demo-5.jpg\" alt=\"\" class=\"wp-image-7957\" /><figcaption>Captain Kyle Ferguson of the Royal Canadian Air Force (second left) discusses with Captain Wayne Barrett of the Jamaica Defence Force (right), the state of preparations for the Disaster Assistance Response Team (DART) deployment to the Bahamas. (Photo: Sergeant Jason Lampart. Facebook @JDFSoldier)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>More than 70,000 people have been left homeless in The Bahamas in the aftermath of Hurricane Dorian — with the death toll hovering somewhere around 43, according to officials, and climbing steadily.</p>\n<!-- /wp:paragraph -->','First DART contingent off to hurricane-ravaged Bahamas','','publish','open','closed','','first-dart-contingent-off-to-hurricane-ravaged-bahamas','','','2019-09-07 17:42:15','2019-09-07 22:42:15','',0,'https://buzz-caribbean.com/?p=7948',0,'post','',0),(7949,23,'2019-09-07 17:27:49','2019-09-07 22:27:49','<!-- wp:image {\"id\":7856} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-1024x683.jpg\" alt=\"\" class=\"wp-image-7856\" /><figcaption>Dr Phillips has retained the presidency.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr Peter Phillips has retained the presidency of the People’s National Party, staving off a strong challenge from Peter Bunting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr Phillips captured the majority of the delegate votes at the National Arena. Two thousand nine-hundred eight delegates were registered to vote. A reported 96 per cent of the delegates voted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The election brings to a close a heated election campaign that threatened to tear the party apart. Bunting’s Rise United camp and the One PNP camp of Dr Phillip’s both expressed confidence in a victory, even as voting was underway.</p>\n<!-- /wp:paragraph -->','Phillips defeats Bunting to retain PNP presidency','','publish','open','closed','','phillips-defeats-bunting-to-retains-pnp-presidency','','','2019-09-07 17:29:39','2019-09-07 22:29:39','',0,'https://buzz-caribbean.com/?p=7949',0,'post','',0),(7950,11,'2019-09-07 17:21:14','2019-09-07 22:21:14','<!-- wp:paragraph -->\n<p>It\'s the weekend and we\'re ready to have the time of our lives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before you head out tonight, pump your brakes and check out this important info that may save your life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Road Safety Unit has indicated that the two-day weekend - Saturday to Sunday- is the most dangerous time on the roads in Jamaica, with the period accounting for the highest number of fatalities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are a number of factors for this, including drivers letting their guard down during leisure periods and speeding.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7943} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/speeding-car-road-safety.jpg\" alt=\"\" class=\"wp-image-7943\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For its part, the National Road Safety Council is also sharing the oft-repeated - but life-saving message -<em><strong> don\'t drink alcohol and drive</strong></em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7940} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/man-turning-down-drink-road-safety-1024x769.jpg\" alt=\"\" class=\"wp-image-7940\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We know you believe you can \"hold your liquor\" but just remember these quick facts:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Myth</strong>: A couple of drinks won’t affect my driving.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Fact: </strong>Even a small amount of alcohol can affect our judgment, coordination and vision and impairs the ability to perform a complex task like driving.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>There is no level of alcohol consumption which is ‘safe’ for the roads</strong>.<br>If you drink don’t drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7939} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/alcohol-road-safety.jpg\" alt=\"\" class=\"wp-image-7939\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The tasks related to driving begin to show impairment with the first drink, and the degree of impairment increases with increasing alcohol consumption</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>When you drink alcohol it:</h4>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Impairs your judgment</li><li>Increases your reaction time i.e., there is a long response time</li><li>Creates a false sense of confidence</li><li>Reduces the sharpness of your vision and hearing</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>When driving, alcohol reduces skills such as:</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Keeping your position in a lane</li><li>Steering</li><li>Determining a safe speed at which to drive</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Remember, \"just one more drink may be too much\". </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cue <a rel=\"noreferrer noopener\" aria-label=\"Damian Marley\'s Reach Home Safe (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/jr-gong-tackles-road-safety/\" target=\"_blank\">Damian Marley\'s Reach Home Safe</a>.</p>\n<!-- /wp:paragraph -->','Weekend Warning: Fatal crashes highest on the weekend','','inherit','closed','closed','','7935-revision-v1','','','2019-09-07 17:21:14','2019-09-07 22:21:14','',7935,'https://buzz-caribbean.com/article/7935-revision-v1/',0,'revision','',0),(7951,14,'2019-09-07 17:21:59','2019-09-07 22:21:59','','jdf-dart-response-team-bahamas-buzz-demo-1','','inherit','open','closed','','jdf-dart-response-team-bahamas-buzz-demo-1','','','2019-09-07 17:21:59','2019-09-07 22:21:59','',7948,'https://buzz-caribbean.com/app/uploads/2019/09/jdf-dart-response-team-bahamas-buzz-demo-1.jpg',0,'attachment','image/jpeg',0),(7952,4,'2019-09-07 17:27:49','2019-09-07 22:27:49','<!-- wp:image {\"id\":7856} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-1024x683.jpg\" alt=\"\" class=\"wp-image-7856\" /><figcaption>Dr Phillips has retained the presidency.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr Peter Phillips has retained the presidency of the People’s National Party, staving off a strong challenge from Peter Bunting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr Phillips captured the majority of the delegate votes at the National Arena. Two thousand nine-hundred eight delegates were registered to vote. A reported 96 per cent of the delegates voted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The election brings to a close a heated election campaign that threatened to tear the party apart. Bunting’s Rise United camp and the One PNP camp of Dr Phillip’s both expressed confidence in a victory, even as voting was underway.</p>\n<!-- /wp:paragraph -->','Phillips defeats Bunting to retains PNP presidency','','inherit','closed','closed','','7949-revision-v1','','','2019-09-07 17:27:49','2019-09-07 22:27:49','',7949,'https://buzz-caribbean.com/article/7949-revision-v1/',0,'revision','',0),(7953,11,'2019-09-07 17:29:12','2019-09-07 22:29:12','<!-- wp:image {\"id\":7856} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-1024x683.jpg\" alt=\"\" class=\"wp-image-7856\" /><figcaption>Dr Phillips has retained the presidency.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr Peter Phillips has retained the presidency of the People’s National Party, staving off a strong challenge from Peter Bunting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr Phillips captured the majority of the delegate votes at the National Arena. Two thousand nine-hundred eight delegates were registered to vote. A reported 96 per cent of the delegates voted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The election brings to a close a heated election campaign that threatened to tear the party apart. Bunting’s Rise United camp and the One PNP camp of Dr Phillip’s both expressed confidence in a victory, even as voting was underway.</p>\n<!-- /wp:paragraph -->','Phillips defeats Bunting to retain PNP presidency','','inherit','closed','closed','','7949-revision-v1','','','2019-09-07 17:29:12','2019-09-07 22:29:12','',7949,'https://buzz-caribbean.com/article/7949-revision-v1/',0,'revision','',0),(7954,14,'2019-09-07 17:29:49','2019-09-07 22:29:49','','jdf-dart-response-team-bahamas-buzz-demo-3','','inherit','open','closed','','jdf-dart-response-team-bahamas-buzz-demo-3','','','2019-09-07 17:29:49','2019-09-07 22:29:49','',7948,'https://buzz-caribbean.com/app/uploads/2019/09/jdf-dart-response-team-bahamas-buzz-demo-3.jpg',0,'attachment','image/jpeg',0),(7955,14,'2019-09-07 17:30:02','2019-09-07 22:30:02','','jdf-dart-response-team-bahamas-buzz-demo-4','','inherit','open','closed','','jdf-dart-response-team-bahamas-buzz-demo-4','','','2019-09-07 17:30:02','2019-09-07 22:30:02','',7948,'https://buzz-caribbean.com/app/uploads/2019/09/jdf-dart-response-team-bahamas-buzz-demo-4.jpg',0,'attachment','image/jpeg',0),(7956,14,'2019-09-07 17:30:39','2019-09-07 22:30:39','','jdf-dart-response-team-bahamas-buzz-demo-2','','inherit','open','closed','','jdf-dart-response-team-bahamas-buzz-demo-2','','','2019-09-07 17:30:39','2019-09-07 22:30:39','',7948,'https://buzz-caribbean.com/app/uploads/2019/09/jdf-dart-response-team-bahamas-buzz-demo-2.jpg',0,'attachment','image/jpeg',0),(7957,14,'2019-09-07 17:33:09','2019-09-07 22:33:09','','jdf-dart-response-team-bahamas-buzz-demo-5','','inherit','open','closed','','jdf-dart-response-team-bahamas-buzz-demo-5','','','2019-09-07 17:33:09','2019-09-07 22:33:09','',7948,'https://buzz-caribbean.com/app/uploads/2019/09/jdf-dart-response-team-bahamas-buzz-demo-5.jpg',0,'attachment','image/jpeg',0),(7958,11,'2019-09-07 17:39:11','2019-09-07 22:39:11','<!-- wp:image {\"id\":6591} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jah-cure-20190830-689x1024.jpg\" alt=\"Reggae singer Jah Cure\" class=\"wp-image-6591\" /><figcaption>Reggae singer Jah Cure</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Royal Soldier</strong>, the eigth studio effort from singer Jah Cure, has given New York-based independent label VP Records its fifth number one for 2019.  The album debuted at No.2 on this week’s Billboard Reggae Albums chart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Royal Soldier</strong> has collaborations with the likes of Mya, Melanie Fiona, Phyllisia Ross, Capleton, Damian Marley, Tory Lanez and Junior Reid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is the second No. 1 title for Jah Cure, who previously topped the chart with 2015’s <strong>The Cure</strong>, which spent seven weeks on top.&nbsp;The album received a Grammy nomination for Best Reggae Album.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jah Cure’s previous charted albums include <strong>The Universal Cure</strong>, <strong>World Cry</strong>,<strong> True Reflections….A New Beginning</strong> and<strong> Masterpiece</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The other releases from VP Records that have topped the Reggae Albums chart so far for 2019 include <strong>And Then</strong> by Christopher Martin, <strong>Strictly the Best 58</strong>, <strong>Soca Gold 2019</strong> and <strong>Reggae Gold 2019</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year, only two albums from VP Records hit number one. They were N<strong>ever Ending</strong> by Beres Hammond and <strong>Lovesick</strong> by Romain Virgo.</p>\n<!-- /wp:paragraph -->','Jah Cure gives VP Records its fifth chart-topper for 2019','','inherit','closed','closed','','7437-revision-v1','','','2019-09-07 17:39:11','2019-09-07 22:39:11','',7437,'https://buzz-caribbean.com/article/7437-revision-v1/',0,'revision','',0),(7959,11,'2019-09-07 17:39:42','2019-09-07 22:39:42','<!-- wp:image {\"id\":6591} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jah-cure-20190830-689x1024.jpg\" alt=\"Reggae singer Jah Cure\" class=\"wp-image-6591\" /><figcaption>Reggae singer Jah Cure</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Royal Soldier</strong>, the eighth studio effort from singer Jah Cure, has given New York-based independent label VP Records its fifth number one for 2019.  The album debuted at No.2 on this week’s Billboard Reggae Albums chart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Royal Soldier</strong> has collaborations with the likes of Mya, Melanie Fiona, Phyllisia Ross, Capleton, Damian Marley, Tory Lanez and Junior Reid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is the second No. 1 title for Jah Cure, who previously topped the chart with 2015’s <strong>The Cure</strong>, which spent seven weeks on top.&nbsp;The album received a Grammy nomination for Best Reggae Album.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jah Cure’s previous charted albums include <strong>The Universal Cure</strong>, <strong>World Cry</strong>,<strong> True Reflections….A New Beginning</strong> and<strong> Masterpiece</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The other releases from VP Records that have topped the Reggae Albums chart so far for 2019 include <strong>And Then</strong> by Christopher Martin, <strong>Strictly the Best 58</strong>, <strong>Soca Gold 2019</strong> and <strong>Reggae Gold 2019</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year, only two albums from VP Records hit number one. They were N<strong>ever Ending</strong> by Beres Hammond and <strong>Lovesick</strong> by Romain Virgo.</p>\n<!-- /wp:paragraph -->','Jah Cure gives VP Records its fifth chart-topper for 2019','','inherit','closed','closed','','7437-revision-v1','','','2019-09-07 17:39:42','2019-09-07 22:39:42','',7437,'https://buzz-caribbean.com/article/7437-revision-v1/',0,'revision','',0),(7960,14,'2019-09-07 17:42:15','2019-09-07 22:42:15','<!-- wp:image {\"id\":7954} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jdf-dart-response-team-bahamas-buzz-demo-3.jpg\" alt=\"\" class=\"wp-image-7954\" /><figcaption>Prime Minister Andrew Holness (left) and a member of Jamaica’s Disaster Assistance Response Team (DART) (Photo: Facebook @AndrewHolnessJM)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The first group of Jamaica’s Disaster\nAssistance Response Team (DART) was loaded with supplies and is en route to sections\nof The Bahamas worst hit by the passage of Hurricane Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister Andrew Holness, who was present at the Alpha 1, Jamaica Defence Force (JDF) Manley base in Kingston on Saturday afternoon, called the 120-member strong team ambassadors to Jamaica and her neighbours in The Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7955} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jdf-dart-response-team-bahamas-buzz-demo-4.jpg\" alt=\"\" class=\"wp-image-7955\" /><figcaption>Photo: Facebook @AndrewHolnessJM</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I encouraged members of the DART to also look out for those Jamaicans in The Bahamas who need assistance,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Scope of DART\'s mission</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The DART dispatch, which is comprised mostly of members of the JDF’s newly formed Corps of Military Police, will assist in the distribution of relief supplies; the re-establishment of power supply in affected areas, among other critical duties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Members of DART will be in The Bahamas for an initial period of 30 days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7951} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jdf-dart-response-team-bahamas-buzz-demo-1.jpg\" alt=\"\" class=\"wp-image-7951\" /><figcaption>Chief of Defence Staff Lieutenant General Rocky Meade greets Corporal Llamar Paisley from the newly formed Corps of Military Police (Photo: Sergeant Jason Lampart. Facebook @JDFSoldier)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The Military Police are being deployed as a part of the Disaster Assistance and Recovery Team (DART) to the Bahamas in order to provide a Force Protection capability. This capability will aid in the overall effectiveness of relief and recovery operations,” the JDF wrote on its official Facebook page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7956} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jdf-dart-response-team-bahamas-buzz-demo-2.jpg\" alt=\"\" class=\"wp-image-7956\" /><figcaption>The DART dispatch will be in hurricane-ravaged Bahamas for an initial period of 30 days, Prime Minister Andrew Holness explains. (Photo: Facebook @AndrewHolnessJM)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Royal Canadian Air Force joins for logistical support</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister Holness expressed his gratitude to The Royal Canadian Air Force, which will be tasked with airlifting the DART troops and equipment to The Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Barrels of diesel oil were among the supplies being loaded onto a jumbo jet, which the DART team will utilise to coordinate the relief effort in The Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7957} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jdf-dart-response-team-bahamas-buzz-demo-5.jpg\" alt=\"\" class=\"wp-image-7957\" /><figcaption>Captain Kyle Ferguson of the Royal Canadian Air Force (second left) discusses with Captain Wayne Barrett of the Jamaica Defence Force (right), the state of preparations for the Disaster Assistance Response Team (DART) deployment to the Bahamas. (Photo: Sergeant Jason Lampart. Facebook @JDFSoldier)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>More than 70,000 people have been left homeless in The Bahamas in the aftermath of Hurricane Dorian — with the death toll hovering somewhere around 43, according to officials, and climbing steadily.</p>\n<!-- /wp:paragraph -->','First DART contingent off to hurricane-ravaged Bahamas','','inherit','closed','closed','','7948-revision-v1','','','2019-09-07 17:42:15','2019-09-07 22:42:15','',7948,'https://buzz-caribbean.com/article/7948-revision-v1/',0,'revision','',0),(7961,23,'2019-09-07 18:27:30','2019-09-07 23:27:30','<!-- wp:image {\"id\":7892} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips4-1024x682.jpg\" alt=\"\" class=\"wp-image-7892\" /><figcaption>Dr Phillips greeting supporters at the National Arena. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>People’s National Party President\nDr Peter Phillips is calling for unity within the party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the party should be united in order to achieve its goal of defeating the governing Jamaica Labour Party in the next general election.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Phillips used his victory speech at the National Arena to reach out to Peter Bunting and his Rise United camp. While on the stage Phillips invited Bunting and the Rise United camp to join his team on the grounds of the arena but there was no apparent response.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7858} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete7-1024x683.jpg\" alt=\"\" class=\"wp-image-7858\" /><figcaption>One PNP supporters at the National Arena Saturday, Sept 7.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“This should be seen as a\nbump in the road our mission is to come together and to proceed with the task\nof organization… and put an end to the Jamaica Labour Party,” he said, while\ndescribing the party as corrupt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We come in peace to the PNP we come in peace to the people of Jamaica, we come to move forward as one PNP…,” Phillips went on to say. “One heart, one love until we meet again on the trail of progress… One heart one love.</p>\n<!-- /wp:paragraph -->','Phillips reaches out to defeated Rise United camp','','publish','open','closed','','bunting-reaches-out-to-defeated-rise-united-camp','','','2019-09-07 18:37:00','2019-09-07 23:37:00','',0,'https://buzz-caribbean.com/?p=7961',0,'post','',0),(7962,4,'2019-09-07 18:17:54','2019-09-07 23:17:54','<!-- wp:paragraph -->\n<p>People’s National Party President\nDr Peter Phillips is calling for unity within the party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the party should be\nunited in order to achieve its goal of defeating the governing Jamaica labour\nParty in the next general election.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Phillips used his victory\nspeech at the National Arena to reach out to the Peter Bunting and his Rise\nUnited Camp.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While on the stage Phillips\ninvited Bunting and the Rise United camp to join his team on the grounds of the\narena but there were no apparent takers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This should be seen as a\nbump in the road our mission is to come together and to proceed with the task\nof organization… and put an end to the Jamaica Labour Party,” he said, while\ndescribing the party as corrupt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We come in peace to the pnp\nwe come in peace to the people of Jamaica we come to move forward as one pnp…,”\nPhillips went on to say. “One heart, one love until we meet again on the trail\nof progress… one heart one love.</p>\n<!-- /wp:paragraph -->','Bunting reaches out to defeated Rise United camp','','inherit','closed','closed','','7961-revision-v1','','','2019-09-07 18:17:54','2019-09-07 23:17:54','',7961,'https://buzz-caribbean.com/article/7961-revision-v1/',0,'revision','',0),(7963,4,'2019-09-07 18:22:16','2019-09-07 23:22:16','<!-- wp:paragraph -->\n<p>People’s National Party President\nDr Peter Phillips is calling for unity within the party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the party should be united in order to achieve its goal of defeating the governing Jamaica Labour Party in the next general election.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Phillips used his victory speech at the National Arena to reach out to Peter Bunting and his Rise United Camp.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While on the stage Phillips invited Bunting and the Rise United camp to join his team on the grounds of the arena but there was no apparent response.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7858} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete7-1024x683.jpg\" alt=\"\" class=\"wp-image-7858\" /><figcaption>One PNP supporters at the National Arena Saturday, Sept 7.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“This should be seen as a\nbump in the road our mission is to come together and to proceed with the task\nof organization… and put an end to the Jamaica Labour Party,” he said, while\ndescribing the party as corrupt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We come in peace to the pnp\nwe come in peace to the people of Jamaica we come to move forward as one pnp…,”\nPhillips went on to say. “One heart, one love until we meet again on the trail\nof progress… one heart one love.</p>\n<!-- /wp:paragraph -->','Bunting reaches out to defeated Rise United camp','','inherit','closed','closed','','7961-revision-v1','','','2019-09-07 18:22:16','2019-09-07 23:22:16','',7961,'https://buzz-caribbean.com/article/7961-revision-v1/',0,'revision','',0),(7964,4,'2019-09-07 18:25:15','2019-09-07 23:25:15','<!-- wp:image {\"id\":7892} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips4-1024x682.jpg\" alt=\"\" class=\"wp-image-7892\" /><figcaption>Dr Phillips greeting supporters at the National Arena. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>People’s National Party President\nDr Peter Phillips is calling for unity within the party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the party should be united in order to achieve its goal of defeating the governing Jamaica Labour Party in the next general election.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Phillips used his victory speech at the National Arena to reach out to Peter Bunting and his Rise United Camp.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While on the stage Phillips invited Bunting and the Rise United camp to join his team on the grounds of the arena but there was no apparent response.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7858} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete7-1024x683.jpg\" alt=\"\" class=\"wp-image-7858\" /><figcaption>One PNP supporters at the National Arena Saturday, Sept 7.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“This should be seen as a\nbump in the road our mission is to come together and to proceed with the task\nof organization… and put an end to the Jamaica Labour Party,” he said, while\ndescribing the party as corrupt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We come in peace to the PNP we come in peace to the people of Jamaica we come to move forward as one pnp…,” Phillips went on to say. “One heart, one love until we meet again on the trail of progress… one heart one love.</p>\n<!-- /wp:paragraph -->','Bunting reaches out to defeated Rise United camp','','inherit','closed','closed','','7961-revision-v1','','','2019-09-07 18:25:15','2019-09-07 23:25:15','',7961,'https://buzz-caribbean.com/article/7961-revision-v1/',0,'revision','',0),(7965,4,'2019-09-07 18:27:30','2019-09-07 23:27:30','<!-- wp:image {\"id\":7892} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips4-1024x682.jpg\" alt=\"\" class=\"wp-image-7892\" /><figcaption>Dr Phillips greeting supporters at the National Arena. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>People’s National Party President\nDr Peter Phillips is calling for unity within the party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the party should be united in order to achieve its goal of defeating the governing Jamaica Labour Party in the next general election.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Phillips used his victory speech at the National Arena to reach out to Peter Bunting and his Rise United camp. While on the stage Phillips invited Bunting and the Rise United camp to join his team on the grounds of the arena but there was no apparent response.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7858} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete7-1024x683.jpg\" alt=\"\" class=\"wp-image-7858\" /><figcaption>One PNP supporters at the National Arena Saturday, Sept 7.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“This should be seen as a\nbump in the road our mission is to come together and to proceed with the task\nof organization… and put an end to the Jamaica Labour Party,” he said, while\ndescribing the party as corrupt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We come in peace to the PNP we come in peace to the people of Jamaica, we come to move forward as one PNP…,” Phillips went on to say. “One heart, one love until we meet again on the trail of progress… One heart one love.</p>\n<!-- /wp:paragraph -->','Bunting reaches out to defeated Rise United camp','','inherit','closed','closed','','7961-revision-v1','','','2019-09-07 18:27:30','2019-09-07 23:27:30','',7961,'https://buzz-caribbean.com/article/7961-revision-v1/',0,'revision','',0),(7966,4,'2019-09-07 18:36:50','2019-09-07 23:36:50','<!-- wp:image {\"id\":7892} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips4-1024x682.jpg\" alt=\"\" class=\"wp-image-7892\" /><figcaption>Dr Phillips greeting supporters at the National Arena. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>People’s National Party President\nDr Peter Phillips is calling for unity within the party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the party should be united in order to achieve its goal of defeating the governing Jamaica Labour Party in the next general election.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Phillips used his victory speech at the National Arena to reach out to Peter Bunting and his Rise United camp. While on the stage Phillips invited Bunting and the Rise United camp to join his team on the grounds of the arena but there was no apparent response.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7858} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete7-1024x683.jpg\" alt=\"\" class=\"wp-image-7858\" /><figcaption>One PNP supporters at the National Arena Saturday, Sept 7.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“This should be seen as a\nbump in the road our mission is to come together and to proceed with the task\nof organization… and put an end to the Jamaica Labour Party,” he said, while\ndescribing the party as corrupt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We come in peace to the PNP we come in peace to the people of Jamaica, we come to move forward as one PNP…,” Phillips went on to say. “One heart, one love until we meet again on the trail of progress… One heart one love.</p>\n<!-- /wp:paragraph -->','Phillips reaches out to defeated Rise United camp','','inherit','closed','closed','','7961-revision-v1','','','2019-09-07 18:36:50','2019-09-07 23:36:50','',7961,'https://buzz-caribbean.com/article/7961-revision-v1/',0,'revision','',0),(7967,23,'2019-09-07 19:10:49','2019-09-08 00:10:49','<!-- wp:image {\"id\":7968} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dayton-campbell-1024x682.jpg\" alt=\"\" class=\"wp-image-7968\" /><figcaption>Rise United campaign manager Dr Dayton Campbell speaking with reporters at the National Arena on Saturday (Sept 7). </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Rise United\ncampaign manager Dr Dayton Campbell has blamed Peter Bunting’s defeat on the\nmight of the PNP hierarchy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the postmortem continues as to what went wrong, Campbell told <strong>BUZZ </strong>that the hierarchy was just too strong in its determination to keep incumbent Dr Peter Phillips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;He also suggested that not everyone who\npledged support for Rise United voted for Bunting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, some Rise United supporters expressed anger and disappointment and vowed never to vote for Dr Phillips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting was defeated by 76 delegate votes in his failed effort to rest the PNP presidency from Phillips. Phillips copped 1427 votes while 1351 votes were cast for Bunting.</p>\n<!-- /wp:paragraph -->','Rise United campaign manager lists a reason for Bunting’s defeat','','publish','open','closed','','rise-united-campaign-manager-lists-a-reason-for-buntings-defeat','','','2019-09-07 19:58:51','2019-09-08 00:58:51','',0,'https://buzz-caribbean.com/?p=7967',0,'post','',0),(7968,4,'2019-09-07 19:02:08','2019-09-08 00:02:08','','dayton-campbell','','inherit','open','closed','','dayton-campbell-3','','','2019-09-07 19:02:08','2019-09-08 00:02:08','',7967,'https://buzz-caribbean.com/app/uploads/2019/09/dayton-campbell.jpg',0,'attachment','image/jpeg',0),(7969,4,'2019-09-07 19:04:21','2019-09-08 00:04:21','<!-- wp:image {\"id\":7968} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dayton-campbell-1024x682.jpg\" alt=\"\" class=\"wp-image-7968\" /><figcaption>Rise United campaign manager Dr Dayton Campbell speaking with reporters at the National Arena on Saturday (Sept 7). </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Rise United\ncampaign manager Dr Dayton Campbell has blamed Peter Bunting’s defeat on the\nmight of the PNP hierarchy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the postmortem\ncontinues as to what went wrong, Campbell told <strong>BUZZ </strong>thatthe hierarchy\nwas just too strong in its determination to keep incumbent Dr Peter Phillips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;He also suggested that not everyone who\npledged support for Rise United voted for Bunting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, some\nRise United supporters expressed anger and disappointment and vowed never to\nvote for Dr. Phillips.</p>\n<!-- /wp:paragraph -->','Rise United lists reason for Bunting’s defeat','','inherit','closed','closed','','7967-revision-v1','','','2019-09-07 19:04:21','2019-09-08 00:04:21','',7967,'https://buzz-caribbean.com/article/7967-revision-v1/',0,'revision','',0),(7971,4,'2019-09-07 19:10:49','2019-09-08 00:10:49','<!-- wp:image {\"id\":7968} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dayton-campbell-1024x682.jpg\" alt=\"\" class=\"wp-image-7968\" /><figcaption>Rise United campaign manager Dr Dayton Campbell speaking with reporters at the National Arena on Saturday (Sept 7). </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Rise United\ncampaign manager Dr Dayton Campbell has blamed Peter Bunting’s defeat on the\nmight of the PNP hierarchy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the postmortem continues as to what went wrong, Campbell told <strong>BUZZ </strong>that the hierarchy was just too strong in its determination to keep incumbent Dr Peter Phillips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;He also suggested that not everyone who\npledged support for Rise United voted for Bunting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, some Rise United supporters expressed anger and disappointment and vowed never to vote for Dr Phillips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting was defeated by over a 100 delegate votes in his failed effort to rest the presidency of the PNP from Phillips.</p>\n<!-- /wp:paragraph -->','Rise United campaign manager lists a reason for Bunting’s defeat','','inherit','closed','closed','','7967-revision-v1','','','2019-09-07 19:10:49','2019-09-08 00:10:49','',7967,'https://buzz-caribbean.com/article/7967-revision-v1/',0,'revision','',0),(7972,4,'2019-09-07 19:58:11','2019-09-08 00:58:11','<!-- wp:image {\"id\":7968} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dayton-campbell-1024x682.jpg\" alt=\"\" class=\"wp-image-7968\" /><figcaption>Rise United campaign manager Dr Dayton Campbell speaking with reporters at the National Arena on Saturday (Sept 7). </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Rise United\ncampaign manager Dr Dayton Campbell has blamed Peter Bunting’s defeat on the\nmight of the PNP hierarchy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the postmortem continues as to what went wrong, Campbell told <strong>BUZZ </strong>that the hierarchy was just too strong in its determination to keep incumbent Dr Peter Phillips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;He also suggested that not everyone who\npledged support for Rise United voted for Bunting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, some Rise United supporters expressed anger and disappointment and vowed never to vote for Dr Phillips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting was defeated by 76 delegate votes in his failed effort to rest the PNP presidency from Phillips. Phillips copped 1427 votes while 1351 votes were cast for Bunting.</p>\n<!-- /wp:paragraph -->','Rise United campaign manager lists a reason for Bunting’s defeat','','inherit','closed','closed','','7967-revision-v1','','','2019-09-07 19:58:11','2019-09-08 00:58:11','',7967,'https://buzz-caribbean.com/article/7967-revision-v1/',0,'revision','',0),(7973,23,'2019-09-08 05:30:37','2019-09-08 10:30:37','<!-- wp:image {\"id\":7979} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/angela-brown-burke-rise-united-poster-1-1024x661.jpg\" alt=\"\" class=\"wp-image-7979\" /><figcaption>Dr Angela-Brown is calling on supporters of Peter Bunting to stand behind Dr Peter Phillips.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Rise United campaign director Dr Angela Brown-Burke is calling for disappointed supporters of defeated presidential contender Peter Bunting to stand behind Dr Peter Phillips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brown-Burke\ntold <strong>BUZZ</strong> that harsh words were exchanged during the bruising presidential\ncampaign. However, she is appealing to fellow-Bunting supporters to put aside feelings\nof bitterness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There is no need to be bitter. We\nfought a good fight, we raised some issues that needed to be raised, we evoked\npassion and energy in the People’s National Party,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7975} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bunting-1024x683.jpg\" alt=\"\" class=\"wp-image-7975\" /><figcaption>Peter Bunting was unsuccessful in his effort to take the presidency of the PNP on Saturday (Sept 7).  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We are comrades and we are\nduty-bound to support the Comrade leader who has emerged. We just have to do\nthe work that we have to do. At the end of the day there is one enemy and that\nis the government and what they are doing to the people of Jamaica,” Brown-Burke\nadded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brown-Burke, who did not support her husband\'s choice of Phillips, said all Comrades must now move on in unity.</p>\n<!-- /wp:paragraph -->','‘The enemy is the government’: Rise United campaign director pleads for PNP unity','','publish','open','closed','','the-enemy-is-the-government-rise-united-campaign-director-pleads-for-pnp-unity','','','2019-09-07 21:09:38','2019-09-08 02:09:38','',0,'https://buzz-caribbean.com/?p=7973',0,'post','',0),(7974,4,'2019-09-07 20:48:37','2019-09-08 01:48:37','<!-- wp:paragraph -->\n<p>Rise\nUnited campaign director Dr Angela Brown-Burke is now calling for disappointed supporters\nof defeated presidential contender Peter Bunting to stand behind Dr Peter\nPhillips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brown-Burke\ntold <strong>BUZZ</strong> that harsh words were exchanged during the bruising presidential\ncampaign. However, she is appealing to fellow-Bunting supporters to put aside feelings\nof bitterness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There is no need to be bitter. We\nfought a good fight, we raised some issues that needed to be raised, we evoked\npassion and energy in the People’s National Party,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are comrades and we are\nduty-bound to support the Comrade leader who has emerged. We just have to do\nthe work that we have to do. At the end of the day there is one enemy and that\nis the government and what they are doing to the people of Jamaica,” Brown-Burke\nadded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brown-Burke, who did not support her husband\'s choice of\nPhillips, said all comrades must now support Dr. Phillips.</p>\n<!-- /wp:paragraph -->','‘The enemy is the government’: Rise United campaign director pleads for PNP unity','','inherit','closed','closed','','7973-revision-v1','','','2019-09-07 20:48:37','2019-09-08 01:48:37','',7973,'https://buzz-caribbean.com/article/7973-revision-v1/',0,'revision','',0),(7975,4,'2019-09-07 20:50:05','2019-09-08 01:50:05','','bunting','','inherit','open','closed','','bunting','','','2019-09-07 20:50:05','2019-09-08 01:50:05','',7973,'https://buzz-caribbean.com/app/uploads/2019/09/bunting.jpg',0,'attachment','image/jpeg',0),(7977,15,'2019-09-07 21:10:48','2019-09-08 02:10:48','<!-- wp:image {\"id\":8033} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/megan-markle-serena-williams-NEW-1024x800.jpg\" alt=\"Meghan Markle (left) and Serena Williams share a laugh as they participate in the DirecTV Beach Bowl at Pier 40 on February 1, 2014 in New York City.  \" class=\"wp-image-8033\" /><figcaption>Meghan Markle (left) and Serena Williams share a laugh as they participate in the DirecTV Beach Bowl at Pier 40 on February 1, 2014 in New York City.  (Photo: Getty Images)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It’s the strangest thing, and it happened again on Saturday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Serena Williams lost the last Grand Slam event of the year, the U.S. Open, going down to Canadian teenager Bianca Andreescu 6-3,7-5 while being watched by the Duchess of Sussex, Meghan Markle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Willams has been defeated in four Grand Slam finals since 2017, losing to the Japanese teenager Naomi Oasaka, Angelique Kerber, Simona Halep and now the 19-year-old Bianca Andreescu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8034} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/serena-williams-grand-slam-1024x1024.jpg\" alt=\"\" class=\"wp-image-8034\" /><figcaption>Serena Williams lost to Canadian teenager Bianca Andreescu. (Photo: Instagram @usopen) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At Wimbledon 2018, the Duchess of Sussex saw her friend being beaten by the cool German Angelique Kerber, and the following year Williams was blown away by the diminutive Romanian Simona Halep in straight sets, again with Markle in the Royal Box.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fashion-conscious Markle flew commercial this time to support Williams, copping flak from the British media for not being with the Queen and the rest of the Royal Family for their Balmoral get together. Many media houses pointed to her decision to leave her husband, Prince Harry, and 4-month baby to lend support to tennis legend Williams.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8035} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/serena-williams-1024x1021.jpg\" alt=\"\" class=\"wp-image-8035\" /><figcaption>Serena Williams after the Grand Slam finals. (Photo: Instagram @usopen)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The hard-hitting Andreecu, whose game is reminiscent of Serena William’s, outplayed the favourite to win. She, too, has a powerful serve and rock-solid groundstrokes that always seemed to have Williams on the back foot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With a two-year-old daughter and about to turn 38, it will get increasingly harder for Williams to secure that historic 24th Grand Slam title. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although Markle’s loyalty and friendship is admirable, perhaps Serena should tell her to stay away next time - if she wants to get in the history books that is! </p>\n<!-- /wp:paragraph -->','Every time the Duchess of Sussex turns up to support her friend Serena Williams in a Grand Slam final, she loses','','publish','open','closed','','every-time-the-duchess-of-sussex-turns-up-to-support-her-friend-serena-williams-in-a-grand-slam-final-she-loses','','','2019-09-08 10:07:25','2019-09-08 15:07:25','',0,'https://buzz-caribbean.com/?p=7977',0,'post','',0),(7979,4,'2019-09-07 21:03:18','2019-09-08 02:03:18','','angela-brown-burke-rise-united-poster-1','','inherit','open','closed','','angela-brown-burke-rise-united-poster-1','','','2019-09-07 21:03:18','2019-09-08 02:03:18','',7973,'https://buzz-caribbean.com/app/uploads/2019/09/angela-brown-burke-rise-united-poster-1.jpg',0,'attachment','image/jpeg',0),(7980,15,'2019-09-07 21:08:13','2019-09-08 02:08:13','','Meghan-and-Serena','','inherit','open','closed','','meghan-and-serena','','','2019-09-07 21:08:13','2019-09-08 02:08:13','',7977,'https://buzz-caribbean.com/app/uploads/2019/09/Meghan-and-Serena.jpeg',0,'attachment','image/jpeg',0),(7981,4,'2019-09-07 21:09:37','2019-09-08 02:09:37','<!-- wp:image {\"id\":7979} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/angela-brown-burke-rise-united-poster-1-1024x661.jpg\" alt=\"\" class=\"wp-image-7979\" /><figcaption>Dr Angela-Brown is calling on supporters of Peter Bunting to stand behind Dr Peter Phillips.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Rise United campaign director Dr Angela Brown-Burke is calling for disappointed supporters of defeated presidential contender Peter Bunting to stand behind Dr Peter Phillips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brown-Burke\ntold <strong>BUZZ</strong> that harsh words were exchanged during the bruising presidential\ncampaign. However, she is appealing to fellow-Bunting supporters to put aside feelings\nof bitterness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There is no need to be bitter. We\nfought a good fight, we raised some issues that needed to be raised, we evoked\npassion and energy in the People’s National Party,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7975} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bunting-1024x683.jpg\" alt=\"\" class=\"wp-image-7975\" /><figcaption>Peter Bunting was unsuccessful in his effort to take the presidency of the PNP on Saturday (Sept 7).  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We are comrades and we are\nduty-bound to support the Comrade leader who has emerged. We just have to do\nthe work that we have to do. At the end of the day there is one enemy and that\nis the government and what they are doing to the people of Jamaica,” Brown-Burke\nadded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Brown-Burke, who did not support her husband\'s choice of Phillips, said all Comrades must now move on in unity.</p>\n<!-- /wp:paragraph -->','‘The enemy is the government’: Rise United campaign director pleads for PNP unity','','inherit','closed','closed','','7973-revision-v1','','','2019-09-07 21:09:37','2019-09-08 02:09:37','',7973,'https://buzz-caribbean.com/article/7973-revision-v1/',0,'revision','',0),(7982,15,'2019-09-07 21:10:48','2019-09-08 02:10:48','<!-- wp:paragraph -->\n<p> <br><br> It’s the strangest thing and it happened again on Saturday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7980} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Meghan-and-Serena.jpeg\" alt=\"\" class=\"wp-image-7980\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br><br> Serena Williams lost the last Grand Slam event of the year, the U.S. Open, going down to Canadian teenager Bianca Andreescu 6-3,7-5 while watched by the Duchess of Sussex, Meghan Markle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> Willams has lost four grand slam finals since 2017, going down to the Japanese teenager Naomi Oasaka, Angelique Kerber, Simona Halep and now the 19 year-old Bianca Andreescu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> At Wimbledon 2018, the Duchess of Sussex saw her friend go down to the cool German Angelique Kerber and the following year Williams was blown away by the diminutive Romanian Simona Halep in straight sets, again with Markle in the Royal Box.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> Fashion-conscious Markle flew commercial this time to support Williams, copping flak from the British media for not being with the Queen and the rest of the Royal Family for their Balmoral get together. Many media houses pointed to her decision to leave her husband, Prince Harry and 4-month baby to lend support to tennis legend Williams.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> The hard-hitting Andreecu whose game is reminiscent of Serena William’s out played the favourite to win. She too has a powerful serve and rock solid groundstrokes that always seemed to have Williams on the back foot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> With a two -year old daughter and about to turn 38, it will get increasingly harder for Williams to secure that historic 24th Grand Slam title. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> Cheered on by major personalities such as Anna Wintour, Mergan Markle and Spike Lee, Williams again fell short when it mattered the most.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> Although Markle’s loyalty and friendship is admirable, perhaps Serena should tell her to stay away next time - if she wants to get in the history books that is! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Every time the Duchess of Sussex turns up to support her friend Serena Williams in a Grand Slam final, she loses.','','inherit','closed','closed','','7977-revision-v1','','','2019-09-07 21:10:48','2019-09-08 02:10:48','',7977,'https://buzz-caribbean.com/article/7977-revision-v1/',0,'revision','',0),(7983,4,'2019-09-07 21:22:30','2019-09-08 02:22:30','','Dayton Campbell','','inherit','open','closed','','dayton-campbell-4','','','2019-09-07 21:22:30','2019-09-08 02:22:30','',0,'https://buzz-caribbean.com/app/uploads/2019/09/dayton-campbell-1.jpg',0,'attachment','image/jpeg',0),(7985,15,'2019-09-07 21:33:57','2019-09-08 02:33:57','','Serena-SWilliams-at-US-Open-19','','inherit','open','closed','','serena-swilliams-at-us-open-19','','','2019-09-07 21:33:57','2019-09-08 02:33:57','',7977,'https://buzz-caribbean.com/app/uploads/2019/09/Serena-SWilliams-at-US-Open-19.jpeg',0,'attachment','image/jpeg',0),(7986,15,'2019-09-07 21:35:29','2019-09-08 02:35:29','<!-- wp:paragraph -->\n<p> <br><br> It’s the strangest thing and it happened again on Saturday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7980} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Meghan-and-Serena.jpeg\" alt=\"\" class=\"wp-image-7980\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br><br> Serena Williams lost the last Grand Slam event of the year, the U.S. Open, going down to Canadian teenager Bianca Andreescu 6-3,7-5 while watched by the Duchess of Sussex, Meghan Markle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> Willams has lost four grand slam finals since 2017, going down to the Japanese teenager Naomi Oasaka, Angelique Kerber, Simona Halep and now the 19 year-old Bianca Andreescu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> At Wimbledon 2018, the Duchess of Sussex saw her friend go down to the cool German Angelique Kerber and the following year Williams was blown away by the diminutive Romanian Simona Halep in straight sets, again with Markle in the Royal Box.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> Fashion-conscious Markle flew commercial this time to support Williams, copping flak from the British media for not being with the Queen and the rest of the Royal Family for their Balmoral get together. Many media houses pointed to her decision to leave her husband, Prince Harry and 4-month baby to lend support to tennis legend Williams.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> The hard-hitting Andreecu whose game is reminiscent of Serena William’s out played the favourite to win. She too has a powerful serve and rock solid groundstrokes that always seemed to have Williams on the back foot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> With a two -year old daughter and about to turn 38, it will get increasingly harder for Williams to secure that historic 24th Grand Slam title. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7985} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Serena-SWilliams-at-US-Open-19.jpeg\" alt=\"\" class=\"wp-image-7985\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Photo courtesy of the Washington Post<br><br> Cheered on by major personalities such as Anna Wintour, Mergan Markle and Spike Lee, Williams again fell short when it mattered the most.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> Although Markle’s loyalty and friendship is admirable, perhaps Serena should tell her to stay away next time - if she wants to get in the history books that is! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Every time the Duchess of Sussex turns up to support her friend Serena Williams in a Grand Slam final, she loses.','','inherit','closed','closed','','7977-revision-v1','','','2019-09-07 21:35:29','2019-09-08 02:35:29','',7977,'https://buzz-caribbean.com/article/7977-revision-v1/',0,'revision','',0),(7988,15,'2019-09-07 21:40:11','2019-09-08 02:40:11','<!-- wp:paragraph -->\n<p> <br><br> It’s the strangest thing and it happened again on Saturday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7980} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Meghan-and-Serena.jpeg\" alt=\"\" class=\"wp-image-7980\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br><br> Serena Williams lost the last Grand Slam event of the year, the U.S. Open, going down to Canadian teenager Bianca Andreescu 6-3,7-5 while watched by the Duchess of Sussex, Meghan Markle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> Willams has lost four Grand Slam finals since 2017, losing to the Japanese teenager Naomi Oasaka, Angelique Kerber, Simona Halep and now the 19 year-old Bianca Andreescu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> At Wimbledon 2018, the Duchess of Sussex saw her friend defeated by the cool German Angelique Kerber and the following year Williams was blown away by the diminutive Romanian Simona Halep in straight sets, again with Markle in the Royal Box.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> Fashion-conscious Markle flew commercial this time to support Williams, copping flak from the British media for not being with the Queen and the rest of the Royal Family for their Balmoral get together. Many media houses pointed to her decision to leave her husband, Prince Harry and 4-month baby to lend support to tennis legend Williams.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> The hard-hitting Andreecu whose game is reminiscent of Serena William’s out played the favourite to win. She too has a powerful serve and rock solid groundstrokes that always seemed to have Williams on the back foot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> With a two -year old daughter and about to turn 38, it will get increasingly harder for Williams to secure that historic 24th Grand Slam title. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7985} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Serena-SWilliams-at-US-Open-19.jpeg\" alt=\"\" class=\"wp-image-7985\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Photo courtesy of the Washington Post<br><br> Cheered on by major personalities such as Anna Wintour, Mergan Markle and Spike Lee, Williams again fell short when it mattered the most.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><br> Although Markle’s loyalty and friendship is admirable, perhaps Serena should tell her to stay away next time - if she wants to get in the history books that is! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Every time the Duchess of Sussex turns up to support her friend Serena Williams in a Grand Slam final, she loses.','','inherit','closed','closed','','7977-revision-v1','','','2019-09-07 21:40:11','2019-09-08 02:40:11','',7977,'https://buzz-caribbean.com/article/7977-revision-v1/',0,'revision','',0),(7990,23,'2019-09-08 06:30:46','2019-09-08 11:30:46','<!-- wp:image {\"id\":7983} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dayton-campbell-1-1024x683.jpg\" alt=\"\" class=\"wp-image-7983\" /><figcaption>Dayton Campbell to resign from Dr Peter Phillip\'s shadow cabinet.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Opposition People’s National Party\n(PNP) shadow cabinet is set to be one man short following the presidential\nelection on Saturday (Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is due to the expected resignation of Dr Dayton Campbell. This makes Dr Campbell the first casualty of Peter Bunting’s failed attempt to dethrone Dr Peter Phillips as head of the PNP. Immediately after Bunting’s defeat Saturday, Campbell told <strong>BUZZ</strong> that he’ll resign as spokesman on health.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"As I\'ve always said, I would resign as spokesman if Dr Phillips wins,\" Campbell said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He has held the post since 2017.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7995} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bunting-and-campbell-pnp-election.jpg\" alt=\"\" class=\"wp-image-7995\" /><figcaption>Dayton Campbell (r) with Peter Bunting during the PNP presidential election on Saturday.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr Campbell was campaign manager\nfor Bunting’s Rise United team. He was one of Bunting’s most ardent supporters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the caustic campaign to drum\nup support, Campbell was often at the fore of those throwing barbs at fellow Comrades,\nwho were not for Bunting. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Saturday, delegates voted 1427\nto 1351 to keep Phillips as president of the PNP.</p>\n<!-- /wp:paragraph -->','Bunting’s failed bid to lead the PNP claims its first casualty','','publish','open','closed','','buntings-failed-bid-to-lead-the-pnp-claims-its-first-casualty','','','2019-09-07 22:37:53','2019-09-08 03:37:53','',0,'https://buzz-caribbean.com/?p=7990',0,'post','',0),(7991,4,'2019-09-07 22:11:46','2019-09-08 03:11:46','<!-- wp:paragraph -->\n<p>The Opposition People’s National Party\n(PNP) shadow cabinet is set to be one man short following the presidential\nelection on Saturday (Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is due to the expected\nresignation of Dr Dayton Campbell. This makes Dr Campbell the first casualty of\nPeter Bunting’s failed attempt to dethrone Dr Peter Phillips as head of the PNP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Immediately after Bunting’s defeat\nSaturday, Campbell told <strong>BUZZ</strong> that he’ll resign as spokesman on health.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"As I\'ve always said, I would resign as spokesman if Dr.\nPhillips wins,\" Campbell said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He has held the post since 2017.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr Campbell was campaign manager\nfor Bunting’s Rise United team. He was one of Bunting’s most ardent supporters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the caustic campaign to drum\nup support, Campbell was often at the fore of those throwing barbs at fellow Comrades,\nwho were not for Bunting. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Saturday, delegates voted 1427\nto 1351 to keep Phillips as president of the PNP.</p>\n<!-- /wp:paragraph -->','Peter Bunting’s failed bid to lead the PNP claims its first casualty','','inherit','closed','closed','','7990-revision-v1','','','2019-09-07 22:11:46','2019-09-08 03:11:46','',7990,'https://buzz-caribbean.com/article/7990-revision-v1/',0,'revision','',0),(7992,4,'2019-09-07 22:13:25','2019-09-08 03:13:25','<!-- wp:paragraph -->\n<p>The Opposition People’s National Party\n(PNP) shadow cabinet is set to be one man short following the presidential\nelection on Saturday (Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is due to the expected\nresignation of Dr Dayton Campbell. This makes Dr Campbell the first casualty of\nPeter Bunting’s failed attempt to dethrone Dr Peter Phillips as head of the PNP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Immediately after Bunting’s defeat\nSaturday, Campbell told <strong>BUZZ</strong> that he’ll resign as spokesman on health.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"As I\'ve always said, I would resign as spokesman if Dr.\nPhillips wins,\" Campbell said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He has held the post since 2017.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr Campbell was campaign manager\nfor Bunting’s Rise United team. He was one of Bunting’s most ardent supporters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the caustic campaign to drum\nup support, Campbell was often at the fore of those throwing barbs at fellow Comrades,\nwho were not for Bunting. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Saturday, delegates voted 1427\nto 1351 to keep Phillips as president of the PNP.</p>\n<!-- /wp:paragraph -->','Bunting’s failed bid to lead the PNP claims its first casualty','','inherit','closed','closed','','7990-revision-v1','','','2019-09-07 22:13:25','2019-09-08 03:13:25','',7990,'https://buzz-caribbean.com/article/7990-revision-v1/',0,'revision','',0),(7994,4,'2019-09-07 22:27:51','2019-09-08 03:27:51','<!-- wp:image {\"id\":7983} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dayton-campbell-1-1024x683.jpg\" alt=\"\" class=\"wp-image-7983\" /><figcaption>Dayton Campbell to resign from Dr Peter Phillip\'s shadow cabinet.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Opposition People’s National Party\n(PNP) shadow cabinet is set to be one man short following the presidential\nelection on Saturday (Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is due to the expected\nresignation of Dr Dayton Campbell. This makes Dr Campbell the first casualty of\nPeter Bunting’s failed attempt to dethrone Dr Peter Phillips as head of the PNP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Immediately after Bunting’s defeat\nSaturday, Campbell told <strong>BUZZ</strong> that he’ll resign as spokesman on health.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"As I\'ve always said, I would resign as spokesman if Dr.\nPhillips wins,\" Campbell said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He has held the post since 2017.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr Campbell was campaign manager\nfor Bunting’s Rise United team. He was one of Bunting’s most ardent supporters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the caustic campaign to drum\nup support, Campbell was often at the fore of those throwing barbs at fellow Comrades,\nwho were not for Bunting. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Saturday, delegates voted 1427\nto 1351 to keep Phillips as president of the PNP.</p>\n<!-- /wp:paragraph -->','Bunting’s failed bid to lead the PNP claims its first casualty','','inherit','closed','closed','','7990-revision-v1','','','2019-09-07 22:27:51','2019-09-08 03:27:51','',7990,'https://buzz-caribbean.com/article/7990-revision-v1/',0,'revision','',0),(7995,4,'2019-09-07 22:34:29','2019-09-08 03:34:29','','bunting-and-campbell-pnp-election','','inherit','open','closed','','bunting-and-campbell-pnp-election','','','2019-09-07 22:34:29','2019-09-08 03:34:29','',7990,'https://buzz-caribbean.com/app/uploads/2019/09/bunting-and-campbell-pnp-election.jpg',0,'attachment','image/jpeg',0),(7997,4,'2019-09-07 22:37:53','2019-09-08 03:37:53','<!-- wp:image {\"id\":7983} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dayton-campbell-1-1024x683.jpg\" alt=\"\" class=\"wp-image-7983\" /><figcaption>Dayton Campbell to resign from Dr Peter Phillip\'s shadow cabinet.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Opposition People’s National Party\n(PNP) shadow cabinet is set to be one man short following the presidential\nelection on Saturday (Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is due to the expected resignation of Dr Dayton Campbell. This makes Dr Campbell the first casualty of Peter Bunting’s failed attempt to dethrone Dr Peter Phillips as head of the PNP. Immediately after Bunting’s defeat Saturday, Campbell told <strong>BUZZ</strong> that he’ll resign as spokesman on health.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"As I\'ve always said, I would resign as spokesman if Dr Phillips wins,\" Campbell said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He has held the post since 2017.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7995} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bunting-and-campbell-pnp-election.jpg\" alt=\"\" class=\"wp-image-7995\" /><figcaption>Dayton Campbell (r) with Peter Bunting during the PNP presidential election on Saturday.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr Campbell was campaign manager\nfor Bunting’s Rise United team. He was one of Bunting’s most ardent supporters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the caustic campaign to drum\nup support, Campbell was often at the fore of those throwing barbs at fellow Comrades,\nwho were not for Bunting. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Saturday, delegates voted 1427\nto 1351 to keep Phillips as president of the PNP.</p>\n<!-- /wp:paragraph -->','Bunting’s failed bid to lead the PNP claims its first casualty','','inherit','closed','closed','','7990-revision-v1','','','2019-09-07 22:37:53','2019-09-08 03:37:53','',7990,'https://buzz-caribbean.com/article/7990-revision-v1/',0,'revision','',0),(7998,21,'2019-09-08 07:30:01','2019-09-08 12:30:01','<!-- wp:image {\"id\":7999} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/charlette-rowe-A-20190907.jpg\" alt=\"Charlette Rowe is excited to play hockey in China. \" class=\"wp-image-7999\" /><figcaption>Charlette Rowe is excited to play hockey in China. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Charlette Rowe has one great\npassion. It is the game of hockey. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She is off to China on a\nMinistry of Finance scholarship to study International Relations. Outside of\nher studies (including a year learning the language), what does she want to do\nin her spare time?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“To play hockey,” she says. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hockey is not an easy game.\nPlayed on grass or sometimes indoors, field hockey dates back to the days of\nthe ancient Greeks and versions of it have been played around the globe for\nhundreds of years – including in ancient China, where ice hockey is also\nbecoming popular. In Jamaica, it’s a fairly low-key sport. Charlette and her\nteam may change all that in the future.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Charlette wants to continue\nplaying in China, noting that China was one of the top four teams in last\nyear’s Youth Olympics. She has set her sights on competing in Jamaica’s\nunder-21 team next year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8000} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/charlette-rowe-BB-20190907-1024x768.jpg\" alt=\"Charlette Rowe (right) is all smiles as she stands with her Jamaican teammates. \" class=\"wp-image-8000\" /><figcaption>Charlette Rowe (right) is all smiles as she stands with her Jamaican teammates. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A former Deputy Head Girl at\nSt Hugh’s High School, Charlette grew up on Rousseau Road, St Andrew, with her\nmother and siblings. Her father died three years ago. Her family members are\nhappy for her, proud of her. She has overcome the ‘stereotype’ of an inner-city\ngirl, in the eyes of other girls in her community. A role model? Yes, this\nformer ‘shy girl’ thinks so. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was not an easy path to\ntread, as her mother could not afford high college fees. Thanks to the\nscholarship, she is able to embark on a course of study. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But one thing hockey has\ntaught her, says Charlette, is mental toughness. Strength. Determination. And\nshe loves the teamwork. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“From ever since, I was\nconsidered as a tomboy,” says Charlette, who was interested in football at\nfirst. When that didn’t work out, she fell in love with hockey. It has been her\nroute to empowerment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8001} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/charlette-rowe-CCC-20190907.jpg\" alt=\"Charlette Rowe holds the Jamaican flag before departing to China last Friday. \" class=\"wp-image-8001\" /><figcaption>Charlette Rowe holds the Jamaican flag before departing to China last Friday. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Besides which, she says:\n“God have mi back!” Her church is a “good support system,” she adds, helping\nwith school and examination fees. She’s grateful. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now that she has reached\nthis far and is poised for a new chapter in her life, she has some advice for\nyouth who are feeling trapped by circumstances. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Don’t make excuses!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“You have to want something\nfor yourself. Do your thing, your craft, in a positive way. Don’t succumb to\nyour environment,” she said. </p>\n<!-- /wp:paragraph -->','Jamaican athlete plans to play hockey in China','','publish','open','closed','','jamaican-athlete-plans-to-play-hockey-in-china','','','2019-09-08 01:22:00','2019-09-08 06:22:00','',0,'https://buzz-caribbean.com/?p=7998',0,'post','',0),(7999,9,'2019-09-08 01:10:30','2019-09-08 06:10:30','','charlette-rowe-A-20190907','','inherit','open','closed','','charlette-rowe-a-20190907','','','2019-09-08 01:10:30','2019-09-08 06:10:30','',7998,'https://buzz-caribbean.com/app/uploads/2019/09/charlette-rowe-A-20190907.jpg',0,'attachment','image/jpeg',0),(8000,9,'2019-09-08 01:11:50','2019-09-08 06:11:50','','charlette-rowe-BB-20190907','','inherit','open','closed','','charlette-rowe-bb-20190907','','','2019-09-08 01:11:50','2019-09-08 06:11:50','',7998,'https://buzz-caribbean.com/app/uploads/2019/09/charlette-rowe-BB-20190907.jpg',0,'attachment','image/jpeg',0),(8001,9,'2019-09-08 01:12:25','2019-09-08 06:12:25','','charlette-rowe-CCC-20190907','','inherit','open','closed','','charlette-rowe-ccc-20190907','','','2019-09-08 01:12:25','2019-09-08 06:12:25','',7998,'https://buzz-caribbean.com/app/uploads/2019/09/charlette-rowe-CCC-20190907.jpg',0,'attachment','image/jpeg',0),(8002,9,'2019-09-08 01:21:39','2019-09-08 06:21:39','<!-- wp:image {\"id\":7999} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/charlette-rowe-A-20190907.jpg\" alt=\"Charlette Rowe is excited to play hockey in China. \" class=\"wp-image-7999\" /><figcaption>Charlette Rowe is excited to play hockey in China. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Charlette Rowe has one great\npassion. It is the game of hockey. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She is off to China on a\nMinistry of Finance scholarship to study International Relations. Outside of\nher studies (including a year learning the language), what does she want to do\nin her spare time?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“To play hockey,” she says. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hockey is not an easy game.\nPlayed on grass or sometimes indoors, field hockey dates back to the days of\nthe ancient Greeks and versions of it have been played around the globe for\nhundreds of years – including in ancient China, where ice hockey is also\nbecoming popular. In Jamaica, it’s a fairly low-key sport. Charlette and her\nteam may change all that in the future.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Charlette wants to continue\nplaying in China, noting that China was one of the top four teams in last\nyear’s Youth Olympics. She has set her sights on competing in Jamaica’s\nunder-21 team next year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8000} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/charlette-rowe-BB-20190907-1024x768.jpg\" alt=\"Charlette Rowe (right) is all smiles as she stands with her Jamaican teammates. \" class=\"wp-image-8000\" /><figcaption>Charlette Rowe (right) is all smiles as she stands with her Jamaican teammates. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A former Deputy Head Girl at\nSt Hugh’s High School, Charlette grew up on Rousseau Road, St Andrew, with her\nmother and siblings. Her father died three years ago. Her family members are\nhappy for her, proud of her. She has overcome the ‘stereotype’ of an inner-city\ngirl, in the eyes of other girls in her community. A role model? Yes, this\nformer ‘shy girl’ thinks so. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was not an easy path to\ntread, as her mother could not afford high college fees. Thanks to the\nscholarship, she is able to embark on a course of study. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But one thing hockey has\ntaught her, says Charlette, is mental toughness. Strength. Determination. And\nshe loves the teamwork. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“From ever since, I was\nconsidered as a tomboy,” says Charlette, who was interested in football at\nfirst. When that didn’t work out, she fell in love with hockey. It has been her\nroute to empowerment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8001} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/charlette-rowe-CCC-20190907.jpg\" alt=\"Charlette Rowe holds the Jamaican flag before departing to China last Friday. \" class=\"wp-image-8001\" /><figcaption>Charlette Rowe holds the Jamaican flag before departing to China last Friday. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Besides which, she says:\n“God have mi back!” Her church is a “good support system,” she adds, helping\nwith school and examination fees. She’s grateful. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now that she has reached\nthis far and is poised for a new chapter in her life, she has some advice for\nyouth who are feeling trapped by circumstances. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Don’t make excuses!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“You have to want something\nfor yourself. Do your thing, your craft, in a positive way. Don’t succumb to\nyour environment,” she said. </p>\n<!-- /wp:paragraph -->','Jamaican athlete plans to play hockey in China','','inherit','closed','closed','','7998-revision-v1','','','2019-09-08 01:21:39','2019-09-08 06:21:39','',7998,'https://buzz-caribbean.com/article/7998-revision-v1/',0,'revision','',0),(8003,21,'2019-09-08 08:25:25','2019-09-08 13:25:25','<!-- wp:image {\"id\":8004} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/zendaya-BBB-20190907.jpg\" alt=\"Zendaya is &quot;more courageous and fearless&quot; because of fashion.\" class=\"wp-image-8004\" /><figcaption>Zendaya </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Zendaya is \"more courageous and fearless\" because of fashion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Euphoria</strong> star has credited experimenting with clothing for helping her find out who she is.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking about fashion, she said: \"It\'s allowed me to just really say, \'I don\'t give an F.\' Fashion has allowed me to really find out who I am and be more courageous and more fearless.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Zendaya has a new clothing collection for Tommy Hilfiger, and she previously revealed it will make people feel \"powerful\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Fashion has allowed me to really find out who I am.\" </p><cite>— Zendaya</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She said: \"The most important thing to me is that these clothes feel timeless, and whoever puts it on feels powerful and confident.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And <strong>The Greatest Showman</strong> actress is delighted to have been given \"creative control\" over all aspects of her collection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She explained: \"When I was first presented with the opportunity, I was told that Tommy Hilfiger himself wanted to talk to me about it. And sure enough, he was on the phone, explaining how he wanted me to be as creative as I wanted. He told me how I would be able to truly have creative control from concept to clothing, down to the font on the packaging.”</p>\n<!-- /wp:paragraph -->','Zendaya: Fashion has made me \'fearless\'','','publish','open','closed','','zendaya-fashion-has-made-me-fearless','','','2019-09-08 01:27:59','2019-09-08 06:27:59','',0,'https://buzz-caribbean.com/?p=8003',0,'post','',0),(8004,9,'2019-09-08 01:23:52','2019-09-08 06:23:52','','Zendaya at GQ Men of the Year Awards 2018 in association with Hugo Boss held at Tate Modern in London','Zendaya at GQ Men of the Year Awards 2018 in association with Hugo Boss held at Tate Modern in London. London, United Kingdom - Wednesday September 5, 2018.\n\nPicture by Julie Edwards/LFI/Avalon.\n\nAll usages must be credited Julie Edwards/LFI/Avalon.','inherit','open','closed','','zendaya-at-gq-men-of-the-year-awards-2018-in-association-with-hugo-boss-held-at-tate-modern-in-london-2','','','2019-09-08 01:26:43','2019-09-08 06:26:43','',8003,'https://buzz-caribbean.com/app/uploads/2019/09/zendaya-BBB-20190907.jpg',0,'attachment','image/jpeg',0),(8005,9,'2019-09-08 01:26:53','2019-09-08 06:26:53','<!-- wp:image {\"id\":8004} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/zendaya-BBB-20190907.jpg\" alt=\"Zendaya is &quot;more courageous and fearless&quot; because of fashion.\" class=\"wp-image-8004\" /><figcaption>Zendaya </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Zendaya is \"more courageous and fearless\" because of fashion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Euphoria</strong> star has credited experimenting with clothing for helping her find out who she is.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking about fashion, she said: \"It\'s allowed me to just really say, \'I don\'t give an F.\' Fashion has allowed me to really find out who I am and be more courageous and more fearless.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Zendaya has a new clothing collection for Tommy Hilfiger, and she previously revealed it will make people feel \"powerful\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Fashion has allowed me to really find out who I am.\" </p><cite>— Zendaya</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She said: \"The most important thing to me is that these clothes feel timeless, and whoever puts it on feels powerful and confident.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And <strong>The Greatest Showman</strong> actress is delighted to have been given \"creative control\" over all aspects of her collection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She explained: \"When I was first presented with the opportunity, I was told that Tommy Hilfiger himself wanted to talk to me about it. And sure enough, he was on the phone, explaining how he wanted me to be as creative as I wanted. He told me how I would be able to truly have creative control from concept to clothing, down to the font on the packaging.”</p>\n<!-- /wp:paragraph -->','Zendaya: Fashion\'s made me \'fearless\'','','inherit','closed','closed','','8003-revision-v1','','','2019-09-08 01:26:53','2019-09-08 06:26:53','',8003,'https://buzz-caribbean.com/article/8003-revision-v1/',0,'revision','',0),(8006,9,'2019-09-08 01:27:59','2019-09-08 06:27:59','<!-- wp:image {\"id\":8004} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/zendaya-BBB-20190907.jpg\" alt=\"Zendaya is &quot;more courageous and fearless&quot; because of fashion.\" class=\"wp-image-8004\" /><figcaption>Zendaya </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Zendaya is \"more courageous and fearless\" because of fashion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Euphoria</strong> star has credited experimenting with clothing for helping her find out who she is.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking about fashion, she said: \"It\'s allowed me to just really say, \'I don\'t give an F.\' Fashion has allowed me to really find out who I am and be more courageous and more fearless.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Zendaya has a new clothing collection for Tommy Hilfiger, and she previously revealed it will make people feel \"powerful\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Fashion has allowed me to really find out who I am.\" </p><cite>— Zendaya</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She said: \"The most important thing to me is that these clothes feel timeless, and whoever puts it on feels powerful and confident.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And <strong>The Greatest Showman</strong> actress is delighted to have been given \"creative control\" over all aspects of her collection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She explained: \"When I was first presented with the opportunity, I was told that Tommy Hilfiger himself wanted to talk to me about it. And sure enough, he was on the phone, explaining how he wanted me to be as creative as I wanted. He told me how I would be able to truly have creative control from concept to clothing, down to the font on the packaging.”</p>\n<!-- /wp:paragraph -->','Zendaya: Fashion has made me \'fearless\'','','inherit','closed','closed','','8003-revision-v1','','','2019-09-08 01:27:59','2019-09-08 06:27:59','',8003,'https://buzz-caribbean.com/article/8003-revision-v1/',0,'revision','',0),(8007,23,'2019-09-08 09:28:02','2019-09-08 14:28:02','<!-- wp:image {\"id\":8008} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Animecom-Fest-CCCC-1024x763.jpg\" alt=\" Trinidadian cosplayer Kai Ramkissoon made his mark at Animecom Fest. \" class=\"wp-image-8008\" /><figcaption>Trinidadian cosplayer Kai Ramkissoon made his mark at Animecom Fest. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Summer\n2019 has been a significant moment for lovers of Asian pop-culture enthusiasts\non the heels of a successful Animecom Fest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\ntwo-day event, the largest for the Asian pop-culture community, took over the\nCampion College Auditorium in July, and it was put on by the Jamaica Cosplay\nClub (JCC). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8009} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Animecom-Fest-BBB-1024x690.jpg\" alt=\" Ricardo Carter, Animecom Fest 2019 event organiser. \" class=\"wp-image-8009\" /><figcaption>Ricardo Carter, Animecom Fest 2019 event organiser. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When it\nwas held last year in Hope Gardens, it fought technical and weather challenges.\nRicardo Carter of the JCC said his team learned from the previous staging and\napplied those lessons to 2019, moving things indoor and expanding the event’s\nprogramme. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the\n2019 staging, there were vendor booths selling handmade arts and crafts, video\ngames, entertainment featuring local K-pop dancers, and a focus on cosplay.\nThere were also panel discussions on video games, film, books and animation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8010} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Animecom-Fest-AA-1024x763.jpg\" alt=\"For two days in July, the Campion College Auditorium was turned into a mecca for lovers of Asian popular culture for Animecom Fest 2019. \" class=\"wp-image-8010\" /><figcaption>For two days in July, the Campion College Auditorium was turned into a mecca for lovers of Asian popular culture for Animecom Fest 2019. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But for Carter, the big moment was the attendance of Kai Ramkissoon. Ramkissoon, a Trinidadian, was the first international cosplay competitor at Animecom Fest. His aim was to be crowned Jamaican cosplay champion and be the first to hold the cosplay triple crown, as he is both the Trinidadian and Bajan cosplay champion. As impressive as his Captain Falcon costume was, he lost out to Jamaican Kemar Stoddard. Stoddard claimed the trophy, J$30,000 and other prizes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the\nheels of the success of Animecom Fest, Carter and his group are already\nplanning for 2020, as the event has drawn a lot of international interest.\nTheir other annual event, the Halloween cosplay themed Hallow Palooza, is\nscheduled to be held in October. Carter added they will also be taking a dive\ninto the burgeoning scene with a video game specific event, Games Con, in\nDecember.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Lesson learnt: Animecom Fest makes big return for 2019','','publish','open','closed','','lesson-learnt-animecom-fest-makes-big-return-for-2019','','','2019-09-08 01:54:16','2019-09-08 06:54:16','',0,'https://buzz-caribbean.com/?p=8007',0,'post','',0),(8008,9,'2019-09-08 01:29:40','2019-09-08 06:29:40','','Animecom-Fest-CCCC','','inherit','open','closed','','animecom-fest-cccc','','','2019-09-08 01:29:40','2019-09-08 06:29:40','',8007,'https://buzz-caribbean.com/app/uploads/2019/09/Animecom-Fest-CCCC.jpg',0,'attachment','image/jpeg',0),(8009,9,'2019-09-08 01:29:59','2019-09-08 06:29:59','','Animecom-Fest-BBB','','inherit','open','closed','','animecom-fest-bbb','','','2019-09-08 01:29:59','2019-09-08 06:29:59','',8007,'https://buzz-caribbean.com/app/uploads/2019/09/Animecom-Fest-BBB.jpg',0,'attachment','image/jpeg',0),(8010,9,'2019-09-08 01:30:19','2019-09-08 06:30:19','','Animecom-Fest-AA','','inherit','open','closed','','animecom-fest-aa','','','2019-09-08 01:30:19','2019-09-08 06:30:19','',8007,'https://buzz-caribbean.com/app/uploads/2019/09/Animecom-Fest-AA.jpg',0,'attachment','image/jpeg',0),(8011,9,'2019-09-08 01:36:29','2019-09-08 06:36:29','<!-- wp:image {\"id\":8008} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Animecom-Fest-CCCC-1024x763.jpg\" alt=\" Trinidadian cosplayer Kai Ramkissoon made his mark at Animecom Fest. \" class=\"wp-image-8008\" /><figcaption>Trinidadian cosplayer Kai Ramkissoon made his mark at Animecom Fest. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Summer\n2019 has been a significant moment for lovers of Asian pop-culture enthusiasts\non the heels of a successful Animecom Fest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\ntwo-day event, the largest for the Asian pop-culture community, took over the\nCampion College Auditorium in July, and it was put on by the Jamaica Cosplay\nClub (JCC). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8009} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Animecom-Fest-BBB-1024x690.jpg\" alt=\" Ricardo Carter, Animecom Fest 2019 event organiser. \" class=\"wp-image-8009\" /><figcaption>Ricardo Carter, Animecom Fest 2019 event organiser. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When it\nwas held last year in Hope Gardens, it fought technical and weather challenges.\nRicardo Carter of the JCC said his team learned from the previous staging and\napplied those lessons to 2019, moving things indoor and expanding the event’s\nprogramme. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the\n2019 staging, there were vendor booths selling handmade arts and crafts, video\ngames, entertainment featuring local K-pop dancers, and a focus on cosplay.\nThere were also panel discussions on video games, film, books and animation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8010} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Animecom-Fest-AA-1024x763.jpg\" alt=\"For two days in July, the Campion College Auditorium was turned into a mecca for lovers of Asian popular culture for Animecom Fest 2019. \" class=\"wp-image-8010\" /><figcaption>For two days in July, the Campion College Auditorium was turned into a mecca for lovers of Asian popular culture for Animecom Fest 2019. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But for Carter, the big moment was the attendance of Kai Ramkissoon. Ramkissoon, a Trinidadian, was the first international cosplay competitor at Animecom Fest. His aim was to be crowned Jamaican cosplay champion and be the first to hold the cosplay triple crown, as he is both the Trinidadian and Bajan cosplay champion. As impressive as his Captain Falcon costume was, he lost out to Jamaican Kemar Stoddard. Stoddard claimed the trophy, J$30,000 and other prizes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the\nheels of the success of Animecom Fest, Carter and his group are already\nplanning for 2020, as the event has drawn a lot of international interest.\nTheir other annual event, the Halloween cosplay themed Hallow Palooza, is\nscheduled to be held in October. Carter added they will also be taking a dive\ninto the burgeoning scene with a video game specific event, Games Con, in\nDecember.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— Written by Nichola Beckford</p>\n<!-- /wp:paragraph -->','Lesson learnt: Animecom Fest makes big return for 2019','','inherit','closed','closed','','8007-revision-v1','','','2019-09-08 01:36:29','2019-09-08 06:36:29','',8007,'https://buzz-caribbean.com/article/8007-revision-v1/',0,'revision','',0),(8012,23,'2019-09-08 13:35:07','2019-09-08 18:35:07','<!-- wp:image {\"id\":8013} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/rallysport-Timothy_0188-1024x763.jpg\" alt=\"Timothy Stewart christened his new rally car with a victory. \" class=\"wp-image-8013\" /><figcaption>Timothy Stewart christened his new rally car with a victory. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Timothy\nStewart was the top driver at the first sprint event for the year that was put\non by the Drivers Rallysport Club in Brighton River, St Elizabeth, recently. Dubbed\nSummer River Run, the event got the ailing Rallysport season off to a late\nstart, as previous attempts saw little competitor interest, forcing them to be\ncancelled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8014} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/rallysport-thomas-1024x763.jpg\" alt=\"Thomas Hall fought the good battle with only a two-wheel drive and no turbo. \" class=\"wp-image-8014\" /><figcaption>Thomas Hall fought the good battle with only a two-wheel drive and no turbo. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For Stewart, the victory was a welcome one, as this was the first time he had driven his new car in a competition on Jamaican soil. At the end of 2018, his previous car suffered water damage and was sent overseas for repair. He then acquired a new car, which was delivered straight to Rally Trinidad in early April. With only four months to go for the Richard Stewart Memorial Rally Jamaica 2019, Stewart is hoping to get some more competitive seat time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following Stewart in the points scoring championship run was Thomas Hall. Hall’s second place was impressive given that he was racing in the front-wheel-drive class with his naturally aspirated Lancer GT. Like Stewart, he was happy with his performance, but also looking forward to some more events to get in some practice before the big end of year rally.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8015} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/rallysport-maurice--1024x763.jpg\" alt=\"Maurice Whittingham kept Montego Bay on the podium. \" class=\"wp-image-8015\" /><figcaption>Maurice Whittingham kept Montego Bay on the podium. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fellow\ntwo-wheel drive competitor Maurice Whittingham completed the third fastest\nchampionship run of the day in his Toyota Levin. The Montegonian pushed hard\nall day to ensure the western end of the island was represented in the top\nhonours. He was sandwiched by two other Kingstonians, Spencer Whittingham and\nJames Lechler, finishing in fourth and fifth places. respectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Stewart sprints to victory in St Elizabeth','','publish','open','closed','','stewart-sprints-to-victory-in-st-elizabeth','','','2019-09-08 12:17:42','2019-09-08 17:17:42','',0,'https://buzz-caribbean.com/?p=8012',0,'post','',0),(8013,9,'2019-09-08 01:46:48','2019-09-08 06:46:48','','rallysport-Timothy_0188','','inherit','open','closed','','rallysport-timothy_0188','','','2019-09-08 01:46:48','2019-09-08 06:46:48','',8012,'https://buzz-caribbean.com/app/uploads/2019/09/rallysport-Timothy_0188.jpg',0,'attachment','image/jpeg',0),(8014,9,'2019-09-08 01:47:08','2019-09-08 06:47:08','','rallysport-thomas','','inherit','open','closed','','rallysport-thomas','','','2019-09-08 01:47:08','2019-09-08 06:47:08','',8012,'https://buzz-caribbean.com/app/uploads/2019/09/rallysport-thomas.jpg',0,'attachment','image/jpeg',0),(8015,9,'2019-09-08 01:47:20','2019-09-08 06:47:20','','rallysport-maurice-','','inherit','open','closed','','rallysport-maurice','','','2019-09-08 01:47:20','2019-09-08 06:47:20','',8012,'https://buzz-caribbean.com/app/uploads/2019/09/rallysport-maurice-.jpg',0,'attachment','image/jpeg',0),(8016,9,'2019-09-08 01:53:07','2019-09-08 06:53:07','<!-- wp:image {\"id\":8013} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/rallysport-Timothy_0188-1024x763.jpg\" alt=\"Timothy Stewart christened his new rally car with a victory. \" class=\"wp-image-8013\" /><figcaption>Timothy Stewart christened his new rally car with a victory. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Timothy\nStewart was the top driver at the first sprint event for the year that was put\non by the Drivers Rallysport Club in Brighton River, St Elizabeth, recently. Dubbed\nSummer River Run, the event got the ailing Rallysport season off to a late\nstart, as previous attempts saw little competitor interest, forcing them to be\ncancelled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8014} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/rallysport-thomas-1024x763.jpg\" alt=\"Thomas Hall fought the good battle with only a two-wheel drive and no turbo. \" class=\"wp-image-8014\" /><figcaption>Thomas Hall fought the good battle with only a two-wheel drive and no turbo. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For Stewart, the victory was a welcome one, as this was the first time he had driven his new car in a competition on Jamaican soil. At the end of 2018, his previous car suffered water damage and was sent overseas for repair. He then acquired a new car, which was delivered straight to Rally Trinidad in early April. With only four months to go for the Richard Stewart Memorial Rally Jamaica 2019, Stewart is hoping to get some more competitive seat time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following Stewart in the points scoring championship run was Thomas Hall. Hall’s second place was impressive given that he was racing in the front-wheel-drive class with his naturally aspirated Lancer GT. Like Stewart, he was happy with his performance, but also looking forward to some more events to get in some practice before the big end of year rally.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8015} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/rallysport-maurice--1024x763.jpg\" alt=\"Maurice Whittingham kept Montego Bay on the podium. \" class=\"wp-image-8015\" /><figcaption>Maurice Whittingham kept Montego Bay on the podium. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fellow\ntwo-wheel drive competitor Maurice Whittingham completed the third fastest\nchampionship run of the day in his Toyota Levin. The Montegonian pushed hard\nall day to ensure the western end of the island was represented in the top\nhonours. He was sandwiched by two other Kingstonians, Spencer Whittingham and\nJames Lechler, finishing in fourth and fifth places. respectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Stewart sprints to victory in St Elizabeth','','inherit','closed','closed','','8012-revision-v1','','','2019-09-08 01:53:07','2019-09-08 06:53:07','',8012,'https://buzz-caribbean.com/article/8012-revision-v1/',0,'revision','',0),(8017,9,'2019-09-08 01:54:12','2019-09-08 06:54:12','<!-- wp:image {\"id\":8008} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Animecom-Fest-CCCC-1024x763.jpg\" alt=\" Trinidadian cosplayer Kai Ramkissoon made his mark at Animecom Fest. \" class=\"wp-image-8008\" /><figcaption>Trinidadian cosplayer Kai Ramkissoon made his mark at Animecom Fest. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Summer\n2019 has been a significant moment for lovers of Asian pop-culture enthusiasts\non the heels of a successful Animecom Fest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\ntwo-day event, the largest for the Asian pop-culture community, took over the\nCampion College Auditorium in July, and it was put on by the Jamaica Cosplay\nClub (JCC). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8009} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Animecom-Fest-BBB-1024x690.jpg\" alt=\" Ricardo Carter, Animecom Fest 2019 event organiser. \" class=\"wp-image-8009\" /><figcaption>Ricardo Carter, Animecom Fest 2019 event organiser. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When it\nwas held last year in Hope Gardens, it fought technical and weather challenges.\nRicardo Carter of the JCC said his team learned from the previous staging and\napplied those lessons to 2019, moving things indoor and expanding the event’s\nprogramme. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the\n2019 staging, there were vendor booths selling handmade arts and crafts, video\ngames, entertainment featuring local K-pop dancers, and a focus on cosplay.\nThere were also panel discussions on video games, film, books and animation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8010} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Animecom-Fest-AA-1024x763.jpg\" alt=\"For two days in July, the Campion College Auditorium was turned into a mecca for lovers of Asian popular culture for Animecom Fest 2019. \" class=\"wp-image-8010\" /><figcaption>For two days in July, the Campion College Auditorium was turned into a mecca for lovers of Asian popular culture for Animecom Fest 2019. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But for Carter, the big moment was the attendance of Kai Ramkissoon. Ramkissoon, a Trinidadian, was the first international cosplay competitor at Animecom Fest. His aim was to be crowned Jamaican cosplay champion and be the first to hold the cosplay triple crown, as he is both the Trinidadian and Bajan cosplay champion. As impressive as his Captain Falcon costume was, he lost out to Jamaican Kemar Stoddard. Stoddard claimed the trophy, J$30,000 and other prizes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the\nheels of the success of Animecom Fest, Carter and his group are already\nplanning for 2020, as the event has drawn a lot of international interest.\nTheir other annual event, the Halloween cosplay themed Hallow Palooza, is\nscheduled to be held in October. Carter added they will also be taking a dive\ninto the burgeoning scene with a video game specific event, Games Con, in\nDecember.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Lesson learnt: Animecom Fest makes big return for 2019','','inherit','closed','closed','','8007-revision-v1','','','2019-09-08 01:54:12','2019-09-08 06:54:12','',8007,'https://buzz-caribbean.com/article/8007-revision-v1/',0,'revision','',0),(8018,21,'2019-09-08 14:30:01','2019-09-08 19:30:01','<!-- wp:image {\"id\":8019} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/willow-jada-smith.jpg\" alt=\"Willow Smith and her mom, Jada Pinkett Smith \" class=\"wp-image-8019\" /><figcaption>Willow Smith and her mom, <span style=\"font-size: inherit\">Jada Pinkett Smith </span></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Willow Smith says her parents have helped her through some \"dark times\".&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 18-year-old daughter of actors Will Smith and Jada Pinkett Smith praised her supportive parents for helping her to cope when times got tough in the past.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to Mastermind magazine, Willow said: \"The support and compassion that they pour into me always inspires me to preserve through dark times.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"[Cutting was] a physical release of all the intangible pain that\'s happening in your heart and in your mind.\"</p><cite>— Willow Smith</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Willow previously opened up about self-harming from the age of 12 following the success of her single <strong>Whip My Hair</strong>, but said that she stopped after reading about \"spirituality.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"I was super young, and I had a dream, but all I really wanted to do was sing and I didn\'t equate that with all the business and the stress that ended up coming with it.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I was just like, \'Whoa, this is not the life that I want.\' [Cutting was] a physical release of all the intangible pain that\'s happening in your heart and in your mind. I was like: \'This is pointless - my body is a temple,\' and I completely stopped. It seemed literally psychotic after a certain point because I had learned to see myself as worthy. </p>\n<!-- /wp:paragraph -->','Willow Smith praises parents for helping her through \'dark times\'','','publish','open','closed','','willow-smith-praises-parents-for-helping-her-through-dark-times','','','2019-09-08 12:17:58','2019-09-08 17:17:58','',0,'https://buzz-caribbean.com/?p=8018',0,'post','',0),(8019,9,'2019-09-08 01:57:10','2019-09-08 06:57:10','','VH1\'s Dear Mama Taping in NYC','VH1\'s Dear Mama Taping in NYC\n<P>\nPictured: Jada Pinkett Smith and Willow Smith\n<B>Ref: SPL1271611  030516  </B><BR />\nPicture by:  Splash News<BR />\n</P><P>\n<B>Splash News and Pictures</B><BR />\nLos Angeles:	310-821-2666<BR />\nNew York:	212-619-2666<BR />\nLondon:	870-934-2666<BR />\nphotodesk@splashnews.com<BR />\n</P>','inherit','open','closed','','vh1s-dear-mama-taping-in-nyc','','','2019-09-08 01:58:21','2019-09-08 06:58:21','',8018,'https://buzz-caribbean.com/app/uploads/2019/09/willow-jada-smith.jpg',0,'attachment','image/jpeg',0),(8020,9,'2019-09-08 02:01:39','2019-09-08 07:01:39','<!-- wp:image {\"id\":8019} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/willow-jada-smith.jpg\" alt=\"Willow Smith and her mom, Jada Pinkett Smith \" class=\"wp-image-8019\" /><figcaption>Willow Smith and her mom, <span style=\"font-size: inherit\">Jada Pinkett Smith </span></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Willow Smith says her parents have helped her through some \"dark times\". </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 18-year-old daughter of actors Will Smith and Jada Pinkett Smith praised her supportive parents for helping her to cope when times got tough in the past.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to Mastermind magazine, Willow said: \"The support and compassion that they pour into me always inspires me to preserve through dark times.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"[Cutting was] a physical release of all the intangible pain that\'s happening in your heart and in your mind.\"</p><cite>— Willow Smith</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Willow previously opened up about self-harming from the age of 12 following the success of her single <strong>Whip My Hair</strong>, but said that she stopped after reading about \"spirituality.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"I was super young, and I had a dream, but all I really wanted to do was sing and I didn\'t equate that with all the business and the stress that ended up coming with it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I was just like, \'Whoa, this is not the life that I want.\' [Cutting was] a physical release of all the intangible pain that\'s happening in your heart and in your mind. I was like: \'This is pointless - my body is a temple,\' and I completely stopped. It seemed literally psychotic after a certain point because I had learned to see myself as worthy. </p>\n<!-- /wp:paragraph -->','Willow Smith praises parents for helping her through \'dark times\'','','inherit','closed','closed','','8018-revision-v1','','','2019-09-08 02:01:39','2019-09-08 07:01:39','',8018,'https://buzz-caribbean.com/article/8018-revision-v1/',0,'revision','',0),(8021,23,'2019-09-08 15:40:23','2019-09-08 20:40:23','<!-- wp:image {\"id\":8022} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/falmouth-JN-Foundation-donation-AAAA-1024x683.jpg\" alt=\"Mayor Colin Gager (centre) is in a celebratory mood as he accepts the donations from the JN Foundation. Sharing the lens in Rose Miller, Grants Manager, (left) and Onyka Barrett, General Manager of JN Foundation. \" class=\"wp-image-8022\" /><figcaption>Mayor Colin Gager (centre) is in a celebratory mood as he accepts the donations from the JN Foundation. Sharing the lens in Rose Miller, Grants Manager, (left) and Onyka Barrett, General Manager of JN Foundation. (Photo: Contributed)  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Trelawny Municipal Corporation was\nrecently on the receiving end of a generous donation made by the JN Foundation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The donation was that of hurricane\nand other disaster response equipment, including two chainsaws, shovels, boots,\nraincoats and other items. The donation was made after the corporation reached\nout to the entity for the support, and they gladly obliged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mayor of Falmouth, Colin Gager,\nwelcomed the donation and thanked the JN Foundation for their support. While\nmaking reference to the devastation in The Bahamas as a result of Hurricane\nDorian, Gager stressed that it is important to prepare for disasters. </p>\n<!-- /wp:paragraph -->','Trelawny gets donation from JN Foundation','','publish','open','closed','','trelawny-gets-donation-from-jn-foundation','','','2019-09-08 12:18:16','2019-09-08 17:18:16','',0,'https://buzz-caribbean.com/?p=8021',0,'post','',0),(8022,9,'2019-09-08 02:05:43','2019-09-08 07:05:43','','falmouth-JN-Foundation-donation-AAAA','','inherit','open','closed','','falmouth-jn-foundation-donation-aaaa','','','2019-09-08 02:05:43','2019-09-08 07:05:43','',8021,'https://buzz-caribbean.com/app/uploads/2019/09/falmouth-JN-Foundation-donation-AAAA.jpg',0,'attachment','image/jpeg',0),(8023,9,'2019-09-08 02:13:25','2019-09-08 07:13:25','<!-- wp:image {\"id\":8022} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/falmouth-JN-Foundation-donation-AAAA-1024x683.jpg\" alt=\"Mayor Colin Gager (centre) is in a celebratory mood as he accepts the donations from the JN Foundation. Sharing the lens in Rose Miller, Grants Manager, (left) and Onyka Barrett, General Manager of JN Foundation. \" class=\"wp-image-8022\" /><figcaption>Mayor Colin Gager (centre) is in a celebratory mood as he accepts the donations from the JN Foundation. Sharing the lens in Rose Miller, Grants Manager, (left) and Onyka Barrett, General Manager of JN Foundation. (Photo: Contributed)  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Trelawny Municipal Corporation was\nrecently on the receiving end of a generous donation made by the JN Foundation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The donation was that of hurricane\nand other disaster response equipment, including two chainsaws, shovels, boots,\nraincoats and other items. The donation was made after the corporation reached\nout to the entity for the support, and they gladly obliged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mayor of Falmouth, Colin Gager,\nwelcomed the donation and thanked the JN Foundation for their support. While\nmaking reference to the devastation in The Bahamas as a result of Hurricane\nDorian, Gager stressed that it is important to prepare for disasters. </p>\n<!-- /wp:paragraph -->','Trelawny gets donation from JN Foundation','','inherit','closed','closed','','8021-revision-v1','','','2019-09-08 02:13:25','2019-09-08 07:13:25','',8021,'https://buzz-caribbean.com/article/8021-revision-v1/',0,'revision','',0),(8024,9,'2019-09-08 08:28:19','2019-09-08 13:28:19','{\"id\":\"8024\",\"questions\":[{\"uid\":\"a661c5ee-716e-4d4c-b583-240c100071f3\",\"content\":\"Do you think Dr Peter Phillips can defeat Andrew Holness in the next general election?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"8d2eda94-6ea2-4a68-867d-0d72601069f3\",\"type\":\"text\",\"label\":\"Yes\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"4ec6b213-8b6e-4490-8c46-7c00107f3f46\",\"type\":\"text\",\"label\":\"No\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"f02a424e-5553-4306-86ac-23e311b91af3\",\"type\":\"text\",\"label\":\"Undecided\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Peter vs Holness','','publish','closed','closed','','peter-vs-holness','','','2019-09-08 08:55:04','2019-09-08 13:55:04','',0,'https://buzz-caribbean.com/?post_type=poll&#038;p=8024',0,'poll','',0),(8025,9,'2019-09-08 08:28:19','2019-09-08 13:28:19','{\"id\":\"8024\",\"questions\":[{\"uid\":\"a661c5ee-716e-4d4c-b583-240c100071f3\",\"content\":\"Do you think Dr Peter Phillps can defeat Andrew Holness in the next general election?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"fae331a5-5a91-4b68-9c69-f00525188d6a\",\"type\":\"image\",\"label\":\"Dr Peter Phillips\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true,\"image\":{\"full\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Peter-Phillips-Official-JIS-Buzz-Caribbean.jpg\",\"thumbnail\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Peter-Phillips-Official-JIS-Buzz-Caribbean-150x150.jpg\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Peter-Phillips-Official-JIS-Buzz-Caribbean-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":240,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Peter-Phillips-Official-JIS-Buzz-Caribbean-240x300.jpg\",\"orientation\":\"portrait\"},\"large\":{\"height\":1024,\"width\":819,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Peter-Phillips-Official-JIS-Buzz-Caribbean-819x1024.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Peter-Phillips-Official-JIS-Buzz-Caribbean.jpg\",\"height\":1024,\"width\":819,\"orientation\":\"portrait\"}},\"attachmentId\":7783}},{\"uid\":\"7fa186d3-7c19-492f-a8e7-a50f15bced6d\",\"type\":\"image\",\"label\":\"Andrew Holness\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true,\"image\":{\"full\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official.jpg\",\"thumbnail\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official-150x150.jpg\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":204,\"width\":300,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official-300x204.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official.jpg\",\"height\":475,\"width\":700,\"orientation\":\"landscape\"}},\"attachmentId\":3732}}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Peter vs Holness','','inherit','closed','closed','','8024-revision-v1','','','2019-09-08 08:28:19','2019-09-08 13:28:19','',8024,'https://buzz-caribbean.com/article/8024-revision-v1/',0,'revision','',0),(8026,9,'2019-09-08 08:29:29','2019-09-08 13:29:29','{\"id\":\"8024\",\"questions\":[{\"uid\":\"a661c5ee-716e-4d4c-b583-240c100071f3\",\"content\":\"Do you think Dr Peter Phillips can defeat Andrew Holness in the next general election?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"fae331a5-5a91-4b68-9c69-f00525188d6a\",\"type\":\"image\",\"label\":\"Dr Peter Phillips\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true,\"image\":{\"full\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Peter-Phillips-Official-JIS-Buzz-Caribbean.jpg\",\"thumbnail\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Peter-Phillips-Official-JIS-Buzz-Caribbean-150x150.jpg\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Peter-Phillips-Official-JIS-Buzz-Caribbean-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":240,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Peter-Phillips-Official-JIS-Buzz-Caribbean-240x300.jpg\",\"orientation\":\"portrait\"},\"large\":{\"height\":1024,\"width\":819,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Peter-Phillips-Official-JIS-Buzz-Caribbean-819x1024.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Peter-Phillips-Official-JIS-Buzz-Caribbean.jpg\",\"height\":1024,\"width\":819,\"orientation\":\"portrait\"}},\"attachmentId\":7783}},{\"uid\":\"7fa186d3-7c19-492f-a8e7-a50f15bced6d\",\"type\":\"image\",\"label\":\"Andrew Holness\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true,\"image\":{\"full\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official.jpg\",\"thumbnail\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official-150x150.jpg\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":204,\"width\":300,\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official-300x204.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official.jpg\",\"height\":475,\"width\":700,\"orientation\":\"landscape\"}},\"attachmentId\":3732}}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Peter vs Holness','','inherit','closed','closed','','8024-revision-v1','','','2019-09-08 08:29:29','2019-09-08 13:29:29','',8024,'https://buzz-caribbean.com/article/8024-revision-v1/',0,'revision','',0),(8027,9,'2019-09-08 08:54:49','2019-09-08 13:54:49','{\"id\":\"8024\",\"questions\":[{\"uid\":\"a661c5ee-716e-4d4c-b583-240c100071f3\",\"content\":\"Do you think Dr Peter Phillips can defeat Andrew Holness in the next general election?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"8d2eda94-6ea2-4a68-867d-0d72601069f3\",\"type\":\"text\",\"label\":\"Yes\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"4ec6b213-8b6e-4490-8c46-7c00107f3f46\",\"type\":\"text\",\"label\":\"No\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"f02a424e-5553-4306-86ac-23e311b91af3\",\"type\":\"text\",\"label\":\"Maybe\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Peter vs Holness','','inherit','closed','closed','','8024-revision-v1','','','2019-09-08 08:54:49','2019-09-08 13:54:49','',8024,'https://buzz-caribbean.com/article/8024-revision-v1/',0,'revision','',0),(8028,9,'2019-09-08 08:55:04','2019-09-08 13:55:04','{\"id\":\"8024\",\"questions\":[{\"uid\":\"a661c5ee-716e-4d4c-b583-240c100071f3\",\"content\":\"Do you think Dr Peter Phillips can defeat Andrew Holness in the next general election?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"8d2eda94-6ea2-4a68-867d-0d72601069f3\",\"type\":\"text\",\"label\":\"Yes\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"4ec6b213-8b6e-4490-8c46-7c00107f3f46\",\"type\":\"text\",\"label\":\"No\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"f02a424e-5553-4306-86ac-23e311b91af3\",\"type\":\"text\",\"label\":\"Undecided\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Peter vs Holness','','inherit','closed','closed','','8024-revision-v1','','','2019-09-08 08:55:04','2019-09-08 13:55:04','',8024,'https://buzz-caribbean.com/article/8024-revision-v1/',0,'revision','',0),(8030,23,'2019-09-08 10:00:50','2019-09-08 15:00:50','<!-- wp:image {\"id\":7788} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/PNP-Phillips-Bunting-Leadership-Election-1-1024x614.jpg\" alt=\"Peter Bunting (right) lost to Dr Peter Phillips (left) in PNP\'s leadership race on Saturday. \" class=\"wp-image-7788\" /><figcaption>Peter Bunting (right) lost to Dr Peter Phillips (left) in PNP\'s leadership race on Saturday. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The decision has been made, and as the dust settles on the People’s National Party (PNP) presidential race, some Jamaicans will reflect on the ‘what-ifs’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Among those are our <strong>BUZZ</strong> readers, who in our week-long poll, felt that defeated challenger Peter Bunting was better suited to lead the PNP over the returning leader Dr Peter Phillips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We asked <strong>BUZZ</strong> readers on Monday, September 2: \'Who do you think will win the PNP’s leadership race on Saturday, September 7?\', with the two candidates as the only options.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Astoundingly, 80 per cent of <strong>BUZZ</strong> readers chose Peter Bunting, with the remaining 20 per cent voting for Dr Peter Phillips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The victory went to Dr Peter Phillips on Saturday, as he and his #OnePNP team secured a 76-vote margin over Peter Bunting and his #RiseUnited outfit. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Out of 2,778 voting delegates, Bunting, with 1,351 votes cast in his favour, lost his challenge for PNP presidency to Dr Phillips, who copped 1,427 votes.</p>\n<!-- /wp:paragraph -->','PNP got it wrong? BUZZ readers chose Bunting over Phillips','','publish','open','closed','','pnp-got-it-wrong-buzz-readers-chose-bunting-over-phillips','','','2019-09-08 09:34:00','2019-09-08 14:34:00','',0,'https://buzz-caribbean.com/?p=8030',0,'post','',0),(8031,9,'2019-09-08 09:33:23','2019-09-08 14:33:23','<!-- wp:image {\"id\":7788} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/PNP-Phillips-Bunting-Leadership-Election-1-1024x614.jpg\" alt=\"Peter Bunting (right) lost to Dr Peter Phillips (left) in PNP\'s leadership race on Saturday. \" class=\"wp-image-7788\" /><figcaption>Peter Bunting (right) lost to Dr Peter Phillips (left) in PNP\'s leadership race on Saturday. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The decision has been made, and as the dust settles on the People’s National Party (PNP) presidential race, some Jamaicans will reflect on the ‘what-ifs’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Among those are our <strong>BUZZ</strong> readers, who in our week-long poll, felt that defeated challenger Peter Bunting was better suited to lead the PNP over the returning leader Dr Peter Phillips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We asked <strong>BUZZ</strong> readers on Monday, September 2: \'Who do you think will win the PNP’s leadership race on Saturday, September 7?\', with the two candidates as the only options.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Astoundingly, 80 per cent of <strong>BUZZ</strong> readers chose Peter Bunting, with the remaining 20 per cent voting for Dr Peter Phillips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The victory went to Dr Peter Phillips on Saturday, as he and his #OnePNP team secured a 76-vote margin over Peter Bunting and his #RiseUnited outfit. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Out of 2,778 voting delegates, Bunting, with 1,351 votes cast in his favour, lost his challenge for PNP presidency to Dr Phillips, who copped 1,427 votes.</p>\n<!-- /wp:paragraph -->','PNP got it wrong? BUZZ readers chose Bunting over Phillips','','inherit','closed','closed','','8030-revision-v1','','','2019-09-08 09:33:23','2019-09-08 14:33:23','',8030,'https://buzz-caribbean.com/article/8030-revision-v1/',0,'revision','',0),(8033,9,'2019-09-08 09:58:51','2019-09-08 14:58:51','','DirecTV Beach Bowl - Game','NEW YORK, NY - FEBRUARY 01:  (L-R) Meghan Markle, Serena Williams and Hannah Davis participate in the DirecTV Beach Bowl at Pier 40 on February 1, 2014 in New York City.  (Photo by Kevin Mazur/Getty Images for DirecTV)','inherit','open','closed','','directv-beach-bowl-game','','','2019-09-08 09:58:51','2019-09-08 14:58:51','',7977,'https://buzz-caribbean.com/app/uploads/2019/09/megan-markle-serena-williams-NEW.jpg',0,'attachment','image/jpeg',0),(8034,9,'2019-09-08 10:02:26','2019-09-08 15:02:26','','serena-williams-grand-slam','','inherit','open','closed','','serena-williams-grand-slam','','','2019-09-08 10:02:26','2019-09-08 15:02:26','',7977,'https://buzz-caribbean.com/app/uploads/2019/09/serena-williams-grand-slam.jpg',0,'attachment','image/jpeg',0),(8035,9,'2019-09-08 10:04:39','2019-09-08 15:04:39','','serena-williams','','inherit','open','closed','','serena-williams-2','','','2019-09-08 10:04:39','2019-09-08 15:04:39','',7977,'https://buzz-caribbean.com/app/uploads/2019/09/serena-williams.jpg',0,'attachment','image/jpeg',0),(8036,9,'2019-09-08 10:07:25','2019-09-08 15:07:25','<!-- wp:image {\"id\":8033} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/megan-markle-serena-williams-NEW-1024x800.jpg\" alt=\"Meghan Markle (left) and Serena Williams share a laugh as they participate in the DirecTV Beach Bowl at Pier 40 on February 1, 2014 in New York City.  \" class=\"wp-image-8033\" /><figcaption>Meghan Markle (left) and Serena Williams share a laugh as they participate in the DirecTV Beach Bowl at Pier 40 on February 1, 2014 in New York City.  (Photo: Getty Images)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It’s the strangest thing, and it happened again on Saturday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Serena Williams lost the last Grand Slam event of the year, the U.S. Open, going down to Canadian teenager Bianca Andreescu 6-3,7-5 while being watched by the Duchess of Sussex, Meghan Markle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Willams has been defeated in four Grand Slam finals since 2017, losing to the Japanese teenager Naomi Oasaka, Angelique Kerber, Simona Halep and now the 19-year-old Bianca Andreescu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8034} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/serena-williams-grand-slam-1024x1024.jpg\" alt=\"\" class=\"wp-image-8034\" /><figcaption>Serena Williams lost to Canadian teenager Bianca Andreescu. (Photo: Instagram @usopen) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At Wimbledon 2018, the Duchess of Sussex saw her friend being beaten by the cool German Angelique Kerber, and the following year Williams was blown away by the diminutive Romanian Simona Halep in straight sets, again with Markle in the Royal Box.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fashion-conscious Markle flew commercial this time to support Williams, copping flak from the British media for not being with the Queen and the rest of the Royal Family for their Balmoral get together. Many media houses pointed to her decision to leave her husband, Prince Harry, and 4-month baby to lend support to tennis legend Williams.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8035} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/serena-williams-1024x1021.jpg\" alt=\"\" class=\"wp-image-8035\" /><figcaption>Serena Williams after the Grand Slam finals. (Photo: Instagram @usopen)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The hard-hitting Andreecu, whose game is reminiscent of Serena William’s, outplayed the favourite to win. She, too, has a powerful serve and rock-solid groundstrokes that always seemed to have Williams on the back foot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With a two-year-old daughter and about to turn 38, it will get increasingly harder for Williams to secure that historic 24th Grand Slam title. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although Markle’s loyalty and friendship is admirable, perhaps Serena should tell her to stay away next time - if she wants to get in the history books that is! </p>\n<!-- /wp:paragraph -->','Every time the Duchess of Sussex turns up to support her friend Serena Williams in a Grand Slam final, she loses','','inherit','closed','closed','','7977-revision-v1','','','2019-09-08 10:07:25','2019-09-08 15:07:25','',7977,'https://buzz-caribbean.com/article/7977-revision-v1/',0,'revision','',0),(8037,23,'2019-09-08 11:10:14','2019-09-08 16:10:14','<!-- wp:image {\"id\":8038} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pm-simpson-miller-new-1.jpg\" alt=\"Former Prime Minister Portia Simpson Miller\" class=\"wp-image-8038\" /><figcaption>Former Prime Minister Portia Simpson Miller (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former Prime Minister and president\nof the Peoples National Party (PNP), Portia Simpson Miller, has congratulated Dr\nPeter Phillips on maintaining his hold on the presidency of the party, and she also\nlauded his challenger Peter Bunting for being a strong contender. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Congratulations Comrade\n@DrPeterPhillips! A good effort Comrade @PeterBuntingMP! The contest is over,\nit’s time to come together and prepare the PNP for victory. #PNPSTRONG,” she\nposted on Twitter early Sunday morning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7891} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips-1024x682.jpg\" alt=\"Dr Peter Phillips was in high spirits at Saturday\'s presidential election. \" class=\"wp-image-7891\" /><figcaption>Dr Peter Phillips was in high spirits at Saturday\'s presidential election. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Even though Peter Bunting fell short\nin his bid to become president of the party, he appeared unperturbed on\nSaturday during his concession speech.&nbsp;On Sunday, he took to social media\nto show gratitude to his supporters and members of the Rise United team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The definition of rise is to: move\nfrom a lower position to a higher one; come or go up, to get up from lying,\nsitting, or kneeling. To all of you who took on the challenge to rise with us,\nwe say thanks from the bottom of our hearts. The word is forever love,” Bunting\nstated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7885} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Peter-Murdock-Bunting-768x1024.jpeg\" alt=\"A cheerful Peter Bunting greets a supporter. \" class=\"wp-image-7885\" /><figcaption>A cheerful Peter Bunting greets a supporter on Saturday. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Phillips also thanked “all Comrades”\non Sunday morning. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Thank you for the victory that has\nbeen achieved. Thank you to all the delegates, my campaign team, the VPs,\nRegion Chairs, Senators, MPs, Councillors, Candidates, Caretakers, Women’s\nMovement, Youth Organisation, Patriots, Workers, Warriors and Foot Soldiers. I\nalso want to thank my wife Sandra and my family,” he said on Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our mission is to come together and proceed with the task of organisation, present our case and policies to the people of Jamaica who are fed up with the Jamaica Labour Party Government which has left us with more crime, corruption, poverty and difficulties in our lives because of poor social services. To the supporters of One PNP and Rise United, we must now rise together as one united party with discipline and respect for each other. It is a time to celebrate our philosophy which puts people first. God bless you all. One heart. One Love!” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Portia says it\'s time for the PNP to unite','','publish','open','closed','','portia-says-its-time-for-the-pnp-to-unite','','','2019-09-08 10:41:37','2019-09-08 15:41:37','',0,'https://buzz-caribbean.com/?p=8037',0,'post','',0),(8038,9,'2019-09-08 10:34:30','2019-09-08 15:34:30','','pm-simpson-miller-new-1','','inherit','open','closed','','pm-simpson-miller-new-1','','','2019-09-08 10:34:30','2019-09-08 15:34:30','',8037,'https://buzz-caribbean.com/app/uploads/2019/09/pm-simpson-miller-new-1.jpg',0,'attachment','image/jpeg',0),(8039,9,'2019-09-08 10:39:06','2019-09-08 15:39:06','<!-- wp:image {\"id\":8019} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/willow-jada-smith.jpg\" alt=\"Willow Smith and her mom, Jada Pinkett Smith \" class=\"wp-image-8019\" /><figcaption>Willow Smith and her mom, <span style=\"font-size: inherit\">Jada Pinkett Smith </span></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Willow Smith says her parents have helped her through some \"dark times\".&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 18-year-old daughter of actors Will Smith and Jada Pinkett Smith praised her supportive parents for helping her to cope when times got tough in the past.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to Mastermind magazine, Willow said: \"The support and compassion that they pour into me always inspires me to preserve through dark times.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"[Cutting was] a physical release of all the intangible pain that\'s happening in your heart and in your mind.\"</p><cite>— Willow Smith</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Willow previously opened up about self-harming from the age of 12 following the success of her single <strong>Whip My Hair</strong>, but said that she stopped after reading about \"spirituality.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"I was super young, and I had a dream, but all I really wanted to do was sing and I didn\'t equate that with all the business and the stress that ended up coming with it.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I was just like, \'Whoa, this is not the life that I want.\' [Cutting was] a physical release of all the intangible pain that\'s happening in your heart and in your mind. I was like: \'This is pointless - my body is a temple,\' and I completely stopped. It seemed literally psychotic after a certain point because I had learned to see myself as worthy. </p>\n<!-- /wp:paragraph -->','Willow Smith praises parents for helping her through \'dark times\'','','inherit','closed','closed','','8018-revision-v1','','','2019-09-08 10:39:06','2019-09-08 15:39:06','',8018,'https://buzz-caribbean.com/article/8018-revision-v1/',0,'revision','',0),(8040,9,'2019-09-08 10:40:58','2019-09-08 15:40:58','<!-- wp:image {\"id\":8038} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pm-simpson-miller-new-1.jpg\" alt=\"Former Prime Minister Portia Simpson Miller\" class=\"wp-image-8038\" /><figcaption>Former Prime Minister Portia Simpson Miller (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former Prime Minister and president\nof the Peoples National Party (PNP), Portia Simpson Miller, has congratulated Dr\nPeter Phillips on maintaining his hold on the presidency of the party, and she also\nlauded his challenger Peter Bunting for being a strong contender. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Congratulations Comrade\n@DrPeterPhillips! A good effort Comrade @PeterBuntingMP! The contest is over,\nit’s time to come together and prepare the PNP for victory. #PNPSTRONG,” she\nposted on Twitter early Sunday morning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7891} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-phillips-1024x682.jpg\" alt=\"Dr Peter Phillips was in high spirits at Saturday\'s presidential election. \" class=\"wp-image-7891\" /><figcaption>Dr Peter Phillips was in high spirits at Saturday\'s presidential election. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Even though Peter Bunting fell short\nin his bid to become president of the party, he appeared unperturbed on\nSaturday during his concession speech.&nbsp;On Sunday, he took to social media\nto show gratitude to his supporters and members of the Rise United team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The definition of rise is to: move\nfrom a lower position to a higher one; come or go up, to get up from lying,\nsitting, or kneeling. To all of you who took on the challenge to rise with us,\nwe say thanks from the bottom of our hearts. The word is forever love,” Bunting\nstated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7885} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Peter-Murdock-Bunting-768x1024.jpeg\" alt=\"A cheerful Peter Bunting greets a supporter. \" class=\"wp-image-7885\" /><figcaption>A cheerful Peter Bunting greets a supporter on Saturday. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Phillips also thanked “all Comrades”\non Sunday morning. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Thank you for the victory that has\nbeen achieved. Thank you to all the delegates, my campaign team, the VPs,\nRegion Chairs, Senators, MPs, Councillors, Candidates, Caretakers, Women’s\nMovement, Youth Organisation, Patriots, Workers, Warriors and Foot Soldiers. I\nalso want to thank my wife Sandra and my family,” he said on Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our mission is to come together and proceed with the task of organisation, present our case and policies to the people of Jamaica who are fed up with the Jamaica Labour Party Government which has left us with more crime, corruption, poverty and difficulties in our lives because of poor social services. To the supporters of One PNP and Rise United, we must now rise together as one united party with discipline and respect for each other. It is a time to celebrate our philosophy which puts people first. God bless you all. One heart. One Love!” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Portia says it\'s time for the PNP to unite','','inherit','closed','closed','','8037-revision-v1','','','2019-09-08 10:40:58','2019-09-08 15:40:58','',8037,'https://buzz-caribbean.com/article/8037-revision-v1/',0,'revision','',0),(8041,23,'2019-09-08 12:45:46','2019-09-08 17:45:46','<!-- wp:image {\"id\":8042} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/red-stripe-premier-league-logo-1024x670.jpg\" alt=\"Red Stripe Premier League logo\" class=\"wp-image-8042\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Molynes United will be seeking to\ncontinue their good start to the Red Stripe Premier League (RSPL) football\ncompetition on Sunday when they battle UWI at Drewsland at 3:30 p.m.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The competition’s newcomers trounced\ndefending champions Portmore 3-0 away at Anthony Spaulding Sports Complex in\ntheir debut match and now have UWI in their crosshair as they aim to make it\ntwo wins from as many starts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The margin of victory by Molynes has\nthem in second position in the points standing, which is led by UWI, who\nthumped Tivoli Gardens 4-0 in their opening encounter at Mona Bowl.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An interesting match looms at\nDrewsland, which is the home of Premier League giants Waterhouse, but is being\nused for matches by Molynes because they are without a venue that suits the\nrequirements of the island’s top-flight competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Molynes will be relying on the\nveteran Devon Hodges to help them to victory as he did last week when he scored\nthe final goal in their 3-0 victory. It was Ryan Brown’s brace that started\nMolynes’ winning charge. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8043} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/soccer-ball-football.jpg\" alt=\"\" class=\"wp-image-8043\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While UWI were convincing in their\nvictory, they had a quartet of players that contributed with Jabari Hylton,\nShuwayne Barrett, Thorn Thompson and Trivonte Stewart all finding the back of\nthe net. They will be looking to repeat the feat again against Molynes United.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, another interesting match\nbeckons at the Edward Seaga Sports Complex, where hosts Tivoli Gardens will\nbattle Arnett Gardens also starting at 3:30 p.m.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a derby match, which brings out\nthe best in both teams with tough and exciting football expected to be played.\nThe contest is usually very tight despite where they are in the points\nstanding.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>SUNDAY\'S MATCHES</h4>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Dunbeholden vs Waterhouse at Royal Lakes at 3:30 p.m.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Humble Lion vs Mount Pleasant at Effortville Community Centre at 3:30 p.m.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Molynes United vs UWI at Drewsland at 3:30 p.m.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Tivoli Gardens vs Arnett Gardens at Edward Seaga Sports Complex at 3:30 p.m.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Vere United vs Portmore United at Wembley Centre of Excellence at 3:30 p.m.</li></ul>\n<!-- /wp:list -->','Molynes go for another top scalp in RSPL','','publish','open','closed','','molynes-go-for-another-top-scalp-in-rspl','','','2019-09-08 11:58:16','2019-09-08 16:58:16','',0,'https://buzz-caribbean.com/?p=8041',0,'post','',0),(8042,9,'2019-09-08 11:16:22','2019-09-08 16:16:22','','red-stripe-premier-league-logo','','inherit','open','closed','','red-stripe-premier-league-logo','','','2019-09-08 11:16:22','2019-09-08 16:16:22','',8041,'https://buzz-caribbean.com/app/uploads/2019/09/red-stripe-premier-league-logo.jpg',0,'attachment','image/jpeg',0),(8043,9,'2019-09-08 11:22:28','2019-09-08 16:22:28','','soccer-ball-football','','inherit','open','closed','','soccer-ball-football','','','2019-09-08 11:22:28','2019-09-08 16:22:28','',8041,'https://buzz-caribbean.com/app/uploads/2019/09/soccer-ball-football.jpg',0,'attachment','image/jpeg',0),(8044,9,'2019-09-08 11:22:36','2019-09-08 16:22:36','<!-- wp:image {\"id\":8042} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/red-stripe-premier-league-logo-1024x670.jpg\" alt=\"Red Stripe Premier League logo\" class=\"wp-image-8042\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Molynes United will be seeking to\ncontinue their good start to the Red Stripe Premier League (RSPL) football\ncompetition on Sunday when they battle UWI at Drewsland at 3:30 p.m.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The competition’s newcomers trounced\ndefending champions Portmore 3-0 away at Anthony Spaulding Sports Complex in\ntheir debut match and now have UWI in their crosshair as they aim to make it\ntwo wins from as many starts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The margin of victory by Molynes has\nthem in second position in the points standing, which is led by UWI, who\nthumped Tivoli Gardens 4-0 in their opening encounter at Mona Bowl.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An interesting match looms at\nDrewsland, which is the home of Premier League giants Waterhouse, but is being\nused for matches by Molynes because they are without a venue that suits the\nrequirements of the island’s top-flight competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Molynes will be relying on the\nveteran Devon Hodges to help them to victory as he did last week when he scored\nthe final goal in their 3-0 victory. It was Ryan Brown’s brace that started\nMolynes’ winning charge. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8043} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/soccer-ball-football.jpg\" alt=\"\" class=\"wp-image-8043\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While UWI were convincing in their\nvictory, they had a quartet of players that contributed with Jabari Hylton,\nShuwayne Barrett, Thorn Thompson and Trivonte Stewart all finding the back of\nthe net. They will be looking to repeat the feat again against Molynes United.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, another interesting match\nbeckons at the Edward Seaga Sports Complex, where hosts Tivoli Gardens will\nbattle Arnett Gardens also starting at 3:30 p.m.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a derby match, which brings out\nthe best in both teams with tough and exciting football expected to be played.\nThe contest is usually very tight despite where they are in the points\nstanding.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>SUNDAY\'S MATCHES</h4>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Dunbeholden vs Waterhouse at Royal Lakes at 3:30 p.m.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Humble Lion vs Mount Pleasant at Effortville Community Centre at 3:30 p.m.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Molynes United vs UWI at Drewsland at 3:30 p.m.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Tivoli Gardens vs Arnett Gardens at Edward Seaga Sports Complex at 3:30 p.m.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li>Vere United vs Portmore United at Wembley Centre of Excellence at 3:30 p.m.</li></ul>\n<!-- /wp:list -->','Molynes go for another top scalp in RSPL','','inherit','closed','closed','','8041-revision-v1','','','2019-09-08 11:22:36','2019-09-08 16:22:36','',8041,'https://buzz-caribbean.com/article/8041-revision-v1/',0,'revision','',0),(8045,23,'2019-09-08 16:36:43','2019-09-08 21:36:43','<!-- wp:image {\"id\":8046} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/JAMPRO-diane-edwards-1024x683.jpg\" alt=\"JAMPRO\'s Diane Edwards\" class=\"wp-image-8046\" /><figcaption>JAMPRO\'s Diane Edwards</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica Promotions Corporation\n(JAMPRO) recently led a delegation comprising four companies to the Latin\nAmerican and Caribbean (LAC) Flavors trade exhibition in Cali, Colombia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The three-day trade mission was\nundertaken in a bid to increase access by Jamaican exporters to Latin American\nand Caribbean (LAC) markets by meeting with global buyers at the event and\nforging international business relationships.&nbsp;The four participating\ncompanies were P.A Benjamin, Jamaica Teas, Carita Jamaica and Tijule Company\nLimited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It is time for Jamaican exporters to look seriously at this opportunity.\" </p><cite>— JAMPRO\'s Diane Edwards</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>According to JAMPRO, LAC Flavors is\none of the key food and beverage business forums within the region and has\ngenerated more than US$990 million in transactions and 17,000 business meetings\nover last decade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>President of JAMPRO, Diane Edwards,\nsaid that the State agency would like to see more Jamaican manufacturers\nexporting to regional markets in order to further diversify their international\nreach and decrease the reliance on traditional markets such as the United\nStates, the United Kingdom and Canada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"The LAC region has a population of approximately 637 million. It is time for Jamaican exporters to look seriously at this opportunity, and JAMPRO is ready to work with them to penetrate this market,\" she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Jamaican exporters targeting  Latin American and Caribbean markets','','publish','open','closed','','jamaican-exporters-targeting-latin-american-and-caribbean-markets','','','2019-09-08 12:18:36','2019-09-08 17:18:36','',0,'https://buzz-caribbean.com/?p=8045',0,'post','',0),(8046,9,'2019-09-08 11:44:39','2019-09-08 16:44:39','','JAMPRO-diane-edwards','','inherit','open','closed','','jampro-diane-edwards','','','2019-09-08 11:44:39','2019-09-08 16:44:39','',8045,'https://buzz-caribbean.com/app/uploads/2019/09/JAMPRO-diane-edwards.jpg',0,'attachment','image/jpeg',0),(8047,9,'2019-09-08 11:49:05','2019-09-08 16:49:05','<!-- wp:image {\"id\":8046} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/JAMPRO-diane-edwards-1024x683.jpg\" alt=\"JAMPRO\'s Diane Edwards\" class=\"wp-image-8046\" /><figcaption>JAMPRO\'s Diane Edwards</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica Promotions Corporation\n(JAMPRO) recently led a delegation comprising four companies to the Latin\nAmerican and Caribbean (LAC) Flavors trade exhibition in Cali, Colombia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The three-day trade mission was\nundertaken in a bid to increase access by Jamaican exporters to Latin American\nand Caribbean (LAC) markets by meeting with global buyers at the event and\nforging international business relationships.&nbsp;The four participating\ncompanies were P.A Benjamin, Jamaica Teas, Carita Jamaica and Tijule Company\nLimited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It is time for Jamaican exporters to look seriously at this opportunity.\" </p><cite>— JAMPRO\'s Diane Edwards</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>According to JAMPRO, LAC Flavors is\none of the key food and beverage business forums within the region and has\ngenerated more than US$990 million in transactions and 17,000 business meetings\nover last decade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>President of JAMPRO, Diane Edwards,\nsaid that the State agency would like to see more Jamaican manufacturers\nexporting to regional markets in order to further diversify their international\nreach and decrease the reliance on traditional markets such as the United\nStates, the United Kingdom and Canada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"The LAC region has a population of approximately 637 million. It is time for Jamaican exporters to look seriously at this opportunity, and JAMPRO is ready to work with them to penetrate this market,\" she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Jamaican exporters targeting  Latin American and Caribbean markets','','inherit','closed','closed','','8045-revision-v1','','','2019-09-08 11:49:05','2019-09-08 16:49:05','',8045,'https://buzz-caribbean.com/article/8045-revision-v1/',0,'revision','',0),(8048,23,'2019-09-08 12:13:00','2019-09-08 17:13:00','<!-- wp:image {\"id\":4898} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dr-peter-phillips-buzz-demo-819x1024.jpg\" alt=\"PNP president Dr Peter Phillips\" class=\"wp-image-4898\" /><figcaption>PNP president Dr Peter Phillips</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At least one political analyst is of\nthe belief that Dr Peter Phillips can benefit from the bruising presidential\ncontest that he won by a narrow margin on Saturday, September 7.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"It\'s not that bad a result for the PNP, as the structure of the party is still in place, and they went with Phillips,\" political analyst Kevin O\'Brien Chang told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8049} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kevin-obrien-chang.jpg\" alt=\"Political analyst Kevin O\'Brien Chang\" class=\"wp-image-8049\" /><figcaption> Political analyst Kevin O\'Brien Chang (Photo: Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The four vice presidents and six\nregional chairmen all backed Phillips over Peter Bunting, who was denied the\npresidency on his 59<sup>th</sup> birthday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>O\'Brian Chang said Bunting was by no\nmeans disgraced and that it now behoves Phillips to embrace Bunting\'s ideas to\nmove the party forward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7901} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting-1024x682.jpg\" alt=\"Peter Bunting (centre) was cheerful during Saturday\'s election.\" class=\"wp-image-7901\" /><figcaption>Peter Bunting (centre) was cheerful during Saturday\'s election. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"Bunting ran a better campaign\nwith more energy and a coherent message, and the PNP should use the ideas in a\nGeneral Election,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that tempers will eventually\ncool, as Comrades want to win state power.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Saturday, delegates voted 1,427 to\n1,351 to keep Phillips as president of the PNP.</p>\n<!-- /wp:paragraph -->','Political analyst says Phillips should embrace Bunting’s ideas to move the PNP forward','','publish','open','closed','','political-analyst-says-phillips-should-embrace-buntings-ideas-to-move-the-pnp-forward','','','2019-09-08 12:13:01','2019-09-08 17:13:01','',0,'https://buzz-caribbean.com/?p=8048',0,'post','',0),(8049,9,'2019-09-08 12:04:38','2019-09-08 17:04:38','','kevin-obrien-chang','','inherit','open','closed','','kevin-obrien-chang','','','2019-09-08 12:04:38','2019-09-08 17:04:38','',8048,'https://buzz-caribbean.com/app/uploads/2019/09/kevin-obrien-chang.jpg',0,'attachment','image/jpeg',0),(8050,9,'2019-09-08 12:10:13','2019-09-08 17:10:13','<!-- wp:image {\"id\":4898} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dr-peter-phillips-buzz-demo-819x1024.jpg\" alt=\"PNP president Dr Peter Phillips\" class=\"wp-image-4898\" /><figcaption>PNP president Dr Peter Phillips</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At least one political analyst is of\nthe belief that Dr Peter Phillips can benefit from the bruising presidential\ncontest that he won by a narrow margin on Saturday, September 7.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"It\'s not that bad a result for the PNP, as the structure of the party is still in place, and they went with Phillips,\" political analyst Kevin O\'Brien Chang told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8049} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kevin-obrien-chang.jpg\" alt=\"Political analyst Kevin O\'Brien Chang\" class=\"wp-image-8049\" /><figcaption> Political analyst Kevin O\'Brien Chang (Photo: Facebook)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The four vice presidents and six\nregional chairmen all backed Phillips over Peter Bunting, who was denied the\npresidency on his 59<sup>th</sup> birthday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>O\'Brian Chang said Bunting was by no\nmeans disgraced and that it now behoves Phillips to embrace Bunting\'s ideas to\nmove the party forward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7901} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting-1024x682.jpg\" alt=\"Peter Bunting (centre) was cheerful during Saturday\'s election.\" class=\"wp-image-7901\" /><figcaption>Peter Bunting (centre) was cheerful during Saturday\'s election. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"Bunting ran a better campaign\nwith more energy and a coherent message, and the PNP should use the ideas in a\nGeneral Election,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that tempers will eventually\ncool, as Comrades want to win state power.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Saturday, delegates voted 1,427 to\n1,351 to keep Phillips as president of the PNP.</p>\n<!-- /wp:paragraph -->','Political analyst says Phillips should embrace Bunting’s ideas to move the PNP forward','','inherit','closed','closed','','8048-revision-v1','','','2019-09-08 12:10:13','2019-09-08 17:10:13','',8048,'https://buzz-caribbean.com/article/8048-revision-v1/',0,'revision','',0),(8051,9,'2019-09-08 12:12:29','2019-09-08 17:12:29','','Dr Peter Phillips Buzz NEW 819x1024','','inherit','open','closed','','dr-peter-phillips-buzz-new-819x1024','','','2019-09-08 12:12:29','2019-09-08 17:12:29','',8048,'https://buzz-caribbean.com/app/uploads/2019/09/dr-peter-phillips-buzz-NEW-819x1024.jpg',0,'attachment','image/jpeg',0),(8052,23,'2019-09-08 13:17:04','2019-09-08 18:17:04','<!-- wp:image {\"id\":7856} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-1024x683.jpg\" alt=\"\" class=\"wp-image-7856\" /><figcaption>Dr Peter Phillips with supporters during the PNP presidential election at the National Arena on Sat (Sept 7).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It has been a theme of the Rise United camp that sitting PNP president Dr Peter Phillips did not appeal to young people and that the party needed an injection of youth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, Phillips\' supporters said he has been working tirelessly since 2017, when he became president, to integrate more young people into the PNP and to reach out to the youth population in general.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Saturday (Sept 7) Phillips spoke to reporters about his efforts during the presidential election, which he won by defeating challenger Peter Bunting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Watch as Phillips discuss this and other party issues. </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=qCBSpc1WOmc\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=qCBSpc1WOmc&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Phillips details his drive to build a younger PNP','','publish','open','closed','','phillips-details-his-drive-to-build-a-younger-pnp','','','2019-09-08 13:17:05','2019-09-08 18:17:05','',0,'https://buzz-caribbean.com/?p=8052',0,'post','',0),(8053,4,'2019-09-08 12:50:00','2019-09-08 17:50:00','<iframe title=\"Phillips speaks of his drive to build a younger PNP\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/qCBSpc1WOmc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','08a7439ee512db0e04448d7c7e259fad','','','2019-09-08 12:50:00','2019-09-08 17:50:00','',0,'https://buzz-caribbean.com/article/08a7439ee512db0e04448d7c7e259fad/',0,'oembed_cache','',0),(8054,4,'2019-09-08 13:06:37','2019-09-08 18:06:37','<!-- wp:paragraph -->\n<p>It has been a theme of the Rise United camp that sitting PNP president Dr Peter Phillips did not appeal to young people and that the party needed an injection of youth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, Phillips\' supporters said he has been working tirelessly since 2017, when he became president, to integrate more young people into the PNP and to reach out to the youth population in general.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Saturday (Sept 7) Phillips spoke to reporters of this effort during the presidential election, which he won by defeating challenger Peter Bunting. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=qCBSpc1WOmc\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=qCBSpc1WOmc&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Phillips details his drive to build a younger PNP','','inherit','closed','closed','','8052-revision-v1','','','2019-09-08 13:06:37','2019-09-08 18:06:37','',8052,'https://buzz-caribbean.com/article/8052-revision-v1/',0,'revision','',0),(8055,4,'2019-09-08 13:08:23','2019-09-08 18:08:23','<!-- wp:paragraph -->\n<p>It has been a theme of the Rise United camp that sitting PNP president Dr Peter Phillips did not appeal to young people and that the party needed an injection of youth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, Phillips\' supporters said he has been working tirelessly since 2017, when he became president, to integrate more young people into the PNP and to reach out to the youth population in general.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Saturday (Sept 7) Phillips spoke to reporters of this effort during the presidential election, which he won by defeating challenger Peter Bunting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Watch as Phillips discuss this and other party issues. </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=qCBSpc1WOmc\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=qCBSpc1WOmc&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Phillips details his drive to build a younger PNP','','inherit','closed','closed','','8052-revision-v1','','','2019-09-08 13:08:23','2019-09-08 18:08:23','',8052,'https://buzz-caribbean.com/article/8052-revision-v1/',0,'revision','',0),(8057,4,'2019-09-08 13:12:41','2019-09-08 18:12:41','<!-- wp:paragraph -->\n<p>It has been a theme of the Rise United camp that sitting PNP president Dr Peter Phillips did not appeal to young people and that the party needed an injection of youth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7856} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-1024x683.jpg\" alt=\"\" class=\"wp-image-7856\" /><figcaption>Dr Peter Phillips with supporters during the PNP presidential election at the National Arena on Sat (Sept 7).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, Phillips\' supporters said he has been working tirelessly since 2017, when he became president, to integrate more young people into the PNP and to reach out to the youth population in general.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Saturday (Sept 7) Phillips spoke to reporters of this effort during the presidential election, which he won by defeating challenger Peter Bunting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Watch as Phillips discuss this and other party issues. </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=qCBSpc1WOmc\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=qCBSpc1WOmc&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Phillips details his drive to build a younger PNP','','inherit','closed','closed','','8052-revision-v1','','','2019-09-08 13:12:41','2019-09-08 18:12:41','',8052,'https://buzz-caribbean.com/article/8052-revision-v1/',0,'revision','',0),(8059,4,'2019-09-08 13:17:04','2019-09-08 18:17:04','<!-- wp:image {\"id\":7856} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-1024x683.jpg\" alt=\"\" class=\"wp-image-7856\" /><figcaption>Dr Peter Phillips with supporters during the PNP presidential election at the National Arena on Sat (Sept 7).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It has been a theme of the Rise United camp that sitting PNP president Dr Peter Phillips did not appeal to young people and that the party needed an injection of youth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, Phillips\' supporters said he has been working tirelessly since 2017, when he became president, to integrate more young people into the PNP and to reach out to the youth population in general.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Saturday (Sept 7) Phillips spoke to reporters about his efforts during the presidential election, which he won by defeating challenger Peter Bunting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Watch as Phillips discuss this and other party issues. </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=qCBSpc1WOmc\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=qCBSpc1WOmc&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Phillips details his drive to build a younger PNP','','inherit','closed','closed','','8052-revision-v1','','','2019-09-08 13:17:04','2019-09-08 18:17:04','',8052,'https://buzz-caribbean.com/article/8052-revision-v1/',0,'revision','',0),(8060,21,'2019-09-08 17:29:46','2019-09-08 22:29:46','<!-- wp:image {\"id\":8061} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kevin-hart.jpg\" alt=\"Actor and comedian Kevin Hart\" class=\"wp-image-8061\" /><figcaption>Actor and comedian Kevin Hart</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kevin Hart is \"doing fine\" following his collision. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Central Intelligence</strong> star\'s friend Tiffany Haddish has revealed her pal is doing well after he was involved in a car crash last weekend and had three fractures to his spine repaired.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"He\'s OK. He\'s doing fine. As far as I know, from the last I heard, he\'s fine. He\'s already walking. He\'s good.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"He\'s already walking. He\'s good.\" </p><cite>—  Actress Tiffany Haddish </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>And Tiffany joked she would be poking fun at the actor after he did the same for her when she injured her meniscus. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to Entertainment Tonight, she added: \"He was making fun of me because I tore my meniscus. I was wearing a boot while we were doing press for <strong>Secret Life of Pets 2</strong>. I had a sleeve on my leg, a brace, and he was making fun of me, talking about, \'Tiffany, you ain\'t gonna get no man. Ain\'t no man gonna want you with a brace on your leg. You need to get the surgery.\' And I said: \'I don\'t have time to get surgery. I\'m gonna let my body do what it do and heal itself.\' And look, I\'m rocking high heels and I\'m walking. I might walk with a limp, but call me a pimp. And now I\'m gonna make fun of you. When you get back, moving good, Kevin, I\'m coming for you. I\'m coming for your back.\"</p>\n<!-- /wp:paragraph -->','Kevin Hart is \'doing fine\' after car crash','','publish','open','closed','','kevin-hart-is-doing-fine-after-car-crash','','','2019-09-08 14:08:56','2019-09-08 19:08:56','',0,'https://buzz-caribbean.com/?p=8060',0,'post','',0),(8061,9,'2019-09-08 14:03:45','2019-09-08 19:03:45','','kevin-hart','','inherit','open','closed','','kevin-hart','','','2019-09-08 14:03:45','2019-09-08 19:03:45','',8060,'https://buzz-caribbean.com/app/uploads/2019/09/kevin-hart.jpg',0,'attachment','image/jpeg',0),(8062,9,'2019-09-08 14:07:17','2019-09-08 19:07:17','<!-- wp:image {\"id\":8061} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kevin-hart.jpg\" alt=\"Actor and comedian Kevin Hart\" class=\"wp-image-8061\" /><figcaption>Actor and comedian Kevin Hart</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kevin Hart is \"doing fine\" following his collision. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Central Intelligence</strong> star\'s friend Tiffany Haddish has revealed her pal is doing well after he was involved in a car crash last weekend and had three fractures to his spine repaired.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"He\'s OK. He\'s doing fine. As far as I know, from the last I heard, he\'s fine. He\'s already walking. He\'s good.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"He\'s already walking. He\'s good.\" </p><cite>—  Actress Tiffany Haddish </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>And Tiffany joked she would be poking fun at the actor after he did the same for her when she injured her meniscus. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to Entertainment Tonight, she added: \"He was making fun of me because I tore my meniscus. I was wearing a boot while we were doing press for <strong>Secret Life of Pets 2</strong>. I had a sleeve on my leg, a brace, and he was making fun of me, talking about, \'Tiffany, you ain\'t gonna get no man. Ain\'t no man gonna want you with a brace on your leg. You need to get the surgery.\' And I said: \'I don\'t have time to get surgery. I\'m gonna let my body do what it do and heal itself.\' And look, I\'m rocking high heels and I\'m walking. I might walk with a limp, but call me a pimp. And now I\'m gonna make fun of you. When you get back, moving good, Kevin, I\'m coming for you. I\'m coming for your back.\"</p>\n<!-- /wp:paragraph -->','Kevin Hart is \'doing fine\' after car crash','','inherit','closed','closed','','8060-revision-v1','','','2019-09-08 14:07:17','2019-09-08 19:07:17','',8060,'https://buzz-caribbean.com/article/8060-revision-v1/',0,'revision','',0),(8063,23,'2019-09-08 18:28:05','2019-09-08 23:28:05','<!-- wp:image {\"id\":8064} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Ibex-20190908-1024x880.jpg\" alt=\" Minister of Industry, Commerce, Agriculture and Fisheries, Audley Shaw (right) participates in the ribbon-cutting ceremony to officially open Ibex’s third location on St Lucia Avenue in New Kingston on September 4. \" class=\"wp-image-8064\" /><figcaption>Minister of Industry, Commerce, Agriculture and Fisheries, Audley Shaw (right) participates in the ribbon-cutting ceremony to officially open Ibex’s third location on St Lucia Avenue in New Kingston on September 4. Ibex\'s Chief Executive Officer, Bob Dechant, (left) and JAMPRO President Diane Edwards were also in on the action. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Local Business Process Outsourcing company Ibex is set to welcome more employees with the opening of its third location in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The company’s third location is in New\nKingston, and according to Ibex, it falls within the plans of Ibex CEO Bob\nDechant’s promise to bring more than 5,000 jobs to Jamaica. Ibex has described\nitself as a leading provider of contact centre services and other business\nprocess outsourcing (BPO) solutions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Attending the opening was Minister of\nIndustry, Commerce, Agricuture and Fisheries, Audley Shaw. He lauded the\ncompany for opening a new centre that would provide jobs for many Jamaicans. He\nalso encouraged the company to assist with the training of local managers for\nthe industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He made the appeal following an announcement made by Dechant that Ibex intends to include 500 management jobs in its overall employment plan of 4,500 strong employees by the end of the year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dechant, in his remarks, said: “We\nare bullish on Jamaica for three reasons. The first is the talent of the people\nwhich is exceptional, and it holds itself toe-to-toe with the talent on a\nglobal basis; secondly, the support of the Government; and thirdly, the\nproximity to the United States. Put these things together and you have a recipe\nfor success and repeated success.” </p>\n<!-- /wp:paragraph -->','Ibex opens third location in Jamaica','','publish','open','closed','','ibex-opens-third-location-in-jamaica','','','2019-09-08 16:34:49','2019-09-08 21:34:49','',0,'https://buzz-caribbean.com/?p=8063',0,'post','',0),(8064,9,'2019-09-08 16:29:24','2019-09-08 21:29:24','','Ibex-20190908','','inherit','open','closed','','ibex-20190908','','','2019-09-08 16:29:24','2019-09-08 21:29:24','',8063,'https://buzz-caribbean.com/app/uploads/2019/09/Ibex-20190908.jpg',0,'attachment','image/jpeg',0),(8065,9,'2019-09-08 16:34:07','2019-09-08 21:34:07','<!-- wp:image {\"id\":8064} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Ibex-20190908-1024x880.jpg\" alt=\" Minister of Industry, Commerce, Agriculture and Fisheries, Audley Shaw (right) participates in the ribbon-cutting ceremony to officially open Ibex’s third location on St Lucia Avenue in New Kingston on September 4. \" class=\"wp-image-8064\" /><figcaption>Minister of Industry, Commerce, Agriculture and Fisheries, Audley Shaw (right) participates in the ribbon-cutting ceremony to officially open Ibex’s third location on St Lucia Avenue in New Kingston on September 4. Ibex\'s Chief Executive Officer, Bob Dechant, (left) and JAMPRO President Diane Edwards were also in on the action. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Local Business Process Outsourcing company Ibex is set to welcome more employees with the opening of its third location in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The company’s third location is in New\nKingston, and according to Ibex, it falls within the plans of Ibex CEO Bob\nDechant’s promise to bring more than 5,000 jobs to Jamaica. Ibex has described\nitself as a leading provider of contact centre services and other business\nprocess outsourcing (BPO) solutions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Attending the opening was Minister of\nIndustry, Commerce, Agricuture and Fisheries, Audley Shaw. He lauded the\ncompany for opening a new centre that would provide jobs for many Jamaicans. He\nalso encouraged the company to assist with the training of local managers for\nthe industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He made the appeal following an announcement made by Dechant that Ibex intends to include 500 management jobs in its overall employment plan of 4,500 strong employees by the end of the year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dechant, in his remarks, said: “We\nare bullish on Jamaica for three reasons. The first is the talent of the people\nwhich is exceptional, and it holds itself toe-to-toe with the talent on a\nglobal basis; secondly, the support of the Government; and thirdly, the\nproximity to the United States. Put these things together and you have a recipe\nfor success and repeated success.” </p>\n<!-- /wp:paragraph -->','Ibex opens third location in Jamaica','','inherit','closed','closed','','8063-revision-v1','','','2019-09-08 16:34:07','2019-09-08 21:34:07','',8063,'https://buzz-caribbean.com/article/8063-revision-v1/',0,'revision','',0),(8066,23,'2019-09-08 19:19:17','2019-09-09 00:19:17','<!-- wp:image {\"id\":8067} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-canadian-association-NEW-20190908-1024x683.jpg\" alt=\"Members of the Jamaican Canadian Association board a bus shortly after arriving in Jamaica for the celebration of Miss Lou 100th birthday\" class=\"wp-image-8067\" /><figcaption>Members of the Jamaican Canadian Association board a bus shortly after arriving in Jamaica for the celebration of Miss Lou 100th birthday. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>More than 50 members of the Jamaican Canadian Association of Toronto recently arrived in Jamaica to celebrate the life and work of renowned poet and cultural icon Louise Bennett-Coverley, more popularly known as ‘Miss Lou’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> recently caught up with the members as they arrived in Jamaica at the Sangster International Airport in Montego Bay where they expressed joy at being able to come to Jamaica and share in the experience. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7884} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-1-1024x863.jpg\" alt=\"\" class=\"wp-image-7884\" /><figcaption>Miss Lou</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Adaoma Patterson, president of the\norganisation, said that Miss Lou had a big connection in Toronto, where she\nlived for some time, and so they are celebrating in Toronto but also decided to\njoin in the local festivities in Jamaica. On September 1, the 100-day\ncelebration of Miss Lou began with a church service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Miss Lou, who died in 2006, would\nhave celebrated her 100th birthday on September 7. After she died in Canada,\nher body was returned to Jamaica where she was buried in the National Heroes\nPark in a section reserved for cultural icons.</p>\n<!-- /wp:paragraph -->','Jamaican Canadian Association joins ‘Miss Lou’ celebrations','','publish','open','closed','','jamaican-canadian-association-joins-miss-lou-celebrations','','','2019-09-08 17:17:25','2019-09-08 22:17:25','',0,'https://buzz-caribbean.com/?p=8066',0,'post','',0),(8067,9,'2019-09-08 17:13:30','2019-09-08 22:13:30','','jamaica-canadian-association-NEW-20190908','','inherit','open','closed','','jamaica-canadian-association-new-20190908','','','2019-09-08 17:13:30','2019-09-08 22:13:30','',8066,'https://buzz-caribbean.com/app/uploads/2019/09/jamaica-canadian-association-NEW-20190908.jpg',0,'attachment','image/jpeg',0),(8068,9,'2019-09-08 17:16:44','2019-09-08 22:16:44','<!-- wp:image {\"id\":8067} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-canadian-association-NEW-20190908-1024x683.jpg\" alt=\"Members of the Jamaican Canadian Association board a bus shortly after arriving in Jamaica for the celebration of Miss Lou 100th birthday\" class=\"wp-image-8067\" /><figcaption>Members of the Jamaican Canadian Association board a bus shortly after arriving in Jamaica for the celebration of Miss Lou 100th birthday. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>More than 50 members of the Jamaican Canadian Association of Toronto recently arrived in Jamaica to celebrate the life and work of renowned poet and cultural icon Louise Bennett-Coverley, more popularly known as ‘Miss Lou’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> recently caught up with the members as they arrived in Jamaica at the Sangster International Airport in Montego Bay where they expressed joy at being able to come to Jamaica and share in the experience. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7884} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-1-1024x863.jpg\" alt=\"\" class=\"wp-image-7884\" /><figcaption>Miss Lou</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Adaoma Patterson, president of the\norganisation, said that Miss Lou had a big connection in Toronto, where she\nlived for some time, and so they are celebrating in Toronto but also decided to\njoin in the local festivities in Jamaica. On September 1, the 100-day\ncelebration of Miss Lou began with a church service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Miss Lou, who died in 2006, would\nhave celebrated her 100th birthday on September 7. After she died in Canada,\nher body was returned to Jamaica where she was buried in the National Heroes\nPark in a section reserved for cultural icons.</p>\n<!-- /wp:paragraph -->','Jamaican Canadian Association joins ‘Miss Lou’ celebrations','','inherit','closed','closed','','8066-revision-v1','','','2019-09-08 17:16:44','2019-09-08 22:16:44','',8066,'https://buzz-caribbean.com/article/8066-revision-v1/',0,'revision','',0),(8069,23,'2019-09-08 20:34:41','2019-09-09 01:34:41','<!-- wp:image {\"id\":8070} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/etana-20190908C-1024x576.jpg\" alt=\"Reggae singer Etana\" class=\"wp-image-8070\" /><figcaption>Reggae singer Etana (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The ‘Strong One’ Etana has come under much fire for a\nsquabble she had on Twitter with media personality Nikki Z.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier this week Nikki Z posted a photo of her and\nEtana with the hashtag #loclife. The hashtag was created by Ava Duvernay after\nan incident in Chicago where black men’s dreadlocks were being cut so that they\ncould live a better life, according to Sally Havelgrove, the founder and executive\ndirector of Chicago-based Crushers Club.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Let’s replace those images of a Trump supporter\ngleefully cutting a young black man’s locs to give him a “better life” … with\nthe beauty and majesty of life with locs. If you adorn yourself with natural\nlocs, share your pictures with the hashtag #loclife. I’ll start. xo,” DuVernay\ntweeted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nikki Z wanted to support the hashtag, so she posted a\nphoto of her and Etana. Etana quickly responded, saying: “Leave me out of your\npolitical Tweets. I will talk about and get involved in what I choose.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8071} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/nikki-z-etana.png\" alt=\"Nikki Z (right) posted this photo of her and Etana to show support for #loclife.\" class=\"wp-image-8071\" /><figcaption>Nikki Z (right) posted this photo of herself and Etana to show support for #loclife. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Surprised by the response, Nikki calmly defended\nherself. “Did not even think of it in any offensive way… just grabbed the first\ncute pic with my locs. No offense was meant, but I get you,” she said on\nTwitter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The matter escalated when Etana referred to called\nNikki Z as an “industry mattress” in her response. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I see the industry mattress coming at me but I know\nenough about such a character to know they just need a hug,” Etana said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That response did not go down well with several social\nmedia users, who said that Etana had gone too far. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I thought Etana was a conscious woman, but when she\nsaid she voted for Trump I knew she lost her mind,” one social media user said.\nAnother user commented: “Etana too much... Smh”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"She has apologised for what she said and I for the misunderstanding.” </p><cite>— Nikki Z</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Later Saturday evening, Etana sounded her truth in a\nvoice note on the matter, noting that Nikki Z explained she had no recent\n\"cute\" photo, and the one they took at Reggae Sumfest in July was the\nonly one. She added that she is all for togetherness and love among\nwomen.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In putting the matter behind her, Nikki Z took to Instagram\nwhere she made a post about the incident. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I posted a pic because that picture is beautiful and\nshowed power&nbsp;#melanin&nbsp;Power... the big puffy afro, the locs. There\nwas no other thought behind it,” she said. “We spoke, we understood, and we are\nboth past it. I forgive and forget. She has apologised for what she said and I\nfor the misunderstanding.”</p>\n<!-- /wp:paragraph -->','Etana receives backlash for calling Nikki Z ‘industry mattress’','','publish','open','closed','','etana-receives-backlash-for-calling-nikki-z-industry-mattress','','','2019-09-08 17:51:08','2019-09-08 22:51:08','',0,'https://buzz-caribbean.com/?p=8069',0,'post','',0),(8070,9,'2019-09-08 17:45:36','2019-09-08 22:45:36','','etana-20190908C','','inherit','open','closed','','etana-20190908c','','','2019-09-08 17:45:36','2019-09-08 22:45:36','',8069,'https://buzz-caribbean.com/app/uploads/2019/09/etana-20190908C.jpg',0,'attachment','image/jpeg',0),(8071,9,'2019-09-08 17:46:31','2019-09-08 22:46:31','','nikki-z-etana','','inherit','open','closed','','nikki-z-etana','','','2019-09-08 17:46:31','2019-09-08 22:46:31','',8069,'https://buzz-caribbean.com/app/uploads/2019/09/nikki-z-etana.png',0,'attachment','image/png',0),(8072,9,'2019-09-08 17:49:39','2019-09-08 22:49:39','<!-- wp:image {\"id\":8070} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/etana-20190908C-1024x576.jpg\" alt=\"Reggae singer Etana\" class=\"wp-image-8070\" /><figcaption>Reggae singer Etana (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The ‘Strong One’ Etana has come under much fire for a\nsquabble she had on Twitter with media personality Nikki Z.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier this week Nikki Z posted a photo of her and\nEtana with the hashtag #loclife. The hashtag was created by Ava Duvernay after\nan incident in Chicago where black men’s dreadlocks were being cut so that they\ncould live a better life, according to Sally Havelgrove, the founder and executive\ndirector of Chicago-based Crushers Club.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Let’s replace those images of a Trump supporter\ngleefully cutting a young black man’s locs to give him a “better life” … with\nthe beauty and majesty of life with locs. If you adorn yourself with natural\nlocs, share your pictures with the hashtag #loclife. I’ll start. xo,” DuVernay\ntweeted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nikki Z wanted to support the hashtag, so she posted a\nphoto of her and Etana. Etana quickly responded, saying: “Leave me out of your\npolitical Tweets. I will talk about and get involved in what I choose.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8071} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/nikki-z-etana.png\" alt=\"Nikki Z (right) posted this photo of her and Etana to show support for #loclife.\" class=\"wp-image-8071\" /><figcaption>Nikki Z (right) posted this photo of her and Etana to show support for #loclife. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Surprised by the response, Nikki calmly defended\nherself. “Did not even think of it in any offensive way… just grabbed the first\ncute pic with my locs. No offense was meant, but I get you,” she said on\nTwitter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The matter escalated when Etana referred to called\nNikki Z as an “industry mattress” in her response. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I see the industry mattress coming at me but I know\nenough about such a character to know they just need a hug,” Etana said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That response did not go down well with several social\nmedia users, who said that Etana had gone too far. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I thought Etana was a conscious woman, but when she\nsaid she voted for Trump I knew she lost her mind,” one social media user said.\nAnother user commented: “Etana too much... Smh”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"She has apologised for what she said and I for the misunderstanding.” </p><cite>— Nikki Z</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Later Saturday evening, Etana sounded her truth in a\nvoice note on the matter, noting that Nikki Z explained she had no recent\n\"cute\" photo, and the one they took at Reggae Sumfest in July was the\nonly one. She added that she is all for togetherness and love among\nwomen.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In putting the matter behind her, Nikki Z took to Instagram\nwhere she made a post about the incident. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I posted a pic because that picture is beautiful and\nshowed power&nbsp;#melanin&nbsp;Power... the big puffy afro, the locs. There\nwas no other thought behind it,” she said. “We spoke, we understood, and we are\nboth past it. I forgive and forget. She has apologised for what she said and I\nfor the misunderstanding.”</p>\n<!-- /wp:paragraph -->','Etana receives backlash for calling Nikki Z ‘industry mattress’','','inherit','closed','closed','','8069-revision-v1','','','2019-09-08 17:49:39','2019-09-08 22:49:39','',8069,'https://buzz-caribbean.com/article/8069-revision-v1/',0,'revision','',0),(8073,9,'2019-09-08 17:50:52','2019-09-08 22:50:52','<!-- wp:image {\"id\":8070} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/etana-20190908C-1024x576.jpg\" alt=\"Reggae singer Etana\" class=\"wp-image-8070\" /><figcaption>Reggae singer Etana (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The ‘Strong One’ Etana has come under much fire for a\nsquabble she had on Twitter with media personality Nikki Z.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier this week Nikki Z posted a photo of her and\nEtana with the hashtag #loclife. The hashtag was created by Ava Duvernay after\nan incident in Chicago where black men’s dreadlocks were being cut so that they\ncould live a better life, according to Sally Havelgrove, the founder and executive\ndirector of Chicago-based Crushers Club.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Let’s replace those images of a Trump supporter\ngleefully cutting a young black man’s locs to give him a “better life” … with\nthe beauty and majesty of life with locs. If you adorn yourself with natural\nlocs, share your pictures with the hashtag #loclife. I’ll start. xo,” DuVernay\ntweeted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nikki Z wanted to support the hashtag, so she posted a\nphoto of her and Etana. Etana quickly responded, saying: “Leave me out of your\npolitical Tweets. I will talk about and get involved in what I choose.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8071} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/nikki-z-etana.png\" alt=\"Nikki Z (right) posted this photo of her and Etana to show support for #loclife.\" class=\"wp-image-8071\" /><figcaption>Nikki Z (right) posted this photo of herself and Etana to show support for #loclife. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Surprised by the response, Nikki calmly defended\nherself. “Did not even think of it in any offensive way… just grabbed the first\ncute pic with my locs. No offense was meant, but I get you,” she said on\nTwitter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The matter escalated when Etana referred to called\nNikki Z as an “industry mattress” in her response. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I see the industry mattress coming at me but I know\nenough about such a character to know they just need a hug,” Etana said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That response did not go down well with several social\nmedia users, who said that Etana had gone too far. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I thought Etana was a conscious woman, but when she\nsaid she voted for Trump I knew she lost her mind,” one social media user said.\nAnother user commented: “Etana too much... Smh”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"She has apologised for what she said and I for the misunderstanding.” </p><cite>— Nikki Z</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Later Saturday evening, Etana sounded her truth in a\nvoice note on the matter, noting that Nikki Z explained she had no recent\n\"cute\" photo, and the one they took at Reggae Sumfest in July was the\nonly one. She added that she is all for togetherness and love among\nwomen.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In putting the matter behind her, Nikki Z took to Instagram\nwhere she made a post about the incident. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I posted a pic because that picture is beautiful and\nshowed power&nbsp;#melanin&nbsp;Power... the big puffy afro, the locs. There\nwas no other thought behind it,” she said. “We spoke, we understood, and we are\nboth past it. I forgive and forget. She has apologised for what she said and I\nfor the misunderstanding.”</p>\n<!-- /wp:paragraph -->','Etana receives backlash for calling Nikki Z ‘industry mattress’','','inherit','closed','closed','','8069-revision-v1','','','2019-09-08 17:50:52','2019-09-08 22:50:52','',8069,'https://buzz-caribbean.com/article/8069-revision-v1/',0,'revision','',0),(8074,23,'2019-09-08 21:30:08','2019-09-09 02:30:08','<!-- wp:image {\"id\":8075} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-A-NEW-20190908-1024x683.jpg\" alt=\" Excelsior was no match for the purple-blooded Kingston College. \" class=\"wp-image-8075\" /><figcaption> Excelsior was no match for the purple-blooded Kingston College. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Scores of patrons turned out at the\nCatherine Hall Sports Complex in Montego Bay, Jamaica, to witness the start of\nthe new schoolboy football season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Three games were slated for the day\nwith the opening match seeing defending DaCosta Cup champions Clarendon College\nand Lennon High playing to a tame 1-1 draw. However, things got going in the\nsecond match where defending Manning Cup champions Kingston College romped home\nto a 4-0 victory over Excelsior. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8076} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-New-B-20190908-1024x683.jpg\" alt=\"The match between defending DaCosta Cup champions Clarendon College and Lennon High ended at 1-1.  \" class=\"wp-image-8076\" /><figcaption>The match between defending DaCosta Cup champions Clarendon College and Lennon High ended at 1-1.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The crowd got bigger for the final\ngame which saw Cornwall College taking on Irwin High. The game was action-packed,\nbut Cornwall went behind to free kick late in the first half. However, they got\nlucky when an obvious penalty was not called, and they managed to come from\nbehind late to beat Irwin 2-1, much to the chagrin of several Irwin supporters\nwho began streaming out of the stadium. </p>\n<!-- /wp:paragraph -->','Exciting start to the schoolboy football season','','publish','open','closed','','exciting-start-to-the-schoolboy-football-season','','','2019-09-08 18:09:32','2019-09-08 23:09:32','',0,'https://buzz-caribbean.com/?p=8074',0,'post','',0),(8075,9,'2019-09-08 18:04:51','2019-09-08 23:04:51','','schoolboy-football-A-NEW-20190908','','inherit','open','closed','','schoolboy-football-a-new-20190908','','','2019-09-08 18:04:51','2019-09-08 23:04:51','',8074,'https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-A-NEW-20190908.jpg',0,'attachment','image/jpeg',0),(8076,9,'2019-09-08 18:05:04','2019-09-08 23:05:04','','schoolboy-football-New-B-20190908','','inherit','open','closed','','schoolboy-football-new-b-20190908','','','2019-09-08 18:05:04','2019-09-08 23:05:04','',8074,'https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-New-B-20190908.jpg',0,'attachment','image/jpeg',0),(8077,9,'2019-09-08 18:09:11','2019-09-08 23:09:11','<!-- wp:image {\"id\":8075} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-A-NEW-20190908-1024x683.jpg\" alt=\" Excelsior was no match for the purple-blooded Kingston College. \" class=\"wp-image-8075\" /><figcaption> Excelsior was no match for the purple-blooded Kingston College. (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Scores of patrons turned out at the\nCatherine Hall Sports Complex in Montego Bay, Jamaica, to witness the start of\nthe new schoolboy football season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Three games were slated for the day\nwith the opening match seeing defending DaCosta Cup champions Clarendon College\nand Lennon High playing to a tame 1-1 draw. However, things got going in the\nsecond match where defending Manning Cup champions Kingston College romped home\nto a 4-0 victory over Excelsior. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8076} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-New-B-20190908-1024x683.jpg\" alt=\"The match between defending DaCosta Cup champions Clarendon College and Lennon High ended at 1-1.  \" class=\"wp-image-8076\" /><figcaption>The match between defending DaCosta Cup champions Clarendon College and Lennon High ended at 1-1.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The crowd got bigger for the final\ngame which saw Cornwall College taking on Irwin High. The game was action-packed,\nbut Cornwall went behind to free kick late in the first half. However, they got\nlucky when an obvious penalty was not called, and they managed to come from\nbehind late to beat Irwin 2-1, much to the chagrin of several Irwin supporters\nwho began streaming out of the stadium. </p>\n<!-- /wp:paragraph -->','Exciting start to the schoolboy football season','','inherit','closed','closed','','8074-revision-v1','','','2019-09-08 18:09:11','2019-09-08 23:09:11','',8074,'https://buzz-caribbean.com/article/8074-revision-v1/',0,'revision','',0),(8078,21,'2019-09-08 22:13:20','2019-09-09 03:13:20','<!-- wp:image {\"id\":8079} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kendall-jenner.jpg\" alt=\"Kendall Jenner\" class=\"wp-image-8079\" /><figcaption> Kendall Jenner </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kendall Jenner misses walking on the catwalk.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Keeping Up With The Kardashians</strong> star is just a spectator at this year\'s New York Fashion Week, but she admits she felt a bit envious watching her fellow models.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She told Vogue.com: \"It\'s a lot more mellow to just go, but I won\'t lie, today I was missing it. I was watching the girls and I was like, \'Damn, I kind of want to walk.\'\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Kendall previously confessed she dreams of living on a farm \"in the middle of nowhere\" one day as the pressure of being in the public eye sometimes gets to her and she \"freaks out\" if things aren\'t going the way she planned.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"I feel like the life I live is extraordinary in a lot of ways but that it also comes with a lot of responsibilities. I\'ve had to grow up pretty fast and deal with situations most 22-year-olds aren\'t really put into. There are days and weeks and months when you just don\'t stop. Some days I just want to go live on a farm and not talk to anyone and just exist in the middle of nowhere.\"</p>\n<!-- /wp:paragraph -->','Kendall Jenner \'missing\' the catwalk','','publish','open','closed','','kendall-jenner-missing-the-catwalk','','','2019-09-08 18:18:46','2019-09-08 23:18:46','',0,'https://buzz-caribbean.com/?p=8078',0,'post','',0),(8079,9,'2019-09-08 18:14:18','2019-09-08 23:14:18','','kendall-jenner','','inherit','open','closed','','kendall-jenner','','','2019-09-08 18:14:18','2019-09-08 23:14:18','',8078,'https://buzz-caribbean.com/app/uploads/2019/09/kendall-jenner.jpg',0,'attachment','image/jpeg',0),(8080,9,'2019-09-08 18:16:42','2019-09-08 23:16:42','<!-- wp:image {\"id\":8079} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kendall-jenner.jpg\" alt=\"Kendall Jenner\" class=\"wp-image-8079\" /><figcaption> Kendall Jenner </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kendall Jenner misses walking on the catwalk.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Keeping Up With The Kardashians</strong> star is just a spectator at this year\'s New York Fashion Week, but she admits she felt a bit envious watching her fellow models.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She told Vogue.com: \"It\'s a lot more mellow to just go, but I won\'t lie, today I was missing it. I was watching the girls and I was like, \'Damn, I kind of want to walk.\'\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Kendall previously confessed she dreams of living on a farm \"in the middle of nowhere\" one day as the pressure of being in the public eye sometimes gets to her and she \"freaks out\" if things aren\'t going the way she planned.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"I feel like the life I live is extraordinary in a lot of ways but that it also comes with a lot of responsibilities. I\'ve had to grow up pretty fast and deal with situations most 22-year-olds aren\'t really put into. There are days and weeks and months when you just don\'t stop. Some days I just want to go live on a farm and not talk to anyone and just exist in the middle of nowhere.\"</p>\n<!-- /wp:paragraph -->','Kendall Jenner \'missing\' the catwalk','','inherit','closed','closed','','8078-revision-v1','','','2019-09-08 18:16:42','2019-09-08 23:16:42','',8078,'https://buzz-caribbean.com/article/8078-revision-v1/',0,'revision','',0),(8083,21,'2019-09-09 10:45:08','2019-09-09 15:45:08','<!-- wp:image {\"id\":8084} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/tina-turner-20190909.jpg\" alt=\"\" class=\"wp-image-8084\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tina Turner doesn\'t think she could \"ever\" forgive Ike Turner\'s abuse.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 79-year-old singer no longer worries about her late former spouse - who passed away in 2007 - but will never accept why he abused her and controlled her life until they split in 1976.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"I don\'t know if I could ever forgive all that Ike ever did to me. [But] Ike\'s dead. So we don\'t have to worry about him.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I had a terrible life.\"</p><cite>— Tina Turner </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Simply The Best</strong> hitmaker also admitted she has never spoken about the full extent of Ike\'s abuse because she is still \"ashamed\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She told the New York Times newspaper: \"I think I\'m ashamed. I feel I told enough.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>What\'s Love Got To Do With It</strong> singer doesn\'t think she should be seen as a \"strong\" person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"I identify only with my life. I was busy doing it. Doing the work. I don\'t necessarily want to be a \'strong\' person. I had a terrible life. I just kept going. You just keep going, and you hope that something will come... This [life now] came.\"</p>\n<!-- /wp:paragraph -->','Although he died in 2007, Tina Turner can\'t forgive Ike Turner','','publish','open','closed','','although-he-died-in-2007-tina-turner-cant-forgive-ike-turner','','','2019-09-09 10:45:10','2019-09-09 15:45:10','',0,'https://buzz-caribbean.com/?p=8083',0,'post','',0),(8084,9,'2019-09-09 10:41:06','2019-09-09 15:41:06','','tina-turner-20190909','','inherit','open','closed','','tina-turner-20190909','','','2019-09-09 10:41:06','2019-09-09 15:41:06','',8083,'https://buzz-caribbean.com/app/uploads/2019/09/tina-turner-20190909.jpg',0,'attachment','image/jpeg',0),(8085,9,'2019-09-09 10:44:18','2019-09-09 15:44:18','<!-- wp:image {\"id\":8084} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/tina-turner-20190909.jpg\" alt=\"\" class=\"wp-image-8084\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tina Turner doesn\'t think she could \"ever\" forgive Ike Turner\'s abuse.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 79-year-old singer no longer worries about her late former spouse - who passed away in 2007 - but will never accept why he abused her and controlled her life until they split in 1976.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"I don\'t know if I could ever forgive all that Ike ever did to me. [But] Ike\'s dead. So we don\'t have to worry about him.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I had a terrible life.\"</p><cite>— Tina Turner </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Simply The Best</strong> hitmaker also admitted she has never spoken about the full extent of Ike\'s abuse because she is still \"ashamed\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She told the New York Times newspaper: \"I think I\'m ashamed. I feel I told enough.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>What\'s Love Got To Do With It</strong> singer doesn\'t think she should be seen as a \"strong\" person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"I identify only with my life. I was busy doing it. Doing the work. I don\'t necessarily want to be a \'strong\' person. I had a terrible life. I just kept going. You just keep going, and you hope that something will come... This [life now] came.\"</p>\n<!-- /wp:paragraph -->','Although he died in 2007, Tina Turner can\'t forgive Ike Turner','','inherit','closed','closed','','8083-revision-v1','','','2019-09-09 10:44:18','2019-09-09 15:44:18','',8083,'https://buzz-caribbean.com/article/8083-revision-v1/',0,'revision','',0),(8086,21,'2019-09-09 11:12:16','2019-09-09 16:12:16','<!-- wp:image {\"id\":8087} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kenute-Hare-DSC_1189-1024x684.jpg\" alt=\"Director of the Road Safety Unit, Kenute Hare\" class=\"wp-image-8087\" /><figcaption> Director of the Road Safety Unit, Kenute Hare </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Director of the Road Safety Unit,\nKenute Hare, is imploring students not to get into taxis and buses operated by\nreckless drivers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Don’t allow anybody to ‘bun up’ any\nspeedometer with you. If you know anybody, who drive bad, come out of the\nvehicle. Come out. Life is sweet, life is nice. It is better to be here alive\nand here walking freely than in a hospital,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Don’t allow anybody to ‘bun up’ any speedometer with you.\"</p><cite>—  Kenute Hare </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He was addressing wards of the Mount\nOlivet Boys’ Home in Walderston, Manchester, at a recent Career Day activity. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He told the boys that many road\ncrashes resulted from human error and encouraged them to think about their own\nsafety as they traverse the roads daily. He noted that making the wrong decision\nabout which vehicle they enter could have a serious impact on their lives,\nrobbing them of their future.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Do you know how many children are\ndisadvantaged because of traffic crashes? Lives have been destroyed in this\ncountry because of traffic crashes. Traffic crashes bring suffering and\ndisaster,” he stressed.</p>\n<!-- /wp:paragraph -->','Come out of the vehicle! Students urged to avoid reckless drivers','','publish','open','closed','','come-out-of-the-vehicle-students-urged-to-avoid-reckless-drivers','','','2019-09-09 11:12:16','2019-09-09 16:12:16','',0,'https://buzz-caribbean.com/?p=8086',0,'post','',0),(8087,9,'2019-09-09 11:09:27','2019-09-09 16:09:27','','Kenute-Hare-DSC_1189','','inherit','open','closed','','kenute-hare-dsc_1189','','','2019-09-09 11:09:27','2019-09-09 16:09:27','',8086,'https://buzz-caribbean.com/app/uploads/2019/09/Kenute-Hare-DSC_1189.jpg',0,'attachment','image/jpeg',0),(8088,9,'2019-09-09 11:11:57','2019-09-09 16:11:57','<!-- wp:image {\"id\":8087} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kenute-Hare-DSC_1189-1024x684.jpg\" alt=\"Director of the Road Safety Unit, Kenute Hare\" class=\"wp-image-8087\" /><figcaption> Director of the Road Safety Unit, Kenute Hare </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Director of the Road Safety Unit,\nKenute Hare, is imploring students not to get into taxis and buses operated by\nreckless drivers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Don’t allow anybody to ‘bun up’ any\nspeedometer with you. If you know anybody, who drive bad, come out of the\nvehicle. Come out. Life is sweet, life is nice. It is better to be here alive\nand here walking freely than in a hospital,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Don’t allow anybody to ‘bun up’ any speedometer with you.\"</p><cite>—  Kenute Hare </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He was addressing wards of the Mount\nOlivet Boys’ Home in Walderston, Manchester, at a recent Career Day activity. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He told the boys that many road\ncrashes resulted from human error and encouraged them to think about their own\nsafety as they traverse the roads daily. He noted that making the wrong decision\nabout which vehicle they enter could have a serious impact on their lives,\nrobbing them of their future.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Do you know how many children are\ndisadvantaged because of traffic crashes? Lives have been destroyed in this\ncountry because of traffic crashes. Traffic crashes bring suffering and\ndisaster,” he stressed.</p>\n<!-- /wp:paragraph -->','Come out of the vehicle! Students urged to avoid reckless drivers','','inherit','closed','closed','','8086-revision-v1','','','2019-09-09 11:11:57','2019-09-09 16:11:57','',8086,'https://buzz-caribbean.com/article/8086-revision-v1/',0,'revision','',0),(8089,23,'2019-09-09 12:35:47','2019-09-09 17:35:47','<!-- wp:image {\"id\":8091} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/warren-weir-engagement-A-1024x683.jpg\" alt=\"Warren Weir proposed to his girlfriend Alexan recently. \" class=\"wp-image-8091\" /><figcaption>Warren Weir proposed to his girlfriend Alexan recently. He posted the photo on Instagram on Sunday night.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Olympian Warren Weir has popped the question to his longtime girlfriend, Alexan Stewart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Weir posted a photo on Instagram on Sunday showing him\non his knees giving a ring to Alexan. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I pray that God somehow turns you back into one of my ribs so I won’t have to spend an entire day without you,” he said in the accompanying caption. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8092} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/warren-weir-engagement-BBB-1024x815.jpg\" alt=\"Warren Weir and his fiancee Alexan Stewart during their trip to the Bahamas.\" class=\"wp-image-8092\" /><figcaption>Warren Weir and his fiancee, Alexan Stewart, during their trip to the Bahamas. (Photo: Instagram @warren_weir)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The special moment was also shown in a video on his\nYouTube page, ‘Weirzworld’. The video also shows other aspects of their trip to\nthe Bahamas. The trip was a surprise gift for Alexan’s birthday in August. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Social media was abuzz following the post, as the two\nhad been on and off for some time. The couple also received many congratulatory\nmessages and words of encouragement. </p>\n<!-- /wp:paragraph -->','Warren Weir proposes to girlfriend Alexan','','publish','open','closed','','warren-weir-proposes-to-girlfriend-alexan','','','2019-09-09 12:35:48','2019-09-09 17:35:48','',0,'https://buzz-caribbean.com/?p=8089',0,'post','',0),(8091,9,'2019-09-09 12:18:49','2019-09-09 17:18:49','','warren-weir-engagement-A','','inherit','open','closed','','warren-weir-engagement-a','','','2019-09-09 12:18:49','2019-09-09 17:18:49','',8089,'https://buzz-caribbean.com/app/uploads/2019/09/warren-weir-engagement-A.jpg',0,'attachment','image/jpeg',0),(8092,9,'2019-09-09 12:19:55','2019-09-09 17:19:55','','warren-weir-engagement-BBB','','inherit','open','closed','','warren-weir-engagement-bbb','','','2019-09-09 12:19:55','2019-09-09 17:19:55','',8089,'https://buzz-caribbean.com/app/uploads/2019/09/warren-weir-engagement-BBB.jpg',0,'attachment','image/jpeg',0),(8093,9,'2019-09-09 12:34:28','2019-09-09 17:34:28','<!-- wp:image {\"id\":8091} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/warren-weir-engagement-A-1024x683.jpg\" alt=\"Warren Weir proposed to his girlfriend Alexan recently. \" class=\"wp-image-8091\" /><figcaption>Warren Weir proposed to his girlfriend Alexan recently. He posted the photo on Instagram on Sunday night.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Olympian Warren Weir has popped the question to his longtime girlfriend, Alexan Stewart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Weir posted a photo on Instagram on Sunday showing him\non his knees giving a ring to Alexan. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I pray that God somehow turns you back into one of my ribs so I won’t have to spend an entire day without you,” he said in the accompanying caption. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8092} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/warren-weir-engagement-BBB-1024x815.jpg\" alt=\"Warren Weir and his fiancee Alexan Stewart during their trip to the Bahamas.\" class=\"wp-image-8092\" /><figcaption>Warren Weir and his fiancee Alexan Stewart during their trip to the Bahamas. (Photo: Instagram @warren_weir)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The special moment was also shown in a video on his\nYouTube page, ‘Weirzworld’. The video also shows other aspects of their trip to\nthe Bahamas. The trip was a surprise gift for Alexan’s birthday in August. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Social media was abuzz following the post, as the two\nhad been on and off for some time. The couple also received many congratulatory\nmessages and words of encouragement. </p>\n<!-- /wp:paragraph -->','Warren Weir proposes to girlfriend Alexan','','inherit','closed','closed','','8089-revision-v1','','','2019-09-09 12:34:28','2019-09-09 17:34:28','',8089,'https://buzz-caribbean.com/article/8089-revision-v1/',0,'revision','',0),(8094,9,'2019-09-09 12:35:47','2019-09-09 17:35:47','<!-- wp:image {\"id\":8091} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/warren-weir-engagement-A-1024x683.jpg\" alt=\"Warren Weir proposed to his girlfriend Alexan recently. \" class=\"wp-image-8091\" /><figcaption>Warren Weir proposed to his girlfriend Alexan recently. He posted the photo on Instagram on Sunday night.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Olympian Warren Weir has popped the question to his longtime girlfriend, Alexan Stewart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Weir posted a photo on Instagram on Sunday showing him\non his knees giving a ring to Alexan. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I pray that God somehow turns you back into one of my ribs so I won’t have to spend an entire day without you,” he said in the accompanying caption. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8092} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/warren-weir-engagement-BBB-1024x815.jpg\" alt=\"Warren Weir and his fiancee Alexan Stewart during their trip to the Bahamas.\" class=\"wp-image-8092\" /><figcaption>Warren Weir and his fiancee, Alexan Stewart, during their trip to the Bahamas. (Photo: Instagram @warren_weir)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The special moment was also shown in a video on his\nYouTube page, ‘Weirzworld’. The video also shows other aspects of their trip to\nthe Bahamas. The trip was a surprise gift for Alexan’s birthday in August. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Social media was abuzz following the post, as the two\nhad been on and off for some time. The couple also received many congratulatory\nmessages and words of encouragement. </p>\n<!-- /wp:paragraph -->','Warren Weir proposes to girlfriend Alexan','','inherit','closed','closed','','8089-revision-v1','','','2019-09-09 12:35:47','2019-09-09 17:35:47','',8089,'https://buzz-caribbean.com/article/8089-revision-v1/',0,'revision','',0),(8096,21,'2019-09-09 12:53:01','2019-09-09 17:53:01','<!-- wp:image {\"id\":8098} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/cardi-B-20190909.jpg\" alt=\"Cardi B has hit out at trolls who have been criticising her for having plastic surgery.\" class=\"wp-image-8098\" /><figcaption> American rapper Cardi B </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cardi B has hit out at trolls who have been criticising her for having plastic surgery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Clout</strong> rapper took to Instagram to share a video of her ranting about the \"s***\" she gets for having cosmetic work done and called for women to start \"uplifting each other\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She captioned the clip: \"Am I bugging? Women talk about uplifting each other, but are we really uplifting each other? (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She then fumed: \"Let me tell you somethin\': I don\'t like talkin\' s*** about [a] bitch\'s body because I remember the struggle, baby. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I remember when I had no mother****in\' t*tties, and I remember when I had a fun-size a**.  I only come at people about their body when they\'re talking s*** about me.\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Women talk about uplifting each other, but are we really uplifting each other?\"</p><cite>— Cardi B</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old star - who has 12-month-old daughter Kulture with husband Offset - then blasted \"natural bitches\" who are judgemental despite having \"gotten their bodies done\". </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She continued: \"Y\'all going to be like \'Oh, she think she all that because she got her body done.\' But you ain\'t going to talk about how you were saying under her comments, \'Oh bitch, don\'t go to the ocean or you going to kill all the whales with your mother***in\' plastic a** body bitch.\' I bet you ain\'t going to say that.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The<strong> Hustlers</strong> star then brought up her \"natural\" sister and said she would never dream of dissing another woman because she is jealous of her modified appearance. </p>\n<!-- /wp:paragraph -->','Cardi B slams critics of her plastic surgery','','publish','open','closed','','cardi-b-slams-critics-of-her-plastic-surgery','','','2019-09-09 12:53:02','2019-09-09 17:53:02','',0,'https://buzz-caribbean.com/?p=8096',0,'post','',0),(8097,11,'2019-09-09 15:15:29','2019-09-09 20:15:29','<!-- wp:heading {\"level\":5} -->\n<h5><em>\"What will it take for people to understand the importance of having home insurance?\"</em></h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>That\'s the question from Insurance Association of Jamaica (IAJ) Executive Director, Orville Johnson, in a <strong>BUZZ </strong>interview on insuring homes in the Caribbean - particularly with our vulnerability to hurricane and earthquake damage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8132} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Orville-Johnson-Buzz-Caribbean-1024x614.jpg\" alt=\"\" class=\"wp-image-8132\" /><figcaption>Orville Johnson, IAJ, Executive Director</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mr Johnson shared his insight on the topic for potential and existing homeowners.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Why is it important to insure homes in the Caribbean?</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A\nhouse is the largest investment most persons make in a lifetime, if there is a\nloss due to any hazard such as a hurricane, earthquake or fire it is hard to\nreplace without insurance. There is no substitute for Insurance. It is even\nmore critical in the Caribbean which is in both a hurricane and an earthquake\nzone. The recent events in the Bahamas and in Dominica and Puerto Rico is\nevidence that with global warming the risk is greater.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Only 20-25% of Jamaican residences are insured.\"</p><cite>— Orville Johnson, IAJ President</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Is there a noted trend in Jamaica regarding home insurance?</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The trend in Jamaica has been that persons only buy Insurance when they have a mortgage on their house as it is a requirement of the lender. However, persons are less keen to protect their investment for themselves. Many in fact do not insure after the have paid off their mortgage. As a result, our numbers indicate that only 20-25% of Jamaican residences are insured.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>A house is the largest investment most persons make in a lifetime, if there is a loss due to any hazard...it is hard to replace without insurance.</p><cite>— Orville Johnson, IAJ President</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>What are some of the factors that contribute to persons not insuring their homes?</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Persons\nas I said do not consider at a priority, the say it is too expensive, others do\nnot trust insurance companies, others are under the mistaken notion that they\ncan manage without it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>What would be the recommendation for first-time homeowners?</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is very important that persons ensure they protect their house with insurance as it a very valuable asset which is a very important tool in achieving your financial goals. Over time it can be used to secure loans for education of children, acquire other property for investment and of course for retirement purposes.</p>\n<!-- /wp:paragraph -->','Home insurance — a need or want in the Caribbean?','','publish','open','closed','','home-insurance-a-need-or-want-in-the-caribbean','','','2019-09-09 15:15:31','2019-09-09 20:15:31','',0,'https://buzz-caribbean.com/?p=8097',0,'post','',0),(8098,9,'2019-09-09 12:43:52','2019-09-09 17:43:52','','cardi-B-20190909','','inherit','open','closed','','cardi-b-20190909','','','2019-09-09 12:43:52','2019-09-09 17:43:52','',8096,'https://buzz-caribbean.com/app/uploads/2019/09/cardi-B-20190909.jpg',0,'attachment','image/jpeg',0),(8099,9,'2019-09-09 12:51:28','2019-09-09 17:51:28','<!-- wp:image {\"id\":8098} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/cardi-B-20190909.jpg\" alt=\"Cardi B has hit out at trolls who have been criticising her for having plastic surgery.\" class=\"wp-image-8098\" /><figcaption> American rapper Cardi B </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cardi B has hit out at trolls who have been criticising her for having plastic surgery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Clout</strong> rapper took to Instagram to share a video of her ranting about the \"s***\" she gets for having cosmetic work done and called for women to start \"uplifting each other\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She captioned the clip: \"Am I bugging? Women talk about uplifting each other, but are we really uplifting each other? (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She then fumed: \"Let me tell you somethin\': I don\'t like talkin\' s*** about [a] bitch\'s body because I remember the struggle, baby. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I remember when I had no mother****in\' t*tties, and I remember when I had a fun-size a**.  I only come at people about their body when they\'re talking s*** about me.\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Women talk about uplifting each other, but are we really uplifting each other?\"</p><cite>— Cardi B</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The 26-year-old star - who has 12-month-old daughter Kulture with husband Offset - then blasted \"natural bitches\" who are judgemental despite having \"gotten their bodies done\". </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She continued: \"Y\'all going to be like \'Oh, she think she all that because she got her body done.\' But you ain\'t going to talk about how you were saying under her comments, \'Oh bitch, don\'t go to the ocean or you going to kill all the whales with your mother***in\' plastic a** body bitch.\' I bet you ain\'t going to say that.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The<strong> Hustlers</strong> star then brought up her \"natural\" sister and said she would never dream of dissing another woman because she is jealous of her modified appearance. </p>\n<!-- /wp:paragraph -->','Cardi B slams critics of her plastic surgery','','inherit','closed','closed','','8096-revision-v1','','','2019-09-09 12:51:28','2019-09-09 17:51:28','',8096,'https://buzz-caribbean.com/article/8096-revision-v1/',0,'revision','',0),(8100,23,'2019-09-09 13:06:38','2019-09-09 18:06:38','<!-- wp:image {\"id\":7911} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Konshens-Buzz-Caribbean-1024x614.jpg\" alt=\"Dancehall artiste Konshens\" class=\"wp-image-7911\" /><figcaption>Dancehall artiste Konshens</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Deejay Konshens is back on the\nBillboard Reggae Albums chart. This is his second appearance in just over a\nyear.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His fourth studio album, <strong>Bad Man vs Nice Guy</strong>, enters the chart at No. 16, selling 38 copies.  The 10-track album features songs like <strong>Up Move</strong>, <strong>Live Life</strong>, <strong>Bad Man</strong>, <strong>Back It Up</strong>, <strong>Space Flight</strong> (featuring Khxos), <strong>Set Up</strong> and <strong>Devil Eyes</strong> (featuring rapper Bakersteez).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bad Man vs Nice Guy</strong> was released\nAugust 30 via Subkonshus Music.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His 2018 album,<strong> It Feel Good</strong>, peaked at No. 11 on the chart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Born Garfield Spence, Konshens was a part of a duo called Sojah with his now-deceased brother Delus. He released his debut album <strong>Real Talk</strong> in 2010. It was a Japan-only release. His sophomore project <strong>Mental Maintenance</strong> was released in 2012 via VPAL Music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Known for hits such as <strong>Winner,</strong>\n<strong>Gal a Bubble</strong>, <strong>Stop Sign</strong> and <strong>Good Girl Gone Bad</strong> (featuring\nTarrus Riley), Konshens enjoyed international success with a remix of <strong>Bruck Off\nYuh Back</strong> (featuring Chris Brown) and <strong>Policeman</strong> with Dutch singer Eva\nSimmons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Policeman</strong>, which was\nreleased in 2015, has been certified Gold in the Netherlands, Germany and\nBelgium.</p>\n<!-- /wp:paragraph -->','Konshens hits Billboard with \'Bad Man vs Nice Guy\'','','publish','open','closed','','konshens-hits-billboard-with-bad-man-vs-nice-guy','','','2019-09-09 13:06:39','2019-09-09 18:06:39','',0,'https://buzz-caribbean.com/?p=8100',0,'post','',0),(8101,23,'2019-09-09 14:18:24','2019-09-09 19:18:24','<!-- wp:image {\"id\":8119} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/peter-phillips-1024x683.jpg\" alt=\"\" class=\"wp-image-8119\" /><figcaption>PNP President Dr Peter Phillips says vote-buying is a threat to democracy.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>People’s National Party (PNP) President Dr Peter Phillips is vowing to stomp out vote-buying in his party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Vote-buying is a threat to our democracy and should be stomped out and I intend to see that it is stomped out in the People’s National Party,” Phillps said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He made the remark during Saturday’s PNP presidential election at the National Arena in St Andrew. Phillips retained his post as president after beating off a challenge from Peter Bunting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There were accusations of vote-buying during the three-month-long campaign for the presidency. Generally, accusations of vote-buying have surfaced whenever there’s an election in Jamaica.</p>\n<!-- /wp:paragraph -->','Phillips to tackle vote-buying','','publish','open','closed','','phillips-to-tackle-vote-buying','','','2019-09-09 14:18:24','2019-09-09 19:18:24','',0,'https://buzz-caribbean.com/?p=8101',0,'post','',0),(8102,9,'2019-09-09 13:06:01','2019-09-09 18:06:01','<!-- wp:image {\"id\":7911} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Konshens-Buzz-Caribbean-1024x614.jpg\" alt=\"Dancehall artiste Konshens\" class=\"wp-image-7911\" /><figcaption>Dancehall artiste Konshens</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Deejay Konshens is back on the\nBillboard Reggae Albums chart. This is his second appearance in just over a\nyear.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His fourth studio album, <strong>Bad Man vs Nice Guy</strong>, enters the chart at No. 16, selling 38 copies.  The 10-track album features songs like <strong>Up Move</strong>, <strong>Live Life</strong>, <strong>Bad Man</strong>, <strong>Back It Up</strong>, <strong>Space Flight</strong> (featuring Khxos), <strong>Set Up</strong> and <strong>Devil Eyes</strong> (featuring rapper Bakersteez).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bad Man vs Nice Guy</strong> was released\nAugust 30 via Subkonshus Music.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His 2018 album,<strong> It Feel Good</strong>, peaked at No. 11 on the chart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Born Garfield Spence, Konshens was a part of a duo called Sojah with his now-deceased brother Delus. He released his debut album <strong>Real Talk</strong> in 2010. It was a Japan-only release. His sophomore project <strong>Mental Maintenance</strong> was released in 2012 via VPAL Music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Known for hits such as <strong>Winner,</strong>\n<strong>Gal a Bubble</strong>, <strong>Stop Sign</strong> and <strong>Good Girl Gone Bad</strong> (featuring\nTarrus Riley), Konshens enjoyed international success with a remix of <strong>Bruck Off\nYuh Back</strong> (featuring Chris Brown) and <strong>Policeman</strong> with Dutch singer Eva\nSimmons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Policeman</strong>, which was\nreleased in 2015, has been certified Gold in the Netherlands, Germany and\nBelgium.</p>\n<!-- /wp:paragraph -->','Konshens hits Billboard with \'Bad Man vs Nice Guy\'','','inherit','closed','closed','','8100-revision-v1','','','2019-09-09 13:06:01','2019-09-09 18:06:01','',8100,'https://buzz-caribbean.com/article/8100-revision-v1/',0,'revision','',0),(8103,14,'2019-09-09 13:39:31','2019-09-09 18:39:31','<!-- wp:image {\"id\":8110} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-hockey-buzz-demo.jpg\" alt=\"\" class=\"wp-image-8110\" /><figcaption>Champions!! Jamaica\'s national ice hockey dethrone Colombia in the grand finals of the 20-2019 Amerigo LATAM Cup in Florida on Sunday (Photo: Douglas Williams)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Without an ice rink, Jamaicans’ indomitable\nspirit mines gold.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jamaica’s national men’s ice hockey team celebrates its biggest win yet, beating defending champions Colombia 3-2 in the 2019 Amerigol LATAM Cup on Sunday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the team lifted the championship trophy,\nJamaicans at home and abroad, including Prime Minister Andrew Holness chimed in\nto congratulate them on a hard-fought victory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2MdKmDFTWU/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2MdKmDFTWU/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The grand final, which pitted the Jamaicans\nagainst the Colombians at the Panthers IceDen stadium in Coral Springs, Florida,\nnow raises the island’s hopes of participating in the sport at the next Winter\nOlympics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Amerigol Cup tournament included over\n400 players and 21 teams in four divisions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The win is made even more impressive, since\nthe team, having been formed seven years ago, is without an ice rink to train.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.facebook.com/mark.james.5264382/videos/10215010016509159/\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/mark.james.5264382/videos/10215010016509159/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Hoping to repeat the now-legendary exploits\nof Jamaica’s bobsled team, the men’s ice hockey outfit hopes that its efforts are\nworthy of financial support. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The group, made up mostly of players of\nJamaican lineage, wants to fully develop a hockey programme – with its ultimate\ngoal to participate at the Winter Olympics level. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With this win and an endorsement from Prime Minister Andrew Holness, the team has been increasing its fan base as it becomes better known in the hockey world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Congrats, #TEAMJamaica! </p>\n<!-- /wp:paragraph -->','Jamaica edges Colombia to claim 2019 Amerigol LATAM ice hockey cup','','publish','open','closed','','jamaica-edges-colombia-to-claim-2019-amerigol-latam-ice-hockey-cup','','','2019-09-09 13:47:59','2019-09-09 18:47:59','',0,'https://buzz-caribbean.com/?p=8103',0,'post','',0),(8104,4,'2019-09-09 13:19:37','2019-09-09 18:19:37','<!-- wp:paragraph -->\n<p>People’s National Party (PNP) President Dr Peter Phillips is vowing to stomp out vote-buying in his party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Phillips called the issue a threat to democracy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Vote-buying is a threat to our democracy and should be stomped out and I intend to see that it is stomped out in the People’s National Party,” Phillps said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He made the remark during Saturday’s PNP presidential election at the National Arena in St Andrew. Phillips retained his post as president after beating off a challenge from Peter Bunting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There were accusations of vote-buying during the three-month-long campaign for the presidency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Generally, accusations of vote-buying have surfaced whenever there’s an election in Jamaica.</p>\n<!-- /wp:paragraph -->','Phillips to tackle vote buying in the PNP','','inherit','closed','closed','','8101-revision-v1','','','2019-09-09 13:19:37','2019-09-09 18:19:37','',8101,'https://buzz-caribbean.com/article/8101-revision-v1/',0,'revision','',0),(8105,23,'2019-09-09 13:32:32','2019-09-09 18:32:32','<!-- wp:image {\"id\":8116} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/mark-golding-peter-bunting.jpg\" alt=\"\" class=\"wp-image-8116\" /><figcaption>Peter Bunting and Mark Golding have resigned as spokesperson for the PNP. (Photo: Courtesy Facebook/Mark Golding)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting and Mark\nGolding have resigned from the spokesperson council of the People’s National\nParty (PNP).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>News of their resignation comes days after Bunting was defeated by Dr Peter Phillips in the PNP presidential election on Saturday (Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Golding, who was a supporter of Bunting’s Rise United camp, was spokesperson on finance. Bunting was the spokesperson on commerce.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7975} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bunting-1024x683.jpg\" alt=\"\" class=\"wp-image-7975\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The men were appointed\nto their posts by Phillips in 2017.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Their resignations follow on the heels of Dr Dayton Campbell stepping aside as spokesperson on health.</p>\n<!-- /wp:paragraph -->','More casualties: Peter Bunting, Mark Golding resign','','publish','open','closed','','more-casualties-peter-bunting-mark-golding-resign','','','2019-09-09 15:20:24','2019-09-09 20:20:24','',0,'https://buzz-caribbean.com/?p=8105',0,'post','',0),(8106,4,'2019-09-09 13:32:32','2019-09-09 18:32:32','<!-- wp:image {\"id\":7975} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bunting-1024x683.jpg\" alt=\"\" class=\"wp-image-7975\" /><figcaption>Peter Bunting resigns as spokesperson.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting and Mark\nGolding have resigned from the spokesperson council of the People’s National\nParty (PNP).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>News of their resignation comes days after Bunting was defeated by Dr Peter Phillips in the PNP presidential election on Saturday (Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Golding, who was a supporter of Bunting’s Rise United camp, was spokesperson on finance. Bunting was the spokesperson on commerce.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The men were appointed\nto their posts by Phillips in 2017.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Their resignations\nfollow on the heels of Dr Dayton Campbell stepping aside as spokesperson on\nhealth. </p>\n<!-- /wp:paragraph -->','More casualties: Peter Bunting, Mark Golding resign','','inherit','closed','closed','','8105-revision-v1','','','2019-09-09 13:32:32','2019-09-09 18:32:32','',8105,'https://buzz-caribbean.com/article/8105-revision-v1/',0,'revision','',0),(8107,14,'2019-09-09 13:37:28','2019-09-09 18:37:28','<div id=\"fb-root\"></div><script async=\"1\" defer=\"1\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v4.0\"></script><div class=\"fb-video\" data-href=\"https://www.facebook.com/mark.james.5264382/videos/10215010016509159/\" data-width=\"1440\"><blockquote cite=\"https://www.facebook.com/mark.james.5264382/videos/10215010016509159/\" class=\"fb-xfbml-parse-ignore\"><a href=\"https://www.facebook.com/mark.james.5264382/videos/10215010016509159/\"></a><p>Jamaica Wins Ice Hockey Team vs Columbia Team #maysphotovideo #markajamesphotographer #eventphotographer #publishedphotographer #photographer #florida #internationalphotographer #icehockey2019 #goviral &#064;goviral #worldwide #jamaican Jamaicans.com &#064;goodmorningamerica &#064;gma #goodmorningamerica TVLine #tvline &#064;cnn Nationalhockey Championship ESPN Espnsports &#064;wplglocal10 &#064;wsnv-tv &#064;abc7ny  Television Jamaica Good Morning America</p>Posted by <a href=\"#\" role=\"button\">Mark James</a> on Sunday, September 8, 2019</blockquote></div>','','','publish','closed','closed','','ee970a5582565c8eb3039c2fb23bf16c','','','2019-09-09 13:37:28','2019-09-09 18:37:28','',0,'https://buzz-caribbean.com/article/ee970a5582565c8eb3039c2fb23bf16c/',0,'oembed_cache','',0),(8108,14,'2019-09-09 13:39:31','2019-09-09 18:39:31','<!-- wp:paragraph -->\n<p>Without an ice rink, Jamaicans’ indomitable\nspirit mines gold.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jamaica’s national men’s ice hockey team celebrates its biggest win yet, beating defending champions Colombia 3-2 in the 2019 Amerigol LATAM Cup on Sunday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the team lifted the championship trophy,\nJamaicans at home and abroad, including Prime Minister Andrew Holness chimed in\nto congratulate them on a hard-fought victory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The grand final, which pitted the Jamaicans\nagainst the Colombians at the Panthers IceDen stadium in Coral Springs, Florida,\nnow raises the island’s hopes of participating in the sport at the next Winter\nOlympics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Amerigol Cup tournament included over\n400 players and 21 teams in four divisions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The win is made even more impressive, since\nthe team, having been formed seven years ago, is without an ice rink to train.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.facebook.com/mark.james.5264382/videos/10215010016509159/\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/mark.james.5264382/videos/10215010016509159/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Hoping to repeat the now-legendary exploits\nof Jamaica’s bobsled team, the men’s ice hockey outfit hopes that its efforts are\nworthy of financial support. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.facebook.com/mark.james.5264382/videos/10215010016509159/\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/mark.james.5264382/videos/10215010016509159/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The group, made up mostly of players of\nJamaican lineage, wants to fully develop a hockey programme – with its ultimate\ngoal to participate at the Winter Olympics level. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With this win and an endorsement from Prime\nMinister Andrew Holness, the team has been increasing its fan base as it\nbecomes better known in the hockey world.</p>\n<!-- /wp:paragraph -->','Jamaica edges Colombia to claim 2019 Amerigol LATAM ice hockey cup','','inherit','closed','closed','','8103-revision-v1','','','2019-09-09 13:39:31','2019-09-09 18:39:31','',8103,'https://buzz-caribbean.com/article/8103-revision-v1/',0,'revision','',0),(8110,14,'2019-09-09 13:42:56','2019-09-09 18:42:56','','jamaica-hockey-buzz-demo','','inherit','open','closed','','jamaica-hockey-buzz-demo','','','2019-09-09 13:42:56','2019-09-09 18:42:56','',8103,'https://buzz-caribbean.com/app/uploads/2019/09/jamaica-hockey-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8112,14,'2019-09-09 13:47:57','2019-09-09 18:47:57','<!-- wp:image {\"id\":8110} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-hockey-buzz-demo.jpg\" alt=\"\" class=\"wp-image-8110\" /><figcaption>Champions!! Jamaica\'s national ice hockey dethrone Colombia in the grand finals of the 20-2019 Amerigo LATAM Cup in Florida on Sunday (Photo: Douglas Williams)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Without an ice rink, Jamaicans’ indomitable\nspirit mines gold.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jamaica’s national men’s ice hockey team celebrates its biggest win yet, beating defending champions Colombia 3-2 in the 2019 Amerigol LATAM Cup on Sunday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the team lifted the championship trophy,\nJamaicans at home and abroad, including Prime Minister Andrew Holness chimed in\nto congratulate them on a hard-fought victory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2MdKmDFTWU/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2MdKmDFTWU/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The grand final, which pitted the Jamaicans\nagainst the Colombians at the Panthers IceDen stadium in Coral Springs, Florida,\nnow raises the island’s hopes of participating in the sport at the next Winter\nOlympics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Amerigol Cup tournament included over\n400 players and 21 teams in four divisions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The win is made even more impressive, since\nthe team, having been formed seven years ago, is without an ice rink to train.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.facebook.com/mark.james.5264382/videos/10215010016509159/\",\"type\":\"video\",\"providerNameSlug\":\"facebook\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-facebook\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.facebook.com/mark.james.5264382/videos/10215010016509159/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Hoping to repeat the now-legendary exploits\nof Jamaica’s bobsled team, the men’s ice hockey outfit hopes that its efforts are\nworthy of financial support. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The group, made up mostly of players of\nJamaican lineage, wants to fully develop a hockey programme – with its ultimate\ngoal to participate at the Winter Olympics level. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With this win and an endorsement from Prime Minister Andrew Holness, the team has been increasing its fan base as it becomes better known in the hockey world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Congrats, #TEAMJamaica! </p>\n<!-- /wp:paragraph -->','Jamaica edges Colombia to claim 2019 Amerigol LATAM ice hockey cup','','inherit','closed','closed','','8103-revision-v1','','','2019-09-09 13:47:57','2019-09-09 18:47:57','',8103,'https://buzz-caribbean.com/article/8103-revision-v1/',0,'revision','',0),(8113,14,'2019-09-09 13:47:58','2019-09-09 18:47:58','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2MdKmDFTWU/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2MdKmDFTWU/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2MdKmDFTWU/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">A nation without ice brings sunshine to the cold! ?❄️ ?? Congratulations to Jamaica’s ice hockey team who won the 2019 Amerigol LATAM cup on Sunday by defeating defending champion Colombia 3-2  at the Florida Panthers Stadium in Coral Springs, Florida. #IceHockey  Photo credit: Douglas Williams.</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/andrewholnessjm/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Hon. Andrew Holness</a> (@andrewholnessjm) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-09T14:57:16+00:00\">Sep 9, 2019 at 7:57am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','b0d47d7c007686256f5067a8d8a4f25d','','','2019-09-09 13:47:58','2019-09-09 18:47:58','',0,'https://buzz-caribbean.com/article/b0d47d7c007686256f5067a8d8a4f25d/',0,'oembed_cache','',0),(8115,4,'2019-09-09 13:49:56','2019-09-09 18:49:56','<!-- wp:image {\"id\":7975} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bunting-1024x683.jpg\" alt=\"\" class=\"wp-image-7975\" /><figcaption>Peter Bunting resigns as spokesperson.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting and Mark\nGolding have resigned from the spokesperson council of the People’s National\nParty (PNP).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>News of their resignation comes days after Bunting was defeated by Dr Peter Phillips in the PNP presidential election on Saturday (Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Golding, who was a supporter of Bunting’s Rise United camp, was spokesperson on finance. Bunting was the spokesperson on commerce.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The men were appointed\nto their posts by Phillips in 2017.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Their resignations\nfollow on the heels of Dr Dayton Campbell stepping aside as spokesperson on\nhealth. </p>\n<!-- /wp:paragraph -->','More casualties: Peter Bunting, Mark Golding resign','','inherit','closed','closed','','8105-revision-v1','','','2019-09-09 13:49:56','2019-09-09 18:49:56','',8105,'https://buzz-caribbean.com/article/8105-revision-v1/',0,'revision','',0),(8116,4,'2019-09-09 13:50:23','2019-09-09 18:50:23','','mark-golding-peter-bunting','','inherit','open','closed','','mark-golding-peter-bunting','','','2019-09-09 13:50:23','2019-09-09 18:50:23','',8105,'https://buzz-caribbean.com/app/uploads/2019/09/mark-golding-peter-bunting.jpg',0,'attachment','image/jpeg',0),(8117,4,'2019-09-09 13:53:38','2019-09-09 18:53:38','<!-- wp:image {\"id\":8116} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/mark-golding-peter-bunting.jpg\" alt=\"\" class=\"wp-image-8116\" /><figcaption>Peter Bunting and Mark Golding have resigned as spokesperson for the PNP. (Photo: Courtesy Facebook/Mark Golding)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting and Mark\nGolding have resigned from the spokesperson council of the People’s National\nParty (PNP).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>News of their resignation comes days after Bunting was defeated by Dr Peter Phillips in the PNP presidential election on Saturday (Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Golding, who was a supporter of Bunting’s Rise United camp, was spokesperson on finance. Bunting was the spokesperson on commerce.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7975} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bunting-1024x683.jpg\" alt=\"\" class=\"wp-image-7975\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The men were appointed\nto their posts by Phillips in 2017.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Their resignations follow on the heels of Dr Dayton Campbell stepping aside as spokesperson on health.</p>\n<!-- /wp:paragraph -->','More casualties: Peter Bunting, Mark Golding resign','','inherit','closed','closed','','8105-revision-v1','','','2019-09-09 13:53:38','2019-09-09 18:53:38','',8105,'https://buzz-caribbean.com/article/8105-revision-v1/',0,'revision','',0),(8118,4,'2019-09-09 13:56:13','2019-09-09 18:56:13','','Mark Golding Peter Bunting Featured Image','','inherit','open','closed','','mark-golding-peter-bunting-featured-image','','','2019-09-09 13:56:13','2019-09-09 18:56:13','',0,'https://buzz-caribbean.com/app/uploads/2019/09/mark-golding-peter-bunting-featured-image.jpg',0,'attachment','image/jpeg',0),(8119,4,'2019-09-09 14:13:37','2019-09-09 19:13:37','','peter-phillips','','inherit','open','closed','','peter-phillips-2','','','2019-09-09 14:13:37','2019-09-09 19:13:37','',8101,'https://buzz-caribbean.com/app/uploads/2019/09/peter-phillips.jpg',0,'attachment','image/jpeg',0),(8120,23,'2019-09-09 14:38:25','2019-09-09 19:38:25','<!-- wp:image {\"id\":8121} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/SilveraChamber-of-Commerce-1024x683.jpg\" alt=\"President of the Montego Bay Chamber of Commerce and Industry, Janet Silvera\" class=\"wp-image-8121\" /><figcaption> President of the Montego Bay Chamber of Commerce and Industry, Janet Silvera </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>President of the Montego Bay Chamber\nof Commerce and Industry, Janet Silvera, says an all-hands-on-deck approach is\nneeded for Montego Bay to become the number one tourism and business hub in the\nCaribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Noting that there is very little room\nfor fence-sitters and armchair quarterbacks, Silvera said too much is at stake\nto allow the whims and fancies of the lawless to undermine the gains Montego\nBay residents have worked so hard to achieve.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Addressing business interests and\nstakeholders at a Sandals Resorts International-sponsored cocktail reception to\npromote MoBay Expo 2020 at the Appliance Traders Automotive (ATL) facility in\nMontego Bay last Wednesday, Silvera said that her organisation stands ready to\ndiscuss whatever it takes to restore the city to its lofty heights and to\ncreate a business environment that is investor-friendly and also free of fear.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Despite some obvious shortfalls, the\ncity has grown in stature and currently stands as the fastest developing city\nin the Caribbean. We have seen over the past 30 years, the high level of\ninfrastructural development, the growing world-renowned Business Processing\nOutsourcing (BPO) industry, the establishment of several university campuses,\nand investments by major hotel chains, as well as other major happenings,\nincluding a first-class and first world Convention Centre,” Silvera said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Despite some obvious shortfalls, the city has grown in stature and currently stands as the fastest developing city in the Caribbean.\"</p><cite>— Janet Silvera</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Silvera said that with so much in hand, it is incumbent on stakeholders to do everything in their power to sustain momentum and to ensure that the positive gains continue to take precedent over negativity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As head of the chamber, Silvera said that she wants stakeholders to be a part of initiatives such as the MoBay Expo that will ensure that the city becomes that business centre of the region.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The MoBay Expo will be held from March 6 to 8, 2020 at the Montego Bay Convention Centre in Rose Hall, St James. The expo will offer the opportunity to connect with the largest gathering of business professionals in Western Jamaica and discover the latest trends in the industry, while being exposed to new products and services. It will also focus on manufacturing, food processing, hospitality, education and training, financial services, business processing and communications technology.</p>\n<!-- /wp:paragraph -->','Let\'s protect our city: MoBay Chamber of Commerce head wants all hands on deck','','publish','open','closed','','lets-protect-our-city-mobay-chamber-of-commerce-head-wants-all-hands-on-deck','','','2019-09-09 14:38:26','2019-09-09 19:38:26','',0,'https://buzz-caribbean.com/?p=8120',0,'post','',0),(8121,9,'2019-09-09 14:16:03','2019-09-09 19:16:03','','SilveraChamber-of-Commerce','','inherit','open','closed','','silverachamber-of-commerce','','','2019-09-09 14:16:03','2019-09-09 19:16:03','',8120,'https://buzz-caribbean.com/app/uploads/2019/09/SilveraChamber-of-Commerce.jpg',0,'attachment','image/jpeg',0),(8122,4,'2019-09-09 14:18:13','2019-09-09 19:18:13','<!-- wp:image {\"id\":8119} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/peter-phillips-1024x683.jpg\" alt=\"\" class=\"wp-image-8119\" /><figcaption>PNP President Dr Peter Phillips says vote-buying is a threat to democracy.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>People’s National Party (PNP) President Dr Peter Phillips is vowing to stomp out vote-buying in his party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Vote-buying is a threat to our democracy and should be stomped out and I intend to see that it is stomped out in the People’s National Party,” Phillps said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He made the remark during Saturday’s PNP presidential election at the National Arena in St Andrew. Phillips retained his post as president after beating off a challenge from Peter Bunting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There were accusations of vote-buying during the three-month-long campaign for the presidency. Generally, accusations of vote-buying have surfaced whenever there’s an election in Jamaica.</p>\n<!-- /wp:paragraph -->','Phillips to tackle vote-buying','','inherit','closed','closed','','8101-revision-v1','','','2019-09-09 14:18:13','2019-09-09 19:18:13','',8101,'https://buzz-caribbean.com/article/8101-revision-v1/',0,'revision','',0),(8123,23,'2019-09-09 14:41:55','2019-09-09 19:41:55','<!-- wp:image {\"id\":8142} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/peter-phillis-dr-featured-image.jpg\" alt=\"\" class=\"wp-image-8142\" /><figcaption>Dr Peter Phillips</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>PNP President Dr Peter Phillips is asking members of the shadow cabinet, who have tendered their resignation, to remain in their post.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Phillips made the appeal through social media on Monday afternoon (Sept 9) following the resignation of Peter Bunting, Mark Golding and Dr Dayton Campbell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that the members should remain in their post and continue to monitor their assigned portfolio. He said he will be reorganizing the shadow cabinet after the PNP annual general conference on Sept 22.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8125} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/peter-resignation-tweet.jpg\" alt=\"\" class=\"wp-image-8125\" /><figcaption>Dr Peter Phillips\' tweets.</figcaption></figure>\n<!-- /wp:image -->','Dr Peter Phillips asks shadow cabinet members to remain in their posts','','publish','open','closed','','dr-peter-phillips-asks-shadow-cabinet-members-to-remain-in-their-posts','','','2019-09-09 15:27:04','2019-09-09 20:27:04','',0,'https://buzz-caribbean.com/?p=8123',0,'post','',0),(8124,14,'2019-09-09 15:17:19','2019-09-09 20:17:19','<!-- wp:image {\"id\":8131} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/doctor-sleep-buzz-demo-2-1024x549.jpg\" alt=\"\" class=\"wp-image-8131\" /><figcaption>Try not to scream when the ghosts of your past reach out to you (Photo: Warner Brothers Pictures)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Warner Brothers Studios are seemingly on a roll with <strong>Doctor Sleep</strong>, as horror fans are psyched for the upcoming sequel to the cult classic <strong>The Shining</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After the second and final trailer was\nbrilliantly teased on Sunday, the Stephen King best-seller is set for a\nhaunting return to the Overlook Hotel this November.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8133} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/doctor-sleep-buzz-demo-3-1024x576.jpg\" alt=\"\" class=\"wp-image-8133\" /><figcaption>\'Hereeeeeee\'s Danny!\' BUZZ approves of this nod to the horrifying axe scene in the 1980 Stanley Kubrik classic The Shining (Photo: Warner Brothers Pictures)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“The world is a hungry place, a dangerous place,”</p><cite> — Danny Torrance in a monologue during the final trailer for Doctor Sleep</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>Doctor Sleep</strong> masterfully continues the story of Danny Torrance, 40 years after the terrifying experiences of <strong>The Shining</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Still irrevocably scarred by the trauma he\nendured as a child at the Overlook, Danny Torrance has fought to find some\nsemblance of peace.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8137} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/doctor-sleep-buzz-demo-5-1024x545.jpg\" alt=\"\" class=\"wp-image-8137\" /><figcaption>Depressed and despondent, Dan Torrance wanders in life just seeking peace, but the horrors of the Overlook still scars him 40 years later (Photo: Warner Brothers Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Danny is caught off-guard after encountering Abra, a courageous teenager with her own powerful extrasensory gift, known as the “shine.”  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Abra, recognising that Dan shares her\npower, seeks him out, hoping he can be of help against Rose the Hat and her\nfollowers, The True Knot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Well, hi there! I haven’t felt power like that… IN. SO. Long,”</p><cite> — Rose the Hat in Doctor Sleep.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":8136} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/doctor-sleep-buzz-demo-7-1024x576.jpg\" alt=\"\" class=\"wp-image-8136\" /><figcaption>Rose the Hat hides her murderous intent behind a disarming smile (Photo: Warner Brothers Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The True Knot, a deranged cult, mercilessly\nhunt and feed off the shine of innocents in their quest for immortality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Forming an unlikely alliance, Dan and Abra\nengage in a brutal life-or-death battle with Rose.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Directed by Mike Flanagan, <strong>Doctor Sleep</strong> and its two trailers have not hinted on a return for Jack Nicholson and his iconic portrayal of ‘Jack Torrance’, but speculation runs wild on the internet of a surprise cameo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Check out the trailer below:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=BOzFZxB-8cw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=BOzFZxB-8cw\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>BUZZ fam, what do you think of this <strong>Shining</strong> sequel? Do you think <strong>Doctor Sleep</strong> will live up to the hype? Sound off in the comments section!!</p>\n<!-- /wp:paragraph -->','Doctor Sleep: ‘The Shining’ sequel no one saw coming but horror needed','','publish','open','closed','','doctor-sleep-the-shining-sequel-no-one-saw-coming-but-horror-needed','','','2019-09-09 15:17:19','2019-09-09 20:17:19','',0,'https://buzz-caribbean.com/?p=8124',0,'post','',0),(8125,4,'2019-09-09 14:36:02','2019-09-09 19:36:02','','peter-resignation-tweet','','inherit','open','closed','','peter-resignation-tweet','','','2019-09-09 14:36:02','2019-09-09 19:36:02','',8123,'https://buzz-caribbean.com/app/uploads/2019/09/peter-resignation-tweet.jpg',0,'attachment','image/jpeg',0),(8126,9,'2019-09-09 14:37:20','2019-09-09 19:37:20','<!-- wp:image {\"id\":8121} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/SilveraChamber-of-Commerce-1024x683.jpg\" alt=\"President of the Montego Bay Chamber of Commerce and Industry, Janet Silvera\" class=\"wp-image-8121\" /><figcaption> President of the Montego Bay Chamber of Commerce and Industry, Janet Silvera </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>President of the Montego Bay Chamber\nof Commerce and Industry, Janet Silvera, says an all-hands-on-deck approach is\nneeded for Montego Bay to become the number one tourism and business hub in the\nCaribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Noting that there is very little room\nfor fence-sitters and armchair quarterbacks, Silvera said too much is at stake\nto allow the whims and fancies of the lawless to undermine the gains Montego\nBay residents have worked so hard to achieve.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Addressing business interests and\nstakeholders at a Sandals Resorts International-sponsored cocktail reception to\npromote MoBay Expo 2020 at the Appliance Traders Automotive (ATL) facility in\nMontego Bay last Wednesday, Silvera said that her organisation stands ready to\ndiscuss whatever it takes to restore the city to its lofty heights and to\ncreate a business environment that is investor-friendly and also free of fear.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Despite some obvious shortfalls, the\ncity has grown in stature and currently stands as the fastest developing city\nin the Caribbean. We have seen over the past 30 years, the high level of\ninfrastructural development, the growing world-renowned Business Processing\nOutsourcing (BPO) industry, the establishment of several university campuses,\nand investments by major hotel chains, as well as other major happenings,\nincluding a first-class and first world Convention Centre,” Silvera said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Despite some obvious shortfalls, the city has grown in stature and currently stands as the fastest developing city in the Caribbean.\"</p><cite>— Janet Silvera</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Silvera said that with so much in hand, it is incumbent on stakeholders to do everything in their power to sustain momentum and to ensure that the positive gains continue to take precedent over negativity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As head of the chamber, Silvera said that she wants stakeholders to be a part of initiatives such as the MoBay Expo that will ensure that the city becomes that business centre of the region.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The MoBay Expo will be held from March 6 to 8, 2020 at the Montego Bay Convention Centre in Rose Hall, St James. The expo will offer the opportunity to connect with the largest gathering of business professionals in Western Jamaica and discover the latest trends in the industry, while being exposed to new products and services. It will also focus on manufacturing, food processing, hospitality, education and training, financial services, business processing and communications technology.</p>\n<!-- /wp:paragraph -->','Let\'s protect our city: MoBay Chamber of Commerce head wants all hands on deck','','inherit','closed','closed','','8120-revision-v1','','','2019-09-09 14:37:20','2019-09-09 19:37:20','',8120,'https://buzz-caribbean.com/article/8120-revision-v1/',0,'revision','',0),(8127,11,'2019-09-09 14:38:19','2019-09-09 19:38:19','<!-- wp:paragraph -->\n<p>What will it take for people to understand the importance of having home insurance?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That\'s the question from Insurance Association of Jamaica (IAJ) President Orville Johnson in a BUZZ interview on securing homes in the Caribbean - particularly with our vulnerability to hurricane and earthquake damage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr Johnson shared his insight on the topic for potential and existing homeowners.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Why is it important to insure homes in the Caribbean?</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A\nhouse is the largest investment most persons make in a lifetime, if there is a\nloss due to any hazard such as a hurricane, earthquake or fire it is hard to\nreplace without insurance. There is no substitute for Insurance. It is even\nmore critical in the Caribbean which is in both a hurricane and an earthquake\nzone. The recent events in the Bahamas and in Dominica and Puerto Rico is\nevidence that with global warming the risk is greater.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Only 20-25% of Jamaican residences are insured.\"</p><cite>— Orville Johnson, IAJ President</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Is there a noted trend in Jamaica regarding home insurance?</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The trend in Jamaica has been that persons only buy Insurance when they have a mortgage on their house as it is a requirement of the lender. However, persons are less keen to protect their investment for themselves. Many in fact do not insure after the have paid off their mortgage. As a result, our numbers indicate that only 20-25% of Jamaican residences are insured.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>A house is the largest investment most persons make in a lifetime, if there is a loss due to any hazard...it is hard to replace without insurance.</p><cite>— Orville Johnson, IAJ President</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>What are some of the factors that contribute to persons      not insuring their homes?</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Persons\nas I said do not consider at a priority, the say it is too expensive, others do\nnot trust insurance companies, others are under the mistaken notion that they\ncan manage without it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>What\nwould be the recommendation for first-time home owners?</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is very important that persons ensure they protect their house with insurance as it a very valuable asset which is a very important tool in achieving your financial goals. Over time it can be used to secure loans for education of children, acquire other property for investment and of course for retirement purposes.</p>\n<!-- /wp:paragraph -->','Home insurance — a need or want in the Caribbean?','','inherit','closed','closed','','8097-revision-v1','','','2019-09-09 14:38:19','2019-09-09 19:38:19','',8097,'https://buzz-caribbean.com/article/8097-revision-v1/',0,'revision','',0),(8128,23,'2019-09-09 15:17:48','2019-09-09 20:17:48','<!-- wp:image {\"id\":6070} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-1024x683.jpg\" alt=\"Bajan pop star Rihanna\" class=\"wp-image-6070\" /><figcaption>Bajan pop star Rihanna</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Universal Music France recently had their ‘Open\nSession’ in Paris where they listed a slew of artistes to expect albums from\nfor the rest of 2019. The announcement was made by CEO Olivier Nusse, who\nconfirmed that Rihanna will be dropping her album in December 2019. However,\nshe did not give any details on the body of work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Barbados-born singer Rihanna has been teasing fans\nwith the possibility of a dancehall/reggae album. In August, Demarco confirmed\non Entertainment Report that he had co-written a song for Rihanna. It is believed\nthat the song is called <strong>Private Loving</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Even if I don’t have time to shoot videos, I’m going to put an album out.”  </p><cite>— Rihanna </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Other Jamaican names that are expected to be featured on\nthe project are Koffee and Buju Banton.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Interview Magazine, Rihanna said: “I’ve gotten to\nthe point where I’m like, even if I don’t have time to shoot videos, I’m going\nto put an album out.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since the release of RiRi’s 2016 album, <strong>ANTI</strong>, fans have been asking her when she intends to drop her ninth studio album. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Rihanna to drop ninth album in December','','publish','open','closed','','rihanna-to-drop-ninth-album-in-december','','','2019-09-09 16:36:29','2019-09-09 21:36:29','',0,'https://buzz-caribbean.com/?p=8128',0,'post','',0),(8129,4,'2019-09-09 14:41:55','2019-09-09 19:41:55','<!-- wp:image {\"id\":4898} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/dr-peter-phillips-buzz-demo-819x1024.jpg\" alt=\"\" class=\"wp-image-4898\" /><figcaption>Dr Peter Phillips</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>PNP President Dr Peter Phillips is asking members of the shadow cabinet, who have tendered their resignation, to remain in their post.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Phillips made the appeal through social media on Monday afternoon (Sept 9) following the resignation of Peter Bunting, Mark Golding and Dr Dayton Campbell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that the members should remain in their post and continue to monitor their assigned portfolio. He said he will be reorganizing the shadow cabinet after the PNP annual general conference on Sept 22.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8125} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/peter-resignation-tweet.jpg\" alt=\"\" class=\"wp-image-8125\" /><figcaption>Dr Peter Phillips\' tweets.</figcaption></figure>\n<!-- /wp:image -->','Dr Peter Phillips asks shadow cabinet members to remain in their posts','','inherit','closed','closed','','8123-revision-v1','','','2019-09-09 14:41:55','2019-09-09 19:41:55','',8123,'https://buzz-caribbean.com/article/8123-revision-v1/',0,'revision','',0),(8130,4,'2019-09-09 14:48:33','2019-09-09 19:48:33','','Peter Phillis Dr','','inherit','open','closed','','peter-phillis-dr','','','2019-09-09 14:48:33','2019-09-09 19:48:33','',0,'https://buzz-caribbean.com/app/uploads/2019/09/peter-phillis-dr.jpg',0,'attachment','image/jpeg',0),(8131,14,'2019-09-09 14:58:33','2019-09-09 19:58:33','','doctor-sleep-buzz-demo-2','','inherit','open','closed','','doctor-sleep-buzz-demo-2','','','2019-09-09 14:58:33','2019-09-09 19:58:33','',8124,'https://buzz-caribbean.com/app/uploads/2019/09/doctor-sleep-buzz-demo-2.jpg',0,'attachment','image/jpeg',0),(8132,11,'2019-09-09 14:58:39','2019-09-09 19:58:39','','Orville-Johnson-Buzz-Caribbean','','inherit','open','closed','','orville-johnson-buzz-caribbean','','','2019-09-09 14:58:39','2019-09-09 19:58:39','',8097,'https://buzz-caribbean.com/app/uploads/2019/09/Orville-Johnson-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8133,14,'2019-09-09 14:58:57','2019-09-09 19:58:57','','doctor-sleep-buzz-demo-3','','inherit','open','closed','','doctor-sleep-buzz-demo-3','','','2019-09-09 14:58:57','2019-09-09 19:58:57','',8124,'https://buzz-caribbean.com/app/uploads/2019/09/doctor-sleep-buzz-demo-3.jpg',0,'attachment','image/jpeg',0),(8135,14,'2019-09-09 14:59:25','2019-09-09 19:59:25','','doctor-sleep-buzz-demo-6','','inherit','open','closed','','doctor-sleep-buzz-demo-6','','','2019-09-09 14:59:25','2019-09-09 19:59:25','',8124,'https://buzz-caribbean.com/app/uploads/2019/09/doctor-sleep-buzz-demo-6.jpg',0,'attachment','image/jpeg',0),(8136,14,'2019-09-09 15:01:30','2019-09-09 20:01:30','','Doctor Sleep Buzz Demo 7','','inherit','open','closed','','doctor-sleep-buzz-demo-7','','','2019-09-09 15:01:30','2019-09-09 20:01:30','',8124,'https://buzz-caribbean.com/app/uploads/2019/09/doctor-sleep-buzz-demo-7.jpg',0,'attachment','image/jpeg',0),(8137,14,'2019-09-09 15:03:24','2019-09-09 20:03:24','','doctor-sleep-buzz-demo-5','','inherit','open','closed','','doctor-sleep-buzz-demo-5','','','2019-09-09 15:03:24','2019-09-09 20:03:24','',8124,'https://buzz-caribbean.com/app/uploads/2019/09/doctor-sleep-buzz-demo-5.jpg',0,'attachment','image/jpeg',0),(8138,4,'2019-09-09 15:04:50','2019-09-09 20:04:50','<!-- wp:image {\"id\":8130} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/peter-phillis-dr.jpg\" alt=\"\" class=\"wp-image-8130\" /><figcaption>Dr Peter Phillips</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>PNP President Dr Peter Phillips is asking members of the shadow cabinet, who have tendered their resignation, to remain in their post.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Phillips made the appeal through social media on Monday afternoon (Sept 9) following the resignation of Peter Bunting, Mark Golding and Dr Dayton Campbell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that the members should remain in their post and continue to monitor their assigned portfolio. He said he will be reorganizing the shadow cabinet after the PNP annual general conference on Sept 22.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8125} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/peter-resignation-tweet.jpg\" alt=\"\" class=\"wp-image-8125\" /><figcaption>Dr Peter Phillips\' tweets.</figcaption></figure>\n<!-- /wp:image -->','Dr Peter Phillips asks shadow cabinet members to remain in their posts','','inherit','closed','closed','','8123-revision-v1','','','2019-09-09 15:04:50','2019-09-09 20:04:50','',8123,'https://buzz-caribbean.com/article/8123-revision-v1/',0,'revision','',0),(8139,11,'2019-09-09 15:05:52','2019-09-09 20:05:52','<!-- wp:heading {\"level\":5} -->\n<h5><em>\"What will it take for people to understand the importance of having home insurance?\"</em></h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>That\'s the question from Insurance Association of Jamaica (IAJ) Executive Director, Orville Johnson, in a <strong>BUZZ </strong>interview on securing homes in the Caribbean - particularly with our vulnerability to hurricane and earthquake damage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8132} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Orville-Johnson-Buzz-Caribbean-1024x614.jpg\" alt=\"\" class=\"wp-image-8132\" /><figcaption>Orville Johnson, IAJ, Executive Director</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mr Johnson shared his insight on the topic for potential and existing homeowners.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Why is it important to insure homes in the Caribbean?</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A\nhouse is the largest investment most persons make in a lifetime, if there is a\nloss due to any hazard such as a hurricane, earthquake or fire it is hard to\nreplace without insurance. There is no substitute for Insurance. It is even\nmore critical in the Caribbean which is in both a hurricane and an earthquake\nzone. The recent events in the Bahamas and in Dominica and Puerto Rico is\nevidence that with global warming the risk is greater.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Only 20-25% of Jamaican residences are insured.\"</p><cite>— Orville Johnson, IAJ President</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Is there a noted trend in Jamaica regarding home insurance?</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The trend in Jamaica has been that persons only buy Insurance when they have a mortgage on their house as it is a requirement of the lender. However, persons are less keen to protect their investment for themselves. Many in fact do not insure after the have paid off their mortgage. As a result, our numbers indicate that only 20-25% of Jamaican residences are insured.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>A house is the largest investment most persons make in a lifetime, if there is a loss due to any hazard...it is hard to replace without insurance.</p><cite>— Orville Johnson, IAJ President</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>What are some of the factors that contribute to persons      not insuring their homes?</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Persons\nas I said do not consider at a priority, the say it is too expensive, others do\nnot trust insurance companies, others are under the mistaken notion that they\ncan manage without it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>What\nwould be the recommendation for first-time home owners?</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is very important that persons ensure they protect their house with insurance as it a very valuable asset which is a very important tool in achieving your financial goals. Over time it can be used to secure loans for education of children, acquire other property for investment and of course for retirement purposes.</p>\n<!-- /wp:paragraph -->','Home insurance — a need or want in the Caribbean?','','inherit','closed','closed','','8097-revision-v1','','','2019-09-09 15:05:52','2019-09-09 20:05:52','',8097,'https://buzz-caribbean.com/article/8097-revision-v1/',0,'revision','',0),(8140,14,'2019-09-09 15:07:08','2019-09-09 20:07:08','<iframe title=\"DOCTOR SLEEP - Final Trailer [HD]\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/BOzFZxB-8cw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','049a2aa46009c2953396a50d0323b355','','','2019-09-09 15:07:08','2019-09-09 20:07:08','',0,'https://buzz-caribbean.com/article/049a2aa46009c2953396a50d0323b355/',0,'oembed_cache','',0),(8142,4,'2019-09-09 15:12:12','2019-09-09 20:12:12','','Peter Phillips Dr Featured Image','','inherit','open','closed','','peter-phillis-dr-featured-image','','','2019-09-10 14:35:09','2019-09-10 19:35:09','',0,'https://buzz-caribbean.com/app/uploads/2019/09/peter-phillis-dr-featured-image.jpg',0,'attachment','image/jpeg',0),(8143,11,'2019-09-09 15:13:30','2019-09-09 20:13:30','','Home Destruction Buzz Caribbean','','inherit','open','closed','','home-destruction-buzz-caribbean','','','2019-09-09 15:13:30','2019-09-09 20:13:30','',8097,'https://buzz-caribbean.com/app/uploads/2019/09/Home-Destruction-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8144,11,'2019-09-09 15:15:29','2019-09-09 20:15:29','<!-- wp:heading {\"level\":5} -->\n<h5><em>\"What will it take for people to understand the importance of having home insurance?\"</em></h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>That\'s the question from Insurance Association of Jamaica (IAJ) Executive Director, Orville Johnson, in a <strong>BUZZ </strong>interview on insuring homes in the Caribbean - particularly with our vulnerability to hurricane and earthquake damage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8132} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Orville-Johnson-Buzz-Caribbean-1024x614.jpg\" alt=\"\" class=\"wp-image-8132\" /><figcaption>Orville Johnson, IAJ, Executive Director</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mr Johnson shared his insight on the topic for potential and existing homeowners.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Why is it important to insure homes in the Caribbean?</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A\nhouse is the largest investment most persons make in a lifetime, if there is a\nloss due to any hazard such as a hurricane, earthquake or fire it is hard to\nreplace without insurance. There is no substitute for Insurance. It is even\nmore critical in the Caribbean which is in both a hurricane and an earthquake\nzone. The recent events in the Bahamas and in Dominica and Puerto Rico is\nevidence that with global warming the risk is greater.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Only 20-25% of Jamaican residences are insured.\"</p><cite>— Orville Johnson, IAJ President</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Is there a noted trend in Jamaica regarding home insurance?</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The trend in Jamaica has been that persons only buy Insurance when they have a mortgage on their house as it is a requirement of the lender. However, persons are less keen to protect their investment for themselves. Many in fact do not insure after the have paid off their mortgage. As a result, our numbers indicate that only 20-25% of Jamaican residences are insured.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>A house is the largest investment most persons make in a lifetime, if there is a loss due to any hazard...it is hard to replace without insurance.</p><cite>— Orville Johnson, IAJ President</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>What are some of the factors that contribute to persons not insuring their homes?</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Persons\nas I said do not consider at a priority, the say it is too expensive, others do\nnot trust insurance companies, others are under the mistaken notion that they\ncan manage without it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>What would be the recommendation for first-time homeowners?</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is very important that persons ensure they protect their house with insurance as it a very valuable asset which is a very important tool in achieving your financial goals. Over time it can be used to secure loans for education of children, acquire other property for investment and of course for retirement purposes.</p>\n<!-- /wp:paragraph -->','Home insurance — a need or want in the Caribbean?','','inherit','closed','closed','','8097-revision-v1','','','2019-09-09 15:15:29','2019-09-09 20:15:29','',8097,'https://buzz-caribbean.com/article/8097-revision-v1/',0,'revision','',0),(8145,9,'2019-09-09 15:17:11','2019-09-09 20:17:11','<!-- wp:image {\"id\":6070} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-1024x683.jpg\" alt=\"Bajan pop star Rihanna\" class=\"wp-image-6070\" /><figcaption>Bajan pop star Rihanna</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Universal Music France recently had their ‘Open\nSession’ in Paris where they listed a slew of artistes to expect albums from\nfor the rest of 2019. The announcement was made by CEO Olivier Nusse, who\nconfirmed that Rihanna will be dropping her album in December 2019. However,\nshe did not give any details on the body of work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Barbados-born singer Rihanna has been teasing fans\nwith the possibility of a dancehall/reggae album. In August, Demarco confirmed\non Entertainment Report that he had co-written a song for Rihanna. It is believed\nthat the song is called <strong>Private Loving</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Even if I don’t have time to shoot videos, I’m going to put an album out.”  </p><cite>— Rihanna </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Other Jamaican names that are expected to be featured on\nthe project are Koffee and Buju Banton.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Interview Magazine, Rihanna said: “I’ve gotten to\nthe point where I’m like, even if I don’t have time to shoot videos, I’m going\nto put an album out.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since the release of RiRi’s 2016 album, <strong>ANTI</strong>, fans have been asking her when she intends to drop her ninth studio album. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Rihanna to drop ninth album in December','','inherit','closed','closed','','8128-revision-v1','','','2019-09-09 15:17:11','2019-09-09 20:17:11','',8128,'https://buzz-caribbean.com/article/8128-revision-v1/',0,'revision','',0),(8146,14,'2019-09-09 15:17:19','2019-09-09 20:17:19','<!-- wp:image {\"id\":8131} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/doctor-sleep-buzz-demo-2-1024x549.jpg\" alt=\"\" class=\"wp-image-8131\" /><figcaption>Try not to scream when the ghosts of your past reach out to you (Photo: Warner Brothers Pictures)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Warner Brothers Studios are seemingly on a roll with <strong>Doctor Sleep</strong>, as horror fans are psyched for the upcoming sequel to the cult classic <strong>The Shining</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After the second and final trailer was\nbrilliantly teased on Sunday, the Stephen King best-seller is set for a\nhaunting return to the Overlook Hotel this November.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8133} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/doctor-sleep-buzz-demo-3-1024x576.jpg\" alt=\"\" class=\"wp-image-8133\" /><figcaption>\'Hereeeeeee\'s Danny!\' BUZZ approves of this nod to the horrifying axe scene in the 1980 Stanley Kubrik classic The Shining (Photo: Warner Brothers Pictures)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“The world is a hungry place, a dangerous place,”</p><cite> — Danny Torrance in a monologue during the final trailer for Doctor Sleep</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>Doctor Sleep</strong> masterfully continues the story of Danny Torrance, 40 years after the terrifying experiences of <strong>The Shining</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Still irrevocably scarred by the trauma he\nendured as a child at the Overlook, Danny Torrance has fought to find some\nsemblance of peace.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8137} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/doctor-sleep-buzz-demo-5-1024x545.jpg\" alt=\"\" class=\"wp-image-8137\" /><figcaption>Depressed and despondent, Dan Torrance wanders in life just seeking peace, but the horrors of the Overlook still scars him 40 years later (Photo: Warner Brothers Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Danny is caught off-guard after encountering Abra, a courageous teenager with her own powerful extrasensory gift, known as the “shine.”  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Abra, recognising that Dan shares her\npower, seeks him out, hoping he can be of help against Rose the Hat and her\nfollowers, The True Knot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Well, hi there! I haven’t felt power like that… IN. SO. Long,”</p><cite> — Rose the Hat in Doctor Sleep.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":8136} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/doctor-sleep-buzz-demo-7-1024x576.jpg\" alt=\"\" class=\"wp-image-8136\" /><figcaption>Rose the Hat hides her murderous intent behind a disarming smile (Photo: Warner Brothers Studios)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The True Knot, a deranged cult, mercilessly\nhunt and feed off the shine of innocents in their quest for immortality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Forming an unlikely alliance, Dan and Abra\nengage in a brutal life-or-death battle with Rose.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Directed by Mike Flanagan, <strong>Doctor Sleep</strong> and its two trailers have not hinted on a return for Jack Nicholson and his iconic portrayal of ‘Jack Torrance’, but speculation runs wild on the internet of a surprise cameo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Check out the trailer below:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=BOzFZxB-8cw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=BOzFZxB-8cw\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>BUZZ fam, what do you think of this <strong>Shining</strong> sequel? Do you think <strong>Doctor Sleep</strong> will live up to the hype? Sound off in the comments section!!</p>\n<!-- /wp:paragraph -->','Doctor Sleep: ‘The Shining’ sequel no one saw coming but horror needed','','inherit','closed','closed','','8124-revision-v1','','','2019-09-09 15:17:19','2019-09-09 20:17:19','',8124,'https://buzz-caribbean.com/article/8124-revision-v1/',0,'revision','',0),(8148,11,'2019-09-09 15:18:02','2019-09-09 20:18:02','','PNP Fallout Feature Image Buzz Caribbean','','inherit','open','closed','','pnp-fallout-feature-image-buzz-caribbean','','','2019-09-09 15:18:02','2019-09-09 20:18:02','',8105,'https://buzz-caribbean.com/app/uploads/2019/09/PNP-Fallout-Feature-Image-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8149,4,'2019-09-09 15:27:03','2019-09-09 20:27:03','<!-- wp:image {\"id\":8142} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/peter-phillis-dr-featured-image.jpg\" alt=\"\" class=\"wp-image-8142\" /><figcaption>Dr Peter Phillips</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>PNP President Dr Peter Phillips is asking members of the shadow cabinet, who have tendered their resignation, to remain in their post.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Phillips made the appeal through social media on Monday afternoon (Sept 9) following the resignation of Peter Bunting, Mark Golding and Dr Dayton Campbell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that the members should remain in their post and continue to monitor their assigned portfolio. He said he will be reorganizing the shadow cabinet after the PNP annual general conference on Sept 22.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8125} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/peter-resignation-tweet.jpg\" alt=\"\" class=\"wp-image-8125\" /><figcaption>Dr Peter Phillips\' tweets.</figcaption></figure>\n<!-- /wp:image -->','Dr Peter Phillips asks shadow cabinet members to remain in their posts','','inherit','closed','closed','','8123-revision-v1','','','2019-09-09 15:27:03','2019-09-09 20:27:03','',8123,'https://buzz-caribbean.com/article/8123-revision-v1/',0,'revision','',0),(8150,4,'2019-09-09 17:18:33','2019-09-09 22:18:33','<!-- wp:image {\"id\":8049} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kevin-obrien-chang.jpg\" alt=\"\" class=\"wp-image-8049\" /><figcaption>Kevin O\'Brien Chang said Dr Peter Phillips should not accept Peter Bunting\'s resignation. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A political analyst is suggesting that Dr Peter Phillips should keep Peter Bunting and his supporters in his shadow cabinet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Dr Phillips, the smart thing to do is not accept the resignations,\" Kevin O\'Brien Chang told<strong> BUZZ</strong>. \"But you never know, logic can say one thing but emotion can say another.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, Mark Golding and Dr Dayton Campbell resigned from the shadow cabinet after Bunting lost his bid to take the presidency of the PNP from Phillips in an election on Saturday. Dr Campbell resigned hours after the election.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8148} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/PNP-Fallout-Feature-Image-Buzz-Caribbean-1024x614.jpg\" alt=\"\" class=\"wp-image-8148\" /><figcaption>Dr Dayton Campbell, Peter Bunting and Mark Golding have resigned from the shadow cabinet.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>O\'Brien Chang said that keeping Bunting and his supporters in the shadow cabinet would show that Phillips is serious about the unity of the party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>O\'Brien Chang said the men did the decent thing in tendering their resignation, which would give Phillips the option of keeping them or moving on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a set of tweets Monday (Sept 9), Phillips asked the members of the shadow cabinet to remain in their post and monitor their assigned portfolio. He said that he will be reorganising his shadow cabinet after the PNP\'s annual conference on Sept 22.</p>\n<!-- /wp:paragraph -->','Analyst says Phillips should not accept Bunting\'s resignation','','publish','open','closed','','analyst-says-phillips-should-not-accept-buntings-resignation','','','2019-09-09 18:27:44','2019-09-09 23:27:44','',0,'https://buzz-caribbean.com/?p=8150',0,'post','',0),(8151,4,'2019-09-09 15:57:04','2019-09-09 20:57:04','<!-- wp:paragraph -->\n<p>A political analyst has said that Dr Peter Phillips should of accept the resignation of Peter Bunting </p>\n<!-- /wp:paragraph -->','Analyst says Phillips should not accept Bunting\'s resignation','','inherit','closed','closed','','8150-revision-v1','','','2019-09-09 15:57:04','2019-09-09 20:57:04','',8150,'https://buzz-caribbean.com/article/8150-revision-v1/',0,'revision','',0),(8152,4,'2019-09-09 15:57:17','2019-09-09 20:57:17','<!-- wp:paragraph -->\n<p>A political analyst has said that Dr Peter Phillips should of accept the resignation of Peter Bunting....</p>\n<!-- /wp:paragraph -->','Analyst says Phillips should not accept Bunting\'s resignation','','inherit','closed','closed','','8150-revision-v1','','','2019-09-09 15:57:17','2019-09-09 20:57:17','',8150,'https://buzz-caribbean.com/article/8150-revision-v1/',0,'revision','',0),(8153,9,'2019-09-09 16:07:03','2019-09-09 21:07:03','','Feature Images Sept 2019Rihanna','','inherit','open','closed','','feature-images-sept-2019rihanna','','','2019-09-09 16:07:03','2019-09-09 21:07:03','',8128,'https://buzz-caribbean.com/app/uploads/2019/09/Feature-Images-Sept-2019Rihanna.jpg',0,'attachment','image/jpeg',0),(8154,4,'2019-09-09 16:11:54','2019-09-09 21:11:54','<!-- wp:paragraph -->\n<p>Peter Murcott Bunting, recognises two major milestones today (Sept. 9) - his birthday and a fierce challenge for the leadership of the People\'s National Party (PNP).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7900} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting2-1024x682.jpg\" alt=\"\" class=\"wp-image-7900\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Born in a rural district in Clarendon to parents Juan and Pauline Bunting, he celebrates his 59th birthday today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The statesman arrived moments ago at The National Arena to cast his vote and was showered with supportive chants from the party faithful present.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting hopes to cap off the evening, with the ultimate gift to himself by securing majority votes and moving on to fulfil his proposed mandate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=QxRGtpkGbPs\\u0026feature=youtu.be\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=QxRGtpkGbPs&amp;feature=youtu.be\n</div></figure>\n<!-- /wp:embed -->','Bunting wants ultimate birthday gift — leadership of the PNP','','inherit','closed','closed','','7878-revision-v1','','','2019-09-09 16:11:54','2019-09-09 21:11:54','',7878,'https://buzz-caribbean.com/article/7878-revision-v1/',0,'revision','',0),(8155,4,'2019-09-09 16:11:54','2019-09-09 21:11:54','<iframe title=\"Peter Bunting speaks about birthday celebration\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/QxRGtpkGbPs?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','5637c4acedf87975f14e05b2bbdab985','','','2019-09-09 16:11:54','2019-09-09 21:11:54','',0,'https://buzz-caribbean.com/article/5637c4acedf87975f14e05b2bbdab985/',0,'oembed_cache','',0),(8156,21,'2019-09-09 16:31:14','2019-09-09 21:31:14','<!-- wp:paragraph -->\n<p>Its iPhone season and Apple has sent out invitations for its event tomorrow, September 10, 2019, at the Steve Jobs Theatre in California. The rumours are swirling and tons of leaks have surfaced online. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here are a few things to expect from tomorrow’s much anticipated Apple Event.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8157} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image.png\" alt=\"\" class=\"wp-image-8157\" /><figcaption>Photo: Apple</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Three new iPhones are rumoured to be\nreleased tomorrow. The successors to the iPhone XS/XS Max and the XR will be\nthe iPhone 11 Pro, 11 Pro Max and 11R. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The new iPhones will look identical to their predecessors from the front.&nbsp; The back will receive a new design. The 11 Pro Max and 11 Pro will have a triple camera setup on the back; a wide-angle lens, a telephoto lens and ultra-wide-angle lens. The addition of the ultra-wide-angle lens means users will be able to fit more into each shot. The iPhone 11R will have a wide-angle lens and a telephoto.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8158} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-1.png\" alt=\"\" class=\"wp-image-8158\" /><figcaption>iPhone Renders based on leaks. Photo: EverythingApplePro</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The iPhone 11 Pro and 11 Pro Max will have\nAMOLED screens while the less expensive 11R will have an LCD screen. These\nspecs match the XS/XS Max and XR from last year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The new devices should be powered by a new\nA13 chip, which, (if history repeats itself) should provide a performance boost\nto the iPhone trio. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>iOS 13 will power the new devices. At their\nWorld Wide Developer Conference (WWDC) 2019, Apple showcased the new OS having\nmuch-requested features like a system-wide Dark Mode and swipe functionality\nfor its stock keyboard. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Arguably the best rumour out is that Apple\nmay include a faster charger in the box, instead of the slow 5-watt charger\nthey’ve been packing for years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Apple Watch might be at this year’s event, even though the tech crystal ball is a bit cloudy on this one. One feature that would be a great addition is Sleep Tracking - something the Apple Watch series has lacked, while other manufacturers like Fitbit have included the feature for years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8159} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-2.png\" alt=\"\" class=\"wp-image-8159\" /><figcaption>Apple Watch Series 4. Photo: Apple</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lastly, Apple may also reveal more\ninformation on its gaming subscription service, Apple Arcade and its Apple TV+\nstreaming service to rival Netflix and Amazon Prime Video.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These are all rumours, and Apple may throw\na giant curveball at the event and surprise us with new information. Let’s just\nhope they exceed our expectations. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Renor C.</em></strong></p>\n<!-- /wp:paragraph -->','What to expect from iPhone\'s special event tomorrow','','publish','open','closed','','what-to-expect-from-iphones-special-event-tomorrow','','','2019-09-09 16:39:51','2019-09-09 21:39:51','',0,'https://buzz-caribbean.com/?p=8156',0,'post','',0),(8157,11,'2019-09-09 16:18:18','2019-09-09 21:18:18','','image','','inherit','open','closed','','image-3','','','2019-09-09 16:18:18','2019-09-09 21:18:18','',8156,'https://buzz-caribbean.com/app/uploads/2019/09/image.png',0,'attachment','image/png',0),(8158,11,'2019-09-09 16:20:23','2019-09-09 21:20:23','','image-1','','inherit','open','closed','','image-1','','','2019-09-09 16:20:23','2019-09-09 21:20:23','',8156,'https://buzz-caribbean.com/app/uploads/2019/09/image-1.png',0,'attachment','image/png',0),(8159,11,'2019-09-09 16:23:46','2019-09-09 21:23:46','','image-2','','inherit','open','closed','','image-2-2','','','2019-09-09 16:23:46','2019-09-09 21:23:46','',8156,'https://buzz-caribbean.com/app/uploads/2019/09/image-2.png',0,'attachment','image/png',0),(8160,23,'2019-09-09 16:32:52','2019-09-09 21:32:52','<!-- wp:image {\"id\":8163} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/shereita-singer-CCC.jpg\" alt=\"Singer Sherieta has been in the music industry for 12 years.\" class=\"wp-image-8163\" /><figcaption>Singer Sherieta has been in the music industry for 12 years. (Photos: Instagram @sherietasings)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sherieta is a musically equipped singer and songwriter\nwith 12 years of experience in the Jamaican music industry. She describes her style\nas ‘Exotique Soul\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her musical journey started when she became a background vocalist for Tarrus Riley. She eventually worked with Diana King, Duane Stephenson and Gentleman. And as of 2016, she has been doing backup vocals for Damian Marley. Sherieta’s vocals have graced many popular reggae songs like Chronixx\'s <strong>Never Give Up</strong>, Nesbeth\'s <strong>My Dream</strong>, Tarrus Riley\'s <strong>Gimme Likkle One Drop</strong> and Kabaka Pyramid\'s <strong>Can\'t Breathe</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8162} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/shereita-singer.jpg\" alt=\"Sherieta has been working on her EP since 2015. \" class=\"wp-image-8162\" /><figcaption> Sherieta has been working on her EP since 2015. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She is now moving from backstage and stepping into centre stage with her newly released EP, <strong>Conversations In Key</strong>, which she has been working on since 2015. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It\'s a combination of songs that came out of conversations I\'ve had with friends, family, a higher being, also observations and experiences,” Sherieta said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The seven-track project features Chevaughn on <strong>Can\nWe Stay</strong> and Racquel Jones on <strong>Woman2Woman</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Conversations in Key</strong> was released on Ghetto\nYouths International. It is available for purchase on all digital platforms.</p>\n<!-- /wp:paragraph -->','Sherieta shows experience on \'Conversations In Key\'','','publish','open','closed','','shereita-shows-experience-on-conversations-in-key','','','2019-09-09 17:50:33','2019-09-09 22:50:33','',0,'https://buzz-caribbean.com/?p=8160',0,'post','',0),(8161,9,'2019-09-09 16:25:54','2019-09-09 21:25:54','','shereita-singer-BBB','','inherit','open','closed','','shereita-singer-bbb','','','2019-09-09 16:25:54','2019-09-09 21:25:54','',8160,'https://buzz-caribbean.com/app/uploads/2019/09/shereita-singer-BBB.jpg',0,'attachment','image/jpeg',0),(8162,9,'2019-09-09 16:26:03','2019-09-09 21:26:03','','shereita-singer','','inherit','open','closed','','shereita-singer','','','2019-09-09 16:26:03','2019-09-09 21:26:03','',8160,'https://buzz-caribbean.com/app/uploads/2019/09/shereita-singer.jpg',0,'attachment','image/jpeg',0),(8163,9,'2019-09-09 16:27:24','2019-09-09 21:27:24','','shereita-singer-CCC','','inherit','open','closed','','shereita-singer-ccc','','','2019-09-09 16:27:24','2019-09-09 21:27:24','',8160,'https://buzz-caribbean.com/app/uploads/2019/09/shereita-singer-CCC.jpg',0,'attachment','image/jpeg',0),(8164,4,'2019-09-09 16:30:40','2019-09-09 21:30:40','<!-- wp:paragraph -->\n<p>A political analyst is suggesting that Dr Peter Phillips not accept the resignation of Peter Bunting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Dr Phillips, the smart thing to do is not accept  </p>\n<!-- /wp:paragraph -->','Analyst says Phillips should not accept Bunting\'s resignation','','inherit','closed','closed','','8150-revision-v1','','','2019-09-09 16:30:40','2019-09-09 21:30:40','',8150,'https://buzz-caribbean.com/article/8150-revision-v1/',0,'revision','',0),(8165,11,'2019-09-09 16:31:14','2019-09-09 21:31:14','<!-- wp:paragraph -->\n<p>Its iPhone season and Apple has sent out invitations for its event tomorrow, September 10, 2019, at the Steve Jobs Theatre in California. The rumours are swirling and tons of leaks have surfaced online. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here are a few things to expect from tomorrow’s much anticipated Apple Event.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8157} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image.png\" alt=\"\" class=\"wp-image-8157\" /><figcaption>Photo: Apple</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Three new iPhones are rumoured to be\nreleased tomorrow. The successors to the iPhone XS/XS Max and the XR will be\nthe iPhone 11 Pro, 11 Pro Max and 11R. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The new iPhones will look identical to their predecessors from the front.  The back will receive a new design. The 11 Pro Max and 11 Pro will have a triple camera setup on the back; a wide-angle lens, a telephoto lens and ultra-wide-angle lens. The addition of the ultra-wide-angle lens means users will be able to fit more into each shot. The iPhone 11R will have a wide-angle lens and a telephoto.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8158} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-1.png\" alt=\"\" class=\"wp-image-8158\" /><figcaption>iPhone Renders based on leaks. Photo: EverythingApplePro</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The iPhone 11 Pro and 11 Pro Max will have\nAMOLED screens while the less expensive 11R will have an LCD screen. These\nspecs match the XS/XS Max and XR from last year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The new devices should be powered by a new\nA13 chip, which, (if history repeats itself) should provide a performance boost\nto the iPhone trio. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>iOS 13 will power the new devices. At their\nWorld Wide Developer Conference (WWDC) 2019, Apple showcased the new OS having\nmuch-requested features like a system-wide Dark Mode and swipe functionality\nfor its stock keyboard. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Arguably the best rumour out is that Apple\nmay include a faster charger in the box, instead of the slow 5-watt charger\nthey’ve been packing for years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Apple Watch might be at this year’s event, even though the tech crystal ball is a bit cloudy on this one. One feature that would be a great addition is Sleep Tracking - something the Apple Watch series has lacked, while other manufacturers like Fitbit have included the feature for years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8159} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-2.png\" alt=\"\" class=\"wp-image-8159\" /><figcaption>Apple Watch Series 4. Photo: Apple</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lastly, Apple may also reveal more\ninformation on its gaming subscription service, Apple Arcade and its Apple TV+\nstreaming service to rival Netflix and Amazon Prime Video.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These are all rumours, and Apple may throw\na giant curveball at the event and surprise us with new information. Let’s just\nhope they exceed our expectations. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Renor C.</em></strong></p>\n<!-- /wp:paragraph -->','What to expect from iPhone\'s special event tomorrow','','inherit','closed','closed','','8156-revision-v1','','','2019-09-09 16:31:14','2019-09-09 21:31:14','',8156,'https://buzz-caribbean.com/article/8156-revision-v1/',0,'revision','',0),(8166,9,'2019-09-09 16:32:12','2019-09-09 21:32:12','<!-- wp:image {\"id\":8163} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/shereita-singer-CCC.jpg\" alt=\"Singer Sherieta has been in the music industry for 12 years.\" class=\"wp-image-8163\" /><figcaption>Singer Sherieta has been in the music industry for 12 years. (Photos: Instagram @sherietasings)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sherieta is a musically equipped singer and songwriter\nwith 12 years of experience in the Jamaican music industry. She describes her style\nas ‘Exotique Soul\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her musical journey started when she became a\nbackground vocalist for Tarrus Riley. She eventually worked with Diana King,\nDuane Stephenson and Gentleman. And as of 2016, she has been doing backup vocals\nfor Damian Marley. Sherieta’s vocals has backed many popular reggae songs like Chronixx\'s\n<strong>Never Give Up</strong>, Nesbeth\'s <strong>My Dream</strong>, Tarrus Riley\'s <strong>Gimme Likkle\nOne Drop</strong> and Kabaka Pyramid\'s <strong>Can\'t Breathe</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8162} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/shereita-singer.jpg\" alt=\"Sherieta has been working on her EP since 2015. \" class=\"wp-image-8162\" /><figcaption> Sherieta has been working on her EP since 2015. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She is now moving from backstage and stepping into centre stage with her newly released EP, <strong>Conversations In Key</strong>, which she has been working on since 2015. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It\'s a combination of songs that came out of conversations I\'ve had with friends, family, a higher being, also observations and experiences,” Sherieta said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The seven-track project features Chevaughn on <strong>Can\nWe Stay</strong> and Racquel Jones on <strong>Woman2Woman</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Conversations in Key</strong> was released on Ghetto\nYouths International. It is available for purchase on all digital platforms.</p>\n<!-- /wp:paragraph -->','Shereita shows experience on \'Conversations In Key\'','','inherit','closed','closed','','8160-revision-v1','','','2019-09-09 16:32:12','2019-09-09 21:32:12','',8160,'https://buzz-caribbean.com/article/8160-revision-v1/',0,'revision','',0),(8167,11,'2019-09-09 16:33:13','2019-09-09 21:33:13','','Apple Ios 13 Home Screen Iphone Xs 06032019 Big Large 2x','','inherit','open','closed','','apple-ios-13-home-screen-iphone-xs-06032019_big_large_2x','','','2019-09-09 16:33:13','2019-09-09 21:33:13','',8156,'https://buzz-caribbean.com/app/uploads/2019/09/Apple-ios-13-home-screen-iphone-xs-06032019_big_large_2x.jpg',0,'attachment','image/jpeg',0),(8168,11,'2019-09-09 16:33:39','2019-09-09 21:33:39','<!-- wp:paragraph -->\n<p>Its iPhone season and Apple has sent out invitations for its event tomorrow, September 10, 2019, at the Steve Jobs Theatre in California. The rumours are swirling and tons of leaks have surfaced online. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here are a few things to expect from tomorrow’s much anticipated Apple Event.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8157} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image.png\" alt=\"\" class=\"wp-image-8157\" /><figcaption>Photo: Apple</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Three new iPhones are rumoured to be\nreleased tomorrow. The successors to the iPhone XS/XS Max and the XR will be\nthe iPhone 11 Pro, 11 Pro Max and 11R. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The new iPhones will look identical to their predecessors from the front.&nbsp; The back will receive a new design. The 11 Pro Max and 11 Pro will have a triple camera setup on the back; a wide-angle lens, a telephoto lens and ultra-wide-angle lens. The addition of the ultra-wide-angle lens means users will be able to fit more into each shot. The iPhone 11R will have a wide-angle lens and a telephoto.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8158} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-1.png\" alt=\"\" class=\"wp-image-8158\" /><figcaption>iPhone Renders based on leaks. Photo: EverythingApplePro</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The iPhone 11 Pro and 11 Pro Max will have\nAMOLED screens while the less expensive 11R will have an LCD screen. These\nspecs match the XS/XS Max and XR from last year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The new devices should be powered by a new\nA13 chip, which, (if history repeats itself) should provide a performance boost\nto the iPhone trio. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>iOS 13 will power the new devices. At their\nWorld Wide Developer Conference (WWDC) 2019, Apple showcased the new OS having\nmuch-requested features like a system-wide Dark Mode and swipe functionality\nfor its stock keyboard. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Arguably the best rumour out is that Apple\nmay include a faster charger in the box, instead of the slow 5-watt charger\nthey’ve been packing for years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Apple Watch might be at this year’s event, even though the tech crystal ball is a bit cloudy on this one. One feature that would be a great addition is Sleep Tracking - something the Apple Watch series has lacked, while other manufacturers like Fitbit have included the feature for years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8159} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-2.png\" alt=\"\" class=\"wp-image-8159\" /><figcaption>Apple Watch Series 4. Photo: Apple</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lastly, Apple may also reveal more\ninformation on its gaming subscription service, Apple Arcade and its Apple TV+\nstreaming service to rival Netflix and Amazon Prime Video.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These are all rumours, and Apple may throw\na giant curveball at the event and surprise us with new information. Let’s just\nhope they exceed our expectations. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Renor C.</em></strong></p>\n<!-- /wp:paragraph -->','What to expect from iPhone\'s special event tomorrow','','inherit','closed','closed','','8156-revision-v1','','','2019-09-09 16:33:39','2019-09-09 21:33:39','',8156,'https://buzz-caribbean.com/article/8156-revision-v1/',0,'revision','',0),(8169,9,'2019-09-09 16:36:01','2019-09-09 21:36:01','','Feature Images Sept 2019Rihanna NEW','','inherit','open','closed','','feature-images-sept-2019rihanna-new','','','2019-09-09 16:36:01','2019-09-09 21:36:01','',8128,'https://buzz-caribbean.com/app/uploads/2019/09/Feature-Images-Sept-2019Rihanna-NEW.jpg',0,'attachment','image/jpeg',0),(8170,21,'2019-09-09 16:57:05','2019-09-09 21:57:05','<!-- wp:image {\"id\":8172} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-3.png\" alt=\"\" class=\"wp-image-8172\" /><figcaption>Photo Credit: Wareable</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Garmin brand is known for its fitness centred smartwatch offerings, boasting features geared toward the outdoor fitness enthusiast. Recently, the company unveiled a new addition to its line-up, the <strong>Garmin Venu</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Though designed with the same fitness lifestyle in mind, the Venu offers some interesting features for gym-goers to lure customers away from the Apple Watch 4 and the Fitbit Versa, its major competitors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the first time, Garmin has gone with an AMOLED screen instead of the LCD screens used before. The 43mm watch houses a 1.2” screen with 390 x 390 pixels. This should provide vibrant colours and deeper blacks for a pleasing visual experience. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8173} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-4.png\" alt=\"\" class=\"wp-image-8173\" /><figcaption>Photo Credit: Garmin</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The device has a circular watch face that will sit well with those who want a more traditional looking watch rather than the squares used by Apple for its product offerings. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The face is adorned with a stainless-steel bezel that matches the watch’s buckle that sits at the end of silicone straps. There are also two physical buttons on the device that, alongside the touchscreen, will provide navigation through the menus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fitness junkies will be glad to know that the Venu has built-in GPS and will not have to rely on the GPS from a compatible iOS or Android device. Garmin also claims the Venu can store up to 500 songs though official storage capacity wasn’t revealed. Songs can be download to the watch from Spotify, Deezer or Amazon Music. But be careful, as though the Venu has up to a 5-day battery life, GPS mode with music will see that significantly reduced to just 6 hours. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8176} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-5.png\" alt=\"\" class=\"wp-image-8176\" /><figcaption> Photo: Credit Garmin </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Garmin Venu boasts a slew of sensors to monitor your overall health on a 24-hour basis. “Body Battery” and “Respiration Tracking” help monitor your energy levels and breathing patterns respectively, with the latter even monitoring while you sleep. The watch also has a “Pulse Ox Sensor” that looks at your blood oxygen levels to see how well your body uses oxygen. The “Menstrual Cycle Tracking” feature will help the ladies keep tabs on their cycles and even log physical and emotional symptoms. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Venu one-ups the Apple Watch with Sleep Tracking, which (to date) Apple has not added to its smartwatch lineup. There’s also Hydration, Stress and Heart Rate Monitoring. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Where the Venu shines is in its on-screen work out animations that help with fitness activities like yoga, cardio and strength training. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Garmin Venu is strategically priced at\n$399.99 USD, the same as the Apple Watch Series 4 with GPS. With its wide array\nof features, this smartwatch may truly compete in the sea of other wearables in\na market where Apple is King.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Renor C.</em></strong></p>\n<!-- /wp:paragraph -->','Garmin Venu: A gamechanger for wearable tech','','publish','open','closed','','garmin-venu-a-gamechanger-for-wearable-tech','','','2019-09-09 16:59:41','2019-09-09 21:59:41','',0,'https://buzz-caribbean.com/?p=8170',0,'post','',0),(8171,23,'2019-09-09 17:00:44','2019-09-09 22:00:44','<!-- wp:image {\"id\":7765} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/butch-stewart-on-bloomberg-tv-1024x603.png\" alt=\"\" class=\"wp-image-7765\" /><figcaption>Gordon \'Butch\' Stewart</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former Chairman of the Clarendon Chamber of Commerce, Dr Winston Dawes, has pointed to business mogul Gordon ‘Butch’ Stewart as the man with the capacity to bring back the island from the brink of anarchy and endless crime.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We need Butch to lead the charge,\nsimilar to how he led the save the dollar initiative. It has to be\nnon-political. Only someone like Butch can do. This is outside the remit of the\npoliticians. They are clueless,” Dawes told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the owner of the Sandals Group, the ATL Group and the Jamaica Observer among other entities, Stewart is one of the Caribbean’s and Jamaica’s leading employers and is well known for his philanthropy and social intervention schemes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“We need Butch to lead the charge, similar to how he led the save the dollar initiative.\" </p><cite>—  Dr Winston Dawes </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Dawes believes that Stewart has the\nability to make a change based on his innovative mindset.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Maybe someone needs to convince him\nto look at saving the country from this monster,” Dawes said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dawes also cited the state of emergency\nin Clarendon and St Catherine as a ‘waste of time’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We can’t even control the first three parishes, and we are expanding to the two largest ones?” he said. “We need to get to the root causes of crime. We have a whole generation of people who have grown up in a cycle of violence.”</p>\n<!-- /wp:paragraph -->','Dr Dawes: Only Butch can solve Jamaica’s crime problem','','publish','open','closed','','dr-dawes-only-butch-can-solve-jamaicas-crime-problem','','','2019-09-09 17:24:48','2019-09-09 22:24:48','',0,'https://buzz-caribbean.com/?p=8171',0,'post','',0),(8172,11,'2019-09-09 16:42:29','2019-09-09 21:42:29','','image-3','','inherit','open','closed','','image-3-2','','','2019-09-09 16:42:29','2019-09-09 21:42:29','',8170,'https://buzz-caribbean.com/app/uploads/2019/09/image-3.png',0,'attachment','image/png',0),(8173,11,'2019-09-09 16:45:48','2019-09-09 21:45:48','','image-4','','inherit','open','closed','','image-4','','','2019-09-09 16:45:48','2019-09-09 21:45:48','',8170,'https://buzz-caribbean.com/app/uploads/2019/09/image-4.png',0,'attachment','image/png',0),(8174,14,'2019-09-09 18:31:04','2019-09-09 23:31:04','<!-- wp:image {\"id\":8224} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gretta-moore-buzz-proposal-demo-6-1024x576.jpg\" alt=\"\" class=\"wp-image-8224\" /><figcaption>\"Will you marry me?\", asks Dellman Beck as his unique proposal takes American Gretta Moore by surprise (Photo: Facebook @GrettaPhillips)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She came with the expectation to just enjoy the sights and sounds of Jamaica, but American national Gretta Moore got more than she bargained for in August.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8206} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gretta-moore-buzz-proposal-demo-2-768x1024.jpg\" alt=\"\" class=\"wp-image-8206\" /><figcaption>Beck (left) and Moore have been dating for two years. He finally popped the question in August! (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Moore, who was in Savanna-La-Mar with her boyfriend Dellman Beck, was taken aback when he was suddenly accosted by police officers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an interview with <strong>BUZZ</strong>, Moore said initially she was very confused as the police came out of nowhere to ‘arrest’ Donquan, but the Jamaican and his police friends were in on the prank.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>#OperationProposal kicks off...</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“He said, ‘Can I borrow your phone?’ and I thought he wanted to call his son. When we pulled up, I thought he was going to get some fruits. I didn’t see any police car come up. I heard the sirens go off and the next thing I know was I saw my fiancé’s hands going up in the air and I was like ‘What is going on?’,” Moore, who’s been visiting Jamaica for the last two years, told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m sitting in the car thinking, ‘What in\nthe hell is happening?’. I know he didn’t do anything wrong, we just turned and\nparked, so what is going on?” she recalled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The video, which Moore shared on her Facebook\nprofile, has been racking up the views since mid-August. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/69NYygOShSA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/69NYygOShSA\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>A visibly distressed Moore told <strong>BUZZ</strong> that at the height of the ordeal, she couldn’t talk to her fiancé as the police approached her, asked her to exit the vehicle and started questioning her – all to her anguish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I was frustrated. I was sweating. I was\nnervous. He started asking all these questions, did I know this man? And I was\nlike, yes! There was so much going through my mind and I was asking, ‘What did\nhe do wrong?’,” Moore asked herself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The American, who is from Kentucky, said she’s\nknown Beck for two years and vouched for him on the spot – going as far to put\nher life on the line, and the officers paused – but Moore was just seconds away\nfrom being let in on the joke.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8207} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gretta-moore-buzz-proposal-demo-1-768x1024.jpg\" alt=\"\" class=\"wp-image-8207\" /><figcaption>Viral proposal stars Gretta Moore and Dellman Beck (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“What is going on here? They’re taking him to jail, what am I gonna do? I don’t even know where the police station was,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\'Will you marry me?\' </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>All her doubts washed away when Beck, originally from Kingston, was let out of the vehicle, got down on one knee and started proposing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m looking around, wondering what to do\nand next thing I know, there he was proposing to me,” she squealed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I wasn’t expecting that! I was relieved, I was shaking so bad, but I was happy. He put the ring on my finger, but I hugged him, and I said, ‘You got me good, but right now, you need to take me somewhere, get me a drink and just calm my nerves.’ I was so surprised,” Moore told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8226} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gretta-moore-buzz-proposal-demo-4-1024x576.jpg\" alt=\"\" class=\"wp-image-8226\" /><figcaption>Gotchya! Gretta Moore is all smiles after saying yes to her boyfriend\'s unique proposal.(Photo: Facebook @GrettaPhillips)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Moore, now much more at ease, laughed as she\nremembered the entire ordeal. The American said she is beyond shocked by the\nreactions on Facebook.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m overjoyed because when I posted [the\nvideo], it got 300 views and I was like okay, my people saw it. And the next\nthing I know, the numbers and the views went crazy and I said, ‘Oh my gosh!’,”\nMoore explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Tell you the truth, people have inboxed me\nand said congrats and they wish other guys would do that. Everyone was throwing\nout love,” she added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s a very different story for Dellman, who\'s the happiest man on the planet, according to Moore, after she said yes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Oh, he feels like a superstar. He’s so\noverwhelmed, so happy!” Moore posited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8208} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gretta-moore-buzz-proposal-demo-3-768x1024.jpg\" alt=\"\" class=\"wp-image-8208\" /><figcaption>More from lovebirds Moore and Beck (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Wedding bells aren\'t too far away for the lovebirds, as the pair plan on tying the knot in December. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hearty congrats from the <strong>BUZZ </strong>team, Gretta &amp; Donquan!</p>\n<!-- /wp:paragraph -->','Jamaican man’s unique proposal goes viral on Facebook','','publish','open','closed','','jamaican-mans-unique-proposal-goes-viral-on-facebook','','','2019-09-09 18:31:04','2019-09-09 23:31:04','',0,'https://buzz-caribbean.com/?p=8174',0,'post','',0),(8175,4,'2019-09-09 16:48:03','2019-09-09 21:48:03','<!-- wp:paragraph -->\n<p>A political analyst is suggesting that Dr Peter Phillips not accept the resignation of Peter Bunting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Dr Phillips, the smart thing to do is not accept the resignations,\" Kevin O\'Brien Chang told<strong> BUZZ</strong>. \"But you never know, logic can say one thing but emotion can say another.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, Mark Golding and Dr Dayton Campbell resigned from the shadow cabinet after Bunting lost his bid to take the presidency of the PNP from Phillips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting said that Phillips keeping Bunting and his supporters in the shadow cabinet would be a good way to show that he\'s serious about the unity of the party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Analyst says Phillips should not accept Bunting\'s resignation','','inherit','closed','closed','','8150-revision-v1','','','2019-09-09 16:48:03','2019-09-09 21:48:03','',8150,'https://buzz-caribbean.com/article/8150-revision-v1/',0,'revision','',0),(8176,11,'2019-09-09 16:49:08','2019-09-09 21:49:08','','image-5','','inherit','open','closed','','image-5','','','2019-09-09 16:49:08','2019-09-09 21:49:08','',8170,'https://buzz-caribbean.com/app/uploads/2019/09/image-5.png',0,'attachment','image/png',0),(8177,11,'2019-09-09 16:57:05','2019-09-09 21:57:05','<!-- wp:image {\"id\":8172} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-3.png\" alt=\"\" class=\"wp-image-8172\" /><figcaption>Photo Credit: Wareable</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Garmin brand is known for its fitness centred smartwatch offerings, boasting features geared toward the outdoor fitness enthusiast. Recently, the company unveiled a new addition to its line-up, the <strong>Garmin Venu</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Though designed with the same fitness lifestyle in mind, the Venu offers some interesting features for gym-goers to lure customers away from the Apple Watch 4 and the Fitbit Versa, its major competitors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the first time, Garmin has gone with an AMOLED screen instead of the LCD screens used before. The 43mm watch houses a 1.2” screen with 390 x 390 pixels. This should provide vibrant colours and deeper blacks for a pleasing visual experience. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8173} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-4.png\" alt=\"\" class=\"wp-image-8173\" /><figcaption>Photo Credit: Garmin</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The device has a circular watch face that will sit well with those who want a more traditional looking watch rather than the squares used by Apple for its product offerings. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The face is adorned with a stainless-steel bezel that matches the watch’s buckle that sits at the end of silicone straps. There are also two physical buttons on the device that, alongside the touchscreen, will provide navigation through the menus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fitness junkies will be glad to know that the Venu has built-in GPS and will not have to rely on the GPS from a compatible iOS or Android device. Garmin also claims the Venu can store up to 500 songs though official storage capacity wasn’t revealed. Songs can be download to the watch from Spotify, Deezer or Amazon Music. But be careful, as though the Venu has up to a 5-day battery life, GPS mode with music will see that significantly reduced to just 6 hours. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8176} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-5.png\" alt=\"\" class=\"wp-image-8176\" /><figcaption> Photo: Credit Garmin </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Garmin Venu boasts a slew of sensors to monitor your overall health on a 24-hour basis. “Body Battery” and “Respiration Tracking” help monitor your energy levels and breathing patterns respectively, with the latter even monitoring while you sleep. The watch also has a “Pulse Ox Sensor” that looks at your blood oxygen levels to see how well your body uses oxygen. The “Menstrual Cycle Tracking” feature will help the ladies keep tabs on their cycles and even log physical and emotional symptoms. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Venu one-ups the Apple Watch with Sleep Tracking, which (to date) Apple has not added to its smartwatch lineup. There’s also Hydration, Stress and Heart Rate Monitoring. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Where the Venu shines is in its on-screen work out animations that help with fitness activities like yoga, cardio and strength training. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Garmin Venu is strategically priced at\n$399.99 USD, the same as the Apple Watch Series 4 with GPS. With its wide array\nof features, this smartwatch may truly compete in the sea of other wearables in\na market where Apple is King.</p>\n<!-- /wp:paragraph -->','Garmin Venu: A gamechanger for wearable tech','','inherit','closed','closed','','8170-revision-v1','','','2019-09-09 16:57:05','2019-09-09 21:57:05','',8170,'https://buzz-caribbean.com/article/8170-revision-v1/',0,'revision','',0),(8178,9,'2019-09-09 16:58:47','2019-09-09 21:58:47','<!-- wp:image {\"id\":7765} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/butch-stewart-on-bloomberg-tv-1024x603.png\" alt=\"\" class=\"wp-image-7765\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former Chairman of the Clarendon Chamber of Commerce, Dr Winston Dawes, has pointed to business mogul Gordon ‘Butch’ Stewart as the man with the capacity to bring back the island from the brink of anarchy and endless crime.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We need Butch to lead the charge,\nsimilar to how he led the save the dollar initiative. It has to be\nnon-political. Only someone like Butch can do. This is outside the remit of the\npoliticians. They are clueless,” Dawes told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the owner of the Sandals Group, the ATL Group and the Jamaica Observer among other entities, Stewart is one of the Caribbean’s and Jamaica’s leading employers and is well known for his philanthropy and social intervention schemes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“We need Butch to lead the charge, similar to how he led the save the dollar initiative.\" </p><cite>—  Dr Winston Dawes </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Dawes believes that Stewart has the\nability to make a change based on his innovative mindset.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Maybe someone needs to convince him\nto look at saving the country from this monster,” Dawes said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dawes also cited the state of emergency\nin Clarendon and St Catherine as a ‘waste of time’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We can’t even control the first\nthree parishes, and we are expanding to the two largest ones?” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We need to get to the root causes of\ncrime. We have a whole generation of people who have grown up in a cycle of\nviolence,” he said.</p>\n<!-- /wp:paragraph -->','Dr Dawes: Only Butch can solve Jamaica’s crime problem','','inherit','closed','closed','','8171-revision-v1','','','2019-09-09 16:58:47','2019-09-09 21:58:47','',8171,'https://buzz-caribbean.com/article/8171-revision-v1/',0,'revision','',0),(8179,11,'2019-09-09 16:59:40','2019-09-09 21:59:40','<!-- wp:image {\"id\":8172} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-3.png\" alt=\"\" class=\"wp-image-8172\" /><figcaption>Photo Credit: Wareable</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Garmin brand is known for its fitness centred smartwatch offerings, boasting features geared toward the outdoor fitness enthusiast. Recently, the company unveiled a new addition to its line-up, the <strong>Garmin Venu</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Though designed with the same fitness lifestyle in mind, the Venu offers some interesting features for gym-goers to lure customers away from the Apple Watch 4 and the Fitbit Versa, its major competitors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the first time, Garmin has gone with an AMOLED screen instead of the LCD screens used before. The 43mm watch houses a 1.2” screen with 390 x 390 pixels. This should provide vibrant colours and deeper blacks for a pleasing visual experience. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8173} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-4.png\" alt=\"\" class=\"wp-image-8173\" /><figcaption>Photo Credit: Garmin</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The device has a circular watch face that will sit well with those who want a more traditional looking watch rather than the squares used by Apple for its product offerings. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The face is adorned with a stainless-steel bezel that matches the watch’s buckle that sits at the end of silicone straps. There are also two physical buttons on the device that, alongside the touchscreen, will provide navigation through the menus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fitness junkies will be glad to know that the Venu has built-in GPS and will not have to rely on the GPS from a compatible iOS or Android device. Garmin also claims the Venu can store up to 500 songs though official storage capacity wasn’t revealed. Songs can be download to the watch from Spotify, Deezer or Amazon Music. But be careful, as though the Venu has up to a 5-day battery life, GPS mode with music will see that significantly reduced to just 6 hours. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8176} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-5.png\" alt=\"\" class=\"wp-image-8176\" /><figcaption> Photo: Credit Garmin </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Garmin Venu boasts a slew of sensors to monitor your overall health on a 24-hour basis. “Body Battery” and “Respiration Tracking” help monitor your energy levels and breathing patterns respectively, with the latter even monitoring while you sleep. The watch also has a “Pulse Ox Sensor” that looks at your blood oxygen levels to see how well your body uses oxygen. The “Menstrual Cycle Tracking” feature will help the ladies keep tabs on their cycles and even log physical and emotional symptoms. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Venu one-ups the Apple Watch with Sleep Tracking, which (to date) Apple has not added to its smartwatch lineup. There’s also Hydration, Stress and Heart Rate Monitoring. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Where the Venu shines is in its on-screen work out animations that help with fitness activities like yoga, cardio and strength training. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Garmin Venu is strategically priced at\n$399.99 USD, the same as the Apple Watch Series 4 with GPS. With its wide array\nof features, this smartwatch may truly compete in the sea of other wearables in\na market where Apple is King.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Renor C.</em></strong></p>\n<!-- /wp:paragraph -->','Garmin Venu: A gamechanger for wearable tech','','inherit','closed','closed','','8170-revision-v1','','','2019-09-09 16:59:40','2019-09-09 21:59:40','',8170,'https://buzz-caribbean.com/article/8170-revision-v1/',0,'revision','',0),(8180,21,'2019-09-10 08:00:34','2019-09-10 13:00:34','<!-- wp:paragraph -->\n<p>Popular computer peripheral manufacturer, Logitech, has launched another device in its MX series, the <strong>MX Master 3 </strong>wireless mouse. The MX Master series is a popular choice among many tech YouTubers who sing its praises in their videos. “Designed for creatives and engineered for coders”, the new input device has many improvements over its predecessor that aims to improve the overall user experience. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The MX Master 3 is redesigned with better ergonomics in mind. Logitech made changes to the new design to mimic the natural shape of the palm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8181} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-6.png\" alt=\"\" class=\"wp-image-8181\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Logitech has reinvented its scroll wheel with a brand new electromagnetic “MagSpeed” implementation. This is said to improve precision by 82% and makes scrolling 90% faster while producing less noise. The mechanism is smoother to operate. The new system enables users to make small, precise scrolls or skip 1000 lines in a second using free spin mode.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8182} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-7.png\" alt=\"\" class=\"wp-image-8182\" /><figcaption>Photo: Logitech</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Creators will rejoice with the new\napplication-specific customizations for Adobe Premiere Pro, Photoshop,\nMicrosoft Word, Excel and PowerPoint as well as Final Cut Pro, Google Chrome\nand more. The back and forward buttons have been moved below the side scroll\nwheel and sit closer to the gesture button to the right of the device where the\nthumb rests.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One feature that was introduced in previous generations of the MX Master series was the ability to control multiple computers at once. The Logitech Options application enables this feature and the MX Master 3 can utilise the software. Logitech Options includes a feature called Logitech Flow that allows for seamless transitioning from one computer to the next with the same mouse, even between Mac and PC. Users can also copy files between Windows and macOS devices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8183} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-8.png\" alt=\"\" class=\"wp-image-8183\" /><figcaption>Photo: Logitech</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tracking is still on point with the same 4000 DPI sensing as its predecessor, with Logitech’s Darkfield Tracking technology enabling the mouse to track on almost any surface, glass included.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8184} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-9.png\" alt=\"\" class=\"wp-image-8184\" /><figcaption>Photo: Logitech</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The new mouse leverages the power of USB-C\nQuick Charging to deliver 3 hours of use with only a minute of charge. A fully\ncharged battery will last 70 days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The MX Master 3 mouse retails for $99 USD. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Story written by Renor C</em></strong><em>.</em></p>\n<!-- /wp:paragraph -->','Logitech releases new MX Master 3','','publish','open','closed','','logitech-releases-new-mx-master-3','','','2019-09-09 17:17:19','2019-09-09 22:17:19','',0,'https://buzz-caribbean.com/?p=8180',0,'post','',0),(8181,11,'2019-09-09 17:06:12','2019-09-09 22:06:12','','Logitech-Mouse-Buzz-Caribbean','','inherit','open','closed','','image-6','','','2019-09-09 17:16:31','2019-09-09 22:16:31','',8180,'https://buzz-caribbean.com/app/uploads/2019/09/image-6.png',0,'attachment','image/png',0),(8182,11,'2019-09-09 17:06:58','2019-09-09 22:06:58','','image-7','','inherit','open','closed','','image-7','','','2019-09-09 17:06:58','2019-09-09 22:06:58','',8180,'https://buzz-caribbean.com/app/uploads/2019/09/image-7.png',0,'attachment','image/png',0),(8183,11,'2019-09-09 17:08:41','2019-09-09 22:08:41','','image-8','','inherit','open','closed','','image-8','','','2019-09-09 17:08:41','2019-09-09 22:08:41','',8180,'https://buzz-caribbean.com/app/uploads/2019/09/image-8.png',0,'attachment','image/png',0),(8184,11,'2019-09-09 17:09:24','2019-09-09 22:09:24','','Logitech-Mouse-MS-Max-3-Buzz','','inherit','open','closed','','image-9','','','2019-09-09 17:16:04','2019-09-09 22:16:04','',8180,'https://buzz-caribbean.com/app/uploads/2019/09/image-9.png',0,'attachment','image/png',0);
INSERT INTO `wp_posts` VALUES (8185,11,'2019-09-09 17:17:18','2019-09-09 22:17:18','<!-- wp:paragraph -->\n<p>Popular computer peripheral manufacturer, Logitech, has launched another device in its MX series, the <strong>MX Master 3 </strong>wireless mouse. The MX Master series is a popular choice among many tech YouTubers who sing its praises in their videos. “Designed for creatives and engineered for coders”, the new input device has many improvements over its predecessor that aims to improve the overall user experience. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The MX Master 3 is redesigned with better ergonomics in mind. Logitech made changes to the new design to mimic the natural shape of the palm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8181} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-6.png\" alt=\"\" class=\"wp-image-8181\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Logitech has reinvented its scroll wheel with a brand new electromagnetic “MagSpeed” implementation. This is said to improve precision by 82% and makes scrolling 90% faster while producing less noise. The mechanism is smoother to operate. The new system enables users to make small, precise scrolls or skip 1000 lines in a second using free spin mode.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8182} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-7.png\" alt=\"\" class=\"wp-image-8182\" /><figcaption>Photo: Logitech</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Creators will rejoice with the new\napplication-specific customizations for Adobe Premiere Pro, Photoshop,\nMicrosoft Word, Excel and PowerPoint as well as Final Cut Pro, Google Chrome\nand more. The back and forward buttons have been moved below the side scroll\nwheel and sit closer to the gesture button to the right of the device where the\nthumb rests.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One feature that was introduced in previous generations of the MX Master series was the ability to control multiple computers at once. The Logitech Options application enables this feature and the MX Master 3 can utilise the software. Logitech Options includes a feature called Logitech Flow that allows for seamless transitioning from one computer to the next with the same mouse, even between Mac and PC. Users can also copy files between Windows and macOS devices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8183} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-8.png\" alt=\"\" class=\"wp-image-8183\" /><figcaption>Photo: Logitech</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tracking is still on point with the same 4000 DPI sensing as its predecessor, with Logitech’s Darkfield Tracking technology enabling the mouse to track on almost any surface, glass included.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8184} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-9.png\" alt=\"\" class=\"wp-image-8184\" /><figcaption>Photo: Logitech</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The new mouse leverages the power of USB-C\nQuick Charging to deliver 3 hours of use with only a minute of charge. A fully\ncharged battery will last 70 days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The MX Master 3 mouse retails for $99 USD. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Story written by Renor C</em></strong><em>.</em></p>\n<!-- /wp:paragraph -->','Logitech releases new MX Master 3','','inherit','closed','closed','','8180-revision-v1','','','2019-09-09 17:17:18','2019-09-09 22:17:18','',8180,'https://buzz-caribbean.com/article/8180-revision-v1/',0,'revision','',0),(8186,21,'2019-09-09 17:28:57','2019-09-09 22:28:57','<!-- wp:paragraph -->\n<p>The Gordon Town Square\nwill be officially renamed in honour of late cultural ambassador,\nDr. the Hon. Louise Bennett-Coverley – affectionately known as “Miss Lou”. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister, the Most\nHon. Andrew Holness, made the announcement during a civic ceremony in the East\nRural St Andrew community on Sunday (September 8) to commemorate the centenary\nof Miss Lou’s birth. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8190} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Miss-Lou-Square-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-8190\" /><figcaption>Prime Minister, the Most Hon. Andrew Holness, addressing a civic ceremony in Gordon Town, East Rural St Andrew, on Sunday (September 8) to commemorate the centenary of the birth of late cultural ambassador- Dr. the Hon. Louise Bennett-Coverley, affectionately known as “Miss Lou”. (Photo: JIS/Adrian Walker)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We cannot only allow her works to be embedded in documents. We must have physical representation of her works… and this statue [erected in her honour] is just the beginning. I am expecting that at the next sitting of the [KSMAC], the Councillors will move a resolution to have the Gordon Town Square renamed in honour of the great cultural icon – Louise Bennett-Coverley,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7887} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-8.jpg\" alt=\"\" class=\"wp-image-7887\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Prime Minister noted\nthat after the resolution is passed, a plaque will be unveiled in the square signifying\nthe renaming.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7883} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-3.jpg\" alt=\"\" class=\"wp-image-7883\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The statue, which was done by noted sculptor, Basil Watson, was unveiled\nby Prime Minister Holness on September 7, 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “We cannot only allow her works to be embedded in documents. We must have physical representation of her works\"</p><cite>— Prime Minister Andrew Holness</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Mr, Holness charged the KSAMC and Ministry of Culture, Gender,\nEntertainment and Sport to partner with property owners in the square to\nfurther develop the area as an attraction for local and overseas visitors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8192} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Miss-Lou-Square-Centenary-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-8192\" /><figcaption>Prime Minister, the Most Hon. Andrew Holness (right), greets Fabian Coverley, son of late cultural ambassador, Dr. the Hon. Louise Bennett-Coverley, during a civic ceremony in Gordon Town, East Rural St Andrew, on Sunday (September 8) to commemorate the centenary of the birth of the globally renowned icon, affectionately known as “Miss Lou”. (Photo: JIS/Adrian Walker)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We should now seek to improve the facade and put in place the necessary\ninfrastructure so that, if we bring tourists in or bring in our own Jamaicans\nto come and appreciate and understand the culture, they can be appropriately\naccommodated, hosted and they can possibly interact with some of our works\neither digitally or other forms,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7882} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-2.jpg\" alt=\"\" class=\"wp-image-7882\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A globally acclaimed writer, folklorist, educator, radio and television\npersonality and poet, who was known for performing her pieces in&nbsp;the local\npatois dialect, Miss Lou is widely regarded as the “Mother of Jamaican Culture”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Born on\nSeptember 7, 1919, Miss Lou passed away on July 26, 2006 in Canada and was\ninterred at National Heroes Park in Kingston in a section reserved for cultural\nicons.</p>\n<!-- /wp:paragraph -->','Gordon Town Square being renamed in honour of ‘Miss Lou’','','publish','open','closed','','gordon-town-square-being-renamed-in-honour-of-miss-lou','','','2019-09-09 17:28:57','2019-09-09 22:28:57','',0,'https://buzz-caribbean.com/?p=8186',0,'post','',0),(8187,4,'2019-09-09 17:18:33','2019-09-09 22:18:33','<!-- wp:image {\"id\":8049} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kevin-obrien-chang.jpg\" alt=\"\" class=\"wp-image-8049\" /><figcaption>Kevin O\'Brien Chang said Dr Peter Phillips should not accept Peter Bunting\'s resignation. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A political analyst is suggesting that Dr Peter Phillips should keep Peter Bunting and his supporters in his shadow cabinet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Dr Phillips, the smart thing to do is not accept the resignations,\" Kevin O\'Brien Chang told<strong> BUZZ</strong>. \"But you never know, logic can say one thing but emotion can say another.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, Mark Golding and Dr Dayton Campbell resigned from the shadow cabinet after Bunting lost his bid to take the presidency of the PNP from Phillips in an election on Saturday. Dr Campbell resigned hours after the election.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8148} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/PNP-Fallout-Feature-Image-Buzz-Caribbean-1024x614.jpg\" alt=\"\" class=\"wp-image-8148\" /><figcaption>Dr Dayton Campbell, Peter Bunting and Mark Golding have resigned from the shadow cabinet.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bunting said that keeping Bunting and his supporters in the shadow cabinet would show that Phillips is serious about the unity of the party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>O\'Brien Chang said the men did the decent thing and in tendering their resignation, which would give Phillips the option of keeping them or moving on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a set of tweets Monday (Sept 9), Phillips asked the members of the shadow cabinet to remain in their post and monitor their assigned portfolio. He said that he will be reorganising his shadow cabinet after the PNP\'s annual conference on Sept 22.</p>\n<!-- /wp:paragraph -->','Analyst says Phillips should not accept Bunting\'s resignation','','inherit','closed','closed','','8150-revision-v1','','','2019-09-09 17:18:33','2019-09-09 22:18:33','',8150,'https://buzz-caribbean.com/article/8150-revision-v1/',0,'revision','',0),(8188,4,'2019-09-09 17:21:22','2019-09-09 22:21:22','<!-- wp:image {\"id\":7765} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/butch-stewart-on-bloomberg-tv-1024x603.png\" alt=\"\" class=\"wp-image-7765\" /><figcaption>Gordon Butch Stewart</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former Chairman of the Clarendon Chamber of Commerce, Dr Winston Dawes, has pointed to business mogul Gordon ‘Butch’ Stewart as the man with the capacity to bring back the island from the brink of anarchy and endless crime.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We need Butch to lead the charge,\nsimilar to how he led the save the dollar initiative. It has to be\nnon-political. Only someone like Butch can do. This is outside the remit of the\npoliticians. They are clueless,” Dawes told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the owner of the Sandals Group, the ATL Group and the Jamaica Observer among other entities, Stewart is one of the Caribbean’s and Jamaica’s leading employers and is well known for his philanthropy and social intervention schemes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“We need Butch to lead the charge, similar to how he led the save the dollar initiative.\" </p><cite>—  Dr Winston Dawes </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Dawes believes that Stewart has the\nability to make a change based on his innovative mindset.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Maybe someone needs to convince him\nto look at saving the country from this monster,” Dawes said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dawes also cited the state of emergency\nin Clarendon and St Catherine as a ‘waste of time’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We can’t even control the first\nthree parishes, and we are expanding to the two largest ones?” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We need to get to the root causes of\ncrime. We have a whole generation of people who have grown up in a cycle of\nviolence,” he said.</p>\n<!-- /wp:paragraph -->','Dr Dawes: Only Butch can solve Jamaica’s crime problem','','inherit','closed','closed','','8171-revision-v1','','','2019-09-09 17:21:22','2019-09-09 22:21:22','',8171,'https://buzz-caribbean.com/article/8171-revision-v1/',0,'revision','',0),(8189,4,'2019-09-09 17:21:35','2019-09-09 22:21:35','<!-- wp:image {\"id\":7765} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/butch-stewart-on-bloomberg-tv-1024x603.png\" alt=\"\" class=\"wp-image-7765\" /><figcaption>Gordon \'Butch\' Stewart</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former Chairman of the Clarendon Chamber of Commerce, Dr Winston Dawes, has pointed to business mogul Gordon ‘Butch’ Stewart as the man with the capacity to bring back the island from the brink of anarchy and endless crime.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We need Butch to lead the charge,\nsimilar to how he led the save the dollar initiative. It has to be\nnon-political. Only someone like Butch can do. This is outside the remit of the\npoliticians. They are clueless,” Dawes told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the owner of the Sandals Group, the ATL Group and the Jamaica Observer among other entities, Stewart is one of the Caribbean’s and Jamaica’s leading employers and is well known for his philanthropy and social intervention schemes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“We need Butch to lead the charge, similar to how he led the save the dollar initiative.\" </p><cite>—  Dr Winston Dawes </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Dawes believes that Stewart has the\nability to make a change based on his innovative mindset.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Maybe someone needs to convince him\nto look at saving the country from this monster,” Dawes said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dawes also cited the state of emergency\nin Clarendon and St Catherine as a ‘waste of time’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We can’t even control the first\nthree parishes, and we are expanding to the two largest ones?” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We need to get to the root causes of\ncrime. We have a whole generation of people who have grown up in a cycle of\nviolence,” he said.</p>\n<!-- /wp:paragraph -->','Dr Dawes: Only Butch can solve Jamaica’s crime problem','','inherit','closed','closed','','8171-revision-v1','','','2019-09-09 17:21:35','2019-09-09 22:21:35','',8171,'https://buzz-caribbean.com/article/8171-revision-v1/',0,'revision','',0),(8190,11,'2019-09-09 17:22:48','2019-09-09 22:22:48','','Miss-Lou-Square-Buzz-Caribbean','','inherit','open','closed','','miss-lou-square-buzz-caribbean','','','2019-09-09 17:22:48','2019-09-09 22:22:48','',8186,'https://buzz-caribbean.com/app/uploads/2019/09/Miss-Lou-Square-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8191,4,'2019-09-09 17:24:48','2019-09-09 22:24:48','<!-- wp:image {\"id\":7765} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/butch-stewart-on-bloomberg-tv-1024x603.png\" alt=\"\" class=\"wp-image-7765\" /><figcaption>Gordon \'Butch\' Stewart</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former Chairman of the Clarendon Chamber of Commerce, Dr Winston Dawes, has pointed to business mogul Gordon ‘Butch’ Stewart as the man with the capacity to bring back the island from the brink of anarchy and endless crime.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We need Butch to lead the charge,\nsimilar to how he led the save the dollar initiative. It has to be\nnon-political. Only someone like Butch can do. This is outside the remit of the\npoliticians. They are clueless,” Dawes told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the owner of the Sandals Group, the ATL Group and the Jamaica Observer among other entities, Stewart is one of the Caribbean’s and Jamaica’s leading employers and is well known for his philanthropy and social intervention schemes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“We need Butch to lead the charge, similar to how he led the save the dollar initiative.\" </p><cite>—  Dr Winston Dawes </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Dawes believes that Stewart has the\nability to make a change based on his innovative mindset.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Maybe someone needs to convince him\nto look at saving the country from this monster,” Dawes said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dawes also cited the state of emergency\nin Clarendon and St Catherine as a ‘waste of time’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We can’t even control the first three parishes, and we are expanding to the two largest ones?” he said. “We need to get to the root causes of crime. We have a whole generation of people who have grown up in a cycle of violence.”</p>\n<!-- /wp:paragraph -->','Dr Dawes: Only Butch can solve Jamaica’s crime problem','','inherit','closed','closed','','8171-revision-v1','','','2019-09-09 17:24:48','2019-09-09 22:24:48','',8171,'https://buzz-caribbean.com/article/8171-revision-v1/',0,'revision','',0),(8192,11,'2019-09-09 17:25:00','2019-09-09 22:25:00','','Miss-Lou-Square-Centenary-Buzz-Caribbean','','inherit','open','closed','','miss-lou-square-centenary-buzz-caribbean','','','2019-09-09 17:25:00','2019-09-09 22:25:00','',8186,'https://buzz-caribbean.com/app/uploads/2019/09/Miss-Lou-Square-Centenary-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8193,13,'2019-09-09 19:35:47','2019-09-10 00:35:47','<!-- wp:image {\"id\":8196} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Bugle_BB-20190909-1024x693.jpg\" alt=\"Jamaican entertainer Bugle\" class=\"wp-image-8196\" /><figcaption> Jamaican entertainer Bugle </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican entertainer Bugle says he has no ill will towards Elephant Man. He has made it clear that the lyrics in his new song, <strong>Life Saviour</strong>, wasn’t done to be disrespectful to the deejay. Instead, he said that the aim was to reflect his journey in music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The artiste was keen to explain that\nhe was speaking about his life lessons, and he wanted to convey the events as\nthey played out so that he could connect with his listeners. As a result, he\nisn’t concerned about possible backlash for the line in which he said that Elephant\nMan only gave him US$2,000 after doing more than 30 shows with him. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I have to big up Elephant Man same way because he taught me a lot.\" </p><cite>— Bugle</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“What specific line should I be\nconcerned about? No lie nuh deh deh. If lie did deh deh, I would be concerned.\nI wasn’t saying it in a disrespectful way either. I am just stating facts and\ntalking about my journey,” Bugle said. “I can’t talk about my journey and not\nexpress myself the right way and tell the people the truth. I have to big up\nElephant Man same way because he taught me a lot.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7347} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/elephant-man.jpg\" alt=\"Dancehall artiste Elephant Man \" class=\"wp-image-7347\" /><figcaption>Dancehall artiste Elephant Man </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Life Saviour</strong>, which is on\nBugle’s <strong>Picture Perfect</strong> album, has picked up tremendous traction since\nthe album was released in August. And Bugle is not surprised.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Any time you talk about your life\nand things you go through people gravitate to it really fast. Just like the <strong>Nuh\nCompatible</strong> song, everybody took on to it because everybody goes through it,\neverybody can relate to it. When people hear songs like this, people react to\nit instantly because every man has his journey,” Bugle said. </p>\n<!-- /wp:paragraph -->','No disrespect to Elephant Man: Bugle says ‘Life Saviour’ simply tells his story','','publish','open','closed','','no-disrespect-to-elephant-man-bugle-says-life-saviour-simply-tells-his-story','','','2019-09-09 17:36:15','2019-09-09 22:36:15','',0,'https://buzz-caribbean.com/?p=8193',0,'post','',0),(8194,11,'2019-09-09 17:28:57','2019-09-09 22:28:57','<!-- wp:paragraph -->\n<p>The Gordon Town Square\nwill be officially renamed in honour of late cultural ambassador,\nDr. the Hon. Louise Bennett-Coverley – affectionately known as “Miss Lou”. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister, the Most\nHon. Andrew Holness, made the announcement during a civic ceremony in the East\nRural St Andrew community on Sunday (September 8) to commemorate the centenary\nof Miss Lou’s birth. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8190} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Miss-Lou-Square-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-8190\" /><figcaption>Prime Minister, the Most Hon. Andrew Holness, addressing a civic ceremony in Gordon Town, East Rural St Andrew, on Sunday (September 8) to commemorate the centenary of the birth of late cultural ambassador- Dr. the Hon. Louise Bennett-Coverley, affectionately known as “Miss Lou”. (Photo: JIS/Adrian Walker)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We cannot only allow her works to be embedded in documents. We must have physical representation of her works… and this statue [erected in her honour] is just the beginning. I am expecting that at the next sitting of the [KSMAC], the Councillors will move a resolution to have the Gordon Town Square renamed in honour of the great cultural icon – Louise Bennett-Coverley,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7887} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-8.jpg\" alt=\"\" class=\"wp-image-7887\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Prime Minister noted\nthat after the resolution is passed, a plaque will be unveiled in the square signifying\nthe renaming.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7883} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-3.jpg\" alt=\"\" class=\"wp-image-7883\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The statue, which was done by noted sculptor, Basil Watson, was unveiled\nby Prime Minister Holness on September 7, 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “We cannot only allow her works to be embedded in documents. We must have physical representation of her works\"</p><cite>— Prime Minister Andrew Holness</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Mr, Holness charged the KSAMC and Ministry of Culture, Gender,\nEntertainment and Sport to partner with property owners in the square to\nfurther develop the area as an attraction for local and overseas visitors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8192} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Miss-Lou-Square-Centenary-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-8192\" /><figcaption>Prime Minister, the Most Hon. Andrew Holness (right), greets Fabian Coverley, son of late cultural ambassador, Dr. the Hon. Louise Bennett-Coverley, during a civic ceremony in Gordon Town, East Rural St Andrew, on Sunday (September 8) to commemorate the centenary of the birth of the globally renowned icon, affectionately known as “Miss Lou”. (Photo: JIS/Adrian Walker)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We should now seek to improve the facade and put in place the necessary\ninfrastructure so that, if we bring tourists in or bring in our own Jamaicans\nto come and appreciate and understand the culture, they can be appropriately\naccommodated, hosted and they can possibly interact with some of our works\neither digitally or other forms,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7882} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-2.jpg\" alt=\"\" class=\"wp-image-7882\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A globally acclaimed writer, folklorist, educator, radio and television\npersonality and poet, who was known for performing her pieces in&nbsp;the local\npatois dialect, Miss Lou is widely regarded as the “Mother of Jamaican Culture”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Born on\nSeptember 7, 1919, Miss Lou passed away on July 26, 2006 in Canada and was\ninterred at National Heroes Park in Kingston in a section reserved for cultural\nicons.</p>\n<!-- /wp:paragraph -->','Gordon Town Square being renamed in honour of ‘Miss Lou’','','inherit','closed','closed','','8186-revision-v1','','','2019-09-09 17:28:57','2019-09-09 22:28:57','',8186,'https://buzz-caribbean.com/article/8186-revision-v1/',0,'revision','',0),(8195,21,'2019-09-09 17:42:18','2019-09-09 22:42:18','<!-- wp:paragraph -->\n<p>Minister\nof Health and Wellness, Dr. the Hon. Christopher Tufton, says the Ministry is partnering\nwith the National Solid Waste Management Authority (NSWMA) to rid vulnerable communities\nof bulky waste, which can become mosquito breeding sites. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have engaged the NSWMA, so they are going to be providing critical support, where necessary, to deal with solid waste wherever it is found,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8199} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tufton-Health-Bulky-Waste-Buzz-Caribbean-1024x1024.jpg\" alt=\"\" class=\"wp-image-8199\" /><figcaption>Dr Christopher Tufton, Minister of Health and Wellness</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Minister was speaking to journalists during a press briefing at the St. James Type Five Health Centre on Friday (September 6), which preceded a vector control tour of the Norwood and Flanker communities in the parish. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The tour was part of the Ministry’s enhanced vector control programme launched on July 1, which is aimed at reducing breeding sites for the Aedes aegypti mosquito in communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"You can be charged with harbouring breeding sites that create a nuisance to others” </p><cite>— Dr Christopher Tufton, Minister of Health and Wellness</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p> “We are supporting all of this through a media campaign, and that is to create as much information as possible so that Jamaicans are fully aware,” the Minister noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He pointed out that citizens have a responsibility to ensure that their properties are free of mosquito breeding sites.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8201} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Aedes_aegypti_female_feeding-Buzz-Caribbean-1024x677.jpg\" alt=\"\" class=\"wp-image-8201\" /><figcaption>Aedes aegypti, the yellow fever mosquito, is a mosquito that can spread dengue fever, chikungunya, Zika fever and other disease agents.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> “For those who do not recognise that role, let us remember that you can be cited for a breach under the Public Nuisance Act where you can be charged with harbouring breeding sites that create a nuisance to others,” he noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Minister informed that over the last year, almost 3,000 individuals have been cited for breaches of the Act. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is not something we want to do, but I think we have to find all the ways possible to bring the populace to come to terms with the [consequences of their] actions,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, Chief Public Health Inspector at the St. James Public Health Department, Lennox Wallace, said that as part of the department’s partnership with the NSWMA, focus will be placed on constituencies where there is a build-up of bulky waste.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> “What we are looking at now, in detail, are three constituencies in the parish – central, northwest, and west-central – for the immediate period. These are the areas which we have seen the bulky waste,” Mr. Wallace said.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that vector control staff will be going out with the Western Parks and Markets (WPM) team twice per week, to assist in the waste-removal exercise.</p>\n<!-- /wp:paragraph -->','Health Ministry partners with NSWMA to rid communities of bulky waste','','publish','open','closed','','health-ministry-partners-with-nswma-to-rid-communities-of-bulky-waste','','','2019-09-09 17:49:55','2019-09-09 22:49:55','',0,'https://buzz-caribbean.com/?p=8195',0,'post','',0),(8196,9,'2019-09-09 17:32:49','2019-09-09 22:32:49','','Bugle_BB-20190909','','inherit','open','closed','','bugle_bb-20190909','','','2019-09-09 17:32:49','2019-09-09 22:32:49','',8193,'https://buzz-caribbean.com/app/uploads/2019/09/Bugle_BB-20190909.jpg',0,'attachment','image/jpeg',0),(8197,4,'2019-09-09 17:33:08','2019-09-09 22:33:08','<!-- wp:image {\"id\":8049} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kevin-obrien-chang.jpg\" alt=\"\" class=\"wp-image-8049\" /><figcaption>Kevin O\'Brien Chang said Dr Peter Phillips should not accept Peter Bunting\'s resignation. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A political analyst is suggesting that Dr Peter Phillips should keep Peter Bunting and his supporters in his shadow cabinet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Dr Phillips, the smart thing to do is not accept the resignations,\" Kevin O\'Brien Chang told<strong> BUZZ</strong>. \"But you never know, logic can say one thing but emotion can say another.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, Mark Golding and Dr Dayton Campbell resigned from the shadow cabinet after Bunting lost his bid to take the presidency of the PNP from Phillips in an election on Saturday. Dr Campbell resigned hours after the election.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8148} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/PNP-Fallout-Feature-Image-Buzz-Caribbean-1024x614.jpg\" alt=\"\" class=\"wp-image-8148\" /><figcaption>Dr Dayton Campbell, Peter Bunting and Mark Golding have resigned from the shadow cabinet.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>O\'Brien Chang said that keeping Bunting and his supporters in the shadow cabinet would show that Phillips is serious about the unity of the party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>O\'Brien Chang said the men did the decent thing and in tendering their resignation, which would give Phillips the option of keeping them or moving on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a set of tweets Monday (Sept 9), Phillips asked the members of the shadow cabinet to remain in their post and monitor their assigned portfolio. He said that he will be reorganising his shadow cabinet after the PNP\'s annual conference on Sept 22.</p>\n<!-- /wp:paragraph -->','Analyst says Phillips should not accept Bunting\'s resignation','','inherit','closed','closed','','8150-revision-v1','','','2019-09-09 17:33:08','2019-09-09 22:33:08','',8150,'https://buzz-caribbean.com/article/8150-revision-v1/',0,'revision','',0),(8198,9,'2019-09-09 17:35:47','2019-09-09 22:35:47','<!-- wp:image {\"id\":8196} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Bugle_BB-20190909-1024x693.jpg\" alt=\"Jamaican entertainer Bugle\" class=\"wp-image-8196\" /><figcaption> Jamaican entertainer Bugle </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican entertainer Bugle says he has no ill will towards Elephant Man. He has made it clear that the lyrics in his new song, <strong>Life Saviour</strong>, wasn’t done to be disrespectful to the deejay. Instead, he said that the aim was to reflect his journey in music.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The artiste was keen to explain that\nhe was speaking about his life lessons, and he wanted to convey the events as\nthey played out so that he could connect with his listeners. As a result, he\nisn’t concerned about possible backlash for the line in which he said that Elephant\nMan only gave him US$2,000 after doing more than 30 shows with him. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I have to big up Elephant Man same way because he taught me a lot.\" </p><cite>— Bugle</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“What specific line should I be\nconcerned about? No lie nuh deh deh. If lie did deh deh, I would be concerned.\nI wasn’t saying it in a disrespectful way either. I am just stating facts and\ntalking about my journey,” Bugle said. “I can’t talk about my journey and not\nexpress myself the right way and tell the people the truth. I have to big up\nElephant Man same way because he taught me a lot.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7347} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/elephant-man.jpg\" alt=\"Dancehall artiste Elephant Man \" class=\"wp-image-7347\" /><figcaption>Dancehall artiste Elephant Man </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Life Saviour</strong>, which is on\nBugle’s <strong>Picture Perfect</strong> album, has picked up tremendous traction since\nthe album was released in August. And Bugle is not surprised.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Any time you talk about your life\nand things you go through people gravitate to it really fast. Just like the <strong>Nuh\nCompatible</strong> song, everybody took on to it because everybody goes through it,\neverybody can relate to it. When people hear songs like this, people react to\nit instantly because every man has his journey,” Bugle said. </p>\n<!-- /wp:paragraph -->','No disrespect to Elephant Man: Bugle says ‘Life Saviour’ simply tells his story','','inherit','closed','closed','','8193-revision-v1','','','2019-09-09 17:35:47','2019-09-09 22:35:47','',8193,'https://buzz-caribbean.com/article/8193-revision-v1/',0,'revision','',0),(8199,11,'2019-09-09 17:39:17','2019-09-09 22:39:17','','Tufton-Health-Bulky-Waste-Buzz-Caribbean','','inherit','open','closed','','tufton-health-bulky-waste-buzz-caribbean','','','2019-09-09 17:39:17','2019-09-09 22:39:17','',8195,'https://buzz-caribbean.com/app/uploads/2019/09/Tufton-Health-Bulky-Waste-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8200,21,'2019-09-09 18:15:31','2019-09-09 23:15:31','<!-- wp:image {\"id\":8202} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Camila-Mendes.jpg\" alt=\"\" class=\"wp-image-8202\" /><figcaption> Camila Mendes </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Camila Mendes was drugged and sexually assaulted during freshman year at college. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 25-year-old actress has revealed that someone slipped the date rape drug Rohypnol - known as a \"roofie\" - into her drink when she was studying at New York University\'s Tisch School of the Arts, and he went on to do stuff to her that she didn\'t consent to. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I was roofied by someone who sexually assaulted me.\" </p><cite>—  Camila Mendes </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking to Women\'s Health magazine, she said: \"I had a very, very bad experience. I was roofied by someone who sexually assaulted me.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After the dark period of her life, the brunette beauty got the words \"to build a home\" etched on her ribcage as a reminder to \"strengthen her sense of self and the environment around her\" - especially as she had spent most of her life moving house. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She explained: \"Whenever I feel like I\'m going through something difficult, I think about what I can do physically for myself.\"</p>\n<!-- /wp:paragraph -->','Camila Mendes was sexually assaulted in college','','publish','open','closed','','camila-mendes-was-sexually-assaulted-in-college','','','2019-09-09 17:45:34','2019-09-09 22:45:34','',0,'https://buzz-caribbean.com/?p=8200',0,'post','',0),(8201,11,'2019-09-09 17:40:02','2019-09-09 22:40:02','','Aedes_aegypti_female_feeding-Buzz-Caribbean','','inherit','open','closed','','aedes_aegypti_female_feeding-buzz-caribbean','','','2019-09-09 17:40:02','2019-09-09 22:40:02','',8195,'https://buzz-caribbean.com/app/uploads/2019/09/Aedes_aegypti_female_feeding-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8202,9,'2019-09-09 17:40:49','2019-09-09 22:40:49','','Camila-Mendes','','inherit','open','closed','','camila-mendes','','','2019-09-09 17:40:49','2019-09-09 22:40:49','',8200,'https://buzz-caribbean.com/app/uploads/2019/09/Camila-Mendes.jpg',0,'attachment','image/jpeg',0),(8203,11,'2019-09-09 17:42:18','2019-09-09 22:42:18','<!-- wp:paragraph -->\n<p>Minister\nof Health and Wellness, Dr. the Hon. Christopher Tufton, says the Ministry is partnering\nwith the National Solid Waste Management Authority (NSWMA) to rid vulnerable communities\nof bulky waste, which can become mosquito breeding sites. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have engaged the NSWMA, so they are going to be providing critical support, where necessary, to deal with solid waste wherever it is found,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8199} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tufton-Health-Bulky-Waste-Buzz-Caribbean-1024x1024.jpg\" alt=\"\" class=\"wp-image-8199\" /><figcaption>Dr Christopher Tufton, Minister of Health and Wellness</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Minister was speaking to journalists during a press briefing at the St. James Type Five Health Centre on Friday (September 6), which preceded a vector control tour of the Norwood and Flanker communities in the parish. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The tour was part of the Ministry’s enhanced vector control programme launched on July 1, which is aimed at reducing breeding sites for the Aedes aegypti mosquito in communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"You can be charged with harbouring breeding sites that create a nuisance to others” </p><cite>— Dr Christopher Tufton, Minister of Health and Wellness</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p> “We are supporting all of this through a media campaign, and that is to create as much information as possible so that Jamaicans are fully aware,” the Minister noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He pointed out that citizens have a responsibility to ensure that their properties are free of mosquito breeding sites.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8201} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Aedes_aegypti_female_feeding-Buzz-Caribbean-1024x677.jpg\" alt=\"\" class=\"wp-image-8201\" /><figcaption>Aedes aegypti, the yellow fever mosquito, is a mosquito that can spread dengue fever, chikungunya, Zika fever and other disease agents.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> “For those who do not recognise that role, let us remember that you can be cited for a breach under the Public Nuisance Act where you can be charged with harbouring breeding sites that create a nuisance to others,” he noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Minister informed that over the last year, almost 3,000 individuals have been cited for breaches of the Act. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is not something we want to do, but I think we have to find all the ways possible to bring the populace to come to terms with the [consequences of their] actions,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, Chief Public Health Inspector at the St. James Public Health Department, Lennox Wallace, said that as part of the department’s partnership with the NSWMA, focus will be placed on constituencies where there is a build-up of bulky waste.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> “What we are looking at now, in detail, are three constituencies in the parish – central, northwest, and west-central – for the immediate period. These are the areas which we have seen the bulky waste,” Mr. Wallace said.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that vector control staff will be going out with the Western Parks and Markets (WPM) team twice per week, to assist in the waste-removal exercise.</p>\n<!-- /wp:paragraph -->','Health Ministry partners with NSWMA to rid communities of bulky waste','','inherit','closed','closed','','8195-revision-v1','','','2019-09-09 17:42:18','2019-09-09 22:42:18','',8195,'https://buzz-caribbean.com/article/8195-revision-v1/',0,'revision','',0),(8204,21,'2019-09-09 17:59:21','2019-09-09 22:59:21','<!-- wp:paragraph -->\n<p>Having lived in The Bahamas for 10 years,\nHope Grant has a lot of friends in the cluster of islands which are just\nhalf-hour by plane from South Florida. Three weeks before sections of the\ncountry was decimated by Hurricane Dorian, she was in Freeport visiting\nfriends.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grant is secretary/treasurer of the\nGodfrey Stewart High School Alumni Association (GSHSAA), which operates the\nFloBah (FloridaBahamas) organisation in South Florida. With 45 persons killed,\nand thousands left homeless by the Category 5 hurricane, they moved swiftly to\nassist.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“It’s almost incumbent on us to do something. We have classmates and very close friends there” </p><cite>—Devon Dobson, President of the Godfrey Stewart High School Alumni Association</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“The Bahamas is very close to home for me,\nI taught there for 10 years. I have students there who are doctors now, and we\nhave past students of Godfrey Stewart there; one of them, she has lost\neverything,” said Grant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7516} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-damage-bahamas-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-7516\" /><figcaption>Aerial view of the damage to sections of the Bahamas following the passage of Hurricane Dorian</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Devon Dobson, president of the GSHSAA,\nsaid given the close proximity of The Bahamas to South Florida, it is only\nnatural they play their part in the recovery effort.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s almost incumbent on us to do\nsomething. We have classmates and very close friends there,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The FloBah/GSHSAA have assembled a cache of relief items (medical supplies, canned food and water) which will be distributed through Grant and the Rotary Club of Freeport to affected citizens on September 14. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-large\"} -->\n<blockquote class=\"wp-block-quote is-style-large\"><p>They have also set a target of US$2000 which will also be disbursed with the assistance of the Rotary.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“We’ve raised $170 so far but there are\nsome pledges from persons and organisations, so we’re getting there,” Dobson\ndisclosed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Formed five years, the GSHSAA stages three\nfundraising events annually to assist their alma mater which is located in\nWestmoreland. One is a cookout in Freeport by Rohan Kerr, one of their members\nwho owns a restaurant there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The initiatives help fund Godfrey Stewart\nHigh School’s breakfast programme and sponsor a student for the school term.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Freeport, located in the Grand Bahama area of The Bahamas and Abaco Island, found in the northern region of the country, suffered the most damage from Dorian’s destructive gales which hit on September 2 and 3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A team of leaders from the Caribbean Community (CARICOM) including chairman and St. Lucia Prime Minister Allen Chastanet travelled to the country\'s capital Nassau, on September 5 to assess the damage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7954} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jdf-dart-response-team-bahamas-buzz-demo-3.jpg\" alt=\"\" class=\"wp-image-7954\" /><figcaption>Members of the JDF comprising DART being greeted by Prime Minister Holness</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica’s Prime Minister Andrew Holness says a 120-member\nteam from the Disaster Assistance Response Team (DART) of the Jamaica\nDefense Force will be deployed to affected areas for 30 days to assist in\nrecovery operations.</p>\n<!-- /wp:paragraph -->','FloBah doing their part to help Bahamas','','publish','open','closed','','flobah-doing-their-part-to-help-bahamas','','','2019-09-09 17:59:22','2019-09-09 22:59:22','',0,'https://buzz-caribbean.com/?p=8204',0,'post','',0),(8205,9,'2019-09-09 17:45:15','2019-09-09 22:45:15','<!-- wp:image {\"id\":8202} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Camila-Mendes.jpg\" alt=\"\" class=\"wp-image-8202\" /><figcaption> Camila Mendes </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Camila Mendes was drugged and sexually assaulted during freshman year at college. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 25-year-old actress has revealed that someone slipped the date rape drug Rohypnol - known as a \"roofie\" - into her drink when she was studying at New York University\'s Tisch School of the Arts, and he went on to do stuff to her that she didn\'t consent to. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I was roofied by someone who sexually assaulted me.\" </p><cite>—  Camila Mendes </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking to Women\'s Health magazine, she said: \"I had a very, very bad experience. I was roofied by someone who sexually assaulted me.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After the dark period of her life, the brunette beauty got the words \"to build a home\" etched on her ribcage as a reminder to \"strengthen her sense of self and the environment around her\" - especially as she had spent most of her life moving house. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She explained: \"Whenever I feel like I\'m going through something difficult, I think about what I can do physically for myself.\"</p>\n<!-- /wp:paragraph -->','Camila Mendes was sexually assaulted in college','','inherit','closed','closed','','8200-revision-v1','','','2019-09-09 17:45:15','2019-09-09 22:45:15','',8200,'https://buzz-caribbean.com/article/8200-revision-v1/',0,'revision','',0),(8206,14,'2019-09-09 17:45:55','2019-09-09 22:45:55','','gretta-moore-buzz-proposal-demo-2','','inherit','open','closed','','gretta-moore-buzz-proposal-demo-2','','','2019-09-09 17:45:55','2019-09-09 22:45:55','',8174,'https://buzz-caribbean.com/app/uploads/2019/09/gretta-moore-buzz-proposal-demo-2.jpg',0,'attachment','image/jpeg',0),(8207,14,'2019-09-09 17:46:33','2019-09-09 22:46:33','','gretta-moore-buzz-proposal-demo-1','','inherit','open','closed','','gretta-moore-buzz-proposal-demo-1','','','2019-09-09 17:46:33','2019-09-09 22:46:33','',8174,'https://buzz-caribbean.com/app/uploads/2019/09/gretta-moore-buzz-proposal-demo-1.jpg',0,'attachment','image/jpeg',0),(8208,14,'2019-09-09 17:46:45','2019-09-09 22:46:45','','gretta-moore-buzz-proposal-demo-3','','inherit','open','closed','','gretta-moore-buzz-proposal-demo-3','','','2019-09-09 17:46:45','2019-09-09 22:46:45','',8174,'https://buzz-caribbean.com/app/uploads/2019/09/gretta-moore-buzz-proposal-demo-3.jpg',0,'attachment','image/jpeg',0),(8210,4,'2019-09-09 17:49:04','2019-09-09 22:49:04','<!-- wp:image {\"id\":8163} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/shereita-singer-CCC.jpg\" alt=\"Singer Sherieta has been in the music industry for 12 years.\" class=\"wp-image-8163\" /><figcaption>Singer Sherieta has been in the music industry for 12 years. (Photos: Instagram @sherietasings)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sherieta is a musically equipped singer and songwriter\nwith 12 years of experience in the Jamaican music industry. She describes her style\nas ‘Exotique Soul\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her musical journey started when she became a\nbackground vocalist for Tarrus Riley. She eventually worked with Diana King,\nDuane Stephenson and Gentleman. And as of 2016, she has been doing backup vocals\nfor Damian Marley. Sherieta’s vocals has backed many popular reggae songs like Chronixx\'s\n<strong>Never Give Up</strong>, Nesbeth\'s <strong>My Dream</strong>, Tarrus Riley\'s <strong>Gimme Likkle\nOne Drop</strong> and Kabaka Pyramid\'s <strong>Can\'t Breathe</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8162} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/shereita-singer.jpg\" alt=\"Sherieta has been working on her EP since 2015. \" class=\"wp-image-8162\" /><figcaption> Sherieta has been working on her EP since 2015. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She is now moving from backstage and stepping into centre stage with her newly released EP, <strong>Conversations In Key</strong>, which she has been working on since 2015. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It\'s a combination of songs that came out of conversations I\'ve had with friends, family, a higher being, also observations and experiences,” Sherieta said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The seven-track project features Chevaughn on <strong>Can\nWe Stay</strong> and Racquel Jones on <strong>Woman2Woman</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Conversations in Key</strong> was released on Ghetto\nYouths International. It is available for purchase on all digital platforms.</p>\n<!-- /wp:paragraph -->','Sherieta shows experience on \'Conversations In Key\'','','inherit','closed','closed','','8160-revision-v1','','','2019-09-09 17:49:04','2019-09-09 22:49:04','',8160,'https://buzz-caribbean.com/article/8160-revision-v1/',0,'revision','',0),(8211,11,'2019-09-09 17:49:31','2019-09-09 22:49:31','','Feature Image Mosquito Breeding Sites Buzz Caribbean','','inherit','open','closed','','feature-image-mosquito-breeding-sites-buzz-caribbean','','','2019-09-09 17:49:31','2019-09-09 22:49:31','',8195,'https://buzz-caribbean.com/app/uploads/2019/09/Feature-Image-Mosquito-Breeding-Sites-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8212,11,'2019-09-09 17:49:55','2019-09-09 22:49:55','<!-- wp:paragraph -->\n<p>Minister\nof Health and Wellness, Dr. the Hon. Christopher Tufton, says the Ministry is partnering\nwith the National Solid Waste Management Authority (NSWMA) to rid vulnerable communities\nof bulky waste, which can become mosquito breeding sites. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have engaged the NSWMA, so they are going to be providing critical support, where necessary, to deal with solid waste wherever it is found,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8199} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tufton-Health-Bulky-Waste-Buzz-Caribbean-1024x1024.jpg\" alt=\"\" class=\"wp-image-8199\" /><figcaption>Dr Christopher Tufton, Minister of Health and Wellness</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Minister was speaking to journalists during a press briefing at the St. James Type Five Health Centre on Friday (September 6), which preceded a vector control tour of the Norwood and Flanker communities in the parish. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The tour was part of the Ministry’s enhanced vector control programme launched on July 1, which is aimed at reducing breeding sites for the Aedes aegypti mosquito in communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"You can be charged with harbouring breeding sites that create a nuisance to others” </p><cite>— Dr Christopher Tufton, Minister of Health and Wellness</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p> “We are supporting all of this through a media campaign, and that is to create as much information as possible so that Jamaicans are fully aware,” the Minister noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He pointed out that citizens have a responsibility to ensure that their properties are free of mosquito breeding sites.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8201} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Aedes_aegypti_female_feeding-Buzz-Caribbean-1024x677.jpg\" alt=\"\" class=\"wp-image-8201\" /><figcaption>Aedes aegypti, the yellow fever mosquito, is a mosquito that can spread dengue fever, chikungunya, Zika fever and other disease agents.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> “For those who do not recognise that role, let us remember that you can be cited for a breach under the Public Nuisance Act where you can be charged with harbouring breeding sites that create a nuisance to others,” he noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Minister informed that over the last year, almost 3,000 individuals have been cited for breaches of the Act. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is not something we want to do, but I think we have to find all the ways possible to bring the populace to come to terms with the [consequences of their] actions,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, Chief Public Health Inspector at the St. James Public Health Department, Lennox Wallace, said that as part of the department’s partnership with the NSWMA, focus will be placed on constituencies where there is a build-up of bulky waste.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> “What we are looking at now, in detail, are three constituencies in the parish – central, northwest, and west-central – for the immediate period. These are the areas which we have seen the bulky waste,” Mr. Wallace said.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that vector control staff will be going out with the Western Parks and Markets (WPM) team twice per week, to assist in the waste-removal exercise.</p>\n<!-- /wp:paragraph -->','Health Ministry partners with NSWMA to rid communities of bulky waste','','inherit','closed','closed','','8195-revision-v1','','','2019-09-09 17:49:55','2019-09-09 22:49:55','',8195,'https://buzz-caribbean.com/article/8195-revision-v1/',0,'revision','',0),(8213,4,'2019-09-09 17:50:02','2019-09-09 22:50:02','<!-- wp:image {\"id\":8163} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/shereita-singer-CCC.jpg\" alt=\"Singer Sherieta has been in the music industry for 12 years.\" class=\"wp-image-8163\" /><figcaption>Singer Sherieta has been in the music industry for 12 years. (Photos: Instagram @sherietasings)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sherieta is a musically equipped singer and songwriter\nwith 12 years of experience in the Jamaican music industry. She describes her style\nas ‘Exotique Soul\'.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her musical journey started when she became a background vocalist for Tarrus Riley. She eventually worked with Diana King, Duane Stephenson and Gentleman. And as of 2016, she has been doing backup vocals for Damian Marley. Sherieta’s vocals have graced many popular reggae songs like Chronixx\'s <strong>Never Give Up</strong>, Nesbeth\'s <strong>My Dream</strong>, Tarrus Riley\'s <strong>Gimme Likkle One Drop</strong> and Kabaka Pyramid\'s <strong>Can\'t Breathe</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8162} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/shereita-singer.jpg\" alt=\"Sherieta has been working on her EP since 2015. \" class=\"wp-image-8162\" /><figcaption> Sherieta has been working on her EP since 2015. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She is now moving from backstage and stepping into centre stage with her newly released EP, <strong>Conversations In Key</strong>, which she has been working on since 2015. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It\'s a combination of songs that came out of conversations I\'ve had with friends, family, a higher being, also observations and experiences,” Sherieta said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The seven-track project features Chevaughn on <strong>Can\nWe Stay</strong> and Racquel Jones on <strong>Woman2Woman</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Conversations in Key</strong> was released on Ghetto\nYouths International. It is available for purchase on all digital platforms.</p>\n<!-- /wp:paragraph -->','Sherieta shows experience on \'Conversations In Key\'','','inherit','closed','closed','','8160-revision-v1','','','2019-09-09 17:50:02','2019-09-09 22:50:02','',8160,'https://buzz-caribbean.com/article/8160-revision-v1/',0,'revision','',0),(8214,11,'2019-09-09 17:59:21','2019-09-09 22:59:21','<!-- wp:paragraph -->\n<p>Having lived in The Bahamas for 10 years,\nHope Grant has a lot of friends in the cluster of islands which are just\nhalf-hour by plane from South Florida. Three weeks before sections of the\ncountry was decimated by Hurricane Dorian, she was in Freeport visiting\nfriends.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grant is secretary/treasurer of the\nGodfrey Stewart High School Alumni Association (GSHSAA), which operates the\nFloBah (FloridaBahamas) organisation in South Florida. With 45 persons killed,\nand thousands left homeless by the Category 5 hurricane, they moved swiftly to\nassist.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“It’s almost incumbent on us to do something. We have classmates and very close friends there” </p><cite>—Devon Dobson, President of the Godfrey Stewart High School Alumni Association</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“The Bahamas is very close to home for me,\nI taught there for 10 years. I have students there who are doctors now, and we\nhave past students of Godfrey Stewart there; one of them, she has lost\neverything,” said Grant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7516} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-damage-bahamas-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-7516\" /><figcaption>Aerial view of the damage to sections of the Bahamas following the passage of Hurricane Dorian</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Devon Dobson, president of the GSHSAA,\nsaid given the close proximity of The Bahamas to South Florida, it is only\nnatural they play their part in the recovery effort.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s almost incumbent on us to do\nsomething. We have classmates and very close friends there,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The FloBah/GSHSAA have assembled a cache of relief items (medical supplies, canned food and water) which will be distributed through Grant and the Rotary Club of Freeport to affected citizens on September 14. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote {\"className\":\"is-style-large\"} -->\n<blockquote class=\"wp-block-quote is-style-large\"><p>They have also set a target of US$2000 which will also be disbursed with the assistance of the Rotary.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“We’ve raised $170 so far but there are\nsome pledges from persons and organisations, so we’re getting there,” Dobson\ndisclosed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Formed five years, the GSHSAA stages three\nfundraising events annually to assist their alma mater which is located in\nWestmoreland. One is a cookout in Freeport by Rohan Kerr, one of their members\nwho owns a restaurant there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The initiatives help fund Godfrey Stewart\nHigh School’s breakfast programme and sponsor a student for the school term.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Freeport, located in the Grand Bahama area of The Bahamas and Abaco Island, found in the northern region of the country, suffered the most damage from Dorian’s destructive gales which hit on September 2 and 3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A team of leaders from the Caribbean Community (CARICOM) including chairman and St. Lucia Prime Minister Allen Chastanet travelled to the country\'s capital Nassau, on September 5 to assess the damage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7954} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jdf-dart-response-team-bahamas-buzz-demo-3.jpg\" alt=\"\" class=\"wp-image-7954\" /><figcaption>Members of the JDF comprising DART being greeted by Prime Minister Holness</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica’s Prime Minister Andrew Holness says a 120-member\nteam from the Disaster Assistance Response Team (DART) of the Jamaica\nDefense Force will be deployed to affected areas for 30 days to assist in\nrecovery operations.</p>\n<!-- /wp:paragraph -->','FloBah doing their part to help Bahamas','','inherit','closed','closed','','8204-revision-v1','','','2019-09-09 17:59:21','2019-09-09 22:59:21','',8204,'https://buzz-caribbean.com/article/8204-revision-v1/',0,'revision','',0),(8215,21,'2019-09-09 18:18:09','2019-09-09 23:18:09','<!-- wp:paragraph -->\n<p>Today (September 9) marks 60 years since the tragic death of Boys’ Town, Jamaica and West Indies all-rounder, O’Neil Gordon “Collie” Smith. The talented all-rounder was only 26 when he succumbed to injuries sustained in a car crash on this day in 1959.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8216,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Collie-Smith-Anniversary-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8216\" /><figcaption>Legendary all-rounder O\'Neil \'Collie\' Smith</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Smith was in the backseat of a car driven by Garfield Sobers, his West Indies colleague. Also in the vehicle was fast-bowler Tom Dewdney, another Jamaican and West Indies player.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The three, who were in England playing in\nthe Lancashire League, were headed to London for a charity match when the\nvehicle collided with a cattle truck. Smith suffered spinal injuries and\nslipped into a coma from which he never regained consciousness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He played 26 Test matches for the West Indies, mainly as a hard-hitting, right-handed, middle-order batsman. He scored 1,331 runs including four centuries at an average of 31.69.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Collie felt good that he represented Jamaica and the West Indies\"</p><cite>— Lyndel Wright, younger brother of O\'Neil \'Collie\' Smith</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A useful offspinner, he took 48 wickets\nfor the West Indies at 33.85.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Smith was from Denham Town in West\nKingston and attended Kingston College which he played for. He was first thrust\ninto the national spotlight playing for Boys’ Town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8217} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Murals-Collie-Smith-Drive.jpg\" alt=\"\" class=\"wp-image-8217\" /><figcaption>Murals along Collie Smith Drive, a roadway named in honour of the legendary West Indian cricketer</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Because Smith did not play for an elite\nclub in Jamaica’s Senior Cup competition, his younger brother Lyndel Wright\nsaid that made him even more determined to succeed for Jamaica and the West\nIndies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Collie felt good that he represented\nJamaica and the West Indies. He was aware of the expectations because he was\nfrom Boys’ Town and he couldn’t afford to bring shame on the community,” Wright\nexplained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8350,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Collie-Smith-Statute-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-8350\" /><figcaption>Statue of Collie Smith being unveiled last year at Boys\' Town, Trench Town at the cricketer\'s former club</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Smith played his first match for Jamaica\nin the 1954-55 regional season, and made his debut for the West Indies against\nAustralia in 1955 at Sabina Park, his home ground. He scored 104 in the second\ninnings, as the West Indies lost by nine wickets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On September 21, the Symptai/Boys’ Town\nT20 Community Cricket Competition bowls off at Collie Smith Drive in Trench\nTown, Kingston. Ten teams will play for the Collie Smith Memorial Trophy.</p>\n<!-- /wp:paragraph -->','Too short an innings: O\'Neil \"Collie\" Smith','','publish','open','closed','','too-short-an-innings-oneil-collie-smith','','','2019-09-10 13:37:03','2019-09-10 18:37:03','',0,'https://buzz-caribbean.com/?p=8215',0,'post','',0),(8216,11,'2019-09-09 18:04:16','2019-09-09 23:04:16','','Collie-Smith-Anniversary-Buzz-Caribbean','','inherit','open','closed','','collie-smith-anniversary-buzz-caribbean','','','2019-09-09 18:04:16','2019-09-09 23:04:16','',8215,'https://buzz-caribbean.com/app/uploads/2019/09/Collie-Smith-Anniversary-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8217,11,'2019-09-09 18:07:53','2019-09-09 23:07:53','','Murals-Collie-Smith-Drive','','inherit','open','closed','','murals-collie-smith-drive','','','2019-09-09 18:07:53','2019-09-09 23:07:53','',8215,'https://buzz-caribbean.com/app/uploads/2019/09/Murals-Collie-Smith-Drive.jpg',0,'attachment','image/jpeg',0),(8218,23,'2019-09-09 18:45:02','2019-09-09 23:45:02','<!-- wp:image {\"id\":8220} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Bogle-20190909-1024x590.png\" alt=\" Dancer Gerald Levy, better known to many as Bogle, passed away in 2005.\" class=\"wp-image-8220\" /><figcaption>  Dancer Gerald Levy, better known to many as Bogle, passed away in 2005. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Deceased dancer Gerald Levy, better known to many as\nBogle, made a major mark in dancehall, and there are now plans to turn his home\ninto a museum. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In keeping Bogle’s memory alive, Black Roses Crew member\nLonsdale ‘Boysie’ Guy said that the dancer’s home on Lincoln Crescent (Roses\nCorner) in St Andrew will become a museum </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Boysie, who is the project leader, said that they have\nalready gotten permission from the current owners of the yard to start the museum,\nand they have already reached out to the relevant authorities to get the ball\nrolling on the project. However, the work is yet to begin. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8221} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/boysie-bogle.jpg\" alt=\"Lonsdale ‘Boysie’ Guy\" class=\"wp-image-8221\" /><figcaption> Lonsdale ‘Boysie’ Guy (Photo: @boysierosesthelegend_)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is said that the museum will have items Bogle used\nto wear to parties, as well as T-shirts and cups with his photos. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And although the work hasn’t started on the museum, Boysie said that tourists often request informal tours of Bogle’s home. He also said that the community has been supporting the initiative. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bogle, who created dance moves like ‘Log On’, ‘Bogle’ and ‘Willie Bounce’, was shot and killed at a gas station in St Andrew after departing Weddy Weddy Wednesdays at the Stone Love HQ in 2005. The remarkable dancer would have celebrated his 54<sup>th</sup> birthday on August 22. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Bogle museum being created on Roses Corner','','publish','open','closed','','bogle-museum-being-created-on-roses-corner','','','2019-09-09 18:22:13','2019-09-09 23:22:13','',0,'https://buzz-caribbean.com/?p=8218',0,'post','',0),(8219,11,'2019-09-09 18:14:46','2019-09-09 23:14:46','','Collie-Smith-Statue-Buzz-Caribbean','','inherit','open','closed','','collie-smith-statue-buzz-caribbean','','','2019-09-09 18:14:46','2019-09-09 23:14:46','',8215,'https://buzz-caribbean.com/app/uploads/2019/09/Collie-Smith-Statue-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8220,9,'2019-09-09 18:15:21','2019-09-09 23:15:21','','Bogle-20190909','','inherit','open','closed','','bogle-20190909','','','2019-09-09 18:15:21','2019-09-09 23:15:21','',8218,'https://buzz-caribbean.com/app/uploads/2019/09/Bogle-20190909.png',0,'attachment','image/png',0),(8221,9,'2019-09-09 18:16:09','2019-09-09 23:16:09','','boysie-bogle','','inherit','open','closed','','boysie-bogle','','','2019-09-09 18:16:09','2019-09-09 23:16:09','',8218,'https://buzz-caribbean.com/app/uploads/2019/09/boysie-bogle.jpg',0,'attachment','image/jpeg',0),(8222,11,'2019-09-09 18:18:09','2019-09-09 23:18:09','<!-- wp:paragraph -->\n<p>Today (September 9) marks 60 years since the tragic death of Boys’ Town, Jamaica and West Indies all-rounder, O’Neil Gordon “Collie” Smith. The talented all-rounder was only 26 when he succumbed to injuries sustained in a car crash on this day in 1959.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8216,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Collie-Smith-Anniversary-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8216\" /><figcaption>Legendary all-rounder O\'Neil \'Collie\' Smith</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Smith was in the backseat of a car driven by Garfield Sobers, his West Indies colleague. Also in the vehicle was fast-bowler Tom Dewdney, another Jamaican and West Indies player.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The three, who were in England playing in\nthe Lancashire League, were headed to London for a charity match when the\nvehicle collided with a cattle truck. Smith suffered spinal injuries and\nslipped into a coma from which he never regained consciousness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He played 26 Test matches for the West Indies, mainly as a hard-hitting, right-handed, middle-order batsman. He scored 1,331 runs including four centuries at an average of 31.69.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Collie felt good that he represented Jamaica and the West Indies\"</p><cite>— Lyndel Wright, younger brother of O\'Neil \'Collie\' Smith</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A useful offspinner, he took 48 wickets\nfor the West Indies at 33.85.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Smith was from Denham Town in West\nKingston and attended Kingston College which he played for. He was first thrust\ninto the national spotlight playing for Boys’ Town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8217} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Murals-Collie-Smith-Drive.jpg\" alt=\"\" class=\"wp-image-8217\" /><figcaption>Murals along Collie Smith Drive, a roadway named in honour of the legendary West Indian cricketer</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Because Smith did not play for an elite\nclub in Jamaica’s Senior Cup competition, his younger brother Lyndel Wright\nsaid that made him even more determined to succeed for Jamaica and the West\nIndies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Collie felt good that he represented\nJamaica and the West Indies. He was aware of the expectations because he was\nfrom Boys’ Town and he couldn’t afford to bring shame on the community,” Wright\nexplained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8219,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Collie-Smith-Statue-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8219\" /><figcaption>Statue of Collie Smith being unveiled last year at Boys\' Town, Trench Town at the cricketer\'s former club</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Smith played his first match for Jamaica\nin the 1954-55 regional season, and made his debut for the West Indies against\nAustralia in 1955 at Sabina Park, his home ground. He scored 104 in the second\ninnings, as the West Indies lost by nine wickets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On September 21, the Symptai/Boys’ Town\nT20 Community Cricket Competition bowls off at Collie Smith Drive in Trench\nTown, Kingston. Ten teams will play for the Collie Smith Memorial Trophy.</p>\n<!-- /wp:paragraph -->','Too short an innings - O\'Neil \"Collie\" Smith','','inherit','closed','closed','','8215-revision-v1','','','2019-09-09 18:18:09','2019-09-09 23:18:09','',8215,'https://buzz-caribbean.com/article/8215-revision-v1/',0,'revision','',0),(8223,14,'2019-09-09 18:18:58','2019-09-09 23:18:58','','Gretta Moore Buzz Proposal Demo 5','','inherit','open','closed','','gretta-moore-buzz-proposal-demo-5','','','2019-09-09 18:18:58','2019-09-09 23:18:58','',8174,'https://buzz-caribbean.com/app/uploads/2019/09/gretta-moore-buzz-proposal-demo-5.jpg',0,'attachment','image/jpeg',0),(8224,14,'2019-09-09 18:19:20','2019-09-09 23:19:20','','gretta-moore-buzz-proposal-demo-6','','inherit','open','closed','','gretta-moore-buzz-proposal-demo-6','','','2019-09-09 18:19:20','2019-09-09 23:19:20','',8174,'https://buzz-caribbean.com/app/uploads/2019/09/gretta-moore-buzz-proposal-demo-6.jpg',0,'attachment','image/jpeg',0),(8225,9,'2019-09-09 18:19:31','2019-09-09 23:19:31','<!-- wp:image {\"id\":8220} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Bogle-20190909-1024x590.png\" alt=\" Dancer Gerald Levy, better known to many as Bogle, passed away in 2005.\" class=\"wp-image-8220\" /><figcaption>  Dancer Gerald Levy, better known to many as Bogle, passed away in 2005. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Deceased dancer Gerald Levy, better known to many as\nBogle, made a major mark in dancehall, and there are now plans to turn his home\ninto a museum. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In keeping Bogle’s memory alive, Black Roses Crew member\nLonsdale ‘Boysie’ Guy said that the dancer’s home on Lincoln Crescent (Roses\nCorner) in St Andrew will become a museum </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Boysie, who is the project leader, said that they have\nalready gotten permission from the current owners of the yard to start the museum,\nand they have already reached out to the relevant authorities to get the ball\nrolling on the project. However, the work is yet to begin. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8221} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/boysie-bogle.jpg\" alt=\"Lonsdale ‘Boysie’ Guy\" class=\"wp-image-8221\" /><figcaption> Lonsdale ‘Boysie’ Guy (Photo: @boysierosesthelegend_)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is said that the museum will have items Bogle used\nto wear to parties, as well as T-shirts and cups with his photos. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And although the work hasn’t started on the museum, Boysie said that tourists often request informal tours of Bogle’s home. He also said that the community has been supporting the initiative. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bogle, who created dance moves like ‘Log On’, ‘Bogle’\nand ‘Willie Bounce’, was shot and killed at a gas station in St Andrew after\ndeparting Weddy Weddy Wednesdays at the Stone Love HQ in 2005. The remarkable\ndancer would have celebrated his 54<sup>th</sup> birthday on August 22. </p>\n<!-- /wp:paragraph -->','Bogle museum being created on Roses Corner','','inherit','closed','closed','','8218-revision-v1','','','2019-09-09 18:19:31','2019-09-09 23:19:31','',8218,'https://buzz-caribbean.com/article/8218-revision-v1/',0,'revision','',0),(8226,14,'2019-09-09 18:19:46','2019-09-09 23:19:46','','gretta-moore-buzz-proposal-demo-4','','inherit','open','closed','','gretta-moore-buzz-proposal-demo-4','','','2019-09-09 18:19:46','2019-09-09 23:19:46','',8174,'https://buzz-caribbean.com/app/uploads/2019/09/gretta-moore-buzz-proposal-demo-4.jpg',0,'attachment','image/jpeg',0),(8227,9,'2019-09-09 18:20:23','2019-09-09 23:20:23','<!-- wp:image {\"id\":8220} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Bogle-20190909-1024x590.png\" alt=\" Dancer Gerald Levy, better known to many as Bogle, passed away in 2005.\" class=\"wp-image-8220\" /><figcaption>  Dancer Gerald Levy, better known to many as Bogle, passed away in 2005. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Deceased dancer Gerald Levy, better known to many as\nBogle, made a major mark in dancehall, and there are now plans to turn his home\ninto a museum. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In keeping Bogle’s memory alive, Black Roses Crew member\nLonsdale ‘Boysie’ Guy said that the dancer’s home on Lincoln Crescent (Roses\nCorner) in St Andrew will become a museum </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Boysie, who is the project leader, said that they have\nalready gotten permission from the current owners of the yard to start the museum,\nand they have already reached out to the relevant authorities to get the ball\nrolling on the project. However, the work is yet to begin. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8221} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/boysie-bogle.jpg\" alt=\"Lonsdale ‘Boysie’ Guy\" class=\"wp-image-8221\" /><figcaption> Lonsdale ‘Boysie’ Guy (Photo: @boysierosesthelegend_)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is said that the museum will have items Bogle used\nto wear to parties, as well as T-shirts and cups with his photos. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And although the work hasn’t started on the museum, Boysie said that tourists often request informal tours of Bogle’s home. He also said that the community has been supporting the initiative. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bogle, who created dance moves like ‘Log On’, ‘Bogle’ and ‘Willie Bounce’, was shot and killed at a gas station in St Andrew after departing Weddy Weddy Wednesdays at the Stone Love HQ in 2005. The remarkable dancer would have celebrated his 54<sup>th</sup> birthday on August 22. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Bogle museum being created on Roses Corner','','inherit','closed','closed','','8218-revision-v1','','','2019-09-09 18:20:23','2019-09-09 23:20:23','',8218,'https://buzz-caribbean.com/article/8218-revision-v1/',0,'revision','',0),(8229,11,'2019-09-09 18:22:43','2019-09-09 23:22:43','<!-- wp:paragraph -->\n<p>Today (September 9) marks 60 years since the tragic death of Boys’ Town, Jamaica and West Indies all-rounder, O’Neil Gordon “Collie” Smith. The talented all-rounder was only 26 when he succumbed to injuries sustained in a car crash on this day in 1959.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8216,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Collie-Smith-Anniversary-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8216\" /><figcaption>Legendary all-rounder O\'Neil \'Collie\' Smith</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Smith was in the backseat of a car driven by Garfield Sobers, his West Indies colleague. Also in the vehicle was fast-bowler Tom Dewdney, another Jamaican and West Indies player.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The three, who were in England playing in\nthe Lancashire League, were headed to London for a charity match when the\nvehicle collided with a cattle truck. Smith suffered spinal injuries and\nslipped into a coma from which he never regained consciousness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He played 26 Test matches for the West Indies, mainly as a hard-hitting, right-handed, middle-order batsman. He scored 1,331 runs including four centuries at an average of 31.69.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Collie felt good that he represented Jamaica and the West Indies\"</p><cite>— Lyndel Wright, younger brother of O\'Neil \'Collie\' Smith</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A useful offspinner, he took 48 wickets\nfor the West Indies at 33.85.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Smith was from Denham Town in West\nKingston and attended Kingston College which he played for. He was first thrust\ninto the national spotlight playing for Boys’ Town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8217} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Murals-Collie-Smith-Drive.jpg\" alt=\"\" class=\"wp-image-8217\" /><figcaption>Murals along Collie Smith Drive, a roadway named in honour of the legendary West Indian cricketer</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Because Smith did not play for an elite\nclub in Jamaica’s Senior Cup competition, his younger brother Lyndel Wright\nsaid that made him even more determined to succeed for Jamaica and the West\nIndies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Collie felt good that he represented\nJamaica and the West Indies. He was aware of the expectations because he was\nfrom Boys’ Town and he couldn’t afford to bring shame on the community,” Wright\nexplained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8219,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Collie-Smith-Statue-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8219\" /><figcaption>Statue of Collie Smith being unveiled last year at Boys\' Town, Trench Town at the cricketer\'s former club</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Smith played his first match for Jamaica\nin the 1954-55 regional season, and made his debut for the West Indies against\nAustralia in 1955 at Sabina Park, his home ground. He scored 104 in the second\ninnings, as the West Indies lost by nine wickets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On September 21, the Symptai/Boys’ Town\nT20 Community Cricket Competition bowls off at Collie Smith Drive in Trench\nTown, Kingston. Ten teams will play for the Collie Smith Memorial Trophy.</p>\n<!-- /wp:paragraph -->','Too short an innings: O\'Neil \"Collie\" Smith','','inherit','closed','closed','','8215-revision-v1','','','2019-09-09 18:22:43','2019-09-09 23:22:43','',8215,'https://buzz-caribbean.com/article/8215-revision-v1/',0,'revision','',0),(8230,21,'2019-09-09 18:54:39','2019-09-09 23:54:39','<!-- wp:paragraph -->\n<p>With the growing belief that\nemerging opportunities in technology will dominate career choices in the\nfuture, Tarrant High School in Kingston is positioning its students to take\nadvantage of jobs in areas such as robotics, programming and animation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Principal, Paul Hall, who has been at the helm of the school for the past two years, the institution is already creating a name for itself in the area of robotics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8243} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Paul-Hall-Tarrant-High-Robotics-1024x683.jpg\" alt=\"\" class=\"wp-image-8243\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I started the robotics club a year ago, and we entered the [Redspring Robotics] competition with some other schools last school year, and we came third. In fact, we were the only non-traditional high school in that,” Hall said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So, we are on board with robotics and animation.  The thing now is we are trying to get our students to sit animation and design gaming,” he adds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I want to open their minds to this kind of technology, and that is why we are exposing them,  because we don\'t want them to be left behind”  </p><cite>— Paul Hall, Prinicpal, Tarrant High</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Mr. Hall points out that one student sat the examination last year in the Caribbean Advanced Proficiency Examination (<em>CAPE</em>) and passed, while another student who took the examination the previous year obtained the second-highest mark in Jamaica and the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So, what we\'re doing now is starting with the lower school (grades 7-9). We are building them out… with the robotics and the animation, because we are creating a future for students,” the Principal says.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We\'re...starting with the lower school (grades 7-9)...because we are creating a future for students” </p><cite> — Paul Hall, Prinicpal, Tarrant High </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In addition, he shared that the school also plans to set up a technology room, which will be equipped with the latest technological gadgets, including robots and drones, so as to expose students to the latest in technology.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8238} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/artificial-intelligence-electronics-future-Tarrant-High-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-8238\" /><figcaption>A humanoid robot that utilises artificial intelligence to perform tasks normally carried out only by humans</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Digital marketing, robotics and programming… these are emerging career choices. So, I want to open their minds to this kind of technology, and that is why we are exposing them,  because we don\'t want them to be left behind,” the Principal adds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8242} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/drone-electronics-Buzz-Caribbean-1024x681.jpg\" alt=\"\" class=\"wp-image-8242\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the meantime, Mr. Hall, the 2018 recipient of the Prime Minister’s Medal of Appreciation for Service to Education, says the school continues to expose students to new and existing skills that will enable them to make a living.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“I am hoping that other high schools will look into offering it too because it certainly is a good skill area”</p><cite> — Paul Hall, Prinicpal, Tarrant High </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>One such area, he says, is motorcycle repairs and assembly, which he had introduced for the first time in a Jamaican high school, at Norman Manley High in Kingston, where he served as Vice-Principal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8245} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Motorcycle-Repair-Tarrant-High-1024x683.jpg\" alt=\"\" class=\"wp-image-8245\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The course, which was similarly introduced by him at Tarrant, is being offered through the City and Guilds examination.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"There are a lot of motorcycles all over Jamaica, they will be able to repair them and earn while they go back to school,”  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I am hoping that other high schools will look into offering it too because it certainly is a good skill area,” the Principal says.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I can speak about some of the youngsters who graduated from the programme at Norman Manley High. They can always set up a little workshop at the back of their house, and because there are a lot of motorcycles all over Jamaica, they will be able to repair them and earn while they go back to school,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other skill-based courses that are offered include mixology, plumbing, construction and cosmetology.</p>\n<!-- /wp:paragraph -->','Principal at Tarrant High introduces robotics and animation','','publish','open','closed','','principal-at-tarrant-high-introduces-robotics-and-animation','','','2019-09-09 18:54:39','2019-09-09 23:54:39','',0,'https://buzz-caribbean.com/?p=8230',0,'post','',0),(8231,21,'2019-09-09 18:30:12','2019-09-09 23:30:12','<!-- wp:image {\"id\":8232} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kim-kardashian-20190909.jpg\" alt=\"Reality TV star Kim Kardashian \" class=\"wp-image-8232\" /><figcaption>Reality TV star Kim Kardashian </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kim Kardashian West has tested positive for Lupus antibodies. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Keeping Up With the Kardashians star broke down in tears during Sunday night\'s premiere of her family\'s E! reality TV show after her doctor told her that she has traces of the autoimmune disease - which occurs when the body\'s immune system attacks its own tissues and organs - and rheumatoid arthritis in her blood after she began complaining of painful wrists and tiredness. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kim - who was expecting her fourth child Psalms via surrogate at the time - said: \"Lately, my wrists have started to hurt again, but it\'s definitely a different feeling than before. I feel this, like, in my bones. I just am, like, freaking out. I have a baby on the way, I have law school. It just really can scare you when you start really thinking about how much this is gonna really change my life.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her doctor was then heard speaking to her over the phone and said: \"Your antibodies are positive for lupus and rheumatoid arthritis. You\'d have in addition to swollen joints, you\'d have fevers, rashes, mouth sores and be really tired.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It just really can scare you when you start really thinking about how much this is gonna really change my life.\" </p><cite>—  Kim Kardashian West  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>However, he then went on to say that it doesn\'t necessarily mean she has the conditions as the screenings can sometimes bring up a \"false positive.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"Sometimes you can get false positives in these screenings.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 38-year-old star\'s doctor then ordered some more tests to determine for sure whether she has Lupus and she was hoping to get the results at a later date. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The outcome wasn\'t shared on the show but Kim was live tweeting throughout and said: \"Luckily I got an answer quickly but it was a rollercoaster of emotions. Thinking about the pain in my hands and what it could be is really scary and can get you in a scary headspace. I was so anxious to just figure out what was wrong.\"</p>\n<!-- /wp:paragraph -->','Kim Kardashian West tested positive for Lupus antibodies','','publish','open','closed','','kim-kardashian-west-tested-positive-for-lupus-antibodies','','','2019-09-09 18:30:12','2019-09-09 23:30:12','',0,'https://buzz-caribbean.com/?p=8231',0,'post','',0),(8232,9,'2019-09-09 18:26:50','2019-09-09 23:26:50','','Kim Kardashian And Kanye West Seen At The 2019 MET Gala In New York City','Kim Kardashian and Kanye West seen at the 2019 Met Gala in New York City\n\nPictured: Kim Kardashian\nRef: SPL5086827 070519 NON-EXCLUSIVE\nPicture by: Robert O\'neil / SplashNews.com\n\nSplash News and Pictures\nLos Angeles: 310-821-2666\nNew York: 212-619-2666\nLondon: 0207 644 7656\nMilan: 02 4399 8577\nphotodesk@splashnews.com\n\nWorld Rights','inherit','open','closed','','kim-kardashian-and-kanye-west-seen-at-the-2019-met-gala-in-new-york-city','','','2019-09-09 18:28:59','2019-09-09 23:28:59','',8231,'https://buzz-caribbean.com/app/uploads/2019/09/kim-kardashian-20190909.jpg',0,'attachment','image/jpeg',0),(8233,11,'2019-09-09 18:27:38','2019-09-09 23:27:38','<!-- wp:image {\"id\":8049} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kevin-obrien-chang.jpg\" alt=\"\" class=\"wp-image-8049\" /><figcaption>Kevin O\'Brien Chang said Dr Peter Phillips should not accept Peter Bunting\'s resignation. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A political analyst is suggesting that Dr Peter Phillips should keep Peter Bunting and his supporters in his shadow cabinet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Dr Phillips, the smart thing to do is not accept the resignations,\" Kevin O\'Brien Chang told<strong> BUZZ</strong>. \"But you never know, logic can say one thing but emotion can say another.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, Mark Golding and Dr Dayton Campbell resigned from the shadow cabinet after Bunting lost his bid to take the presidency of the PNP from Phillips in an election on Saturday. Dr Campbell resigned hours after the election.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8148} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/PNP-Fallout-Feature-Image-Buzz-Caribbean-1024x614.jpg\" alt=\"\" class=\"wp-image-8148\" /><figcaption>Dr Dayton Campbell, Peter Bunting and Mark Golding have resigned from the shadow cabinet.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>O\'Brien Chang said that keeping Bunting and his supporters in the shadow cabinet would show that Phillips is serious about the unity of the party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>O\'Brien Chang said the men did the decent thing in tendering their resignation, which would give Phillips the option of keeping them or moving on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a set of tweets Monday (Sept 9), Phillips asked the members of the shadow cabinet to remain in their post and monitor their assigned portfolio. He said that he will be reorganising his shadow cabinet after the PNP\'s annual conference on Sept 22.</p>\n<!-- /wp:paragraph -->','Analyst says Phillips should not accept Bunting\'s resignation','','inherit','closed','closed','','8150-revision-v1','','','2019-09-09 18:27:38','2019-09-09 23:27:38','',8150,'https://buzz-caribbean.com/article/8150-revision-v1/',0,'revision','',0),(8234,9,'2019-09-09 18:29:37','2019-09-09 23:29:37','<!-- wp:image {\"id\":8232} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kim-kardashian-20190909.jpg\" alt=\"Reality TV star Kim Kardashian \" class=\"wp-image-8232\" /><figcaption>Reality TV star Kim Kardashian </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kim Kardashian West has tested positive for Lupus antibodies. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Keeping Up With the Kardashians star broke down in tears during Sunday night\'s premiere of her family\'s E! reality TV show after her doctor told her that she has traces of the autoimmune disease - which occurs when the body\'s immune system attacks its own tissues and organs - and rheumatoid arthritis in her blood after she began complaining of painful wrists and tiredness. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kim - who was expecting her fourth child Psalms via surrogate at the time - said: \"Lately, my wrists have started to hurt again, but it\'s definitely a different feeling than before. I feel this, like, in my bones. I just am, like, freaking out. I have a baby on the way, I have law school. It just really can scare you when you start really thinking about how much this is gonna really change my life.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her doctor was then heard speaking to her over the phone and said: \"Your antibodies are positive for lupus and rheumatoid arthritis. You\'d have in addition to swollen joints, you\'d have fevers, rashes, mouth sores and be really tired.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It just really can scare you when you start really thinking about how much this is gonna really change my life.\" </p><cite>—  Kim Kardashian West  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>However, he then went on to say that it doesn\'t necessarily mean she has the conditions as the screenings can sometimes bring up a \"false positive.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"Sometimes you can get false positives in these screenings.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 38-year-old star\'s doctor then ordered some more tests to determine for sure whether she has Lupus and she was hoping to get the results at a later date. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The outcome wasn\'t shared on the show but Kim was live tweeting throughout and said: \"Luckily I got an answer quickly but it was a rollercoaster of emotions. Thinking about the pain in my hands and what it could be is really scary and can get you in a scary headspace. I was so anxious to just figure out what was wrong.\"</p>\n<!-- /wp:paragraph -->','Kim Kardashian West tested positive for Lupus antibodies','','inherit','closed','closed','','8231-revision-v1','','','2019-09-09 18:29:37','2019-09-09 23:29:37','',8231,'https://buzz-caribbean.com/article/8231-revision-v1/',0,'revision','',0),(8235,14,'2019-09-09 18:31:04','2019-09-09 23:31:04','<!-- wp:image {\"id\":8224} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gretta-moore-buzz-proposal-demo-6-1024x576.jpg\" alt=\"\" class=\"wp-image-8224\" /><figcaption>\"Will you marry me?\", asks Dellman Beck as his unique proposal takes American Gretta Moore by surprise (Photo: Facebook @GrettaPhillips)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She came with the expectation to just enjoy the sights and sounds of Jamaica, but American national Gretta Moore got more than she bargained for in August.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8206} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gretta-moore-buzz-proposal-demo-2-768x1024.jpg\" alt=\"\" class=\"wp-image-8206\" /><figcaption>Beck (left) and Moore have been dating for two years. He finally popped the question in August! (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Moore, who was in Savanna-La-Mar with her boyfriend Dellman Beck, was taken aback when he was suddenly accosted by police officers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an interview with <strong>BUZZ</strong>, Moore said initially she was very confused as the police came out of nowhere to ‘arrest’ Donquan, but the Jamaican and his police friends were in on the prank.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>#OperationProposal kicks off...</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“He said, ‘Can I borrow your phone?’ and I thought he wanted to call his son. When we pulled up, I thought he was going to get some fruits. I didn’t see any police car come up. I heard the sirens go off and the next thing I know was I saw my fiancé’s hands going up in the air and I was like ‘What is going on?’,” Moore, who’s been visiting Jamaica for the last two years, told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m sitting in the car thinking, ‘What in\nthe hell is happening?’. I know he didn’t do anything wrong, we just turned and\nparked, so what is going on?” she recalled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The video, which Moore shared on her Facebook\nprofile, has been racking up the views since mid-August. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/69NYygOShSA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/69NYygOShSA\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>A visibly distressed Moore told <strong>BUZZ</strong> that at the height of the ordeal, she couldn’t talk to her fiancé as the police approached her, asked her to exit the vehicle and started questioning her – all to her anguish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I was frustrated. I was sweating. I was\nnervous. He started asking all these questions, did I know this man? And I was\nlike, yes! There was so much going through my mind and I was asking, ‘What did\nhe do wrong?’,” Moore asked herself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The American, who is from Kentucky, said she’s\nknown Beck for two years and vouched for him on the spot – going as far to put\nher life on the line, and the officers paused – but Moore was just seconds away\nfrom being let in on the joke.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8207} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gretta-moore-buzz-proposal-demo-1-768x1024.jpg\" alt=\"\" class=\"wp-image-8207\" /><figcaption>Viral proposal stars Gretta Moore and Dellman Beck (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“What is going on here? They’re taking him to jail, what am I gonna do? I don’t even know where the police station was,” she told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\'Will you marry me?\' </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>All her doubts washed away when Beck, originally from Kingston, was let out of the vehicle, got down on one knee and started proposing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m looking around, wondering what to do\nand next thing I know, there he was proposing to me,” she squealed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I wasn’t expecting that! I was relieved, I was shaking so bad, but I was happy. He put the ring on my finger, but I hugged him, and I said, ‘You got me good, but right now, you need to take me somewhere, get me a drink and just calm my nerves.’ I was so surprised,” Moore told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8226} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gretta-moore-buzz-proposal-demo-4-1024x576.jpg\" alt=\"\" class=\"wp-image-8226\" /><figcaption>Gotchya! Gretta Moore is all smiles after saying yes to her boyfriend\'s unique proposal.(Photo: Facebook @GrettaPhillips)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Moore, now much more at ease, laughed as she\nremembered the entire ordeal. The American said she is beyond shocked by the\nreactions on Facebook.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m overjoyed because when I posted [the\nvideo], it got 300 views and I was like okay, my people saw it. And the next\nthing I know, the numbers and the views went crazy and I said, ‘Oh my gosh!’,”\nMoore explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Tell you the truth, people have inboxed me\nand said congrats and they wish other guys would do that. Everyone was throwing\nout love,” she added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s a very different story for Dellman, who\'s the happiest man on the planet, according to Moore, after she said yes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Oh, he feels like a superstar. He’s so\noverwhelmed, so happy!” Moore posited.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8208} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/gretta-moore-buzz-proposal-demo-3-768x1024.jpg\" alt=\"\" class=\"wp-image-8208\" /><figcaption>More from lovebirds Moore and Beck (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Wedding bells aren\'t too far away for the lovebirds, as the pair plan on tying the knot in December. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hearty congrats from the <strong>BUZZ </strong>team, Gretta &amp; Donquan!</p>\n<!-- /wp:paragraph -->','Jamaican man’s unique proposal goes viral on Facebook','','inherit','closed','closed','','8174-revision-v1','','','2019-09-09 18:31:04','2019-09-09 23:31:04','',8174,'https://buzz-caribbean.com/article/8174-revision-v1/',0,'revision','',0),(8236,14,'2019-09-09 18:31:04','2019-09-09 23:31:04','<iframe title=\"Jamaican proposal goes viral! || BUZZ feature\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/69NYygOShSA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','67834ea88b393972e77ae14cb530a51a','','','2019-09-09 18:31:04','2019-09-09 23:31:04','',0,'https://buzz-caribbean.com/article/67834ea88b393972e77ae14cb530a51a/',0,'oembed_cache','',0),(8237,15,'2019-09-09 18:51:24','2019-09-09 23:51:24','<!-- wp:image {\"id\":8246} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/adam-and-eve-new-location-buzz-demo.jpg\" alt=\"\" class=\"wp-image-8246\" /><figcaption>Artist\'s rendering of the new home of Adam &amp; Eve Day Spa...coming soon! (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Husband-and-wife team Garth and Kimisha\nWalker have built the popular Adam &amp; Eve Day Spa into one of the leaders in\nits field and taking personal grooming in Jamaica to new heights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The spa was Kimisha’s baby and now it will\nbe moving to a new location at 56 Old Hope Road where it will offer even more\nservices from an extended 10,000-square-feet facility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here Kimisha tells <strong>BUZZ</strong> about the early days and the effort taken to build Adam &amp; Eve Day Spa into the reputable emporium it is today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: Why did you go into the spa business? Did you see an underserved\nmarket?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kimisha: “We began the business back in\n2007, the dream and vision of two young entrepreneurs and managed to make it a\nreality. We started appreciating “SPA-ing”, many years before Adam &amp; Eve\nDay Spa and Salon was conceptualised, having been blessed with the opportunity\nof going to spas both locally and internationally.&nbsp; At the time, we were just seeking out the\nbest ways of treating a friend or enjoying a spa date together by being able to\nde-stress, relax and rejuvenate after a long day or week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8247} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kimisha-walker-adam-and-eve-buzz.jpg\" alt=\"\" class=\"wp-image-8247\" /><figcaption>Kimisha Walker (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The question people often ask is, ‘Why did\nyou select this field?’, I still say, ‘I think this field selected me!’</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Having started Adam &amp; Eve Day Spa and\nSalon from scratch, as business partners, my husband Garth and I hold dearly to\nthe fact that we were blessed with the virtues of courage and boldness to\nstrategically capitalise on an industry on which to build a beneficent legacy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The spa and salon business are not the\neasiest to operate. Hard work must be put in to build and retain the clientele.\nAt the start of every day you must be prepared to work even harder than the day\nbefore. We faced adversities and continue to survive through tough economic\ntimes because of proactive marketing strategies that deliver new clients and\nbuild on existing relationships. We have a relentless commitment to customer\nservice that keeps our customers coming back.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Daily we impress upon our team the critical\nimportance of focusing on customer satisfaction and we are never satisfied with\njust \"good enough\". Over the eleven years we have operated Adam &amp;\nEve Day Spa, we have made mistakes from which we have quickly learned. We have\nlistened and continue to listen keenly to our clients. For any business to\nremain successful, it must remain relevant. That\'s why we continue to build on\nour quality service offerings. Only EXCELLENCE will do. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today I applaud the team at Adam &amp; Eve\n(we could not have done it without your commitment and dedication and I always\nreiterate, there\'s no “I\" in TEAM).&nbsp;\nIt’s not about just having people or bodies to fill positions, but the\nRIGHT people, with the RIGHT attitude who are driven and passionate. This has\ncontributed immensely to the success we celebrate today. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I truly believe that anything is achievable with a firm foundation built on faith. My personal joy is underpinned by humility because I know that God has chosen to bless this business, its stakeholders, the owners, clients, staff, the community, and Brand Jamaica. As a business leader, I am required to be a good steward and I take this role very seriously. I have led from the front since the inception of the business.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: What challenges did you initially face?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8248} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/garth-kimisha-walker-buzz-demo.jpg\" alt=\"\" class=\"wp-image-8248\" /><figcaption>Husband and wife duo Garth (left) and Kimisha Walker, directors of Adam &amp; Eve Day Spa (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kimisha: \"The first two years were a tremendously challenging.  Our relocation from a 1800sq. ft. to a 5000 sq. ft. facility was a massive risk to undertake. We were investing close to $20 million in just renovation costs alone at a time when the economy was not booming, and the dollar was not stable either.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you consider all the implications that\nwere associated with moving to a facility that doubled in size, a lot was on\nthe line.&nbsp; We believed so much in our\nbrand and the existing management team, staff and the new staff members\nrecruited. We had faith that our investment would pay off.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite being placed under pressure, the\ndirectors stood strong and decided that they would put more time and energy\ninto the business. This has paid off.&nbsp;\nThe company went on to be hosted in a 5000sq. ft building and has a\nsteady clientele with a full-time staff complement of over 30 team members.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The spa started out small, but over the years it has shown significant growth and received commendable recognition.  The brand has grown from strength to strength as a result of the hard work and dedication of its staff, loyal customers and astute business decision-making.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stay tuned for part two of this BUZZ feature in business!</p>\n<!-- /wp:paragraph -->','The story of Kimisha Walker, Adam &amp; Eve Day Spa: One of the leaders in its field (Part I)','','publish','open','closed','','the-story-of-kimisha-walker-adam-eve-day-spa-one-of-the-leaders-in-its-field-part-i','','','2019-09-09 18:51:42','2019-09-09 23:51:42','',0,'https://buzz-caribbean.com/?p=8237',0,'post','',0),(8238,11,'2019-09-09 18:37:48','2019-09-09 23:37:48','','artificial-intelligence-electronics-future-Tarrant-High-Buzz-Caribbean','','inherit','open','closed','','artificial-intelligence-electronics-future-tarrant-high-buzz-caribbean','','','2019-09-09 18:37:48','2019-09-09 23:37:48','',8230,'https://buzz-caribbean.com/app/uploads/2019/09/artificial-intelligence-electronics-future-Tarrant-High-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8239,21,'2019-09-10 08:15:45','2019-09-10 13:15:45','<!-- wp:image {\"id\":8240} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Ellen-DeGeneres-20190909.jpg\" alt=\"\" class=\"wp-image-8240\" /><figcaption><p>Ellen DeGeneres</p></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ellen DeGeneres thinks Prince Harry and Duchess Meghan are \"so down to earth\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The talk show host got to spend time with the Duke and Duchess of Sussex and their son Archie recently, and she praised their \"compassionate\" and \"amazing\" nature.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She joked: \"Here\'s a sentence I never thought I would say, but I spent the afternoon with Prince Harry and Meghan. I just want to say it was an honour for them to meet me.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4553} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/duke-and-duchess.jpg\" alt=\"\" class=\"wp-image-4553\" /><figcaption>Prince Harry, The Duke of Sussex, and Meghan, Duchess of Sussex. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Before she added: \"Seriously, they are so amazing. They\'re the cutest couple and so down to earth. I just hate it. I see them get attacked and it\'s not fair. They\'re just two of the most down to earth and compassionate people. They\'re doing so much good for the world.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ellen and her wife, Portia De Rossi, love all the conservation work they are doing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She shared: \"Portia and I talked to them about all the conservation they\'re doing for wildlife, and they\'re doing all this work in Botswana for elephants and I love that. And they like what I\'m doing for the gorillas in Rwanda, so we\'re all going to do something together.\" </p>\n<!-- /wp:paragraph -->','Ellen DeGeneres praises Duke and Duchess of Sussex','','publish','open','closed','','ellen-degeneres-praises-duke-and-duchess-of-sussex','','','2019-09-09 18:43:17','2019-09-09 23:43:17','',0,'https://buzz-caribbean.com/?p=8239',0,'post','',0),(8240,9,'2019-09-09 18:39:57','2019-09-09 23:39:57','','Stars arrive at the 41st Annual People\'s Choice Awards in Los Angeles','Stars arrive at the 41st Annual People\'s Choice Awards at Nokia Theatre LA Live in Los Angeles, California.\n<P>\nPictured: Ellen DeGeneres\n<B>Ref: SPL923310  070115  </B><BR />\nPicture by: Press Line Photos/Splash News<BR />\n</P><P>\n<B>Splash News and Pictures</B><BR />\nLos Angeles:	310-821-2666<BR />\nNew York:	212-619-2666<BR />\nLondon:	870-934-2666<BR />\nphotodesk@splashnews.com<BR />\n</P>','inherit','open','closed','','stars-arrive-at-the-41st-annual-peoples-choice-awards-in-los-angeles','','','2019-09-09 18:41:56','2019-09-09 23:41:56','',8239,'https://buzz-caribbean.com/app/uploads/2019/09/Ellen-DeGeneres-20190909.jpg',0,'attachment','image/jpeg',0),(8241,23,'2019-09-09 19:25:17','2019-09-10 00:25:17','<!-- wp:image {\"id\":6266} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Briana-Williams-BUZZ-1024x576.jpg\" alt=\"Brianna-Williams-\" class=\"wp-image-6266\" /><figcaption>Briana Williams anti-doping hearing set for Tuesday, Sept 10.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Independent Anti-Doping Disciplinary Panel is scheduled to convene a preliminary hearing in the matter of the Jamaica Anti-Doping Commission (JADCO) versus Briana Williams on Tuesday (Sept 10).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The hearing will be held the Jamaica Pegasus at 10:00 o\'clock in the morning. The hearing will be closed to the public.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the statement released in August by Dr Emir Crowne, who is representing the Pan Am U20 champion, Williams was notified on July 25 of the presence of the banned diuretic in her ‘A’ sample. She then requested that they test her ‘B’ sample.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On August 27, the Jamaica Anti-Doping\nCommission (JADCO) notified Williams that her B Sample also returned an adverse\nanalytical finding for the banned diuretic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On June 21, the start of the national championships, Williams awoke with flu-like symptoms and her mother offered her an over-the-counter cold medication – “Pharma Cold and Flu” – which she had previously purchased at a local pharmacy in Kingston, Jamaica. Later that day, Williams declared her use of the cold medication on her doping control form.</p>\n<!-- /wp:paragraph -->','Anti-doping hearing for Briana Williams on Tuesday','','publish','open','closed','','anti-doping-hearing-for-briana-williams-on-tuesday','','','2019-09-10 11:20:17','2019-09-10 16:20:17','',0,'https://buzz-caribbean.com/?p=8241',0,'post','',0),(8242,11,'2019-09-09 18:40:11','2019-09-09 23:40:11','','drone-electronics-Buzz-Caribbean','','inherit','open','closed','','drone-electronics-buzz-caribbean','','','2019-09-09 18:40:11','2019-09-09 23:40:11','',8230,'https://buzz-caribbean.com/app/uploads/2019/09/drone-electronics-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8243,11,'2019-09-09 18:41:30','2019-09-09 23:41:30','','Paul-Hall-Tarrant-High-Robotics','','inherit','open','closed','','paul-hall-tarrant-high-robotics','','','2019-09-09 18:41:30','2019-09-09 23:41:30','',8230,'https://buzz-caribbean.com/app/uploads/2019/09/Paul-Hall-Tarrant-High-Robotics.jpg',0,'attachment','image/jpeg',0),(8244,9,'2019-09-09 18:42:48','2019-09-09 23:42:48','<!-- wp:image {\"id\":8240} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Ellen-DeGeneres-20190909.jpg\" alt=\"\" class=\"wp-image-8240\" /><figcaption><p>Ellen DeGeneres</p></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ellen DeGeneres thinks Prince Harry and Duchess Meghan are \"so down to earth\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The talk show host got to spend time with the Duke and Duchess of Sussex and their son Archie recently, and she praised their \"compassionate\" and \"amazing\" nature.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She joked: \"Here\'s a sentence I never thought I would say, but I spent the afternoon with Prince Harry and Meghan. I just want to say it was an honour for them to meet me.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4553} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/duke-and-duchess.jpg\" alt=\"\" class=\"wp-image-4553\" /><figcaption>Prince Harry, The Duke of Sussex, and Meghan, Duchess of Sussex. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Before she added: \"Seriously, they are so amazing. They\'re the cutest couple and so down to earth. I just hate it. I see them get attacked and it\'s not fair. They\'re just two of the most down to earth and compassionate people. They\'re doing so much good for the world.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ellen and her wife, Portia De Rossi, love all the conservation work they are doing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She shared: \"Portia and I talked to them about all the conservation they\'re doing for wildlife, and they\'re doing all this work in Botswana for elephants and I love that. And they like what I\'m doing for the gorillas in Rwanda, so we\'re all going to do something together.\" </p>\n<!-- /wp:paragraph -->','Ellen DeGeneres praises Duke and Duchess of Sussex','','inherit','closed','closed','','8239-revision-v1','','','2019-09-09 18:42:48','2019-09-09 23:42:48','',8239,'https://buzz-caribbean.com/article/8239-revision-v1/',0,'revision','',0),(8245,11,'2019-09-09 18:42:55','2019-09-09 23:42:55','','Motorcycle-Repair-Tarrant-High','','inherit','open','closed','','motorcycle-repair-tarrant-high','','','2019-09-09 18:42:55','2019-09-09 23:42:55','',8230,'https://buzz-caribbean.com/app/uploads/2019/09/Motorcycle-Repair-Tarrant-High.jpg',0,'attachment','image/jpeg',0),(8246,14,'2019-09-09 18:43:27','2019-09-09 23:43:27','','adam-and-eve-new-location-buzz-demo','','inherit','open','closed','','adam-and-eve-new-location-buzz-demo','','','2019-09-09 18:43:27','2019-09-09 23:43:27','',8237,'https://buzz-caribbean.com/app/uploads/2019/09/adam-and-eve-new-location-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8247,14,'2019-09-09 18:44:58','2019-09-09 23:44:58','','kimisha-walker-adam-and-eve-buzz','','inherit','open','closed','','kimisha-walker-adam-and-eve-buzz','','','2019-09-09 18:44:58','2019-09-09 23:44:58','',8237,'https://buzz-caribbean.com/app/uploads/2019/09/kimisha-walker-adam-and-eve-buzz.jpg',0,'attachment','image/jpeg',0),(8248,14,'2019-09-09 18:47:02','2019-09-09 23:47:02','','garth-kimisha-walker-buzz-demo','','inherit','open','closed','','garth-kimisha-walker-buzz-demo','','','2019-09-09 18:47:02','2019-09-09 23:47:02','',8237,'https://buzz-caribbean.com/app/uploads/2019/09/garth-kimisha-walker-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8249,14,'2019-09-09 18:51:24','2019-09-09 23:51:24','<!-- wp:image {\"id\":8246} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/adam-and-eve-new-location-buzz-demo.jpg\" alt=\"\" class=\"wp-image-8246\" /><figcaption>Artist\'s rendering of the new home of Adam &amp; Eve Day Spa...coming soon! (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Husband-and-wife team Garth and Kimisha\nWalker have built the popular Adam &amp; Eve Day Spa into one of the leaders in\nits field and taking personal grooming in Jamaica to new heights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The spa was Kimisha’s baby and now it will\nbe moving to a new location at 56 Old Hope Road where it will offer even more\nservices from an extended 10,000-square-feet facility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here Kimisha tells <strong>BUZZ</strong> about the early days and the effort taken to build Adam &amp; Eve Day Spa into the reputable emporium it is today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: Why did you go into the spa business? Did you see an underserved\nmarket?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kimisha: “We began the business back in\n2007, the dream and vision of two young entrepreneurs and managed to make it a\nreality. We started appreciating “SPA-ing”, many years before Adam &amp; Eve\nDay Spa and Salon was conceptualised, having been blessed with the opportunity\nof going to spas both locally and internationally.&nbsp; At the time, we were just seeking out the\nbest ways of treating a friend or enjoying a spa date together by being able to\nde-stress, relax and rejuvenate after a long day or week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8247} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kimisha-walker-adam-and-eve-buzz.jpg\" alt=\"\" class=\"wp-image-8247\" /><figcaption>Kimisha Walker (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The question people often ask is, ‘Why did\nyou select this field?’, I still say, ‘I think this field selected me!’</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Having started Adam &amp; Eve Day Spa and\nSalon from scratch, as business partners, my husband Garth and I hold dearly to\nthe fact that we were blessed with the virtues of courage and boldness to\nstrategically capitalise on an industry on which to build a beneficent legacy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The spa and salon business are not the\neasiest to operate. Hard work must be put in to build and retain the clientele.\nAt the start of every day you must be prepared to work even harder than the day\nbefore. We faced adversities and continue to survive through tough economic\ntimes because of proactive marketing strategies that deliver new clients and\nbuild on existing relationships. We have a relentless commitment to customer\nservice that keeps our customers coming back.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Daily we impress upon our team the critical\nimportance of focusing on customer satisfaction and we are never satisfied with\njust \"good enough\". Over the eleven years we have operated Adam &amp;\nEve Day Spa, we have made mistakes from which we have quickly learned. We have\nlistened and continue to listen keenly to our clients. For any business to\nremain successful, it must remain relevant. That\'s why we continue to build on\nour quality service offerings. Only EXCELLENCE will do. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today I applaud the team at Adam &amp; Eve\n(we could not have done it without your commitment and dedication and I always\nreiterate, there\'s no “I\" in TEAM).&nbsp;\nIt’s not about just having people or bodies to fill positions, but the\nRIGHT people, with the RIGHT attitude who are driven and passionate. This has\ncontributed immensely to the success we celebrate today. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I truly believe that anything is achievable with a firm foundation built on faith. My personal joy is underpinned by humility because I know that God has chosen to bless this business, its stakeholders, the owners, clients, staff, the community, and Brand Jamaica. As a business leader, I am required to be a good steward and I take this role very seriously. I have led from the front since the inception of the business.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>: What challenges did you initially face?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8248} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/garth-kimisha-walker-buzz-demo.jpg\" alt=\"\" class=\"wp-image-8248\" /><figcaption>Husband and wife duo Garth (left) and Kimisha Walker, directors of Adam &amp; Eve Day Spa (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kimisha: \"The first two years were a tremendously challenging.  Our relocation from a 1800sq. ft. to a 5000 sq. ft. facility was a massive risk to undertake. We were investing close to $20 million in just renovation costs alone at a time when the economy was not booming, and the dollar was not stable either.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you consider all the implications that\nwere associated with moving to a facility that doubled in size, a lot was on\nthe line.&nbsp; We believed so much in our\nbrand and the existing management team, staff and the new staff members\nrecruited. We had faith that our investment would pay off.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite being placed under pressure, the\ndirectors stood strong and decided that they would put more time and energy\ninto the business. This has paid off.&nbsp;\nThe company went on to be hosted in a 5000sq. ft building and has a\nsteady clientele with a full-time staff complement of over 30 team members.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The spa started out small, but over the years it has shown significant growth and received commendable recognition.  The brand has grown from strength to strength as a result of the hard work and dedication of its staff, loyal customers and astute business decision-making.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stay tuned for part two of this BUZZ feature in business!</p>\n<!-- /wp:paragraph -->','The story of Kimisha Walker, Adam &amp; Eve Day Spa: One of the leaders in its field (Part I)','','inherit','closed','closed','','8237-revision-v1','','','2019-09-09 18:51:24','2019-09-09 23:51:24','',8237,'https://buzz-caribbean.com/article/8237-revision-v1/',0,'revision','',0),(8250,11,'2019-09-09 18:54:39','2019-09-09 23:54:39','<!-- wp:paragraph -->\n<p>With the growing belief that\nemerging opportunities in technology will dominate career choices in the\nfuture, Tarrant High School in Kingston is positioning its students to take\nadvantage of jobs in areas such as robotics, programming and animation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Principal, Paul Hall, who has been at the helm of the school for the past two years, the institution is already creating a name for itself in the area of robotics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8243} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Paul-Hall-Tarrant-High-Robotics-1024x683.jpg\" alt=\"\" class=\"wp-image-8243\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I started the robotics club a year ago, and we entered the [Redspring Robotics] competition with some other schools last school year, and we came third. In fact, we were the only non-traditional high school in that,” Hall said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So, we are on board with robotics and animation.  The thing now is we are trying to get our students to sit animation and design gaming,” he adds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I want to open their minds to this kind of technology, and that is why we are exposing them,  because we don\'t want them to be left behind”  </p><cite>— Paul Hall, Prinicpal, Tarrant High</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Mr. Hall points out that one student sat the examination last year in the Caribbean Advanced Proficiency Examination (<em>CAPE</em>) and passed, while another student who took the examination the previous year obtained the second-highest mark in Jamaica and the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So, what we\'re doing now is starting with the lower school (grades 7-9). We are building them out… with the robotics and the animation, because we are creating a future for students,” the Principal says.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We\'re...starting with the lower school (grades 7-9)...because we are creating a future for students” </p><cite> — Paul Hall, Prinicpal, Tarrant High </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In addition, he shared that the school also plans to set up a technology room, which will be equipped with the latest technological gadgets, including robots and drones, so as to expose students to the latest in technology.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8238} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/artificial-intelligence-electronics-future-Tarrant-High-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-8238\" /><figcaption>A humanoid robot that utilises artificial intelligence to perform tasks normally carried out only by humans</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Digital marketing, robotics and programming… these are emerging career choices. So, I want to open their minds to this kind of technology, and that is why we are exposing them,  because we don\'t want them to be left behind,” the Principal adds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8242} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/drone-electronics-Buzz-Caribbean-1024x681.jpg\" alt=\"\" class=\"wp-image-8242\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the meantime, Mr. Hall, the 2018 recipient of the Prime Minister’s Medal of Appreciation for Service to Education, says the school continues to expose students to new and existing skills that will enable them to make a living.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“I am hoping that other high schools will look into offering it too because it certainly is a good skill area”</p><cite> — Paul Hall, Prinicpal, Tarrant High </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>One such area, he says, is motorcycle repairs and assembly, which he had introduced for the first time in a Jamaican high school, at Norman Manley High in Kingston, where he served as Vice-Principal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8245} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Motorcycle-Repair-Tarrant-High-1024x683.jpg\" alt=\"\" class=\"wp-image-8245\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The course, which was similarly introduced by him at Tarrant, is being offered through the City and Guilds examination.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"There are a lot of motorcycles all over Jamaica, they will be able to repair them and earn while they go back to school,”  </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“I am hoping that other high schools will look into offering it too because it certainly is a good skill area,” the Principal says.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I can speak about some of the youngsters who graduated from the programme at Norman Manley High. They can always set up a little workshop at the back of their house, and because there are a lot of motorcycles all over Jamaica, they will be able to repair them and earn while they go back to school,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other skill-based courses that are offered include mixology, plumbing, construction and cosmetology.</p>\n<!-- /wp:paragraph -->','Principal at Tarrant High introduces robotics and animation','','inherit','closed','closed','','8230-revision-v1','','','2019-09-09 18:54:39','2019-09-09 23:54:39','',8230,'https://buzz-caribbean.com/article/8230-revision-v1/',0,'revision','',0),(8251,14,'2019-09-09 19:21:19','2019-09-10 00:21:19','<!-- wp:image {\"id\":5570} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/donald-trump-buzz-demo-1-1024x575.jpg\" alt=\"\" class=\"wp-image-5570\" /><figcaption>President Donald Trump (Photo: Associated Press)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>US President Donald Trump is causing another\nstir in international circles after he accused refugees seeking asylum from\nHurricane Dorian in The Bahamas of being ‘gang members, thugs and drug dealers’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Trump, speaking with US media on Monday, said that The Bahamas reportedly has “a tremendous problem” and defended his decision to not let survivors of the category 5 storm into America.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7604} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bahamas-hurricane-dorian-CBC-1024x768.jpg\" alt=\"Aerial view of damage to The Bahamas (Source: CBC.com)\" class=\"wp-image-7604\" /><figcaption>Widespread structural damage in The Bahamas following the passage of Hurricane Dorian (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We have to be very careful. Everyone needs\ntotally proper documentation. I don’t want to allow people who weren’t supposed\nto be in the Bahamas to come into the United States, including some very bad\npeople,” the President told reporters at the White House.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Look, the Bahamas had some tremendous\nproblems with people going to the Bahamas that weren’t supposed to be there,”\nTrump claimed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8255} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/donald-trump-white-house-buzz-demo-1024x597.jpg\" alt=\"\" class=\"wp-image-8255\" /><figcaption>Trump, speaking to US press at the White House (Photo: National Review)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As usual, without providing any evidence to\nback his claim, Trump argued that The Bahamas had some “very bad people and\nsome very bad gang members and some very, very bad drug dealers”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Trump was fielding questions from the media on the lawns of the White House, just before heading to a Republican campaign rally in Fayetteville, North Carolina.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The disparaging comments about the Bahamian people have drawn widespread condemnation, with Democratic presidential candidate Beto O’Rourke calling Trump\'s remarks “the height of cruelty”.</p>\n<!-- /wp:paragraph -->','Trump refuses hurricane refugees into the US, claims Bahamas full of ‘very bad gang members’','','publish','open','closed','','trump-refuses-hurricane-refugees-into-the-us-claims-bahamas-full-of-very-bad-gang-members','','','2019-09-09 19:21:20','2019-09-10 00:21:20','',0,'https://buzz-caribbean.com/?p=8251',0,'post','',0),(8252,4,'2019-09-09 19:02:30','2019-09-10 00:02:30','<!-- wp:paragraph -->\n<p>The Independent Anti-Doping Disciplinary Panel is scheduled to convene a preliminary hearing in the matter of the Jamaica Anti-Doping Commission (JADCO) versus Briana Williams on Tuesday (Sept 10).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The hearing will be held the Jamaica Pegasus at 10:00 o\'clock in the morning. The hearing will be closed to the public.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Anti-doping hearing for Briana Williams on Tuesday','','inherit','closed','closed','','8241-revision-v1','','','2019-09-09 19:02:30','2019-09-10 00:02:30','',8241,'https://buzz-caribbean.com/article/8241-revision-v1/',0,'revision','',0),(8253,23,'2019-09-09 19:12:26','2019-09-10 00:12:26','<!-- wp:image {\"id\":7760} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Theodore-Whitmore-Reggae-Boyz-1024x683-1.jpg\" alt=\"\" class=\"wp-image-7760\" /><figcaption>Reggae Boyz head coach Theodore Whitmore.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica\'s Reggae Boyz led Guyana 3-0 at halftime in their CONCACAF Nations League Monday evening (Sept 9).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The match is being played at the Leonora Track and Field Centre in Guyana. Alvas Powell scored a brace in the 14th and 26th minutes, with Dever Orgill getting the other in the 44th.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Reggae Boyz are looking to win the opening two Group C encounters after they trounced Antigua and Barbuda 6-0 at the Montego Bay Sports Complex last Friday. They started the match at the top of the group on goal difference over their opponents. Guyana defeated Aruba 1-0 in their opening match.</p>\n<!-- /wp:paragraph -->','Boyz lead Guyana 3-0 at halftime','','publish','open','closed','','boyz-lead-guyana-3-0-at-halftime','','','2019-09-09 19:12:27','2019-09-10 00:12:27','',0,'https://buzz-caribbean.com/?p=8253',0,'post','',0),(8254,4,'2019-09-09 19:12:26','2019-09-10 00:12:26','<!-- wp:image {\"id\":7760} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Theodore-Whitmore-Reggae-Boyz-1024x683-1.jpg\" alt=\"\" class=\"wp-image-7760\" /><figcaption>Reggae Boyz head coach Theodore Whitmore.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica\'s Reggae Boyz led Guyana 3-0 at halftime in their CONCACAF Nations League Monday evening (Sept 9).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The match is being played at the Leonora Track and Field Centre in Guyana. Alvas Powell scored a brace in the 14th and 26th minutes, with Dever Orgill getting the other in the 44th.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Reggae Boyz are looking to win the opening two Group C encounters after they trounced Antigua and Barbuda 6-0 at the Montego Bay Sports Complex last Friday. They started the match at the top of the group on goal difference over their opponents. Guyana defeated Aruba 1-0 in their opening match.</p>\n<!-- /wp:paragraph -->','Boyz lead Guyana 3-0 at halftime','','inherit','closed','closed','','8253-revision-v1','','','2019-09-09 19:12:26','2019-09-10 00:12:26','',8253,'https://buzz-caribbean.com/article/8253-revision-v1/',0,'revision','',0),(8255,14,'2019-09-09 19:15:25','2019-09-10 00:15:25','','donald-trump-white-house-buzz-demo','','inherit','open','closed','','donald-trump-white-house-buzz-demo','','','2019-09-09 19:15:25','2019-09-10 00:15:25','',8251,'https://buzz-caribbean.com/app/uploads/2019/09/donald-trump-white-house-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8256,4,'2019-09-09 19:17:22','2019-09-10 00:17:22','<!-- wp:paragraph -->\n<p>The Independent Anti-Doping Disciplinary Panel is scheduled to convene a preliminary hearing in the matter of the Jamaica Anti-Doping Commission (JADCO) versus Briana Williams on Tuesday (Sept 10).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The hearing will be held the Jamaica Pegasus at 10:00 o\'clock in the morning. The hearing will be closed to the public.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the statement released by Dr Emir Crowne, who is representing the Pan Am U20 champion, Williams was notified on July 25 of the presence of the banned diuretic in her ‘A’ sample. She then requested that they test her ‘B’ sample.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On August 27, the Jamaica Anti-Doping\nCommission (JADCO) notified Williams that her B Sample also returned an adverse\nanalytical finding for the banned diuretic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On June 21, the start of the national championships, Williams awoke with flu-like symptoms and her mother offered her an over-the-counter cold medication – “Pharma Cold and Flu” – which she had previously purchased at a local pharmacy in Kingston, Jamaica. Later that day, Williams declared her use of the cold medication on her doping control form.</p>\n<!-- /wp:paragraph -->','Anti-doping hearing for Briana Williams on Tuesday','','inherit','closed','closed','','8241-revision-v1','','','2019-09-09 19:17:22','2019-09-10 00:17:22','',8241,'https://buzz-caribbean.com/article/8241-revision-v1/',0,'revision','',0),(8257,14,'2019-09-09 19:21:19','2019-09-10 00:21:19','<!-- wp:image {\"id\":5570} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/donald-trump-buzz-demo-1-1024x575.jpg\" alt=\"\" class=\"wp-image-5570\" /><figcaption>President Donald Trump (Photo: Associated Press)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>US President Donald Trump is causing another\nstir in international circles after he accused refugees seeking asylum from\nHurricane Dorian in The Bahamas of being ‘gang members, thugs and drug dealers’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Trump, speaking with US media on Monday, said that The Bahamas reportedly has “a tremendous problem” and defended his decision to not let survivors of the category 5 storm into America.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7604} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bahamas-hurricane-dorian-CBC-1024x768.jpg\" alt=\"Aerial view of damage to The Bahamas (Source: CBC.com)\" class=\"wp-image-7604\" /><figcaption>Widespread structural damage in The Bahamas following the passage of Hurricane Dorian (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We have to be very careful. Everyone needs\ntotally proper documentation. I don’t want to allow people who weren’t supposed\nto be in the Bahamas to come into the United States, including some very bad\npeople,” the President told reporters at the White House.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Look, the Bahamas had some tremendous\nproblems with people going to the Bahamas that weren’t supposed to be there,”\nTrump claimed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8255} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/donald-trump-white-house-buzz-demo-1024x597.jpg\" alt=\"\" class=\"wp-image-8255\" /><figcaption>Trump, speaking to US press at the White House (Photo: National Review)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As usual, without providing any evidence to\nback his claim, Trump argued that The Bahamas had some “very bad people and\nsome very bad gang members and some very, very bad drug dealers”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Trump was fielding questions from the media on the lawns of the White House, just before heading to a Republican campaign rally in Fayetteville, North Carolina.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The disparaging comments about the Bahamian people have drawn widespread condemnation, with Democratic presidential candidate Beto O’Rourke calling Trump\'s remarks “the height of cruelty”.</p>\n<!-- /wp:paragraph -->','Trump refuses hurricane refugees into the US, claims Bahamas full of ‘very bad gang members’','','inherit','closed','closed','','8251-revision-v1','','','2019-09-09 19:21:19','2019-09-10 00:21:19','',8251,'https://buzz-caribbean.com/article/8251-revision-v1/',0,'revision','',0),(8258,4,'2019-09-09 19:25:17','2019-09-10 00:25:17','<!-- wp:image {\"id\":6266} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Briana-Williams-BUZZ-1024x576.jpg\" alt=\"Brianna-Williams-\" class=\"wp-image-6266\" /><figcaption>Briana Williams anti-doping hearing set for Tuesday, Sept 10.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Independent Anti-Doping Disciplinary Panel is scheduled to convene a preliminary hearing in the matter of the Jamaica Anti-Doping Commission (JADCO) versus Briana Williams on Tuesday (Sept 10).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The hearing will be held the Jamaica Pegasus at 10:00 o\'clock in the morning. The hearing will be closed to the public.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the statement released in August by Dr Emir Crowne, who is representing the Pan Am U20 champion, Williams was notified on July 25 of the presence of the banned diuretic in her ‘A’ sample. She then requested that they test her ‘B’ sample.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On August 27, the Jamaica Anti-Doping\nCommission (JADCO) notified Williams that her B Sample also returned an adverse\nanalytical finding for the banned diuretic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On June 21, the start of the national championships, Williams awoke with flu-like symptoms and her mother offered her an over-the-counter cold medication – “Pharma Cold and Flu” – which she had previously purchased at a local pharmacy in Kingston, Jamaica. Later that day, Williams declared her use of the cold medication on her doping control form.</p>\n<!-- /wp:paragraph -->','Anti-doping hearing for Briana Williams on Tuesday','','inherit','closed','closed','','8241-revision-v1','','','2019-09-09 19:25:17','2019-09-10 00:25:17','',8241,'https://buzz-caribbean.com/article/8241-revision-v1/',0,'revision','',0),(8259,23,'2019-09-09 19:41:18','2019-09-10 00:41:18','<!-- wp:image {\"id\":8260} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/japex1-1024x683.jpg\" alt=\"\" class=\"wp-image-8260\" /><figcaption>Participants at a previous JAPEX show.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Buyers from Jamaica’s traditional tourism markets are being joined by their counterparts from India, Luxembourg, Mexico, Panama, Peru and Spain for the first time, at this year\'s staging of Jamaica Product Exchange (JAPEX)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The tourism trade show is set for the Montego Bay Convention Centre in St James.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hundreds of travel agents from the USA, Canada and the Caribbean, as well as a strong media contingent, have already converged in the tourism capital for the official opening ceremony&nbsp; Monday evening (Sept 9).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \'We\'re looking forward to welcoming those from new markets.\'</p><cite>— Omar Robinson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The event, which is hosted annually by the Jamaica\nHotel and Tourist Association (JHTA) in association with the Jamaica Tourist\nBoard, will see buyers and suppliers engaging in one-on-one meetings, updates\nand negotiations over the next two days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have delegates from the traditional markets like the USA, Canada and Europe, including England and Germany, and we\'re looking forward to welcoming those from new markets,” JHTA president Omar Robinson said. “We are encouraged by the continued interest in brand Jamaica, year after year.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Written by Claudia Gardner </em></strong></p>\n<!-- /wp:paragraph -->','India, Mexico, Spain to join Jamaica Product Exchange for the first time','','publish','open','closed','','india-mexico-spain-to-join-jamaica-product-exchange-for-the-first','','','2019-09-09 19:44:26','2019-09-10 00:44:26','',0,'https://buzz-caribbean.com/?p=8259',0,'post','',0),(8260,4,'2019-09-09 19:36:11','2019-09-10 00:36:11','','japex1','','inherit','open','closed','','japex1','','','2019-09-09 19:36:11','2019-09-10 00:36:11','',8259,'https://buzz-caribbean.com/app/uploads/2019/09/japex1.jpg',0,'attachment','image/jpeg',0),(8261,4,'2019-09-09 19:41:18','2019-09-10 00:41:18','<!-- wp:image {\"id\":8260} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/japex1-1024x683.jpg\" alt=\"\" class=\"wp-image-8260\" /><figcaption>Participants at a previous JAPEX show.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Buyers from Jamaica’s traditional tourism markets are being joined by their counterparts from India, Luxembourg, Mexico, Panama, Peru and Spain for the first time, at this year\'s staging of Jamaica Product Exchange (JAPEX)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The tourism trade show is set for the Montego Bay Convention Centre in St James.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hundreds of travel agents from the USA, Canada and the Caribbean, as well as a strong media contingent, have already converged in the tourism capital for the official opening ceremony  Monday evening (Sept 9).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \'We\'re looking forward to welcoming those from new markets.\'</p><cite>— Omar Robinson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The event, which is hosted annually by the Jamaica\nHotel and Tourist Association (JHTA) in association with the Jamaica Tourist\nBoard, will see buyers and suppliers engaging in one-on-one meetings, updates\nand negotiations over the next two days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have delegates from the traditional markets like the USA, Canada and Europe, including England and Germany, and we\'re looking forward to welcoming those from new markets,” JHTA president Omar Robinson said. “We are encouraged by the continued interest in brand Jamaica, year after year.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Written by Claudia Gardner </em></strong></p>\n<!-- /wp:paragraph -->','India, Mexico, Spain to join Jamaica Product Exchange for the first','','inherit','closed','closed','','8259-revision-v1','','','2019-09-09 19:41:18','2019-09-10 00:41:18','',8259,'https://buzz-caribbean.com/article/8259-revision-v1/',0,'revision','',0),(8262,4,'2019-09-09 19:44:20','2019-09-10 00:44:20','<!-- wp:image {\"id\":8260} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/japex1-1024x683.jpg\" alt=\"\" class=\"wp-image-8260\" /><figcaption>Participants at a previous JAPEX show.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Buyers from Jamaica’s traditional tourism markets are being joined by their counterparts from India, Luxembourg, Mexico, Panama, Peru and Spain for the first time, at this year\'s staging of Jamaica Product Exchange (JAPEX)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The tourism trade show is set for the Montego Bay Convention Centre in St James.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hundreds of travel agents from the USA, Canada and the Caribbean, as well as a strong media contingent, have already converged in the tourism capital for the official opening ceremony&nbsp; Monday evening (Sept 9).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \'We\'re looking forward to welcoming those from new markets.\'</p><cite>— Omar Robinson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The event, which is hosted annually by the Jamaica\nHotel and Tourist Association (JHTA) in association with the Jamaica Tourist\nBoard, will see buyers and suppliers engaging in one-on-one meetings, updates\nand negotiations over the next two days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have delegates from the traditional markets like the USA, Canada and Europe, including England and Germany, and we\'re looking forward to welcoming those from new markets,” JHTA president Omar Robinson said. “We are encouraged by the continued interest in brand Jamaica, year after year.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Written by Claudia Gardner </em></strong></p>\n<!-- /wp:paragraph -->','India, Mexico, Spain to join Jamaica Product Exchange for the first time','','inherit','closed','closed','','8259-revision-v1','','','2019-09-09 19:44:20','2019-09-10 00:44:20','',8259,'https://buzz-caribbean.com/article/8259-revision-v1/',0,'revision','',0),(8263,23,'2019-09-09 20:11:52','2019-09-10 01:11:52','<!-- wp:image {\"id\":8266} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dever-orgill-1024x576.jpg\" alt=\"\" class=\"wp-image-8266\" /><figcaption>Reggae Boyz\' Dever Orgill scored twice in Jamaica\'s whipping of Guyana.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica separated themselves from the other combatants in Group C of the CONCACAF Nations League when they dismissed Guyana 4-0 Monday night (Sept 9).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Reggae Boyz steamrolled Guyana at their own home at the Leonora Track and Field Centre to lead the points-standing on maximum six points.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Alvas Powell and Dever Orgill, who both scored two goals, led the Boyz’ victory charge. Powell netted in the 14<sup>th</sup> and 26<sup>th</sup> minutes with Orgill getting his brace in the 44<sup>th</sup> and 54<sup>th</sup> minutes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is the second convincing victory for the Boyz in three days. They dismissed Antigua and Barbuda 6-0 in their first match of the competition at the Montego Bay Sports Complex, St James, on Friday (Sept 6 ).</p>\n<!-- /wp:paragraph -->','Jamaica beat Guyana 4-0 in Nations League','','publish','open','closed','','jamaica-beat-guyana-4-0-in-nations-league','','','2019-09-09 20:34:29','2019-09-10 01:34:29','',0,'https://buzz-caribbean.com/?p=8263',0,'post','',0),(8264,4,'2019-09-09 20:10:09','2019-09-10 01:10:09','','reggae-boyz4','','inherit','open','closed','','reggae-boyz4','','','2019-09-09 20:10:09','2019-09-10 01:10:09','',8263,'https://buzz-caribbean.com/app/uploads/2019/09/reggae-boyz4.jpg',0,'attachment','image/jpeg',0),(8265,4,'2019-09-09 20:11:52','2019-09-10 01:11:52','<!-- wp:image {\"id\":8264} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/reggae-boyz4.jpg\" alt=\"\" class=\"wp-image-8264\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica separated themselves from the other combatants in Group C of the CONCACAF Nations League when they dismissed Guyana 4-0 Monday night (Sept 9).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Reggae Boyz steamrolled Guyana at their own home at the Leonora Track and Field Centre to lead the points-standing on maximum six points.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Alvas Powell and Dever Orgill, who both scored two goals, led the Boyz’ victory charge. Powell netted in the 14<sup>th</sup> and 26<sup>th</sup> minutes with Orgill getting his brace in the 44<sup>th</sup> and 54<sup>th</sup> minutes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is the second convincing victory for the Boyz in three days. They dismissed Antigua and Barbuda 6-0 in their first match of the competition at the Montego Bay Sports Complex, St James, on Friday (Sept 6 ).</p>\n<!-- /wp:paragraph -->','Jamaica beat Guyana 4-0 in Nations League','','inherit','closed','closed','','8263-revision-v1','','','2019-09-09 20:11:52','2019-09-10 01:11:52','',8263,'https://buzz-caribbean.com/article/8263-revision-v1/',0,'revision','',0),(8266,4,'2019-09-09 20:32:44','2019-09-10 01:32:44','','dever-orgill','','inherit','open','closed','','dever-orgill','','','2019-09-09 20:32:44','2019-09-10 01:32:44','',8263,'https://buzz-caribbean.com/app/uploads/2019/09/dever-orgill.jpg',0,'attachment','image/jpeg',0),(8267,14,'2019-09-09 20:33:57','2019-09-10 01:33:57','<!-- wp:image {\"id\":301} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo.jpg\" alt=\"\" class=\"wp-image-301\" /><figcaption>Satellite imagery of Bajo Nuevo from space (Photo: National Aeronautics and Space Administration [NASA], International Space Station [ISS])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tucked away near the middle of the Caribbean Sea, lies the Bajo Nuevo Bank: a small, uninhabited reef with some grass-covered islets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also known as the Petrel Islands, these tiny specs have been the subject of a bitter sovereignty dispute between Colombia and the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But what you didn’t know, is over 30 years ago, Jamaica was also\ncaught up in the ownership dispute, but has since backed off for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Between 1982 and 1986, the Government of Jamaica signed and\nmaintained a series of bilateral agreements – culminating in a maritime\ndelimitation treaty between the island and the Republic of Colombia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The maritime delimitation treaty was <a href=\"https://www.un.org/Depts/los/LEGISLATIONANDTREATIES/PDFFILES/TREATIES/JAM-COL1993MD.PDF\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">signed in Kingston</a> on Friday, November 12, 1993, by ministers of Foreign Affairs and Foreign Trade for Jamaica and Colombia respectively, Paul Robertson and Noemí Sanín Posada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":304} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/posada-paul-robertson-sbscollage-buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-304\" /><figcaption>(from left) Former Ministers of Foreign Affairs and Foreign Trade for Colombia and Jamaica in 1993,  Noemí Sanín Posada and Paul Roberston respectively (Photos: Jamaica Information Service [JIS], ElTiempo.com) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the time, Jamaica\'s claim, as with the other countries\nembroiled in the dispute, stemmed from attempts to expand the island’s\nexclusive economic zone over the surrounding seas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, Jamaica’s claim for Bajo Nuevo remains largely dormant\nsince bilateral agreements with Colombia came into force in 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve made it this far then we still have your attention, and seeing as you’re eager to know more,&nbsp;<strong>BUZZ</strong>&nbsp;presents 23 fast facts about Bajo Nuevo:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1.&nbsp;</strong>&nbsp;&nbsp;The islands are located along the coordinates 15°53′N (fifteen degrees, fifty-three minutes north) and 78°38′W (seventy-eight degrees, thirty-eight minutes west). The islets are geographically closest to Jamaica than any other claimant, some 288 kilometres southwest of the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":302,\"width\":587,\"height\":334} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-google-maps-jamaica-1024x583.jpg\" alt=\"\" class=\"wp-image-302\" width=\"587\" height=\"334\" /><figcaption>Bajo Nuevo\'s proximity to Jamaica (Photo: Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>2.&nbsp;&nbsp;</strong>&nbsp;Bajo Nuevo Bank is about\n26&nbsp;kilometres (16&nbsp;miles) long and 9&nbsp;kilometres (5.6&nbsp;miles)\nwide. The closest neighbouring land feature is Serranilla Bank, located 110\nkilometres (68 miles) to the west.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3.</strong>&nbsp;&nbsp;&nbsp;The reef was first shown on Dutch maps dating to 1634 but was given its present name in 1654. British pirate John Glover rediscovered Bajo Nuevo in 1660.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"<strong><em>Bajo Nuevo reportedly contains no \'meaningful mineral reserves\'</em></strong>\" </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>4.&nbsp;&nbsp;</strong>&nbsp;Satellite imagery from the\nNational Aeronautics and Space Administration (NASA) shows two distinct\natoll-like structures separated by a deep channel under a mile wide at its\nnarrowest point. The reef partially dries on the southern and eastern sides,\nwith the land area being minuscule by comparison.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>5.</strong>&nbsp;&nbsp;&nbsp;&nbsp;The most prominent land area is Low Cay,\nin the southwest atoll, which extends for 300 metres and widens at a maximum of\n40 metres across. No more than two metres above sea level, the barren island is\ncomposed of broken coral, driftwood, and sand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>6.&nbsp;</strong>&nbsp;&nbsp;A total of five countries have laid claim to sovereignty over Bajo Nuevo, namely: <strong>Jamaica, Colombia, Nicaragua, Honduras and the United States</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":305} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-countries-dispute-flags-1024x614.jpg\" alt=\"\" class=\"wp-image-305\" /><figcaption>(From top left to bottom right) The flags of Colombia, the United States, Honduras, Jamaica and Nicaragua (Photos: Wikipedia)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>7.&nbsp;</strong>&nbsp;&nbsp;James W. Jennett, empowered under provisions\nof the controversial Guano Islands Act, initiated the US’ claim on November 22,\n1869. To this day, the US administers Bajo Nuevo bank as an ‘unorganized,\nunincorporated United States territory’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>8.&nbsp;&nbsp;</strong>&nbsp;Similarly to other territories\nclaimed under the Guano Islands Act in the Caribbean and Oceania, persons born\non Bajo Nuevo to non-citizens are considered by the United States to be US\nnationals, but not US citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":307} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/usa_flag-demo-1024x614.jpg\" alt=\"\" class=\"wp-image-307\" /><figcaption>United States flag (Photo: US State Department)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>9.&nbsp;</strong>&nbsp;&nbsp;Colombia currently claims the area as part of\nthe department of San Andrés and Providencia. The San Andrés fleet of the\nColombian Navy carries out naval patrols in the area, as the republic maintains\nthat it has claimed these territories since 1886 – as part of the geographic\narchipelago of San Andrés and Providencia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3070} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/colombia-armada-demo-buzz-1024x714.jpg\" alt=\"\" class=\"wp-image-3070\" /><figcaption>One of many naval vessels in the powerful Colombian armada (Photo: cimsec.org)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>10.</strong>&nbsp;&nbsp;&nbsp;The November 1993 <a href=\"https://www.un.org/Depts/los/LEGISLATIONANDTREATIES/PDFFILES/TREATIES/JAM-COL1993MD.PDF\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">maritime delimitation treaty</a> between Colombia and Jamaica established a \"Joint Regime Area\". This allowed both countries to cooperatively manage and exploit living and non-living resources in designated waters between the two aforementioned banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>11.&nbsp;</strong>&nbsp;&nbsp;Bajo Nuevo’s territorial waters immediately\nsurrounding the cays themselves were excluded from the zone of joint-control,\nas Colombia considers these areas to be part of her coastal waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>12.&nbsp;&nbsp;</strong>&nbsp;The maritime delimitation treaty came effect four months later and was recognised by international law in March 1994.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>13.&nbsp;</strong>&nbsp;&nbsp;The Colombian Ministry of Defense constructed\na light beacon on Low Cay in 1982. The metal structure towers 21&nbsp;metres\nabove the Caribbean Sea and is painted white with a red top. The beacon emits\ntwo white flashes of light every 15 seconds. After sustaining some damage, the\nbeacon was reconstructed by the Colombians in February 2008 and is currently\nmaintained by the navy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":306,\"width\":412,\"height\":531} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/bajo-nuevo-light-beacon.jpg\" alt=\"\" class=\"wp-image-306\" width=\"412\" height=\"531\" /><figcaption>A light beacon erected on the shores of Low Cay, Bajo Nuevo (Photo: Colombian Ministry of Defence)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>14.</strong>&nbsp;&nbsp;&nbsp; Nicaragua bases its claim to Bajo Nuevo Bank\ndue to the islands sitting on its continental shelf, covering an area of over\n50,000 square kilometres in the Caribbean Sea. In fact, the Central American\ncountry lays claim to all islands associated with the San Andrés and\nProvidencia archipelagoes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>15.&nbsp;</strong>&nbsp;&nbsp;Successive Nicaraguan governments have\npersistently pursued claims against Colombia in the International Court of\nJustice (ICJ), filing cases in both 2001 and 2007.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>16.</strong>&nbsp;&nbsp;&nbsp;On November 19, 2012, in regards to Nicaraguan claims to the islands, the ICJ ruled unanimously that Colombia has sovereignty over both Bajo Nuevo and Serranilla Banks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3073} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gavel-in-court-buzz-demo-1024x679.jpg\" alt=\"\" class=\"wp-image-3073\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>17.</strong>&nbsp;&nbsp;&nbsp;The islands remain a Colombian territory and are a key stopping point in the country’s fight against drug and weapons smuggling, but all the other claimant nations still have limited access to them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>18.</strong>&nbsp;&nbsp;&nbsp;Bajo Nuevo is positioned inside a modestly\nproductive fishing (mostly lobsters) zone, but the seabed reportedly contains\nno \'meaningful mineral reserves\', and only small amounts of hydrocarbon fuels\nhave been identified.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>19.&nbsp;</strong>&nbsp;&nbsp;Honduras, another claimant to Bajo Nuevo and\nthe nearby Serranilla Bank, effectively ended its role in the dispute with the\nratification of a maritime boundary treaty with Colombia on December 20, 1999.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>20.</strong>&nbsp;&nbsp; According to the treaty, both states agreed upon a\nmaritime demarcation in 1986 that excluded Honduras from any control over the\nbanks or their surrounding waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>21.</strong>&nbsp;&nbsp; This bilateral treaty ensured that Honduras\nimplicitly recognises Colombia\'s sovereignty over the disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>22.&nbsp;</strong>&nbsp; Bajo Nuevo Bank and Serranilla Bank have been\nrepeatedly included as per American sources as one of ten insular areas in the\nPacific Ocean and Caribbean Sea that make up the US’ Minor Outlying Islands\nclassification.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>23.&nbsp;</strong>&nbsp; Baker Island, Howland Island, Jarvis Island, Johnston Atoll, Kingman Reef, Midway Islands, Navassa Island, Palmyra Atoll, and Wake Island comprise the remaining nine disputed territories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Did you know these islands existed? What were the most surprising facts you read? Let us know in the comments section! </p>\n<!-- /wp:paragraph -->','Bajo Nuevo: What you should know about the disputed island Jamaica \'gave up\'','','inherit','closed','closed','','300-revision-v1','','','2019-09-09 20:33:57','2019-09-10 01:33:57','',300,'https://buzz-caribbean.com/article/300-revision-v1/',0,'revision','',0),(8268,4,'2019-09-09 20:34:28','2019-09-10 01:34:28','<!-- wp:image {\"id\":8266} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dever-orgill-1024x576.jpg\" alt=\"\" class=\"wp-image-8266\" /><figcaption>Reggae Boyz\' Dever Orgill scored twice in Jamaica\'s whipping of Guyana.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica separated themselves from the other combatants in Group C of the CONCACAF Nations League when they dismissed Guyana 4-0 Monday night (Sept 9).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Reggae Boyz steamrolled Guyana at their own home at the Leonora Track and Field Centre to lead the points-standing on maximum six points.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Alvas Powell and Dever Orgill, who both scored two goals, led the Boyz’ victory charge. Powell netted in the 14<sup>th</sup> and 26<sup>th</sup> minutes with Orgill getting his brace in the 44<sup>th</sup> and 54<sup>th</sup> minutes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is the second convincing victory for the Boyz in three days. They dismissed Antigua and Barbuda 6-0 in their first match of the competition at the Montego Bay Sports Complex, St James, on Friday (Sept 6 ).</p>\n<!-- /wp:paragraph -->','Jamaica beat Guyana 4-0 in Nations League','','inherit','closed','closed','','8263-revision-v1','','','2019-09-09 20:34:28','2019-09-10 01:34:28','',8263,'https://buzz-caribbean.com/article/8263-revision-v1/',0,'revision','',0),(8269,21,'2019-09-10 06:00:23','2019-09-10 11:00:23','<!-- wp:paragraph -->\n<p>Following <a href=\"https://buzz-caribbean.com/article/india-clobber-west-indies-to-win-series-2-0/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"dismal performances against India (opens in a new tab)\">dismal performances against India</a>, the hierarchy of Cricket West Indies has decided that a change was needed at the helm of the limited-overs game.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6960} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India10-1024x682.jpg\" alt=\"\" class=\"wp-image-6960\" /><figcaption>Indian cricket team celebrates the dismissal of a player</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>That change has now come in the form of a new captain,\nKieron Pollard, who now takes over from Jason Holder who remains as test\ncaptain for the regional side.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8270} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pollard-new-one-ODI-Buzz-Caribbean-1024x683.jpg\" alt=\"Kieron Pollard named as West Indies One Day captain.\" class=\"wp-image-8270\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pollard has not been a regular fixture in the recent side with his last game in ODIs coming in 2016. He was named as a reserve for the World Cup but did not play. He was however recalled for some twenty-twenty games in the recent Indian Tour.</p>\n<!-- /wp:paragraph -->','Pollard is now West Indies One Day Captain','','publish','open','closed','','pollard-is-now-west-indies-one-day-captain','','','2019-09-10 11:41:36','2019-09-10 16:41:36','',0,'https://buzz-caribbean.com/?p=8269',0,'post','',0),(8270,11,'2019-09-09 21:11:06','2019-09-10 02:11:06','','pollard-new-one-ODI-Buzz-Caribbean','','inherit','open','closed','','pollard-new-one-odi-buzz-caribbean','','','2019-09-09 21:14:27','2019-09-10 02:14:27','',8269,'https://buzz-caribbean.com/app/uploads/2019/09/pollard-new-one-ODI-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8271,11,'2019-09-09 21:20:40','2019-09-10 02:20:40','<!-- wp:paragraph -->\n<p>Following <a href=\"https://buzz-caribbean.com/article/india-clobber-west-indies-to-win-series-2-0/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"dismal performances against India (opens in a new tab)\">dismal performances against India</a>, the hierarchy of Cricket West Indies has decided that a change was needed at the helm of the limited-overs game.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6960} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India10-1024x682.jpg\" alt=\"\" class=\"wp-image-6960\" /><figcaption>Indian cricket team celebrates the dismissal of a player</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>That change has now come in the form of a new captain,\nKieron Pollard, who now takes over from Jason Holder who remains as test\ncaptain for the regional side.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8270} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pollard-new-one-ODI-Buzz-Caribbean-1024x683.jpg\" alt=\"Kieron Pollard named as West Indies One Day captain.\" class=\"wp-image-8270\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pollard has not been a regular fixture in the recent side with his last game in ODIs coming in 2016. He was named as a reserve for the World Cup but did not play. He was however recalled for some twenty-twenty games in the recent Indian Tour.</p>\n<!-- /wp:paragraph -->','Pollard is now West Indies One Day Captain','','inherit','closed','closed','','8269-revision-v1','','','2019-09-09 21:20:40','2019-09-10 02:20:40','',8269,'https://buzz-caribbean.com/article/8269-revision-v1/',0,'revision','',0),(8275,13,'2019-09-10 11:00:38','2019-09-10 16:00:38','<!-- wp:embed {\"url\":\"https://youtu.be/YDV_2Mcd-yo\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/YDV_2Mcd-yo\n</div></figure>\n<!-- /wp:embed -->','Mini making major moves in Jamaica','','publish','closed','closed','','mini-making-major-moves-in-jamaica','','','2019-09-10 09:53:38','2019-09-10 14:53:38','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=8275',0,'video','',0),(8276,11,'2019-09-10 09:25:47','2019-09-10 14:25:47','<iframe title=\"Buzz Feature -  Mini Making Major Moves in Jamaica\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/YDV_2Mcd-yo?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','7728ca250f123784f570e7256eeca2a4','','','2019-09-10 09:25:47','2019-09-10 14:25:47','',0,'https://buzz-caribbean.com/article/7728ca250f123784f570e7256eeca2a4/',0,'oembed_cache','',0),(8277,21,'2019-09-10 09:51:10','2019-09-10 14:51:10','<!-- wp:image {\"id\":8278} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bobby-brown.jpg\" alt=\"American singer Bobby Brown\" class=\"wp-image-8278\" /><figcaption>American singer Bobby Brown</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bobby Brown was kicked off a flight for being \"drunk\" on Monday morning. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 50-year-old singer had to be removed from a JetBlue plane headed to Boston, Massachusetts, from Los Angeles International Airport in California after crew members \"observed indications of intoxication\" before takeoff. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A representative for JetBlue told TMZ.com that Bobby was \"removed from the aircraft prior to departure after crew members observed indications of intoxication. The decision to remove a customer from a flight is not taken lightly. In this instance, the customer was offered a seat on a later flight. The customer declined and was issued a refund.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The decision to remove a customer from a flight is not taken lightly.\" </p><cite>— Jetblue</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The <strong>My Prerogative</strong> hitmaker was reportedly sitting in first class and those around him thought the crew had \"jumped the gun\" by throwing him off the aircraft as he wasn\'t disruptive and he did not make a fuss when he was told he couldn\'t have a drink.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The airline then decided that everyone had to deboard and Bobby was reportedly held at the gate until the police came to talk to him about the alleged situation on the aircraft. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But the singer struggled to keep his cool and was reportedly heard shouting at the officers as he told them that he needed to get to Boston to attend his brother\'s funeral.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s believed his brother, Tommy, died in 2016, but a family friend has said it was his cousin\'s funeral that he was scheduled to attend. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bobby was not allowed back on the flight, which was delayed for an hour, but it\'s not yet known whether he was arrested or just spoken to by the police officers.</p>\n<!-- /wp:paragraph -->','Bobby Brown kicked off flight for being drunk','','publish','open','closed','','bobby-brown-kicked-off-flight-for-being-drunk','','','2019-09-10 09:51:11','2019-09-10 14:51:11','',0,'https://buzz-caribbean.com/?p=8277',0,'post','',0),(8278,9,'2019-09-10 09:46:37','2019-09-10 14:46:37','','bobby-brown','','inherit','open','closed','','bobby-brown','','','2019-09-10 09:46:37','2019-09-10 14:46:37','',8277,'https://buzz-caribbean.com/app/uploads/2019/09/bobby-brown.jpg',0,'attachment','image/jpeg',0),(8279,9,'2019-09-10 09:50:51','2019-09-10 14:50:51','<!-- wp:image {\"id\":8278} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bobby-brown.jpg\" alt=\"American singer Bobby Brown\" class=\"wp-image-8278\" /><figcaption>American singer Bobby Brown</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bobby Brown was kicked off a flight for being \"drunk\" on Monday morning. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 50-year-old singer had to be removed from a JetBlue plane headed to Boston, Massachusetts, from Los Angeles International Airport in California after crew members \"observed indications of intoxication\" before takeoff. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A representative for JetBlue told TMZ.com that Bobby was \"removed from the aircraft prior to departure after crew members observed indications of intoxication. The decision to remove a customer from a flight is not taken lightly. In this instance, the customer was offered a seat on a later flight. The customer declined and was issued a refund.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The decision to remove a customer from a flight is not taken lightly.\" </p><cite>— Jetblue</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The <strong>My Prerogative</strong> hitmaker was reportedly sitting in first class and those around him thought the crew had \"jumped the gun\" by throwing him off the aircraft as he wasn\'t disruptive and he did not make a fuss when he was told he couldn\'t have a drink.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The airline then decided that everyone had to deboard and Bobby was reportedly held at the gate until the police came to talk to him about the alleged situation on the aircraft. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But the singer struggled to keep his cool and was reportedly heard shouting at the officers as he told them that he needed to get to Boston to attend his brother\'s funeral.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s believed his brother, Tommy, died in 2016, but a family friend has said it was his cousin\'s funeral that he was scheduled to attend. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bobby was not allowed back on the flight, which was delayed for an hour, but it\'s not yet known whether he was arrested or just spoken to by the police officers.</p>\n<!-- /wp:paragraph -->','Bobby Brown kicked off flight for being drunk','','inherit','closed','closed','','8277-revision-v1','','','2019-09-10 09:50:51','2019-09-10 14:50:51','',8277,'https://buzz-caribbean.com/article/8277-revision-v1/',0,'revision','',0),(8280,11,'2019-09-10 09:52:23','2019-09-10 14:52:23','','Mini BMW Buzz Caribbean Feature Image','','inherit','open','closed','','mini-bmw-buzz-caribbean-feature-image','','','2019-09-10 09:52:23','2019-09-10 14:52:23','',8275,'https://buzz-caribbean.com/app/uploads/2019/09/Mini-BMW-Buzz-Caribbean-Feature-Image.jpg',0,'attachment','image/jpeg',0),(8281,21,'2019-09-10 12:57:12','2019-09-10 17:57:12','<!-- wp:paragraph -->\n<p>President of the Jamaica\nCivil Service Association (JCSA), O’Neil Grant, has suggested that public-sector\nworkers should be given some minimum hours of training per year, enabling them to\nbecome more valuable to their organisations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8332} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ONeil-Grant-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-8332\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mr Grant said this would inevitably lead to a more rounded workforce, where employers would not only see an increase in productivity but also invaluable returns on their investments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We champion education and training a lot within this organisation. One of the things we have been advocating for, and we are seeing signs that it may happen, is that every single worker, regardless of where you work and the job that you do, should be allowed some time for training per year,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Every single worker, regardless of where you work and the job that you do, should be allowed some time for training per year” </p><cite>— O’Neil Grant,  President of the Jamaica Civil Service Association (JCSA) </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“If that happens, what it means is that people will continue to upgrade their skills or be given new skills in the workplace where they can now broaden their horizon and be more indispensable to the public sector,” Mr Grant added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8337} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Training-Session-Buzz-Caribbean-1024x684.jpg\" alt=\"\" class=\"wp-image-8337\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We are also hoping that the Government’s training budget will be housed in one central authority, which is the Institute for National Development. If this becomes a reality, we should be able to see other spinoffs from that, with the creation of places where persons can go and study,” the President said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“When you make the investment to train a person for a particular skill you will then know what you have at your disposal to meet a certain demand,” he noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"People will continue to upgrade their skills or be given new skills in the workplace where they can now broaden their horizon\"</p><cite>— O\'Neil Grant, President of the Jamaica Civil Service Association (JCSA) </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The President said that in such a scenario, the entire country also stands to benefit as the Government would now be able to move workers into the specific skill areas in which they are needed and, especially, with the knowledge that they had been trained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8338} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bump-collaboration-colleagues-Buzz-Caribbean-1024x670.jpg\" alt=\"\" class=\"wp-image-8338\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mr Grant said that another option could also be the expansion of the online study programmes where persons do not have to travel very far distances and where they can be enrolled in courses at their own leisure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8339} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Online-Course-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-8339\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He said that once the courses are completed and persons are accredited, then a profile is created where employers would have no problem finding persons to fill skilled positions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Rather than persons having to go through a lottery to vie for a position, they would be invited to participate in an interview based on their profile. We are hoping that as an association, we will be able to get this done,” Mr Grant added.</p>\n<!-- /wp:paragraph -->','Public sector workers should be given minimum hours of training – JCSA president','','publish','open','closed','','public-sector-workers-should-be-given-minimum-hours-of-training-jcsa-president','','','2019-09-10 12:57:13','2019-09-10 17:57:13','',0,'https://buzz-caribbean.com/?p=8281',0,'post','',0),(8284,9,'2019-09-10 10:25:31','2019-09-10 15:25:31','<!-- wp:image {\"id\":8285} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tessanne-Chin-20190910.jpg\" alt=\"Tessanne Chin revealed her pregnancy on Tuesday morning with this photo. \" class=\"wp-image-8285\" /><figcaption>Tessanne Chin revealed her pregnancy on Tuesday morning with this photo. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It seems as if there is another Chin baby on the way, as just weeks after singer Tami Chynn gave birth to her son, Oz, her sister, Tessanne Chin, has revealed that she is expecting a baby. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tessanne, who won Season 5 of NBC\'s reality TV singing competition <strong>The Voice</strong> in 2013, made the announcement via Instagram on Tuesday morning when she posted a photo of a pair of pink baby shoes on her page. She was seen in the background embracing an unidentified dark-skinned male.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Oh baby!! #2020 #OverTheMoon #BeyondGrateful #WeCantWaitToHoldYou,” was the accompanying caption. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8286} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tessanne-Chin-BBB-20190910-1024x717.jpg\" alt=\"Tessanne Chin is expected to give birth in 2020. \" class=\"wp-image-8286\" /><figcaption>Tessanne Chin is expected to give birth in 2020. (Photo: Instagram @thebestess)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Within minutes, the post was flooded\nwith loads of comments from people congratulating the couple. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“You are so deserving of this\nbeautiful blessing. Wishing you a healthy pregnancy &amp; delivery with your\nbundle of joy. Congrats to you both,” one social media user said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to the good wishes, many persons were curious about the identity of the male in the photo, as Tessanne had not disclosed that she was dating anyone since the split from Michael Anthony Cuffe Jr in 2015 four years after they got married. </p>\n<!-- /wp:paragraph -->','Tessanne Chin is preggers! Singer expected to give birth in 2020','','publish','open','closed','','tessanne-chin-is-preggers-singer-expected-to-give-birth-in-2020','','','2019-09-10 10:31:03','2019-09-10 15:31:03','',0,'https://buzz-caribbean.com/?p=8284',0,'post','',0),(8285,9,'2019-09-10 10:21:52','2019-09-10 15:21:52','','Tessanne-Chin-20190910','','inherit','open','closed','','tessanne-chin-20190910','','','2019-09-10 10:21:52','2019-09-10 15:21:52','',8284,'https://buzz-caribbean.com/app/uploads/2019/09/Tessanne-Chin-20190910.jpg',0,'attachment','image/jpeg',0),(8286,9,'2019-09-10 10:22:06','2019-09-10 15:22:06','','Tessanne-Chin-BBB-20190910','','inherit','open','closed','','tessanne-chin-bbb-20190910','','','2019-09-10 10:22:06','2019-09-10 15:22:06','',8284,'https://buzz-caribbean.com/app/uploads/2019/09/Tessanne-Chin-BBB-20190910.jpg',0,'attachment','image/jpeg',0),(8287,23,'2019-09-10 11:50:27','2019-09-10 16:50:27','<!-- wp:image {\"id\":8318} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/supreme-court-jamaica-1024x768.jpg\" alt=\"\" class=\"wp-image-8318\" /><figcaption>The Supreme Court building on Kings Street in downtown, Kingston.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are concerns that the effective running of the Supreme Court could be jeopardise due to a shortage of workers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The concerns are being raised by stakeholders ahead of the start of the Michaelmas Term next week. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to one source, about 21 persons are needed to replace the staff that have resigned in the Civil Registry of the Supreme Court. Other areas of the court are also suffering from a shortage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"The court is losing staff left right and centre. The Gun Court is understaffed, as well as the Criminal and Court Reporting departments,\" the source told <strong>BUZZ</strong>. \"So come next week when the term begins you might see judges without a clerk or the office empty with not many persons to assist the public.\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One staff member told <strong>BUZZ</strong>: \"The workers are disgruntled about a lot of things, including being the least paid workers in the court system and we are the high court.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is said that additional workers could soon be leaving for jobs elsewhere. The shortage will put additional burden on the system, which has been struggling for years with a large backlog of both criminal and civil matters.</p>\n<!-- /wp:paragraph -->','Smooth running of High Court being jeopardised by shortage of workers','','publish','open','closed','','smooth-running-of-high-court-being-jeopardised-by-shortage-of-workers','','','2019-09-10 11:50:28','2019-09-10 16:50:28','',0,'https://buzz-caribbean.com/?p=8287',0,'post','',0),(8288,9,'2019-09-10 10:25:20','2019-09-10 15:25:20','<!-- wp:image {\"id\":8285} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tessanne-Chin-20190910.jpg\" alt=\"Tessanne Chin revealed her pregnancy on Tuesday morning with this photo. \" class=\"wp-image-8285\" /><figcaption>Tessanne Chin revealed her pregnancy on Tuesday morning with this photo. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It seems as if there is another Chin baby on the way, as just weeks after singer Tami Chynn gave birth to her son, Oz, her sister, Tessanne Chin, has revealed that she is expecting a baby. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tessanne made the announcement via Instagram\non Tuesday morning when she posted a photo of a pair of pink baby shoes on her\npage. She was seen in the background embracing an unidentified dark-skinned\nmale. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Oh baby!! #2020 #OverTheMoon #BeyondGrateful #WeCantWaitToHoldYou,” was the accompanying caption. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8286} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tessanne-Chin-BBB-20190910-1024x717.jpg\" alt=\"Tessanne Chin is expected to give birth in 2020. \" class=\"wp-image-8286\" /><figcaption>Tessanne Chin is expected to give birth in 2020. (Photo: Instagram @thebestess)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Within minutes, the post was flooded\nwith loads of comments from people congratulating the couple. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“You are so deserving of this\nbeautiful blessing. Wishing you a healthy pregnancy &amp; delivery with your\nbundle of joy. Congrats to you both,” one social media user said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to the good wishes, many persons were curious about the identity of the male in the photo, as Tessanne had not disclosed that she was dating anyone since the split from Michael Anthony Cuffe Jr in 2015 four years after they got married. </p>\n<!-- /wp:paragraph -->','Tessanne Chin is preggers! Singer expected to give birth in 2020','','inherit','closed','closed','','8284-revision-v1','','','2019-09-10 10:25:20','2019-09-10 15:25:20','',8284,'https://buzz-caribbean.com/article/8284-revision-v1/',0,'revision','',0),(8290,9,'2019-09-10 10:31:02','2019-09-10 15:31:02','<!-- wp:image {\"id\":8285} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tessanne-Chin-20190910.jpg\" alt=\"Tessanne Chin revealed her pregnancy on Tuesday morning with this photo. \" class=\"wp-image-8285\" /><figcaption>Tessanne Chin revealed her pregnancy on Tuesday morning with this photo. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It seems as if there is another Chin baby on the way, as just weeks after singer Tami Chynn gave birth to her son, Oz, her sister, Tessanne Chin, has revealed that she is expecting a baby. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tessanne, who won Season 5 of NBC\'s reality TV singing competition <strong>The Voice</strong> in 2013, made the announcement via Instagram on Tuesday morning when she posted a photo of a pair of pink baby shoes on her page. She was seen in the background embracing an unidentified dark-skinned male.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Oh baby!! #2020 #OverTheMoon #BeyondGrateful #WeCantWaitToHoldYou,” was the accompanying caption. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8286} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tessanne-Chin-BBB-20190910-1024x717.jpg\" alt=\"Tessanne Chin is expected to give birth in 2020. \" class=\"wp-image-8286\" /><figcaption>Tessanne Chin is expected to give birth in 2020. (Photo: Instagram @thebestess)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Within minutes, the post was flooded\nwith loads of comments from people congratulating the couple. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“You are so deserving of this\nbeautiful blessing. Wishing you a healthy pregnancy &amp; delivery with your\nbundle of joy. Congrats to you both,” one social media user said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to the good wishes, many persons were curious about the identity of the male in the photo, as Tessanne had not disclosed that she was dating anyone since the split from Michael Anthony Cuffe Jr in 2015 four years after they got married. </p>\n<!-- /wp:paragraph -->','Tessanne Chin is preggers! Singer expected to give birth in 2020','','inherit','closed','closed','','8284-revision-v1','','','2019-09-10 10:31:02','2019-09-10 15:31:02','',8284,'https://buzz-caribbean.com/article/8284-revision-v1/',0,'revision','',0),(8291,11,'2019-09-10 11:14:32','2019-09-10 16:14:32','<!-- wp:image {\"id\":8295} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Peter-Bunting-Feature-Image-Buzz-Caribbean-1024x614.jpg\" alt=\"\" class=\"wp-image-8295\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting has released a sombre video on social media calling for unity among People\'s National Party (PNP) supporters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The post follows his failed bid for the presidency of the PNP. He lost the election by 75 votes on Saturday (Sept 7) to incumbent Dr Peter Phillips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Tuesday morning (Sept 10), Bunting shared his video, encouraging PNP supporters to \'rise together\', pulling on the taglines used by both campaign teams. He noted that his challenge for the presidency represented “one of the most significant experiences of [his] political career”. He outlined that the response to the campaign was an energizing and inspiring experience for himself and the party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7900} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting2-1024x682.jpg\" alt=\"\" class=\"wp-image-7900\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"The task now for leadership of the PNP, really not just one side or the other, is how to channel that energy… so that we maintain that in the interest of the party going forward,\" Bunting said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He urged the leadership not to allow those who have been re-engaged and re-energised to \"lapse back into non-participation in the political process\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The message comes after Bunting and others of his Rise United team tendered their <a aria-label=\"formal resignations (opens in a new tab)\" rel=\"noreferrer noopener\" href=\"https://buzz-caribbean.com/article/more-casualties-peter-bunting-mark-golding-resign/\" target=\"_blank\">resignations</a> to Phillips. Phillips subsequently requested via Twitter that all spokespersons remain in their positions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/DrPeterPhillips/status/1171141560542666752\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/DrPeterPhillips/status/1171141560542666752\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Bunting ended his message, noting that the campaign has left him “more vulnerable” while sharing his confidence that they’ve made a “tremendous impact” which he hopes “will be sustained for the betterment of Jamaica.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See Bunting\'s full video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/tv/B2OsCopg0eL/?igshid=1viykhtv6wou4\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/tv/B2OsCopg0eL/?igshid=1viykhtv6wou4\n</div></figure>\n<!-- /wp:embed -->','\'Rising Together\': Bunting posts ‘vulnerable’ video calling for party unity','','publish','open','closed','','rising-together-bunting-posts-vulnerable-video-calling-for-party-unity','','','2019-09-10 11:14:32','2019-09-10 16:14:32','',0,'https://buzz-caribbean.com/?p=8291',0,'post','',0),(8292,11,'2019-09-10 10:41:09','2019-09-10 15:41:09','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Until then, I have asked all Shadow Ministers to remain in place and continue to monitor their assigned portfolio.</p>&mdash; Peter D Phillips (@DrPeterPhillips) <a href=\"https://twitter.com/DrPeterPhillips/status/1171141560542666752?ref_src=twsrc%5Etfw\">September 9, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','343614278dbe9c6d352c1663b9e38d9a','','','2019-09-10 10:41:09','2019-09-10 15:41:09','',0,'https://buzz-caribbean.com/article/343614278dbe9c6d352c1663b9e38d9a/',0,'oembed_cache','',0),(8293,11,'2019-09-10 10:41:09','2019-09-10 15:41:09','<blockquote class=\"instagram-media\" data-instgrm-permalink=\"https://www.instagram.com/tv/B2OsCopg0eL/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/tv/B2OsCopg0eL/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\"></div></div></a><p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\"><a href=\"https://www.instagram.com/tv/B2OsCopg0eL/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\" rel=\"noopener noreferrer\">A post shared by Peter Bunting MP (@peterbuntingmp)</a> on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-10T11:47:06+00:00\">Sep 10, 2019 at 4:47am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','f8f907d9490ca95fd6f92bf216588fa2','','','2019-09-10 10:41:09','2019-09-10 15:41:09','',0,'https://buzz-caribbean.com/article/f8f907d9490ca95fd6f92bf216588fa2/',0,'oembed_cache','',0),(8294,11,'2019-09-10 10:41:58','2019-09-10 15:41:58','<!-- wp:paragraph -->\n<p>Recent\nchallenger for the PNP leadership seat, Peter Bunting, walked away with a\nnarrow defeat on Saturday (Sept. 7) losing by 75 votes to incumbent leader,\nPeter Phillips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, this\nmorning, however, shared a sombre video through his social media platforms,\nencouraging PNP supporters to “Rise Together”, pulling on the taglines used by\nboth campaign teams.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He noted that\nthe challenge represented “one of the most significant experiences of [his]\npolitical career.” The response to the campaign he outlined, was an energizing\nand inspiring experience for himself and the party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7900} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting2-1024x682.jpg\" alt=\"\" class=\"wp-image-7900\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A mandate was\ngiven to the party’s leadership to fuel the energy garnered from the campaign.\n“The task now for leadership of the PNP, really not just one side or the other,\nis how to channel that energy… so that we maintain that in the interest of the\nparty going forward, “Bunting said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He urged the\nleadership not to allow those who have been re-engaged and re-energised not to\n“lapse back into non-participation in the political process.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The message comes after the <a href=\"https://buzz-caribbean.com/article/more-casualties-peter-bunting-mark-golding-resign/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"formal resignations (opens in a new tab)\">formal resignations</a> from Bunting himself, along with other members of his Rise United team including Dayton Campbell and Mark Golding. Dr Peter Phillips, subsequently, requested via Twitter that all spokespersons remain in their positions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/DrPeterPhillips/status/1171141560542666752\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/DrPeterPhillips/status/1171141560542666752\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Many pundits\nhave weighed in on the results of the internal campaign, noting that it has the\npotential of leaving the PNP divided and incapable of putting up a solid\nopposition to the ruling Jamaica Labour Party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting ended his message, noting that the campaign has left him “more vulnerable” while sharing his confidence that they’ve made a “tremendous impact” which he hopes “will be sustained for the betterment of Jamaica.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See the full video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/tv/B2OsCopg0eL/?igshid=1viykhtv6wou4\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/tv/B2OsCopg0eL/?igshid=1viykhtv6wou4\n</div></figure>\n<!-- /wp:embed -->','“Rising Together”: Bunting posts ‘vulnerable’ video calling for party unity','','inherit','closed','closed','','8291-revision-v1','','','2019-09-10 10:41:58','2019-09-10 15:41:58','',8291,'https://buzz-caribbean.com/article/8291-revision-v1/',0,'revision','',0),(8295,11,'2019-09-10 10:43:46','2019-09-10 15:43:46','','Peter-Bunting-Feature-Image-Buzz-Caribbean','','inherit','open','closed','','peter-bunting-feature-image-buzz-caribbean','','','2019-09-10 10:43:46','2019-09-10 15:43:46','',8291,'https://buzz-caribbean.com/app/uploads/2019/09/Peter-Bunting-Feature-Image-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8296,4,'2019-09-10 10:44:31','2019-09-10 15:44:31','<!-- wp:paragraph -->\n<p>There are concerns that the effective running of the Supreme Court could be jeopardise due to a shortage of workers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The concerns are being raised by stakeholders in the justice system ahead of the start of the Michaelmas Term next week. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to one source, about 21 persons are needed to replace the staff that have resigned in the Civil Registry of the Supreme Court.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other areas of the court are also suffering from a shortage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"The building is losing staff left right and centre. The Gun Court is understaffed, as well as the Criminal and Court Reporting departments,\" the source told <strong>BUZZ</strong>. \"So come next week when the term begins you might see judges without a clerk or the office empty with not many persons to assist the public.\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The workers are disgruntled about a lot of things including being the least paid workers in the court system and we are the high court.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not sure but the place kinda scanty right now with more\nlooking to leave.</p>\n<!-- /wp:paragraph -->','Smooth running of High Court in jeopardy due to shortage of workers','','inherit','closed','closed','','8287-revision-v1','','','2019-09-10 10:44:31','2019-09-10 15:44:31','',8287,'https://buzz-caribbean.com/article/8287-revision-v1/',0,'revision','',0),(8297,11,'2019-09-10 10:46:52','2019-09-10 15:46:52','<!-- wp:image {\"id\":8295} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Peter-Bunting-Feature-Image-Buzz-Caribbean-1024x614.jpg\" alt=\"\" class=\"wp-image-8295\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Recent\nchallenger for the PNP leadership seat, Peter Bunting, walked away with a\nnarrow defeat on Saturday (Sept. 7) losing by 75 votes to incumbent leader,\nPeter Phillips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting, this\nmorning, however, shared a sombre video through his social media platforms,\nencouraging PNP supporters to “Rise Together”, pulling on the taglines used by\nboth campaign teams.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He noted that\nthe challenge represented “one of the most significant experiences of [his]\npolitical career.” The response to the campaign he outlined, was an energizing\nand inspiring experience for himself and the party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7900} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting2-1024x682.jpg\" alt=\"\" class=\"wp-image-7900\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A mandate was\ngiven to the party’s leadership to fuel the energy garnered from the campaign.\n“The task now for leadership of the PNP, really not just one side or the other,\nis how to channel that energy… so that we maintain that in the interest of the\nparty going forward, “Bunting said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He urged the\nleadership not to allow those who have been re-engaged and re-energised not to\n“lapse back into non-participation in the political process.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The message comes after the <a href=\"https://buzz-caribbean.com/article/more-casualties-peter-bunting-mark-golding-resign/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"formal resignations (opens in a new tab)\">formal resignations</a> from Bunting himself, along with other members of his Rise United team including Dayton Campbell and Mark Golding. Dr Peter Phillips, subsequently, requested via Twitter that all spokespersons remain in their positions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/DrPeterPhillips/status/1171141560542666752\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/DrPeterPhillips/status/1171141560542666752\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Many pundits\nhave weighed in on the results of the internal campaign, noting that it has the\npotential of leaving the PNP divided and incapable of putting up a solid\nopposition to the ruling Jamaica Labour Party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting ended his message, noting that the campaign has left him “more vulnerable” while sharing his confidence that they’ve made a “tremendous impact” which he hopes “will be sustained for the betterment of Jamaica.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See the full video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/tv/B2OsCopg0eL/?igshid=1viykhtv6wou4\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/tv/B2OsCopg0eL/?igshid=1viykhtv6wou4\n</div></figure>\n<!-- /wp:embed -->','“Rising Together”: Bunting posts ‘vulnerable’ video calling for party unity','','inherit','closed','closed','','8291-revision-v1','','','2019-09-10 10:46:52','2019-09-10 15:46:52','',8291,'https://buzz-caribbean.com/article/8291-revision-v1/',0,'revision','',0),(8298,23,'2019-09-10 11:04:32','2019-09-10 16:04:32','<!-- wp:image {\"id\":5071} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-A-1024x546.jpeg\" alt=\"Reggae singer Koffee\" class=\"wp-image-5071\" /><figcaption>Reggae singer Koffee</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Toast</strong> by Jamaican singer Koffee continues to make inroads. The song, which was released late last year, has entered the Billboard R&amp;B Hip-Hop Airplay chart at No. 50. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is the first time that a song by\na Jamaican act has made it on to that Billboard chart since Hood Celebrityy\'s <strong>Walking\nTrophy</strong> peaked at No. 22 last year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Toast</strong> is currently\nNo. 76 on the Official UK Singles chart, having peaked at No. 70 more than a\nweek ago.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=p8HoEvDh70Y\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=p8HoEvDh70Y\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>Rapture</strong>, a five-song\nEP released by Koffee in March via Promised Land Recordings Ltd/Columbia\nRecords UK, topped the Billboard Reggae Albums chart for three weeks. This week\nit sits at No. 8, having sold 3,411 copies to date in the US.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Among the tracks on <strong>Rapture</strong>\nare <strong>Throne</strong>, <strong>Raggamuffin</strong>, <strong>Toast</strong>, <strong>Blazin</strong> featuring\nJane Macgizmo and the album\'s title track.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Koffee is currently on a US tour with\nCanada-based singer Daniel Caesar, who is of Jamaican/Barbadian heritage. The\ntour kicked off on August 11 and wraps at the end of September.</p>\n<!-- /wp:paragraph -->','Koffee hits Billboard R&amp;B Hip Hop Airplay chart with \'Toast\'','','publish','open','closed','','koffee-hits-billboard-rb-hip-hop-airplay-chart-with-toast','','','2019-09-10 11:38:10','2019-09-10 16:38:10','',0,'https://buzz-caribbean.com/?p=8298',0,'post','',0),(8300,9,'2019-09-10 11:03:16','2019-09-10 16:03:16','<!-- wp:image {\"id\":5071} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-A-1024x546.jpeg\" alt=\"Reggae singer Koffee\" class=\"wp-image-5071\" /><figcaption>Reggae singer Koffee</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Toast</strong> by Jamaican singer Koffee continues to make inroads. The song, which was released late last year, has entered the Billboard R&amp;B Hip-Hop Airplay chart at No. 50.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is the first time that a song by\na Jamaican act has made it on to that Billboard chart since Hood Celebrityy\'s <strong>Walking\nTrophy</strong> peaked at No. 22 last year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Toast</strong> is currently\nNo. 76 on the Official UK Singles chart, having peaked at No. 70 more than a\nweek ago.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Rapture</strong>, a five-song\nEP released by Koffee in March via Promised Land Recordings Ltd/Columbia\nRecords UK, topped the Billboard Reggae Albums chart for three weeks. This week\nit sits at No. 8, having sold 3,411 copies to date in the US.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Among the tracks on <strong>Rapture</strong>\nare <strong>Throne</strong>, <strong>Raggamuffin</strong>, <strong>Toast</strong>, <strong>Blazin</strong> featuring\nJane Macgizmo and the album\'s title track.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Koffee is currently on a US tour with\nCanada-based singer Daniel Caesar, who is of Jamaican/Barbadian heritage. The\ntour kicked off on August 11 and wraps at the end of September.</p>\n<!-- /wp:paragraph -->','Koffee hits Billboard R&amp;B Hip Hop Airplay chart with \'Toast\'','','inherit','closed','closed','','8298-revision-v1','','','2019-09-10 11:03:16','2019-09-10 16:03:16','',8298,'https://buzz-caribbean.com/article/8298-revision-v1/',0,'revision','',0),(8301,23,'2019-09-10 11:52:26','2019-09-10 16:52:26','<!-- wp:image {\"id\":8306,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Keep-On-Pushing-Buzz-Caribbean.jpg\" alt=\"Former Jamaican bobsled Olympian and motivational speaker, Devon Harris\" class=\"wp-image-8306\" /><figcaption>Former Jamaican bobsled Olympian and motivational speaker, Devon Harris</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From a very young age, Devon Harris knew that he wanted to make something of himself by becoming a soldier. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What he did not know is that one day he would make history by becoming one of the four Jamaican men to make their Olympic debut competing in bobsled, despite never seeing the snow thus inspiring the movie <strong>Cool Runnings</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8307,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Jamaican-Bobsled-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8307\" /><figcaption>Historic Jamaican bobsled team at their Olympic debut in 1988</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Today, he is a motivational speaker bent on sending the message that persons should keep on pushing no matter what obstacles lie in their way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I was living the dream of representing Jamaica at the Olympics doing something I love\"</p><cite>— Devon Harris</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Harris, who grew up in the volatile community of Waterhouse, Kingston Jamaica has himself overcome his own obstacles turning to sports like football and athletics while so many of his peers turned to the gun.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8308,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Keep-On-Pushing-Motivational-Speaker-Buzz-Caribbean.jpg\" alt=\"Devon Harris delivering a motivational speech Keep On Pushing\" class=\"wp-image-8308\" /><figcaption>Devon Harris delivering a motivational speech</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From seven-months-old to five-years-old Harris lived with his grandmother in Haughton, St Elizabeth, Jamaica. He recalls she would always tell him stories of soldiers and how strong and determined they were and that even when they were hurt they would get back up and fight. He was so intrigued by her stories that he envisioned himself as a soldier.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“From the very beginning I knew what I wanted to become,” Harris said. “I wanted to be a soldier.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8310,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Jamaica-Keep-Pushing-Soldier-Bobsled-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8310\" /><figcaption>A younger Devon Harris as a soldier in the Jamaica Defence Force (JDF)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Immediately after graduating from Ardenne High school, Harris joined the Jamaica Defence Force. He was sent overseas and spent a year in the Royal Military Academy Sandhurst in the UK before returning to Jamaica as second lieutenant. He served for eight years. It was while in the army that he was recruited to be a part of the Bobsled team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 1988, things took a cool turn, when he was on the first Jamaican bobsled team that made it to the Winter Olympics in Calgary, Canada. He told <strong>BUZZ </strong>that this was one of the best experiences of his life. And one he recalls with great joy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8311,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Bobsled-Team-Buzz-Caribbean.png\" alt=\"\" class=\"wp-image-8311\" /><figcaption>Devon and teammates in their bobsled preparation for the Winter Olympics.</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It was different. Calgary had the biggest impact because it was unusual to have a Jamaican Bobsled team,” he recalled. “I was living the dream of representing Jamaica at the Olympics doing something I love and getting to do it twice again.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Twice again - because in 1992 the team represented Jamaica in the France Winter Olympics and in Japan in 1998.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But how did he know he would be able to bobsleigh having not grown up in a country with icy climes?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8314,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Yes-I-Can-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8314\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“You just cannot know until you try,” he\nsaid. “We had to convince ourselves in our heads that we would strive to\nachieve. But you can’t know for a fact until you do it. Sometimes you may fail\nor sometimes you may fall short but you have to get up and push on.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Harris has not stopped pushing - pushing to have young people believe in themselves. And so after Olympics in 1998, he started on the pathway of motivational speaking in schools and at various events and has written two children’s books called <strong><em>‘Yes I Can - the story of the Bobsled team’ </em></strong>and <strong><em>‘Keep on Pushing - Hot lessons from Cool Runnings’.</em></strong> He said he intends to write other motivational books.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8315,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Keep-On-Pushing-Buzz-Caribbean.jpg\" alt=\"Cover of Devon Harris\' motivational book Keep On Pushing\" class=\"wp-image-8315\" /><figcaption>Cover of Devon Harris\' motivational book Keep On Pushing</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Harris, who is married with five children, is also the founder and president of the Keep on Pushing Foundation in New York where he has been residing since 1992. This Foundation helps to raise money to support kids in need both in New York and back in Jamaica to include his former primary school Drews Avenue Primary providing school supplies and other necessary items.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Sometimes you may fail or sometimes you may fall short but you have to get up and push on” </p><cite>— Devon Harris</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Harris says he goes back to Jamaica a few\ntimes per year to speak and visit his old schools.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His motivational talks include topics like\npursuing your dream; overcoming adversity; teamwork; and leadership.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“ A lot of people like the topic of keep on pushing,” he said. “It is not something that is new to me based on my own personal experience and knowledge. When you try to do something, sometimes people will try to keep you down or discourage you and so sometimes you just have to fight.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8317,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Motivational-Speaker-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8317\" /><figcaption>Devon Harris maintains his mantra that despite the obstacles - Keep On Pushing</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Harris still keeps in touch with his former teammates who did Jamaica proud in the Olympics - Michael White and brothers Dudley and Chris Stokes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Harris has one critical message for young people: “Keep on pushing no matter what the obstacles.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<strong><em> Story written by Donna Hussey-Stewart </em></strong></p>\n<!-- /wp:paragraph -->','\'Keep on pushing,\' says former bobsled athlete','','publish','open','closed','','keep-on-pushing-former-bobsled-athlete-says','','','2019-09-16 17:32:32','2019-09-16 22:32:32','',0,'https://buzz-caribbean.com/?p=8301',0,'post','',0),(8302,9,'2019-09-10 11:04:10','2019-09-10 16:04:10','<!-- wp:image {\"id\":5071} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-A-1024x546.jpeg\" alt=\"Reggae singer Koffee\" class=\"wp-image-5071\" /><figcaption>Reggae singer Koffee</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Toast</strong> by Jamaican singer Koffee continues to make inroads. The song, which was released late last year, has entered the Billboard R&amp;B Hip-Hop Airplay chart at No. 50.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is the first time that a song by\na Jamaican act has made it on to that Billboard chart since Hood Celebrityy\'s <strong>Walking\nTrophy</strong> peaked at No. 22 last year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Toast</strong> is currently\nNo. 76 on the Official UK Singles chart, having peaked at No. 70 more than a\nweek ago.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=p8HoEvDh70Y\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=p8HoEvDh70Y\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>Rapture</strong>, a five-song\nEP released by Koffee in March via Promised Land Recordings Ltd/Columbia\nRecords UK, topped the Billboard Reggae Albums chart for three weeks. This week\nit sits at No. 8, having sold 3,411 copies to date in the US.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Among the tracks on <strong>Rapture</strong>\nare <strong>Throne</strong>, <strong>Raggamuffin</strong>, <strong>Toast</strong>, <strong>Blazin</strong> featuring\nJane Macgizmo and the album\'s title track.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Koffee is currently on a US tour with\nCanada-based singer Daniel Caesar, who is of Jamaican/Barbadian heritage. The\ntour kicked off on August 11 and wraps at the end of September.</p>\n<!-- /wp:paragraph -->','Koffee hits Billboard R&amp;B Hip Hop Airplay chart with \'Toast\'','','inherit','closed','closed','','8298-revision-v1','','','2019-09-10 11:04:10','2019-09-10 16:04:10','',8298,'https://buzz-caribbean.com/article/8298-revision-v1/',0,'revision','',0),(8303,4,'2019-09-10 11:14:32','2019-09-10 16:14:32','<!-- wp:image {\"id\":8295} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Peter-Bunting-Feature-Image-Buzz-Caribbean-1024x614.jpg\" alt=\"\" class=\"wp-image-8295\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Peter Bunting has released a sombre video on social media calling for unity among People\'s National Party (PNP) supporters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The post follows his failed bid for the presidency of the PNP. He lost the election by 75 votes on Saturday (Sept 7) to incumbent Dr Peter Phillips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Tuesday morning (Sept 10), Bunting shared his video, encouraging PNP supporters to \'rise together\', pulling on the taglines used by both campaign teams. He noted that his challenge for the presidency represented “one of the most significant experiences of [his] political career”. He outlined that the response to the campaign was an energizing and inspiring experience for himself and the party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7900} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting2-1024x682.jpg\" alt=\"\" class=\"wp-image-7900\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"The task now for leadership of the PNP, really not just one side or the other, is how to channel that energy… so that we maintain that in the interest of the party going forward,\" Bunting said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He urged the leadership not to allow those who have been re-engaged and re-energised to \"lapse back into non-participation in the political process\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The message comes after Bunting and others of his Rise United team tendered their <a aria-label=\"formal resignations (opens in a new tab)\" rel=\"noreferrer noopener\" href=\"https://buzz-caribbean.com/article/more-casualties-peter-bunting-mark-golding-resign/\" target=\"_blank\">resignations</a> to Phillips. Phillips subsequently requested via Twitter that all spokespersons remain in their positions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/DrPeterPhillips/status/1171141560542666752\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/DrPeterPhillips/status/1171141560542666752\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Bunting ended his message, noting that the campaign has left him “more vulnerable” while sharing his confidence that they’ve made a “tremendous impact” which he hopes “will be sustained for the betterment of Jamaica.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See Bunting\'s full video below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/tv/B2OsCopg0eL/?igshid=1viykhtv6wou4\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/tv/B2OsCopg0eL/?igshid=1viykhtv6wou4\n</div></figure>\n<!-- /wp:embed -->','\'Rising Together\': Bunting posts ‘vulnerable’ video calling for party unity','','inherit','closed','closed','','8291-revision-v1','','','2019-09-10 11:14:32','2019-09-10 16:14:32','',8291,'https://buzz-caribbean.com/article/8291-revision-v1/',0,'revision','',0),(8305,4,'2019-09-10 11:19:20','2019-09-10 16:19:20','','Briana Williams BUZZ Featured Image','','inherit','open','closed','','briana-williams-buzz-featured-image','','','2019-09-10 11:19:20','2019-09-10 16:19:20','',0,'https://buzz-caribbean.com/app/uploads/2019/09/Briana-Williams-BUZZ-featured-image.jpg',0,'attachment','image/jpeg',0),(8306,11,'2019-09-10 11:19:36','2019-09-10 16:19:36','','Devon-Harris-Keep-On-Pushing-Buzz-Caribbean','','inherit','open','closed','','devon-harris-keep-on-pushing-buzz-caribbean','','','2019-09-10 11:19:36','2019-09-10 16:19:36','',8301,'https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Keep-On-Pushing-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8307,11,'2019-09-10 11:21:27','2019-09-10 16:21:27','','Devon-Harris-Jamaican-Bobsled-Buzz-Caribbean','','inherit','open','closed','','devon-harris-jamaican-bobsled-buzz-caribbean','','','2019-09-10 11:21:27','2019-09-10 16:21:27','',8301,'https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Jamaican-Bobsled-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8308,11,'2019-09-10 11:23:42','2019-09-10 16:23:42','','Devon-Harris-Keep-On-Pushing-Motivational-Speaker-Buzz-Caribbean','','inherit','open','closed','','devon-harris-keep-on-pushing-motivational-speaker-buzz-caribbean','','','2019-09-10 11:23:42','2019-09-10 16:23:42','',8301,'https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Keep-On-Pushing-Motivational-Speaker-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8310,11,'2019-09-10 11:28:04','2019-09-10 16:28:04','','Devon-Harris-Jamaica-Keep-Pushing-Soldier-Bobsled-Buzz-Caribbean','','inherit','open','closed','','devon-harris-jamaica-keep-pushing-soldier-bobsled-buzz-caribbean','','','2019-09-10 11:28:04','2019-09-10 16:28:04','',8301,'https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Jamaica-Keep-Pushing-Soldier-Bobsled-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8311,11,'2019-09-10 11:33:34','2019-09-10 16:33:34','','Devon-Harris-Bobsled-Team-Buzz-Caribbean','','inherit','open','closed','','devon-harris-bobsled-team-buzz-caribbean','','','2019-09-10 11:33:34','2019-09-10 16:33:34','',8301,'https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Bobsled-Team-Buzz-Caribbean.png',0,'attachment','image/png',0),(8312,9,'2019-09-10 11:37:49','2019-09-10 16:37:49','','Feature Images Sept 2019Koffee','','inherit','open','closed','','feature-images-sept-2019koffee','','','2019-09-10 11:37:49','2019-09-10 16:37:49','',8298,'https://buzz-caribbean.com/app/uploads/2019/09/Feature-Images-Sept-2019Koffee.jpg',0,'attachment','image/jpeg',0),(8313,9,'2019-09-10 11:38:10','2019-09-10 16:38:10','<!-- wp:image {\"id\":5071} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-A-1024x546.jpeg\" alt=\"Reggae singer Koffee\" class=\"wp-image-5071\" /><figcaption>Reggae singer Koffee</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Toast</strong> by Jamaican singer Koffee continues to make inroads. The song, which was released late last year, has entered the Billboard R&amp;B Hip-Hop Airplay chart at No. 50. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is the first time that a song by\na Jamaican act has made it on to that Billboard chart since Hood Celebrityy\'s <strong>Walking\nTrophy</strong> peaked at No. 22 last year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Toast</strong> is currently\nNo. 76 on the Official UK Singles chart, having peaked at No. 70 more than a\nweek ago.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=p8HoEvDh70Y\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=p8HoEvDh70Y\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>Rapture</strong>, a five-song\nEP released by Koffee in March via Promised Land Recordings Ltd/Columbia\nRecords UK, topped the Billboard Reggae Albums chart for three weeks. This week\nit sits at No. 8, having sold 3,411 copies to date in the US.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Among the tracks on <strong>Rapture</strong>\nare <strong>Throne</strong>, <strong>Raggamuffin</strong>, <strong>Toast</strong>, <strong>Blazin</strong> featuring\nJane Macgizmo and the album\'s title track.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Koffee is currently on a US tour with\nCanada-based singer Daniel Caesar, who is of Jamaican/Barbadian heritage. The\ntour kicked off on August 11 and wraps at the end of September.</p>\n<!-- /wp:paragraph -->','Koffee hits Billboard R&amp;B Hip Hop Airplay chart with \'Toast\'','','inherit','closed','closed','','8298-revision-v1','','','2019-09-10 11:38:10','2019-09-10 16:38:10','',8298,'https://buzz-caribbean.com/article/8298-revision-v1/',0,'revision','',0),(8314,11,'2019-09-10 11:39:29','2019-09-10 16:39:29','','Devon-Harris-Yes-I-Can-Buzz-Caribbean','','inherit','open','closed','','devon-harris-yes-i-can-buzz-caribbean','','','2019-09-10 11:39:29','2019-09-10 16:39:29','',8301,'https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Yes-I-Can-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8315,11,'2019-09-10 11:41:24','2019-09-10 16:41:24','','Keep-On-Pushing-Buzz-Caribbean','','inherit','open','closed','','keep-on-pushing-buzz-caribbean','','','2019-09-10 11:41:24','2019-09-10 16:41:24','',8301,'https://buzz-caribbean.com/app/uploads/2019/09/Keep-On-Pushing-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8316,9,'2019-09-10 11:41:28','2019-09-10 16:41:28','','New Pollard New One ODI Buzz Caribbean 1024x683','','inherit','open','closed','','new-pollard-new-one-odi-buzz-caribbean-1024x683','','','2019-09-10 11:41:28','2019-09-10 16:41:28','',8269,'https://buzz-caribbean.com/app/uploads/2019/09/New-pollard-new-one-ODI-Buzz-Caribbean-1024x683.jpg',0,'attachment','image/jpeg',0),(8317,11,'2019-09-10 11:42:39','2019-09-10 16:42:39','','Devon-Harris-Motivational-Speaker-Buzz-Caribbean','','inherit','open','closed','','devon-harris-motivational-speaker-buzz-caribbean','','','2019-09-10 11:42:39','2019-09-10 16:42:39','',8301,'https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Motivational-Speaker-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8318,4,'2019-09-10 11:42:51','2019-09-10 16:42:51','','Supreme Court Jamaica','','inherit','open','closed','','supreme-court-jamaica','','','2019-09-10 11:42:51','2019-09-10 16:42:51','',8287,'https://buzz-caribbean.com/app/uploads/2019/09/supreme-court-jamaica.jpg',0,'attachment','image/jpeg',0),(8319,4,'2019-09-10 11:44:58','2019-09-10 16:44:58','<!-- wp:image {\"id\":8318} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/supreme-court-jamaica-1024x768.jpg\" alt=\"\" class=\"wp-image-8318\" /><figcaption>The Supreme Court building on Kings Street in downtown, Kingston.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are concerns that the effective running of the Supreme Court could be jeopardise due to a shortage of workers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The concerns are being raised by stakeholders in the justice system ahead of the start of the Michaelmas Term next week. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to one source, about 21 persons are needed to replace the staff that have resigned in the Civil Registry of the Supreme Court.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other areas of the court are also suffering from a shortage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"The building is losing staff left right and centre. The Gun Court is understaffed, as well as the Criminal and Court Reporting departments,\"&nbsp;the source told <strong>BUZZ</strong>. \"So come next week when the term begins you might see judges without a clerk or the office empty with not many persons to assist the public.\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One staff member told <strong>BUZZ</strong>: \"The workers are disgruntled about a lot of things, including being the least paid workers in the court system and we are the high court.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is said that additional workers could soon be leaving.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The shortage will put additional burden on the system, which hs been struggling for years with a large backlog of both criminal and civil matters.</p>\n<!-- /wp:paragraph -->','Smooth running of High Court in jeopardy due to shortage of workers','','inherit','closed','closed','','8287-revision-v1','','','2019-09-10 11:44:58','2019-09-10 16:44:58','',8287,'https://buzz-caribbean.com/article/8287-revision-v1/',0,'revision','',0),(8320,4,'2019-09-10 11:50:27','2019-09-10 16:50:27','<!-- wp:image {\"id\":8318} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/supreme-court-jamaica-1024x768.jpg\" alt=\"\" class=\"wp-image-8318\" /><figcaption>The Supreme Court building on Kings Street in downtown, Kingston.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There are concerns that the effective running of the Supreme Court could be jeopardise due to a shortage of workers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The concerns are being raised by stakeholders ahead of the start of the Michaelmas Term next week. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to one source, about 21 persons are needed to replace the staff that have resigned in the Civil Registry of the Supreme Court. Other areas of the court are also suffering from a shortage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"The court is losing staff left right and centre. The Gun Court is understaffed, as well as the Criminal and Court Reporting departments,\" the source told <strong>BUZZ</strong>. \"So come next week when the term begins you might see judges without a clerk or the office empty with not many persons to assist the public.\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One staff member told <strong>BUZZ</strong>: \"The workers are disgruntled about a lot of things, including being the least paid workers in the court system and we are the high court.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is said that additional workers could soon be leaving for jobs elsewhere. The shortage will put additional burden on the system, which has been struggling for years with a large backlog of both criminal and civil matters.</p>\n<!-- /wp:paragraph -->','Smooth running of High Court being jeopardised by shortage of workers','','inherit','closed','closed','','8287-revision-v1','','','2019-09-10 11:50:27','2019-09-10 16:50:27','',8287,'https://buzz-caribbean.com/article/8287-revision-v1/',0,'revision','',0),(8321,11,'2019-09-10 11:52:26','2019-09-10 16:52:26','<!-- wp:image {\"id\":8306,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Keep-On-Pushing-Buzz-Caribbean.jpg\" alt=\"Former Jamaican bobsled Olympian and motivational speaker, Devon Harris\" class=\"wp-image-8306\" /><figcaption>Former Jamaican bobsled Olympian and motivational speaker, Devon Harris</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From a very young age, Devon Harris knew that he wanted to make something of himself by becoming a soldier. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What he did not know is that one day he would make history by becoming one of the four Jamaican men to make their Olympic debut competing in bobsled, despite never seeing the snow thus inspiring the movie <strong>Cool Runnings</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8307,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Jamaican-Bobsled-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8307\" /><figcaption>Historic Jamaican bobsled team at their Olympic debut in 1988</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Today, he is a motivational speaker bent on sending the message that persons should keep on pushing no matter what obstacles lie in their way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I was living the dream of representing Jamaica at the Olympics doing something I love\"</p><cite>— Devon Harris</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Harris, who grew up in the volatile community of Waterhouse, Kingston Jamaica has himself overcome his own obstacles turning to sports like football and athletics while so many of his peers turned to the gun. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8308,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Keep-On-Pushing-Motivational-Speaker-Buzz-Caribbean.jpg\" alt=\"Devon Harris delivering a motivational speech Keep On Pushing\" class=\"wp-image-8308\" /><figcaption>Devon Harris delivering a motivational speech</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From seven-months-old to five-years-old Harris lived with his grandmother in Haughton, St Elizabeth, Jamaica. He recalls she would always tell him stories of soldiers and how strong and determined they were and that even when they were hurt they would get back up and fight. He was so intrigued by her stories that he envisioned himself as a soldier. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“From the very beginning I knew what I wanted to become,” Harris said. “I wanted to be a soldier.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8310,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Jamaica-Keep-Pushing-Soldier-Bobsled-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8310\" /><figcaption>A younger Devon Harris as a soldier in the Jamaica Defence Force (JDF)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Immediately after graduating from Ardenne High school, Harris joined the Jamaica Defence Force. He was sent overseas and spent a year in the Royal Military Academy Sandhurst in the UK before returning to Jamaica as second in command lieutenant. He served for eight years. It was while in the army that he was recruited to be a part of the Bobsled team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 1988, things took a cool turn, when he was on the first Jamaican bobsled team that made it to the Winter Olympics in Calgary, Canada. He told <strong>BUZZ </strong>that this was one of the best experiences of his life. And one he recalls with great joy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8311,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Bobsled-Team-Buzz-Caribbean.png\" alt=\"\" class=\"wp-image-8311\" /><figcaption>Devon and teammates in their bobsled preparation for the Winter Olympics.</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It was different. Calgary had the biggest impact because it was unusual to have a Jamaican Bobsled team,” he recalled. “I was living the dream of representing Jamaica at the Olympics doing something I love and getting to do it twice again.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Twice again - because in 1992 the team represented Jamaica in the France Winter Olympics and in Japan in 1998.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But how did he know he would be able to bobsleigh having not grown up in a country with icy climes?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8314,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Yes-I-Can-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8314\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“You just cannot know until you try,” he\nsaid. “We had to convince ourselves in our heads that we would strive to\nachieve. But you can’t know for a fact until you do it. Sometimes you may fail\nor sometimes you may fall short but you have to get up and push on.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Harris has not stopped pushing - pushing to have young people believe in themselves. And so after Olympics in 1998, he started on the pathway of motivational speaking in schools and at various events and has written two children’s books called <strong><em>‘Yes I Can - the story of the Bobsled team’ </em></strong>and <strong><em>‘Keep on Pushing - Hot lessons from Cool Runnings’.</em></strong> He said he intends to write other motivational books.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8315,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Keep-On-Pushing-Buzz-Caribbean.jpg\" alt=\"Cover of Devon Harris\' motivational book Keep On Pushing\" class=\"wp-image-8315\" /><figcaption>Cover of Devon Harris\' motivational book Keep On Pushing</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Harris, who is married with five children, is also the founder and president of the Keep on Pushing Foundation in New York where he has been residing since 1992. This Foundation helps to raise money to support kids in need both in New York and back in Jamaica to include his former primary school Drews Avenue Primary providing school supplies and other necessary items.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Sometimes you may fail or sometimes you may fall short but you have to get up and push on” </p><cite>— Devon Harris</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Harris says he goes back to Jamaica a few\ntimes per year to speak and visit his old schools.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His motivational talks include topics like\npursuing your dream; overcoming adversity; teamwork; and leadership.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“ A lot of people like the topic of keep on pushing,” he said. “It is not something that is new to me based on my own personal experience and knowledge. When you try to do something, sometimes people will try to keep you down or discourage you and so sometimes you just have to fight.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8317,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Motivational-Speaker-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8317\" /><figcaption>Devon Harris maintains his mantra that despite the obstacles - Keep On Pushing</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Harris still keeps in touch with his former teammates who did Jamaica proud in the Olympics - Michael White, Freddy Powell, and brothers Dudley and Chris Stokes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Harris has one critical message for young people: “Keep on pushing no matter what the obstacles.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<strong><em> Story written by Donna Hussey-Whyte </em></strong></p>\n<!-- /wp:paragraph -->','“Keep on Pushing”- Former bobsled athlete says','','inherit','closed','closed','','8301-revision-v1','','','2019-09-10 11:52:26','2019-09-10 16:52:26','',8301,'https://buzz-caribbean.com/article/8301-revision-v1/',0,'revision','',0),(8322,21,'2019-09-10 12:00:22','2019-09-10 17:00:22','<!-- wp:image {\"id\":8323} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dr-christopher-tufton-health-1024x703.jpg\" alt=\"Health and Wellness Minister Dr Christopher Tufton\" class=\"wp-image-8323\" /><figcaption> Health and Wellness Minister Dr Christopher Tufton </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican Government has earmarked millions of dollars for the upgrading of health facilities in the parish of Clarendon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Health and Wellness Minister Dr\nChristopher Tufton said that some $240 million has been approved for work at\nthe May Pen Hospital; $132 million for the May Pen West Health Centre; and\nanother $20 million for the Mocho clinic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that these projects are in\naddition to the $200 million worth of work now under way at the Chapelton\nCommunity Hospital through donor funds and government input, which will add\nsome 30 hospital beds to the parish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that the upgrading works form\n“part of the continuum between primary and secondary healthcare” and will\nbetter enable the parish’s health system to respond to the needs of citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tufton was speaking at the recent\nhandover of a C-Arm machine, valued at $10 million, by the Government of Japan\nto the May Pen Hospital.</p>\n<!-- /wp:paragraph -->','Health facilities in Clarendon to be upgraded','','publish','open','closed','','health-facilities-in-clarendon-to-be-upgraded','','','2019-09-10 12:12:05','2019-09-10 17:12:05','',0,'https://buzz-caribbean.com/?p=8322',0,'post','',0),(8323,9,'2019-09-10 11:56:59','2019-09-10 16:56:59','','dr-christopher-tufton-health','','inherit','open','closed','','dr-christopher-tufton-health','','','2019-09-10 11:56:59','2019-09-10 16:56:59','',8322,'https://buzz-caribbean.com/app/uploads/2019/09/dr-christopher-tufton-health.jpg',0,'attachment','image/jpeg',0),(8324,9,'2019-09-10 12:00:22','2019-09-10 17:00:22','<!-- wp:image {\"id\":8323} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dr-christopher-tufton-health-1024x703.jpg\" alt=\"Health and Wellness Minister Dr Christopher Tufton\" class=\"wp-image-8323\" /><figcaption> Health and Wellness Minister Dr Christopher Tufton </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican Government has earmarked millions of dollars for the upgrading of health facilities in the parish of Clarendon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Health and Wellness Minister Dr\nChristopher Tufton said that some $240 million has been approved for work at\nthe May Pen Hospital; $132 million for the May Pen West Health Centre; and\nanother $20 million for the Mocho clinic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that these projects are in\naddition to the $200 million worth of work now under way at the Chapelton\nCommunity Hospital through donor funds and government input, which will add\nsome 30 hospital beds to the parish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that the upgrading works form\n“part of the continuum between primary and secondary healthcare” and will\nbetter enable the parish’s health system to respond to the needs of citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tufton was speaking at the recent\nhandover of a C-Arm machine, valued at $10 million, by the Government of Japan\nto the May Pen Hospital.</p>\n<!-- /wp:paragraph -->','Health facilities in Clarendon to be upgraded','','inherit','closed','closed','','8322-revision-v1','','','2019-09-10 12:00:22','2019-09-10 17:00:22','',8322,'https://buzz-caribbean.com/article/8322-revision-v1/',0,'revision','',0),(8325,21,'2019-09-10 12:09:45','2019-09-10 17:09:45','<!-- wp:image {\"id\":8326} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jessica-biel-justin-timberlake.jpg\" alt=\"Jessica Biel and her husband, Justin Timberlake \" class=\"wp-image-8326\" /><figcaption>Jessica Biel (left) and her husband, Justin Timberlake </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jessica Biel wants to be Justin Timberlake\'s \"boss\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 37-year-old actress is keen to collaborate with her husband on a future project but would be most interested in serving as a producer on something he would star in.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I would love to produce him in something.\"</p><cite>— Jessica Biel</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Asked if she\'d ever work with Justin, Jessica said: \"I would love to produce him in something -- I would love to be his boss.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jessica can next be seen in Facebook Watch thriller <strong>Limetown</strong> as Lia Haddock, a woman who investigates the secret behind the disappearance of an entire town, and the brunette beauty admitted she doesn\'t know why she takes on such tough roles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"I don\'t know why I continue to make myself suffer like this, but I love it -- I love it! I love these characters filled with pathos and trauma and family history and dysfunction.\"</p>\n<!-- /wp:paragraph -->','Jessica Biel wants to be Justin Timberlake\'s \'boss\'','','publish','open','closed','','jessica-biel-wants-to-be-justin-timberlakes-boss','','','2019-09-10 12:09:46','2019-09-10 17:09:46','',0,'https://buzz-caribbean.com/?p=8325',0,'post','',0),(8326,9,'2019-09-10 12:04:22','2019-09-10 17:04:22','','Jessica Biel, Justin Timberlake attends The 70th Emmy Awards-Arrivals in Los Angeles','Jessica Biel, Justin Timberlake attends The 70th Emmy Awards-Arrivals in Los Angeles on Monday, September 17th, 2018Photograph: © PacificCoastNews. Los Angeles Office (PCN): +1 310.822.0419 UK Office (Avalon): +44 (0) 20 7421 6000 sales@pacificcoastnews.com','inherit','open','closed','','jessica-biel-justin-timberlake-attends-the-70th-emmy-awards-arrivals-in-los-angeles','','','2019-09-10 12:04:22','2019-09-10 17:04:22','',8325,'https://buzz-caribbean.com/app/uploads/2019/09/jessica-biel-justin-timberlake.jpg',0,'attachment','image/jpeg',0),(8327,23,'2019-09-10 12:44:24','2019-09-10 17:44:24','<!-- wp:image {\"id\":6261} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/briana-williams-Jamaican-athlete-BUZZ.jpg\" alt=\"\" class=\"wp-image-6261\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The anti-doping hearing for promising Jamaican sprinter Briana Williams will be held between September 23 and 25 at a venue to be decided in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Kent Gammon, chairman of the Independent Anti-Doping Disciplinary Panel, Williams and her legal team will make their case about the adverse finding of the banned diuretic Hydrochlorothiazide (HCTZ) in her sample given at the National Championships in June.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the in-camera preliminary airing that took place at the Jamaica Pegasus Hotel Tuesday morning (Sept 10), Williams opted to have the hearing instead of waving her right. Williams will be going up against the Jamaica Anti-Doping Agency (JADCO) during the hearing. JADCO is the agency responsible for taking and testing of samples from local athletes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She is based in the United States of America and is the national junior record holder in the 100 metres as well as the World Under-20 double gold medallist. She is coached by former Trinidadian sprinter Ato Bolden.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Williams was expected to be a part of Jamaica\'s World Championships team that will participate in Doha, Qatar, which starts on September 27 and runs until October 6. The island\'s track and field governing body, the Jamaica Administrative Athletics Association (JAAA) will now have to decide her fate on that team.</p>\n<!-- /wp:paragraph -->','Briana Williams\' World Championships fate in the balance','','publish','open','closed','','briana-williams-world-championships-fate-in-the-balance','','','2019-09-10 12:46:40','2019-09-10 17:46:40','',0,'https://buzz-caribbean.com/?p=8327',0,'post','',0),(8328,9,'2019-09-10 12:09:33','2019-09-10 17:09:33','<!-- wp:image {\"id\":8326} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jessica-biel-justin-timberlake.jpg\" alt=\"Jessica Biel and her husband, Justin Timberlake \" class=\"wp-image-8326\" /><figcaption>Jessica Biel (left) and her husband, Justin Timberlake </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jessica Biel wants to be Justin Timberlake\'s \"boss\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 37-year-old actress is keen to collaborate with her husband on a future project but would be most interested in serving as a producer on something he would star in.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I would love to produce him in something.\"</p><cite>— Jessica Biel</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Asked if she\'d ever work with Justin, Jessica said: \"I would love to produce him in something -- I would love to be his boss.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jessica can next be seen in Facebook Watch thriller <strong>Limetown</strong> as Lia Haddock, a woman who investigates the secret behind the disappearance of an entire town, and the brunette beauty admitted she doesn\'t know why she takes on such tough roles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"I don\'t know why I continue to make myself suffer like this, but I love it -- I love it! I love these characters filled with pathos and trauma and family history and dysfunction.\"</p>\n<!-- /wp:paragraph -->','Jessica Biel wants to be Justin Timberlake\'s \'boss\'','','inherit','closed','closed','','8325-revision-v1','','','2019-09-10 12:09:33','2019-09-10 17:09:33','',8325,'https://buzz-caribbean.com/article/8325-revision-v1/',0,'revision','',0),(8329,4,'2019-09-10 12:12:40','2019-09-10 17:12:40','<!-- wp:paragraph -->\n<p>The anti-doping hearing for promising Jamaican sprinter Briana Williams will be held on September 23-25 at a venue to be decided in Jamaica.<br>According to the Kent Gammon, chairman of the Independent Anti-Doping Disciplinary Panel, Williams and her legal team will make their case about the adverse finding of the banned diuretic Hydrochlorothiazide (HCTZ) in her sample given at the National Championships in June.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the in-camera preliminary airing that took place at the Jamaica Pegasus Hotel Tuesday morning, Williams opted to have the airing instead of waving her right.<br>Williams will be going up against the Jamaica Anti-Doping Agency (JADCO) during the airing. JADCO is the agency responsible for taking and testing of samples from local athletes.<br>She is based in the United States of America and is the national junior record holder in the 100 metres as well as the World Under-20 double gold medallist. She is coached by former Trinidadian sprinter Ato Bolden.<br>Williams was expected to be a part of Jamaica\'s World Championships team that will participate in Doha, Qatar, which starts on September 27 and runs until October 6.<br>The island\'s track and field governing body, the Jamaica Administrative Athletics Association (JAAA) will now have to decide her fate on that team.</p>\n<!-- /wp:paragraph -->','Briana Williams\' World Championships fate hangs in the balance','','inherit','closed','closed','','8327-revision-v1','','','2019-09-10 12:12:40','2019-09-10 17:12:40','',8327,'https://buzz-caribbean.com/article/8327-revision-v1/',0,'revision','',0),(8330,23,'2019-09-10 12:23:34','2019-09-10 17:23:34','<!-- wp:image {\"id\":7787} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/PNP-Phillips-Bunting-Leadership-Election-1024x614.jpg\" alt=\"\" class=\"wp-image-7787\" /><figcaption>Dr Peter Phillips and Peter Bunting.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr Peter Phillips and Peter Bunting are to issue a joint statement to the public following a meeting Tuesday morning (Sept 10).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source said the meeting was \"amicable\" but did not reveal any other detail.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The meeting came on the heels of Saturday\'s presidential election which Phillips won to retain his leadership of the People National Party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both camps have made public statements calling for unity within the party, which is also gearing up for an expected early general election.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>   </p>\n<!-- /wp:paragraph -->','Phillips, Bunting to issue joint statement following meeting','','publish','open','closed','','phillips-bunting-to-issue-joint-statement-following-meeting','','','2019-09-10 12:23:34','2019-09-10 17:23:34','',0,'https://buzz-caribbean.com/?p=8330',0,'post','',0),(8331,4,'2019-09-10 12:23:34','2019-09-10 17:23:34','<!-- wp:image {\"id\":7787} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/PNP-Phillips-Bunting-Leadership-Election-1024x614.jpg\" alt=\"\" class=\"wp-image-7787\" /><figcaption>Dr Peter Phillips and Peter Bunting.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr Peter Phillips and Peter Bunting are to issue a joint statement to the public following a meeting Tuesday morning (Sept 10).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source said the meeting was \"amicable\" but did not reveal any other detail.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The meeting came on the heels of Saturday\'s presidential election which Phillips won to retain his leadership of the People National Party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both camps have made public statements calling for unity within the party, which is also gearing up for an expected early general election.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>   </p>\n<!-- /wp:paragraph -->','Phillips, Bunting to issue joint statement following meeting','','inherit','closed','closed','','8330-revision-v1','','','2019-09-10 12:23:34','2019-09-10 17:23:34','',8330,'https://buzz-caribbean.com/article/8330-revision-v1/',0,'revision','',0),(8332,11,'2019-09-10 12:27:13','2019-09-10 17:27:13','','ONeil-Grant-Buzz-Caribbean','','inherit','open','closed','','oneil-grant-buzz-caribbean','','','2019-09-10 12:27:13','2019-09-10 17:27:13','',8281,'https://buzz-caribbean.com/app/uploads/2019/09/ONeil-Grant-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8333,4,'2019-09-10 12:36:57','2019-09-10 17:36:57','<!-- wp:paragraph -->\n<p>The anti-doping hearing for promising Jamaican sprinter Briana Williams will be held between September 23 and 25 at a venue to be decided in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Kent Gammon, chairman of the Independent Anti-Doping Disciplinary Panel, Williams and her legal team will make their case about the adverse finding of the banned diuretic Hydrochlorothiazide (HCTZ) in her sample given at the National Championships in June.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the in-camera preliminary airing that took place at the Jamaica Pegasus Hotel Tuesday morning, Williams opted to have the airing instead of waving her right.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Williams will be going up against the Jamaica Anti-Doping Agency (JADCO) during the airing. JADCO is the agency responsible for taking and testing of samples from local athletes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She is based in the United States of America and is the national junior record holder in the 100 metres as well as the World Under-20 double gold medallist. She is coached by former Trinidadian sprinter Ato Bolden.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Williams was expected to be a part of Jamaica\'s World Championships team that will participate in Doha, Qatar, which starts on September 27 and runs until October 6. The island\'s track and field governing body, the Jamaica Administrative Athletics Association (JAAA) will now have to decide her fate on that team.</p>\n<!-- /wp:paragraph -->','Briana Williams\' World Championships fate in the balance','','inherit','closed','closed','','8327-revision-v1','','','2019-09-10 12:36:57','2019-09-10 17:36:57','',8327,'https://buzz-caribbean.com/article/8327-revision-v1/',0,'revision','',0),(8334,4,'2019-09-10 12:38:27','2019-09-10 17:38:27','<!-- wp:paragraph -->\n<p>The anti-doping hearing for promising Jamaican sprinter Briana Williams will be held between September 23 and 25 at a venue to be decided in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Kent Gammon, chairman of the Independent Anti-Doping Disciplinary Panel, Williams and her legal team will make their case about the adverse finding of the banned diuretic Hydrochlorothiazide (HCTZ) in her sample given at the National Championships in June.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the in-camera preliminary airing that took place at the Jamaica Pegasus Hotel Tuesday morning (Sept 10), Williams opted to have the hearing instead of waving her right.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Williams will be going up against the Jamaica Anti-Doping Agency (JADCO) during the airing. JADCO is the agency responsible for taking and testing of samples from local athletes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She is based in the United States of America and is the national junior record holder in the 100 metres as well as the World Under-20 double gold medallist. She is coached by former Trinidadian sprinter Ato Bolden.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Williams was expected to be a part of Jamaica\'s World Championships team that will participate in Doha, Qatar, which starts on September 27 and runs until October 6. The island\'s track and field governing body, the Jamaica Administrative Athletics Association (JAAA) will now have to decide her fate on that team.</p>\n<!-- /wp:paragraph -->','Briana Williams\' World Championships fate in the balance','','inherit','closed','closed','','8327-revision-v1','','','2019-09-10 12:38:27','2019-09-10 17:38:27','',8327,'https://buzz-caribbean.com/article/8327-revision-v1/',0,'revision','',0),(8336,4,'2019-09-10 12:44:24','2019-09-10 17:44:24','<!-- wp:image {\"id\":6261} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/briana-williams-Jamaican-athlete-BUZZ.jpg\" alt=\"\" class=\"wp-image-6261\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The anti-doping hearing for promising Jamaican sprinter Briana Williams will be held between September 23 and 25 at a venue to be decided in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Kent Gammon, chairman of the Independent Anti-Doping Disciplinary Panel, Williams and her legal team will make their case about the adverse finding of the banned diuretic Hydrochlorothiazide (HCTZ) in her sample given at the National Championships in June.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the in-camera preliminary airing that took place at the Jamaica Pegasus Hotel Tuesday morning (Sept 10), Williams opted to have the hearing instead of waving her right. Williams will be going up against the Jamaica Anti-Doping Agency (JADCO) during the hearing. JADCO is the agency responsible for taking and testing of samples from local athletes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She is based in the United States of America and is the national junior record holder in the 100 metres as well as the World Under-20 double gold medallist. She is coached by former Trinidadian sprinter Ato Bolden.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Williams was expected to be a part of Jamaica\'s World Championships team that will participate in Doha, Qatar, which starts on September 27 and runs until October 6. The island\'s track and field governing body, the Jamaica Administrative Athletics Association (JAAA) will now have to decide her fate on that team.</p>\n<!-- /wp:paragraph -->','Briana Williams\' World Championships fate in the balance','','inherit','closed','closed','','8327-revision-v1','','','2019-09-10 12:44:24','2019-09-10 17:44:24','',8327,'https://buzz-caribbean.com/article/8327-revision-v1/',0,'revision','',0),(8337,11,'2019-09-10 12:44:55','2019-09-10 17:44:55','','Training-Session-Buzz-Caribbean','','inherit','open','closed','','training-session-buzz-caribbean','','','2019-09-10 12:44:55','2019-09-10 17:44:55','',8281,'https://buzz-caribbean.com/app/uploads/2019/09/Training-Session-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8338,11,'2019-09-10 12:50:19','2019-09-10 17:50:19','','bump-collaboration-colleagues-Buzz-Caribbean','','inherit','open','closed','','bump-collaboration-colleagues-buzz-caribbean','','','2019-09-10 12:50:19','2019-09-10 17:50:19','',8281,'https://buzz-caribbean.com/app/uploads/2019/09/bump-collaboration-colleagues-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8339,11,'2019-09-10 12:53:24','2019-09-10 17:53:24','','Online-Course-Buzz-Caribbean','','inherit','open','closed','','online-course-buzz-caribbean','','','2019-09-10 12:53:24','2019-09-10 17:53:24','',8281,'https://buzz-caribbean.com/app/uploads/2019/09/Online-Course-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8340,11,'2019-09-10 12:57:12','2019-09-10 17:57:12','<!-- wp:paragraph -->\n<p>President of the Jamaica\nCivil Service Association (JCSA), O’Neil Grant, has suggested that public-sector\nworkers should be given some minimum hours of training per year, enabling them to\nbecome more valuable to their organisations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8332} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ONeil-Grant-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-8332\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mr Grant said this would inevitably lead to a more rounded workforce, where employers would not only see an increase in productivity but also invaluable returns on their investments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We champion education and training a lot within this organisation. One of the things we have been advocating for, and we are seeing signs that it may happen, is that every single worker, regardless of where you work and the job that you do, should be allowed some time for training per year,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Every single worker, regardless of where you work and the job that you do, should be allowed some time for training per year” </p><cite>— O’Neil Grant,  President of the Jamaica Civil Service Association (JCSA) </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“If that happens, what it means is that people will continue to upgrade their skills or be given new skills in the workplace where they can now broaden their horizon and be more indispensable to the public sector,” Mr Grant added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8337} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Training-Session-Buzz-Caribbean-1024x684.jpg\" alt=\"\" class=\"wp-image-8337\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We are also hoping that the Government’s training budget will be housed in one central authority, which is the Institute for National Development. If this becomes a reality, we should be able to see other spinoffs from that, with the creation of places where persons can go and study,” the President said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“When you make the investment to train a person for a particular skill you will then know what you have at your disposal to meet a certain demand,” he noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"People will continue to upgrade their skills or be given new skills in the workplace where they can now broaden their horizon\"</p><cite>— O\'Neil Grant, President of the Jamaica Civil Service Association (JCSA) </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The President said that in such a scenario, the entire country also stands to benefit as the Government would now be able to move workers into the specific skill areas in which they are needed and, especially, with the knowledge that they had been trained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8338} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bump-collaboration-colleagues-Buzz-Caribbean-1024x670.jpg\" alt=\"\" class=\"wp-image-8338\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mr Grant said that another option could also be the expansion of the online study programmes where persons do not have to travel very far distances and where they can be enrolled in courses at their own leisure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8339} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Online-Course-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-8339\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He said that once the courses are completed and persons are accredited, then a profile is created where employers would have no problem finding persons to fill skilled positions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Rather than persons having to go through a lottery to vie for a position, they would be invited to participate in an interview based on their profile. We are hoping that as an association, we will be able to get this done,” Mr Grant added.</p>\n<!-- /wp:paragraph -->','Public sector workers should be given minimum hours of training – JCSA president','','inherit','closed','closed','','8281-revision-v1','','','2019-09-10 12:57:12','2019-09-10 17:57:12','',8281,'https://buzz-caribbean.com/article/8281-revision-v1/',0,'revision','',0),(8342,23,'2019-09-10 13:27:43','2019-09-10 18:27:43','<!-- wp:image {\"id\":8344} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Featured-Image-Kiwanis-1024x614.jpg\" alt=\"\" class=\"wp-image-8344\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kiwanis Club of Eastern St Andrew has assisted with freshening\nup of the Promise Learning Center recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The school is a\nspecial education institution offering academic, technical, and social training\nfor children with autism and other learning disabilities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The institution has been in\nexistence since 1993 and has been located at its present address, 58 Hagley\nPark Road, for over ten years.\n\nOver 18 members, including\nPresident Rose Marie of the Kiwanis Club, came out to paint classrooms, clean\nup the grounds, weed and plough flower gardens and other things.\n\n\n\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[8345,8346,8347]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/4.jpg\" alt=\"\" data-id=\"8345\" data-link=\"https://buzz-caribbean.com/?attachment_id=8345\" class=\"wp-image-8345\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/5.jpg\" alt=\"\" data-id=\"8346\" data-link=\"https://buzz-caribbean.com/?attachment_id=8346\" class=\"wp-image-8346\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/2.jpg\" alt=\"\" data-id=\"8347\" data-link=\"https://buzz-caribbean.com/?attachment_id=8347\" class=\"wp-image-8347\" /></figure></li></ul>\n<!-- /wp:gallery -->','Kiwanis Club of Eastern St Andrew gives Promise Learning Centre a facelift','','publish','open','closed','','kiwanis-club-of-eastern-st-andrew-gives-promise-learning-centre-a-facelift','','','2019-09-10 13:27:43','2019-09-10 18:27:43','',0,'https://buzz-caribbean.com/?p=8342',0,'post','',0),(8343,4,'2019-09-10 13:08:42','2019-09-10 18:08:42','<!-- wp:paragraph -->\n<p>Kiwanis Club of Eastern St Andrew has assisted with freshening\nup of the Promise Learning Center recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The school is a\nspecial education institution offering academic, technical, and social training\nfor children with autism and other learning disabilities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The institution has been in\nexistence since 1993 and has been located at its present address, 58 Hagley\nPark Road, for over ten years.\n\nOver 18 members, including\nPresident Rose Marie of the Kiwanis Club, came out to paint classrooms, clean\nup the grounds, weed and plough flower gardens and other things.\n\n\n\n</p>\n<!-- /wp:paragraph -->','Kiwanis Club of Eastern St Andrew gives Promise Learning Centre a facelift','','inherit','closed','closed','','8342-revision-v1','','','2019-09-10 13:08:42','2019-09-10 18:08:42','',8342,'https://buzz-caribbean.com/article/8342-revision-v1/',0,'revision','',0),(8344,4,'2019-09-10 13:24:42','2019-09-10 18:24:42','','Featured-Image-Kiwanis','','inherit','open','closed','','featured-image-kiwanis','','','2019-09-10 13:24:42','2019-09-10 18:24:42','',8342,'https://buzz-caribbean.com/app/uploads/2019/09/Featured-Image-Kiwanis.jpg',0,'attachment','image/jpeg',0),(8345,4,'2019-09-10 13:25:23','2019-09-10 18:25:23','','4','','inherit','open','closed','','4','','','2019-09-10 13:25:23','2019-09-10 18:25:23','',8342,'https://buzz-caribbean.com/app/uploads/2019/09/4.jpg',0,'attachment','image/jpeg',0),(8346,4,'2019-09-10 13:25:27','2019-09-10 18:25:27','','5','','inherit','open','closed','','5','','','2019-09-10 13:25:27','2019-09-10 18:25:27','',8342,'https://buzz-caribbean.com/app/uploads/2019/09/5.jpg',0,'attachment','image/jpeg',0),(8347,4,'2019-09-10 13:25:34','2019-09-10 18:25:34','','2','','inherit','open','closed','','2','','','2019-09-10 13:25:34','2019-09-10 18:25:34','',8342,'https://buzz-caribbean.com/app/uploads/2019/09/2.jpg',0,'attachment','image/jpeg',0),(8348,4,'2019-09-10 13:27:43','2019-09-10 18:27:43','<!-- wp:image {\"id\":8344} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Featured-Image-Kiwanis-1024x614.jpg\" alt=\"\" class=\"wp-image-8344\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kiwanis Club of Eastern St Andrew has assisted with freshening\nup of the Promise Learning Center recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The school is a\nspecial education institution offering academic, technical, and social training\nfor children with autism and other learning disabilities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The institution has been in\nexistence since 1993 and has been located at its present address, 58 Hagley\nPark Road, for over ten years.\n\nOver 18 members, including\nPresident Rose Marie of the Kiwanis Club, came out to paint classrooms, clean\nup the grounds, weed and plough flower gardens and other things.\n\n\n\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[8345,8346,8347]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/4.jpg\" alt=\"\" data-id=\"8345\" data-link=\"https://buzz-caribbean.com/?attachment_id=8345\" class=\"wp-image-8345\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/5.jpg\" alt=\"\" data-id=\"8346\" data-link=\"https://buzz-caribbean.com/?attachment_id=8346\" class=\"wp-image-8346\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/2.jpg\" alt=\"\" data-id=\"8347\" data-link=\"https://buzz-caribbean.com/?attachment_id=8347\" class=\"wp-image-8347\" /></figure></li></ul>\n<!-- /wp:gallery -->','Kiwanis Club of Eastern St Andrew gives Promise Learning Centre a facelift','','inherit','closed','closed','','8342-revision-v1','','','2019-09-10 13:27:43','2019-09-10 18:27:43','',8342,'https://buzz-caribbean.com/article/8342-revision-v1/',0,'revision','',0),(8349,9,'2019-09-10 13:36:09','2019-09-10 18:36:09','<!-- wp:image {\"id\":8306,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Keep-On-Pushing-Buzz-Caribbean.jpg\" alt=\"Former Jamaican bobsled Olympian and motivational speaker, Devon Harris\" class=\"wp-image-8306\" /><figcaption>Former Jamaican bobsled Olympian and motivational speaker, Devon Harris</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From a very young age, Devon Harris knew that he wanted to make something of himself by becoming a soldier. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What he did not know is that one day he would make history by becoming one of the four Jamaican men to make their Olympic debut competing in bobsled, despite never seeing the snow thus inspiring the movie <strong>Cool Runnings</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8307,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Jamaican-Bobsled-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8307\" /><figcaption>Historic Jamaican bobsled team at their Olympic debut in 1988</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Today, he is a motivational speaker bent on sending the message that persons should keep on pushing no matter what obstacles lie in their way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I was living the dream of representing Jamaica at the Olympics doing something I love\"</p><cite>— Devon Harris</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Harris, who grew up in the volatile community of Waterhouse, Kingston Jamaica has himself overcome his own obstacles turning to sports like football and athletics while so many of his peers turned to the gun.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8308,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Keep-On-Pushing-Motivational-Speaker-Buzz-Caribbean.jpg\" alt=\"Devon Harris delivering a motivational speech Keep On Pushing\" class=\"wp-image-8308\" /><figcaption>Devon Harris delivering a motivational speech</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From seven-months-old to five-years-old Harris lived with his grandmother in Haughton, St Elizabeth, Jamaica. He recalls she would always tell him stories of soldiers and how strong and determined they were and that even when they were hurt they would get back up and fight. He was so intrigued by her stories that he envisioned himself as a soldier.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“From the very beginning I knew what I wanted to become,” Harris said. “I wanted to be a soldier.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8310,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Jamaica-Keep-Pushing-Soldier-Bobsled-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8310\" /><figcaption>A younger Devon Harris as a soldier in the Jamaica Defence Force (JDF)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Immediately after graduating from Ardenne High school, Harris joined the Jamaica Defence Force. He was sent overseas and spent a year in the Royal Military Academy Sandhurst in the UK before returning to Jamaica as second in command lieutenant. He served for eight years. It was while in the army that he was recruited to be a part of the Bobsled team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 1988, things took a cool turn, when he was on the first Jamaican bobsled team that made it to the Winter Olympics in Calgary, Canada. He told <strong>BUZZ </strong>that this was one of the best experiences of his life. And one he recalls with great joy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8311,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Bobsled-Team-Buzz-Caribbean.png\" alt=\"\" class=\"wp-image-8311\" /><figcaption>Devon and teammates in their bobsled preparation for the Winter Olympics.</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It was different. Calgary had the biggest impact because it was unusual to have a Jamaican Bobsled team,” he recalled. “I was living the dream of representing Jamaica at the Olympics doing something I love and getting to do it twice again.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Twice again - because in 1992 the team represented Jamaica in the France Winter Olympics and in Japan in 1998.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But how did he know he would be able to bobsleigh having not grown up in a country with icy climes?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8314,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Yes-I-Can-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8314\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“You just cannot know until you try,” he\nsaid. “We had to convince ourselves in our heads that we would strive to\nachieve. But you can’t know for a fact until you do it. Sometimes you may fail\nor sometimes you may fall short but you have to get up and push on.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Harris has not stopped pushing - pushing to have young people believe in themselves. And so after Olympics in 1998, he started on the pathway of motivational speaking in schools and at various events and has written two children’s books called <strong><em>‘Yes I Can - the story of the Bobsled team’ </em></strong>and <strong><em>‘Keep on Pushing - Hot lessons from Cool Runnings’.</em></strong> He said he intends to write other motivational books.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8315,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Keep-On-Pushing-Buzz-Caribbean.jpg\" alt=\"Cover of Devon Harris\' motivational book Keep On Pushing\" class=\"wp-image-8315\" /><figcaption>Cover of Devon Harris\' motivational book Keep On Pushing</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Harris, who is married with five children, is also the founder and president of the Keep on Pushing Foundation in New York where he has been residing since 1992. This Foundation helps to raise money to support kids in need both in New York and back in Jamaica to include his former primary school Drews Avenue Primary providing school supplies and other necessary items.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Sometimes you may fail or sometimes you may fall short but you have to get up and push on” </p><cite>— Devon Harris</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Harris says he goes back to Jamaica a few\ntimes per year to speak and visit his old schools.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His motivational talks include topics like\npursuing your dream; overcoming adversity; teamwork; and leadership.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“ A lot of people like the topic of keep on pushing,” he said. “It is not something that is new to me based on my own personal experience and knowledge. When you try to do something, sometimes people will try to keep you down or discourage you and so sometimes you just have to fight.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8317,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Motivational-Speaker-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8317\" /><figcaption>Devon Harris maintains his mantra that despite the obstacles - Keep On Pushing</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Harris still keeps in touch with his former teammates who did Jamaica proud in the Olympics - Michael White, Freddy Powell, and brothers Dudley and Chris Stokes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Harris has one critical message for young people: “Keep on pushing no matter what the obstacles.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<strong><em> Story written by Donna Hussey-Whyte </em></strong></p>\n<!-- /wp:paragraph -->','\'Keep on pushing,\' says former bobsled athlete','','inherit','closed','closed','','8301-revision-v1','','','2019-09-10 13:36:09','2019-09-10 18:36:09','',8301,'https://buzz-caribbean.com/article/8301-revision-v1/',0,'revision','',0),(8350,11,'2019-09-10 13:36:34','2019-09-10 18:36:34','','Collie Smith Statute Buzz Caribbean','','inherit','open','closed','','collie-smith-statute-buzz-caribbean','','','2019-09-10 13:36:34','2019-09-10 18:36:34','',8215,'https://buzz-caribbean.com/app/uploads/2019/09/Collie-Smith-Statute-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8351,11,'2019-09-10 13:37:02','2019-09-10 18:37:02','<!-- wp:paragraph -->\n<p>Today (September 9) marks 60 years since the tragic death of Boys’ Town, Jamaica and West Indies all-rounder, O’Neil Gordon “Collie” Smith. The talented all-rounder was only 26 when he succumbed to injuries sustained in a car crash on this day in 1959.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8216,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Collie-Smith-Anniversary-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8216\" /><figcaption>Legendary all-rounder O\'Neil \'Collie\' Smith</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Smith was in the backseat of a car driven by Garfield Sobers, his West Indies colleague. Also in the vehicle was fast-bowler Tom Dewdney, another Jamaican and West Indies player.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The three, who were in England playing in\nthe Lancashire League, were headed to London for a charity match when the\nvehicle collided with a cattle truck. Smith suffered spinal injuries and\nslipped into a coma from which he never regained consciousness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He played 26 Test matches for the West Indies, mainly as a hard-hitting, right-handed, middle-order batsman. He scored 1,331 runs including four centuries at an average of 31.69.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Collie felt good that he represented Jamaica and the West Indies\"</p><cite>— Lyndel Wright, younger brother of O\'Neil \'Collie\' Smith</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>A useful offspinner, he took 48 wickets\nfor the West Indies at 33.85.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Smith was from Denham Town in West\nKingston and attended Kingston College which he played for. He was first thrust\ninto the national spotlight playing for Boys’ Town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8217} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Murals-Collie-Smith-Drive.jpg\" alt=\"\" class=\"wp-image-8217\" /><figcaption>Murals along Collie Smith Drive, a roadway named in honour of the legendary West Indian cricketer</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Because Smith did not play for an elite\nclub in Jamaica’s Senior Cup competition, his younger brother Lyndel Wright\nsaid that made him even more determined to succeed for Jamaica and the West\nIndies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Collie felt good that he represented\nJamaica and the West Indies. He was aware of the expectations because he was\nfrom Boys’ Town and he couldn’t afford to bring shame on the community,” Wright\nexplained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8350,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Collie-Smith-Statute-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-8350\" /><figcaption>Statue of Collie Smith being unveiled last year at Boys\' Town, Trench Town at the cricketer\'s former club</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Smith played his first match for Jamaica\nin the 1954-55 regional season, and made his debut for the West Indies against\nAustralia in 1955 at Sabina Park, his home ground. He scored 104 in the second\ninnings, as the West Indies lost by nine wickets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On September 21, the Symptai/Boys’ Town\nT20 Community Cricket Competition bowls off at Collie Smith Drive in Trench\nTown, Kingston. Ten teams will play for the Collie Smith Memorial Trophy.</p>\n<!-- /wp:paragraph -->','Too short an innings: O\'Neil \"Collie\" Smith','','inherit','closed','closed','','8215-revision-v1','','','2019-09-10 13:37:02','2019-09-10 18:37:02','',8215,'https://buzz-caribbean.com/article/8215-revision-v1/',0,'revision','',0),(8352,21,'2019-09-10 15:37:52','2019-09-10 20:37:52','<!-- wp:paragraph -->\n<p>The Scientific Research Council (SRC) is appealing to local producers of personal care products, such as soaps and lotions, to reach out to them to confirm the safety of their formulations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8353} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bar-clean-close-up-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-8353\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Executive Director at the SRC, Dr Cliff Riley, said that the SRC is there to ensure that the science is right and that the various processes in putting together their formulations make stable effective soaps that are safe for use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8354} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Cliff-Riley-SRC-Buzz-Caribbean-1024x772.jpg\" alt=\"\" class=\"wp-image-8354\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Once any product comes in contact with the human body, it has to be safe; otherwise we can have persons putting concoctions together that cause more harm than good,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8356} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/generic-skin-care-bottles-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8356\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Divisional Manager, Product Research and Development at the SRC, Dr. Charra Watson, said that as much as it might seem simple to do, there are a lot of things to take into consideration, because if you are not proportioning your lyes to oils properly, “you may make a soap that is very caustic and may be very dangerous”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The SRC, which has been hosting personal care workshops for seven years, has the capacity to test and correct formulations for safe public consumption.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “You may make a soap that is very caustic and may be very dangerous”</p><cite>—  Dr. Charra Watson, Divisional Manager, Product Research and Development at the SRC </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Bar-soap making; food processing; sauce production; meat processing; production of jams, jellies, personal care products and body washes are some of the areas on which the SRC workshops focus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8357} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jams-SRC-Buzz-Caribbean-1024x672.jpg\" alt=\"\" class=\"wp-image-8357\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For her part, Manager for Marketing and Corporate Communications at the SRC, Carolyn Rose Miller, said that this appeal “is part of the SRC’s thrust in enabling public safety, and enabling compliance to industry standards”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8358} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Carolyn-Rose-Miller-Buzz-Caribbean-1024x678.jpg\" alt=\"\" class=\"wp-image-8358\" /><figcaption> Carolyn Rose Miller, Manager for Marketing and Corporate Communications at the SRC</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She argued that these workshops are a good place to start your business, adding that the SRC will also provide guidance on packaging, including canning and labelling, to ensure compliance based on industry standards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8359} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/oilsSRC-Buzz-Caribbean-1024x674.jpg\" alt=\"\" class=\"wp-image-8359\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mrs Rose Miller added that the workshops are useful, especially for the niche markets, noting that participants “are taught how to use local herbs and oils to target various areas, such as skin conditions”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The next SRC workshop will be on lotions and body creams on October 3. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For additional information on the SRC’s workshops, persons may visit the SRC’s Facebook page.</p>\n<!-- /wp:paragraph -->','Local manufacturers urged to make products that are safe for use','','publish','open','closed','','local-manufacturers-urged-to-make-products-that-are-safe-for-use','','','2019-09-10 15:37:52','2019-09-10 20:37:52','',0,'https://buzz-caribbean.com/?p=8352',0,'post','',0),(8353,11,'2019-09-10 13:43:56','2019-09-10 18:43:56','','bar-clean-close-up-Buzz-Caribbean','','inherit','open','closed','','bar-clean-close-up-buzz-caribbean','','','2019-09-10 13:43:56','2019-09-10 18:43:56','',8352,'https://buzz-caribbean.com/app/uploads/2019/09/bar-clean-close-up-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8354,11,'2019-09-10 13:47:53','2019-09-10 18:47:53','','Cliff-Riley-SRC-Buzz-Caribbean','','inherit','open','closed','','cliff-riley-src-buzz-caribbean','','','2019-09-10 13:47:53','2019-09-10 18:47:53','',8352,'https://buzz-caribbean.com/app/uploads/2019/09/Cliff-Riley-SRC-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8355,23,'2019-09-10 14:52:58','2019-09-10 19:52:58','<!-- wp:image {\"id\":7900} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting2-1024x682.jpg\" alt=\"\" class=\"wp-image-7900\" /><figcaption>Peter Bunting is said to be in a better position following his loss to Dr Peter Phillips in the PNP presidential race.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At least two political commentators are of the view that Peter Bunting has a bright political future despite his crushing loss in the People’s National Party presidential election.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting lost to Dr Peter Phillips by a narrow margin in a bruising political contest on Saturday (Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But political analyst and columnist, Mark Wignall, believes Bunting is even better positioned to take over the reins of the party. He\'s of the view that going forward Bunting will wield considerable influence in the PNP. “As for Bunting, he will have clout behind the scenes in negotiating power positions and horse-trading for his key people,” Wignall told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting is considered a front-runner for president following his good showing in Saturday\'s election and will be even more so if Phillips lose a general election to the Andrew Holness led Jamaica Labour Party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8368} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-1060x6551-1024x633.jpg\" alt=\"\" class=\"wp-image-8368\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Opinion polls have shown that Holness is more popular than Phillips, especially among young voters. Former Junior Foreign Affairs minister, </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I do not think his position in the party is in any peril.\'</p><cite>—Arnaldo Brown</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Former Government minister and political commentator Arnaldo Brown believes Bunting’s position in the PNP is safe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I do not think his position in the party is in any peril. This has not been the first that there has been a challenge. The party president now has to define what his role is. I believe Comrade Bunting is committed to the party. I also believe that contests are desirable. It is out of contests that we get legitimacy,” Brown said.</p>\n<!-- /wp:paragraph -->','Analyst says Bunting is better positioned to take over PNP','','publish','open','closed','','analyst-says-bunting-is-better-positioned-to-take-over-pnp','','','2019-09-10 14:52:59','2019-09-10 19:52:59','',0,'https://buzz-caribbean.com/?p=8355',0,'post','',0),(8356,11,'2019-09-10 14:07:34','2019-09-10 19:07:34','','generic-skin-care-bottles-Buzz-Caribbean','','inherit','open','closed','','generic-skin-care-bottles-buzz-caribbean','','','2019-09-10 14:07:34','2019-09-10 19:07:34','',8352,'https://buzz-caribbean.com/app/uploads/2019/09/generic-skin-care-bottles-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8357,11,'2019-09-10 14:10:20','2019-09-10 19:10:20','','jams-SRC-Buzz-Caribbean','','inherit','open','closed','','jams-src-buzz-caribbean','','','2019-09-10 14:10:20','2019-09-10 19:10:20','',8352,'https://buzz-caribbean.com/app/uploads/2019/09/jams-SRC-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8358,11,'2019-09-10 14:11:09','2019-09-10 19:11:09','','Carolyn-Rose-Miller-Buzz-Caribbean','','inherit','open','closed','','carolyn-rose-miller-buzz-caribbean','','','2019-09-10 14:11:09','2019-09-10 19:11:09','',8352,'https://buzz-caribbean.com/app/uploads/2019/09/Carolyn-Rose-Miller-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8359,11,'2019-09-10 14:14:39','2019-09-10 19:14:39','','oilsSRC-Buzz-Caribbean','','inherit','open','closed','','oilssrc-buzz-caribbean','','','2019-09-10 14:14:39','2019-09-10 19:14:39','',8352,'https://buzz-caribbean.com/app/uploads/2019/09/oilsSRC-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8360,23,'2019-09-10 14:31:37','2019-09-10 19:31:37','<!-- wp:image {\"id\":8361} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/spragga-benz-20190910-1024x912.jpg\" alt=\"Jamaican entertainer Spragga Benz\" class=\"wp-image-8361\" /><figcaption>Jamaican entertainer Spragga Benz (Photo: Instagram @spraggabenz3)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Several Jamaican entertainers are expected to perform\nat the Bahamas Relief Concert in Florida on Wednesday, September 11.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The concert, which will be held at House of Blues\nOrlando, is being organised by Star 94.5 Live. The Jamaican acts who will be featured\non the event are Wayne Wonder,&nbsp;Spragga Benz, Red Rat and&nbsp;Cham. The\nother entertainers on the event are Lucky Daye, Cece Teneal and Soul Kamotion,\nTara Lynn, Pascalli, Kevy Kev, Adam O and Footwrk.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8362} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/wayne-wonder-20190910-1024x1024.png\" alt=\"Wayne Wonder is one of the Jamaican acts who will be performing at the benefit concert. \" class=\"wp-image-8362\" /><figcaption>Wayne Wonder is one of the Jamaican acts who will be performing at the benefit concert. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The benefit concert is being held to help the Bahamas\nto recover after being slammed by Hurricane Dorian last week. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the event, patrons are being asked to donate items like portable generators, battery-operated fans, portable potty, water containers, first aid items, water purification kits and clothing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Jamaican acts to perform at benefit concert for the Bahamas','','publish','open','closed','','jamaican-acts-to-perform-at-benefit-concert-for-the-bahamas','','','2019-09-11 07:56:13','2019-09-11 12:56:13','',0,'https://buzz-caribbean.com/?p=8360',0,'post','',0),(8361,9,'2019-09-10 14:23:05','2019-09-10 19:23:05','','spragga-benz-20190910','','inherit','open','closed','','spragga-benz-20190910','','','2019-09-10 14:23:05','2019-09-10 19:23:05','',8360,'https://buzz-caribbean.com/app/uploads/2019/09/spragga-benz-20190910.jpg',0,'attachment','image/jpeg',0),(8362,9,'2019-09-10 14:23:17','2019-09-10 19:23:17','','wayne-wonder-20190910','','inherit','open','closed','','wayne-wonder-20190910','','','2019-09-10 14:23:17','2019-09-10 19:23:17','',8360,'https://buzz-caribbean.com/app/uploads/2019/09/wayne-wonder-20190910.png',0,'attachment','image/png',0),(8363,9,'2019-09-10 14:28:34','2019-09-10 19:28:34','<!-- wp:image {\"id\":8361} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/spragga-benz-20190910-1024x912.jpg\" alt=\"Jamaican entertainer Spragga Benz\" class=\"wp-image-8361\" /><figcaption>Jamaican entertainer Spragga Benz (Photo: Instagram @spraggabenz3)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Several Jamaican entertainers are expected to perform\nat the Bahamas Relief Concert in Florida on Wednesday, September 11.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The concert, which will be held at House of Blues\nOrlando, is being organised by Star 94.5 Live. The Jamaican acts who will be featured\non the event are Wayne Wonder,&nbsp;Spragga Benz, Red Rat and&nbsp;Cham. The\nother entertainers on the event are Lucky Daye, Cece Teneal and Soul Kamotion,\nTara Lynn, Pascalli, Kevy Kev, Adam O and Footwrk.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8362} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/wayne-wonder-20190910-1024x1024.png\" alt=\"Wayne Wonder is one of the Jamaican acts who will be performing at the benefit concert. \" class=\"wp-image-8362\" /><figcaption>Wayne Wonder is one of the Jamaican acts who will be performing at the benefit concert. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The benefit concert is being held to help the Bahamas\nto recover after being slammed by Hurricane Dorian last week. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the event, patrons are being asked to donate items like portable generators, battery-operated fans, portable potty, water containers, first aid items, water purification kits and clothing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Jamaican acts to perform at benefit concert for the Bahamas','','inherit','closed','closed','','8360-revision-v1','','','2019-09-10 14:28:34','2019-09-10 19:28:34','',8360,'https://buzz-caribbean.com/article/8360-revision-v1/',0,'revision','',0),(8364,11,'2019-09-10 14:31:20','2019-09-10 19:31:20','<!-- wp:paragraph -->\n<p>The Scientific Research Council (SRC) is appealing to local producers of personal care products, such as soaps and lotions, to reach out to them to confirm the safety of their formulations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8353} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bar-clean-close-up-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-8353\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Executive Director at the SRC, Dr Cliff Riley said that the SRC is there to ensure that the science is right and that the various processes in putting together their formulations make stable effective soaps that are safe for use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8354} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Cliff-Riley-SRC-Buzz-Caribbean-1024x772.jpg\" alt=\"\" class=\"wp-image-8354\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Once any product comes in contact with the human body, it has to be safe; otherwise we can have persons putting concoctions together that cause more harm than good,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8356} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/generic-skin-care-bottles-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8356\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Divisional Manager, Product Research and Development at the SRC, Dr. Charra Watson, said that as much as it might seem simple to do, there are a lot of things to take into consideration, because if you are not proportioning your lyes to oils properly, “you may make a soap that is very caustic and may be very dangerous”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The SRC, which has been hosting personal care workshops for seven years, has the capacity to test and correct formulations for safe public consumption.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “You may make a soap that is very caustic and may be very dangerous”</p><cite>—  Dr. Charra Watson, Divisional Manager, Product Research and Development at the SRC </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Bar-soap making; food processing; sauce production; meat processing; production of jams, jellies, personal care products and body washes are some of the areas on which the SRC workshops focus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8357} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jams-SRC-Buzz-Caribbean-1024x672.jpg\" alt=\"\" class=\"wp-image-8357\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For her part, Manager for Marketing and Corporate Communications at the SRC, Carolyn Rose Miller, said that this appeal “is part of the SRC’s thrust in enabling public safety, and enabling compliance to industry standards”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8358} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Carolyn-Rose-Miller-Buzz-Caribbean-1024x678.jpg\" alt=\"\" class=\"wp-image-8358\" /><figcaption> Carolyn Rose Miller, Manager for Marketing and Corporate Communications at the SRC</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She argued that these workshops are a good place to start your business, adding that the SRC will also provide guidance on packaging, including canning and labelling, to ensure compliance based on industry standards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8359} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/oilsSRC-Buzz-Caribbean-1024x674.jpg\" alt=\"\" class=\"wp-image-8359\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mrs Rose Miller added that the workshops are useful, especially for the niche markets, noting that participants “are taught how to use local herbs and oils to target various areas, such as skin conditions”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The next SRC workshop will be on lotions and body creams on October 3. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For additional information on the SRC’s workshops, persons may visit the SRC’s Facebook page.</p>\n<!-- /wp:paragraph -->','Local manufacturers urged to confirm safety of formulations','','inherit','closed','closed','','8352-revision-v1','','','2019-09-10 14:31:20','2019-09-10 19:31:20','',8352,'https://buzz-caribbean.com/article/8352-revision-v1/',0,'revision','',0),(8366,4,'2019-09-10 14:32:01','2019-09-10 19:32:01','<!-- wp:paragraph -->\n<p>At least two political commentators are of the view that Peter Bunting has a bright political future despite his crushing loss in the People’s National Party presidential election.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting lost to Dr Peter Phillips by a narrow margin in a bruising political contest on Saturday (Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But political analyst and columnist, Mark Wignall, believes Bunting is even better positioned to take over the reins of the party. He\'s of the view that going forward Bunting will wield considerable influence in the PNP. “As for Bunting, he will have clout behind the scenes in negotiating power positions and horse-trading for his key people,” Wignall told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting is considered a front-runner for president following his good showing in Saturday\'s election and will be even more so if Phillips lose a general election to the Andrew Holness led Jamaica Labour Party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Opinion polls have shown that Holness is more popular than Phillips, especially among young voters. Former Junior Foreign Affairs minister, </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I do not think his position in the party is in any peril.\'</p><cite>—Arnaldo Brown</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Former Government minister and political commentator Arnaldo Brown believes Bunting’s position in the PNP is safe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I do not think his position in the party is in any peril. This has not been the first that there has been a challenge. The party president now has to define what his role is. I believe Comrade Bunting is committed to the party. I also believe that contests are desirable. It is out of contests that we get legitimacy,” Brown said.</p>\n<!-- /wp:paragraph -->','Analyst says Bunting is better positioned to take over PNP','','inherit','closed','closed','','8355-revision-v1','','','2019-09-10 14:32:01','2019-09-10 19:32:01','',8355,'https://buzz-caribbean.com/article/8355-revision-v1/',0,'revision','',0),(8368,4,'2019-09-10 14:37:49','2019-09-10 19:37:49','','pnp-pete-pete12-1060x6551','','inherit','open','closed','','pnp-pete-pete12-1060x6551','','','2019-09-10 14:37:49','2019-09-10 19:37:49','',8355,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-1060x6551.jpg',0,'attachment','image/jpeg',0),(8369,4,'2019-09-10 14:41:34','2019-09-10 19:41:34','','pnp-election-bunting-featured-image','','inherit','open','closed','','pnp-election-bunting-featured-image','','','2019-09-10 14:41:34','2019-09-10 19:41:34','',8355,'https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting-featured-image.jpg',0,'attachment','image/jpeg',0),(8371,9,'2019-09-10 14:44:51','2019-09-10 19:44:51','<!-- wp:paragraph -->\n<p>The Scientific Research Council (SRC) is appealing to local producers of personal care products, such as soaps and lotions, to reach out to them to confirm the safety of their formulations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8353} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bar-clean-close-up-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-8353\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Executive Director at the SRC, Dr Cliff Riley, said that the SRC is there to ensure that the science is right and that the various processes in putting together their formulations make stable effective soaps that are safe for use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8354} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Cliff-Riley-SRC-Buzz-Caribbean-1024x772.jpg\" alt=\"\" class=\"wp-image-8354\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Once any product comes in contact with the human body, it has to be safe; otherwise we can have persons putting concoctions together that cause more harm than good,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8356} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/generic-skin-care-bottles-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8356\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Divisional Manager, Product Research and Development at the SRC, Dr. Charra Watson, said that as much as it might seem simple to do, there are a lot of things to take into consideration, because if you are not proportioning your lyes to oils properly, “you may make a soap that is very caustic and may be very dangerous”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The SRC, which has been hosting personal care workshops for seven years, has the capacity to test and correct formulations for safe public consumption.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “You may make a soap that is very caustic and may be very dangerous”</p><cite>—  Dr. Charra Watson, Divisional Manager, Product Research and Development at the SRC </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Bar-soap making; food processing; sauce production; meat processing; production of jams, jellies, personal care products and body washes are some of the areas on which the SRC workshops focus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8357} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jams-SRC-Buzz-Caribbean-1024x672.jpg\" alt=\"\" class=\"wp-image-8357\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For her part, Manager for Marketing and Corporate Communications at the SRC, Carolyn Rose Miller, said that this appeal “is part of the SRC’s thrust in enabling public safety, and enabling compliance to industry standards”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8358} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Carolyn-Rose-Miller-Buzz-Caribbean-1024x678.jpg\" alt=\"\" class=\"wp-image-8358\" /><figcaption> Carolyn Rose Miller, Manager for Marketing and Corporate Communications at the SRC</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She argued that these workshops are a good place to start your business, adding that the SRC will also provide guidance on packaging, including canning and labelling, to ensure compliance based on industry standards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8359} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/oilsSRC-Buzz-Caribbean-1024x674.jpg\" alt=\"\" class=\"wp-image-8359\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mrs Rose Miller added that the workshops are useful, especially for the niche markets, noting that participants “are taught how to use local herbs and oils to target various areas, such as skin conditions”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The next SRC workshop will be on lotions and body creams on October 3. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For additional information on the SRC’s workshops, persons may visit the SRC’s Facebook page.</p>\n<!-- /wp:paragraph -->','Local manufacturers urged to make products that are safe for use','','inherit','closed','closed','','8352-revision-v1','','','2019-09-10 14:44:51','2019-09-10 19:44:51','',8352,'https://buzz-caribbean.com/article/8352-revision-v1/',0,'revision','',0),(8372,21,'2019-09-10 16:46:23','2019-09-10 21:46:23','<!-- wp:paragraph -->\n<p>Cue the popular dancehall hit \"<a rel=\"noreferrer noopener\" aria-label=\"Breadfruit (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=IGdtxQM8TuI\" target=\"_blank\">Breadfruit</a>\" by entertainer Chi Ching Ching, as Minister of Industry, Commerce, Agriculture and Fisheries, Audley Shaw hails a new publication on the popular Jamaican staple.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8383} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Breadfruit-Chi-Ching-Ching-Jamaica-Buzz-Caribbean-1024x560.jpg\" alt=\"\" class=\"wp-image-8383\" /><figcaption>A clip from the video Breadfruit (Roast or Fry)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The publication, <strong>‘Breadfruit Germplasm Collection’</strong> was written by Professor Laura B. Roberts-Nkrumah of the Faculty of Food and Agriculture at the University of the West Indies (UWI), St. Augustine Campus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8375} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Breadfruit-Buzz-Caribbean-1024x768.jpg\" alt=\"\" class=\"wp-image-8375\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The publication is being viewed as a useful resource in increasing production of the tree crop as Jamaica looks to further reduce its food-import bill.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8381,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Book-Cover-Breadfruit-Germplasm.jpg\" alt=\"\" class=\"wp-image-8381\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It highlights the diverse characteristics of breadfruit and select cultivars, and is a valuable resource for Ministries of Agriculture in the tropics, agricultural-related organisations and institutions and individuals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It is pretty ironic that breadfruit was...introduced in Jamaica...against the background of a shortage of imported foodstuff\"</p><cite>— Hon. Audley Shaw, Minister of Industry, Commerce, Agriculture and Fisheries</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Minister Shaw noted that some 226 years ago after Captain Bligh brought breadfruit to the islands, information of the tree crop remains sparse, contributing to it being an underutilised crop.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> “It is pretty ironic that breadfruit was, in fact, first introduced in Jamaica and the Caribbean against the background of a shortage of imported foodstuff, as well as the shortage of locally grown food crops, as a result of the impact of both hurricanes and droughts, which destroyed those crops,” he noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Nutritionally, breadfruit is now being classified as a superfood\"</p><cite>— Hon. Audley Shaw, Minister of Industry, Commerce, Agriculture and Fisheries</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“The breadfruit was introduced as a staple, but was not embraced by the population. These days, we face somewhat similar issues of a high food-import bill and, of course, the negative impact of drought and hurricanes on our food supply,” Mr Shaw added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He noted that the breadfruit and other locally grown tree crops are part of the solution to these perennial challenges.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8414} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/breadfruit-halved-Jamaica-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-8414\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“What this publication does for us is to legitimise the growing recognition of the value and vast potential of the breadfruit. Nutritionally, breadfruit is now being classified as a superfood, and as outlined in the introduction to this publication, it is a source of nutrients ranging from protein, essential amino acids, carbohydrates, fibre, vitamins and minerals,” Mr. Shaw said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8415} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/roasting-breadfruit-Jamaica-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8415\" /><figcaption>Roasting is one of the most popular methods of preparing breadfruit in Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Professor Roberts-Nkrumah noted that the book is a basic tool “that we must have if we are going to embark on any annual (breadfruit) industry”. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For further information on the book, persons\ncan contact the UWI Press at (876) 977-2659, 702-4081/2 or email <strong><a href=\"mailto:donna.muirhead@uwimona.edu.jm\">donna.muirhead@uwimona.edu.jm</a></strong>.</p>\n<!-- /wp:paragraph -->','Yuh waan breadfruit?','','publish','open','closed','','yuh-waan-breadfruit','','','2019-09-10 16:46:24','2019-09-10 21:46:24','',0,'https://buzz-caribbean.com/?p=8372',0,'post','',0),(8373,4,'2019-09-10 14:52:58','2019-09-10 19:52:58','<!-- wp:image {\"id\":7900} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting2-1024x682.jpg\" alt=\"\" class=\"wp-image-7900\" /><figcaption>Peter Bunting is said to be in a better position following his loss to Dr Peter Phillips in the PNP presidential race.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At least two political commentators are of the view that Peter Bunting has a bright political future despite his crushing loss in the People’s National Party presidential election.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting lost to Dr Peter Phillips by a narrow margin in a bruising political contest on Saturday (Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But political analyst and columnist, Mark Wignall, believes Bunting is even better positioned to take over the reins of the party. He\'s of the view that going forward Bunting will wield considerable influence in the PNP. “As for Bunting, he will have clout behind the scenes in negotiating power positions and horse-trading for his key people,” Wignall told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bunting is considered a front-runner for president following his good showing in Saturday\'s election and will be even more so if Phillips lose a general election to the Andrew Holness led Jamaica Labour Party.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8368} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-1060x6551-1024x633.jpg\" alt=\"\" class=\"wp-image-8368\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Opinion polls have shown that Holness is more popular than Phillips, especially among young voters. Former Junior Foreign Affairs minister, </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I do not think his position in the party is in any peril.\'</p><cite>—Arnaldo Brown</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Former Government minister and political commentator Arnaldo Brown believes Bunting’s position in the PNP is safe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I do not think his position in the party is in any peril. This has not been the first that there has been a challenge. The party president now has to define what his role is. I believe Comrade Bunting is committed to the party. I also believe that contests are desirable. It is out of contests that we get legitimacy,” Brown said.</p>\n<!-- /wp:paragraph -->','Analyst says Bunting is better positioned to take over PNP','','inherit','closed','closed','','8355-revision-v1','','','2019-09-10 14:52:58','2019-09-10 19:52:58','',8355,'https://buzz-caribbean.com/article/8355-revision-v1/',0,'revision','',0),(8374,23,'2019-09-10 15:32:15','2019-09-10 20:32:15','<!-- wp:image {\"id\":8376} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/krazy-jerk-CC-20190910-1024x768.jpg\" alt=\" Andrew Gray, one of the operators of Krazy Jerk\" class=\"wp-image-8376\" /><figcaption> Andrew Gray, one of the operators of Krazy Jerk</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican flag proudly displayed\nover the front of the building and the black, green and gold menus standing\nwelcomingly on each table tells the story; this is definitely a Jamaican\nrestaurant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Krazy Jerk is a family-owned\nrestaurant in Calgary, Canada, that gives Jamaicans a small taste of home.\nKrazy Jerk began five years ago in one of the family member’s kitchen before branching\nout into what it is today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8377} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/krazy-jerk-BB-20190910-1024x768.jpg\" alt=\"With the Jamaican flag at the front of the building, you can\'t miss Krazy Jerk. \" class=\"wp-image-8377\" /><figcaption>With the Jamaican flag at the front of the building, you can\'t miss Krazy Jerk. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We serve authentic Jamaican meals,” said\nJenny Logan, one of the family members running the establishment. “It was\nstarted because we simply love cooking. It is owned and operated by aunties and\nnephews and cousins.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another family member, Andrew Gray, said: “Yes, it is authentic Jamaican country-style food.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that the restaurant is\nsupported by Jamaicans and non-Jamaicans who live in Calgary.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“They love it,” Gray told <strong>BUZZ</strong>.&nbsp;“They\nlove the jerk chicken, and they love the oxtail.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8378} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/krazy-jerk-AA-20190910-1024x768.jpg\" alt=\"The decor inside Krazy Jerk shows that it is definitely a Jamaican restaurant. \" class=\"wp-image-8378\" /><figcaption>The decor inside Krazy Jerk shows that it is definitely a Jamaican restaurant. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Gray said that cow foot is also a favourite.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“And I don’t just mean Jamaicans. I\nmean even the white Canadians and any other nationality. Once they eat it, they\nkeep coming back.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Krazy Jerk is opened Mondays to Thursdays from 10 a.m. to 9 p.m. and on Fridays and Saturdays from 9 a.m. to 10 p.m.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Donna Hussey-Stewart</em></strong></p>\n<!-- /wp:paragraph -->','Krazy Jerk gives Canada a taste of Jamaica','','publish','open','closed','','krazy-jerk-gives-canada-a-taste-of-jamaica','','','2019-09-11 08:10:02','2019-09-11 13:10:02','',0,'https://buzz-caribbean.com/?p=8374',0,'post','',0),(8375,11,'2019-09-10 15:21:07','2019-09-10 20:21:07','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera-2','','','2019-09-10 15:21:07','2019-09-10 20:21:07','',8372,'https://buzz-caribbean.com/app/uploads/2019/09/Breadfruit-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8376,9,'2019-09-10 15:21:29','2019-09-10 20:21:29','','krazy-jerk-CC-20190910','','inherit','open','closed','','krazy-jerk-cc-20190910','','','2019-09-10 15:21:29','2019-09-10 20:21:29','',8374,'https://buzz-caribbean.com/app/uploads/2019/09/krazy-jerk-CC-20190910.jpg',0,'attachment','image/jpeg',0),(8377,9,'2019-09-10 15:21:42','2019-09-10 20:21:42','','krazy-jerk-BB-20190910','','inherit','open','closed','','krazy-jerk-bb-20190910','','','2019-09-10 15:21:42','2019-09-10 20:21:42','',8374,'https://buzz-caribbean.com/app/uploads/2019/09/krazy-jerk-BB-20190910.jpg',0,'attachment','image/jpeg',0),(8378,9,'2019-09-10 15:21:59','2019-09-10 20:21:59','','krazy-jerk-AA-20190910','','inherit','open','closed','','krazy-jerk-aa-20190910','','','2019-09-10 15:21:59','2019-09-10 20:21:59','',8374,'https://buzz-caribbean.com/app/uploads/2019/09/krazy-jerk-AA-20190910.jpg',0,'attachment','image/jpeg',0),(8379,4,'2019-09-10 15:31:20','2019-09-10 20:31:20','<!-- wp:image {\"id\":8403} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/phillips-bunting-golding-neita-headley-1024x683.jpg\" alt=\"\" class=\"wp-image-8403\" /><figcaption>Dr Peter Phillips and Peter Bunting greet each other outside Parliament Tuesday afternoon, (Sept 10). Sharing in the moment are Natalie Neita, Mark Golding and PNP General Secretary Julian Robinson, partially hidden. (Photos: Anthony Henry)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>People’s National Party President Dr Peter Phillips and Peter Bunting walked into Parliament together Tuesday afternoon in a show of unity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both men are coming off a heated campaign for the presidency of the PNP that has divided the party. Bunting and other shadow ministers offered their resignation to Phillips following Bunting’s loss in the internal election on Saturday (Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But Phillips, in a set of tweets on Monday (Sept 9) asked the members to remain in their posts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Phillips and Bunting met Tuesday morning to discuss the way forward following the election. A source described the meeting as amicable and said that both men are to release a joint statement to the public.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>See gallery for additional photos:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[8416,8418,8419,8420,8422]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/parliament-bunting-phillips-golding-1024x683.jpg\" alt=\"\" data-id=\"8416\" data-link=\"https://buzz-caribbean.com/article/phillips-bunting-enter-parliament-together-in-a-show-of-unity/parliament-bunting-phillips-golding/\" class=\"wp-image-8416\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bunting-phillips-golding-parliament-1024x683.jpg\" alt=\"\" data-id=\"8418\" data-link=\"https://buzz-caribbean.com/article/phillips-bunting-enter-parliament-together-in-a-show-of-unity/bunting-phillips-golding-parliament/\" class=\"wp-image-8418\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/phillips-bunting-golding-parliament-1024x683.jpg\" alt=\"\" data-id=\"8419\" data-link=\"https://buzz-caribbean.com/article/phillips-bunting-enter-parliament-together-in-a-show-of-unity/phillips-bunting-golding-parliament/\" class=\"wp-image-8419\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/buntin-phillips-neita-headley-colin-campbell-1-1024x683.jpg\" alt=\"\" data-id=\"8420\" data-link=\"https://buzz-caribbean.com/article/phillips-bunting-enter-parliament-together-in-a-show-of-unity/buntin-phillips-neita-headley-colin-campbell-1/\" class=\"wp-image-8420\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/phillips-bunting-golding-neita-headley-featured-image-1-1024x548.jpg\" alt=\"\" data-id=\"8422\" data-link=\"https://buzz-caribbean.com/article/phillips-bunting-enter-parliament-together-in-a-show-of-unity/phillips-bunting-golding-neita-headley-featured-image-1/\" class=\"wp-image-8422\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>According to a source, the men entering Parliament together was planned and is a show of unity. The move is part of planned efforts to unify supporters of both camps who were left bitter by the campaign and election outcome. </p>\n<!-- /wp:paragraph -->','Phillips, Bunting enter Parliament together in a show of unity','','publish','open','closed','','phillips-bunting-enter-parliament-together-in-a-show-of-unity','','','2019-09-10 16:45:15','2019-09-10 21:45:15','',0,'https://buzz-caribbean.com/?p=8379',0,'post','',0),(8380,11,'2019-09-10 15:22:33','2019-09-10 20:22:33','','Breadfruit-Germplasm-Collection-Cover','','inherit','open','closed','','breadfruit-germplasm-collection-cover','','','2019-09-10 15:22:33','2019-09-10 20:22:33','',8372,'https://buzz-caribbean.com/app/uploads/2019/09/Breadfruit-Germplasm-Collection-Cover.jpg',0,'attachment','image/jpeg',0),(8381,11,'2019-09-10 15:23:44','2019-09-10 20:23:44','','Book-Cover-Breadfruit-Germplasm','','inherit','open','closed','','book-cover-breadfruit-germplasm','','','2019-09-10 15:23:44','2019-09-10 20:23:44','',8372,'https://buzz-caribbean.com/app/uploads/2019/09/Book-Cover-Breadfruit-Germplasm.jpg',0,'attachment','image/jpeg',0),(8382,9,'2019-09-10 15:30:52','2019-09-10 20:30:52','<!-- wp:image {\"id\":8376} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/krazy-jerk-CC-20190910-1024x768.jpg\" alt=\" Andrew Gray, one of the operators of Krazy Jerk\" class=\"wp-image-8376\" /><figcaption> Andrew Gray, one of the operators of Krazy Jerk</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican flag proudly displayed\nover the front of the building and the black, green and gold menus standing\nwelcomingly on each table tells the story; this is definitely a Jamaican\nrestaurant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Krazy Jerk is a family-owned\nrestaurant in Calgary, Canada, that gives Jamaicans a small taste of home.\nKrazy Jerk began five years ago in one of the family member’s kitchen before branching\nout into what it is today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8377} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/krazy-jerk-BB-20190910-1024x768.jpg\" alt=\"With the Jamaican flag at the front of the building, you can\'t miss Krazy Jerk. \" class=\"wp-image-8377\" /><figcaption>With the Jamaican flag at the front of the building, you can\'t miss Krazy Jerk. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We serve authentic Jamaican meals,” said\nJenny Logan, one of the family members running the establishment. “It was\nstarted because we simply love cooking. It is owned and operated by aunties and\nnephews and cousins.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another family member, Andrew Gray, said: “Yes, it is authentic Jamaican country-style food.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that the restaurant is\nsupported by Jamaicans and non-Jamaicans who live in Calgary.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“They love it,” Gray told <strong>BUZZ</strong>.&nbsp;“They\nlove the jerk chicken, and they love the oxtail.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8378} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/krazy-jerk-AA-20190910-1024x768.jpg\" alt=\"The decor inside Krazy Jerk shows that it is definitely a Jamaican restaurant. \" class=\"wp-image-8378\" /><figcaption>The decor inside Krazy Jerk shows that it is definitely a Jamaican restaurant. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Gray said that cow foot is also a favourite.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“And I don’t just mean Jamaicans. I\nmean even the white Canadians and any other nationality. Once they eat it, they\nkeep coming back.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Krazy Jerk is opened Mondays to\nThursdays from 10 a.m. to 9 p.m. and on Fridays and Saturdays from 9 a.m. to 10\np.m.</p>\n<!-- /wp:paragraph -->','Krazy Jerk gives Canada a taste of Jamaica','','inherit','closed','closed','','8374-revision-v1','','','2019-09-10 15:30:52','2019-09-10 20:30:52','',8374,'https://buzz-caribbean.com/article/8374-revision-v1/',0,'revision','',0),(8383,11,'2019-09-10 15:31:00','2019-09-10 20:31:00','','Breadfruit-Chi-Ching-Ching-Jamaica-Buzz-Caribbean','','inherit','open','closed','','breadfruit-chi-ching-ching-jamaica-buzz-caribbean','','','2019-09-10 15:31:00','2019-09-10 20:31:00','',8372,'https://buzz-caribbean.com/app/uploads/2019/09/Breadfruit-Chi-Ching-Ching-Jamaica-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8384,4,'2019-09-10 15:31:20','2019-09-10 20:31:20','<!-- wp:image {\"id\":5252} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/pnp-the-two-peters-buntingvsphillips-buzz-official-1024x614.jpg\" alt=\"\" class=\"wp-image-5252\" /><figcaption>Bunting and Phillips entered Parliament Tuesday in a show of unity.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>People’s National Party President Dr Peter Phillips and Peter Bunting walked into Parliament together Tuesday afternoon in a show of unity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both men are coming off a heated campaign for the presidency of the PNP that has divided the party. Bunting and other shadow ministers offered their resignation to Phillips following Bunting’s loss in the internal election on Saturday (Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But Phillips, in a set of tweets on Monday (Sept 9) asked the members to remain in their posts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Phillips and Bunting met Tuesday morning to discuss the way forward following the election. A\nsource described the meeting as amicable and said that both men are to release\na joint statement to the public.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a source, the men entering Parliament together was planned and is a show of unity. The move is part of planned efforts to unify supporters of both camps who were left bitter by the campaign and election outcome. </p>\n<!-- /wp:paragraph -->','Phillips, Bunting enter Parliament together in a show of unity','','inherit','closed','closed','','8379-revision-v1','','','2019-09-10 15:31:20','2019-09-10 20:31:20','',8379,'https://buzz-caribbean.com/article/8379-revision-v1/',0,'revision','',0),(8386,9,'2019-09-10 15:33:04','2019-09-10 20:33:04','<!-- wp:image {\"id\":8376} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/krazy-jerk-CC-20190910-1024x768.jpg\" alt=\" Andrew Gray, one of the operators of Krazy Jerk\" class=\"wp-image-8376\" /><figcaption> Andrew Gray, one of the operators of Krazy Jerk</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican flag proudly displayed\nover the front of the building and the black, green and gold menus standing\nwelcomingly on each table tells the story; this is definitely a Jamaican\nrestaurant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Krazy Jerk is a family-owned\nrestaurant in Calgary, Canada, that gives Jamaicans a small taste of home.\nKrazy Jerk began five years ago in one of the family member’s kitchen before branching\nout into what it is today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8377} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/krazy-jerk-BB-20190910-1024x768.jpg\" alt=\"With the Jamaican flag at the front of the building, you can\'t miss Krazy Jerk. \" class=\"wp-image-8377\" /><figcaption>With the Jamaican flag at the front of the building, you can\'t miss Krazy Jerk. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We serve authentic Jamaican meals,” said\nJenny Logan, one of the family members running the establishment. “It was\nstarted because we simply love cooking. It is owned and operated by aunties and\nnephews and cousins.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another family member, Andrew Gray, said: “Yes, it is authentic Jamaican country-style food.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that the restaurant is\nsupported by Jamaicans and non-Jamaicans who live in Calgary.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“They love it,” Gray told <strong>BUZZ</strong>.&nbsp;“They\nlove the jerk chicken, and they love the oxtail.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8378} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/krazy-jerk-AA-20190910-1024x768.jpg\" alt=\"The decor inside Krazy Jerk shows that it is definitely a Jamaican restaurant. \" class=\"wp-image-8378\" /><figcaption>The decor inside Krazy Jerk shows that it is definitely a Jamaican restaurant. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Gray said that cow foot is also a favourite.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“And I don’t just mean Jamaicans. I\nmean even the white Canadians and any other nationality. Once they eat it, they\nkeep coming back.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Krazy Jerk is opened Mondays to Thursdays from 10 a.m. to 9 p.m. and on Fridays and Saturdays from 9 a.m. to 10 p.m.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Donna Hussey-Whyte</em></strong></p>\n<!-- /wp:paragraph -->','Krazy Jerk gives Canada a taste of Jamaica','','inherit','closed','closed','','8374-revision-v1','','','2019-09-10 15:33:04','2019-09-10 20:33:04','',8374,'https://buzz-caribbean.com/article/8374-revision-v1/',0,'revision','',0),(8387,11,'2019-09-10 15:37:35','2019-09-10 20:37:35','','Product Bottles Buzz Caribbean','','inherit','open','closed','','product-bottles-buzz-caribbean','','','2019-09-10 15:37:35','2019-09-10 20:37:35','',8352,'https://buzz-caribbean.com/app/uploads/2019/09/product-bottles-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8388,23,'2019-09-10 16:18:33','2019-09-10 21:18:33','<!-- wp:image {\"id\":8390} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Linkage-Dayle-Angus.jpg\" alt=\"Lead designer of Linkage, Dayle Angus\" class=\"wp-image-8390\" /><figcaption> Lead designer of Linkage, Dayle Angus </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The island of Tobago brought a ray of sunshine to the\nfrigid air of the Big Apple last weekend, as one of its leading design houses,\nLinkage, showcased its latest collection offering ‘Òkùnkùn’ at the Designers’\nPremier during New York Fashion Week 2019. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lead designer of Linkage, Dayle Angus, was ecstatic for the unique opportunity to make her debut in the mainstream fashion world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The name of the collection, Òkùnkùn, translates to\ncentipede in Yoruba. The name was inspired by an incident that I had with an actual\ncentipede this year,” she laughingly explained </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8392} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Linkage-Dayle-Angus-NY-Fashionweek-1024x681.jpg\" alt=\"Dayle Angus (second left) assists one of her models.\" class=\"wp-image-8392\" /><figcaption>Dayle Angus (second left) assists one of her models.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Angus, a graduate of fashion design and fashion merchandising from Marymount University, readily admits that she has an affinity to subtlety and wanted to capture that preference in this collection. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The idea was to create an original print especially\nfor this, which was colourful and Caribbean, yet still had some muted tones to\nit,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8393} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/New-Linkage-Collection-Photoshoot.jpg\" alt=\"A model shows off a piece from Linkage.\" class=\"wp-image-8393\" /><figcaption>A model shows off a piece from Linkage.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After connecting with a fashion colleague, Amanda\nKing, in 2014, King reached out to Angus with the opportunity to showcase for\nthe upcoming Spring/Summer 2020 season. Angus believes that the authentic\nCaribbean experience that speaks through the body of her design work was a true\nattraction for the organisers and attendees at the event. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8394} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Linkage-Purple-Dress-NY-Runway-792x1024.jpg\" alt=\"This Linkage piece brought some Caribbean flavour to New York Fashion Week.\" class=\"wp-image-8394\" /><figcaption>This Linkage piece brought some Caribbean flavour to New York Fashion Week. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Since her showcase, Linkage has received a surge of\ninterest in collection pieces from both women and men. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Linkage is constantly evolving, and because my\naesthetic tends to be very geometric or mirrored off of architecture, now it\ngives me the opportunity to explore more,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the success of this latest collection, Angus intends to introduce a menswear collection under the fashion house in the near future.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“As a Tobagonian designer, I think that there is a lot of space for us as Caribbean creatives in the US, and if we can’t find it, we can create it for ourselves,” she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8395} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Linkage-Dayle-Angus-Collection.jpg\" alt=\"Dayle Angus plans to introduce a menswear collection in the future.\" class=\"wp-image-8395\" /><figcaption> Dayle Angus plans to introduce a menswear collection in the future.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In recognising New York as a space that appreciates a variety of expressions, Angus – who has only been designing professionally for three years - is hoping that this showcase is the beginning of something greater for emerging designers in the region. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Òkùnkùn is exclusively available by made to order, and customers can check out www.houseofabeje.com to place orders or visit Linkage’s Facebook and Instagram pages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<em><strong> Written by Tenille Clarke</strong></em> (@tenilleclarke1 on Instagram/Twitter)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Tenille Clarke is an avid wanderlust,\nCarnivalist and cultural enthusiast who pens about her ongoing love affair with\ntravel, culture and entertainment through a Caribbean lens. She is the\nPrincipal Publicist of Chambers Media Solutions and Managing Director of\nIndustry 360.</em></strong></p>\n<!-- /wp:paragraph -->','Tobago fashion house debuts new collection at NY Fashion Week','','publish','open','closed','','tobago-fashion-house-debuts-new-collection-at-ny-fashion-week','','','2019-09-10 16:18:33','2019-09-10 21:18:33','',0,'https://buzz-caribbean.com/?p=8388',0,'post','',0),(8389,11,'2019-09-10 15:53:41','2019-09-10 20:53:41','<!-- wp:paragraph -->\n<p>Cue the popular dancehall hit \"<a href=\"https://www.youtube.com/watch?v=IGdtxQM8TuI\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Breadfruit (opens in a new tab)\">Breadfruit</a>\" by dancehall artist Chi Ching Ching, as Minister of Industry, Commerce, Agriculture and Fisheries, Audley Shaw hails a new publication on the popular Jamaican staple.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8383} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Breadfruit-Chi-Ching-Ching-Jamaica-Buzz-Caribbean-1024x560.jpg\" alt=\"\" class=\"wp-image-8383\" /><figcaption>A clip from the video Breadfruit (Roast or Fry)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The publication, ‘Breadfruit Germplasm Collection’ was written by Professor Laura B. Roberts-Nkrumah of the Faculty of Food and Agriculture at the University of the West Indies (UWI), St. Augustine Campus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8375} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Breadfruit-Buzz-Caribbean-1024x768.jpg\" alt=\"\" class=\"wp-image-8375\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The publication is being viewed as a useful resource in increasing production of the tree crop as Jamaica looks to further reduce its food-import bill.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8381,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Book-Cover-Breadfruit-Germplasm.jpg\" alt=\"\" class=\"wp-image-8381\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It highlights the diverse characteristics of breadfruit and select cultivars, and is a valuable resource for Ministries of Agriculture in the tropics, agricultural-related organisations and institutions and individuals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It is pretty ironic that breadfruit was...introduced in Jamaica...against the background of a shortage of imported foodstuff\"</p><cite>— Hon. Audley Shaw, Minister of Industry, Commerce, Agriculture and Fisheries</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Minister Shaw, in his remarks at the launch, noted that some 226 years ago after Captain Bligh brought breadfruit to the islands, information of the tree crop remains sparse, contributing to it being an underutilised crop.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> “It is pretty ironic that breadfruit was, in fact, first introduced in Jamaica and the Caribbean against the background of a shortage of imported foodstuff, as well as the shortage of locally grown food crops, as a result of the impact of both hurricanes and droughts, which destroyed those crops,” he noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The breadfruit was introduced as a staple, but was not embraced by the population. These days, we face somewhat similar issues of a high food-import bill and, of course, the negative impact of drought and hurricanes on our food supply,” Mr Shaw added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Nutritionally, breadfruit is now being classified as a superfood\"</p><cite>— Hon. Audley Shaw, Minister of Industry, Commerce, Agriculture and Fisheries</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He noted that the breadfruit and other locally grown tree crops are part of the solution to these perennial challenges.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“What this publication does for us is to legitimise the growing recognition of the value and vast potential of the breadfruit. Nutritionally, breadfruit is now being classified as a superfood, and as outlined in the introduction to this publication, it is a source of nutrients ranging from protein, essential amino acids, carbohydrates, fibre, vitamins and minerals,” Mr. Shaw said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Professor Roberts-Nkrumah noted that the book is a basic tool “that we must have if we are going to embark on any annual (breadfruit) industry”. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For further information on the book, persons\ncan contact the UWI Press at (876) 977-2659, 702-4081/2 or email <strong><a href=\"mailto:donna.muirhead@uwimona.edu.jm\">donna.muirhead@uwimona.edu.jm</a></strong>.</p>\n<!-- /wp:paragraph -->','Yuh waan breadfruit?','','inherit','closed','closed','','8372-revision-v1','','','2019-09-10 15:53:41','2019-09-10 20:53:41','',8372,'https://buzz-caribbean.com/article/8372-revision-v1/',0,'revision','',0),(8390,9,'2019-09-10 15:53:47','2019-09-10 20:53:47','','Linkage-Dayle-Angus','','inherit','open','closed','','linkage-dayle-angus','','','2019-09-10 15:53:47','2019-09-10 20:53:47','',8388,'https://buzz-caribbean.com/app/uploads/2019/09/Linkage-Dayle-Angus.jpg',0,'attachment','image/jpeg',0),(8391,21,'2019-09-10 16:31:52','2019-09-10 21:31:52','<!-- wp:paragraph -->\n<p>It\'s official, Apple just unveiled three shiny, new iPhones. The iPhone 11; iPhone 11 Pro and 11 Pro Max. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The iPhone 11 is the successor to the\niPhone XR from last year, and it has big shoes to fill. According to Apple, the\nXR was the most popular iPhone after its 2018 launch. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8396} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-10.png\" alt=\"\" class=\"wp-image-8396\" /><figcaption>The back glass on iPhone 11 is precision milled from a single sheet of glass</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Buyers will be happy to know that the iPhone 11 starting price will be US$699, down from the US$749 price tag from the previous model. It has a similar 6.1” Liquid Retina display with True Tone technology and wide colour support. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8408} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Apple_iphone_11-water-resistant.jpg\" alt=\"\" class=\"wp-image-8408\" /><figcaption>iPhone 11 is water resistant and comes in six new stunning colors including PRODUCT(RED), black, white, yellow, green and purple.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The iPhone 11 packs a new dual-camera system with two 12MP sensors, one wide and the other ultra-wide (no telephoto this time). The 12MP wide-angle camera boasts 100 per cent Focus Pixels for faster autofocus in lower light situations while the ultra-wide will allow up to 2x more information in each shot. There’s also a night mode feature that brightens photos taken in low light.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8397} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-11.png\" alt=\"\" class=\"wp-image-8397\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The new phones come in purple, green,\nyellow, black, white and Product RED and will be available in 64GB, 128GB and\n256GB configurations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The more expensive iPhone 11 Pro and 11 Pro Max come with 5.8” and 6.5” displays respectively. Apple is calling their displays Super Retina XDR. Advancements include 1200 nit max brightness and an impressive 2 million-to-one contrast ratio, HDR panel. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8401} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Apple_iPhone-11-Pro_Most-Powerful-Advanced.jpg\" alt=\"\" class=\"wp-image-8401\" /><figcaption>Introducing iPhone 11 Pro and iPhone 11 Pro Max.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The iPhone 11 Pro/Pro Max phones have three cameras. The three new 12MP sensors are complemented by wide-angle, ultra-wide and telephoto lenses for three different shooting perspectives and better HDR. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8398} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-12.png\" alt=\"\" class=\"wp-image-8398\" /><figcaption>iPhone 11 Pro and iPhone 11 Pro Max come in gorgeous midnight green, space gray, silver and gold finishes.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 11 Pro and 11 Pro Max will come in 64GB, 256GB and 512GB and start at US$999 and US$1099 respectively. These phones come in midnight green, space grey, and gold, all with matte glass finishes on the backs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There’s a new 12MP TrueDepth front-facing camera system on all three phones, and it can shoot up to 4K 60 fps. It also shoots slow-motion videos up to 120 fps to create what Apple calls “Slofies”. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8400} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Apple_iPhone-11-Pro_Ultra-Wide_Buzz_Caribbean.jpg\" alt=\"\" class=\"wp-image-8400\" /><figcaption>The all-new Ultra Wide, Wide and Telephoto cameras offer a wider field of view, great for taking landscape or architecture photos, tight shots and more.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Face ID is also 30% faster with the new\niPhones and can read a user’s face at more angles for unlocking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both phones are powered by an all-new A13 Bionic chip with a neural engine which Apple claims is their most efficient chip ever in an iPhone while pushing 20% faster CPU and GPU performance than last years A12. It features a faster Neural Engine for better photos, videos and Machine Learning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8402} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Apple_iPhone-11-Pro_A13-Bionic.jpg\" alt=\"\" class=\"wp-image-8402\" /><figcaption>The Apple-designed A13 Bionic sets a new bar for smartphone performance and power efficiency.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>All three phones are rated IP68 for dust\nand water resistance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pre-orders begin on September 13, with\navailability on the 20<sup>th</sup>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Renor C.</em></strong></p>\n<!-- /wp:paragraph -->','Apple unveils three new iPhones','','publish','open','closed','','apple-unveils-three-new-iphones','','','2019-09-10 16:31:53','2019-09-10 21:31:53','',0,'https://buzz-caribbean.com/?p=8391',0,'post','',0),(8392,9,'2019-09-10 15:54:34','2019-09-10 20:54:34','','Linkage-Dayle-Angus-NY-Fashionweek','','inherit','open','closed','','linkage-dayle-angus-ny-fashionweek','','','2019-09-10 15:54:34','2019-09-10 20:54:34','',8388,'https://buzz-caribbean.com/app/uploads/2019/09/Linkage-Dayle-Angus-NY-Fashionweek.jpg',0,'attachment','image/jpeg',0),(8393,9,'2019-09-10 15:56:09','2019-09-10 20:56:09','','New-Linkage-Collection-Photoshoot','','inherit','open','closed','','new-linkage-collection-photoshoot','','','2019-09-10 15:56:09','2019-09-10 20:56:09','',8388,'https://buzz-caribbean.com/app/uploads/2019/09/New-Linkage-Collection-Photoshoot.jpg',0,'attachment','image/jpeg',0),(8394,9,'2019-09-10 15:56:26','2019-09-10 20:56:26','','Linkage-Purple-Dress-NY-Runway','','inherit','open','closed','','linkage-purple-dress-ny-runway','','','2019-09-10 15:56:26','2019-09-10 20:56:26','',8388,'https://buzz-caribbean.com/app/uploads/2019/09/Linkage-Purple-Dress-NY-Runway.jpg',0,'attachment','image/jpeg',0),(8395,9,'2019-09-10 15:56:37','2019-09-10 20:56:37','','Linkage-Dayle-Angus-Collection','','inherit','open','closed','','linkage-dayle-angus-collection','','','2019-09-10 15:56:37','2019-09-10 20:56:37','',8388,'https://buzz-caribbean.com/app/uploads/2019/09/Linkage-Dayle-Angus-Collection.jpg',0,'attachment','image/jpeg',0),(8396,11,'2019-09-10 15:57:10','2019-09-10 20:57:10','','image-10','','inherit','open','closed','','image-10','','','2019-09-10 15:57:10','2019-09-10 20:57:10','',8391,'https://buzz-caribbean.com/app/uploads/2019/09/image-10.png',0,'attachment','image/png',0),(8397,11,'2019-09-10 15:57:42','2019-09-10 20:57:42','','image-11','','inherit','open','closed','','image-11','','','2019-09-10 15:57:42','2019-09-10 20:57:42','',8391,'https://buzz-caribbean.com/app/uploads/2019/09/image-11.png',0,'attachment','image/png',0),(8398,11,'2019-09-10 15:59:10','2019-09-10 20:59:10','','image-12','','inherit','open','closed','','image-12','','','2019-09-10 15:59:10','2019-09-10 20:59:10','',8391,'https://buzz-caribbean.com/app/uploads/2019/09/image-12.png',0,'attachment','image/png',0),(8399,11,'2019-09-10 16:01:47','2019-09-10 21:01:47','','Apple_iPhone-11-Pro_Matte-Glass-Back','','inherit','open','closed','','apple_iphone-11-pro_matte-glass-back','','','2019-09-10 16:01:47','2019-09-10 21:01:47','',8391,'https://buzz-caribbean.com/app/uploads/2019/09/Apple_iPhone-11-Pro_Matte-Glass-Back.jpg',0,'attachment','image/jpeg',0),(8400,11,'2019-09-10 16:02:52','2019-09-10 21:02:52','','Apple_iPhone-11-Pro_Ultra-Wide_Buzz_Caribbean','','inherit','open','closed','','apple_iphone-11-pro_ultra-wide_buzz_caribbean','','','2019-09-10 16:02:52','2019-09-10 21:02:52','',8391,'https://buzz-caribbean.com/app/uploads/2019/09/Apple_iPhone-11-Pro_Ultra-Wide_Buzz_Caribbean.jpg',0,'attachment','image/jpeg',0),(8401,11,'2019-09-10 16:08:13','2019-09-10 21:08:13','','Apple_iPhone-11-Pro_Most-Powerful-Advanced','','inherit','open','closed','','apple_iphone-11-pro_most-powerful-advanced','','','2019-09-10 16:08:13','2019-09-10 21:08:13','',8391,'https://buzz-caribbean.com/app/uploads/2019/09/Apple_iPhone-11-Pro_Most-Powerful-Advanced.jpg',0,'attachment','image/jpeg',0),(8402,11,'2019-09-10 16:09:15','2019-09-10 21:09:15','','Apple IPhone 11 Pro A13 Bionic','','inherit','open','closed','','apple_iphone-11-pro_a13-bionic','','','2019-09-10 16:09:15','2019-09-10 21:09:15','',8391,'https://buzz-caribbean.com/app/uploads/2019/09/Apple_iPhone-11-Pro_A13-Bionic.jpg',0,'attachment','image/jpeg',0),(8403,4,'2019-09-10 16:15:52','2019-09-10 21:15:52','','phillips-bunting-golding-neita-headley','','inherit','open','closed','','phillips-bunting-golding-neita-headley','','','2019-09-10 16:15:52','2019-09-10 21:15:52','',8379,'https://buzz-caribbean.com/app/uploads/2019/09/phillips-bunting-golding-neita-headley.jpg',0,'attachment','image/jpeg',0),(8404,9,'2019-09-10 16:17:38','2019-09-10 21:17:38','','Cover Linkage Dayle Angus','','inherit','open','closed','','cover-linkage-dayle-angus','','','2019-09-10 16:17:38','2019-09-10 21:17:38','',8388,'https://buzz-caribbean.com/app/uploads/2019/09/Cover-Linkage-Dayle-Angus.jpg',0,'attachment','image/jpeg',0),(8405,9,'2019-09-10 16:17:47','2019-09-10 21:17:47','<!-- wp:image {\"id\":8390} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Linkage-Dayle-Angus.jpg\" alt=\"Lead designer of Linkage, Dayle Angus\" class=\"wp-image-8390\" /><figcaption> Lead designer of Linkage, Dayle Angus </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The island of Tobago brought a ray of sunshine to the\nfrigid air of the Big Apple last weekend, as one of its leading design houses,\nLinkage, showcased its latest collection offering ‘Òkùnkùn’ at the Designers’\nPremier during New York Fashion Week 2019. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lead designer of Linkage, Dayle Angus, was ecstatic for the unique opportunity to make her debut in the mainstream fashion world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The name of the collection, Òkùnkùn, translates to\ncentipede in Yoruba. The name was inspired by an incident that I had with an actual\ncentipede this year,” she laughingly explained </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8392} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Linkage-Dayle-Angus-NY-Fashionweek-1024x681.jpg\" alt=\"Dayle Angus (second left) assists one of her models.\" class=\"wp-image-8392\" /><figcaption>Dayle Angus (second left) assists one of her models.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Angus, a graduate of fashion design and fashion merchandising from Marymount University, readily admits that she has an affinity to subtlety and wanted to capture that preference in this collection. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The idea was to create an original print especially\nfor this, which was colourful and Caribbean, yet still had some muted tones to\nit,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8393} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/New-Linkage-Collection-Photoshoot.jpg\" alt=\"A model shows off a piece from Linkage.\" class=\"wp-image-8393\" /><figcaption>A model shows off a piece from Linkage.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>After connecting with a fashion colleague, Amanda\nKing, in 2014, King reached out to Angus with the opportunity to showcase for\nthe upcoming Spring/Summer 2020 season. Angus believes that the authentic\nCaribbean experience that speaks through the body of her design work was a true\nattraction for the organisers and attendees at the event. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8394} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Linkage-Purple-Dress-NY-Runway-792x1024.jpg\" alt=\"This Linkage piece brought some Caribbean flavour to New York Fashion Week.\" class=\"wp-image-8394\" /><figcaption>This Linkage piece brought some Caribbean flavour to New York Fashion Week. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Since her showcase, Linkage has received a surge of\ninterest in collection pieces from both women and men. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Linkage is constantly evolving, and because my\naesthetic tends to be very geometric or mirrored off of architecture, now it\ngives me the opportunity to explore more,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the success of this latest collection, Angus intends to introduce a menswear collection under the fashion house in the near future.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“As a Tobagonian designer, I think that there is a lot of space for us as Caribbean creatives in the US, and if we can’t find it, we can create it for ourselves,” she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8395} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Linkage-Dayle-Angus-Collection.jpg\" alt=\"Dayle Angus plans to introduce a menswear collection in the future.\" class=\"wp-image-8395\" /><figcaption> Dayle Angus plans to introduce a menswear collection in the future.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In recognising New York as a space that appreciates a variety of expressions, Angus – who has only been designing professionally for three years - is hoping that this showcase is the beginning of something greater for emerging designers in the region. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Òkùnkùn is exclusively available by made to order, and customers can check out www.houseofabeje.com to place orders or visit Linkage’s Facebook and Instagram pages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<em><strong> Written by Tenille Clarke</strong></em> (@tenilleclarke1 on Instagram/Twitter)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Tenille Clarke is an avid wanderlust,\nCarnivalist and cultural enthusiast who pens about her ongoing love affair with\ntravel, culture and entertainment through a Caribbean lens. She is the\nPrincipal Publicist of Chambers Media Solutions and Managing Director of\nIndustry 360.</em></strong></p>\n<!-- /wp:paragraph -->','Tobago fashion house debuts new collection at NY Fashion Week','','inherit','closed','closed','','8388-revision-v1','','','2019-09-10 16:17:47','2019-09-10 21:17:47','',8388,'https://buzz-caribbean.com/article/8388-revision-v1/',0,'revision','',0),(8407,4,'2019-09-10 16:21:31','2019-09-10 21:21:31','<!-- wp:image {\"id\":8403} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/phillips-bunting-golding-neita-headley-1024x683.jpg\" alt=\"\" class=\"wp-image-8403\" /><figcaption>Dr Peter Phillips and Peter Bunting greet each other outside Parliament Tuesday afternoon, (Sept 10). In the photo is Natalie Neita-Headley, Mrk Golding and PNP General Secretary Julian Robinson, partially hidden. (Photo: Anthony Henry)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>People’s National Party President Dr Peter Phillips and Peter Bunting walked into Parliament together Tuesday afternoon in a show of unity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both men are coming off a heated campaign for the presidency of the PNP that has divided the party. Bunting and other shadow ministers offered their resignation to Phillips following Bunting’s loss in the internal election on Saturday (Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But Phillips, in a set of tweets on Monday (Sept 9) asked the members to remain in their posts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Phillips and Bunting met Tuesday morning to discuss the way forward following the election. A\nsource described the meeting as amicable and said that both men are to release\na joint statement to the public.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a source, the men entering Parliament together was planned and is a show of unity. The move is part of planned efforts to unify supporters of both camps who were left bitter by the campaign and election outcome. </p>\n<!-- /wp:paragraph -->','Phillips, Bunting enter Parliament together in a show of unity','','inherit','closed','closed','','8379-revision-v1','','','2019-09-10 16:21:31','2019-09-10 21:21:31','',8379,'https://buzz-caribbean.com/article/8379-revision-v1/',0,'revision','',0),(8408,11,'2019-09-10 16:23:28','2019-09-10 21:23:28','','Apple_iphone_11-water-resistant','','inherit','open','closed','','apple_iphone_11-water-resistant','','','2019-09-10 16:23:28','2019-09-10 21:23:28','',8391,'https://buzz-caribbean.com/app/uploads/2019/09/Apple_iphone_11-water-resistant.jpg',0,'attachment','image/jpeg',0),(8409,4,'2019-09-10 16:24:20','2019-09-10 21:24:20','<!-- wp:image {\"id\":8403} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/phillips-bunting-golding-neita-headley-1024x683.jpg\" alt=\"\" class=\"wp-image-8403\" /><figcaption>Dr Peter Phillips and Peter Bunting greet each other outside Parliament Tuesday afternoon, (Sept 10). Sharing in the moment are Natalie Neita-Headley, Mrk Golding and PNP General Secretary Julian Robinson, partially hidden. (Photo: Anthony Henry)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>People’s National Party President Dr Peter Phillips and Peter Bunting walked into Parliament together Tuesday afternoon in a show of unity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both men are coming off a heated campaign for the presidency of the PNP that has divided the party. Bunting and other shadow ministers offered their resignation to Phillips following Bunting’s loss in the internal election on Saturday (Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But Phillips, in a set of tweets on Monday (Sept 9) asked the members to remain in their posts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Phillips and Bunting met Tuesday morning to discuss the way forward following the election. A\nsource described the meeting as amicable and said that both men are to release\na joint statement to the public.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a source, the men entering Parliament together was planned and is a show of unity. The move is part of planned efforts to unify supporters of both camps who were left bitter by the campaign and election outcome. </p>\n<!-- /wp:paragraph -->','Phillips, Bunting enter Parliament together in a show of unity','','inherit','closed','closed','','8379-revision-v1','','','2019-09-10 16:24:20','2019-09-10 21:24:20','',8379,'https://buzz-caribbean.com/article/8379-revision-v1/',0,'revision','',0),(8410,4,'2019-09-10 16:26:11','2019-09-10 21:26:11','','phillips-bunting-golding-neita-headley-featured-image','','inherit','open','closed','','phillips-bunting-golding-neita-headley-featured-image','','','2019-09-10 16:26:11','2019-09-10 21:26:11','',8379,'https://buzz-caribbean.com/app/uploads/2019/09/phillips-bunting-golding-neita-headley-featured-image.jpg',0,'attachment','image/jpeg',0),(8411,11,'2019-09-10 16:31:52','2019-09-10 21:31:52','<!-- wp:paragraph -->\n<p>It\'s official, Apple just unveiled three shiny, new iPhones. The iPhone 11; iPhone 11 Pro and 11 Pro Max. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The iPhone 11 is the successor to the\niPhone XR from last year, and it has big shoes to fill. According to Apple, the\nXR was the most popular iPhone after its 2018 launch. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8396} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-10.png\" alt=\"\" class=\"wp-image-8396\" /><figcaption>The back glass on iPhone 11 is precision milled from a single sheet of glass</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Buyers will be happy to know that the iPhone 11 starting price will be US$699, down from the US$749 price tag from the previous model. It has a similar 6.1” Liquid Retina display with True Tone technology and wide colour support. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8408} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Apple_iphone_11-water-resistant.jpg\" alt=\"\" class=\"wp-image-8408\" /><figcaption>iPhone 11 is water resistant and comes in six new stunning colors including PRODUCT(RED), black, white, yellow, green and purple.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The iPhone 11 packs a new dual-camera system with two 12MP sensors, one wide and the other ultra-wide (no telephoto this time). The 12MP wide-angle camera boasts 100 per cent Focus Pixels for faster autofocus in lower light situations while the ultra-wide will allow up to 2x more information in each shot. There’s also a night mode feature that brightens photos taken in low light.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8397} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-11.png\" alt=\"\" class=\"wp-image-8397\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The new phones come in purple, green,\nyellow, black, white and Product RED and will be available in 64GB, 128GB and\n256GB configurations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The more expensive iPhone 11 Pro and 11 Pro Max come with 5.8” and 6.5” displays respectively. Apple is calling their displays Super Retina XDR. Advancements include 1200 nit max brightness and an impressive 2 million-to-one contrast ratio, HDR panel. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8401} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Apple_iPhone-11-Pro_Most-Powerful-Advanced.jpg\" alt=\"\" class=\"wp-image-8401\" /><figcaption>Introducing iPhone 11 Pro and iPhone 11 Pro Max.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The iPhone 11 Pro/Pro Max phones have three cameras. The three new 12MP sensors are complemented by wide-angle, ultra-wide and telephoto lenses for three different shooting perspectives and better HDR. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8398} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-12.png\" alt=\"\" class=\"wp-image-8398\" /><figcaption>iPhone 11 Pro and iPhone 11 Pro Max come in gorgeous midnight green, space gray, silver and gold finishes.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 11 Pro and 11 Pro Max will come in 64GB, 256GB and 512GB and start at US$999 and US$1099 respectively. These phones come in midnight green, space grey, and gold, all with matte glass finishes on the backs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There’s a new 12MP TrueDepth front-facing camera system on all three phones, and it can shoot up to 4K 60 fps. It also shoots slow-motion videos up to 120 fps to create what Apple calls “Slofies”. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8400} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Apple_iPhone-11-Pro_Ultra-Wide_Buzz_Caribbean.jpg\" alt=\"\" class=\"wp-image-8400\" /><figcaption>The all-new Ultra Wide, Wide and Telephoto cameras offer a wider field of view, great for taking landscape or architecture photos, tight shots and more.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Face ID is also 30% faster with the new\niPhones and can read a user’s face at more angles for unlocking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both phones are powered by an all-new A13 Bionic chip with a neural engine which Apple claims is their most efficient chip ever in an iPhone while pushing 20% faster CPU and GPU performance than last years A12. It features a faster Neural Engine for better photos, videos and Machine Learning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8402} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Apple_iPhone-11-Pro_A13-Bionic.jpg\" alt=\"\" class=\"wp-image-8402\" /><figcaption>The Apple-designed A13 Bionic sets a new bar for smartphone performance and power efficiency.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>All three phones are rated IP68 for dust\nand water resistance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pre-orders begin on September 13, with\navailability on the 20<sup>th</sup>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Renor C.</em></strong></p>\n<!-- /wp:paragraph -->','Apple unveils three new iPhones','','inherit','closed','closed','','8391-revision-v1','','','2019-09-10 16:31:52','2019-09-10 21:31:52','',8391,'https://buzz-caribbean.com/article/8391-revision-v1/',0,'revision','',0),(8412,4,'2019-09-10 16:35:13','2019-09-10 21:35:13','<!-- wp:image {\"id\":8306,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Keep-On-Pushing-Buzz-Caribbean.jpg\" alt=\"Former Jamaican bobsled Olympian and motivational speaker, Devon Harris\" class=\"wp-image-8306\" /><figcaption>Former Jamaican bobsled Olympian and motivational speaker, Devon Harris</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From a very young age, Devon Harris knew that he wanted to make something of himself by becoming a soldier. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What he did not know is that one day he would make history by becoming one of the four Jamaican men to make their Olympic debut competing in bobsled, despite never seeing the snow thus inspiring the movie <strong>Cool Runnings</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8307,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Jamaican-Bobsled-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8307\" /><figcaption>Historic Jamaican bobsled team at their Olympic debut in 1988</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Today, he is a motivational speaker bent on sending the message that persons should keep on pushing no matter what obstacles lie in their way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I was living the dream of representing Jamaica at the Olympics doing something I love\"</p><cite>— Devon Harris</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Harris, who grew up in the volatile community of Waterhouse, Kingston Jamaica has himself overcome his own obstacles turning to sports like football and athletics while so many of his peers turned to the gun.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8308,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Keep-On-Pushing-Motivational-Speaker-Buzz-Caribbean.jpg\" alt=\"Devon Harris delivering a motivational speech Keep On Pushing\" class=\"wp-image-8308\" /><figcaption>Devon Harris delivering a motivational speech</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From seven-months-old to five-years-old Harris lived with his grandmother in Haughton, St Elizabeth, Jamaica. He recalls she would always tell him stories of soldiers and how strong and determined they were and that even when they were hurt they would get back up and fight. He was so intrigued by her stories that he envisioned himself as a soldier.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“From the very beginning I knew what I wanted to become,” Harris said. “I wanted to be a soldier.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8310,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Jamaica-Keep-Pushing-Soldier-Bobsled-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8310\" /><figcaption>A younger Devon Harris as a soldier in the Jamaica Defence Force (JDF)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Immediately after graduating from Ardenne High school, Harris joined the Jamaica Defence Force. He was sent overseas and spent a year in the Royal Military Academy Sandhurst in the UK before returning to Jamaica as second in command lieutenant. He served for eight years. It was while in the army that he was recruited to be a part of the Bobsled team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 1988, things took a cool turn, when he was on the first Jamaican bobsled team that made it to the Winter Olympics in Calgary, Canada. He told <strong>BUZZ </strong>that this was one of the best experiences of his life. And one he recalls with great joy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8311,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Bobsled-Team-Buzz-Caribbean.png\" alt=\"\" class=\"wp-image-8311\" /><figcaption>Devon and teammates in their bobsled preparation for the Winter Olympics.</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It was different. Calgary had the biggest impact because it was unusual to have a Jamaican Bobsled team,” he recalled. “I was living the dream of representing Jamaica at the Olympics doing something I love and getting to do it twice again.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Twice again - because in 1992 the team represented Jamaica in the France Winter Olympics and in Japan in 1998.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But how did he know he would be able to bobsleigh having not grown up in a country with icy climes?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8314,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Yes-I-Can-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8314\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“You just cannot know until you try,” he\nsaid. “We had to convince ourselves in our heads that we would strive to\nachieve. But you can’t know for a fact until you do it. Sometimes you may fail\nor sometimes you may fall short but you have to get up and push on.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Harris has not stopped pushing - pushing to have young people believe in themselves. And so after Olympics in 1998, he started on the pathway of motivational speaking in schools and at various events and has written two children’s books called <strong><em>‘Yes I Can - the story of the Bobsled team’ </em></strong>and <strong><em>‘Keep on Pushing - Hot lessons from Cool Runnings’.</em></strong> He said he intends to write other motivational books.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8315,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Keep-On-Pushing-Buzz-Caribbean.jpg\" alt=\"Cover of Devon Harris\' motivational book Keep On Pushing\" class=\"wp-image-8315\" /><figcaption>Cover of Devon Harris\' motivational book Keep On Pushing</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Harris, who is married with five children, is also the founder and president of the Keep on Pushing Foundation in New York where he has been residing since 1992. This Foundation helps to raise money to support kids in need both in New York and back in Jamaica to include his former primary school Drews Avenue Primary providing school supplies and other necessary items.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Sometimes you may fail or sometimes you may fall short but you have to get up and push on” </p><cite>— Devon Harris</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Harris says he goes back to Jamaica a few\ntimes per year to speak and visit his old schools.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His motivational talks include topics like\npursuing your dream; overcoming adversity; teamwork; and leadership.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“ A lot of people like the topic of keep on pushing,” he said. “It is not something that is new to me based on my own personal experience and knowledge. When you try to do something, sometimes people will try to keep you down or discourage you and so sometimes you just have to fight.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8317,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Motivational-Speaker-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8317\" /><figcaption>Devon Harris maintains his mantra that despite the obstacles - Keep On Pushing</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Harris still keeps in touch with his former teammates who did Jamaica proud in the Olympics - Michael White, Freddy Powell, and brothers Dudley and Chris Stokes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Harris has one critical message for young people: “Keep on pushing no matter what the obstacles.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<strong><em> Story written by Donna Hussey-Stewart </em></strong></p>\n<!-- /wp:paragraph -->','\'Keep on pushing,\' says former bobsled athlete','','inherit','closed','closed','','8301-revision-v1','','','2019-09-10 16:35:13','2019-09-10 21:35:13','',8301,'https://buzz-caribbean.com/article/8301-revision-v1/',0,'revision','',0),(8413,4,'2019-09-10 16:37:07','2019-09-10 21:37:07','<!-- wp:image {\"id\":8403} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/phillips-bunting-golding-neita-headley-1024x683.jpg\" alt=\"\" class=\"wp-image-8403\" /><figcaption>Dr Peter Phillips and Peter Bunting greet each other outside Parliament Tuesday afternoon, (Sept 10). Sharing in the moment are Natalie Neita, Mark Golding and PNP General Secretary Julian Robinson, partially hidden. (Photo: Anthony Henry)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>People’s National Party President Dr Peter Phillips and Peter Bunting walked into Parliament together Tuesday afternoon in a show of unity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both men are coming off a heated campaign for the presidency of the PNP that has divided the party. Bunting and other shadow ministers offered their resignation to Phillips following Bunting’s loss in the internal election on Saturday (Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But Phillips, in a set of tweets on Monday (Sept 9) asked the members to remain in their posts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Phillips and Bunting met Tuesday morning to discuss the way forward following the election. A\nsource described the meeting as amicable and said that both men are to release\na joint statement to the public.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a source, the men entering Parliament together was planned and is a show of unity. The move is part of planned efforts to unify supporters of both camps who were left bitter by the campaign and election outcome. </p>\n<!-- /wp:paragraph -->','Phillips, Bunting enter Parliament together in a show of unity','','inherit','closed','closed','','8379-revision-v1','','','2019-09-10 16:37:07','2019-09-10 21:37:07','',8379,'https://buzz-caribbean.com/article/8379-revision-v1/',0,'revision','',0),(8414,11,'2019-09-10 16:39:23','2019-09-10 21:39:23','','breadfruit-halved-Jamaica-Buzz-Caribbean','','inherit','open','closed','','breadfruit-halved-jamaica-buzz-caribbean','','','2019-09-10 16:39:23','2019-09-10 21:39:23','',8372,'https://buzz-caribbean.com/app/uploads/2019/09/breadfruit-halved-Jamaica-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8415,11,'2019-09-10 16:40:40','2019-09-10 21:40:40','','roasting-breadfruit-Jamaica-Buzz-Caribbean','','inherit','open','closed','','roasting-breadfruit-jamaica-buzz-caribbean','','','2019-09-10 16:40:40','2019-09-10 21:40:40','',8372,'https://buzz-caribbean.com/app/uploads/2019/09/roasting-breadfruit-Jamaica-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8416,4,'2019-09-10 16:40:51','2019-09-10 21:40:51','','parliament-bunting-phillips-golding','','inherit','open','closed','','parliament-bunting-phillips-golding','','','2019-09-10 16:40:51','2019-09-10 21:40:51','',8379,'https://buzz-caribbean.com/app/uploads/2019/09/parliament-bunting-phillips-golding.jpg',0,'attachment','image/jpeg',0),(8417,4,'2019-09-10 16:41:04','2019-09-10 21:41:04','','buntin-phillips-neita-headley-colin-campbell','','inherit','open','closed','','buntin-phillips-neita-headley-colin-campbell','','','2019-09-10 16:41:04','2019-09-10 21:41:04','',8379,'https://buzz-caribbean.com/app/uploads/2019/09/buntin-phillips-neita-headley-colin-campbell.jpg',0,'attachment','image/jpeg',0),(8418,4,'2019-09-10 16:41:05','2019-09-10 21:41:05','','bunting-phillips-golding-parliament','','inherit','open','closed','','bunting-phillips-golding-parliament','','','2019-09-10 16:41:05','2019-09-10 21:41:05','',8379,'https://buzz-caribbean.com/app/uploads/2019/09/bunting-phillips-golding-parliament.jpg',0,'attachment','image/jpeg',0),(8419,4,'2019-09-10 16:41:22','2019-09-10 21:41:22','','phillips-bunting-golding-parliament','','inherit','open','closed','','phillips-bunting-golding-parliament','','','2019-09-10 16:41:22','2019-09-10 21:41:22','',8379,'https://buzz-caribbean.com/app/uploads/2019/09/phillips-bunting-golding-parliament.jpg',0,'attachment','image/jpeg',0),(8420,4,'2019-09-10 16:41:33','2019-09-10 21:41:33','','buntin-phillips-neita-headley-colin-campbell-1','','inherit','open','closed','','buntin-phillips-neita-headley-colin-campbell-1','','','2019-09-10 16:41:33','2019-09-10 21:41:33','',8379,'https://buzz-caribbean.com/app/uploads/2019/09/buntin-phillips-neita-headley-colin-campbell-1.jpg',0,'attachment','image/jpeg',0),(8422,4,'2019-09-10 16:43:45','2019-09-10 21:43:45','','phillips-bunting-golding-neita-headley-featured-image-1','','inherit','open','closed','','phillips-bunting-golding-neita-headley-featured-image-1','','','2019-09-10 16:43:45','2019-09-10 21:43:45','',8379,'https://buzz-caribbean.com/app/uploads/2019/09/phillips-bunting-golding-neita-headley-featured-image-1.jpg',0,'attachment','image/jpeg',0),(8423,4,'2019-09-10 16:45:00','2019-09-10 21:45:00','<!-- wp:image {\"id\":8403} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/phillips-bunting-golding-neita-headley-1024x683.jpg\" alt=\"\" class=\"wp-image-8403\" /><figcaption>Dr Peter Phillips and Peter Bunting greet each other outside Parliament Tuesday afternoon, (Sept 10). Sharing in the moment are Natalie Neita, Mark Golding and PNP General Secretary Julian Robinson, partially hidden. (Photos: Anthony Henry)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>People’s National Party President Dr Peter Phillips and Peter Bunting walked into Parliament together Tuesday afternoon in a show of unity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both men are coming off a heated campaign for the presidency of the PNP that has divided the party. Bunting and other shadow ministers offered their resignation to Phillips following Bunting’s loss in the internal election on Saturday (Sept 7).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But Phillips, in a set of tweets on Monday (Sept 9) asked the members to remain in their posts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Phillips and Bunting met Tuesday morning to discuss the way forward following the election. A source described the meeting as amicable and said that both men are to release a joint statement to the public.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>See gallery for additional photos:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[8416,8418,8419,8420,8422]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/parliament-bunting-phillips-golding-1024x683.jpg\" alt=\"\" data-id=\"8416\" data-link=\"https://buzz-caribbean.com/article/phillips-bunting-enter-parliament-together-in-a-show-of-unity/parliament-bunting-phillips-golding/\" class=\"wp-image-8416\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bunting-phillips-golding-parliament-1024x683.jpg\" alt=\"\" data-id=\"8418\" data-link=\"https://buzz-caribbean.com/article/phillips-bunting-enter-parliament-together-in-a-show-of-unity/bunting-phillips-golding-parliament/\" class=\"wp-image-8418\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/phillips-bunting-golding-parliament-1024x683.jpg\" alt=\"\" data-id=\"8419\" data-link=\"https://buzz-caribbean.com/article/phillips-bunting-enter-parliament-together-in-a-show-of-unity/phillips-bunting-golding-parliament/\" class=\"wp-image-8419\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/buntin-phillips-neita-headley-colin-campbell-1-1024x683.jpg\" alt=\"\" data-id=\"8420\" data-link=\"https://buzz-caribbean.com/article/phillips-bunting-enter-parliament-together-in-a-show-of-unity/buntin-phillips-neita-headley-colin-campbell-1/\" class=\"wp-image-8420\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/phillips-bunting-golding-neita-headley-featured-image-1-1024x548.jpg\" alt=\"\" data-id=\"8422\" data-link=\"https://buzz-caribbean.com/article/phillips-bunting-enter-parliament-together-in-a-show-of-unity/phillips-bunting-golding-neita-headley-featured-image-1/\" class=\"wp-image-8422\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>According to a source, the men entering Parliament together was planned and is a show of unity. The move is part of planned efforts to unify supporters of both camps who were left bitter by the campaign and election outcome. </p>\n<!-- /wp:paragraph -->','Phillips, Bunting enter Parliament together in a show of unity','','inherit','closed','closed','','8379-revision-v1','','','2019-09-10 16:45:00','2019-09-10 21:45:00','',8379,'https://buzz-caribbean.com/article/8379-revision-v1/',0,'revision','',0),(8424,11,'2019-09-10 16:46:23','2019-09-10 21:46:23','<!-- wp:paragraph -->\n<p>Cue the popular dancehall hit \"<a rel=\"noreferrer noopener\" aria-label=\"Breadfruit (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=IGdtxQM8TuI\" target=\"_blank\">Breadfruit</a>\" by entertainer Chi Ching Ching, as Minister of Industry, Commerce, Agriculture and Fisheries, Audley Shaw hails a new publication on the popular Jamaican staple.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8383} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Breadfruit-Chi-Ching-Ching-Jamaica-Buzz-Caribbean-1024x560.jpg\" alt=\"\" class=\"wp-image-8383\" /><figcaption>A clip from the video Breadfruit (Roast or Fry)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The publication, <strong>‘Breadfruit Germplasm Collection’</strong> was written by Professor Laura B. Roberts-Nkrumah of the Faculty of Food and Agriculture at the University of the West Indies (UWI), St. Augustine Campus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8375} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Breadfruit-Buzz-Caribbean-1024x768.jpg\" alt=\"\" class=\"wp-image-8375\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The publication is being viewed as a useful resource in increasing production of the tree crop as Jamaica looks to further reduce its food-import bill.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8381,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Book-Cover-Breadfruit-Germplasm.jpg\" alt=\"\" class=\"wp-image-8381\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It highlights the diverse characteristics of breadfruit and select cultivars, and is a valuable resource for Ministries of Agriculture in the tropics, agricultural-related organisations and institutions and individuals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It is pretty ironic that breadfruit was...introduced in Jamaica...against the background of a shortage of imported foodstuff\"</p><cite>— Hon. Audley Shaw, Minister of Industry, Commerce, Agriculture and Fisheries</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Minister Shaw noted that some 226 years ago after Captain Bligh brought breadfruit to the islands, information of the tree crop remains sparse, contributing to it being an underutilised crop.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> “It is pretty ironic that breadfruit was, in fact, first introduced in Jamaica and the Caribbean against the background of a shortage of imported foodstuff, as well as the shortage of locally grown food crops, as a result of the impact of both hurricanes and droughts, which destroyed those crops,” he noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Nutritionally, breadfruit is now being classified as a superfood\"</p><cite>— Hon. Audley Shaw, Minister of Industry, Commerce, Agriculture and Fisheries</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“The breadfruit was introduced as a staple, but was not embraced by the population. These days, we face somewhat similar issues of a high food-import bill and, of course, the negative impact of drought and hurricanes on our food supply,” Mr Shaw added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He noted that the breadfruit and other locally grown tree crops are part of the solution to these perennial challenges.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8414} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/breadfruit-halved-Jamaica-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-8414\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“What this publication does for us is to legitimise the growing recognition of the value and vast potential of the breadfruit. Nutritionally, breadfruit is now being classified as a superfood, and as outlined in the introduction to this publication, it is a source of nutrients ranging from protein, essential amino acids, carbohydrates, fibre, vitamins and minerals,” Mr. Shaw said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8415} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/roasting-breadfruit-Jamaica-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8415\" /><figcaption>Roasting is one of the most popular methods of preparing breadfruit in Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Professor Roberts-Nkrumah noted that the book is a basic tool “that we must have if we are going to embark on any annual (breadfruit) industry”. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For further information on the book, persons\ncan contact the UWI Press at (876) 977-2659, 702-4081/2 or email <strong><a href=\"mailto:donna.muirhead@uwimona.edu.jm\">donna.muirhead@uwimona.edu.jm</a></strong>.</p>\n<!-- /wp:paragraph -->','Yuh waan breadfruit?','','inherit','closed','closed','','8372-revision-v1','','','2019-09-10 16:46:23','2019-09-10 21:46:23','',8372,'https://buzz-caribbean.com/article/8372-revision-v1/',0,'revision','',0),(8425,21,'2019-09-11 10:08:09','2019-09-11 15:08:09','<!-- wp:paragraph -->\n<p>Apple’s Special Event on September 10 was jam-packed with announcements. Two new hardware additions are the new entry-level iPad and the Apple Watch Series 5. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8496} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-13.png\" alt=\"\" class=\"wp-image-8496\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The new, 7<sup>th</sup> generation iPad\nfeatures a larger 10.2” display, up from the 9.7” screen from last year. The\nupdated iPad also supports the Apple Pencil, and a full-sized Smart Keyboard. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s powered by an A10 Fusion chip and will run Apple’s new iPad OS, which brings new multitasking, gesture and improved productivity features. iPad OS will enable desktop-class browsing and the ability to connect SD cards and browse photos from the Files App.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8497} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-14.png\" alt=\"\" class=\"wp-image-8497\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The starter price of US$329 remains the same, with a US$299 price tag for customers in the education field. The 7<sup>th</sup> generation iPad was available for pre-orders starting September 10 and will be in stores on September 30<sup>th</sup>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Apple Watch - Series 5</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8498} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-15.png\" alt=\"\" class=\"wp-image-8498\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Apple Watch Series 5 is physically\nunchanged from the Series 4 it succeeds. This is in line with leaks that said\nthe design would stay the same.&nbsp; There are\ntwo new titanium finishes though, to go alongside the aluminium and the ceramic\noptions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Apple Watch finally features an always-on display. This means that users will no longer have to lift their wrists to see the time. According to Apple, the new always-on feature will not impact battery life negatively. The display will dim when not in use, then raise its brightness when the user lifts their hand. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8499} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-16.png\" alt=\"\" class=\"wp-image-8499\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Series 5 introduces a built-in compass and,\ncoupled with the GPS this should provide better navigation. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Apple will continue features such as fall detection, EKG readings and Emergency SOS and will expand the latter feature with international emergency calling (on Cellular models) in over 150 countries, even without a nearby iPhone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8500} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-17.png\" alt=\"\" class=\"wp-image-8500\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Starting price for the Apple Watch Series 5 is US$399 for the GPS version and US$499 for GPS + Cellular. They were available for pre-order starting September 10 and will be in stores on September 20<sup>th</sup>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Apple will still offer the Series 3 watch at a reduced price of US$199 for GPS and $299 USD for the GPS + Cellular version.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Renor C.</em></strong></p>\n<!-- /wp:paragraph -->','Apple introduces new iPad and Apple Watch','','publish','open','closed','','apple-introduces-new-ipad-and-apple-watch','','','2019-09-11 10:08:09','2019-09-11 15:08:09','',0,'https://buzz-caribbean.com/?p=8425',0,'post','',0),(8426,23,'2019-09-10 18:04:09','2019-09-10 23:04:09','<!-- wp:image {\"id\":4349} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-spend-buzz-1024x683.jpg\" alt=\"Prime Minister Andrew Holness\" class=\"wp-image-4349\" /><figcaption> Prime Minister Andrew Holness </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The clampdown on entertainment events that are in breach of the Noise Abatement Act has been a hot topic since last week, and Prime Minister Andrew Holness addressed the issue on Sunday. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holness brought up the matter during a ceremony to\nrename the Gordon Town Square&nbsp;in honour of late cultural ambassador, Dr\nthe Hon Louise Bennett-Coverley, affectionately known as ‘Miss Lou’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It could never be the intention of the Government in\nany way to stifle the culture which is necessary for the development of our\npeople,” Holness said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I still have to deal with the nurse who comes to\nme and say I work at KPH (Kingston Public Hospital), and I cannot sleep.\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He then said that Olivia ‘Babsy’ Grange, Minister of\nCulture, Gender, Entertainment and Sport, has been working on developing\nentertainment zones in the Corporate Area to facilitate the culture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I still have to deal with the nurse who comes to me and say I work at KPH, and I cannot sleep.\"</p><cite>— Holness</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The ‘Stop Fight Events’ and ‘No Music, No Vote’\ncampaigns started last week after a number of events were shut down earlier\nthan usual. Promoters of several weekly events were also told that their parties\nhad to end at midnight. Similarly, events on the weekends are expected to end\nby 2 a.m., in keeping with the Noise Abatement Act. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As part of the campaigns, the promoters and other music\nstakeholders have met with the police to arrive at a resolution. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, selector Foota Hype believes the approach being\ntaken by the entertainment industry is not ideal. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Everybody weh a orchestrate dem meeting yah, stop it. We have issues to prepare amongst ourselves before we go meeting wid politician,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong>Written by Shania Hanchard</strong></p>\n<!-- /wp:paragraph -->','The Government isn\'t trying to stifle culture, says PM','','publish','open','closed','','the-government-isnt-trying-to-stifle-culture-says-pm','','','2019-09-10 17:06:47','2019-09-10 22:06:47','',0,'https://buzz-caribbean.com/?p=8426',0,'post','',0),(8427,15,'2019-09-10 18:23:45','2019-09-10 23:23:45','<!-- wp:image {\"id\":8433} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/leisha-wong-jacqueline-sinclair-1024x683.jpg\" alt=\"\" class=\"wp-image-8433\" /><figcaption>Leisha Wong (left ) and Jacqui Sinclair.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the founding members of Kingston Kitchen, Leisha Wong, is a huge supporter of hosting culinary food events in Jamaica and notes the growth in this area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In fact, she is pleased to see a number of entrepreneurs in the food industry now looking to establish their businesses and offering a variety of services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kingston Kitchen began in 2011 and was founded by Jacqui Sinclair, Melanie Miller and Leisha Wong. The idea was to create a food fair where families could come and en joy food in a safe environment and at a reasonable price point. It was also an opportunity to showcase a variety of food vendors and their wares.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The inaugural event was a big hit and the girls went on to host other Kingston Kitchen events, each outdoing their previous outings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[8440,8441,8442,8443,8444,8445,8446]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen5-1024x577.jpg\" alt=\"\" data-id=\"8440\" data-link=\"https://buzz-caribbean.com/?attachment_id=8440\" class=\"wp-image-8440\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kitchen-kitchen-1-1024x576.jpg\" alt=\"\" data-id=\"8441\" data-link=\"https://buzz-caribbean.com/?attachment_id=8441\" class=\"wp-image-8441\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen6-1024x577.jpg\" alt=\"\" data-id=\"8442\" data-link=\"https://buzz-caribbean.com/?attachment_id=8442\" class=\"wp-image-8442\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen-1024x576.jpg\" alt=\"\" data-id=\"8443\" data-link=\"https://buzz-caribbean.com/?attachment_id=8443\" class=\"wp-image-8443\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen3-1024x576.jpg\" alt=\"\" data-id=\"8444\" data-link=\"https://buzz-caribbean.com/?attachment_id=8444\" class=\"wp-image-8444\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen4-576x1024.jpg\" alt=\"\" data-id=\"8445\" data-link=\"https://buzz-caribbean.com/?attachment_id=8445\" class=\"wp-image-8445\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen7-576x1024.jpg\" alt=\"\" data-id=\"8446\" data-link=\"https://buzz-caribbean.com/?attachment_id=8446\" class=\"wp-image-8446\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Utilising her journalism background, Leisha produces a Kitchen Kitchen magazine which is a must-have if you are a foodie. This summer\'s Kingston Kitchen was held at Hope Gardens and was a resounding success.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong>, Leisha said: “We were blown away by the turn out this summer and the event has grown exponentially. A love of food in Jamaica is being fully recognised&nbsp;and people are turning out to events in huge numbers. When we started in December 2011 our first event&nbsp; saw 400 people turning up and we had 25 vendors. This year we had just under 2000 patrons with 70 vendors. This speaks volumes for the entrepreneurial spirit of the vendors and there is no question that the food truck scene is growing in Jamaica.”</p>\n<!-- /wp:paragraph -->','Leisha Wong sees growth in Jamaica’s culinary events','','publish','open','closed','','leisha-wong-sees-growth-in-jamaicas-culinary-events','','','2019-09-11 12:32:45','2019-09-11 17:32:45','',0,'https://buzz-caribbean.com/?p=8427',0,'post','',0),(8428,4,'2019-09-10 17:02:16','2019-09-10 22:02:16','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of the founding members of Kingston Kitchen, Leisha Wong&nbsp; is fone of the biggest supporters of hosting culinary food events in Jamaica and notes the growth in this area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In fact she is pleased to see a number of entrepreneurs in the food industry now looking to establish their businesses and offering a variety of services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kingston Kitchen began in 2011 and was founded by Jacqui Sinclair, Melanie Miller and Leisha Wong.<br>The idea was to create a food fair where families could come and en joy food in a safe environment and at a reasonable price point. It was also an opportunity to showcase a variety of food vendors and their wares.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The inaugural event was a big hit and the girls went on to host other Kingston Kitchen events each outdoing their previous outings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Utilising her journalism background, Leisha produces a Kitchen Kitchen magazine which is a must –have if you are a foodie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This summer Kingston Kitchen was held at Hope Gardens and was a resounding success.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with BUZZ, Leisha said: “ We were blown away by the turn out this summer and the event has grown exponentially. A love of food in Jamaica is being fully recognised&nbsp; and people are turning out to events in huge numbers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“When we started in December 2011 our first event&nbsp; saw 400 people turning up and we had 25 vendors. This year we had just under 2000 patrons with 70 vendors. This speaks volumes for the entrepreneurial spirit of the vendors and there is no question that the food truck scene is growing in Jamaica.”</p>\n<!-- /wp:paragraph -->','Leisha Wong sees growth in Jamaica’s culinary events','','inherit','closed','closed','','8427-revision-v1','','','2019-09-10 17:02:16','2019-09-10 22:02:16','',8427,'https://buzz-caribbean.com/article/8427-revision-v1/',0,'revision','',0),(8429,4,'2019-09-10 17:02:38','2019-09-10 22:02:38','<!-- wp:paragraph -->\n<p>One of the founding members of Kingston Kitchen, Leisha Wong&nbsp; is fone of the biggest supporters of hosting culinary food events in Jamaica and notes the growth in this area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In fact she is pleased to see a number of entrepreneurs in the food industry now looking to establish their businesses and offering a variety of services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kingston Kitchen began in 2011 and was founded by Jacqui Sinclair, Melanie Miller and Leisha Wong.<br>The idea was to create a food fair where families could come and en joy food in a safe environment and at a reasonable price point. It was also an opportunity to showcase a variety of food vendors and their wares.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The inaugural event was a big hit and the girls went on to host other Kingston Kitchen events each outdoing their previous outings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Utilising her journalism background, Leisha produces a Kitchen Kitchen magazine which is a must –have if you are a foodie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This summer Kingston Kitchen was held at Hope Gardens and was a resounding success.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with BUZZ, Leisha said: “ We were blown away by the turn out this summer and the event has grown exponentially. A love of food in Jamaica is being fully recognised&nbsp; and people are turning out to events in huge numbers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“When we started in December 2011 our first event&nbsp; saw 400 people turning up and we had 25 vendors. This year we had just under 2000 patrons with 70 vendors. This speaks volumes for the entrepreneurial spirit of the vendors and there is no question that the food truck scene is growing in Jamaica.”</p>\n<!-- /wp:paragraph -->','Leisha Wong sees growth in Jamaica’s culinary events','','inherit','closed','closed','','8427-revision-v1','','','2019-09-10 17:02:38','2019-09-10 22:02:38','',8427,'https://buzz-caribbean.com/article/8427-revision-v1/',0,'revision','',0),(8430,9,'2019-09-10 17:02:50','2019-09-10 22:02:50','<!-- wp:image {\"id\":4349} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-spend-buzz-1024x683.jpg\" alt=\"Prime Minister Andrew Holness\" class=\"wp-image-4349\" /><figcaption> Prime Minister Andrew Holness </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The clampdown on entertainment events that are in breach of the Noise Abatement Act has been a hot topic since last week, and Prime Minister Andrew Holness addressed the issue on Sunday. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holness brought up the matter during a ceremony to\nrename the Gordon Town Square&nbsp;in honour of late cultural ambassador, Dr\nthe Hon Louise Bennett-Coverley, affectionately known as ‘Miss Lou’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It could never be the intention of the Government in\nany way to stifle the culture which is necessary for the development of our\npeople,” Holness said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I still have to deal with the nurse who comes to\nme and say I work at KPH (Kingston Public Hospital), and I cannot sleep.\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He then said that Olivia ‘Babsy’ Grange, Minister of\nCulture, Gender, Entertainment and Sport, has been working on developing\nentertainment zones in the Corporate Area to facilitate the culture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I still have to deal with the nurse who comes to me and say I work at KPH, and I cannot sleep.\"</p><cite>— Holness</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The ‘Stop Fight Events’ and ‘No Music, No Vote’\ncampaigns started last week after a number of events were shut down earlier\nthan usual. Promoters of several weekly events were also told that their parties\nhad to end at midnight. Similarly, events on the weekends are expected to end\nby 2 a.m., in keeping with the Noise Abatement Act. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As part of the campaigns, the promoters and other music\nstakeholders have met with the police to arrive at a resolution. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, selector Foota Hype believes the approach being\ntaken by the entertainment industry is not ideal. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Everybody weh a orchestrate dem meeting yah, stop it. We have issues to prepare amongst ourselves before we go meeting wid politician,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong>Written by Shania Hanchard</strong></p>\n<!-- /wp:paragraph -->','Holness: The Government isn\'t trying to stifle culture','','inherit','closed','closed','','8426-revision-v1','','','2019-09-10 17:02:50','2019-09-10 22:02:50','',8426,'https://buzz-caribbean.com/article/8426-revision-v1/',0,'revision','',0),(8431,9,'2019-09-10 17:04:09','2019-09-10 22:04:09','<!-- wp:image {\"id\":4349} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-spend-buzz-1024x683.jpg\" alt=\"Prime Minister Andrew Holness\" class=\"wp-image-4349\" /><figcaption> Prime Minister Andrew Holness </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The clampdown on entertainment events that are in breach of the Noise Abatement Act has been a hot topic since last week, and Prime Minister Andrew Holness addressed the issue on Sunday. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holness brought up the matter during a ceremony to\nrename the Gordon Town Square&nbsp;in honour of late cultural ambassador, Dr\nthe Hon Louise Bennett-Coverley, affectionately known as ‘Miss Lou’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It could never be the intention of the Government in\nany way to stifle the culture which is necessary for the development of our\npeople,” Holness said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I still have to deal with the nurse who comes to\nme and say I work at KPH (Kingston Public Hospital), and I cannot sleep.\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He then said that Olivia ‘Babsy’ Grange, Minister of\nCulture, Gender, Entertainment and Sport, has been working on developing\nentertainment zones in the Corporate Area to facilitate the culture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I still have to deal with the nurse who comes to me and say I work at KPH, and I cannot sleep.\"</p><cite>— Holness</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The ‘Stop Fight Events’ and ‘No Music, No Vote’\ncampaigns started last week after a number of events were shut down earlier\nthan usual. Promoters of several weekly events were also told that their parties\nhad to end at midnight. Similarly, events on the weekends are expected to end\nby 2 a.m., in keeping with the Noise Abatement Act. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As part of the campaigns, the promoters and other music\nstakeholders have met with the police to arrive at a resolution. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, selector Foota Hype believes the approach being\ntaken by the entertainment industry is not ideal. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Everybody weh a orchestrate dem meeting yah, stop it. We have issues to prepare amongst ourselves before we go meeting wid politician,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong>Written by Shania Hanchard</strong></p>\n<!-- /wp:paragraph -->','The Government isn\'t trying to stifle culture, says PM','','inherit','closed','closed','','8426-revision-v1','','','2019-09-10 17:04:09','2019-09-10 22:04:09','',8426,'https://buzz-caribbean.com/article/8426-revision-v1/',0,'revision','',0),(8432,23,'2019-09-10 19:28:11','2019-09-11 00:28:11','<!-- wp:image {\"id\":8434} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/the-weeknd-new-hair-allure-1024x576.jpg\" alt=\"The Weeknd showed off his new haircut on Monday. \" class=\"wp-image-8434\" /><figcaption>The Weeknd showed off his new haircut on Monday. (Photo: allure.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Weeknd left fans and social media in shock when he debuted his new hairstyle at the Toronto International Film Festival (TIFF) in Canada on Monday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In no time, social media users began comparing the\nsinger to Lionel Richie. One user said: “Went from the weekend to the weekdays.”\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8435} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/the-weeknd-20190910.png\" alt=\"The Weeknd used to turn heads with his freeform locks. \" class=\"wp-image-8435\" /><figcaption>The Weeknd used to turn heads with his freeform locks. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For his film, <strong>Uncut Gems</strong>, the singer walked the red carpet rocking a low afro with a thin moustache. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Canada-born singer has turned heads for his outrageous\nhairstyles such as his freeform locks, before he went to low fade in 2016.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Weeknd, whose real name is Asbel Tesfaye, played himself in <strong>Uncut Gems</strong>. American actor Adam Sandler was his co-star. The film is set to be released on December 13.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','The Weeknd shocks fans with new haircut','','publish','open','closed','','the-weeknd-shocks-fans-with-new-haircut','','','2019-09-10 17:40:52','2019-09-10 22:40:52','',0,'https://buzz-caribbean.com/?p=8432',0,'post','',0),(8433,4,'2019-09-10 17:35:04','2019-09-10 22:35:04','','leisha-wong-jacqueline-sinclair','','inherit','open','closed','','leisha-wong-jacqueline-sinclair','','','2019-09-10 17:35:04','2019-09-10 22:35:04','',8427,'https://buzz-caribbean.com/app/uploads/2019/09/leisha-wong-jacqueline-sinclair.jpg',0,'attachment','image/jpeg',0),(8434,9,'2019-09-10 17:37:00','2019-09-10 22:37:00','','the-weeknd-new-hair-allure','','inherit','open','closed','','the-weeknd-new-hair-allure','','','2019-09-10 17:37:00','2019-09-10 22:37:00','',8432,'https://buzz-caribbean.com/app/uploads/2019/09/the-weeknd-new-hair-allure.jpg',0,'attachment','image/jpeg',0),(8435,9,'2019-09-10 17:37:46','2019-09-10 22:37:46','','the-weeknd-20190910','','inherit','open','closed','','the-weeknd-20190910','','','2019-09-10 17:37:46','2019-09-10 22:37:46','',8432,'https://buzz-caribbean.com/app/uploads/2019/09/the-weeknd-20190910.png',0,'attachment','image/png',0),(8436,9,'2019-09-10 17:38:54','2019-09-10 22:38:54','<!-- wp:image {\"id\":8434} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/the-weeknd-new-hair-allure-1024x576.jpg\" alt=\"The Weeknd showed off his new haircut on Monday. \" class=\"wp-image-8434\" /><figcaption>The Weeknd showed off his new haircut on Monday. (Photo: allure.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Weeknd left fans and social media in shock when he debuted his new hairstyle at the Toronto International Film Festival (TIFF) in Canada on Monday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In no time, social media users began comparing the\nsinger to Lionel Richie. One user said: “Went from the weekend to the weekdays.”\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8435} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/the-weeknd-20190910.png\" alt=\"The Weeknd used to turn heads with his freeform locks. \" class=\"wp-image-8435\" /><figcaption>The Weeknd used to turn heads with his freeform locks. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For his film, <strong>Uncut Gems</strong>, the singer walked the red carpet rocking a low afro with a thin moustache. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Canada-born singer has turned heads for his outrageous\nhairstyles such as his freeform locks, before he went to low fade in 2016.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Weeknd, whose real name is Asbel Tesfaye, played himself in <strong>Uncut Gems</strong>. American actor Adam Sandler was his co-star. The film is set to be released on December 13.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','The Weeknd shocks fans with new haircut','','inherit','closed','closed','','8432-revision-v1','','','2019-09-10 17:38:54','2019-09-10 22:38:54','',8432,'https://buzz-caribbean.com/article/8432-revision-v1/',0,'revision','',0),(8437,21,'2019-09-11 08:30:40','2019-09-11 13:30:40','<!-- wp:image {\"id\":8438} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kylie-jenner-20190910.jpg\" alt=\"\" class=\"wp-image-8438\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kylie Jenner has posed nude for Playboy with her boyfriend Travis Scott.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>SICKO MODE</strong> hitmaker interviews his partner - with whom he shares 19-month-old daughter Stormi - for the new issue of the magazine, and the couple have stripped off for an intimate photo to be used alongside the spread.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An excerpt of the interview - which will be released on September 17 - has been teased, with Kylie telling Travis: \"You\'re my best friend. Through all the ups and downs that every relationship has, we evolve together through them and keep getting stronger.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Travis previously opened up about his relationship with Kylie, insisting there is a big misconception about how \"real\" Kylie is just because she is so famous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"People don\'t understand how real my girl is. How ill she is. They have assumptions, bulls**t-ass remarks of what they think is going on. Nah, bro. She\'s a Tim Burton fan, which is fire. Wes Anderson fan, which is fire… She\'s the coolest motherf***er of all time.\"</p>\n<!-- /wp:paragraph -->','Kylie Jenner poses nude for Playboy','','publish','open','closed','','kylie-jenner-poses-nude-for-playboy','','','2019-09-10 17:49:54','2019-09-10 22:49:54','',0,'https://buzz-caribbean.com/?p=8437',0,'post','',0),(8438,9,'2019-09-10 17:45:18','2019-09-10 22:45:18','','kylie-jenner-20190910','','inherit','open','closed','','kylie-jenner-20190910','','','2019-09-10 17:45:18','2019-09-10 22:45:18','',8437,'https://buzz-caribbean.com/app/uploads/2019/09/kylie-jenner-20190910.jpg',0,'attachment','image/jpeg',0),(8439,9,'2019-09-10 17:48:18','2019-09-10 22:48:18','<!-- wp:image {\"id\":8438} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kylie-jenner-20190910.jpg\" alt=\"\" class=\"wp-image-8438\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kylie Jenner has posed nude for Playboy with her boyfriend Travis Scott.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>SICKO MODE</strong> hitmaker interviews his partner - with whom he shares 19-month-old daughter Stormi - for the new issue of the magazine, and the couple have stripped off for an intimate photo to be used alongside the spread.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An excerpt of the interview - which will be released on September 17 - has been teased, with Kylie telling Travis: \"You\'re my best friend. Through all the ups and downs that every relationship has, we evolve together through them and keep getting stronger.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Travis previously opened up about his relationship with Kylie, insisting there is a big misconception about how \"real\" Kylie is just because she is so famous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"People don\'t understand how real my girl is. How ill she is. They have assumptions, bulls**t-ass remarks of what they think is going on. Nah, bro. She\'s a Tim Burton fan, which is fire. Wes Anderson fan, which is fire… She\'s the coolest motherf***er of all time.\"</p>\n<!-- /wp:paragraph -->','Kylie Jenner poses nude for Playboy','','inherit','closed','closed','','8437-revision-v1','','','2019-09-10 17:48:18','2019-09-10 22:48:18','',8437,'https://buzz-caribbean.com/article/8437-revision-v1/',0,'revision','',0),(8440,4,'2019-09-10 18:11:03','2019-09-10 23:11:03','','kingtson-kitchen5','','inherit','open','closed','','kingtson-kitchen5','','','2019-09-10 18:11:03','2019-09-10 23:11:03','',8427,'https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen5.jpg',0,'attachment','image/jpeg',0),(8441,4,'2019-09-10 18:11:54','2019-09-10 23:11:54','','kitchen-kitchen-1','','inherit','open','closed','','kitchen-kitchen-1','','','2019-09-10 18:11:54','2019-09-10 23:11:54','',8427,'https://buzz-caribbean.com/app/uploads/2019/09/kitchen-kitchen-1.jpg',0,'attachment','image/jpeg',0),(8442,4,'2019-09-10 18:13:01','2019-09-10 23:13:01','','kingtson-kitchen6','','inherit','open','closed','','kingtson-kitchen6','','','2019-09-10 18:13:01','2019-09-10 23:13:01','',8427,'https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen6.jpg',0,'attachment','image/jpeg',0),(8443,4,'2019-09-10 18:13:14','2019-09-10 23:13:14','','kingtson-kitchen','','inherit','open','closed','','kingtson-kitchen','','','2019-09-10 18:13:14','2019-09-10 23:13:14','',8427,'https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen.jpg',0,'attachment','image/jpeg',0),(8444,4,'2019-09-10 18:13:23','2019-09-10 23:13:23','','kingtson-kitchen3','','inherit','open','closed','','kingtson-kitchen3','','','2019-09-10 18:13:23','2019-09-10 23:13:23','',8427,'https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen3.jpg',0,'attachment','image/jpeg',0),(8445,4,'2019-09-10 18:13:32','2019-09-10 23:13:32','','kingtson-kitchen4','','inherit','open','closed','','kingtson-kitchen4','','','2019-09-10 18:13:32','2019-09-10 23:13:32','',8427,'https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen4.jpg',0,'attachment','image/jpeg',0),(8446,4,'2019-09-10 18:13:43','2019-09-10 23:13:43','','kingtson-kitchen7','','inherit','open','closed','','kingtson-kitchen7','','','2019-09-10 18:13:43','2019-09-10 23:13:43','',8427,'https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen7.jpg',0,'attachment','image/jpeg',0),(8447,4,'2019-09-10 18:18:11','2019-09-10 23:18:11','<!-- wp:image {\"id\":8433} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/leisha-wong-jacqueline-sinclair-1024x683.jpg\" alt=\"\" class=\"wp-image-8433\" /><figcaption>Leisha Wong (left ) and Jacqui Sinclair.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the founding members of Kingston Kitchen, Leisha Wong, is one of the biggest supporters of hosting culinary food events in Jamaica and notes the growth in this area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In fact, she is pleased to see a number of entrepreneurs in the food industry now looking to establish their businesses and offering a variety of services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kingston Kitchen began in 2011 and was founded by Jacqui Sinclair, Melanie Miller and Leisha Wong. The idea was to create a food fair where families could come and en joy food in a safe environment and at a reasonable price point. It was also an opportunity to showcase a variety of food vendors and their wares.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The inaugural event was a big hit and the girls went on to host other Kingston Kitchen events, each outdoing their previous outings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[8440,8441,8442,8443,8444,8445,8446]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen5-1024x577.jpg\" alt=\"\" data-id=\"8440\" data-link=\"https://buzz-caribbean.com/?attachment_id=8440\" class=\"wp-image-8440\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kitchen-kitchen-1-1024x576.jpg\" alt=\"\" data-id=\"8441\" data-link=\"https://buzz-caribbean.com/?attachment_id=8441\" class=\"wp-image-8441\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen6-1024x577.jpg\" alt=\"\" data-id=\"8442\" data-link=\"https://buzz-caribbean.com/?attachment_id=8442\" class=\"wp-image-8442\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen-1024x576.jpg\" alt=\"\" data-id=\"8443\" data-link=\"https://buzz-caribbean.com/?attachment_id=8443\" class=\"wp-image-8443\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen3-1024x576.jpg\" alt=\"\" data-id=\"8444\" data-link=\"https://buzz-caribbean.com/?attachment_id=8444\" class=\"wp-image-8444\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen4-576x1024.jpg\" alt=\"\" data-id=\"8445\" data-link=\"https://buzz-caribbean.com/?attachment_id=8445\" class=\"wp-image-8445\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen7-576x1024.jpg\" alt=\"\" data-id=\"8446\" data-link=\"https://buzz-caribbean.com/?attachment_id=8446\" class=\"wp-image-8446\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Utilising her journalism background, Leisha produces a Kitchen Kitchen magazine which is a must-have if you are a foodie. This summer\'s Kingston Kitchen was held at Hope Gardens and was a resounding success.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong>, Leisha said: “We were blown away by the turn out this summer and the event has grown exponentially. A love of food in Jamaica is being fully recognised and people are turning out to events in huge numbers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“When we started in December 2011 our first event&nbsp; saw 400 people turning up and we had 25 vendors. This year we had just under 2000 patrons with 70 vendors. This speaks volumes for the entrepreneurial spirit of the vendors and there is no question that the food truck scene is growing in Jamaica.”</p>\n<!-- /wp:paragraph -->','Leisha Wong sees growth in Jamaica’s culinary events','','inherit','closed','closed','','8427-revision-v1','','','2019-09-10 18:18:11','2019-09-10 23:18:11','',8427,'https://buzz-caribbean.com/article/8427-revision-v1/',0,'revision','',0),(8448,4,'2019-09-10 18:23:45','2019-09-10 23:23:45','<!-- wp:image {\"id\":8433} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/leisha-wong-jacqueline-sinclair-1024x683.jpg\" alt=\"\" class=\"wp-image-8433\" /><figcaption>Leisha Wong (left ) and Jacqui Sinclair.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the founding members of Kingston Kitchen, Leisha Wong, is a huge supporter of hosting culinary food events in Jamaica and notes the growth in this area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In fact, she is pleased to see a number of entrepreneurs in the food industry now looking to establish their businesses and offering a variety of services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kingston Kitchen began in 2011 and was founded by Jacqui Sinclair, Melanie Miller and Leisha Wong. The idea was to create a food fair where families could come and en joy food in a safe environment and at a reasonable price point. It was also an opportunity to showcase a variety of food vendors and their wares.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The inaugural event was a big hit and the girls went on to host other Kingston Kitchen events, each outdoing their previous outings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[8440,8441,8442,8443,8444,8445,8446]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen5-1024x577.jpg\" alt=\"\" data-id=\"8440\" data-link=\"https://buzz-caribbean.com/?attachment_id=8440\" class=\"wp-image-8440\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kitchen-kitchen-1-1024x576.jpg\" alt=\"\" data-id=\"8441\" data-link=\"https://buzz-caribbean.com/?attachment_id=8441\" class=\"wp-image-8441\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen6-1024x577.jpg\" alt=\"\" data-id=\"8442\" data-link=\"https://buzz-caribbean.com/?attachment_id=8442\" class=\"wp-image-8442\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen-1024x576.jpg\" alt=\"\" data-id=\"8443\" data-link=\"https://buzz-caribbean.com/?attachment_id=8443\" class=\"wp-image-8443\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen3-1024x576.jpg\" alt=\"\" data-id=\"8444\" data-link=\"https://buzz-caribbean.com/?attachment_id=8444\" class=\"wp-image-8444\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen4-576x1024.jpg\" alt=\"\" data-id=\"8445\" data-link=\"https://buzz-caribbean.com/?attachment_id=8445\" class=\"wp-image-8445\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen7-576x1024.jpg\" alt=\"\" data-id=\"8446\" data-link=\"https://buzz-caribbean.com/?attachment_id=8446\" class=\"wp-image-8446\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Utilising her journalism background, Leisha produces a Kitchen Kitchen magazine which is a must-have if you are a foodie. This summer\'s Kingston Kitchen was held at Hope Gardens and was a resounding success.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong>, Leisha said: “We were blown away by the turn out this summer and the event has grown exponentially. A love of food in Jamaica is being fully recognised and people are turning out to events in huge numbers. When we started in December 2011 our first event  saw 400 people turning up and we had 25 vendors. This year we had just under 2000 patrons with 70 vendors. This speaks volumes for the entrepreneurial spirit of the vendors and there is no question that the food truck scene is growing in Jamaica.”</p>\n<!-- /wp:paragraph -->','Leisha Wong sees growth in Jamaica’s culinary events','','inherit','closed','closed','','8427-revision-v1','','','2019-09-10 18:23:45','2019-09-10 23:23:45','',8427,'https://buzz-caribbean.com/article/8427-revision-v1/',0,'revision','',0),(8450,23,'2019-09-10 19:18:07','2019-09-11 00:18:07','<!-- wp:image {\"id\":8452} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/christopher-tufton-dancing-wellness-day-1024x683.jpg\" alt=\"\" class=\"wp-image-8452\" /><figcaption>Health Minister Dr Christopher Tufton dances with a member of the Recycled Teenager group.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Ministry of Health and Wellness will end a week of activities with the celebration of Caribbean Wellness Day on Saturday. This year\'s Caribbean Wellness Day will be geared toward senior citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the week, the different regions of the ministry will stage health expos, health fairs and wellness days across the island, with special activities scheduled for Saturday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Caribbean Wellness Day was launched Tuesday morning (Sept 10) at the Jamaica Pegasus Hotel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8453} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/wellness-day-dancing-ladies-1024x683.jpg\" alt=\"\" class=\"wp-image-8453\" /><figcaption>Member of the \'Older Cheerleaders\' group doing their thing at the press conference Tuesday (Sept 10).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> At the launch, Minister of Health Dr Christopher Tufton, said Jamaicans need to start thinking about healthy living to be able to live well in their senior citizens years. He said this is especially for Jamaica, which is among the low and middle-income countries, which the World Health Organisation says approximately 80 per cent of the world\'s elderly will come from by 2050.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The projection for the island for that year is that Jamaicans over 60 will outnumber children under five years old. Minister of Labour and Social Security, Shahine Robinson, said Caribbean Wellness Day will give local officials the opportunity to bring awareness to non-communicable diseases.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[8455,8456,8457,8458,8459,8461,8462,8464,8465]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/wellness-dance-1024x683.jpg\" alt=\"\" data-id=\"8455\" data-link=\"https://buzz-caribbean.com/?attachment_id=8455\" class=\"wp-image-8455\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/wellness-day-everybody-dance-1024x683.jpg\" alt=\"\" data-id=\"8456\" data-link=\"https://buzz-caribbean.com/?attachment_id=8456\" class=\"wp-image-8456\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/wellness-day3-1024x683.jpg\" alt=\"\" data-id=\"8457\" data-link=\"https://buzz-caribbean.com/?attachment_id=8457\" class=\"wp-image-8457\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/wellness-day-beautiful-ladies-1024x576.jpg\" alt=\"\" data-id=\"8458\" data-link=\"https://buzz-caribbean.com/?attachment_id=8458\" class=\"wp-image-8458\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/wellness-day2-1024x683.jpg\" alt=\"\" data-id=\"8459\" data-link=\"https://buzz-caribbean.com/?attachment_id=8459\" class=\"wp-image-8459\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/theodore-burnadette-Grandi-1024x683.jpg\" alt=\"\" data-id=\"8461\" data-link=\"https://buzz-caribbean.com/?attachment_id=8461\" class=\"wp-image-8461\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/wellness-day2-1-1024x683.jpg\" alt=\"\" data-id=\"8462\" data-link=\"https://buzz-caribbean.com/?attachment_id=8462\" class=\"wp-image-8462\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/emma-lewis-christopher-tufton-1024x683.jpg\" alt=\"\" data-id=\"8464\" data-link=\"https://buzz-caribbean.com/?attachment_id=8464\" class=\"wp-image-8464\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/christopher-tufton-wellness-day-1-1024x683.jpg\" alt=\"\" data-id=\"8465\" data-link=\"https://buzz-caribbean.com/?attachment_id=8465\" class=\"wp-image-8465\" /></figure></li></ul>\n<!-- /wp:gallery -->','Caribbean Wellness Day to be celebrated on Saturday','','publish','open','closed','','caribbean-wellness-day-to-be-celebrated-on-saturday','','','2019-09-11 14:09:32','2019-09-11 19:09:32','',0,'https://buzz-caribbean.com/?p=8450',0,'post','',0),(8451,4,'2019-09-10 18:37:12','2019-09-10 23:37:12','<!-- wp:paragraph -->\n<p>The Ministry of Health and Wellness will end a week of activities with the celebration of Caribbean Wellness Day on Saturday. This year\'s Caribbean Wellness Day will be geared toward senior citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the week, the different regions of the ministry will stage health expos, health fairs and wellness days across the island, with special activities scheduled for Saturday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Caribbean Wellness Day was launched Tuesday morning (Sept 10) at the Jamaica Pegasus Hotel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> At the launch, Minister of Health Dr Christopher Tufton, said Jamaicans need to start thinking about healthy living to be able to live well in their senior citizens years. He said this is especially for Jamaica, which is among the low and middle-income countries, which the World Health Organisation says approximately 80 per cent of the world\'s elderly will come from by 2050.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The projection for the island for that year is that Jamaicans over 60 will outnumber children under five years old. Minister of Labour and Social Security, Shahine Robinson, said Caribbean Wellness Day will give local officials the opportunity to bring awareness to non-communicable diseases.</p>\n<!-- /wp:paragraph -->','Caribbean Wellness Day to be celebrated on Saturday','','inherit','closed','closed','','8450-revision-v1','','','2019-09-10 18:37:12','2019-09-10 23:37:12','',8450,'https://buzz-caribbean.com/article/8450-revision-v1/',0,'revision','',0),(8452,4,'2019-09-10 19:03:57','2019-09-11 00:03:57','','christopher-tufton-dancing-wellness-day','','inherit','open','closed','','christopher-tufton-dancing-wellness-day','','','2019-09-10 19:03:57','2019-09-11 00:03:57','',8450,'https://buzz-caribbean.com/app/uploads/2019/09/christopher-tufton-dancing-wellness-day.jpg',0,'attachment','image/jpeg',0),(8453,4,'2019-09-10 19:05:25','2019-09-11 00:05:25','','wellness-day-dancing-ladies','','inherit','open','closed','','wellness-day-dancing-ladies','','','2019-09-10 19:05:25','2019-09-11 00:05:25','',8450,'https://buzz-caribbean.com/app/uploads/2019/09/wellness-day-dancing-ladies.jpg',0,'attachment','image/jpeg',0),(8455,4,'2019-09-10 19:14:34','2019-09-11 00:14:34','','wellness-dance','','inherit','open','closed','','wellness-dance','','','2019-09-10 19:14:34','2019-09-11 00:14:34','',8450,'https://buzz-caribbean.com/app/uploads/2019/09/wellness-dance.jpg',0,'attachment','image/jpeg',0),(8456,4,'2019-09-10 19:15:09','2019-09-11 00:15:09','','wellness-day-everybody-dance','','inherit','open','closed','','wellness-day-everybody-dance','','','2019-09-10 19:15:09','2019-09-11 00:15:09','',8450,'https://buzz-caribbean.com/app/uploads/2019/09/wellness-day-everybody-dance.jpg',0,'attachment','image/jpeg',0),(8457,4,'2019-09-10 19:15:26','2019-09-11 00:15:26','','wellness-day3','','inherit','open','closed','','wellness-day3','','','2019-09-10 19:15:26','2019-09-11 00:15:26','',8450,'https://buzz-caribbean.com/app/uploads/2019/09/wellness-day3.jpg',0,'attachment','image/jpeg',0),(8458,4,'2019-09-10 19:15:55','2019-09-11 00:15:55','','wellness-day-beautiful-ladies','','inherit','open','closed','','wellness-day-beautiful-ladies','','','2019-09-10 19:15:55','2019-09-11 00:15:55','',8450,'https://buzz-caribbean.com/app/uploads/2019/09/wellness-day-beautiful-ladies.jpg',0,'attachment','image/jpeg',0),(8459,4,'2019-09-10 19:16:00','2019-09-11 00:16:00','','wellness-day2','','inherit','open','closed','','wellness-day2','','','2019-09-10 19:16:00','2019-09-11 00:16:00','',8450,'https://buzz-caribbean.com/app/uploads/2019/09/wellness-day2.jpg',0,'attachment','image/jpeg',0),(8460,4,'2019-09-10 19:16:02','2019-09-11 00:16:02','','shahine-robinson-wellness-day','','inherit','open','closed','','shahine-robinson-wellness-day','','','2019-09-10 19:16:02','2019-09-11 00:16:02','',8450,'https://buzz-caribbean.com/app/uploads/2019/09/shahine-robinson-wellness-day.jpg',0,'attachment','image/jpeg',0),(8461,4,'2019-09-10 19:16:04','2019-09-11 00:16:04','','theodore-burnadette-Grandi','','inherit','open','closed','','theodore-burnadette-grandi','','','2019-09-10 19:16:04','2019-09-11 00:16:04','',8450,'https://buzz-caribbean.com/app/uploads/2019/09/theodore-burnadette-Grandi.jpg',0,'attachment','image/jpeg',0),(8462,4,'2019-09-10 19:16:07','2019-09-11 00:16:07','','wellness-day2-1','','inherit','open','closed','','wellness-day2-1','','','2019-09-10 19:16:07','2019-09-11 00:16:07','',8450,'https://buzz-caribbean.com/app/uploads/2019/09/wellness-day2-1.jpg',0,'attachment','image/jpeg',0),(8463,4,'2019-09-10 19:16:12','2019-09-11 00:16:12','','christopher-tufton-wellness-day','','inherit','open','closed','','christopher-tufton-wellness-day','','','2019-09-10 19:16:12','2019-09-11 00:16:12','',8450,'https://buzz-caribbean.com/app/uploads/2019/09/christopher-tufton-wellness-day.jpg',0,'attachment','image/jpeg',0),(8464,4,'2019-09-10 19:16:14','2019-09-11 00:16:14','','emma-lewis-christopher-tufton','','inherit','open','closed','','emma-lewis-christopher-tufton','','','2019-09-10 19:16:14','2019-09-11 00:16:14','',8450,'https://buzz-caribbean.com/app/uploads/2019/09/emma-lewis-christopher-tufton.jpg',0,'attachment','image/jpeg',0),(8465,4,'2019-09-10 19:17:18','2019-09-11 00:17:18','','christopher-tufton-wellness-day-1','','inherit','open','closed','','christopher-tufton-wellness-day-1','','','2019-09-10 19:17:18','2019-09-11 00:17:18','',8450,'https://buzz-caribbean.com/app/uploads/2019/09/christopher-tufton-wellness-day-1.jpg',0,'attachment','image/jpeg',0),(8466,4,'2019-09-10 19:18:07','2019-09-11 00:18:07','<!-- wp:image {\"id\":8452} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/christopher-tufton-dancing-wellness-day-1024x683.jpg\" alt=\"\" class=\"wp-image-8452\" /><figcaption>Health Minister Dr Christopher Tufton dances with a member of the Recycled Teenager group.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Ministry of Health and Wellness will end a week of activities with the celebration of Caribbean Wellness Day on Saturday. This year\'s Caribbean Wellness Day will be geared toward senior citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the week, the different regions of the ministry will stage health expos, health fairs and wellness days across the island, with special activities scheduled for Saturday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Caribbean Wellness Day was launched Tuesday morning (Sept 10) at the Jamaica Pegasus Hotel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8453} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/wellness-day-dancing-ladies-1024x683.jpg\" alt=\"\" class=\"wp-image-8453\" /><figcaption>Member of the \'Older Cheerleaders\' group doing their thing at the press conference Tuesday (Sept 10).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> At the launch, Minister of Health Dr Christopher Tufton, said Jamaicans need to start thinking about healthy living to be able to live well in their senior citizens years. He said this is especially for Jamaica, which is among the low and middle-income countries, which the World Health Organisation says approximately 80 per cent of the world\'s elderly will come from by 2050.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The projection for the island for that year is that Jamaicans over 60 will outnumber children under five years old. Minister of Labour and Social Security, Shahine Robinson, said Caribbean Wellness Day will give local officials the opportunity to bring awareness to non-communicable diseases.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[8455,8456,8457,8458,8459,8461,8462,8464,8465]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/wellness-dance-1024x683.jpg\" alt=\"\" data-id=\"8455\" data-link=\"https://buzz-caribbean.com/?attachment_id=8455\" class=\"wp-image-8455\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/wellness-day-everybody-dance-1024x683.jpg\" alt=\"\" data-id=\"8456\" data-link=\"https://buzz-caribbean.com/?attachment_id=8456\" class=\"wp-image-8456\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/wellness-day3-1024x683.jpg\" alt=\"\" data-id=\"8457\" data-link=\"https://buzz-caribbean.com/?attachment_id=8457\" class=\"wp-image-8457\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/wellness-day-beautiful-ladies-1024x576.jpg\" alt=\"\" data-id=\"8458\" data-link=\"https://buzz-caribbean.com/?attachment_id=8458\" class=\"wp-image-8458\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/wellness-day2-1024x683.jpg\" alt=\"\" data-id=\"8459\" data-link=\"https://buzz-caribbean.com/?attachment_id=8459\" class=\"wp-image-8459\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/theodore-burnadette-Grandi-1024x683.jpg\" alt=\"\" data-id=\"8461\" data-link=\"https://buzz-caribbean.com/?attachment_id=8461\" class=\"wp-image-8461\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/wellness-day2-1-1024x683.jpg\" alt=\"\" data-id=\"8462\" data-link=\"https://buzz-caribbean.com/?attachment_id=8462\" class=\"wp-image-8462\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/emma-lewis-christopher-tufton-1024x683.jpg\" alt=\"\" data-id=\"8464\" data-link=\"https://buzz-caribbean.com/?attachment_id=8464\" class=\"wp-image-8464\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/christopher-tufton-wellness-day-1-1024x683.jpg\" alt=\"\" data-id=\"8465\" data-link=\"https://buzz-caribbean.com/?attachment_id=8465\" class=\"wp-image-8465\" /></figure></li></ul>\n<!-- /wp:gallery -->','Caribbean Wellness Day to be celebrated on Saturday','','inherit','closed','closed','','8450-revision-v1','','','2019-09-10 19:18:07','2019-09-11 00:18:07','',8450,'https://buzz-caribbean.com/article/8450-revision-v1/',0,'revision','',0),(8467,23,'2019-09-10 19:55:40','2019-09-11 00:55:40','<!-- wp:paragraph -->\n<p>Minister of Health and Wellness Dr Christopher Tufton took a sharp jab at Jamaicans using bleaching cream and plastic surgery to hide ageing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8463} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/christopher-tufton-wellness-day-1024x683.jpg\" alt=\"\" class=\"wp-image-8463\" /><figcaption>Health Minister Christopher Tufton takes a jab at persons who bleach and use plastic surgery to hide the effects of ageing.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tufton went off-script Tuesday morning (Sept 10) during the launch of Caribbean Wellness Day. He scolded persons whom he said did not take care of themselves but are now relying on bleaching products and plastic surgery to help offset the effects of ageing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Bleaching cream is unhealthy. It is not going to make you look better and enjoy the longevity of life. It won\'t solve the ageing issue and, I am sorry, the plastic surgery thing might make you look a little nicer yes, take out a few of the wrinkles here and there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"But there are some fundamental underpinning of healthy ageing driven by science, research and best practices that part of today should recognise and promote, starting with living a lifestyle that moderate consumption habits, with physical activities each day and health checks on a frequent basis so you understand your underlining conditions and risk and take preventative measure. There is no overly complicated solution to dealing with minimising the risk associated with ageing.\"</p>\n<!-- /wp:paragraph -->','Newsflash from Tufton: Bleaching cream and plastic surgery won\'t offset ageing','','publish','open','closed','','newsflash-from-tufton-bleaching-cream-and-plastic-surgery-wont-offset-ageing','','','2019-09-10 19:55:41','2019-09-11 00:55:41','',0,'https://buzz-caribbean.com/?p=8467',0,'post','',0),(8468,4,'2019-09-10 19:42:46','2019-09-11 00:42:46','<!-- wp:paragraph -->\n<p>Minister of Health and Wellness Dr Christopher Tufton took a sharp jab at Jamaicans using bleaching cream and plastic surgery to hide ageing .</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Tuesday morning while speaking at the launch of Caribbean Wellness Day at the Jamaica Pegasus hotel.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tufton went off-script Tuesday morning (Sept 10) during the launch of Caribbean Wellness Day. He scolded persons whom he said did not take care of themselves but are now relying on bleaching products and plastic surgery to help offset the effects of ageing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Bleaching cream is unhealthy. It is not going to make you look better and enjoy the longevity of life. It won\'t solve the ageing issue and, I am sorry, the plastic surgery thing might make you look a little nicer yes, take out a few of the wrinkles here and there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"But there are some fundamental underpinning of healthy ageing driven by science, research and best practices that part of today should recognise and promote, starting with living a lifestyle that moderate consumption habits, with physical activities each day and health checks on a frequent basis so you understand your underlining conditions and risk and take preventative measure. There is no overly complicated solution to dealing with minimising the risk associated with ageing.\"</p>\n<!-- /wp:paragraph -->','Newsflash from Tufton: Bleaching cream and plastic surgery won\'t offset ageing','','inherit','closed','closed','','8467-revision-v1','','','2019-09-10 19:42:46','2019-09-11 00:42:46','',8467,'https://buzz-caribbean.com/article/8467-revision-v1/',0,'revision','',0),(8469,4,'2019-09-10 19:46:34','2019-09-11 00:46:34','<!-- wp:paragraph -->\n<p>Minister of Health and Wellness Dr Christopher Tufton took a sharp jab at Jamaicans using bleaching cream and plastic surgery to hide ageing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tufton went off-script Tuesday morning (Sept 10) during the launch of Caribbean Wellness Day. He scolded persons whom he said did not take care of themselves but are now relying on bleaching products and plastic surgery to help offset the effects of ageing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Bleaching cream is unhealthy. It is not going to make you look better and enjoy the longevity of life. It won\'t solve the ageing issue and, I am sorry, the plastic surgery thing might make you look a little nicer yes, take out a few of the wrinkles here and there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"But there are some fundamental underpinning of healthy ageing driven by science, research and best practices that part of today should recognise and promote, starting with living a lifestyle that moderate consumption habits, with physical activities each day and health checks on a frequent basis so you understand your underlining conditions and risk and take preventative measure. There is no overly complicated solution to dealing with minimising the risk associated with ageing.\"</p>\n<!-- /wp:paragraph -->','Newsflash from Tufton: Bleaching cream and plastic surgery won\'t offset ageing','','inherit','closed','closed','','8467-revision-v1','','','2019-09-10 19:46:34','2019-09-11 00:46:34','',8467,'https://buzz-caribbean.com/article/8467-revision-v1/',0,'revision','',0),(8471,4,'2019-09-10 19:55:40','2019-09-11 00:55:40','<!-- wp:paragraph -->\n<p>Minister of Health and Wellness Dr Christopher Tufton took a sharp jab at Jamaicans using bleaching cream and plastic surgery to hide ageing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8463} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/christopher-tufton-wellness-day-1024x683.jpg\" alt=\"\" class=\"wp-image-8463\" /><figcaption>Health Minister Christopher Tufton takes a jab at persons who bleach and use plastic surgery to hide the effects of ageing.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tufton went off-script Tuesday morning (Sept 10) during the launch of Caribbean Wellness Day. He scolded persons whom he said did not take care of themselves but are now relying on bleaching products and plastic surgery to help offset the effects of ageing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Bleaching cream is unhealthy. It is not going to make you look better and enjoy the longevity of life. It won\'t solve the ageing issue and, I am sorry, the plastic surgery thing might make you look a little nicer yes, take out a few of the wrinkles here and there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"But there are some fundamental underpinning of healthy ageing driven by science, research and best practices that part of today should recognise and promote, starting with living a lifestyle that moderate consumption habits, with physical activities each day and health checks on a frequent basis so you understand your underlining conditions and risk and take preventative measure. There is no overly complicated solution to dealing with minimising the risk associated with ageing.\"</p>\n<!-- /wp:paragraph -->','Newsflash from Tufton: Bleaching cream and plastic surgery won\'t offset ageing','','inherit','closed','closed','','8467-revision-v1','','','2019-09-10 19:55:40','2019-09-11 00:55:40','',8467,'https://buzz-caribbean.com/article/8467-revision-v1/',0,'revision','',0),(8472,23,'2019-09-10 20:22:38','2019-09-11 01:22:38','<!-- wp:image {\"id\":7804} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/football-Manning-Cup-1024x768.jpg\" alt=\"\" class=\"wp-image-7804\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica College (JC), 29-time winners of the Corporate Area schoolboy football Digicel Manning Cup competition, recorded the widest margin of victory in Tuesday\'s round of matches.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>JC travelled to Greater Portmore, St Catherine where they clobbered their hosts 10-0 to continue their positive start to the competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was the second large margin of victory for JC as they had whipped Jose Marti Technical 7-0 in their opening game on Saturday at Hope Road. They are now on maximum six points from their first two matches, to lead Group E over Wolmer\'s Boys\' School having played one more match.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Holy Trinity and Vauxhall were also in imperious form on Tuesday (Sept 10) as they recorded respective 8-1 and 6-0 victories over Clan Carthy and Innswood.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The huge win enabled Holy Trinity to seize top spot in Group A\'s points-standing on goal difference, as St Jago had defeated Haile Selassie 2-1 at home on Monday (Sept 9) to be second.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Vauxhall, on the other hand, were rebounding from their opening 5-0 loss to Wolmer\'s and are still third in Group E, behind JC and Wolmer\'s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>TUESDAY\'S RESULTS<br>ZONE A<br>Holy Trinity 8 vs Clan Carthy 1</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ZONE D<br>St Mary’s College 1 vs Meadowbrook 3<br>Camperdown 1 vs Mona 0<br>Edith Dalton 1 vs Hydel 2</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ZONE E<br>Vauxhall 6 vs Innswood 0<br>Greater Portmore 0 vs Jamaica College 10</p>\n<!-- /wp:paragraph -->','JC thrash Greater Portmore 10-0 in Digicel Manning Cup','','publish','open','closed','','jc-thrash-greater-portmore-10-0-in-digicel-manning-cup','','','2019-09-10 20:22:38','2019-09-11 01:22:38','',0,'https://buzz-caribbean.com/?p=8472',0,'post','',0),(8473,4,'2019-09-10 20:22:38','2019-09-11 01:22:38','<!-- wp:image {\"id\":7804} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/football-Manning-Cup-1024x768.jpg\" alt=\"\" class=\"wp-image-7804\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica College (JC), 29-time winners of the Corporate Area schoolboy football Digicel Manning Cup competition, recorded the widest margin of victory in Tuesday\'s round of matches.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>JC travelled to Greater Portmore, St Catherine where they clobbered their hosts 10-0 to continue their positive start to the competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was the second large margin of victory for JC as they had whipped Jose Marti Technical 7-0 in their opening game on Saturday at Hope Road. They are now on maximum six points from their first two matches, to lead Group E over Wolmer\'s Boys\' School having played one more match.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Holy Trinity and Vauxhall were also in imperious form on Tuesday (Sept 10) as they recorded respective 8-1 and 6-0 victories over Clan Carthy and Innswood.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The huge win enabled Holy Trinity to seize top spot in Group A\'s points-standing on goal difference, as St Jago had defeated Haile Selassie 2-1 at home on Monday (Sept 9) to be second.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Vauxhall, on the other hand, were rebounding from their opening 5-0 loss to Wolmer\'s and are still third in Group E, behind JC and Wolmer\'s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>TUESDAY\'S RESULTS<br>ZONE A<br>Holy Trinity 8 vs Clan Carthy 1</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ZONE D<br>St Mary’s College 1 vs Meadowbrook 3<br>Camperdown 1 vs Mona 0<br>Edith Dalton 1 vs Hydel 2</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ZONE E<br>Vauxhall 6 vs Innswood 0<br>Greater Portmore 0 vs Jamaica College 10</p>\n<!-- /wp:paragraph -->','JC thrash Greater Portmore 10-0 in Digicel Manning Cup','','inherit','closed','closed','','8472-revision-v1','','','2019-09-10 20:22:38','2019-09-11 01:22:38','',8472,'https://buzz-caribbean.com/article/8472-revision-v1/',0,'revision','',0),(8474,21,'2019-09-11 05:00:13','2019-09-11 10:00:13','<!-- wp:image {\"id\":7386} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/edmund-bartlett-buzz-demo-2-1024x965.jpg\" alt=\"\" class=\"wp-image-7386\" /><figcaption>Tourism Minister Edmund Bartlett (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Minister of Tourism Edmund Bartlett has\nannounced that the Government has concluded the sale of lands in St. Ann, on\nwhich a 3000-room hotel will be constructed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By the end of this year, during the first\nphase, the construction of some 700 rooms will commence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8475} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/salem-st-ann-google-maps-buzz-demo.png\" alt=\"\" class=\"wp-image-8475\" /><figcaption>Map of St. Ann highlighting Salem (Photo: Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"The Government of Jamaica has also\nfinalised the sale of lands in Salem, St Ann, with hotel developers from\nKarisma, for the construction on 3000 rooms in several phases. The first of\nthese phases will commence later this year, with the construction 700\nrooms,\" Bartlett said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bartlett\'s speech was read by Chairman of\nthe Tourism Enhancement Fund (TEF), Godfrey Dyer, at the opening of JAPEX,\nwhich got underway at the Montego Bay Convention Centre in St. James, Monday\nnight.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bartlett, who is off the island on official\nduties, expressed that the accommodation sector is booming, \"creating a diverse\nmix to suit the taste of both local and international visitors\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"At the same time, these new hotel\ndevelopments are fuelling sector growth,\" Bartlett stated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"RIU Ocho Rios is reopening this month and that will bring 790 rooms on stream. Oceans by H10 will also open its doors in November of this year, which will bring 500 rooms and hopefully another 500 over the next year as they get to the [1000-room] mark. While the newly-opened AC Hotel by Marriott adds 220 new rooms in Kingston.\"</p>\n<!-- /wp:paragraph -->','Construction of 3000-room hotel to begin in St. Ann by year-end','','publish','open','closed','','construction-of-3000-room-hotel-to-begin-in-st-ann-by-year-end','','','2019-09-11 03:25:37','2019-09-11 08:25:37','',0,'https://buzz-caribbean.com/?p=8474',0,'post','',0),(8475,14,'2019-09-11 03:02:17','2019-09-11 08:02:17','','salem-st-ann-google-maps-buzz-demo','','inherit','open','closed','','salem-st-ann-google-maps-buzz-demo','','','2019-09-11 03:02:17','2019-09-11 08:02:17','',8474,'https://buzz-caribbean.com/app/uploads/2019/09/salem-st-ann-google-maps-buzz-demo.png',0,'attachment','image/png',0),(8476,14,'2019-09-11 03:05:02','2019-09-11 08:05:02','<!-- wp:image {\"id\":7386} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/edmund-bartlett-buzz-demo-2-1024x965.jpg\" alt=\"\" class=\"wp-image-7386\" /><figcaption>Tourism Minister Edmund Bartlett (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Minister of Tourism Edmund Bartlett has\nannounced that the Government has concluded the sale of lands in St. Ann, on\nwhich a 3000-room hotel will be constructed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By the end of this year, during the first\nphase, the construction of some 700 rooms will commence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8475} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/salem-st-ann-google-maps-buzz-demo.png\" alt=\"\" class=\"wp-image-8475\" /><figcaption>Map of St. Ann highlighting Salem (Photo: Google Maps)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"The Government of Jamaica has also\nfinalised the sale of lands in Salem, St Ann, with hotel developers from\nKarisma, for the construction on 3000 rooms in several phases. The first of\nthese phases will commence later this year, with the construction 700\nrooms,\" Bartlett said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bartlett\'s speech was read by Chairman of\nthe Tourism Enhancement Fund (TEF), Godfrey Dyer, at the opening of JAPEX,\nwhich got underway at the Montego Bay Convention Centre in St. James, Monday\nnight.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bartlett, who is off the island on official\nduties, expressed that the accommodation sector is booming, \"creating a diverse\nmix to suit the taste of both local and international visitors\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"At the same time, these new hotel\ndevelopments are fuelling sector growth,\" Bartlett stated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"RIU Ocho Rios is reopening this month and that will bring 790 rooms on stream. Oceans by H10 will also open its doors in November of this year, which will bring 500 rooms and hopefully another 500 over the next year as they get to the [1000-room] mark. While the newly-opened AC Hotel by Marriott adds 220 new rooms in Kingston.\"</p>\n<!-- /wp:paragraph -->','Construction of 3000-room hotel to begin in St. Ann by year-end','','inherit','closed','closed','','8474-revision-v1','','','2019-09-11 03:05:02','2019-09-11 08:05:02','',8474,'https://buzz-caribbean.com/article/8474-revision-v1/',0,'revision','',0),(8477,21,'2019-09-11 06:00:28','2019-09-11 11:00:28','<!-- wp:image {\"id\":8478} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/holness-buzz-demo-parliament.jpg\" alt=\"\" class=\"wp-image-8478\" /><figcaption>Prime Minister Andrew Holness in Parliament on Tuesday (Photo: Facebook @AndrewHolnessJM)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister Andrew Holness is urging\nMembers of Parliament (MPs) to start assessing their constituencies and make\npre-planning arrangements for hurricanes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking in Parliament on Tuesday, against\nthe background of the devastation in The Bahamas from Hurricane Dorian, Holness\nsaid MPs should start conversations about evacuation and other safety measures.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7088} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-bahamas-damage-img-1024x576.jpg\" alt=\"\" class=\"wp-image-7088\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Prime Minister further argued that at\nthe national level, there is a comprehensive plan involving the first response\nstate agencies, but that MPs must put together their own plans at the local\nlevel as they have intimate knowledge of their constituencies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holness said that given what happened in\n2017 when the Caribbean region experienced two category five hurricanes and now\nDorian, the country must intensify its plans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He asserted that the 2019 hurricane season appears to be a very active one as already there are three more disturbances that could be upgraded to tropical cyclones.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8479} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/noaa-sept10-tropical-weather-outlook-buzz-demo.png\" alt=\"\" class=\"wp-image-8479\" /><figcaption>The National Hurricane Centre in Florida, tracking the likely development of three systems (highlighted in yellow). Two heading west from the coast of Africa, could pose a threat to the Caribbean the in coming days (Photo: National Oceanic and Atmospheric Administration [NOAA])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Holness stressed for Jamaicans to be\nprepared and stock up on hurricane supplies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Prime Minister also urged persons who\nlive in low-lying areas and areas that are prone to flooding to prepare to\nevacuate if necessary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“While your property is important, I would\nthink that your life is more important. So, it is wise to start putting\ntogether your alternative plans, make contact with relatives in safer areas in\nthe event that you have to evacuate, plan routs, mode of transportation, if the\nworst should happen,” Holness implored.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Opposition Leader Dr. Peter Phillips said\nthe Opposition joins with the Government in solidarity with the people of the Bahamas\nand supports the extension of assistance from the Government to the Bahamian\nauthorities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8480} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/peter-phillips-demo-buzz.jpg\" alt=\"\" class=\"wp-image-8480\" /><figcaption>Opposition Leader Dr. Peter Phillips (Photo: Facebook @DrPeterPhillipsJA)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the same time, he said there needs to be\na much more robust global response to the vulnerabilities of small states such\nas those in the region.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The Caribbean is facing increasing risk from climate-related activities on account of global warming yet the response to our vulnerabilities from the global community needs to be much greater,” Dr. Phillips stated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Roman Catholic archdiocese is preparing to initiate\nfor Bahamian children displaced to come to Jamaica to enrol in schools\ncommensurate with their levels and remain for a period.</p>\n<!-- /wp:paragraph -->','Jamaica must prepare - PM Holness','','publish','open','closed','','jamaica-must-prepare-pm-holness','','','2019-09-11 03:25:20','2019-09-11 08:25:20','',0,'https://buzz-caribbean.com/?p=8477',0,'post','',0),(8478,14,'2019-09-11 03:14:24','2019-09-11 08:14:24','','holness-buzz-demo-parliament','','inherit','open','closed','','holness-buzz-demo-parliament','','','2019-09-11 03:14:24','2019-09-11 08:14:24','',8477,'https://buzz-caribbean.com/app/uploads/2019/09/holness-buzz-demo-parliament.jpg',0,'attachment','image/jpeg',0),(8479,14,'2019-09-11 03:17:57','2019-09-11 08:17:57','','Noaa Sept10 Tropical Weather Outlook Buzz Demo','','inherit','open','closed','','noaa-sept10-tropical-weather-outlook-buzz-demo','','','2019-09-11 03:17:57','2019-09-11 08:17:57','',8477,'https://buzz-caribbean.com/app/uploads/2019/09/noaa-sept10-tropical-weather-outlook-buzz-demo.png',0,'attachment','image/png',0),(8480,14,'2019-09-11 03:20:21','2019-09-11 08:20:21','','peter-phillips-demo-buzz','','inherit','open','closed','','peter-phillips-demo-buzz','','','2019-09-11 03:20:21','2019-09-11 08:20:21','',8477,'https://buzz-caribbean.com/app/uploads/2019/09/peter-phillips-demo-buzz.jpg',0,'attachment','image/jpeg',0),(8481,14,'2019-09-11 03:25:20','2019-09-11 08:25:20','<!-- wp:image {\"id\":8478} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/holness-buzz-demo-parliament.jpg\" alt=\"\" class=\"wp-image-8478\" /><figcaption>Prime Minister Andrew Holness in Parliament on Tuesday (Photo: Facebook @AndrewHolnessJM)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Prime Minister Andrew Holness is urging\nMembers of Parliament (MPs) to start assessing their constituencies and make\npre-planning arrangements for hurricanes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking in Parliament on Tuesday, against\nthe background of the devastation in The Bahamas from Hurricane Dorian, Holness\nsaid MPs should start conversations about evacuation and other safety measures.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7088} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-bahamas-damage-img-1024x576.jpg\" alt=\"\" class=\"wp-image-7088\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Prime Minister further argued that at\nthe national level, there is a comprehensive plan involving the first response\nstate agencies, but that MPs must put together their own plans at the local\nlevel as they have intimate knowledge of their constituencies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holness said that given what happened in\n2017 when the Caribbean region experienced two category five hurricanes and now\nDorian, the country must intensify its plans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He asserted that the 2019 hurricane season appears to be a very active one as already there are three more disturbances that could be upgraded to tropical cyclones.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8479} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/noaa-sept10-tropical-weather-outlook-buzz-demo.png\" alt=\"\" class=\"wp-image-8479\" /><figcaption>The National Hurricane Centre in Florida, tracking the likely development of three systems (highlighted in yellow). Two heading west from the coast of Africa, could pose a threat to the Caribbean the in coming days (Photo: National Oceanic and Atmospheric Administration [NOAA])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Holness stressed for Jamaicans to be\nprepared and stock up on hurricane supplies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Prime Minister also urged persons who\nlive in low-lying areas and areas that are prone to flooding to prepare to\nevacuate if necessary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“While your property is important, I would\nthink that your life is more important. So, it is wise to start putting\ntogether your alternative plans, make contact with relatives in safer areas in\nthe event that you have to evacuate, plan routs, mode of transportation, if the\nworst should happen,” Holness implored.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Opposition Leader Dr. Peter Phillips said\nthe Opposition joins with the Government in solidarity with the people of the Bahamas\nand supports the extension of assistance from the Government to the Bahamian\nauthorities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8480} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/peter-phillips-demo-buzz.jpg\" alt=\"\" class=\"wp-image-8480\" /><figcaption>Opposition Leader Dr. Peter Phillips (Photo: Facebook @DrPeterPhillipsJA)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At the same time, he said there needs to be\na much more robust global response to the vulnerabilities of small states such\nas those in the region.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The Caribbean is facing increasing risk from climate-related activities on account of global warming yet the response to our vulnerabilities from the global community needs to be much greater,” Dr. Phillips stated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Roman Catholic archdiocese is preparing to initiate\nfor Bahamian children displaced to come to Jamaica to enrol in schools\ncommensurate with their levels and remain for a period.</p>\n<!-- /wp:paragraph -->','Jamaica must prepare - PM Holness','','inherit','closed','closed','','8477-revision-v1','','','2019-09-11 03:25:20','2019-09-11 08:25:20','',8477,'https://buzz-caribbean.com/article/8477-revision-v1/',0,'revision','',0),(8482,21,'2019-09-11 07:00:06','2019-09-11 12:00:06','<!-- wp:image {\"id\":8483} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bahamas-dorian-effects-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-8483\" /><figcaption>Devastation in The Bahamas after the passage of Hurricane Dorian (Photo: Pan American Health Organisation [PAHO])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Pan American Health Organization (PAHO) has made an initial US$3.5million appeal from donors to cover short-term health care and other needs for residents in The Bahamas affected by Hurricane Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The devastating category 5 storm made\nlandfall a week ago in northwest Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It severely affected the health sector,\nwith significant destruction of equipment and medical supplies and electrical\nand water supplies in Abaco and Grand Bahama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The US$3.5 million is a preliminary\nestimate to cover short- term healthcare, water and sanitation, epidemiological\nsurveillance and vector-control needs in the Islands most affected by Hurricane\nDorian for the next six months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PAHO noted that some 73,000 persons were\naffected, and there are hundreds in shelters in the disaster zone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“While 43 deaths have been officially\nreported thus far, mass casualty numbers are expected to rise significantly as\nmore areas become accessible and search and rescue operations continue,” PAHO\nsays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8484} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dr-ciro-ugarte-buzz-demo-paho-1024x683.jpg\" alt=\"\" class=\"wp-image-8484\" /><figcaption> Director of Health Emergencies at PAHO, Dr. Ciro Ugarte (Photo: Flickr)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Director of Health Emergencies Dr. Ciro\nUgarte at PAHO further explained, “Our priority concerns are to restore access\nto essential health services and continued medical care delivery, to ensure\nwater quality in affected communities and health facilities, and to restore\nproper hygiene and sanitation.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So far, 14 PAHO experts are in the disaster\nzone to provide surge capacity in logistics, civil and military coordination,\ninformation management, epidemiological surveillance, communications, and\ncoordination.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The funding requests includes $1.3 million\nto restore healthcare delivery in affected areas, $500,000 for surveillance to\ndetect and manage disease outbreaks, $800,000 for safe access to water,\nemergency sanitation and control of disease vectors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It also includes $671,000 to coordinate\nhumanitarian assistance and manage information to address the most urgent\nhumanitarian needs.</p>\n<!-- /wp:paragraph -->','PAHO requesting an initial US$3.5 million from donors for Bahamas','','publish','open','closed','','paho-requesting-an-initial-us3-5-million-from-donors-for-bahamas','','','2019-09-11 03:35:46','2019-09-11 08:35:46','',0,'https://buzz-caribbean.com/?p=8482',0,'post','',0),(8483,14,'2019-09-11 03:31:54','2019-09-11 08:31:54','','bahamas-dorian-effects-buzz-demo','','inherit','open','closed','','bahamas-dorian-effects-buzz-demo','','','2019-09-11 03:31:54','2019-09-11 08:31:54','',8482,'https://buzz-caribbean.com/app/uploads/2019/09/bahamas-dorian-effects-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8484,14,'2019-09-11 03:32:06','2019-09-11 08:32:06','','dr-ciro-ugarte-buzz-demo-paho','','inherit','open','closed','','dr-ciro-ugarte-buzz-demo-paho','','','2019-09-11 03:32:06','2019-09-11 08:32:06','',8482,'https://buzz-caribbean.com/app/uploads/2019/09/dr-ciro-ugarte-buzz-demo-paho.jpg',0,'attachment','image/jpeg',0),(8485,14,'2019-09-11 03:35:46','2019-09-11 08:35:46','<!-- wp:image {\"id\":8483} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bahamas-dorian-effects-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-8483\" /><figcaption>Devastation in The Bahamas after the passage of Hurricane Dorian (Photo: Pan American Health Organisation [PAHO])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Pan American Health Organization (PAHO) has made an initial US$3.5million appeal from donors to cover short-term health care and other needs for residents in The Bahamas affected by Hurricane Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The devastating category 5 storm made\nlandfall a week ago in northwest Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It severely affected the health sector,\nwith significant destruction of equipment and medical supplies and electrical\nand water supplies in Abaco and Grand Bahama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The US$3.5 million is a preliminary\nestimate to cover short- term healthcare, water and sanitation, epidemiological\nsurveillance and vector-control needs in the Islands most affected by Hurricane\nDorian for the next six months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PAHO noted that some 73,000 persons were\naffected, and there are hundreds in shelters in the disaster zone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“While 43 deaths have been officially\nreported thus far, mass casualty numbers are expected to rise significantly as\nmore areas become accessible and search and rescue operations continue,” PAHO\nsays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8484} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dr-ciro-ugarte-buzz-demo-paho-1024x683.jpg\" alt=\"\" class=\"wp-image-8484\" /><figcaption> Director of Health Emergencies at PAHO, Dr. Ciro Ugarte (Photo: Flickr)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Director of Health Emergencies Dr. Ciro\nUgarte at PAHO further explained, “Our priority concerns are to restore access\nto essential health services and continued medical care delivery, to ensure\nwater quality in affected communities and health facilities, and to restore\nproper hygiene and sanitation.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So far, 14 PAHO experts are in the disaster\nzone to provide surge capacity in logistics, civil and military coordination,\ninformation management, epidemiological surveillance, communications, and\ncoordination.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The funding requests includes $1.3 million\nto restore healthcare delivery in affected areas, $500,000 for surveillance to\ndetect and manage disease outbreaks, $800,000 for safe access to water,\nemergency sanitation and control of disease vectors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It also includes $671,000 to coordinate\nhumanitarian assistance and manage information to address the most urgent\nhumanitarian needs.</p>\n<!-- /wp:paragraph -->','PAHO requesting an initial US$3.5 million from donors for Bahamas','','inherit','closed','closed','','8482-revision-v1','','','2019-09-11 03:35:46','2019-09-11 08:35:46','',8482,'https://buzz-caribbean.com/article/8482-revision-v1/',0,'revision','',0),(8486,4,'2019-09-11 07:53:04','2019-09-11 12:53:04','','Spragga Benz Featured Image','','inherit','open','closed','','spragga-benz-featured-image','','','2019-09-11 07:53:04','2019-09-11 12:53:04','',0,'https://buzz-caribbean.com/app/uploads/2019/09/spragga-benz-featured-image.jpg',0,'attachment','image/jpeg',0),(8487,4,'2019-09-11 08:10:01','2019-09-11 13:10:01','<!-- wp:image {\"id\":8376} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/krazy-jerk-CC-20190910-1024x768.jpg\" alt=\" Andrew Gray, one of the operators of Krazy Jerk\" class=\"wp-image-8376\" /><figcaption> Andrew Gray, one of the operators of Krazy Jerk</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican flag proudly displayed\nover the front of the building and the black, green and gold menus standing\nwelcomingly on each table tells the story; this is definitely a Jamaican\nrestaurant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Krazy Jerk is a family-owned\nrestaurant in Calgary, Canada, that gives Jamaicans a small taste of home.\nKrazy Jerk began five years ago in one of the family member’s kitchen before branching\nout into what it is today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8377} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/krazy-jerk-BB-20190910-1024x768.jpg\" alt=\"With the Jamaican flag at the front of the building, you can\'t miss Krazy Jerk. \" class=\"wp-image-8377\" /><figcaption>With the Jamaican flag at the front of the building, you can\'t miss Krazy Jerk. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We serve authentic Jamaican meals,” said\nJenny Logan, one of the family members running the establishment. “It was\nstarted because we simply love cooking. It is owned and operated by aunties and\nnephews and cousins.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another family member, Andrew Gray, said: “Yes, it is authentic Jamaican country-style food.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that the restaurant is\nsupported by Jamaicans and non-Jamaicans who live in Calgary.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“They love it,” Gray told <strong>BUZZ</strong>.&nbsp;“They\nlove the jerk chicken, and they love the oxtail.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8378} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/krazy-jerk-AA-20190910-1024x768.jpg\" alt=\"The decor inside Krazy Jerk shows that it is definitely a Jamaican restaurant. \" class=\"wp-image-8378\" /><figcaption>The decor inside Krazy Jerk shows that it is definitely a Jamaican restaurant. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Gray said that cow foot is also a favourite.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“And I don’t just mean Jamaicans. I\nmean even the white Canadians and any other nationality. Once they eat it, they\nkeep coming back.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Krazy Jerk is opened Mondays to Thursdays from 10 a.m. to 9 p.m. and on Fridays and Saturdays from 9 a.m. to 10 p.m.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Donna Hussey-Stewart</em></strong></p>\n<!-- /wp:paragraph -->','Krazy Jerk gives Canada a taste of Jamaica','','inherit','closed','closed','','8374-revision-v1','','','2019-09-11 08:10:01','2019-09-11 13:10:01','',8374,'https://buzz-caribbean.com/article/8374-revision-v1/',0,'revision','',0),(8488,4,'2019-09-11 08:18:37','2019-09-11 13:18:37','<!-- wp:image {\"id\":8306,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Keep-On-Pushing-Buzz-Caribbean.jpg\" alt=\"Former Jamaican bobsled Olympian and motivational speaker, Devon Harris\" class=\"wp-image-8306\" /><figcaption>Former Jamaican bobsled Olympian and motivational speaker, Devon Harris</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From a very young age, Devon Harris knew that he wanted to make something of himself by becoming a soldier. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What he did not know is that one day he would make history by becoming one of the four Jamaican men to make their Olympic debut competing in bobsled, despite never seeing the snow thus inspiring the movie <strong>Cool Runnings</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8307,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Jamaican-Bobsled-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8307\" /><figcaption>Historic Jamaican bobsled team at their Olympic debut in 1988</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Today, he is a motivational speaker bent on sending the message that persons should keep on pushing no matter what obstacles lie in their way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I was living the dream of representing Jamaica at the Olympics doing something I love\"</p><cite>— Devon Harris</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Harris, who grew up in the volatile community of Waterhouse, Kingston Jamaica has himself overcome his own obstacles turning to sports like football and athletics while so many of his peers turned to the gun.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8308,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Keep-On-Pushing-Motivational-Speaker-Buzz-Caribbean.jpg\" alt=\"Devon Harris delivering a motivational speech Keep On Pushing\" class=\"wp-image-8308\" /><figcaption>Devon Harris delivering a motivational speech</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From seven-months-old to five-years-old Harris lived with his grandmother in Haughton, St Elizabeth, Jamaica. He recalls she would always tell him stories of soldiers and how strong and determined they were and that even when they were hurt they would get back up and fight. He was so intrigued by her stories that he envisioned himself as a soldier.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“From the very beginning I knew what I wanted to become,” Harris said. “I wanted to be a soldier.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8310,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Jamaica-Keep-Pushing-Soldier-Bobsled-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8310\" /><figcaption>A younger Devon Harris as a soldier in the Jamaica Defence Force (JDF)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Immediately after graduating from Ardenne High school, Harris joined the Jamaica Defence Force. He was sent overseas and spent a year in the Royal Military Academy Sandhurst in the UK before returning to Jamaica as second in command lieutenant. He served for eight years. It was while in the army that he was recruited to be a part of the Bobsled team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 1988, things took a cool turn, when he was on the first Jamaican bobsled team that made it to the Winter Olympics in Calgary, Canada. He told <strong>BUZZ </strong>that this was one of the best experiences of his life. And one he recalls with great joy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8311,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Bobsled-Team-Buzz-Caribbean.png\" alt=\"\" class=\"wp-image-8311\" /><figcaption>Devon and teammates in their bobsled preparation for the Winter Olympics.</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It was different. Calgary had the biggest impact because it was unusual to have a Jamaican Bobsled team,” he recalled. “I was living the dream of representing Jamaica at the Olympics doing something I love and getting to do it twice again.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Twice again - because in 1992 the team represented Jamaica in the France Winter Olympics and in Japan in 1998.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But how did he know he would be able to bobsleigh having not grown up in a country with icy climes?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8314,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Yes-I-Can-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8314\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“You just cannot know until you try,” he\nsaid. “We had to convince ourselves in our heads that we would strive to\nachieve. But you can’t know for a fact until you do it. Sometimes you may fail\nor sometimes you may fall short but you have to get up and push on.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Harris has not stopped pushing - pushing to have young people believe in themselves. And so after Olympics in 1998, he started on the pathway of motivational speaking in schools and at various events and has written two children’s books called <strong><em>‘Yes I Can - the story of the Bobsled team’ </em></strong>and <strong><em>‘Keep on Pushing - Hot lessons from Cool Runnings’.</em></strong> He said he intends to write other motivational books.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8315,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Keep-On-Pushing-Buzz-Caribbean.jpg\" alt=\"Cover of Devon Harris\' motivational book Keep On Pushing\" class=\"wp-image-8315\" /><figcaption>Cover of Devon Harris\' motivational book Keep On Pushing</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Harris, who is married with five children, is also the founder and president of the Keep on Pushing Foundation in New York where he has been residing since 1992. This Foundation helps to raise money to support kids in need both in New York and back in Jamaica to include his former primary school Drews Avenue Primary providing school supplies and other necessary items.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Sometimes you may fail or sometimes you may fall short but you have to get up and push on” </p><cite>— Devon Harris</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Harris says he goes back to Jamaica a few\ntimes per year to speak and visit his old schools.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His motivational talks include topics like\npursuing your dream; overcoming adversity; teamwork; and leadership.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“ A lot of people like the topic of keep on pushing,” he said. “It is not something that is new to me based on my own personal experience and knowledge. When you try to do something, sometimes people will try to keep you down or discourage you and so sometimes you just have to fight.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8317,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Motivational-Speaker-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8317\" /><figcaption>Devon Harris maintains his mantra that despite the obstacles - Keep On Pushing</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Harris still keeps in touch with his former teammates who did Jamaica proud in the Olympics - Michael White and brothers Dudley and Chris Stokes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Harris has one critical message for young people: “Keep on pushing no matter what the obstacles.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<strong><em> Story written by Donna Hussey-Stewart </em></strong></p>\n<!-- /wp:paragraph -->','\'Keep on pushing,\' says former bobsled athlete','','inherit','closed','closed','','8301-revision-v1','','','2019-09-11 08:18:37','2019-09-11 13:18:37','',8301,'https://buzz-caribbean.com/article/8301-revision-v1/',0,'revision','',0),(8489,16,'2019-09-11 09:21:37','2019-09-11 14:21:37','<!-- wp:image {\"id\":8490,\"align\":\"center\",\"width\":219,\"height\":129} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/tTech-logo.jpg\" alt=\"tTech Limited-logo\" class=\"wp-image-8490\" width=\"219\" height=\"129\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>tTech Limited is seeking a Human Resources Manager. The incumbent will provide Human Resource leadership and guidance as well as continuously develop and implement human resources plans, programmes and policies to ensure the human capital issues are aligned with the organizational goals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a><strong>SPECIAL\nREQUIREMENTS </strong></a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>B.Sc.\nDegree in Human Resources (HR) Management or equivalent qualifications</li><li>A\nminimum of three (3) years human resources working experience.</li><li>Professional\nHR Certification [an asset]</li><li>Sound\nworking knowledge of labour laws, human resources policies and practices.</li><li>Strong\nHR leadership and team development capabilities</li><li>Superior\ncommunication, interpersonal, negotiations and problem-solving skills.</li><li>High\ndegree of confidentiality and unquestionable integrity.</li><li>Proficiency\nin Microsoft suite of application.<strong></strong></li><li>In-depth\nknowledge of HRMIS<strong></strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>KEY RESPONSIBILITIES</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Manages and co-ordinates the\nhuman resources functions for tTech Limited which includes:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Recruitment and Selection</li><li>Talent Management &amp; Development</li><li>Employee Relations and Culture Building</li><li>Compensation and Benefits</li><li>Performance Management</li><li>Health and Safety</li><li>Records Management</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Qualified\ncandidates are invited to email applications to </strong><a href=\"mailto:hr@ttech.com.jm\"><strong>hr@ttech.com.jm</strong></a><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>We thank all applicants, however, only shortlisted </strong><strong>candidates\nwill be contacted</strong></p>\n<!-- /wp:paragraph -->','tTech Limited, a Human Resources Manager','','publish','closed','closed','','ttech-limited-a-human-resources-manager-8489','','','2019-09-12 09:04:02','2019-09-12 14:04:02','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=8489',0,'job','',0),(8490,16,'2019-09-11 09:11:06','2019-09-11 14:11:06','','tTech-logo','','inherit','open','closed','','ttech-logo','','','2019-09-11 09:21:31','2019-09-11 14:21:31','',8489,'https://buzz-caribbean.com/app/uploads/2019/09/tTech-logo.jpg',0,'attachment','image/jpeg',0),(8493,13,'2019-09-11 09:58:45','2019-09-11 14:58:45','','Azan Supercenter','','inherit','open','closed','','azan-supercenter','','','2019-09-11 09:58:45','2019-09-11 14:58:45','',0,'https://buzz-caribbean.com/app/uploads/2019/09/azan-supercenter.png',0,'attachment','image/png',0),(8496,11,'2019-09-11 10:00:25','2019-09-11 15:00:25','','image-13','','inherit','open','closed','','image-13','','','2019-09-11 10:00:25','2019-09-11 15:00:25','',8425,'https://buzz-caribbean.com/app/uploads/2019/09/image-13.png',0,'attachment','image/png',0),(8497,11,'2019-09-11 10:00:47','2019-09-11 15:00:47','','iPad-multi-task-Buzz-Technology','','inherit','open','closed','','image-14','','','2019-09-11 10:07:54','2019-09-11 15:07:54','',8425,'https://buzz-caribbean.com/app/uploads/2019/09/image-14.png',0,'attachment','image/png',0),(8498,11,'2019-09-11 10:02:40','2019-09-11 15:02:40','','image-15','','inherit','open','closed','','image-15','','','2019-09-11 10:02:40','2019-09-11 15:02:40','',8425,'https://buzz-caribbean.com/app/uploads/2019/09/image-15.png',0,'attachment','image/png',0),(8499,11,'2019-09-11 10:03:20','2019-09-11 15:03:20','','image-16','','inherit','open','closed','','image-16','','','2019-09-11 10:03:20','2019-09-11 15:03:20','',8425,'https://buzz-caribbean.com/app/uploads/2019/09/image-16.png',0,'attachment','image/png',0),(8500,11,'2019-09-11 10:03:43','2019-09-11 15:03:43','','image-17','','inherit','open','closed','','image-17','','','2019-09-11 10:03:43','2019-09-11 15:03:43','',8425,'https://buzz-caribbean.com/app/uploads/2019/09/image-17.png',0,'attachment','image/png',0),(8501,11,'2019-09-11 10:08:09','2019-09-11 15:08:09','<!-- wp:paragraph -->\n<p>Apple’s Special Event on September 10 was jam-packed with announcements. Two new hardware additions are the new entry-level iPad and the Apple Watch Series 5. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8496} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-13.png\" alt=\"\" class=\"wp-image-8496\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The new, 7<sup>th</sup> generation iPad\nfeatures a larger 10.2” display, up from the 9.7” screen from last year. The\nupdated iPad also supports the Apple Pencil, and a full-sized Smart Keyboard. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s powered by an A10 Fusion chip and will run Apple’s new iPad OS, which brings new multitasking, gesture and improved productivity features. iPad OS will enable desktop-class browsing and the ability to connect SD cards and browse photos from the Files App.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8497} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-14.png\" alt=\"\" class=\"wp-image-8497\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The starter price of US$329 remains the same, with a US$299 price tag for customers in the education field. The 7<sup>th</sup> generation iPad was available for pre-orders starting September 10 and will be in stores on September 30<sup>th</sup>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Apple Watch - Series 5</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8498} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-15.png\" alt=\"\" class=\"wp-image-8498\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Apple Watch Series 5 is physically\nunchanged from the Series 4 it succeeds. This is in line with leaks that said\nthe design would stay the same.&nbsp; There are\ntwo new titanium finishes though, to go alongside the aluminium and the ceramic\noptions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Apple Watch finally features an always-on display. This means that users will no longer have to lift their wrists to see the time. According to Apple, the new always-on feature will not impact battery life negatively. The display will dim when not in use, then raise its brightness when the user lifts their hand. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8499} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-16.png\" alt=\"\" class=\"wp-image-8499\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Series 5 introduces a built-in compass and,\ncoupled with the GPS this should provide better navigation. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Apple will continue features such as fall detection, EKG readings and Emergency SOS and will expand the latter feature with international emergency calling (on Cellular models) in over 150 countries, even without a nearby iPhone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8500} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-17.png\" alt=\"\" class=\"wp-image-8500\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Starting price for the Apple Watch Series 5 is US$399 for the GPS version and US$499 for GPS + Cellular. They were available for pre-order starting September 10 and will be in stores on September 20<sup>th</sup>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Apple will still offer the Series 3 watch at a reduced price of US$199 for GPS and $299 USD for the GPS + Cellular version.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Renor C.</em></strong></p>\n<!-- /wp:paragraph -->','Apple introduces new iPad and Apple Watch','','inherit','closed','closed','','8425-revision-v1','','','2019-09-11 10:08:09','2019-09-11 15:08:09','',8425,'https://buzz-caribbean.com/article/8425-revision-v1/',0,'revision','',0),(8502,21,'2019-09-11 10:22:13','2019-09-11 15:22:13','<!-- wp:embed {\"url\":\"https://youtu.be/8vLXLZaPT98\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/8vLXLZaPT98\n</div></figure>\n<!-- /wp:embed -->','BUZZ Top 10 music chart — Sept. 10','','publish','closed','closed','','buzz-top-10-music-chart-sept-10','','','2019-09-11 10:32:35','2019-09-11 15:32:35','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=8502',0,'video','',0),(8503,11,'2019-09-11 10:20:37','2019-09-11 15:20:37','<iframe title=\"BUZZ Music Top 10 (Week of September 10)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/8vLXLZaPT98?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','d9e1b27bd01b2b86edc99ba01a375010','','','2019-09-11 10:20:37','2019-09-11 15:20:37','',0,'https://buzz-caribbean.com/article/d9e1b27bd01b2b86edc99ba01a375010/',0,'oembed_cache','',0),(8506,21,'2019-09-11 10:29:18','2019-09-11 15:29:18','<!-- wp:embed {\"url\":\"https://youtu.be/XFU4T45zGpQ\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/XFU4T45zGpQ\n</div></figure>\n<!-- /wp:embed -->','BUZZ Top 10 artistes — Sept. 10','','publish','closed','closed','','buzz-top-10-artistes-sept-10','','','2019-09-11 10:29:19','2019-09-11 15:29:19','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=8506',0,'video','',0),(8507,11,'2019-09-11 10:28:40','2019-09-11 15:28:40','<iframe title=\"BUZZ Top 10 artistes — Sept. 10\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/XFU4T45zGpQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','fe88cd1aa49e6bc498a666a858dc0f9d','','','2019-09-11 10:28:40','2019-09-11 15:28:40','',0,'https://buzz-caribbean.com/article/fe88cd1aa49e6bc498a666a858dc0f9d/',0,'oembed_cache','',0),(8508,11,'2019-09-11 10:29:05','2019-09-11 15:29:05','','Feature Image Buzz Top 10 Artistes Sept 10','','inherit','open','closed','','feature-image-buzz-top-10-artistes-sept-10','','','2019-09-11 10:29:05','2019-09-11 15:29:05','',8506,'https://buzz-caribbean.com/app/uploads/2019/09/Feature-Image-Buzz-Top-10-Artistes-Sept-10.jpg',0,'attachment','image/jpeg',0),(8510,11,'2019-09-11 10:31:57','2019-09-11 15:31:57','','Feature Image Buzz Top 10 Sept 10','','inherit','open','closed','','feature-image-buzz-top-10-sept-10','','','2019-09-11 10:31:57','2019-09-11 15:31:57','',8502,'https://buzz-caribbean.com/app/uploads/2019/09/Feature-Image-Buzz-Top-10-Sept-10.jpg',0,'attachment','image/jpeg',0),(8511,11,'2019-09-11 10:47:26','2019-09-11 15:47:26','<iframe title=\"BUZZ Artiste Watch (Week of July 29)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/zFA3VHCwZho?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','9fa3a86d673a16e17ead852f9c94cd4a','','','2019-09-11 10:47:26','2019-09-11 15:47:26','',0,'https://buzz-caribbean.com/article/9fa3a86d673a16e17ead852f9c94cd4a/',0,'oembed_cache','',0),(8512,11,'2019-09-11 10:47:47','2019-09-11 15:47:47','<iframe title=\"BUZZ Music Top 10 (Week July 29)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/YOrE-lEzF-w?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','b88037e0b63b2604231b47c6603d0684','','','2019-09-11 10:47:47','2019-09-11 15:47:47','',0,'https://buzz-caribbean.com/article/b88037e0b63b2604231b47c6603d0684/',0,'oembed_cache','',0),(8513,11,'2019-09-11 10:48:13','2019-09-11 15:48:13','<iframe title=\"BUZZ Artiste Watch (Week of July 2)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/qFUJfaTVzwQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','adc8f703f3976f8b628fb4532019c6a4','','','2019-09-11 10:48:13','2019-09-11 15:48:13','',0,'https://buzz-caribbean.com/article/adc8f703f3976f8b628fb4532019c6a4/',0,'oembed_cache','',0),(8514,11,'2019-09-11 10:48:37','2019-09-11 15:48:37','<iframe title=\"BUZZ Music Top 10 (Week of July 2)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/mRANCaATcvg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','8ab4ece41b27f1f126acd8480e8c58f7','','','2019-09-11 10:48:37','2019-09-11 15:48:37','',0,'https://buzz-caribbean.com/article/8ab4ece41b27f1f126acd8480e8c58f7/',0,'oembed_cache','',0),(8515,11,'2019-09-11 10:48:59','2019-09-11 15:48:59','<iframe title=\"BUZZ Artiste Watch  (Week of June 25)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/lLepBAQ0tng?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','ac35f0af1e838c812f48905faa81b523','','','2019-09-11 10:48:59','2019-09-11 15:48:59','',0,'https://buzz-caribbean.com/article/ac35f0af1e838c812f48905faa81b523/',0,'oembed_cache','',0),(8516,11,'2019-09-11 10:49:57','2019-09-11 15:49:57','<iframe title=\"BUZZ Music Top 10 (Week of June 25)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/lphCSTsLNQc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','05a6a3a6ae84ce9295170a04f93087da','','','2019-09-11 10:49:57','2019-09-11 15:49:57','',0,'https://buzz-caribbean.com/article/05a6a3a6ae84ce9295170a04f93087da/',0,'oembed_cache','',0),(8517,11,'2019-09-11 10:50:39','2019-09-11 15:50:39','<iframe title=\"BUZZ Artiste Watch (Week of August 5)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/3BLNEI1M7Fc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','a62a57c51e781dd36f9fb134c3288414','','','2019-09-11 10:50:39','2019-09-11 15:50:39','',0,'https://buzz-caribbean.com/article/a62a57c51e781dd36f9fb134c3288414/',0,'oembed_cache','',0),(8518,11,'2019-09-11 10:51:35','2019-09-11 15:51:35','<iframe title=\"BUZZ Music Top 10 (Week August 5)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/fhfYZwfc0l4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','4f145d9f8b639865749c7f400d402d3d','','','2019-09-11 10:51:35','2019-09-11 15:51:35','',0,'https://buzz-caribbean.com/article/4f145d9f8b639865749c7f400d402d3d/',0,'oembed_cache','',0),(8519,11,'2019-09-11 10:51:59','2019-09-11 15:51:59','<iframe title=\"Buzz YouTube Top 10, (Week July 16)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/ZP8GQYZIUT4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','d3c31561283db3345d16f2c41d054eda','','','2019-09-11 10:51:59','2019-09-11 15:51:59','',0,'https://buzz-caribbean.com/article/d3c31561283db3345d16f2c41d054eda/',0,'oembed_cache','',0),(8520,11,'2019-09-11 10:52:14','2019-09-11 15:52:14','<iframe title=\"BUZZ Artiste Watch (Week of July 9)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/uqsmZtXTkb4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','00f47767308d1368b1c945037f8f9266','','','2019-09-11 10:52:14','2019-09-11 15:52:14','',0,'https://buzz-caribbean.com/article/00f47767308d1368b1c945037f8f9266/',0,'oembed_cache','',0),(8521,21,'2019-09-11 11:00:30','2019-09-11 16:00:30','<!-- wp:image {\"id\":8523} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/JHTA-Bahamas.jpg\" alt=\"President of the Jamaica Hotel and Tourist Association (JHTA), Omar Robinson (right), with Sales and Reservation Manager at The Courtleigh Hotel, Maurice Bryan.\" class=\"wp-image-8523\" /><figcaption>President of the Jamaica Hotel and Tourist Association (JHTA), Omar Robinson (right), with Sales and Reservation Manager at The Courtleigh Hotel, Maurice Bryan.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Jamaica Hotel and Tourist Association (JHTA) will be donating US$20,000 to assist in relief efforts for the hurricane-ravaged Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>President of the JHTA, Omar Robinson,\nsays this will be done through the University of the West Indies-based Global\nTourism Resilience and Crisis Management Centre (GTRCMC) in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It is our hope and prayer that the resources being channelled to The Bahamas will help safeguard the health and welfare of the residents.\"</p><cite>— JHTA\'s Omar Robinson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Minister of Tourism, Hon Edmund\nBartlett, has been at the fore of efforts to mobilise global support for the\nrecovery efforts through the United Nations World Tourism Organization (UNWTO)\nand the GTRCMC,” Robinson told delegates and stakeholders at the 2019 Jamaica\nProduct Exchange (JAPEX) trade show at the Montego Bay Convention Centre, St\nJames, on September 9.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This is what we call Caribbean\nsolidarity, and it is our hope and prayer that the resources being channelled\nto The Bahamas will help safeguard the health and welfare of the residents and\ncontribute to the rebuilding of the country in the shortest possible time,” he\nsaid.</p>\n<!-- /wp:paragraph -->','JHTA to donate US$20,000 to The Bahamas','','publish','open','closed','','jhta-to-donate-us20000-to-the-bahamas','','','2019-09-11 10:58:40','2019-09-11 15:58:40','',0,'https://buzz-caribbean.com/?p=8521',0,'post','',0),(8522,11,'2019-09-11 10:52:36','2019-09-11 15:52:36','<iframe title=\"BUZZ Music Top 10 (Week of July 8)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/eNUuF_hxNYA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','c693bdb1c59fa6ee75b28ce97e2e300d','','','2019-09-11 10:52:36','2019-09-11 15:52:36','',0,'https://buzz-caribbean.com/article/c693bdb1c59fa6ee75b28ce97e2e300d/',0,'oembed_cache','',0),(8523,9,'2019-09-11 10:53:33','2019-09-11 15:53:33','','JHTA-Bahamas','','inherit','open','closed','','jhta-bahamas','','','2019-09-11 10:53:33','2019-09-11 15:53:33','',8521,'https://buzz-caribbean.com/app/uploads/2019/09/JHTA-Bahamas.jpg',0,'attachment','image/jpeg',0),(8524,9,'2019-09-11 10:56:46','2019-09-11 15:56:46','<!-- wp:image {\"id\":8523} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/JHTA-Bahamas.jpg\" alt=\"President of the Jamaica Hotel and Tourist Association (JHTA), Omar Robinson (right), with Sales and Reservation Manager at The Courtleigh Hotel, Maurice Bryan.\" class=\"wp-image-8523\" /><figcaption>President of the Jamaica Hotel and Tourist Association (JHTA), Omar Robinson (right), with Sales and Reservation Manager at The Courtleigh Hotel, Maurice Bryan.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Jamaica Hotel and Tourist\nAssociation (JHTA) will be donating US$20,000 to assist in relief efforts in\nhurricane-ravaged Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>President of the JHTA, Omar Robinson,\nsays this will be done through the University of the West Indies-based Global\nTourism Resilience and Crisis Management Centre (GTRCMC) in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It is our hope and prayer that the resources being channelled to The Bahamas will help safeguard the health and welfare of the residents.\"</p><cite>— JHTA\'s Omar Robinson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Minister of Tourism, Hon Edmund\nBartlett, has been at the fore of efforts to mobilise global support for the\nrecovery efforts through the United Nations World Tourism Organization (UNWTO)\nand the GTRCMC,” Robinson told delegates and stakeholders at the 2019 Jamaica\nProduct Exchange (JAPEX) trade show at the Montego Bay Convention Centre, St\nJames, on September 9.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This is what we call Caribbean\nsolidarity, and it is our hope and prayer that the resources being channelled\nto The Bahamas will help safeguard the health and welfare of the residents and\ncontribute to the rebuilding of the country in the shortest possible time,” he\nsaid.</p>\n<!-- /wp:paragraph -->','JHTA to donate US$20,000 to The Bahamas','','inherit','closed','closed','','8521-revision-v1','','','2019-09-11 10:56:46','2019-09-11 15:56:46','',8521,'https://buzz-caribbean.com/article/8521-revision-v1/',0,'revision','',0),(8525,9,'2019-09-11 10:58:39','2019-09-11 15:58:39','<!-- wp:image {\"id\":8523} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/JHTA-Bahamas.jpg\" alt=\"President of the Jamaica Hotel and Tourist Association (JHTA), Omar Robinson (right), with Sales and Reservation Manager at The Courtleigh Hotel, Maurice Bryan.\" class=\"wp-image-8523\" /><figcaption>President of the Jamaica Hotel and Tourist Association (JHTA), Omar Robinson (right), with Sales and Reservation Manager at The Courtleigh Hotel, Maurice Bryan.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Jamaica Hotel and Tourist Association (JHTA) will be donating US$20,000 to assist in relief efforts for the hurricane-ravaged Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>President of the JHTA, Omar Robinson,\nsays this will be done through the University of the West Indies-based Global\nTourism Resilience and Crisis Management Centre (GTRCMC) in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It is our hope and prayer that the resources being channelled to The Bahamas will help safeguard the health and welfare of the residents.\"</p><cite>— JHTA\'s Omar Robinson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Minister of Tourism, Hon Edmund\nBartlett, has been at the fore of efforts to mobilise global support for the\nrecovery efforts through the United Nations World Tourism Organization (UNWTO)\nand the GTRCMC,” Robinson told delegates and stakeholders at the 2019 Jamaica\nProduct Exchange (JAPEX) trade show at the Montego Bay Convention Centre, St\nJames, on September 9.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This is what we call Caribbean\nsolidarity, and it is our hope and prayer that the resources being channelled\nto The Bahamas will help safeguard the health and welfare of the residents and\ncontribute to the rebuilding of the country in the shortest possible time,” he\nsaid.</p>\n<!-- /wp:paragraph -->','JHTA to donate US$20,000 to The Bahamas','','inherit','closed','closed','','8521-revision-v1','','','2019-09-11 10:58:39','2019-09-11 15:58:39','',8521,'https://buzz-caribbean.com/article/8521-revision-v1/',0,'revision','',0),(8526,13,'2019-09-11 11:19:13','2019-09-11 16:19:13','<!-- wp:paragraph -->\n<p>The FIFA 20 Demo is finally here, with players able to download it for free on Playstation 4, Xbox One and PC. Nintendo Switch players will be unable to download the demo but will receive the full version of the game when it is launched later this month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>FIFA lovers finally have the first chance to try out the game\'s host of new features, secret controls and tricks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=vgQNOIhRsV4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=vgQNOIhRsV4\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>There\'s also a lot to Volta, FIFA 20\'s new street soccer mode. Rather than a one-off sideshow to the main game, it\'s actually multiple offline and online game styles and a full story campaign rolled into a cohesive and enjoyable package.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=zOsA3mc1xGw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=zOsA3mc1xGw\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Developers EA Sports unveiled new\ngame modes, including Volta Football to bring gameplay to the streets. Six\nteams are available to play with in the demo: Borussia Dortmund, Chelsea,\nLiverpool, Paris Saint Germain, Real Madrid and Tottenham. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8532} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Buzz-Caribbean-FIFA-Volta-1024x576.jpg\" alt=\"\" class=\"wp-image-8532\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It only arrived on PS4 and Xbox One.\nPlayers hoping to get a chance to jump into a game on PC and Nintendo Switch\nwill have to wait until the full release date, on 27 September.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>FIFA 20 demo offers players the chance to play as one of six teams: Chelsea, Real Madrid, Tottenham, Borussia Dortmund, Paris Saint Germain and Liverpool.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8534} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Buzz-Caribbean-FIFA-20-EA-Sports-1024x576.jpg\" alt=\"\" class=\"wp-image-8534\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Three stadiums host the matches: The\nBernabeu in Madrid, as well as Chelsea\'s Stamford Bridge and the new Tottenham\nHotspur Stadium.</p>\n<!-- /wp:paragraph -->','FIFA 20 demo kicks into action','','publish','open','closed','','fifa-20-demo-kicks-into-action','','','2019-09-11 11:19:13','2019-09-11 16:19:13','',0,'https://buzz-caribbean.com/?p=8526',0,'post','',0),(8527,21,'2019-09-11 11:12:20','2019-09-11 16:12:20','<!-- wp:image {\"id\":8528} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jennifer-lopez-husband.jpg\" alt=\"Jennifer Lopez and Alex Rodriguez attend the \'Hustlers\' premiere during the 2019 Toronto International Film Festival at Roy Thomson Hall on September 7, 2019 in Toronto, Canada. \" class=\"wp-image-8528\" /><figcaption>Jennifer Lopez (left) and fiance Alex Rodriguez attend the \'Hustlers\' premiere during the 2019 Toronto International Film Festival on September 7, 2019 in Toronto, Canada. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jennifer Lopez wants to have children with Alex Rodriguez.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Hustlers </strong>star already has 11-year-old twins Max and Emme with ex-husband Marc Anthony, while the retired baseball player, 44, has daughters Natasha, 14, and Ella, 11, with his ex-wife Cynthia Scurtis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, the 50-year-old star has said she would love to have a child with her fiance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Asked by radio host Hoda Kotb on her SiriusXM show if she plans on adding to her brood, Jennifer replied: \"Yeah!\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>On The Floor</strong> hitmaker then gushed about her soon-to-be husband and how she thinks God played a part in them meeting because they are \"so similar\" and both motivate one another to \"raise [their] games as people\" for the better of their family.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"I honestly think that God brought us together because we\'re so similar, but we both make each other raise our games as people. He\'s been very successful on his own, and I\'ve had my success as well. We don\'t need each other for that, but we need each other to help us to keep evolving and growing; to create a family, to teach our kids how to give them something that maybe we didn\'t have.</p>\n<!-- /wp:paragraph -->','At 50 years old, Jennifer Lopez wants to have another child','','publish','open','closed','','at-50-years-old-jennifer-lopez-wants-to-have-another-child','','','2019-09-11 11:12:20','2019-09-11 16:12:20','',0,'https://buzz-caribbean.com/?p=8527',0,'post','',0),(8528,9,'2019-09-11 11:05:58','2019-09-11 16:05:58','','2019 Toronto International Film Festival - \"Hustlers\" Premiere - Red Carpet','TORONTO, ONTARIO - SEPTEMBER 07: (L-R) Jennifer Lopez and Alex Rodriguez attend the \"Hustlers\" premiere during the 2019 Toronto International Film Festival at Roy Thomson Hall on September 07, 2019 in Toronto, Canada. (Photo by George Pimentel/Getty Images for TIFF)','inherit','open','closed','','2019-toronto-international-film-festival-hustlers-premiere-red-carpet','','','2019-09-11 11:05:58','2019-09-11 16:05:58','',8527,'https://buzz-caribbean.com/app/uploads/2019/09/jennifer-lopez-husband.jpg',0,'attachment','image/jpeg',0),(8529,11,'2019-09-11 11:07:42','2019-09-11 16:07:42','<iframe title=\"FIFA 20 | Official Gameplay Trailer\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/vgQNOIhRsV4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','c906b76dd26a3f04f1dc221f212205ea','','','2019-09-11 11:07:42','2019-09-11 16:07:42','',0,'https://buzz-caribbean.com/article/c906b76dd26a3f04f1dc221f212205ea/',0,'oembed_cache','',0),(8530,11,'2019-09-11 11:07:42','2019-09-11 16:07:42','<iframe title=\"FIFA 20 | Official VOLTA Gameplay Trailer\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/zOsA3mc1xGw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','4d554b3fa4decc27515e0e7cbe2b16a9','','','2019-09-11 11:07:42','2019-09-11 16:07:42','',0,'https://buzz-caribbean.com/article/4d554b3fa4decc27515e0e7cbe2b16a9/',0,'oembed_cache','',0),(8531,9,'2019-09-11 11:09:07','2019-09-11 16:09:07','<!-- wp:image {\"id\":8528} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jennifer-lopez-husband.jpg\" alt=\"Jennifer Lopez and Alex Rodriguez attend the \'Hustlers\' premiere during the 2019 Toronto International Film Festival at Roy Thomson Hall on September 7, 2019 in Toronto, Canada. \" class=\"wp-image-8528\" /><figcaption>Jennifer Lopez (left) and fiance Alex Rodriguez attend the \'Hustlers\' premiere during the 2019 Toronto International Film Festival on September 7, 2019 in Toronto, Canada. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jennifer Lopez wants to have children with Alex Rodriguez.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Hustlers </strong>star already has 11-year-old twins Max and Emme with ex-husband Marc Anthony, while the retired baseball player, 44, has daughters Natasha, 14, and Ella, 11, with his ex-wife Cynthia Scurtis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, the 50-year-old star has said she would love to have a child with her fiance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Asked by radio host Hoda Kotb on her SiriusXM show if she plans on adding to her brood, Jennifer replied: \"Yeah!\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>On The Floor</strong> hitmaker then gushed about her soon-to-be husband and how she thinks God played a part in them meeting because they are \"so similar\" and both motivate one another to \"raise [their] games as people\" for the better of their family.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"I honestly think that God brought us together because we\'re so similar, but we both make each other raise our games as people. He\'s been very successful on his own, and I\'ve had my success as well. We don\'t need each other for that, but we need each other to help us to keep evolving and growing; to create a family, to teach our kids how to give them something that maybe we didn\'t have.</p>\n<!-- /wp:paragraph -->','At 50 years old, Jennifer Lopez wants to have another child','','inherit','closed','closed','','8527-revision-v1','','','2019-09-11 11:09:07','2019-09-11 16:09:07','',8527,'https://buzz-caribbean.com/article/8527-revision-v1/',0,'revision','',0),(8532,11,'2019-09-11 11:13:39','2019-09-11 16:13:39','','Buzz-Caribbean-FIFA-Volta','','inherit','open','closed','','buzz-caribbean-fifa-volta','','','2019-09-11 11:13:39','2019-09-11 16:13:39','',8526,'https://buzz-caribbean.com/app/uploads/2019/09/Buzz-Caribbean-FIFA-Volta.jpg',0,'attachment','image/jpeg',0),(8533,13,'2019-09-11 11:28:11','2019-09-11 16:28:11','','Sandals Motorcycle Workshop','','publish','closed','closed','','sandals-motorcycle-workshop','','','2019-09-11 11:41:11','2019-09-11 16:41:11','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=8533',0,'out','',0),(8534,11,'2019-09-11 11:15:58','2019-09-11 16:15:58','','Buzz-Caribbean-FIFA-20-EA-Sports','','inherit','open','closed','','buzz-caribbean-fifa-20-ea-sports','','','2019-09-11 11:15:58','2019-09-11 16:15:58','',8526,'https://buzz-caribbean.com/app/uploads/2019/09/Buzz-Caribbean-FIFA-20-EA-Sports.jpg',0,'attachment','image/jpeg',0),(8535,13,'2019-09-11 11:18:25','2019-09-11 16:18:25','','MOTORCYCLE WORKSHOP','','inherit','open','closed','','motorcycle-workshop','','','2019-09-11 11:18:25','2019-09-11 16:18:25','',8533,'https://buzz-caribbean.com/app/uploads/2019/09/MOTORCYCLE-WORKSHOP.jpg',0,'attachment','image/jpeg',0),(8536,11,'2019-09-11 11:19:13','2019-09-11 16:19:13','<!-- wp:paragraph -->\n<p>The FIFA 20 Demo is finally here, with players able to download it for free on Playstation 4, Xbox One and PC. Nintendo Switch players will be unable to download the demo but will receive the full version of the game when it is launched later this month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>FIFA lovers finally have the first chance to try out the game\'s host of new features, secret controls and tricks. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=vgQNOIhRsV4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=vgQNOIhRsV4\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>There\'s also a lot to Volta, FIFA 20\'s new street soccer mode. Rather than a one-off sideshow to the main game, it\'s actually multiple offline and online game styles and a full story campaign rolled into a cohesive and enjoyable package.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=zOsA3mc1xGw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=zOsA3mc1xGw\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Developers EA Sports unveiled new\ngame modes, including Volta Football to bring gameplay to the streets. Six\nteams are available to play with in the demo: Borussia Dortmund, Chelsea,\nLiverpool, Paris Saint Germain, Real Madrid and Tottenham. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8532} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Buzz-Caribbean-FIFA-Volta-1024x576.jpg\" alt=\"\" class=\"wp-image-8532\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It only arrived on PS4 and Xbox One.\nPlayers hoping to get a chance to jump into a game on PC and Nintendo Switch\nwill have to wait until the full release date, on 27 September.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>FIFA 20 demo offers players the chance to play as one of six teams: Chelsea, Real Madrid, Tottenham, Borussia Dortmund, Paris Saint Germain and Liverpool.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8534} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Buzz-Caribbean-FIFA-20-EA-Sports-1024x576.jpg\" alt=\"\" class=\"wp-image-8534\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Three stadiums host the matches: The\nBernabeu in Madrid, as well as Chelsea\'s Stamford Bridge and the new Tottenham\nHotspur Stadium.</p>\n<!-- /wp:paragraph -->','FIFA 20 demo kicks into action','','inherit','closed','closed','','8526-revision-v1','','','2019-09-11 11:19:13','2019-09-11 16:19:13','',8526,'https://buzz-caribbean.com/article/8526-revision-v1/',0,'revision','',0),(8537,23,'2019-09-11 13:14:14','2019-09-11 18:14:14','<!-- wp:paragraph -->\n<p>The hurricane season is in full swing and so most people have stopped saving water as they believe that there will be enough rain for the next few months to fill the reservoirs and take care of their daily needs. Nothing can be further from the truth. With climate change wreaking havoc globally, drought in certain areas makes the storage and preservation of water even more critical going forward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8539} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Mona-Reservoir-Kingston-Jamaica-Buzz-Caribbean-1024x576.jpg\" alt=\"\" class=\"wp-image-8539\" /><figcaption>Mona Reservoir in Kingston, Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One wonders why in an island surrounded by water, every year there is renewed debate over how we can prevent the ever-increasing water lock-offs and restrictions by the National Water Commission (NWC). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Jamaica-Aerial-View-Buzz-Caribbean-1024x487.jpg\" alt=\"\" class=\"wp-image-8541\" /><figcaption>Aerial view of Jamaica on Google Earth</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One possible solution offered up initially was the de-salinization of our water. That is, using seawater and removing its salt and mineral content making it palatable and safe for everyday use. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8542} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/seawater-rain-harvesting-Buzz-Caribbean-1024x512.jpg\" alt=\"\" class=\"wp-image-8542\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Saltwater is generally unsuitable for not just drinking but also washing and construction as the salt content is corrosive and can weaken the structure of anything that it is built with.  De-salinization, however, was not deemed to be a feasible solution as it is said to be a very costly undertaking, therefore, government technocrats shelved it after its initial assessment. In the last few years, however, another possibility has been examined and pilot projects implemented: rainwater harvesting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8543} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/rainwater-harvesting-Buzz-Caribbean-1024x768.jpg\" alt=\"\" class=\"wp-image-8543\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the simplest and oldest methods of self-supply of water, rainwater harvesting, is the accumulation and storage of rainwater for reuse instead of allowing it to run off. Rainwater can be collected from roofs and redirected to a deep well, borehole or reservoir. It can also be collected from dew or fog with nets or other tools and used for gardening, livestock, irrigation and domestic use for drinking with proper treatment. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8547} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/agriculture-watering-plants-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-8547\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Today, rainwater harvesting has several advantages especially for an island such as ours because it provides an independent water supply during water restrictions. In areas where clean water is costly to transport or difficult to come by, rainwater harvesting can be a necessity. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8549} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/water-truck-rainwater-harvesting-Buzz-Caribbean-1-1024x614.jpg\" alt=\"\" class=\"wp-image-8549\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In developed countries, rainwater is often harvested to be used as a supplemental source of water rather than the main source. Additionally, the harvesting of rainwater can also decrease a household\'s water costs or overall usage levels, especially since it tastes good and is safe to drink.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5463} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/water-buzz-demo-2-1024x674.jpg\" alt=\"\" class=\"wp-image-5463\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican agronomists are especially enthusiastic about incorporating this practice into our agricultural initiatives and mainstream farming. Studies have shown that the capture and storage of rainwater runoff for later use is able to significantly reduce the risk of losing some or all of an annual year\'s harvest because of water scarcity. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><a rel=\"noreferrer noopener\" aria-label=\"RADA to improve water harvesting techniques for farmers (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/rada-to-improve-water-harvesting-techniques-for-farmers/\" target=\"_blank\">RADA to improve water harvesting techniques for farmers</a></li><li><a rel=\"noreferrer noopener\" aria-label=\"PM Holness: ‘Jamaica must become environmentally conscious’ (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/pm-holness-jamaica-must-become-environmentally-conscious/\" target=\"_blank\">PM Holness: ‘Jamaica must become environmentally conscious’</a></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":8551} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/irrigation-rainwater-harvesting-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8551\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Also, the risks associated with flooding and soil erosion during hurricanes, tropical storms or high rainfall seasons would decrease. Small farmers who cultivate hillside areas would find it especially beneficial since they could capture runoff and decrease the effects of soil erosion. Collections from roofs, dams and ponds can be constructed to hold large quantities of rainwater so that even during weeks or months where there is little to no rainfall, enough is available to irrigate crops. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8554} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/drought-rainwater-harvesting-Buzz-Caribbean-1024x680.jpg\" alt=\"\" class=\"wp-image-8554\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tell us <strong>BUZZ </strong>fam, will you be trying out rainwater harvesting?</p>\n<!-- /wp:paragraph -->','Rain Water Harvesting – a possible solution to our water woes','','publish','open','closed','','rain-water-harvesting-a-possible-solution-to-our-water-woes','','','2019-09-11 13:14:14','2019-09-11 18:14:14','',0,'https://buzz-caribbean.com/?p=8537',0,'post','',0),(8538,13,'2019-09-11 11:22:34','2019-09-11 16:22:34','','Motorcycle Safety 2','','inherit','open','closed','','motorcycle-safety-2','','','2019-09-11 11:22:34','2019-09-11 16:22:34','',8533,'https://buzz-caribbean.com/app/uploads/2019/09/motorcycle-safety-2.jpg',0,'attachment','image/jpeg',0),(8539,11,'2019-09-11 11:28:37','2019-09-11 16:28:37','','Mona-Reservoir-Kingston-Jamaica-Buzz-Caribbean','','inherit','open','closed','','mona-reservoir-kingston-jamaica-buzz-caribbean','','','2019-09-11 11:28:37','2019-09-11 16:28:37','',8537,'https://buzz-caribbean.com/app/uploads/2019/09/Mona-Reservoir-Kingston-Jamaica-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8540,13,'2019-09-11 11:41:03','2019-09-11 16:41:03','','Motorcycle Safety 3','','inherit','open','closed','','motorcycle-safety-3','','','2019-09-11 11:41:03','2019-09-11 16:41:03','',8533,'https://buzz-caribbean.com/app/uploads/2019/09/motorcycle-safety-3.jpeg',0,'attachment','image/jpeg',0),(8541,11,'2019-09-11 11:52:58','2019-09-11 16:52:58','','Jamaica-Aerial-View-Buzz-Caribbean','','inherit','open','closed','','jamaica-aerial-view-buzz-caribbean','','','2019-09-11 11:52:58','2019-09-11 16:52:58','',8537,'https://buzz-caribbean.com/app/uploads/2019/09/Jamaica-Aerial-View-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8542,11,'2019-09-11 11:55:03','2019-09-11 16:55:03','','seawater-rain-harvesting-Buzz-Caribbean','','inherit','open','closed','','seawater-rain-harvesting-buzz-caribbean','','','2019-09-11 11:55:03','2019-09-11 16:55:03','',8537,'https://buzz-caribbean.com/app/uploads/2019/09/seawater-rain-harvesting-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8543,11,'2019-09-11 12:01:27','2019-09-11 17:01:27','','rainwater-harvesting-Buzz-Caribbean','','inherit','open','closed','','rainwater-harvesting-buzz-caribbean','','','2019-09-11 12:01:27','2019-09-11 17:01:27','',8537,'https://buzz-caribbean.com/app/uploads/2019/09/rainwater-harvesting-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8544,23,'2019-09-11 12:12:43','2019-09-11 17:12:43','<!-- wp:image {\"id\":8546} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/red-bull-culture-clash-1024x576.jpg\" alt=\"\" class=\"wp-image-8546\" /><figcaption>Tony Matterhorn (left) and Popcaan participating in the Red Bull Culture Clash in 2015. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Red Bull Culture Clash has finally taken the step\nto come to Jamaica where the sound system culture really began. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On November 2 and 3, the Red Bull Culture Clash will\nbe held at the National Arena in St Andrew. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The competition, which is a replica of the traditional sound system culture that started in the mid-50s in Jamaica, consists of four teams fighting on four different stages for the title of Red Bull Culture Clash winner. The competition is extremely structured, as they have a decibel reader that measures the cheers from the audience, which declares the winner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dancehall entertainers Popcaan, Spice and selector Tony\nMatterhorn have participated in the festival as part of ‘Mixpak’ in 2016. The\nfollowing year, Popcaan and his ‘Unruly Crew’ took the stage. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Red Bull Culture Clash started in 2010 with top names in music such as Wiz Khalifa and EDM trio Major Lazer. In previous years, it has been held in Atlanta, US and London, UK. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Red Bull Culture Clash coming to Jamaica on November 2','','publish','open','closed','','red-bull-culture-clash-coming-to-jamaica-on-november-2','','','2019-09-11 12:12:43','2019-09-11 17:12:43','',0,'https://buzz-caribbean.com/?p=8544',0,'post','',0),(8546,9,'2019-09-11 12:05:59','2019-09-11 17:05:59','','red-bull-culture-clash','','inherit','open','closed','','red-bull-culture-clash','','','2019-09-11 12:05:59','2019-09-11 17:05:59','',8544,'https://buzz-caribbean.com/app/uploads/2019/09/red-bull-culture-clash.jpg',0,'attachment','image/jpeg',0),(8547,11,'2019-09-11 12:06:28','2019-09-11 17:06:28','','agriculture-watering-plants-Buzz-Caribbean','','inherit','open','closed','','agriculture-watering-plants-buzz-caribbean','','','2019-09-11 12:06:28','2019-09-11 17:06:28','',8537,'https://buzz-caribbean.com/app/uploads/2019/09/agriculture-watering-plants-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8548,11,'2019-09-11 12:08:42','2019-09-11 17:08:42','','water-truck-rainwater-harvesting-Buzz-Caribbean','','inherit','open','closed','','water-truck-rainwater-harvesting-buzz-caribbean','','','2019-09-11 12:08:42','2019-09-11 17:08:42','',8537,'https://buzz-caribbean.com/app/uploads/2019/09/water-truck-rainwater-harvesting-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8549,11,'2019-09-11 12:09:43','2019-09-11 17:09:43','','water-truck-rainwater-harvesting-Buzz-Caribbean-1','','inherit','open','closed','','water-truck-rainwater-harvesting-buzz-caribbean-1','','','2019-09-11 12:09:43','2019-09-11 17:09:43','',8537,'https://buzz-caribbean.com/app/uploads/2019/09/water-truck-rainwater-harvesting-Buzz-Caribbean-1.jpg',0,'attachment','image/jpeg',0),(8550,9,'2019-09-11 12:12:43','2019-09-11 17:12:43','<!-- wp:image {\"id\":8546} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/red-bull-culture-clash-1024x576.jpg\" alt=\"\" class=\"wp-image-8546\" /><figcaption>Tony Matterhorn (left) and Popcaan participating in the Red Bull Culture Clash in 2015. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Red Bull Culture Clash has finally taken the step\nto come to Jamaica where the sound system culture really began. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On November 2 and 3, the Red Bull Culture Clash will\nbe held at the National Arena in St Andrew. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The competition, which is a replica of the traditional sound system culture that started in the mid-50s in Jamaica, consists of four teams fighting on four different stages for the title of Red Bull Culture Clash winner. The competition is extremely structured, as they have a decibel reader that measures the cheers from the audience, which declares the winner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dancehall entertainers Popcaan, Spice and selector Tony\nMatterhorn have participated in the festival as part of ‘Mixpak’ in 2016. The\nfollowing year, Popcaan and his ‘Unruly Crew’ took the stage. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Red Bull Culture Clash started in 2010 with top names in music such as Wiz Khalifa and EDM trio Major Lazer. In previous years, it has been held in Atlanta, US and London, UK. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Red Bull Culture Clash coming to Jamaica on November 2','','inherit','closed','closed','','8544-revision-v1','','','2019-09-11 12:12:43','2019-09-11 17:12:43','',8544,'https://buzz-caribbean.com/article/8544-revision-v1/',0,'revision','',0),(8551,11,'2019-09-11 12:12:58','2019-09-11 17:12:58','','irrigation-rainwater-harvesting-Buzz-Caribbean','','inherit','open','closed','','irrigation-rainwater-harvesting-buzz-caribbean','','','2019-09-11 12:12:58','2019-09-11 17:12:58','',8537,'https://buzz-caribbean.com/app/uploads/2019/09/irrigation-rainwater-harvesting-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8552,11,'2019-09-11 12:16:53','2019-09-11 17:16:53','','drough-rainwater-harvesting-Buzz-Caribbean','','inherit','open','closed','','drough-rainwater-harvesting-buzz-caribbean','','','2019-09-11 12:16:53','2019-09-11 17:16:53','',8537,'https://buzz-caribbean.com/app/uploads/2019/09/drough-rainwater-harvesting-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8553,11,'2019-09-11 12:17:01','2019-09-11 17:17:01','','soil-erosion-rainwater-harvesting-Buzz-Caribbean','','inherit','open','closed','','soil-erosion-rainwater-harvesting-buzz-caribbean','','','2019-09-11 12:17:01','2019-09-11 17:17:01','',8537,'https://buzz-caribbean.com/app/uploads/2019/09/soil-erosion-rainwater-harvesting-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8554,11,'2019-09-11 12:18:22','2019-09-11 17:18:22','','drought-rainwater-harvesting-Buzz-Caribbean','','inherit','open','closed','','drought-rainwater-harvesting-buzz-caribbean','','','2019-09-11 12:18:22','2019-09-11 17:18:22','',8537,'https://buzz-caribbean.com/app/uploads/2019/09/drought-rainwater-harvesting-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8555,21,'2019-09-11 12:31:16','2019-09-11 17:31:16','<!-- wp:image {\"id\":8556} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/mariah-carey-20190911.jpg\" alt=\"Mariah Carey pushes her daughter, Monroe, in a trolley at Target. \" class=\"wp-image-8556\" /><figcaption>Mariah Carey pushes her daughter, Monroe, in a trolley at Target. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mariah Carey\'s daughter took her mom on a shopping trip to budget supermarket Target.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>We Belong Together</strong> hitmaker asked eight-year-old Monroe - who is a twin to brother Moroccan - where she would like to go shopping on Tuesday, and despite Mariah having a reported net worth of $300 million, her little girl surprised her diva parent with her choice of store for their spree.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Below a picture of Monroe in a Target shopping trolley being pushed by the 49-year-old superstar in one of their stores, Mariah wrote on Instagram: \"Me: pick anywhere in the world you want to go to for a shopping spree</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My daughter: (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The twins\' father and Mariah\'s ex-husband Nick Cannon reacted: \"Exactly!!! That\'s my daughter!!! (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Talk show host Andy Cohen wrote: \"Best ad for Target I\'ve ever seen.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The official Instagram page for Target also responded with: \"We belong together.\"</p>\n<!-- /wp:paragraph -->','Mariah Carey\'s daughter takes her shopping at Target','','publish','open','closed','','mariah-careys-daughter-takes-her-shopping-at-target','','','2019-09-11 12:31:19','2019-09-11 17:31:19','',0,'https://buzz-caribbean.com/?p=8555',0,'post','',0),(8556,9,'2019-09-11 12:24:27','2019-09-11 17:24:27','','mariah-carey-20190911','','inherit','open','closed','','mariah-carey-20190911','','','2019-09-11 12:24:27','2019-09-11 17:24:27','',8555,'https://buzz-caribbean.com/app/uploads/2019/09/mariah-carey-20190911.jpg',0,'attachment','image/jpeg',0),(8557,4,'2019-09-11 12:29:58','2019-09-11 17:29:58','<!-- wp:image {\"id\":8433} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/leisha-wong-jacqueline-sinclair-1024x683.jpg\" alt=\"\" class=\"wp-image-8433\" /><figcaption>Leisha Wong (left ) and Jacqui Sinclair.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the founding members of Kingston Kitchen, Leisha Wong, is a huge supporter of hosting culinary food events in Jamaica and notes the growth in this area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In fact, she is pleased to see a number of entrepreneurs in the food industry now looking to establish their businesses and offering a variety of services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kingston Kitchen began in 2011 and was founded by Jacqui Sinclair, Melanie Miller and Leisha Wong. The idea was to create a food fair where families could come and en joy food in a safe environment and at a reasonable price point. It was also an opportunity to showcase a variety of food vendors and their wares.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The inaugural event was a big hit and the girls went on to host other Kingston Kitchen events, each outdoing their previous outings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[8440,8441,8442,8443,8444,8445,8446]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen5-1024x577.jpg\" alt=\"\" data-id=\"8440\" data-link=\"https://buzz-caribbean.com/?attachment_id=8440\" class=\"wp-image-8440\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kitchen-kitchen-1-1024x576.jpg\" alt=\"\" data-id=\"8441\" data-link=\"https://buzz-caribbean.com/?attachment_id=8441\" class=\"wp-image-8441\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen6-1024x577.jpg\" alt=\"\" data-id=\"8442\" data-link=\"https://buzz-caribbean.com/?attachment_id=8442\" class=\"wp-image-8442\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen-1024x576.jpg\" alt=\"\" data-id=\"8443\" data-link=\"https://buzz-caribbean.com/?attachment_id=8443\" class=\"wp-image-8443\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen3-1024x576.jpg\" alt=\"\" data-id=\"8444\" data-link=\"https://buzz-caribbean.com/?attachment_id=8444\" class=\"wp-image-8444\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen4-576x1024.jpg\" alt=\"\" data-id=\"8445\" data-link=\"https://buzz-caribbean.com/?attachment_id=8445\" class=\"wp-image-8445\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen7-576x1024.jpg\" alt=\"\" data-id=\"8446\" data-link=\"https://buzz-caribbean.com/?attachment_id=8446\" class=\"wp-image-8446\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Utilising her journalism background, Leisha produces a Kitchen Kitchen magazine which is a must-have if you are a foodie. This summer\'s Kingston Kitchen was held at Hope Gardens and was a resounding success.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong>, Leisha said: “We were blown away by the turn out this summer and the event has grown exponentially. A love of food in Jamaica is being fully recognised&nbsp;and people are turning out to events in huge numbers. When we started in December 2011 our first event&nbsp; saw 400 people turning up and we had 25 vendors. This year we had just under 2000 patrons with 70 vendors. This speaks volumes for the entrepreneurial spirit of the vendors and there is no question that the food truck scene is growing in Jamaica.”</p>\n<!-- /wp:paragraph -->','Leisha Wong sees growth in Jamaica’s culinary events','','inherit','closed','closed','','8427-revision-v1','','','2019-09-11 12:29:58','2019-09-11 17:29:58','',8427,'https://buzz-caribbean.com/article/8427-revision-v1/',0,'revision','',0),(8558,9,'2019-09-11 12:31:02','2019-09-11 17:31:02','<!-- wp:image {\"id\":8556} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/mariah-carey-20190911.jpg\" alt=\"Mariah Carey pushes her daughter, Monroe, in a trolley at Target. \" class=\"wp-image-8556\" /><figcaption>Mariah Carey pushes her daughter, Monroe, in a trolley at Target. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mariah Carey\'s daughter took her mom on a shopping trip to budget supermarket Target.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>We Belong Together</strong> hitmaker asked eight-year-old Monroe - who is a twin to brother Moroccan - where she would like to go shopping on Tuesday, and despite Mariah having a reported net worth of $300 million, her little girl surprised her diva parent with her choice of store for their spree.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Below a picture of Monroe in a Target shopping trolley being pushed by the 49-year-old superstar in one of their stores, Mariah wrote on Instagram: \"Me: pick anywhere in the world you want to go to for a shopping spree</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My daughter: (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The twins\' father and Mariah\'s ex-husband Nick Cannon reacted: \"Exactly!!! That\'s my daughter!!! (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Talk show host Andy Cohen wrote: \"Best ad for Target I\'ve ever seen.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The official Instagram page for Target also responded with: \"We belong together.\"</p>\n<!-- /wp:paragraph -->','Mariah Carey\'s daughter takes her shopping at Target','','inherit','closed','closed','','8555-revision-v1','','','2019-09-11 12:31:02','2019-09-11 17:31:02','',8555,'https://buzz-caribbean.com/article/8555-revision-v1/',0,'revision','',0),(8559,4,'2019-09-11 12:31:37','2019-09-11 17:31:37','','Leisha Wong Jacqueline Sinclair Festured Image','','inherit','open','closed','','leisha-wong-jacqueline-sinclair-festured-image','','','2019-09-11 12:31:37','2019-09-11 17:31:37','',0,'https://buzz-caribbean.com/app/uploads/2019/09/leisha-wong-jacqueline-sinclair-festured-image.jpg',0,'attachment','image/jpeg',0),(8560,21,'2019-09-11 13:02:28','2019-09-11 18:02:28','<!-- wp:image {\"id\":8561} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kingston-mayor-delroy-williams-1024x644.jpg\" alt=\"Kingston Mayor Delroy Williams\" class=\"wp-image-8561\" /><figcaption>Kingston Mayor Delroy Williams</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Representatives of the Kingston and\nSt Andrew Municipal Corporation (KSAMC) are set to meet with party promoters to\ndiscuss issues regarding the staging of entertainment events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the KSAMC’s monthly\nmeeting on Tuesday at the corporation’s office in downtown Kingston, Mayor of\nKingston, Senator Councillor Delroy Williams, disclosed that he had received a\nletter from party promoters earlier this week in which they outlined a number\nof concerns.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These include the need for\nentertainment zones and venues for large events; the number of permits that\nthey have to obtain to stage an event; and the attitude of the police.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“We have a responsibility to air the concerns.\" </p><cite>— Kingston Mayor Delroy Williams</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Williams said that the promoters, in\nthe letter, requested a meeting with the KSAMC, which will be arranged as soon\nas possible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have a responsibility to air the\nconcerns because, as a municipality, we have some level of responsibility as it\nrelates to the issuance of amusement licences, and we also have a\nresponsibility to ensure that the environment within which the industry\noperates is orderly, structured and is fertile for investment,” he noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So, those discussions will take\nplace at our level, and I am pretty sure those discussions will take place at\nother levels as it relates to the Noise Abatement Act.”</p>\n<!-- /wp:paragraph -->','KSAMC to meet with party promoters','','publish','open','closed','','ksamc-to-meet-with-party-promoters','','','2019-09-11 13:02:29','2019-09-11 18:02:29','',0,'https://buzz-caribbean.com/?p=8560',0,'post','',0),(8561,9,'2019-09-11 12:51:42','2019-09-11 17:51:42','','kingston-mayor-delroy-williams','','inherit','open','closed','','kingston-mayor-delroy-williams','','','2019-09-11 12:51:42','2019-09-11 17:51:42','',8560,'https://buzz-caribbean.com/app/uploads/2019/09/kingston-mayor-delroy-williams.jpg',0,'attachment','image/jpeg',0),(8562,9,'2019-09-11 13:01:38','2019-09-11 18:01:38','<!-- wp:image {\"id\":8561} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kingston-mayor-delroy-williams-1024x644.jpg\" alt=\"Kingston Mayor Delroy Williams\" class=\"wp-image-8561\" /><figcaption>Kingston Mayor Delroy Williams</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Representatives of the Kingston and\nSt Andrew Municipal Corporation (KSAMC) are set to meet with party promoters to\ndiscuss issues regarding the staging of entertainment events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the KSAMC’s monthly\nmeeting on Tuesday at the corporation’s office in downtown Kingston, Mayor of\nKingston, Senator Councillor Delroy Williams, disclosed that he had received a\nletter from party promoters earlier this week in which they outlined a number\nof concerns.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These include the need for\nentertainment zones and venues for large events; the number of permits that\nthey have to obtain to stage an event; and the attitude of the police.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“We have a responsibility to air the concerns.\" </p><cite>— Kingston Mayor Delroy Williams</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Williams said that the promoters, in\nthe letter, requested a meeting with the KSAMC, which will be arranged as soon\nas possible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have a responsibility to air the\nconcerns because, as a municipality, we have some level of responsibility as it\nrelates to the issuance of amusement licences, and we also have a\nresponsibility to ensure that the environment within which the industry\noperates is orderly, structured and is fertile for investment,” he noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So, those discussions will take\nplace at our level, and I am pretty sure those discussions will take place at\nother levels as it relates to the Noise Abatement Act.”</p>\n<!-- /wp:paragraph -->','KSAMC to meet with party promoters','','inherit','closed','closed','','8560-revision-v1','','','2019-09-11 13:01:38','2019-09-11 18:01:38','',8560,'https://buzz-caribbean.com/article/8560-revision-v1/',0,'revision','',0),(8563,23,'2019-09-11 13:18:58','2019-09-11 18:18:58','<!-- wp:image {\"id\":8566} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/e-cigarette-vaping-adult-baseball-cap-bearded-man-2605589-1024x683.jpg\" alt=\"\" class=\"wp-image-8566\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It was said that vaping was better for smokers’ health than good old-fashioned cigarettes in that the nicotine content was significantly reduced, but that is now been disputed with the American Medical Association (AMA). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the AMA, there may be a link between using e-cigarettes and lung cancer, particularly with teenagers and young adults.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In light of increasing reports of e-cigarette-associated lung illnesses across the country, the AMA urges the public to avoid the use of e-cigarette products. We must not stand by while e-cigarettes continue to go unregulated. We urge the US Food and Drug Administration to speed up the regulation of e-cigarettes and remove all unregulated products from the market,” said the president of the AMA, Patrice Harris.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What is clear is that e-cigarettes put nicotine into the lungs and bloodstream, but without the tar and smoke of a regular cigarette. However, vaping heats up nicotine inducing chemicals that cause cancer. This can include formaldehyde.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"E-cigarettes and vaping can cause bronchitis pneumonia or what we call a popcorn type of lung cancer.” </p><cite>—  Angelique Coetzee, South African Medical Association   </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The use of e-cigarettes has become popular around the world, and many believe it a healthier alternative to smoking cigarettes and indeed aids in giving up the habit. But doctors are now of the view that these products can be releasing toxins and carcinogens into the body.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>National chairperson of the South African Medical Association Angelique Coetzee said: “What needs to be understood is that vapes and e-cigarettes all contain nicotine and it is in the nicotine where the problem is. E-cigarettes and vaping can cause bronchitis pneumonia or what we call a popcorn type of lung cancer.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Harvard Health’s Dr Robert Shmerling, a recent study revealed 37 per cent of American high school seniors reported vaping in 2018, up from 28 per cent the year before. An estimated 2.1 million middle school and high school students reported using e-cigarettes in 2017 with that increasing to 3.6 million the following year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Scientists from the John Hopkins Bloomberg School of Public Health in Baltimore concluded that e-cigarettes vapours can be harmful and cause lung problems. They believe that the danger may arise from the toxic content of e-cigarette heating coils.</p>\n<!-- /wp:paragraph -->','Vaping and e-cigarettes linked to lung disease, says medical association','','publish','open','closed','','vaping-and-e-cigarettes-linked-to-lung-disease-says-medical-association','','','2019-09-11 13:18:58','2019-09-11 18:18:58','',0,'https://buzz-caribbean.com/?p=8563',0,'post','',0),(8564,11,'2019-09-11 13:14:14','2019-09-11 18:14:14','<!-- wp:paragraph -->\n<p>The hurricane season is in full swing and so most people have stopped saving water as they believe that there will be enough rain for the next few months to fill the reservoirs and take care of their daily needs. Nothing can be further from the truth. With climate change wreaking havoc globally, drought in certain areas makes the storage and preservation of water even more critical going forward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8539} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Mona-Reservoir-Kingston-Jamaica-Buzz-Caribbean-1024x576.jpg\" alt=\"\" class=\"wp-image-8539\" /><figcaption>Mona Reservoir in Kingston, Jamaica</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One wonders why in an island surrounded by water, every year there is renewed debate over how we can prevent the ever-increasing water lock-offs and restrictions by the National Water Commission (NWC). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8541} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Jamaica-Aerial-View-Buzz-Caribbean-1024x487.jpg\" alt=\"\" class=\"wp-image-8541\" /><figcaption>Aerial view of Jamaica on Google Earth</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One possible solution offered up initially was the de-salinization of our water. That is, using seawater and removing its salt and mineral content making it palatable and safe for everyday use. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8542} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/seawater-rain-harvesting-Buzz-Caribbean-1024x512.jpg\" alt=\"\" class=\"wp-image-8542\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Saltwater is generally unsuitable for not just drinking but also washing and construction as the salt content is corrosive and can weaken the structure of anything that it is built with.  De-salinization, however, was not deemed to be a feasible solution as it is said to be a very costly undertaking, therefore, government technocrats shelved it after its initial assessment. In the last few years, however, another possibility has been examined and pilot projects implemented: rainwater harvesting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8543} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/rainwater-harvesting-Buzz-Caribbean-1024x768.jpg\" alt=\"\" class=\"wp-image-8543\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of the simplest and oldest methods of self-supply of water, rainwater harvesting, is the accumulation and storage of rainwater for reuse instead of allowing it to run off. Rainwater can be collected from roofs and redirected to a deep well, borehole or reservoir. It can also be collected from dew or fog with nets or other tools and used for gardening, livestock, irrigation and domestic use for drinking with proper treatment. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8547} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/agriculture-watering-plants-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-8547\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Today, rainwater harvesting has several advantages especially for an island such as ours because it provides an independent water supply during water restrictions. In areas where clean water is costly to transport or difficult to come by, rainwater harvesting can be a necessity. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8549} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/water-truck-rainwater-harvesting-Buzz-Caribbean-1-1024x614.jpg\" alt=\"\" class=\"wp-image-8549\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In developed countries, rainwater is often harvested to be used as a supplemental source of water rather than the main source. Additionally, the harvesting of rainwater can also decrease a household\'s water costs or overall usage levels, especially since it tastes good and is safe to drink.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5463} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/water-buzz-demo-2-1024x674.jpg\" alt=\"\" class=\"wp-image-5463\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican agronomists are especially enthusiastic about incorporating this practice into our agricultural initiatives and mainstream farming. Studies have shown that the capture and storage of rainwater runoff for later use is able to significantly reduce the risk of losing some or all of an annual year\'s harvest because of water scarcity. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><a rel=\"noreferrer noopener\" aria-label=\"RADA to improve water harvesting techniques for farmers (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/rada-to-improve-water-harvesting-techniques-for-farmers/\" target=\"_blank\">RADA to improve water harvesting techniques for farmers</a></li><li><a rel=\"noreferrer noopener\" aria-label=\"PM Holness: ‘Jamaica must become environmentally conscious’ (opens in a new tab)\" href=\"https://buzz-caribbean.com/article/pm-holness-jamaica-must-become-environmentally-conscious/\" target=\"_blank\">PM Holness: ‘Jamaica must become environmentally conscious’</a></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":8551} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/irrigation-rainwater-harvesting-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8551\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Also, the risks associated with flooding and soil erosion during hurricanes, tropical storms or high rainfall seasons would decrease. Small farmers who cultivate hillside areas would find it especially beneficial since they could capture runoff and decrease the effects of soil erosion. Collections from roofs, dams and ponds can be constructed to hold large quantities of rainwater so that even during weeks or months where there is little to no rainfall, enough is available to irrigate crops. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8554} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/drought-rainwater-harvesting-Buzz-Caribbean-1024x680.jpg\" alt=\"\" class=\"wp-image-8554\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tell us <strong>BUZZ </strong>fam, will you be trying out rainwater harvesting?</p>\n<!-- /wp:paragraph -->','Rain Water Harvesting – a possible solution to our water woes','','inherit','closed','closed','','8537-revision-v1','','','2019-09-11 13:14:14','2019-09-11 18:14:14','',8537,'https://buzz-caribbean.com/article/8537-revision-v1/',0,'revision','',0),(8565,23,'2019-09-11 13:35:08','2019-09-11 18:35:08','<!-- wp:paragraph -->\n<p>Opposition Leader Dr Peter Phillips this morning said that a joint team comprising members from the One PNP and the Rise United Movement are to meet to discuss issues and concerns brought out during the recent leadership campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8568} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/peter-phillips-PNP-press-conference-1024x683.jpg\" alt=\"\" class=\"wp-image-8568\" /><figcaption>Dr Peter Phillips speaking at a post PNP election press briefing on Sept. 9</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr Phillips was speaking at a Post-Election Press conference at Party Headquarters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"There will be no recrimination or victimisation of any form even as the normal party functions”  </p><cite>— Dr Peter Phillips, PNP and Opposition Leader</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Each of us will name a team\nled by the respective Campaign Managers that will meet and resolve any issues,\nwhich have the potential for causing conflict. Each campaign is being\ndismantled. There will be no recrimination or victimisation of any form even as\nthe normal party functions,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both have agreed that their supporters should desist from attacks on other Party supporters on social media or otherwise and that the Party’s Code of Conduct and rules should be observed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8569} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dr-phillips-press-conference-1024x683.jpg\" alt=\"\" class=\"wp-image-8569\" /><figcaption>PNP President and Leader of the Opposition, Dr Peter Phillips (centre) flanked by PNP General Secretary, Julian Robinson (left) and PNP Chairman, Fitz Jackson.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We are calling on all members and supporters to now focus on unifying and strengthening the Party, as Jamaica needs a strong PNP,” Dr Phillips highlighted. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Opposition Leader is committed to being the President for all members of the party, not just for some. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Our task now is to build on the positive energies created during the campaign\"  </p><cite> — Dr Peter Phillips, PNP and Opposition Leader </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The party president said\nthere is much work ahead on the national front.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our task now is to build on\nthe positive energies created during the campaign to resume our work in the 63\nconstituencies islandwide. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that the team will\ncontinue to bring to public attention the critical issues which face Jamaica\ntoday which include: &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Rampant\ncrime and violence across the length and breadth of Jamaica and the States of\nEmergency</li><li>Increased\npoverty among the vast majority of Jamaicans</li><li>The\nrapid devaluation of the Jamaican Dollar</li><li>The\nthreat to our water resources and the Cockpit Country</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Anthony Henry</em></strong></p>\n<!-- /wp:paragraph -->','PNP to discuss issues raised during election campaign','','publish','open','closed','','pnp-to-discuss-issues-raised-during-election-campaign','','','2019-09-11 13:35:09','2019-09-11 18:35:09','',0,'https://buzz-caribbean.com/?p=8565',0,'post','',0),(8566,9,'2019-09-11 13:16:17','2019-09-11 18:16:17','','e-cigarette-vaping-adult-baseball-cap-bearded-man-2605589','','inherit','open','closed','','e-cigarette-vaping-adult-baseball-cap-bearded-man-2605589','','','2019-09-11 13:16:17','2019-09-11 18:16:17','',8563,'https://buzz-caribbean.com/app/uploads/2019/09/e-cigarette-vaping-adult-baseball-cap-bearded-man-2605589.jpg',0,'attachment','image/jpeg',0),(8567,9,'2019-09-11 13:18:41','2019-09-11 18:18:41','<!-- wp:image {\"id\":8566} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/e-cigarette-vaping-adult-baseball-cap-bearded-man-2605589-1024x683.jpg\" alt=\"\" class=\"wp-image-8566\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It was said that vaping was better for smokers’ health than good old-fashioned cigarettes in that the nicotine content was significantly reduced, but that is now been disputed with the American Medical Association (AMA). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the AMA, there may be a link between using e-cigarettes and lung cancer, particularly with teenagers and young adults.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In light of increasing reports of e-cigarette-associated lung illnesses across the country, the AMA urges the public to avoid the use of e-cigarette products. We must not stand by while e-cigarettes continue to go unregulated. We urge the US Food and Drug Administration to speed up the regulation of e-cigarettes and remove all unregulated products from the market,” said the president of the AMA, Patrice Harris.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What is clear is that e-cigarettes put nicotine into the lungs and bloodstream, but without the tar and smoke of a regular cigarette. However, vaping heats up nicotine inducing chemicals that cause cancer. This can include formaldehyde.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"E-cigarettes and vaping can cause bronchitis pneumonia or what we call a popcorn type of lung cancer.” </p><cite>—  Angelique Coetzee, South African Medical Association   </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The use of e-cigarettes has become popular around the world, and many believe it a healthier alternative to smoking cigarettes and indeed aids in giving up the habit. But doctors are now of the view that these products can be releasing toxins and carcinogens into the body.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>National chairperson of the South African Medical Association Angelique Coetzee said: “What needs to be understood is that vapes and e-cigarettes all contain nicotine and it is in the nicotine where the problem is. E-cigarettes and vaping can cause bronchitis pneumonia or what we call a popcorn type of lung cancer.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Harvard Health’s Dr Robert Shmerling, a recent study revealed 37 per cent of American high school seniors reported vaping in 2018, up from 28 per cent the year before. An estimated 2.1 million middle school and high school students reported using e-cigarettes in 2017 with that increasing to 3.6 million the following year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Scientists from the John Hopkins Bloomberg School of Public Health in Baltimore concluded that e-cigarettes vapours can be harmful and cause lung problems. They believe that the danger may arise from the toxic content of e-cigarette heating coils.</p>\n<!-- /wp:paragraph -->','Vaping and e-cigarettes linked to lung disease, says medical association','','inherit','closed','closed','','8563-revision-v1','','','2019-09-11 13:18:41','2019-09-11 18:18:41','',8563,'https://buzz-caribbean.com/article/8563-revision-v1/',0,'revision','',0),(8568,11,'2019-09-11 13:27:39','2019-09-11 18:27:39','','peter-phillips-PNP-press-conference','','inherit','open','closed','','peter-phillips-pnp-press-conference','','','2019-09-11 13:27:39','2019-09-11 18:27:39','',8565,'https://buzz-caribbean.com/app/uploads/2019/09/peter-phillips-PNP-press-conference.jpg',0,'attachment','image/jpeg',0),(8569,11,'2019-09-11 13:28:27','2019-09-11 18:28:27','','dr-phillips-press-conference','','inherit','open','closed','','dr-phillips-press-conference','','','2019-09-11 13:28:27','2019-09-11 18:28:27','',8565,'https://buzz-caribbean.com/app/uploads/2019/09/dr-phillips-press-conference.jpg',0,'attachment','image/jpeg',0),(8570,11,'2019-09-11 13:35:08','2019-09-11 18:35:08','<!-- wp:paragraph -->\n<p>Opposition Leader Dr Peter Phillips this morning said that a joint team comprising members from the One PNP and the Rise United Movement are to meet to discuss issues and concerns brought out during the recent leadership campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8568} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/peter-phillips-PNP-press-conference-1024x683.jpg\" alt=\"\" class=\"wp-image-8568\" /><figcaption>Dr Peter Phillips speaking at a post PNP election press briefing on Sept. 9</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr Phillips was speaking at a Post-Election Press conference at Party Headquarters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"There will be no recrimination or victimisation of any form even as the normal party functions”  </p><cite>— Dr Peter Phillips, PNP and Opposition Leader</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Each of us will name a team\nled by the respective Campaign Managers that will meet and resolve any issues,\nwhich have the potential for causing conflict. Each campaign is being\ndismantled. There will be no recrimination or victimisation of any form even as\nthe normal party functions,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both have agreed that their supporters should desist from attacks on other Party supporters on social media or otherwise and that the Party’s Code of Conduct and rules should be observed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8569} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dr-phillips-press-conference-1024x683.jpg\" alt=\"\" class=\"wp-image-8569\" /><figcaption>PNP President and Leader of the Opposition, Dr Peter Phillips (centre) flanked by PNP General Secretary, Julian Robinson (left) and PNP Chairman, Fitz Jackson.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We are calling on all members and supporters to now focus on unifying and strengthening the Party, as Jamaica needs a strong PNP,” Dr Phillips highlighted. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Opposition Leader is committed to being the President for all members of the party, not just for some. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Our task now is to build on the positive energies created during the campaign\"  </p><cite> — Dr Peter Phillips, PNP and Opposition Leader </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The party president said\nthere is much work ahead on the national front.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our task now is to build on\nthe positive energies created during the campaign to resume our work in the 63\nconstituencies islandwide. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that the team will\ncontinue to bring to public attention the critical issues which face Jamaica\ntoday which include: &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Rampant\ncrime and violence across the length and breadth of Jamaica and the States of\nEmergency</li><li>Increased\npoverty among the vast majority of Jamaicans</li><li>The\nrapid devaluation of the Jamaican Dollar</li><li>The\nthreat to our water resources and the Cockpit Country</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Anthony Henry</em></strong></p>\n<!-- /wp:paragraph -->','PNP to discuss issues raised during election campaign','','inherit','closed','closed','','8565-revision-v1','','','2019-09-11 13:35:08','2019-09-11 18:35:08','',8565,'https://buzz-caribbean.com/article/8565-revision-v1/',0,'revision','',0),(8573,23,'2019-09-11 14:49:25','2019-09-11 19:49:25','<!-- wp:paragraph -->\n<p>Guardsman\nHospitality will reopen Fort Clarence Beach on October 18 after doing basic\nupgrades to the structures that are currently on the property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Gallery below with sections of the property to undergo renovation.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[8579,8580,8581,8582,8583,8584]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Fort-Clarence-Guardsman-Renovation-Buzz-Caribeban-1024x683.jpg\" alt=\"\" data-id=\"8579\" data-link=\"https://buzz-caribbean.com/?attachment_id=8579\" class=\"wp-image-8579\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Repairs-For-Fort-Clarence-Buzz-Caribbean-1024x683.jpg\" alt=\"\" data-id=\"8580\" data-link=\"https://buzz-caribbean.com/?attachment_id=8580\" class=\"wp-image-8580\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Repairs-Needed-Fort-Carence-Buzz-Caribbean-1024x683.jpg\" alt=\"\" data-id=\"8581\" data-link=\"https://buzz-caribbean.com/?attachment_id=8581\" class=\"wp-image-8581\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Repairs-Structure-Fort-Clarence-Buzz-Caribbean-1024x683.jpg\" alt=\"\" data-id=\"8582\" data-link=\"https://buzz-caribbean.com/?attachment_id=8582\" class=\"wp-image-8582\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Shower-Area-Fort-Clarence-Buzz-Caribbean-1024x683.jpg\" alt=\"\" data-id=\"8583\" data-link=\"https://buzz-caribbean.com/?attachment_id=8583\" class=\"wp-image-8583\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Structures-Fort-Clarence-Guardsman-Buzz-Caribbean-1024x683.jpg\" alt=\"\" data-id=\"8584\" data-link=\"https://buzz-caribbean.com/?attachment_id=8584\" class=\"wp-image-8584\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The upgrades will\nbe the first phase of a five-year redevelopment plan by Guardsman Hospitality\nfor Fort Clarence, which was leased from the Urban Development Corporation\n(UDC) for 25 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8585} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Fort-Clarence-Guardsman-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-8585\" /><figcaption>Section of Fort Clarence Beach prior to the renovation by Guardsman Hospitality</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to\ngeneral manager, Laura Heron, Guardsman Hospitality has plans to have a water\npark and pool, while structures such as the kitchen, bathroom, storage area and\nchanging areas will be torn down and rebuilt to international standard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8586} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/DSC_6503-1024x683.jpg\" alt=\"\" class=\"wp-image-8586\" /><figcaption>Laura Heron, General Manager, Guardsman Hospitality</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Details of the\nplans were disclosed by Heron during a media tour of the property Wednesday\nmorning. The rundown structures that currently occupy Fort Clarence were also\nshown to the media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[8587]} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Sargassum-Fort-Clarence-Guardsman-1024x683.jpg\" alt=\"\" data-id=\"8587\" data-link=\"https://buzz-caribbean.com/?attachment_id=8587\" class=\"wp-image-8587\" /><figcaption> <a href=\"https://www.bbc.com/news/world-latin-america-45044513\">Sargassum</a> seaweed currently affecting sections of the shoreline at Fort Clarence</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Guardsman\nHospitality took control of Fort Clarence on September 1 after acquiring the\nlease from the UDC. Since then, the facility has been closed to the public.</p>\n<!-- /wp:paragraph -->','Guardsman Hospitality to renovate Fort Clarence for October 18 re-opening','','publish','open','closed','','guardsman-hospitality-to-renovate-fort-clarence-for-october-18-re-opening','','','2019-09-12 14:30:14','2019-09-12 19:30:14','',0,'https://buzz-caribbean.com/?p=8573',0,'post','',0),(8574,13,'2019-09-11 14:35:19','2019-09-11 19:35:19','','Hillz Vision','','publish','closed','closed','','hillz-vision','','','2019-09-11 14:37:07','2019-09-11 19:37:07','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=8574',0,'out','',0),(8575,23,'2019-09-11 14:37:12','2019-09-11 19:37:12','<!-- wp:image {\"id\":8043} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/soccer-ball-football.jpg\" alt=\"\" class=\"wp-image-8043\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Six teams will seek to earn maximum\npoints on Wednesday, to keep their perfect start to the rural area ISSA/Wata\ndaCosta Cup schoolboy football competition intact.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the 3:30 p.m. start matches,\nAnchovy, Cornwall, Green Pond, Frome, Mannings and Maud McLeod will be hunting\ntheir second win in as many matches. At least two must, however, lose at least\na point, as Cornwall will host Green Pond and Mannings will entertain Maud\nMcLeod.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the other matches involving teams\nhunting their second win, Anchovy will travel to Maldon and Frome will take on\nGreen Island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Tuesday, six teams secured their\nsecond win in the competition, with former champions Munro and Manchester\ndefeating Sydney Pagon 2-0 and Belair 3-1 respectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mile Gully defeated DeCarteret\nCollege 2-0 for their second with Annotto Bay thumping Carron Hall 4-0 for their\nsecond win also.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Paul Bogle and Oracabessa also won\ntheir second match with 1-0 and 2-0 victories over Robert Lightbourne and Ocho\nRios, respectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>WEDNESDAY’S MATCHES</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>ZONE A</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Maldon vs Anchovy</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cornwall vs Green Pond</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>St. James vs Irwin</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>ZONE B</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Merlene Ottey vs Hopewell</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Frome vs Green Island</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>ZONE C</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Herbert Morrison vs Cedric Titus</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holland vs Spot Valley</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>ZONE D</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Godfrey Stewart vs Belmont</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mannings vs Maud McLeod</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grange Hill vs Petersfield</p>\n<!-- /wp:paragraph -->','Six daCosta Cup teams seek to keep winning record going','','publish','open','closed','','six-dacosta-cup-teams-seek-to-keep-winning-record-going','','','2019-09-11 14:37:13','2019-09-11 19:37:13','',0,'https://buzz-caribbean.com/?p=8575',0,'post','',0),(8576,13,'2019-09-11 14:33:50','2019-09-11 19:33:50','','Hill Vision Jahvi','','inherit','open','closed','','hill-vision-jahvi','','','2019-09-11 14:33:50','2019-09-11 19:33:50','',8574,'https://buzz-caribbean.com/app/uploads/2019/09/hill-vision-Jahvi.jpg',0,'attachment','image/jpeg',0),(8577,13,'2019-09-11 14:34:46','2019-09-11 19:34:46','','Hill Vision Chingggg','','inherit','open','closed','','hill-vision-chingggg','','','2019-09-11 14:34:46','2019-09-11 19:34:46','',8574,'https://buzz-caribbean.com/app/uploads/2019/09/hill-vision-chingggg.jpg',0,'attachment','image/jpeg',0),(8578,9,'2019-09-11 14:36:08','2019-09-11 19:36:08','<!-- wp:image {\"id\":8043} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/soccer-ball-football.jpg\" alt=\"\" class=\"wp-image-8043\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Six teams will seek to earn maximum\npoints on Wednesday, to keep their perfect start to the rural area ISSA/Wata\ndaCosta Cup schoolboy football competition intact.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the 3:30 p.m. start matches,\nAnchovy, Cornwall, Green Pond, Frome, Mannings and Maud McLeod will be hunting\ntheir second win in as many matches. At least two must, however, lose at least\na point, as Cornwall will host Green Pond and Mannings will entertain Maud\nMcLeod.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the other matches involving teams\nhunting their second win, Anchovy will travel to Maldon and Frome will take on\nGreen Island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Tuesday, six teams secured their\nsecond win in the competition, with former champions Munro and Manchester\ndefeating Sydney Pagon 2-0 and Belair 3-1 respectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mile Gully defeated DeCarteret\nCollege 2-0 for their second with Annotto Bay thumping Carron Hall 4-0 for their\nsecond win also.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Paul Bogle and Oracabessa also won\ntheir second match with 1-0 and 2-0 victories over Robert Lightbourne and Ocho\nRios, respectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>WEDNESDAY’S MATCHES</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>ZONE A</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Maldon vs Anchovy</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cornwall vs Green Pond</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>St. James vs Irwin</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>ZONE B</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Merlene Ottey vs Hopewell</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Frome vs Green Island</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>ZONE C</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Herbert Morrison vs Cedric Titus</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holland vs Spot Valley</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>ZONE D</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Godfrey Stewart vs Belmont</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mannings vs Maud McLeod</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grange Hill vs Petersfield</p>\n<!-- /wp:paragraph -->','Six daCosta Cup teams seek to keep winning record going','','inherit','closed','closed','','8575-revision-v1','','','2019-09-11 14:36:08','2019-09-11 19:36:08','',8575,'https://buzz-caribbean.com/article/8575-revision-v1/',0,'revision','',0),(8579,11,'2019-09-11 14:38:36','2019-09-11 19:38:36','','Fort-Clarence-Guardsman-Renovation-Buzz-Caribeban','','inherit','open','closed','','fort-clarence-guardsman-renovation-buzz-caribeban','','','2019-09-11 14:38:36','2019-09-11 19:38:36','',8573,'https://buzz-caribbean.com/app/uploads/2019/09/Fort-Clarence-Guardsman-Renovation-Buzz-Caribeban.jpg',0,'attachment','image/jpeg',0),(8580,11,'2019-09-11 14:38:39','2019-09-11 19:38:39','','Repairs-For-Fort-Clarence-Buzz-Caribbean','','inherit','open','closed','','repairs-for-fort-clarence-buzz-caribbean','','','2019-09-11 14:38:39','2019-09-11 19:38:39','',8573,'https://buzz-caribbean.com/app/uploads/2019/09/Repairs-For-Fort-Clarence-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8581,11,'2019-09-11 14:38:41','2019-09-11 19:38:41','','Repairs-Needed-Fort-Carence-Buzz-Caribbean','','inherit','open','closed','','repairs-needed-fort-carence-buzz-caribbean','','','2019-09-11 14:38:41','2019-09-11 19:38:41','',8573,'https://buzz-caribbean.com/app/uploads/2019/09/Repairs-Needed-Fort-Carence-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8582,11,'2019-09-11 14:38:43','2019-09-11 19:38:43','','Repairs-Structure-Fort-Clarence-Buzz-Caribbean','','inherit','open','closed','','repairs-structure-fort-clarence-buzz-caribbean','','','2019-09-11 14:38:43','2019-09-11 19:38:43','',8573,'https://buzz-caribbean.com/app/uploads/2019/09/Repairs-Structure-Fort-Clarence-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8583,11,'2019-09-11 14:38:45','2019-09-11 19:38:45','','Shower-Area-Fort-Clarence-Buzz-Caribbean','','inherit','open','closed','','shower-area-fort-clarence-buzz-caribbean','','','2019-09-11 14:38:45','2019-09-11 19:38:45','',8573,'https://buzz-caribbean.com/app/uploads/2019/09/Shower-Area-Fort-Clarence-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8584,11,'2019-09-11 14:38:49','2019-09-11 19:38:49','','Structures-Fort-Clarence-Guardsman-Buzz-Caribbean','','inherit','open','closed','','structures-fort-clarence-guardsman-buzz-caribbean','','','2019-09-11 14:38:49','2019-09-11 19:38:49','',8573,'https://buzz-caribbean.com/app/uploads/2019/09/Structures-Fort-Clarence-Guardsman-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8585,11,'2019-09-11 14:40:00','2019-09-11 19:40:00','','Fort-Clarence-Guardsman-Buzz-Caribbean','','inherit','open','closed','','fort-clarence-guardsman-buzz-caribbean','','','2019-09-11 14:40:00','2019-09-11 19:40:00','',8573,'https://buzz-caribbean.com/app/uploads/2019/09/Fort-Clarence-Guardsman-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8586,11,'2019-09-11 14:40:17','2019-09-11 19:40:17','','DSC_6503','','inherit','open','closed','','dsc_6503','','','2019-09-11 14:40:17','2019-09-11 19:40:17','',8573,'https://buzz-caribbean.com/app/uploads/2019/09/DSC_6503.jpg',0,'attachment','image/jpeg',0),(8587,11,'2019-09-11 14:40:46','2019-09-11 19:40:46','','Sargassum-Fort-Clarence-Guardsman','','inherit','open','closed','','sargassum-fort-clarence-guardsman','','','2019-09-11 14:40:46','2019-09-11 19:40:46','',8573,'https://buzz-caribbean.com/app/uploads/2019/09/Sargassum-Fort-Clarence-Guardsman.jpg',0,'attachment','image/jpeg',0),(8588,13,'2019-09-11 15:25:44','2019-09-11 20:25:44','','Who to How - Influencer Marketing','','publish','closed','closed','','who-to-how-influencer-marketing','','','2019-09-11 15:33:01','2019-09-11 20:33:01','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=8588',0,'out','',0),(8589,11,'2019-09-11 14:49:25','2019-09-11 19:49:25','<!-- wp:paragraph -->\n<p>Guardsman\nHospitality will reopen Fort Clarence Beach on October 18 after doing basic\nupgrades to the structures that are currently on the property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Gallery below with sections of the property to undergo renovation.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[8579,8580,8581,8582,8583,8584]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Fort-Clarence-Guardsman-Renovation-Buzz-Caribeban-1024x683.jpg\" alt=\"\" data-id=\"8579\" data-link=\"https://buzz-caribbean.com/?attachment_id=8579\" class=\"wp-image-8579\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Repairs-For-Fort-Clarence-Buzz-Caribbean-1024x683.jpg\" alt=\"\" data-id=\"8580\" data-link=\"https://buzz-caribbean.com/?attachment_id=8580\" class=\"wp-image-8580\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Repairs-Needed-Fort-Carence-Buzz-Caribbean-1024x683.jpg\" alt=\"\" data-id=\"8581\" data-link=\"https://buzz-caribbean.com/?attachment_id=8581\" class=\"wp-image-8581\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Repairs-Structure-Fort-Clarence-Buzz-Caribbean-1024x683.jpg\" alt=\"\" data-id=\"8582\" data-link=\"https://buzz-caribbean.com/?attachment_id=8582\" class=\"wp-image-8582\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Shower-Area-Fort-Clarence-Buzz-Caribbean-1024x683.jpg\" alt=\"\" data-id=\"8583\" data-link=\"https://buzz-caribbean.com/?attachment_id=8583\" class=\"wp-image-8583\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Structures-Fort-Clarence-Guardsman-Buzz-Caribbean-1024x683.jpg\" alt=\"\" data-id=\"8584\" data-link=\"https://buzz-caribbean.com/?attachment_id=8584\" class=\"wp-image-8584\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The upgrades will\nbe the first phase of a five-year redevelopment plan by Guardsman Hospitality\nfor Fort Clarence, which was leased from the Urban Development Corporation\n(UDC) for 25 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8585} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Fort-Clarence-Guardsman-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-8585\" /><figcaption>Section of Fort Clarence Beach prior to the renovation by Guardsman Hospitality</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to\ngeneral manager, Laura Heron, Guardsman Hospitality has plans to have a water\npark and pool, while structures such as the kitchen, bathroom, storage area and\nchanging areas will be torn down and rebuilt to international standard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8586} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/DSC_6503-1024x683.jpg\" alt=\"\" class=\"wp-image-8586\" /><figcaption>Laura Heron, General Manager, Guardsman Hospitality</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Details of the\nplans were disclosed by Heron during a media tour of the property Wednesday\nmorning. The rundown structures that currently occupy Fort Clarence were also\nshown to the media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[8587]} -->\n<ul class=\"wp-block-gallery columns-1 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Sargassum-Fort-Clarence-Guardsman-1024x683.jpg\" alt=\"\" data-id=\"8587\" data-link=\"https://buzz-caribbean.com/?attachment_id=8587\" class=\"wp-image-8587\" /><figcaption> <a href=\"https://www.bbc.com/news/world-latin-america-45044513\">Sargassum</a> seaweed currently affecting sections of the shoreline at Fort Clarence</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Guardsman\nHospitality took control of Fort Clarence on September 1 after acquiring the\nlease from the UDC. Since then, the facility has been closed to the public.</p>\n<!-- /wp:paragraph -->','Guardsman Hospitality to renovate Fort Clarence for October 18 re-opening','','inherit','closed','closed','','8573-revision-v1','','','2019-09-11 14:49:25','2019-09-11 19:49:25','',8573,'https://buzz-caribbean.com/article/8573-revision-v1/',0,'revision','',0),(8590,13,'2019-09-11 14:49:37','2019-09-11 19:49:37','','Fireside Chat Series','From Who to How','inherit','open','closed','','fireside-chat-series','','','2019-09-11 14:51:00','2019-09-11 19:51:00','',8588,'https://buzz-caribbean.com/app/uploads/2019/09/fireside-chat-series.jpg',0,'attachment','image/jpeg',0),(8591,13,'2019-09-11 14:51:30','2019-09-11 19:51:30','','Fireside Chat Series','','inherit','open','closed','','fireside-chat-series-2','','','2019-09-11 14:51:30','2019-09-11 19:51:30','',8588,'https://buzz-caribbean.com/app/uploads/2019/09/fireside-chat-series-1.jpg',0,'attachment','image/jpeg',0),(8592,13,'2019-09-11 14:53:26','2019-09-11 19:53:26','','Kamila Mcdonald Fire Series','','inherit','open','closed','','kamila-mcdonald-fire-series','','','2019-09-11 14:53:26','2019-09-11 19:53:26','',8588,'https://buzz-caribbean.com/app/uploads/2019/09/kamila-mcdonald-fire-series.jpg',0,'attachment','image/jpeg',0),(8593,23,'2019-09-11 15:10:39','2019-09-11 20:10:39','<!-- wp:image {\"id\":8599} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/peter-phillips-AH-20190911-1024x683.jpg\" alt=\"Opposition Leader Dr Peter Phillips\" class=\"wp-image-8599\" /><figcaption>Opposition Leader Dr Peter Phillips (Photo: Anthony Henry)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Leader of the Opposition, Dr Peter Phillips, said that the Government must pay more attention to drains while doing road construction in the Corporate Area. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Monday, sections of Phillips’ East Central St Andrew constituency, particularly the Molynes Road area, came under several feet of water following a heavy downpour of rain. The flooding was as a direct result of road construction that is taking place on Hagley Park Road.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My constituents are suffering from manmade water disaster.\"</p><cite>— Phillips</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“My constituents are suffering from manmade water disaster. The first ‘sufferation’ is caused by the lack of water because the piping was damaged by the road; and, the second is flood. On one hand, they have no water and on the other, they have too much,” Phillips told Parliament on Tuesday afternoon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that while he supports\na call for MPs to prepare for disaster relief, there should be a focus on\npreventative measures. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Aside from the money, we need someone to look at what has happened to the normal drainage pattern; because over the years we have approved construction in areas that were flood plagued, we have approved road work which impedes some of the natural drainage and the correction of these deficiencies are way beyond anything at the disposal of any Member of Parliament,” Phillips said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Anthony Henry</em></strong></p>\n<!-- /wp:paragraph -->','Pay attention to the drains, Phillips tells the Government','','publish','open','closed','','pay-attention-to-the-drains-phillips-tells-the-government','','','2019-09-11 15:10:39','2019-09-11 20:10:39','',0,'https://buzz-caribbean.com/?p=8593',0,'post','',0),(8596,21,'2019-09-11 15:10:38','2019-09-11 20:10:38','<!-- wp:paragraph -->\n<p>Wayne Messam, a candidate looking to become the next\npresident of the United States of America, recently visited the island to\nattend a family reunion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8601} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Wayne-Messam-US-Presidential-Candidate-1024x683.jpg\" alt=\"\" class=\"wp-image-8601\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Messam who is campaigning on the Democratic ticket is also\nthe mayor of Miramar, Florida, an area that has a huge Jamaican influence and\npopulation.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/WayneMessam/status/1111222748683161600\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/WayneMessam/status/1111222748683161600\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Mayor Messam who is of Jamaican parentage was in the island recently for a family event.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8597} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Wayne-Messam-US-Presidential-Candidate-Buzz-Jamaica-1024x705.jpg\" alt=\"\" class=\"wp-image-8597\" /><figcaption>US presidential candidate and Mayor of Miramar, Florida, Wayne Messam received a warm welcome from the Custos of St James and members of the Jamaica Tourist Board (JTB) team.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In an interview with <strong>BUZZ, </strong>Messam remarked that he was quite fond of Jamaica, having been heavily influenced by his parents, who are from Manchester while growing up. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He shared that he has been to Jamaica on a number of occasions in the past but has not been to Montego Bay in a while and is looking forward to enjoying his stay, visit relatives, eat some of the delicious food and enjoy the sun, sea and sand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8598} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Wayne-Messam-US-Presidential-Candidate-Buzz-1024x743.jpg\" alt=\"\" class=\"wp-image-8598\" /><figcaption>US presidential candidate and Mayor of Miramar, Florida, Wayne Messam, being welcomed by Custos of St James, Bishop Conrad Pitkin</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He was welcomed at the airport by members from the JTB team\nand Custos of St James, Bishop Conrad Pitkin.</p>\n<!-- /wp:paragraph -->','US Presidential candidate of Jamaican ancestry visits Jamaica','','publish','open','closed','','us-presidential-candidate-of-jamaican-ancestry-visits-jamaica','','','2019-09-11 15:10:39','2019-09-11 20:10:39','',0,'https://buzz-caribbean.com/?p=8596',0,'post','',0),(8597,11,'2019-09-11 14:58:31','2019-09-11 19:58:31','','Wayne-Messam-US-Presidential-Candidate-Buzz-Jamaica','','inherit','open','closed','','wayne-messam-us-presidential-candidate-buzz-jamaica','','','2019-09-11 14:58:31','2019-09-11 19:58:31','',8596,'https://buzz-caribbean.com/app/uploads/2019/09/Wayne-Messam-US-Presidential-Candidate-Buzz-Jamaica.jpg',0,'attachment','image/jpeg',0),(8598,11,'2019-09-11 14:59:44','2019-09-11 19:59:44','','Wayne-Messam-US-Presidential-Candidate-Buzz','','inherit','open','closed','','wayne-messam-us-presidential-candidate-buzz','','','2019-09-11 14:59:44','2019-09-11 19:59:44','',8596,'https://buzz-caribbean.com/app/uploads/2019/09/Wayne-Messam-US-Presidential-Candidate-Buzz.jpg',0,'attachment','image/jpeg',0),(8599,9,'2019-09-11 15:06:44','2019-09-11 20:06:44','','peter-phillips-AH-20190911','','inherit','open','closed','','peter-phillips-ah-20190911','','','2019-09-11 15:06:44','2019-09-11 20:06:44','',8593,'https://buzz-caribbean.com/app/uploads/2019/09/peter-phillips-AH-20190911.jpg',0,'attachment','image/jpeg',0),(8600,11,'2019-09-11 15:07:25','2019-09-11 20:07:25','','Wayne-Messam-US-Presidential-Candidate-Buzz-Jamaica-1','','inherit','open','closed','','wayne-messam-us-presidential-candidate-buzz-jamaica-1','','','2019-09-11 15:07:25','2019-09-11 20:07:25','',8596,'https://buzz-caribbean.com/app/uploads/2019/09/Wayne-Messam-US-Presidential-Candidate-Buzz-Jamaica-1.jpg',0,'attachment','image/jpeg',0),(8601,11,'2019-09-11 15:07:39','2019-09-11 20:07:39','','Wayne Messam US Presidential Candidate','','inherit','open','closed','','wayne-messam-us-presidential-candidate','','','2019-09-11 15:07:39','2019-09-11 20:07:39','',8596,'https://buzz-caribbean.com/app/uploads/2019/09/Wayne-Messam-US-Presidential-Candidate.jpg',0,'attachment','image/jpeg',0),(8602,9,'2019-09-11 15:09:30','2019-09-11 20:09:30','<!-- wp:image {\"id\":8599} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/peter-phillips-AH-20190911-1024x683.jpg\" alt=\"Opposition Leader Dr Peter Phillips\" class=\"wp-image-8599\" /><figcaption>Opposition Leader Dr Peter Phillips (Photo: Anthony Henry)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Leader of the Opposition, Dr Peter Phillips, said that the Government must pay more attention to drains while doing road construction in the Corporate Area. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Monday, sections of Phillips’ East Central St Andrew constituency, particularly the Molynes Road area, came under several feet of water following a heavy downpour of rain. The flooding was as a direct result of road construction that is taking place on Hagley Park Road.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“My constituents are suffering from manmade water disaster.\"</p><cite>— Phillips</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“My constituents are suffering from manmade water disaster. The first ‘sufferation’ is caused by the lack of water because the piping was damaged by the road; and, the second is flood. On one hand, they have no water and on the other, they have too much,” Phillips told Parliament on Tuesday afternoon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that while he supports\na call for MPs to prepare for disaster relief, there should be a focus on\npreventative measures. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Aside from the money, we need someone to look at what has happened to the normal drainage pattern; because over the years we have approved construction in areas that were flood plagued, we have approved road work which impedes some of the natural drainage and the correction of these deficiencies are way beyond anything at the disposal of any Member of Parliament,” Phillips said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Anthony Henry</em></strong></p>\n<!-- /wp:paragraph -->','Pay attention to the drains, Phillips tells the Government','','inherit','closed','closed','','8593-revision-v1','','','2019-09-11 15:09:30','2019-09-11 20:09:30','',8593,'https://buzz-caribbean.com/article/8593-revision-v1/',0,'revision','',0),(8603,11,'2019-09-11 15:10:38','2019-09-11 20:10:38','<!-- wp:paragraph -->\n<p>Wayne Messam, a candidate looking to become the next\npresident of the United States of America, recently visited the island to\nattend a family reunion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8601} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Wayne-Messam-US-Presidential-Candidate-1024x683.jpg\" alt=\"\" class=\"wp-image-8601\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Messam who is campaigning on the Democratic ticket is also\nthe mayor of Miramar, Florida, an area that has a huge Jamaican influence and\npopulation.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/WayneMessam/status/1111222748683161600\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/WayneMessam/status/1111222748683161600\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Mayor Messam who is of Jamaican parentage was in the island recently for a family event.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8597} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Wayne-Messam-US-Presidential-Candidate-Buzz-Jamaica-1024x705.jpg\" alt=\"\" class=\"wp-image-8597\" /><figcaption>US presidential candidate and Mayor of Miramar, Florida, Wayne Messam received a warm welcome from the Custos of St James and members of the Jamaica Tourist Board (JTB) team.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In an interview with <strong>BUZZ, </strong>Messam remarked that he was quite fond of Jamaica, having been heavily influenced by his parents, who are from Manchester while growing up. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He shared that he has been to Jamaica on a number of occasions in the past but has not been to Montego Bay in a while and is looking forward to enjoying his stay, visit relatives, eat some of the delicious food and enjoy the sun, sea and sand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8598} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Wayne-Messam-US-Presidential-Candidate-Buzz-1024x743.jpg\" alt=\"\" class=\"wp-image-8598\" /><figcaption>US presidential candidate and Mayor of Miramar, Florida, Wayne Messam, being welcomed by Custos of St James, Bishop Conrad Pitkin</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He was welcomed at the airport by members from the JTB team\nand Custos of St James, Bishop Conrad Pitkin.</p>\n<!-- /wp:paragraph -->','US Presidential candidate of Jamaican ancestry visits Jamaica','','inherit','closed','closed','','8596-revision-v1','','','2019-09-11 15:10:38','2019-09-11 20:10:38','',8596,'https://buzz-caribbean.com/article/8596-revision-v1/',0,'revision','',0),(8604,11,'2019-09-11 15:10:38','2019-09-11 20:10:38','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">The American Dream my parents sought when they came from Jamaica with just a 5th grade education is fleeting. Together, we can put the American Dream back within reach for all <a href=\"https://twitter.com/hashtag/ChangeCantWait?src=hash&amp;ref_src=twsrc%5Etfw\">#ChangeCantWait</a> <a href=\"https://t.co/oHwrBsx5uH\">pic.twitter.com/oHwrBsx5uH</a></p>&mdash; Wayne Messam (@WayneMessam) <a href=\"https://twitter.com/WayneMessam/status/1111222748683161600?ref_src=twsrc%5Etfw\">March 28, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','b926dfe632406e30827246d8c13580a0','','','2019-09-11 15:10:38','2019-09-11 20:10:38','',0,'https://buzz-caribbean.com/article/b926dfe632406e30827246d8c13580a0/',0,'oembed_cache','',0),(8605,21,'2019-09-11 15:26:04','2019-09-11 20:26:04','<!-- wp:image {\"id\":8607} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/chance-the-rapper.jpg\" alt=\"Chance the Rapper \" class=\"wp-image-8607\" /><figcaption>Chance the Rapper </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Chance the Rapper told his wife he wanted to marry her when he was just nine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The hip hop star previously recalled the touching story of how he met Kirsten for the first time when he was a kid at his mom\'s office party where she and her friends performed as Destiny\'s Child, and he\'s admitted he was smitten as soon as he clasped eyes on her.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Appearing on The Ellen DeGeneres Show, he said: \"My mom worked at a real estate agency with her mom. Her daughters love to dance so they did a choreographed dance at this real estate party that I was at when I was 9. I saw her dancing and I was like, \'Let\'s get married!\'\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BxXouJvgCc0/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BxXouJvgCc0/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Chance - who welcomed his second daughter, Marli, with Kirsten last week - previously shared a picture of his spouse as a child and told their love story on Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He wrote: \"Storytime. A thread on how I met my wife. This photo was taken on the day that I first met my wife!\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He later clarified that, after their first meeting, he didn\'t come face-to-face with Kirsten again until almost a decade later.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The couple - who also have four-year-old Kensli together - married in March in front of 150 guests including the likes of Kanye West and his wife Kim Kardashian West and comedian Dave Chappelle at the Pelican Hill resort in Newport Beach, California.</p>\n<!-- /wp:paragraph -->','Chance the Rapper told his wife \'let\'s get married\' when he was nine','','publish','open','closed','','chance-the-rapper-told-his-wife-lets-get-married-when-he-was-nine','','','2019-09-11 15:26:04','2019-09-11 20:26:04','',0,'https://buzz-caribbean.com/?p=8605',0,'post','',0),(8607,9,'2019-09-11 15:19:35','2019-09-11 20:19:35','','Joe Freshgoods X Snapple Pop-Up Shop VIP Preview Event','NEW YORK, NEW YORK - AUGUST 22: Chance the Rapper attends the Joe Freshgoods X Snapple Pop-Up Shop VIP Preview Event on August 22, 2019 in New York City. (Photo by Brian Ach/Getty Images for Snapple)','inherit','open','closed','','joe-freshgoods-x-snapple-pop-up-shop-vip-preview-event','','','2019-09-11 15:19:35','2019-09-11 20:19:35','',8605,'https://buzz-caribbean.com/app/uploads/2019/09/chance-the-rapper.jpg',0,'attachment','image/jpeg',0),(8608,9,'2019-09-11 15:24:23','2019-09-11 20:24:23','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BxXouJvgCc0/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BxXouJvgCc0/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BxXouJvgCc0/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Marriage is dope cause I get to live with a mama forever. Not my mama, but it damn near feels like it sometimes. Thank you bringing Kensli into this world but also for occasionally being a mommy to me ?????</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/chancetherapper/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Chance The Rapper Owbum</a> (@chancetherapper) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-05-12T16:32:55+00:00\">May 12, 2019 at 9:32am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','9ef56bfdf1c6a98205e2267c2790d686','','','2019-09-11 15:24:23','2019-09-11 20:24:23','',0,'https://buzz-caribbean.com/article/9ef56bfdf1c6a98205e2267c2790d686/',0,'oembed_cache','',0),(8609,9,'2019-09-11 15:25:49','2019-09-11 20:25:49','<!-- wp:image {\"id\":8607} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/chance-the-rapper.jpg\" alt=\"Chance the Rapper \" class=\"wp-image-8607\" /><figcaption>Chance the Rapper </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Chance the Rapper told his wife he wanted to marry her when he was just nine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The hip hop star previously recalled the touching story of how he met Kirsten for the first time when he was a kid at his mom\'s office party where she and her friends performed as Destiny\'s Child, and he\'s admitted he was smitten as soon as he clasped eyes on her.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Appearing on The Ellen DeGeneres Show, he said: \"My mom worked at a real estate agency with her mom. Her daughters love to dance so they did a choreographed dance at this real estate party that I was at when I was 9. I saw her dancing and I was like, \'Let\'s get married!\'\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BxXouJvgCc0/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BxXouJvgCc0/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Chance - who welcomed his second daughter, Marli, with Kirsten last week - previously shared a picture of his spouse as a child and told their love story on Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He wrote: \"Storytime. A thread on how I met my wife. This photo was taken on the day that I first met my wife!\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He later clarified that, after their first meeting, he didn\'t come face-to-face with Kirsten again until almost a decade later.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The couple - who also have four-year-old Kensli together - married in March in front of 150 guests including the likes of Kanye West and his wife Kim Kardashian West and comedian Dave Chappelle at the Pelican Hill resort in Newport Beach, California.</p>\n<!-- /wp:paragraph -->','Chance the Rapper told his wife \'let\'s get married\' when he was nine','','inherit','closed','closed','','8605-revision-v1','','','2019-09-11 15:25:49','2019-09-11 20:25:49','',8605,'https://buzz-caribbean.com/article/8605-revision-v1/',0,'revision','',0),(8610,13,'2019-09-11 15:31:55','2019-09-11 20:31:55','','Fireside Vertical','','inherit','open','closed','','fireside-vertical','','','2019-09-11 15:31:55','2019-09-11 20:31:55','',8588,'https://buzz-caribbean.com/app/uploads/2019/09/fireside-vertical.jpg',0,'attachment','image/jpeg',0),(8611,16,'2019-09-11 15:46:59','2019-09-11 20:46:59','<!-- wp:paragraph -->\n<p>A Chemical Company is seeking to recruit results-oriented, highly motivated, innovative and energetic, creative persons with a proven track record in sales as:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\"><strong>Sales Representatives</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>To work and reside in Kingston,\nMontego Bay and St. Catherine</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>PRINCIPAL\nRESPONSIBILITIES</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Prospect and develop sales\nleads</li><li>Create and develop new and\ninnovative ways to sell company products to current and potential customers </li><li>Prepare action plans and\nschedules to identify specific targets and to project the number of contacts to\nbe made</li><li>Follow up on new and referrals\nresulting from field activity</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>QUALIFICATIONS\n&amp; EXPERIENCE</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Excellent communication and interpersonal skills </li><li>Proficient with prospecting and developing sales leads</li><li>Team orientation</li><li>Capable of working on own initiative</li><li>Possess a valid driver’s license and own a reliable motor vehicle</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Remuneration\n- straight commission package </em></strong></p>\n<!-- /wp:paragraph -->','A Chemical Company, Sales Representatives','','publish','closed','closed','','a-chemical-company-sales-representatives-8611','','','2019-09-12 09:00:33','2019-09-12 14:00:33','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=8611',0,'job','',0),(8612,13,'2019-09-11 15:32:20','2019-09-11 20:32:20','','Fireside Vertical','','inherit','open','closed','','fireside-vertical-2','','','2019-09-11 15:32:20','2019-09-11 20:32:20','',8588,'https://buzz-caribbean.com/app/uploads/2019/09/fireside-vertical-1.jpg',0,'attachment','image/jpeg',0),(8613,16,'2019-09-11 15:46:08','2019-09-11 20:46:08','','Building','','inherit','open','closed','','building','','','2019-09-11 15:46:20','2019-09-11 20:46:20','',8611,'https://buzz-caribbean.com/app/uploads/2019/09/Building.jpg',0,'attachment','image/jpeg',0),(8614,21,'2019-09-11 16:22:45','2019-09-11 21:22:45','<!-- wp:image {\"id\":8615} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/robert-montague-20190911-1024x669.jpg\" alt=\"Transport and Mining Minster Robert Montague\" class=\"wp-image-8615\" /><figcaption> Transport and Mining Minster Robert Montague (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Operations at the Jiuquan Iron and\nSteel Company (JISCO)/Alpart alumina refinery in Nain, St Elizabeth, are set to\nbe suspended for up to two years to facilitate the plant’s modernisation and\nexpansion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking in the House of Representatives on Tuesday, September 10, Transport and Mining Minister Robert Montague said the ministry’s technical team recommended several options to JISCO relating to operations, during the modernisation discussions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He noted, however, that after careful\nconsideration, the company decided that the best option at this time is to\nsuspend alumina production and focus attention on a full-scale modernisation\nand expansion programme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“To continue producing alumina at over US$480 per tonne is unviable.\" </p><cite>—  Montague </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Montague explained that the decision\nwas arrived at after the consideration of various factors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These, he said, include worker safety and welfare, the high cost of production and high levels of waste, noting that “to continue producing alumina at over US$480 per tonne is unviable.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other factors include the prevailing\nlow and falling price of alumina on the world market, difficulties sourcing\nparts for old equipment, and discontinuation of the manufacturing of many of\nthe parts and systems used by Alpart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Montague said JISCO has indicated\nthat this phase of Alpart’s development is slated to commence within the next\n50 days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I wish to remind this House and the\npeople of Jamaica that the modernisation and expansion programme will be one of\nthe largest investments in the history of the country. Total investment is\nprojected at US$1.1 billion when completed,” he stated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The minister added that the planned\nupgrade will result in a significantly more efficient refinery and that its\nproduction capacity will be increased from 1.65 million tonnes to two million\ntonnes per year.</p>\n<!-- /wp:paragraph -->','Alumina production to be suspended at JISCO/Alpart','','publish','open','closed','','alumina-production-to-be-suspended-at-jisco-alpart','','','2019-09-11 16:22:45','2019-09-11 21:22:45','',0,'https://buzz-caribbean.com/?p=8614',0,'post','',0),(8615,9,'2019-09-11 16:13:53','2019-09-11 21:13:53','','robert-montague-20190911','','inherit','open','closed','','robert-montague-20190911','','','2019-09-11 16:13:53','2019-09-11 21:13:53','',8614,'https://buzz-caribbean.com/app/uploads/2019/09/robert-montague-20190911.jpg',0,'attachment','image/jpeg',0),(8616,9,'2019-09-11 16:22:10','2019-09-11 21:22:10','<!-- wp:image {\"id\":8615} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/robert-montague-20190911-1024x669.jpg\" alt=\"Transport and Mining Minster Robert Montague\" class=\"wp-image-8615\" /><figcaption> Transport and Mining Minster Robert Montague (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Operations at the Jiuquan Iron and\nSteel Company (JISCO)/Alpart alumina refinery in Nain, St Elizabeth, are set to\nbe suspended for up to two years to facilitate the plant’s modernisation and\nexpansion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking in the House of Representatives on Tuesday, September 10, Transport and Mining Minister Robert Montague said the ministry’s technical team recommended several options to JISCO relating to operations, during the modernisation discussions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He noted, however, that after careful\nconsideration, the company decided that the best option at this time is to\nsuspend alumina production and focus attention on a full-scale modernisation\nand expansion programme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“To continue producing alumina at over US$480 per tonne is unviable.\" </p><cite>—  Montague </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Montague explained that the decision\nwas arrived at after the consideration of various factors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These, he said, include worker safety and welfare, the high cost of production and high levels of waste, noting that “to continue producing alumina at over US$480 per tonne is unviable.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other factors include the prevailing\nlow and falling price of alumina on the world market, difficulties sourcing\nparts for old equipment, and discontinuation of the manufacturing of many of\nthe parts and systems used by Alpart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Montague said JISCO has indicated\nthat this phase of Alpart’s development is slated to commence within the next\n50 days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I wish to remind this House and the\npeople of Jamaica that the modernisation and expansion programme will be one of\nthe largest investments in the history of the country. Total investment is\nprojected at US$1.1 billion when completed,” he stated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The minister added that the planned\nupgrade will result in a significantly more efficient refinery and that its\nproduction capacity will be increased from 1.65 million tonnes to two million\ntonnes per year.</p>\n<!-- /wp:paragraph -->','Alumina production to be suspended at JISCO/Alpart','','inherit','closed','closed','','8614-revision-v1','','','2019-09-11 16:22:10','2019-09-11 21:22:10','',8614,'https://buzz-caribbean.com/article/8614-revision-v1/',0,'revision','',0),(8620,11,'2019-09-11 16:34:22','0000-00-00 00:00:00','<!-- wp:paragraph -->\n<p>Jamaican sprint sensation, Briana Williams, has been\nincluded in the 55-athlete contingent that will be representing Jamaica in the\nDoha 2019 IAAF World Athletics Championships in Qatar. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Briana has been slated to perform in 100m and 4x100m\nrelay events subject to the results from her hearing with the Jamaica\nAnti-Doping Commission (JADCO), September 23-25.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Williams recently came under scrutiny after testing positive at the Jamaica</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Trials in June for the banned diuretic Hydrochlorothiazide (HCTZ).</p>\n<!-- /wp:paragraph -->','','','draft','open','closed','','','','','2019-09-11 16:34:22','2019-09-11 21:34:22','',0,'https://buzz-caribbean.com/?p=8620',0,'post','',0),(8621,23,'2019-09-11 16:46:46','2019-09-11 21:46:46','<!-- wp:image {\"id\":8624} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Pizza-Hut-Gaming-A-1024x763.jpg\" alt=\"Levene Sheriff, the marketing officer at Pizza Hut Jamaica  \" class=\"wp-image-8624\" /><figcaption>Levene Sheriff, the marketing officer at Pizza Hut Jamaica  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With\nevents like C.A.G.E (COSPLAY.ANIMATION.GAMING.ESPORTS) and Animecom Fest\ndrawing the millennial demographic in their numbers for 2019, one member of\ncorporate Jamaica has started to take notice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican arm of the international restaurant chain, Pizza Hut, was at the forefront at C.A.G.E as title sponsor, providing not only their brand of snacks and treats to everyone, but the prize money, gifts, trophies and medals, especially for the eSports competition that was part of the event.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We\nare proud to say we were the first corporate supporter of this exciting niche\nmarket filled with many young, energetic and enthusiastic individuals. Pizza\nHut was the title sponsor for this year\'s C.A.G.E event through monetary\nsupport, marketing and promotional support, and planning and execution,” explained\nLevene Sheriff, marketing officer at Pizza Hut Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8625} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Pizza-Hut-Gaming-BB-1024x763.jpg\" alt=\"Cosplayer Shantay Ellis, as Spider Gwen, enjoying what Pizza Hut had to offer at C.A.G.E 2019. \" class=\"wp-image-8625\" /><figcaption>Cosplayer Shantay Ellis, as Spider Gwen, enjoying what Pizza Hut had to offer at C.A.G.E 2019. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sheriff\nsees eSports and her brand as a perfect combination.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Globally, eSports is one of the fastest-growing industries globally with a more than 38 per cent increase in revenue yearly. The eSports scene in Jamaica has grown exponentially over the past five years, with Jamaica leading the charge regionally as the participant base, consisting of persons from as young as six to as old as 50, continues to grow,” she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8626} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Pizza-Hut-Gaming-CCC-1024x763.jpg\" alt=\"The gamers came out in their numbers for the eSports Jamaica video game competitions that saw cash, prizes, trophies and medals sponsored by Pizza Hut Jamaica. \" class=\"wp-image-8626\" /><figcaption>The gamers came out in their numbers for the eSports Jamaica video game competitions that saw cash, prizes, trophies and medals sponsored by Pizza Hut Jamaica. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sheriff\nalso added that Pizza Hut has found its way into the video game culture\ninternationally and the local alignment is only natural.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“C.A.G.E\nwas the first event of its kind in Jamaica. However, internationally the Pizza\nHut brand has partnered with XBOX LIVE to introduce an app that allows gamers\nto purchase gaming items from the Pizza Hut menu in 2013. In 2009, the brand\nalso added pizza to the gaming world by opening a virtual restaurant in the\nvideo game Mario Party 9. The brand has been making its rounds in the industry,\nand Pizza Hut Jamaica certainly expects to become a bigger part of the gaming\nlandscape locally,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sheriff\nexplained that their sponsorship of events like C.A.G.E happened because the\ncompany felt that their ethos matched that of their target audience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We facilitate fun and enjoyment, and as such, we wanted to be aligned with these like-minded individuals and give them the push they need to grow in an industry that hasn’t always gotten the spotlight that it deserves,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Pizza Hut takes a slice out of Jamaica’s gaming industry','','publish','open','closed','','pizza-hut-takes-a-slice-out-of-jamaicas-gaming-industry','','','2019-09-11 16:46:48','2019-09-11 21:46:48','',0,'https://buzz-caribbean.com/?p=8621',0,'post','',0),(8624,9,'2019-09-11 16:39:47','2019-09-11 21:39:47','','Pizza-Hut-Gaming-A','','inherit','open','closed','','pizza-hut-gaming-a','','','2019-09-11 16:39:47','2019-09-11 21:39:47','',8621,'https://buzz-caribbean.com/app/uploads/2019/09/Pizza-Hut-Gaming-A.jpg',0,'attachment','image/jpeg',0),(8625,9,'2019-09-11 16:41:06','2019-09-11 21:41:06','','Pizza-Hut-Gaming-BB','','inherit','open','closed','','pizza-hut-gaming-bb','','','2019-09-11 16:41:06','2019-09-11 21:41:06','',8621,'https://buzz-caribbean.com/app/uploads/2019/09/Pizza-Hut-Gaming-BB.jpg',0,'attachment','image/jpeg',0),(8626,9,'2019-09-11 16:41:32','2019-09-11 21:41:32','','Pizza-Hut-Gaming-CCC','','inherit','open','closed','','pizza-hut-gaming-ccc','','','2019-09-11 16:41:32','2019-09-11 21:41:32','',8621,'https://buzz-caribbean.com/app/uploads/2019/09/Pizza-Hut-Gaming-CCC.jpg',0,'attachment','image/jpeg',0),(8627,9,'2019-09-11 16:44:54','2019-09-11 21:44:54','<!-- wp:image {\"id\":8624} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Pizza-Hut-Gaming-A-1024x763.jpg\" alt=\"Levene Sheriff, the marketing officer at Pizza Hut Jamaica  \" class=\"wp-image-8624\" /><figcaption>Levene Sheriff, the marketing officer at Pizza Hut Jamaica  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With\nevents like C.A.G.E (COSPLAY.ANIMATION.GAMING.ESPORTS) and Animecom Fest\ndrawing the millennial demographic in their numbers for 2019, one member of\ncorporate Jamaica has started to take notice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican arm of the international restaurant chain, Pizza Hut, was at the forefront at C.A.G.E as title sponsor, providing not only their brand of snacks and treats to everyone, but the prize money, gifts, trophies and medals, especially for the eSports competition that was part of the event.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We\nare proud to say we were the first corporate supporter of this exciting niche\nmarket filled with many young, energetic and enthusiastic individuals. Pizza\nHut was the title sponsor for this year\'s C.A.G.E event through monetary\nsupport, marketing and promotional support, and planning and execution,” explained\nLevene Sheriff, marketing officer at Pizza Hut Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8625} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Pizza-Hut-Gaming-BB-1024x763.jpg\" alt=\"Cosplayer Shantay Ellis, as Spider Gwen, enjoying what Pizza Hut had to offer at C.A.G.E 2019. \" class=\"wp-image-8625\" /><figcaption>Cosplayer Shantay Ellis, as Spider Gwen, enjoying what Pizza Hut had to offer at C.A.G.E 2019. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sheriff\nsees eSports and her brand as a perfect combination.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Globally, eSports is one of the fastest-growing industries globally with a more than 38 per cent increase in revenue yearly. The eSports scene in Jamaica has grown exponentially over the past five years, with Jamaica leading the charge regionally as the participant base, consisting of persons from as young as six to as old as 50, continues to grow,” she said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8626} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Pizza-Hut-Gaming-CCC-1024x763.jpg\" alt=\"The gamers came out in their numbers for the eSports Jamaica video game competitions that saw cash, prizes, trophies and medals sponsored by Pizza Hut Jamaica. \" class=\"wp-image-8626\" /><figcaption>The gamers came out in their numbers for the eSports Jamaica video game competitions that saw cash, prizes, trophies and medals sponsored by Pizza Hut Jamaica. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sheriff\nalso added that Pizza Hut has found its way into the video game culture\ninternationally and the local alignment is only natural.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“C.A.G.E\nwas the first event of its kind in Jamaica. However, internationally the Pizza\nHut brand has partnered with XBOX LIVE to introduce an app that allows gamers\nto purchase gaming items from the Pizza Hut menu in 2013. In 2009, the brand\nalso added pizza to the gaming world by opening a virtual restaurant in the\nvideo game Mario Party 9. The brand has been making its rounds in the industry,\nand Pizza Hut Jamaica certainly expects to become a bigger part of the gaming\nlandscape locally,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sheriff\nexplained that their sponsorship of events like C.A.G.E happened because the\ncompany felt that their ethos matched that of their target audience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We facilitate fun and enjoyment, and as such, we wanted to be aligned with these like-minded individuals and give them the push they need to grow in an industry that hasn’t always gotten the spotlight that it deserves,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Pizza Hut takes a slice out of Jamaica’s gaming industry','','inherit','closed','closed','','8621-revision-v1','','','2019-09-11 16:44:54','2019-09-11 21:44:54','',8621,'https://buzz-caribbean.com/article/8621-revision-v1/',0,'revision','',0),(8628,11,'2019-09-11 17:27:13','2019-09-11 22:27:13','<!-- wp:image {\"id\":6266} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Briana-Williams-BUZZ-1024x576.jpg\" alt=\"Brianna-Williams-\" class=\"wp-image-6266\" /><figcaption> Briana Williams </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican sprint sensation Briana Williams has been included in the 55-athlete contingent that will be representing Jamaica in the Doha 2019 IAAF World Athletics Championships in Qatar. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Briana is slated to run in the 100m and 4x100m relay events, subject to the results from her hearing with the Jamaica Anti-Doping Commission (JADCO) from September 23 to 25.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Williams recently came under scrutiny after testing positive at the  Supreme Ventures Limited/JAAA National Senior and Junior Championships in June for the banned diuretic Hydrochlorothiazide (HCTZ).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Yohan-Blake.jpg\" alt=\"Sprinter Yohan Blake\" class=\"wp-image-8630\" /><figcaption>Sprinter Yohan Blake</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>See the full team below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>MEN</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Yohan Blake (100, 200, 4x100m relay)</li><li>Tyquendo Tracey (100m, 4x100m relay)</li><li>Rasheed Dwyer (100m, 200m, 4x100m relay)</li><li>Julian Forte (4x100m)</li><li>Oshane Bailey (4x100m relay)</li><li>Andre Ewers (100m reserve, 200, 4x100m relay)</li><li>Akeen Bloomfield (200m reserve, 400m, 4x400m relay)</li><li>Demish Gaye (400m, 4x400m relay)</li><li>Terry Thomas (4x400m relay)</li><li>Javon Francis (4x400m relay)</li><li>Rusheen McDonald (400m, 4x400m relay)</li><li>Devaughn Baker (4x400m relay)</li><li>Nathon Allen (400m reserve, 4x400m relay)</li><li>Demar Murray (4x400m relay)</li><li>Omar McLeod (110m hurdles)</li><li>Ronald Levy (110m hurdles)</li><li>Orlando Bennett (110m hurdles)</li><li>Andrew Riley (110m hurdles)</li><li>Kemar Mowatt (400m hurdles)</li><li>Tajay Gayle (long jump)</li><li>Jordon Scott (triple jump)</li><li>Fedrick Dacres (discus)</li><li>Traves Smikle (discus)</li><li>Chad Wright (discus)</li><li>O’Dayne Richards (shot put)</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":8632} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/shelly-ann-fraser-pryce-20190911-1024x666.jpg\" alt=\"Shelly-Ann Fraser-Pryce\" class=\"wp-image-8632\" /><figcaption> Shelly-Ann Fraser-Pryce </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>WOMEN</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Elaine Thompson (100m, 200m, 4x100m relay)</li><li>Shelly-Ann Fraser-Pryce (100m, 200m, 4x100m relay)</li><li>Briana Williams (100m, 4x100m relay)</li><li>Jonielle Smith (100m reserve, 4x100m relay)</li><li>Natalliah Whyte (4x100m relay)</li><li>Natasha Morrison (4x100m relay)</li><li>Schillonie Calvert-Powell (200m, 4x100m relay)</li><li>Shashalee Forbes (4x100m relay, 200m reserve)</li><li>Shericka Jackson (400m, 4x400m relay)</li><li>Anastasia Le-Roy (400m, 4x400m relay)</li><li>Stephanie-Ann McPherson (400m, 4x400m relay)</li><li>Roneisha McGregor (400m reserve, 4400m relay)</li><li>Tiffany James (4x400m relay)</li><li>Shiann Salmon (4400m relay, 400m hurdles reserve)</li><li>Janieve Russell (400m hurdles, 4x400m relay)</li><li>Natoya Goule (800m, 4x400m relay)</li><li>Ashia Praught-Leer (1500m)</li><li>Danielle Williams (100m hurdles)</li><li>Janeek Brown (100m hurdles)</li><li>Megan Tapper (100m hurdles)</li><li>Yanique Thompson (100m hurdles)</li><li>Rushell Clayton (400m hurdles)</li><li>Rhonda Whute (400m hurdles)</li><li>Tisanna Hickling (long jump)</li><li>Chanice Porter (long jump)</li><li>Shanieka Ricketts (triple jump)</li><li>Kimberly Williams (triple jump)</li><li>Shadae Lawrence (discus)</li><li>Shanice Love (discus)</li><li>Danniel Thomas-Dodd (shot put)</li></ul>\n<!-- /wp:list -->','Briana Williams named in Jamaica’s World Champs team pending hearing','','publish','open','closed','','briana-williams-named-in-jamaicas-world-champs-team-pending-hearing','','','2019-09-11 17:29:37','2019-09-11 22:29:37','',0,'https://buzz-caribbean.com/?p=8628',0,'post','',0),(8629,14,'2019-09-11 19:58:15','2019-09-12 00:58:15','<!-- wp:image {\"id\":8644} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/hurricane-ivan-closing-in-on-jamaica-sept09-buzz-demo-1024x768.jpg\" alt=\"\" class=\"wp-image-8644\" /><figcaption>Satellite imagery of a powerful Category 4 Hurricane Ivan approaching Jamaica on September 9, 2004 (Photo: NASA Scientific Visualisation Studio)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On that fateful weekend, between September 10 and 11, 2004, Hurricane Ivan brushed just south of the island – lashing Jamaica with torrential rains, landslides and widespread destruction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ivan, a Category 4 storm when it passed 30 kilometres\nsouth of Clarendon, resulted in 17 deaths, and caused damage across the island,\nwith southern parishes suffering the greatest toll to infrastructure. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8651} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/hurricane-ivan-hope-river-damage-buzz-6-1024x681.jpg\" alt=\"\" class=\"wp-image-8651\" /><figcaption>A Jamaican family looks helplessly as a house crumbles following the passage of Hurricane Ivan (Photo: Emma Lewis)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ivan, officially the ninth-costliest\nAtlantic hurricane, racked up an eye-watering bill of around US$26.1 billion in\ndamage across the Caribbean, Venezuela, sections of the US and Mexico.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Throughout Jamaica, Hurricane Ivan left US$575\nmillion in damage. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8652} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/hurricane-ivan-hope-river-damage-buzz-3.jpg\" alt=\"\" class=\"wp-image-8652\" /><figcaption>These motor vehicles buried inches in thick mud after a landslide in St. Andrew (Photo: Recmod.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hurricane-force winds buffeted the entire\nisland, while heavy rainfall triggered widespread mudslides and flooding. More\nthan 5,600 houses were destroyed by the storm, with another 41,400 suffering\nvarying degrees of damage. &nbsp;Extensive\nsections of Jamaica\'s major utility networks were damaged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Overall, Hurricane Ivan left 18,000 people homeless as a result of the floodwaters and high winds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8653} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/hurricane-ivan-hope-river-damage-buzz-5.jpg\" alt=\"\" class=\"wp-image-8653\" /><figcaption>The southern coastline of Clarendon was hardest hit by Ivan\'s near-direct landfall. (Photo: Recmod.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The powerful system, the fourth major\nhurricane in the active 2004 season, was described as one of the most devastating\nin Jamaica\'s recorded history, with about 500,000 Jamaicans being told to\nevacuate from coastal areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then-Prime Minister P.J. Patterson declared a public emergency, saying that the nation had to \"prepare for the worst-case scenario\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the aftermath of the storm, looters reportedly roamed the streets of Kingston robbing emergency responders at gunpoint.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No one will be hearing the \'Ivan\' being attached to any other storm, as the name was retired due to the scope of its impact across the Caribbean, and Mexico as well parts of North and South America.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8654} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/hurricane-ivan-florida-damage-buzz-demo-1024x685.jpg\" alt=\"\" class=\"wp-image-8654\" /><figcaption>Beachfront damage in Florida after the clouds cleared from \'Terrible Ivan\' (Photo: AL.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> fam, where were you when Hurricane Ivan passed by Jamaica? Did your\nhome suffer any damage during the storm?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Where does Hurricane Ivan rank for you, was\nit the worst storm you’ve experienced?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the comments section below!</p>\n<!-- /wp:paragraph -->','Remembering Hurricane Ivan 15 years later','','publish','open','closed','','remembering-hurricane-ivan-15-years-later','','','2019-09-11 20:08:43','2019-09-12 01:08:43','',0,'https://buzz-caribbean.com/?p=8629',0,'post','',0),(8630,9,'2019-09-11 17:20:06','2019-09-11 22:20:06','','Yohan-Blake','','inherit','open','closed','','yohan-blake','','','2019-09-11 17:20:06','2019-09-11 22:20:06','',8628,'https://buzz-caribbean.com/app/uploads/2019/09/Yohan-Blake.jpg',0,'attachment','image/jpeg',0),(8631,9,'2019-09-11 17:27:13','2019-09-11 22:27:13','<!-- wp:image {\"id\":6266} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Briana-Williams-BUZZ-1024x576.jpg\" alt=\"Brianna-Williams-\" class=\"wp-image-6266\" /><figcaption> Briana Williams </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican sprint sensation Briana Williams has been included in the 55-athlete contingent that will be representing Jamaica in the Doha 2019 IAAF World Athletics Championships in Qatar. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Briana is slated to run in the 100m and 4x100m relay events, subject to the results from her hearing with the Jamaica Anti-Doping Commission (JADCO) from September 23 to 25.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Williams recently came under scrutiny after testing positive at the  Supreme Ventures Limited/JAAA National Senior and Junior Championships in June for the banned diuretic Hydrochlorothiazide (HCTZ).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Yohan-Blake.jpg\" alt=\"Sprinter Yohan Blake\" class=\"wp-image-8630\" /><figcaption>Sprinter Yohan Blake</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>See the full team below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>MEN</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Yohan Blake (100, 200, 4x100m relay)</li><li>Tyquendo Tracey (100m, 4x100m relay)</li><li>Rasheed Dwyer (100m, 200m, 4x100m relay)</li><li>Julian Forte (4x100m)</li><li>Oshane Bailey (4x100m relay)</li><li>Andre Ewers (100m reserve, 200, 4x100m relay)</li><li>Akeen Bloomfield (200m reserve, 400m, 4x400m relay)</li><li>Demish Gaye (400m, 4x400m relay)</li><li>Terry Thomas (4x400m relay)</li><li>Javon Francis (4x400m relay)</li><li>Rusheen McDonald (400m, 4x400m relay)</li><li>Devaughn Baker (4x400m relay)</li><li>Nathon Allen (400m reserve, 4x400m relay)</li><li>Demar Murray (4x400m relay)</li><li>Omar McLeod (110m hurdles)</li><li>Ronald Levy (110m hurdles)</li><li>Orlando Bennett (110m hurdles)</li><li>Andrew Riley (110m hurdles)</li><li>Kemar Mowatt (400m hurdles)</li><li>Tajay Gayle (long jump)</li><li>Jordon Scott (triple jump)</li><li>Fedrick Dacres (discus)</li><li>Traves Smikle (discus)</li><li>Chad Wright (discus)</li><li>O’Dayne Richards (shot put)</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>WOMEN</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Elaine Thompson (100m, 200m, 4x100m relay)</li><li>Shelly-Ann Fraser-Pryce (100m, 200m, 4x100m relay)</li><li>Briana Williams (100m, 4x100m relay)</li><li>Jonielle Smith (100m reserve, 4x100m relay)</li><li>Natalliah Whyte (4x100m relay)</li><li>Natasha Morrison (4x100m relay)</li><li>Schillonie Calvert-Powell (200m, 4x100m relay)</li><li>Shashalee Forbes (4x100m relay, 200m reserve)</li><li>Shericka Jackson (400m, 4x400m relay)</li><li>Anastasia Le-Roy (400m, 4x400m relay)</li><li>Stephanie-Ann McPherson (400m, 4x400m relay)</li><li>Roneisha McGregor (400m reserve, 4400m relay)</li><li>Tiffany James (4x400m relay)</li><li>Shiann Salmon (4400m relay, 400m hurdles reserve)</li><li>Janieve Russell (400m hurdles, 4x400m relay)</li><li>Natoya Goule (800m, 4x400m relay)</li><li>Ashia Praught-Leer (1500m)</li><li>Danielle Williams (100m hurdles)</li><li>Janeek Brown (100m hurdles)</li><li>Megan Tapper (100m hurdles)</li><li>Yanique Thompson (100m hurdles)</li><li>Rushell Clayton (400m hurdles)</li><li>Rhonda Whute (400m hurdles)</li><li>Tisanna Hickling (long jump)</li><li>Chanice Porter (long jump)</li><li>Shanieka Ricketts (triple jump)</li><li>Kimberly Williams (triple jump)</li><li>Shadae Lawrence (discus)</li><li>Shanice Love (discus)</li><li>Danniel Thomas-Dodd (shot put)</li></ul>\n<!-- /wp:list -->','Briana Williams named in Jamaica’s World Champs team pending hearing','','inherit','closed','closed','','8628-revision-v1','','','2019-09-11 17:27:13','2019-09-11 22:27:13','',8628,'https://buzz-caribbean.com/article/8628-revision-v1/',0,'revision','',0),(8632,9,'2019-09-11 17:29:14','2019-09-11 22:29:14','','shelly-ann-fraser-pryce-20190911','','inherit','open','closed','','shelly-ann-fraser-pryce-20190911','','','2019-09-11 17:29:14','2019-09-11 22:29:14','',8628,'https://buzz-caribbean.com/app/uploads/2019/09/shelly-ann-fraser-pryce-20190911.jpg',0,'attachment','image/jpeg',0),(8633,9,'2019-09-11 17:29:37','2019-09-11 22:29:37','<!-- wp:image {\"id\":6266} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Briana-Williams-BUZZ-1024x576.jpg\" alt=\"Brianna-Williams-\" class=\"wp-image-6266\" /><figcaption> Briana Williams </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican sprint sensation Briana Williams has been included in the 55-athlete contingent that will be representing Jamaica in the Doha 2019 IAAF World Athletics Championships in Qatar. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Briana is slated to run in the 100m and 4x100m relay events, subject to the results from her hearing with the Jamaica Anti-Doping Commission (JADCO) from September 23 to 25.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Williams recently came under scrutiny after testing positive at the  Supreme Ventures Limited/JAAA National Senior and Junior Championships in June for the banned diuretic Hydrochlorothiazide (HCTZ).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8630} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Yohan-Blake.jpg\" alt=\"Sprinter Yohan Blake\" class=\"wp-image-8630\" /><figcaption>Sprinter Yohan Blake</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>See the full team below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>MEN</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Yohan Blake (100, 200, 4x100m relay)</li><li>Tyquendo Tracey (100m, 4x100m relay)</li><li>Rasheed Dwyer (100m, 200m, 4x100m relay)</li><li>Julian Forte (4x100m)</li><li>Oshane Bailey (4x100m relay)</li><li>Andre Ewers (100m reserve, 200, 4x100m relay)</li><li>Akeen Bloomfield (200m reserve, 400m, 4x400m relay)</li><li>Demish Gaye (400m, 4x400m relay)</li><li>Terry Thomas (4x400m relay)</li><li>Javon Francis (4x400m relay)</li><li>Rusheen McDonald (400m, 4x400m relay)</li><li>Devaughn Baker (4x400m relay)</li><li>Nathon Allen (400m reserve, 4x400m relay)</li><li>Demar Murray (4x400m relay)</li><li>Omar McLeod (110m hurdles)</li><li>Ronald Levy (110m hurdles)</li><li>Orlando Bennett (110m hurdles)</li><li>Andrew Riley (110m hurdles)</li><li>Kemar Mowatt (400m hurdles)</li><li>Tajay Gayle (long jump)</li><li>Jordon Scott (triple jump)</li><li>Fedrick Dacres (discus)</li><li>Traves Smikle (discus)</li><li>Chad Wright (discus)</li><li>O’Dayne Richards (shot put)</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":8632} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/shelly-ann-fraser-pryce-20190911-1024x666.jpg\" alt=\"Shelly-Ann Fraser-Pryce\" class=\"wp-image-8632\" /><figcaption> Shelly-Ann Fraser-Pryce </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>WOMEN</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Elaine Thompson (100m, 200m, 4x100m relay)</li><li>Shelly-Ann Fraser-Pryce (100m, 200m, 4x100m relay)</li><li>Briana Williams (100m, 4x100m relay)</li><li>Jonielle Smith (100m reserve, 4x100m relay)</li><li>Natalliah Whyte (4x100m relay)</li><li>Natasha Morrison (4x100m relay)</li><li>Schillonie Calvert-Powell (200m, 4x100m relay)</li><li>Shashalee Forbes (4x100m relay, 200m reserve)</li><li>Shericka Jackson (400m, 4x400m relay)</li><li>Anastasia Le-Roy (400m, 4x400m relay)</li><li>Stephanie-Ann McPherson (400m, 4x400m relay)</li><li>Roneisha McGregor (400m reserve, 4400m relay)</li><li>Tiffany James (4x400m relay)</li><li>Shiann Salmon (4400m relay, 400m hurdles reserve)</li><li>Janieve Russell (400m hurdles, 4x400m relay)</li><li>Natoya Goule (800m, 4x400m relay)</li><li>Ashia Praught-Leer (1500m)</li><li>Danielle Williams (100m hurdles)</li><li>Janeek Brown (100m hurdles)</li><li>Megan Tapper (100m hurdles)</li><li>Yanique Thompson (100m hurdles)</li><li>Rushell Clayton (400m hurdles)</li><li>Rhonda Whute (400m hurdles)</li><li>Tisanna Hickling (long jump)</li><li>Chanice Porter (long jump)</li><li>Shanieka Ricketts (triple jump)</li><li>Kimberly Williams (triple jump)</li><li>Shadae Lawrence (discus)</li><li>Shanice Love (discus)</li><li>Danniel Thomas-Dodd (shot put)</li></ul>\n<!-- /wp:list -->','Briana Williams named in Jamaica’s World Champs team pending hearing','','inherit','closed','closed','','8628-revision-v1','','','2019-09-11 17:29:37','2019-09-11 22:29:37','',8628,'https://buzz-caribbean.com/article/8628-revision-v1/',0,'revision','',0),(8634,23,'2019-09-11 18:00:50','2019-09-11 23:00:50','<!-- wp:image {\"id\":7604} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bahamas-hurricane-dorian-CBC-1024x768.jpg\" alt=\"Aerial view of damage to The Bahamas (Source: CBC.com)\" class=\"wp-image-7604\" /><figcaption>Aerial view of damage to The Bahamas (Source: CBC.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The European Union (EU) mission in Jamaica announced on Wednesday that it is mobilising €500,000 in humanitarian aid funding to address the most urgent needs of those affected by Hurricane Dorian in the Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The funding will go towards shelter, water, sanitation and hygiene.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Hurricane Dorian has left a large trail of destruction with many casualties and leaving homes in ruins. We will do all we can to help, getting aid in to the people on the ground. Our thoughts are with all those affected by this tragedy and with the Bahamian authorities and brave first responders on the scene,” Commissioner for Humanitarian Aid and Crisis Management, Christos Stylianides said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EU said that as an immediate first response, it mobilised a humanitarian expert to the Bahamas to make a first assessment of the needs last week. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Our thoughts are with all those affected by this tragedy and with the Bahamian authorities and brave first responders on the scene.\"</p><cite>— EU\'s Christos Stylianides </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In the coming days, two liaison officers from the EU\'s Emergency Response Coordination Centre will join him to coordinate the incoming assistance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also, following a request for assistance from the Bahamas, the EU Civil Protection Mechanism has been activated and relief, logistics and communications support are being sent by the Netherlands and by Luxembourg.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EU says it is also supporting the efforts of the National Red Cross to provide urgent assistance to the victims.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EU’s 24/7 Emergency Response Coordination Centre is in close contact with the authorities of the Bahamas and member states to monitor the situation and channel further assistance. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The powerful Category 5 storm, which hit the Bahamas on September 1, is considered the strongest Atlantic hurricane documented to directly impact a landmass since records began. </p>\n<!-- /wp:paragraph -->','EU helping the Bahamas to bounce back from Hurricane Dorian','','publish','open','closed','','eu-helping-the-bahamas-to-bounce-back-from-hurricane-dorian','','','2019-09-11 17:43:27','2019-09-11 22:43:27','',0,'https://buzz-caribbean.com/?p=8634',0,'post','',0),(8635,9,'2019-09-11 17:35:50','2019-09-11 22:35:50','<!-- wp:paragraph -->\n<p>The European Union (EU) mission in\nJamaica announced on Wednesday that it is mobilising €500,000 in humanitarian\naid funding to address the most urgent needs of those affected by Hurricane Dorian\nin the Bahamas.<br>\n<br>\nThe funding will go towards shelter, water, sanitation and hygiene.<br>\n<br>\n“Hurricane Dorian has left a large trail of destruction with many casualties\nand leaving homes in ruins. We will do all we can to help, getting aid in to\nthe people on the ground. Our thoughts are with all those affected by this\ntragedy and with the Bahamian authorities and brave first responders on the\nscene,” Commissioner for Humanitarian Aid and Crisis Management, Christos\nStylianides said.<br>\n<br>\nThe EU said that as an immediate first response, it mobilised a humanitarian\nexpert to the Bahamas to make a first assessment of the needs last week. <br>\n<br>\nIn the coming days, two liaison officers from the EU\'s Emergency Response\nCoordination Centre will join him to coordinate the incoming assistance.<br>\n<br>\nAlso, following a request for assistance from the Bahamas, the EU Civil\nProtection Mechanism has been activated and relief, logistics and\ncommunications support are being sent by the Netherlands and by Luxembourg.<br>\n<br>\nThe EU says it is also supporting the efforts of the National Red Cross to\nprovide urgent assistance to the victims.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EU’s 24/7 Emergency Response\nCoordination Centre is in close contact with the authorities of the Bahamas and\nMember States to monitor the situation and channel further assistance. <br>\n<br>\nThe powerful Category 5 storm, which hit the Bahamas on September 1, is\nconsidered the strongest Atlantic hurricane documented to directly impact a\nland mass since records began. </p>\n<!-- /wp:paragraph -->','EU helping the Bahamas to bounce back from Hurricane Dorian','','inherit','closed','closed','','8634-revision-v1','','','2019-09-11 17:35:50','2019-09-11 22:35:50','',8634,'https://buzz-caribbean.com/article/8634-revision-v1/',0,'revision','',0),(8636,14,'2019-09-11 17:36:59','2019-09-11 22:36:59','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On that fateful weekend, between September 10 and 11, 2004, Hurricane Ivan brushed just south of the island – lashing Jamaica with torrential rains, landslides and widespread destruction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ivan, a Category 4 storm when it passed 30 kilometres\nsouth of Clarendon, resulted in 17 deaths, and caused damage across the island,\nwith southern parishes suffering the greatest toll to infrastructure. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ivan, officially the ninth-costliest\nAtlantic hurricane, racked up an eye-watering bill of around US$26.1 billion in\ndamage across the Caribbean, Venezuela, sections of the US and Mexico.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Throughout Jamaica, Hurricane Ivan left US$575\nmillion in damage. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hurricane-force winds buffeted the entire\nisland, while heavy rainfall triggered widespread mudslides and flooding. More\nthan 5,600 houses were destroyed by the storm, with another 41,400 suffering\nvarying degrees of damage. &nbsp;Extensive\nsections of Jamaica\'s major utility networks were damaged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Overall, Hurricane Ivan left 18,000 people\nhomeless as a result of the flood waters and high winds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The powerful system, the fourth major\nhurricane in the active 2004 season, was described as one of the most devastating\nin Jamaica\'s recorded history, with about 500,000 Jamaicans being told to\nevacuate from coastal areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then Prime Minister P.J. Patterson declared\na public emergency, saying that the nation had to \"prepare for the\nworst-case scenario\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the aftermath of the storm, looters reportedly roamed the streets of Kingston robbing emergency responders at gunpoint.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No one will be hearing the \'Ivan\' being attached to any other storm, as the name was retired due to the scope of its impact across the Caribbean, and Mexico as well parts of North and South America.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> fam, where were you when Hurricane Ivan passed by Jamaica? Did your\nhome suffer any damage during the storm?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Where does Hurricane Ivan rank for you, was\nit the worst storm you’ve experienced?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the comments section below!</p>\n<!-- /wp:paragraph -->','Remembering Hurricane Ivan 15 years later','','inherit','closed','closed','','8629-revision-v1','','','2019-09-11 17:36:59','2019-09-11 22:36:59','',8629,'https://buzz-caribbean.com/article/8629-revision-v1/',0,'revision','',0),(8637,9,'2019-09-11 17:42:40','2019-09-11 22:42:40','<!-- wp:image {\"id\":7604} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bahamas-hurricane-dorian-CBC-1024x768.jpg\" alt=\"Aerial view of damage to The Bahamas (Source: CBC.com)\" class=\"wp-image-7604\" /><figcaption>Aerial view of damage to The Bahamas (Source: CBC.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The European Union (EU) mission in Jamaica announced on Wednesday that it is mobilising €500,000 in humanitarian aid funding to address the most urgent needs of those affected by Hurricane Dorian in the Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The funding will go towards shelter, water, sanitation and hygiene.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Hurricane Dorian has left a large trail of destruction with many casualties and leaving homes in ruins. We will do all we can to help, getting aid in to the people on the ground. Our thoughts are with all those affected by this tragedy and with the Bahamian authorities and brave first responders on the scene,” Commissioner for Humanitarian Aid and Crisis Management, Christos Stylianides said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EU said that as an immediate first response, it mobilised a humanitarian expert to the Bahamas to make a first assessment of the needs last week. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Our thoughts are with all those affected by this tragedy and with the Bahamian authorities and brave first responders on the scene.\"</p><cite>— EU\'s Christos Stylianides </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In the coming days, two liaison officers from the EU\'s Emergency Response Coordination Centre will join him to coordinate the incoming assistance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also, following a request for assistance from the Bahamas, the EU Civil Protection Mechanism has been activated and relief, logistics and communications support are being sent by the Netherlands and by Luxembourg.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EU says it is also supporting the efforts of the National Red Cross to provide urgent assistance to the victims.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EU’s 24/7 Emergency Response Coordination Centre is in close contact with the authorities of the Bahamas and member states to monitor the situation and channel further assistance. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The powerful Category 5 storm, which hit the Bahamas on September 1, is considered the strongest Atlantic hurricane documented to directly impact a landmass since records began. </p>\n<!-- /wp:paragraph -->','EU helping the Bahamas to bounce back from Hurricane Dorian','','inherit','closed','closed','','8634-revision-v1','','','2019-09-11 17:42:40','2019-09-11 22:42:40','',8634,'https://buzz-caribbean.com/article/8634-revision-v1/',0,'revision','',0),(8638,21,'2019-09-12 07:45:46','2019-09-12 12:45:46','<!-- wp:image {\"id\":8639} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/karl-samuda-20190911-1024x733.jpg\" alt=\"Minister with responsibility for Education, Youth and Information, Karl Samuda (Photo: JIS)\" class=\"wp-image-8639\" /><figcaption>Minister with responsibility for Education, Youth and Information, Karl Samuda (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Four schools will be removed from the\nshift system in the 2019/20 fiscal year at a total cost of $93.9 million.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They are Exchange All-Age School in\nSt Ann, which will be upgraded at a cost of $21.9 million; Albert Town High\nSchool, Trelawny, $30 million; Cedric Titus High School, Trelawny, $12 million;\nand Port Antonio High, Portland, $30 million.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister with responsibility for\nEducation, Youth and Information, Karl Samuda, made the disclosure as he\nresponded to questions posed by Opposition Spokesman on Education, Ronald\nThwaites, during the sitting of the House of Representatives on September 10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The plan is all schools will be taken off shifts.\"</p><cite>— Samuda</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He noted that the four schools are\namong the 37 institutions that remain on shift.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the others are St James High;\nOld Harbour High and Spanish Town High, St Catherine; Boundbrook Primary,\nPortland; Donald Quarrie High and Jonathan Grant High, Kingston; Chapelton\nAll-Age, Clarendon; Bellefield High and Christiana High, Manchester;\nPetersfield High, Westmoreland; St Ann’s Bay Primary; and Seaforth High, St\nThomas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The plan is all schools will be\ntaken off shifts. The Capital Budget is $1.2 billion, and $644 million has been\nbudgeted for infrastructure works,” Samuda said.</p>\n<!-- /wp:paragraph -->','Four additional schools to be taken off shift system','','publish','open','closed','','four-additional-schools-to-be-taken-off-shift-system','','','2019-09-11 18:10:04','2019-09-11 23:10:04','',0,'https://buzz-caribbean.com/?p=8638',0,'post','',0),(8639,9,'2019-09-11 18:05:40','2019-09-11 23:05:40','','karl-samuda-20190911','','inherit','open','closed','','karl-samuda-20190911','','','2019-09-11 18:05:40','2019-09-11 23:05:40','',8638,'https://buzz-caribbean.com/app/uploads/2019/09/karl-samuda-20190911.jpg',0,'attachment','image/jpeg',0),(8640,9,'2019-09-11 18:09:17','2019-09-11 23:09:17','<!-- wp:image {\"id\":8639} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/karl-samuda-20190911-1024x733.jpg\" alt=\"Minister with responsibility for Education, Youth and Information, Karl Samuda (Photo: JIS)\" class=\"wp-image-8639\" /><figcaption>Minister with responsibility for Education, Youth and Information, Karl Samuda (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Four schools will be removed from the\nshift system in the 2019/20 fiscal year at a total cost of $93.9 million.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They are Exchange All-Age School in\nSt Ann, which will be upgraded at a cost of $21.9 million; Albert Town High\nSchool, Trelawny, $30 million; Cedric Titus High School, Trelawny, $12 million;\nand Port Antonio High, Portland, $30 million.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister with responsibility for\nEducation, Youth and Information, Karl Samuda, made the disclosure as he\nresponded to questions posed by Opposition Spokesman on Education, Ronald\nThwaites, during the sitting of the House of Representatives on September 10.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The plan is all schools will be taken off shifts.\"</p><cite>— Samuda</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He noted that the four schools are\namong the 37 institutions that remain on shift.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the others are St James High;\nOld Harbour High and Spanish Town High, St Catherine; Boundbrook Primary,\nPortland; Donald Quarrie High and Jonathan Grant High, Kingston; Chapelton\nAll-Age, Clarendon; Bellefield High and Christiana High, Manchester;\nPetersfield High, Westmoreland; St Ann’s Bay Primary; and Seaforth High, St\nThomas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The plan is all schools will be\ntaken off shifts. The Capital Budget is $1.2 billion, and $644 million has been\nbudgeted for infrastructure works,” Samuda said.</p>\n<!-- /wp:paragraph -->','Four additional schools to be taken off shift system','','inherit','closed','closed','','8638-revision-v1','','','2019-09-11 18:09:17','2019-09-11 23:09:17','',8638,'https://buzz-caribbean.com/article/8638-revision-v1/',0,'revision','',0),(8641,21,'2019-09-12 08:17:11','2019-09-12 13:17:11','<!-- wp:image {\"id\":8642} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Aaron-Carter.jpg\" alt=\"Aaron Carter \" class=\"wp-image-8642\" /><figcaption>Aaron Carter </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Aaron Carter has been diagnosed with schizophrenia and bipolar disorder.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>I Want Candy</strong> singer has revealed he\'s suffering from several different mental illnesses including \"multiple personality disorder\" and anxiety, as he defined himself as being \"manic depressant\", which is a definition commonly used by those suffering with bipolar disorder.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking in a clip obtained by TMZ from an upcoming candid two-part interview on \'The Doctors\' - which is set to air this week - Aaron said: \"The official diagnosis is that I suffer from multiple personality disorder, schizophrenia, acute anxiety, [and] I\'m manic depressant.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I\'m manic depressant.\" </p><cite>— Aaron Carter</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Aaron then showed members of the studio audience the bag of medication he has been prescribed, which includes Xanax, omeprazole, hydroxyzine and more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added: \"This is my reality. Hi, I have nothing to hide.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 31-year-old singer\'s health update comes after he recently insisted his \"mental stability\" is \"infinite\", after police visited his home last month when family members called for a wellness check as they feared for the star\'s mental health. But after officers completed a wellness check, sources confirmed the call was a “false alarm”.</p>\n<!-- /wp:paragraph -->','Aaron Carter been diagnosed with schizophrenia','','publish','open','closed','','aaron-carter-been-diagnosed-with-schizophrenia','','','2019-09-11 18:35:36','2019-09-11 23:35:36','',0,'https://buzz-caribbean.com/?p=8641',0,'post','',0),(8642,9,'2019-09-11 18:18:36','2019-09-11 23:18:36','','3rd Annual CineFashion Film Awards','Aaron Carter at The 3rd Annual CineFashion Film Awards held at The Saban Theatre in Beverly Hills, CA on Thursday, December 15, 2016. Photo by PRPP / PictureLux','inherit','open','closed','','3rd-annual-cinefashion-film-awards','','','2019-09-11 18:18:36','2019-09-11 23:18:36','',8641,'https://buzz-caribbean.com/app/uploads/2019/09/Aaron-Carter.jpg',0,'attachment','image/jpeg',0),(8643,9,'2019-09-11 18:25:09','2019-09-11 23:25:09','<!-- wp:image {\"id\":8642} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Aaron-Carter.jpg\" alt=\"Aaron Carter \" class=\"wp-image-8642\" /><figcaption>Aaron Carter </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Aaron Carter has been diagnosed with schizophrenia and bipolar disorder.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>I Want Candy</strong> singer has revealed he\'s suffering from several different mental illnesses including \"multiple personality disorder\" and anxiety, as he defined himself as being \"manic depressant\", which is a definition commonly used by those suffering with bipolar disorder.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking in a clip obtained by TMZ from an upcoming candid two-part interview on \'The Doctors\' - which is set to air this week - Aaron said: \"The official diagnosis is that I suffer from multiple personality disorder, schizophrenia, acute anxiety, [and] I\'m manic depressant.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I\'m manic depressant.\" </p><cite>— Aaron Carter</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Aaron then showed members of the studio audience the bag of medication he has been prescribed, which includes Xanax, omeprazole, hydroxyzine and more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added: \"This is my reality. Hi, I have nothing to hide.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 31-year-old singer\'s health update comes after he recently insisted his \"mental stability\" is \"infinite\", after police visited his home last month when family members called for a wellness check as they feared for the star\'s mental health. But after officers completed a wellness check, sources confirmed the call was a “false alarm”.</p>\n<!-- /wp:paragraph -->','Aaron Carter been diagnosed with schizophrenia','','inherit','closed','closed','','8641-revision-v1','','','2019-09-11 18:25:09','2019-09-11 23:25:09','',8641,'https://buzz-caribbean.com/article/8641-revision-v1/',0,'revision','',0),(8644,14,'2019-09-11 19:31:09','2019-09-12 00:31:09','','hurricane-ivan-closing-in-on-jamaica-sept09-buzz-demo','','inherit','open','closed','','hurricane-ivan-closing-in-on-jamaica-sept09-buzz-demo','','','2019-09-11 19:31:09','2019-09-12 00:31:09','',8629,'https://buzz-caribbean.com/app/uploads/2019/09/hurricane-ivan-closing-in-on-jamaica-sept09-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8645,14,'2019-09-11 19:31:18','2019-09-12 00:31:18','','Jamaica Tropical Weather','Residents watch floodwater as they stand on the destroyed the bridge that linked the towns of Kintyre and Kingston in Jamaica, Wednesday Sept. 29, 2010.  Tropical Storm Nicole caused flooding and mudslides across Jamaica on Wednesday, leaving two confirmed dead and at least 12 more missing.  (AP Photo/Collin Reid)','inherit','open','closed','','jamaica-tropical-weather','','','2019-09-11 19:31:18','2019-09-12 00:31:18','',8629,'https://buzz-caribbean.com/app/uploads/2019/09/hurricane-ivan-hope-river-damage-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8646,15,'2019-09-12 06:00:21','2019-09-12 11:00:21','<!-- wp:image {\"id\":7088} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-bahamas-damage-img-1024x576.jpg\" alt=\"\" class=\"wp-image-7088\" /><figcaption>Damage in Bahamas caused by Hurricane Dorian.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reputable risk modelling and analytics company RMS, is estimating insured losses in the Caribbean from Hurricane Dorain could be anywhere between US$3.5 billion to US$6.5 billion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>RMS, which is based in California, says the figure represents wind and storm surge damage primarily wrought upon The Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hurricane Dorian sat over the Bahamas for over 30 hours and practically levelled the small island of Abaco.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Assessing the impact on The Bahamas, Jeff Waters, Senior Product Manager of RMS North Atlantic Hurricane Models, is reported to have told the Insurance Journal: \"There is a high degree of uncertainty on the potential impact of post-event loss (PLA) amplification from this event. Nevertheless, we expect PLA in The Bahamas to be significant due to constrained access to the islands and infrastructure damage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Port closures, damaged roads and severe damage to the airport will make it difficult to deliver the necessary labour and materials to impacted areas. It will also limit the ability of residents and business owners to return to damaged homes and buildings. Consequently, cost of materials is expected to inflate and repairs could be prolonged both of which are expected to amplify the cost of the claims from this event.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6947} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/abaco-bahamas-hurricane-dorian-.jpg\" alt=\"\" class=\"wp-image-6947\" /><figcaption>Flooding caused by Hurricane Dorian in the Abaco area of the Bahamas.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The official death toll in the Bahamas due to Hurricane Dorian is now at 50 but more bodies are expected to be recovered. Dorian, a Category 5 hurricane tore apart the northern part of the Bahamas with wind speeds of 200 miles per hour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'Insured losses in the Bahamas are also expected to settle over a longer period than in a typical Caribbean hurricane.\'</p><cite>—Peter Dailey</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Before gathering strength and whilst as a tropical storm, Dorian brought heavy rains and winds to Barbados where that country’s electricity  grid was shut down. The Virgin Islands, Puerto Rico, St Vincent, St Lucia, Martinique and the Dominican Republic all were doused by torrential rains but that was about it. Florida remained unscathed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Insured losses in the Bahamas are also expected to settle over a longer period than in a typical Caribbean hurricane given an expected spike in demand for claims adjusters, many of whom will be unable to inspect properties or even access the two main affected islands (Grand Bahama and Abaco) for some time,\" said Peter Dailey, vice president at RMS ( Model Development).</p>\n<!-- /wp:paragraph -->','Insured losses caused by Dorian in the Caribbean could be as high as US$6.5 billion – RMS','','publish','open','closed','','insured-losses-caused-by-dorian-in-the-caribbean-could-be-as-high-as-us6-5-billion-rms','','','2019-09-11 20:48:57','2019-09-12 01:48:57','',0,'https://buzz-caribbean.com/?p=8646',0,'post','',0),(8647,4,'2019-09-11 19:35:32','2019-09-12 00:35:32','<!-- wp:paragraph -->\n<p>Reputable risk modelling and analytics company RMS, is estimating insured losses in the Caribbean from Hurricane Dorain could be anywhere between US$3.5 billion to US$6.5 billion.<br> <br> RMS, based in California says the figure represents wind and storm surge damage primarily wrought upon the Bahamas.<br> <br> Hurricane Dorian sat over the Bahamas for over 30 hours and practically wiped out the small island of Abaco.<br> <br> Assessing the impact on the Bahamas, Jeff Waters, Senior Product Manager of RMS North Atlantic Hurricane Models is reported to have told the Insurance Journal: “ There is a high degree of uncertainty on the potential impact of post-event loss (PLA) amplification from this event. Nevertheless, we expect PLA in the Bahamas to be significant due to constrained access to the islands and infrastructure damage.<br> <br> “Port closures, damaged roads and severe damage to the airport will make it difficult to deliver the necessary labour and materials to impacted areas. It will also limit the ability of residents and business owners to return to damaged homes and buildings.<br> <br> “Consequently, cost of materials are expected to inflate and repairs could be prolonged both of which are expected to amplify the cost of the claims from this event.”<br> <br> The official death toll in the Bahamas due to Hurricane Dorian is now at 50 but more bodies are expected to be recovered.<br> <br> Dorian, a Category 5 hurricane tore apart the northern part of the Bahamas with wind speeds of 200 miles per hour.<br> <br> Before gathering strength and whilst as a tropical storm, Dorian brought heavy rains and winds to Barbados where that country’s electricity  grid was shut down. The Virgin Islands, Puerto Rico, St Vincent, St Lucia, Martinique and the Dominican Republic all were doused by torrential rains but that was about it. Florida remained unscathed.<br> <br> “Insured losses in the Bahamas are also expected to settle over a longer period than in a typical Caribbean hurricane given an expected spike in demand for claims adjusters, many of whom will be unable to inspect properties or even access the two main affected islands (Grand Bahama and Abaco) for some time, said Peter Dailey, vice president at RMS ( Model Development). </p>\n<!-- /wp:paragraph -->','Insured losses caused by Dorian in the Caribbean could be as high as US$6.5 billion – RMS','','inherit','closed','closed','','8646-revision-v1','','','2019-09-11 19:35:32','2019-09-12 00:35:32','',8646,'https://buzz-caribbean.com/article/8646-revision-v1/',0,'revision','',0),(8648,4,'2019-09-11 19:37:21','2019-09-12 00:37:21','<!-- wp:image {\"id\":7088} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-bahamas-damage-img-1024x576.jpg\" alt=\"\" class=\"wp-image-7088\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reputable risk modelling and analytics company RMS, is estimating insured losses in the Caribbean from Hurricane Dorain could be anywhere between US$3.5 billion to US$6.5 billion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>RMS, based in California says the figure represents wind and storm surge damage primarily wrought upon the Bahamas.<br> <br> Hurricane Dorian sat over the Bahamas for over 30 hours and practically wiped out the small island of Abaco.<br> <br> Assessing the impact on the Bahamas, Jeff Waters, Senior Product Manager of RMS North Atlantic Hurricane Models is reported to have told the Insurance Journal: “ There is a high degree of uncertainty on the potential impact of post-event loss (PLA) amplification from this event. Nevertheless, we expect PLA in the Bahamas to be significant due to constrained access to the islands and infrastructure damage.<br> <br> “Port closures, damaged roads and severe damage to the airport will make it difficult to deliver the necessary labour and materials to impacted areas. It will also limit the ability of residents and business owners to return to damaged homes and buildings.<br> <br> “Consequently, cost of materials are expected to inflate and repairs could be prolonged both of which are expected to amplify the cost of the claims from this event.”<br> <br> The official death toll in the Bahamas due to Hurricane Dorian is now at 50 but more bodies are expected to be recovered.<br> <br> Dorian, a Category 5 hurricane tore apart the northern part of the Bahamas with wind speeds of 200 miles per hour.<br> <br> Before gathering strength and whilst as a tropical storm, Dorian brought heavy rains and winds to Barbados where that country’s electricity  grid was shut down. The Virgin Islands, Puerto Rico, St Vincent, St Lucia, Martinique and the Dominican Republic all were doused by torrential rains but that was about it. Florida remained unscathed.<br> <br> “Insured losses in the Bahamas are also expected to settle over a longer period than in a typical Caribbean hurricane given an expected spike in demand for claims adjusters, many of whom will be unable to inspect properties or even access the two main affected islands (Grand Bahama and Abaco) for some time, said Peter Dailey, vice president at RMS ( Model Development). </p>\n<!-- /wp:paragraph -->','Insured losses caused by Dorian in the Caribbean could be as high as US$6.5 billion – RMS','','inherit','closed','closed','','8646-revision-v1','','','2019-09-11 19:37:21','2019-09-12 00:37:21','',8646,'https://buzz-caribbean.com/article/8646-revision-v1/',0,'revision','',0),(8649,4,'2019-09-11 19:42:16','2019-09-12 00:42:16','<!-- wp:image {\"id\":7088} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-bahamas-damage-img-1024x576.jpg\" alt=\"\" class=\"wp-image-7088\" /><figcaption>Damage in Bahamas caused by Hurricane Dorian.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reputable risk modelling and analytics company RMS, is estimating insured losses in the Caribbean from Hurricane Dorain could be anywhere between US$3.5 billion to US$6.5 billion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>RMS, based in California says the figure represents wind and storm surge damage primarily wrought upon the Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hurricane Dorian sat over the Bahamas for over 30 hours and practically wiped out the small island of Abaco.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Assessing the impact on the Bahamas, Jeff Waters, Senior Product Manager of RMS North Atlantic Hurricane Models is reported to have told the Insurance Journal: “ There is a high degree of uncertainty on the potential impact of post-event loss (PLA) amplification from this event. Nevertheless, we expect PLA in the Bahamas to be significant due to constrained access to the islands and infrastructure damage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Port closures, damaged roads and severe damage to the airport will make it difficult to deliver the necessary labour and materials to impacted areas. It will also limit the ability of residents and business owners to return to damaged homes and buildings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Consequently, cost of materials are expected to inflate and repairs could be prolonged both of which are expected to amplify the cost of the claims from this event.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6947} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/abaco-bahamas-hurricane-dorian-.jpg\" alt=\"\" class=\"wp-image-6947\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The official death toll in the Bahamas due to Hurricane Dorian is now at 50 but more bodies are expected to be recovered. Dorian, a Category 5 hurricane tore apart the northern part of the Bahamas with wind speeds of 200 miles per hour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'Insured losses in the Bahamas are also expected to settle over a longer period than in a typical Caribbean hurricane.\'</p><cite>—Peter Dailey</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Before gathering strength and whilst as a tropical storm, Dorian brought heavy rains and winds to Barbados where that country’s electricity  grid was shut down. The Virgin Islands, Puerto Rico, St Vincent, St Lucia, Martinique and the Dominican Republic all were doused by torrential rains but that was about it. Florida remained unscathed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Insured losses in the Bahamas are also expected to settle over a longer period than in a typical Caribbean hurricane given an expected spike in demand for claims adjusters, many of whom will be unable to inspect properties or even access the two main affected islands (Grand Bahama and Abaco) for some time, said Peter Dailey, vice president at RMS ( Model Development).</p>\n<!-- /wp:paragraph -->','Insured losses caused by Dorian in the Caribbean could be as high as US$6.5 billion – RMS','','inherit','closed','closed','','8646-revision-v1','','','2019-09-11 19:42:16','2019-09-12 00:42:16','',8646,'https://buzz-caribbean.com/article/8646-revision-v1/',0,'revision','',0),(8651,14,'2019-09-11 19:53:13','2019-09-12 00:53:13','','hurricane-ivan-hope-river-damage-buzz-6','','inherit','open','closed','','hurricane-ivan-hope-river-damage-buzz-6','','','2019-09-11 19:53:13','2019-09-12 00:53:13','',8629,'https://buzz-caribbean.com/app/uploads/2019/09/hurricane-ivan-hope-river-damage-buzz-6.jpg',0,'attachment','image/jpeg',0),(8652,14,'2019-09-11 19:53:13','2019-09-12 00:53:13','','hurricane-ivan-hope-river-damage-buzz-3','','inherit','open','closed','','hurricane-ivan-hope-river-damage-buzz-3','','','2019-09-11 19:53:13','2019-09-12 00:53:13','',8629,'https://buzz-caribbean.com/app/uploads/2019/09/hurricane-ivan-hope-river-damage-buzz-3.jpg',0,'attachment','image/jpeg',0),(8653,14,'2019-09-11 19:53:29','2019-09-12 00:53:29','','hurricane-ivan-hope-river-damage-buzz-5','','inherit','open','closed','','hurricane-ivan-hope-river-damage-buzz-5','','','2019-09-11 19:53:29','2019-09-12 00:53:29','',8629,'https://buzz-caribbean.com/app/uploads/2019/09/hurricane-ivan-hope-river-damage-buzz-5.jpg',0,'attachment','image/jpeg',0),(8654,14,'2019-09-11 19:54:01','2019-09-12 00:54:01','','hurricane-ivan-florida-damage-buzz-demo','','inherit','open','closed','','hurricane-ivan-florida-damage-buzz-demo','','','2019-09-11 19:54:01','2019-09-12 00:54:01','',8629,'https://buzz-caribbean.com/app/uploads/2019/09/hurricane-ivan-florida-damage-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8655,14,'2019-09-11 19:54:34','2019-09-12 00:54:34','','hurricane-ivan-sept11-buzz-demo','','inherit','open','closed','','hurricane-ivan-sept11-buzz-demo','','','2019-09-11 19:54:34','2019-09-12 00:54:34','',8629,'https://buzz-caribbean.com/app/uploads/2019/09/hurricane-ivan-sept11-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8656,14,'2019-09-11 19:58:15','2019-09-12 00:58:15','<!-- wp:image {\"id\":8644} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/hurricane-ivan-closing-in-on-jamaica-sept09-buzz-demo-1024x768.jpg\" alt=\"\" class=\"wp-image-8644\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On that fateful weekend, between September 10 and 11, 2004, Hurricane Ivan brushed just south of the island – lashing Jamaica with torrential rains, landslides and widespread destruction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ivan, a Category 4 storm when it passed 30 kilometres\nsouth of Clarendon, resulted in 17 deaths, and caused damage across the island,\nwith southern parishes suffering the greatest toll to infrastructure. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8651} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/hurricane-ivan-hope-river-damage-buzz-6-1024x681.jpg\" alt=\"\" class=\"wp-image-8651\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ivan, officially the ninth-costliest\nAtlantic hurricane, racked up an eye-watering bill of around US$26.1 billion in\ndamage across the Caribbean, Venezuela, sections of the US and Mexico.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Throughout Jamaica, Hurricane Ivan left US$575\nmillion in damage. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8652} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/hurricane-ivan-hope-river-damage-buzz-3.jpg\" alt=\"\" class=\"wp-image-8652\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hurricane-force winds buffeted the entire\nisland, while heavy rainfall triggered widespread mudslides and flooding. More\nthan 5,600 houses were destroyed by the storm, with another 41,400 suffering\nvarying degrees of damage. &nbsp;Extensive\nsections of Jamaica\'s major utility networks were damaged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Overall, Hurricane Ivan left 18,000 people homeless as a result of the floodwaters and high winds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8653} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/hurricane-ivan-hope-river-damage-buzz-5.jpg\" alt=\"\" class=\"wp-image-8653\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The powerful system, the fourth major\nhurricane in the active 2004 season, was described as one of the most devastating\nin Jamaica\'s recorded history, with about 500,000 Jamaicans being told to\nevacuate from coastal areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then-Prime Minister P.J. Patterson declared a public emergency, saying that the nation had to \"prepare for the worst-case scenario\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the aftermath of the storm, looters reportedly roamed the streets of Kingston robbing emergency responders at gunpoint.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No one will be hearing the \'Ivan\' being attached to any other storm, as the name was retired due to the scope of its impact across the Caribbean, and Mexico as well parts of North and South America.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8654} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/hurricane-ivan-florida-damage-buzz-demo-1024x685.jpg\" alt=\"\" class=\"wp-image-8654\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> fam, where were you when Hurricane Ivan passed by Jamaica? Did your\nhome suffer any damage during the storm?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Where does Hurricane Ivan rank for you, was\nit the worst storm you’ve experienced?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the comments section below!</p>\n<!-- /wp:paragraph -->','Remembering Hurricane Ivan 15 years later','','inherit','closed','closed','','8629-revision-v1','','','2019-09-11 19:58:15','2019-09-12 00:58:15','',8629,'https://buzz-caribbean.com/article/8629-revision-v1/',0,'revision','',0),(8658,14,'2019-09-11 20:08:22','2019-09-12 01:08:22','<!-- wp:image {\"id\":8644} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/hurricane-ivan-closing-in-on-jamaica-sept09-buzz-demo-1024x768.jpg\" alt=\"\" class=\"wp-image-8644\" /><figcaption>Satellite imagery of a powerful Category 4 Hurricane Ivan approaching Jamaica on September 9, 2004 (Photo: NASA Scientific Visualisation Studio)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On that fateful weekend, between September 10 and 11, 2004, Hurricane Ivan brushed just south of the island – lashing Jamaica with torrential rains, landslides and widespread destruction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ivan, a Category 4 storm when it passed 30 kilometres\nsouth of Clarendon, resulted in 17 deaths, and caused damage across the island,\nwith southern parishes suffering the greatest toll to infrastructure. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8651} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/hurricane-ivan-hope-river-damage-buzz-6-1024x681.jpg\" alt=\"\" class=\"wp-image-8651\" /><figcaption>A Jamaican family looks helplessly as a house crumbles following the passage of Hurricane Ivan (Photo: Emma Lewis)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ivan, officially the ninth-costliest\nAtlantic hurricane, racked up an eye-watering bill of around US$26.1 billion in\ndamage across the Caribbean, Venezuela, sections of the US and Mexico.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Throughout Jamaica, Hurricane Ivan left US$575\nmillion in damage. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8652} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/hurricane-ivan-hope-river-damage-buzz-3.jpg\" alt=\"\" class=\"wp-image-8652\" /><figcaption>These motor vehicles buried inches in thick mud after a landslide in St. Andrew (Photo: Recmod.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hurricane-force winds buffeted the entire\nisland, while heavy rainfall triggered widespread mudslides and flooding. More\nthan 5,600 houses were destroyed by the storm, with another 41,400 suffering\nvarying degrees of damage. &nbsp;Extensive\nsections of Jamaica\'s major utility networks were damaged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Overall, Hurricane Ivan left 18,000 people homeless as a result of the floodwaters and high winds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8653} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/hurricane-ivan-hope-river-damage-buzz-5.jpg\" alt=\"\" class=\"wp-image-8653\" /><figcaption>The southern coastline of Clarendon was hardest hit by Ivan\'s near-direct landfall. (Photo: Recmod.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The powerful system, the fourth major\nhurricane in the active 2004 season, was described as one of the most devastating\nin Jamaica\'s recorded history, with about 500,000 Jamaicans being told to\nevacuate from coastal areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then-Prime Minister P.J. Patterson declared a public emergency, saying that the nation had to \"prepare for the worst-case scenario\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the aftermath of the storm, looters reportedly roamed the streets of Kingston robbing emergency responders at gunpoint.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No one will be hearing the \'Ivan\' being attached to any other storm, as the name was retired due to the scope of its impact across the Caribbean, and Mexico as well parts of North and South America.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8654} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/hurricane-ivan-florida-damage-buzz-demo-1024x685.jpg\" alt=\"\" class=\"wp-image-8654\" /><figcaption>Beachfront damage in Florida after the clouds cleared from \'Terrible Ivan\' (Photo: AL.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> fam, where were you when Hurricane Ivan passed by Jamaica? Did your\nhome suffer any damage during the storm?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Where does Hurricane Ivan rank for you, was\nit the worst storm you’ve experienced?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the comments section below!</p>\n<!-- /wp:paragraph -->','Remembering Hurricane Ivan 15 years later','','inherit','closed','closed','','8629-revision-v1','','','2019-09-11 20:08:22','2019-09-12 01:08:22','',8629,'https://buzz-caribbean.com/article/8629-revision-v1/',0,'revision','',0),(8659,14,'2019-09-12 06:39:33','2019-09-12 11:39:33','<!-- wp:image {\"id\":8664} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/delroy-williams-kingston-mayor-buzz-demo-1024x643.jpg\" alt=\"\" class=\"wp-image-8664\" /><figcaption>Mayor of Kingston Councillor Delroy Williams (Photo: Rudranath Fraser, JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Promoters mounting party posters on\nheritage sites across the Corporate Area will soon find themselves in trouble\nwith the Kingston and St Andrew Municipal Corporation (KSAMC).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mayor of Kingston Councillor Delroy\nWilliams warned that the KSAMC will be taking strong action if the practice\ncontinues.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I want to say to promoters who are guilty\nof posting on our heritage sites to desist from doing so,” he urged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the KSAMC’s monthly general meeting\non Tuesday, in downtown Kingston, Mayor Williams added, “Our heritage sites are\nof cultural and historic value to us and it cannot be that we see it fit to put\nup party posters and deface our heritage sites.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8666} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ward-theatre-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-8666\" /><figcaption>The sides of the Ward Theatre in downtown Kingston is particularly targeted and defaced by party posters, according to Mayor Delroy Williams. (Photo: Jamaica55.gov.jm)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Williams further cautioned promoters to\nensure that persons putting up posters on their behalf, refrain from mounting\nthem on heritage sites.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“So\nthose promoters who are guilty of that and those who are not aware of it,\nbecause they claim that they are not the ones putting up the posters, they must\nensure that the persons who are putting up the posters have clear instructions\nnot to put those on our heritage sites. If they continue to do so, the municipality\nwill have no option but to take appropriate actions to protect our heritage\nsites,” Senator Williams explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the mayor, party posters have been seen on several historic landmarks across the Corporate Area. These include the clock tower in Cross Roads and the Ward Theatre in downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8665} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/cross-roads-clock-tower-buzz-demo-1024x768.jpg\" alt=\"\" class=\"wp-image-8665\" /><figcaption>The Cross Roads clock tower in St. Andrew is a magnet for party promoters, a practice the KSAMC wants stopped. (Photo: Twitter @KSAMCorp)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It does not look good, it is not\nappropriate, and it is not in keeping with the industry. The creative industry\nought to protect the culture and history of the City of Kingston,” he said,\nwhile indicating that he will be raising this issue with the promoters when\nthey meet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This practice of just putting up posters\nall over, anywhere, has to be discontinued,” Senator Williams emphasised.</p>\n<!-- /wp:paragraph -->','Strong action coming for party posters on Corporate Area heritage sites, KSAMC warns','','publish','open','closed','','strong-action-coming-for-party-posters-on-corporate-area-heritage-sites-ksamc-warns','','','2019-09-12 06:39:34','2019-09-12 11:39:34','',0,'https://buzz-caribbean.com/?p=8659',0,'post','',0),(8661,4,'2019-09-11 20:37:16','2019-09-12 01:37:16','<!-- wp:image {\"id\":7088} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-bahamas-damage-img-1024x576.jpg\" alt=\"\" class=\"wp-image-7088\" /><figcaption>Damage in Bahamas caused by Hurricane Dorian.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reputable risk modelling and analytics company RMS, is estimating insured losses in the Caribbean from Hurricane Dorain could be anywhere between US$3.5 billion to US$6.5 billion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>RMS, which is based in California, says the figure represents wind and storm surge damage primarily wrought upon The Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hurricane Dorian sat over the Bahamas for over 30 hours and practically levelled the small island of Abaco.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Assessing the impact on The Bahamas, Jeff Waters, Senior Product Manager of RMS North Atlantic Hurricane Models, is reported to have told the Insurance Journal: “ There is a high degree of uncertainty on the potential impact of post-event loss (PLA) amplification from this event. Nevertheless, we expect PLA in the Bahamas to be significant due to constrained access to the islands and infrastructure damage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Port closures, damaged roads and severe damage to the airport will make it difficult to deliver the necessary labour and materials to impacted areas. It will also limit the ability of residents and business owners to return to damaged homes and buildings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Consequently, cost of materials are expected to inflate and repairs could be prolonged both of which are expected to amplify the cost of the claims from this event.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6947} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/abaco-bahamas-hurricane-dorian-.jpg\" alt=\"\" class=\"wp-image-6947\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The official death toll in the Bahamas due to Hurricane Dorian is now at 50 but more bodies are expected to be recovered. Dorian, a Category 5 hurricane tore apart the northern part of the Bahamas with wind speeds of 200 miles per hour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'Insured losses in the Bahamas are also expected to settle over a longer period than in a typical Caribbean hurricane.\'</p><cite>—Peter Dailey</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Before gathering strength and whilst as a tropical storm, Dorian brought heavy rains and winds to Barbados where that country’s electricity  grid was shut down. The Virgin Islands, Puerto Rico, St Vincent, St Lucia, Martinique and the Dominican Republic all were doused by torrential rains but that was about it. Florida remained unscathed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Insured losses in the Bahamas are also expected to settle over a longer period than in a typical Caribbean hurricane given an expected spike in demand for claims adjusters, many of whom will be unable to inspect properties or even access the two main affected islands (Grand Bahama and Abaco) for some time, said Peter Dailey, vice president at RMS ( Model Development).</p>\n<!-- /wp:paragraph -->','Insured losses caused by Dorian in the Caribbean could be as high as US$6.5 billion – RMS','','inherit','closed','closed','','8646-revision-v1','','','2019-09-11 20:37:16','2019-09-12 01:37:16','',8646,'https://buzz-caribbean.com/article/8646-revision-v1/',0,'revision','',0),(8663,4,'2019-09-11 20:48:56','2019-09-12 01:48:56','<!-- wp:image {\"id\":7088} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-bahamas-damage-img-1024x576.jpg\" alt=\"\" class=\"wp-image-7088\" /><figcaption>Damage in Bahamas caused by Hurricane Dorian.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Reputable risk modelling and analytics company RMS, is estimating insured losses in the Caribbean from Hurricane Dorain could be anywhere between US$3.5 billion to US$6.5 billion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>RMS, which is based in California, says the figure represents wind and storm surge damage primarily wrought upon The Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hurricane Dorian sat over the Bahamas for over 30 hours and practically levelled the small island of Abaco.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Assessing the impact on The Bahamas, Jeff Waters, Senior Product Manager of RMS North Atlantic Hurricane Models, is reported to have told the Insurance Journal: \"There is a high degree of uncertainty on the potential impact of post-event loss (PLA) amplification from this event. Nevertheless, we expect PLA in The Bahamas to be significant due to constrained access to the islands and infrastructure damage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Port closures, damaged roads and severe damage to the airport will make it difficult to deliver the necessary labour and materials to impacted areas. It will also limit the ability of residents and business owners to return to damaged homes and buildings. Consequently, cost of materials is expected to inflate and repairs could be prolonged both of which are expected to amplify the cost of the claims from this event.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6947} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/abaco-bahamas-hurricane-dorian-.jpg\" alt=\"\" class=\"wp-image-6947\" /><figcaption>Flooding caused by Hurricane Dorian in the Abaco area of the Bahamas.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The official death toll in the Bahamas due to Hurricane Dorian is now at 50 but more bodies are expected to be recovered. Dorian, a Category 5 hurricane tore apart the northern part of the Bahamas with wind speeds of 200 miles per hour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'Insured losses in the Bahamas are also expected to settle over a longer period than in a typical Caribbean hurricane.\'</p><cite>—Peter Dailey</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Before gathering strength and whilst as a tropical storm, Dorian brought heavy rains and winds to Barbados where that country’s electricity  grid was shut down. The Virgin Islands, Puerto Rico, St Vincent, St Lucia, Martinique and the Dominican Republic all were doused by torrential rains but that was about it. Florida remained unscathed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Insured losses in the Bahamas are also expected to settle over a longer period than in a typical Caribbean hurricane given an expected spike in demand for claims adjusters, many of whom will be unable to inspect properties or even access the two main affected islands (Grand Bahama and Abaco) for some time,\" said Peter Dailey, vice president at RMS ( Model Development).</p>\n<!-- /wp:paragraph -->','Insured losses caused by Dorian in the Caribbean could be as high as US$6.5 billion – RMS','','inherit','closed','closed','','8646-revision-v1','','','2019-09-11 20:48:56','2019-09-12 01:48:56','',8646,'https://buzz-caribbean.com/article/8646-revision-v1/',0,'revision','',0),(8664,14,'2019-09-12 06:16:59','2019-09-12 11:16:59','','delroy-williams-kingston-mayor-buzz-demo','','inherit','open','closed','','delroy-williams-kingston-mayor-buzz-demo','','','2019-09-12 06:16:59','2019-09-12 11:16:59','',8659,'https://buzz-caribbean.com/app/uploads/2019/09/delroy-williams-kingston-mayor-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8665,14,'2019-09-12 06:20:00','2019-09-12 11:20:00','','cross-roads-clock-tower-buzz-demo','','inherit','open','closed','','cross-roads-clock-tower-buzz-demo','','','2019-09-12 06:20:00','2019-09-12 11:20:00','',8659,'https://buzz-caribbean.com/app/uploads/2019/09/cross-roads-clock-tower-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8666,14,'2019-09-12 06:36:52','2019-09-12 11:36:52','','ward-theatre-buzz-demo','','inherit','open','closed','','ward-theatre-buzz-demo','','','2019-09-12 06:36:52','2019-09-12 11:36:52','',8659,'https://buzz-caribbean.com/app/uploads/2019/09/ward-theatre-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8667,14,'2019-09-12 06:39:33','2019-09-12 11:39:33','<!-- wp:image {\"id\":8664} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/delroy-williams-kingston-mayor-buzz-demo-1024x643.jpg\" alt=\"\" class=\"wp-image-8664\" /><figcaption>Mayor of Kingston Councillor Delroy Williams (Photo: Rudranath Fraser, JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Promoters mounting party posters on\nheritage sites across the Corporate Area will soon find themselves in trouble\nwith the Kingston and St Andrew Municipal Corporation (KSAMC).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mayor of Kingston Councillor Delroy\nWilliams warned that the KSAMC will be taking strong action if the practice\ncontinues.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I want to say to promoters who are guilty\nof posting on our heritage sites to desist from doing so,” he urged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the KSAMC’s monthly general meeting\non Tuesday, in downtown Kingston, Mayor Williams added, “Our heritage sites are\nof cultural and historic value to us and it cannot be that we see it fit to put\nup party posters and deface our heritage sites.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8666} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ward-theatre-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-8666\" /><figcaption>The sides of the Ward Theatre in downtown Kingston is particularly targeted and defaced by party posters, according to Mayor Delroy Williams. (Photo: Jamaica55.gov.jm)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Williams further cautioned promoters to\nensure that persons putting up posters on their behalf, refrain from mounting\nthem on heritage sites.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“So\nthose promoters who are guilty of that and those who are not aware of it,\nbecause they claim that they are not the ones putting up the posters, they must\nensure that the persons who are putting up the posters have clear instructions\nnot to put those on our heritage sites. If they continue to do so, the municipality\nwill have no option but to take appropriate actions to protect our heritage\nsites,” Senator Williams explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the mayor, party posters have been seen on several historic landmarks across the Corporate Area. These include the clock tower in Cross Roads and the Ward Theatre in downtown Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8665} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/cross-roads-clock-tower-buzz-demo-1024x768.jpg\" alt=\"\" class=\"wp-image-8665\" /><figcaption>The Cross Roads clock tower in St. Andrew is a magnet for party promoters, a practice the KSAMC wants stopped. (Photo: Twitter @KSAMCorp)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It does not look good, it is not\nappropriate, and it is not in keeping with the industry. The creative industry\nought to protect the culture and history of the City of Kingston,” he said,\nwhile indicating that he will be raising this issue with the promoters when\nthey meet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This practice of just putting up posters\nall over, anywhere, has to be discontinued,” Senator Williams emphasised.</p>\n<!-- /wp:paragraph -->','Strong action coming for party posters on Corporate Area heritage sites, KSAMC warns','','inherit','closed','closed','','8659-revision-v1','','','2019-09-12 06:39:33','2019-09-12 11:39:33','',8659,'https://buzz-caribbean.com/article/8659-revision-v1/',0,'revision','',0),(8668,21,'2019-09-12 07:24:51','2019-09-12 12:24:51','<!-- wp:image {\"id\":8670} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/sunshine-palace-buzz-demo-1.jpg\" alt=\"\" class=\"wp-image-8670\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Late-night shows at the Sunshine Palace in Portmore, St. Catherine are on halt due to the recent State of Public Emergency (SOE) declared in the parish.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Palace Amusement opened doors to its state-of-the-art\nPortmore cinema in July of this year and has created quite an impact in the ‘Sunshine\nCity’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They have captivated customers because of\ntheir lounge chairs, silver screens with the latest in digital laser\ntechnology. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8671} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/sunshine-palace-inside-demo-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-8671\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Movies will be shown on weekdays at 6 pm\nand on the weekends during the daytime and early afternoon. This will continue\nuntil business operators are told otherwise by the security forces. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Palace Amusement has expressed great\nregrets on the matter and has offered a refund or reissue at the box office,\nwhich opens at noon daily.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They advise patrons to visit their website <a href=\"https://www.palaceamusement.com/\">www.palaceamusement.com</a> or contact customer care at 888-429-5722.</p>\n<!-- /wp:paragraph -->','Sunshine Palace pauses late screenings due to SOE','','publish','open','closed','','sunshine-palace-pauses-late-screenings-due-to-soe','','','2019-09-12 07:24:52','2019-09-12 12:24:52','',0,'https://buzz-caribbean.com/?p=8668',0,'post','',0),(8669,14,'2019-09-12 07:07:12','2019-09-12 12:07:12','','sunshine-palace-buzz-demo','','inherit','open','closed','','sunshine-palace-buzz-demo','','','2019-09-12 07:07:12','2019-09-12 12:07:12','',8668,'https://buzz-caribbean.com/app/uploads/2019/09/sunshine-palace-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8670,14,'2019-09-12 07:16:54','2019-09-12 12:16:54','','sunshine-palace-buzz-demo-1','','inherit','open','closed','','sunshine-palace-buzz-demo-1','','','2019-09-12 07:16:54','2019-09-12 12:16:54','',8668,'https://buzz-caribbean.com/app/uploads/2019/09/sunshine-palace-buzz-demo-1.jpg',0,'attachment','image/jpeg',0),(8671,14,'2019-09-12 07:20:27','2019-09-12 12:20:27','','sunshine-palace-inside-demo-buzz','','inherit','open','closed','','sunshine-palace-inside-demo-buzz','','','2019-09-12 07:20:27','2019-09-12 12:20:27','',8668,'https://buzz-caribbean.com/app/uploads/2019/09/sunshine-palace-inside-demo-buzz.jpg',0,'attachment','image/jpeg',0),(8672,14,'2019-09-12 07:24:51','2019-09-12 12:24:51','<!-- wp:image {\"id\":8670} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/sunshine-palace-buzz-demo-1.jpg\" alt=\"\" class=\"wp-image-8670\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Late-night shows at the Sunshine Palace in Portmore, St. Catherine are on halt due to the recent State of Public Emergency (SOE) declared in the parish.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Palace Amusement opened doors to its state-of-the-art\nPortmore cinema in July of this year and has created quite an impact in the ‘Sunshine\nCity’. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They have captivated customers because of\ntheir lounge chairs, silver screens with the latest in digital laser\ntechnology. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8671} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/sunshine-palace-inside-demo-buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-8671\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Movies will be shown on weekdays at 6 pm\nand on the weekends during the daytime and early afternoon. This will continue\nuntil business operators are told otherwise by the security forces. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Palace Amusement has expressed great\nregrets on the matter and has offered a refund or reissue at the box office,\nwhich opens at noon daily.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They advise patrons to visit their website <a href=\"https://www.palaceamusement.com/\">www.palaceamusement.com</a> or contact customer care at 888-429-5722.</p>\n<!-- /wp:paragraph -->','Sunshine Palace pauses late screenings due to SOE','','inherit','closed','closed','','8668-revision-v1','','','2019-09-12 07:24:51','2019-09-12 12:24:51','',8668,'https://buzz-caribbean.com/article/8668-revision-v1/',0,'revision','',0),(8673,23,'2019-09-12 07:48:59','2019-09-12 12:48:59','<!-- wp:image {\"id\":8674} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/sue-ann-gordon-buzz-1.png\" alt=\"\" class=\"wp-image-8674\" /><figcaption>Jamaican beauty and lifestyle vlogger Sue Ann Gordon-Pitter (Photo: contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Beauty vlogging is a growing industry in Jamaica and the wider Caribbean. The platform has created dozens of jobs for persons in the creative field both locally and internationally for the last 10 years. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jamaican beauty and lifestyle vlogger Sue Ann Gordon-Pitter is no exception. Through her dedicated, mesmerising make-up, hair, fashion, and daily vlogging, she has gained over 400,000 subscribers on her main channel and 52,000 subscribers on her lifestyle vlogging channel. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=S4xwYYYSTVA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=S4xwYYYSTVA\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Sue Ann, more popularly known as Petite Sue Divinitii, was working as a data entry clerk and began utilised YouTube to showcase her craft as a makeup enthusiast. While juggling both, she saw the benefits of primarily becoming a beauty vlogger. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The question many may ask is ‘Why leave a\nsteady paying job to peruse a passion?’, but Gordon-Pitter saw where she could\ndevelop a brand on her already growing platform. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"[Through] the growth of my channel, more and more companies would approach me for affiliate marketing and collaborations. This was and still is one way of earning along with direct earnings from YouTube,\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other than posting content for her YouTube channel\nshe is a freelance makeup artist. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8675} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/sue-ann-gordon-buzz-3.png\" alt=\"\" class=\"wp-image-8675\" /><figcaption>More of Sue Ann (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Keep up with her via social media platforms\nand you will see she goes hard in the gym daily, which arguably led to her\nbeing placed third in the Miss Jamaica Bikini Fitness 2018 competition. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The disadvantages that come with being a\nCaribbean YouTuber can be very discouraging due to geography.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I feel like being an outsider I\ndefinitely have to work 10 times harder,\" Gordon-Pitter explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the flip side locally, the market isn’t as\nsaturated, so vloggers have the leverage to grow. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8676} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/sue-ann-gordon-buzz-2.png\" alt=\"\" class=\"wp-image-8676\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Kingston native hopes in the future she will be the first Jamaican beauty vlogger to hit a million subscribers on YouTube.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She also hopes YouTube will at some point give Caribbean personalities some amount of justice in terms of access to resources and environment to help with filming videos.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <strong>— Story by Shania Hanchard</strong></p>\n<!-- /wp:paragraph -->','Petite Sue Divinitii hoping to hit YouTube stardom with beauty vlogs','','publish','open','closed','','petite-sue-divinitii-hoping-to-hit-youtube-stardom-with-beauty-vlogs','','','2019-09-12 10:04:48','2019-09-12 15:04:48','',0,'https://buzz-caribbean.com/?p=8673',0,'post','',0),(8674,14,'2019-09-12 07:44:02','2019-09-12 12:44:02','','sue-ann-gordon-buzz-1','','inherit','open','closed','','sue-ann-gordon-buzz-1','','','2019-09-12 07:44:02','2019-09-12 12:44:02','',8673,'https://buzz-caribbean.com/app/uploads/2019/09/sue-ann-gordon-buzz-1.png',0,'attachment','image/png',0),(8675,14,'2019-09-12 07:44:18','2019-09-12 12:44:18','','sue-ann-gordon-buzz-3','','inherit','open','closed','','sue-ann-gordon-buzz-3','','','2019-09-12 07:44:18','2019-09-12 12:44:18','',8673,'https://buzz-caribbean.com/app/uploads/2019/09/sue-ann-gordon-buzz-3.png',0,'attachment','image/png',0),(8676,14,'2019-09-12 07:44:35','2019-09-12 12:44:35','','sue-ann-gordon-buzz-2','','inherit','open','closed','','sue-ann-gordon-buzz-2','','','2019-09-12 07:44:35','2019-09-12 12:44:35','',8673,'https://buzz-caribbean.com/app/uploads/2019/09/sue-ann-gordon-buzz-2.png',0,'attachment','image/png',0),(8677,14,'2019-09-12 07:48:59','2019-09-12 12:48:59','<!-- wp:image {\"id\":8674} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/sue-ann-gordon-buzz-1.png\" alt=\"\" class=\"wp-image-8674\" /><figcaption>Jamaican beauty and lifestyle vlogger Sue Ann Gordon-Pitter (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Beauty vlogging is a growing industry in Jamaica and the wider Caribbean. The platform has created dozens of jobs for persons in the creative field both locally and internationally for the last 10 years. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jamaican beauty and lifestyle vlogger Sue Ann Gordon-Pitter is no exception. Through her dedicated, mesmerising make-up, hair, fashion, and daily vlogging, she has gained over 400,000 subscribers on her main channel and 52,000 subscribers on her lifestyle vlogging channel. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=S4xwYYYSTVA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=S4xwYYYSTVA\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Sue Ann, more popularly known as Petite Sue Divinitii, was working as a data entry clerk and began utilised YouTube to showcase her craft as a makeup enthusiast. While juggling both, she saw the benefits of primarily becoming a beauty vlogger. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The question many may ask is ‘Why leave a\nsteady paying job to peruse a passion?’, but Gordon-Pitter saw where she could\ndevelop a brand on her already growing platform. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"[Through] the growth of my channel, more and more companies would approach me for affiliate marketing and collaborations. This was and still is one way of earning along with direct earnings from YouTube,\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other than posting content for her YouTube channel\nshe is a freelance makeup artist. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8675} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/sue-ann-gordon-buzz-3.png\" alt=\"\" class=\"wp-image-8675\" /><figcaption>More of Sue Ann (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Keep up with her via social media platforms\nand you will see she goes hard in the gym daily, which arguably led to her\nbeing placed third in the Miss Jamaica Bikini Fitness 2018 competition. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The disadvantages that come with being a\nCaribbean YouTuber can be very discouraging due to geography.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I feel like being an outsider I\ndefinitely have to work 10 times harder,\" Gordon-Pitter explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the flip side locally, the market isn’t as\nsaturated, so vloggers have the leverage to grow. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8676} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/sue-ann-gordon-buzz-2.png\" alt=\"\" class=\"wp-image-8676\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Kingston native hopes in the future she will be the first Jamaican beauty vlogger to hit a million subscribers on YouTube.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She also hopes YouTube will at some point give Caribbean personalities some amount of justice in terms of access to resources and environment to help with filming videos.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <strong>— Story by Shania Hanchard</strong></p>\n<!-- /wp:paragraph -->','Petite Sue Divinitii hoping to hit YouTube stardom with beauty vlogs','','inherit','closed','closed','','8673-revision-v1','','','2019-09-12 07:48:59','2019-09-12 12:48:59','',8673,'https://buzz-caribbean.com/article/8673-revision-v1/',0,'revision','',0),(8678,14,'2019-09-12 07:48:59','2019-09-12 12:48:59','<iframe title=\"Natural Makeup Under 15 Minutes + Easy Vacay Wig Installation GRWM | PETITE-SUE DIVINITII\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/S4xwYYYSTVA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','33e94a7539fa21001570cd801bf28113','','','2019-09-12 07:48:59','2019-09-12 12:48:59','',0,'https://buzz-caribbean.com/article/33e94a7539fa21001570cd801bf28113/',0,'oembed_cache','',0),(8680,16,'2019-09-12 08:59:56','2019-09-12 13:59:56','<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\"><strong>Radio Station<br> Digital Media Specialist</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We are seeking to hire a digital media specialist who will oversee our radio station’s digital media efforts, including websites and platforms such as Facebook, Instagram and Twitter. A critical function is to create and curate shareable content.<br> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Essential Duties &amp; Responsibilities</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Design digital media campaigns aligned with the station’s goals</li><li>Coordinate the creation of digital content (e.g. website, blogs and podcasts)</li><li>Build and manage social media profiles and presence.</li><li>Determine the suitable platform for piece of content.</li><li>Manage end-to-end digital projects</li><li>Establish the station’s web presence to boost audience engagement and generate revenue</li><li>Liaise with Marketing, Sales and Operations management teams to ensure brand consistency across all platforms.</li><li>Direct paid search and social campaigns and analyze the performance of said campaigns.</li><li>Assess SEO configurations</li><li>Monitor analytics<br></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Qualifications and Competences Required</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br> • A Bachelor’s Degree in Digital Media Management/Digital Media Studies/Digital Media Arts or any equivalent relevant qualification such as marketing, communications, writing or business studies from a recognized tertiary institution<br> • At least three (3) proven work experience as a Digital Media Specialist or Digital Marketing Manager or similar capacity<br> • Solid knowledge of Photoshop, Final Cut Pro, Premiere Pro, Audacity or other media editing software<br> • Experience with visual communication principles, web design, content management systems<br> • Excellent analytical and project management skills<br> • Ability to multitask and perform under tight deadlines<br> • Strong verbal and written communication skills </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Applications should be submitted no later than Friday, September 20, 2019. Candidate is required to start no later than November 1, 2019.<br> <strong><em>Whilst we thank you for your applications of interest, please note that only qualified applicants who are short-listed will be contacted.</em></strong></p>\n<!-- /wp:paragraph -->','A Radio station, a Digital Media Specialist','','publish','closed','closed','','a-radio-station-a-digital-media-specialist-8680','','','2019-09-12 09:02:10','2019-09-12 14:02:10','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=8680',0,'job','',0),(8681,13,'2019-09-12 11:52:16','2019-09-12 16:52:16','','C&amp;C South Beach Bar and Grill','','publish','closed','closed','','cc-south-beach-bar-and-grill','','','2019-11-29 07:48:51','2019-11-29 12:48:51','',0,'https://buzz-caribbean.com/?post_type=offer&#038;p=8681',0,'offer','',0),(8683,9,'2019-09-12 10:04:39','2019-09-12 15:04:39','','New Sue Ann Gordon Buzz 1','','inherit','open','closed','','new-sue-ann-gordon-buzz-1','','','2019-09-12 10:04:39','2019-09-12 15:04:39','',8673,'https://buzz-caribbean.com/app/uploads/2019/09/New-sue-ann-gordon-buzz-1.jpg',0,'attachment','image/jpeg',0),(8684,9,'2019-09-12 10:04:47','2019-09-12 15:04:47','<!-- wp:image {\"id\":8674} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/sue-ann-gordon-buzz-1.png\" alt=\"\" class=\"wp-image-8674\" /><figcaption>Jamaican beauty and lifestyle vlogger Sue Ann Gordon-Pitter (Photo: contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Beauty vlogging is a growing industry in Jamaica and the wider Caribbean. The platform has created dozens of jobs for persons in the creative field both locally and internationally for the last 10 years. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jamaican beauty and lifestyle vlogger Sue Ann Gordon-Pitter is no exception. Through her dedicated, mesmerising make-up, hair, fashion, and daily vlogging, she has gained over 400,000 subscribers on her main channel and 52,000 subscribers on her lifestyle vlogging channel. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=S4xwYYYSTVA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=S4xwYYYSTVA\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Sue Ann, more popularly known as Petite Sue Divinitii, was working as a data entry clerk and began utilised YouTube to showcase her craft as a makeup enthusiast. While juggling both, she saw the benefits of primarily becoming a beauty vlogger. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The question many may ask is ‘Why leave a\nsteady paying job to peruse a passion?’, but Gordon-Pitter saw where she could\ndevelop a brand on her already growing platform. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"[Through] the growth of my channel, more and more companies would approach me for affiliate marketing and collaborations. This was and still is one way of earning along with direct earnings from YouTube,\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other than posting content for her YouTube channel\nshe is a freelance makeup artist. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8675} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/sue-ann-gordon-buzz-3.png\" alt=\"\" class=\"wp-image-8675\" /><figcaption>More of Sue Ann (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Keep up with her via social media platforms\nand you will see she goes hard in the gym daily, which arguably led to her\nbeing placed third in the Miss Jamaica Bikini Fitness 2018 competition. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The disadvantages that come with being a\nCaribbean YouTuber can be very discouraging due to geography.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"I feel like being an outsider I\ndefinitely have to work 10 times harder,\" Gordon-Pitter explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the flip side locally, the market isn’t as\nsaturated, so vloggers have the leverage to grow. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8676} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/sue-ann-gordon-buzz-2.png\" alt=\"\" class=\"wp-image-8676\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Kingston native hopes in the future she will be the first Jamaican beauty vlogger to hit a million subscribers on YouTube.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She also hopes YouTube will at some point give Caribbean personalities some amount of justice in terms of access to resources and environment to help with filming videos.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <strong>— Story by Shania Hanchard</strong></p>\n<!-- /wp:paragraph -->','Petite Sue Divinitii hoping to hit YouTube stardom with beauty vlogs','','inherit','closed','closed','','8673-revision-v1','','','2019-09-12 10:04:47','2019-09-12 15:04:47','',8673,'https://buzz-caribbean.com/article/8673-revision-v1/',0,'revision','',0),(8685,14,'2019-09-12 15:38:15','2019-09-12 20:38:15','<!-- wp:image {\"id\":8731} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-8-1024x683.jpg\" alt=\"\" class=\"wp-image-8731\" /><figcaption>Visual artist Kirk Cockburn explains his pieces (left) to specially invited members of the Windrush generation at the Arrivals section of the Norman Manley Internation Airport in Kingston. (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Vilified on their arrival, excluded from\nthe country they rebuilt and now celebrated for their determination, the\nWindrush generation, its descendants and their collective experiences speak\nlouder than ever through a mural exhibition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The exhibition was unveiled at the Norman\nManley International Airport (NMIA) late August to much fanfare. Six artists are\nresponsible for the works: Rosemarie Chung, Tiana Anglin, Sheldon Blake, Jamila\nCooper, Honey Williams and Kirk Coburn.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8732} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-9-1024x683.jpg\" alt=\"\" class=\"wp-image-8732\" /><figcaption>Master artist Sheldon Blake and one of his pieces in the Windrush Exhibition (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Moving murals: A travelling showcase</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Unlike other collections, the Windrush\nexhibition is a travelling showcase – which will spend two months in various\nsections of the Arrivals and Departure lobbies before being unveiled elsewhere\nacross the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project, a collaborative effort by the Ministry of Culture and the British Council, conveys the everyday struggles faced by Jamaican men and women who left their homeland at the height of the Windrush movement between the late 1940s and 1970s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8737} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-10-1024x654.jpg\" alt=\"\" class=\"wp-image-8737\" /><figcaption>Women of the Windrush: These brave women were among the thousands of  West Indians who answered the call to rebuild Britain after World War 2. This generation of mass migrators is often referred to as the Windrush generation (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The exhibition is a powerful, poignant\ncollection of abstract symbolism; sometimes contemporary or representational, but\nalways thought-provoking art. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Grange: \'Despite the setbacks, Jamaicans persevered\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>During her speech, Minister Olivia Grange noted\nthat the Windrush exhibition stands as a celebration of Jamaican triumph and\nsurvival – despite the incredible challenges faced in a country far from home\nin post-WWII Britain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 14-piece mural collection tells the\nnarrative from a Jamaican perspective, both for those who left as well as for\nthose who stayed behind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8733} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-12-1024x683.jpg\" alt=\"\" class=\"wp-image-8733\" /><figcaption>Minister of Culture, Entertainment, Gender, Information and Sport Olivia \'Babsy\' Grange (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We honour the Windrush generation for\ntheir resilience and determination as they stepped out into uncharted waters. We\nsalute the Windrush generation for their indomitable spirit; the decision to\nleave their families to travel to an unknown land,” the minister explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Like their ancestors before them, they were not daunted by the challenges, from the climactic shock of cold, rainy England to the prejudices and discomforts of settling in a new and often unwelcoming environment. Being alone in a strange land of reluctant neighbours, our people experienced every challenge in the book of ignorance and racism,” Grange noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, British High Commissioner to Jamaica Asif Ahmad said that while the exhibition won’t undo the damage done to the Windrush generation, he hopes it will continue the conversation as to why their contribution to the redevelopment of England is unmatched.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8734} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-13-1024x683.jpg\" alt=\"\" class=\"wp-image-8734\" /><figcaption>British High Commissioner to Jamaica Asif Ahmad (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We, through the British Government,\nbequeath and entrust this wonderful art to you. Preserve it. Show it for\ngenerations to come. The name ‘Windrush’ evokes a lot of emotions but it is\nsomething that we will cherish. The suffering will not be forgotten. Some of it\nwill be paid for in cash but money can never replace the hurt and pain that was\ncaused,” High Commissioner Ahmad remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“But I hope, as people make journeys to the\nfuture, we will shape a different future where the journeys that began out of\nAfrica came here and we’ll hear the voice of the Windrush generation for generations,”\nhe further argued.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8738} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-5-1024x683.jpg\" alt=\"\" class=\"wp-image-8738\" /><figcaption>Master painter \'Rozi\' Chung gives an explanation on behalf of fellow artist Jamila Cooper (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Through the eyes of the artists themselves</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>For Studio 174 founder ‘Rozi’ Chung, the motivation\nbehind the pieces really speak for themselves, and quite loudly, too…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chung told <strong>BUZZ</strong> that aside from music, for which the island is renowned worldwide,\nshe and her fellow artists wanted to capture a more profound, vulnerable side\nto our people and our experiences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8735} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-6-1024x683.jpg\" alt=\"\" class=\"wp-image-8735\" /><figcaption>Rosemarie Chung emphasising the Jamaican Reggae\'s contribution during the Windrush migration to help keep the struggling Jamaican communities together (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We could connect to the emotional side of\nliving in Jamaica. We wanted to show that deeper side of us through the visual\narts,” Rozi Chung said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“There is this side in Jamaica that we don’t talk about. What about the side of leaving family behind? The Windrush story goes on…people are having it very difficult as we speak. Our Jamaican people, they were young, they were willing, they came to build back England and they were very proud of this,” Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“All the works have symbolic references. We\nwant you to search, think a little bit and try to take the image and explore\nour culture,” she further asserted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8740} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-7-1024x683.jpg\" alt=\"\" class=\"wp-image-8740\" /><figcaption>Kirk Cockburn and his Windrush pieces (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> was told that the theme was based on true Windrush accounts as the\nart focuses on past, present and future in a Jamaican context.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For Tiana Anglin, the idea of re-telling Jamaican experiences on such a platform is good, especially for some Jamaicans who may have heard about Windrush but not be able to connect with the struggles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8736} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-3-1024x682.jpg\" alt=\"\" class=\"wp-image-8736\" /><figcaption>Tiana Anglin and her three powerful impressions of the Windrush experience (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It’s interesting because a lot of the stories we hear about Windrush are written documents or documentaries and we hear people telling these stories, but you don’t often get to see the visual part of it. It’s that we get a chance [now] to show our perspective through our craft,” she told the <strong>BUZZ</strong> team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Master painter and poet Sheldon Blake\nshared a similar sentiment when he spoke to <strong>BUZZ</strong> – noting that Jamaicans have an innate gift to persevere,\nregardless of the incredible odds we’re sometimes faced with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There’s an amazing strength within us to survive and as an artist, I wanted to capture that essence. I want Jamaicans to take from my work that it is important to know self; to know who you are and where you’re from,” Blake told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8741} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-1.jpg\" alt=\"\" class=\"wp-image-8741\" /><figcaption>Honey Williams, a British artist with Jamaican ancestry, gives her take as a descendant of the Windrush generation and the struggles they still face in the UK today (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Understandably, while there was much hurt for\nJamaicans and other Caribbean nationals who migrated to rebuild a country in\nruin, the Windrush exhibition also captures hope and the inextinguishable pride\nas West Indians, wherever we go.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I want Jamaicans to feel good that we are\nexplaining our history from a Jamaican point of view rather than reading it from\nsomeone else from a different country,” Rosemarie Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8742} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-11.jpg\" alt=\"\" class=\"wp-image-8742\" /><figcaption>More from Honey Williams (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“For Jamaica to deal with history in this\ncontemporary manner, we’re doing great by moving in that direction and we’d\nlike to see more of that: the art being used to tell our stories,” she added.</p>\n<!-- /wp:paragraph -->','Windrush struggles, triumphs get a voice through powerful murals','','publish','open','closed','','windrush-struggles-triumphs-get-a-voice-through-powerful-murals','','','2019-09-12 17:14:44','2019-09-12 22:14:44','',0,'https://buzz-caribbean.com/?p=8685',0,'post','',0),(8686,21,'2019-09-12 10:42:21','2019-09-12 15:42:21','<!-- wp:image {\"id\":6904} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kevin-Hart-Crash.jpg\" alt=\"American actor Kevin Hart\" class=\"wp-image-6904\" /><figcaption>American actor Kevin Hart</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kevin Hart has been discharged from hospital.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 40-year-old actor has spent the past 10 days recuperating from back surgery after he suffered three fractures in his spine following a car crash in Malibu. However, doctors now feel he is ready to leave their care and enter a live-in rehab facility so that he can complete the next stage of his recovery, \"intense physical therapy\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to TMZ.com, the comedian is \"grateful\" he\'s alive after the serious smash but is \"glad\" he\'s out of hospital after almost two weeks in bed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source has told the gossip website that Kevin is expected to spend around a week at the live-in facility and then medical professionals are hoping to get him home where he can start outpatient care.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, he will have a back brace fitted for support, and will need \"round-the-clock\" medical support as he continues to recover away from the hospital.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Night School</strong> star is said to already be walking again thanks to his successful surgery, and so won\'t require a wheelchair to aid his mobility.</p>\n<!-- /wp:paragraph -->','Kevin Hart gets discharged from hospital','','publish','open','closed','','kevin-hart-gets-discharged-from-hospital','','','2019-09-12 10:42:21','2019-09-12 15:42:21','',0,'https://buzz-caribbean.com/?p=8686',0,'post','',0),(8687,9,'2019-09-12 10:42:04','2019-09-12 15:42:04','<!-- wp:image {\"id\":6904} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kevin-Hart-Crash.jpg\" alt=\"American actor Kevin Hart\" class=\"wp-image-6904\" /><figcaption>American actor Kevin Hart</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kevin Hart has been discharged from hospital.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 40-year-old actor has spent the past 10 days recuperating from back surgery after he suffered three fractures in his spine following a car crash in Malibu. However, doctors now feel he is ready to leave their care and enter a live-in rehab facility so that he can complete the next stage of his recovery, \"intense physical therapy\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to TMZ.com, the comedian is \"grateful\" he\'s alive after the serious smash but is \"glad\" he\'s out of hospital after almost two weeks in bed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A source has told the gossip website that Kevin is expected to spend around a week at the live-in facility and then medical professionals are hoping to get him home where he can start outpatient care.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, he will have a back brace fitted for support, and will need \"round-the-clock\" medical support as he continues to recover away from the hospital.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Night School</strong> star is said to already be walking again thanks to his successful surgery, and so won\'t require a wheelchair to aid his mobility.</p>\n<!-- /wp:paragraph -->','Kevin Hart gets discharged from hospital','','inherit','closed','closed','','8686-revision-v1','','','2019-09-12 10:42:04','2019-09-12 15:42:04','',8686,'https://buzz-caribbean.com/article/8686-revision-v1/',0,'revision','',0),(8688,21,'2019-09-12 10:51:18','2019-09-12 15:51:18','<!-- wp:image {\"id\":6499} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rihanna-20190829.jpg\" alt=\"American singer and businesswoman Rihanna \" class=\"wp-image-6499\" /><figcaption>American singer and businesswoman Rihanna </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Rihanna has apologised to her fans\nand admitted she won\'t be releasing a new album any time soon.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Work</strong> hitmaker has been keeping her supporters, who are nicknamed the Navy, waiting for her ninth record since the release of Anti in 2016, but she\'s currently busy with other ventures, including her Savage x Fenty clothing range. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Y\'all gonna have to wait. Navy, I\'m so sorry.\"  </p><cite>— Rihanna</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Asked when she will release an album,\nshe said: \"Whatever I do is gonna be confident whether it\'s the album,\nperfume, lingerie, make-up, or fashion. Y\'all gonna have to wait. Navy, I\'m so\nsorry.\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But it seems the record&nbsp;is on\nthe 31-year-old star\'s radar as she dismissed suggestions she could perform at\nthe upcoming Super Bowl Half Time show in February because she needs to work on\nher album.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She told \'Entertainment Tonight\':\n\"I still got an album to finish. You gonna ask me about Super Bowl? My\nfans about to have my neck.\" </p>\n<!-- /wp:paragraph -->','No Rihanna album any time soon: Singer apologises for delay','','publish','open','closed','','no-rihanna-album-any-time-soon-singer-apologises-for-delay','','','2019-09-12 10:51:19','2019-09-12 15:51:19','',0,'https://buzz-caribbean.com/?p=8688',0,'post','',0),(8689,4,'2019-09-12 10:48:33','2019-09-12 15:48:33','','Olivia Babsy Grange','','inherit','open','closed','','olivia-babsy-grange','','','2019-09-12 10:48:33','2019-09-12 15:48:33','',0,'https://buzz-caribbean.com/app/uploads/2019/09/olivia-Babsy-grange.jpg',0,'attachment','image/jpeg',0),(8690,9,'2019-09-12 10:51:00','2019-09-12 15:51:00','<!-- wp:image {\"id\":6499} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/rihanna-20190829.jpg\" alt=\"American singer and businesswoman Rihanna \" class=\"wp-image-6499\" /><figcaption>American singer and businesswoman Rihanna </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Rihanna has apologised to her fans\nand admitted she won\'t be releasing a new album any time soon.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Work</strong> hitmaker has been keeping her supporters, who are nicknamed the Navy, waiting for her ninth record since the release of Anti in 2016, but she\'s currently busy with other ventures, including her Savage x Fenty clothing range. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Y\'all gonna have to wait. Navy, I\'m so sorry.\"  </p><cite>— Rihanna</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Asked when she will release an album,\nshe said: \"Whatever I do is gonna be confident whether it\'s the album,\nperfume, lingerie, make-up, or fashion. Y\'all gonna have to wait. Navy, I\'m so\nsorry.\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But it seems the record&nbsp;is on\nthe 31-year-old star\'s radar as she dismissed suggestions she could perform at\nthe upcoming Super Bowl Half Time show in February because she needs to work on\nher album.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She told \'Entertainment Tonight\':\n\"I still got an album to finish. You gonna ask me about Super Bowl? My\nfans about to have my neck.\" </p>\n<!-- /wp:paragraph -->','No Rihanna album any time soon: Singer apologises for delay','','inherit','closed','closed','','8688-revision-v1','','','2019-09-12 10:51:00','2019-09-12 15:51:00','',8688,'https://buzz-caribbean.com/article/8688-revision-v1/',0,'revision','',0),(8691,13,'2019-09-12 10:52:01','2019-09-12 15:52:01','','South Beach Wings','','inherit','open','closed','','south-beach-wings','','','2019-09-12 10:52:01','2019-09-12 15:52:01','',8681,'https://buzz-caribbean.com/app/uploads/2019/09/south-beach-wings.jpg',0,'attachment','image/jpeg',0),(8692,21,'2019-09-12 11:25:26','2019-09-12 16:25:26','<!-- wp:image {\"id\":8694} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Police-Stations-Horace-Chang-1024x633.jpg\" alt=\" Minister of National Security, Dr Horace Chang (second left), and Commissioner of Police, Major General Antony Anderson (left), look on as Head of Corporate Services in the Ministry, Delroy Simpson second right); and Projects Director, Build-Rite Construction Company Limited, Odane Gordon, affix their signature to a contract for the renovation of the Tivoli Gardens and Allman Town police stations in Kingston. \" class=\"wp-image-8694\" /><figcaption>Minister of National Security, Dr Horace Chang (second left), and Commissioner of Police, Major General Antony Anderson (left), look on as Head of Corporate Services in the Ministry, Delroy Simpson second right); and Projects Director, Build-Rite Construction Company Limited, Odane Gordon, affix their signature to a contract for the renovation of the Tivoli Gardens and Allman Town police stations in Kingston. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Another 14 police stations across the\nisland are being renovated at a cost of $195 million as the Government\ncontinues to improve the working conditions of members of the Jamaica\nConstabulary Force (JCF).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They are Annotto Bay Police Station\nin St Mary; Mavis Bank, Irish Town, Gordon Town, and August Town police stations\nin St Andrew; Tivoli Gardens, Kingston Central, Allman Town, Admiral Town, and\nDarling Street police stations in Kingston; Maggoty and Pedro Plains police\nstations in St Elizabeth; Clarks Town Police Station in Trelawny; and Chapelton\nPolice Station in Clarendon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"By providing police officers with updated, fit-for-purpose facilities, we are strengthening their capacity to appropriately represent their office.\"  </p><cite>— Chang</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Eight contracts have been awarded to\nundertake the improvements, which have already started. Works include roof\nrepairs, electrical and plumbing works, infrastructural repairs, termite\ntreatment, refurbishing of bathrooms, improving drainage systems and replacing\nperimeter fencing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The signing ceremony took place on\nWednesday, September 11, at the Ministry of National Security’s Oxford Road\noffices in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 14 police stations for which the\ncontracts were signed are among 25 that are in the process of being\nrehabilitated, with six close to completion. Another 16 stations are undergoing\nthe procurement process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Portfolio Minister, Dr Horace Chang,\nin his remarks, said that by “providing police officers with updated,\nfit-for-purpose facilities, we are strengthening their capacity to\nappropriately represent their office while effectively carrying out their\nduties in securing Jamaican lives and livelihoods.”</p>\n<!-- /wp:paragraph -->','14 police stations to be renovated','','publish','open','closed','','14-police-stations-to-be-renovated','','','2019-09-12 11:25:26','2019-09-12 16:25:26','',0,'https://buzz-caribbean.com/?p=8692',0,'post','',0),(8693,13,'2019-09-12 11:09:40','2019-09-12 16:09:40','','South Beach Dining','','inherit','open','closed','','south-beach-dining','','','2019-09-12 11:09:40','2019-09-12 16:09:40','',8681,'https://buzz-caribbean.com/app/uploads/2019/09/South-Beach-Dining.jpg',0,'attachment','image/jpeg',0),(8694,9,'2019-09-12 11:14:51','2019-09-12 16:14:51','','Police-Stations-Horace-Chang','','inherit','open','closed','','police-stations-horace-chang','','','2019-09-12 11:14:51','2019-09-12 16:14:51','',8692,'https://buzz-caribbean.com/app/uploads/2019/09/Police-Stations-Horace-Chang.jpg',0,'attachment','image/jpeg',0),(8695,4,'2019-09-12 11:18:11','2019-09-12 16:18:11','','Andrew Holness Miss Lou Family Member.2JPG','','inherit','open','closed','','andrew-holness-miss-lou-family-member-2jpg','','','2019-09-12 11:18:11','2019-09-12 16:18:11','',0,'https://buzz-caribbean.com/app/uploads/2019/09/Andrew-holness-miss-lou-family-member.2JPG.jpg',0,'attachment','image/jpeg',0),(8696,4,'2019-09-12 11:18:14','2019-09-12 16:18:14','','Andrew Holness Miss Lou Relative.2JPG','','inherit','open','closed','','andrew-holness-miss-lou-relative-2jpg','','','2019-09-12 11:18:14','2019-09-12 16:18:14','',0,'https://buzz-caribbean.com/app/uploads/2019/09/Andrew-holness-miss-lou-relative.2JPG.jpg',0,'attachment','image/jpeg',0),(8697,4,'2019-09-12 11:18:17','2019-09-12 16:18:17','','Andrew Holness Miss Lou Renaming Gordon Town Square.2JPG','','inherit','open','closed','','andrew-holness-miss-lou-renaming-gordon-town-square-2jpg','','','2019-09-12 11:18:17','2019-09-12 16:18:17','',0,'https://buzz-caribbean.com/app/uploads/2019/09/Andrew-holness-miss-lou-renaming-gordon-town-square.2JPG.jpg',0,'attachment','image/jpeg',0),(8698,4,'2019-09-12 11:18:23','2019-09-12 16:18:23','','Andrew Holness Festival Queen Miss Lou Copy','','inherit','open','closed','','andrew-holness-festival-queen-miss-lou-copy','','','2019-09-12 11:18:23','2019-09-12 16:18:23','',0,'https://buzz-caribbean.com/app/uploads/2019/09/Andrew-holness-festival-queen-miss-lou-Copy.jpg',0,'attachment','image/jpeg',0),(8699,4,'2019-09-12 11:18:28','2019-09-12 16:18:28','','Andrew Holness Festival Queen Miss Lou','','inherit','open','closed','','andrew-holness-festival-queen-miss-lou','','','2019-09-12 11:18:28','2019-09-12 16:18:28','',0,'https://buzz-caribbean.com/app/uploads/2019/09/Andrew-holness-festival-queen-miss-lou.jpg',0,'attachment','image/jpeg',0),(8700,4,'2019-09-12 11:18:38','2019-09-12 16:18:38','','Andrew Holness Miss Lou.2JPG','','inherit','open','closed','','andrew-holness-miss-lou-2jpg','','','2019-09-12 11:18:38','2019-09-12 16:18:38','',0,'https://buzz-caribbean.com/app/uploads/2019/09/Andrew-holness-miss-lou.2JPG.jpg',0,'attachment','image/jpeg',0),(8701,4,'2019-09-12 11:18:43','2019-09-12 16:18:43','','Andrew Holness Miss Lou','','inherit','open','closed','','andrew-holness-miss-lou','','','2019-09-12 11:18:43','2019-09-12 16:18:43','',0,'https://buzz-caribbean.com/app/uploads/2019/09/Andrew-holness-miss-lou.jpg',0,'attachment','image/jpeg',0),(8702,9,'2019-09-12 11:21:15','2019-09-12 16:21:15','<!-- wp:image {\"id\":8694} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Police-Stations-Horace-Chang-1024x633.jpg\" alt=\" Minister of National Security, Dr Horace Chang (second left), and Commissioner of Police, Major General Antony Anderson (left), look on as Head of Corporate Services in the Ministry, Delroy Simpson second right); and Projects Director, Build-Rite Construction Company Limited, Odane Gordon, affix their signature to a contract for the renovation of the Tivoli Gardens and Allman Town police stations in Kingston. \" class=\"wp-image-8694\" /><figcaption>Minister of National Security, Dr Horace Chang (second left), and Commissioner of Police, Major General Antony Anderson (left), look on as Head of Corporate Services in the Ministry, Delroy Simpson second right); and Projects Director, Build-Rite Construction Company Limited, Odane Gordon, affix their signature to a contract for the renovation of the Tivoli Gardens and Allman Town police stations in Kingston. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Another 14 police stations across the\nisland are being renovated at a cost of $195 million as the Government\ncontinues to improve the working conditions of members of the Jamaica\nConstabulary Force (JCF).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They are Annotto Bay Police Station\nin St Mary; Mavis Bank, Irish Town, Gordon Town, and August Town police stations\nin St Andrew; Tivoli Gardens, Kingston Central, Allman Town, Admiral Town, and\nDarling Street police stations in Kingston; Maggoty and Pedro Plains police\nstations in St Elizabeth; Clarks Town Police Station in Trelawny; and Chapelton\nPolice Station in Clarendon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Eight contracts have been awarded to\nundertake the improvements, which have already started. Works include roof\nrepairs, electrical and plumbing works, infrastructural repairs, termite\ntreatment, refurbishing of bathrooms, improving drainage systems and replacing\nperimeter fencing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The signing ceremony took place on\nWednesday, September 11, at the Ministry of National Security’s Oxford Road\noffices in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 14 police stations for which the\ncontracts were signed are among 25 that are in the process of being\nrehabilitated, with six close to completion. Another 16 stations are undergoing\nthe procurement process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Portfolio Minister, Dr Horace Chang,\nin his remarks, said that by “providing police officers with updated,\nfit-for-purpose facilities, we are strengthening their capacity to\nappropriately represent their office while effectively carrying out their\nduties in securing Jamaican lives and livelihoods.”</p>\n<!-- /wp:paragraph -->','14 police stations to be renovated','','inherit','closed','closed','','8692-revision-v1','','','2019-09-12 11:21:15','2019-09-12 16:21:15','',8692,'https://buzz-caribbean.com/article/8692-revision-v1/',0,'revision','',0),(8703,9,'2019-09-12 11:22:38','2019-09-12 16:22:38','<!-- wp:image {\"id\":8694} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Police-Stations-Horace-Chang-1024x633.jpg\" alt=\" Minister of National Security, Dr Horace Chang (second left), and Commissioner of Police, Major General Antony Anderson (left), look on as Head of Corporate Services in the Ministry, Delroy Simpson second right); and Projects Director, Build-Rite Construction Company Limited, Odane Gordon, affix their signature to a contract for the renovation of the Tivoli Gardens and Allman Town police stations in Kingston. \" class=\"wp-image-8694\" /><figcaption>Minister of National Security, Dr Horace Chang (second left), and Commissioner of Police, Major General Antony Anderson (left), look on as Head of Corporate Services in the Ministry, Delroy Simpson second right); and Projects Director, Build-Rite Construction Company Limited, Odane Gordon, affix their signature to a contract for the renovation of the Tivoli Gardens and Allman Town police stations in Kingston. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Another 14 police stations across the\nisland are being renovated at a cost of $195 million as the Government\ncontinues to improve the working conditions of members of the Jamaica\nConstabulary Force (JCF).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They are Annotto Bay Police Station\nin St Mary; Mavis Bank, Irish Town, Gordon Town, and August Town police stations\nin St Andrew; Tivoli Gardens, Kingston Central, Allman Town, Admiral Town, and\nDarling Street police stations in Kingston; Maggoty and Pedro Plains police\nstations in St Elizabeth; Clarks Town Police Station in Trelawny; and Chapelton\nPolice Station in Clarendon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"By providing police officers with updated, fit-for-purpose facilities, we are strengthening their capacity to appropriately represent their office.\"  </p><cite>— Chang</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Eight contracts have been awarded to\nundertake the improvements, which have already started. Works include roof\nrepairs, electrical and plumbing works, infrastructural repairs, termite\ntreatment, refurbishing of bathrooms, improving drainage systems and replacing\nperimeter fencing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The signing ceremony took place on\nWednesday, September 11, at the Ministry of National Security’s Oxford Road\noffices in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 14 police stations for which the\ncontracts were signed are among 25 that are in the process of being\nrehabilitated, with six close to completion. Another 16 stations are undergoing\nthe procurement process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Portfolio Minister, Dr Horace Chang,\nin his remarks, said that by “providing police officers with updated,\nfit-for-purpose facilities, we are strengthening their capacity to\nappropriately represent their office while effectively carrying out their\nduties in securing Jamaican lives and livelihoods.”</p>\n<!-- /wp:paragraph -->','14 police stations to be renovated','','inherit','closed','closed','','8692-revision-v1','','','2019-09-12 11:22:38','2019-09-12 16:22:38','',8692,'https://buzz-caribbean.com/article/8692-revision-v1/',0,'revision','',0),(8704,13,'2019-09-12 11:49:25','2019-09-12 16:49:25','{\"id\":\"8704\",\"questions\":[{\"uid\":\"8ae18b6d-d4f9-48f5-b235-c9ebe59eb9ca\",\"content\":\"Which signature sauce is your favourite from C&amp;C South Beach restaurant?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":3},\"allowCustomChoice\":\"\"},\"choices\":[{\"uid\":\"36a83b2f-dc7f-438c-a947-0f9de7c22dec\",\"type\":\"text\",\"label\":\"Sweet Chilli\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"78bb4dfe-83b8-48f8-8c6f-5373b546ebc7\",\"type\":\"text\",\"label\":\"Barbeque\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"d8f59ceb-7113-4ece-a451-d99beb780013\",\"type\":\"text\",\"label\":\"Hot N Spicy\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}],\"votesOverride\":0}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"enabled\":true,\"start\":\"09\\/12\\/2019 11:48\",\"end\":\"11\\/30\\/2019 21:00\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','C&amp;C South Beach Wings and Q\'s Fridaze','','publish','closed','closed','','8704','','','2019-09-13 10:26:31','2019-09-13 15:26:31','',0,'https://buzz-caribbean.com/?post_type=poll&#038;p=8704',0,'poll','',0),(8705,23,'2019-09-12 12:02:12','2019-09-12 17:02:12','<!-- wp:image {\"id\":8708} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kiprich-KISS-1024x683.jpg\" alt=\"Dancehall artiste Kiprich\" class=\"wp-image-8708\" /><figcaption> Dancehall artiste Kiprich (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dancehall artiste Kiprich has landed\na major endorsement deal, as one of his songs, <strong>Assurance</strong>, has been used\nin a television commercial for the launch of the new Rouge Cordless Flat Iron\nby US-Korean beauty giant, KISS.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kiprich made the announcement via his\nInstagram page earlier this week, saying:&nbsp;“Good production is the key\nbecause you never know what can happen, sky is the limit for good music, put\nGod first and everything else follow, big @itsnaturalbridge and @the champ16\nfor this great production.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The song was what the marketing team of the beauty giant identified with in terms of their brand, and they just ran with it.\"</p><cite>—  Mark Pinnock, co-producer of <strong>Assurance</strong></cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>Assurance</strong> was released\non the Natural Bridge Records label in February 2019.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"It\'s a sync deal. The song was\nwhat the marketing team of the beauty giant identified with in terms of their\nbrand, and they just ran with it. The song is about self-assurance and female\nempowerment, reassuring women that they can be confident about their looks, and\nhow they perceive themselves, and that message was compatible with this new\nproduct,\" said Mark Pinnock, chief executive officer of Natural Bridge\nRecords and co-producer of the song.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is said that the song will be used\non KISS’ social media platforms, as well as part of the TV and radio rollout. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>KISS, which is headquartered in New York, is one of the\nworld\'s largest manufacturers and distributors of professional beauty products.</p>\n<!-- /wp:paragraph -->','Kiprich gets endorsement deal from US-Korean beauty giant','','publish','open','closed','','kiprich-gets-endorsement-deal-from-us-korean-beauty-giant','','','2019-09-12 12:02:13','2019-09-12 17:02:13','',0,'https://buzz-caribbean.com/?p=8705',0,'post','',0),(8706,13,'2019-09-12 11:49:25','2019-09-12 16:49:25','{\"id\":\"8704\",\"questions\":[{\"uid\":\"8ae18b6d-d4f9-48f5-b235-c9ebe59eb9ca\",\"content\":\"Which signature sauce is your favourite from C&amp;C South Beach restaurant?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":3},\"allowCustomChoice\":\"\"},\"choices\":[{\"uid\":\"36a83b2f-dc7f-438c-a947-0f9de7c22dec\",\"type\":\"text\",\"label\":\"Sweet Chilli\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"78bb4dfe-83b8-48f8-8c6f-5373b546ebc7\",\"type\":\"text\",\"label\":\"Barbeque\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"d8f59ceb-7113-4ece-a451-d99beb780013\",\"type\":\"text\",\"label\":\"Hot N Spicy\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}],\"votesOverride\":0}],\"fields\":[{\"uid\":\"8d0c16a3-9261-48eb-9064-c2a1506f733e\",\"type\":\"text\",\"label\":\"ccsouthbeach@gmail.com\",\"defaultValue\":\"\",\"options\":\"\",\"collapsed\":true,\"validations\":{\"filled\":{\"enabled\":true},\"email\":{\"enabled\":true},\"filter\":{\"rules\":[]}},\"attributes\":[],\"template\":\"\",\"name\":\"ccsouthbeachgmail-com\"}],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"enabled\":true,\"start\":\"09\\/12\\/2019 11:48\",\"end\":\"11\\/30\\/2019 21:00\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','','','inherit','closed','closed','','8704-revision-v1','','','2019-09-12 11:49:25','2019-09-12 16:49:25','',8704,'https://buzz-caribbean.com/article/8704-revision-v1/',0,'revision','',0),(8707,13,'2019-09-12 11:50:50','2019-09-12 16:50:50','{\"id\":\"8704\",\"questions\":[{\"uid\":\"8ae18b6d-d4f9-48f5-b235-c9ebe59eb9ca\",\"content\":\"Which signature sauce is your favourite from C&amp;C South Beach restaurant?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":3},\"allowCustomChoice\":\"\"},\"choices\":[{\"uid\":\"36a83b2f-dc7f-438c-a947-0f9de7c22dec\",\"type\":\"text\",\"label\":\"Sweet Chilli\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"78bb4dfe-83b8-48f8-8c6f-5373b546ebc7\",\"type\":\"text\",\"label\":\"Barbeque\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"d8f59ceb-7113-4ece-a451-d99beb780013\",\"type\":\"text\",\"label\":\"Hot N Spicy\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}],\"votesOverride\":0}],\"fields\":[{\"uid\":\"8d0c16a3-9261-48eb-9064-c2a1506f733e\",\"type\":\"text\",\"label\":\"ccsouthbeach@gmail.com\",\"defaultValue\":\"\",\"options\":\"\",\"collapsed\":true,\"validations\":{\"filled\":{\"enabled\":true},\"email\":{\"enabled\":true},\"filter\":{\"rules\":[]}},\"attributes\":[],\"template\":\"\",\"name\":\"ccsouthbeachgmail-com\"}],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"enabled\":true,\"start\":\"09\\/12\\/2019 11:48\",\"end\":\"11\\/30\\/2019 21:00\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','C&amp;C South Beach Wings and Q\'s Fridaze','','inherit','closed','closed','','8704-revision-v1','','','2019-09-12 11:50:50','2019-09-12 16:50:50','',8704,'https://buzz-caribbean.com/article/8704-revision-v1/',0,'revision','',0),(8708,9,'2019-09-12 11:57:30','2019-09-12 16:57:30','','Kiprich-KISS','','inherit','open','closed','','kiprich-kiss','','','2019-09-12 11:57:30','2019-09-12 16:57:30','',8705,'https://buzz-caribbean.com/app/uploads/2019/09/Kiprich-KISS.jpg',0,'attachment','image/jpeg',0),(8709,9,'2019-09-12 12:00:26','2019-09-12 17:00:26','<!-- wp:image {\"id\":8708} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kiprich-KISS-1024x683.jpg\" alt=\"Dancehall artiste Kiprich\" class=\"wp-image-8708\" /><figcaption> Dancehall artiste Kiprich (Photo: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dancehall artiste Kiprich has landed\na major endorsement deal, as one of his songs, <strong>Assurance</strong>, has been used\nin a television commercial for the launch of the new Rouge Cordless Flat Iron\nby US-Korean beauty giant, KISS.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kiprich made the announcement via his\nInstagram page earlier this week, saying:&nbsp;“Good production is the key\nbecause you never know what can happen, sky is the limit for good music, put\nGod first and everything else follow, big @itsnaturalbridge and @the champ16\nfor this great production.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"The song was what the marketing team of the beauty giant identified with in terms of their brand, and they just ran with it.\"</p><cite>—  Mark Pinnock, co-producer of <strong>Assurance</strong></cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p><strong>Assurance</strong> was released\non the Natural Bridge Records label in February 2019.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"It\'s a sync deal. The song was\nwhat the marketing team of the beauty giant identified with in terms of their\nbrand, and they just ran with it. The song is about self-assurance and female\nempowerment, reassuring women that they can be confident about their looks, and\nhow they perceive themselves, and that message was compatible with this new\nproduct,\" said Mark Pinnock, chief executive officer of Natural Bridge\nRecords and co-producer of the song.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is said that the song will be used\non KISS’ social media platforms, as well as part of the TV and radio rollout. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>KISS, which is headquartered in New York, is one of the\nworld\'s largest manufacturers and distributors of professional beauty products.</p>\n<!-- /wp:paragraph -->','Kiprich gets endorsement deal from US-Korean beauty giant','','inherit','closed','closed','','8705-revision-v1','','','2019-09-12 12:00:26','2019-09-12 17:00:26','',8705,'https://buzz-caribbean.com/article/8705-revision-v1/',0,'revision','',0),(8710,13,'2019-09-12 14:12:25','2019-09-12 19:12:25','','Wil-Glen Pharmacy','','publish','closed','closed','','wil-glen-pharmacy','','','2019-11-29 07:25:39','2019-11-29 12:25:39','',0,'https://buzz-caribbean.com/?post_type=offer&#038;p=8710',0,'offer','',0),(8712,13,'2019-09-12 12:09:40','2019-09-12 17:09:40','','Will Glen Pharmacy','','inherit','open','closed','','will-glen-pharmacy-2','','','2019-09-12 12:09:40','2019-09-12 17:09:40','',8710,'https://buzz-caribbean.com/app/uploads/2019/09/will-glen-pharmacy-1.jpg',0,'attachment','image/jpeg',0),(8713,23,'2019-09-12 12:29:15','2019-09-12 17:29:15','<!-- wp:image {\"id\":8714} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Ford-Ranger-Limited-B-1024x763.jpg\" alt=\" The 2019 Ford Ranger Limited brings all the brand is known for in the mid-sized pickup segment. (Photos: Contributed)\" class=\"wp-image-8714\" /><figcaption>The 2019 Ford Ranger Limited brings all the brand is known for in the mid-sized pickup segment. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ford is no stranger to the pickup truck market, dominating with the F series. In 2018, they sold more than one million units in the United States alone, making it not only the best-selling vehicle in the US, but worldwide. Yet, international sales are so insignificant that the company doesn’t even bother to make a right-hand drive version. Those wanting a taste of the Ford mythos outside of American shores have a lone option, the Ranger.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Built\nto do battle against the Asian and German class rivals, the 2019 Ranger Limited\nbrings in the expertise Ford is known for. It goes straight for the heart of\nevery pickup owner - workload statistics, towing up to 7,700lbs and able to\nhaul a total of 2,700lbs in its six-foot bed. These numbers come from the fact\nthat the Limited is equipped with one of the most unusual and powerful engines\nin the segment, a 3.2-litre five-cylinder turbo diesel. The output of 197bhp\nputs it near the top of the mid-sized pickup class. However, truck buyers know\nthat’s not the whole story. It’s torque that moves stuff, and the Ranger spits\nout an amazing 347 lb/ft of it at an even more unbelievably low 1,750rpm. This\ngives it flexibility in power delivery few rivals have.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8715} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Ford-Ranger-Limited-A-1024x655.jpg\" alt=\"Cargo, human or otherwise, the Ranger Limited has no problem carrying it. \" class=\"wp-image-8715\" /><figcaption>Cargo, human or otherwise, the Ranger Limited has no problem carrying it. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>All\nthis power is fed to a six-speed automatic or manual transmission, electronic\nshift on-the-fly four-wheel drive and a host of computer safety systems like\nTraction Control. Add in a rear locking differential, and the Ranger is a go-anywhere\nbeast. On road, the suspension is soft enough to soak up broken pavement and\nstill give good control. Off road is just as simple with all the mechanical and\nelectrical assistance like Hill Descent. The low-end toque will pull the pickup\nover challenging ground easily.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All this is done from a refined cabin more akin to a well-optioned family sedan than a pickup. At night, side mirror lights aid exit while the integrated roll bar lights illuminate the cargo bed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8716} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Ford-Ranger-Limited-C-1024x709.jpg\" alt=\"Inside the Ranger Limited is as comfortable as a sedan. \" class=\"wp-image-8716\" /><figcaption>Inside the Ranger Limited is as comfortable as a sedan. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The SNYC 3 system handles things quickly and smoothly through the large infotainment touchscreen and steering wheel-mounted buttons. Connecting modern devices is a breeze. There is limited satellite navigation, but the fact that it even functions in Jamaica is nice bonus. Cup holders, illuminated USB ports, deep storage and door bins mean there is plenty of space for passengers and their stuff. Seats are comfortable over long distances and when off-roading.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For\nwork, family or fun, the 2019 Ranger Limited earns it way on to the shopping\nlist for pickup buyers. It is available from Kingston Industrial Garage, 381\nSpanish Town Road, Kingston 11. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Ford Ranger Limited: A beautiful beast','','publish','open','closed','','ford-ranger-limited-a-beautiful-beast','','','2019-09-12 12:29:15','2019-09-12 17:29:15','',0,'https://buzz-caribbean.com/?p=8713',0,'post','',0),(8714,9,'2019-09-12 12:22:39','2019-09-12 17:22:39','','Ford-Ranger-Limited-B','','inherit','open','closed','','ford-ranger-limited-b','','','2019-09-12 12:22:39','2019-09-12 17:22:39','',8713,'https://buzz-caribbean.com/app/uploads/2019/09/Ford-Ranger-Limited-B.jpg',0,'attachment','image/jpeg',0),(8715,9,'2019-09-12 12:22:49','2019-09-12 17:22:49','','Ford-Ranger-Limited-A','','inherit','open','closed','','ford-ranger-limited-a','','','2019-09-12 12:22:49','2019-09-12 17:22:49','',8713,'https://buzz-caribbean.com/app/uploads/2019/09/Ford-Ranger-Limited-A.jpg',0,'attachment','image/jpeg',0),(8716,9,'2019-09-12 12:22:59','2019-09-12 17:22:59','','Ford-Ranger-Limited-C','','inherit','open','closed','','ford-ranger-limited-c','','','2019-09-12 12:22:59','2019-09-12 17:22:59','',8713,'https://buzz-caribbean.com/app/uploads/2019/09/Ford-Ranger-Limited-C.jpg',0,'attachment','image/jpeg',0),(8717,13,'2019-09-12 14:05:42','2019-09-12 19:05:42','{\"id\":\"8717\",\"questions\":[{\"uid\":\"bf89500a-7f30-4e97-8782-3074ea63f683\",\"content\":\"What is the location of the Glen-Wil Pharmacy?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"15e31253-0d31-4e06-a446-469ec020a860\",\"type\":\"text\",\"label\":\"11 Duhaney Drive, Kingston\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"9b500b76-4237-45d9-8df4-e27bc98ddd50\",\"type\":\"text\",\"label\":\"21 ABC Street, South America\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}],\"votesOverride\":0}],\"fields\":[{\"uid\":\"b275cd0e-f3ea-4638-b64f-8aba52766504\",\"type\":\"text\",\"label\":\"wilglenpharmacy gmail com\",\"defaultValue\":\"\",\"options\":\"\",\"collapsed\":false,\"validations\":{\"filled\":{\"enabled\":true},\"email\":{\"enabled\":true},\"filter\":{\"rules\":[]}},\"attributes\":[],\"template\":\"\",\"name\":\"wilglenpharmacygmailcom\"}],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"enabled\":true,\"start\":\"09\\/12\\/2019 14:04\",\"end\":\"11\\/30\\/2019 23:00\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Glen-Wil Pharmacy','','publish','closed','closed','','8717','','','2019-09-12 14:19:58','2019-09-12 19:19:58','',0,'https://buzz-caribbean.com/?post_type=poll&#038;p=8717',0,'poll','',0),(8718,9,'2019-09-12 12:28:47','2019-09-12 17:28:47','<!-- wp:image {\"id\":8714} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Ford-Ranger-Limited-B-1024x763.jpg\" alt=\" The 2019 Ford Ranger Limited brings all the brand is known for in the mid-sized pickup segment. (Photos: Contributed)\" class=\"wp-image-8714\" /><figcaption>The 2019 Ford Ranger Limited brings all the brand is known for in the mid-sized pickup segment. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ford is no stranger to the pickup truck market, dominating with the F series. In 2018, they sold more than one million units in the United States alone, making it not only the best-selling vehicle in the US, but worldwide. Yet, international sales are so insignificant that the company doesn’t even bother to make a right-hand drive version. Those wanting a taste of the Ford mythos outside of American shores have a lone option, the Ranger.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Built\nto do battle against the Asian and German class rivals, the 2019 Ranger Limited\nbrings in the expertise Ford is known for. It goes straight for the heart of\nevery pickup owner - workload statistics, towing up to 7,700lbs and able to\nhaul a total of 2,700lbs in its six-foot bed. These numbers come from the fact\nthat the Limited is equipped with one of the most unusual and powerful engines\nin the segment, a 3.2-litre five-cylinder turbo diesel. The output of 197bhp\nputs it near the top of the mid-sized pickup class. However, truck buyers know\nthat’s not the whole story. It’s torque that moves stuff, and the Ranger spits\nout an amazing 347 lb/ft of it at an even more unbelievably low 1,750rpm. This\ngives it flexibility in power delivery few rivals have.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8715} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Ford-Ranger-Limited-A-1024x655.jpg\" alt=\"Cargo, human or otherwise, the Ranger Limited has no problem carrying it. \" class=\"wp-image-8715\" /><figcaption>Cargo, human or otherwise, the Ranger Limited has no problem carrying it. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>All\nthis power is fed to a six-speed automatic or manual transmission, electronic\nshift on-the-fly four-wheel drive and a host of computer safety systems like\nTraction Control. Add in a rear locking differential, and the Ranger is a go-anywhere\nbeast. On road, the suspension is soft enough to soak up broken pavement and\nstill give good control. Off road is just as simple with all the mechanical and\nelectrical assistance like Hill Descent. The low-end toque will pull the pickup\nover challenging ground easily.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All this is done from a refined cabin more akin to a well-optioned family sedan than a pickup. At night, side mirror lights aid exit while the integrated roll bar lights illuminate the cargo bed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8716} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Ford-Ranger-Limited-C-1024x709.jpg\" alt=\"Inside the Ranger Limited is as comfortable as a sedan. \" class=\"wp-image-8716\" /><figcaption>Inside the Ranger Limited is as comfortable as a sedan. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The SNYC 3 system handles things quickly and smoothly through the large infotainment touchscreen and steering wheel-mounted buttons. Connecting modern devices is a breeze. There is limited satellite navigation, but the fact that it even functions in Jamaica is nice bonus. Cup holders, illuminated USB ports, deep storage and door bins mean there is plenty of space for passengers and their stuff. Seats are comfortable over long distances and when off-roading.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For\nwork, family or fun, the 2019 Ranger Limited earns it way on to the shopping\nlist for pickup buyers. It is available from Kingston Industrial Garage, 381\nSpanish Town Road, Kingston 11. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Ford Ranger Limited: A beautiful beast','','inherit','closed','closed','','8713-revision-v1','','','2019-09-12 12:28:47','2019-09-12 17:28:47','',8713,'https://buzz-caribbean.com/article/8713-revision-v1/',0,'revision','',0),(8719,21,'2019-09-12 12:50:43','2019-09-12 17:50:43','<!-- wp:image {\"id\":8720} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/terrence-howard.jpg\" alt=\"American actor Terrence D. Howard \" class=\"wp-image-8720\" /><figcaption>American actor<span style=\"font-size: inherit\"> Terrence D. Howard </span></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Terrence Howard is \"done\" with acting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 50-year-old actor has claimed he is planning to turn his back on his profession and focus on \"truth\" when the sixth and final season of <strong>Empire</strong> - on which he plays music mogul Lucious Lyon - comes to an end.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Asked his plans after <strong>Empire</strong>, he told \'Extra\': \"I\'m done with acting. I\'m done pretending.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When he was then asked if he plans to focus on philanthropy, he replied: \"No, not philanthropy; I\'m just focusing on bringing truth to the world.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I\'m done with acting. I\'m done pretending.\" </p><cite>—  Terrence Howard </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>But Terrence did admit he\'ll miss his Empire co-stars when filming ends.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"I love the cast members. I will miss them a great deal, and the crew.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Hustle &amp; Flow</strong> actor\'s announcement comes a few months after it was claimed he is being investigated for criminal tax evasion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The federal government are reportedly looking into possible financial crimes committed by Terrence, Mira Pak - who he divorced in 2015 but got engaged to again in December 2018 - and her company Universal Bridges Inc..</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, a spokesperson for the US State Attorney\'s Office said: \"Our office can neither confirm or deny the existence of an investigation.\"</p>\n<!-- /wp:paragraph -->','Empire star Terrence Howard done with acting?','','publish','open','closed','','empire-star-terrence-howard-done-with-acting','','','2019-09-12 12:50:43','2019-09-12 17:50:43','',0,'https://buzz-caribbean.com/?p=8719',0,'post','',0),(8720,9,'2019-09-12 12:45:30','2019-09-12 17:45:30','','Cast and celebrity guests arrive at the premiere of \"The Butler\" in NYC','Cast and celebrity guests arrive on the red carpet at the New York premiere of the new film \"The Butler\", held at the Ziegfeld Theatre in NYC.\n<P>\nPictured: Heaven Howard and Terrence D. Howard\n<P><B>Ref: SPL590130  050813  </B><BR />\nPicture by: Johns PKI / Splash News<BR />\n</P><P>\n<B>Splash News and Pictures</B><BR />\nLos Angeles:	310-821-2666<BR />\nNew York:	212-619-2666<BR />\nLondon:	870-934-2666<BR />\nphotodesk@splashnews.com<BR />\n</P>','inherit','open','closed','','cast-and-celebrity-guests-arrive-at-the-premiere-of-the-butler-in-nyc','','','2019-09-12 12:45:40','2019-09-12 17:45:40','',8719,'https://buzz-caribbean.com/app/uploads/2019/09/terrence-howard.jpg',0,'attachment','image/jpeg',0),(8721,9,'2019-09-12 12:49:57','2019-09-12 17:49:57','<!-- wp:image {\"id\":8720} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/terrence-howard.jpg\" alt=\"American actor Terrence D. Howard \" class=\"wp-image-8720\" /><figcaption>American actor<span style=\"font-size: inherit\"> Terrence D. Howard </span></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Terrence Howard is \"done\" with acting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 50-year-old actor has claimed he is planning to turn his back on his profession and focus on \"truth\" when the sixth and final season of <strong>Empire</strong> - on which he plays music mogul Lucious Lyon - comes to an end.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Asked his plans after <strong>Empire</strong>, he told \'Extra\': \"I\'m done with acting. I\'m done pretending.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When he was then asked if he plans to focus on philanthropy, he replied: \"No, not philanthropy; I\'m just focusing on bringing truth to the world.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I\'m done with acting. I\'m done pretending.\" </p><cite>—  Terrence Howard </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>But Terrence did admit he\'ll miss his Empire co-stars when filming ends.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"I love the cast members. I will miss them a great deal, and the crew.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Hustle &amp; Flow</strong> actor\'s announcement comes a few months after it was claimed he is being investigated for criminal tax evasion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The federal government are reportedly looking into possible financial crimes committed by Terrence, Mira Pak - who he divorced in 2015 but got engaged to again in December 2018 - and her company Universal Bridges Inc..</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, a spokesperson for the US State Attorney\'s Office said: \"Our office can neither confirm or deny the existence of an investigation.\"</p>\n<!-- /wp:paragraph -->','Terrence Howard done with acting?','','inherit','closed','closed','','8719-revision-v1','','','2019-09-12 12:49:57','2019-09-12 17:49:57','',8719,'https://buzz-caribbean.com/article/8719-revision-v1/',0,'revision','',0),(8722,9,'2019-09-12 12:50:43','2019-09-12 17:50:43','<!-- wp:image {\"id\":8720} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/terrence-howard.jpg\" alt=\"American actor Terrence D. Howard \" class=\"wp-image-8720\" /><figcaption>American actor<span style=\"font-size: inherit\"> Terrence D. Howard </span></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Terrence Howard is \"done\" with acting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 50-year-old actor has claimed he is planning to turn his back on his profession and focus on \"truth\" when the sixth and final season of <strong>Empire</strong> - on which he plays music mogul Lucious Lyon - comes to an end.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Asked his plans after <strong>Empire</strong>, he told \'Extra\': \"I\'m done with acting. I\'m done pretending.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When he was then asked if he plans to focus on philanthropy, he replied: \"No, not philanthropy; I\'m just focusing on bringing truth to the world.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I\'m done with acting. I\'m done pretending.\" </p><cite>—  Terrence Howard </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>But Terrence did admit he\'ll miss his Empire co-stars when filming ends.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said: \"I love the cast members. I will miss them a great deal, and the crew.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Hustle &amp; Flow</strong> actor\'s announcement comes a few months after it was claimed he is being investigated for criminal tax evasion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The federal government are reportedly looking into possible financial crimes committed by Terrence, Mira Pak - who he divorced in 2015 but got engaged to again in December 2018 - and her company Universal Bridges Inc..</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, a spokesperson for the US State Attorney\'s Office said: \"Our office can neither confirm or deny the existence of an investigation.\"</p>\n<!-- /wp:paragraph -->','Empire star Terrence Howard done with acting?','','inherit','closed','closed','','8719-revision-v1','','','2019-09-12 12:50:43','2019-09-12 17:50:43','',8719,'https://buzz-caribbean.com/article/8719-revision-v1/',0,'revision','',0),(8723,13,'2019-09-12 14:05:42','2019-09-12 19:05:42','{\"id\":\"8717\",\"questions\":[{\"uid\":\"bf89500a-7f30-4e97-8782-3074ea63f683\",\"content\":\"What is the location of the Glen-Wil pharmacy?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"15e31253-0d31-4e06-a446-469ec020a860\",\"type\":\"text\",\"label\":\"11 Duhaney Drive, Kingston\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}],\"votesOverride\":0}],\"fields\":[{\"uid\":\"b275cd0e-f3ea-4638-b64f-8aba52766504\",\"type\":\"text\",\"label\":\"wilglenpharmacy gmail com\",\"defaultValue\":\"\",\"options\":\"\",\"collapsed\":false,\"validations\":{\"filled\":{\"enabled\":true},\"email\":{\"enabled\":true},\"filter\":{\"rules\":[]}},\"attributes\":[],\"template\":\"\",\"name\":\"wilglenpharmacygmailcom\"}],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"enabled\":true,\"start\":\"09\\/12\\/2019 14:04\",\"end\":\"11\\/30\\/2019 23:00\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','','','inherit','closed','closed','','8717-revision-v1','','','2019-09-12 14:05:42','2019-09-12 19:05:42','',8717,'https://buzz-caribbean.com/article/8717-revision-v1/',0,'revision','',0),(8724,13,'2019-09-12 14:12:11','2019-09-12 19:12:11','','Pharmacy Photo','','inherit','open','closed','','pharmacy-photo','','','2019-09-12 14:12:11','2019-09-12 19:12:11','',8710,'https://buzz-caribbean.com/app/uploads/2019/09/pharmacy-photo.jpg',0,'attachment','image/jpeg',0),(8725,13,'2019-09-12 14:19:58','2019-09-12 19:19:58','{\"id\":\"8717\",\"questions\":[{\"uid\":\"bf89500a-7f30-4e97-8782-3074ea63f683\",\"content\":\"What is the location of the Glen-Wil Pharmacy?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"15e31253-0d31-4e06-a446-469ec020a860\",\"type\":\"text\",\"label\":\"11 Duhaney Drive, Kingston\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"9b500b76-4237-45d9-8df4-e27bc98ddd50\",\"type\":\"text\",\"label\":\"21 ABC Street, South America\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}],\"votesOverride\":0}],\"fields\":[{\"uid\":\"b275cd0e-f3ea-4638-b64f-8aba52766504\",\"type\":\"text\",\"label\":\"wilglenpharmacy gmail com\",\"defaultValue\":\"\",\"options\":\"\",\"collapsed\":false,\"validations\":{\"filled\":{\"enabled\":true},\"email\":{\"enabled\":true},\"filter\":{\"rules\":[]}},\"attributes\":[],\"template\":\"\",\"name\":\"wilglenpharmacygmailcom\"}],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"enabled\":true,\"start\":\"09\\/12\\/2019 14:04\",\"end\":\"11\\/30\\/2019 23:00\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Glen-Wil Pharmacy','','inherit','closed','closed','','8717-revision-v1','','','2019-09-12 14:19:58','2019-09-12 19:19:58','',8717,'https://buzz-caribbean.com/article/8717-revision-v1/',0,'revision','',0),(8726,23,'2019-09-12 14:58:16','2019-09-12 19:58:16','<!-- wp:image {\"id\":8727} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bounty-killer-alliance-1024x569.jpg\" alt=\"Jamaican entertainer Bounty Killer\" class=\"wp-image-8727\" /><figcaption> Jamaican entertainer Bounty Killer </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican entertainer Bounty Killer believes that a large\npercentage of the music being released by up-and-coming artistes is not dancehall.\nInstead, he said that they have been doing trap and hip hop.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His comments come after American pop star Jason Derulo released <strong><a href=\"https://buzz-caribbean.com/article/jason-derulo-samples-murder-she-wrote/\">Too Hot </a></strong>last month. The song samples Chaka Demus and Pliers’ <strong>Murder She Wrote</strong>, which was produced by Sly and Robbie and included on Chaka Demus and Pliers 1993 album, <strong>Tease</strong>. The music to <strong>Murder She Wrote</strong> is based on the Maytals\' 1966 song, <strong>Bam Bam</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Y’all know how long ago the Bang Bang Riddim came out? From in the mid-60s. I think [it is a] Toots Hibbert hit song, and it is being sampled today simply bcuz it still has its own identity,” Bounty Killer said on Instagram recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Unuh better go resort to YouTube and go learn the history.\"</p><cite>— Bounty Killer </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He then advised the younger acts to learn the history\nof dancehall.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bounty Killer said: “We be listening too much trap\ncrap and rap on BET/MTV. Unuh better go resort to YouTube and go learn the\nhistory, bcuz can anyone of these new riddims and the fine voice singjay up\ninna nose nasal thing cross internationally?” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many of his followers agreed, stating that authentic\ndancehall rhythms need drum and bass. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, dancehall artiste Xyclone had a rebuttal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Every era has their own sound and identity though.\nAnd five years from now the music will change again… Burna Boy song <strong>Destiny</strong>\ndid the same to Blak Ryno song on his album, and it’s new generation dancehall,”\nhe said.</p>\n<!-- /wp:paragraph -->','Learn the history of dancehall, Bounty Killer tells younger acts','','publish','open','closed','','learn-the-history-of-dancehall-bounty-killer-tells-younger-acts','','','2019-09-12 15:02:50','2019-09-12 20:02:50','',0,'https://buzz-caribbean.com/?p=8726',0,'post','',0),(8727,9,'2019-09-12 14:54:23','2019-09-12 19:54:23','','bounty-killer-alliance','','inherit','open','closed','','bounty-killer-alliance','','','2019-09-12 14:54:23','2019-09-12 19:54:23','',8726,'https://buzz-caribbean.com/app/uploads/2019/09/bounty-killer-alliance.jpg',0,'attachment','image/jpeg',0),(8728,9,'2019-09-12 14:57:52','2019-09-12 19:57:52','<!-- wp:image {\"id\":8727} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bounty-killer-alliance-1024x569.jpg\" alt=\"Jamaican entertainer Bounty Killer\" class=\"wp-image-8727\" /><figcaption> Jamaican entertainer Bounty Killer </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican entertainer Bounty Killer believes that a large\npercentage of the music being released by up-and-coming artistes is not dancehall.\nInstead, he said that they have been doing trap and hip hop.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His comments come after American pop star Jason Derulo released <strong><a href=\"https://buzz-caribbean.com/article/jason-derulo-samples-murder-she-wrote/\">Too Hot </a></strong>last month. The song samples Chaka Demus and Pliers’ <strong>Murder She Wrote</strong>, which was produced by Sly and Robbie and included on Chaka Demus and Pliers 1993 album, <strong>Tease</strong>. The music to <strong>Murder She Wrote</strong> is based on the Maytals\' 1966 song, <strong>Bam Bam</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Y’all know how long ago the Bang Bang Riddim came out? From in the mid-60s. I think [it is a] Toots Hibbert hit song, and it is being sampled today simply bcuz it still has its own identity,” Bounty Killer said on Instagram recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Unuh better go resort to YouTube and go learn the history.\"</p><cite>— Bounty Killer </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He then advised the younger acts to learn the history\nof dancehall.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bounty Killer said: “We be listening too much trap\ncrap and rap on BET/MTV. Unuh better go resort to YouTube and go learn the\nhistory, bcuz can anyone of these new riddims and the fine voice singjay up\ninna nose nasal thing cross internationally?” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many of his followers agreed, stating that authentic\ndancehall rhythms need drum and bass. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, dancehall artiste Xyclone had a rebuttal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Every era has their own sound and identity though.\nAnd five years from now the music will change again… Burna Boy song <strong>Destiny</strong>\ndid the same to Blak Ryno song on his album, and it’s new generation dancehall,”\nhe said.</p>\n<!-- /wp:paragraph -->','Learn the history of dancehall, Bounty Killer tells younger acts','','inherit','closed','closed','','8726-revision-v1','','','2019-09-12 14:57:52','2019-09-12 19:57:52','',8726,'https://buzz-caribbean.com/article/8726-revision-v1/',0,'revision','',0),(8729,21,'2019-09-12 15:18:45','2019-09-12 20:18:45','<!-- wp:image {\"id\":8730} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dj-khaled.jpg\" alt=\" Record producer DJ Khaled\" class=\"wp-image-8730\" /><figcaption>Record producer <span style=\"font-size: inherit\">DJ Khaled</span></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>DJ Khaled is set to become a father for the second time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 43-year-old DJ and record producer already has two-year-old son Asahd with his wife Nicole Tuck, but has now revealed his spouse is pregnant with another baby boy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Alongside a video posted to Instagram of Nicole undergoing her ultrasound scan on Thursday, the <strong>Wild Thoughts</strong> hitmaker wrote: \"God is the greatest. All I ever wanted to do was inspire the world to be great and to leave a legacy. Almost 3 years ago when I found out my queen was expecting our son Asahd I knew my life would change forever and that OUR legacy would soon be on the way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2US-m3h-87/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2US-m3h-87/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>He continued: \"After that blessing, I released some of my biggest albums to date (Grateful and Father Of Asahd) inspired by his greatness. Just when I thought life couldn\'t get any better, I received another blessing that my queen is expecting an addition to our legacy. I\'m feeling more inspired than ever now. (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Khaled - who live-streamed Asahd\'s birth on Snapchat in 2016 - went on to praise his family and said he would bring his fans with him on the journey.</p>\n<!-- /wp:paragraph -->','Another one! DJ Khaled set to become a dad again','','publish','open','closed','','another-one-dj-khaled-set-to-become-a-dad-again','','','2019-09-12 15:18:46','2019-09-12 20:18:46','',0,'https://buzz-caribbean.com/?p=8729',0,'post','',0),(8730,9,'2019-09-12 15:05:44','2019-09-12 20:05:44','','2017 Billboard Power 100 Celebration','WEST HOLLYWOOD, LOS ANGELES, CA, USA - FEBRUARY 09: 2017 Billboard Power 100 Celebration held at Cecconi\'s on February 9, 2017 in West Hollywood, Los Angeles, California, United States. (Photo by Xavier Collin/Image Press Agency/Splash News)\n<P>\nPictured: DJ Khaled, Khaled Mohamed Khaled\n<B>Ref: SPL1438953  090217  </B><BR />\nPicture by: Xavier Collin/IPA/Splash News<BR />\n</P><P>\n<B>Splash News and Pictures</B><BR />\nLos Angeles:	310-821-2666<BR />\nNew York:	212-619-2666<BR />\nLondon:	870-934-2666<BR />\nphotodesk@splashnews.com<BR />\n</P>','inherit','open','closed','','2017-billboard-power-100-celebration','','','2019-09-12 15:12:52','2019-09-12 20:12:52','',8729,'https://buzz-caribbean.com/app/uploads/2019/09/dj-khaled.jpg',0,'attachment','image/jpeg',0),(8731,14,'2019-09-12 15:10:27','2019-09-12 20:10:27','','windrush-buzz-feature-8','','inherit','open','closed','','windrush-buzz-feature-8','','','2019-09-12 15:10:27','2019-09-12 20:10:27','',8685,'https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-8.jpg',0,'attachment','image/jpeg',0),(8732,14,'2019-09-12 15:11:13','2019-09-12 20:11:13','','windrush-buzz-feature-9','','inherit','open','closed','','windrush-buzz-feature-9','','','2019-09-12 15:11:13','2019-09-12 20:11:13','',8685,'https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-9.jpg',0,'attachment','image/jpeg',0),(8733,14,'2019-09-12 15:11:50','2019-09-12 20:11:50','','windrush-buzz-feature-12','','inherit','open','closed','','windrush-buzz-feature-12','','','2019-09-12 15:11:50','2019-09-12 20:11:50','',8685,'https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-12.jpg',0,'attachment','image/jpeg',0),(8734,14,'2019-09-12 15:12:03','2019-09-12 20:12:03','','windrush-buzz-feature-13','','inherit','open','closed','','windrush-buzz-feature-13','','','2019-09-12 15:12:03','2019-09-12 20:12:03','',8685,'https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-13.jpg',0,'attachment','image/jpeg',0),(8735,14,'2019-09-12 15:12:16','2019-09-12 20:12:16','','windrush-buzz-feature-6','','inherit','open','closed','','windrush-buzz-feature-6','','','2019-09-12 15:12:16','2019-09-12 20:12:16','',8685,'https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-6.jpg',0,'attachment','image/jpeg',0),(8736,14,'2019-09-12 15:12:50','2019-09-12 20:12:50','','windrush-buzz-feature-3','','inherit','open','closed','','windrush-buzz-feature-3','','','2019-09-12 15:12:50','2019-09-12 20:12:50','',8685,'https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-3.jpg',0,'attachment','image/jpeg',0),(8737,14,'2019-09-12 15:13:15','2019-09-12 20:13:15','','windrush-buzz-feature-10','','inherit','open','closed','','windrush-buzz-feature-10','','','2019-09-12 15:13:15','2019-09-12 20:13:15','',8685,'https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-10.jpg',0,'attachment','image/jpeg',0),(8738,14,'2019-09-12 15:13:36','2019-09-12 20:13:36','','windrush-buzz-feature-5','','inherit','open','closed','','windrush-buzz-feature-5','','','2019-09-12 15:13:36','2019-09-12 20:13:36','',8685,'https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-5.jpg',0,'attachment','image/jpeg',0),(8739,9,'2019-09-12 15:13:51','2019-09-12 20:13:51','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2US-m3h-87/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2US-m3h-87/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2US-m3h-87/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">God is the greatest. All I ever wanted to do was inspire the world to be great and to leave a legacy.  Almost 3 years ago when I found out my queen was expecting our son Asahd I knew my life would change forever and that OUR legacy would soon be on the way.  After that blessing I released some of my biggest albums to date (Grateful and Father Of Asahd) inspired by his greatness.  Just when I thought life couldn’t get any better, I received another blessing that my queen is expecting an addition to our legacy.  I’m feeling more inspired than ever now.  As we go into this journey I’m taking FANLUV along with me to keep the love and blessings flowing to the world ! #FAMILY God is the greatest. MAMA ASAHD ,ASAHD WE GOT ANOTHER ONE !!!!!!!!!!!!!!! ALLAH I LOVE YOU SO MUCH !!!!! ??????????❤️? MY QUEEN I LOVE YOU SO MUCH !  ASAHD I LOVE YOU SO MUCH !  And to the little boy in my QUEEN’S BELLY  I LOVE YOU SO MUCH !  #WETHEBEST !</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/djkhaled/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> DJ KHALED</a> (@djkhaled) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-12T17:17:47+00:00\">Sep 12, 2019 at 10:17am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','e7940efb7c405cd683c4558483a4b343','','','2019-09-12 15:13:51','2019-09-12 20:13:51','',0,'https://buzz-caribbean.com/article/e7940efb7c405cd683c4558483a4b343/',0,'oembed_cache','',0),(8740,14,'2019-09-12 15:14:01','2019-09-12 20:14:01','','windrush-buzz-feature-7','','inherit','open','closed','','windrush-buzz-feature-7','','','2019-09-12 15:14:01','2019-09-12 20:14:01','',8685,'https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-7.jpg',0,'attachment','image/jpeg',0),(8741,14,'2019-09-12 15:14:46','2019-09-12 20:14:46','','windrush-buzz-feature-1','','inherit','open','closed','','windrush-buzz-feature-1','','','2019-09-12 15:14:46','2019-09-12 20:14:46','',8685,'https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-1.jpg',0,'attachment','image/jpeg',0),(8742,14,'2019-09-12 15:14:57','2019-09-12 20:14:57','','windrush-buzz-feature-11','','inherit','open','closed','','windrush-buzz-feature-11','','','2019-09-12 15:14:57','2019-09-12 20:14:57','',8685,'https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-11.jpg',0,'attachment','image/jpeg',0),(8743,9,'2019-09-12 15:18:27','2019-09-12 20:18:27','<!-- wp:image {\"id\":8730} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dj-khaled.jpg\" alt=\" Record producer DJ Khaled\" class=\"wp-image-8730\" /><figcaption>Record producer <span style=\"font-size: inherit\">DJ Khaled</span></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>DJ Khaled is set to become a father for the second time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 43-year-old DJ and record producer already has two-year-old son Asahd with his wife Nicole Tuck, but has now revealed his spouse is pregnant with another baby boy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Alongside a video posted to Instagram of Nicole undergoing her ultrasound scan on Thursday, the <strong>Wild Thoughts</strong> hitmaker wrote: \"God is the greatest. All I ever wanted to do was inspire the world to be great and to leave a legacy. Almost 3 years ago when I found out my queen was expecting our son Asahd I knew my life would change forever and that OUR legacy would soon be on the way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2US-m3h-87/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2US-m3h-87/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>He continued: \"After that blessing, I released some of my biggest albums to date (Grateful and Father Of Asahd) inspired by his greatness. Just when I thought life couldn\'t get any better, I received another blessing that my queen is expecting an addition to our legacy. I\'m feeling more inspired than ever now. (sic)\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Khaled - who live-streamed Asahd\'s birth on Snapchat in 2016 - went on to praise his family and said he would bring his fans with him on the journey.</p>\n<!-- /wp:paragraph -->','Another one! DJ Khaled set to become a dad again','','inherit','closed','closed','','8729-revision-v1','','','2019-09-12 15:18:27','2019-09-12 20:18:27','',8729,'https://buzz-caribbean.com/article/8729-revision-v1/',0,'revision','',0),(8744,23,'2019-09-12 15:37:08','2019-09-12 20:37:08','<!-- wp:image {\"id\":8745} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ICool-Reduced-Sugar-B-1024x683.jpg\" alt=\"Chairman of Lasco, Lascelles Chin (left), chats with Dr Christopher Tufton, Minister of Health and Wellness. (Photos: Contributed) \" class=\"wp-image-8745\" /><figcaption>Chairman of Lasco, Lascelles Chin (left), chats with Dr Christopher Tufton, Minister of Health and Wellness. (Photos: Contributed) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The new Lasco iCool Reduced Sugar has been on the Jamaican market since August and is produced with 50 per cent less sugar. The product was officially introduced Thursday morning at Terra Nova Hotel in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><a href=\"https://buzz-caribbean.com/article/health-minister-says-manufacturers-should-contribute-to-good-of-society/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Health Minister says manufacturers should contribute to good of society (opens in a new tab)\">Health Minister says manufacturers should contribute to good of society</a></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Lascelles Chin, the chairman of\nLasco, said that the product is part of the company\'s effort to comply with the\nMinistry of Health and Wellness\' campaign for manufacturers to reduce the\namount of sugar placed in products for the Jamaican market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8746} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ICool-Reduced-Sugar-C-1024x683.jpg\" alt=\"\" class=\"wp-image-8746\" /><figcaption>ICool Reduced Sugar drinks have 50 per cent less sugar.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Chin said that ICool Reduced Sugar\nwill be geared towards schools but will also be available for purchase by the\nwider Jamaican society. He said the company is looking at exporting the product\nto the Caribbean market shortly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The new product will contain four grams of sugar per 100 mm, which is 9.6 grams of sugar per 240mm serving. The flavours are fruit punch, melon berry, guava pine, pom passion, tangerine and strawbanana. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ was at the official introduction of the iCool Reduced Sugar. See gallery below. </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[8747,8748,8749,8750]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ICool-Reduced-Sugar-A-1024x683.jpg\" alt=\"\" data-id=\"8747\" data-link=\"https://buzz-caribbean.com/?attachment_id=8747\" class=\"wp-image-8747\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ICool-Reduced-Sugar-D-1024x683.jpg\" alt=\"\" data-id=\"8748\" data-link=\"https://buzz-caribbean.com/?attachment_id=8748\" class=\"wp-image-8748\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ICool-Reduced-Sugar-E-1024x683.jpg\" alt=\"\" data-id=\"8749\" data-link=\"https://buzz-caribbean.com/?attachment_id=8749\" class=\"wp-image-8749\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ICool-Reduced-Sugar-F-1024x683.jpg\" alt=\"\" data-id=\"8750\" data-link=\"https://buzz-caribbean.com/?attachment_id=8750\" class=\"wp-image-8750\" /></figure></li></ul>\n<!-- /wp:gallery -->','iCool Reduced Sugar hits local market','','publish','open','closed','','icool-reduced-sugar-hits-local-market','','','2019-09-13 12:48:45','2019-09-13 17:48:45','',0,'https://buzz-caribbean.com/?p=8744',0,'post','',0),(8745,9,'2019-09-12 15:29:05','2019-09-12 20:29:05','','ICool-Reduced-Sugar-B','','inherit','open','closed','','icool-reduced-sugar-b','','','2019-09-12 15:29:05','2019-09-12 20:29:05','',8744,'https://buzz-caribbean.com/app/uploads/2019/09/ICool-Reduced-Sugar-B.jpg',0,'attachment','image/jpeg',0),(8746,9,'2019-09-12 15:29:16','2019-09-12 20:29:16','','ICool-Reduced-Sugar-C','','inherit','open','closed','','icool-reduced-sugar-c','','','2019-09-12 15:29:16','2019-09-12 20:29:16','',8744,'https://buzz-caribbean.com/app/uploads/2019/09/ICool-Reduced-Sugar-C.jpg',0,'attachment','image/jpeg',0),(8747,9,'2019-09-12 15:29:48','2019-09-12 20:29:48','','ICool-Reduced-Sugar-A','','inherit','open','closed','','icool-reduced-sugar-a','','','2019-09-12 15:29:48','2019-09-12 20:29:48','',8744,'https://buzz-caribbean.com/app/uploads/2019/09/ICool-Reduced-Sugar-A.jpg',0,'attachment','image/jpeg',0),(8748,9,'2019-09-12 15:29:51','2019-09-12 20:29:51','','ICool-Reduced-Sugar-D','','inherit','open','closed','','icool-reduced-sugar-d','','','2019-09-12 15:29:51','2019-09-12 20:29:51','',8744,'https://buzz-caribbean.com/app/uploads/2019/09/ICool-Reduced-Sugar-D.jpg',0,'attachment','image/jpeg',0),(8749,9,'2019-09-12 15:29:54','2019-09-12 20:29:54','','ICool-Reduced-Sugar-E','','inherit','open','closed','','icool-reduced-sugar-e','','','2019-09-12 15:29:54','2019-09-12 20:29:54','',8744,'https://buzz-caribbean.com/app/uploads/2019/09/ICool-Reduced-Sugar-E.jpg',0,'attachment','image/jpeg',0),(8750,9,'2019-09-12 15:29:57','2019-09-12 20:29:57','','ICool-Reduced-Sugar-F','','inherit','open','closed','','icool-reduced-sugar-f','','','2019-09-12 15:29:57','2019-09-12 20:29:57','',8744,'https://buzz-caribbean.com/app/uploads/2019/09/ICool-Reduced-Sugar-F.jpg',0,'attachment','image/jpeg',0),(8752,13,'2019-09-12 15:57:29','2019-09-12 20:57:29','','RUMBAR GOLD \"FOR\"','','publish','closed','closed','','rumbar-gold-for','','','2019-09-12 15:57:29','2019-09-12 20:57:29','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=8752',0,'out','',0),(8754,9,'2019-09-12 15:36:40','2019-09-12 20:36:40','<!-- wp:image {\"id\":8745} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ICool-Reduced-Sugar-B-1024x683.jpg\" alt=\"Chairman of Lasco, Lascelles Chin (left), chats with Dr Christopher Tufton, Minister of Health and Wellness. (Photos: Contributed) \" class=\"wp-image-8745\" /><figcaption>Chairman of Lasco, Lascelles Chin (left), chats with Dr Christopher Tufton, Minister of Health and Wellness. (Photos: Contributed) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The new Lasco ICool Reduced Sugar has\nbeen on the Jamaican market since August and is produced with 50 per cent less\nsugar. The product was officially introduced Thursday morning at Terra Nova\nHotel in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lascelles Chin, the chairman of\nLasco, said that the product is part of the company\'s effort to comply with the\nMinistry of Health and Wellness\' campaign for manufacturers to reduce the\namount of sugar placed in products for the Jamaican market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8746} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ICool-Reduced-Sugar-C-1024x683.jpg\" alt=\"\" class=\"wp-image-8746\" /><figcaption>ICool Reduced Sugar drinks have 50 per cent less sugar.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Chin said that ICool Reduced Sugar\nwill be geared towards schools but will also be available for purchase by the\nwider Jamaican society. He said the company is looking at exporting the product\nto the Caribbean market shortly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The new product will contain four grams of sugar per 100 mm, which is 9.6 grams of sugar per 240mm serving. The flavours are fruit punch, melon berry, guava pine, pom passion, tangerine and strawbanana. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ was at the official introduction of the ICool Reduced Sugar. See gallery below. </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[8747,8748,8749,8750]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ICool-Reduced-Sugar-A-1024x683.jpg\" alt=\"\" data-id=\"8747\" data-link=\"https://buzz-caribbean.com/?attachment_id=8747\" class=\"wp-image-8747\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ICool-Reduced-Sugar-D-1024x683.jpg\" alt=\"\" data-id=\"8748\" data-link=\"https://buzz-caribbean.com/?attachment_id=8748\" class=\"wp-image-8748\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ICool-Reduced-Sugar-E-1024x683.jpg\" alt=\"\" data-id=\"8749\" data-link=\"https://buzz-caribbean.com/?attachment_id=8749\" class=\"wp-image-8749\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ICool-Reduced-Sugar-F-1024x683.jpg\" alt=\"\" data-id=\"8750\" data-link=\"https://buzz-caribbean.com/?attachment_id=8750\" class=\"wp-image-8750\" /></figure></li></ul>\n<!-- /wp:gallery -->','ICool Reduced Sugar hits local market','','inherit','closed','closed','','8744-revision-v1','','','2019-09-12 15:36:40','2019-09-12 20:36:40','',8744,'https://buzz-caribbean.com/article/8744-revision-v1/',0,'revision','',0),(8755,13,'2019-09-12 15:37:24','2019-09-12 20:37:24','','For Uwi Event','','inherit','open','closed','','for-uwi-event-2','','','2019-09-12 15:37:24','2019-09-12 20:37:24','',8752,'https://buzz-caribbean.com/app/uploads/2019/09/for-uwi-event-1.jpg',0,'attachment','image/jpeg',0),(8756,14,'2019-09-12 15:38:15','2019-09-12 20:38:15','<!-- wp:image {\"id\":8731} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-8-1024x683.jpg\" alt=\"\" class=\"wp-image-8731\" /><figcaption>Visual artist Kirk Cockburn explains his pieces (left) to specially invited members of the Windrush generation at the Arrivals section of the Norman Manley Internation Airport (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Vilified on their arrival, excluded from\nthe country they rebuilt and now celebrated for their determination, the\nWindrush generation, its descendants and their collective experiences speak\nlouder than ever through a mural exhibition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The exhibition was unveiled at the Norman\nManley International Airport (NMIA) late August to much fanfare. Six artists are\nresponsible for the works: Rosemarie Chung, Tiana Anglin, Sheldon Blake, Jamila\nCooper, Honey Williams and Kirk Coburn.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8732} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-9-1024x683.jpg\" alt=\"\" class=\"wp-image-8732\" /><figcaption>Master artist Sheldon Blake and one of his pieces in the Windrush Exhibition (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Moving murals, a travelling showcase</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Unlike other collections, the Windrush\nexhibition is a travelling showcase – which will spend two months in various\nsections of the Arrivals and Departure lobbies before being unveiled elsewhere\nacross the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project, a collaborative effort by the\nMinistry of Culture and the British Council, coveys the everyday struggles\nfaced by Jamaican men and women who left their homeland at the height of the\nWindrush movement between the late 1940s and 1970s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8737} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-10-1024x654.jpg\" alt=\"\" class=\"wp-image-8737\" /><figcaption>Women of the Windrush: These brave women were among the thousands of  West Indians who answered the call to rebuild Britain after World War 2. This generation of mass migrators is often referred to as the Windrush generation (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The exhibition is a powerful, poignant\ncollection of abstract symbolism; sometimes contemporary or representational, but\nalways thought-provoking art. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Grange: \'Despite the setbacks, Jamaicans persevered\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>During her speech, Minister Olivia Grange noted\nthat the Windrush exhibition stands as a celebration of Jamaican triumph and\nsurvival – despite the incredible challenges faced in a country far from home\nin post-WWII Britain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 14-piece mural collection tells the\nnarrative from a Jamaican perspective, both for those who left as well as for\nthose who stayed behind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8733} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-12-1024x683.jpg\" alt=\"\" class=\"wp-image-8733\" /><figcaption>Minister of Culture, Entertainment, Gender, Information and Sport Olivia \'Babsy\' Grange (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We honour the Windrush generation for\ntheir resilience and determination as they stepped out into uncharted waters. We\nsalute the Windrush generation for their indomitable spirit; the decision to\nleave their families to travel to an unknown land,” the minister explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Like their ancestors before them, they were not daunted by the challenges, from the climactic shock of cold, rainy England to the prejudices and discomforts of settling in a new and often unwelcoming environment. Being alone in a strange land of reluctant neighbours, our people experienced every challenge in the book of ignorance and racism,” Grange noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, British High Commissioner to Jamaica Asif Ahmad said that while the exhibition won’t undo the damage done to the Windrush generation, he hopes it will continue the conversation as to why their contribution to the redevelopment of England is unmatched.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8734} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-13-1024x683.jpg\" alt=\"\" class=\"wp-image-8734\" /><figcaption>British High Commissioner to Jamaica Asif Ahmad (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We, through the British Government,\nbequeath and entrust this wonderful art to you. Preserve it. Show it for\ngenerations to come. The name ‘Windrush’ evokes a lot of emotions but it is\nsomething that we will cherish. The suffering will not be forgotten. Some of it\nwill be paid for in cash but money can never replace the hurt and pain that was\ncaused,” High Commissioner Ahmad remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“But I hope, as people make journeys to the\nfuture, we will shape a different future where the journeys that began out of\nAfrica came here and we’ll hear the voice of the Windrush generation for generations,”\nhe further argued.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8738} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-5-1024x683.jpg\" alt=\"\" class=\"wp-image-8738\" /><figcaption>Master painter \'Rozi\' Chung gives an explanation on behalf of fellow artist Jamila Cooper (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Through the eyes of the artists themselves</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>For Studio 174 founder ‘Rozi’ Chung, the motivation\nbehind the pieces really speak for themselves, and quite loudly, too…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chung told <strong>BUZZ</strong> that aside from music, for which the island is renowned worldwide,\nshe and her fellow artists wanted to capture a more profound, vulnerable side\nto our people and our experiences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8735} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-6-1024x683.jpg\" alt=\"\" class=\"wp-image-8735\" /><figcaption>Rosemarie Chung emphasising the Jamaican Reggae\'s contribution during the Windrush migration to help keep the struggling Jamaican communities together (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We could connect to the emotional side of\nliving in Jamaica. We wanted to show that deeper side of us through the visual\narts,” Rozi Chung said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> “There is this side in Jamaica that we don’t talk about. What about the side of leaving family behind? The Windrush story goes on…people are having it very difficult as we speak. Our Jamaican people, they were young, they were willing, they came to build back England and they were very proud of this,” Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“All the works have symbolic references. We\nwant you to search, think a little bit and try to take the image and explore\nour culture,” she further asserted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8740} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-7-1024x683.jpg\" alt=\"\" class=\"wp-image-8740\" /><figcaption>Kirk Cockburn and his Windrush pieces (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> was told that the theme was based on true Windrush accounts as the\nart focuses on past, present and future in a Jamaican context.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For Tiana Anglin, the idea of re-telling Jamaican experiences on such a platform is good, especially for some Jamaicans who may have heard about Windrush but not be able to connect with the struggles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8736} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-3-1024x682.jpg\" alt=\"\" class=\"wp-image-8736\" /><figcaption>Tiana Anglin and her three powerful impressions of the Windrush experience (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It’s interesting because a lot of the\nstories we hear about Windrush are written documents or documentaries and we\nhear people telling these stories, but you don’t often get to see visual part\nof it. It’s that we get a chance [now] to show our perspective through our\ncraft,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Master painter and poet Sheldon Blake\nshared a similar sentiment when he spoke to <strong>BUZZ</strong> – noting that Jamaicans have an innate gift to persevere,\nregardless of the incredible odds we’re sometimes faced with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There’s an amazing strength within us to\nsurvive and as an artist I wanted to capture that essence. I want Jamaicans to\ntake from my work that it is important to know self; to know who you are and where\nyou’re from,” Blake told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8741} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-1.jpg\" alt=\"\" class=\"wp-image-8741\" /><figcaption>Honey Williams, a British artist with Jamaican ancestry, gives her take as a descendant of the Windrush generation and the struggles they still face in the UK today (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Understandably, while there was much hurt for\nJamaicans and other Caribbean nationals who migrated to rebuild a country in\nruin, the Windrush exhibition also captures hope and the inextinguishable pride\nas West Indians, wherever we go.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I want Jamaicans to feel good that we are\nexplaining our history from a Jamaican point of view rather than reading it from\nsomeone else from a different country,” Rosemarie Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8742} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-11.jpg\" alt=\"\" class=\"wp-image-8742\" /><figcaption>More from Honey Williams (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“For Jamaica to deal with history in this\ncontemporary manner, we’re doing great by moving in that direction and we’d\nlike to see more of that: the art being used to tell our stories,” she added.</p>\n<!-- /wp:paragraph -->','Windrush struggles, triumphs get a voice through powerful murals','','inherit','closed','closed','','8685-revision-v1','','','2019-09-12 15:38:15','2019-09-12 20:38:15','',8685,'https://buzz-caribbean.com/article/8685-revision-v1/',0,'revision','',0),(8757,14,'2019-09-12 15:41:24','2019-09-12 20:41:24','<!-- wp:image {\"id\":8731} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-8-1024x683.jpg\" alt=\"\" class=\"wp-image-8731\" /><figcaption>Visual artist Kirk Cockburn explains his pieces (left) to specially invited members of the Windrush generation at the Arrivals section of the Norman Manley Internation Airport (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Vilified on their arrival, excluded from\nthe country they rebuilt and now celebrated for their determination, the\nWindrush generation, its descendants and their collective experiences speak\nlouder than ever through a mural exhibition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The exhibition was unveiled at the Norman\nManley International Airport (NMIA) late August to much fanfare. Six artists are\nresponsible for the works: Rosemarie Chung, Tiana Anglin, Sheldon Blake, Jamila\nCooper, Honey Williams and Kirk Coburn.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8732} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-9-1024x683.jpg\" alt=\"\" class=\"wp-image-8732\" /><figcaption>Master artist Sheldon Blake and one of his pieces in the Windrush Exhibition (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Moving murals: A travelling showcase</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Unlike other collections, the Windrush\nexhibition is a travelling showcase – which will spend two months in various\nsections of the Arrivals and Departure lobbies before being unveiled elsewhere\nacross the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project, a collaborative effort by the\nMinistry of Culture and the British Council, coveys the everyday struggles\nfaced by Jamaican men and women who left their homeland at the height of the\nWindrush movement between the late 1940s and 1970s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8737} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-10-1024x654.jpg\" alt=\"\" class=\"wp-image-8737\" /><figcaption>Women of the Windrush: These brave women were among the thousands of  West Indians who answered the call to rebuild Britain after World War 2. This generation of mass migrators is often referred to as the Windrush generation (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The exhibition is a powerful, poignant\ncollection of abstract symbolism; sometimes contemporary or representational, but\nalways thought-provoking art. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Grange: \'Despite the setbacks, Jamaicans persevered\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>During her speech, Minister Olivia Grange noted\nthat the Windrush exhibition stands as a celebration of Jamaican triumph and\nsurvival – despite the incredible challenges faced in a country far from home\nin post-WWII Britain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 14-piece mural collection tells the\nnarrative from a Jamaican perspective, both for those who left as well as for\nthose who stayed behind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8733} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-12-1024x683.jpg\" alt=\"\" class=\"wp-image-8733\" /><figcaption>Minister of Culture, Entertainment, Gender, Information and Sport Olivia \'Babsy\' Grange (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We honour the Windrush generation for\ntheir resilience and determination as they stepped out into uncharted waters. We\nsalute the Windrush generation for their indomitable spirit; the decision to\nleave their families to travel to an unknown land,” the minister explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Like their ancestors before them, they were not daunted by the challenges, from the climactic shock of cold, rainy England to the prejudices and discomforts of settling in a new and often unwelcoming environment. Being alone in a strange land of reluctant neighbours, our people experienced every challenge in the book of ignorance and racism,” Grange noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, British High Commissioner to Jamaica Asif Ahmad said that while the exhibition won’t undo the damage done to the Windrush generation, he hopes it will continue the conversation as to why their contribution to the redevelopment of England is unmatched.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8734} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-13-1024x683.jpg\" alt=\"\" class=\"wp-image-8734\" /><figcaption>British High Commissioner to Jamaica Asif Ahmad (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We, through the British Government,\nbequeath and entrust this wonderful art to you. Preserve it. Show it for\ngenerations to come. The name ‘Windrush’ evokes a lot of emotions but it is\nsomething that we will cherish. The suffering will not be forgotten. Some of it\nwill be paid for in cash but money can never replace the hurt and pain that was\ncaused,” High Commissioner Ahmad remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“But I hope, as people make journeys to the\nfuture, we will shape a different future where the journeys that began out of\nAfrica came here and we’ll hear the voice of the Windrush generation for generations,”\nhe further argued.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8738} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-5-1024x683.jpg\" alt=\"\" class=\"wp-image-8738\" /><figcaption>Master painter \'Rozi\' Chung gives an explanation on behalf of fellow artist Jamila Cooper (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Through the eyes of the artists themselves</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>For Studio 174 founder ‘Rozi’ Chung, the motivation\nbehind the pieces really speak for themselves, and quite loudly, too…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chung told <strong>BUZZ</strong> that aside from music, for which the island is renowned worldwide,\nshe and her fellow artists wanted to capture a more profound, vulnerable side\nto our people and our experiences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8735} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-6-1024x683.jpg\" alt=\"\" class=\"wp-image-8735\" /><figcaption>Rosemarie Chung emphasising the Jamaican Reggae\'s contribution during the Windrush migration to help keep the struggling Jamaican communities together (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We could connect to the emotional side of\nliving in Jamaica. We wanted to show that deeper side of us through the visual\narts,” Rozi Chung said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> “There is this side in Jamaica that we don’t talk about. What about the side of leaving family behind? The Windrush story goes on…people are having it very difficult as we speak. Our Jamaican people, they were young, they were willing, they came to build back England and they were very proud of this,” Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“All the works have symbolic references. We\nwant you to search, think a little bit and try to take the image and explore\nour culture,” she further asserted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8740} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-7-1024x683.jpg\" alt=\"\" class=\"wp-image-8740\" /><figcaption>Kirk Cockburn and his Windrush pieces (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> was told that the theme was based on true Windrush accounts as the\nart focuses on past, present and future in a Jamaican context.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For Tiana Anglin, the idea of re-telling Jamaican experiences on such a platform is good, especially for some Jamaicans who may have heard about Windrush but not be able to connect with the struggles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8736} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-3-1024x682.jpg\" alt=\"\" class=\"wp-image-8736\" /><figcaption>Tiana Anglin and her three powerful impressions of the Windrush experience (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It’s interesting because a lot of the\nstories we hear about Windrush are written documents or documentaries and we\nhear people telling these stories, but you don’t often get to see visual part\nof it. It’s that we get a chance [now] to show our perspective through our\ncraft,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Master painter and poet Sheldon Blake\nshared a similar sentiment when he spoke to <strong>BUZZ</strong> – noting that Jamaicans have an innate gift to persevere,\nregardless of the incredible odds we’re sometimes faced with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There’s an amazing strength within us to\nsurvive and as an artist I wanted to capture that essence. I want Jamaicans to\ntake from my work that it is important to know self; to know who you are and where\nyou’re from,” Blake told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8741} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-1.jpg\" alt=\"\" class=\"wp-image-8741\" /><figcaption>Honey Williams, a British artist with Jamaican ancestry, gives her take as a descendant of the Windrush generation and the struggles they still face in the UK today (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Understandably, while there was much hurt for\nJamaicans and other Caribbean nationals who migrated to rebuild a country in\nruin, the Windrush exhibition also captures hope and the inextinguishable pride\nas West Indians, wherever we go.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I want Jamaicans to feel good that we are\nexplaining our history from a Jamaican point of view rather than reading it from\nsomeone else from a different country,” Rosemarie Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8742} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-11.jpg\" alt=\"\" class=\"wp-image-8742\" /><figcaption>More from Honey Williams (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“For Jamaica to deal with history in this\ncontemporary manner, we’re doing great by moving in that direction and we’d\nlike to see more of that: the art being used to tell our stories,” she added.</p>\n<!-- /wp:paragraph -->','Windrush struggles, triumphs get a voice through powerful murals','','inherit','closed','closed','','8685-revision-v1','','','2019-09-12 15:41:24','2019-09-12 20:41:24','',8685,'https://buzz-caribbean.com/article/8685-revision-v1/',0,'revision','',0),(8758,23,'2019-09-12 15:56:55','2019-09-12 20:56:55','<!-- wp:image {\"id\":6637} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kim-kardashian-west.jpg\" alt=\"Kim Kardashian West\" class=\"wp-image-6637\" /><figcaption> Kim Kardashian West </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kim Kardashian West is no stranger to making millions, and on Tuesday when her newly released shapewear <a href=\"https://buzz-caribbean.com/article/kim-kardashian-west-renames-shapewear-line/\">SKIMS Solutionwear</a> went on sale, the reality TV star made a lashing $2 million in two minutes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once again, she has made history.  According to TMZ sources, “the first-day sales numbers are unprecedented for shapewear and undergarment brands.” In other words, SKIMS made what Spanx would accumulate in sales for a year in just two minutes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8760} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kim-kardashian-shapewear.png\" alt=\"Kim Kardashian West and her models rocking SKIMS ‘Solution Wear’.\" class=\"wp-image-8760\" /><figcaption> Kim Kardashian West and her models rocking SKIMS ‘Solution Wear’. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kim and her team have worked assiduously to restock\nthe nine colours available for all skin tones. The sizes range from XXS to 5XL.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In August Kim renamed her shapewear line after she was forced to change its original name, ‘Kimono’, following allegations of cultural appropriation after she named it after the traditional Japanese garment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Kim Kardashian makes US$2 mil in two minutes','','publish','open','closed','','kim-kardashian-makes-us2-mil-in-two-minutes','','','2019-09-12 16:08:21','2019-09-12 21:08:21','',0,'https://buzz-caribbean.com/?p=8758',0,'post','',0),(8760,9,'2019-09-12 15:49:06','2019-09-12 20:49:06','','kim-kardashian-shapewear','','inherit','open','closed','','kim-kardashian-shapewear','','','2019-09-12 15:49:06','2019-09-12 20:49:06','',8758,'https://buzz-caribbean.com/app/uploads/2019/09/kim-kardashian-shapewear.png',0,'attachment','image/png',0),(8761,13,'2019-09-12 15:51:01','2019-09-12 20:51:01','','RESIZED RUMBAR','','inherit','open','closed','','resized-rumbar','','','2019-09-12 15:51:01','2019-09-12 20:51:01','',8752,'https://buzz-caribbean.com/app/uploads/2019/09/RESIZED-RUMBAR.jpg',0,'attachment','image/jpeg',0),(8763,9,'2019-09-12 15:52:04','2019-09-12 20:52:04','<!-- wp:image {\"id\":6637} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kim-kardashian-west.jpg\" alt=\"Kim Kardashian West\" class=\"wp-image-6637\" /><figcaption> Kim Kardashian West </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kim Kardashian West is no stranger to making millions, and on Tuesday when her newly released shapewear <a href=\"https://buzz-caribbean.com/article/kim-kardashian-west-renames-shapewear-line/\">SKIMS ‘Solution Wear’</a> went on sale, the reality TV star made a lashing $2 million in two minutes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once again, she has made history.&nbsp; According to TMZ sources, “the first-day\nsales numbers are unprecedented for shapewear and undergarment brands.” In\nother words, SKIMS made what Spanx would accumulate in sales for a year, just\nin two minutes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8760} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kim-kardashian-shapewear.png\" alt=\"Kim Kardashian West and her models rocking SKIMS ‘Solution Wear’.\" class=\"wp-image-8760\" /><figcaption> Kim Kardashian West and her models rocking SKIMS ‘Solution Wear’. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kim and her team have worked assiduously to restock\nthe nine colours available for all skin tones. The sizes range from XXS to 5XL.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In August Kim renamed her shapewear line after she was forced to change its original name, ‘Kimono’, following allegations of cultural appropriation after she named it after the traditional Japanese garment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Kim Kardashian makes US$2 mil in two minutes','','inherit','closed','closed','','8758-revision-v1','','','2019-09-12 15:52:04','2019-09-12 20:52:04','',8758,'https://buzz-caribbean.com/article/8758-revision-v1/',0,'revision','',0),(8764,13,'2019-09-12 15:52:11','2019-09-12 20:52:11','','RESIZED RUMBAR','','inherit','open','closed','','resized-rumbar-3','','','2019-09-12 15:52:11','2019-09-12 20:52:11','',8752,'https://buzz-caribbean.com/app/uploads/2019/09/RESIZED-RUMBAR-2.jpg',0,'attachment','image/jpeg',0),(8765,9,'2019-09-12 15:56:55','2019-09-12 20:56:55','<!-- wp:image {\"id\":6637} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kim-kardashian-west.jpg\" alt=\"Kim Kardashian West\" class=\"wp-image-6637\" /><figcaption> Kim Kardashian West </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kim Kardashian West is no stranger to making millions, and on Tuesday when her newly released shapewear <a href=\"https://buzz-caribbean.com/article/kim-kardashian-west-renames-shapewear-line/\">SKIMS Solutionwear</a> went on sale, the reality TV star made a lashing $2 million in two minutes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once again, she has made history.&nbsp; According to TMZ sources, “the first-day\nsales numbers are unprecedented for shapewear and undergarment brands.” In\nother words, SKIMS made what Spanx would accumulate in sales for a year, just\nin two minutes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8760} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kim-kardashian-shapewear.png\" alt=\"Kim Kardashian West and her models rocking SKIMS ‘Solution Wear’.\" class=\"wp-image-8760\" /><figcaption> Kim Kardashian West and her models rocking SKIMS ‘Solution Wear’. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kim and her team have worked assiduously to restock\nthe nine colours available for all skin tones. The sizes range from XXS to 5XL.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In August Kim renamed her shapewear line after she was forced to change its original name, ‘Kimono’, following allegations of cultural appropriation after she named it after the traditional Japanese garment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Kim Kardashian makes US$2 mil in two minutes','','inherit','closed','closed','','8758-revision-v1','','','2019-09-12 15:56:55','2019-09-12 20:56:55','',8758,'https://buzz-caribbean.com/article/8758-revision-v1/',0,'revision','',0),(8766,9,'2019-09-12 16:00:54','2019-09-12 21:00:54','<!-- wp:image {\"id\":6637} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/kim-kardashian-west.jpg\" alt=\"Kim Kardashian West\" class=\"wp-image-6637\" /><figcaption> Kim Kardashian West </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kim Kardashian West is no stranger to making millions, and on Tuesday when her newly released shapewear <a href=\"https://buzz-caribbean.com/article/kim-kardashian-west-renames-shapewear-line/\">SKIMS Solutionwear</a> went on sale, the reality TV star made a lashing $2 million in two minutes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once again, she has made history.  According to TMZ sources, “the first-day sales numbers are unprecedented for shapewear and undergarment brands.” In other words, SKIMS made what Spanx would accumulate in sales for a year in just two minutes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8760} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kim-kardashian-shapewear.png\" alt=\"Kim Kardashian West and her models rocking SKIMS ‘Solution Wear’.\" class=\"wp-image-8760\" /><figcaption> Kim Kardashian West and her models rocking SKIMS ‘Solution Wear’. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kim and her team have worked assiduously to restock\nthe nine colours available for all skin tones. The sizes range from XXS to 5XL.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In August Kim renamed her shapewear line after she was forced to change its original name, ‘Kimono’, following allegations of cultural appropriation after she named it after the traditional Japanese garment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Kim Kardashian makes US$2 mil in two minutes','','inherit','closed','closed','','8758-revision-v1','','','2019-09-12 16:00:54','2019-09-12 21:00:54','',8758,'https://buzz-caribbean.com/article/8758-revision-v1/',0,'revision','',0),(8767,21,'2019-09-12 16:35:37','2019-09-12 21:35:37','<!-- wp:image {\"id\":5861} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chang-nwc.jpg\" alt=\"Jamaica\'s National Security Minister with a member of parliament for Central St James, Heroy Clarke, turn on the water system\" class=\"wp-image-5861\" /><figcaption>Minister of National Security and Member of Parliament for St James North Western, Dr Horace Chang (left), turns on the water supply system to serve Section H of the Norwood community in St. James, recently. He is being assisted by Member of Parliament for St James Central, Heroy Clarke. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Residents of Norwood Section H now\nhave water flowing from taps in their homes, following completion of a water\nsupply improvement project to serve that section of the community in St James.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The system was commissioned into\nservice recently by Dr Horace Chang, National Security Minister and Member of\nParliament for North Western St James, where Norwood is located.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We on this side really needed the water.\" </p><cite>— Norwood resident </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The work was undertaken by the <a href=\"https://buzz-caribbean.com/article/nwc-improving-water-supply-in-norwood-st-james/\">National Water Commission</a> (NWC) and involved extensive pipe-laying and leak repairs. More than 46 households are being served by the system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Roger Esson, who has lived in the\narea for several years, said he is “very happy for the delivery of the water by\nthe NWC. We on this side (Norwood Section H) really needed the water… and we\nhave to give thanks”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Norwood Section H water project\nforms part of the NWC’s strategic imperative to extend access by residents to\nthe commodity.</p>\n<!-- /wp:paragraph -->','Piped water now in Norwood Section H, St James','','publish','open','closed','','piped-water-now-in-norwood-section-h-st-james','','','2019-09-12 16:35:37','2019-09-12 21:35:37','',0,'https://buzz-caribbean.com/?p=8767',0,'post','',0),(8768,9,'2019-09-12 16:33:51','2019-09-12 21:33:51','<!-- wp:image {\"id\":5861} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chang-nwc.jpg\" alt=\"Jamaica\'s National Security Minister with a member of parliament for Central St James, Heroy Clarke, turn on the water system\" class=\"wp-image-5861\" /><figcaption>Minister of National Security and Member of Parliament for St James North Western, Dr Horace Chang (left), turns on the water supply system to serve Section H of the Norwood community in St. James, recently. He is being assisted by Member of Parliament for St James Central, Heroy Clarke. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Residents of Norwood Section H now\nhave water flowing from taps in their homes, following completion of a water\nsupply improvement project to serve that section of the community in St James.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The system was commissioned into\nservice recently by Dr Horace Chang, National Security Minister and Member of\nParliament for North Western St James, where Norwood is located.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We on this side really needed the water.\" </p><cite>— Norwood resident </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The work was undertaken by the\nNational Water Commission (NWC) and involved extensive pipe-laying and leak\nrepairs. More than 46 households are being served by the system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Roger Esson, who has lived in the\narea for several years, said he is “very happy for the delivery of the water by\nthe NWC. We on this side (Norwood Section H) really needed the water… and we\nhave to give thanks”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Norwood Section H water project\nforms part of the NWC’s strategic imperative to extend access by residents to\nthe commodity.</p>\n<!-- /wp:paragraph -->','Piped water now in Norwood Section H, St James','','inherit','closed','closed','','8767-revision-v1','','','2019-09-12 16:33:51','2019-09-12 21:33:51','',8767,'https://buzz-caribbean.com/article/8767-revision-v1/',0,'revision','',0),(8769,9,'2019-09-12 16:35:37','2019-09-12 21:35:37','<!-- wp:image {\"id\":5861} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/chang-nwc.jpg\" alt=\"Jamaica\'s National Security Minister with a member of parliament for Central St James, Heroy Clarke, turn on the water system\" class=\"wp-image-5861\" /><figcaption>Minister of National Security and Member of Parliament for St James North Western, Dr Horace Chang (left), turns on the water supply system to serve Section H of the Norwood community in St. James, recently. He is being assisted by Member of Parliament for St James Central, Heroy Clarke. (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Residents of Norwood Section H now\nhave water flowing from taps in their homes, following completion of a water\nsupply improvement project to serve that section of the community in St James.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The system was commissioned into\nservice recently by Dr Horace Chang, National Security Minister and Member of\nParliament for North Western St James, where Norwood is located.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"We on this side really needed the water.\" </p><cite>— Norwood resident </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The work was undertaken by the <a href=\"https://buzz-caribbean.com/article/nwc-improving-water-supply-in-norwood-st-james/\">National Water Commission</a> (NWC) and involved extensive pipe-laying and leak repairs. More than 46 households are being served by the system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Roger Esson, who has lived in the\narea for several years, said he is “very happy for the delivery of the water by\nthe NWC. We on this side (Norwood Section H) really needed the water… and we\nhave to give thanks”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Norwood Section H water project\nforms part of the NWC’s strategic imperative to extend access by residents to\nthe commodity.</p>\n<!-- /wp:paragraph -->','Piped water now in Norwood Section H, St James','','inherit','closed','closed','','8767-revision-v1','','','2019-09-12 16:35:37','2019-09-12 21:35:37','',8767,'https://buzz-caribbean.com/article/8767-revision-v1/',0,'revision','',0),(8770,14,'2019-09-12 16:35:42','2019-09-12 21:35:42','<!-- wp:image {\"id\":8731} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-8-1024x683.jpg\" alt=\"\" class=\"wp-image-8731\" /><figcaption>Visual artist Kirk Cockburn explains his pieces (left) to specially invited members of the Windrush generation at the Arrivals section of the Norman Manley Internation Airport (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Vilified on their arrival, excluded from\nthe country they rebuilt and now celebrated for their determination, the\nWindrush generation, its descendants and their collective experiences speak\nlouder than ever through a mural exhibition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The exhibition was unveiled at the Norman\nManley International Airport (NMIA) late August to much fanfare. Six artists are\nresponsible for the works: Rosemarie Chung, Tiana Anglin, Sheldon Blake, Jamila\nCooper, Honey Williams and Kirk Coburn.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8732} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-9-1024x683.jpg\" alt=\"\" class=\"wp-image-8732\" /><figcaption>Master artist Sheldon Blake and one of his pieces in the Windrush Exhibition (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Moving murals: A travelling showcase</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Unlike other collections, the Windrush\nexhibition is a travelling showcase – which will spend two months in various\nsections of the Arrivals and Departure lobbies before being unveiled elsewhere\nacross the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project, a collaborative effort by the Ministry of Culture and the British Council, conveys the everyday struggles faced by Jamaican men and women who left their homeland at the height of the Windrush movement between the late 1940s and 1970s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8737} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-10-1024x654.jpg\" alt=\"\" class=\"wp-image-8737\" /><figcaption>Women of the Windrush: These brave women were among the thousands of  West Indians who answered the call to rebuild Britain after World War 2. This generation of mass migrators is often referred to as the Windrush generation (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The exhibition is a powerful, poignant\ncollection of abstract symbolism; sometimes contemporary or representational, but\nalways thought-provoking art. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Grange: \'Despite the setbacks, Jamaicans persevered\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>During her speech, Minister Olivia Grange noted\nthat the Windrush exhibition stands as a celebration of Jamaican triumph and\nsurvival – despite the incredible challenges faced in a country far from home\nin post-WWII Britain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 14-piece mural collection tells the\nnarrative from a Jamaican perspective, both for those who left as well as for\nthose who stayed behind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8733} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-12-1024x683.jpg\" alt=\"\" class=\"wp-image-8733\" /><figcaption>Minister of Culture, Entertainment, Gender, Information and Sport Olivia \'Babsy\' Grange (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We honour the Windrush generation for\ntheir resilience and determination as they stepped out into uncharted waters. We\nsalute the Windrush generation for their indomitable spirit; the decision to\nleave their families to travel to an unknown land,” the minister explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Like their ancestors before them, they were not daunted by the challenges, from the climactic shock of cold, rainy England to the prejudices and discomforts of settling in a new and often unwelcoming environment. Being alone in a strange land of reluctant neighbours, our people experienced every challenge in the book of ignorance and racism,” Grange noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, British High Commissioner to Jamaica Asif Ahmad said that while the exhibition won’t undo the damage done to the Windrush generation, he hopes it will continue the conversation as to why their contribution to the redevelopment of England is unmatched.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8734} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-13-1024x683.jpg\" alt=\"\" class=\"wp-image-8734\" /><figcaption>British High Commissioner to Jamaica Asif Ahmad (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We, through the British Government,\nbequeath and entrust this wonderful art to you. Preserve it. Show it for\ngenerations to come. The name ‘Windrush’ evokes a lot of emotions but it is\nsomething that we will cherish. The suffering will not be forgotten. Some of it\nwill be paid for in cash but money can never replace the hurt and pain that was\ncaused,” High Commissioner Ahmad remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“But I hope, as people make journeys to the\nfuture, we will shape a different future where the journeys that began out of\nAfrica came here and we’ll hear the voice of the Windrush generation for generations,”\nhe further argued.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8738} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-5-1024x683.jpg\" alt=\"\" class=\"wp-image-8738\" /><figcaption>Master painter \'Rozi\' Chung gives an explanation on behalf of fellow artist Jamila Cooper (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Through the eyes of the artists themselves</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>For Studio 174 founder ‘Rozi’ Chung, the motivation\nbehind the pieces really speak for themselves, and quite loudly, too…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chung told <strong>BUZZ</strong> that aside from music, for which the island is renowned worldwide,\nshe and her fellow artists wanted to capture a more profound, vulnerable side\nto our people and our experiences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8735} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-6-1024x683.jpg\" alt=\"\" class=\"wp-image-8735\" /><figcaption>Rosemarie Chung emphasising the Jamaican Reggae\'s contribution during the Windrush migration to help keep the struggling Jamaican communities together (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We could connect to the emotional side of\nliving in Jamaica. We wanted to show that deeper side of us through the visual\narts,” Rozi Chung said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“There is this side in Jamaica that we don’t talk about. What about the side of leaving family behind? The Windrush story goes on…people are having it very difficult as we speak. Our Jamaican people, they were young, they were willing, they came to build back England and they were very proud of this,” Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“All the works have symbolic references. We\nwant you to search, think a little bit and try to take the image and explore\nour culture,” she further asserted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8740} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-7-1024x683.jpg\" alt=\"\" class=\"wp-image-8740\" /><figcaption>Kirk Cockburn and his Windrush pieces (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> was told that the theme was based on true Windrush accounts as the\nart focuses on past, present and future in a Jamaican context.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For Tiana Anglin, the idea of re-telling Jamaican experiences on such a platform is good, especially for some Jamaicans who may have heard about Windrush but not be able to connect with the struggles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8736} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-3-1024x682.jpg\" alt=\"\" class=\"wp-image-8736\" /><figcaption>Tiana Anglin and her three powerful impressions of the Windrush experience (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It’s interesting because a lot of the\nstories we hear about Windrush are written documents or documentaries and we\nhear people telling these stories, but you don’t often get to see visual part\nof it. It’s that we get a chance [now] to show our perspective through our\ncraft,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Master painter and poet Sheldon Blake\nshared a similar sentiment when he spoke to <strong>BUZZ</strong> – noting that Jamaicans have an innate gift to persevere,\nregardless of the incredible odds we’re sometimes faced with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There’s an amazing strength within us to\nsurvive and as an artist I wanted to capture that essence. I want Jamaicans to\ntake from my work that it is important to know self; to know who you are and where\nyou’re from,” Blake told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8741} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-1.jpg\" alt=\"\" class=\"wp-image-8741\" /><figcaption>Honey Williams, a British artist with Jamaican ancestry, gives her take as a descendant of the Windrush generation and the struggles they still face in the UK today (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Understandably, while there was much hurt for\nJamaicans and other Caribbean nationals who migrated to rebuild a country in\nruin, the Windrush exhibition also captures hope and the inextinguishable pride\nas West Indians, wherever we go.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I want Jamaicans to feel good that we are\nexplaining our history from a Jamaican point of view rather than reading it from\nsomeone else from a different country,” Rosemarie Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8742} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-11.jpg\" alt=\"\" class=\"wp-image-8742\" /><figcaption>More from Honey Williams (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“For Jamaica to deal with history in this\ncontemporary manner, we’re doing great by moving in that direction and we’d\nlike to see more of that: the art being used to tell our stories,” she added.</p>\n<!-- /wp:paragraph -->','Windrush struggles, triumphs get a voice through powerful murals','','inherit','closed','closed','','8685-revision-v1','','','2019-09-12 16:35:42','2019-09-12 21:35:42','',8685,'https://buzz-caribbean.com/article/8685-revision-v1/',0,'revision','',0),(8771,14,'2019-09-12 16:40:25','2019-09-12 21:40:25','<!-- wp:image {\"id\":8731} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-8-1024x683.jpg\" alt=\"\" class=\"wp-image-8731\" /><figcaption>Visual artist Kirk Cockburn explains his pieces (left) to specially invited members of the Windrush generation at the Arrivals section of the Norman Manley Internation Airport (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Vilified on their arrival, excluded from\nthe country they rebuilt and now celebrated for their determination, the\nWindrush generation, its descendants and their collective experiences speak\nlouder than ever through a mural exhibition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The exhibition was unveiled at the Norman\nManley International Airport (NMIA) late August to much fanfare. Six artists are\nresponsible for the works: Rosemarie Chung, Tiana Anglin, Sheldon Blake, Jamila\nCooper, Honey Williams and Kirk Coburn.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8732} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-9-1024x683.jpg\" alt=\"\" class=\"wp-image-8732\" /><figcaption>Master artist Sheldon Blake and one of his pieces in the Windrush Exhibition (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Moving murals: A travelling showcase</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Unlike other collections, the Windrush\nexhibition is a travelling showcase – which will spend two months in various\nsections of the Arrivals and Departure lobbies before being unveiled elsewhere\nacross the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project, a collaborative effort by the Ministry of Culture and the British Council, conveys the everyday struggles faced by Jamaican men and women who left their homeland at the height of the Windrush movement between the late 1940s and 1970s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8737} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-10-1024x654.jpg\" alt=\"\" class=\"wp-image-8737\" /><figcaption>Women of the Windrush: These brave women were among the thousands of  West Indians who answered the call to rebuild Britain after World War 2. This generation of mass migrators is often referred to as the Windrush generation (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The exhibition is a powerful, poignant\ncollection of abstract symbolism; sometimes contemporary or representational, but\nalways thought-provoking art. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Grange: \'Despite the setbacks, Jamaicans persevered\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>During her speech, Minister Olivia Grange noted\nthat the Windrush exhibition stands as a celebration of Jamaican triumph and\nsurvival – despite the incredible challenges faced in a country far from home\nin post-WWII Britain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 14-piece mural collection tells the\nnarrative from a Jamaican perspective, both for those who left as well as for\nthose who stayed behind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8733} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-12-1024x683.jpg\" alt=\"\" class=\"wp-image-8733\" /><figcaption>Minister of Culture, Entertainment, Gender, Information and Sport Olivia \'Babsy\' Grange (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We honour the Windrush generation for\ntheir resilience and determination as they stepped out into uncharted waters. We\nsalute the Windrush generation for their indomitable spirit; the decision to\nleave their families to travel to an unknown land,” the minister explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Like their ancestors before them, they were not daunted by the challenges, from the climactic shock of cold, rainy England to the prejudices and discomforts of settling in a new and often unwelcoming environment. Being alone in a strange land of reluctant neighbours, our people experienced every challenge in the book of ignorance and racism,” Grange noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, British High Commissioner to Jamaica Asif Ahmad said that while the exhibition won’t undo the damage done to the Windrush generation, he hopes it will continue the conversation as to why their contribution to the redevelopment of England is unmatched.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8734} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-13-1024x683.jpg\" alt=\"\" class=\"wp-image-8734\" /><figcaption>British High Commissioner to Jamaica Asif Ahmad (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We, through the British Government,\nbequeath and entrust this wonderful art to you. Preserve it. Show it for\ngenerations to come. The name ‘Windrush’ evokes a lot of emotions but it is\nsomething that we will cherish. The suffering will not be forgotten. Some of it\nwill be paid for in cash but money can never replace the hurt and pain that was\ncaused,” High Commissioner Ahmad remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“But I hope, as people make journeys to the\nfuture, we will shape a different future where the journeys that began out of\nAfrica came here and we’ll hear the voice of the Windrush generation for generations,”\nhe further argued.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8738} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-5-1024x683.jpg\" alt=\"\" class=\"wp-image-8738\" /><figcaption>Master painter \'Rozi\' Chung gives an explanation on behalf of fellow artist Jamila Cooper (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Through the eyes of the artists themselves</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>For Studio 174 founder ‘Rozi’ Chung, the motivation\nbehind the pieces really speak for themselves, and quite loudly, too…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chung told <strong>BUZZ</strong> that aside from music, for which the island is renowned worldwide,\nshe and her fellow artists wanted to capture a more profound, vulnerable side\nto our people and our experiences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8735} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-6-1024x683.jpg\" alt=\"\" class=\"wp-image-8735\" /><figcaption>Rosemarie Chung emphasising the Jamaican Reggae\'s contribution during the Windrush migration to help keep the struggling Jamaican communities together (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We could connect to the emotional side of\nliving in Jamaica. We wanted to show that deeper side of us through the visual\narts,” Rozi Chung said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“There is this side in Jamaica that we don’t talk about. What about the side of leaving family behind? The Windrush story goes on…people are having it very difficult as we speak. Our Jamaican people, they were young, they were willing, they came to build back England and they were very proud of this,” Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“All the works have symbolic references. We\nwant you to search, think a little bit and try to take the image and explore\nour culture,” she further asserted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8740} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-7-1024x683.jpg\" alt=\"\" class=\"wp-image-8740\" /><figcaption>Kirk Cockburn and his Windrush pieces (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> was told that the theme was based on true Windrush accounts as the\nart focuses on past, present and future in a Jamaican context.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For Tiana Anglin, the idea of re-telling Jamaican experiences on such a platform is good, especially for some Jamaicans who may have heard about Windrush but not be able to connect with the struggles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8736} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-3-1024x682.jpg\" alt=\"\" class=\"wp-image-8736\" /><figcaption>Tiana Anglin and her three powerful impressions of the Windrush experience (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It’s interesting because a lot of the stories we hear about Windrush are written documents or documentaries and we hear people telling these stories, but you don’t often get to see the visual part of it. It’s that we get a chance [now] to show our perspective through our craft,” she told the <strong>BUZZ</strong> team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Master painter and poet Sheldon Blake\nshared a similar sentiment when he spoke to <strong>BUZZ</strong> – noting that Jamaicans have an innate gift to persevere,\nregardless of the incredible odds we’re sometimes faced with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There’s an amazing strength within us to\nsurvive and as an artist I wanted to capture that essence. I want Jamaicans to\ntake from my work that it is important to know self; to know who you are and where\nyou’re from,” Blake told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8741} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-1.jpg\" alt=\"\" class=\"wp-image-8741\" /><figcaption>Honey Williams, a British artist with Jamaican ancestry, gives her take as a descendant of the Windrush generation and the struggles they still face in the UK today (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Understandably, while there was much hurt for\nJamaicans and other Caribbean nationals who migrated to rebuild a country in\nruin, the Windrush exhibition also captures hope and the inextinguishable pride\nas West Indians, wherever we go.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I want Jamaicans to feel good that we are\nexplaining our history from a Jamaican point of view rather than reading it from\nsomeone else from a different country,” Rosemarie Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8742} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-11.jpg\" alt=\"\" class=\"wp-image-8742\" /><figcaption>More from Honey Williams (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“For Jamaica to deal with history in this\ncontemporary manner, we’re doing great by moving in that direction and we’d\nlike to see more of that: the art being used to tell our stories,” she added.</p>\n<!-- /wp:paragraph -->','Windrush struggles, triumphs get a voice through powerful murals','','inherit','closed','closed','','8685-revision-v1','','','2019-09-12 16:40:25','2019-09-12 21:40:25','',8685,'https://buzz-caribbean.com/article/8685-revision-v1/',0,'revision','',0),(8772,14,'2019-09-12 16:40:58','2019-09-12 21:40:58','<!-- wp:image {\"id\":8731} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-8-1024x683.jpg\" alt=\"\" class=\"wp-image-8731\" /><figcaption>Visual artist Kirk Cockburn explains his pieces (left) to specially invited members of the Windrush generation at the Arrivals section of the Norman Manley Internation Airport (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Vilified on their arrival, excluded from\nthe country they rebuilt and now celebrated for their determination, the\nWindrush generation, its descendants and their collective experiences speak\nlouder than ever through a mural exhibition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The exhibition was unveiled at the Norman\nManley International Airport (NMIA) late August to much fanfare. Six artists are\nresponsible for the works: Rosemarie Chung, Tiana Anglin, Sheldon Blake, Jamila\nCooper, Honey Williams and Kirk Coburn.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8732} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-9-1024x683.jpg\" alt=\"\" class=\"wp-image-8732\" /><figcaption>Master artist Sheldon Blake and one of his pieces in the Windrush Exhibition (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Moving murals: A travelling showcase</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Unlike other collections, the Windrush\nexhibition is a travelling showcase – which will spend two months in various\nsections of the Arrivals and Departure lobbies before being unveiled elsewhere\nacross the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project, a collaborative effort by the Ministry of Culture and the British Council, conveys the everyday struggles faced by Jamaican men and women who left their homeland at the height of the Windrush movement between the late 1940s and 1970s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8737} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-10-1024x654.jpg\" alt=\"\" class=\"wp-image-8737\" /><figcaption>Women of the Windrush: These brave women were among the thousands of  West Indians who answered the call to rebuild Britain after World War 2. This generation of mass migrators is often referred to as the Windrush generation (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The exhibition is a powerful, poignant\ncollection of abstract symbolism; sometimes contemporary or representational, but\nalways thought-provoking art. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Grange: \'Despite the setbacks, Jamaicans persevered\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>During her speech, Minister Olivia Grange noted\nthat the Windrush exhibition stands as a celebration of Jamaican triumph and\nsurvival – despite the incredible challenges faced in a country far from home\nin post-WWII Britain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 14-piece mural collection tells the\nnarrative from a Jamaican perspective, both for those who left as well as for\nthose who stayed behind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8733} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-12-1024x683.jpg\" alt=\"\" class=\"wp-image-8733\" /><figcaption>Minister of Culture, Entertainment, Gender, Information and Sport Olivia \'Babsy\' Grange (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We honour the Windrush generation for\ntheir resilience and determination as they stepped out into uncharted waters. We\nsalute the Windrush generation for their indomitable spirit; the decision to\nleave their families to travel to an unknown land,” the minister explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Like their ancestors before them, they were not daunted by the challenges, from the climactic shock of cold, rainy England to the prejudices and discomforts of settling in a new and often unwelcoming environment. Being alone in a strange land of reluctant neighbours, our people experienced every challenge in the book of ignorance and racism,” Grange noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, British High Commissioner to Jamaica Asif Ahmad said that while the exhibition won’t undo the damage done to the Windrush generation, he hopes it will continue the conversation as to why their contribution to the redevelopment of England is unmatched.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8734} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-13-1024x683.jpg\" alt=\"\" class=\"wp-image-8734\" /><figcaption>British High Commissioner to Jamaica Asif Ahmad (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We, through the British Government,\nbequeath and entrust this wonderful art to you. Preserve it. Show it for\ngenerations to come. The name ‘Windrush’ evokes a lot of emotions but it is\nsomething that we will cherish. The suffering will not be forgotten. Some of it\nwill be paid for in cash but money can never replace the hurt and pain that was\ncaused,” High Commissioner Ahmad remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“But I hope, as people make journeys to the\nfuture, we will shape a different future where the journeys that began out of\nAfrica came here and we’ll hear the voice of the Windrush generation for generations,”\nhe further argued.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8738} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-5-1024x683.jpg\" alt=\"\" class=\"wp-image-8738\" /><figcaption>Master painter \'Rozi\' Chung gives an explanation on behalf of fellow artist Jamila Cooper (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Through the eyes of the artists themselves</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>For Studio 174 founder ‘Rozi’ Chung, the motivation\nbehind the pieces really speak for themselves, and quite loudly, too…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chung told <strong>BUZZ</strong> that aside from music, for which the island is renowned worldwide,\nshe and her fellow artists wanted to capture a more profound, vulnerable side\nto our people and our experiences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8735} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-6-1024x683.jpg\" alt=\"\" class=\"wp-image-8735\" /><figcaption>Rosemarie Chung emphasising the Jamaican Reggae\'s contribution during the Windrush migration to help keep the struggling Jamaican communities together (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We could connect to the emotional side of\nliving in Jamaica. We wanted to show that deeper side of us through the visual\narts,” Rozi Chung said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“There is this side in Jamaica that we don’t talk about. What about the side of leaving family behind? The Windrush story goes on…people are having it very difficult as we speak. Our Jamaican people, they were young, they were willing, they came to build back England and they were very proud of this,” Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“All the works have symbolic references. We\nwant you to search, think a little bit and try to take the image and explore\nour culture,” she further asserted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8740} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-7-1024x683.jpg\" alt=\"\" class=\"wp-image-8740\" /><figcaption>Kirk Cockburn and his Windrush pieces (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> was told that the theme was based on true Windrush accounts as the\nart focuses on past, present and future in a Jamaican context.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For Tiana Anglin, the idea of re-telling Jamaican experiences on such a platform is good, especially for some Jamaicans who may have heard about Windrush but not be able to connect with the struggles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8736} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-3-1024x682.jpg\" alt=\"\" class=\"wp-image-8736\" /><figcaption>Tiana Anglin and her three powerful impressions of the Windrush experience (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It’s interesting because a lot of the stories we hear about Windrush are written documents or documentaries and we hear people telling these stories, but you don’t often get to see the visual part of it. It’s that we get a chance [now] to show our perspective through our craft,” she told the <strong>BUZZ</strong> team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Master painter and poet Sheldon Blake\nshared a similar sentiment when he spoke to <strong>BUZZ</strong> – noting that Jamaicans have an innate gift to persevere,\nregardless of the incredible odds we’re sometimes faced with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There’s an amazing strength within us to survive and as an artist, I wanted to capture that essence. I want Jamaicans to take from my work that it is important to know self; to know who you are and where you’re from,” Blake told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8741} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-1.jpg\" alt=\"\" class=\"wp-image-8741\" /><figcaption>Honey Williams, a British artist with Jamaican ancestry, gives her take as a descendant of the Windrush generation and the struggles they still face in the UK today (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Understandably, while there was much hurt for\nJamaicans and other Caribbean nationals who migrated to rebuild a country in\nruin, the Windrush exhibition also captures hope and the inextinguishable pride\nas West Indians, wherever we go.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I want Jamaicans to feel good that we are\nexplaining our history from a Jamaican point of view rather than reading it from\nsomeone else from a different country,” Rosemarie Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8742} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-11.jpg\" alt=\"\" class=\"wp-image-8742\" /><figcaption>More from Honey Williams (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“For Jamaica to deal with history in this\ncontemporary manner, we’re doing great by moving in that direction and we’d\nlike to see more of that: the art being used to tell our stories,” she added.</p>\n<!-- /wp:paragraph -->','Windrush struggles, triumphs get a voice through powerful murals','','inherit','closed','closed','','8685-revision-v1','','','2019-09-12 16:40:58','2019-09-12 21:40:58','',8685,'https://buzz-caribbean.com/article/8685-revision-v1/',0,'revision','',0),(8773,23,'2019-09-12 17:05:02','2019-09-12 22:05:02','<!-- wp:image {\"id\":8774} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Feature-Images-Sept-2019Vegas-Former-Manager-1024x614.jpg\" alt=\" Byron Murray, Mr Vegas\' former manager\" class=\"wp-image-8774\" /><figcaption> Byron Murray, Mr Vegas\' former manager</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Byron Murray, the former manager for dancehall artiste Mr Vegas, has died. Murray passed away on Wednesday after a brief illness. He was 54 years old.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On social media, Mr Vegas commented on Murray’s passing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Walk in peace Byron Murray. You\ntaught me so much. You were a brother and a great, honest manager. None\ncompares to you,” he said.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Murray has been credited for Vegas’\nsuccess in the dancehall and on the international scene. He piloted Vegas’\nsigning to Greensleeves Records.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Murray was also the manager for\nseveral other acts, including Chico, Hawkeye, Jack-A-Diamond and Alozade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8775} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/mr_vegas-1024x668.jpg\" alt=\"Dancehall artiste Mr Vegas\" class=\"wp-image-8775\" /><figcaption>Dancehall artiste Mr Vegas</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A former banker, Murray started out\nas a road manager for the Danny Browne-owned Main Street Records, before moving\ninto production in the late 1990s. His label, In the Streetz Records, evolved\ninto a distribution arm, distributing vinyl 45 rpms and CDs for a number of\nlocal producers. He was also instrumental in the production of hit rhythms such\nas ‘Crash’ and ‘Bollywood’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Former publicist Ralston Barrett was\noverwhelmed upon hearing of Murray’s passing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“To me, Byron Murray is one of the\nunsung heroes in the music business. He has done a lot for the industry, and he\nhas piloted the success and rise of so many artistes and producers. He was the\nfirst person to hire me as a publicist,” said Barrett.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added: “I am very sad because I have\nlost a good friend and mentor.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"You were a brother and a great, honest manager. None compares to you.\"</p><cite>— Mr Vegas</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Among the hit songs that Murray\nproduced were <strong>Red Red Red</strong> by Beenie Man, <strong>Lock Up</strong> by Capleton, <strong>She’s\na Ho</strong> by Mr Vegas, <strong>Street Dreams</strong> by Alozade and <strong>Go Rachel</strong> by\nHawkeye.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dancehall artiste Hawkeye remembered\nMurray as the first person to have given him a number one song.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Murray contributed to my success as\nan artiste.&nbsp; He invited me to join the In The Streetz camp and gave me my\nfirst number one song, which was <strong>Go Rachel</strong>.&nbsp; Condolences to his\nfamily and friends,” said Hawkeye.</p>\n<!-- /wp:paragraph -->','Mr Vegas\' former manager remembered for his contribution to music','','publish','open','closed','','mr-vegas-former-manager-remembered-for-his-contribution-to-music','','','2019-09-12 17:05:02','2019-09-12 22:05:02','',0,'https://buzz-caribbean.com/?p=8773',0,'post','',0),(8774,9,'2019-09-12 16:56:30','2019-09-12 21:56:30','','Feature-Images-Sept-2019Vegas-Former-Manager','','inherit','open','closed','','feature-images-sept-2019vegas-former-manager','','','2019-09-12 16:56:30','2019-09-12 21:56:30','',8773,'https://buzz-caribbean.com/app/uploads/2019/09/Feature-Images-Sept-2019Vegas-Former-Manager.jpg',0,'attachment','image/jpeg',0),(8775,9,'2019-09-12 17:02:05','2019-09-12 22:02:05','','MSH_1717','','inherit','open','closed','','msh_1717','','','2019-09-12 17:02:05','2019-09-12 22:02:05','',8773,'https://buzz-caribbean.com/app/uploads/2019/09/mr_vegas.jpg',0,'attachment','image/jpeg',0),(8776,9,'2019-09-12 17:04:22','2019-09-12 22:04:22','<!-- wp:image {\"id\":8774} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Feature-Images-Sept-2019Vegas-Former-Manager-1024x614.jpg\" alt=\" Byron Murray, Mr Vegas\' former manager\" class=\"wp-image-8774\" /><figcaption> Byron Murray, Mr Vegas\' former manager</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Byron Murray, the former manager for dancehall artiste Mr Vegas, has died. Murray passed away on Wednesday after a brief illness. He was 54 years old.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On social media, Mr Vegas commented on Murray’s passing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Walk in peace Byron Murray. You\ntaught me so much. You were a brother and a great, honest manager. None\ncompares to you,” he said.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Murray has been credited for Vegas’\nsuccess in the dancehall and on the international scene. He piloted Vegas’\nsigning to Greensleeves Records.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Murray was also the manager for\nseveral other acts, including Chico, Hawkeye, Jack-A-Diamond and Alozade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8775} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/mr_vegas-1024x668.jpg\" alt=\"Dancehall artiste Mr Vegas\" class=\"wp-image-8775\" /><figcaption>Dancehall artiste Mr Vegas</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A former banker, Murray started out\nas a road manager for the Danny Browne-owned Main Street Records, before moving\ninto production in the late 1990s. His label, In the Streetz Records, evolved\ninto a distribution arm, distributing vinyl 45 rpms and CDs for a number of\nlocal producers. He was also instrumental in the production of hit rhythms such\nas ‘Crash’ and ‘Bollywood’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Former publicist Ralston Barrett was\noverwhelmed upon hearing of Murray’s passing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“To me, Byron Murray is one of the\nunsung heroes in the music business. He has done a lot for the industry, and he\nhas piloted the success and rise of so many artistes and producers. He was the\nfirst person to hire me as a publicist,” said Barrett.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added: “I am very sad because I have\nlost a good friend and mentor.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"You were a brother and a great, honest manager. None compares to you.\"</p><cite>— Mr Vegas</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Among the hit songs that Murray\nproduced were <strong>Red Red Red</strong> by Beenie Man, <strong>Lock Up</strong> by Capleton, <strong>She’s\na Ho</strong> by Mr Vegas, <strong>Street Dreams</strong> by Alozade and <strong>Go Rachel</strong> by\nHawkeye.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dancehall artiste Hawkeye remembered\nMurray as the first person to have given him a number one song.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Murray contributed to my success as\nan artiste.&nbsp; He invited me to join the In The Streetz camp and gave me my\nfirst number one song, which was <strong>Go Rachel</strong>.&nbsp; Condolences to his\nfamily and friends,” said Hawkeye.</p>\n<!-- /wp:paragraph -->','Mr Vegas\' former manager remembered for his contribution to music','','inherit','closed','closed','','8773-revision-v1','','','2019-09-12 17:04:22','2019-09-12 22:04:22','',8773,'https://buzz-caribbean.com/article/8773-revision-v1/',0,'revision','',0),(8777,14,'2019-09-12 17:14:43','2019-09-12 22:14:43','<!-- wp:image {\"id\":8731} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-8-1024x683.jpg\" alt=\"\" class=\"wp-image-8731\" /><figcaption>Visual artist Kirk Cockburn explains his pieces (left) to specially invited members of the Windrush generation at the Arrivals section of the Norman Manley Internation Airport in Kingston. (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Vilified on their arrival, excluded from\nthe country they rebuilt and now celebrated for their determination, the\nWindrush generation, its descendants and their collective experiences speak\nlouder than ever through a mural exhibition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The exhibition was unveiled at the Norman\nManley International Airport (NMIA) late August to much fanfare. Six artists are\nresponsible for the works: Rosemarie Chung, Tiana Anglin, Sheldon Blake, Jamila\nCooper, Honey Williams and Kirk Coburn.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8732} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-9-1024x683.jpg\" alt=\"\" class=\"wp-image-8732\" /><figcaption>Master artist Sheldon Blake and one of his pieces in the Windrush Exhibition (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Moving murals: A travelling showcase</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Unlike other collections, the Windrush\nexhibition is a travelling showcase – which will spend two months in various\nsections of the Arrivals and Departure lobbies before being unveiled elsewhere\nacross the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project, a collaborative effort by the Ministry of Culture and the British Council, conveys the everyday struggles faced by Jamaican men and women who left their homeland at the height of the Windrush movement between the late 1940s and 1970s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8737} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-10-1024x654.jpg\" alt=\"\" class=\"wp-image-8737\" /><figcaption>Women of the Windrush: These brave women were among the thousands of  West Indians who answered the call to rebuild Britain after World War 2. This generation of mass migrators is often referred to as the Windrush generation (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The exhibition is a powerful, poignant\ncollection of abstract symbolism; sometimes contemporary or representational, but\nalways thought-provoking art. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Grange: \'Despite the setbacks, Jamaicans persevered\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>During her speech, Minister Olivia Grange noted\nthat the Windrush exhibition stands as a celebration of Jamaican triumph and\nsurvival – despite the incredible challenges faced in a country far from home\nin post-WWII Britain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 14-piece mural collection tells the\nnarrative from a Jamaican perspective, both for those who left as well as for\nthose who stayed behind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8733} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-12-1024x683.jpg\" alt=\"\" class=\"wp-image-8733\" /><figcaption>Minister of Culture, Entertainment, Gender, Information and Sport Olivia \'Babsy\' Grange (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We honour the Windrush generation for\ntheir resilience and determination as they stepped out into uncharted waters. We\nsalute the Windrush generation for their indomitable spirit; the decision to\nleave their families to travel to an unknown land,” the minister explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Like their ancestors before them, they were not daunted by the challenges, from the climactic shock of cold, rainy England to the prejudices and discomforts of settling in a new and often unwelcoming environment. Being alone in a strange land of reluctant neighbours, our people experienced every challenge in the book of ignorance and racism,” Grange noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, British High Commissioner to Jamaica Asif Ahmad said that while the exhibition won’t undo the damage done to the Windrush generation, he hopes it will continue the conversation as to why their contribution to the redevelopment of England is unmatched.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8734} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-13-1024x683.jpg\" alt=\"\" class=\"wp-image-8734\" /><figcaption>British High Commissioner to Jamaica Asif Ahmad (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We, through the British Government,\nbequeath and entrust this wonderful art to you. Preserve it. Show it for\ngenerations to come. The name ‘Windrush’ evokes a lot of emotions but it is\nsomething that we will cherish. The suffering will not be forgotten. Some of it\nwill be paid for in cash but money can never replace the hurt and pain that was\ncaused,” High Commissioner Ahmad remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“But I hope, as people make journeys to the\nfuture, we will shape a different future where the journeys that began out of\nAfrica came here and we’ll hear the voice of the Windrush generation for generations,”\nhe further argued.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8738} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-5-1024x683.jpg\" alt=\"\" class=\"wp-image-8738\" /><figcaption>Master painter \'Rozi\' Chung gives an explanation on behalf of fellow artist Jamila Cooper (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Through the eyes of the artists themselves</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>For Studio 174 founder ‘Rozi’ Chung, the motivation\nbehind the pieces really speak for themselves, and quite loudly, too…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chung told <strong>BUZZ</strong> that aside from music, for which the island is renowned worldwide,\nshe and her fellow artists wanted to capture a more profound, vulnerable side\nto our people and our experiences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8735} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-6-1024x683.jpg\" alt=\"\" class=\"wp-image-8735\" /><figcaption>Rosemarie Chung emphasising the Jamaican Reggae\'s contribution during the Windrush migration to help keep the struggling Jamaican communities together (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We could connect to the emotional side of\nliving in Jamaica. We wanted to show that deeper side of us through the visual\narts,” Rozi Chung said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“There is this side in Jamaica that we don’t talk about. What about the side of leaving family behind? The Windrush story goes on…people are having it very difficult as we speak. Our Jamaican people, they were young, they were willing, they came to build back England and they were very proud of this,” Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“All the works have symbolic references. We\nwant you to search, think a little bit and try to take the image and explore\nour culture,” she further asserted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8740} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-7-1024x683.jpg\" alt=\"\" class=\"wp-image-8740\" /><figcaption>Kirk Cockburn and his Windrush pieces (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> was told that the theme was based on true Windrush accounts as the\nart focuses on past, present and future in a Jamaican context.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For Tiana Anglin, the idea of re-telling Jamaican experiences on such a platform is good, especially for some Jamaicans who may have heard about Windrush but not be able to connect with the struggles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8736} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-3-1024x682.jpg\" alt=\"\" class=\"wp-image-8736\" /><figcaption>Tiana Anglin and her three powerful impressions of the Windrush experience (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It’s interesting because a lot of the stories we hear about Windrush are written documents or documentaries and we hear people telling these stories, but you don’t often get to see the visual part of it. It’s that we get a chance [now] to show our perspective through our craft,” she told the <strong>BUZZ</strong> team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Master painter and poet Sheldon Blake\nshared a similar sentiment when he spoke to <strong>BUZZ</strong> – noting that Jamaicans have an innate gift to persevere,\nregardless of the incredible odds we’re sometimes faced with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There’s an amazing strength within us to survive and as an artist, I wanted to capture that essence. I want Jamaicans to take from my work that it is important to know self; to know who you are and where you’re from,” Blake told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8741} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-1.jpg\" alt=\"\" class=\"wp-image-8741\" /><figcaption>Honey Williams, a British artist with Jamaican ancestry, gives her take as a descendant of the Windrush generation and the struggles they still face in the UK today (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Understandably, while there was much hurt for\nJamaicans and other Caribbean nationals who migrated to rebuild a country in\nruin, the Windrush exhibition also captures hope and the inextinguishable pride\nas West Indians, wherever we go.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I want Jamaicans to feel good that we are\nexplaining our history from a Jamaican point of view rather than reading it from\nsomeone else from a different country,” Rosemarie Chung told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8742} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-11.jpg\" alt=\"\" class=\"wp-image-8742\" /><figcaption>More from Honey Williams (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“For Jamaica to deal with history in this\ncontemporary manner, we’re doing great by moving in that direction and we’d\nlike to see more of that: the art being used to tell our stories,” she added.</p>\n<!-- /wp:paragraph -->','Windrush struggles, triumphs get a voice through powerful murals','','inherit','closed','closed','','8685-revision-v1','','','2019-09-12 17:14:43','2019-09-12 22:14:43','',8685,'https://buzz-caribbean.com/article/8685-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (8778,23,'2019-09-12 19:00:20','2019-09-13 00:00:20','<!-- wp:image {\"id\":8779} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Fullerton-Toniann.jpg\" alt=\" Tonian Fullerton is a university student who operates two businesses. \" class=\"wp-image-8779\" /><figcaption> Tonian Fullerton is a university student who operates two businesses. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the surface, Tonian Fullerton might seem like the average university student. However, the 22-year-old also manages to juggle two businesses. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fullerton, who is pursuing a degree in journalism at the University of the West Indies, co-owns Unforgettable Weddings Jamaica – a decor company, and owns Queen Kollection – an online accessory business. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8780} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Toniann-Fullerton-B-1024x682.jpg\" alt=\"This beautiful decor was done by Tonian Fullerton\'s company.\" class=\"wp-image-8780\" /><figcaption>This beautiful decor was done by Tonian Fullerton\'s company.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While it might seem like a heavy load, Fullerton said that\ntime management is the key to her success. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I manage both businesses and school by scheduling most of my classes to be on Mondays to Wednesdays. By doing this I give myself a longer weekend to complete assignments or to study. When the actual weekend comes, I\'m able to manage my business,” Fullerton said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I manage both businesses and school by scheduling most of my classes to be on Mondays to Wednesdays.\"</p><cite>— Tonian Fullerton</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Unforgettable Wedding Jamaica is a wedding planning\ncompany that offers a myriad of services, ranging from décor, catering,\nphotography and videography and lighting. The company also provides disc jocks,\nMCs, hair and makeup. Queen’s Kollections, which was started six months ago, specialises\nin fashion accessories and trendy items.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The youngster told <strong>BUZZ</strong> that Unforgettable\nWeddings was birthed by her mother in 2010.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My mom started the business in 2010 when she realised\nthat she needed another income. She has a passion for planning and interior\ndesign and eventually furthered her studies in becoming a wedding planner,” the\nyoung entrepreneur shared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8783} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Toniann-Fullerton-A-1024x768.jpg\" alt=\"Tonian Fullerton\'s company brings many ideas to life. \" class=\"wp-image-8783\" /><figcaption>Tonian Fullerton\'s company brings many ideas to life. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fullerton’s entrepreneurial journey would eventually\nbegin in 2014 when she became co-owner of her mother’s business following the\nsudden passing of her father.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“He (father) used to help my mom in achieving her\nbusiness goals, and after he died, I automatically&nbsp;stepped up. With not\nmuch experience and knowledge, I became her main decorator. Being so invested\nin the business, by 2015, I became part owner,” Fullerton said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8781} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Toniann-Fullerton-D.jpg\" alt=\"One of the many pieces sold by Tonian Fullerton\'s online-based company, Queen’s Kollections.\" class=\"wp-image-8781\" /><figcaption>One of the many pieces sold by Tonian Fullerton\'s online-based company, Queen’s Kollections. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>And while she is already earning from the two\nbusinesses, the 22-year-old said that her course of study has further fueled her\nlove for entrepreneurship. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’ll be earning a degree in journalism at the end of my tenure at UWI. My degree teaches me a lot about communication and marketing as well. These two skills are crucial in both businesses that I am in,” she told <strong>BUZZ</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Andre Cooper</em></strong></p>\n<!-- /wp:paragraph -->','UWI student juggles two businesses and school','','publish','open','closed','','uwi-student-juggles-two-businesses-and-school','','','2019-09-13 09:54:02','2019-09-13 14:54:02','',0,'https://buzz-caribbean.com/?p=8778',0,'post','',0),(8779,9,'2019-09-12 17:43:11','2019-09-12 22:43:11','','Fullerton-Toniann','','inherit','open','closed','','fullerton-toniann','','','2019-09-12 17:43:11','2019-09-12 22:43:11','',8778,'https://buzz-caribbean.com/app/uploads/2019/09/Fullerton-Toniann.jpg',0,'attachment','image/jpeg',0),(8780,9,'2019-09-12 17:43:29','2019-09-12 22:43:29','','Toniann-Fullerton-B','','inherit','open','closed','','toniann-fullerton-b','','','2019-09-12 17:43:29','2019-09-12 22:43:29','',8778,'https://buzz-caribbean.com/app/uploads/2019/09/Toniann-Fullerton-B.jpg',0,'attachment','image/jpeg',0),(8781,9,'2019-09-12 17:43:50','2019-09-12 22:43:50','','Toniann-Fullerton-D','','inherit','open','closed','','toniann-fullerton-d','','','2019-09-12 17:43:50','2019-09-12 22:43:50','',8778,'https://buzz-caribbean.com/app/uploads/2019/09/Toniann-Fullerton-D.jpg',0,'attachment','image/jpeg',0),(8782,9,'2019-09-12 17:44:04','2019-09-12 22:44:04','','Toniann-Fullerton-B-1','','inherit','open','closed','','toniann-fullerton-b-1','','','2019-09-12 17:44:04','2019-09-12 22:44:04','',8778,'https://buzz-caribbean.com/app/uploads/2019/09/Toniann-Fullerton-B-1.jpg',0,'attachment','image/jpeg',0),(8783,9,'2019-09-12 17:44:16','2019-09-12 22:44:16','','Toniann-Fullerton-A','','inherit','open','closed','','toniann-fullerton-a','','','2019-09-12 17:44:16','2019-09-12 22:44:16','',8778,'https://buzz-caribbean.com/app/uploads/2019/09/Toniann-Fullerton-A.jpg',0,'attachment','image/jpeg',0),(8784,9,'2019-09-12 17:52:20','2019-09-12 22:52:20','<!-- wp:image {\"id\":8779} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Fullerton-Toniann.jpg\" alt=\" Tonian Fullerton is a university student who operates two businesses. \" class=\"wp-image-8779\" /><figcaption> Tonian Fullerton is a university student who operates two businesses. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the surface, Tonian Fullerton might seem like the average university student. However, the 22-year-old also manages to juggle two businesses. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fullerton, who is pursuing a degree in journalism at\nthe University of the West Indies, co-ownsUnforgettable Weddings\nJamaica – a decor company, and owns Queen Kollection – an online accessory\nbusiness. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8780} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Toniann-Fullerton-B-1024x682.jpg\" alt=\"This beautiful decor was done by Tonian Fullerton\'s company.\" class=\"wp-image-8780\" /><figcaption>This beautiful decor was done by Tonian Fullerton\'s company.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While it might seem like a heavy load, Fullerton said that\ntime management is the key to her success. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I manage both businesses and school by scheduling most of my classes to be on Mondays to Wednesdays. By doing this I give myself a longer weekend to complete assignments or to study. When the actual weekend comes, I\'m able to manage my business,” Fullerton said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I manage both businesses and school by scheduling most of my classes to be on Mondays to Wednesdays.\"</p><cite>— Tonian Fullerton</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Unforgettable Wedding Jamaica is a wedding planning\ncompany that offers a myriad of services, ranging from décor, catering,\nphotography and videography and lighting. The company also provides disc jocks,\nMCs, hair and makeup. Queen’s Kollections, which was started six months ago, specialises\nin fashion accessories and trendy items.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The youngster told <strong>BUZZ</strong> that Unforgettable\nWeddings was birthed by her mother in 2010.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My mom started the business in 2010 when she realised\nthat she needed another income. She has a passion for planning and interior\ndesign and eventually furthered her studies in becoming a wedding planner,” the\nyoung entrepreneur shared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8783} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Toniann-Fullerton-A-1024x768.jpg\" alt=\"Tonian Fullerton\'s company brings many ideas to life. \" class=\"wp-image-8783\" /><figcaption>Tonian Fullerton\'s company brings many ideas to life. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fullerton’s entrepreneurial journey would eventually\nbegin in 2014 when she became co-owner of her mother’s business following the\nsudden passing of her father.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“He (father) used to help my mom in achieving her\nbusiness goals, and after he died, I automatically&nbsp;stepped up. With not\nmuch experience and knowledge, I became her main decorator. Being so invested\nin the business, by 2015, I became part owner,” Fullerton said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8781} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Toniann-Fullerton-D.jpg\" alt=\"One of the many pieces sold by Tonian Fullerton\'s online-based company, Queen’s Kollections.\" class=\"wp-image-8781\" /><figcaption>One of the many pieces sold by Tonian Fullerton\'s online-based company, Queen’s Kollections. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>And while she is already earning from the two\nbusinesses, the 22-year-old said that her course of study has further fueled her\nlove for entrepreneurship. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’ll be earning a degree in journalism at the end of my tenure at UWI. My degree teaches me a lot about communication and marketing as well. These two skills are crucial in both businesses that I am in,” she told <strong>BUZZ</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Andre Cooper</em></strong></p>\n<!-- /wp:paragraph -->','UWI student juggles two businesses and school','','inherit','closed','closed','','8778-revision-v1','','','2019-09-12 17:52:20','2019-09-12 22:52:20','',8778,'https://buzz-caribbean.com/article/8778-revision-v1/',0,'revision','',0),(8785,21,'2019-09-12 18:30:32','2019-09-12 23:30:32','<!-- wp:image {\"id\":8786} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/demi-moore.jpg\" alt=\"American actress Demi Moore \" class=\"wp-image-8786\" /><figcaption>American actress Demi Moore </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Demi Moore has compared her sobriety to giving birth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The proud mum-of-three - who has daughters Rumer, 31, Scout, 28, and Tallulah, 25, with ex-husband Bruce Willis - was determined \"to have natural childbirth\" to make sure she experienced everything, and in turn not drinking means she won\'t miss out on anything in her everyday life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to Lena Dunham for Harper\'s Bazaar magazine\'s October 2019 issue, she reflected on her past relapses and said: \"In retrospect, what I realised is that when I opened the door [again], it was just giving my power away.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Part of being sober is, I don\'t want to miss a moment of life, of that texture, even if that means being in some pain.\" </p><cite>— Demi Moore</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"I guess I would think of it like this: It was really important to me to have natural childbirth because I didn\'t want to miss a moment. And with that I experienced pain. So part of being sober is, I don\'t want to miss a moment of life, of that texture, even if that means being in some pain.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 56-year-old actress stressed the importance of learning from past mistakes and experiences, and how everything has led us to where we are now.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She added: \"Everything that occurs in our individual lives informs us. Shifting, moulding, presenting the opportunities for the exact purpose to get us where we are in the present time. Whatever that may be.\"</p>\n<!-- /wp:paragraph -->','Demi Moore compares sobriety to giving birth','','publish','open','closed','','demi-moore-compares-sobriety-to-giving-birth','','','2019-09-12 18:02:36','2019-09-12 23:02:36','',0,'https://buzz-caribbean.com/?p=8785',0,'post','',0),(8786,9,'2019-09-12 17:58:56','2019-09-12 22:58:56','','demi-moore','','inherit','open','closed','','demi-moore','','','2019-09-12 17:58:56','2019-09-12 22:58:56','',8785,'https://buzz-caribbean.com/app/uploads/2019/09/demi-moore.jpg',0,'attachment','image/jpeg',0),(8787,9,'2019-09-12 18:01:32','2019-09-12 23:01:32','<!-- wp:image {\"id\":8786} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/demi-moore.jpg\" alt=\"American actress Demi Moore \" class=\"wp-image-8786\" /><figcaption>American actress Demi Moore </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Demi Moore has compared her sobriety to giving birth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The proud mum-of-three - who has daughters Rumer, 31, Scout, 28, and Tallulah, 25, with ex-husband Bruce Willis - was determined \"to have natural childbirth\" to make sure she experienced everything, and in turn not drinking means she won\'t miss out on anything in her everyday life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to Lena Dunham for Harper\'s Bazaar magazine\'s October 2019 issue, she reflected on her past relapses and said: \"In retrospect, what I realised is that when I opened the door [again], it was just giving my power away.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Part of being sober is, I don\'t want to miss a moment of life, of that texture, even if that means being in some pain.\" </p><cite>— Demi Moore</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>\"I guess I would think of it like this: It was really important to me to have natural childbirth because I didn\'t want to miss a moment. And with that I experienced pain. So part of being sober is, I don\'t want to miss a moment of life, of that texture, even if that means being in some pain.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 56-year-old actress stressed the importance of learning from past mistakes and experiences, and how everything has led us to where we are now.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She added: \"Everything that occurs in our individual lives informs us. Shifting, moulding, presenting the opportunities for the exact purpose to get us where we are in the present time. Whatever that may be.\"</p>\n<!-- /wp:paragraph -->','Demi Moore compares sobriety to giving birth','','inherit','closed','closed','','8785-revision-v1','','','2019-09-12 18:01:32','2019-09-12 23:01:32','',8785,'https://buzz-caribbean.com/article/8785-revision-v1/',0,'revision','',0),(8788,23,'2019-09-12 20:40:24','2019-09-13 01:40:24','<!-- wp:image {\"id\":8818} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bramwell-featured-image.jpg\" alt=\"\" class=\"wp-image-8818\" /><figcaption>Educator Stacey Mansingh Bramwell before her life-changing incident.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A schoolteacher, who became disabled resulting from an injury she received while conducting her duties is still awaiting assistance from the Ministry of Education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stacey Mansingh Bramwell was injured when a chair on which she was sitting during a staff meeting broke, causing her to fall. She injured her back and had to undergo surgery. Bramwell lost her job in the process as she was unable to work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There was a glimmer of hope last year when she retained the services of attorney Charles ‘Advoket’ Ganga-Singh and her story was highlighted. At the time, the Ministry of Education offered her salary back and her health insurance was reinstated in April of this year. “The ministry withdrew over $200,000 of my back salary for income tax, which I shouldn\'t be paying since I\'m registered as disabled. To date, I can\'t find out how to get back my money. I\'m yet to get back the income tax withdrawn from my salary during the period 2013 to 2016,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8814} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bramwell5.jpg\" alt=\"\" class=\"wp-image-8814\" /><figcaption>Stacey Mansingh Bramwell and her granddaughter.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said the ministry did not compensate her for the surgery or make a commitment to future surgeries because the matter is before the courts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My doctor proposed to do the surgery in Florida at a facility there since the necessary equipment was not available here in Jamaica. So to accommodate the surgery the doctors took the necessary equipment to Jamaica to a facility in Liguanea but the insurance company said they don\'t sanction that facility,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I can no longer perform in certain capacities for my family.\'</p><cite>—Stacey Mansingh Bramwell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She said the equipment was then moved to a hospital from the insurance company’s list. Still, she said the company is only covering 30 per cent of the surgery. Bramwell said she is still unable to afford the surgery. “They are not helping... while I\'m at home suffering... the pain is worsening. My lifestyle has changed immensely because I can no longer perform in certain capacities for my family,” she said. Stacey said she has not received any help from the Jamaica Teacher Association of which she is a paid up member. She said that she has been in touch with the organization up to last year but help has been forthcoming.</p>\n<!-- /wp:paragraph -->','Teacher injured on the job unable to afford followup surgery','','publish','open','closed','','teacher-injured-on-the-job-unable-to-afford-followup-surgery','','','2019-09-12 20:40:24','2019-09-13 01:40:24','',0,'https://buzz-caribbean.com/?p=8788',0,'post','',0),(8789,4,'2019-09-12 18:22:30','2019-09-12 23:22:30','<!-- wp:paragraph -->\n<p>A schoolteacher, who\nbecame disabled resulting from an injury she received while doing her duties,\nis still awaiting the Ministry of Education to assist her to get back on her\nfeet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stacey Mansingh\nBramwell while attending a staff meeting fell when the chair on which she was\nsitting broke. She injured her back which led to her have surgery, but it came\nat the cost of her job as she was unable to work. The operation was botched\ncausing an increase in the severity of the pain she experienced.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During that time she\nlost her job, was unable to contribute to her household, unable to pick up her\ngrandchild.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There was some light at\nthe end of the tunnel when she got a lawyer – Charles ‘Advoket’ Ganga-Singh –\nthen her story was highlighted last year and the Ministry of Education offered\nher what some may consider low hanging fruits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stacey was offered her\nsalary back and her health insurance was reinstated in April of this year. “The\nministry withdrew over 200-thousand dollars of my back salary for income tax,\nwhich I shouldn\'t be paying since I\'m registered as disabled. To date I can\'t\nfind out how to get back my money. I\'m yet to get back income tax withdrawn\nfrom my salary during the period 2013 to 2016,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, they would refuse to compensate her for the surgery or assist with the cost of future surgery or settle with her on damages. “Because the matter is at court, the MOE claims they cannot help with cost of the surgery,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stacey is to have\nanother surgery but her insurance company refused to cover the surgery outside\nof Jamaica. “My doctor proposed to do the surgery in Florida at a facility\nthere since the necessary equipment was not available here in Jamaica. So to\naccommodate the surgery the doctors took the necessary equipment to Jamaica to\na facility in Liguanea but the insurance company said they don\'t sanction that\nfacility,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stacey says “the\nequipment was then moved to a hospital from the insurance company’s list but\nnow they\'re only covering 30 per cent of the surgery....so I still can\'t afford\nto do the surgery”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“They are not\nhelping....while I\'m at home suffering....the pain is worsening. My lifestyle\nhas changed immensely because I can no longer perform in certain capacities for\nmy family.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stacey said she has not\nreceived any help from the Jamaica Teacher Association of which she is a paid\nup member. She said that she has been in touch with the organization up to last\nyear but help has been forthcoming.</p>\n<!-- /wp:paragraph -->','hhhh','','inherit','closed','closed','','8788-revision-v1','','','2019-09-12 18:22:30','2019-09-12 23:22:30','',8788,'https://buzz-caribbean.com/article/8788-revision-v1/',0,'revision','',0),(8790,23,'2019-09-12 19:15:05','2019-09-13 00:15:05','<!-- wp:paragraph -->\n<p>Attorney-at-law Raymond Clough died at the University Hospital of the West Indies Thursday morning (Sept 12). He was 71. Clough had been battling cancer for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Maurice Long, who is a partner in the law firm Clough Long and Co said Clough was not only a business partner but a very good friend.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8795,\"width\":594,\"height\":1192} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/raymond-clough.jpg\" alt=\"\" class=\"wp-image-8795\" width=\"594\" height=\"1192\" /><figcaption>Raymond Clough died Thursday morning.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"He did very well in conveyancing and litigation and was very competent, had very good work ethics and loved the law,\" Long said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Long said he knew Clough from the 1960s and that they studied together and worked at a law firm in Kingston for about eight years before forming their law firm. Long said Clough will be greatly missed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Clough was one of the lawyers who represented elector Manley Bowen in the election petition he filed in 2007 against government minister Shahine Robinson who was declared winner in the North East St Ann constituency. Bowen contended that Robinson had dual citizenship because she was an American citizen and was not entitled to sit in Parliament.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Robinson\'s lawyer subsequently announced that Robinson was not opposing the election petition.</p>\n<!-- /wp:paragraph -->','Attorney who helped oust Gov\'t minister over citizenship issue has died','','publish','open','closed','','attorney-who-helped-oust-govt-minister-over-citizenship-issue-has-died','','','2019-09-12 19:15:05','2019-09-13 00:15:05','',0,'https://buzz-caribbean.com/?p=8790',0,'post','',0),(8791,4,'2019-09-12 18:53:25','2019-09-12 23:53:25','<!-- wp:paragraph -->\n<p>Attorney-at-law Raymond Clough died this morning at the University Hospital of the West Indies at the age of 71. He had been battling cancer for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Maurice Long, who is a partner in the law firm Clough Long and Co said Clough was not only a business partner but a very good friend.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"He did very well in conveyancing and litigation and was very competent, had very good work ethics and loved the law,\" Long said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Long said he knew Clough from the 1960s and that they studied together and worked at a law firm in Kingston for about eight years before forming their law firm. Long said Clough will be greatly missed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Clough was one of the lawyers who represented elector Manley Bowen in the election petition he filed in 2007 against government minister Shahine Robinson who was declared winner in the North East St Ann constituency. Bowen contended that Robinson had dual citizenship because she was an American citizen and was not entitled to sit in Parliament.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Robinson\'s lawyer subsequently announced that Robinson was not opposing the election petition.</p>\n<!-- /wp:paragraph -->','Attorney who helped oust Gov\'t minister from Parliament has died','','inherit','closed','closed','','8790-revision-v1','','','2019-09-12 18:53:25','2019-09-12 23:53:25','',8790,'https://buzz-caribbean.com/article/8790-revision-v1/',0,'revision','',0),(8792,4,'2019-09-12 18:54:43','2019-09-12 23:54:43','<!-- wp:paragraph -->\n<p>Attorney-at-law Raymond Clough died this morning at the University Hospital of the West Indies at the age of 71. He had been battling cancer for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Maurice Long, who is a partner in the law firm Clough Long and Co said Clough was not only a business partner but a very good friend.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"He did very well in conveyancing and litigation and was very competent, had very good work ethics and loved the law,\" Long said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Long said he knew Clough from the 1960s and that they studied together and worked at a law firm in Kingston for about eight years before forming their law firm. Long said Clough will be greatly missed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Clough was one of the lawyers who represented elector Manley Bowen in the election petition he filed in 2007 against government minister Shahine Robinson who was declared winner in the North East St Ann constituency. Bowen contended that Robinson had dual citizenship because she was an American citizen and was not entitled to sit in Parliament.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Robinson\'s lawyer subsequently announced that Robinson was not opposing the election petition.</p>\n<!-- /wp:paragraph -->','Attorney who helped oust Gov\'t minister over citizenship issue has died','','inherit','closed','closed','','8790-revision-v1','','','2019-09-12 18:54:43','2019-09-12 23:54:43','',8790,'https://buzz-caribbean.com/article/8790-revision-v1/',0,'revision','',0),(8793,14,'2019-09-12 19:59:34','2019-09-13 00:59:34','<!-- wp:image {\"id\":8801} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/vape-pen-buzz-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-8801\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Ganja Growers and Producers Association\nJamaica (GGPAJ) is calling for the immediate removal of vaporisers or\nelectronic smoking cigarettes (e-cigarettes) from the domestic market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The call comes amid the ongoing vaping crisis unfolding in the United States, where hundreds of teens have fallen critically ill from using the devices. Some of these youngsters have developed mysterious lung disease from the practice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Already, six deaths have been directly linked to vaping-related lung illnesses or complications.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>GGPAJ President Richard Crawford suggested vaping\ndevices — especially the flavoured variety — be taken off the market to prevent\na repeat of the crisis now facing the US.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8803} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/richard-crawford-demo.jpg\" alt=\"\" class=\"wp-image-8803\" /><figcaption>Richard \'Dickie\' Crawford (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The GGPAJ is calling on our Government to\nfollow suit to prevent the growing opioid and vaping crisis from creating a\ndangerous and unhealthy situation in the country, particularly among school\nchildren and young people who are attracted by these fads and imported supplies,”\nCrawford remarked in a press release.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the meantime, the GGPAJ wants its member farmers and partners to continue to keep the nation informed against these dangerous practices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2406} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bearded-black-man-smoking-1024x683.jpg\" alt=\"\" class=\"wp-image-2406\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We expect our members, associates, license\nholders, farmers and the elders and members of the Rastafari, herbalist, naturopaths,\nMaroons and traditional wellness communities to continue to lead the way in\nkeeping Jamaica informed and free from these new, dangerous chemical &amp;\nsynthetic products,” the GGPAJ asserted.</p>\n<!-- /wp:paragraph -->','Ganja growers want Government to ban vaping amid US health crisis','','publish','open','closed','','ganja-growers-want-government-to-ban-vaping-amid-us-health-crisis','','','2019-09-12 19:59:35','2019-09-13 00:59:35','',0,'https://buzz-caribbean.com/?p=8793',0,'post','',0),(8795,4,'2019-09-12 19:11:53','2019-09-13 00:11:53','','raymond-clough','','inherit','open','closed','','raymond-clough','','','2019-09-12 19:11:53','2019-09-13 00:11:53','',8790,'https://buzz-caribbean.com/app/uploads/2019/09/raymond-clough.jpg',0,'attachment','image/jpeg',0),(8796,4,'2019-09-12 19:12:38','2019-09-13 00:12:38','<!-- wp:paragraph -->\n<p>Attorney-at-law Raymond Clough died this morning at the University Hospital of the West Indies at the age of 71. He had been battling cancer for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Maurice Long, who is a partner in the law firm Clough Long and Co said Clough was not only a business partner but a very good friend.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8795,\"width\":594,\"height\":1192} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/raymond-clough.jpg\" alt=\"\" class=\"wp-image-8795\" width=\"594\" height=\"1192\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"He did very well in conveyancing and litigation and was very competent, had very good work ethics and loved the law,\" Long said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Long said he knew Clough from the 1960s and that they studied together and worked at a law firm in Kingston for about eight years before forming their law firm. Long said Clough will be greatly missed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Clough was one of the lawyers who represented elector Manley Bowen in the election petition he filed in 2007 against government minister Shahine Robinson who was declared winner in the North East St Ann constituency. Bowen contended that Robinson had dual citizenship because she was an American citizen and was not entitled to sit in Parliament.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Robinson\'s lawyer subsequently announced that Robinson was not opposing the election petition.</p>\n<!-- /wp:paragraph -->','Attorney who helped oust Gov\'t minister over citizenship issue has died','','inherit','closed','closed','','8790-revision-v1','','','2019-09-12 19:12:38','2019-09-13 00:12:38','',8790,'https://buzz-caribbean.com/article/8790-revision-v1/',0,'revision','',0),(8797,4,'2019-09-12 19:14:55','2019-09-13 00:14:55','<!-- wp:paragraph -->\n<p>Attorney-at-law Raymond Clough died at the University Hospital of the West Indies Thursday morning (Sept 12). He was 71. Clough had been battling cancer for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Maurice Long, who is a partner in the law firm Clough Long and Co said Clough was not only a business partner but a very good friend.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8795,\"width\":594,\"height\":1192} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/raymond-clough.jpg\" alt=\"\" class=\"wp-image-8795\" width=\"594\" height=\"1192\" /><figcaption>Raymond Clough died Thursday morning.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"He did very well in conveyancing and litigation and was very competent, had very good work ethics and loved the law,\" Long said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Long said he knew Clough from the 1960s and that they studied together and worked at a law firm in Kingston for about eight years before forming their law firm. Long said Clough will be greatly missed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Clough was one of the lawyers who represented elector Manley Bowen in the election petition he filed in 2007 against government minister Shahine Robinson who was declared winner in the North East St Ann constituency. Bowen contended that Robinson had dual citizenship because she was an American citizen and was not entitled to sit in Parliament.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Robinson\'s lawyer subsequently announced that Robinson was not opposing the election petition.</p>\n<!-- /wp:paragraph -->','Attorney who helped oust Gov\'t minister over citizenship issue has died','','inherit','closed','closed','','8790-revision-v1','','','2019-09-12 19:14:55','2019-09-13 00:14:55','',8790,'https://buzz-caribbean.com/article/8790-revision-v1/',0,'revision','',0),(8799,4,'2019-09-12 19:31:55','2019-09-13 00:31:55','<!-- wp:paragraph -->\n<p>A schoolteacher, who became disabled resulting from an injury she received while doing her duties, is still awaiting assistance from the Ministry of Education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stacey Mansingh Bramwell was injured when a chair on which she was sitting during a staff meeting broke, causing her to fall. She injured her back and had to undergo surgery. Bramwell lost her job in the process as she was unable to work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There was some light at the end of the tunnel when she got a lawyer – Charles ‘Advoket’ Ganga-Singh – then her story was highlighted last year and the Ministry of Education offered her what some may consider low hanging fruits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stacey was offered her\nsalary back and her health insurance was reinstated in April of this year. “The\nministry withdrew over 200-thousand dollars of my back salary for income tax,\nwhich I shouldn\'t be paying since I\'m registered as disabled. To date I can\'t\nfind out how to get back my money. I\'m yet to get back income tax withdrawn\nfrom my salary during the period 2013 to 2016,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, they would refuse to compensate her for the surgery or assist with the cost of future surgery or settle with her on damages. “Because the matter is at court, the MOE claims they cannot help with cost of the surgery,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stacey is to have\nanother surgery but her insurance company refused to cover the surgery outside\nof Jamaica. “My doctor proposed to do the surgery in Florida at a facility\nthere since the necessary equipment was not available here in Jamaica. So to\naccommodate the surgery the doctors took the necessary equipment to Jamaica to\na facility in Liguanea but the insurance company said they don\'t sanction that\nfacility,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stacey says “the\nequipment was then moved to a hospital from the insurance company’s list but\nnow they\'re only covering 30 per cent of the surgery....so I still can\'t afford\nto do the surgery”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“They are not\nhelping....while I\'m at home suffering....the pain is worsening. My lifestyle\nhas changed immensely because I can no longer perform in certain capacities for\nmy family.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stacey said she has not\nreceived any help from the Jamaica Teacher Association of which she is a paid\nup member. She said that she has been in touch with the organization up to last\nyear but help has been forthcoming.</p>\n<!-- /wp:paragraph -->','Teacher injured on the job still....','','inherit','closed','closed','','8788-revision-v1','','','2019-09-12 19:31:55','2019-09-13 00:31:55','',8788,'https://buzz-caribbean.com/article/8788-revision-v1/',0,'revision','',0),(8801,14,'2019-09-12 19:45:06','2019-09-13 00:45:06','','vape-pen-buzz-demo','','inherit','open','closed','','vape-pen-buzz-demo','','','2019-09-12 19:45:06','2019-09-13 00:45:06','',8793,'https://buzz-caribbean.com/app/uploads/2019/09/vape-pen-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8802,4,'2019-09-12 19:55:44','2019-09-13 00:55:44','<!-- wp:paragraph -->\n<p>A schoolteacher, who became disabled resulting from an injury she received while conducting her duties is still awaiting assistance from the Ministry of Education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stacey Mansingh Bramwell was injured when a chair on which she was sitting during a staff meeting broke, causing her to fall. She injured her back and had to undergo surgery. Bramwell lost her job in the process as she was unable to work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There was a glimmer of hope last year when she got a lawyer – Charles ‘Advoket’ Ganga-Singh – and her story was highlighted. At the time, the Ministry of Education offered her salary back and her health insurance was reinstated in April of this year. “The ministry withdrew over $200,000 of my back salary for income tax, which I shouldn\'t be paying since I\'m registered as disabled. To date, I can\'t find out how to get back my money. I\'m yet to get back the income tax withdrawn from my salary during the period 2013 to 2016,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said the ministry did not compensate her for the surgery or make a commitment to future surgeries because the matter is before the courts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My doctor proposed to do the surgery in Florida at a facility there since the necessary equipment was not available here in Jamaica. So to accommodate the surgery the doctors took the necessary equipment to Jamaica to a facility in Liguanea but the insurance company said they don\'t sanction that facility,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said the equipment was then moved to a hospital from the insurance company’s list. Still, she said the company is only covering 30 per cent of the surgery. Bramwell said she is still unable to afford the surgery. “They are not helping... while I\'m at home suffering... the pain is worsening. My lifestyle has changed immensely because I can no longer perform in certain capacities for my family,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stacey said she has not\nreceived any help from the Jamaica Teacher Association of which she is a paid\nup member. She said that she has been in touch with the organization up to last\nyear but help has been forthcoming.</p>\n<!-- /wp:paragraph -->','Teacher injured on the job unable to do followup surgery','','inherit','closed','closed','','8788-revision-v1','','','2019-09-12 19:55:44','2019-09-13 00:55:44','',8788,'https://buzz-caribbean.com/article/8788-revision-v1/',0,'revision','',0),(8803,14,'2019-09-12 19:55:59','2019-09-13 00:55:59','','richard-crawford-demo','','inherit','open','closed','','richard-crawford-demo','','','2019-09-12 19:55:59','2019-09-13 00:55:59','',8793,'https://buzz-caribbean.com/app/uploads/2019/09/richard-crawford-demo.jpg',0,'attachment','image/jpeg',0),(8804,14,'2019-09-12 19:59:34','2019-09-13 00:59:34','<!-- wp:image {\"id\":8801} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/vape-pen-buzz-demo-1024x682.jpg\" alt=\"\" class=\"wp-image-8801\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Ganja Growers and Producers Association\nJamaica (GGPAJ) is calling for the immediate removal of vaporisers or\nelectronic smoking cigarettes (e-cigarettes) from the domestic market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The call comes amid the ongoing vaping crisis unfolding in the United States, where hundreds of teens have fallen critically ill from using the devices. Some of these youngsters have developed mysterious lung disease from the practice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Already, six deaths have been directly linked to vaping-related lung illnesses or complications.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>GGPAJ President Richard Crawford suggested vaping\ndevices — especially the flavoured variety — be taken off the market to prevent\na repeat of the crisis now facing the US.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8803} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/richard-crawford-demo.jpg\" alt=\"\" class=\"wp-image-8803\" /><figcaption>Richard \'Dickie\' Crawford (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The GGPAJ is calling on our Government to\nfollow suit to prevent the growing opioid and vaping crisis from creating a\ndangerous and unhealthy situation in the country, particularly among school\nchildren and young people who are attracted by these fads and imported supplies,”\nCrawford remarked in a press release.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the meantime, the GGPAJ wants its member farmers and partners to continue to keep the nation informed against these dangerous practices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2406} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/bearded-black-man-smoking-1024x683.jpg\" alt=\"\" class=\"wp-image-2406\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“We expect our members, associates, license\nholders, farmers and the elders and members of the Rastafari, herbalist, naturopaths,\nMaroons and traditional wellness communities to continue to lead the way in\nkeeping Jamaica informed and free from these new, dangerous chemical &amp;\nsynthetic products,” the GGPAJ asserted.</p>\n<!-- /wp:paragraph -->','Ganja growers want Government to ban vaping amid US health crisis','','inherit','closed','closed','','8793-revision-v1','','','2019-09-12 19:59:34','2019-09-13 00:59:34','',8793,'https://buzz-caribbean.com/article/8793-revision-v1/',0,'revision','',0),(8807,14,'2019-09-12 20:24:23','2019-09-13 01:24:23','<!-- wp:image {\"id\":8808} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kingston-container-terminal-buzz-demo-1024x526.jpg\" alt=\"\" class=\"wp-image-8808\" /><figcaption>Kingston Container Terminal, one of the major ports of entry to Jamaica (Photo: Alexis Toureau, VINCI Construction)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>President of Ganja Growers and Producers\nAssociation Jamaica (GGPAJ) Richard ‘Dickie’ Crawford warns imported cannabis\nproducts could threaten the fragile domestic market. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Crawford expressed his concern at the rate\nat which imported marijuana products have been spreading across the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8803} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/richard-crawford-demo.jpg\" alt=\"\" class=\"wp-image-8803\" /><figcaption>Richard \'Dickie\' Crawford (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He further extended calls of action to the\nCannabis Licensing Authority (CLA) as well as other local governing entities to\ninvestigate or terminate these acts where possible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The GGPAJ is extremely concerned as we\nhave seen many imported ganja (marijuana, hemp, cannabis) seeds and related\nproducts across the country,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We call upon the Cannabis Licensing Authority (CLA), the research labs at UWI, UTECH, NCU, CASE, SRC, Bureau of Standards, Ministry of Health and Customs to pay special attention to this issue as people are even re-packaging condemned products and selling them to consumers for profit, regardless,” the GGPAJ president added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3482} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/scientists-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-3482\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Crawford also made a special appeal to the\nMinistry of Education, teachers and parents “to monitor this situation and\nensure that no dangerous health products are being sold in or around schools.”</p>\n<!-- /wp:paragraph -->','Local ganja association raising red flag as imported weed products flood market','','publish','open','closed','','local-ganja-association-raising-red-flag-as-imported-weed-products-flood-market','','','2019-09-12 20:24:24','2019-09-13 01:24:24','',0,'https://buzz-caribbean.com/?p=8807',0,'post','',0),(8808,14,'2019-09-12 20:16:10','2019-09-13 01:16:10','','KCT, VINCI, Kingston, Jamaïque','','inherit','open','closed','','kct-vinci-kingston-jamaique','','','2019-09-12 20:16:10','2019-09-13 01:16:10','',8807,'https://buzz-caribbean.com/app/uploads/2019/09/kingston-container-terminal-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8809,4,'2019-09-12 20:21:44','2019-09-13 01:21:44','','bramwell4','','inherit','open','closed','','bramwell4','','','2019-09-12 20:21:44','2019-09-13 01:21:44','',8788,'https://buzz-caribbean.com/app/uploads/2019/09/bramwell4.jpg',0,'attachment','image/jpeg',0),(8810,14,'2019-09-12 20:24:23','2019-09-13 01:24:23','<!-- wp:image {\"id\":8808} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kingston-container-terminal-buzz-demo-1024x526.jpg\" alt=\"\" class=\"wp-image-8808\" /><figcaption>Kingston Container Terminal, one of the major ports of entry to Jamaica (Photo: Alexis Toureau, VINCI Construction)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>President of Ganja Growers and Producers\nAssociation Jamaica (GGPAJ) Richard ‘Dickie’ Crawford warns imported cannabis\nproducts could threaten the fragile domestic market. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Crawford expressed his concern at the rate\nat which imported marijuana products have been spreading across the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8803} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/richard-crawford-demo.jpg\" alt=\"\" class=\"wp-image-8803\" /><figcaption>Richard \'Dickie\' Crawford (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He further extended calls of action to the\nCannabis Licensing Authority (CLA) as well as other local governing entities to\ninvestigate or terminate these acts where possible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The GGPAJ is extremely concerned as we\nhave seen many imported ganja (marijuana, hemp, cannabis) seeds and related\nproducts across the country,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We call upon the Cannabis Licensing Authority (CLA), the research labs at UWI, UTECH, NCU, CASE, SRC, Bureau of Standards, Ministry of Health and Customs to pay special attention to this issue as people are even re-packaging condemned products and selling them to consumers for profit, regardless,” the GGPAJ president added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3482} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/scientists-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-3482\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Crawford also made a special appeal to the\nMinistry of Education, teachers and parents “to monitor this situation and\nensure that no dangerous health products are being sold in or around schools.”</p>\n<!-- /wp:paragraph -->','Local ganja association raising red flag as imported weed products flood market','','inherit','closed','closed','','8807-revision-v1','','','2019-09-12 20:24:23','2019-09-13 01:24:23','',8807,'https://buzz-caribbean.com/article/8807-revision-v1/',0,'revision','',0),(8811,14,'2019-09-12 22:26:01','2019-09-13 03:26:01','<!-- wp:image {\"id\":8824} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/coaster-bus-pedestrain-crossing-constant-spring-road-buzz-demo.jpg\" alt=\"\" class=\"wp-image-8824\" /><figcaption>In the height of peak, Wednesday morning traffic, this coaster bus attempts an illegal U-turn along a section of Constant Spring Road in St. Andrew (Photo: Facebook @NWAJamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A rogue coaster bus driver, who was caught on camera performing an illegal U-turn on Constant Spring Road, was fined when he appeared in court on Thursday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3073} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gavel-in-court-buzz-demo-1024x679.jpg\" alt=\"\" class=\"wp-image-3073\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The driver, who was photographed turning through a pedestrian crossing during the peak Wednesday morning commute, was fined $5,000 for careless driving.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Elkanah Sparks, 47-years-old, who hails from a Golden Spring address in St. Andrew, illegally drove through an open median and over a pedestrian crossing sometime around 7:45 am on Wednesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8822} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/rogue-driver-sparks-buzz-demo.jpg\" alt=\"\" class=\"wp-image-8822\" /><figcaption>Members of the Public Safety and Traffic Enforcement Branch (PSTEB) collaring errant driver Elkanah Sparks, who was caught on camera negotiating an illegal U-turn in Kingston (Photo: Facebook @NWAJamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sparks was arrested by the Public Safety and Traffic Enforcement Branch (PSTEB) hours later and subsequently charged with careless driving.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rogue St. Andrew driver pleaded guilty and was fined $5,000. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Further checks revealed that Sparks had an\noutstanding warrant for having no drivers badge, for which he was fined an\nadditional $10,000.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8820} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/nwa-constant-spring-pedestrian-uproar-fixing-buzz-demo.jpg\" alt=\"\" class=\"wp-image-8820\" /><figcaption>Workers cut open access to the pedestrian crossing near the busy Constant Spring Road/Shortwood Road intersection on Tuesday. (Photo: Facebook @NWAJamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sparks’ dangerous maneuver came just a day after contractors from the National Works Agency (NWA) cut out the median – freeing up access to the pedestrian crossing, which was effectively blocked by the waist-high concrete separating the now five-lane thoroughfare.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The operations of the coaster bus branded \"Stainless \" has been suspended, the NWA declared on its Facebook page.</p>\n<!-- /wp:paragraph -->','Rogue driver pleads guilty, fined after being collared by PSTEB','','publish','open','closed','','rogue-driver-pleads-guilty-fined-after-being-collared-by-psteb','','','2019-09-12 22:26:01','2019-09-13 03:26:01','',0,'https://buzz-caribbean.com/?p=8811',0,'post','',0),(8813,4,'2019-09-12 20:27:37','2019-09-13 01:27:37','<!-- wp:image {\"id\":8809} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bramwell4.jpg\" alt=\"\" class=\"wp-image-8809\" /><figcaption>Educator Stacey Mansingh Bramwell before her life-changing incident.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A schoolteacher, who became disabled resulting from an injury she received while conducting her duties is still awaiting assistance from the Ministry of Education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stacey Mansingh Bramwell was injured when a chair on which she was sitting during a staff meeting broke, causing her to fall. She injured her back and had to undergo surgery. Bramwell lost her job in the process as she was unable to work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There was a glimmer of hope last year when she retained the services of attorney Charles ‘Advoket’ Ganga-Singh and her story was highlighted. At the time, the Ministry of Education offered her salary back and her health insurance was reinstated in April of this year. “The ministry withdrew over $200,000 of my back salary for income tax, which I shouldn\'t be paying since I\'m registered as disabled. To date, I can\'t find out how to get back my money. I\'m yet to get back the income tax withdrawn from my salary during the period 2013 to 2016,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said the ministry did not compensate her for the surgery or make a commitment to future surgeries because the matter is before the courts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My doctor proposed to do the surgery in Florida at a facility there since the necessary equipment was not available here in Jamaica. So to accommodate the surgery the doctors took the necessary equipment to Jamaica to a facility in Liguanea but the insurance company said they don\'t sanction that facility,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said the equipment was then moved to a hospital from the insurance company’s list. Still, she said the company is only covering 30 per cent of the surgery. Bramwell said she is still unable to afford the surgery. “They are not helping... while I\'m at home suffering... the pain is worsening. My lifestyle has changed immensely because I can no longer perform in certain capacities for my family,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stacey said she has not\nreceived any help from the Jamaica Teacher Association of which she is a paid\nup member. She said that she has been in touch with the organization up to last\nyear but help has been forthcoming.</p>\n<!-- /wp:paragraph -->','Teacher injured on the job unable to do followup surgery','','inherit','closed','closed','','8788-revision-v1','','','2019-09-12 20:27:37','2019-09-13 01:27:37','',8788,'https://buzz-caribbean.com/article/8788-revision-v1/',0,'revision','',0),(8814,4,'2019-09-12 20:29:24','2019-09-13 01:29:24','','bramwell5','','inherit','open','closed','','bramwell5','','','2019-09-12 20:29:24','2019-09-13 01:29:24','',8788,'https://buzz-caribbean.com/app/uploads/2019/09/bramwell5.jpg',0,'attachment','image/jpeg',0),(8816,4,'2019-09-12 20:34:05','2019-09-13 01:34:05','<!-- wp:image {\"id\":8809} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bramwell4.jpg\" alt=\"\" class=\"wp-image-8809\" /><figcaption>Educator Stacey Mansingh Bramwell before her life-changing incident.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A schoolteacher, who became disabled resulting from an injury she received while conducting her duties is still awaiting assistance from the Ministry of Education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stacey Mansingh Bramwell was injured when a chair on which she was sitting during a staff meeting broke, causing her to fall. She injured her back and had to undergo surgery. Bramwell lost her job in the process as she was unable to work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There was a glimmer of hope last year when she retained the services of attorney Charles ‘Advoket’ Ganga-Singh and her story was highlighted. At the time, the Ministry of Education offered her salary back and her health insurance was reinstated in April of this year. “The ministry withdrew over $200,000 of my back salary for income tax, which I shouldn\'t be paying since I\'m registered as disabled. To date, I can\'t find out how to get back my money. I\'m yet to get back the income tax withdrawn from my salary during the period 2013 to 2016,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said the ministry did not compensate her for the surgery or make a commitment to future surgeries because the matter is before the courts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8814} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bramwell5.jpg\" alt=\"\" class=\"wp-image-8814\" /><figcaption>Stacey Mansingh Bramwell and her granddaughter.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“My doctor proposed to do the surgery in Florida at a facility there since the necessary equipment was not available here in Jamaica. So to accommodate the surgery the doctors took the necessary equipment to Jamaica to a facility in Liguanea but the insurance company said they don\'t sanction that facility,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said the equipment was then moved to a hospital from the insurance company’s list. Still, she said the company is only covering 30 per cent of the surgery. Bramwell said she is still unable to afford the surgery. “They are not helping... while I\'m at home suffering... the pain is worsening. My lifestyle has changed immensely because I can no longer perform in certain capacities for my family,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stacey said she has not\nreceived any help from the Jamaica Teacher Association of which she is a paid\nup member. She said that she has been in touch with the organization up to last\nyear but help has been forthcoming.</p>\n<!-- /wp:paragraph -->','Teacher injured on the job unable to do followup surgery','','inherit','closed','closed','','8788-revision-v1','','','2019-09-12 20:34:05','2019-09-13 01:34:05','',8788,'https://buzz-caribbean.com/article/8788-revision-v1/',0,'revision','',0),(8817,4,'2019-09-12 20:36:14','2019-09-13 01:36:14','<!-- wp:image {\"id\":8809} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bramwell4.jpg\" alt=\"\" class=\"wp-image-8809\" /><figcaption>Educator Stacey Mansingh Bramwell before her life-changing incident.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A schoolteacher, who became disabled resulting from an injury she received while conducting her duties is still awaiting assistance from the Ministry of Education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stacey Mansingh Bramwell was injured when a chair on which she was sitting during a staff meeting broke, causing her to fall. She injured her back and had to undergo surgery. Bramwell lost her job in the process as she was unable to work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There was a glimmer of hope last year when she retained the services of attorney Charles ‘Advoket’ Ganga-Singh and her story was highlighted. At the time, the Ministry of Education offered her salary back and her health insurance was reinstated in April of this year. “The ministry withdrew over $200,000 of my back salary for income tax, which I shouldn\'t be paying since I\'m registered as disabled. To date, I can\'t find out how to get back my money. I\'m yet to get back the income tax withdrawn from my salary during the period 2013 to 2016,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said the ministry did not compensate her for the surgery or make a commitment to future surgeries because the matter is before the courts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8814} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bramwell5.jpg\" alt=\"\" class=\"wp-image-8814\" /><figcaption>Stacey Mansingh Bramwell and her granddaughter.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“My doctor proposed to do the surgery in Florida at a facility there since the necessary equipment was not available here in Jamaica. So to accommodate the surgery the doctors took the necessary equipment to Jamaica to a facility in Liguanea but the insurance company said they don\'t sanction that facility,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I can no longer perform in certain capacities for my family.\'</p><cite>—Stacey Mansingh Bramwell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She said the equipment was then moved to a hospital from the insurance company’s list. Still, she said the company is only covering 30 per cent of the surgery. Bramwell said she is still unable to afford the surgery. “They are not helping... while I\'m at home suffering... the pain is worsening. My lifestyle has changed immensely because I can no longer perform in certain capacities for my family,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stacey said she has not\nreceived any help from the Jamaica Teacher Association of which she is a paid\nup member. She said that she has been in touch with the organization up to last\nyear but help has been forthcoming.</p>\n<!-- /wp:paragraph -->','Teacher injured on the job unable to afford followup surgery','','inherit','closed','closed','','8788-revision-v1','','','2019-09-12 20:36:14','2019-09-13 01:36:14','',8788,'https://buzz-caribbean.com/article/8788-revision-v1/',0,'revision','',0),(8818,4,'2019-09-12 20:38:11','2019-09-13 01:38:11','','bramwell-featured-image','','inherit','open','closed','','bramwell-featured-image','','','2019-09-12 20:38:11','2019-09-13 01:38:11','',8788,'https://buzz-caribbean.com/app/uploads/2019/09/bramwell-featured-image.jpg',0,'attachment','image/jpeg',0),(8819,4,'2019-09-12 20:40:24','2019-09-13 01:40:24','<!-- wp:image {\"id\":8818} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bramwell-featured-image.jpg\" alt=\"\" class=\"wp-image-8818\" /><figcaption>Educator Stacey Mansingh Bramwell before her life-changing incident.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A schoolteacher, who became disabled resulting from an injury she received while conducting her duties is still awaiting assistance from the Ministry of Education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stacey Mansingh Bramwell was injured when a chair on which she was sitting during a staff meeting broke, causing her to fall. She injured her back and had to undergo surgery. Bramwell lost her job in the process as she was unable to work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There was a glimmer of hope last year when she retained the services of attorney Charles ‘Advoket’ Ganga-Singh and her story was highlighted. At the time, the Ministry of Education offered her salary back and her health insurance was reinstated in April of this year. “The ministry withdrew over $200,000 of my back salary for income tax, which I shouldn\'t be paying since I\'m registered as disabled. To date, I can\'t find out how to get back my money. I\'m yet to get back the income tax withdrawn from my salary during the period 2013 to 2016,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8814} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bramwell5.jpg\" alt=\"\" class=\"wp-image-8814\" /><figcaption>Stacey Mansingh Bramwell and her granddaughter.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said the ministry did not compensate her for the surgery or make a commitment to future surgeries because the matter is before the courts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My doctor proposed to do the surgery in Florida at a facility there since the necessary equipment was not available here in Jamaica. So to accommodate the surgery the doctors took the necessary equipment to Jamaica to a facility in Liguanea but the insurance company said they don\'t sanction that facility,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\'I can no longer perform in certain capacities for my family.\'</p><cite>—Stacey Mansingh Bramwell</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She said the equipment was then moved to a hospital from the insurance company’s list. Still, she said the company is only covering 30 per cent of the surgery. Bramwell said she is still unable to afford the surgery. “They are not helping... while I\'m at home suffering... the pain is worsening. My lifestyle has changed immensely because I can no longer perform in certain capacities for my family,” she said. Stacey said she has not received any help from the Jamaica Teacher Association of which she is a paid up member. She said that she has been in touch with the organization up to last year but help has been forthcoming.</p>\n<!-- /wp:paragraph -->','Teacher injured on the job unable to afford followup surgery','','inherit','closed','closed','','8788-revision-v1','','','2019-09-12 20:40:24','2019-09-13 01:40:24','',8788,'https://buzz-caribbean.com/article/8788-revision-v1/',0,'revision','',0),(8820,14,'2019-09-12 22:01:46','2019-09-13 03:01:46','','nwa-constant-spring-pedestrian-uproar-fixing-buzz-demo','','inherit','open','closed','','nwa-constant-spring-pedestrian-uproar-fixing-buzz-demo','','','2019-09-12 22:01:46','2019-09-13 03:01:46','',8811,'https://buzz-caribbean.com/app/uploads/2019/09/nwa-constant-spring-pedestrian-uproar-fixing-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8822,14,'2019-09-12 22:12:37','2019-09-13 03:12:37','','rogue-driver-sparks-buzz-demo','','inherit','open','closed','','rogue-driver-sparks-buzz-demo','','','2019-09-12 22:12:37','2019-09-13 03:12:37','',8811,'https://buzz-caribbean.com/app/uploads/2019/09/rogue-driver-sparks-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8824,14,'2019-09-12 22:15:40','2019-09-13 03:15:40','','Coaster Bus Pedestrain Crossing Constant Spring Road Buzz Demo','','inherit','open','closed','','coaster-bus-pedestrain-crossing-constant-spring-road-buzz-demo','','','2019-09-12 22:15:40','2019-09-13 03:15:40','',8811,'https://buzz-caribbean.com/app/uploads/2019/09/coaster-bus-pedestrain-crossing-constant-spring-road-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8825,14,'2019-09-12 22:26:01','2019-09-13 03:26:01','<!-- wp:image {\"id\":8824} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/coaster-bus-pedestrain-crossing-constant-spring-road-buzz-demo.jpg\" alt=\"\" class=\"wp-image-8824\" /><figcaption>In the height of peak, Wednesday morning traffic, this coaster bus attempts an illegal U-turn along a section of Constant Spring Road in St. Andrew (Photo: Facebook @NWAJamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A rogue coaster bus driver, who was caught on camera performing an illegal U-turn on Constant Spring Road, was fined when he appeared in court on Thursday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3073} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/gavel-in-court-buzz-demo-1024x679.jpg\" alt=\"\" class=\"wp-image-3073\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The driver, who was photographed turning through a pedestrian crossing during the peak Wednesday morning commute, was fined $5,000 for careless driving.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Elkanah Sparks, 47-years-old, who hails from a Golden Spring address in St. Andrew, illegally drove through an open median and over a pedestrian crossing sometime around 7:45 am on Wednesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8822} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/rogue-driver-sparks-buzz-demo.jpg\" alt=\"\" class=\"wp-image-8822\" /><figcaption>Members of the Public Safety and Traffic Enforcement Branch (PSTEB) collaring errant driver Elkanah Sparks, who was caught on camera negotiating an illegal U-turn in Kingston (Photo: Facebook @NWAJamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sparks was arrested by the Public Safety and Traffic Enforcement Branch (PSTEB) hours later and subsequently charged with careless driving.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rogue St. Andrew driver pleaded guilty and was fined $5,000. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Further checks revealed that Sparks had an\noutstanding warrant for having no drivers badge, for which he was fined an\nadditional $10,000.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8820} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/nwa-constant-spring-pedestrian-uproar-fixing-buzz-demo.jpg\" alt=\"\" class=\"wp-image-8820\" /><figcaption>Workers cut open access to the pedestrian crossing near the busy Constant Spring Road/Shortwood Road intersection on Tuesday. (Photo: Facebook @NWAJamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sparks’ dangerous maneuver came just a day after contractors from the National Works Agency (NWA) cut out the median – freeing up access to the pedestrian crossing, which was effectively blocked by the waist-high concrete separating the now five-lane thoroughfare.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The operations of the coaster bus branded \"Stainless \" has been suspended, the NWA declared on its Facebook page.</p>\n<!-- /wp:paragraph -->','Rogue driver pleads guilty, fined after being collared by PSTEB','','inherit','closed','closed','','8811-revision-v1','','','2019-09-12 22:26:01','2019-09-13 03:26:01','',8811,'https://buzz-caribbean.com/article/8811-revision-v1/',0,'revision','',0),(8827,21,'2019-09-13 06:43:56','2019-09-13 11:43:56','<!-- wp:image {\"id\":8830} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kids-on-computers-buzz-demo.jpg\" alt=\"\" class=\"wp-image-8830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Google.org and the Caribbean Open Institute (COI) have joined forces to help reduce the digital divide in Caribbean countries, and empower, through open data management, youth populations of the region that are detached from the educational systems and the workforce.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Google.org will support the COI to deploy the Caribbean School of Data (CSOD), an educational initiative that will develop a comprehensive and sustainable \"data literacy\" programme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Jamaica among six Caribbean countries set to benefit from CSOD</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The initiative will be targeted for underserved populations in six Caribbean countries: Jamaica, Dominican Republic, Guyana, Haiti , Saint Lucia and Puerto Rico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Google.org, the programme is also geared at generating greater awareness, skills, competencies and capabilities around data science throughout the Caribbean, creating employment skills for the digital age.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Caribbean School of Data will enable, over a period of two years, the training of at least 1,500 disadvantaged young people in six countries, in topics ranging from data literacy to advanced management skills, visualisation, integration and data analysis, aligned with the needs of the labour market. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The CSOD is based in the Ayitic Goes Global initiative, implemented in Haiti by the Internet Address Registry of Latin America and the Caribbean (LACNIC) and the International Development Research Center of Canada (IDRC), together with the COI and a consortium of local partners in Haiti.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8831} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/aytic-goes-global-haiti-buzz-demo.jpg\" alt=\"\" class=\"wp-image-8831\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the Dominican Republic, the program will\nbe implemented in collaboration with the Community Technology Centers (CTC) of\nthe Social Policy Coordination Cabinet (GCPS) of the Vice Presidency of the\nRepublic, coordinated by the Taigüey Foundation, a pioneer nonprofit\norganization in topics of open data in the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\'A region with great potential\' - Google.org</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“From Google we want to strengthen these\ninitiatives that, in addition to generating real inclusion for less-favored\npopulations, promote the development of an entire region with great potential,”\nsays Giovanni Stella, Google’s Country Manager for Colombia, Central America\nand the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8832} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/giovann-stella-google-latamcaribe-buzz-2.jpg\" alt=\"\" class=\"wp-image-8832\"/><figcaption> Google’s Country Manager for Colombia, Central America, and the Caribbean, Giovanni Stella (Photo: Revista P&amp;M)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to the Inter-American Development\nBank (IDB), young people between the ages of 16 and 24 represent an average of\n25% of the workforce in the English-speaking Caribbean, and approximately one\nin five people between the ages of 15 to 24 is not in school or is part of the\nworkforce.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Caribbean region occupies a low place\nin the levels of innovation and education, key components of economic growth.\nAn investigation conducted by the Inter-American Development Bank found that\ninnovation is less likely to occur due to human capital limitations, so the\nresult could have adverse consequences for medium-term development. </p>\n<!-- /wp:paragraph -->','Caribbean School of Data helps close the digital divide','','publish','open','closed','','caribbean-school-of-data-helps-close-the-digital-divide','','','2019-11-22 16:12:42','2019-11-22 21:12:42','',0,'https://buzz-caribbean.com/?p=8827',0,'post','',0),(8829,14,'2019-09-13 06:26:32','2019-09-13 11:26:32','','giovann-stella-google-latamcaribe-buzz-demo-1','','inherit','open','closed','','giovann-stella-google-latamcaribe-buzz-demo-1','','','2019-09-13 06:26:32','2019-09-13 11:26:32','',8827,'https://buzz-caribbean.com/app/uploads/2019/09/giovann-stella-google-latamcaribe-buzz-demo-1.jpg',0,'attachment','image/jpeg',0),(8830,14,'2019-09-13 06:30:42','2019-09-13 11:30:42','','kids-on-computers-buzz-demo','','inherit','open','closed','','kids-on-computers-buzz-demo','','','2019-09-13 06:30:42','2019-09-13 11:30:42','',8827,'https://buzz-caribbean.com/app/uploads/2019/09/kids-on-computers-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8831,14,'2019-09-13 06:36:04','2019-09-13 11:36:04','','aytic-goes-global-haiti-buzz-demo','','inherit','open','closed','','aytic-goes-global-haiti-buzz-demo','','','2019-09-13 06:36:04','2019-09-13 11:36:04','',8827,'https://buzz-caribbean.com/app/uploads/2019/09/aytic-goes-global-haiti-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8832,14,'2019-09-13 06:40:24','2019-09-13 11:40:24','','giovann-stella-google-latamcaribe-buzz-2','','inherit','open','closed','','giovann-stella-google-latamcaribe-buzz-2','','','2019-09-13 06:40:24','2019-09-13 11:40:24','',8827,'https://buzz-caribbean.com/app/uploads/2019/09/giovann-stella-google-latamcaribe-buzz-2.jpg',0,'attachment','image/jpeg',0),(8833,14,'2019-09-13 06:43:56','2019-09-13 11:43:56','<!-- wp:image {\"id\":8830} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kids-on-computers-buzz-demo.jpg\" alt=\"\" class=\"wp-image-8830\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Google.org and the Caribbean Open Institute (COI) have joined forces to help reduce the digital divide in Caribbean countries, and empower, through open data management, youth populations of the region that are detached from the educational systems and the workforce.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Google.org will support the COI to deploy the Caribbean School of Data (CSOD), an educational initiative that will develop a comprehensive and sustainable \"data literacy\" programme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Jamaica among six Caribbean countries set to benefit from CSOD</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The initiative will be targeted for underserved populations in six Caribbean countries: Jamaica, Dominican Republic, Guyana, Haiti , Saint Lucia and Puerto Rico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Google.org, the programme is also geared at generating greater awareness, skills, competencies and capabilities around data science throughout the Caribbean, creating employment skills for the digital age.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Caribbean School of Data will enable, over a period of two years, the training of at least 1,500 disadvantaged young people in six countries, in topics ranging from data literacy to advanced management skills, visualisation, integration and data analysis, aligned with the needs of the labour market. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The CSOD is based in the Ayitic Goes Global initiative, implemented in Haiti by the Internet Address Registry of Latin America and the Caribbean (LACNIC) and the International Development Research Center of Canada (IDRC), together with the COI and a consortium of local partners in Haiti.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8831} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/aytic-goes-global-haiti-buzz-demo.jpg\" alt=\"\" class=\"wp-image-8831\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the Dominican Republic, the program will\nbe implemented in collaboration with the Community Technology Centers (CTC) of\nthe Social Policy Coordination Cabinet (GCPS) of the Vice Presidency of the\nRepublic, coordinated by the Taigüey Foundation, a pioneer nonprofit\norganization in topics of open data in the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\'A region with great potential\' - Google.org</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“From Google we want to strengthen these\ninitiatives that, in addition to generating real inclusion for less-favored\npopulations, promote the development of an entire region with great potential,”\nsays Giovanni Stella, Google’s Country Manager for Colombia, Central America\nand the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8832} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/giovann-stella-google-latamcaribe-buzz-2.jpg\" alt=\"\" class=\"wp-image-8832\" /><figcaption> Google’s Country Manager for Colombia, Central America, and the Caribbean, Giovanni Stella (Photo: Revista P&amp;M)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to the Inter-American Development\nBank (IDB), young people between the ages of 16 and 24 represent an average of\n25% of the workforce in the English-speaking Caribbean, and approximately one\nin five people between the ages of 15 to 24 is not in school or is part of the\nworkforce.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Caribbean region occupies a low place\nin the levels of innovation and education, key components of economic growth.\nAn investigation conducted by the Inter-American Development Bank found that\ninnovation is less likely to occur due to human capital limitations, so the\nresult could have adverse consequences for medium-term development. </p>\n<!-- /wp:paragraph -->','Caribbean School of Data helps close the digital divide','','inherit','closed','closed','','8827-revision-v1','','','2019-09-13 06:43:56','2019-09-13 11:43:56','',8827,'https://buzz-caribbean.com/article/8827-revision-v1/',0,'revision','',0),(8836,23,'2019-09-13 07:25:47','2019-09-13 12:25:47','<!-- wp:image {\"id\":8837} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/japex-2019-night1-delano-seiveright-buzz-demo.jpg\" alt=\"\" class=\"wp-image-8837\" /><figcaption>Senior Advisor and Strategist in Ministry of Tourism, Delano Seiveright (left), is pictured with Chairman of the Tourism Enhancement Fund (TEF) Godfrey Dyer (centre); and Sandals Resort Senior Director, Wayne Cummings, at a cocktail reception for tourism stakeholders at the Jamaica Product Exchange (JAPEX) trade show, Montego Bay Convention Centre, St. James, on September 9. (Photo: Garwin Davis, JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>More than three times as many Russian tourists have visited Jamaica in the first half of 2019 compared to the same period last year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Senior Advisor and Strategist at the\nMinistry of Tourism Delano Seiveright noted that just under 3,000 Russian\ntourists visited the island between January and the end of June this year compared\nto roughly 630 for the same period in 2018. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/DelanoSeiv/status/1172469869855612928\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/DelanoSeiv/status/1172469869855612928\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>According to Seiveright, much of this is\nattributable to new regular nonstop flights between Moscow and Montego Bay by PegasTouristik/Nordwind,\nwhich commenced service on October 26th last year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It effectively brings to light a perfect\nand very positive manifestation of Tourism Minister Edmund Bartlett’s\naggressive airlift and new markets vision and actions,” Seiveright remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8838} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/nordwind-airlines-buzz-demo.jpg\" alt=\"\" class=\"wp-image-8838\" /><figcaption>Nordwind Airlines, owned by Russian tourist conglomerate PegasTouristik, has been ramping up its nonstop service from Moscow to Montego Bay (Photo: underconsideration.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The senior strategist’s comments were a welcomed boost to the Jamaica Hotel &amp; Tourist Association’s (JHTA) premier trade event, Jamaica Product Exchange (JAPEX) at the Montego Bay Convention Centre in St. James. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tourism Minister Edmund Bartlett is\ncurrently participating in the 23rd Session of the United Nations World Tourism\nOrganization’s (UNWTO) General Assembly in Saint Petersburg, Russia – where he\nis also slated to meet with a number of Russian and European tourism\nstakeholders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Seiveright contended that the rapidly growing success of the Russian tourist growth push is also attributable to actions on the Foreign Affairs front, highlighting the importance of aligned government strategy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8839} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/montego-bay-convention-centre-outisde-buzz-demo-1024x680.jpg\" alt=\"\" class=\"wp-image-8839\" /><figcaption>The Montego Bay Convention Centre in St. James (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“In September last year, the Governments of\nJamaica and Russia signed a reciprocal agreement to waive the visa requirement\nfor travel to their respective countries. The agreement allows Jamaicans and\nRussians to spend up to 90 days per year for tourism, cultural exchange or\nbusiness purposes. This was a major step in the right direction.”, Seiveright argued.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the 2018 winter tourist season, Jamaica welcomed 3,156 Russian tourists, a marked uptick from 940 in 2016 and 1,018 in 2017. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Russian government statistics,\n15 million of its citizens travelled overseas for tourism purposes, with the\nbulk of that visiting countries bordering Russia in Europe and Asia. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have full planes from Moscow, Russia. This year Pegas/Nordwind has increased [its] seat configuration to accommodate 100 more passengers and there is a strong interest from a major Russian tour operator to put on a very large plane with over 400 seats,” Seiveright further contended at JAPEX 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8840} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/japex-2019-buzz-screengrab-1024x513.jpg\" alt=\"\" class=\"wp-image-8840\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The Ministry of Tourism and it’s Jamaica\nTourist Board have also further cemented relations with relevant stakeholders\nincluding PegasTouristik/Nordwind to further promote Jamaica in Russia\nresulting is many more positives,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Seiveright declared that a similarly\naggressive new market growth strategy is also bearing fruit with the continent\nof South America being given increased attention.</p>\n<!-- /wp:paragraph -->','Russian tourist arrivals triple as Jamaica hunts fresh market frontiers','','publish','open','closed','','russian-tourist-arrivals-triple-as-jamaica-hunts-fresh-market-frontiers','','','2019-09-13 07:25:48','2019-09-13 12:25:48','',0,'https://buzz-caribbean.com/?p=8836',0,'post','',0),(8837,14,'2019-09-13 07:13:36','2019-09-13 12:13:36','','japex-2019-night1-delano-seiveright-buzz-demo','','inherit','open','closed','','japex-2019-night1-delano-seiveright-buzz-demo','','','2019-09-13 07:13:36','2019-09-13 12:13:36','',8836,'https://buzz-caribbean.com/app/uploads/2019/09/japex-2019-night1-delano-seiveright-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8838,14,'2019-09-13 07:16:29','2019-09-13 12:16:29','','nordwind-airlines-buzz-demo','','inherit','open','closed','','nordwind-airlines-buzz-demo','','','2019-09-13 07:16:29','2019-09-13 12:16:29','',8836,'https://buzz-caribbean.com/app/uploads/2019/09/nordwind-airlines-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8839,14,'2019-09-13 07:16:56','2019-09-13 12:16:56','','montego-bay-convention-centre-outisde-buzz-demo','','inherit','open','closed','','montego-bay-convention-centre-outisde-buzz-demo','','','2019-09-13 07:16:56','2019-09-13 12:16:56','',8836,'https://buzz-caribbean.com/app/uploads/2019/09/montego-bay-convention-centre-outisde-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8840,14,'2019-09-13 07:17:33','2019-09-13 12:17:33','','japex-2019-buzz-screengrab','','inherit','open','closed','','japex-2019-buzz-screengrab','','','2019-09-13 07:17:33','2019-09-13 12:17:33','',8836,'https://buzz-caribbean.com/app/uploads/2019/09/japex-2019-buzz-screengrab.jpg',0,'attachment','image/jpeg',0),(8841,14,'2019-09-13 07:25:47','2019-09-13 12:25:47','<!-- wp:image {\"id\":8837} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/japex-2019-night1-delano-seiveright-buzz-demo.jpg\" alt=\"\" class=\"wp-image-8837\" /><figcaption>Senior Advisor and Strategist in Ministry of Tourism, Delano Seiveright (left), is pictured with Chairman of the Tourism Enhancement Fund (TEF) Godfrey Dyer (centre); and Sandals Resort Senior Director, Wayne Cummings, at a cocktail reception for tourism stakeholders at the Jamaica Product Exchange (JAPEX) trade show, Montego Bay Convention Centre, St. James, on September 9. (Photo: Garwin Davis, JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>More than three times as many Russian tourists have visited Jamaica in the first half of 2019 compared to the same period last year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Senior Advisor and Strategist at the\nMinistry of Tourism Delano Seiveright noted that just under 3,000 Russian\ntourists visited the island between January and the end of June this year compared\nto roughly 630 for the same period in 2018. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/DelanoSeiv/status/1172469869855612928\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/DelanoSeiv/status/1172469869855612928\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>According to Seiveright, much of this is\nattributable to new regular nonstop flights between Moscow and Montego Bay by PegasTouristik/Nordwind,\nwhich commenced service on October 26th last year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It effectively brings to light a perfect\nand very positive manifestation of Tourism Minister Edmund Bartlett’s\naggressive airlift and new markets vision and actions,” Seiveright remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8838} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/nordwind-airlines-buzz-demo.jpg\" alt=\"\" class=\"wp-image-8838\" /><figcaption>Nordwind Airlines, owned by Russian tourist conglomerate PegasTouristik, has been ramping up its nonstop service from Moscow to Montego Bay (Photo: underconsideration.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The senior strategist’s comments were a welcomed boost to the Jamaica Hotel &amp; Tourist Association’s (JHTA) premier trade event, Jamaica Product Exchange (JAPEX) at the Montego Bay Convention Centre in St. James. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tourism Minister Edmund Bartlett is\ncurrently participating in the 23rd Session of the United Nations World Tourism\nOrganization’s (UNWTO) General Assembly in Saint Petersburg, Russia – where he\nis also slated to meet with a number of Russian and European tourism\nstakeholders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Seiveright contended that the rapidly growing success of the Russian tourist growth push is also attributable to actions on the Foreign Affairs front, highlighting the importance of aligned government strategy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8839} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/montego-bay-convention-centre-outisde-buzz-demo-1024x680.jpg\" alt=\"\" class=\"wp-image-8839\" /><figcaption>The Montego Bay Convention Centre in St. James (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“In September last year, the Governments of\nJamaica and Russia signed a reciprocal agreement to waive the visa requirement\nfor travel to their respective countries. The agreement allows Jamaicans and\nRussians to spend up to 90 days per year for tourism, cultural exchange or\nbusiness purposes. This was a major step in the right direction.”, Seiveright argued.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the 2018 winter tourist season, Jamaica welcomed 3,156 Russian tourists, a marked uptick from 940 in 2016 and 1,018 in 2017. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Russian government statistics,\n15 million of its citizens travelled overseas for tourism purposes, with the\nbulk of that visiting countries bordering Russia in Europe and Asia. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have full planes from Moscow, Russia. This year Pegas/Nordwind has increased [its] seat configuration to accommodate 100 more passengers and there is a strong interest from a major Russian tour operator to put on a very large plane with over 400 seats,” Seiveright further contended at JAPEX 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8840} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/japex-2019-buzz-screengrab-1024x513.jpg\" alt=\"\" class=\"wp-image-8840\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The Ministry of Tourism and it’s Jamaica\nTourist Board have also further cemented relations with relevant stakeholders\nincluding PegasTouristik/Nordwind to further promote Jamaica in Russia\nresulting is many more positives,” he said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Seiveright declared that a similarly\naggressive new market growth strategy is also bearing fruit with the continent\nof South America being given increased attention.</p>\n<!-- /wp:paragraph -->','Russian tourist arrivals triple as Jamaica hunts fresh market frontiers','','inherit','closed','closed','','8836-revision-v1','','','2019-09-13 07:25:47','2019-09-13 12:25:47','',8836,'https://buzz-caribbean.com/article/8836-revision-v1/',0,'revision','',0),(8842,14,'2019-09-13 07:25:47','2019-09-13 12:25:47','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Last year Jamaica welcomed 3,156 Russian tourists, up from 1,018 in 2017.Pegas/Nordwind will increase seats to accommodate 100 more passengers + strong interest from major Russian tour operator to put on a very large plane with over 400 seats. Promo work in Russia below <a href=\"https://t.co/NFPYUnqAQA\">pic.twitter.com/NFPYUnqAQA</a></p>&mdash; Delano Seiveright?? (@DelanoSeiv) <a href=\"https://twitter.com/DelanoSeiv/status/1172469869855612928?ref_src=twsrc%5Etfw\">September 13, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','72f8929af48d58b706a6976e7d08dbca','','','2019-09-13 07:25:47','2019-09-13 12:25:47','',0,'https://buzz-caribbean.com/article/72f8929af48d58b706a6976e7d08dbca/',0,'oembed_cache','',0),(8843,21,'2019-09-13 07:53:49','2019-09-13 12:53:49','<!-- wp:image {\"id\":8844} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-1-1024x683.jpg\" alt=\"\" class=\"wp-image-8844\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica Food and Drink Festival (JFDF) will\ntitillate the taste buds of foodies for the fifth straight year with the usual\nweeklong activities slated to be held from October 26 to November 3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>JFDF will continue to showcase diverse food\nofferings and talent across Kingston, cementing the city as a destination for\nall things gastronomical.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Boasting a line-up of some 70 Jamaican and\ninternational chefs, the event is expected to deliver on its promise of great\nfood and vibes, spanning varying culinary influences from the island’s storied\nhistory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8845} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-8845\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Playing its part in the revitalisation of\nDowntown Kingston, JFDF partnered with Life Yard, a community-based\norganisation and social enterprise, which empowers the community through\neducation, entrepreneurship, arts and culture, to host its media launch on\nWednesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Guests were shuttled to the increasingly\npopular 41 Fleet Street location, in Southside, downtown, where art and culture\nmet food in a new way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8846} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-8846\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Co-founder and director at Life Yard\nRestaurant and Tours, Nicumma “Ikuma” Carr, said, \"We are happy Jamaica\nFood and Drink Festival came here for a number of reasons; we at Life Yard own\nand operate an ital and vegetarian restaurant so that makes us very much invested\nin the food festival.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We also like to accommodate events or\nmovements which will help our community. We love the whole idea of inviting and\nintroducing people to our space to build better relationships with our fellow\ncitizens,\" Carr added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The focus on downtown Kingston as a vibrant event venue fits well with the larger efforts to reinvigorate the cultural potential of the space and position the city of Kingston as a premier tourist destination.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8847} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-2-1024x683.jpg\" alt=\"\" class=\"wp-image-8847\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Jamaica is not just jerk chicken and ackee\nand saltfish,” noted Alicia Bogues, Festival Director and Regional Development\nManager at CB Foods.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She continued, “Kingston is a melting pot\nof bold flavours inspired by cultural energy, the ingenuity of our people and\nthe uniqueness of our experiences. Our local talent can sit on any world stage\nand JFDF provides the platform. What’s more, it’s a powerful driver of tourism\nto the island, Kingston in particular.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8848} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-8848\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>JFDF is endorsed and supported by the\nGovernment of Jamaica through the Ministry of Tourism; the Ministry of Culture,\nGender, Entertainment and Sport; the Jamaica Tourist Board; and the Jamaica\nHotel and Tourism Association.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On October 26, the festival will open with\nits premiere Copperwood Pork sponsored event, Pork Palooza, the festival’s only\ncompetition, with a prize for most innovative chef. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8849} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-7-1024x683.jpg\" alt=\"\" class=\"wp-image-8849\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The following day, the festival continues with the wine-tasting affair, D’vine, introduced in 2018. Chopstix, an Asian-fusion favourite, will be held on Wednesday, October 30. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Crisp is next on Thursday, October 31, followed by Picante on Friday, November 1. Bringing the week’s gastronomic festivities to a close are Meet Street and the Market on Saturday, November 2, and Brunch on Sunday, November 3.</p>\n<!-- /wp:paragraph -->','5th annual Jamaica Food &amp; Drink Festival set to excite local palates','','publish','open','closed','','5th-annual-jamaica-food-and-drink-festival-set-to-excite-local-palates','','','2019-09-13 17:03:08','2019-09-13 22:03:08','',0,'https://buzz-caribbean.com/?p=8843',0,'post','',0),(8844,14,'2019-09-13 07:47:54','2019-09-13 12:47:54','','jamaica-fd-festival-launch-2019-buzz-1','','inherit','open','closed','','jamaica-fd-festival-launch-2019-buzz-1','','','2019-09-13 07:47:54','2019-09-13 12:47:54','',8843,'https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-1.jpg',0,'attachment','image/jpeg',0),(8845,14,'2019-09-13 07:48:09','2019-09-13 12:48:09','','jamaica-fd-festival-launch-2019-buzz-6','','inherit','open','closed','','jamaica-fd-festival-launch-2019-buzz-6','','','2019-09-13 07:48:09','2019-09-13 12:48:09','',8843,'https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-6.jpg',0,'attachment','image/jpeg',0),(8846,14,'2019-09-13 07:48:20','2019-09-13 12:48:20','','jamaica-fd-festival-launch-2019-buzz-4','','inherit','open','closed','','jamaica-fd-festival-launch-2019-buzz-4','','','2019-09-13 07:48:20','2019-09-13 12:48:20','',8843,'https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-4.jpg',0,'attachment','image/jpeg',0),(8847,14,'2019-09-13 07:48:43','2019-09-13 12:48:43','','jamaica-fd-festival-launch-2019-buzz-2','','inherit','open','closed','','jamaica-fd-festival-launch-2019-buzz-2','','','2019-09-13 07:48:43','2019-09-13 12:48:43','',8843,'https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-2.jpg',0,'attachment','image/jpeg',0),(8848,14,'2019-09-13 07:48:53','2019-09-13 12:48:53','','jamaica-fd-festival-launch-2019-buzz-5','','inherit','open','closed','','jamaica-fd-festival-launch-2019-buzz-5','','','2019-09-13 07:48:53','2019-09-13 12:48:53','',8843,'https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-5.jpg',0,'attachment','image/jpeg',0),(8849,14,'2019-09-13 07:49:06','2019-09-13 12:49:06','','jamaica-fd-festival-launch-2019-buzz-7','','inherit','open','closed','','jamaica-fd-festival-launch-2019-buzz-7','','','2019-09-13 07:49:06','2019-09-13 12:49:06','',8843,'https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-7.jpg',0,'attachment','image/jpeg',0),(8850,14,'2019-09-13 07:49:25','2019-09-13 12:49:25','','jamaica-fd-festival-launch-2019-buzz-6-1','','inherit','open','closed','','jamaica-fd-festival-launch-2019-buzz-6-1','','','2019-09-13 07:49:25','2019-09-13 12:49:25','',8843,'https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-6-1.jpg',0,'attachment','image/jpeg',0),(8851,14,'2019-09-13 07:53:49','2019-09-13 12:53:49','<!-- wp:image {\"id\":8844} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-1-1024x683.jpg\" alt=\"\" class=\"wp-image-8844\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica Food and Drink Festival (JFDF) will\ntitillate the taste buds of foodies for the fifth straight year with the usual\nweeklong activities slated to be held from October 26 to November 3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>JFDF will continue to showcase diverse food\nofferings and talent across Kingston, cementing the city as a destination for\nall things gastronomical.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Boasting a line-up of some 70 Jamaican and\ninternational chefs, the event is expected to deliver on its promise of great\nfood and vibes, spanning varying culinary influences from the island’s storied\nhistory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8845} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-8845\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Playing its part in the revitalisation of\nDowntown Kingston, JFDF partnered with Life Yard, a community-based\norganisation and social enterprise, which empowers the community through\neducation, entrepreneurship, arts and culture, to host its media launch on\nWednesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Guests were shuttled to the increasingly\npopular 41 Fleet Street location, in Southside, downtown, where art and culture\nmet food in a new way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8846} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-8846\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Co-founder and director at Life Yard\nRestaurant and Tours, Nicumma “Ikuma” Carr, said, \"We are happy Jamaica\nFood and Drink Festival came here for a number of reasons; we at Life Yard own\nand operate an ital and vegetarian restaurant so that makes us very much invested\nin the food festival.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We also like to accommodate events or\nmovements which will help our community. We love the whole idea of inviting and\nintroducing people to our space to build better relationships with our fellow\ncitizens,\" Carr added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The focus on downtown Kingston as a vibrant event venue fits well with the larger efforts to reinvigorate the cultural potential of the space and position the city of Kingston as a premier tourist destination.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8847} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-2-1024x683.jpg\" alt=\"\" class=\"wp-image-8847\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Jamaica is not just jerk chicken and ackee\nand saltfish,” noted Alicia Bogues, Festival Director and Regional Development\nManager at CB Foods.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She continued, “Kingston is a melting pot\nof bold flavours inspired by cultural energy, the ingenuity of our people and\nthe uniqueness of our experiences. Our local talent can sit on any world stage\nand JFDF provides the platform. What’s more, it’s a powerful driver of tourism\nto the island, Kingston in particular.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8848} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-8848\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>JFDF is endorsed and supported by the\nGovernment of Jamaica through the Ministry of Tourism; the Ministry of Culture,\nGender, Entertainment and Sport; the Jamaica Tourist Board; and the Jamaica\nHotel and Tourism Association.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On October 26, the festival will open with\nits premiere Copperwood Pork sponsored event, Pork Palooza, the festival’s only\ncompetition, with a prize for most innovative chef. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8849} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-7-1024x683.jpg\" alt=\"\" class=\"wp-image-8849\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The following day, the festival continues with the wine-tasting affair, D’vine, introduced in 2018. Chopstix, an Asian-fusion favourite, will be held on Wednesday, October 30. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Crisp is next on Thursday, October 31, followed\nby Picante on Friday, November 1. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8850} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-6-1-1024x683.jpg\" alt=\"\" class=\"wp-image-8850\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bringing the week’s gastronomic festivities\nto a close are Meet Street and the Market on Saturday, November 2, and Brunchon\nSunday, November 3.</p>\n<!-- /wp:paragraph -->','5th annual Jamaica Food and Drink Festival set to excite local palates','','inherit','closed','closed','','8843-revision-v1','','','2019-09-13 07:53:49','2019-09-13 12:53:49','',8843,'https://buzz-caribbean.com/article/8843-revision-v1/',0,'revision','',0),(8853,13,'2019-09-13 09:53:01','2019-09-13 14:53:01','','Manchester High Vs Mile Gully','','publish','closed','closed','','manchester-high-vs-mile-gully','','','2019-11-26 13:14:39','2019-11-26 18:14:39','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=8853',0,'out','',0),(8854,13,'2019-09-13 09:49:06','2019-09-13 14:49:06','','Manchester Vs Mile Gully','','inherit','open','closed','','manchester-vs-mile-gully','','','2019-09-13 09:49:06','2019-09-13 14:49:06','',8853,'https://buzz-caribbean.com/app/uploads/2019/09/manchester-vs-mile-gully.jpg',0,'attachment','image/jpeg',0),(8855,16,'2019-09-13 09:53:59','2019-09-13 14:53:59','<!-- wp:image {\"id\":8779} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Fullerton-Toniann.jpg\" alt=\" Tonian Fullerton is a university student who operates two businesses. \" class=\"wp-image-8779\" /><figcaption> Tonian Fullerton is a university student who operates two businesses. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the surface, Tonian Fullerton might seem like the average university student. However, the 22-year-old also manages to juggle two businesses. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fullerton, who is pursuing a degree in journalism at the University of the West Indies, co-owns Unforgettable Weddings Jamaica – a decor company, and owns Queen Kollection – an online accessory business. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8780} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Toniann-Fullerton-B-1024x682.jpg\" alt=\"This beautiful decor was done by Tonian Fullerton\'s company.\" class=\"wp-image-8780\" /><figcaption>This beautiful decor was done by Tonian Fullerton\'s company.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While it might seem like a heavy load, Fullerton said that\ntime management is the key to her success. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I manage both businesses and school by scheduling most of my classes to be on Mondays to Wednesdays. By doing this I give myself a longer weekend to complete assignments or to study. When the actual weekend comes, I\'m able to manage my business,” Fullerton said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"I manage both businesses and school by scheduling most of my classes to be on Mondays to Wednesdays.\"</p><cite>— Tonian Fullerton</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Unforgettable Wedding Jamaica is a wedding planning\ncompany that offers a myriad of services, ranging from décor, catering,\nphotography and videography and lighting. The company also provides disc jocks,\nMCs, hair and makeup. Queen’s Kollections, which was started six months ago, specialises\nin fashion accessories and trendy items.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The youngster told <strong>BUZZ</strong> that Unforgettable\nWeddings was birthed by her mother in 2010.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My mom started the business in 2010 when she realised\nthat she needed another income. She has a passion for planning and interior\ndesign and eventually furthered her studies in becoming a wedding planner,” the\nyoung entrepreneur shared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8783} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Toniann-Fullerton-A-1024x768.jpg\" alt=\"Tonian Fullerton\'s company brings many ideas to life. \" class=\"wp-image-8783\" /><figcaption>Tonian Fullerton\'s company brings many ideas to life. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fullerton’s entrepreneurial journey would eventually\nbegin in 2014 when she became co-owner of her mother’s business following the\nsudden passing of her father.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“He (father) used to help my mom in achieving her\nbusiness goals, and after he died, I automatically&nbsp;stepped up. With not\nmuch experience and knowledge, I became her main decorator. Being so invested\nin the business, by 2015, I became part owner,” Fullerton said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8781} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Toniann-Fullerton-D.jpg\" alt=\"One of the many pieces sold by Tonian Fullerton\'s online-based company, Queen’s Kollections.\" class=\"wp-image-8781\" /><figcaption>One of the many pieces sold by Tonian Fullerton\'s online-based company, Queen’s Kollections. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>And while she is already earning from the two\nbusinesses, the 22-year-old said that her course of study has further fueled her\nlove for entrepreneurship. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’ll be earning a degree in journalism at the end of my tenure at UWI. My degree teaches me a lot about communication and marketing as well. These two skills are crucial in both businesses that I am in,” she told <strong>BUZZ</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Andre Cooper</em></strong></p>\n<!-- /wp:paragraph -->','UWI student juggles two businesses and school','','inherit','closed','closed','','8778-revision-v1','','','2019-09-13 09:53:59','2019-09-13 14:53:59','',8778,'https://buzz-caribbean.com/article/8778-revision-v1/',0,'revision','',0),(8856,13,'2019-09-13 10:06:41','2019-09-13 15:06:41','','ISSA SBF Dacosta Cup','','inherit','open','closed','','issa-sbf-dacosta-cup','','','2019-09-13 10:06:41','2019-09-13 15:06:41','',8853,'https://buzz-caribbean.com/app/uploads/2019/09/ISSA-SBF-Dacosta-Cup.jpg',0,'attachment','image/jpeg',0),(8857,21,'2019-09-13 11:55:47','2019-09-13 16:55:47','<!-- wp:paragraph -->\n<p>Apple’s September 10 Special Event shed\nsome light on two upcoming services, Apple Arcade and Apple TV+. The\nannouncements serve to cement Apple’s intention to move further into the realm\nof services to support its hardware product offerings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8891} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Apple-tv-plus-launches-november-1-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8891\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Apple Arcade is the company\'s game streaming service. For US$4.99 customers will enjoy unlimited access to over 100 exclusive games from popular developers like CAPCOM and Konami. There will also be a 1-month free trial available for first time users.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8858} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-18.png\" alt=\"\" class=\"wp-image-8858\" /><figcaption> Apple Arcade, featuring games such as “Skate City” from Snowman, is  playable from an all-new tab on the App Store across iPhone, iPad, iPod  touch, Mac and Apple TV. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The games will be available for download\nand users can play online or offline. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Service will be available on iPhone, iPad, iPad touch, the Mac and Apple TV. Users will be able to play on September 19, 2019. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[8884,8885,8886,8887,8888,8889]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Apple_Apple-Arcade_Chu-Chu-Rocket_Buzz_Caribbean.jpg\" alt=\"\" data-id=\"8884\" data-link=\"https://buzz-caribbean.com/?attachment_id=8884\" class=\"wp-image-8884\" /><figcaption> “ChuChu Rocket! Universe” from Sega. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Apple_Apple-Arcade_Exit-The-Gungeon_Buzz_Caribbean.jpg\" alt=\"\" data-id=\"8885\" data-link=\"https://buzz-caribbean.com/?attachment_id=8885\" class=\"wp-image-8885\" /><figcaption> “Exit the Gungeon” from Devolver. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Apple_Apple-Arcade_Overland_Buzz_Caribbean.jpg\" alt=\"\" data-id=\"8886\" data-link=\"https://buzz-caribbean.com/?attachment_id=8886\" class=\"wp-image-8886\" /><figcaption> “Overland” from Finji. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Apple_Apple-Arcade_Pac-Man_Buzz_Caribbean.jpg\" alt=\"\" data-id=\"8887\" data-link=\"https://buzz-caribbean.com/?attachment_id=8887\" class=\"wp-image-8887\" /><figcaption> “PAC-MAN PARTY ROYALE” from Bandai Namco. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Apple_Apple-Arcade_Projection-First-Light_Buzz_Caribbean.jpg\" alt=\"\" data-id=\"8888\" data-link=\"https://buzz-caribbean.com/?attachment_id=8888\" class=\"wp-image-8888\" /><figcaption> “Projection: First Light” from Blowfish. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Apple_Apple-Arcade_Rayman-Mini_Buzz_Caribbean.jpg\" alt=\"\" data-id=\"8889\" data-link=\"https://buzz-caribbean.com/?attachment_id=8889\" class=\"wp-image-8889\" /><figcaption> “Rayman Mini” from Ubisoft. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Apple TV+ aims to compete with Netflix, Amazon Prime Video and other video streaming platforms. The service will cost users US$4.99 per month with a 7-day free trial. Up to six family members can share one Apple TV+ subscription. The streaming service includes several exclusive titles such as:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>“See” starring Jason Momoa and Alfre Woodard</li><li>“The Morning Show” produced by Jennifer Aniston and Reese Witherspoon and starring Steve Carell.</li><li>“For All Mankind” from Ronald D. Moore</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=eA7D4_qU9jo\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=eA7D4_qU9jo\n</div><figcaption> Apple’s “The Morning Show” will debut exclusively on Apple TV+ on November 1. </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Apple users can stream from a compatible\niPhone, iPad, Apple TV, iPod touch or Mac. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?time_continue=16\\u0026v=7Rg0y7NT1gU\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?time_continue=16&amp;v=7Rg0y7NT1gU\n</div><figcaption>Official trailer for the movie \"See\" exclusively available on Apple TV+</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Apple is sweetening the deal with Apple TV+ for new hardware purchases. Starting September 10, 2019, all new iPhone, iPad, Apple TV, iPod touch or Mac purchases will come with 1-year free Apple TV+ subscription. This is a smart move by Apple. Netflix dominates the streaming service domain and if they hope to make a dent in the market, offering the service with new purchases can also pull loyal Apple customers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8879} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-21.png\" alt=\"\" class=\"wp-image-8879\" /><figcaption> Subscribers can watch Apple TV+ originals on the Apple TV app, which is  available on iPhone, iPad, Apple TV, iPod touch and select Samsung smart  TVs, and will be coming soon to Mac and to Amazon Fire TV, LG, Roku,  Sony and VIZIO platforms in the future. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Users can start using the service on\nNovember 1<sup>st,</sup> 2019 and customers can also subscribe and watch\ncontent from a Chrome or Firefox browser. Apple TV+ will also be available on\nthe Apple TV app included on some 2018/2019 and newer Samsung Smart TVs and LG,\nSony, Amazon Fire TV, Roku and or VIZIO systems soon. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Renor C.</em></strong></p>\n<!-- /wp:paragraph -->','Enjoy screen time: Apple Arcade and Apple TV+ are here','','publish','open','closed','','enjoy-screen-time-apple-arcade-and-apple-tv-are-here','','','2019-09-13 11:57:14','2019-09-13 16:57:14','',0,'https://buzz-caribbean.com/?p=8857',0,'post','',0),(8858,11,'2019-09-13 10:10:02','2019-09-13 15:10:02','','image-18','','inherit','open','closed','','image-18','','','2019-09-13 10:10:02','2019-09-13 15:10:02','',8857,'https://buzz-caribbean.com/app/uploads/2019/09/image-18.png',0,'attachment','image/png',0),(8859,13,'2019-09-13 10:14:01','0000-00-00 00:00:00','','Maiden Cay Beach Party','','draft','closed','closed','','','','','2019-09-13 10:14:01','2019-09-13 15:14:01','',0,'https://buzz-caribbean.com/?post_type=offer&#038;p=8859',0,'offer','',0),(8860,13,'2019-09-13 10:20:34','2019-09-13 15:20:34','','Maiden Cay Beach Party','','publish','closed','closed','','maiden-cay-beach-party','','','2019-11-26 13:14:13','2019-11-26 18:14:13','',0,'https://buzz-caribbean.com/?post_type=out&#038;p=8860',0,'out','',0),(8861,14,'2019-09-13 10:29:36','2019-09-13 15:29:36','<!-- wp:embed {\"url\":\"https://youtu.be/oxiDEGcpems\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/oxiDEGcpems\n</div></figure>\n<!-- /wp:embed -->','CEEJ Arts: Bridging the gap between Jamaica &amp; global digital movement','','publish','closed','closed','','ceej-arts-bridging-the-gap-between-jamaica-global-art-movement','','','2019-09-14 08:26:26','2019-09-14 13:26:26','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=8861',0,'video','',0),(8862,14,'2019-09-13 10:18:02','2019-09-13 15:18:02','<iframe title=\"CEEJ Arts || A BUZZ Feature\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/oxiDEGcpems?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','a49757b272da0e59206c39b11b4b0a6e','','','2019-09-13 10:18:02','2019-09-13 15:18:02','',0,'https://buzz-caribbean.com/article/a49757b272da0e59206c39b11b4b0a6e/',0,'oembed_cache','',0),(8863,13,'2019-09-13 10:18:48','2019-09-13 15:18:48','','Maiden Cay Party','','inherit','open','closed','','maiden-cay-party','','','2019-09-13 10:18:48','2019-09-13 15:18:48','',8860,'https://buzz-caribbean.com/app/uploads/2019/09/Maiden-Cay-Party.jpg',0,'attachment','image/jpeg',0),(8864,14,'2019-09-13 10:20:26','2019-09-13 15:20:26','','Ceej Arts Featured Image Buzz Exclusive','','inherit','open','closed','','ceej-arts-featured-image-buzz-exclusive','','','2019-09-13 10:20:26','2019-09-13 15:20:26','',8861,'https://buzz-caribbean.com/app/uploads/2019/09/ceej-arts-featured-image-buzz-exclusive.jpg',0,'attachment','image/jpeg',0),(8866,16,'2019-09-13 10:26:31','2019-09-13 15:26:31','{\"id\":\"8704\",\"questions\":[{\"uid\":\"8ae18b6d-d4f9-48f5-b235-c9ebe59eb9ca\",\"content\":\"Which signature sauce is your favourite from C&amp;C South Beach restaurant?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":3},\"allowCustomChoice\":\"\"},\"choices\":[{\"uid\":\"36a83b2f-dc7f-438c-a947-0f9de7c22dec\",\"type\":\"text\",\"label\":\"Sweet Chilli\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"78bb4dfe-83b8-48f8-8c6f-5373b546ebc7\",\"type\":\"text\",\"label\":\"Barbeque\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"d8f59ceb-7113-4ece-a451-d99beb780013\",\"type\":\"text\",\"label\":\"Hot N Spicy\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}],\"votesOverride\":0}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"enabled\":true,\"start\":\"09\\/12\\/2019 11:48\",\"end\":\"11\\/30\\/2019 21:00\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','C&amp;C South Beach Wings and Q\'s Fridaze','','inherit','closed','closed','','8704-revision-v1','','','2019-09-13 10:26:31','2019-09-13 15:26:31','',8704,'https://buzz-caribbean.com/article/8704-revision-v1/',0,'revision','',0),(8867,21,'2019-09-14 17:27:50','2019-09-14 22:27:50','<!-- wp:image {\"id\":9142} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/festival-queen-school-visit-buzz-2-1024x683.jpg\" alt=\"\" class=\"wp-image-9142\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kensington Primary, the alma mater of Miss Jamaica Festival Queen Khamara Wright, welcomed her with open arms on Wednesday with a function in the school auditorium.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Students entertained Wright with songs and dances as teachers remembered the St. Catherine title winner during her stay at the institution and her participation in the school\'s choir.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9144} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/festival-queen-school-visit-buzz-3-1-1024x683.jpg\" alt=\"\" class=\"wp-image-9144\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Wright\'s visit to Kensington was included in the Jamaica Cultural Development Commission\'s (JCDC) Homecoming Motorcade, which is held each year in the parish of the winner of the Miss Jamaica Festival Queen competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Principal Christine Hamilton said it was\nspecial to have Wright back at the institution, with the occasions being\nawesome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9145} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/festival-queen-school-visit-buzz-5-1-1024x683.jpg\" alt=\"\" class=\"wp-image-9145\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fitz Jackson, Member of Parliament of South\nSt Catherine, the electoral constituency in which Kensington is located, said\nthat Wright is bright and beautiful. He posited that the fact she instinctively\nremembered Kensington Primary immediately after winning the crown, says a lot\nabout her.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9148} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/festival-queen-school-visit-buzz-6-1-1024x683.jpg\" alt=\"\" class=\"wp-image-9148\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jackson said that the kind of students that\nare moulded at the early education level, produces adults as Wright and he is\nproud that Kensington Primary is fulfilling that national task in building role\nmodels for the country and the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9146} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/festival-queen-school-visit-buzz-3-2-1024x683.jpg\" alt=\"\" class=\"wp-image-9146\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mayor of Portmore Leon Thomas said that is\nhe pleased and thankful that Wright broke the Festival Queen drought for St\nCatherine, which did not win the event for 29 years.</p>\n<!-- /wp:paragraph -->','Festival Queen visits former primary school','','publish','open','closed','','festival-queen-visits-former-primary-school','','','2019-09-14 17:27:59','2019-09-14 22:27:59','',0,'https://buzz-caribbean.com/?p=8867',0,'post','',0),(8868,4,'2019-09-13 10:40:51','2019-09-13 15:40:51','<!-- wp:image {\"id\":8844} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-1-1024x683.jpg\" alt=\"\" class=\"wp-image-8844\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica Food and Drink Festival (JFDF) will\ntitillate the taste buds of foodies for the fifth straight year with the usual\nweeklong activities slated to be held from October 26 to November 3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>JFDF will continue to showcase diverse food\nofferings and talent across Kingston, cementing the city as a destination for\nall things gastronomical.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Boasting a line-up of some 70 Jamaican and\ninternational chefs, the event is expected to deliver on its promise of great\nfood and vibes, spanning varying culinary influences from the island’s storied\nhistory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8845} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-8845\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Playing its part in the revitalisation of\nDowntown Kingston, JFDF partnered with Life Yard, a community-based\norganisation and social enterprise, which empowers the community through\neducation, entrepreneurship, arts and culture, to host its media launch on\nWednesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Guests were shuttled to the increasingly\npopular 41 Fleet Street location, in Southside, downtown, where art and culture\nmet food in a new way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8846} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-8846\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Co-founder and director at Life Yard\nRestaurant and Tours, Nicumma “Ikuma” Carr, said, \"We are happy Jamaica\nFood and Drink Festival came here for a number of reasons; we at Life Yard own\nand operate an ital and vegetarian restaurant so that makes us very much invested\nin the food festival.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We also like to accommodate events or\nmovements which will help our community. We love the whole idea of inviting and\nintroducing people to our space to build better relationships with our fellow\ncitizens,\" Carr added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The focus on downtown Kingston as a vibrant event venue fits well with the larger efforts to reinvigorate the cultural potential of the space and position the city of Kingston as a premier tourist destination.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8847} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-2-1024x683.jpg\" alt=\"\" class=\"wp-image-8847\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Jamaica is not just jerk chicken and ackee\nand saltfish,” noted Alicia Bogues, Festival Director and Regional Development\nManager at CB Foods.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She continued, “Kingston is a melting pot\nof bold flavours inspired by cultural energy, the ingenuity of our people and\nthe uniqueness of our experiences. Our local talent can sit on any world stage\nand JFDF provides the platform. What’s more, it’s a powerful driver of tourism\nto the island, Kingston in particular.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8848} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-8848\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>JFDF is endorsed and supported by the\nGovernment of Jamaica through the Ministry of Tourism; the Ministry of Culture,\nGender, Entertainment and Sport; the Jamaica Tourist Board; and the Jamaica\nHotel and Tourism Association.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On October 26, the festival will open with\nits premiere Copperwood Pork sponsored event, Pork Palooza, the festival’s only\ncompetition, with a prize for most innovative chef. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8849} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-7-1024x683.jpg\" alt=\"\" class=\"wp-image-8849\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The following day, the festival continues with the wine-tasting affair, D’vine, introduced in 2018. Chopstix, an Asian-fusion favourite, will be held on Wednesday, October 30. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Crisp is next on Thursday, October 31, followed by Picante on Friday, November 1. Bringing the week’s gastronomic festivities\nto a close are Meet Street and the Market on Saturday, November 2, and Brunchon\nSunday, November 3.</p>\n<!-- /wp:paragraph -->','5th annual Jamaica Food and Drink Festival set to excite local palates','','inherit','closed','closed','','8843-revision-v1','','','2019-09-13 10:40:51','2019-09-13 15:40:51','',8843,'https://buzz-caribbean.com/article/8843-revision-v1/',0,'revision','',0),(8869,4,'2019-09-13 10:41:18','2019-09-13 15:41:18','<!-- wp:image {\"id\":8844} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-1-1024x683.jpg\" alt=\"\" class=\"wp-image-8844\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica Food and Drink Festival (JFDF) will\ntitillate the taste buds of foodies for the fifth straight year with the usual\nweeklong activities slated to be held from October 26 to November 3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>JFDF will continue to showcase diverse food\nofferings and talent across Kingston, cementing the city as a destination for\nall things gastronomical.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Boasting a line-up of some 70 Jamaican and\ninternational chefs, the event is expected to deliver on its promise of great\nfood and vibes, spanning varying culinary influences from the island’s storied\nhistory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8845} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-8845\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Playing its part in the revitalisation of\nDowntown Kingston, JFDF partnered with Life Yard, a community-based\norganisation and social enterprise, which empowers the community through\neducation, entrepreneurship, arts and culture, to host its media launch on\nWednesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Guests were shuttled to the increasingly\npopular 41 Fleet Street location, in Southside, downtown, where art and culture\nmet food in a new way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8846} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-8846\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Co-founder and director at Life Yard\nRestaurant and Tours, Nicumma “Ikuma” Carr, said, \"We are happy Jamaica\nFood and Drink Festival came here for a number of reasons; we at Life Yard own\nand operate an ital and vegetarian restaurant so that makes us very much invested\nin the food festival.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We also like to accommodate events or\nmovements which will help our community. We love the whole idea of inviting and\nintroducing people to our space to build better relationships with our fellow\ncitizens,\" Carr added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The focus on downtown Kingston as a vibrant event venue fits well with the larger efforts to reinvigorate the cultural potential of the space and position the city of Kingston as a premier tourist destination.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8847} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-2-1024x683.jpg\" alt=\"\" class=\"wp-image-8847\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Jamaica is not just jerk chicken and ackee\nand saltfish,” noted Alicia Bogues, Festival Director and Regional Development\nManager at CB Foods.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She continued, “Kingston is a melting pot\nof bold flavours inspired by cultural energy, the ingenuity of our people and\nthe uniqueness of our experiences. Our local talent can sit on any world stage\nand JFDF provides the platform. What’s more, it’s a powerful driver of tourism\nto the island, Kingston in particular.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8848} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-8848\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>JFDF is endorsed and supported by the\nGovernment of Jamaica through the Ministry of Tourism; the Ministry of Culture,\nGender, Entertainment and Sport; the Jamaica Tourist Board; and the Jamaica\nHotel and Tourism Association.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On October 26, the festival will open with\nits premiere Copperwood Pork sponsored event, Pork Palooza, the festival’s only\ncompetition, with a prize for most innovative chef. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8849} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-7-1024x683.jpg\" alt=\"\" class=\"wp-image-8849\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The following day, the festival continues with the wine-tasting affair, D’vine, introduced in 2018. Chopstix, an Asian-fusion favourite, will be held on Wednesday, October 30. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Crisp is next on Thursday, October 31, followed by Picante on Friday, November 1. Bringing the week’s gastronomic festivities to a close are Meet Street and the Market on Saturday, November 2, and Brunch on Sunday, November 3.</p>\n<!-- /wp:paragraph -->','5th annual Jamaica Food and Drink Festival set to excite local palates','','inherit','closed','closed','','8843-revision-v1','','','2019-09-13 10:41:18','2019-09-13 15:41:18','',8843,'https://buzz-caribbean.com/article/8843-revision-v1/',0,'revision','',0),(8870,14,'2019-09-13 10:49:29','2019-09-13 15:49:29','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kensington Primary, the alma mater of Miss Jamaica Festival Queen Khamara Wright, welcomed her with open arms on Wednesday with a function in the school auditorium.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Students entertained Wright with songs and dances as teachers remembered the St. Catherine title winner during her stay at the institution and her participation in the school\'s choir.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wright\'s visit to Kensington was included in the Jamaica Cultural Development Commission\'s (JCDC) Homecoming Motorcade, which is held each year in the parish of the winner of the Miss Jamaica Festival Queen competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Principal Christine Hamilton said it was\nspecial to have Wright back at the institution, with the occasions being\nawesome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fitz Jackson, Member of Parliament of South\nSt Catherine, the electoral constituency in which Kensington is located, said\nthat Wright is bright and beautiful. He posited that the fact she instinctively\nremembered Kensington Primary immediately after winning the crown, says a lot\nabout her.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jackson said that the kind of students that\nare moulded at the early education level, produces adults as Wright and he is\nproud that Kensington Primary is fulfilling that national task in building role\nmodels for the country and the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mayor of Portmore Leon Thomas said that is\nhe pleased and thankful that Wright broke the Festival Queen drought for St\nCatherine, which did not win the event for 29 years.</p>\n<!-- /wp:paragraph -->','Festival Queen visits former primary school','','inherit','closed','closed','','8867-revision-v1','','','2019-09-13 10:49:29','2019-09-13 15:49:29','',8867,'https://buzz-caribbean.com/article/8867-revision-v1/',0,'revision','',0),(8871,14,'2019-09-13 11:43:14','2019-09-13 16:43:14','<!-- wp:image {\"id\":8697} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Andrew-holness-miss-lou-renaming-gordon-town-square.2JPG-1024x683.jpg\" alt=\"\" class=\"wp-image-8697\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many Jamaicans love Louise Bennett-Coverley,\nfrom the very young to the young-at-heart. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But for some, especially for the younger\ngenerations, asking them just what about the titular poetess and cultural icon\nthey love, and some are a little lost for words.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7883} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-3.jpg\" alt=\"\" class=\"wp-image-7883\" /><figcaption>Jamaica\'s cultural icon, comedienne and poetess Louise Bennett-Coverley (Photo: National Library of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fontana Pharmacy is stepping in to fill\nthat void in 2019, as Jamaica celebrates 100 days of ‘Miss Lou’ across the\ncountry, with its informative storyboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Director of Fontana Pharmacy, Kevin O’Brien Chang, in an interview with <strong>BUZZ</strong>, calls the initiative timely as the 100 days of Miss Lou celebrations continue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Well the reality is everybody loves Miss Lou in Jamaica, but a lot of people don’t know why they love her, especially young people. You can’t blame them, Ring Ding ended in 1980 and time flies; there hasn’t been much education for the youth about Miss Lou,” he began.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8908} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Miss-Lou-Statue-Inscription-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-8908\" /><figcaption>Inscription on Miss Lou\'s statue in Gordon Town, St Andrew (Photo: Dennis Brown) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“There’s a wonderful statue up at Miss Lou Square but if you go there, you won’t see anything [there] about Miss Lou. So, if you’re thinking, a little girl goes to her parent, ‘Daddy, who is Miss Lou?’. But they need deeper knowledge than, ‘Oh, she wrote some poems and made us laugh.’,” O\'Brien Chang told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8907} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Miss-Lou-Statue-Gordon-Town-1024x682.jpg\" alt=\"\" class=\"wp-image-8907\" /><figcaption>Statue of Miss Lou in Gordon Town Square, St Andrew (Photo: Dennis Brown) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“She’s the mother of Jamaican culture, so we need to educate people. We are the world’s smallest, youngest cultural superpower, known everywhere – there’s no parallel in today’s world,” he explained further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8880} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kevin-obrien-chang-buzz-feature-1024x614.jpg\" alt=\"\" class=\"wp-image-8880\" /><figcaption>Author and Director of the Fontana Pharmacy franchise, Kevin O\'Brien Chang (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>\'Miss Lou gave a nation self-identity\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Miss Lou taught us to be confident in who we are. Before Miss Lou, we had a pseudo-British culture, we imitated them; we didn’t speak like ourselves, we were afraid to. She made us confidently speak like ourselves, [about] how we feel, in our own language,” O\'Brien Chang told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That’s a massive thing to give a nation self-confidence, [Miss Lou] transformed our self-identity and it wasn’t always like that,” the Fontana Chairman continued.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I see the gap; I see that young people love her but don’t know why the do, and so I said for [Miss Lou’s] 100th birthday, let us try and educate the young people about the fullness of Miss Lou,\" he asserted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8909} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Murals-Miss-Lou-Gordon-Town-Buzz-1024x683.jpg\" alt=\"Murals along the wall in Gordon Town Square, St Andrew showcasing cultural icon Miss Lou\" class=\"wp-image-8909\" /><figcaption>Murals along the wall in Gordon Town Square, St Andrew showcasing cultural icon Miss Lou (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“She\'s not just a funny lady who wrote poems. She was a fighter for racial identity,” O’Brien Chang told <strong>BUZZ</strong>, adding that Miss Lou is arguably the greatest single contributor to Jamaican culture.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To this end, Fontana Pharmacy in partnership with the Ministry of Culture is distributing the Miss Lou storyboard to over 1,700 to every school across Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8883} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-storyboard-fontana-buzz-demo.jpg\" alt=\"A digital copy of the Miss Lou storyboard, obtained by BUZZ \" class=\"wp-image-8883\" /><figcaption>A digital copy of the Miss Lou storyboard, obtained by BUZZ (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The national network of libraries, ministries, as well as embassies and other consulates, are also included in the island-wide roll-out of the Miss Lou storyboards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>O’Brien Chang told <strong>BUZZ</strong> that the storyboards can also be downloaded for free on the Fontana Pharmacy’s website.</p>\n<!-- /wp:paragraph -->','Fontana Pharmacy rolling out \'Miss Lou\' storyboard across Jamaican schools','','publish','open','closed','','fontana-pharmacy-rolling-out-miss-lou-storyboard-across-jamaican-schools','','','2019-09-14 13:35:13','2019-09-14 18:35:13','',0,'https://buzz-caribbean.com/?p=8871',0,'post','',0),(8873,23,'2019-09-13 11:32:34','2019-09-13 16:32:34','<!-- wp:image {\"id\":8483} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bahamas-dorian-effects-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-8483\" /><figcaption>Damage left by Hurricane Dorian in Sections of The Bahamas.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Hanover Municipal Corporation has donated US$5000 ($600,000) to the disaster relief efforts in The Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The resolution to contribute the funds was unanimously supported by all councillors present at the regular monthly meeting of the Corporation on Thursday (Sept 12). The contribution was made in response to an appeal made to the Caribbean Association of Local Government Authorities (CALGA).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are on a Whatsapp group and we have been having some discussions as it relates to how we the Municipal Corporations can assist the people of the Bahamas in getting back to a state in which they can live at the level they were before. The president of ALGA (Association of Local Authorities of Jamaica) in discussion with the Minister, come up with a way how we can assist these persons,” Mayor of Lucea Sheridan Samuels told the meeting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8875} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Mayor-Sheridan-Samuels-1024x751.jpg\" alt=\"\" class=\"wp-image-8875\" /><figcaption>Mayor of Lucea Sheridan Samuels.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Deputy Mayor Andria Dehaney-Dinham and councilor Marvel Sewell, in supporting the cause, told the Mayor that Jamaica could find itself in the same position as The Bahamas and so Hanover should reach out and help.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Mr Chair, I have absolutely no problem in us contributing because all of us are within that zone and all of us may one day want somebody to support us,” Dehaney-Dinham said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>—<em>Story written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Hanover Municipal Corporation donates to recovery efforts in The Bahamas','','publish','open','closed','','hanover-municipal-corporation-donates-to-recovery-efforts-in-the-bahamas','','','2019-09-13 11:32:35','2019-09-13 16:32:35','',0,'https://buzz-caribbean.com/?p=8873',0,'post','',0),(8874,4,'2019-09-13 11:12:53','2019-09-13 16:12:53','<!-- wp:paragraph -->\n<p>The Hanover Municipal Corporation has donated US$5000 ($600,000) to the disaster relief efforts in The Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The resolution to contribute the funds was unanimously supported by all councillors present at the regular monthly meeting of the Corporation on Thursday (Sept 12). The contribution was made in response to an appeal made to the Caribbean Association of Local Government Authorities (CALGA).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are on a Whatsapp group and we have been having some discussions as it relates to how we the Municipal Corporations can assist the people of the Bahamas in getting back to a state in which they can live at the level they were before. The president of ALGA (Association of Local Authorities of Jamaica) in discussion with the Minister, come up with a way how we can assist these persons,” Mayor of Lucea Sheridan Samuels told the meeting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Deputy Mayor Andria Dehaney-Dinham and councilor Marvel Sewell, in supporting the cause, told the Mayor that Jamaica could find itself in the same position as The Bahamas and so Hanover should reach out and help.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Mr.\nChair, I have absolutely no problem in us contributing because all of us are\nwithin that zone and all of us may one day want somebody to support us,” Dehaney-Dinham\nsaid.</p>\n<!-- /wp:paragraph -->','Hanover Municipal Corporation donates to recovery efforts in The Bahamas','','inherit','closed','closed','','8873-revision-v1','','','2019-09-13 11:12:53','2019-09-13 16:12:53','',8873,'https://buzz-caribbean.com/article/8873-revision-v1/',0,'revision','',0),(8875,4,'2019-09-13 11:21:37','2019-09-13 16:21:37','','Mayor-Sheridan-Samuels','','inherit','open','closed','','mayor-sheridan-samuels','','','2019-09-13 11:21:37','2019-09-13 16:21:37','',8873,'https://buzz-caribbean.com/app/uploads/2019/09/Mayor-Sheridan-Samuels.jpg',0,'attachment','image/jpeg',0),(8876,4,'2019-09-13 11:22:26','2019-09-13 16:22:26','<!-- wp:paragraph -->\n<p>The Hanover Municipal Corporation has donated US$5000 ($600,000) to the disaster relief efforts in The Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8875} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Mayor-Sheridan-Samuels-1024x751.jpg\" alt=\"\" class=\"wp-image-8875\" /><figcaption>Mayof Lucea Sheridan Samuels.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The resolution to contribute the funds was unanimously supported by all councillors present at the regular monthly meeting of the Corporation on Thursday (Sept 12). The contribution was made in response to an appeal made to the Caribbean Association of Local Government Authorities (CALGA).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are on a Whatsapp group and we have been having some discussions as it relates to how we the Municipal Corporations can assist the people of the Bahamas in getting back to a state in which they can live at the level they were before. The president of ALGA (Association of Local Authorities of Jamaica) in discussion with the Minister, come up with a way how we can assist these persons,” Mayor of Lucea Sheridan Samuels told the meeting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Deputy Mayor Andria Dehaney-Dinham and councilor Marvel Sewell, in supporting the cause, told the Mayor that Jamaica could find itself in the same position as The Bahamas and so Hanover should reach out and help.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Mr.\nChair, I have absolutely no problem in us contributing because all of us are\nwithin that zone and all of us may one day want somebody to support us,” Dehaney-Dinham\nsaid.</p>\n<!-- /wp:paragraph -->','Hanover Municipal Corporation donates to recovery efforts in The Bahamas','','inherit','closed','closed','','8873-revision-v1','','','2019-09-13 11:22:26','2019-09-13 16:22:26','',8873,'https://buzz-caribbean.com/article/8873-revision-v1/',0,'revision','',0),(8877,11,'2019-09-13 11:30:40','2019-09-13 16:30:40','','image-19','','inherit','open','closed','','image-19','','','2019-09-13 11:30:40','2019-09-13 16:30:40','',8857,'https://buzz-caribbean.com/app/uploads/2019/09/image-19.png',0,'attachment','image/png',0),(8878,11,'2019-09-13 11:31:19','2019-09-13 16:31:19','','image-20','','inherit','open','closed','','image-20','','','2019-09-13 11:31:19','2019-09-13 16:31:19','',8857,'https://buzz-caribbean.com/app/uploads/2019/09/image-20.png',0,'attachment','image/png',0),(8879,11,'2019-09-13 11:31:46','2019-09-13 16:31:46','','image-21','','inherit','open','closed','','image-21','','','2019-09-13 11:31:46','2019-09-13 16:31:46','',8857,'https://buzz-caribbean.com/app/uploads/2019/09/image-21.png',0,'attachment','image/png',0),(8880,14,'2019-09-13 11:32:08','2019-09-13 16:32:08','','kevin-obrien-chang-buzz-feature','','inherit','open','closed','','kevin-obrien-chang-buzz-feature','','','2019-09-13 11:32:08','2019-09-13 16:32:08','',8871,'https://buzz-caribbean.com/app/uploads/2019/09/kevin-obrien-chang-buzz-feature.jpg',0,'attachment','image/jpeg',0),(8881,4,'2019-09-13 11:32:34','2019-09-13 16:32:34','<!-- wp:image {\"id\":8483} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bahamas-dorian-effects-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-8483\" /><figcaption>Damage left by Hurricane Dorian in Sections of The Bahamas.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Hanover Municipal Corporation has donated US$5000 ($600,000) to the disaster relief efforts in The Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The resolution to contribute the funds was unanimously supported by all councillors present at the regular monthly meeting of the Corporation on Thursday (Sept 12). The contribution was made in response to an appeal made to the Caribbean Association of Local Government Authorities (CALGA).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are on a Whatsapp group and we have been having some discussions as it relates to how we the Municipal Corporations can assist the people of the Bahamas in getting back to a state in which they can live at the level they were before. The president of ALGA (Association of Local Authorities of Jamaica) in discussion with the Minister, come up with a way how we can assist these persons,” Mayor of Lucea Sheridan Samuels told the meeting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8875} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Mayor-Sheridan-Samuels-1024x751.jpg\" alt=\"\" class=\"wp-image-8875\" /><figcaption>Mayor of Lucea Sheridan Samuels.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Deputy Mayor Andria Dehaney-Dinham and councilor Marvel Sewell, in supporting the cause, told the Mayor that Jamaica could find itself in the same position as The Bahamas and so Hanover should reach out and help.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Mr Chair, I have absolutely no problem in us contributing because all of us are within that zone and all of us may one day want somebody to support us,” Dehaney-Dinham said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>—<em>Story written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Hanover Municipal Corporation donates to recovery efforts in The Bahamas','','inherit','closed','closed','','8873-revision-v1','','','2019-09-13 11:32:34','2019-09-13 16:32:34','',8873,'https://buzz-caribbean.com/article/8873-revision-v1/',0,'revision','',0),(8882,23,'2019-09-13 12:00:02','2019-09-13 17:00:02','<!-- wp:image {\"id\":8895} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/tessanne-chin-and-baby-daddy.jpg\" alt=\"\" class=\"wp-image-8895\" /><figcaption>Tessanne Chin and Brandon, who is the father of her unborn child.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican songstress Tessanne\nChin has revealed the identity of her unborn baby’s father, and his name is\nBrandon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier Friday (Sept 13), she posted a close-up photo of herself and her beau, casually dressed and wearing sunshades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Brandon and I would like to say a huge thank you to everyone who offered such warm words of encouragement and congratulations over the past few days!!! We are honestly so grateful and blown away by your kindness in our journey to becoming parents for the very first time.&nbsp;All our love and thanks guys!!! God bless…,” she captioned the photo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2WlN3_Jv7Y/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2WlN3_Jv7Y/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Tessanne had announced her pregnancy three days ago, a few weeks after singer Tami Chynn gave birth to her son, Oz. On Tuesday she posted a photo of a glittery pair of pink baby shoes on Instagram with herself and a man kissing in the distance. On Friday (Sept 13), her followers, many of whom were highly curious about the identity of Chin’s partner, expressed delight that the 2013 winner of The Voice had netted a handsome young man and predicted that she will have a gorgeous baby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Congrats once again to both of you. Thank you for revealing the father, I was dying of curiosity, I can sleep good now,” one fan wrote.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tessanne had been married to broadcaster Michael Anthony Cuffe Jr, but divorced in 2015 after four years of marriage. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Story written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Tessanne Chin reveals identity of baby daddy','','publish','open','closed','','tessanne-chin-reveals-identity-of-baby-daddy','','','2019-09-13 12:04:23','2019-09-13 17:04:23','',0,'https://buzz-caribbean.com/?p=8882',0,'post','',0),(8883,14,'2019-09-13 11:36:00','2019-09-13 16:36:00','','miss-lou-storyboard-fontana-buzz-demo','','inherit','open','closed','','miss-lou-storyboard-fontana-buzz-demo','','','2019-09-13 11:36:00','2019-09-13 16:36:00','',8871,'https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-storyboard-fontana-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8884,11,'2019-09-13 11:38:09','2019-09-13 16:38:09','','Apple_Apple-Arcade_Chu-Chu-Rocket_Buzz_Caribbean','','inherit','open','closed','','apple_apple-arcade_chu-chu-rocket_buzz_caribbean','','','2019-09-13 11:38:09','2019-09-13 16:38:09','',8857,'https://buzz-caribbean.com/app/uploads/2019/09/Apple_Apple-Arcade_Chu-Chu-Rocket_Buzz_Caribbean.jpg',0,'attachment','image/jpeg',0),(8885,11,'2019-09-13 11:38:12','2019-09-13 16:38:12','','Apple_Apple-Arcade_Exit-The-Gungeon_Buzz_Caribbean','','inherit','open','closed','','apple_apple-arcade_exit-the-gungeon_buzz_caribbean','','','2019-09-13 11:38:12','2019-09-13 16:38:12','',8857,'https://buzz-caribbean.com/app/uploads/2019/09/Apple_Apple-Arcade_Exit-The-Gungeon_Buzz_Caribbean.jpg',0,'attachment','image/jpeg',0),(8886,11,'2019-09-13 11:38:14','2019-09-13 16:38:14','','Apple_Apple-Arcade_Overland_Buzz_Caribbean','','inherit','open','closed','','apple_apple-arcade_overland_buzz_caribbean','','','2019-09-13 11:38:14','2019-09-13 16:38:14','',8857,'https://buzz-caribbean.com/app/uploads/2019/09/Apple_Apple-Arcade_Overland_Buzz_Caribbean.jpg',0,'attachment','image/jpeg',0),(8887,11,'2019-09-13 11:38:16','2019-09-13 16:38:16','','Apple_Apple-Arcade_Pac-Man_Buzz_Caribbean','','inherit','open','closed','','apple_apple-arcade_pac-man_buzz_caribbean','','','2019-09-13 11:38:16','2019-09-13 16:38:16','',8857,'https://buzz-caribbean.com/app/uploads/2019/09/Apple_Apple-Arcade_Pac-Man_Buzz_Caribbean.jpg',0,'attachment','image/jpeg',0),(8888,11,'2019-09-13 11:38:17','2019-09-13 16:38:17','','Apple_Apple-Arcade_Projection-First-Light_Buzz_Caribbean','','inherit','open','closed','','apple_apple-arcade_projection-first-light_buzz_caribbean','','','2019-09-13 11:38:17','2019-09-13 16:38:17','',8857,'https://buzz-caribbean.com/app/uploads/2019/09/Apple_Apple-Arcade_Projection-First-Light_Buzz_Caribbean.jpg',0,'attachment','image/jpeg',0),(8889,11,'2019-09-13 11:38:19','2019-09-13 16:38:19','','Apple_Apple-Arcade_Rayman-Mini_Buzz_Caribbean','','inherit','open','closed','','apple_apple-arcade_rayman-mini_buzz_caribbean','','','2019-09-13 11:38:19','2019-09-13 16:38:19','',8857,'https://buzz-caribbean.com/app/uploads/2019/09/Apple_Apple-Arcade_Rayman-Mini_Buzz_Caribbean.jpg',0,'attachment','image/jpeg',0),(8890,4,'2019-09-13 11:40:47','2019-09-13 16:40:47','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2WlN3_Jv7Y/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2WlN3_Jv7Y/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2WlN3_Jv7Y/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Brandon and I would like to say a huge thank you to everyone who offered such warm words of encouragement and congratulations over the past few days !!! We are honestly so grateful and blown away by your kindness in our journey to becoming parents for the very first time.  All our love and thanks guys !!! God bless ??❤️ Tess &amp; B ( AKA #MumAndDad ? #Cheesin ? #HappyFriday !!! ? )</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/thebestess/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Tessanne Chin</a> (@thebestess) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-13T13:20:02+00:00\">Sep 13, 2019 at 6:20am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','0b6c237e1b6da8f2af904d76b4ec5cf4','','','2019-09-13 11:40:47','2019-09-13 16:40:47','',0,'https://buzz-caribbean.com/article/0b6c237e1b6da8f2af904d76b4ec5cf4/',0,'oembed_cache','',0),(8891,11,'2019-09-13 11:41:01','2019-09-13 16:41:01','','Apple-tv-plus-launches-november-1-Buzz-Caribbean','','inherit','open','closed','','apple-tv-plus-launches-november-1-buzz-caribbean','','','2019-09-13 11:41:01','2019-09-13 16:41:01','',8857,'https://buzz-caribbean.com/app/uploads/2019/09/Apple-tv-plus-launches-november-1-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8892,14,'2019-09-13 11:43:14','2019-09-13 16:43:14','<!-- wp:image {\"id\":8697} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Andrew-holness-miss-lou-renaming-gordon-town-square.2JPG-1024x683.jpg\" alt=\"\" class=\"wp-image-8697\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many Jamaicans love Louise Bennett-Coverley,\nfrom the very young to the young-at-heart. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But for some, especially for the younger\ngenerations, asking them just what about the titular poetess and cultural icon\nthey love, and some are a little lost for words.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7883} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-3.jpg\" alt=\"\" class=\"wp-image-7883\" /><figcaption>Jamaica\'s cultural icon, comedienne and poetess Louise Bennett-Coverley (Photo: National Library of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fontana Pharmacy is stepping in to fill\nthat void in 2019, as Jamaica celebrates 100 days of ‘Miss Lou’ across the\ncountry, with its informative storyboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Director of Fontana Pharmacy, Kevin O’Brien Chang, in an interview with <strong>BUZZ</strong>, calls the initiative timely as the 100 days of Miss Lou celebrations continue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Well the reality is everybody loves Miss Lou in Jamaica, but a lot of people don’t know why they love her, especially young people. You can’t blame them, Ring Ding ended in 1980 and time flies; there hasn’t been much education for the youth about Miss Lou,” he began.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There’s a wonderful statue up at Miss Lou Square but if you go there, you won’t see anything [there] about Miss Lou. So, if you’re thinking, a little girl goes to her parent, ‘Daddy, who is Miss Lou?’. But they need deeper knowledge than ‘Oh, she wrote some poems and made us laugh.’,” O\'Brien Chang told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“She’s the mother of Jamaican culture, so we need to educate people. We are the world’s smallest, youngest cultural superpower, known everywhere – there’s no parallel in today’s world,” he explained further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8880} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kevin-obrien-chang-buzz-feature-1024x614.jpg\" alt=\"\" class=\"wp-image-8880\" /><figcaption>Author and Director of the Fontana Pharmacy franchise, Kevin O\'Brien Chang (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>\'Miss Lou gave a nation self-identity\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Miss Lou taught us to be confident in who we are. Before Miss Lou, we had a pseudo-British culture, we imitated them; we didn’t speak like ourselves, we were afraid to. She made us confidently speak like ourselves, [about] how we feel, in our own language,” O\'Brien Chang told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That’s a massive thing to give a nation self-confidence, [Miss Lou] transformed our self-identity and it wasn’t always like that,” the Fontana Chairman continued.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I see the gap; I see that young people love her but don’t know why the do, and so I said for [Miss Lou’s] 100th birthday, let us try and educate the young people about the fullness of Miss Lou,\" he asserted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“She not just a funny lady who wrote poems. She was a fighter for racial identity,” O’Brien Chang told <strong>BUZZ</strong>, adding that Miss Lou is arguably the greatest single contributor to Jamaican culture.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To this end, Fontant Pharmacy in\npartnership with the Ministry of Culture is distributing the Miss Lou storyboard\nto over 1,700 to every school across Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8883} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-storyboard-fontana-buzz-demo.jpg\" alt=\"\" class=\"wp-image-8883\" /><figcaption>A digital copy of the Miss Lou storyboard, obtained by BUZZ (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The national network of libraries, ministries, as well as embassies and other consulates, are also included in the island-wide roll-out of the Miss Lou storyboards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>O’Brien Chang told <strong>BUZZ</strong> that the storyboards can also be downloaded for free on the Fontana Pharmacy’s website.</p>\n<!-- /wp:paragraph -->','Fontana Pharmacy rolling out \'Miss Lou\' storyboard across Jamaican schools','','inherit','closed','closed','','8871-revision-v1','','','2019-09-13 11:43:14','2019-09-13 16:43:14','',8871,'https://buzz-caribbean.com/article/8871-revision-v1/',0,'revision','',0),(8894,4,'2019-09-13 11:45:47','2019-09-13 16:45:47','<!-- wp:paragraph -->\n<p>Jamaican songstress Tessanne\nChin has revealed the identity of her unborn baby’s father, and his name is\nBrandon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier today she\nposted a close-up photo of herself and her beau, casually dressed and wearing\nsunshades while looking up at the camera.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2WlN3_Jv7Y/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2WlN3_Jv7Y/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“Brandon and I would\nlike to say a huge thank you to everyone who offered such warm words of\nencouragement and congratulations over the past few days!!! We are honestly so\ngrateful and blown away by your kindness in our journey to becoming parents for\nthe very first time.&nbsp;&nbsp; All our\nlove and thanks guys!!! God bless…” she captioned the photo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tessanne had announced her pregnancy\nthree days ago, a few weeks after singer Tami Chynn gave birth to her son, Oz. &nbsp;&nbsp;On Tuesday she had posted a photo of a glittery\npair of pink baby shoes on Instagram with herself and a man kissing in the\ndistance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This morning, her\nfollowers, many of whom were highly curious about the identity of Chin’s\npartner, expressed delight that the 2013 winner of The Voice had netted a\nhandsome young man and predicted that she will have a gorgeous baby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Congrats once again to both of you. Thank you for revealing\nthe father, I was dying of curiosity, I can sleep good now,” one fan wrote. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Congrats on your journey to being a mom Ms. Tess! I am so\nexcited for you! Hi Brandon, we finally get to meet you. Treat our Tess nice, I\nhave been following her from&nbsp;Secret Hideaway&nbsp;days,” Roshane Reid\nwrote.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tessanne had been\nmarried to broadcaster Michael Anthony Cuffe Jr, but divorced in 2015 after\nfour years of marriage. <strong>&nbsp;</strong></p>\n<!-- /wp:paragraph -->','Tessanne Chin reveals identity of baby daddy','','inherit','closed','closed','','8882-revision-v1','','','2019-09-13 11:45:47','2019-09-13 16:45:47','',8882,'https://buzz-caribbean.com/article/8882-revision-v1/',0,'revision','',0),(8895,4,'2019-09-13 11:46:29','2019-09-13 16:46:29','','tessanne-chin-and-baby-daddy','','inherit','open','closed','','tessanne-chin-and-baby-daddy','','','2019-09-13 11:46:29','2019-09-13 16:46:29','',8882,'https://buzz-caribbean.com/app/uploads/2019/09/tessanne-chin-and-baby-daddy.jpg',0,'attachment','image/jpeg',0),(8896,11,'2019-09-13 11:48:21','2019-09-13 16:48:21','<iframe title=\"SEE – Official Trailer | Apple TV+\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/7Rg0y7NT1gU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','1a942b5780f20071ea1bdf9a884f9030','','','2019-09-13 11:48:21','2019-09-13 16:48:21','',0,'https://buzz-caribbean.com/article/1a942b5780f20071ea1bdf9a884f9030/',0,'oembed_cache','',0),(8897,4,'2019-09-13 11:53:19','2019-09-13 16:53:19','<!-- wp:image {\"id\":8895} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/tessanne-chin-and-baby-daddy.jpg\" alt=\"\" class=\"wp-image-8895\" /><figcaption>Tessanne Chin and Brandon, who is the father of her unborn child.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican songstress Tessanne\nChin has revealed the identity of her unborn baby’s father, and his name is\nBrandon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier Friday (Sept 13), she posted a close-up photo of herself and her beau, casually dressed and wearing sunshades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Brandon and I would like to say a huge thank you to everyone who offered such warm words of encouragement and congratulations over the past few days!!! We are honestly so grateful and blown away by your kindness in our journey to becoming parents for the very first time. All our love and thanks guys!!! God bless…,” she captioned the photo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2WlN3_Jv7Y/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2WlN3_Jv7Y/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Tessanne had announced her pregnancy three days ago, a few weeks after singer Tami Chynn gave birth to her son, Oz. On Tuesday she posted a photo of a glittery pair of pink baby shoes on Instagram with herself and a man kissing in the distance. On Friday (Sept 13), her followers, many of whom were highly curious about the identity of Chin’s partner, expressed delight that the 2013 winner of The Voice had netted a handsome young man and predicted that she will have a gorgeous baby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Congrats once again to both of you. Thank you for revealing the father, I was dying of curiosity, I can sleep good now,” one fan wrote.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tessanne had been married to broadcaster Michael Anthony Cuffe Jr, but divorced in 2015 after four years of marriage. </p>\n<!-- /wp:paragraph -->','Tessanne Chin reveals identity of baby daddy','','inherit','closed','closed','','8882-revision-v1','','','2019-09-13 11:53:19','2019-09-13 16:53:19','',8882,'https://buzz-caribbean.com/article/8882-revision-v1/',0,'revision','',0),(8898,4,'2019-09-13 11:55:09','2019-09-13 16:55:09','','tessanne-chin-and-baby-daddy-featured-image','','inherit','open','closed','','tessanne-chin-and-baby-daddy-featured-image','','','2019-09-13 11:55:09','2019-09-13 16:55:09','',8882,'https://buzz-caribbean.com/app/uploads/2019/09/tessanne-chin-and-baby-daddy-featured-image.jpg',0,'attachment','image/jpeg',0),(8899,16,'2019-09-13 14:24:02','2019-09-13 19:24:02','<!-- wp:image {\"id\":8904,\"align\":\"center\",\"width\":341,\"height\":163} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Resized-Outpost-Republic-Logo-1024x491.png\" alt=\"\" class=\"wp-image-8904\" width=\"341\" height=\"163\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p style=\"text-align:center\"><strong>Community Host</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Outpost Republic is looking for a Community Host\nwho is pleasant, full of personality and is energetic. The Community Host will\nbe working independently as well as with a small team, and must be organized,\nable to multi-task, manage time properly, and take initiative to make sure the\nlocation is running smoothly with little supervision. Our ideal candidate has\nstrong verbal and written communication skills and is very comfortable in a\ncustomer-facing role and ensures all customers have an outstanding experience\nat The OR. We are looking for a candidate who is entrepreneur-driven, who can\nbe flexible in their work and be dedicated to the overall goals of the company.\nSome of the tasks and responsibilities include:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Meet and Greet Customers, providing accurate\ndetails on products and services.</li><li>Take Bookings, create and send estimates, invoices\nand receive payments.</li><li>Creating a network with Guests and members by\nintroducing them to each other.</li><li>Prepare the space for Meetings and Events.\nClearing and cleaning up after.</li><li>Preparing hot beverages, serving and cleaning (washing\nof table wares), ensuring the space is kept clean and neat at all times.</li><li>Handling mail; Receiving, storing and\ndistributing.</li><li>Inventory management- keeping stock of items.</li><li>Support the Community Director with the overall\noperation.</li><li>Answer phone calls, send emails. Resolve all\ncustomer related issues professionally.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Qualifications</strong>:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>1-2 years of professional experience, preferable\nin a customer-facing role.</li><li>Bachelors’ degree in: Hospitality &amp; Tourism or\nMarketing.</li><li>Proficiency with Microsoft Office Suite (Excel,\nWord and PowerPoint).</li><li>Proficiency in operating on a Mac system.</li><li>Ability to be trained to use software.</li><li>Supervisory experience.</li></ul>\n<!-- /wp:list -->','Outpost Republic, a Community Host','','publish','closed','closed','','outpost-republic-a-community-host-8899','','','2019-09-16 09:21:25','2019-09-16 14:21:25','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=8899',0,'job','',0),(8900,11,'2019-09-13 11:55:47','2019-09-13 16:55:47','<!-- wp:paragraph -->\n<p>Apple’s September 10 Special Event shed\nsome light on two upcoming services, Apple Arcade and Apple TV+. The\nannouncements serve to cement Apple’s intention to move further into the realm\nof services to support its hardware product offerings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8891} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Apple-tv-plus-launches-november-1-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8891\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Apple Arcade is the company\'s game streaming service. For US$4.99 customers will enjoy unlimited access to over 100 exclusive games from popular developers like CAPCOM and Konami. There will also be a 1-month free trial available for first time users.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8858} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-18.png\" alt=\"\" class=\"wp-image-8858\" /><figcaption> Apple Arcade, featuring games such as “Skate City” from Snowman, is  playable from an all-new tab on the App Store across iPhone, iPad, iPod  touch, Mac and Apple TV. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The games will be available for download\nand users can play online or offline. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Service will be available on iPhone, iPad, iPad touch, the Mac and Apple TV. Users will be able to play on September 19, 2019. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[8884,8885,8886,8887,8888,8889]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Apple_Apple-Arcade_Chu-Chu-Rocket_Buzz_Caribbean.jpg\" alt=\"\" data-id=\"8884\" data-link=\"https://buzz-caribbean.com/?attachment_id=8884\" class=\"wp-image-8884\" /><figcaption> “ChuChu Rocket! Universe” from Sega. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Apple_Apple-Arcade_Exit-The-Gungeon_Buzz_Caribbean.jpg\" alt=\"\" data-id=\"8885\" data-link=\"https://buzz-caribbean.com/?attachment_id=8885\" class=\"wp-image-8885\" /><figcaption> “Exit the Gungeon” from Devolver. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Apple_Apple-Arcade_Overland_Buzz_Caribbean.jpg\" alt=\"\" data-id=\"8886\" data-link=\"https://buzz-caribbean.com/?attachment_id=8886\" class=\"wp-image-8886\" /><figcaption> “Overland” from Finji. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Apple_Apple-Arcade_Pac-Man_Buzz_Caribbean.jpg\" alt=\"\" data-id=\"8887\" data-link=\"https://buzz-caribbean.com/?attachment_id=8887\" class=\"wp-image-8887\" /><figcaption> “PAC-MAN PARTY ROYALE” from Bandai Namco. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Apple_Apple-Arcade_Projection-First-Light_Buzz_Caribbean.jpg\" alt=\"\" data-id=\"8888\" data-link=\"https://buzz-caribbean.com/?attachment_id=8888\" class=\"wp-image-8888\" /><figcaption> “Projection: First Light” from Blowfish. </figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Apple_Apple-Arcade_Rayman-Mini_Buzz_Caribbean.jpg\" alt=\"\" data-id=\"8889\" data-link=\"https://buzz-caribbean.com/?attachment_id=8889\" class=\"wp-image-8889\" /><figcaption> “Rayman Mini” from Ubisoft. </figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Apple TV+ aims to compete with Netflix, Amazon Prime Video and other video streaming platforms. The service will cost users US$4.99 per month with a 7-day free trial. Up to six family members can share one Apple TV+ subscription. The streaming service includes several exclusive titles such as:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>“See” starring Jason Momoa and Alfre Woodard</li><li>“The Morning Show” produced by Jennifer Aniston and Reese Witherspoon and starring Steve Carell.</li><li>“For All Mankind” from Ronald D. Moore</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=eA7D4_qU9jo\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=eA7D4_qU9jo\n</div><figcaption> Apple’s “The Morning Show” will debut exclusively on Apple TV+ on November 1. </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Apple users can stream from a compatible\niPhone, iPad, Apple TV, iPod touch or Mac. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?time_continue=16\\u0026v=7Rg0y7NT1gU\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?time_continue=16&amp;v=7Rg0y7NT1gU\n</div><figcaption>Official trailer for the movie \"See\" exclusively available on Apple TV+</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Apple is sweetening the deal with Apple TV+ for new hardware purchases. Starting September 10, 2019, all new iPhone, iPad, Apple TV, iPod touch or Mac purchases will come with 1-year free Apple TV+ subscription. This is a smart move by Apple. Netflix dominates the streaming service domain and if they hope to make a dent in the market, offering the service with new purchases can also pull loyal Apple customers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8879} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-21.png\" alt=\"\" class=\"wp-image-8879\" /><figcaption> Subscribers can watch Apple TV+ originals on the Apple TV app, which is  available on iPhone, iPad, Apple TV, iPod touch and select Samsung smart  TVs, and will be coming soon to Mac and to Amazon Fire TV, LG, Roku,  Sony and VIZIO platforms in the future. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Users can start using the service on\nNovember 1<sup>st,</sup> 2019 and customers can also subscribe and watch\ncontent from a Chrome or Firefox browser. Apple TV+ will also be available on\nthe Apple TV app included on some 2018/2019 and newer Samsung Smart TVs and LG,\nSony, Amazon Fire TV, Roku and or VIZIO systems soon. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Renor C.</em></strong></p>\n<!-- /wp:paragraph -->','Enjoy screen time: Apple Arcade and Apple TV+ are here','','inherit','closed','closed','','8857-revision-v1','','','2019-09-13 11:55:47','2019-09-13 16:55:47','',8857,'https://buzz-caribbean.com/article/8857-revision-v1/',0,'revision','',0),(8901,11,'2019-09-13 11:55:48','2019-09-13 16:55:48','<iframe title=\"The Morning Show — Official Trailer | Apple TV+\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/eA7D4_qU9jo?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','a3fd10f4f0aead877711424838c43f7c','','','2019-09-13 11:55:48','2019-09-13 16:55:48','',0,'https://buzz-caribbean.com/article/a3fd10f4f0aead877711424838c43f7c/',0,'oembed_cache','',0),(8902,4,'2019-09-13 12:00:02','2019-09-13 17:00:02','<!-- wp:image {\"id\":8895} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/tessanne-chin-and-baby-daddy.jpg\" alt=\"\" class=\"wp-image-8895\" /><figcaption>Tessanne Chin and Brandon, who is the father of her unborn child.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican songstress Tessanne\nChin has revealed the identity of her unborn baby’s father, and his name is\nBrandon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier Friday (Sept 13), she posted a close-up photo of herself and her beau, casually dressed and wearing sunshades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Brandon and I would like to say a huge thank you to everyone who offered such warm words of encouragement and congratulations over the past few days!!! We are honestly so grateful and blown away by your kindness in our journey to becoming parents for the very first time. All our love and thanks guys!!! God bless…,” she captioned the photo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2WlN3_Jv7Y/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2WlN3_Jv7Y/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Tessanne had announced her pregnancy three days ago, a few weeks after singer Tami Chynn gave birth to her son, Oz. On Tuesday she posted a photo of a glittery pair of pink baby shoes on Instagram with herself and a man kissing in the distance. On Friday (Sept 13), her followers, many of whom were highly curious about the identity of Chin’s partner, expressed delight that the 2013 winner of The Voice had netted a handsome young man and predicted that she will have a gorgeous baby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Congrats once again to both of you. Thank you for revealing the father, I was dying of curiosity, I can sleep good now,” one fan wrote.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tessanne had been married to broadcaster Michael Anthony Cuffe Jr, but divorced in 2015 after four years of marriage. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Story written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Tessanne Chin reveals identity of baby daddy','','inherit','closed','closed','','8882-revision-v1','','','2019-09-13 12:00:02','2019-09-13 17:00:02','',8882,'https://buzz-caribbean.com/article/8882-revision-v1/',0,'revision','',0),(8903,16,'2019-09-13 12:01:31','2019-09-13 17:01:31','','Outpost Republic Logo','','inherit','open','closed','','outpost-republic-logo','','','2019-09-13 12:01:55','2019-09-13 17:01:55','',8899,'https://buzz-caribbean.com/app/uploads/2019/09/Outpost-Republic-Logo.png',0,'attachment','image/png',0),(8904,16,'2019-09-13 12:04:01','2019-09-13 17:04:01','','Resized-Outpost-Republic-Logo','','inherit','open','closed','','resized-outpost-republic-logo','','','2019-09-13 12:04:01','2019-09-13 17:04:01','',8899,'https://buzz-caribbean.com/app/uploads/2019/09/Resized-Outpost-Republic-Logo.png',0,'attachment','image/png',0),(8905,4,'2019-09-13 12:04:22','2019-09-13 17:04:22','<!-- wp:image {\"id\":8895} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/tessanne-chin-and-baby-daddy.jpg\" alt=\"\" class=\"wp-image-8895\" /><figcaption>Tessanne Chin and Brandon, who is the father of her unborn child.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaican songstress Tessanne\nChin has revealed the identity of her unborn baby’s father, and his name is\nBrandon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier Friday (Sept 13), she posted a close-up photo of herself and her beau, casually dressed and wearing sunshades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Brandon and I would like to say a huge thank you to everyone who offered such warm words of encouragement and congratulations over the past few days!!! We are honestly so grateful and blown away by your kindness in our journey to becoming parents for the very first time.&nbsp;All our love and thanks guys!!! God bless…,” she captioned the photo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2WlN3_Jv7Y/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2WlN3_Jv7Y/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Tessanne had announced her pregnancy three days ago, a few weeks after singer Tami Chynn gave birth to her son, Oz. On Tuesday she posted a photo of a glittery pair of pink baby shoes on Instagram with herself and a man kissing in the distance. On Friday (Sept 13), her followers, many of whom were highly curious about the identity of Chin’s partner, expressed delight that the 2013 winner of The Voice had netted a handsome young man and predicted that she will have a gorgeous baby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Congrats once again to both of you. Thank you for revealing the father, I was dying of curiosity, I can sleep good now,” one fan wrote.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tessanne had been married to broadcaster Michael Anthony Cuffe Jr, but divorced in 2015 after four years of marriage. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>—Story written by Claudia Gardner</em></strong></p>\n<!-- /wp:paragraph -->','Tessanne Chin reveals identity of baby daddy','','inherit','closed','closed','','8882-revision-v1','','','2019-09-13 12:04:22','2019-09-13 17:04:22','',8882,'https://buzz-caribbean.com/article/8882-revision-v1/',0,'revision','',0),(8907,11,'2019-09-13 12:14:24','2019-09-13 17:14:24','','Miss-Lou-Statue-Gordon-Town','','inherit','open','closed','','miss-lou-statue-gordon-town','','','2019-09-13 12:14:24','2019-09-13 17:14:24','',8871,'https://buzz-caribbean.com/app/uploads/2019/09/Miss-Lou-Statue-Gordon-Town.jpg',0,'attachment','image/jpeg',0),(8908,11,'2019-09-13 12:17:24','2019-09-13 17:17:24','','Miss-Lou-Statue-Inscription-Buzz','','inherit','open','closed','','miss-lou-statue-inscription-buzz','','','2019-09-13 12:17:24','2019-09-13 17:17:24','',8871,'https://buzz-caribbean.com/app/uploads/2019/09/Miss-Lou-Statue-Inscription-Buzz.jpg',0,'attachment','image/jpeg',0),(8909,11,'2019-09-13 12:21:06','2019-09-13 17:21:06','','Murals-Miss-Lou-Gordon-Town-Buzz','','inherit','open','closed','','murals-miss-lou-gordon-town-buzz','','','2019-09-13 12:21:06','2019-09-13 17:21:06','',8871,'https://buzz-caribbean.com/app/uploads/2019/09/Murals-Miss-Lou-Gordon-Town-Buzz.jpg',0,'attachment','image/jpeg',0),(8911,16,'2019-09-13 12:23:14','2019-09-13 17:23:14','','CW-Communications-Logo_400x400','','inherit','open','closed','','cw-communications-logo_400x400','','','2019-09-13 12:23:14','2019-09-13 17:23:14','',0,'https://buzz-caribbean.com/app/uploads/2019/09/CW-Communications-Logo_400x400.jpg',0,'attachment','image/jpeg',0),(8912,16,'2019-09-13 12:24:41','2019-09-13 17:24:41','','CW_Communication_logo','','inherit','open','closed','','cw_communication_logo','','','2019-09-13 12:24:41','2019-09-13 17:24:41','',0,'https://buzz-caribbean.com/app/uploads/2019/09/CW_Communication_logo.jpg',0,'attachment','image/jpeg',0),(8913,11,'2019-09-13 12:24:58','2019-09-13 17:24:58','','Miss Lou Gordon Town Buzz','','inherit','open','closed','','miss-lou-gordon-town-buzz','','','2019-09-13 12:24:58','2019-09-13 17:24:58','',8871,'https://buzz-caribbean.com/app/uploads/2019/09/Miss-Lou-Gordon-Town-Buzz.jpg',0,'attachment','image/jpeg',0),(8914,11,'2019-09-13 12:25:07','2019-09-13 17:25:07','<!-- wp:image {\"id\":8697} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Andrew-holness-miss-lou-renaming-gordon-town-square.2JPG-1024x683.jpg\" alt=\"\" class=\"wp-image-8697\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many Jamaicans love Louise Bennett-Coverley,\nfrom the very young to the young-at-heart. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But for some, especially for the younger\ngenerations, asking them just what about the titular poetess and cultural icon\nthey love, and some are a little lost for words.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7883} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-3.jpg\" alt=\"\" class=\"wp-image-7883\" /><figcaption>Jamaica\'s cultural icon, comedienne and poetess Louise Bennett-Coverley (Photo: National Library of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fontana Pharmacy is stepping in to fill\nthat void in 2019, as Jamaica celebrates 100 days of ‘Miss Lou’ across the\ncountry, with its informative storyboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Director of Fontana Pharmacy, Kevin O’Brien Chang, in an interview with <strong>BUZZ</strong>, calls the initiative timely as the 100 days of Miss Lou celebrations continue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Well the reality is everybody loves Miss Lou in Jamaica, but a lot of people don’t know why they love her, especially young people. You can’t blame them, Ring Ding ended in 1980 and time flies; there hasn’t been much education for the youth about Miss Lou,” he began.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8908} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Miss-Lou-Statue-Inscription-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-8908\" /><figcaption>Inscription on Miss Lou\'s statue in Gordon Town, St Andrew (Photo: Dennis Brown) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“There’s a wonderful statue up at Miss Lou Square but if you go there, you won’t see anything [there] about Miss Lou. So, if you’re thinking, a little girl goes to her parent, ‘Daddy, who is Miss Lou?’. But they need deeper knowledge than ‘Oh, she wrote some poems and made us laugh.’,” O\'Brien Chang told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8907} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Miss-Lou-Statue-Gordon-Town-1024x682.jpg\" alt=\"\" class=\"wp-image-8907\" /><figcaption>Statue of Miss Lou in Gordon Town Square, St Andrew (Photo: Dennis Brown) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“She’s the mother of Jamaican culture, so we need to educate people. We are the world’s smallest, youngest cultural superpower, known everywhere – there’s no parallel in today’s world,” he explained further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8880} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kevin-obrien-chang-buzz-feature-1024x614.jpg\" alt=\"\" class=\"wp-image-8880\" /><figcaption>Author and Director of the Fontana Pharmacy franchise, Kevin O\'Brien Chang (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>\'Miss Lou gave a nation self-identity\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Miss Lou taught us to be confident in who we are. Before Miss Lou, we had a pseudo-British culture, we imitated them; we didn’t speak like ourselves, we were afraid to. She made us confidently speak like ourselves, [about] how we feel, in our own language,” O\'Brien Chang told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That’s a massive thing to give a nation self-confidence, [Miss Lou] transformed our self-identity and it wasn’t always like that,” the Fontana Chairman continued.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I see the gap; I see that young people love her but don’t know why the do, and so I said for [Miss Lou’s] 100th birthday, let us try and educate the young people about the fullness of Miss Lou,\" he asserted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8909} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Murals-Miss-Lou-Gordon-Town-Buzz-1024x683.jpg\" alt=\"Murals along the wall in Gordon Town Square, St Andrew showcasing cultural icon Miss Lou\" class=\"wp-image-8909\" /><figcaption>Murals along the wall in Gordon Town Square, St Andrew showcasing cultural icon Miss Lou (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“She not just a funny lady who wrote poems. She was a fighter for racial identity,” O’Brien Chang told <strong>BUZZ</strong>, adding that Miss Lou is arguably the greatest single contributor to Jamaican culture.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To this end, Fontana Pharmacy in partnership with the Ministry of Culture is distributing the Miss Lou storyboard to over 1,700 to every school across Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8883} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-storyboard-fontana-buzz-demo.jpg\" alt=\"A digital copy of the Miss Lou storyboard, obtained by BUZZ \" class=\"wp-image-8883\" /><figcaption>A digital copy of the Miss Lou storyboard, obtained by BUZZ (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The national network of libraries, ministries, as well as embassies and other consulates, are also included in the island-wide roll-out of the Miss Lou storyboards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>O’Brien Chang told <strong>BUZZ</strong> that the storyboards can also be downloaded for free on the Fontana Pharmacy’s website.</p>\n<!-- /wp:paragraph -->','Fontana Pharmacy rolling out \'Miss Lou\' storyboard across Jamaican schools','','inherit','closed','closed','','8871-revision-v1','','','2019-09-13 12:25:07','2019-09-13 17:25:07','',8871,'https://buzz-caribbean.com/article/8871-revision-v1/',0,'revision','',0),(8915,21,'2019-09-13 12:41:06','2019-09-13 17:41:06','<!-- wp:paragraph -->\n<p>Minister of Health and\nWellness, Dr. the Hon. Christopher Tufton, says manufacturers should measure the\nsuccess of their businesses by the level of contribution to the good of\nsociety.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8916} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Cheers-To-Healthy-Beverages-Buzz-Caribbean-1024x682.jpg\" alt=\"\" class=\"wp-image-8916\" /><figcaption> Minister of Health and Wellness, Dr. the Hon. Christopher Tufton (left), and Chairman of the LASCO Group of Companies, Lascelles Chin, test samples of LASCO Manufacturing Limited’s 50 per cent less sugar iCool drinks. Occasion was a press conference held yesterday (September 12), at the Terra Nova All-Suite Hotel in St. Andrew to announce the development. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Addressing a press conference on September 12, at the Terra Nova All-Suite Hotel in St. Andrew, to announce LASCO Manufacturing Limited’s reduction of 50 per cent of sugar in a number of its iCool products, the Minister said just as the volume of sales and increase in profits are crucial for the entities to be sustained, the health of the population is necessary to support them. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Sustainability is not going to happen if there are not consumers around who are productive, who are healthy, and can afford the goods and services that a company has to offer,” Dr.  Tufton told the gathering.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8917} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Christopher-Tufton-Lascelles-Chin-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-8917\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> The Minister said he is pleased with the move by LASCO, which is a company that is steeped in innovation, and is “responsive to the demands and sensitivities of its marketplace, and prides itself in offering value”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Tufton further added that commendations must be given to the management of the company, as consumer information and protection are “fundamental” in the wellness policy of his Ministry, and LASCO has demonstrated an awareness that is “important for us to co-exist”.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8918} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Lascelles-Chin-Christopher-Tufton-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-8918\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Chairman of the company, Lascelles Chin, said LASCO has invested “considerable resources” in research and development, aimed at making products to offer options, and with reduced sugar content. “We are committed to this strategy, which began just over two years ago,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Chin said the new\nrange of iCool drinks conforms with the Ministry of Health and Wellness’\nguidelines for sugar levels in products that can be sold in schools, and that\nthe “achievement” is the result of a combination of improvements and “the\nbalanced use of natural and other approved ingredients”.  </p>\n<!-- /wp:paragraph -->','Health Minister says manufacturers should contribute to good of society','','publish','open','closed','','health-minister-says-manufacturers-should-contribute-to-good-of-society','','','2019-09-13 12:41:06','2019-09-13 17:41:06','',0,'https://buzz-caribbean.com/?p=8915',0,'post','',0),(8916,11,'2019-09-13 12:36:30','2019-09-13 17:36:30','','Cheers-To-Healthy-Beverages-Buzz-Caribbean','','inherit','open','closed','','cheers-to-healthy-beverages-buzz-caribbean','','','2019-09-13 12:36:30','2019-09-13 17:36:30','',8915,'https://buzz-caribbean.com/app/uploads/2019/09/Cheers-To-Healthy-Beverages-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8917,11,'2019-09-13 12:37:42','2019-09-13 17:37:42','','Christopher-Tufton-Lascelles-Chin-Buzz-Caribbean','','inherit','open','closed','','christopher-tufton-lascelles-chin-buzz-caribbean','','','2019-09-13 12:37:42','2019-09-13 17:37:42','',8915,'https://buzz-caribbean.com/app/uploads/2019/09/Christopher-Tufton-Lascelles-Chin-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8918,11,'2019-09-13 12:39:54','2019-09-13 17:39:54','','Lascelles-Chin-Christopher-Tufton-Buzz-Caribbean','','inherit','open','closed','','lascelles-chin-christopher-tufton-buzz-caribbean','','','2019-09-13 12:39:54','2019-09-13 17:39:54','',8915,'https://buzz-caribbean.com/app/uploads/2019/09/Lascelles-Chin-Christopher-Tufton-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8919,14,'2019-09-13 12:40:32','2019-09-13 17:40:32','','Ceej Arts Featured Image Buzz Exclusive 2','','inherit','open','closed','','ceej-arts-featured-image-buzz-exclusive-2','','','2019-09-13 12:40:32','2019-09-13 17:40:32','',8861,'https://buzz-caribbean.com/app/uploads/2019/09/ceej-arts-featured-image-buzz-exclusive-2.jpg',0,'attachment','image/jpeg',0),(8920,11,'2019-09-13 12:41:06','2019-09-13 17:41:06','<!-- wp:paragraph -->\n<p>Minister of Health and\nWellness, Dr. the Hon. Christopher Tufton, says manufacturers should measure the\nsuccess of their businesses by the level of contribution to the good of\nsociety.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8916} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Cheers-To-Healthy-Beverages-Buzz-Caribbean-1024x682.jpg\" alt=\"\" class=\"wp-image-8916\" /><figcaption> Minister of Health and Wellness, Dr. the Hon. Christopher Tufton (left), and Chairman of the LASCO Group of Companies, Lascelles Chin, test samples of LASCO Manufacturing Limited’s 50 per cent less sugar iCool drinks. Occasion was a press conference held yesterday (September 12), at the Terra Nova All-Suite Hotel in St. Andrew to announce the development. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Addressing a press conference on September 12, at the Terra Nova All-Suite Hotel in St. Andrew, to announce LASCO Manufacturing Limited’s reduction of 50 per cent of sugar in a number of its iCool products, the Minister said just as the volume of sales and increase in profits are crucial for the entities to be sustained, the health of the population is necessary to support them. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Sustainability is not going to happen if there are not consumers around who are productive, who are healthy, and can afford the goods and services that a company has to offer,” Dr.  Tufton told the gathering.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8917} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Christopher-Tufton-Lascelles-Chin-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-8917\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> The Minister said he is pleased with the move by LASCO, which is a company that is steeped in innovation, and is “responsive to the demands and sensitivities of its marketplace, and prides itself in offering value”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Tufton further added that commendations must be given to the management of the company, as consumer information and protection are “fundamental” in the wellness policy of his Ministry, and LASCO has demonstrated an awareness that is “important for us to co-exist”.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8918} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Lascelles-Chin-Christopher-Tufton-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-8918\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, Chairman of the company, Lascelles Chin, said LASCO has invested “considerable resources” in research and development, aimed at making products to offer options, and with reduced sugar content. “We are committed to this strategy, which began just over two years ago,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Chin said the new\nrange of iCool drinks conforms with the Ministry of Health and Wellness’\nguidelines for sugar levels in products that can be sold in schools, and that\nthe “achievement” is the result of a combination of improvements and “the\nbalanced use of natural and other approved ingredients”.  </p>\n<!-- /wp:paragraph -->','Health Minister says manufacturers should contribute to good of society','','inherit','closed','closed','','8915-revision-v1','','','2019-09-13 12:41:06','2019-09-13 17:41:06','',8915,'https://buzz-caribbean.com/article/8915-revision-v1/',0,'revision','',0),(8924,11,'2019-09-13 12:48:44','2019-09-13 17:48:44','<!-- wp:image {\"id\":8745} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ICool-Reduced-Sugar-B-1024x683.jpg\" alt=\"Chairman of Lasco, Lascelles Chin (left), chats with Dr Christopher Tufton, Minister of Health and Wellness. (Photos: Contributed) \" class=\"wp-image-8745\" /><figcaption>Chairman of Lasco, Lascelles Chin (left), chats with Dr Christopher Tufton, Minister of Health and Wellness. (Photos: Contributed) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The new Lasco iCool Reduced Sugar has been on the Jamaican market since August and is produced with 50 per cent less sugar. The product was officially introduced Thursday morning at Terra Nova Hotel in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><a href=\"https://buzz-caribbean.com/article/health-minister-says-manufacturers-should-contribute-to-good-of-society/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Health Minister says manufacturers should contribute to good of society (opens in a new tab)\">Health Minister says manufacturers should contribute to good of society</a></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Lascelles Chin, the chairman of\nLasco, said that the product is part of the company\'s effort to comply with the\nMinistry of Health and Wellness\' campaign for manufacturers to reduce the\namount of sugar placed in products for the Jamaican market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8746} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ICool-Reduced-Sugar-C-1024x683.jpg\" alt=\"\" class=\"wp-image-8746\" /><figcaption>ICool Reduced Sugar drinks have 50 per cent less sugar.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Chin said that ICool Reduced Sugar\nwill be geared towards schools but will also be available for purchase by the\nwider Jamaican society. He said the company is looking at exporting the product\nto the Caribbean market shortly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The new product will contain four grams of sugar per 100 mm, which is 9.6 grams of sugar per 240mm serving. The flavours are fruit punch, melon berry, guava pine, pom passion, tangerine and strawbanana. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ was at the official introduction of the iCool Reduced Sugar. See gallery below. </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[8747,8748,8749,8750]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ICool-Reduced-Sugar-A-1024x683.jpg\" alt=\"\" data-id=\"8747\" data-link=\"https://buzz-caribbean.com/?attachment_id=8747\" class=\"wp-image-8747\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ICool-Reduced-Sugar-D-1024x683.jpg\" alt=\"\" data-id=\"8748\" data-link=\"https://buzz-caribbean.com/?attachment_id=8748\" class=\"wp-image-8748\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ICool-Reduced-Sugar-E-1024x683.jpg\" alt=\"\" data-id=\"8749\" data-link=\"https://buzz-caribbean.com/?attachment_id=8749\" class=\"wp-image-8749\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ICool-Reduced-Sugar-F-1024x683.jpg\" alt=\"\" data-id=\"8750\" data-link=\"https://buzz-caribbean.com/?attachment_id=8750\" class=\"wp-image-8750\" /></figure></li></ul>\n<!-- /wp:gallery -->','iCool Reduced Sugar hits local market','','inherit','closed','closed','','8744-revision-v1','','','2019-09-13 12:48:44','2019-09-13 17:48:44','',8744,'https://buzz-caribbean.com/article/8744-revision-v1/',0,'revision','',0),(8925,21,'2019-09-13 13:02:59','2019-09-13 18:02:59','<!-- wp:paragraph -->\n<p>The nominations are out for the 2019 BET Hip Hop Award and Bronx rapper Cardi B is leading the pack with 10 nominations. The “<a rel=\"noreferrer noopener\" aria-label=\"Press (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=cJc7xWJbwJw\" target=\"_blank\">Press</a>” rapper is fighting for Hot Ticket Performer, Hustler of the Year, Best Collab, Single of the Year, and more. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cardi B hasn\'t released another album since her debut album “Invasion of Privacy” in 2018, but the fashionista stayed on top with three-billboard hot 100 chart toppers \"<a rel=\"noreferrer noopener\" aria-label=\"Money (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=zUOh09GoQgk\" target=\"_blank\">Money</a>\", \"Press,\" and \"Please Me\" featuring Bruno Mars.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=3y-O-4IL-PU\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=3y-O-4IL-PU\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>In second place, we have DJ Khaled, Travis Scott, and J. Cole with eight nominations followed by Canadian rapper Drake with seven nominations. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8927} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/DJ-Kahled-Buzz-Caribbean-1024x683.jpeg\" alt=\"\" class=\"wp-image-8927\" /><figcaption>DJ Kahled</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The late Nipsey Hussel steady in the game with five nominations that include, Lyricist of the Year, MVP of the Year, Hustler of the Year, Best Collab and more. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8929} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/nipsey_hussle_Buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-8929\" /><figcaption>Late rapper Nipsey Hussel  (Photo: grammy.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A new category on the roster for the 13-year award show titled “Best International Flow”, will be highlighting international artistes from Canada, Ghana, South Africa, France, U.K., and Nigeria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8928} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/cobb-energy-performing-arts-centre-Buzz-1024x505.jpg\" alt=\"\" class=\"wp-image-8928\" /><figcaption>Cobb Energy Center - home for this year\'s BET Hip Hop Awards</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The show is returning to their home Atlanta at Cobb Energy Center after chilling in Miami for two years. To see all the festivities unfold tune in to BET on October 8, at 8 P.M EST. </p>\n<!-- /wp:paragraph -->','Nominations out for BET Hip Hop Awards','','publish','open','closed','','nominations-out-for-bet-hip-hop-awards','','','2019-09-13 13:03:00','2019-09-13 18:03:00','',0,'https://buzz-caribbean.com/?p=8925',0,'post','',0),(8926,11,'2019-09-13 12:55:37','2019-09-13 17:55:37','<iframe title=\"Cardi B &amp; Bruno Mars - Please Me (Official Video)\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/3y-O-4IL-PU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','8de643af987f10574874ba877789e3c9','','','2019-09-13 12:55:37','2019-09-13 17:55:37','',0,'https://buzz-caribbean.com/article/8de643af987f10574874ba877789e3c9/',0,'oembed_cache','',0),(8927,11,'2019-09-13 12:55:47','2019-09-13 17:55:47','','DJ-Kahled-Buzz-Caribbean','','inherit','open','closed','','dj-kahled-buzz-caribbean','','','2019-09-13 12:55:47','2019-09-13 17:55:47','',8925,'https://buzz-caribbean.com/app/uploads/2019/09/DJ-Kahled-Buzz-Caribbean.jpeg',0,'attachment','image/jpeg',0),(8928,11,'2019-09-13 12:58:03','2019-09-13 17:58:03','','cobb-energy-performing-arts-centre-Buzz','','inherit','open','closed','','cobb-energy-performing-arts-centre-buzz','','','2019-09-13 12:58:03','2019-09-13 17:58:03','',8925,'https://buzz-caribbean.com/app/uploads/2019/09/cobb-energy-performing-arts-centre-Buzz.jpg',0,'attachment','image/jpeg',0),(8929,11,'2019-09-13 13:01:05','2019-09-13 18:01:05','','nipsey_hussle_Buzz','','inherit','open','closed','','nipsey_hussle_buzz','','','2019-09-13 13:01:05','2019-09-13 18:01:05','',8925,'https://buzz-caribbean.com/app/uploads/2019/09/nipsey_hussle_Buzz.jpg',0,'attachment','image/jpeg',0),(8930,11,'2019-09-13 13:02:39','2019-09-13 18:02:39','','Cardi B Buzz Caribbean Feature Image','','inherit','open','closed','','cardi-b-buzz-caribbean-feature-image','','','2019-09-13 13:02:39','2019-09-13 18:02:39','',8925,'https://buzz-caribbean.com/app/uploads/2019/09/Cardi-B-Buzz-Caribbean-Feature-Image.jpg',0,'attachment','image/jpeg',0),(8931,11,'2019-09-13 13:02:59','2019-09-13 18:02:59','<!-- wp:paragraph -->\n<p>The nominations are out for the 2019 BET Hip Hop Award and Bronx rapper Cardi B is leading the pack with 10 nominations. The “<a rel=\"noreferrer noopener\" aria-label=\"Press (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=cJc7xWJbwJw\" target=\"_blank\">Press</a>” rapper is fighting for Hot Ticket Performer, Hustler of the Year, Best Collab, Single of the Year, and more. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cardi B hasn\'t released another album since her debut album “Invasion of Privacy” in 2018, but the fashionista stayed on top with three-billboard hot 100 chart toppers \"<a rel=\"noreferrer noopener\" aria-label=\"Money (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=zUOh09GoQgk\" target=\"_blank\">Money</a>\", \"Press,\" and \"Please Me\" featuring Bruno Mars.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=3y-O-4IL-PU\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=3y-O-4IL-PU\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>In second place, we have DJ Khaled, Travis Scott, and J. Cole with eight nominations followed by Canadian rapper Drake with seven nominations. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8927} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/DJ-Kahled-Buzz-Caribbean-1024x683.jpeg\" alt=\"\" class=\"wp-image-8927\" /><figcaption>DJ Kahled</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The late Nipsey Hussel steady in the game with five nominations that include, Lyricist of the Year, MVP of the Year, Hustler of the Year, Best Collab and more. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8929} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/nipsey_hussle_Buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-8929\" /><figcaption>Late rapper Nipsey Hussel  (Photo: grammy.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A new category on the roster for the 13-year award show titled “Best International Flow”, will be highlighting international artistes from Canada, Ghana, South Africa, France, U.K., and Nigeria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8928} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/cobb-energy-performing-arts-centre-Buzz-1024x505.jpg\" alt=\"\" class=\"wp-image-8928\" /><figcaption>Cobb Energy Center - home for this year\'s BET Hip Hop Awards</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The show is returning to their home Atlanta at Cobb Energy Center after chilling in Miami for two years. To see all the festivities unfold tune in to BET on October 8, at 8 P.M EST. </p>\n<!-- /wp:paragraph -->','Nominations out for BET Hip Hop Awards','','inherit','closed','closed','','8925-revision-v1','','','2019-09-13 13:02:59','2019-09-13 18:02:59','',8925,'https://buzz-caribbean.com/article/8925-revision-v1/',0,'revision','',0),(8932,23,'2019-09-13 13:32:47','2019-09-13 18:32:47','<!-- wp:paragraph -->\n<p>Jamaican and world football star Leon Bailey added to his impressive resumé following his recent gold star rating for FIFA 19.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican international player recently took to social media to express his thanks to EA Sports while posing with his rating card which shows an overall rating of 84, a decent figure for a player of his calibre.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2Wyip6Ig87/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2Wyip6Ig87/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>This is certainly the highest rating for a Jamaican\ninternational and it\'s because of Bailey\'s hard work while now playing in the\nGerman Bundesliga with Bayer Leverkusen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":56} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Leon_Bailey_Barmenia_Buzz.jpg\" alt=\"Footballer Leon Bailey celebrating on the field\" class=\"wp-image-56\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bailey\'s rating card features stats such as acceleration\nattribute in the 90\'s and dribbling in the high 80\'s. Based on the game, he has\nthe potential of reaching an overall rating on 89.</p>\n<!-- /wp:paragraph -->','Leon Bailey gets Gold rating on FIFA 19','','publish','open','closed','','leon-bailey-gets-gold-rating-on-fifa-19','','','2019-09-13 15:10:09','2019-09-13 20:10:09','',0,'https://buzz-caribbean.com/?p=8932',0,'post','',0),(8933,11,'2019-09-13 13:25:39','2019-09-13 18:25:39','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2Wyip6Ig87/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2Wyip6Ig87/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2Wyip6Ig87/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Thx to @easportsfifa ⚡️?⚡️ the last FUT19 of the year. FIFA20 soon, let’s go. ????? #LB9</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/leonbailey_9/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Leon Bailey ⚽️✞</a> (@leonbailey_9) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-13T15:16:27+00:00\">Sep 13, 2019 at 8:16am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','e7ea3049a13a6602894c420f3b1453b0','','','2019-09-13 13:25:39','2019-09-13 18:25:39','',0,'https://buzz-caribbean.com/article/e7ea3049a13a6602894c420f3b1453b0/',0,'oembed_cache','',0),(8937,11,'2019-09-13 13:32:47','2019-09-13 18:32:47','<!-- wp:paragraph -->\n<p>Jamaican and world football star Leon Bailey added to his impressive resumé following his recent gold star rating for FIFA 19.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican international player recently took to social media to express his thanks to EA Sports while posing with his rating card which shows an overall rating of 84, a decent figure for a player of his calibre.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2Wyip6Ig87/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2Wyip6Ig87/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>This is certainly the highest rating for a Jamaican\ninternational and it\'s because of Bailey\'s hard work while now playing in the\nGerman Bundesliga with Bayer Leverkusen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":56} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/07/Leon_Bailey_Barmenia_Buzz.jpg\" alt=\"Footballer Leon Bailey celebrating on the field\" class=\"wp-image-56\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bailey\'s rating card features stats such as acceleration\nattribute in the 90\'s and dribbling in the high 80\'s. Based on the game, he has\nthe potential of reaching an overall rating on 89.</p>\n<!-- /wp:paragraph -->','Leon Bailey gets Gold rating on FIFA 19','','inherit','closed','closed','','8932-revision-v1','','','2019-09-13 13:32:47','2019-09-13 18:32:47','',8932,'https://buzz-caribbean.com/article/8932-revision-v1/',0,'revision','',0),(8938,16,'2019-09-13 14:23:26','2019-09-13 19:23:26','','Outpost Republic 290x290','Outpost Republic logo','inherit','open','closed','','outpost-republic_290x290','','','2019-09-13 14:23:58','2019-09-13 19:23:58','',8899,'https://buzz-caribbean.com/app/uploads/2019/09/Outpost-Republic_290x290.jpg',0,'attachment','image/jpeg',0),(8939,16,'2019-09-13 14:29:26','2019-09-13 19:29:26','<!-- wp:image {\"align\":\"center\",\"id\":8940,\"width\":302,\"height\":243} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Flow-Blue-logo-620x500-.png\" alt=\"\" class=\"wp-image-8940\" width=\"302\" height=\"243\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\n\nWe are history makers. Our 140 years as an innovative telecommunications provider means we\'re a brand that\'s moved with the times. And one that\'s looking to the future. With the backing of our parent company, Liberty Latin America, we\'ve got exciting plans for the region.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our team of 7,000 people are united across the Caribbean and Latin America through our shared values of serving our customers with passion, striving to be the best, working as one team, and respecting and trusting one another. So we stand ready to meet and surpass the expectations of our five million customers across the 24 countries we serve.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Interested? Click apply to view our vacancies and join our team today. </p>\n<!-- /wp:paragraph -->','Flow, candidates to join their team','','private','closed','closed','','flow-candidates-to-join-their-team-8939','','','2019-11-28 15:06:04','2019-11-28 20:06:04','',0,'https://buzz-caribbean.com/?post_type=job&#038;p=8939',0,'job','',0),(8940,16,'2019-09-13 14:26:45','2019-09-13 19:26:45','','Flow-Blue-logo-620x500-','','inherit','open','closed','','flow-blue-logo-620x500','','','2019-09-13 14:26:45','2019-09-13 19:26:45','',8939,'https://buzz-caribbean.com/app/uploads/2019/09/Flow-Blue-logo-620x500-.png',0,'attachment','image/png',0),(8941,16,'2019-09-13 14:28:47','2019-09-13 19:28:47','','Flow White Logo 290x290','Flow White Logo','inherit','open','closed','','flow-white-logo-290x290','','','2019-09-13 14:29:12','2019-09-13 19:29:12','',8939,'https://buzz-caribbean.com/app/uploads/2019/09/Flow-White-Logo-290x290.png',0,'attachment','image/png',0),(8942,16,'2019-09-13 14:30:18','2019-09-13 19:30:18','','Flow Logo 290x290','','inherit','open','closed','','flow-logo-290x290','','','2019-09-13 14:30:37','2019-09-13 19:30:37','',8939,'https://buzz-caribbean.com/app/uploads/2019/09/Flow-Logo-290x290.png',0,'attachment','image/png',0),(8943,16,'2019-09-13 14:30:52','2019-09-13 19:30:52','','Flow Logo 290x290','Flow logo','inherit','open','closed','','flow-logo-290x290-2','','','2019-09-13 14:31:25','2019-09-13 19:31:25','',8939,'https://buzz-caribbean.com/app/uploads/2019/09/Flow-Logo-290x290-1.png',0,'attachment','image/png',0),(8945,14,'2019-09-13 15:11:02','2019-09-13 20:11:02','<!-- wp:image {\"id\":8946} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/friday-the-13th-buzz-featured-image-1024x614.jpg\" alt=\"\" class=\"wp-image-8946\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The first of 2019’s only two Friday the 13ths\nis already underway, and while the day is seen as an ominous sign of bad luck,\nhorror fans have embraced the occasion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For most people who consider Friday 13th\nunlucky, it is more a question of what they avoid doing, rather than what they\ndo on this day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fun <strong>BUZZ</strong>\nfact: the fear of Friday the 13th is called friggatriskaidekaphobia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In true <strong>BUZZ</strong> fashion, here is a list of must-see horror films to get you in the right (or wrong) mood for the weekend:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The Grudge (2004)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8947} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/the-grudge-2004-buzz-demo-1024x709.jpg\" alt=\"\" class=\"wp-image-8947\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Grudge describes a curse that is born\nwhen someone dies in the grip of a powerful rage or extreme sorrow. The curse\nis an entity created where the person died. Those who encounter this\nsupernatural force die, and the curse is reborn repeatedly, passing from victim\nto victim in an endless, growing chain of horror. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’re feeling particularly brave, try\nthe Japanese original, Ju On: The Grudge by Takashi Shimizu!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Oculus (2013)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8948} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/oculus-movie-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-8948\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Haunted by the violent demise of their\nparents 10 years earlier, adult siblings Kaylie and Tim are now struggling to\nrebuild their relationship. Kaylie suspects that their antique mirror, known as\nthe Lasser Glass, is behind the tragedy. The seemingly harmless reflections\ncontain a malevolent, supernatural force that infects the mind of anyone who\ngazes into it. As Kaylie gets closer to the truth, the siblings become caught\nin the mirror\'s evil spell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Bride of Chucky (1998)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8949} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bride-of-chucky-buzz-demo-1024x576.png\" alt=\"\" class=\"wp-image-8949\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Who says horror can’t be a little comedic? Take dive into the twisted Child’s Play franchise with 4th installment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After being cut apart by the police, killer\ndoll Chucky is resurrected by Tiffany, an ex-girlfriend of the serial murderer\nwhose soul is inside the toy. Following an argument, Chucky kills Tiffany and\ntransfers her soul into a bride doll. To find the magical amulet that can\nrestore them both to human form, Chucky and Tiffany arrange to be driven to New\nJersey by a rag-tag duo, who are unaware that their cargo is alive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The Ring (2002)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8950} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/the-ring-buzz-demo-1024x554.jpg\" alt=\"\" class=\"wp-image-8950\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It sounds like just another urban legend – a\nvideotape filled with nightmarish images leads to a phone call foretelling the\nviewer\'s death in exactly seven days. Newspaper reporter Rachel Keller is sceptical\nof the story until four teenagers all die mysteriously exactly one week after\nwatching just such a tape. Allowing her investigative curiosity to get the\nbetter of her, Rachel tracks down the video and watches it. Now she has just\nseven days to unravel the mystery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>True horror junkies know that the ‎1998\noriginal by Hiroshi Takahashi is far superior. And heart pounding!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The Mist (2007)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8951} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/the-mist-movie-buzz-demo-1024x449.jpg\" alt=\"\" class=\"wp-image-8951\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Based on the heart-breaking novella by master\nhorror writer Stephen King, The Mist twists religion, tough choices and sacrifices\ninto a jarring movie experience. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After a powerful storm damages their Maine\nhome, David Drayton and his young son head into town to gather food and\nsupplies. Soon afterward, a thick fog rolls in and engulfs the town, trapping\nthe Draytons and others in the grocery store. Terror mounts as deadly creatures\nreveal themselves outside, but that may be nothing compared to the threat\nwithin, where a zealot calls for a sacrifice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Final Destination (2000)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8952} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/final-destination-movie-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-8952\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;The\n2000s were definitely a new frontier for horror and Final Destination was a\nbreath of fresh air for movie-goers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Alex Browning is embarking on a trip to\nParis. Alex experiences a premonition – he sees the plane explode moments after\nleaving the ground. Alex insists that everyone get off the plane and 7 people\nincluding Alex, are forced to disembark. All watch in horror and disbelief as\nthe plane actually explodes in a fireball. He and the other survivors have\nbriefly cheated death but will not be able to evade their fate for very long.\nOne by one, these fugitives from fate fall victim to the grim reaper.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Nightmare on Elm Street (1984)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8953} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/a-nightmare-elm-street-nancy-and-freddy-banner-buzz-demo-1024x535.jpg\" alt=\"\" class=\"wp-image-8953\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>May Wes Craven, and his visionary genius rest in peace…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The classic slasher film, the nightmare starts for several Midwestern teenagers who fall prey to Freddy Krueger, a disfigured midnight mangler that preys on the teenagers in their dreams – which, in turn, kills them in reality. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After investigating the phenomenon, Nancy Thompson begins to suspect that a dark secret kept by her and her friends\' parents may be the key to unravelling the mystery, but can Nancy and her boyfriend Glen solve the puzzle before it\'s too late?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Get Out (2017)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8954} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/get-out-movie-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-8954\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>More of a slow-burning psychological trip than an outright scare-fest, Get Out marks Jordan Peele’s impressive debut to the silver screen!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now that Chris and his girlfriend Rose have\nreached the ‘meet-the-parents’ milestone of dating, she invites him for a\nweekend getaway upstate with Missy and Dean. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At first, Chris reads the family\'s overly\naccommodating behaviour as nervous attempts to deal with their daughter\'s\ninterracial relationship, but as the weekend progresses, a series of\nincreasingly disturbing discoveries lead him to a truth that he never could\nhave imagined.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Annabelle: Creation (2017)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8955} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/annabelle-creation-scene-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-8955\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sometimes, the sequel can outperform the\nsource material and Annabelle: Creation is a frightening testament to that!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Former toy maker Sam Mullins and his wife,\nEsther, are happy to welcome a nun and six orphaned girls into their California\nfarmhouse. Years earlier, the couple\'s 7-year-old daughter Annabelle died in a\ntragic car accident. Terror soon strikes when one child sneaks into a forbidden\nroom and finds a seemingly innocent doll that appears to have a life of its\nown.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The Shining (1980)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8956} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/the-shining-heres-johnny-scene-buzz-demo-1024x636.jpg\" alt=\"\" class=\"wp-image-8956\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From the darkest depths of Stanley Kubrik’s\nmind, comes a cinematographically haunting take on the classic Stephen King novel\n(even if King still hates the film).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jack Torrance becomes winter caretaker at\nthe isolated Overlook Hotel in Colorado, hoping to cure his writer\'s block. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He settles in along with his wife Wendy and\nhis son Danny, who is plagued by psychic premonitions. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As Jack\'s writing goes nowhere and Danny\'s\nvisions become more disturbing, Jack discovers the hotel\'s dark secrets and\nbegins to unravel into a homicidal maniac hell-bent on terrorizing his family.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Children of the Corn (1984)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8957} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/children-of-the-corn-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-8957\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Stephen King is the greatest horror storyteller\nand this film is a reason why the American novelist’s place in the genre is uncontested.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As physician Burt Stanton and his\ngirlfriend Vicky drive across the Midwest to his new job, their trip comes to a\nsudden halt when they encounter the body of a murdered boy in the road. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In trying to contact the authorities, Burt\nand Vicky wander into a small town populated only by children, followers of\nsinister young preacher Isaac Chroner. Soon the couple is fleeing the youthful\nfanatics, who want to sacrifice them to their demonic deity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The Fly (1986) </h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8958} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/the-fly-buzz-demo-1024x678.jpg\" alt=\"\" class=\"wp-image-8958\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Not. For. The. Faint. Of. Heart!!! You’ve been warned, <strong>BUZZ</strong> fam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When scientist Seth Brundle completes his\nteleportation device, he decides to test its abilities on himself. Unbeknownst\nto him, a housefly slips in during the process, leading to a merger of man and\ninsect. Initially, Brundle appears to have undergone a successful\nteleportation, but the fly\'s cells begin to take over his body. As he becomes\nincreasingly fly-like, Brundle\'s girlfriend is horrified as the person she once\nloved deteriorates into a monster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The Exorcist (1973)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8959} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/the-exorcist-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-8959\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We know you didn’t expect us to leave off ONE. OF. THE. CLASSICS!??!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of the most profitable horror movies\never made, this tale of an exorcism is based loosely on actual events. When\nyoung Regan starts acting odd – levitating, speaking in tongues, swearing and\nmultiple bouts of self-harm – her worried mother seeks medical help, only to\nhit a dead end. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A local priest, however, thinks the girl\nmay be seized by the devil. The priest makes a request to perform an exorcism,\nand the church sends in an expert to help with the difficult job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Alien (1979)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8960} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/alien-movie-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-8960\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In deep space, the crew of the commercial\nstarship Nostromo is awakened from their cryo-sleep capsules halfway through\ntheir journey home to investigate a distress call from an alien vessel. The\nterror begins when the crew encounters a nest of eggs inside the alien ship. An\norganism from inside an egg leaps out and attaches itself to one of the crew,\ncausing him to fall into a coma.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Friday the 13th (1980)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8961} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/friday-the-13th-movie-scream-scene-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-8961\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now, this listicle could only be <strong>BUZZ-worthy</strong> if we paid homage to the film that turned the day into a cult phenomenon!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Crystal Lake\'s history of murder doesn\'t\ndeter counsellors from setting up a summer camp in the woodsy area.\nSuperstitious locals warn against it, but the fresh-faced young people – Jack,\nAlice, Bill, Marcie and Ned – pay little heed to the old-timers. Then they find\nthemselves stalked by a brutal killer. As they\'re slashed, shot and stabbed,\nthe counsellors struggle to stay alive against a merciless opponent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>1408 (2007)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8962} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/1408-movie-scene-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-8962\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mike Enslin is a successful author who\nenjoys worldwide acclaim debunking supernatural phenomena – right before he\nchecks into the Dolphin Hotel, that is. Ignoring the warnings of the hotel\nmanager, he learns the meaning of real terror when he spends the night in a\nreputedly haunted room.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Don’t Look Now (1973)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8963} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dont-look-now-end-scene-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-8963\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Still grieving over the accidental death of\ntheir daughter, Christine, John and Laura Baxter head to Venice, Italy, where\nJohn\'s been commissioned to restore a church. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There Laura meets two sisters who claim to\nbe in touch with the spirit of the Baxters\' daughter. Laura takes them\nseriously, but John scoffs until he himself catches a glimpse of what looks\nlike Christine running through the streets of Venice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> fam, seeing as you’ve made it to the end of our list, how many of these horror films have you seen?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Which are your favourites? Have any scarred\nyou to the point you’ve quit the horror genre altogether?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the comment section!</p>\n<!-- /wp:paragraph -->','BUZZ Binge: Must-watch horror movies for Friday the 13th','','publish','open','closed','','buzz-binge-must-watch-horror-movies-for-friday-the-13th','','','2019-09-14 13:37:16','2019-09-14 18:37:16','',0,'https://buzz-caribbean.com/?p=8945',0,'post','',0),(8946,14,'2019-09-13 14:55:53','2019-09-13 19:55:53','','friday-the-13th-buzz-featured-image','','inherit','open','closed','','friday-the-13th-buzz-featured-image','','','2019-09-13 14:55:53','2019-09-13 19:55:53','',8945,'https://buzz-caribbean.com/app/uploads/2019/09/friday-the-13th-buzz-featured-image.jpg',0,'attachment','image/jpeg',0),(8947,14,'2019-09-13 14:58:15','2019-09-13 19:58:15','','the-grudge-2004-buzz-demo','','inherit','open','closed','','the-grudge-2004-buzz-demo','','','2019-09-13 14:58:15','2019-09-13 19:58:15','',8945,'https://buzz-caribbean.com/app/uploads/2019/09/the-grudge-2004-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8948,14,'2019-09-13 14:58:29','2019-09-13 19:58:29','','oculus-movie-buzz-demo','','inherit','open','closed','','oculus-movie-buzz-demo','','','2019-09-13 14:58:29','2019-09-13 19:58:29','',8945,'https://buzz-caribbean.com/app/uploads/2019/09/oculus-movie-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8949,14,'2019-09-13 14:58:50','2019-09-13 19:58:50','','bride-of-chucky-buzz-demo','','inherit','open','closed','','bride-of-chucky-buzz-demo','','','2019-09-13 14:58:50','2019-09-13 19:58:50','',8945,'https://buzz-caribbean.com/app/uploads/2019/09/bride-of-chucky-buzz-demo.png',0,'attachment','image/png',0),(8950,14,'2019-09-13 14:59:03','2019-09-13 19:59:03','','the-ring-buzz-demo','','inherit','open','closed','','the-ring-buzz-demo','','','2019-09-13 14:59:03','2019-09-13 19:59:03','',8945,'https://buzz-caribbean.com/app/uploads/2019/09/the-ring-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8951,14,'2019-09-13 14:59:19','2019-09-13 19:59:19','','the-mist-movie-buzz-demo','','inherit','open','closed','','the-mist-movie-buzz-demo','','','2019-09-13 14:59:19','2019-09-13 19:59:19','',8945,'https://buzz-caribbean.com/app/uploads/2019/09/the-mist-movie-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8952,14,'2019-09-13 14:59:31','2019-09-13 19:59:31','','final-destination-movie-buzz-demo','','inherit','open','closed','','final-destination-movie-buzz-demo','','','2019-09-13 14:59:31','2019-09-13 19:59:31','',8945,'https://buzz-caribbean.com/app/uploads/2019/09/final-destination-movie-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8953,14,'2019-09-13 15:00:08','2019-09-13 20:00:08','','a-nightmare-elm-street-nancy-and-freddy-banner-buzz-demo','','inherit','open','closed','','a-nightmare-elm-street-nancy-and-freddy-banner-buzz-demo','','','2019-09-13 15:00:08','2019-09-13 20:00:08','',8945,'https://buzz-caribbean.com/app/uploads/2019/09/a-nightmare-elm-street-nancy-and-freddy-banner-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8954,14,'2019-09-13 15:00:46','2019-09-13 20:00:46','','get-out-movie-buzz-demo','','inherit','open','closed','','get-out-movie-buzz-demo','','','2019-09-13 15:00:46','2019-09-13 20:00:46','',8945,'https://buzz-caribbean.com/app/uploads/2019/09/get-out-movie-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8955,14,'2019-09-13 15:01:03','2019-09-13 20:01:03','','annabelle-creation-scene-buzz-demo','','inherit','open','closed','','annabelle-creation-scene-buzz-demo','','','2019-09-13 15:01:03','2019-09-13 20:01:03','',8945,'https://buzz-caribbean.com/app/uploads/2019/09/annabelle-creation-scene-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8956,14,'2019-09-13 15:01:26','2019-09-13 20:01:26','','the-shining-heres-johnny-scene-buzz-demo','','inherit','open','closed','','the-shining-heres-johnny-scene-buzz-demo','','','2019-09-13 15:01:26','2019-09-13 20:01:26','',8945,'https://buzz-caribbean.com/app/uploads/2019/09/the-shining-heres-johnny-scene-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8957,14,'2019-09-13 15:01:40','2019-09-13 20:01:40','','children-of-the-corn-buzz-demo','','inherit','open','closed','','children-of-the-corn-buzz-demo','','','2019-09-13 15:01:40','2019-09-13 20:01:40','',8945,'https://buzz-caribbean.com/app/uploads/2019/09/children-of-the-corn-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8958,14,'2019-09-13 15:01:49','2019-09-13 20:01:49','','the-fly-buzz-demo','','inherit','open','closed','','the-fly-buzz-demo','','','2019-09-13 15:01:49','2019-09-13 20:01:49','',8945,'https://buzz-caribbean.com/app/uploads/2019/09/the-fly-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8959,14,'2019-09-13 15:02:11','2019-09-13 20:02:11','','the-exorcist-buzz-demo','','inherit','open','closed','','the-exorcist-buzz-demo','','','2019-09-13 15:02:11','2019-09-13 20:02:11','',8945,'https://buzz-caribbean.com/app/uploads/2019/09/the-exorcist-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8960,14,'2019-09-13 15:02:21','2019-09-13 20:02:21','','alien-movie-buzz-demo','','inherit','open','closed','','alien-movie-buzz-demo','','','2019-09-13 15:02:21','2019-09-13 20:02:21','',8945,'https://buzz-caribbean.com/app/uploads/2019/09/alien-movie-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8961,14,'2019-09-13 15:02:29','2019-09-13 20:02:29','','friday-the-13th-movie-scream-scene-buzz-demo','','inherit','open','closed','','friday-the-13th-movie-scream-scene-buzz-demo','','','2019-09-13 15:02:29','2019-09-13 20:02:29','',8945,'https://buzz-caribbean.com/app/uploads/2019/09/friday-the-13th-movie-scream-scene-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8962,14,'2019-09-13 15:02:37','2019-09-13 20:02:37','','1408-movie-scene-buzz-demo','','inherit','open','closed','','1408-movie-scene-buzz-demo','','','2019-09-13 15:02:37','2019-09-13 20:02:37','',8945,'https://buzz-caribbean.com/app/uploads/2019/09/1408-movie-scene-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8963,14,'2019-09-13 15:03:27','2019-09-13 20:03:27','','dont-look-now-end-scene-buzz-demo','','inherit','open','closed','','dont-look-now-end-scene-buzz-demo','','','2019-09-13 15:03:27','2019-09-13 20:03:27','',8945,'https://buzz-caribbean.com/app/uploads/2019/09/dont-look-now-end-scene-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8964,11,'2019-09-13 15:09:56','2019-09-13 20:09:56','','Leon Bailey Buzz Feature Image','','inherit','open','closed','','leon-bailey-buzz-feature-image','','','2019-09-13 15:09:56','2019-09-13 20:09:56','',8932,'https://buzz-caribbean.com/app/uploads/2019/09/leon-bailey-Buzz-Feature-Image.jpg',0,'attachment','image/jpeg',0),(8965,14,'2019-09-13 15:11:02','2019-09-13 20:11:02','<!-- wp:image {\"id\":8946} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/friday-the-13th-buzz-featured-image-1024x614.jpg\" alt=\"\" class=\"wp-image-8946\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The first of 2019’s only two Friday the 13ths\nis already underway, and while the day is seen as an ominous sign of bad luck,\nhorror fans have embraced the occasion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For most people who consider Friday 13th\nunlucky, it is more a question of what they avoid doing, rather than what they\ndo on this day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fun <strong>BUZZ</strong>\nfact: the fear of Friday the 13th is called friggatriskaidekaphobia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In true <strong>BUZZ</strong> fashion, here is a list of must-see horror films to get you in the right (or wrong) mood for the weekend:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The Grudge (2004)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8947} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/the-grudge-2004-buzz-demo-1024x709.jpg\" alt=\"\" class=\"wp-image-8947\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Grudge describes a curse that is born\nwhen someone dies in the grip of a powerful rage or extreme sorrow. The curse\nis an entity created where the person died. Those who encounter this\nsupernatural force die, and the curse is reborn repeatedly, passing from victim\nto victim in an endless, growing chain of horror. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’re feeling particularly brave, try\nthe Japanese original, Ju On: The Grudge by Takashi Shimizu!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Oculus (2013)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8948} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/oculus-movie-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-8948\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Haunted by the violent demise of their\nparents 10 years earlier, adult siblings Kaylie and Tim are now struggling to\nrebuild their relationship. Kaylie suspects that their antique mirror, known as\nthe Lasser Glass, is behind the tragedy. The seemingly harmless reflections\ncontain a malevolent, supernatural force that infects the mind of anyone who\ngazes into it. As Kaylie gets closer to the truth, the siblings become caught\nin the mirror\'s evil spell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Bride of Chucky (1998)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8949} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bride-of-chucky-buzz-demo-1024x576.png\" alt=\"\" class=\"wp-image-8949\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Who says horror can’t be a little comedic? Take dive into the twisted Child’s Play franchise with 4th installment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After being cut apart by the police, killer\ndoll Chucky is resurrected by Tiffany, an ex-girlfriend of the serial murderer\nwhose soul is inside the toy. Following an argument, Chucky kills Tiffany and\ntransfers her soul into a bride doll. To find the magical amulet that can\nrestore them both to human form, Chucky and Tiffany arrange to be driven to New\nJersey by a rag-tag duo, who are unaware that their cargo is alive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The Ring (2002)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8950} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/the-ring-buzz-demo-1024x554.jpg\" alt=\"\" class=\"wp-image-8950\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It sounds like just another urban legend – a\nvideotape filled with nightmarish images leads to a phone call foretelling the\nviewer\'s death in exactly seven days. Newspaper reporter Rachel Keller is sceptical\nof the story until four teenagers all die mysteriously exactly one week after\nwatching just such a tape. Allowing her investigative curiosity to get the\nbetter of her, Rachel tracks down the video and watches it. Now she has just\nseven days to unravel the mystery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>True horror junkies know that the ‎1998\noriginal by Hiroshi Takahashi is far superior. And heart pounding!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The Mist (2007)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8951} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/the-mist-movie-buzz-demo-1024x449.jpg\" alt=\"\" class=\"wp-image-8951\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Based on the heart-breaking novella by master\nhorror writer Stephen King, The Mist twists religion, tough choices and sacrifices\ninto a jarring movie experience. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After a powerful storm damages their Maine\nhome, David Drayton and his young son head into town to gather food and\nsupplies. Soon afterward, a thick fog rolls in and engulfs the town, trapping\nthe Draytons and others in the grocery store. Terror mounts as deadly creatures\nreveal themselves outside, but that may be nothing compared to the threat\nwithin, where a zealot calls for a sacrifice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Final Destination (2000)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8952} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/final-destination-movie-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-8952\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;The\n2000s were definitely a new frontier for horror and Final Destination was a\nbreath of fresh air for movie-goers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Alex Browning is embarking on a trip to\nParis. Alex experiences a premonition – he sees the plane explode moments after\nleaving the ground. Alex insists that everyone get off the plane and 7 people\nincluding Alex, are forced to disembark. All watch in horror and disbelief as\nthe plane actually explodes in a fireball. He and the other survivors have\nbriefly cheated death but will not be able to evade their fate for very long.\nOne by one, these fugitives from fate fall victim to the grim reaper.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Nightmare on Elm Street (1984)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8953} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/a-nightmare-elm-street-nancy-and-freddy-banner-buzz-demo-1024x535.jpg\" alt=\"\" class=\"wp-image-8953\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>May Wes Craven, and his visionary genius rest in peace…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The classic slasher film, several\nMidwestern teenagers fall prey to Freddy Krueger, a disfigured midnight mangler\nwho preys on the teenagers in their dreams – which, in turn, kills them in\nreality. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After investigating the phenomenon, Nancy\nbegins to suspect that a dark secret kept by her and her friends\' parents may\nbe the key to unravelling the mystery, but can Nancy and her boyfriend Glen\nsolve the puzzle before it\'s too late?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Get Out (2017)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8954} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/get-out-movie-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-8954\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>More of a slow-burning psychological trip than an outright scare-fest, Get Out marks Jordan Peele’s impressive debut to the silver screen!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now that Chris and his girlfriend Rose have\nreached the ‘meet-the-parents’ milestone of dating, she invites him for a\nweekend getaway upstate with Missy and Dean. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At first, Chris reads the family\'s overly\naccommodating behaviour as nervous attempts to deal with their daughter\'s\ninterracial relationship, but as the weekend progresses, a series of\nincreasingly disturbing discoveries lead him to a truth that he never could\nhave imagined.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Annabelle: Creation (2017)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8955} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/annabelle-creation-scene-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-8955\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sometimes, the sequel can outperform the\nsource material and Annabelle: Creation is a frightening testament to that!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Former toy maker Sam Mullins and his wife,\nEsther, are happy to welcome a nun and six orphaned girls into their California\nfarmhouse. Years earlier, the couple\'s 7-year-old daughter Annabelle died in a\ntragic car accident. Terror soon strikes when one child sneaks into a forbidden\nroom and finds a seemingly innocent doll that appears to have a life of its\nown.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The Shining (1980)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8956} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/the-shining-heres-johnny-scene-buzz-demo-1024x636.jpg\" alt=\"\" class=\"wp-image-8956\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From the darkest depths of Stanley Kubrik’s\nmind, comes a cinematographically haunting take on the classic Stephen King novel\n(even if King still hates the film).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jack Torrance becomes winter caretaker at\nthe isolated Overlook Hotel in Colorado, hoping to cure his writer\'s block. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He settles in along with his wife Wendy and\nhis son Danny, who is plagued by psychic premonitions. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As Jack\'s writing goes nowhere and Danny\'s\nvisions become more disturbing, Jack discovers the hotel\'s dark secrets and\nbegins to unravel into a homicidal maniac hell-bent on terrorizing his family.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Children of the Corn (1984)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8957} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/children-of-the-corn-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-8957\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Stephen King is the greatest horror storyteller\nand this film is a reason why the American novelist’s place in the genre is uncontested.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As physician Burt Stanton and his\ngirlfriend Vicky drive across the Midwest to his new job, their trip comes to a\nsudden halt when they encounter the body of a murdered boy in the road. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In trying to contact the authorities, Burt\nand Vicky wander into a small town populated only by children, followers of\nsinister young preacher Isaac Chroner. Soon the couple is fleeing the youthful\nfanatics, who want to sacrifice them to their demonic deity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The Fly (1986) </h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8958} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/the-fly-buzz-demo-1024x678.jpg\" alt=\"\" class=\"wp-image-8958\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Not. For. The. Faint. Of. Heart!!! You’ve been warned, <strong>BUZZ</strong> fam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When scientist Seth Brundle completes his\nteleportation device, he decides to test its abilities on himself. Unbeknownst\nto him, a housefly slips in during the process, leading to a merger of man and\ninsect. Initially, Brundle appears to have undergone a successful\nteleportation, but the fly\'s cells begin to take over his body. As he becomes\nincreasingly fly-like, Brundle\'s girlfriend is horrified as the person she once\nloved deteriorates into a monster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The Exorcist (1973)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8959} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/the-exorcist-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-8959\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We know you didn’t expect us to leave off ONE. OF. THE. CLASSICS!??!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of the most profitable horror movies\never made, this tale of an exorcism is based loosely on actual events. When\nyoung Regan starts acting odd – levitating, speaking in tongues, swearing and\nmultiple bouts of self-harm – her worried mother seeks medical help, only to\nhit a dead end. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A local priest, however, thinks the girl\nmay be seized by the devil. The priest makes a request to perform an exorcism,\nand the church sends in an expert to help with the difficult job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Alien (1979)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8960} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/alien-movie-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-8960\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In deep space, the crew of the commercial\nstarship Nostromo is awakened from their cryo-sleep capsules halfway through\ntheir journey home to investigate a distress call from an alien vessel. The\nterror begins when the crew encounters a nest of eggs inside the alien ship. An\norganism from inside an egg leaps out and attaches itself to one of the crew,\ncausing him to fall into a coma.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Friday the 13th (1980)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8961} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/friday-the-13th-movie-scream-scene-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-8961\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now, this listicle could only be <strong>BUZZ-worthy</strong> if we paid homage to the film that turned the day into a cult phenomenon!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Crystal Lake\'s history of murder doesn\'t\ndeter counsellors from setting up a summer camp in the woodsy area.\nSuperstitious locals warn against it, but the fresh-faced young people – Jack,\nAlice, Bill, Marcie and Ned – pay little heed to the old-timers. Then they find\nthemselves stalked by a brutal killer. As they\'re slashed, shot and stabbed,\nthe counsellors struggle to stay alive against a merciless opponent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>1408 (2007)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8962} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/1408-movie-scene-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-8962\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mike Enslin is a successful author who\nenjoys worldwide acclaim debunking supernatural phenomena – right before he\nchecks into the Dolphin Hotel, that is. Ignoring the warnings of the hotel\nmanager, he learns the meaning of real terror when he spends the night in a\nreputedly haunted room.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Don’t Look Now (1973)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8963} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dont-look-now-end-scene-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-8963\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Still grieving over the accidental death of\ntheir daughter, Christine, John and Laura Baxter head to Venice, Italy, where\nJohn\'s been commissioned to restore a church. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There Laura meets two sisters who claim to\nbe in touch with the spirit of the Baxters\' daughter. Laura takes them\nseriously, but John scoffs until he himself catches a glimpse of what looks\nlike Christine running through the streets of Venice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> fam, seeing as you’ve made it to the end of our list, how many of these horror films have you seen?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Which are your favourites? Have any scarred\nyou to the point you’ve quit the horror genre altogether?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the comment section!</p>\n<!-- /wp:paragraph -->','BUZZ Binge: Must-watch horror movies for Friday the 13th','','inherit','closed','closed','','8945-revision-v1','','','2019-09-13 15:11:02','2019-09-13 20:11:02','',8945,'https://buzz-caribbean.com/article/8945-revision-v1/',0,'revision','',0),(8967,21,'2019-09-13 15:48:57','2019-09-13 20:48:57','<!-- wp:paragraph -->\n<p>The star-studded Diamond Ball took place last evening featuring some familiar faces in music like Cardi B and husband Offset, Normani, Megan Thee Stallion,&nbsp;DJ Khaled and wife Nicole Tuck, Kehlani and YG.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8968} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Cardi-Diamond-Ball.png\" alt=\"\" class=\"wp-image-8968\" /><figcaption>It\'s a girls moment with Rihanna and award-winning rapper Cardi B</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The fifth annual Diamond Ball hosted by Seth Meyers, saw performances from Pharrell and DJ Khaled. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rihanna stepped out in a black Givenchy Haute Couture mermaid dress with a simple up-do hairstyle and some pearl earrings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8969} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Diamond-Ball-Buzz-Caribbean-682x1024.png\" alt=\"\" class=\"wp-image-8969\" /><figcaption>Fashion icon Rihanna did not disappoint in her outfit at this year\'s Diamond Ball</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The event is for a worthy cause that was developed through her grandparents Clara and Lionel Braithwaite. The Clara Lionel Foundation aids education, health and emergency response programmes and also engages in advocacy to improve the quality of life of children around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"The magnitude of support is really special” </p><cite>— Rihanna</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":8970} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Khaled-Diamond-Ball-Buzz-Caribbean-634x1024.png\" alt=\"\" class=\"wp-image-8970\" /><figcaption>Nicole Tuck proudly debuts her baby bump at this year\'s Diamond Ball with an ecstatic DJ Khaled  sharing the moment</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bronx rapper Cardi B stole the night\nwith her amateur biding of a designer coffee table book.&nbsp; Cardi bid $106K, another bidder rang in at\n$107K. Cardi went up another 1,000 before clocking a strong $111k in which the\nauctioneer wanted $110k. Unbothered Cardi celebrated the moment nonetheless. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8971} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Pharrell-Buzz-Caribbean.png\" alt=\"\" class=\"wp-image-8971\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Singer Pharrell performing the track ‘<a rel=\"noreferrer noopener\" aria-label=\"Lemon (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=L_u97PqWX6g\" target=\"_blank\">Lemon</a>’ which features Rihanna was also a highlight for the night as the singer hopped on stage, stumbling over the words but grateful fans showed appreciation since it\'s been a while, they have seen their favorite in action.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8972} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Megan-Thee-Stallion-diamond-ball.jpg\" alt=\"\" class=\"wp-image-8972\" /><figcaption>Megan Thee Stallion was a stunner at the signature calendar event</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The glamorous night was truly a happy time for attendees as smiles adorned their faces. The business mogul expressed to magazine sources that she is indeed in a happy place. “The thing that’s making me the happiest tonight is seeing the amount of support, the magnitude of support is really special,” Rihanna explained. </p>\n<!-- /wp:paragraph -->','Fifth annual Diamond Ball a huge success — Rihanna grateful for huge support','','publish','open','closed','','fifth-annual-diamond-ball-a-huge-success-rihanna-grateful-for-huge-support','','','2019-09-13 16:32:05','2019-09-13 21:32:05','',0,'https://buzz-caribbean.com/?p=8967',0,'post','',0),(8968,11,'2019-09-13 15:29:21','2019-09-13 20:29:21','','Rihanna-Cardi-Diamond-Ball','','inherit','open','closed','','rihanna-cardi-diamond-ball','','','2019-09-13 15:29:21','2019-09-13 20:29:21','',8967,'https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Cardi-Diamond-Ball.png',0,'attachment','image/png',0),(8969,11,'2019-09-13 15:30:03','2019-09-13 20:30:03','','Rihanna-Diamond-Ball-Buzz-Caribbean','','inherit','open','closed','','rihanna-diamond-ball-buzz-caribbean','','','2019-09-13 15:30:03','2019-09-13 20:30:03','',8967,'https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Diamond-Ball-Buzz-Caribbean.png',0,'attachment','image/png',0),(8970,11,'2019-09-13 15:31:42','2019-09-13 20:31:42','','Rihanna-Khaled-Diamond-Ball-Buzz-Caribbean','','inherit','open','closed','','rihanna-khaled-diamond-ball-buzz-caribbean','','','2019-09-13 15:31:42','2019-09-13 20:31:42','',8967,'https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Khaled-Diamond-Ball-Buzz-Caribbean.png',0,'attachment','image/png',0),(8971,11,'2019-09-13 15:35:47','2019-09-13 20:35:47','','Rihanna-Pharrell-Buzz-Caribbean','','inherit','open','closed','','rihanna-pharrell-buzz-caribbean','','','2019-09-13 15:35:47','2019-09-13 20:35:47','',8967,'https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Pharrell-Buzz-Caribbean.png',0,'attachment','image/png',0),(8972,11,'2019-09-13 15:39:41','2019-09-13 20:39:41','','Megan-Thee-Stallion-diamond-ball','','inherit','open','closed','','megan-thee-stallion-diamond-ball','','','2019-09-13 15:39:41','2019-09-13 20:39:41','',8967,'https://buzz-caribbean.com/app/uploads/2019/09/Megan-Thee-Stallion-diamond-ball.jpg',0,'attachment','image/jpeg',0),(8973,11,'2019-09-13 15:45:37','2019-09-13 20:45:37','<!-- wp:paragraph -->\n<p>The star-studded Diamond Ball took place last evening featuring some familiar faces in music like Cardi B and husband Offset, Normani, Megan Thee Stallion, DJ Khaled and wife Nicole Tuck, Kehlani and YG.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8968} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Cardi-Diamond-Ball.png\" alt=\"\" class=\"wp-image-8968\" /><figcaption>It\'s a girls moment with Rihanna and award-winning rapper Cardi B</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The fifth annual Diamond Ball hosted by Seth Meyers, saw performances from Pharrell and DJ Khaled. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rihanna stepped out in a black Givenchy Haute Couture mermaid dress with a simple up-do hairstyle and some pearl earrings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8969} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Diamond-Ball-Buzz-Caribbean-682x1024.png\" alt=\"\" class=\"wp-image-8969\" /><figcaption>Fashion icon Rihanna did not disappoint in her outfit at this year\'s Diamond Ball</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The event is for a worthy cause that was developed through her grandparents Clara and Lionel Braithwaite. The Clara Lionel Foundation aids education, health and emergency response programmes and also engages in advocacy to improve the quality of life of children around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"The magnitude of support is really special” </p><cite>— Rihanna</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":8970} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Khaled-Diamond-Ball-Buzz-Caribbean-634x1024.png\" alt=\"\" class=\"wp-image-8970\" /><figcaption>Nicole Tuck proudly debuts her baby bump at this year\'s Diamond Ball with an ecstatic DJ Khaled  sharing the moment</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bronx rapper Cardi B stole the night\nwith her amateur biding of a designer coffee table book.&nbsp; Cardi bid $106K, another bidder rang in at\n$107K. Cardi went up another 1,000 before clocking a strong $111k in which the\nauctioneer wanted $110k. Unbothered Cardi celebrated the moment nonetheless. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8971} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Pharrell-Buzz-Caribbean.png\" alt=\"\" class=\"wp-image-8971\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Singer Pharrell performing the track ‘<a rel=\"noreferrer noopener\" aria-label=\"Lemon (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=L_u97PqWX6g\" target=\"_blank\">Lemon</a>’ which features Rihanna was also a highlight for the night as the singer hopped on stage, stumbling over the words but grateful fans showed appreciation since it\'s been a while, they have seen their favorite in action. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8972} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Megan-Thee-Stallion-diamond-ball.jpg\" alt=\"\" class=\"wp-image-8972\" /><figcaption>Megan Thee Stallion was a stunner at the signature calendar event</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The glamorous night was truly a happy time for attendees as smiles adorned their faces. The business mogul expressed to magazine sources that she is indeed in a happy place. “The thing that’s making me the happiest tonight is seeing the amount of support, the magnitude of support is really special,” Rihanna explained. </p>\n<!-- /wp:paragraph -->','Fifth annual Diamond Ball a huge success — Rihanna grateful for huge support','','inherit','closed','closed','','8967-revision-v1','','','2019-09-13 15:45:37','2019-09-13 20:45:37','',8967,'https://buzz-caribbean.com/article/8967-revision-v1/',0,'revision','',0),(8974,11,'2019-09-13 15:48:34','2019-09-13 20:48:34','','Rihanna Diamond Ball Buzz Caribbean Feature Image','','inherit','open','closed','','rihanna-diamond-ball-buzz-caribbean-feature-image','','','2019-09-13 15:48:34','2019-09-13 20:48:34','',8967,'https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Diamond-Ball-Buzz-Caribbean-Feature-Image.png',0,'attachment','image/png',0),(8975,14,'2019-09-13 16:46:29','2019-09-13 21:46:29','<!-- wp:image {\"id\":8980} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jfdf-web-banner-buzz-demo-1024x493.jpg\" alt=\"\" class=\"wp-image-8980\" /><figcaption>Photo: JAFoodandDrink.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Premium US financial services provider, American Express (AMEX), has listed the Jamaica Food &amp; Drink Festival (JFDF) as one of the top five events to experience this October.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"As many tourist destinations above the equator begin to cool down, the Jamaican capital is firing up the grill for its annual food fest.\"</p><cite> — American Express Essentials, writing about the Jamaica Food and Drink Festival as one of its five \'must-be\' events for October.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>AMEX, through its <strong>American Express Essentials</strong> online magazine ranked the <a href=\"https://www.amexessentials.com/top-events-festivals-october-2019/\">Jamaica Food and Drink Festival</a> among an A-list batch of stellar events across the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8979} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/amex-essentials-buzzgrab-demo-1024x505.jpg\" alt=\"\" class=\"wp-image-8979\" /><figcaption>A screengrab of the American Express Essentials\' five must-go events for October 2019, for which the Jamaica Food and Drink Festival is listed (Photo: AMEXEssentials.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>What American Express Essentials had to say...</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“If you like great food, cold drinks and chill Caribbean vibes, then this flavourful festival is the one for you, mon,” American Express Essentials began in its feature on the JFDF.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“As many tourist destinations above the equator begin to cool down, the Jamaican capital is firing up the grill for its annual food fest. Seven mouth-watering events are held across the festival’s nine days, from the pig-tastic Pork Palooza to D’Vine wine-tasting sessions, Chopstix Asian-fusion fare, and Crisp, a celebration of everything crackling, crunchy and crisp – from meats to snacks and cold beer. Looking for a taste of the local eats? Check out Picante, where spicy Jamaican eats meet sweet Jamaican rum, and be sure to pay a visit to The Meet Street &amp; The Market, where you’ll find loads of yummy street food,” the endorsement added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong> on Friday, September 13, Festival Manager for the JFDF Alicia Bogues was proud the event had carved out such an impressive niche in its short five-year history.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8982} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/alicia-bogues-jfdf-buzz-demo.jpg\" alt=\"\" class=\"wp-image-8982\" /><figcaption> Festival Manager for the Jamaica Food and Drink Festival Alicia Bogues (Photo: Facebook @JAFoodandDrink) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>\'It\'s a big deal\' - JFDF basking in endorsement</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“It’s truly amazing. In just five short years we are cementing ourselves as a formidable player in the global festival space,” Bogues told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We set out with what was a very small dream and we had a lot of people doubting us, and we’ve surpassed our expectations from year three. We’re just growing from strength to strength and it’s a phenomenal feeling,” the JFDF Festival Manager added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8983} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jfdf-feature-buzz-demo-1.jpg\" alt=\"\" class=\"wp-image-8983\" /><figcaption>Fleet Street was BUZZing with excitement on Wednesday, September 11 as the Jamaica Food and Drink Festival launched the event for its fifth year running! (Photo: Facebook @JAFoodandDrink)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The ultimate goal is to position Kingston as a destination city for food and we’re well on our way,” Bogues beamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bogues told <strong>BUZZ</strong> that the Jamaica Food and Drink Festival has been endorsed by <strong>Yahoo! Travel</strong> and <strong>USA Today</strong> in the past, but the current endorsement from <strong>American Express Essentials</strong> speaks to the tremendous work the team has put in to have come thus far.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This [endorsement] says, even more, that hey, in October this is one of the places you must be, worldwide. This is big,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8984} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jfdf-feature-buzz-demo-2.jpg\" alt=\"\" class=\"wp-image-8984\" /><figcaption>Teamwork makes the dream work! Let\'s hear it for one of the must-be events in the world!! (Photo: Facebook @JAFoodandDrink)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>American Express Essentials</strong> also listed <strong>The Village Halloween Parade</strong> in New York City; <strong>La Fiesta des Suds</strong> in Marseille, France; the <strong>Nuuk Nordisk Kulturfestival</strong> in Nuuk, Greenland; <strong>This Is Not Art (TiNA)</strong> in New South Wales, Australia among its top five events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Jamaica, a rising gastronomic powerhouse!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It\'s another notch in Jamaica\'s impressive repertoire, to be hitting with some of the world\'s biggest events, a feat which Bogues and the JFDF team are basking in.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There’s no place like Jamaica. It’s not easy to replicate how we do things, we are just always on the map and I think in this instance, it’s really true and fitting to say that wi likkle but wi tallawah,” Bogues told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <a href=\"https://buzz-caribbean.com/article/5th-annual-jamaica-food-and-drink-festival-set-to-excite-local-palates/\">Jamaica Food and Drink Festival</a> will titillate the taste buds of foodies for the fifth straight year with the usual weeklong activities slated to be held from October 26 to November 3. </p>\n<!-- /wp:paragraph -->','American Express drops big endorsement for Jamaica Food &amp; Drink Festival','','publish','open','closed','','american-express-drops-big-endorsement-for-jamaica-food-drink-festival','','','2019-09-13 18:04:07','2019-09-13 23:04:07','',0,'https://buzz-caribbean.com/?p=8975',0,'post','',0),(8976,21,'2019-09-13 16:30:09','2019-09-13 21:30:09','<!-- wp:paragraph -->\n<p>Defending schoolboy football Manning Cup champions, Kingston College (KC) got a bounty of goodies on Thursday, as Kendel Foods provided the North Street-based institution with a variety of products at the canteen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8978} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/KC-Kendel-Manning-Cup-Buzz-1024x680.jpg\" alt=\"\" class=\"wp-image-8978\" /><figcaption> Keisha Stewart (left), senior brand manager Kendel Foods, coach Ludlow Bernard (centre) and Kendel brand ambassador,  former Reggae Boyz player Ricardo \'Bibi\' Gardner share a photo moment with some of the KC football players.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The goods, valued\nat $500,000 was handed over by Keisha Stewart, senior brand manager at Kendel\nin the presence of members of the team and coach Ludlow Bernard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The total sponsorship could increase over the season, as Kendel will continue to provide the team with products as the need arises. The donation included food products, gear and medication.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8977} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kendel-KC-Goodies-Buzz-Caribbean-1024x680.jpg\" alt=\"\" class=\"wp-image-8977\" /><figcaption>Keisha Stewart, Kendel brand manager interacts with members of the KC football team and former Reggae Boyz player, Ricardo \'Bibi\' Gardner</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Also taking part in the function was Kendel\'s brand ambassador, former Reggae Boyz player, Ricardo \'Bibi\' Gardner, who spoke with the boys about discipline, making the right choices and adjusting their egos to achieve their goals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8981} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kendel-KC-Goodies-Buzz-1024x680.jpg\" alt=\"\" class=\"wp-image-8981\" /><figcaption>Former Reggae Boyz player Ricardo \'Bibi\' Gardner share a light moment with some of the KC football players</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bernard said that\nfood products given in the sponsorship will help the school to assist the\nplayers who have challenges with their nutritional needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is the second year that Kendel will be sponsoring KC, but have also assisted other schools in the past.</p>\n<!-- /wp:paragraph -->','Kendel gives KC Manning Cup team goodies','','publish','open','closed','','kendel-gives-kc-manning-cup-team-goodies','','','2019-09-13 16:30:10','2019-09-13 21:30:10','',0,'https://buzz-caribbean.com/?p=8976',0,'post','',0),(8977,11,'2019-09-13 16:08:29','2019-09-13 21:08:29','','Kendel-KC-Goodies-Buzz-Caribbean','','inherit','open','closed','','kendel-kc-goodies-buzz-caribbean','','','2019-09-13 16:08:29','2019-09-13 21:08:29','',8976,'https://buzz-caribbean.com/app/uploads/2019/09/Kendel-KC-Goodies-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(8978,11,'2019-09-13 16:15:22','2019-09-13 21:15:22','','KC-Kendel-Manning-Cup-Buzz','','inherit','open','closed','','kc-kendel-manning-cup-buzz','','','2019-09-13 16:15:22','2019-09-13 21:15:22','',8976,'https://buzz-caribbean.com/app/uploads/2019/09/KC-Kendel-Manning-Cup-Buzz.jpg',0,'attachment','image/jpeg',0),(8979,14,'2019-09-13 16:18:36','2019-09-13 21:18:36','','amex-essentials-buzzgrab-demo','','inherit','open','closed','','amex-essentials-buzzgrab-demo','','','2019-09-13 16:18:36','2019-09-13 21:18:36','',8975,'https://buzz-caribbean.com/app/uploads/2019/09/amex-essentials-buzzgrab-demo.jpg',0,'attachment','image/jpeg',0),(8980,14,'2019-09-13 16:20:10','2019-09-13 21:20:10','','jfdf-web-banner-buzz-demo','','inherit','open','closed','','jfdf-web-banner-buzz-demo','','','2019-09-13 16:20:10','2019-09-13 21:20:10','',8975,'https://buzz-caribbean.com/app/uploads/2019/09/jfdf-web-banner-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8981,11,'2019-09-13 16:26:37','2019-09-13 21:26:37','','Kendel-KC-Goodies-Buzz','','inherit','open','closed','','kendel-kc-goodies-buzz','','','2019-09-13 16:26:37','2019-09-13 21:26:37','',8976,'https://buzz-caribbean.com/app/uploads/2019/09/Kendel-KC-Goodies-Buzz.jpg',0,'attachment','image/jpeg',0),(8982,14,'2019-09-13 16:27:07','2019-09-13 21:27:07','','alicia-bogues-jfdf-buzz-demo','','inherit','open','closed','','alicia-bogues-jfdf-buzz-demo','','','2019-09-13 16:27:07','2019-09-13 21:27:07','',8975,'https://buzz-caribbean.com/app/uploads/2019/09/alicia-bogues-jfdf-buzz-demo.jpg',0,'attachment','image/jpeg',0),(8983,14,'2019-09-13 16:27:14','2019-09-13 21:27:14','','jfdf-feature-buzz-demo-1','','inherit','open','closed','','jfdf-feature-buzz-demo-1','','','2019-09-13 16:27:14','2019-09-13 21:27:14','',8975,'https://buzz-caribbean.com/app/uploads/2019/09/jfdf-feature-buzz-demo-1.jpg',0,'attachment','image/jpeg',0),(8984,14,'2019-09-13 16:29:08','2019-09-13 21:29:08','','jfdf-feature-buzz-demo-2','','inherit','open','closed','','jfdf-feature-buzz-demo-2','','','2019-09-13 16:29:08','2019-09-13 21:29:08','',8975,'https://buzz-caribbean.com/app/uploads/2019/09/jfdf-feature-buzz-demo-2.jpg',0,'attachment','image/jpeg',0),(8985,11,'2019-09-13 16:30:09','2019-09-13 21:30:09','<!-- wp:paragraph -->\n<p>Defending schoolboy football Manning Cup champions, Kingston College (KC) got a bounty of goodies on Thursday, as Kendel Foods provided the North Street-based institution with a variety of products at the canteen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8978} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/KC-Kendel-Manning-Cup-Buzz-1024x680.jpg\" alt=\"\" class=\"wp-image-8978\" /><figcaption> Keisha Stewart (left), senior brand manager Kendel Foods, coach Ludlow Bernard (centre) and Kendel brand ambassador,  former Reggae Boyz player Ricardo \'Bibi\' Gardner share a photo moment with some of the KC football players.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The goods, valued\nat $500,000 was handed over by Keisha Stewart, senior brand manager at Kendel\nin the presence of members of the team and coach Ludlow Bernard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The total sponsorship could increase over the season, as Kendel will continue to provide the team with products as the need arises. The donation included food products, gear and medication.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8977} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kendel-KC-Goodies-Buzz-Caribbean-1024x680.jpg\" alt=\"\" class=\"wp-image-8977\" /><figcaption>Keisha Stewart, Kendel brand manager interacts with members of the KC football team and former Reggae Boyz player, Ricardo \'Bibi\' Gardner</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Also taking part in the function was Kendel\'s brand ambassador, former Reggae Boyz player, Ricardo \'Bibi\' Gardner, who spoke with the boys about discipline, making the right choices and adjusting their egos to achieve their goals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8981} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kendel-KC-Goodies-Buzz-1024x680.jpg\" alt=\"\" class=\"wp-image-8981\" /><figcaption>Former Reggae Boyz player Ricardo \'Bibi\' Gardner share a light moment with some of the KC football players</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bernard said that\nfood products given in the sponsorship will help the school to assist the\nplayers who have challenges with their nutritional needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is the second year that Kendel will be sponsoring KC, but have also assisted other schools in the past.</p>\n<!-- /wp:paragraph -->','Kendel gives KC Manning Cup team goodies','','inherit','closed','closed','','8976-revision-v1','','','2019-09-13 16:30:09','2019-09-13 21:30:09','',8976,'https://buzz-caribbean.com/article/8976-revision-v1/',0,'revision','',0),(8986,11,'2019-09-13 16:31:47','2019-09-13 21:31:47','','Rihanna Feature Image Diamond Ball','','inherit','open','closed','','rihanna-feature-image-diamond-ball','','','2019-09-13 16:31:47','2019-09-13 21:31:47','',8967,'https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Feature-Image-Diamond-Ball.jpg',0,'attachment','image/jpeg',0),(8987,11,'2019-09-13 16:32:04','2019-09-13 21:32:04','<!-- wp:paragraph -->\n<p>The star-studded Diamond Ball took place last evening featuring some familiar faces in music like Cardi B and husband Offset, Normani, Megan Thee Stallion,&nbsp;DJ Khaled and wife Nicole Tuck, Kehlani and YG.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8968} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Cardi-Diamond-Ball.png\" alt=\"\" class=\"wp-image-8968\" /><figcaption>It\'s a girls moment with Rihanna and award-winning rapper Cardi B</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The fifth annual Diamond Ball hosted by Seth Meyers, saw performances from Pharrell and DJ Khaled. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rihanna stepped out in a black Givenchy Haute Couture mermaid dress with a simple up-do hairstyle and some pearl earrings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8969} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Diamond-Ball-Buzz-Caribbean-682x1024.png\" alt=\"\" class=\"wp-image-8969\" /><figcaption>Fashion icon Rihanna did not disappoint in her outfit at this year\'s Diamond Ball</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The event is for a worthy cause that was developed through her grandparents Clara and Lionel Braithwaite. The Clara Lionel Foundation aids education, health and emergency response programmes and also engages in advocacy to improve the quality of life of children around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"The magnitude of support is really special” </p><cite>— Rihanna</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":8970} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Khaled-Diamond-Ball-Buzz-Caribbean-634x1024.png\" alt=\"\" class=\"wp-image-8970\" /><figcaption>Nicole Tuck proudly debuts her baby bump at this year\'s Diamond Ball with an ecstatic DJ Khaled  sharing the moment</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bronx rapper Cardi B stole the night\nwith her amateur biding of a designer coffee table book.&nbsp; Cardi bid $106K, another bidder rang in at\n$107K. Cardi went up another 1,000 before clocking a strong $111k in which the\nauctioneer wanted $110k. Unbothered Cardi celebrated the moment nonetheless. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8971} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Pharrell-Buzz-Caribbean.png\" alt=\"\" class=\"wp-image-8971\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Singer Pharrell performing the track ‘<a rel=\"noreferrer noopener\" aria-label=\"Lemon (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=L_u97PqWX6g\" target=\"_blank\">Lemon</a>’ which features Rihanna was also a highlight for the night as the singer hopped on stage, stumbling over the words but grateful fans showed appreciation since it\'s been a while, they have seen their favorite in action.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8972} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Megan-Thee-Stallion-diamond-ball.jpg\" alt=\"\" class=\"wp-image-8972\" /><figcaption>Megan Thee Stallion was a stunner at the signature calendar event</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The glamorous night was truly a happy time for attendees as smiles adorned their faces. The business mogul expressed to magazine sources that she is indeed in a happy place. “The thing that’s making me the happiest tonight is seeing the amount of support, the magnitude of support is really special,” Rihanna explained. </p>\n<!-- /wp:paragraph -->','Fifth annual Diamond Ball a huge success — Rihanna grateful for huge support','','inherit','closed','closed','','8967-revision-v1','','','2019-09-13 16:32:04','2019-09-13 21:32:04','',8967,'https://buzz-caribbean.com/article/8967-revision-v1/',0,'revision','',0),(8988,11,'2019-09-13 17:47:38','2019-09-13 22:47:38','<!-- wp:paragraph -->\n<p>National Baking Company brought nuts of love to the <strong>BUZZ </strong>fam for National Peanut Day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9002} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/National-Baking-Company-Peanut-Day-1024x576.jpg\" alt=\"\" class=\"wp-image-9002\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sharing 5 interesting facts about peanuts for you to munch on:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9003} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/National-Baking-Buzz-Peanuts-1024x576.jpg\" alt=\"\" class=\"wp-image-9003\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li> Known as the \"grandfather of peanuts: George Washington Carver discovered almost 300 ways to use peanuts.</li><li> Peanuts aren’t technically nuts — they’re actually legumes! Unlike nuts that grow on trees, peanuts grow underground. </li><li> Peanuts are super food - they are an excellent source of protein; containing healthy nutrients, dietary minerals (magnesium, manganese,  phosphorus), antioxidants, dietary fiber, and vitamins (B and E).   </li><li>There are four different types of peanuts! (Runner, Virginia, Spanish, and Valencia)  </li><li>Keep those health benefits coming: Peanut oil can reduce cholesterol, promote great heart health, help in the prevention of cancer, improve cognitive function, strengthen the immune system, lower blood pressure, protect the skin, and improve the nervous system.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":9004} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/National-Peanut-Day-Buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-9004\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Happy munching on your super nutritious peanuts!</p>\n<!-- /wp:paragraph -->','Nuts of love on National Peanut Day','','publish','open','closed','','nuts-of-love-on-national-peanut-day','','','2019-09-13 17:49:58','2019-09-13 22:49:58','',0,'https://buzz-caribbean.com/?p=8988',0,'post','',0),(8990,14,'2019-09-13 16:46:29','2019-09-13 21:46:29','<!-- wp:image {\"id\":8980} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jfdf-web-banner-buzz-demo-1024x493.jpg\" alt=\"\" class=\"wp-image-8980\" /><figcaption>Photo: JAFoodandDrink.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Premium US financial services provider, American Express (AMEX), has listed the Jamaica Food &amp; Drink Festival (JFDF) as one of the top five events to experience this October.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"As many tourist destinations above the equator begin to cool down, the Jamaican capital is firing up the grill for its annual food fest.\"</p><cite> — American Express Essentials, writing about the Jamaica Food and Drink Festival as one of its five \'must-be\' events for October.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>AMEX, through its <strong>American Express Essentials</strong> online magazine ranked the <a href=\"https://www.amexessentials.com/top-events-festivals-october-2019/\">Jamaica Food and Drink Festival</a> among an A-list batch of stellar events across the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8979} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/amex-essentials-buzzgrab-demo-1024x505.jpg\" alt=\"\" class=\"wp-image-8979\" /><figcaption>A screengrab of the American Express Essentials\' five must-go events for October 2019, for which the Jamaica Food and Drink Festival is listed (Photo: AMEXEssentials.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>What American Express Essentials had to say...</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“If you like great food, cold drinks and chill Caribbean vibes, then this flavourful festival is the one for you, mon,” American Express Essentials began in its feature on the JFDF.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“As many tourist destinations above the equator begin to cool down, the Jamaican capital is firing up the grill for its annual food fest. Seven mouth-watering events are held across the festival’s nine days, from the pig-tastic Pork Palooza to D’Vine wine-tasting sessions, Chopstix Asian-fusion fare, and Crisp, a celebration of everything crackling, crunchy and crisp – from meats to snacks and cold beer. Looking for a taste of the local eats? Check out Picante, where spicy Jamaican eats meet sweet Jamaican rum, and be sure to pay a visit to The Meet Street &amp; The Market, where you’ll find loads of yummy street food,” the endorsement added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong> on Friday, September 13, Festival Manager for the JFDF Alicia Bogues was proud the event had carved out such an impressive niche in its short five-year history.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8982} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/alicia-bogues-jfdf-buzz-demo.jpg\" alt=\"\" class=\"wp-image-8982\" /><figcaption> Festival Manager for the Jamaica Food and Drink Festival Alicia Bogues (Photo: Facebook @JAFoodandDrink) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>\'It\'s a big deal\' - JFDF basking in endorsement</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“It’s truly amazing. In just five short years we are cementing ourselves as a formidable player in the global festival space,” Bogues told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We set out with what was a very small dream and we had a lot of people doubting us, and we’ve surpassed our expectations from year three. We’re just growing from strength to strength and it’s a phenomenal feeling,” the JFDF Festival Manager added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8983} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jfdf-feature-buzz-demo-1.jpg\" alt=\"\" class=\"wp-image-8983\" /><figcaption>Fleet Street was BUZZing with excitement on Wednesday, September 11 as the Jamaica Food and Drink Festival launched the event for its fifth year running! (Photo: Facebook @JAFoodandDrink)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The ultimate goal is to position Kingston as a destination city for food and we’re well on our way,” Bogues beamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bogues told <strong>BUZZ</strong> that the Jamaica Food and Drink Festival has been by <strong>Yahoo! Travel</strong> and <strong>USA Today</strong> in the past, but the current endorsement from <strong>American Express Essentials</strong> speaks to the tremendous work the team has put in to have come thus far.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This [endorsement] says, even more, that hey, in October this is one of the places you must be, worldwide. This is big,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8984} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jfdf-feature-buzz-demo-2.jpg\" alt=\"\" class=\"wp-image-8984\" /><figcaption>Teamwork makes the dream work! Let\'s hear it for one of the must-be events in the world!! (Photo: Facebook @JAFoodandDrink)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>American Express Essentials</strong> also listed <strong>The Village Halloween Parade</strong> in New York City; <strong>La Fiesta des Suds</strong> in Marseille, France; the <strong>Nuuk Nordisk Kulturfestival</strong> in Nuuk, Greenland; <strong>This Is Not Art (TiNA)</strong> in New South Wales, Australia among its top five events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Jamaica, a rising gastronomic powerhouse!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It\'s another notch in Jamaica\'s impressive repertoire, to be hitting with some of the world\'s biggest events, a feat which Bogues and the JFDF team are basking in.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There’s no place like Jamaica. It’s not easy to replicate how we do things, we are just always on the map and I think in this instance, it’s really true and fitting to say that wi likkle but wi tallawah,” Bogues told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaica Food and Drink Festival will titillate the taste buds of foodies for the fifth straight year with the usual weeklong activities slated to be held from October 26 to November 3. </p>\n<!-- /wp:paragraph -->','American Express drops big endorsement for Jamaica Food &amp; Drink Festival','','inherit','closed','closed','','8975-revision-v1','','','2019-09-13 16:46:29','2019-09-13 21:46:29','',8975,'https://buzz-caribbean.com/article/8975-revision-v1/',0,'revision','',0),(8991,14,'2019-09-13 16:47:12','2019-09-13 21:47:12','<!-- wp:image {\"id\":8980} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jfdf-web-banner-buzz-demo-1024x493.jpg\" alt=\"\" class=\"wp-image-8980\" /><figcaption>Photo: JAFoodandDrink.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Premium US financial services provider, American Express (AMEX), has listed the Jamaica Food &amp; Drink Festival (JFDF) as one of the top five events to experience this October.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"As many tourist destinations above the equator begin to cool down, the Jamaican capital is firing up the grill for its annual food fest.\"</p><cite> — American Express Essentials, writing about the Jamaica Food and Drink Festival as one of its five \'must-be\' events for October.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>AMEX, through its <strong>American Express Essentials</strong> online magazine ranked the <a href=\"https://www.amexessentials.com/top-events-festivals-october-2019/\">Jamaica Food and Drink Festival</a> among an A-list batch of stellar events across the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8979} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/amex-essentials-buzzgrab-demo-1024x505.jpg\" alt=\"\" class=\"wp-image-8979\" /><figcaption>A screengrab of the American Express Essentials\' five must-go events for October 2019, for which the Jamaica Food and Drink Festival is listed (Photo: AMEXEssentials.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>What American Express Essentials had to say...</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“If you like great food, cold drinks and chill Caribbean vibes, then this flavourful festival is the one for you, mon,” American Express Essentials began in its feature on the JFDF.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“As many tourist destinations above the equator begin to cool down, the Jamaican capital is firing up the grill for its annual food fest. Seven mouth-watering events are held across the festival’s nine days, from the pig-tastic Pork Palooza to D’Vine wine-tasting sessions, Chopstix Asian-fusion fare, and Crisp, a celebration of everything crackling, crunchy and crisp – from meats to snacks and cold beer. Looking for a taste of the local eats? Check out Picante, where spicy Jamaican eats meet sweet Jamaican rum, and be sure to pay a visit to The Meet Street &amp; The Market, where you’ll find loads of yummy street food,” the endorsement added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong> on Friday, September 13, Festival Manager for the JFDF Alicia Bogues was proud the event had carved out such an impressive niche in its short five-year history.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8982} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/alicia-bogues-jfdf-buzz-demo.jpg\" alt=\"\" class=\"wp-image-8982\" /><figcaption> Festival Manager for the Jamaica Food and Drink Festival Alicia Bogues (Photo: Facebook @JAFoodandDrink) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>\'It\'s a big deal\' - JFDF basking in endorsement</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“It’s truly amazing. In just five short years we are cementing ourselves as a formidable player in the global festival space,” Bogues told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We set out with what was a very small dream and we had a lot of people doubting us, and we’ve surpassed our expectations from year three. We’re just growing from strength to strength and it’s a phenomenal feeling,” the JFDF Festival Manager added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8983} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jfdf-feature-buzz-demo-1.jpg\" alt=\"\" class=\"wp-image-8983\" /><figcaption>Fleet Street was BUZZing with excitement on Wednesday, September 11 as the Jamaica Food and Drink Festival launched the event for its fifth year running! (Photo: Facebook @JAFoodandDrink)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The ultimate goal is to position Kingston as a destination city for food and we’re well on our way,” Bogues beamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bogues told <strong>BUZZ</strong> that the Jamaica Food and Drink Festival has been by <strong>Yahoo! Travel</strong> and <strong>USA Today</strong> in the past, but the current endorsement from <strong>American Express Essentials</strong> speaks to the tremendous work the team has put in to have come thus far.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This [endorsement] says, even more, that hey, in October this is one of the places you must be, worldwide. This is big,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8984} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jfdf-feature-buzz-demo-2.jpg\" alt=\"\" class=\"wp-image-8984\" /><figcaption>Teamwork makes the dream work! Let\'s hear it for one of the must-be events in the world!! (Photo: Facebook @JAFoodandDrink)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>American Express Essentials</strong> also listed <strong>The Village Halloween Parade</strong> in New York City; <strong>La Fiesta des Suds</strong> in Marseille, France; the <strong>Nuuk Nordisk Kulturfestival</strong> in Nuuk, Greenland; <strong>This Is Not Art (TiNA)</strong> in New South Wales, Australia among its top five events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Jamaica, a rising gastronomic powerhouse!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It\'s another notch in Jamaica\'s impressive repertoire, to be hitting with some of the world\'s biggest events, a feat which Bogues and the JFDF team are basking in.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There’s no place like Jamaica. It’s not easy to replicate how we do things, we are just always on the map and I think in this instance, it’s really true and fitting to say that wi likkle but wi tallawah,” Bogues told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <a href=\"https://buzz-caribbean.com/article/5th-annual-jamaica-food-and-drink-festival-set-to-excite-local-palates/\">Jamaica Food and Drink Festival</a> will titillate the taste buds of foodies for the fifth straight year with the usual weeklong activities slated to be held from October 26 to November 3. </p>\n<!-- /wp:paragraph -->','American Express drops big endorsement for Jamaica Food &amp; Drink Festival','','inherit','closed','closed','','8975-revision-v1','','','2019-09-13 16:47:12','2019-09-13 21:47:12','',8975,'https://buzz-caribbean.com/article/8975-revision-v1/',0,'revision','',0),(8992,23,'2019-09-13 17:26:44','2019-09-13 22:26:44','<!-- wp:image {\"id\":9015} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Buzz-Ramble-Media-Corp-1024x683.jpg\" alt=\"\" class=\"wp-image-9015\" /><figcaption>The <strong>BUZZ</strong> team</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ramble Media Corporation, an affiliate of the Jamaica Observer/ ATL/ Sandals Group of Companies, has launched its first media service. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A pan-Caribbean media group, Ramble Media Corporation promises to inform, connect and showcase the vibrant, colourful nature of the Caribbean through its new digital media network.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?time_continue=6\\u0026v=ocZCwqN71VI\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?time_continue=6&amp;v=ocZCwqN71VI\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><em>Deputy Chairman Adam Stewart said: “Ramble Media Corporation is an exciting new venture and marks our &nbsp;presence in the digital media landscape in a big way.&nbsp;</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8996} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Adam_Stewart_Ramble_Media_Group-1-1024x857.jpg\" alt=\"\" class=\"wp-image-8996\" /><figcaption>Adam Stewart </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em> It yet again demonstrates our confidence as a dynamic organisation willing and able to invest in different sectors, always creating world-class offerings that are positioned in the Caribbean servicing the needs of its people. </em><strong>BUZZ</strong><em> is fresh, vibrant and sets a new standard in digital news</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>, the first of its digital platforms, aims to celebrate, entertain and inform today’s generation.&nbsp;It mirrors this generation’s current online and social media behaviour, appealing to the need for more visually rich and concise storytelling. Our readers can expect edgy, fun and revolutionary stories from across the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9018} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Team-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-9018\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ramble Media Corp will also be introducing additional content services in the near future, which will further enhance our regional network.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With a management team comprised of Caribbean expertise in content, marketing, sales, operations and technology, working closely with contributors from across the region, Ramble Media Corporation proudly adheres to its mission statement: “<strong>TO SHOWCASE AND CONNECT THROUGH DIGITAL MEDIA, CARIBBEAN PEOPLE, WHEREVER THEY MAY BE.”</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8994} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/butch-stewart-Ramble-Media-Group-1024x603.png\" alt=\"\" class=\"wp-image-8994\" /><figcaption>Hon. Gordon \"Butch\" Stewart</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Chairman Gordon \'Butch\' Stewart : “With Ramble Media Corporation, we continue to grow our presence in the media industry by always looking ahead and taking an innovative approach to how we operate.<br> <br>Ramble Media Corporation will provide many opportunities for people across the Caribbean and that in itself is good news. As a group of companies that has its beginnings in the Caribbean, we are very proud of the region and will do all we can to contribute to its growth.</em><br> <br><em>We welcome Ramble Media Corporation to the Group and do hope that people across the Caribbean enjoy </em><strong>BUZZ</strong><em> and future digital products and services.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ramble Media Corporation’s CEO, Al Edwards, expressed great pride and gratitude in the team’s ability to come together and deliver this new digital experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8999} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Al_Edwards_CEO_Ramble_Media_Group-1024x789.jpg\" alt=\"\" class=\"wp-image-8999\" /><figcaption>Al Edwards</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>“It is an honour to be part of a group of companies that for more than half a century has always championed the Caribbean and its people. Innovation, professionalism and taking a daring approach has always been its hallmarks,\" he said</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>“We at Ramble Media Corporation intend to emulate that credo, established and maintained by our Chairman the Honourable Gordon \'Butch\' Stewart,” he added.</em></p>\n<!-- /wp:paragraph -->','Ramble Media Corp. launches its first digital media platform with BUZZ','','publish','open','closed','','ramble-media-corp-launches-its-first-digital-media-platform-with-buzz','','','2019-09-14 08:47:04','2019-09-14 13:47:04','',0,'https://buzz-caribbean.com/?p=8992',0,'post','',0),(8993,11,'2019-09-13 16:55:10','2019-09-13 21:55:10','','Adam_Stewart_Ramble_Media_Group','','inherit','open','closed','','adam_stewart_ramble_media_group','','','2019-09-13 16:55:10','2019-09-13 21:55:10','',8992,'https://buzz-caribbean.com/app/uploads/2019/09/Adam_Stewart_Ramble_Media_Group.jpg',0,'attachment','image/jpeg',0),(8994,11,'2019-09-13 16:56:12','2019-09-13 21:56:12','','butch-stewart-Ramble-Media-Group','','inherit','open','closed','','butch-stewart-ramble-media-group','','','2019-09-13 16:56:12','2019-09-13 21:56:12','',8992,'https://buzz-caribbean.com/app/uploads/2019/09/butch-stewart-Ramble-Media-Group.png',0,'attachment','image/png',0),(8995,14,'2019-09-13 17:03:08','2019-09-13 22:03:08','<!-- wp:image {\"id\":8844} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-1-1024x683.jpg\" alt=\"\" class=\"wp-image-8844\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica Food and Drink Festival (JFDF) will\ntitillate the taste buds of foodies for the fifth straight year with the usual\nweeklong activities slated to be held from October 26 to November 3.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>JFDF will continue to showcase diverse food\nofferings and talent across Kingston, cementing the city as a destination for\nall things gastronomical.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Boasting a line-up of some 70 Jamaican and\ninternational chefs, the event is expected to deliver on its promise of great\nfood and vibes, spanning varying culinary influences from the island’s storied\nhistory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8845} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-8845\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Playing its part in the revitalisation of\nDowntown Kingston, JFDF partnered with Life Yard, a community-based\norganisation and social enterprise, which empowers the community through\neducation, entrepreneurship, arts and culture, to host its media launch on\nWednesday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Guests were shuttled to the increasingly\npopular 41 Fleet Street location, in Southside, downtown, where art and culture\nmet food in a new way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8846} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-8846\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Co-founder and director at Life Yard\nRestaurant and Tours, Nicumma “Ikuma” Carr, said, \"We are happy Jamaica\nFood and Drink Festival came here for a number of reasons; we at Life Yard own\nand operate an ital and vegetarian restaurant so that makes us very much invested\nin the food festival.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We also like to accommodate events or\nmovements which will help our community. We love the whole idea of inviting and\nintroducing people to our space to build better relationships with our fellow\ncitizens,\" Carr added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The focus on downtown Kingston as a vibrant event venue fits well with the larger efforts to reinvigorate the cultural potential of the space and position the city of Kingston as a premier tourist destination.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8847} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-2-1024x683.jpg\" alt=\"\" class=\"wp-image-8847\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Jamaica is not just jerk chicken and ackee\nand saltfish,” noted Alicia Bogues, Festival Director and Regional Development\nManager at CB Foods.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She continued, “Kingston is a melting pot\nof bold flavours inspired by cultural energy, the ingenuity of our people and\nthe uniqueness of our experiences. Our local talent can sit on any world stage\nand JFDF provides the platform. What’s more, it’s a powerful driver of tourism\nto the island, Kingston in particular.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8848} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-8848\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>JFDF is endorsed and supported by the\nGovernment of Jamaica through the Ministry of Tourism; the Ministry of Culture,\nGender, Entertainment and Sport; the Jamaica Tourist Board; and the Jamaica\nHotel and Tourism Association.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On October 26, the festival will open with\nits premiere Copperwood Pork sponsored event, Pork Palooza, the festival’s only\ncompetition, with a prize for most innovative chef. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8849} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-7-1024x683.jpg\" alt=\"\" class=\"wp-image-8849\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The following day, the festival continues with the wine-tasting affair, D’vine, introduced in 2018. Chopstix, an Asian-fusion favourite, will be held on Wednesday, October 30. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Crisp is next on Thursday, October 31, followed by Picante on Friday, November 1. Bringing the week’s gastronomic festivities to a close are Meet Street and the Market on Saturday, November 2, and Brunch on Sunday, November 3.</p>\n<!-- /wp:paragraph -->','5th annual Jamaica Food &amp; Drink Festival set to excite local palates','','inherit','closed','closed','','8843-revision-v1','','','2019-09-13 17:03:08','2019-09-13 22:03:08','',8843,'https://buzz-caribbean.com/article/8843-revision-v1/',0,'revision','',0),(8996,11,'2019-09-13 17:04:11','2019-09-13 22:04:11','','Adam_Stewart_Ramble_Media_Group-1','','inherit','open','closed','','adam_stewart_ramble_media_group-1','','','2019-09-13 17:04:11','2019-09-13 22:04:11','',8992,'https://buzz-caribbean.com/app/uploads/2019/09/Adam_Stewart_Ramble_Media_Group-1.jpg',0,'attachment','image/jpeg',0),(8997,11,'2019-09-13 17:07:49','2019-09-13 22:07:49','<iframe title=\"We R Buzz\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/ocZCwqN71VI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','ada2450f1103a1752e9e5d4cf6c1e4b3','','','2019-09-13 17:07:49','2019-09-13 22:07:49','',0,'https://buzz-caribbean.com/article/ada2450f1103a1752e9e5d4cf6c1e4b3/',0,'oembed_cache','',0),(8998,11,'2019-09-13 17:08:07','2019-09-13 22:08:07','','Team-Buzz-Caribbean','','inherit','open','closed','','team-buzz-caribbean','','','2019-09-13 17:08:07','2019-09-13 22:08:07','',8992,'https://buzz-caribbean.com/app/uploads/2019/09/Team-Buzz-Caribbean.png',0,'attachment','image/png',0),(8999,11,'2019-09-13 17:11:31','2019-09-13 22:11:31','','Al_Edwards_CEO_Ramble_Media_Group','','inherit','open','closed','','al_edwards_ceo_ramble_media_group','','','2019-09-13 17:11:31','2019-09-13 22:11:31','',8992,'https://buzz-caribbean.com/app/uploads/2019/09/Al_Edwards_CEO_Ramble_Media_Group.jpg',0,'attachment','image/jpeg',0),(9000,11,'2019-09-13 17:19:27','2019-09-13 22:19:27','<!-- wp:paragraph -->\n<p>Ramble Media Corporation, an affiliate of the Jamaica Observer/ ATL/ Sandals Group of Companies, has launched its first media service. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A pan-Caribbean media group, Ramble Media Corporation promises to inform, connect and showcase the vibrant, colourful nature of the Caribbean through its new digital media network.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?time_continue=6\\u0026v=ocZCwqN71VI\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?time_continue=6&amp;v=ocZCwqN71VI\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><em>Deputy Chairman Adam Stewart said: “Ramble Media Corporation is an exciting new venture and marks our  presence in the digital media landscape in a big way. </em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8996} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Adam_Stewart_Ramble_Media_Group-1-1024x857.jpg\" alt=\"\" class=\"wp-image-8996\" /><figcaption>Adam Stewart </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em> It yet again demonstrates our confidence as a dynamic organization willing and able to invest in different sectors, always creating world class offerings that are positioned in the Caribbean servicing the needs of its people. BUZZ is fresh, vibrant and sets a new standard in digital news</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>, the first of its digital platforms, aims to celebrate, entertain and inform today’s generation. It mirrors this generation’s current online and social media behaviour, appealing to the need for more visually rich and concise storytelling. Our readers can expect edgy, fun and revolutionary stories from across the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8998} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Team-Buzz-Caribbean.png\" alt=\"\" class=\"wp-image-8998\" /><figcaption>The BUZZ team</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ramble Media Corp will also be introducing additional\ncontent services&nbsp; in the near future, which will further enhance our\nregional network.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With a management team comprised of Caribbean\nexpertise in content, marketing, sales, operations and technology, working\nclosely with contributors from across the region, Ramble Media Corporation\nproudly adheres to its mission statement – “<strong>TO SHOWCASE AND CONNECT THROUGH\nDIGITAL MEDIA, CARIBBEAN PEOPLE, WHEREVER THEY MAY BE.”</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8994} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/butch-stewart-Ramble-Media-Group-1024x603.png\" alt=\"\" class=\"wp-image-8994\" /><figcaption>Gordon \"Butch\" Stewart</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Chairman Gordon “Butch” Stewart : “ With Ramble Media\nCorporation, we continue to grow our presence in the media industry by always\nlooking ahead and taking an innovative approach to how we operate.<br>\n<br>\nRamble Media Corporation will provide many opportunities for people across the\nCaribbean and that in itself is good news.&nbsp;As a group of companies that\nhas its beginnings in the Caribbean, we are very proud of the region and will\ndo all we can to contribute to its growth.</em><br>\n<br>\n<em>We welcome Ramble Media Corporation to the Group and do hope that people\nacross the Caribbean enjoy Buzz and future digital products and services.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ramble Media Corporation’s CEO, Al Edwards expressed\ngreat pride and gratitude in the team’s ability to come together and deliver\nthis new digital experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8999} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Al_Edwards_CEO_Ramble_Media_Group-1024x789.jpg\" alt=\"\" class=\"wp-image-8999\" /><figcaption>Al Edwards</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>“It is an honour to be part of a group of companies that for more than half a century has always championed the Caribbean and its people. Innovation, professionalism and taking a daring approach has always been its hallmarks”, he said</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>“We at Ramble Media Corporation intend to emulate that credo, established and maintained by our Chairman the Honourable Gordon ”Butch” Stewart,” he added.</em></p>\n<!-- /wp:paragraph -->','Ramble Media Corp, launches its first digital media platform with BUZZ','','inherit','closed','closed','','8992-revision-v1','','','2019-09-13 17:19:27','2019-09-13 22:19:27','',8992,'https://buzz-caribbean.com/article/8992-revision-v1/',0,'revision','',0),(9001,11,'2019-09-13 17:26:44','2019-09-13 22:26:44','<!-- wp:paragraph -->\n<p>Ramble Media Corporation, an affiliate of the Jamaica Observer/ ATL/ Sandals Group of Companies, has launched its first media service. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A pan-Caribbean media group, Ramble Media Corporation promises to inform, connect and showcase the vibrant, colourful nature of the Caribbean through its new digital media network.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?time_continue=6\\u0026v=ocZCwqN71VI\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?time_continue=6&amp;v=ocZCwqN71VI\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><em>Deputy Chairman Adam Stewart said: “Ramble Media Corporation is an exciting new venture and marks our &nbsp;presence in the digital media landscape in a big way.&nbsp;</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8996} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Adam_Stewart_Ramble_Media_Group-1-1024x857.jpg\" alt=\"\" class=\"wp-image-8996\" /><figcaption>Adam Stewart </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em> It yet again demonstrates our confidence as a dynamic organization willing and able to invest in different sectors, always creating world class offerings that are positioned in the Caribbean servicing the needs of its people. </em><strong>BUZZ</strong><em> is fresh, vibrant and sets a new standard in digital news</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>, the first of its digital platforms, aims to celebrate, entertain and inform today’s generation.&nbsp;It mirrors this generation’s current online and social media behaviour, appealing to the need for more visually rich and concise storytelling. Our readers can expect edgy, fun and revolutionary stories from across the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8998} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Team-Buzz-Caribbean.png\" alt=\"\" class=\"wp-image-8998\" /><figcaption>The BUZZ team.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ramble Media Corp will also be introducing additional\ncontent services&nbsp; in the near future, which will further enhance our\nregional network.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With a management team comprised of Caribbean\nexpertise in content, marketing, sales, operations and technology, working\nclosely with contributors from across the region, Ramble Media Corporation\nproudly adheres to its mission statement – “<strong>TO SHOWCASE AND CONNECT THROUGH\nDIGITAL MEDIA, CARIBBEAN PEOPLE, WHEREVER THEY MAY BE.”</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8994} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/butch-stewart-Ramble-Media-Group-1024x603.png\" alt=\"\" class=\"wp-image-8994\" /><figcaption>Hon. Gordon \"Butch\" Stewart</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Chairman Gordon “Butch” Stewart : “ With Ramble Media\nCorporation, we continue to grow our presence in the media industry by always\nlooking ahead and taking an innovative approach to how we operate.<br>\n<br>\nRamble Media Corporation will provide many opportunities for people across the\nCaribbean and that in itself is good news.&nbsp;As a group of companies that\nhas its beginnings in the Caribbean, we are very proud of the region and will\ndo all we can to contribute to its growth.</em><br>\n<br>\n<em>We welcome Ramble Media Corporation to the Group and do hope that people\nacross the Caribbean enjoy Buzz and future digital products and services.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ramble Media Corporation’s CEO, Al Edwards expressed\ngreat pride and gratitude in the team’s ability to come together and deliver\nthis new digital experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8999} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Al_Edwards_CEO_Ramble_Media_Group-1024x789.jpg\" alt=\"\" class=\"wp-image-8999\" /><figcaption>Al Edwards</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>“It is an honour to be part of a group of companies that for more than half a century has always championed the Caribbean and its people. Innovation, professionalism and taking a daring approach has always been its hallmarks”, he said</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>“We at Ramble Media Corporation intend to emulate that credo, established and maintained by our Chairman the Honourable Gordon ”Butch” Stewart,” he added.</em></p>\n<!-- /wp:paragraph -->','Ramble Media Corp, launches its first digital media platform with BUZZ','','inherit','closed','closed','','8992-revision-v1','','','2019-09-13 17:26:44','2019-09-13 22:26:44','',8992,'https://buzz-caribbean.com/article/8992-revision-v1/',0,'revision','',0),(9002,11,'2019-09-13 17:42:38','2019-09-13 22:42:38','','National-Baking-Company-Peanut-Day','','inherit','open','closed','','national-baking-company-peanut-day','','','2019-09-13 17:42:38','2019-09-13 22:42:38','',8988,'https://buzz-caribbean.com/app/uploads/2019/09/National-Baking-Company-Peanut-Day.jpg',0,'attachment','image/jpeg',0),(9003,11,'2019-09-13 17:44:15','2019-09-13 22:44:15','','National-Baking-Buzz-Peanuts','','inherit','open','closed','','national-baking-buzz-peanuts','','','2019-09-13 17:44:15','2019-09-13 22:44:15','',8988,'https://buzz-caribbean.com/app/uploads/2019/09/National-Baking-Buzz-Peanuts.jpg',0,'attachment','image/jpeg',0),(9004,11,'2019-09-13 17:45:01','2019-09-13 22:45:01','','National-Peanut-Day-Buzz','','inherit','open','closed','','national-peanut-day-buzz','','','2019-09-13 17:45:01','2019-09-13 22:45:01','',8988,'https://buzz-caribbean.com/app/uploads/2019/09/National-Peanut-Day-Buzz.jpg',0,'attachment','image/jpeg',0),(9005,11,'2019-09-13 17:47:38','2019-09-13 22:47:38','<!-- wp:paragraph -->\n<p>National Baking Company brought nuts of love to the <strong>BUZZ </strong>fam for National Peanut Day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9002} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/National-Baking-Company-Peanut-Day-1024x576.jpg\" alt=\"\" class=\"wp-image-9002\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sharing 5 interesting facts about peanuts for you to munch on:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9003} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/National-Baking-Buzz-Peanuts-1024x576.jpg\" alt=\"\" class=\"wp-image-9003\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li> Known as the \"grandfather of peanuts: George Washington Carver discovered almost 300 ways to use peanuts.</li><li> Peanuts aren’t technically nuts — they’re actually legumes! Unlike nuts that grow on trees, peanuts grow underground. </li><li> Peanuts are super food - they are an excellent source of protein; containing healthy nutrients, dietary minerals (magnesium, manganese,  phosphorus), antioxidants, dietary fiber, and vitamins (B and E).   </li><li>There are four different types of peanuts! (Runner, Virginia, Spanish, and Valencia)  </li><li>Keep those health benefits coming: Peanut oil can reduce cholesterol, promote great heart health, help in the prevention of cancer, improve cognitive function, strengthen the immune system, lower blood pressure, protect the skin, and improve the nervous system.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":9004} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/National-Peanut-Day-Buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-9004\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Happy munching on your super nutritious peanuts!</p>\n<!-- /wp:paragraph -->','Nuts of love on National Peanut Day','','inherit','closed','closed','','8988-revision-v1','','','2019-09-13 17:47:38','2019-09-13 22:47:38','',8988,'https://buzz-caribbean.com/article/8988-revision-v1/',0,'revision','',0),(9006,4,'2019-09-13 18:01:48','2019-09-13 23:01:48','<!-- wp:image {\"id\":8980} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jfdf-web-banner-buzz-demo-1024x493.jpg\" alt=\"\" class=\"wp-image-8980\" /><figcaption>Photo: JAFoodandDrink.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Premium US financial services provider, American Express (AMEX), has listed the Jamaica Food &amp; Drink Festival (JFDF) as one of the top five events to experience this October.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"As many tourist destinations above the equator begin to cool down, the Jamaican capital is firing up the grill for its annual food fest.\"</p><cite> — American Express Essentials, writing about the Jamaica Food and Drink Festival as one of its five \'must-be\' events for October.</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>AMEX, through its <strong>American Express Essentials</strong> online magazine ranked the <a href=\"https://www.amexessentials.com/top-events-festivals-october-2019/\">Jamaica Food and Drink Festival</a> among an A-list batch of stellar events across the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8979} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/amex-essentials-buzzgrab-demo-1024x505.jpg\" alt=\"\" class=\"wp-image-8979\" /><figcaption>A screengrab of the American Express Essentials\' five must-go events for October 2019, for which the Jamaica Food and Drink Festival is listed (Photo: AMEXEssentials.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>What American Express Essentials had to say...</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“If you like great food, cold drinks and chill Caribbean vibes, then this flavourful festival is the one for you, mon,” American Express Essentials began in its feature on the JFDF.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“As many tourist destinations above the equator begin to cool down, the Jamaican capital is firing up the grill for its annual food fest. Seven mouth-watering events are held across the festival’s nine days, from the pig-tastic Pork Palooza to D’Vine wine-tasting sessions, Chopstix Asian-fusion fare, and Crisp, a celebration of everything crackling, crunchy and crisp – from meats to snacks and cold beer. Looking for a taste of the local eats? Check out Picante, where spicy Jamaican eats meet sweet Jamaican rum, and be sure to pay a visit to The Meet Street &amp; The Market, where you’ll find loads of yummy street food,” the endorsement added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking with <strong>BUZZ</strong> on Friday, September 13, Festival Manager for the JFDF Alicia Bogues was proud the event had carved out such an impressive niche in its short five-year history.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8982} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/alicia-bogues-jfdf-buzz-demo.jpg\" alt=\"\" class=\"wp-image-8982\" /><figcaption> Festival Manager for the Jamaica Food and Drink Festival Alicia Bogues (Photo: Facebook @JAFoodandDrink) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>\'It\'s a big deal\' - JFDF basking in endorsement</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“It’s truly amazing. In just five short years we are cementing ourselves as a formidable player in the global festival space,” Bogues told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We set out with what was a very small dream and we had a lot of people doubting us, and we’ve surpassed our expectations from year three. We’re just growing from strength to strength and it’s a phenomenal feeling,” the JFDF Festival Manager added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8983} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jfdf-feature-buzz-demo-1.jpg\" alt=\"\" class=\"wp-image-8983\" /><figcaption>Fleet Street was BUZZing with excitement on Wednesday, September 11 as the Jamaica Food and Drink Festival launched the event for its fifth year running! (Photo: Facebook @JAFoodandDrink)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“The ultimate goal is to position Kingston as a destination city for food and we’re well on our way,” Bogues beamed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bogues told <strong>BUZZ</strong> that the Jamaica Food and Drink Festival has been endorsed by <strong>Yahoo! Travel</strong> and <strong>USA Today</strong> in the past, but the current endorsement from <strong>American Express Essentials</strong> speaks to the tremendous work the team has put in to have come thus far.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This [endorsement] says, even more, that hey, in October this is one of the places you must be, worldwide. This is big,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8984} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jfdf-feature-buzz-demo-2.jpg\" alt=\"\" class=\"wp-image-8984\" /><figcaption>Teamwork makes the dream work! Let\'s hear it for one of the must-be events in the world!! (Photo: Facebook @JAFoodandDrink)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>American Express Essentials</strong> also listed <strong>The Village Halloween Parade</strong> in New York City; <strong>La Fiesta des Suds</strong> in Marseille, France; the <strong>Nuuk Nordisk Kulturfestival</strong> in Nuuk, Greenland; <strong>This Is Not Art (TiNA)</strong> in New South Wales, Australia among its top five events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Jamaica, a rising gastronomic powerhouse!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It\'s another notch in Jamaica\'s impressive repertoire, to be hitting with some of the world\'s biggest events, a feat which Bogues and the JFDF team are basking in.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There’s no place like Jamaica. It’s not easy to replicate how we do things, we are just always on the map and I think in this instance, it’s really true and fitting to say that wi likkle but wi tallawah,” Bogues told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <a href=\"https://buzz-caribbean.com/article/5th-annual-jamaica-food-and-drink-festival-set-to-excite-local-palates/\">Jamaica Food and Drink Festival</a> will titillate the taste buds of foodies for the fifth straight year with the usual weeklong activities slated to be held from October 26 to November 3. </p>\n<!-- /wp:paragraph -->','American Express drops big endorsement for Jamaica Food &amp; Drink Festival','','inherit','closed','closed','','8975-revision-v1','','','2019-09-13 18:01:48','2019-09-13 23:01:48','',8975,'https://buzz-caribbean.com/article/8975-revision-v1/',0,'revision','',0),(9007,23,'2019-09-13 19:40:04','2019-09-14 00:40:04','<!-- wp:image {\"id\":9009} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/DSC_7326-1024x683.jpg\" alt=\"\" class=\"wp-image-9009\" /><figcaption>A Tivoli Gardens High player (in orange and black) and his opponent from Mona High School battle for the ball in their Manning Cup match Friday, Sept 13. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mona defeated Tivoli Gardens 1-0 on their home turf at Mona on Friday (Sept 13) in the ISSA/Digicel Manning schoolboy football competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Romario Harris scored the important goal in the 22nd minute to secure the victory for Mona. It earned Mona their first point of the season after losing 1-0 to Camperdown in their first match.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was Tivoli\'s first encounter of the season. Harris capitalised on an hesitant Amari Murray in goal for Tivoli and got to the ball before the custodian to score Mona\'s goal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[9010,9011,9012,9013,9014]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/DSC_7334-1024x683.jpg\" alt=\"\" data-id=\"9010\" data-link=\"https://buzz-caribbean.com/?attachment_id=9010\" class=\"wp-image-9010\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/DSC_7322-1024x683.jpg\" alt=\"\" data-id=\"9011\" data-link=\"https://buzz-caribbean.com/?attachment_id=9011\" class=\"wp-image-9011\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/20190913_182906-1024x683.jpg\" alt=\"\" data-id=\"9012\" data-link=\"https://buzz-caribbean.com/?attachment_id=9012\" class=\"wp-image-9012\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/DSC_7187-1024x683.jpg\" alt=\"\" data-id=\"9013\" data-link=\"https://buzz-caribbean.com/?attachment_id=9013\" class=\"wp-image-9013\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/DSC_7186-1024x683.jpg\" alt=\"\" data-id=\"9014\" data-link=\"https://buzz-caribbean.com/?attachment_id=9014\" class=\"wp-image-9014\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Tivoli dominated the first 10 minutes of the second half, locking their opponents in the penalty area and forcing a number of hasty clearances. Mona eventually settled and orchestrated quick raids on Tivoli, although not creating clear scorimg opportunities.</p>\n<!-- /wp:paragraph -->','Mona stop Tivoli 1-0 in Manning Cup action','','publish','open','closed','','mona-stop-tivoli-1-0-in-manning-cup-action','','','2019-09-13 19:40:04','2019-09-14 00:40:04','',0,'https://buzz-caribbean.com/?p=9007',0,'post','',0),(9008,4,'2019-09-13 18:51:55','2019-09-13 23:51:55','<!-- wp:paragraph -->\n<p>Mona stop Tivoli 1-0 in Manning CupMona defeated Tivoli Gardens 1-0 on their home turf at Mona on Friday in the ISSA/Digicel Manning schoolboy football competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Romario Harris scored the important goal in the 22nd minute to secure the victory for Mona. It earned Mona their first point of the season after losing 1-0 to Camperdown in their first match.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was Tivoli\'s first encounter of the season. Harris capitalised on an hesitant Amari Murray in goal for Tivoli and got to the ball before the custodian to score Mona\'s goal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tivoli dominated the first 10 minutes of the second half, locking their opponents in the penalty area and forcing a number of hasty clearances. Mona eventually settled and orchestrated quick raids on Tivoli, although not creating clear scorimg opportunities.</p>\n<!-- /wp:paragraph -->','Mona stop Tivoli 1-0 in Manning Cup','','inherit','closed','closed','','9007-revision-v1','','','2019-09-13 18:51:55','2019-09-13 23:51:55','',9007,'https://buzz-caribbean.com/article/9007-revision-v1/',0,'revision','',0),(9009,4,'2019-09-13 19:25:45','2019-09-14 00:25:45','','DSC_7326','','inherit','open','closed','','dsc_7326','','','2019-09-13 19:25:45','2019-09-14 00:25:45','',9007,'https://buzz-caribbean.com/app/uploads/2019/09/DSC_7326.jpg',0,'attachment','image/jpeg',0),(9010,4,'2019-09-13 19:34:58','2019-09-14 00:34:58','','DSC_7334','','inherit','open','closed','','dsc_7334','','','2019-09-13 19:34:58','2019-09-14 00:34:58','',9007,'https://buzz-caribbean.com/app/uploads/2019/09/DSC_7334.jpg',0,'attachment','image/jpeg',0),(9011,4,'2019-09-13 19:35:08','2019-09-14 00:35:08','','DSC_7322','','inherit','open','closed','','dsc_7322','','','2019-09-13 19:35:08','2019-09-14 00:35:08','',9007,'https://buzz-caribbean.com/app/uploads/2019/09/DSC_7322.jpg',0,'attachment','image/jpeg',0),(9012,4,'2019-09-13 19:35:12','2019-09-14 00:35:12','','20190913_182906','','inherit','open','closed','','20190913_182906','','','2019-09-13 19:35:12','2019-09-14 00:35:12','',9007,'https://buzz-caribbean.com/app/uploads/2019/09/20190913_182906.jpg',0,'attachment','image/jpeg',0),(9013,4,'2019-09-13 19:35:24','2019-09-14 00:35:24','','DSC_7187','','inherit','open','closed','','dsc_7187','','','2019-09-13 19:35:24','2019-09-14 00:35:24','',9007,'https://buzz-caribbean.com/app/uploads/2019/09/DSC_7187.jpg',0,'attachment','image/jpeg',0),(9014,4,'2019-09-13 19:37:09','2019-09-14 00:37:09','','DSC_7186','','inherit','open','closed','','dsc_7186','','','2019-09-13 19:37:09','2019-09-14 00:37:09','',9007,'https://buzz-caribbean.com/app/uploads/2019/09/DSC_7186.jpg',0,'attachment','image/jpeg',0),(9015,11,'2019-09-13 19:37:25','2019-09-14 00:37:25','','Buzz-Ramble-Media-Corp','','inherit','open','closed','','buzz-ramble-media-corp','','','2019-09-13 19:37:25','2019-09-14 00:37:25','',8992,'https://buzz-caribbean.com/app/uploads/2019/09/Buzz-Ramble-Media-Corp.jpg',0,'attachment','image/jpeg',0),(9017,4,'2019-09-13 19:40:04','2019-09-14 00:40:04','<!-- wp:image {\"id\":9009} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/DSC_7326-1024x683.jpg\" alt=\"\" class=\"wp-image-9009\" /><figcaption>A Tivoli Gardens High player (in orange and black) and his opponent from Mona High School battle for the ball in their Manning Cup match Friday, Sept 13. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mona defeated Tivoli Gardens 1-0 on their home turf at Mona on Friday (Sept 13) in the ISSA/Digicel Manning schoolboy football competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Romario Harris scored the important goal in the 22nd minute to secure the victory for Mona. It earned Mona their first point of the season after losing 1-0 to Camperdown in their first match.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was Tivoli\'s first encounter of the season. Harris capitalised on an hesitant Amari Murray in goal for Tivoli and got to the ball before the custodian to score Mona\'s goal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[9010,9011,9012,9013,9014]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/DSC_7334-1024x683.jpg\" alt=\"\" data-id=\"9010\" data-link=\"https://buzz-caribbean.com/?attachment_id=9010\" class=\"wp-image-9010\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/DSC_7322-1024x683.jpg\" alt=\"\" data-id=\"9011\" data-link=\"https://buzz-caribbean.com/?attachment_id=9011\" class=\"wp-image-9011\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/20190913_182906-1024x683.jpg\" alt=\"\" data-id=\"9012\" data-link=\"https://buzz-caribbean.com/?attachment_id=9012\" class=\"wp-image-9012\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/DSC_7187-1024x683.jpg\" alt=\"\" data-id=\"9013\" data-link=\"https://buzz-caribbean.com/?attachment_id=9013\" class=\"wp-image-9013\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/DSC_7186-1024x683.jpg\" alt=\"\" data-id=\"9014\" data-link=\"https://buzz-caribbean.com/?attachment_id=9014\" class=\"wp-image-9014\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Tivoli dominated the first 10 minutes of the second half, locking their opponents in the penalty area and forcing a number of hasty clearances. Mona eventually settled and orchestrated quick raids on Tivoli, although not creating clear scorimg opportunities.</p>\n<!-- /wp:paragraph -->','Mona stop Tivoli 1-0 in Manning Cup action','','inherit','closed','closed','','9007-revision-v1','','','2019-09-13 19:40:04','2019-09-14 00:40:04','',9007,'https://buzz-caribbean.com/article/9007-revision-v1/',0,'revision','',0),(9018,11,'2019-09-13 19:41:16','2019-09-14 00:41:16','','Team-Buzz','','inherit','open','closed','','team-buzz','','','2019-09-13 19:41:16','2019-09-14 00:41:16','',8992,'https://buzz-caribbean.com/app/uploads/2019/09/Team-Buzz.jpg',0,'attachment','image/jpeg',0),(9020,11,'2019-09-13 19:42:56','2019-09-14 00:42:56','<!-- wp:image {\"id\":9015} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Buzz-Ramble-Media-Corp-1024x683.jpg\" alt=\"\" class=\"wp-image-9015\" /><figcaption>The BUZZ team</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ramble Media Corporation, an affiliate of the Jamaica Observer/ ATL/ Sandals Group of Companies, has launched its first media service. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A pan-Caribbean media group, Ramble Media Corporation promises to inform, connect and showcase the vibrant, colourful nature of the Caribbean through its new digital media network.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?time_continue=6\\u0026v=ocZCwqN71VI\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?time_continue=6&amp;v=ocZCwqN71VI\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><em>Deputy Chairman Adam Stewart said: “Ramble Media Corporation is an exciting new venture and marks our &nbsp;presence in the digital media landscape in a big way.&nbsp;</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8996} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Adam_Stewart_Ramble_Media_Group-1-1024x857.jpg\" alt=\"\" class=\"wp-image-8996\" /><figcaption>Adam Stewart </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em> It yet again demonstrates our confidence as a dynamic organization willing and able to invest in different sectors, always creating world class offerings that are positioned in the Caribbean servicing the needs of its people. </em><strong>BUZZ</strong><em> is fresh, vibrant and sets a new standard in digital news</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>, the first of its digital platforms, aims to celebrate, entertain and inform today’s generation.&nbsp;It mirrors this generation’s current online and social media behaviour, appealing to the need for more visually rich and concise storytelling. Our readers can expect edgy, fun and revolutionary stories from across the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9018} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Team-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-9018\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ramble Media Corp will also be introducing additional\ncontent services&nbsp; in the near future, which will further enhance our\nregional network.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With a management team comprised of Caribbean\nexpertise in content, marketing, sales, operations and technology, working\nclosely with contributors from across the region, Ramble Media Corporation\nproudly adheres to its mission statement – “<strong>TO SHOWCASE AND CONNECT THROUGH\nDIGITAL MEDIA, CARIBBEAN PEOPLE, WHEREVER THEY MAY BE.”</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8994} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/butch-stewart-Ramble-Media-Group-1024x603.png\" alt=\"\" class=\"wp-image-8994\" /><figcaption>Hon. Gordon \"Butch\" Stewart</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Chairman Gordon “Butch” Stewart : “ With Ramble Media\nCorporation, we continue to grow our presence in the media industry by always\nlooking ahead and taking an innovative approach to how we operate.<br>\n<br>\nRamble Media Corporation will provide many opportunities for people across the\nCaribbean and that in itself is good news.&nbsp;As a group of companies that\nhas its beginnings in the Caribbean, we are very proud of the region and will\ndo all we can to contribute to its growth.</em><br>\n<br>\n<em>We welcome Ramble Media Corporation to the Group and do hope that people\nacross the Caribbean enjoy Buzz and future digital products and services.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ramble Media Corporation’s CEO, Al Edwards expressed\ngreat pride and gratitude in the team’s ability to come together and deliver\nthis new digital experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8999} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Al_Edwards_CEO_Ramble_Media_Group-1024x789.jpg\" alt=\"\" class=\"wp-image-8999\" /><figcaption>Al Edwards</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>“It is an honour to be part of a group of companies that for more than half a century has always championed the Caribbean and its people. Innovation, professionalism and taking a daring approach has always been its hallmarks”, he said</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>“We at Ramble Media Corporation intend to emulate that credo, established and maintained by our Chairman the Honourable Gordon ”Butch” Stewart,” he added.</em></p>\n<!-- /wp:paragraph -->','Ramble Media Corp, launches its first digital media platform with BUZZ','','inherit','closed','closed','','8992-revision-v1','','','2019-09-13 19:42:56','2019-09-14 00:42:56','',8992,'https://buzz-caribbean.com/article/8992-revision-v1/',0,'revision','',0),(9022,23,'2019-09-13 20:34:25','2019-09-14 01:34:25','<!-- wp:paragraph -->\n<p>Jamaica Tallawahs have won the toss and elected to field in the Hero Caribbean Premier League cricket match against Trinbago Knight Riders at Sabina Park Friday night.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3093} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jamaica-tallawahs-vs-trinibago.jpg\" alt=\"\" class=\"wp-image-3093\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Jamaica Tallawahs are looking to avenge the first-match loss to the Trinbago Knight Riders and break the three-match losing streak that they started the competition with. They are at the bottom points standing without a point.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Knight Riders, on the other hand, will be out to strengthen their position at the other end of the standing as they are in second position behind the Guyana Amazon Warriors on net run rate. A victory against the Tallawahs will carry Knight Riders to the top of the standing on eight points.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Tallawahs will be without inspirational player Andre Russell, who was hit in the head in their loss against St Lucia Zouks at the same venue Thursday night. Russell was taken to hospital and was given the all-clear signal, but will be given additional days to recover.</p>\n<!-- /wp:paragraph -->','Tallawahs look to avenge loss against Knight Riders','','publish','open','closed','','tallawahs-look-to-avenge-loss-against-knight-riders','','','2019-09-13 20:47:53','2019-09-14 01:47:53','',0,'https://buzz-caribbean.com/?p=9022',0,'post','',0),(9023,11,'2019-09-13 20:27:33','2019-09-14 01:27:33','','Team Buzz Feature Image','','inherit','open','closed','','team-buzz-feature-image','','','2019-09-13 20:27:33','2019-09-14 01:27:33','',8992,'https://buzz-caribbean.com/app/uploads/2019/09/Team-Buzz-Feature-Image.jpg',0,'attachment','image/jpeg',0),(9025,11,'2019-09-13 20:29:20','2019-09-14 01:29:20','','BUZZ Team Photo Ramble','','inherit','open','closed','','buzz-team-photo-ramble','','','2019-09-13 20:29:20','2019-09-14 01:29:20','',8992,'https://buzz-caribbean.com/app/uploads/2019/09/BUZZ-Team-Photo-Ramble.jpg',0,'attachment','image/jpeg',0),(9026,21,'2019-09-13 20:44:32','2019-09-14 01:44:32','<!-- wp:paragraph -->\n<p>Jamaican international and Leicester City\'s Wes Morgan has taken to social media to air his concerns about a dip in his pace according to the EA Sports rankings connected to it\'s video game, FIFA 20.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9031} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Wes-Morgan-FIFA-Buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-9031\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Morgan who won the English Premier League saw an overall stat of 75. However, his pace numbers dipped from 30 to 29 which had the big defender calling out EA for what he perceives as a low score.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/Wes5L1nk/status/1172101190970224640?s=19\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/Wes5L1nk/status/1172101190970224640?s=19\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>If his reaching out to EA did not work, Leicester City took\nto social media to also prove the rating was a bit low with a video suggesting\nthat the Jamaican International could match Sprint legend Usain Bolt in a race.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/LCFC/status/1172544569503825920?s=19\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/LCFC/status/1172544569503825920?s=19\n</div></figure>\n<!-- /wp:embed -->','Wes Morgan not in agreement with his pace ranking on FIFA 20','','publish','open','closed','','wes-morgan-not-in-agreement-with-his-pace-ranking-on-fifa-20','','','2019-09-13 20:44:32','2019-09-14 01:44:32','',0,'https://buzz-caribbean.com/?p=9026',0,'post','',0),(9027,4,'2019-09-13 20:34:25','2019-09-14 01:34:25','<!-- wp:paragraph -->\n<p>Jamaica Tallawahs have won the toss and elected to field in the Hero Caribbean Premier League cricket match against Trinbago Knight Riders at Sabina Park Friday night.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3093} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jamaica-tallawahs-vs-trinibago.jpg\" alt=\"\" class=\"wp-image-3093\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Jamaica Tallawahs are looking to avenge the first-match loss to the Trinbago Knight Riders and break the three-match losing streak that they started the competition with. They are at the bottom points standing without a point.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Knight Riders, on the other hand, will be out to strengthen their position at the other end of the standing as they are in second position behind the Guyana Amazon Warriors on net run rate. A victory against the Tallawahs will carry Knight Riders to the top of the standing on eight points.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Tallawahs will be without inspirational player Andre Russell, who was hit in the head in their loss against St Lucia Zouks at the same venue Thursday night. Russell was taken to hospital and was given the all-clear signal, but will be given additional days to recover.</p>\n<!-- /wp:paragraph -->','Tallawahs look to avenge loss against Knight Riders','','inherit','closed','closed','','9022-revision-v1','','','2019-09-13 20:34:25','2019-09-14 01:34:25','',9022,'https://buzz-caribbean.com/article/9022-revision-v1/',0,'revision','',0),(9028,23,'2019-09-13 21:00:18','2019-09-14 02:00:18','<!-- wp:paragraph -->\n<p>Tennis megastar Serena Williams is among the celebrities who have stepped up to the plate to help with the recovery efforts in The Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9036} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/serena-williams-1.jpg\" alt=\"\" class=\"wp-image-9036\" /><figcaption>Serena Williams in New Providence Church along with a volunteer. (Photo: The Bahamas Press) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Williams is now in The Grand Bahama Island to make her contribution to the relief effort to Hurricane Dorian victims.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Bahamas Press, she turned up at the New Providence Community Church on Friday, where many of the hurricane victims are being housed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Persons took to Facebook and other social media platforms to praise the tennis star. “God bless you Serena and everyone all over the world who take the time out to help the Bahamas in this our time of need we really appreciate the contribution and support at this time,” Ida Bain said on Facebook.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bahamian Amy Nestor wrote: “Thank you Serena, a great person on and off the court. More celebrities worldwide need to step up and help.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Williams joins another sporting celebrity, champion golfer Tiger Woods who has teamed up with Grammy-winning singer Justin Timberlake to assist the hurricane-ravaged archipelago.According to CNN reports, Woods and Timberlake are helping to establish the one Bahamas Fund to provide aid and relief as well as enhance the recovery and rebuilding efforts.</p>\n<!-- /wp:paragraph -->','Tennis star Serena Williams visits hurricane hit areas of The Bahamas','','publish','open','closed','','tennis-star-serena-williams-visits-hurricane-hit-areas-of-the-bahams','','','2019-09-14 20:48:25','2019-09-15 01:48:25','',0,'https://buzz-caribbean.com/?p=9028',0,'post','',0),(9029,11,'2019-09-13 20:38:32','2019-09-14 01:38:32','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/EASPORTSFIFA?ref_src=twsrc%5Etfw\">@EASPORTSFIFA</a> taking the absolute p*ss with these stats!??? ? <a href=\"https://t.co/3cgzP3Nb3D\">pic.twitter.com/3cgzP3Nb3D</a></p>&mdash; Wes Morgan (@Wes5L1nk) <a href=\"https://twitter.com/Wes5L1nk/status/1172101190970224640?ref_src=twsrc%5Etfw\">September 12, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','f4d6499edd46bc49e0faf5d16c66dc55','','','2019-09-13 20:38:32','2019-09-14 01:38:32','',0,'https://buzz-caribbean.com/article/f4d6499edd46bc49e0faf5d16c66dc55/',0,'oembed_cache','',0),(9030,11,'2019-09-13 20:38:32','2019-09-14 01:38:32','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">29 pace? ?‍♂️ <a href=\"https://t.co/CJoha3UKiI\">pic.twitter.com/CJoha3UKiI</a></p>&mdash; Leicester City (@LCFC) <a href=\"https://twitter.com/LCFC/status/1172544569503825920?ref_src=twsrc%5Etfw\">September 13, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','72baa222f87b608e3f1e1e9269948224','','','2019-09-13 20:38:32','2019-09-14 01:38:32','',0,'https://buzz-caribbean.com/article/72baa222f87b608e3f1e1e9269948224/',0,'oembed_cache','',0),(9031,11,'2019-09-13 20:41:13','2019-09-14 01:41:13','','Wes-Morgan-FIFA-Buzz','','inherit','open','closed','','wes-morgan-fifa-buzz','','','2019-09-13 20:41:13','2019-09-14 01:41:13','',9026,'https://buzz-caribbean.com/app/uploads/2019/09/Wes-Morgan-FIFA-Buzz.jpg',0,'attachment','image/jpeg',0),(9032,11,'2019-09-13 20:44:32','2019-09-14 01:44:32','<!-- wp:paragraph -->\n<p>Jamaican international and Leicester City\'s Wes Morgan has taken to social media to air his concerns about a dip in his pace according to the EA Sports rankings connected to it\'s video game, FIFA 20.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9031} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Wes-Morgan-FIFA-Buzz-1024x576.jpg\" alt=\"\" class=\"wp-image-9031\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Morgan who won the English Premier League saw an overall stat of 75. However, his pace numbers dipped from 30 to 29 which had the big defender calling out EA for what he perceives as a low score.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/Wes5L1nk/status/1172101190970224640?s=19\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/Wes5L1nk/status/1172101190970224640?s=19\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>If his reaching out to EA did not work, Leicester City took\nto social media to also prove the rating was a bit low with a video suggesting\nthat the Jamaican International could match Sprint legend Usain Bolt in a race.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/LCFC/status/1172544569503825920?s=19\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/LCFC/status/1172544569503825920?s=19\n</div></figure>\n<!-- /wp:embed -->','Wes Morgan not in agreement with his pace ranking on FIFA 20','','inherit','closed','closed','','9026-revision-v1','','','2019-09-13 20:44:32','2019-09-14 01:44:32','',9026,'https://buzz-caribbean.com/article/9026-revision-v1/',0,'revision','',0),(9035,4,'2019-09-13 20:55:25','2019-09-14 01:55:25','<!-- wp:paragraph -->\n<p>Tennis megastar Serena Williams is among the celebrities who have stepped up to the plate to help with the recovery efforts in The Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Williams is now in The Grand Bahama Island to make her contribution to the relief effort to Hurricane Dorian victims.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Bahamas Press, she turned up at the New Providence Community Church on Friday, where many of the hurricane victims are being housed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Persons took to Facebook and other social media platforms to praise the tennis star.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“God bless you Serena and everyone all over the world who take the time out to help the Bahamas in this our time of need we really appreciate the contribution and support at this time,” Ida Bain said on Facebook.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bahamian Amy Nestor wrote: “Thank you Serena, a great person on and off the court. More celebrities worldwide need to step up and help.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Williams\njoins another sporting celebrity, champion golfer Tiger Woods who has teamed up\nwith Grammy-winning singer Justin Timberlake to assist the hurricane-ravaged\narchipelago.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to CNN reports, Woods and Timberlake are helping to establish the one Bahamas Fund to provide aid and relief as well as enhance the recovery and rebuilding efforts.</p>\n<!-- /wp:paragraph -->','Tennis star Serena Williams visits hurricane hit areas of The Bahams','','inherit','closed','closed','','9028-revision-v1','','','2019-09-13 20:55:25','2019-09-14 01:55:25','',9028,'https://buzz-caribbean.com/article/9028-revision-v1/',0,'revision','',0),(9036,4,'2019-09-13 20:55:53','2019-09-14 01:55:53','','serena-williams-1','','inherit','open','closed','','serena-williams-1','','','2019-09-13 20:55:53','2019-09-14 01:55:53','',9028,'https://buzz-caribbean.com/app/uploads/2019/09/serena-williams-1.jpg',0,'attachment','image/jpeg',0),(9037,11,'2019-09-13 20:58:40','2019-09-14 01:58:40','','Zouks Tallawahs Cricket CPL T20','','inherit','open','closed','','zouks-tallawahs-cricket-cpl-t20','','','2019-09-13 20:58:40','2019-09-14 01:58:40','',0,'https://buzz-caribbean.com/app/uploads/2019/09/Zouks-Tallawahs-Cricket-CPL-T20.jpg',0,'attachment','image/jpeg',0),(9038,4,'2019-09-13 21:00:18','2019-09-14 02:00:18','<!-- wp:paragraph -->\n<p>Tennis megastar Serena Williams is among the celebrities who have stepped up to the plate to help with the recovery efforts in The Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9036} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/serena-williams-1.jpg\" alt=\"\" class=\"wp-image-9036\" /><figcaption>Serena Williams in New Providence Church along with a volunteer. (Photo: The Bahamas Press) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Williams is now in The Grand Bahama Island to make her contribution to the relief effort to Hurricane Dorian victims.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Bahamas Press, she turned up at the New Providence Community Church on Friday, where many of the hurricane victims are being housed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Persons took to Facebook and other social media platforms to praise the tennis star. “God bless you Serena and everyone all over the world who take the time out to help the Bahamas in this our time of need we really appreciate the contribution and support at this time,” Ida Bain said on Facebook.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bahamian Amy Nestor wrote: “Thank you Serena, a great person on and off the court. More celebrities worldwide need to step up and help.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Williams joins another sporting celebrity, champion golfer Tiger Woods who has teamed up with Grammy-winning singer Justin Timberlake to assist the hurricane-ravaged archipelago.According to CNN reports, Woods and Timberlake are helping to establish the one Bahamas Fund to provide aid and relief as well as enhance the recovery and rebuilding efforts.</p>\n<!-- /wp:paragraph -->','Tennis star Serena Williams visits hurricane hit areas of The Bahams','','inherit','closed','closed','','9028-revision-v1','','','2019-09-13 21:00:18','2019-09-14 02:00:18','',9028,'https://buzz-caribbean.com/article/9028-revision-v1/',0,'revision','',0),(9040,21,'2019-09-13 21:10:53','2019-09-14 02:10:53','<!-- wp:image {\"id\":9041} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Black-River-STETHS-Buzz-Caribbean-1024x614.jpg\" alt=\"\" class=\"wp-image-9041\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former champions St Elizabeth Technical High School (STETHS) emphatically dismissed Black River 11-0 in their  ISSA/Wata DaCosta Cup  Zone F match on their home turf in Santa Cruz, St Elizabeth on Thursday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kristoff Murray led STETHS’s victory charge with four goals as Michael German and substitute Mustaq Cristopher each scored a brace. The goal-feast was completed with a goal apiece by Kevon Garwood, Denari Watson and Antonio Biggs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The win pushes STETHS to maximum six points from their two matches, as they had earlier defeated Maggotty 1-0.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>STETHS are second behind Zone E leaders Munro College, who are on seven points after drawing 1-1 with Lacovia at Munro also on Thursday. Munro, however, have played three matches.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Zone G, Alston and Holmwood Technical won their second match, as both disposed of Roger Clarke and Spalding by the same margin – 2-0.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Alston lead the Zone on goal difference as both are on six points from two matches, with Alston having a goal difference of four to Holmwood’s three.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>THURSDAY RESULTS&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>ZONE E</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>STETHS 11 vs Black River 0</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sydney Pagon 0 vs Newell 1</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Munro College 1 vs Lacovia\n1</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>ZONE G</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Roger Clarke 0 vs Alston 2</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Spalding 0 vs Holmwood 2</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Christiana 0 vs Knox 0</p>\n<!-- /wp:paragraph -->','STETHS hammer Black River 11-0 in ISSA/Wata DaCosta Cup','','publish','open','closed','','steths-hammer-black-river-11-0-in-issa-wata-dacosta-cup','','','2019-09-13 21:10:54','2019-09-14 02:10:54','',0,'https://buzz-caribbean.com/?p=9040',0,'post','',0),(9041,11,'2019-09-13 21:08:42','2019-09-14 02:08:42','','Black-River-STETHS-Buzz-Caribbean','','inherit','open','closed','','black-river-steths-buzz-caribbean','','','2019-09-13 21:08:42','2019-09-14 02:08:42','',9040,'https://buzz-caribbean.com/app/uploads/2019/09/Black-River-STETHS-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(9042,11,'2019-09-13 21:10:53','2019-09-14 02:10:53','<!-- wp:image {\"id\":9041} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Black-River-STETHS-Buzz-Caribbean-1024x614.jpg\" alt=\"\" class=\"wp-image-9041\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former champions St Elizabeth Technical High School (STETHS) emphatically dismissed Black River 11-0 in their  ISSA/Wata DaCosta Cup  Zone F match on their home turf in Santa Cruz, St Elizabeth on Thursday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kristoff Murray led STETHS’s victory charge with four goals as Michael German and substitute Mustaq Cristopher each scored a brace. The goal-feast was completed with a goal apiece by Kevon Garwood, Denari Watson and Antonio Biggs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The win pushes STETHS to maximum six points from their two matches, as they had earlier defeated Maggotty 1-0.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>STETHS are second behind Zone E leaders Munro College, who are on seven points after drawing 1-1 with Lacovia at Munro also on Thursday. Munro, however, have played three matches.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Zone G, Alston and Holmwood Technical won their second match, as both disposed of Roger Clarke and Spalding by the same margin – 2-0.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Alston lead the Zone on goal difference as both are on six points from two matches, with Alston having a goal difference of four to Holmwood’s three.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>THURSDAY RESULTS&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>ZONE E</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>STETHS 11 vs Black River 0</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sydney Pagon 0 vs Newell 1</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Munro College 1 vs Lacovia\n1</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>ZONE G</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Roger Clarke 0 vs Alston 2</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Spalding 0 vs Holmwood 2</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Christiana 0 vs Knox 0</p>\n<!-- /wp:paragraph -->','STETHS hammer Black River 11-0 in ISSA/Wata DaCosta Cup','','inherit','closed','closed','','9040-revision-v1','','','2019-09-13 21:10:53','2019-09-14 02:10:53','',9040,'https://buzz-caribbean.com/article/9040-revision-v1/',0,'revision','',0),(9045,23,'2019-09-13 22:35:36','2019-09-14 03:35:36','<!-- wp:image {\"id\":9047} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/t20-tallawah-knight-riders2-1024x683.jpg\" alt=\"\" class=\"wp-image-9047\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica Tallawahs will chase 268 runs against the Trinbago Knight Riders to win their first match in the Caribbean Premier League cricket match at Sabina Park Friday night.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Winning the toss and electing to field Tallawahs allowed their opponents to make a formidable total by dropping chances while indulging in poor fielding and bowling. Knight Riders took advantage to make 267 for two off 20 overs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This was especially evident in the 10th over when Lendl Simmons was dropped twice off the bowling of Ramaal Lewis. Simmons exploited his fortunes as he was also put down earlier and caught off a no-ball to help spearhead the Knight Riders\' batting and make 96 off 42 balls with eight fours and five sixes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the Tallawahs unable to dislodge him, Simmons gifted them in his wicket, going for a third run off a no-ball by Oshane Thomas. Simmons had swung the ball to the covers, which was caught and then thrown back to Thomas who effected the runout.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[9049,9050,9051,9052,9054,9055]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/t20-tallawah-knight-riders4-1024x683.jpg\" alt=\"\" data-id=\"9049\" data-link=\"https://buzz-caribbean.com/article/tallawahs-to-chase-268-in-search-of-first-cpl-win/t20-tallawah-knight-riders4/\" class=\"wp-image-9049\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/t20-tallawah-knight-riders5-1024x683.jpg\" alt=\"\" data-id=\"9050\" data-link=\"https://buzz-caribbean.com/article/tallawahs-to-chase-268-in-search-of-first-cpl-win/t20-tallawah-knight-riders5/\" class=\"wp-image-9050\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/t20-tallawah-knight-riders7-1024x683.jpg\" alt=\"\" data-id=\"9051\" data-link=\"https://buzz-caribbean.com/article/tallawahs-to-chase-268-in-search-of-first-cpl-win/t20-tallawah-knight-riders7/\" class=\"wp-image-9051\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/t20-tallawah-knight-riders-1024x683.jpg\" alt=\"\" data-id=\"9052\" data-link=\"https://buzz-caribbean.com/article/tallawahs-to-chase-268-in-search-of-first-cpl-win/t20-tallawah-knight-riders/\" class=\"wp-image-9052\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/t20-tallawah-knight-riders6-1024x683.jpg\" alt=\"\" data-id=\"9054\" data-link=\"https://buzz-caribbean.com/article/tallawahs-to-chase-268-in-search-of-first-cpl-win/t20-tallawah-knight-riders6/\" class=\"wp-image-9054\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/t20-tallawah-knight-riders8-1-1024x683.jpg\" alt=\"\" data-id=\"9055\" data-link=\"https://buzz-caribbean.com/article/tallawahs-to-chase-268-in-search-of-first-cpl-win/t20-tallawah-knight-riders8-1/\" class=\"wp-image-9055\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>While Simmons gave the Tallawahs chances, Colin Munro batted in a circumspect manner to top score with 96 not out off 50 balls. He made six fours and eight sixes and shared in a second-wicket partnership of 124 off 56 balls.<br><br>The Tallawahs are seeking their first win in the competition after four matches, while Knight Riders are going for their fourth win from four matches.</p>\n<!-- /wp:paragraph -->','Tallawahs to chase 268 in search of first CPL win','','publish','open','closed','','tallawahs-to-chase-268-in-search-of-first-cpl-win','','','2019-09-13 23:11:19','2019-09-14 04:11:19','',0,'https://buzz-caribbean.com/?p=9045',0,'post','',0),(9046,4,'2019-09-13 22:35:36','2019-09-14 03:35:36','<!-- wp:image {\"id\":3093} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/jamaica-tallawahs-vs-trinibago.jpg\" alt=\"\" class=\"wp-image-3093\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica Tallawahs will chase 268 runs against the Trinbago Knight Riders to win their first match in the Caribbean Premier League cricket match at Sabina Park Friday night.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Winning the toss and electing to field Tallawahs allowed their opponents to make a formidable total by dropping chances while indulging in poor fielding and bowling. Knight Riders took advantage to make 267 for two off 20 overs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This was especially evident in the 10th over when Lendl Simmons was dropped twice off the bowling of Ramaal Lewis. Simmons exploited his fortunes as he was also put down earlier and caught off a no-ball to help spearhead the Knight Riders\' batting and make 96 off 42 balls with eight fours and five sixes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the Tallawahs unable to dislodge him, Simmons gifted them in his wicket, going for a third run off a no-ball by Oshane Thomas. Simmons had swung the ball to the covers, which was caught and then thrown back to Thomas who effected the runout.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While Simmons gave the Tallawahs chances, Colin Munro batted in a circumspect manner to top score with 96 not out off 50 balls. He made six fours and eight sixes and shared in a second-wicket partnership of 124 off 56 balls.<br><br>The Tallawahs are seeking their first win in the competition after four matches, while Knight Riders are going for their fourth win from four matches.</p>\n<!-- /wp:paragraph -->','Tallawahs to chase 268 in search of first CPL win','','inherit','closed','closed','','9045-revision-v1','','','2019-09-13 22:35:36','2019-09-14 03:35:36','',9045,'https://buzz-caribbean.com/article/9045-revision-v1/',0,'revision','',0),(9047,4,'2019-09-13 23:07:54','2019-09-14 04:07:54','','t20-tallawah-knight-riders2','','inherit','open','closed','','t20-tallawah-knight-riders2','','','2019-09-13 23:07:54','2019-09-14 04:07:54','',9045,'https://buzz-caribbean.com/app/uploads/2019/09/t20-tallawah-knight-riders2.jpg',0,'attachment','image/jpeg',0),(9048,4,'2019-09-13 23:08:08','2019-09-14 04:08:08','','t20-tallawah-knight-riders8','','inherit','open','closed','','t20-tallawah-knight-riders8','','','2019-09-13 23:08:08','2019-09-14 04:08:08','',9045,'https://buzz-caribbean.com/app/uploads/2019/09/t20-tallawah-knight-riders8.jpg',0,'attachment','image/jpeg',0),(9049,4,'2019-09-13 23:09:22','2019-09-14 04:09:22','','t20-tallawah-knight-riders4','','inherit','open','closed','','t20-tallawah-knight-riders4','','','2019-09-13 23:09:22','2019-09-14 04:09:22','',9045,'https://buzz-caribbean.com/app/uploads/2019/09/t20-tallawah-knight-riders4.jpg',0,'attachment','image/jpeg',0),(9050,4,'2019-09-13 23:09:26','2019-09-14 04:09:26','','t20-tallawah-knight-riders5','','inherit','open','closed','','t20-tallawah-knight-riders5','','','2019-09-13 23:09:26','2019-09-14 04:09:26','',9045,'https://buzz-caribbean.com/app/uploads/2019/09/t20-tallawah-knight-riders5.jpg',0,'attachment','image/jpeg',0),(9051,4,'2019-09-13 23:09:30','2019-09-14 04:09:30','','t20-tallawah-knight-riders7','','inherit','open','closed','','t20-tallawah-knight-riders7','','','2019-09-13 23:09:30','2019-09-14 04:09:30','',9045,'https://buzz-caribbean.com/app/uploads/2019/09/t20-tallawah-knight-riders7.jpg',0,'attachment','image/jpeg',0),(9052,4,'2019-09-13 23:09:38','2019-09-14 04:09:38','','t20-tallawah-knight-riders','','inherit','open','closed','','t20-tallawah-knight-riders','','','2019-09-13 23:09:38','2019-09-14 04:09:38','',9045,'https://buzz-caribbean.com/app/uploads/2019/09/t20-tallawah-knight-riders.jpg',0,'attachment','image/jpeg',0),(9053,4,'2019-09-13 23:09:49','2019-09-14 04:09:49','','t20-tallawah-knight-riders3','','inherit','open','closed','','t20-tallawah-knight-riders3','','','2019-09-13 23:09:49','2019-09-14 04:09:49','',9045,'https://buzz-caribbean.com/app/uploads/2019/09/t20-tallawah-knight-riders3.jpg',0,'attachment','image/jpeg',0),(9054,4,'2019-09-13 23:10:10','2019-09-14 04:10:10','','t20-tallawah-knight-riders6','','inherit','open','closed','','t20-tallawah-knight-riders6','','','2019-09-13 23:10:10','2019-09-14 04:10:10','',9045,'https://buzz-caribbean.com/app/uploads/2019/09/t20-tallawah-knight-riders6.jpg',0,'attachment','image/jpeg',0),(9055,4,'2019-09-13 23:10:27','2019-09-14 04:10:27','','t20-tallawah-knight-riders8-1','','inherit','open','closed','','t20-tallawah-knight-riders8-1','','','2019-09-13 23:10:27','2019-09-14 04:10:27','',9045,'https://buzz-caribbean.com/app/uploads/2019/09/t20-tallawah-knight-riders8-1.jpg',0,'attachment','image/jpeg',0),(9056,4,'2019-09-13 23:11:03','2019-09-14 04:11:03','<!-- wp:image {\"id\":9047} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/t20-tallawah-knight-riders2-1024x683.jpg\" alt=\"\" class=\"wp-image-9047\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica Tallawahs will chase 268 runs against the Trinbago Knight Riders to win their first match in the Caribbean Premier League cricket match at Sabina Park Friday night.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Winning the toss and electing to field Tallawahs allowed their opponents to make a formidable total by dropping chances while indulging in poor fielding and bowling. Knight Riders took advantage to make 267 for two off 20 overs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This was especially evident in the 10th over when Lendl Simmons was dropped twice off the bowling of Ramaal Lewis. Simmons exploited his fortunes as he was also put down earlier and caught off a no-ball to help spearhead the Knight Riders\' batting and make 96 off 42 balls with eight fours and five sixes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the Tallawahs unable to dislodge him, Simmons gifted them in his wicket, going for a third run off a no-ball by Oshane Thomas. Simmons had swung the ball to the covers, which was caught and then thrown back to Thomas who effected the runout.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[9049,9050,9051,9052,9054,9055]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/t20-tallawah-knight-riders4-1024x683.jpg\" alt=\"\" data-id=\"9049\" data-link=\"https://buzz-caribbean.com/article/tallawahs-to-chase-268-in-search-of-first-cpl-win/t20-tallawah-knight-riders4/\" class=\"wp-image-9049\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/t20-tallawah-knight-riders5-1024x683.jpg\" alt=\"\" data-id=\"9050\" data-link=\"https://buzz-caribbean.com/article/tallawahs-to-chase-268-in-search-of-first-cpl-win/t20-tallawah-knight-riders5/\" class=\"wp-image-9050\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/t20-tallawah-knight-riders7-1024x683.jpg\" alt=\"\" data-id=\"9051\" data-link=\"https://buzz-caribbean.com/article/tallawahs-to-chase-268-in-search-of-first-cpl-win/t20-tallawah-knight-riders7/\" class=\"wp-image-9051\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/t20-tallawah-knight-riders-1024x683.jpg\" alt=\"\" data-id=\"9052\" data-link=\"https://buzz-caribbean.com/article/tallawahs-to-chase-268-in-search-of-first-cpl-win/t20-tallawah-knight-riders/\" class=\"wp-image-9052\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/t20-tallawah-knight-riders6-1024x683.jpg\" alt=\"\" data-id=\"9054\" data-link=\"https://buzz-caribbean.com/article/tallawahs-to-chase-268-in-search-of-first-cpl-win/t20-tallawah-knight-riders6/\" class=\"wp-image-9054\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/t20-tallawah-knight-riders8-1-1024x683.jpg\" alt=\"\" data-id=\"9055\" data-link=\"https://buzz-caribbean.com/article/tallawahs-to-chase-268-in-search-of-first-cpl-win/t20-tallawah-knight-riders8-1/\" class=\"wp-image-9055\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>While Simmons gave the Tallawahs chances, Colin Munro batted in a circumspect manner to top score with 96 not out off 50 balls. He made six fours and eight sixes and shared in a second-wicket partnership of 124 off 56 balls.<br><br>The Tallawahs are seeking their first win in the competition after four matches, while Knight Riders are going for their fourth win from four matches.</p>\n<!-- /wp:paragraph -->','Tallawahs to chase 268 in search of first CPL win','','inherit','closed','closed','','9045-revision-v1','','','2019-09-13 23:11:03','2019-09-14 04:11:03','',9045,'https://buzz-caribbean.com/article/9045-revision-v1/',0,'revision','',0),(9058,9,'2019-09-14 08:26:09','2019-09-14 13:26:09','','New Ceej Arts Featured Image Buzz Exclusive 2 1060x655','','inherit','open','closed','','new-ceej-arts-featured-image-buzz-exclusive-2-1060x655','','','2019-09-14 08:26:09','2019-09-14 13:26:09','',8861,'https://buzz-caribbean.com/app/uploads/2019/09/new-ceej-arts-featured-image-buzz-exclusive-2-1060x655.jpg',0,'attachment','image/jpeg',0),(9059,9,'2019-09-14 08:45:47','2019-09-14 13:45:47','<!-- wp:image {\"id\":9015} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Buzz-Ramble-Media-Corp-1024x683.jpg\" alt=\"\" class=\"wp-image-9015\" /><figcaption>The BUZZ team</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ramble Media Corporation, an affiliate of the Jamaica Observer/ ATL/ Sandals Group of Companies, has launched its first media service. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A pan-Caribbean media group, Ramble Media Corporation promises to inform, connect and showcase the vibrant, colourful nature of the Caribbean through its new digital media network.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?time_continue=6\\u0026v=ocZCwqN71VI\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?time_continue=6&amp;v=ocZCwqN71VI\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><em>Deputy Chairman Adam Stewart said: “Ramble Media Corporation is an exciting new venture and marks our &nbsp;presence in the digital media landscape in a big way.&nbsp;</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8996} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Adam_Stewart_Ramble_Media_Group-1-1024x857.jpg\" alt=\"\" class=\"wp-image-8996\" /><figcaption>Adam Stewart </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em> It yet again demonstrates our confidence as a dynamic organisation willing and able to invest in different sectors, always creating world-class offerings that are positioned in the Caribbean servicing the needs of its people. </em><strong>BUZZ</strong><em> is fresh, vibrant and sets a new standard in digital news</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>, the first of its digital platforms, aims to celebrate, entertain and inform today’s generation.&nbsp;It mirrors this generation’s current online and social media behaviour, appealing to the need for more visually rich and concise storytelling. Our readers can expect edgy, fun and revolutionary stories from across the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9018} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Team-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-9018\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ramble Media Corp will also be introducing additional content services in the near future, which will further enhance our regional network.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With a management team comprised of Caribbean expertise in content, marketing, sales, operations and technology, working closely with contributors from across the region, Ramble Media Corporation proudly adheres to its mission statement: “<strong>TO SHOWCASE AND CONNECT THROUGH DIGITAL MEDIA, CARIBBEAN PEOPLE, WHEREVER THEY MAY BE.”</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8994} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/butch-stewart-Ramble-Media-Group-1024x603.png\" alt=\"\" class=\"wp-image-8994\" /><figcaption>Hon. Gordon \"Butch\" Stewart</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Chairman Gordon \'Butch\' Stewart : “With Ramble Media Corporation, we continue to grow our presence in the media industry by always looking ahead and taking an innovative approach to how we operate.<br> <br>Ramble Media Corporation will provide many opportunities for people across the Caribbean and that in itself is good news. As a group of companies that has its beginnings in the Caribbean, we are very proud of the region and will do all we can to contribute to its growth.</em><br> <br><em>We welcome Ramble Media Corporation to the Group and do hope that people across the Caribbean enjoy </em><strong>BUZZ</strong><em> and future digital products and services.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ramble Media Corporation’s CEO, Al Edwards, expressed great pride and gratitude in the team’s ability to come together and deliver this new digital experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8999} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Al_Edwards_CEO_Ramble_Media_Group-1024x789.jpg\" alt=\"\" class=\"wp-image-8999\" /><figcaption>Al Edwards</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>“It is an honour to be part of a group of companies that for more than half a century has always championed the Caribbean and its people. Innovation, professionalism and taking a daring approach has always been its hallmarks,\" he said</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>“We at Ramble Media Corporation intend to emulate that credo, established and maintained by our Chairman the Honourable Gordon \'Butch\' Stewart,” he added.</em></p>\n<!-- /wp:paragraph -->','Ramble Media Corp. launches its first digital media platform with BUZZ','','inherit','closed','closed','','8992-revision-v1','','','2019-09-14 08:45:47','2019-09-14 13:45:47','',8992,'https://buzz-caribbean.com/article/8992-revision-v1/',0,'revision','',0),(9060,9,'2019-09-14 08:46:22','2019-09-14 13:46:22','<!-- wp:image {\"id\":9015} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Buzz-Ramble-Media-Corp-1024x683.jpg\" alt=\"\" class=\"wp-image-9015\" /><figcaption>The <strong>BUZZ</strong> team</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ramble Media Corporation, an affiliate of the Jamaica Observer/ ATL/ Sandals Group of Companies, has launched its first media service. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A pan-Caribbean media group, Ramble Media Corporation promises to inform, connect and showcase the vibrant, colourful nature of the Caribbean through its new digital media network.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?time_continue=6\\u0026v=ocZCwqN71VI\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?time_continue=6&amp;v=ocZCwqN71VI\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><em>Deputy Chairman Adam Stewart said: “Ramble Media Corporation is an exciting new venture and marks our &nbsp;presence in the digital media landscape in a big way.&nbsp;</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8996} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Adam_Stewart_Ramble_Media_Group-1-1024x857.jpg\" alt=\"\" class=\"wp-image-8996\" /><figcaption>Adam Stewart </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em> It yet again demonstrates our confidence as a dynamic organisation willing and able to invest in different sectors, always creating world-class offerings that are positioned in the Caribbean servicing the needs of its people. </em><strong>BUZZ</strong><em> is fresh, vibrant and sets a new standard in digital news</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong>, the first of its digital platforms, aims to celebrate, entertain and inform today’s generation.&nbsp;It mirrors this generation’s current online and social media behaviour, appealing to the need for more visually rich and concise storytelling. Our readers can expect edgy, fun and revolutionary stories from across the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9018} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Team-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-9018\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ramble Media Corp will also be introducing additional content services in the near future, which will further enhance our regional network.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With a management team comprised of Caribbean expertise in content, marketing, sales, operations and technology, working closely with contributors from across the region, Ramble Media Corporation proudly adheres to its mission statement: “<strong>TO SHOWCASE AND CONNECT THROUGH DIGITAL MEDIA, CARIBBEAN PEOPLE, WHEREVER THEY MAY BE.”</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8994} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/butch-stewart-Ramble-Media-Group-1024x603.png\" alt=\"\" class=\"wp-image-8994\" /><figcaption>Hon. Gordon \"Butch\" Stewart</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>Chairman Gordon \'Butch\' Stewart : “With Ramble Media Corporation, we continue to grow our presence in the media industry by always looking ahead and taking an innovative approach to how we operate.<br> <br>Ramble Media Corporation will provide many opportunities for people across the Caribbean and that in itself is good news. As a group of companies that has its beginnings in the Caribbean, we are very proud of the region and will do all we can to contribute to its growth.</em><br> <br><em>We welcome Ramble Media Corporation to the Group and do hope that people across the Caribbean enjoy </em><strong>BUZZ</strong><em> and future digital products and services.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ramble Media Corporation’s CEO, Al Edwards, expressed great pride and gratitude in the team’s ability to come together and deliver this new digital experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8999} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Al_Edwards_CEO_Ramble_Media_Group-1024x789.jpg\" alt=\"\" class=\"wp-image-8999\" /><figcaption>Al Edwards</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em>“It is an honour to be part of a group of companies that for more than half a century has always championed the Caribbean and its people. Innovation, professionalism and taking a daring approach has always been its hallmarks,\" he said</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>“We at Ramble Media Corporation intend to emulate that credo, established and maintained by our Chairman the Honourable Gordon \'Butch\' Stewart,” he added.</em></p>\n<!-- /wp:paragraph -->','Ramble Media Corp. launches its first digital media platform with BUZZ','','inherit','closed','closed','','8992-revision-v1','','','2019-09-14 08:46:22','2019-09-14 13:46:22','',8992,'https://buzz-caribbean.com/article/8992-revision-v1/',0,'revision','',0),(9062,21,'2019-09-14 09:51:50','2019-09-14 14:51:50','<!-- wp:image {\"id\":9063} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/knight-riders-vs-tallawahs-sept13-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-9063\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Trinbago Knight Riders extended the\nlosing streak of the Jamaica Tallawahs to five matches on Friday by securing a\n41-run victory at Sabina Park on Friday night.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Defending 267 runs, the Knight Riders\nrestricted the Tallawahs to 226 for five in their 20 overs to silence the large\ncrowd that had turned out for the match as their opponents found the target too\ndifficult to overcome, losing wickets at regular intervals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9064} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/knight-riders-vs-tallawahs-sept13-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-9064\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tallawahs best effort in the chase was the\nopening stand between Christopher Gayle and Glenn Phillips, which yielded 88\nruns off 44 balls that gave the hosts hopes of winning the match.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9065} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/knight-riders-vs-tallawahs-sept13-buzz-3-1024x683.jpg\" alt=\"\" class=\"wp-image-9065\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The dismissal of Gayle, however, started\nthe steady procession to the changing room as the Tallawahs never put up much\nof a fight after that.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9066} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/knight-riders-vs-tallawahs-sept13-buzz-7-1024x683.jpg\" alt=\"\" class=\"wp-image-9066\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Phillips top-scored with 62 off 32 balls with seven fours and four sixes while Gayle made 39 from 24 balls with five fours and two sixes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier when Knight Riders batted,\nTallawahs enabled their huge total with drop catches and poor fielding and\nbowling.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9067} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/knight-riders-vs-tallawahs-sept13-buzz-2-1024x683.jpg\" alt=\"\" class=\"wp-image-9067\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lendl Simmons, exploited his fortunes as he\nwas dropped three times and caught off a no-ball to make 96 off 42 balls as he\nled the Knight Riders to 267 for two, which is the largest total in CPL\nhistory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Knight Riders assume the lead in the points standing as they are on maximum eight points from their four matches, overtaking the Guyana Amazon Warriors, who were ahead of them by net run rate before the start of the match. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9068} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/knight-riders-vs-tallawahs-sept13-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-9068\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Both teams were on six points.</p>\n<!-- /wp:paragraph -->','Knight Riders overpower Tallawahs for easy CPL win','','publish','open','closed','','knight-riders-overpower-tallawahs-for-easy-cpl-win','','','2019-09-14 09:51:51','2019-09-14 14:51:51','',0,'https://buzz-caribbean.com/?p=9062',0,'post','',0),(9063,14,'2019-09-14 09:43:57','2019-09-14 14:43:57','','knight-riders-vs-tallawahs-sept13-buzz-5','','inherit','open','closed','','knight-riders-vs-tallawahs-sept13-buzz-5','','','2019-09-14 09:43:57','2019-09-14 14:43:57','',9062,'https://buzz-caribbean.com/app/uploads/2019/09/knight-riders-vs-tallawahs-sept13-buzz-5.jpg',0,'attachment','image/jpeg',0),(9064,14,'2019-09-14 09:46:41','2019-09-14 14:46:41','','knight-riders-vs-tallawahs-sept13-buzz-4','','inherit','open','closed','','knight-riders-vs-tallawahs-sept13-buzz-4','','','2019-09-14 09:46:41','2019-09-14 14:46:41','',9062,'https://buzz-caribbean.com/app/uploads/2019/09/knight-riders-vs-tallawahs-sept13-buzz-4.jpg',0,'attachment','image/jpeg',0),(9065,14,'2019-09-14 09:47:02','2019-09-14 14:47:02','','knight-riders-vs-tallawahs-sept13-buzz-3','','inherit','open','closed','','knight-riders-vs-tallawahs-sept13-buzz-3','','','2019-09-14 09:47:02','2019-09-14 14:47:02','',9062,'https://buzz-caribbean.com/app/uploads/2019/09/knight-riders-vs-tallawahs-sept13-buzz-3.jpg',0,'attachment','image/jpeg',0),(9066,14,'2019-09-14 09:48:00','2019-09-14 14:48:00','','knight-riders-vs-tallawahs-sept13-buzz-7','','inherit','open','closed','','knight-riders-vs-tallawahs-sept13-buzz-7','','','2019-09-14 09:48:00','2019-09-14 14:48:00','',9062,'https://buzz-caribbean.com/app/uploads/2019/09/knight-riders-vs-tallawahs-sept13-buzz-7.jpg',0,'attachment','image/jpeg',0),(9067,14,'2019-09-14 09:48:47','2019-09-14 14:48:47','','knight-riders-vs-tallawahs-sept13-buzz-2','','inherit','open','closed','','knight-riders-vs-tallawahs-sept13-buzz-2','','','2019-09-14 09:48:47','2019-09-14 14:48:47','',9062,'https://buzz-caribbean.com/app/uploads/2019/09/knight-riders-vs-tallawahs-sept13-buzz-2.jpg',0,'attachment','image/jpeg',0),(9068,14,'2019-09-14 09:49:30','2019-09-14 14:49:30','','knight-riders-vs-tallawahs-sept13-buzz-6','','inherit','open','closed','','knight-riders-vs-tallawahs-sept13-buzz-6','','','2019-09-14 09:49:30','2019-09-14 14:49:30','',9062,'https://buzz-caribbean.com/app/uploads/2019/09/knight-riders-vs-tallawahs-sept13-buzz-6.jpg',0,'attachment','image/jpeg',0),(9069,14,'2019-09-14 09:51:50','2019-09-14 14:51:50','<!-- wp:image {\"id\":9063} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/knight-riders-vs-tallawahs-sept13-buzz-5-1024x683.jpg\" alt=\"\" class=\"wp-image-9063\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Trinbago Knight Riders extended the\nlosing streak of the Jamaica Tallawahs to five matches on Friday by securing a\n41-run victory at Sabina Park on Friday night.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Defending 267 runs, the Knight Riders\nrestricted the Tallawahs to 226 for five in their 20 overs to silence the large\ncrowd that had turned out for the match as their opponents found the target too\ndifficult to overcome, losing wickets at regular intervals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9064} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/knight-riders-vs-tallawahs-sept13-buzz-4-1024x683.jpg\" alt=\"\" class=\"wp-image-9064\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Tallawahs best effort in the chase was the\nopening stand between Christopher Gayle and Glenn Phillips, which yielded 88\nruns off 44 balls that gave the hosts hopes of winning the match.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9065} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/knight-riders-vs-tallawahs-sept13-buzz-3-1024x683.jpg\" alt=\"\" class=\"wp-image-9065\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The dismissal of Gayle, however, started\nthe steady procession to the changing room as the Tallawahs never put up much\nof a fight after that.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9066} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/knight-riders-vs-tallawahs-sept13-buzz-7-1024x683.jpg\" alt=\"\" class=\"wp-image-9066\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Phillips top-scored with 62 off 32 balls with seven fours and four sixes while Gayle made 39 from 24 balls with five fours and two sixes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier when Knight Riders batted,\nTallawahs enabled their huge total with drop catches and poor fielding and\nbowling.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9067} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/knight-riders-vs-tallawahs-sept13-buzz-2-1024x683.jpg\" alt=\"\" class=\"wp-image-9067\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lendl Simmons, exploited his fortunes as he\nwas dropped three times and caught off a no-ball to make 96 off 42 balls as he\nled the Knight Riders to 267 for two, which is the largest total in CPL\nhistory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Knight Riders assume the lead in the points standing as they are on maximum eight points from their four matches, overtaking the Guyana Amazon Warriors, who were ahead of them by net run rate before the start of the match. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9068} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/knight-riders-vs-tallawahs-sept13-buzz-6-1024x683.jpg\" alt=\"\" class=\"wp-image-9068\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Both teams were on six points.</p>\n<!-- /wp:paragraph -->','Knight Riders overpower Tallawahs for easy CPL win','','inherit','closed','closed','','9062-revision-v1','','','2019-09-14 09:51:50','2019-09-14 14:51:50','',9062,'https://buzz-caribbean.com/article/9062-revision-v1/',0,'revision','',0),(9070,23,'2019-09-14 10:20:00','2019-09-14 15:20:00','<!-- wp:image {\"id\":9071} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/golden-toilet-stolen-buzz-demo-1024x575.jpg\" alt=\"\" class=\"wp-image-9071\" /><figcaption>The £1 million \'America\' toilet, stolen from the Blenheim Palace on Saturday (Photo: British Telecommunications [BT] PLC)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of Britain’s most\nexpensive toilets has gone missing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The BBC reports the Thames Valley Police as saying that members of a gang broke into the Blenheim Palace in Oxfordshire, shortly before 5:00 am today and stole the 18-carat solid gold lavatory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/BlenheimPalace/status/1172850497029648384?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1172850497029648384\\u0026ref_url=https%3A%2F%2Fhome.bt.com%2Fnews%2Fuk-news%2Fgolden-toilet-stolen-from-blenheim-palace-11364394687044\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/BlenheimPalace/status/1172850497029648384?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1172850497029648384&amp;ref_url=https%3A%2F%2Fhome.bt.com%2Fnews%2Fuk-news%2Fgolden-toilet-stolen-from-blenheim-palace-11364394687044\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>According to the media outlet, the bling bowl, which bears the name ‘America’ has still not been found.  However, a 66-year-old man has been arrested in connection with the theft.   </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The golden lavatory was part of an exhibition by Italian conceptual artist, Maurizio Cattelan which had begun on Thursday.  It was in working order, and visitors to the exhibition were free to use it, but a three-minute time limit was implemented to avoid long lines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9073} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blenheim-palace-buzz-demo-1024x518.jpg\" alt=\"\" class=\"wp-image-9073\" /><figcaption>The Blenheim Palace in Oxfordshire (Photo: ExperienceOxfordshire.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 18th-century palace is a World Heritage Site and the birthplace of late Prime Minister, Sir Winston Churchill.   </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The police say significant damage and flooding\nresulted from the removal of the toilet, as it was “plumbed into the\nbuilding”.&nbsp;&nbsp;&nbsp;The palace has since been closed to allow the\npolice to undertake their investigations.</p>\n<!-- /wp:paragraph -->','18-karat gold toilet snatched from British palace','','publish','open','closed','','18-karat-gold-toilet-snatched-from-british-palace','','','2019-09-14 10:20:02','2019-09-14 15:20:02','',0,'https://buzz-caribbean.com/?p=9070',0,'post','',0),(9071,14,'2019-09-14 10:04:52','2019-09-14 15:04:52','','golden-toilet-stolen-buzz-demo','','inherit','open','closed','','golden-toilet-stolen-buzz-demo','','','2019-09-14 10:04:52','2019-09-14 15:04:52','',9070,'https://buzz-caribbean.com/app/uploads/2019/09/golden-toilet-stolen-buzz-demo.jpg',0,'attachment','image/jpeg',0),(9072,14,'2019-09-14 10:09:09','2019-09-14 15:09:09','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">**OFFICIAL STATEMENT**<br><br>Following the Thames Valley Police statement we can confirm ‘America’, the art piece by Maurizio Cattelan has been stolen in the early hours of this morning. <br><br>We are saddened by this extraordinary event, but also relieved no-one was hurt.</p>&mdash; Blenheim Palace (@BlenheimPalace) <a href=\"https://twitter.com/BlenheimPalace/status/1172850497029648384?ref_src=twsrc%5Etfw\">September 14, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','b126b3693aafdf7478c4deade2e5cdfc','','','2019-09-14 10:09:09','2019-09-14 15:09:09','',0,'https://buzz-caribbean.com/article/b126b3693aafdf7478c4deade2e5cdfc/',0,'oembed_cache','',0),(9073,14,'2019-09-14 10:16:02','2019-09-14 15:16:02','','blenheim-palace-buzz-demo','','inherit','open','closed','','blenheim-palace-buzz-demo','','','2019-09-14 10:16:02','2019-09-14 15:16:02','',9070,'https://buzz-caribbean.com/app/uploads/2019/09/blenheim-palace-buzz-demo.jpg',0,'attachment','image/jpeg',0),(9074,14,'2019-09-14 10:20:00','2019-09-14 15:20:00','<!-- wp:image {\"id\":9071} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/golden-toilet-stolen-buzz-demo-1024x575.jpg\" alt=\"\" class=\"wp-image-9071\" /><figcaption>The £1 million \'America\' toilet, stolen from the Blenheim Palace on Saturday (Photo: British Telecommunications [BT] PLC)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>One of Britain’s most\nexpensive toilets has gone missing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The BBC reports the Thames Valley Police as saying that members of a gang broke into the Blenheim Palace in Oxfordshire, shortly before 5:00 am today and stole the 18-carat solid gold lavatory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/BlenheimPalace/status/1172850497029648384?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1172850497029648384\\u0026ref_url=https%3A%2F%2Fhome.bt.com%2Fnews%2Fuk-news%2Fgolden-toilet-stolen-from-blenheim-palace-11364394687044\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/BlenheimPalace/status/1172850497029648384?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1172850497029648384&amp;ref_url=https%3A%2F%2Fhome.bt.com%2Fnews%2Fuk-news%2Fgolden-toilet-stolen-from-blenheim-palace-11364394687044\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>According to the media outlet, the bling bowl, which bears the name ‘America’ has still not been found.  However, a 66-year-old man has been arrested in connection with the theft.   </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The golden lavatory was part of an exhibition by Italian conceptual artist, Maurizio Cattelan which had begun on Thursday.  It was in working order, and visitors to the exhibition were free to use it, but a three-minute time limit was implemented to avoid long lines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9073} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/blenheim-palace-buzz-demo-1024x518.jpg\" alt=\"\" class=\"wp-image-9073\" /><figcaption>The Blenheim Palace in Oxfordshire (Photo: ExperienceOxfordshire.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 18th-century palace is a World Heritage Site and the birthplace of late Prime Minister, Sir Winston Churchill.   </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The police say significant damage and flooding\nresulted from the removal of the toilet, as it was “plumbed into the\nbuilding”.&nbsp;&nbsp;&nbsp;The palace has since been closed to allow the\npolice to undertake their investigations.</p>\n<!-- /wp:paragraph -->','18-karat gold toilet snatched from British palace','','inherit','closed','closed','','9070-revision-v1','','','2019-09-14 10:20:00','2019-09-14 15:20:00','',9070,'https://buzz-caribbean.com/article/9070-revision-v1/',0,'revision','',0),(9075,21,'2019-09-14 10:41:06','2019-09-14 15:41:06','<!-- wp:image {\"id\":9076} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/antigua-cool-card-buzz-demo-1024x575.jpg\" alt=\"\" class=\"wp-image-9076\" /><figcaption>The Antigua &amp; Barbuda Cool Card (Photo: VisitAntiguaBarbuda.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Antigua and Barbuda Tourism Authority recently launched a discount card dubbed ‘Cool Card’ as a part of the twin islands’ end-of-summer promotions for the #WhatCoolLooksLike destination marketing campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The promotion which began in early September runs until October 30.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The discount card is available for download from the <a href=\"http://www.visitantiguabarbuda.com/\">Antigua and Barbuda Tourism Authority’s official website</a> and enables guests to access exclusive offers and benefits at participating hotels, restaurants and tour companies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In order to access the benefits, interested\npersons are to first sign up on the website, following which they will receive\nan official email with instructions for downloading the “cool card” onto their\nphones.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The cards can be presented to any of the\nparticipating partners listed on the official Antigua and Barbuda “special\noffers” page to benefit from the discounts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the end=of-summer offers available during the campaign period include:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Walking tour of St. John’s city\nwith Rendezvous Antigua</li><li>Horseback riding with\nRendezvous Antigua</li><li>Antigua Rainforest Canopy Tour</li><li>Adventurous Hike (summer special)</li><li>Best of Books (summer special)</li><li>Beach Limerz Cool (summer special)</li><li>Catherine’s Café (summer special)</li><li>Sheer Rocks (summer special)</li></ul>\n<!-- /wp:list -->','Antigua &amp; Barbuda launches vacation discounts \'Cool Card\'','','publish','open','closed','','antigua-barbuda-launches-vacation-discounts-cool-card','','','2019-09-14 11:14:10','2019-09-14 16:14:10','',0,'https://buzz-caribbean.com/?p=9075',0,'post','',0),(9076,14,'2019-09-14 10:35:21','2019-09-14 15:35:21','','antigua-cool-card-buzz-demo','','inherit','open','closed','','antigua-cool-card-buzz-demo','','','2019-09-14 10:35:21','2019-09-14 15:35:21','',9075,'https://buzz-caribbean.com/app/uploads/2019/09/antigua-cool-card-buzz-demo.jpg',0,'attachment','image/jpeg',0),(9077,14,'2019-09-14 10:41:06','2019-09-14 15:41:06','<!-- wp:image {\"id\":9076} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/antigua-cool-card-buzz-demo-1024x575.jpg\" alt=\"\" class=\"wp-image-9076\" /><figcaption>The Antigua &amp; Barbuda Cool Card (Photo: VisitAntiguaBarbuda.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Antigua and Barbuda Tourism Authority recently launched a discount card dubbed ‘Cool Card’ as a part of the twin islands’ end-of-summer promotions for the #WhatCoolLooksLike destination marketing campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The promotion which began in early September runs until October 30.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The discount card is available for download from the <a href=\"http://www.visitantiguabarbuda.com/\">Antigua and Barbuda Tourism Authority’s official website</a> and enables guests to access exclusive offers and benefits at participating hotels, restaurants and tour companies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In order to access the benefits, interested\npersons are to first sign up on the website, following which they will receive\nan official email with instructions for downloading the “cool card” onto their\nphones.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The cards can be presented to any of the\nparticipating partners listed on the official Antigua and Barbuda “special\noffers” page to benefit from the discounts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the end=of-summer offers available during the campaign period include:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Walking tour of St. John’s city\nwith Rendezvous Antigua</li><li>Horseback riding with\nRendezvous Antigua</li><li>Antigua Rainforest Canopy Tour</li><li>Adventurous Hike (summer special)</li><li>Best of Books (summer special)</li><li>Beach Limerz Cool (summer special)</li><li>Catherine’s Café (summer special)</li><li>Sheer Rocks (summer special)</li></ul>\n<!-- /wp:list -->','Antigua &amp; Barbuda launches vacation discounts \'Cool Card\'','','inherit','closed','closed','','9075-revision-v1','','','2019-09-14 10:41:06','2019-09-14 15:41:06','',9075,'https://buzz-caribbean.com/article/9075-revision-v1/',0,'revision','',0),(9079,23,'2019-09-14 11:11:50','2019-09-14 16:11:50','<!-- wp:image {\"id\":7804} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/football-Manning-Cup-1024x768.jpg\" alt=\"\" class=\"wp-image-7804\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Eleven schools will be chasing their second\nvictory in two matches when the ISSA/Digicel Manning Cup schoolboy football\ncompetition continues this Saturday at 3:30 pm, with 15 matches from five\ngroups.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Two former champions, St George’s College\nand Ardenne will meet in an interesting matchup at Ardenne, with both seeking\nto wrest the leadership of the Group F from the other as they are on three\npoints each in the standing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9080} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-schoolboy-football-buzz-demo.jpg\" alt=\"\" class=\"wp-image-9080\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>St George’s form in recent years will make\nthem favourites to win as, while Ardenne have opened their campaign with a win\nthis year, they have struggled since their glory days of 1991 when they won\ntheir first and only title.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>St George’s and Ardenne are part of the\nquality line-up of 11 teams hunting their second win on Saturday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The other competing teams are namely Holy Trinity, St Jago, Charlie Smith, Denham Town, Jonathan Grant, St Catherine, St Andrew Technical, Papine, and defending champions Kingston College.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See below the full schedule of matches for schoolboy football on Saturday:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>GROUP A</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9081} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-fixtures-buzz-1.jpg\" alt=\"\" class=\"wp-image-9081\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Haile Selassie vs Holy Trinity</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Clan Carthy vs Bridgeport</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cumberland vs St. Jago</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>&nbsp;GROUP\nB</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9082} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-fixtures-buzz-2.jpg\" alt=\"\" class=\"wp-image-9082\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kingston High vs Charlie Smith</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Donald Quarrie vs Ascot</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jonathan Grant vs Denham Town</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>GROUP C</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9083} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-fixtures-buzz-3.jpg\" alt=\"\" class=\"wp-image-9083\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Northern Technical vs STATHS</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oberlin vs St Catherine</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Penwood vs Papine </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>GROUP F</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9084} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-fixtures-buzz-4.jpg\" alt=\"\" class=\"wp-image-9084\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ardenne vs St. George’s College</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Eltham vs Calabar</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Norman Manley vs Campion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>GROUP G</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9085} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-fixtures-buzz-5.jpg\" alt=\"\" class=\"wp-image-9085\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pembroke Hall vs Kingston College</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Excelsior vs Dunoon Park</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kingston Technical vs Cedar Grove</p>\n<!-- /wp:paragraph -->','STCG tackle Ardenne as 11 teams hunt second win in Manning Cup','','publish','open','closed','','stcg-tackle-ardenne-as-11-teams-hunt-second-win-in-manning-cup','','','2019-09-14 11:11:51','2019-09-14 16:11:51','',0,'https://buzz-caribbean.com/?p=9079',0,'post','',0),(9080,14,'2019-09-14 10:56:02','2019-09-14 15:56:02','','jamaica-schoolboy-football-buzz-demo','','inherit','open','closed','','jamaica-schoolboy-football-buzz-demo','','','2019-09-14 10:56:02','2019-09-14 15:56:02','',9079,'https://buzz-caribbean.com/app/uploads/2019/09/jamaica-schoolboy-football-buzz-demo.jpg',0,'attachment','image/jpeg',0),(9081,14,'2019-09-14 11:06:00','2019-09-14 16:06:00','','schoolboy-football-fixtures-buzz-1','','inherit','open','closed','','schoolboy-football-fixtures-buzz-1','','','2019-09-14 11:06:00','2019-09-14 16:06:00','',9079,'https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-fixtures-buzz-1.jpg',0,'attachment','image/jpeg',0),(9082,14,'2019-09-14 11:06:12','2019-09-14 16:06:12','','schoolboy-football-fixtures-buzz-2','','inherit','open','closed','','schoolboy-football-fixtures-buzz-2','','','2019-09-14 11:06:12','2019-09-14 16:06:12','',9079,'https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-fixtures-buzz-2.jpg',0,'attachment','image/jpeg',0),(9083,14,'2019-09-14 11:06:44','2019-09-14 16:06:44','','schoolboy-football-fixtures-buzz-3','','inherit','open','closed','','schoolboy-football-fixtures-buzz-3','','','2019-09-14 11:06:44','2019-09-14 16:06:44','',9079,'https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-fixtures-buzz-3.jpg',0,'attachment','image/jpeg',0),(9084,14,'2019-09-14 11:06:57','2019-09-14 16:06:57','','schoolboy-football-fixtures-buzz-4','','inherit','open','closed','','schoolboy-football-fixtures-buzz-4','','','2019-09-14 11:06:57','2019-09-14 16:06:57','',9079,'https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-fixtures-buzz-4.jpg',0,'attachment','image/jpeg',0),(9085,14,'2019-09-14 11:07:08','2019-09-14 16:07:08','','schoolboy-football-fixtures-buzz-5','','inherit','open','closed','','schoolboy-football-fixtures-buzz-5','','','2019-09-14 11:07:08','2019-09-14 16:07:08','',9079,'https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-fixtures-buzz-5.jpg',0,'attachment','image/jpeg',0),(9086,14,'2019-09-14 11:11:50','2019-09-14 16:11:50','<!-- wp:image {\"id\":7804} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/football-Manning-Cup-1024x768.jpg\" alt=\"\" class=\"wp-image-7804\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Eleven schools will be chasing their second\nvictory in two matches when the ISSA/Digicel Manning Cup schoolboy football\ncompetition continues this Saturday at 3:30 pm, with 15 matches from five\ngroups.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Two former champions, St George’s College\nand Ardenne will meet in an interesting matchup at Ardenne, with both seeking\nto wrest the leadership of the Group F from the other as they are on three\npoints each in the standing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9080} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-schoolboy-football-buzz-demo.jpg\" alt=\"\" class=\"wp-image-9080\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>St George’s form in recent years will make\nthem favourites to win as, while Ardenne have opened their campaign with a win\nthis year, they have struggled since their glory days of 1991 when they won\ntheir first and only title.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>St George’s and Ardenne are part of the\nquality line-up of 11 teams hunting their second win on Saturday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The other competing teams are namely Holy Trinity, St Jago, Charlie Smith, Denham Town, Jonathan Grant, St Catherine, St Andrew Technical, Papine, and defending champions Kingston College.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See below the full schedule of matches for schoolboy football on Saturday:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>GROUP A</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9081} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-fixtures-buzz-1.jpg\" alt=\"\" class=\"wp-image-9081\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Haile Selassie vs Holy Trinity</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Clan Carthy vs Bridgeport</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cumberland vs St. Jago</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>&nbsp;GROUP\nB</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9082} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-fixtures-buzz-2.jpg\" alt=\"\" class=\"wp-image-9082\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kingston High vs Charlie Smith</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Donald Quarrie vs Ascot</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jonathan Grant vs Denham Town</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>GROUP C</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9083} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-fixtures-buzz-3.jpg\" alt=\"\" class=\"wp-image-9083\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Northern Technical vs STATHS</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oberlin vs St Catherine</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Penwood vs Papine </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>GROUP F</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9084} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-fixtures-buzz-4.jpg\" alt=\"\" class=\"wp-image-9084\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ardenne vs St. George’s College</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Eltham vs Calabar</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Norman Manley vs Campion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>GROUP G</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9085} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-fixtures-buzz-5.jpg\" alt=\"\" class=\"wp-image-9085\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pembroke Hall vs Kingston College</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Excelsior vs Dunoon Park</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kingston Technical vs Cedar Grove</p>\n<!-- /wp:paragraph -->','STCG tackle Ardenne as 11 teams hunt second win in Manning Cup','','inherit','closed','closed','','9079-revision-v1','','','2019-09-14 11:11:50','2019-09-14 16:11:50','',9079,'https://buzz-caribbean.com/article/9079-revision-v1/',0,'revision','',0),(9088,23,'2019-09-14 12:09:58','2019-09-14 17:09:58','<!-- wp:image {\"id\":7537} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Sean-Paul-BBC-1Extra-Buzz-Caribbean-1-1024x614.jpg\" alt=\"\" class=\"wp-image-7537\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dancehall’s Sean Paul is among four artistes, including Canadian rapper Drake, DJ Snake and Snow, who have copped nominations for the Favorite Crossover Artist award for the 2019 Latin American Music Awards (LatinAMAs), set for October 17.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The four were announced as nominees in that\ncategory in late August by American-Spanish television network, Telemundo from\nits headquarters in Miami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Telemundo’s announcements went on a\njoint live stream, in collaboration with Billboard broadcasting from its New\nYork offices in Times Square.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9090} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lamas-buzz-demo-1024x575.jpg\" alt=\"\" class=\"wp-image-9090\" /><figcaption>Photo: Facebook @LatinAMAs</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The nominees this year were chosen based on benchmarks such as key fan interactions with music, sales, airplay, streaming and social activity, which has been monitored by Billboard from August 10, 2018, to July 19, 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The awards will be aired live beginning at 8:00 pm, from the Dolby Theatre in Hollywood.  It will be preceded by La Alfombra de Latin AMAs, a one-hour red carpet pre-show, which gets underway at 7:00 pm.    </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9089} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dolby-theatre-hollywodd-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-9089\" /><figcaption>The Dolby Theatre in Hollywood, California (Photo: HistoricTheatrePhotography.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sean Paul, 46, has been hot on the Latin\nscene for some time.&nbsp; In an interview\nwith Billboard earlier in April, the Jamaican deejay said that he was looking\nforward to other collaborations with Latin artistes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also said he was very appreciative of\nthe love shown to him by the Latino community, despite him having a not-so-strong\ncommand of the Spanish language.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I do have Portuguese roots.  We just grew up in Jamaica in an English-speaking situation, so I don’t speak Spanish fluently you know, so to be accepted that’s a great feeling.   I’ve wanted to work with [J] Balvin an Tainy for a long time – that’s the producer on the track we did and so it’s a dream come true,” Sean Paul told Billboard at the time.</p>\n<!-- /wp:paragraph -->','Sean Paul hoping to edge out Drake for LatinAMAs’ fave crossover artiste','','publish','open','closed','','sean-paul-hoping-to-edge-out-drake-for-latinamas-fave-crossover-artiste','','','2019-09-14 12:09:59','2019-09-14 17:09:59','',0,'https://buzz-caribbean.com/?p=9088',0,'post','',0),(9089,14,'2019-09-14 11:56:29','2019-09-14 16:56:29','','dolby-theatre-hollywodd-buzz-demo','','inherit','open','closed','','dolby-theatre-hollywodd-buzz-demo','','','2019-09-14 11:56:29','2019-09-14 16:56:29','',9088,'https://buzz-caribbean.com/app/uploads/2019/09/dolby-theatre-hollywodd-buzz-demo.jpg',0,'attachment','image/jpeg',0),(9090,14,'2019-09-14 12:00:00','2019-09-14 17:00:00','','lamas-buzz-demo','','inherit','open','closed','','lamas-buzz-demo','','','2019-09-14 12:00:00','2019-09-14 17:00:00','',9088,'https://buzz-caribbean.com/app/uploads/2019/09/lamas-buzz-demo.jpg',0,'attachment','image/jpeg',0),(9091,23,'2019-09-14 14:07:37','2019-09-14 19:07:37','<!-- wp:image {\"id\":9095} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/peter-meeting-with-miners-1024x683.jpg\" alt=\"\" class=\"wp-image-9095\" /><figcaption>Opposition Leader Dr Peter Phillips addressing residents during a tour Friday of communities within the Cockpit Country (Photos: Anthony Henry).  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Opposition Leader Dr Peter Phillips and senior members of his party met Friday (Sept 13) with residents and potential miners in the Cockpit Country to try to arrive at a consensus about mining in the area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The residents of the Cockpit County, which covers portions of Trelawny, St. Ann and St. Elizabeth, and particularly those of Gibraltar in St. Ann, want a halt to further mining in the area, citing a loss of livelihood and the degeneration of their community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cyrus McFarlane, 80, who operated a small farm in Gibraltar, said he lost all three acres of his property, which at one point boasted banana, yam, plantain and other crops, and now gets by on the $8,000 he receives every month from the mining company for dust nuisance. He is not alone. Some 2500 farmers in the area have reportedly been displaced due to mining.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9097} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/mining-hole-1024x683.jpg\" alt=\"\" class=\"wp-image-9097\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lynden Frater who operates more than 20 acres of farmland had recently invested $80 million into modernizing his farm and divesting the crops planted. He wants the government to protect farmers in the Cockpit Country and encourage industries that are eco-friendly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, the miners are disputing that they are mining in the protected area. They want the opposition to support their claim to mine in the area known as SML 172, in accordance with their licence. The area designated SML 172 covers parts of St Ann and Trelawny.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9094} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/abandon-community-1024x683.jpg\" alt=\"\" class=\"wp-image-9094\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When Phillips met with the miners Friday, they were in a militant mood. The miners said that they have invested billions of dollars in equipment. Some suggested that there would be lawsuits if there were no mining in the area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Opposition Leader Dr Phillips managed to cool some heads during the discussion. He pointed out that the matter would not be solved overnight but he needs both sides to sit at a table and come to a balanced solution.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9096} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/peter-meeting-resdident-of-gibratlar-1024x683.jpg\" alt=\"\" class=\"wp-image-9096\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Phillips is concerned that communities in the proposed mining area will be wiped off the map if excavation begins. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have seen many communities that used to be thriving agricultural communities in south Manchester and elsewhere that used to produce families just simply disappear. We have seen companies come make millions of dollars and have gone. The original mining companies are no longer here. We need a balanced approach and we have to be honest with ourselves with how best we are going to protect our future and it does not mean anyone has to lose their work,” he said.</p>\n<!-- /wp:paragraph -->','Phillips hears complaints in ongoing Cockpit mining saga','','publish','open','closed','','phillips-hears-complaints-in-ongoing-cockpit-mining-saga','','','2019-09-14 14:07:37','2019-09-14 19:07:37','',0,'https://buzz-caribbean.com/?p=9091',0,'post','',0),(9092,14,'2019-09-14 12:09:58','2019-09-14 17:09:58','<!-- wp:image {\"id\":7537} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Sean-Paul-BBC-1Extra-Buzz-Caribbean-1-1024x614.jpg\" alt=\"\" class=\"wp-image-7537\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dancehall’s Sean Paul is among four artistes, including Canadian rapper Drake, DJ Snake and Snow, who have copped nominations for the Favorite Crossover Artist award for the 2019 Latin American Music Awards (LatinAMAs), set for October 17.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The four were announced as nominees in that\ncategory in late August by American-Spanish television network, Telemundo from\nits headquarters in Miami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Telemundo’s announcements went on a\njoint live stream, in collaboration with Billboard broadcasting from its New\nYork offices in Times Square.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9090} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lamas-buzz-demo-1024x575.jpg\" alt=\"\" class=\"wp-image-9090\" /><figcaption>Photo: Facebook @LatinAMAs</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The nominees this year were chosen based on benchmarks such as key fan interactions with music, sales, airplay, streaming and social activity, which has been monitored by Billboard from August 10, 2018, to July 19, 2019.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The awards will be aired live beginning at 8:00 pm, from the Dolby Theatre in Hollywood.  It will be preceded by La Alfombra de Latin AMAs, a one-hour red carpet pre-show, which gets underway at 7:00 pm.    </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9089} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dolby-theatre-hollywodd-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-9089\" /><figcaption>The Dolby Theatre in Hollywood, California (Photo: HistoricTheatrePhotography.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sean Paul, 46, has been hot on the Latin\nscene for some time.&nbsp; In an interview\nwith Billboard earlier in April, the Jamaican deejay said that he was looking\nforward to other collaborations with Latin artistes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also said he was very appreciative of\nthe love shown to him by the Latino community, despite him having a not-so-strong\ncommand of the Spanish language.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I do have Portuguese roots.  We just grew up in Jamaica in an English-speaking situation, so I don’t speak Spanish fluently you know, so to be accepted that’s a great feeling.   I’ve wanted to work with [J] Balvin an Tainy for a long time – that’s the producer on the track we did and so it’s a dream come true,” Sean Paul told Billboard at the time.</p>\n<!-- /wp:paragraph -->','Sean Paul hoping to edge out Drake for LatinAMAs’ fave crossover artiste','','inherit','closed','closed','','9088-revision-v1','','','2019-09-14 12:09:58','2019-09-14 17:09:58','',9088,'https://buzz-caribbean.com/article/9088-revision-v1/',0,'revision','',0),(9093,21,'2019-09-14 12:59:30','2019-09-14 17:59:30','<!-- wp:image {\"id\":8043} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/soccer-ball-football.jpg\" alt=\"\" class=\"wp-image-8043\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former champions Wolmer\'s Boys\' flogged\nInnswood 8-1 in their ISSA/Digicel Manning Cup schoolboy football match at\nChedwin Park on Friday to remain in touch with Group E leaders Jamaica College.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The win carries Wolmer\'s to six points as\nthey had won their opening match against Vauxhall 5-0, but having played one\nmatch less, they are behind leaders Jamaica College (JC), who were also\nvictorious on Friday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9100} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-group-e-standings-buzz.jpg\" alt=\"\" class=\"wp-image-9100\" /><figcaption>(Photo: SchoolboyFootball.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>JC defeated Vauxhall 2-0 at home to win\ntheir opening three matches and move to nine points after 7-0 and 10-0\nvictories over Jose Marti and Greater Portmore respectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the group\'s other match on Friday,\nTarrant defeated Greater Portmore 1-0.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, in Group D, Camperdown travelled\nto Caymanas and tagged Hydel 1-0 to take control of the leadership of the\ngroup. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Camperdown are on six points from their two\nmatches with a quartet of teams tied on three points behind them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meadowbrook, Edith Dalton James, Hydel, and Mona follow Camperdown with goal difference and goals scored being the separating factor in that order.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Friday, Mona stopped Tivoli 1-0 at home\nand Edith Dalton travelled to Meadowbrook and defeated them 1-0.</p>\n<!-- /wp:paragraph -->','Wolmer\'s stay in touch with JC after 8-1 whipping of Innswood in Manning Cup','','publish','open','closed','','wolmers-stay-in-touch-with-jc-after-8-1-whipping-of-innswood-in-manning-cup','','','2019-09-14 12:59:32','2019-09-14 17:59:32','',0,'https://buzz-caribbean.com/?p=9093',0,'post','',0),(9094,4,'2019-09-14 12:14:17','2019-09-14 17:14:17','','abandon-community','','inherit','open','closed','','abandon-community','','','2019-09-14 12:14:17','2019-09-14 17:14:17','',9091,'https://buzz-caribbean.com/app/uploads/2019/09/abandon-community.jpg',0,'attachment','image/jpeg',0),(9095,4,'2019-09-14 12:15:21','2019-09-14 17:15:21','','peter-meeting-with-miners','','inherit','open','closed','','peter-meeting-with-miners','','','2019-09-14 12:15:21','2019-09-14 17:15:21','',9091,'https://buzz-caribbean.com/app/uploads/2019/09/peter-meeting-with-miners.jpg',0,'attachment','image/jpeg',0),(9096,4,'2019-09-14 12:17:13','2019-09-14 17:17:13','','peter-meeting-resdident-of-gibratlar','','inherit','open','closed','','peter-meeting-resdident-of-gibratlar','','','2019-09-14 12:17:13','2019-09-14 17:17:13','',9091,'https://buzz-caribbean.com/app/uploads/2019/09/peter-meeting-resdident-of-gibratlar.jpg',0,'attachment','image/jpeg',0),(9097,4,'2019-09-14 12:18:14','2019-09-14 17:18:14','','mining-hole','','inherit','open','closed','','mining-hole','','','2019-09-14 12:18:14','2019-09-14 17:18:14','',9091,'https://buzz-caribbean.com/app/uploads/2019/09/mining-hole.jpg',0,'attachment','image/jpeg',0),(9098,4,'2019-09-14 12:18:45','2019-09-14 17:18:45','<!-- wp:paragraph -->\n<p>Leader of the Parliamentary Opposition, Dr. Peter Phillips yesterday met\nwith residents and potential miners in the Cockpit Country to try to arrive at\na consensus about mining in the area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The residents of the Cockpit County, which covers portions of Trelawny,\nSt. Ann and St. Elizabeth, and particularly those of Gibraltar in St. Ann, want\na halt to further mining in the area citing a loss of livelihood and the\ndegeneration of their community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cyrus McFarlane, 80, who operated a small farm in Gibraltar, said he\nlost all three acres of his property, which at one point boasted banana, yam,\nplantain and other crops, and now gets by on the $8,000 he receives every month\nfrom the mining company for dust nuisance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is not alone there are other like him some 2500 farmers in the area\nwho have been displaced due to mining.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lynden Frater who operates more than 20 acres of farmland had recently\ninvested 80 million dollars into modernizing his farm and divesting the crops\nplanted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9095} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/peter-meeting-with-miners-1024x683.jpg\" alt=\"\" class=\"wp-image-9095\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9097} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/mining-hole-1024x683.jpg\" alt=\"\" class=\"wp-image-9097\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He wants the government to protect farmers in the Cockpit country and encourage\nindustries that are eco-friendly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9096} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/peter-meeting-resdident-of-gibratlar-1024x683.jpg\" alt=\"\" class=\"wp-image-9096\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9094} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/abandon-community-1024x683.jpg\" alt=\"\" class=\"wp-image-9094\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, the miners are disputing that they are mining in the cockpit\ncountry and wants the opposition to support and press their claim to mine in\nthe protected area. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When Dr. Phillips met with the miners, they were in a militant mood\nwanting to mine the area designated SML 172, which would see an encroachment on\nthe core Cockpit area. The miners say that they have invested in billions of\ndollars’ worth of equipment and some suggested that there would be lawsuits if\nthere were no mining in the area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Opposition Leader Dr. Phillips managed to cool some heads during the\ndiscussion. He pointed out that the matter would not be solved overnight but he\nneeds both sides to sit at a table and come to a balanced solution.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Phillips is concerned that communities in the proposed mining area\nwill be wiped off the map if excavation begins. “We have seen many communities\nthat used to be thriving agricultural communities in south Manchester and\nelsewhere that used to produce families just simply disappear. We have seen\ncompanies come make millions of dollars and have gone the original mining\ncompanies are no long here. We need a balanced approach and we have to be\nhonest with ourselves with how best we are going to protect our future and it\ndo not mean anyone has to lose their work,” he said.</p>\n<!-- /wp:paragraph -->','mining tour','','inherit','closed','closed','','9091-revision-v1','','','2019-09-14 12:18:45','2019-09-14 17:18:45','',9091,'https://buzz-caribbean.com/article/9091-revision-v1/',0,'revision','',0),(9099,4,'2019-09-14 12:19:35','2019-09-14 17:19:35','<!-- wp:image {\"id\":9095} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/peter-meeting-with-miners-1024x683.jpg\" alt=\"\" class=\"wp-image-9095\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Leader of the Parliamentary Opposition, Dr Peter Phillips yesterday met with residents and potential miners in the Cockpit Country to try to arrive at a consensus about mining in the area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The residents of the Cockpit County, which covers portions of Trelawny,\nSt. Ann and St. Elizabeth, and particularly those of Gibraltar in St. Ann, want\na halt to further mining in the area citing a loss of livelihood and the\ndegeneration of their community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cyrus McFarlane, 80, who operated a small farm in Gibraltar, said he\nlost all three acres of his property, which at one point boasted banana, yam,\nplantain and other crops, and now gets by on the $8,000 he receives every month\nfrom the mining company for dust nuisance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is not alone there are other like him some 2500 farmers in the area\nwho have been displaced due to mining.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lynden Frater who operates more than 20 acres of farmland had recently\ninvested 80 million dollars into modernizing his farm and divesting the crops\nplanted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9097} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/mining-hole-1024x683.jpg\" alt=\"\" class=\"wp-image-9097\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He wants the government to protect farmers in the Cockpit country and encourage\nindustries that are eco-friendly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9096} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/peter-meeting-resdident-of-gibratlar-1024x683.jpg\" alt=\"\" class=\"wp-image-9096\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9094} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/abandon-community-1024x683.jpg\" alt=\"\" class=\"wp-image-9094\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, the miners are disputing that they are mining in the cockpit\ncountry and wants the opposition to support and press their claim to mine in\nthe protected area. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When Dr. Phillips met with the miners, they were in a militant mood\nwanting to mine the area designated SML 172, which would see an encroachment on\nthe core Cockpit area. The miners say that they have invested in billions of\ndollars’ worth of equipment and some suggested that there would be lawsuits if\nthere were no mining in the area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Opposition Leader Dr. Phillips managed to cool some heads during the\ndiscussion. He pointed out that the matter would not be solved overnight but he\nneeds both sides to sit at a table and come to a balanced solution.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Phillips is concerned that communities in the proposed mining area\nwill be wiped off the map if excavation begins. “We have seen many communities\nthat used to be thriving agricultural communities in south Manchester and\nelsewhere that used to produce families just simply disappear. We have seen\ncompanies come make millions of dollars and have gone the original mining\ncompanies are no long here. We need a balanced approach and we have to be\nhonest with ourselves with how best we are going to protect our future and it\ndo not mean anyone has to lose their work,” he said.</p>\n<!-- /wp:paragraph -->','mining tour','','inherit','closed','closed','','9091-revision-v1','','','2019-09-14 12:19:35','2019-09-14 17:19:35','',9091,'https://buzz-caribbean.com/article/9091-revision-v1/',0,'revision','',0),(9100,14,'2019-09-14 12:54:39','2019-09-14 17:54:39','','schoolboy-football-group-e-standings-buzz','','inherit','open','closed','','schoolboy-football-group-e-standings-buzz','','','2019-09-14 12:54:39','2019-09-14 17:54:39','',9093,'https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-group-e-standings-buzz.jpg',0,'attachment','image/jpeg',0),(9101,14,'2019-09-14 12:59:30','2019-09-14 17:59:30','<!-- wp:image {\"id\":8043} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/soccer-ball-football.jpg\" alt=\"\" class=\"wp-image-8043\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former champions Wolmer\'s Boys\' flogged\nInnswood 8-1 in their ISSA/Digicel Manning Cup schoolboy football match at\nChedwin Park on Friday to remain in touch with Group E leaders Jamaica College.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The win carries Wolmer\'s to six points as\nthey had won their opening match against Vauxhall 5-0, but having played one\nmatch less, they are behind leaders Jamaica College (JC), who were also\nvictorious on Friday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9100} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-group-e-standings-buzz.jpg\" alt=\"\" class=\"wp-image-9100\" /><figcaption>(Photo: SchoolboyFootball.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>JC defeated Vauxhall 2-0 at home to win\ntheir opening three matches and move to nine points after 7-0 and 10-0\nvictories over Jose Marti and Greater Portmore respectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the group\'s other match on Friday,\nTarrant defeated Greater Portmore 1-0.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, in Group D, Camperdown travelled\nto Caymanas and tagged Hydel 1-0 to take control of the leadership of the\ngroup. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Camperdown are on six points from their two\nmatches with a quartet of teams tied on three points behind them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meadowbrook, Edith Dalton James, Hydel, and Mona follow Camperdown with goal difference and goals scored being the separating factor in that order.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Friday, Mona stopped Tivoli 1-0 at home\nand Edith Dalton travelled to Meadowbrook and defeated them 1-0.</p>\n<!-- /wp:paragraph -->','Wolmer\'s stay in touch with JC after 8-1 whipping of Innswood in Manning Cup','','inherit','closed','closed','','9093-revision-v1','','','2019-09-14 12:59:30','2019-09-14 17:59:30','',9093,'https://buzz-caribbean.com/article/9093-revision-v1/',0,'revision','',0),(9103,14,'2019-09-14 13:03:44','2019-09-14 18:03:44','<!-- wp:image {\"id\":7804} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/football-Manning-Cup-1024x768.jpg\" alt=\"\" class=\"wp-image-7804\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Eleven schools will be chasing their second\nvictory in two matches when the ISSA/Digicel Manning Cup schoolboy football\ncompetition continues this Saturday at 3:30 pm, with 15 matches from five\ngroups.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Two former champions, St George’s College\nand Ardenne will meet in an interesting matchup at Ardenne, with both seeking\nto wrest the leadership of the Group F from the other as they are on three\npoints each in the standing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9080} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-schoolboy-football-buzz-demo.jpg\" alt=\"\" class=\"wp-image-9080\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>St George’s form in recent years will make\nthem favourites to win as, while Ardenne have opened their campaign with a win\nthis year, they have struggled since their glory days of 1991 when they won\ntheir first and only title.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>St George’s and Ardenne are part of the\nquality line-up of 11 teams hunting their second win on Saturday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The other competing teams are namely Holy Trinity, St Jago, Charlie Smith, Denham Town, Jonathan Grant, St Catherine, St Andrew Technical, Papine, and defending champions Kingston College.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See below the full schedule of matches for Manning Cup schoolboy football on Saturday:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>GROUP A</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9081} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-fixtures-buzz-1.jpg\" alt=\"\" class=\"wp-image-9081\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Haile Selassie vs Holy Trinity</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Clan Carthy vs Bridgeport</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cumberland vs St. Jago</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>&nbsp;GROUP\nB</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9082} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-fixtures-buzz-2.jpg\" alt=\"\" class=\"wp-image-9082\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kingston High vs Charlie Smith</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Donald Quarrie vs Ascot</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jonathan Grant vs Denham Town</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>GROUP C</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9083} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-fixtures-buzz-3.jpg\" alt=\"\" class=\"wp-image-9083\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Northern Technical vs STATHS</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oberlin vs St Catherine</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Penwood vs Papine </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>GROUP F</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9084} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-fixtures-buzz-4.jpg\" alt=\"\" class=\"wp-image-9084\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Ardenne vs St. George’s College</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Eltham vs Calabar</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Norman Manley vs Campion</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>GROUP G</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9085} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-fixtures-buzz-5.jpg\" alt=\"\" class=\"wp-image-9085\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pembroke Hall vs Kingston College</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Excelsior vs Dunoon Park</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kingston Technical vs Cedar Grove</p>\n<!-- /wp:paragraph -->','STCG tackle Ardenne as 11 teams hunt second win in Manning Cup','','inherit','closed','closed','','9079-autosave-v1','','','2019-09-14 13:03:44','2019-09-14 18:03:44','',9079,'https://buzz-caribbean.com/article/9079-autosave-v1/',0,'revision','',0),(9104,23,'2019-09-14 13:33:34','2019-09-14 18:33:34','<!-- wp:image {\"id\":9080} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-schoolboy-football-buzz-demo.jpg\" alt=\"\" class=\"wp-image-9080\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former winners Munro College and St. Elizabeth Technical High School (STETHS) will meet in the top-of-the-table Zone E clash in the ISSA/Wata daCosta Cup schoolboy football competition on Saturday, starting at 3:30 pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The match, being played at Munro, will be the\nhighlight among the 36 games that are being contested in all 15 zones of the\ncompetition, with six top-of-the-table clashes and 21 schools looking to keep\ntheir perfect win records intact.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Munro are current leaders of Zone E, having\naccumulated seven points from their three matches with STETHS a point behind\nfrom two matches.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>STETHS are coming off an 11-0 whipping of Black\nRiver High on Thursday, as Munro dropped their first point of the tournament by\nplaying to a 1-1 draw with Lacovia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Apart from that match, the other clashes that\nfeature the top two teams in the zones are Manchester against Mile Gully at\nManchester in Zone F; Alston battling Holmwood at Sanguinetti Community Centre\nin Zone G; Marcus Garvey tackling Oracabessa in Zone I; Charlemont duelling\nwith McGrath in Zone K at Charlemont; and Denbigh vs Glenmuir at Denbigh in\nZone M.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See below the full schedule of matches for daCosta\nCup schoolboy football on Saturday:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>ZONE A</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9120} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-1.jpg\" alt=\"\" class=\"wp-image-9120\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cornwall College vs St. James High</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Green Pond High vs Anchovy High</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Maldon High vs Irwin High</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>ZONE B</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9119} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-2.jpg\" alt=\"\" class=\"wp-image-9119\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Green Island vs Merlene Ottey</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hopewell High vs Rusea’s High</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>ZONE C</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9118} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-3.jpg\" alt=\"\" class=\"wp-image-9118\" /><figcaption>Photo: SchoolboyFottball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Herbert Morrison vs William Knibb</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cedric Titus vs Spot Valley</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>ZONE D</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9116} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-4.jpg\" alt=\"\" class=\"wp-image-9116\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Petersfield vs Manning’s</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Maud McLeod vs Belmont Academy</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grange Hill vs Godfrey Stewart</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>ZONE E</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9115} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-5.jpg\" alt=\"\" class=\"wp-image-9115\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Munro College vs STETHS</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Black River vs Lacovia</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Maggotty vs Newell</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>ZONE F</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9114} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-6.jpg\" alt=\"\" class=\"wp-image-9114\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Manchester High vs Mile Gully</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>BB Coke vs Belair High</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>May Day vs deCarteret College</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>ZONE G</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9113} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-7.jpg\" alt=\"\" class=\"wp-image-9113\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Roger Clarke High vs Knox</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Alston High vs Holmwood Technical</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Christiana High vs Spalding High</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>ZONE H</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9112} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-8.jpg\" alt=\"\" class=\"wp-image-9112\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lennon vs Edwin Allen</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kellits High vs Clarendon College</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>ZONE I</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9111} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-9.jpg\" alt=\"\" class=\"wp-image-9111\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Iona High vs Browns Town</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>York Castle vs Ocho Rios</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Marcus Garvey vs Oracabessa</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>ZONE J</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9110} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-10.jpg\" alt=\"\" class=\"wp-image-9110\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>St Mary Technical vs Carron Hall</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tacky High vs Brimmervale</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>ZONE K</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9109} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-11.jpg\" alt=\"\" class=\"wp-image-9109\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Charlemont High vs McGrath</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dinthill Technical vs Enid Bennett</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>ZONE L</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9108} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-12.jpg\" alt=\"\" class=\"wp-image-9108\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fair Prospect vs Happy Grove</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Port Antonio vs Titchfield High</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>ZONE M</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9107} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-13.jpg\" alt=\"\" class=\"wp-image-9107\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Denbigh High vs Glenmuir High</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>ZONE N</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9106} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-14.jpg\" alt=\"\" class=\"wp-image-9106\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Foga Road vs Kemps Hill</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Vere Technical vs Central High</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>ZONE O</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9105} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-15.jpg\" alt=\"\" class=\"wp-image-9105\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Robert Lightbourne vs Seaforth High</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Morant Bay vs Yallahs</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>St Thomas Tech vs Paul Bogle</p>\n<!-- /wp:paragraph -->','Munro takes on STETHS in daCosta Cup top billing','','publish','open','closed','','munro-takes-on-steths-in-dacosta-cup-top-billing','','','2019-09-14 13:33:35','2019-09-14 18:33:35','',0,'https://buzz-caribbean.com/?p=9104',0,'post','',0),(9105,14,'2019-09-14 13:23:34','2019-09-14 18:23:34','','schoolboy-dacosta-cup-fixtures-buzz-15','','inherit','open','closed','','schoolboy-dacosta-cup-fixtures-buzz-15','','','2019-09-14 13:23:34','2019-09-14 18:23:34','',9104,'https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-15.jpg',0,'attachment','image/jpeg',0),(9106,14,'2019-09-14 13:23:40','2019-09-14 18:23:40','','schoolboy-dacosta-cup-fixtures-buzz-14','','inherit','open','closed','','schoolboy-dacosta-cup-fixtures-buzz-14','','','2019-09-14 13:23:40','2019-09-14 18:23:40','',9104,'https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-14.jpg',0,'attachment','image/jpeg',0),(9107,14,'2019-09-14 13:23:50','2019-09-14 18:23:50','','schoolboy-dacosta-cup-fixtures-buzz-13','','inherit','open','closed','','schoolboy-dacosta-cup-fixtures-buzz-13','','','2019-09-14 13:23:50','2019-09-14 18:23:50','',9104,'https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-13.jpg',0,'attachment','image/jpeg',0),(9108,14,'2019-09-14 13:24:03','2019-09-14 18:24:03','','schoolboy-dacosta-cup-fixtures-buzz-12','','inherit','open','closed','','schoolboy-dacosta-cup-fixtures-buzz-12','','','2019-09-14 13:24:03','2019-09-14 18:24:03','',9104,'https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-12.jpg',0,'attachment','image/jpeg',0),(9109,14,'2019-09-14 13:24:16','2019-09-14 18:24:16','','schoolboy-dacosta-cup-fixtures-buzz-11','','inherit','open','closed','','schoolboy-dacosta-cup-fixtures-buzz-11','','','2019-09-14 13:24:16','2019-09-14 18:24:16','',9104,'https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-11.jpg',0,'attachment','image/jpeg',0),(9110,14,'2019-09-14 13:24:37','2019-09-14 18:24:37','','schoolboy-dacosta-cup-fixtures-buzz-10','','inherit','open','closed','','schoolboy-dacosta-cup-fixtures-buzz-10','','','2019-09-14 13:24:37','2019-09-14 18:24:37','',9104,'https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-10.jpg',0,'attachment','image/jpeg',0),(9111,14,'2019-09-14 13:24:38','2019-09-14 18:24:38','','schoolboy-dacosta-cup-fixtures-buzz-9','','inherit','open','closed','','schoolboy-dacosta-cup-fixtures-buzz-9','','','2019-09-14 13:24:38','2019-09-14 18:24:38','',9104,'https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-9.jpg',0,'attachment','image/jpeg',0),(9112,14,'2019-09-14 13:24:51','2019-09-14 18:24:51','','schoolboy-dacosta-cup-fixtures-buzz-8','','inherit','open','closed','','schoolboy-dacosta-cup-fixtures-buzz-8','','','2019-09-14 13:24:51','2019-09-14 18:24:51','',9104,'https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-8.jpg',0,'attachment','image/jpeg',0),(9113,14,'2019-09-14 13:25:04','2019-09-14 18:25:04','','schoolboy-dacosta-cup-fixtures-buzz-7','','inherit','open','closed','','schoolboy-dacosta-cup-fixtures-buzz-7','','','2019-09-14 13:25:04','2019-09-14 18:25:04','',9104,'https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-7.jpg',0,'attachment','image/jpeg',0),(9114,14,'2019-09-14 13:25:20','2019-09-14 18:25:20','','schoolboy-dacosta-cup-fixtures-buzz-6','','inherit','open','closed','','schoolboy-dacosta-cup-fixtures-buzz-6','','','2019-09-14 13:25:20','2019-09-14 18:25:20','',9104,'https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-6.jpg',0,'attachment','image/jpeg',0),(9115,14,'2019-09-14 13:25:24','2019-09-14 18:25:24','','schoolboy-dacosta-cup-fixtures-buzz-5','','inherit','open','closed','','schoolboy-dacosta-cup-fixtures-buzz-5','','','2019-09-14 13:25:24','2019-09-14 18:25:24','',9104,'https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-5.jpg',0,'attachment','image/jpeg',0),(9116,14,'2019-09-14 13:25:33','2019-09-14 18:25:33','','schoolboy-dacosta-cup-fixtures-buzz-4','','inherit','open','closed','','schoolboy-dacosta-cup-fixtures-buzz-4','','','2019-09-14 13:25:33','2019-09-14 18:25:33','',9104,'https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-4.jpg',0,'attachment','image/jpeg',0),(9117,14,'2019-09-14 13:25:47','2019-09-14 18:25:47','','schoolboy-dacosta-cup-fixtures-buzz-4-1','','inherit','open','closed','','schoolboy-dacosta-cup-fixtures-buzz-4-1','','','2019-09-14 13:25:47','2019-09-14 18:25:47','',9104,'https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-4-1.jpg',0,'attachment','image/jpeg',0),(9118,14,'2019-09-14 13:25:58','2019-09-14 18:25:58','','schoolboy-dacosta-cup-fixtures-buzz-3','','inherit','open','closed','','schoolboy-dacosta-cup-fixtures-buzz-3','','','2019-09-14 13:25:58','2019-09-14 18:25:58','',9104,'https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-3.jpg',0,'attachment','image/jpeg',0),(9119,14,'2019-09-14 13:26:08','2019-09-14 18:26:08','','schoolboy-dacosta-cup-fixtures-buzz-2','','inherit','open','closed','','schoolboy-dacosta-cup-fixtures-buzz-2','','','2019-09-14 13:26:08','2019-09-14 18:26:08','',9104,'https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-2.jpg',0,'attachment','image/jpeg',0),(9120,14,'2019-09-14 13:26:18','2019-09-14 18:26:18','','schoolboy-dacosta-cup-fixtures-buzz-1','','inherit','open','closed','','schoolboy-dacosta-cup-fixtures-buzz-1','','','2019-09-14 13:26:18','2019-09-14 18:26:18','',9104,'https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-1.jpg',0,'attachment','image/jpeg',0),(9121,14,'2019-09-14 13:33:34','2019-09-14 18:33:34','<!-- wp:image {\"id\":9080} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-schoolboy-football-buzz-demo.jpg\" alt=\"\" class=\"wp-image-9080\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former winners Munro College and St. Elizabeth Technical High School (STETHS) will meet in the top-of-the-table Zone E clash in the ISSA/Wata daCosta Cup schoolboy football competition on Saturday, starting at 3:30 pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The match, being played at Munro, will be the\nhighlight among the 36 games that are being contested in all 15 zones of the\ncompetition, with six top-of-the-table clashes and 21 schools looking to keep\ntheir perfect win records intact.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Munro are current leaders of Zone E, having\naccumulated seven points from their three matches with STETHS a point behind\nfrom two matches.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>STETHS are coming off an 11-0 whipping of Black\nRiver High on Thursday, as Munro dropped their first point of the tournament by\nplaying to a 1-1 draw with Lacovia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Apart from that match, the other clashes that\nfeature the top two teams in the zones are Manchester against Mile Gully at\nManchester in Zone F; Alston battling Holmwood at Sanguinetti Community Centre\nin Zone G; Marcus Garvey tackling Oracabessa in Zone I; Charlemont duelling\nwith McGrath in Zone K at Charlemont; and Denbigh vs Glenmuir at Denbigh in\nZone M.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See below the full schedule of matches for daCosta\nCup schoolboy football on Saturday:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>ZONE A</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9120} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-1.jpg\" alt=\"\" class=\"wp-image-9120\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cornwall College vs St. James High</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Green Pond High vs Anchovy High</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Maldon High vs Irwin High</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>ZONE B</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9119} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-2.jpg\" alt=\"\" class=\"wp-image-9119\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Green Island vs Merlene Ottey</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hopewell High vs Rusea’s High</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>ZONE C</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9118} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-3.jpg\" alt=\"\" class=\"wp-image-9118\" /><figcaption>Photo: SchoolboyFottball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Herbert Morrison vs William Knibb</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cedric Titus vs Spot Valley</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>ZONE D</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9116} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-4.jpg\" alt=\"\" class=\"wp-image-9116\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Petersfield vs Manning’s</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Maud McLeod vs Belmont Academy</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grange Hill vs Godfrey Stewart</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>ZONE E</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9115} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-5.jpg\" alt=\"\" class=\"wp-image-9115\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Munro College vs STETHS</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Black River vs Lacovia</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Maggotty vs Newell</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>ZONE F</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9114} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-6.jpg\" alt=\"\" class=\"wp-image-9114\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Manchester High vs Mile Gully</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>BB Coke vs Belair High</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>May Day vs deCarteret College</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>ZONE G</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9113} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-7.jpg\" alt=\"\" class=\"wp-image-9113\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Roger Clarke High vs Knox</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Alston High vs Holmwood Technical</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Christiana High vs Spalding High</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>ZONE H</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9112} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-8.jpg\" alt=\"\" class=\"wp-image-9112\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lennon vs Edwin Allen</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kellits High vs Clarendon College</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>ZONE I</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9111} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-9.jpg\" alt=\"\" class=\"wp-image-9111\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Iona High vs Browns Town</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>York Castle vs Ocho Rios</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Marcus Garvey vs Oracabessa</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>ZONE J</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9110} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-10.jpg\" alt=\"\" class=\"wp-image-9110\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>St Mary Technical vs Carron Hall</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tacky High vs Brimmervale</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>ZONE K</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9109} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-11.jpg\" alt=\"\" class=\"wp-image-9109\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Charlemont High vs McGrath</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dinthill Technical vs Enid Bennett</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>ZONE L</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9108} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-12.jpg\" alt=\"\" class=\"wp-image-9108\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fair Prospect vs Happy Grove</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Port Antonio vs Titchfield High</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>ZONE M</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9107} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-13.jpg\" alt=\"\" class=\"wp-image-9107\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Denbigh High vs Glenmuir High</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>ZONE N</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9106} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-14.jpg\" alt=\"\" class=\"wp-image-9106\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Foga Road vs Kemps Hill</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Vere Technical vs Central High</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>ZONE O</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9105} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-dacosta-cup-fixtures-buzz-15.jpg\" alt=\"\" class=\"wp-image-9105\" /><figcaption>Photo: SchoolboyFootball.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Robert Lightbourne vs Seaforth High</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Morant Bay vs Yallahs</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>St Thomas Tech vs Paul Bogle</p>\n<!-- /wp:paragraph -->','Munro takes on STETHS in daCosta Cup top billing','','inherit','closed','closed','','9104-revision-v1','','','2019-09-14 13:33:34','2019-09-14 18:33:34','',9104,'https://buzz-caribbean.com/article/9104-revision-v1/',0,'revision','',0),(9122,14,'2019-09-14 13:35:13','2019-09-14 18:35:13','<!-- wp:image {\"id\":8697} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Andrew-holness-miss-lou-renaming-gordon-town-square.2JPG-1024x683.jpg\" alt=\"\" class=\"wp-image-8697\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many Jamaicans love Louise Bennett-Coverley,\nfrom the very young to the young-at-heart. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But for some, especially for the younger\ngenerations, asking them just what about the titular poetess and cultural icon\nthey love, and some are a little lost for words.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":7883} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-3.jpg\" alt=\"\" class=\"wp-image-7883\" /><figcaption>Jamaica\'s cultural icon, comedienne and poetess Louise Bennett-Coverley (Photo: National Library of Jamaica)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fontana Pharmacy is stepping in to fill\nthat void in 2019, as Jamaica celebrates 100 days of ‘Miss Lou’ across the\ncountry, with its informative storyboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Director of Fontana Pharmacy, Kevin O’Brien Chang, in an interview with <strong>BUZZ</strong>, calls the initiative timely as the 100 days of Miss Lou celebrations continue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Well the reality is everybody loves Miss Lou in Jamaica, but a lot of people don’t know why they love her, especially young people. You can’t blame them, Ring Ding ended in 1980 and time flies; there hasn’t been much education for the youth about Miss Lou,” he began.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8908} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Miss-Lou-Statue-Inscription-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-8908\" /><figcaption>Inscription on Miss Lou\'s statue in Gordon Town, St Andrew (Photo: Dennis Brown) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“There’s a wonderful statue up at Miss Lou Square but if you go there, you won’t see anything [there] about Miss Lou. So, if you’re thinking, a little girl goes to her parent, ‘Daddy, who is Miss Lou?’. But they need deeper knowledge than, ‘Oh, she wrote some poems and made us laugh.’,” O\'Brien Chang told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8907} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Miss-Lou-Statue-Gordon-Town-1024x682.jpg\" alt=\"\" class=\"wp-image-8907\" /><figcaption>Statue of Miss Lou in Gordon Town Square, St Andrew (Photo: Dennis Brown) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“She’s the mother of Jamaican culture, so we need to educate people. We are the world’s smallest, youngest cultural superpower, known everywhere – there’s no parallel in today’s world,” he explained further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8880} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kevin-obrien-chang-buzz-feature-1024x614.jpg\" alt=\"\" class=\"wp-image-8880\" /><figcaption>Author and Director of the Fontana Pharmacy franchise, Kevin O\'Brien Chang (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>\'Miss Lou gave a nation self-identity\'</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Miss Lou taught us to be confident in who we are. Before Miss Lou, we had a pseudo-British culture, we imitated them; we didn’t speak like ourselves, we were afraid to. She made us confidently speak like ourselves, [about] how we feel, in our own language,” O\'Brien Chang told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“That’s a massive thing to give a nation self-confidence, [Miss Lou] transformed our self-identity and it wasn’t always like that,” the Fontana Chairman continued.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I see the gap; I see that young people love her but don’t know why the do, and so I said for [Miss Lou’s] 100th birthday, let us try and educate the young people about the fullness of Miss Lou,\" he asserted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8909} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Murals-Miss-Lou-Gordon-Town-Buzz-1024x683.jpg\" alt=\"Murals along the wall in Gordon Town Square, St Andrew showcasing cultural icon Miss Lou\" class=\"wp-image-8909\" /><figcaption>Murals along the wall in Gordon Town Square, St Andrew showcasing cultural icon Miss Lou (Photo: Dennis Brown)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“She\'s not just a funny lady who wrote poems. She was a fighter for racial identity,” O’Brien Chang told <strong>BUZZ</strong>, adding that Miss Lou is arguably the greatest single contributor to Jamaican culture.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To this end, Fontana Pharmacy in partnership with the Ministry of Culture is distributing the Miss Lou storyboard to over 1,700 to every school across Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8883} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-storyboard-fontana-buzz-demo.jpg\" alt=\"A digital copy of the Miss Lou storyboard, obtained by BUZZ \" class=\"wp-image-8883\" /><figcaption>A digital copy of the Miss Lou storyboard, obtained by BUZZ (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The national network of libraries, ministries, as well as embassies and other consulates, are also included in the island-wide roll-out of the Miss Lou storyboards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>O’Brien Chang told <strong>BUZZ</strong> that the storyboards can also be downloaded for free on the Fontana Pharmacy’s website.</p>\n<!-- /wp:paragraph -->','Fontana Pharmacy rolling out \'Miss Lou\' storyboard across Jamaican schools','','inherit','closed','closed','','8871-revision-v1','','','2019-09-14 13:35:13','2019-09-14 18:35:13','',8871,'https://buzz-caribbean.com/article/8871-revision-v1/',0,'revision','',0),(9123,14,'2019-09-14 13:37:14','2019-09-14 18:37:14','<!-- wp:image {\"id\":8946} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/friday-the-13th-buzz-featured-image-1024x614.jpg\" alt=\"\" class=\"wp-image-8946\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The first of 2019’s only two Friday the 13ths\nis already underway, and while the day is seen as an ominous sign of bad luck,\nhorror fans have embraced the occasion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For most people who consider Friday 13th\nunlucky, it is more a question of what they avoid doing, rather than what they\ndo on this day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fun <strong>BUZZ</strong>\nfact: the fear of Friday the 13th is called friggatriskaidekaphobia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In true <strong>BUZZ</strong> fashion, here is a list of must-see horror films to get you in the right (or wrong) mood for the weekend:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The Grudge (2004)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8947} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/the-grudge-2004-buzz-demo-1024x709.jpg\" alt=\"\" class=\"wp-image-8947\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Grudge describes a curse that is born\nwhen someone dies in the grip of a powerful rage or extreme sorrow. The curse\nis an entity created where the person died. Those who encounter this\nsupernatural force die, and the curse is reborn repeatedly, passing from victim\nto victim in an endless, growing chain of horror. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’re feeling particularly brave, try\nthe Japanese original, Ju On: The Grudge by Takashi Shimizu!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Oculus (2013)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8948} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/oculus-movie-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-8948\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Haunted by the violent demise of their\nparents 10 years earlier, adult siblings Kaylie and Tim are now struggling to\nrebuild their relationship. Kaylie suspects that their antique mirror, known as\nthe Lasser Glass, is behind the tragedy. The seemingly harmless reflections\ncontain a malevolent, supernatural force that infects the mind of anyone who\ngazes into it. As Kaylie gets closer to the truth, the siblings become caught\nin the mirror\'s evil spell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Bride of Chucky (1998)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8949} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bride-of-chucky-buzz-demo-1024x576.png\" alt=\"\" class=\"wp-image-8949\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Who says horror can’t be a little comedic? Take dive into the twisted Child’s Play franchise with 4th installment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After being cut apart by the police, killer\ndoll Chucky is resurrected by Tiffany, an ex-girlfriend of the serial murderer\nwhose soul is inside the toy. Following an argument, Chucky kills Tiffany and\ntransfers her soul into a bride doll. To find the magical amulet that can\nrestore them both to human form, Chucky and Tiffany arrange to be driven to New\nJersey by a rag-tag duo, who are unaware that their cargo is alive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The Ring (2002)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8950} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/the-ring-buzz-demo-1024x554.jpg\" alt=\"\" class=\"wp-image-8950\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It sounds like just another urban legend – a\nvideotape filled with nightmarish images leads to a phone call foretelling the\nviewer\'s death in exactly seven days. Newspaper reporter Rachel Keller is sceptical\nof the story until four teenagers all die mysteriously exactly one week after\nwatching just such a tape. Allowing her investigative curiosity to get the\nbetter of her, Rachel tracks down the video and watches it. Now she has just\nseven days to unravel the mystery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>True horror junkies know that the ‎1998\noriginal by Hiroshi Takahashi is far superior. And heart pounding!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The Mist (2007)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8951} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/the-mist-movie-buzz-demo-1024x449.jpg\" alt=\"\" class=\"wp-image-8951\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Based on the heart-breaking novella by master\nhorror writer Stephen King, The Mist twists religion, tough choices and sacrifices\ninto a jarring movie experience. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After a powerful storm damages their Maine\nhome, David Drayton and his young son head into town to gather food and\nsupplies. Soon afterward, a thick fog rolls in and engulfs the town, trapping\nthe Draytons and others in the grocery store. Terror mounts as deadly creatures\nreveal themselves outside, but that may be nothing compared to the threat\nwithin, where a zealot calls for a sacrifice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Final Destination (2000)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8952} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/final-destination-movie-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-8952\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;The\n2000s were definitely a new frontier for horror and Final Destination was a\nbreath of fresh air for movie-goers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Alex Browning is embarking on a trip to\nParis. Alex experiences a premonition – he sees the plane explode moments after\nleaving the ground. Alex insists that everyone get off the plane and 7 people\nincluding Alex, are forced to disembark. All watch in horror and disbelief as\nthe plane actually explodes in a fireball. He and the other survivors have\nbriefly cheated death but will not be able to evade their fate for very long.\nOne by one, these fugitives from fate fall victim to the grim reaper.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Nightmare on Elm Street (1984)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8953} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/a-nightmare-elm-street-nancy-and-freddy-banner-buzz-demo-1024x535.jpg\" alt=\"\" class=\"wp-image-8953\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>May Wes Craven, and his visionary genius rest in peace…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The classic slasher film, the nightmare starts for several Midwestern teenagers who fall prey to Freddy Krueger, a disfigured midnight mangler that preys on the teenagers in their dreams – which, in turn, kills them in reality. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After investigating the phenomenon, Nancy Thompson begins to suspect that a dark secret kept by her and her friends\' parents may be the key to unravelling the mystery, but can Nancy and her boyfriend Glen solve the puzzle before it\'s too late?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Get Out (2017)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8954} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/get-out-movie-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-8954\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>More of a slow-burning psychological trip than an outright scare-fest, Get Out marks Jordan Peele’s impressive debut to the silver screen!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now that Chris and his girlfriend Rose have\nreached the ‘meet-the-parents’ milestone of dating, she invites him for a\nweekend getaway upstate with Missy and Dean. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At first, Chris reads the family\'s overly\naccommodating behaviour as nervous attempts to deal with their daughter\'s\ninterracial relationship, but as the weekend progresses, a series of\nincreasingly disturbing discoveries lead him to a truth that he never could\nhave imagined.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Annabelle: Creation (2017)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8955} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/annabelle-creation-scene-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-8955\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sometimes, the sequel can outperform the\nsource material and Annabelle: Creation is a frightening testament to that!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Former toy maker Sam Mullins and his wife,\nEsther, are happy to welcome a nun and six orphaned girls into their California\nfarmhouse. Years earlier, the couple\'s 7-year-old daughter Annabelle died in a\ntragic car accident. Terror soon strikes when one child sneaks into a forbidden\nroom and finds a seemingly innocent doll that appears to have a life of its\nown.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The Shining (1980)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8956} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/the-shining-heres-johnny-scene-buzz-demo-1024x636.jpg\" alt=\"\" class=\"wp-image-8956\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From the darkest depths of Stanley Kubrik’s\nmind, comes a cinematographically haunting take on the classic Stephen King novel\n(even if King still hates the film).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jack Torrance becomes winter caretaker at\nthe isolated Overlook Hotel in Colorado, hoping to cure his writer\'s block. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He settles in along with his wife Wendy and\nhis son Danny, who is plagued by psychic premonitions. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As Jack\'s writing goes nowhere and Danny\'s\nvisions become more disturbing, Jack discovers the hotel\'s dark secrets and\nbegins to unravel into a homicidal maniac hell-bent on terrorizing his family.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Children of the Corn (1984)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8957} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/children-of-the-corn-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-8957\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Stephen King is the greatest horror storyteller\nand this film is a reason why the American novelist’s place in the genre is uncontested.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As physician Burt Stanton and his\ngirlfriend Vicky drive across the Midwest to his new job, their trip comes to a\nsudden halt when they encounter the body of a murdered boy in the road. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In trying to contact the authorities, Burt\nand Vicky wander into a small town populated only by children, followers of\nsinister young preacher Isaac Chroner. Soon the couple is fleeing the youthful\nfanatics, who want to sacrifice them to their demonic deity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The Fly (1986) </h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8958} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/the-fly-buzz-demo-1024x678.jpg\" alt=\"\" class=\"wp-image-8958\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Not. For. The. Faint. Of. Heart!!! You’ve been warned, <strong>BUZZ</strong> fam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When scientist Seth Brundle completes his\nteleportation device, he decides to test its abilities on himself. Unbeknownst\nto him, a housefly slips in during the process, leading to a merger of man and\ninsect. Initially, Brundle appears to have undergone a successful\nteleportation, but the fly\'s cells begin to take over his body. As he becomes\nincreasingly fly-like, Brundle\'s girlfriend is horrified as the person she once\nloved deteriorates into a monster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>The Exorcist (1973)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8959} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/the-exorcist-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-8959\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We know you didn’t expect us to leave off ONE. OF. THE. CLASSICS!??!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of the most profitable horror movies\never made, this tale of an exorcism is based loosely on actual events. When\nyoung Regan starts acting odd – levitating, speaking in tongues, swearing and\nmultiple bouts of self-harm – her worried mother seeks medical help, only to\nhit a dead end. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A local priest, however, thinks the girl\nmay be seized by the devil. The priest makes a request to perform an exorcism,\nand the church sends in an expert to help with the difficult job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Alien (1979)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8960} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/alien-movie-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-8960\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In deep space, the crew of the commercial\nstarship Nostromo is awakened from their cryo-sleep capsules halfway through\ntheir journey home to investigate a distress call from an alien vessel. The\nterror begins when the crew encounters a nest of eggs inside the alien ship. An\norganism from inside an egg leaps out and attaches itself to one of the crew,\ncausing him to fall into a coma.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Friday the 13th (1980)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8961} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/friday-the-13th-movie-scream-scene-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-8961\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now, this listicle could only be <strong>BUZZ-worthy</strong> if we paid homage to the film that turned the day into a cult phenomenon!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Crystal Lake\'s history of murder doesn\'t\ndeter counsellors from setting up a summer camp in the woodsy area.\nSuperstitious locals warn against it, but the fresh-faced young people – Jack,\nAlice, Bill, Marcie and Ned – pay little heed to the old-timers. Then they find\nthemselves stalked by a brutal killer. As they\'re slashed, shot and stabbed,\nthe counsellors struggle to stay alive against a merciless opponent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>1408 (2007)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8962} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/1408-movie-scene-buzz-demo-1024x576.jpg\" alt=\"\" class=\"wp-image-8962\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mike Enslin is a successful author who\nenjoys worldwide acclaim debunking supernatural phenomena – right before he\nchecks into the Dolphin Hotel, that is. Ignoring the warnings of the hotel\nmanager, he learns the meaning of real terror when he spends the night in a\nreputedly haunted room.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Don’t Look Now (1973)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":8963} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/dont-look-now-end-scene-buzz-demo-1024x683.jpg\" alt=\"\" class=\"wp-image-8963\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Still grieving over the accidental death of\ntheir daughter, Christine, John and Laura Baxter head to Venice, Italy, where\nJohn\'s been commissioned to restore a church. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There Laura meets two sisters who claim to\nbe in touch with the spirit of the Baxters\' daughter. Laura takes them\nseriously, but John scoffs until he himself catches a glimpse of what looks\nlike Christine running through the streets of Venice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ</strong> fam, seeing as you’ve made it to the end of our list, how many of these horror films have you seen?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Which are your favourites? Have any scarred\nyou to the point you’ve quit the horror genre altogether?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sound off in the comment section!</p>\n<!-- /wp:paragraph -->','BUZZ Binge: Must-watch horror movies for Friday the 13th','','inherit','closed','closed','','8945-revision-v1','','','2019-09-14 13:37:14','2019-09-14 18:37:14','',8945,'https://buzz-caribbean.com/article/8945-revision-v1/',0,'revision','',0),(9124,4,'2019-09-14 14:07:37','2019-09-14 19:07:37','<!-- wp:image {\"id\":9095} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/peter-meeting-with-miners-1024x683.jpg\" alt=\"\" class=\"wp-image-9095\" /><figcaption>Opposition Leader Dr Peter Phillips addressing residents during a tour Friday of communities within the Cockpit Country (Photos: Anthony Henry).  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Opposition Leader Dr Peter Phillips and senior members of his party met Friday (Sept 13) with residents and potential miners in the Cockpit Country to try to arrive at a consensus about mining in the area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The residents of the Cockpit County, which covers portions of Trelawny, St. Ann and St. Elizabeth, and particularly those of Gibraltar in St. Ann, want a halt to further mining in the area, citing a loss of livelihood and the degeneration of their community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cyrus McFarlane, 80, who operated a small farm in Gibraltar, said he lost all three acres of his property, which at one point boasted banana, yam, plantain and other crops, and now gets by on the $8,000 he receives every month from the mining company for dust nuisance. He is not alone. Some 2500 farmers in the area have reportedly been displaced due to mining.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9097} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/mining-hole-1024x683.jpg\" alt=\"\" class=\"wp-image-9097\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lynden Frater who operates more than 20 acres of farmland had recently invested $80 million into modernizing his farm and divesting the crops planted. He wants the government to protect farmers in the Cockpit Country and encourage industries that are eco-friendly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, the miners are disputing that they are mining in the protected area. They want the opposition to support their claim to mine in the area known as SML 172, in accordance with their licence. The area designated SML 172 covers parts of St Ann and Trelawny.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9094} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/abandon-community-1024x683.jpg\" alt=\"\" class=\"wp-image-9094\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When Phillips met with the miners Friday, they were in a militant mood. The miners said that they have invested billions of dollars in equipment. Some suggested that there would be lawsuits if there were no mining in the area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Opposition Leader Dr Phillips managed to cool some heads during the discussion. He pointed out that the matter would not be solved overnight but he needs both sides to sit at a table and come to a balanced solution.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9096} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/peter-meeting-resdident-of-gibratlar-1024x683.jpg\" alt=\"\" class=\"wp-image-9096\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Phillips is concerned that communities in the proposed mining area will be wiped off the map if excavation begins. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have seen many communities that used to be thriving agricultural communities in south Manchester and elsewhere that used to produce families just simply disappear. We have seen companies come make millions of dollars and have gone. The original mining companies are no longer here. We need a balanced approach and we have to be honest with ourselves with how best we are going to protect our future and it does not mean anyone has to lose their work,” he said.</p>\n<!-- /wp:paragraph -->','Phillips hears complaints in ongoing Cockpit mining saga','','inherit','closed','closed','','9091-revision-v1','','','2019-09-14 14:07:37','2019-09-14 19:07:37','',9091,'https://buzz-caribbean.com/article/9091-revision-v1/',0,'revision','',0),(9125,23,'2019-09-14 16:25:38','2019-09-14 21:25:38','<!-- wp:image {\"id\":9127} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/yoni-epstein-miss-kitty-1024x683.jpg\" alt=\"\" class=\"wp-image-9127\" /><figcaption>Itelbpo Chairman Yoni Epstein and Miss Kitty during itelFest on Saturday, Sept 12.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Courtleigh Auditorium in Kingston was the venue for itelbpo\'s inaugural itelFest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Itelbpo is the Caribbean\'s largest business process outsourcing company, which has hundreds of staff in Jamaica, The Bahamas, Mexico and the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The corporate event is aimed at enhancing employee engagement, celebrate the dynamic culture of the company, increase staff retention and equip employees with information to enable their personal and professional development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9128} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/itelbpo3-1024x683.jpg\" alt=\"\" class=\"wp-image-9128\" /><figcaption>Participants at itelFest.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"When you are dealing with people you have to create an environment that makes them want to come to work, people work because they have to and because of money but they stay because you have created an environment,\" founding chairman and chief executive officer of the Jamaican-based company, Yoni Epstein told <strong>BUZZ. </strong>\"And that is our job as managers, to continue to enhance, develop and continue to grow that environment and that\'s one of the reasons why we have put on intelFest today.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9129} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/itelbpo4-1024x683.jpg\" alt=\"\" class=\"wp-image-9129\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He added: \"We have grown tremendously over the last few years and that\'s why we want to engage with our team members to ensure that we never lose that culture.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the company\'s focus going into 2020 is to ensure that its employees are happy.  He said \"employee engagement equals customer engagement\".<br></p>\n<!-- /wp:paragraph -->','Itelbpo stages inaugural itelFest','','publish','open','closed','','itelbpo-stages-inaugural-itelfest','','','2019-09-14 16:25:39','2019-09-14 21:25:39','',0,'https://buzz-caribbean.com/?p=9125',0,'post','',0),(9126,4,'2019-09-14 15:42:29','2019-09-14 20:42:29','<!-- wp:paragraph -->\n<p>The Courtleigh Auditorium in Kingston was the venue for itebpo\'s inaugural itelFest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Itebpo is the Caribbean\'s largest business process outsourcing company, which has hundreds of staff in Jamaica, The Bahamas, Mexico and the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The corporate event is aimed at enhancing employee engagement, celebrate the dynamic culture of the company, increase staff retention and equip employees with information to enable their personal and professional development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"When you are dealing with people you have to create an environment that makes them want to come to work, people work because they have to and because of money but they stay because you have created an environment,\" founding chairman and chief executive officer of the Jamaican-based company, Yoni Epstein told <strong>BUZZ.</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"And that is our job as managers to continue to enhance, develop and continue to grow that   environment and that\'s one of the reason why we have put on intelFest today.<br>\"We have grown tremendously over the last few years and that\'s why want  to engage with our team members to ensure that we never lose that culture,\" he added.<br>Developing that culture, Epstein said will ensure that employees treat the clients well, and will stay and grow with the company.<br>According to the CEO the company\'s focus going into 2020 is to ensure that it\'s employee are happy as \"employee engagement equals customer engagement\".<br>The day\'s event which is being emceed by popular personality,  Miss Kitty, include presentations from company executives, an inspirational address from service industry expert and inspiration coach, Marsha-Ann Brown and a performance from comedy duo, Ity and Fancy Cat.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','9125-revision-v1','','','2019-09-14 15:42:29','2019-09-14 20:42:29','',9125,'https://buzz-caribbean.com/article/9125-revision-v1/',0,'revision','',0),(9127,4,'2019-09-14 16:14:39','2019-09-14 21:14:39','','yoni-epstein-miss-kitty','','inherit','open','closed','','yoni-epstein-miss-kitty','','','2019-09-14 16:14:39','2019-09-14 21:14:39','',9125,'https://buzz-caribbean.com/app/uploads/2019/09/yoni-epstein-miss-kitty.jpg',0,'attachment','image/jpeg',0),(9128,4,'2019-09-14 16:21:40','2019-09-14 21:21:40','','itelbpo3','','inherit','open','closed','','itelbpo3','','','2019-09-14 16:21:40','2019-09-14 21:21:40','',9125,'https://buzz-caribbean.com/app/uploads/2019/09/itelbpo3.jpg',0,'attachment','image/jpeg',0),(9129,4,'2019-09-14 16:23:08','2019-09-14 21:23:08','','itelbpo4','','inherit','open','closed','','itelbpo4','','','2019-09-14 16:23:08','2019-09-14 21:23:08','',9125,'https://buzz-caribbean.com/app/uploads/2019/09/itelbpo4.jpg',0,'attachment','image/jpeg',0),(9130,4,'2019-09-14 16:25:38','2019-09-14 21:25:38','<!-- wp:image {\"id\":9127} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/yoni-epstein-miss-kitty-1024x683.jpg\" alt=\"\" class=\"wp-image-9127\" /><figcaption>Itelbpo Chairman Yoni Epstein and Miss Kitty during itelFest on Saturday, Sept 12.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Courtleigh Auditorium in Kingston was the venue for itelbpo\'s inaugural itelFest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Itelbpo is the Caribbean\'s largest business process outsourcing company, which has hundreds of staff in Jamaica, The Bahamas, Mexico and the United States.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The corporate event is aimed at enhancing employee engagement, celebrate the dynamic culture of the company, increase staff retention and equip employees with information to enable their personal and professional development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9128} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/itelbpo3-1024x683.jpg\" alt=\"\" class=\"wp-image-9128\" /><figcaption>Participants at itelFest.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"When you are dealing with people you have to create an environment that makes them want to come to work, people work because they have to and because of money but they stay because you have created an environment,\" founding chairman and chief executive officer of the Jamaican-based company, Yoni Epstein told <strong>BUZZ. </strong>\"And that is our job as managers, to continue to enhance, develop and continue to grow that environment and that\'s one of the reasons why we have put on intelFest today.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9129} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/itelbpo4-1024x683.jpg\" alt=\"\" class=\"wp-image-9129\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He added: \"We have grown tremendously over the last few years and that\'s why we want to engage with our team members to ensure that we never lose that culture.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the company\'s focus going into 2020 is to ensure that its employees are happy.  He said \"employee engagement equals customer engagement\".<br></p>\n<!-- /wp:paragraph -->','Itelbpo stages inaugural itelFest','','inherit','closed','closed','','9125-revision-v1','','','2019-09-14 16:25:38','2019-09-14 21:25:38','',9125,'https://buzz-caribbean.com/article/9125-revision-v1/',0,'revision','',0),(9131,23,'2019-09-14 17:25:42','2019-09-14 22:25:42','<!-- wp:image {\"id\":9136} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bahamas-residents-outside-shelter-1024x681.jpg\" alt=\"\" class=\"wp-image-9136\" /><figcaption>Residents affected by Hurricane Dorian in The Bahamas outside a shelter.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Newly launched 4Ys Foundation, the charitable arm of itelbpo, is looking to raise US100,000 to assist Hurricane Dorian victims in The Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The foundation has already raised US$60,000 to assist the victims, which include staff members.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Itelbpo Chairman Yoni Epstein made the disclosure about the US$100,000 target Saturday (Sept 14), during the inaugural itelFest in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"One hundred and sixty-eight employees made it through with varying degrees of loss from Hurricane Dorian and immediately we established through the foundation... our GoFundMe account and have raised US$20,000. Through the sale of T-shirts, we\'ve raised another US$5000,\" Epstein added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9127} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/yoni-epstein-miss-kitty-1024x683.jpg\" alt=\"\" class=\"wp-image-9127\" /><figcaption>Yoni Epstein addressing the itelFest in Kingston on Saturday (Sept 14).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He said that itelbpo pledged US$20,000 and another foundation, CB Facie, has committed US$15,000.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the foundation will travel to The Bahamas to make an assessment of what further assistance it can provide.</p>\n<!-- /wp:paragraph -->','Itelbpo aims to raise US$100,000 for hurricane victims in The Bahamas','','publish','open','closed','','itelbpo-aims-to-raise-us100000-for-hurricane-victims-in-the-bahamas','','','2019-09-14 17:25:43','2019-09-14 22:25:43','',0,'https://buzz-caribbean.com/?p=9131',0,'post','',0),(9132,4,'2019-09-14 16:55:25','2019-09-14 21:55:25','<!-- wp:paragraph -->\n<p> Newly launched 4Ys Foundation, the charitable arm of itelbpo, has raised US $60,000 to assist&nbsp; people in The Bahamas, including team members, who have been devastated by Hurricane Dorian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the inaugural itelFest, founding chairman and chief executive officer, Yoni Epstein, who was very emotional as he spoke about being kept abreast about the experiences of team members in The Bahamas, said while the disaster was on its way the company immediately kicked into gear and started planning it\'s hurricane response.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"One hundred and sixty eight employees made it through with varying degrees of loss from Hurricane Dorian and immediately we established through the foundation, all hearts all hands on deck, our GoFundMe account and have raised US$20,000,\"  he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Through the sale of T-shirts, we\'ve raised another US$5000,\" Epstein added.<br>Additionally he said the itelbpo has pledged US $20,000 and another foundation, CB Facie, has commuted US $15,000.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The funds collected will be used to purchase priority items including food, baby formula and tarpaulin and will be given to affected residents in the island as soon as the foundation&nbsp; is allowed into the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Noting that the Foundation is aiming to raise at least US $100,000 Epstein said the foundation after travelling to the island will see how it can provide further assistance.</p>\n<!-- /wp:paragraph -->','Itelbpo looks to raise US$100,000 for hurricane victims in The Bahamas','','inherit','closed','closed','','9131-revision-v1','','','2019-09-14 16:55:25','2019-09-14 21:55:25','',9131,'https://buzz-caribbean.com/article/9131-revision-v1/',0,'revision','',0),(9133,4,'2019-09-14 17:02:14','2019-09-14 22:02:14','<!-- wp:paragraph -->\n<p>Newly launched 4Ys Foundation, the charitable arm of itelbpo, is looking to raise US100,000 to assist Hurricane Dorian victims in The Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The foundation has already raised US$60,000 to assist victims in The Bahamas, which include staff members living there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>itelbpo chairman Yoni Epstein, made the disclosure about the US$100,000 Saturday (Sept 14), during the  Speaking at the inaugural itelFest, founding chairman and chief executive officer, Yoni Epstein, who was very emotional as he spoke about being kept abreast about the experiences of team members in The Bahamas, said while the disaster was on its way the company immediately kicked into gear and started planning it\'s hurricane response.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"One hundred and sixty eight employees made it through with varying degrees of loss from Hurricane Dorian and immediately we established through the foundation, all hearts all hands on deck, our GoFundMe account and have raised US$20,000,\"  he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Through the sale of T-shirts, we\'ve raised another US$5000,\" Epstein added.<br>Additionally he said the itelbpo has pledged US $20,000 and another foundation, CB Facie, has commuted US $15,000.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The funds collected will be used to purchase priority items including food, baby formula and tarpaulin and will be given to affected residents in the island as soon as the foundation&nbsp; is allowed into the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Noting that the Foundation is aiming to raise at least US $100,000 Epstein said the foundation after travelling to the island will see how it can provide further assistance.</p>\n<!-- /wp:paragraph -->','Itelbpo aims to raise US$100,000 for hurricane victims in The Bahamas','','inherit','closed','closed','','9131-revision-v1','','','2019-09-14 17:02:14','2019-09-14 22:02:14','',9131,'https://buzz-caribbean.com/article/9131-revision-v1/',0,'revision','',0),(9136,4,'2019-09-14 17:17:20','2019-09-14 22:17:20','','bahamas-residents-outside-shelter','','inherit','open','closed','','bahamas-residents-outside-shelter','','','2019-09-14 17:17:20','2019-09-14 22:17:20','',9131,'https://buzz-caribbean.com/app/uploads/2019/09/bahamas-residents-outside-shelter.jpg',0,'attachment','image/jpeg',0),(9137,14,'2019-09-14 17:23:45','2019-09-14 22:23:45','','Festival Queen School Visit Buzz 7','','inherit','open','closed','','festival-queen-school-visit-buzz-7','','','2019-09-14 17:23:45','2019-09-14 22:23:45','',8867,'https://buzz-caribbean.com/app/uploads/2019/09/festival-queen-school-visit-buzz-7.jpg',0,'attachment','image/jpeg',0),(9138,14,'2019-09-14 17:23:50','2019-09-14 22:23:50','','Festival Queen School Visit Buzz 6','','inherit','open','closed','','festival-queen-school-visit-buzz-6','','','2019-09-14 17:23:50','2019-09-14 22:23:50','',8867,'https://buzz-caribbean.com/app/uploads/2019/09/festival-queen-school-visit-buzz-6.jpg',0,'attachment','image/jpeg',0),(9139,14,'2019-09-14 17:23:54','2019-09-14 22:23:54','','Festival Queen School Visit Buzz 5','','inherit','open','closed','','festival-queen-school-visit-buzz-5','','','2019-09-14 17:23:54','2019-09-14 22:23:54','',8867,'https://buzz-caribbean.com/app/uploads/2019/09/festival-queen-school-visit-buzz-5.jpg',0,'attachment','image/jpeg',0),(9140,14,'2019-09-14 17:23:57','2019-09-14 22:23:57','','Festival Queen School Visit Buzz 4','','inherit','open','closed','','festival-queen-school-visit-buzz-4','','','2019-09-14 17:23:57','2019-09-14 22:23:57','',8867,'https://buzz-caribbean.com/app/uploads/2019/09/festival-queen-school-visit-buzz-4.jpg',0,'attachment','image/jpeg',0),(9141,14,'2019-09-14 17:24:00','2019-09-14 22:24:00','','Festival Queen School Visit Buzz 3','','inherit','open','closed','','festival-queen-school-visit-buzz-3','','','2019-09-14 17:24:00','2019-09-14 22:24:00','',8867,'https://buzz-caribbean.com/app/uploads/2019/09/festival-queen-school-visit-buzz-3.jpg',0,'attachment','image/jpeg',0),(9142,14,'2019-09-14 17:24:03','2019-09-14 22:24:03','','Festival Queen School Visit Buzz 2','','inherit','open','closed','','festival-queen-school-visit-buzz-2','','','2019-09-14 17:24:03','2019-09-14 22:24:03','',8867,'https://buzz-caribbean.com/app/uploads/2019/09/festival-queen-school-visit-buzz-2.jpg',0,'attachment','image/jpeg',0),(9143,14,'2019-09-14 17:24:06','2019-09-14 22:24:06','','Festival Queen School Visit Buzz 1','','inherit','open','closed','','festival-queen-school-visit-buzz-1','','','2019-09-14 17:24:06','2019-09-14 22:24:06','',8867,'https://buzz-caribbean.com/app/uploads/2019/09/festival-queen-school-visit-buzz-1.jpg',0,'attachment','image/jpeg',0),(9144,14,'2019-09-14 17:24:51','2019-09-14 22:24:51','','festival-queen-school-visit-buzz-3-1','','inherit','open','closed','','festival-queen-school-visit-buzz-3-1','','','2019-09-14 17:24:51','2019-09-14 22:24:51','',8867,'https://buzz-caribbean.com/app/uploads/2019/09/festival-queen-school-visit-buzz-3-1.jpg',0,'attachment','image/jpeg',0),(9145,14,'2019-09-14 17:25:13','2019-09-14 22:25:13','','festival-queen-school-visit-buzz-5-1','','inherit','open','closed','','festival-queen-school-visit-buzz-5-1','','','2019-09-14 17:25:13','2019-09-14 22:25:13','',8867,'https://buzz-caribbean.com/app/uploads/2019/09/festival-queen-school-visit-buzz-5-1.jpg',0,'attachment','image/jpeg',0),(9146,14,'2019-09-14 17:25:28','2019-09-14 22:25:28','','festival-queen-school-visit-buzz-3-2','','inherit','open','closed','','festival-queen-school-visit-buzz-3-2','','','2019-09-14 17:25:28','2019-09-14 22:25:28','',8867,'https://buzz-caribbean.com/app/uploads/2019/09/festival-queen-school-visit-buzz-3-2.jpg',0,'attachment','image/jpeg',0),(9147,4,'2019-09-14 17:25:42','2019-09-14 22:25:42','<!-- wp:image {\"id\":9136} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bahamas-residents-outside-shelter-1024x681.jpg\" alt=\"\" class=\"wp-image-9136\" /><figcaption>Residents affected by Hurricane Dorian in The Bahamas outside a shelter.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Newly launched 4Ys Foundation, the charitable arm of itelbpo, is looking to raise US100,000 to assist Hurricane Dorian victims in The Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The foundation has already raised US$60,000 to assist the victims, which include staff members.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Itelbpo Chairman Yoni Epstein made the disclosure about the US$100,000 target Saturday (Sept 14), during the inaugural itelFest in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"One hundred and sixty-eight employees made it through with varying degrees of loss from Hurricane Dorian and immediately we established through the foundation... our GoFundMe account and have raised US$20,000. Through the sale of T-shirts, we\'ve raised another US$5000,\" Epstein added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9127} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/yoni-epstein-miss-kitty-1024x683.jpg\" alt=\"\" class=\"wp-image-9127\" /><figcaption>Yoni Epstein addressing the itelFest in Kingston on Saturday (Sept 14).</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He said that itelbpo pledged US$20,000 and another foundation, CB Facie, has committed US$15,000.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the foundation will travel to The Bahamas to make an assessment of what further assistance it can provide.</p>\n<!-- /wp:paragraph -->','Itelbpo aims to raise US$100,000 for hurricane victims in The Bahamas','','inherit','closed','closed','','9131-revision-v1','','','2019-09-14 17:25:42','2019-09-14 22:25:42','',9131,'https://buzz-caribbean.com/article/9131-revision-v1/',0,'revision','',0),(9148,14,'2019-09-14 17:25:44','2019-09-14 22:25:44','','festival-queen-school-visit-buzz-6-1','','inherit','open','closed','','festival-queen-school-visit-buzz-6-1','','','2019-09-14 17:25:44','2019-09-14 22:25:44','',8867,'https://buzz-caribbean.com/app/uploads/2019/09/festival-queen-school-visit-buzz-6-1.jpg',0,'attachment','image/jpeg',0),(9149,14,'2019-09-14 17:27:50','2019-09-14 22:27:50','<!-- wp:image {\"id\":9142} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/festival-queen-school-visit-buzz-2-1024x683.jpg\" alt=\"\" class=\"wp-image-9142\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kensington Primary, the alma mater of Miss Jamaica Festival Queen Khamara Wright, welcomed her with open arms on Wednesday with a function in the school auditorium.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Students entertained Wright with songs and dances as teachers remembered the St. Catherine title winner during her stay at the institution and her participation in the school\'s choir.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9144} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/festival-queen-school-visit-buzz-3-1-1024x683.jpg\" alt=\"\" class=\"wp-image-9144\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Wright\'s visit to Kensington was included in the Jamaica Cultural Development Commission\'s (JCDC) Homecoming Motorcade, which is held each year in the parish of the winner of the Miss Jamaica Festival Queen competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Principal Christine Hamilton said it was\nspecial to have Wright back at the institution, with the occasions being\nawesome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9145} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/festival-queen-school-visit-buzz-5-1-1024x683.jpg\" alt=\"\" class=\"wp-image-9145\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fitz Jackson, Member of Parliament of South\nSt Catherine, the electoral constituency in which Kensington is located, said\nthat Wright is bright and beautiful. He posited that the fact she instinctively\nremembered Kensington Primary immediately after winning the crown, says a lot\nabout her.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9148} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/festival-queen-school-visit-buzz-6-1-1024x683.jpg\" alt=\"\" class=\"wp-image-9148\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jackson said that the kind of students that\nare moulded at the early education level, produces adults as Wright and he is\nproud that Kensington Primary is fulfilling that national task in building role\nmodels for the country and the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9146} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/festival-queen-school-visit-buzz-3-2-1024x683.jpg\" alt=\"\" class=\"wp-image-9146\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mayor of Portmore Leon Thomas said that is\nhe pleased and thankful that Wright broke the Festival Queen drought for St\nCatherine, which did not win the event for 29 years.</p>\n<!-- /wp:paragraph -->','Festival Queen visits former primary school','','inherit','closed','closed','','8867-revision-v1','','','2019-09-14 17:27:50','2019-09-14 22:27:50','',8867,'https://buzz-caribbean.com/article/8867-revision-v1/',0,'revision','',0),(9150,23,'2019-09-14 17:47:01','2019-09-14 22:47:01','<!-- wp:image {\"id\":9151} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/sandals-all-white-buzz-6-1024x678.jpg\" alt=\"\" class=\"wp-image-9151\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Jamaica Product Exchange (JAPEX) 2019\ntrade show proved to be a huge success for its participants, who racked up\nnumerous contracts with the scores of buyers and travel agents who attended the\nthree-day event at the Montego Bay Convention Centre.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For many, it was not only the successful convergence of visiting buyers with 91 supplier companies, represented by 220 delegates, or the more than 1,000 business appointments which were highlights of the trade show.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9157} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/sandals-all-white-buzz-1-1-1024x678.jpg\" alt=\"\" class=\"wp-image-9157\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Rather, the climax of the event was the\ntraditional Sandals Montego Bay All White Welcome Party – offering visitors the\nopportunity to fully experience the elements of Brand Jamaica, including our\ncuisine, culture and interact with Jamaicans in a casual, relaxed setting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9160} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/sandals-all-white-buzz-4-1-1024x678.jpg\" alt=\"\" class=\"wp-image-9160\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>That party did not disappoint as it\nfeatured a vast array of food and drink – even your local peanut man was there –\nwith reggae, dancehall and hip-hop tunes keeping both tourists and locals dancing\ntogether as visitors tried out the latest Jamaican dance moves, led by\nenthusiastic entertainment coordinators and hostesses who were hired for the\nevening.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9159} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/sandals-all-white-buzz-5-1.jpg\" alt=\"\" class=\"wp-image-9159\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Buyers from Jamaica’s traditional tourism\nmarkets are being joined by their counterparts from India, Luxembourg, Mexico,\nPanama, Peru and Spain for the first time, at this year\'s staging of Jamaica\nProduct Exchange (JAPEX), tourism trade show, at the Montego Bay Convention\nCentre.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9158} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/sandals-all-white-buzz-2-1-1024x678.jpg\" alt=\"\" class=\"wp-image-9158\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hundreds of travel agents from the USA,\nCanada and the Caribbean, as well as a strong local and international media\ncontingent, were in attendance.&nbsp;&nbsp; </p>\n<!-- /wp:paragraph -->','Sandals All White Welcome Party the highlight of JAPEX 2019','','publish','open','closed','','sandals-all-white-welcome-party-the-highlight-of-japex-2019','','','2019-09-14 17:47:02','2019-09-14 22:47:02','',0,'https://buzz-caribbean.com/?p=9150',0,'post','',0),(9151,14,'2019-09-14 17:44:26','2019-09-14 22:44:26','','Sandals All White Buzz 6','','inherit','open','closed','','sandals-all-white-buzz-6','','','2019-09-14 17:44:26','2019-09-14 22:44:26','',9150,'https://buzz-caribbean.com/app/uploads/2019/09/sandals-all-white-buzz-6.jpg',0,'attachment','image/jpeg',0),(9152,14,'2019-09-14 17:44:28','2019-09-14 22:44:28','','Sandals All White Buzz 5','','inherit','open','closed','','sandals-all-white-buzz-5','','','2019-09-14 17:44:28','2019-09-14 22:44:28','',9150,'https://buzz-caribbean.com/app/uploads/2019/09/sandals-all-white-buzz-5.jpg',0,'attachment','image/jpeg',0),(9153,14,'2019-09-14 17:44:30','2019-09-14 22:44:30','','Sandals All White Buzz 4','','inherit','open','closed','','sandals-all-white-buzz-4','','','2019-09-14 17:44:30','2019-09-14 22:44:30','',9150,'https://buzz-caribbean.com/app/uploads/2019/09/sandals-all-white-buzz-4.jpg',0,'attachment','image/jpeg',0),(9154,14,'2019-09-14 17:44:32','2019-09-14 22:44:32','','Sandals All White Buzz 3','','inherit','open','closed','','sandals-all-white-buzz-3','','','2019-09-14 17:44:32','2019-09-14 22:44:32','',9150,'https://buzz-caribbean.com/app/uploads/2019/09/sandals-all-white-buzz-3.jpg',0,'attachment','image/jpeg',0),(9155,14,'2019-09-14 17:44:35','2019-09-14 22:44:35','','Sandals All White Buzz 2','','inherit','open','closed','','sandals-all-white-buzz-2','','','2019-09-14 17:44:35','2019-09-14 22:44:35','',9150,'https://buzz-caribbean.com/app/uploads/2019/09/sandals-all-white-buzz-2.jpg',0,'attachment','image/jpeg',0),(9156,14,'2019-09-14 17:44:38','2019-09-14 22:44:38','','Sandals All White Buzz 1','','inherit','open','closed','','sandals-all-white-buzz-1','','','2019-09-14 17:44:38','2019-09-14 22:44:38','',9150,'https://buzz-caribbean.com/app/uploads/2019/09/sandals-all-white-buzz-1.jpg',0,'attachment','image/jpeg',0),(9157,14,'2019-09-14 17:45:02','2019-09-14 22:45:02','','sandals-all-white-buzz-1-1','','inherit','open','closed','','sandals-all-white-buzz-1-1','','','2019-09-14 17:45:02','2019-09-14 22:45:02','',9150,'https://buzz-caribbean.com/app/uploads/2019/09/sandals-all-white-buzz-1-1.jpg',0,'attachment','image/jpeg',0),(9158,14,'2019-09-14 17:45:22','2019-09-14 22:45:22','','sandals-all-white-buzz-2-1','','inherit','open','closed','','sandals-all-white-buzz-2-1','','','2019-09-14 17:45:22','2019-09-14 22:45:22','',9150,'https://buzz-caribbean.com/app/uploads/2019/09/sandals-all-white-buzz-2-1.jpg',0,'attachment','image/jpeg',0),(9159,14,'2019-09-14 17:45:31','2019-09-14 22:45:31','','sandals-all-white-buzz-5-1','','inherit','open','closed','','sandals-all-white-buzz-5-1','','','2019-09-14 17:45:31','2019-09-14 22:45:31','',9150,'https://buzz-caribbean.com/app/uploads/2019/09/sandals-all-white-buzz-5-1.jpg',0,'attachment','image/jpeg',0),(9160,14,'2019-09-14 17:45:44','2019-09-14 22:45:44','','sandals-all-white-buzz-4-1','','inherit','open','closed','','sandals-all-white-buzz-4-1','','','2019-09-14 17:45:44','2019-09-14 22:45:44','',9150,'https://buzz-caribbean.com/app/uploads/2019/09/sandals-all-white-buzz-4-1.jpg',0,'attachment','image/jpeg',0),(9161,14,'2019-09-14 17:47:01','2019-09-14 22:47:01','<!-- wp:image {\"id\":9151} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/sandals-all-white-buzz-6-1024x678.jpg\" alt=\"\" class=\"wp-image-9151\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Jamaica Product Exchange (JAPEX) 2019\ntrade show proved to be a huge success for its participants, who racked up\nnumerous contracts with the scores of buyers and travel agents who attended the\nthree-day event at the Montego Bay Convention Centre.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For many, it was not only the successful convergence of visiting buyers with 91 supplier companies, represented by 220 delegates, or the more than 1,000 business appointments which were highlights of the trade show.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9157} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/sandals-all-white-buzz-1-1-1024x678.jpg\" alt=\"\" class=\"wp-image-9157\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Rather, the climax of the event was the\ntraditional Sandals Montego Bay All White Welcome Party – offering visitors the\nopportunity to fully experience the elements of Brand Jamaica, including our\ncuisine, culture and interact with Jamaicans in a casual, relaxed setting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9160} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/sandals-all-white-buzz-4-1-1024x678.jpg\" alt=\"\" class=\"wp-image-9160\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>That party did not disappoint as it\nfeatured a vast array of food and drink – even your local peanut man was there –\nwith reggae, dancehall and hip-hop tunes keeping both tourists and locals dancing\ntogether as visitors tried out the latest Jamaican dance moves, led by\nenthusiastic entertainment coordinators and hostesses who were hired for the\nevening.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9159} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/sandals-all-white-buzz-5-1.jpg\" alt=\"\" class=\"wp-image-9159\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Buyers from Jamaica’s traditional tourism\nmarkets are being joined by their counterparts from India, Luxembourg, Mexico,\nPanama, Peru and Spain for the first time, at this year\'s staging of Jamaica\nProduct Exchange (JAPEX), tourism trade show, at the Montego Bay Convention\nCentre.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9158} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/sandals-all-white-buzz-2-1-1024x678.jpg\" alt=\"\" class=\"wp-image-9158\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Hundreds of travel agents from the USA,\nCanada and the Caribbean, as well as a strong local and international media\ncontingent, were in attendance.&nbsp;&nbsp; </p>\n<!-- /wp:paragraph -->','Sandals All White Welcome Party the highlight of JAPEX 2019','','inherit','closed','closed','','9150-revision-v1','','','2019-09-14 17:47:01','2019-09-14 22:47:01','',9150,'https://buzz-caribbean.com/article/9150-revision-v1/',0,'revision','',0),(9162,21,'2019-09-14 18:02:50','2019-09-14 23:02:50','<!-- wp:paragraph -->\n<p>5 years too long: Cult classic Top Boy renewed by Netflix</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9164} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/top-boy-buzz-3-1024x683.png\" alt=\"\" class=\"wp-image-9164\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Top Boy</strong> is back after a 5-year long hiatus. The British series is back grimier with a more hard-hitting storyline. Fans described the series as HBO’s <strong>Power</strong> on steroids.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thanks, are in order for Canadian rapper Drake who networked with <strong>Netflix</strong> for the series’ resurgence. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9165} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/top-boy-buzz-4-1024x683.png\" alt=\"\" class=\"wp-image-9165\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fans can tune in to Netflix which is now\nthe carrier of the 3rd season and they have added season 1 and 2. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Top Boy</strong> gained momentum after its time on UK’s Channel 4, they lasted for two seasons 2011 through to 2013 but was cancelled in 2014. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Drake fell in love with series,\n“@Ashleywalters82 is too incredible!! Everybody on Top Boy gives such\nincredible performances. That show is just too good”, Drake tweeted in 2014. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9166} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/top-boy-buzz-1.png\" alt=\"\" class=\"wp-image-9166\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If your kind of watch is crime and violence, drugs mixed with a little drama all wrapped up in UK street culture, <strong>Top Boy</strong> should be on your list on Netflix.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The full track album list for the series\nwas released by ‘Ovo Sound’ on September 13th, and features a wide array of\nartiste from Grime and Dancehall, of course, the one and only Popcaan had to\nrepresent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The ‘Unruly Boss’ can be spotted at #9 with\na track titled ‘Billions’; that features his protégé quadA.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9163} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/top-boy-buzz-5-1024x1015.png\" alt=\"\" class=\"wp-image-9163\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Other artistes featured on the project are\nNafe Smallz, Headie One, Fredo and more. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Drake himself was at #17 with a bonus track\ntitled ‘Behind Barz’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Drake as now added Executive Producer to\nhis list of titles. The ‘OVO Sound’ founder was in attendance at the UK’s\npremiere on September 4th .</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>‘Top Boy’ is now on streaming on ‘Netflix’.</p>\n<!-- /wp:paragraph -->','','','draft','open','closed','','9162','','','2019-09-14 21:07:40','2019-09-15 02:07:40','',0,'https://buzz-caribbean.com/?p=9162',0,'post','',0),(9163,14,'2019-09-14 17:57:49','2019-09-14 22:57:49','','top-boy-buzz-5','','inherit','open','closed','','top-boy-buzz-5','','','2019-09-14 17:57:49','2019-09-14 22:57:49','',9162,'https://buzz-caribbean.com/app/uploads/2019/09/top-boy-buzz-5.png',0,'attachment','image/png',0),(9164,14,'2019-09-14 17:58:12','2019-09-14 22:58:12','','top-boy-buzz-3','','inherit','open','closed','','top-boy-buzz-3','','','2019-09-14 17:58:12','2019-09-14 22:58:12','',9162,'https://buzz-caribbean.com/app/uploads/2019/09/top-boy-buzz-3.png',0,'attachment','image/png',0),(9165,14,'2019-09-14 17:58:25','2019-09-14 22:58:25','','top-boy-buzz-4','','inherit','open','closed','','top-boy-buzz-4','','','2019-09-14 17:58:25','2019-09-14 22:58:25','',9162,'https://buzz-caribbean.com/app/uploads/2019/09/top-boy-buzz-4.png',0,'attachment','image/png',0),(9166,14,'2019-09-14 18:00:24','2019-09-14 23:00:24','','top-boy-buzz-1','','inherit','open','closed','','top-boy-buzz-1','','','2019-09-14 18:00:24','2019-09-14 23:00:24','',9162,'https://buzz-caribbean.com/app/uploads/2019/09/top-boy-buzz-1.png',0,'attachment','image/png',0),(9167,14,'2019-09-14 18:02:50','2019-09-14 23:02:50','<!-- wp:paragraph -->\n<p>5 years too long: Cult classic Top Boy renewed by Netflix</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9164} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/top-boy-buzz-3-1024x683.png\" alt=\"\" class=\"wp-image-9164\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Top Boy</strong> is back after a 5-year long hiatus. The British series is back grimier with a more hard-hitting storyline. Fans described the series as HBO’s <strong>Power</strong> on steroids. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thanks, are in order for Canadian rapper Drake who networked with <strong>Netflix</strong> for the series’ resurgence. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9165} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/top-boy-buzz-4-1024x683.png\" alt=\"\" class=\"wp-image-9165\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fans can tune in to Netflix which is now\nthe carrier of the 3rd season and they have added season 1 and 2. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Top Boy</strong> gained momentum after its time on UK’s Channel 4, they lasted for two seasons 2011 through to 2013 but was cancelled in 2014. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Drake fell in love with series,\n“@Ashleywalters82 is too incredible!! Everybody on Top Boy gives such\nincredible performances. That show is just too good”, Drake tweeted in 2014. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9166} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/top-boy-buzz-1.png\" alt=\"\" class=\"wp-image-9166\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If your kind of watch is crime and violence, drugs mixed with a little drama all wrapped up in UK street culture, <strong>Top Boy</strong> should be on your list on Netflix. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The full track album list for the series\nwas released by ‘Ovo Sound’ on September 13th, and features a wide array of\nartiste from Grime and Dancehall, of course, the one and only Popcaan had to\nrepresent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The ‘Unruly Boss’ can be spotted at #9 with\na track titled ‘Billions’; that features his protégé quadA.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9163} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/top-boy-buzz-5-1024x1015.png\" alt=\"\" class=\"wp-image-9163\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Other artistes featured on the project are\nNafe Smallz, Headie One, Fredo and more. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Drake himself was at #17 with a bonus track\ntitled ‘Behind Barz’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Drake as now added Executive Producer to\nhis list of titles. The ‘OVO Sound’ founder was in attendance at the UK’s\npremiere on September 4th .</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>‘Top Boy’ is now on streaming on ‘Netflix’.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','9162-revision-v1','','','2019-09-14 18:02:50','2019-09-14 23:02:50','',9162,'https://buzz-caribbean.com/article/9162-revision-v1/',0,'revision','',0),(9168,21,'2019-09-14 18:15:07','2019-09-14 23:15:07','<!-- wp:image {\"id\":9171} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Diane-Carlton-Models-London-African-fashion-week.png\" alt=\"\" class=\"wp-image-9171\" /><figcaption> Three models strut on the runway at African Fashion Week London in Diane Carlton designs. (Photo:  <strong>Simon Deiner/SDR Photo &amp; Lola Grafix Photography</strong>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Caribbean region was well-represented\nat the 9th edition of Africa Fashion Week London (AFWL) with Trinbagonian\nfashion brand, Diane Carlton Style. The annual fashion event, which took place\nat the historic Freemasons’ Hall in August, is Europe’s largest in promoting\nand nurturing African and African-inspired design talent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This year’s affair saw throngs of style\ninfluencers, public officials and some of the most popular designers from the\nAfrican diaspora community in attendance to mix, mingle and celebrate the\nbeauty and vibrancy of Afrocentric contributions to the global fashion scene. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Humbled by the opportunity to showcase for\nthe first time ever in London, Stacy Weekes-Benjamin, Creative Director at\nDiane Carlton said that it was an honour to represent the Caribbean on such a\nwell-respected fashion platform. Ironically, the invitation for AFWL came\nshortly after she was rejected by organizers of an Emancipation Day fashion\nshow in Trinidad, who felt as if her designs were not “African” enough. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9169} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Stacey-Weekes-Benjamin-Creative-Director-1024x683.jpg\" alt=\"\" class=\"wp-image-9169\" /><figcaption> Creative Director at Diane Carlton Caribbean, Stacey Weekes Benjamin (Photo:  <strong>Simon Deiner/SDR Photo &amp; Lola Grafix Photography</strong>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Motivated by one door closing,\nWeekes-Benjamin explained, “This was a moment for me to stay true to my\ncreative point of view, but to also celebrate the global African connection\nthat has certainly influenced so many types of expression both in and outside of\nour culture.” She made the decision to apply to the AFWL showcase after strong\nencouragement from her husband and family and was pleasantly surprised to learn\nthat she was given the nod of approval.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Diane Carlton Style was the only designer\nfrom this region to be officially selected to showcase at this year’s AFWL\nevent, and she wanted to use that opportunity to sell Trinidad and Tobago to\nthose in attendance – including HIH Princess Adewmimo Shijuwade of Nigeria. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9170} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Diane-Carlton-Models-African-Fashion-Week-London-1-1024x661.jpg\" alt=\"\" class=\"wp-image-9170\" /><figcaption> Final Walk: The brand new Diane Carlton resort collection incorporates vibrant, mixed prints in an ode to the Caribbean (Photo:  <strong>Simon Deiner/SDR Photo &amp; Lola Grafix Photography</strong>) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Having the opportunity to promote on such\nan important stage is really a wonderful opportunity. I learned a lot from my\ndebut European runway showcase in Germany last year and I wanted to make sure\nthat I was fully prepared for this event, especially with having such\nprestigious guests present. I spent lots of time putting together this\ncollection – sketching, selecting fabric, preparing samples, the full works.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With all eyes set on next year’s roster of activities, Diane Carlton is already gearing up to return to the AFWL franchise in 2020, along with other new opportunities that have formed as a result of her successful showing a few weeks ago. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<em><strong> Written by Tenille Clarke</strong></em> (@tenilleclarke1 on Instagram/Twitter)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Tenille Clarke is an avid wanderlust,\nCarnivalist and cultural enthusiast who pens about her ongoing love affair with\ntravel, culture and entertainment through a Caribbean lens. She is the\nPrincipal Publicist of Chambers Media Solutions and Managing Director of\nIndustry 360.</em></strong></p>\n<!-- /wp:paragraph -->','Trinbagonian brand, Diane Carlton shines at Africa Fashion Week in London','','publish','open','closed','','trinbagonian-brand-diane-carlton-shines-at-africa-fashion-week-in-london','','','2019-09-16 13:29:46','2019-09-16 18:29:46','',0,'https://buzz-caribbean.com/?p=9168',0,'post','',0),(9169,14,'2019-09-14 18:09:39','2019-09-14 23:09:39','','Stacey Weekes Benjamin Creative Director','','inherit','open','closed','','stacey-weekes-benjamin-creative-director','','','2019-09-14 18:09:39','2019-09-14 23:09:39','',9168,'https://buzz-caribbean.com/app/uploads/2019/09/Stacey-Weekes-Benjamin-Creative-Director.jpg',0,'attachment','image/jpeg',0),(9170,14,'2019-09-14 18:09:41','2019-09-14 23:09:41','','Diane Carlton Models African Fashion Week London 1','','inherit','open','closed','','diane-carlton-models-african-fashion-week-london-1','','','2019-09-14 18:09:41','2019-09-14 23:09:41','',9168,'https://buzz-caribbean.com/app/uploads/2019/09/Diane-Carlton-Models-African-Fashion-Week-London-1.jpg',0,'attachment','image/jpeg',0),(9171,14,'2019-09-14 18:11:23','2019-09-14 23:11:23','','Diane Carlton Models London African Fashion Week','','inherit','open','closed','','diane-carlton-models-london-african-fashion-week','','','2019-09-14 18:11:23','2019-09-14 23:11:23','',9168,'https://buzz-caribbean.com/app/uploads/2019/09/Diane-Carlton-Models-London-African-fashion-week.png',0,'attachment','image/png',0),(9172,14,'2019-09-14 18:15:07','2019-09-14 23:15:07','<!-- wp:image {\"id\":9171} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Diane-Carlton-Models-London-African-fashion-week.png\" alt=\"\" class=\"wp-image-9171\" /><figcaption> Three models strut on the runway at African Fashion Week London in Diane Carlton designs. (Photo:  <strong>Simon Deiner/SDR Photo &amp; Lola Grafix Photography</strong>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Caribbean region was well-represented\nat the 9th edition of Africa Fashion Week London (AFWL) with Trinbagonian\nfashion brand, Diane Carlton Style. The annual fashion event, which took place\nat the historic Freemasons’ Hall in August, is Europe’s largest in promoting\nand nurturing African and African-inspired design talent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This year’s affair saw throngs of style\ninfluencers, public officials and some of the most popular designers from the\nAfrican diaspora community in attendance to mix, mingle and celebrate the\nbeauty and vibrancy of Afrocentric contributions to the global fashion scene. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Humbled by the opportunity to showcase for\nthe first time ever in London, Stacy Weekes-Benjamin, Creative Director at\nDiane Carlton said that it was an honour to represent the Caribbean on such a\nwell-respected fashion platform. Ironically, the invitation for AFWL came\nshortly after she was rejected by organizers of an Emancipation Day fashion\nshow in Trinidad, who felt as if her designs were not “African” enough. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9169} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Stacey-Weekes-Benjamin-Creative-Director-1024x683.jpg\" alt=\"\" class=\"wp-image-9169\" /><figcaption> Creative Director at Diane Carlton Caribbean, Stacey Weekes Benjamin (Photo:  <strong>Simon Deiner/SDR Photo &amp; Lola Grafix Photography</strong>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Motivated by one door closing,\nWeekes-Benjamin explained, “This was a moment for me to stay true to my\ncreative point of view, but to also celebrate the global African connection\nthat has certainly influenced so many types of expression both in and outside of\nour culture.” She made the decision to apply to the AFWL showcase after strong\nencouragement from her husband and family and was pleasantly surprised to learn\nthat she was given the nod of approval.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Diane Carlton Style was the only designer\nfrom this region to be officially selected to showcase at this year’s AFWL\nevent, and she wanted to use that opportunity to sell Trinidad and Tobago to\nthose in attendance – including HIH Princess Adewmimo Shijuwade of Nigeria. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9170} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Diane-Carlton-Models-African-Fashion-Week-London-1-1024x661.jpg\" alt=\"\" class=\"wp-image-9170\" /><figcaption> Final Walk: The brand new Diane Carlton resort collection incorporates vibrant, mixed prints in an ode to the Caribbean (Photo:  <strong>Simon Deiner/SDR Photo &amp; Lola Grafix Photography</strong>) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Having the opportunity to promote on such\nan important stage is really a wonderful opportunity. I learned a lot from my\ndebut European runway showcase in Germany last year and I wanted to make sure\nthat I was fully prepared for this event, especially with having such\nprestigious guests present. I spent lots of time putting together this\ncollection – sketching, selecting fabric, preparing samples, the full works.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With all eyes set on next year’s roster of activities, Diane Carlton is already gearing up to return to the AFWL franchise in 2020, along with other new opportunities that have formed as a result of her successful showing a few weeks ago. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> — <strong>Story by Tenille Clarke</strong></p>\n<!-- /wp:paragraph -->','Trinbagonian brand, Diane Carlton shines at Africa Fashion Week in London','','inherit','closed','closed','','9168-revision-v1','','','2019-09-14 18:15:07','2019-09-14 23:15:07','',9168,'https://buzz-caribbean.com/article/9168-revision-v1/',0,'revision','',0),(9173,23,'2019-09-14 20:54:43','2019-09-15 01:54:43','<!-- wp:image {\"id\":9175} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/georges-ardenne-manning-1024x761.jpg\" alt=\"\" class=\"wp-image-9175\" /><figcaption>Jaheim Brown of St George\'s College scores against Ardenne High.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>St George’s College put in a stellar second-half performance to overrun Ardenne High 4-1 in their ISSA/Digicel Manning Cup match at Ardenne on Saturday (Sept 14).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ardenne matched St George’s for most of the first half and\ntook the lead through a 30<sup>th</sup> minute penalty from Richard\nMontrichard, which was cancelled by Tahj Hylton in the 40<sup>th</sup> minute,\nbefore goals by Jaheim Brown in the 50<sup>th</sup>, substitute Kwame\nRichardson in the 63<sup>rd</sup> and Nathaniel Campbell in the 79<sup>th</sup>\ngave St George’s all three points.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ardenne, coached by Paul Whylie, paid for their first-half\nexploits in the second stanza, as the fitter St George’s ran them ragged to\ncome away with the easy win.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[9176,9177,9181,9182,9183,9184,9185,9186,9187]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ardenne-georges-manning-cup-1024x683.jpg\" alt=\"\" data-id=\"9176\" data-link=\"https://buzz-caribbean.com/?attachment_id=9176\" class=\"wp-image-9176\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/georges-ardenne34-1024x683.jpg\" alt=\"\" data-id=\"9177\" data-link=\"https://buzz-caribbean.com/?attachment_id=9177\" class=\"wp-image-9177\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/neville-bell-georges-coach-1-1024x683.jpg\" alt=\"\" data-id=\"9181\" data-link=\"https://buzz-caribbean.com/?attachment_id=9181\" class=\"wp-image-9181\" /><figcaption>George\'s coach Neville</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/paul-whylie-ardennes-manning-cup-coach-1-1024x683.jpg\" alt=\"\" data-id=\"9182\" data-link=\"https://buzz-caribbean.com/?attachment_id=9182\" class=\"wp-image-9182\" /><figcaption>Ardenne\'s coach Paul Whylie shouts instructions at his players.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/st-georges-ardenne-manning-cup-1024x683.jpg\" alt=\"\" data-id=\"9183\" data-link=\"https://buzz-caribbean.com/?attachment_id=9183\" class=\"wp-image-9183\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/st-georges-ardenne-manning-cup2-1024x683.jpg\" alt=\"\" data-id=\"9184\" data-link=\"https://buzz-caribbean.com/?attachment_id=9184\" class=\"wp-image-9184\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ardennes-bench-1024x683.jpg\" alt=\"\" data-id=\"9185\" data-link=\"https://buzz-caribbean.com/?attachment_id=9185\" class=\"wp-image-9185\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/st-georges-ardenne-manning-cup4-1024x683.jpg\" alt=\"\" data-id=\"9186\" data-link=\"https://buzz-caribbean.com/?attachment_id=9186\" class=\"wp-image-9186\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/st-georges-ardenne-manning-cup3-1024x683.jpg\" alt=\"\" data-id=\"9187\" data-link=\"https://buzz-caribbean.com/?attachment_id=9187\" class=\"wp-image-9187\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The victory carries St George’s to six points as they\nseparated themselves from Ardenne, who they started the match tied on points\nwith.</p>\n<!-- /wp:paragraph -->','George’s rally to beat Ardenne 4-1 in Manning Cup','','publish','open','closed','','georges-rally-to-beat-ardenne-4-1-in-manning-cup','','','2019-09-14 21:00:19','2019-09-15 02:00:19','',0,'https://buzz-caribbean.com/?p=9173',0,'post','',0),(9174,4,'2019-09-14 20:13:31','2019-09-15 01:13:31','<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>St George’s College put in a stellar second-half performance\nto overrun Ardenne High 4-1 in their ISSA/Digicel Manning Cup match at Ardenne\non Saturday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ardenne matched St George’s for most of the first half and\ntook the lead through a 30<sup>th</sup> minute penalty from Richard\nMontrichard, which was cancelled by Tahj Hylton in the 40<sup>th</sup> minute,\nbefore goals by Jaheim Brown in the 50<sup>th</sup>, substitute Kwame\nRichardson in the 63<sup>rd</sup> and Nathaniel Campbell in the 79<sup>th</sup>\ngave St George’s all three points.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ardenne, coached by Paul Whylie, paid for their first-half\nexploits in the second stanza, as the fitter St George’s ran them ragged to\ncome away with the easy win.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The victory carries St George’s to six points as they\nseparated themselves from Ardenne, who they started the match tied on points\nwith.</p>\n<!-- /wp:paragraph -->','George’s rally to beat Ardenne 4-1 in Manning Cup','','inherit','closed','closed','','9173-revision-v1','','','2019-09-14 20:13:31','2019-09-15 01:13:31','',9173,'https://buzz-caribbean.com/article/9173-revision-v1/',0,'revision','',0),(9175,4,'2019-09-14 20:31:49','2019-09-15 01:31:49','','georges-ardenne-manning','','inherit','open','closed','','georges-ardenne-manning','','','2019-09-14 20:31:49','2019-09-15 01:31:49','',9173,'https://buzz-caribbean.com/app/uploads/2019/09/georges-ardenne-manning.jpg',0,'attachment','image/jpeg',0),(9176,4,'2019-09-14 20:33:16','2019-09-15 01:33:16','','ardenne-georges-manning-cup','','inherit','open','closed','','ardenne-georges-manning-cup','','','2019-09-14 20:33:16','2019-09-15 01:33:16','',9173,'https://buzz-caribbean.com/app/uploads/2019/09/ardenne-georges-manning-cup.jpg',0,'attachment','image/jpeg',0),(9177,4,'2019-09-14 20:33:42','2019-09-15 01:33:42','','georges-ardenne34','','inherit','open','closed','','georges-ardenne34','','','2019-09-14 20:33:42','2019-09-15 01:33:42','',9173,'https://buzz-caribbean.com/app/uploads/2019/09/georges-ardenne34.jpg',0,'attachment','image/jpeg',0),(9178,4,'2019-09-14 20:33:46','2019-09-15 01:33:46','','georges-ardenne-manning-1','','inherit','open','closed','','georges-ardenne-manning-1','','','2019-09-14 20:33:46','2019-09-15 01:33:46','',9173,'https://buzz-caribbean.com/app/uploads/2019/09/georges-ardenne-manning-1.jpg',0,'attachment','image/jpeg',0),(9179,4,'2019-09-14 20:33:57','2019-09-15 01:33:57','','neville-bell-georges-coach','','inherit','open','closed','','neville-bell-georges-coach','','','2019-09-14 20:33:57','2019-09-15 01:33:57','',9173,'https://buzz-caribbean.com/app/uploads/2019/09/neville-bell-georges-coach.jpg',0,'attachment','image/jpeg',0),(9180,4,'2019-09-14 20:33:59','2019-09-15 01:33:59','','paul-whylie-ardennes-manning-cup-coach','','inherit','open','closed','','paul-whylie-ardennes-manning-cup-coach','','','2019-09-14 20:33:59','2019-09-15 01:33:59','',9173,'https://buzz-caribbean.com/app/uploads/2019/09/paul-whylie-ardennes-manning-cup-coach.jpg',0,'attachment','image/jpeg',0),(9181,4,'2019-09-14 20:34:41','2019-09-15 01:34:41','','neville-bell-georges-coach-1','','inherit','open','closed','','neville-bell-georges-coach-1','','','2019-09-14 20:34:41','2019-09-15 01:34:41','',9173,'https://buzz-caribbean.com/app/uploads/2019/09/neville-bell-georges-coach-1.jpg',0,'attachment','image/jpeg',0),(9182,4,'2019-09-14 20:34:45','2019-09-15 01:34:45','','paul-whylie-ardennes-manning-cup-coach-1','','inherit','open','closed','','paul-whylie-ardennes-manning-cup-coach-1','','','2019-09-14 20:34:45','2019-09-15 01:34:45','',9173,'https://buzz-caribbean.com/app/uploads/2019/09/paul-whylie-ardennes-manning-cup-coach-1.jpg',0,'attachment','image/jpeg',0),(9183,4,'2019-09-14 20:34:51','2019-09-15 01:34:51','','st-georges-ardenne-manning-cup','','inherit','open','closed','','st-georges-ardenne-manning-cup','','','2019-09-14 20:34:51','2019-09-15 01:34:51','',9173,'https://buzz-caribbean.com/app/uploads/2019/09/st-georges-ardenne-manning-cup.jpg',0,'attachment','image/jpeg',0),(9184,4,'2019-09-14 20:35:00','2019-09-15 01:35:00','','st-georges-ardenne-manning-cup2','','inherit','open','closed','','st-georges-ardenne-manning-cup2','','','2019-09-14 20:35:00','2019-09-15 01:35:00','',9173,'https://buzz-caribbean.com/app/uploads/2019/09/st-georges-ardenne-manning-cup2.jpg',0,'attachment','image/jpeg',0),(9185,4,'2019-09-14 20:35:03','2019-09-15 01:35:03','','ardennes-bench','','inherit','open','closed','','ardennes-bench','','','2019-09-14 20:35:03','2019-09-15 01:35:03','',9173,'https://buzz-caribbean.com/app/uploads/2019/09/ardennes-bench.jpg',0,'attachment','image/jpeg',0),(9186,4,'2019-09-14 20:35:07','2019-09-15 01:35:07','','st-georges-ardenne-manning-cup4','','inherit','open','closed','','st-georges-ardenne-manning-cup4','','','2019-09-14 20:35:07','2019-09-15 01:35:07','',9173,'https://buzz-caribbean.com/app/uploads/2019/09/st-georges-ardenne-manning-cup4.jpg',0,'attachment','image/jpeg',0),(9187,4,'2019-09-14 20:35:20','2019-09-15 01:35:20','','st-georges-ardenne-manning-cup3','','inherit','open','closed','','st-georges-ardenne-manning-cup3','','','2019-09-14 20:35:20','2019-09-15 01:35:20','',9173,'https://buzz-caribbean.com/app/uploads/2019/09/st-georges-ardenne-manning-cup3.jpg',0,'attachment','image/jpeg',0),(9188,4,'2019-09-14 20:47:02','2019-09-15 01:47:02','<!-- wp:image {\"id\":9175} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/georges-ardenne-manning-1024x761.jpg\" alt=\"\" class=\"wp-image-9175\" /><figcaption>Jaheim Brown of St George\'s College scores against Ardenne High.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>St George’s College put in a stellar second-half performance\nto overrun Ardenne High 4-1 in their ISSA/Digicel Manning Cup match at Ardenne\non Saturday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ardenne matched St George’s for most of the first half and\ntook the lead through a 30<sup>th</sup> minute penalty from Richard\nMontrichard, which was cancelled by Tahj Hylton in the 40<sup>th</sup> minute,\nbefore goals by Jaheim Brown in the 50<sup>th</sup>, substitute Kwame\nRichardson in the 63<sup>rd</sup> and Nathaniel Campbell in the 79<sup>th</sup>\ngave St George’s all three points.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ardenne, coached by Paul Whylie, paid for their first-half\nexploits in the second stanza, as the fitter St George’s ran them ragged to\ncome away with the easy win.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[9176,9177,9181,9182,9183,9184,9185,9186,9187]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ardenne-georges-manning-cup-1024x683.jpg\" alt=\"\" data-id=\"9176\" data-link=\"https://buzz-caribbean.com/?attachment_id=9176\" class=\"wp-image-9176\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/georges-ardenne34-1024x683.jpg\" alt=\"\" data-id=\"9177\" data-link=\"https://buzz-caribbean.com/?attachment_id=9177\" class=\"wp-image-9177\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/neville-bell-georges-coach-1-1024x683.jpg\" alt=\"\" data-id=\"9181\" data-link=\"https://buzz-caribbean.com/?attachment_id=9181\" class=\"wp-image-9181\" /><figcaption>George\'s coach Neville</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/paul-whylie-ardennes-manning-cup-coach-1-1024x683.jpg\" alt=\"\" data-id=\"9182\" data-link=\"https://buzz-caribbean.com/?attachment_id=9182\" class=\"wp-image-9182\" /><figcaption>Ardenne\'s coach Paul Whylie shouts instructions at his players.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/st-georges-ardenne-manning-cup-1024x683.jpg\" alt=\"\" data-id=\"9183\" data-link=\"https://buzz-caribbean.com/?attachment_id=9183\" class=\"wp-image-9183\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/st-georges-ardenne-manning-cup2-1024x683.jpg\" alt=\"\" data-id=\"9184\" data-link=\"https://buzz-caribbean.com/?attachment_id=9184\" class=\"wp-image-9184\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ardennes-bench-1024x683.jpg\" alt=\"\" data-id=\"9185\" data-link=\"https://buzz-caribbean.com/?attachment_id=9185\" class=\"wp-image-9185\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/st-georges-ardenne-manning-cup4-1024x683.jpg\" alt=\"\" data-id=\"9186\" data-link=\"https://buzz-caribbean.com/?attachment_id=9186\" class=\"wp-image-9186\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/st-georges-ardenne-manning-cup3-1024x683.jpg\" alt=\"\" data-id=\"9187\" data-link=\"https://buzz-caribbean.com/?attachment_id=9187\" class=\"wp-image-9187\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The victory carries St George’s to six points as they\nseparated themselves from Ardenne, who they started the match tied on points\nwith.</p>\n<!-- /wp:paragraph -->','George’s rally to beat Ardenne 4-1 in Manning Cup','','inherit','closed','closed','','9173-revision-v1','','','2019-09-14 20:47:02','2019-09-15 01:47:02','',9173,'https://buzz-caribbean.com/article/9173-revision-v1/',0,'revision','',0),(9189,4,'2019-09-14 20:48:20','2019-09-15 01:48:20','<!-- wp:paragraph -->\n<p>Tennis megastar Serena Williams is among the celebrities who have stepped up to the plate to help with the recovery efforts in The Bahamas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9036} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/serena-williams-1.jpg\" alt=\"\" class=\"wp-image-9036\" /><figcaption>Serena Williams in New Providence Church along with a volunteer. (Photo: The Bahamas Press) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Williams is now in The Grand Bahama Island to make her contribution to the relief effort to Hurricane Dorian victims.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Bahamas Press, she turned up at the New Providence Community Church on Friday, where many of the hurricane victims are being housed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Persons took to Facebook and other social media platforms to praise the tennis star. “God bless you Serena and everyone all over the world who take the time out to help the Bahamas in this our time of need we really appreciate the contribution and support at this time,” Ida Bain said on Facebook.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bahamian Amy Nestor wrote: “Thank you Serena, a great person on and off the court. More celebrities worldwide need to step up and help.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Williams joins another sporting celebrity, champion golfer Tiger Woods who has teamed up with Grammy-winning singer Justin Timberlake to assist the hurricane-ravaged archipelago.According to CNN reports, Woods and Timberlake are helping to establish the one Bahamas Fund to provide aid and relief as well as enhance the recovery and rebuilding efforts.</p>\n<!-- /wp:paragraph -->','Tennis star Serena Williams visits hurricane hit areas of The Bahamas','','inherit','closed','closed','','9028-revision-v1','','','2019-09-14 20:48:20','2019-09-15 01:48:20','',9028,'https://buzz-caribbean.com/article/9028-revision-v1/',0,'revision','',0),(9191,4,'2019-09-14 20:54:43','2019-09-15 01:54:43','<!-- wp:image {\"id\":9175} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/georges-ardenne-manning-1024x761.jpg\" alt=\"\" class=\"wp-image-9175\" /><figcaption>Jaheim Brown of St George\'s College scores against Ardenne High.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>St George’s College put in a stellar second-half performance to overrun Ardenne High 4-1 in their ISSA/Digicel Manning Cup match at Ardenne on Saturday (Sept 14).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ardenne matched St George’s for most of the first half and\ntook the lead through a 30<sup>th</sup> minute penalty from Richard\nMontrichard, which was cancelled by Tahj Hylton in the 40<sup>th</sup> minute,\nbefore goals by Jaheim Brown in the 50<sup>th</sup>, substitute Kwame\nRichardson in the 63<sup>rd</sup> and Nathaniel Campbell in the 79<sup>th</sup>\ngave St George’s all three points.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ardenne, coached by Paul Whylie, paid for their first-half\nexploits in the second stanza, as the fitter St George’s ran them ragged to\ncome away with the easy win.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[9176,9177,9181,9182,9183,9184,9185,9186,9187]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ardenne-georges-manning-cup-1024x683.jpg\" alt=\"\" data-id=\"9176\" data-link=\"https://buzz-caribbean.com/?attachment_id=9176\" class=\"wp-image-9176\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/georges-ardenne34-1024x683.jpg\" alt=\"\" data-id=\"9177\" data-link=\"https://buzz-caribbean.com/?attachment_id=9177\" class=\"wp-image-9177\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/neville-bell-georges-coach-1-1024x683.jpg\" alt=\"\" data-id=\"9181\" data-link=\"https://buzz-caribbean.com/?attachment_id=9181\" class=\"wp-image-9181\" /><figcaption>George\'s coach Neville</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/paul-whylie-ardennes-manning-cup-coach-1-1024x683.jpg\" alt=\"\" data-id=\"9182\" data-link=\"https://buzz-caribbean.com/?attachment_id=9182\" class=\"wp-image-9182\" /><figcaption>Ardenne\'s coach Paul Whylie shouts instructions at his players.</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/st-georges-ardenne-manning-cup-1024x683.jpg\" alt=\"\" data-id=\"9183\" data-link=\"https://buzz-caribbean.com/?attachment_id=9183\" class=\"wp-image-9183\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/st-georges-ardenne-manning-cup2-1024x683.jpg\" alt=\"\" data-id=\"9184\" data-link=\"https://buzz-caribbean.com/?attachment_id=9184\" class=\"wp-image-9184\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ardennes-bench-1024x683.jpg\" alt=\"\" data-id=\"9185\" data-link=\"https://buzz-caribbean.com/?attachment_id=9185\" class=\"wp-image-9185\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/st-georges-ardenne-manning-cup4-1024x683.jpg\" alt=\"\" data-id=\"9186\" data-link=\"https://buzz-caribbean.com/?attachment_id=9186\" class=\"wp-image-9186\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/st-georges-ardenne-manning-cup3-1024x683.jpg\" alt=\"\" data-id=\"9187\" data-link=\"https://buzz-caribbean.com/?attachment_id=9187\" class=\"wp-image-9187\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The victory carries St George’s to six points as they\nseparated themselves from Ardenne, who they started the match tied on points\nwith.</p>\n<!-- /wp:paragraph -->','George’s rally to beat Ardenne 4-1 in Manning Cup','','inherit','closed','closed','','9173-revision-v1','','','2019-09-14 20:54:43','2019-09-15 01:54:43','',9173,'https://buzz-caribbean.com/article/9173-revision-v1/',0,'revision','',0),(9192,4,'2019-09-14 21:07:40','2019-09-15 02:07:40','<!-- wp:paragraph -->\n<p>5 years too long: Cult classic Top Boy renewed by Netflix</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9164} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/top-boy-buzz-3-1024x683.png\" alt=\"\" class=\"wp-image-9164\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Top Boy</strong> is back after a 5-year long hiatus. The British series is back grimier with a more hard-hitting storyline. Fans described the series as HBO’s <strong>Power</strong> on steroids.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thanks, are in order for Canadian rapper Drake who networked with <strong>Netflix</strong> for the series’ resurgence. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9165} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/top-boy-buzz-4-1024x683.png\" alt=\"\" class=\"wp-image-9165\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fans can tune in to Netflix which is now\nthe carrier of the 3rd season and they have added season 1 and 2. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Top Boy</strong> gained momentum after its time on UK’s Channel 4, they lasted for two seasons 2011 through to 2013 but was cancelled in 2014. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Drake fell in love with series,\n“@Ashleywalters82 is too incredible!! Everybody on Top Boy gives such\nincredible performances. That show is just too good”, Drake tweeted in 2014. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9166} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/top-boy-buzz-1.png\" alt=\"\" class=\"wp-image-9166\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If your kind of watch is crime and violence, drugs mixed with a little drama all wrapped up in UK street culture, <strong>Top Boy</strong> should be on your list on Netflix.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The full track album list for the series\nwas released by ‘Ovo Sound’ on September 13th, and features a wide array of\nartiste from Grime and Dancehall, of course, the one and only Popcaan had to\nrepresent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The ‘Unruly Boss’ can be spotted at #9 with\na track titled ‘Billions’; that features his protégé quadA.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9163} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/top-boy-buzz-5-1024x1015.png\" alt=\"\" class=\"wp-image-9163\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Other artistes featured on the project are\nNafe Smallz, Headie One, Fredo and more. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Drake himself was at #17 with a bonus track\ntitled ‘Behind Barz’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Drake as now added Executive Producer to\nhis list of titles. The ‘OVO Sound’ founder was in attendance at the UK’s\npremiere on September 4th .</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>‘Top Boy’ is now on streaming on ‘Netflix’.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','9162-revision-v1','','','2019-09-14 21:07:40','2019-09-15 02:07:40','',9162,'https://buzz-caribbean.com/article/9162-revision-v1/',0,'revision','',0),(9193,21,'2019-09-15 07:05:37','2019-09-15 12:05:37','<!-- wp:image {\"id\":8689} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/olivia-Babsy-grange-1024x683.jpg\" alt=\"\" class=\"wp-image-8689\" /><figcaption>Minister Olivia \'Babsy\' Grange</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many people have been complaining about the\nneed to settle the Noise Abatement issues, and some have even suggested that\nsuccessive governments have been dragging their feet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But, Minister of Culture, Gender,\nEntertainment and Sport, Olivia “Babsy” Grange says those comments are\nprimarily due to a lack of understanding of the complexity of the process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9194} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/speakers-Buzz-Caribbean-1024x682.jpg\" alt=\"\" class=\"wp-image-9194\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For\nexample, arriving at changes to the Noise Amendment Act which governs night\n(and day) noises would have to go through, primarily, the Ministry of\nEntertainment, as well as the Local Government authorities which are\nresponsible for town planning and the Ministry of National Security whose duty\nit will become to enforce the regulations and finally to the Legislative\nCommittee of the Cabinet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In\nthe meantime, the Minister says that she has already sent a brief containing\nher ministry’s proposals to the Ministry of National Security for consideration\nand presentation to the cabinet.</p>\n<!-- /wp:paragraph -->','“Babsy” Says Her Ministry Has Made Proposals on Changes to the Noise Abatement Act','','publish','open','closed','','babsy-says-her-ministry-has-made-proposals-on-changes-to-the-noise-abatement-act','','','2019-09-15 07:05:38','2019-09-15 12:05:38','',0,'https://buzz-caribbean.com/?p=9193',0,'post','',0),(9194,11,'2019-09-15 07:02:48','2019-09-15 12:02:48','','speakers-Buzz-Caribbean','','inherit','open','closed','','speakers-buzz-caribbean','','','2019-09-15 07:02:48','2019-09-15 12:02:48','',9193,'https://buzz-caribbean.com/app/uploads/2019/09/speakers-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(9195,11,'2019-09-15 07:05:37','2019-09-15 12:05:37','<!-- wp:image {\"id\":8689} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/olivia-Babsy-grange-1024x683.jpg\" alt=\"\" class=\"wp-image-8689\" /><figcaption>Minister Olivia \'Babsy\' Grange</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many people have been complaining about the\nneed to settle the Noise Abatement issues, and some have even suggested that\nsuccessive governments have been dragging their feet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But, Minister of Culture, Gender,\nEntertainment and Sport, Olivia “Babsy” Grange says those comments are\nprimarily due to a lack of understanding of the complexity of the process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9194} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/speakers-Buzz-Caribbean-1024x682.jpg\" alt=\"\" class=\"wp-image-9194\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For\nexample, arriving at changes to the Noise Amendment Act which governs night\n(and day) noises would have to go through, primarily, the Ministry of\nEntertainment, as well as the Local Government authorities which are\nresponsible for town planning and the Ministry of National Security whose duty\nit will become to enforce the regulations and finally to the Legislative\nCommittee of the Cabinet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In\nthe meantime, the Minister says that she has already sent a brief containing\nher ministry’s proposals to the Ministry of National Security for consideration\nand presentation to the cabinet.</p>\n<!-- /wp:paragraph -->','“Babsy” Says Her Ministry Has Made Proposals on Changes to the Noise Abatement Act','','inherit','closed','closed','','9193-revision-v1','','','2019-09-15 07:05:37','2019-09-15 12:05:37','',9193,'https://buzz-caribbean.com/article/9193-revision-v1/',0,'revision','',0),(9196,21,'2019-09-15 07:28:36','2019-09-15 12:28:36','<!-- wp:image {\"id\":9197} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lutan-fyah-Buzz-Caribbean-1024x576.jpg\" alt=\"\" class=\"wp-image-9197\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lutan\nFyah, the Rastafarian reggae chanter known for his cutting edge, culturally\nuplifting lyrics has done it again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The artiste is not superstitious and chose Friday the 13<sup>th</sup> of September as the release date for his eighteenth album entitled Longest Livah.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9198} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/album-cover-longest-livah-lutan-fyah-buzz.jpg\" alt=\"\" class=\"wp-image-9198\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 13 track offering features Dancehall Doctor Beenie Man on the track <a rel=\"noreferrer noopener\" aria-label=\"Never Say Never (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=EnKIqjsCiDs\" target=\"_blank\">Never Say Never</a> and Johnny Live on the title track Longest Livah.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9199} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/LUTAN-FYAH-BUZZ-1024x678.jpg\" alt=\"\" class=\"wp-image-9199\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The title track speaks to Rastas and black people in general being stereotyped when they travel through airports or seek to do business generally.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"I cannot be fake and try to make music strictly for profit\" </p><cite>— Lutan Fyah</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Produced\nby Locke City Music the album features an array of musical styles including\nreggae, ska, mento, world beat, the classic rastaman chant and an acapella\nsingle. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The opening track, <a href=\"https://www.youtube.com/watch?v=g8Su6Rkzqzw\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Don’t Put You Trust (opens in a new tab)\">Don’t Put You Trust</a>, is an urge for people to be wary of slick dressed, snake oil salesmen posing as politicians who trick the people with promises and deceit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I\ncan only do what the inspiration dictates. I cannot be fake and try to make\nmusic strictly for profit. The music is the King’s music and at least some of\nus have to maintain a royal standard,” Lutan Fyah said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=W94AMEav_Ws\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=W94AMEav_Ws\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The artiste takes his listeners back to the days of Orthodox Rastafari with his 7 Million Soldiers which he voices to the infectious beat of the kette, congo and funde drums while chanting down Babylon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;He\nalso reaches out to those who may be influenced by dons and the gangster life\nand pleads with them to lead a peaceful life and leave the lure of the gun.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Those\nsame guns will take your own life,” he warns.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Longest Livah album is available on all digital platforms</p>\n<!-- /wp:paragraph -->','Lutan Fyah\'s \'Longest Livah\' album now available on all platforms','','publish','open','closed','','lutan-fyahs-longest-livah-album-now-available-on-all-platforms','','','2019-09-15 07:28:37','2019-09-15 12:28:37','',0,'https://buzz-caribbean.com/?p=9196',0,'post','',0),(9197,11,'2019-09-15 07:14:26','2019-09-15 12:14:26','','lutan-fyah-Buzz-Caribbean','','inherit','open','closed','','lutan-fyah-buzz-caribbean','','','2019-09-15 07:14:26','2019-09-15 12:14:26','',9196,'https://buzz-caribbean.com/app/uploads/2019/09/lutan-fyah-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(9198,11,'2019-09-15 07:15:47','2019-09-15 12:15:47','','album-cover-longest-livah-lutan-fyah-buzz','','inherit','open','closed','','album-cover-longest-livah-lutan-fyah-buzz','','','2019-09-15 07:15:47','2019-09-15 12:15:47','',9196,'https://buzz-caribbean.com/app/uploads/2019/09/album-cover-longest-livah-lutan-fyah-buzz.jpg',0,'attachment','image/jpeg',0),(9199,11,'2019-09-15 07:19:21','2019-09-15 12:19:21','','LUTAN-FYAH-BUZZ','','inherit','open','closed','','lutan-fyah-buzz','','','2019-09-15 07:19:21','2019-09-15 12:19:21','',9196,'https://buzz-caribbean.com/app/uploads/2019/09/LUTAN-FYAH-BUZZ.jpg',0,'attachment','image/jpeg',0),(9200,11,'2019-09-15 07:27:26','2019-09-15 12:27:26','<iframe title=\"Lutan Fyah - Sing Praise (Lockecity Music Group) September 2019\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/W94AMEav_Ws?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','4f92454da45bdbbdaf3552981d9af141','','','2019-09-15 07:27:26','2019-09-15 12:27:26','',0,'https://buzz-caribbean.com/article/4f92454da45bdbbdaf3552981d9af141/',0,'oembed_cache','',0),(9201,11,'2019-09-15 07:28:36','2019-09-15 12:28:36','<!-- wp:image {\"id\":9197} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lutan-fyah-Buzz-Caribbean-1024x576.jpg\" alt=\"\" class=\"wp-image-9197\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lutan\nFyah, the Rastafarian reggae chanter known for his cutting edge, culturally\nuplifting lyrics has done it again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The artiste is not superstitious and chose Friday the 13<sup>th</sup> of September as the release date for his eighteenth album entitled Longest Livah.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9198} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/album-cover-longest-livah-lutan-fyah-buzz.jpg\" alt=\"\" class=\"wp-image-9198\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The 13 track offering features Dancehall Doctor Beenie Man on the track <a rel=\"noreferrer noopener\" aria-label=\"Never Say Never (opens in a new tab)\" href=\"https://www.youtube.com/watch?v=EnKIqjsCiDs\" target=\"_blank\">Never Say Never</a> and Johnny Live on the title track Longest Livah.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9199} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/LUTAN-FYAH-BUZZ-1024x678.jpg\" alt=\"\" class=\"wp-image-9199\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The title track speaks to Rastas and black people in general being stereotyped when they travel through airports or seek to do business generally.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"I cannot be fake and try to make music strictly for profit\" </p><cite>— Lutan Fyah</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Produced\nby Locke City Music the album features an array of musical styles including\nreggae, ska, mento, world beat, the classic rastaman chant and an acapella\nsingle. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The opening track, <a href=\"https://www.youtube.com/watch?v=g8Su6Rkzqzw\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Don’t Put You Trust (opens in a new tab)\">Don’t Put You Trust</a>, is an urge for people to be wary of slick dressed, snake oil salesmen posing as politicians who trick the people with promises and deceit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I\ncan only do what the inspiration dictates. I cannot be fake and try to make\nmusic strictly for profit. The music is the King’s music and at least some of\nus have to maintain a royal standard,” Lutan Fyah said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=W94AMEav_Ws\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=W94AMEav_Ws\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The artiste takes his listeners back to the days of Orthodox Rastafari with his 7 Million Soldiers which he voices to the infectious beat of the kette, congo and funde drums while chanting down Babylon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;He\nalso reaches out to those who may be influenced by dons and the gangster life\nand pleads with them to lead a peaceful life and leave the lure of the gun.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Those\nsame guns will take your own life,” he warns.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Longest Livah album is available on all digital platforms</p>\n<!-- /wp:paragraph -->','Lutan Fyah\'s \'Longest Livah\' album now available on all platforms','','inherit','closed','closed','','9196-revision-v1','','','2019-09-15 07:28:36','2019-09-15 12:28:36','',9196,'https://buzz-caribbean.com/article/9196-revision-v1/',0,'revision','',0),(9202,21,'2019-09-15 07:47:47','2019-09-15 12:47:47','<!-- wp:image {\"id\":9204} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/firemen-Jamaica-Buzz.jpg\" alt=\"\" class=\"wp-image-9204\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The establishment of satellite fire response stations\nacross the island could become a reality soon as the Government responds to\nyears of outcry over the protracted period of time that it has taken fire brigades\ntrucks to get to the scenes of fire in rural communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Local Government and Community Development Minister Desmond\nMcKenzie says the Jamaica Fire Brigade has adopted a program out of Canada and\nwill be carrying a pilot project in southern Trelawny before it can be\nimplemented.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9203} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Desmond-McKenzie-Fire-Brigade-Buzz-1024x645.jpg\" alt=\"\" class=\"wp-image-9203\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While Minister Mckenzie did not reveal the commencement\ndate of the pilot test, he said the plan is well advance and the Government is\nconfident that following its pilot phase it will help to solve the problems of\ngetting fire units to respond to incidents of fire and other acts of disaster\nmuch faster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"A team from the [Jamaica Fire] Brigade went to Canada, looked at a situation that I think is workable\"</p><cite>— Desmond McKenzie, Minister of Local Government and Community Development</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“We are well advance in implementing that and we\ngoing to be looking to use South Trelawny, as an area to test it- to see how it\nwill work,” McKenzie said in response to a question from&nbsp;<strong>BUZZ&nbsp;</strong>recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I don’t want to say much on it, but a team from the\n[Jamaica Fire] Brigade went to Canada, looked at a situation that I think is\nworkable,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier this year Montego Bay’s Mayor Homer Davis,\nreiterated his call for the establishment of satellites first response stations\nin rural communities of St. James that are located within an average 20 miles\naway from Montego Bay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9205} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Fire-Brigade-Montego-Bay.jpg\" alt=\"\" class=\"wp-image-9205\" /><figcaption> Commissioner of the Jamaica Fire Brigade, Stewart Beckford (third left),  in discussion with (from left): Minister of Local Government and  Community Development, Hon. Desmond McKenzie; Mayor of Montego Bay and  Chairman of the St. James Municipal Corporation, Councillor Homer Davis  (second left); and Custos of St. James, Bishop the Hon. Conrad Pitkin. (Photo:JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Ladies and gentlemen, I again renew my call for the\nestablishment of three satellites first response stations in the rural parts of\nSt James, namely: Maroon Town, Cambridge and Adelphi,” Mayor&nbsp;Davis stated.</p>\n<!-- /wp:paragraph -->','Jamaica Fire Brigade to run pilot test on satellite fire response stations in south Trelawny','','publish','open','closed','','jamaica-fire-brigade-to-run-pilot-test-on-satellite-fire-response-stations-in-south-trelawny','','','2019-09-15 07:49:30','2019-09-15 12:49:30','',0,'https://buzz-caribbean.com/?p=9202',0,'post','',0),(9203,11,'2019-09-15 07:32:32','2019-09-15 12:32:32','','Desmond-McKenzie-Fire-Brigade-Buzz','','inherit','open','closed','','desmond-mckenzie-fire-brigade-buzz','','','2019-09-15 07:32:32','2019-09-15 12:32:32','',9202,'https://buzz-caribbean.com/app/uploads/2019/09/Desmond-McKenzie-Fire-Brigade-Buzz.jpg',0,'attachment','image/jpeg',0),(9204,11,'2019-09-15 07:37:48','2019-09-15 12:37:48','','firemen-Jamaica-Buzz','','inherit','open','closed','','firemen-jamaica-buzz','','','2019-09-15 07:37:48','2019-09-15 12:37:48','',9202,'https://buzz-caribbean.com/app/uploads/2019/09/firemen-Jamaica-Buzz.jpg',0,'attachment','image/jpeg',0),(9205,11,'2019-09-15 07:42:27','2019-09-15 12:42:27','','Fire-Brigade-Montego-Bay','','inherit','open','closed','','fire-brigade-montego-bay','','','2019-09-15 07:42:27','2019-09-15 12:42:27','',9202,'https://buzz-caribbean.com/app/uploads/2019/09/Fire-Brigade-Montego-Bay.jpg',0,'attachment','image/jpeg',0),(9206,11,'2019-09-15 07:47:39','2019-09-15 12:47:39','','Firehose Jamaica Fire Brigade','','inherit','open','closed','','firehose-jamaica-fire-brigade','','','2019-09-15 07:47:39','2019-09-15 12:47:39','',9202,'https://buzz-caribbean.com/app/uploads/2019/09/firehose-Jamaica-Fire-Brigade.jpg',0,'attachment','image/jpeg',0),(9207,11,'2019-09-15 07:47:47','2019-09-15 12:47:47','<!-- wp:image {\"id\":9204} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/firemen-Jamaica-Buzz.jpg\" alt=\"\" class=\"wp-image-9204\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The establishment of satellite fire response stations\nacross the island could become a reality soon as the Government responds to\nyears of outcry over the protracted period of time that it has taken fire brigades\ntrucks to get to the scenes of fire in rural communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Local Government and Community Development Minister Desmond\nMcKenzie says the Jamaica Fire Brigade has adopted a program out of Canada and\nwill be carrying a pilot project in southern Trelawny before it can be\nimplemented.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9203} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Desmond-McKenzie-Fire-Brigade-Buzz-1024x645.jpg\" alt=\"\" class=\"wp-image-9203\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While Minister Mckenzie did not reveal the commencement\ndate of the pilot test, he said the plan is well advance and the Government is\nconfident that following its pilot phase it will help to solve the problems of\ngetting fire units to respond to incidents of fire and other acts of disaster\nmuch faster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"A team from the [Jamaica Fire] Brigade went to Canada, looked at a situation that I think is workable\"</p><cite>— Desmond McKenzie, Minister of Local Government and Community Development</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“We are well advance in implementing that and we\ngoing to be looking to use South Trelawny, as an area to test it- to see how it\nwill work,” McKenzie said in response to a question from&nbsp;<strong>BUZZ&nbsp;</strong>recently.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I don’t want to say much on it, but a team from the\n[Jamaica Fire] Brigade went to Canada, looked at a situation that I think is\nworkable,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier this year Montego Bay’s Mayor Homer Davis,\nreiterated his call for the establishment of satellites first response stations\nin rural communities of St. James that are located within an average 20 miles\naway from Montego Bay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9205} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Fire-Brigade-Montego-Bay.jpg\" alt=\"\" class=\"wp-image-9205\" /><figcaption> Commissioner of the Jamaica Fire Brigade, Stewart Beckford (third left),  in discussion with (from left): Minister of Local Government and  Community Development, Hon. Desmond McKenzie; Mayor of Montego Bay and  Chairman of the St. James Municipal Corporation, Councillor Homer Davis  (second left); and Custos of St. James, Bishop the Hon. Conrad Pitkin. (Photo:JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Ladies and gentlemen, I again renew my call for the\nestablishment of three satellites first response stations in the rural parts of\nSt James, namely: Maroon Town, Cambridge and Adelphi,” Mayor&nbsp;Davis stated.</p>\n<!-- /wp:paragraph -->','Jamaica Fire Brigade to run pilot test on satellite fire response stations in south Trelawny','','inherit','closed','closed','','9202-revision-v1','','','2019-09-15 07:47:47','2019-09-15 12:47:47','',9202,'https://buzz-caribbean.com/article/9202-revision-v1/',0,'revision','',0),(9208,23,'2019-09-15 08:03:38','2019-09-15 13:03:38','<!-- wp:image {\"id\":8042} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/red-stripe-premier-league-logo-1024x670.jpg\" alt=\"\" class=\"wp-image-8042\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Coach\nPaul ‘Tegat’ Davis is looking to fortify Drax Hall with visiting Red Stripe\nPremier League teams fearing facing Mount Pleasant Football Academy on their\nhome turf.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9209} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Paul-Tegat-Davis-RSPL-1024x674.jpg\" alt=\"\" class=\"wp-image-9209\" /><figcaption> Coach Paul ‘Tegat’ Davis </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Davis,\na formidable former national striker, who took charge of Mount Pleasant when\nDonovan Duckie was fired after one game into the new the season will have to\nwork hard to change the fortunes of Mount Pleasant on their home turf.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mount\nPleasant, playing in their single season in the Premier RSPL, gained identical\npoints away as they did at home, which goes against the norm, as top teams\nusually accumulate more points at home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Davis\nis uncomfortable with that.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Home is where we want to stamp our class. We want to make Drax Hall into a fortress\"</p><cite>— Coach Paul ‘Tegat’ Davis </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He\nsaid, “home is where we want to stamp our class. We want to make Drax Hall into\na fortress. We lost our first game there so we are going to have to make a big\ndifference to the fans.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Asked\nabout Mount Pleasant not having a good home record, Davis said, “that’s what\npeople say, but if that is the case, we plan to change that. We are going to\nuse psychology and football to change it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According\nto Davis, he will be fans’ interaction to motivate the players into changing\nMount Pleasant’s fortunes at Drax Hall.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mount\nPleasant, despite not having a superior home record last season, managed to\nfinish third in the preliminary round points standing with 60 points and\nreached the semi-finals of the tournament.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In\ntheir opening match this season, Mount Pleasant lost to Harbour View 2-1 at\nDrax Hall before travelling to Effortville Community Centre and drew 1-1 with\nHumble Lion last Sunday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Davis\nwill get his first chance to accomplish his mission when Mount Pleasant tackle\nTivoli Gardens at Drax Hall on Sunday, starting at 4:00 pm.</p>\n<!-- /wp:paragraph -->','Coach ‘Tegat’ Davis seeks to turn Drax Hall into a RSPL fortress for Mount Pleasant','','publish','open','closed','','coach-tegat-davis-seeks-to-turn-drax-hall-into-a-rspl-fortress-for-mount-pleasant','','','2019-09-15 08:03:38','2019-09-15 13:03:38','',0,'https://buzz-caribbean.com/?p=9208',0,'post','',0),(9209,11,'2019-09-15 08:01:03','2019-09-15 13:01:03','','Paul-Tegat-Davis-RSPL','','inherit','open','closed','','paul-tegat-davis-rspl','','','2019-09-15 08:01:03','2019-09-15 13:01:03','',9208,'https://buzz-caribbean.com/app/uploads/2019/09/Paul-Tegat-Davis-RSPL.jpg',0,'attachment','image/jpeg',0),(9210,11,'2019-09-15 08:03:38','2019-09-15 13:03:38','<!-- wp:image {\"id\":8042} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/red-stripe-premier-league-logo-1024x670.jpg\" alt=\"\" class=\"wp-image-8042\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Coach\nPaul ‘Tegat’ Davis is looking to fortify Drax Hall with visiting Red Stripe\nPremier League teams fearing facing Mount Pleasant Football Academy on their\nhome turf.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9209} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Paul-Tegat-Davis-RSPL-1024x674.jpg\" alt=\"\" class=\"wp-image-9209\" /><figcaption> Coach Paul ‘Tegat’ Davis </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Davis,\na formidable former national striker, who took charge of Mount Pleasant when\nDonovan Duckie was fired after one game into the new the season will have to\nwork hard to change the fortunes of Mount Pleasant on their home turf.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mount\nPleasant, playing in their single season in the Premier RSPL, gained identical\npoints away as they did at home, which goes against the norm, as top teams\nusually accumulate more points at home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Davis\nis uncomfortable with that.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Home is where we want to stamp our class. We want to make Drax Hall into a fortress\"</p><cite>— Coach Paul ‘Tegat’ Davis </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He\nsaid, “home is where we want to stamp our class. We want to make Drax Hall into\na fortress. We lost our first game there so we are going to have to make a big\ndifference to the fans.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Asked\nabout Mount Pleasant not having a good home record, Davis said, “that’s what\npeople say, but if that is the case, we plan to change that. We are going to\nuse psychology and football to change it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According\nto Davis, he will be fans’ interaction to motivate the players into changing\nMount Pleasant’s fortunes at Drax Hall.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mount\nPleasant, despite not having a superior home record last season, managed to\nfinish third in the preliminary round points standing with 60 points and\nreached the semi-finals of the tournament.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In\ntheir opening match this season, Mount Pleasant lost to Harbour View 2-1 at\nDrax Hall before travelling to Effortville Community Centre and drew 1-1 with\nHumble Lion last Sunday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Davis\nwill get his first chance to accomplish his mission when Mount Pleasant tackle\nTivoli Gardens at Drax Hall on Sunday, starting at 4:00 pm.</p>\n<!-- /wp:paragraph -->','Coach ‘Tegat’ Davis seeks to turn Drax Hall into a RSPL fortress for Mount Pleasant','','inherit','closed','closed','','9208-revision-v1','','','2019-09-15 08:03:38','2019-09-15 13:03:38','',9208,'https://buzz-caribbean.com/article/9208-revision-v1/',0,'revision','',0),(9211,21,'2019-09-15 08:21:11','2019-09-15 13:21:11','<!-- wp:image {\"id\":9213} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Machel-Montano-Diamond-Ball.jpg\" alt=\"\" class=\"wp-image-9213\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former International\nSoca Monarch King, Dr. Machel Montano, brought the royal sounds of Soca to the\nEast Coast, as he attended the highly-anticipated Diamond Ball on Thursday\nevening. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The legendary Soca singer,\nwho received an Honorary Doctorate of Arts from the University of Trinidad and\nTobago late last year for his various contributions to the musical landscape\nfor close to 4 decades, joined some of the best in the global music and\nentertainment industries for the lavish affair in the heart of New York City. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9214} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Machel-Montano-Rihanna-Diamond-Ball.jpg\" alt=\"\" class=\"wp-image-9214\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Diamond Ball is an\nannually-held philanthropic event, hosted by Robyn “Rihanna” Fenty and her\nClara Lionel Foundation and has quickly become one of the must-attend soirées\non the US celebrity social calendar. Rihanna established the Clara Lionel\nFoundation, named in memory of Rihanna’s maternal grandparents, Clara “Dolly”\nand Lionel Braithwaite, to support and fund groundbreaking and effective\neducation, emergency response programs around the world, while also aiming to\nimprove the quality of life for young people everywhere.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Montano paid tribute to\nhis “Bajan sister” in a touching post to his Instagram, which included a beaming\nphoto of him with the award-winning singer and CEO of Fenty Beauty, Savage\nFenty, and Fenty Paris. “Thank you @badgalriri for throwing an incredible event\nlast night with such positive initiatives, including emergency relief for The\nBahamas,” he captioned. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2XNQyMhxWx/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2XNQyMhxWx/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>He also commended the Roc Nation group for the opportunity to bring “the island vibes to the #DiamondBall.” Some notable Caribbean personalities in attendance included Jamaica’s legendary dancehall singer, Supercat, Martinican-born Chief Content and Creative Officer of Essence Magazine and Essence Fest, Moana Luu, and Honourable Mia Mottley Q.C, LL.B., the Prime Minister of Barbados. Several members of the Hip Hop community were also spotted on the red carpet, including Grammy-award winning rapper Cardi B and her husband Offset of Migos fame, Kehlani, ASAP Rocky, Normani, and 2 Chainz, among other superstar invitees.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><a href=\"https://buzz-caribbean.com/article/fifth-annual-diamond-ball-a-huge-success-rihanna-grateful-for-huge-support/\">Fifth annual Diamond Ball a huge success — Rihanna grateful for huge support</a></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":9215} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Machel-Montano-DJKhalid.jpg\" alt=\"\" class=\"wp-image-9215\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> Much to the delight of specially-invited guests and scores of fans, Montano, also known by his latest sobriquet “Monk Montè”, also took to the Diamond Ball stage during the performance set of chart-topping entertainer, DJ Khaled. Dressed in a white and black polka dot matching set with pristine white sneakers, Montano quickly energized the crowd in true kingly fashion, as he was seen in now-viral video clips circulating online performing “Famalay”, which is his tune with Skinny Fabulous and Bunji Garlin that earned the trio the Trinidad Carnival 2019 Road March title. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9216} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Machel-Montano-onstage-Diamond-ball.jpg\" alt=\"\" class=\"wp-image-9216\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Megan Thee Stallion – who recently signed to Jay-Z’s Roc Nation management team – and singer, songwriter and super-producer Pharrell Williams were some of the other megastars that rounded off the night’s scintillating performances at the event, which went well into the wee hours of the morning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9217} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Megan-Thee-Stallion-diamond-ball-1.jpg\" alt=\"\" class=\"wp-image-9217\" /><figcaption>Megan Thee Stallion</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> Machel hinted via his social media that new music is in the works, as he was sighted in studio with Senegalese-American singer, songwriter, and record producer Akon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<em><strong> Written by Tenille Clarke</strong></em> (@tenilleclarke1 on Instagram/Twitter)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Tenille Clarke is an avid wanderlust,\nCarnivalist and cultural enthusiast who pens about her ongoing love affair with\ntravel, culture and entertainment through a Caribbean lens. She is the\nPrincipal Publicist of Chambers Media Solutions and Managing Director of\nIndustry 360.</em></strong></p>\n<!-- /wp:paragraph -->','Machel brings soca heat to Rihanna’s Diamond Ball charity event','','publish','open','closed','','machel-brings-soca-heat-to-rihannas-diamond-ball-charity-event','','','2019-09-16 13:29:14','2019-09-16 18:29:14','',0,'https://buzz-caribbean.com/?p=9211',0,'post','',0),(9212,11,'2019-09-15 08:11:05','2019-09-15 13:11:05','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2XNQyMhxWx/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2XNQyMhxWx/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2XNQyMhxWx/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Thank you to my Bajan ?? sister @badgalriri for throwing an incredible event last night with such positive initiatives, including emergency relief for the Bahamas ??!!! Big up to you and the whole @rocnation famalay for having me and bringing the island ? vibes to the #Diamondball?!!! @ClaraLionelFdn #rihanna #monk #rocnation ? @chekothari</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/machelmontano/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> machelmontano</a> (@machelmontano) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-13T19:09:57+00:00\">Sep 13, 2019 at 12:09pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','5be16793ed132de80b172b96e55498f0','','','2019-09-15 08:11:05','2019-09-15 13:11:05','',0,'https://buzz-caribbean.com/article/5be16793ed132de80b172b96e55498f0/',0,'oembed_cache','',0),(9213,11,'2019-09-15 08:12:09','2019-09-15 13:12:09','','Machel-Montano-Diamond-Ball','','inherit','open','closed','','machel-montano-diamond-ball','','','2019-09-15 08:12:09','2019-09-15 13:12:09','',9211,'https://buzz-caribbean.com/app/uploads/2019/09/Machel-Montano-Diamond-Ball.jpg',0,'attachment','image/jpeg',0),(9214,11,'2019-09-15 08:13:03','2019-09-15 13:13:03','','Machel-Montano-Rihanna-Diamond-Ball','','inherit','open','closed','','machel-montano-rihanna-diamond-ball','','','2019-09-15 08:13:03','2019-09-15 13:13:03','',9211,'https://buzz-caribbean.com/app/uploads/2019/09/Machel-Montano-Rihanna-Diamond-Ball.jpg',0,'attachment','image/jpeg',0),(9215,11,'2019-09-15 08:13:38','2019-09-15 13:13:38','','Machel-Montano-DJKhalid','','inherit','open','closed','','machel-montano-djkhalid','','','2019-09-15 08:13:38','2019-09-15 13:13:38','',9211,'https://buzz-caribbean.com/app/uploads/2019/09/Machel-Montano-DJKhalid.jpg',0,'attachment','image/jpeg',0),(9216,11,'2019-09-15 08:16:27','2019-09-15 13:16:27','','Machel-Montano-onstage-Diamond-ball','','inherit','open','closed','','machel-montano-onstage-diamond-ball','','','2019-09-15 08:16:27','2019-09-15 13:16:27','',9211,'https://buzz-caribbean.com/app/uploads/2019/09/Machel-Montano-onstage-Diamond-ball.jpg',0,'attachment','image/jpeg',0),(9217,11,'2019-09-15 08:17:33','2019-09-15 13:17:33','','Megan-Thee-Stallion-diamond-ball-1','','inherit','open','closed','','megan-thee-stallion-diamond-ball-1','','','2019-09-15 08:17:33','2019-09-15 13:17:33','',9211,'https://buzz-caribbean.com/app/uploads/2019/09/Megan-Thee-Stallion-diamond-ball-1.jpg',0,'attachment','image/jpeg',0),(9218,11,'2019-09-15 08:21:11','2019-09-15 13:21:11','<!-- wp:image {\"id\":9213} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Machel-Montano-Diamond-Ball.jpg\" alt=\"\" class=\"wp-image-9213\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former International\nSoca Monarch King, Dr. Machel Montano, brought the royal sounds of Soca to the\nEast Coast, as he attended the highly-anticipated Diamond Ball on Thursday\nevening. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The legendary Soca singer,\nwho received an Honorary Doctorate of Arts from the University of Trinidad and\nTobago late last year for his various contributions to the musical landscape\nfor close to 4 decades, joined some of the best in the global music and\nentertainment industries for the lavish affair in the heart of New York City. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9214} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Machel-Montano-Rihanna-Diamond-Ball.jpg\" alt=\"\" class=\"wp-image-9214\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Diamond Ball is an\nannually-held philanthropic event, hosted by Robyn “Rihanna” Fenty and her\nClara Lionel Foundation and has quickly become one of the must-attend soirées\non the US celebrity social calendar. Rihanna established the Clara Lionel\nFoundation, named in memory of Rihanna’s maternal grandparents, Clara “Dolly”\nand Lionel Braithwaite, to support and fund groundbreaking and effective\neducation, emergency response programs around the world, while also aiming to\nimprove the quality of life for young people everywhere.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Montano paid tribute to\nhis “Bajan sister” in a touching post to his Instagram, which included a beaming\nphoto of him with the award-winning singer and CEO of Fenty Beauty, Savage\nFenty, and Fenty Paris. “Thank you @badgalriri for throwing an incredible event\nlast night with such positive initiatives, including emergency relief for The\nBahamas,” he captioned. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2XNQyMhxWx/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2XNQyMhxWx/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>He also commended the Roc Nation group for the opportunity to bring “the island vibes to the #DiamondBall.” Some notable Caribbean personalities in attendance included Jamaica’s legendary dancehall singer, Supercat, Martinican-born Chief Content and Creative Officer of Essence Magazine and Essence Fest, Moana Luu, and Honourable Mia Mottley Q.C, LL.B., the Prime Minister of Barbados. Several members of the Hip Hop community were also spotted on the red carpet, including Grammy-award winning rapper Cardi B and her husband Offset of Migos fame, Kehlani, ASAP Rocky, Normani, and 2 Chainz, among other superstar invitees.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><a href=\"https://buzz-caribbean.com/article/fifth-annual-diamond-ball-a-huge-success-rihanna-grateful-for-huge-support/\">Fifth annual Diamond Ball a huge success — Rihanna grateful for huge support</a></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":9215} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Machel-Montano-DJKhalid.jpg\" alt=\"\" class=\"wp-image-9215\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> Much to the delight of specially-invited guests and scores of fans, Montano, also known by his latest sobriquet “Monk Montè”, also took to the Diamond Ball stage during the performance set of chart-topping entertainer, DJ Khaled. Dressed in a white and black polka dot matching set with pristine white sneakers, Montano quickly energized the crowd in true kingly fashion, as he was seen in now-viral video clips circulating online performing “Famalay”, which is his tune with Skinny Fabulous and Bunji Garlin that earned the trio the Trinidad Carnival 2019 Road March title. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9216} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Machel-Montano-onstage-Diamond-ball.jpg\" alt=\"\" class=\"wp-image-9216\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Megan Thee Stallion – who recently signed to Jay-Z’s Roc Nation management team – and singer, songwriter and super-producer Pharrell Williams were some of the other megastars that rounded off the night’s scintillating performances at the event, which went well into the wee hours of the morning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9217} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Megan-Thee-Stallion-diamond-ball-1.jpg\" alt=\"\" class=\"wp-image-9217\" /><figcaption>Megan Thee Stallion</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> Machel hinted via his social media that new music is in the works, as he was sighted in studio with Senegalese-American singer, songwriter, and record producer Akon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Tenille Clarke</em></strong></p>\n<!-- /wp:paragraph -->','Machel brings soca heat to Rihanna’s Diamond Ball charity event','','inherit','closed','closed','','9211-revision-v1','','','2019-09-15 08:21:11','2019-09-15 13:21:11','',9211,'https://buzz-caribbean.com/article/9211-revision-v1/',0,'revision','',0),(9219,21,'2019-09-15 08:42:35','2019-09-15 13:42:35','<!-- wp:paragraph -->\n<p>Starting his small\nbusiness, Wood Land Roots Natural Drinks, in 2012 was not easy for Chief\nExecutive Officer (CEO), Oliver Welsh.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He had to face many challenges, such as having to walk from Portmore in St. Catherine to Kingston, enticing persons along the journey to patronise his natural juices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9220} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Wood-Lands-Natural-Drinks-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-9220\" /><figcaption> Chief Executive Officer, Wood Land Roots Natural Drinks, Oliver Welsh (left), and one of his assistants, Kathleen Brown, display some of his products at the recent Jamaica Business Development Corporation (JBDC) Expo 2018, held at The Jamaica Pegasus hotel in New Kingston.     (Photos: Dave Reid)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> “It wasn’t an easy road… rain wet me, and all kinds of challenges taking public transport,” said the CEO.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Welsh says his break came in 2018 when he participated in the Jamaica Manufacturers and Exporters’ Association (JMEA) Expo Jamaica 2018 at the National Arena, where he established a booth to showcase his natural drinks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"They tasted the drinks and felt good about the natural ingredients.\"</p><cite>—  Chief Executive Officer (CEO), Oliver Welsh </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“A lot of people crowded me at Expo. They tasted the drinks and felt good about the natural ingredients. Expo worked for me, and I can’t wait for the next one. It was a real blessing for me,” he says.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Such was the impact that he now supplies several local outlets as well as some customers overseas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9221} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Wood-Lands-Natural-Drinks-Buzz-1024x682.jpg\" alt=\"\" class=\"wp-image-9221\" /><figcaption>Chief Executive Officer, Wood Land Roots Natural Drinks, Oliver Welsh, tests the sugar content of one of his many natural products, at his company in Portmore, St. Catherine.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mr. Welsh says<strong> </strong>that sales from the expo have assisted with the purchase of a motor vehicle and he is now in discussion with the Development Bank of Jamaica (DBJ) to expand the venture, and to provide additional employment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is also planning to contribute packages of one of his products, Guava Sorrel, to schools in his community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before going on the market, Mr. Welsh says he sought and received help from the Bureau of Standards Jamaica (BSJ) in the certification of his natural drinks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He describes the certification process as not very difficult, and “very “important”, as the confidence consumers have in the products is worth much more than the annual fee that is paid to have the products approved by a reputable body. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I love this business with all of my heart. I had an aim and a plan that I must make it\"</p><cite> —  Chief Executive Officer (CEO), Oliver Welsh  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Mr.\nWelsh says he is also very thankful for the help provided by the Jamaica\nBusiness Development Corporation (JBDC) in the areas of training, labelling and\nmarketing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He emphasises that the entity is his “right hand”, providing support when he is in need. “It is my home; whatever help I need, it comes through the JBDC,” Mr. Welsh adds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before venturing into his small business, Mr. Welsh worked for several years at hotels in New Kingston, North America and the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “It is not all about money. This business is to see persons’ health improve…\"</p><cite> —  Chief Executive Officer (CEO), Oliver Welsh   </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He\nasserts that the natural drinks venture has been a good source of income for\nhim, as “a lot of people gravitate after these products”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I\nlove this business with all of my heart. I had an aim and a plan that I must\nmake it. And where I am now, it is God who took me there, and He is going to\ntake me to the highest heights,” the CEO says.&nbsp;\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It\nis not all about money. This business is to see persons’ health improve… where\nthey eat right, exercise, drink a lot of water and natural drinks, and get lots\nof sunlight,” Mr. Welsh adds.</p>\n<!-- /wp:paragraph -->','Wood Land Roots Natural Drinks — soaring small business','','publish','open','closed','','wood-land-roots-natural-drinks-soaring-small-business','','','2019-09-15 08:42:36','2019-09-15 13:42:36','',0,'https://buzz-caribbean.com/?p=9219',0,'post','',0),(9220,11,'2019-09-15 08:35:41','2019-09-15 13:35:41','','Wood-Lands-Natural-Drinks-Buzz-Caribbean','','inherit','open','closed','','wood-lands-natural-drinks-buzz-caribbean','','','2019-09-15 08:35:41','2019-09-15 13:35:41','',9219,'https://buzz-caribbean.com/app/uploads/2019/09/Wood-Lands-Natural-Drinks-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(9221,11,'2019-09-15 08:36:26','2019-09-15 13:36:26','','Wood-Lands-Natural-Drinks-Buzz','','inherit','open','closed','','wood-lands-natural-drinks-buzz','','','2019-09-15 08:36:26','2019-09-15 13:36:26','',9219,'https://buzz-caribbean.com/app/uploads/2019/09/Wood-Lands-Natural-Drinks-Buzz.jpg',0,'attachment','image/jpeg',0),(9222,11,'2019-09-15 08:42:35','2019-09-15 13:42:35','<!-- wp:paragraph -->\n<p>Starting his small\nbusiness, Wood Land Roots Natural Drinks, in 2012 was not easy for Chief\nExecutive Officer (CEO), Oliver Welsh.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He had to face many challenges, such as having to walk from Portmore in St. Catherine to Kingston, enticing persons along the journey to patronise his natural juices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9220} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Wood-Lands-Natural-Drinks-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-9220\" /><figcaption> Chief Executive Officer, Wood Land Roots Natural Drinks, Oliver Welsh (left), and one of his assistants, Kathleen Brown, display some of his products at the recent Jamaica Business Development Corporation (JBDC) Expo 2018, held at The Jamaica Pegasus hotel in New Kingston.     (Photos: Dave Reid)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> “It wasn’t an easy road… rain wet me, and all kinds of challenges taking public transport,” said the CEO.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Welsh says his break came in 2018 when he participated in the Jamaica Manufacturers and Exporters’ Association (JMEA) Expo Jamaica 2018 at the National Arena, where he established a booth to showcase his natural drinks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"They tasted the drinks and felt good about the natural ingredients.\"</p><cite>—  Chief Executive Officer (CEO), Oliver Welsh </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“A lot of people crowded me at Expo. They tasted the drinks and felt good about the natural ingredients. Expo worked for me, and I can’t wait for the next one. It was a real blessing for me,” he says.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Such was the impact that he now supplies several local outlets as well as some customers overseas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9221} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Wood-Lands-Natural-Drinks-Buzz-1024x682.jpg\" alt=\"\" class=\"wp-image-9221\" /><figcaption>Chief Executive Officer, Wood Land Roots Natural Drinks, Oliver Welsh, tests the sugar content of one of his many natural products, at his company in Portmore, St. Catherine.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Mr. Welsh says<strong> </strong>that sales from the expo have assisted with the purchase of a motor vehicle and he is now in discussion with the Development Bank of Jamaica (DBJ) to expand the venture, and to provide additional employment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is also planning to contribute packages of one of his products, Guava Sorrel, to schools in his community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before going on the market, Mr. Welsh says he sought and received help from the Bureau of Standards Jamaica (BSJ) in the certification of his natural drinks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He describes the certification process as not very difficult, and “very “important”, as the confidence consumers have in the products is worth much more than the annual fee that is paid to have the products approved by a reputable body. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I love this business with all of my heart. I had an aim and a plan that I must make it\"</p><cite> —  Chief Executive Officer (CEO), Oliver Welsh  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Mr.\nWelsh says he is also very thankful for the help provided by the Jamaica\nBusiness Development Corporation (JBDC) in the areas of training, labelling and\nmarketing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He emphasises that the entity is his “right hand”, providing support when he is in need. “It is my home; whatever help I need, it comes through the JBDC,” Mr. Welsh adds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before venturing into his small business, Mr. Welsh worked for several years at hotels in New Kingston, North America and the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “It is not all about money. This business is to see persons’ health improve…\"</p><cite> —  Chief Executive Officer (CEO), Oliver Welsh   </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He\nasserts that the natural drinks venture has been a good source of income for\nhim, as “a lot of people gravitate after these products”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I\nlove this business with all of my heart. I had an aim and a plan that I must\nmake it. And where I am now, it is God who took me there, and He is going to\ntake me to the highest heights,” the CEO says.&nbsp;\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It\nis not all about money. This business is to see persons’ health improve… where\nthey eat right, exercise, drink a lot of water and natural drinks, and get lots\nof sunlight,” Mr. Welsh adds.</p>\n<!-- /wp:paragraph -->','Wood Land Roots Natural Drinks — soaring small business','','inherit','closed','closed','','9219-revision-v1','','','2019-09-15 08:42:35','2019-09-15 13:42:35','',9219,'https://buzz-caribbean.com/article/9219-revision-v1/',0,'revision','',0),(9224,4,'2019-09-15 09:48:21','2019-09-15 14:48:21','','Phillips Fitz Jackson Peter Bunting Church Service','','inherit','open','closed','','phillips-fitz-jackson-peter-bunting-church-service','','','2019-09-15 09:48:21','2019-09-15 14:48:21','',0,'https://buzz-caribbean.com/app/uploads/2019/09/phillips-fitz-jackson-peter-bunting-church-service.jpg',0,'attachment','image/jpeg',0),(9225,11,'2019-09-15 09:53:22','2019-09-15 14:53:22','<!-- wp:embed {\"url\":\"https://youtu.be/QI9nhZD4s_w\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/QI9nhZD4s_w\n</div></figure>\n<!-- /wp:embed -->','Cool down with a signature Starbucks Caramel Frappuccino','','publish','closed','closed','','cool-down-with-a-signature-starbucks-caramel-frappuccino','','','2019-09-15 09:53:22','2019-09-15 14:53:22','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=9225',0,'video','',0),(9226,11,'2019-09-15 09:51:32','2019-09-15 14:51:32','<iframe title=\"Starbucks Caramel Frappuccino\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/QI9nhZD4s_w?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','bfd1239a986fbbc83d63cc28383f67b9','','','2019-09-15 09:51:32','2019-09-15 14:51:32','',0,'https://buzz-caribbean.com/article/bfd1239a986fbbc83d63cc28383f67b9/',0,'oembed_cache','',0),(9227,11,'2019-09-15 09:52:53','2019-09-15 14:52:53','','Starbucks Caramel Frappuccino Buzz Caribbean','','inherit','open','closed','','starbucks-caramel-frappuccino-buzz-caribbean','','','2019-09-15 09:52:53','2019-09-15 14:52:53','',9225,'https://buzz-caribbean.com/app/uploads/2019/09/Starbucks-Caramel-Frappuccino-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(9228,21,'2019-09-15 10:10:15','2019-09-15 15:10:15','<!-- wp:image {\"id\":9229} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/House-Rental-Buzz-Caribbean-1024x614.jpg\" alt=\"\" class=\"wp-image-9229\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Director\nof the Rent Assessment Board, Shenese Headlam, is encouraging landlords and\ntenants to exercise diligence when negotiating rental arrangements. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9230} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Shenese-Headlam-Buzz-Caribbean-1024x768.jpg\" alt=\"\" class=\"wp-image-9230\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Tenants and landlords should… ensure that a written agreement is [drafted] because sometimes things that were not initially agreed on are brought into play. Both persons should understand what the contract is saying and a formal agreement made before the tenancy starts,” Headlam said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mrs.\nHeadlam noted that it is quite common for persons urgently seeking to enter\ninto rental arrangements to overlook the importance of investigating the\npotential options that are available. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She\nrecounted an incident where a client who was robbed at his rental home later\ndiscovered that the previous tenant had a similar experience at the same premises.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Both persons should understand what the contract is saying and a formal agreement made before the tenancy starts”</p><cite>— Shenese Headlam, Director of the Rent Assessment Board</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile,\nMrs. Headlam said arrangements for the rent payment cycle should also be agreed\non by both parties, “because under the Rent Restriction Act, landlords are not\nobligated to provide a grace period for [payments]”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Tenants\nshould also find out if the landlord is registered with the Rent Assessment\nBoard, because the 1983 Rent Act stipulates that all landlords should be\nregistered,” she emphasised.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Landlords\nnot registered are deemed in breach of the law, and risk being convicted by a\nparish court judge and fined. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nRent Assessment Board facilitates both landlords and tenants. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Landlords are not obligated to provide a grace period for [payments]” </p><cite> — Shenese Headlam, Director of the Rent Assessment Board </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>When it\nreceives a complaint from a landlord or a tenant, no action is taken until both\nparties have been consulted. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nBoard’s Tribunal, which has similar powers to that of a Parish (Resident Magistrate’s)\nCourt, adjudicates over issues pertaining to arrears and refund of rent, and\nillegal increases, and conducts hearings bimonthly </p>\n<!-- /wp:paragraph -->','Tenants and landlords urged to be diligent in negotiating rental arrangements','','publish','open','closed','','tenants-and-landlords-urged-to-be-diligent-in-negotiating-rental-arrangements','','','2019-09-15 10:10:15','2019-09-15 15:10:15','',0,'https://buzz-caribbean.com/?p=9228',0,'post','',0),(9229,11,'2019-09-15 10:02:33','2019-09-15 15:02:33','','House-Rental-Buzz-Caribbean','','inherit','open','closed','','house-rental-buzz-caribbean','','','2019-09-15 10:02:33','2019-09-15 15:02:33','',9228,'https://buzz-caribbean.com/app/uploads/2019/09/House-Rental-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(9230,11,'2019-09-15 10:04:10','2019-09-15 15:04:10','','Shenese-Headlam-Buzz-Caribbean','','inherit','open','closed','','shenese-headlam-buzz-caribbean','','','2019-09-15 10:04:10','2019-09-15 15:04:10','',9228,'https://buzz-caribbean.com/app/uploads/2019/09/Shenese-Headlam-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(9231,11,'2019-09-15 10:10:15','2019-09-15 15:10:15','<!-- wp:image {\"id\":9229} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/House-Rental-Buzz-Caribbean-1024x614.jpg\" alt=\"\" class=\"wp-image-9229\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Director\nof the Rent Assessment Board, Shenese Headlam, is encouraging landlords and\ntenants to exercise diligence when negotiating rental arrangements. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9230} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Shenese-Headlam-Buzz-Caribbean-1024x768.jpg\" alt=\"\" class=\"wp-image-9230\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Tenants and landlords should… ensure that a written agreement is [drafted] because sometimes things that were not initially agreed on are brought into play. Both persons should understand what the contract is saying and a formal agreement made before the tenancy starts,” Headlam said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mrs.\nHeadlam noted that it is quite common for persons urgently seeking to enter\ninto rental arrangements to overlook the importance of investigating the\npotential options that are available. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She\nrecounted an incident where a client who was robbed at his rental home later\ndiscovered that the previous tenant had a similar experience at the same premises.\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Both persons should understand what the contract is saying and a formal agreement made before the tenancy starts”</p><cite>— Shenese Headlam, Director of the Rent Assessment Board</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile,\nMrs. Headlam said arrangements for the rent payment cycle should also be agreed\non by both parties, “because under the Rent Restriction Act, landlords are not\nobligated to provide a grace period for [payments]”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Tenants\nshould also find out if the landlord is registered with the Rent Assessment\nBoard, because the 1983 Rent Act stipulates that all landlords should be\nregistered,” she emphasised.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Landlords\nnot registered are deemed in breach of the law, and risk being convicted by a\nparish court judge and fined. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nRent Assessment Board facilitates both landlords and tenants. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Landlords are not obligated to provide a grace period for [payments]” </p><cite> — Shenese Headlam, Director of the Rent Assessment Board </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>When it\nreceives a complaint from a landlord or a tenant, no action is taken until both\nparties have been consulted. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nBoard’s Tribunal, which has similar powers to that of a Parish (Resident Magistrate’s)\nCourt, adjudicates over issues pertaining to arrears and refund of rent, and\nillegal increases, and conducts hearings bimonthly </p>\n<!-- /wp:paragraph -->','Tenants and landlords urged to be diligent in negotiating rental arrangements','','inherit','closed','closed','','9228-revision-v1','','','2019-09-15 10:10:15','2019-09-15 15:10:15','',9228,'https://buzz-caribbean.com/article/9228-revision-v1/',0,'revision','',0),(9232,23,'2019-09-15 10:22:08','2019-09-15 15:22:08','<!-- wp:image {\"id\":9233} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tridents-Tallawahs-CPL-Buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-9233\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica Tallawahs will seek to turn around their wretched Caribbean Premier League season around on Sunday when they tackle Barbados Trident at <strong>Sabina Park at 12:00 pm</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nTallawahs are rooted at the bottom of the six-team points standing as they have\nlost all four matches and will need to win to remain in contention of a place\nin the next phase of the tournament.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They\nstarted their home assignments disastrously losing on back-to-back nights to\nthe St Lucia Zouks and defending champions Trinbago Knight Riders on Thursday\nand Friday respectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For\na victory, Tallawahs bowlers will have to start performing to support the\nbatting, as they have failed in all their matches so far. The batting has put\nup challenging totals, which have been let down by poor bowling and fielding.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Against\nthe Tridents, Tallawahs face an opponent closer to the foot of the standing\nalthough they have only played two matches. Tridents are on two points and are\nthird from bottom.</p>\n<!-- /wp:paragraph -->','Tallawahs hunt first win against Tridents at Sabina','','publish','open','closed','','tallawahs-hunt-first-win-against-tridents-at-sabina','','','2019-09-15 10:22:09','2019-09-15 15:22:09','',0,'https://buzz-caribbean.com/?p=9232',0,'post','',0),(9233,11,'2019-09-15 10:17:00','2019-09-15 15:17:00','','Tridents-Tallawahs-CPL-Buzz','','inherit','open','closed','','tridents-tallawahs-cpl-buzz','','','2019-09-15 10:17:00','2019-09-15 15:17:00','',9232,'https://buzz-caribbean.com/app/uploads/2019/09/Tridents-Tallawahs-CPL-Buzz.jpg',0,'attachment','image/jpeg',0),(9234,11,'2019-09-15 10:22:08','2019-09-15 15:22:08','<!-- wp:image {\"id\":9233} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tridents-Tallawahs-CPL-Buzz-1024x614.jpg\" alt=\"\" class=\"wp-image-9233\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica Tallawahs will seek to turn around their wretched Caribbean Premier League season around on Sunday when they tackle Barbados Trident at <strong>Sabina Park at 12:00 pm</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nTallawahs are rooted at the bottom of the six-team points standing as they have\nlost all four matches and will need to win to remain in contention of a place\nin the next phase of the tournament.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They\nstarted their home assignments disastrously losing on back-to-back nights to\nthe St Lucia Zouks and defending champions Trinbago Knight Riders on Thursday\nand Friday respectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For\na victory, Tallawahs bowlers will have to start performing to support the\nbatting, as they have failed in all their matches so far. The batting has put\nup challenging totals, which have been let down by poor bowling and fielding.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Against\nthe Tridents, Tallawahs face an opponent closer to the foot of the standing\nalthough they have only played two matches. Tridents are on two points and are\nthird from bottom.</p>\n<!-- /wp:paragraph -->','Tallawahs hunt first win against Tridents at Sabina','','inherit','closed','closed','','9232-revision-v1','','','2019-09-15 10:22:08','2019-09-15 15:22:08','',9232,'https://buzz-caribbean.com/article/9232-revision-v1/',0,'revision','',0),(9236,23,'2019-09-15 10:29:31','2019-09-15 15:29:31','<!-- wp:image {\"id\":8042} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/red-stripe-premier-league-logo-1024x670.jpg\" alt=\"\" class=\"wp-image-8042\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former\nchampions Waterhouse and Harbour View will clash in the feature match of\nSunday’s round of matches in the Red Stripe Premier League at Drewsland\nstarting at 7:00 pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both\nare a part of the triplet of teams that have won their opening two matches in\nthe new season with the other being newcomers Molynes United. All three are on\nmaximum six points.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Goal\ndifference, however, separates them with Harbour View in second in the points\nstanding with a goal difference of four, one more than Waterhouse. Like Harbour\nView, Molynes have a goal difference of four, but lead the standing on goals\nscored.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Harbour\nView won their opening match against Mount Pleasant Football Academy 2-1 before\ndefeating Cavalier 3-0, while Waterhouse started with a 1-0 victory over\nDunbeholden and then stopped Vere United 2-0.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A\ntough encounter is expected with both having players of good pedigree.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another\ninteresting matchup should be between the league’s two newcomers this season,\nMolynes and Vere at Wembley Centre of Excellence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both\nhave shown, in the early stages of the competition that when given the\nopportunity they will be competitive, with Molynes leading the standing and\nVere sixth with one win and a loss.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>SUNDAY’S\nMATCHES</h4>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Portmore\nUnited vs Dunbeholden at Spanish Town Prison Oval at 3:30 pm</li><li>Vere United\nvs Molynes United at Wembley Centre of Excellence at 3:30 pm</li><li>Mount\nPleasant vs Tivoli Gardens at Drax Hall at 4:00 pm</li><li>Cavalier\nvs Humble Lion at Stadium East at 5:00 pm</li><li>Waterhouse\nvs Harbour at Drewsland at 7:00 pm</li></ul>\n<!-- /wp:list -->','Waterhouse tackle Harbour View in RSPL feature','','publish','open','closed','','waterhouse-tackle-harbour-view-in-rspl-feature','','','2019-09-15 10:29:31','2019-09-15 15:29:31','',0,'https://buzz-caribbean.com/?p=9236',0,'post','',0),(9237,11,'2019-09-15 10:29:31','2019-09-15 15:29:31','<!-- wp:image {\"id\":8042} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/red-stripe-premier-league-logo-1024x670.jpg\" alt=\"\" class=\"wp-image-8042\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former\nchampions Waterhouse and Harbour View will clash in the feature match of\nSunday’s round of matches in the Red Stripe Premier League at Drewsland\nstarting at 7:00 pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both\nare a part of the triplet of teams that have won their opening two matches in\nthe new season with the other being newcomers Molynes United. All three are on\nmaximum six points.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Goal\ndifference, however, separates them with Harbour View in second in the points\nstanding with a goal difference of four, one more than Waterhouse. Like Harbour\nView, Molynes have a goal difference of four, but lead the standing on goals\nscored.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Harbour\nView won their opening match against Mount Pleasant Football Academy 2-1 before\ndefeating Cavalier 3-0, while Waterhouse started with a 1-0 victory over\nDunbeholden and then stopped Vere United 2-0.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A\ntough encounter is expected with both having players of good pedigree.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another\ninteresting matchup should be between the league’s two newcomers this season,\nMolynes and Vere at Wembley Centre of Excellence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both\nhave shown, in the early stages of the competition that when given the\nopportunity they will be competitive, with Molynes leading the standing and\nVere sixth with one win and a loss.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>SUNDAY’S\nMATCHES</h4>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Portmore\nUnited vs Dunbeholden at Spanish Town Prison Oval at 3:30 pm</li><li>Vere United\nvs Molynes United at Wembley Centre of Excellence at 3:30 pm</li><li>Mount\nPleasant vs Tivoli Gardens at Drax Hall at 4:00 pm</li><li>Cavalier\nvs Humble Lion at Stadium East at 5:00 pm</li><li>Waterhouse\nvs Harbour at Drewsland at 7:00 pm</li></ul>\n<!-- /wp:list -->','Waterhouse tackle Harbour View in RSPL feature','','inherit','closed','closed','','9236-revision-v1','','','2019-09-15 10:29:31','2019-09-15 15:29:31','',9236,'https://buzz-caribbean.com/article/9236-revision-v1/',0,'revision','',0),(9238,21,'2019-09-15 11:06:02','2019-09-15 16:06:02','<!-- wp:paragraph -->\n<p>President of the Peoples National Party Dr.\nPeter Phillips and several senior and key members of the party worshipped at\nthe Boulevard Baptist&nbsp;Church on Sunday, (Sept 15) in what is dubbed the\nUnity and Healing service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9239} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/20190915085324_LGW_8679-1024x683.jpg\" alt=\"\" class=\"wp-image-9239\" /><figcaption>Senior members of the People\'s National Party assemble for a Unity and Healing church service on Sunday (Sept. 15)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The service was held under the auspices of Rev. Devon Dick. The\nservice saw senior party members such as Chairman Fitz Jackson, General\nSecretary Julian Robinson, vice presidents Wykeham McNeill, Mikael Phillips and\nPhillip Paulwell, as well as Peter Bunting, Fenton Ferguson and Mark Golding\nattending.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9240} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/20190915085602_LGW_8684-1-1024x683.jpg\" alt=\"\" class=\"wp-image-9240\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>During one point of the service, church members made light of\nthe recently concluded presidential election in which Phillips retained his\npresidency.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9241} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/20190915085435_LGW_8681-1024x683.jpg\" alt=\"\" class=\"wp-image-9241\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Rev. Devon Dick prayed for healing, unity and forgiveness among\nsupporters of the Rise United and One PNP camps.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See gallery below with more photos from the Unity and Healing Church Service on Sunday (Sept. 15)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[9243,9242,9244,9247]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Peter-Bunting-McNeil-PNP-Church-Service-1024x683.jpg\" alt=\"\" data-id=\"9243\" data-link=\"https://buzz-caribbean.com/?attachment_id=9243\" class=\"wp-image-9243\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Fenton-Ferguson-PNP-Unity-Church-Service-1024x683.jpg\" alt=\"\" data-id=\"9242\" data-link=\"https://buzz-caribbean.com/?attachment_id=9242\" class=\"wp-image-9242\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Peter-Phillips-PNP-Church-Service-1024x683.jpg\" alt=\"\" data-id=\"9244\" data-link=\"https://buzz-caribbean.com/?attachment_id=9244\" class=\"wp-image-9244\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Phillips-Bunting-Jackson-PNP-1024x683.jpg\" alt=\"\" data-id=\"9247\" data-link=\"https://buzz-caribbean.com/?attachment_id=9247\" class=\"wp-image-9247\" /></figure></li></ul>\n<!-- /wp:gallery -->','Peter Phillips, Peter Bunting attend unity and healing service','','publish','open','closed','','peter-phillips-peter-bunting-attend-unity-and-healing-service','','','2019-09-15 11:06:03','2019-09-15 16:06:03','',0,'https://buzz-caribbean.com/?p=9238',0,'post','',0),(9239,11,'2019-09-15 10:50:46','2019-09-15 15:50:46','','PNP-Unity-Healing-Church-Service-Buzz-Caribbean','','inherit','open','closed','','20190915085324_lgw_8679','','','2019-09-15 10:51:17','2019-09-15 15:51:17','',9238,'https://buzz-caribbean.com/app/uploads/2019/09/20190915085324_LGW_8679.jpg',0,'attachment','image/jpeg',0),(9240,11,'2019-09-15 10:52:53','2019-09-15 15:52:53','','Joyful-Singing-PNP-Unity-Healing-Service','','inherit','open','closed','','20190915085602_lgw_8684-1','','','2019-09-15 10:53:27','2019-09-15 15:53:27','',9238,'https://buzz-caribbean.com/app/uploads/2019/09/20190915085602_LGW_8684-1.jpg',0,'attachment','image/jpeg',0),(9241,11,'2019-09-15 10:53:59','2019-09-15 15:53:59','','20190915085435_LGW_8681','','inherit','open','closed','','20190915085435_lgw_8681','','','2019-09-15 10:53:59','2019-09-15 15:53:59','',9238,'https://buzz-caribbean.com/app/uploads/2019/09/20190915085435_LGW_8681.jpg',0,'attachment','image/jpeg',0),(9242,11,'2019-09-15 10:55:59','2019-09-15 15:55:59','','Fenton-Ferguson-PNP-Unity-Church-Service','','inherit','open','closed','','fenton-ferguson-pnp-unity-church-service','','','2019-09-15 10:55:59','2019-09-15 15:55:59','',9238,'https://buzz-caribbean.com/app/uploads/2019/09/Fenton-Ferguson-PNP-Unity-Church-Service.jpg',0,'attachment','image/jpeg',0),(9243,11,'2019-09-15 10:56:44','2019-09-15 15:56:44','','Peter-Bunting-McNeil-PNP-Church-Service','','inherit','open','closed','','peter-bunting-mcneil-pnp-church-service','','','2019-09-15 10:56:44','2019-09-15 15:56:44','',9238,'https://buzz-caribbean.com/app/uploads/2019/09/Peter-Bunting-McNeil-PNP-Church-Service.jpg',0,'attachment','image/jpeg',0),(9244,11,'2019-09-15 10:57:31','2019-09-15 15:57:31','','Peter-Phillips-PNP-Church-Service','','inherit','open','closed','','peter-phillips-pnp-church-service','','','2019-09-15 10:57:31','2019-09-15 15:57:31','',9238,'https://buzz-caribbean.com/app/uploads/2019/09/Peter-Phillips-PNP-Church-Service.jpg',0,'attachment','image/jpeg',0),(9246,11,'2019-09-15 11:02:24','2019-09-15 16:02:24','','Jackson Bunting Phillips PNP Church Service','','inherit','open','closed','','jackson-bunting-phillips-pnp-church-service-2','','','2019-09-15 11:02:24','2019-09-15 16:02:24','',9238,'https://buzz-caribbean.com/app/uploads/2019/09/Jackson-Bunting-Phillips-PNP-Church-Service-1.jpg',0,'attachment','image/jpeg',0),(9247,11,'2019-09-15 11:04:50','2019-09-15 16:04:50','','Phillips Bunting Jackson PNP','','inherit','open','closed','','phillips-bunting-jackson-pnp','','','2019-09-15 11:04:50','2019-09-15 16:04:50','',9238,'https://buzz-caribbean.com/app/uploads/2019/09/Phillips-Bunting-Jackson-PNP.jpg',0,'attachment','image/jpeg',0),(9248,11,'2019-09-15 11:06:02','2019-09-15 16:06:02','<!-- wp:paragraph -->\n<p>President of the Peoples National Party Dr.\nPeter Phillips and several senior and key members of the party worshipped at\nthe Boulevard Baptist&nbsp;Church on Sunday, (Sept 15) in what is dubbed the\nUnity and Healing service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9239} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/20190915085324_LGW_8679-1024x683.jpg\" alt=\"\" class=\"wp-image-9239\" /><figcaption>Senior members of the People\'s National Party assemble for a Unity and Healing church service on Sunday (Sept. 15)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The service was held under the auspices of Rev. Devon Dick. The\nservice saw senior party members such as Chairman Fitz Jackson, General\nSecretary Julian Robinson, vice presidents Wykeham McNeill, Mikael Phillips and\nPhillip Paulwell, as well as Peter Bunting, Fenton Ferguson and Mark Golding\nattending.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9240} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/20190915085602_LGW_8684-1-1024x683.jpg\" alt=\"\" class=\"wp-image-9240\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>During one point of the service, church members made light of\nthe recently concluded presidential election in which Phillips retained his\npresidency.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9241} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/20190915085435_LGW_8681-1024x683.jpg\" alt=\"\" class=\"wp-image-9241\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Rev. Devon Dick prayed for healing, unity and forgiveness among\nsupporters of the Rise United and One PNP camps.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See gallery below with more photos from the Unity and Healing Church Service on Sunday (Sept. 15)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[9243,9242,9244,9247]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Peter-Bunting-McNeil-PNP-Church-Service-1024x683.jpg\" alt=\"\" data-id=\"9243\" data-link=\"https://buzz-caribbean.com/?attachment_id=9243\" class=\"wp-image-9243\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Fenton-Ferguson-PNP-Unity-Church-Service-1024x683.jpg\" alt=\"\" data-id=\"9242\" data-link=\"https://buzz-caribbean.com/?attachment_id=9242\" class=\"wp-image-9242\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Peter-Phillips-PNP-Church-Service-1024x683.jpg\" alt=\"\" data-id=\"9244\" data-link=\"https://buzz-caribbean.com/?attachment_id=9244\" class=\"wp-image-9244\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Phillips-Bunting-Jackson-PNP-1024x683.jpg\" alt=\"\" data-id=\"9247\" data-link=\"https://buzz-caribbean.com/?attachment_id=9247\" class=\"wp-image-9247\" /></figure></li></ul>\n<!-- /wp:gallery -->','Peter Phillips, Peter Bunting attend unity and healing service','','inherit','closed','closed','','9238-revision-v1','','','2019-09-15 11:06:02','2019-09-15 16:06:02','',9238,'https://buzz-caribbean.com/article/9238-revision-v1/',0,'revision','',0),(9249,23,'2019-09-15 15:21:30','2019-09-15 20:21:30','<!-- wp:image {\"id\":8043} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/soccer-ball-football.jpg\" alt=\"\" class=\"wp-image-8043\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Champions\nof 1987 St Andrew Technical High (STATHS) were in a devastating mood on\nSaturday as they swamped Northern Technical 12-0 to move ahead of St Catherine\nHigh in Group C of the ISSA/Digicel Manning Cup football competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nmargin of victory enabled STATHS to lead on goal difference as although St\nCatherine also scored an impressive 8-1 win over Oberlin at Golden Spring,\nSTATHS have a goal difference of 17 with St Catherine on 16.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Defending\nchampions Kingston College defeated Pembroke Hall 5-0 to maintain their lead in\nGroup G with Excelsior moving into second position after they defeated Dunoon\nPark Technical 3-0 at Excelsior.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Former\nchampions St George’s defeated Ardenne 5-1 at Ardenne to solidify their\nposition at the top of Group F while Denham Town moved to the top of Group B\nwith a 1-0 win over Ascot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bridgeport\nand Cumberland are tied at the top of Group A after 1-0 victories over Clan\nCarthy and St Jago respectively. Haile Selassie surprised last year’s\nsemi-finalists Holy Trinity 1-0 to move to third in Group A.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>SATURDAY\'S\nRESULTS</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>GROUP\nA</h5>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Haile\nSelassie 1 vs Holy Trinity 0</li><li>Clan\nCarthy 0 vs Bridgeport 1</li><li>Cumberland\n1 vs St Jago 0</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>GROUP\nB</h5>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Kingston\nHigh 1 vs Charlie Smith 1</li><li>Ascot 0 vs\nDenham Town 1</li><li>Jonathan\nGrant 4 vs Donald Quarrie 0</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>GROUP C</h5>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Northern\nTechnical 0 vs STATHS 12</li><li>Oberlin 1\nvs St Catherine 8</li><li>Penwood 1\nvs Papine 3</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>GROUP F</h5>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Ardenne 1 vs St George’s College\n5</li><li>Eltham 1 vs Calabar 1</li><li>Norman Manley 2 vs Campion 0</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>GROUP G</h5>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Pembroke Hall 0 vs\nKingston College 5</li><li>Excelsior 3 vs Dunoon Park\n0</li><li>Kingston Technical 1 vs\nCedar Grove 1</li></ul>\n<!-- /wp:list -->','STATHS slam 12 past Northern Tech in Manning Cup','','publish','open','closed','','staths-slam-12-past-northern-tech-in-manning-cup','','','2019-09-15 15:21:30','2019-09-15 20:21:30','',0,'https://buzz-caribbean.com/?p=9249',0,'post','',0),(9250,11,'2019-09-15 11:32:40','2019-09-15 16:32:40','<!-- wp:paragraph -->\n<p>Champions\nof 1987 St Andrew Technical High (STATHS) were in a devastating mood on\nSaturday as they swamped Northern Technical 12-0 to move ahead of St Catherine\nHigh in Group C of the ISSA/Digicel Manning Cup football competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nmargin of victory enabled STATHS to lead on goal difference as although St\nCatherine also scored an impressive 8-1 win over Oberlin at Golden Spring,\nSTATHS have a goal difference of 17 with St Catherine on 16.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Defending\nchampions Kingston College defeated Pembroke Hall 5-0 to maintain their lead in\nGroup G with Excelsior moving into second position after they defeated Dunoon\nPark Technical 3-0 at Excelsior.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Former\nchampions St George’s defeated Ardenne 5-1 at Ardenne to solidify their\nposition at the top of Group F while Denham Town moved to the top of Group B\nwith a 1-0 win over Ascot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bridgeport\nand Cumberland are tied at the top of Group A after 1-0 victories over Clan\nCarthy and St Jago respectively. Haile Selassie surprised last year’s\nsemi-finalists Holy Trinity 1-0 to move to third in Group A.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>SATURDAY\'S\nRESULTS</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>GROUP\nA</h5>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Haile\nSelassie 1 vs Holy Trinity 0</li><li>Clan\nCarthy 0 vs Bridgeport 1</li><li>Cumberland\n1 vs St Jago 0</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>GROUP\nB</h5>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Kingston\nHigh 1 vs Charlie Smith 1</li><li>Ascot 0 vs\nDenham Town 1</li><li>Jonathan\nGrant 4 vs Donald Quarrie 0</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>GROUP C</h5>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Northern\nTechnical 0 vs STATHS 12</li><li>Oberlin 1\nvs St Catherine 8</li><li>Penwood 1\nvs Papine 3</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>GROUP F</h5>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Ardenne 1 vs St George’s College\n5</li><li>Eltham 1 vs Calabar 1</li><li>Norman Manley 2 vs Campion 0</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>GROUP G</h5>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Pembroke Hall 0 vs\nKingston College 5</li><li>Excelsior 3 vs Dunoon Park\n0</li><li>Kingston Technical 1 vs\nCedar Grove 1</li></ul>\n<!-- /wp:list -->','STATHS slam 12 past Northern Tech in Manning Cup','','inherit','closed','closed','','9249-revision-v1','','','2019-09-15 11:32:40','2019-09-15 16:32:40','',9249,'https://buzz-caribbean.com/article/9249-revision-v1/',0,'revision','',0),(9251,21,'2019-09-15 12:14:27','2019-09-15 17:14:27','<!-- wp:paragraph -->\n<p>Popcaan’s <strong>Unruly Fest</strong> is in high gear for the second staging. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2Hj5aOFD1n/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2Hj5aOFD1n/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Announced last week that the show is on for another year, fans got excited due to the stellar performances and well-produced event that it was last year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9255,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Unruly-Fest-Usain-Popcaan-Drake.jpg\" alt=\"\" class=\"wp-image-9255\" /><figcaption>Lens time with Usain Bolt, Drake and Popcaan at last year\'s star-studded Unruly Fest</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Two tasks at hand is the change in venue. Last year the event was staged at Lyssons Beach in St. Thomas the deejay’s home parish. Popcaan’s focus and purpose of this event is to produce an event that will make his parish and Jamaica proud. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Patrons and fans are requesting an encore of Canadian rapper Drake.  “We are contacting artistes, negotiations are under way, but we are not yet able to reveal the names of the performers just yet,” an affiliate of the Unruly Fest explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9253,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Drake-Popcaan-Unruly-Fest-2019.jpg\" alt=\"\" class=\"wp-image-9253\" /><figcaption>Drake and Popcaan enjoying a moment on stage during the first staging of Popcaan\'s Unruly Fest</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Last year the event left fans and patrons in much awe,\nthe stage was set ablaze with performances from Bounty Killa, Bugle, I-Wayne,\nAgent Sasco, Tanya Stephens, Cocoa Tea and the much-anticipated Drake.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BrgcS5dnJpm/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BrgcS5dnJpm/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Fans can expect another fantastic line-up for the second staging of Popcaan’s Unruly Fest.</p>\n<!-- /wp:paragraph -->','Unruly Fest in high gear for second staging','','publish','open','closed','','unruly-fest-in-high-gear-for-second-staging','','','2019-09-15 12:15:14','2019-09-15 17:15:14','',0,'https://buzz-caribbean.com/?p=9251',0,'post','',0),(9252,11,'2019-09-15 12:00:43','2019-09-15 17:00:43','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2Hj5aOFD1n/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2Hj5aOFD1n/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2Hj5aOFD1n/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Here we go again let’s do it unruly state.. who ready??? @unrulyfest #December21st #stThomas Jamaica.</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/popcaanmusic/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> 876GUD</a> (@popcaanmusic) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-07T17:19:53+00:00\">Sep 7, 2019 at 10:19am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','9a66a9a9efdb623eca5b7fcf1f9e253a','','','2019-09-15 12:00:43','2019-09-15 17:00:43','',0,'https://buzz-caribbean.com/article/9a66a9a9efdb623eca5b7fcf1f9e253a/',0,'oembed_cache','',0),(9253,11,'2019-09-15 12:02:55','2019-09-15 17:02:55','','Drake-Popcaan-Unruly-Fest-2019','','inherit','open','closed','','drake-popcaan-unruly-fest-2019','','','2019-09-15 12:02:55','2019-09-15 17:02:55','',9251,'https://buzz-caribbean.com/app/uploads/2019/09/Drake-Popcaan-Unruly-Fest-2019.jpg',0,'attachment','image/jpeg',0),(9254,11,'2019-09-15 12:04:07','2019-09-15 17:04:07','<!-- wp:paragraph -->\n<p>Popcaan’s <strong>Unruly Fest</strong> is in high gear for the second staging. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2Hj5aOFD1n/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2Hj5aOFD1n/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Announced last week that the show is on for another year, fans got excited due to the stellar performances and well-produced event that it was last year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9253,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Drake-Popcaan-Unruly-Fest-2019.jpg\" alt=\"\" class=\"wp-image-9253\" /><figcaption>Drake and Popcaan enjoying a moment on stage during the first staging of Popcaan\'s Unruly Fest</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Two tasks at hand is the change in venue. Last year the event was staged at Lyssons Beach in St. Thomas the deejay’s home parish. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Patrons and fans are requesting an encore of Canadian rapper Drake.  “We are contacting artistes, negotiations are under way, but we are not yet able to reveal the names of the performers just yet,” an affiliate of the Unruly Fest explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Popcaan’s focus and purpose of this event is to produce an event that will make his parish and Jamaica proud. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last year the event left fans and patrons in much awe,\nthe stage was set ablaze with performances from Bounty Killa, Bugle, I-Wayne,\nAgent Sasco, Tanya Stephens, Cocoa Tea and the much-anticipated Drake.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fans can expect another fantastic line-up for the second staging of Popcaan’s Unruly Fest.</p>\n<!-- /wp:paragraph -->','Unruly Fest in high gear for second staging','','inherit','closed','closed','','9251-revision-v1','','','2019-09-15 12:04:07','2019-09-15 17:04:07','',9251,'https://buzz-caribbean.com/article/9251-revision-v1/',0,'revision','',0),(9255,11,'2019-09-15 12:06:25','2019-09-15 17:06:25','','Unruly-Fest-Usain-Popcaan-Drake','','inherit','open','closed','','unruly-fest-usain-popcaan-drake','','','2019-09-15 12:06:25','2019-09-15 17:06:25','',9251,'https://buzz-caribbean.com/app/uploads/2019/09/Unruly-Fest-Usain-Popcaan-Drake.jpg',0,'attachment','image/jpeg',0),(9256,11,'2019-09-15 12:14:27','2019-09-15 17:14:27','<!-- wp:paragraph -->\n<p>Popcaan’s <strong>Unruly Fest</strong> is in high gear for the second staging. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2Hj5aOFD1n/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2Hj5aOFD1n/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Announced last week that the show is on for another year, fans got excited due to the stellar performances and well-produced event that it was last year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9255,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Unruly-Fest-Usain-Popcaan-Drake.jpg\" alt=\"\" class=\"wp-image-9255\" /><figcaption>Lens time with Usain Bolt, Drake and Popcaan at last year\'s star-studded Unruly Fest</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Two tasks at hand is the change in venue. Last year the event was staged at Lyssons Beach in St. Thomas the deejay’s home parish. Popcaan’s focus and purpose of this event is to produce an event that will make his parish and Jamaica proud. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Patrons and fans are requesting an encore of Canadian rapper Drake.  “We are contacting artistes, negotiations are under way, but we are not yet able to reveal the names of the performers just yet,” an affiliate of the Unruly Fest explained. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9253,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Drake-Popcaan-Unruly-Fest-2019.jpg\" alt=\"\" class=\"wp-image-9253\" /><figcaption>Drake and Popcaan enjoying a moment on stage during the first staging of Popcaan\'s Unruly Fest</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Last year the event left fans and patrons in much awe,\nthe stage was set ablaze with performances from Bounty Killa, Bugle, I-Wayne,\nAgent Sasco, Tanya Stephens, Cocoa Tea and the much-anticipated Drake.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BrgcS5dnJpm/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BrgcS5dnJpm/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Fans can expect another fantastic line-up for the second staging of Popcaan’s Unruly Fest.</p>\n<!-- /wp:paragraph -->','Unruly Fest in high gear for second staging','','inherit','closed','closed','','9251-revision-v1','','','2019-09-15 12:14:27','2019-09-15 17:14:27','',9251,'https://buzz-caribbean.com/article/9251-revision-v1/',0,'revision','',0),(9257,11,'2019-09-15 12:14:27','2019-09-15 17:14:27','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BrgcS5dnJpm/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BrgcS5dnJpm/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BrgcS5dnJpm/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">@unrulyfest ???</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/popcaanmusic/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> 876GUD</a> (@popcaanmusic) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2018-12-17T23:29:08+00:00\">Dec 17, 2018 at 3:29pm PST</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','2c958e5e1fe69533a463bb949b17f44a','','','2019-09-15 12:14:27','2019-09-15 17:14:27','',0,'https://buzz-caribbean.com/article/2c958e5e1fe69533a463bb949b17f44a/',0,'oembed_cache','',0),(9258,23,'2019-09-15 12:32:34','2019-09-15 17:32:34','<!-- wp:paragraph -->\n<p>Jamaica Tallawahs fans made their disappointment in the performance of the team known on Sunday, as they failed to turn out for their important clash against the Barbados Tridents at Sabina Park.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9259} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Empty-Stands-Tallawahs-Buzz-1024x768.jpg\" alt=\"\" class=\"wp-image-9259\" /><figcaption>Stands at Sabina Park barely filled as the Jamaica Tallawahs take on their all-important match against the Barbados Tridents</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The empty stands were in contrast to Thursday and Friday nights\' respective matches against the St Lucia Zouks and defending champions Trinbago Knight Riders. The Tallawahs lost both matches convincingly.<br> Those two matches were the Tallawahs first matches on home soil in the competition this year and both had a large turnout of fans, who partied and tried to enjoy the cricket festivities without much success.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9260} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Sabina-Park-Tallawahs-Buzz-Caribbean-1024x768.jpg\" alt=\"\" class=\"wp-image-9260\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On Sunday, the George Headley stand to the south of the venue had in the most spectators, with a sprinkling of fans to the left of the pitch as the Tallawahs go in search of their first win in the competition after losing their four matches so far.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> They are rooted at the foot of the points standing without a point.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, on the field of play, the Tallawahs won the toss and elected to bowl.</p>\n<!-- /wp:paragraph -->','Fans shun Tallawahs','','publish','open','closed','','fans-shun-tallawahs','','','2019-09-15 12:32:35','2019-09-15 17:32:35','',0,'https://buzz-caribbean.com/?p=9258',0,'post','',0),(9259,11,'2019-09-15 12:26:31','2019-09-15 17:26:31','','Empty-Stands-Tallawahs-Buzz','','inherit','open','closed','','empty-stands-tallawahs-buzz','','','2019-09-15 12:26:31','2019-09-15 17:26:31','',9258,'https://buzz-caribbean.com/app/uploads/2019/09/Empty-Stands-Tallawahs-Buzz.jpg',0,'attachment','image/jpeg',0),(9260,11,'2019-09-15 12:29:52','2019-09-15 17:29:52','','Sabina-Park-Tallawahs-Buzz-Caribbean','','inherit','open','closed','','sabina-park-tallawahs-buzz-caribbean','','','2019-09-15 12:29:52','2019-09-15 17:29:52','',9258,'https://buzz-caribbean.com/app/uploads/2019/09/Sabina-Park-Tallawahs-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(9261,11,'2019-09-15 12:32:34','2019-09-15 17:32:34','<!-- wp:paragraph -->\n<p>Jamaica Tallawahs fans made their disappointment in the performance of the team known on Sunday, as they failed to turn out for their important clash against the Barbados Tridents at Sabina Park.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9259} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Empty-Stands-Tallawahs-Buzz-1024x768.jpg\" alt=\"\" class=\"wp-image-9259\" /><figcaption>Stands at Sabina Park barely filled as the Jamaica Tallawahs take on their all-important match against the Barbados Tridents</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The empty stands were in contrast to Thursday and Friday nights\' respective matches against the St Lucia Zouks and defending champions Trinbago Knight Riders. The Tallawahs lost both matches convincingly.<br> Those two matches were the Tallawahs first matches on home soil in the competition this year and both had a large turnout of fans, who partied and tried to enjoy the cricket festivities without much success.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9260} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Sabina-Park-Tallawahs-Buzz-Caribbean-1024x768.jpg\" alt=\"\" class=\"wp-image-9260\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On Sunday, the George Headley stand to the south of the venue had in the most spectators, with a sprinkling of fans to the left of the pitch as the Tallawahs go in search of their first win in the competition after losing their four matches so far.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> They are rooted at the foot of the points standing without a point.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, on the field of play, the Tallawahs won the toss and elected to bowl.</p>\n<!-- /wp:paragraph -->','Fans shun Tallawahs','','inherit','closed','closed','','9258-revision-v1','','','2019-09-15 12:32:34','2019-09-15 17:32:34','',9258,'https://buzz-caribbean.com/article/9258-revision-v1/',0,'revision','',0),(9263,11,'2019-09-15 12:48:12','2019-09-15 17:48:12','','Tosh-Alexander-Buzz-Caribbean','','inherit','open','closed','','tosh-alexander-buzz-caribbean','','','2019-09-15 12:48:12','2019-09-15 17:48:12','',0,'https://buzz-caribbean.com/app/uploads/2019/09/Tosh-Alexander-Buzz-Caribbean.png',0,'attachment','image/png',0),(9264,11,'2019-09-15 12:51:36','2019-09-15 17:51:36','','Tosh-Alexander-Games-Buzz','','inherit','open','closed','','tosh-alexander-games-buzz','','','2019-09-15 12:51:36','2019-09-15 17:51:36','',0,'https://buzz-caribbean.com/app/uploads/2019/09/Tosh-Alexander-Games-Buzz.jpg',0,'attachment','image/jpeg',0),(9265,11,'2019-09-15 12:59:38','2019-09-15 17:59:38','','Tosh-Alexander-Games-Music-Video-Buzz','','inherit','open','closed','','tosh-alexander-games-music-video-buzz','','','2019-09-15 12:59:38','2019-09-15 17:59:38','',0,'https://buzz-caribbean.com/app/uploads/2019/09/Tosh-Alexander-Games-Music-Video-Buzz.jpg',0,'attachment','image/jpeg',0),(9266,11,'2019-09-15 13:01:09','2019-09-15 18:01:09','','Tosh-Alexander-Games-Music-Video-VEVO-Buzz','','inherit','open','closed','','tosh-alexander-games-music-video-vevo-buzz','','','2019-09-15 13:01:09','2019-09-15 18:01:09','',0,'https://buzz-caribbean.com/app/uploads/2019/09/Tosh-Alexander-Games-Music-Video-VEVO-Buzz.jpg',0,'attachment','image/jpeg',0),(9267,11,'2019-09-15 13:03:42','2019-09-15 18:03:42','<iframe title=\"Tosh Alexander - Games\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/o286IpT0cn8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','6478c13e9fee997e064d44b0a0aaaa4b','','','2019-09-15 13:03:42','2019-09-15 18:03:42','',0,'https://buzz-caribbean.com/article/6478c13e9fee997e064d44b0a0aaaa4b/',0,'oembed_cache','',0),(9268,11,'2019-09-15 13:06:47','2019-09-15 18:06:47','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2UdFYAHLd4/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2UdFYAHLd4/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2UdFYAHLd4/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">#RollingStone #GAMES #Jamaica #RollingStone #CaribbeanGirls #Reggae #Pop @_simplychy @alian0 @simmi.di.teacha @popstylemusic @aftercluvdlab</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/toshalexander/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> TOSH????</a> (@toshalexander) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-12T17:30:29+00:00\">Sep 12, 2019 at 10:30am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','8e17a5d9364ba706538d52eeb6157c7b','','','2019-09-15 13:06:47','2019-09-15 18:06:47','',0,'https://buzz-caribbean.com/article/8e17a5d9364ba706538d52eeb6157c7b/',0,'oembed_cache','',0),(9269,11,'2019-09-15 13:17:47','2019-09-15 18:17:47','','Tosh Alexander Video Shoot Buzz','','inherit','open','closed','','tosh-alexander-video-shoot-buzz','','','2019-09-15 13:17:47','2019-09-15 18:17:47','',0,'https://buzz-caribbean.com/app/uploads/2019/09/Tosh-Alexander-Video-Shoot-Buzz.png',0,'attachment','image/png',0),(9271,11,'2019-09-15 13:24:11','2019-09-15 18:24:11','','Jaxx-Producer-Games-Tosh-Alexander-Buzz','','inherit','open','closed','','jaxx-producer-games-tosh-alexander-buzz','','','2019-09-15 13:24:11','2019-09-15 18:24:11','',0,'https://buzz-caribbean.com/app/uploads/2019/09/Jaxx-Producer-Games-Tosh-Alexander-Buzz.png',0,'attachment','image/png',0),(9272,11,'2019-09-15 13:25:19','2019-09-15 18:25:19','','Tosh Alexander Games Music Video Buzz','','inherit','open','closed','','tosh-alexander-games-music-video-buzz-2','','','2019-09-15 13:25:19','2019-09-15 18:25:19','',0,'https://buzz-caribbean.com/app/uploads/2019/09/Tosh-Alexander-Games-Music-Video-Buzz-1.jpg',0,'attachment','image/jpeg',0),(9275,21,'2019-09-15 15:15:09','2019-09-15 20:15:09','<!-- wp:paragraph -->\n<p>IG model is a popular term among the online community to describe fashionistas with a notably large presence on Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9297} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Instagram-App-Buzz-1024x800.jpg\" alt=\"\" class=\"wp-image-9297\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kadesha Porter known on Instagram as @KadziiPorter is one of the names mentioned amongst the bunch in Jamaica. The final year University of Technology (Utech) student rose to her Instagram fame five years ago after she started doing event promotions, bottle services and being a hostess at events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9298} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Porter-IG-Model-Buzz-Caribbean.png\" alt=\"\" class=\"wp-image-9298\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The term, since its inception, has been given a bad reputation and downplayed because of the perceived minimal work that is required. Pop sensation even went on to make a song stating that \"these Instagram models/are nothing but trouble\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=MKVBLu1zkog\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=MKVBLu1zkog\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Porter, however, has no hard feelings, “I don’t feel any way about being called an Instagram model because that is a part of what I do. However, I’m more than just that.”&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9299,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Porter-Instagram-Model-Buzz.png\" alt=\"\" class=\"wp-image-9299\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Being an&nbsp; IG model can create entrepreneurial &nbsp;opportunities for individuals like Porter who has a big following - over 159,000 - has opened online businesses including selling swimsuits, clothing and most recently crochet braids. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9300} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Swimsuit-Instagram-Model-Buzz-Caribbean.png\" alt=\"\" class=\"wp-image-9300\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Most IG models seem to live pretty lavish lifestyles - they are usually invited to most popular events, included in PR promotions given their huge fanbase and quite popular on the social scene. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Persons think that we are not human or we are perfect\"</p><cite>— Kadesha Porter, Instagram Model</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Porter, who is completing her degree in Finance, noted that payment received from entities varies in cash or kind.“Payment varies in the form of cash or items,\" she noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9301,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Events-Porter-Instagram-Model-Buzz.png\" alt=\"\" class=\"wp-image-9301\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A major con that comes with being an IG model, however, is the constant exposure to cyber bullying. “Persons think that we are not human or we are perfect, so things that may happens to a regular individual may be brushed under the rug but for us they make it a big deal,” the 24-year-old expressed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9302} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/IG-Model-Porter-Instagram-Buzz-Caribbean.png\" alt=\"\" class=\"wp-image-9302\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She, however, acknowledges the support from her followers on Instagram and the opportunities that come from the platform.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ </strong>fam tell us who\'s your fav IG model? </p>\n<!-- /wp:paragraph -->','Kadesha Porter: Claiming her IG fame and its perks','','publish','open','closed','','kadesha-porter-claiming-her-ig-fame-and-its-perks','','','2019-09-16 10:56:01','2019-09-16 15:56:01','',0,'https://buzz-caribbean.com/?p=9275',0,'post','',0),(9278,23,'2019-09-15 14:00:07','2019-09-15 19:00:07','<!-- wp:paragraph -->\n<p>Tosh Alexander came on the scene in 2013 when her voice was featured on the Busta Rhymes track featuring Nicki Minaj “<a href=\"https://www.youtube.com/watch?v=2h0FHR4G6hI\">Twerk It</a>”. Yes, she was the Jamaican saying, “Yea, Yuh dun know…” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9279} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tosh-Alexander-Buzz-Caribbean-1-898x1024.png\" alt=\"\" class=\"wp-image-9279\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She has returned to Jamaica from the US and has been making musical strides locally. Tosh has released her new single “Games” which is a remake of Serani’s 2009 hit “<a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=Iow392Lib1Q\" target=\"_blank\">No Games</a>”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9280} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tosh-Alexander-Games-Music-Video-Buzz-2-1024x438.jpg\" alt=\"\" class=\"wp-image-9280\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In 2009 ‘No Games’ crossed over to the US and got recognition from mainstream media. Serani was telling his love interest that he has no time for games; Tosh is sending the same message but with a twist.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9282} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tosh-Alexander-Games-Buzz-1-1024x540.jpg\" alt=\"\" class=\"wp-image-9282\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She sternly told her love interest that she\nis not up for the games even though she desperately wants the relationship to\nwork. Some of Alexander’s requests in the song are, “Just send reply\nsometimes/Say you’re mine, all mine.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9281} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tosh-Alexander-Games-Music-Video-VEVO-Buzz-1-1024x495.jpg\" alt=\"\" class=\"wp-image-9281\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The song produced by Jaxx who works extensively with Jada Kingdom, did an immaculate mix between dancehall and R&amp;B.  The video depicts a modernly sexy and fashionable Tosh.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9283} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Jaxx-Producer-Games-Tosh-Alexander-Buzz-1.png\" alt=\"\" class=\"wp-image-9283\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A nervous Tosh took to Instagram sharing that, “I haven’t slept. I’m actually frazzled. I’m actually nervous &amp; excited.\" She added, “My craft isn’t a #Game to me and anyone who knows me knows this.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> To continue the excitement around her single, she also shared with fans a snippet of a Rolling Stones review on the new track.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2UdFYAHLd4/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2UdFYAHLd4/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ </strong>fam check out the vid and tell us what you think.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=o286IpT0cn8\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=o286IpT0cn8\n</div></figure>\n<!-- /wp:embed -->','Tosh Alexander releases hit single \'Games\'','','publish','open','closed','','tosh-alexander-releases-hit-single-games','','','2019-09-15 14:00:08','2019-09-15 19:00:08','',0,'https://buzz-caribbean.com/?p=9278',0,'post','',0),(9279,11,'2019-09-15 13:50:10','2019-09-15 18:50:10','','Tosh-Alexander-Buzz-Caribbean-1','','inherit','open','closed','','tosh-alexander-buzz-caribbean-1','','','2019-09-15 13:50:10','2019-09-15 18:50:10','',9278,'https://buzz-caribbean.com/app/uploads/2019/09/Tosh-Alexander-Buzz-Caribbean-1.png',0,'attachment','image/png',0),(9280,11,'2019-09-15 13:50:34','2019-09-15 18:50:34','','Tosh-Alexander-Games-Music-Video-Buzz-2','','inherit','open','closed','','tosh-alexander-games-music-video-buzz-2-2','','','2019-09-15 13:50:34','2019-09-15 18:50:34','',9278,'https://buzz-caribbean.com/app/uploads/2019/09/Tosh-Alexander-Games-Music-Video-Buzz-2.jpg',0,'attachment','image/jpeg',0),(9281,11,'2019-09-15 13:50:52','2019-09-15 18:50:52','','Tosh-Alexander-Games-Music-Video-VEVO-Buzz-1','','inherit','open','closed','','tosh-alexander-games-music-video-vevo-buzz-1','','','2019-09-15 13:50:52','2019-09-15 18:50:52','',9278,'https://buzz-caribbean.com/app/uploads/2019/09/Tosh-Alexander-Games-Music-Video-VEVO-Buzz-1.jpg',0,'attachment','image/jpeg',0),(9282,11,'2019-09-15 13:51:18','2019-09-15 18:51:18','','Tosh-Alexander-Games-Buzz-1','','inherit','open','closed','','tosh-alexander-games-buzz-1','','','2019-09-15 13:51:18','2019-09-15 18:51:18','',9278,'https://buzz-caribbean.com/app/uploads/2019/09/Tosh-Alexander-Games-Buzz-1.jpg',0,'attachment','image/jpeg',0),(9283,11,'2019-09-15 13:52:57','2019-09-15 18:52:57','','Jaxx-Producer-Games-Tosh-Alexander-Buzz-1','','inherit','open','closed','','jaxx-producer-games-tosh-alexander-buzz-1','','','2019-09-15 13:52:57','2019-09-15 18:52:57','',9278,'https://buzz-caribbean.com/app/uploads/2019/09/Jaxx-Producer-Games-Tosh-Alexander-Buzz-1.png',0,'attachment','image/png',0),(9284,11,'2019-09-15 14:00:07','2019-09-15 19:00:07','<!-- wp:paragraph -->\n<p>Tosh Alexander came on the scene in 2013 when her voice was featured on the Busta Rhymes track featuring Nicki Minaj “<a href=\"https://www.youtube.com/watch?v=2h0FHR4G6hI\">Twerk It</a>”. Yes, she was the Jamaican saying, “Yea, Yuh dun know…” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9279} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tosh-Alexander-Buzz-Caribbean-1-898x1024.png\" alt=\"\" class=\"wp-image-9279\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She has returned to Jamaica from the US and has been making musical strides locally. Tosh has released her new single “Games” which is a remake of Serani’s 2009 hit “<a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=Iow392Lib1Q\" target=\"_blank\">No Games</a>”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9280} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tosh-Alexander-Games-Music-Video-Buzz-2-1024x438.jpg\" alt=\"\" class=\"wp-image-9280\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In 2009 ‘No Games’ crossed over to the US and got recognition from mainstream media. Serani was telling his love interest that he has no time for games; Tosh is sending the same message but with a twist.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9282} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tosh-Alexander-Games-Buzz-1-1024x540.jpg\" alt=\"\" class=\"wp-image-9282\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She sternly told her love interest that she\nis not up for the games even though she desperately wants the relationship to\nwork. Some of Alexander’s requests in the song are, “Just send reply\nsometimes/Say you’re mine, all mine.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9281} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tosh-Alexander-Games-Music-Video-VEVO-Buzz-1-1024x495.jpg\" alt=\"\" class=\"wp-image-9281\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The song produced by Jaxx who works extensively with Jada Kingdom, did an immaculate mix between dancehall and R&amp;B.  The video depicts a modernly sexy and fashionable Tosh.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9283} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Jaxx-Producer-Games-Tosh-Alexander-Buzz-1.png\" alt=\"\" class=\"wp-image-9283\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A nervous Tosh took to Instagram sharing that, “I haven’t slept. I’m actually frazzled. I’m actually nervous &amp; excited.\" She added, “My craft isn’t a #Game to me and anyone who knows me knows this.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> To continue the excitement around her single, she also shared with fans a snippet of a Rolling Stones review on the new track.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2UdFYAHLd4/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2UdFYAHLd4/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ </strong>fam check out the vid and tell us what you think.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=o286IpT0cn8\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=o286IpT0cn8\n</div></figure>\n<!-- /wp:embed -->','Tosh Alexander releases hit single \'Games\'','','inherit','closed','closed','','9278-revision-v1','','','2019-09-15 14:00:07','2019-09-15 19:00:07','',9278,'https://buzz-caribbean.com/article/9278-revision-v1/',0,'revision','',0),(9285,11,'2019-09-15 14:41:28','2019-09-15 19:41:28','<!-- wp:paragraph -->\n<p>Jamaica Tallawahs opted for mainly spin bowling in their Caribbean Premier League Twenty20 cricket match on Sunday against the Barbados Trident at Sabina Park and it paid dividend as they restricted their opponents to 140 for nine in the allotted overs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9286} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tallawahs-Tridents-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-9286\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The total was the lowest the Tallawahs allowed an opponent this season as their bowlers had struggled in their first four matches, which they all lost although having challenging totals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9288} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tallawahs-Cheerleaders-CPL-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-9288\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Before, the lowest total the Tallawahs conceded was when they gave up 171 for five against the St Lucia Zouks Thursday night also at Sabina Park as the Zouks chased 170 off 16.4 overs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9289} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Sabina-CPL-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-9289\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Opening with spinners, Tridents\' batsmen struggled to get the ball out of the circle, finding it hard to generate their own pace off the bowlers. In their effort to pierce the outfield, they offered simple catching chances, which the Tallawahs fielders collected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9290} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tridents-Batsman-CPL-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-9290\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Tridents\' innings was propped in the middle by Ashley Nurse, who slammed 37 off 18 balls that included four fours and three sixes and shared in a sixth-wicket partnership with Jean-Paul Duminy that yielded 49 runs off 27 balls.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nurse top scored with Duminy, who was the mainstay of the innings, being the next best Tridents batsman as he scored 31 off 35 balls that included three fours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the Tallawahs, Zahir Khan got three wickets in four overs while conceding 20 runs. Ramaal Lewis and George Worker each picked up two wickets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Check out the gallery below for more highlights from the match.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[9291,9292,9293,9294]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Spectators-Tallawahs-Tridents-Buzz-1024x683.jpg\" alt=\"\" data-id=\"9291\" data-link=\"https://buzz-caribbean.com/?attachment_id=9291\" class=\"wp-image-9291\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Jamaica-Tallawahs-CPL-Buzz-Caribbean-1024x683.jpg\" alt=\"\" data-id=\"9292\" data-link=\"https://buzz-caribbean.com/?attachment_id=9292\" class=\"wp-image-9292\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tallawahs-CPL-T20-Buzz-1024x683.jpg\" alt=\"\" data-id=\"9293\" data-link=\"https://buzz-caribbean.com/?attachment_id=9293\" class=\"wp-image-9293\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tallawahs-Tridents-CPL-Buzz-1024x683.jpg\" alt=\"\" data-id=\"9294\" data-link=\"https://buzz-caribbean.com/?attachment_id=9294\" class=\"wp-image-9294\" /></figure></li></ul>\n<!-- /wp:gallery -->','Tallawahs need 141 to win against Tridents','','publish','open','closed','','tallawahs-need-141-to-win-against-tridents','','','2019-09-15 14:41:29','2019-09-15 19:41:29','',0,'https://buzz-caribbean.com/?p=9285',0,'post','',0),(9286,11,'2019-09-15 14:20:38','2019-09-15 19:20:38','','Tallawahs-Tridents-Buzz-Caribbean','','inherit','open','closed','','tallawahs-tridents-buzz-caribbean','','','2019-09-15 14:20:38','2019-09-15 19:20:38','',9285,'https://buzz-caribbean.com/app/uploads/2019/09/Tallawahs-Tridents-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(9287,11,'2019-09-15 14:21:09','2019-09-15 19:21:09','','20190915130430_LGW_8753','','inherit','open','closed','','20190915130430_lgw_8753','','','2019-09-15 14:21:09','2019-09-15 19:21:09','',9285,'https://buzz-caribbean.com/app/uploads/2019/09/20190915130430_LGW_8753.jpg',0,'attachment','image/jpeg',0),(9288,11,'2019-09-15 14:27:31','2019-09-15 19:27:31','','Tallawahs-Cheerleaders-CPL-Buzz','','inherit','open','closed','','tallawahs-cheerleaders-cpl-buzz','','','2019-09-15 14:27:31','2019-09-15 19:27:31','',9285,'https://buzz-caribbean.com/app/uploads/2019/09/Tallawahs-Cheerleaders-CPL-Buzz.jpg',0,'attachment','image/jpeg',0),(9289,11,'2019-09-15 14:34:19','2019-09-15 19:34:19','','Sabina-CPL-Buzz','','inherit','open','closed','','sabina-cpl-buzz','','','2019-09-15 14:34:19','2019-09-15 19:34:19','',9285,'https://buzz-caribbean.com/app/uploads/2019/09/Sabina-CPL-Buzz.jpg',0,'attachment','image/jpeg',0),(9290,11,'2019-09-15 14:36:40','2019-09-15 19:36:40','','Tridents-Batsman-CPL-Buzz','','inherit','open','closed','','tridents-batsman-cpl-buzz','','','2019-09-15 14:36:40','2019-09-15 19:36:40','',9285,'https://buzz-caribbean.com/app/uploads/2019/09/Tridents-Batsman-CPL-Buzz.jpg',0,'attachment','image/jpeg',0),(9291,11,'2019-09-15 14:37:55','2019-09-15 19:37:55','','Spectators-Tallawahs-Tridents-Buzz','','inherit','open','closed','','spectators-tallawahs-tridents-buzz','','','2019-09-15 14:37:55','2019-09-15 19:37:55','',9285,'https://buzz-caribbean.com/app/uploads/2019/09/Spectators-Tallawahs-Tridents-Buzz.jpg',0,'attachment','image/jpeg',0),(9292,11,'2019-09-15 14:38:30','2019-09-15 19:38:30','','Jamaica-Tallawahs-CPL-Buzz-Caribbean','','inherit','open','closed','','jamaica-tallawahs-cpl-buzz-caribbean','','','2019-09-15 14:38:30','2019-09-15 19:38:30','',9285,'https://buzz-caribbean.com/app/uploads/2019/09/Jamaica-Tallawahs-CPL-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(9293,11,'2019-09-15 14:39:28','2019-09-15 19:39:28','','Tallawahs-CPL-T20-Buzz','','inherit','open','closed','','tallawahs-cpl-t20-buzz','','','2019-09-15 14:39:28','2019-09-15 19:39:28','',9285,'https://buzz-caribbean.com/app/uploads/2019/09/Tallawahs-CPL-T20-Buzz.jpg',0,'attachment','image/jpeg',0),(9294,11,'2019-09-15 14:40:23','2019-09-15 19:40:23','','Tallawahs-Tridents-CPL-Buzz','','inherit','open','closed','','tallawahs-tridents-cpl-buzz','','','2019-09-15 14:40:23','2019-09-15 19:40:23','',9285,'https://buzz-caribbean.com/app/uploads/2019/09/Tallawahs-Tridents-CPL-Buzz.jpg',0,'attachment','image/jpeg',0),(9295,11,'2019-09-15 14:41:28','2019-09-15 19:41:28','<!-- wp:paragraph -->\n<p>Jamaica Tallawahs opted for mainly spin bowling in their Caribbean Premier League Twenty20 cricket match on Sunday against the Barbados Trident at Sabina Park and it paid dividend as they restricted their opponents to 140 for nine in the allotted overs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9286} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tallawahs-Tridents-Buzz-Caribbean-1024x683.jpg\" alt=\"\" class=\"wp-image-9286\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The total was the lowest the Tallawahs allowed an opponent this season as their bowlers had struggled in their first four matches, which they all lost although having challenging totals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9288} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tallawahs-Cheerleaders-CPL-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-9288\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Before, the lowest total the Tallawahs conceded was when they gave up 171 for five against the St Lucia Zouks Thursday night also at Sabina Park as the Zouks chased 170 off 16.4 overs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9289} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Sabina-CPL-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-9289\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Opening with spinners, Tridents\' batsmen struggled to get the ball out of the circle, finding it hard to generate their own pace off the bowlers. In their effort to pierce the outfield, they offered simple catching chances, which the Tallawahs fielders collected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9290} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tridents-Batsman-CPL-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-9290\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Tridents\' innings was propped in the middle by Ashley Nurse, who slammed 37 off 18 balls that included four fours and three sixes and shared in a sixth-wicket partnership with Jean-Paul Duminy that yielded 49 runs off 27 balls.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nurse top scored with Duminy, who was the mainstay of the innings, being the next best Tridents batsman as he scored 31 off 35 balls that included three fours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the Tallawahs, Zahir Khan got three wickets in four overs while conceding 20 runs. Ramaal Lewis and George Worker each picked up two wickets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Check out the gallery below for more highlights from the match.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[9291,9292,9293,9294]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Spectators-Tallawahs-Tridents-Buzz-1024x683.jpg\" alt=\"\" data-id=\"9291\" data-link=\"https://buzz-caribbean.com/?attachment_id=9291\" class=\"wp-image-9291\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Jamaica-Tallawahs-CPL-Buzz-Caribbean-1024x683.jpg\" alt=\"\" data-id=\"9292\" data-link=\"https://buzz-caribbean.com/?attachment_id=9292\" class=\"wp-image-9292\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tallawahs-CPL-T20-Buzz-1024x683.jpg\" alt=\"\" data-id=\"9293\" data-link=\"https://buzz-caribbean.com/?attachment_id=9293\" class=\"wp-image-9293\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tallawahs-Tridents-CPL-Buzz-1024x683.jpg\" alt=\"\" data-id=\"9294\" data-link=\"https://buzz-caribbean.com/?attachment_id=9294\" class=\"wp-image-9294\" /></figure></li></ul>\n<!-- /wp:gallery -->','Tallawahs need 141 to win against Tridents','','inherit','closed','closed','','9285-revision-v1','','','2019-09-15 14:41:28','2019-09-15 19:41:28','',9285,'https://buzz-caribbean.com/article/9285-revision-v1/',0,'revision','',0),(9296,11,'2019-09-15 14:57:32','2019-09-15 19:57:32','<iframe title=\"Lil Wayne &amp; Charlie Puth - Nothing But Trouble [Official Video]\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/MKVBLu1zkog?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','b0f3c40c6c2dea46aadfc23c573c5dc0','','','2019-09-15 14:57:32','2019-09-15 19:57:32','',0,'https://buzz-caribbean.com/article/b0f3c40c6c2dea46aadfc23c573c5dc0/',0,'oembed_cache','',0),(9297,11,'2019-09-15 14:59:33','2019-09-15 19:59:33','','Instagram-App-Buzz','','inherit','open','closed','','instagram-app-buzz','','','2019-09-15 14:59:33','2019-09-15 19:59:33','',9275,'https://buzz-caribbean.com/app/uploads/2019/09/Instagram-App-Buzz.jpg',0,'attachment','image/jpeg',0),(9298,11,'2019-09-15 15:04:33','2019-09-15 20:04:33','','Porter-IG-Model-Buzz-Caribbean','','inherit','open','closed','','porter-ig-model-buzz-caribbean','','','2019-09-15 15:04:33','2019-09-15 20:04:33','',9275,'https://buzz-caribbean.com/app/uploads/2019/09/Porter-IG-Model-Buzz-Caribbean.png',0,'attachment','image/png',0),(9299,11,'2019-09-15 15:05:23','2019-09-15 20:05:23','','Porter-Instagram-Model-Buzz','','inherit','open','closed','','porter-instagram-model-buzz','','','2019-09-15 15:05:23','2019-09-15 20:05:23','',9275,'https://buzz-caribbean.com/app/uploads/2019/09/Porter-Instagram-Model-Buzz.png',0,'attachment','image/png',0),(9300,11,'2019-09-15 15:06:11','2019-09-15 20:06:11','','Swimsuit-Instagram-Model-Buzz-Caribbean','','inherit','open','closed','','swimsuit-instagram-model-buzz-caribbean','','','2019-09-15 15:06:11','2019-09-15 20:06:11','',9275,'https://buzz-caribbean.com/app/uploads/2019/09/Swimsuit-Instagram-Model-Buzz-Caribbean.png',0,'attachment','image/png',0),(9301,11,'2019-09-15 15:06:48','2019-09-15 20:06:48','','Events-Porter-Instagram-Model-Buzz','','inherit','open','closed','','events-porter-instagram-model-buzz','','','2019-09-15 15:06:48','2019-09-15 20:06:48','',9275,'https://buzz-caribbean.com/app/uploads/2019/09/Events-Porter-Instagram-Model-Buzz.png',0,'attachment','image/png',0),(9302,11,'2019-09-15 15:08:41','2019-09-15 20:08:41','','IG-Model-Porter-Instagram-Buzz-Caribbean','','inherit','open','closed','','ig-model-porter-instagram-buzz-caribbean','','','2019-09-15 15:08:41','2019-09-15 20:08:41','',9275,'https://buzz-caribbean.com/app/uploads/2019/09/IG-Model-Porter-Instagram-Buzz-Caribbean.png',0,'attachment','image/png',0),(9303,11,'2019-09-15 15:15:09','2019-09-15 20:15:09','<!-- wp:paragraph -->\n<p>IG model is a popular term among the online community to describe fashionistas with a notably large presence on Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9297} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Instagram-App-Buzz-1024x800.jpg\" alt=\"\" class=\"wp-image-9297\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kadesha Porter known on Instagram as @KadziiPorter is one of the names mentioned amongst the bunch in Jamaica. The final year University of Technology (Utech) student rose to her Instagram fame five years ago after she started doing event promotions, bottle services and being a hostess at events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9298} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Porter-IG-Model-Buzz-Caribbean.png\" alt=\"\" class=\"wp-image-9298\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The term, since its inception, has been given a bad reputation and downplayed because of the perceived minimal work that is required. Pop sensation even went on to make a song stating that \"these Instagram models/are nothing but trouble\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=MKVBLu1zkog\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=MKVBLu1zkog\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Porter however has no hard feelings, “I don’t feel any way about being called an Instagram model because that is a part of what I do. However, I’m more than just that.”  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9299,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Porter-Instagram-Model-Buzz.png\" alt=\"\" class=\"wp-image-9299\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Being an  IG model can create entrepreneurial  opportunities for individuals like Porter who has a big following - over 159,000 - has opened online businesses including selling swimsuits, clothing and most recently crochet braids. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9300} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Swimsuit-Instagram-Model-Buzz-Caribbean.png\" alt=\"\" class=\"wp-image-9300\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Most IG models seem to live pretty lavish lifestyles - they are usually invited to most popular events, included in PR promotions given their huge fanbase and quite popular on the social scene. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Persons think that we are not human or we are perfect\"</p><cite>— Kadesha Porter, Instagram Model</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Porter, who is completing her degree in Finance, noted that payment received from entities varies in cash or kind.“Payment varies in the form of cash or items,\" she noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9301,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Events-Porter-Instagram-Model-Buzz.png\" alt=\"\" class=\"wp-image-9301\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A major con that comes with being an IG model, however, is the constant exposure to cyber bullying. “Persons think that we are not human or we are perfect, so things that may happens to a regular individual may be brushed under the rug but for us they make it a big deal,” the 24-year-old expressed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9302} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/IG-Model-Porter-Instagram-Buzz-Caribbean.png\" alt=\"\" class=\"wp-image-9302\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She, however, acknowledges the support from her followers on Instagram and the opportunities that come from the platform.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ </strong>fam tell us who\'s your fav IG model? </p>\n<!-- /wp:paragraph -->','Kadesha Porter: Claiming her IG fame and its perks','','inherit','closed','closed','','9275-revision-v1','','','2019-09-15 15:15:09','2019-09-15 20:15:09','',9275,'https://buzz-caribbean.com/article/9275-revision-v1/',0,'revision','',0),(9304,11,'2019-09-15 15:16:53','2019-09-15 20:16:53','<!-- wp:paragraph -->\n<p>IG model is a popular term among the online community to describe fashionistas with a notably large presence on Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9297} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Instagram-App-Buzz-1024x800.jpg\" alt=\"\" class=\"wp-image-9297\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kadesha Porter known on Instagram as @KadziiPorter is one of the names mentioned amongst the bunch in Jamaica. The final year University of Technology (Utech) student rose to her Instagram fame five years ago after she started doing event promotions, bottle services and being a hostess at events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9298} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Porter-IG-Model-Buzz-Caribbean.png\" alt=\"\" class=\"wp-image-9298\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The term, since its inception, has been given a bad reputation and downplayed because of the perceived minimal work that is required. Pop sensation even went on to make a song stating that \"these Instagram models/are nothing but trouble\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=MKVBLu1zkog\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=MKVBLu1zkog\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Porter, however, has no hard feelings, “I don’t feel any way about being called an Instagram model because that is a part of what I do. However, I’m more than just that.”  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9299,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Porter-Instagram-Model-Buzz.png\" alt=\"\" class=\"wp-image-9299\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Being an&nbsp; IG model can create entrepreneurial &nbsp;opportunities for individuals like Porter who has a big following - over 159,000 - has opened online businesses including selling swimsuits, clothing and most recently crochet braids. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9300} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Swimsuit-Instagram-Model-Buzz-Caribbean.png\" alt=\"\" class=\"wp-image-9300\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Most IG models seem to live pretty lavish lifestyles - they are usually invited to most popular events, included in PR promotions given their huge fanbase and quite popular on the social scene. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Persons think that we are not human or we are perfect\"</p><cite>— Kadesha Porter, Instagram Model</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Porter, who is completing her degree in Finance, noted that payment received from entities varies in cash or kind.“Payment varies in the form of cash or items,\" she noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9301,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Events-Porter-Instagram-Model-Buzz.png\" alt=\"\" class=\"wp-image-9301\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A major con that comes with being an IG model, however, is the constant exposure to cyber bullying. “Persons think that we are not human or we are perfect, so things that may happens to a regular individual may be brushed under the rug but for us they make it a big deal,” the 24-year-old expressed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9302} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/IG-Model-Porter-Instagram-Buzz-Caribbean.png\" alt=\"\" class=\"wp-image-9302\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She, however, acknowledges the support from her followers on Instagram and the opportunities that come from the platform.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ </strong>fam tell us who\'s your fav IG model? </p>\n<!-- /wp:paragraph -->','Kadesha Porter: Claiming her IG fame and its perks','','inherit','closed','closed','','9275-revision-v1','','','2019-09-15 15:16:53','2019-09-15 20:16:53','',9275,'https://buzz-caribbean.com/article/9275-revision-v1/',0,'revision','',0),(9305,11,'2019-09-15 15:21:30','2019-09-15 20:21:30','<!-- wp:image {\"id\":8043} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/soccer-ball-football.jpg\" alt=\"\" class=\"wp-image-8043\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Champions\nof 1987 St Andrew Technical High (STATHS) were in a devastating mood on\nSaturday as they swamped Northern Technical 12-0 to move ahead of St Catherine\nHigh in Group C of the ISSA/Digicel Manning Cup football competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nmargin of victory enabled STATHS to lead on goal difference as although St\nCatherine also scored an impressive 8-1 win over Oberlin at Golden Spring,\nSTATHS have a goal difference of 17 with St Catherine on 16.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Defending\nchampions Kingston College defeated Pembroke Hall 5-0 to maintain their lead in\nGroup G with Excelsior moving into second position after they defeated Dunoon\nPark Technical 3-0 at Excelsior.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Former\nchampions St George’s defeated Ardenne 5-1 at Ardenne to solidify their\nposition at the top of Group F while Denham Town moved to the top of Group B\nwith a 1-0 win over Ascot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bridgeport\nand Cumberland are tied at the top of Group A after 1-0 victories over Clan\nCarthy and St Jago respectively. Haile Selassie surprised last year’s\nsemi-finalists Holy Trinity 1-0 to move to third in Group A.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>SATURDAY\'S\nRESULTS</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>GROUP\nA</h5>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Haile\nSelassie 1 vs Holy Trinity 0</li><li>Clan\nCarthy 0 vs Bridgeport 1</li><li>Cumberland\n1 vs St Jago 0</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>GROUP\nB</h5>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Kingston\nHigh 1 vs Charlie Smith 1</li><li>Ascot 0 vs\nDenham Town 1</li><li>Jonathan\nGrant 4 vs Donald Quarrie 0</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>GROUP C</h5>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Northern\nTechnical 0 vs STATHS 12</li><li>Oberlin 1\nvs St Catherine 8</li><li>Penwood 1\nvs Papine 3</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>GROUP F</h5>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Ardenne 1 vs St George’s College\n5</li><li>Eltham 1 vs Calabar 1</li><li>Norman Manley 2 vs Campion 0</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>GROUP G</h5>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Pembroke Hall 0 vs\nKingston College 5</li><li>Excelsior 3 vs Dunoon Park\n0</li><li>Kingston Technical 1 vs\nCedar Grove 1</li></ul>\n<!-- /wp:list -->','STATHS slam 12 past Northern Tech in Manning Cup','','inherit','closed','closed','','9249-revision-v1','','','2019-09-15 15:21:30','2019-09-15 20:21:30','',9249,'https://buzz-caribbean.com/article/9249-revision-v1/',0,'revision','',0),(9306,21,'2019-09-15 16:03:35','2019-09-15 21:03:35','<!-- wp:paragraph -->\n<p>Jamaican sprint icon, Asafa Powell has finally unveiled his newest project on social media where he indicated that he will be launching his fitness and wellness website, <strong>asafafitlife.com</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9309} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/asafa-fit-life-website-Buzz-1024x326.jpg\" alt=\"\" class=\"wp-image-9309\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The fitness enthusiast in an Instagram post noted “I\'ve been getting amazing feedback so far.. and I wanted to say thank you to all you guys!” he expressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2EbRyDhffX\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2EbRyDhffX\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>To further show his gratitude, he invited members from his growing social media family of over 361,000 followers on Instagram to participate in an online giveaway, allowing one lucky random winner the opportunity to receive a year\'s free membership at asafafitlife.com valued at one hundred and fifty thousand dollars.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With a stunning view and a workout routine of his own, Asafa announced on Instagram today (Sept. 15) that Shawn Richardson was the winner in his online giveaway.  According to Powell\'s post, Richardson will be contacted in the coming days on how to claim his prize, while thanking all those who participated in his online giveaway. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2Y6Gf8AQYj/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2Y6Gf8AQYj/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>While no exact date has been given for the site\'s launch, Powell continues to implore his social member followers to anticipate the arrival of his new venture in the upcoming weeks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The website will feature a myriad of Powell’s favourite healthy dishes, exercise training tips among other wellness features. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is not Powell\'s first foray in the wellness industry, having launched his smartwatch dubbed Active By Asafa in 2017.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9310} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Active-By-Asafa-Powell-Buzz-1024x659.jpg\" alt=\"\" class=\"wp-image-9310\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Powell invites persons interested about the launch of his exciting new  project, to visit the page and subscribe for updates, while offering each person a free copy of his <strong>Live Like a Legend</strong> e-book.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Andre Cooper</em></strong></p>\n<!-- /wp:paragraph -->','Asafa Powell to launch new fitness website','','publish','open','closed','','asafa-powell-to-launch-new-fitness-website','','','2019-09-15 16:03:35','2019-09-15 21:03:35','',0,'https://buzz-caribbean.com/?p=9306',0,'post','',0),(9307,11,'2019-09-15 15:39:20','2019-09-15 20:39:20','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2EbRyDhffX/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2EbRyDhffX/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2EbRyDhffX/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Giveaway Alert ?  I&#39;ve been getting amazing feedback so far about asafafitlife.com and I wanted to say thank you to all of you guys!  To celebrate the launch of my new website I&#39;m giving you the chance to win one year free membership for asafafitlife.com valued at $150, so head over to the site enter your name and email address and I&#39;ll pick a winner from there! Good luck!</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/asafasub10king/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Asafa Powell</a> (@asafasub10king) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-06T12:07:07+00:00\">Sep 6, 2019 at 5:07am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','b13ececf6d0fadf3fb399bd4e4b7f19b','','','2019-09-15 15:39:20','2019-09-15 20:39:20','',0,'https://buzz-caribbean.com/article/b13ececf6d0fadf3fb399bd4e4b7f19b/',0,'oembed_cache','',0),(9308,11,'2019-09-15 15:39:20','2019-09-15 20:39:20','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2Y6Gf8AQYj/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2Y6Gf8AQYj/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2Y6Gf8AQYj/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Congratulations ? to Shawn Richardson who is the lucky winner of the years membership to asafafitlife.com ?? I will contact you by email in the coming days with details on how to claim your prize. Thanks to everyone that entered! I&#39;m so excited for you to check out the site when it launches in the next few weeks!</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/asafasub10king/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Asafa Powell</a> (@asafasub10king) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-14T11:01:49+00:00\">Sep 14, 2019 at 4:01am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','dd9dce3f7f3d61aa3f6c250af5adb5d5','','','2019-09-15 15:39:20','2019-09-15 20:39:20','',0,'https://buzz-caribbean.com/article/dd9dce3f7f3d61aa3f6c250af5adb5d5/',0,'oembed_cache','',0),(9309,11,'2019-09-15 15:42:23','2019-09-15 20:42:23','','asafa-fit-life-website-Buzz','','inherit','open','closed','','asafa-fit-life-website-buzz','','','2019-09-15 15:42:23','2019-09-15 20:42:23','',9306,'https://buzz-caribbean.com/app/uploads/2019/09/asafa-fit-life-website-Buzz.jpg',0,'attachment','image/jpeg',0),(9310,11,'2019-09-15 15:49:08','2019-09-15 20:49:08','','Active By Asafa Powell Buzz','','inherit','open','closed','','active-by-asafa-powell-buzz','','','2019-09-15 15:49:08','2019-09-15 20:49:08','',9306,'https://buzz-caribbean.com/app/uploads/2019/09/Active-By-Asafa-Powell-Buzz.jpg',0,'attachment','image/jpeg',0),(9311,11,'2019-09-15 15:49:37','2019-09-15 20:49:37','<!-- wp:paragraph -->\n<p>Jamaican sprint icon, Asafa Powell has finally unveiled his newest project on social media where he indicated that he will be launching his health and fitness lifestyle, <strong>asafafitlife.com</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9309} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/asafa-fit-life-website-Buzz-1024x326.jpg\" alt=\"\" class=\"wp-image-9309\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The fitness enthusiast in an Instagram post noted “Ive been\ngetting amazing feedback so far.. and I wanted to say thank you to all you\nguys!,” he expressed thankfully. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2EbRyDhffX\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2EbRyDhffX\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>In his own little way of saying thank you, he invited members from his growing social media family of over 361,000 followers on Instagram to participate in an online giveaway, allowing one lucky random winner the opportunity to win a year\'s free membership at asafafitlife.com valued at one hundred and fifty thousand dollars.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With a stunning view and a workout routine of his own, Asafa announced on Instagram today (Sept. 15) that Shawn Richardson was the winner in his online giveaway.  According to Powell\'s post, Richardson will be contacted in the coming days on how to claim his prize, while thanking all those who participated in his online giveaway. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2Y6Gf8AQYj/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2Y6Gf8AQYj/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>While no exact date has been given for the site\'s launch, Powell continues to implore his social member followers to anticipate the arrival of his new venture in the upcoming weeks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I\'m so excited for you to check out the site when it launches in the next few weeks!” he said cheerfully. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The fitness and healthy lifestyle website features a myriad\nof Powell’s favourite healthy dishes; exercise training tips among many other\nincredible fitness initiatives. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is not Powell\'s first foray in the wellness industry, having launched his smartwatch dubbed Active By Asafa in 2017.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9310} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Active-By-Asafa-Powell-Buzz-1024x659.jpg\" alt=\"\" class=\"wp-image-9310\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Powell invites persons interested about the launch of his exciting new healthy lifestyle project, to visit the page and subscribe for updates, while offering  each person a free copy of his <strong>Live Like a Legend</strong> ebook.</p>\n<!-- /wp:paragraph -->','Asafa Powell to launch new fitness website','','inherit','closed','closed','','9306-revision-v1','','','2019-09-15 15:49:37','2019-09-15 20:49:37','',9306,'https://buzz-caribbean.com/article/9306-revision-v1/',0,'revision','',0),(9312,21,'2019-09-15 15:53:26','2019-09-15 20:53:26','<!-- wp:image {\"id\":9288} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tallawahs-Cheerleaders-CPL-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-9288\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica Tallawahs won their first match of the Caribbean Premier League Twenty20 cricket season on Sunday when they defeated the Barbados Tridents by four wickets at Sabina Park.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tallawahs struggling at the bottom of the points standing after losing their first four matches, had good all-round performance, with the bowlers restricting their opponents to 140 for nine from their 20 overs and the batsmen responding with 145 for six from 18.3 overs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Tallawahs move to two points with the win and remain at the bottom of the six-team standing, while keeping themselves in the hunt for a place in the next phase of the competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In their response, the Tallawahs got off to a rollicking start with openers Christopher Gayle and Glenn Phillips putting on 48 runs from 31 balls but with the fall of Phillips, they lost wickets regularly to be 68 for four at the end of the ninth over.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9323} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/tallawahs-trident-1024x683.jpg\" alt=\"\" class=\"wp-image-9323\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Captain Chadwick Walton, however, kept his nerve to bat through most of the innings and provided the impetus for the Tallawahs win, as he scored 51 off 42 balls with one four and five sixes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Walton was involved in three key partnerships as he put on 18 off 18 balls with George Worker for the third wicket, 45 off 27 balls with Javelle Glen for the fifth wicket and paired with Derval Green for an unbroken 29-run partnership off 30 balls for the seventh wicket.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier when Tridents batted, the batsmen struggled against the spin attack which the Tallawahs opened with, as they found it hard to get the ball out off the circle, offering simple catches in their effort to put up quick runs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ashley Nurse and Jean-Paul Duminy provide a middle-order assault that enabled the Tridents to get to a respectable total as they put on 49 off 27 balls for the sixth wicket. Nurse top-scored with 37 off 18 balls with four fours and three sixes, while Duminy made 31 off 35 balls with three fours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[9325,9327,9328,9329,9330,9332,9333]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/tallawahs-trident-spectators33-1024x683.jpg\" alt=\"\" data-id=\"9325\" data-link=\"https://buzz-caribbean.com/article/tallawahs-defeat-tridents-to-record-first-cpl-win/tallawahs-trident-spectators33/\" class=\"wp-image-9325\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/tallawahs-trident-spectators-1024x683.jpg\" alt=\"\" data-id=\"9327\" data-link=\"https://buzz-caribbean.com/article/tallawahs-defeat-tridents-to-record-first-cpl-win/tallawahs-trident-spectators/\" class=\"wp-image-9327\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/tallawahs-trident-spectators2-1024x683.jpg\" alt=\"\" data-id=\"9328\" data-link=\"https://buzz-caribbean.com/article/tallawahs-defeat-tridents-to-record-first-cpl-win/tallawahs-trident-spectators2/\" class=\"wp-image-9328\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/tallawahs-trident-spectators.44JPG-1-1024x683.jpg\" alt=\"\" data-id=\"9329\" data-link=\"https://buzz-caribbean.com/article/tallawahs-defeat-tridents-to-record-first-cpl-win/tallawahs-trident-spectators-44jpg-1/\" class=\"wp-image-9329\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/tallawahs-trident-spectators3-1024x683.jpg\" alt=\"\" data-id=\"9330\" data-link=\"https://buzz-caribbean.com/article/tallawahs-defeat-tridents-to-record-first-cpl-win/tallawahs-trident-spectators3/\" class=\"wp-image-9330\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/tallawahs-trident5-1024x683.jpg\" alt=\"\" data-id=\"9332\" data-link=\"https://buzz-caribbean.com/article/tallawahs-defeat-tridents-to-record-first-cpl-win/tallawahs-trident5/\" class=\"wp-image-9332\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/tallawahs-trident-s-play.PG_-1024x683.jpg\" alt=\"\" data-id=\"9333\" data-link=\"https://buzz-caribbean.com/article/tallawahs-defeat-tridents-to-record-first-cpl-win/tallawahs-trident-s-play-pg_/\" class=\"wp-image-9333\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Tallawahs will have back-to-back matches on Wednesday and Thursday against the Guyana Amazon Warriors and St Kitts and Nevis Patriots respectively. Both will be played at Sabina Park.</p>\n<!-- /wp:paragraph -->','Tallawahs defeat Tridents to record first CPL win','','publish','open','closed','','tallawahs-defeat-tridents-to-record-first-cpl-win','','','2019-09-15 16:50:08','2019-09-15 21:50:08','',0,'https://buzz-caribbean.com/?p=9312',0,'post','',0),(9313,11,'2019-09-15 15:53:26','2019-09-15 20:53:26','<!-- wp:image {\"id\":9288} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tallawahs-Cheerleaders-CPL-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-9288\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica Tallawahs won their first match of the Caribbean Premier League Twenty20 cricket season on Sunday when they defeated the Barbados Tridents by four wickets at Sabina Park.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tallawahs struggling at the bottom of the points standing after losing their first four matches, had good all-round performance, with the bowlers restricting their opponents to 140 for nine from their 20 overs and the batsmen responding with 145 for six from 18.3 overs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Tallawahs move to two points with the win and remain at the bottom of the six-team standing, while keeping themselves in the hunt for a place in the next phase of the competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In their response, the Tallawahs got off to a rollicking start with openers Christopher Gayle and Glenn Phillips putting on 48 runs from 31 balls but with the fall of Phillips, they lost wickets regularly to be 68 for four at the end of the ninth over.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Captain Chadwick Walton, however, kept his nerve to bat through most of the innings and provided the impetus for the Tallawahs win, as he scored 51 off 42 balls with one four and five sixes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Walton was involved in three key partnerships as he put on 18 off 18 balls with George Worker for the third wicket, 45 off 27 balls with Javelle Glen for the fifth wicket and paired with Derval Green for an unbroken 29-run partnership off 30 balls for the seventh wicket.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier when Tridents batted, the batsmen struggled against the spin attack which the Tallawahs opened with, as they found it hard to get the ball out off the circle, offering simple catches in their effort to put up quick runs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ashley Nurse and Jean-Paul Duminy provide a middle-order assault that enabled the Tridents to get to a respectable total as they put on 49 off 27 balls for the sixth wicket. Nurse top-scored with 37 off 18 balls with four fours and three sixes, while Duminy made 31 off 35 balls with three fours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tallawahs will have back-to-back matches on Wednesday and Thursday against the Guyana Amazon Warriors and St Kitts and Nevis Patriots respectively. Both will be played at Sabina Park.</p>\n<!-- /wp:paragraph -->','Tallawahs defeat Tridents to record first CPL win','','inherit','closed','closed','','9312-revision-v1','','','2019-09-15 15:53:26','2019-09-15 20:53:26','',9312,'https://buzz-caribbean.com/article/9312-revision-v1/',0,'revision','',0),(9314,11,'2019-09-15 16:03:19','2019-09-15 21:03:19','','Asafa Powell Website Buzz','','inherit','open','closed','','asafa-powell-website-buzz','','','2019-09-15 16:03:19','2019-09-15 21:03:19','',9306,'https://buzz-caribbean.com/app/uploads/2019/09/Asafa-Powell-Website-Buzz.jpg',0,'attachment','image/jpeg',0),(9315,11,'2019-09-15 16:03:35','2019-09-15 21:03:35','<!-- wp:paragraph -->\n<p>Jamaican sprint icon, Asafa Powell has finally unveiled his newest project on social media where he indicated that he will be launching his fitness and wellness website, <strong>asafafitlife.com</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9309} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/asafa-fit-life-website-Buzz-1024x326.jpg\" alt=\"\" class=\"wp-image-9309\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The fitness enthusiast in an Instagram post noted “I\'ve been getting amazing feedback so far.. and I wanted to say thank you to all you guys!” he expressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2EbRyDhffX\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2EbRyDhffX\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>To further show his gratitude, he invited members from his growing social media family of over 361,000 followers on Instagram to participate in an online giveaway, allowing one lucky random winner the opportunity to receive a year\'s free membership at asafafitlife.com valued at one hundred and fifty thousand dollars.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With a stunning view and a workout routine of his own, Asafa announced on Instagram today (Sept. 15) that Shawn Richardson was the winner in his online giveaway.  According to Powell\'s post, Richardson will be contacted in the coming days on how to claim his prize, while thanking all those who participated in his online giveaway. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2Y6Gf8AQYj/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2Y6Gf8AQYj/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>While no exact date has been given for the site\'s launch, Powell continues to implore his social member followers to anticipate the arrival of his new venture in the upcoming weeks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The website will feature a myriad of Powell’s favourite healthy dishes, exercise training tips among other wellness features. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is not Powell\'s first foray in the wellness industry, having launched his smartwatch dubbed Active By Asafa in 2017.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9310} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Active-By-Asafa-Powell-Buzz-1024x659.jpg\" alt=\"\" class=\"wp-image-9310\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Powell invites persons interested about the launch of his exciting new  project, to visit the page and subscribe for updates, while offering each person a free copy of his <strong>Live Like a Legend</strong> e-book.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Andre Cooper</em></strong></p>\n<!-- /wp:paragraph -->','Asafa Powell to launch new fitness website','','inherit','closed','closed','','9306-revision-v1','','','2019-09-15 16:03:35','2019-09-15 21:03:35','',9306,'https://buzz-caribbean.com/article/9306-revision-v1/',0,'revision','',0),(9316,21,'2019-09-15 16:21:22','2019-09-15 21:21:22','<!-- wp:paragraph -->\n<p>Three months since ground was broken on the J$534.9 million Montego Bay Fire Station on Barnett Street in St. James, Desmond McKenzie, the Minister of Local Government and Community Development has expressed his delight with the pace of the construction work on the project.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9317} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Desmond-McKenzie-Montego-Bay-Fire-Station-1024x645.jpg\" alt=\"\" class=\"wp-image-9317\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He said the work being carried out\non the project is way ahead of its projected schedule and will be delivered\nwithin budget.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My understand after speaking with Mr.  [Omar] Sweeny and the Mayor (Homer Davis) is that the project is running ahead of schedule, coming in on budget and is expected to be completed on time using the same budget that has been projected,” McKenzie said in an interview with <strong>BUZZ</strong> during a tour of the construction site Thursday (Sept. 12).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9318} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Construction-Montego-Bay-Fire-Station-1024x610.jpg\" alt=\"\" class=\"wp-image-9318\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The project which is being carried out by the Jamaica Social Investment Fund (JSIF) under its Disaster Vulnerability Reduction Programme is slated to be completed in a 12 month period.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “There is no denying that over the years the [Jamaica Fire] Brigade lacked the kind of support to give it what is needed.\"</p><cite>—  Desmond McKenzie, Minister of Local Government and Community Development </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>I was not here at the groundbreaking but I have been talking about it since I became a minister in 2016 - this vision has finally become a reality…we are here now and once the facility is completed, it will solve the problems here in Montego Bay, [in fact] not only in Montego Bay but in the western part of the island,” said McKenzie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The building that once housed the Montego Bay Fire Station\nwas 50 years old when it was closed and demolished in 2006 after it was deemed\nto be structurally unsound.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9319} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Construction-MoBay-Fire-Station-1024x558.jpg\" alt=\"\" class=\"wp-image-9319\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“There is no denying that over the years the [Jamaica Fire] Brigade lacked the kind of support to give it what is needed. (However) since this administration came in 2016, we have spent close to J$800-milliion on improving the Jamaica Fire Brigade, not just in terms of building out facilities, but providing vital equipment to the men and women of the Jamaica Fire Brigade,” McKenzie noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"...we have spent close to J$800-milliion on improving the Jamaica Fire Brigade\"</p><cite> —  Desmond McKenzie, Minister of Local Government and Community Development  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“This is the first of three new facilities that will be constructed, I am pleased to say that the fire station for Port-Maria work will commence on that by the end of October and Cabinet just recently approved the contract for the construction of the one in Yallahs, St. Thomas and we are expecting that by the end of the calendar year next year (2020) the country will have three brand new facilities to aid the fire-men and women across the country,” he added.</p>\n<!-- /wp:paragraph -->','Construction of Montego Bay fire station on target','','publish','open','closed','','construction-of-montego-bay-fire-station-on-target','','','2019-09-15 16:23:34','2019-09-15 21:23:34','',0,'https://buzz-caribbean.com/?p=9316',0,'post','',0),(9317,11,'2019-09-15 16:10:52','2019-09-15 21:10:52','','Desmond-McKenzie-Montego-Bay-Fire-Station','','inherit','open','closed','','desmond-mckenzie-montego-bay-fire-station','','','2019-09-15 16:10:52','2019-09-15 21:10:52','',9316,'https://buzz-caribbean.com/app/uploads/2019/09/Desmond-McKenzie-Montego-Bay-Fire-Station.jpg',0,'attachment','image/jpeg',0),(9318,11,'2019-09-15 16:12:10','2019-09-15 21:12:10','','Construction-Montego-Bay-Fire-Station','','inherit','open','closed','','construction-montego-bay-fire-station','','','2019-09-15 16:12:10','2019-09-15 21:12:10','',9316,'https://buzz-caribbean.com/app/uploads/2019/09/Construction-Montego-Bay-Fire-Station.jpg',0,'attachment','image/jpeg',0),(9319,11,'2019-09-15 16:13:19','2019-09-15 21:13:19','','Construction-MoBay-Fire-Station','','inherit','open','closed','','construction-mobay-fire-station','','','2019-09-15 16:13:19','2019-09-15 21:13:19','',9316,'https://buzz-caribbean.com/app/uploads/2019/09/Construction-MoBay-Fire-Station.jpg',0,'attachment','image/jpeg',0),(9320,11,'2019-09-15 16:18:36','2019-09-15 21:18:36','','Desmond McKenzie Fire Brigade Buzz','','inherit','open','closed','','desmond-mckenzie-fire-brigade-buzz-2','','','2019-09-15 16:18:36','2019-09-15 21:18:36','',9316,'https://buzz-caribbean.com/app/uploads/2019/09/Desmond-McKenzie-Fire-Brigade-Buzz-1.jpg',0,'attachment','image/jpeg',0),(9321,11,'2019-09-15 16:21:22','2019-09-15 21:21:22','<!-- wp:paragraph -->\n<p>Three months since ground was broken on the J$534.9 million Montego Bay Fire Station on Barnett Street in St. James, Desmond McKenzie, the Minister of Local Government and Community Development has expressed his delight with the pace of the construction work on the project.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9317} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Desmond-McKenzie-Montego-Bay-Fire-Station-1024x645.jpg\" alt=\"\" class=\"wp-image-9317\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He said the work being carried out\non the project is way ahead of its projected schedule and will be delivered\nwithin budget.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My, understand after speaking with Mr.  [Omar] Sweeny and the mayor (Homer Davis) is that the project is running ahead of schedule, coming in on budget and is expected to be completed on time using the same budget that has been projected,” McKenzie said in an interview with <strong>BUZZ</strong> during a tour of the construction site Thursday (Sept. 12).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9318} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Construction-Montego-Bay-Fire-Station-1024x610.jpg\" alt=\"\" class=\"wp-image-9318\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The project which is being carried out by the Jamaica\nSocial Investment Fund (JSIF) under its Disaster Vulnerability Reduction\nProgramme is slated to be completed in 12 months’ period.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “There is no denying that over the years the [Jamaica Fire] Brigade lacked the kind of support to give it what is needed.\"</p><cite>—  Desmond McKenzie, Minister of Local Government and Community Development </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>I was not here at the groundbreaking but I have been talking about it since I became a minister in 2016 - this vision has finally become a reality…we are here now and once the facility is completed, it will solve the problems here in Montego Bay, [in fact] not only in Montego Bay but in the western part of the island,” said McKenzie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The building that once housed the Montego Bay Fire Station\nwas 50 years old when it was closed and demolished in 2006 after it was deemed\nto be structurally unsound.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9319} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Construction-MoBay-Fire-Station-1024x558.jpg\" alt=\"\" class=\"wp-image-9319\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“There is no denying that over the years the [Jamaica Fire] Brigade lacked the kind of support to give it what is needed. (However) since this administration came in 2016, we have spent close to J$800-milliion on improving the Jamaica Fire Brigade, not just in terms of building out facilities, but providing vital equipment to the men and women of the Jamaica Fire Brigade,” McKenzie noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"...we have spent close to J$800-milliion on improving the Jamaica Fire Brigade\"</p><cite> —  Desmond McKenzie, Minister of Local Government and Community Development  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“This is the first of three new facilities that will be\nconstructed, I am pleased to say that the fire station for Port-Maria work will\ncommence on that by the end of October and cabinet just recently approve the\ncontract for the construction of the one in Yallahs, St. Thomas and we are\nexpecting that by the end of the calendar year next year (2020) the country\nwill have three brand new facilities to aid the fire-men and women across the\ncountry,” he added &nbsp;</p>\n<!-- /wp:paragraph -->','Construction of Montego Bay fire station on target','','inherit','closed','closed','','9316-revision-v1','','','2019-09-15 16:21:22','2019-09-15 21:21:22','',9316,'https://buzz-caribbean.com/article/9316-revision-v1/',0,'revision','',0),(9322,11,'2019-09-15 16:23:33','2019-09-15 21:23:33','<!-- wp:paragraph -->\n<p>Three months since ground was broken on the J$534.9 million Montego Bay Fire Station on Barnett Street in St. James, Desmond McKenzie, the Minister of Local Government and Community Development has expressed his delight with the pace of the construction work on the project.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9317} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Desmond-McKenzie-Montego-Bay-Fire-Station-1024x645.jpg\" alt=\"\" class=\"wp-image-9317\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He said the work being carried out\non the project is way ahead of its projected schedule and will be delivered\nwithin budget.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“My understand after speaking with Mr.  [Omar] Sweeny and the Mayor (Homer Davis) is that the project is running ahead of schedule, coming in on budget and is expected to be completed on time using the same budget that has been projected,” McKenzie said in an interview with <strong>BUZZ</strong> during a tour of the construction site Thursday (Sept. 12).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9318} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Construction-Montego-Bay-Fire-Station-1024x610.jpg\" alt=\"\" class=\"wp-image-9318\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The project which is being carried out by the Jamaica Social Investment Fund (JSIF) under its Disaster Vulnerability Reduction Programme is slated to be completed in a 12 month period.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “There is no denying that over the years the [Jamaica Fire] Brigade lacked the kind of support to give it what is needed.\"</p><cite>—  Desmond McKenzie, Minister of Local Government and Community Development </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>I was not here at the groundbreaking but I have been talking about it since I became a minister in 2016 - this vision has finally become a reality…we are here now and once the facility is completed, it will solve the problems here in Montego Bay, [in fact] not only in Montego Bay but in the western part of the island,” said McKenzie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The building that once housed the Montego Bay Fire Station\nwas 50 years old when it was closed and demolished in 2006 after it was deemed\nto be structurally unsound.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9319} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Construction-MoBay-Fire-Station-1024x558.jpg\" alt=\"\" class=\"wp-image-9319\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“There is no denying that over the years the [Jamaica Fire] Brigade lacked the kind of support to give it what is needed. (However) since this administration came in 2016, we have spent close to J$800-milliion on improving the Jamaica Fire Brigade, not just in terms of building out facilities, but providing vital equipment to the men and women of the Jamaica Fire Brigade,” McKenzie noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"...we have spent close to J$800-milliion on improving the Jamaica Fire Brigade\"</p><cite> —  Desmond McKenzie, Minister of Local Government and Community Development  </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“This is the first of three new facilities that will be constructed, I am pleased to say that the fire station for Port-Maria work will commence on that by the end of October and Cabinet just recently approved the contract for the construction of the one in Yallahs, St. Thomas and we are expecting that by the end of the calendar year next year (2020) the country will have three brand new facilities to aid the fire-men and women across the country,” he added.</p>\n<!-- /wp:paragraph -->','Construction of Montego Bay fire station on target','','inherit','closed','closed','','9316-revision-v1','','','2019-09-15 16:23:33','2019-09-15 21:23:33','',9316,'https://buzz-caribbean.com/article/9316-revision-v1/',0,'revision','',0),(9323,4,'2019-09-15 16:45:43','2019-09-15 21:45:43','','tallawahs-trident','','inherit','open','closed','','tallawahs-trident','','','2019-09-15 16:45:43','2019-09-15 21:45:43','',9312,'https://buzz-caribbean.com/app/uploads/2019/09/tallawahs-trident.jpg',0,'attachment','image/jpeg',0),(9325,4,'2019-09-15 16:47:19','2019-09-15 21:47:19','','tallawahs-trident-spectators33','','inherit','open','closed','','tallawahs-trident-spectators33','','','2019-09-15 16:47:19','2019-09-15 21:47:19','',9312,'https://buzz-caribbean.com/app/uploads/2019/09/tallawahs-trident-spectators33.jpg',0,'attachment','image/jpeg',0),(9326,4,'2019-09-15 16:47:38','2019-09-15 21:47:38','','tallawahs-trident-spectators.44JPG','','inherit','open','closed','','tallawahs-trident-spectators-44jpg','','','2019-09-15 16:47:38','2019-09-15 21:47:38','',9312,'https://buzz-caribbean.com/app/uploads/2019/09/tallawahs-trident-spectators.44JPG.jpg',0,'attachment','image/jpeg',0),(9327,4,'2019-09-15 16:47:43','2019-09-15 21:47:43','','tallawahs-trident-spectators','','inherit','open','closed','','tallawahs-trident-spectators','','','2019-09-15 16:47:43','2019-09-15 21:47:43','',9312,'https://buzz-caribbean.com/app/uploads/2019/09/tallawahs-trident-spectators.jpg',0,'attachment','image/jpeg',0),(9328,4,'2019-09-15 16:47:55','2019-09-15 21:47:55','','tallawahs-trident-spectators2','','inherit','open','closed','','tallawahs-trident-spectators2','','','2019-09-15 16:47:55','2019-09-15 21:47:55','',9312,'https://buzz-caribbean.com/app/uploads/2019/09/tallawahs-trident-spectators2.jpg',0,'attachment','image/jpeg',0),(9329,4,'2019-09-15 16:48:14','2019-09-15 21:48:14','','tallawahs-trident-spectators.44JPG-1','','inherit','open','closed','','tallawahs-trident-spectators-44jpg-1','','','2019-09-15 16:48:14','2019-09-15 21:48:14','',9312,'https://buzz-caribbean.com/app/uploads/2019/09/tallawahs-trident-spectators.44JPG-1.jpg',0,'attachment','image/jpeg',0),(9330,4,'2019-09-15 16:48:29','2019-09-15 21:48:29','','tallawahs-trident-spectators3','','inherit','open','closed','','tallawahs-trident-spectators3','','','2019-09-15 16:48:29','2019-09-15 21:48:29','',9312,'https://buzz-caribbean.com/app/uploads/2019/09/tallawahs-trident-spectators3.jpg',0,'attachment','image/jpeg',0),(9331,4,'2019-09-15 16:48:36','2019-09-15 21:48:36','','tallawahs-trident-1','','inherit','open','closed','','tallawahs-trident-1','','','2019-09-15 16:48:36','2019-09-15 21:48:36','',9312,'https://buzz-caribbean.com/app/uploads/2019/09/tallawahs-trident-1.jpg',0,'attachment','image/jpeg',0),(9332,4,'2019-09-15 16:48:52','2019-09-15 21:48:52','','tallawahs-trident5','','inherit','open','closed','','tallawahs-trident5','','','2019-09-15 16:48:52','2019-09-15 21:48:52','',9312,'https://buzz-caribbean.com/app/uploads/2019/09/tallawahs-trident5.jpg',0,'attachment','image/jpeg',0),(9333,4,'2019-09-15 16:49:24','2019-09-15 21:49:24','','tallawahs-trident-s-play.PG_','','inherit','open','closed','','tallawahs-trident-s-play-pg_','','','2019-09-15 16:49:24','2019-09-15 21:49:24','',9312,'https://buzz-caribbean.com/app/uploads/2019/09/tallawahs-trident-s-play.PG_.jpg',0,'attachment','image/jpeg',0),(9334,4,'2019-09-15 16:49:40','2019-09-15 21:49:40','<!-- wp:image {\"id\":9288} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tallawahs-Cheerleaders-CPL-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-9288\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica Tallawahs won their first match of the Caribbean Premier League Twenty20 cricket season on Sunday when they defeated the Barbados Tridents by four wickets at Sabina Park.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tallawahs struggling at the bottom of the points standing after losing their first four matches, had good all-round performance, with the bowlers restricting their opponents to 140 for nine from their 20 overs and the batsmen responding with 145 for six from 18.3 overs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Tallawahs move to two points with the win and remain at the bottom of the six-team standing, while keeping themselves in the hunt for a place in the next phase of the competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In their response, the Tallawahs got off to a rollicking start with openers Christopher Gayle and Glenn Phillips putting on 48 runs from 31 balls but with the fall of Phillips, they lost wickets regularly to be 68 for four at the end of the ninth over.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9323} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/tallawahs-trident-1024x683.jpg\" alt=\"\" class=\"wp-image-9323\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Captain Chadwick Walton, however, kept his nerve to bat through most of the innings and provided the impetus for the Tallawahs win, as he scored 51 off 42 balls with one four and five sixes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Walton was involved in three key partnerships as he put on 18 off 18 balls with George Worker for the third wicket, 45 off 27 balls with Javelle Glen for the fifth wicket and paired with Derval Green for an unbroken 29-run partnership off 30 balls for the seventh wicket.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier when Tridents batted, the batsmen struggled against the spin attack which the Tallawahs opened with, as they found it hard to get the ball out off the circle, offering simple catches in their effort to put up quick runs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ashley Nurse and Jean-Paul Duminy provide a middle-order assault that enabled the Tridents to get to a respectable total as they put on 49 off 27 balls for the sixth wicket. Nurse top-scored with 37 off 18 balls with four fours and three sixes, while Duminy made 31 off 35 balls with three fours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[9325,9327,9328,9329,9330,9332,9333]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/tallawahs-trident-spectators33-1024x683.jpg\" alt=\"\" data-id=\"9325\" data-link=\"https://buzz-caribbean.com/article/tallawahs-defeat-tridents-to-record-first-cpl-win/tallawahs-trident-spectators33/\" class=\"wp-image-9325\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/tallawahs-trident-spectators-1024x683.jpg\" alt=\"\" data-id=\"9327\" data-link=\"https://buzz-caribbean.com/article/tallawahs-defeat-tridents-to-record-first-cpl-win/tallawahs-trident-spectators/\" class=\"wp-image-9327\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/tallawahs-trident-spectators2-1024x683.jpg\" alt=\"\" data-id=\"9328\" data-link=\"https://buzz-caribbean.com/article/tallawahs-defeat-tridents-to-record-first-cpl-win/tallawahs-trident-spectators2/\" class=\"wp-image-9328\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/tallawahs-trident-spectators.44JPG-1-1024x683.jpg\" alt=\"\" data-id=\"9329\" data-link=\"https://buzz-caribbean.com/article/tallawahs-defeat-tridents-to-record-first-cpl-win/tallawahs-trident-spectators-44jpg-1/\" class=\"wp-image-9329\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/tallawahs-trident-spectators3-1024x683.jpg\" alt=\"\" data-id=\"9330\" data-link=\"https://buzz-caribbean.com/article/tallawahs-defeat-tridents-to-record-first-cpl-win/tallawahs-trident-spectators3/\" class=\"wp-image-9330\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/tallawahs-trident5-1024x683.jpg\" alt=\"\" data-id=\"9332\" data-link=\"https://buzz-caribbean.com/article/tallawahs-defeat-tridents-to-record-first-cpl-win/tallawahs-trident5/\" class=\"wp-image-9332\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/tallawahs-trident-s-play.PG_-1024x683.jpg\" alt=\"\" data-id=\"9333\" data-link=\"https://buzz-caribbean.com/article/tallawahs-defeat-tridents-to-record-first-cpl-win/tallawahs-trident-s-play-pg_/\" class=\"wp-image-9333\" /></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Tallawahs will have back-to-back matches on Wednesday and Thursday against the Guyana Amazon Warriors and St Kitts and Nevis Patriots respectively. Both will be played at Sabina Park.</p>\n<!-- /wp:paragraph -->','Tallawahs defeat Tridents to record first CPL win','','inherit','closed','closed','','9312-revision-v1','','','2019-09-15 16:49:40','2019-09-15 21:49:40','',9312,'https://buzz-caribbean.com/article/9312-revision-v1/',0,'revision','',0),(9335,12,'2019-09-16 00:13:53','2019-09-16 05:13:53','<!-- wp:embed {\"url\":\"https://youtu.be/QI9nhZD4s_w\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/QI9nhZD4s_w\n</div></figure>\n<!-- /wp:embed -->','Cool down with a signature Starbucks Caramel Frappuccino','','inherit','closed','closed','','9225-autosave-v1','','','2019-09-16 00:13:53','2019-09-16 05:13:53','',9225,'https://buzz-caribbean.com/article/9225-autosave-v1/',0,'revision','',0),(9337,11,'2019-09-16 10:38:21','2019-09-16 15:38:21','<!-- wp:embed {\"url\":\"https://youtu.be/lW-ScmdQ5n0\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/lW-ScmdQ5n0\n</div></figure>\n<!-- /wp:embed -->','Square in Gordon Town renamed after cultural icon \'Miss Lou\'','','publish','closed','closed','','square-in-gordon-town-renamed-after-cultural-icon-miss-lou','','','2019-09-16 10:38:21','2019-09-16 15:38:21','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=9337',0,'video','',0),(9339,11,'2019-09-16 09:40:27','2019-09-16 14:40:27','<iframe title=\"Louise Bennett-Coverley Square in Gordon Town\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/lW-ScmdQ5n0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','3f913a460805b38ab378e2ec4651d772','','','2019-09-16 09:40:27','2019-09-16 14:40:27','',0,'https://buzz-caribbean.com/article/3f913a460805b38ab378e2ec4651d772/',0,'oembed_cache','',0),(9340,21,'2019-09-16 10:21:08','2019-09-16 15:21:08','<!-- wp:image {\"id\":9341} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/anti-violence-campaign-1024x703.jpg\" alt=\"Minister of National Security, Dr Horace Chang (third left), examines a mural that was painted at Roxborough Avenue in St Andrew as part of the Ministry’s anti-violence campaign dubbed, ‘Liv Gud’. Others (from left) are: Government Senator and Parliamentary Secretary, Robert Morgan; Member of Parliament for South East St Andrew, Julian Robinson; Minister of Science, Energy and Technology and Member of Parliament for Eastern St Andrew, Fayval Williams and disc jockey Tricia ‘ZJ Sparks’ Spence.\" class=\"wp-image-9341\" /><figcaption>Minister of National Security, Dr Horace Chang (third left), examines a mural that was painted at Roxborough Avenue in St Andrew as part of the Ministry’s anti-violence campaign dubbed, ‘Liv Gud’. Others (from left) are: Government Senator and Parliamentary Secretary, Robert Morgan; Member of Parliament for South East St Andrew, Julian Robinson; Minister of Science, Energy and Technology and Member of Parliament for Eastern St Andrew, Fayval Williams and disc jockey Tricia ‘ZJ Sparks’ Spence.  (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As part of the Government’s drive to\nencourage Jamaicans to adopt a culture of respect while resolving conflicts\namicably, the Ministry of National Security has launched an anti-violence\ncampaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dubbed ‘Liv Gud’, the national\nanti-violence campaign is a call to action for all Jamaicans to take a stand\nagainst anything that violates good living, and to stand against all forms of\ncrime and criminal activity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is geared towards strengthening\nsocial inclusion in crime fighting and violence prevention and reinforcing the\nsocial contract between the citizens and the State.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Living good is part of the Jamaican culture.\"</p><cite>— Chang</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The initiative was launched by\nMinister of National Security, Dr Horace Chang, at Roxborough Avenue, Top\nRange, Mountain View in St Andrew on September 13.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Under the initiative, digital boards\nhave been mounted in the May Pen town square, Sam Sharpe square, Spanish Town,\nHalf-Way Tree and in St William Grant Park in downtown Kingston. Murals have\nalso been painted in four communities, and advertisements have been produced\nfor mainstream and social media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Addressing the launch, Chang said\nthat the intention is to take the message across the island and restore the\nsense of family where Jamaicans look out for each other. He added that this\nwill ultimately redound in creating safer communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Living good is part of the Jamaican\nculture. Fighting each other, abusing children, abusing women, stabbing each\nother, fighting and quarrelling between streets and communities is not Jamaican\nculture. We have, unfortunately, deviated from it too far,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chang that said the Ministry is\ncommitted to working with communities and the relevant stakeholders in order to\n“rebuild good personal relationships between all of us as brothers and\nsisters.”</p>\n<!-- /wp:paragraph -->','Liv Gud: National Security Ministry launches anti-violence campaign','','publish','open','closed','','liv-gud-national-security-ministry-launches-anti-violence-campaign','','','2019-09-16 10:24:31','2019-09-16 15:24:31','',0,'https://buzz-caribbean.com/?p=9340',0,'post','',0),(9341,9,'2019-09-16 10:17:18','2019-09-16 15:17:18','','anti-violence-campaign','','inherit','open','closed','','anti-violence-campaign','','','2019-09-16 10:17:18','2019-09-16 15:17:18','',9340,'https://buzz-caribbean.com/app/uploads/2019/09/anti-violence-campaign.jpg',0,'attachment','image/jpeg',0),(9342,9,'2019-09-16 10:20:53','2019-09-16 15:20:53','<!-- wp:image {\"id\":9341} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/anti-violence-campaign-1024x703.jpg\" alt=\"Minister of National Security, Dr Horace Chang (third left), examines a mural that was painted at Roxborough Avenue in St Andrew as part of the Ministry’s anti-violence campaign dubbed, ‘Liv Gud’. Others (from left) are: Government Senator and Parliamentary Secretary, Robert Morgan; Member of Parliament for South East St Andrew, Julian Robinson; Minister of Science, Energy and Technology and Member of Parliament for Eastern St Andrew, Fayval Williams and disc jockey Tricia ‘ZJ Sparks’ Spence.\" class=\"wp-image-9341\" /><figcaption>Minister of National Security, Dr Horace Chang (third left), examines a mural that was painted at Roxborough Avenue in St Andrew as part of the Ministry’s anti-violence campaign dubbed, ‘Liv Gud’. Others (from left) are: Government Senator and Parliamentary Secretary, Robert Morgan; Member of Parliament for South East St Andrew, Julian Robinson; Minister of Science, Energy and Technology and Member of Parliament for Eastern St Andrew, Fayval Williams and disc jockey Tricia ‘ZJ Sparks’ Spence.  (Photo: JIS)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As part of the Government’s drive to\nencourage Jamaicans to adopt a culture of respect while resolving conflicts\namicably, the Ministry of National Security has launched an anti-violence\ncampaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dubbed ‘Liv Gud’, the national\nanti-violence campaign is a call to action for all Jamaicans to take a stand\nagainst anything that violates good living, and to stand against all forms of\ncrime and criminal activity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is geared towards strengthening\nsocial inclusion in crime fighting and violence prevention and reinforcing the\nsocial contract between the citizens and the State.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Living good is part of the Jamaican culture.\"</p><cite>— Chang</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The initiative was launched by\nMinister of National Security, Dr Horace Chang, at Roxborough Avenue, Top\nRange, Mountain View in St Andrew on September 13.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Under the initiative, digital boards\nhave been mounted in the May Pen town square, Sam Sharpe square, Spanish Town,\nHalf-Way Tree and in St William Grant Park in downtown Kingston. Murals have\nalso been painted in four communities, and advertisements have been produced\nfor mainstream and social media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Addressing the launch, Chang said\nthat the intention is to take the message across the island and restore the\nsense of family where Jamaicans look out for each other. He added that this\nwill ultimately redound in creating safer communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Living good is part of the Jamaican\nculture. Fighting each other, abusing children, abusing women, stabbing each\nother, fighting and quarrelling between streets and communities is not Jamaican\nculture. We have, unfortunately, deviated from it too far,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chang that said the Ministry is\ncommitted to working with communities and the relevant stakeholders in order to\n“rebuild good personal relationships between all of us as brothers and\nsisters.”</p>\n<!-- /wp:paragraph -->','Liv Gud: National Security Ministry launches anti-violence campaign','','inherit','closed','closed','','9340-revision-v1','','','2019-09-16 10:20:53','2019-09-16 15:20:53','',9340,'https://buzz-caribbean.com/article/9340-revision-v1/',0,'revision','',0),(9343,23,'2019-09-16 11:26:59','2019-09-16 16:26:59','<!-- wp:image {\"id\":9353} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bpo-yoni-1024x683.jpg\" alt=\"\" class=\"wp-image-9353\" /><figcaption>Itelbpo founding chairman and CEO Yoni Epstein and inspirational coach Marsha-Ann Brown at the company\'s itelFest of the weekend.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Itelbpo is expected to employ 300 additional workers at its Freeport Mobay campus in St James by year-end when the long-standing expansion work is completed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We started our expansion program back in 2017 developing our own campus, because, as BP0 is growing in Jamaica, it\'s become more and more competitive, more so on the front of your employees than plans. Through that competition, we develop a campus. We want to be the only BPO in our space,\" itelbpo founding chairman Yoni Epstein told <strong>BUZZ</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"So we are just about to finish 96,000 square feet of call centre space. The last building is under construction now. And that\'ll be finished by the end of this year, \" he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9356} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bpo1-1024x683.jpg\" alt=\"\" class=\"wp-image-9356\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The campus will be able to accommodate over employees when completed. The Mobay office already has about 1700 employees.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, in Kingston, where the company is experiencing its greatest growth, itelbpo recently acquired, via rent 20000 square feet of space in New Kingston.&nbsp;Epstein said this will bring the Kingston staff complement to 800, up from 400.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9357} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/fancy-cat-ity-bpo-1024x683.jpg\" alt=\"\" class=\"wp-image-9357\" /><figcaption>Comedians Ity (right) and Fancy Cat performing at the itelFest on the weekend.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"And we have another commitment for 50,000 Square feet by June 2020 that will be in the New Kingston proper area so we will give almost 200, 000 Square feet of space and close to 3000 employees,\" he added.</p>\n<!-- /wp:paragraph -->','Itelbpo making big moves in outsourcing game','','publish','open','closed','','itelbpo-making-big-moves-in-outsourcing-game','','','2019-09-16 18:27:25','2019-09-16 23:27:25','',0,'https://buzz-caribbean.com/?p=9343',0,'post','',0),(9344,4,'2019-09-16 10:24:08','2019-09-16 15:24:08','<!-- wp:paragraph -->\n<p>By year-end itelbpo is expected to employ 300 more new workers at its Freeport Mobay campus in St James when the long-standing expansion finally comes to a close, making the company the only BPO company in the island with its own campus.<br>&nbsp;\"We started our expansion program back in 2017 developing our own campus, because, as BP0 growing in Jamaica, it\'s become more and more competitive, more so on the front of your employees than plans and through that competition, we develop a campus. We want to be the only BPO in our space.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"So we are just about to finish 96,000 square feet of call centre space. The last building is under construction now. And that\'ll be finished by the end of this year, \" he told Buzz during the company\'s inaugural itelFest at Courtleigh Hotel in Kingston today.<br>The campus, Epstein, explained will be able to accommodate over 1900 employees.&nbsp;<br>But, he said the Mobay office already has about 1700 employees, therefore on completion of the expansion program the company will employ about 300 new workers.<br>Meanwhile, in Kingston, where the company is experiencing the majority of its growth, he mentioned that itelbpo recently acquired via rent&nbsp; 20000 square feet of space.<br>The new office space which was acquired at a building on Trafford Place in New Kingston is adjacent to the company\'s other office that is at the corner of Pawsey Road and Trafford Place.<br>&nbsp; This, Epstein said, will bring it\'s Kingston staff complement up to 800 up from 400.<br>Added to that he said, \"And we have another commitment for 50 000 Square feet by June 2020 that will be in the New Kingston proper area so we will give almost 200, 000 Square feet of space and close to 3000 employees.\"</p>\n<!-- /wp:paragraph -->','Itelbpo looking to hire 300 people by year-end','','inherit','closed','closed','','9343-revision-v1','','','2019-09-16 10:24:08','2019-09-16 15:24:08','',9343,'https://buzz-caribbean.com/article/9343-revision-v1/',0,'revision','',0),(9345,21,'2019-09-16 10:30:00','2019-09-16 15:30:00','<!-- wp:image {\"id\":9346} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/victoria-beckham.jpg\" alt=\"Victoria Beckham \" class=\"wp-image-9346\" /><figcaption>Victoria Beckham</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Victoria Beckham joked she hasn\'t \"been near a thong in years\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Spice Girls star turned fashion designer revealed that she is often asked if she owns underwear brand Victoria\'s Secret but insisted that the skimpy lingerie is not her style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Comfort and ease are a big part of sexiness.\" </p><cite>— Victoria Beckham</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking before her London Fashion Week show over the weekend, The Telegraph reports that Victoria said: \"I don\'t own Victoria\'s Secret. You\'d be amazed how many people ask me. But I haven\'t been near a thong in years.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And Victoria insisted that sexiness has nothing to do with wearing revealing outfits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"I think you can be sexy without wearing tight, short clothes. Comfort and ease are a big part of sexiness.\"</p>\n<!-- /wp:paragraph -->','Victoria Beckham: \'I haven\'t been near a thong in years\'','','publish','open','closed','','victoria-beckham-i-havent-been-near-a-thong-in-years','','','2019-09-16 10:30:00','2019-09-16 15:30:00','',0,'https://buzz-caribbean.com/?p=9345',0,'post','',0),(9346,9,'2019-09-16 10:25:13','2019-09-16 15:25:13','','Victoria Beckham fixes her sleeve after shopping at a vintage clothing store \'What Goes Around Comes Around\' in Soho, New York','Victoria Beckham fixes her sleeve after shopping at a vintage clothing store \'What Goes Around Comes Around\' in Soho, New York \n<P>\nPictured: Victoria Beckham\n<B>Ref: SPL1655730  070218  </B><BR />\nPicture by: Jackson Lee / Splash News<BR />\n</P><P>\n<B>Splash News and Pictures</B><BR />\nLos Angeles:310-821-2666<BR />\nNew York:212-619-2666<BR />\nLondon:870-934-2666<BR />\nphotodesk@splashnews.com<BR />\n</P>','inherit','open','closed','','victoria-beckham-fixes-her-sleeve-after-shopping-at-a-vintage-clothing-store-what-goes-around-comes-around-in-soho-new-york','','','2019-09-16 10:25:39','2019-09-16 15:25:39','',9345,'https://buzz-caribbean.com/app/uploads/2019/09/victoria-beckham.jpg',0,'attachment','image/jpeg',0),(9347,9,'2019-09-16 10:29:50','2019-09-16 15:29:50','<!-- wp:image {\"id\":9346} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/victoria-beckham.jpg\" alt=\"Victoria Beckham \" class=\"wp-image-9346\" /><figcaption>Victoria Beckham</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Victoria Beckham joked she hasn\'t \"been near a thong in years\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Spice Girls star turned fashion designer revealed that she is often asked if she owns underwear brand Victoria\'s Secret but insisted that the skimpy lingerie is not her style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Comfort and ease are a big part of sexiness.\" </p><cite>— Victoria Beckham</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Speaking before her London Fashion Week show over the weekend, The Telegraph reports that Victoria said: \"I don\'t own Victoria\'s Secret. You\'d be amazed how many people ask me. But I haven\'t been near a thong in years.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And Victoria insisted that sexiness has nothing to do with wearing revealing outfits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"I think you can be sexy without wearing tight, short clothes. Comfort and ease are a big part of sexiness.\"</p>\n<!-- /wp:paragraph -->','Victoria Beckham: \'I haven\'t been near a thong in years\'','','inherit','closed','closed','','9345-revision-v1','','','2019-09-16 10:29:50','2019-09-16 15:29:50','',9345,'https://buzz-caribbean.com/article/9345-revision-v1/',0,'revision','',0),(9348,11,'2019-09-16 10:35:43','2019-09-16 15:35:43','','Miss Lou Buzz Feature','','inherit','open','closed','','miss-lou-buzz-feature','','','2019-09-16 10:35:43','2019-09-16 15:35:43','',9337,'https://buzz-caribbean.com/app/uploads/2019/09/Miss-Lou-Buzz-Feature.jpg',0,'attachment','image/jpeg',0),(9349,23,'2019-09-16 14:43:54','2019-09-16 19:43:54','<!-- wp:image {\"id\":9362} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kimani-Ffriend-Basketball-Buzz-1024x763.jpg\" alt=\"\" class=\"wp-image-9362\" /><figcaption>Kimani Ffriend, former Jamaican National Basketball team player</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kimani Ffriend, former Jamaican National Basketball team player, hopes that his <strong>Hoops with Ffriend</strong> initiative will harness local talent into the sport after his recent basketball camp at the University of the West Indies (UWI), Mona Bowl in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“As a former NBA and European\nbasketball player I felt it was my duty to come back to Jamaica and expose the\nsport more to the Jamaica population because basketball is a very popular sport\nelsewhere.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ffriend hosted the annual <strong>Hoops with Ffriend</strong> two-day basketball camp on August 23<sup>rd</sup> and 24<sup>th</sup> to assist disadvantaged kids. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"As a former NBA and European basketball player I felt it was my duty to come back to Jamaica and expose the sport more\"</p><cite>—  Kimani Ffriend, former Jamaican National Basketball team player </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“The aim of <strong>Hoops with Ffriend</strong> outreach basketball camp is to bring awareness to basketball, but more so in the children’s homes because I believe it’s a community that has been lacking in support, especially from the standpoint of sports. A lot of these kids have never played basketball before.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9366} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Future-Basketball-Ffriend-Buzz-1024x763.jpg\" alt=\"\" class=\"wp-image-9366\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He noted the country’s success in track and field, football and cricket. However he put himself forward as an example that basketball, while not a common route, can do as much to elevate the quality of life of those who choose it as a profession. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ffriend related his own story, playing the traditional Jamaican sports only to then go through a growth spurt that all but limited his participation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I grew up playing the more\ntraditional sports. I didn’t like playing basketball at first. I hated it and\nthat’s a very important point because a lot of kids out there are growing up\nonly playing cricket, track and field and football, but no basketball because\nof the infrastructure needed to play it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9368} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ball-basketball-basketball-Ffriend-1024x668.jpg\" alt=\"\" class=\"wp-image-9368\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At 15 he found basketball and never\nlooked back. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I grew to love playing basketball.\nIt afforded me the opportunity to go and get a 100 per cent full scholarship to\nthe University of Nebraska.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now six-foot eleven inches tall, he ended up playing for the Miami Heat, the Los Angeles Clippers and the Memphis Grizzlies in the NBA along with numerous other European and South American basketball clubs. It’s this path of educational, financial, professional and personal growth he wishes to impart on the children taking part in <strong>Hoops with Ffriend</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The basketball camp saw around 100 children invited from the various children’s homes and from inner-city communities. With main sponsor Kingston Industrial Garage, Ffriend and several coaches spread the knowledge of basket while giving them a break from their normal summer routines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I grew to love playing basketball. It afforded me the opportunity to go and get a 100 per cent full scholarship\"</p><cite>—  Kimani Ffriend, former Jamaican National Basketball team player</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“It was mostly by invitation because\nof the size of the venue and we wanted to be able to have the appropriate\nnumber of coaching staff to give the children the attention they needed.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ffriend thinks that starting young\nwill plant the seeds for future Jamaican basketball stars, and offer a path to\nsuccess, beyond that of the standard local sporting options.</p>\n<!-- /wp:paragraph -->','Hoop Dreams — Ffriend building basketball\'s popularity in Jamaica','','publish','open','closed','','hoop-dreams-ffriend-building-basketballs-popularity-in-jamaica','','','2019-09-16 14:43:54','2019-09-16 19:43:54','',0,'https://buzz-caribbean.com/?p=9349',0,'post','',0),(9351,9,'2019-09-16 10:45:39','2019-09-16 15:45:39','','Porter IG Model Buzz Caribbean 852x655','','inherit','open','closed','','porter-ig-model-buzz-caribbean-852x655','','','2019-09-16 10:45:39','2019-09-16 15:45:39','',9275,'https://buzz-caribbean.com/app/uploads/2019/09/Porter-IG-Model-Buzz-Caribbean-852x655.jpg',0,'attachment','image/jpeg',0),(9352,9,'2019-09-16 10:45:56','2019-09-16 15:45:56','<!-- wp:paragraph -->\n<p>IG model is a popular term among the online community to describe fashionistas with a notably large presence on Instagram.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9297} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Instagram-App-Buzz-1024x800.jpg\" alt=\"\" class=\"wp-image-9297\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kadesha Porter known on Instagram as @KadziiPorter is one of the names mentioned amongst the bunch in Jamaica. The final year University of Technology (Utech) student rose to her Instagram fame five years ago after she started doing event promotions, bottle services and being a hostess at events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9298} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Porter-IG-Model-Buzz-Caribbean.png\" alt=\"\" class=\"wp-image-9298\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The term, since its inception, has been given a bad reputation and downplayed because of the perceived minimal work that is required. Pop sensation even went on to make a song stating that \"these Instagram models/are nothing but trouble\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=MKVBLu1zkog\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=MKVBLu1zkog\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Porter, however, has no hard feelings, “I don’t feel any way about being called an Instagram model because that is a part of what I do. However, I’m more than just that.”&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9299,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Porter-Instagram-Model-Buzz.png\" alt=\"\" class=\"wp-image-9299\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Being an&nbsp; IG model can create entrepreneurial &nbsp;opportunities for individuals like Porter who has a big following - over 159,000 - has opened online businesses including selling swimsuits, clothing and most recently crochet braids. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9300} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Swimsuit-Instagram-Model-Buzz-Caribbean.png\" alt=\"\" class=\"wp-image-9300\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Most IG models seem to live pretty lavish lifestyles - they are usually invited to most popular events, included in PR promotions given their huge fanbase and quite popular on the social scene. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Persons think that we are not human or we are perfect\"</p><cite>— Kadesha Porter, Instagram Model</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Porter, who is completing her degree in Finance, noted that payment received from entities varies in cash or kind.“Payment varies in the form of cash or items,\" she noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9301,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Events-Porter-Instagram-Model-Buzz.png\" alt=\"\" class=\"wp-image-9301\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A major con that comes with being an IG model, however, is the constant exposure to cyber bullying. “Persons think that we are not human or we are perfect, so things that may happens to a regular individual may be brushed under the rug but for us they make it a big deal,” the 24-year-old expressed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9302} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/IG-Model-Porter-Instagram-Buzz-Caribbean.png\" alt=\"\" class=\"wp-image-9302\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She, however, acknowledges the support from her followers on Instagram and the opportunities that come from the platform.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ </strong>fam tell us who\'s your fav IG model? </p>\n<!-- /wp:paragraph -->','Kadesha Porter: Claiming her IG fame and its perks','','inherit','closed','closed','','9275-revision-v1','','','2019-09-16 10:45:56','2019-09-16 15:45:56','',9275,'https://buzz-caribbean.com/article/9275-revision-v1/',0,'revision','',0),(9353,4,'2019-09-16 11:13:34','2019-09-16 16:13:34','','bpo-yoni','','inherit','open','closed','','bpo-yoni','','','2019-09-16 11:13:34','2019-09-16 16:13:34','',9343,'https://buzz-caribbean.com/app/uploads/2019/09/bpo-yoni.jpg',0,'attachment','image/jpeg',0),(9355,23,'2019-09-16 11:36:46','2019-09-16 16:36:46','<!-- wp:image {\"id\":9359} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Ricardo-Bibi-Gardner.jpg\" alt=\"Former national midfielder Ricardo ‘Bibi’ Gardner (Photo: Instgram @ricardobibigardner)\" class=\"wp-image-9359\" /><figcaption>Former national midfielder Ricardo ‘Bibi’ Gardner (Photo: Instgram @ricardobibigardner)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former national midfielder Ricardo\n‘Bibi’ Gardner believes defending champions Portmore United have the quality to\nrise above the poor start in the Red Stripe Premier League and be a force to be\nreckoned with as the season progresses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Three matches into the season and\nPortmore have yet to gain a point, as they lost to both newcomers to the\nleague, going down 3-0 to Molynes United in their first encounter and then\nbeing tagged 2-0 by Vere. On Sunday, they also lost to Dunbeholden 1-0.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"As we continue to work, we will continue to improve and then the results will start coming on board.\"</p><cite>— Ricardo Gardner</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Gardner took over from Shavar Thomas\nafter Portmore won the competition last year, and he said they would continue\nto work together to iron out the problems they are having.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Not the start that we wanted, but it\nis what it is. We continue to work on what we need to work on in training. We\nembrace the challenge ahead as we have quality players who can rise to the\noccasion,” Gardner told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“With God’s will, as we continue to\nwork, we will continue to improve and then the results will start coming on board\nand then the points will start stacking up.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8043} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/soccer-ball-football.jpg\" alt=\"\" class=\"wp-image-8043\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to Gardner, he has not\npinpointed any specific area of the team that needs to be corrected, but\nbelieves that they have just started the season with a bad patch and will get\nover it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is good to have this from early\nin the season. We still have 30 games to go in the league, so we just have to\nfocus on the challenge ahead. There are a lot of things that we could have done\nbetter in the matches. The greatest thing is that we know what we need to work\non, and we are pulling through together. We could have played a lot better in\nmany patches, but we are working on it as a team,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gardner can, however, take some\nconsolation in the fact that Portmore lost their opening match last season to\nthen newcomers Mount Pleasant Football Academy, but rebounded with good solid\nperformances to eventually win the competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Portmore are in 11<sup>th</sup>\nposition in the 12-team competition with only Tivoli, behind them.</p>\n<!-- /wp:paragraph -->','‘Bibi’ Gardner confident Portmore will bounce back in RSPL','','publish','open','closed','','bibi-gardner-confident-portmore-will-bounce-back-in-rspl','','','2019-09-16 12:01:21','2019-09-16 17:01:21','',0,'https://buzz-caribbean.com/?p=9355',0,'post','',0),(9356,4,'2019-09-16 11:19:32','2019-09-16 16:19:32','','bpo1','','inherit','open','closed','','bpo1','','','2019-09-16 11:19:32','2019-09-16 16:19:32','',9343,'https://buzz-caribbean.com/app/uploads/2019/09/bpo1.jpg',0,'attachment','image/jpeg',0),(9357,4,'2019-09-16 11:20:03','2019-09-16 16:20:03','','fancy-cat-ity-bpo','','inherit','open','closed','','fancy-cat-ity-bpo','','','2019-09-16 11:20:03','2019-09-16 16:20:03','',9343,'https://buzz-caribbean.com/app/uploads/2019/09/fancy-cat-ity-bpo.jpg',0,'attachment','image/jpeg',0),(9358,4,'2019-09-16 11:26:59','2019-09-16 16:26:59','<!-- wp:image {\"id\":9353} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bpo-yoni-1024x683.jpg\" alt=\"\" class=\"wp-image-9353\" /><figcaption>Itelbpo founding chairman and CEO Yoni Epstein and inspirational coach Marsha-Ann Brown at the company\'s itelFest of the weekend.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Itelbpo is expected to employ 300 additional workers at its Freeport Mobay campus in St James by year-end when the long-standing expansion work is completed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We started our expansion program back in 2017 developing our own campus, because, as BP0 is growing in Jamaica, it\'s become more and more competitive, more so on the front of your employees than plans. Through that competition, we develop a campus. We want to be the only BPO in our space,\" itelbpo founding chairman Yoni Epstein told Buzz. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"So we are just about to finish 96,000 square feet of call centre space. The last building is under construction now. And that\'ll be finished by the end of this year, \" he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9356} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bpo1-1024x683.jpg\" alt=\"\" class=\"wp-image-9356\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The campus will be able to accommodate over employees when completed. The Mobay office already has about 1700 employees.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, in Kingston, where the company is experiencing its greatest growth, itelbpo recently acquired, via rent 20000 square feet of space in New Kingston. Epstein said this will bring the Kingston staff complement to 800, up from 400.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9357} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/fancy-cat-ity-bpo-1024x683.jpg\" alt=\"\" class=\"wp-image-9357\" /><figcaption>Comedians Ity (right) and Fancy Cat performing at the itelFest on the weekend.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"And we have another commitment for 50,000 Square feet by June 2020 that will be in the New Kingston proper area so we will give almost 200, 000 Square feet of space and close to 3000 employees,\" he added.</p>\n<!-- /wp:paragraph -->','Itelbpo making big moves in outsourcing game','','inherit','closed','closed','','9343-revision-v1','','','2019-09-16 11:26:59','2019-09-16 16:26:59','',9343,'https://buzz-caribbean.com/article/9343-revision-v1/',0,'revision','',0),(9359,9,'2019-09-16 11:31:04','2019-09-16 16:31:04','','Ricardo-Bibi-Gardner','','inherit','open','closed','','ricardo-bibi-gardner','','','2019-09-16 11:31:04','2019-09-16 16:31:04','',9355,'https://buzz-caribbean.com/app/uploads/2019/09/Ricardo-Bibi-Gardner.jpg',0,'attachment','image/jpeg',0),(9360,9,'2019-09-16 11:35:49','2019-09-16 16:35:49','<!-- wp:image {\"id\":9359} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Ricardo-Bibi-Gardner.jpg\" alt=\"Former national midfielder Ricardo ‘Bibi’ Gardner\" class=\"wp-image-9359\" /><figcaption> Former national midfielder Ricardo ‘Bibi’ Gardner </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former national midfielder Ricardo\n‘Bibi’ Gardner believes defending champions Portmore United have the quality to\nrise above the poor start in the Red Stripe Premier League and be a force to be\nreckoned with as the season progresses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Three matches into the season and\nPortmore have yet to gain a point, as they lost to both newcomers to the\nleague, going down 3-0 to Molynes United in their first encounter and then\nbeing tagged 2-0 by Vere. On Sunday, they also lost to Dunbeholden 1-0.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"As we continue to work, we will continue to improve and then the results will start coming on board.\"</p><cite>— Ricardo Gardner</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Gardner took over from Shavar Thomas\nafter Portmore won the competition last year, and he said they would continue\nto work together to iron out the problems they are having.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Not the start that we wanted, but it\nis what it is. We continue to work on what we need to work on in training. We\nembrace the challenge ahead as we have quality players who can rise to the\noccasion,” Gardner told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“With God’s will, as we continue to\nwork, we will continue to improve and then the results will start coming on board\nand then the points will start stacking up.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8043} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/soccer-ball-football.jpg\" alt=\"\" class=\"wp-image-8043\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to Gardner, he has not\npinpointed any specific area of the team that needs to be corrected, but\nbelieves that they have just started the season with a bad patch and will get\nover it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is good to have this from early\nin the season. We still have 30 games to go in the league, so we just have to\nfocus on the challenge ahead. There are a lot of things that we could have done\nbetter in the matches. The greatest thing is that we know what we need to work\non, and we are pulling through together. We could have played a lot better in\nmany patches, but we are working on it as a team,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gardner can, however, take some\nconsolation in the fact that Portmore lost their opening match last season to\nthen newcomers Mount Pleasant Football Academy, but rebounded with good solid\nperformances to eventually win the competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Portmore are in 11<sup>th</sup>\nposition in the 12-team competition with only Tivoli, behind them.</p>\n<!-- /wp:paragraph -->','‘Bibi’ Gardner confident Portmore will bounce back in RSPL','','inherit','closed','closed','','9355-revision-v1','','','2019-09-16 11:35:49','2019-09-16 16:35:49','',9355,'https://buzz-caribbean.com/article/9355-revision-v1/',0,'revision','',0),(9361,9,'2019-09-16 11:38:04','2019-09-16 16:38:04','<!-- wp:image {\"id\":9359} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Ricardo-Bibi-Gardner.jpg\" alt=\"Former national midfielder Ricardo ‘Bibi’ Gardner (Photo: Instgram @ricardobibigardner)\" class=\"wp-image-9359\" /><figcaption>Former national midfielder Ricardo ‘Bibi’ Gardner (Photo: Instgram @ricardobibigardner)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former national midfielder Ricardo\n‘Bibi’ Gardner believes defending champions Portmore United have the quality to\nrise above the poor start in the Red Stripe Premier League and be a force to be\nreckoned with as the season progresses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Three matches into the season and\nPortmore have yet to gain a point, as they lost to both newcomers to the\nleague, going down 3-0 to Molynes United in their first encounter and then\nbeing tagged 2-0 by Vere. On Sunday, they also lost to Dunbeholden 1-0.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"As we continue to work, we will continue to improve and then the results will start coming on board.\"</p><cite>— Ricardo Gardner</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Gardner took over from Shavar Thomas\nafter Portmore won the competition last year, and he said they would continue\nto work together to iron out the problems they are having.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Not the start that we wanted, but it\nis what it is. We continue to work on what we need to work on in training. We\nembrace the challenge ahead as we have quality players who can rise to the\noccasion,” Gardner told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“With God’s will, as we continue to\nwork, we will continue to improve and then the results will start coming on board\nand then the points will start stacking up.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8043} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/soccer-ball-football.jpg\" alt=\"\" class=\"wp-image-8043\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to Gardner, he has not\npinpointed any specific area of the team that needs to be corrected, but\nbelieves that they have just started the season with a bad patch and will get\nover it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is good to have this from early\nin the season. We still have 30 games to go in the league, so we just have to\nfocus on the challenge ahead. There are a lot of things that we could have done\nbetter in the matches. The greatest thing is that we know what we need to work\non, and we are pulling through together. We could have played a lot better in\nmany patches, but we are working on it as a team,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gardner can, however, take some\nconsolation in the fact that Portmore lost their opening match last season to\nthen newcomers Mount Pleasant Football Academy, but rebounded with good solid\nperformances to eventually win the competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Portmore are in 11<sup>th</sup>\nposition in the 12-team competition with only Tivoli, behind them.</p>\n<!-- /wp:paragraph -->','‘Bibi’ Gardner confident Portmore will bounce back in RSPL','','inherit','closed','closed','','9355-revision-v1','','','2019-09-16 11:38:04','2019-09-16 16:38:04','',9355,'https://buzz-caribbean.com/article/9355-revision-v1/',0,'revision','',0),(9362,11,'2019-09-16 11:56:48','2019-09-16 16:56:48','','Kimani-Ffriend-Basketball-Buzz','','inherit','open','closed','','kimani-ffriend-basketball-buzz','','','2019-09-16 11:56:48','2019-09-16 16:56:48','',9349,'https://buzz-caribbean.com/app/uploads/2019/09/Kimani-Ffriend-Basketball-Buzz.jpg',0,'attachment','image/jpeg',0),(9363,21,'2019-09-16 12:24:13','2019-09-16 17:24:13','<!-- wp:image {\"id\":9369} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/game-of-thrones.jpg\" alt=\"Game of Throne actresses Maisie Williams and Sophie Turner \" class=\"wp-image-9369\" /><figcaption>Game of Throne actresses Maisie Williams and Sophie Turner </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Game of Thrones</strong> dominated the second night of the Creative Arts Emmys on Sunday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The HBO fantasy series picked up 10 awards in craft and technical categories at the ceremony at the Microsoft Theater in downtown Los Angeles, winning awards for visual effects, non-prosthetic make-up, main title design and drama series casting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game of Thrones was feted for its eighth and final season during the second night of the annual awards ceremony.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4739} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kit-game-of-thrones.jpg\" alt=\"Game of Thrones actor Kit Harington \" class=\"wp-image-4739\" /><figcaption>Game of Thrones actor Kit Harington </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Other big winners included HBO\'s limited series <strong>Chernobyl</strong>, which picked up seven awards in total, including cinematography, sound, music and video editing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The Marvelous Mrs. Maisel</strong> also had seven wins in total, including Outstanding Guest Actress and Actor for Jane Lynch and Luke Kirby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bradley Whitford made history on the night as he became the first person to win an Emmy in both the comedy and drama guest categories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The actor previously won for <strong>Transparent</strong> in 2015 and picked up the drama award for his work on <strong>The Handmaid\'s Tale</strong> on Sunday.</p>\n<!-- /wp:paragraph -->','\'Game of Thrones\' dominates Creative Arts Emmys with 10 wins','','publish','open','closed','','game-of-thrones-dominates-creative-arts-emmys-with-10-wins','','','2019-09-16 15:55:59','2019-09-16 20:55:59','',0,'https://buzz-caribbean.com/?p=9363',0,'post','',0),(9364,11,'2019-09-16 12:07:08','2019-09-16 17:07:08','','Hoop-Dreams-Ffriend-Buzz','','inherit','open','closed','','hoop-dreams-ffriend-buzz','','','2019-09-16 12:07:08','2019-09-16 17:07:08','',9349,'https://buzz-caribbean.com/app/uploads/2019/09/Hoop-Dreams-Ffriend-Buzz.jpg',0,'attachment','image/jpeg',0),(9365,9,'2019-09-16 12:12:51','2019-09-16 17:12:51','{\"id\":\"9365\",\"questions\":[{\"uid\":\"0cb02dba-5f54-4580-b1e6-8bb0e1912e78\",\"content\":\"After losing multiple matches since the start of the Caribbean Premier League, do you think the Jamaica Tallawahs can still win the competition?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"f27eec09-b5fb-47d8-a971-85824807f781\",\"type\":\"text\",\"label\":\"Yes\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"b73df4e9-c75c-477a-bc04-d773f419cf5d\",\"type\":\"text\",\"label\":\"No\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"d9503883-4eea-407d-9ee9-c5640c69d40e\",\"type\":\"text\",\"label\":\"Maybe\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Jamaica Tallawahs','','publish','closed','closed','','jamaica-tallawahs','','','2019-09-16 12:12:51','2019-09-16 17:12:51','',0,'https://buzz-caribbean.com/?post_type=poll&#038;p=9365',0,'poll','',0),(9366,11,'2019-09-16 12:11:08','2019-09-16 17:11:08','','Future-Basketball-Ffriend-Buzz','','inherit','open','closed','','future-basketball-ffriend-buzz','','','2019-09-16 12:11:08','2019-09-16 17:11:08','',9349,'https://buzz-caribbean.com/app/uploads/2019/09/Future-Basketball-Ffriend-Buzz.jpg',0,'attachment','image/jpeg',0),(9367,9,'2019-09-16 12:12:51','2019-09-16 17:12:51','{\"id\":\"9365\",\"questions\":[{\"uid\":\"0cb02dba-5f54-4580-b1e6-8bb0e1912e78\",\"content\":\"After losing multiple matches since the start of the Caribbean Premier League, do you think the Jamaica Tallawahs can still win the competition?\",\"settings\":{\"selection\":{\"minimum\":1,\"maximum\":1}},\"choices\":[{\"uid\":\"f27eec09-b5fb-47d8-a971-85824807f781\",\"type\":\"text\",\"label\":\"Yes\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"b73df4e9-c75c-477a-bc04-d773f419cf5d\",\"type\":\"text\",\"label\":\"No\",\"votes\":0,\"votesOverride\":0,\"collapsed\":true,\"visibility\":true},{\"uid\":\"d9503883-4eea-407d-9ee9-c5640c69d40e\",\"type\":\"text\",\"label\":\"Maybe\",\"votes\":0,\"votesOverride\":0,\"collapsed\":false,\"visibility\":true}]}],\"fields\":[],\"vote\":{\"limitations\":{\"region\":{\"rules\":[]},\"period\":{\"start\":\"\",\"end\":\"\"},\"quota\":{\"value\":0}},\"frequency\":{\"cookies\":{\"enabled\":true},\"ip\":{\"enabled\":false},\"user\":{\"enabled\":false},\"perSession\":1,\"perUser\":1,\"perIP\":1,\"timeout\":3600}},\"choices\":{\"sort\":{\"field\":\"position\",\"direction\":\"ASC\"}},\"results\":{\"sort\":{\"field\":\"votes\",\"direction\":\"DESC\"},\"visibility\":\"all\",\"untilReaching\":null,\"format\":\"{{votesPercentage}}\"},\"design\":{\"template\":\"basic-template\",\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"none\"},\"colors\":{\"primary\":\"#2196f3\",\"primaryContrast\":\"#ffffff\",\"primaryLighter\":\"#64b5f6\",\"primaryLight\":\"#42a5f5\",\"primaryDark\":\"#1e88e5\",\"primaryDarker\":\"#1976d2\",\"secondary\":\"#4caf50\",\"secondaryContrast\":\"#ffffff\",\"secondaryLighter\":\"#a5d6a7\",\"secondaryLight\":\"#81c784\",\"secondaryDark\":\"#43a047\",\"secondaryDarker\":\"#388e3c\",\"accent\":\"#ffc107\",\"accentContrast\":\"#ffffff\",\"accentLighter\":\"#ffd54f\",\"accentLight\":\"#ffca28\",\"accentDark\":\"#ffb300\",\"accentDarker\":\"#ffa000\",\"dark\":\"#333333\",\"gray\":\"#dddddd\",\"grayContrast\":\"#333333\",\"grayLighter\":\"#fafafa\",\"grayLight\":\"#eeeeee\",\"grayDark\":\"#aaaaaa\",\"grayDarker\":\"#999999\"},\"layout\":{\"choicesPerRow\":1,\"questionsPerRow\":1,\"maxWidth\":\"100%\",\"gutter\":\"1em\",\"radius\":\"0\"},\"custom\":{\"container\":{\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\",\"radius\":\"\"}},\"question\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"\",\"style\":\"\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"choice\":{\"padding\":{\"top\":\"0.75em\",\"right\":\"0.75em\",\"bottom\":\"0.75em\",\"left\":\"0.75em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"\",\"backgroundHover\":\"\",\"borderHover\":\"\",\"colorHover\":\"\",\"backgroundChecked\":\"\",\"borderChecked\":\"\",\"colorChecked\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"votesbar\":{\"padding\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"backgroundStart\":\"\",\"backgroundEnd\":\"\",\"color\":\"\",\"border\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"70%\",\"fontWeight\":\"inherit\",\"lineHeight\":\"1\",\"transform\":\"uppercase\",\"align\":\"inherit\"},\"size\":{\"height\":\"6px\"},\"effects\":{\"duration\":\"1000\"}},\"form\":{\"padding\":{\"top\":\"1em\",\"right\":\"\",\"bottom\":\"1em\",\"left\":\"\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"inherit\",\"color\":\"inherit\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"align\":\"inherit\",\"transform\":\"inherit\"},\"label\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0.5em\",\"left\":\"0\"},\"colors\":{\"color\":\"inherit\"}},\"input\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0.5em\",\"bottom\":\"0.5em\",\"left\":\"0.5em\"},\"colors\":{\"color\":\"\",\"background\":\"#ffffff\",\"border\":\"\",\"colorHover\":\"\",\"backgroundHover\":\"#ffffff\",\"borderHover\":\"\",\"colorActive\":\"\",\"backgroundActive\":\"\",\"borderActive\":\"\"},\"shadows\":{\"box\":\"inset 0 3px 0 rgba(0, 0, 0, 0.05)\"}},\"error\":{\"text\":{\"align\":\"inherit\",\"transform\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"inherit\",\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\"},\"padding\":{\"top\":\"0.5em\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"colors\":{\"background\":\"transparent\",\"color\":\"#f44336\"}}},\"message\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\"},\"colors\":{\"background\":\"\",\"border\":\"\",\"color\":\"inherit\",\"backgroundError\":\"#fb8c00\",\"borderError\":\"#F57C00\",\"colorError\":\"#ffffff\"},\"text\":{\"fontFamily\":\"inherit\",\"fontSize\":\"inherit\",\"fontWeight\":\"inherit\",\"lineHeight\":\"inherit\",\"transform\":\"inherit\",\"align\":\"inherit\"}},\"button\":{\"colors\":{\"background\":\"\",\"color\":\"\",\"border\":\"\",\"backgroundHover\":\"\",\"colorHover\":\"\",\"borderHover\":\"\",\"backgroundPrimary\":\"\",\"colorPrimary\":\"\",\"borderPrimary\":\"\",\"backgroundPrimaryHover\":\"\",\"colorPrimaryHover\":\"\",\"borderPrimaryHover\":\"\"},\"text\":{\"fontFamily\":\"inherit\",\"fontWeight\":\"inherit\",\"fontSize\":\"inherit\",\"lineHeight\":\"1\",\"align\":\"center\",\"transform\":\"inherit\"},\"border\":{\"width\":\"1px\",\"style\":\"solid\",\"radius\":\"\"},\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\",\"bottom\":\"1em\"},\"shadows\":{\"box\":\"\"}}},\"behaviours\":{\"ajax\":true,\"scrollUp\":true},\"effects\":{\"transition\":\"fade\",\"duration\":\"500\"}},\"notifications\":{\"email\":{\"recipient\":\"dev@cappen.com\",\"on\":{\"newVote\":false}}},\"meta\":{\"schema\":\"1.0\"},\"presetUid\":\"2e21fe0b6d537996d47c3d4b16d0e3cc\"}','Jamaica Tallawahs','','inherit','closed','closed','','9365-revision-v1','','','2019-09-16 12:12:51','2019-09-16 17:12:51','',9365,'https://buzz-caribbean.com/article/9365-revision-v1/',0,'revision','',0),(9368,11,'2019-09-16 12:17:22','2019-09-16 17:17:22','','ball-basketball-basketball-Ffriend','','inherit','open','closed','','ball-basketball-basketball-ffriend','','','2019-09-16 12:17:22','2019-09-16 17:17:22','',9349,'https://buzz-caribbean.com/app/uploads/2019/09/ball-basketball-basketball-Ffriend.jpg',0,'attachment','image/jpeg',0),(9369,9,'2019-09-16 12:18:15','2019-09-16 17:18:15','','Game Of Thrones NYC Premiere','Game of Thrones NYC Premiere\n\n\n\nPictured: Maisie Williams and Sophie Turner\n\nRef: SPL5077075 040419 NON-EXCLUSIVE\n\nPicture by: SplashNews.com\n\n\n\nSplash News and Pictures\n\nLos Angeles: 310-821-2666\nNew York: 212-619-2666\nLondon: 0207 644 7656\nMilan: 02 4399 8577\n\nphotodesk@splashnews.com\n\n\n\nWorld Rights','inherit','open','closed','','game-of-thrones-nyc-premiere','','','2019-09-16 12:18:52','2019-09-16 17:18:52','',9363,'https://buzz-caribbean.com/app/uploads/2019/09/game-of-thrones.jpg',0,'attachment','image/jpeg',0),(9370,9,'2019-09-16 12:23:52','2019-09-16 17:23:52','<!-- wp:image {\"id\":9369} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/game-of-thrones.jpg\" alt=\"Game of Throne actresses Maisie Williams and Sophie Turner \" class=\"wp-image-9369\" /><figcaption>Game of Throne actresses Maisie Williams and Sophie Turner </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Game of Thrones</strong> dominated the second night of the Creative Arts Emmys on Sunday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The HBO fantasy series picked up 10 awards in craft and technical categories at the ceremony at the Microsoft Theater in downtown Los Angeles, winning awards for visual effects, non-prosthetic make-up, main title design and drama series casting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game of Thrones was feted for its eighth and final season during the second night of the annual awards ceremony.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4739} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Kit-game-of-thrones.jpg\" alt=\"Game of Thrones actor Kit Harington \" class=\"wp-image-4739\" /><figcaption>Game of Thrones actor Kit Harington </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Other big winners included HBO\'s limited series <strong>Chernobyl</strong>, which picked up seven awards in total, including cinematography, sound, music and video editing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The Marvelous Mrs. Maisel</strong> also had seven wins in total, including Outstanding Guest Actress and Actor for Jane Lynch and Luke Kirby.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bradley Whitford made history on the night as he became the first person to win an Emmy in both the comedy and drama guest categories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The actor previously won for <strong>Transparent</strong> in 2015 and picked up the drama award for his work on <strong>The Handmaid\'s Tale</strong> on Sunday.</p>\n<!-- /wp:paragraph -->','\'Game of Thrones\' dominates Creative Arts Emmys with 10 wins','','inherit','closed','closed','','9363-revision-v1','','','2019-09-16 12:23:52','2019-09-16 17:23:52','',9363,'https://buzz-caribbean.com/article/9363-revision-v1/',0,'revision','',0),(9371,11,'2019-09-16 12:26:35','2019-09-16 17:26:35','<!-- wp:image {\"id\":9362} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kimani-Ffriend-Basketball-Buzz-1024x763.jpg\" alt=\"\" class=\"wp-image-9362\" /><figcaption>Kimani Ffriend, former Jamaican National Basketball team player</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kimani Ffriend, former Jamaican National Basketball team player, hopes that his <strong>Hoops with Ffriend</strong> initiative will harness local talent into the sport after his recent basketball camp at the University of the West Indies (UWI), Mona Bowl in St Andrew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“As a former NBA and European\nbasketball player I felt it was my duty to come back to Jamaica and expose the\nsport more to the Jamaica population because basketball is a very popular sport\nelsewhere.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ffriend hosted the annual <strong>Hoops with Ffriend</strong> two-day basketball camp on August 23<sup>rd</sup> and 24<sup>th</sup> to assist disadvantaged kids. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"As a former NBA and European basketball player I felt it was my duty to come back to Jamaica and expose the sport more\"</p><cite>—  Kimani Ffriend, former Jamaican National Basketball team player </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“The aim of <strong>Hoops with Ffriend</strong> outreach basketball camp is to bring awareness to basketball, but more so in the children’s homes because I believe it’s a community that has been lacking in support, especially from the standpoint of sports. A lot of these kids have never played basketball before.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9366} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Future-Basketball-Ffriend-Buzz-1024x763.jpg\" alt=\"\" class=\"wp-image-9366\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He noted the country’s success in track and field, football and cricket. However he put himself forward as an example that basketball, while not a common route, can do as much to elevate the quality of life of those who choose it as a profession. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ffriend related his own story, playing the traditional Jamaican sports only to then go through a growth spurt that all but limited his participation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I grew up playing the more\ntraditional sports. I didn’t like playing basketball at first. I hated it and\nthat’s a very important point because a lot of kids out there are growing up\nonly playing cricket, track and field and football, but no basketball because\nof the infrastructure needed to play it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9368} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ball-basketball-basketball-Ffriend-1024x668.jpg\" alt=\"\" class=\"wp-image-9368\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At 15 he found basketball and never\nlooked back. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I grew to love playing basketball.\nIt afforded me the opportunity to go and get a 100 per cent full scholarship to\nthe University of Nebraska.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now six-foot eleven inches tall, he ended up playing for the Miami Heat, the Los Angeles Clippers and the Memphis Grizzlies in the NBA along with numerous other European and South American basketball clubs. It’s this path of educational, financial, professional and personal growth he wishes to impart on the children taking part in <strong>Hoops with Ffriend</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The basketball camp saw around 100 children invited from the various children’s homes and from inner-city communities. With main sponsor Kingston Industrial Garage, Ffriend and several coaches spread the knowledge of basket while giving them a break from their normal summer routines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I grew to love playing basketball. It afforded me the opportunity to go and get a 100 per cent full scholarship\"</p><cite>—  Kimani Ffriend, former Jamaican National Basketball team player</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“It was mostly by invitation because\nof the size of the venue and we wanted to be able to have the appropriate\nnumber of coaching staff to give the children the attention they needed.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ffriend thinks that starting young\nwill plant the seeds for future Jamaican basketball stars, and offer a path to\nsuccess, beyond that of the standard local sporting options.</p>\n<!-- /wp:paragraph -->','Hoop Dreams — Ffriend building basketball\'s popularity in Jamaica','','inherit','closed','closed','','9349-revision-v1','','','2019-09-16 12:26:35','2019-09-16 17:26:35','',9349,'https://buzz-caribbean.com/article/9349-revision-v1/',0,'revision','',0),(9372,21,'2019-09-16 13:23:40','2019-09-16 18:23:40','<!-- wp:paragraph -->\n<p>Bang Bros - that\'s right - the adult entertainment site, has tossed their hat in the ring to gain the rights to rename the Miami Heat arena with a hefty US$10 million bid. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The announcement comes on the heels of Miami Heat seeking a new sponsor, with long-time sponsor American Airlines having their contract expire at the end of the year, with no plans to renew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9383} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Bid-Bang-Bros-Arena-Buzz-1024x684.jpg\" alt=\"\" class=\"wp-image-9383\" /><figcaption>Proposed branding of the Bang Bros Arena</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many are chiming in on the announcement, saying that it\'s nothing more than a publicity stunt by the \'World\'s Best Porn Site\'. Bang Bros, however, are sticking to the sincerity of their claim, noting that the company is even willing to increase its $10 million offer to secure the deal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In their official statement Bang Bros said: \"Miami is known for many things – South Beach, beautiful women, and sports teams like the professional NBA team the Miami Heat. Miami is also known for BangBros. So, it makes sense to pair up winning programs like the Miami Heat and BangBros for a sponsorship opportunity, naming the home arena they play in.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s uncertain at this point if the Heat organisation has met it with a similar seriousness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Though it might seem incredible to have this deal going through, at some point the money might be too good to pass up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While we wait, social media remains undefeated with the reactions to the announcement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/YahooSports/status/1172259834269437952\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/YahooSports/status/1172259834269437952\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/BarstoolUMiami/status/1172241936180219909\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/BarstoolUMiami/status/1172241936180219909\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Tell us <strong>BUZZ </strong>fam, will the Heats be shooting hoops in \"The BBC\" next year?</p>\n<!-- /wp:paragraph -->','Porn site bids $10 mill to rename Miami Heat arena','','publish','open','closed','','porn-site-bids-10-mill-to-rename-miami-heat-arena','','','2019-09-16 13:50:37','2019-09-16 18:50:37','',0,'https://buzz-caribbean.com/?p=9372',0,'post','',0),(9373,21,'2019-09-16 12:55:26','2019-09-16 17:55:26','<!-- wp:image {\"id\":9374} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Humble-Lion-Cavaliers-G-1024x576.jpg\" alt=\"It was a battle from start to finish in the match between Cavalier and Humble Lion in their RSPL game on Sunday. \" class=\"wp-image-9374\" /><figcaption>It was a battle from start to finish in the match between Cavalier and Humble Lion in their RSPL game on Sunday. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cavalier and Humble Lion battled to a\n1-1 draw in their Red Stripe Premier League match at Stadium East on Sunday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rohan&nbsp;Richards continued his\ngoal-a-match feat when he netted in the 45th minute before Alex Marshall\nconverted from the penalty spot in the 84th minute to equalise for Cavalier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The match had two distinct halves\nwith Humble Lion controlling the action for most of the first stanza before\nCavalier took over in the second.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Richards, who scored in Humble Lion\'s\n3-1 opening victory over Arnett Gardens and again in their 1-1 draw with Mount\nPleasant Football Academy, capitalised on a poor clearance to open the scoring.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cavalier equalised when Kyle Ming was brought down inside the area by Shamar Rhoden and Marshall converted from the spot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See highlights from the match between Cavalier and Humble Lion in the galllery below. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[9375,9376,9377,9378,9379]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Humble-Lion-Cavaliers--1024x683.jpg\" alt=\"\" data-id=\"9375\" data-link=\"https://buzz-caribbean.com/?attachment_id=9375\" class=\"wp-image-9375\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Humble-Lion-Cavaliers-B-1024x683.jpg\" alt=\"\" data-id=\"9376\" data-link=\"https://buzz-caribbean.com/?attachment_id=9376\" class=\"wp-image-9376\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Humble-Lion-Cavaliers-E-1024x683.jpg\" alt=\"\" data-id=\"9377\" data-link=\"https://buzz-caribbean.com/?attachment_id=9377\" class=\"wp-image-9377\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Humble-Lion-Cavaliers-F-1024x571.jpg\" alt=\"\" data-id=\"9378\" data-link=\"https://buzz-caribbean.com/?attachment_id=9378\" class=\"wp-image-9378\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Humble-Lion-Cavaliers-1024x683.jpg\" alt=\"\" data-id=\"9379\" data-link=\"https://buzz-caribbean.com/?attachment_id=9379\" class=\"wp-image-9379\" /></figure></li></ul>\n<!-- /wp:gallery -->','Humble Lion, Cavalier battle to 1-1 RSPL draw','','publish','open','closed','','humble-lion-cavalier-battle-to-1-1-rspl-draw','','','2019-09-16 12:55:27','2019-09-16 17:55:27','',0,'https://buzz-caribbean.com/?p=9373',0,'post','',0),(9374,9,'2019-09-16 12:39:35','2019-09-16 17:39:35','','Humble-Lion-Cavaliers-G','','inherit','open','closed','','humble-lion-cavaliers-g','','','2019-09-16 12:39:35','2019-09-16 17:39:35','',9373,'https://buzz-caribbean.com/app/uploads/2019/09/Humble-Lion-Cavaliers-G.jpg',0,'attachment','image/jpeg',0),(9375,9,'2019-09-16 12:43:38','2019-09-16 17:43:38','','Humble-Lion-Cavaliers-','','inherit','open','closed','','humble-lion-cavaliers','','','2019-09-16 12:43:38','2019-09-16 17:43:38','',9373,'https://buzz-caribbean.com/app/uploads/2019/09/Humble-Lion-Cavaliers-.jpg',0,'attachment','image/jpeg',0),(9376,9,'2019-09-16 12:43:40','2019-09-16 17:43:40','','Humble-Lion-Cavaliers-B','','inherit','open','closed','','humble-lion-cavaliers-b','','','2019-09-16 12:43:40','2019-09-16 17:43:40','',9373,'https://buzz-caribbean.com/app/uploads/2019/09/Humble-Lion-Cavaliers-B.jpg',0,'attachment','image/jpeg',0),(9377,9,'2019-09-16 12:43:42','2019-09-16 17:43:42','','Humble-Lion-Cavaliers-E','','inherit','open','closed','','humble-lion-cavaliers-e','','','2019-09-16 12:43:42','2019-09-16 17:43:42','',9373,'https://buzz-caribbean.com/app/uploads/2019/09/Humble-Lion-Cavaliers-E.jpg',0,'attachment','image/jpeg',0),(9378,9,'2019-09-16 12:43:44','2019-09-16 17:43:44','','Humble-Lion-Cavaliers-F','','inherit','open','closed','','humble-lion-cavaliers-f','','','2019-09-16 12:43:44','2019-09-16 17:43:44','',9373,'https://buzz-caribbean.com/app/uploads/2019/09/Humble-Lion-Cavaliers-F.jpg',0,'attachment','image/jpeg',0),(9379,9,'2019-09-16 12:43:46','2019-09-16 17:43:46','','Humble-Lion-Cavaliers','','inherit','open','closed','','humble-lion-cavaliers-2','','','2019-09-16 12:43:46','2019-09-16 17:43:46','',9373,'https://buzz-caribbean.com/app/uploads/2019/09/Humble-Lion-Cavaliers.jpg',0,'attachment','image/jpeg',0),(9380,11,'2019-09-16 12:52:00','2019-09-16 17:52:00','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">The internet porn business is boomin’!<br><br>BangBros has put a $10M bid in for the naming rights for the Miami Heat arena.<br><br>➡️ <a href=\"https://t.co/2XAs2WONKQ\">https://t.co/2XAs2WONKQ</a> <a href=\"https://t.co/kDbFmhc3gZ\">pic.twitter.com/kDbFmhc3gZ</a></p>&mdash; Yahoo Sports (@YahooSports) <a href=\"https://twitter.com/YahooSports/status/1172259834269437952?ref_src=twsrc%5Etfw\">September 12, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','48aee0c45c706409b30e960980fa6453','','','2019-09-16 12:52:00','2019-09-16 17:52:00','',0,'https://buzz-caribbean.com/article/48aee0c45c706409b30e960980fa6453/',0,'oembed_cache','',0),(9381,11,'2019-09-16 12:54:04','2019-09-16 17:54:04','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Not going to lie BangBros Center is kinda catchy <a href=\"https://t.co/amqD9d5CCc\">pic.twitter.com/amqD9d5CCc</a></p>&mdash; Barstool Miami (@BarstoolUMiami) <a href=\"https://twitter.com/BarstoolUMiami/status/1172241936180219909?ref_src=twsrc%5Etfw\">September 12, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','ed97f7ee7fd18c160b8ee10f590ff6c2','','','2019-09-16 12:54:04','2019-09-16 17:54:04','',0,'https://buzz-caribbean.com/article/ed97f7ee7fd18c160b8ee10f590ff6c2/',0,'oembed_cache','',0),(9382,9,'2019-09-16 12:55:26','2019-09-16 17:55:26','<!-- wp:image {\"id\":9374} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Humble-Lion-Cavaliers-G-1024x576.jpg\" alt=\"It was a battle from start to finish in the match between Cavalier and Humble Lion in their RSPL game on Sunday. \" class=\"wp-image-9374\" /><figcaption>It was a battle from start to finish in the match between Cavalier and Humble Lion in their RSPL game on Sunday. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cavalier and Humble Lion battled to a\n1-1 draw in their Red Stripe Premier League match at Stadium East on Sunday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rohan&nbsp;Richards continued his\ngoal-a-match feat when he netted in the 45th minute before Alex Marshall\nconverted from the penalty spot in the 84th minute to equalise for Cavalier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The match had two distinct halves\nwith Humble Lion controlling the action for most of the first stanza before\nCavalier took over in the second.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Richards, who scored in Humble Lion\'s\n3-1 opening victory over Arnett Gardens and again in their 1-1 draw with Mount\nPleasant Football Academy, capitalised on a poor clearance to open the scoring.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cavalier equalised when Kyle Ming was brought down inside the area by Shamar Rhoden and Marshall converted from the spot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See highlights from the match between Cavalier and Humble Lion in the galllery below. </em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[9375,9376,9377,9378,9379]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Humble-Lion-Cavaliers--1024x683.jpg\" alt=\"\" data-id=\"9375\" data-link=\"https://buzz-caribbean.com/?attachment_id=9375\" class=\"wp-image-9375\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Humble-Lion-Cavaliers-B-1024x683.jpg\" alt=\"\" data-id=\"9376\" data-link=\"https://buzz-caribbean.com/?attachment_id=9376\" class=\"wp-image-9376\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Humble-Lion-Cavaliers-E-1024x683.jpg\" alt=\"\" data-id=\"9377\" data-link=\"https://buzz-caribbean.com/?attachment_id=9377\" class=\"wp-image-9377\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Humble-Lion-Cavaliers-F-1024x571.jpg\" alt=\"\" data-id=\"9378\" data-link=\"https://buzz-caribbean.com/?attachment_id=9378\" class=\"wp-image-9378\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Humble-Lion-Cavaliers-1024x683.jpg\" alt=\"\" data-id=\"9379\" data-link=\"https://buzz-caribbean.com/?attachment_id=9379\" class=\"wp-image-9379\" /></figure></li></ul>\n<!-- /wp:gallery -->','Humble Lion, Cavalier battle to 1-1 RSPL draw','','inherit','closed','closed','','9373-revision-v1','','','2019-09-16 12:55:26','2019-09-16 17:55:26','',9373,'https://buzz-caribbean.com/article/9373-revision-v1/',0,'revision','',0),(9383,11,'2019-09-16 13:01:29','2019-09-16 18:01:29','','Bid-Bang-Bros-Arena-Buzz','','inherit','open','closed','','bid-bang-bros-arena-buzz','','','2019-09-16 13:01:29','2019-09-16 18:01:29','',9372,'https://buzz-caribbean.com/app/uploads/2019/09/Bid-Bang-Bros-Arena-Buzz.jpg',0,'attachment','image/jpeg',0),(9384,23,'2019-09-16 13:28:11','2019-09-16 18:28:11','<!-- wp:image {\"id\":9385} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Hero-Sckool-A-1024x763.jpg\" alt=\"Jabari Brown displays a few issues of his nine-chapter comic book series Hero Sckool that he plans to turn into a 2D fighting video game. (Photos: Contributed)\" class=\"wp-image-9385\" /><figcaption>Jabari Brown displays a few issues of his nine-chapter comic book series Hero Sckool that he plans to turn into a 2D fighting video game. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Most creators are looking to see their idea finalised on the big screen as the allure of big-budget Hollywood beckons, but for Jabari Brown, his next move is to get his comic book project, <strong>Hero Sckool</strong>, on the small screen, as a video game to be exact.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I\nwant to reimagine the series as a two-dimensional fighting game in the future\nwith me and my team,” Brown said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Already\na pixel artist, he has been using the M.U.G.E.N 2D fighting game engine to\ninsert characters of his design into video games. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9386} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Hero-Sckool-C-1024x763.jpg\" alt=\"The M.U.G.E.N 2D fighting game engine allows user-generated content like creating the most unlikely of battles between Dragon Ball Z’s Dabura and fast food advertising character The Hamburglar. \" class=\"wp-image-9386\" /><figcaption> The M.U.G.E.N 2D fighting game engine allows user-generated content like creating the most unlikely of battles between Dragon Ball Z’s Dabura and fast food advertising character The Hamburglar. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>M.U.G.E.N\nis free software developed in 1999 by Elecbyte that allows users to create\ntwo-dimensional fighting games much in the lines of Capcom’s Street Fighter II\nand SNK’s King of Fighters series. Game authors can easily put together\ncharacters and backgrounds of their design to create very professional looking\nfighting games. It’s most often used to make dream matches between characters\nthat could never happen, such as Homer Simpson against Super Mario.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not\nprofessionally trained Brown’s artistic career began late in primary school. As\na fan of both genres, he was inspired by the Japanese comic Dragon Ball Z and\nstylistic action video games like Viewtiful Joe. In 2010 he got serious and\nproduced nine chapters of his original work, Hero Sckool. The self-published\ncomic book follows a group of super-powered students as they learn to use their\nabilities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Each chapter focuses on a specific character’s story. There are nine chapters, so I guess there are nine main characters and a couple minor characters. The chapters focus on different areas in fictionalised Jamaica, Japan and China,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9387} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Hero-Sckool-B-1024x763.jpg\" alt=\"Hero Sckool doesn’t focus on one character. Instead, each issue looks at a different student.\" class=\"wp-image-9387\" /><figcaption> Hero Sckool doesn’t focus on one character. Instead, each issue looks at a different student.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brown\nfinished the series in 2013 to mostly positive reviews.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Some\npeople like the characters and their powers, but others don\'t like my art\nstyle. They prefer that the characters be more realistic, more human,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With that, he’s moved one step to creating the game, already heading to crowd-funding to get things going.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Only\ntwo main characters are confirmed for now. No official names yet. More\ninformation on the game can be had at patreon.com/japterdark.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Hero Sckool: Jabarai Brown wants to turn comic book into video game','','publish','open','closed','','hero-sckool-jabarai-brown-wants-to-turn-comic-book-into-video-game','','','2019-09-16 13:28:12','2019-09-16 18:28:12','',0,'https://buzz-caribbean.com/?p=9384',0,'post','',0),(9385,9,'2019-09-16 13:21:41','2019-09-16 18:21:41','','Hero-Sckool-A','','inherit','open','closed','','hero-sckool-a','','','2019-09-16 13:21:41','2019-09-16 18:21:41','',9384,'https://buzz-caribbean.com/app/uploads/2019/09/Hero-Sckool-A.jpg',0,'attachment','image/jpeg',0),(9386,9,'2019-09-16 13:21:55','2019-09-16 18:21:55','','Hero-Sckool-C','','inherit','open','closed','','hero-sckool-c','','','2019-09-16 13:21:55','2019-09-16 18:21:55','',9384,'https://buzz-caribbean.com/app/uploads/2019/09/Hero-Sckool-C.jpg',0,'attachment','image/jpeg',0),(9387,9,'2019-09-16 13:22:08','2019-09-16 18:22:08','','Hero-Sckool-B','','inherit','open','closed','','hero-sckool-b','','','2019-09-16 13:22:08','2019-09-16 18:22:08','',9384,'https://buzz-caribbean.com/app/uploads/2019/09/Hero-Sckool-B.jpg',0,'attachment','image/jpeg',0),(9388,11,'2019-09-16 13:23:40','2019-09-16 18:23:40','<!-- wp:paragraph -->\n<p>Bang Bros - that\'s right - the adult entertainment site, has tossed their hat in the ring to gain the rights to rename the Miami Heat arena with a hefty US$10 million bid. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The announcement comes on the heels of Miami Heat seeking a new sponsor, with long-time sponsor American Airlines having their contract expire at the end of the year, with no plans to renew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9383} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Bid-Bang-Bros-Arena-Buzz-1024x684.jpg\" alt=\"\" class=\"wp-image-9383\" /><figcaption>Proposed branding of the Bang Bros Arena</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many are chiming in on the announcement, saying that it\'s nothing more than a publicity stunt by the \'World\'s Best Porn Site\'. Bang Bros, however, are sticking to the sincerity of their claim, noting that the company is even willing to increase its $10 million offer to secure the deal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In their official statement Bang Bros said: \"Miami is known for many things – South Beach, beautiful women, and sports teams like the professional NBA team the Miami Heat. Miami is also known for BangBros. So, it makes sense to pair up winning programs like the Miami Heat and BangBros for a sponsorship opportunity, naming the home arena they play in.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s uncertain at this point if the Heat organisation has met it with a similar seriousness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Though it might seem incredible to have this deal going through, at some point the money might be too good to pass up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While we wait, social media remains undefeated with the reactions to the announcement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/YahooSports/status/1172259834269437952\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/YahooSports/status/1172259834269437952\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/BarstoolUMiami/status/1172241936180219909\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/BarstoolUMiami/status/1172241936180219909\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Tell us <strong>BUZZ </strong>fam, will the Heat be shooting hoops in \"The BBC\" next year?</p>\n<!-- /wp:paragraph -->','Porn site bids $10 mill to rename Miami Heat arena','','inherit','closed','closed','','9372-revision-v1','','','2019-09-16 13:23:40','2019-09-16 18:23:40','',9372,'https://buzz-caribbean.com/article/9372-revision-v1/',0,'revision','',0),(9389,9,'2019-09-16 13:27:57','2019-09-16 18:27:57','<!-- wp:image {\"id\":9385} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Hero-Sckool-A-1024x763.jpg\" alt=\"Jabari Brown displays a few issues of his nine-chapter comic book series Hero Sckool that he plans to turn into a 2D fighting video game. (Photos: Contributed)\" class=\"wp-image-9385\" /><figcaption>Jabari Brown displays a few issues of his nine-chapter comic book series Hero Sckool that he plans to turn into a 2D fighting video game. (Photos: Contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Most creators are looking to see their idea finalised on the big screen as the allure of big-budget Hollywood beckons, but for Jabari Brown, his next move is to get his comic book project, <strong>Hero Sckool</strong>, on the small screen, as a video game to be exact.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I\nwant to reimagine the series as a two-dimensional fighting game in the future\nwith me and my team,” Brown said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Already\na pixel artist, he has been using the M.U.G.E.N 2D fighting game engine to\ninsert characters of his design into video games. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9386} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Hero-Sckool-C-1024x763.jpg\" alt=\"The M.U.G.E.N 2D fighting game engine allows user-generated content like creating the most unlikely of battles between Dragon Ball Z’s Dabura and fast food advertising character The Hamburglar. \" class=\"wp-image-9386\" /><figcaption> The M.U.G.E.N 2D fighting game engine allows user-generated content like creating the most unlikely of battles between Dragon Ball Z’s Dabura and fast food advertising character The Hamburglar. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>M.U.G.E.N\nis free software developed in 1999 by Elecbyte that allows users to create\ntwo-dimensional fighting games much in the lines of Capcom’s Street Fighter II\nand SNK’s King of Fighters series. Game authors can easily put together\ncharacters and backgrounds of their design to create very professional looking\nfighting games. It’s most often used to make dream matches between characters\nthat could never happen, such as Homer Simpson against Super Mario.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not\nprofessionally trained Brown’s artistic career began late in primary school. As\na fan of both genres, he was inspired by the Japanese comic Dragon Ball Z and\nstylistic action video games like Viewtiful Joe. In 2010 he got serious and\nproduced nine chapters of his original work, Hero Sckool. The self-published\ncomic book follows a group of super-powered students as they learn to use their\nabilities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Each chapter focuses on a specific character’s story. There are nine chapters, so I guess there are nine main characters and a couple minor characters. The chapters focus on different areas in fictionalised Jamaica, Japan and China,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9387} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Hero-Sckool-B-1024x763.jpg\" alt=\"Hero Sckool doesn’t focus on one character. Instead, each issue looks at a different student.\" class=\"wp-image-9387\" /><figcaption> Hero Sckool doesn’t focus on one character. Instead, each issue looks at a different student.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brown\nfinished the series in 2013 to mostly positive reviews.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Some\npeople like the characters and their powers, but others don\'t like my art\nstyle. They prefer that the characters be more realistic, more human,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With that, he’s moved one step to creating the game, already heading to crowd-funding to get things going.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Only\ntwo main characters are confirmed for now. No official names yet. More\ninformation on the game can be had at patreon.com/japterdark.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Hero Sckool: Jabarai Brown wants to turn comic book into video game','','inherit','closed','closed','','9384-revision-v1','','','2019-09-16 13:27:57','2019-09-16 18:27:57','',9384,'https://buzz-caribbean.com/article/9384-revision-v1/',0,'revision','',0),(9390,16,'2019-09-16 13:29:05','2019-09-16 18:29:05','<!-- wp:paragraph -->\n<p>Bang Bros - that\'s right - the adult entertainment site, has tossed their hat in the ring to gain the rights to rename the Miami Heat arena with a hefty US$10 million bid. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The announcement comes on the heels of Miami Heat seeking a new sponsor, with long-time sponsor American Airlines having their contract expire at the end of the year, with no plans to renew.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9383} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Bid-Bang-Bros-Arena-Buzz-1024x684.jpg\" alt=\"\" class=\"wp-image-9383\" /><figcaption>Proposed branding of the Bang Bros Arena</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Many are chiming in on the announcement, saying that it\'s nothing more than a publicity stunt by the \'World\'s Best Porn Site\'. Bang Bros, however, are sticking to the sincerity of their claim, noting that the company is even willing to increase its $10 million offer to secure the deal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In their official statement Bang Bros said: \"Miami is known for many things – South Beach, beautiful women, and sports teams like the professional NBA team the Miami Heat. Miami is also known for BangBros. So, it makes sense to pair up winning programs like the Miami Heat and BangBros for a sponsorship opportunity, naming the home arena they play in.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s uncertain at this point if the Heat organisation has met it with a similar seriousness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Though it might seem incredible to have this deal going through, at some point the money might be too good to pass up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While we wait, social media remains undefeated with the reactions to the announcement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/YahooSports/status/1172259834269437952\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/YahooSports/status/1172259834269437952\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/BarstoolUMiami/status/1172241936180219909\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/BarstoolUMiami/status/1172241936180219909\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Tell us <strong>BUZZ </strong>fam, will the Heats be shooting hoops in \"The BBC\" next year?</p>\n<!-- /wp:paragraph -->','Porn site bids $10 mill to rename Miami Heat arena','','inherit','closed','closed','','9372-revision-v1','','','2019-09-16 13:29:05','2019-09-16 18:29:05','',9372,'https://buzz-caribbean.com/article/9372-revision-v1/',0,'revision','',0),(9391,11,'2019-09-16 13:29:13','2019-09-16 18:29:13','<!-- wp:image {\"id\":9213} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Machel-Montano-Diamond-Ball.jpg\" alt=\"\" class=\"wp-image-9213\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Former International\nSoca Monarch King, Dr. Machel Montano, brought the royal sounds of Soca to the\nEast Coast, as he attended the highly-anticipated Diamond Ball on Thursday\nevening. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The legendary Soca singer,\nwho received an Honorary Doctorate of Arts from the University of Trinidad and\nTobago late last year for his various contributions to the musical landscape\nfor close to 4 decades, joined some of the best in the global music and\nentertainment industries for the lavish affair in the heart of New York City. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9214} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Machel-Montano-Rihanna-Diamond-Ball.jpg\" alt=\"\" class=\"wp-image-9214\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Diamond Ball is an\nannually-held philanthropic event, hosted by Robyn “Rihanna” Fenty and her\nClara Lionel Foundation and has quickly become one of the must-attend soirées\non the US celebrity social calendar. Rihanna established the Clara Lionel\nFoundation, named in memory of Rihanna’s maternal grandparents, Clara “Dolly”\nand Lionel Braithwaite, to support and fund groundbreaking and effective\neducation, emergency response programs around the world, while also aiming to\nimprove the quality of life for young people everywhere.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Montano paid tribute to\nhis “Bajan sister” in a touching post to his Instagram, which included a beaming\nphoto of him with the award-winning singer and CEO of Fenty Beauty, Savage\nFenty, and Fenty Paris. “Thank you @badgalriri for throwing an incredible event\nlast night with such positive initiatives, including emergency relief for The\nBahamas,” he captioned. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2XNQyMhxWx/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2XNQyMhxWx/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>He also commended the Roc Nation group for the opportunity to bring “the island vibes to the #DiamondBall.” Some notable Caribbean personalities in attendance included Jamaica’s legendary dancehall singer, Supercat, Martinican-born Chief Content and Creative Officer of Essence Magazine and Essence Fest, Moana Luu, and Honourable Mia Mottley Q.C, LL.B., the Prime Minister of Barbados. Several members of the Hip Hop community were also spotted on the red carpet, including Grammy-award winning rapper Cardi B and her husband Offset of Migos fame, Kehlani, ASAP Rocky, Normani, and 2 Chainz, among other superstar invitees.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><a href=\"https://buzz-caribbean.com/article/fifth-annual-diamond-ball-a-huge-success-rihanna-grateful-for-huge-support/\">Fifth annual Diamond Ball a huge success — Rihanna grateful for huge support</a></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":9215} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Machel-Montano-DJKhalid.jpg\" alt=\"\" class=\"wp-image-9215\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> Much to the delight of specially-invited guests and scores of fans, Montano, also known by his latest sobriquet “Monk Montè”, also took to the Diamond Ball stage during the performance set of chart-topping entertainer, DJ Khaled. Dressed in a white and black polka dot matching set with pristine white sneakers, Montano quickly energized the crowd in true kingly fashion, as he was seen in now-viral video clips circulating online performing “Famalay”, which is his tune with Skinny Fabulous and Bunji Garlin that earned the trio the Trinidad Carnival 2019 Road March title. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9216} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Machel-Montano-onstage-Diamond-ball.jpg\" alt=\"\" class=\"wp-image-9216\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Megan Thee Stallion – who recently signed to Jay-Z’s Roc Nation management team – and singer, songwriter and super-producer Pharrell Williams were some of the other megastars that rounded off the night’s scintillating performances at the event, which went well into the wee hours of the morning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9217} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Megan-Thee-Stallion-diamond-ball-1.jpg\" alt=\"\" class=\"wp-image-9217\" /><figcaption>Megan Thee Stallion</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> Machel hinted via his social media that new music is in the works, as he was sighted in studio with Senegalese-American singer, songwriter, and record producer Akon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<em><strong> Written by Tenille Clarke</strong></em> (@tenilleclarke1 on Instagram/Twitter)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Tenille Clarke is an avid wanderlust,\nCarnivalist and cultural enthusiast who pens about her ongoing love affair with\ntravel, culture and entertainment through a Caribbean lens. She is the\nPrincipal Publicist of Chambers Media Solutions and Managing Director of\nIndustry 360.</em></strong></p>\n<!-- /wp:paragraph -->','Machel brings soca heat to Rihanna’s Diamond Ball charity event','','inherit','closed','closed','','9211-revision-v1','','','2019-09-16 13:29:13','2019-09-16 18:29:13','',9211,'https://buzz-caribbean.com/article/9211-revision-v1/',0,'revision','',0),(9392,11,'2019-09-16 13:29:46','2019-09-16 18:29:46','<!-- wp:image {\"id\":9171} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Diane-Carlton-Models-London-African-fashion-week.png\" alt=\"\" class=\"wp-image-9171\" /><figcaption> Three models strut on the runway at African Fashion Week London in Diane Carlton designs. (Photo:  <strong>Simon Deiner/SDR Photo &amp; Lola Grafix Photography</strong>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Caribbean region was well-represented\nat the 9th edition of Africa Fashion Week London (AFWL) with Trinbagonian\nfashion brand, Diane Carlton Style. The annual fashion event, which took place\nat the historic Freemasons’ Hall in August, is Europe’s largest in promoting\nand nurturing African and African-inspired design talent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This year’s affair saw throngs of style\ninfluencers, public officials and some of the most popular designers from the\nAfrican diaspora community in attendance to mix, mingle and celebrate the\nbeauty and vibrancy of Afrocentric contributions to the global fashion scene. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Humbled by the opportunity to showcase for\nthe first time ever in London, Stacy Weekes-Benjamin, Creative Director at\nDiane Carlton said that it was an honour to represent the Caribbean on such a\nwell-respected fashion platform. Ironically, the invitation for AFWL came\nshortly after she was rejected by organizers of an Emancipation Day fashion\nshow in Trinidad, who felt as if her designs were not “African” enough. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9169} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Stacey-Weekes-Benjamin-Creative-Director-1024x683.jpg\" alt=\"\" class=\"wp-image-9169\" /><figcaption> Creative Director at Diane Carlton Caribbean, Stacey Weekes Benjamin (Photo:  <strong>Simon Deiner/SDR Photo &amp; Lola Grafix Photography</strong>)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Motivated by one door closing,\nWeekes-Benjamin explained, “This was a moment for me to stay true to my\ncreative point of view, but to also celebrate the global African connection\nthat has certainly influenced so many types of expression both in and outside of\nour culture.” She made the decision to apply to the AFWL showcase after strong\nencouragement from her husband and family and was pleasantly surprised to learn\nthat she was given the nod of approval.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Diane Carlton Style was the only designer\nfrom this region to be officially selected to showcase at this year’s AFWL\nevent, and she wanted to use that opportunity to sell Trinidad and Tobago to\nthose in attendance – including HIH Princess Adewmimo Shijuwade of Nigeria. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9170} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Diane-Carlton-Models-African-Fashion-Week-London-1-1024x661.jpg\" alt=\"\" class=\"wp-image-9170\" /><figcaption> Final Walk: The brand new Diane Carlton resort collection incorporates vibrant, mixed prints in an ode to the Caribbean (Photo:  <strong>Simon Deiner/SDR Photo &amp; Lola Grafix Photography</strong>) </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“Having the opportunity to promote on such\nan important stage is really a wonderful opportunity. I learned a lot from my\ndebut European runway showcase in Germany last year and I wanted to make sure\nthat I was fully prepared for this event, especially with having such\nprestigious guests present. I spent lots of time putting together this\ncollection – sketching, selecting fabric, preparing samples, the full works.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With all eyes set on next year’s roster of activities, Diane Carlton is already gearing up to return to the AFWL franchise in 2020, along with other new opportunities that have formed as a result of her successful showing a few weeks ago. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<em><strong> Written by Tenille Clarke</strong></em> (@tenilleclarke1 on Instagram/Twitter)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Tenille Clarke is an avid wanderlust,\nCarnivalist and cultural enthusiast who pens about her ongoing love affair with\ntravel, culture and entertainment through a Caribbean lens. She is the\nPrincipal Publicist of Chambers Media Solutions and Managing Director of\nIndustry 360.</em></strong></p>\n<!-- /wp:paragraph -->','Trinbagonian brand, Diane Carlton shines at Africa Fashion Week in London','','inherit','closed','closed','','9168-revision-v1','','','2019-09-16 13:29:46','2019-09-16 18:29:46','',9168,'https://buzz-caribbean.com/article/9168-revision-v1/',0,'revision','',0),(9393,21,'2019-09-16 13:39:06','2019-09-16 18:39:06','<!-- wp:paragraph -->\n<p>We can still have the sun, sand and sea - we just need to get rid of the trash.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This supports The National Environment and Planning Agency\'s  (NEPA) call for the public to show support for a trash-free Jamaica by participating in International Coastal Cleanup Day (ICCD) 2019 on <strong>September 21</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>NEPA and the Urban Development Corporation\n(UDC) have partnered to execute a cleanup exercise at the Barmouth Beach in St.\nCatherine, starting at 7:30 a.m.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It is a bold display of a group’s ability to unite for a cause greater than any one individual\"  </p><cite>  — Travis Bartley, NEPA’s Public Education and Community Outreach Officer</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>NEPA’s Public Education and Community Outreach Officer, Travis Bartley, said that the annual observance “is the largest one-day volunteer event globally”. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9413} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/NEPA_Beach_cleanup-1024x682.jpg\" alt=\"\" class=\"wp-image-9413\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>‘It is a bold display of a group’s ability\nto unite for a cause greater than any one individual. The beaches are of great\nvalue to Jamaica in social, environmental and economic terms. For both NEPA and\nUDC, preserving our nation’s beautiful beaches helps to provide the best\nquality of life for the citizens of Jamaica,” he noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He pointed out that marine pollution\naffects the health of marine life, ecosystems, recreational water quality and\npublic health.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“We will provide the volunteers with resources to effectively participate in the day\"</p><cite>   — Travis Bartley, NEPA’s Public Education and Community Outreach Officer </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Garbage that ends up in our waters causes\ndamage to reefs, which provide protection and tourism earnings; loss of biodiversity;\nloss of arable land and decreased agricultural production and the deaths of\nmore than a million seabirds,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"align\":\"center\"} -->\n<h5 style=\"text-align:center\">OVER <em>2,600 KILOGRAMS OF GARBAGE COLLECTED AT HELLSHIRE BAY BEACH IN 2018</em></h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Mr. Bartley shared that more than 400 bags of garbage, weighing in excess of 2,600 kilograms, were collected at the Hellshire Bay Beach in St. Catherine during ICCD 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9421} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Beach-Cleanup-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-9421\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>More than 500 volunteers from different\ngroups, including non-governmental organisations, community-based organisations,\nand secondary and tertiary schools, are expected to participate in this year’s\nevent. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We will provide the volunteers with\nresources to effectively participate in the day, and we are inviting you to\nsign up for ICCD 2019 by September 6,” Mr. Bartley said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Persons wishing to join the UDC and NEPA can\ncontact Chalene Roye-Myrie at <a href=\"mailto:charlene.roye@nepa.gov.jm\"><strong>charlene.roye@nepa.gov.jm</strong></a> or 754-7540 ext. 2214 to\nregister.</p>\n<!-- /wp:paragraph -->','Sun, sand, sea - get rid of the trash!','','publish','open','closed','','sun-sand-sea-get-rid-of-the-trash','','','2019-09-16 15:49:06','2019-09-16 20:49:06','',0,'https://buzz-caribbean.com/?p=9393',0,'post','',0),(9394,21,'2019-09-16 14:51:57','2019-09-16 19:51:57','<!-- wp:image {\"id\":9396} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/andre-russell-and-wife-819x1024.png\" alt=\"  West Indies cricketer Andre Russell gazes into the eyes of his wife, Jassym Lora Russell. (Photo: Instagram @ar12russell)\" class=\"wp-image-9396\" /><figcaption> West Indies cricketer Andre Russell gazes into the eyes of his wife, Jassym Lora Russell. (Photo: Instagram @ar12russell)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Samantha J was not the only public figure doing a gender\nreveal this weekend, as West Indies cricketer Andre Russell and his wife, Jassym\nLora Russell, took to Instagram to share their intimate moment with fans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a video that was posted on Instagram, Jassym threw\na ball to her hubby who batted it. After being hit, the ball then opened with\nthe pink powder indicating that the two would be having a baby girl. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2dDHYuFW17/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2dDHYuFW17/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“So it\'s #GIRL, another blessing in my life. It didn\'t\nmatter if it was a girl or a boy, all am asking God for is a healthy baby #babyrussell,”\nAndre Russell said in his post. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 31-year-old cricketer holds the position of all-rounder\nin the West Indies cricket team, which he joined 2011. </p>\n<!-- /wp:paragraph -->','Andre Russell and his wife are expecting a baby','','publish','open','closed','','andre-russell-and-his-wife-are-expecting-a-baby','','','2019-09-16 14:10:11','2019-09-16 19:10:11','',0,'https://buzz-caribbean.com/?p=9394',0,'post','',0),(9395,9,'2019-09-16 13:43:05','2019-09-16 18:43:05','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2dDHYuFW17/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2dDHYuFW17/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2dDHYuFW17/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">So it&#39;s #GIRL??? another blessing in my life it didn&#39;t matter if it was a girl or a boy, all am asking God for is a healthy baby #babyrussell @partyblasterspro</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/ar12russell/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Andre Russell</a> (@ar12russell) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-16T01:37:17+00:00\">Sep 15, 2019 at 6:37pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','abf2317c91e0a0009fba865d01653a04','','','2019-09-16 13:43:05','2019-09-16 18:43:05','',0,'https://buzz-caribbean.com/article/abf2317c91e0a0009fba865d01653a04/',0,'oembed_cache','',0),(9396,9,'2019-09-16 13:44:10','2019-09-16 18:44:10','','andre-russell-and-wife','','inherit','open','closed','','andre-russell-and-wife','','','2019-09-16 13:44:10','2019-09-16 18:44:10','',9394,'https://buzz-caribbean.com/app/uploads/2019/09/andre-russell-and-wife.png',0,'attachment','image/png',0),(9397,11,'2019-09-16 13:46:38','2019-09-16 18:46:38','<!-- wp:paragraph -->\n<p>Sun, sand, sea and garbage....</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now that doesn\'t seem to fit quite right, now does it?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The National </p>\n<!-- /wp:paragraph -->','Sun, sand, sea - get rid of the trash','','inherit','closed','closed','','9393-revision-v1','','','2019-09-16 13:46:38','2019-09-16 18:46:38','',9393,'https://buzz-caribbean.com/article/9393-revision-v1/',0,'revision','',0),(9398,21,'2019-09-16 14:31:04','2019-09-16 19:31:04','<!-- wp:image {\"id\":9452} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Money-Matters-Feature-Image-1024x614.jpg\" alt=\"\" class=\"wp-image-9452\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica’s stock exchange has been the best in the world for the last seven years.&nbsp; The truth is, stocks have always been one of the best forms of investment. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you purchased NCB in the 80s you’d have paid a mere $1.00 for each share. Today (August 15, 2019) the stock closed at $211.36.&nbsp; Put another way: if you spent $10,000 to purchase 10,000 units when the stock was first listed that 10,000 units would today be worth $2,113,600.00. That’s an increase of <strong>21036%</strong>!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before anyone says that’s over almost 40 years, let me share some more recent data with you...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Barita (BIL) was worth $9.58 on August 15, 2018. One year later and they are trading at $88.78. That’s an increase of <strong>826.72%</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fontana (FTNA) the first stock to list on the Junior Stock Exchange for 2019 listed at an initial price of $1.88. Today they are trading at $8.44 - <strong>348.93% </strong>return in a little over seven months!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The list goes on with other stocks like Sagicor,\nJMMB, Indies Pharmaceuticals, Wisynco, the much talked about Wigton and the\nrecently issued Lab and Sagicor Select Fund showing remarkable returns in 2019!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Stick with me in this series and I’ll teach you why there’s nothing to be intimidated by.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>So why are so many Jamaicans still intimidated by the stock market? Simple answer- Jargon, jargon, jargon! Stick with me in this series and I’ll teach you why there’s nothing to be intimidated by. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I\'ll teach you about ‘money matters’ using a language that we can all understand. I’ll show you that kids make amazing investors because they go with gut instinct and are not paralysed by overanalysis. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I’ll teach you why buying stocks are like buying groceries. You’ll learn the two main questions that you need to answer to inform what stocks you buy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> I’ll show you why the stock game is best played by all!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Follow the series and let’s get rich!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>— </strong><em><strong>Monique Wilson</strong> holds a Masters in Business Administration from The Edinburgh University and has over twelve years of experience in the financial market. </em></p>\n<!-- /wp:paragraph -->','The stock market — Let’s get rich! (Part 1)','','publish','open','closed','','the-stock-market-lets-get-rich-part-1','','','2019-09-16 17:05:23','2019-09-16 22:05:23','',0,'https://buzz-caribbean.com/?p=9398',0,'post','',0),(9400,11,'2019-09-16 13:50:19','2019-09-16 18:50:19','','Bed Bedroom Black And White 1405846','','inherit','open','closed','','bed-bedroom-black-and-white-1405846-2','','','2019-09-16 13:50:19','2019-09-16 18:50:19','',9372,'https://buzz-caribbean.com/app/uploads/2019/09/bed-bedroom-black-and-white-1405846.jpg',0,'attachment','image/jpeg',0),(9401,9,'2019-09-16 13:51:27','2019-09-16 18:51:27','','Andre Russell And Wife NEW','','inherit','open','closed','','andre-russell-and-wife-new','','','2019-09-16 13:51:27','2019-09-16 18:51:27','',9394,'https://buzz-caribbean.com/app/uploads/2019/09/andre-russell-and-wife-NEW.jpg',0,'attachment','image/jpeg',0),(9402,9,'2019-09-16 13:51:57','2019-09-16 18:51:57','<!-- wp:image {\"id\":9396} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/andre-russell-and-wife-819x1024.png\" alt=\"  West Indies cricketer Andre Russell gazes into the eyes of his wife, Jassym Lora Russell. (Photo: Instagram @ar12russell)\" class=\"wp-image-9396\" /><figcaption> West Indies cricketer Andre Russell gazes into the eyes of his wife, Jassym Lora Russell. (Photo: Instagram @ar12russell)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Samantha J was not the only public figure doing a gender\nreveal this weekend, as West Indies cricketer Andre Russell and his wife, Jassym\nLora Russell, took to Instagram to share their intimate moment with fans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a video that was posted on Instagram, Jassym threw\na ball to her hubby who batted it. After being hit, the ball then opened with\nthe pink powder indicating that the two would be having a baby girl. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2dDHYuFW17/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2dDHYuFW17/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“So it\'s #GIRL, another blessing in my life. It didn\'t\nmatter if it was a girl or a boy, all am asking God for is a healthy baby #babyrussell,”\nAndre Russell said in his post. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 31-year-old cricketer holds the position of all-rounder\nin the West Indies cricket team, which he joined 2011. </p>\n<!-- /wp:paragraph -->','Andre Russell and his wife are expecting a baby','','inherit','closed','closed','','9394-revision-v1','','','2019-09-16 13:51:57','2019-09-16 18:51:57','',9394,'https://buzz-caribbean.com/article/9394-revision-v1/',0,'revision','',0),(9403,23,'2019-09-16 14:07:52','2019-09-16 19:07:52','<!-- wp:image {\"id\":9405} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/samantha-J-1024x769.jpg\" alt=\"\" class=\"wp-image-9405\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Singer Samantha J is expecting a baby boy, and she revealed the news to her fans via Instagram over the weekend. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The<strong> Tight Up Skirt</strong> singer shared the news in her Instagram story, as she lit up a smoke fountain that burned blue fumes to indicate that she will be giving birth to a boy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Yuh finally get the boy weh yuh want.” </p><cite>— Samantha J\'s friend</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>An elated Samantha jumped\nand skipped when she found out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Yuh finally get the boy\nweh yuh want,” one of her friends said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Samantha J gained popularity years ago when she did a remake of Red Rat’s <strong>Tight Up Skirt</strong>.  Even though she still does dancehall and reggae, the 23-year-old has relocated to the United States where she has been venturing into pop. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','A baby boy for Samantha J: Singer shares pregnancy news with fans','','publish','open','closed','','a-baby-boy-for-samantha-j-singer-shares-pregnancy-news-with-fans','','','2019-09-16 14:07:53','2019-09-16 19:07:53','',0,'https://buzz-caribbean.com/?p=9403',0,'post','',0),(9404,11,'2019-09-16 13:54:01','2019-09-16 18:54:01','','On The Money Cover','','inherit','open','closed','','on-the-money-cover','','','2019-09-16 13:54:01','2019-09-16 18:54:01','',9398,'https://buzz-caribbean.com/app/uploads/2019/09/On-the-Money-Cover.jpg',0,'attachment','image/jpeg',0),(9405,9,'2019-09-16 14:03:16','2019-09-16 19:03:16','','samantha-J','','inherit','open','closed','','samantha-j','','','2019-09-16 14:03:16','2019-09-16 19:03:16','',9403,'https://buzz-caribbean.com/app/uploads/2019/09/samantha-J.jpg',0,'attachment','image/jpeg',0),(9406,9,'2019-09-16 14:07:27','2019-09-16 19:07:27','<!-- wp:image {\"id\":9405} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/samantha-J-1024x769.jpg\" alt=\"\" class=\"wp-image-9405\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Singer Samantha J is expecting a baby boy, and she revealed the news to her fans via Instagram over the weekend. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The<strong> Tight Up Skirt</strong> singer shared the news in her Instagram story, as she lit up a smoke fountain that burned blue fumes to indicate that she will be giving birth to a boy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Yuh finally get the boy weh yuh want.” </p><cite>— Samantha J\'s friend</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>An elated Samantha jumped\nand skipped when she found out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Yuh finally get the boy\nweh yuh want,” one of her friends said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Samantha J gained popularity years ago when she did a remake of Red Rat’s <strong>Tight Up Skirt</strong>.  Even though she still does dancehall and reggae, the 23-year-old has relocated to the United States where she has been venturing into pop. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— <strong><em>Written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','A baby boy for Samantha J: Singer shares pregnancy news with fans','','inherit','closed','closed','','9403-revision-v1','','','2019-09-16 14:07:27','2019-09-16 19:07:27','',9403,'https://buzz-caribbean.com/article/9403-revision-v1/',0,'revision','',0),(9408,11,'2019-09-16 14:31:04','2019-09-16 19:31:04','<!-- wp:paragraph -->\n<p>Jamaica’s stock exchange has been the best in the world for the last seven years.  The truth is, stocks have always been one of the best forms of investment. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you purchased NCB in the 80s you’d have paid a mere $1.00 for each share. Today (August 15, 2019) the stock closed at $211.36.  Put another way: if you spent $10,000 to purchase 10,000 units when the stock was first listed that 10,000 units would today be worth $2,113,600.00. That’s an increase of <strong>21036%</strong>!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before anyone says that’s over almost 40 years, let me share some more recent data with you...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Barita (BIL) was worth $9.58 on August 15, 2018. One year later and they are trading at $88.78. That’s an increase of <strong>826.72%</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fontana (FTNA) the first stock to list on the Junior Stock Exchange for 2019 listed at an initial price of $1.88. Today they are trading at $8.44 - <strong>348.93% </strong>return in a little over seven months!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The list goes on with other stocks like Sagicor,\nJMMB, Indies Pharmaceuticals, Wisynco, the much talked about Wigton and the\nrecently issued Lab and Sagicor Select Fund showing remarkable returns in 2019!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So why are so many Jamaicans still intimidated by the stock market? Simple answer- Jargon, jargon, jargon! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stick with me in this series and I’ll teach you why there’s nothing to be intimidated by. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I\'ll teach you about ‘money matters’ using a language that we can all understand. I’ll show you that kids make amazing investors because they go with gut instinct and are not paralysed by overanalysis.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I’ll teach you why buying stocks are like buying groceries. You’ll learn the two main questions that you need to answer to inform what stocks you buy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> I’ll show you why the stock game is best played by all!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Follow the series and let’s get rich!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>— </strong><em><strong>Monique Wilson</strong>: Holds a Masters in Business Administration from The Edinburgh University and has over twelve years of experience in the financial market. </em></p>\n<!-- /wp:paragraph -->','The stock market — Let’s get rich! (Part 1)','','inherit','closed','closed','','9398-revision-v1','','','2019-09-16 14:31:04','2019-09-16 19:31:04','',9398,'https://buzz-caribbean.com/article/9398-revision-v1/',0,'revision','',0),(9409,11,'2019-09-16 14:42:25','2019-09-16 19:42:25','','Hoops With Ffriend','','inherit','open','closed','','hoops-with-ffriend','','','2019-09-16 14:42:25','2019-09-16 19:42:25','',9349,'https://buzz-caribbean.com/app/uploads/2019/09/Hoops-with-Ffriend.jpg',0,'attachment','image/jpeg',0),(9413,11,'2019-09-16 15:41:10','2019-09-16 20:41:10','','NEPA_Beach_cleanup','','inherit','open','closed','','nepa_beach_cleanup','','','2019-09-16 15:41:10','2019-09-16 20:41:10','',9393,'https://buzz-caribbean.com/app/uploads/2019/09/NEPA_Beach_cleanup.jpg',0,'attachment','image/jpeg',0),(9415,4,'2019-09-16 15:41:48','2019-09-16 20:41:48','<!-- wp:image {\"id\":9404} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/On-the-Money-Cover-1024x614.jpg\" alt=\"\" class=\"wp-image-9404\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica’s stock exchange has been the best in the world for the last seven years.&nbsp; The truth is, stocks have always been one of the best forms of investment. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you purchased NCB in the 80s you’d have paid a mere $1.00 for each share. Today (August 15, 2019) the stock closed at $211.36.&nbsp; Put another way: if you spent $10,000 to purchase 10,000 units when the stock was first listed that 10,000 units would today be worth $2,113,600.00. That’s an increase of <strong>21036%</strong>!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before anyone says that’s over almost 40 years, let me share some more recent data with you...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Barita (BIL) was worth $9.58 on August 15, 2018. One year later and they are trading at $88.78. That’s an increase of <strong>826.72%</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fontana (FTNA) the first stock to list on the Junior Stock Exchange for 2019 listed at an initial price of $1.88. Today they are trading at $8.44 - <strong>348.93% </strong>return in a little over seven months!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The list goes on with other stocks like Sagicor,\nJMMB, Indies Pharmaceuticals, Wisynco, the much talked about Wigton and the\nrecently issued Lab and Sagicor Select Fund showing remarkable returns in 2019!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Stick with me in this series and I’ll teach you why there’s nothing to be intimidated by.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>So why are so many Jamaicans still intimidated by the stock market? Simple answer- Jargon, jargon, jargon! Stick with me in this series and I’ll teach you why there’s nothing to be intimidated by. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I\'ll teach you about ‘money matters’ using a language that we can all understand. I’ll show you that kids make amazing investors because they go with gut instinct and are not paralysed by overanalysis. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I’ll teach you why buying stocks are like buying groceries. You’ll learn the two main questions that you need to answer to inform what stocks you buy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> I’ll show you why the stock game is best played by all!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Follow the series and let’s get rich!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>— </strong><em><strong>Monique Wilson</strong>: Holds a Masters in Business Administration from The Edinburgh University and has over twelve years of experience in the financial market. </em></p>\n<!-- /wp:paragraph -->','The stock market — Let’s get rich! (Part 1)','','inherit','closed','closed','','9398-revision-v1','','','2019-09-16 15:41:48','2019-09-16 20:41:48','',9398,'https://buzz-caribbean.com/article/9398-revision-v1/',0,'revision','',0),(9416,4,'2019-09-16 15:42:13','2019-09-16 20:42:13','<!-- wp:image {\"id\":9404} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/On-the-Money-Cover-1024x614.jpg\" alt=\"\" class=\"wp-image-9404\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica’s stock exchange has been the best in the world for the last seven years.&nbsp; The truth is, stocks have always been one of the best forms of investment. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you purchased NCB in the 80s you’d have paid a mere $1.00 for each share. Today (August 15, 2019) the stock closed at $211.36.&nbsp; Put another way: if you spent $10,000 to purchase 10,000 units when the stock was first listed that 10,000 units would today be worth $2,113,600.00. That’s an increase of <strong>21036%</strong>!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before anyone says that’s over almost 40 years, let me share some more recent data with you...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Barita (BIL) was worth $9.58 on August 15, 2018. One year later and they are trading at $88.78. That’s an increase of <strong>826.72%</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fontana (FTNA) the first stock to list on the Junior Stock Exchange for 2019 listed at an initial price of $1.88. Today they are trading at $8.44 - <strong>348.93% </strong>return in a little over seven months!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The list goes on with other stocks like Sagicor,\nJMMB, Indies Pharmaceuticals, Wisynco, the much talked about Wigton and the\nrecently issued Lab and Sagicor Select Fund showing remarkable returns in 2019!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Stick with me in this series and I’ll teach you why there’s nothing to be intimidated by.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>So why are so many Jamaicans still intimidated by the stock market? Simple answer- Jargon, jargon, jargon! Stick with me in this series and I’ll teach you why there’s nothing to be intimidated by. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I\'ll teach you about ‘money matters’ using a language that we can all understand. I’ll show you that kids make amazing investors because they go with gut instinct and are not paralysed by overanalysis. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I’ll teach you why buying stocks are like buying groceries. You’ll learn the two main questions that you need to answer to inform what stocks you buy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> I’ll show you why the stock game is best played by all!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Follow the series and let’s get rich!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>— </strong><em><strong>Monique Wilson</strong> holds a Masters in Business Administration from The Edinburgh University and has over twelve years of experience in the financial market. </em></p>\n<!-- /wp:paragraph -->','The stock market — Let’s get rich! (Part 1)','','inherit','closed','closed','','9398-revision-v1','','','2019-09-16 15:42:13','2019-09-16 20:42:13','',9398,'https://buzz-caribbean.com/article/9398-revision-v1/',0,'revision','',0),(9417,13,'2019-09-16 15:42:29','2019-09-16 20:42:29','','I Love Soca Cooler','','inherit','open','closed','','i-love-soca-cooler','','','2019-09-16 15:42:29','2019-09-16 20:42:29','',0,'https://buzz-caribbean.com/app/uploads/2019/09/I-love-soca-Cooler.jpg',0,'attachment','image/jpeg',0),(9418,13,'2019-09-16 15:42:42','2019-09-16 20:42:42','','I Love Soca 2','','inherit','open','closed','','i-love-soca-2','','','2019-09-16 15:42:42','2019-09-16 20:42:42','',0,'https://buzz-caribbean.com/app/uploads/2019/09/i-love-soca-2.jpg',0,'attachment','image/jpeg',0),(9419,13,'2019-09-16 15:42:58','2019-09-16 20:42:58','','I Love Soca','','inherit','open','closed','','i-love-soca','','','2019-09-16 15:42:58','2019-09-16 20:42:58','',0,'https://buzz-caribbean.com/app/uploads/2019/09/i-love-soca.jpg',0,'attachment','image/jpeg',0),(9420,9,'2019-09-16 15:43:50','2019-09-16 20:43:50','','Game Of Thrones NYC Premiere','Game of Thrones NYC Premiere\n\n\n\nPictured: Maisie Williams and Sophie Turner\n\nRef: SPL5077075 040419 NON-EXCLUSIVE\n\nPicture by: SplashNews.com\n\n\n\nSplash News and Pictures\n\nLos Angeles: 310-821-2666\nNew York: 212-619-2666\nLondon: 0207 644 7656\nMilan: 02 4399 8577\n\nphotodesk@splashnews.com\n\n\n\nWorld Rights','inherit','open','closed','','game-of-thrones-nyc-premiere-2','','','2019-09-16 15:43:52','2019-09-16 20:43:52','',9363,'https://buzz-caribbean.com/app/uploads/2019/09/NEW-game-of-thrones.jpg',0,'attachment','image/jpeg',0),(9421,11,'2019-09-16 15:47:52','2019-09-16 20:47:52','','Beach-Cleanup-Buzz','','inherit','open','closed','','beach-cleanup-buzz','','','2019-09-16 15:47:52','2019-09-16 20:47:52','',9393,'https://buzz-caribbean.com/app/uploads/2019/09/Beach-Cleanup-Buzz.jpg',0,'attachment','image/jpeg',0),(9422,11,'2019-09-16 15:49:06','2019-09-16 20:49:06','<!-- wp:paragraph -->\n<p>We can still have the sun, sand and sea - we just need to get rid of the trash.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This supports The National Environment and Planning Agency\'s  (NEPA) call for the public to show support for a trash-free Jamaica by participating in International Coastal Cleanup Day (ICCD) 2019 on <strong>September 21</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>NEPA and the Urban Development Corporation\n(UDC) have partnered to execute a cleanup exercise at the Barmouth Beach in St.\nCatherine, starting at 7:30 a.m.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"It is a bold display of a group’s ability to unite for a cause greater than any one individual\"  </p><cite>  — Travis Bartley, NEPA’s Public Education and Community Outreach Officer</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>NEPA’s Public Education and Community Outreach Officer, Travis Bartley, said that the annual observance “is the largest one-day volunteer event globally”. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9413} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/NEPA_Beach_cleanup-1024x682.jpg\" alt=\"\" class=\"wp-image-9413\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>‘It is a bold display of a group’s ability\nto unite for a cause greater than any one individual. The beaches are of great\nvalue to Jamaica in social, environmental and economic terms. For both NEPA and\nUDC, preserving our nation’s beautiful beaches helps to provide the best\nquality of life for the citizens of Jamaica,” he noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He pointed out that marine pollution\naffects the health of marine life, ecosystems, recreational water quality and\npublic health.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“We will provide the volunteers with resources to effectively participate in the day\"</p><cite>   — Travis Bartley, NEPA’s Public Education and Community Outreach Officer </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“Garbage that ends up in our waters causes\ndamage to reefs, which provide protection and tourism earnings; loss of biodiversity;\nloss of arable land and decreased agricultural production and the deaths of\nmore than a million seabirds,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"align\":\"center\"} -->\n<h5 style=\"text-align:center\">OVER <em>2,600 KILOGRAMS OF GARBAGE COLLECTED AT HELLSHIRE BAY BEACH IN 2018</em></h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Mr. Bartley shared that more than 400 bags of garbage, weighing in excess of 2,600 kilograms, were collected at the Hellshire Bay Beach in St. Catherine during ICCD 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9421} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Beach-Cleanup-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-9421\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>More than 500 volunteers from different\ngroups, including non-governmental organisations, community-based organisations,\nand secondary and tertiary schools, are expected to participate in this year’s\nevent. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We will provide the volunteers with\nresources to effectively participate in the day, and we are inviting you to\nsign up for ICCD 2019 by September 6,” Mr. Bartley said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Persons wishing to join the UDC and NEPA can\ncontact Chalene Roye-Myrie at <a href=\"mailto:charlene.roye@nepa.gov.jm\"><strong>charlene.roye@nepa.gov.jm</strong></a> or 754-7540 ext. 2214 to\nregister.</p>\n<!-- /wp:paragraph -->','Sun, sand, sea - get rid of the trash!','','inherit','closed','closed','','9393-revision-v1','','','2019-09-16 15:49:06','2019-09-16 20:49:06','',9393,'https://buzz-caribbean.com/article/9393-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (9423,11,'2019-09-16 16:56:36','2019-09-16 21:56:36','<!-- wp:image {\"id\":9426} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Doc-Coombs-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-9426\" /><figcaption>Dr Phillip \'Doc Ravers\' Coombs</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr. Phillip Coombs is a hard-working doctor, lively communicator — and he loves dancing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Coombs, a Surgical Resident at Kingston Public Hospital, has become a social media personality, known as Doc Ravers. How did this happen?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bvqy0uWp36y/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bvqy0uWp36y/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>It all started in rural\nManchester. After graduating from the University of the West Indies in 2016,\nthe young doctor worked in clinics in the parish as an intern. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"There was…a lot of information that was lacking amongst patients in the rural areas” </p><cite>— Dr Phillip Coombs</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Being a doctor is not just about\nprocedures. It’s also about communicating with patients. And there, Dr. Coombs found\nsome challenges. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9438} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Phillip-Coombs-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-9438\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I noticed that there was…a lot of information that was lacking amongst patients in the rural areas,” he says. “There are a lot of myths out there,” he adds. One regular complaint was about “sinus.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But, the truth is everybody has a sinus. The problem is <strong>sinusitis</strong>. His first video explained this, in his own words and personal, friendly style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BfYksMwBLs4/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BfYksMwBLs4/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>That video “evolved” says Dr. Coombs. It started to take off on social media with comments pouring in, thanking him for the simplicity of the explanation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His next video was about “gas” (which is really simply abdominal pain, he explains), racked up over 33,000 views.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BfqbNySBkK7/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BfqbNySBkK7/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“Wow…That skyrocketed,”\nexclaims Dr. Coombs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since then, Dr Coombs has continued to create engaging videos which he says are inspired by his own experience in the medical fraternity and comments from his followers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The response has been a “wonderful experience,” says Dr. Coombs. So many people have embraced his videos – and the information they offer. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I decided to take it to another level,” says the enthusiastic young surgeon (you can see him at work with his scalpel, on his Instagram page). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9429} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Coombs-Surgical-Resident-Buzz.jpg\" alt=\"\" class=\"wp-image-9429\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He is happy for support from social media personalities like Dutty Berry and entertainers such as Queen Ifrica who recently endorsed his comments about skin bleaching. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s Edutainment,” said Dr.\nCoombs. “It’s two in one.” He believes in balance – working hard and playing\nhard, allowing time for both. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He enjoys going out dancing\nwith his wife. “I love to free up!” he laughs. His name, Doc Ravers, is a\ntribute to his love of dancing and to entertainer Ding Dong’s dance group,\nRavers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Look out for our <strong>BUZZ </strong>feature video with \'Doc Ravers\' soon.</p>\n<!-- /wp:paragraph -->','\'Doc Ravers\': Balancing health, education and dancing','','publish','open','closed','','doc-ravers-balancing-health-education-evolving-and-dancing','','','2020-01-06 09:45:39','2020-01-06 14:45:39','',0,'https://buzz-caribbean.com/?p=9423',0,'post','',0),(9424,21,'2019-09-16 16:06:56','2019-09-16 21:06:56','<!-- wp:image {\"id\":9425} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/cristiano-wedding.jpg\" alt=\"Soccer star Cristiano Ronaldo and his girlfriend, Georgina Rodriguez. \" class=\"wp-image-9425\" /><figcaption>Soccer star Cristiano Ronaldo and his girlfriend, Georgina Rodriguez. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cristiano Ronaldo plans to marry his girlfriend, Georgina Rodriguez.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 34-year-old soccer star - who has son Cristiano Jr, whose mother\'s identity has never been revealed, twins Eva and Mateo, who were born via a surrogate and daughter Alana with Georgina - has revealed that he wants to tie the knot with the 25-year-old model.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He told Piers Morgan in the new ITV one-off special, \'Cristiano Ronaldo Meets Piers Morgan\': \"She helped me so much. Of course, I\'m in love with her. We\'ll be (married) one day, for sure. It\'s my mum\'s dream as well. So, one day. Why not? It\'s great. She\'s my friend. We have conversations. I open the heart for her, and she opens the heart for me.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2W7nOHoGYs/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2W7nOHoGYs/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Georgina has been dating Cristiano since 2016 and recently called their first meeting \"love at first sight\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"Our first meeting was at Gucci, where I worked as a sales assistant. Days later, we saw each other again at another brand\'s event.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"It was then that we could talk in a relaxed atmosphere, outside my work environment. It was love at first sight for both.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, she admitted that dating the world-famous Juventus player has not always been easy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Georgina said: \"Being the partner of someone so famous is not easy, but I wouldn\'t change it for the world. What I feel for him is stronger than anything, any kind of pressure.\"</p>\n<!-- /wp:paragraph -->','Cristiano Ronaldo plans to marry his girlfriend','','publish','open','closed','','cristiano-ronaldo-plans-to-marry-his-model-girlfriend','','','2019-09-16 16:16:34','2019-09-16 21:16:34','',0,'https://buzz-caribbean.com/?p=9424',0,'post','',0),(9425,9,'2019-09-16 15:58:12','2019-09-16 20:58:12','','cristiano-wedding','','inherit','open','closed','','cristiano-wedding','','','2019-09-16 15:58:12','2019-09-16 20:58:12','',9424,'https://buzz-caribbean.com/app/uploads/2019/09/cristiano-wedding.jpg',0,'attachment','image/jpeg',0),(9426,11,'2019-09-16 16:03:27','2019-09-16 21:03:27','','Doc-Coombs-Buzz','','inherit','open','closed','','doc-coombs-buzz','','','2019-09-16 16:03:27','2019-09-16 21:03:27','',9423,'https://buzz-caribbean.com/app/uploads/2019/09/Doc-Coombs-Buzz.jpg',0,'attachment','image/jpeg',0),(9427,9,'2019-09-16 16:06:37','2019-09-16 21:06:37','<!-- wp:image {\"id\":9425} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/cristiano-wedding.jpg\" alt=\"Soccer star Cristiano Ronaldo and his girlfriend, Georgina Rodriguez. \" class=\"wp-image-9425\" /><figcaption>Soccer star Cristiano Ronaldo and his girlfriend, Georgina Rodriguez. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cristiano Ronaldo plans to marry his girlfriend, Georgina Rodriguez.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 34-year-old soccer star - who has son Cristiano Jr, whose mother\'s identity has never been revealed, twins Eva and Mateo, who were born via a surrogate and daughter Alana with Georgina - has revealed that he wants to tie the knot with the 25-year-old model.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He told Piers Morgan in the new ITV one-off special, \'Cristiano Ronaldo Meets Piers Morgan\': \"She helped me so much. Of course, I\'m in love with her. We\'ll be (married) one day, for sure. It\'s my mum\'s dream as well. So, one day. Why not? It\'s great. She\'s my friend. We have conversations. I open the heart for her, and she opens the heart for me.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2W7nOHoGYs/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2W7nOHoGYs/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Georgina has been dating Cristiano since 2016 and recently called their first meeting \"love at first sight\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"Our first meeting was at Gucci, where I worked as a sales assistant. Days later, we saw each other again at another brand\'s event.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"It was then that we could talk in a relaxed atmosphere, outside my work environment. It was love at first sight for both.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, she admitted that dating the world-famous Juventus player has not always been easy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Georgina said: \"Being the partner of someone so famous is not easy, but I wouldn\'t change it for the world. What I feel for him is stronger than anything, any kind of pressure.\"</p>\n<!-- /wp:paragraph -->','Cristiano Ronaldo plans to marry his model girlfriend','','inherit','closed','closed','','9424-revision-v1','','','2019-09-16 16:06:37','2019-09-16 21:06:37','',9424,'https://buzz-caribbean.com/article/9424-revision-v1/',0,'revision','',0),(9428,9,'2019-09-16 16:06:38','2019-09-16 21:06:38','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2W7nOHoGYs/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2W7nOHoGYs/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2W7nOHoGYs/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Smelling good with my new fragrance and looking great with you on my side @georginagio ❤️</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/cristiano/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Cristiano Ronaldo</a> (@cristiano) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-13T16:35:43+00:00\">Sep 13, 2019 at 9:35am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','c846f49b8539b4eef7054f20a2042022','','','2019-09-16 16:06:38','2019-09-16 21:06:38','',0,'https://buzz-caribbean.com/article/c846f49b8539b4eef7054f20a2042022/',0,'oembed_cache','',0),(9429,11,'2019-09-16 16:06:44','2019-09-16 21:06:44','','Coombs-Surgical-Resident-Buzz','','inherit','open','closed','','coombs-surgical-resident-buzz','','','2019-09-16 16:06:44','2019-09-16 21:06:44','',9423,'https://buzz-caribbean.com/app/uploads/2019/09/Coombs-Surgical-Resident-Buzz.jpg',0,'attachment','image/jpeg',0),(9430,9,'2019-09-16 16:07:18','2019-09-16 21:07:18','<!-- wp:image {\"id\":9425} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/cristiano-wedding.jpg\" alt=\"Soccer star Cristiano Ronaldo and his girlfriend, Georgina Rodriguez. \" class=\"wp-image-9425\" /><figcaption>Soccer star Cristiano Ronaldo and his girlfriend, Georgina Rodriguez. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Cristiano Ronaldo plans to marry his girlfriend, Georgina Rodriguez.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 34-year-old soccer star - who has son Cristiano Jr, whose mother\'s identity has never been revealed, twins Eva and Mateo, who were born via a surrogate and daughter Alana with Georgina - has revealed that he wants to tie the knot with the 25-year-old model.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He told Piers Morgan in the new ITV one-off special, \'Cristiano Ronaldo Meets Piers Morgan\': \"She helped me so much. Of course, I\'m in love with her. We\'ll be (married) one day, for sure. It\'s my mum\'s dream as well. So, one day. Why not? It\'s great. She\'s my friend. We have conversations. I open the heart for her, and she opens the heart for me.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2W7nOHoGYs/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2W7nOHoGYs/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Georgina has been dating Cristiano since 2016 and recently called their first meeting \"love at first sight\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"Our first meeting was at Gucci, where I worked as a sales assistant. Days later, we saw each other again at another brand\'s event.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"It was then that we could talk in a relaxed atmosphere, outside my work environment. It was love at first sight for both.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, she admitted that dating the world-famous Juventus player has not always been easy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Georgina said: \"Being the partner of someone so famous is not easy, but I wouldn\'t change it for the world. What I feel for him is stronger than anything, any kind of pressure.\"</p>\n<!-- /wp:paragraph -->','Cristiano Ronaldo plans to marry his girlfriend','','inherit','closed','closed','','9424-revision-v1','','','2019-09-16 16:07:18','2019-09-16 21:07:18','',9424,'https://buzz-caribbean.com/article/9424-revision-v1/',0,'revision','',0),(9431,11,'2019-09-16 16:15:17','2019-09-16 21:15:17','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BfYksMwBLs4/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BfYksMwBLs4/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BfYksMwBLs4/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Doc, mi have SINUS lol. ???‍♂️ No more SHORTCUT!! It’s SINUSITIS ????? #spreadtheword #medicine #sinus #doctoring #eachoneteachone</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/fyliku/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Dr. Phillip C. Coombs ??</a> (@fyliku) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2018-02-19T15:58:04+00:00\">Feb 19, 2018 at 7:58am PST</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','81007485aa3cab07a3b87a9ddd5a3f21','','','2019-09-16 16:15:17','2019-09-16 21:15:17','',0,'https://buzz-caribbean.com/article/81007485aa3cab07a3b87a9ddd5a3f21/',0,'oembed_cache','',0),(9432,23,'2019-09-16 16:25:39','2019-09-16 21:25:39','<!-- wp:image {\"id\":9434} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/esports-jamaica-dexton-graham-1024x763.jpg\" alt=\"Dexton Graham, CEO and founder of eSports Jamaica. \" class=\"wp-image-9434\" /><figcaption>Dexton Graham, CEO and founder of eSports Jamaica. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>John\nF. Kennedy, the 35<sup>th</sup> president of the United States, once said, “<em>one person can make a difference, and\neveryone should try</em>.” Dexton Graham, the CEO and founder of eSports\nJamaica, best fits that quote, as in 2013 he created the company with the intention\nof building the competitive video gaming scene in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“eSports\nJamaica is an organisation committed to bringing together persons interested in\nthe creative, exciting and competitive world of gaming, animation and cosplay\nby hosting video game tournaments, cosplay events and providing platforms —\nonline, social media, and groups — for collaboration, discussion and\nengagement,” Graham said when explaining his creation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9435} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/esports-jamaica-1024x763.jpg\" alt=\"So far, eSports Jamaica has handed out more than $500,000 in cash and prizes to gamers. \" class=\"wp-image-9435\" /><figcaption>So far, eSports Jamaica has handed out more than $500,000 in cash and prizes to gamers. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In its\nsix years, eSports Jamaica has been very active, hosting seven video game\ntournaments under its BestInJa banner. The past two years have seen things pick\nup steam in relation to the overall global push for eSports. In 2018, Graham\nwas part of two corporate exhibitions, including the Digital Business Screen\nConference held at the University of the West Indies in June of that year. For\n2019, he went big when he joined forces with Anime Nerds of Jamaica for\nCOSPLAY.ANIMATION.GAMING.ESPORTS (C.A.G.E) that was held on August 31 at the\nUniversity of Technology Auditorium.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We\nreceived overwhelming support and saw over 500 patrons turn out to event. The\nsuccess of the event was largely due to our title sponsor Pizza Hut Jamaica\ntaking a chance with us by investing in this niche market and supporting and\nguiding us along the way,” Graham said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So far,\neSports has doled out $500,000 in cash and prizes across the tournaments it has\nheld, highlighting games such as League of Legends, Fortnite and Apex Legends.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our\naim is to bring competitive gaming and the other similar entities to the\nforefront of entertainment in Jamaica and the Caribbean,” Graham said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Written\nby Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Gaming is serious business for Dexton Graham','','publish','open','closed','','gaming-is-serious-business-for-dexton-graham','','','2019-09-16 16:25:40','2019-09-16 21:25:40','',0,'https://buzz-caribbean.com/?p=9432',0,'post','',0),(9433,11,'2019-09-16 16:19:40','2019-09-16 21:19:40','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BfqbNySBkK7/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/BfqbNySBkK7/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BfqbNySBkK7/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Do you have Gas? Share the message!! ? What really is ‘Gas Pain?’ ???‍♂️ Where is this ‘GAS’ found? Can gas pain travel?? So many things to address on this topic!! Stay tuned!! Help me clear up some misconceptions. ‘Gas pain’ #eachoneteachone #doctor?? #series @kevin2wokrayzee</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/fyliku/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Dr. Phillip C. Coombs ??</a> (@fyliku) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2018-02-26T14:20:47+00:00\">Feb 26, 2018 at 6:20am PST</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','23c6cb8020b81d58ed2aa159ba9cf8b9','','','2019-09-16 16:19:40','2019-09-16 21:19:40','',0,'https://buzz-caribbean.com/article/23c6cb8020b81d58ed2aa159ba9cf8b9/',0,'oembed_cache','',0),(9434,9,'2019-09-16 16:20:00','2019-09-16 21:20:00','','esports-jamaica-dexton-graham','','inherit','open','closed','','esports-jamaica-dexton-graham','','','2019-09-16 16:20:00','2019-09-16 21:20:00','',9432,'https://buzz-caribbean.com/app/uploads/2019/09/esports-jamaica-dexton-graham.jpg',0,'attachment','image/jpeg',0),(9435,9,'2019-09-16 16:20:14','2019-09-16 21:20:14','','esports-jamaica','','inherit','open','closed','','esports-jamaica','','','2019-09-16 16:20:14','2019-09-16 21:20:14','',9432,'https://buzz-caribbean.com/app/uploads/2019/09/esports-jamaica.jpg',0,'attachment','image/jpeg',0),(9436,23,'2019-09-16 16:42:18','2019-09-16 21:42:18','<!-- wp:image {\"id\":9440} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Chief-Justice-Bryan-Sykes.jpg\" alt=\"\" class=\"wp-image-9440\" /><figcaption>Chief Justice Bryan met with disgruntled workers on Monday.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some of the island’s Circuit Courts faced a complete shutdown Monday (Sept 16) as some court reporters staged a sit in to protest against the conditions under which they have been working for several years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Michaelmas session of the Home Circuit Court in Kingston opened Monday and only one of the six criminal courts sat. Several cases for trial had to be put off for other dates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The court reporters said there is a shortage of staff which left them overburdened with work. They said they have very little time to prepare the notes of evidence and that oftentimes they have to be take home their work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another sore point, they said, is that promotion is very slow in coming and that the salary they receive is inadequate for the volume of work they have to do. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8318} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/supreme-court-jamaica-1024x768.jpg\" alt=\"\" class=\"wp-image-8318\" /><figcaption>The Supreme Court building in downtown Kingston.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Chief Justice Bryan Sykes had a lengthy meeting Monday afternoon with the court reporters who aired their grouses. Some noted that if the conditions are not improved quickly, they will continue to protest. The court reporters are responsible for taking notes of evidence at trials and also produce producing them for cases on appeal.</p>\n<!-- /wp:paragraph -->','High Court workers stage industrial action over poor working conditions','','publish','open','closed','','high-court-workers-stage-industrial-action-over-poor-working-conditions','','','2020-01-06 09:45:40','2020-01-06 14:45:40','',0,'https://buzz-caribbean.com/?p=9436',0,'post','',0),(9437,9,'2019-09-16 16:24:42','2019-09-16 21:24:42','<!-- wp:image {\"id\":9434} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/esports-jamaica-dexton-graham-1024x763.jpg\" alt=\"Dexton Graham, CEO and founder of eSports Jamaica. \" class=\"wp-image-9434\" /><figcaption>Dexton Graham, CEO and founder of eSports Jamaica. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>John\nF. Kennedy, the 35<sup>th</sup> president of the United States, once said, “<em>one person can make a difference, and\neveryone should try</em>.” Dexton Graham, the CEO and founder of eSports\nJamaica, best fits that quote, as in 2013 he created the company with the intention\nof building the competitive video gaming scene in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“eSports\nJamaica is an organisation committed to bringing together persons interested in\nthe creative, exciting and competitive world of gaming, animation and cosplay\nby hosting video game tournaments, cosplay events and providing platforms —\nonline, social media, and groups — for collaboration, discussion and\nengagement,” Graham said when explaining his creation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9435} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/esports-jamaica-1024x763.jpg\" alt=\"So far, eSports Jamaica has handed out more than $500,000 in cash and prizes to gamers. \" class=\"wp-image-9435\" /><figcaption>So far, eSports Jamaica has handed out more than $500,000 in cash and prizes to gamers. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In its\nsix years, eSports Jamaica has been very active, hosting seven video game\ntournaments under its BestInJa banner. The past two years have seen things pick\nup steam in relation to the overall global push for eSports. In 2018, Graham\nwas part of two corporate exhibitions, including the Digital Business Screen\nConference held at the University of the West Indies in June of that year. For\n2019, he went big when he joined forces with Anime Nerds of Jamaica for\nCOSPLAY.ANIMATION.GAMING.ESPORTS (C.A.G.E) that was held on August 31 at the\nUniversity of Technology Auditorium.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We\nreceived overwhelming support and saw over 500 patrons turn out to event. The\nsuccess of the event was largely due to our title sponsor Pizza Hut Jamaica\ntaking a chance with us by investing in this niche market and supporting and\nguiding us along the way,” Graham said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So far,\neSports has doled out $500,000 in cash and prizes across the tournaments it has\nheld, highlighting games such as League of Legends, Fortnite and Apex Legends.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our\naim is to bring competitive gaming and the other similar entities to the\nforefront of entertainment in Jamaica and the Caribbean,” Graham said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Written\nby Nichola Beckford</em></strong></p>\n<!-- /wp:paragraph -->','Gaming is serious business for Dexton Graham','','inherit','closed','closed','','9432-revision-v1','','','2019-09-16 16:24:42','2019-09-16 21:24:42','',9432,'https://buzz-caribbean.com/article/9432-revision-v1/',0,'revision','',0),(9438,11,'2019-09-16 16:27:21','2019-09-16 21:27:21','','Phillip-Coombs-Buzz','','inherit','open','closed','','phillip-coombs-buzz','','','2019-09-16 16:27:21','2019-09-16 21:27:21','',9423,'https://buzz-caribbean.com/app/uploads/2019/09/Phillip-Coombs-Buzz.jpg',0,'attachment','image/jpeg',0),(9439,11,'2019-09-16 16:34:02','2019-09-16 21:34:02','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/Bvqy0uWp36y/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/Bvqy0uWp36y/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/Bvqy0uWp36y/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">????? #DOCRAVERS OUT!!!??? #birthdayweekend #lit #vibesright #braff @villaelia_jamaica ??</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/fyliku/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Dr. Phillip C. Coombs ??</a> (@fyliku) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-03-31T10:03:59+00:00\">Mar 31, 2019 at 3:03am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','29e8e8360a36123c10ebe9f1f5a7eed9','','','2019-09-16 16:34:02','2019-09-16 21:34:02','',0,'https://buzz-caribbean.com/article/29e8e8360a36123c10ebe9f1f5a7eed9/',0,'oembed_cache','',0),(9440,4,'2019-09-16 16:38:31','2019-09-16 21:38:31','','Chief-Justice-Bryan-Sykes','','inherit','open','closed','','chief-justice-bryan-sykes','','','2019-09-16 16:38:31','2019-09-16 21:38:31','',9436,'https://buzz-caribbean.com/app/uploads/2019/09/Chief-Justice-Bryan-Sykes.jpg',0,'attachment','image/jpeg',0),(9441,11,'2019-09-16 16:38:33','2019-09-16 21:38:33','<!-- wp:image {\"id\":9426} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Doc-Coombs-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-9426\" /><figcaption>Dr Phillip \'Doc Ravers\' Coombs</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr. Philip Coombs is a hard-working doctor, lively communicator — and he loves dancing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Coombs, a Surgical Resident at Kingston Public Hospital, has become a social media personality, known as Doc Ravers. How did this happen?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bvqy0uWp36y/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bvqy0uWp36y/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>It all started in rural\nManchester. After graduating from the University of the West Indies in 2016,\nthe young doctor worked in clinics in the parish as an intern. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"There was…a lot of information that was lacking amongst patients in the rural areas” </p><cite>— Dr Phillip Coombs</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Being a doctor is not just about\nprocedures. It’s also about communicating with patients. And there, Dr. Coombs found\nsome challenges. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9438} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Phillip-Coombs-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-9438\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I noticed that there was…a lot of information that was lacking amongst patients in the rural areas,” he says. “There are a lot of myths out there,” he adds. One regular complaint was about “sinus.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But, the truth is everybody has a sinus. The problem is <strong>sinusitis</strong>. His first video explained this, in his own words and personal, friendly style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BfYksMwBLs4/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BfYksMwBLs4/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>That video “evolved” says Dr. Coombs. It started to take off on social media with comments pouring in, thanking him for the simplicity of the explanation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His next video was about “gas” (which is really simply abdominal pain, he explains), racked up over 33,000 views.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BfqbNySBkK7/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BfqbNySBkK7/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“Wow…That skyrocketed,”\nexclaims Dr. Coombs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since then, Dr Coombs has continued to create engaging videos which he says are inspired by his own experience in the medical fraternity and comments from his followers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The response has been a “wonderful experience,” says Dr. Coombs. So many people have embraced his videos – and the information they offer.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I decided to take it to another level,” says the enthusiastic young surgeon (you can see him at work with his scalpel, on his Instagram page). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9429} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Coombs-Surgical-Resident-Buzz.jpg\" alt=\"\" class=\"wp-image-9429\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He is happy for support from social media personalities like Dutty Berry and entertainers such as Queen Ifrica who recently endorsed his comments about skin bleaching. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s Edutainment,” said Dr.\nCoombs. “It’s two in one.” He believes in balance – working hard and playing\nhard, allowing time for both. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He enjoys going out dancing\nwith his wife. “I love to free up!” he laughs. His name, Doc Ravers, is a\ntribute to his love of dancing and to entertainer Ding Dong’s dance group,\nRavers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Look out for our <strong>BUZZ </strong>feature video with \'Doc Ravers\' soon.</p>\n<!-- /wp:paragraph -->','“Doc Ravers” Balancing Health, Education, Evolving – and Dancing','','inherit','closed','closed','','9423-revision-v1','','','2019-09-16 16:38:33','2019-09-16 21:38:33','',9423,'https://buzz-caribbean.com/article/9423-revision-v1/',0,'revision','',0),(9442,4,'2019-09-16 16:42:18','2019-09-16 21:42:18','<!-- wp:image {\"id\":9440} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Chief-Justice-Bryan-Sykes.jpg\" alt=\"\" class=\"wp-image-9440\" /><figcaption>Chief Justice Bryan met with disgruntled workers on Monday.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some of the island’s Circuit Courts faced a complete shutdown Monday (Sept 16) as some court reporters staged a sit in to protest against the conditions under which they have been working for several years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Michaelmas session of the Home Circuit Court in Kingston opened Monday and only one of the six criminal courts sat. Several cases for trial had to be put off for other dates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The court reporters said there is a shortage of staff which left them overburdened with work. They said they have very little time to prepare the notes of evidence and that oftentimes they have to be take home their work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another sore point, they said, is that promotion is very slow in coming and that the salary they receive is inadequate for the volume of work they have to do. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8318} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/supreme-court-jamaica-1024x768.jpg\" alt=\"\" class=\"wp-image-8318\" /><figcaption>The Supreme Court building in downtown Kingston.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Chief Justice Bryan Sykes had a lengthy meeting Monday afternoon with the court reporters who aired their grouses. Some noted that if the conditions are not improved quickly, they will continue to protest. The court reporters are responsible for taking notes of evidence at trials and also produce producing them for cases on appeal.</p>\n<!-- /wp:paragraph -->','High Court workers stage industrial action over poor working conditions','','inherit','closed','closed','','9436-revision-v1','','','2019-09-16 16:42:18','2019-09-16 21:42:18','',9436,'https://buzz-caribbean.com/article/9436-revision-v1/',0,'revision','',0),(9443,21,'2019-09-16 16:55:23','2019-09-16 21:55:23','<!-- wp:image {\"id\":9444} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/taylor-swift-BB-20190916.jpg\" alt=\"Pop star Taylor Swift  \" class=\"wp-image-9444\" /><figcaption>Pop star Taylor Swift  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Taylor Swift will join the next season of <strong>The Voice</strong> as a ‘mega mentor’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>ME!</strong> hitmaker will be joining Gwen Stefani, Blake Shelton, John Legend and Kelly Clarkson as she helps coach the contestants and prepare them for the Knockout Rounds in October.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The news was announced by John Legend on his Instagram account as he uploaded a video of him and Blake discussing the new mentor on set.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Swift will also be there to guide the contestants through the Knockout Round as she provides them with feedback, suggestions and praise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2edYR_FZMr/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2edYR_FZMr/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>While Taylor has secured the mega mentor role, Normani, Will.i.am, Usher and Darius Rucker will also be on hand to help the acts with their performances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This isn\'t the first time Taylor has been a mega mentor on the program, as she also bagged the position during season seven of <strong>The Voice</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This will be the first season without Adam Levine as one of the coaches, as the Maroon 5 frontman announced after 16 seasons that it was time to \"move on.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gwen - who has served as a coach before - was immediately named as his replacement.</p>\n<!-- /wp:paragraph -->','Taylor Swift joins The Voice as \'mega mentor\'','','publish','open','closed','','taylor-swift-joins-the-voice-as-mega-mentor','','','2020-01-06 09:45:39','2020-01-06 14:45:39','',0,'https://buzz-caribbean.com/?p=9443',0,'post','',0),(9444,9,'2019-09-16 16:51:38','2019-09-16 21:51:38','','taylor-swift-BB-20190916','Aaron J Thornton','inherit','open','closed','','taylor-swift-bb-20190916','','','2019-09-16 16:51:38','2019-09-16 21:51:38','',9443,'https://buzz-caribbean.com/app/uploads/2019/09/taylor-swift-BB-20190916.jpg',0,'attachment','image/jpeg',0),(9445,9,'2019-09-16 16:55:03','2019-09-16 21:55:03','<!-- wp:image {\"id\":9444} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/taylor-swift-BB-20190916.jpg\" alt=\"Pop star Taylor Swift  \" class=\"wp-image-9444\" /><figcaption>Pop star Taylor Swift  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Taylor Swift will join the next season of <strong>The Voice</strong> as a ‘mega mentor’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>ME!</strong> hitmaker will be joining Gwen Stefani, Blake Shelton, John Legend and Kelly Clarkson as she helps coach the contestants and prepare them for the Knockout Rounds in October.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The news was announced by John Legend on his Instagram account as he uploaded a video of him and Blake discussing the new mentor on set.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Swift will also be there to guide the contestants through the Knockout Round as she provides them with feedback, suggestions and praise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2edYR_FZMr/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2edYR_FZMr/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>While Taylor has secured the mega mentor role, Normani, Will.i.am, Usher and Darius Rucker will also be on hand to help the acts with their performances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This isn\'t the first time Taylor has been a mega mentor on the program, as she also bagged the position during season seven of <strong>The Voice</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This will be the first season without Adam Levine as one of the coaches, as the Maroon 5 frontman announced after 16 seasons that it was time to \"move on.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gwen - who has served as a coach before - was immediately named as his replacement.</p>\n<!-- /wp:paragraph -->','Taylor Swift joins The Voice as \'mega mentor\'','','inherit','closed','closed','','9443-revision-v1','','','2019-09-16 16:55:03','2019-09-16 21:55:03','',9443,'https://buzz-caribbean.com/article/9443-revision-v1/',0,'revision','',0),(9446,9,'2019-09-16 16:55:04','2019-09-16 21:55:04','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2edYR_FZMr/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2edYR_FZMr/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2edYR_FZMr/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Our @NBCTheVoice Mega Mentor for Season 17 is VERY MEGA.  If only @blakeshelton and I could figure out who it is.</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/johnlegend/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> John Legend</a> (@johnlegend) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-16T15:00:39+00:00\">Sep 16, 2019 at 8:00am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','f08c18214161f5b2638f4b64c848030e','','','2019-09-16 16:55:04','2019-09-16 21:55:04','',0,'https://buzz-caribbean.com/article/f08c18214161f5b2638f4b64c848030e/',0,'oembed_cache','',0),(9447,14,'2019-09-16 17:12:51','2019-09-16 22:12:51','<!-- wp:image {\"id\":9450} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-from-space-buzz-demo.jpg\" alt=\"\" class=\"wp-image-9450\" /><figcaption>A magnificent glimpse of Jamaica from the International Space Station (Photo: Luca Parmitano, Flickr)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaicans across the island will have a\nclear view of the International Space Station (ISS) orbiting the Earth tonight,\nMonday, September 16.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Try not to blink, though, as you might just miss it! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Astronomy enthusiasts will have a very tiny window to observe the vessel if cloud cover will allow, as the ISS will be visible between 06:58 pm, and 07:01 pm (less than three minutes).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9453} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/international-space-station-buzz-demo-1024x680.jpg\" alt=\"\" class=\"wp-image-9453\" /><figcaption>The International Space Station, in all its low-orbit glory! (Photo: National Aeronautics and Space Administration [NASA])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Italian astronaut Ignazio Magnani put Jamaicans on alert for the passing of the ISS – tweeting that <a href=\"http://www.spacefacts.de/english/e_today.htm\">six astronauts are currently onboard</a> the space station.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The International Space Station is visible today to the naked eye (if clouds allow) everywhere at 6:58 pm,” Magnani tweeted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/IgnazioMagnani/status/1173647051080568832\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/IgnazioMagnani/status/1173647051080568832\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>According to AstroViewer.net, the ISS will be passing just south-southwest of Jamaica tonight and will be drifting to the northeast closer to 7:01 pm, when it will no longer be visible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If it\'s raining in your neck of the woods, or cloud cover is just too heavy then not to fear. There will be at least six other possible opportunities to see the ISS between Tuesday and Thursday this week.</p>\n<!-- /wp:paragraph -->','Jamaicans to glimpse International Space Station tonight','','publish','open','closed','','jamaicans-to-glimpse-international-space-station-tonight','','','2020-01-06 09:45:39','2020-01-06 14:45:39','',0,'https://buzz-caribbean.com/?p=9447',0,'post','',0),(9448,11,'2019-09-16 16:56:36','2019-09-16 21:56:36','<!-- wp:image {\"id\":9426} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Doc-Coombs-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-9426\" /><figcaption>Dr Phillip \'Doc Ravers\' Coombs</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr. Philip Coombs is a hard-working doctor, lively communicator — and he loves dancing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Coombs, a Surgical Resident at Kingston Public Hospital, has become a social media personality, known as Doc Ravers. How did this happen?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bvqy0uWp36y/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bvqy0uWp36y/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>It all started in rural\nManchester. After graduating from the University of the West Indies in 2016,\nthe young doctor worked in clinics in the parish as an intern. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"There was…a lot of information that was lacking amongst patients in the rural areas” </p><cite>— Dr Phillip Coombs</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Being a doctor is not just about\nprocedures. It’s also about communicating with patients. And there, Dr. Coombs found\nsome challenges. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9438} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Phillip-Coombs-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-9438\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I noticed that there was…a lot of information that was lacking amongst patients in the rural areas,” he says. “There are a lot of myths out there,” he adds. One regular complaint was about “sinus.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But, the truth is everybody has a sinus. The problem is <strong>sinusitis</strong>. His first video explained this, in his own words and personal, friendly style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BfYksMwBLs4/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BfYksMwBLs4/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>That video “evolved” says Dr. Coombs. It started to take off on social media with comments pouring in, thanking him for the simplicity of the explanation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His next video was about “gas” (which is really simply abdominal pain, he explains), racked up over 33,000 views.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BfqbNySBkK7/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BfqbNySBkK7/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“Wow…That skyrocketed,”\nexclaims Dr. Coombs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since then, Dr Coombs has continued to create engaging videos which he says are inspired by his own experience in the medical fraternity and comments from his followers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The response has been a “wonderful experience,” says Dr. Coombs. So many people have embraced his videos – and the information they offer. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I decided to take it to another level,” says the enthusiastic young surgeon (you can see him at work with his scalpel, on his Instagram page). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9429} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Coombs-Surgical-Resident-Buzz.jpg\" alt=\"\" class=\"wp-image-9429\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He is happy for support from social media personalities like Dutty Berry and entertainers such as Queen Ifrica who recently endorsed his comments about skin bleaching. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s Edutainment,” said Dr.\nCoombs. “It’s two in one.” He believes in balance – working hard and playing\nhard, allowing time for both. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He enjoys going out dancing\nwith his wife. “I love to free up!” he laughs. His name, Doc Ravers, is a\ntribute to his love of dancing and to entertainer Ding Dong’s dance group,\nRavers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Look out for our <strong>BUZZ </strong>feature video with \'Doc Ravers\' soon.</p>\n<!-- /wp:paragraph -->','“Doc Ravers” Balancing Health, Education, Evolving – and Dancing','','inherit','closed','closed','','9423-revision-v1','','','2019-09-16 16:56:36','2019-09-16 21:56:36','',9423,'https://buzz-caribbean.com/article/9423-revision-v1/',0,'revision','',0),(9450,14,'2019-09-16 16:58:53','2019-09-16 21:58:53','','jamaica-from-space-buzz-demo','','inherit','open','closed','','jamaica-from-space-buzz-demo','','','2019-09-16 16:58:53','2019-09-16 21:58:53','',9447,'https://buzz-caribbean.com/app/uploads/2019/09/jamaica-from-space-buzz-demo.jpg',0,'attachment','image/jpeg',0),(9451,9,'2019-09-16 17:01:44','2019-09-16 22:01:44','<!-- wp:image {\"id\":9426} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Doc-Coombs-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-9426\" /><figcaption>Dr Phillip \'Doc Ravers\' Coombs</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr. Philip Coombs is a hard-working doctor, lively communicator — and he loves dancing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Coombs, a Surgical Resident at Kingston Public Hospital, has become a social media personality, known as Doc Ravers. How did this happen?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bvqy0uWp36y/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bvqy0uWp36y/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>It all started in rural\nManchester. After graduating from the University of the West Indies in 2016,\nthe young doctor worked in clinics in the parish as an intern. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"There was…a lot of information that was lacking amongst patients in the rural areas” </p><cite>— Dr Phillip Coombs</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Being a doctor is not just about\nprocedures. It’s also about communicating with patients. And there, Dr. Coombs found\nsome challenges. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9438} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Phillip-Coombs-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-9438\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I noticed that there was…a lot of information that was lacking amongst patients in the rural areas,” he says. “There are a lot of myths out there,” he adds. One regular complaint was about “sinus.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But, the truth is everybody has a sinus. The problem is <strong>sinusitis</strong>. His first video explained this, in his own words and personal, friendly style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BfYksMwBLs4/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BfYksMwBLs4/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>That video “evolved” says Dr. Coombs. It started to take off on social media with comments pouring in, thanking him for the simplicity of the explanation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His next video was about “gas” (which is really simply abdominal pain, he explains), racked up over 33,000 views.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BfqbNySBkK7/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BfqbNySBkK7/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“Wow…That skyrocketed,”\nexclaims Dr. Coombs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since then, Dr Coombs has continued to create engaging videos which he says are inspired by his own experience in the medical fraternity and comments from his followers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The response has been a “wonderful experience,” says Dr. Coombs. So many people have embraced his videos – and the information they offer. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I decided to take it to another level,” says the enthusiastic young surgeon (you can see him at work with his scalpel, on his Instagram page). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9429} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Coombs-Surgical-Resident-Buzz.jpg\" alt=\"\" class=\"wp-image-9429\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He is happy for support from social media personalities like Dutty Berry and entertainers such as Queen Ifrica who recently endorsed his comments about skin bleaching. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s Edutainment,” said Dr.\nCoombs. “It’s two in one.” He believes in balance – working hard and playing\nhard, allowing time for both. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He enjoys going out dancing\nwith his wife. “I love to free up!” he laughs. His name, Doc Ravers, is a\ntribute to his love of dancing and to entertainer Ding Dong’s dance group,\nRavers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Look out for our <strong>BUZZ </strong>feature video with \'Doc Ravers\' soon.</p>\n<!-- /wp:paragraph -->','\'Doc Ravers\': Balancing health, education and dancing','','inherit','closed','closed','','9423-revision-v1','','','2019-09-16 17:01:44','2019-09-16 22:01:44','',9423,'https://buzz-caribbean.com/article/9423-revision-v1/',0,'revision','',0),(9452,11,'2019-09-16 17:04:32','2019-09-16 22:04:32','','Money Matters Feature Image','','inherit','open','closed','','money-matters-feature-image','','','2019-09-16 17:04:32','2019-09-16 22:04:32','',9398,'https://buzz-caribbean.com/app/uploads/2019/09/Money-Matters-Feature-Image.jpg',0,'attachment','image/jpeg',0),(9453,14,'2019-09-16 17:04:38','2019-09-16 22:04:38','','international-space-station-buzz-demo','','inherit','open','closed','','international-space-station-buzz-demo','','','2019-09-16 17:04:38','2019-09-16 22:04:38','',9447,'https://buzz-caribbean.com/app/uploads/2019/09/international-space-station-buzz-demo.jpg',0,'attachment','image/jpeg',0),(9454,11,'2019-09-16 17:05:22','2019-09-16 22:05:22','<!-- wp:image {\"id\":9452} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Money-Matters-Feature-Image-1024x614.jpg\" alt=\"\" class=\"wp-image-9452\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaica’s stock exchange has been the best in the world for the last seven years.&nbsp; The truth is, stocks have always been one of the best forms of investment. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you purchased NCB in the 80s you’d have paid a mere $1.00 for each share. Today (August 15, 2019) the stock closed at $211.36.&nbsp; Put another way: if you spent $10,000 to purchase 10,000 units when the stock was first listed that 10,000 units would today be worth $2,113,600.00. That’s an increase of <strong>21036%</strong>!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Before anyone says that’s over almost 40 years, let me share some more recent data with you...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Barita (BIL) was worth $9.58 on August 15, 2018. One year later and they are trading at $88.78. That’s an increase of <strong>826.72%</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fontana (FTNA) the first stock to list on the Junior Stock Exchange for 2019 listed at an initial price of $1.88. Today they are trading at $8.44 - <strong>348.93% </strong>return in a little over seven months!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The list goes on with other stocks like Sagicor,\nJMMB, Indies Pharmaceuticals, Wisynco, the much talked about Wigton and the\nrecently issued Lab and Sagicor Select Fund showing remarkable returns in 2019!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Stick with me in this series and I’ll teach you why there’s nothing to be intimidated by.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>So why are so many Jamaicans still intimidated by the stock market? Simple answer- Jargon, jargon, jargon! Stick with me in this series and I’ll teach you why there’s nothing to be intimidated by. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I\'ll teach you about ‘money matters’ using a language that we can all understand. I’ll show you that kids make amazing investors because they go with gut instinct and are not paralysed by overanalysis. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I’ll teach you why buying stocks are like buying groceries. You’ll learn the two main questions that you need to answer to inform what stocks you buy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> I’ll show you why the stock game is best played by all!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Follow the series and let’s get rich!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>— </strong><em><strong>Monique Wilson</strong> holds a Masters in Business Administration from The Edinburgh University and has over twelve years of experience in the financial market. </em></p>\n<!-- /wp:paragraph -->','The stock market — Let’s get rich! (Part 1)','','inherit','closed','closed','','9398-revision-v1','','','2019-09-16 17:05:22','2019-09-16 22:05:22','',9398,'https://buzz-caribbean.com/article/9398-revision-v1/',0,'revision','',0),(9455,23,'2019-09-16 17:46:43','2019-09-16 22:46:43','<!-- wp:paragraph -->\n<p>The latest version of the world’s most popular operating system, Android, has been released. Android 10 brings a myriad of improvements that will help users focus, save battery life, monitor apps for privacy concerns and many more. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9469} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Android-10-Feature-Image-1024x614.jpg\" alt=\"\" class=\"wp-image-9469\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Instead of the usual alphabetised, tasty dessert naming scheme (such as Nougat, Oreo and Pie), Android Q is now simply Android 10 (used interchangeably). This new generation, Android 10 promises upgrades that take the platform to a new level. Here a few.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>A true Dark Theme</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Finally! Android introduces a true way to dim the screen that’s not limited to the quick settings and a few system apps. This system wide dark theme is in line with the industry trend to offer a mode that darkens the screen so you aren’t blinded when using your phone at night or you simply like things dark. Phones with OLED screens may also see battery life improvements as the screen will turn of pixels not in use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9463} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-22.png\" alt=\"\" class=\"wp-image-9463\" /><figcaption> Credit: Android </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>New Gesture Navigation</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Android 10 comes with new ways to move around the OS, replacing the usual Home, Back and Multi-tasking buttons. Users can now swipe up from the bottom of any screen to go home, swipe right from either the right or left edge to go back and swipe up and hold to access the app switcher. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additionally, users are able to swipe right on the bottom of the screen to access apps open in the background. iPhone users are probably raising their eyebrows now at the similarities with Apple’s own implementation. However, Google says “research” was done on where users can comfortably reach certain parts of the screen. But if you don’t like gestures, you can switch back to the old three button bar at the bottom.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9464} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-23.png\" alt=\"\" class=\"wp-image-9464\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Live Caption</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This new feature allows users to get captions on screen for video or audio files automatically, even without an internet connection. This will help hearing impaired users get a better experience of content on their phones. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9465} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-24.png\" alt=\"\" class=\"wp-image-9465\" /><figcaption>Credit: Android</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Improvements to Digital Wellbeing</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Digital Wellbeing</strong> was introduced in last generation\'s Android 9 Pie. The latest version of Android sees improvements to the feature with new capabilities. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Focus Mode</strong> (now in Beta) helps users “pause” apps when it’s time to… focus. By selecting certain “distracting apps” users can effectively hide pop-ups and notifications by enabling the mode. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Family Link</strong> enables parents to keep tabs on how their children use their phones. The feature, allows parents to set screen limits, set app restrictions, view app activities and even see where children are.&nbsp;&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9468} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-25.png\" alt=\"\" class=\"wp-image-9468\" /><figcaption>Credit: Android</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Security Improvements</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Project Mainline </strong>is a new initiative that will enable Google to push important security updates to devices through the Play Store without having to wait for the manufacturers to send them out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Privacy tools have been improved with more\ngranular controls for functions such as location access. Users can now restrict\napps to only track location when in use, always or not at all. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The new update is available for Google Pixel devices and will come to other phones later.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em><strong>— Written by Renor C.</strong></em></p>\n<!-- /wp:paragraph -->','Android 10 is out','','publish','open','closed','','android-10-is-out','','','2020-01-06 09:45:39','2020-01-06 14:45:39','',0,'https://buzz-caribbean.com/?p=9455',0,'post','',0),(9456,14,'2019-09-16 17:10:08','2019-09-16 22:10:08','<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">?? Jamaica!<br>The International Space Station is visible today to the naked eye (if clouds allow) everywhere at 6:58 pm<br><br>   Tip:     ⏰<br>   set your alarm<br> <br>?‍? Who is now in Space? <a href=\"https://t.co/fI01cZcyfB\">https://t.co/fI01cZcyfB</a><br>? FAQ <a href=\"https://t.co/6pY2LLQn9v\">https://t.co/6pY2LLQn9v</a><br>? ESA NASA L.Parmitano <a href=\"https://t.co/Kkg3zlaJ5i\">https://t.co/Kkg3zlaJ5i</a> <a href=\"https://t.co/BfnVMqSn0U\">pic.twitter.com/BfnVMqSn0U</a></p>&mdash; Ignazio Magnani (@IgnazioMagnani) <a href=\"https://twitter.com/IgnazioMagnani/status/1173647051080568832?ref_src=twsrc%5Etfw\">September 16, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>','','','publish','closed','closed','','3b3914088ec5b36143a27558601173f6','','','2019-09-16 17:10:08','2019-09-16 22:10:08','',0,'https://buzz-caribbean.com/article/3b3914088ec5b36143a27558601173f6/',0,'oembed_cache','',0),(9457,14,'2019-09-16 17:12:51','2019-09-16 22:12:51','<!-- wp:image {\"id\":9450} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-from-space-buzz-demo.jpg\" alt=\"\" class=\"wp-image-9450\" /><figcaption>A magnificent glimpse of Jamaica from the International Space Station (Photo: Luca Parmitano, Flickr)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaicans across the island will have a\nclear view of the International Space Station (ISS) orbiting the Earth tonight,\nMonday, September 16.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Try not to blink, though, as you might just miss it!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Astronomy enthusiasts will have a very tiny window to observe the vessel if cloud cover will allow, as the ISS will be visible between 06:58 pm, and 07:01 pm (less than three minutes).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9453} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/international-space-station-buzz-demo-1024x680.jpg\" alt=\"\" class=\"wp-image-9453\" /><figcaption>The International Space Station, in all its low-orbit glory! (Photo: National Aeronautics and Space Administration [NASA])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Italian astronaut Ignazio Magnani put Jamaicans on alert for the passing of the ISS – tweeting that <a href=\"http://www.spacefacts.de/english/e_today.htm\">six astronauts are currently onboard</a> the space station.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The International Space Station is visible today to the naked eye (if clouds allow) everywhere at 6:58 pm,” Magnani tweeted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/IgnazioMagnani/status/1173647051080568832\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/IgnazioMagnani/status/1173647051080568832\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>If it\'s raining in your neck of the woods, or cloud cover is just too heavy then not to fear. There will be at least six other possible opportunities to see the ISS between Tuesday and Thursday this week.</p>\n<!-- /wp:paragraph -->','Jamaicans to glimpse International Space Station tonight','','inherit','closed','closed','','9447-revision-v1','','','2019-09-16 17:12:51','2019-09-16 22:12:51','',9447,'https://buzz-caribbean.com/article/9447-revision-v1/',0,'revision','',0),(9459,14,'2019-09-16 17:15:38','2019-09-16 22:15:38','<!-- wp:image {\"id\":9450} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-from-space-buzz-demo.jpg\" alt=\"\" class=\"wp-image-9450\" /><figcaption>A magnificent glimpse of Jamaica from the International Space Station (Photo: Luca Parmitano, Flickr)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jamaicans across the island will have a\nclear view of the International Space Station (ISS) orbiting the Earth tonight,\nMonday, September 16.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Try not to blink, though, as you might just miss it! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Astronomy enthusiasts will have a very tiny window to observe the vessel if cloud cover will allow, as the ISS will be visible between 06:58 pm, and 07:01 pm (less than three minutes).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9453} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/international-space-station-buzz-demo-1024x680.jpg\" alt=\"\" class=\"wp-image-9453\" /><figcaption>The International Space Station, in all its low-orbit glory! (Photo: National Aeronautics and Space Administration [NASA])</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Italian astronaut Ignazio Magnani put Jamaicans on alert for the passing of the ISS – tweeting that <a href=\"http://www.spacefacts.de/english/e_today.htm\">six astronauts are currently onboard</a> the space station.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The International Space Station is visible today to the naked eye (if clouds allow) everywhere at 6:58 pm,” Magnani tweeted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/IgnazioMagnani/status/1173647051080568832\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/IgnazioMagnani/status/1173647051080568832\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>According to AstroViewer.net, the ISS will be passing just south-southwest of Jamaica tonight and will be drifting to the northeast closer to 7:01 pm, when it will no longer be visible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If it\'s raining in your neck of the woods, or cloud cover is just too heavy then not to fear. There will be at least six other possible opportunities to see the ISS between Tuesday and Thursday this week.</p>\n<!-- /wp:paragraph -->','Jamaicans to glimpse International Space Station tonight','','inherit','closed','closed','','9447-revision-v1','','','2019-09-16 17:15:38','2019-09-16 22:15:38','',9447,'https://buzz-caribbean.com/article/9447-revision-v1/',0,'revision','',0),(9460,23,'2019-09-16 18:45:46','2019-09-16 23:45:46','<!-- wp:image {\"id\":9462} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Stick-Figure-photo-1024x680.jpg\" alt=\"The members of US-based reggae band Stick Figure\" class=\"wp-image-9462\" /><figcaption>The members of US-based reggae band Stick Figure.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Formed in 2006, Northern California reggae dub band\nStick Figure has earned an enviable reputation on the reggae circuit stateside.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With seven full-length studio albums released to date, Stick Figure (led by frontman Scott Woodruff), is enjoying its best success with <strong>World On Fire</strong>, its latest effort.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>World On Fire</strong> holds firm at the top of\nthe Billboard Reggae albums chart for a second week running. It moved an additional\n1,100 copies over the past week. Ironically, the previous week, the act debuted\nat the No. 1 spot with 10,283 copies sold.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>World On Fire</strong>, which peaked at No.34 on\nthe Billboard 200 albums chart, is the group’s third number one title on the\nreggae table. Its previous were 2015’s <strong>Set in Stone</strong> and 2012’s <strong>Buried\nGround</strong>. The group also charted with 2016’s <strong>Set in Stone: Instrumental</strong>\n(peaked at No. 7) and 2009’s <strong>Smoke Stack</strong> (peaked at No. 8).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With 15 tracks, <strong>World On Fire</strong> features\ncollaborations with TJ O’Neill, Citizen Cope and Slightly Stoopid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6588} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jah-Cure-1024x684.jpg\" alt=\"Jah Cure\" class=\"wp-image-6588\" /><figcaption>Jah Cure\'s album, <strong>Royal Soldier</strong>, is at No. 3 on the chart. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The top 10 albums on this week’s Billboard Reggae\nAlbums chart are:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>World on Fire</strong> – Stick Figure</li><li><strong>Ways of the World</strong> – The Movement</li><li><strong>Royal Soldier</strong> – Jah Cure</li><li><strong>Love and Roots</strong> – Fiji</li><li><strong>Tropical House Cruises to\nJamaica (Reloaded)</strong> – Various Artistes</li><li><strong>99</strong> (EP) – Jala Brat</li><li><strong>Rapture</strong> (EP) – Koffee</li><li><strong>Local Motion</strong> – Pepper</li><li><strong>Reggae Gold 2019</strong> – Various Artistes</li><li><strong> Iration</strong> - Iration</li></ol>\n<!-- /wp:list -->','Stick Figure holds firm at the top of Billboard Reggae Albums chart','','publish','open','closed','','stick-figure-holds-firm-at-the-top-of-billboard-reggae-albums-chart','','','2020-01-06 09:45:39','2020-01-06 14:45:39','',0,'https://buzz-caribbean.com/?p=9460',0,'post','',0),(9461,14,'2019-09-17 05:15:57','2019-09-17 10:15:57','<!-- wp:image {\"id\":9524} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/alia-atkinson-buzz-feature-1-1024x683.jpg\" alt=\"\" class=\"wp-image-9524\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She’s Jamaica’s swim superstar, with a bubbly\nsoul that welcomes all. Our very own ‘aquatic ambassador’, and Alia Atkinson\nfeels she still has much more to contribute to the sport.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Atkinson, in a tell-all interview with <strong>BUZZ</strong>, said that she’ll continue to swim\nand fly the colours of Jamaica for as long as she can.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The swimmer paused briefly when asked, ‘Just\nwho is Alia, outside the pool?’, but her answers, like an impassioned song, hit\nall the right chords.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Alia: The determined warrior</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“I’m a person who has continued in the\nsport that she loves, and just fighting to continue for as long as possible”\nAtkinson explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9525} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/alia-atkinson-buzz-feature-2-1024x682.jpg\" alt=\"\" class=\"wp-image-9525\" /><figcaption>Jamaica\'s Alia Atkinson competes in the preliminary heats of the women\'s 50m breaststroke swimming event at the 2015 FINA World Championships in Kazan on August 8, 2015. AFP PHOTO / ALEXANDER NEMENOV</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Atkinson further described herself as somebody\nwho never gives up; a woman who likes to have a fair playing field and be as accommodating\nto people of colour in a sport dominated by wealthy nations with intense\nprogrammes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m a daughter of God, I love children and\nanything really fluffy,” she giggled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Btrjb3MAx04/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Btrjb3MAx04/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>After a brief, pensive pause, Alia added, “I\nbelieve that there is more to be done; I have more to give and I’m just waiting\nfor it to reveal itself.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Whether I stay in the sport long enough [for\nit] to reveal itself, I’m not sure, but I think I’m a stubborn athlete. Over\nthe years I’ve gotten wiser, in terms of how I train or how I can help the sport\nfor Jamaica, and for the Caribbean, and for people of colour. Individually, I\nguess I’m trying to be [competitive] where I am and see if my body can give it\none more go,” the 30-year-old powerhouse told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\'There\'s more in the tank\', Atkinson declares</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>As Jamaica’s swimming darling, Atkinson\ncontended that she doesn’t think there might not be enough left ‘in the tank’,\nbut rather, a certain mindset as one’s body ages and the mind starts to wander to\nthe what-ifs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=0-ADSzjH8jY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=0-ADSzjH8jY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“As you get older, yes, your body does break\ndown but there are different tactics where you can build it back up,” Atkinson said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“How you manipulate the body when you’re\nyounger, it’s a bit different when you’re older. What takes place, if you’re\ninjury-free, is more of the mental aspects,” she added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“As you get older there are different conversations that you need to have. Unless you’re heavily funded, you can’t really focus on the sport too much, so mentally you start thinking about, ‘What else and the next chapter?’,” the proud Jamaican told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9526} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/alia-atkinson-buzz-feature-5-1024x480.jpg\" alt=\"\" class=\"wp-image-9526\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“And that’s when the mental fatigue starts\nto set in; when you’re not giving it 100% anymore,” she added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Atkinson noted that she’s always considered\nher next steps outside of the pool, having asked herself many times what else\nshe has found a passion to transitioning into. Still the calm and collected athlete,\nshe noted that Alia is so much more than the sport of swimming.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9527} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/alia-atkinson-buzz-feature-7-768x1024.jpg\" alt=\"\" class=\"wp-image-9527\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I’ve always thought about ‘What else?’, but it’s more like, ‘When swimming finishes, where do I see myself?’. To be honest, I never thought I’d be in the sport for this long, so, as I’ve gotten older, it was more academic-based; I realised there were so many more occupations that open up to me,” Alia told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such occupation was as post-race interviewer at the Carifta Games in 2018, as well as being guest speaker at swim clinics around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1mZzc0A3tf/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1mZzc0A3tf/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Atkinson remarked, “I really did love that\nand I didn’t think it was something I could be able to do, much less enjoy it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\"Family the only reason why I\'ve stayed the course for so long...\"</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Caribbean’s poster-girl for the sport, who will be celebrating her 31st birthday this December, calls Sundays her designated downtime after a rigorous six-day training regimen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I train every day except for Sunday. I usually\nsleep in, attend church, come back home, catch up on anything I need to have\ndone in the week and relax with the family,” Atkinson told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the swimmer, her biggest motivators are\nalso Alia’s strongest support base, and she cherishes every waking moment spent\nwith the people who’ve kept her going… Family, friends and her training team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2ezpXRAeGy/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2ezpXRAeGy/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“They are the only reason why… There have been so many ups and downs in my career, and if I had tackled them alone, I don’t think I would have made it this far or been this pleasant or optimistic,” the St. Andrew native asserted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9523} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/alia-atkinson-buzz-feature-6-1024x400.jpg\" alt=\"\" class=\"wp-image-9523\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“At least every year, there’s a time where\nsomebody in my support staff: either my family, coach, trainer or anyone who’s\non Team Alia and has seen my progression through the years – they’re the light\nand I don’t think I would have made it,” Atkinson further explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“All the doubts in my head, [my support team]\nsurrounds and shows that there is no truth behind it. You can keep on going.\nYou can do the goals that you set in place; you’re not still too far,” she told\n<strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Jamaica\'s future in swimming runs deep</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is much hope for swimming and its\nfuture in Jamaica, Atkinson beamed, but cautioned all stakeholders to have tunnel-vision\nin the best interest of the athletes and the wider sport.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I am very happy where Jamaica’s swimming [programme]\nis, we’ve had a team go to Junior Worlds, the Goodwill Games; we’re having more\nteams represent and it’s not the same individuals,” Atkinson began.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1WSBjqgHH8/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1WSBjqgHH8/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“It’s showing that Jamaica’s is getting bigger,\nwe’re getting more powerful and we have the depth, which is great,” she mused.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Where we need to go is find a path and\nhave it clear for everybody: coaches, parents, the [Jamaica Swimming]\nassociation and the swimmers where that goes…I think if it’s more visual, we’ll\nbe able to see them have the small victories and have more people continuing after\nthe age of 18,” Alia told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s a similar situation across the different\ndisciplines across the Caribbean as more countries join and make their presence\nin swimming known, but the risks are all too the same for Atkinson.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s a big thing to tackle, but I’m hoping\nthey stay in the sport long enough to be a representation to the younger ones\ncan see them, aspire to be them and where they are, and to beat them,” she\nexplained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican had a successful campaign at\nthe FINA World Cup in Tokyo, Japan this August, where she mined gold in the\n50-metre breaststroke.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next for Alia, the cup will follow circuit\ncompetitions in Budapest (October 4-6); Berlin (October 11-13); as well as\nKazan, Russia (November 1-3).</p>\n<!-- /wp:paragraph -->','Alia Atkinson: ‘Not quite done, I have more to accomplish’','','publish','open','closed','','alia-atkinson-not-quite-done-i-have-more-to-accomplish','','','2020-01-06 09:45:38','2020-01-06 14:45:38','',0,'https://buzz-caribbean.com/?p=9461',0,'post','',0),(9462,9,'2019-09-16 17:16:29','2019-09-16 22:16:29','','Stick-Figure-photo','','inherit','open','closed','','stick-figure-photo','','','2019-09-16 17:16:29','2019-09-16 22:16:29','',9460,'https://buzz-caribbean.com/app/uploads/2019/09/Stick-Figure-photo.jpg',0,'attachment','image/jpeg',0),(9463,11,'2019-09-16 17:16:42','2019-09-16 22:16:42','','image-22','','inherit','open','closed','','image-22','','','2019-09-16 17:16:42','2019-09-16 22:16:42','',9455,'https://buzz-caribbean.com/app/uploads/2019/09/image-22.png',0,'attachment','image/png',0),(9464,11,'2019-09-16 17:18:06','2019-09-16 22:18:06','','image-23','','inherit','open','closed','','image-23','','','2019-09-16 17:18:06','2019-09-16 22:18:06','',9455,'https://buzz-caribbean.com/app/uploads/2019/09/image-23.png',0,'attachment','image/png',0),(9465,11,'2019-09-16 17:20:58','2019-09-16 22:20:58','','image-24','','inherit','open','closed','','image-24','','','2019-09-16 17:20:58','2019-09-16 22:20:58','',9455,'https://buzz-caribbean.com/app/uploads/2019/09/image-24.png',0,'attachment','image/png',0),(9466,9,'2019-09-16 17:21:34','2019-09-16 22:21:34','<!-- wp:image {\"id\":9462} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Stick-Figure-photo-1024x680.jpg\" alt=\"The members of US-based reggae band Stick Figure\" class=\"wp-image-9462\" /><figcaption>The members of US-based reggae band Stick Figure.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Formed in 2006, Northern California reggae dub band\nStick Figure has earned an enviable reputation on the reggae circuit stateside.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With seven full-length studio albums released to date, Stick Figure (led by frontman Scott Woodruff), is enjoying its best success with <strong>World On Fire</strong>, its latest effort.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>World On Fire</strong> holds firm at the top of\nthe Billboard Reggae albums chart for a second week running. It moved an additional\n1,100 copies over the past week. Ironically, the previous week, the act debuted\nat the No. 1 spot with 10,283 copies sold.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>World On Fire</strong>, which peaked at No.34 on\nthe Billboard 200 albums chart, is the group’s third number one title on the\nreggae table. Its previous were 2015’s <strong>Set in Stone</strong> and 2012’s <strong>Buried\nGround</strong>. The group also charted with 2016’s <strong>Set in Stone: Instrumental</strong>\n(peaked at No. 7) and 2009’s <strong>Smoke Stack</strong> (peaked at No. 8).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With 15 tracks, <strong>World On Fire</strong> features\ncollaborations with TJ O’Neill, Citizen Cope and Slightly Stoopid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6588} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jah-Cure-1024x684.jpg\" alt=\"Jah Cure\" class=\"wp-image-6588\" /><figcaption>Jah Cure\'s album, Royal Soldier, is at No. 3 on the chart. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The top 10 albums on this week’s Billboard Reggae\nAlbums chart are:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>World on Fire</strong> – Stick Figure</li><li><strong>Ways of the World</strong> – The Movement</li><li><strong>Royal Soldier</strong> – Jah Cure</li><li><strong>Love and Roots</strong> – Fiji</li><li><strong>Tropical House Cruises to\nJamaica (Reloaded)</strong> – Various Artistes</li><li><strong>99</strong> (EP) – Jala Brat</li><li><strong>Rapture</strong> (EP) – Koffee</li><li><strong>Local Motion</strong> – Pepper</li><li><strong>Reggae Gold 2019</strong> – Various Artistes</li><li><strong> Iration</strong> - Iration</li></ol>\n<!-- /wp:list -->','Stick Figure holds firm at the top of Billboard Reggae Albums chart','','inherit','closed','closed','','9460-revision-v1','','','2019-09-16 17:21:34','2019-09-16 22:21:34','',9460,'https://buzz-caribbean.com/article/9460-revision-v1/',0,'revision','',0),(9467,9,'2019-09-16 17:22:30','2019-09-16 22:22:30','<!-- wp:image {\"id\":9462} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Stick-Figure-photo-1024x680.jpg\" alt=\"The members of US-based reggae band Stick Figure\" class=\"wp-image-9462\" /><figcaption>The members of US-based reggae band Stick Figure.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Formed in 2006, Northern California reggae dub band\nStick Figure has earned an enviable reputation on the reggae circuit stateside.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With seven full-length studio albums released to date, Stick Figure (led by frontman Scott Woodruff), is enjoying its best success with <strong>World On Fire</strong>, its latest effort.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>World On Fire</strong> holds firm at the top of\nthe Billboard Reggae albums chart for a second week running. It moved an additional\n1,100 copies over the past week. Ironically, the previous week, the act debuted\nat the No. 1 spot with 10,283 copies sold.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>World On Fire</strong>, which peaked at No.34 on\nthe Billboard 200 albums chart, is the group’s third number one title on the\nreggae table. Its previous were 2015’s <strong>Set in Stone</strong> and 2012’s <strong>Buried\nGround</strong>. The group also charted with 2016’s <strong>Set in Stone: Instrumental</strong>\n(peaked at No. 7) and 2009’s <strong>Smoke Stack</strong> (peaked at No. 8).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With 15 tracks, <strong>World On Fire</strong> features\ncollaborations with TJ O’Neill, Citizen Cope and Slightly Stoopid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":6588} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/Jah-Cure-1024x684.jpg\" alt=\"Jah Cure\" class=\"wp-image-6588\" /><figcaption>Jah Cure\'s album, <strong>Royal Soldier</strong>, is at No. 3 on the chart. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The top 10 albums on this week’s Billboard Reggae\nAlbums chart are:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>World on Fire</strong> – Stick Figure</li><li><strong>Ways of the World</strong> – The Movement</li><li><strong>Royal Soldier</strong> – Jah Cure</li><li><strong>Love and Roots</strong> – Fiji</li><li><strong>Tropical House Cruises to\nJamaica (Reloaded)</strong> – Various Artistes</li><li><strong>99</strong> (EP) – Jala Brat</li><li><strong>Rapture</strong> (EP) – Koffee</li><li><strong>Local Motion</strong> – Pepper</li><li><strong>Reggae Gold 2019</strong> – Various Artistes</li><li><strong> Iration</strong> - Iration</li></ol>\n<!-- /wp:list -->','Stick Figure holds firm at the top of Billboard Reggae Albums chart','','inherit','closed','closed','','9460-revision-v1','','','2019-09-16 17:22:30','2019-09-16 22:22:30','',9460,'https://buzz-caribbean.com/article/9460-revision-v1/',0,'revision','',0),(9468,11,'2019-09-16 17:22:46','2019-09-16 22:22:46','','image-25','','inherit','open','closed','','image-25','','','2019-09-16 17:22:46','2019-09-16 22:22:46','',9455,'https://buzz-caribbean.com/app/uploads/2019/09/image-25.png',0,'attachment','image/png',0),(9469,11,'2019-09-16 17:25:25','2019-09-16 22:25:25','','Android-10-Feature-Image','','inherit','open','closed','','android-10-feature-image','','','2019-09-16 17:25:25','2019-09-16 22:25:25','',9455,'https://buzz-caribbean.com/app/uploads/2019/09/Android-10-Feature-Image.jpg',0,'attachment','image/jpeg',0),(9470,21,'2019-09-16 18:00:11','2019-09-16 23:00:11','<!-- wp:image {\"id\":9471} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/michael-jackson-20190916.jpg\" alt=\"Michael Jackson\" class=\"wp-image-9471\" /><figcaption>Michael Jackson</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Michael Jackson\'s family have blasted \'Leaving Neverland\' after it won a Creative Arts Emmy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Dan Reed documentary - which details sexual abuse allegations made against Michael Jackson by James Safechuck and Wade Robson - picked up the award for Outstanding Documentary or Nonfiction Special on the first night of the Creative Arts Emmys on Saturday but was slated as \"complete fiction\" by Jackson\'s estate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The estate told Entertainment Tonight in a statement: \"For a film that is a complete fiction to be honoured in a nonfiction Emmy category is a complete farce. Not one shred of proof supports this completely one-sided, so-called documentary which was made in secrecy and for which not one person outside of the two subjects and their families were interviewed.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Not one shred of proof supports this completely one-sided, so-called documentary.\"</p><cite>— Michael Jackson\'s family </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>However, Dan believes that the five nominations and one win helped to \"validate\" the documentary, explaining: \"It does help to validate the film, [which has] been so controversial. The increased awareness confronts people with a crime that they don\'t really want to know about, and wish didn\'t exist.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>James and Wade claimed in the bombshell HBO documentary that they were abused by the late King of Pop when they joined him on tour as children.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Robson alleged he was sexually abused by Michael from the age of seven until 14, while Safechuck claimed he was a victim from the age of 10 until he hit puberty.</p>\n<!-- /wp:paragraph -->','Michael Jackson\'s family upset after ‘Leaving Neverland’ wins award','','publish','open','closed','','michael-jacksons-family-upset-after-leaving-neverland-wins-award','','','2020-01-06 09:45:39','2020-01-06 14:45:39','',0,'https://buzz-caribbean.com/?p=9470',0,'post','',0),(9471,9,'2019-09-16 17:28:22','2019-09-16 22:28:22','','NO USA. NO GERMANY.','Michael Jackson outside the court in Santa Maria, California, 16 August 2004. \n\nMichael Jackson dressed in white and accompanied by members of his family Ñ returned to court Monday to watch a showdown over key evidence with the prosecutor who has pursued the singer for years on child molestation charges.\n\nFAMOUS \nPICTURES AND FEATURES AGENCY \ntel +44 (0) 20 7731 9333 \ne-mail info@famous.uk.com \nwww.famous.uk.com \nFAM13380','inherit','open','closed','','no-usa-no-germany','','','2019-09-16 17:31:46','2019-09-16 22:31:46','',9470,'https://buzz-caribbean.com/app/uploads/2019/09/michael-jackson-20190916.jpg',0,'attachment','image/jpeg',0),(9472,4,'2019-09-16 17:32:31','2019-09-16 22:32:31','<!-- wp:image {\"id\":8306,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Keep-On-Pushing-Buzz-Caribbean.jpg\" alt=\"Former Jamaican bobsled Olympian and motivational speaker, Devon Harris\" class=\"wp-image-8306\" /><figcaption>Former Jamaican bobsled Olympian and motivational speaker, Devon Harris</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From a very young age, Devon Harris knew that he wanted to make something of himself by becoming a soldier. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What he did not know is that one day he would make history by becoming one of the four Jamaican men to make their Olympic debut competing in bobsled, despite never seeing the snow thus inspiring the movie <strong>Cool Runnings</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8307,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Jamaican-Bobsled-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8307\" /><figcaption>Historic Jamaican bobsled team at their Olympic debut in 1988</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Today, he is a motivational speaker bent on sending the message that persons should keep on pushing no matter what obstacles lie in their way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “I was living the dream of representing Jamaica at the Olympics doing something I love\"</p><cite>— Devon Harris</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Harris, who grew up in the volatile community of Waterhouse, Kingston Jamaica has himself overcome his own obstacles turning to sports like football and athletics while so many of his peers turned to the gun.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8308,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Keep-On-Pushing-Motivational-Speaker-Buzz-Caribbean.jpg\" alt=\"Devon Harris delivering a motivational speech Keep On Pushing\" class=\"wp-image-8308\" /><figcaption>Devon Harris delivering a motivational speech</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From seven-months-old to five-years-old Harris lived with his grandmother in Haughton, St Elizabeth, Jamaica. He recalls she would always tell him stories of soldiers and how strong and determined they were and that even when they were hurt they would get back up and fight. He was so intrigued by her stories that he envisioned himself as a soldier.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“From the very beginning I knew what I wanted to become,” Harris said. “I wanted to be a soldier.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8310,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Jamaica-Keep-Pushing-Soldier-Bobsled-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8310\" /><figcaption>A younger Devon Harris as a soldier in the Jamaica Defence Force (JDF)</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Immediately after graduating from Ardenne High school, Harris joined the Jamaica Defence Force. He was sent overseas and spent a year in the Royal Military Academy Sandhurst in the UK before returning to Jamaica as second lieutenant. He served for eight years. It was while in the army that he was recruited to be a part of the Bobsled team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 1988, things took a cool turn, when he was on the first Jamaican bobsled team that made it to the Winter Olympics in Calgary, Canada. He told <strong>BUZZ </strong>that this was one of the best experiences of his life. And one he recalls with great joy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8311,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Bobsled-Team-Buzz-Caribbean.png\" alt=\"\" class=\"wp-image-8311\" /><figcaption>Devon and teammates in their bobsled preparation for the Winter Olympics.</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“It was different. Calgary had the biggest impact because it was unusual to have a Jamaican Bobsled team,” he recalled. “I was living the dream of representing Jamaica at the Olympics doing something I love and getting to do it twice again.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Twice again - because in 1992 the team represented Jamaica in the France Winter Olympics and in Japan in 1998.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But how did he know he would be able to bobsleigh having not grown up in a country with icy climes?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8314,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Yes-I-Can-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8314\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“You just cannot know until you try,” he\nsaid. “We had to convince ourselves in our heads that we would strive to\nachieve. But you can’t know for a fact until you do it. Sometimes you may fail\nor sometimes you may fall short but you have to get up and push on.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Harris has not stopped pushing - pushing to have young people believe in themselves. And so after Olympics in 1998, he started on the pathway of motivational speaking in schools and at various events and has written two children’s books called <strong><em>‘Yes I Can - the story of the Bobsled team’ </em></strong>and <strong><em>‘Keep on Pushing - Hot lessons from Cool Runnings’.</em></strong> He said he intends to write other motivational books.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8315,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Keep-On-Pushing-Buzz-Caribbean.jpg\" alt=\"Cover of Devon Harris\' motivational book Keep On Pushing\" class=\"wp-image-8315\" /><figcaption>Cover of Devon Harris\' motivational book Keep On Pushing</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Harris, who is married with five children, is also the founder and president of the Keep on Pushing Foundation in New York where he has been residing since 1992. This Foundation helps to raise money to support kids in need both in New York and back in Jamaica to include his former primary school Drews Avenue Primary providing school supplies and other necessary items.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"Sometimes you may fail or sometimes you may fall short but you have to get up and push on” </p><cite>— Devon Harris</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Harris says he goes back to Jamaica a few\ntimes per year to speak and visit his old schools.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His motivational talks include topics like\npursuing your dream; overcoming adversity; teamwork; and leadership.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“ A lot of people like the topic of keep on pushing,” he said. “It is not something that is new to me based on my own personal experience and knowledge. When you try to do something, sometimes people will try to keep you down or discourage you and so sometimes you just have to fight.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8317,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Motivational-Speaker-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-8317\" /><figcaption>Devon Harris maintains his mantra that despite the obstacles - Keep On Pushing</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Harris still keeps in touch with his former teammates who did Jamaica proud in the Olympics - Michael White and brothers Dudley and Chris Stokes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Harris has one critical message for young people: “Keep on pushing no matter what the obstacles.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>—<strong><em> Story written by Donna Hussey-Stewart </em></strong></p>\n<!-- /wp:paragraph -->','\'Keep on pushing,\' says former bobsled athlete','','inherit','closed','closed','','8301-revision-v1','','','2019-09-16 17:32:31','2019-09-16 22:32:31','',8301,'https://buzz-caribbean.com/article/8301-revision-v1/',0,'revision','',0),(9473,9,'2019-09-16 17:33:50','2019-09-16 22:33:50','<!-- wp:image {\"id\":9471} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/michael-jackson-20190916.jpg\" alt=\"Michael Jackson\" class=\"wp-image-9471\" /><figcaption>Michael Jackson</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Michael Jackson\'s family have blasted \'Leaving Neverland\' after it won a Creative Arts Emmy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Dan Reed documentary - which details sexual abuse allegations made against Michael Jackson by James Safechuck and Wade Robson - picked up the award for Outstanding Documentary or Nonfiction Special on the first night of the Creative Arts Emmys on Saturday but was slated as \"complete fiction\" by Jackson\'s estate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The estate told Entertainment Tonight in a statement: \"For a film that is a complete fiction to be honoured in a nonfiction Emmy category is a complete farce. Not one shred of proof supports this completely one-sided, so-called documentary which was made in secrecy and for which not one person outside of the two subjects and their families were interviewed.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Not one shred of proof supports this completely one-sided, so-called documentary.\"</p><cite>— Michael Jackson\'s family </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>However, Dan believes that the five nominations and one win helped to \"validate\" the documentary, explaining: \"It does help to validate the film, [which has] been so controversial. The increased awareness confronts people with a crime that they don\'t really want to know about, and wish didn\'t exist.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>James and Wade claimed in the bombshell HBO documentary that they were abused by the late King of Pop when they joined him on tour as children.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Robson alleged he was sexually abused by Michael from the age of seven until 14, while Safechuck claimed he was a victim from the age of 10 until he hit puberty.</p>\n<!-- /wp:paragraph -->','Michael Jackson\'s family upset after ‘Leaving Neverland’ wins award','','inherit','closed','closed','','9470-revision-v1','','','2019-09-16 17:33:50','2019-09-16 22:33:50','',9470,'https://buzz-caribbean.com/article/9470-revision-v1/',0,'revision','',0),(9474,23,'2019-09-16 18:11:22','2019-09-16 23:11:22','<!-- wp:image {\"id\":9487} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lightning-strike-students2-768x1024.jpg\" alt=\"A cellphone photo of the Jamaica College student being rushed off the field on a stretcher.\" class=\"wp-image-9487\" /><figcaption>A cellphone photo of the Jamaica College student being rushed off the field on a stretcher.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A Jamaica College (JC) student and another from Wolmer\'s Boys\' School were rushed to hospital after being struck by lightning during a Manning Cup match on Monday afternoon (September 16).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A total of five boys were hit during the incident at Stadium East in St Andrew during a match between the two schools. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2fhNFqAzm_/?igshid=akj9j8v3513l\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2fhNFqAzm_/?igshid=akj9j8v3513l\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The JC student has been identified as Terrence Francis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wolmer\'s was leading JC 2-1 with five minutes to go when disaster struck. Francis, a defender, was away from the action, as JC were attacking and trying to find the equaliser.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Francis and the other players went down after being struck while Francis failed to respond to treatment on the field. He and the Wolmer\'s student were rushed to hospital.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Referee Karl Tyrell called off the match.</p>\n<!-- /wp:paragraph -->','Lightning strikes five players during Manning Cup match in Kingston','','publish','open','closed','','lightning-strikes-five-players-during-manning-cup-match-in-kingston','','','2020-01-06 09:45:39','2020-01-06 14:45:39','',0,'https://buzz-caribbean.com/?p=9474',0,'post','',0),(9475,11,'2019-09-16 17:36:13','2019-09-16 22:36:13','<!-- wp:paragraph -->\n<p>The latest version of the world’s most popular operating system, Android, has been released. Android 10 brings a myriad of improvements that will help users focus, save battery life, monitor apps for privacy concerns and many more. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9469} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Android-10-Feature-Image-1024x614.jpg\" alt=\"\" class=\"wp-image-9469\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Instead of the usual alphabetised, tasty dessert naming scheme (such as Nougat, Oreo and Pie), Android Q is now simply Android 10 (used interchangeably). This new generation, Android 10 promises upgrades that take the platform to a new level. Here a few.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>A true Dark Theme</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Finally! Android introduces a true way to dim the screen that’s not limited to the quick settings and a few system apps. This system wide dark theme is in line with the industry trend to offer a mode that darkens the screen so you aren’t blinded when using your phone at night or you simply like things dark. Phones with OLED screens may also see battery life improvements as the screen will turn of pixels not in use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9463} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-22.png\" alt=\"\" class=\"wp-image-9463\" /><figcaption> Credit: Android </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>New Gesture Navigation</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Android 10 comes with new ways to move around the OS, replacing the usual Home, Back and Multi-tasking buttons. Users can now swipe up from the bottom of any screen to go home, swipe right from either the right or left edge to go back and swipe up and hold to access the app switcher. Additionally, users are able to swipe right on the bottom of the screen to access apps open in the background. iPhone users are probably raising their eyebrows now at the similarities with Apple’s own implementation. However, Google says “research” was done on where users can comfortably reach certain parts of the screen. But if you don’t like gestures, you can switch back to the old three button bar at the bottom.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9464} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-23.png\" alt=\"\" class=\"wp-image-9464\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Live Caption</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This new feature allows users to get captions on screen for video or audio files automatically, even without an internet connection. This will help hearing impaired users get a better experience of content on their phones. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9465} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-24.png\" alt=\"\" class=\"wp-image-9465\" /><figcaption>Credit: Android</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Improvements to Digital Wellbeing</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Digital Wellbeing</strong> was introduced in last generation\'s Android 9 Pie. The latest version of Android sees improvements to the feature with new capabilities. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Focus Mode</strong> (now in Beta) helps users “pause” apps when it’s time to… focus. By selecting certain “distracting apps” users can effectively hide pop-ups and notifications by enabling the mode. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Family Link</strong> enables parents to keep tabs on how their children use their phones. The feature, allows parents to set screen limits, set app restrictions, view app activities and even see where children are.   </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9468} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-25.png\" alt=\"\" class=\"wp-image-9468\" /><figcaption>Credit: Android</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Security Improvements</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Project Mainline </strong>is a new initiative that will enable Google to push important security updates to devices through the Play Store without having to wait for the manufacturers to send them out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Privacy tools have been improved with more\ngranular controls for functions such as location access. Users can now restrict\napps to only track location when in use, always or not at all. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The new update is available for Google Pixel devices and will come to other phones later.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em><strong>— Written by Renor C.</strong></em></p>\n<!-- /wp:paragraph -->','Android 10 is out','','inherit','closed','closed','','9455-revision-v1','','','2019-09-16 17:36:13','2019-09-16 22:36:13','',9455,'https://buzz-caribbean.com/article/9455-revision-v1/',0,'revision','',0),(9476,11,'2019-09-16 17:38:10','2019-09-16 22:38:10','<!-- wp:image {\"id\":9426} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Doc-Coombs-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-9426\" /><figcaption>Dr Phillip \'Doc Ravers\' Coombs</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr. Phillip Coombs is a hard-working doctor, lively communicator — and he loves dancing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Coombs, a Surgical Resident at Kingston Public Hospital, has become a social media personality, known as Doc Ravers. How did this happen?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Bvqy0uWp36y/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Bvqy0uWp36y/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>It all started in rural\nManchester. After graduating from the University of the West Indies in 2016,\nthe young doctor worked in clinics in the parish as an intern. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> \"There was…a lot of information that was lacking amongst patients in the rural areas” </p><cite>— Dr Phillip Coombs</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Being a doctor is not just about\nprocedures. It’s also about communicating with patients. And there, Dr. Coombs found\nsome challenges. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9438} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Phillip-Coombs-Buzz-1024x683.jpg\" alt=\"\" class=\"wp-image-9438\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I noticed that there was…a lot of information that was lacking amongst patients in the rural areas,” he says. “There are a lot of myths out there,” he adds. One regular complaint was about “sinus.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But, the truth is everybody has a sinus. The problem is <strong>sinusitis</strong>. His first video explained this, in his own words and personal, friendly style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BfYksMwBLs4/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BfYksMwBLs4/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>That video “evolved” says Dr. Coombs. It started to take off on social media with comments pouring in, thanking him for the simplicity of the explanation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His next video was about “gas” (which is really simply abdominal pain, he explains), racked up over 33,000 views.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/BfqbNySBkK7/\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/BfqbNySBkK7/\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“Wow…That skyrocketed,”\nexclaims Dr. Coombs. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since then, Dr Coombs has continued to create engaging videos which he says are inspired by his own experience in the medical fraternity and comments from his followers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The response has been a “wonderful experience,” says Dr. Coombs. So many people have embraced his videos – and the information they offer. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I decided to take it to another level,” says the enthusiastic young surgeon (you can see him at work with his scalpel, on his Instagram page). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9429} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Coombs-Surgical-Resident-Buzz.jpg\" alt=\"\" class=\"wp-image-9429\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He is happy for support from social media personalities like Dutty Berry and entertainers such as Queen Ifrica who recently endorsed his comments about skin bleaching. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s Edutainment,” said Dr.\nCoombs. “It’s two in one.” He believes in balance – working hard and playing\nhard, allowing time for both. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He enjoys going out dancing\nwith his wife. “I love to free up!” he laughs. His name, Doc Ravers, is a\ntribute to his love of dancing and to entertainer Ding Dong’s dance group,\nRavers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Look out for our <strong>BUZZ </strong>feature video with \'Doc Ravers\' soon.</p>\n<!-- /wp:paragraph -->','\'Doc Ravers\': Balancing health, education and dancing','','inherit','closed','closed','','9423-revision-v1','','','2019-09-16 17:38:10','2019-09-16 22:38:10','',9423,'https://buzz-caribbean.com/article/9423-revision-v1/',0,'revision','',0),(9477,4,'2019-09-16 17:44:25','2019-09-16 22:44:25','<!-- wp:paragraph -->\n<p>Lightning caused a halt to the Manning Cup match between Wolmer\'s and Jamaica College on Monday at Stadium East, as a bolt struck Terrence Francis on the field.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The match had approximately five minutes left to be played with Wolmer\'s leading their opponents 2-1 when disaster struck. Francis, a defender, was away from the action, as JC were attacking trying to find the equaliser.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He immediately went down after being struck and failed to respond to treatment on the field. He was rushed to hospital. Referee Karl Tyrell called off the match, with a number of players on both teams affected by the incident.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Lightning strikes JC player, during match against Wolmer\'s','','inherit','closed','closed','','9474-revision-v1','','','2019-09-16 17:44:25','2019-09-16 22:44:25','',9474,'https://buzz-caribbean.com/article/9474-revision-v1/',0,'revision','',0),(9478,11,'2019-09-16 17:46:43','2019-09-16 22:46:43','<!-- wp:paragraph -->\n<p>The latest version of the world’s most popular operating system, Android, has been released. Android 10 brings a myriad of improvements that will help users focus, save battery life, monitor apps for privacy concerns and many more. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9469} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Android-10-Feature-Image-1024x614.jpg\" alt=\"\" class=\"wp-image-9469\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Instead of the usual alphabetised, tasty dessert naming scheme (such as Nougat, Oreo and Pie), Android Q is now simply Android 10 (used interchangeably). This new generation, Android 10 promises upgrades that take the platform to a new level. Here a few.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>A true Dark Theme</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Finally! Android introduces a true way to dim the screen that’s not limited to the quick settings and a few system apps. This system wide dark theme is in line with the industry trend to offer a mode that darkens the screen so you aren’t blinded when using your phone at night or you simply like things dark. Phones with OLED screens may also see battery life improvements as the screen will turn of pixels not in use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9463} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-22.png\" alt=\"\" class=\"wp-image-9463\" /><figcaption> Credit: Android </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>New Gesture Navigation</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Android 10 comes with new ways to move around the OS, replacing the usual Home, Back and Multi-tasking buttons. Users can now swipe up from the bottom of any screen to go home, swipe right from either the right or left edge to go back and swipe up and hold to access the app switcher. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additionally, users are able to swipe right on the bottom of the screen to access apps open in the background. iPhone users are probably raising their eyebrows now at the similarities with Apple’s own implementation. However, Google says “research” was done on where users can comfortably reach certain parts of the screen. But if you don’t like gestures, you can switch back to the old three button bar at the bottom.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9464} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-23.png\" alt=\"\" class=\"wp-image-9464\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Live Caption</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This new feature allows users to get captions on screen for video or audio files automatically, even without an internet connection. This will help hearing impaired users get a better experience of content on their phones. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9465} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-24.png\" alt=\"\" class=\"wp-image-9465\" /><figcaption>Credit: Android</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Improvements to Digital Wellbeing</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Digital Wellbeing</strong> was introduced in last generation\'s Android 9 Pie. The latest version of Android sees improvements to the feature with new capabilities. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Focus Mode</strong> (now in Beta) helps users “pause” apps when it’s time to… focus. By selecting certain “distracting apps” users can effectively hide pop-ups and notifications by enabling the mode. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Family Link</strong> enables parents to keep tabs on how their children use their phones. The feature, allows parents to set screen limits, set app restrictions, view app activities and even see where children are.&nbsp;&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9468} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/image-25.png\" alt=\"\" class=\"wp-image-9468\" /><figcaption>Credit: Android</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Security Improvements</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Project Mainline </strong>is a new initiative that will enable Google to push important security updates to devices through the Play Store without having to wait for the manufacturers to send them out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Privacy tools have been improved with more\ngranular controls for functions such as location access. Users can now restrict\napps to only track location when in use, always or not at all. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The new update is available for Google Pixel devices and will come to other phones later.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em><strong>— Written by Renor C.</strong></em></p>\n<!-- /wp:paragraph -->','Android 10 is out','','inherit','closed','closed','','9455-revision-v1','','','2019-09-16 17:46:43','2019-09-16 22:46:43','',9455,'https://buzz-caribbean.com/article/9455-revision-v1/',0,'revision','',0),(9480,21,'2019-09-16 19:48:55','2019-09-17 00:48:55','<!-- wp:image {\"id\":9481} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Min.-Tufton-and-Vector-Control-workers-Handing-out-pamphlets-on-Great-Georges-Street-Savanna-La-Mar-1024x576.jpg\" alt=\"Minister of Health and Wellness, Dr Christopher Tufton (second right), hands out dengue awareness pamphlets to vendors in Westmoreland on September 13. \" class=\"wp-image-9481\" /><figcaption>Minister of Health and Wellness, Dr Christopher Tufton (second right), hands out dengue awareness pamphlets to vendors in Westmoreland on September 13. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Minister of Health and Wellness, Dr Christopher Tufton, says the dengue epidemic is not unique to Jamaica, as it is also a global and regional problem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following a <a href=\"https://buzz-caribbean.com/article/552-schools-inspected-and-fogged/\">vector control programme</a> tour of sections of Westmoreland and St Elizabeth on September 13, Tufton said that in Latin America and the Caribbean, there have been almost two million reported cases of dengue and more than 700 deaths over the past seven months alone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8199} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tufton-Health-Bulky-Waste-Buzz-Caribbean-1024x1024.jpg\" alt=\"\" class=\"wp-image-8199\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He added that it is inevitable that\nJamaica would be feeling the effects of it and warned that a new approach must\nbe taken to combat a disease that has been listed by the World Health\nOrganization (WHO) as one of the leading causes of illness and death among\nchildren in some Latin American and Asian countries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We cannot use the same approach or\nthe approach that we have used in the past. We have to adjust our approaches,”\nTufton said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We also have to ensure that we\nsensitise and educate the public, so that persons can know what to do in their\nimmediate environment.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Minister said the purpose of\ntouring the two parishes was not to look for breeding sites, but to create a\nsense of awareness where residents would be better informed as to the important\nrole they play in the fight to prevent the spread of dengue.</p>\n<!-- /wp:paragraph -->','Dengue is a global problem, says Health Minister','','publish','open','closed','','dengue-is-a-global-problem-says-health-minister','','','2020-01-06 09:45:38','2020-01-06 14:45:38','',0,'https://buzz-caribbean.com/?p=9480',0,'post','',0),(9481,9,'2019-09-16 17:51:22','2019-09-16 22:51:22','','Min.-Tufton-and-Vector-Control-workers-Handing-out-pamphlets-on-Great-Georges-Street-Savanna-La-Mar','','inherit','open','closed','','min-tufton-and-vector-control-workers-handing-out-pamphlets-on-great-georges-street-savanna-la-mar','','','2019-09-16 17:51:22','2019-09-16 22:51:22','',9480,'https://buzz-caribbean.com/app/uploads/2019/09/Min.-Tufton-and-Vector-Control-workers-Handing-out-pamphlets-on-Great-Georges-Street-Savanna-La-Mar.jpg',0,'attachment','image/jpeg',0),(9482,9,'2019-09-16 17:57:40','2019-09-16 22:57:40','<!-- wp:image {\"id\":9481} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Min.-Tufton-and-Vector-Control-workers-Handing-out-pamphlets-on-Great-Georges-Street-Savanna-La-Mar-1024x576.jpg\" alt=\"Minister of Health and Wellness, Dr Christopher Tufton (second right), hands out dengue awareness pamphlets to vendors in Westmoreland on September 13. \" class=\"wp-image-9481\" /><figcaption>Minister of Health and Wellness, Dr Christopher Tufton (second right), hands out dengue awareness pamphlets to vendors in Westmoreland on September 13. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Minister of Health and Wellness, Dr Christopher Tufton, says the dengue epidemic is not unique to Jamaica, as it is also a global and regional problem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following a <a href=\"https://buzz-caribbean.com/article/552-schools-inspected-and-fogged/\">vector control programme</a> tour of sections of Westmoreland and St Elizabeth on September 13, Tufton said that in Latin America and the Caribbean, there have been almost two million reported cases of dengue and more than 700 deaths over the past seven months alone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8199} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Tufton-Health-Bulky-Waste-Buzz-Caribbean-1024x1024.jpg\" alt=\"\" class=\"wp-image-8199\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>He added that it is inevitable that\nJamaica would be feeling the effects of it and warned that a new approach must\nbe taken to combat a disease that has been listed by the World Health\nOrganization (WHO) as one of the leading causes of illness and death among\nchildren in some Latin American and Asian countries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We cannot use the same approach or\nthe approach that we have used in the past. We have to adjust our approaches,”\nTufton said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We also have to ensure that we\nsensitise and educate the public, so that persons can know what to do in their\nimmediate environment.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Minister said the purpose of\ntouring the two parishes was not to look for breeding sites, but to create a\nsense of awareness where residents would be better informed as to the important\nrole they play in the fight to prevent the spread of dengue.</p>\n<!-- /wp:paragraph -->','Dengue is a global problem, says Health Minister','','inherit','closed','closed','','9480-revision-v1','','','2019-09-16 17:57:40','2019-09-16 22:57:40','',9480,'https://buzz-caribbean.com/article/9480-revision-v1/',0,'revision','',0),(9484,9,'2019-09-16 18:00:38','2019-09-16 23:00:38','','Cover Doc Coombs Buzz 1024x683','','inherit','open','closed','','cover-doc-coombs-buzz-1024x683','','','2019-09-16 18:00:38','2019-09-16 23:00:38','',9423,'https://buzz-caribbean.com/app/uploads/2019/09/Cover-Doc-Coombs-Buzz-1024x683.jpg',0,'attachment','image/jpeg',0),(9485,4,'2019-09-16 18:02:27','2019-09-16 23:02:27','<!-- wp:paragraph -->\n<p>A Jamaica College student and another from Wolmer\'s Boys were rushed to hospitalised after being struck by lightning during a Manning Cup match Monday afternoon (Sept 16).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A total of five boys were hit but only two had to be hospitalized. The incident occurred at Stadium East during a match between the teams. The JC student has been identified as Terrence Francis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wolmer\'s was leading JC 2-1 with five minutes to go when disaster struck. Francis, a defender, was away from the action, as JC were attacking trying to find the equaliser.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Francis and the other players went down after being struck and but Francis failed to respond to treatment on the field. He and the Wolmer\'s student were rushed to hospital.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Referee Karl Tyrell called off the match, with a number of players on both teams affected by the incident.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Lightning strikes five players in during Manning Cup match in Kingston','','inherit','closed','closed','','9474-revision-v1','','','2019-09-16 18:02:27','2019-09-16 23:02:27','',9474,'https://buzz-caribbean.com/article/9474-revision-v1/',0,'revision','',0),(9486,4,'2019-09-16 18:06:03','2019-09-16 23:06:03','','lightning-strike-students','','inherit','open','closed','','lightning-strike-students','','','2019-09-16 18:06:03','2019-09-16 23:06:03','',9474,'https://buzz-caribbean.com/app/uploads/2019/09/lightning-strike-students.jpg',0,'attachment','image/jpeg',0),(9487,4,'2019-09-16 18:06:24','2019-09-16 23:06:24','','lightning-strike-students2','','inherit','open','closed','','lightning-strike-students2','','','2019-09-16 18:06:24','2019-09-16 23:06:24','',9474,'https://buzz-caribbean.com/app/uploads/2019/09/lightning-strike-students2.jpg',0,'attachment','image/jpeg',0),(9488,4,'2019-09-16 18:11:22','2019-09-16 23:11:22','<!-- wp:image {\"id\":9487} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lightning-strike-students2-768x1024.jpg\" alt=\"\" class=\"wp-image-9487\" /><figcaption>Cellphone phot of the JC student being rushed off the field on a stretcher.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A Jamaica College student and another from Wolmer\'s Boys were rushed to hospitalised after being struck by lightning during a Manning Cup match Monday afternoon (Sept 16).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A total of five boys were hit during the incident at Stadium East during a match between the schools. The JC student has been identified as Terrence Francis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wolmer\'s was leading JC 2-1 with five minutes to go when disaster struck. Francis, a defender, was away from the action, as JC were attacking trying to find the equaliser.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Francis and the other players went down after being struck but Francis failed to respond to treatment on the field. He and the Wolmer\'s student were rushed to hospital.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Referee Karl Tyrell called off the match.</p>\n<!-- /wp:paragraph -->','Lightning strikes five players during Manning Cup match in Kingston','','inherit','closed','closed','','9474-revision-v1','','','2019-09-16 18:11:22','2019-09-16 23:11:22','',9474,'https://buzz-caribbean.com/article/9474-revision-v1/',0,'revision','',0),(9489,11,'2019-09-16 18:15:29','0000-00-00 00:00:00','<!-- wp:embed {\"url\":\"https://youtu.be/T1BS-NxBfp4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/T1BS-NxBfp4\n</div></figure>\n<!-- /wp:embed -->','','','draft','closed','closed','','','','','2019-09-16 18:15:29','2019-09-16 23:15:29','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=9489',0,'video','',0),(9490,11,'2019-09-16 18:15:29','2019-09-16 23:15:29','<iframe title=\"BUZZ Feature: CPL T20 - Jamaica Tallawahs vs Barbados Tridents\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/T1BS-NxBfp4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','7633943fccd97bbaadbedd6adda1502f','','','2019-09-16 18:15:29','2019-09-16 23:15:29','',0,'https://buzz-caribbean.com/article/7633943fccd97bbaadbedd6adda1502f/',0,'oembed_cache','',0),(9491,9,'2019-09-16 18:20:00','2019-09-16 23:20:00','<!-- wp:image {\"id\":9487} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lightning-strike-students2-768x1024.jpg\" alt=\"\" class=\"wp-image-9487\" /><figcaption>Cellphone photo of the Jamaica College student being rushed off the field on a stretcher.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A Jamaica College student and another from Wolmer\'s Boys were rushed to hospital after being struck by lightning during a Manning Cup match on Monday afternoon (September 16).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A total of five boys were hit during the incident at Stadium East during a match between the schools. The JC student has been identified as Terrence Francis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wolmer\'s was leading JC 2-1 with five minutes to go when disaster struck. Francis, a defender, was away from the action, as JC were attacking trying to find the equaliser.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Francis and the other players went down after being struck but Francis failed to respond to treatment on the field. He and the Wolmer\'s student were rushed to hospital.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Referee Karl Tyrell called off the match.</p>\n<!-- /wp:paragraph -->','Lightning strikes five players during Manning Cup match in Kingston','','inherit','closed','closed','','9474-revision-v1','','','2019-09-16 18:20:00','2019-09-16 23:20:00','',9474,'https://buzz-caribbean.com/article/9474-revision-v1/',0,'revision','',0),(9492,9,'2019-09-16 18:21:49','2019-09-16 23:21:49','<!-- wp:image {\"id\":9487} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lightning-strike-students2-768x1024.jpg\" alt=\"\" class=\"wp-image-9487\" /><figcaption>Cellphone photo of the Jamaica College student being rushed off the field on a stretcher.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A Jamaica College (JC) student and another from Wolmer\'s Boys were rushed to hospital after being struck by lightning during a Manning Cup match on Monday afternoon (September 16).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A total of five boys were hit during the incident at Stadium East in St Andrew during a match between the two schools. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The JC student has been identified as Terrence Francis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wolmer\'s was leading JC 2-1 with five minutes to go when disaster struck. Francis, a defender, was away from the action, as JC were attacking and trying to find the equaliser.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Francis and the other players went down after being struck while Francis failed to respond to treatment on the field. He and the Wolmer\'s student were rushed to hospital.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Referee Karl Tyrell called off the match.</p>\n<!-- /wp:paragraph -->','Lightning strikes five players during Manning Cup match in Kingston','','inherit','closed','closed','','9474-revision-v1','','','2019-09-16 18:21:49','2019-09-16 23:21:49','',9474,'https://buzz-caribbean.com/article/9474-revision-v1/',0,'revision','',0),(9493,9,'2019-09-16 18:22:17','2019-09-16 23:22:17','<!-- wp:image {\"id\":9487} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lightning-strike-students2-768x1024.jpg\" alt=\"A cellphone photo of the Jamaica College student being rushed off the field on a stretcher.\" class=\"wp-image-9487\" /><figcaption>A cellphone photo of the Jamaica College student being rushed off the field on a stretcher.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A Jamaica College (JC) student and another from Wolmer\'s Boys were rushed to hospital after being struck by lightning during a Manning Cup match on Monday afternoon (September 16).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A total of five boys were hit during the incident at Stadium East in St Andrew during a match between the two schools. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The JC student has been identified as Terrence Francis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wolmer\'s was leading JC 2-1 with five minutes to go when disaster struck. Francis, a defender, was away from the action, as JC were attacking and trying to find the equaliser.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Francis and the other players went down after being struck while Francis failed to respond to treatment on the field. He and the Wolmer\'s student were rushed to hospital.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Referee Karl Tyrell called off the match.</p>\n<!-- /wp:paragraph -->','Lightning strikes five players during Manning Cup match in Kingston','','inherit','closed','closed','','9474-revision-v1','','','2019-09-16 18:22:17','2019-09-16 23:22:17','',9474,'https://buzz-caribbean.com/article/9474-revision-v1/',0,'revision','',0),(9494,9,'2019-09-16 18:25:17','2019-09-16 23:25:17','<!-- wp:image {\"id\":9487} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lightning-strike-students2-768x1024.jpg\" alt=\"A cellphone photo of the Jamaica College student being rushed off the field on a stretcher.\" class=\"wp-image-9487\" /><figcaption>A cellphone photo of the Jamaica College student being rushed off the field on a stretcher.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A Jamaica College (JC) student and another from Wolmer\'s Boys\' School were rushed to hospital after being struck by lightning during a Manning Cup match on Monday afternoon (September 16).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A total of five boys were hit during the incident at Stadium East in St Andrew during a match between the two schools. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The JC student has been identified as Terrence Francis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wolmer\'s was leading JC 2-1 with five minutes to go when disaster struck. Francis, a defender, was away from the action, as JC were attacking and trying to find the equaliser.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Francis and the other players went down after being struck while Francis failed to respond to treatment on the field. He and the Wolmer\'s student were rushed to hospital.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Referee Karl Tyrell called off the match.</p>\n<!-- /wp:paragraph -->','Lightning strikes five players during Manning Cup match in Kingston','','inherit','closed','closed','','9474-revision-v1','','','2019-09-16 18:25:17','2019-09-16 23:25:17','',9474,'https://buzz-caribbean.com/article/9474-revision-v1/',0,'revision','',0),(9496,11,'2019-09-16 18:27:25','2019-09-16 23:27:25','<!-- wp:image {\"id\":9353} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bpo-yoni-1024x683.jpg\" alt=\"\" class=\"wp-image-9353\" /><figcaption>Itelbpo founding chairman and CEO Yoni Epstein and inspirational coach Marsha-Ann Brown at the company\'s itelFest of the weekend.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Itelbpo is expected to employ 300 additional workers at its Freeport Mobay campus in St James by year-end when the long-standing expansion work is completed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We started our expansion program back in 2017 developing our own campus, because, as BP0 is growing in Jamaica, it\'s become more and more competitive, more so on the front of your employees than plans. Through that competition, we develop a campus. We want to be the only BPO in our space,\" itelbpo founding chairman Yoni Epstein told <strong>BUZZ</strong>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"So we are just about to finish 96,000 square feet of call centre space. The last building is under construction now. And that\'ll be finished by the end of this year, \" he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9356} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/bpo1-1024x683.jpg\" alt=\"\" class=\"wp-image-9356\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The campus will be able to accommodate over employees when completed. The Mobay office already has about 1700 employees.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, in Kingston, where the company is experiencing its greatest growth, itelbpo recently acquired, via rent 20000 square feet of space in New Kingston.&nbsp;Epstein said this will bring the Kingston staff complement to 800, up from 400.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9357} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/fancy-cat-ity-bpo-1024x683.jpg\" alt=\"\" class=\"wp-image-9357\" /><figcaption>Comedians Ity (right) and Fancy Cat performing at the itelFest on the weekend.  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>\"And we have another commitment for 50,000 Square feet by June 2020 that will be in the New Kingston proper area so we will give almost 200, 000 Square feet of space and close to 3000 employees,\" he added.</p>\n<!-- /wp:paragraph -->','Itelbpo making big moves in outsourcing game','','inherit','closed','closed','','9343-revision-v1','','','2019-09-16 18:27:25','2019-09-16 23:27:25','',9343,'https://buzz-caribbean.com/article/9343-revision-v1/',0,'revision','',0),(9497,23,'2019-09-16 19:22:03','2019-09-17 00:22:03','<!-- wp:paragraph -->\n<p>It\'s all systems go for this Saturday’s grand coronation of the 2019 Miss Jamaica World beauty pageant.  Sixteen ladies are competing for the crown and the chance to represent Jamaica at the Miss World finals in London later this year.  The finals takes place at the Jamaica Pegasus Hotel Ballroom.  Showtime is 8 PM. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9501} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Finalists-MJW-Buzz-1.jpg\" alt=\"\" class=\"wp-image-9501\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Since\nthey were sashed and presented to the public in July, the girls have been\nmaking the rounds at different events, paying courtesy calls and visiting\nvarious attractions across the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9511} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/MJW-Courtesy-Call.jpg\" alt=\"\" class=\"wp-image-9511\" /><figcaption>The finalists in the Miss Jamaica World competition made on Governor General  His Excellency the Most Hon. Sir Patrick Allen at Kings House on September 11 (Photo: Miss Jamaica World — Instagram)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So far, four of them have advanced to the top ten, courtesy of the fast track events.  Roshelle McKinley won the Beach Beauty title, while Euricka Brown was named Top Model.  Thalia Malcolm was the winner in the Fitness competition, while Toni Ann Singh won Talent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See gallery below with our fast track winner</em></strong>s:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[9502,9506,9504,9507]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Rochelle-McKinley-MJW-Buzz.jpg\" alt=\"\" data-id=\"9502\" data-link=\"https://buzz-caribbean.com/?attachment_id=9502\" class=\"wp-image-9502\" /><figcaption> Roshelle McKinley  Beach Beauty Winner</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Euricka-Brown-MJW-Buzz-1.jpg\" alt=\"\" data-id=\"9506\" data-link=\"https://buzz-caribbean.com/?attachment_id=9506\" class=\"wp-image-9506\" /><figcaption> Euricka Brown Top Model Winner</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Toni-Ann-Singh-MJW-Buzz.jpg\" alt=\"\" data-id=\"9504\" data-link=\"https://buzz-caribbean.com/?attachment_id=9504\" class=\"wp-image-9504\" /><figcaption> Toni Ann Singh Talent Winner</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Thalia-Malcolm-MJW-Buzz.jpg\" alt=\"\" data-id=\"9507\" data-link=\"https://buzz-caribbean.com/?attachment_id=9507\" class=\"wp-image-9507\" /><figcaption> Thalia Malcolm (centre) Fitness Competition Winner</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The\nwinner of the Miss Jamaica World Beauty with a Purpose Award will be announced\nduring the finals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nfinalists are:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Euricka\nBrown – Miss Dezign Diva</li><li>Soyini\nPhillips – Miss RETV</li><li>Roshelle\nMcKinley – Miss Interlinc Communications</li><li>April\nMarshall – Miss Liguanea Plaza</li><li>Kadijah McIntosh\n– Miss Lasco Financial Services</li><li>Alanna\nWanliss – Miss Maxie Department Store</li><li>Haqirah\nGreaves – Miss Mushroom</li><li>Toni Ann\nSingh — Miss Cover Girl</li><li>Mariann\nKnight — Miss Cetamol Menstrual</li><li>Thalia\nMalcolm — Miss Charles Chocolates</li><li>Brianna\nKnight — Miss Earl\'s Fashions</li><li>Danevia\nPowell — Miss Fontana Pharmacy</li><li>Joellee\nMcKenzie — Miss Knutsford Express</li><li>Christan\nCodner — Miss Neutrogena</li><li>Renee\nFarquharson — Miss Renta Car Caribbean Tours</li><li>Tashana\nClarke — Miss Witter Village</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>There has been a lot of buzz on social media since the finalists were selected.  Our predictions for the Top 5 are as follows:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Roshelle McKinley</h5>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9512} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Roshelle-McKinley-MJW.jpg\" alt=\"\" class=\"wp-image-9512\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Alanna Wanliss</h5>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9514} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Alana-Willis-MJW-Buzz.jpg\" alt=\"\" class=\"wp-image-9514\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Toni Ann Singh</h5>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9518} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Toni-Ann-Singh-MJW-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-9518\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Kadijah McIntosh</h5>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9517} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kadijah-McIntosh-Buzz-MJW.jpg\" alt=\"\" class=\"wp-image-9517\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Soyini Phillips</h5>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9516} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Soyini-Phillips-MJW-Buzz.jpg\" alt=\"\" class=\"wp-image-9516\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ </strong>fam tell us what you think of our predictions and who you think will ultimately take the crown.</p>\n<!-- /wp:paragraph -->','Miss Jamaica World finals is on this Saturday','','publish','open','closed','','miss-jamaica-world-finals-is-on-this-saturday','','','2020-01-06 09:45:39','2020-01-06 14:45:39','',0,'https://buzz-caribbean.com/?p=9497',0,'post','',0),(9498,21,'2019-09-17 07:30:04','2019-09-17 12:30:04','<!-- wp:image {\"id\":9499} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/brad-pitt-20190916.jpg\" alt=\"Brad Pitt\" class=\"wp-image-9499\"/><figcaption>Brad Pitt</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brad Pitt says getting older has made him realise it\'s important who he keeps around.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Ad Astra</strong> star - who will celebrate his 56th birthday later this year - admits he has become more \"aware of time\" now that he is in his 50s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Who you spend your time with, how you spend time - it has just become much more important to me.\" </p><cite>— Brad Pitt</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He said: \"It\'s just getting f***ing older! How you become more aware of time, and you\'ve had more experience, good and bad, with people. And your own wins and losses - the older you get, they don\'t seem like so much of a win or so much of a loss. Who you spend your time with, how you spend time - it has just become much more important to me.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And Brad also opened up about how he is \"drawn\" to people that have \"no filter\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to the October issue of GQ magazine, he added: \"The people I\'m really drawn to, they just have no filter. They have no protection. They have no filter on their thoughts. They sometimes get in trouble because of that, but I adore them. I adore that they\'re just so open and raw about their feelings at any moment.\"</p>\n<!-- /wp:paragraph -->','Brad Pitt: Age has changed me','','publish','open','closed','','brad-pitt-age-has-changed-me','','','2020-01-06 09:45:38','2020-01-06 14:45:38','',0,'https://buzz-caribbean.com/?p=9498',0,'post','',0),(9499,9,'2019-09-16 18:39:51','2019-09-16 23:39:51','','76th Venice Film Festival','VENICE, ITALY - AUGUST 29: Brad Pitt attends the red carpet of AD ASTRA during the 76th Venice Film Festival on August 29, 2019 in Venice, Italy. \n\n (Photo by Primo Barol/Anadolu Agency via Getty Images)','inherit','open','closed','','76th-venice-film-festival','','','2019-09-16 18:40:26','2019-09-16 23:40:26','',9498,'https://buzz-caribbean.com/app/uploads/2019/09/brad-pitt-20190916.jpg',0,'attachment','image/jpeg',0),(9500,11,'2019-09-16 18:42:12','2019-09-16 23:42:12','','Finalists-MJW-Buzz','','inherit','open','closed','','finalists-mjw-buzz','','','2019-09-16 18:42:12','2019-09-16 23:42:12','',9497,'https://buzz-caribbean.com/app/uploads/2019/09/Finalists-MJW-Buzz.jpg',0,'attachment','image/jpeg',0),(9501,11,'2019-09-16 18:43:34','2019-09-16 23:43:34','','Finalists-MJW-Buzz-1','','inherit','open','closed','','finalists-mjw-buzz-1','','','2019-09-16 18:43:34','2019-09-16 23:43:34','',9497,'https://buzz-caribbean.com/app/uploads/2019/09/Finalists-MJW-Buzz-1.jpg',0,'attachment','image/jpeg',0),(9502,11,'2019-09-16 18:44:16','2019-09-16 23:44:16','','Rochelle-McKinley-MJW-Buzz','','inherit','open','closed','','rochelle-mckinley-mjw-buzz','','','2019-09-16 18:44:16','2019-09-16 23:44:16','',9497,'https://buzz-caribbean.com/app/uploads/2019/09/Rochelle-McKinley-MJW-Buzz.jpg',0,'attachment','image/jpeg',0),(9503,9,'2019-09-16 18:44:23','2019-09-16 23:44:23','<!-- wp:image {\"id\":9499} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/brad-pitt-20190916.jpg\" alt=\"Brad Pitt\" class=\"wp-image-9499\" /><figcaption>Brad Pitt</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brad Pitt says getting older has made him realise it\'s important who he keeps around.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Ad Astra</strong> star - who will celebrate his 56th birthday later this year - admits he has become more \"aware of time\" now that he is in his 50s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Who you spend your time with, how you spend time - it has just become much more important to me.\" </p><cite>— Brad Pitt</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He said: \"It\'s just getting f***ing older! How you become more aware of time, and you\'ve had more experience, good and bad, with people. And your own wins and losses - the older you get, they don\'t seem like so much of a win or so much of a loss. Who you spend your time with, how you spend time - it has just become much more important to me.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And Brad also opened up about how he is \"drawn\" to people that have \"no filter\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to the October issue of GQ magazine, he added: \"The people I\'m really drawn to, they just have no filter. They have no protection. They have no filter on their thoughts. They sometimes get in trouble because of that, but I adore them. I adore that they\'re just so open and raw about their feelings at any moment.\"</p>\n<!-- /wp:paragraph -->','Brad Pitt: Age has changed me','','inherit','closed','closed','','9498-revision-v1','','','2019-09-16 18:44:23','2019-09-16 23:44:23','',9498,'https://buzz-caribbean.com/article/9498-revision-v1/',0,'revision','',0),(9504,11,'2019-09-16 18:45:38','2019-09-16 23:45:38','','Toni-Ann-Singh-MJW-Buzz','','inherit','open','closed','','toni-ann-singh-mjw-buzz','','','2019-09-16 18:45:38','2019-09-16 23:45:38','',9497,'https://buzz-caribbean.com/app/uploads/2019/09/Toni-Ann-Singh-MJW-Buzz.jpg',0,'attachment','image/jpeg',0),(9505,11,'2019-09-16 18:47:46','2019-09-16 23:47:46','','Euricka-Brown-MJW-Buzz','','inherit','open','closed','','euricka-brown-mjw-buzz','','','2019-09-16 18:47:46','2019-09-16 23:47:46','',9497,'https://buzz-caribbean.com/app/uploads/2019/09/Euricka-Brown-MJW-Buzz.jpg',0,'attachment','image/jpeg',0),(9506,11,'2019-09-16 18:48:11','2019-09-16 23:48:11','','Euricka-Brown-MJW-Buzz-1','','inherit','open','closed','','euricka-brown-mjw-buzz-1','','','2019-09-16 18:48:11','2019-09-16 23:48:11','',9497,'https://buzz-caribbean.com/app/uploads/2019/09/Euricka-Brown-MJW-Buzz-1.jpg',0,'attachment','image/jpeg',0),(9507,11,'2019-09-16 18:49:24','2019-09-16 23:49:24','','Thalia-Malcolm-MJW-Buzz','','inherit','open','closed','','thalia-malcolm-mjw-buzz','','','2019-09-16 18:49:24','2019-09-16 23:49:24','',9497,'https://buzz-caribbean.com/app/uploads/2019/09/Thalia-Malcolm-MJW-Buzz.jpg',0,'attachment','image/jpeg',0),(9508,21,'2019-09-17 08:15:06','2019-09-17 13:15:06','<!-- wp:image {\"id\":9509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kim-kardashian-20190916.jpg\" alt=\"Kim Kardashian \" class=\"wp-image-9509\"/><figcaption>Kim Kardashian </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kim Kardashian West has been diagnosed with psoriatic arthritis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Keeping Up with the Kardashians</strong> star recently tested positive for lupus antibodies and had been experiencing severe pain in her hands. But after undergoing an ultrasound, doctors were able to establish that she was suffering from the joint condition, which resulted from her skin problem psoriasis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"You probably have psoriatic arthritis because psoriasis comes and goes.\"  </p><cite>— Kim Kardashian\'s doctor </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In scenes aired on <strong>Keeping Up with the Kardashians </strong>on Sunday, her doctor explained: \"First of all, if you have any evidence for lupus, we would have screened it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"You do not have lupus and rheumatoid arthritis. So, you can be reassured. You probably have psoriatic arthritis because psoriasis comes and goes. There\'s nothing there right now.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kim admitted she felt \"so relieved\" that her problems were not as severe as they could have been and felt confident she will be able to \"manage\" her symptoms in the future.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"The pain is going to come and go sometimes, but I can manage it. This isn\'t going to stop me.\"</p>\n<!-- /wp:paragraph -->','Kim Kardashian West gets diagnosis','','publish','open','closed','','kim-kardashian-west-gets-diagnosis','','','2020-01-06 09:45:38','2020-01-06 14:45:38','',0,'https://buzz-caribbean.com/?p=9508',0,'post','',0),(9509,9,'2019-09-16 18:56:05','2019-09-16 23:56:05','','Kim Kardashian seen shopping with a friend at Westfield mall in Los Angeles','Kim Kardashian seen shopping with a friend at Westfield mall in Los Angeles.\n<P>\nPictured: Kim Kardashian\n<P><B>Ref: SPL815209  050814  </B><BR />\nPicture by: Brew master / Splash News<BR />\n</P><P>\n<B>Splash News and Pictures</B><BR />\nLos Angeles:	310-821-2666<BR />\nNew York:	212-619-2666<BR />\nLondon:	870-934-2666<BR />\nphotodesk@splashnews.com<BR />\n</P>','inherit','open','closed','','kim-kardashian-seen-shopping-with-a-friend-at-westfield-mall-in-los-angeles','','','2019-09-16 18:56:26','2019-09-16 23:56:26','',9508,'https://buzz-caribbean.com/app/uploads/2019/09/kim-kardashian-20190916.jpg',0,'attachment','image/jpeg',0),(9510,9,'2019-09-16 19:01:07','2019-09-17 00:01:07','<!-- wp:image {\"id\":9509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kim-kardashian-20190916.jpg\" alt=\"Kim Kardashian \" class=\"wp-image-9509\" /><figcaption>Kim Kardashian </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kim Kardashian West has been diagnosed with psoriatic arthritis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Keeping Up with the Kardashians</strong> star recently tested positive for lupus antibodies and had been experiencing severe pain in her hands. But after undergoing an ultrasound, doctors were able to establish that she was suffering from the joint condition, which resulted from her skin problem psoriasis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"You probably have psoriatic arthritis because psoriasis comes and goes.\"  </p><cite>— Kim Kardashian\'s doctor </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In scenes aired on <strong>Keeping Up with the Kardashians </strong>on Sunday, her doctor explained: \"First of all, if you have any evidence for lupus, we would have screened it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"You do not have lupus and rheumatoid arthritis. So, you can be reassured. You probably have psoriatic arthritis because psoriasis comes and goes. There\'s nothing there right now.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kim admitted she felt \"so relieved\" that her problems were not as severe as they could have been and felt confident she will be able to \"manage\" her symptoms in the future.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"The pain is going to come and go sometimes, but I can manage it. This isn\'t going to stop me.\"</p>\n<!-- /wp:paragraph -->','Kim Kardashian West gets diagnosis','','inherit','closed','closed','','9508-revision-v1','','','2019-09-16 19:01:07','2019-09-17 00:01:07','',9508,'https://buzz-caribbean.com/article/9508-revision-v1/',0,'revision','',0),(9511,11,'2019-09-16 19:02:06','2019-09-17 00:02:06','','MJW-Courtesy-Call','','inherit','open','closed','','mjw-courtesy-call','','','2019-09-16 19:02:06','2019-09-17 00:02:06','',9497,'https://buzz-caribbean.com/app/uploads/2019/09/MJW-Courtesy-Call.jpg',0,'attachment','image/jpeg',0),(9512,11,'2019-09-16 19:11:32','2019-09-17 00:11:32','','Roshelle-McKinley-MJW','','inherit','open','closed','','roshelle-mckinley-mjw','','','2019-09-16 19:11:32','2019-09-17 00:11:32','',9497,'https://buzz-caribbean.com/app/uploads/2019/09/Roshelle-McKinley-MJW.jpg',0,'attachment','image/jpeg',0),(9513,14,'2019-09-16 19:12:59','2019-09-17 00:12:59','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/Btrjb3MAx04/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/Btrjb3MAx04/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/Btrjb3MAx04/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Couch potato since 1988. Finally a bag worthy of my laziness!</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/alia_atkinson/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Alia Atkinson, CD</a> (@alia_atkinson) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-02-10T00:05:58+00:00\">Feb 9, 2019 at 4:05pm PST</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','3c19fadae90b8b2c34b6644c899f5214','','','2019-09-16 19:12:59','2019-09-17 00:12:59','',0,'https://buzz-caribbean.com/article/3c19fadae90b8b2c34b6644c899f5214/',0,'oembed_cache','',0),(9514,11,'2019-09-16 19:13:11','2019-09-17 00:13:11','','Alana-Willis-MJW-Buzz','','inherit','open','closed','','alana-willis-mjw-buzz','','','2019-09-16 19:13:11','2019-09-17 00:13:11','',9497,'https://buzz-caribbean.com/app/uploads/2019/09/Alana-Willis-MJW-Buzz.jpg',0,'attachment','image/jpeg',0),(9515,14,'2019-09-16 19:14:06','2019-09-17 00:14:06','<iframe title=\"Alia Atkinson | World Record 100m Breaststroke | 2014 FINA World Swimming Championships Doha\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/0-ADSzjH8jY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','23b28e32493bbe79168f7e311d0822cc','','','2019-09-16 19:14:06','2019-09-17 00:14:06','',0,'https://buzz-caribbean.com/article/23b28e32493bbe79168f7e311d0822cc/',0,'oembed_cache','',0),(9516,11,'2019-09-16 19:15:10','2019-09-17 00:15:10','','Soyini-Phillips-MJW-Buzz','','inherit','open','closed','','soyini-phillips-mjw-buzz','','','2019-09-16 19:15:10','2019-09-17 00:15:10','',9497,'https://buzz-caribbean.com/app/uploads/2019/09/Soyini-Phillips-MJW-Buzz.jpg',0,'attachment','image/jpeg',0),(9517,11,'2019-09-16 19:16:59','2019-09-17 00:16:59','','Kadijah-McIntosh-Buzz-MJW','','inherit','open','closed','','kadijah-mcintosh-buzz-mjw','','','2019-09-16 19:16:59','2019-09-17 00:16:59','',9497,'https://buzz-caribbean.com/app/uploads/2019/09/Kadijah-McIntosh-Buzz-MJW.jpg',0,'attachment','image/jpeg',0),(9518,11,'2019-09-16 19:18:01','2019-09-17 00:18:01','','Toni-Ann-Singh-MJW-Buzz-Caribbean','','inherit','open','closed','','toni-ann-singh-mjw-buzz-caribbean','','','2019-09-16 19:18:01','2019-09-17 00:18:01','',9497,'https://buzz-caribbean.com/app/uploads/2019/09/Toni-Ann-Singh-MJW-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(9519,14,'2019-09-16 19:20:31','2019-09-17 00:20:31','','alia-atkinson-buzz-feature-3','','inherit','open','closed','','alia-atkinson-buzz-feature-3','','','2019-09-16 19:20:31','2019-09-17 00:20:31','',9461,'https://buzz-caribbean.com/app/uploads/2019/09/alia-atkinson-buzz-feature-3.jpg',0,'attachment','image/jpeg',0),(9520,14,'2019-09-16 19:21:33','2019-09-17 00:21:33','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2ezpXRAeGy/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2ezpXRAeGy/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2ezpXRAeGy/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Thank you to all my family and friends for supporting me this weekend. You guys really know how to make a girl feel special! Thanks and Gig &#39;Em</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/alia_atkinson/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Alia Atkinson, CD</a> (@alia_atkinson) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-16T18:00:02+00:00\">Sep 16, 2019 at 11:00am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','725040b2580f86257e7c911294b4d53d','','','2019-09-16 19:21:33','2019-09-17 00:21:33','',0,'https://buzz-caribbean.com/article/725040b2580f86257e7c911294b4d53d/',0,'oembed_cache','',0),(9521,11,'2019-09-16 19:22:03','2019-09-17 00:22:03','<!-- wp:paragraph -->\n<p>It\'s all systems go for this Saturday’s grand coronation of the 2019 Miss Jamaica World beauty pageant.  Sixteen ladies are competing for the crown and the chance to represent Jamaica at the Miss World finals in London later this year.  The finals takes place at the Jamaica Pegasus Hotel Ballroom.  Showtime is 8 PM. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9501} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Finalists-MJW-Buzz-1.jpg\" alt=\"\" class=\"wp-image-9501\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Since\nthey were sashed and presented to the public in July, the girls have been\nmaking the rounds at different events, paying courtesy calls and visiting\nvarious attractions across the island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9511} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/MJW-Courtesy-Call.jpg\" alt=\"\" class=\"wp-image-9511\" /><figcaption>The finalists in the Miss Jamaica World competition made on Governor General  His Excellency the Most Hon. Sir Patrick Allen at Kings House on September 11 (Photo: Miss Jamaica World — Instagram)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So far, four of them have advanced to the top ten, courtesy of the fast track events.  Roshelle McKinley won the Beach Beauty title, while Euricka Brown was named Top Model.  Thalia Malcolm was the winner in the Fitness competition, while Toni Ann Singh won Talent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>See gallery below with our fast track winner</em></strong>s:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[9502,9506,9504,9507]} -->\n<ul class=\"wp-block-gallery columns-3 is-cropped\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Rochelle-McKinley-MJW-Buzz.jpg\" alt=\"\" data-id=\"9502\" data-link=\"https://buzz-caribbean.com/?attachment_id=9502\" class=\"wp-image-9502\" /><figcaption> Roshelle McKinley  Beach Beauty Winner</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Euricka-Brown-MJW-Buzz-1.jpg\" alt=\"\" data-id=\"9506\" data-link=\"https://buzz-caribbean.com/?attachment_id=9506\" class=\"wp-image-9506\" /><figcaption> Euricka Brown Top Model Winner</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Toni-Ann-Singh-MJW-Buzz.jpg\" alt=\"\" data-id=\"9504\" data-link=\"https://buzz-caribbean.com/?attachment_id=9504\" class=\"wp-image-9504\" /><figcaption> Toni Ann Singh Talent Winner</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Thalia-Malcolm-MJW-Buzz.jpg\" alt=\"\" data-id=\"9507\" data-link=\"https://buzz-caribbean.com/?attachment_id=9507\" class=\"wp-image-9507\" /><figcaption> Thalia Malcolm (centre) Fitness Competition Winner</figcaption></figure></li></ul>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>The\nwinner of the Miss Jamaica World Beauty with a Purpose Award will be announced\nduring the finals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\nfinalists are:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Euricka\nBrown – Miss Dezign Diva</li><li>Soyini\nPhillips – Miss RETV</li><li>Roshelle\nMcKinley – Miss Interlinc Communications</li><li>April\nMarshall – Miss Liguanea Plaza</li><li>Kadijah McIntosh\n– Miss Lasco Financial Services</li><li>Alanna\nWanliss – Miss Maxie Department Store</li><li>Haqirah\nGreaves – Miss Mushroom</li><li>Toni Ann\nSingh — Miss Cover Girl</li><li>Mariann\nKnight — Miss Cetamol Menstrual</li><li>Thalia\nMalcolm — Miss Charles Chocolates</li><li>Brianna\nKnight — Miss Earl\'s Fashions</li><li>Danevia\nPowell — Miss Fontana Pharmacy</li><li>Joellee\nMcKenzie — Miss Knutsford Express</li><li>Christan\nCodner — Miss Neutrogena</li><li>Renee\nFarquharson — Miss Renta Car Caribbean Tours</li><li>Tashana\nClarke — Miss Witter Village</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>There has been a lot of buzz on social media since the finalists were selected.  Our predictions for the Top 5 are as follows:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Roshelle McKinley</h5>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9512} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Roshelle-McKinley-MJW.jpg\" alt=\"\" class=\"wp-image-9512\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Alanna Wanliss</h5>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9514} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Alana-Willis-MJW-Buzz.jpg\" alt=\"\" class=\"wp-image-9514\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Toni Ann Singh</h5>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9518} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Toni-Ann-Singh-MJW-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-9518\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Kadijah McIntosh</h5>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9517} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kadijah-McIntosh-Buzz-MJW.jpg\" alt=\"\" class=\"wp-image-9517\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Soyini Phillips</h5>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9516} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Soyini-Phillips-MJW-Buzz.jpg\" alt=\"\" class=\"wp-image-9516\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>BUZZ </strong>fam tell us what you think of our predictions and who you think will ultimately take the crown.</p>\n<!-- /wp:paragraph -->','Miss Jamaica World finals is on this Saturday','','inherit','closed','closed','','9497-revision-v1','','','2019-09-16 19:22:03','2019-09-17 00:22:03','',9497,'https://buzz-caribbean.com/article/9497-revision-v1/',0,'revision','',0),(9522,11,'2020-01-06 09:45:38','0000-00-00 00:00:00','<!-- wp:paragraph -->\n<p>Facey Telcom Limited has &nbsp;now completed its\nmerger with Oceanic Communications Limited (OCL) and received a private equity\ninvestment from Portland Private Equity.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Combined the transactions will create an integrated\nlogistics, distribution, electronic distribution and channel management\nbusiness spanning the Caribbean, Central America and Asia Pacific and provide\nsignificant growth capital to facilitate continued expansion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oceanic\nCommunications Limited was founded in 2007 as a joint venture between Facey\nGroup Limited, Facey Telecom’s parent company, and Oceanic Holdings\nInternational Limited (OHIL). OCL provides logistics, procurement,\ndistribution, electronic distribution and channel management services in\nmarkets across Asia Pacific including New Zealand, Papua New Guinea, Myanmar,\nTonga, Samoa, Vanuatu and Fiji. As a result of the merger, Facey Telecom will\nintegrate OCL’s business. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Portland Private Equity (Portland) is a private equity fund management company currently focused on private equity growth opportunities in the Caribbean, Central America, and Colombia through its management of the AIC Caribbean Fund and its successor, Portland Caribbean Fund II. Portland has completed a private equity investment in Facey Telecom the proceeds of which will be used to provide growth capital for several key strategic initiatives across its business. Following Portland’s investment, Facey Telecom will be owned jointly by Facey Group, OHIL and Portland. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Facey Telecom is pleased to announce the appointment of ex- Digicel executive Jason Corrigan as the Chief Executive Officer of Facey Telecom. Jason previously served as the Chief Operating Officer for the Caribbean for the PBS Group. Niall O’Brien, CEO of Facey Group, will now also assume the position of Vice Chairman of Facey Telecom. John Edmund, previously the Finance Director of OCL, will join Facey Telecom as the Chief Financial Officer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In\nspeaking about the transaction P.B. Scott Chairman and CEO of the Musson Group\nof Companies and Chairman of Facey Telecom remarked, “Facey Telecom’s merger\nwith OCL creates a large, multi-region logistics, electronic distribution and\nchannel management platform. We are pleased to have Portland Private Equity\njoin us as a partner as we work with our expanded leadership team to capture\nthe many growth opportunities in front of us.”</p>\n<!-- /wp:paragraph -->','Facey Telecom now merged with OCL','','draft','open','closed','','','','','2020-01-06 09:45:38','2020-01-06 14:45:38','',0,'https://buzz-caribbean.com/?p=9522',0,'post','',0),(9523,14,'2019-09-16 19:26:53','2019-09-17 00:26:53','','alia-atkinson-buzz-feature-6','','inherit','open','closed','','alia-atkinson-buzz-feature-6','','','2019-09-16 19:26:53','2019-09-17 00:26:53','',9461,'https://buzz-caribbean.com/app/uploads/2019/09/alia-atkinson-buzz-feature-6.jpg',0,'attachment','image/jpeg',0),(9524,14,'2019-09-16 19:27:39','2019-09-17 00:27:39','','alia-atkinson-buzz-feature-1','','inherit','open','closed','','alia-atkinson-buzz-feature-1','','','2019-09-16 19:27:39','2019-09-17 00:27:39','',9461,'https://buzz-caribbean.com/app/uploads/2019/09/alia-atkinson-buzz-feature-1.jpg',0,'attachment','image/jpeg',0),(9525,14,'2019-09-16 19:27:51','2019-09-17 00:27:51','','alia-atkinson-buzz-feature-2','Jamaica\'s Alia Atkinson competes in the preliminary heats of the women\'s 50m breaststroke swimming event at the 2015 FINA World Championships in Kazan on August 8, 2015. AFP PHOTO / ALEXANDER NEMENOV','inherit','open','closed','','alia-atkinson-buzz-feature-2','','','2019-09-16 19:27:51','2019-09-17 00:27:51','',9461,'https://buzz-caribbean.com/app/uploads/2019/09/alia-atkinson-buzz-feature-2.jpg',0,'attachment','image/jpeg',0),(9526,14,'2019-09-16 19:28:12','2019-09-17 00:28:12','','alia-atkinson-buzz-feature-5','','inherit','open','closed','','alia-atkinson-buzz-feature-5','','','2019-09-16 19:28:12','2019-09-17 00:28:12','',9461,'https://buzz-caribbean.com/app/uploads/2019/09/alia-atkinson-buzz-feature-5.jpg',0,'attachment','image/jpeg',0),(9527,14,'2019-09-16 19:29:04','2019-09-17 00:29:04','','alia-atkinson-buzz-feature-7','','inherit','open','closed','','alia-atkinson-buzz-feature-7','','','2019-09-16 19:29:04','2019-09-17 00:29:04','',9461,'https://buzz-caribbean.com/app/uploads/2019/09/alia-atkinson-buzz-feature-7.jpg',0,'attachment','image/jpeg',0),(9528,14,'2019-09-16 19:35:27','2019-09-17 00:35:27','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1mZzc0A3tf/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1mZzc0A3tf/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1mZzc0A3tf/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">?Love this woman? No idea what we were even laughing about? Swim clinic with TaoLi swim club @tao_li__ in Singapore.</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/alia_atkinson/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Alia Atkinson, CD</a> (@alia_atkinson) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-25T20:16:45+00:00\">Aug 25, 2019 at 1:16pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','b30abf854680448679be0fcc3446afc3','','','2019-09-16 19:35:27','2019-09-17 00:35:27','',0,'https://buzz-caribbean.com/article/b30abf854680448679be0fcc3446afc3/',0,'oembed_cache','',0),(9529,14,'2019-09-16 19:35:27','2019-09-17 00:35:27','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B1WSBjqgHH8/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B1WSBjqgHH8/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B1WSBjqgHH8/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">What a trip. Vietnam?Korea?Tokyo?Jinan?Singapore in 6 weeks. Around the world and I have met some incredible people along the way. Swimming is swimming, but the memories gained over these past few weeks are truly golden and priceless. Thanks for making it special!  spectators #nonswimmers #fans #friends #jamaica #swimming #likklebutwetallawah</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/alia_atkinson/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Alia Atkinson, CD</a> (@alia_atkinson) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-08-19T14:00:55+00:00\">Aug 19, 2019 at 7:00am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','ed3aae1d96258df94abe6ea325b77c4c','','','2019-09-16 19:35:27','2019-09-17 00:35:27','',0,'https://buzz-caribbean.com/article/ed3aae1d96258df94abe6ea325b77c4c/',0,'oembed_cache','',0),(9530,11,'2019-09-16 19:39:58','2019-09-17 00:39:58','<!-- wp:paragraph -->\n<p>Facey Telcom Limited has &nbsp;now completed its\nmerger with Oceanic Communications Limited (OCL) and received a private equity\ninvestment from Portland Private Equity.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Combined the transactions will create an integrated\nlogistics, distribution, electronic distribution and channel management\nbusiness spanning the Caribbean, Central America and Asia Pacific and provide\nsignificant growth capital to facilitate continued expansion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oceanic\nCommunications Limited was founded in 2007 as a joint venture between Facey\nGroup Limited, Facey Telecom’s parent company, and Oceanic Holdings\nInternational Limited (OHIL). OCL provides logistics, procurement,\ndistribution, electronic distribution and channel management services in\nmarkets across Asia Pacific including New Zealand, Papua New Guinea, Myanmar,\nTonga, Samoa, Vanuatu and Fiji. As a result of the merger, Facey Telecom will\nintegrate OCL’s business. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Portland Private Equity (Portland) is a private equity fund management company currently focused on private equity growth opportunities in the Caribbean, Central America, and Colombia through its management of the AIC Caribbean Fund and its successor, Portland Caribbean Fund II. Portland has completed a private equity investment in Facey Telecom the proceeds of which will be used to provide growth capital for several key strategic initiatives across its business. Following Portland’s investment, Facey Telecom will be owned jointly by Facey Group, OHIL and Portland. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Facey Telecom is pleased to announce the appointment of ex- Digicel executive Jason Corrigan as the Chief Executive Officer of Facey Telecom. Jason previously served as the Chief Operating Officer for the Caribbean for the PBS Group. Niall O’Brien, CEO of Facey Group, will now also assume the position of Vice Chairman of Facey Telecom. John Edmund, previously the Finance Director of OCL, will join Facey Telecom as the Chief Financial Officer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In\nspeaking about the transaction P.B. Scott Chairman and CEO of the Musson Group\nof Companies and Chairman of Facey Telecom remarked, “Facey Telecom’s merger\nwith OCL creates a large, multi-region logistics, electronic distribution and\nchannel management platform. We are pleased to have Portland Private Equity\njoin us as a partner as we work with our expanded leadership team to capture\nthe many growth opportunities in front of us.”</p>\n<!-- /wp:paragraph -->','Facey Telecom now merged with OCL','','inherit','closed','closed','','9522-revision-v1','','','2019-09-16 19:39:58','2019-09-17 00:39:58','',9522,'https://buzz-caribbean.com/article/9522-revision-v1/',0,'revision','',0),(9531,23,'2019-09-17 06:00:01','2019-09-17 11:00:01','<!-- wp:paragraph -->\n<p>The\nSenate, on Friday (September 13), approved the Law Reform (Amendment of\nPenalties Act), which will update\nlow outdated monetary fines for a range of offences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Leader of Government Business in the Senate, Senator the Hon. Kamina Johnson Smith, said the amendments will ensure that fines are more in keeping with the gravity of offences and that Jamaica is regarded as a “just and law-abiding society”, with an accessible, efficient and “fair justice system for all”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9532} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kamina-Johnson-Smith-Fines-Buzz-715x1024.jpg\" alt=\"\" class=\"wp-image-9532\" /><figcaption> Senator the Hon. Kamina Johnson Smith </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said that updating old penalties in laws will “form part of the Government’s commitment to restoring confidence in the justice system”. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For her part, Senator Sapphire Longmore said the move to update fines is welcomed, and will provide greater protection for vulnerable groups.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Subsection dealing with Aggravated Assault against Women and Children, the fines have moved from $2,000 to $500,000 </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She noted, for example, that under Section\n40 of the Offences against the Person Act, and the Subsection dealing with\nAggravated Assault against Women and Children, the fines have moved from $2,000\nto $500,000.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Fine for stealing certain farm products will increase from a maximum of $20,000 to $250,000</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She noted further that with the amendments, the fine for persons found guilty of stealing certain farm products will increase from a maximum of $20,000 to $250,000.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This is clearly a more significant deterrent to such emotionally and economically damaging crime,” she pointed out. </p>\n<!-- /wp:paragraph -->','Outdated fines set to increase','','publish','open','closed','','outdated-fines-set-to-increase','','','2020-01-06 09:45:38','2020-01-06 14:45:38','',0,'https://buzz-caribbean.com/?p=9531',0,'post','',0),(9532,11,'2019-09-16 19:53:01','2019-09-17 00:53:01','','Kamina-Johnson-Smith-Fines-Buzz','','inherit','open','closed','','kamina-johnson-smith-fines-buzz','','','2019-09-16 19:53:01','2019-09-17 00:53:01','',9531,'https://buzz-caribbean.com/app/uploads/2019/09/Kamina-Johnson-Smith-Fines-Buzz.jpg',0,'attachment','image/jpeg',0),(9533,14,'2019-09-16 20:01:51','2019-09-17 01:01:51','<!-- wp:image {\"id\":9524} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/alia-atkinson-buzz-feature-1-1024x683.jpg\" alt=\"\" class=\"wp-image-9524\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She’s Jamaica’s swim superstar, with a bubbly\nsoul that welcomes all. Our very own ‘aquatic ambassador’, and Alia Atkinson\nfeels she still has much more to contribute to the sport.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Atkinson, in a tell-all interview with <strong>BUZZ</strong>, said that she’ll continue to swim\nand fly the colours of Jamaica for as long as she can.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The swimmer paused briefly when asked, ‘Just\nwho is Alia, outside the pool?’, but her answers, like an impassioned song, hit\nall the right chords.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Alia: The determined warrior</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“I’m a person who has continued in the\nsport that she loves, and just fighting to continue for as long as possible”\nAtkinson explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9525} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/alia-atkinson-buzz-feature-2-1024x682.jpg\" alt=\"\" class=\"wp-image-9525\" /><figcaption>Jamaica\'s Alia Atkinson competes in the preliminary heats of the women\'s 50m breaststroke swimming event at the 2015 FINA World Championships in Kazan on August 8, 2015. AFP PHOTO / ALEXANDER NEMENOV</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Atkinson further described herself as somebody\nwho never gives up; a woman who likes to have a fair playing field and be as accommodating\nto people of colour in a sport dominated by wealthy nations with intense\nprogrammes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m a daughter of God, I love children and\nanything really fluffy,” she giggled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Btrjb3MAx04/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Btrjb3MAx04/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>After a brief, pensive pause, Alia added, “I\nbelieve that there is more to be done; I have more to give and I’m just waiting\nfor it to reveal itself.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Whether I stay in the sport long enough [for\nit] to reveal itself, I’m not sure, but I think I’m a stubborn athlete. Over\nthe years I’ve gotten wiser, in terms of how I train or how I can help the sport\nfor Jamaica, and for the Caribbean, and for people of colour. Individually, I\nguess I’m trying to be [competitive] where I am and see if my body can give it\none more go,” the 30-year-old powerhouse told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\'There\'s more in the tank\', Atkinson declares</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>As Jamaica’s swimming darling, Atkinson\ncontended that she doesn’t think there might not be enough left ‘in the tank’,\nbut rather, a certain mindset as one’s body ages and the mind starts to wander to\nthe what-ifs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=0-ADSzjH8jY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=0-ADSzjH8jY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“As you get older, yes, your body does break\ndown but there are different tactics where you can build it back up,” Atkinson said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“How you manipulate the body when you’re\nyounger, it’s a bit different when you’re older. What takes place, if you’re\ninjury-free, is more of the mental aspects,” she added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“As you get older there are different conversations that you need to have. Unless you’re heavily funded, you can’t really focus on the sport too much, so mentally you start thinking about, ‘What else and the next chapter?’,” the proud Jamaican told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9526} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/alia-atkinson-buzz-feature-5-1024x480.jpg\" alt=\"\" class=\"wp-image-9526\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“And that’s when the mental fatigue starts\nto set in; when you’re not giving it 100% anymore,” she added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Atkinson noted that she’s always considered\nher next steps outside of the pool, having asked herself many times what else\nshe has found a passion to transitioning into. Still the calm and collected athlete,\nshe noted that Alia is so much more than the sport of swimming.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9527} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/alia-atkinson-buzz-feature-7-768x1024.jpg\" alt=\"\" class=\"wp-image-9527\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I’ve always thought about ‘What else?’, but it’s more like, ‘When swimming finishes, where do I see myself?’. To be honest, I never thought I’d be in the sport for this long, so, as I’ve gotten older, it was more academic-based; I realised there were so many more occupations that open up to me,” Alia told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such occupation was as post-race interviewer at the Carifta Games in 2018, as well as being guest speaker at swim clinics around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1mZzc0A3tf/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1mZzc0A3tf/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Atkinson remarked, “I really did love that\nand I didn’t think it was something I could be able to do, much less enjoy it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\"Family the only reason why I\'ve stayed the course for so long...\"</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Caribbean’s poster-girl for the sport, who will be celebrating her 31st birthday this December, calls Sundays her designated downtime after a rigorous six-day training regimen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I train every day except for Sunday. I usually\nsleep in, attend church, come back home, catch up on anything I need to have\ndone in the week and relax with the family,” Atkinson told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the swimmer, her biggest motivators are\nalso Alia’s strongest support base, and she cherishes every waking moment spent\nwith the people who’ve kept her going… Family, friends and her training team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2ezpXRAeGy/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2ezpXRAeGy/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“They are the only reason why… There have been so many ups and downs in my career, and if I had tackled them alone, I don’t think I would have made it this far or been this pleasant or optimistic,” the St. Andrew native asserted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9523} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/alia-atkinson-buzz-feature-6-1024x400.jpg\" alt=\"\" class=\"wp-image-9523\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“At least every year, there’s a time where\nsomebody in my support staff: either my family, coach, trainer or anyone who’s\non Team Alia and has seen my progression through the years – they’re the light\nand I don’t think I would have made it,” Atkinson further explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“All the doubts in my head, [my support team]\nsurrounds and shows that there is no truth behind it. You can keep on going.\nYou can do the goals that you set in place; you’re not still too far,” she told\n<strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Jamaica\'s future in swimming runs deep</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is much hope for swimming and its\nfuture in Jamaica, Atkinson beamed, but cautioned all stakeholders to have tunnel-vision\nin the best interest of the athletes and the wider sport.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I am very happy where Jamaica’s swimming [programme]\nis, we’ve had a team go to Junior Worlds, the Goodwill Games; we’re having more\nteams represent and it’s not the same individuals,” Atkinson began.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1WSBjqgHH8/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1WSBjqgHH8/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“It’s showing that Jamaica’s is getting bigger,\nwe’re getting more powerful and we have the depth, which is great,” she mused.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Where we need to go is find a path and\nhave it clear for everybody: coaches, parents, the [Jamaica Swimming]\nassociation and the swimmers where that goes…I think if it’s more visual, we’ll\nbe able to see them have the small victories and have more people continuing after\nthe age of 18,” Alia told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s a similar situation across the different\ndisciplines across the Caribbean as more countries join and make their presence\nin swimming known, but the risks are all too the same for Atkinson.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s a big thing to tackle, but I’m hoping\nthey stay in the sport long enough to be a representation to the younger ones\ncan see them, aspire to be them and where they are, and to beat them,” she\nexplained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican had a successful campaign at\nthe FINA World Cup in Tokyo, Japan this August, where she mined gold in the\n50-metre breaststroke.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next for Alia, the cup will follow circuit\ncompetitions in Budapest (October 4-6); Berlin (October 11-13); as well as\nKazan, Russia (November 1-3).</p>\n<!-- /wp:paragraph -->','Alia Atkinson: ‘Not quite done, I have more to accomplish’','','inherit','closed','closed','','9461-revision-v1','','','2019-09-16 20:01:51','2019-09-17 01:01:51','',9461,'https://buzz-caribbean.com/article/9461-revision-v1/',0,'revision','',0),(9534,11,'2019-09-16 20:05:10','2019-09-17 01:05:10','','Kamina Johnson Smith Fines Buzz','','inherit','open','closed','','kamina-johnson-smith-fines-buzz-2','','','2019-09-16 20:05:10','2019-09-17 01:05:10','',9531,'https://buzz-caribbean.com/app/uploads/2019/09/Kamina-Johnson-Smith-Fines-Buzz-1.jpg',0,'attachment','image/jpeg',0),(9535,11,'2019-09-16 20:05:54','2019-09-17 01:05:54','<!-- wp:paragraph -->\n<p>The\nSenate, on Friday (September 13), approved the Law Reform (Amendment of\nPenalties Act), which will update\nlow outdated monetary fines for a range of offences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Leader of Government Business in the Senate, Senator the Hon. Kamina Johnson Smith, said the amendments will ensure that fines are more in keeping with the gravity of offences and that Jamaica is regarded as a “just and law-abiding society”, with an accessible, efficient and “fair justice system for all”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9532} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Kamina-Johnson-Smith-Fines-Buzz-715x1024.jpg\" alt=\"\" class=\"wp-image-9532\" /><figcaption> Senator the Hon. Kamina Johnson Smith </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She said that updating old penalties in laws will “form part of the Government’s commitment to restoring confidence in the justice system”. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For her part, Senator Sapphire Longmore said the move to update fines is welcomed, and will provide greater protection for vulnerable groups.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> Subsection dealing with Aggravated Assault against Women and Children, the fines have moved from $2,000 to $500,000 </p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She noted, for example, that under Section\n40 of the Offences against the Person Act, and the Subsection dealing with\nAggravated Assault against Women and Children, the fines have moved from $2,000\nto $500,000.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Fine for stealing certain farm products will increase from a maximum of $20,000 to $250,000</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She noted further that with the amendments, the fine for persons found guilty of stealing certain farm products will increase from a maximum of $20,000 to $250,000.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This is clearly a more significant deterrent to such emotionally and economically damaging crime,” she pointed out. </p>\n<!-- /wp:paragraph -->','Outdated fines set to increase','','inherit','closed','closed','','9531-revision-v1','','','2019-09-16 20:05:54','2019-09-17 01:05:54','',9531,'https://buzz-caribbean.com/article/9531-revision-v1/',0,'revision','',0),(9536,23,'2019-09-17 06:00:21','2019-09-17 11:00:21','<!-- wp:image {\"id\":9440} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Chief-Justice-Bryan-Sykes.jpg\" alt=\"\" class=\"wp-image-9440\" /><figcaption>Disgruntled court reporters met with Chief Justice Bryan Sykes at length. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some court reports were no less disgruntled following a lengthy meeting with Chief Justice Bryan Sykes at the Supreme Court in Kingston Monday (Sept 16).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The high court system across the island was brought to a halt Monday after court reporters staged a sit in to protest again their working condition. The staffers were also disgruntled about their wages. They are asking for urgent reclassification of their posts as they are being paid in the same scale as secretaries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several court reporters said they were not happy with some of the suggestions put forward by the chief justice. They have frowned on the suggestion that one court reporter must take notes during a judge’s summation which can last for more than three hours. The reporters are contending that it takes a lot of concentration to do summations and therefore at least two court reporters should be taking notes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For more\nthan a year now, the court reporters said they have made numerous complaints\nabout the lack of proper toilet facilities but to date nothing has been done. They\nsaid they are still using a&nbsp;gallon bottle to scoop water from a drum to\nflush the toilet, as there is no water in the pipe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The reporters said that when they go to the Circuit Courts in other parishes, there are no proper facilities for them, and not even desks are provided. Seversl court reporters said they will continue to protest if the conditions are not improved quickly.</p>\n<!-- /wp:paragraph -->','Court reporters remain disgruntled even after meeting with chief justice','','publish','open','closed','','court-reporters-remain-disgruntled-even-after-meeting-with-chief-justice','','','2020-01-06 09:45:38','2020-01-06 14:45:38','',0,'https://buzz-caribbean.com/?p=9536',0,'post','',0),(9537,4,'2019-09-16 20:31:35','2019-09-17 01:31:35','<!-- wp:image {\"id\":9440} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Chief-Justice-Bryan-Sykes.jpg\" alt=\"\" class=\"wp-image-9440\" /><figcaption>Disgruntled court reporters met with Chief Justice Bryan Sykes at length. </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Some court reports were no less disgruntled following a lengthy meeting with Chief Justice Bryan Sykes at the Supreme Court in Kingston Monday (Sept 16).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The high court system across the island was brought to a halt Monday after court reporters staged a sit in to protest again their working condition. The staffers were also disgruntled about their wages. They are asking for urgent reclassification of their posts as they are being paid in the same scale as secretaries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several court reporters said they were not happy with some of the suggestions put forward by the chief justice. They have frowned on the suggestion that one court reporter must take notes during a judge’s summation which can last for more than three hours. The reporters are contending that it takes a lot of concentration to do summations and therefore at least two court reporters should be taking notes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For more\nthan a year now, the court reporters said they have made numerous complaints\nabout the lack of proper toilet facilities but to date nothing has been done. They\nsaid they are still using a&nbsp;gallon bottle to scoop water from a drum to\nflush the toilet, as there is no water in the pipe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The reporters said that when they go to the Circuit Courts in other parishes, there are no proper facilities for them, and not even desks are provided. Seversl court reporters said they will continue to protest if the conditions are not improved quickly.</p>\n<!-- /wp:paragraph -->','Court reporters remain disgruntled even after meeting with chief justice','','inherit','closed','closed','','9536-revision-v1','','','2019-09-16 20:31:35','2019-09-17 01:31:35','',9536,'https://buzz-caribbean.com/article/9536-revision-v1/',0,'revision','',0),(9538,23,'2019-09-17 06:01:23','2019-09-17 11:01:23','<!-- wp:image {\"id\":6407} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cockpit-meeting1-1024x682.jpg\" alt=\"\" class=\"wp-image-6407\" /><figcaption>Queen Ifrica with fellow artiste Tony Rebel and Prime Minister Andrew Holness following a meeting last month regarding mining and the Cockpit Country.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Entertainer Queen Ifrica is set to lead a protest Tuesday morning (Sept 17) in Kingston as recording artistes continue to take issue with mining in the Cockpit Country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The protest is scheduled to start at 8:30 at Heroes Circle. In a video posted on the artiste\'s Instagram page on Monday, she implores supporters to turn out in their numbers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Monday, workers of Noranda Jamaica Bauxite Partners protested in front of the Jamaica Environment Trust\'s office in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They claimed that fake news is being spread about people dying of cancer due to mining activities in the areas of concern.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Queen Ifrica to lead Cockpit mining protest at Heroes Circle this morning','','publish','open','closed','','queen-ifrica-to-lead-cockpit-mining-protest-at-heroes-circle-this-morning','','','2020-01-06 09:45:38','2020-01-06 14:45:38','',0,'https://buzz-caribbean.com/?p=9538',0,'post','',0),(9539,4,'2019-09-16 21:09:27','2019-09-17 02:09:27','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2Zd_-nlhzp/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2Zd_-nlhzp/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2Zd_-nlhzp/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">Mi aguh mek a longer one but pree dis deh fi mi .and please share and tell your friends to come  our on Tuesday the 17th of September this tues coming to Heroes circle to give your support to  No mining in the cockpit , it’s not talking now is doing so we will be there to lend our support on behalf of our countries well being . Now is  the time to act if ten thousand or ten of us stand in one voice for our children’s future  we would being courted blessed so remember now this tues Heroes Circle bring yu family vlogers and Bloggers and even the internet Troll Army please support Because the dying of the Cockpit Country Affects Us All @grunggaadzilla @spraggabenz3 @_tonyrebel  @mrvegasmusic  Jamaica is for US ??????????????</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/queenifrica/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Queen Ifrica</a> (@queenifrica) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-14T16:27:57+00:00\">Sep 14, 2019 at 9:27am PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','d806c45b864fb9b377bc043be15d58e3','','','2019-09-16 21:09:27','2019-09-17 02:09:27','',0,'https://buzz-caribbean.com/article/d806c45b864fb9b377bc043be15d58e3/',0,'oembed_cache','',0),(9540,4,'2019-09-16 21:32:52','2019-09-17 02:32:52','<!-- wp:image {\"id\":1887,\"align\":\"left\",\"width\":589,\"height\":388} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/queen-ifrica.jpg\" alt=\"\" class=\"wp-image-1887\" width=\"589\" height=\"388\" /><figcaption>Queen Ifrica to lead protest Tuesday morning in Kingston.</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Entertainer Queen Ifrica is set to lead a protest Tuesday morning (Sept 17) in Kingston as recording artistes continue to take issue with mining in the Cockpit Country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The protest is scheduled to start at 8:30 at Heroes Circle. In a video posted on the artiste\'s Instagram page on Monday, she implores supporters to turn out in their numbers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Monday, workers of Noranda Jamaica Bauxite Partners protested in front of the Jamaica Environment Trust\'s office in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They claimed that fake news is being spread about people dying of cancer due to mining activities in the areas of concern.</p>\n<!-- /wp:paragraph -->','Queen Ifrica to lead Cockpit mining protest at Heroes Circle this morning','','inherit','closed','closed','','9538-revision-v1','','','2019-09-16 21:32:52','2019-09-17 02:32:52','',9538,'https://buzz-caribbean.com/article/9538-revision-v1/',0,'revision','',0),(9541,4,'2019-09-16 21:33:48','2019-09-17 02:33:48','<!-- wp:image {\"id\":1887,\"align\":\"left\",\"width\":659,\"height\":434} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft is-resized\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/queen-ifrica.jpg\" alt=\"\" class=\"wp-image-1887\" width=\"659\" height=\"434\" /><figcaption>Queen Ifrica to lead protest Tuesday morning in Kingston.</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Entertainer Queen Ifrica is set to lead a protest Tuesday morning (Sept 17) in Kingston as recording artistes continue to take issue with mining in the Cockpit Country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The protest is scheduled to start at 8:30 at Heroes Circle. In a video posted on the artiste\'s Instagram page on Monday, she implores supporters to turn out in their numbers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Monday, workers of Noranda Jamaica Bauxite Partners protested in front of the Jamaica Environment Trust\'s office in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They claimed that fake news is being spread about people dying of cancer due to mining activities in the areas of concern.</p>\n<!-- /wp:paragraph -->','Queen Ifrica to lead Cockpit mining protest at Heroes Circle this morning','','inherit','closed','closed','','9538-revision-v1','','','2019-09-16 21:33:48','2019-09-17 02:33:48','',9538,'https://buzz-caribbean.com/article/9538-revision-v1/',0,'revision','',0),(9543,4,'2019-09-16 21:43:10','2019-09-17 02:43:10','<!-- wp:image {\"id\":6407} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/08/cockpit-meeting1-1024x682.jpg\" alt=\"\" class=\"wp-image-6407\" /><figcaption>Queen Ifrica with fellow artiste Tony Rebel and Prime Minister Andrew Holness following a meeting last month regarding mining and the Cockpit Country.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Entertainer Queen Ifrica is set to lead a protest Tuesday morning (Sept 17) in Kingston as recording artistes continue to take issue with mining in the Cockpit Country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The protest is scheduled to start at 8:30 at Heroes Circle. In a video posted on the artiste\'s Instagram page on Monday, she implores supporters to turn out in their numbers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Monday, workers of Noranda Jamaica Bauxite Partners protested in front of the Jamaica Environment Trust\'s office in Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They claimed that fake news is being spread about people dying of cancer due to mining activities in the areas of concern.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>— Story written by Shania Hanchard</em></strong></p>\n<!-- /wp:paragraph -->','Queen Ifrica to lead Cockpit mining protest at Heroes Circle this morning','','inherit','closed','closed','','9538-revision-v1','','','2019-09-16 21:43:10','2019-09-17 02:43:10','',9538,'https://buzz-caribbean.com/article/9538-revision-v1/',0,'revision','',0),(9544,11,'2019-09-17 08:10:28','2019-09-17 13:10:28','<!-- wp:embed {\"url\":\"https://youtu.be/dR0DUl07Isg\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/dR0DUl07Isg\n</div></figure>\n<!-- /wp:embed -->','Buzz Feature: CPLT20 — Relive excitement of Tallawahs vs Tridents','','publish','closed','closed','','buzz-feature-cplt20-relive-excitement-of-tallawahs-vs-tridents','','','2019-09-17 08:13:20','2019-09-17 13:13:20','',0,'https://buzz-caribbean.com/?post_type=video&#038;p=9544',0,'video','',0),(9545,11,'2019-09-17 08:10:28','2019-09-17 13:10:28','<iframe title=\"Buzz Feature: CPL T20 Jamaica Tallawahs vs Barbados Tridents\" width=\"1440\" height=\"810\" src=\"https://www.youtube.com/embed/dR0DUl07Isg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','67ef075d5f90302dcd44ec4bd303095a','','','2019-09-17 08:10:28','2019-09-17 13:10:28','',0,'https://buzz-caribbean.com/article/67ef075d5f90302dcd44ec4bd303095a/',0,'oembed_cache','',0),(9546,11,'2019-09-17 09:02:45','2019-09-17 14:02:45','<!-- wp:paragraph -->\n<p>Our climate is changing rapidly.\nAnd sometimes the changes in our environment can yield unexpected, unwanted\nsecrets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9550} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ice-caps-melting-climate-change-Buzz-2-1024x768.jpg\" alt=\"\" class=\"wp-image-9550\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Take Mount Everest, for\nexample – Earth’s highest mountain and a magnet for brave mountaineers since\nthe 1950s. The fact is that the snow on this towering peak is melting. Things\nthat were preserved in the ice and snow are emerging. The picture is not pretty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9551} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Mount-Everest-Melting-Secrets-Buzz-Caribbean-1024x576.jpg\" alt=\"\" class=\"wp-image-9551\"/><figcaption>(Photo: vice.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The perfectly preserved dead bodies of at least 200 climbers are known to exist on the mountain. While a number were retrieved by a rescue team in 2015, more bodies, once thought to be lost forever, are being found. The stuff they brought with them and left is now being uncovered: literally tonnes of trash - and over 5,000 kilograms of human waste, buried in the snow.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>This majestic mountain was recently described as “the world’s highest garbage dump.”</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Yes, you read that right.\nHuman poop, which the Mount Everest Biogas Project is trying to recycle in an\nenvironmentally friendly way. But a huge pollution problem remains, and it’s\ngrowing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Areas that were hidden are now opening. Diseases are being uncovered” </p><cite>—  Carlinton Burrell, Project Manager at the Climate Change Innovation Centre in Kingston </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“When it comes to climate\nchange, we often don’t look at the indirect impact it can have,” says Carlinton\nBurrell, Project Manager at the Climate Change Innovation Centre in Kingston.\n“Areas that were hidden are now opening. Diseases are being uncovered.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>There have been almost two million reported cases of dengue and more than 700 deaths this year.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>On the public health side,\nBurrell pointed out, the number of dengue fever cases in our region is\nincreasing rapidly, due to higher temperatures and more humid conditions in\nsome places. According to the World Health Organization (WHO) dengue fever “has\ngrown dramatically around the world in recent decades.” Minister of Health and\nWellness Dr. Christopher Tufton reports that in Latin America and the Caribbean, there have been almost\ntwo million reported cases of dengue and more than 700 deaths this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8211} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Feature-Image-Mosquito-Breeding-Sites-Buzz-Caribbean-1024x614.jpg\" alt=\"\" class=\"wp-image-8211\"/><figcaption>  <em>Aedes aegypti</em> mosquito</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Carlinton Burrell mentions\nanother concern: species of mosquito such as the <em>Aedes aegypti</em>, which transmits dengue and other diseases, have been\nfound in unusual places, including the western United States, for the first\ntime. In 2018, the <em>Aedes albopictus </em>or\nAsian Tiger mosquito was found for the first time in Jamaica in 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9556} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/asian-tiger-mosquito-aedes-albopictus-Buzz-1024x768.jpg\" alt=\"\" class=\"wp-image-9556\"/><figcaption> <em>Aedes albopictus </em>or Asian Tiger mosquito </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Back in the Himalayas, it’s\ngetting warmer too. Glaciers are melting. Snowfall is becoming harder to\npredict. There is the added danger of avalanches. Several cleanups have taken\nplace in recent years, but the number of climbers is not decreasing. Sometimes\nthere are “traffic jams” up to the peak.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9557} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/himalayan-hikers-expedition-Buzz.jpg\" alt=\"\" class=\"wp-image-9557\"/><figcaption>Photo: tripadvisor.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The mountain that so many\npeople love to climb has become overcrowded. In May this year two climbers died\nafter getting stuck in a line of 320 people going to the top. The main cause of\ndeath is altitude sickness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9558} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Mount-Everest-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-9558\"/><figcaption>Mount Everest glaciers melting revealing mounds of debris and dead bodies (Photo: bbc.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to a recent report,\nin Nepal itself (where Mount Everest is located) dengue cases are rising in the\nhighland areas. Up until last year, dengue was only known in the low-lying\ntropical areas of the country. Now the hills are getting warmer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Well, climate change is uncovering\nmany things, so we should be prepared for more surprises.</p>\n<!-- /wp:paragraph -->','Dark side of climate change, uncovered — implications for the Caribbean','','publish','open','closed','','dark-side-of-climate-change-uncovered-implications-for-the-caribbean','','','2020-01-06 09:45:38','2020-01-06 14:45:38','',0,'https://buzz-caribbean.com/?p=9546',0,'post','',0),(9547,11,'2019-09-17 08:18:39','2019-09-17 13:18:39','','ice-caps-melting-climate-change-Buzz','','inherit','open','closed','','ice-caps-melting-climate-change-buzz','','','2019-09-17 08:18:39','2019-09-17 13:18:39','',9546,'https://buzz-caribbean.com/app/uploads/2019/09/ice-caps-melting-climate-change-Buzz.jpg',0,'attachment','image/jpeg',0),(9548,11,'2019-09-17 08:20:05','2019-09-17 13:20:05','','Hiking-Mount-Everest','','inherit','open','closed','','hiking-mount-everest','','','2019-09-17 08:20:05','2019-09-17 13:20:05','',9546,'https://buzz-caribbean.com/app/uploads/2019/09/Hiking-Mount-Everest.jpg',0,'attachment','image/jpeg',0),(9549,11,'2019-09-17 08:20:19','2019-09-17 13:20:19','','ice-caps-melting-climate-change-Buzz-1','','inherit','open','closed','','ice-caps-melting-climate-change-buzz-1','','','2019-09-17 08:20:19','2019-09-17 13:20:19','',9546,'https://buzz-caribbean.com/app/uploads/2019/09/ice-caps-melting-climate-change-Buzz-1.jpg',0,'attachment','image/jpeg',0),(9550,11,'2019-09-17 08:21:15','2019-09-17 13:21:15','','ice-caps-melting-climate-change-Buzz-2','','inherit','open','closed','','ice-caps-melting-climate-change-buzz-2','','','2019-09-17 08:21:15','2019-09-17 13:21:15','',9546,'https://buzz-caribbean.com/app/uploads/2019/09/ice-caps-melting-climate-change-Buzz-2.jpg',0,'attachment','image/jpeg',0),(9551,11,'2019-09-17 08:23:52','2019-09-17 13:23:52','','Mount-Everest-Melting-Secrets-Buzz-Caribbean','','inherit','open','closed','','mount-everest-melting-secrets-buzz-caribbean','','','2019-09-17 08:23:52','2019-09-17 13:23:52','',9546,'https://buzz-caribbean.com/app/uploads/2019/09/Mount-Everest-Melting-Secrets-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(9552,21,'2019-09-17 08:31:27','2019-09-17 13:31:27','<!-- wp:paragraph -->\n<p>Reliable\nindustry sources indicate that Cabinet has approved a &nbsp;decision &nbsp;to\ndisband the Petroleum Corporation of Jamaica (PCJ).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9553} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/PCJ-Building-Buzz.jpg\" alt=\"\" class=\"wp-image-9553\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Questions sent to PCJ regarding the decision and disposal of assets were re-directed to the Ministry of Science, Technology, Energy and Mining (MSET). Acknowledging receipt of the query, Camille Taylor Manager, Corporate Affairs and Communications , Petroleum Corporation of Jamaica said, “  We advise you to direct this query to the Office of the Cabinet and the Minister of Science, Energy and Technology.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9554} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Fayval-Williams-Buzz.jpg\" alt=\"\" class=\"wp-image-9554\" /><figcaption>Fayval Williams, Minister of Science, Energy and Technology</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>MSET&nbsp;&nbsp;responded to\nsay that it was engaged in stakeholder consultations and was not ready for\ncomment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Assets of the PCJ group\ninclude the PCJ building in Kingston, Font Hill in St Elizabeth and the\nPetrojam refinery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Petrojam operates the state\nowned refinery, a 36,000 barrel per day facility located on Marcus Garvey Drive\nin Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As outlined on the PCJ\nwebsite, the company supplies Jamaica with a full range of domestic,\ntransportation and industrial petroleum products and “continues to be one of\nthe government’s largest revenue generators.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Shares in the subsidiary\nwhich belonged to joint venture partner PDV Caribe, a Venezulan company, were\nin March expropriated by the Government of Jamaica, which subsequently declared\nthat it was the 100 per cent owner of the refinery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Michael&nbsp;&nbsp;Hylton QC,\nthe attorney representing PDV Caribe which has made claims against the\nexpropriated shares, said&nbsp;that no response has been forthcoming from the\nGOJ so far.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The websites lists among the\ngroup’s wholly owned subsidiaries Petrojam Ethanol Limited (PEL).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;The company’s major\nfunction is the production, export and sale of anhydrous ethanol. PEL owns a 40\nmillion gallon ethanol dehydration plant which is located at the Petrojam\nRefinery Complex on Marcus Garvey Drive in Kingston. The operation has been\nmothballed for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another subsidiary is the\nJamaica Aircraft Refueling Services, (JARS) which the PCJ website points out is\na joint venture between AirBP Amoco and the PCJ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The company provides\nrefuelling services at the Norman Manley International and Donald Sangster\nInternational Airport.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;The company also owns\nFont Hill, which NEPA documents indicates was once being considered by the PCJ\nfor a resort development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The Petroleum Corporation of\nJamaica proposes to develop small hotels, residential lots and resort cottages\nat Font Hill, St. Elizabeth on the coastal part of 1054.5 ha of land that it\nowns and manages,” a NEPA report outlines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;The proposed\ndevelopment, &nbsp;obtained outline approval from the St. Elizabeth Parish\nCouncil . It&nbsp; was planned to include &nbsp;seven &nbsp;small hotels (30\nbedrooms each) ; &nbsp;117 cottages (1-4 bedrooms each); and a &nbsp;&nbsp;public\npark and jogging trail .</p>\n<!-- /wp:paragraph -->','PCJ group to be disbanded','','publish','open','closed','','pcj-group-to-be-disbanded','','','2020-01-06 09:45:38','2020-01-06 14:45:38','',0,'https://buzz-caribbean.com/?p=9552',0,'post','',0),(9553,11,'2019-09-17 08:26:22','2019-09-17 13:26:22','','PCJ-Building-Buzz','','inherit','open','closed','','pcj-building-buzz','','','2019-09-17 08:26:22','2019-09-17 13:26:22','',9552,'https://buzz-caribbean.com/app/uploads/2019/09/PCJ-Building-Buzz.jpg',0,'attachment','image/jpeg',0),(9554,11,'2019-09-17 08:27:51','2019-09-17 13:27:51','','Fayval-Williams-Buzz','','inherit','open','closed','','fayval-williams-buzz','','','2019-09-17 08:27:51','2019-09-17 13:27:51','',9552,'https://buzz-caribbean.com/app/uploads/2019/09/Fayval-Williams-Buzz.jpg',0,'attachment','image/jpeg',0),(9555,11,'2019-09-17 08:31:27','2019-09-17 13:31:27','<!-- wp:paragraph -->\n<p>Reliable\nindustry sources indicate that Cabinet has approved a &nbsp;decision &nbsp;to\ndisband the Petroleum Corporation of Jamaica (PCJ).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9553} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/PCJ-Building-Buzz.jpg\" alt=\"\" class=\"wp-image-9553\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Questions sent to PCJ regarding the decision and disposal of assets were re-directed to the Ministry of Science, Technology, Energy and Mining (MSET). Acknowledging receipt of the query, Camille Taylor Manager, Corporate Affairs and Communications , Petroleum Corporation of Jamaica said, “  We advise you to direct this query to the Office of the Cabinet and the Minister of Science, Energy and Technology.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9554} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Fayval-Williams-Buzz.jpg\" alt=\"\" class=\"wp-image-9554\" /><figcaption>Fayval Williams, Minister of Science, Energy and Technology</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>MSET&nbsp;&nbsp;responded to\nsay that it was engaged in stakeholder consultations and was not ready for\ncomment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Assets of the PCJ group\ninclude the PCJ building in Kingston, Font Hill in St Elizabeth and the\nPetrojam refinery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Petrojam operates the state\nowned refinery, a 36,000 barrel per day facility located on Marcus Garvey Drive\nin Kingston.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As outlined on the PCJ\nwebsite, the company supplies Jamaica with a full range of domestic,\ntransportation and industrial petroleum products and “continues to be one of\nthe government’s largest revenue generators.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Shares in the subsidiary\nwhich belonged to joint venture partner PDV Caribe, a Venezulan company, were\nin March expropriated by the Government of Jamaica, which subsequently declared\nthat it was the 100 per cent owner of the refinery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Michael&nbsp;&nbsp;Hylton QC,\nthe attorney representing PDV Caribe which has made claims against the\nexpropriated shares, said&nbsp;that no response has been forthcoming from the\nGOJ so far.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The websites lists among the\ngroup’s wholly owned subsidiaries Petrojam Ethanol Limited (PEL).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;The company’s major\nfunction is the production, export and sale of anhydrous ethanol. PEL owns a 40\nmillion gallon ethanol dehydration plant which is located at the Petrojam\nRefinery Complex on Marcus Garvey Drive in Kingston. The operation has been\nmothballed for some time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another subsidiary is the\nJamaica Aircraft Refueling Services, (JARS) which the PCJ website points out is\na joint venture between AirBP Amoco and the PCJ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The company provides\nrefuelling services at the Norman Manley International and Donald Sangster\nInternational Airport.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;The company also owns\nFont Hill, which NEPA documents indicates was once being considered by the PCJ\nfor a resort development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The Petroleum Corporation of\nJamaica proposes to develop small hotels, residential lots and resort cottages\nat Font Hill, St. Elizabeth on the coastal part of 1054.5 ha of land that it\nowns and manages,” a NEPA report outlines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;The proposed\ndevelopment, &nbsp;obtained outline approval from the St. Elizabeth Parish\nCouncil . It&nbsp; was planned to include &nbsp;seven &nbsp;small hotels (30\nbedrooms each) ; &nbsp;117 cottages (1-4 bedrooms each); and a &nbsp;&nbsp;public\npark and jogging trail .</p>\n<!-- /wp:paragraph -->','PCJ group to be disbanded','','inherit','closed','closed','','9552-revision-v1','','','2019-09-17 08:31:27','2019-09-17 13:31:27','',9552,'https://buzz-caribbean.com/article/9552-revision-v1/',0,'revision','',0),(9556,11,'2019-09-17 08:51:41','2019-09-17 13:51:41','','asian-tiger-mosquito-aedes-albopictus-Buzz','','inherit','open','closed','','asian-tiger-mosquito-aedes-albopictus-buzz','','','2019-09-17 08:51:41','2019-09-17 13:51:41','',9546,'https://buzz-caribbean.com/app/uploads/2019/09/asian-tiger-mosquito-aedes-albopictus-Buzz.jpg',0,'attachment','image/jpeg',0),(9557,11,'2019-09-17 08:53:22','2019-09-17 13:53:22','','himalayan-hikers-expedition-Buzz','','inherit','open','closed','','himalayan-hikers-expedition-buzz','','','2019-09-17 08:53:22','2019-09-17 13:53:22','',9546,'https://buzz-caribbean.com/app/uploads/2019/09/himalayan-hikers-expedition-Buzz.jpg',0,'attachment','image/jpeg',0),(9558,11,'2019-09-17 08:54:53','2019-09-17 13:54:53','','Mount-Everest-Buzz-Caribbean','','inherit','open','closed','','mount-everest-buzz-caribbean','','','2019-09-17 08:54:53','2019-09-17 13:54:53','',9546,'https://buzz-caribbean.com/app/uploads/2019/09/Mount-Everest-Buzz-Caribbean.jpg',0,'attachment','image/jpeg',0),(9559,11,'2019-09-17 09:02:45','2019-09-17 14:02:45','<!-- wp:paragraph -->\n<p>Our climate is changing rapidly.\nAnd sometimes the changes in our environment can yield unexpected, unwanted\nsecrets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9550} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ice-caps-melting-climate-change-Buzz-2-1024x768.jpg\" alt=\"\" class=\"wp-image-9550\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Take Mount Everest, for\nexample – Earth’s highest mountain and a magnet for brave mountaineers since\nthe 1950s. The fact is that the snow on this towering peak is melting. Things\nthat were preserved in the ice and snow are emerging. The picture is not pretty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9551} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Mount-Everest-Melting-Secrets-Buzz-Caribbean-1024x576.jpg\" alt=\"\" class=\"wp-image-9551\" /><figcaption>(Photo: vice.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The perfectly preserved dead bodies of at least 200 climbers are known to exist on the mountain. While a number were retrieved by a rescue team in 2015, more bodies, once thought to be lost forever, are being found. The stuff they brought with them and left is now being uncovered: literally tonnes of trash - and over 5,000 kilograms of human waste, buried in the snow.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>This majestic mountain was recently described as “the world’s highest garbage dump.”</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Yes, you read that right.\nHuman poop, which the Mount Everest Biogas Project is trying to recycle in an\nenvironmentally friendly way. But a huge pollution problem remains, and it’s\ngrowing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Areas that were hidden are now opening. Diseases are being uncovered” </p><cite>—  Carlinton Burrell, Project Manager at the Climate Change Innovation Centre in Kingston </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“When it comes to climate\nchange, we often don’t look at the indirect impact it can have,” says Carlinton\nBurrell, Project Manager at the Climate Change Innovation Centre in Kingston.\n“Areas that were hidden are now opening. Diseases are being uncovered.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>There have been almost two million reported cases of dengue and more than 700 deaths this year.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>On the public health side,\nBurrell pointed out, the number of dengue fever cases in our region is\nincreasing rapidly, due to higher temperatures and more humid conditions in\nsome places. According to the World Health Organization (WHO) dengue fever “has\ngrown dramatically around the world in recent decades.” Minister of Health and\nWellness Dr. Christopher Tufton reports that in Latin America and the Caribbean, there have been almost\ntwo million reported cases of dengue and more than 700 deaths this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8211} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Feature-Image-Mosquito-Breeding-Sites-Buzz-Caribbean-1024x614.jpg\" alt=\"\" class=\"wp-image-8211\" /><figcaption>  <em>Aedes aegypti</em> mosquito</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Carlinton Burrell mentions\nanother concern: species of mosquito such as the <em>Aedes aegypti</em>, which transmits dengue and other diseases, have been\nfound in unusual places, including the western United States, for the first\ntime. In 2018, the <em>Aedes albopictus </em>or\nAsian Tiger mosquito was found for the first time in Jamaica in 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9556} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/asian-tiger-mosquito-aedes-albopictus-Buzz-1024x768.jpg\" alt=\"\" class=\"wp-image-9556\" /><figcaption> <em>Aedes albopictus </em>or Asian Tiger mosquito </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Back in the Himalayas, it’s\ngetting warmer too. Glaciers are melting. Snowfall is becoming harder to\npredict. There is the added danger of avalanches. Several cleanups have taken\nplace in recent years, but the number of climbers is not decreasing. Sometimes\nthere are “traffic jams” up to the peak.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9557} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/himalayan-hikers-expedition-Buzz.jpg\" alt=\"\" class=\"wp-image-9557\" /><figcaption>Photo: tripadvisor.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The mountain that so many\npeople love to climb has become overcrowded. In May this year two climbers died\nafter getting stuck in a line of 320 people going to the top. The main cause of\ndeath is altitude sickness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9558} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Mount-Everest-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-9558\" /><figcaption>Mount Everest glaciers melting revealing mounds of debris and dead bodies (Photo: bbc.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to a recent report,\nin Nepal itself (where Mount Everest is located) dengue cases are rising in the\nhighland areas. Up until last year, dengue was only known in the low-lying\ntropical areas of the country. Now the hills are getting warmer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Well, climate change is uncovering\nmany things, so we should be prepared for more surprises.</p>\n<!-- /wp:paragraph -->','Dark side of climate change, uncovered — implications for the Caribbean','','inherit','closed','closed','','9546-revision-v1','','','2019-09-17 09:02:45','2019-09-17 14:02:45','',9546,'https://buzz-caribbean.com/article/9546-revision-v1/',0,'revision','',0),(9560,11,'2019-09-17 09:11:12','2019-09-17 14:11:12','<!-- wp:image {\"id\":9487} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/lightning-strike-students2-768x1024.jpg\" alt=\"A cellphone photo of the Jamaica College student being rushed off the field on a stretcher.\" class=\"wp-image-9487\" /><figcaption>A cellphone photo of the Jamaica College student being rushed off the field on a stretcher.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A Jamaica College (JC) student and another from Wolmer\'s Boys\' School were rushed to hospital after being struck by lightning during a Manning Cup match on Monday afternoon (September 16).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A total of five boys were hit during the incident at Stadium East in St Andrew during a match between the two schools. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2fhNFqAzm_/?igshid=akj9j8v3513l\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2fhNFqAzm_/?igshid=akj9j8v3513l\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>The JC student has been identified as Terrence Francis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wolmer\'s was leading JC 2-1 with five minutes to go when disaster struck. Francis, a defender, was away from the action, as JC were attacking and trying to find the equaliser.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Francis and the other players went down after being struck while Francis failed to respond to treatment on the field. He and the Wolmer\'s student were rushed to hospital.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Referee Karl Tyrell called off the match.</p>\n<!-- /wp:paragraph -->','Lightning strikes five players during Manning Cup match in Kingston','','inherit','closed','closed','','9474-revision-v1','','','2019-09-17 09:11:12','2019-09-17 14:11:12','',9474,'https://buzz-caribbean.com/article/9474-revision-v1/',0,'revision','',0),(9561,11,'2019-09-17 09:11:12','2019-09-17 14:11:12','<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/B2fhNFqAzm_/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"12\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/B2fhNFqAzm_/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></g></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div></a> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/B2fhNFqAzm_/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\" rel=\"noopener noreferrer\">That tragic moment when Jamaica College and Wolmer’s Boys Manning Cup players were apparently struck by lightning  #yardiesports #issadigicelmanningcup #issadigicelmanningcup2019 #manningcup #manningcup2019 #football #soccer #jamaica #schoolboyfootball #schoolboyfootball2019 #cetamolja #petroleumcorporationofjamaica #kendelfoods #digiceljamaica @issasportsja @cetamolja @digiceljamaica @kendelfoods</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/yardie_sports/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener noreferrer\"> Yardie Sports</a> (@yardie_sports) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2019-09-17T00:39:27+00:00\">Sep 16, 2019 at 5:39pm PDT</time></p></div></blockquote><script async src=\"//www.instagram.com/embed.js\"></script>','','','publish','closed','closed','','1deb8a62a050f1981d62c0f3c78e94d4','','','2019-09-17 09:11:12','2019-09-17 14:11:12','',0,'https://buzz-caribbean.com/article/1deb8a62a050f1981d62c0f3c78e94d4/',0,'oembed_cache','',0),(9562,14,'2019-09-17 09:26:11','2019-09-17 14:26:11','<!-- wp:image {\"id\":9524} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/alia-atkinson-buzz-feature-1-1024x683.jpg\" alt=\"\" class=\"wp-image-9524\" /><figcaption>The world\'s first black record holder at the Short Course World Championships, Jamaica\'s very own Alia Atkinson (Photo contributed)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She’s Jamaica’s swim superstar, with a bubbly\nsoul that welcomes all. Our very own ‘aquatic ambassador’, and Alia Atkinson\nfeels she still has much more to contribute to the sport.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Atkinson, in a tell-all interview with <strong>BUZZ</strong>, said that she’ll continue to swim\nand fly the colours of Jamaica for as long as she can.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The swimmer paused briefly when asked, ‘Just\nwho is Alia, outside the pool?’, but her answers, like an impassioned song, hit\nall the right chords.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Alia: The determined warrior</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“I’m a person who has continued in the\nsport that she loves, and just fighting to continue for as long as possible”\nAtkinson explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9525} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/alia-atkinson-buzz-feature-2-1024x682.jpg\" alt=\"\" class=\"wp-image-9525\" /><figcaption>Jamaica\'s Alia Atkinson competes in the preliminary heats of the women\'s 50m breaststroke swimming event at the 2015 FINA World Championships in Kazan on August 8, 2015. AFP PHOTO / ALEXANDER NEMENOV</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Atkinson further described herself as somebody\nwho never gives up; a woman who likes to have a fair playing field and be as accommodating\nto people of colour in a sport dominated by wealthy nations with intense\nprogrammes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m a daughter of God, I love children and\nanything really fluffy,” she giggled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/Btrjb3MAx04/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/Btrjb3MAx04/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>After a brief, pensive pause, Alia added, “I\nbelieve that there is more to be done; I have more to give and I’m just waiting\nfor it to reveal itself.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Whether I stay in the sport long enough [for\nit] to reveal itself, I’m not sure, but I think I’m a stubborn athlete. Over\nthe years I’ve gotten wiser, in terms of how I train or how I can help the sport\nfor Jamaica, and for the Caribbean, and for people of colour. Individually, I\nguess I’m trying to be [competitive] where I am and see if my body can give it\none more go,” the 30-year-old powerhouse told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\'There\'s more in the tank\', Atkinson declares</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>As Jamaica’s swimming darling, Atkinson\ncontended that she doesn’t think there might not be enough left ‘in the tank’,\nbut rather, a certain mindset as one’s body ages and the mind starts to wander to\nthe what-ifs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=0-ADSzjH8jY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=0-ADSzjH8jY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“As you get older, yes, your body does break\ndown but there are different tactics where you can build it back up,” Atkinson said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“How you manipulate the body when you’re\nyounger, it’s a bit different when you’re older. What takes place, if you’re\ninjury-free, is more of the mental aspects,” she added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“As you get older there are different conversations that you need to have. Unless you’re heavily funded, you can’t really focus on the sport too much, so mentally you start thinking about, ‘What else and the next chapter?’,” the proud Jamaican told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9526} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/alia-atkinson-buzz-feature-5-1024x480.jpg\" alt=\"\" class=\"wp-image-9526\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“And that’s when the mental fatigue starts\nto set in; when you’re not giving it 100% anymore,” she added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Atkinson noted that she’s always considered\nher next steps outside of the pool, having asked herself many times what else\nshe has found a passion to transitioning into. Still the calm and collected athlete,\nshe noted that Alia is so much more than the sport of swimming.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9527} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/alia-atkinson-buzz-feature-7-768x1024.jpg\" alt=\"\" class=\"wp-image-9527\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“I’ve always thought about ‘What else?’, but it’s more like, ‘When swimming finishes, where do I see myself?’. To be honest, I never thought I’d be in the sport for this long, so, as I’ve gotten older, it was more academic-based; I realised there were so many more occupations that open up to me,” Alia told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One such occupation was as post-race interviewer at the Carifta Games in 2018, as well as being guest speaker at swim clinics around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1mZzc0A3tf/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1mZzc0A3tf/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Atkinson remarked, “I really did love that\nand I didn’t think it was something I could be able to do, much less enjoy it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\"Family the only reason why I\'ve stayed the course for so long...\"</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Caribbean’s poster-girl for the sport, who will be celebrating her 31st birthday this December, calls Sundays her designated downtime after a rigorous six-day training regimen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I train every day except for Sunday. I usually\nsleep in, attend church, come back home, catch up on anything I need to have\ndone in the week and relax with the family,” Atkinson told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the swimmer, her biggest motivators are\nalso Alia’s strongest support base, and she cherishes every waking moment spent\nwith the people who’ve kept her going… Family, friends and her training team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B2ezpXRAeGy/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B2ezpXRAeGy/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“They are the only reason why… There have been so many ups and downs in my career, and if I had tackled them alone, I don’t think I would have made it this far or been this pleasant or optimistic,” the St. Andrew native asserted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9523} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/alia-atkinson-buzz-feature-6-1024x400.jpg\" alt=\"\" class=\"wp-image-9523\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>“At least every year, there’s a time where\nsomebody in my support staff: either my family, coach, trainer or anyone who’s\non Team Alia and has seen my progression through the years – they’re the light\nand I don’t think I would have made it,” Atkinson further explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“All the doubts in my head, [my support team]\nsurrounds and shows that there is no truth behind it. You can keep on going.\nYou can do the goals that you set in place; you’re not still too far,” she told\n<strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Jamaica\'s future in swimming runs deep</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is much hope for swimming and its\nfuture in Jamaica, Atkinson beamed, but cautioned all stakeholders to have tunnel-vision\nin the best interest of the athletes and the wider sport.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I am very happy where Jamaica’s swimming [programme]\nis, we’ve had a team go to Junior Worlds, the Goodwill Games; we’re having more\nteams represent and it’s not the same individuals,” Atkinson began.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.instagram.com/p/B1WSBjqgHH8/?utm_source=ig_web_copy_link\",\"type\":\"rich\",\"providerNameSlug\":\"instagram\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/p/B1WSBjqgHH8/?utm_source=ig_web_copy_link\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>“It’s showing that Jamaica’s is getting bigger,\nwe’re getting more powerful and we have the depth, which is great,” she mused.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Where we need to go is find a path and\nhave it clear for everybody: coaches, parents, the [Jamaica Swimming]\nassociation and the swimmers where that goes…I think if it’s more visual, we’ll\nbe able to see them have the small victories and have more people continuing after\nthe age of 18,” Alia told <strong>BUZZ</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s a similar situation across the different\ndisciplines across the Caribbean as more countries join and make their presence\nin swimming known, but the risks are all too the same for Atkinson.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s a big thing to tackle, but I’m hoping\nthey stay in the sport long enough to be a representation to the younger ones\ncan see them, aspire to be them and where they are, and to beat them,” she\nexplained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Jamaican had a successful campaign at\nthe FINA World Cup in Tokyo, Japan this August, where she mined gold in the\n50-metre breaststroke.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next for Alia, the cup will follow circuit\ncompetitions in Budapest (October 4-6); Berlin (October 11-13); as well as\nKazan, Russia (November 1-3).</p>\n<!-- /wp:paragraph -->','Alia Atkinson: ‘Not quite done, I have more to accomplish’','','inherit','closed','closed','','9461-autosave-v1','','','2019-09-17 09:26:11','2019-09-17 14:26:11','',9461,'https://buzz-caribbean.com/article/9461-autosave-v1/',0,'revision','',0),(9563,9,'2019-11-28 15:14:12','2019-11-28 20:14:12','<!-- wp:paragraph -->\n<p>The Government is to allocate $25\nmillion to the Trelawny Municipal Corporation for road rehabilitation\nthroughout the parish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister of Local Government and\nCommunity Development, Desmond McKenzie, made the announcement at the\nCorporation’s monthly meeting on September 12.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Minister emphasised that the\nfunds should not be “splintered” but be spent in ways that reflect “real\nvalue”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So, you can’t give one man $3\nmillion, one man $4 million and one man $5 million. This $25 million is to be\nused in a way that when you go to where the work was undertaken, you see some\nsidewalks, drains and a proper road,” McKenzie said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Minister indicated that some\nmunicipalities, which have already received their allocations, have used the\nfunds in some meaningful way. He said he is confident that at the Trelawny\nMunicipal Corporation, “similar attention will be given to this allocation”.</p>\n<!-- /wp:paragraph -->','$25 million to be allocated for road rehabilitation in Trelawny','','publish','open','closed','','25-million-to-be-allocated-for-road-rehabilitation-in-trelawny','','','2020-01-06 09:45:37','2020-01-06 14:45:37','',0,'https://buzz-caribbean.com/?p=9563',0,'post','',0),(9564,1,'2019-09-17 12:54:03','2019-09-17 17:54:03','<!-- wp:paragraph -->\n<p>Our climate is changing rapidly.\nAnd sometimes the changes in our environment can yield unexpected, unwanted\nsecrets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9550} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/ice-caps-melting-climate-change-Buzz-2-1024x768.jpg\" alt=\"\" class=\"wp-image-9550\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Take Mount Everest, for\nexample – Earth’s highest mountain and a magnet for brave mountaineers since\nthe 1950s. The fact is that the snow on this towering peak is melting. Things\nthat were preserved in the ice and snow are emerging. The picture is not pretty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9551} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Mount-Everest-Melting-Secrets-Buzz-Caribbean-1024x576.jpg\" alt=\"\" class=\"wp-image-9551\"/><figcaption>(Photo: vice.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The perfectly preserved dead bodies of at least 200 climbers are known to exist on the mountain. While a number were retrieved by a rescue team in 2015, more bodies, once thought to be lost forever, are being found. The stuff they brought with them and left is now being uncovered: literally tonnes of trash - and over 5,000 kilograms of human waste, buried in the snow.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>This majestic mountain was recently described as “the world’s highest garbage dump.”</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Yes, you read that right.\nHuman poop, which the Mount Everest Biogas Project is trying to recycle in an\nenvironmentally friendly way. But a huge pollution problem remains, and it’s\ngrowing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p> “Areas that were hidden are now opening. Diseases are being uncovered” </p><cite>—  Carlinton Burrell, Project Manager at the Climate Change Innovation Centre in Kingston </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>“When it comes to climate\nchange, we often don’t look at the indirect impact it can have,” says Carlinton\nBurrell, Project Manager at the Climate Change Innovation Centre in Kingston.\n“Areas that were hidden are now opening. Diseases are being uncovered.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>There have been almost two million reported cases of dengue and more than 700 deaths this year.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>On the public health side,\nBurrell pointed out, the number of dengue fever cases in our region is\nincreasing rapidly, due to higher temperatures and more humid conditions in\nsome places. According to the World Health Organization (WHO) dengue fever “has\ngrown dramatically around the world in recent decades.” Minister of Health and\nWellness Dr. Christopher Tufton reports that in Latin America and the Caribbean, there have been almost\ntwo million reported cases of dengue and more than 700 deaths this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8211} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Feature-Image-Mosquito-Breeding-Sites-Buzz-Caribbean-1024x614.jpg\" alt=\"\" class=\"wp-image-8211\"/><figcaption>  <em>Aedes aegypti</em> mosquito</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Carlinton Burrell mentions\nanother concern: species of mosquito such as the <em>Aedes aegypti</em>, which transmits dengue and other diseases, have been\nfound in unusual places, including the western United States, for the first\ntime. In 2018, the <em>Aedes albopictus </em>or\nAsian Tiger mosquito was found for the first time in Jamaica in 2018.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9556} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/asian-tiger-mosquito-aedes-albopictus-Buzz-1024x768.jpg\" alt=\"\" class=\"wp-image-9556\"/><figcaption> <em>Aedes albopictus </em>or Asian Tiger mosquito </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Back in the Himalayas, it’s\ngetting warmer too. Glaciers are melting. Snowfall is becoming harder to\npredict. There is the added danger of avalanches. Several cleanups have taken\nplace in recent years, but the number of climbers is not decreasing. Sometimes\nthere are “traffic jams” up to the peak.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9557} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/himalayan-hikers-expedition-Buzz.jpg\" alt=\"\" class=\"wp-image-9557\"/><figcaption>Photo: tripadvisor.com</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The mountain that so many\npeople love to climb has become overcrowded. In May this year two climbers died\nafter getting stuck in a line of 320 people going to the top. The main cause of\ndeath is altitude sickness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9558} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/Mount-Everest-Buzz-Caribbean.jpg\" alt=\"\" class=\"wp-image-9558\"/><figcaption>Mount Everest glaciers melting revealing mounds of debris and dead bodies (Photo: bbc.com)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to a recent report,\nin Nepal itself (where Mount Everest is located) dengue cases are rising in the\nhighland areas. Up until last year, dengue was only known in the low-lying\ntropical areas of the country. Now the hills are getting warmer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Well, climate change is uncovering\nmany things, so we should be prepared for more surprises.</p>\n<!-- /wp:paragraph -->','Dark side of climate change, uncovered — implications for the Caribbean','','inherit','closed','closed','','9546-revision-v1','','','2019-09-17 12:54:03','2019-09-17 17:54:03','',9546,'http://buzz.labcp.co/article/9546-revision-v1/',0,'revision','',0),(9565,1,'2019-09-17 12:54:19','2019-09-17 17:54:19','<!-- wp:image {\"id\":9509} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kim-kardashian-20190916.jpg\" alt=\"Kim Kardashian \" class=\"wp-image-9509\"/><figcaption>Kim Kardashian </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kim Kardashian West has been diagnosed with psoriatic arthritis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Keeping Up with the Kardashians</strong> star recently tested positive for lupus antibodies and had been experiencing severe pain in her hands. But after undergoing an ultrasound, doctors were able to establish that she was suffering from the joint condition, which resulted from her skin problem psoriasis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"You probably have psoriatic arthritis because psoriasis comes and goes.\"  </p><cite>— Kim Kardashian\'s doctor </cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>In scenes aired on <strong>Keeping Up with the Kardashians </strong>on Sunday, her doctor explained: \"First of all, if you have any evidence for lupus, we would have screened it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"You do not have lupus and rheumatoid arthritis. So, you can be reassured. You probably have psoriatic arthritis because psoriasis comes and goes. There\'s nothing there right now.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kim admitted she felt \"so relieved\" that her problems were not as severe as they could have been and felt confident she will be able to \"manage\" her symptoms in the future.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said: \"The pain is going to come and go sometimes, but I can manage it. This isn\'t going to stop me.\"</p>\n<!-- /wp:paragraph -->','Kim Kardashian West gets diagnosis','','inherit','closed','closed','','9508-revision-v1','','','2019-09-17 12:54:19','2019-09-17 17:54:19','',9508,'http://buzz.labcp.co/article/9508-revision-v1/',0,'revision','',0),(9566,1,'2019-11-21 07:47:46','2019-11-21 12:47:46','','Countries','','publish','closed','closed','','countries','','','2019-11-21 07:47:46','2019-11-21 12:47:46','',0,'https://buzz.labcp.co/countries/',0,'page','',0),(9568,1,'2019-11-22 16:12:41','2019-11-22 21:12:41','<!-- wp:image {\"id\":8830} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/kids-on-computers-buzz-demo.jpg\" alt=\"\" class=\"wp-image-8830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Google.org and the Caribbean Open Institute (COI) have joined forces to help reduce the digital divide in Caribbean countries, and empower, through open data management, youth populations of the region that are detached from the educational systems and the workforce.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Google.org will support the COI to deploy the Caribbean School of Data (CSOD), an educational initiative that will develop a comprehensive and sustainable \"data literacy\" programme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Jamaica among six Caribbean countries set to benefit from CSOD</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The initiative will be targeted for underserved populations in six Caribbean countries: Jamaica, Dominican Republic, Guyana, Haiti , Saint Lucia and Puerto Rico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Google.org, the programme is also geared at generating greater awareness, skills, competencies and capabilities around data science throughout the Caribbean, creating employment skills for the digital age.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Caribbean School of Data will enable, over a period of two years, the training of at least 1,500 disadvantaged young people in six countries, in topics ranging from data literacy to advanced management skills, visualisation, integration and data analysis, aligned with the needs of the labour market. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The CSOD is based in the Ayitic Goes Global initiative, implemented in Haiti by the Internet Address Registry of Latin America and the Caribbean (LACNIC) and the International Development Research Center of Canada (IDRC), together with the COI and a consortium of local partners in Haiti.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8831} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/aytic-goes-global-haiti-buzz-demo.jpg\" alt=\"\" class=\"wp-image-8831\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the Dominican Republic, the program will\nbe implemented in collaboration with the Community Technology Centers (CTC) of\nthe Social Policy Coordination Cabinet (GCPS) of the Vice Presidency of the\nRepublic, coordinated by the Taigüey Foundation, a pioneer nonprofit\norganization in topics of open data in the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>\'A region with great potential\' - Google.org</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“From Google we want to strengthen these\ninitiatives that, in addition to generating real inclusion for less-favored\npopulations, promote the development of an entire region with great potential,”\nsays Giovanni Stella, Google’s Country Manager for Colombia, Central America\nand the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8832} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/giovann-stella-google-latamcaribe-buzz-2.jpg\" alt=\"\" class=\"wp-image-8832\"/><figcaption> Google’s Country Manager for Colombia, Central America, and the Caribbean, Giovanni Stella (Photo: Revista P&amp;M)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to the Inter-American Development\nBank (IDB), young people between the ages of 16 and 24 represent an average of\n25% of the workforce in the English-speaking Caribbean, and approximately one\nin five people between the ages of 15 to 24 is not in school or is part of the\nworkforce.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Caribbean region occupies a low place\nin the levels of innovation and education, key components of economic growth.\nAn investigation conducted by the Inter-American Development Bank found that\ninnovation is less likely to occur due to human capital limitations, so the\nresult could have adverse consequences for medium-term development. </p>\n<!-- /wp:paragraph -->','Caribbean School of Data helps close the digital divide','','inherit','closed','closed','','8827-revision-v1','','','2019-11-22 16:12:41','2019-11-22 21:12:41','',8827,'https://buzz.labcp.co/article/8827-revision-v1/',0,'revision','',0),(9570,1,'2019-11-28 15:14:12','2019-11-28 20:14:12','<!-- wp:paragraph -->\n<p>The Government is to allocate $25\nmillion to the Trelawny Municipal Corporation for road rehabilitation\nthroughout the parish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister of Local Government and\nCommunity Development, Desmond McKenzie, made the announcement at the\nCorporation’s monthly meeting on September 12.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Minister emphasised that the\nfunds should not be “splintered” but be spent in ways that reflect “real\nvalue”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“So, you can’t give one man $3\nmillion, one man $4 million and one man $5 million. This $25 million is to be\nused in a way that when you go to where the work was undertaken, you see some\nsidewalks, drains and a proper road,” McKenzie said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Minister indicated that some\nmunicipalities, which have already received their allocations, have used the\nfunds in some meaningful way. He said he is confident that at the Trelawny\nMunicipal Corporation, “similar attention will be given to this allocation”.</p>\n<!-- /wp:paragraph -->','$25 million to be allocated for road rehabilitation in Trelawny','','inherit','closed','closed','','9563-revision-v1','','','2019-11-28 15:14:12','2019-11-28 20:14:12','',9563,'https://buzz.labcp.co/article/9563-revision-v1/',0,'revision','',0),(9571,1,'2019-11-29 07:05:32','2019-11-29 12:05:32','<!-- wp:image {\"id\":9499} -->\n<figure class=\"wp-block-image\"><img src=\"https://buzz-caribbean.com/app/uploads/2019/09/brad-pitt-20190916.jpg\" alt=\"Brad Pitt\" class=\"wp-image-9499\"/><figcaption>Brad Pitt</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Brad Pitt says getting older has made him realise it\'s important who he keeps around.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The <strong>Ad Astra</strong> star - who will celebrate his 56th birthday later this year - admits he has become more \"aware of time\" now that he is in his 50s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>\"Who you spend your time with, how you spend time - it has just become much more important to me.\" </p><cite>— Brad Pitt</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>He said: \"It\'s just getting f***ing older! How you become more aware of time, and you\'ve had more experience, good and bad, with people. And your own wins and losses - the older you get, they don\'t seem like so much of a win or so much of a loss. Who you spend your time with, how you spend time - it has just become much more important to me.\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And Brad also opened up about how he is \"drawn\" to people that have \"no filter\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to the October issue of GQ magazine, he added: \"The people I\'m really drawn to, they just have no filter. They have no protection. They have no filter on their thoughts. They sometimes get in trouble because of that, but I adore them. I adore that they\'re just so open and raw about their feelings at any moment.\"</p>\n<!-- /wp:paragraph -->','Brad Pitt: Age has changed me','','inherit','closed','closed','','9498-revision-v1','','','2019-11-29 07:05:32','2019-11-29 12:05:32','',9498,'https://buzz.labcp.co/article/9498-revision-v1/',0,'revision','',0),(9574,1,'2019-12-26 09:01:33','2019-12-26 14:01:33','','teste1, Breaking News','','publish','closed','closed','','teste1-breaking-news-9574','','','2019-12-26 09:01:33','2019-12-26 14:01:33','',0,'https://buzz.labcp.co/?post_type=push-notification&#038;p=9574',0,'push-notification','',0),(9576,1,'2019-12-26 09:06:51','2019-12-26 14:06:51','','teste 2, Breaking News','','publish','closed','closed','','teste-2-breaking-news-9576','','','2019-12-26 09:06:51','2019-12-26 14:06:51','',0,'https://buzz.labcp.co/?post_type=push-notification&#038;p=9576',0,'push-notification','',0),(9577,1,'2019-12-26 09:09:10','2019-12-26 14:09:10','','teste3, Breaking News','','publish','closed','closed','','teste3-breaking-news-9577','','','2019-12-26 09:09:10','2019-12-26 14:09:10','',0,'https://buzz.labcp.co/?post_type=push-notification&#038;p=9577',0,'push-notification','',0),(9578,1,'2019-12-26 09:10:00','2019-12-26 14:10:00','','teste 2, App Updates','','publish','closed','closed','','teste-2-app-updates-9578','','','2019-12-26 09:10:00','2019-12-26 14:10:00','',0,'https://buzz.labcp.co/?post_type=push-notification&#038;p=9578',0,'push-notification','',0),(9579,1,'2019-12-26 09:12:08','2019-12-26 14:12:08','','teste 5, App Updates','','publish','closed','closed','','teste-5-app-updates-9579','','','2019-12-26 09:12:08','2019-12-26 14:12:08','',0,'https://buzz.labcp.co/?post_type=push-notification&#038;p=9579',0,'push-notification','',0),(9580,1,'2019-12-26 09:19:17','2019-12-26 14:19:17','','teste 6, App Updates','','publish','closed','closed','','teste-6-app-updates-9580','','','2019-12-26 09:19:17','2019-12-26 14:19:17','',0,'https://buzz.labcp.co/?post_type=push-notification&#038;p=9580',0,'push-notification','',0),(9581,1,'2019-12-26 09:21:10','2019-12-26 14:21:10','','teste 7, App Updates','','publish','closed','closed','','teste-7-app-updates-9581','','','2019-12-26 09:22:10','2019-12-26 14:22:10','',0,'https://buzz.labcp.co/?post_type=push-notification&#038;p=9581',0,'push-notification','',0),(9582,1,'2019-12-26 09:22:47','2019-12-26 14:22:47','','teste 8, Promotional Push','','publish','closed','closed','','teste-8-promotional-push-9582','','','2019-12-26 09:22:47','2019-12-26 14:22:47','',0,'https://buzz.labcp.co/?post_type=push-notification&#038;p=9582',0,'push-notification','',0),(9583,1,'2019-12-26 09:23:53','2019-12-26 14:23:53','','teste 10, Breaking News','','publish','closed','closed','','teste-10-breaking-news-9583','','','2019-12-26 09:23:53','2019-12-26 14:23:53','',0,'https://buzz.labcp.co/?post_type=push-notification&#038;p=9583',0,'push-notification','',0),(9584,1,'2019-12-26 09:24:33','2019-12-26 14:24:33','','test 11, Promotional Push','','publish','closed','closed','','test-11-promotional-push-9584','','','2019-12-26 09:26:55','2019-12-26 14:26:55','',0,'https://buzz.labcp.co/?post_type=push-notification&#038;p=9584',0,'push-notification','',0),(9585,1,'2019-12-26 09:27:34','2019-12-26 14:27:34','','teste 12, App Updates','','publish','closed','closed','','teste-12-app-updates-9585','','','2019-12-26 09:27:34','2019-12-26 14:27:34','',0,'https://buzz.labcp.co/?post_type=push-notification&#038;p=9585',0,'push-notification','',0),(9586,1,'2019-12-30 06:46:34','2019-12-30 11:46:34','','title of thw notification, Breaking News','','publish','closed','closed','','title-of-thw-notification-breaking-news-9586','','','2019-12-30 06:46:34','2019-12-30 11:46:34','',0,'https://buzz.labcp.co/?post_type=push-notification&#038;p=9586',0,'push-notification','',0),(9587,1,'2019-12-30 06:57:45','2019-12-30 11:57:45','','test, Breaking News','','publish','closed','closed','','test-breaking-news-9587','','','2019-12-30 06:57:45','2019-12-30 11:57:45','',0,'https://buzz.labcp.co/?post_type=push-notification&#038;p=9587',0,'push-notification','',0),(9588,1,'2019-12-30 07:19:39','2019-12-30 12:19:39','','test 1, Breaking News','','publish','closed','closed','','test-1-breaking-news-9588','','','2019-12-30 07:19:39','2019-12-30 12:19:39','',0,'https://buzz.labcp.co/?post_type=push-notification&#038;p=9588',0,'push-notification','',0),(9592,1,'2020-09-19 07:39:06','2020-09-19 12:39:06','','teste silva','','publish','closed','closed','','teste-silva','','','2020-09-19 07:39:07','2020-09-19 12:39:07','',0,'https://buzz.labcp.co/?post_type=offer&#038;p=9592',0,'offer','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_push_archive`
--

DROP TABLE IF EXISTS `wp_push_archive`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_push_archive` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `platforms` char(200) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `name` char(200) NOT NULL,
  `send_type` char(15) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `message` text NOT NULL,
  `starttime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `endtime` datetime DEFAULT NULL,
  `repeat_interval` smallint(6) unsigned NOT NULL,
  `repeat_age` char(15) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `options` longtext,
  `desktop` char(50) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `latitude` decimal(10,8) DEFAULT NULL,
  `longitude` decimal(11,8) DEFAULT NULL,
  `radius` mediumint(9) unsigned NOT NULL,
  `gps_expire_time` smallint(6) unsigned NOT NULL,
  `status` tinyint(1) NOT NULL,
  `processed` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `send_type` (`send_type`,`starttime`,`status`,`processed`)
) ENGINE=MyISAM AUTO_INCREMENT=560 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_push_archive`
--

LOCK TABLES `wp_push_archive` WRITE;
/*!40000 ALTER TABLE `wp_push_archive` DISABLE KEYS */;
INSERT INTO `wp_push_archive` VALUES (1,'','D\'Angel still runway-ready — Dancehall star says women should age gracefully','custom','D\'Angel still runway-ready — Dancehall star says women should age gracefully','2019-08-27 13:53:32','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:78:\"D\'Angel still runway-ready — Dancehall star says women should age gracefully\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/DAngel-5-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6057\",\"post_id\":\"6057\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:125:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/dangel-still-runway-ready-dancehall-star-says-women-should-age-gracefully\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:89:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/DAngel-5-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:109:\"https://buzz-caribbean.com/article/dangel-still-runway-ready-dancehall-star-says-women-should-age-gracefully/\";s:11:\"fbmsn_image\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/DAngel-5-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:109:\"https://buzz-caribbean.com/article/dangel-still-runway-ready-dancehall-star-says-women-should-age-gracefully/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:109:\"https://buzz-caribbean.com/article/dangel-still-runway-ready-dancehall-star-says-women-should-age-gracefully/\";s:16:\"desktop_bigimage\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/DAngel-5-244x300.jpg\";s:12:\"desktop_icon\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/DAngel-5-150x150.jpg\";s:4:\"name\";s:78:\"D\'Angel still runway-ready — Dancehall star says women should age gracefully\";s:7:\"post_id\";s:4:\"6057\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(2,'','Promising Jamaican athlete tests positive','custom','Promising Jamaican athlete tests positive','2019-08-27 13:53:32','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:41:\"Promising Jamaican athlete tests positive\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/labsample-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6050\",\"post_id\":\"6050\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:93:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/promising-jamaican-athlete-tests-positive\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:90:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/labsample-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:77:\"https://buzz-caribbean.com/article/promising-jamaican-athlete-tests-positive/\";s:11:\"fbmsn_image\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/labsample-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:77:\"https://buzz-caribbean.com/article/promising-jamaican-athlete-tests-positive/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:77:\"https://buzz-caribbean.com/article/promising-jamaican-athlete-tests-positive/\";s:16:\"desktop_bigimage\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/labsample-300x207.jpg\";s:12:\"desktop_icon\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/labsample-150x150.jpg\";s:4:\"name\";s:41:\"Promising Jamaican athlete tests positive\";s:7:\"post_id\";s:4:\"6050\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(3,'','Dehring takes satellite internet service to rural Portland community','custom','Dehring takes satellite internet service to rural Portland community','2019-08-27 13:53:32','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:68:\"Dehring takes satellite internet service to rural Portland community\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/Dehring-with-Kids-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6040\",\"post_id\":\"6040\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:120:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/dehring-takes-satellite-internet-service-to-rural-portland-community\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:98:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Dehring-with-Kids-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:104:\"https://buzz-caribbean.com/article/dehring-takes-satellite-internet-service-to-rural-portland-community/\";s:11:\"fbmsn_image\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/Dehring-with-Kids-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:104:\"https://buzz-caribbean.com/article/dehring-takes-satellite-internet-service-to-rural-portland-community/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:104:\"https://buzz-caribbean.com/article/dehring-takes-satellite-internet-service-to-rural-portland-community/\";s:16:\"desktop_bigimage\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/Dehring-with-Kids-300x200.jpg\";s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/Dehring-with-Kids-150x150.jpg\";s:4:\"name\";s:68:\"Dehring takes satellite internet service to rural Portland community\";s:7:\"post_id\";s:4:\"6040\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(4,'','Steve DeAngelo\'s lifelong passion for cannabis','custom','Steve DeAngelo\'s lifelong passion for cannabis','2019-08-27 13:53:32','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:46:\"Steve DeAngelo\'s lifelong passion for cannabis\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/08/steve-deAngelo--150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6036\",\"post_id\":\"6036\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:97:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/steve-deangelos-lifelong-passion-for-cannabis\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:96:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/steve-deAngelo--150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:81:\"https://buzz-caribbean.com/article/steve-deangelos-lifelong-passion-for-cannabis/\";s:11:\"fbmsn_image\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/08/steve-deAngelo--150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:81:\"https://buzz-caribbean.com/article/steve-deangelos-lifelong-passion-for-cannabis/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:81:\"https://buzz-caribbean.com/article/steve-deangelos-lifelong-passion-for-cannabis/\";s:16:\"desktop_bigimage\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/08/steve-deAngelo--300x225.jpg\";s:12:\"desktop_icon\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/08/steve-deAngelo--150x150.jpg\";s:4:\"name\";s:46:\"Steve DeAngelo\'s lifelong passion for cannabis\";s:7:\"post_id\";s:4:\"6036\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(5,'','Two Girls With a Lens offering funeral streaming service','custom','Two Girls With a Lens offering funeral streaming service','2019-08-27 13:53:32','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:56:\"Two Girls With a Lens offering funeral streaming service\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/TwoGirls_Profile-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5879\",\"post_id\":\"5879\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:108:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/two-girls-with-a-lens-offering-funeral-streaming-service\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:97:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/TwoGirls_Profile-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:92:\"https://buzz-caribbean.com/article/two-girls-with-a-lens-offering-funeral-streaming-service/\";s:11:\"fbmsn_image\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/TwoGirls_Profile-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:92:\"https://buzz-caribbean.com/article/two-girls-with-a-lens-offering-funeral-streaming-service/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:92:\"https://buzz-caribbean.com/article/two-girls-with-a-lens-offering-funeral-streaming-service/\";s:16:\"desktop_bigimage\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/TwoGirls_Profile-300x206.jpg\";s:12:\"desktop_icon\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/TwoGirls_Profile-150x150.jpg\";s:4:\"name\";s:56:\"Two Girls With a Lens offering funeral streaming service\";s:7:\"post_id\";s:4:\"5879\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(6,'','Leonardo DiCaprio donates $5 million to help stop Amazon wildfires','custom','Leonardo DiCaprio donates $5 million to help stop Amazon wildfires','2019-08-27 13:53:32','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:66:\"Leonardo DiCaprio donates $5 million to help stop Amazon wildfires\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/Leonardo-DiCaprio-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5984\",\"post_id\":\"5984\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:118:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/leonardo-dicaprios-donates-5-million-to-help-stop-amazon-wildfires\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:98:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Leonardo-DiCaprio-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:102:\"https://buzz-caribbean.com/article/leonardo-dicaprios-donates-5-million-to-help-stop-amazon-wildfires/\";s:11:\"fbmsn_image\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/Leonardo-DiCaprio-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:102:\"https://buzz-caribbean.com/article/leonardo-dicaprios-donates-5-million-to-help-stop-amazon-wildfires/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:102:\"https://buzz-caribbean.com/article/leonardo-dicaprios-donates-5-million-to-help-stop-amazon-wildfires/\";s:16:\"desktop_bigimage\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/Leonardo-DiCaprio-300x195.jpg\";s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/Leonardo-DiCaprio-150x150.jpg\";s:4:\"name\";s:66:\"Leonardo DiCaprio donates $5 million to help stop Amazon wildfires\";s:7:\"post_id\";s:4:\"5984\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(7,'','Barbados weathers TS Dorian without major incident','custom','Barbados weathers TS Dorian without major incident','2019-08-27 13:53:32','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:50:\"Barbados weathers TS Dorian without major incident\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/08/workmen-removing-shutter-barbados-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6020\",\"post_id\":\"6020\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:102:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/barbados-weathers-ts-dorian-without-major-incident\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:114:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/workmen-removing-shutter-barbados-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:86:\"https://buzz-caribbean.com/article/barbados-weathers-ts-dorian-without-major-incident/\";s:11:\"fbmsn_image\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/08/workmen-removing-shutter-barbados-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:86:\"https://buzz-caribbean.com/article/barbados-weathers-ts-dorian-without-major-incident/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:86:\"https://buzz-caribbean.com/article/barbados-weathers-ts-dorian-without-major-incident/\";s:16:\"desktop_bigimage\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/08/workmen-removing-shutter-barbados-300x169.jpg\";s:12:\"desktop_icon\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/08/workmen-removing-shutter-barbados-150x150.jpg\";s:4:\"name\";s:50:\"Barbados weathers TS Dorian without major incident\";s:7:\"post_id\";s:4:\"6020\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(8,'','Barbados’ biggest storms in the last 50 years','custom','Barbados’ biggest storms in the last 50 years','2019-08-27 13:53:32','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:47:\"Barbados’ biggest storms in the last 50 years\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/08/Barbados-Tropical-Storm-Harvey-2017-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6011\",\"post_id\":\"6011\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:96:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/barbados-biggest-storms-in-the-last-50-years\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:116:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Barbados-Tropical-Storm-Harvey-2017-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:80:\"https://buzz-caribbean.com/article/barbados-biggest-storms-in-the-last-50-years/\";s:11:\"fbmsn_image\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/08/Barbados-Tropical-Storm-Harvey-2017-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:80:\"https://buzz-caribbean.com/article/barbados-biggest-storms-in-the-last-50-years/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:80:\"https://buzz-caribbean.com/article/barbados-biggest-storms-in-the-last-50-years/\";s:16:\"desktop_bigimage\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/08/Barbados-Tropical-Storm-Harvey-2017-300x169.jpg\";s:12:\"desktop_icon\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/08/Barbados-Tropical-Storm-Harvey-2017-150x150.jpg\";s:4:\"name\";s:47:\"Barbados’ biggest storms in the last 50 years\";s:7:\"post_id\";s:4:\"6011\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(9,'','Jamaican gamers show off skills in Las Vegas','custom','Jamaican gamers show off skills in Las Vegas','2019-08-27 13:53:32','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:44:\"Jamaican gamers show off skills in Las Vegas\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/08/Dr-Birdz-A-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5977\",\"post_id\":\"5977\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:96:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jamaican-gamers-show-off-skills-in-las-vegas\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:91:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Dr-Birdz-A-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:80:\"https://buzz-caribbean.com/article/jamaican-gamers-show-off-skills-in-las-vegas/\";s:11:\"fbmsn_image\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/08/Dr-Birdz-A-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:80:\"https://buzz-caribbean.com/article/jamaican-gamers-show-off-skills-in-las-vegas/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:80:\"https://buzz-caribbean.com/article/jamaican-gamers-show-off-skills-in-las-vegas/\";s:16:\"desktop_bigimage\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/08/Dr-Birdz-A-300x179.jpg\";s:12:\"desktop_icon\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/08/Dr-Birdz-A-150x150.jpg\";s:4:\"name\";s:44:\"Jamaican gamers show off skills in Las Vegas\";s:7:\"post_id\";s:4:\"5977\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(10,'','Howard Pounall Sr, taking it to the sky','custom','Howard Pounall Sr, taking it to the sky','2019-08-27 13:53:32','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:39:\"Howard Pounall Sr, taking it to the sky\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/howard-pounall-plane.JPG-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5988\",\"post_id\":\"5988\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:90:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/howard-pounall-sr-taking-it-to-the-sky\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:105:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/howard-pounall-plane.JPG-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:74:\"https://buzz-caribbean.com/article/howard-pounall-sr-taking-it-to-the-sky/\";s:11:\"fbmsn_image\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/howard-pounall-plane.JPG-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:74:\"https://buzz-caribbean.com/article/howard-pounall-sr-taking-it-to-the-sky/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:74:\"https://buzz-caribbean.com/article/howard-pounall-sr-taking-it-to-the-sky/\";s:16:\"desktop_bigimage\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/howard-pounall-plane.JPG-300x257.png\";s:12:\"desktop_icon\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/howard-pounall-plane.JPG-150x150.png\";s:4:\"name\";s:39:\"Howard Pounall Sr, taking it to the sky\";s:7:\"post_id\";s:4:\"5988\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(11,'','Rihanna makes Billboard history with ANTI','custom','Rihanna makes Billboard history with ANTI','2019-08-27 13:53:32','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:41:\"Rihanna makes Billboard history with ANTI\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/howard-pounall-plane.JPG-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5973\",\"post_id\":\"5973\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:93:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/rihanna-makes-billboard-history-with-anti\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:105:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/howard-pounall-plane.JPG-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:77:\"https://buzz-caribbean.com/article/rihanna-makes-billboard-history-with-anti/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:77:\"https://buzz-caribbean.com/article/rihanna-makes-billboard-history-with-anti/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:77:\"https://buzz-caribbean.com/article/rihanna-makes-billboard-history-with-anti/\";s:16:\"desktop_bigimage\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/howard-pounall-plane.JPG-300x257.png\";s:12:\"desktop_icon\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/howard-pounall-plane.JPG-150x150.png\";s:4:\"name\";s:41:\"Rihanna makes Billboard history with ANTI\";s:7:\"post_id\";s:4:\"5973\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(12,'','Hurricane Watch discontinued for St Lucia','custom','Hurricane Watch discontinued for St Lucia','2019-08-27 13:53:32','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:41:\"Hurricane Watch discontinued for St Lucia\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/ts-dorian-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6016\",\"post_id\":\"6016\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:93:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/hurricane-watch-discontinued-for-st-lucia\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:90:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/ts-dorian-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:77:\"https://buzz-caribbean.com/article/hurricane-watch-discontinued-for-st-lucia/\";s:11:\"fbmsn_image\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/ts-dorian-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:77:\"https://buzz-caribbean.com/article/hurricane-watch-discontinued-for-st-lucia/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:77:\"https://buzz-caribbean.com/article/hurricane-watch-discontinued-for-st-lucia/\";s:16:\"desktop_bigimage\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/ts-dorian-300x225.jpg\";s:12:\"desktop_icon\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/ts-dorian-150x150.jpg\";s:4:\"name\";s:41:\"Hurricane Watch discontinued for St Lucia\";s:7:\"post_id\";s:4:\"6016\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(13,'','TS DORIAN: CAL, LIAT announce flight cancellations','custom','TS DORIAN: CAL, LIAT announce flight cancellations','2019-08-27 13:53:32','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:50:\"TS DORIAN: CAL, LIAT announce flight cancellations\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/08/barbados-ts-dorian-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6005\",\"post_id\":\"6005\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:100:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/ts-dorian-cal-liat-announce-flight-cancellations\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:99:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/barbados-ts-dorian-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:84:\"https://buzz-caribbean.com/article/ts-dorian-cal-liat-announce-flight-cancellations/\";s:11:\"fbmsn_image\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/08/barbados-ts-dorian-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:84:\"https://buzz-caribbean.com/article/ts-dorian-cal-liat-announce-flight-cancellations/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:84:\"https://buzz-caribbean.com/article/ts-dorian-cal-liat-announce-flight-cancellations/\";s:16:\"desktop_bigimage\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/08/barbados-ts-dorian-300x169.jpg\";s:12:\"desktop_icon\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/08/barbados-ts-dorian-150x150.jpg\";s:4:\"name\";s:50:\"TS DORIAN: CAL, LIAT announce flight cancellations\";s:7:\"post_id\";s:4:\"6005\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(14,'','Eastern Caribbean battened down under threat of Dorian','custom','Eastern Caribbean battened down under threat of Dorian','2019-08-27 13:53:32','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:54:\"Eastern Caribbean battened down under threat of Dorian\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/ts-dorian-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6001\",\"post_id\":\"6001\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:106:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/eastern-caribbean-battened-down-under-threat-of-dorian\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:90:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/ts-dorian-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:90:\"https://buzz-caribbean.com/article/eastern-caribbean-battened-down-under-threat-of-dorian/\";s:11:\"fbmsn_image\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/ts-dorian-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:90:\"https://buzz-caribbean.com/article/eastern-caribbean-battened-down-under-threat-of-dorian/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:90:\"https://buzz-caribbean.com/article/eastern-caribbean-battened-down-under-threat-of-dorian/\";s:16:\"desktop_bigimage\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/ts-dorian-300x225.jpg\";s:12:\"desktop_icon\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/ts-dorian-150x150.jpg\";s:4:\"name\";s:54:\"Eastern Caribbean battened down under threat of Dorian\";s:7:\"post_id\";s:4:\"6001\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(15,'','Kim Kardashian West renames shapewear line','custom','Kim Kardashian West renames shapewear line','2019-08-27 13:53:32','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:42:\"Kim Kardashian West renames shapewear line\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/kim-kardashian-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5974\",\"post_id\":\"5974\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:94:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/kim-kardashian-west-renames-shapewear-line\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:95:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/kim-kardashian-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:78:\"https://buzz-caribbean.com/article/kim-kardashian-west-renames-shapewear-line/\";s:11:\"fbmsn_image\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/kim-kardashian-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:78:\"https://buzz-caribbean.com/article/kim-kardashian-west-renames-shapewear-line/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:78:\"https://buzz-caribbean.com/article/kim-kardashian-west-renames-shapewear-line/\";s:16:\"desktop_bigimage\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/kim-kardashian-300x195.jpg\";s:12:\"desktop_icon\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/kim-kardashian-150x150.jpg\";s:4:\"name\";s:42:\"Kim Kardashian West renames shapewear line\";s:7:\"post_id\";s:4:\"5974\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(16,'','Prepared to be wowed at The Aqueducts of Negril','custom','Prepared to be wowed at The Aqueducts of Negril','2019-08-27 13:53:32','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:47:\"Prepared to be wowed at The Aqueducts of Negril\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/Aqueduct-NegrilA-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5966\",\"post_id\":\"5966\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:99:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/prepared-to-be-wowed-at-the-aqueducts-of-negril\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:97:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Aqueduct-NegrilA-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:83:\"https://buzz-caribbean.com/article/prepared-to-be-wowed-at-the-aqueducts-of-negril/\";s:11:\"fbmsn_image\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/Aqueduct-NegrilA-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:83:\"https://buzz-caribbean.com/article/prepared-to-be-wowed-at-the-aqueducts-of-negril/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:83:\"https://buzz-caribbean.com/article/prepared-to-be-wowed-at-the-aqueducts-of-negril/\";s:16:\"desktop_bigimage\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/Aqueduct-NegrilA-300x199.jpg\";s:12:\"desktop_icon\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/Aqueduct-NegrilA-150x150.jpg\";s:4:\"name\";s:47:\"Prepared to be wowed at The Aqueducts of Negril\";s:7:\"post_id\";s:4:\"5966\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(17,'','Power theme song - epic fail?','custom','Power theme song - epic fail?','2019-08-27 13:53:32','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:29:\"Power theme song - epic fail?\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/08/Trey-Songz-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5945\",\"post_id\":\"5945\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:78:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/power-theme-song-epic-fail\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:91:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Trey-Songz-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:62:\"https://buzz-caribbean.com/article/power-theme-song-epic-fail/\";s:11:\"fbmsn_image\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/08/Trey-Songz-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:62:\"https://buzz-caribbean.com/article/power-theme-song-epic-fail/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:62:\"https://buzz-caribbean.com/article/power-theme-song-epic-fail/\";s:16:\"desktop_bigimage\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/08/Trey-Songz-300x169.jpg\";s:12:\"desktop_icon\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/08/Trey-Songz-150x150.jpg\";s:4:\"name\";s:29:\"Power theme song - epic fail?\";s:7:\"post_id\";s:4:\"5945\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(18,'','Coach seeks to lift Rae Town youth out of poverty through football','custom','Coach seeks to lift Rae Town youth out of poverty through football','2019-08-27 13:53:32','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:66:\"Coach seeks to lift Rae Town youth out of poverty through football\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/08/rae-town-ball-2-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5918\",\"post_id\":\"5918\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:118:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/coach-seeks-to-lift-rae-town-youth-out-of-poverty-through-football\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:96:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/rae-town-ball-2-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:102:\"https://buzz-caribbean.com/article/coach-seeks-to-lift-rae-town-youth-out-of-poverty-through-football/\";s:11:\"fbmsn_image\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/08/rae-town-ball-2-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:102:\"https://buzz-caribbean.com/article/coach-seeks-to-lift-rae-town-youth-out-of-poverty-through-football/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:102:\"https://buzz-caribbean.com/article/coach-seeks-to-lift-rae-town-youth-out-of-poverty-through-football/\";s:16:\"desktop_bigimage\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/08/rae-town-ball-2-300x182.png\";s:12:\"desktop_icon\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/08/rae-town-ball-2-150x150.png\";s:4:\"name\";s:66:\"Coach seeks to lift Rae Town youth out of poverty through football\";s:7:\"post_id\";s:4:\"5918\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(19,'','Celebrities who became mommies in their 40s','custom','Celebrities who became mommies in their 40s','2019-08-27 13:53:32','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:43:\"Celebrities who became mommies in their 40s\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/Michelle-Duggar-150x150.jpeg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5899\",\"post_id\":\"5899\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:95:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/celebrities-who-became-mommies-in-their-40s\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:97:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Michelle-Duggar-150x150.jpeg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:79:\"https://buzz-caribbean.com/article/celebrities-who-became-mommies-in-their-40s/\";s:11:\"fbmsn_image\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/Michelle-Duggar-150x150.jpeg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:79:\"https://buzz-caribbean.com/article/celebrities-who-became-mommies-in-their-40s/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:79:\"https://buzz-caribbean.com/article/celebrities-who-became-mommies-in-their-40s/\";s:16:\"desktop_bigimage\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/Michelle-Duggar-300x182.jpeg\";s:12:\"desktop_icon\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/Michelle-Duggar-150x150.jpeg\";s:4:\"name\";s:43:\"Celebrities who became mommies in their 40s\";s:7:\"post_id\";s:4:\"5899\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(20,'','Another PNP member endorses Dr Phillips','custom','Another PNP member endorses Dr Phillips','2019-08-27 13:53:32','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:39:\"Another PNP member endorses Dr Phillips\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/jess-youths-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5902\",\"post_id\":\"5902\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:91:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/another-pnp-member-endorses-dr-phillips\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:92:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/jess-youths-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:75:\"https://buzz-caribbean.com/article/another-pnp-member-endorses-dr-phillips/\";s:11:\"fbmsn_image\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/jess-youths-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:75:\"https://buzz-caribbean.com/article/another-pnp-member-endorses-dr-phillips/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:75:\"https://buzz-caribbean.com/article/another-pnp-member-endorses-dr-phillips/\";s:16:\"desktop_bigimage\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/jess-youths-300x241.jpg\";s:12:\"desktop_icon\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/jess-youths-150x150.jpg\";s:4:\"name\";s:39:\"Another PNP member endorses Dr Phillips\";s:7:\"post_id\";s:4:\"5902\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(21,'','Jennifer Lopez worried about her sexy Hustlers costumes','custom','Jennifer Lopez worried about her sexy Hustlers costumes','2019-08-27 13:53:32','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:55:\"Jennifer Lopez worried about her sexy Hustlers costumes\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/jennifer-lopez-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5904\",\"post_id\":\"5904\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:107:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jennifer-lopez-worried-about-her-sexy-hustlers-costumes\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:95:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/jennifer-lopez-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:91:\"https://buzz-caribbean.com/article/jennifer-lopez-worried-about-her-sexy-hustlers-costumes/\";s:11:\"fbmsn_image\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/jennifer-lopez-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:91:\"https://buzz-caribbean.com/article/jennifer-lopez-worried-about-her-sexy-hustlers-costumes/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:91:\"https://buzz-caribbean.com/article/jennifer-lopez-worried-about-her-sexy-hustlers-costumes/\";s:16:\"desktop_bigimage\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/jennifer-lopez-300x195.jpg\";s:12:\"desktop_icon\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/jennifer-lopez-150x150.jpg\";s:4:\"name\";s:55:\"Jennifer Lopez worried about her sexy Hustlers costumes\";s:7:\"post_id\";s:4:\"5904\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(22,'','Jamaicans urged to prepare for earthquakes','custom','Jamaicans urged to prepare for earthquakes','2019-08-27 13:53:32','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:42:\"Jamaicans urged to prepare for earthquakes\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/odpem-richard-thompson-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5897\",\"post_id\":\"5897\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:94:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jamaicans-urged-to-prepare-for-earthquakes\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:103:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/odpem-richard-thompson-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:78:\"https://buzz-caribbean.com/article/jamaicans-urged-to-prepare-for-earthquakes/\";s:11:\"fbmsn_image\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/odpem-richard-thompson-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:78:\"https://buzz-caribbean.com/article/jamaicans-urged-to-prepare-for-earthquakes/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:78:\"https://buzz-caribbean.com/article/jamaicans-urged-to-prepare-for-earthquakes/\";s:16:\"desktop_bigimage\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/odpem-richard-thompson-300x231.jpg\";s:12:\"desktop_icon\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/odpem-richard-thompson-150x150.jpg\";s:4:\"name\";s:42:\"Jamaicans urged to prepare for earthquakes\";s:7:\"post_id\";s:4:\"5897\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(23,'','Advice to first time expectant moms','custom','Advice to first time expectant moms','2019-08-27 13:53:32','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:35:\"Advice to first time expectant moms\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/Expectant-Mom-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5876\",\"post_id\":\"5876\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:87:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/advice-to-first-time-expectant-moms\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:94:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Expectant-Mom-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:71:\"https://buzz-caribbean.com/article/advice-to-first-time-expectant-moms/\";s:11:\"fbmsn_image\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/Expectant-Mom-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:71:\"https://buzz-caribbean.com/article/advice-to-first-time-expectant-moms/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:71:\"https://buzz-caribbean.com/article/advice-to-first-time-expectant-moms/\";s:16:\"desktop_bigimage\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/Expectant-Mom-300x200.jpg\";s:12:\"desktop_icon\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/Expectant-Mom-150x150.jpg\";s:4:\"name\";s:35:\"Advice to first time expectant moms\";s:7:\"post_id\";s:4:\"5876\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(24,'','Go-kart racing heats up Palisadoes','custom','Go-kart racing heats up Palisadoes','2019-08-27 13:53:32','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:34:\"Go-kart racing heats up Palisadoes\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/08/Go-Kart-A-20190826-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5884\",\"post_id\":\"5884\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:86:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/go-kart-racing-heats-up-palisadoes\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:99:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Go-Kart-A-20190826-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:70:\"https://buzz-caribbean.com/article/go-kart-racing-heats-up-palisadoes/\";s:11:\"fbmsn_image\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/08/Go-Kart-A-20190826-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:70:\"https://buzz-caribbean.com/article/go-kart-racing-heats-up-palisadoes/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:70:\"https://buzz-caribbean.com/article/go-kart-racing-heats-up-palisadoes/\";s:16:\"desktop_bigimage\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/08/Go-Kart-A-20190826-300x213.jpg\";s:12:\"desktop_icon\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/08/Go-Kart-A-20190826-150x150.jpg\";s:4:\"name\";s:34:\"Go-kart racing heats up Palisadoes\";s:7:\"post_id\";s:4:\"5884\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(25,'','Advice to first-time dads','custom','Advice to first-time dads','2019-08-27 13:53:32','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:25:\"Advice to first-time dads\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/08/dad-bottlefeeding-newborn-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5855\",\"post_id\":\"5855\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:77:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/advice-to-first-time-dads\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:106:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/dad-bottlefeeding-newborn-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:61:\"https://buzz-caribbean.com/article/advice-to-first-time-dads/\";s:11:\"fbmsn_image\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/08/dad-bottlefeeding-newborn-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:61:\"https://buzz-caribbean.com/article/advice-to-first-time-dads/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:61:\"https://buzz-caribbean.com/article/advice-to-first-time-dads/\";s:16:\"desktop_bigimage\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/08/dad-bottlefeeding-newborn-300x157.jpg\";s:12:\"desktop_icon\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/08/dad-bottlefeeding-newborn-150x150.jpg\";s:4:\"name\";s:25:\"Advice to first-time dads\";s:7:\"post_id\";s:4:\"5855\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(26,'','Bunting promises changes to PNP structure','custom','Bunting promises changes to PNP structure','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:41:\"Bunting promises changes to PNP structure\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/Peter-Bunting-AAA-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5867\",\"post_id\":\"5867\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:93:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/bunting-promises-changes-to-pnp-structure\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:98:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Peter-Bunting-AAA-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:77:\"https://buzz-caribbean.com/article/bunting-promises-changes-to-pnp-structure/\";s:11:\"fbmsn_image\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/Peter-Bunting-AAA-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:77:\"https://buzz-caribbean.com/article/bunting-promises-changes-to-pnp-structure/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:77:\"https://buzz-caribbean.com/article/bunting-promises-changes-to-pnp-structure/\";s:16:\"desktop_bigimage\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/Peter-Bunting-AAA-300x200.jpg\";s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/Peter-Bunting-AAA-150x150.jpg\";s:4:\"name\";s:41:\"Bunting promises changes to PNP structure\";s:7:\"post_id\";s:4:\"5867\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(27,'','Mariah Carey offered £9M to be face of snack brand','custom','Mariah Carey offered £9M to be face of snack brand','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:51:\"Mariah Carey offered £9M to be face of snack brand\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/mariah-carey-A-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5854\",\"post_id\":\"5854\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:101:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/mariah-carey-offered-9m-to-be-face-of-snack-brand\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:95:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/mariah-carey-A-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:85:\"https://buzz-caribbean.com/article/mariah-carey-offered-9m-to-be-face-of-snack-brand/\";s:11:\"fbmsn_image\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/mariah-carey-A-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:85:\"https://buzz-caribbean.com/article/mariah-carey-offered-9m-to-be-face-of-snack-brand/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:85:\"https://buzz-caribbean.com/article/mariah-carey-offered-9m-to-be-face-of-snack-brand/\";s:16:\"desktop_bigimage\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/mariah-carey-A-300x195.jpg\";s:12:\"desktop_icon\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/mariah-carey-A-150x150.jpg\";s:4:\"name\";s:51:\"Mariah Carey offered £9M to be face of snack brand\";s:7:\"post_id\";s:4:\"5854\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(28,'','Oscar Nelson making a change in Mountain View, Jamaica, a mouth at a time','custom','Oscar Nelson making a change in Mountain View, Jamaica, a mouth at a time','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:73:\"Oscar Nelson making a change in Mountain View, Jamaica, a mouth at a time\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/Oscar-Nelson-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5841\",\"post_id\":\"5841\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:123:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/oscar-nelson-making-a-change-in-mountain-view-jamaica-a-mouth-at-a-time\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:95:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Oscar-Nelson-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:107:\"https://buzz-caribbean.com/article/oscar-nelson-making-a-change-in-mountain-view-jamaica-a-mouth-at-a-time/\";s:11:\"fbmsn_image\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/Oscar-Nelson-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:107:\"https://buzz-caribbean.com/article/oscar-nelson-making-a-change-in-mountain-view-jamaica-a-mouth-at-a-time/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:107:\"https://buzz-caribbean.com/article/oscar-nelson-making-a-change-in-mountain-view-jamaica-a-mouth-at-a-time/\";s:16:\"desktop_bigimage\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/Oscar-Nelson-1-300x243.jpg\";s:12:\"desktop_icon\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/Oscar-Nelson-1-150x150.jpg\";s:4:\"name\";s:73:\"Oscar Nelson making a change in Mountain View, Jamaica, a mouth at a time\";s:7:\"post_id\";s:4:\"5841\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(29,'','Stakeholders welcome impending implementation of Tourism Workers’ Pension Scheme','custom','Stakeholders welcome impending implementation of Tourism Workers’ Pension Scheme','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:82:\"Stakeholders welcome impending implementation of Tourism Workers’ Pension Scheme\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/08/tourism-pension-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5844\",\"post_id\":\"5844\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:131:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/stakeholders-welcome-impending-implementation-of-tourism-workers-pension-scheme\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:96:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/tourism-pension-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:115:\"https://buzz-caribbean.com/article/stakeholders-welcome-impending-implementation-of-tourism-workers-pension-scheme/\";s:11:\"fbmsn_image\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/08/tourism-pension-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:115:\"https://buzz-caribbean.com/article/stakeholders-welcome-impending-implementation-of-tourism-workers-pension-scheme/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:115:\"https://buzz-caribbean.com/article/stakeholders-welcome-impending-implementation-of-tourism-workers-pension-scheme/\";s:16:\"desktop_bigimage\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/08/tourism-pension-300x199.jpg\";s:12:\"desktop_icon\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/08/tourism-pension-150x150.jpg\";s:4:\"name\";s:82:\"Stakeholders welcome impending implementation of Tourism Workers’ Pension Scheme\";s:7:\"post_id\";s:4:\"5844\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(30,'','NWC improving water supply in Norwood, St. James','custom','NWC improving water supply in Norwood, St. James','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:48:\"NWC improving water supply in Norwood, St. James\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/nwc-norwood-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5830\",\"post_id\":\"5830\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:98:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/nwc-improving-water-supply-in-norwood-st-james\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:92:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/nwc-norwood-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:82:\"https://buzz-caribbean.com/article/nwc-improving-water-supply-in-norwood-st-james/\";s:11:\"fbmsn_image\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/nwc-norwood-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:82:\"https://buzz-caribbean.com/article/nwc-improving-water-supply-in-norwood-st-james/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:82:\"https://buzz-caribbean.com/article/nwc-improving-water-supply-in-norwood-st-james/\";s:16:\"desktop_bigimage\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/nwc-norwood-300x200.jpg\";s:12:\"desktop_icon\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/nwc-norwood-150x150.jpg\";s:4:\"name\";s:48:\"NWC improving water supply in Norwood, St. James\";s:7:\"post_id\";s:4:\"5830\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(31,'','Barbados to go into shutdown earlier than expected','custom','Barbados to go into shutdown earlier than expected','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:50:\"Barbados to go into shutdown earlier than expected\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:102:\"https://buzz-caribbean.com/app/uploads/2019/08/Barbados-Tropical-Storm-Dorian-road-cleanup-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5819\",\"post_id\":\"5819\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:102:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/barbados-to-go-into-shutdown-earlier-that-expected\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:124:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Barbados-Tropical-Storm-Dorian-road-cleanup-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:86:\"https://buzz-caribbean.com/article/barbados-to-go-into-shutdown-earlier-that-expected/\";s:11:\"fbmsn_image\";s:102:\"https://buzz-caribbean.com/app/uploads/2019/08/Barbados-Tropical-Storm-Dorian-road-cleanup-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:86:\"https://buzz-caribbean.com/article/barbados-to-go-into-shutdown-earlier-that-expected/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:86:\"https://buzz-caribbean.com/article/barbados-to-go-into-shutdown-earlier-that-expected/\";s:16:\"desktop_bigimage\";s:102:\"https://buzz-caribbean.com/app/uploads/2019/08/Barbados-Tropical-Storm-Dorian-road-cleanup-300x169.jpg\";s:12:\"desktop_icon\";s:102:\"https://buzz-caribbean.com/app/uploads/2019/08/Barbados-Tropical-Storm-Dorian-road-cleanup-150x150.jpg\";s:4:\"name\";s:50:\"Barbados to go into shutdown earlier than expected\";s:7:\"post_id\";s:4:\"5819\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(32,'','Stampede at Notting Hill Carnival to see \'Dancehall Queen\' Spice','custom','Stampede at Notting Hill Carnival to see \'Dancehall Queen\' Spice','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:64:\"Stampede at Notting Hill Carnival to see \'Dancehall Queen\' Spice\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:64:\"https://buzz-caribbean.com/app/uploads/2019/08/Spice-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5813\",\"post_id\":\"5813\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:114:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/stampede-at-notting-hill-carnival-to-see-dancehall-queen-spice\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:86:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Spice-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:98:\"https://buzz-caribbean.com/article/stampede-at-notting-hill-carnival-to-see-dancehall-queen-spice/\";s:11:\"fbmsn_image\";s:64:\"https://buzz-caribbean.com/app/uploads/2019/08/Spice-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:98:\"https://buzz-caribbean.com/article/stampede-at-notting-hill-carnival-to-see-dancehall-queen-spice/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:98:\"https://buzz-caribbean.com/article/stampede-at-notting-hill-carnival-to-see-dancehall-queen-spice/\";s:16:\"desktop_bigimage\";s:64:\"https://buzz-caribbean.com/app/uploads/2019/08/Spice-300x199.jpg\";s:12:\"desktop_icon\";s:64:\"https://buzz-caribbean.com/app/uploads/2019/08/Spice-150x150.jpg\";s:4:\"name\";s:64:\"Stampede at Notting Hill Carnival to see \'Dancehall Queen\' Spice\";s:7:\"post_id\";s:4:\"5813\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(33,'','Barbados expected to shut down Monday ahead of storm','custom','Barbados expected to shut down Monday ahead of storm','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:52:\"Barbados expected to shut down Monday ahead of storm\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/mia-mottley-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5809\",\"post_id\":\"5809\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:97:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/barbados-expected-to-shut-down-ahead-of-storm\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:92:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/mia-mottley-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:81:\"https://buzz-caribbean.com/article/barbados-expected-to-shut-down-ahead-of-storm/\";s:11:\"fbmsn_image\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/mia-mottley-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:81:\"https://buzz-caribbean.com/article/barbados-expected-to-shut-down-ahead-of-storm/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:81:\"https://buzz-caribbean.com/article/barbados-expected-to-shut-down-ahead-of-storm/\";s:16:\"desktop_bigimage\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/mia-mottley-300x200.jpg\";s:12:\"desktop_icon\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/mia-mottley-150x150.jpg\";s:4:\"name\";s:52:\"Barbados expected to shut down Monday ahead of storm\";s:7:\"post_id\";s:4:\"5809\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(34,'','Baby boy for Chris Brown and ex?','custom','Baby boy for Chris Brown and ex?','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:32:\"Baby boy for Chris Brown and ex?\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/Chris-Brown-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5803\",\"post_id\":\"5803\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:83:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/baby-boy-for-chris-brown-and-ex\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:92:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Chris-Brown-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:67:\"https://buzz-caribbean.com/article/baby-boy-for-chris-brown-and-ex/\";s:11:\"fbmsn_image\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/Chris-Brown-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:67:\"https://buzz-caribbean.com/article/baby-boy-for-chris-brown-and-ex/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:67:\"https://buzz-caribbean.com/article/baby-boy-for-chris-brown-and-ex/\";s:16:\"desktop_bigimage\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/Chris-Brown-300x195.jpg\";s:12:\"desktop_icon\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/Chris-Brown-150x150.jpg\";s:4:\"name\";s:32:\"Baby boy for Chris Brown and ex?\";s:7:\"post_id\";s:4:\"5803\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(35,'','Lizzo wants Lizzie McGuire cameo','custom','Lizzo wants Lizzie McGuire cameo','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:32:\"Lizzo wants Lizzie McGuire cameo\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/08/lizzo-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5797\",\"post_id\":\"5797\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:84:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/lizzo-wants-lizzie-mcguire-cameo\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:88:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/lizzo-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:68:\"https://buzz-caribbean.com/article/lizzo-wants-lizzie-mcguire-cameo/\";s:11:\"fbmsn_image\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/08/lizzo-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:68:\"https://buzz-caribbean.com/article/lizzo-wants-lizzie-mcguire-cameo/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:68:\"https://buzz-caribbean.com/article/lizzo-wants-lizzie-mcguire-cameo/\";s:16:\"desktop_bigimage\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/08/lizzo-1-300x200.jpg\";s:12:\"desktop_icon\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/08/lizzo-1-150x150.jpg\";s:4:\"name\";s:32:\"Lizzo wants Lizzie McGuire cameo\";s:7:\"post_id\";s:4:\"5797\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(36,'','Jerky\'s the place for jerk in MoBay','custom','Jerky\'s the place for jerk in MoBay','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:35:\"Jerky\'s the place for jerk in MoBay\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/Jerkys-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5788\",\"post_id\":\"5788\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:86:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jerkys-the-place-for-jerk-in-mobay\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:89:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Jerkys-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:70:\"https://buzz-caribbean.com/article/jerkys-the-place-for-jerk-in-mobay/\";s:11:\"fbmsn_image\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/Jerkys-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:70:\"https://buzz-caribbean.com/article/jerkys-the-place-for-jerk-in-mobay/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:70:\"https://buzz-caribbean.com/article/jerkys-the-place-for-jerk-in-mobay/\";s:16:\"desktop_bigimage\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/Jerkys-1-300x169.jpg\";s:12:\"desktop_icon\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/Jerkys-1-150x150.jpg\";s:4:\"name\";s:35:\"Jerky\'s the place for jerk in MoBay\";s:7:\"post_id\";s:4:\"5788\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(37,'','GOJ, EPOC sign MOU to continue to monitor economic reform','custom','GOJ, EPOC sign MOU to continue to monitor economic reform','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:57:\"GOJ, EPOC sign MOU to continue to monitor economic reform\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/MoU-Signing_Source-JIS-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5783\",\"post_id\":\"5783\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:108:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/goj-epoc-sign-mou-to-continue-to-monitor-economic-reform\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:105:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/MoU-Signing_Source-JIS-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:92:\"https://buzz-caribbean.com/article/goj-epoc-sign-mou-to-continue-to-monitor-economic-reform/\";s:11:\"fbmsn_image\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/MoU-Signing_Source-JIS-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:92:\"https://buzz-caribbean.com/article/goj-epoc-sign-mou-to-continue-to-monitor-economic-reform/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:92:\"https://buzz-caribbean.com/article/goj-epoc-sign-mou-to-continue-to-monitor-economic-reform/\";s:16:\"desktop_bigimage\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/MoU-Signing_Source-JIS-1-300x165.jpg\";s:12:\"desktop_icon\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/MoU-Signing_Source-JIS-1-150x150.jpg\";s:4:\"name\";s:57:\"GOJ, EPOC sign MOU to continue to monitor economic reform\";s:7:\"post_id\";s:4:\"5783\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(38,'','Jamaicans on the Afrobeats wave','custom','Jamaicans on the Afrobeats wave','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:31:\"Jamaicans on the Afrobeats wave\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/stonebwoy-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5763\",\"post_id\":\"5763\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:83:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jamaicans-on-the-afrobeats-wave\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:90:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/stonebwoy-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:67:\"https://buzz-caribbean.com/article/jamaicans-on-the-afrobeats-wave/\";s:11:\"fbmsn_image\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/stonebwoy-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:67:\"https://buzz-caribbean.com/article/jamaicans-on-the-afrobeats-wave/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:67:\"https://buzz-caribbean.com/article/jamaicans-on-the-afrobeats-wave/\";s:16:\"desktop_bigimage\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/stonebwoy-300x180.jpg\";s:12:\"desktop_icon\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/stonebwoy-150x150.jpg\";s:4:\"name\";s:31:\"Jamaicans on the Afrobeats wave\";s:7:\"post_id\";s:4:\"5763\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(39,'','Popcaan granted his US visa?','custom','Popcaan granted his US visa?','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:28:\"Popcaan granted his US visa?\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/popcaaan-150x150.jpeg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5751\",\"post_id\":\"5751\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:79:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/popcaan-granted-his-us-visa\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:90:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/popcaaan-150x150.jpeg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:63:\"https://buzz-caribbean.com/article/popcaan-granted-his-us-visa/\";s:11:\"fbmsn_image\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/popcaaan-150x150.jpeg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:63:\"https://buzz-caribbean.com/article/popcaan-granted-his-us-visa/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:63:\"https://buzz-caribbean.com/article/popcaan-granted-his-us-visa/\";s:16:\"desktop_bigimage\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/popcaaan-300x180.jpeg\";s:12:\"desktop_icon\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/popcaaan-150x150.jpeg\";s:4:\"name\";s:28:\"Popcaan granted his US visa?\";s:7:\"post_id\";s:4:\"5751\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(40,'','Knowing your productive hours','custom','Knowing your productive hours','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:29:\"Knowing your productive hours\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/YUH_1233-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5745\",\"post_id\":\"5745\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:81:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/knowing-your-productive-hours\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:89:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/YUH_1233-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:65:\"https://buzz-caribbean.com/article/knowing-your-productive-hours/\";s:11:\"fbmsn_image\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/YUH_1233-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:65:\"https://buzz-caribbean.com/article/knowing-your-productive-hours/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:65:\"https://buzz-caribbean.com/article/knowing-your-productive-hours/\";s:16:\"desktop_bigimage\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/YUH_1233-300x181.jpg\";s:12:\"desktop_icon\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/YUH_1233-150x150.jpg\";s:4:\"name\";s:29:\"Knowing your productive hours\";s:7:\"post_id\";s:4:\"5745\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(41,'','4 Tips for surviving back to school traffic','custom','4 Tips for surviving back to school traffic','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:43:\"4 Tips for surviving back to school traffic\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/singing-in-car-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5736\",\"post_id\":\"5736\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:95:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/4-tips-for-surviving-back-to-school-traffic\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:95:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/singing-in-car-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:79:\"https://buzz-caribbean.com/article/4-tips-for-surviving-back-to-school-traffic/\";s:11:\"fbmsn_image\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/singing-in-car-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:79:\"https://buzz-caribbean.com/article/4-tips-for-surviving-back-to-school-traffic/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:79:\"https://buzz-caribbean.com/article/4-tips-for-surviving-back-to-school-traffic/\";s:16:\"desktop_bigimage\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/singing-in-car-300x169.jpg\";s:12:\"desktop_icon\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/singing-in-car-150x150.jpg\";s:4:\"name\";s:43:\"4 Tips for surviving back to school traffic\";s:7:\"post_id\";s:4:\"5736\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(42,'','Do\'s and don\'ts of an office party','custom','Do\'s and don\'ts of an office party','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:34:\"Do\'s and don\'ts of an office party\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/08/office-party-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5730\",\"post_id\":\"5730\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:84:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/dos-and-donts-of-an-office-party\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:93:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/office-party-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:68:\"https://buzz-caribbean.com/article/dos-and-donts-of-an-office-party/\";s:11:\"fbmsn_image\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/08/office-party-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:68:\"https://buzz-caribbean.com/article/dos-and-donts-of-an-office-party/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:68:\"https://buzz-caribbean.com/article/dos-and-donts-of-an-office-party/\";s:16:\"desktop_bigimage\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/08/office-party-300x200.jpg\";s:12:\"desktop_icon\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/08/office-party-150x150.jpg\";s:4:\"name\";s:34:\"Do\'s and don\'ts of an office party\";s:7:\"post_id\";s:4:\"5730\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(43,'','Benefits of a to-do list','custom','Benefits of a to-do list','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:24:\"Benefits of a to-do list\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/Acieving-Goals-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5718\",\"post_id\":\"5718\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:76:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/benefits-of-a-to-do-list\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:95:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Acieving-Goals-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:60:\"https://buzz-caribbean.com/article/benefits-of-a-to-do-list/\";s:11:\"fbmsn_image\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/Acieving-Goals-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:60:\"https://buzz-caribbean.com/article/benefits-of-a-to-do-list/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:60:\"https://buzz-caribbean.com/article/benefits-of-a-to-do-list/\";s:16:\"desktop_bigimage\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/Acieving-Goals-300x200.jpg\";s:12:\"desktop_icon\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/Acieving-Goals-150x150.jpg\";s:4:\"name\";s:24:\"Benefits of a to-do list\";s:7:\"post_id\";s:4:\"5718\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(44,'','At Outpost Republic, co-working means community','custom','At Outpost Republic, co-working means community','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:47:\"At Outpost Republic, co-working means community\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/YUH_0623-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5711\",\"post_id\":\"5711\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:98:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/at-outpost-republic-co-working-means-community\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:89:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/YUH_0623-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:82:\"https://buzz-caribbean.com/article/at-outpost-republic-co-working-means-community/\";s:11:\"fbmsn_image\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/YUH_0623-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:82:\"https://buzz-caribbean.com/article/at-outpost-republic-co-working-means-community/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:82:\"https://buzz-caribbean.com/article/at-outpost-republic-co-working-means-community/\";s:16:\"desktop_bigimage\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/YUH_0623-300x188.jpg\";s:12:\"desktop_icon\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/YUH_0623-150x150.jpg\";s:4:\"name\";s:47:\"At Outpost Republic, co-working means community\";s:7:\"post_id\";s:4:\"5711\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(45,'','Jamaica\'s first augmented reality mural to be unveiled in downtown Kingston','custom','Jamaica\'s first augmented reality mural to be unveiled in downtown Kingston','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:75:\"Jamaica\'s first augmented reality mural to be unveiled in downtown Kingston\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/08/WhatsApp-Image-2019-08-23-at-4.14.01-PM-150x150.jpeg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5706\",\"post_id\":\"5706\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:126:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jamaicas-first-augmented-reality-mural-to-be-unveiled-in-downtown-kingston\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:121:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/WhatsApp-Image-2019-08-23-at-4.14.01-PM-150x150.jpeg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:110:\"https://buzz-caribbean.com/article/jamaicas-first-augmented-reality-mural-to-be-unveiled-in-downtown-kingston/\";s:11:\"fbmsn_image\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/08/WhatsApp-Image-2019-08-23-at-4.14.01-PM-150x150.jpeg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:110:\"https://buzz-caribbean.com/article/jamaicas-first-augmented-reality-mural-to-be-unveiled-in-downtown-kingston/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:110:\"https://buzz-caribbean.com/article/jamaicas-first-augmented-reality-mural-to-be-unveiled-in-downtown-kingston/\";s:16:\"desktop_bigimage\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/08/WhatsApp-Image-2019-08-23-at-4.14.01-PM-300x160.jpeg\";s:12:\"desktop_icon\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/08/WhatsApp-Image-2019-08-23-at-4.14.01-PM-150x150.jpeg\";s:4:\"name\";s:75:\"Jamaica\'s first augmented reality mural to be unveiled in downtown Kingston\";s:7:\"post_id\";s:4:\"5706\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(46,'','Tropical storm could hit Hispaniola as a hurricane','custom','Tropical storm could hit Hispaniola as a hurricane','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:50:\"Tropical storm could hit Hispaniola as a hurricane\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/tropical-storm-dorian--150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5699\",\"post_id\":\"5699\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:102:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/tropical-storm-could-hit-hispaniola-as-a-hurricane\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:103:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/tropical-storm-dorian--150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:86:\"https://buzz-caribbean.com/article/tropical-storm-could-hit-hispaniola-as-a-hurricane/\";s:11:\"fbmsn_image\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/tropical-storm-dorian--150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:86:\"https://buzz-caribbean.com/article/tropical-storm-could-hit-hispaniola-as-a-hurricane/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:86:\"https://buzz-caribbean.com/article/tropical-storm-could-hit-hispaniola-as-a-hurricane/\";s:16:\"desktop_bigimage\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/tropical-storm-dorian--300x248.jpg\";s:12:\"desktop_icon\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/tropical-storm-dorian--150x150.jpg\";s:4:\"name\";s:50:\"Tropical storm could hit Hispaniola as a hurricane\";s:7:\"post_id\";s:4:\"5699\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(47,'','Spice cools down British morning talk show','custom','Spice cools down British morning talk show','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:42:\"Spice cools down British morning talk show\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/08/Spice-dancehall-artiste-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5701\",\"post_id\":\"5701\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:94:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/spice-cools-down-british-morning-talk-show\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:104:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Spice-dancehall-artiste-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:78:\"https://buzz-caribbean.com/article/spice-cools-down-british-morning-talk-show/\";s:11:\"fbmsn_image\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/08/Spice-dancehall-artiste-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:78:\"https://buzz-caribbean.com/article/spice-cools-down-british-morning-talk-show/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:78:\"https://buzz-caribbean.com/article/spice-cools-down-british-morning-talk-show/\";s:16:\"desktop_bigimage\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/08/Spice-dancehall-artiste-300x178.jpg\";s:12:\"desktop_icon\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/08/Spice-dancehall-artiste-150x150.jpg\";s:4:\"name\";s:42:\"Spice cools down British morning talk show\";s:7:\"post_id\";s:4:\"5701\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(48,'','Ewan McGregor confirms Star Wars return','custom','Ewan McGregor confirms Star Wars return','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:39:\"Ewan McGregor confirms Star Wars return\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/Ewan-McGregor2-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5692\",\"post_id\":\"5692\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:91:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/ewan-mcgregor-confirms-star-wars-return\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:97:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Ewan-McGregor2-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:75:\"https://buzz-caribbean.com/article/ewan-mcgregor-confirms-star-wars-return/\";s:11:\"fbmsn_image\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/Ewan-McGregor2-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:75:\"https://buzz-caribbean.com/article/ewan-mcgregor-confirms-star-wars-return/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:75:\"https://buzz-caribbean.com/article/ewan-mcgregor-confirms-star-wars-return/\";s:16:\"desktop_bigimage\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/Ewan-McGregor2-1-300x200.jpg\";s:12:\"desktop_icon\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/Ewan-McGregor2-1-150x150.jpg\";s:4:\"name\";s:39:\"Ewan McGregor confirms Star Wars return\";s:7:\"post_id\";s:4:\"5692\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(49,'','Kirsten Dunst thought about freezing her eggs','custom','Kirsten Dunst thought about freezing her eggs','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:45:\"Kirsten Dunst thought about freezing her eggs\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/Kirsten-Dunst-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5668\",\"post_id\":\"5668\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:97:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/kirsten-dunst-thought-about-freezing-her-eggs\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:94:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Kirsten-Dunst-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:81:\"https://buzz-caribbean.com/article/kirsten-dunst-thought-about-freezing-her-eggs/\";s:11:\"fbmsn_image\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/Kirsten-Dunst-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:81:\"https://buzz-caribbean.com/article/kirsten-dunst-thought-about-freezing-her-eggs/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:81:\"https://buzz-caribbean.com/article/kirsten-dunst-thought-about-freezing-her-eggs/\";s:16:\"desktop_bigimage\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/Kirsten-Dunst-300x195.jpg\";s:12:\"desktop_icon\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/Kirsten-Dunst-150x150.jpg\";s:4:\"name\";s:45:\"Kirsten Dunst thought about freezing her eggs\";s:7:\"post_id\";s:4:\"5668\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(50,'','Chicken back saves struggling business at posh Devon House','custom','Chicken back saves struggling business at posh Devon House','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:58:\"Chicken back saves struggling business at posh Devon House\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_0982-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5662\",\"post_id\":\"5662\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:110:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/chicken-back-saves-struggling-business-at-posh-devon-house\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:89:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/IMG_0982-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:94:\"https://buzz-caribbean.com/article/chicken-back-saves-struggling-business-at-posh-devon-house/\";s:11:\"fbmsn_image\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_0982-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:94:\"https://buzz-caribbean.com/article/chicken-back-saves-struggling-business-at-posh-devon-house/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:94:\"https://buzz-caribbean.com/article/chicken-back-saves-struggling-business-at-posh-devon-house/\";s:16:\"desktop_bigimage\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_0982-300x207.jpg\";s:12:\"desktop_icon\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_0982-150x150.jpg\";s:4:\"name\";s:58:\"Chicken back saves struggling business at posh Devon House\";s:7:\"post_id\";s:4:\"5662\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(51,'','Infant and primary school teachers to get computers','custom','Infant and primary school teachers to get computers','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:51:\"Infant and primary school teachers to get computers\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/fayval-williams-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5658\",\"post_id\":\"5658\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:103:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/infant-and-primary-school-teachers-to-get-computers\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:98:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/fayval-williams-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:87:\"https://buzz-caribbean.com/article/infant-and-primary-school-teachers-to-get-computers/\";s:11:\"fbmsn_image\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/fayval-williams-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:87:\"https://buzz-caribbean.com/article/infant-and-primary-school-teachers-to-get-computers/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:87:\"https://buzz-caribbean.com/article/infant-and-primary-school-teachers-to-get-computers/\";s:16:\"desktop_bigimage\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/fayval-williams-1-300x204.jpg\";s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/fayval-williams-1-150x150.jpg\";s:4:\"name\";s:51:\"Infant and primary school teachers to get computers\";s:7:\"post_id\";s:4:\"5658\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(52,'','Iron Man actor was arrested at Disneyland for smoking weed','custom','Iron Man actor was arrested at Disneyland for smoking weed','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:58:\"Iron Man actor was arrested at Disneyland for smoking weed\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/robert-downey-jr-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5687\",\"post_id\":\"5687\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:110:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/iron-man-actor-was-arrested-at-disneyland-for-smoking-weed\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:97:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/robert-downey-jr-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:94:\"https://buzz-caribbean.com/article/iron-man-actor-was-arrested-at-disneyland-for-smoking-weed/\";s:11:\"fbmsn_image\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/robert-downey-jr-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:94:\"https://buzz-caribbean.com/article/iron-man-actor-was-arrested-at-disneyland-for-smoking-weed/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:94:\"https://buzz-caribbean.com/article/iron-man-actor-was-arrested-at-disneyland-for-smoking-weed/\";s:16:\"desktop_bigimage\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/robert-downey-jr-300x195.jpg\";s:12:\"desktop_icon\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/robert-downey-jr-150x150.jpg\";s:4:\"name\";s:58:\"Iron Man actor was arrested at Disneyland for smoking weed\";s:7:\"post_id\";s:4:\"5687\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(53,'','Koffee on Barack Obama’s summer 2019 playlist','custom','Koffee on Barack Obama’s summer 2019 playlist','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:47:\"Koffee on Barack Obama’s summer 2019 playlist\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-A-150x150.jpeg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5680\",\"post_id\":\"5680\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:96:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/koffee-on-barack-obamas-summer-2019-playlist\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:90:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/koffee-A-150x150.jpeg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:80:\"https://buzz-caribbean.com/article/koffee-on-barack-obamas-summer-2019-playlist/\";s:11:\"fbmsn_image\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-A-150x150.jpeg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:80:\"https://buzz-caribbean.com/article/koffee-on-barack-obamas-summer-2019-playlist/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:80:\"https://buzz-caribbean.com/article/koffee-on-barack-obamas-summer-2019-playlist/\";s:16:\"desktop_bigimage\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-A-300x160.jpeg\";s:12:\"desktop_icon\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-A-150x150.jpeg\";s:4:\"name\";s:47:\"Koffee on Barack Obama’s summer 2019 playlist\";s:7:\"post_id\";s:4:\"5680\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(54,'','Meryl Streep selling home for US$18 million','custom','Meryl Streep selling home for US$18 million','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:43:\"Meryl Streep selling home for US$18 million\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/08/meryl-streep-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5655\",\"post_id\":\"5655\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:94:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/meryl-streep-selling-home-for-us18-million\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:93:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/meryl-streep-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:78:\"https://buzz-caribbean.com/article/meryl-streep-selling-home-for-us18-million/\";s:11:\"fbmsn_image\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/08/meryl-streep-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:78:\"https://buzz-caribbean.com/article/meryl-streep-selling-home-for-us18-million/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:78:\"https://buzz-caribbean.com/article/meryl-streep-selling-home-for-us18-million/\";s:16:\"desktop_bigimage\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/08/meryl-streep-300x195.jpg\";s:12:\"desktop_icon\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/08/meryl-streep-150x150.jpg\";s:4:\"name\";s:43:\"Meryl Streep selling home for US$18 million\";s:7:\"post_id\";s:4:\"5655\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(55,'','Wake N Bake Cafe keeping ‘heads high’ in Negril','custom','Wake N Bake Cafe keeping ‘heads high’ in Negril','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:51:\"Wake N Bake Cafe keeping ‘heads high’ in Negril\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/08/Wake-Bake-Cafe-B-20190823-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5649\",\"post_id\":\"5649\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:97:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/wake-n-bake-cafe-keeping-heads-high-in-negril\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:106:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Wake-Bake-Cafe-B-20190823-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:81:\"https://buzz-caribbean.com/article/wake-n-bake-cafe-keeping-heads-high-in-negril/\";s:11:\"fbmsn_image\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/08/Wake-Bake-Cafe-B-20190823-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:81:\"https://buzz-caribbean.com/article/wake-n-bake-cafe-keeping-heads-high-in-negril/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:81:\"https://buzz-caribbean.com/article/wake-n-bake-cafe-keeping-heads-high-in-negril/\";s:16:\"desktop_bigimage\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/08/Wake-Bake-Cafe-B-20190823-300x201.jpg\";s:12:\"desktop_icon\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/08/Wake-Bake-Cafe-B-20190823-150x150.jpg\";s:4:\"name\";s:51:\"Wake N Bake Cafe keeping ‘heads high’ in Negril\";s:7:\"post_id\";s:4:\"5649\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(56,'','Pregnant Christina Milian is feeling \'kicks and flutters\'','custom','Pregnant Christina Milian is feeling \'kicks and flutters\'','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:57:\"Pregnant Christina Milian is feeling \'kicks and flutters\'\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/08/Christina-Milian-20190823-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5645\",\"post_id\":\"5645\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:107:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/pregnant-christina-milian-is-feeling-kicks-and-flutters\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:106:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Christina-Milian-20190823-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:91:\"https://buzz-caribbean.com/article/pregnant-christina-milian-is-feeling-kicks-and-flutters/\";s:11:\"fbmsn_image\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/08/Christina-Milian-20190823-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:91:\"https://buzz-caribbean.com/article/pregnant-christina-milian-is-feeling-kicks-and-flutters/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:91:\"https://buzz-caribbean.com/article/pregnant-christina-milian-is-feeling-kicks-and-flutters/\";s:16:\"desktop_bigimage\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/08/Christina-Milian-20190823-300x195.jpg\";s:12:\"desktop_icon\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/08/Christina-Milian-20190823-150x150.jpg\";s:4:\"name\";s:57:\"Pregnant Christina Milian is feeling \'kicks and flutters\'\";s:7:\"post_id\";s:4:\"5645\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(57,'','Tarrus Riley to hit the road with \'B.L.E.M.\'','custom','Tarrus Riley to hit the road with \'B.L.E.M.\'','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:44:\"Tarrus Riley to hit the road with \'B.L.E.M.\'\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/tarrus-riley-A-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5634\",\"post_id\":\"5634\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:93:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/tarrus-riley-to-hit-the-road-with-b-l-e-m\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:95:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/tarrus-riley-A-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:77:\"https://buzz-caribbean.com/article/tarrus-riley-to-hit-the-road-with-b-l-e-m/\";s:11:\"fbmsn_image\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/tarrus-riley-A-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:77:\"https://buzz-caribbean.com/article/tarrus-riley-to-hit-the-road-with-b-l-e-m/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:77:\"https://buzz-caribbean.com/article/tarrus-riley-to-hit-the-road-with-b-l-e-m/\";s:16:\"desktop_bigimage\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/tarrus-riley-A-300x200.jpg\";s:12:\"desktop_icon\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/tarrus-riley-A-150x150.jpg\";s:4:\"name\";s:44:\"Tarrus Riley to hit the road with \'B.L.E.M.\'\";s:7:\"post_id\";s:4:\"5634\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(58,'','Rock on Mars named after Rolling Stones','custom','Rock on Mars named after Rolling Stones','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:39:\"Rock on Mars named after Rolling Stones\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/rolling-stones-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5641\",\"post_id\":\"5641\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:91:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/rock-on-mars-named-after-rolling-stones\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:95:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/rolling-stones-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:75:\"https://buzz-caribbean.com/article/rock-on-mars-named-after-rolling-stones/\";s:11:\"fbmsn_image\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/rolling-stones-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:75:\"https://buzz-caribbean.com/article/rock-on-mars-named-after-rolling-stones/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:75:\"https://buzz-caribbean.com/article/rock-on-mars-named-after-rolling-stones/\";s:16:\"desktop_bigimage\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/rolling-stones-300x195.jpg\";s:12:\"desktop_icon\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/rolling-stones-150x150.jpg\";s:4:\"name\";s:39:\"Rock on Mars named after Rolling Stones\";s:7:\"post_id\";s:4:\"5641\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(59,'','Legendary Jamaican dub poet LKJ celebrates 67th birthday','custom','Legendary Jamaican dub poet LKJ celebrates 67th birthday','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:56:\"Legendary Jamaican dub poet LKJ celebrates 67th birthday\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/08/linton-kwesi-johnson-buzz-demo-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5672\",\"post_id\":\"5672\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:108:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/legendary-jamaican-dub-poet-lkj-celebrates-67th-birthday\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:111:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/linton-kwesi-johnson-buzz-demo-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:92:\"https://buzz-caribbean.com/article/legendary-jamaican-dub-poet-lkj-celebrates-67th-birthday/\";s:11:\"fbmsn_image\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/08/linton-kwesi-johnson-buzz-demo-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:92:\"https://buzz-caribbean.com/article/legendary-jamaican-dub-poet-lkj-celebrates-67th-birthday/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:92:\"https://buzz-caribbean.com/article/legendary-jamaican-dub-poet-lkj-celebrates-67th-birthday/\";s:16:\"desktop_bigimage\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/08/linton-kwesi-johnson-buzz-demo-300x200.jpg\";s:12:\"desktop_icon\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/08/linton-kwesi-johnson-buzz-demo-150x150.jpg\";s:4:\"name\";s:56:\"Legendary Jamaican dub poet LKJ celebrates 67th birthday\";s:7:\"post_id\";s:4:\"5672\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(60,'','More JPs needed as mentors, says Justice Minister','custom','More JPs needed as mentors, says Justice Minister','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:49:\"More JPs needed as mentors, says Justice Minister\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/delroy-chuck-20190823-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5638\",\"post_id\":\"5638\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:100:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/more-jps-needed-as-mentors-says-justice-minister\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:102:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/delroy-chuck-20190823-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:84:\"https://buzz-caribbean.com/article/more-jps-needed-as-mentors-says-justice-minister/\";s:11:\"fbmsn_image\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/delroy-chuck-20190823-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:84:\"https://buzz-caribbean.com/article/more-jps-needed-as-mentors-says-justice-minister/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:84:\"https://buzz-caribbean.com/article/more-jps-needed-as-mentors-says-justice-minister/\";s:16:\"desktop_bigimage\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/delroy-chuck-20190823-300x205.jpg\";s:12:\"desktop_icon\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/delroy-chuck-20190823-150x150.jpg\";s:4:\"name\";s:49:\"More JPs needed as mentors, says Justice Minister\";s:7:\"post_id\";s:4:\"5638\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(61,'','Heineken toasts to International Bow Tie Day','custom','Heineken toasts to International Bow Tie Day','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:44:\"Heineken toasts to International Bow Tie Day\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/08/heineken-demo-buzz-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5618\",\"post_id\":\"5618\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:96:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/heineken-toasts-to-international-bow-tie-day\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:99:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/heineken-demo-buzz-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:80:\"https://buzz-caribbean.com/article/heineken-toasts-to-international-bow-tie-day/\";s:11:\"fbmsn_image\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/08/heineken-demo-buzz-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:80:\"https://buzz-caribbean.com/article/heineken-toasts-to-international-bow-tie-day/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:80:\"https://buzz-caribbean.com/article/heineken-toasts-to-international-bow-tie-day/\";s:16:\"desktop_bigimage\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/08/heineken-demo-buzz-300x190.jpg\";s:12:\"desktop_icon\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/08/heineken-demo-buzz-150x150.jpg\";s:4:\"name\";s:44:\"Heineken toasts to International Bow Tie Day\";s:7:\"post_id\";s:4:\"5618\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(62,'','Protocol gaffe marks Boris Johnson’s first visit outside UK','custom','Protocol gaffe marks Boris Johnson’s first visit outside UK','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:61:\"Protocol gaffe marks Boris Johnson’s first visit outside UK\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/08/boris-johnson-macron-buzz-demo-150x150.jpeg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5582\",\"post_id\":\"5582\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:110:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/protocol-gaffe-marks-boris-johnsons-first-visit-outside-uk\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:112:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/boris-johnson-macron-buzz-demo-150x150.jpeg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:94:\"https://buzz-caribbean.com/article/protocol-gaffe-marks-boris-johnsons-first-visit-outside-uk/\";s:11:\"fbmsn_image\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/08/boris-johnson-macron-buzz-demo-150x150.jpeg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:94:\"https://buzz-caribbean.com/article/protocol-gaffe-marks-boris-johnsons-first-visit-outside-uk/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:94:\"https://buzz-caribbean.com/article/protocol-gaffe-marks-boris-johnsons-first-visit-outside-uk/\";s:16:\"desktop_bigimage\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/08/boris-johnson-macron-buzz-demo-300x200.jpeg\";s:12:\"desktop_icon\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/08/boris-johnson-macron-buzz-demo-150x150.jpeg\";s:4:\"name\";s:61:\"Protocol gaffe marks Boris Johnson’s first visit outside UK\";s:7:\"post_id\";s:4:\"5582\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(63,'','Here\'s a look at some aviation disasters in Jamaica','custom','Here\'s a look at some aviation disasters in Jamaica','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:51:\"Here\'s a look at some aviation disasters in Jamaica\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/08/american-airlines-crash-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5530\",\"post_id\":\"5530\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:102:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/heres-a-look-at-some-aviation-disasters-in-jamaica\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:104:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/american-airlines-crash-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:86:\"https://buzz-caribbean.com/article/heres-a-look-at-some-aviation-disasters-in-jamaica/\";s:11:\"fbmsn_image\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/08/american-airlines-crash-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:86:\"https://buzz-caribbean.com/article/heres-a-look-at-some-aviation-disasters-in-jamaica/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:86:\"https://buzz-caribbean.com/article/heres-a-look-at-some-aviation-disasters-in-jamaica/\";s:16:\"desktop_bigimage\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/08/american-airlines-crash-300x225.jpg\";s:12:\"desktop_icon\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/08/american-airlines-crash-150x150.jpg\";s:4:\"name\";s:51:\"Here\'s a look at some aviation disasters in Jamaica\";s:7:\"post_id\";s:4:\"5530\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(64,'','BREDS basketball camp in Treasure Beach was a big success','custom','BREDS basketball camp in Treasure Beach was a big success','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:57:\"BREDS basketball camp in Treasure Beach was a big success\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/08/american-airlines-crash-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5602\",\"post_id\":\"5602\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:109:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/breds-basketball-camp-in-treasure-beach-was-a-big-success\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:104:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/american-airlines-crash-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:93:\"https://buzz-caribbean.com/article/breds-basketball-camp-in-treasure-beach-was-a-big-success/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:93:\"https://buzz-caribbean.com/article/breds-basketball-camp-in-treasure-beach-was-a-big-success/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:93:\"https://buzz-caribbean.com/article/breds-basketball-camp-in-treasure-beach-was-a-big-success/\";s:16:\"desktop_bigimage\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/08/american-airlines-crash-300x225.jpg\";s:12:\"desktop_icon\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/08/american-airlines-crash-150x150.jpg\";s:4:\"name\";s:57:\"BREDS basketball camp in Treasure Beach was a big success\";s:7:\"post_id\";s:4:\"5602\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(65,'','Possible new dancehall track from Rihanna','custom','Possible new dancehall track from Rihanna','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:41:\"Possible new dancehall track from Rihanna\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-variety-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5557\",\"post_id\":\"5557\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:93:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/possible-new-dancehall-track-from-rihanna\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:96:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Rihanna-variety-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:77:\"https://buzz-caribbean.com/article/possible-new-dancehall-track-from-rihanna/\";s:11:\"fbmsn_image\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-variety-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:77:\"https://buzz-caribbean.com/article/possible-new-dancehall-track-from-rihanna/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:77:\"https://buzz-caribbean.com/article/possible-new-dancehall-track-from-rihanna/\";s:16:\"desktop_bigimage\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-variety-300x169.jpg\";s:12:\"desktop_icon\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-variety-150x150.jpg\";s:4:\"name\";s:41:\"Possible new dancehall track from Rihanna\";s:7:\"post_id\";s:4:\"5557\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(66,'','US stock markets tumble as trade war with China escalates','custom','US stock markets tumble as trade war with China escalates','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:57:\"US stock markets tumble as trade war with China escalates\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/donald-trump-buzz-demo-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5551\",\"post_id\":\"5551\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:109:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/us-stock-markets-tumble-as-trade-war-with-china-escalates\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:105:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/donald-trump-buzz-demo-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:93:\"https://buzz-caribbean.com/article/us-stock-markets-tumble-as-trade-war-with-china-escalates/\";s:11:\"fbmsn_image\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/donald-trump-buzz-demo-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:93:\"https://buzz-caribbean.com/article/us-stock-markets-tumble-as-trade-war-with-china-escalates/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:93:\"https://buzz-caribbean.com/article/us-stock-markets-tumble-as-trade-war-with-china-escalates/\";s:16:\"desktop_bigimage\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/donald-trump-buzz-demo-1-300x169.jpg\";s:12:\"desktop_icon\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/donald-trump-buzz-demo-1-150x150.jpg\";s:4:\"name\";s:57:\"US stock markets tumble as trade war with China escalates\";s:7:\"post_id\";s:4:\"5551\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(67,'','Celebrities you probably didn\'t remember were Caribbean','custom','Celebrities you probably didn\'t remember were Caribbean','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:55:\"Celebrities you probably didn\'t remember were Caribbean\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/Winston-Duke-150x150.jpeg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5518\",\"post_id\":\"5518\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:106:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/celebrities-you-probably-didnt-remember-were-caribbean\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:94:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Winston-Duke-150x150.jpeg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:90:\"https://buzz-caribbean.com/article/celebrities-you-probably-didnt-remember-were-caribbean/\";s:11:\"fbmsn_image\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/Winston-Duke-150x150.jpeg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:90:\"https://buzz-caribbean.com/article/celebrities-you-probably-didnt-remember-were-caribbean/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:90:\"https://buzz-caribbean.com/article/celebrities-you-probably-didnt-remember-were-caribbean/\";s:16:\"desktop_bigimage\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/Winston-Duke-300x169.jpeg\";s:12:\"desktop_icon\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/Winston-Duke-150x150.jpeg\";s:4:\"name\";s:55:\"Celebrities you probably didn\'t remember were Caribbean\";s:7:\"post_id\";s:4:\"5518\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(68,'','Here are 10 interesting facts about Peter Bunting that will surprise you','custom','Here are 10 interesting facts about Peter Bunting that will surprise you','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:72:\"Here are 10 interesting facts about Peter Bunting that will surprise you\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-10Pilot-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"4872\",\"post_id\":\"4872\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:122:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/here-are-10-interesting-facts-about-peter-bunting-that-will-tickle-you\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:103:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/ResizeArtboard-10Pilot-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:106:\"https://buzz-caribbean.com/article/here-are-10-interesting-facts-about-peter-bunting-that-will-tickle-you/\";s:11:\"fbmsn_image\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-10Pilot-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:106:\"https://buzz-caribbean.com/article/here-are-10-interesting-facts-about-peter-bunting-that-will-tickle-you/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:106:\"https://buzz-caribbean.com/article/here-are-10-interesting-facts-about-peter-bunting-that-will-tickle-you/\";s:16:\"desktop_bigimage\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-10Pilot-300x180.jpg\";s:12:\"desktop_icon\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/ResizeArtboard-10Pilot-150x150.jpg\";s:4:\"name\";s:72:\"Here are 10 interesting facts about Peter Bunting that will surprise you\";s:7:\"post_id\";s:4:\"4872\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(69,'','This Dutchman does fly: Johannes Reijnen making a splash in motorcross','custom','This Dutchman does fly: Johannes Reijnen making a splash in motorcross','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:70:\"This Dutchman does fly: Johannes Reijnen making a splash in motorcross\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/dutchman3-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5469\",\"post_id\":\"5469\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:121:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/this-dutchman-does-fly-johannes-reijnen-making-a-splash-in-motorcross\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:92:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/dutchman3-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:105:\"https://buzz-caribbean.com/article/this-dutchman-does-fly-johannes-reijnen-making-a-splash-in-motorcross/\";s:11:\"fbmsn_image\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/dutchman3-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:105:\"https://buzz-caribbean.com/article/this-dutchman-does-fly-johannes-reijnen-making-a-splash-in-motorcross/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:105:\"https://buzz-caribbean.com/article/this-dutchman-does-fly-johannes-reijnen-making-a-splash-in-motorcross/\";s:16:\"desktop_bigimage\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/dutchman3-1-300x182.jpg\";s:12:\"desktop_icon\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/dutchman3-1-150x150.jpg\";s:4:\"name\";s:70:\"This Dutchman does fly: Johannes Reijnen making a splash in motorcross\";s:7:\"post_id\";s:4:\"5469\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(70,'','Jr Gong tackles road safety with latest single','custom','Jr Gong tackles road safety with latest single','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:46:\"Jr Gong tackles road safety with latest single\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/Jr-Gong-Featured-Image-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5455\",\"post_id\":\"5455\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:79:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jr-gong-tackles-road-safety\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:103:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Jr-Gong-Featured-Image-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:63:\"https://buzz-caribbean.com/article/jr-gong-tackles-road-safety/\";s:11:\"fbmsn_image\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/Jr-Gong-Featured-Image-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:63:\"https://buzz-caribbean.com/article/jr-gong-tackles-road-safety/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:63:\"https://buzz-caribbean.com/article/jr-gong-tackles-road-safety/\";s:16:\"desktop_bigimage\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/Jr-Gong-Featured-Image-300x169.jpg\";s:12:\"desktop_icon\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/Jr-Gong-Featured-Image-150x150.jpg\";s:4:\"name\";s:46:\"Jr Gong tackles road safety with latest single\";s:7:\"post_id\";s:4:\"5455\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(71,'','Waterhouse draw 1-1 with champions in COCACAF League','custom','Waterhouse draw 1-1 with champions in COCACAF League','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:52:\"Waterhouse draw 1-1 with champions in COCACAF League\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0974-2-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5471\",\"post_id\":\"5471\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:104:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/waterhouse-draw-1-1-with-champions-in-cocacaf-league\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:91:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/DSC_0974-2-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:88:\"https://buzz-caribbean.com/article/waterhouse-draw-1-1-with-champions-in-cocacaf-league/\";s:11:\"fbmsn_image\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0974-2-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:88:\"https://buzz-caribbean.com/article/waterhouse-draw-1-1-with-champions-in-cocacaf-league/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:88:\"https://buzz-caribbean.com/article/waterhouse-draw-1-1-with-champions-in-cocacaf-league/\";s:16:\"desktop_bigimage\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0974-2-300x200.jpg\";s:12:\"desktop_icon\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_0974-2-150x150.jpg\";s:4:\"name\";s:52:\"Waterhouse draw 1-1 with champions in COCACAF League\";s:7:\"post_id\";s:4:\"5471\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(72,'','Microplastics are “everywhere”, no risk to human health just yet','custom','Microplastics are “everywhere”, no risk to human health just yet','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:68:\"Microplastics are “everywhere”, no risk to human health just yet\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/08/microplastics-buzz-demo-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5458\",\"post_id\":\"5458\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:120:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/microplastics-are-everywhere-but-not-a-risk-to-human-health-just-yet\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:104:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/microplastics-buzz-demo-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:104:\"https://buzz-caribbean.com/article/microplastics-are-everywhere-but-not-a-risk-to-human-health-just-yet/\";s:11:\"fbmsn_image\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/08/microplastics-buzz-demo-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:104:\"https://buzz-caribbean.com/article/microplastics-are-everywhere-but-not-a-risk-to-human-health-just-yet/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:104:\"https://buzz-caribbean.com/article/microplastics-are-everywhere-but-not-a-risk-to-human-health-just-yet/\";s:16:\"desktop_bigimage\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/08/microplastics-buzz-demo-300x199.jpg\";s:12:\"desktop_icon\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/08/microplastics-buzz-demo-150x150.jpg\";s:4:\"name\";s:68:\"Microplastics are “everywhere”, no risk to human health just yet\";s:7:\"post_id\";s:4:\"5458\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(73,'','Small plane crashes at Norman Manley Airport','custom','Small plane crashes at Norman Manley Airport','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:44:\"Small plane crashes at Norman Manley Airport\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/crashed-plane-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5456\",\"post_id\":\"5456\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:96:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/small-plane-crashes-at-norman-manley-airport\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:94:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/crashed-plane-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:80:\"https://buzz-caribbean.com/article/small-plane-crashes-at-norman-manley-airport/\";s:11:\"fbmsn_image\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/crashed-plane-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:80:\"https://buzz-caribbean.com/article/small-plane-crashes-at-norman-manley-airport/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:80:\"https://buzz-caribbean.com/article/small-plane-crashes-at-norman-manley-airport/\";s:16:\"desktop_bigimage\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/crashed-plane-300x250.jpg\";s:12:\"desktop_icon\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/crashed-plane-150x150.jpg\";s:4:\"name\";s:44:\"Small plane crashes at Norman Manley Airport\";s:7:\"post_id\";s:4:\"5456\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(74,'','Shocking Murray pays tribute to Marcus Garvey','custom','Shocking Murray pays tribute to Marcus Garvey','2019-08-27 13:53:33','2019-08-27 13:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:45:\"Shocking Murray pays tribute to Marcus Garvey\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/08/shockingmurray2-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"5398\",\"post_id\":\"5398\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:97:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/shocking-murray-pays-tribute-to-marcus-garvey\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:96:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/shockingmurray2-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:81:\"https://buzz-caribbean.com/article/shocking-murray-pays-tribute-to-marcus-garvey/\";s:11:\"fbmsn_image\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/08/shockingmurray2-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:81:\"https://buzz-caribbean.com/article/shocking-murray-pays-tribute-to-marcus-garvey/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:81:\"https://buzz-caribbean.com/article/shocking-murray-pays-tribute-to-marcus-garvey/\";s:16:\"desktop_bigimage\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/08/shockingmurray2-300x200.jpg\";s:12:\"desktop_icon\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/08/shockingmurray2-150x150.jpg\";s:4:\"name\";s:45:\"Shocking Murray pays tribute to Marcus Garvey\";s:7:\"post_id\";s:4:\"5398\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(75,'','Forbes\' highest-paid women in music revealed','custom','Forbes\' highest-paid women in music revealed','2019-08-27 14:08:15','2019-08-27 14:08:15',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:44:\"Forbes\' highest-paid women in music revealed\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/08/TAYLOR-SWIFT-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6067\",\"post_id\":\"6067\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:95:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/forbes-highest-paid-women-in-music-revealed\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:93:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/TAYLOR-SWIFT-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:79:\"https://buzz-caribbean.com/article/forbes-highest-paid-women-in-music-revealed/\";s:11:\"fbmsn_image\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/08/TAYLOR-SWIFT-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:79:\"https://buzz-caribbean.com/article/forbes-highest-paid-women-in-music-revealed/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:79:\"https://buzz-caribbean.com/article/forbes-highest-paid-women-in-music-revealed/\";s:16:\"desktop_bigimage\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/08/TAYLOR-SWIFT-300x169.jpg\";s:12:\"desktop_icon\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/08/TAYLOR-SWIFT-150x150.jpg\";s:4:\"name\";s:44:\"Forbes\' highest-paid women in music revealed\";s:7:\"post_id\";s:4:\"6067\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(76,'','Reggae Sunsplash to return in 2020','custom','Reggae Sunsplash to return in 2020','2019-08-27 14:53:08','2019-08-27 14:53:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:34:\"Reggae Sunsplash to return in 2020\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/08/Tyrone-Wilson-2-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6069\",\"post_id\":\"6069\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:86:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/reggae-sunsplash-to-return-in-2020\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:96:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Tyrone-Wilson-2-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:70:\"https://buzz-caribbean.com/article/reggae-sunsplash-to-return-in-2020/\";s:11:\"fbmsn_image\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/08/Tyrone-Wilson-2-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:70:\"https://buzz-caribbean.com/article/reggae-sunsplash-to-return-in-2020/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:70:\"https://buzz-caribbean.com/article/reggae-sunsplash-to-return-in-2020/\";s:16:\"desktop_bigimage\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/08/Tyrone-Wilson-2-300x197.jpg\";s:12:\"desktop_icon\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/08/Tyrone-Wilson-2-150x150.jpg\";s:4:\"name\";s:34:\"Reggae Sunsplash to return in 2020\";s:7:\"post_id\";s:4:\"6069\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(77,'','Kingston to St Thomas road work set to start September','custom','Kingston to St Thomas road work set to start September','2019-08-27 15:38:07','2019-08-27 15:38:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:54:\"Kingston to St Thomas road work set to start September\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/road-contract-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6091\",\"post_id\":\"6091\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:106:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/kingston-to-st-thomas-road-work-set-to-start-september\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:94:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/road-contract-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:90:\"https://buzz-caribbean.com/article/kingston-to-st-thomas-road-work-set-to-start-september/\";s:11:\"fbmsn_image\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/road-contract-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:90:\"https://buzz-caribbean.com/article/kingston-to-st-thomas-road-work-set-to-start-september/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:90:\"https://buzz-caribbean.com/article/kingston-to-st-thomas-road-work-set-to-start-september/\";s:16:\"desktop_bigimage\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/road-contract-300x200.jpg\";s:12:\"desktop_icon\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/road-contract-150x150.jpg\";s:4:\"name\";s:54:\"Kingston to St Thomas road work set to start September\";s:7:\"post_id\";s:4:\"6091\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(78,'','Meek Mill extremely grateful as gun case ends','custom','Meek Mill extremely grateful as gun case ends','2019-08-27 16:23:07','2019-08-27 16:23:07',0,'','a:46:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:45:\"Meek Mill extremely grateful as gun case ends\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:0:\"\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6097\",\"post_id\":\"6097\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:97:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/meek-mill-extremely-grateful-as-gun-case-ends\\/\"}\";s:13:\"wp_extra_type\";s:0:\"\";s:13:\"wp_extravalue\";s:0:\"\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:81:\"https://buzz-caribbean.com/article/meek-mill-extremely-grateful-as-gun-case-ends/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:81:\"https://buzz-caribbean.com/article/meek-mill-extremely-grateful-as-gun-case-ends/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:81:\"https://buzz-caribbean.com/article/meek-mill-extremely-grateful-as-gun-case-ends/\";s:4:\"name\";s:45:\"Meek Mill extremely grateful as gun case ends\";s:7:\"post_id\";s:4:\"6097\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(79,'','Telegram set to dethrone WhatsApp?','custom','Telegram set to dethrone WhatsApp?','2019-08-27 16:38:08','2019-08-27 16:38:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:34:\"Telegram set to dethrone WhatsApp?\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1305-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6077\",\"post_id\":\"6077\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:85:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/telegram-set-to-dethrone-whatsapp\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:89:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/IMG_1305-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:69:\"https://buzz-caribbean.com/article/telegram-set-to-dethrone-whatsapp/\";s:11:\"fbmsn_image\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1305-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:69:\"https://buzz-caribbean.com/article/telegram-set-to-dethrone-whatsapp/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:69:\"https://buzz-caribbean.com/article/telegram-set-to-dethrone-whatsapp/\";s:16:\"desktop_bigimage\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1305-300x200.jpg\";s:12:\"desktop_icon\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/IMG_1305-150x150.jpg\";s:4:\"name\";s:34:\"Telegram set to dethrone WhatsApp?\";s:7:\"post_id\";s:4:\"6077\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(80,'','Jamaica takes 7 medals, places third in Caribbean TT Championships','custom','Jamaica takes 7 medals, places third in Caribbean TT Championships','2019-08-27 17:08:07','2019-08-27 17:08:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:66:\"Jamaica takes 7 medals, places third in Caribbean TT Championships\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/08/Tsenaye-Lianna-Olivia-002-150x150.jpeg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6105\",\"post_id\":\"6105\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:117:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jamaica-takes-7-medals-places-third-in-caribbean-tt-championships\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:107:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Tsenaye-Lianna-Olivia-002-150x150.jpeg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:101:\"https://buzz-caribbean.com/article/jamaica-takes-7-medals-places-third-in-caribbean-tt-championships/\";s:11:\"fbmsn_image\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/08/Tsenaye-Lianna-Olivia-002-150x150.jpeg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:101:\"https://buzz-caribbean.com/article/jamaica-takes-7-medals-places-third-in-caribbean-tt-championships/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:101:\"https://buzz-caribbean.com/article/jamaica-takes-7-medals-places-third-in-caribbean-tt-championships/\";s:16:\"desktop_bigimage\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/08/Tsenaye-Lianna-Olivia-002-300x250.jpeg\";s:12:\"desktop_icon\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/08/Tsenaye-Lianna-Olivia-002-150x150.jpeg\";s:4:\"name\";s:66:\"Jamaica takes 7 medals, places third in Caribbean TT Championships\";s:7:\"post_id\";s:4:\"6105\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(81,'','Bella Blair says men are too immature to settle down!','custom','Bella Blair says men are too immature to settle down!','2019-08-27 17:38:07','2019-08-27 17:38:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:53:\"Bella Blair says men are too immature to settle down!\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/Bella-Portrait-Landscape-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6119\",\"post_id\":\"6119\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:104:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/bella-blair-says-men-are-too-immature-to-settle-down\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:105:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Bella-Portrait-Landscape-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:88:\"https://buzz-caribbean.com/article/bella-blair-says-men-are-too-immature-to-settle-down/\";s:11:\"fbmsn_image\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/Bella-Portrait-Landscape-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:88:\"https://buzz-caribbean.com/article/bella-blair-says-men-are-too-immature-to-settle-down/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:88:\"https://buzz-caribbean.com/article/bella-blair-says-men-are-too-immature-to-settle-down/\";s:16:\"desktop_bigimage\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/Bella-Portrait-Landscape-300x233.jpg\";s:12:\"desktop_icon\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/Bella-Portrait-Landscape-150x150.jpg\";s:4:\"name\";s:53:\"Bella Blair says men are too immature to settle down!\";s:7:\"post_id\";s:4:\"6119\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(82,'','Edna Manley staff and board at odds over treatment of principal','custom','Edna Manley staff and board at odds over treatment of principal','2019-08-27 18:38:27','2019-08-27 18:38:27',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:63:\"Edna Manley staff and board at odds over treatment of principal\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/08/Nicholeen-DeGrasse-Johnson-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6131\",\"post_id\":\"6131\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:115:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/edna-manley-staff-and-board-at-odds-over-treatment-of-principal\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:107:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Nicholeen-DeGrasse-Johnson-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new topic\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:99:\"https://buzz-caribbean.com/article/edna-manley-staff-and-board-at-odds-over-treatment-of-principal/\";s:11:\"fbmsn_image\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/08/Nicholeen-DeGrasse-Johnson-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:99:\"https://buzz-caribbean.com/article/edna-manley-staff-and-board-at-odds-over-treatment-of-principal/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new topic\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new topic\";s:12:\"desktop_link\";s:99:\"https://buzz-caribbean.com/article/edna-manley-staff-and-board-at-odds-over-treatment-of-principal/\";s:16:\"desktop_bigimage\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/08/Nicholeen-DeGrasse-Johnson-300x204.jpg\";s:12:\"desktop_icon\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/08/Nicholeen-DeGrasse-Johnson-150x150.jpg\";s:4:\"name\";s:63:\"Edna Manley staff and board at odds over treatment of principal\";s:7:\"post_id\";s:4:\"6131\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(83,'','Dominica not taking any chances with Dorian','custom','Dominica not taking any chances with Dorian','2019-08-28 05:09:35','2019-08-28 05:09:35',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:43:\"Dominica not taking any chances with Dorian\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/08/PM-Skerrit-on-Dorian-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6148\",\"post_id\":\"6148\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:95:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/dominica-not-taking-any-chances-with-dorian\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:101:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/PM-Skerrit-on-Dorian-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:79:\"https://buzz-caribbean.com/article/dominica-not-taking-any-chances-with-dorian/\";s:11:\"fbmsn_image\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/08/PM-Skerrit-on-Dorian-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:79:\"https://buzz-caribbean.com/article/dominica-not-taking-any-chances-with-dorian/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:79:\"https://buzz-caribbean.com/article/dominica-not-taking-any-chances-with-dorian/\";s:16:\"desktop_bigimage\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/08/PM-Skerrit-on-Dorian-300x175.jpg\";s:12:\"desktop_icon\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/08/PM-Skerrit-on-Dorian-150x150.jpg\";s:4:\"name\";s:43:\"Dominica not taking any chances with Dorian\";s:7:\"post_id\";s:4:\"6148\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(84,'','KFC Fried Miracles vegan nuggets to excite the palate','custom','KFC Fried Miracles vegan nuggets to excite the palate','2019-08-28 06:10:42','2019-08-28 06:10:42',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:53:\"KFC Fried Miracles vegan nuggets to excite the palate\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/08/KFC-Featured-Image-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6143\",\"post_id\":\"6143\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:105:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/kfc-fried-miracles-vegan-nuggets-to-excite-the-palate\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:99:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/KFC-Featured-Image-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:89:\"https://buzz-caribbean.com/article/kfc-fried-miracles-vegan-nuggets-to-excite-the-palate/\";s:11:\"fbmsn_image\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/08/KFC-Featured-Image-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:89:\"https://buzz-caribbean.com/article/kfc-fried-miracles-vegan-nuggets-to-excite-the-palate/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:89:\"https://buzz-caribbean.com/article/kfc-fried-miracles-vegan-nuggets-to-excite-the-palate/\";s:16:\"desktop_bigimage\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/08/KFC-Featured-Image-300x300.jpg\";s:12:\"desktop_icon\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/08/KFC-Featured-Image-150x150.jpg\";s:4:\"name\";s:53:\"KFC Fried Miracles vegan nuggets to excite the palate\";s:7:\"post_id\";s:4:\"6143\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(85,'','Performance criteria for contractors to be introduced in public procurement process — PM Holness','custom','Performance criteria for contractors to be introduced in public procurement process — PM Holness','2019-08-28 06:10:42','2019-08-28 06:10:42',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:98:\"Performance criteria for contractors to be introduced in public procurement process — PM Holness\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/08/PM-Signing-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6182\",\"post_id\":\"6182\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:146:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/performance-criteria-for-contractors-to-be-introduced-in-public-procurement-process-pm-holness\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:91:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/PM-Signing-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:130:\"https://buzz-caribbean.com/article/performance-criteria-for-contractors-to-be-introduced-in-public-procurement-process-pm-holness/\";s:11:\"fbmsn_image\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/08/PM-Signing-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:130:\"https://buzz-caribbean.com/article/performance-criteria-for-contractors-to-be-introduced-in-public-procurement-process-pm-holness/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:130:\"https://buzz-caribbean.com/article/performance-criteria-for-contractors-to-be-introduced-in-public-procurement-process-pm-holness/\";s:16:\"desktop_bigimage\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/08/PM-Signing-300x200.jpg\";s:12:\"desktop_icon\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/08/PM-Signing-150x150.jpg\";s:4:\"name\";s:98:\"Performance criteria for contractors to be introduced in public procurement process — PM Holness\";s:7:\"post_id\";s:4:\"6182\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(86,'','Tenure in Jamaica has been very rewarding — Outgoing IMF resident representative','custom','Tenure in Jamaica has been very rewarding — Outgoing IMF resident representative','2019-08-28 06:25:08','2019-08-28 06:25:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:82:\"Tenure in Jamaica has been very rewarding — Outgoing IMF resident representative\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/08/DDP9666-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6188\",\"post_id\":\"6188\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:130:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/tenure-in-jamaica-has-been-very-rewarding-outgoing-imf-resident-representative\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:88:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/DDP9666-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:114:\"https://buzz-caribbean.com/article/tenure-in-jamaica-has-been-very-rewarding-outgoing-imf-resident-representative/\";s:11:\"fbmsn_image\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/08/DDP9666-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:114:\"https://buzz-caribbean.com/article/tenure-in-jamaica-has-been-very-rewarding-outgoing-imf-resident-representative/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:114:\"https://buzz-caribbean.com/article/tenure-in-jamaica-has-been-very-rewarding-outgoing-imf-resident-representative/\";s:16:\"desktop_bigimage\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/08/DDP9666-300x200.jpg\";s:12:\"desktop_icon\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/08/DDP9666-150x150.jpg\";s:4:\"name\";s:82:\"Tenure in Jamaica has been very rewarding — Outgoing IMF resident representative\";s:7:\"post_id\";s:4:\"6188\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(87,'','Dilly Chris wants to be dancehall\'s next international hit-maker','custom','Dilly Chris wants to be dancehall\'s next international hit-maker','2019-08-28 06:42:26','2019-08-28 06:42:26',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:64:\"Dilly Chris wants to be dancehall\'s next international hit-maker\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/D-Chris-2-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6147\",\"post_id\":\"6147\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:115:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/dilly-chris-wants-to-be-dancehalls-next-international-hit-maker\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:90:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/D-Chris-2-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:99:\"https://buzz-caribbean.com/article/dilly-chris-wants-to-be-dancehalls-next-international-hit-maker/\";s:11:\"fbmsn_image\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/D-Chris-2-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:99:\"https://buzz-caribbean.com/article/dilly-chris-wants-to-be-dancehalls-next-international-hit-maker/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:99:\"https://buzz-caribbean.com/article/dilly-chris-wants-to-be-dancehalls-next-international-hit-maker/\";s:16:\"desktop_bigimage\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/D-Chris-2-200x300.jpg\";s:12:\"desktop_icon\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/D-Chris-2-150x150.jpg\";s:4:\"name\";s:64:\"Dilly Chris wants to be dancehall\'s next international hit-maker\";s:7:\"post_id\";s:4:\"6147\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(88,'','Jamaica\'s Grace Jones set to slay at Bristol festival this weekend','custom','Jamaica\'s Grace Jones set to slay at Bristol festival this weekend','2019-08-28 07:53:13','2019-08-28 07:53:13',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:66:\"Jamaica\'s Grace Jones set to slay at Bristol festival this weekend\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/Grace-grace-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6173\",\"post_id\":\"6173\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:117:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jamaicas-grace-jones-set-to-slay-at-bristol-festival-this-weekend\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:92:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Grace-grace-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:101:\"https://buzz-caribbean.com/article/jamaicas-grace-jones-set-to-slay-at-bristol-festival-this-weekend/\";s:11:\"fbmsn_image\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/Grace-grace-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:101:\"https://buzz-caribbean.com/article/jamaicas-grace-jones-set-to-slay-at-bristol-festival-this-weekend/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:101:\"https://buzz-caribbean.com/article/jamaicas-grace-jones-set-to-slay-at-bristol-festival-this-weekend/\";s:16:\"desktop_bigimage\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/Grace-grace-300x300.jpg\";s:12:\"desktop_icon\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/Grace-grace-150x150.jpg\";s:4:\"name\";s:66:\"Jamaica\'s Grace Jones set to slay at Bristol festival this weekend\";s:7:\"post_id\";s:4:\"6173\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(89,'','Caribbean designers invited to impress in Sweden','custom','Caribbean designers invited to impress in Sweden','2019-08-28 07:53:13','2019-08-28 07:53:13',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:48:\"Caribbean designers invited to impress in Sweden\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/Chay-Hanna-Feature-Image-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6154\",\"post_id\":\"6154\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:100:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/caribbean-designers-invited-to-impress-in-sweden\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:105:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Chay-Hanna-Feature-Image-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:84:\"https://buzz-caribbean.com/article/caribbean-designers-invited-to-impress-in-sweden/\";s:11:\"fbmsn_image\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/Chay-Hanna-Feature-Image-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:84:\"https://buzz-caribbean.com/article/caribbean-designers-invited-to-impress-in-sweden/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:84:\"https://buzz-caribbean.com/article/caribbean-designers-invited-to-impress-in-sweden/\";s:16:\"desktop_bigimage\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/Chay-Hanna-Feature-Image-300x225.jpg\";s:12:\"desktop_icon\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/Chay-Hanna-Feature-Image-150x150.jpg\";s:4:\"name\";s:48:\"Caribbean designers invited to impress in Sweden\";s:7:\"post_id\";s:4:\"6154\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(90,'','Former Miss Universe Jamaica Davina Bennett rocks edgy, shorter cut','custom','Former Miss Universe Jamaica Davina Bennett rocks edgy, shorter cut','2019-08-28 08:08:06','2019-08-28 08:08:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:67:\"Former Miss Universe Jamaica Davina Bennett rocks edgy, shorter cut\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/Davina-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6162\",\"post_id\":\"6162\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:118:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/former-miss-universe-jamaica-davina-bennett-rocks-edgy-shorter-cut\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:89:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Davina-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:102:\"https://buzz-caribbean.com/article/former-miss-universe-jamaica-davina-bennett-rocks-edgy-shorter-cut/\";s:11:\"fbmsn_image\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/Davina-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:102:\"https://buzz-caribbean.com/article/former-miss-universe-jamaica-davina-bennett-rocks-edgy-shorter-cut/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:102:\"https://buzz-caribbean.com/article/former-miss-universe-jamaica-davina-bennett-rocks-edgy-shorter-cut/\";s:16:\"desktop_bigimage\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/Davina-1-238x300.jpg\";s:12:\"desktop_icon\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/Davina-1-150x150.jpg\";s:4:\"name\";s:67:\"Former Miss Universe Jamaica Davina Bennett rocks edgy, shorter cut\";s:7:\"post_id\";s:4:\"6162\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(91,'','$130 million allocated to clear mosquito breeding sites','custom','$130 million allocated to clear mosquito breeding sites','2019-08-28 10:08:09','2019-08-28 10:08:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:55:\"$130 million allocated to clear mosquito breeding sites\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:93:\"https://buzz-caribbean.com/app/uploads/2019/08/Health-Ministry-Christopher-Tufton-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6195\",\"post_id\":\"6195\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:106:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/130-million-allocated-to-clear-mosquito-breeding-sites\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:115:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Health-Ministry-Christopher-Tufton-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:90:\"https://buzz-caribbean.com/article/130-million-allocated-to-clear-mosquito-breeding-sites/\";s:11:\"fbmsn_image\";s:93:\"https://buzz-caribbean.com/app/uploads/2019/08/Health-Ministry-Christopher-Tufton-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:90:\"https://buzz-caribbean.com/article/130-million-allocated-to-clear-mosquito-breeding-sites/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:90:\"https://buzz-caribbean.com/article/130-million-allocated-to-clear-mosquito-breeding-sites/\";s:16:\"desktop_bigimage\";s:93:\"https://buzz-caribbean.com/app/uploads/2019/08/Health-Ministry-Christopher-Tufton-300x200.jpg\";s:12:\"desktop_icon\";s:93:\"https://buzz-caribbean.com/app/uploads/2019/08/Health-Ministry-Christopher-Tufton-150x150.jpg\";s:4:\"name\";s:55:\"$130 million allocated to clear mosquito breeding sites\";s:7:\"post_id\";s:4:\"6195\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(92,'','Ed Sheeran taking 18-month break','custom','Ed Sheeran taking 18-month break','2019-08-28 10:38:11','2019-08-28 10:38:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:32:\"Ed Sheeran taking 18-month break\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/Ed-Sheeran-20190828-C-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6199\",\"post_id\":\"6199\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:84:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/ed-sheeran-taking-18-month-break\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:102:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Ed-Sheeran-20190828-C-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:68:\"https://buzz-caribbean.com/article/ed-sheeran-taking-18-month-break/\";s:11:\"fbmsn_image\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/Ed-Sheeran-20190828-C-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:68:\"https://buzz-caribbean.com/article/ed-sheeran-taking-18-month-break/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:68:\"https://buzz-caribbean.com/article/ed-sheeran-taking-18-month-break/\";s:16:\"desktop_bigimage\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/Ed-Sheeran-20190828-C-300x195.jpg\";s:12:\"desktop_icon\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/Ed-Sheeran-20190828-C-150x150.jpg\";s:4:\"name\";s:32:\"Ed Sheeran taking 18-month break\";s:7:\"post_id\";s:4:\"6199\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(93,'','Usain Bolt’s ‘Olympe Rose’ video medley to premiere on Billboard','custom','Usain Bolt’s ‘Olympe Rose’ video medley to premiere on Billboard','2019-08-28 11:38:06','2019-08-28 11:38:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:70:\"Usain Bolt’s ‘Olympe Rose’ video medley to premiere on Billboard\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/Usain-Bolt-rhythm-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6204\",\"post_id\":\"6204\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:113:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/usain-bolts-olympe-rose-video-medley-to-premiere-on-billboard\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:98:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Usain-Bolt-rhythm-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:97:\"https://buzz-caribbean.com/article/usain-bolts-olympe-rose-video-medley-to-premiere-on-billboard/\";s:11:\"fbmsn_image\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/Usain-Bolt-rhythm-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:97:\"https://buzz-caribbean.com/article/usain-bolts-olympe-rose-video-medley-to-premiere-on-billboard/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:97:\"https://buzz-caribbean.com/article/usain-bolts-olympe-rose-video-medley-to-premiere-on-billboard/\";s:16:\"desktop_bigimage\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/Usain-Bolt-rhythm-300x200.jpg\";s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/Usain-Bolt-rhythm-150x150.jpg\";s:4:\"name\";s:70:\"Usain Bolt’s ‘Olympe Rose’ video medley to premiere on Billboard\";s:7:\"post_id\";s:4:\"6204\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(94,'','Third World debuts at no. 3 on Billboard Reggae chart','custom','Third World debuts at no. 3 on Billboard Reggae chart','2019-08-28 11:53:29','2019-08-28 11:53:29',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:53:\"Third World debuts at no. 3 on Billboard Reggae chart\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:103:\"https://buzz-caribbean.com/app/uploads/2019/08/Album-Cover-More-Work-To-Be-Done-Third-World-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6203\",\"post_id\":\"6203\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:104:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/third-world-debuts-at-no-3-on-billboard-reggae-chart\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:125:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Album-Cover-More-Work-To-Be-Done-Third-World-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:88:\"https://buzz-caribbean.com/article/third-world-debuts-at-no-3-on-billboard-reggae-chart/\";s:11:\"fbmsn_image\";s:103:\"https://buzz-caribbean.com/app/uploads/2019/08/Album-Cover-More-Work-To-Be-Done-Third-World-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:88:\"https://buzz-caribbean.com/article/third-world-debuts-at-no-3-on-billboard-reggae-chart/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:88:\"https://buzz-caribbean.com/article/third-world-debuts-at-no-3-on-billboard-reggae-chart/\";s:16:\"desktop_bigimage\";s:103:\"https://buzz-caribbean.com/app/uploads/2019/08/Album-Cover-More-Work-To-Be-Done-Third-World-300x169.jpg\";s:12:\"desktop_icon\";s:103:\"https://buzz-caribbean.com/app/uploads/2019/08/Album-Cover-More-Work-To-Be-Done-Third-World-150x150.jpg\";s:4:\"name\";s:53:\"Third World debuts at no. 3 on Billboard Reggae chart\";s:7:\"post_id\";s:4:\"6203\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(95,'','Dayton Campbell cries hypocrisy after another MP declares support Dr Phillips','custom','Dayton Campbell cries hypocrisy after another MP declares support Dr Phillips','2019-08-28 12:38:39','2019-08-28 12:38:39',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:77:\"Dayton Campbell cries hypocrisy after another MP declares support Dr Phillips\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/dayton-campbell-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6206\",\"post_id\":\"6206\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:129:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/dayton-campbell-cries-hypocrisy-after-another-mp-declares-support-dr-phillips\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:98:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/dayton-campbell-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:113:\"https://buzz-caribbean.com/article/dayton-campbell-cries-hypocrisy-after-another-mp-declares-support-dr-phillips/\";s:11:\"fbmsn_image\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/dayton-campbell-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:113:\"https://buzz-caribbean.com/article/dayton-campbell-cries-hypocrisy-after-another-mp-declares-support-dr-phillips/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:113:\"https://buzz-caribbean.com/article/dayton-campbell-cries-hypocrisy-after-another-mp-declares-support-dr-phillips/\";s:16:\"desktop_bigimage\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/dayton-campbell-1-300x181.jpg\";s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/dayton-campbell-1-150x150.jpg\";s:4:\"name\";s:77:\"Dayton Campbell cries hypocrisy after another MP declares support Dr Phillips\";s:7:\"post_id\";s:4:\"6206\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(96,'','PM pleased with efforts to relocate iguanas','custom','PM pleased with efforts to relocate iguanas','2019-08-28 13:08:08','2019-08-28 13:08:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:43:\"PM pleased with efforts to relocate iguanas\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-spend-buzz-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6218\",\"post_id\":\"6218\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:95:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/pm-pleased-with-efforts-to-relocate-iguanas\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:106:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/andrew-holness-spend-buzz-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:79:\"https://buzz-caribbean.com/article/pm-pleased-with-efforts-to-relocate-iguanas/\";s:11:\"fbmsn_image\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-spend-buzz-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:79:\"https://buzz-caribbean.com/article/pm-pleased-with-efforts-to-relocate-iguanas/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:79:\"https://buzz-caribbean.com/article/pm-pleased-with-efforts-to-relocate-iguanas/\";s:16:\"desktop_bigimage\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-spend-buzz-300x200.jpg\";s:12:\"desktop_icon\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-spend-buzz-150x150.jpg\";s:4:\"name\";s:43:\"PM pleased with efforts to relocate iguanas\";s:7:\"post_id\";s:4:\"6218\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(97,'','Beauty roars: Take a trip through the scenic Roaring River','custom','Beauty roars: Take a trip through the scenic Roaring River','2019-08-28 15:53:18','2019-08-28 15:53:18',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:58:\"Beauty roars: Take a trip through the scenic Roaring River\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_5680-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6222\",\"post_id\":\"6222\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:109:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/beauty-roars-take-a-trip-through-the-scenic-roaring-river\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:89:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/DSC_5680-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:93:\"https://buzz-caribbean.com/article/beauty-roars-take-a-trip-through-the-scenic-roaring-river/\";s:11:\"fbmsn_image\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_5680-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:93:\"https://buzz-caribbean.com/article/beauty-roars-take-a-trip-through-the-scenic-roaring-river/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:93:\"https://buzz-caribbean.com/article/beauty-roars-take-a-trip-through-the-scenic-roaring-river/\";s:16:\"desktop_bigimage\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_5680-300x233.jpg\";s:12:\"desktop_icon\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_5680-150x150.jpg\";s:4:\"name\";s:58:\"Beauty roars: Take a trip through the scenic Roaring River\";s:7:\"post_id\";s:4:\"6222\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(98,'','Salute to a legend! Beres Hammond\'s greatest hits','custom','Salute to a legend! Beres Hammond\'s greatest hits','2019-08-28 15:53:18','2019-08-28 15:53:18',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:49:\"Salute to a legend! Beres Hammond\'s greatest hits\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/08/Beres-Hammond-Reggae-BUZZ-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6224\",\"post_id\":\"6224\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:99:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/salute-to-a-legend-beres-hammonds-greatest-hits\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:106:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Beres-Hammond-Reggae-BUZZ-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:83:\"https://buzz-caribbean.com/article/salute-to-a-legend-beres-hammonds-greatest-hits/\";s:11:\"fbmsn_image\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/08/Beres-Hammond-Reggae-BUZZ-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:83:\"https://buzz-caribbean.com/article/salute-to-a-legend-beres-hammonds-greatest-hits/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:83:\"https://buzz-caribbean.com/article/salute-to-a-legend-beres-hammonds-greatest-hits/\";s:16:\"desktop_bigimage\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/08/Beres-Hammond-Reggae-BUZZ-300x187.jpg\";s:12:\"desktop_icon\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/08/Beres-Hammond-Reggae-BUZZ-150x150.jpg\";s:4:\"name\";s:49:\"Salute to a legend! Beres Hammond\'s greatest hits\";s:7:\"post_id\";s:4:\"6224\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(99,'','Karina\'s Kitchen: A spot for beautiful food','custom','Karina\'s Kitchen: A spot for beautiful food','2019-08-28 16:23:43','2019-08-28 16:23:43',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:43:\"Karina\'s Kitchen: A spot for beautiful food\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/08/karinas-Kitchen-E-20190828-C-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6252\",\"post_id\":\"6252\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:93:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/karinas-kitchen-a-spot-for-beautiful-food\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:109:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/karinas-Kitchen-E-20190828-C-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:77:\"https://buzz-caribbean.com/article/karinas-kitchen-a-spot-for-beautiful-food/\";s:11:\"fbmsn_image\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/08/karinas-Kitchen-E-20190828-C-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:77:\"https://buzz-caribbean.com/article/karinas-kitchen-a-spot-for-beautiful-food/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:77:\"https://buzz-caribbean.com/article/karinas-kitchen-a-spot-for-beautiful-food/\";s:16:\"desktop_bigimage\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/08/karinas-Kitchen-E-20190828-C-300x200.jpg\";s:12:\"desktop_icon\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/08/karinas-Kitchen-E-20190828-C-150x150.jpg\";s:4:\"name\";s:43:\"Karina\'s Kitchen: A spot for beautiful food\";s:7:\"post_id\";s:4:\"6252\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(100,'','Under-16 Jamaican football coach could join Arsenal training programme','custom','Under-16 Jamaican football coach could join Arsenal training programme','2019-08-28 16:38:09','2019-08-28 16:38:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:70:\"Under-16 Jamaican football coach could join Arsenal training programme\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/08/Gilberto-Silva-Arsenal-Future-Stars--150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6258\",\"post_id\":\"6258\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:122:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/under-16-jamaican-football-coach-could-join-arsenal-training-programme\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:117:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Gilberto-Silva-Arsenal-Future-Stars--150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:106:\"https://buzz-caribbean.com/article/under-16-jamaican-football-coach-could-join-arsenal-training-programme/\";s:11:\"fbmsn_image\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/08/Gilberto-Silva-Arsenal-Future-Stars--150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:106:\"https://buzz-caribbean.com/article/under-16-jamaican-football-coach-could-join-arsenal-training-programme/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:106:\"https://buzz-caribbean.com/article/under-16-jamaican-football-coach-could-join-arsenal-training-programme/\";s:16:\"desktop_bigimage\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/08/Gilberto-Silva-Arsenal-Future-Stars--300x210.jpg\";s:12:\"desktop_icon\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/08/Gilberto-Silva-Arsenal-Future-Stars--150x150.jpg\";s:4:\"name\";s:70:\"Under-16 Jamaican football coach could join Arsenal training programme\";s:7:\"post_id\";s:4:\"6258\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(101,'','Briana Williams sheds more light on adverse finding','custom','Briana Williams sheds more light on adverse finding','2019-08-28 16:38:09','2019-08-28 16:38:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:51:\"Briana Williams sheds more light on adverse finding\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/08/Briana-Williams-BUZZ-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6253\",\"post_id\":\"6253\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:103:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/briana-williams-sheds-more-light-on-adverse-finding\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:101:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Briana-Williams-BUZZ-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:87:\"https://buzz-caribbean.com/article/briana-williams-sheds-more-light-on-adverse-finding/\";s:11:\"fbmsn_image\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/08/Briana-Williams-BUZZ-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:87:\"https://buzz-caribbean.com/article/briana-williams-sheds-more-light-on-adverse-finding/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:87:\"https://buzz-caribbean.com/article/briana-williams-sheds-more-light-on-adverse-finding/\";s:16:\"desktop_bigimage\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/08/Briana-Williams-BUZZ-300x169.jpg\";s:12:\"desktop_icon\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/08/Briana-Williams-BUZZ-150x150.jpg\";s:4:\"name\";s:51:\"Briana Williams sheds more light on adverse finding\";s:7:\"post_id\";s:4:\"6253\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(102,'','Signs you might have a jealous partner','custom','Signs you might have a jealous partner','2019-08-28 17:08:06','2019-08-28 17:08:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:38:\"Signs you might have a jealous partner\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/Couple-Hurt-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6273\",\"post_id\":\"6273\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:90:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/signs-you-might-have-a-jealous-partner\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:94:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Couple-Hurt-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:74:\"https://buzz-caribbean.com/article/signs-you-might-have-a-jealous-partner/\";s:11:\"fbmsn_image\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/Couple-Hurt-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:74:\"https://buzz-caribbean.com/article/signs-you-might-have-a-jealous-partner/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:74:\"https://buzz-caribbean.com/article/signs-you-might-have-a-jealous-partner/\";s:16:\"desktop_bigimage\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/Couple-Hurt-1-300x200.jpg\";s:12:\"desktop_icon\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/Couple-Hurt-1-150x150.jpg\";s:4:\"name\";s:38:\"Signs you might have a jealous partner\";s:7:\"post_id\";s:4:\"6273\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(103,'','Govana set to release first album','custom','Govana set to release first album','2019-08-28 17:23:14','2019-08-28 17:23:14',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:33:\"Govana set to release first album\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/08/Govana-Dancehall-Artiste-BUZZ-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6269\",\"post_id\":\"6269\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:85:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/govana-set-to-release-first-album\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:110:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Govana-Dancehall-Artiste-BUZZ-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:69:\"https://buzz-caribbean.com/article/govana-set-to-release-first-album/\";s:11:\"fbmsn_image\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/08/Govana-Dancehall-Artiste-BUZZ-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:69:\"https://buzz-caribbean.com/article/govana-set-to-release-first-album/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:69:\"https://buzz-caribbean.com/article/govana-set-to-release-first-album/\";s:16:\"desktop_bigimage\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/08/Govana-Dancehall-Artiste-BUZZ-300x181.jpg\";s:12:\"desktop_icon\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/08/Govana-Dancehall-Artiste-BUZZ-150x150.jpg\";s:4:\"name\";s:33:\"Govana set to release first album\";s:7:\"post_id\";s:4:\"6269\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(104,'','Meet Nicholas Chin Loy from the Dr Birdz','custom','Meet Nicholas Chin Loy from the Dr Birdz','2019-08-28 17:23:14','2019-08-28 17:23:14',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:40:\"Meet Nicholas Chin Loy from the Dr Birdz\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/08/NicholasChinLoy-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6279\",\"post_id\":\"6279\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:92:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/meet-nicholas-chin-loy-from-the-dr-birdz\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:96:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/NicholasChinLoy-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:76:\"https://buzz-caribbean.com/article/meet-nicholas-chin-loy-from-the-dr-birdz/\";s:11:\"fbmsn_image\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/08/NicholasChinLoy-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:76:\"https://buzz-caribbean.com/article/meet-nicholas-chin-loy-from-the-dr-birdz/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:76:\"https://buzz-caribbean.com/article/meet-nicholas-chin-loy-from-the-dr-birdz/\";s:16:\"desktop_bigimage\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/08/NicholasChinLoy-300x224.jpg\";s:12:\"desktop_icon\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/08/NicholasChinLoy-150x150.jpg\";s:4:\"name\";s:40:\"Meet Nicholas Chin Loy from the Dr Birdz\";s:7:\"post_id\";s:4:\"6279\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(105,'','24-hour helpline coming to assist persons with mental illness','custom','24-hour helpline coming to assist persons with mental illness','2019-08-28 17:38:06','2019-08-28 17:38:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:61:\"24-hour helpline coming to assist persons with mental illness\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/moh-christopher-tufton-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6276\",\"post_id\":\"6276\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:113:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/24-hour-helpline-coming-to-assist-persons-with-mental-illness\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:103:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/moh-christopher-tufton-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:97:\"https://buzz-caribbean.com/article/24-hour-helpline-coming-to-assist-persons-with-mental-illness/\";s:11:\"fbmsn_image\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/moh-christopher-tufton-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:97:\"https://buzz-caribbean.com/article/24-hour-helpline-coming-to-assist-persons-with-mental-illness/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:97:\"https://buzz-caribbean.com/article/24-hour-helpline-coming-to-assist-persons-with-mental-illness/\";s:16:\"desktop_bigimage\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/moh-christopher-tufton-300x200.jpg\";s:12:\"desktop_icon\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/moh-christopher-tufton-150x150.jpg\";s:4:\"name\";s:61:\"24-hour helpline coming to assist persons with mental illness\";s:7:\"post_id\";s:4:\"6276\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(106,'','50 Cent slams the Emmys for snubbing \'Power\'','custom','50 Cent slams the Emmys for snubbing \'Power\'','2019-08-28 17:53:16','2019-08-28 17:53:16',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:44:\"50 Cent slams the Emmys for snubbing \'Power\'\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/08/50cent-Exec-Producer-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6292\",\"post_id\":\"6292\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:94:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/50-cent-slams-the-emmys-for-snubbing-power\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:101:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/50cent-Exec-Producer-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:78:\"https://buzz-caribbean.com/article/50-cent-slams-the-emmys-for-snubbing-power/\";s:11:\"fbmsn_image\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/08/50cent-Exec-Producer-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:78:\"https://buzz-caribbean.com/article/50-cent-slams-the-emmys-for-snubbing-power/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:78:\"https://buzz-caribbean.com/article/50-cent-slams-the-emmys-for-snubbing-power/\";s:16:\"desktop_bigimage\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/08/50cent-Exec-Producer-300x200.jpg\";s:12:\"desktop_icon\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/08/50cent-Exec-Producer-150x150.jpg\";s:4:\"name\";s:44:\"50 Cent slams the Emmys for snubbing \'Power\'\";s:7:\"post_id\";s:4:\"6292\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(107,'','Dirk Harrison steps away from Integrity Commission','custom','Dirk Harrison steps away from Integrity Commission','2019-08-28 17:53:16','2019-08-28 17:53:16',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:50:\"Dirk Harrison steps away from Integrity Commission\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/dirk-harrison-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6294\",\"post_id\":\"6294\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:102:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/dirk-harrison-steps-away-from-integrity-commission\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:94:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/dirk-harrison-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:86:\"https://buzz-caribbean.com/article/dirk-harrison-steps-away-from-integrity-commission/\";s:11:\"fbmsn_image\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/dirk-harrison-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:86:\"https://buzz-caribbean.com/article/dirk-harrison-steps-away-from-integrity-commission/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:86:\"https://buzz-caribbean.com/article/dirk-harrison-steps-away-from-integrity-commission/\";s:16:\"desktop_bigimage\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/dirk-harrison-300x199.jpg\";s:12:\"desktop_icon\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/dirk-harrison-150x150.jpg\";s:4:\"name\";s:50:\"Dirk Harrison steps away from Integrity Commission\";s:7:\"post_id\";s:4:\"6294\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(108,'','Missy Elliott loses diamond necklace at the VMAs','custom','Missy Elliott loses diamond necklace at the VMAs','2019-08-28 18:08:11','2019-08-28 18:08:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:48:\"Missy Elliott loses diamond necklace at the VMAs\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/missy-elliot-VMA-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6300\",\"post_id\":\"6300\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:100:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/missy-elliott-loses-diamond-necklace-at-the-vmas\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:97:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/missy-elliot-VMA-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:84:\"https://buzz-caribbean.com/article/missy-elliott-loses-diamond-necklace-at-the-vmas/\";s:11:\"fbmsn_image\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/missy-elliot-VMA-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:84:\"https://buzz-caribbean.com/article/missy-elliott-loses-diamond-necklace-at-the-vmas/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:84:\"https://buzz-caribbean.com/article/missy-elliott-loses-diamond-necklace-at-the-vmas/\";s:16:\"desktop_bigimage\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/missy-elliot-VMA-300x195.jpg\";s:12:\"desktop_icon\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/missy-elliot-VMA-150x150.jpg\";s:4:\"name\";s:48:\"Missy Elliott loses diamond necklace at the VMAs\";s:7:\"post_id\";s:4:\"6300\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(109,'','Proposed law will address activities related to emerging LNG sector','custom','Proposed law will address activities related to emerging LNG sector','2019-08-28 18:23:08','2019-08-28 18:23:08',0,'','a:46:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:67:\"Proposed law will address activities related to emerging LNG sector\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:0:\"\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6308\",\"post_id\":\"6308\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:119:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/proposed-law-will-address-activities-related-to-emerging-lng-sector\\/\"}\";s:13:\"wp_extra_type\";s:0:\"\";s:13:\"wp_extravalue\";s:0:\"\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:103:\"https://buzz-caribbean.com/article/proposed-law-will-address-activities-related-to-emerging-lng-sector/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:103:\"https://buzz-caribbean.com/article/proposed-law-will-address-activities-related-to-emerging-lng-sector/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:103:\"https://buzz-caribbean.com/article/proposed-law-will-address-activities-related-to-emerging-lng-sector/\";s:4:\"name\";s:67:\"Proposed law will address activities related to emerging LNG sector\";s:7:\"post_id\";s:4:\"6308\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(110,'','Corporate Jamaica encouraged to have workers trained in sign language','custom','Corporate Jamaica encouraged to have workers trained in sign language','2019-08-28 18:23:08','2019-08-28 18:23:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:69:\"Corporate Jamaica encouraged to have workers trained in sign language\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/08/Sherlock-Marriott-Blake-Sign-Language-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6314\",\"post_id\":\"6314\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:121:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/corporate-jamaica-encouraged-to-have-workers-trained-in-sign-language\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:118:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Sherlock-Marriott-Blake-Sign-Language-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:105:\"https://buzz-caribbean.com/article/corporate-jamaica-encouraged-to-have-workers-trained-in-sign-language/\";s:11:\"fbmsn_image\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/08/Sherlock-Marriott-Blake-Sign-Language-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:105:\"https://buzz-caribbean.com/article/corporate-jamaica-encouraged-to-have-workers-trained-in-sign-language/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:105:\"https://buzz-caribbean.com/article/corporate-jamaica-encouraged-to-have-workers-trained-in-sign-language/\";s:4:\"name\";s:69:\"Corporate Jamaica encouraged to have workers trained in sign language\";s:7:\"post_id\";s:4:\"6314\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:16:\"desktop_bigimage\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/08/Sherlock-Marriott-Blake-Sign-Language-200x300.jpg\";s:12:\"desktop_icon\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/08/Sherlock-Marriott-Blake-Sign-Language-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(111,'','St James police help to beautify Salt Spring Primary and Infant School','custom','St James police help to beautify Salt Spring Primary and Infant School','2019-08-28 18:38:06','2019-08-28 18:38:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:70:\"St James police help to beautify Salt Spring Primary and Infant School\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/08/Salt-Spring-Primary-Renovation-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6309\",\"post_id\":\"6309\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:122:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/st-james-police-help-to-beautify-salt-spring-primary-and-infant-school\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:111:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Salt-Spring-Primary-Renovation-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:106:\"https://buzz-caribbean.com/article/st-james-police-help-to-beautify-salt-spring-primary-and-infant-school/\";s:11:\"fbmsn_image\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/08/Salt-Spring-Primary-Renovation-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:106:\"https://buzz-caribbean.com/article/st-james-police-help-to-beautify-salt-spring-primary-and-infant-school/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:106:\"https://buzz-caribbean.com/article/st-james-police-help-to-beautify-salt-spring-primary-and-infant-school/\";s:16:\"desktop_bigimage\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/08/Salt-Spring-Primary-Renovation-300x225.jpg\";s:12:\"desktop_icon\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/08/Salt-Spring-Primary-Renovation-150x150.jpg\";s:4:\"name\";s:70:\"St James police help to beautify Salt Spring Primary and Infant School\";s:7:\"post_id\";s:4:\"6309\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(112,'','PNP raises concerns as Dirk Harrison departs Integrity Commission','custom','PNP raises concerns as Dirk Harrison departs Integrity Commission','2019-08-28 19:53:08','2019-08-28 19:53:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:65:\"PNP raises concerns as Dirk Harrison departs Integrity Commission\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/08/julian-robinson-integrity-commission-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6332\",\"post_id\":\"6332\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:117:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/pnp-raises-concerns-as-dirk-harrison-departs-integrity-commission\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:117:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/julian-robinson-integrity-commission-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:101:\"https://buzz-caribbean.com/article/pnp-raises-concerns-as-dirk-harrison-departs-integrity-commission/\";s:11:\"fbmsn_image\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/08/julian-robinson-integrity-commission-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:101:\"https://buzz-caribbean.com/article/pnp-raises-concerns-as-dirk-harrison-departs-integrity-commission/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:101:\"https://buzz-caribbean.com/article/pnp-raises-concerns-as-dirk-harrison-departs-integrity-commission/\";s:16:\"desktop_bigimage\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/08/julian-robinson-integrity-commission-300x203.jpg\";s:12:\"desktop_icon\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/08/julian-robinson-integrity-commission-150x150.jpg\";s:4:\"name\";s:65:\"PNP raises concerns as Dirk Harrison departs Integrity Commission\";s:7:\"post_id\";s:4:\"6332\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(113,'','MTV Video Music Awards was worth the watch','custom','MTV Video Music Awards was worth the watch','2019-08-28 20:38:10','2019-08-28 20:38:10',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:42:\"MTV Video Music Awards was worth the watch\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:64:\"https://buzz-caribbean.com/app/uploads/2019/08/lizzo-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6336\",\"post_id\":\"6336\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:94:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/mtv-video-music-awards-was-worth-the-watch\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:86:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/lizzo-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:78:\"https://buzz-caribbean.com/article/mtv-video-music-awards-was-worth-the-watch/\";s:11:\"fbmsn_image\";s:64:\"https://buzz-caribbean.com/app/uploads/2019/08/lizzo-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:78:\"https://buzz-caribbean.com/article/mtv-video-music-awards-was-worth-the-watch/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:78:\"https://buzz-caribbean.com/article/mtv-video-music-awards-was-worth-the-watch/\";s:16:\"desktop_bigimage\";s:64:\"https://buzz-caribbean.com/app/uploads/2019/08/lizzo-300x195.jpg\";s:12:\"desktop_icon\";s:64:\"https://buzz-caribbean.com/app/uploads/2019/08/lizzo-150x150.jpg\";s:4:\"name\";s:42:\"MTV Video Music Awards was worth the watch\";s:7:\"post_id\";s:4:\"6336\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(114,'','‘No effort!’ Peter Phillips bemoans flat economic growth','custom','‘No effort!’ Peter Phillips bemoans flat economic growth','2019-08-29 04:38:55','2019-08-29 04:38:55',0,'','a:46:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:60:\"‘No effort!’ Peter Phillips bemoans flat economic growth\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:0:\"\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6351\",\"post_id\":\"6351\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:105:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/no-effort-peter-phillips-bemoans-flat-economic-growth\\/\"}\";s:13:\"wp_extra_type\";s:0:\"\";s:13:\"wp_extravalue\";s:0:\"\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:89:\"https://buzz-caribbean.com/article/no-effort-peter-phillips-bemoans-flat-economic-growth/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:89:\"https://buzz-caribbean.com/article/no-effort-peter-phillips-bemoans-flat-economic-growth/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:89:\"https://buzz-caribbean.com/article/no-effort-peter-phillips-bemoans-flat-economic-growth/\";s:4:\"name\";s:60:\"‘No effort!’ Peter Phillips bemoans flat economic growth\";s:7:\"post_id\";s:4:\"6351\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(115,'','Fayval Williams upbeat as more Jamaicans crave to invest in energy sector','custom','Fayval Williams upbeat as more Jamaicans crave to invest in energy sector','2019-08-29 05:56:05','2019-08-29 05:56:05',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:73:\"Fayval Williams upbeat as more Jamaicans crave to invest in energy sector\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:113:\"https://buzz-caribbean.com/app/uploads/2019/08/fayval-williams-steven-gooden-chris-guinta-energy-buzz-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6356\",\"post_id\":\"6356\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:125:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/fayval-williams-upbeat-as-more-jamaicans-crave-to-invest-in-energy-sector\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:135:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/fayval-williams-steven-gooden-chris-guinta-energy-buzz-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:109:\"https://buzz-caribbean.com/article/fayval-williams-upbeat-as-more-jamaicans-crave-to-invest-in-energy-sector/\";s:11:\"fbmsn_image\";s:113:\"https://buzz-caribbean.com/app/uploads/2019/08/fayval-williams-steven-gooden-chris-guinta-energy-buzz-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:109:\"https://buzz-caribbean.com/article/fayval-williams-upbeat-as-more-jamaicans-crave-to-invest-in-energy-sector/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:109:\"https://buzz-caribbean.com/article/fayval-williams-upbeat-as-more-jamaicans-crave-to-invest-in-energy-sector/\";s:16:\"desktop_bigimage\";s:113:\"https://buzz-caribbean.com/app/uploads/2019/08/fayval-williams-steven-gooden-chris-guinta-energy-buzz-300x185.jpg\";s:12:\"desktop_icon\";s:113:\"https://buzz-caribbean.com/app/uploads/2019/08/fayval-williams-steven-gooden-chris-guinta-energy-buzz-150x150.jpg\";s:4:\"name\";s:73:\"Fayval Williams upbeat as more Jamaicans crave to invest in energy sector\";s:7:\"post_id\";s:4:\"6356\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(116,'','Dual Citizens Int\'l presents eight high schoolers with school supplies','custom','Dual Citizens Int\'l presents eight high schoolers with school supplies','2019-08-29 06:40:44','2019-08-29 06:40:44',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:70:\"Dual Citizens Int\'l presents eight high schoolers with school supplies\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/08/dual-citizens-donation-back-to-school-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6322\",\"post_id\":\"6322\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:119:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/dual-citizens-present-eight-high-schoolers-with-books-and-backpacks\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:118:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/dual-citizens-donation-back-to-school-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:103:\"https://buzz-caribbean.com/article/dual-citizens-present-eight-high-schoolers-with-books-and-backpacks/\";s:11:\"fbmsn_image\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/08/dual-citizens-donation-back-to-school-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:103:\"https://buzz-caribbean.com/article/dual-citizens-present-eight-high-schoolers-with-books-and-backpacks/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:103:\"https://buzz-caribbean.com/article/dual-citizens-present-eight-high-schoolers-with-books-and-backpacks/\";s:16:\"desktop_bigimage\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/08/dual-citizens-donation-back-to-school-300x232.jpg\";s:12:\"desktop_icon\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/08/dual-citizens-donation-back-to-school-150x150.jpg\";s:4:\"name\";s:70:\"Dual Citizens Int\'l presents eight high schoolers with school supplies\";s:7:\"post_id\";s:4:\"6322\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(117,'','Sections of Spanish Town Hospital to be renovated','custom','Sections of Spanish Town Hospital to be renovated','2019-08-29 07:53:33','2019-08-29 07:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:49:\"Sections of Spanish Town Hospital to be renovated\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/08/Dwayne-Francis_-spanish-town-hospital-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6297\",\"post_id\":\"6297\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:101:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/sections-of-spanish-town-hospital-to-be-renovated\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:118:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Dwayne-Francis_-spanish-town-hospital-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:85:\"https://buzz-caribbean.com/article/sections-of-spanish-town-hospital-to-be-renovated/\";s:11:\"fbmsn_image\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/08/Dwayne-Francis_-spanish-town-hospital-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:85:\"https://buzz-caribbean.com/article/sections-of-spanish-town-hospital-to-be-renovated/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:85:\"https://buzz-caribbean.com/article/sections-of-spanish-town-hospital-to-be-renovated/\";s:16:\"desktop_bigimage\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/08/Dwayne-Francis_-spanish-town-hospital-300x204.jpg\";s:12:\"desktop_icon\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/08/Dwayne-Francis_-spanish-town-hospital-150x150.jpg\";s:4:\"name\";s:49:\"Sections of Spanish Town Hospital to be renovated\";s:7:\"post_id\";s:4:\"6297\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(118,'','Okair McLare from the Dr Birdz always had a passion for gaming','custom','Okair McLare from the Dr Birdz always had a passion for gaming','2019-08-29 08:23:20','2019-08-29 08:23:20',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:62:\"Okair McLare from the Dr Birdz always had a passion for gaming\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/OkairMcLare-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6287\",\"post_id\":\"6287\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:114:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/okair-mclare-from-the-dr-birdz-always-had-a-passion-for-gaming\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:92:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/OkairMcLare-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:98:\"https://buzz-caribbean.com/article/okair-mclare-from-the-dr-birdz-always-had-a-passion-for-gaming/\";s:11:\"fbmsn_image\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/OkairMcLare-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:98:\"https://buzz-caribbean.com/article/okair-mclare-from-the-dr-birdz-always-had-a-passion-for-gaming/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:98:\"https://buzz-caribbean.com/article/okair-mclare-from-the-dr-birdz-always-had-a-passion-for-gaming/\";s:16:\"desktop_bigimage\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/OkairMcLare-300x224.jpg\";s:12:\"desktop_icon\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/OkairMcLare-150x150.jpg\";s:4:\"name\";s:62:\"Okair McLare from the Dr Birdz always had a passion for gaming\";s:7:\"post_id\";s:4:\"6287\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(119,'','Canadian charity donates over $340,000 to Portland school','custom','Canadian charity donates over $340,000 to Portland school','2019-08-29 10:08:09','2019-08-29 10:08:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:57:\"Canadian charity donates over $340,000 to Portland school\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:101:\"https://buzz-caribbean.com/app/uploads/2019/08/kamina-johnson-smith-damian-moore-buzz-1-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6342\",\"post_id\":\"6342\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:107:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/canadian-charity-donates-over-340000-to-portland-school\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:123:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/kamina-johnson-smith-damian-moore-buzz-1-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:91:\"https://buzz-caribbean.com/article/canadian-charity-donates-over-340000-to-portland-school/\";s:11:\"fbmsn_image\";s:101:\"https://buzz-caribbean.com/app/uploads/2019/08/kamina-johnson-smith-damian-moore-buzz-1-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:91:\"https://buzz-caribbean.com/article/canadian-charity-donates-over-340000-to-portland-school/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:91:\"https://buzz-caribbean.com/article/canadian-charity-donates-over-340000-to-portland-school/\";s:16:\"desktop_bigimage\";s:101:\"https://buzz-caribbean.com/app/uploads/2019/08/kamina-johnson-smith-damian-moore-buzz-1-1-300x200.jpg\";s:12:\"desktop_icon\";s:101:\"https://buzz-caribbean.com/app/uploads/2019/08/kamina-johnson-smith-damian-moore-buzz-1-1-150x150.jpg\";s:4:\"name\";s:57:\"Canadian charity donates over $340,000 to Portland school\";s:7:\"post_id\";s:4:\"6342\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(120,'','Dorian could hit Florida as a Category 3 hurricane','custom','Dorian could hit Florida as a Category 3 hurricane','2019-08-29 10:38:09','2019-08-29 10:38:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:50:\"Dorian could hit Florida as a Category 3 hurricane\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/dorian-cat-1-hurricane-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6368\",\"post_id\":\"6368\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:102:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/dorian-could-hit-florida-as-a-category-3-hurricane\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:103:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/dorian-cat-1-hurricane-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:86:\"https://buzz-caribbean.com/article/dorian-could-hit-florida-as-a-category-3-hurricane/\";s:11:\"fbmsn_image\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/dorian-cat-1-hurricane-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:86:\"https://buzz-caribbean.com/article/dorian-could-hit-florida-as-a-category-3-hurricane/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:86:\"https://buzz-caribbean.com/article/dorian-could-hit-florida-as-a-category-3-hurricane/\";s:16:\"desktop_bigimage\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/dorian-cat-1-hurricane-300x193.jpg\";s:12:\"desktop_icon\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/dorian-cat-1-hurricane-150x150.jpg\";s:4:\"name\";s:50:\"Dorian could hit Florida as a Category 3 hurricane\";s:7:\"post_id\";s:4:\"6368\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(121,'','Yanique Curvy Diva shows off eye-popping underwear','custom','Yanique Curvy Diva shows off eye-popping underwear','2019-08-29 10:38:09','2019-08-29 10:38:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:50:\"Yanique Curvy Diva shows off eye-popping underwear\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:98:\"https://buzz-caribbean.com/app/uploads/2019/08/Yanique-Curvy-Diva-underwear-20190829-A-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6369\",\"post_id\":\"6369\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:102:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/yanique-curvy-diva-shows-off-eye-popping-underwear\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:120:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Yanique-Curvy-Diva-underwear-20190829-A-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:86:\"https://buzz-caribbean.com/article/yanique-curvy-diva-shows-off-eye-popping-underwear/\";s:11:\"fbmsn_image\";s:98:\"https://buzz-caribbean.com/app/uploads/2019/08/Yanique-Curvy-Diva-underwear-20190829-A-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:86:\"https://buzz-caribbean.com/article/yanique-curvy-diva-shows-off-eye-popping-underwear/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:86:\"https://buzz-caribbean.com/article/yanique-curvy-diva-shows-off-eye-popping-underwear/\";s:16:\"desktop_bigimage\";s:98:\"https://buzz-caribbean.com/app/uploads/2019/08/Yanique-Curvy-Diva-underwear-20190829-A-300x228.jpg\";s:12:\"desktop_icon\";s:98:\"https://buzz-caribbean.com/app/uploads/2019/08/Yanique-Curvy-Diva-underwear-20190829-A-150x150.jpg\";s:4:\"name\";s:50:\"Yanique Curvy Diva shows off eye-popping underwear\";s:7:\"post_id\";s:4:\"6369\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(122,'','NSYNC star Lance Bass thought he wasn\'t meant for fatherhood','custom','NSYNC star Lance Bass thought he wasn\'t meant for fatherhood','2019-08-29 10:53:09','2019-08-29 10:53:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:60:\"NSYNC star Lance Bass thought he wasn\'t meant for fatherhood\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/08/lance-bass-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6382\",\"post_id\":\"6382\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:111:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/nsync-star-lance-bass-thought-he-wasnt-meant-for-fatherhood\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:91:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/lance-bass-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:95:\"https://buzz-caribbean.com/article/nsync-star-lance-bass-thought-he-wasnt-meant-for-fatherhood/\";s:11:\"fbmsn_image\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/08/lance-bass-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:95:\"https://buzz-caribbean.com/article/nsync-star-lance-bass-thought-he-wasnt-meant-for-fatherhood/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:95:\"https://buzz-caribbean.com/article/nsync-star-lance-bass-thought-he-wasnt-meant-for-fatherhood/\";s:16:\"desktop_bigimage\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/08/lance-bass-300x195.jpg\";s:12:\"desktop_icon\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/08/lance-bass-150x150.jpg\";s:4:\"name\";s:60:\"NSYNC star Lance Bass thought he wasn\'t meant for fatherhood\";s:7:\"post_id\";s:4:\"6382\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(123,'','Missy Elliott drops new music','custom','Missy Elliott drops new music','2019-08-29 11:23:08','2019-08-29 11:23:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:29:\"Missy Elliott drops new music\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/08/Iconology-Missy-Elliott-Album-Cover-BUZZ-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6367\",\"post_id\":\"6367\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:81:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/missy-elliott-drops-new-music\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:121:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Iconology-Missy-Elliott-Album-Cover-BUZZ-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:65:\"https://buzz-caribbean.com/article/missy-elliott-drops-new-music/\";s:11:\"fbmsn_image\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/08/Iconology-Missy-Elliott-Album-Cover-BUZZ-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:65:\"https://buzz-caribbean.com/article/missy-elliott-drops-new-music/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:65:\"https://buzz-caribbean.com/article/missy-elliott-drops-new-music/\";s:16:\"desktop_bigimage\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/08/Iconology-Missy-Elliott-Album-Cover-BUZZ-298x300.jpg\";s:12:\"desktop_icon\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/08/Iconology-Missy-Elliott-Album-Cover-BUZZ-150x150.jpg\";s:4:\"name\";s:29:\"Missy Elliott drops new music\";s:7:\"post_id\";s:4:\"6367\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(124,'','EduCom presents $2M in scholarship to 86 students','custom','EduCom presents $2M in scholarship to 86 students','2019-08-29 11:23:08','2019-08-29 11:23:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:49:\"EduCom presents $2M in scholarship to 86 students\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/08/educom-scholarship-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6380\",\"post_id\":\"6380\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:100:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/educom-presents-2m-in-scholarship-to-86-students\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:101:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/educom-scholarship-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:84:\"https://buzz-caribbean.com/article/educom-presents-2m-in-scholarship-to-86-students/\";s:11:\"fbmsn_image\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/08/educom-scholarship-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:84:\"https://buzz-caribbean.com/article/educom-presents-2m-in-scholarship-to-86-students/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:84:\"https://buzz-caribbean.com/article/educom-presents-2m-in-scholarship-to-86-students/\";s:16:\"desktop_bigimage\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/08/educom-scholarship-1-300x180.jpg\";s:12:\"desktop_icon\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/08/educom-scholarship-1-150x150.jpg\";s:4:\"name\";s:49:\"EduCom presents $2M in scholarship to 86 students\";s:7:\"post_id\";s:4:\"6380\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(125,'','Celebrating Michael Jackson on his birthday','custom','Celebrating Michael Jackson on his birthday','2019-08-29 11:38:08','2019-08-29 11:38:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:43:\"Celebrating Michael Jackson on his birthday\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:106:\"https://buzz-caribbean.com/app/uploads/2019/08/michael-jackson-Dangerous-Tour-2-billboard-1548-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6391\",\"post_id\":\"6391\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:95:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/celebrating-michael-jackson-on-his-birthday\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:128:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/michael-jackson-Dangerous-Tour-2-billboard-1548-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:79:\"https://buzz-caribbean.com/article/celebrating-michael-jackson-on-his-birthday/\";s:11:\"fbmsn_image\";s:106:\"https://buzz-caribbean.com/app/uploads/2019/08/michael-jackson-Dangerous-Tour-2-billboard-1548-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:79:\"https://buzz-caribbean.com/article/celebrating-michael-jackson-on-his-birthday/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:79:\"https://buzz-caribbean.com/article/celebrating-michael-jackson-on-his-birthday/\";s:16:\"desktop_bigimage\";s:106:\"https://buzz-caribbean.com/app/uploads/2019/08/michael-jackson-Dangerous-Tour-2-billboard-1548-300x198.jpg\";s:12:\"desktop_icon\";s:106:\"https://buzz-caribbean.com/app/uploads/2019/08/michael-jackson-Dangerous-Tour-2-billboard-1548-150x150.jpg\";s:4:\"name\";s:43:\"Celebrating Michael Jackson on his birthday\";s:7:\"post_id\";s:4:\"6391\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(126,'','Tourism stakeholders welcome pension scheme','custom','Tourism stakeholders welcome pension scheme','2019-08-29 11:53:06','2019-08-29 11:53:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:43:\"Tourism stakeholders welcome pension scheme\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:100:\"https://buzz-caribbean.com/app/uploads/2019/08/Tourism-minister-edmund-bartlett-20190829-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6405\",\"post_id\":\"6405\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:95:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/tourism-stakeholders-welcome-pension-scheme\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:122:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Tourism-minister-edmund-bartlett-20190829-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:79:\"https://buzz-caribbean.com/article/tourism-stakeholders-welcome-pension-scheme/\";s:11:\"fbmsn_image\";s:100:\"https://buzz-caribbean.com/app/uploads/2019/08/Tourism-minister-edmund-bartlett-20190829-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:79:\"https://buzz-caribbean.com/article/tourism-stakeholders-welcome-pension-scheme/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:79:\"https://buzz-caribbean.com/article/tourism-stakeholders-welcome-pension-scheme/\";s:16:\"desktop_bigimage\";s:100:\"https://buzz-caribbean.com/app/uploads/2019/08/Tourism-minister-edmund-bartlett-20190829-300x199.jpg\";s:12:\"desktop_icon\";s:100:\"https://buzz-caribbean.com/app/uploads/2019/08/Tourism-minister-edmund-bartlett-20190829-150x150.jpg\";s:4:\"name\";s:43:\"Tourism stakeholders welcome pension scheme\";s:7:\"post_id\";s:4:\"6405\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(127,'','Koffee\'s Rapture re-enters Billboard Reggae top 10','custom','Koffee\'s Rapture re-enters Billboard Reggae top 10','2019-08-29 12:23:10','2019-08-29 12:23:10',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:50:\"Koffee\'s Rapture re-enters Billboard Reggae top 10\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/08/Koffee-Top-10-Billboard-Reggae-BUZZ-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6400\",\"post_id\":\"6400\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:101:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/koffees-rapture-re-enters-billboard-reggae-top-10\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:116:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Koffee-Top-10-Billboard-Reggae-BUZZ-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:85:\"https://buzz-caribbean.com/article/koffees-rapture-re-enters-billboard-reggae-top-10/\";s:11:\"fbmsn_image\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/08/Koffee-Top-10-Billboard-Reggae-BUZZ-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:85:\"https://buzz-caribbean.com/article/koffees-rapture-re-enters-billboard-reggae-top-10/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:85:\"https://buzz-caribbean.com/article/koffees-rapture-re-enters-billboard-reggae-top-10/\";s:16:\"desktop_bigimage\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/08/Koffee-Top-10-Billboard-Reggae-BUZZ-249x300.jpg\";s:12:\"desktop_icon\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/08/Koffee-Top-10-Billboard-Reggae-BUZZ-150x150.jpg\";s:4:\"name\";s:50:\"Koffee\'s Rapture re-enters Billboard Reggae top 10\";s:7:\"post_id\";s:4:\"6400\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(128,'','Entertainers, prime minister meet to discuss Cockpit Country mining','custom','Entertainers, prime minister meet to discuss Cockpit Country mining','2019-08-29 12:38:10','2019-08-29 12:38:10',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:67:\"Entertainers, prime minister meet to discuss Cockpit Country mining\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-90-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6397\",\"post_id\":\"6397\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:118:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/entertainers-prime-minister-meet-to-discuss-cockpit-country-mining\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:94:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Screenshot-90-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:102:\"https://buzz-caribbean.com/article/entertainers-prime-minister-meet-to-discuss-cockpit-country-mining/\";s:11:\"fbmsn_image\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-90-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:102:\"https://buzz-caribbean.com/article/entertainers-prime-minister-meet-to-discuss-cockpit-country-mining/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:102:\"https://buzz-caribbean.com/article/entertainers-prime-minister-meet-to-discuss-cockpit-country-mining/\";s:16:\"desktop_bigimage\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-90-300x250.png\";s:12:\"desktop_icon\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/Screenshot-90-150x150.png\";s:4:\"name\";s:67:\"Entertainers, prime minister meet to discuss Cockpit Country mining\";s:7:\"post_id\";s:4:\"6397\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(129,'','Shawn Mendes launches foundation','custom','Shawn Mendes launches foundation','2019-08-29 13:38:07','2019-08-29 13:38:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:32:\"Shawn Mendes launches foundation\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/Shawn-Mendes-20190829-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6418\",\"post_id\":\"6418\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:84:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/shawn-mendes-launches-foundation\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:102:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Shawn-Mendes-20190829-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:68:\"https://buzz-caribbean.com/article/shawn-mendes-launches-foundation/\";s:11:\"fbmsn_image\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/Shawn-Mendes-20190829-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:68:\"https://buzz-caribbean.com/article/shawn-mendes-launches-foundation/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:68:\"https://buzz-caribbean.com/article/shawn-mendes-launches-foundation/\";s:16:\"desktop_bigimage\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/Shawn-Mendes-20190829-300x195.jpg\";s:12:\"desktop_icon\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/Shawn-Mendes-20190829-150x150.jpg\";s:4:\"name\";s:32:\"Shawn Mendes launches foundation\";s:7:\"post_id\";s:4:\"6418\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(130,'','Ikaya partners with King Bach for back-to-school treat','custom','Ikaya partners with King Bach for back-to-school treat','2019-08-29 14:08:10','2019-08-29 14:08:10',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:54:\"Ikaya partners with King Bach for back-to-school treat\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/08/ikaya-back-to-school-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6426\",\"post_id\":\"6426\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:106:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/ikaya-partners-with-king-bach-for-back-to-school-treat\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:101:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/ikaya-back-to-school-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:90:\"https://buzz-caribbean.com/article/ikaya-partners-with-king-bach-for-back-to-school-treat/\";s:11:\"fbmsn_image\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/08/ikaya-back-to-school-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:90:\"https://buzz-caribbean.com/article/ikaya-partners-with-king-bach-for-back-to-school-treat/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:90:\"https://buzz-caribbean.com/article/ikaya-partners-with-king-bach-for-back-to-school-treat/\";s:16:\"desktop_bigimage\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/08/ikaya-back-to-school-300x252.png\";s:12:\"desktop_icon\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/08/ikaya-back-to-school-150x150.png\";s:4:\"name\";s:54:\"Ikaya partners with King Bach for back-to-school treat\";s:7:\"post_id\";s:4:\"6426\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(131,'','Black Panther 2 set for May 2022 release','custom','Black Panther 2 set for May 2022 release','2019-08-29 14:53:10','2019-08-29 14:53:10',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:40:\"Black Panther 2 set for May 2022 release\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/08/black-panther-scene-BUZZ-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6427\",\"post_id\":\"6427\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:92:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/black-panther-2-set-for-may-2022-release\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:107:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/black-panther-scene-BUZZ-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:76:\"https://buzz-caribbean.com/article/black-panther-2-set-for-may-2022-release/\";s:11:\"fbmsn_image\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/08/black-panther-scene-BUZZ-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:76:\"https://buzz-caribbean.com/article/black-panther-2-set-for-may-2022-release/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:76:\"https://buzz-caribbean.com/article/black-panther-2-set-for-may-2022-release/\";s:16:\"desktop_bigimage\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/08/black-panther-scene-BUZZ-1-300x169.jpg\";s:12:\"desktop_icon\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/08/black-panther-scene-BUZZ-1-150x150.jpg\";s:4:\"name\";s:40:\"Black Panther 2 set for May 2022 release\";s:7:\"post_id\";s:4:\"6427\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(132,'','Open drains in Lucea, Hanover, now fixed','custom','Open drains in Lucea, Hanover, now fixed','2019-08-29 15:23:06','2019-08-29 15:23:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:40:\"Open drains in Lucea, Hanover, now fixed\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/drain-cover-fixed-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6438\",\"post_id\":\"6438\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:90:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/open-drains-in-lucea-hanover-now-fixed\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:98:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/drain-cover-fixed-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:74:\"https://buzz-caribbean.com/article/open-drains-in-lucea-hanover-now-fixed/\";s:11:\"fbmsn_image\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/drain-cover-fixed-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:74:\"https://buzz-caribbean.com/article/open-drains-in-lucea-hanover-now-fixed/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:74:\"https://buzz-caribbean.com/article/open-drains-in-lucea-hanover-now-fixed/\";s:16:\"desktop_bigimage\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/drain-cover-fixed-300x200.jpg\";s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/drain-cover-fixed-150x150.jpg\";s:4:\"name\";s:40:\"Open drains in Lucea, Hanover, now fixed\";s:7:\"post_id\";s:4:\"6438\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(133,'','Agent Sasco assists juveniles in state care','custom','Agent Sasco assists juveniles in state care','2019-08-29 16:08:13','2019-08-29 16:08:13',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:43:\"Agent Sasco assists juveniles in state care\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:104:\"https://buzz-caribbean.com/app/uploads/2019/08/Agent-Sasco-We-Transform-Mentorship-Programme-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6452\",\"post_id\":\"6452\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:95:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/agent-sasco-assists-juveniles-in-state-care\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:126:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Agent-Sasco-We-Transform-Mentorship-Programme-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:79:\"https://buzz-caribbean.com/article/agent-sasco-assists-juveniles-in-state-care/\";s:11:\"fbmsn_image\";s:104:\"https://buzz-caribbean.com/app/uploads/2019/08/Agent-Sasco-We-Transform-Mentorship-Programme-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:79:\"https://buzz-caribbean.com/article/agent-sasco-assists-juveniles-in-state-care/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:79:\"https://buzz-caribbean.com/article/agent-sasco-assists-juveniles-in-state-care/\";s:16:\"desktop_bigimage\";s:104:\"https://buzz-caribbean.com/app/uploads/2019/08/Agent-Sasco-We-Transform-Mentorship-Programme-300x169.jpg\";s:12:\"desktop_icon\";s:104:\"https://buzz-caribbean.com/app/uploads/2019/08/Agent-Sasco-We-Transform-Mentorship-Programme-150x150.jpg\";s:4:\"name\";s:43:\"Agent Sasco assists juveniles in state care\";s:7:\"post_id\";s:4:\"6452\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(134,'','Jason Derulo samples \'Murder She Wrote\'','custom','Jason Derulo samples \'Murder She Wrote\'','2019-08-29 16:38:11','2019-08-29 16:38:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:39:\"Jason Derulo samples \'Murder She Wrote\'\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:101:\"https://buzz-caribbean.com/app/uploads/2019/08/Jason-Derulo-july-12-2019-a-billboard-1548-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6462\",\"post_id\":\"6462\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:89:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jason-derulo-samples-murder-she-wrote\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:123:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Jason-Derulo-july-12-2019-a-billboard-1548-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:73:\"https://buzz-caribbean.com/article/jason-derulo-samples-murder-she-wrote/\";s:11:\"fbmsn_image\";s:101:\"https://buzz-caribbean.com/app/uploads/2019/08/Jason-Derulo-july-12-2019-a-billboard-1548-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:73:\"https://buzz-caribbean.com/article/jason-derulo-samples-murder-she-wrote/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:73:\"https://buzz-caribbean.com/article/jason-derulo-samples-murder-she-wrote/\";s:16:\"desktop_bigimage\";s:101:\"https://buzz-caribbean.com/app/uploads/2019/08/Jason-Derulo-july-12-2019-a-billboard-1548-300x198.jpg\";s:12:\"desktop_icon\";s:101:\"https://buzz-caribbean.com/app/uploads/2019/08/Jason-Derulo-july-12-2019-a-billboard-1548-150x150.jpg\";s:4:\"name\";s:39:\"Jason Derulo samples \'Murder She Wrote\'\";s:7:\"post_id\";s:4:\"6462\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(135,'','Holness and Babsy reveal summer playlists','custom','Holness and Babsy reveal summer playlists','2019-08-29 17:08:13','2019-08-29 17:08:13',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:41:\"Holness and Babsy reveal summer playlists\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:91:\"https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-6-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6425\",\"post_id\":\"6425\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:93:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/holness-and-babsy-reveal-summer-playlists\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:113:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/lng-frst-andrew-holness-buzz-6-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:77:\"https://buzz-caribbean.com/article/holness-and-babsy-reveal-summer-playlists/\";s:11:\"fbmsn_image\";s:91:\"https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-6-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:77:\"https://buzz-caribbean.com/article/holness-and-babsy-reveal-summer-playlists/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:77:\"https://buzz-caribbean.com/article/holness-and-babsy-reveal-summer-playlists/\";s:16:\"desktop_bigimage\";s:91:\"https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-6-1-300x200.jpg\";s:12:\"desktop_icon\";s:91:\"https://buzz-caribbean.com/app/uploads/2019/08/lng-frst-andrew-holness-buzz-6-1-150x150.jpg\";s:4:\"name\";s:41:\"Holness and Babsy reveal summer playlists\";s:7:\"post_id\";s:4:\"6425\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(136,'','JOKER: The signal of rebirth for DC movies?','custom','JOKER: The signal of rebirth for DC movies?','2019-08-29 17:23:16','2019-08-29 17:23:16',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:43:\"JOKER: The signal of rebirth for DC movies?\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6472\",\"post_id\":\"6472\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:93:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/joker-the-signal-of-rebirth-for-dc-movies\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:114:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/joker-joaquin-phoenix-buzz-demo-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:77:\"https://buzz-caribbean.com/article/joker-the-signal-of-rebirth-for-dc-movies/\";s:11:\"fbmsn_image\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:77:\"https://buzz-caribbean.com/article/joker-the-signal-of-rebirth-for-dc-movies/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:77:\"https://buzz-caribbean.com/article/joker-the-signal-of-rebirth-for-dc-movies/\";s:16:\"desktop_bigimage\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-1-300x169.jpg\";s:12:\"desktop_icon\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/08/joker-joaquin-phoenix-buzz-demo-1-150x150.jpg\";s:4:\"name\";s:43:\"JOKER: The signal of rebirth for DC movies?\";s:7:\"post_id\";s:4:\"6472\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(137,'','Jennifer Lopez: Women shouldn\'t fear getting older','custom','Jennifer Lopez: Women shouldn\'t fear getting older','2019-08-29 17:23:16','2019-08-29 17:23:16',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:50:\"Jennifer Lopez: Women shouldn\'t fear getting older\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/08/jennifer-lopez-A-20190829-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6469\",\"post_id\":\"6469\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:100:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jennifer-lopez-women-shouldnt-fear-getting-older\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:106:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/jennifer-lopez-A-20190829-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:84:\"https://buzz-caribbean.com/article/jennifer-lopez-women-shouldnt-fear-getting-older/\";s:11:\"fbmsn_image\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/08/jennifer-lopez-A-20190829-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:84:\"https://buzz-caribbean.com/article/jennifer-lopez-women-shouldnt-fear-getting-older/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:84:\"https://buzz-caribbean.com/article/jennifer-lopez-women-shouldnt-fear-getting-older/\";s:16:\"desktop_bigimage\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/08/jennifer-lopez-A-20190829-300x195.jpg\";s:12:\"desktop_icon\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/08/jennifer-lopez-A-20190829-150x150.jpg\";s:4:\"name\";s:50:\"Jennifer Lopez: Women shouldn\'t fear getting older\";s:7:\"post_id\";s:4:\"6469\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(138,'','Ministry announces delay of school train service','custom','Ministry announces delay of school train service','2019-08-29 17:38:12','2019-08-29 17:38:12',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:48:\"Ministry announces delay of school train service\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/Train-service-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6456\",\"post_id\":\"6456\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:100:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/ministry-announces-delay-of-school-train-service\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:94:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Train-service-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:84:\"https://buzz-caribbean.com/article/ministry-announces-delay-of-school-train-service/\";s:11:\"fbmsn_image\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/Train-service-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:84:\"https://buzz-caribbean.com/article/ministry-announces-delay-of-school-train-service/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:84:\"https://buzz-caribbean.com/article/ministry-announces-delay-of-school-train-service/\";s:16:\"desktop_bigimage\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/Train-service-300x173.jpg\";s:12:\"desktop_icon\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/Train-service-150x150.jpg\";s:4:\"name\";s:48:\"Ministry announces delay of school train service\";s:7:\"post_id\";s:4:\"6456\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(139,'','Ricketts eyes World Champs after bagging big win at IAAF Diamond League','custom','Ricketts eyes World Champs after bagging big win at IAAF Diamond League','2019-08-29 17:53:07','2019-08-29 17:53:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:71:\"Ricketts eyes World Champs after bagging big win at IAAF Diamond League\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:91:\"https://buzz-caribbean.com/app/uploads/2019/08/Shanieka-Ricketts-Diamond-League-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6480\",\"post_id\":\"6480\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:123:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/ricketts-eyes-world-champs-after-bagging-big-win-at-iaaf-diamond-league\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:113:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Shanieka-Ricketts-Diamond-League-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:107:\"https://buzz-caribbean.com/article/ricketts-eyes-world-champs-after-bagging-big-win-at-iaaf-diamond-league/\";s:11:\"fbmsn_image\";s:91:\"https://buzz-caribbean.com/app/uploads/2019/08/Shanieka-Ricketts-Diamond-League-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:107:\"https://buzz-caribbean.com/article/ricketts-eyes-world-champs-after-bagging-big-win-at-iaaf-diamond-league/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:107:\"https://buzz-caribbean.com/article/ricketts-eyes-world-champs-after-bagging-big-win-at-iaaf-diamond-league/\";s:16:\"desktop_bigimage\";s:91:\"https://buzz-caribbean.com/app/uploads/2019/08/Shanieka-Ricketts-Diamond-League-300x197.jpg\";s:12:\"desktop_icon\";s:91:\"https://buzz-caribbean.com/app/uploads/2019/08/Shanieka-Ricketts-Diamond-League-150x150.jpg\";s:4:\"name\";s:71:\"Ricketts eyes World Champs after bagging big win at IAAF Diamond League\";s:7:\"post_id\";s:4:\"6480\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(140,'','I believe in the potential of Jamaica and its economy- Governor Richard Byles','custom','I believe in the potential of Jamaica and its economy- Governor Richard Byles','2019-08-29 19:08:29','2019-08-29 19:08:29',0,'','a:46:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:77:\"I believe in the potential of Jamaica and its economy- Governor Richard Byles\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:0:\"\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6522\",\"post_id\":\"6522\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:128:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/i-believe-in-the-potential-of-jamaica-and-its-economy-governor-richard-byles\\/\"}\";s:13:\"wp_extra_type\";s:0:\"\";s:13:\"wp_extravalue\";s:0:\"\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:112:\"https://buzz-caribbean.com/article/i-believe-in-the-potential-of-jamaica-and-its-economy-governor-richard-byles/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:112:\"https://buzz-caribbean.com/article/i-believe-in-the-potential-of-jamaica-and-its-economy-governor-richard-byles/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:112:\"https://buzz-caribbean.com/article/i-believe-in-the-potential-of-jamaica-and-its-economy-governor-richard-byles/\";s:4:\"name\";s:77:\"I believe in the potential of Jamaica and its economy- Governor Richard Byles\";s:7:\"post_id\";s:4:\"6522\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(141,'','Lower inflation forecast means good time to drop policy rate – Byles','custom','Lower inflation forecast means good time to drop policy rate – Byles','2019-08-29 20:23:17','2019-08-29 20:23:17',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:70:\"Lower inflation forecast means good time to drop policy rate – Byles\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/Richard-Byles-Image-2-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6532\",\"post_id\":\"6532\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:118:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:102:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Richard-Byles-Image-2-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:102:\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/\";s:11:\"fbmsn_image\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/Richard-Byles-Image-2-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:102:\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:102:\"https://buzz-caribbean.com/article/lower-inflation-forecast-means-good-time-to-drop-policy-rate-byles/\";s:16:\"desktop_bigimage\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/Richard-Byles-Image-2-300x200.jpg\";s:12:\"desktop_icon\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/Richard-Byles-Image-2-150x150.jpg\";s:4:\"name\";s:70:\"Lower inflation forecast means good time to drop policy rate – Byles\";s:7:\"post_id\";s:4:\"6532\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(142,'','Red Stripe Premier League to get top-class coverage','custom','Red Stripe Premier League to get top-class coverage','2019-08-29 21:08:08','2019-08-29 21:08:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:51:\"Red Stripe Premier League to get top-class coverage\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2047-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6537\",\"post_id\":\"6537\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:103:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/red-stripe-premier-league-to-get-top-class-coverage\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:89:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/DSC_2047-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:87:\"https://buzz-caribbean.com/article/red-stripe-premier-league-to-get-top-class-coverage/\";s:11:\"fbmsn_image\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2047-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:87:\"https://buzz-caribbean.com/article/red-stripe-premier-league-to-get-top-class-coverage/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:87:\"https://buzz-caribbean.com/article/red-stripe-premier-league-to-get-top-class-coverage/\";s:16:\"desktop_bigimage\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2047-300x200.jpg\";s:12:\"desktop_icon\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/DSC_2047-150x150.jpg\";s:4:\"name\";s:51:\"Red Stripe Premier League to get top-class coverage\";s:7:\"post_id\";s:4:\"6537\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(143,'','How \'Mr Fix It\' relaxes','custom','How \'Mr Fix It\' relaxes','2019-08-30 06:08:12','2019-08-30 06:08:12',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:23:\"How \'Mr Fix It\' relaxes\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-domino-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6505\",\"post_id\":\"6505\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:73:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/how-mr-fix-it-relaxes\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:102:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/peter-phillips-domino-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:57:\"https://buzz-caribbean.com/article/how-mr-fix-it-relaxes/\";s:11:\"fbmsn_image\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-domino-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:57:\"https://buzz-caribbean.com/article/how-mr-fix-it-relaxes/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:57:\"https://buzz-caribbean.com/article/how-mr-fix-it-relaxes/\";s:16:\"desktop_bigimage\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-domino-300x200.jpg\";s:12:\"desktop_icon\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/peter-phillips-domino-150x150.jpg\";s:4:\"name\";s:23:\"How \'Mr Fix It\' relaxes\";s:7:\"post_id\";s:4:\"6505\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(144,'','Knutsford Express to relocate St Ann depot','custom','Knutsford Express to relocate St Ann depot','2019-08-30 07:38:07','2019-08-30 07:38:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:42:\"Knutsford Express to relocate St Ann depot\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/knutsfordexpresscoach-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6507\",\"post_id\":\"6507\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:94:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/knutsford-express-to-relocate-st-ann-depot\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:102:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/knutsfordexpresscoach-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:78:\"https://buzz-caribbean.com/article/knutsford-express-to-relocate-st-ann-depot/\";s:11:\"fbmsn_image\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/knutsfordexpresscoach-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:78:\"https://buzz-caribbean.com/article/knutsford-express-to-relocate-st-ann-depot/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:78:\"https://buzz-caribbean.com/article/knutsford-express-to-relocate-st-ann-depot/\";s:16:\"desktop_bigimage\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/knutsfordexpresscoach-300x174.jpg\";s:12:\"desktop_icon\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/knutsfordexpresscoach-150x150.jpg\";s:4:\"name\";s:42:\"Knutsford Express to relocate St Ann depot\";s:7:\"post_id\";s:4:\"6507\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(145,'','Meet competitive gamer Javaughn Taylor','custom','Meet competitive gamer Javaughn Taylor','2019-08-30 08:39:22','2019-08-30 08:39:22',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:38:\"Meet competitive gamer Javaughn Taylor\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/JavaughnTaylor-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6489\",\"post_id\":\"6489\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:90:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/meet-competitive-gamer-javaughn-taylor\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:95:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/JavaughnTaylor-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:74:\"https://buzz-caribbean.com/article/meet-competitive-gamer-javaughn-taylor/\";s:11:\"fbmsn_image\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/JavaughnTaylor-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:74:\"https://buzz-caribbean.com/article/meet-competitive-gamer-javaughn-taylor/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:74:\"https://buzz-caribbean.com/article/meet-competitive-gamer-javaughn-taylor/\";s:16:\"desktop_bigimage\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/JavaughnTaylor-300x224.jpg\";s:12:\"desktop_icon\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/JavaughnTaylor-150x150.jpg\";s:4:\"name\";s:38:\"Meet competitive gamer Javaughn Taylor\";s:7:\"post_id\";s:4:\"6489\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(146,'','Rihanna: I love competing with men','custom','Rihanna: I love competing with men','2019-08-30 09:08:08','2019-08-30 09:08:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:34:\"Rihanna: I love competing with men\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/rihanna-20190829-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6498\",\"post_id\":\"6498\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:85:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/rihanna-i-love-competing-with-men\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:97:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/rihanna-20190829-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:69:\"https://buzz-caribbean.com/article/rihanna-i-love-competing-with-men/\";s:11:\"fbmsn_image\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/rihanna-20190829-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:69:\"https://buzz-caribbean.com/article/rihanna-i-love-competing-with-men/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:69:\"https://buzz-caribbean.com/article/rihanna-i-love-competing-with-men/\";s:16:\"desktop_bigimage\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/rihanna-20190829-300x195.jpg\";s:12:\"desktop_icon\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/rihanna-20190829-150x150.jpg\";s:4:\"name\";s:34:\"Rihanna: I love competing with men\";s:7:\"post_id\";s:4:\"6498\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(147,'','Ruel Reid removes \'Senator\' from official Facebook page','custom','Ruel Reid removes \'Senator\' from official Facebook page','2019-08-30 10:23:07','2019-08-30 10:23:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:55:\"Ruel Reid removes \'Senator\' from official Facebook page\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/08/ruel-reid-buzz-demo-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6573\",\"post_id\":\"6573\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:105:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/ruel-reid-removes-senator-from-official-facebook-page\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:100:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/ruel-reid-buzz-demo-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:89:\"https://buzz-caribbean.com/article/ruel-reid-removes-senator-from-official-facebook-page/\";s:11:\"fbmsn_image\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/08/ruel-reid-buzz-demo-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:89:\"https://buzz-caribbean.com/article/ruel-reid-removes-senator-from-official-facebook-page/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:89:\"https://buzz-caribbean.com/article/ruel-reid-removes-senator-from-official-facebook-page/\";s:16:\"desktop_bigimage\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/08/ruel-reid-buzz-demo-300x169.jpg\";s:12:\"desktop_icon\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/08/ruel-reid-buzz-demo-150x150.jpg\";s:4:\"name\";s:55:\"Ruel Reid removes \'Senator\' from official Facebook page\";s:7:\"post_id\";s:4:\"6573\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(148,'','Jah Cure is a ‘Royal Soldier’: Entertainer releases new album','custom','Jah Cure is a ‘Royal Soldier’: Entertainer releases new album','2019-08-30 11:08:08','2019-08-30 11:08:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:65:\"Jah Cure is a ‘Royal Soldier’: Entertainer releases new album\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/Jah-Cure-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6587\",\"post_id\":\"6587\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:110:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jah-cure-is-a-royal-soldier-entertainer-releases-new-album\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:89:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Jah-Cure-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:94:\"https://buzz-caribbean.com/article/jah-cure-is-a-royal-soldier-entertainer-releases-new-album/\";s:11:\"fbmsn_image\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/Jah-Cure-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:94:\"https://buzz-caribbean.com/article/jah-cure-is-a-royal-soldier-entertainer-releases-new-album/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:94:\"https://buzz-caribbean.com/article/jah-cure-is-a-royal-soldier-entertainer-releases-new-album/\";s:16:\"desktop_bigimage\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/Jah-Cure-300x200.jpg\";s:12:\"desktop_icon\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/Jah-Cure-150x150.jpg\";s:4:\"name\";s:65:\"Jah Cure is a ‘Royal Soldier’: Entertainer releases new album\";s:7:\"post_id\";s:4:\"6587\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(149,'','EPL guru comes September 3 to help structure Jamaica’s football','custom','EPL guru comes September 3 to help structure Jamaica’s football','2019-08-30 11:38:08','2019-08-30 11:38:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:65:\"EPL guru comes September 3 to help structure Jamaica’s football\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/08/richard-scudamore-EPL-Jamaica-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6590\",\"post_id\":\"6590\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:114:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/epl-guru-comes-september-3-to-help-structure-jamaicas-football\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:110:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/richard-scudamore-EPL-Jamaica-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:98:\"https://buzz-caribbean.com/article/epl-guru-comes-september-3-to-help-structure-jamaicas-football/\";s:11:\"fbmsn_image\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/08/richard-scudamore-EPL-Jamaica-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:98:\"https://buzz-caribbean.com/article/epl-guru-comes-september-3-to-help-structure-jamaicas-football/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:98:\"https://buzz-caribbean.com/article/epl-guru-comes-september-3-to-help-structure-jamaicas-football/\";s:16:\"desktop_bigimage\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/08/richard-scudamore-EPL-Jamaica-300x170.jpg\";s:12:\"desktop_icon\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/08/richard-scudamore-EPL-Jamaica-150x150.jpg\";s:4:\"name\";s:65:\"EPL guru comes September 3 to help structure Jamaica’s football\";s:7:\"post_id\";s:4:\"6590\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(150,'','Bugle gets an \'A\' for \'Picture Perfect\'','custom','Bugle gets an \'A\' for \'Picture Perfect\'','2019-08-30 11:53:07','2019-08-30 11:53:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:39:\"Bugle gets an \'A\' for \'Picture Perfect\'\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/Bugle-20190830-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6599\",\"post_id\":\"6599\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:87:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/bugle-gets-an-a-for-picture-perfect\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:95:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Bugle-20190830-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:71:\"https://buzz-caribbean.com/article/bugle-gets-an-a-for-picture-perfect/\";s:11:\"fbmsn_image\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/Bugle-20190830-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:71:\"https://buzz-caribbean.com/article/bugle-gets-an-a-for-picture-perfect/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:71:\"https://buzz-caribbean.com/article/bugle-gets-an-a-for-picture-perfect/\";s:16:\"desktop_bigimage\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/Bugle-20190830-300x180.jpg\";s:12:\"desktop_icon\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/Bugle-20190830-150x150.jpg\";s:4:\"name\";s:39:\"Bugle gets an \'A\' for \'Picture Perfect\'\";s:7:\"post_id\";s:4:\"6599\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(151,'','NEPA captures white-faced Capuchin in St. Andrew','custom','NEPA captures white-faced Capuchin in St. Andrew','2019-08-30 12:23:09','2019-08-30 12:23:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:48:\"NEPA captures white-faced Capuchin in St. Andrew\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/08/white-faced-capuchin-buzz-demo-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6594\",\"post_id\":\"6594\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:99:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/nepa-captures-white-faced-capuchin-in-st-andrew\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:111:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/white-faced-capuchin-buzz-demo-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:83:\"https://buzz-caribbean.com/article/nepa-captures-white-faced-capuchin-in-st-andrew/\";s:11:\"fbmsn_image\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/08/white-faced-capuchin-buzz-demo-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:83:\"https://buzz-caribbean.com/article/nepa-captures-white-faced-capuchin-in-st-andrew/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:83:\"https://buzz-caribbean.com/article/nepa-captures-white-faced-capuchin-in-st-andrew/\";s:16:\"desktop_bigimage\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/08/white-faced-capuchin-buzz-demo-300x169.jpg\";s:12:\"desktop_icon\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/08/white-faced-capuchin-buzz-demo-150x150.jpg\";s:4:\"name\";s:48:\"NEPA captures white-faced Capuchin in St. Andrew\";s:7:\"post_id\";s:4:\"6594\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(152,'','No-Maddz wants to restore Reggae\'s former glory','custom','No-Maddz wants to restore Reggae\'s former glory','2019-08-30 12:23:09','2019-08-30 12:23:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:47:\"No-Maddz wants to restore Reggae\'s former glory\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/08/NOMADDZ-album-cover-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6520\",\"post_id\":\"6520\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:98:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/no-maddz-wants-to-restore-reggaes-former-glory\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:100:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/NOMADDZ-album-cover-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:82:\"https://buzz-caribbean.com/article/no-maddz-wants-to-restore-reggaes-former-glory/\";s:11:\"fbmsn_image\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/08/NOMADDZ-album-cover-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:82:\"https://buzz-caribbean.com/article/no-maddz-wants-to-restore-reggaes-former-glory/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:82:\"https://buzz-caribbean.com/article/no-maddz-wants-to-restore-reggaes-former-glory/\";s:16:\"desktop_bigimage\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/08/NOMADDZ-album-cover-300x300.jpg\";s:12:\"desktop_icon\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/08/NOMADDZ-album-cover-150x150.jpg\";s:4:\"name\";s:47:\"No-Maddz wants to restore Reggae\'s former glory\";s:7:\"post_id\";s:4:\"6520\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(153,'','Eddie Murphy says fans couldn’t connect with him as a pop artiste','custom','Eddie Murphy says fans couldn’t connect with him as a pop artiste','2019-08-30 12:23:09','2019-08-30 12:23:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:67:\"Eddie Murphy says fans couldn’t connect with him as a pop artiste\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/eddie-murphy-20190830-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6610\",\"post_id\":\"6610\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:116:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/eddie-murphy-says-fans-couldnt-connect-with-him-as-a-pop-artiste\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:102:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/eddie-murphy-20190830-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:100:\"https://buzz-caribbean.com/article/eddie-murphy-says-fans-couldnt-connect-with-him-as-a-pop-artiste/\";s:11:\"fbmsn_image\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/eddie-murphy-20190830-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:100:\"https://buzz-caribbean.com/article/eddie-murphy-says-fans-couldnt-connect-with-him-as-a-pop-artiste/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:100:\"https://buzz-caribbean.com/article/eddie-murphy-says-fans-couldnt-connect-with-him-as-a-pop-artiste/\";s:16:\"desktop_bigimage\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/eddie-murphy-20190830-300x195.jpg\";s:12:\"desktop_icon\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/eddie-murphy-20190830-150x150.jpg\";s:4:\"name\";s:67:\"Eddie Murphy says fans couldn’t connect with him as a pop artiste\";s:7:\"post_id\";s:4:\"6610\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(154,'','Waterhouse win on penalties to advance in CONCACAF League','custom','Waterhouse win on penalties to advance in CONCACAF League','2019-08-30 12:38:13','2019-08-30 12:38:13',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:57:\"Waterhouse win on penalties to advance in CONCACAF League\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/08/football-game-grass-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6605\",\"post_id\":\"6605\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:109:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/waterhouse-win-on-penalties-to-advance-in-concacaf-league\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:100:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/football-game-grass-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:93:\"https://buzz-caribbean.com/article/waterhouse-win-on-penalties-to-advance-in-concacaf-league/\";s:11:\"fbmsn_image\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/08/football-game-grass-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:93:\"https://buzz-caribbean.com/article/waterhouse-win-on-penalties-to-advance-in-concacaf-league/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:93:\"https://buzz-caribbean.com/article/waterhouse-win-on-penalties-to-advance-in-concacaf-league/\";s:16:\"desktop_bigimage\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/08/football-game-grass-300x200.jpg\";s:12:\"desktop_icon\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/08/football-game-grass-150x150.jpg\";s:4:\"name\";s:57:\"Waterhouse win on penalties to advance in CONCACAF League\";s:7:\"post_id\";s:4:\"6605\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(155,'','Education Ministry gears up for start of new school year','custom','Education Ministry gears up for start of new school year','2019-08-30 13:08:14','2019-08-30 13:08:14',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:56:\"Education Ministry gears up for start of new school year\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/08/Karl-Samuda-Education-Ministry-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6618\",\"post_id\":\"6618\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:108:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/education-ministry-gears-up-for-start-of-new-school-year\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:111:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Karl-Samuda-Education-Ministry-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:92:\"https://buzz-caribbean.com/article/education-ministry-gears-up-for-start-of-new-school-year/\";s:11:\"fbmsn_image\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/08/Karl-Samuda-Education-Ministry-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:92:\"https://buzz-caribbean.com/article/education-ministry-gears-up-for-start-of-new-school-year/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:92:\"https://buzz-caribbean.com/article/education-ministry-gears-up-for-start-of-new-school-year/\";s:16:\"desktop_bigimage\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/08/Karl-Samuda-Education-Ministry-300x204.jpg\";s:12:\"desktop_icon\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/08/Karl-Samuda-Education-Ministry-150x150.jpg\";s:4:\"name\";s:56:\"Education Ministry gears up for start of new school year\";s:7:\"post_id\";s:4:\"6618\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(156,'','Follow these rules: Don\'t be an annoying wedding guest','custom','Follow these rules: Don\'t be an annoying wedding guest','2019-08-30 13:23:14','2019-08-30 13:23:14',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:54:\"Follow these rules: Don\'t be an annoying wedding guest\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/wedding-couple-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6631\",\"post_id\":\"6631\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:104:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/follow-these-rules-dont-be-an-annoying-wedding-guest\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:95:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/wedding-couple-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:88:\"https://buzz-caribbean.com/article/follow-these-rules-dont-be-an-annoying-wedding-guest/\";s:11:\"fbmsn_image\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/wedding-couple-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:88:\"https://buzz-caribbean.com/article/follow-these-rules-dont-be-an-annoying-wedding-guest/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:88:\"https://buzz-caribbean.com/article/follow-these-rules-dont-be-an-annoying-wedding-guest/\";s:16:\"desktop_bigimage\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/wedding-couple-300x200.jpg\";s:12:\"desktop_icon\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/wedding-couple-150x150.jpg\";s:4:\"name\";s:54:\"Follow these rules: Don\'t be an annoying wedding guest\";s:7:\"post_id\";s:4:\"6631\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(157,'','Kim Kardashian done having kids?','custom','Kim Kardashian done having kids?','2019-08-30 14:08:12','2019-08-30 14:08:12',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:32:\"Kim Kardashian done having kids?\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/08/kim-kardashian-west-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6636\",\"post_id\":\"6636\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:83:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/kim-kardashian-done-having-kids\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:100:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/kim-kardashian-west-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:67:\"https://buzz-caribbean.com/article/kim-kardashian-done-having-kids/\";s:11:\"fbmsn_image\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/08/kim-kardashian-west-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:67:\"https://buzz-caribbean.com/article/kim-kardashian-done-having-kids/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:67:\"https://buzz-caribbean.com/article/kim-kardashian-done-having-kids/\";s:16:\"desktop_bigimage\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/08/kim-kardashian-west-300x195.jpg\";s:12:\"desktop_icon\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/08/kim-kardashian-west-150x150.jpg\";s:4:\"name\";s:32:\"Kim Kardashian done having kids?\";s:7:\"post_id\";s:4:\"6636\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(158,'','Coach Morgan: Haile Selassie have the quality to beat any Manning Cup contender','custom','Coach Morgan: Haile Selassie have the quality to beat any Manning Cup contender','2019-08-30 14:53:14','2019-08-30 14:53:14',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:79:\"Coach Morgan: Haile Selassie have the quality to beat any Manning Cup contender\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/08/Haile-Selassie-coach-Akeno-Morgan-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6623\",\"post_id\":\"6623\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:130:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/coach-morgan-haile-selassie-have-the-quality-to-beat-any-manning-cup-contender\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:114:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Haile-Selassie-coach-Akeno-Morgan-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:114:\"https://buzz-caribbean.com/article/coach-morgan-haile-selassie-have-the-quality-to-beat-any-manning-cup-contender/\";s:11:\"fbmsn_image\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/08/Haile-Selassie-coach-Akeno-Morgan-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:114:\"https://buzz-caribbean.com/article/coach-morgan-haile-selassie-have-the-quality-to-beat-any-manning-cup-contender/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:114:\"https://buzz-caribbean.com/article/coach-morgan-haile-selassie-have-the-quality-to-beat-any-manning-cup-contender/\";s:16:\"desktop_bigimage\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/08/Haile-Selassie-coach-Akeno-Morgan-300x200.jpg\";s:12:\"desktop_icon\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/08/Haile-Selassie-coach-Akeno-Morgan-150x150.jpg\";s:4:\"name\";s:79:\"Coach Morgan: Haile Selassie have the quality to beat any Manning Cup contender\";s:7:\"post_id\";s:4:\"6623\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(159,'','VMBS ups the ante in Montego Bay','custom','VMBS ups the ante in Montego Bay','2019-08-30 15:53:12','2019-08-30 15:53:12',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:32:\"VMBS ups the ante in Montego Bay\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:103:\"https://buzz-caribbean.com/app/uploads/2019/08/Redesigned-Space-VMBS-Fairview-Montego-Bay-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6627\",\"post_id\":\"6627\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:92:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/vmbs-turning-ups-the-ante-in-montego-bay\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:125:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Redesigned-Space-VMBS-Fairview-Montego-Bay-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:76:\"https://buzz-caribbean.com/article/vmbs-turning-ups-the-ante-in-montego-bay/\";s:11:\"fbmsn_image\";s:103:\"https://buzz-caribbean.com/app/uploads/2019/08/Redesigned-Space-VMBS-Fairview-Montego-Bay-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:76:\"https://buzz-caribbean.com/article/vmbs-turning-ups-the-ante-in-montego-bay/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:76:\"https://buzz-caribbean.com/article/vmbs-turning-ups-the-ante-in-montego-bay/\";s:16:\"desktop_bigimage\";s:103:\"https://buzz-caribbean.com/app/uploads/2019/08/Redesigned-Space-VMBS-Fairview-Montego-Bay-1-300x225.jpg\";s:12:\"desktop_icon\";s:103:\"https://buzz-caribbean.com/app/uploads/2019/08/Redesigned-Space-VMBS-Fairview-Montego-Bay-1-150x150.jpg\";s:4:\"name\";s:32:\"VMBS ups the ante in Montego Bay\";s:7:\"post_id\";s:4:\"6627\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(160,'','Be a \'Boss Man\': Campaign launched to tackle prostate cancer','custom','Be a \'Boss Man\': Campaign launched to tackle prostate cancer','2019-08-30 16:38:08','2019-08-30 16:38:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:60:\"Be a \'Boss Man\': Campaign launched to tackle prostate cancer\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:110:\"https://buzz-caribbean.com/app/uploads/2019/08/Boss-Man-Health-Ministry-Prostate-Cancer-A-20190830-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6659\",\"post_id\":\"6659\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:109:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/be-a-boss-man-campaign-launched-to-tackle-prostate-cancer\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:132:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Boss-Man-Health-Ministry-Prostate-Cancer-A-20190830-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:93:\"https://buzz-caribbean.com/article/be-a-boss-man-campaign-launched-to-tackle-prostate-cancer/\";s:11:\"fbmsn_image\";s:110:\"https://buzz-caribbean.com/app/uploads/2019/08/Boss-Man-Health-Ministry-Prostate-Cancer-A-20190830-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:93:\"https://buzz-caribbean.com/article/be-a-boss-man-campaign-launched-to-tackle-prostate-cancer/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:93:\"https://buzz-caribbean.com/article/be-a-boss-man-campaign-launched-to-tackle-prostate-cancer/\";s:16:\"desktop_bigimage\";s:110:\"https://buzz-caribbean.com/app/uploads/2019/08/Boss-Man-Health-Ministry-Prostate-Cancer-A-20190830-300x200.jpg\";s:12:\"desktop_icon\";s:110:\"https://buzz-caribbean.com/app/uploads/2019/08/Boss-Man-Health-Ministry-Prostate-Cancer-A-20190830-150x150.jpg\";s:4:\"name\";s:60:\"Be a \'Boss Man\': Campaign launched to tackle prostate cancer\";s:7:\"post_id\";s:4:\"6659\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(161,'','Lana Del Rey \'always checks for exits\' since mass shootings','custom','Lana Del Rey \'always checks for exits\' since mass shootings','2019-08-30 17:38:06','2019-08-30 17:38:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:59:\"Lana Del Rey \'always checks for exits\' since mass shootings\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/Lana-Del-Rey-20190830-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6666\",\"post_id\":\"6666\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:109:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/lana-del-rey-always-checks-for-exits-since-mass-shootings\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:102:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Lana-Del-Rey-20190830-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:93:\"https://buzz-caribbean.com/article/lana-del-rey-always-checks-for-exits-since-mass-shootings/\";s:11:\"fbmsn_image\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/Lana-Del-Rey-20190830-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:93:\"https://buzz-caribbean.com/article/lana-del-rey-always-checks-for-exits-since-mass-shootings/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:93:\"https://buzz-caribbean.com/article/lana-del-rey-always-checks-for-exits-since-mass-shootings/\";s:16:\"desktop_bigimage\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/Lana-Del-Rey-20190830-300x195.jpg\";s:12:\"desktop_icon\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/Lana-Del-Rey-20190830-150x150.jpg\";s:4:\"name\";s:59:\"Lana Del Rey \'always checks for exits\' since mass shootings\";s:7:\"post_id\";s:4:\"6666\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(162,'','Kanye dropping gospel album \'Jesus Is King\'?','custom','Kanye dropping gospel album \'Jesus Is King\'?','2019-08-30 17:38:06','2019-08-30 17:38:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:44:\"Kanye dropping gospel album \'Jesus Is King\'?\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/Kim-Kanye-Gospel-Album-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6656\",\"post_id\":\"6656\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:93:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/kanye-dropping-gospel-album-jesus-is-king\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:103:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Kim-Kanye-Gospel-Album-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:77:\"https://buzz-caribbean.com/article/kanye-dropping-gospel-album-jesus-is-king/\";s:11:\"fbmsn_image\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/Kim-Kanye-Gospel-Album-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:77:\"https://buzz-caribbean.com/article/kanye-dropping-gospel-album-jesus-is-king/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:77:\"https://buzz-caribbean.com/article/kanye-dropping-gospel-album-jesus-is-king/\";s:16:\"desktop_bigimage\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/Kim-Kanye-Gospel-Album-300x223.png\";s:12:\"desktop_icon\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/Kim-Kanye-Gospel-Album-150x150.png\";s:4:\"name\";s:44:\"Kanye dropping gospel album \'Jesus Is King\'?\";s:7:\"post_id\";s:4:\"6656\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(163,'','Be a \'Boss Man\': Campaign launched to tackle prostate cancer','custom','Be a \'Boss Man\': Campaign launched to tackle prostate cancer','2019-08-30 17:53:07','2019-08-30 17:53:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:60:\"Be a \'Boss Man\': Campaign launched to tackle prostate cancer\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:110:\"https://buzz-caribbean.com/app/uploads/2019/08/Boss-Man-Health-Ministry-Prostate-Cancer-A-20190830-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6659\",\"post_id\":\"6659\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:109:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/be-a-boss-man-campaign-launched-to-tackle-prostate-cancer\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:132:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Boss-Man-Health-Ministry-Prostate-Cancer-A-20190830-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:93:\"https://buzz-caribbean.com/article/be-a-boss-man-campaign-launched-to-tackle-prostate-cancer/\";s:11:\"fbmsn_image\";s:110:\"https://buzz-caribbean.com/app/uploads/2019/08/Boss-Man-Health-Ministry-Prostate-Cancer-A-20190830-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:93:\"https://buzz-caribbean.com/article/be-a-boss-man-campaign-launched-to-tackle-prostate-cancer/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:93:\"https://buzz-caribbean.com/article/be-a-boss-man-campaign-launched-to-tackle-prostate-cancer/\";s:16:\"desktop_bigimage\";s:110:\"https://buzz-caribbean.com/app/uploads/2019/08/Boss-Man-Health-Ministry-Prostate-Cancer-A-20190830-300x200.jpg\";s:12:\"desktop_icon\";s:110:\"https://buzz-caribbean.com/app/uploads/2019/08/Boss-Man-Health-Ministry-Prostate-Cancer-A-20190830-150x150.jpg\";s:4:\"name\";s:60:\"Be a \'Boss Man\': Campaign launched to tackle prostate cancer\";s:7:\"post_id\";s:4:\"6659\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(164,'','Coffee with a view — Starbucks Jamaica opens new location in Ocho Rios','custom','Coffee with a view — Starbucks Jamaica opens new location in Ocho Rios','2019-08-30 18:38:11','2019-08-30 18:38:11',0,'','a:46:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:72:\"Coffee with a view — Starbucks Jamaica opens new location in Ocho Rios\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:0:\"\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6672\",\"post_id\":\"6672\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:48:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/?p=6672\"}\";s:13:\"wp_extra_type\";s:0:\"\";s:13:\"wp_extravalue\";s:0:\"\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:34:\"https://buzz-caribbean.com/?p=6672\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:34:\"https://buzz-caribbean.com/?p=6672\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:34:\"https://buzz-caribbean.com/?p=6672\";s:4:\"name\";s:72:\"Coffee with a view — Starbucks Jamaica opens new location in Ocho Rios\";s:7:\"post_id\";s:4:\"6672\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(165,'','Coffee with a view — Starbucks Coffee opens new location in Ocho Rios','custom','Coffee with a view — Starbucks Coffee opens new location in Ocho Rios','2019-08-30 18:53:17','2019-08-30 18:53:17',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:71:\"Coffee with a view — Starbucks Coffee opens new location in Ocho Rios\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Ocho-Rios-BUZZ-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6672\",\"post_id\":\"6672\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:120:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/coffee-with-a-view-starbucks-jamaica-opens-new-location-in-ocho-rios\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:105:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Starbucks-Ocho-Rios-BUZZ-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:104:\"https://buzz-caribbean.com/article/coffee-with-a-view-starbucks-jamaica-opens-new-location-in-ocho-rios/\";s:11:\"fbmsn_image\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Ocho-Rios-BUZZ-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:104:\"https://buzz-caribbean.com/article/coffee-with-a-view-starbucks-jamaica-opens-new-location-in-ocho-rios/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:104:\"https://buzz-caribbean.com/article/coffee-with-a-view-starbucks-jamaica-opens-new-location-in-ocho-rios/\";s:16:\"desktop_bigimage\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Ocho-Rios-BUZZ-300x223.jpg\";s:12:\"desktop_icon\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/Starbucks-Ocho-Rios-BUZZ-150x150.jpg\";s:4:\"name\";s:71:\"Coffee with a view — Starbucks Coffee opens new location in Ocho Rios\";s:7:\"post_id\";s:4:\"6672\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(166,'','Cumberland looking to surprise at Manning Cup','custom','Cumberland looking to surprise at Manning Cup','2019-08-31 06:13:21','2019-08-31 06:13:21',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:45:\"Cumberland looking to surprise at Manning Cup\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/Cumberland-football-team-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6657\",\"post_id\":\"6657\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:97:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/cumberland-looking-to-surprise-at-manning-cup\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:105:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Cumberland-football-team-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:81:\"https://buzz-caribbean.com/article/cumberland-looking-to-surprise-at-manning-cup/\";s:11:\"fbmsn_image\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/Cumberland-football-team-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:81:\"https://buzz-caribbean.com/article/cumberland-looking-to-surprise-at-manning-cup/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:81:\"https://buzz-caribbean.com/article/cumberland-looking-to-surprise-at-manning-cup/\";s:16:\"desktop_bigimage\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/Cumberland-football-team-300x200.jpg\";s:12:\"desktop_icon\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/Cumberland-football-team-150x150.jpg\";s:4:\"name\";s:45:\"Cumberland looking to surprise at Manning Cup\";s:7:\"post_id\";s:4:\"6657\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(167,'','NWA working to ease traffic woes across Corporate Area','custom','NWA working to ease traffic woes across Corporate Area','2019-08-31 06:53:12','2019-08-31 06:53:12',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:54:\"NWA working to ease traffic woes across Corporate Area\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/08/traffic-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6629\",\"post_id\":\"6629\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:106:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/nwa-working-to-ease-traffic-woes-across-corporate-area\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:88:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/traffic-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:90:\"https://buzz-caribbean.com/article/nwa-working-to-ease-traffic-woes-across-corporate-area/\";s:11:\"fbmsn_image\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/08/traffic-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:90:\"https://buzz-caribbean.com/article/nwa-working-to-ease-traffic-woes-across-corporate-area/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:90:\"https://buzz-caribbean.com/article/nwa-working-to-ease-traffic-woes-across-corporate-area/\";s:16:\"desktop_bigimage\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/08/traffic-300x199.jpg\";s:12:\"desktop_icon\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/08/traffic-150x150.jpg\";s:4:\"name\";s:54:\"NWA working to ease traffic woes across Corporate Area\";s:7:\"post_id\";s:4:\"6629\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(168,'','Guyana poised to become \'new Qatar\' of CARICOM?','custom','Guyana poised to become \'new Qatar\' of CARICOM?','2019-08-31 07:08:07','2019-08-31 07:08:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:47:\"Guyana poised to become \'new Qatar\' of CARICOM?\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/guyana-flad-buzz-demo-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6715\",\"post_id\":\"6715\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:96:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/guyana-poised-to-become-new-qatar-of-caricom\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:102:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/guyana-flad-buzz-demo-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:80:\"https://buzz-caribbean.com/article/guyana-poised-to-become-new-qatar-of-caricom/\";s:11:\"fbmsn_image\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/guyana-flad-buzz-demo-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:80:\"https://buzz-caribbean.com/article/guyana-poised-to-become-new-qatar-of-caricom/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:80:\"https://buzz-caribbean.com/article/guyana-poised-to-become-new-qatar-of-caricom/\";s:16:\"desktop_bigimage\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/guyana-flad-buzz-demo-300x180.png\";s:12:\"desktop_icon\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/guyana-flad-buzz-demo-150x150.png\";s:4:\"name\";s:47:\"Guyana poised to become \'new Qatar\' of CARICOM?\";s:7:\"post_id\";s:4:\"6715\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(169,'','Persons living with HIV/AIDS encouraged to join support groups','custom','Persons living with HIV/AIDS encouraged to join support groups','2019-08-31 07:23:26','2019-08-31 07:23:26',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:62:\"Persons living with HIV/AIDS encouraged to join support groups\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/08/Ainsley-Reid-HIV-AIDS-support-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6677\",\"post_id\":\"6677\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:114:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/persons-living-with-hiv-aids-encouraged-to-join-support-groups\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:110:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Ainsley-Reid-HIV-AIDS-support-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:98:\"https://buzz-caribbean.com/article/persons-living-with-hiv-aids-encouraged-to-join-support-groups/\";s:11:\"fbmsn_image\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/08/Ainsley-Reid-HIV-AIDS-support-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:98:\"https://buzz-caribbean.com/article/persons-living-with-hiv-aids-encouraged-to-join-support-groups/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:98:\"https://buzz-caribbean.com/article/persons-living-with-hiv-aids-encouraged-to-join-support-groups/\";s:16:\"desktop_bigimage\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/08/Ainsley-Reid-HIV-AIDS-support-300x200.jpg\";s:12:\"desktop_icon\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/08/Ainsley-Reid-HIV-AIDS-support-150x150.jpg\";s:4:\"name\";s:62:\"Persons living with HIV/AIDS encouraged to join support groups\";s:7:\"post_id\";s:4:\"6677\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(170,'','‘Champion’ branding! Drake rocks Buju Banton shirt in Turks &amp; Caicos','custom','‘Champion’ branding! Drake rocks Buju Banton shirt in Turks &amp; Caicos','2019-08-31 07:38:33','2019-08-31 07:38:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:76:\"‘Champion’ branding! Drake rocks Buju Banton shirt in Turks &amp; Caicos\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/drake-shenseea-buzz-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6722\",\"post_id\":\"6722\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:115:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/champion-branding-drake-rocks-buju-banton-shirt-in-turks-caicos\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:102:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/drake-shenseea-buzz-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:99:\"https://buzz-caribbean.com/article/champion-branding-drake-rocks-buju-banton-shirt-in-turks-caicos/\";s:11:\"fbmsn_image\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/drake-shenseea-buzz-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:99:\"https://buzz-caribbean.com/article/champion-branding-drake-rocks-buju-banton-shirt-in-turks-caicos/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:99:\"https://buzz-caribbean.com/article/champion-branding-drake-rocks-buju-banton-shirt-in-turks-caicos/\";s:16:\"desktop_bigimage\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/drake-shenseea-buzz-1-282x300.jpg\";s:12:\"desktop_icon\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/drake-shenseea-buzz-1-150x150.jpg\";s:4:\"name\";s:76:\"‘Champion’ branding! Drake rocks Buju Banton shirt in Turks &amp; Caicos\";s:7:\"post_id\";s:4:\"6722\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(171,'','Andrew Johnson from the Dr Birdz is the ultimate gamer','custom','Andrew Johnson from the Dr Birdz is the ultimate gamer','2019-08-31 08:38:06','2019-08-31 08:38:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:54:\"Andrew Johnson from the Dr Birdz is the ultimate gamer\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/AndrewJohnson-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6670\",\"post_id\":\"6670\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:106:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/andrew-johnson-from-the-dr-birdz-is-the-ultimate-gamer\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:94:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/AndrewJohnson-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:90:\"https://buzz-caribbean.com/article/andrew-johnson-from-the-dr-birdz-is-the-ultimate-gamer/\";s:11:\"fbmsn_image\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/AndrewJohnson-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:90:\"https://buzz-caribbean.com/article/andrew-johnson-from-the-dr-birdz-is-the-ultimate-gamer/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:90:\"https://buzz-caribbean.com/article/andrew-johnson-from-the-dr-birdz-is-the-ultimate-gamer/\";s:16:\"desktop_bigimage\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/AndrewJohnson-300x224.jpg\";s:12:\"desktop_icon\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/08/AndrewJohnson-150x150.jpg\";s:4:\"name\";s:54:\"Andrew Johnson from the Dr Birdz is the ultimate gamer\";s:7:\"post_id\";s:4:\"6670\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(172,'','Kourtney Kardashian gets parenting tips from pastors','custom','Kourtney Kardashian gets parenting tips from pastors','2019-08-31 09:38:10','2019-08-31 09:38:10',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:52:\"Kourtney Kardashian gets parenting tips from pastors\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/08/Kourtney-Kardashian-A-20190830-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6680\",\"post_id\":\"6680\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:104:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/kourtney-kardashian-gets-parenting-tips-from-pastors\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:111:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Kourtney-Kardashian-A-20190830-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:88:\"https://buzz-caribbean.com/article/kourtney-kardashian-gets-parenting-tips-from-pastors/\";s:11:\"fbmsn_image\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/08/Kourtney-Kardashian-A-20190830-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:88:\"https://buzz-caribbean.com/article/kourtney-kardashian-gets-parenting-tips-from-pastors/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:88:\"https://buzz-caribbean.com/article/kourtney-kardashian-gets-parenting-tips-from-pastors/\";s:16:\"desktop_bigimage\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/08/Kourtney-Kardashian-A-20190830-300x195.jpg\";s:12:\"desktop_icon\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/08/Kourtney-Kardashian-A-20190830-150x150.jpg\";s:4:\"name\";s:52:\"Kourtney Kardashian gets parenting tips from pastors\";s:7:\"post_id\";s:4:\"6680\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(173,'','How to deal with an obnoxious co-worker','custom','How to deal with an obnoxious co-worker','2019-08-31 10:38:15','2019-08-31 10:38:15',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:39:\"How to deal with an obnoxious co-worker\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:100:\"https://buzz-caribbean.com/app/uploads/2019/08/coworker-angry-close-up-facial-expression-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6695\",\"post_id\":\"6695\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:91:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/how-to-deal-with-an-obnoxious-co-worker\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:122:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/coworker-angry-close-up-facial-expression-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:75:\"https://buzz-caribbean.com/article/how-to-deal-with-an-obnoxious-co-worker/\";s:11:\"fbmsn_image\";s:100:\"https://buzz-caribbean.com/app/uploads/2019/08/coworker-angry-close-up-facial-expression-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:75:\"https://buzz-caribbean.com/article/how-to-deal-with-an-obnoxious-co-worker/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:75:\"https://buzz-caribbean.com/article/how-to-deal-with-an-obnoxious-co-worker/\";s:16:\"desktop_bigimage\";s:100:\"https://buzz-caribbean.com/app/uploads/2019/08/coworker-angry-close-up-facial-expression-300x200.jpg\";s:12:\"desktop_icon\";s:100:\"https://buzz-caribbean.com/app/uploads/2019/08/coworker-angry-close-up-facial-expression-150x150.jpg\";s:4:\"name\";s:39:\"How to deal with an obnoxious co-worker\";s:7:\"post_id\";s:4:\"6695\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(174,'','Al Third tells story in \'Lone Face\'','custom','Al Third tells story in \'Lone Face\'','2019-08-31 11:38:32','2019-08-31 11:38:32',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:35:\"Al Third tells story in \'Lone Face\'\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/08/Al-Third-One-Third-A-20190831-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6730\",\"post_id\":\"6730\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:85:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/al-third-tells-story-in-lone-face\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:110:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Al-Third-One-Third-A-20190831-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:69:\"https://buzz-caribbean.com/article/al-third-tells-story-in-lone-face/\";s:11:\"fbmsn_image\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/08/Al-Third-One-Third-A-20190831-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:69:\"https://buzz-caribbean.com/article/al-third-tells-story-in-lone-face/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:69:\"https://buzz-caribbean.com/article/al-third-tells-story-in-lone-face/\";s:16:\"desktop_bigimage\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/08/Al-Third-One-Third-A-20190831-300x265.jpg\";s:12:\"desktop_icon\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/08/Al-Third-One-Third-A-20190831-150x150.jpg\";s:4:\"name\";s:35:\"Al Third tells story in \'Lone Face\'\";s:7:\"post_id\";s:4:\"6730\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(175,'','Bahamas expected to get big hit from Hurricane Dorian','custom','Bahamas expected to get big hit from Hurricane Dorian','2019-08-31 12:08:06','2019-08-31 12:08:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:53:\"Bahamas expected to get big hit from Hurricane Dorian\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/Hurricane-Dorian-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6747\",\"post_id\":\"6747\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:105:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/bahamas-expected-to-get-big-hit-from-hurricane-dorian\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:97:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Hurricane-Dorian-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:89:\"https://buzz-caribbean.com/article/bahamas-expected-to-get-big-hit-from-hurricane-dorian/\";s:11:\"fbmsn_image\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/Hurricane-Dorian-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:89:\"https://buzz-caribbean.com/article/bahamas-expected-to-get-big-hit-from-hurricane-dorian/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:89:\"https://buzz-caribbean.com/article/bahamas-expected-to-get-big-hit-from-hurricane-dorian/\";s:16:\"desktop_bigimage\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/Hurricane-Dorian-300x246.jpg\";s:12:\"desktop_icon\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/Hurricane-Dorian-150x150.jpg\";s:4:\"name\";s:53:\"Bahamas expected to get big hit from Hurricane Dorian\";s:7:\"post_id\";s:4:\"6747\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(176,'','Bank of Jamaica hosts send-off for Constant Lonkeng','custom','Bank of Jamaica hosts send-off for Constant Lonkeng','2019-08-31 13:23:07','2019-08-31 13:23:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:51:\"Bank of Jamaica hosts send-off for Constant Lonkeng\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-A-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6735\",\"post_id\":\"6735\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:103:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/bank-of-jamaica-hosts-send-off-for-constant-lonkeng\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:95:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/BOJ-Send-Off-A-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:87:\"https://buzz-caribbean.com/article/bank-of-jamaica-hosts-send-off-for-constant-lonkeng/\";s:11:\"fbmsn_image\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-A-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:87:\"https://buzz-caribbean.com/article/bank-of-jamaica-hosts-send-off-for-constant-lonkeng/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:87:\"https://buzz-caribbean.com/article/bank-of-jamaica-hosts-send-off-for-constant-lonkeng/\";s:16:\"desktop_bigimage\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-A-300x200.jpg\";s:12:\"desktop_icon\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/BOJ-Send-Off-A-150x150.jpg\";s:4:\"name\";s:51:\"Bank of Jamaica hosts send-off for Constant Lonkeng\";s:7:\"post_id\";s:4:\"6735\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(177,'','Kelly Clarkson praises spouse for helping her balance','custom','Kelly Clarkson praises spouse for helping her balance','2019-08-31 14:38:15','2019-08-31 14:38:15',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:53:\"Kelly Clarkson praises spouse for helping her balance\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/kelly-clarkson-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6750\",\"post_id\":\"6750\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:105:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/kelly-clarkson-praises-spouse-for-helping-her-balance\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:95:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/kelly-clarkson-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:89:\"https://buzz-caribbean.com/article/kelly-clarkson-praises-spouse-for-helping-her-balance/\";s:11:\"fbmsn_image\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/kelly-clarkson-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:89:\"https://buzz-caribbean.com/article/kelly-clarkson-praises-spouse-for-helping-her-balance/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:89:\"https://buzz-caribbean.com/article/kelly-clarkson-praises-spouse-for-helping-her-balance/\";s:16:\"desktop_bigimage\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/kelly-clarkson-300x195.jpg\";s:12:\"desktop_icon\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/kelly-clarkson-150x150.jpg\";s:4:\"name\";s:53:\"Kelly Clarkson praises spouse for helping her balance\";s:7:\"post_id\";s:4:\"6750\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(178,'','Negril in a frenzy to see Chronixx','custom','Negril in a frenzy to see Chronixx','2019-08-31 15:38:29','2019-08-31 15:38:29',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:34:\"Negril in a frenzy to see Chronixx\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/chronixx-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6754\",\"post_id\":\"6754\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:86:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/negril-in-a-frenzy-to-see-chronixx\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:89:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/chronixx-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:70:\"https://buzz-caribbean.com/article/negril-in-a-frenzy-to-see-chronixx/\";s:11:\"fbmsn_image\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/chronixx-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:70:\"https://buzz-caribbean.com/article/negril-in-a-frenzy-to-see-chronixx/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:70:\"https://buzz-caribbean.com/article/negril-in-a-frenzy-to-see-chronixx/\";s:16:\"desktop_bigimage\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/chronixx-300x200.jpg\";s:12:\"desktop_icon\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/08/chronixx-150x150.jpg\";s:4:\"name\";s:34:\"Negril in a frenzy to see Chronixx\";s:7:\"post_id\";s:4:\"6754\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(179,'','Ed Sheeran could start a family soon','custom','Ed Sheeran could start a family soon','2019-08-31 16:38:09','2019-08-31 16:38:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:36:\"Ed Sheeran could start a family soon\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/ed-sheeran-DD-20190831-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6760\",\"post_id\":\"6760\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:88:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/ed-sheeran-could-start-a-family-soon\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:103:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/ed-sheeran-DD-20190831-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:72:\"https://buzz-caribbean.com/article/ed-sheeran-could-start-a-family-soon/\";s:11:\"fbmsn_image\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/ed-sheeran-DD-20190831-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:72:\"https://buzz-caribbean.com/article/ed-sheeran-could-start-a-family-soon/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:72:\"https://buzz-caribbean.com/article/ed-sheeran-could-start-a-family-soon/\";s:16:\"desktop_bigimage\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/ed-sheeran-DD-20190831-300x195.jpg\";s:12:\"desktop_icon\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/ed-sheeran-DD-20190831-150x150.jpg\";s:4:\"name\";s:36:\"Ed Sheeran could start a family soon\";s:7:\"post_id\";s:4:\"6760\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(180,'','Nicki Minaj makes music history after winning more awards','custom','Nicki Minaj makes music history after winning more awards','2019-08-31 17:23:09','2019-08-31 17:23:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:57:\"Nicki Minaj makes music history after winning more awards\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/nicki-minaj-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6763\",\"post_id\":\"6763\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:109:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/nicki-minaj-makes-music-history-after-winning-more-awards\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:92:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/nicki-minaj-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:93:\"https://buzz-caribbean.com/article/nicki-minaj-makes-music-history-after-winning-more-awards/\";s:11:\"fbmsn_image\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/nicki-minaj-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:93:\"https://buzz-caribbean.com/article/nicki-minaj-makes-music-history-after-winning-more-awards/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:93:\"https://buzz-caribbean.com/article/nicki-minaj-makes-music-history-after-winning-more-awards/\";s:16:\"desktop_bigimage\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/nicki-minaj-300x256.jpg\";s:12:\"desktop_icon\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/nicki-minaj-150x150.jpg\";s:4:\"name\";s:57:\"Nicki Minaj makes music history after winning more awards\";s:7:\"post_id\";s:4:\"6763\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(181,'','Clifton Boys’ Home gets funds to help with rebuilding process','custom','Clifton Boys’ Home gets funds to help with rebuilding process','2019-08-31 18:23:35','2019-08-31 18:23:35',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:63:\"Clifton Boys’ Home gets funds to help with rebuilding process\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/08/Clfton-Boys-Home-20190831-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6766\",\"post_id\":\"6766\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:112:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/clifton-boys-home-gets-funds-to-help-with-rebuilding-process\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:108:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Clfton-Boys-Home-20190831-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:96:\"https://buzz-caribbean.com/article/clifton-boys-home-gets-funds-to-help-with-rebuilding-process/\";s:11:\"fbmsn_image\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/08/Clfton-Boys-Home-20190831-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:96:\"https://buzz-caribbean.com/article/clifton-boys-home-gets-funds-to-help-with-rebuilding-process/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:96:\"https://buzz-caribbean.com/article/clifton-boys-home-gets-funds-to-help-with-rebuilding-process/\";s:16:\"desktop_bigimage\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/08/Clfton-Boys-Home-20190831-1-300x147.jpg\";s:12:\"desktop_icon\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/08/Clfton-Boys-Home-20190831-1-150x150.jpg\";s:4:\"name\";s:63:\"Clifton Boys’ Home gets funds to help with rebuilding process\";s:7:\"post_id\";s:4:\"6766\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(182,'','Account of Twitter CEO was  hacked','custom','Account of Twitter CEO was  hacked','2019-08-31 19:24:16','2019-08-31 19:24:16',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:34:\"Account of Twitter CEO was  hacked\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/Jack-Dorsey-The-Verge-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6770\",\"post_id\":\"6770\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:85:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/account-of-twitter-ceo-was-hacked\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:102:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Jack-Dorsey-The-Verge-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:69:\"https://buzz-caribbean.com/article/account-of-twitter-ceo-was-hacked/\";s:11:\"fbmsn_image\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/Jack-Dorsey-The-Verge-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:69:\"https://buzz-caribbean.com/article/account-of-twitter-ceo-was-hacked/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:69:\"https://buzz-caribbean.com/article/account-of-twitter-ceo-was-hacked/\";s:16:\"desktop_bigimage\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/Jack-Dorsey-The-Verge-300x200.jpg\";s:12:\"desktop_icon\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/08/Jack-Dorsey-The-Verge-150x150.jpg\";s:4:\"name\";s:34:\"Account of Twitter CEO was  hacked\";s:7:\"post_id\";s:4:\"6770\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(183,'','640 hours: That’s how long it took to make Ellie Goulding’s wedding dress','custom','640 hours: That’s how long it took to make Ellie Goulding’s wedding dress','2019-08-31 20:38:27','2019-08-31 20:38:27',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:77:\"640 hours: That’s how long it took to make Ellie Goulding’s wedding dress\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/ellie-goulding-wedding-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6776\",\"post_id\":\"6776\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:122:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/640-hours-thats-how-long-it-took-to-make-ellie-gouldings-wedding-dress\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:103:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/ellie-goulding-wedding-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:106:\"https://buzz-caribbean.com/article/640-hours-thats-how-long-it-took-to-make-ellie-gouldings-wedding-dress/\";s:11:\"fbmsn_image\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/ellie-goulding-wedding-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:106:\"https://buzz-caribbean.com/article/640-hours-thats-how-long-it-took-to-make-ellie-gouldings-wedding-dress/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:106:\"https://buzz-caribbean.com/article/640-hours-thats-how-long-it-took-to-make-ellie-gouldings-wedding-dress/\";s:16:\"desktop_bigimage\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/ellie-goulding-wedding-300x195.jpg\";s:12:\"desktop_icon\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/ellie-goulding-wedding-150x150.jpg\";s:4:\"name\";s:77:\"640 hours: That’s how long it took to make Ellie Goulding’s wedding dress\";s:7:\"post_id\";s:4:\"6776\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(184,'','NSWMA truck drivers get wage increase','custom','NSWMA truck drivers get wage increase','2019-09-01 07:08:11','2019-09-01 07:08:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:37:\"NSWMA truck drivers get wage increase\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/nswma-wage-truck-drivers-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6783\",\"post_id\":\"6783\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:89:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/nswma-truck-drivers-get-wage-increase\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:105:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/nswma-wage-truck-drivers-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:73:\"https://buzz-caribbean.com/article/nswma-truck-drivers-get-wage-increase/\";s:11:\"fbmsn_image\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/nswma-wage-truck-drivers-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:73:\"https://buzz-caribbean.com/article/nswma-truck-drivers-get-wage-increase/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:73:\"https://buzz-caribbean.com/article/nswma-truck-drivers-get-wage-increase/\";s:16:\"desktop_bigimage\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/nswma-wage-truck-drivers-300x200.jpg\";s:12:\"desktop_icon\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/08/nswma-wage-truck-drivers-150x150.jpg\";s:4:\"name\";s:37:\"NSWMA truck drivers get wage increase\";s:7:\"post_id\";s:4:\"6783\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(185,'','Drew Barrymore wants daughters to enjoy childhood','custom','Drew Barrymore wants daughters to enjoy childhood','2019-09-01 07:23:26','2019-09-01 07:23:26',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:49:\"Drew Barrymore wants daughters to enjoy childhood\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/drew-barrymore-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6780\",\"post_id\":\"6780\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:101:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/drew-barrymore-wants-daughters-to-enjoy-childhood\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:95:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/drew-barrymore-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:85:\"https://buzz-caribbean.com/article/drew-barrymore-wants-daughters-to-enjoy-childhood/\";s:11:\"fbmsn_image\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/drew-barrymore-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:85:\"https://buzz-caribbean.com/article/drew-barrymore-wants-daughters-to-enjoy-childhood/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:85:\"https://buzz-caribbean.com/article/drew-barrymore-wants-daughters-to-enjoy-childhood/\";s:16:\"desktop_bigimage\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/drew-barrymore-300x195.jpg\";s:12:\"desktop_icon\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/drew-barrymore-150x150.jpg\";s:4:\"name\";s:49:\"Drew Barrymore wants daughters to enjoy childhood\";s:7:\"post_id\";s:4:\"6780\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(186,'','Parents and guardians encouraged to reintroduce morning routine now','custom','Parents and guardians encouraged to reintroduce morning routine now','2019-09-01 07:54:18','2019-09-01 07:54:18',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:67:\"Parents and guardians encouraged to reintroduce morning routine now\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/08/Kaysia-Kerr-Back-To-School-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6461\",\"post_id\":\"6461\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:119:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/parents-and-guardians-encouraged-to-reintroduce-morning-routine-now\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:107:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Kaysia-Kerr-Back-To-School-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:103:\"https://buzz-caribbean.com/article/parents-and-guardians-encouraged-to-reintroduce-morning-routine-now/\";s:11:\"fbmsn_image\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/08/Kaysia-Kerr-Back-To-School-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:103:\"https://buzz-caribbean.com/article/parents-and-guardians-encouraged-to-reintroduce-morning-routine-now/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:103:\"https://buzz-caribbean.com/article/parents-and-guardians-encouraged-to-reintroduce-morning-routine-now/\";s:16:\"desktop_bigimage\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/08/Kaysia-Kerr-Back-To-School-300x208.jpg\";s:12:\"desktop_icon\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/08/Kaysia-Kerr-Back-To-School-150x150.jpg\";s:4:\"name\";s:67:\"Parents and guardians encouraged to reintroduce morning routine now\";s:7:\"post_id\";s:4:\"6461\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(187,'','Rihanna\'s Savage x Fenty line raises US$50 million in funding from investors','custom','Rihanna\'s Savage x Fenty line raises US$50 million in funding from investors','2019-09-01 08:38:28','2019-09-01 08:38:28',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:76:\"Rihanna\'s Savage x Fenty line raises US$50 million in funding from investors\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Savage-X-Fenty-Line-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6787\",\"post_id\":\"6787\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:126:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/rihannas-savage-x-fenty-line-raises-us50-million-in-funding-from-investors\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:108:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Rihanna-Savage-X-Fenty-Line-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:110:\"https://buzz-caribbean.com/article/rihannas-savage-x-fenty-line-raises-us50-million-in-funding-from-investors/\";s:11:\"fbmsn_image\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Savage-X-Fenty-Line-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:110:\"https://buzz-caribbean.com/article/rihannas-savage-x-fenty-line-raises-us50-million-in-funding-from-investors/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:110:\"https://buzz-caribbean.com/article/rihannas-savage-x-fenty-line-raises-us50-million-in-funding-from-investors/\";s:16:\"desktop_bigimage\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Savage-X-Fenty-Line-300x214.jpg\";s:12:\"desktop_icon\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Savage-X-Fenty-Line-150x150.jpg\";s:4:\"name\";s:76:\"Rihanna\'s Savage x Fenty line raises US$50 million in funding from investors\";s:7:\"post_id\";s:4:\"6787\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(188,'','Students encouraged to consider entrepreneurship as career option','custom','Students encouraged to consider entrepreneurship as career option','2019-09-01 08:53:10','2019-09-01 08:53:10',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:65:\"Students encouraged to consider entrepreneurship as career option\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/09/Floyd-Green-Encouraging-Entrepreneurship-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6795\",\"post_id\":\"6795\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:117:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/students-encouraged-to-consider-entrepreneurship-as-career-option\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:121:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Floyd-Green-Encouraging-Entrepreneurship-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:101:\"https://buzz-caribbean.com/article/students-encouraged-to-consider-entrepreneurship-as-career-option/\";s:11:\"fbmsn_image\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/09/Floyd-Green-Encouraging-Entrepreneurship-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:101:\"https://buzz-caribbean.com/article/students-encouraged-to-consider-entrepreneurship-as-career-option/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:101:\"https://buzz-caribbean.com/article/students-encouraged-to-consider-entrepreneurship-as-career-option/\";s:16:\"desktop_bigimage\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/09/Floyd-Green-Encouraging-Entrepreneurship-300x197.jpg\";s:12:\"desktop_icon\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/09/Floyd-Green-Encouraging-Entrepreneurship-150x150.jpg\";s:4:\"name\";s:65:\"Students encouraged to consider entrepreneurship as career option\";s:7:\"post_id\";s:4:\"6795\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(189,'','Miss Universe Jamaica wants to tackle issues facing youth','custom','Miss Universe Jamaica wants to tackle issues facing youth','2019-09-01 08:53:11','2019-09-01 08:53:11',0,'','a:46:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:57:\"Miss Universe Jamaica wants to tackle issues facing youth\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:0:\"\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6793\",\"post_id\":\"6793\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:109:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/miss-universe-jamaica-wants-to-tackle-issues-facing-youth\\/\"}\";s:13:\"wp_extra_type\";s:0:\"\";s:13:\"wp_extravalue\";s:0:\"\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:93:\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:93:\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:93:\"https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/\";s:4:\"name\";s:57:\"Miss Universe Jamaica wants to tackle issues facing youth\";s:7:\"post_id\";s:4:\"6793\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(190,'','Nutrition policy to be completed in 2019/20 academic year — Samuda','custom','Nutrition policy to be completed in 2019/20 academic year — Samuda','2019-09-01 09:38:14','2019-09-01 09:38:14',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:68:\"Nutrition policy to be completed in 2019/20 academic year — Samuda\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Samuda-Nutrition-Policy-Schools-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6807\",\"post_id\":\"6807\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:116:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/nutrition-policy-to-be-completed-in-2019-20-academic-year-samuda\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:112:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Samuda-Nutrition-Policy-Schools-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:100:\"https://buzz-caribbean.com/article/nutrition-policy-to-be-completed-in-2019-20-academic-year-samuda/\";s:11:\"fbmsn_image\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Samuda-Nutrition-Policy-Schools-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:100:\"https://buzz-caribbean.com/article/nutrition-policy-to-be-completed-in-2019-20-academic-year-samuda/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:100:\"https://buzz-caribbean.com/article/nutrition-policy-to-be-completed-in-2019-20-academic-year-samuda/\";s:16:\"desktop_bigimage\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Samuda-Nutrition-Policy-Schools-300x217.jpg\";s:12:\"desktop_icon\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Samuda-Nutrition-Policy-Schools-150x150.jpg\";s:4:\"name\";s:68:\"Nutrition policy to be completed in 2019/20 academic year — Samuda\";s:7:\"post_id\";s:4:\"6807\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(191,'','Hurricane Dorian set to hit the Bahamas as category five storm','custom','Hurricane Dorian set to hit the Bahamas as category five storm','2019-09-01 09:53:14','2019-09-01 09:53:14',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:62:\"Hurricane Dorian set to hit the Bahamas as category five storm\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Dorian-Bahamas-1-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6817\",\"post_id\":\"6817\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:114:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/hurricane-dorian-set-to-hit-the-bahamas-as-category-five-storm\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:107:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Hurricane-Dorian-Bahamas-1-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:98:\"https://buzz-caribbean.com/article/hurricane-dorian-set-to-hit-the-bahamas-as-category-five-storm/\";s:11:\"fbmsn_image\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Dorian-Bahamas-1-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:98:\"https://buzz-caribbean.com/article/hurricane-dorian-set-to-hit-the-bahamas-as-category-five-storm/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:98:\"https://buzz-caribbean.com/article/hurricane-dorian-set-to-hit-the-bahamas-as-category-five-storm/\";s:16:\"desktop_bigimage\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Dorian-Bahamas-1-300x222.png\";s:12:\"desktop_icon\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Dorian-Bahamas-1-150x150.png\";s:4:\"name\";s:62:\"Hurricane Dorian set to hit the Bahamas as category five storm\";s:7:\"post_id\";s:4:\"6817\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(192,'','Netflix wins bidding war — new drama to cover fictional presidential campaign','custom','Netflix wins bidding war — new drama to cover fictional presidential campaign','2019-09-01 10:53:18','2019-09-01 10:53:18',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:79:\"Netflix wins bidding war — new drama to cover fictional presidential campaign\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/Amy-Chozick-Netflix-Series-150x150.jpeg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6828\",\"post_id\":\"6828\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:127:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/netflix-wins-bidding-war-new-drama-to-cover-fictional-presidential-campaign\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:108:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Amy-Chozick-Netflix-Series-150x150.jpeg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:111:\"https://buzz-caribbean.com/article/netflix-wins-bidding-war-new-drama-to-cover-fictional-presidential-campaign/\";s:11:\"fbmsn_image\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/Amy-Chozick-Netflix-Series-150x150.jpeg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:111:\"https://buzz-caribbean.com/article/netflix-wins-bidding-war-new-drama-to-cover-fictional-presidential-campaign/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:111:\"https://buzz-caribbean.com/article/netflix-wins-bidding-war-new-drama-to-cover-fictional-presidential-campaign/\";s:16:\"desktop_bigimage\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/Amy-Chozick-Netflix-Series-300x200.jpeg\";s:12:\"desktop_icon\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/Amy-Chozick-Netflix-Series-150x150.jpeg\";s:4:\"name\";s:79:\"Netflix wins bidding war — new drama to cover fictional presidential campaign\";s:7:\"post_id\";s:4:\"6828\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(193,'','Here are five fun facts about Miss Universe Jamaica Iana Tickle Garcia','custom','Here are five fun facts about Miss Universe Jamaica Iana Tickle Garcia','2019-09-01 11:23:15','2019-09-01 11:23:15',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:70:\"Here are five fun facts about Miss Universe Jamaica Iana Tickle Garcia\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:93:\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana-crowned-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6836\",\"post_id\":\"6836\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:122:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/here-are-five-fun-facts-about-miss-universe-jamaica-iana-tickle-garcia\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:115:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/miss-universe-jamaica-iana-crowned-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:106:\"https://buzz-caribbean.com/article/here-are-five-fun-facts-about-miss-universe-jamaica-iana-tickle-garcia/\";s:11:\"fbmsn_image\";s:93:\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana-crowned-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:106:\"https://buzz-caribbean.com/article/here-are-five-fun-facts-about-miss-universe-jamaica-iana-tickle-garcia/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:106:\"https://buzz-caribbean.com/article/here-are-five-fun-facts-about-miss-universe-jamaica-iana-tickle-garcia/\";s:16:\"desktop_bigimage\";s:93:\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana-crowned-300x200.jpg\";s:12:\"desktop_icon\";s:93:\"https://buzz-caribbean.com/app/uploads/2019/09/miss-universe-jamaica-iana-crowned-150x150.jpg\";s:4:\"name\";s:70:\"Here are five fun facts about Miss Universe Jamaica Iana Tickle Garcia\";s:7:\"post_id\";s:4:\"6836\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(194,'','Ex-Deputy PM Dr Ken Baugh is dead','custom','Ex-Deputy PM Dr Ken Baugh is dead','2019-09-01 12:08:16','2019-09-01 12:08:16',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:33:\"Ex-Deputy PM Dr Ken Baugh is dead\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/09/ken-baugh-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6852\",\"post_id\":\"6852\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:85:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/ex-deputy-pm-dr-ken-baugh-is-dead\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:90:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/ken-baugh-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:69:\"https://buzz-caribbean.com/article/ex-deputy-pm-dr-ken-baugh-is-dead/\";s:11:\"fbmsn_image\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/09/ken-baugh-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:69:\"https://buzz-caribbean.com/article/ex-deputy-pm-dr-ken-baugh-is-dead/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:69:\"https://buzz-caribbean.com/article/ex-deputy-pm-dr-ken-baugh-is-dead/\";s:16:\"desktop_bigimage\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/09/ken-baugh-300x225.jpg\";s:12:\"desktop_icon\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/09/ken-baugh-150x150.jpg\";s:4:\"name\";s:33:\"Ex-Deputy PM Dr Ken Baugh is dead\";s:7:\"post_id\";s:4:\"6852\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(195,'','First African American female Archbishop in the US visits Jamaica','custom','First African American female Archbishop in the US visits Jamaica','2019-09-01 12:53:06','2019-09-01 12:53:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:65:\"First African American female Archbishop in the US visits Jamaica\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/First-African-American-Archbishop-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6860\",\"post_id\":\"6860\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:117:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/first-african-american-female-archbishop-in-the-us-visits-jamaica\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:114:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/First-African-American-Archbishop-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:101:\"https://buzz-caribbean.com/article/first-african-american-female-archbishop-in-the-us-visits-jamaica/\";s:11:\"fbmsn_image\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/First-African-American-Archbishop-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:101:\"https://buzz-caribbean.com/article/first-african-american-female-archbishop-in-the-us-visits-jamaica/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:101:\"https://buzz-caribbean.com/article/first-african-american-female-archbishop-in-the-us-visits-jamaica/\";s:16:\"desktop_bigimage\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/First-African-American-Archbishop-300x169.jpg\";s:12:\"desktop_icon\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/First-African-American-Archbishop-150x150.jpg\";s:4:\"name\";s:65:\"First African American female Archbishop in the US visits Jamaica\";s:7:\"post_id\";s:4:\"6860\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(196,'','Red Stripe Premier League begins Sunday','custom','Red Stripe Premier League begins Sunday','2019-09-01 12:53:06','2019-09-01 12:53:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:39:\"Red Stripe Premier League begins Sunday\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/First-African-American-Archbishop-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6857\",\"post_id\":\"6857\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:91:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/red-stripe-premier-league-begins-sunday\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:114:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/First-African-American-Archbishop-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:75:\"https://buzz-caribbean.com/article/red-stripe-premier-league-begins-sunday/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:75:\"https://buzz-caribbean.com/article/red-stripe-premier-league-begins-sunday/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:75:\"https://buzz-caribbean.com/article/red-stripe-premier-league-begins-sunday/\";s:16:\"desktop_bigimage\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/First-African-American-Archbishop-300x169.jpg\";s:12:\"desktop_icon\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/First-African-American-Archbishop-150x150.jpg\";s:4:\"name\";s:39:\"Red Stripe Premier League begins Sunday\";s:7:\"post_id\";s:4:\"6857\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(197,'','Jamaican castor oil industry poised to become a billion-dollar industry','custom','Jamaican castor oil industry poised to become a billion-dollar industry','2019-09-01 13:23:07','2019-09-01 13:23:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:71:\"Jamaican castor oil industry poised to become a billion-dollar industry\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/Castor-Oil-Jamaica-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6869\",\"post_id\":\"6869\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:123:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jamaican-castor-oil-industry-poised-to-become-a-billion-dollar-industry\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:99:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Castor-Oil-Jamaica-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:107:\"https://buzz-caribbean.com/article/jamaican-castor-oil-industry-poised-to-become-a-billion-dollar-industry/\";s:11:\"fbmsn_image\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/Castor-Oil-Jamaica-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:107:\"https://buzz-caribbean.com/article/jamaican-castor-oil-industry-poised-to-become-a-billion-dollar-industry/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:107:\"https://buzz-caribbean.com/article/jamaican-castor-oil-industry-poised-to-become-a-billion-dollar-industry/\";s:16:\"desktop_bigimage\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/Castor-Oil-Jamaica-236x300.jpg\";s:12:\"desktop_icon\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/Castor-Oil-Jamaica-150x150.jpg\";s:4:\"name\";s:71:\"Jamaican castor oil industry poised to become a billion-dollar industry\";s:7:\"post_id\";s:4:\"6869\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(198,'','Prime minister says Dr Ken Baugh was a man of integrity','custom','Prime minister says Dr Ken Baugh was a man of integrity','2019-09-01 13:23:07','2019-09-01 13:23:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:55:\"Prime minister says Dr Ken Baugh was a man of integrity\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/08/Andrew-Holness-Official-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6868\",\"post_id\":\"6868\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:107:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/prime-minister-says-dr-ken-baugh-was-a-man-of-integrity\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:104:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Andrew-Holness-Official-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:91:\"https://buzz-caribbean.com/article/prime-minister-says-dr-ken-baugh-was-a-man-of-integrity/\";s:11:\"fbmsn_image\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/08/Andrew-Holness-Official-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:91:\"https://buzz-caribbean.com/article/prime-minister-says-dr-ken-baugh-was-a-man-of-integrity/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:91:\"https://buzz-caribbean.com/article/prime-minister-says-dr-ken-baugh-was-a-man-of-integrity/\";s:16:\"desktop_bigimage\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/08/Andrew-Holness-Official-300x204.jpg\";s:12:\"desktop_icon\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/08/Andrew-Holness-Official-150x150.jpg\";s:4:\"name\";s:55:\"Prime minister says Dr Ken Baugh was a man of integrity\";s:7:\"post_id\";s:4:\"6868\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(199,'','Hurricane Dorian causing devastation in the Bahamas','custom','Hurricane Dorian causing devastation in the Bahamas','2019-09-01 13:53:07','2019-09-01 13:53:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:51:\"Hurricane Dorian causing devastation in the Bahamas\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Dorian-Update-Bahamas-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6878\",\"post_id\":\"6878\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:103:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/hurricane-dorian-causing-devastation-in-the-bahamas\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:112:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Hurricane-Dorian-Update-Bahamas-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:87:\"https://buzz-caribbean.com/article/hurricane-dorian-causing-devastation-in-the-bahamas/\";s:11:\"fbmsn_image\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Dorian-Update-Bahamas-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:87:\"https://buzz-caribbean.com/article/hurricane-dorian-causing-devastation-in-the-bahamas/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:87:\"https://buzz-caribbean.com/article/hurricane-dorian-causing-devastation-in-the-bahamas/\";s:16:\"desktop_bigimage\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Dorian-Update-Bahamas-300x180.jpg\";s:12:\"desktop_icon\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Dorian-Update-Bahamas-150x150.jpg\";s:4:\"name\";s:51:\"Hurricane Dorian causing devastation in the Bahamas\";s:7:\"post_id\";s:4:\"6878\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(200,'','552 schools inspected and fogged','custom','552 schools inspected and fogged','2019-09-01 14:23:13','2019-09-01 14:23:13',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:32:\"552 schools inspected and fogged\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/Schools-Fogged-Minister-Tufton-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6886\",\"post_id\":\"6886\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:84:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/552-schools-inspected-and-fogged\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:111:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Schools-Fogged-Minister-Tufton-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:68:\"https://buzz-caribbean.com/article/552-schools-inspected-and-fogged/\";s:11:\"fbmsn_image\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/Schools-Fogged-Minister-Tufton-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:68:\"https://buzz-caribbean.com/article/552-schools-inspected-and-fogged/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:68:\"https://buzz-caribbean.com/article/552-schools-inspected-and-fogged/\";s:16:\"desktop_bigimage\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/Schools-Fogged-Minister-Tufton-300x200.jpg\";s:12:\"desktop_icon\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/Schools-Fogged-Minister-Tufton-150x150.jpg\";s:4:\"name\";s:32:\"552 schools inspected and fogged\";s:7:\"post_id\";s:4:\"6886\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(201,'','Making your new marriage work','custom','Making your new marriage work','2019-09-01 14:53:06','2019-09-01 14:53:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:29:\"Making your new marriage work\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/wedding-couple-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6890\",\"post_id\":\"6890\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:81:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/making-your-new-marriage-work\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:95:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/wedding-couple-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:65:\"https://buzz-caribbean.com/article/making-your-new-marriage-work/\";s:11:\"fbmsn_image\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/wedding-couple-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:65:\"https://buzz-caribbean.com/article/making-your-new-marriage-work/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:65:\"https://buzz-caribbean.com/article/making-your-new-marriage-work/\";s:16:\"desktop_bigimage\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/wedding-couple-300x200.jpg\";s:12:\"desktop_icon\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/wedding-couple-150x150.jpg\";s:4:\"name\";s:29:\"Making your new marriage work\";s:7:\"post_id\";s:4:\"6890\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(202,'','Kevin Hart involved in car accident','custom','Kevin Hart involved in car accident','2019-09-01 15:08:07','2019-09-01 15:08:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:35:\"Kevin Hart involved in car accident\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/Kevin-Hart-Crash-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6897\",\"post_id\":\"6897\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:87:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/kevin-hart-involved-in-car-accident\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:97:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Kevin-Hart-Crash-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:71:\"https://buzz-caribbean.com/article/kevin-hart-involved-in-car-accident/\";s:11:\"fbmsn_image\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/Kevin-Hart-Crash-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:71:\"https://buzz-caribbean.com/article/kevin-hart-involved-in-car-accident/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:71:\"https://buzz-caribbean.com/article/kevin-hart-involved-in-car-accident/\";s:16:\"desktop_bigimage\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/Kevin-Hart-Crash-300x195.jpg\";s:12:\"desktop_icon\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/Kevin-Hart-Crash-150x150.jpg\";s:4:\"name\";s:35:\"Kevin Hart involved in car accident\";s:7:\"post_id\";s:4:\"6897\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(203,'','Prince Harry \'can\'t wait\' to show son South Africa','custom','Prince Harry \'can\'t wait\' to show son South Africa','2019-09-01 15:23:12','2019-09-01 15:23:12',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:50:\"Prince Harry \'can\'t wait\' to show son South Africa\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/Prince-Harry-South-Africa-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6908\",\"post_id\":\"6908\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:99:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/prince-harry-cant-wait-to-show-son-south-africa\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:106:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Prince-Harry-South-Africa-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:83:\"https://buzz-caribbean.com/article/prince-harry-cant-wait-to-show-son-south-africa/\";s:11:\"fbmsn_image\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/Prince-Harry-South-Africa-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:83:\"https://buzz-caribbean.com/article/prince-harry-cant-wait-to-show-son-south-africa/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:83:\"https://buzz-caribbean.com/article/prince-harry-cant-wait-to-show-son-south-africa/\";s:16:\"desktop_bigimage\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/Prince-Harry-South-Africa-300x195.jpg\";s:12:\"desktop_icon\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/Prince-Harry-South-Africa-150x150.jpg\";s:4:\"name\";s:50:\"Prince Harry \'can\'t wait\' to show son South Africa\";s:7:\"post_id\";s:4:\"6908\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(204,'','Good day for West Indies but India continue to be in charge at tea','custom','Good day for West Indies but India continue to be in charge at tea','2019-09-01 15:38:06','2019-09-01 15:38:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:66:\"Good day for West Indies but India continue to be in charge at tea\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/India-Cricket-Batsman-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6898\",\"post_id\":\"6898\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:118:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/good-day-for-west-indies-but-india-continue-to-be-in-charge-at-tea\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:102:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/India-Cricket-Batsman-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:102:\"https://buzz-caribbean.com/article/good-day-for-west-indies-but-india-continue-to-be-in-charge-at-tea/\";s:11:\"fbmsn_image\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/India-Cricket-Batsman-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:102:\"https://buzz-caribbean.com/article/good-day-for-west-indies-but-india-continue-to-be-in-charge-at-tea/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:102:\"https://buzz-caribbean.com/article/good-day-for-west-indies-but-india-continue-to-be-in-charge-at-tea/\";s:16:\"desktop_bigimage\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/India-Cricket-Batsman-300x200.jpg\";s:12:\"desktop_icon\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/India-Cricket-Batsman-150x150.jpg\";s:4:\"name\";s:66:\"Good day for West Indies but India continue to be in charge at tea\";s:7:\"post_id\";s:4:\"6898\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(205,'','Record legally in prison — plans in place to reinstate programme','custom','Record legally in prison — plans in place to reinstate programme','2019-09-01 15:53:06','2019-09-01 15:53:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:66:\"Record legally in prison — plans in place to reinstate programme\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/Ninja-Man-Recording-Prison-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6924\",\"post_id\":\"6924\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:114:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/record-legally-in-prison-plans-in-place-to-reinstate-programme\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:107:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Ninja-Man-Recording-Prison-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:98:\"https://buzz-caribbean.com/article/record-legally-in-prison-plans-in-place-to-reinstate-programme/\";s:11:\"fbmsn_image\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/Ninja-Man-Recording-Prison-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:98:\"https://buzz-caribbean.com/article/record-legally-in-prison-plans-in-place-to-reinstate-programme/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:98:\"https://buzz-caribbean.com/article/record-legally-in-prison-plans-in-place-to-reinstate-programme/\";s:16:\"desktop_bigimage\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/Ninja-Man-Recording-Prison-300x169.jpg\";s:12:\"desktop_icon\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/Ninja-Man-Recording-Prison-150x150.jpg\";s:4:\"name\";s:66:\"Record legally in prison — plans in place to reinstate programme\";s:7:\"post_id\";s:4:\"6924\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(206,'','Devastation being revealed — catastrophic Hurricane Dorian lingers over the Bahamas','custom','Devastation being revealed — catastrophic Hurricane Dorian lingers over the Bahamas','2019-09-01 16:53:06','2019-09-01 16:53:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:85:\"Devastation being revealed — catastrophic Hurricane Dorian lingers over the Bahamas\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Dorian-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6932\",\"post_id\":\"6932\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:133:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/devastation-being-revealed-catastrophic-hurricane-dorian-lingers-over-the-bahamas\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:97:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Hurricane-Dorian-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:117:\"https://buzz-caribbean.com/article/devastation-being-revealed-catastrophic-hurricane-dorian-lingers-over-the-bahamas/\";s:11:\"fbmsn_image\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Dorian-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:117:\"https://buzz-caribbean.com/article/devastation-being-revealed-catastrophic-hurricane-dorian-lingers-over-the-bahamas/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:117:\"https://buzz-caribbean.com/article/devastation-being-revealed-catastrophic-hurricane-dorian-lingers-over-the-bahamas/\";s:16:\"desktop_bigimage\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Dorian-300x230.jpg\";s:12:\"desktop_icon\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Dorian-150x150.jpg\";s:4:\"name\";s:85:\"Devastation being revealed — catastrophic Hurricane Dorian lingers over the Bahamas\";s:7:\"post_id\";s:4:\"6932\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(207,'','Former Chamber of Commerce head Sameer Younis has died','custom','Former Chamber of Commerce head Sameer Younis has died','2019-09-01 17:53:06','2019-09-01 17:53:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:54:\"Former Chamber of Commerce head Sameer Younis has died\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/Sameer-Younis-featured-image-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6928\",\"post_id\":\"6928\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:106:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/former-chamber-of-commerce-head-sameer-younis-has-died\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:109:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Sameer-Younis-featured-image-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:90:\"https://buzz-caribbean.com/article/former-chamber-of-commerce-head-sameer-younis-has-died/\";s:11:\"fbmsn_image\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/Sameer-Younis-featured-image-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:90:\"https://buzz-caribbean.com/article/former-chamber-of-commerce-head-sameer-younis-has-died/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:90:\"https://buzz-caribbean.com/article/former-chamber-of-commerce-head-sameer-younis-has-died/\";s:16:\"desktop_bigimage\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/Sameer-Younis-featured-image-300x215.jpg\";s:12:\"desktop_icon\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/Sameer-Younis-featured-image-150x150.jpg\";s:4:\"name\";s:54:\"Former Chamber of Commerce head Sameer Younis has died\";s:7:\"post_id\";s:4:\"6928\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(208,'','Holness pledges Jamaica\'s support to hurricane-ravaged Bahamas','custom','Holness pledges Jamaica\'s support to hurricane-ravaged Bahamas','2019-09-01 18:23:07','2019-09-01 18:23:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:62:\"Holness pledges Jamaica\'s support to hurricane-ravaged Bahamas\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/abaco-bahamas-hurricane-dorian--150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6943\",\"post_id\":\"6943\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:113:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/holness-pledges-jamaicas-support-to-hurricane-ravaged-bahamas\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:112:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/abaco-bahamas-hurricane-dorian--150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:97:\"https://buzz-caribbean.com/article/holness-pledges-jamaicas-support-to-hurricane-ravaged-bahamas/\";s:11:\"fbmsn_image\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/abaco-bahamas-hurricane-dorian--150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:97:\"https://buzz-caribbean.com/article/holness-pledges-jamaicas-support-to-hurricane-ravaged-bahamas/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:97:\"https://buzz-caribbean.com/article/holness-pledges-jamaicas-support-to-hurricane-ravaged-bahamas/\";s:16:\"desktop_bigimage\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/abaco-bahamas-hurricane-dorian--300x180.jpg\";s:12:\"desktop_icon\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/abaco-bahamas-hurricane-dorian--150x150.jpg\";s:4:\"name\";s:62:\"Holness pledges Jamaica\'s support to hurricane-ravaged Bahamas\";s:7:\"post_id\";s:4:\"6943\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(209,'','Opposition leader describes Sameer Younis as a nation-builder','custom','Opposition leader describes Sameer Younis as a nation-builder','2019-09-01 19:09:28','2019-09-01 19:09:28',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:61:\"Opposition leader describes Sameer Younis as a nation-builder\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/Sameer-Younis-featured-image-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6949\",\"post_id\":\"6949\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:113:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/opposition-leader-describes-sameer-younis-as-a-nation-builder\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:109:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Sameer-Younis-featured-image-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:97:\"https://buzz-caribbean.com/article/opposition-leader-describes-sameer-younis-as-a-nation-builder/\";s:11:\"fbmsn_image\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/Sameer-Younis-featured-image-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:97:\"https://buzz-caribbean.com/article/opposition-leader-describes-sameer-younis-as-a-nation-builder/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:97:\"https://buzz-caribbean.com/article/opposition-leader-describes-sameer-younis-as-a-nation-builder/\";s:16:\"desktop_bigimage\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/Sameer-Younis-featured-image-300x215.jpg\";s:12:\"desktop_icon\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/Sameer-Younis-featured-image-150x150.jpg\";s:4:\"name\";s:61:\"Opposition leader describes Sameer Younis as a nation-builder\";s:7:\"post_id\";s:4:\"6949\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(210,'','India in control at the end of day three against West Indies','custom','India in control at the end of day three against West Indies','2019-09-01 20:38:20','2019-09-01 20:38:20',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:60:\"India in control at the end of day three against West Indies\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India14-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6951\",\"post_id\":\"6951\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:112:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/india-in-control-at-the-end-of-day-three-against-west-indies\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:108:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/test-cricket-WI-and-India14-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:96:\"https://buzz-caribbean.com/article/india-in-control-at-the-end-of-day-three-against-west-indies/\";s:11:\"fbmsn_image\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India14-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:96:\"https://buzz-caribbean.com/article/india-in-control-at-the-end-of-day-three-against-west-indies/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:96:\"https://buzz-caribbean.com/article/india-in-control-at-the-end-of-day-three-against-west-indies/\";s:16:\"desktop_bigimage\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India14-300x169.jpg\";s:12:\"desktop_icon\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India14-150x150.jpg\";s:4:\"name\";s:60:\"India in control at the end of day three against West Indies\";s:7:\"post_id\";s:4:\"6951\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(211,'','St James Municipal Corporation disburses $12M to assist needy students return to school','custom','St James Municipal Corporation disburses $12M to assist needy students return to school','2019-09-02 10:23:06','2019-09-02 10:23:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:87:\"St James Municipal Corporation disburses $12M to assist needy students return to school\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/09/homer-davis-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6982\",\"post_id\":\"6982\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:138:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/st-james-municipal-corporation-disburses-12m-to-assist-needy-students-return-to-school\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:92:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/homer-davis-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:122:\"https://buzz-caribbean.com/article/st-james-municipal-corporation-disburses-12m-to-assist-needy-students-return-to-school/\";s:11:\"fbmsn_image\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/09/homer-davis-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:122:\"https://buzz-caribbean.com/article/st-james-municipal-corporation-disburses-12m-to-assist-needy-students-return-to-school/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:122:\"https://buzz-caribbean.com/article/st-james-municipal-corporation-disburses-12m-to-assist-needy-students-return-to-school/\";s:16:\"desktop_bigimage\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/09/homer-davis-300x200.jpg\";s:12:\"desktop_icon\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/09/homer-davis-150x150.jpg\";s:4:\"name\";s:87:\"St James Municipal Corporation disburses $12M to assist needy students return to school\";s:7:\"post_id\";s:4:\"6982\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(212,'','Fetty Wap arrested for punching valet','custom','Fetty Wap arrested for punching valet','2019-09-02 11:23:08','2019-09-02 11:23:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:37:\"Fetty Wap arrested for punching valet\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/09/fetty-wap-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6986\",\"post_id\":\"6986\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:89:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/fetty-wap-arrested-for-punching-valet\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:90:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/fetty-wap-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:73:\"https://buzz-caribbean.com/article/fetty-wap-arrested-for-punching-valet/\";s:11:\"fbmsn_image\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/09/fetty-wap-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:73:\"https://buzz-caribbean.com/article/fetty-wap-arrested-for-punching-valet/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:73:\"https://buzz-caribbean.com/article/fetty-wap-arrested-for-punching-valet/\";s:16:\"desktop_bigimage\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/09/fetty-wap-300x195.jpg\";s:12:\"desktop_icon\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/09/fetty-wap-150x150.jpg\";s:4:\"name\";s:37:\"Fetty Wap arrested for punching valet\";s:7:\"post_id\";s:4:\"6986\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(213,'','Farmers encouraged to wear protective gear when using pesticides','custom','Farmers encouraged to wear protective gear when using pesticides','2019-09-02 11:38:32','2019-09-02 11:38:32',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:64:\"Farmers encouraged to wear protective gear when using pesticides\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/marina-young-RADA-farmers-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6990\",\"post_id\":\"6990\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:116:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/farmers-encouraged-to-wear-protective-gear-when-using-pesticides\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:106:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/marina-young-RADA-farmers-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:100:\"https://buzz-caribbean.com/article/farmers-encouraged-to-wear-protective-gear-when-using-pesticides/\";s:11:\"fbmsn_image\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/marina-young-RADA-farmers-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:100:\"https://buzz-caribbean.com/article/farmers-encouraged-to-wear-protective-gear-when-using-pesticides/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:100:\"https://buzz-caribbean.com/article/farmers-encouraged-to-wear-protective-gear-when-using-pesticides/\";s:16:\"desktop_bigimage\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/marina-young-RADA-farmers-300x214.jpg\";s:12:\"desktop_icon\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/marina-young-RADA-farmers-150x150.jpg\";s:4:\"name\";s:64:\"Farmers encouraged to wear protective gear when using pesticides\";s:7:\"post_id\";s:4:\"6990\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(214,'','Nesbeth cuts tour short after brother dies','custom','Nesbeth cuts tour short after brother dies','2019-09-02 12:08:08','2019-09-02 12:08:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:42:\"Nesbeth cuts tour short after brother dies\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/NESBETH-A-20190902-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"6997\",\"post_id\":\"6997\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:94:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/nesbeth-cuts-tour-short-after-brother-dies\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:99:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/NESBETH-A-20190902-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:78:\"https://buzz-caribbean.com/article/nesbeth-cuts-tour-short-after-brother-dies/\";s:11:\"fbmsn_image\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/NESBETH-A-20190902-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:78:\"https://buzz-caribbean.com/article/nesbeth-cuts-tour-short-after-brother-dies/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:78:\"https://buzz-caribbean.com/article/nesbeth-cuts-tour-short-after-brother-dies/\";s:16:\"desktop_bigimage\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/NESBETH-A-20190902-300x193.jpg\";s:12:\"desktop_icon\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/NESBETH-A-20190902-150x150.jpg\";s:4:\"name\";s:42:\"Nesbeth cuts tour short after brother dies\";s:7:\"post_id\";s:4:\"6997\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(215,'','Proceeds from Romain Virgo’s ‘Dutty Man’ single will be going to charity','custom','Proceeds from Romain Virgo’s ‘Dutty Man’ single will be going to charity','2019-09-02 12:38:19','2019-09-02 12:38:19',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:78:\"Proceeds from Romain Virgo’s ‘Dutty Man’ single will be going to charity\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Romain-Virgo-landscape-20190902-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7000\",\"post_id\":\"7000\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:121:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/proceeds-from-romain-virgos-dutty-man-single-will-be-going-to-charity\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:112:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Romain-Virgo-landscape-20190902-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:105:\"https://buzz-caribbean.com/article/proceeds-from-romain-virgos-dutty-man-single-will-be-going-to-charity/\";s:11:\"fbmsn_image\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Romain-Virgo-landscape-20190902-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:105:\"https://buzz-caribbean.com/article/proceeds-from-romain-virgos-dutty-man-single-will-be-going-to-charity/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:105:\"https://buzz-caribbean.com/article/proceeds-from-romain-virgos-dutty-man-single-will-be-going-to-charity/\";s:16:\"desktop_bigimage\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Romain-Virgo-landscape-20190902-300x209.jpg\";s:12:\"desktop_icon\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Romain-Virgo-landscape-20190902-150x150.jpg\";s:4:\"name\";s:78:\"Proceeds from Romain Virgo’s ‘Dutty Man’ single will be going to charity\";s:7:\"post_id\";s:4:\"7000\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(216,'','Duchess Meghan won\'t have a relationship with father Thomas Markle','custom','Duchess Meghan won\'t have a relationship with father Thomas Markle','2019-09-02 13:08:30','2019-09-02 13:08:30',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:66:\"Duchess Meghan won\'t have a relationship with father Thomas Markle\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/Duchess-Meghan-20190902-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7005\",\"post_id\":\"7005\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:117:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/duchess-meghan-wont-have-a-relationship-with-father-thomas-markle\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:104:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Duchess-Meghan-20190902-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:101:\"https://buzz-caribbean.com/article/duchess-meghan-wont-have-a-relationship-with-father-thomas-markle/\";s:11:\"fbmsn_image\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/Duchess-Meghan-20190902-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:101:\"https://buzz-caribbean.com/article/duchess-meghan-wont-have-a-relationship-with-father-thomas-markle/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:101:\"https://buzz-caribbean.com/article/duchess-meghan-wont-have-a-relationship-with-father-thomas-markle/\";s:16:\"desktop_bigimage\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/Duchess-Meghan-20190902-300x195.jpg\";s:12:\"desktop_icon\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/Duchess-Meghan-20190902-150x150.jpg\";s:4:\"name\";s:66:\"Duchess Meghan won\'t have a relationship with father Thomas Markle\";s:7:\"post_id\";s:4:\"7005\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(217,'','Meet Jason Whyte from the Dr Birdz','custom','Meet Jason Whyte from the Dr Birdz','2019-09-02 13:23:17','2019-09-02 13:23:17',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:34:\"Meet Jason Whyte from the Dr Birdz\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/09/JasonWhyte-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7008\",\"post_id\":\"7008\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:86:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/meet-jason-whyte-from-the-dr-birdz\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:91:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/JasonWhyte-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:70:\"https://buzz-caribbean.com/article/meet-jason-whyte-from-the-dr-birdz/\";s:11:\"fbmsn_image\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/09/JasonWhyte-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:70:\"https://buzz-caribbean.com/article/meet-jason-whyte-from-the-dr-birdz/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:70:\"https://buzz-caribbean.com/article/meet-jason-whyte-from-the-dr-birdz/\";s:16:\"desktop_bigimage\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/09/JasonWhyte-300x224.jpg\";s:12:\"desktop_icon\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/09/JasonWhyte-150x150.jpg\";s:4:\"name\";s:34:\"Meet Jason Whyte from the Dr Birdz\";s:7:\"post_id\";s:4:\"7008\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(218,'','Top 10 ministerial achievements of Peter Bunting','custom','Top 10 ministerial achievements of Peter Bunting','2019-09-02 15:08:09','2019-09-02 15:08:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:48:\"Top 10 ministerial achievements of Peter Bunting\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/Peter-Bunting-AAA-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7020\",\"post_id\":\"7020\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:100:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/top-10-ministerial-achievements-of-peter-bunting\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:98:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Peter-Bunting-AAA-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:84:\"https://buzz-caribbean.com/article/top-10-ministerial-achievements-of-peter-bunting/\";s:11:\"fbmsn_image\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/Peter-Bunting-AAA-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:84:\"https://buzz-caribbean.com/article/top-10-ministerial-achievements-of-peter-bunting/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:84:\"https://buzz-caribbean.com/article/top-10-ministerial-achievements-of-peter-bunting/\";s:16:\"desktop_bigimage\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/Peter-Bunting-AAA-300x200.jpg\";s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/Peter-Bunting-AAA-150x150.jpg\";s:4:\"name\";s:48:\"Top 10 ministerial achievements of Peter Bunting\";s:7:\"post_id\";s:4:\"7020\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(219,'','Kevin Hart is \'doing great\' after crash','custom','Kevin Hart is \'doing great\' after crash','2019-09-02 15:23:11','2019-09-02 15:23:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:39:\"Kevin Hart is \'doing great\' after crash\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/kevin-hart-eniko-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7044\",\"post_id\":\"7044\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:89:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/kevin-hart-is-doing-great-after-crash\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:97:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/kevin-hart-eniko-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:73:\"https://buzz-caribbean.com/article/kevin-hart-is-doing-great-after-crash/\";s:11:\"fbmsn_image\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/kevin-hart-eniko-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:73:\"https://buzz-caribbean.com/article/kevin-hart-is-doing-great-after-crash/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:73:\"https://buzz-caribbean.com/article/kevin-hart-is-doing-great-after-crash/\";s:16:\"desktop_bigimage\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/kevin-hart-eniko-300x195.jpg\";s:12:\"desktop_icon\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/kevin-hart-eniko-150x150.jpg\";s:4:\"name\";s:39:\"Kevin Hart is \'doing great\' after crash\";s:7:\"post_id\";s:4:\"7044\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(220,'','TPDCo office now in Falmouth','custom','TPDCo office now in Falmouth','2019-09-02 16:08:10','2019-09-02 16:08:10',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:28:\"TPDCo office now in Falmouth\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/TPDCo-office-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7053\",\"post_id\":\"7053\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:80:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/tpdco-office-now-in-falmouth\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:93:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/TPDCo-office-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:64:\"https://buzz-caribbean.com/article/tpdco-office-now-in-falmouth/\";s:11:\"fbmsn_image\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/TPDCo-office-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:64:\"https://buzz-caribbean.com/article/tpdco-office-now-in-falmouth/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:64:\"https://buzz-caribbean.com/article/tpdco-office-now-in-falmouth/\";s:16:\"desktop_bigimage\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/TPDCo-office-300x225.jpg\";s:12:\"desktop_icon\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/TPDCo-office-150x150.jpg\";s:4:\"name\";s:28:\"TPDCo office now in Falmouth\";s:7:\"post_id\";s:4:\"7053\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(221,'','The internet celebrates Keanu Reeves’ 55th birthday','custom','The internet celebrates Keanu Reeves’ 55th birthday','2019-09-02 16:23:06','2019-09-02 16:23:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:53:\"The internet celebrates Keanu Reeves’ 55th birthday\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7042\",\"post_id\":\"7042\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:102:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/the-internet-celebrates-keanu-reeves-55th-birthday\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:103:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/keanu-reeves-buzz-demo-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:86:\"https://buzz-caribbean.com/article/the-internet-celebrates-keanu-reeves-55th-birthday/\";s:11:\"fbmsn_image\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:86:\"https://buzz-caribbean.com/article/the-internet-celebrates-keanu-reeves-55th-birthday/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:86:\"https://buzz-caribbean.com/article/the-internet-celebrates-keanu-reeves-55th-birthday/\";s:16:\"desktop_bigimage\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-300x199.jpg\";s:12:\"desktop_icon\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/keanu-reeves-buzz-demo-150x150.jpg\";s:4:\"name\";s:53:\"The internet celebrates Keanu Reeves’ 55th birthday\";s:7:\"post_id\";s:4:\"7042\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(222,'','Lebron wants to trademark \'Taco Tuesday\'','custom','Lebron wants to trademark \'Taco Tuesday\'','2019-09-02 16:38:07','2019-09-02 16:38:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:40:\"Lebron wants to trademark \'Taco Tuesday\'\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/lebron-James-ABC-20190902-150x150.jpeg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7060\",\"post_id\":\"7060\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:90:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/lebron-wants-to-trademark-taco-tuesday\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:107:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/lebron-James-ABC-20190902-150x150.jpeg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:74:\"https://buzz-caribbean.com/article/lebron-wants-to-trademark-taco-tuesday/\";s:11:\"fbmsn_image\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/lebron-James-ABC-20190902-150x150.jpeg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:74:\"https://buzz-caribbean.com/article/lebron-wants-to-trademark-taco-tuesday/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:74:\"https://buzz-caribbean.com/article/lebron-wants-to-trademark-taco-tuesday/\";s:16:\"desktop_bigimage\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/lebron-James-ABC-20190902-300x204.jpeg\";s:12:\"desktop_icon\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/lebron-James-ABC-20190902-150x150.jpeg\";s:4:\"name\";s:40:\"Lebron wants to trademark \'Taco Tuesday\'\";s:7:\"post_id\";s:4:\"7060\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(223,'','Circle K: A friendly convenience smack in HWT','custom','Circle K: A friendly convenience smack in HWT','2019-09-02 17:08:14','2019-09-02 17:08:14',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:45:\"Circle K: A friendly convenience smack in HWT\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-3-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7019\",\"post_id\":\"7019\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:96:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/circle-k-a-friendly-convenience-smack-in-hwt\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:104:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/circle-k-buzz-feature-3-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:80:\"https://buzz-caribbean.com/article/circle-k-a-friendly-convenience-smack-in-hwt/\";s:11:\"fbmsn_image\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-3-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:80:\"https://buzz-caribbean.com/article/circle-k-a-friendly-convenience-smack-in-hwt/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:80:\"https://buzz-caribbean.com/article/circle-k-a-friendly-convenience-smack-in-hwt/\";s:16:\"desktop_bigimage\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-3-300x200.jpg\";s:12:\"desktop_icon\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/circle-k-buzz-feature-3-150x150.jpg\";s:4:\"name\";s:45:\"Circle K: A friendly convenience smack in HWT\";s:7:\"post_id\";s:4:\"7019\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(224,'','After three husbands, Jennifer Lopez asks for marriage advice','custom','After three husbands, Jennifer Lopez asks for marriage advice','2019-09-02 17:08:14','2019-09-02 17:08:14',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:61:\"After three husbands, Jennifer Lopez asks for marriage advice\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/jennifer-lopez-BBB-20190902C-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7074\",\"post_id\":\"7074\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:112:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/after-three-husbands-jennifer-lopez-asks-for-marriage-advice\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:109:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/jennifer-lopez-BBB-20190902C-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:96:\"https://buzz-caribbean.com/article/after-three-husbands-jennifer-lopez-asks-for-marriage-advice/\";s:11:\"fbmsn_image\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/jennifer-lopez-BBB-20190902C-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:96:\"https://buzz-caribbean.com/article/after-three-husbands-jennifer-lopez-asks-for-marriage-advice/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:96:\"https://buzz-caribbean.com/article/after-three-husbands-jennifer-lopez-asks-for-marriage-advice/\";s:16:\"desktop_bigimage\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/jennifer-lopez-BBB-20190902C-300x195.jpg\";s:12:\"desktop_icon\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/jennifer-lopez-BBB-20190902C-150x150.jpg\";s:4:\"name\";s:61:\"After three husbands, Jennifer Lopez asks for marriage advice\";s:7:\"post_id\";s:4:\"7074\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(225,'','Reggae Girlz furious, strike for pay months after World Cup','custom','Reggae Girlz furious, strike for pay months after World Cup','2019-09-02 17:23:07','2019-09-02 17:23:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:59:\"Reggae Girlz furious, strike for pay months after World Cup\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/reggae-girlz-buzz-demo-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7080\",\"post_id\":\"7080\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:91:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/reggae-girlz-threaten-to-strike-for-pay\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:105:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/reggae-girlz-buzz-demo-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:75:\"https://buzz-caribbean.com/article/reggae-girlz-threaten-to-strike-for-pay/\";s:11:\"fbmsn_image\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/reggae-girlz-buzz-demo-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:75:\"https://buzz-caribbean.com/article/reggae-girlz-threaten-to-strike-for-pay/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:75:\"https://buzz-caribbean.com/article/reggae-girlz-threaten-to-strike-for-pay/\";s:16:\"desktop_bigimage\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/reggae-girlz-buzz-demo-1-300x169.jpg\";s:12:\"desktop_icon\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/reggae-girlz-buzz-demo-1-150x150.jpg\";s:4:\"name\";s:59:\"Reggae Girlz furious, strike for pay months after World Cup\";s:7:\"post_id\";s:4:\"7080\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(226,'','Sandals Foundation sets up collection centres for Dorian victims','custom','Sandals Foundation sets up collection centres for Dorian victims','2019-09-02 17:38:12','2019-09-02 17:38:12',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:64:\"Sandals Foundation sets up collection centres for Dorian victims\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-bahamas-damage-img-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7082\",\"post_id\":\"7082\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:116:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/sandals-foundation-sets-up-collection-centres-for-dorian-victims\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:106:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/dorian-bahamas-damage-img-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:100:\"https://buzz-caribbean.com/article/sandals-foundation-sets-up-collection-centres-for-dorian-victims/\";s:11:\"fbmsn_image\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-bahamas-damage-img-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:100:\"https://buzz-caribbean.com/article/sandals-foundation-sets-up-collection-centres-for-dorian-victims/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:100:\"https://buzz-caribbean.com/article/sandals-foundation-sets-up-collection-centres-for-dorian-victims/\";s:16:\"desktop_bigimage\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-bahamas-damage-img-300x169.jpg\";s:12:\"desktop_icon\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-bahamas-damage-img-150x150.jpg\";s:4:\"name\";s:64:\"Sandals Foundation sets up collection centres for Dorian victims\";s:7:\"post_id\";s:4:\"7082\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(227,'','Hurricane Dorian: Death toll in The Bahamas expected to climb','custom','Hurricane Dorian: Death toll in The Bahamas expected to climb','2019-09-02 17:38:12','2019-09-02 17:38:12',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:61:\"Hurricane Dorian: Death toll in The Bahamas expected to climb\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/abaco-bahamas-hurricane-dorian--150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7072\",\"post_id\":\"7072\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:112:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/hurricane-dorian-death-toll-in-the-bahamas-expected-to-climb\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:112:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/abaco-bahamas-hurricane-dorian--150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:96:\"https://buzz-caribbean.com/article/hurricane-dorian-death-toll-in-the-bahamas-expected-to-climb/\";s:11:\"fbmsn_image\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/abaco-bahamas-hurricane-dorian--150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:96:\"https://buzz-caribbean.com/article/hurricane-dorian-death-toll-in-the-bahamas-expected-to-climb/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:96:\"https://buzz-caribbean.com/article/hurricane-dorian-death-toll-in-the-bahamas-expected-to-climb/\";s:16:\"desktop_bigimage\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/abaco-bahamas-hurricane-dorian--300x180.jpg\";s:12:\"desktop_icon\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/abaco-bahamas-hurricane-dorian--150x150.jpg\";s:4:\"name\";s:61:\"Hurricane Dorian: Death toll in The Bahamas expected to climb\";s:7:\"post_id\";s:4:\"7072\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(228,'','Dead being ‘loaded onto trucks’ in The Bahamas as Dorian wreaks havoc','custom','Dead being ‘loaded onto trucks’ in The Bahamas as Dorian wreaks havoc','2019-09-02 18:08:10','2019-09-02 18:08:10',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:73:\"Dead being ‘loaded onto trucks’ in The Bahamas as Dorian wreaks havoc\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:110:\"https://buzz-caribbean.com/app/uploads/2019/09/bahamas-hurrican-dorian-death-toll-rising-buzz-demo-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7095\",\"post_id\":\"7095\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:119:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/dead-being-loaded-onto-trucks-in-the-bahamas-as-dorian-wreaks-havoc\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:132:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/bahamas-hurrican-dorian-death-toll-rising-buzz-demo-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:103:\"https://buzz-caribbean.com/article/dead-being-loaded-onto-trucks-in-the-bahamas-as-dorian-wreaks-havoc/\";s:11:\"fbmsn_image\";s:110:\"https://buzz-caribbean.com/app/uploads/2019/09/bahamas-hurrican-dorian-death-toll-rising-buzz-demo-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:103:\"https://buzz-caribbean.com/article/dead-being-loaded-onto-trucks-in-the-bahamas-as-dorian-wreaks-havoc/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:103:\"https://buzz-caribbean.com/article/dead-being-loaded-onto-trucks-in-the-bahamas-as-dorian-wreaks-havoc/\";s:16:\"desktop_bigimage\";s:110:\"https://buzz-caribbean.com/app/uploads/2019/09/bahamas-hurrican-dorian-death-toll-rising-buzz-demo-300x300.jpg\";s:12:\"desktop_icon\";s:110:\"https://buzz-caribbean.com/app/uploads/2019/09/bahamas-hurrican-dorian-death-toll-rising-buzz-demo-150x150.jpg\";s:4:\"name\";s:73:\"Dead being ‘loaded onto trucks’ in The Bahamas as Dorian wreaks havoc\";s:7:\"post_id\";s:4:\"7095\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(229,'','Money being raised to bring athlete\'s body back to Jamaica','custom','Money being raised to bring athlete\'s body back to Jamaica','2019-09-02 18:08:10','2019-09-02 18:08:10',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:58:\"Money being raised to bring athlete\'s body back to Jamaica\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/Twayne-Crooks-AAA-20190902-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7094\",\"post_id\":\"7094\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:109:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/money-being-raised-to-bring-athletes-body-back-to-jamaica\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:107:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Twayne-Crooks-AAA-20190902-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:93:\"https://buzz-caribbean.com/article/money-being-raised-to-bring-athletes-body-back-to-jamaica/\";s:11:\"fbmsn_image\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/Twayne-Crooks-AAA-20190902-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:93:\"https://buzz-caribbean.com/article/money-being-raised-to-bring-athletes-body-back-to-jamaica/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:93:\"https://buzz-caribbean.com/article/money-being-raised-to-bring-athletes-body-back-to-jamaica/\";s:16:\"desktop_bigimage\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/Twayne-Crooks-AAA-20190902-300x200.jpg\";s:12:\"desktop_icon\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/Twayne-Crooks-AAA-20190902-150x150.jpg\";s:4:\"name\";s:58:\"Money being raised to bring athlete\'s body back to Jamaica\";s:7:\"post_id\";s:4:\"7094\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(230,'','NMIA cancels flights as Hurricane Dorian threatens Florida','custom','NMIA cancels flights as Hurricane Dorian threatens Florida','2019-09-02 19:23:06','2019-09-02 19:23:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:58:\"NMIA cancels flights as Hurricane Dorian threatens Florida\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/Norman-International-Airport-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7103\",\"post_id\":\"7103\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:110:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/nmia-cancels-flights-as-hurricane-dorian-threatens-florida\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:109:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Norman-International-Airport-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:94:\"https://buzz-caribbean.com/article/nmia-cancels-flights-as-hurricane-dorian-threatens-florida/\";s:11:\"fbmsn_image\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/Norman-International-Airport-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:94:\"https://buzz-caribbean.com/article/nmia-cancels-flights-as-hurricane-dorian-threatens-florida/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:94:\"https://buzz-caribbean.com/article/nmia-cancels-flights-as-hurricane-dorian-threatens-florida/\";s:16:\"desktop_bigimage\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/Norman-International-Airport-300x169.jpg\";s:12:\"desktop_icon\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/Norman-International-Airport-150x150.jpg\";s:4:\"name\";s:58:\"NMIA cancels flights as Hurricane Dorian threatens Florida\";s:7:\"post_id\";s:4:\"7103\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(231,'','India clobber West Indies to win series 2-0','custom','India clobber West Indies to win series 2-0','2019-09-02 19:53:25','2019-09-02 19:53:25',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:43:\"India clobber West Indies to win series 2-0\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India10-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7124\",\"post_id\":\"7124\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:95:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/india-clobber-west-indies-to-win-series-2-0\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:110:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/test-cricket-WI-and-India10-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:79:\"https://buzz-caribbean.com/article/india-clobber-west-indies-to-win-series-2-0/\";s:11:\"fbmsn_image\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India10-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:79:\"https://buzz-caribbean.com/article/india-clobber-west-indies-to-win-series-2-0/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:79:\"https://buzz-caribbean.com/article/india-clobber-west-indies-to-win-series-2-0/\";s:16:\"desktop_bigimage\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India10-1-300x200.jpg\";s:12:\"desktop_icon\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/test-cricket-WI-and-India10-1-150x150.jpg\";s:4:\"name\";s:43:\"India clobber West Indies to win series 2-0\";s:7:\"post_id\";s:4:\"7124\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(232,'','Ministry of Education pleased with smooth start to school year','custom','Ministry of Education pleased with smooth start to school year','2019-09-03 06:23:25','2019-09-03 06:23:25',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:62:\"Ministry of Education pleased with smooth start to school year\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/grace-mclean-moeyi-buzz-demo-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7129\",\"post_id\":\"7129\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:114:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/ministry-of-education-pleased-with-smooth-start-to-school-year\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:109:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/grace-mclean-moeyi-buzz-demo-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:98:\"https://buzz-caribbean.com/article/ministry-of-education-pleased-with-smooth-start-to-school-year/\";s:11:\"fbmsn_image\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/grace-mclean-moeyi-buzz-demo-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:98:\"https://buzz-caribbean.com/article/ministry-of-education-pleased-with-smooth-start-to-school-year/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:98:\"https://buzz-caribbean.com/article/ministry-of-education-pleased-with-smooth-start-to-school-year/\";s:16:\"desktop_bigimage\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/grace-mclean-moeyi-buzz-demo-300x201.jpg\";s:12:\"desktop_icon\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/grace-mclean-moeyi-buzz-demo-150x150.jpg\";s:4:\"name\";s:62:\"Ministry of Education pleased with smooth start to school year\";s:7:\"post_id\";s:4:\"7129\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(233,'','D\'Angel demanding props for being a positive musician long before Koffee','custom','D\'Angel demanding props for being a positive musician long before Koffee','2019-09-03 06:53:13','2019-09-03 06:53:13',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:72:\"D\'Angel demanding props for being a positive musician long before Koffee\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/dangel-buzz-demo-1-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7133\",\"post_id\":\"7133\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:123:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/dangel-demanding-props-for-being-a-positive-musician-long-before-koffee\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:99:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/dangel-buzz-demo-1-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:107:\"https://buzz-caribbean.com/article/dangel-demanding-props-for-being-a-positive-musician-long-before-koffee/\";s:11:\"fbmsn_image\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/dangel-buzz-demo-1-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:107:\"https://buzz-caribbean.com/article/dangel-demanding-props-for-being-a-positive-musician-long-before-koffee/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:107:\"https://buzz-caribbean.com/article/dangel-demanding-props-for-being-a-positive-musician-long-before-koffee/\";s:16:\"desktop_bigimage\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/dangel-buzz-demo-1-300x300.png\";s:12:\"desktop_icon\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/dangel-buzz-demo-1-150x150.png\";s:4:\"name\";s:72:\"D\'Angel demanding props for being a positive musician long before Koffee\";s:7:\"post_id\";s:4:\"7133\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(234,'','JSIF funding $40 million project to improve numeracy and literacy in schools','custom','JSIF funding $40 million project to improve numeracy and literacy in schools','2019-09-03 07:23:07','2019-09-03 07:23:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:76:\"JSIF funding $40 million project to improve numeracy and literacy in schools\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/jsif-handover-buzz-demo-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7139\",\"post_id\":\"7139\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:127:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jsif-funding-40-million-project-to-improve-numeracy-and-literacy-in-schools\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:106:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/jsif-handover-buzz-demo-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:111:\"https://buzz-caribbean.com/article/jsif-funding-40-million-project-to-improve-numeracy-and-literacy-in-schools/\";s:11:\"fbmsn_image\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/jsif-handover-buzz-demo-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:111:\"https://buzz-caribbean.com/article/jsif-funding-40-million-project-to-improve-numeracy-and-literacy-in-schools/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:111:\"https://buzz-caribbean.com/article/jsif-funding-40-million-project-to-improve-numeracy-and-literacy-in-schools/\";s:16:\"desktop_bigimage\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/jsif-handover-buzz-demo-1-300x173.jpg\";s:12:\"desktop_icon\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/jsif-handover-buzz-demo-1-150x150.jpg\";s:4:\"name\";s:76:\"JSIF funding $40 million project to improve numeracy and literacy in schools\";s:7:\"post_id\";s:4:\"7139\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(235,'','Helen Hunt: \'Winning an Oscar won\'t change your life\'','custom','Helen Hunt: \'Winning an Oscar won\'t change your life\'','2019-09-03 07:38:07','2019-09-03 07:38:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:53:\"Helen Hunt: \'Winning an Oscar won\'t change your life\'\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/09/helen-hunt-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7109\",\"post_id\":\"7109\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:101:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/helen-hunt-winning-an-oscar-wont-change-your-life\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:91:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/helen-hunt-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:85:\"https://buzz-caribbean.com/article/helen-hunt-winning-an-oscar-wont-change-your-life/\";s:11:\"fbmsn_image\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/09/helen-hunt-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:85:\"https://buzz-caribbean.com/article/helen-hunt-winning-an-oscar-wont-change-your-life/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:85:\"https://buzz-caribbean.com/article/helen-hunt-winning-an-oscar-wont-change-your-life/\";s:16:\"desktop_bigimage\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/09/helen-hunt-300x195.jpg\";s:12:\"desktop_icon\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/09/helen-hunt-150x150.jpg\";s:4:\"name\";s:53:\"Helen Hunt: \'Winning an Oscar won\'t change your life\'\";s:7:\"post_id\";s:4:\"7109\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(236,'','Miss Lou to be celebrated for 100 days','custom','Miss Lou to be celebrated for 100 days','2019-09-03 07:54:30','2019-09-03 07:54:30',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:38:\"Miss Lou to be celebrated for 100 days\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:111:\"https://buzz-caribbean.com/app/uploads/2019/09/Hon.-Louise-Bennett-Cloverly-recent-visit-to-Jamaica-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7113\",\"post_id\":\"7113\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:90:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/miss-lou-to-be-celebrated-for-100-days\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:133:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Hon.-Louise-Bennett-Cloverly-recent-visit-to-Jamaica-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:74:\"https://buzz-caribbean.com/article/miss-lou-to-be-celebrated-for-100-days/\";s:11:\"fbmsn_image\";s:111:\"https://buzz-caribbean.com/app/uploads/2019/09/Hon.-Louise-Bennett-Cloverly-recent-visit-to-Jamaica-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:74:\"https://buzz-caribbean.com/article/miss-lou-to-be-celebrated-for-100-days/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:74:\"https://buzz-caribbean.com/article/miss-lou-to-be-celebrated-for-100-days/\";s:16:\"desktop_bigimage\";s:111:\"https://buzz-caribbean.com/app/uploads/2019/09/Hon.-Louise-Bennett-Cloverly-recent-visit-to-Jamaica-300x253.jpg\";s:12:\"desktop_icon\";s:111:\"https://buzz-caribbean.com/app/uploads/2019/09/Hon.-Louise-Bennett-Cloverly-recent-visit-to-Jamaica-150x150.jpg\";s:4:\"name\";s:38:\"Miss Lou to be celebrated for 100 days\";s:7:\"post_id\";s:4:\"7113\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(237,'','Legal Aid Council provides help for 107 mentally ill persons','custom','Legal Aid Council provides help for 107 mentally ill persons','2019-09-03 10:23:08','2019-09-03 10:23:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:60:\"Legal Aid Council provides help for 107 mentally ill persons\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/hugh-falkner-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7151\",\"post_id\":\"7151\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:112:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/legal-aid-council-provides-help-for-107-mentally-ill-persons\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:93:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/hugh-falkner-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:96:\"https://buzz-caribbean.com/article/legal-aid-council-provides-help-for-107-mentally-ill-persons/\";s:11:\"fbmsn_image\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/hugh-falkner-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:96:\"https://buzz-caribbean.com/article/legal-aid-council-provides-help-for-107-mentally-ill-persons/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:96:\"https://buzz-caribbean.com/article/legal-aid-council-provides-help-for-107-mentally-ill-persons/\";s:16:\"desktop_bigimage\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/hugh-falkner-300x200.jpg\";s:12:\"desktop_icon\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/hugh-falkner-150x150.jpg\";s:4:\"name\";s:60:\"Legal Aid Council provides help for 107 mentally ill persons\";s:7:\"post_id\";s:4:\"7151\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(238,'','Tracy Morgan paid bartender to watch $2 million Bugatti','custom','Tracy Morgan paid bartender to watch $2 million Bugatti','2019-09-03 10:53:06','2019-09-03 10:53:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:55:\"Tracy Morgan paid bartender to watch $2 million Bugatti\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/tracy-morgan-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7157\",\"post_id\":\"7157\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:106:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/tracy-morgan-paid-bartender-to-watch-2-million-bugatti\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:93:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/tracy-morgan-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:90:\"https://buzz-caribbean.com/article/tracy-morgan-paid-bartender-to-watch-2-million-bugatti/\";s:11:\"fbmsn_image\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/tracy-morgan-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:90:\"https://buzz-caribbean.com/article/tracy-morgan-paid-bartender-to-watch-2-million-bugatti/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:90:\"https://buzz-caribbean.com/article/tracy-morgan-paid-bartender-to-watch-2-million-bugatti/\";s:16:\"desktop_bigimage\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/tracy-morgan-300x195.jpg\";s:12:\"desktop_icon\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/tracy-morgan-150x150.jpg\";s:4:\"name\";s:55:\"Tracy Morgan paid bartender to watch $2 million Bugatti\";s:7:\"post_id\";s:4:\"7157\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(239,'','Mayberry Foundation donates $1M to Sandals\' disaster relief efforts in the Bahamas','custom','Mayberry Foundation donates $1M to Sandals\' disaster relief efforts in the Bahamas','2019-09-03 11:08:07','2019-09-03 11:08:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:82:\"Mayberry Foundation donates $1M to Sandals\' disaster relief efforts in the Bahamas\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:100:\"https://buzz-caribbean.com/app/uploads/2019/09/mayberry-donation-to-sandals-foundation-2-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7159\",\"post_id\":\"7159\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:132:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/mayberry-foundation-donates-1m-to-sandals-disaster-relief-efforts-in-the-bahamas\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:122:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/mayberry-donation-to-sandals-foundation-2-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:116:\"https://buzz-caribbean.com/article/mayberry-foundation-donates-1m-to-sandals-disaster-relief-efforts-in-the-bahamas/\";s:11:\"fbmsn_image\";s:100:\"https://buzz-caribbean.com/app/uploads/2019/09/mayberry-donation-to-sandals-foundation-2-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:116:\"https://buzz-caribbean.com/article/mayberry-foundation-donates-1m-to-sandals-disaster-relief-efforts-in-the-bahamas/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:116:\"https://buzz-caribbean.com/article/mayberry-foundation-donates-1m-to-sandals-disaster-relief-efforts-in-the-bahamas/\";s:16:\"desktop_bigimage\";s:100:\"https://buzz-caribbean.com/app/uploads/2019/09/mayberry-donation-to-sandals-foundation-2-300x220.jpg\";s:12:\"desktop_icon\";s:100:\"https://buzz-caribbean.com/app/uploads/2019/09/mayberry-donation-to-sandals-foundation-2-150x150.jpg\";s:4:\"name\";s:82:\"Mayberry Foundation donates $1M to Sandals\' disaster relief efforts in the Bahamas\";s:7:\"post_id\";s:4:\"7159\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(240,'','Ding Dong awarded in the US for his promotion of the Caribbean culture','custom','Ding Dong awarded in the US for his promotion of the Caribbean culture','2019-09-03 11:08:07','2019-09-03 11:08:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:70:\"Ding Dong awarded in the US for his promotion of the Caribbean culture\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Ding-Dong-Awards-BUZZ-Caribbean-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7161\",\"post_id\":\"7161\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:122:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/ding-dong-awarded-in-the-us-for-his-promotion-of-the-caribbean-culture\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:112:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Ding-Dong-Awards-BUZZ-Caribbean-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:106:\"https://buzz-caribbean.com/article/ding-dong-awarded-in-the-us-for-his-promotion-of-the-caribbean-culture/\";s:11:\"fbmsn_image\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Ding-Dong-Awards-BUZZ-Caribbean-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:106:\"https://buzz-caribbean.com/article/ding-dong-awarded-in-the-us-for-his-promotion-of-the-caribbean-culture/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:106:\"https://buzz-caribbean.com/article/ding-dong-awarded-in-the-us-for-his-promotion-of-the-caribbean-culture/\";s:16:\"desktop_bigimage\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Ding-Dong-Awards-BUZZ-Caribbean-300x169.png\";s:12:\"desktop_icon\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Ding-Dong-Awards-BUZZ-Caribbean-150x150.png\";s:4:\"name\";s:70:\"Ding Dong awarded in the US for his promotion of the Caribbean culture\";s:7:\"post_id\";s:4:\"7161\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(241,'','PM breaks ground for $1.46-billion housing development in St. Catherine','custom','PM breaks ground for $1.46-billion housing development in St. Catherine','2019-09-03 11:38:42','2019-09-03 11:38:42',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:71:\"PM breaks ground for $1.46-billion housing development in St. Catherine\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/PM-Holness-Jamaica-Groundbreaking-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7155\",\"post_id\":\"7155\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:121:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/pm-breaks-ground-for-1-46-billion-housing-development-in-st-catherine\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:114:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/PM-Holness-Jamaica-Groundbreaking-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:105:\"https://buzz-caribbean.com/article/pm-breaks-ground-for-1-46-billion-housing-development-in-st-catherine/\";s:11:\"fbmsn_image\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/PM-Holness-Jamaica-Groundbreaking-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:105:\"https://buzz-caribbean.com/article/pm-breaks-ground-for-1-46-billion-housing-development-in-st-catherine/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:105:\"https://buzz-caribbean.com/article/pm-breaks-ground-for-1-46-billion-housing-development-in-st-catherine/\";s:16:\"desktop_bigimage\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/PM-Holness-Jamaica-Groundbreaking-300x203.jpg\";s:12:\"desktop_icon\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/PM-Holness-Jamaica-Groundbreaking-150x150.jpg\";s:4:\"name\";s:71:\"PM breaks ground for $1.46-billion housing development in St. Catherine\";s:7:\"post_id\";s:4:\"7155\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(242,'','‘Badman vs Nice Guy’: Konshens releases new project','custom','‘Badman vs Nice Guy’: Konshens releases new project','2019-09-03 12:08:11','2019-09-03 12:08:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:55:\"‘Badman vs Nice Guy’: Konshens releases new project\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/09/Konshens-A-20190903-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7183\",\"post_id\":\"7183\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:100:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/badman-vs-nice-guy-konshens-releases-new-project\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:100:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Konshens-A-20190903-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:84:\"https://buzz-caribbean.com/article/badman-vs-nice-guy-konshens-releases-new-project/\";s:11:\"fbmsn_image\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/09/Konshens-A-20190903-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:84:\"https://buzz-caribbean.com/article/badman-vs-nice-guy-konshens-releases-new-project/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:84:\"https://buzz-caribbean.com/article/badman-vs-nice-guy-konshens-releases-new-project/\";s:16:\"desktop_bigimage\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/09/Konshens-A-20190903-300x181.jpg\";s:12:\"desktop_icon\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/09/Konshens-A-20190903-150x150.jpg\";s:4:\"name\";s:55:\"‘Badman vs Nice Guy’: Konshens releases new project\";s:7:\"post_id\";s:4:\"7183\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(243,'','Peter Bunting opens up about sports, family and his favourite food','custom','Peter Bunting opens up about sports, family and his favourite food','2019-09-03 12:23:10','2019-09-03 12:23:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:66:\"Peter Bunting opens up about sports, family and his favourite food\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/peter-bunting-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7180\",\"post_id\":\"7180\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:117:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/peter-bunting-opens-up-about-sports-family-and-his-favourite-food\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:94:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/peter-bunting-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:101:\"https://buzz-caribbean.com/article/peter-bunting-opens-up-about-sports-family-and-his-favourite-food/\";s:11:\"fbmsn_image\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/peter-bunting-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:101:\"https://buzz-caribbean.com/article/peter-bunting-opens-up-about-sports-family-and-his-favourite-food/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:101:\"https://buzz-caribbean.com/article/peter-bunting-opens-up-about-sports-family-and-his-favourite-food/\";s:16:\"desktop_bigimage\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/peter-bunting-300x169.png\";s:12:\"desktop_icon\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/peter-bunting-150x150.png\";s:4:\"name\";s:66:\"Peter Bunting opens up about sports, family and his favourite food\";s:7:\"post_id\";s:4:\"7180\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(244,'','Prince Harry defends taking private jets','custom','Prince Harry defends taking private jets','2019-09-03 12:23:11','2019-09-03 12:23:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:40:\"Prince Harry defends taking private jets\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/prince-harry-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7187\",\"post_id\":\"7187\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:92:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/prince-harry-defends-taking-private-jets\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:93:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/prince-harry-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:76:\"https://buzz-caribbean.com/article/prince-harry-defends-taking-private-jets/\";s:11:\"fbmsn_image\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/prince-harry-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:76:\"https://buzz-caribbean.com/article/prince-harry-defends-taking-private-jets/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:76:\"https://buzz-caribbean.com/article/prince-harry-defends-taking-private-jets/\";s:16:\"desktop_bigimage\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/prince-harry-300x195.jpg\";s:12:\"desktop_icon\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/prince-harry-150x150.jpg\";s:4:\"name\";s:40:\"Prince Harry defends taking private jets\";s:7:\"post_id\";s:4:\"7187\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(245,'','Special education teachers to get mandatory training','custom','Special education teachers to get mandatory training','2019-09-03 12:38:09','2019-09-03 12:38:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:52:\"Special education teachers to get mandatory training\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/special-education-training-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7196\",\"post_id\":\"7196\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:104:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/special-education-teachers-to-get-mandatory-training\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:109:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/special-education-training-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:88:\"https://buzz-caribbean.com/article/special-education-teachers-to-get-mandatory-training/\";s:11:\"fbmsn_image\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/special-education-training-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:88:\"https://buzz-caribbean.com/article/special-education-teachers-to-get-mandatory-training/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:88:\"https://buzz-caribbean.com/article/special-education-teachers-to-get-mandatory-training/\";s:16:\"desktop_bigimage\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/special-education-training-1-300x200.jpg\";s:12:\"desktop_icon\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/special-education-training-1-150x150.jpg\";s:4:\"name\";s:52:\"Special education teachers to get mandatory training\";s:7:\"post_id\";s:4:\"7196\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(246,'','Hurricane Dorian downgrades to Category 2','custom','Hurricane Dorian downgrades to Category 2','2019-09-03 13:08:13','2019-09-03 13:08:13',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:41:\"Hurricane Dorian downgrades to Category 2\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Dorian-Update-Bahamas-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7205\",\"post_id\":\"7205\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:93:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/hurricane-dorian-downgrades-to-category-2\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:112:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Hurricane-Dorian-Update-Bahamas-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:77:\"https://buzz-caribbean.com/article/hurricane-dorian-downgrades-to-category-2/\";s:11:\"fbmsn_image\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Dorian-Update-Bahamas-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:77:\"https://buzz-caribbean.com/article/hurricane-dorian-downgrades-to-category-2/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:77:\"https://buzz-caribbean.com/article/hurricane-dorian-downgrades-to-category-2/\";s:16:\"desktop_bigimage\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Dorian-Update-Bahamas-300x180.jpg\";s:12:\"desktop_icon\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Hurricane-Dorian-Update-Bahamas-150x150.jpg\";s:4:\"name\";s:41:\"Hurricane Dorian downgrades to Category 2\";s:7:\"post_id\";s:4:\"7205\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(247,'','Another feud bites the dust — Perry and Swift sending love','custom','Another feud bites the dust — Perry and Swift sending love','2019-09-03 14:38:09','2019-09-03 14:38:09',0,'','a:46:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:60:\"Another feud bites the dust — Perry and Swift sending love\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:0:\"\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7179\",\"post_id\":\"7179\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:108:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/another-feud-bites-the-dust-perry-and-swift-sending-love\\/\"}\";s:13:\"wp_extra_type\";s:0:\"\";s:13:\"wp_extravalue\";s:0:\"\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:92:\"https://buzz-caribbean.com/article/another-feud-bites-the-dust-perry-and-swift-sending-love/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:92:\"https://buzz-caribbean.com/article/another-feud-bites-the-dust-perry-and-swift-sending-love/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:92:\"https://buzz-caribbean.com/article/another-feud-bites-the-dust-perry-and-swift-sending-love/\";s:4:\"name\";s:60:\"Another feud bites the dust — Perry and Swift sending love\";s:7:\"post_id\";s:4:\"7179\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(248,'','Usain Bolt uncertain about his future in music','custom','Usain Bolt uncertain about his future in music','2019-09-03 14:53:16','2019-09-03 14:53:16',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:46:\"Usain Bolt uncertain about his future in music\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/Usain-Bolt-rhythm-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7246\",\"post_id\":\"7246\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:98:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/usain-bolt-uncertain-about-his-future-in-music\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:98:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Usain-Bolt-rhythm-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:82:\"https://buzz-caribbean.com/article/usain-bolt-uncertain-about-his-future-in-music/\";s:11:\"fbmsn_image\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/Usain-Bolt-rhythm-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:82:\"https://buzz-caribbean.com/article/usain-bolt-uncertain-about-his-future-in-music/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:82:\"https://buzz-caribbean.com/article/usain-bolt-uncertain-about-his-future-in-music/\";s:16:\"desktop_bigimage\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/Usain-Bolt-rhythm-300x200.jpg\";s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/Usain-Bolt-rhythm-150x150.jpg\";s:4:\"name\";s:46:\"Usain Bolt uncertain about his future in music\";s:7:\"post_id\";s:4:\"7246\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(249,'','Blue Banyan Publishers offering a true space for Caribbean experiences','custom','Blue Banyan Publishers offering a true space for Caribbean experiences','2019-09-03 14:53:16','2019-09-03 14:53:16',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:70:\"Blue Banyan Publishers offering a true space for Caribbean experiences\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-6-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7182\",\"post_id\":\"7182\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:122:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/blue-banyan-publishers-offering-a-true-space-for-caribbean-experiences\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:107:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/blue-banyan-buzz-feature-6-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:106:\"https://buzz-caribbean.com/article/blue-banyan-publishers-offering-a-true-space-for-caribbean-experiences/\";s:11:\"fbmsn_image\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-6-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:106:\"https://buzz-caribbean.com/article/blue-banyan-publishers-offering-a-true-space-for-caribbean-experiences/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:106:\"https://buzz-caribbean.com/article/blue-banyan-publishers-offering-a-true-space-for-caribbean-experiences/\";s:16:\"desktop_bigimage\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-6-300x200.jpg\";s:12:\"desktop_icon\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-6-150x150.jpg\";s:4:\"name\";s:70:\"Blue Banyan Publishers offering a true space for Caribbean experiences\";s:7:\"post_id\";s:4:\"7182\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(250,'','KIG debuts Next-Gen Jeep Wrangler JL','custom','KIG debuts Next-Gen Jeep Wrangler JL','2019-09-03 15:23:06','2019-09-03 15:23:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:36:\"KIG debuts Next-Gen Jeep Wrangler JL\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl7-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7201\",\"post_id\":\"7201\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:88:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/kig-debuts-next-gen-jeep-wrangler-jl\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:98:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/jeep-wrangler-jl7-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:72:\"https://buzz-caribbean.com/article/kig-debuts-next-gen-jeep-wrangler-jl/\";s:11:\"fbmsn_image\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl7-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:72:\"https://buzz-caribbean.com/article/kig-debuts-next-gen-jeep-wrangler-jl/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:72:\"https://buzz-caribbean.com/article/kig-debuts-next-gen-jeep-wrangler-jl/\";s:16:\"desktop_bigimage\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl7-300x190.jpg\";s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/jeep-wrangler-jl7-150x150.jpg\";s:4:\"name\";s:36:\"KIG debuts Next-Gen Jeep Wrangler JL\";s:7:\"post_id\";s:4:\"7201\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(251,'','Kim Kardashian West partners with Jamaican-Canadian model Winnie Harlow for new makeup line','custom','Kim Kardashian West partners with Jamaican-Canadian model Winnie Harlow for new makeup line','2019-09-03 16:08:11','2019-09-03 16:08:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:91:\"Kim Kardashian West partners with Jamaican-Canadian model Winnie Harlow for new makeup line\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:121:\"https://buzz-caribbean.com/app/uploads/2019/09/Kim-Kardashian-Winnie-Harlow-Makeup-Partnership-BUZZ-Caribbean-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7249\",\"post_id\":\"7249\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:143:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/kim-kardashian-west-partners-with-jamaican-canadian-model-winnie-harlow-for-new-makeup-line\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:143:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Kim-Kardashian-Winnie-Harlow-Makeup-Partnership-BUZZ-Caribbean-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:127:\"https://buzz-caribbean.com/article/kim-kardashian-west-partners-with-jamaican-canadian-model-winnie-harlow-for-new-makeup-line/\";s:11:\"fbmsn_image\";s:121:\"https://buzz-caribbean.com/app/uploads/2019/09/Kim-Kardashian-Winnie-Harlow-Makeup-Partnership-BUZZ-Caribbean-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:127:\"https://buzz-caribbean.com/article/kim-kardashian-west-partners-with-jamaican-canadian-model-winnie-harlow-for-new-makeup-line/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:127:\"https://buzz-caribbean.com/article/kim-kardashian-west-partners-with-jamaican-canadian-model-winnie-harlow-for-new-makeup-line/\";s:16:\"desktop_bigimage\";s:121:\"https://buzz-caribbean.com/app/uploads/2019/09/Kim-Kardashian-Winnie-Harlow-Makeup-Partnership-BUZZ-Caribbean-300x300.png\";s:12:\"desktop_icon\";s:121:\"https://buzz-caribbean.com/app/uploads/2019/09/Kim-Kardashian-Winnie-Harlow-Makeup-Partnership-BUZZ-Caribbean-150x150.png\";s:4:\"name\";s:91:\"Kim Kardashian West partners with Jamaican-Canadian model Winnie Harlow for new makeup line\";s:7:\"post_id\";s:4:\"7249\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(252,'','Lizzo scores her first #1 song with Truth Hurts, two years after its release','custom','Lizzo scores her first #1 song with Truth Hurts, two years after its release','2019-09-03 16:08:11','2019-09-03 16:08:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:76:\"Lizzo scores her first #1 song with Truth Hurts, two years after its release\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/lizzo-truth-hurts-buzzgrab-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7304\",\"post_id\":\"7304\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:126:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/lizzo-scores-her-first-1-song-with-truth-hurts-two-years-after-its-release\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:107:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/lizzo-truth-hurts-buzzgrab-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:110:\"https://buzz-caribbean.com/article/lizzo-scores-her-first-1-song-with-truth-hurts-two-years-after-its-release/\";s:11:\"fbmsn_image\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/lizzo-truth-hurts-buzzgrab-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:110:\"https://buzz-caribbean.com/article/lizzo-scores-her-first-1-song-with-truth-hurts-two-years-after-its-release/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:110:\"https://buzz-caribbean.com/article/lizzo-scores-her-first-1-song-with-truth-hurts-two-years-after-its-release/\";s:16:\"desktop_bigimage\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/lizzo-truth-hurts-buzzgrab-300x187.jpg\";s:12:\"desktop_icon\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/lizzo-truth-hurts-buzzgrab-150x150.jpg\";s:4:\"name\";s:76:\"Lizzo scores her first #1 song with Truth Hurts, two years after its release\";s:7:\"post_id\";s:4:\"7304\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(253,'','RIU Ocho Rios to reopen September 21','custom','RIU Ocho Rios to reopen September 21','2019-09-03 16:23:12','2019-09-03 16:23:12',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:36:\"RIU Ocho Rios to reopen September 21\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/riu-ocho-rios-buzz-demo-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7320\",\"post_id\":\"7320\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:88:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/riu-ocho-rios-to-reopen-september-21\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:104:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/riu-ocho-rios-buzz-demo-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:72:\"https://buzz-caribbean.com/article/riu-ocho-rios-to-reopen-september-21/\";s:11:\"fbmsn_image\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/riu-ocho-rios-buzz-demo-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:72:\"https://buzz-caribbean.com/article/riu-ocho-rios-to-reopen-september-21/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:72:\"https://buzz-caribbean.com/article/riu-ocho-rios-to-reopen-september-21/\";s:16:\"desktop_bigimage\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/riu-ocho-rios-buzz-demo-300x199.jpg\";s:12:\"desktop_icon\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/riu-ocho-rios-buzz-demo-150x150.jpg\";s:4:\"name\";s:36:\"RIU Ocho Rios to reopen September 21\";s:7:\"post_id\";s:4:\"7320\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(254,'','Accompong Maroons to move into medicinal marijuana','custom','Accompong Maroons to move into medicinal marijuana','2019-09-03 16:38:12','2019-09-03 16:38:12',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:50:\"Accompong Maroons to move into medicinal marijuana\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/accompong-marrons-ganja-buzz-demo-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7327\",\"post_id\":\"7327\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:102:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/accompong-maroons-to-move-into-medicinal-marijuana\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:114:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/accompong-marrons-ganja-buzz-demo-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:86:\"https://buzz-caribbean.com/article/accompong-maroons-to-move-into-medicinal-marijuana/\";s:11:\"fbmsn_image\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/accompong-marrons-ganja-buzz-demo-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:86:\"https://buzz-caribbean.com/article/accompong-maroons-to-move-into-medicinal-marijuana/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:86:\"https://buzz-caribbean.com/article/accompong-maroons-to-move-into-medicinal-marijuana/\";s:16:\"desktop_bigimage\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/accompong-marrons-ganja-buzz-demo-300x200.jpg\";s:12:\"desktop_icon\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/accompong-marrons-ganja-buzz-demo-150x150.jpg\";s:4:\"name\";s:50:\"Accompong Maroons to move into medicinal marijuana\";s:7:\"post_id\";s:4:\"7327\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(255,'','700 Farmers in St Elizabeth to benefit from GAP training— Raising practices to international standards','custom','700 Farmers in St Elizabeth to benefit from GAP training— Raising practices to international standards','2019-09-03 17:08:08','2019-09-03 17:08:08',0,'','a:46:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:104:\"700 Farmers in St Elizabeth to benefit from GAP training— Raising practices to international standards\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:0:\"\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7325\",\"post_id\":\"7325\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:153:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/700-farmers-in-st-elizabeth-to-benefit-from-gap-training-raising-practices-to-international-standards\\/\"}\";s:13:\"wp_extra_type\";s:0:\"\";s:13:\"wp_extravalue\";s:0:\"\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:137:\"https://buzz-caribbean.com/article/700-farmers-in-st-elizabeth-to-benefit-from-gap-training-raising-practices-to-international-standards/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:137:\"https://buzz-caribbean.com/article/700-farmers-in-st-elizabeth-to-benefit-from-gap-training-raising-practices-to-international-standards/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:137:\"https://buzz-caribbean.com/article/700-farmers-in-st-elizabeth-to-benefit-from-gap-training-raising-practices-to-international-standards/\";s:4:\"name\";s:104:\"700 Farmers in St Elizabeth to benefit from GAP training— Raising practices to international standards\";s:7:\"post_id\";s:4:\"7325\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(256,'','Gov’t draws on local expertise to design Vernamfield Project – University students included','custom','Gov’t draws on local expertise to design Vernamfield Project – University students included','2019-09-03 17:38:25','2019-09-03 17:38:25',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:95:\"Gov’t draws on local expertise to design Vernamfield Project – University students included\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:111:\"https://buzz-caribbean.com/app/uploads/2019/09/Vernamfield-Project-Youth-Involvement-Buzz-Caribbean-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7338\",\"post_id\":\"7338\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:140:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/govt-draws-on-local-expertise-to-design-vernamfield-project-university-students-included\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:133:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Vernamfield-Project-Youth-Involvement-Buzz-Caribbean-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:124:\"https://buzz-caribbean.com/article/govt-draws-on-local-expertise-to-design-vernamfield-project-university-students-included/\";s:11:\"fbmsn_image\";s:111:\"https://buzz-caribbean.com/app/uploads/2019/09/Vernamfield-Project-Youth-Involvement-Buzz-Caribbean-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:124:\"https://buzz-caribbean.com/article/govt-draws-on-local-expertise-to-design-vernamfield-project-university-students-included/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:124:\"https://buzz-caribbean.com/article/govt-draws-on-local-expertise-to-design-vernamfield-project-university-students-included/\";s:16:\"desktop_bigimage\";s:111:\"https://buzz-caribbean.com/app/uploads/2019/09/Vernamfield-Project-Youth-Involvement-Buzz-Caribbean-300x200.jpg\";s:12:\"desktop_icon\";s:111:\"https://buzz-caribbean.com/app/uploads/2019/09/Vernamfield-Project-Youth-Involvement-Buzz-Caribbean-150x150.jpg\";s:4:\"name\";s:95:\"Gov’t draws on local expertise to design Vernamfield Project – University students included\";s:7:\"post_id\";s:4:\"7338\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(257,'','Bugle throws shade at Elephant Man in latest single','custom','Bugle throws shade at Elephant Man in latest single','2019-09-03 18:08:31','2019-09-03 18:08:31',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:51:\"Bugle throws shade at Elephant Man in latest single\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/Bugle-20190830-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7291\",\"post_id\":\"7291\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:103:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/bugle-throws-shade-at-elephant-man-in-latest-single\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:95:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Bugle-20190830-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:87:\"https://buzz-caribbean.com/article/bugle-throws-shade-at-elephant-man-in-latest-single/\";s:11:\"fbmsn_image\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/Bugle-20190830-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:87:\"https://buzz-caribbean.com/article/bugle-throws-shade-at-elephant-man-in-latest-single/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:87:\"https://buzz-caribbean.com/article/bugle-throws-shade-at-elephant-man-in-latest-single/\";s:16:\"desktop_bigimage\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/Bugle-20190830-300x180.jpg\";s:12:\"desktop_icon\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/Bugle-20190830-150x150.jpg\";s:4:\"name\";s:51:\"Bugle throws shade at Elephant Man in latest single\";s:7:\"post_id\";s:4:\"7291\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(258,'','Sandals teams with Tourism Ministry to provide relief in The Bahamas','custom','Sandals teams with Tourism Ministry to provide relief in The Bahamas','2019-09-03 20:08:07','2019-09-03 20:08:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:68:\"Sandals teams with Tourism Ministry to provide relief in The Bahamas\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:98:\"https://buzz-caribbean.com/app/uploads/2019/09/ed-bartlett-adam-stewart-featured-image-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7352\",\"post_id\":\"7352\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:120:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/sandals-teams-with-tourism-ministry-to-provide-relief-in-the-bahamas\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:120:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/ed-bartlett-adam-stewart-featured-image-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:104:\"https://buzz-caribbean.com/article/sandals-teams-with-tourism-ministry-to-provide-relief-in-the-bahamas/\";s:11:\"fbmsn_image\";s:98:\"https://buzz-caribbean.com/app/uploads/2019/09/ed-bartlett-adam-stewart-featured-image-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:104:\"https://buzz-caribbean.com/article/sandals-teams-with-tourism-ministry-to-provide-relief-in-the-bahamas/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:104:\"https://buzz-caribbean.com/article/sandals-teams-with-tourism-ministry-to-provide-relief-in-the-bahamas/\";s:16:\"desktop_bigimage\";s:98:\"https://buzz-caribbean.com/app/uploads/2019/09/ed-bartlett-adam-stewart-featured-image-300x166.jpg\";s:12:\"desktop_icon\";s:98:\"https://buzz-caribbean.com/app/uploads/2019/09/ed-bartlett-adam-stewart-featured-image-150x150.jpg\";s:4:\"name\";s:68:\"Sandals teams with Tourism Ministry to provide relief in The Bahamas\";s:7:\"post_id\";s:4:\"7352\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(259,'','Tourism ministry consolidating support for Bahamas tourism industry sector','custom','Tourism ministry consolidating support for Bahamas tourism industry sector','2019-09-04 06:08:06','2019-09-04 06:08:06',0,'','a:46:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:74:\"Tourism ministry consolidating support for Bahamas tourism industry sector\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:0:\"\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7360\",\"post_id\":\"7360\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:126:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/tourism-ministry-consolidating-support-for-bahamas-tourism-industry-sector\\/\"}\";s:13:\"wp_extra_type\";s:0:\"\";s:13:\"wp_extravalue\";s:0:\"\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:110:\"https://buzz-caribbean.com/article/tourism-ministry-consolidating-support-for-bahamas-tourism-industry-sector/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:110:\"https://buzz-caribbean.com/article/tourism-ministry-consolidating-support-for-bahamas-tourism-industry-sector/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:110:\"https://buzz-caribbean.com/article/tourism-ministry-consolidating-support-for-bahamas-tourism-industry-sector/\";s:4:\"name\";s:74:\"Tourism ministry consolidating support for Bahamas tourism industry sector\";s:7:\"post_id\";s:4:\"7360\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(260,'','Jamaican-owned barbershop making the Kutz in Canada','custom','Jamaican-owned barbershop making the Kutz in Canada','2019-09-04 08:53:06','2019-09-04 08:53:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:51:\"Jamaican-owned barbershop making the Kutz in Canada\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:93:\"https://buzz-caribbean.com/app/uploads/2019/09/brothers-kuts-barbers-buzz-feature-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7099\",\"post_id\":\"7099\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:103:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jamaican-owned-barbershop-making-the-kutz-in-canada\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:115:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/brothers-kuts-barbers-buzz-feature-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:87:\"https://buzz-caribbean.com/article/jamaican-owned-barbershop-making-the-kutz-in-canada/\";s:11:\"fbmsn_image\";s:93:\"https://buzz-caribbean.com/app/uploads/2019/09/brothers-kuts-barbers-buzz-feature-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:87:\"https://buzz-caribbean.com/article/jamaican-owned-barbershop-making-the-kutz-in-canada/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:87:\"https://buzz-caribbean.com/article/jamaican-owned-barbershop-making-the-kutz-in-canada/\";s:16:\"desktop_bigimage\";s:93:\"https://buzz-caribbean.com/app/uploads/2019/09/brothers-kuts-barbers-buzz-feature-300x247.jpg\";s:12:\"desktop_icon\";s:93:\"https://buzz-caribbean.com/app/uploads/2019/09/brothers-kuts-barbers-buzz-feature-150x150.jpg\";s:4:\"name\";s:51:\"Jamaican-owned barbershop making the Kutz in Canada\";s:7:\"post_id\";s:4:\"7099\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(261,'','New flights bound from South America, Russia to Jamaica start this winter','custom','New flights bound from South America, Russia to Jamaica start this winter','2019-09-04 09:08:13','2019-09-04 09:08:13',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:73:\"New flights bound from South America, Russia to Jamaica start this winter\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/07/flying-into-sunset-demo-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7383\",\"post_id\":\"7383\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:124:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/new-flights-bound-from-south-america-russia-to-jamaica-start-this-winter\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:104:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/flying-into-sunset-demo-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:108:\"https://buzz-caribbean.com/article/new-flights-bound-from-south-america-russia-to-jamaica-start-this-winter/\";s:11:\"fbmsn_image\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/07/flying-into-sunset-demo-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:108:\"https://buzz-caribbean.com/article/new-flights-bound-from-south-america-russia-to-jamaica-start-this-winter/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:108:\"https://buzz-caribbean.com/article/new-flights-bound-from-south-america-russia-to-jamaica-start-this-winter/\";s:16:\"desktop_bigimage\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/07/flying-into-sunset-demo-300x200.jpg\";s:12:\"desktop_icon\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/07/flying-into-sunset-demo-150x150.jpg\";s:4:\"name\";s:73:\"New flights bound from South America, Russia to Jamaica start this winter\";s:7:\"post_id\";s:4:\"7383\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(262,'','UWI-bound Neikoy Redwood closer to financial consultant dream','custom','UWI-bound Neikoy Redwood closer to financial consultant dream','2019-09-04 10:38:06','2019-09-04 10:38:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:61:\"UWI-bound Neikoy Redwood closer to financial consultant dream\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/neikoy-redwood-feature-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7395\",\"post_id\":\"7395\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:113:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/uwi-bound-neikoy-redwood-closer-to-financial-consultant-dream\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:103:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/neikoy-redwood-feature-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:97:\"https://buzz-caribbean.com/article/uwi-bound-neikoy-redwood-closer-to-financial-consultant-dream/\";s:11:\"fbmsn_image\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/neikoy-redwood-feature-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:97:\"https://buzz-caribbean.com/article/uwi-bound-neikoy-redwood-closer-to-financial-consultant-dream/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:97:\"https://buzz-caribbean.com/article/uwi-bound-neikoy-redwood-closer-to-financial-consultant-dream/\";s:16:\"desktop_bigimage\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/neikoy-redwood-feature-300x245.jpg\";s:12:\"desktop_icon\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/neikoy-redwood-feature-150x150.jpg\";s:4:\"name\";s:61:\"UWI-bound Neikoy Redwood closer to financial consultant dream\";s:7:\"post_id\";s:4:\"7395\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(263,'','Common \'Septemba Mawning\' woes','custom','Common \'Septemba Mawning\' woes','2019-09-04 11:08:15','2019-09-04 11:08:15',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:30:\"Common \'Septemba Mawning\' woes\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:98:\"https://buzz-caribbean.com/app/uploads/2019/09/alarm-clock-back-back-to-school-2831794-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7403\",\"post_id\":\"7403\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:80:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/common-septemba-mawning-woes\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:120:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/alarm-clock-back-back-to-school-2831794-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:64:\"https://buzz-caribbean.com/article/common-septemba-mawning-woes/\";s:11:\"fbmsn_image\";s:98:\"https://buzz-caribbean.com/app/uploads/2019/09/alarm-clock-back-back-to-school-2831794-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:64:\"https://buzz-caribbean.com/article/common-septemba-mawning-woes/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:64:\"https://buzz-caribbean.com/article/common-septemba-mawning-woes/\";s:16:\"desktop_bigimage\";s:98:\"https://buzz-caribbean.com/app/uploads/2019/09/alarm-clock-back-back-to-school-2831794-300x200.jpg\";s:12:\"desktop_icon\";s:98:\"https://buzz-caribbean.com/app/uploads/2019/09/alarm-clock-back-back-to-school-2831794-150x150.jpg\";s:4:\"name\";s:30:\"Common \'Septemba Mawning\' woes\";s:7:\"post_id\";s:4:\"7403\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(264,'','Shocked and saddened: Queen Elizabeth sends condolences to Bahamas','custom','Shocked and saddened: Queen Elizabeth sends condolences to Bahamas','2019-09-04 11:38:09','2019-09-04 11:38:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:66:\"Shocked and saddened: Queen Elizabeth sends condolences to Bahamas\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/queen-elizabeth-and-husband-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7410\",\"post_id\":\"7410\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:117:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/shocked-and-saddened-queen-elizabeth-sends-condolences-to-bahamas\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:108:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/queen-elizabeth-and-husband-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:101:\"https://buzz-caribbean.com/article/shocked-and-saddened-queen-elizabeth-sends-condolences-to-bahamas/\";s:11:\"fbmsn_image\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/queen-elizabeth-and-husband-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:101:\"https://buzz-caribbean.com/article/shocked-and-saddened-queen-elizabeth-sends-condolences-to-bahamas/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:101:\"https://buzz-caribbean.com/article/shocked-and-saddened-queen-elizabeth-sends-condolences-to-bahamas/\";s:16:\"desktop_bigimage\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/queen-elizabeth-and-husband-300x195.jpg\";s:12:\"desktop_icon\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/queen-elizabeth-and-husband-150x150.jpg\";s:4:\"name\";s:66:\"Shocked and saddened: Queen Elizabeth sends condolences to Bahamas\";s:7:\"post_id\";s:4:\"7410\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(265,'','Bramma wants to increase his presence in Jamaica','custom','Bramma wants to increase his presence in Jamaica','2019-09-04 11:53:17','2019-09-04 11:53:17',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:48:\"Bramma wants to increase his presence in Jamaica\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/bramma-A-20190904-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7417\",\"post_id\":\"7417\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:100:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/bramma-wants-to-increase-his-presence-in-jamaica\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:98:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/bramma-A-20190904-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:84:\"https://buzz-caribbean.com/article/bramma-wants-to-increase-his-presence-in-jamaica/\";s:11:\"fbmsn_image\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/bramma-A-20190904-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:84:\"https://buzz-caribbean.com/article/bramma-wants-to-increase-his-presence-in-jamaica/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:84:\"https://buzz-caribbean.com/article/bramma-wants-to-increase-his-presence-in-jamaica/\";s:16:\"desktop_bigimage\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/bramma-A-20190904-249x300.jpg\";s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/bramma-A-20190904-150x150.jpg\";s:4:\"name\";s:48:\"Bramma wants to increase his presence in Jamaica\";s:7:\"post_id\";s:4:\"7417\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(266,'','S Hotel turning heads in Montego Bay','custom','S Hotel turning heads in Montego Bay','2019-09-04 12:23:06','2019-09-04 12:23:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:36:\"S Hotel turning heads in Montego Bay\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/S-Hotel-20190904-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7421\",\"post_id\":\"7421\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:88:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/s-hotel-turning-heads-in-montego-bay\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:97:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/S-Hotel-20190904-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:72:\"https://buzz-caribbean.com/article/s-hotel-turning-heads-in-montego-bay/\";s:11:\"fbmsn_image\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/S-Hotel-20190904-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:72:\"https://buzz-caribbean.com/article/s-hotel-turning-heads-in-montego-bay/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:72:\"https://buzz-caribbean.com/article/s-hotel-turning-heads-in-montego-bay/\";s:16:\"desktop_bigimage\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/S-Hotel-20190904-300x201.jpg\";s:12:\"desktop_icon\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/S-Hotel-20190904-150x150.jpg\";s:4:\"name\";s:36:\"S Hotel turning heads in Montego Bay\";s:7:\"post_id\";s:4:\"7421\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(267,'','Jonah Hill is engaged','custom','Jonah Hill is engaged','2019-09-04 12:38:06','2019-09-04 12:38:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:21:\"Jonah Hill is engaged\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/09/Jonah-Hill-20190904-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7426\",\"post_id\":\"7426\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:73:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jonah-hill-is-engaged\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:100:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Jonah-Hill-20190904-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:57:\"https://buzz-caribbean.com/article/jonah-hill-is-engaged/\";s:11:\"fbmsn_image\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/09/Jonah-Hill-20190904-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:57:\"https://buzz-caribbean.com/article/jonah-hill-is-engaged/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:57:\"https://buzz-caribbean.com/article/jonah-hill-is-engaged/\";s:16:\"desktop_bigimage\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/09/Jonah-Hill-20190904-300x195.jpg\";s:12:\"desktop_icon\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/09/Jonah-Hill-20190904-150x150.jpg\";s:4:\"name\";s:21:\"Jonah Hill is engaged\";s:7:\"post_id\";s:4:\"7426\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(268,'','Funds approved to build fire station in St Mary','custom','Funds approved to build fire station in St Mary','2019-09-04 14:08:06','2019-09-04 14:08:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:47:\"Funds approved to build fire station in St Mary\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/08/Karl-Samuda-Education-Ministry-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7432\",\"post_id\":\"7432\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:99:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/funds-approved-to-build-fire-station-in-st-mary\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:111:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Karl-Samuda-Education-Ministry-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:83:\"https://buzz-caribbean.com/article/funds-approved-to-build-fire-station-in-st-mary/\";s:11:\"fbmsn_image\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/08/Karl-Samuda-Education-Ministry-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:83:\"https://buzz-caribbean.com/article/funds-approved-to-build-fire-station-in-st-mary/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:83:\"https://buzz-caribbean.com/article/funds-approved-to-build-fire-station-in-st-mary/\";s:16:\"desktop_bigimage\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/08/Karl-Samuda-Education-Ministry-300x204.jpg\";s:12:\"desktop_icon\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/08/Karl-Samuda-Education-Ministry-150x150.jpg\";s:4:\"name\";s:47:\"Funds approved to build fire station in St Mary\";s:7:\"post_id\";s:4:\"7432\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(269,'','Jah Cure gives VP Records its fifth chart-topper for 2019','custom','Jah Cure gives VP Records its fifth chart-topper for 2019','2019-09-04 15:38:07','2019-09-04 15:38:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:57:\"Jah Cure gives VP Records its fifth chart-topper for 2019\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/Jah-Cure-Record-Prison-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7437\",\"post_id\":\"7437\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:109:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jah-cure-gives-vp-records-its-fifth-chart-topper-for-2019\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:103:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Jah-Cure-Record-Prison-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:93:\"https://buzz-caribbean.com/article/jah-cure-gives-vp-records-its-fifth-chart-topper-for-2019/\";s:11:\"fbmsn_image\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/Jah-Cure-Record-Prison-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:93:\"https://buzz-caribbean.com/article/jah-cure-gives-vp-records-its-fifth-chart-topper-for-2019/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:93:\"https://buzz-caribbean.com/article/jah-cure-gives-vp-records-its-fifth-chart-topper-for-2019/\";s:16:\"desktop_bigimage\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/Jah-Cure-Record-Prison-300x169.jpg\";s:12:\"desktop_icon\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/Jah-Cure-Record-Prison-150x150.jpg\";s:4:\"name\";s:57:\"Jah Cure gives VP Records its fifth chart-topper for 2019\";s:7:\"post_id\";s:4:\"7437\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(270,'','Ariana Grande suing Forever 21 for $10 million','custom','Ariana Grande suing Forever 21 for $10 million','2019-09-04 16:23:07','2019-09-04 16:23:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:46:\"Ariana Grande suing Forever 21 for $10 million\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/ariana-grande-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7441\",\"post_id\":\"7441\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:97:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/ariana-grande-suing-forever-21-for-10-million\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:94:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/ariana-grande-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:81:\"https://buzz-caribbean.com/article/ariana-grande-suing-forever-21-for-10-million/\";s:11:\"fbmsn_image\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/ariana-grande-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:81:\"https://buzz-caribbean.com/article/ariana-grande-suing-forever-21-for-10-million/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:81:\"https://buzz-caribbean.com/article/ariana-grande-suing-forever-21-for-10-million/\";s:16:\"desktop_bigimage\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/ariana-grande-300x169.jpg\";s:12:\"desktop_icon\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/ariana-grande-150x150.jpg\";s:4:\"name\";s:46:\"Ariana Grande suing Forever 21 for $10 million\";s:7:\"post_id\";s:4:\"7441\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(271,'','Peter Bunting explains why he\'d be the ideal PNP president','custom','Peter Bunting explains why he\'d be the ideal PNP president','2019-09-04 17:08:06','2019-09-04 17:08:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:58:\"Peter Bunting explains why he\'d be the ideal PNP president\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/peter-bunting-featured-image-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7444\",\"post_id\":\"7444\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:109:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/peter-bunting-explains-why-hed-be-the-ideal-pnp-president\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:109:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/peter-bunting-featured-image-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:93:\"https://buzz-caribbean.com/article/peter-bunting-explains-why-hed-be-the-ideal-pnp-president/\";s:11:\"fbmsn_image\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/peter-bunting-featured-image-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:93:\"https://buzz-caribbean.com/article/peter-bunting-explains-why-hed-be-the-ideal-pnp-president/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:93:\"https://buzz-caribbean.com/article/peter-bunting-explains-why-hed-be-the-ideal-pnp-president/\";s:16:\"desktop_bigimage\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/peter-bunting-featured-image-300x202.png\";s:12:\"desktop_icon\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/peter-bunting-featured-image-150x150.png\";s:4:\"name\";s:58:\"Peter Bunting explains why he\'d be the ideal PNP president\";s:7:\"post_id\";s:4:\"7444\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(272,'','Shenade steps up to the plate at Sandals','custom','Shenade steps up to the plate at Sandals','2019-09-04 17:23:11','2019-09-04 17:23:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:40:\"Shenade steps up to the plate at Sandals\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/Sandals-SHENADE3-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7449\",\"post_id\":\"7449\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:92:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/shenade-steps-up-to-the-plate-at-sandals\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:97:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Sandals-SHENADE3-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:76:\"https://buzz-caribbean.com/article/shenade-steps-up-to-the-plate-at-sandals/\";s:11:\"fbmsn_image\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/Sandals-SHENADE3-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:76:\"https://buzz-caribbean.com/article/shenade-steps-up-to-the-plate-at-sandals/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:76:\"https://buzz-caribbean.com/article/shenade-steps-up-to-the-plate-at-sandals/\";s:16:\"desktop_bigimage\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/Sandals-SHENADE3-300x254.jpg\";s:12:\"desktop_icon\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/Sandals-SHENADE3-150x150.jpg\";s:4:\"name\";s:40:\"Shenade steps up to the plate at Sandals\";s:7:\"post_id\";s:4:\"7449\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(273,'','Adele feels \'alive\' since split from husband','custom','Adele feels \'alive\' since split from husband','2019-09-04 18:08:19','2019-09-04 18:08:19',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:44:\"Adele feels \'alive\' since split from husband\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/09/adele-20190904-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7472\",\"post_id\":\"7472\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:94:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/adele-feels-alive-since-split-from-husband\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:95:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/adele-20190904-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:78:\"https://buzz-caribbean.com/article/adele-feels-alive-since-split-from-husband/\";s:11:\"fbmsn_image\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/09/adele-20190904-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:78:\"https://buzz-caribbean.com/article/adele-feels-alive-since-split-from-husband/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:78:\"https://buzz-caribbean.com/article/adele-feels-alive-since-split-from-husband/\";s:16:\"desktop_bigimage\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/09/adele-20190904-300x195.jpg\";s:12:\"desktop_icon\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/09/adele-20190904-150x150.jpg\";s:4:\"name\";s:44:\"Adele feels \'alive\' since split from husband\";s:7:\"post_id\";s:4:\"7472\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(274,'','Heritage competition focuses on reparation','custom','Heritage competition focuses on reparation','2019-09-04 19:08:07','2019-09-04 19:08:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:42:\"Heritage competition focuses on reparation\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/heritage-competition-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7476\",\"post_id\":\"7476\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:94:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/heritage-competition-focuses-on-reparation\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:101:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/heritage-competition-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:78:\"https://buzz-caribbean.com/article/heritage-competition-focuses-on-reparation/\";s:11:\"fbmsn_image\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/heritage-competition-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:78:\"https://buzz-caribbean.com/article/heritage-competition-focuses-on-reparation/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:78:\"https://buzz-caribbean.com/article/heritage-competition-focuses-on-reparation/\";s:16:\"desktop_bigimage\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/heritage-competition-300x197.jpg\";s:12:\"desktop_icon\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/heritage-competition-150x150.jpg\";s:4:\"name\";s:42:\"Heritage competition focuses on reparation\";s:7:\"post_id\";s:4:\"7476\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(275,'','Edna Manley gets new board of directors','custom','Edna Manley gets new board of directors','2019-09-04 20:23:13','2019-09-04 20:23:13',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:39:\"Edna Manley gets new board of directors\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/edna-manley-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7488\",\"post_id\":\"7488\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:91:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/edna-manley-gets-new-board-of-directors\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:92:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/edna-manley-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:75:\"https://buzz-caribbean.com/article/edna-manley-gets-new-board-of-directors/\";s:11:\"fbmsn_image\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/edna-manley-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:75:\"https://buzz-caribbean.com/article/edna-manley-gets-new-board-of-directors/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:75:\"https://buzz-caribbean.com/article/edna-manley-gets-new-board-of-directors/\";s:16:\"desktop_bigimage\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/edna-manley-300x145.png\";s:12:\"desktop_icon\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/08/edna-manley-150x150.png\";s:4:\"name\";s:39:\"Edna Manley gets new board of directors\";s:7:\"post_id\";s:4:\"7488\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(276,'','Who\'d make a better PNP leader? University students sound off','custom','Who\'d make a better PNP leader? University students sound off','2019-09-05 06:23:20','2019-09-05 06:23:20',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:61:\"Who\'d make a better PNP leader? University students sound off\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/peter-bunting-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7412\",\"post_id\":\"7412\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:111:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/whod-make-a-better-pnp-leader-university-students-sound-off\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:94:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/peter-bunting-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:95:\"https://buzz-caribbean.com/article/whod-make-a-better-pnp-leader-university-students-sound-off/\";s:11:\"fbmsn_image\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/peter-bunting-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:95:\"https://buzz-caribbean.com/article/whod-make-a-better-pnp-leader-university-students-sound-off/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:95:\"https://buzz-caribbean.com/article/whod-make-a-better-pnp-leader-university-students-sound-off/\";s:16:\"desktop_bigimage\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/peter-bunting-300x169.png\";s:12:\"desktop_icon\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/peter-bunting-150x150.png\";s:4:\"name\";s:61:\"Who\'d make a better PNP leader? University students sound off\";s:7:\"post_id\";s:4:\"7412\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(277,'','Jamaica Giants: A nature lover\'s paradise','custom','Jamaica Giants: A nature lover\'s paradise','2019-09-05 07:08:07','2019-09-05 07:08:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:41:\"Jamaica Giants: A nature lover\'s paradise\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-giants-E-20190904-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7457\",\"post_id\":\"7457\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:91:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jamaica-giants-a-nature-lovers-paradise\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:106:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/jamaica-giants-E-20190904-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:75:\"https://buzz-caribbean.com/article/jamaica-giants-a-nature-lovers-paradise/\";s:11:\"fbmsn_image\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-giants-E-20190904-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:75:\"https://buzz-caribbean.com/article/jamaica-giants-a-nature-lovers-paradise/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:75:\"https://buzz-caribbean.com/article/jamaica-giants-a-nature-lovers-paradise/\";s:16:\"desktop_bigimage\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-giants-E-20190904-300x199.jpg\";s:12:\"desktop_icon\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-giants-E-20190904-150x150.jpg\";s:4:\"name\";s:41:\"Jamaica Giants: A nature lover\'s paradise\";s:7:\"post_id\";s:4:\"7457\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(278,'','Grange calls entertainment industry leaders to discuss response to devastation in the Bahamas','custom','Grange calls entertainment industry leaders to discuss response to devastation in the Bahamas','2019-09-05 07:08:07','2019-09-05 07:08:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:93:\"Grange calls entertainment industry leaders to discuss response to devastation in the Bahamas\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/Olivia-Grange-20190829-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7502\",\"post_id\":\"7502\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:145:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/grange-calls-entertainment-industry-leaders-to-discuss-response-to-devastation-in-the-bahamas\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:103:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Olivia-Grange-20190829-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:129:\"https://buzz-caribbean.com/article/grange-calls-entertainment-industry-leaders-to-discuss-response-to-devastation-in-the-bahamas/\";s:11:\"fbmsn_image\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/Olivia-Grange-20190829-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:129:\"https://buzz-caribbean.com/article/grange-calls-entertainment-industry-leaders-to-discuss-response-to-devastation-in-the-bahamas/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:129:\"https://buzz-caribbean.com/article/grange-calls-entertainment-industry-leaders-to-discuss-response-to-devastation-in-the-bahamas/\";s:16:\"desktop_bigimage\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/Olivia-Grange-20190829-300x221.jpg\";s:12:\"desktop_icon\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/08/Olivia-Grange-20190829-150x150.jpg\";s:4:\"name\";s:93:\"Grange calls entertainment industry leaders to discuss response to devastation in the Bahamas\";s:7:\"post_id\";s:4:\"7502\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(279,'','Gratitude is a must: Jah Cure thanks fans after album debuts at No. 1','custom','Gratitude is a must: Jah Cure thanks fans after album debuts at No. 1','2019-09-05 08:23:07','2019-09-05 08:23:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:69:\"Gratitude is a must: Jah Cure thanks fans after album debuts at No. 1\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/jah-cure-NEW-20190830-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7479\",\"post_id\":\"7479\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:119:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/gratitude-is-a-must-jah-cure-thanks-fans-after-album-debuts-at-no-1\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:102:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/jah-cure-NEW-20190830-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:103:\"https://buzz-caribbean.com/article/gratitude-is-a-must-jah-cure-thanks-fans-after-album-debuts-at-no-1/\";s:11:\"fbmsn_image\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/jah-cure-NEW-20190830-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:103:\"https://buzz-caribbean.com/article/gratitude-is-a-must-jah-cure-thanks-fans-after-album-debuts-at-no-1/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:103:\"https://buzz-caribbean.com/article/gratitude-is-a-must-jah-cure-thanks-fans-after-album-debuts-at-no-1/\";s:16:\"desktop_bigimage\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/jah-cure-NEW-20190830-300x204.jpg\";s:12:\"desktop_icon\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/jah-cure-NEW-20190830-150x150.jpg\";s:4:\"name\";s:69:\"Gratitude is a must: Jah Cure thanks fans after album debuts at No. 1\";s:7:\"post_id\";s:4:\"7479\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(280,'','JCDC to mount exhibitions to celebrate Miss Lou','custom','JCDC to mount exhibitions to celebrate Miss Lou','2019-09-05 12:08:08','2019-09-05 12:08:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:47:\"JCDC to mount exhibitions to celebrate Miss Lou\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:97:\"https://buzz-caribbean.com/app/uploads/2019/09/Hon-Louise-Bennett-Cloverly-Miss-Lou-2-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7505\",\"post_id\":\"7505\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:99:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jcdc-to-mount-exhibitions-to-celebrate-miss-lou\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:119:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Hon-Louise-Bennett-Cloverly-Miss-Lou-2-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:83:\"https://buzz-caribbean.com/article/jcdc-to-mount-exhibitions-to-celebrate-miss-lou/\";s:11:\"fbmsn_image\";s:97:\"https://buzz-caribbean.com/app/uploads/2019/09/Hon-Louise-Bennett-Cloverly-Miss-Lou-2-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:83:\"https://buzz-caribbean.com/article/jcdc-to-mount-exhibitions-to-celebrate-miss-lou/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:83:\"https://buzz-caribbean.com/article/jcdc-to-mount-exhibitions-to-celebrate-miss-lou/\";s:16:\"desktop_bigimage\";s:97:\"https://buzz-caribbean.com/app/uploads/2019/09/Hon-Louise-Bennett-Cloverly-Miss-Lou-2-300x204.jpg\";s:12:\"desktop_icon\";s:97:\"https://buzz-caribbean.com/app/uploads/2019/09/Hon-Louise-Bennett-Cloverly-Miss-Lou-2-150x150.jpg\";s:4:\"name\";s:47:\"JCDC to mount exhibitions to celebrate Miss Lou\";s:7:\"post_id\";s:4:\"7505\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(281,'','Man charged in connection with Mac Miller\'s death','custom','Man charged in connection with Mac Miller\'s death','2019-09-05 12:38:07','2019-09-05 12:38:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:49:\"Man charged in connection with Mac Miller\'s death\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/09/mac-miller-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7509\",\"post_id\":\"7509\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:100:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/man-charged-in-connection-with-mac-millers-death\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:91:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/mac-miller-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:84:\"https://buzz-caribbean.com/article/man-charged-in-connection-with-mac-millers-death/\";s:11:\"fbmsn_image\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/09/mac-miller-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:84:\"https://buzz-caribbean.com/article/man-charged-in-connection-with-mac-millers-death/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:84:\"https://buzz-caribbean.com/article/man-charged-in-connection-with-mac-millers-death/\";s:16:\"desktop_bigimage\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/09/mac-miller-300x195.jpg\";s:12:\"desktop_icon\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/09/mac-miller-150x150.jpg\";s:4:\"name\";s:49:\"Man charged in connection with Mac Miller\'s death\";s:7:\"post_id\";s:4:\"7509\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(282,'','Sandals Foundation matching donations for Hurricane Dorian relief efforts','custom','Sandals Foundation matching donations for Hurricane Dorian relief efforts','2019-09-05 13:08:27','2019-09-05 13:08:27',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:73:\"Sandals Foundation matching donations for Hurricane Dorian relief efforts\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-damage-bahamas-Buzz-Caribbean-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7512\",\"post_id\":\"7512\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:125:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/sandals-foundation-matching-donations-for-hurricane-dorian-relief-efforts\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:117:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/dorian-damage-bahamas-Buzz-Caribbean-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:109:\"https://buzz-caribbean.com/article/sandals-foundation-matching-donations-for-hurricane-dorian-relief-efforts/\";s:11:\"fbmsn_image\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-damage-bahamas-Buzz-Caribbean-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:109:\"https://buzz-caribbean.com/article/sandals-foundation-matching-donations-for-hurricane-dorian-relief-efforts/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:109:\"https://buzz-caribbean.com/article/sandals-foundation-matching-donations-for-hurricane-dorian-relief-efforts/\";s:16:\"desktop_bigimage\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-damage-bahamas-Buzz-Caribbean-300x200.jpg\";s:12:\"desktop_icon\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-damage-bahamas-Buzz-Caribbean-150x150.jpg\";s:4:\"name\";s:73:\"Sandals Foundation matching donations for Hurricane Dorian relief efforts\";s:7:\"post_id\";s:4:\"7512\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(283,'','Brad Pitt wants to cut down on acting','custom','Brad Pitt wants to cut down on acting','2019-09-05 13:53:06','2019-09-05 13:53:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:37:\"Brad Pitt wants to cut down on acting\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/09/brad-pitt-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7526\",\"post_id\":\"7526\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:89:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/brad-pitt-wants-to-cut-down-on-acting\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:90:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/brad-pitt-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:73:\"https://buzz-caribbean.com/article/brad-pitt-wants-to-cut-down-on-acting/\";s:11:\"fbmsn_image\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/09/brad-pitt-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:73:\"https://buzz-caribbean.com/article/brad-pitt-wants-to-cut-down-on-acting/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:73:\"https://buzz-caribbean.com/article/brad-pitt-wants-to-cut-down-on-acting/\";s:16:\"desktop_bigimage\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/09/brad-pitt-300x195.jpg\";s:12:\"desktop_icon\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/09/brad-pitt-150x150.jpg\";s:4:\"name\";s:37:\"Brad Pitt wants to cut down on acting\";s:7:\"post_id\";s:4:\"7526\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(284,'','BBC 1Xtra makes documentary about Sean Paul','custom','BBC 1Xtra makes documentary about Sean Paul','2019-09-05 13:53:06','2019-09-05 13:53:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:43:\"BBC 1Xtra makes documentary about Sean Paul\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/09/Sean-Paul-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7521\",\"post_id\":\"7521\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:95:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/bbc-1xtra-makes-documentary-about-sean-paul\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:90:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Sean-Paul-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:79:\"https://buzz-caribbean.com/article/bbc-1xtra-makes-documentary-about-sean-paul/\";s:11:\"fbmsn_image\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/09/Sean-Paul-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:79:\"https://buzz-caribbean.com/article/bbc-1xtra-makes-documentary-about-sean-paul/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:79:\"https://buzz-caribbean.com/article/bbc-1xtra-makes-documentary-about-sean-paul/\";s:16:\"desktop_bigimage\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/09/Sean-Paul-300x169.jpg\";s:12:\"desktop_icon\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/09/Sean-Paul-150x150.jpg\";s:4:\"name\";s:43:\"BBC 1Xtra makes documentary about Sean Paul\";s:7:\"post_id\";s:4:\"7521\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(285,'','Facing the issues: This is where Bunting stands on the economy, crime and climate change','custom','Facing the issues: This is where Bunting stands on the economy, crime and climate change','2019-09-05 15:08:09','2019-09-05 15:08:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:88:\"Facing the issues: This is where Bunting stands on the economy, crime and climate change\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/bunting-faces-the-issues-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7530\",\"post_id\":\"7530\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:138:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/facing-the-issues-this-is-where-bunting-stands-on-the-economy-crime-and-climate-change\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:105:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/bunting-faces-the-issues-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:122:\"https://buzz-caribbean.com/article/facing-the-issues-this-is-where-bunting-stands-on-the-economy-crime-and-climate-change/\";s:11:\"fbmsn_image\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/bunting-faces-the-issues-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:122:\"https://buzz-caribbean.com/article/facing-the-issues-this-is-where-bunting-stands-on-the-economy-crime-and-climate-change/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:122:\"https://buzz-caribbean.com/article/facing-the-issues-this-is-where-bunting-stands-on-the-economy-crime-and-climate-change/\";s:16:\"desktop_bigimage\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/bunting-faces-the-issues-300x177.png\";s:12:\"desktop_icon\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/bunting-faces-the-issues-150x150.png\";s:4:\"name\";s:88:\"Facing the issues: This is where Bunting stands on the economy, crime and climate change\";s:7:\"post_id\";s:4:\"7530\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(286,'','Jamaican sends help to The Bahamas','custom','Jamaican sends help to The Bahamas','2019-09-05 15:53:06','2019-09-05 15:53:06',0,'','a:46:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:34:\"Jamaican sends help to The Bahamas\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:0:\"\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7535\",\"post_id\":\"7535\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:86:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jamaican-sends-help-to-the-bahamas\\/\"}\";s:13:\"wp_extra_type\";s:0:\"\";s:13:\"wp_extravalue\";s:0:\"\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:70:\"https://buzz-caribbean.com/article/jamaican-sends-help-to-the-bahamas/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:70:\"https://buzz-caribbean.com/article/jamaican-sends-help-to-the-bahamas/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:70:\"https://buzz-caribbean.com/article/jamaican-sends-help-to-the-bahamas/\";s:4:\"name\";s:34:\"Jamaican sends help to The Bahamas\";s:7:\"post_id\";s:4:\"7535\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(287,'','Full Circle: Several dancehall acts featured on British rapper\'s album','custom','Full Circle: Several dancehall acts featured on British rapper\'s album','2019-09-05 16:08:08','2019-09-05 16:08:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:70:\"Full Circle: Several dancehall acts featured on British rapper\'s album\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/popcaan-and-nicki-minaj-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7540\",\"post_id\":\"7540\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:120:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/full-circle-several-dancehall-acts-featured-on-british-rappers-album\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:104:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/popcaan-and-nicki-minaj-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:104:\"https://buzz-caribbean.com/article/full-circle-several-dancehall-acts-featured-on-british-rappers-album/\";s:11:\"fbmsn_image\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/popcaan-and-nicki-minaj-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:104:\"https://buzz-caribbean.com/article/full-circle-several-dancehall-acts-featured-on-british-rappers-album/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:104:\"https://buzz-caribbean.com/article/full-circle-several-dancehall-acts-featured-on-british-rappers-album/\";s:16:\"desktop_bigimage\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/popcaan-and-nicki-minaj-300x188.jpg\";s:12:\"desktop_icon\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/popcaan-and-nicki-minaj-150x150.jpg\";s:4:\"name\";s:70:\"Full Circle: Several dancehall acts featured on British rapper\'s album\";s:7:\"post_id\";s:4:\"7540\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(288,'','Cosplay, animation and video games take centre stage at UTech','custom','Cosplay, animation and video games take centre stage at UTech','2019-09-05 16:53:07','2019-09-05 16:53:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:61:\"Cosplay, animation and video games take centre stage at UTech\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/Nerds-CAGE-BB-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7554\",\"post_id\":\"7554\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:112:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/cosplay-animation-and-video-games-take-centre-stage-at-utech\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:94:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Nerds-CAGE-BB-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:96:\"https://buzz-caribbean.com/article/cosplay-animation-and-video-games-take-centre-stage-at-utech/\";s:11:\"fbmsn_image\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/Nerds-CAGE-BB-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:96:\"https://buzz-caribbean.com/article/cosplay-animation-and-video-games-take-centre-stage-at-utech/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:96:\"https://buzz-caribbean.com/article/cosplay-animation-and-video-games-take-centre-stage-at-utech/\";s:16:\"desktop_bigimage\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/Nerds-CAGE-BB-300x224.jpg\";s:12:\"desktop_icon\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/Nerds-CAGE-BB-150x150.jpg\";s:4:\"name\";s:61:\"Cosplay, animation and video games take centre stage at UTech\";s:7:\"post_id\";s:4:\"7554\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(289,'','Lizzo is getting better at communicating','custom','Lizzo is getting better at communicating','2019-09-05 17:08:06','2019-09-05 17:08:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:40:\"Lizzo is getting better at communicating\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/09/lizzo-20190905-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7571\",\"post_id\":\"7571\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:92:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/lizzo-is-getting-better-at-communicating\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:95:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/lizzo-20190905-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:76:\"https://buzz-caribbean.com/article/lizzo-is-getting-better-at-communicating/\";s:11:\"fbmsn_image\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/09/lizzo-20190905-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:76:\"https://buzz-caribbean.com/article/lizzo-is-getting-better-at-communicating/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:76:\"https://buzz-caribbean.com/article/lizzo-is-getting-better-at-communicating/\";s:16:\"desktop_bigimage\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/09/lizzo-20190905-300x195.jpg\";s:12:\"desktop_icon\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/09/lizzo-20190905-150x150.jpg\";s:4:\"name\";s:40:\"Lizzo is getting better at communicating\";s:7:\"post_id\";s:4:\"7571\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(290,'','Media mogul Rihanna could be DC\'s next \'Poison Ivy\'','custom','Media mogul Rihanna could be DC\'s next \'Poison Ivy\'','2019-09-05 17:23:06','2019-09-05 17:23:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:51:\"Media mogul Rihanna could be DC\'s next \'Poison Ivy\'\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Poison-Ivy-Buzz-Caribbean-1-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7552\",\"post_id\":\"7552\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:100:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/media-mogul-rihanna-could-be-dcs-next-poison-ivy\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:116:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Rihanna-Poison-Ivy-Buzz-Caribbean-1-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:84:\"https://buzz-caribbean.com/article/media-mogul-rihanna-could-be-dcs-next-poison-ivy/\";s:11:\"fbmsn_image\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Poison-Ivy-Buzz-Caribbean-1-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:84:\"https://buzz-caribbean.com/article/media-mogul-rihanna-could-be-dcs-next-poison-ivy/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:84:\"https://buzz-caribbean.com/article/media-mogul-rihanna-could-be-dcs-next-poison-ivy/\";s:16:\"desktop_bigimage\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Poison-Ivy-Buzz-Caribbean-1-300x200.png\";s:12:\"desktop_icon\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Poison-Ivy-Buzz-Caribbean-1-150x150.png\";s:4:\"name\";s:51:\"Media mogul Rihanna could be DC\'s next \'Poison Ivy\'\";s:7:\"post_id\";s:4:\"7552\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(291,'','JohMar thinks he is Jamaica’s next big international star','custom','JohMar thinks he is Jamaica’s next big international star','2019-09-05 17:38:06','2019-09-05 17:38:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:59:\"JohMar thinks he is Jamaica’s next big international star\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/Entertainer-JohMar-BBB-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7577\",\"post_id\":\"7577\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:108:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/johmar-thinks-he-is-jamaicas-next-big-international-star\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:103:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Entertainer-JohMar-BBB-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:92:\"https://buzz-caribbean.com/article/johmar-thinks-he-is-jamaicas-next-big-international-star/\";s:11:\"fbmsn_image\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/Entertainer-JohMar-BBB-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:92:\"https://buzz-caribbean.com/article/johmar-thinks-he-is-jamaicas-next-big-international-star/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:92:\"https://buzz-caribbean.com/article/johmar-thinks-he-is-jamaicas-next-big-international-star/\";s:16:\"desktop_bigimage\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/Entertainer-JohMar-BBB-300x235.jpg\";s:12:\"desktop_icon\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/Entertainer-JohMar-BBB-150x150.jpg\";s:4:\"name\";s:59:\"JohMar thinks he is Jamaica’s next big international star\";s:7:\"post_id\";s:4:\"7577\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(292,'','Gordon Butch Stewart featured on American Dream TV show','custom','Gordon Butch Stewart featured on American Dream TV show','2019-09-05 18:08:10','2019-09-05 18:08:10',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:55:\"Gordon Butch Stewart featured on American Dream TV show\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/gordon-butch-stewart-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7555\",\"post_id\":\"7555\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:107:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/gordon-butch-stewart-featured-on-american-dream-tv-show\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:101:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/gordon-butch-stewart-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:91:\"https://buzz-caribbean.com/article/gordon-butch-stewart-featured-on-american-dream-tv-show/\";s:11:\"fbmsn_image\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/gordon-butch-stewart-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:91:\"https://buzz-caribbean.com/article/gordon-butch-stewart-featured-on-american-dream-tv-show/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:91:\"https://buzz-caribbean.com/article/gordon-butch-stewart-featured-on-american-dream-tv-show/\";s:16:\"desktop_bigimage\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/gordon-butch-stewart-300x199.jpg\";s:12:\"desktop_icon\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/gordon-butch-stewart-150x150.jpg\";s:4:\"name\";s:55:\"Gordon Butch Stewart featured on American Dream TV show\";s:7:\"post_id\";s:4:\"7555\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(293,'','CLA issues 44 licences and 288 conditional approvals','custom','CLA issues 44 licences and 288 conditional approvals','2019-09-05 18:23:14','2019-09-05 18:23:14',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:52:\"CLA issues 44 licences and 288 conditional approvals\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/09/Cannabis-Buzz-Caribbean-Feature-Image-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7579\",\"post_id\":\"7579\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:104:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/cla-issues-44-licences-and-288-conditional-approvals\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:118:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Cannabis-Buzz-Caribbean-Feature-Image-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:88:\"https://buzz-caribbean.com/article/cla-issues-44-licences-and-288-conditional-approvals/\";s:11:\"fbmsn_image\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/09/Cannabis-Buzz-Caribbean-Feature-Image-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:88:\"https://buzz-caribbean.com/article/cla-issues-44-licences-and-288-conditional-approvals/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:88:\"https://buzz-caribbean.com/article/cla-issues-44-licences-and-288-conditional-approvals/\";s:16:\"desktop_bigimage\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/09/Cannabis-Buzz-Caribbean-Feature-Image-300x180.jpg\";s:12:\"desktop_icon\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/09/Cannabis-Buzz-Caribbean-Feature-Image-150x150.jpg\";s:4:\"name\";s:52:\"CLA issues 44 licences and 288 conditional approvals\";s:7:\"post_id\";s:4:\"7579\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(294,'','Jamaica provides disaster relief and humanitarian assistance for The Bahamas','custom','Jamaica provides disaster relief and humanitarian assistance for The Bahamas','2019-09-05 18:38:08','2019-09-05 18:38:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:76:\"Jamaica provides disaster relief and humanitarian assistance for The Bahamas\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/bahamas-hurricane-dorian-CBC-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7599\",\"post_id\":\"7599\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:128:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jamaica-provides-disaster-relief-and-humanitarian-assistance-for-the-bahamas\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:109:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/bahamas-hurricane-dorian-CBC-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:112:\"https://buzz-caribbean.com/article/jamaica-provides-disaster-relief-and-humanitarian-assistance-for-the-bahamas/\";s:11:\"fbmsn_image\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/bahamas-hurricane-dorian-CBC-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:112:\"https://buzz-caribbean.com/article/jamaica-provides-disaster-relief-and-humanitarian-assistance-for-the-bahamas/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:112:\"https://buzz-caribbean.com/article/jamaica-provides-disaster-relief-and-humanitarian-assistance-for-the-bahamas/\";s:16:\"desktop_bigimage\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/bahamas-hurricane-dorian-CBC-300x225.jpg\";s:12:\"desktop_icon\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/bahamas-hurricane-dorian-CBC-150x150.jpg\";s:4:\"name\";s:76:\"Jamaica provides disaster relief and humanitarian assistance for The Bahamas\";s:7:\"post_id\";s:4:\"7599\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(295,'','Jamaican National Tyreek Magee joins European league team','custom','Jamaican National Tyreek Magee joins European league team','2019-09-05 20:08:07','2019-09-05 20:08:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:57:\"Jamaican National Tyreek Magee joins European league team\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:64:\"https://buzz-caribbean.com/app/uploads/2019/09/McGee-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7614\",\"post_id\":\"7614\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:109:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jamaican-national-tyreek-magee-joins-european-league-team\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:86:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/McGee-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:93:\"https://buzz-caribbean.com/article/jamaican-national-tyreek-magee-joins-european-league-team/\";s:11:\"fbmsn_image\";s:64:\"https://buzz-caribbean.com/app/uploads/2019/09/McGee-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:93:\"https://buzz-caribbean.com/article/jamaican-national-tyreek-magee-joins-european-league-team/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:93:\"https://buzz-caribbean.com/article/jamaican-national-tyreek-magee-joins-european-league-team/\";s:16:\"desktop_bigimage\";s:64:\"https://buzz-caribbean.com/app/uploads/2019/09/McGee-300x208.jpg\";s:12:\"desktop_icon\";s:64:\"https://buzz-caribbean.com/app/uploads/2019/09/McGee-150x150.jpg\";s:4:\"name\";s:57:\"Jamaican National Tyreek Magee joins European league team\";s:7:\"post_id\";s:4:\"7614\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(296,'','Lil Nas X says he had to \'come out\' while his song was doing well','custom','Lil Nas X says he had to \'come out\' while his song was doing well','2019-09-05 20:23:35','2019-09-05 20:23:35',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:65:\"Lil Nas X says he had to \'come out\' while his song was doing well\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/09/lil-nas-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7601\",\"post_id\":\"7601\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:115:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/lil-nas-x-says-he-had-to-come-out-while-his-song-was-doing-well\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:88:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/lil-nas-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:99:\"https://buzz-caribbean.com/article/lil-nas-x-says-he-had-to-come-out-while-his-song-was-doing-well/\";s:11:\"fbmsn_image\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/09/lil-nas-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:99:\"https://buzz-caribbean.com/article/lil-nas-x-says-he-had-to-come-out-while-his-song-was-doing-well/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:99:\"https://buzz-caribbean.com/article/lil-nas-x-says-he-had-to-come-out-while-his-song-was-doing-well/\";s:16:\"desktop_bigimage\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/09/lil-nas-300x195.jpg\";s:12:\"desktop_icon\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/09/lil-nas-150x150.jpg\";s:4:\"name\";s:65:\"Lil Nas X says he had to \'come out\' while his song was doing well\";s:7:\"post_id\";s:4:\"7601\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(297,'','R-Embassida is happy with the progress of his career','custom','R-Embassida is happy with the progress of his career','2019-09-05 21:08:08','2019-09-05 21:08:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:52:\"R-Embassida is happy with the progress of his career\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/R-Embassida-New-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7620\",\"post_id\":\"7620\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:104:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/r-embassida-is-happy-with-the-progress-of-his-career\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:96:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/R-Embassida-New-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:88:\"https://buzz-caribbean.com/article/r-embassida-is-happy-with-the-progress-of-his-career/\";s:11:\"fbmsn_image\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/R-Embassida-New-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:88:\"https://buzz-caribbean.com/article/r-embassida-is-happy-with-the-progress-of-his-career/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:88:\"https://buzz-caribbean.com/article/r-embassida-is-happy-with-the-progress-of-his-career/\";s:16:\"desktop_bigimage\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/R-Embassida-New-300x216.jpg\";s:12:\"desktop_icon\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/R-Embassida-New-150x150.jpg\";s:4:\"name\";s:52:\"R-Embassida is happy with the progress of his career\";s:7:\"post_id\";s:4:\"7620\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(298,'','Jamaican singer Nicky B features on Budweiser\'s global ad campaign','custom','Jamaican singer Nicky B features on Budweiser\'s global ad campaign','2019-09-05 21:23:08','2019-09-05 21:23:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:66:\"Jamaican singer Nicky B features on Budweiser\'s global ad campaign\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/09/nicky-b-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7402\",\"post_id\":\"7402\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:117:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jamaican-singer-nicky-b-features-on-budweisers-global-ad-campaign\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:88:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/nicky-b-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:101:\"https://buzz-caribbean.com/article/jamaican-singer-nicky-b-features-on-budweisers-global-ad-campaign/\";s:11:\"fbmsn_image\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/09/nicky-b-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:101:\"https://buzz-caribbean.com/article/jamaican-singer-nicky-b-features-on-budweisers-global-ad-campaign/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:101:\"https://buzz-caribbean.com/article/jamaican-singer-nicky-b-features-on-budweisers-global-ad-campaign/\";s:16:\"desktop_bigimage\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/09/nicky-b-300x221.jpg\";s:12:\"desktop_icon\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/09/nicky-b-150x150.jpg\";s:4:\"name\";s:66:\"Jamaican singer Nicky B features on Budweiser\'s global ad campaign\";s:7:\"post_id\";s:4:\"7402\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(299,'','Virtual gaming the latest craze in Jamaica','custom','Virtual gaming the latest craze in Jamaica','2019-09-06 06:53:15','2019-09-06 06:53:15',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:42:\"Virtual gaming the latest craze in Jamaica\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/vrx-sovereign-kgn-buzz-demo-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7636\",\"post_id\":\"7636\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:94:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/virtual-gaming-the-latest-craze-in-jamaica\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:110:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/vrx-sovereign-kgn-buzz-demo-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:78:\"https://buzz-caribbean.com/article/virtual-gaming-the-latest-craze-in-jamaica/\";s:11:\"fbmsn_image\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/vrx-sovereign-kgn-buzz-demo-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:78:\"https://buzz-caribbean.com/article/virtual-gaming-the-latest-craze-in-jamaica/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:78:\"https://buzz-caribbean.com/article/virtual-gaming-the-latest-craze-in-jamaica/\";s:16:\"desktop_bigimage\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/vrx-sovereign-kgn-buzz-demo-1-300x224.jpg\";s:12:\"desktop_icon\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/vrx-sovereign-kgn-buzz-demo-1-150x150.jpg\";s:4:\"name\";s:42:\"Virtual gaming the latest craze in Jamaica\";s:7:\"post_id\";s:4:\"7636\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(300,'','Government steps up to fund full-flight scholarships for UWI med students','custom','Government steps up to fund full-flight scholarships for UWI med students','2019-09-06 07:08:06','2019-09-06 07:08:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:73:\"Government steps up to fund full-flight scholarships for UWI med students\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/uwi-scholarship-sept4-buzz-demo-2-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7641\",\"post_id\":\"7641\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:125:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/government-steps-up-to-fund-full-flight-scholarships-for-uwi-med-students\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:114:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/uwi-scholarship-sept4-buzz-demo-2-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:109:\"https://buzz-caribbean.com/article/government-steps-up-to-fund-full-flight-scholarships-for-uwi-med-students/\";s:11:\"fbmsn_image\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/uwi-scholarship-sept4-buzz-demo-2-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:109:\"https://buzz-caribbean.com/article/government-steps-up-to-fund-full-flight-scholarships-for-uwi-med-students/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:109:\"https://buzz-caribbean.com/article/government-steps-up-to-fund-full-flight-scholarships-for-uwi-med-students/\";s:16:\"desktop_bigimage\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/uwi-scholarship-sept4-buzz-demo-2-300x200.jpg\";s:12:\"desktop_icon\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/uwi-scholarship-sept4-buzz-demo-2-150x150.jpg\";s:4:\"name\";s:73:\"Government steps up to fund full-flight scholarships for UWI med students\";s:7:\"post_id\";s:4:\"7641\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(301,'','Polkerris Bread and Breakfast: Luxury resort with Jamaican charm','custom','Polkerris Bread and Breakfast: Luxury resort with Jamaican charm','2019-09-06 07:39:28','2019-09-06 07:39:28',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:64:\"Polkerris Bread and Breakfast: Luxury resort with Jamaican charm\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/polkerris-B-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7591\",\"post_id\":\"7591\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:115:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/polkerris-bread-and-breakfast-luxury-resort-with-jamaican-charm\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:94:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/polkerris-B-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:99:\"https://buzz-caribbean.com/article/polkerris-bread-and-breakfast-luxury-resort-with-jamaican-charm/\";s:11:\"fbmsn_image\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/polkerris-B-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:99:\"https://buzz-caribbean.com/article/polkerris-bread-and-breakfast-luxury-resort-with-jamaican-charm/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:99:\"https://buzz-caribbean.com/article/polkerris-bread-and-breakfast-luxury-resort-with-jamaican-charm/\";s:16:\"desktop_bigimage\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/polkerris-B-1-300x199.jpg\";s:12:\"desktop_icon\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/polkerris-B-1-150x150.jpg\";s:4:\"name\";s:64:\"Polkerris Bread and Breakfast: Luxury resort with Jamaican charm\";s:7:\"post_id\";s:4:\"7591\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(302,'','CARICOM leaders in The Bahamas for disaster relief talks','custom','CARICOM leaders in The Bahamas for disaster relief talks','2019-09-06 08:38:07','2019-09-06 08:38:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:56:\"CARICOM leaders in The Bahamas for disaster relief talks\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/bahamas-hurricane-dorian-CBC-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7646\",\"post_id\":\"7646\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:108:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/caricom-leaders-in-the-bahamas-for-disaster-relief-talks\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:109:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/bahamas-hurricane-dorian-CBC-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:92:\"https://buzz-caribbean.com/article/caricom-leaders-in-the-bahamas-for-disaster-relief-talks/\";s:11:\"fbmsn_image\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/bahamas-hurricane-dorian-CBC-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:92:\"https://buzz-caribbean.com/article/caricom-leaders-in-the-bahamas-for-disaster-relief-talks/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:92:\"https://buzz-caribbean.com/article/caricom-leaders-in-the-bahamas-for-disaster-relief-talks/\";s:16:\"desktop_bigimage\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/bahamas-hurricane-dorian-CBC-300x225.jpg\";s:12:\"desktop_icon\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/bahamas-hurricane-dorian-CBC-150x150.jpg\";s:4:\"name\";s:56:\"CARICOM leaders in The Bahamas for disaster relief talks\";s:7:\"post_id\";s:4:\"7646\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(303,'','The first year of marriage can be tough','custom','The first year of marriage can be tough','2019-09-06 09:08:06','2019-09-06 09:08:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:39:\"The first year of marriage can be tough\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/unhappy-couple-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7616\",\"post_id\":\"7616\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:91:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/the-first-year-of-marriage-can-be-tough\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:95:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/unhappy-couple-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:75:\"https://buzz-caribbean.com/article/the-first-year-of-marriage-can-be-tough/\";s:11:\"fbmsn_image\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/unhappy-couple-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:75:\"https://buzz-caribbean.com/article/the-first-year-of-marriage-can-be-tough/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:75:\"https://buzz-caribbean.com/article/the-first-year-of-marriage-can-be-tough/\";s:16:\"desktop_bigimage\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/unhappy-couple-300x200.jpg\";s:12:\"desktop_icon\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/08/unhappy-couple-150x150.jpg\";s:4:\"name\";s:39:\"The first year of marriage can be tough\";s:7:\"post_id\";s:4:\"7616\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(304,'','The colourful life of late Zimbabwean president Robert Mugabe','custom','The colourful life of late Zimbabwean president Robert Mugabe','2019-09-06 10:53:09','2019-09-06 10:53:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:61:\"The colourful life of late Zimbabwean president Robert Mugabe\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/robert-mugabe-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7652\",\"post_id\":\"7652\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:113:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/the-colourful-life-of-late-zimbabwean-president-robert-mugabe\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:94:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/robert-mugabe-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:97:\"https://buzz-caribbean.com/article/the-colourful-life-of-late-zimbabwean-president-robert-mugabe/\";s:11:\"fbmsn_image\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/robert-mugabe-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:97:\"https://buzz-caribbean.com/article/the-colourful-life-of-late-zimbabwean-president-robert-mugabe/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:97:\"https://buzz-caribbean.com/article/the-colourful-life-of-late-zimbabwean-president-robert-mugabe/\";s:16:\"desktop_bigimage\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/robert-mugabe-300x169.jpg\";s:12:\"desktop_icon\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/robert-mugabe-150x150.jpg\";s:4:\"name\";s:61:\"The colourful life of late Zimbabwean president Robert Mugabe\";s:7:\"post_id\";s:4:\"7652\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(305,'','Long Islanders spearheading Bahamas relief effort after Hurricane Dorian','custom','Long Islanders spearheading Bahamas relief effort after Hurricane Dorian','2019-09-06 13:38:06','2019-09-06 13:38:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:72:\"Long Islanders spearheading Bahamas relief effort after Hurricane Dorian\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:93:\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-3-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7665\",\"post_id\":\"7665\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:124:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/long-islanders-spearheading-bahamas-relief-effort-after-hurricane-dorian\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:115:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/long-island-bahamas-buzz-feature-3-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:108:\"https://buzz-caribbean.com/article/long-islanders-spearheading-bahamas-relief-effort-after-hurricane-dorian/\";s:11:\"fbmsn_image\";s:93:\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-3-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:108:\"https://buzz-caribbean.com/article/long-islanders-spearheading-bahamas-relief-effort-after-hurricane-dorian/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:108:\"https://buzz-caribbean.com/article/long-islanders-spearheading-bahamas-relief-effort-after-hurricane-dorian/\";s:16:\"desktop_bigimage\";s:93:\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-3-300x225.jpg\";s:12:\"desktop_icon\";s:93:\"https://buzz-caribbean.com/app/uploads/2019/09/long-island-bahamas-buzz-feature-3-150x150.jpg\";s:4:\"name\";s:72:\"Long Islanders spearheading Bahamas relief effort after Hurricane Dorian\";s:7:\"post_id\";s:4:\"7665\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(306,'','Get to know new PSOJ Hall of Fame inductee Thalia Lyn','custom','Get to know new PSOJ Hall of Fame inductee Thalia Lyn','2019-09-06 13:38:06','2019-09-06 13:38:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:53:\"Get to know new PSOJ Hall of Fame inductee Thalia Lyn\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:97:\"https://buzz-caribbean.com/app/uploads/2019/09/Thalia-Lyn-Island-Grill-Buzz-Caribbean-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7662\",\"post_id\":\"7662\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:105:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/get-to-know-new-psoj-hall-of-fame-inductee-thalia-lyn\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:119:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Thalia-Lyn-Island-Grill-Buzz-Caribbean-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:89:\"https://buzz-caribbean.com/article/get-to-know-new-psoj-hall-of-fame-inductee-thalia-lyn/\";s:11:\"fbmsn_image\";s:97:\"https://buzz-caribbean.com/app/uploads/2019/09/Thalia-Lyn-Island-Grill-Buzz-Caribbean-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:89:\"https://buzz-caribbean.com/article/get-to-know-new-psoj-hall-of-fame-inductee-thalia-lyn/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:89:\"https://buzz-caribbean.com/article/get-to-know-new-psoj-hall-of-fame-inductee-thalia-lyn/\";s:16:\"desktop_bigimage\";s:97:\"https://buzz-caribbean.com/app/uploads/2019/09/Thalia-Lyn-Island-Grill-Buzz-Caribbean-300x180.jpg\";s:12:\"desktop_icon\";s:97:\"https://buzz-caribbean.com/app/uploads/2019/09/Thalia-Lyn-Island-Grill-Buzz-Caribbean-150x150.jpg\";s:4:\"name\";s:53:\"Get to know new PSOJ Hall of Fame inductee Thalia Lyn\";s:7:\"post_id\";s:4:\"7662\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(307,'','Fraser-Pryce ends second to Britain’s Asher-Smith in Brussels Diamond League','custom','Fraser-Pryce ends second to Britain’s Asher-Smith in Brussels Diamond League','2019-09-06 14:08:07','2019-09-06 14:08:07',0,'','a:46:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:78:\"Fraser-Pryce ends second to Britain’s Asher-Smith in Brussels Diamond League\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:0:\"\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7693\",\"post_id\":\"7693\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:127:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/fraser-pryce-ends-second-to-britains-asher-smith-in-brussels-diamond-league\\/\"}\";s:13:\"wp_extra_type\";s:0:\"\";s:13:\"wp_extravalue\";s:0:\"\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:111:\"https://buzz-caribbean.com/article/fraser-pryce-ends-second-to-britains-asher-smith-in-brussels-diamond-league/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:111:\"https://buzz-caribbean.com/article/fraser-pryce-ends-second-to-britains-asher-smith-in-brussels-diamond-league/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:111:\"https://buzz-caribbean.com/article/fraser-pryce-ends-second-to-britains-asher-smith-in-brussels-diamond-league/\";s:4:\"name\";s:78:\"Fraser-Pryce ends second to Britain’s Asher-Smith in Brussels Diamond League\";s:7:\"post_id\";s:4:\"7693\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(308,'','Montego Bay Harbour much cleaner','custom','Montego Bay Harbour much cleaner','2019-09-06 14:23:09','2019-09-06 14:23:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:32:\"Montego Bay Harbour much cleaner\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:112:\"https://buzz-caribbean.com/app/uploads/2019/09/Fish-Eating-Plastic-Montego-Bay-Harbour-Feature-Image-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7650\",\"post_id\":\"7650\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:84:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/montego-bay-harbour-much-cleaner\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:134:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Fish-Eating-Plastic-Montego-Bay-Harbour-Feature-Image-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:68:\"https://buzz-caribbean.com/article/montego-bay-harbour-much-cleaner/\";s:11:\"fbmsn_image\";s:112:\"https://buzz-caribbean.com/app/uploads/2019/09/Fish-Eating-Plastic-Montego-Bay-Harbour-Feature-Image-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:68:\"https://buzz-caribbean.com/article/montego-bay-harbour-much-cleaner/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:68:\"https://buzz-caribbean.com/article/montego-bay-harbour-much-cleaner/\";s:16:\"desktop_bigimage\";s:112:\"https://buzz-caribbean.com/app/uploads/2019/09/Fish-Eating-Plastic-Montego-Bay-Harbour-Feature-Image-300x180.jpg\";s:12:\"desktop_icon\";s:112:\"https://buzz-caribbean.com/app/uploads/2019/09/Fish-Eating-Plastic-Montego-Bay-Harbour-Feature-Image-150x150.jpg\";s:4:\"name\";s:32:\"Montego Bay Harbour much cleaner\";s:7:\"post_id\";s:4:\"7650\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(309,'','Jamaica’s Bloomfield captures Diamond League second spot','custom','Jamaica’s Bloomfield captures Diamond League second spot','2019-09-06 14:38:07','2019-09-06 14:38:07',0,'','a:46:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:58:\"Jamaica’s Bloomfield captures Diamond League second spot\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:0:\"\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7690\",\"post_id\":\"7690\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:107:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jamaicas-bloomfield-captures-diamond-league-second-spot\\/\"}\";s:13:\"wp_extra_type\";s:0:\"\";s:13:\"wp_extravalue\";s:0:\"\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:91:\"https://buzz-caribbean.com/article/jamaicas-bloomfield-captures-diamond-league-second-spot/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:91:\"https://buzz-caribbean.com/article/jamaicas-bloomfield-captures-diamond-league-second-spot/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:91:\"https://buzz-caribbean.com/article/jamaicas-bloomfield-captures-diamond-league-second-spot/\";s:4:\"name\";s:58:\"Jamaica’s Bloomfield captures Diamond League second spot\";s:7:\"post_id\";s:4:\"7690\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(310,'','Grange arranging local telethon to support recovery effort in The Bahamas','custom','Grange arranging local telethon to support recovery effort in The Bahamas','2019-09-06 15:23:07','2019-09-06 15:23:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:73:\"Grange arranging local telethon to support recovery effort in The Bahamas\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/Olivia-Grange-telethon-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7651\",\"post_id\":\"7651\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:125:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/grange-arranging-local-telethon-to-support-recovery-effort-in-the-bahamas\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:103:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Olivia-Grange-telethon-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:109:\"https://buzz-caribbean.com/article/grange-arranging-local-telethon-to-support-recovery-effort-in-the-bahamas/\";s:11:\"fbmsn_image\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/Olivia-Grange-telethon-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:109:\"https://buzz-caribbean.com/article/grange-arranging-local-telethon-to-support-recovery-effort-in-the-bahamas/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:109:\"https://buzz-caribbean.com/article/grange-arranging-local-telethon-to-support-recovery-effort-in-the-bahamas/\";s:16:\"desktop_bigimage\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/Olivia-Grange-telethon-300x204.jpg\";s:12:\"desktop_icon\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/Olivia-Grange-telethon-150x150.jpg\";s:4:\"name\";s:73:\"Grange arranging local telethon to support recovery effort in The Bahamas\";s:7:\"post_id\";s:4:\"7651\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(311,'','DIAMOND LEAGUE: Jamaica’s Levy ends second in 110m hurdles','custom','DIAMOND LEAGUE: Jamaica’s Levy ends second in 110m hurdles','2019-09-06 16:23:35','2019-09-06 16:23:35',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:60:\"DIAMOND LEAGUE: Jamaica’s Levy ends second in 110m hurdles\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:63:\"https://buzz-caribbean.com/app/uploads/2019/09/levy-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7728\",\"post_id\":\"7728\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:108:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/diamond-league-jamaicas-levy-ends-second-in-110m-hurdles\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:85:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/levy-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:92:\"https://buzz-caribbean.com/article/diamond-league-jamaicas-levy-ends-second-in-110m-hurdles/\";s:11:\"fbmsn_image\";s:63:\"https://buzz-caribbean.com/app/uploads/2019/09/levy-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:92:\"https://buzz-caribbean.com/article/diamond-league-jamaicas-levy-ends-second-in-110m-hurdles/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:92:\"https://buzz-caribbean.com/article/diamond-league-jamaicas-levy-ends-second-in-110m-hurdles/\";s:16:\"desktop_bigimage\";s:63:\"https://buzz-caribbean.com/app/uploads/2019/09/levy-300x300.jpg\";s:12:\"desktop_icon\";s:63:\"https://buzz-caribbean.com/app/uploads/2019/09/levy-150x150.jpg\";s:4:\"name\";s:60:\"DIAMOND LEAGUE: Jamaica’s Levy ends second in 110m hurdles\";s:7:\"post_id\";s:4:\"7728\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(312,'','DIAMOND LEAGUE: Jamaica’s Williams captures Brussels to win 100 metres top prize','custom','DIAMOND LEAGUE: Jamaica’s Williams captures Brussels to win 100 metres top prize','2019-09-06 17:09:05','2019-09-06 17:09:05',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:82:\"DIAMOND LEAGUE: Jamaica’s Williams captures Brussels to win 100 metres top prize\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:112:\"https://buzz-caribbean.com/app/uploads/2019/09/Danielle_Williams_-_Women_s_100m_Hurdles_-_Doha_2019_-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7734\",\"post_id\":\"7734\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:130:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/diamond-league-jamaicas-williams-captures-brussels-to-win-100-metres-top-prize\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:134:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Danielle_Williams_-_Women_s_100m_Hurdles_-_Doha_2019_-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:114:\"https://buzz-caribbean.com/article/diamond-league-jamaicas-williams-captures-brussels-to-win-100-metres-top-prize/\";s:11:\"fbmsn_image\";s:112:\"https://buzz-caribbean.com/app/uploads/2019/09/Danielle_Williams_-_Women_s_100m_Hurdles_-_Doha_2019_-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:114:\"https://buzz-caribbean.com/article/diamond-league-jamaicas-williams-captures-brussels-to-win-100-metres-top-prize/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:114:\"https://buzz-caribbean.com/article/diamond-league-jamaicas-williams-captures-brussels-to-win-100-metres-top-prize/\";s:16:\"desktop_bigimage\";s:112:\"https://buzz-caribbean.com/app/uploads/2019/09/Danielle_Williams_-_Women_s_100m_Hurdles_-_Doha_2019_-300x200.jpg\";s:12:\"desktop_icon\";s:112:\"https://buzz-caribbean.com/app/uploads/2019/09/Danielle_Williams_-_Women_s_100m_Hurdles_-_Doha_2019_-150x150.jpg\";s:4:\"name\";s:82:\"DIAMOND LEAGUE: Jamaica’s Williams captures Brussels to win 100 metres top prize\";s:7:\"post_id\";s:4:\"7734\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(313,'','Reggae Boyz hunt Antigua in Nations League','custom','Reggae Boyz hunt Antigua in Nations League','2019-09-06 18:38:22','2019-09-06 18:38:22',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:42:\"Reggae Boyz hunt Antigua in Nations League\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:110:\"https://buzz-caribbean.com/app/uploads/2019/07/leon-bailey-eric-davis-jamaica-panama-gold-cup-2019-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7744\",\"post_id\":\"7744\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:94:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/reggae-boyz-hunt-antigua-in-nations-league\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:132:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/07\\/leon-bailey-eric-davis-jamaica-panama-gold-cup-2019-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:78:\"https://buzz-caribbean.com/article/reggae-boyz-hunt-antigua-in-nations-league/\";s:11:\"fbmsn_image\";s:110:\"https://buzz-caribbean.com/app/uploads/2019/07/leon-bailey-eric-davis-jamaica-panama-gold-cup-2019-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:78:\"https://buzz-caribbean.com/article/reggae-boyz-hunt-antigua-in-nations-league/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:78:\"https://buzz-caribbean.com/article/reggae-boyz-hunt-antigua-in-nations-league/\";s:16:\"desktop_bigimage\";s:110:\"https://buzz-caribbean.com/app/uploads/2019/07/leon-bailey-eric-davis-jamaica-panama-gold-cup-2019-300x169.jpg\";s:12:\"desktop_icon\";s:110:\"https://buzz-caribbean.com/app/uploads/2019/07/leon-bailey-eric-davis-jamaica-panama-gold-cup-2019-150x150.jpg\";s:4:\"name\";s:42:\"Reggae Boyz hunt Antigua in Nations League\";s:7:\"post_id\";s:4:\"7744\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(314,'','Understanding Zimbabwe\'s silence after Robert Mugabe\'s passing','custom','Understanding Zimbabwe\'s silence after Robert Mugabe\'s passing','2019-09-06 19:23:09','2019-09-06 19:23:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:62:\"Understanding Zimbabwe\'s silence after Robert Mugabe\'s passing\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/robert-mugabe-buzz-demo-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7745\",\"post_id\":\"7745\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:112:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/understanding-zimbabwes-silence-after-robert-mugabes-passing\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:104:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/robert-mugabe-buzz-demo-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:96:\"https://buzz-caribbean.com/article/understanding-zimbabwes-silence-after-robert-mugabes-passing/\";s:11:\"fbmsn_image\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/robert-mugabe-buzz-demo-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:96:\"https://buzz-caribbean.com/article/understanding-zimbabwes-silence-after-robert-mugabes-passing/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:96:\"https://buzz-caribbean.com/article/understanding-zimbabwes-silence-after-robert-mugabes-passing/\";s:16:\"desktop_bigimage\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/robert-mugabe-buzz-demo-300x200.jpg\";s:12:\"desktop_icon\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/robert-mugabe-buzz-demo-150x150.jpg\";s:4:\"name\";s:62:\"Understanding Zimbabwe\'s silence after Robert Mugabe\'s passing\";s:7:\"post_id\";s:4:\"7745\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(315,'','Watch Butch Stewart tell Bloomberg TV the recipe of the Sandals success','custom','Watch Butch Stewart tell Bloomberg TV the recipe of the Sandals success','2019-09-06 20:38:09','2019-09-06 20:38:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:71:\"Watch Butch Stewart tell Bloomberg TV the recipe of the Sandals success\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/butch-stewart-on-bloomberg-tv-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7769\",\"post_id\":\"7769\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:123:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/watch-butch-stewart-tell-bloomberg-tv-the-recipe-of-the-sandals-success\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:110:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/butch-stewart-on-bloomberg-tv-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:107:\"https://buzz-caribbean.com/article/watch-butch-stewart-tell-bloomberg-tv-the-recipe-of-the-sandals-success/\";s:11:\"fbmsn_image\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/butch-stewart-on-bloomberg-tv-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:107:\"https://buzz-caribbean.com/article/watch-butch-stewart-tell-bloomberg-tv-the-recipe-of-the-sandals-success/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:107:\"https://buzz-caribbean.com/article/watch-butch-stewart-tell-bloomberg-tv-the-recipe-of-the-sandals-success/\";s:16:\"desktop_bigimage\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/butch-stewart-on-bloomberg-tv-300x177.png\";s:12:\"desktop_icon\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/butch-stewart-on-bloomberg-tv-150x150.png\";s:4:\"name\";s:71:\"Watch Butch Stewart tell Bloomberg TV the recipe of the Sandals success\";s:7:\"post_id\";s:4:\"7769\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(316,'','TOO HOT TO HANDLE: Reggae Boyz swamp Antigua 6-0 in Nations League','custom','TOO HOT TO HANDLE: Reggae Boyz swamp Antigua 6-0 in Nations League','2019-09-06 23:23:06','2019-09-06 23:23:06',0,'','a:46:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:66:\"TOO HOT TO HANDLE: Reggae Boyz swamp Antigua 6-0 in Nations League\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:0:\"\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7776\",\"post_id\":\"7776\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:117:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/too-hot-to-handle-reggae-boyz-swamp-antigua-6-0-in-nations-league\\/\"}\";s:13:\"wp_extra_type\";s:0:\"\";s:13:\"wp_extravalue\";s:0:\"\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:101:\"https://buzz-caribbean.com/article/too-hot-to-handle-reggae-boyz-swamp-antigua-6-0-in-nations-league/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:101:\"https://buzz-caribbean.com/article/too-hot-to-handle-reggae-boyz-swamp-antigua-6-0-in-nations-league/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:101:\"https://buzz-caribbean.com/article/too-hot-to-handle-reggae-boyz-swamp-antigua-6-0-in-nations-league/\";s:4:\"name\";s:66:\"TOO HOT TO HANDLE: Reggae Boyz swamp Antigua 6-0 in Nations League\";s:7:\"post_id\";s:4:\"7776\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(317,'','The race is on: PNP delegates to choose party president','custom','The race is on: PNP delegates to choose party president','2019-09-07 06:08:07','2019-09-07 06:08:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:55:\"The race is on: PNP delegates to choose party president\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/09/PNP-Phillips-Bunting-Leadership-Election-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7781\",\"post_id\":\"7781\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:106:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/the-race-is-on-pnp-delegates-to-choose-party-president\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:121:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/PNP-Phillips-Bunting-Leadership-Election-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:90:\"https://buzz-caribbean.com/article/the-race-is-on-pnp-delegates-to-choose-party-president/\";s:11:\"fbmsn_image\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/09/PNP-Phillips-Bunting-Leadership-Election-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:90:\"https://buzz-caribbean.com/article/the-race-is-on-pnp-delegates-to-choose-party-president/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:90:\"https://buzz-caribbean.com/article/the-race-is-on-pnp-delegates-to-choose-party-president/\";s:16:\"desktop_bigimage\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/09/PNP-Phillips-Bunting-Leadership-Election-300x180.jpg\";s:12:\"desktop_icon\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/09/PNP-Phillips-Bunting-Leadership-Election-150x150.jpg\";s:4:\"name\";s:55:\"The race is on: PNP delegates to choose party president\";s:7:\"post_id\";s:4:\"7781\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(318,'','NBA 2K20 is finally here! ESPN’s flagship basketball game released','custom','NBA 2K20 is finally here! ESPN’s flagship basketball game released','2019-09-07 06:38:30','2019-09-07 06:38:30',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:68:\"NBA 2K20 is finally here! ESPN’s flagship basketball game released\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/nba-2k-20-cover-Buzz-Caribbean-150x150.jpeg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7762\",\"post_id\":\"7762\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:116:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/nba-2k20-is-finally-here-espns-flagship-basketball-game-released\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:112:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/nba-2k-20-cover-Buzz-Caribbean-150x150.jpeg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:100:\"https://buzz-caribbean.com/article/nba-2k20-is-finally-here-espns-flagship-basketball-game-released/\";s:11:\"fbmsn_image\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/nba-2k-20-cover-Buzz-Caribbean-150x150.jpeg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:100:\"https://buzz-caribbean.com/article/nba-2k20-is-finally-here-espns-flagship-basketball-game-released/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:100:\"https://buzz-caribbean.com/article/nba-2k20-is-finally-here-espns-flagship-basketball-game-released/\";s:16:\"desktop_bigimage\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/nba-2k-20-cover-Buzz-Caribbean-300x169.jpeg\";s:12:\"desktop_icon\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/nba-2k-20-cover-Buzz-Caribbean-150x150.jpeg\";s:4:\"name\";s:68:\"NBA 2K20 is finally here! ESPN’s flagship basketball game released\";s:7:\"post_id\";s:4:\"7762\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(319,'','Youthful Excelsior carry hopes on talent','custom','Youthful Excelsior carry hopes on talent','2019-09-07 10:38:11','2019-09-07 10:38:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:40:\"Youthful Excelsior carry hopes on talent\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/Excelsior-during-training-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7810\",\"post_id\":\"7810\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:92:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/youthful-excelsior-carry-hopes-on-talent\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:106:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Excelsior-during-training-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:76:\"https://buzz-caribbean.com/article/youthful-excelsior-carry-hopes-on-talent/\";s:11:\"fbmsn_image\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/Excelsior-during-training-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:76:\"https://buzz-caribbean.com/article/youthful-excelsior-carry-hopes-on-talent/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:76:\"https://buzz-caribbean.com/article/youthful-excelsior-carry-hopes-on-talent/\";s:16:\"desktop_bigimage\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/Excelsior-during-training-300x164.jpg\";s:12:\"desktop_icon\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/Excelsior-during-training-150x150.jpg\";s:4:\"name\";s:40:\"Youthful Excelsior carry hopes on talent\";s:7:\"post_id\";s:4:\"7810\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(320,'','27 matches get WATA daCosta Cup underway','custom','27 matches get WATA daCosta Cup underway','2019-09-07 10:38:11','2019-09-07 10:38:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:40:\"27 matches get WATA daCosta Cup underway\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/football-Manning-Cup-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7807\",\"post_id\":\"7807\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:92:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/27-matches-get-wata-dacosta-cup-underway\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:101:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/football-Manning-Cup-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:76:\"https://buzz-caribbean.com/article/27-matches-get-wata-dacosta-cup-underway/\";s:11:\"fbmsn_image\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/football-Manning-Cup-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:76:\"https://buzz-caribbean.com/article/27-matches-get-wata-dacosta-cup-underway/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:76:\"https://buzz-caribbean.com/article/27-matches-get-wata-dacosta-cup-underway/\";s:16:\"desktop_bigimage\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/football-Manning-Cup-300x225.jpg\";s:12:\"desktop_icon\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/football-Manning-Cup-150x150.jpg\";s:4:\"name\";s:40:\"27 matches get WATA daCosta Cup underway\";s:7:\"post_id\";s:4:\"7807\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(321,'','Digicel Manning Cup starts today with seven matches','custom','Digicel Manning Cup starts today with seven matches','2019-09-07 10:38:11','2019-09-07 10:38:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:51:\"Digicel Manning Cup starts today with seven matches\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/Football-Manning-Cup-Buzz-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7801\",\"post_id\":\"7801\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:103:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/digicel-manning-cup-starts-today-with-seven-matches\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:106:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Football-Manning-Cup-Buzz-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:87:\"https://buzz-caribbean.com/article/digicel-manning-cup-starts-today-with-seven-matches/\";s:11:\"fbmsn_image\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/Football-Manning-Cup-Buzz-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:87:\"https://buzz-caribbean.com/article/digicel-manning-cup-starts-today-with-seven-matches/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:87:\"https://buzz-caribbean.com/article/digicel-manning-cup-starts-today-with-seven-matches/\";s:16:\"desktop_bigimage\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/Football-Manning-Cup-Buzz-300x200.jpg\";s:12:\"desktop_icon\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/Football-Manning-Cup-Buzz-150x150.jpg\";s:4:\"name\";s:51:\"Digicel Manning Cup starts today with seven matches\";s:7:\"post_id\";s:4:\"7801\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(322,'','Follow us for the latest on the PNP presidential coverage','custom','Follow us for the latest on the PNP presidential coverage','2019-09-07 11:08:19','2019-09-07 11:08:19',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:57:\"Follow us for the latest on the PNP presidential coverage\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-logo-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7817\",\"post_id\":\"7817\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:109:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/follow-us-for-the-latest-on-the-pnp-presidential-coverage\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:98:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/pnp-election-logo-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:93:\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/\";s:11:\"fbmsn_image\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-logo-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:93:\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:93:\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/\";s:16:\"desktop_bigimage\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-logo-300x156.png\";s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-logo-150x150.png\";s:4:\"name\";s:57:\"Follow us for the latest on the PNP presidential coverage\";s:7:\"post_id\";s:4:\"7817\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(323,'','Follow us for the latest on the PNP presidential election','custom','Follow us for the latest on the PNP presidential election','2019-09-07 11:23:19','2019-09-07 11:23:19',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:57:\"Follow us for the latest on the PNP presidential election\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-logo-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7817\",\"post_id\":\"7817\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:109:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/follow-us-for-the-latest-on-the-pnp-presidential-coverage\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:98:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/pnp-election-logo-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:93:\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/\";s:11:\"fbmsn_image\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-logo-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:93:\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:93:\"https://buzz-caribbean.com/article/follow-us-for-the-latest-on-the-pnp-presidential-coverage/\";s:16:\"desktop_bigimage\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-logo-300x156.png\";s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-logo-150x150.png\";s:4:\"name\";s:57:\"Follow us for the latest on the PNP presidential election\";s:7:\"post_id\";s:4:\"7817\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(324,'','Leon Bailey stars with Reggae Boyz — grateful for support','custom','Leon Bailey stars with Reggae Boyz — grateful for support','2019-09-07 12:38:14','2019-09-07 12:38:14',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:59:\"Leon Bailey stars with Reggae Boyz — grateful for support\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Leon-Bailey-Reggae-Boyz-Jamaica-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7845\",\"post_id\":\"7845\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:107:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/leon-bailey-stars-with-reggae-boyz-grateful-for-support\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:112:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Leon-Bailey-Reggae-Boyz-Jamaica-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:91:\"https://buzz-caribbean.com/article/leon-bailey-stars-with-reggae-boyz-grateful-for-support/\";s:11:\"fbmsn_image\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Leon-Bailey-Reggae-Boyz-Jamaica-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:91:\"https://buzz-caribbean.com/article/leon-bailey-stars-with-reggae-boyz-grateful-for-support/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:91:\"https://buzz-caribbean.com/article/leon-bailey-stars-with-reggae-boyz-grateful-for-support/\";s:16:\"desktop_bigimage\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Leon-Bailey-Reggae-Boyz-Jamaica-300x290.jpg\";s:12:\"desktop_icon\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Leon-Bailey-Reggae-Boyz-Jamaica-150x150.jpg\";s:4:\"name\";s:59:\"Leon Bailey stars with Reggae Boyz — grateful for support\";s:7:\"post_id\";s:4:\"7845\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(325,'','Adele set to drop new album — fans excited','custom','Adele set to drop new album — fans excited','2019-09-07 12:53:09','2019-09-07 12:53:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:44:\"Adele set to drop new album — fans excited\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/Adele-Buzz-Contributor-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7853\",\"post_id\":\"7853\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:92:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/adele-set-to-drop-new-album-fans-excited\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:103:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Adele-Buzz-Contributor-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:76:\"https://buzz-caribbean.com/article/adele-set-to-drop-new-album-fans-excited/\";s:11:\"fbmsn_image\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/Adele-Buzz-Contributor-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:76:\"https://buzz-caribbean.com/article/adele-set-to-drop-new-album-fans-excited/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:76:\"https://buzz-caribbean.com/article/adele-set-to-drop-new-album-fans-excited/\";s:16:\"desktop_bigimage\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/Adele-Buzz-Contributor-300x180.jpg\";s:12:\"desktop_icon\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/Adele-Buzz-Contributor-150x150.jpg\";s:4:\"name\";s:44:\"Adele set to drop new album — fans excited\";s:7:\"post_id\";s:4:\"7853\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(326,'','Bunting wanting ultimate birthday gift — leadership of the PNP','custom','Bunting wanting ultimate birthday gift — leadership of the PNP','2019-09-07 14:23:19','2019-09-07 14:23:19',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:64:\"Bunting wanting ultimate birthday gift — leadership of the PNP\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7878\",\"post_id\":\"7878\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:112:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/bunting-wanting-ultimate-birthday-gift-leadership-of-the-pnp\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:109:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/peter-bunting-nom-day-buzz-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:96:\"https://buzz-caribbean.com/article/bunting-wanting-ultimate-birthday-gift-leadership-of-the-pnp/\";s:11:\"fbmsn_image\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:96:\"https://buzz-caribbean.com/article/bunting-wanting-ultimate-birthday-gift-leadership-of-the-pnp/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:96:\"https://buzz-caribbean.com/article/bunting-wanting-ultimate-birthday-gift-leadership-of-the-pnp/\";s:16:\"desktop_bigimage\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-1-300x200.jpg\";s:12:\"desktop_icon\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/08/peter-bunting-nom-day-buzz-1-150x150.jpg\";s:4:\"name\";s:64:\"Bunting wanting ultimate birthday gift — leadership of the PNP\";s:7:\"post_id\";s:4:\"7878\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(327,'','Happy 100th birthday, Miss Lou!','custom','Happy 100th birthday, Miss Lou!','2019-09-07 14:23:19','2019-09-07 14:23:19',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:31:\"Happy 100th birthday, Miss Lou!\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7877\",\"post_id\":\"7877\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:81:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/happy-100th-birthday-miss-lou\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:101:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/miss-lou-buzz-demo-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:65:\"https://buzz-caribbean.com/article/happy-100th-birthday-miss-lou/\";s:11:\"fbmsn_image\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:65:\"https://buzz-caribbean.com/article/happy-100th-birthday-miss-lou/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:65:\"https://buzz-caribbean.com/article/happy-100th-birthday-miss-lou/\";s:16:\"desktop_bigimage\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-1-300x253.jpg\";s:12:\"desktop_icon\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/miss-lou-buzz-demo-1-150x150.jpg\";s:4:\"name\";s:31:\"Happy 100th birthday, Miss Lou!\";s:7:\"post_id\";s:4:\"7877\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(328,'','Awesome Caribbean children\'s books for International Literacy Day','custom','Awesome Caribbean children\'s books for International Literacy Day','2019-09-07 16:38:08','2019-09-07 16:38:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:65:\"Awesome Caribbean children\'s books for International Literacy Day\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-19-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7695\",\"post_id\":\"7695\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:116:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/awesome-caribbean-childrens-books-for-international-literacy-day\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:108:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/blue-banyan-buzz-feature-19-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:100:\"https://buzz-caribbean.com/article/awesome-caribbean-childrens-books-for-international-literacy-day/\";s:11:\"fbmsn_image\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-19-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:100:\"https://buzz-caribbean.com/article/awesome-caribbean-childrens-books-for-international-literacy-day/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:100:\"https://buzz-caribbean.com/article/awesome-caribbean-childrens-books-for-international-literacy-day/\";s:16:\"desktop_bigimage\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-19-300x200.jpg\";s:12:\"desktop_icon\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/blue-banyan-buzz-feature-19-150x150.jpg\";s:4:\"name\";s:65:\"Awesome Caribbean children\'s books for International Literacy Day\";s:7:\"post_id\";s:4:\"7695\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(329,'','Weekend Warning: Fatal crashes highest on the weekend','custom','Weekend Warning: Fatal crashes highest on the weekend','2019-09-07 17:23:10','2019-09-07 17:23:10',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:53:\"Weekend Warning: Fatal crashes highest on the weekend\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/speeding-car-road-safety-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7935\",\"post_id\":\"7935\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:104:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/weekend-warning-fatal-crashes-highest-on-the-weekend\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:105:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/speeding-car-road-safety-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:88:\"https://buzz-caribbean.com/article/weekend-warning-fatal-crashes-highest-on-the-weekend/\";s:11:\"fbmsn_image\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/speeding-car-road-safety-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:88:\"https://buzz-caribbean.com/article/weekend-warning-fatal-crashes-highest-on-the-weekend/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:88:\"https://buzz-caribbean.com/article/weekend-warning-fatal-crashes-highest-on-the-weekend/\";s:16:\"desktop_bigimage\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/speeding-car-road-safety-300x199.jpg\";s:12:\"desktop_icon\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/speeding-car-road-safety-150x150.jpg\";s:4:\"name\";s:53:\"Weekend Warning: Fatal crashes highest on the weekend\";s:7:\"post_id\";s:4:\"7935\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(330,'','Phillips defeats Bunting to retain PNP presidency','custom','Phillips defeats Bunting to retain PNP presidency','2019-09-07 17:38:06','2019-09-07 17:38:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:49:\"Phillips defeats Bunting to retain PNP presidency\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7949\",\"post_id\":\"7949\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:102:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/phillips-defeats-bunting-to-retains-pnp-presidency\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:96:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/pnp-pete-pete12-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:86:\"https://buzz-caribbean.com/article/phillips-defeats-bunting-to-retains-pnp-presidency/\";s:11:\"fbmsn_image\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:86:\"https://buzz-caribbean.com/article/phillips-defeats-bunting-to-retains-pnp-presidency/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:86:\"https://buzz-caribbean.com/article/phillips-defeats-bunting-to-retains-pnp-presidency/\";s:16:\"desktop_bigimage\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-300x200.jpg\";s:12:\"desktop_icon\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-150x150.jpg\";s:4:\"name\";s:49:\"Phillips defeats Bunting to retain PNP presidency\";s:7:\"post_id\";s:4:\"7949\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(331,'','First DART contingent off to hurricane-ravaged Bahamas','custom','First DART contingent off to hurricane-ravaged Bahamas','2019-09-07 17:53:53','2019-09-07 17:53:53',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:54:\"First DART contingent off to hurricane-ravaged Bahamas\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:101:\"https://buzz-caribbean.com/app/uploads/2019/09/jdf-dart-response-team-bahamas-buzz-demo-3-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7948\",\"post_id\":\"7948\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:106:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/first-dart-contingent-off-to-hurricane-ravaged-bahamas\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:123:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/jdf-dart-response-team-bahamas-buzz-demo-3-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:90:\"https://buzz-caribbean.com/article/first-dart-contingent-off-to-hurricane-ravaged-bahamas/\";s:11:\"fbmsn_image\";s:101:\"https://buzz-caribbean.com/app/uploads/2019/09/jdf-dart-response-team-bahamas-buzz-demo-3-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:90:\"https://buzz-caribbean.com/article/first-dart-contingent-off-to-hurricane-ravaged-bahamas/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:90:\"https://buzz-caribbean.com/article/first-dart-contingent-off-to-hurricane-ravaged-bahamas/\";s:16:\"desktop_bigimage\";s:101:\"https://buzz-caribbean.com/app/uploads/2019/09/jdf-dart-response-team-bahamas-buzz-demo-3-300x231.jpg\";s:12:\"desktop_icon\";s:101:\"https://buzz-caribbean.com/app/uploads/2019/09/jdf-dart-response-team-bahamas-buzz-demo-3-150x150.jpg\";s:4:\"name\";s:54:\"First DART contingent off to hurricane-ravaged Bahamas\";s:7:\"post_id\";s:4:\"7948\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(332,'','Phillips reaches out to defeated Rise United camp','custom','Phillips reaches out to defeated Rise United camp','2019-09-07 18:38:08','2019-09-07 18:38:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:49:\"Phillips reaches out to defeated Rise United camp\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete8-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7961\",\"post_id\":\"7961\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:100:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/bunting-reaches-out-to-defeated-rise-united-camp\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:95:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/pnp-pete-pete8-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:84:\"https://buzz-caribbean.com/article/bunting-reaches-out-to-defeated-rise-united-camp/\";s:11:\"fbmsn_image\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete8-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:84:\"https://buzz-caribbean.com/article/bunting-reaches-out-to-defeated-rise-united-camp/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:84:\"https://buzz-caribbean.com/article/bunting-reaches-out-to-defeated-rise-united-camp/\";s:16:\"desktop_bigimage\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete8-300x200.jpg\";s:12:\"desktop_icon\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete8-150x150.jpg\";s:4:\"name\";s:49:\"Phillips reaches out to defeated Rise United camp\";s:7:\"post_id\";s:4:\"7961\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1);
INSERT INTO `wp_push_archive` VALUES (333,'','Rise United campaign manager lists a reason for Bunting’s defeat','custom','Rise United campaign manager lists a reason for Bunting’s defeat','2019-09-07 19:23:06','2019-09-07 19:23:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:66:\"Rise United campaign manager lists a reason for Bunting’s defeat\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/dayton-campbell-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7967\",\"post_id\":\"7967\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:115:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/rise-united-campaign-manager-lists-a-reason-for-buntings-defeat\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:96:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/dayton-campbell-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:99:\"https://buzz-caribbean.com/article/rise-united-campaign-manager-lists-a-reason-for-buntings-defeat/\";s:11:\"fbmsn_image\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/dayton-campbell-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:99:\"https://buzz-caribbean.com/article/rise-united-campaign-manager-lists-a-reason-for-buntings-defeat/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:99:\"https://buzz-caribbean.com/article/rise-united-campaign-manager-lists-a-reason-for-buntings-defeat/\";s:16:\"desktop_bigimage\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/dayton-campbell-300x200.jpg\";s:12:\"desktop_icon\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/dayton-campbell-150x150.jpg\";s:4:\"name\";s:66:\"Rise United campaign manager lists a reason for Bunting’s defeat\";s:7:\"post_id\";s:4:\"7967\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(334,'','Every time the Duchess of Sussex turns up to support her friend Serena Williams in a Grand Slam final, she loses.','custom','Every time the Duchess of Sussex turns up to support her friend Serena Williams in a Grand Slam final, she loses.','2019-09-07 21:23:09','2019-09-07 21:23:09',0,'','a:46:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:113:\"Every time the Duchess of Sussex turns up to support her friend Serena Williams in a Grand Slam final, she loses.\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:0:\"\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7977\",\"post_id\":\"7977\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:163:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/every-time-the-duchess-of-sussex-turns-up-to-support-her-friend-serena-williams-in-a-grand-slam-final-she-loses\\/\"}\";s:13:\"wp_extra_type\";s:0:\"\";s:13:\"wp_extravalue\";s:0:\"\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:147:\"https://buzz-caribbean.com/article/every-time-the-duchess-of-sussex-turns-up-to-support-her-friend-serena-williams-in-a-grand-slam-final-she-loses/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:147:\"https://buzz-caribbean.com/article/every-time-the-duchess-of-sussex-turns-up-to-support-her-friend-serena-williams-in-a-grand-slam-final-she-loses/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:147:\"https://buzz-caribbean.com/article/every-time-the-duchess-of-sussex-turns-up-to-support-her-friend-serena-williams-in-a-grand-slam-final-she-loses/\";s:4:\"name\";s:113:\"Every time the Duchess of Sussex turns up to support her friend Serena Williams in a Grand Slam final, she loses.\";s:7:\"post_id\";s:4:\"7977\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(335,'','‘The enemy is the government’: Rise United campaign director pleads for PNP unity','custom','‘The enemy is the government’: Rise United campaign director pleads for PNP unity','2019-09-08 05:38:21','2019-09-08 05:38:21',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:85:\"‘The enemy is the government’: Rise United campaign director pleads for PNP unity\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:98:\"https://buzz-caribbean.com/app/uploads/2019/09/angela-brown-burke-rise-united-poster-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7973\",\"post_id\":\"7973\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:130:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/the-enemy-is-the-government-rise-united-campaign-director-pleads-for-pnp-unity\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:120:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/angela-brown-burke-rise-united-poster-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:114:\"https://buzz-caribbean.com/article/the-enemy-is-the-government-rise-united-campaign-director-pleads-for-pnp-unity/\";s:11:\"fbmsn_image\";s:98:\"https://buzz-caribbean.com/app/uploads/2019/09/angela-brown-burke-rise-united-poster-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:114:\"https://buzz-caribbean.com/article/the-enemy-is-the-government-rise-united-campaign-director-pleads-for-pnp-unity/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:114:\"https://buzz-caribbean.com/article/the-enemy-is-the-government-rise-united-campaign-director-pleads-for-pnp-unity/\";s:16:\"desktop_bigimage\";s:98:\"https://buzz-caribbean.com/app/uploads/2019/09/angela-brown-burke-rise-united-poster-1-300x194.jpg\";s:12:\"desktop_icon\";s:98:\"https://buzz-caribbean.com/app/uploads/2019/09/angela-brown-burke-rise-united-poster-1-150x150.jpg\";s:4:\"name\";s:85:\"‘The enemy is the government’: Rise United campaign director pleads for PNP unity\";s:7:\"post_id\";s:4:\"7973\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(336,'','Bunting’s failed bid to lead the PNP claims its first casualty','custom','Bunting’s failed bid to lead the PNP claims its first casualty','2019-09-08 06:39:14','2019-09-08 06:39:14',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:64:\"Bunting’s failed bid to lead the PNP claims its first casualty\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/dayton-campbell-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7990\",\"post_id\":\"7990\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:113:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/buntings-failed-bid-to-lead-the-pnp-claims-its-first-casualty\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:98:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/dayton-campbell-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:97:\"https://buzz-caribbean.com/article/buntings-failed-bid-to-lead-the-pnp-claims-its-first-casualty/\";s:11:\"fbmsn_image\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/dayton-campbell-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:97:\"https://buzz-caribbean.com/article/buntings-failed-bid-to-lead-the-pnp-claims-its-first-casualty/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:97:\"https://buzz-caribbean.com/article/buntings-failed-bid-to-lead-the-pnp-claims-its-first-casualty/\";s:16:\"desktop_bigimage\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/dayton-campbell-1-300x200.jpg\";s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/dayton-campbell-1-150x150.jpg\";s:4:\"name\";s:64:\"Bunting’s failed bid to lead the PNP claims its first casualty\";s:7:\"post_id\";s:4:\"7990\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(337,'','Jamaican athlete plans to play hockey in China','custom','Jamaican athlete plans to play hockey in China','2019-09-08 07:38:13','2019-09-08 07:38:13',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:46:\"Jamaican athlete plans to play hockey in China\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/charlette-rowe-A-20190907-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7998\",\"post_id\":\"7998\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:98:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jamaican-athlete-plans-to-play-hockey-in-china\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:106:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/charlette-rowe-A-20190907-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:82:\"https://buzz-caribbean.com/article/jamaican-athlete-plans-to-play-hockey-in-china/\";s:11:\"fbmsn_image\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/charlette-rowe-A-20190907-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:82:\"https://buzz-caribbean.com/article/jamaican-athlete-plans-to-play-hockey-in-china/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:82:\"https://buzz-caribbean.com/article/jamaican-athlete-plans-to-play-hockey-in-china/\";s:16:\"desktop_bigimage\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/charlette-rowe-A-20190907-300x177.jpg\";s:12:\"desktop_icon\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/charlette-rowe-A-20190907-150x150.jpg\";s:4:\"name\";s:46:\"Jamaican athlete plans to play hockey in China\";s:7:\"post_id\";s:4:\"7998\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(338,'','Zendaya: Fashion has made me \'fearless\'','custom','Zendaya: Fashion has made me \'fearless\'','2019-09-08 08:38:07','2019-09-08 08:38:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:39:\"Zendaya: Fashion has made me \'fearless\'\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/zendaya-BBB-20190907-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8003\",\"post_id\":\"8003\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:88:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/zendaya-fashion-has-made-me-fearless\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:101:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/zendaya-BBB-20190907-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:72:\"https://buzz-caribbean.com/article/zendaya-fashion-has-made-me-fearless/\";s:11:\"fbmsn_image\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/zendaya-BBB-20190907-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:72:\"https://buzz-caribbean.com/article/zendaya-fashion-has-made-me-fearless/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:72:\"https://buzz-caribbean.com/article/zendaya-fashion-has-made-me-fearless/\";s:16:\"desktop_bigimage\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/zendaya-BBB-20190907-300x195.jpg\";s:12:\"desktop_icon\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/zendaya-BBB-20190907-150x150.jpg\";s:4:\"name\";s:39:\"Zendaya: Fashion has made me \'fearless\'\";s:7:\"post_id\";s:4:\"8003\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(339,'','Lesson learnt: Animecom Fest makes big return for 2019','custom','Lesson learnt: Animecom Fest makes big return for 2019','2019-09-08 09:38:38','2019-09-08 09:38:38',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:54:\"Lesson learnt: Animecom Fest makes big return for 2019\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/Animecom-Fest-CCCC-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8007\",\"post_id\":\"8007\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:105:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/lesson-learnt-animecom-fest-makes-big-return-for-2019\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:99:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Animecom-Fest-CCCC-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:89:\"https://buzz-caribbean.com/article/lesson-learnt-animecom-fest-makes-big-return-for-2019/\";s:11:\"fbmsn_image\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/Animecom-Fest-CCCC-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:89:\"https://buzz-caribbean.com/article/lesson-learnt-animecom-fest-makes-big-return-for-2019/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:89:\"https://buzz-caribbean.com/article/lesson-learnt-animecom-fest-makes-big-return-for-2019/\";s:16:\"desktop_bigimage\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/Animecom-Fest-CCCC-300x224.jpg\";s:12:\"desktop_icon\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/Animecom-Fest-CCCC-150x150.jpg\";s:4:\"name\";s:54:\"Lesson learnt: Animecom Fest makes big return for 2019\";s:7:\"post_id\";s:4:\"8007\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(340,'','Every time the Duchess of Sussex turns up to support her friend Serena Williams in a Grand Slam final, she loses','custom','Every time the Duchess of Sussex turns up to support her friend Serena Williams in a Grand Slam final, she loses','2019-09-08 10:08:11','2019-09-08 10:08:11',0,'','a:46:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:112:\"Every time the Duchess of Sussex turns up to support her friend Serena Williams in a Grand Slam final, she loses\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:0:\"\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"7977\",\"post_id\":\"7977\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:163:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/every-time-the-duchess-of-sussex-turns-up-to-support-her-friend-serena-williams-in-a-grand-slam-final-she-loses\\/\"}\";s:13:\"wp_extra_type\";s:0:\"\";s:13:\"wp_extravalue\";s:0:\"\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:147:\"https://buzz-caribbean.com/article/every-time-the-duchess-of-sussex-turns-up-to-support-her-friend-serena-williams-in-a-grand-slam-final-she-loses/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:147:\"https://buzz-caribbean.com/article/every-time-the-duchess-of-sussex-turns-up-to-support-her-friend-serena-williams-in-a-grand-slam-final-she-loses/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:147:\"https://buzz-caribbean.com/article/every-time-the-duchess-of-sussex-turns-up-to-support-her-friend-serena-williams-in-a-grand-slam-final-she-loses/\";s:4:\"name\";s:112:\"Every time the Duchess of Sussex turns up to support her friend Serena Williams in a Grand Slam final, she loses\";s:7:\"post_id\";s:4:\"7977\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(341,'','PNP got it wrong? BUZZ readers chose Bunting over Phillips','custom','PNP got it wrong? BUZZ readers chose Bunting over Phillips','2019-09-08 10:08:11','2019-09-08 10:08:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:58:\"PNP got it wrong? BUZZ readers chose Bunting over Phillips\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:101:\"https://buzz-caribbean.com/app/uploads/2019/09/PNP-Phillips-Bunting-Leadership-Election-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8030\",\"post_id\":\"8030\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:109:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/pnp-got-it-wrong-buzz-readers-chose-bunting-over-phillips\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:123:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/PNP-Phillips-Bunting-Leadership-Election-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:93:\"https://buzz-caribbean.com/article/pnp-got-it-wrong-buzz-readers-chose-bunting-over-phillips/\";s:11:\"fbmsn_image\";s:101:\"https://buzz-caribbean.com/app/uploads/2019/09/PNP-Phillips-Bunting-Leadership-Election-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:93:\"https://buzz-caribbean.com/article/pnp-got-it-wrong-buzz-readers-chose-bunting-over-phillips/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:93:\"https://buzz-caribbean.com/article/pnp-got-it-wrong-buzz-readers-chose-bunting-over-phillips/\";s:4:\"name\";s:58:\"PNP got it wrong? BUZZ readers chose Bunting over Phillips\";s:7:\"post_id\";s:4:\"8030\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:16:\"desktop_bigimage\";s:101:\"https://buzz-caribbean.com/app/uploads/2019/09/PNP-Phillips-Bunting-Leadership-Election-1-300x180.jpg\";s:12:\"desktop_icon\";s:101:\"https://buzz-caribbean.com/app/uploads/2019/09/PNP-Phillips-Bunting-Leadership-Election-1-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(342,'','Portia says it\'s time for the PNP to unite','custom','Portia says it\'s time for the PNP to unite','2019-09-08 11:23:07','2019-09-08 11:23:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:42:\"Portia says it\'s time for the PNP to unite\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/pm-simpson-miller-new-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8037\",\"post_id\":\"8037\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:93:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/portia-says-its-time-for-the-pnp-to-unite\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:104:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/pm-simpson-miller-new-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:77:\"https://buzz-caribbean.com/article/portia-says-its-time-for-the-pnp-to-unite/\";s:11:\"fbmsn_image\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/pm-simpson-miller-new-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:77:\"https://buzz-caribbean.com/article/portia-says-its-time-for-the-pnp-to-unite/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:77:\"https://buzz-caribbean.com/article/portia-says-its-time-for-the-pnp-to-unite/\";s:16:\"desktop_bigimage\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/pm-simpson-miller-new-1-300x259.jpg\";s:12:\"desktop_icon\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/pm-simpson-miller-new-1-150x150.jpg\";s:4:\"name\";s:42:\"Portia says it\'s time for the PNP to unite\";s:7:\"post_id\";s:4:\"8037\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(343,'','Political analyst says Phillips should embrace Bunting’s ideas to move the PNP forward','custom','Political analyst says Phillips should embrace Bunting’s ideas to move the PNP forward','2019-09-08 12:23:10','2019-09-08 12:23:10',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:88:\"Political analyst says Phillips should embrace Bunting’s ideas to move the PNP forward\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/dr-peter-phillips-buzz-NEW-819x1024-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8048\",\"post_id\":\"8048\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:137:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/political-analyst-says-phillips-should-embrace-buntings-ideas-to-move-the-pnp-forward\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:116:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/dr-peter-phillips-buzz-NEW-819x1024-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:121:\"https://buzz-caribbean.com/article/political-analyst-says-phillips-should-embrace-buntings-ideas-to-move-the-pnp-forward/\";s:11:\"fbmsn_image\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/dr-peter-phillips-buzz-NEW-819x1024-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:121:\"https://buzz-caribbean.com/article/political-analyst-says-phillips-should-embrace-buntings-ideas-to-move-the-pnp-forward/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:121:\"https://buzz-caribbean.com/article/political-analyst-says-phillips-should-embrace-buntings-ideas-to-move-the-pnp-forward/\";s:16:\"desktop_bigimage\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/dr-peter-phillips-buzz-NEW-819x1024-300x275.jpg\";s:12:\"desktop_icon\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/dr-peter-phillips-buzz-NEW-819x1024-150x150.jpg\";s:4:\"name\";s:88:\"Political analyst says Phillips should embrace Bunting’s ideas to move the PNP forward\";s:7:\"post_id\";s:4:\"8048\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(344,'','Molynes go for another top scalp in RSPL','custom','Molynes go for another top scalp in RSPL','2019-09-08 12:53:13','2019-09-08 12:53:13',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:40:\"Molynes go for another top scalp in RSPL\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/red-stripe-premier-league-logo-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8041\",\"post_id\":\"8041\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:92:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/molynes-go-for-another-top-scalp-in-rspl\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:111:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/red-stripe-premier-league-logo-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:76:\"https://buzz-caribbean.com/article/molynes-go-for-another-top-scalp-in-rspl/\";s:11:\"fbmsn_image\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/red-stripe-premier-league-logo-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:76:\"https://buzz-caribbean.com/article/molynes-go-for-another-top-scalp-in-rspl/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:76:\"https://buzz-caribbean.com/article/molynes-go-for-another-top-scalp-in-rspl/\";s:16:\"desktop_bigimage\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/red-stripe-premier-league-logo-300x196.jpg\";s:12:\"desktop_icon\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/red-stripe-premier-league-logo-150x150.jpg\";s:4:\"name\";s:40:\"Molynes go for another top scalp in RSPL\";s:7:\"post_id\";s:4:\"8041\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(345,'','Phillips details his drive to build a younger PNP','custom','Phillips details his drive to build a younger PNP','2019-09-08 13:23:09','2019-09-08 13:23:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:49:\"Phillips details his drive to build a younger PNP\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8052\",\"post_id\":\"8052\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:101:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/phillips-details-his-drive-to-build-a-younger-pnp\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:96:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/pnp-pete-pete12-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:85:\"https://buzz-caribbean.com/article/phillips-details-his-drive-to-build-a-younger-pnp/\";s:11:\"fbmsn_image\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:85:\"https://buzz-caribbean.com/article/phillips-details-his-drive-to-build-a-younger-pnp/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:85:\"https://buzz-caribbean.com/article/phillips-details-his-drive-to-build-a-younger-pnp/\";s:16:\"desktop_bigimage\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-300x200.jpg\";s:12:\"desktop_icon\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-pete-pete12-150x150.jpg\";s:4:\"name\";s:49:\"Phillips details his drive to build a younger PNP\";s:7:\"post_id\";s:4:\"8052\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(346,'','Stewart sprints to victory in St Elizabeth','custom','Stewart sprints to victory in St Elizabeth','2019-09-08 13:38:18','2019-09-08 13:38:18',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:42:\"Stewart sprints to victory in St Elizabeth\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/rallysport-Timothy_0188-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8012\",\"post_id\":\"8012\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:94:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/stewart-sprints-to-victory-in-st-elizabeth\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:104:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/rallysport-Timothy_0188-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:78:\"https://buzz-caribbean.com/article/stewart-sprints-to-victory-in-st-elizabeth/\";s:11:\"fbmsn_image\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/rallysport-Timothy_0188-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:78:\"https://buzz-caribbean.com/article/stewart-sprints-to-victory-in-st-elizabeth/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:78:\"https://buzz-caribbean.com/article/stewart-sprints-to-victory-in-st-elizabeth/\";s:16:\"desktop_bigimage\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/rallysport-Timothy_0188-300x224.jpg\";s:12:\"desktop_icon\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/rallysport-Timothy_0188-150x150.jpg\";s:4:\"name\";s:42:\"Stewart sprints to victory in St Elizabeth\";s:7:\"post_id\";s:4:\"8012\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(347,'','Willow Smith praises parents for helping her through \'dark times\'','custom','Willow Smith praises parents for helping her through \'dark times\'','2019-09-08 14:39:32','2019-09-08 14:39:32',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:65:\"Willow Smith praises parents for helping her through \'dark times\'\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/willow-jada-smith-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8018\",\"post_id\":\"8018\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:115:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/willow-smith-praises-parents-for-helping-her-through-dark-times\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:98:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/willow-jada-smith-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:99:\"https://buzz-caribbean.com/article/willow-smith-praises-parents-for-helping-her-through-dark-times/\";s:11:\"fbmsn_image\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/willow-jada-smith-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:99:\"https://buzz-caribbean.com/article/willow-smith-praises-parents-for-helping-her-through-dark-times/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:99:\"https://buzz-caribbean.com/article/willow-smith-praises-parents-for-helping-her-through-dark-times/\";s:16:\"desktop_bigimage\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/willow-jada-smith-300x195.jpg\";s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/willow-jada-smith-150x150.jpg\";s:4:\"name\";s:65:\"Willow Smith praises parents for helping her through \'dark times\'\";s:7:\"post_id\";s:4:\"8018\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(348,'','Trelawny gets donation from JN Foundation','custom','Trelawny gets donation from JN Foundation','2019-09-08 15:53:33','2019-09-08 15:53:33',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:41:\"Trelawny gets donation from JN Foundation\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/09/falmouth-JN-Foundation-donation-AAAA-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8021\",\"post_id\":\"8021\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:93:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/trelawny-gets-donation-from-jn-foundation\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:117:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/falmouth-JN-Foundation-donation-AAAA-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:77:\"https://buzz-caribbean.com/article/trelawny-gets-donation-from-jn-foundation/\";s:11:\"fbmsn_image\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/09/falmouth-JN-Foundation-donation-AAAA-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:77:\"https://buzz-caribbean.com/article/trelawny-gets-donation-from-jn-foundation/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:77:\"https://buzz-caribbean.com/article/trelawny-gets-donation-from-jn-foundation/\";s:16:\"desktop_bigimage\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/09/falmouth-JN-Foundation-donation-AAAA-300x200.jpg\";s:12:\"desktop_icon\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/09/falmouth-JN-Foundation-donation-AAAA-150x150.jpg\";s:4:\"name\";s:41:\"Trelawny gets donation from JN Foundation\";s:7:\"post_id\";s:4:\"8021\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(349,'','Jamaican exporters targeting  Latin American and Caribbean markets','custom','Jamaican exporters targeting  Latin American and Caribbean markets','2019-09-08 16:38:42','2019-09-08 16:38:42',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:66:\"Jamaican exporters targeting  Latin American and Caribbean markets\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/JAMPRO-diane-edwards-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8045\",\"post_id\":\"8045\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:117:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jamaican-exporters-targeting-latin-american-and-caribbean-markets\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:101:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/JAMPRO-diane-edwards-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:101:\"https://buzz-caribbean.com/article/jamaican-exporters-targeting-latin-american-and-caribbean-markets/\";s:11:\"fbmsn_image\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/JAMPRO-diane-edwards-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:101:\"https://buzz-caribbean.com/article/jamaican-exporters-targeting-latin-american-and-caribbean-markets/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:101:\"https://buzz-caribbean.com/article/jamaican-exporters-targeting-latin-american-and-caribbean-markets/\";s:16:\"desktop_bigimage\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/JAMPRO-diane-edwards-300x200.jpg\";s:12:\"desktop_icon\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/JAMPRO-diane-edwards-150x150.jpg\";s:4:\"name\";s:66:\"Jamaican exporters targeting  Latin American and Caribbean markets\";s:7:\"post_id\";s:4:\"8045\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(350,'','Kevin Hart is \'doing fine\' after car crash','custom','Kevin Hart is \'doing fine\' after car crash','2019-09-08 17:38:11','2019-09-08 17:38:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:42:\"Kevin Hart is \'doing fine\' after car crash\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/09/kevin-hart-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8060\",\"post_id\":\"8060\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:92:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/kevin-hart-is-doing-fine-after-car-crash\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:91:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/kevin-hart-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:76:\"https://buzz-caribbean.com/article/kevin-hart-is-doing-fine-after-car-crash/\";s:11:\"fbmsn_image\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/09/kevin-hart-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:76:\"https://buzz-caribbean.com/article/kevin-hart-is-doing-fine-after-car-crash/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:76:\"https://buzz-caribbean.com/article/kevin-hart-is-doing-fine-after-car-crash/\";s:16:\"desktop_bigimage\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/09/kevin-hart-300x195.jpg\";s:12:\"desktop_icon\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/09/kevin-hart-150x150.jpg\";s:4:\"name\";s:42:\"Kevin Hart is \'doing fine\' after car crash\";s:7:\"post_id\";s:4:\"8060\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(351,'','Ibex opens third location in Jamaica','custom','Ibex opens third location in Jamaica','2019-09-08 18:38:15','2019-09-08 18:38:15',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:36:\"Ibex opens third location in Jamaica\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/Ibex-20190908-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8063\",\"post_id\":\"8063\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:88:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/ibex-opens-third-location-in-jamaica\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:94:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Ibex-20190908-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:72:\"https://buzz-caribbean.com/article/ibex-opens-third-location-in-jamaica/\";s:11:\"fbmsn_image\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/Ibex-20190908-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:72:\"https://buzz-caribbean.com/article/ibex-opens-third-location-in-jamaica/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:72:\"https://buzz-caribbean.com/article/ibex-opens-third-location-in-jamaica/\";s:16:\"desktop_bigimage\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/Ibex-20190908-300x258.jpg\";s:12:\"desktop_icon\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/Ibex-20190908-150x150.jpg\";s:4:\"name\";s:36:\"Ibex opens third location in Jamaica\";s:7:\"post_id\";s:4:\"8063\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(352,'','Jamaican Canadian Association joins ‘Miss Lou’ celebrations','custom','Jamaican Canadian Association joins ‘Miss Lou’ celebrations','2019-09-08 19:23:32','2019-09-08 19:23:32',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:63:\"Jamaican Canadian Association joins ‘Miss Lou’ celebrations\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:100:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-canadian-association-NEW-20190908-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8066\",\"post_id\":\"8066\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:109:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jamaican-canadian-association-joins-miss-lou-celebrations\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:122:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/jamaica-canadian-association-NEW-20190908-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:93:\"https://buzz-caribbean.com/article/jamaican-canadian-association-joins-miss-lou-celebrations/\";s:11:\"fbmsn_image\";s:100:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-canadian-association-NEW-20190908-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:93:\"https://buzz-caribbean.com/article/jamaican-canadian-association-joins-miss-lou-celebrations/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:93:\"https://buzz-caribbean.com/article/jamaican-canadian-association-joins-miss-lou-celebrations/\";s:16:\"desktop_bigimage\";s:100:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-canadian-association-NEW-20190908-300x200.jpg\";s:12:\"desktop_icon\";s:100:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-canadian-association-NEW-20190908-150x150.jpg\";s:4:\"name\";s:63:\"Jamaican Canadian Association joins ‘Miss Lou’ celebrations\";s:7:\"post_id\";s:4:\"8066\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(353,'','Etana receives backlash for calling Nikki Z ‘industry mattress’','custom','Etana receives backlash for calling Nikki Z ‘industry mattress’','2019-09-08 20:38:07','2019-09-08 20:38:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:67:\"Etana receives backlash for calling Nikki Z ‘industry mattress’\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/etana-20190908C-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8069\",\"post_id\":\"8069\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:113:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/etana-receives-backlash-for-calling-nikki-z-industry-mattress\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:96:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/etana-20190908C-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:97:\"https://buzz-caribbean.com/article/etana-receives-backlash-for-calling-nikki-z-industry-mattress/\";s:11:\"fbmsn_image\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/etana-20190908C-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:97:\"https://buzz-caribbean.com/article/etana-receives-backlash-for-calling-nikki-z-industry-mattress/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:97:\"https://buzz-caribbean.com/article/etana-receives-backlash-for-calling-nikki-z-industry-mattress/\";s:16:\"desktop_bigimage\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/etana-20190908C-300x169.jpg\";s:12:\"desktop_icon\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/etana-20190908C-150x150.jpg\";s:4:\"name\";s:67:\"Etana receives backlash for calling Nikki Z ‘industry mattress’\";s:7:\"post_id\";s:4:\"8069\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(354,'','Exciting start to the schoolboy football season','custom','Exciting start to the schoolboy football season','2019-09-08 21:38:46','2019-09-08 21:38:46',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:47:\"Exciting start to the schoolboy football season\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-A-NEW-20190908-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8074\",\"post_id\":\"8074\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:99:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/exciting-start-to-the-schoolboy-football-season\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:114:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/schoolboy-football-A-NEW-20190908-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:83:\"https://buzz-caribbean.com/article/exciting-start-to-the-schoolboy-football-season/\";s:11:\"fbmsn_image\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-A-NEW-20190908-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:83:\"https://buzz-caribbean.com/article/exciting-start-to-the-schoolboy-football-season/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:83:\"https://buzz-caribbean.com/article/exciting-start-to-the-schoolboy-football-season/\";s:16:\"desktop_bigimage\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-A-NEW-20190908-300x200.jpg\";s:12:\"desktop_icon\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/schoolboy-football-A-NEW-20190908-150x150.jpg\";s:4:\"name\";s:47:\"Exciting start to the schoolboy football season\";s:7:\"post_id\";s:4:\"8074\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(355,'','Kendall Jenner \'missing\' the catwalk','custom','Kendall Jenner \'missing\' the catwalk','2019-09-08 22:23:07','2019-09-08 22:23:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:36:\"Kendall Jenner \'missing\' the catwalk\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/09/kendall-jenner-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8078\",\"post_id\":\"8078\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:86:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/kendall-jenner-missing-the-catwalk\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:95:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/kendall-jenner-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:70:\"https://buzz-caribbean.com/article/kendall-jenner-missing-the-catwalk/\";s:11:\"fbmsn_image\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/09/kendall-jenner-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:70:\"https://buzz-caribbean.com/article/kendall-jenner-missing-the-catwalk/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:70:\"https://buzz-caribbean.com/article/kendall-jenner-missing-the-catwalk/\";s:16:\"desktop_bigimage\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/09/kendall-jenner-300x195.jpg\";s:12:\"desktop_icon\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/09/kendall-jenner-150x150.jpg\";s:4:\"name\";s:36:\"Kendall Jenner \'missing\' the catwalk\";s:7:\"post_id\";s:4:\"8078\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(356,'','Although he died in 2007, Tina Turner can\'t forgive Ike Turner','custom','Although he died in 2007, Tina Turner can\'t forgive Ike Turner','2019-09-09 10:53:10','2019-09-09 10:53:10',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:62:\"Although he died in 2007, Tina Turner can\'t forgive Ike Turner\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/tina-turner-20190909-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8083\",\"post_id\":\"8083\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:112:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/although-he-died-in-2007-tina-turner-cant-forgive-ike-turner\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:101:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/tina-turner-20190909-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:96:\"https://buzz-caribbean.com/article/although-he-died-in-2007-tina-turner-cant-forgive-ike-turner/\";s:11:\"fbmsn_image\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/tina-turner-20190909-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:96:\"https://buzz-caribbean.com/article/although-he-died-in-2007-tina-turner-cant-forgive-ike-turner/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:96:\"https://buzz-caribbean.com/article/although-he-died-in-2007-tina-turner-cant-forgive-ike-turner/\";s:16:\"desktop_bigimage\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/tina-turner-20190909-300x195.jpg\";s:12:\"desktop_icon\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/tina-turner-20190909-150x150.jpg\";s:4:\"name\";s:62:\"Although he died in 2007, Tina Turner can\'t forgive Ike Turner\";s:7:\"post_id\";s:4:\"8083\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(357,'','Come out of the vehicle! Students urged to avoid reckless drivers','custom','Come out of the vehicle! Students urged to avoid reckless drivers','2019-09-09 11:23:21','2019-09-09 11:23:21',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:65:\"Come out of the vehicle! Students urged to avoid reckless drivers\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/Kenute-Hare-DSC_1189-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8086\",\"post_id\":\"8086\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:116:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/come-out-of-the-vehicle-students-urged-to-avoid-reckless-drivers\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:101:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Kenute-Hare-DSC_1189-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:100:\"https://buzz-caribbean.com/article/come-out-of-the-vehicle-students-urged-to-avoid-reckless-drivers/\";s:11:\"fbmsn_image\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/Kenute-Hare-DSC_1189-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:100:\"https://buzz-caribbean.com/article/come-out-of-the-vehicle-students-urged-to-avoid-reckless-drivers/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:100:\"https://buzz-caribbean.com/article/come-out-of-the-vehicle-students-urged-to-avoid-reckless-drivers/\";s:16:\"desktop_bigimage\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/Kenute-Hare-DSC_1189-300x200.jpg\";s:12:\"desktop_icon\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/Kenute-Hare-DSC_1189-150x150.jpg\";s:4:\"name\";s:65:\"Come out of the vehicle! Students urged to avoid reckless drivers\";s:7:\"post_id\";s:4:\"8086\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(358,'','Warren Weir proposes to girlfriend Alexan','custom','Warren Weir proposes to girlfriend Alexan','2019-09-09 12:38:16','2019-09-09 12:38:16',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:41:\"Warren Weir proposes to girlfriend Alexan\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/warren-weir-engagement-A-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8089\",\"post_id\":\"8089\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:93:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/warren-weir-proposes-to-girlfriend-alexan\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:105:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/warren-weir-engagement-A-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:77:\"https://buzz-caribbean.com/article/warren-weir-proposes-to-girlfriend-alexan/\";s:11:\"fbmsn_image\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/warren-weir-engagement-A-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:77:\"https://buzz-caribbean.com/article/warren-weir-proposes-to-girlfriend-alexan/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:77:\"https://buzz-caribbean.com/article/warren-weir-proposes-to-girlfriend-alexan/\";s:16:\"desktop_bigimage\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/warren-weir-engagement-A-300x200.jpg\";s:12:\"desktop_icon\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/warren-weir-engagement-A-150x150.jpg\";s:4:\"name\";s:41:\"Warren Weir proposes to girlfriend Alexan\";s:7:\"post_id\";s:4:\"8089\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(359,'','Cardi B slams critics of her plastic surgery','custom','Cardi B slams critics of her plastic surgery','2019-09-09 12:53:07','2019-09-09 12:53:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:44:\"Cardi B slams critics of her plastic surgery\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/cardi-B-20190909-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8096\",\"post_id\":\"8096\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:96:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/cardi-b-slams-critics-of-her-plastic-surgery\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:97:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/cardi-B-20190909-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:80:\"https://buzz-caribbean.com/article/cardi-b-slams-critics-of-her-plastic-surgery/\";s:11:\"fbmsn_image\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/cardi-B-20190909-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:80:\"https://buzz-caribbean.com/article/cardi-b-slams-critics-of-her-plastic-surgery/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:80:\"https://buzz-caribbean.com/article/cardi-b-slams-critics-of-her-plastic-surgery/\";s:16:\"desktop_bigimage\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/cardi-B-20190909-300x195.jpg\";s:12:\"desktop_icon\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/cardi-B-20190909-150x150.jpg\";s:4:\"name\";s:44:\"Cardi B slams critics of her plastic surgery\";s:7:\"post_id\";s:4:\"8096\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(360,'','Konshens hits Billboard with \'Bad Man vs Nice Guy\'','custom','Konshens hits Billboard with \'Bad Man vs Nice Guy\'','2019-09-09 13:08:16','2019-09-09 13:08:16',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:50:\"Konshens hits Billboard with \'Bad Man vs Nice Guy\'\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/Konshens-Buzz-Caribbean-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8100\",\"post_id\":\"8100\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:100:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/konshens-hits-billboard-with-bad-man-vs-nice-guy\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:104:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Konshens-Buzz-Caribbean-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:84:\"https://buzz-caribbean.com/article/konshens-hits-billboard-with-bad-man-vs-nice-guy/\";s:11:\"fbmsn_image\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/Konshens-Buzz-Caribbean-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:84:\"https://buzz-caribbean.com/article/konshens-hits-billboard-with-bad-man-vs-nice-guy/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:84:\"https://buzz-caribbean.com/article/konshens-hits-billboard-with-bad-man-vs-nice-guy/\";s:16:\"desktop_bigimage\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/Konshens-Buzz-Caribbean-300x180.jpg\";s:12:\"desktop_icon\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/Konshens-Buzz-Caribbean-150x150.jpg\";s:4:\"name\";s:50:\"Konshens hits Billboard with \'Bad Man vs Nice Guy\'\";s:7:\"post_id\";s:4:\"8100\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(361,'','More casualties: Peter Bunting, Mark Golding resign','custom','More casualties: Peter Bunting, Mark Golding resign','2019-09-09 13:38:07','2019-09-09 13:38:07',0,'','a:46:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:51:\"More casualties: Peter Bunting, Mark Golding resign\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:0:\"\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8105\",\"post_id\":\"8105\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:101:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/more-casualties-peter-bunting-mark-golding-resign\\/\"}\";s:13:\"wp_extra_type\";s:0:\"\";s:13:\"wp_extravalue\";s:0:\"\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:85:\"https://buzz-caribbean.com/article/more-casualties-peter-bunting-mark-golding-resign/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:85:\"https://buzz-caribbean.com/article/more-casualties-peter-bunting-mark-golding-resign/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:85:\"https://buzz-caribbean.com/article/more-casualties-peter-bunting-mark-golding-resign/\";s:4:\"name\";s:51:\"More casualties: Peter Bunting, Mark Golding resign\";s:7:\"post_id\";s:4:\"8105\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(362,'','Jamaica edges Colombia to claim 2019 Amerigol LATAM ice hockey cup','custom','Jamaica edges Colombia to claim 2019 Amerigol LATAM ice hockey cup','2019-09-09 13:53:12','2019-09-09 13:53:12',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:66:\"Jamaica edges Colombia to claim 2019 Amerigol LATAM ice hockey cup\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-hockey-buzz-demo-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8103\",\"post_id\":\"8103\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:118:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jamaica-edges-colombia-to-claim-2019-amerigol-latam-ice-hockey-cup\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:105:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/jamaica-hockey-buzz-demo-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:102:\"https://buzz-caribbean.com/article/jamaica-edges-colombia-to-claim-2019-amerigol-latam-ice-hockey-cup/\";s:11:\"fbmsn_image\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-hockey-buzz-demo-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:102:\"https://buzz-caribbean.com/article/jamaica-edges-colombia-to-claim-2019-amerigol-latam-ice-hockey-cup/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:102:\"https://buzz-caribbean.com/article/jamaica-edges-colombia-to-claim-2019-amerigol-latam-ice-hockey-cup/\";s:16:\"desktop_bigimage\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-hockey-buzz-demo-300x133.jpg\";s:12:\"desktop_icon\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-hockey-buzz-demo-150x150.jpg\";s:4:\"name\";s:66:\"Jamaica edges Colombia to claim 2019 Amerigol LATAM ice hockey cup\";s:7:\"post_id\";s:4:\"8103\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(363,'','Phillips to tackle vote-buying','custom','Phillips to tackle vote-buying','2019-09-09 14:23:10','2019-09-09 14:23:10',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:30:\"Phillips to tackle vote-buying\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/09/peter-phillips-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8101\",\"post_id\":\"8101\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:82:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/phillips-to-tackle-vote-buying\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:95:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/peter-phillips-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:66:\"https://buzz-caribbean.com/article/phillips-to-tackle-vote-buying/\";s:11:\"fbmsn_image\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/09/peter-phillips-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:66:\"https://buzz-caribbean.com/article/phillips-to-tackle-vote-buying/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:66:\"https://buzz-caribbean.com/article/phillips-to-tackle-vote-buying/\";s:16:\"desktop_bigimage\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/09/peter-phillips-300x200.jpg\";s:12:\"desktop_icon\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/09/peter-phillips-150x150.jpg\";s:4:\"name\";s:30:\"Phillips to tackle vote-buying\";s:7:\"post_id\";s:4:\"8101\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(364,'','Dr Peter Phillips asks shadow cabinet members to remain in their posts','custom','Dr Peter Phillips asks shadow cabinet members to remain in their posts','2019-09-09 14:53:09','2019-09-09 14:53:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:70:\"Dr Peter Phillips asks shadow cabinet members to remain in their posts\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/dr-peter-phillips-buzz-NEW-819x1024-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8123\",\"post_id\":\"8123\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:122:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/dr-peter-phillips-asks-shadow-cabinet-members-to-remain-in-their-posts\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:116:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/dr-peter-phillips-buzz-NEW-819x1024-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:106:\"https://buzz-caribbean.com/article/dr-peter-phillips-asks-shadow-cabinet-members-to-remain-in-their-posts/\";s:11:\"fbmsn_image\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/dr-peter-phillips-buzz-NEW-819x1024-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:106:\"https://buzz-caribbean.com/article/dr-peter-phillips-asks-shadow-cabinet-members-to-remain-in-their-posts/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:106:\"https://buzz-caribbean.com/article/dr-peter-phillips-asks-shadow-cabinet-members-to-remain-in-their-posts/\";s:16:\"desktop_bigimage\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/dr-peter-phillips-buzz-NEW-819x1024-300x275.jpg\";s:12:\"desktop_icon\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/dr-peter-phillips-buzz-NEW-819x1024-150x150.jpg\";s:4:\"name\";s:70:\"Dr Peter Phillips asks shadow cabinet members to remain in their posts\";s:7:\"post_id\";s:4:\"8123\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(365,'','Let\'s protect our city: MoBay Chamber of Commerce head wants all hands on deck','custom','Let\'s protect our city: MoBay Chamber of Commerce head wants all hands on deck','2019-09-09 14:53:09','2019-09-09 14:53:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:78:\"Let\'s protect our city: MoBay Chamber of Commerce head wants all hands on deck\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/SilveraChamber-of-Commerce-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8120\",\"post_id\":\"8120\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:128:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/lets-protect-our-city-mobay-chamber-of-commerce-head-wants-all-hands-on-deck\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:107:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/SilveraChamber-of-Commerce-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:112:\"https://buzz-caribbean.com/article/lets-protect-our-city-mobay-chamber-of-commerce-head-wants-all-hands-on-deck/\";s:11:\"fbmsn_image\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/SilveraChamber-of-Commerce-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:112:\"https://buzz-caribbean.com/article/lets-protect-our-city-mobay-chamber-of-commerce-head-wants-all-hands-on-deck/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:112:\"https://buzz-caribbean.com/article/lets-protect-our-city-mobay-chamber-of-commerce-head-wants-all-hands-on-deck/\";s:16:\"desktop_bigimage\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/SilveraChamber-of-Commerce-300x200.jpg\";s:12:\"desktop_icon\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/SilveraChamber-of-Commerce-150x150.jpg\";s:4:\"name\";s:78:\"Let\'s protect our city: MoBay Chamber of Commerce head wants all hands on deck\";s:7:\"post_id\";s:4:\"8120\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(366,'','Rihanna to drop ninth album in December','custom','Rihanna to drop ninth album in December','2019-09-09 15:23:07','2019-09-09 15:23:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:39:\"Rihanna to drop ninth album in December\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8128\",\"post_id\":\"8128\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:91:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/rihanna-to-drop-ninth-album-in-december\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:88:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Rihanna-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:75:\"https://buzz-caribbean.com/article/rihanna-to-drop-ninth-album-in-december/\";s:11:\"fbmsn_image\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:75:\"https://buzz-caribbean.com/article/rihanna-to-drop-ninth-album-in-december/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:75:\"https://buzz-caribbean.com/article/rihanna-to-drop-ninth-album-in-december/\";s:16:\"desktop_bigimage\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-300x200.jpg\";s:12:\"desktop_icon\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-150x150.jpg\";s:4:\"name\";s:39:\"Rihanna to drop ninth album in December\";s:7:\"post_id\";s:4:\"8128\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(367,'','Doctor Sleep: ‘The Shining’ sequel no one saw coming but horror needed','custom','Doctor Sleep: ‘The Shining’ sequel no one saw coming but horror needed','2019-09-09 15:23:07','2019-09-09 15:23:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:74:\"Doctor Sleep: ‘The Shining’ sequel no one saw coming but horror needed\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8124\",\"post_id\":\"8124\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:119:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/doctor-sleep-the-shining-sequel-no-one-saw-coming-but-horror-needed\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:88:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Rihanna-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:103:\"https://buzz-caribbean.com/article/doctor-sleep-the-shining-sequel-no-one-saw-coming-but-horror-needed/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:103:\"https://buzz-caribbean.com/article/doctor-sleep-the-shining-sequel-no-one-saw-coming-but-horror-needed/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:103:\"https://buzz-caribbean.com/article/doctor-sleep-the-shining-sequel-no-one-saw-coming-but-horror-needed/\";s:16:\"desktop_bigimage\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-300x200.jpg\";s:12:\"desktop_icon\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/08/Rihanna-150x150.jpg\";s:4:\"name\";s:74:\"Doctor Sleep: ‘The Shining’ sequel no one saw coming but horror needed\";s:7:\"post_id\";s:4:\"8124\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(368,'','Home insurance — a need or want in the Caribbean?','custom','Home insurance — a need or want in the Caribbean?','2019-09-09 15:23:07','2019-09-09 15:23:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:51:\"Home insurance — a need or want in the Caribbean?\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Home-Destruction-Buzz-Caribbean-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8097\",\"post_id\":\"8097\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:98:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/home-insurance-a-need-or-want-in-the-caribbean\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:112:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Home-Destruction-Buzz-Caribbean-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:82:\"https://buzz-caribbean.com/article/home-insurance-a-need-or-want-in-the-caribbean/\";s:11:\"fbmsn_image\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Home-Destruction-Buzz-Caribbean-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:82:\"https://buzz-caribbean.com/article/home-insurance-a-need-or-want-in-the-caribbean/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:82:\"https://buzz-caribbean.com/article/home-insurance-a-need-or-want-in-the-caribbean/\";s:16:\"desktop_bigimage\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Home-Destruction-Buzz-Caribbean-300x180.jpg\";s:12:\"desktop_icon\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Home-Destruction-Buzz-Caribbean-150x150.jpg\";s:4:\"name\";s:51:\"Home insurance — a need or want in the Caribbean?\";s:7:\"post_id\";s:4:\"8097\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(369,'','Shereita shows experience on \'Conversations In Key\'','custom','Shereita shows experience on \'Conversations In Key\'','2019-09-09 16:38:07','2019-09-09 16:38:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:51:\"Shereita shows experience on \'Conversations In Key\'\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/shereita-singer-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8160\",\"post_id\":\"8160\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:101:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/shereita-shows-experience-on-conversations-in-key\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:96:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/shereita-singer-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:85:\"https://buzz-caribbean.com/article/shereita-shows-experience-on-conversations-in-key/\";s:11:\"fbmsn_image\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/shereita-singer-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:85:\"https://buzz-caribbean.com/article/shereita-shows-experience-on-conversations-in-key/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:85:\"https://buzz-caribbean.com/article/shereita-shows-experience-on-conversations-in-key/\";s:16:\"desktop_bigimage\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/shereita-singer-240x300.jpg\";s:12:\"desktop_icon\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/shereita-singer-150x150.jpg\";s:4:\"name\";s:51:\"Shereita shows experience on \'Conversations In Key\'\";s:7:\"post_id\";s:4:\"8160\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(370,'','What to expect from iPhone\'s special event tomorrow','custom','What to expect from iPhone\'s special event tomorrow','2019-09-09 16:38:07','2019-09-09 16:38:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:51:\"What to expect from iPhone\'s special event tomorrow\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:115:\"https://buzz-caribbean.com/app/uploads/2019/09/Apple-ios-13-home-screen-iphone-xs-06032019_big_large_2x-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8156\",\"post_id\":\"8156\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:102:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/what-to-expect-from-iphones-special-event-tomorrow\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:137:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Apple-ios-13-home-screen-iphone-xs-06032019_big_large_2x-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:86:\"https://buzz-caribbean.com/article/what-to-expect-from-iphones-special-event-tomorrow/\";s:11:\"fbmsn_image\";s:115:\"https://buzz-caribbean.com/app/uploads/2019/09/Apple-ios-13-home-screen-iphone-xs-06032019_big_large_2x-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:86:\"https://buzz-caribbean.com/article/what-to-expect-from-iphones-special-event-tomorrow/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:86:\"https://buzz-caribbean.com/article/what-to-expect-from-iphones-special-event-tomorrow/\";s:16:\"desktop_bigimage\";s:115:\"https://buzz-caribbean.com/app/uploads/2019/09/Apple-ios-13-home-screen-iphone-xs-06032019_big_large_2x-189x300.jpg\";s:12:\"desktop_icon\";s:115:\"https://buzz-caribbean.com/app/uploads/2019/09/Apple-ios-13-home-screen-iphone-xs-06032019_big_large_2x-150x150.jpg\";s:4:\"name\";s:51:\"What to expect from iPhone\'s special event tomorrow\";s:7:\"post_id\";s:4:\"8156\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(371,'','Dr Dawes: Only Butch can solve Jamaica’s crime problem','custom','Dr Dawes: Only Butch can solve Jamaica’s crime problem','2019-09-09 17:08:11','2019-09-09 17:08:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:56:\"Dr Dawes: Only Butch can solve Jamaica’s crime problem\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/butch-stewart-on-bloomberg-tv-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8171\",\"post_id\":\"8171\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:104:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/dr-dawes-only-butch-can-solve-jamaicas-crime-problem\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:110:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/butch-stewart-on-bloomberg-tv-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:88:\"https://buzz-caribbean.com/article/dr-dawes-only-butch-can-solve-jamaicas-crime-problem/\";s:11:\"fbmsn_image\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/butch-stewart-on-bloomberg-tv-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:88:\"https://buzz-caribbean.com/article/dr-dawes-only-butch-can-solve-jamaicas-crime-problem/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:88:\"https://buzz-caribbean.com/article/dr-dawes-only-butch-can-solve-jamaicas-crime-problem/\";s:16:\"desktop_bigimage\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/butch-stewart-on-bloomberg-tv-300x177.png\";s:12:\"desktop_icon\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/butch-stewart-on-bloomberg-tv-150x150.png\";s:4:\"name\";s:56:\"Dr Dawes: Only Butch can solve Jamaica’s crime problem\";s:7:\"post_id\";s:4:\"8171\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(372,'','Garmin Venu: A gamechanger for wearable tech','custom','Garmin Venu: A gamechanger for wearable tech','2019-09-09 17:08:11','2019-09-09 17:08:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:44:\"Garmin Venu: A gamechanger for wearable tech\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/09/image-3-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8170\",\"post_id\":\"8170\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:95:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/garmin-venu-a-gamechanger-for-wearable-tech\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:88:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/image-3-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:79:\"https://buzz-caribbean.com/article/garmin-venu-a-gamechanger-for-wearable-tech/\";s:11:\"fbmsn_image\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/09/image-3-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:79:\"https://buzz-caribbean.com/article/garmin-venu-a-gamechanger-for-wearable-tech/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:79:\"https://buzz-caribbean.com/article/garmin-venu-a-gamechanger-for-wearable-tech/\";s:16:\"desktop_bigimage\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/09/image-3-300x169.png\";s:12:\"desktop_icon\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/09/image-3-150x150.png\";s:4:\"name\";s:44:\"Garmin Venu: A gamechanger for wearable tech\";s:7:\"post_id\";s:4:\"8170\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(373,'','Analyst says Phillips should not accept Bunting\'s resignation','custom','Analyst says Phillips should not accept Bunting\'s resignation','2019-09-09 17:23:08','2019-09-09 17:23:08',0,'','a:46:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:61:\"Analyst says Phillips should not accept Bunting\'s resignation\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:0:\"\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8150\",\"post_id\":\"8150\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:112:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/analyst-says-phillips-should-not-accept-buntings-resignation\\/\"}\";s:13:\"wp_extra_type\";s:0:\"\";s:13:\"wp_extravalue\";s:0:\"\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:96:\"https://buzz-caribbean.com/article/analyst-says-phillips-should-not-accept-buntings-resignation/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:96:\"https://buzz-caribbean.com/article/analyst-says-phillips-should-not-accept-buntings-resignation/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:96:\"https://buzz-caribbean.com/article/analyst-says-phillips-should-not-accept-buntings-resignation/\";s:4:\"name\";s:61:\"Analyst says Phillips should not accept Bunting\'s resignation\";s:7:\"post_id\";s:4:\"8150\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(374,'','Gordon Town Square being renamed in honour of ‘Miss Lou’','custom','Gordon Town Square being renamed in honour of ‘Miss Lou’','2019-09-09 17:38:18','2019-09-09 17:38:18',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:60:\"Gordon Town Square being renamed in honour of ‘Miss Lou’\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/Miss-Lou-Square-Buzz-Caribbean-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8186\",\"post_id\":\"8186\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:106:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/gordon-town-square-being-renamed-in-honour-of-miss-lou\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:111:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Miss-Lou-Square-Buzz-Caribbean-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:90:\"https://buzz-caribbean.com/article/gordon-town-square-being-renamed-in-honour-of-miss-lou/\";s:11:\"fbmsn_image\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/Miss-Lou-Square-Buzz-Caribbean-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:90:\"https://buzz-caribbean.com/article/gordon-town-square-being-renamed-in-honour-of-miss-lou/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:90:\"https://buzz-caribbean.com/article/gordon-town-square-being-renamed-in-honour-of-miss-lou/\";s:16:\"desktop_bigimage\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/Miss-Lou-Square-Buzz-Caribbean-300x200.jpg\";s:12:\"desktop_icon\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/Miss-Lou-Square-Buzz-Caribbean-150x150.jpg\";s:4:\"name\";s:60:\"Gordon Town Square being renamed in honour of ‘Miss Lou’\";s:7:\"post_id\";s:4:\"8186\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(375,'','Health Ministry partners with NSWMA to rid communities of bulky waste','custom','Health Ministry partners with NSWMA to rid communities of bulky waste','2019-09-09 17:53:07','2019-09-09 17:53:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:69:\"Health Ministry partners with NSWMA to rid communities of bulky waste\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:111:\"https://buzz-caribbean.com/app/uploads/2019/09/Feature-Image-Mosquito-Breeding-Sites-Buzz-Caribbean-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8195\",\"post_id\":\"8195\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:121:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/health-ministry-partners-with-nswma-to-rid-communities-of-bulky-waste\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:133:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Feature-Image-Mosquito-Breeding-Sites-Buzz-Caribbean-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:105:\"https://buzz-caribbean.com/article/health-ministry-partners-with-nswma-to-rid-communities-of-bulky-waste/\";s:11:\"fbmsn_image\";s:111:\"https://buzz-caribbean.com/app/uploads/2019/09/Feature-Image-Mosquito-Breeding-Sites-Buzz-Caribbean-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:105:\"https://buzz-caribbean.com/article/health-ministry-partners-with-nswma-to-rid-communities-of-bulky-waste/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:105:\"https://buzz-caribbean.com/article/health-ministry-partners-with-nswma-to-rid-communities-of-bulky-waste/\";s:16:\"desktop_bigimage\";s:111:\"https://buzz-caribbean.com/app/uploads/2019/09/Feature-Image-Mosquito-Breeding-Sites-Buzz-Caribbean-300x180.jpg\";s:12:\"desktop_icon\";s:111:\"https://buzz-caribbean.com/app/uploads/2019/09/Feature-Image-Mosquito-Breeding-Sites-Buzz-Caribbean-150x150.jpg\";s:4:\"name\";s:69:\"Health Ministry partners with NSWMA to rid communities of bulky waste\";s:7:\"post_id\";s:4:\"8195\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(376,'','FloBah doing their part to help Bahamas','custom','FloBah doing their part to help Bahamas','2019-09-09 18:08:10','2019-09-09 18:08:10',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:39:\"FloBah doing their part to help Bahamas\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-bahamas-damage-img-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8204\",\"post_id\":\"8204\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:91:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/flobah-doing-their-part-to-help-bahamas\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:106:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/dorian-bahamas-damage-img-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:75:\"https://buzz-caribbean.com/article/flobah-doing-their-part-to-help-bahamas/\";s:11:\"fbmsn_image\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-bahamas-damage-img-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:75:\"https://buzz-caribbean.com/article/flobah-doing-their-part-to-help-bahamas/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:75:\"https://buzz-caribbean.com/article/flobah-doing-their-part-to-help-bahamas/\";s:16:\"desktop_bigimage\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-bahamas-damage-img-300x169.jpg\";s:12:\"desktop_icon\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-bahamas-damage-img-150x150.jpg\";s:4:\"name\";s:39:\"FloBah doing their part to help Bahamas\";s:7:\"post_id\";s:4:\"8204\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(377,'','Too short an innings: O\'Neil \"Collie\" Smith','custom','Too short an innings: O\'Neil \"Collie\" Smith','2019-09-09 18:23:08','2019-09-09 18:23:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:43:\"Too short an innings: O\'Neil \"Collie\" Smith\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:98:\"https://buzz-caribbean.com/app/uploads/2019/09/Collie-Smith-Anniversary-Buzz-Caribbean-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8215\",\"post_id\":\"8215\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:91:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/too-short-an-innings-oneil-collie-smith\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:120:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Collie-Smith-Anniversary-Buzz-Caribbean-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:75:\"https://buzz-caribbean.com/article/too-short-an-innings-oneil-collie-smith/\";s:11:\"fbmsn_image\";s:98:\"https://buzz-caribbean.com/app/uploads/2019/09/Collie-Smith-Anniversary-Buzz-Caribbean-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:75:\"https://buzz-caribbean.com/article/too-short-an-innings-oneil-collie-smith/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:75:\"https://buzz-caribbean.com/article/too-short-an-innings-oneil-collie-smith/\";s:16:\"desktop_bigimage\";s:98:\"https://buzz-caribbean.com/app/uploads/2019/09/Collie-Smith-Anniversary-Buzz-Caribbean-300x186.jpg\";s:12:\"desktop_icon\";s:98:\"https://buzz-caribbean.com/app/uploads/2019/09/Collie-Smith-Anniversary-Buzz-Caribbean-150x150.jpg\";s:4:\"name\";s:43:\"Too short an innings: O\'Neil \"Collie\" Smith\";s:7:\"post_id\";s:4:\"8215\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(378,'','Camila Mendes was sexually assaulted in college','custom','Camila Mendes was sexually assaulted in college','2019-09-09 18:23:08','2019-09-09 18:23:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:47:\"Camila Mendes was sexually assaulted in college\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:98:\"https://buzz-caribbean.com/app/uploads/2019/09/Collie-Smith-Anniversary-Buzz-Caribbean-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8200\",\"post_id\":\"8200\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:99:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/camila-mendes-was-sexually-assaulted-in-college\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:120:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Collie-Smith-Anniversary-Buzz-Caribbean-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:83:\"https://buzz-caribbean.com/article/camila-mendes-was-sexually-assaulted-in-college/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:83:\"https://buzz-caribbean.com/article/camila-mendes-was-sexually-assaulted-in-college/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:83:\"https://buzz-caribbean.com/article/camila-mendes-was-sexually-assaulted-in-college/\";s:16:\"desktop_bigimage\";s:98:\"https://buzz-caribbean.com/app/uploads/2019/09/Collie-Smith-Anniversary-Buzz-Caribbean-300x186.jpg\";s:12:\"desktop_icon\";s:98:\"https://buzz-caribbean.com/app/uploads/2019/09/Collie-Smith-Anniversary-Buzz-Caribbean-150x150.jpg\";s:4:\"name\";s:47:\"Camila Mendes was sexually assaulted in college\";s:7:\"post_id\";s:4:\"8200\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(379,'','Jamaican man’s unique proposal goes viral on Facebook','custom','Jamaican man’s unique proposal goes viral on Facebook','2019-09-09 18:38:06','2019-09-09 18:38:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:55:\"Jamaican man’s unique proposal goes viral on Facebook\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/gretta-moore-buzz-proposal-demo-5-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8174\",\"post_id\":\"8174\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:104:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jamaican-mans-unique-proposal-goes-viral-on-facebook\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:114:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/gretta-moore-buzz-proposal-demo-5-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:88:\"https://buzz-caribbean.com/article/jamaican-mans-unique-proposal-goes-viral-on-facebook/\";s:11:\"fbmsn_image\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/gretta-moore-buzz-proposal-demo-5-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:88:\"https://buzz-caribbean.com/article/jamaican-mans-unique-proposal-goes-viral-on-facebook/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:88:\"https://buzz-caribbean.com/article/jamaican-mans-unique-proposal-goes-viral-on-facebook/\";s:16:\"desktop_bigimage\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/gretta-moore-buzz-proposal-demo-5-300x169.jpg\";s:12:\"desktop_icon\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/gretta-moore-buzz-proposal-demo-5-150x150.jpg\";s:4:\"name\";s:55:\"Jamaican man’s unique proposal goes viral on Facebook\";s:7:\"post_id\";s:4:\"8174\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(380,'','Kim Kardashian West tested positive for Lupus antibodies','custom','Kim Kardashian West tested positive for Lupus antibodies','2019-09-09 18:38:06','2019-09-09 18:38:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:56:\"Kim Kardashian West tested positive for Lupus antibodies\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/kim-kardashian-20190909-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8231\",\"post_id\":\"8231\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:108:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/kim-kardashian-west-tested-positive-for-lupus-antibodies\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:104:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/kim-kardashian-20190909-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:92:\"https://buzz-caribbean.com/article/kim-kardashian-west-tested-positive-for-lupus-antibodies/\";s:11:\"fbmsn_image\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/kim-kardashian-20190909-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:92:\"https://buzz-caribbean.com/article/kim-kardashian-west-tested-positive-for-lupus-antibodies/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:92:\"https://buzz-caribbean.com/article/kim-kardashian-west-tested-positive-for-lupus-antibodies/\";s:16:\"desktop_bigimage\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/kim-kardashian-20190909-300x195.jpg\";s:12:\"desktop_icon\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/kim-kardashian-20190909-150x150.jpg\";s:4:\"name\";s:56:\"Kim Kardashian West tested positive for Lupus antibodies\";s:7:\"post_id\";s:4:\"8231\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(381,'','The story of Kimisha Walker, Adam &amp; Eve Day Spa: One of the leaders in its field (Part I)','custom','The story of Kimisha Walker, Adam &amp; Eve Day Spa: One of the leaders in its field (Part I)','2019-09-09 18:53:06','2019-09-09 18:53:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:93:\"The story of Kimisha Walker, Adam &amp; Eve Day Spa: One of the leaders in its field (Part I)\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/adam-and-eve-new-location-buzz-demo-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8237\",\"post_id\":\"8237\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:135:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/the-story-of-kimisha-walker-adam-eve-day-spa-one-of-the-leaders-in-its-field-part-i\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:116:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/adam-and-eve-new-location-buzz-demo-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:119:\"https://buzz-caribbean.com/article/the-story-of-kimisha-walker-adam-eve-day-spa-one-of-the-leaders-in-its-field-part-i/\";s:11:\"fbmsn_image\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/adam-and-eve-new-location-buzz-demo-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:119:\"https://buzz-caribbean.com/article/the-story-of-kimisha-walker-adam-eve-day-spa-one-of-the-leaders-in-its-field-part-i/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:119:\"https://buzz-caribbean.com/article/the-story-of-kimisha-walker-adam-eve-day-spa-one-of-the-leaders-in-its-field-part-i/\";s:16:\"desktop_bigimage\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/adam-and-eve-new-location-buzz-demo-300x224.jpg\";s:12:\"desktop_icon\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/adam-and-eve-new-location-buzz-demo-150x150.jpg\";s:4:\"name\";s:93:\"The story of Kimisha Walker, Adam &amp; Eve Day Spa: One of the leaders in its field (Part I)\";s:7:\"post_id\";s:4:\"8237\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(382,'','Bogle museum being created on Roses Corner','custom','Bogle museum being created on Roses Corner','2019-09-09 18:53:06','2019-09-09 18:53:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:42:\"Bogle museum being created on Roses Corner\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/09/Bogle-20190909-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8218\",\"post_id\":\"8218\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:94:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/bogle-museum-being-created-on-roses-corner\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:95:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Bogle-20190909-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:78:\"https://buzz-caribbean.com/article/bogle-museum-being-created-on-roses-corner/\";s:11:\"fbmsn_image\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/09/Bogle-20190909-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:78:\"https://buzz-caribbean.com/article/bogle-museum-being-created-on-roses-corner/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:78:\"https://buzz-caribbean.com/article/bogle-museum-being-created-on-roses-corner/\";s:16:\"desktop_bigimage\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/09/Bogle-20190909-300x173.png\";s:12:\"desktop_icon\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/09/Bogle-20190909-150x150.png\";s:4:\"name\";s:42:\"Bogle museum being created on Roses Corner\";s:7:\"post_id\";s:4:\"8218\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(383,'','Principal at Tarrant High introduces robotics and animation','custom','Principal at Tarrant High introduces robotics and animation','2019-09-09 19:08:27','2019-09-09 19:08:27',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:59:\"Principal at Tarrant High introduces robotics and animation\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:129:\"https://buzz-caribbean.com/app/uploads/2019/09/artificial-intelligence-electronics-future-Tarrant-High-Buzz-Caribbean-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8230\",\"post_id\":\"8230\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:111:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/principal-at-tarrant-high-introduces-robotics-and-animation\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:151:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/artificial-intelligence-electronics-future-Tarrant-High-Buzz-Caribbean-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:95:\"https://buzz-caribbean.com/article/principal-at-tarrant-high-introduces-robotics-and-animation/\";s:11:\"fbmsn_image\";s:129:\"https://buzz-caribbean.com/app/uploads/2019/09/artificial-intelligence-electronics-future-Tarrant-High-Buzz-Caribbean-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:95:\"https://buzz-caribbean.com/article/principal-at-tarrant-high-introduces-robotics-and-animation/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:95:\"https://buzz-caribbean.com/article/principal-at-tarrant-high-introduces-robotics-and-animation/\";s:16:\"desktop_bigimage\";s:129:\"https://buzz-caribbean.com/app/uploads/2019/09/artificial-intelligence-electronics-future-Tarrant-High-Buzz-Caribbean-300x200.jpg\";s:12:\"desktop_icon\";s:129:\"https://buzz-caribbean.com/app/uploads/2019/09/artificial-intelligence-electronics-future-Tarrant-High-Buzz-Caribbean-150x150.jpg\";s:4:\"name\";s:59:\"Principal at Tarrant High introduces robotics and animation\";s:7:\"post_id\";s:4:\"8230\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(384,'','Trump refuses hurricane refugees into the US, claims Bahamas full of ‘very bad gang members’','custom','Trump refuses hurricane refugees into the US, claims Bahamas full of ‘very bad gang members’','2019-09-09 19:23:16','2019-09-09 19:23:16',0,'','a:46:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:96:\"Trump refuses hurricane refugees into the US, claims Bahamas full of ‘very bad gang members’\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:0:\"\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8251\",\"post_id\":\"8251\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:141:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/trump-refuses-hurricane-refugees-into-the-us-claims-bahamas-full-of-very-bad-gang-members\\/\"}\";s:13:\"wp_extra_type\";s:0:\"\";s:13:\"wp_extravalue\";s:0:\"\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:125:\"https://buzz-caribbean.com/article/trump-refuses-hurricane-refugees-into-the-us-claims-bahamas-full-of-very-bad-gang-members/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:125:\"https://buzz-caribbean.com/article/trump-refuses-hurricane-refugees-into-the-us-claims-bahamas-full-of-very-bad-gang-members/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:125:\"https://buzz-caribbean.com/article/trump-refuses-hurricane-refugees-into-the-us-claims-bahamas-full-of-very-bad-gang-members/\";s:4:\"name\";s:96:\"Trump refuses hurricane refugees into the US, claims Bahamas full of ‘very bad gang members’\";s:7:\"post_id\";s:4:\"8251\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(385,'','Boyz lead Guyana 3-0 at halftime','custom','Boyz lead Guyana 3-0 at halftime','2019-09-09 19:23:16','2019-09-09 19:23:16',0,'','a:46:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:32:\"Boyz lead Guyana 3-0 at halftime\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:0:\"\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8253\",\"post_id\":\"8253\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:84:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/boyz-lead-guyana-3-0-at-halftime\\/\"}\";s:13:\"wp_extra_type\";s:0:\"\";s:13:\"wp_extravalue\";s:0:\"\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:68:\"https://buzz-caribbean.com/article/boyz-lead-guyana-3-0-at-halftime/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:68:\"https://buzz-caribbean.com/article/boyz-lead-guyana-3-0-at-halftime/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:68:\"https://buzz-caribbean.com/article/boyz-lead-guyana-3-0-at-halftime/\";s:4:\"name\";s:32:\"Boyz lead Guyana 3-0 at halftime\";s:7:\"post_id\";s:4:\"8253\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(386,'','No disrespect to Elephant Man: Bugle says ‘Life Saviour’ simply tells his story','custom','No disrespect to Elephant Man: Bugle says ‘Life Saviour’ simply tells his story','2019-09-09 19:38:15','2019-09-09 19:38:15',0,'','a:46:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:83:\"No disrespect to Elephant Man: Bugle says ‘Life Saviour’ simply tells his story\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:0:\"\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8193\",\"post_id\":\"8193\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:128:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/no-disrespect-to-elephant-man-bugle-says-life-saviour-simply-tells-his-story\\/\"}\";s:13:\"wp_extra_type\";s:0:\"\";s:13:\"wp_extravalue\";s:0:\"\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:112:\"https://buzz-caribbean.com/article/no-disrespect-to-elephant-man-bugle-says-life-saviour-simply-tells-his-story/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:112:\"https://buzz-caribbean.com/article/no-disrespect-to-elephant-man-bugle-says-life-saviour-simply-tells-his-story/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:112:\"https://buzz-caribbean.com/article/no-disrespect-to-elephant-man-bugle-says-life-saviour-simply-tells-his-story/\";s:4:\"name\";s:83:\"No disrespect to Elephant Man: Bugle says ‘Life Saviour’ simply tells his story\";s:7:\"post_id\";s:4:\"8193\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(387,'','Anti-doping hearing for Briana Williams on Tuesday','custom','Anti-doping hearing for Briana Williams on Tuesday','2019-09-09 19:38:15','2019-09-09 19:38:15',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:50:\"Anti-doping hearing for Briana Williams on Tuesday\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/08/Briana-Williams-BUZZ-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8241\",\"post_id\":\"8241\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:102:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/anti-doping-hearing-for-briana-williams-on-tuesday\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:101:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/Briana-Williams-BUZZ-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:86:\"https://buzz-caribbean.com/article/anti-doping-hearing-for-briana-williams-on-tuesday/\";s:11:\"fbmsn_image\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/08/Briana-Williams-BUZZ-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:86:\"https://buzz-caribbean.com/article/anti-doping-hearing-for-briana-williams-on-tuesday/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:86:\"https://buzz-caribbean.com/article/anti-doping-hearing-for-briana-williams-on-tuesday/\";s:4:\"name\";s:50:\"Anti-doping hearing for Briana Williams on Tuesday\";s:7:\"post_id\";s:4:\"8241\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:16:\"desktop_bigimage\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/08/Briana-Williams-BUZZ-300x169.jpg\";s:12:\"desktop_icon\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/08/Briana-Williams-BUZZ-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(388,'','India, Mexico, Spain to join Jamaica Product Exchange for the first time','custom','India, Mexico, Spain to join Jamaica Product Exchange for the first time','2019-09-09 19:53:16','2019-09-09 19:53:16',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:72:\"India, Mexico, Spain to join Jamaica Product Exchange for the first time\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:65:\"https://buzz-caribbean.com/app/uploads/2019/09/japex1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8259\",\"post_id\":\"8259\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:117:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/india-mexico-spain-to-join-jamaica-product-exchange-for-the-first\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:87:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/japex1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:101:\"https://buzz-caribbean.com/article/india-mexico-spain-to-join-jamaica-product-exchange-for-the-first/\";s:11:\"fbmsn_image\";s:65:\"https://buzz-caribbean.com/app/uploads/2019/09/japex1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:101:\"https://buzz-caribbean.com/article/india-mexico-spain-to-join-jamaica-product-exchange-for-the-first/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:101:\"https://buzz-caribbean.com/article/india-mexico-spain-to-join-jamaica-product-exchange-for-the-first/\";s:16:\"desktop_bigimage\";s:65:\"https://buzz-caribbean.com/app/uploads/2019/09/japex1-300x200.jpg\";s:12:\"desktop_icon\";s:65:\"https://buzz-caribbean.com/app/uploads/2019/09/japex1-150x150.jpg\";s:4:\"name\";s:72:\"India, Mexico, Spain to join Jamaica Product Exchange for the first time\";s:7:\"post_id\";s:4:\"8259\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(389,'','Jamaica beat Guyana 4-0 in Nations League','custom','Jamaica beat Guyana 4-0 in Nations League','2019-09-09 20:23:07','2019-09-09 20:23:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:41:\"Jamaica beat Guyana 4-0 in Nations League\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/reggae-boyz4-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8263\",\"post_id\":\"8263\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:93:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jamaica-beat-guyana-4-0-in-nations-league\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:93:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/reggae-boyz4-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:77:\"https://buzz-caribbean.com/article/jamaica-beat-guyana-4-0-in-nations-league/\";s:11:\"fbmsn_image\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/reggae-boyz4-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:77:\"https://buzz-caribbean.com/article/jamaica-beat-guyana-4-0-in-nations-league/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:77:\"https://buzz-caribbean.com/article/jamaica-beat-guyana-4-0-in-nations-league/\";s:16:\"desktop_bigimage\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/reggae-boyz4-300x198.jpg\";s:12:\"desktop_icon\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/reggae-boyz4-150x150.jpg\";s:4:\"name\";s:41:\"Jamaica beat Guyana 4-0 in Nations League\";s:7:\"post_id\";s:4:\"8263\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(390,'','Pollard is now West Indies One Day Captain','custom','Pollard is now West Indies One Day Captain','2019-09-10 06:08:47','2019-09-10 06:08:47',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:42:\"Pollard is now West Indies One Day Captain\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:93:\"https://buzz-caribbean.com/app/uploads/2019/09/pollard-new-one-ODI-Buzz-Caribbean-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8269\",\"post_id\":\"8269\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:94:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/pollard-is-now-west-indies-one-day-captain\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:115:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/pollard-new-one-ODI-Buzz-Caribbean-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:78:\"https://buzz-caribbean.com/article/pollard-is-now-west-indies-one-day-captain/\";s:11:\"fbmsn_image\";s:93:\"https://buzz-caribbean.com/app/uploads/2019/09/pollard-new-one-ODI-Buzz-Caribbean-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:78:\"https://buzz-caribbean.com/article/pollard-is-now-west-indies-one-day-captain/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:78:\"https://buzz-caribbean.com/article/pollard-is-now-west-indies-one-day-captain/\";s:16:\"desktop_bigimage\";s:93:\"https://buzz-caribbean.com/app/uploads/2019/09/pollard-new-one-ODI-Buzz-Caribbean-300x200.jpg\";s:12:\"desktop_icon\";s:93:\"https://buzz-caribbean.com/app/uploads/2019/09/pollard-new-one-ODI-Buzz-Caribbean-150x150.jpg\";s:4:\"name\";s:42:\"Pollard is now West Indies One Day Captain\";s:7:\"post_id\";s:4:\"8269\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(391,'','Logitech releases new MX Master 3','custom','Logitech releases new MX Master 3','2019-09-10 08:08:15','2019-09-10 08:08:15',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:33:\"Logitech releases new MX Master 3\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/09/image-9-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8180\",\"post_id\":\"8180\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:85:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/logitech-releases-new-mx-master-3\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:88:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/image-9-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:69:\"https://buzz-caribbean.com/article/logitech-releases-new-mx-master-3/\";s:11:\"fbmsn_image\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/09/image-9-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:69:\"https://buzz-caribbean.com/article/logitech-releases-new-mx-master-3/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:69:\"https://buzz-caribbean.com/article/logitech-releases-new-mx-master-3/\";s:16:\"desktop_bigimage\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/09/image-9-300x165.png\";s:12:\"desktop_icon\";s:66:\"https://buzz-caribbean.com/app/uploads/2019/09/image-9-150x150.png\";s:4:\"name\";s:33:\"Logitech releases new MX Master 3\";s:7:\"post_id\";s:4:\"8180\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(392,'','Ellen DeGeneres praises Duke and Duchess of Sussex','custom','Ellen DeGeneres praises Duke and Duchess of Sussex','2019-09-10 08:23:23','2019-09-10 08:23:23',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:50:\"Ellen DeGeneres praises Duke and Duchess of Sussex\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/Ellen-DeGeneres-20190909-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8239\",\"post_id\":\"8239\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:102:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/ellen-degeneres-praises-duke-and-duchess-of-sussex\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:105:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Ellen-DeGeneres-20190909-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:86:\"https://buzz-caribbean.com/article/ellen-degeneres-praises-duke-and-duchess-of-sussex/\";s:11:\"fbmsn_image\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/Ellen-DeGeneres-20190909-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:86:\"https://buzz-caribbean.com/article/ellen-degeneres-praises-duke-and-duchess-of-sussex/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:86:\"https://buzz-caribbean.com/article/ellen-degeneres-praises-duke-and-duchess-of-sussex/\";s:16:\"desktop_bigimage\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/Ellen-DeGeneres-20190909-300x195.jpg\";s:12:\"desktop_icon\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/Ellen-DeGeneres-20190909-150x150.jpg\";s:4:\"name\";s:50:\"Ellen DeGeneres praises Duke and Duchess of Sussex\";s:7:\"post_id\";s:4:\"8239\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(393,'','Bobby Brown kicked off flight for being drunk','custom','Bobby Brown kicked off flight for being drunk','2019-09-10 09:53:24','2019-09-10 09:53:24',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:45:\"Bobby Brown kicked off flight for being drunk\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/09/bobby-brown-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8277\",\"post_id\":\"8277\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:97:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/bobby-brown-kicked-off-flight-for-being-drunk\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:92:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/bobby-brown-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:81:\"https://buzz-caribbean.com/article/bobby-brown-kicked-off-flight-for-being-drunk/\";s:11:\"fbmsn_image\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/09/bobby-brown-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:81:\"https://buzz-caribbean.com/article/bobby-brown-kicked-off-flight-for-being-drunk/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:81:\"https://buzz-caribbean.com/article/bobby-brown-kicked-off-flight-for-being-drunk/\";s:16:\"desktop_bigimage\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/09/bobby-brown-300x195.jpg\";s:12:\"desktop_icon\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/09/bobby-brown-150x150.jpg\";s:4:\"name\";s:45:\"Bobby Brown kicked off flight for being drunk\";s:7:\"post_id\";s:4:\"8277\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(394,'','Tessanne Chin is preggers! Singer expected to give birth in 2020','custom','Tessanne Chin is preggers! Singer expected to give birth in 2020','2019-09-10 10:38:23','2019-09-10 10:38:23',0,'','a:46:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:64:\"Tessanne Chin is preggers! Singer expected to give birth in 2020\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:0:\"\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8284\",\"post_id\":\"8284\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:115:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/tessanne-chin-is-preggers-singer-expected-to-give-birth-in-2020\\/\"}\";s:13:\"wp_extra_type\";s:0:\"\";s:13:\"wp_extravalue\";s:0:\"\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:99:\"https://buzz-caribbean.com/article/tessanne-chin-is-preggers-singer-expected-to-give-birth-in-2020/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:99:\"https://buzz-caribbean.com/article/tessanne-chin-is-preggers-singer-expected-to-give-birth-in-2020/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:99:\"https://buzz-caribbean.com/article/tessanne-chin-is-preggers-singer-expected-to-give-birth-in-2020/\";s:4:\"name\";s:64:\"Tessanne Chin is preggers! Singer expected to give birth in 2020\";s:7:\"post_id\";s:4:\"8284\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(395,'','Koffee hits Billboard R&amp;B Hip Hop Airplay chart with \'Toast\'','custom','Koffee hits Billboard R&amp;B Hip Hop Airplay chart with \'Toast\'','2019-09-10 11:08:09','2019-09-10 11:08:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:64:\"Koffee hits Billboard R&amp;B Hip Hop Airplay chart with \'Toast\'\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-A-150x150.jpeg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8298\",\"post_id\":\"8298\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:109:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/koffee-hits-billboard-rb-hip-hop-airplay-chart-with-toast\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:90:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/koffee-A-150x150.jpeg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:93:\"https://buzz-caribbean.com/article/koffee-hits-billboard-rb-hip-hop-airplay-chart-with-toast/\";s:11:\"fbmsn_image\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-A-150x150.jpeg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:93:\"https://buzz-caribbean.com/article/koffee-hits-billboard-rb-hip-hop-airplay-chart-with-toast/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:93:\"https://buzz-caribbean.com/article/koffee-hits-billboard-rb-hip-hop-airplay-chart-with-toast/\";s:16:\"desktop_bigimage\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-A-300x160.jpeg\";s:12:\"desktop_icon\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/koffee-A-150x150.jpeg\";s:4:\"name\";s:64:\"Koffee hits Billboard R&amp;B Hip Hop Airplay chart with \'Toast\'\";s:7:\"post_id\";s:4:\"8298\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(396,'','\'Rising Together\': Bunting posts ‘vulnerable’ video calling for party unity','custom','\'Rising Together\': Bunting posts ‘vulnerable’ video calling for party unity','2019-09-10 11:23:07','2019-09-10 11:23:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:79:\"\'Rising Together\': Bunting posts ‘vulnerable’ video calling for party unity\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:101:\"https://buzz-caribbean.com/app/uploads/2019/09/Peter-Bunting-Feature-Image-Buzz-Caribbean-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8291\",\"post_id\":\"8291\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:122:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/rising-together-bunting-posts-vulnerable-video-calling-for-party-unity\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:123:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Peter-Bunting-Feature-Image-Buzz-Caribbean-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:106:\"https://buzz-caribbean.com/article/rising-together-bunting-posts-vulnerable-video-calling-for-party-unity/\";s:11:\"fbmsn_image\";s:101:\"https://buzz-caribbean.com/app/uploads/2019/09/Peter-Bunting-Feature-Image-Buzz-Caribbean-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:106:\"https://buzz-caribbean.com/article/rising-together-bunting-posts-vulnerable-video-calling-for-party-unity/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:106:\"https://buzz-caribbean.com/article/rising-together-bunting-posts-vulnerable-video-calling-for-party-unity/\";s:16:\"desktop_bigimage\";s:101:\"https://buzz-caribbean.com/app/uploads/2019/09/Peter-Bunting-Feature-Image-Buzz-Caribbean-300x180.jpg\";s:12:\"desktop_icon\";s:101:\"https://buzz-caribbean.com/app/uploads/2019/09/Peter-Bunting-Feature-Image-Buzz-Caribbean-150x150.jpg\";s:4:\"name\";s:79:\"\'Rising Together\': Bunting posts ‘vulnerable’ video calling for party unity\";s:7:\"post_id\";s:4:\"8291\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(397,'','“Keep on Pushing”- Former bobsled athlete says','custom','“Keep on Pushing”- Former bobsled athlete says','2019-09-10 11:53:07','2019-09-10 11:53:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:50:\"“Keep on Pushing”- Former bobsled athlete says\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Yes-I-Can-Buzz-Caribbean-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8301\",\"post_id\":\"8301\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:95:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/keep-on-pushing-former-bobsled-athlete-says\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:118:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Devon-Harris-Yes-I-Can-Buzz-Caribbean-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:79:\"https://buzz-caribbean.com/article/keep-on-pushing-former-bobsled-athlete-says/\";s:11:\"fbmsn_image\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Yes-I-Can-Buzz-Caribbean-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:79:\"https://buzz-caribbean.com/article/keep-on-pushing-former-bobsled-athlete-says/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:79:\"https://buzz-caribbean.com/article/keep-on-pushing-former-bobsled-athlete-says/\";s:16:\"desktop_bigimage\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Yes-I-Can-Buzz-Caribbean-298x300.jpg\";s:12:\"desktop_icon\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/09/Devon-Harris-Yes-I-Can-Buzz-Caribbean-150x150.jpg\";s:4:\"name\";s:50:\"“Keep on Pushing”- Former bobsled athlete says\";s:7:\"post_id\";s:4:\"8301\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(398,'','Smooth running of High Court being jeopardised by shortage of workers','custom','Smooth running of High Court being jeopardised by shortage of workers','2019-09-10 11:53:07','2019-09-10 11:53:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:69:\"Smooth running of High Court being jeopardised by shortage of workers\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/supreme-court-jamaica-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8287\",\"post_id\":\"8287\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:121:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/smooth-running-of-high-court-being-jeopardised-by-shortage-of-workers\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:102:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/supreme-court-jamaica-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:105:\"https://buzz-caribbean.com/article/smooth-running-of-high-court-being-jeopardised-by-shortage-of-workers/\";s:11:\"fbmsn_image\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/supreme-court-jamaica-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:105:\"https://buzz-caribbean.com/article/smooth-running-of-high-court-being-jeopardised-by-shortage-of-workers/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:105:\"https://buzz-caribbean.com/article/smooth-running-of-high-court-being-jeopardised-by-shortage-of-workers/\";s:16:\"desktop_bigimage\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/supreme-court-jamaica-300x225.jpg\";s:12:\"desktop_icon\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/supreme-court-jamaica-150x150.jpg\";s:4:\"name\";s:69:\"Smooth running of High Court being jeopardised by shortage of workers\";s:7:\"post_id\";s:4:\"8287\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(399,'','Health facilities in Clarendon to be upgraded','custom','Health facilities in Clarendon to be upgraded','2019-09-10 12:08:08','2019-09-10 12:08:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:45:\"Health facilities in Clarendon to be upgraded\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/dr-christopher-tufton-health-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8322\",\"post_id\":\"8322\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:97:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/health-facilities-in-clarendon-to-be-upgraded\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:109:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/dr-christopher-tufton-health-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:81:\"https://buzz-caribbean.com/article/health-facilities-in-clarendon-to-be-upgraded/\";s:11:\"fbmsn_image\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/dr-christopher-tufton-health-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:81:\"https://buzz-caribbean.com/article/health-facilities-in-clarendon-to-be-upgraded/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:81:\"https://buzz-caribbean.com/article/health-facilities-in-clarendon-to-be-upgraded/\";s:16:\"desktop_bigimage\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/dr-christopher-tufton-health-300x206.jpg\";s:12:\"desktop_icon\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/dr-christopher-tufton-health-150x150.jpg\";s:4:\"name\";s:45:\"Health facilities in Clarendon to be upgraded\";s:7:\"post_id\";s:4:\"8322\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(400,'','Jessica Biel wants to be Justin Timberlake\'s \'boss\'','custom','Jessica Biel wants to be Justin Timberlake\'s \'boss\'','2019-09-10 12:23:06','2019-09-10 12:23:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:51:\"Jessica Biel wants to be Justin Timberlake\'s \'boss\'\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/jessica-biel-justin-timberlake-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8325\",\"post_id\":\"8325\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:100:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jessica-biel-wants-to-be-justin-timberlakes-boss\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:111:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/jessica-biel-justin-timberlake-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:84:\"https://buzz-caribbean.com/article/jessica-biel-wants-to-be-justin-timberlakes-boss/\";s:11:\"fbmsn_image\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/jessica-biel-justin-timberlake-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:84:\"https://buzz-caribbean.com/article/jessica-biel-wants-to-be-justin-timberlakes-boss/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:84:\"https://buzz-caribbean.com/article/jessica-biel-wants-to-be-justin-timberlakes-boss/\";s:16:\"desktop_bigimage\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/jessica-biel-justin-timberlake-300x195.jpg\";s:12:\"desktop_icon\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/jessica-biel-justin-timberlake-150x150.jpg\";s:4:\"name\";s:51:\"Jessica Biel wants to be Justin Timberlake\'s \'boss\'\";s:7:\"post_id\";s:4:\"8325\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(401,'','Phillips, Bunting to issue joint statement following meeting','custom','Phillips, Bunting to issue joint statement following meeting','2019-09-10 12:38:08','2019-09-10 12:38:08',0,'','a:46:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:60:\"Phillips, Bunting to issue joint statement following meeting\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:0:\"\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8330\",\"post_id\":\"8330\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:111:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/phillips-bunting-to-issue-joint-statement-following-meeting\\/\"}\";s:13:\"wp_extra_type\";s:0:\"\";s:13:\"wp_extravalue\";s:0:\"\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:95:\"https://buzz-caribbean.com/article/phillips-bunting-to-issue-joint-statement-following-meeting/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:95:\"https://buzz-caribbean.com/article/phillips-bunting-to-issue-joint-statement-following-meeting/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:95:\"https://buzz-caribbean.com/article/phillips-bunting-to-issue-joint-statement-following-meeting/\";s:4:\"name\";s:60:\"Phillips, Bunting to issue joint statement following meeting\";s:7:\"post_id\";s:4:\"8330\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(402,'','Briana Williams\' World Championships fate in the balance','custom','Briana Williams\' World Championships fate in the balance','2019-09-10 12:53:08','2019-09-10 12:53:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:56:\"Briana Williams\' World Championships fate in the balance\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/08/briana-williams-Jamaican-athlete-BUZZ-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8327\",\"post_id\":\"8327\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:107:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/briana-williams-world-championships-fate-in-the-balance\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:118:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/briana-williams-Jamaican-athlete-BUZZ-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:91:\"https://buzz-caribbean.com/article/briana-williams-world-championships-fate-in-the-balance/\";s:11:\"fbmsn_image\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/08/briana-williams-Jamaican-athlete-BUZZ-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:91:\"https://buzz-caribbean.com/article/briana-williams-world-championships-fate-in-the-balance/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:91:\"https://buzz-caribbean.com/article/briana-williams-world-championships-fate-in-the-balance/\";s:16:\"desktop_bigimage\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/08/briana-williams-Jamaican-athlete-BUZZ-300x200.jpg\";s:12:\"desktop_icon\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/08/briana-williams-Jamaican-athlete-BUZZ-150x150.jpg\";s:4:\"name\";s:56:\"Briana Williams\' World Championships fate in the balance\";s:7:\"post_id\";s:4:\"8327\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(403,'','Public sector workers should be given minimum hours of training – JCSA president','custom','Public sector workers should be given minimum hours of training – JCSA president','2019-09-10 13:08:06','2019-09-10 13:08:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:82:\"Public sector workers should be given minimum hours of training – JCSA president\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:103:\"https://buzz-caribbean.com/app/uploads/2019/09/bump-collaboration-colleagues-Buzz-Caribbean-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8281\",\"post_id\":\"8281\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:130:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/public-sector-workers-should-be-given-minimum-hours-of-training-jcsa-president\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:125:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/bump-collaboration-colleagues-Buzz-Caribbean-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:114:\"https://buzz-caribbean.com/article/public-sector-workers-should-be-given-minimum-hours-of-training-jcsa-president/\";s:11:\"fbmsn_image\";s:103:\"https://buzz-caribbean.com/app/uploads/2019/09/bump-collaboration-colleagues-Buzz-Caribbean-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:114:\"https://buzz-caribbean.com/article/public-sector-workers-should-be-given-minimum-hours-of-training-jcsa-president/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:114:\"https://buzz-caribbean.com/article/public-sector-workers-should-be-given-minimum-hours-of-training-jcsa-president/\";s:16:\"desktop_bigimage\";s:103:\"https://buzz-caribbean.com/app/uploads/2019/09/bump-collaboration-colleagues-Buzz-Caribbean-300x196.jpg\";s:12:\"desktop_icon\";s:103:\"https://buzz-caribbean.com/app/uploads/2019/09/bump-collaboration-colleagues-Buzz-Caribbean-150x150.jpg\";s:4:\"name\";s:82:\"Public sector workers should be given minimum hours of training – JCSA president\";s:7:\"post_id\";s:4:\"8281\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(404,'','Kiwanis Club of Eastern St Andrew gives Promise Learning Centre a facelift','custom','Kiwanis Club of Eastern St Andrew gives Promise Learning Centre a facelift','2019-09-10 13:38:08','2019-09-10 13:38:08',0,'','a:46:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:74:\"Kiwanis Club of Eastern St Andrew gives Promise Learning Centre a facelift\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:0:\"\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8342\",\"post_id\":\"8342\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:126:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/kiwanis-club-of-eastern-st-andrew-gives-promise-learning-centre-a-facelift\\/\"}\";s:13:\"wp_extra_type\";s:0:\"\";s:13:\"wp_extravalue\";s:0:\"\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:110:\"https://buzz-caribbean.com/article/kiwanis-club-of-eastern-st-andrew-gives-promise-learning-centre-a-facelift/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:110:\"https://buzz-caribbean.com/article/kiwanis-club-of-eastern-st-andrew-gives-promise-learning-centre-a-facelift/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:110:\"https://buzz-caribbean.com/article/kiwanis-club-of-eastern-st-andrew-gives-promise-learning-centre-a-facelift/\";s:4:\"name\";s:74:\"Kiwanis Club of Eastern St Andrew gives Promise Learning Centre a facelift\";s:7:\"post_id\";s:4:\"8342\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(405,'','Jamaican acts to perform at benefit concert for the Bahamas','custom','Jamaican acts to perform at benefit concert for the Bahamas','2019-09-10 14:38:06','2019-09-10 14:38:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:59:\"Jamaican acts to perform at benefit concert for the Bahamas\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/spragga-benz-20190910-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8360\",\"post_id\":\"8360\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:111:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jamaican-acts-to-perform-at-benefit-concert-for-the-bahamas\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:102:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/spragga-benz-20190910-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:95:\"https://buzz-caribbean.com/article/jamaican-acts-to-perform-at-benefit-concert-for-the-bahamas/\";s:11:\"fbmsn_image\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/spragga-benz-20190910-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:95:\"https://buzz-caribbean.com/article/jamaican-acts-to-perform-at-benefit-concert-for-the-bahamas/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:95:\"https://buzz-caribbean.com/article/jamaican-acts-to-perform-at-benefit-concert-for-the-bahamas/\";s:16:\"desktop_bigimage\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/spragga-benz-20190910-300x267.jpg\";s:12:\"desktop_icon\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/spragga-benz-20190910-150x150.jpg\";s:4:\"name\";s:59:\"Jamaican acts to perform at benefit concert for the Bahamas\";s:7:\"post_id\";s:4:\"8360\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(406,'','Analyst says Bunting is better positioned to take over PNP','custom','Analyst says Bunting is better positioned to take over PNP','2019-09-10 14:53:08','2019-09-10 14:53:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:58:\"Analyst says Bunting is better positioned to take over PNP\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting-featured-image-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8355\",\"post_id\":\"8355\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:110:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/analyst-says-bunting-is-better-positioned-to-take-over-pnp\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:116:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/pnp-election-bunting-featured-image-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:94:\"https://buzz-caribbean.com/article/analyst-says-bunting-is-better-positioned-to-take-over-pnp/\";s:11:\"fbmsn_image\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting-featured-image-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:94:\"https://buzz-caribbean.com/article/analyst-says-bunting-is-better-positioned-to-take-over-pnp/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:94:\"https://buzz-caribbean.com/article/analyst-says-bunting-is-better-positioned-to-take-over-pnp/\";s:16:\"desktop_bigimage\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting-featured-image-300x174.jpg\";s:12:\"desktop_icon\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/pnp-election-bunting-featured-image-150x150.jpg\";s:4:\"name\";s:58:\"Analyst says Bunting is better positioned to take over PNP\";s:7:\"post_id\";s:4:\"8355\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(407,'','Local manufacturers urged to make products that are safe for use','custom','Local manufacturers urged to make products that are safe for use','2019-09-10 15:38:14','2019-09-10 15:38:14',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:64:\"Local manufacturers urged to make products that are safe for use\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/product-bottles-Buzz-Caribbean-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8352\",\"post_id\":\"8352\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:116:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/local-manufacturers-urged-to-make-products-that-are-safe-for-use\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:111:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/product-bottles-Buzz-Caribbean-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:100:\"https://buzz-caribbean.com/article/local-manufacturers-urged-to-make-products-that-are-safe-for-use/\";s:11:\"fbmsn_image\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/product-bottles-Buzz-Caribbean-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:100:\"https://buzz-caribbean.com/article/local-manufacturers-urged-to-make-products-that-are-safe-for-use/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:100:\"https://buzz-caribbean.com/article/local-manufacturers-urged-to-make-products-that-are-safe-for-use/\";s:16:\"desktop_bigimage\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/product-bottles-Buzz-Caribbean-300x207.jpg\";s:12:\"desktop_icon\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/product-bottles-Buzz-Caribbean-150x150.jpg\";s:4:\"name\";s:64:\"Local manufacturers urged to make products that are safe for use\";s:7:\"post_id\";s:4:\"8352\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(408,'','Krazy Jerk gives Canada a taste of Jamaica','custom','Krazy Jerk gives Canada a taste of Jamaica','2019-09-10 15:38:14','2019-09-10 15:38:14',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:42:\"Krazy Jerk gives Canada a taste of Jamaica\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/krazy-jerk-CC-20190910-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8374\",\"post_id\":\"8374\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:94:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/krazy-jerk-gives-canada-a-taste-of-jamaica\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:103:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/krazy-jerk-CC-20190910-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:78:\"https://buzz-caribbean.com/article/krazy-jerk-gives-canada-a-taste-of-jamaica/\";s:11:\"fbmsn_image\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/krazy-jerk-CC-20190910-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:78:\"https://buzz-caribbean.com/article/krazy-jerk-gives-canada-a-taste-of-jamaica/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:78:\"https://buzz-caribbean.com/article/krazy-jerk-gives-canada-a-taste-of-jamaica/\";s:16:\"desktop_bigimage\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/krazy-jerk-CC-20190910-300x225.jpg\";s:12:\"desktop_icon\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/krazy-jerk-CC-20190910-150x150.jpg\";s:4:\"name\";s:42:\"Krazy Jerk gives Canada a taste of Jamaica\";s:7:\"post_id\";s:4:\"8374\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(409,'','Phillips, Bunting enter Parliament together in a show of unity','custom','Phillips, Bunting enter Parliament together in a show of unity','2019-09-10 15:38:14','2019-09-10 15:38:14',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:62:\"Phillips, Bunting enter Parliament together in a show of unity\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:109:\"https://buzz-caribbean.com/app/uploads/2019/08/pnp-the-two-peters-buntingvsphillips-buzz-official-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8379\",\"post_id\":\"8379\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:113:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/phillips-bunting-enter-parliament-together-in-a-show-of-unity\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:131:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/pnp-the-two-peters-buntingvsphillips-buzz-official-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:97:\"https://buzz-caribbean.com/article/phillips-bunting-enter-parliament-together-in-a-show-of-unity/\";s:11:\"fbmsn_image\";s:109:\"https://buzz-caribbean.com/app/uploads/2019/08/pnp-the-two-peters-buntingvsphillips-buzz-official-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:97:\"https://buzz-caribbean.com/article/phillips-bunting-enter-parliament-together-in-a-show-of-unity/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:97:\"https://buzz-caribbean.com/article/phillips-bunting-enter-parliament-together-in-a-show-of-unity/\";s:16:\"desktop_bigimage\";s:109:\"https://buzz-caribbean.com/app/uploads/2019/08/pnp-the-two-peters-buntingvsphillips-buzz-official-300x180.jpg\";s:12:\"desktop_icon\";s:109:\"https://buzz-caribbean.com/app/uploads/2019/08/pnp-the-two-peters-buntingvsphillips-buzz-official-150x150.jpg\";s:4:\"name\";s:62:\"Phillips, Bunting enter Parliament together in a show of unity\";s:7:\"post_id\";s:4:\"8379\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(410,'','Tobago fashion house debuts new collection at NY Fashion Week','custom','Tobago fashion house debuts new collection at NY Fashion Week','2019-09-10 16:23:06','2019-09-10 16:23:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:61:\"Tobago fashion house debuts new collection at NY Fashion Week\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/Cover-Linkage-Dayle-Angus-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8388\",\"post_id\":\"8388\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:113:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/tobago-fashion-house-debuts-new-collection-at-ny-fashion-week\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:106:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Cover-Linkage-Dayle-Angus-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:97:\"https://buzz-caribbean.com/article/tobago-fashion-house-debuts-new-collection-at-ny-fashion-week/\";s:11:\"fbmsn_image\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/Cover-Linkage-Dayle-Angus-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:97:\"https://buzz-caribbean.com/article/tobago-fashion-house-debuts-new-collection-at-ny-fashion-week/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:97:\"https://buzz-caribbean.com/article/tobago-fashion-house-debuts-new-collection-at-ny-fashion-week/\";s:16:\"desktop_bigimage\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/Cover-Linkage-Dayle-Angus-300x163.jpg\";s:12:\"desktop_icon\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/Cover-Linkage-Dayle-Angus-150x150.jpg\";s:4:\"name\";s:61:\"Tobago fashion house debuts new collection at NY Fashion Week\";s:7:\"post_id\";s:4:\"8388\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(411,'','Apple unveils three new iPhones','custom','Apple unveils three new iPhones','2019-09-10 16:38:06','2019-09-10 16:38:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:31:\"Apple unveils three new iPhones\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Apple_iphone_11-water-resistant-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8391\",\"post_id\":\"8391\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:83:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/apple-unveils-three-new-iphones\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:112:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Apple_iphone_11-water-resistant-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:67:\"https://buzz-caribbean.com/article/apple-unveils-three-new-iphones/\";s:11:\"fbmsn_image\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Apple_iphone_11-water-resistant-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:67:\"https://buzz-caribbean.com/article/apple-unveils-three-new-iphones/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:67:\"https://buzz-caribbean.com/article/apple-unveils-three-new-iphones/\";s:16:\"desktop_bigimage\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Apple_iphone_11-water-resistant-300x169.jpg\";s:12:\"desktop_icon\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Apple_iphone_11-water-resistant-150x150.jpg\";s:4:\"name\";s:31:\"Apple unveils three new iPhones\";s:7:\"post_id\";s:4:\"8391\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(412,'','Yuh waan breadfruit?','custom','Yuh waan breadfruit?','2019-09-10 16:53:07','2019-09-10 16:53:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:20:\"Yuh waan breadfruit?\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:108:\"https://buzz-caribbean.com/app/uploads/2019/09/Breadfruit-Chi-Ching-Ching-Jamaica-Buzz-Caribbean-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8372\",\"post_id\":\"8372\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:71:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/yuh-waan-breadfruit\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:130:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Breadfruit-Chi-Ching-Ching-Jamaica-Buzz-Caribbean-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:55:\"https://buzz-caribbean.com/article/yuh-waan-breadfruit/\";s:11:\"fbmsn_image\";s:108:\"https://buzz-caribbean.com/app/uploads/2019/09/Breadfruit-Chi-Ching-Ching-Jamaica-Buzz-Caribbean-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:55:\"https://buzz-caribbean.com/article/yuh-waan-breadfruit/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:55:\"https://buzz-caribbean.com/article/yuh-waan-breadfruit/\";s:16:\"desktop_bigimage\";s:108:\"https://buzz-caribbean.com/app/uploads/2019/09/Breadfruit-Chi-Ching-Ching-Jamaica-Buzz-Caribbean-300x164.jpg\";s:12:\"desktop_icon\";s:108:\"https://buzz-caribbean.com/app/uploads/2019/09/Breadfruit-Chi-Ching-Ching-Jamaica-Buzz-Caribbean-150x150.jpg\";s:4:\"name\";s:20:\"Yuh waan breadfruit?\";s:7:\"post_id\";s:4:\"8372\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(413,'','The Government isn\'t trying to stifle culture, says PM','custom','The Government isn\'t trying to stifle culture, says PM','2019-09-10 18:08:07','2019-09-10 18:08:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:54:\"The Government isn\'t trying to stifle culture, says PM\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-spend-buzz-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8426\",\"post_id\":\"8426\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:104:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/the-government-isnt-trying-to-stifle-culture-says-pm\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:106:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/andrew-holness-spend-buzz-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:88:\"https://buzz-caribbean.com/article/the-government-isnt-trying-to-stifle-culture-says-pm/\";s:11:\"fbmsn_image\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-spend-buzz-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:88:\"https://buzz-caribbean.com/article/the-government-isnt-trying-to-stifle-culture-says-pm/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:88:\"https://buzz-caribbean.com/article/the-government-isnt-trying-to-stifle-culture-says-pm/\";s:16:\"desktop_bigimage\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-spend-buzz-300x200.jpg\";s:12:\"desktop_icon\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/08/andrew-holness-spend-buzz-150x150.jpg\";s:4:\"name\";s:54:\"The Government isn\'t trying to stifle culture, says PM\";s:7:\"post_id\";s:4:\"8426\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(414,'','Leisha Wong sees growth in Jamaica’s culinary events','custom','Leisha Wong sees growth in Jamaica’s culinary events','2019-09-10 18:38:36','2019-09-10 18:38:36',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:54:\"Leisha Wong sees growth in Jamaica’s culinary events\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen5-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8427\",\"post_id\":\"8427\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:103:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/leisha-wong-sees-growth-in-jamaicas-culinary-events\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:98:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/kingtson-kitchen5-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:87:\"https://buzz-caribbean.com/article/leisha-wong-sees-growth-in-jamaicas-culinary-events/\";s:11:\"fbmsn_image\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen5-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:87:\"https://buzz-caribbean.com/article/leisha-wong-sees-growth-in-jamaicas-culinary-events/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:87:\"https://buzz-caribbean.com/article/leisha-wong-sees-growth-in-jamaicas-culinary-events/\";s:16:\"desktop_bigimage\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen5-300x169.jpg\";s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/kingtson-kitchen5-150x150.jpg\";s:4:\"name\";s:54:\"Leisha Wong sees growth in Jamaica’s culinary events\";s:7:\"post_id\";s:4:\"8427\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(415,'','Caribbean Wellness Day to be celebrated on Saturday','custom','Caribbean Wellness Day to be celebrated on Saturday','2019-09-10 19:23:14','2019-09-10 19:23:14',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:51:\"Caribbean Wellness Day to be celebrated on Saturday\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/wellness-day-dancing-ladies-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8450\",\"post_id\":\"8450\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:103:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/caribbean-wellness-day-to-be-celebrated-on-saturday\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:108:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/wellness-day-dancing-ladies-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:87:\"https://buzz-caribbean.com/article/caribbean-wellness-day-to-be-celebrated-on-saturday/\";s:11:\"fbmsn_image\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/wellness-day-dancing-ladies-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:87:\"https://buzz-caribbean.com/article/caribbean-wellness-day-to-be-celebrated-on-saturday/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:87:\"https://buzz-caribbean.com/article/caribbean-wellness-day-to-be-celebrated-on-saturday/\";s:16:\"desktop_bigimage\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/wellness-day-dancing-ladies-300x200.jpg\";s:12:\"desktop_icon\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/wellness-day-dancing-ladies-150x150.jpg\";s:4:\"name\";s:51:\"Caribbean Wellness Day to be celebrated on Saturday\";s:7:\"post_id\";s:4:\"8450\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(416,'','The Weeknd shocks fans with new haircut','custom','The Weeknd shocks fans with new haircut','2019-09-10 19:38:26','2019-09-10 19:38:26',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:39:\"The Weeknd shocks fans with new haircut\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/the-weeknd-new-hair-allure-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8432\",\"post_id\":\"8432\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:91:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/the-weeknd-shocks-fans-with-new-haircut\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:107:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/the-weeknd-new-hair-allure-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:75:\"https://buzz-caribbean.com/article/the-weeknd-shocks-fans-with-new-haircut/\";s:11:\"fbmsn_image\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/the-weeknd-new-hair-allure-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:75:\"https://buzz-caribbean.com/article/the-weeknd-shocks-fans-with-new-haircut/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:75:\"https://buzz-caribbean.com/article/the-weeknd-shocks-fans-with-new-haircut/\";s:16:\"desktop_bigimage\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/the-weeknd-new-hair-allure-300x169.jpg\";s:12:\"desktop_icon\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/the-weeknd-new-hair-allure-150x150.jpg\";s:4:\"name\";s:39:\"The Weeknd shocks fans with new haircut\";s:7:\"post_id\";s:4:\"8432\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(417,'','Newsflash from Tufton: Bleaching cream and plastic surgery won\'t offset ageing','custom','Newsflash from Tufton: Bleaching cream and plastic surgery won\'t offset ageing','2019-09-10 20:08:27','2019-09-10 20:08:27',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:78:\"Newsflash from Tufton: Bleaching cream and plastic surgery won\'t offset ageing\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/christopher-tufton-wellness-day-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8467\",\"post_id\":\"8467\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:128:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/newsflash-from-tufton-bleaching-cream-and-plastic-surgery-wont-offset-ageing\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:114:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/christopher-tufton-wellness-day-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:112:\"https://buzz-caribbean.com/article/newsflash-from-tufton-bleaching-cream-and-plastic-surgery-wont-offset-ageing/\";s:11:\"fbmsn_image\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/christopher-tufton-wellness-day-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:112:\"https://buzz-caribbean.com/article/newsflash-from-tufton-bleaching-cream-and-plastic-surgery-wont-offset-ageing/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:112:\"https://buzz-caribbean.com/article/newsflash-from-tufton-bleaching-cream-and-plastic-surgery-wont-offset-ageing/\";s:16:\"desktop_bigimage\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/christopher-tufton-wellness-day-1-300x200.jpg\";s:12:\"desktop_icon\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/christopher-tufton-wellness-day-1-150x150.jpg\";s:4:\"name\";s:78:\"Newsflash from Tufton: Bleaching cream and plastic surgery won\'t offset ageing\";s:7:\"post_id\";s:4:\"8467\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(418,'','JC thrash Greater Portmore 10-0 in Digicel Manning Cup','custom','JC thrash Greater Portmore 10-0 in Digicel Manning Cup','2019-09-10 20:23:08','2019-09-10 20:23:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:54:\"JC thrash Greater Portmore 10-0 in Digicel Manning Cup\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/08/football-game-grass-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8472\",\"post_id\":\"8472\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:106:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jc-thrash-greater-portmore-10-0-in-digicel-manning-cup\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:100:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/football-game-grass-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:90:\"https://buzz-caribbean.com/article/jc-thrash-greater-portmore-10-0-in-digicel-manning-cup/\";s:11:\"fbmsn_image\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/08/football-game-grass-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:90:\"https://buzz-caribbean.com/article/jc-thrash-greater-portmore-10-0-in-digicel-manning-cup/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:90:\"https://buzz-caribbean.com/article/jc-thrash-greater-portmore-10-0-in-digicel-manning-cup/\";s:16:\"desktop_bigimage\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/08/football-game-grass-300x200.jpg\";s:12:\"desktop_icon\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/08/football-game-grass-150x150.jpg\";s:4:\"name\";s:54:\"JC thrash Greater Portmore 10-0 in Digicel Manning Cup\";s:7:\"post_id\";s:4:\"8472\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(419,'','Construction of 3000-room hotel to begin in St. Ann by year-end','custom','Construction of 3000-room hotel to begin in St. Ann by year-end','2019-09-11 05:08:08','2019-09-11 05:08:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:63:\"Construction of 3000-room hotel to begin in St. Ann by year-end\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/edmund-bartlett-buzz-demo-2-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8474\",\"post_id\":\"8474\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:114:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/construction-of-3000-room-hotel-to-begin-in-st-ann-by-year-end\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:108:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/edmund-bartlett-buzz-demo-2-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:98:\"https://buzz-caribbean.com/article/construction-of-3000-room-hotel-to-begin-in-st-ann-by-year-end/\";s:11:\"fbmsn_image\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/edmund-bartlett-buzz-demo-2-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:98:\"https://buzz-caribbean.com/article/construction-of-3000-room-hotel-to-begin-in-st-ann-by-year-end/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:98:\"https://buzz-caribbean.com/article/construction-of-3000-room-hotel-to-begin-in-st-ann-by-year-end/\";s:16:\"desktop_bigimage\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/edmund-bartlett-buzz-demo-2-300x283.jpg\";s:12:\"desktop_icon\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/edmund-bartlett-buzz-demo-2-150x150.jpg\";s:4:\"name\";s:63:\"Construction of 3000-room hotel to begin in St. Ann by year-end\";s:7:\"post_id\";s:4:\"8474\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(420,'','Jamaica must prepare - PM Holness','custom','Jamaica must prepare - PM Holness','2019-09-11 06:11:05','2019-09-11 06:11:05',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:33:\"Jamaica must prepare - PM Holness\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/holness-buzz-demo-parliament-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8477\",\"post_id\":\"8477\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:83:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jamaica-must-prepare-pm-holness\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:109:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/holness-buzz-demo-parliament-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:67:\"https://buzz-caribbean.com/article/jamaica-must-prepare-pm-holness/\";s:11:\"fbmsn_image\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/holness-buzz-demo-parliament-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:67:\"https://buzz-caribbean.com/article/jamaica-must-prepare-pm-holness/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:67:\"https://buzz-caribbean.com/article/jamaica-must-prepare-pm-holness/\";s:16:\"desktop_bigimage\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/holness-buzz-demo-parliament-300x200.jpg\";s:12:\"desktop_icon\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/holness-buzz-demo-parliament-150x150.jpg\";s:4:\"name\";s:33:\"Jamaica must prepare - PM Holness\";s:7:\"post_id\";s:4:\"8477\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(421,'','PAHO requesting an initial US$3.5 million from donors for Bahamas','custom','PAHO requesting an initial US$3.5 million from donors for Bahamas','2019-09-11 07:08:09','2019-09-11 07:08:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:65:\"PAHO requesting an initial US$3.5 million from donors for Bahamas\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/dr-ciro-ugarte-buzz-demo-paho-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8482\",\"post_id\":\"8482\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:116:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/paho-requesting-an-initial-us3-5-million-from-donors-for-bahamas\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:110:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/dr-ciro-ugarte-buzz-demo-paho-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:100:\"https://buzz-caribbean.com/article/paho-requesting-an-initial-us3-5-million-from-donors-for-bahamas/\";s:11:\"fbmsn_image\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/dr-ciro-ugarte-buzz-demo-paho-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:100:\"https://buzz-caribbean.com/article/paho-requesting-an-initial-us3-5-million-from-donors-for-bahamas/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:100:\"https://buzz-caribbean.com/article/paho-requesting-an-initial-us3-5-million-from-donors-for-bahamas/\";s:16:\"desktop_bigimage\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/dr-ciro-ugarte-buzz-demo-paho-300x200.jpg\";s:12:\"desktop_icon\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/dr-ciro-ugarte-buzz-demo-paho-150x150.jpg\";s:4:\"name\";s:65:\"PAHO requesting an initial US$3.5 million from donors for Bahamas\";s:7:\"post_id\";s:4:\"8482\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(422,'','Kylie Jenner poses nude for Playboy','custom','Kylie Jenner poses nude for Playboy','2019-09-11 08:38:15','2019-09-11 08:38:15',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:35:\"Kylie Jenner poses nude for Playboy\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/kylie-jenner-20190910-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8437\",\"post_id\":\"8437\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:87:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/kylie-jenner-poses-nude-for-playboy\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:102:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/kylie-jenner-20190910-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:71:\"https://buzz-caribbean.com/article/kylie-jenner-poses-nude-for-playboy/\";s:11:\"fbmsn_image\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/kylie-jenner-20190910-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:71:\"https://buzz-caribbean.com/article/kylie-jenner-poses-nude-for-playboy/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:71:\"https://buzz-caribbean.com/article/kylie-jenner-poses-nude-for-playboy/\";s:16:\"desktop_bigimage\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/kylie-jenner-20190910-300x195.jpg\";s:12:\"desktop_icon\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/kylie-jenner-20190910-150x150.jpg\";s:4:\"name\";s:35:\"Kylie Jenner poses nude for Playboy\";s:7:\"post_id\";s:4:\"8437\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(423,'','Apple introduces new iPad and Apple Watch','custom','Apple introduces new iPad and Apple Watch','2019-09-11 10:23:07','2019-09-11 10:23:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:41:\"Apple introduces new iPad and Apple Watch\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/09/image-14-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8425\",\"post_id\":\"8425\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:93:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/apple-introduces-new-ipad-and-apple-watch\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:89:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/image-14-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:77:\"https://buzz-caribbean.com/article/apple-introduces-new-ipad-and-apple-watch/\";s:11:\"fbmsn_image\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/09/image-14-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:77:\"https://buzz-caribbean.com/article/apple-introduces-new-ipad-and-apple-watch/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:77:\"https://buzz-caribbean.com/article/apple-introduces-new-ipad-and-apple-watch/\";s:16:\"desktop_bigimage\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/09/image-14-300x202.png\";s:12:\"desktop_icon\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/09/image-14-150x150.png\";s:4:\"name\";s:41:\"Apple introduces new iPad and Apple Watch\";s:7:\"post_id\";s:4:\"8425\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(424,'','JHTA to donate US$20,000 to The Bahamas','custom','JHTA to donate US$20,000 to The Bahamas','2019-09-11 11:08:08','2019-09-11 11:08:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:39:\"JHTA to donate US$20,000 to The Bahamas\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/JHTA-Bahamas-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8521\",\"post_id\":\"8521\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:89:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jhta-to-donate-us20000-to-the-bahamas\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:93:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/JHTA-Bahamas-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:73:\"https://buzz-caribbean.com/article/jhta-to-donate-us20000-to-the-bahamas/\";s:11:\"fbmsn_image\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/JHTA-Bahamas-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:73:\"https://buzz-caribbean.com/article/jhta-to-donate-us20000-to-the-bahamas/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:73:\"https://buzz-caribbean.com/article/jhta-to-donate-us20000-to-the-bahamas/\";s:16:\"desktop_bigimage\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/JHTA-Bahamas-300x204.jpg\";s:12:\"desktop_icon\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/JHTA-Bahamas-150x150.jpg\";s:4:\"name\";s:39:\"JHTA to donate US$20,000 to The Bahamas\";s:7:\"post_id\";s:4:\"8521\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(425,'','FIFA 20 demo kicks into action','custom','FIFA 20 demo kicks into action','2019-09-11 11:23:21','2019-09-11 11:23:21',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:30:\"FIFA 20 demo kicks into action\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:91:\"https://buzz-caribbean.com/app/uploads/2019/09/Buzz-Caribbean-FIFA-20-EA-Sports-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8526\",\"post_id\":\"8526\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:82:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/fifa-20-demo-kicks-into-action\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:113:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Buzz-Caribbean-FIFA-20-EA-Sports-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:66:\"https://buzz-caribbean.com/article/fifa-20-demo-kicks-into-action/\";s:11:\"fbmsn_image\";s:91:\"https://buzz-caribbean.com/app/uploads/2019/09/Buzz-Caribbean-FIFA-20-EA-Sports-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:66:\"https://buzz-caribbean.com/article/fifa-20-demo-kicks-into-action/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:66:\"https://buzz-caribbean.com/article/fifa-20-demo-kicks-into-action/\";s:16:\"desktop_bigimage\";s:91:\"https://buzz-caribbean.com/app/uploads/2019/09/Buzz-Caribbean-FIFA-20-EA-Sports-300x169.jpg\";s:12:\"desktop_icon\";s:91:\"https://buzz-caribbean.com/app/uploads/2019/09/Buzz-Caribbean-FIFA-20-EA-Sports-150x150.jpg\";s:4:\"name\";s:30:\"FIFA 20 demo kicks into action\";s:7:\"post_id\";s:4:\"8526\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(426,'','At 50 years old, Jennifer Lopez wants to have another child','custom','At 50 years old, Jennifer Lopez wants to have another child','2019-09-11 11:23:21','2019-09-11 11:23:21',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:59:\"At 50 years old, Jennifer Lopez wants to have another child\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/jennifer-lopez-husband-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8527\",\"post_id\":\"8527\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:110:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/at-50-years-old-jennifer-lopez-wants-to-have-another-child\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:103:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/jennifer-lopez-husband-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:94:\"https://buzz-caribbean.com/article/at-50-years-old-jennifer-lopez-wants-to-have-another-child/\";s:11:\"fbmsn_image\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/jennifer-lopez-husband-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:94:\"https://buzz-caribbean.com/article/at-50-years-old-jennifer-lopez-wants-to-have-another-child/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:94:\"https://buzz-caribbean.com/article/at-50-years-old-jennifer-lopez-wants-to-have-another-child/\";s:16:\"desktop_bigimage\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/jennifer-lopez-husband-300x195.jpg\";s:12:\"desktop_icon\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/jennifer-lopez-husband-150x150.jpg\";s:4:\"name\";s:59:\"At 50 years old, Jennifer Lopez wants to have another child\";s:7:\"post_id\";s:4:\"8527\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(427,'','Red Bull Culture Clash coming to Jamaica on November 2','custom','Red Bull Culture Clash coming to Jamaica on November 2','2019-09-11 12:23:12','2019-09-11 12:23:12',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:54:\"Red Bull Culture Clash coming to Jamaica on November 2\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/red-bull-culture-clash-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8544\",\"post_id\":\"8544\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:106:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/red-bull-culture-clash-coming-to-jamaica-on-november-2\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:103:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/red-bull-culture-clash-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:90:\"https://buzz-caribbean.com/article/red-bull-culture-clash-coming-to-jamaica-on-november-2/\";s:11:\"fbmsn_image\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/red-bull-culture-clash-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:90:\"https://buzz-caribbean.com/article/red-bull-culture-clash-coming-to-jamaica-on-november-2/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:90:\"https://buzz-caribbean.com/article/red-bull-culture-clash-coming-to-jamaica-on-november-2/\";s:16:\"desktop_bigimage\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/red-bull-culture-clash-300x169.jpg\";s:12:\"desktop_icon\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/red-bull-culture-clash-150x150.jpg\";s:4:\"name\";s:54:\"Red Bull Culture Clash coming to Jamaica on November 2\";s:7:\"post_id\";s:4:\"8544\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(428,'','Mariah Carey\'s daughter takes her shopping at Target','custom','Mariah Carey\'s daughter takes her shopping at Target','2019-09-11 12:38:10','2019-09-11 12:38:10',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:52:\"Mariah Carey\'s daughter takes her shopping at Target\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/mariah-carey-20190911-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8555\",\"post_id\":\"8555\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:103:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/mariah-careys-daughter-takes-her-shopping-at-target\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:102:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/mariah-carey-20190911-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:87:\"https://buzz-caribbean.com/article/mariah-careys-daughter-takes-her-shopping-at-target/\";s:11:\"fbmsn_image\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/mariah-carey-20190911-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:87:\"https://buzz-caribbean.com/article/mariah-careys-daughter-takes-her-shopping-at-target/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:87:\"https://buzz-caribbean.com/article/mariah-careys-daughter-takes-her-shopping-at-target/\";s:16:\"desktop_bigimage\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/mariah-carey-20190911-300x195.jpg\";s:12:\"desktop_icon\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/mariah-carey-20190911-150x150.jpg\";s:4:\"name\";s:52:\"Mariah Carey\'s daughter takes her shopping at Target\";s:7:\"post_id\";s:4:\"8555\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(429,'','KSAMC to meet with party promoters','custom','KSAMC to meet with party promoters','2019-09-11 13:08:09','2019-09-11 13:08:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:34:\"KSAMC to meet with party promoters\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/kingston-mayor-delroy-williams-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8560\",\"post_id\":\"8560\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:86:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/ksamc-to-meet-with-party-promoters\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:111:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/kingston-mayor-delroy-williams-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:70:\"https://buzz-caribbean.com/article/ksamc-to-meet-with-party-promoters/\";s:11:\"fbmsn_image\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/kingston-mayor-delroy-williams-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:70:\"https://buzz-caribbean.com/article/ksamc-to-meet-with-party-promoters/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:70:\"https://buzz-caribbean.com/article/ksamc-to-meet-with-party-promoters/\";s:16:\"desktop_bigimage\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/kingston-mayor-delroy-williams-300x189.jpg\";s:12:\"desktop_icon\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/kingston-mayor-delroy-williams-150x150.jpg\";s:4:\"name\";s:34:\"KSAMC to meet with party promoters\";s:7:\"post_id\";s:4:\"8560\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(430,'','Vaping and e-cigarettes linked to lung disease, says medical association','custom','Vaping and e-cigarettes linked to lung disease, says medical association','2019-09-11 13:23:06','2019-09-11 13:23:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:72:\"Vaping and e-cigarettes linked to lung disease, says medical association\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:116:\"https://buzz-caribbean.com/app/uploads/2019/09/e-cigarette-vaping-adult-baseball-cap-bearded-man-2605589-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8563\",\"post_id\":\"8563\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:123:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/vaping-and-e-cigarettes-linked-to-lung-disease-says-medical-association\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:138:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/e-cigarette-vaping-adult-baseball-cap-bearded-man-2605589-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:107:\"https://buzz-caribbean.com/article/vaping-and-e-cigarettes-linked-to-lung-disease-says-medical-association/\";s:11:\"fbmsn_image\";s:116:\"https://buzz-caribbean.com/app/uploads/2019/09/e-cigarette-vaping-adult-baseball-cap-bearded-man-2605589-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:107:\"https://buzz-caribbean.com/article/vaping-and-e-cigarettes-linked-to-lung-disease-says-medical-association/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:107:\"https://buzz-caribbean.com/article/vaping-and-e-cigarettes-linked-to-lung-disease-says-medical-association/\";s:16:\"desktop_bigimage\";s:116:\"https://buzz-caribbean.com/app/uploads/2019/09/e-cigarette-vaping-adult-baseball-cap-bearded-man-2605589-300x200.jpg\";s:12:\"desktop_icon\";s:116:\"https://buzz-caribbean.com/app/uploads/2019/09/e-cigarette-vaping-adult-baseball-cap-bearded-man-2605589-150x150.jpg\";s:4:\"name\";s:72:\"Vaping and e-cigarettes linked to lung disease, says medical association\";s:7:\"post_id\";s:4:\"8563\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(431,'','Rain Water Harvesting – a possible solution to our water woes','custom','Rain Water Harvesting – a possible solution to our water woes','2019-09-11 13:23:06','2019-09-11 13:23:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:63:\"Rain Water Harvesting – a possible solution to our water woes\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:102:\"https://buzz-caribbean.com/app/uploads/2019/09/drought-rainwater-harvesting-Buzz-Caribbean-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8537\",\"post_id\":\"8537\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:111:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/rain-water-harvesting-a-possible-solution-to-our-water-woes\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:124:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/drought-rainwater-harvesting-Buzz-Caribbean-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:95:\"https://buzz-caribbean.com/article/rain-water-harvesting-a-possible-solution-to-our-water-woes/\";s:11:\"fbmsn_image\";s:102:\"https://buzz-caribbean.com/app/uploads/2019/09/drought-rainwater-harvesting-Buzz-Caribbean-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:95:\"https://buzz-caribbean.com/article/rain-water-harvesting-a-possible-solution-to-our-water-woes/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:95:\"https://buzz-caribbean.com/article/rain-water-harvesting-a-possible-solution-to-our-water-woes/\";s:16:\"desktop_bigimage\";s:102:\"https://buzz-caribbean.com/app/uploads/2019/09/drought-rainwater-harvesting-Buzz-Caribbean-300x199.jpg\";s:12:\"desktop_icon\";s:102:\"https://buzz-caribbean.com/app/uploads/2019/09/drought-rainwater-harvesting-Buzz-Caribbean-150x150.jpg\";s:4:\"name\";s:63:\"Rain Water Harvesting – a possible solution to our water woes\";s:7:\"post_id\";s:4:\"8537\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(432,'','PNP to discuss issues raised during election campaign','custom','PNP to discuss issues raised during election campaign','2019-09-11 13:38:06','2019-09-11 13:38:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:53:\"PNP to discuss issues raised during election campaign\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/peter-phillips-PNP-press-conference-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8565\",\"post_id\":\"8565\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:105:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/pnp-to-discuss-issues-raised-during-election-campaign\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:116:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/peter-phillips-PNP-press-conference-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:89:\"https://buzz-caribbean.com/article/pnp-to-discuss-issues-raised-during-election-campaign/\";s:11:\"fbmsn_image\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/peter-phillips-PNP-press-conference-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:89:\"https://buzz-caribbean.com/article/pnp-to-discuss-issues-raised-during-election-campaign/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:89:\"https://buzz-caribbean.com/article/pnp-to-discuss-issues-raised-during-election-campaign/\";s:16:\"desktop_bigimage\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/peter-phillips-PNP-press-conference-300x200.jpg\";s:12:\"desktop_icon\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/peter-phillips-PNP-press-conference-150x150.jpg\";s:4:\"name\";s:53:\"PNP to discuss issues raised during election campaign\";s:7:\"post_id\";s:4:\"8565\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(433,'','Six daCosta Cup teams seek to keep winning record going','custom','Six daCosta Cup teams seek to keep winning record going','2019-09-11 14:38:10','2019-09-11 14:38:10',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:55:\"Six daCosta Cup teams seek to keep winning record going\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/soccer-ball-football-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8575\",\"post_id\":\"8575\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:107:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/six-dacosta-cup-teams-seek-to-keep-winning-record-going\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:101:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/soccer-ball-football-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:91:\"https://buzz-caribbean.com/article/six-dacosta-cup-teams-seek-to-keep-winning-record-going/\";s:11:\"fbmsn_image\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/soccer-ball-football-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:91:\"https://buzz-caribbean.com/article/six-dacosta-cup-teams-seek-to-keep-winning-record-going/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:91:\"https://buzz-caribbean.com/article/six-dacosta-cup-teams-seek-to-keep-winning-record-going/\";s:16:\"desktop_bigimage\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/soccer-ball-football-300x169.jpg\";s:12:\"desktop_icon\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/soccer-ball-football-150x150.jpg\";s:4:\"name\";s:55:\"Six daCosta Cup teams seek to keep winning record going\";s:7:\"post_id\";s:4:\"8575\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(434,'','Guardsman Hospitality to renovate Fort Clarence for October 18 re-opening','custom','Guardsman Hospitality to renovate Fort Clarence for October 18 re-opening','2019-09-11 14:53:10','2019-09-11 14:53:10',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:73:\"Guardsman Hospitality to renovate Fort Clarence for October 18 re-opening\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/Sargassum-Fort-Clarence-Guardsman-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8573\",\"post_id\":\"8573\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:125:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/guardsman-hospitality-to-renovate-fort-clarence-for-october-18-re-opening\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:114:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Sargassum-Fort-Clarence-Guardsman-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:109:\"https://buzz-caribbean.com/article/guardsman-hospitality-to-renovate-fort-clarence-for-october-18-re-opening/\";s:11:\"fbmsn_image\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/Sargassum-Fort-Clarence-Guardsman-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:109:\"https://buzz-caribbean.com/article/guardsman-hospitality-to-renovate-fort-clarence-for-october-18-re-opening/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:109:\"https://buzz-caribbean.com/article/guardsman-hospitality-to-renovate-fort-clarence-for-october-18-re-opening/\";s:16:\"desktop_bigimage\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/Sargassum-Fort-Clarence-Guardsman-300x200.jpg\";s:12:\"desktop_icon\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/Sargassum-Fort-Clarence-Guardsman-150x150.jpg\";s:4:\"name\";s:73:\"Guardsman Hospitality to renovate Fort Clarence for October 18 re-opening\";s:7:\"post_id\";s:4:\"8573\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(435,'','Pay attention to the drains, Phillips tells the Government','custom','Pay attention to the drains, Phillips tells the Government','2019-09-11 15:23:06','2019-09-11 15:23:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:58:\"Pay attention to the drains, Phillips tells the Government\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/peter-phillips-AH-20190911-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8593\",\"post_id\":\"8593\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:109:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/pay-attention-to-the-drains-phillips-tells-the-government\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:107:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/peter-phillips-AH-20190911-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:93:\"https://buzz-caribbean.com/article/pay-attention-to-the-drains-phillips-tells-the-government/\";s:11:\"fbmsn_image\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/peter-phillips-AH-20190911-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:93:\"https://buzz-caribbean.com/article/pay-attention-to-the-drains-phillips-tells-the-government/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:93:\"https://buzz-caribbean.com/article/pay-attention-to-the-drains-phillips-tells-the-government/\";s:16:\"desktop_bigimage\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/peter-phillips-AH-20190911-300x200.jpg\";s:12:\"desktop_icon\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/peter-phillips-AH-20190911-150x150.jpg\";s:4:\"name\";s:58:\"Pay attention to the drains, Phillips tells the Government\";s:7:\"post_id\";s:4:\"8593\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(436,'','US Presidential candidate of Jamaican ancestry visits Jamaica','custom','US Presidential candidate of Jamaican ancestry visits Jamaica','2019-09-11 15:23:06','2019-09-11 15:23:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:61:\"US Presidential candidate of Jamaican ancestry visits Jamaica\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:102:\"https://buzz-caribbean.com/app/uploads/2019/09/Wayne-Messam-US-Presidential-Candidate-Buzz-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8596\",\"post_id\":\"8596\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:113:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/us-presidential-candidate-of-jamaican-ancestry-visits-jamaica\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:124:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Wayne-Messam-US-Presidential-Candidate-Buzz-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:97:\"https://buzz-caribbean.com/article/us-presidential-candidate-of-jamaican-ancestry-visits-jamaica/\";s:11:\"fbmsn_image\";s:102:\"https://buzz-caribbean.com/app/uploads/2019/09/Wayne-Messam-US-Presidential-Candidate-Buzz-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:97:\"https://buzz-caribbean.com/article/us-presidential-candidate-of-jamaican-ancestry-visits-jamaica/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:97:\"https://buzz-caribbean.com/article/us-presidential-candidate-of-jamaican-ancestry-visits-jamaica/\";s:16:\"desktop_bigimage\";s:102:\"https://buzz-caribbean.com/app/uploads/2019/09/Wayne-Messam-US-Presidential-Candidate-Buzz-300x218.jpg\";s:12:\"desktop_icon\";s:102:\"https://buzz-caribbean.com/app/uploads/2019/09/Wayne-Messam-US-Presidential-Candidate-Buzz-150x150.jpg\";s:4:\"name\";s:61:\"US Presidential candidate of Jamaican ancestry visits Jamaica\";s:7:\"post_id\";s:4:\"8596\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(437,'','Chance the Rapper told his wife \'let\'s get married\' when he was nine','custom','Chance the Rapper told his wife \'let\'s get married\' when he was nine','2019-09-11 15:38:07','2019-09-11 15:38:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:68:\"Chance the Rapper told his wife \'let\'s get married\' when he was nine\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/chance-the-rapper-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8605\",\"post_id\":\"8605\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:117:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/chance-the-rapper-told-his-wife-lets-get-married-when-he-was-nine\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:98:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/chance-the-rapper-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:101:\"https://buzz-caribbean.com/article/chance-the-rapper-told-his-wife-lets-get-married-when-he-was-nine/\";s:11:\"fbmsn_image\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/chance-the-rapper-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:101:\"https://buzz-caribbean.com/article/chance-the-rapper-told-his-wife-lets-get-married-when-he-was-nine/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:101:\"https://buzz-caribbean.com/article/chance-the-rapper-told-his-wife-lets-get-married-when-he-was-nine/\";s:16:\"desktop_bigimage\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/chance-the-rapper-300x195.jpg\";s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/chance-the-rapper-150x150.jpg\";s:4:\"name\";s:68:\"Chance the Rapper told his wife \'let\'s get married\' when he was nine\";s:7:\"post_id\";s:4:\"8605\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(438,'','Alumina production to be suspended at JISCO/Alpart','custom','Alumina production to be suspended at JISCO/Alpart','2019-09-11 16:23:07','2019-09-11 16:23:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:50:\"Alumina production to be suspended at JISCO/Alpart\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/robert-montague-20190911-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8614\",\"post_id\":\"8614\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:102:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/alumina-production-to-be-suspended-at-jisco-alpart\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:105:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/robert-montague-20190911-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:86:\"https://buzz-caribbean.com/article/alumina-production-to-be-suspended-at-jisco-alpart/\";s:11:\"fbmsn_image\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/robert-montague-20190911-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:86:\"https://buzz-caribbean.com/article/alumina-production-to-be-suspended-at-jisco-alpart/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:86:\"https://buzz-caribbean.com/article/alumina-production-to-be-suspended-at-jisco-alpart/\";s:16:\"desktop_bigimage\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/robert-montague-20190911-300x196.jpg\";s:12:\"desktop_icon\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/robert-montague-20190911-150x150.jpg\";s:4:\"name\";s:50:\"Alumina production to be suspended at JISCO/Alpart\";s:7:\"post_id\";s:4:\"8614\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(439,'','Pizza Hut takes a slice out of Jamaica’s gaming industry','custom','Pizza Hut takes a slice out of Jamaica’s gaming industry','2019-09-11 16:53:55','2019-09-11 16:53:55',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:58:\"Pizza Hut takes a slice out of Jamaica’s gaming industry\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/Pizza-Hut-Gaming-A-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8621\",\"post_id\":\"8621\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:107:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/pizza-hut-takes-a-slice-out-of-jamaicas-gaming-industry\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:99:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Pizza-Hut-Gaming-A-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:91:\"https://buzz-caribbean.com/article/pizza-hut-takes-a-slice-out-of-jamaicas-gaming-industry/\";s:11:\"fbmsn_image\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/Pizza-Hut-Gaming-A-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:91:\"https://buzz-caribbean.com/article/pizza-hut-takes-a-slice-out-of-jamaicas-gaming-industry/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:91:\"https://buzz-caribbean.com/article/pizza-hut-takes-a-slice-out-of-jamaicas-gaming-industry/\";s:16:\"desktop_bigimage\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/Pizza-Hut-Gaming-A-300x224.jpg\";s:12:\"desktop_icon\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/Pizza-Hut-Gaming-A-150x150.jpg\";s:4:\"name\";s:58:\"Pizza Hut takes a slice out of Jamaica’s gaming industry\";s:7:\"post_id\";s:4:\"8621\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(440,'','Briana Williams named in Jamaica’s World Champs team pending hearing','custom','Briana Williams named in Jamaica’s World Champs team pending hearing','2019-09-11 17:38:20','2019-09-11 17:38:20',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:70:\"Briana Williams named in Jamaica’s World Champs team pending hearing\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/08/briana-williams-Jamaican-athlete-BUZZ-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8628\",\"post_id\":\"8628\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:119:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/briana-williams-named-in-jamaicas-world-champs-team-pending-hearing\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:118:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/briana-williams-Jamaican-athlete-BUZZ-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:103:\"https://buzz-caribbean.com/article/briana-williams-named-in-jamaicas-world-champs-team-pending-hearing/\";s:11:\"fbmsn_image\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/08/briana-williams-Jamaican-athlete-BUZZ-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:103:\"https://buzz-caribbean.com/article/briana-williams-named-in-jamaicas-world-champs-team-pending-hearing/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:103:\"https://buzz-caribbean.com/article/briana-williams-named-in-jamaicas-world-champs-team-pending-hearing/\";s:16:\"desktop_bigimage\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/08/briana-williams-Jamaican-athlete-BUZZ-300x200.jpg\";s:12:\"desktop_icon\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/08/briana-williams-Jamaican-athlete-BUZZ-150x150.jpg\";s:4:\"name\";s:70:\"Briana Williams named in Jamaica’s World Champs team pending hearing\";s:7:\"post_id\";s:4:\"8628\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(441,'','EU helping the Bahamas to bounce back from Hurricane Dorian','custom','EU helping the Bahamas to bounce back from Hurricane Dorian','2019-09-11 18:08:07','2019-09-11 18:08:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:59:\"EU helping the Bahamas to bounce back from Hurricane Dorian\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-bahamas-damage-img-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8634\",\"post_id\":\"8634\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:111:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/eu-helping-the-bahamas-to-bounce-back-from-hurricane-dorian\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:106:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/dorian-bahamas-damage-img-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:95:\"https://buzz-caribbean.com/article/eu-helping-the-bahamas-to-bounce-back-from-hurricane-dorian/\";s:11:\"fbmsn_image\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-bahamas-damage-img-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:95:\"https://buzz-caribbean.com/article/eu-helping-the-bahamas-to-bounce-back-from-hurricane-dorian/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:95:\"https://buzz-caribbean.com/article/eu-helping-the-bahamas-to-bounce-back-from-hurricane-dorian/\";s:16:\"desktop_bigimage\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-bahamas-damage-img-300x169.jpg\";s:12:\"desktop_icon\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-bahamas-damage-img-150x150.jpg\";s:4:\"name\";s:59:\"EU helping the Bahamas to bounce back from Hurricane Dorian\";s:7:\"post_id\";s:4:\"8634\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(442,'','Remembering Hurricane Ivan 15 years later','custom','Remembering Hurricane Ivan 15 years later','2019-09-11 20:08:06','2019-09-11 20:08:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:41:\"Remembering Hurricane Ivan 15 years later\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:98:\"https://buzz-caribbean.com/app/uploads/2019/09/hurricane-ivan-hope-river-damage-buzz-6-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8629\",\"post_id\":\"8629\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:93:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/remembering-hurricane-ivan-15-years-later\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:120:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/hurricane-ivan-hope-river-damage-buzz-6-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:77:\"https://buzz-caribbean.com/article/remembering-hurricane-ivan-15-years-later/\";s:11:\"fbmsn_image\";s:98:\"https://buzz-caribbean.com/app/uploads/2019/09/hurricane-ivan-hope-river-damage-buzz-6-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:77:\"https://buzz-caribbean.com/article/remembering-hurricane-ivan-15-years-later/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:77:\"https://buzz-caribbean.com/article/remembering-hurricane-ivan-15-years-later/\";s:16:\"desktop_bigimage\";s:98:\"https://buzz-caribbean.com/app/uploads/2019/09/hurricane-ivan-hope-river-damage-buzz-6-300x199.jpg\";s:12:\"desktop_icon\";s:98:\"https://buzz-caribbean.com/app/uploads/2019/09/hurricane-ivan-hope-river-damage-buzz-6-150x150.jpg\";s:4:\"name\";s:41:\"Remembering Hurricane Ivan 15 years later\";s:7:\"post_id\";s:4:\"8629\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(443,'','Insured losses caused by Dorian in the Caribbean could be as high as US$6.5 billion – RMS','custom','Insured losses caused by Dorian in the Caribbean could be as high as US$6.5 billion – RMS','2019-09-12 06:08:18','2019-09-12 06:08:18',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:91:\"Insured losses caused by Dorian in the Caribbean could be as high as US$6.5 billion – RMS\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/bahamas-hurricane-dorian-CBC-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8646\",\"post_id\":\"8646\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:138:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/insured-losses-caused-by-dorian-in-the-caribbean-could-be-as-high-as-us6-5-billion-rms\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:109:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/bahamas-hurricane-dorian-CBC-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:122:\"https://buzz-caribbean.com/article/insured-losses-caused-by-dorian-in-the-caribbean-could-be-as-high-as-us6-5-billion-rms/\";s:11:\"fbmsn_image\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/bahamas-hurricane-dorian-CBC-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:122:\"https://buzz-caribbean.com/article/insured-losses-caused-by-dorian-in-the-caribbean-could-be-as-high-as-us6-5-billion-rms/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:122:\"https://buzz-caribbean.com/article/insured-losses-caused-by-dorian-in-the-caribbean-could-be-as-high-as-us6-5-billion-rms/\";s:16:\"desktop_bigimage\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/bahamas-hurricane-dorian-CBC-300x225.jpg\";s:12:\"desktop_icon\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/bahamas-hurricane-dorian-CBC-150x150.jpg\";s:4:\"name\";s:91:\"Insured losses caused by Dorian in the Caribbean could be as high as US$6.5 billion – RMS\";s:7:\"post_id\";s:4:\"8646\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(444,'','Strong action coming for party posters on Corporate Area heritage sites, KSAMC warns','custom','Strong action coming for party posters on Corporate Area heritage sites, KSAMC warns','2019-09-12 06:53:17','2019-09-12 06:53:17',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:84:\"Strong action coming for party posters on Corporate Area heritage sites, KSAMC warns\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/09/delroy-williams-kingston-mayor-buzz-demo-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8659\",\"post_id\":\"8659\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:135:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/strong-action-coming-for-party-posters-on-corporate-area-heritage-sites-ksamc-warns\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:121:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/delroy-williams-kingston-mayor-buzz-demo-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:119:\"https://buzz-caribbean.com/article/strong-action-coming-for-party-posters-on-corporate-area-heritage-sites-ksamc-warns/\";s:11:\"fbmsn_image\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/09/delroy-williams-kingston-mayor-buzz-demo-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:119:\"https://buzz-caribbean.com/article/strong-action-coming-for-party-posters-on-corporate-area-heritage-sites-ksamc-warns/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:119:\"https://buzz-caribbean.com/article/strong-action-coming-for-party-posters-on-corporate-area-heritage-sites-ksamc-warns/\";s:16:\"desktop_bigimage\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/09/delroy-williams-kingston-mayor-buzz-demo-300x188.jpg\";s:12:\"desktop_icon\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/09/delroy-williams-kingston-mayor-buzz-demo-150x150.jpg\";s:4:\"name\";s:84:\"Strong action coming for party posters on Corporate Area heritage sites, KSAMC warns\";s:7:\"post_id\";s:4:\"8659\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(445,'','Sunshine Palace pauses late screenings due to SOE','custom','Sunshine Palace pauses late screenings due to SOE','2019-09-12 07:38:06','2019-09-12 07:38:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:49:\"Sunshine Palace pauses late screenings due to SOE\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:91:\"https://buzz-caribbean.com/app/uploads/2019/09/sunshine-palace-inside-demo-buzz-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8668\",\"post_id\":\"8668\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:101:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/sunshine-palace-pauses-late-screenings-due-to-soe\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:113:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/sunshine-palace-inside-demo-buzz-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:85:\"https://buzz-caribbean.com/article/sunshine-palace-pauses-late-screenings-due-to-soe/\";s:11:\"fbmsn_image\";s:91:\"https://buzz-caribbean.com/app/uploads/2019/09/sunshine-palace-inside-demo-buzz-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:85:\"https://buzz-caribbean.com/article/sunshine-palace-pauses-late-screenings-due-to-soe/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:85:\"https://buzz-caribbean.com/article/sunshine-palace-pauses-late-screenings-due-to-soe/\";s:16:\"desktop_bigimage\";s:91:\"https://buzz-caribbean.com/app/uploads/2019/09/sunshine-palace-inside-demo-buzz-300x200.jpg\";s:12:\"desktop_icon\";s:91:\"https://buzz-caribbean.com/app/uploads/2019/09/sunshine-palace-inside-demo-buzz-150x150.jpg\";s:4:\"name\";s:49:\"Sunshine Palace pauses late screenings due to SOE\";s:7:\"post_id\";s:4:\"8668\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(446,'','Petite Sue Divinitii hoping to hit YouTube stardom with beauty vlogs','custom','Petite Sue Divinitii hoping to hit YouTube stardom with beauty vlogs','2019-09-12 07:53:09','2019-09-12 07:53:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:68:\"Petite Sue Divinitii hoping to hit YouTube stardom with beauty vlogs\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/sue-ann-gordon-buzz-1-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8673\",\"post_id\":\"8673\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:120:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/petite-sue-divinitii-hoping-to-hit-youtube-stardom-with-beauty-vlogs\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:102:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/sue-ann-gordon-buzz-1-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:104:\"https://buzz-caribbean.com/article/petite-sue-divinitii-hoping-to-hit-youtube-stardom-with-beauty-vlogs/\";s:11:\"fbmsn_image\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/sue-ann-gordon-buzz-1-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:104:\"https://buzz-caribbean.com/article/petite-sue-divinitii-hoping-to-hit-youtube-stardom-with-beauty-vlogs/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:104:\"https://buzz-caribbean.com/article/petite-sue-divinitii-hoping-to-hit-youtube-stardom-with-beauty-vlogs/\";s:16:\"desktop_bigimage\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/sue-ann-gordon-buzz-1-300x300.png\";s:12:\"desktop_icon\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/sue-ann-gordon-buzz-1-150x150.png\";s:4:\"name\";s:68:\"Petite Sue Divinitii hoping to hit YouTube stardom with beauty vlogs\";s:7:\"post_id\";s:4:\"8673\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(447,'','Four additional schools to be taken off shift system','custom','Four additional schools to be taken off shift system','2019-09-12 07:53:09','2019-09-12 07:53:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:52:\"Four additional schools to be taken off shift system\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/karl-samuda-20190911-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8638\",\"post_id\":\"8638\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:104:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/four-additional-schools-to-be-taken-off-shift-system\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:101:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/karl-samuda-20190911-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:88:\"https://buzz-caribbean.com/article/four-additional-schools-to-be-taken-off-shift-system/\";s:11:\"fbmsn_image\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/karl-samuda-20190911-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:88:\"https://buzz-caribbean.com/article/four-additional-schools-to-be-taken-off-shift-system/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:88:\"https://buzz-caribbean.com/article/four-additional-schools-to-be-taken-off-shift-system/\";s:16:\"desktop_bigimage\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/karl-samuda-20190911-300x215.jpg\";s:12:\"desktop_icon\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/karl-samuda-20190911-150x150.jpg\";s:4:\"name\";s:52:\"Four additional schools to be taken off shift system\";s:7:\"post_id\";s:4:\"8638\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(448,'','Aaron Carter been diagnosed with schizophrenia','custom','Aaron Carter been diagnosed with schizophrenia','2019-09-12 08:23:09','2019-09-12 08:23:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:46:\"Aaron Carter been diagnosed with schizophrenia\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/Aaron-Carter-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8641\",\"post_id\":\"8641\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:98:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/aaron-carter-been-diagnosed-with-schizophrenia\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:93:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Aaron-Carter-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:82:\"https://buzz-caribbean.com/article/aaron-carter-been-diagnosed-with-schizophrenia/\";s:11:\"fbmsn_image\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/Aaron-Carter-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:82:\"https://buzz-caribbean.com/article/aaron-carter-been-diagnosed-with-schizophrenia/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:82:\"https://buzz-caribbean.com/article/aaron-carter-been-diagnosed-with-schizophrenia/\";s:16:\"desktop_bigimage\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/Aaron-Carter-300x195.jpg\";s:12:\"desktop_icon\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/Aaron-Carter-150x150.jpg\";s:4:\"name\";s:46:\"Aaron Carter been diagnosed with schizophrenia\";s:7:\"post_id\";s:4:\"8641\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(449,'','No Rihanna album any time soon: Singer apologises for delay','custom','No Rihanna album any time soon: Singer apologises for delay','2019-09-12 10:53:11','2019-09-12 10:53:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:59:\"No Rihanna album any time soon: Singer apologises for delay\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Buzz-Caribbean-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8688\",\"post_id\":\"8688\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:110:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/no-rihanna-album-any-time-soon-singer-apologises-for-delay\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:103:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Rihanna-Buzz-Caribbean-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:94:\"https://buzz-caribbean.com/article/no-rihanna-album-any-time-soon-singer-apologises-for-delay/\";s:11:\"fbmsn_image\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Buzz-Caribbean-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:94:\"https://buzz-caribbean.com/article/no-rihanna-album-any-time-soon-singer-apologises-for-delay/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:94:\"https://buzz-caribbean.com/article/no-rihanna-album-any-time-soon-singer-apologises-for-delay/\";s:16:\"desktop_bigimage\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Buzz-Caribbean-300x179.png\";s:12:\"desktop_icon\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Buzz-Caribbean-150x150.png\";s:4:\"name\";s:59:\"No Rihanna album any time soon: Singer apologises for delay\";s:7:\"post_id\";s:4:\"8688\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(450,'','Kevin Hart gets discharged from hospital','custom','Kevin Hart gets discharged from hospital','2019-09-12 10:53:11','2019-09-12 10:53:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:40:\"Kevin Hart gets discharged from hospital\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/Kevin-Hart-Crash-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8686\",\"post_id\":\"8686\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:92:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/kevin-hart-gets-discharged-from-hospital\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:97:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Kevin-Hart-Crash-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:76:\"https://buzz-caribbean.com/article/kevin-hart-gets-discharged-from-hospital/\";s:11:\"fbmsn_image\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/Kevin-Hart-Crash-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:76:\"https://buzz-caribbean.com/article/kevin-hart-gets-discharged-from-hospital/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:76:\"https://buzz-caribbean.com/article/kevin-hart-gets-discharged-from-hospital/\";s:16:\"desktop_bigimage\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/Kevin-Hart-Crash-300x195.jpg\";s:12:\"desktop_icon\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/Kevin-Hart-Crash-150x150.jpg\";s:4:\"name\";s:40:\"Kevin Hart gets discharged from hospital\";s:7:\"post_id\";s:4:\"8686\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(451,'','14 police stations to be renovated','custom','14 police stations to be renovated','2019-09-12 11:38:06','2019-09-12 11:38:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:34:\"14 police stations to be renovated\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/Police-Stations-Horace-Chang-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8692\",\"post_id\":\"8692\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:86:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/14-police-stations-to-be-renovated\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:109:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Police-Stations-Horace-Chang-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:70:\"https://buzz-caribbean.com/article/14-police-stations-to-be-renovated/\";s:11:\"fbmsn_image\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/Police-Stations-Horace-Chang-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:70:\"https://buzz-caribbean.com/article/14-police-stations-to-be-renovated/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:70:\"https://buzz-caribbean.com/article/14-police-stations-to-be-renovated/\";s:16:\"desktop_bigimage\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/Police-Stations-Horace-Chang-300x185.jpg\";s:12:\"desktop_icon\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/Police-Stations-Horace-Chang-150x150.jpg\";s:4:\"name\";s:34:\"14 police stations to be renovated\";s:7:\"post_id\";s:4:\"8692\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(452,'','Kiprich gets endorsement deal from US-Korean beauty giant','custom','Kiprich gets endorsement deal from US-Korean beauty giant','2019-09-12 12:08:09','2019-09-12 12:08:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:57:\"Kiprich gets endorsement deal from US-Korean beauty giant\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/Kiprich-KISS-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8705\",\"post_id\":\"8705\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:109:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/kiprich-gets-endorsement-deal-from-us-korean-beauty-giant\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:93:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Kiprich-KISS-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:93:\"https://buzz-caribbean.com/article/kiprich-gets-endorsement-deal-from-us-korean-beauty-giant/\";s:11:\"fbmsn_image\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/Kiprich-KISS-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:93:\"https://buzz-caribbean.com/article/kiprich-gets-endorsement-deal-from-us-korean-beauty-giant/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:93:\"https://buzz-caribbean.com/article/kiprich-gets-endorsement-deal-from-us-korean-beauty-giant/\";s:16:\"desktop_bigimage\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/Kiprich-KISS-300x200.jpg\";s:12:\"desktop_icon\";s:71:\"https://buzz-caribbean.com/app/uploads/2019/09/Kiprich-KISS-150x150.jpg\";s:4:\"name\";s:57:\"Kiprich gets endorsement deal from US-Korean beauty giant\";s:7:\"post_id\";s:4:\"8705\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(453,'','Ford Ranger Limited: A beautiful beast','custom','Ford Ranger Limited: A beautiful beast','2019-09-12 12:38:10','2019-09-12 12:38:10',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:38:\"Ford Ranger Limited: A beautiful beast\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/Ford-Ranger-Limited-B-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8713\",\"post_id\":\"8713\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:89:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/ford-ranger-limited-a-beautiful-beast\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:102:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Ford-Ranger-Limited-B-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:73:\"https://buzz-caribbean.com/article/ford-ranger-limited-a-beautiful-beast/\";s:11:\"fbmsn_image\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/Ford-Ranger-Limited-B-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:73:\"https://buzz-caribbean.com/article/ford-ranger-limited-a-beautiful-beast/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:73:\"https://buzz-caribbean.com/article/ford-ranger-limited-a-beautiful-beast/\";s:16:\"desktop_bigimage\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/Ford-Ranger-Limited-B-300x224.jpg\";s:12:\"desktop_icon\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/Ford-Ranger-Limited-B-150x150.jpg\";s:4:\"name\";s:38:\"Ford Ranger Limited: A beautiful beast\";s:7:\"post_id\";s:4:\"8713\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(454,'','Empire star Terrence Howard done with acting?','custom','Empire star Terrence Howard done with acting?','2019-09-12 12:53:12','2019-09-12 12:53:12',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:45:\"Empire star Terrence Howard done with acting?\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/terrence-howard-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8719\",\"post_id\":\"8719\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:96:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/empire-star-terrence-howard-done-with-acting\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:96:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/terrence-howard-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:80:\"https://buzz-caribbean.com/article/empire-star-terrence-howard-done-with-acting/\";s:11:\"fbmsn_image\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/terrence-howard-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:80:\"https://buzz-caribbean.com/article/empire-star-terrence-howard-done-with-acting/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:80:\"https://buzz-caribbean.com/article/empire-star-terrence-howard-done-with-acting/\";s:16:\"desktop_bigimage\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/terrence-howard-300x195.jpg\";s:12:\"desktop_icon\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/terrence-howard-150x150.jpg\";s:4:\"name\";s:45:\"Empire star Terrence Howard done with acting?\";s:7:\"post_id\";s:4:\"8719\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(455,'','Learn the history of dancehall, Bounty Killer tells younger acts','custom','Learn the history of dancehall, Bounty Killer tells younger acts','2019-09-12 15:08:11','2019-09-12 15:08:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:64:\"Learn the history of dancehall, Bounty Killer tells younger acts\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/bounty-killer-alliance-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8726\",\"post_id\":\"8726\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:115:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/learn-the-history-of-dancehall-bounty-killer-tells-younger-acts\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:103:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/bounty-killer-alliance-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:99:\"https://buzz-caribbean.com/article/learn-the-history-of-dancehall-bounty-killer-tells-younger-acts/\";s:11:\"fbmsn_image\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/bounty-killer-alliance-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:99:\"https://buzz-caribbean.com/article/learn-the-history-of-dancehall-bounty-killer-tells-younger-acts/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:99:\"https://buzz-caribbean.com/article/learn-the-history-of-dancehall-bounty-killer-tells-younger-acts/\";s:16:\"desktop_bigimage\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/bounty-killer-alliance-300x167.jpg\";s:12:\"desktop_icon\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/bounty-killer-alliance-150x150.jpg\";s:4:\"name\";s:64:\"Learn the history of dancehall, Bounty Killer tells younger acts\";s:7:\"post_id\";s:4:\"8726\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(456,'','Another one! DJ Khaled set to become a dad again','custom','Another one! DJ Khaled set to become a dad again','2019-09-12 15:23:06','2019-09-12 15:23:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:48:\"Another one! DJ Khaled set to become a dad again\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/09/dj-khaled-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8729\",\"post_id\":\"8729\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:99:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/another-one-dj-khaled-set-to-become-a-dad-again\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:90:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/dj-khaled-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:83:\"https://buzz-caribbean.com/article/another-one-dj-khaled-set-to-become-a-dad-again/\";s:11:\"fbmsn_image\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/09/dj-khaled-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:83:\"https://buzz-caribbean.com/article/another-one-dj-khaled-set-to-become-a-dad-again/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:83:\"https://buzz-caribbean.com/article/another-one-dj-khaled-set-to-become-a-dad-again/\";s:16:\"desktop_bigimage\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/09/dj-khaled-300x195.jpg\";s:12:\"desktop_icon\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/09/dj-khaled-150x150.jpg\";s:4:\"name\";s:48:\"Another one! DJ Khaled set to become a dad again\";s:7:\"post_id\";s:4:\"8729\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(457,'','ICool Reduced Sugar hits local market','custom','ICool Reduced Sugar hits local market','2019-09-12 15:38:10','2019-09-12 15:38:10',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:37:\"ICool Reduced Sugar hits local market\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/ICool-Reduced-Sugar-A-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8744\",\"post_id\":\"8744\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:89:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/icool-reduced-sugar-hits-local-market\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:102:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/ICool-Reduced-Sugar-A-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:73:\"https://buzz-caribbean.com/article/icool-reduced-sugar-hits-local-market/\";s:11:\"fbmsn_image\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/ICool-Reduced-Sugar-A-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:73:\"https://buzz-caribbean.com/article/icool-reduced-sugar-hits-local-market/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:73:\"https://buzz-caribbean.com/article/icool-reduced-sugar-hits-local-market/\";s:16:\"desktop_bigimage\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/ICool-Reduced-Sugar-A-300x200.jpg\";s:12:\"desktop_icon\";s:80:\"https://buzz-caribbean.com/app/uploads/2019/09/ICool-Reduced-Sugar-A-150x150.jpg\";s:4:\"name\";s:37:\"ICool Reduced Sugar hits local market\";s:7:\"post_id\";s:4:\"8744\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(458,'','Windrush struggles, triumphs get a voice through powerful murals','custom','Windrush struggles, triumphs get a voice through powerful murals','2019-09-12 15:53:11','2019-09-12 15:53:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:64:\"Windrush struggles, triumphs get a voice through powerful murals\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-8-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8685\",\"post_id\":\"8685\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:115:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/windrush-struggles-triumphs-get-a-voice-through-powerful-murals\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:104:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/windrush-buzz-feature-8-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:99:\"https://buzz-caribbean.com/article/windrush-struggles-triumphs-get-a-voice-through-powerful-murals/\";s:11:\"fbmsn_image\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-8-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:99:\"https://buzz-caribbean.com/article/windrush-struggles-triumphs-get-a-voice-through-powerful-murals/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:99:\"https://buzz-caribbean.com/article/windrush-struggles-triumphs-get-a-voice-through-powerful-murals/\";s:16:\"desktop_bigimage\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-8-300x200.jpg\";s:12:\"desktop_icon\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/windrush-buzz-feature-8-150x150.jpg\";s:4:\"name\";s:64:\"Windrush struggles, triumphs get a voice through powerful murals\";s:7:\"post_id\";s:4:\"8685\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(459,'','Kim Kardashian makes US$2 mil in two minutes','custom','Kim Kardashian makes US$2 mil in two minutes','2019-09-12 16:08:06','2019-09-12 16:08:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:44:\"Kim Kardashian makes US$2 mil in two minutes\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/08/kim-kardashian-west-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8758\",\"post_id\":\"8758\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:95:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/kim-kardashian-makes-us2-mil-in-two-minutes\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:100:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/kim-kardashian-west-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:79:\"https://buzz-caribbean.com/article/kim-kardashian-makes-us2-mil-in-two-minutes/\";s:11:\"fbmsn_image\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/08/kim-kardashian-west-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:79:\"https://buzz-caribbean.com/article/kim-kardashian-makes-us2-mil-in-two-minutes/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:79:\"https://buzz-caribbean.com/article/kim-kardashian-makes-us2-mil-in-two-minutes/\";s:16:\"desktop_bigimage\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/08/kim-kardashian-west-300x195.jpg\";s:12:\"desktop_icon\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/08/kim-kardashian-west-150x150.jpg\";s:4:\"name\";s:44:\"Kim Kardashian makes US$2 mil in two minutes\";s:7:\"post_id\";s:4:\"8758\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(460,'','Piped water now in Norwood Section H, St James','custom','Piped water now in Norwood Section H, St James','2019-09-12 16:38:07','2019-09-12 16:38:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:46:\"Piped water now in Norwood Section H, St James\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/chang-nwc-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8767\",\"post_id\":\"8767\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:97:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/piped-water-now-in-norwood-section-h-st-james\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:90:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/chang-nwc-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:81:\"https://buzz-caribbean.com/article/piped-water-now-in-norwood-section-h-st-james/\";s:11:\"fbmsn_image\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/chang-nwc-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:81:\"https://buzz-caribbean.com/article/piped-water-now-in-norwood-section-h-st-james/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:81:\"https://buzz-caribbean.com/article/piped-water-now-in-norwood-section-h-st-james/\";s:16:\"desktop_bigimage\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/chang-nwc-300x200.jpg\";s:12:\"desktop_icon\";s:68:\"https://buzz-caribbean.com/app/uploads/2019/08/chang-nwc-150x150.jpg\";s:4:\"name\";s:46:\"Piped water now in Norwood Section H, St James\";s:7:\"post_id\";s:4:\"8767\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(461,'','Mr Vegas\' former manager remembered for his contribution to music','custom','Mr Vegas\' former manager remembered for his contribution to music','2019-09-12 17:08:11','2019-09-12 17:08:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:65:\"Mr Vegas\' former manager remembered for his contribution to music\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:103:\"https://buzz-caribbean.com/app/uploads/2019/09/Feature-Images-Sept-2019Vegas-Former-Manager-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8773\",\"post_id\":\"8773\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:116:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/mr-vegas-former-manager-remembered-for-his-contribution-to-music\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:125:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Feature-Images-Sept-2019Vegas-Former-Manager-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:100:\"https://buzz-caribbean.com/article/mr-vegas-former-manager-remembered-for-his-contribution-to-music/\";s:11:\"fbmsn_image\";s:103:\"https://buzz-caribbean.com/app/uploads/2019/09/Feature-Images-Sept-2019Vegas-Former-Manager-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:100:\"https://buzz-caribbean.com/article/mr-vegas-former-manager-remembered-for-his-contribution-to-music/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:100:\"https://buzz-caribbean.com/article/mr-vegas-former-manager-remembered-for-his-contribution-to-music/\";s:16:\"desktop_bigimage\";s:103:\"https://buzz-caribbean.com/app/uploads/2019/09/Feature-Images-Sept-2019Vegas-Former-Manager-300x180.jpg\";s:12:\"desktop_icon\";s:103:\"https://buzz-caribbean.com/app/uploads/2019/09/Feature-Images-Sept-2019Vegas-Former-Manager-150x150.jpg\";s:4:\"name\";s:65:\"Mr Vegas\' former manager remembered for his contribution to music\";s:7:\"post_id\";s:4:\"8773\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(462,'','Demi Moore compares sobriety to giving birth','custom','Demi Moore compares sobriety to giving birth','2019-09-12 18:38:10','2019-09-12 18:38:10',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:44:\"Demi Moore compares sobriety to giving birth\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/09/demi-moore-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8785\",\"post_id\":\"8785\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:96:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/demi-moore-compares-sobriety-to-giving-birth\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:91:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/demi-moore-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:80:\"https://buzz-caribbean.com/article/demi-moore-compares-sobriety-to-giving-birth/\";s:11:\"fbmsn_image\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/09/demi-moore-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:80:\"https://buzz-caribbean.com/article/demi-moore-compares-sobriety-to-giving-birth/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:80:\"https://buzz-caribbean.com/article/demi-moore-compares-sobriety-to-giving-birth/\";s:16:\"desktop_bigimage\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/09/demi-moore-300x195.jpg\";s:12:\"desktop_icon\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/09/demi-moore-150x150.jpg\";s:4:\"name\";s:44:\"Demi Moore compares sobriety to giving birth\";s:7:\"post_id\";s:4:\"8785\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(463,'','UWI student juggles two businesses and school','custom','UWI student juggles two businesses and school','2019-09-12 19:08:06','2019-09-12 19:08:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:45:\"UWI student juggles two businesses and school\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/Fullerton-Toniann-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8778\",\"post_id\":\"8778\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:97:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/uwi-student-juggles-two-businesses-and-school\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:98:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Fullerton-Toniann-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:81:\"https://buzz-caribbean.com/article/uwi-student-juggles-two-businesses-and-school/\";s:11:\"fbmsn_image\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/Fullerton-Toniann-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:81:\"https://buzz-caribbean.com/article/uwi-student-juggles-two-businesses-and-school/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:81:\"https://buzz-caribbean.com/article/uwi-student-juggles-two-businesses-and-school/\";s:16:\"desktop_bigimage\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/Fullerton-Toniann-300x248.jpg\";s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/Fullerton-Toniann-150x150.jpg\";s:4:\"name\";s:45:\"UWI student juggles two businesses and school\";s:7:\"post_id\";s:4:\"8778\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(464,'','Attorney who helped oust Gov\'t minister over citizenship issue has died','custom','Attorney who helped oust Gov\'t minister over citizenship issue has died','2019-09-12 19:23:08','2019-09-12 19:23:08',0,'','a:46:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:71:\"Attorney who helped oust Gov\'t minister over citizenship issue has died\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:0:\"\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8790\",\"post_id\":\"8790\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:122:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/attorney-who-helped-oust-govt-minister-over-citizenship-issue-has-died\\/\"}\";s:13:\"wp_extra_type\";s:0:\"\";s:13:\"wp_extravalue\";s:0:\"\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:106:\"https://buzz-caribbean.com/article/attorney-who-helped-oust-govt-minister-over-citizenship-issue-has-died/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:106:\"https://buzz-caribbean.com/article/attorney-who-helped-oust-govt-minister-over-citizenship-issue-has-died/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:106:\"https://buzz-caribbean.com/article/attorney-who-helped-oust-govt-minister-over-citizenship-issue-has-died/\";s:4:\"name\";s:71:\"Attorney who helped oust Gov\'t minister over citizenship issue has died\";s:7:\"post_id\";s:4:\"8790\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(465,'','Ganja growers want Government to ban vaping amid US health crisis','custom','Ganja growers want Government to ban vaping amid US health crisis','2019-09-12 20:08:11','2019-09-12 20:08:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:65:\"Ganja growers want Government to ban vaping amid US health crisis\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/vape-pen-buzz-demo-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8793\",\"post_id\":\"8793\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:117:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/ganja-growers-want-government-to-ban-vaping-amid-us-health-crisis\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:99:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/vape-pen-buzz-demo-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:101:\"https://buzz-caribbean.com/article/ganja-growers-want-government-to-ban-vaping-amid-us-health-crisis/\";s:11:\"fbmsn_image\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/vape-pen-buzz-demo-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:101:\"https://buzz-caribbean.com/article/ganja-growers-want-government-to-ban-vaping-amid-us-health-crisis/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:101:\"https://buzz-caribbean.com/article/ganja-growers-want-government-to-ban-vaping-amid-us-health-crisis/\";s:16:\"desktop_bigimage\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/vape-pen-buzz-demo-300x200.jpg\";s:12:\"desktop_icon\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/vape-pen-buzz-demo-150x150.jpg\";s:4:\"name\";s:65:\"Ganja growers want Government to ban vaping amid US health crisis\";s:7:\"post_id\";s:4:\"8793\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(466,'','Local ganja association raising red flag as imported weed products flood market','custom','Local ganja association raising red flag as imported weed products flood market','2019-09-12 20:38:09','2019-09-12 20:38:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:79:\"Local ganja association raising red flag as imported weed products flood market\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/09/kingston-container-terminal-buzz-demo-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8807\",\"post_id\":\"8807\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:131:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/local-ganja-association-raising-red-flag-as-imported-weed-products-flood-market\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:118:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/kingston-container-terminal-buzz-demo-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:115:\"https://buzz-caribbean.com/article/local-ganja-association-raising-red-flag-as-imported-weed-products-flood-market/\";s:11:\"fbmsn_image\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/09/kingston-container-terminal-buzz-demo-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:115:\"https://buzz-caribbean.com/article/local-ganja-association-raising-red-flag-as-imported-weed-products-flood-market/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:115:\"https://buzz-caribbean.com/article/local-ganja-association-raising-red-flag-as-imported-weed-products-flood-market/\";s:16:\"desktop_bigimage\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/09/kingston-container-terminal-buzz-demo-300x154.jpg\";s:12:\"desktop_icon\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/09/kingston-container-terminal-buzz-demo-150x150.jpg\";s:4:\"name\";s:79:\"Local ganja association raising red flag as imported weed products flood market\";s:7:\"post_id\";s:4:\"8807\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(467,'','Teacher injured on the job unable to afford followup surgery','custom','Teacher injured on the job unable to afford followup surgery','2019-09-12 20:53:10','2019-09-12 20:53:10',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:60:\"Teacher injured on the job unable to afford followup surgery\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/bramwell-featured-image-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8788\",\"post_id\":\"8788\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:112:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/teacher-injured-on-the-job-unable-to-afford-followup-surgery\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:104:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/bramwell-featured-image-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:96:\"https://buzz-caribbean.com/article/teacher-injured-on-the-job-unable-to-afford-followup-surgery/\";s:11:\"fbmsn_image\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/bramwell-featured-image-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:96:\"https://buzz-caribbean.com/article/teacher-injured-on-the-job-unable-to-afford-followup-surgery/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:96:\"https://buzz-caribbean.com/article/teacher-injured-on-the-job-unable-to-afford-followup-surgery/\";s:16:\"desktop_bigimage\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/bramwell-featured-image-278x300.jpg\";s:12:\"desktop_icon\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/bramwell-featured-image-150x150.jpg\";s:4:\"name\";s:60:\"Teacher injured on the job unable to afford followup surgery\";s:7:\"post_id\";s:4:\"8788\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(468,'','Rogue driver pleads guilty, fined after being collared by PSTEB','custom','Rogue driver pleads guilty, fined after being collared by PSTEB','2019-09-12 22:38:14','2019-09-12 22:38:14',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:63:\"Rogue driver pleads guilty, fined after being collared by PSTEB\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/rogue-driver-sparks-buzz-demo-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8811\",\"post_id\":\"8811\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:114:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/rogue-driver-pleads-guilty-fined-after-being-collared-by-psteb\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:110:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/rogue-driver-sparks-buzz-demo-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:98:\"https://buzz-caribbean.com/article/rogue-driver-pleads-guilty-fined-after-being-collared-by-psteb/\";s:11:\"fbmsn_image\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/rogue-driver-sparks-buzz-demo-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:98:\"https://buzz-caribbean.com/article/rogue-driver-pleads-guilty-fined-after-being-collared-by-psteb/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:98:\"https://buzz-caribbean.com/article/rogue-driver-pleads-guilty-fined-after-being-collared-by-psteb/\";s:16:\"desktop_bigimage\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/rogue-driver-sparks-buzz-demo-300x169.jpg\";s:12:\"desktop_icon\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/rogue-driver-sparks-buzz-demo-150x150.jpg\";s:4:\"name\";s:63:\"Rogue driver pleads guilty, fined after being collared by PSTEB\";s:7:\"post_id\";s:4:\"8811\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(469,'','Caribbean School of Data helps close the digital divide','custom','Caribbean School of Data helps close the digital divide','2019-09-13 06:53:06','2019-09-13 06:53:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:55:\"Caribbean School of Data helps close the digital divide\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/kids-on-computers-buzz-demo-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8827\",\"post_id\":\"8827\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:107:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/caribbean-school-of-data-helps-close-the-digital-divide\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:108:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/kids-on-computers-buzz-demo-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:91:\"https://buzz-caribbean.com/article/caribbean-school-of-data-helps-close-the-digital-divide/\";s:11:\"fbmsn_image\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/kids-on-computers-buzz-demo-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:91:\"https://buzz-caribbean.com/article/caribbean-school-of-data-helps-close-the-digital-divide/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:91:\"https://buzz-caribbean.com/article/caribbean-school-of-data-helps-close-the-digital-divide/\";s:16:\"desktop_bigimage\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/kids-on-computers-buzz-demo-300x200.jpg\";s:12:\"desktop_icon\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/kids-on-computers-buzz-demo-150x150.jpg\";s:4:\"name\";s:55:\"Caribbean School of Data helps close the digital divide\";s:7:\"post_id\";s:4:\"8827\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(470,'','Russian tourist arrivals triple as Jamaica hunts fresh market frontiers','custom','Russian tourist arrivals triple as Jamaica hunts fresh market frontiers','2019-09-13 07:38:08','2019-09-13 07:38:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:71:\"Russian tourist arrivals triple as Jamaica hunts fresh market frontiers\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/nordwind-airlines-buzz-demo-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8836\",\"post_id\":\"8836\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:123:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/russian-tourist-arrivals-triple-as-jamaica-hunts-fresh-market-frontiers\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:108:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/nordwind-airlines-buzz-demo-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:107:\"https://buzz-caribbean.com/article/russian-tourist-arrivals-triple-as-jamaica-hunts-fresh-market-frontiers/\";s:11:\"fbmsn_image\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/nordwind-airlines-buzz-demo-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:107:\"https://buzz-caribbean.com/article/russian-tourist-arrivals-triple-as-jamaica-hunts-fresh-market-frontiers/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:107:\"https://buzz-caribbean.com/article/russian-tourist-arrivals-triple-as-jamaica-hunts-fresh-market-frontiers/\";s:16:\"desktop_bigimage\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/nordwind-airlines-buzz-demo-300x176.jpg\";s:12:\"desktop_icon\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/nordwind-airlines-buzz-demo-150x150.jpg\";s:4:\"name\";s:71:\"Russian tourist arrivals triple as Jamaica hunts fresh market frontiers\";s:7:\"post_id\";s:4:\"8836\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(471,'','5th annual Jamaica Food and Drink Festival set to excite local palates','custom','5th annual Jamaica Food and Drink Festival set to excite local palates','2019-09-13 08:08:13','2019-09-13 08:08:13',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:70:\"5th annual Jamaica Food and Drink Festival set to excite local palates\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:97:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8843\",\"post_id\":\"8843\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:122:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/5th-annual-jamaica-food-and-drink-festival-set-to-excite-local-palates\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:119:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/jamaica-fd-festival-launch-2019-buzz-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:106:\"https://buzz-caribbean.com/article/5th-annual-jamaica-food-and-drink-festival-set-to-excite-local-palates/\";s:11:\"fbmsn_image\";s:97:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:106:\"https://buzz-caribbean.com/article/5th-annual-jamaica-food-and-drink-festival-set-to-excite-local-palates/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:106:\"https://buzz-caribbean.com/article/5th-annual-jamaica-food-and-drink-festival-set-to-excite-local-palates/\";s:16:\"desktop_bigimage\";s:97:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-1-300x200.jpg\";s:12:\"desktop_icon\";s:97:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-fd-festival-launch-2019-buzz-1-150x150.jpg\";s:4:\"name\";s:70:\"5th annual Jamaica Food and Drink Festival set to excite local palates\";s:7:\"post_id\";s:4:\"8843\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(472,'','Hanover Municipal Corporation donates to recovery efforts in The Bahamas','custom','Hanover Municipal Corporation donates to recovery efforts in The Bahamas','2019-09-13 11:38:10','2019-09-13 11:38:10',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:72:\"Hanover Municipal Corporation donates to recovery efforts in The Bahamas\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-bahamas-damage-img-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8873\",\"post_id\":\"8873\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:124:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/hanover-municipal-corporation-donates-to-recovery-efforts-in-the-bahamas\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:106:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/dorian-bahamas-damage-img-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:108:\"https://buzz-caribbean.com/article/hanover-municipal-corporation-donates-to-recovery-efforts-in-the-bahamas/\";s:11:\"fbmsn_image\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-bahamas-damage-img-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:108:\"https://buzz-caribbean.com/article/hanover-municipal-corporation-donates-to-recovery-efforts-in-the-bahamas/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:108:\"https://buzz-caribbean.com/article/hanover-municipal-corporation-donates-to-recovery-efforts-in-the-bahamas/\";s:16:\"desktop_bigimage\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-bahamas-damage-img-300x169.jpg\";s:12:\"desktop_icon\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/dorian-bahamas-damage-img-150x150.jpg\";s:4:\"name\";s:72:\"Hanover Municipal Corporation donates to recovery efforts in The Bahamas\";s:7:\"post_id\";s:4:\"8873\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(473,'','Fontana Pharmacy rolling out \'Miss Lou\' storyboard across Jamaican schools','custom','Fontana Pharmacy rolling out \'Miss Lou\' storyboard across Jamaican schools','2019-09-13 11:53:10','2019-09-13 11:53:10',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:74:\"Fontana Pharmacy rolling out \'Miss Lou\' storyboard across Jamaican schools\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:115:\"https://buzz-caribbean.com/app/uploads/2019/09/Andrew-holness-miss-lou-renaming-gordon-town-square.2JPG-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8871\",\"post_id\":\"8871\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:124:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/fontana-pharmacy-rolling-out-miss-lou-storyboard-across-jamaican-schools\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:137:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Andrew-holness-miss-lou-renaming-gordon-town-square.2JPG-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:108:\"https://buzz-caribbean.com/article/fontana-pharmacy-rolling-out-miss-lou-storyboard-across-jamaican-schools/\";s:11:\"fbmsn_image\";s:115:\"https://buzz-caribbean.com/app/uploads/2019/09/Andrew-holness-miss-lou-renaming-gordon-town-square.2JPG-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:108:\"https://buzz-caribbean.com/article/fontana-pharmacy-rolling-out-miss-lou-storyboard-across-jamaican-schools/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:108:\"https://buzz-caribbean.com/article/fontana-pharmacy-rolling-out-miss-lou-storyboard-across-jamaican-schools/\";s:16:\"desktop_bigimage\";s:115:\"https://buzz-caribbean.com/app/uploads/2019/09/Andrew-holness-miss-lou-renaming-gordon-town-square.2JPG-300x200.jpg\";s:12:\"desktop_icon\";s:115:\"https://buzz-caribbean.com/app/uploads/2019/09/Andrew-holness-miss-lou-renaming-gordon-town-square.2JPG-150x150.jpg\";s:4:\"name\";s:74:\"Fontana Pharmacy rolling out \'Miss Lou\' storyboard across Jamaican schools\";s:7:\"post_id\";s:4:\"8871\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(474,'','Tessanne Chin reveals identity of baby daddy','custom','Tessanne Chin reveals identity of baby daddy','2019-09-13 12:08:11','2019-09-13 12:08:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:44:\"Tessanne Chin reveals identity of baby daddy\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:102:\"https://buzz-caribbean.com/app/uploads/2019/09/tessanne-chin-and-baby-daddy-featured-image-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8882\",\"post_id\":\"8882\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:96:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/tessanne-chin-reveals-identity-of-baby-daddy\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:124:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/tessanne-chin-and-baby-daddy-featured-image-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:80:\"https://buzz-caribbean.com/article/tessanne-chin-reveals-identity-of-baby-daddy/\";s:11:\"fbmsn_image\";s:102:\"https://buzz-caribbean.com/app/uploads/2019/09/tessanne-chin-and-baby-daddy-featured-image-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:80:\"https://buzz-caribbean.com/article/tessanne-chin-reveals-identity-of-baby-daddy/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:80:\"https://buzz-caribbean.com/article/tessanne-chin-reveals-identity-of-baby-daddy/\";s:16:\"desktop_bigimage\";s:102:\"https://buzz-caribbean.com/app/uploads/2019/09/tessanne-chin-and-baby-daddy-featured-image-300x240.jpg\";s:12:\"desktop_icon\";s:102:\"https://buzz-caribbean.com/app/uploads/2019/09/tessanne-chin-and-baby-daddy-featured-image-150x150.jpg\";s:4:\"name\";s:44:\"Tessanne Chin reveals identity of baby daddy\";s:7:\"post_id\";s:4:\"8882\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(475,'','Enjoy screen time: Apple Arcade and Apple TV+ are here','custom','Enjoy screen time: Apple Arcade and Apple TV+ are here','2019-09-13 12:08:11','2019-09-13 12:08:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:54:\"Enjoy screen time: Apple Arcade and Apple TV+ are here\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:107:\"https://buzz-caribbean.com/app/uploads/2019/09/Apple-tv-plus-launches-november-1-Buzz-Caribbean-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8857\",\"post_id\":\"8857\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:104:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/enjoy-screen-time-apple-arcade-and-apple-tv-are-here\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:129:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Apple-tv-plus-launches-november-1-Buzz-Caribbean-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:88:\"https://buzz-caribbean.com/article/enjoy-screen-time-apple-arcade-and-apple-tv-are-here/\";s:11:\"fbmsn_image\";s:107:\"https://buzz-caribbean.com/app/uploads/2019/09/Apple-tv-plus-launches-november-1-Buzz-Caribbean-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:88:\"https://buzz-caribbean.com/article/enjoy-screen-time-apple-arcade-and-apple-tv-are-here/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:88:\"https://buzz-caribbean.com/article/enjoy-screen-time-apple-arcade-and-apple-tv-are-here/\";s:16:\"desktop_bigimage\";s:107:\"https://buzz-caribbean.com/app/uploads/2019/09/Apple-tv-plus-launches-november-1-Buzz-Caribbean-300x219.jpg\";s:12:\"desktop_icon\";s:107:\"https://buzz-caribbean.com/app/uploads/2019/09/Apple-tv-plus-launches-november-1-Buzz-Caribbean-150x150.jpg\";s:4:\"name\";s:54:\"Enjoy screen time: Apple Arcade and Apple TV+ are here\";s:7:\"post_id\";s:4:\"8857\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(476,'','Health Minister says manufacturers should contribute to good of society','custom','Health Minister says manufacturers should contribute to good of society','2019-09-13 12:53:10','2019-09-13 12:53:10',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:71:\"Health Minister says manufacturers should contribute to good of society\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:101:\"https://buzz-caribbean.com/app/uploads/2019/09/Cheers-To-Healthy-Beverages-Buzz-Caribbean-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8915\",\"post_id\":\"8915\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:123:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/health-minister-says-manufacturers-should-contribute-to-good-of-society\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:123:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Cheers-To-Healthy-Beverages-Buzz-Caribbean-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:107:\"https://buzz-caribbean.com/article/health-minister-says-manufacturers-should-contribute-to-good-of-society/\";s:11:\"fbmsn_image\";s:101:\"https://buzz-caribbean.com/app/uploads/2019/09/Cheers-To-Healthy-Beverages-Buzz-Caribbean-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:107:\"https://buzz-caribbean.com/article/health-minister-says-manufacturers-should-contribute-to-good-of-society/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:107:\"https://buzz-caribbean.com/article/health-minister-says-manufacturers-should-contribute-to-good-of-society/\";s:16:\"desktop_bigimage\";s:101:\"https://buzz-caribbean.com/app/uploads/2019/09/Cheers-To-Healthy-Beverages-Buzz-Caribbean-300x200.jpg\";s:12:\"desktop_icon\";s:101:\"https://buzz-caribbean.com/app/uploads/2019/09/Cheers-To-Healthy-Beverages-Buzz-Caribbean-150x150.jpg\";s:4:\"name\";s:71:\"Health Minister says manufacturers should contribute to good of society\";s:7:\"post_id\";s:4:\"8915\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(477,'','Nominations out for BET Hip Hop Awards','custom','Nominations out for BET Hip Hop Awards','2019-09-13 13:08:09','2019-09-13 13:08:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:38:\"Nominations out for BET Hip Hop Awards\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/09/Cardi-B-Buzz-Caribbean-Feature-Image-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8925\",\"post_id\":\"8925\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:90:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/nominations-out-for-bet-hip-hop-awards\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:117:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Cardi-B-Buzz-Caribbean-Feature-Image-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:74:\"https://buzz-caribbean.com/article/nominations-out-for-bet-hip-hop-awards/\";s:11:\"fbmsn_image\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/09/Cardi-B-Buzz-Caribbean-Feature-Image-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:74:\"https://buzz-caribbean.com/article/nominations-out-for-bet-hip-hop-awards/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:74:\"https://buzz-caribbean.com/article/nominations-out-for-bet-hip-hop-awards/\";s:16:\"desktop_bigimage\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/09/Cardi-B-Buzz-Caribbean-Feature-Image-300x180.jpg\";s:12:\"desktop_icon\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/09/Cardi-B-Buzz-Caribbean-Feature-Image-150x150.jpg\";s:4:\"name\";s:38:\"Nominations out for BET Hip Hop Awards\";s:7:\"post_id\";s:4:\"8925\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(478,'','Leon Bailey gets Gold rating on FIFA 19','custom','Leon Bailey gets Gold rating on FIFA 19','2019-09-13 13:38:11','2019-09-13 13:38:11',0,'','a:46:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:39:\"Leon Bailey gets Gold rating on FIFA 19\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:0:\"\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8932\",\"post_id\":\"8932\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:91:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/leon-bailey-gets-gold-rating-on-fifa-19\\/\"}\";s:13:\"wp_extra_type\";s:0:\"\";s:13:\"wp_extravalue\";s:0:\"\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:75:\"https://buzz-caribbean.com/article/leon-bailey-gets-gold-rating-on-fifa-19/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:75:\"https://buzz-caribbean.com/article/leon-bailey-gets-gold-rating-on-fifa-19/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:75:\"https://buzz-caribbean.com/article/leon-bailey-gets-gold-rating-on-fifa-19/\";s:4:\"name\";s:39:\"Leon Bailey gets Gold rating on FIFA 19\";s:7:\"post_id\";s:4:\"8932\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(479,'','BUZZ Binge: Must-watch horror movies for Friday the 13th','custom','BUZZ Binge: Must-watch horror movies for Friday the 13th','2019-09-13 15:23:06','2019-09-13 15:23:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:56:\"BUZZ Binge: Must-watch horror movies for Friday the 13th\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/friday-the-13th-buzz-featured-image-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8945\",\"post_id\":\"8945\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:107:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/buzz-binge-must-watch-horror-movies-for-friday-the-13th\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:116:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/friday-the-13th-buzz-featured-image-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:91:\"https://buzz-caribbean.com/article/buzz-binge-must-watch-horror-movies-for-friday-the-13th/\";s:11:\"fbmsn_image\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/friday-the-13th-buzz-featured-image-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:91:\"https://buzz-caribbean.com/article/buzz-binge-must-watch-horror-movies-for-friday-the-13th/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:91:\"https://buzz-caribbean.com/article/buzz-binge-must-watch-horror-movies-for-friday-the-13th/\";s:16:\"desktop_bigimage\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/friday-the-13th-buzz-featured-image-300x180.jpg\";s:12:\"desktop_icon\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/friday-the-13th-buzz-featured-image-150x150.jpg\";s:4:\"name\";s:56:\"BUZZ Binge: Must-watch horror movies for Friday the 13th\";s:7:\"post_id\";s:4:\"8945\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(480,'','Fifth annual Diamond Ball a huge success — Rihanna grateful for huge support','custom','Fifth annual Diamond Ball a huge success — Rihanna grateful for huge support','2019-09-13 15:53:12','2019-09-13 15:53:12',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:78:\"Fifth annual Diamond Ball a huge success — Rihanna grateful for huge support\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:108:\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Diamond-Ball-Buzz-Caribbean-Feature-Image-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8967\",\"post_id\":\"8967\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:126:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/fifth-annual-diamond-ball-a-huge-success-rihanna-grateful-for-huge-support\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:130:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Rihanna-Diamond-Ball-Buzz-Caribbean-Feature-Image-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:110:\"https://buzz-caribbean.com/article/fifth-annual-diamond-ball-a-huge-success-rihanna-grateful-for-huge-support/\";s:11:\"fbmsn_image\";s:108:\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Diamond-Ball-Buzz-Caribbean-Feature-Image-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:110:\"https://buzz-caribbean.com/article/fifth-annual-diamond-ball-a-huge-success-rihanna-grateful-for-huge-support/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:110:\"https://buzz-caribbean.com/article/fifth-annual-diamond-ball-a-huge-success-rihanna-grateful-for-huge-support/\";s:16:\"desktop_bigimage\";s:108:\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Diamond-Ball-Buzz-Caribbean-Feature-Image-300x240.png\";s:12:\"desktop_icon\";s:108:\"https://buzz-caribbean.com/app/uploads/2019/09/Rihanna-Diamond-Ball-Buzz-Caribbean-Feature-Image-150x150.png\";s:4:\"name\";s:78:\"Fifth annual Diamond Ball a huge success — Rihanna grateful for huge support\";s:7:\"post_id\";s:4:\"8967\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(481,'','Kendel gives KC Manning Cup team goodies','custom','Kendel gives KC Manning Cup team goodies','2019-09-13 16:38:09','2019-09-13 16:38:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:40:\"Kendel gives KC Manning Cup team goodies\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/Kendel-KC-Goodies-Buzz-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8976\",\"post_id\":\"8976\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:92:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/kendel-gives-kc-manning-cup-team-goodies\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:103:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Kendel-KC-Goodies-Buzz-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:76:\"https://buzz-caribbean.com/article/kendel-gives-kc-manning-cup-team-goodies/\";s:11:\"fbmsn_image\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/Kendel-KC-Goodies-Buzz-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:76:\"https://buzz-caribbean.com/article/kendel-gives-kc-manning-cup-team-goodies/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:76:\"https://buzz-caribbean.com/article/kendel-gives-kc-manning-cup-team-goodies/\";s:16:\"desktop_bigimage\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/Kendel-KC-Goodies-Buzz-300x199.jpg\";s:12:\"desktop_icon\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/Kendel-KC-Goodies-Buzz-150x150.jpg\";s:4:\"name\";s:40:\"Kendel gives KC Manning Cup team goodies\";s:7:\"post_id\";s:4:\"8976\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(482,'','American Express drops big endorsement for Jamaica Food &amp; Drink Festival','custom','American Express drops big endorsement for Jamaica Food &amp; Drink Festival','2019-09-13 16:53:11','2019-09-13 16:53:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:76:\"American Express drops big endorsement for Jamaica Food &amp; Drink Festival\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/jfdf-web-banner-buzz-demo-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8975\",\"post_id\":\"8975\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:122:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/american-express-drops-big-endorsement-for-jamaica-food-drink-festival\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:106:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/jfdf-web-banner-buzz-demo-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:106:\"https://buzz-caribbean.com/article/american-express-drops-big-endorsement-for-jamaica-food-drink-festival/\";s:11:\"fbmsn_image\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/jfdf-web-banner-buzz-demo-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:106:\"https://buzz-caribbean.com/article/american-express-drops-big-endorsement-for-jamaica-food-drink-festival/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:106:\"https://buzz-caribbean.com/article/american-express-drops-big-endorsement-for-jamaica-food-drink-festival/\";s:16:\"desktop_bigimage\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/jfdf-web-banner-buzz-demo-300x144.jpg\";s:12:\"desktop_icon\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/jfdf-web-banner-buzz-demo-150x150.jpg\";s:4:\"name\";s:76:\"American Express drops big endorsement for Jamaica Food &amp; Drink Festival\";s:7:\"post_id\";s:4:\"8975\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(483,'','Ramble Media Corp, launches its first digital media platform with BUZZ','custom','Ramble Media Corp, launches its first digital media platform with BUZZ','2019-09-13 17:38:10','2019-09-13 17:38:10',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:70:\"Ramble Media Corp, launches its first digital media platform with BUZZ\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/09/Team-Buzz-Caribbean-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8992\",\"post_id\":\"8992\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:121:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/ramble-media-corp-launches-its-first-digital-media-platform-with-buzz\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:100:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Team-Buzz-Caribbean-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:105:\"https://buzz-caribbean.com/article/ramble-media-corp-launches-its-first-digital-media-platform-with-buzz/\";s:11:\"fbmsn_image\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/09/Team-Buzz-Caribbean-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:105:\"https://buzz-caribbean.com/article/ramble-media-corp-launches-its-first-digital-media-platform-with-buzz/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:105:\"https://buzz-caribbean.com/article/ramble-media-corp-launches-its-first-digital-media-platform-with-buzz/\";s:16:\"desktop_bigimage\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/09/Team-Buzz-Caribbean-300x201.png\";s:12:\"desktop_icon\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/09/Team-Buzz-Caribbean-150x150.png\";s:4:\"name\";s:70:\"Ramble Media Corp, launches its first digital media platform with BUZZ\";s:7:\"post_id\";s:4:\"8992\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(484,'','Nuts of love on National Peanut Day','custom','Nuts of love on National Peanut Day','2019-09-13 17:53:07','2019-09-13 17:53:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:35:\"Nuts of love on National Peanut Day\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:93:\"https://buzz-caribbean.com/app/uploads/2019/09/National-Baking-Company-Peanut-Day-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8988\",\"post_id\":\"8988\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:87:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/nuts-of-love-on-national-peanut-day\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:115:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/National-Baking-Company-Peanut-Day-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:71:\"https://buzz-caribbean.com/article/nuts-of-love-on-national-peanut-day/\";s:11:\"fbmsn_image\";s:93:\"https://buzz-caribbean.com/app/uploads/2019/09/National-Baking-Company-Peanut-Day-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:71:\"https://buzz-caribbean.com/article/nuts-of-love-on-national-peanut-day/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:71:\"https://buzz-caribbean.com/article/nuts-of-love-on-national-peanut-day/\";s:16:\"desktop_bigimage\";s:93:\"https://buzz-caribbean.com/app/uploads/2019/09/National-Baking-Company-Peanut-Day-300x169.jpg\";s:12:\"desktop_icon\";s:93:\"https://buzz-caribbean.com/app/uploads/2019/09/National-Baking-Company-Peanut-Day-150x150.jpg\";s:4:\"name\";s:35:\"Nuts of love on National Peanut Day\";s:7:\"post_id\";s:4:\"8988\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(485,'','Mona stop Tivoli 1-0 in Manning Cup action','custom','Mona stop Tivoli 1-0 in Manning Cup action','2019-09-13 19:53:06','2019-09-13 19:53:06',0,'','a:46:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:42:\"Mona stop Tivoli 1-0 in Manning Cup action\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:0:\"\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9007\",\"post_id\":\"9007\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:94:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/mona-stop-tivoli-1-0-in-manning-cup-action\\/\"}\";s:13:\"wp_extra_type\";s:0:\"\";s:13:\"wp_extravalue\";s:0:\"\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:78:\"https://buzz-caribbean.com/article/mona-stop-tivoli-1-0-in-manning-cup-action/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:78:\"https://buzz-caribbean.com/article/mona-stop-tivoli-1-0-in-manning-cup-action/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:78:\"https://buzz-caribbean.com/article/mona-stop-tivoli-1-0-in-manning-cup-action/\";s:4:\"name\";s:42:\"Mona stop Tivoli 1-0 in Manning Cup action\";s:7:\"post_id\";s:4:\"9007\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(486,'','Tallawahs look to avenge loss against Knight Riders','custom','Tallawahs look to avenge loss against Knight Riders','2019-09-13 20:38:08','2019-09-13 20:38:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:51:\"Tallawahs look to avenge loss against Knight Riders\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-tallwahs-vs-trinibago-2-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9022\",\"post_id\":\"9022\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:103:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/tallawahs-look-to-avenge-loss-against-knight-riders\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:112:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/jamaica-tallwahs-vs-trinibago-2-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:87:\"https://buzz-caribbean.com/article/tallawahs-look-to-avenge-loss-against-knight-riders/\";s:11:\"fbmsn_image\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-tallwahs-vs-trinibago-2-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:87:\"https://buzz-caribbean.com/article/tallawahs-look-to-avenge-loss-against-knight-riders/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:87:\"https://buzz-caribbean.com/article/tallawahs-look-to-avenge-loss-against-knight-riders/\";s:16:\"desktop_bigimage\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-tallwahs-vs-trinibago-2-300x184.jpg\";s:12:\"desktop_icon\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-tallwahs-vs-trinibago-2-150x150.jpg\";s:4:\"name\";s:51:\"Tallawahs look to avenge loss against Knight Riders\";s:7:\"post_id\";s:4:\"9022\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(487,'','Wes Morgan not in agreement with his pace ranking on FIFA 20','custom','Wes Morgan not in agreement with his pace ranking on FIFA 20','2019-09-13 20:53:06','2019-09-13 20:53:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:60:\"Wes Morgan not in agreement with his pace ranking on FIFA 20\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/Wes-Morgan-FIFA-Buzz-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9026\",\"post_id\":\"9026\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:112:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/wes-morgan-not-in-agreement-with-his-pace-ranking-on-fifa-20\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:101:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Wes-Morgan-FIFA-Buzz-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:96:\"https://buzz-caribbean.com/article/wes-morgan-not-in-agreement-with-his-pace-ranking-on-fifa-20/\";s:11:\"fbmsn_image\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/Wes-Morgan-FIFA-Buzz-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:96:\"https://buzz-caribbean.com/article/wes-morgan-not-in-agreement-with-his-pace-ranking-on-fifa-20/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:96:\"https://buzz-caribbean.com/article/wes-morgan-not-in-agreement-with-his-pace-ranking-on-fifa-20/\";s:16:\"desktop_bigimage\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/Wes-Morgan-FIFA-Buzz-300x169.jpg\";s:12:\"desktop_icon\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/Wes-Morgan-FIFA-Buzz-150x150.jpg\";s:4:\"name\";s:60:\"Wes Morgan not in agreement with his pace ranking on FIFA 20\";s:7:\"post_id\";s:4:\"9026\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(488,'','Tennis star Serena Williams visits hurricane hit areas of The Bahams','custom','Tennis star Serena Williams visits hurricane hit areas of The Bahams','2019-09-13 21:08:10','2019-09-13 21:08:10',0,'','a:46:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:68:\"Tennis star Serena Williams visits hurricane hit areas of The Bahams\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:0:\"\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9028\",\"post_id\":\"9028\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:120:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/tennis-star-serena-williams-visits-hurricane-hit-areas-of-the-bahams\\/\"}\";s:13:\"wp_extra_type\";s:0:\"\";s:13:\"wp_extravalue\";s:0:\"\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:104:\"https://buzz-caribbean.com/article/tennis-star-serena-williams-visits-hurricane-hit-areas-of-the-bahams/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:104:\"https://buzz-caribbean.com/article/tennis-star-serena-williams-visits-hurricane-hit-areas-of-the-bahams/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:104:\"https://buzz-caribbean.com/article/tennis-star-serena-williams-visits-hurricane-hit-areas-of-the-bahams/\";s:4:\"name\";s:68:\"Tennis star Serena Williams visits hurricane hit areas of The Bahams\";s:7:\"post_id\";s:4:\"9028\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(489,'','STETHS hammer Black River 11-0 in ISSA/Wata DaCosta Cup','custom','STETHS hammer Black River 11-0 in ISSA/Wata DaCosta Cup','2019-09-13 21:23:11','2019-09-13 21:23:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:55:\"STETHS hammer Black River 11-0 in ISSA/Wata DaCosta Cup\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/Black-River-STETHS-Buzz-Caribbean-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9040\",\"post_id\":\"9040\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:107:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/steths-hammer-black-river-11-0-in-issa-wata-dacosta-cup\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:114:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Black-River-STETHS-Buzz-Caribbean-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:91:\"https://buzz-caribbean.com/article/steths-hammer-black-river-11-0-in-issa-wata-dacosta-cup/\";s:11:\"fbmsn_image\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/Black-River-STETHS-Buzz-Caribbean-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:91:\"https://buzz-caribbean.com/article/steths-hammer-black-river-11-0-in-issa-wata-dacosta-cup/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:91:\"https://buzz-caribbean.com/article/steths-hammer-black-river-11-0-in-issa-wata-dacosta-cup/\";s:16:\"desktop_bigimage\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/Black-River-STETHS-Buzz-Caribbean-300x180.jpg\";s:12:\"desktop_icon\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/Black-River-STETHS-Buzz-Caribbean-150x150.jpg\";s:4:\"name\";s:55:\"STETHS hammer Black River 11-0 in ISSA/Wata DaCosta Cup\";s:7:\"post_id\";s:4:\"9040\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(490,'','Tallawahs to chase 268 in search of first CPL win','custom','Tallawahs to chase 268 in search of first CPL win','2019-09-13 22:38:08','2019-09-13 22:38:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:49:\"Tallawahs to chase 268 in search of first CPL win\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/08/jamaica-tallawahs-vs-trinibago-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9045\",\"post_id\":\"9045\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:101:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/tallawahs-to-chase-268-in-search-of-first-cpl-win\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:111:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/jamaica-tallawahs-vs-trinibago-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:85:\"https://buzz-caribbean.com/article/tallawahs-to-chase-268-in-search-of-first-cpl-win/\";s:11:\"fbmsn_image\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/08/jamaica-tallawahs-vs-trinibago-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:85:\"https://buzz-caribbean.com/article/tallawahs-to-chase-268-in-search-of-first-cpl-win/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:85:\"https://buzz-caribbean.com/article/tallawahs-to-chase-268-in-search-of-first-cpl-win/\";s:16:\"desktop_bigimage\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/08/jamaica-tallawahs-vs-trinibago-300x184.jpg\";s:12:\"desktop_icon\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/08/jamaica-tallawahs-vs-trinibago-150x150.jpg\";s:4:\"name\";s:49:\"Tallawahs to chase 268 in search of first CPL win\";s:7:\"post_id\";s:4:\"9045\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(491,'','Knight Riders overpower Tallawahs for easy CPL win','custom','Knight Riders overpower Tallawahs for easy CPL win','2019-09-14 09:53:16','2019-09-14 09:53:16',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:50:\"Knight Riders overpower Tallawahs for easy CPL win\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/09/knight-riders-vs-tallawahs-sept13-buzz-4-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9062\",\"post_id\":\"9062\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:102:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/knight-riders-overpower-tallawahs-for-easy-cpl-win\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:121:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/knight-riders-vs-tallawahs-sept13-buzz-4-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:86:\"https://buzz-caribbean.com/article/knight-riders-overpower-tallawahs-for-easy-cpl-win/\";s:11:\"fbmsn_image\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/09/knight-riders-vs-tallawahs-sept13-buzz-4-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:86:\"https://buzz-caribbean.com/article/knight-riders-overpower-tallawahs-for-easy-cpl-win/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:86:\"https://buzz-caribbean.com/article/knight-riders-overpower-tallawahs-for-easy-cpl-win/\";s:16:\"desktop_bigimage\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/09/knight-riders-vs-tallawahs-sept13-buzz-4-300x200.jpg\";s:12:\"desktop_icon\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/09/knight-riders-vs-tallawahs-sept13-buzz-4-150x150.jpg\";s:4:\"name\";s:50:\"Knight Riders overpower Tallawahs for easy CPL win\";s:7:\"post_id\";s:4:\"9062\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(492,'','18-karat gold toilet snatched from British palace','custom','18-karat gold toilet snatched from British palace','2019-09-14 10:23:08','2019-09-14 10:23:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:49:\"18-karat gold toilet snatched from British palace\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/golden-toilet-stolen-buzz-demo-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9070\",\"post_id\":\"9070\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:101:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/18-karat-gold-toilet-snatched-from-british-palace\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:111:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/golden-toilet-stolen-buzz-demo-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:85:\"https://buzz-caribbean.com/article/18-karat-gold-toilet-snatched-from-british-palace/\";s:11:\"fbmsn_image\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/golden-toilet-stolen-buzz-demo-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:85:\"https://buzz-caribbean.com/article/18-karat-gold-toilet-snatched-from-british-palace/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:85:\"https://buzz-caribbean.com/article/18-karat-gold-toilet-snatched-from-british-palace/\";s:16:\"desktop_bigimage\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/golden-toilet-stolen-buzz-demo-300x169.jpg\";s:12:\"desktop_icon\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/golden-toilet-stolen-buzz-demo-150x150.jpg\";s:4:\"name\";s:49:\"18-karat gold toilet snatched from British palace\";s:7:\"post_id\";s:4:\"9070\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(493,'','Antigua &amp; Barbuda launches vacation discounts \'Cool Card\'','custom','Antigua &amp; Barbuda launches vacation discounts \'Cool Card\'','2019-09-14 10:53:06','2019-09-14 10:53:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:61:\"Antigua &amp; Barbuda launches vacation discounts \'Cool Card\'\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/antigua-cool-card-buzz-demo-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9075\",\"post_id\":\"9075\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:105:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/antigua-barbuda-launches-vacation-discounts-cool-card\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:108:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/antigua-cool-card-buzz-demo-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:89:\"https://buzz-caribbean.com/article/antigua-barbuda-launches-vacation-discounts-cool-card/\";s:11:\"fbmsn_image\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/antigua-cool-card-buzz-demo-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:89:\"https://buzz-caribbean.com/article/antigua-barbuda-launches-vacation-discounts-cool-card/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:89:\"https://buzz-caribbean.com/article/antigua-barbuda-launches-vacation-discounts-cool-card/\";s:16:\"desktop_bigimage\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/antigua-cool-card-buzz-demo-300x169.jpg\";s:12:\"desktop_icon\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/antigua-cool-card-buzz-demo-150x150.jpg\";s:4:\"name\";s:61:\"Antigua &amp; Barbuda launches vacation discounts \'Cool Card\'\";s:7:\"post_id\";s:4:\"9075\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(494,'','STCG tackle Ardenne as 11 teams hunt second win in Manning Cup','custom','STCG tackle Ardenne as 11 teams hunt second win in Manning Cup','2019-09-14 11:23:08','2019-09-14 11:23:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:62:\"STCG tackle Ardenne as 11 teams hunt second win in Manning Cup\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-schoolboy-football-buzz-demo-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9079\",\"post_id\":\"9079\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:114:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/stcg-tackle-ardenne-as-11-teams-hunt-second-win-in-manning-cup\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:117:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/jamaica-schoolboy-football-buzz-demo-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:98:\"https://buzz-caribbean.com/article/stcg-tackle-ardenne-as-11-teams-hunt-second-win-in-manning-cup/\";s:11:\"fbmsn_image\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-schoolboy-football-buzz-demo-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:98:\"https://buzz-caribbean.com/article/stcg-tackle-ardenne-as-11-teams-hunt-second-win-in-manning-cup/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:98:\"https://buzz-caribbean.com/article/stcg-tackle-ardenne-as-11-teams-hunt-second-win-in-manning-cup/\";s:16:\"desktop_bigimage\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-schoolboy-football-buzz-demo-300x156.jpg\";s:12:\"desktop_icon\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-schoolboy-football-buzz-demo-150x150.jpg\";s:4:\"name\";s:62:\"STCG tackle Ardenne as 11 teams hunt second win in Manning Cup\";s:7:\"post_id\";s:4:\"9079\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(495,'','Sean Paul hoping to edge out Drake for LatinAMAs’ fave crossover artiste','custom','Sean Paul hoping to edge out Drake for LatinAMAs’ fave crossover artiste','2019-09-14 12:23:10','2019-09-14 12:23:10',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:74:\"Sean Paul hoping to edge out Drake for LatinAMAs’ fave crossover artiste\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/09/Sean-Paul-BBC-1Extra-Buzz-Caribbean-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9088\",\"post_id\":\"9088\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:123:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/sean-paul-hoping-to-edge-out-drake-for-latinamas-fave-crossover-artiste\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:118:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Sean-Paul-BBC-1Extra-Buzz-Caribbean-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:107:\"https://buzz-caribbean.com/article/sean-paul-hoping-to-edge-out-drake-for-latinamas-fave-crossover-artiste/\";s:11:\"fbmsn_image\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/09/Sean-Paul-BBC-1Extra-Buzz-Caribbean-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:107:\"https://buzz-caribbean.com/article/sean-paul-hoping-to-edge-out-drake-for-latinamas-fave-crossover-artiste/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:107:\"https://buzz-caribbean.com/article/sean-paul-hoping-to-edge-out-drake-for-latinamas-fave-crossover-artiste/\";s:16:\"desktop_bigimage\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/09/Sean-Paul-BBC-1Extra-Buzz-Caribbean-1-300x180.jpg\";s:12:\"desktop_icon\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/09/Sean-Paul-BBC-1Extra-Buzz-Caribbean-1-150x150.jpg\";s:4:\"name\";s:74:\"Sean Paul hoping to edge out Drake for LatinAMAs’ fave crossover artiste\";s:7:\"post_id\";s:4:\"9088\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(496,'','Wolmer\'s stay in touch with JC after 8-1 whipping of Innswood in Manning Cup','custom','Wolmer\'s stay in touch with JC after 8-1 whipping of Innswood in Manning Cup','2019-09-14 13:08:12','2019-09-14 13:08:12',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:76:\"Wolmer\'s stay in touch with JC after 8-1 whipping of Innswood in Manning Cup\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/Football-Manning-Cup-Buzz-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9093\",\"post_id\":\"9093\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:127:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/wolmers-stay-in-touch-with-jc-after-8-1-whipping-of-innswood-in-manning-cup\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:106:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Football-Manning-Cup-Buzz-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:111:\"https://buzz-caribbean.com/article/wolmers-stay-in-touch-with-jc-after-8-1-whipping-of-innswood-in-manning-cup/\";s:11:\"fbmsn_image\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/Football-Manning-Cup-Buzz-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:111:\"https://buzz-caribbean.com/article/wolmers-stay-in-touch-with-jc-after-8-1-whipping-of-innswood-in-manning-cup/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:111:\"https://buzz-caribbean.com/article/wolmers-stay-in-touch-with-jc-after-8-1-whipping-of-innswood-in-manning-cup/\";s:16:\"desktop_bigimage\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/Football-Manning-Cup-Buzz-300x200.jpg\";s:12:\"desktop_icon\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/Football-Manning-Cup-Buzz-150x150.jpg\";s:4:\"name\";s:76:\"Wolmer\'s stay in touch with JC after 8-1 whipping of Innswood in Manning Cup\";s:7:\"post_id\";s:4:\"9093\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(497,'','Munro takes on STETHS in daCosta Cup top billing','custom','Munro takes on STETHS in daCosta Cup top billing','2019-09-14 13:38:10','2019-09-14 13:38:10',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:48:\"Munro takes on STETHS in daCosta Cup top billing\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-schoolboy-football-buzz-demo-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9104\",\"post_id\":\"9104\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:100:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/munro-takes-on-steths-in-dacosta-cup-top-billing\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:117:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/jamaica-schoolboy-football-buzz-demo-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:84:\"https://buzz-caribbean.com/article/munro-takes-on-steths-in-dacosta-cup-top-billing/\";s:11:\"fbmsn_image\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-schoolboy-football-buzz-demo-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:84:\"https://buzz-caribbean.com/article/munro-takes-on-steths-in-dacosta-cup-top-billing/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:84:\"https://buzz-caribbean.com/article/munro-takes-on-steths-in-dacosta-cup-top-billing/\";s:16:\"desktop_bigimage\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-schoolboy-football-buzz-demo-300x156.jpg\";s:12:\"desktop_icon\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-schoolboy-football-buzz-demo-150x150.jpg\";s:4:\"name\";s:48:\"Munro takes on STETHS in daCosta Cup top billing\";s:7:\"post_id\";s:4:\"9104\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(498,'','Phillips hears complaints in ongoing Cockpit mining saga','custom','Phillips hears complaints in ongoing Cockpit mining saga','2019-09-14 14:08:06','2019-09-14 14:08:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:56:\"Phillips hears complaints in ongoing Cockpit mining saga\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/09/mining-hole-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9091\",\"post_id\":\"9091\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:108:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/phillips-hears-complaints-in-ongoing-cockpit-mining-saga\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:92:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/mining-hole-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:92:\"https://buzz-caribbean.com/article/phillips-hears-complaints-in-ongoing-cockpit-mining-saga/\";s:11:\"fbmsn_image\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/09/mining-hole-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:92:\"https://buzz-caribbean.com/article/phillips-hears-complaints-in-ongoing-cockpit-mining-saga/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:92:\"https://buzz-caribbean.com/article/phillips-hears-complaints-in-ongoing-cockpit-mining-saga/\";s:16:\"desktop_bigimage\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/09/mining-hole-300x200.jpg\";s:12:\"desktop_icon\";s:70:\"https://buzz-caribbean.com/app/uploads/2019/09/mining-hole-150x150.jpg\";s:4:\"name\";s:56:\"Phillips hears complaints in ongoing Cockpit mining saga\";s:7:\"post_id\";s:4:\"9091\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(499,'','Itelbpo stages inaugural itelFest','custom','Itelbpo stages inaugural itelFest','2019-09-14 16:38:06','2019-09-14 16:38:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:33:\"Itelbpo stages inaugural itelFest\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/yoni-epstein-miss-kitty-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9125\",\"post_id\":\"9125\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:85:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/itelbpo-stages-inaugural-itelfest\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:104:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/yoni-epstein-miss-kitty-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:69:\"https://buzz-caribbean.com/article/itelbpo-stages-inaugural-itelfest/\";s:11:\"fbmsn_image\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/yoni-epstein-miss-kitty-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:69:\"https://buzz-caribbean.com/article/itelbpo-stages-inaugural-itelfest/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:69:\"https://buzz-caribbean.com/article/itelbpo-stages-inaugural-itelfest/\";s:16:\"desktop_bigimage\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/yoni-epstein-miss-kitty-300x200.jpg\";s:12:\"desktop_icon\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/yoni-epstein-miss-kitty-150x150.jpg\";s:4:\"name\";s:33:\"Itelbpo stages inaugural itelFest\";s:7:\"post_id\";s:4:\"9125\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(500,'','Festival Queen visits former primary school','custom','Festival Queen visits former primary school','2019-09-14 17:38:09','2019-09-14 17:38:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:43:\"Festival Queen visits former primary school\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/09/festival-queen-school-visit-buzz-5-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"8867\",\"post_id\":\"8867\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:95:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/festival-queen-visits-former-primary-school\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:117:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/festival-queen-school-visit-buzz-5-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:79:\"https://buzz-caribbean.com/article/festival-queen-visits-former-primary-school/\";s:11:\"fbmsn_image\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/09/festival-queen-school-visit-buzz-5-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:79:\"https://buzz-caribbean.com/article/festival-queen-visits-former-primary-school/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:79:\"https://buzz-caribbean.com/article/festival-queen-visits-former-primary-school/\";s:16:\"desktop_bigimage\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/09/festival-queen-school-visit-buzz-5-1-300x200.jpg\";s:12:\"desktop_icon\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/09/festival-queen-school-visit-buzz-5-1-150x150.jpg\";s:4:\"name\";s:43:\"Festival Queen visits former primary school\";s:7:\"post_id\";s:4:\"8867\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(501,'','Itelbpo aims to raise US$100,000 for hurricane victims in The Bahamas','custom','Itelbpo aims to raise US$100,000 for hurricane victims in The Bahamas','2019-09-14 17:38:09','2019-09-14 17:38:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:69:\"Itelbpo aims to raise US$100,000 for hurricane victims in The Bahamas\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/abaco-bahamas-hurricane-dorian--150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9131\",\"post_id\":\"9131\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:119:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/itelbpo-aims-to-raise-us100000-for-hurricane-victims-in-the-bahamas\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:112:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/abaco-bahamas-hurricane-dorian--150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:103:\"https://buzz-caribbean.com/article/itelbpo-aims-to-raise-us100000-for-hurricane-victims-in-the-bahamas/\";s:11:\"fbmsn_image\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/abaco-bahamas-hurricane-dorian--150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:103:\"https://buzz-caribbean.com/article/itelbpo-aims-to-raise-us100000-for-hurricane-victims-in-the-bahamas/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:103:\"https://buzz-caribbean.com/article/itelbpo-aims-to-raise-us100000-for-hurricane-victims-in-the-bahamas/\";s:16:\"desktop_bigimage\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/abaco-bahamas-hurricane-dorian--300x180.jpg\";s:12:\"desktop_icon\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/abaco-bahamas-hurricane-dorian--150x150.jpg\";s:4:\"name\";s:69:\"Itelbpo aims to raise US$100,000 for hurricane victims in The Bahamas\";s:7:\"post_id\";s:4:\"9131\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(502,'','Sandals All White Welcome Party the highlight of JAPEX 2019','custom','Sandals All White Welcome Party the highlight of JAPEX 2019','2019-09-14 17:53:09','2019-09-14 17:53:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:59:\"Sandals All White Welcome Party the highlight of JAPEX 2019\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/sandals-all-white-buzz-6-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9150\",\"post_id\":\"9150\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:111:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/sandals-all-white-welcome-party-the-highlight-of-japex-2019\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:105:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/sandals-all-white-buzz-6-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:95:\"https://buzz-caribbean.com/article/sandals-all-white-welcome-party-the-highlight-of-japex-2019/\";s:11:\"fbmsn_image\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/sandals-all-white-buzz-6-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:95:\"https://buzz-caribbean.com/article/sandals-all-white-welcome-party-the-highlight-of-japex-2019/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:95:\"https://buzz-caribbean.com/article/sandals-all-white-welcome-party-the-highlight-of-japex-2019/\";s:16:\"desktop_bigimage\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/sandals-all-white-buzz-6-300x199.jpg\";s:12:\"desktop_icon\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/sandals-all-white-buzz-6-150x150.jpg\";s:4:\"name\";s:59:\"Sandals All White Welcome Party the highlight of JAPEX 2019\";s:7:\"post_id\";s:4:\"9150\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(503,'','','custom','','2019-09-14 18:08:06','2019-09-14 18:08:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:0:\"\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/09/top-boy-buzz-3-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9162\",\"post_id\":\"9162\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:56:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/9162\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:95:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/top-boy-buzz-3-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:40:\"https://buzz-caribbean.com/article/9162/\";s:11:\"fbmsn_image\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/09/top-boy-buzz-3-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:40:\"https://buzz-caribbean.com/article/9162/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:40:\"https://buzz-caribbean.com/article/9162/\";s:16:\"desktop_bigimage\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/09/top-boy-buzz-3-300x200.png\";s:12:\"desktop_icon\";s:73:\"https://buzz-caribbean.com/app/uploads/2019/09/top-boy-buzz-3-150x150.png\";s:4:\"name\";s:0:\"\";s:7:\"post_id\";s:4:\"9162\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(504,'','Trinbagonian brand, Diane Carlton shines at Africa Fashion Week in London','custom','Trinbagonian brand, Diane Carlton shines at Africa Fashion Week in London','2019-09-14 18:23:06','2019-09-14 18:23:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:73:\"Trinbagonian brand, Diane Carlton shines at Africa Fashion Week in London\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:107:\"https://buzz-caribbean.com/app/uploads/2019/09/Diane-Carlton-Models-London-African-fashion-week-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9168\",\"post_id\":\"9168\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:124:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/trinbagonian-brand-diane-carlton-shines-at-africa-fashion-week-in-london\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:129:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Diane-Carlton-Models-London-African-fashion-week-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:108:\"https://buzz-caribbean.com/article/trinbagonian-brand-diane-carlton-shines-at-africa-fashion-week-in-london/\";s:11:\"fbmsn_image\";s:107:\"https://buzz-caribbean.com/app/uploads/2019/09/Diane-Carlton-Models-London-African-fashion-week-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:108:\"https://buzz-caribbean.com/article/trinbagonian-brand-diane-carlton-shines-at-africa-fashion-week-in-london/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:108:\"https://buzz-caribbean.com/article/trinbagonian-brand-diane-carlton-shines-at-africa-fashion-week-in-london/\";s:16:\"desktop_bigimage\";s:107:\"https://buzz-caribbean.com/app/uploads/2019/09/Diane-Carlton-Models-London-African-fashion-week-300x187.png\";s:12:\"desktop_icon\";s:107:\"https://buzz-caribbean.com/app/uploads/2019/09/Diane-Carlton-Models-London-African-fashion-week-150x150.png\";s:4:\"name\";s:73:\"Trinbagonian brand, Diane Carlton shines at Africa Fashion Week in London\";s:7:\"post_id\";s:4:\"9168\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(505,'','George’s rally to beat Ardenne 4-1 in Manning Cup','custom','George’s rally to beat Ardenne 4-1 in Manning Cup','2019-09-14 21:08:08','2019-09-14 21:08:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:51:\"George’s rally to beat Ardenne 4-1 in Manning Cup\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/ardenne-georges-manning-cup-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9173\",\"post_id\":\"9173\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:100:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/georges-rally-to-beat-ardenne-4-1-in-manning-cup\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:108:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/ardenne-georges-manning-cup-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:84:\"https://buzz-caribbean.com/article/georges-rally-to-beat-ardenne-4-1-in-manning-cup/\";s:11:\"fbmsn_image\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/ardenne-georges-manning-cup-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:84:\"https://buzz-caribbean.com/article/georges-rally-to-beat-ardenne-4-1-in-manning-cup/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:84:\"https://buzz-caribbean.com/article/georges-rally-to-beat-ardenne-4-1-in-manning-cup/\";s:16:\"desktop_bigimage\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/ardenne-georges-manning-cup-300x200.jpg\";s:12:\"desktop_icon\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/ardenne-georges-manning-cup-150x150.jpg\";s:4:\"name\";s:51:\"George’s rally to beat Ardenne 4-1 in Manning Cup\";s:7:\"post_id\";s:4:\"9173\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(506,'','“Babsy” Says Her Ministry Has Made Proposals on Changes to the Noise Abatement Act','custom','“Babsy” Says Her Ministry Has Made Proposals on Changes to the Noise Abatement Act','2019-09-15 07:08:21','2019-09-15 07:08:21',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:86:\"“Babsy” Says Her Ministry Has Made Proposals on Changes to the Noise Abatement Act\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/09/olivia-Babsy-grange-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9193\",\"post_id\":\"9193\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:132:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/babsy-says-her-ministry-has-made-proposals-on-changes-to-the-noise-abatement-act\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:100:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/olivia-Babsy-grange-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:116:\"https://buzz-caribbean.com/article/babsy-says-her-ministry-has-made-proposals-on-changes-to-the-noise-abatement-act/\";s:11:\"fbmsn_image\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/09/olivia-Babsy-grange-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:116:\"https://buzz-caribbean.com/article/babsy-says-her-ministry-has-made-proposals-on-changes-to-the-noise-abatement-act/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:116:\"https://buzz-caribbean.com/article/babsy-says-her-ministry-has-made-proposals-on-changes-to-the-noise-abatement-act/\";s:16:\"desktop_bigimage\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/09/olivia-Babsy-grange-300x200.jpg\";s:12:\"desktop_icon\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/09/olivia-Babsy-grange-150x150.jpg\";s:4:\"name\";s:86:\"“Babsy” Says Her Ministry Has Made Proposals on Changes to the Noise Abatement Act\";s:7:\"post_id\";s:4:\"9193\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(507,'','Lutan Fyah\'s \'Longest Livah\' album now available on all platforms','custom','Lutan Fyah\'s \'Longest Livah\' album now available on all platforms','2019-09-15 07:38:11','2019-09-15 07:38:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:65:\"Lutan Fyah\'s \'Longest Livah\' album now available on all platforms\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/LUTAN-FYAH-BUZZ-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9196\",\"post_id\":\"9196\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:114:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/lutan-fyahs-longest-livah-album-now-available-on-all-platforms\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:96:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/LUTAN-FYAH-BUZZ-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:98:\"https://buzz-caribbean.com/article/lutan-fyahs-longest-livah-album-now-available-on-all-platforms/\";s:11:\"fbmsn_image\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/LUTAN-FYAH-BUZZ-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:98:\"https://buzz-caribbean.com/article/lutan-fyahs-longest-livah-album-now-available-on-all-platforms/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:98:\"https://buzz-caribbean.com/article/lutan-fyahs-longest-livah-album-now-available-on-all-platforms/\";s:16:\"desktop_bigimage\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/LUTAN-FYAH-BUZZ-300x199.jpg\";s:12:\"desktop_icon\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/LUTAN-FYAH-BUZZ-150x150.jpg\";s:4:\"name\";s:65:\"Lutan Fyah\'s \'Longest Livah\' album now available on all platforms\";s:7:\"post_id\";s:4:\"9196\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(508,'','Jamaica Fire Brigade to run pilot test on satellite fire response stations in south Trelawny','custom','Jamaica Fire Brigade to run pilot test on satellite fire response stations in south Trelawny','2019-09-15 07:53:13','2019-09-15 07:53:13',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:92:\"Jamaica Fire Brigade to run pilot test on satellite fire response stations in south Trelawny\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/firehose-Jamaica-Fire-Brigade-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9202\",\"post_id\":\"9202\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:144:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jamaica-fire-brigade-to-run-pilot-test-on-satellite-fire-response-stations-in-south-trelawny\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:110:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/firehose-Jamaica-Fire-Brigade-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:128:\"https://buzz-caribbean.com/article/jamaica-fire-brigade-to-run-pilot-test-on-satellite-fire-response-stations-in-south-trelawny/\";s:11:\"fbmsn_image\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/firehose-Jamaica-Fire-Brigade-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:128:\"https://buzz-caribbean.com/article/jamaica-fire-brigade-to-run-pilot-test-on-satellite-fire-response-stations-in-south-trelawny/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:128:\"https://buzz-caribbean.com/article/jamaica-fire-brigade-to-run-pilot-test-on-satellite-fire-response-stations-in-south-trelawny/\";s:16:\"desktop_bigimage\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/firehose-Jamaica-Fire-Brigade-300x204.jpg\";s:12:\"desktop_icon\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/firehose-Jamaica-Fire-Brigade-150x150.jpg\";s:4:\"name\";s:92:\"Jamaica Fire Brigade to run pilot test on satellite fire response stations in south Trelawny\";s:7:\"post_id\";s:4:\"9202\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(509,'','Coach ‘Tegat’ Davis seeks to turn Drax Hall into a RSPL fortress for Mount Pleasant','custom','Coach ‘Tegat’ Davis seeks to turn Drax Hall into a RSPL fortress for Mount Pleasant','2019-09-15 08:08:08','2019-09-15 08:08:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:87:\"Coach ‘Tegat’ Davis seeks to turn Drax Hall into a RSPL fortress for Mount Pleasant\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/football-Manning-Cup-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9208\",\"post_id\":\"9208\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:133:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/coach-tegat-davis-seeks-to-turn-drax-hall-into-a-rspl-fortress-for-mount-pleasant\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:101:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/football-Manning-Cup-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:117:\"https://buzz-caribbean.com/article/coach-tegat-davis-seeks-to-turn-drax-hall-into-a-rspl-fortress-for-mount-pleasant/\";s:11:\"fbmsn_image\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/football-Manning-Cup-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:117:\"https://buzz-caribbean.com/article/coach-tegat-davis-seeks-to-turn-drax-hall-into-a-rspl-fortress-for-mount-pleasant/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:117:\"https://buzz-caribbean.com/article/coach-tegat-davis-seeks-to-turn-drax-hall-into-a-rspl-fortress-for-mount-pleasant/\";s:16:\"desktop_bigimage\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/football-Manning-Cup-300x225.jpg\";s:12:\"desktop_icon\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/football-Manning-Cup-150x150.jpg\";s:4:\"name\";s:87:\"Coach ‘Tegat’ Davis seeks to turn Drax Hall into a RSPL fortress for Mount Pleasant\";s:7:\"post_id\";s:4:\"9208\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(510,'','Machel brings soca heat to Rihanna’s Diamond Ball charity event','custom','Machel brings soca heat to Rihanna’s Diamond Ball charity event','2019-09-15 08:23:11','2019-09-15 08:23:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:65:\"Machel brings soca heat to Rihanna’s Diamond Ball charity event\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/Machel-Montano-Rihanna-Diamond-Ball-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9211\",\"post_id\":\"9211\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:114:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/machel-brings-soca-heat-to-rihannas-diamond-ball-charity-event\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:116:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Machel-Montano-Rihanna-Diamond-Ball-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:98:\"https://buzz-caribbean.com/article/machel-brings-soca-heat-to-rihannas-diamond-ball-charity-event/\";s:11:\"fbmsn_image\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/Machel-Montano-Rihanna-Diamond-Ball-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:98:\"https://buzz-caribbean.com/article/machel-brings-soca-heat-to-rihannas-diamond-ball-charity-event/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:98:\"https://buzz-caribbean.com/article/machel-brings-soca-heat-to-rihannas-diamond-ball-charity-event/\";s:16:\"desktop_bigimage\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/Machel-Montano-Rihanna-Diamond-Ball-300x300.jpg\";s:12:\"desktop_icon\";s:94:\"https://buzz-caribbean.com/app/uploads/2019/09/Machel-Montano-Rihanna-Diamond-Ball-150x150.jpg\";s:4:\"name\";s:65:\"Machel brings soca heat to Rihanna’s Diamond Ball charity event\";s:7:\"post_id\";s:4:\"9211\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(511,'','Wood Land Roots Natural Drinks — soaring small business','custom','Wood Land Roots Natural Drinks — soaring small business','2019-09-15 08:53:23','2019-09-15 08:53:23',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:57:\"Wood Land Roots Natural Drinks — soaring small business\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/09/Wood-Lands-Natural-Drinks-Buzz-Caribbean-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9219\",\"post_id\":\"9219\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:105:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/wood-land-roots-natural-drinks-soaring-small-business\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:121:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Wood-Lands-Natural-Drinks-Buzz-Caribbean-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:89:\"https://buzz-caribbean.com/article/wood-land-roots-natural-drinks-soaring-small-business/\";s:11:\"fbmsn_image\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/09/Wood-Lands-Natural-Drinks-Buzz-Caribbean-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:89:\"https://buzz-caribbean.com/article/wood-land-roots-natural-drinks-soaring-small-business/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:89:\"https://buzz-caribbean.com/article/wood-land-roots-natural-drinks-soaring-small-business/\";s:16:\"desktop_bigimage\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/09/Wood-Lands-Natural-Drinks-Buzz-Caribbean-300x200.jpg\";s:12:\"desktop_icon\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/09/Wood-Lands-Natural-Drinks-Buzz-Caribbean-150x150.jpg\";s:4:\"name\";s:57:\"Wood Land Roots Natural Drinks — soaring small business\";s:7:\"post_id\";s:4:\"9219\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(512,'','Tallawahs hunt first win against Tridents at Sabina','custom','Tallawahs hunt first win against Tridents at Sabina','2019-09-15 10:23:12','2019-09-15 10:23:12',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:51:\"Tallawahs hunt first win against Tridents at Sabina\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/Tridents-Tallawahs-CPL-Buzz-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9232\",\"post_id\":\"9232\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:103:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/tallawahs-hunt-first-win-against-tridents-at-sabina\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:108:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Tridents-Tallawahs-CPL-Buzz-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:87:\"https://buzz-caribbean.com/article/tallawahs-hunt-first-win-against-tridents-at-sabina/\";s:11:\"fbmsn_image\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/Tridents-Tallawahs-CPL-Buzz-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:87:\"https://buzz-caribbean.com/article/tallawahs-hunt-first-win-against-tridents-at-sabina/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:87:\"https://buzz-caribbean.com/article/tallawahs-hunt-first-win-against-tridents-at-sabina/\";s:16:\"desktop_bigimage\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/Tridents-Tallawahs-CPL-Buzz-300x180.jpg\";s:12:\"desktop_icon\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/Tridents-Tallawahs-CPL-Buzz-150x150.jpg\";s:4:\"name\";s:51:\"Tallawahs hunt first win against Tridents at Sabina\";s:7:\"post_id\";s:4:\"9232\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(513,'','Tenants and landlords urged to be diligent in negotiating rental arrangements','custom','Tenants and landlords urged to be diligent in negotiating rental arrangements','2019-09-15 10:23:12','2019-09-15 10:23:12',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:77:\"Tenants and landlords urged to be diligent in negotiating rental arrangements\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/House-Rental-Buzz-Caribbean-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9228\",\"post_id\":\"9228\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:129:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/tenants-and-landlords-urged-to-be-diligent-in-negotiating-rental-arrangements\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:108:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/House-Rental-Buzz-Caribbean-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:113:\"https://buzz-caribbean.com/article/tenants-and-landlords-urged-to-be-diligent-in-negotiating-rental-arrangements/\";s:11:\"fbmsn_image\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/House-Rental-Buzz-Caribbean-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:113:\"https://buzz-caribbean.com/article/tenants-and-landlords-urged-to-be-diligent-in-negotiating-rental-arrangements/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:113:\"https://buzz-caribbean.com/article/tenants-and-landlords-urged-to-be-diligent-in-negotiating-rental-arrangements/\";s:16:\"desktop_bigimage\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/House-Rental-Buzz-Caribbean-300x180.jpg\";s:12:\"desktop_icon\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/House-Rental-Buzz-Caribbean-150x150.jpg\";s:4:\"name\";s:77:\"Tenants and landlords urged to be diligent in negotiating rental arrangements\";s:7:\"post_id\";s:4:\"9228\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(514,'','Waterhouse tackle Harbour View in RSPL feature','custom','Waterhouse tackle Harbour View in RSPL feature','2019-09-15 10:38:25','2019-09-15 10:38:25',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:46:\"Waterhouse tackle Harbour View in RSPL feature\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/08/football-game-grass-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9236\",\"post_id\":\"9236\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:98:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/waterhouse-tackle-harbour-view-in-rspl-feature\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:100:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/football-game-grass-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:82:\"https://buzz-caribbean.com/article/waterhouse-tackle-harbour-view-in-rspl-feature/\";s:11:\"fbmsn_image\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/08/football-game-grass-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:82:\"https://buzz-caribbean.com/article/waterhouse-tackle-harbour-view-in-rspl-feature/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:82:\"https://buzz-caribbean.com/article/waterhouse-tackle-harbour-view-in-rspl-feature/\";s:16:\"desktop_bigimage\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/08/football-game-grass-300x200.jpg\";s:12:\"desktop_icon\";s:78:\"https://buzz-caribbean.com/app/uploads/2019/08/football-game-grass-150x150.jpg\";s:4:\"name\";s:46:\"Waterhouse tackle Harbour View in RSPL feature\";s:7:\"post_id\";s:4:\"9236\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(515,'','Peter Phillips, Peter Bunting attend unity and healing service','custom','Peter Phillips, Peter Bunting attend unity and healing service','2019-09-15 11:08:08','2019-09-15 11:08:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:62:\"Peter Phillips, Peter Bunting attend unity and healing service\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:104:\"https://buzz-caribbean.com/app/uploads/2019/09/Jackson-Bunting-Phillips-PNP-Church-Service-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9238\",\"post_id\":\"9238\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:113:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/peter-phillips-peter-bunting-attend-unity-and-healing-service\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:126:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Jackson-Bunting-Phillips-PNP-Church-Service-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:97:\"https://buzz-caribbean.com/article/peter-phillips-peter-bunting-attend-unity-and-healing-service/\";s:11:\"fbmsn_image\";s:104:\"https://buzz-caribbean.com/app/uploads/2019/09/Jackson-Bunting-Phillips-PNP-Church-Service-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:97:\"https://buzz-caribbean.com/article/peter-phillips-peter-bunting-attend-unity-and-healing-service/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:97:\"https://buzz-caribbean.com/article/peter-phillips-peter-bunting-attend-unity-and-healing-service/\";s:16:\"desktop_bigimage\";s:104:\"https://buzz-caribbean.com/app/uploads/2019/09/Jackson-Bunting-Phillips-PNP-Church-Service-1-300x200.jpg\";s:12:\"desktop_icon\";s:104:\"https://buzz-caribbean.com/app/uploads/2019/09/Jackson-Bunting-Phillips-PNP-Church-Service-1-150x150.jpg\";s:4:\"name\";s:62:\"Peter Phillips, Peter Bunting attend unity and healing service\";s:7:\"post_id\";s:4:\"9238\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(516,'','Unruly Fest in high gear for second staging','custom','Unruly Fest in high gear for second staging','2019-09-15 12:23:18','2019-09-15 12:23:18',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:43:\"Unruly Fest in high gear for second staging\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/08/popcaan-buzz-demo-150x150.jpeg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9251\",\"post_id\":\"9251\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:95:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/unruly-fest-in-high-gear-for-second-staging\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:99:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/popcaan-buzz-demo-150x150.jpeg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:79:\"https://buzz-caribbean.com/article/unruly-fest-in-high-gear-for-second-staging/\";s:11:\"fbmsn_image\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/08/popcaan-buzz-demo-150x150.jpeg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:79:\"https://buzz-caribbean.com/article/unruly-fest-in-high-gear-for-second-staging/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:79:\"https://buzz-caribbean.com/article/unruly-fest-in-high-gear-for-second-staging/\";s:16:\"desktop_bigimage\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/08/popcaan-buzz-demo-300x200.jpeg\";s:12:\"desktop_icon\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/08/popcaan-buzz-demo-150x150.jpeg\";s:4:\"name\";s:43:\"Unruly Fest in high gear for second staging\";s:7:\"post_id\";s:4:\"9251\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(517,'','Fans shun Tallawahs','custom','Fans shun Tallawahs','2019-09-15 12:38:11','2019-09-15 12:38:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:19:\"Fans shun Tallawahs\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/Empty-Stands-Tallawahs-Buzz-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9258\",\"post_id\":\"9258\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:71:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/fans-shun-tallawahs\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:108:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Empty-Stands-Tallawahs-Buzz-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:55:\"https://buzz-caribbean.com/article/fans-shun-tallawahs/\";s:11:\"fbmsn_image\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/Empty-Stands-Tallawahs-Buzz-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:55:\"https://buzz-caribbean.com/article/fans-shun-tallawahs/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:55:\"https://buzz-caribbean.com/article/fans-shun-tallawahs/\";s:16:\"desktop_bigimage\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/Empty-Stands-Tallawahs-Buzz-300x225.jpg\";s:12:\"desktop_icon\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/Empty-Stands-Tallawahs-Buzz-150x150.jpg\";s:4:\"name\";s:19:\"Fans shun Tallawahs\";s:7:\"post_id\";s:4:\"9258\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(518,'','Tosh Alexander releases hit single \'Games\'','custom','Tosh Alexander releases hit single \'Games\'','2019-09-15 13:38:06','2019-09-15 13:38:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:42:\"Tosh Alexander releases hit single \'Games\'\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/Tosh-Alexander-Buzz-Caribbean-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9262\",\"post_id\":\"9262\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:56:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/9262\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:110:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Tosh-Alexander-Buzz-Caribbean-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:40:\"https://buzz-caribbean.com/article/9262/\";s:11:\"fbmsn_image\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/Tosh-Alexander-Buzz-Caribbean-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:40:\"https://buzz-caribbean.com/article/9262/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:40:\"https://buzz-caribbean.com/article/9262/\";s:16:\"desktop_bigimage\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/Tosh-Alexander-Buzz-Caribbean-263x300.png\";s:12:\"desktop_icon\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/Tosh-Alexander-Buzz-Caribbean-150x150.png\";s:4:\"name\";s:42:\"Tosh Alexander releases hit single \'Games\'\";s:7:\"post_id\";s:4:\"9262\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(519,'','Tosh Alexander releases hit single \'Games\'','custom','Tosh Alexander releases hit single \'Games\'','2019-09-15 14:08:14','2019-09-15 14:08:14',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:42:\"Tosh Alexander releases hit single \'Games\'\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/Tosh-Alexander-Games-Buzz-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9278\",\"post_id\":\"9278\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:92:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/tosh-alexander-releases-hit-single-games\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:108:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Tosh-Alexander-Games-Buzz-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:76:\"https://buzz-caribbean.com/article/tosh-alexander-releases-hit-single-games/\";s:11:\"fbmsn_image\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/Tosh-Alexander-Games-Buzz-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:76:\"https://buzz-caribbean.com/article/tosh-alexander-releases-hit-single-games/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:76:\"https://buzz-caribbean.com/article/tosh-alexander-releases-hit-single-games/\";s:16:\"desktop_bigimage\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/Tosh-Alexander-Games-Buzz-1-300x158.jpg\";s:12:\"desktop_icon\";s:86:\"https://buzz-caribbean.com/app/uploads/2019/09/Tosh-Alexander-Games-Buzz-1-150x150.jpg\";s:4:\"name\";s:42:\"Tosh Alexander releases hit single \'Games\'\";s:7:\"post_id\";s:4:\"9278\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(520,'','Tallawahs need 141 to win against Tridents','custom','Tallawahs need 141 to win against Tridents','2019-09-15 14:53:06','2019-09-15 14:53:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:42:\"Tallawahs need 141 to win against Tridents\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Tallawahs-Cheerleaders-CPL-Buzz-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9285\",\"post_id\":\"9285\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:94:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/tallawahs-need-141-to-win-against-tridents\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:112:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Tallawahs-Cheerleaders-CPL-Buzz-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:78:\"https://buzz-caribbean.com/article/tallawahs-need-141-to-win-against-tridents/\";s:11:\"fbmsn_image\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Tallawahs-Cheerleaders-CPL-Buzz-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:78:\"https://buzz-caribbean.com/article/tallawahs-need-141-to-win-against-tridents/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:78:\"https://buzz-caribbean.com/article/tallawahs-need-141-to-win-against-tridents/\";s:16:\"desktop_bigimage\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Tallawahs-Cheerleaders-CPL-Buzz-300x200.jpg\";s:12:\"desktop_icon\";s:90:\"https://buzz-caribbean.com/app/uploads/2019/09/Tallawahs-Cheerleaders-CPL-Buzz-150x150.jpg\";s:4:\"name\";s:42:\"Tallawahs need 141 to win against Tridents\";s:7:\"post_id\";s:4:\"9285\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(521,'','STATHS slam 12 past Northern Tech in Manning Cup','custom','STATHS slam 12 past Northern Tech in Manning Cup','2019-09-15 15:23:07','2019-09-15 15:23:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:48:\"STATHS slam 12 past Northern Tech in Manning Cup\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-schoolboy-football-buzz-demo-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9249\",\"post_id\":\"9249\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:100:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/staths-slam-12-past-northern-tech-in-manning-cup\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:117:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/jamaica-schoolboy-football-buzz-demo-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:84:\"https://buzz-caribbean.com/article/staths-slam-12-past-northern-tech-in-manning-cup/\";s:11:\"fbmsn_image\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-schoolboy-football-buzz-demo-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:84:\"https://buzz-caribbean.com/article/staths-slam-12-past-northern-tech-in-manning-cup/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:84:\"https://buzz-caribbean.com/article/staths-slam-12-past-northern-tech-in-manning-cup/\";s:16:\"desktop_bigimage\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-schoolboy-football-buzz-demo-300x156.jpg\";s:12:\"desktop_icon\";s:95:\"https://buzz-caribbean.com/app/uploads/2019/09/jamaica-schoolboy-football-buzz-demo-150x150.jpg\";s:4:\"name\";s:48:\"STATHS slam 12 past Northern Tech in Manning Cup\";s:7:\"post_id\";s:4:\"9249\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(522,'','Kadesha Porter: Claiming her IG fame and its perks','custom','Kadesha Porter: Claiming her IG fame and its perks','2019-09-15 15:23:07','2019-09-15 15:23:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:50:\"Kadesha Porter: Claiming her IG fame and its perks\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/Porter-IG-Model-Buzz-Caribbean-150x150.png\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9275\",\"post_id\":\"9275\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:101:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/kadesha-porter-claiming-her-ig-fame-and-its-perks\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:111:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Porter-IG-Model-Buzz-Caribbean-150x150.png\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:85:\"https://buzz-caribbean.com/article/kadesha-porter-claiming-her-ig-fame-and-its-perks/\";s:11:\"fbmsn_image\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/Porter-IG-Model-Buzz-Caribbean-150x150.png\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:85:\"https://buzz-caribbean.com/article/kadesha-porter-claiming-her-ig-fame-and-its-perks/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:85:\"https://buzz-caribbean.com/article/kadesha-porter-claiming-her-ig-fame-and-its-perks/\";s:16:\"desktop_bigimage\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/Porter-IG-Model-Buzz-Caribbean-300x240.png\";s:12:\"desktop_icon\";s:89:\"https://buzz-caribbean.com/app/uploads/2019/09/Porter-IG-Model-Buzz-Caribbean-150x150.png\";s:4:\"name\";s:50:\"Kadesha Porter: Claiming her IG fame and its perks\";s:7:\"post_id\";s:4:\"9275\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(523,'','Asafa Powell to launch new fitness website','custom','Asafa Powell to launch new fitness website','2019-09-15 16:08:13','2019-09-15 16:08:13',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:42:\"Asafa Powell to launch new fitness website\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/Asafa-Powell-Website-Buzz-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9306\",\"post_id\":\"9306\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:94:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/asafa-powell-to-launch-new-fitness-website\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:106:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Asafa-Powell-Website-Buzz-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:78:\"https://buzz-caribbean.com/article/asafa-powell-to-launch-new-fitness-website/\";s:11:\"fbmsn_image\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/Asafa-Powell-Website-Buzz-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:78:\"https://buzz-caribbean.com/article/asafa-powell-to-launch-new-fitness-website/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:78:\"https://buzz-caribbean.com/article/asafa-powell-to-launch-new-fitness-website/\";s:16:\"desktop_bigimage\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/Asafa-Powell-Website-Buzz-300x219.jpg\";s:12:\"desktop_icon\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/Asafa-Powell-Website-Buzz-150x150.jpg\";s:4:\"name\";s:42:\"Asafa Powell to launch new fitness website\";s:7:\"post_id\";s:4:\"9306\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(524,'','Tallawahs defeat Tridents to record first CPL win','custom','Tallawahs defeat Tridents to record first CPL win','2019-09-15 16:08:13','2019-09-15 16:08:13',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:49:\"Tallawahs defeat Tridents to record first CPL win\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/09/knight-riders-vs-tallawahs-sept13-buzz-3-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9312\",\"post_id\":\"9312\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:101:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/tallawahs-defeat-tridents-to-record-first-cpl-win\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:121:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/knight-riders-vs-tallawahs-sept13-buzz-3-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:85:\"https://buzz-caribbean.com/article/tallawahs-defeat-tridents-to-record-first-cpl-win/\";s:11:\"fbmsn_image\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/09/knight-riders-vs-tallawahs-sept13-buzz-3-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:85:\"https://buzz-caribbean.com/article/tallawahs-defeat-tridents-to-record-first-cpl-win/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:85:\"https://buzz-caribbean.com/article/tallawahs-defeat-tridents-to-record-first-cpl-win/\";s:16:\"desktop_bigimage\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/09/knight-riders-vs-tallawahs-sept13-buzz-3-300x200.jpg\";s:12:\"desktop_icon\";s:99:\"https://buzz-caribbean.com/app/uploads/2019/09/knight-riders-vs-tallawahs-sept13-buzz-3-150x150.jpg\";s:4:\"name\";s:49:\"Tallawahs defeat Tridents to record first CPL win\";s:7:\"post_id\";s:4:\"9312\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(525,'','Construction of Montego Bay fire station on target','custom','Construction of Montego Bay fire station on target','2019-09-15 16:23:16','2019-09-15 16:23:16',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:50:\"Construction of Montego Bay fire station on target\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/firemen-Jamaica-Buzz-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9316\",\"post_id\":\"9316\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:102:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/construction-of-montego-bay-fire-station-on-target\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:101:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/firemen-Jamaica-Buzz-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:86:\"https://buzz-caribbean.com/article/construction-of-montego-bay-fire-station-on-target/\";s:11:\"fbmsn_image\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/firemen-Jamaica-Buzz-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:86:\"https://buzz-caribbean.com/article/construction-of-montego-bay-fire-station-on-target/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:86:\"https://buzz-caribbean.com/article/construction-of-montego-bay-fire-station-on-target/\";s:16:\"desktop_bigimage\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/firemen-Jamaica-Buzz-300x201.jpg\";s:12:\"desktop_icon\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/firemen-Jamaica-Buzz-150x150.jpg\";s:4:\"name\";s:50:\"Construction of Montego Bay fire station on target\";s:7:\"post_id\";s:4:\"9316\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(526,'','Liv Gud: National Security Ministry launches anti-violence campaign','custom','Liv Gud: National Security Ministry launches anti-violence campaign','2019-09-16 10:23:06','2019-09-16 10:23:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:67:\"Liv Gud: National Security Ministry launches anti-violence campaign\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/anti-violence-campaign-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9340\",\"post_id\":\"9340\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:118:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/liv-gud-national-security-ministry-launches-anti-violence-campaign\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:103:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/anti-violence-campaign-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:102:\"https://buzz-caribbean.com/article/liv-gud-national-security-ministry-launches-anti-violence-campaign/\";s:11:\"fbmsn_image\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/anti-violence-campaign-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:102:\"https://buzz-caribbean.com/article/liv-gud-national-security-ministry-launches-anti-violence-campaign/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:102:\"https://buzz-caribbean.com/article/liv-gud-national-security-ministry-launches-anti-violence-campaign/\";s:16:\"desktop_bigimage\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/anti-violence-campaign-300x206.jpg\";s:12:\"desktop_icon\";s:81:\"https://buzz-caribbean.com/app/uploads/2019/09/anti-violence-campaign-150x150.jpg\";s:4:\"name\";s:67:\"Liv Gud: National Security Ministry launches anti-violence campaign\";s:7:\"post_id\";s:4:\"9340\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(527,'','Victoria Beckham: \'I haven\'t been near a thong in years\'','custom','Victoria Beckham: \'I haven\'t been near a thong in years\'','2019-09-16 10:38:12','2019-09-16 10:38:12',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:56:\"Victoria Beckham: \'I haven\'t been near a thong in years\'\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/victoria-beckham-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9345\",\"post_id\":\"9345\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:104:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/victoria-beckham-i-havent-been-near-a-thong-in-years\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:97:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/victoria-beckham-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:88:\"https://buzz-caribbean.com/article/victoria-beckham-i-havent-been-near-a-thong-in-years/\";s:11:\"fbmsn_image\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/victoria-beckham-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:88:\"https://buzz-caribbean.com/article/victoria-beckham-i-havent-been-near-a-thong-in-years/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:88:\"https://buzz-caribbean.com/article/victoria-beckham-i-havent-been-near-a-thong-in-years/\";s:16:\"desktop_bigimage\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/victoria-beckham-300x195.jpg\";s:12:\"desktop_icon\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/09/victoria-beckham-150x150.jpg\";s:4:\"name\";s:56:\"Victoria Beckham: \'I haven\'t been near a thong in years\'\";s:7:\"post_id\";s:4:\"9345\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(528,'','‘Bibi’ Gardner confident Portmore will bounce back in RSPL','custom','‘Bibi’ Gardner confident Portmore will bounce back in RSPL','2019-09-16 11:38:06','2019-09-16 11:38:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:62:\"‘Bibi’ Gardner confident Portmore will bounce back in RSPL\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/Ricardo-Bibi-Gardner-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9355\",\"post_id\":\"9355\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:108:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/bibi-gardner-confident-portmore-will-bounce-back-in-rspl\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:101:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Ricardo-Bibi-Gardner-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:92:\"https://buzz-caribbean.com/article/bibi-gardner-confident-portmore-will-bounce-back-in-rspl/\";s:11:\"fbmsn_image\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/Ricardo-Bibi-Gardner-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:92:\"https://buzz-caribbean.com/article/bibi-gardner-confident-portmore-will-bounce-back-in-rspl/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:92:\"https://buzz-caribbean.com/article/bibi-gardner-confident-portmore-will-bounce-back-in-rspl/\";s:16:\"desktop_bigimage\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/Ricardo-Bibi-Gardner-300x200.jpg\";s:12:\"desktop_icon\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/Ricardo-Bibi-Gardner-150x150.jpg\";s:4:\"name\";s:62:\"‘Bibi’ Gardner confident Portmore will bounce back in RSPL\";s:7:\"post_id\";s:4:\"9355\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(529,'','Itelbpo making big moves in outsourcing game','custom','Itelbpo making big moves in outsourcing game','2019-09-16 11:38:06','2019-09-16 11:38:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:44:\"Itelbpo making big moves in outsourcing game\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/09/bpo-yoni-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9343\",\"post_id\":\"9343\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:96:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/itelbpo-making-big-moves-in-outsourcing-game\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:89:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/bpo-yoni-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:80:\"https://buzz-caribbean.com/article/itelbpo-making-big-moves-in-outsourcing-game/\";s:11:\"fbmsn_image\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/09/bpo-yoni-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:80:\"https://buzz-caribbean.com/article/itelbpo-making-big-moves-in-outsourcing-game/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:80:\"https://buzz-caribbean.com/article/itelbpo-making-big-moves-in-outsourcing-game/\";s:16:\"desktop_bigimage\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/09/bpo-yoni-300x200.jpg\";s:12:\"desktop_icon\";s:67:\"https://buzz-caribbean.com/app/uploads/2019/09/bpo-yoni-150x150.jpg\";s:4:\"name\";s:44:\"Itelbpo making big moves in outsourcing game\";s:7:\"post_id\";s:4:\"9343\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(530,'','\'Game of Thrones\' dominates Creative Arts Emmys with 10 wins','custom','\'Game of Thrones\' dominates Creative Arts Emmys with 10 wins','2019-09-16 12:38:08','2019-09-16 12:38:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:60:\"\'Game of Thrones\' dominates Creative Arts Emmys with 10 wins\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/game-of-thrones-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9363\",\"post_id\":\"9363\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:110:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/game-of-thrones-dominates-creative-arts-emmys-with-10-wins\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:96:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/game-of-thrones-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:94:\"https://buzz-caribbean.com/article/game-of-thrones-dominates-creative-arts-emmys-with-10-wins/\";s:11:\"fbmsn_image\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/game-of-thrones-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:94:\"https://buzz-caribbean.com/article/game-of-thrones-dominates-creative-arts-emmys-with-10-wins/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:94:\"https://buzz-caribbean.com/article/game-of-thrones-dominates-creative-arts-emmys-with-10-wins/\";s:16:\"desktop_bigimage\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/game-of-thrones-300x195.jpg\";s:12:\"desktop_icon\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/game-of-thrones-150x150.jpg\";s:4:\"name\";s:60:\"\'Game of Thrones\' dominates Creative Arts Emmys with 10 wins\";s:7:\"post_id\";s:4:\"9363\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(531,'','Humble Lion, Cavalier battle to 1-1 RSPL draw','custom','Humble Lion, Cavalier battle to 1-1 RSPL draw','2019-09-16 13:08:07','2019-09-16 13:08:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:45:\"Humble Lion, Cavalier battle to 1-1 RSPL draw\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/Humble-Lion-Cavaliers-G-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9373\",\"post_id\":\"9373\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:96:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/humble-lion-cavalier-battle-to-1-1-rspl-draw\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:104:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Humble-Lion-Cavaliers-G-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:80:\"https://buzz-caribbean.com/article/humble-lion-cavalier-battle-to-1-1-rspl-draw/\";s:11:\"fbmsn_image\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/Humble-Lion-Cavaliers-G-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:80:\"https://buzz-caribbean.com/article/humble-lion-cavalier-battle-to-1-1-rspl-draw/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:80:\"https://buzz-caribbean.com/article/humble-lion-cavalier-battle-to-1-1-rspl-draw/\";s:16:\"desktop_bigimage\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/Humble-Lion-Cavaliers-G-300x169.jpg\";s:12:\"desktop_icon\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/Humble-Lion-Cavaliers-G-150x150.jpg\";s:4:\"name\";s:45:\"Humble Lion, Cavalier battle to 1-1 RSPL draw\";s:7:\"post_id\";s:4:\"9373\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(532,'','Hero Sckool: Jabarai Brown wants to turn comic book into video game','custom','Hero Sckool: Jabarai Brown wants to turn comic book into video game','2019-09-16 13:38:13','2019-09-16 13:38:13',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:67:\"Hero Sckool: Jabarai Brown wants to turn comic book into video game\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/Hero-Sckool-A-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9384\",\"post_id\":\"9384\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:118:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/hero-sckool-jabarai-brown-wants-to-turn-comic-book-into-video-game\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:94:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Hero-Sckool-A-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:102:\"https://buzz-caribbean.com/article/hero-sckool-jabarai-brown-wants-to-turn-comic-book-into-video-game/\";s:11:\"fbmsn_image\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/Hero-Sckool-A-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:102:\"https://buzz-caribbean.com/article/hero-sckool-jabarai-brown-wants-to-turn-comic-book-into-video-game/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:102:\"https://buzz-caribbean.com/article/hero-sckool-jabarai-brown-wants-to-turn-comic-book-into-video-game/\";s:16:\"desktop_bigimage\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/Hero-Sckool-A-300x224.jpg\";s:12:\"desktop_icon\";s:72:\"https://buzz-caribbean.com/app/uploads/2019/09/Hero-Sckool-A-150x150.jpg\";s:4:\"name\";s:67:\"Hero Sckool: Jabarai Brown wants to turn comic book into video game\";s:7:\"post_id\";s:4:\"9384\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(533,'','Porn site bids $10 mill to rename Miami Heat arena','custom','Porn site bids $10 mill to rename Miami Heat arena','2019-09-16 13:38:13','2019-09-16 13:38:13',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:50:\"Porn site bids $10 mill to rename Miami Heat arena\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/Bid-Bang-Bros-Arena-Buzz-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9372\",\"post_id\":\"9372\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:101:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/porn-site-bids-10-mill-to-rename-miami-heat-arena\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:105:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Bid-Bang-Bros-Arena-Buzz-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:85:\"https://buzz-caribbean.com/article/porn-site-bids-10-mill-to-rename-miami-heat-arena/\";s:11:\"fbmsn_image\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/Bid-Bang-Bros-Arena-Buzz-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:85:\"https://buzz-caribbean.com/article/porn-site-bids-10-mill-to-rename-miami-heat-arena/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:85:\"https://buzz-caribbean.com/article/porn-site-bids-10-mill-to-rename-miami-heat-arena/\";s:16:\"desktop_bigimage\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/Bid-Bang-Bros-Arena-Buzz-300x200.jpg\";s:12:\"desktop_icon\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/Bid-Bang-Bros-Arena-Buzz-150x150.jpg\";s:4:\"name\";s:50:\"Porn site bids $10 mill to rename Miami Heat arena\";s:7:\"post_id\";s:4:\"9372\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(534,'','A baby boy for Samantha J: Singer shares pregnancy news with fans','custom','A baby boy for Samantha J: Singer shares pregnancy news with fans','2019-09-16 14:08:19','2019-09-16 14:08:19',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:65:\"A baby boy for Samantha J: Singer shares pregnancy news with fans\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/09/samantha-J-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9403\",\"post_id\":\"9403\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:116:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/a-baby-boy-for-samantha-j-singer-shares-pregnancy-news-with-fans\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:91:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/samantha-J-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:100:\"https://buzz-caribbean.com/article/a-baby-boy-for-samantha-j-singer-shares-pregnancy-news-with-fans/\";s:11:\"fbmsn_image\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/09/samantha-J-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:100:\"https://buzz-caribbean.com/article/a-baby-boy-for-samantha-j-singer-shares-pregnancy-news-with-fans/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:100:\"https://buzz-caribbean.com/article/a-baby-boy-for-samantha-j-singer-shares-pregnancy-news-with-fans/\";s:16:\"desktop_bigimage\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/09/samantha-J-300x225.jpg\";s:12:\"desktop_icon\";s:69:\"https://buzz-caribbean.com/app/uploads/2019/09/samantha-J-150x150.jpg\";s:4:\"name\";s:65:\"A baby boy for Samantha J: Singer shares pregnancy news with fans\";s:7:\"post_id\";s:4:\"9403\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(535,'','The stock market — Let’s get rich! (Part 1)','custom','The stock market — Let’s get rich! (Part 1)','2019-09-16 14:38:07','2019-09-16 14:38:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:47:\"The stock market — Let’s get rich! (Part 1)\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/On-the-Money-Cover-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9398\",\"post_id\":\"9398\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:89:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/the-stock-market-lets-get-rich-part-1\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:99:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/On-the-Money-Cover-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:73:\"https://buzz-caribbean.com/article/the-stock-market-lets-get-rich-part-1/\";s:11:\"fbmsn_image\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/On-the-Money-Cover-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:73:\"https://buzz-caribbean.com/article/the-stock-market-lets-get-rich-part-1/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:73:\"https://buzz-caribbean.com/article/the-stock-market-lets-get-rich-part-1/\";s:16:\"desktop_bigimage\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/On-the-Money-Cover-300x180.jpg\";s:12:\"desktop_icon\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/On-the-Money-Cover-150x150.jpg\";s:4:\"name\";s:47:\"The stock market — Let’s get rich! (Part 1)\";s:7:\"post_id\";s:4:\"9398\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(536,'','Andre Russell and his wife are expecting a baby','custom','Andre Russell and his wife are expecting a baby','2019-09-16 14:53:09','2019-09-16 14:53:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:47:\"Andre Russell and his wife are expecting a baby\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/andre-russell-and-wife-NEW-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9394\",\"post_id\":\"9394\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:99:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/andre-russell-and-his-wife-are-expecting-a-baby\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:107:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/andre-russell-and-wife-NEW-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:83:\"https://buzz-caribbean.com/article/andre-russell-and-his-wife-are-expecting-a-baby/\";s:11:\"fbmsn_image\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/andre-russell-and-wife-NEW-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:83:\"https://buzz-caribbean.com/article/andre-russell-and-his-wife-are-expecting-a-baby/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:83:\"https://buzz-caribbean.com/article/andre-russell-and-his-wife-are-expecting-a-baby/\";s:16:\"desktop_bigimage\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/andre-russell-and-wife-NEW-300x159.jpg\";s:12:\"desktop_icon\";s:85:\"https://buzz-caribbean.com/app/uploads/2019/09/andre-russell-and-wife-NEW-150x150.jpg\";s:4:\"name\";s:47:\"Andre Russell and his wife are expecting a baby\";s:7:\"post_id\";s:4:\"9394\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(537,'','Hoop Dreams — Ffriend building basketball\'s popularity in Jamaica','custom','Hoop Dreams — Ffriend building basketball\'s popularity in Jamaica','2019-09-16 14:53:09','2019-09-16 14:53:09',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:67:\"Hoop Dreams — Ffriend building basketball\'s popularity in Jamaica\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/Hoops-with-Ffriend-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9349\",\"post_id\":\"9349\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:114:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/hoop-dreams-ffriend-building-basketballs-popularity-in-jamaica\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:99:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Hoops-with-Ffriend-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:98:\"https://buzz-caribbean.com/article/hoop-dreams-ffriend-building-basketballs-popularity-in-jamaica/\";s:11:\"fbmsn_image\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/Hoops-with-Ffriend-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:98:\"https://buzz-caribbean.com/article/hoop-dreams-ffriend-building-basketballs-popularity-in-jamaica/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:98:\"https://buzz-caribbean.com/article/hoop-dreams-ffriend-building-basketballs-popularity-in-jamaica/\";s:16:\"desktop_bigimage\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/Hoops-with-Ffriend-300x180.jpg\";s:12:\"desktop_icon\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/Hoops-with-Ffriend-150x150.jpg\";s:4:\"name\";s:67:\"Hoop Dreams — Ffriend building basketball\'s popularity in Jamaica\";s:7:\"post_id\";s:4:\"9349\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(538,'','Sun, sand, sea - get rid of the trash!','custom','Sun, sand, sea - get rid of the trash!','2019-09-16 15:53:13','2019-09-16 15:53:13',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:38:\"Sun, sand, sea - get rid of the trash!\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/NEPA_Beach_cleanup-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9393\",\"post_id\":\"9393\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:85:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/sun-sand-sea-get-rid-of-the-trash\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:99:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/NEPA_Beach_cleanup-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:69:\"https://buzz-caribbean.com/article/sun-sand-sea-get-rid-of-the-trash/\";s:11:\"fbmsn_image\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/NEPA_Beach_cleanup-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:69:\"https://buzz-caribbean.com/article/sun-sand-sea-get-rid-of-the-trash/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:69:\"https://buzz-caribbean.com/article/sun-sand-sea-get-rid-of-the-trash/\";s:16:\"desktop_bigimage\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/NEPA_Beach_cleanup-300x200.jpg\";s:12:\"desktop_icon\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/NEPA_Beach_cleanup-150x150.jpg\";s:4:\"name\";s:38:\"Sun, sand, sea - get rid of the trash!\";s:7:\"post_id\";s:4:\"9393\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(539,'','Cristiano Ronaldo plans to marry his girlfriend','custom','Cristiano Ronaldo plans to marry his girlfriend','2019-09-16 16:08:11','2019-09-16 16:08:11',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:47:\"Cristiano Ronaldo plans to marry his girlfriend\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/cristiano-wedding-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9424\",\"post_id\":\"9424\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:105:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/cristiano-ronaldo-plans-to-marry-his-model-girlfriend\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:98:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/cristiano-wedding-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:89:\"https://buzz-caribbean.com/article/cristiano-ronaldo-plans-to-marry-his-model-girlfriend/\";s:11:\"fbmsn_image\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/cristiano-wedding-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:89:\"https://buzz-caribbean.com/article/cristiano-ronaldo-plans-to-marry-his-model-girlfriend/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:89:\"https://buzz-caribbean.com/article/cristiano-ronaldo-plans-to-marry-his-model-girlfriend/\";s:16:\"desktop_bigimage\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/cristiano-wedding-300x195.jpg\";s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/cristiano-wedding-150x150.jpg\";s:4:\"name\";s:47:\"Cristiano Ronaldo plans to marry his girlfriend\";s:7:\"post_id\";s:4:\"9424\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(540,'','Gaming is serious business for Dexton Graham','custom','Gaming is serious business for Dexton Graham','2019-09-16 16:38:21','2019-09-16 16:38:21',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:44:\"Gaming is serious business for Dexton Graham\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/esports-jamaica-dexton-graham-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9432\",\"post_id\":\"9432\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:96:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/gaming-is-serious-business-for-dexton-graham\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:110:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/esports-jamaica-dexton-graham-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:80:\"https://buzz-caribbean.com/article/gaming-is-serious-business-for-dexton-graham/\";s:11:\"fbmsn_image\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/esports-jamaica-dexton-graham-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:80:\"https://buzz-caribbean.com/article/gaming-is-serious-business-for-dexton-graham/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:80:\"https://buzz-caribbean.com/article/gaming-is-serious-business-for-dexton-graham/\";s:16:\"desktop_bigimage\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/esports-jamaica-dexton-graham-300x224.jpg\";s:12:\"desktop_icon\";s:88:\"https://buzz-caribbean.com/app/uploads/2019/09/esports-jamaica-dexton-graham-150x150.jpg\";s:4:\"name\";s:44:\"Gaming is serious business for Dexton Graham\";s:7:\"post_id\";s:4:\"9432\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(541,'','High Court workers stage industrial action over poor working conditions','custom','High Court workers stage industrial action over poor working conditions','2019-09-16 16:53:07','2019-09-16 16:53:07',0,'','a:46:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:71:\"High Court workers stage industrial action over poor working conditions\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:0:\"\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9436\",\"post_id\":\"9436\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:123:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/high-court-workers-stage-industrial-action-over-poor-working-conditions\\/\"}\";s:13:\"wp_extra_type\";s:0:\"\";s:13:\"wp_extravalue\";s:0:\"\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:107:\"https://buzz-caribbean.com/article/high-court-workers-stage-industrial-action-over-poor-working-conditions/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:107:\"https://buzz-caribbean.com/article/high-court-workers-stage-industrial-action-over-poor-working-conditions/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:107:\"https://buzz-caribbean.com/article/high-court-workers-stage-industrial-action-over-poor-working-conditions/\";s:4:\"name\";s:71:\"High Court workers stage industrial action over poor working conditions\";s:7:\"post_id\";s:4:\"9436\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(542,'','\'Doc Ravers\': Balancing health, education and dancing','custom','\'Doc Ravers\': Balancing health, education and dancing','2019-09-16 17:08:19','2019-09-16 17:08:19',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:53:\"\'Doc Ravers\': Balancing health, education and dancing\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/Doc-Coombs-Buzz-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9423\",\"post_id\":\"9423\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:110:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/doc-ravers-balancing-health-education-evolving-and-dancing\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:96:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Doc-Coombs-Buzz-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:94:\"https://buzz-caribbean.com/article/doc-ravers-balancing-health-education-evolving-and-dancing/\";s:11:\"fbmsn_image\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/Doc-Coombs-Buzz-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:94:\"https://buzz-caribbean.com/article/doc-ravers-balancing-health-education-evolving-and-dancing/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:94:\"https://buzz-caribbean.com/article/doc-ravers-balancing-health-education-evolving-and-dancing/\";s:16:\"desktop_bigimage\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/Doc-Coombs-Buzz-300x200.jpg\";s:12:\"desktop_icon\";s:74:\"https://buzz-caribbean.com/app/uploads/2019/09/Doc-Coombs-Buzz-150x150.jpg\";s:4:\"name\";s:53:\"\'Doc Ravers\': Balancing health, education and dancing\";s:7:\"post_id\";s:4:\"9423\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(543,'','Taylor Swift joins The Voice as \'mega mentor\'','custom','Taylor Swift joins The Voice as \'mega mentor\'','2019-09-16 17:08:19','2019-09-16 17:08:19',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:45:\"Taylor Swift joins The Voice as \'mega mentor\'\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/taylor-swift-BB-20190916-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9443\",\"post_id\":\"9443\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:95:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/taylor-swift-joins-the-voice-as-mega-mentor\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:105:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/taylor-swift-BB-20190916-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:79:\"https://buzz-caribbean.com/article/taylor-swift-joins-the-voice-as-mega-mentor/\";s:11:\"fbmsn_image\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/taylor-swift-BB-20190916-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:79:\"https://buzz-caribbean.com/article/taylor-swift-joins-the-voice-as-mega-mentor/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:79:\"https://buzz-caribbean.com/article/taylor-swift-joins-the-voice-as-mega-mentor/\";s:16:\"desktop_bigimage\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/taylor-swift-BB-20190916-300x195.jpg\";s:12:\"desktop_icon\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/taylor-swift-BB-20190916-150x150.jpg\";s:4:\"name\";s:45:\"Taylor Swift joins The Voice as \'mega mentor\'\";s:7:\"post_id\";s:4:\"9443\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(544,'','Jamaicans to glimpse International Space Station tonight','custom','Jamaicans to glimpse International Space Station tonight','2019-09-16 17:23:13','2019-09-16 17:23:13',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:56:\"Jamaicans to glimpse International Space Station tonight\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/09/international-space-station-buzz-demo-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9447\",\"post_id\":\"9447\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:108:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/jamaicans-to-glimpse-international-space-station-tonight\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:118:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/international-space-station-buzz-demo-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:92:\"https://buzz-caribbean.com/article/jamaicans-to-glimpse-international-space-station-tonight/\";s:11:\"fbmsn_image\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/09/international-space-station-buzz-demo-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:92:\"https://buzz-caribbean.com/article/jamaicans-to-glimpse-international-space-station-tonight/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:92:\"https://buzz-caribbean.com/article/jamaicans-to-glimpse-international-space-station-tonight/\";s:16:\"desktop_bigimage\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/09/international-space-station-buzz-demo-300x199.jpg\";s:12:\"desktop_icon\";s:96:\"https://buzz-caribbean.com/app/uploads/2019/09/international-space-station-buzz-demo-150x150.jpg\";s:4:\"name\";s:56:\"Jamaicans to glimpse International Space Station tonight\";s:7:\"post_id\";s:4:\"9447\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(545,'','Android 10 is out','custom','Android 10 is out','2019-09-16 17:53:12','2019-09-16 17:53:12',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:17:\"Android 10 is out\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/Android-10-Feature-Image-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9455\",\"post_id\":\"9455\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:69:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/android-10-is-out\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:105:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Android-10-Feature-Image-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:53:\"https://buzz-caribbean.com/article/android-10-is-out/\";s:11:\"fbmsn_image\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/Android-10-Feature-Image-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:53:\"https://buzz-caribbean.com/article/android-10-is-out/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:53:\"https://buzz-caribbean.com/article/android-10-is-out/\";s:16:\"desktop_bigimage\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/Android-10-Feature-Image-300x180.jpg\";s:12:\"desktop_icon\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/Android-10-Feature-Image-150x150.jpg\";s:4:\"name\";s:17:\"Android 10 is out\";s:7:\"post_id\";s:4:\"9455\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(546,'','Michael Jackson\'s family upset after ‘Leaving Neverland’ wins award','custom','Michael Jackson\'s family upset after ‘Leaving Neverland’ wins award','2019-09-16 18:08:07','2019-09-16 18:08:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:71:\"Michael Jackson\'s family upset after ‘Leaving Neverland’ wins award\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/michael-jackson-20190916-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9470\",\"post_id\":\"9470\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:116:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/michael-jacksons-family-upset-after-leaving-neverland-wins-award\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:105:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/michael-jackson-20190916-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:100:\"https://buzz-caribbean.com/article/michael-jacksons-family-upset-after-leaving-neverland-wins-award/\";s:11:\"fbmsn_image\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/michael-jackson-20190916-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:100:\"https://buzz-caribbean.com/article/michael-jacksons-family-upset-after-leaving-neverland-wins-award/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:100:\"https://buzz-caribbean.com/article/michael-jacksons-family-upset-after-leaving-neverland-wins-award/\";s:16:\"desktop_bigimage\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/michael-jackson-20190916-300x195.jpg\";s:12:\"desktop_icon\";s:83:\"https://buzz-caribbean.com/app/uploads/2019/09/michael-jackson-20190916-150x150.jpg\";s:4:\"name\";s:71:\"Michael Jackson\'s family upset after ‘Leaving Neverland’ wins award\";s:7:\"post_id\";s:4:\"9470\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(547,'','Lightning strikes five players during Manning Cup match in Kingston','custom','Lightning strikes five players during Manning Cup match in Kingston','2019-09-16 18:23:07','2019-09-16 18:23:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:67:\"Lightning strikes five players during Manning Cup match in Kingston\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/lightning-strike-students-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9474\",\"post_id\":\"9474\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:119:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/lightning-strikes-five-players-during-manning-cup-match-in-kingston\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:106:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/lightning-strike-students-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:103:\"https://buzz-caribbean.com/article/lightning-strikes-five-players-during-manning-cup-match-in-kingston/\";s:11:\"fbmsn_image\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/lightning-strike-students-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:103:\"https://buzz-caribbean.com/article/lightning-strikes-five-players-during-manning-cup-match-in-kingston/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:103:\"https://buzz-caribbean.com/article/lightning-strikes-five-players-during-manning-cup-match-in-kingston/\";s:16:\"desktop_bigimage\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/lightning-strike-students-300x221.jpg\";s:12:\"desktop_icon\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/lightning-strike-students-150x150.jpg\";s:4:\"name\";s:67:\"Lightning strikes five players during Manning Cup match in Kingston\";s:7:\"post_id\";s:4:\"9474\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(548,'','Stick Figure holds firm at the top of Billboard Reggae Albums chart','custom','Stick Figure holds firm at the top of Billboard Reggae Albums chart','2019-09-16 18:53:07','2019-09-16 18:53:07',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:67:\"Stick Figure holds firm at the top of Billboard Reggae Albums chart\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/Stick-Figure-photo-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9460\",\"post_id\":\"9460\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:119:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/stick-figure-holds-firm-at-the-top-of-billboard-reggae-albums-chart\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:99:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Stick-Figure-photo-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:103:\"https://buzz-caribbean.com/article/stick-figure-holds-firm-at-the-top-of-billboard-reggae-albums-chart/\";s:11:\"fbmsn_image\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/Stick-Figure-photo-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:103:\"https://buzz-caribbean.com/article/stick-figure-holds-firm-at-the-top-of-billboard-reggae-albums-chart/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:103:\"https://buzz-caribbean.com/article/stick-figure-holds-firm-at-the-top-of-billboard-reggae-albums-chart/\";s:16:\"desktop_bigimage\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/Stick-Figure-photo-300x199.jpg\";s:12:\"desktop_icon\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/Stick-Figure-photo-150x150.jpg\";s:4:\"name\";s:67:\"Stick Figure holds firm at the top of Billboard Reggae Albums chart\";s:7:\"post_id\";s:4:\"9460\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(549,'','Miss Jamaica World finals is on this Saturday','custom','Miss Jamaica World finals is on this Saturday','2019-09-16 19:23:06','2019-09-16 19:23:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:45:\"Miss Jamaica World finals is on this Saturday\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/Finalists-MJW-Buzz-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9497\",\"post_id\":\"9497\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:97:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/miss-jamaica-world-finals-is-on-this-saturday\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:101:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Finalists-MJW-Buzz-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:81:\"https://buzz-caribbean.com/article/miss-jamaica-world-finals-is-on-this-saturday/\";s:11:\"fbmsn_image\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/Finalists-MJW-Buzz-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:81:\"https://buzz-caribbean.com/article/miss-jamaica-world-finals-is-on-this-saturday/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:81:\"https://buzz-caribbean.com/article/miss-jamaica-world-finals-is-on-this-saturday/\";s:16:\"desktop_bigimage\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/Finalists-MJW-Buzz-1-300x160.jpg\";s:12:\"desktop_icon\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/Finalists-MJW-Buzz-1-150x150.jpg\";s:4:\"name\";s:45:\"Miss Jamaica World finals is on this Saturday\";s:7:\"post_id\";s:4:\"9497\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(550,'','Dengue is a global problem, says Health Minister','custom','Dengue is a global problem, says Health Minister','2019-09-16 19:53:06','2019-09-16 19:53:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:48:\"Dengue is a global problem, says Health Minister\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:158:\"https://buzz-caribbean.com/app/uploads/2019/09/Min.-Tufton-and-Vector-Control-workers-Handing-out-pamphlets-on-Great-Georges-Street-Savanna-La-Mar-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9480\",\"post_id\":\"9480\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:99:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/dengue-is-a-global-problem-says-health-minister\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:180:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Min.-Tufton-and-Vector-Control-workers-Handing-out-pamphlets-on-Great-Georges-Street-Savanna-La-Mar-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:83:\"https://buzz-caribbean.com/article/dengue-is-a-global-problem-says-health-minister/\";s:11:\"fbmsn_image\";s:158:\"https://buzz-caribbean.com/app/uploads/2019/09/Min.-Tufton-and-Vector-Control-workers-Handing-out-pamphlets-on-Great-Georges-Street-Savanna-La-Mar-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:83:\"https://buzz-caribbean.com/article/dengue-is-a-global-problem-says-health-minister/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:83:\"https://buzz-caribbean.com/article/dengue-is-a-global-problem-says-health-minister/\";s:16:\"desktop_bigimage\";s:158:\"https://buzz-caribbean.com/app/uploads/2019/09/Min.-Tufton-and-Vector-Control-workers-Handing-out-pamphlets-on-Great-Georges-Street-Savanna-La-Mar-300x169.jpg\";s:12:\"desktop_icon\";s:158:\"https://buzz-caribbean.com/app/uploads/2019/09/Min.-Tufton-and-Vector-Control-workers-Handing-out-pamphlets-on-Great-Georges-Street-Savanna-La-Mar-150x150.jpg\";s:4:\"name\";s:48:\"Dengue is a global problem, says Health Minister\";s:7:\"post_id\";s:4:\"9480\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(551,'','Alia Atkinson: ‘Not quite done, I have more to accomplish’','custom','Alia Atkinson: ‘Not quite done, I have more to accomplish’','2019-09-17 05:23:20','2019-09-17 05:23:20',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:62:\"Alia Atkinson: ‘Not quite done, I have more to accomplish’\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/alia-atkinson-buzz-feature-5-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9461\",\"post_id\":\"9461\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:106:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/alia-atkinson-not-quite-done-i-have-more-to-accomplish\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:109:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/alia-atkinson-buzz-feature-5-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:90:\"https://buzz-caribbean.com/article/alia-atkinson-not-quite-done-i-have-more-to-accomplish/\";s:11:\"fbmsn_image\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/alia-atkinson-buzz-feature-5-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:90:\"https://buzz-caribbean.com/article/alia-atkinson-not-quite-done-i-have-more-to-accomplish/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:90:\"https://buzz-caribbean.com/article/alia-atkinson-not-quite-done-i-have-more-to-accomplish/\";s:16:\"desktop_bigimage\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/alia-atkinson-buzz-feature-5-300x141.jpg\";s:12:\"desktop_icon\";s:87:\"https://buzz-caribbean.com/app/uploads/2019/09/alia-atkinson-buzz-feature-5-150x150.jpg\";s:4:\"name\";s:62:\"Alia Atkinson: ‘Not quite done, I have more to accomplish’\";s:7:\"post_id\";s:4:\"9461\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(552,'','Queen Ifrica to lead Cockpit mining protest at Heroes Circle this morning','custom','Queen Ifrica to lead Cockpit mining protest at Heroes Circle this morning','2019-09-17 06:08:15','2019-09-17 06:08:15',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:73:\"Queen Ifrica to lead Cockpit mining protest at Heroes Circle this morning\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/cockpit-meeting1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9538\",\"post_id\":\"9538\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:125:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/queen-ifrica-to-lead-cockpit-mining-protest-at-heroes-circle-this-morning\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:97:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/08\\/cockpit-meeting1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:109:\"https://buzz-caribbean.com/article/queen-ifrica-to-lead-cockpit-mining-protest-at-heroes-circle-this-morning/\";s:11:\"fbmsn_image\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/cockpit-meeting1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:109:\"https://buzz-caribbean.com/article/queen-ifrica-to-lead-cockpit-mining-protest-at-heroes-circle-this-morning/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:109:\"https://buzz-caribbean.com/article/queen-ifrica-to-lead-cockpit-mining-protest-at-heroes-circle-this-morning/\";s:16:\"desktop_bigimage\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/cockpit-meeting1-300x200.jpg\";s:12:\"desktop_icon\";s:75:\"https://buzz-caribbean.com/app/uploads/2019/08/cockpit-meeting1-150x150.jpg\";s:4:\"name\";s:73:\"Queen Ifrica to lead Cockpit mining protest at Heroes Circle this morning\";s:7:\"post_id\";s:4:\"9538\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(553,'','Court reporters remain disgruntled even after meeting with chief justice','custom','Court reporters remain disgruntled even after meeting with chief justice','2019-09-17 06:08:15','2019-09-17 06:08:15',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:72:\"Court reporters remain disgruntled even after meeting with chief justice\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/Chief-Justice-Bryan-Sykes-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9536\",\"post_id\":\"9536\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:124:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/court-reporters-remain-disgruntled-even-after-meeting-with-chief-justice\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:106:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Chief-Justice-Bryan-Sykes-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:108:\"https://buzz-caribbean.com/article/court-reporters-remain-disgruntled-even-after-meeting-with-chief-justice/\";s:11:\"fbmsn_image\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/Chief-Justice-Bryan-Sykes-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:108:\"https://buzz-caribbean.com/article/court-reporters-remain-disgruntled-even-after-meeting-with-chief-justice/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:108:\"https://buzz-caribbean.com/article/court-reporters-remain-disgruntled-even-after-meeting-with-chief-justice/\";s:16:\"desktop_bigimage\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/Chief-Justice-Bryan-Sykes-300x204.jpg\";s:12:\"desktop_icon\";s:84:\"https://buzz-caribbean.com/app/uploads/2019/09/Chief-Justice-Bryan-Sykes-150x150.jpg\";s:4:\"name\";s:72:\"Court reporters remain disgruntled even after meeting with chief justice\";s:7:\"post_id\";s:4:\"9536\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(554,'','Outdated fines set to increase','custom','Outdated fines set to increase','2019-09-17 06:08:15','2019-09-17 06:08:15',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:30:\"Outdated fines set to increase\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/Kamina-Johnson-Smith-Fines-Buzz-1-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9531\",\"post_id\":\"9531\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:82:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/outdated-fines-set-to-increase\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:114:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Kamina-Johnson-Smith-Fines-Buzz-1-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:66:\"https://buzz-caribbean.com/article/outdated-fines-set-to-increase/\";s:11:\"fbmsn_image\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/Kamina-Johnson-Smith-Fines-Buzz-1-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:66:\"https://buzz-caribbean.com/article/outdated-fines-set-to-increase/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:66:\"https://buzz-caribbean.com/article/outdated-fines-set-to-increase/\";s:16:\"desktop_bigimage\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/Kamina-Johnson-Smith-Fines-Buzz-1-300x251.jpg\";s:12:\"desktop_icon\";s:92:\"https://buzz-caribbean.com/app/uploads/2019/09/Kamina-Johnson-Smith-Fines-Buzz-1-150x150.jpg\";s:4:\"name\";s:30:\"Outdated fines set to increase\";s:7:\"post_id\";s:4:\"9531\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(555,'','Brad Pitt: Age has changed me','custom','Brad Pitt: Age has changed me','2019-09-17 07:38:08','2019-09-17 07:38:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:29:\"Brad Pitt: Age has changed me\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/brad-pitt-20190916-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9498\",\"post_id\":\"9498\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:80:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/brad-pitt-age-has-changed-me\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:99:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/brad-pitt-20190916-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:64:\"https://buzz-caribbean.com/article/brad-pitt-age-has-changed-me/\";s:11:\"fbmsn_image\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/brad-pitt-20190916-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:64:\"https://buzz-caribbean.com/article/brad-pitt-age-has-changed-me/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:64:\"https://buzz-caribbean.com/article/brad-pitt-age-has-changed-me/\";s:16:\"desktop_bigimage\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/brad-pitt-20190916-300x206.jpg\";s:12:\"desktop_icon\";s:77:\"https://buzz-caribbean.com/app/uploads/2019/09/brad-pitt-20190916-150x150.jpg\";s:4:\"name\";s:29:\"Brad Pitt: Age has changed me\";s:7:\"post_id\";s:4:\"9498\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(556,'','Kim Kardashian West gets diagnosis','custom','Kim Kardashian West gets diagnosis','2019-09-17 08:23:08','2019-09-17 08:23:08',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:34:\"Kim Kardashian West gets diagnosis\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/kim-kardashian-20190916-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9508\",\"post_id\":\"9508\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:86:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/kim-kardashian-west-gets-diagnosis\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:104:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/kim-kardashian-20190916-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:70:\"https://buzz-caribbean.com/article/kim-kardashian-west-gets-diagnosis/\";s:11:\"fbmsn_image\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/kim-kardashian-20190916-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:70:\"https://buzz-caribbean.com/article/kim-kardashian-west-gets-diagnosis/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:70:\"https://buzz-caribbean.com/article/kim-kardashian-west-gets-diagnosis/\";s:16:\"desktop_bigimage\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/kim-kardashian-20190916-300x195.jpg\";s:12:\"desktop_icon\";s:82:\"https://buzz-caribbean.com/app/uploads/2019/09/kim-kardashian-20190916-150x150.jpg\";s:4:\"name\";s:34:\"Kim Kardashian West gets diagnosis\";s:7:\"post_id\";s:4:\"9508\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(557,'','PCJ group to be disbanded','custom','PCJ group to be disbanded','2019-09-17 08:38:34','2019-09-17 08:38:34',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:25:\"PCJ group to be disbanded\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/PCJ-Building-Buzz-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9552\",\"post_id\":\"9552\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:77:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/pcj-group-to-be-disbanded\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:98:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/PCJ-Building-Buzz-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:61:\"https://buzz-caribbean.com/article/pcj-group-to-be-disbanded/\";s:11:\"fbmsn_image\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/PCJ-Building-Buzz-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:61:\"https://buzz-caribbean.com/article/pcj-group-to-be-disbanded/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:61:\"https://buzz-caribbean.com/article/pcj-group-to-be-disbanded/\";s:16:\"desktop_bigimage\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/PCJ-Building-Buzz-300x198.jpg\";s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/09/PCJ-Building-Buzz-150x150.jpg\";s:4:\"name\";s:25:\"PCJ group to be disbanded\";s:7:\"post_id\";s:4:\"9552\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(558,'','Dark side of climate change, uncovered — implications for the Caribbean','custom','Dark side of climate change, uncovered — implications for the Caribbean','2019-09-17 09:08:06','2019-09-17 09:08:06',0,'','a:47:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:73:\"Dark side of climate change, uncovered — implications for the Caribbean\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/Hiking-Mount-Everest-150x150.jpg\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:76:\"{\"relatedvalue\":\"9546\",\"post_id\":\"9546\",\"post_type\":\"post\",\"blog_path\":\"\\/\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:120:\"{\"link\":\"https:\\/\\/buzz-caribbean.com\\/article\\/dark-side-of-climate-change-uncovered-implications-for-the-caribbean\\/\"}\";s:13:\"wp_extra_type\";s:4:\"json\";s:13:\"wp_extravalue\";s:101:\"{\"wp_image\":\"https:\\/\\/buzz-caribbean.com\\/app\\/uploads\\/2019\\/09\\/Hiking-Mount-Everest-150x150.jpg\"}\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:104:\"https://buzz-caribbean.com/article/dark-side-of-climate-change-uncovered-implications-for-the-caribbean/\";s:11:\"fbmsn_image\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/Hiking-Mount-Everest-150x150.jpg\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:104:\"https://buzz-caribbean.com/article/dark-side-of-climate-change-uncovered-implications-for-the-caribbean/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:104:\"https://buzz-caribbean.com/article/dark-side-of-climate-change-uncovered-implications-for-the-caribbean/\";s:16:\"desktop_bigimage\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/Hiking-Mount-Everest-300x223.jpg\";s:12:\"desktop_icon\";s:79:\"https://buzz-caribbean.com/app/uploads/2019/09/Hiking-Mount-Everest-150x150.jpg\";s:4:\"name\";s:73:\"Dark side of climate change, uncovered — implications for the Caribbean\";s:7:\"post_id\";s:4:\"9546\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1),(559,'','$25 million to be allocated for road rehabilitation in Trelawny','custom','$25 million to be allocated for road rehabilitation in Trelawny','2019-11-28 15:33:34','2019-11-28 15:33:34',0,'','a:46:{s:5:\"msgid\";s:0:\"\";s:7:\"message\";s:63:\"$25 million to be allocated for road rehabilitation in Trelawny\";s:11:\"iostestmode\";i:0;s:8:\"feedback\";i:1;s:6:\"expire\";i:0;s:9:\"ios_slide\";s:0:\"\";s:9:\"ios_badge\";i:0;s:9:\"ios_sound\";s:7:\"default\";s:14:\"ios_cavailable\";i:0;s:13:\"ios_launchimg\";s:0:\"\";s:13:\"android_title\";s:0:\"\";s:12:\"android_icon\";s:0:\"\";s:13:\"android_sound\";s:7:\"default\";s:8:\"wp10_img\";s:0:\"\";s:10:\"extra_type\";s:4:\"json\";s:10:\"extravalue\";s:59:\"{\"relatedvalue\":\"9563\",\"post_id\":\"9563\",\"post_type\":\"post\"}\";s:14:\"and_extra_type\";s:4:\"json\";s:14:\"and_extravalue\";s:109:\"{\"link\":\"https:\\/\\/buzz.labcp.co\\/article\\/25-million-to-be-allocated-for-road-rehabilitation-in-trelawny\\/\"}\";s:13:\"wp_extra_type\";s:0:\"\";s:13:\"wp_extravalue\";s:0:\"\";s:15:\"wp10_extra_type\";s:0:\"\";s:15:\"wp10_extravalue\";s:0:\"\";s:13:\"bb_extra_type\";s:0:\"\";s:13:\"bb_extravalue\";s:0:\"\";s:13:\"fbmsn_subject\";s:29:\"We have published a new story\";s:13:\"fbmsn_message\";s:0:\"\";s:10:\"fbmsn_link\";s:93:\"https://buzz.labcp.co/article/25-million-to-be-allocated-for-road-rehabilitation-in-trelawny/\";s:11:\"fbmsn_image\";s:0:\"\";s:12:\"fbmsn_button\";s:9:\"Check Out\";s:16:\"fbnotify_message\";s:0:\"\";s:19:\"fbnotify_openaction\";s:7:\"outside\";s:13:\"fbnotify_link\";s:93:\"https://buzz.labcp.co/article/25-million-to-be-allocated-for-road-rehabilitation-in-trelawny/\";s:5:\"email\";s:0:\"\";s:13:\"email_subject\";s:29:\"We have published a new story\";s:11:\"email_fname\";s:69:\"Buzz | Caribbean and Jamaican News, Culture, Entertainment and Trends\";s:12:\"email_sender\";s:14:\"dev@cappen.com\";s:13:\"desktop_title\";s:29:\"We have published a new story\";s:12:\"desktop_link\";s:93:\"https://buzz.labcp.co/article/25-million-to-be-allocated-for-road-rehabilitation-in-trelawny/\";s:4:\"name\";s:63:\"$25 million to be allocated for road rehabilitation in Trelawny\";s:7:\"post_id\";s:4:\"9563\";s:9:\"post_type\";s:4:\"post\";s:11:\"subs_filter\";s:3:\"all\";s:14:\"email_wp_users\";s:1:\"0\";s:5:\"query\";s:273:\"SELECT {id_name} AS id, {tbname}.{token_name} AS device_token,{tbname}.{type_name} AS device_type,{tbname}.{counter_name} AS counter,{tbname}.userid  FROM {tbname}  WHERE {tbname}.{active_name}=\'1\' AND {tbname}.receive_again_at<CURRENT_TIME_NOW  GROUP BY {tbname}.{id_name}\";s:6:\"status\";i:1;s:12:\"desktop_icon\";s:76:\"https://buzz-caribbean.com/app/uploads/2019/08/BUZZ-Instagram-DP-150x150.jpg\";}','chrome,safari,firefox,opera,edge,samsung',NULL,NULL,0,0,1,1);
/*!40000 ALTER TABLE `wp_push_archive` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_push_archive_reports`
--

DROP TABLE IF EXISTS `wp_push_archive_reports`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_push_archive_reports` (
  `msgid` int(11) NOT NULL,
  `report_time` int(10) unsigned NOT NULL,
  `report` text NOT NULL,
  KEY `msgid` (`msgid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_push_archive_reports`
--

LOCK TABLES `wp_push_archive_reports` WRITE;
/*!40000 ALTER TABLE `wp_push_archive_reports` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_push_archive_reports` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_push_autorss_data`
--

DROP TABLE IF EXISTS `wp_push_autorss_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_push_autorss_data` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `sourceid` int(11) NOT NULL,
  `campid` int(11) NOT NULL,
  `subject` char(200) NOT NULL,
  `content` text NOT NULL,
  `link` text NOT NULL,
  `md5link` char(32) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `published` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `sourceid` (`sourceid`,`md5link`),
  KEY `published` (`published`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_push_autorss_data`
--

LOCK TABLES `wp_push_autorss_data` WRITE;
/*!40000 ALTER TABLE `wp_push_autorss_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_push_autorss_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_push_autorss_sources`
--

DROP TABLE IF EXISTS `wp_push_autorss_sources`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_push_autorss_sources` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `campid` int(11) NOT NULL,
  `title` char(150) NOT NULL,
  `link` text NOT NULL,
  `text_limit` int(11) NOT NULL,
  `read_limit` int(11) NOT NULL,
  `read_status` tinyint(1) NOT NULL,
  `read_error` text NOT NULL,
  `lastupdate` int(10) unsigned NOT NULL,
  `data_counter` int(11) NOT NULL,
  `active` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `lastupdate` (`lastupdate`,`active`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_push_autorss_sources`
--

LOCK TABLES `wp_push_autorss_sources` WRITE;
/*!40000 ALTER TABLE `wp_push_autorss_sources` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_push_autorss_sources` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_push_channels`
--

DROP TABLE IF EXISTS `wp_push_channels`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_push_channels` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` char(50) NOT NULL,
  `description` char(200) NOT NULL,
  `private` tinyint(1) NOT NULL,
  `default` tinyint(1) NOT NULL,
  `count` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `private` (`private`,`default`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_push_channels`
--

LOCK TABLES `wp_push_channels` WRITE;
/*!40000 ALTER TABLE `wp_push_channels` DISABLE KEYS */;
INSERT INTO `wp_push_channels` VALUES (1,'Main Channel','',0,1,1);
/*!40000 ALTER TABLE `wp_push_channels` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_push_connection`
--

DROP TABLE IF EXISTS `wp_push_connection`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_push_connection` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(100) NOT NULL,
  `description` varchar(200) NOT NULL,
  `dbtype` enum('localhost','remote') NOT NULL,
  `dbhost` char(50) NOT NULL DEFAULT 'localhost',
  `dbname` char(50) NOT NULL,
  `dbuser` char(50) NOT NULL,
  `dbpass` char(50) NOT NULL,
  `tbname` char(50) NOT NULL,
  `id_name` char(50) NOT NULL,
  `token_name` char(50) NOT NULL,
  `md5token_name` char(50) NOT NULL,
  `type_name` char(50) NOT NULL,
  `ios_name` char(20) NOT NULL,
  `iosfcm_name` char(20) NOT NULL,
  `android_name` char(20) NOT NULL,
  `wp_name` char(20) NOT NULL,
  `bb_name` char(20) NOT NULL,
  `chrome_name` char(20) NOT NULL,
  `safari_name` char(20) NOT NULL,
  `firefox_name` char(20) NOT NULL,
  `opera_name` char(20) NOT NULL,
  `edge_name` char(20) NOT NULL,
  `samsung_name` char(20) NOT NULL,
  `fbmsn_name` char(20) NOT NULL,
  `fbnotify_name` char(20) NOT NULL,
  `email_name` char(20) NOT NULL,
  `wp10_name` char(20) NOT NULL,
  `info_name` char(50) NOT NULL,
  `latitude_name` char(50) NOT NULL,
  `longitude_name` char(50) NOT NULL,
  `gpstime_name` char(50) NOT NULL,
  `geotimeout_name` char(50) NOT NULL,
  `postdate` char(20) NOT NULL,
  `counter_name` char(20) NOT NULL,
  `active_name` char(20) NOT NULL,
  `counter` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_push_connection`
--

LOCK TABLES `wp_push_connection` WRITE;
/*!40000 ALTER TABLE `wp_push_connection` DISABLE KEYS */;
INSERT INTO `wp_push_connection` VALUES (1,'Default Connection','Plugin default connection','localhost','localhost','','','','{wp_prefix}sm_push_tokens','id','device_token','md5device_token','device_type','ios','iosfcm','android','wp','bb','chrome','safari','firefox','opera','edge','samsung','fbmsn','fbnotify','email','wp10','information','latitude','longitude','gps_time_update','last_geomsg_time','timepost','counter','active',0);
/*!40000 ALTER TABLE `wp_push_connection` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_push_cron_queue`
--

DROP TABLE IF EXISTS `wp_push_cron_queue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_push_cron_queue` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `token_id` int(11) NOT NULL,
  `token` varchar(1000) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `device_type` char(10) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `counter` smallint(6) unsigned NOT NULL,
  `sendtime` int(10) unsigned NOT NULL,
  `sendoptions` int(11) NOT NULL,
  `timepost` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `sendtime` (`sendtime`),
  KEY `device_type` (`device_type`),
  KEY `sendoptions` (`sendoptions`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_push_cron_queue`
--

LOCK TABLES `wp_push_cron_queue` WRITE;
/*!40000 ALTER TABLE `wp_push_cron_queue` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_push_cron_queue` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_push_desktop_messages`
--

DROP TABLE IF EXISTS `wp_push_desktop_messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_push_desktop_messages` (
  `msgid` int(11) NOT NULL,
  `token` char(32) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `type` char(10) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `timepost` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_push_desktop_messages`
--

LOCK TABLES `wp_push_desktop_messages` WRITE;
/*!40000 ALTER TABLE `wp_push_desktop_messages` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_push_desktop_messages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_push_events`
--

DROP TABLE IF EXISTS `wp_push_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_push_events` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(200) NOT NULL,
  `event_type` char(50) NOT NULL,
  `post_type` char(50) NOT NULL,
  `subject` varchar(200) NOT NULL,
  `message` text NOT NULL,
  `fbmsn_message` text NOT NULL,
  `fbnotify_message` text NOT NULL,
  `email_message` text NOT NULL,
  `notify_segment` char(50) NOT NULL,
  `userid_field` char(100) NOT NULL,
  `conditions` text NOT NULL,
  `subs_filter` char(10) NOT NULL,
  `payload_fields` text NOT NULL,
  `msg_template` int(11) NOT NULL,
  `desktop_link` tinyint(1) NOT NULL,
  `email` tinyint(1) NOT NULL,
  `ignore` tinyint(1) NOT NULL,
  `status` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `status` (`status`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_push_events`
--

LOCK TABLES `wp_push_events` WRITE;
/*!40000 ALTER TABLE `wp_push_events` DISABLE KEYS */;
INSERT INTO `wp_push_events` VALUES (1,'Notify all members when administrator published a new post','publish','post','We have published a new story','{$post_title}','','','','all','','','all','',0,1,0,0,1),(2,'Notify author when administrator approved and published his post','approve','post','Your post is approved and published','{$post_title}','','','','post_owner','','','all','',0,1,0,0,0),(3,'Notify all users subscribed in a post when has got a new update','update','post','The post you subscribed in got new updates','{$post_title}','','','','post_commenters','','','all','',0,1,0,0,0);
/*!40000 ALTER TABLE `wp_push_events` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_push_events_queue`
--

DROP TABLE IF EXISTS `wp_push_events_queue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_push_events_queue` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `post_id` int(11) NOT NULL,
  `old_status` varchar(50) NOT NULL,
  `new_status` varchar(50) NOT NULL,
  `post` mediumtext NOT NULL,
  `pushtime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `pushtime` (`pushtime`)
) ENGINE=MyISAM AUTO_INCREMENT=6029 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_push_events_queue`
--

LOCK TABLES `wp_push_events_queue` WRITE;
/*!40000 ALTER TABLE `wp_push_events_queue` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_push_events_queue` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_push_feedback`
--

DROP TABLE IF EXISTS `wp_push_feedback`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_push_feedback` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `tokens` longtext NOT NULL,
  `feedback` longtext NOT NULL,
  `device_type` char(15) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `msgid` int(11) NOT NULL,
  `timepost` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `msgid` (`msgid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_push_feedback`
--

LOCK TABLES `wp_push_feedback` WRITE;
/*!40000 ALTER TABLE `wp_push_feedback` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_push_feedback` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_push_history`
--

DROP TABLE IF EXISTS `wp_push_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_push_history` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `msgid` int(11) NOT NULL,
  `userid` int(11) NOT NULL,
  `platform` char(10) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `timepost` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_push_history`
--

LOCK TABLES `wp_push_history` WRITE;
/*!40000 ALTER TABLE `wp_push_history` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_push_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_push_newsletter_templates`
--

DROP TABLE IF EXISTS `wp_push_newsletter_templates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_push_newsletter_templates` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `msgid` int(11) NOT NULL,
  `title` varchar(150) NOT NULL,
  `template` text NOT NULL,
  `static` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `msgid` (`msgid`),
  KEY `static` (`static`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_push_newsletter_templates`
--

LOCK TABLES `wp_push_newsletter_templates` WRITE;
/*!40000 ALTER TABLE `wp_push_newsletter_templates` DISABLE KEYS */;
INSERT INTO `wp_push_newsletter_templates` VALUES (1,0,'Basic Ecommerce','BF-basic-e-commerce',1),(2,0,'Basic Newsletter','BF-basic-newsletter',1),(3,0,'Basic Onecolumn','BF-basic-onecolumn',1),(4,0,'Basic Standard','BF-basic-standard',1),(5,0,'Blank Template','BF-blank-template',1),(6,0,'Ecommerce Template','BF-ecommerce-template',1),(7,0,'Newsletter Template','BF-newsletter-template',1),(8,0,'Promo Template','BF-promo-template',1),(9,0,'Simple Template','BF-simple-template',1);
/*!40000 ALTER TABLE `wp_push_newsletter_templates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_push_newsletter_views`
--

DROP TABLE IF EXISTS `wp_push_newsletter_views`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_push_newsletter_views` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `msgid` int(11) NOT NULL,
  `platid` char(10) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `deviceid` int(11) NOT NULL,
  `device_hash` char(32) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `action` char(10) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `timepost` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `msgid` (`msgid`,`deviceid`,`action`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_push_newsletter_views`
--

LOCK TABLES `wp_push_newsletter_views` WRITE;
/*!40000 ALTER TABLE `wp_push_newsletter_views` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_push_newsletter_views` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_push_notifier`
--

DROP TABLE IF EXISTS `wp_push_notifier`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_push_notifier` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userid` int(11) NOT NULL,
  `tokenid` int(11) NOT NULL,
  `object_id` int(11) NOT NULL,
  `type` varchar(15) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_push_notifier`
--

LOCK TABLES `wp_push_notifier` WRITE;
/*!40000 ALTER TABLE `wp_push_notifier` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_push_notifier` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_push_queue`
--

DROP TABLE IF EXISTS `wp_push_queue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_push_queue` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `token_id` int(11) NOT NULL,
  `token` varchar(1000) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `device_type` char(10) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `counter` smallint(6) unsigned NOT NULL,
  `feedback` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `device_type` (`device_type`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_push_queue`
--

LOCK TABLES `wp_push_queue` WRITE;
/*!40000 ALTER TABLE `wp_push_queue` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_push_queue` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_push_relation`
--

DROP TABLE IF EXISTS `wp_push_relation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_push_relation` (
  `channel_id` int(11) NOT NULL,
  `token_id` int(11) NOT NULL,
  `userid` int(11) NOT NULL,
  `connection_id` int(11) NOT NULL,
  KEY `channel_id` (`channel_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_push_relation`
--

LOCK TABLES `wp_push_relation` WRITE;
/*!40000 ALTER TABLE `wp_push_relation` DISABLE KEYS */;
INSERT INTO `wp_push_relation` VALUES (1,0,12,0);
/*!40000 ALTER TABLE `wp_push_relation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_push_statistics`
--

DROP TABLE IF EXISTS `wp_push_statistics`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_push_statistics` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` date NOT NULL,
  `platid` char(20) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `msgid` int(11) NOT NULL,
  `action` char(10) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `stat` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_push_statistics`
--

LOCK TABLES `wp_push_statistics` WRITE;
/*!40000 ALTER TABLE `wp_push_statistics` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_push_statistics` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_push_subscriptions`
--

DROP TABLE IF EXISTS `wp_push_subscriptions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_push_subscriptions` (
  `userid` int(11) NOT NULL,
  `keywords` varchar(200) NOT NULL,
  `categories` varchar(200) NOT NULL,
  `latitude` decimal(10,8) DEFAULT NULL,
  `longitude` decimal(11,8) DEFAULT NULL,
  `radius` smallint(6) NOT NULL,
  `web` tinyint(1) NOT NULL,
  `mobile` tinyint(1) NOT NULL,
  `msn` tinyint(1) NOT NULL,
  `email` tinyint(1) NOT NULL,
  PRIMARY KEY (`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_push_subscriptions`
--

LOCK TABLES `wp_push_subscriptions` WRITE;
/*!40000 ALTER TABLE `wp_push_subscriptions` DISABLE KEYS */;
INSERT INTO `wp_push_subscriptions` VALUES (12,'','',0.00000000,0.00000000,0,0,0,0,0),(234,'','',0.00000000,0.00000000,0,1,0,0,0);
/*!40000 ALTER TABLE `wp_push_subscriptions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_registration_log`
--

DROP TABLE IF EXISTS `wp_registration_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_registration_log` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `email` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `IP` varchar(30) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `blog_id` bigint(20) NOT NULL DEFAULT '0',
  `date_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`ID`),
  KEY `IP` (`IP`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_registration_log`
--

LOCK TABLES `wp_registration_log` WRITE;
/*!40000 ALTER TABLE `wp_registration_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_registration_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_signups`
--

DROP TABLE IF EXISTS `wp_signups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_signups` (
  `signup_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `domain` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `path` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `title` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `activated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `active` tinyint(1) NOT NULL DEFAULT '0',
  `activation_key` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `meta` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`signup_id`),
  KEY `activation_key` (`activation_key`),
  KEY `user_email` (`user_email`),
  KEY `user_login_email` (`user_login`,`user_email`),
  KEY `domain_path` (`domain`(140),`path`(51))
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_signups`
--

LOCK TABLES `wp_signups` WRITE;
/*!40000 ALTER TABLE `wp_signups` DISABLE KEYS */;
INSERT INTO `wp_signups` VALUES (1,'','','','angeiras','angeiras@cappen.com','2019-07-05 17:10:49','2019-07-05 17:10:49',1,'99e133925ee73c58','a:2:{s:11:\"add_to_blog\";i:1;s:8:\"new_role\";s:6:\"editor\";}'),(2,'','','','clare','clare@wonderfulandbrilliant.com','2019-07-05 17:18:06','2019-07-05 17:18:06',1,'5a8bf7fb88846994','a:2:{s:11:\"add_to_blog\";i:1;s:8:\"new_role\";s:6:\"editor\";}'),(3,'','','','candieese','candiese@ramblemediagroups.com','2019-07-05 17:20:49','0000-00-00 00:00:00',0,'449b9954e003b8ee','a:2:{s:11:\"add_to_blog\";i:1;s:8:\"new_role\";s:6:\"editor\";}'),(4,'','','','paul','paul@ramblemediagroup.com','2019-07-05 17:28:54','2019-07-05 17:28:54',1,'170b208b945680a3','a:2:{s:11:\"add_to_blog\";i:1;s:8:\"new_role\";s:6:\"editor\";}'),(5,'','','','gavayy','gavay@ramblemediagroups.com','2019-07-05 17:29:45','0000-00-00 00:00:00',0,'b8d80120d31c736d','a:2:{s:11:\"add_to_blog\";i:1;s:8:\"new_role\";s:6:\"editor\";}'),(6,'','','','joyann','joyann@ramblemediagroup.com','2019-07-05 17:38:03','2019-07-05 17:38:03',1,'0421bf37b6a99eeb','a:2:{s:11:\"add_to_blog\";i:1;s:8:\"new_role\";s:6:\"editor\";}'),(7,'','','','candiese','candiese@ramblemediagroup.com','2019-07-05 17:46:30','2019-07-05 17:46:30',1,'d3c26b21c18b2231','a:2:{s:11:\"add_to_blog\";i:1;s:8:\"new_role\";s:6:\"editor\";}'),(8,'','','','gavay','gavay@ramblemediagroup.com','2019-07-05 17:46:46','2019-07-05 17:46:46',1,'99ac0678008aa3ed','a:2:{s:11:\"add_to_blog\";i:1;s:8:\"new_role\";s:6:\"editor\";}'),(10,'','','','dennis','dennis@ramblemediagroup.com','2019-07-16 00:51:31','2019-07-16 00:51:31',1,'5f9408702c55dcd8','a:2:{s:11:\"add_to_blog\";i:1;s:8:\"new_role\";s:6:\"editor\";}'),(11,'','','','sadeke','sadeke@ramblemediagroup.com','2019-07-16 00:52:07','2019-07-16 00:52:07',1,'b99b9f6150a86836','a:2:{s:11:\"add_to_blog\";i:1;s:8:\"new_role\";s:6:\"editor\";}'),(12,'','','','mark','mark@ramblemediagroup.com','2019-07-16 00:52:30','2019-07-16 00:52:30',1,'c91b7f9bf7d1af32','a:2:{s:11:\"add_to_blog\";i:1;s:8:\"new_role\";s:6:\"editor\";}'),(13,'','','','tashna','tashna-toya@ramblemediagroup.com','2019-07-16 00:52:57','2019-07-16 00:52:58',1,'50f67b538ed6e159','a:2:{s:11:\"add_to_blog\";i:1;s:8:\"new_role\";s:6:\"editor\";}'),(14,'','','','kevinw','kevinw@ramblemediagroup.com','2019-07-16 00:53:19','2019-07-16 00:53:19',1,'e0566520ec9b7671','a:2:{s:11:\"add_to_blog\";i:1;s:8:\"new_role\";s:6:\"editor\";}'),(15,'','','','machel','machel@ramblemediagroup.com','2019-07-16 00:53:50','2019-07-16 00:53:50',1,'37fde165eaacc8cc','a:2:{s:11:\"add_to_blog\";i:1;s:8:\"new_role\";s:6:\"editor\";}'),(16,'','','','gavin','gavin@ramblemediagroup.com','2019-07-18 11:27:50','2019-07-18 11:27:51',1,'ab7eaa8352067eda','a:2:{s:11:\"add_to_blog\";i:1;s:8:\"new_role\";s:6:\"editor\";}'),(17,'','','','alramble','al@ramblemediagroup.com','2019-07-18 11:29:17','2019-07-18 11:29:17',1,'c3404dfd79a7a067','a:2:{s:11:\"add_to_blog\";i:1;s:8:\"new_role\";s:6:\"editor\";}'),(18,'','','','janielle','janielle@ramblemediagroup.com','2019-07-19 11:45:15','2019-07-19 11:45:16',1,'645f2f1aa1e67fd4','a:2:{s:11:\"add_to_blog\";i:1;s:8:\"new_role\";s:6:\"editor\";}'),(19,'','','','kiran','kiran@ramblemediagroup.com','2019-07-19 11:46:19','2019-07-19 11:46:19',1,'69f45943842dbcdc','a:2:{s:11:\"add_to_blog\";i:1;s:8:\"new_role\";s:6:\"editor\";}'),(20,'','','','buzzcontributor','BuzzContributor@buzz-caribbean.com','2019-07-25 20:41:33','2019-07-25 20:41:38',1,'caeeaf431f1ada38','a:2:{s:11:\"add_to_blog\";i:1;s:8:\"new_role\";s:11:\"contributor\";}'),(21,'','','','buzzcommunity','BuzzCommunity@buzz-caribbean.com','2019-07-25 20:42:03','2019-07-25 20:42:09',1,'0b637e0d895c6353','a:2:{s:11:\"add_to_blog\";i:1;s:8:\"new_role\";s:11:\"contributor\";}'),(22,'','','','buzzwriter','BuzzWriter@buzz-caribbean.com','2019-07-25 20:42:33','2019-07-25 20:42:39',1,'b65e515ee6aae4ff','a:2:{s:11:\"add_to_blog\";i:1;s:8:\"new_role\";s:11:\"contributor\";}'),(23,'','','','chelean','Chelean@ramblemediagroup.com','2019-08-07 21:22:25','2019-08-07 21:22:27',1,'479d443841ac6f9a','a:2:{s:11:\"add_to_blog\";i:1;s:8:\"new_role\";s:6:\"editor\";}');
/*!40000 ALTER TABLE `wp_signups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_site`
--

DROP TABLE IF EXISTS `wp_site`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_site` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `domain` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `path` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `domain` (`domain`(140),`path`(51))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_site`
--

LOCK TABLES `wp_site` WRITE;
/*!40000 ALTER TABLE `wp_site` DISABLE KEYS */;
INSERT INTO `wp_site` VALUES (1,'buzz-caribbean.com','/');
/*!40000 ALTER TABLE `wp_site` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_sitemeta`
--

DROP TABLE IF EXISTS `wp_sitemeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_sitemeta` (
  `meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `site_id` bigint(20) NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `meta_key` (`meta_key`(191)),
  KEY `site_id` (`site_id`)
) ENGINE=InnoDB AUTO_INCREMENT=1892 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_sitemeta`
--

LOCK TABLES `wp_sitemeta` WRITE;
/*!40000 ALTER TABLE `wp_sitemeta` DISABLE KEYS */;
INSERT INTO `wp_sitemeta` VALUES (1,1,'site_name','Buzz Sites'),(2,1,'admin_email','dev@cappen.com'),(3,1,'admin_user_id','1'),(4,1,'registration','none'),(5,1,'upload_filetypes','jpg jpeg png gif mov avi mpg 3gp 3g2 midi mid pdf doc ppt odt pptx docx pps ppsx xls xlsx key mp3 ogg flac m4a wav mp4 m4v webm ogv flv'),(6,1,'blog_upload_space','100'),(7,1,'fileupload_maxk','10000000'),(8,1,'site_admins','a:1:{i:0;s:6:\"cappen\";}'),(9,1,'allowedthemes','a:1:{s:4:\"buzz\";b:1;}'),(10,1,'illegal_names','a:9:{i:0;s:3:\"www\";i:1;s:3:\"web\";i:2;s:4:\"root\";i:3;s:5:\"admin\";i:4;s:4:\"main\";i:5;s:6:\"invite\";i:6;s:13:\"administrator\";i:7;s:5:\"files\";i:8;s:4:\"blog\";}'),(11,1,'wpmu_upgrade_site','44719'),(12,1,'welcome_email','Howdy USERNAME,\r\n\r\nYour new SITE_NAME site has been successfully set up at:\r\nBLOG_URL\r\n\r\nYou can log in to the administrator account with the following information:\r\n\r\nUsername: USERNAME\r\nPassword: PASSWORD\r\nLog in here: BLOG_URLwp-login.php\r\n\r\nWe hope you enjoy your new site. Thanks!\r\n\r\n--The Team @ SITE_NAME'),(13,1,'first_post','Welcome to %s. This is your first post. Edit or delete it, then start writing!'),(14,1,'siteurl','https://buzz-caribbean.com'),(15,1,'add_new_users','0'),(16,1,'upload_space_check_disabled','1'),(17,1,'subdomain_install',''),(18,1,'global_terms_enabled','0'),(19,1,'ms_files_rewriting','0'),(20,1,'initial_db_version','44719'),(21,1,'active_sitewide_plugins','a:12:{s:23:\"favorites/favorites.php\";i:1562332158;s:61:\"radio-buttons-for-taxonomies/radio-buttons-for-taxonomies.php\";i:1562332158;s:20:\"totalpoll/plugin.php\";i:1562332159;s:35:\"ultimate-member/ultimate-member.php\";i:1562332159;s:29:\"um-mailchimp/um-mailchimp.php\";i:1562332159;s:35:\"wp-media-folder/wp-media-folder.php\";i:1562332159;s:32:\"disqus-comment-system/disqus.php\";i:1563914437;s:49:\"cappen-rename-wp-login/cappen-rename-wp-login.php\";i:1566927429;s:49:\"smio-push-notification/smio-push-notification.php\";i:1566927429;s:40:\"wordpress-seo-premium/wp-seo-premium.php\";i:1567088048;s:29:\"easy-wp-smtp/easy-wp-smtp.php\";i:1568727869;s:23:\"wp-smushit/wp-smush.php\";i:1568728053;}'),(22,1,'WPLANG',''),(23,1,'bedrock_autoloader','a:2:{s:7:\"plugins\";a:1:{s:43:\"multisite-url-fixer/multisite-url-fixer.php\";a:11:{s:4:\"Name\";s:19:\"Multisite URL Fixer\";s:9:\"PluginURI\";s:44:\"https://github.com/roots/multisite-url-fixer\";s:7:\"Version\";s:5:\"1.0.0\";s:11:\"Description\";s:77:\"Fixes WordPress issues with home and site URL on multisite when using Bedrock\";s:6:\"Author\";s:5:\"Roots\";s:9:\"AuthorURI\";s:17:\"https://roots.io/\";s:10:\"TextDomain\";s:0:\"\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:19:\"Multisite URL Fixer\";s:10:\"AuthorName\";s:5:\"Roots\";}}s:5:\"count\";i:1;}'),(26,1,'_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.2.3.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.2.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.2.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.2.3\";s:7:\"version\";s:5:\"5.2.3\";s:11:\"php_version\";s:6:\"5.6.20\";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:1568725574;s:15:\"version_checked\";s:5:\"5.2.3\";s:12:\"translations\";a:0:{}}'),(29,1,'user_count','744'),(30,1,'blog_count','1'),(31,1,'can_compress_scripts','0'),(38,1,'recently_activated','a:1:{s:55:\"social-media-auto-publish/social-media-auto-publish.php\";i:1568395137;}'),(39,1,'external_updates-wp-media-folder','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1574479011;s:14:\"checkedVersion\";s:6:\"4.7.12\";s:6:\"update\";O:8:\"stdClass\":8:{s:2:\"id\";i:0;s:4:\"slug\";s:15:\"wp-media-folder\";s:7:\"version\";s:5:\"4.9.6\";s:8:\"homepage\";s:61:\"https://www.joomunited.com/wordpress-products/wp-media-folder\";s:12:\"download_url\";s:120:\"https://www.joomunited.com/index.php?option=com_juupdater&task=download.download&extension=wp-media-folder&version=4.9.6\";s:14:\"upgrade_notice\";s:29:\"Upgrade to the latest version\";s:8:\"filename\";s:35:\"wp-media-folder/wp-media-folder.php\";s:5:\"icons\";O:8:\"stdClass\":1:{s:7:\"default\";s:85:\"https://www.joomunited.com/juupdater_files/wordpress_banners/wp-media-folder-icon.png\";}}}'),(40,1,'site_meta_supported','1'),(49,1,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1568725575;s:7:\"checked\";a:4:{s:4:\"buzz\";s:5:\"1.0.0\";s:14:\"twentynineteen\";s:3:\"1.4\";s:15:\"twentyseventeen\";s:3:\"2.2\";s:13:\"twentysixteen\";s:3:\"2.0\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}'),(325,1,'registrationnotification','yes'),(326,1,'welcome_user_email','Howdy USERNAME,\r\n\r\nYour new account is set up.\r\n\r\nYou can log in with the following information:\r\nUsername: USERNAME\r\nPassword: PASSWORD\r\nLOGINLINK\r\n\r\nThanks!\r\n\r\n--The Team @ SITE_NAME'),(329,1,'menu_items','a:0:{}'),(330,1,'first_page',''),(331,1,'first_comment',''),(332,1,'first_comment_url',''),(333,1,'first_comment_author',''),(334,1,'limited_email_domains',''),(335,1,'banned_email_domains',''),(336,1,'new_admin_email','dev@cappen.com'),(337,1,'first_comment_email',''),(449,1,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1568727789;s:7:\"checked\";a:14:{s:49:\"cappen-rename-wp-login/cappen-rename-wp-login.php\";s:5:\"1.0.0\";s:32:\"disqus-comment-system/disqus.php\";s:6:\"3.0.17\";s:29:\"easy-wp-smtp/easy-wp-smtp.php\";s:7:\"1.3.9.1\";s:23:\"favorites/favorites.php\";s:5:\"2.3.1\";s:61:\"radio-buttons-for-taxonomies/radio-buttons-for-taxonomies.php\";s:5:\"2.0.0\";s:49:\"smio-push-notification/smio-push-notification.php\";s:6:\"8.4.84\";s:23:\"wp-smushit/wp-smush.php\";s:5:\"3.2.4\";s:55:\"social-media-auto-publish/social-media-auto-publish.php\";s:5:\"2.2.1\";s:20:\"totalpoll/plugin.php\";s:5:\"4.0.7\";s:35:\"ultimate-member/ultimate-member.php\";s:6:\"2.0.56\";s:29:\"um-mailchimp/um-mailchimp.php\";s:5:\"2.1.1\";s:35:\"wp-media-folder/wp-media-folder.php\";s:6:\"4.7.12\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"11.9\";s:40:\"wordpress-seo-premium/wp-seo-premium.php\";s:4:\"11.9\";}s:8:\"response\";a:2:{s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"12.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.12.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=1834347\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}s:6:\"tested\";s:5:\"5.2.3\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:40:\"wordpress-seo-premium/wp-seo-premium.php\";O:8:\"stdClass\":9:{s:11:\"new_version\";s:4:\"12.1\";s:4:\"name\";s:38:\"Yoast SEO for WordPress Premium plugin\";s:4:\"slug\";s:27:\"yoast-seo-wordpress-premium\";s:3:\"url\";s:61:\"https://yoast.com/product/yoast-seo-wordpress-premium-plugin/\";s:11:\"last_update\";s:24:\"2019-09-17T09:17:53.000Z\";s:8:\"homepage\";s:61:\"https://yoast.com/product/yoast-seo-wordpress-premium-plugin/\";s:13:\"download_link\";s:68:\"https://yoast.com/app/uploads/2019/09/wordpress-seo-premium-12.1.zip\";s:7:\"package\";s:68:\"https://yoast.com/app/uploads/2019/09/wordpress-seo-premium-12.1.zip\";s:8:\"sections\";a:1:{s:9:\"changelog\";s:71383:\"<h2 id=\"v12.0.1\">12.0.1</h2>\n<small>September 4th, 2019</small>\nBugfixes:\n<ul>\n 	<li>Fixes a bug where custom replacement variables would not be replaced in some implementations.</li>\n</ul>\n<h2 id=\"v12.0\">12.0</h2>\n<small>September 3rd, 2019</small>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 12.0. See the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v11.9\">11.9</h2>\n<small>August 20th, 2019</small>\nBugfixes:\n<ul>\n 	<li>Fixes a bug where multiple redirects would be created when editing taxonomies on a multisite environment.</li>\n 	<li>Fixes a bug where the social preview forms were shown twice on taxonomies.</li>\n</ul>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 11.9. See the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v11.8\">11.8</h2>\n<small>August 6th, 2019</small>\nBugfixes:\n<ul>\n 	<li>Fixes a bug where regex redirects starting with a forward slash could not be deleted.</li>\n</ul>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 11.8. See the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v11.7\">11.7</h2>\n<small>July 23rd, 2019</small>\nEnhancements:\n<ul>\n 	<li>Improves the feedback message for internal linking suggestions when a text contains prominent words, but no linking suggestions were found.</li>\n 	<li>Improves the modal that is shown during the site-wide internal linking analysis.</li>\n 	<li>Adds a description to the site-wide internal linking analysis button on the Tools page.</li>\n</ul>\nBugfixes:\n<ul>\n 	<li>Fixes a bug where no help buttons would be shown in the social preview tabs in the metabox.</li>\n 	<li>Fixes a bug where the site-wide internal linking analysis would not stop when the <code>Stop analyzing</code> was clicked.</li>\n 	<li>Fixes a bug where CSV imports would always fail on multisite environments.</li>\n</ul>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 11.7. See the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v11.6\">11.6</h2>\n<small>July 9th, 2019\n</small>Enhancements:\n<ul>\n 	<li>Added caching for AJAX requests regarding social preview images.</li>\n</ul>\nBugfixes\n<ul>\n 	<li>Fixes a bug where an AJAX request would be sent on every keystroke when an image was present in the content, which would also result in \'400 bad request\' HTTP errors.</li>\n</ul>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 11.6. See the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v11.5\">11.5</h2>\n<small>June 25th, 2019</small>\nBugfixes:\n<ul>\n 	<li>Fixes a bug where the alert icon would be missing in the warning that is shown in the metabox when the user doesn\'t have an active license.</li>\n</ul>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 11.5. See the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v11.4\">11.4</h2>\n<small>June 12th, 2019</small>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 11.4. See the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v11.3\">11.3</h2>\n<small>May 28th, 2019</small>\nBugfixes:\n<ul>\n 	<li>Fixes fatal error when creating a redirect containing a double quote when .htaccess redirects were active.</li>\n 	<li>Fixes a bug where the update notification counter would show an incorrect count when the plugin was out of date.</li>\n</ul>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 11.3. See the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v11.2.1\">11.2.1</h2>\n<small>May 16th, 2019</small>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 11.2.1. See the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v11.2.0\">11.2.0</h2>\n<small>May 15th, 2019</small>\nBugfixes:\n<ul>\n 	<li>Fixes a bug where the <code>create redirect</code> button would be shown for users without the right permissions.</li>\n</ul>\nEnhancements:\n<ul>\n 	<li>Improves the keyphrase recognition for additional irregular verbs in German (e.g., <code>brennen</code>, <code>senden</code>, <code>kennen</code>).</li>\n 	<li>Fixes a performance problem relating to collecting post cache including Prominent Words. These were being primed but are only used in internal functionality.</li>\n</ul>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 11.2 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v11.1.1\">11.1.1</h2>\n<small>May 6th, 2019</small>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 11.1.1 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v11.1\">11.1</h2>\n<small>April 30th, 2019</small>\nBugfixes:\n<ul>\n 	<li>Improves the recognition of German keyphrases that include words with an <code>i</code> or <code>e</code> in between vowels (e.g., <code>schrieen</code>, <code>schreien</code>, <code>speie</code>).</li>\n 	<li>Improves recognition of German 3rd person singular verb forms (e.g., <code>arbeitet</code>).</li>\n</ul>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 11.1 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v11.1.1\">11.1.1</h2>\n<small>May 6th, 2019</small>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 11.1.1 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v11.1.0\">11.1.0</h2>\n<small>April 30th, 2019</small>\nBugfixes:\n<ul>\n 	<li>Improves the recognition of German keyphrases that include words with an <code>i</code> or <code>e</code> in between vowels (e.g., <code>schrieen</code>, <code>schreien</code>, <code>speie</code>).</li>\n 	<li>Improves recognition of German 3rd person singular verb forms (e.g., <code>arbeitet</code>).</li>\n</ul>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 11.1 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 class=\"11.0.0\">11.0.0</h2>\n<small>Release Date: April 16th, 2019</small>\n\nWe\'ve made huge changes to the schema.org markup we output, adding multiple different types of Schema. Be sure to check <a href=\"https://yoa.st/schema-release-post\">our posts on yoast.com about this release</a>!\n\nEnhancements:\n<ul>\n 	<li>Schema changes:</li>\n 	<li>Adds <code>Person</code> markup for author pages.</li>\n 	<li>Adds <code>WebPage</code> markup for all pages.</li>\n 	<li>Adds <code>Article</code> markup for posts, with <code>Person</code> markup for the author.</li>\n 	<li>Changes the ‘Organization or Person’ section of the Knowledge graph settings to allow selecting an author that is the ‘Person’ that the website represents.</li>\n 	<li>Adds MySpace, SoundCloud, Tumblr and YouTube URL input fields to people’s profiles.</li>\n</ul>\nBugfixes:\n<ul>\n 	<li>Fixes an issue where the metabox would not display on term edit pages when running the development build of Gutenberg.</li>\n</ul>\n<h2 id=\"v10.1.3\">10.1.3</h2>\n<small>April 4th, 2019</small>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 10.1.3 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v10.1.2\">10.1.2</h2>\n<small>April 3rd, 2019</small>\nBugfixes:\n<ul>\n 	<li>Fixes a bug where the license information from MyYoast is being saved aggressively, causing updates in MyYoast to take 24 hours to show up in the site.</li>\n</ul>\n<h2 id=\"v10.1.1\">10.1.1</h2>\n<small>April 2nd, 2019</small>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 10.1.1 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v10.1.0\">10.1.0</h2>\n<small>April 2nd, 2019</small>\nEnhancements:\n<ul>\n 	<li>Introduces recognition of grammatical forms for German keyphrases. This means that plural forms such as <code>Häuser</code> will be recognized if your keyphrase is <code>Haus</code>, for example. Doesn\'t just work for those of you who have multiple homes by the way.</li>\n</ul>\nBugfixes:\n<ul>\n 	<li>Fixes a bug where the Internal Linking metabox would show a warning that not all posts were analyzed, while all eligible posts actually <em>were</em> indexed.</li>\n 	<li>Fixes a bug that impeded recognition of word forms for keyphrases on taxonomy pages.</li>\n</ul>\nOther:\n<ul>\n 	<li>Removes all functionality that has been deprecated before Yoast SEO 6.1.</li>\n 	<li>Includes every change in Yoast SEO core 10.1.0 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v10.0.1\">10.0.1</h2>\n<small>March 19th, 2019</small>\n\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 10.0.1 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v10.0.0\">10.0.0</h2>\n<small>March 12th, 2019</small>\n\nBugfixes:\n<ul>\n 	<li>Fixes a bug where a related keyphrase or synonym field containing a backslash or consecutive double quotes would be emptied when saving a post or term.</li>\n 	<li>Fixes a bug where backslashes would be removed from the Twitter and Facebook title and description when saving a term.</li>\n</ul>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 10.0.0 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v9.7.0\">9.7.0</h2>\n<small>February 26th, 2019</small>\n\nEnhancements:\n<ul>\n 	<li>Implements analysis markers for related keyphrases.</li>\n</ul>\nBugfixes:\n<ul>\n 	<li>Fixes a bug where quotes in the related keyphrases and synonyms could stop those fields from appearing.</li>\n</ul>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 9.7.0 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v9.6.1\">9.6.1</h2>\n<small>February 12th, 2019</small>\n\nBugfixes:\n<ul>\n 	<li>Fixes a bug where translations would be rendered incorrectly.</li>\n</ul>\n<h2 id=\"v9.6.0\">9.6.0</h2>\n<small>February 12th, 2019</small>\n\nEnhancements:\n<ul>\n 	<li>Adds an \"Ok\" button to dismiss redirect notifications in the quick edit menu.</li>\n 	<li>Improves the Redirects table accessibility by removing a duplicate button.</li>\n</ul>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 9.6.0 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v9.5.0\">9.5.0</h2>\n<small>January 22nd, 2019</small>\n\nEnhancements:\n<ul>\n 	<li>Adds a validator to the redirect manager to check if the redirect origin is relative.</li>\n 	<li>Adds internal linking suggestions and insights for Swedish.</li>\n 	<li>Improves the error logging for certain types of errors in the prominent words analysis and internal linking suggestions.</li>\n</ul>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 9.5.0 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v9.4.2\">9.4.2</h2>\n<small>January 15th, 2019</small>\n\nBugfixes:\n<ul>\n 	<li>Fixes a bug where Premium features in the metabox might not work for custom post types.</li>\n</ul>\n<h2 id=\"v9.4.1\">9.4.1</h2>\n<small>January 14th, 2019</small>\nBugfixes:\n<ul>\n 	<li>Fixes a bug where additional keyphrases and synonyms would not be saved for taxonomies.</li>\n</ul>\n<h2 id=\"v9.4.0\">9.4.0</h2>\n<small>January 8th, 2019</small>\nContent analysis recalibration (beta):\n<ul>\n 	<li>When the recalibration beta is enabled a \"Stale cornerstone content\"-filter is added to relevant content types.</li>\n</ul>\nBugfixes:\n<ul>\n 	<li>Fixes a bug where admin-assets would be loaded on pages where they are not relevant.</li>\n 	<li>Fixes a bug where changing the slug of an inaccessible post type creates a redirect for that object.</li>\n</ul>\nEnhancements:\n<ul>\n 	<li>Improves the feedback given when importing redirects.</li>\n</ul>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 9.4.0 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v9.3.0\">9.3.0</h2>\n<small>December 18th, 2018</small>\nBugfixes:\n<ul>\n 	<li>Fixes a bug where redirects that contained URI encodable characters couldn\'t be removed individually.</li>\n</ul>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 9.3.0 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v9.2.1\">9.2.1</h2>\n<small>November 21th, 2018</small>\nBugfixes:\n<ul>\n 	<li>Fixes a bug where editing a content type item (page/post) would result in a blank page (Fatal error) when the metabox is disabled for that type.</li>\n</ul>\n<h2 id=\"v9.2.0\">9.2.0</h2>\n<small>November 20th, 2018</small>\nBugfixes:\n<ul>\n 	<li>Fixes a bug where the internal linking box is shown for post types that has the Yoast Metabox disabled.</li>\n 	<li>Fixes internal linking button size in the document settings sidebar in Gutenberg.</li>\n 	<li>Fixes a bug where no redirect notification was shown in Gutenberg when the permalink was updated.</li>\n 	<li>Fixes a bug where the social previews won\'t reflect the entered post/page title realtime.</li>\n</ul>\nOther:\n<ul>\n 	<li>Adds additional context to the wpseo_premium_post_redirect_slug_change filter call.</li>\n</ul>\n<h2 id=\"v9.1.0\">9.1.0</h2>\n<small>November 6th, 2018</small>\nEnhancements:\n<ul>\n 	<li>Improves an SQL query to perform better on sites with a lot of orphaned content.</li>\n</ul>\nBugfixes:\n<ul>\n 	<li>Fixes a bug where the activation warning would be incorrectly displayed on a sub-site within a multisite environment.</li>\n 	<li>Fixes a bug where a PHP warning would be displayed when <code>php_uname</code> has been disabled for security reasons.</li>\n 	<li>Fixes a bug where a PHP notice would be displayed when visiting a non-existing post.</li>\n</ul>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 9.1.0 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v9.0.3\">9.0.3</h2>\n<small>October 30th, 2018</small>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 9.0.3 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v9.0.2\">9.0.2</h2>\n<small>October 24th, 2018</small>\nBugfixes:\n<ul>\n 	<li>Fixes a bug where the Gutenberg (v4.1) editor was partially hidden behind the metabox.</li>\n</ul>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 9.0.2 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v9.0.1\">9.0.1</h2>\n<small>October 23rd, 2018</small>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 9.0.1 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v9.0\">9.0</h2>\n<small>October 23rd, 2018</small>\nEnhancements:\n<ul>\n 	<li>Implements support for word form recognition for keyphrases in English. This means that e.g. <code>book</code> will be recognized in the text when the keyphrase is <code>books</code>.</li>\n 	<li>Implements an improved algorithm for the keyphrase distribution assessment to check whether the keyphrase usage is evenly distributed throughout the text.</li>\n 	<li>The following assessments will also count synonym matches as keyphrase matches:\n<ul>\n 	<li>Image alt attributes</li>\n 	<li>Keyphrase in introduction</li>\n 	<li>Keyphrase in meta description</li>\n 	<li>Keyphrase in subheading</li>\n 	<li>Keyphrase distribution</li>\n</ul>\n</li>\n 	<li>The analysis for related keyphrases only shows assessments relevant for the specific keyphrase. It omits assessments that are non-keyphrase-related and assessments that should only be applied to the focus keyphrase.</li>\n 	<li>For the keyphrase density assessment, the upper boundary for a good score is higher when word form recognition is available, since in that case the analysis is able to pick up more matches.</li>\n</ul>\nBugfixes:\n<ul>\n 	<li>Fixes a bug where the insights analysis on the tools page would not work.</li>\n</ul>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 9.0 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v8.4.0\">8.4.0</h2>\n<small>October 9th, 2018</small>\nEnhancements:\n<ul>\n 	<li>Adds multiple keyword support for taxonomies.</li>\n 	<li>Adds synonyms to taxonomies.</li>\n 	<li>Adds the keyword distribution assessment for taxonomies.</li>\n</ul>\nBugfixes:\n<ul>\n 	<li>Fixes a bug where automatic redirects would be created for non-public post types.</li>\n</ul>\nOther:\n<ul>\n 	<li>Adds the <code>wpseo_premium_include_automatic_redirection_post_types</code> filter to allow users to include more post types to create automatic redirects for.</li>\n 	<li>Includes every change in Yoast SEO core 8.4.0 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v8.3.0\">8.3.0</h2>\n<small>September 25th, 2018</small>\nBugfixes:\n<ul>\n 	<li>Fixes a bug where the automatic redirect notification was not shown when a post was trashed from within Gutenberg.</li>\n 	<li>Fixes a bug where the target of redirects from a subdirectory site to a path on the main domain were incorrectly disallowed.</li>\n</ul>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 8.3.0 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v8.2.2\">8.2.2</h2>\n<small>September 20th, 2018</small>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 8.2.1 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v8.2.1\">8.2.1</h2>\n<small>September 20th, 2018</small>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 8.2.1 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v8.2.0\">8.2.0</h2>\n<small>September 11th, 2018</small>\n\nEnhancements:\n<ul>\n 	<li>Adds Polish Insights and Linking Suggestions. Props <a href=\"https://github.com/tmotyl\">@tmotyl</a> and <a href=\"https://github.com/oskardydo\">@oskardydo</a> from <a href=\"https://github.com/macopedia\">@macopedia</a>.</li>\n</ul>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 8.2.0 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v8.1.2\">8.1.2</h2>\n<small>September 5th, 2018</small>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 8.1.2 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v8.1.1\">8.1.1</h2>\n<small>September 3rd, 2018</small>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 8.1.1 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v8.1.0\">8.1.0</h2>\n<small>August 28th, 2018</small>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 8.1.0 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v8.0.0\">8.0.0</h2>\n<small>August 14th, 2018</small>\nEnhancements:\n<ul>\n 	<li>Revamps the design for multiple focus keywords to fit in the new metabox and Gutenberg sidebar.</li>\n 	<li>Improves the UX of multiple focus keywords. Adding and removing keywords became easier.</li>\n</ul>\nBugfixes:\n<ul>\n 	<li>Fixes a bug where the keyword analysis was not updated after changing or adding synonyms.</li>\n 	<li>Fixes a bug where the analysis icon for additional keywords would be red for an empty keyword.</li>\n</ul>\nOther:\n<ul>\n 	<li>Adds the Internal Linking section to the Gutenberg sidebar.</li>\n 	<li>Adds the Insights section to the Gutenberg sidebar.</li>\n 	<li>Improved plugin performance by lazy loading the <code>WPSEO_Redirects_Option</code> instead of instantiating that on every request. Props to <a href=\"https://github.com/stayallive\">stayallive</a></li>\n 	<li>Includes every change in Yoast SEO core 8.0.0 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v7.9.1\">7.9.1</h2>\n<small>August 7th, 2018</small>\nOther:\n<ul>\n 	<li>Removes the Internal Linking meta box from the Gutenberg sidebar.</li>\n 	<li>Includes every change in Yoast SEO core 7.9.1 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v7.9.0\">7.9.0</h2>\n<small>July 24th, 2018</small>\nBugfixes:\n<ul>\n 	<li>Fixes a bug where the prominent words for attachments can\'t be indexed when the attachment has an other post status than trash, inherit or private.</li>\n</ul>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 7.9.0 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v7.8.1\">7.8.1</h2>\n<small>July 16th, 2018</small>\nBugfixes:\n<ul>\n 	<li>Fixes a bug where the snippet editor changes were not saved when the SEO Analysis feature is turned off.</li>\n</ul>\n<h2 id=\"v7.8.0\">7.8.0</h2>\n<small>July 10th, 2018</small>\nEnhancements:\n<ul>\n 	<li>Shows a notification regarding the creation of redirects when deleting a category or tag.</li>\n 	<li>Introduces an action (<code>wpseo_premium_redirects_modified</code>) that will be executed when a redirect has been added, edited or deleted.</li>\n 	<li>Adds the possibility to enter keyword synonyms.</li>\n 	<li>Adds an assessment the checks the distribution of the focus keyword in the text.</li>\n 	<li>Adds an assessment that checks the distribution of keywords and synonyms.</li>\n</ul>\nBugfixes:\n<ul>\n 	<li>Fixes a bug where advertisements were being displayed next to video tutorials.</li>\n 	<li>Fixes a bug where redirected URLs would show up in the sitemap.</li>\n 	<li>Filters out prominent word combinations ending in \'s in English. Props to <a href=\"https://github.com/swekkiekekkie\">swekkiekekkie</a>.</li>\n</ul>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 7.8.0 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v7.7.3\">7.7.3</h2>\n<small>July 2nd, 2018</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 7.7.3 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v7.7.2\">7.7.2</h2>\n<small>June 29th, 2018</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 7.7.2 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v7.7.1\">7.7.1</h2>\n<small>June 27th, 2018</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 7.7.1 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v7.7.0\">7.7.0</h2>\n<small>June 26th, 2018</small>\nBugfixes:\n<ul>\n 	<li>Fixes a bug where non-public posts were given as a link suggestion.</li>\n 	<li>Fixes a bug where a redirect would redirect to the currently requested URL.</li>\n 	<li>Fixes a bug where the fallback for the Facebook title in the social preview was not showing the correct title.</li>\n 	<li>Fixes a bug where Yoast product advertisements were shown in the Help Center video tab.</li>\n 	<li>Fixes a bug where the analysis would only show results for the main keyword when multiple keywords are used.</li>\n 	<li>Fixes a bug where the analysis results were being hidden while they were being calculated.</li>\n</ul>\n<h2 id=\"v7.6.1\">7.6.1</h2>\n<small>June 7th, 2018</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 7.6.1 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v7.6.0\">7.6.0</h2>\n<small>June 5th, 2018</small>\n\nEnhancements:\n<ul>\n 	<li>Adds WP-CLI commands to manage redirects. Use <code>wp yoast redirect</code> to see the list of available commands.</li>\n</ul>\nBugfixes:\n<ul>\n 	<li>Fixes a bug where the link to run the internal linking count for orphaned content did not work.</li>\n 	<li>Fixes a bug where unpublished posts and password protected posts where taken into account in the orphaned content overview and notifications.</li>\n 	<li>Includes every change in Yoast SEO core 7.6.0 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v7.5.3\">7.5.3</h2>\n<small>May 30th, 2018</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 7.5.3 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v7.5.2\">7.5.2</h2>\n<small>May 28th, 2018</small>\n<ul>\n 	<li>Fixes a bug where the determination of \"Orphaned content\" tries to account for <code>noindex</code> items, resulting in a lot of additional database querying.</li>\n</ul>\n<h2 id=\"v7.5.1\">7.5.1</h2>\n<small>May 16th, 2018</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 7.5.1 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v7.5.0\">7.5.0</h2>\n<small>May 15th, 2018</small>\nEnhancements:\n<ul>\n 	<li>Adds Russian Insights and Linking Suggestions.</li>\n</ul>\nBugfixes:\n<ul>\n 	<li>Fixes a bug where the subdirectory is added twice to the origin form field when pressing the create redirect link on the adminbar.</li>\n 	<li>Fixes a bug where the subdirectory is stripped out of the redirect target when it\'s provided as a full url.</li>\n 	<li>Fixes a bug where posts set to <code>noindex</code> would show in the orphaned content filter.</li>\n</ul>\nOther:\n<ul>\n 	<li>Sets the maximum amount of Linking Suggestions to 10.</li>\n 	<li>Includes every change in Yoast SEO core 7.5 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v7.4.2\">7.4.2</h2>\n<small>May 3rd, 2018</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 7.4.2 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v7.4.1\">7.4.1</h2>\n<small>May 2nd, 2018</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 7.4.1 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v7.4.0\">7.4.0</h2>\n<small>May 1st, 2018</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 7.4.0 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v7.3.0\">7.3.0</h2>\n<small>April 17th, 2018</small>\n<ul>\n 	<li>Fixes a bug where the pagination overlaps the orphaned content information message, on post overview pages in combination with low resolutions.</li>\n 	<li>Includes every change in Yoast SEO core 7.3.0 see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v7.2.0\">7.2.0</h2>\n<small>April 3rd, 2018</small>\n<ul>\n 	<li>Fixes an issue where no new redirect was created after a parent/child relationship of a page was changed.</li>\n 	<li>Fixes an issue where reverting the parent/child relationship of two pages could result in a redirect loop.</li>\n 	<li>Removes plugin suggestions from the dashboard.</li>\n 	<li>Includes every change in Yoast SEO core 7.2.0, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v7.1.1\">7.1.1</h2>\n<small>March 22nd, 2018</small>\nBugfix:\n<ul>\n 	<li>Fixes a fatal error on the Import/Export pages where a method on an import status property is called which is not always available.</li>\n</ul>\n<h2 id=\"v7.1.0\">7.1.0</h2>\n<small>March 20th, 2018</small>\nEnhancement:\n<ul>\n 	<li>Adds Portuguese Insights and Linking suggestions. Props to <a href=\"https://github.com/amesdigital\">amesdigital</a>.</li>\n</ul>\nOthers:\n<ul>\n 	<li>Includes every change in Yoast SEO core 7.1.0, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v7.0.3\">7.0.3</h2>\n<h2><small>March 12th, 2018</small></h2>\n<ul>\n 	<li style=\"list-style-type: none\">\n<ul>\n 	<li>Includes every change in Yoast SEO core 7.0.3, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"v7.0.2\">7.0.2</h2>\n<h2><small>March 8th, 2018</small></h2>\n<ul>\n 	<li>Includes every change in Yoast SEO core 7.0.2, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v7.0.1\">7.0.1</h2>\n<small>March 6th, 2018</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 7.0.1, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v7.0.0\">7.0.0</h2>\n<small>March 6th, 2018</small>\nEnhancements:\n<ul>\n 	<li>Adds SEO titles and meta descriptions to the focus keyword export.</li>\n</ul>\nBugfixes:\n<ul>\n 	<li>Removes unnecessary HTML from button.</li>\n</ul>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 7.0.0, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n 	<li>Removes the deprecated <code>WPSEO_Premium:: add_admin_pages</code> method.</li>\n</ul>\n<h2 id=\"v6.3.1\">6.3.1</h2>\n<small>February 19th, 2018</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 6.3.1, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v6.3.0\">6.3.0</h2>\n<small>February 13th, 2018</small>\nEnhancements:\n<ul>\n 	<li>Adds a new sentence to the Internal Linking analyzer after completing a full site scan. This gives you more insight into what the effects are of running the analyzer.</li>\n 	<li>Adds additional explanation on entries on the features tab.</li>\n 	<li>Adds links to explanatory articles on the features tab.</li>\n</ul>\nBugfixes:\n<ul>\n 	<li>Fixes a bug where a core WordPress function wasn\'t available when getting the <code>.htaccess</code> file path on an Apache installation.</li>\n 	<li>Adds support for including custom post types in the prominent words recalculation process.</li>\n</ul>\nOther:\n<ul>\n 	<li>Includes every change in Yoast SEO core 6.3.0, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v6.2.0\">6.2.0</h2>\n<small>January 23rd, 2018</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 6.2.0, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v6.1.2\">6.1.2</h2>\n<small>January 12th, 2018</small>\n<ul>\n 	<li>Fixes a bug where the Regex redirects don\'t work anymore.</li>\n</ul>\n<h2 id=\"v6.1.1\">6.1.1</h2>\n<small>January 10th, 2018</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 6.1.1, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v6.1.0\">6.1.0</h2>\n<small>January 9th, 2018</small>\n<ul>\n 	<li>Fixes a bug in the redirects where an url decoded origin isn\'t found when the request uri isn\'t decoded.</li>\n 	<li>Fixes a bug where on certain servers (using FastCGI) redirects could not be filtered.</li>\n 	<li>Includes every change in Yoast SEO core 6.1.0, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v6.0.0\">6.0.0</h2>\n<small>December 20th, 2017</small>\n<ul>\n 	<li>Converts the list of post types to a format which is compatible with the REST API format.</li>\n 	<li>Includes every change in Yoast SEO core 6.0.0, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v5.9.4\">5.9.4</h2>\n<small>December 13th, 2017</small>\n<ul>\n 	<li>Fixes an issue where any keyword except the first keyword would show the results of the first keyword.</li>\n</ul>\n<h2 id=\"v5.9.3\">5.9.3</h2>\n<small>December 11th, 2017</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 5.9.3, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v5.9.2\">5.9.2</h2>\n<small>December 11th, 2017</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 5.9.3, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v5.9.1\">5.9.1</h2>\n<small>December 5th, 2017</small>\n<ul>\n 	<li>Fixes a bug where the configuration wizard could not be loaded, caused by a missing JavaScript dependency.</li>\n</ul>\n<h2 id=\"v5.9.0\">5.9.0</h2>\n<small>December 5th, 2017</small>\n<ul>\n 	<li>Insights are now shown in a separate section below the text analysis.</li>\n 	<li>Includes every change in Yoast SEO core 5.9.0, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v5.8.0\">5.8.0</h2>\n<small>November 15th, 2017</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 5.8.0, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v5.7.1\">5.7.1</h2>\n<small>October 25th, 2017</small>\n<ul>\n 	<li>Prefixes <code>$redirect_handler</code> as <code>$wpseo_redirect_handler</code> as this is globally available.</li>\n</ul>\n<h2 id=\"v5.7.0\">5.7.0</h2>\n<small>October 24th, 2017 </small>\n<ul>\n 	<li>Improved the copy of the notice that will be displayed when a post has been stored from the trash.</li>\n 	<li>Fixes a bug by removing the accessibility check of a redirect target for regular expression redirects because these are likely to be dynamic.</li>\n 	<li>Fixes a bug in the redirect search where the search string that starts or ends with a slash doesn\'t match with an expected result.</li>\n 	<li>Fixes a bug where the \"focus keyword used in another post\"-check could not detect when a keyword was used at the 2nd, 3rd, 4th or 5th keyword spot.</li>\n</ul>\n<h2 id=\"v5.6.1\">5.6.1</h2>\n<small>October 13th, 2017</small>\n<ul>\n 	<li>Fixes a bug where a user with granted <code>wpseo_manage_redirects</code> would see settings which should not be shown.</li>\n 	<li>Includes every change in Yoast SEO core 5.6.1, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v5.6.0\">5.6.0</h2>\n<small>October 10th, 2017</small>\n<ul>\n 	<li>Introduces the <code>Orphaned content</code> filter and notifications.</li>\n 	<li>Fixes an issue where the \'You are not receiving updates or support!\' notification would be wrongfully shown on a sub-site of a multisite installation.</li>\n 	<li>Includes every change in Yoast SEO core 5.6, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v5.5.1\">5.5.1</h2>\n<small>September 28th, 2017</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 5.5.1, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v5.5.0\">5.5.0</h2>\n<small>September 26th, 2017</small>\n<ul>\n 	<li>Introduces <code>wpseo_manage_redirects</code> to allow any role or user to manage redirects without having to be an administrator.</li>\n 	<li>Added filter for filtering redirects by redirect-type.</li>\n 	<li>Added a tool to export Focus Keywords.</li>\n</ul>\n<h2 id=\"v5.4.2\">5.4.2</h2>\n<small>September 21th, 2017</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 5.4.2, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v5.4.1\">5.4.1</h2>\n<small>September 20th, 2017</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 5.4.1, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v5.4.0\">5.4.0</h2>\n<small>September 6th, 2017</small>\n<ul>\n 	<li>Adds importing of exported redirects in CSV format via <code>SEO &gt; Tools &gt; import and export &gt; import redirects</code>.</li>\n 	<li>Includes every change in Yoast SEO core 5.4.0, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v5.3.3\">5.3.3</h2>\n<small>August 28th, 2017</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 5.3.3, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v5.3.2\">5.3.2</h2>\n<small>August 23rd, 2017</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 5.3.2, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v5.3.1\">5.3.1</h2>\n<small>August 22nd, 2017</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 5.3.1, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v5.3.0\">5.3.0</h2>\n<small>August 22nd, 2017</small>\n<ul>\n 	<li>Add feature to export redirects, via SEO - Tools - Import/Export</li>\n 	<li>Removes the <code>DC.date.issued</code> meta tag</li>\n 	<li>When creating a redirect to a file, it will no longer show a warning that the target location does not exist</li>\n</ul>\n<h2 id=\"v5.2.0\">5.2.0</h2>\n<small>August 8th, 2017</small>\n<ul>\n 	<li>Adds a watcher for private posts to be redirected correctly after trashing them.</li>\n 	<li>Adds collecting technical environment data to send to Yoast.</li>\n 	<li>Includes every change in Yoast SEO core 5.4.0, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v5.1.0\">5.1.0</h2>\n<small>July 25th, 2017</small>\n<ul>\n 	<li>Adds Italian Insights and Linking Suggestions, props Abramo Tesoro.</li>\n 	<li>Fixes a bug where multiple redirect notices pop up when having WooCommerce Tab Manager installed.</li>\n 	<li>Includes every change in Yoast SEO core 5.1.0, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v5.0.2\">5.0.2</h2>\n<small>July 13th, 2017</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 5.0.2, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v5.0.1\">5.0.1</h2>\n<small>July 6th, 2017</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 5.0.1, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v5.0.0\">5.0.0</h2>\n<small>July 6th, 2017</small>\n<ul>\n 	<li>Fixes a bug where the redirect notice popped up unnecessarily.</li>\n 	<li>Introduces insights and linking suggestions for French, props Sylvain Perret and <a href=\"https://github.com/evoqueio\">Evoque</a>.</li>\n 	<li>Includes every change in Yoast SEO core 5.0.0, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v4.9.0\">4.9.0</h2>\n<small>June&nbsp;7th, 2017</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 4.9.0, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v4.8.0\">4.8.0</h2>\n<small>May 23rd, 2017</small>\n<ul>\n 	<li>Fixes a bug where there is a double trailing slash in the javascript for the social previews that was causing errors.</li>\n 	<li>Fixes a bug on the Redirects page where spaces were stripped when using the search field.</li>\n 	<li>Removes the prominent words version for non-supported languages.</li>\n 	<li>Changes the string \'current url\' to \'old url\' in the Search Console Redirect to match the language in the Redirect Manager.</li>\n</ul>\n<h2 id=\"v4.7.1\">4.7.1</h2>\n<small>May 9th, 2017</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 4.7.1, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v4.7.0\">4.7.0</h2>\n<small>May 2nd, 2017</small>\n<ul>\n 	<li>Fixes a bug where 410 redirects could not be imported from <code>.htaccess</code>.</li>\n 	<li>Fixes a bug where the \'email support tab\' did not work on the edit post page.</li>\n 	<li>Adds the slug of a deleted post to the redirect notification.</li>\n 	<li>Includes every change in Yoast SEO core 4.7.0, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v4.6.0\">4.6.0</h2>\n<small>April 11th, 2017</small>\n<ul>\n 	<li>Adds the ability to mark a post as cornerstone content and display this in the link suggestions box.</li>\n 	<li>Fixes a bug where the post_modified was updated whenever the prominent words were calculated.</li>\n 	<li>Fixes a bug where a JavaScript error was thrown when creating a new taxonomy with a custom field plugin active.</li>\n 	<li>Fixes a bug where websites ran into timeouts due to a big query when calculating the prominent words.</li>\n 	<li>Includes every change in Yoast SEO core 4.6.0, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v4.5.0\">4.5.0</h2>\n<small>March 21st, 2017</small>\n<ul>\n 	<li>Fixes a bug where the SEO score wouldn’t be saved correctly, resulting in gray bullets on the post overview screen.</li>\n 	<li>Includes every change in Yoast SEO core 4.5.0, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v4.4.0\">4.4.0</h2>\n<small>February 28th, 2017</small>\n<ul>\n 	<li>Adds redirect types in the Search Console settings page.</li>\n 	<li>Checks for links that are already used in the text when suggesting links.</li>\n 	<li>Change links to shortlinks in premium translation promo box.</li>\n 	<li>Includes every change in Yoast SEO core 4.4.0, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v4.3.2\">4.3.2</h2>\n<ul>\n 	<li>Fixes a bug where CSS &amp; JavaScript would be loaded with incorrect version numbers.</li>\n</ul>\n<h2 id=\"v4.3.1\">4.3.1</h2>\n<small>February 16th, 2017</small>\n<ul>\n 	<li>Fixes a bug where a slow query would be run on every page of the admin.</li>\n</ul>\n<h2 id=\"v4.3.0\">4.3.0</h2>\n<small>February 14th, 2017</small>\n<ul>\n 	<li>Adds link suggestions and insights for Spanish.</li>\n 	<li>Adds variable that indicates the recalculation is running already to prevent double executed recalculations.</li>\n 	<li>Adds a warning when there are posts or pages that need to be analyzed for link suggestions.</li>\n 	<li>Improves the site wide calculation of the prominent words for the link suggestions.</li>\n 	<li>Fixes a bug where the rendering of the columns in the post overview was incorrect.</li>\n 	<li>Includes every change in Yoast SEO core 4.3.0, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v4.2.1\">4.2.1</h2>\n<small>February 2nd, 2017</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 4.2.1, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v4.2.0\">4.2.0</h2>\n<small>January 31st, 2017</small>\n<ul>\n 	<li>Adds link suggestions and insights for Dutch.</li>\n 	<li>Includes every change in Yoast SEO core 4.2.0, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v4.1.0\">4.1.0</h2>\n<small>January, 17th, 2017</small>\n<ul>\n 	<li>Adds a feature toggle to disable link suggestions (site wide).</li>\n 	<li>Allows contributors to also use the prominent words that link suggestions depend on, these generated a 403.</li>\n 	<li>Adds German support for Yoast internal linking.</li>\n 	<li>Improves the user interface for the prominent word recalculation.</li>\n</ul>\n<h2 id=\"v4.0.2\">4.0.2</h2>\n<small>December 20th, 2016</small>\n<ul>\n 	<li>Adds site wide calculation of prominent words for pages.</li>\n 	<li>Fixes a notice that would be thrown on custom post types: \"Undefined property: WP_Post_Type::$rest_base\".</li>\n 	<li>Fixes a bug where the site language would be used for the social previews and select2.</li>\n 	<li>Fixes a bug where the link suggestions wouldn\'t work when the insights block was disabled.</li>\n 	<li>Includes every change in Yoast SEO core 4.0.2, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v4.0.1\">4.0.1</h2>\n<small>December 14th, 2016</small>\n<ul>\n 	<li>Fixes a JavaScript error when editing pages in the admin, this fixes conflicts with page builders.</li>\n 	<li>Fixes an uncaught (in promise) error when using the prominent words in combinations with Fusion builder or Divi themes.</li>\n 	<li>Adds link suggestions meta box to pages.</li>\n 	<li>Fixes a bug where prominent words would be saved too often when editing a post.</li>\n</ul>\n<h2 id=\"v4.0.0\">4.0.0</h2>\n<small>December 13th, 2016</small>\n<ul>\n 	<li>Adds a metabox \"Yoast internal linking\" that contains link suggestions for the current post.</li>\n 	<li>Adds import functionality for Safe Redirect Manager.</li>\n 	<li>Adds import support for Simple 301 Redirects.</li>\n 	<li>Fixes import messaging when importing redirects.</li>\n 	<li>.htaccess import no longer overwrites the real htaccess file.</li>\n 	<li>.htaccess import properly imports all redirects.</li>\n 	<li>.htaccess import properly imports redirects with quotes.</li>\n 	<li>Fixes a bug where post format archives showed up in sitemap when disabled.</li>\n 	<li>Fixes a bug where an old update notice would not be removed.</li>\n 	<li>Fixes a bug where keywords with periods where not highlighted in the snippet.</li>\n 	<li>Includes every change in Yoast SEO core 4.0.0, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v3.9.0\">3.9.0</h2>\n<small>November 29th, 2016</small>\n<ul>\n 	<li>Improves the title updates in the social previews.</li>\n 	<li>Fixes a bug where the wrong URLs were used in redirect notices.</li>\n 	<li>Includes every change in Yoast SEO core 3.9.0, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v3.8.0\">3.8.0</h2>\n<small>November 8th, 2016</small>\n<ul>\n 	<li>Fixes a bug where keyword tabs didn\'t have a correct screen reader text.</li>\n 	<li>Fixes a bug where certain translations weren\'t translatable, props <a href=\"https://github.com/pedro-mendonca\">Pedro Mendonça</a></li>\n 	<li>Removes React debugging tools from eventual build JavaScript files.</li>\n 	<li>Includes every change in Yoast SEO core 3.8.0, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v3.7.2\">3.7.2</h2>\n<small>October 20th, 2016</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 3.7.1, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v3.7.1\">3.7.1</h2>\n<small>October 11th, 2016</small>\n<ul>\n 	<li>Adds a message when no prominent words were detected in the text.</li>\n</ul>\n<h2 id=\"v3.7.0\">3.7.0</h2>\n<small>October 11th, 2016</small>\n<ul>\n 	<li>Adds an insights section to the Yoast SEO metabox that shows authors the most prominent words in their text.</li>\n 	<li>Adds a validation to check if the origin url in a redirect contains the subdirectory in case WordPress is installed in a subdirectory.</li>\n 	<li>Improved accessibility of the redirects manager.</li>\n 	<li>Fixes a bug where some form fields in the import and export tools were missing labels.</li>\n 	<li>Makes the redirects new rows action links translatable.</li>\n 	<li>Fixes a PHP Warning when hitting 301 redirect on subdomain multisites.</li>\n 	<li>Fixes a bug where the Twitter preview would no longer work when Facebook is disabled in Social.</li>\n 	<li>Includes every change in Yoast SEO core 3.7.0, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v3.6.1\">3.6.1</h2>\n<small>Release Date: October 3rd, 2016</small>\n<ul>\n 	<li>Bugfixes:\n<ul>\n 	<li>Fixes a bug where the admin bar would still show advanced settings when the advanced settings were disabled.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"v3.6\">3.6</h2>\n<small>September 27th, 2016</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 3.6.0, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v3.5.2\">3.5.2</h2>\n<small>September 8th, 2016</small>\n<ul>\n 	<li>Fixes a JavaScript error that was thrown from redirect notifications when attempting to edit the redirect destination. These notifications are thrown whenever a slug is edited or when a post or term is deleted.</li>\n</ul>\n<h2 id=\"v3.5.1\">3.5.1</h2>\n<small>September 7th, 2016</small>\n<ul>\n 	<li>Fixes a fatal error when network activating.</li>\n</ul>\n<h2 id=\"v3.5.0\">3.5.0</h2>\n<small>September 7th, 2016</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 3.5.0, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n 	<li>Fixes the slug change and redirects in the quick edit for posts and terms.</li>\n 	<li>Fixes title on the redirect settings page.</li>\n</ul>\n<h2 id=\"v3.4.2\">3.4.2</h2>\n<small>August 8th, 2016</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 3.4.2, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v3.4.1\">3.4.1</h2>\n<small>August 2nd, 2016</small>\n<ul>\n 	<li>Security hotfix: includes every change in Yoast SEO core 3.4.1, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v3.4.0\">3.4.0</h2>\n<small>July 19th, 2016</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 3.4.0, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n 	<li>Visually improves the redirect dialog by using an overlay.</li>\n 	<li>Fixes a bug where a trailing slash was added when redirecting to a file.</li>\n 	<li>Fixes a fatal JavaScript error for the featured image on attachment edit pages.</li>\n</ul>\n<h2 id=\"v3.3.3\">3.3.3</h2>\n<small>June 30th, 2016</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 3.3.3 and 3.3.4, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v3.3.2\">3.3.2</h2>\n<small>June 21st, 2016</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 3.3.2, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v3.3.1\">3.3.1</h2>\n<small>June 15th, 2016</small>\n<ul>\n 	<li>Fixes a bug with redirects on a subsite in a multisite installation, props <a href=\"https://github.com/nicholas-eden\">nicholas-eden</a>.</li>\n 	<li>Fixes a bug where the tabs inside the metabox weren\'t aligned properly.</li>\n 	<li>Includes every change in Yoast SEO core 3.3.1, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v3.3.0\">3.3.0</h2>\n<small>June 14th, 2016</small>\n<ul>\n 	<li>Add author name support to the social previews.</li>\n 	<li>Add a tab inside the help center to contact support, this replaces the question mark at the bottom right of the page.</li>\n 	<li>Fixes a bug where the redirects couldn\'t be saved to the .htaccess in certain scenarios.</li>\n 	<li>Fixes a bug where subdomains would be stripped from target URLs in the redirects.</li>\n 	<li>Fixes a bug where the Redirection import wasn\'t present.</li>\n 	<li>Includes every change in Yoast SEO core 3.3.0, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v3.2.5\">3.2.5</h2>\n<small>May 6th, 2016</small>\n<ul>\n 	<li>Fixes \"undefined index\" notices when Facebook and/or Twitter have been disabled in settings.</li>\n 	<li>Fixes a bug when writing 4xx redirects into the .htaccess file on Apache.</li>\n 	<li>Includes every change in Yoast SEO core 3.2.5, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v3.2.4\">3.2.4</h2>\n<small>April 28th, 2016</small>\n<ul>\n 	<li>Fixes a regression where the post URL would be numerical when no post title was set.</li>\n 	<li>Fixes an issue that would cause notifications not to be dismissed even though they should be.</li>\n 	<li>These changes bring Yoast SEO Premium in line with Yoast SEO free 3.2.4.</li>\n</ul>\n<h2 id=\"v3.2.2\">3.2.2</h2>\n<small>April 21th, 2016</small>\n<ul>\n 	<li>Fixes a bug where notification for a deleted post wasn\'t shown.</li>\n 	<li>Includes every change in Yoast SEO core 3.2.3, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v3.2.2\">3.2.1</h2>\n<small>April 20th, 2016</small>\n<ul>\n 	<li>Includes every change in Yoast SEO core 3.2.1, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v3.2.0\">3.2.0</h2>\n<small>April 20th, 2016</small>\n<ul>\n 	<li>Introduces social previews, you can now see what your posts will look like when they are shared on Facebook and Twitter.</li>\n 	<li>The previews will automatically show you when your image is too small.</li>\n 	<li>You can use all replace variables you are used to in the Facebook and Twitter previews.</li>\n 	<li>Removes the tutorial video page, the videos are now available on every tab.</li>\n 	<li>Fixes a bug where Yoast SEO Premium would fatal when activating while Yoast SEO was active.</li>\n 	<li>Fixes a bug where the home URL wasn\'t correctly stripped from the redirect old URL.</li>\n 	<li>Fixes a bug where clicking the \'Update now\' button on the plugin page didn\'t update correctly.</li>\n 	<li>Includes every change in Yoast SEO core 3.2.0, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v3.1.3\">3.1.3</h2>\n<small>March 23rd, 2016</small>\n<ul>\n 	<li>Fixes a few bugs related to term slugs that were altered by our plugin after they were saved. This especially caused issues for terms with parents. We will simply not touch term slugs anymore until the way terms are saved is fixed in WordPress, see also <a href=\"https://core.trac.wordpress.org/ticket/22293\">https://core.trac.wordpress.org/ticket/22293</a>.</li>\n 	<li>Fixes a bug where we would create redirects if nav menu items were edited.</li>\n 	<li>Fixes a bug where redirects to urls with url parameters got appended with a slash.</li>\n 	<li>Fixes a bug where adding a parent to a page would cause the slug of that page to detected by us as non-unique and incremented with a number.</li>\n 	<li>Fixes a bug where the AJAX request for creating redirects in the search console integration was broken for search console issues for which a 4xx redirect already exists.</li>\n 	<li>Merge with Yoast SEO core 3.1.2, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v3.1.2\">3.1.2</h2>\n<small>March 8th, 2016</small>\n<ul>\n 	<li>Fixes a bug where PHP redirects were still broken on servers that disable accessing the server input by making use of the filter extension.</li>\n 	<li>Merge with Yoast SEO core 3.1.1, see the <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v3.1.1\">3.1.1</h2>\n<small>March 2nd, 2016</small>\n<ul>\n 	<li>Fixes a bug where PHP redirects were broken.</li>\n 	<li>Fixes a bug where users could (temporarily) lose their redirects if our upgrade routine would for some reason not be triggered while updating to versions greater than 3.0.7</li>\n 	<li>Fixes a bug where slashes were shown in the redirect manager for a redirect without a target url (ie. 410)</li>\n 	<li>Fixes a Fatal error that occured when switching from Free to Premium.</li>\n</ul>\n<h2 id=\"v3.1\">3.1</h2>\n<small>March 1st, 2016</small>\n<ul>\n 	<li>Made PHP redirects faster and more efficient.</li>\n 	<li>Added an interface to easily serve 410 (content deleted) headers for posts you have just deleted.</li>\n 	<li>Added support for creating 451 (legal takedown) headers in the redirect manager.</li>\n 	<li>Improved existing validations, ensuring redirects are complete and unique.</li>\n 	<li>Added a validation error that checks for a redirect loop.</li>\n 	<li>Added validation warnings for the following cases:\n<ul>\n 	<li>when a redirect points to an url that is redirected.</li>\n 	<li>when a redirect point to a url that cannot be resolved.</li>\n 	<li>when a redirect points to a url that doesn\'t return a 200 OK status code.</li>\n</ul>\n</li>\n 	<li>Changed the interface for inline editing of redirects to resemble the redirect form used to add redirects.</li>\n 	<li>Fixes a possible fatal error on update.</li>\n 	<li>Replaced checkboxes and radio buttons with toggles on the Premium settings pages.</li>\n 	<li>Makes sure post / term slugs uniqueness checks also take into account redirects.</li>\n 	<li>Makes sure redirected are redirected both with and without trailing slash.</li>\n 	<li>Takes the WP permalink structure into account in deciding if we should redirect to a slug with or without trailing slash.</li>\n 	<li>Makes sure links to our knowledge base open in a new window.</li>\n 	<li>Added a few knowledge base suggestions to our support beacon on the redirects page.</li>\n 	<li>Merge with <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">Yoast SEO core 3.1</a>.</li>\n</ul>\n<h2 id=\"v3.0.7\">3.0.7</h2>\n<small>December 23rd, 2015</small>\n<ul>\n 	<li>Merge with <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">Yoast SEO core 3.0.7</a>.</li>\n</ul>\n<h2 id=\"v3.0.6\">3.0.6</h2>\n<small>December 1st, 2015</small>\n<ul>\n 	<li>Merge with <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">Yoast SEO core 3.0.6</a>.</li>\n</ul>\n<h2 id=\"v3.0.5\">3.0.5</h2>\n<small>December 1st, 2015</small>\n<ul>\n 	<li>Fixed performance issues in custom fields integration.</li>\n 	<li>Merge with <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">Yoast SEO core 3.0.5</a>.</li>\n</ul>\n<h2 id=\"v3.0.4\">3.0.4</h2>\n<small>November 25th, 2015</small>\n<ul>\n 	<li>Merge with <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">Yoast SEO core 3.0.4</a>.</li>\n</ul>\n<h2 id=\"v3.0.3\">3.0.3</h2>\n<small>November 19th, 2015</small>\n<ul>\n 	<li>Merge with <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">Yoast SEO core 3.0.3</a>.</li>\n</ul>\n<h2 id=\"v3.0.2\">3.0.2</h2>\n<small>November 19th, 2015</small>\n<ul>\n 	<li>Merge with <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">Yoast SEO core 3.0.2</a>.</li>\n</ul>\n<h2 id=\"v3.0.1\">3.0.1</h2>\n<small>November 18th, 2015</small>\n<ul>\n 	<li>Merge with <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">Yoast SEO core 3.0.1</a>.</li>\n</ul>\n<h2 id=\"v3.0\">3.0</h2>\n<small>November 18th, 2015</small>\n<ul>\n 	<li>Merge with <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">Yoast SEO core 3.0</a>, including the realtime content analysis tool and social settings for taxonomies.</li>\n 	<li>Added possibility to analyze multiple keywords per post/page.</li>\n 	<li>Added support beacon to all the Yoast SEO settings pages, allowing users to ask for support straight from their WordPress backends.</li>\n</ul>\n<h2 id=\"v2.3.5\">2.3.5</h2>\n<small>September 16th, 2015</small>\n<ul>\n 	<li>Merge with <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">Yoast SEO core 2.3.5</a></li>\n</ul>\n<h2 id=\"v2.3.4\">2.3.4</h2>\n<small>August 6th, 2015</small>\n<ul>\n 	<li>Merge with <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">Yoast SEO core 2.3.4</a></li>\n</ul>\n<h2 id=\"v2.3.3\">2.3.3</h2>\n<small>August 6th, 2015</small>\n<ul>\n 	<li>Added a filter <code>wpseo_hide_version</code> that allows webmasters to hide the Yoast SEO Premium version number in the debug marker.</li>\n 	<li>Merge with <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">Yoast SEO core 2.3.3</a></li>\n</ul>\n<h2 id=\"v2.3.2\">2.3.2</h2>\n<small>July 23rd, 2015</small>\n<ul>\n 	<li>Merge with <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">Yoast SEO core 2.3.2</a></li>\n</ul>\n<h2 id=\"v2.3.1\">2.3.1</h2>\n<small>July 22nd, 2015</small>\n<ul>\n 	<li>Fixes a bug where the .htaccess redirect import was no longer available.</li>\n 	<li>Fixes a bug where upgrading to version 2.3 would occasionally cause WSOD\'s on both admin and frontend. We were unable to pinpoint the exact conflicting plugins and themes, but we are quite confident it was caused by us using, and others hooking into, WP_Query too early.</li>\n 	<li>Merge with <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">Yoast SEO core 2.3.1</a></li>\n</ul>\n<h2 id=\"v2.3\">2.3</h2>\n<small>July 21st, 2015</small>\n<ul>\n 	<li>Renamed plugin to \"Yoast SEO Premium\"</li>\n 	<li>Fixed compatibility issue with Post type order plugin.</li>\n 	<li>Merge with <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">Yoast SEO core 2.3</a></li>\n</ul>\n<h2 id=\"v2.2.2\">2.2.2</h2>\n<small>June 17th, 2015</small>\n<ul>\n 	<li>Fixed a bug that would create unnecessary (and sometimes even faulty) redirects.</li>\n 	<li>Added a Japanese translation and updated several other languages.</li>\n</ul>\n<h2 id=\"v2.2.1\">2.2.1</h2>\n<small>June 11th, 2015</small>\n<ul>\n 	<li>Merge with <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">WordPress SEO core 2.2.1</a></li>\n</ul>\n<h2 id=\"v2.2\">2.2</h2>\n<small>June 10th, 2015</small>\n<ul>\n 	<li>Adds an X-Redirect-By header to redirects that were created using WordPress SEO Premium. Works for all PHP redirects and regular NGINX redirects. Doesn\'t work for Apache.</li>\n 	<li>Makes sure all AJAX notices become dismissible.</li>\n 	<li>Makes sure the redirect notice also shows the old and new url.</li>\n 	<li>Fixes a bug where the link in the redirect notice was not clickable in some cases.</li>\n 	<li>Fixes a bug where we offered the user the possibility to undo creating a redirect that was never created in the first place.</li>\n 	<li>Fixes a bug where clicking a link to our knowledge base about redirect types triggered a notice instead of taking the user to the right page.</li>\n 	<li>Fixes a bug where in some cases no tab was selected after reloading the crawl issues in the GWT settings.</li>\n 	<li>Fixes a bug where automatic redirects where being created for unpublished posts.</li>\n 	<li>Fixes a bug where automatic redirects where not being created on slug change when using quick edit for both posts and terms.</li>\n 	<li>Fixes a bug where where automatic redirects where not being created on slug change for custom taxonomies.</li>\n 	<li>Fixes a bug where a slug change could falsely be detected and redirected in case of a term update in the context of a post update</li>\n 	<li>Merge with <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">WordPress SEO core 2.2</a></li>\n</ul>\n<h2 id=\"v2.1.1\">2.1.1</h2>\n<small>April 21st, 2015</small>\n<ul>\n 	<li>Merge with <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">WordPress SEO core 2.1.1</a></li>\n</ul>\n<h2 id=\"v2.1\">2.1</h2>\n<small>April 20th, 2015</small>\n<ul>\n 	<li>Merge with WordPress SEO core 2.1</li>\n</ul>\n<h2 id=\"v2.0.1\">2.0.1</h2>\n<small>April 1st, 2015</small>\n<ul>\n 	<li>Merge with WordPress SEO core 2.0.1</li>\n</ul>\n<h2 id=\"v2.0\">2.0</h2>\n<small>March 26th, 2015</small>\n<ul>\n 	<li>Merge with WordPress SEO core 2.0</li>\n 	<li>Made the version number for the Premium plugin the same as for the Free plugin to avoid confusion.</li>\n 	<li>Contains several performance improvements, making the plugin much faster.</li>\n</ul>\n<h2 id=\"v1.5.3\">1.5.3</h2>\n<small>March 11th, 2015</small>\n<ul>\n 	<li>Security hotfix: Merge with WordPress SEO core 1.7.4, see <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v1.5.2.2\">1.5.2.2</h2>\n<small>February 23rd, 2015</small>\n<ul>\n 	<li>Merge with WordPress SEO core 1.7.3.2</li>\n</ul>\n<h2 id=\"v1.5.2.1\">1.5.2.1</h2>\n<small>February 19th, 2015</small>\n<ul>\n 	<li>Merge with WordPress SEO core 1.7.3.1</li>\n</ul>\n<h2 id=\"v1.5.2\">1.5.2</h2>\n<small>February 17th, 2015</small>\n<ul>\n 	<li>Added the possibility to add 410 status to redirects.</li>\n 	<li>Added a few validations to prevent circular redirects.</li>\n 	<li>Reuses translations from the free version of this plugin, thereby dramatically reducing the amount of strings that need to be translated for the premium plugin.</li>\n 	<li>Merge with WordPress SEO core 1.7.3</li>\n</ul>\n<h2 id=\"v1.5.1\">1.5.1</h2>\n<small>November 26th, 2014</small>\n<ul>\n 	<li>Security hotfix: Merge with WordPress SEO core 1.7.1, see <a href=\"https://wordpress.org/plugins/wordpress-seo/#developers\">core changelog</a>.</li>\n</ul>\n<h2 id=\"v1.5\">1.5</h2>\n<small>November 18th, 2014</small>\n<ul>\n 	<li>Merge with WordPress SEO core 1.7</li>\n 	<li>Fixes a bug where authentication with Google Webmaster Tools would fail silently.</li>\n 	<li>Fixes a bug where redirects weren\'t written to <em>.htaccess</em>.</li>\n 	<li>Added filters for hiding redirects notifications.</li>\n</ul>\n<h2 id=\"v1.4.3\">1.4.3</h2>\n<small>October 8th, 2014</small>\n<ul>\n 	<li>Merge with WordPress SEO core 1.6.3</li>\n</ul>\n<h2 id=\"v1.4.2\">1.4.2</h2>\n<small>October 8th, 2014</small>\n<ul>\n 	<li>Merge with WordPress SEO core 1.6.2</li>\n 	<li>Implement new filter for issue types on the Google Webmaster Tools issues screen</li>\n</ul>\n<h2 id=\"v1.4.1\">1.4.1</h2>\n<small>September 16th, 2014</small>\n<ul>\n 	<li>Merge with WordPress SEO core 1.6.1</li>\n</ul>\n<h2 id=\"v1.4\">1.4</h2>\n<small>September 9th, 2014</small>\n<ul>\n 	<li>Merge with WordPress SEO core 1.6</li>\n</ul>\n<h2 id=\"v1.3.5\">1.3.5</h2>\n<small>August 26th, 2014</small>\n<ul>\n 	<li>Merge with WordPress SEO core 1.5.6, updated for WP 4.0</li>\n</ul>\n<h2 id=\"v1.3.4\">1.3.4</h2>\n<small>August 15th, 2014</small>\n<ul>\n 	<li>Fix incomplete merge with WordPress SEO core to 1.5.5.3</li>\n</ul>\n<h2 id=\"v1.3.3\">1.3.3</h2>\n<small>August 14th, 2014</small>\n<ul>\n 	<li>Updated WordPress SEO core to 1.5.5.3</li>\n</ul>\n<h2 id=\"v1.3.2\">1.3.2</h2>\n<small>August 14th, 2014</small>\n<ul>\n 	<li>Fixed bug in core WordPress SEO that made SEO icon value wrong.</li>\n 	<li>Updated WordPress SEO core to 1.5.5.2</li>\n</ul>\n<h2 id=\"v1.3.1\">1.3.1</h2>\n<small>August 14th, 2014</small>\n<ul>\n 	<li>Fix versioning issue</li>\n</ul>\n<h2 id=\"v1.3\">1.3</h2>\n<small>August 14th, 2014</small>\n\nContains all the changes done in WordPress SEO core,&nbsp;it\'s now equal to WordPress SEO&nbsp;1.5.5.1, see the <a href=\"http://wordpress.org/plugins/wordpress-seo/changelog/\">WordPress SEO change log</a> for those&nbsp;changes.\n\nThis release&nbsp;adds a full set of Video Tutorials for both editors and the WP SEO settings, available in the WordPress admin:\n\n<img class=\"alignnone size-large wp-image-201747\" src=\"https://yoast.com/app/uploads/2014/01/video-tutorials-550x269.png\" alt=\"video tutorials\" width=\"550\" height=\"269\" />\nOther enhancements:\n<ul>\n 	<li>The bulk title and bulk description editor pages are merged into one page.</li>\n 	<li>Added a feature to define custom fields that are taken into calculation for page analysis:\n<img class=\"alignnone size-large wp-image-201742\" src=\"https://yoast.com/app/uploads/2014/01/add-custom-fields-550x313.png\" alt=\"add custom fields\" width=\"550\" height=\"313\" /></li>\n 	<li>Give possibility&nbsp;to create a redirect when a post/page is trashed.</li>\n 	<li>Give&nbsp;possibility&nbsp;to delete a redirect when a post/page is restored.</li>\n</ul>\nBugfixes:\n<ul>\n 	<li>Values for redirects will be trimmed, preventing invalid redirects.</li>\n 	<li>Fixed pagination on the redirects page.</li>\n 	<li>Fixed screen options on the redirects page.</li>\n</ul>\n<h2 id=\"v1.2.2\">1.2.2</h2>\n<small>July 4th, 2014</small>\n<ul>\n 	<li>Added link to Yoast Knowledge Base to regex redirects.</li>\n 	<li>Fixed bug when creating redirects from Webmaster Tools.</li>\n</ul>\n<h2>1.2.1</h2>\n<small>June 6th, 2014</small>\n<ul>\n 	<li>Fixed a REGEX redirect type bug that prevented REGEX redirects from working.</li>\n 	<li>Fixed a bug involving the &amp; sign in redirects.</li>\n</ul>\n<h2>1.2.0</h2>\n<small>June 3rd, 2014</small>\n<ul>\n 	<li>The redirect type (HTTP code) can now set per redirect.</li>\n 	<li>Redirects can now be imported from the .htaccess file.</li>\n 	<li>Redirects can now be written to the .htaccess file.</li>\n 	<li>A redirect is automatically added when a post slug change.</li>\n 	<li>The possibility to add a redirect is offered when a post is deleted.</li>\n 	<li>A redirect is automatically added when a category/term slug change.</li>\n 	<li>The possibility to add a redirect is offered when a category/term is deleted.</li>\n 	<li>Added support to redirect URL\'s with special characters.</li>\n 	<li>Response code of redirects is now checked while adding redirects to avoid incorrect redirects.</li>\n 	<li>Created a Yoast overlay for a more user friendly way of displaying errors.</li>\n 	<li>Implemented autoloader to enhance plugin performance.</li>\n 	<li>Updated WordPress SEO core to 1.5.3.3.</li>\n</ul>\n<h2>1.1.3</h2>\n<small>May 22nd, 2014</small>\n<ul>\n 	<li>Updated WordPress SEO core to 1.5.3.2</li>\n</ul>\n<h2>1.1.2</h2>\n<small>April 25th, 2014</small>\n<ul>\n 	<li>Fixed notices when fetching remote crawl issues and there are now crawl issues from remote.</li>\n 	<li>Updated WordPress SEO core to 1.5.2.8</li>\n</ul>\n<h2>1.1.1</h2>\n<small>April 15th, 2014</small>\n<ul>\n 	<li>Updated WordPress SEO core to 1.5.2.7</li>\n</ul>\n<h2>1.1.0</h2>\n<small>April 4st, 2014</small>\n<ul>\n 	<li>Updated WordPress SEO core to 1.5.x</li>\n 	<li>Google Webmaster Tools crawl issues are now cached decreasing load time of issues dramatically.</li>\n 	<li>Google Webmaster Tools profile can now manually be selected.</li>\n 	<li>Added \'not redirected\' filter to crawl issues table.</li>\n 	<li>Added option to ignore crawl issues.</li>\n 	<li>Added import option from Redirection plugin.</li>\n 	<li>Added a redirect link to WordPress toolbar on 404 pages.</li>\n 	<li>Added support for REGEX redirects.</li>\n</ul>\n<h2>1.0.8</h2>\n<small>March 21st, 2014</small>\n<ul>\n 	<li>Updated WordPress SEO core to 1.5.2.5</li>\n</ul>\n<h2>1.0.7</h2>\n<small>March 14st, 2014</small>\n<ul>\n 	<li>Updated WordPress SEO core to 1.5.2.2</li>\n</ul>\n<h2>1.0.6</h2>\n<small>March 12st, 2014</small>\n<ul>\n 	<li>Updated WordPress SEO core to 1.5.2.1</li>\n</ul>\n<h2>1.0.5</h2>\n<small>March 11st, 2014</small>\n<ul>\n 	<li>Updated WordPress SEO core to 1.5.2</li>\n</ul>\n<h2>1.0.4</h2>\n<small>March 11st, 2014</small>\n<ul>\n 	<li>Updated WordPress SEO core to 1.5.0</li>\n</ul>\n<h2>1.0.3</h2>\n<small>Feb 26st, 2014</small>\n<ul>\n 	<li>Fixed an incorrect constant define.</li>\n 	<li>Updated WordPress SEO core to 1.4.25.</li>\n 	<li>Now using the correct file reference (WPSEO_FILE) in main WPSEO file.</li>\n</ul>\n<h2>1.0.2</h2>\n<small>Feb 18st, 2014</small>\n<ul>\n 	<li>Fixed a bug that prevented options on the WPSEO dashboard from saving.</li>\n 	<li>Updated WordPress SEO core to 1.4.24.</li>\n</ul>\n<h2>1.0.1</h2>\n<small>Jan 31st, 2014</small>\n<ul>\n 	<li>Remove dependency on PHP 5.3 function DateTime</li>\n</ul>\n::getTimestamp() so plugin works on PHP 5.2 installs too.\n<h2>1.0</h2>\n<small>Jan 23rd, 2014</small>\n<ul>\n 	<li>Initial release.</li>\n</ul>\n<div class=\"grammarly-disable-indicator\">&nbsp;</div>\n<div class=\"grammarly-disable-indicator\">&nbsp;</div>\";}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:7:{s:32:\"disqus-comment-system/disqus.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/disqus-comment-system\";s:4:\"slug\";s:21:\"disqus-comment-system\";s:6:\"plugin\";s:32:\"disqus-comment-system/disqus.php\";s:11:\"new_version\";s:6:\"3.0.17\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/disqus-comment-system/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/disqus-comment-system.3.0.17.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:74:\"https://ps.w.org/disqus-comment-system/assets/icon-256x256.png?rev=1012448\";s:2:\"1x\";s:66:\"https://ps.w.org/disqus-comment-system/assets/icon.svg?rev=1636350\";s:3:\"svg\";s:66:\"https://ps.w.org/disqus-comment-system/assets/icon.svg?rev=1636350\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:76:\"https://ps.w.org/disqus-comment-system/assets/banner-772x250.png?rev=1636350\";}s:11:\"banners_rtl\";a:0:{}}s:29:\"easy-wp-smtp/easy-wp-smtp.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:26:\"w.org/plugins/easy-wp-smtp\";s:4:\"slug\";s:12:\"easy-wp-smtp\";s:6:\"plugin\";s:29:\"easy-wp-smtp/easy-wp-smtp.php\";s:11:\"new_version\";s:7:\"1.3.9.1\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/easy-wp-smtp/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/easy-wp-smtp.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/easy-wp-smtp/assets/icon-128x128.png?rev=1242044\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/easy-wp-smtp/assets/banner-772x250.png?rev=1650323\";}s:11:\"banners_rtl\";a:0:{}}s:23:\"favorites/favorites.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:23:\"w.org/plugins/favorites\";s:4:\"slug\";s:9:\"favorites\";s:6:\"plugin\";s:23:\"favorites/favorites.php\";s:11:\"new_version\";s:5:\"2.3.1\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/favorites/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/favorites.2.3.1.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:62:\"https://ps.w.org/favorites/assets/icon-128x128.png?rev=1677726\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:64:\"https://ps.w.org/favorites/assets/banner-772x250.png?rev=1677726\";}s:11:\"banners_rtl\";a:0:{}}s:61:\"radio-buttons-for-taxonomies/radio-buttons-for-taxonomies.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:42:\"w.org/plugins/radio-buttons-for-taxonomies\";s:4:\"slug\";s:28:\"radio-buttons-for-taxonomies\";s:6:\"plugin\";s:61:\"radio-buttons-for-taxonomies/radio-buttons-for-taxonomies.php\";s:11:\"new_version\";s:5:\"2.0.0\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/radio-buttons-for-taxonomies/\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/plugin/radio-buttons-for-taxonomies.2.0.2.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:72:\"https://s.w.org/plugins/geopattern-icon/radio-buttons-for-taxonomies.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:23:\"wp-smushit/wp-smush.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:24:\"w.org/plugins/wp-smushit\";s:4:\"slug\";s:10:\"wp-smushit\";s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:11:\"new_version\";s:5:\"3.2.4\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/wp-smushit/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/wp-smushit.3.2.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/wp-smushit/assets/icon-256x256.jpg?rev=2132251\";s:2:\"1x\";s:63:\"https://ps.w.org/wp-smushit/assets/icon-128x128.jpg?rev=2132250\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wp-smushit/assets/banner-1544x500.png?rev=1863697\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-smushit/assets/banner-772x250.png?rev=1863697\";}s:11:\"banners_rtl\";a:0:{}}s:55:\"social-media-auto-publish/social-media-auto-publish.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:39:\"w.org/plugins/social-media-auto-publish\";s:4:\"slug\";s:25:\"social-media-auto-publish\";s:6:\"plugin\";s:55:\"social-media-auto-publish/social-media-auto-publish.php\";s:11:\"new_version\";s:5:\"2.2.1\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/social-media-auto-publish/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/social-media-auto-publish.2.2.1.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:78:\"https://ps.w.org/social-media-auto-publish/assets/icon-128x128.png?rev=1790483\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:80:\"https://ps.w.org/social-media-auto-publish/assets/banner-772x250.jpg?rev=1790500\";}s:11:\"banners_rtl\";a:0:{}}s:35:\"ultimate-member/ultimate-member.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:29:\"w.org/plugins/ultimate-member\";s:4:\"slug\";s:15:\"ultimate-member\";s:6:\"plugin\";s:35:\"ultimate-member/ultimate-member.php\";s:11:\"new_version\";s:6:\"2.0.56\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/ultimate-member/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/ultimate-member.2.0.56.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/ultimate-member/assets/icon-256x256.png?rev=2143339\";s:2:\"1x\";s:68:\"https://ps.w.org/ultimate-member/assets/icon-128x128.png?rev=2143339\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/ultimate-member/assets/banner-1544x500.png?rev=2143172\";s:2:\"1x\";s:70:\"https://ps.w.org/ultimate-member/assets/banner-772x250.png?rev=2143172\";}s:11:\"banners_rtl\";a:0:{}}}}'),(838,1,'wpseo_ms','a:10:{s:6:\"access\";s:5:\"admin\";s:11:\"defaultblog\";s:0:\"\";s:26:\"allow_disableadvanced_meta\";b:1;s:25:\"allow_onpage_indexability\";b:1;s:29:\"allow_content_analysis_active\";b:1;s:29:\"allow_keyword_analysis_active\";b:1;s:27:\"allow_enable_admin_bar_menu\";b:1;s:32:\"allow_enable_cornerstone_content\";b:1;s:24:\"allow_enable_xml_sitemap\";b:1;s:30:\"allow_enable_text_link_counter\";b:1;}'),(977,1,'wpseo_current_version','16'),(1280,1,'wp-smush-settings','a:23:{s:4:\"auto\";b:1;s:5:\"lossy\";b:0;s:10:\"strip_exif\";b:1;s:6:\"resize\";b:1;s:9:\"detection\";b:0;s:8:\"original\";b:0;s:6:\"backup\";b:0;s:10:\"png_to_jpg\";b:0;s:7:\"nextgen\";b:0;s:2:\"s3\";b:0;s:9:\"gutenberg\";b:0;s:10:\"js_builder\";b:0;s:3:\"cdn\";b:0;s:11:\"auto_resize\";b:0;s:4:\"webp\";b:1;s:5:\"usage\";b:0;s:17:\"accessible_colors\";b:0;s:9:\"keep_data\";b:1;s:9:\"lazy_load\";b:1;s:17:\"background_images\";b:1;s:4:\"bulk\";b:0;s:8:\"api_auth\";b:0;s:11:\"networkwide\";s:1:\"0\";}'),(1281,1,'wdev-frash','a:3:{s:7:\"plugins\";a:1:{s:23:\"wp-smushit/wp-smush.php\";i:1567170695;}s:5:\"queue\";a:0:{}s:4:\"done\";a:2:{i:0;a:6:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:5:\"email\";s:7:\"show_at\";i:1567170695;s:5:\"state\";s:6:\"ignore\";s:4:\"hash\";s:32:\"fc50097023d0d34c5a66f6cddcf77694\";s:10:\"handled_at\";i:1567172592;}i:1;a:6:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:4:\"rate\";s:7:\"show_at\";i:1567775495;s:5:\"state\";s:6:\"ignore\";s:4:\"hash\";s:32:\"fc50097023d0d34c5a66f6cddcf77694\";s:10:\"handled_at\";i:1568233100;}}}'),(1282,1,'wp-smush-install-type','existing'),(1283,1,'wp-smush-version','3.3.1'),(1284,1,'wp-smush-hide_smush_welcome','1'),(1285,1,'wp-smush-image_sizes','a:5:{i:0;s:9:\"thumbnail\";i:1;s:6:\"medium\";i:2;s:5:\"large\";i:3;s:14:\"post-thumbnail\";i:4;s:12:\"medium_large\";}'),(1286,1,'wp-smush-resize_sizes','a:2:{s:5:\"width\";i:1500;s:6:\"height\";i:1200;}'),(1288,1,'wp-smush-lazy_load','a:7:{s:6:\"format\";a:4:{s:4:\"jpeg\";b:1;s:3:\"png\";b:1;s:3:\"gif\";b:1;s:3:\"svg\";b:1;}s:6:\"output\";a:4:{s:7:\"content\";b:1;s:7:\"widgets\";b:1;s:10:\"thumbnails\";b:1;s:9:\"gravatars\";b:1;}s:9:\"animation\";a:4:{s:8:\"selected\";s:1:\"0\";s:6:\"fadein\";a:2:{s:8:\"duration\";i:400;s:5:\"delay\";i:0;}s:7:\"spinner\";a:2:{s:8:\"selected\";s:1:\"1\";s:6:\"custom\";a:0:{}}s:11:\"placeholder\";a:3:{s:8:\"selected\";s:1:\"1\";s:6:\"custom\";a:0:{}s:5:\"color\";s:7:\"#F3F3F3\";}}s:7:\"include\";a:7:{s:9:\"frontpage\";b:1;s:4:\"home\";b:1;s:4:\"page\";b:1;s:6:\"single\";b:1;s:7:\"archive\";b:1;s:8:\"category\";b:1;s:3:\"tag\";b:1;}s:13:\"exclude-pages\";a:0:{}s:15:\"exclude-classes\";a:0:{}s:6:\"footer\";b:1;}'),(1290,1,'wp-smush-networkwide','0'),(1678,1,'_site_transient_timeout_browser_ae15074f21a980a7db7d3c39ee69a9e2','1568735762'),(1679,1,'_site_transient_browser_ae15074f21a980a7db7d3c39ee69a9e2','a:10:{s:4:\"name\";s:5:\"Opera\";s:7:\"version\";s:12:\"63.0.3368.35\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:22:\"https://www.opera.com/\";s:7:\"img_src\";s:42:\"http://s.w.org/images/browsers/opera.png?1\";s:11:\"img_src_ssl\";s:43:\"https://s.w.org/images/browsers/opera.png?1\";s:15:\"current_version\";s:5:\"12.18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}'),(1714,1,'_site_transient_timeout_browser_e437cdd5201b0167a94d2e7ae2a08786','1568835726'),(1715,1,'_site_transient_browser_e437cdd5201b0167a94d2e7ae2a08786','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"76.0.3809.132\";s:8:\"platform\";s:9:\"Macintosh\";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;}'),(1724,1,'_site_transient_timeout_browser_f0b16cbdbaf88b99de2ec950b904fa37','1568839995'),(1725,1,'_site_transient_browser_f0b16cbdbaf88b99de2ec950b904fa37','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"77.0.3865.75\";s:8:\"platform\";s:7:\"Windows\";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;}'),(1726,1,'_site_transient_timeout_browser_982671fb9067a86c4e0fe3dc4fbf5018','1568840469'),(1727,1,'_site_transient_browser_982671fb9067a86c4e0fe3dc4fbf5018','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"77.0.3865.75\";s:8:\"platform\";s:9:\"Macintosh\";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;}'),(1754,1,'_site_transient_timeout_browser_abbb9873e667836dd4a5af6dd09fce77','1568921205'),(1755,1,'_site_transient_browser_abbb9873e667836dd4a5af6dd09fce77','a:10:{s:4:\"name\";s:5:\"Opera\";s:7:\"version\";s:12:\"63.0.3368.71\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:22:\"https://www.opera.com/\";s:7:\"img_src\";s:42:\"http://s.w.org/images/browsers/opera.png?1\";s:11:\"img_src_ssl\";s:43:\"https://s.w.org/images/browsers/opera.png?1\";s:15:\"current_version\";s:5:\"12.18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}'),(1758,1,'_site_transient_timeout_browser_471e4b86e3560c6feb474def098169b6','1568924353'),(1759,1,'_site_transient_browser_471e4b86e3560c6feb474def098169b6','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"76.0.3809.132\";s:8:\"platform\";s:7:\"Windows\";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;}'),(1794,1,'_site_transient_timeout_browser_01b80466de9751fc3c1cfc72f0950804','1568993318'),(1795,1,'_site_transient_browser_01b80466de9751fc3c1cfc72f0950804','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"68.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;}'),(1800,1,'_site_transient_timeout_php_check_9b13febddec350e6146a01431df9fca2','1569004299'),(1801,1,'_site_transient_php_check_9b13febddec350e6146a01431df9fca2','a:5:{s:19:\"recommended_version\";s:3:\"7.3\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}'),(1814,1,'_site_transient_timeout_browser_fb5aee71803d8bd8a4d749f5f6fdab81','1569026213'),(1815,1,'_site_transient_browser_fb5aee71803d8bd8a4d749f5f6fdab81','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"69.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;}'),(1884,1,'_site_transient_timeout_available_translations','1568735341'),(1885,1,'_site_transient_available_translations','a:117:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"5.0.6\";s:7:\"updated\";s:19:\"2019-05-16 12:52:45\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.0.6/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-09-03 09:40:59\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.3/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.7/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.11\";s:7:\"updated\";s:19:\"2019-05-14 14:59:20\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.11/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-09-10 16:44:41\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2017-10-01 12:57:10\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.6/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-09-09 01:46:50\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.3/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-06-24 05:22:45\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-07-26 14:27:28\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.3/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-07-02 05:01:03\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-09-03 09:38:07\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.3/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-07-08 20:19:38\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-06-22 14:40:13\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-09-11 07:30:16\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/5.2.3/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-09-05 14:26:27\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-09-05 14:24:48\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/5.2.3/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-09-11 07:33:51\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-09-05 15:50:07\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.3/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-06-20 23:50:40\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-06-25 07:12:29\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-09-08 16:57:02\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"5.1.2\";s:7:\"updated\";s:19:\"2019-06-06 15:48:01\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.2/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-06-20 16:48:55\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-06-20 20:46:03\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.3/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-09-15 12:38:57\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-06-21 11:52:29\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-07-22 16:47:50\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"5.0.6\";s:7:\"updated\";s:19:\"2018-12-07 18:38:30\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.0.6/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:19:\"2018-12-06 21:26:01\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.0/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.9.11\";s:7:\"updated\";s:19:\"2019-05-23 02:23:28\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.11/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-08-01 01:18:38\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:9:\"5.0-beta3\";s:7:\"updated\";s:19:\"2018-11-28 16:04:33\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.0-beta3/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-12-09 21:12:23\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-08-13 21:31:06\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-08-23 10:52:04\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.3/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-08-20 19:29:21\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-09-10 12:52:19\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-01-31 11:16:06\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2018-01-29 17:32:35\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.6/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-06-29 15:57:31\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-14 12:33:48\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-09-08 10:46:15\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-06-17 09:33:44\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-08-20 13:48:04\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.3/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-19 14:36:40\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-07-28 13:16:13\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.7.11\";s:7:\"updated\";s:19:\"2018-09-20 11:13:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.7.11/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-09-02 18:21:38\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-09-05 07:28:44\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.3/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-24 13:53:29\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-21 08:17:32\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-21 14:15:57\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.8/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-12 08:08:32\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2019-01-09 07:34:10\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.0.3/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:6:\"4.9.11\";s:7:\"updated\";s:19:\"2019-05-08 04:00:57\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.11/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರೆಸಿ\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"5.1.2\";s:7:\"updated\";s:19:\"2019-08-27 04:34:18\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.2/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.9.9\";s:7:\"updated\";s:19:\"2018-12-18 14:32:44\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.9/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-08-27 09:34:34\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:6:\"4.7.14\";s:7:\"updated\";s:19:\"2019-05-10 10:24:08\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.14/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-09-08 12:57:25\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:6:\"4.8.10\";s:7:\"updated\";s:19:\"2018-02-13 07:38:55\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.10/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-08-30 20:27:25\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.20/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-08-19 07:40:04\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-27 10:30:26\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-06-30 14:24:29\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-08-15 14:36:38\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/5.2.3/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-08-16 11:16:09\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-06-20 11:47:07\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.3/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-07-07 06:24:50\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.20/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-07-02 08:07:52\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-07-22 05:41:06\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-08-24 16:57:40\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-07-02 07:58:03\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/5.2.3/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-09-13 10:22:55\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-08-15 18:30:22\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-07-10 14:50:59\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-06-26 11:40:37\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.3/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2018-01-04 13:33:13\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-09-05 08:35:20\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.3/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-09-04 16:57:08\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-09-05 10:41:35\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-08-31 10:05:29\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.3/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-08-29 15:44:37\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-12 12:31:53\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-09-05 07:35:28\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.3/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"5.1.2\";s:7:\"updated\";s:19:\"2019-03-31 10:39:40\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.1.2/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2019-01-23 12:32:40\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.0.3/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-09-06 09:52:01\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.3/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-07-29 00:33:56\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-08-05 12:58:25\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版	\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-09-08 14:35:33\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}'),(1888,1,'_site_transient_timeout_community-events-73dcc3d8a765fff65daa5e81f6b5fee9','1568769795'),(1889,1,'_site_transient_community-events-73dcc3d8a765fff65daa5e81f6b5fee9','a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"177.42.177.0\";}s:6:\"events\";a:0:{}}'),(1890,1,'_site_transient_timeout_theme_roots','1568730675'),(1891,1,'_site_transient_theme_roots','a:4:{s:4:\"buzz\";s:7:\"/themes\";s:14:\"twentynineteen\";s:55:\"/home/forge/buzz-caribbean.com/web/wp/wp-content/themes\";s:15:\"twentyseventeen\";s:55:\"/home/forge/buzz-caribbean.com/web/wp/wp-content/themes\";s:13:\"twentysixteen\";s:55:\"/home/forge/buzz-caribbean.com/web/wp/wp-content/themes\";}');
/*!40000 ALTER TABLE `wp_sitemeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_sm_push_tokens`
--

DROP TABLE IF EXISTS `wp_sm_push_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_sm_push_tokens` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userid` int(11) NOT NULL,
  `device_token` varchar(1000) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `md5device_token` char(32) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `device_type` char(10) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `information` tinytext NOT NULL,
  `latitude` decimal(10,8) NOT NULL,
  `longitude` decimal(11,8) NOT NULL,
  `gps_time_update` int(10) unsigned NOT NULL,
  `last_geomsg_time` int(10) unsigned NOT NULL DEFAULT '0',
  `receive_again_at` int(10) unsigned NOT NULL DEFAULT '0',
  `timepost` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `counter` smallint(6) unsigned NOT NULL,
  `active` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `md5device_token` (`md5device_token`,`device_type`),
  KEY `latitude` (`latitude`,`longitude`,`last_geomsg_time`),
  KEY `receive_again_at` (`receive_again_at`),
  KEY `active` (`active`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_sm_push_tokens`
--

LOCK TABLES `wp_sm_push_tokens` WRITE;
/*!40000 ALTER TABLE `wp_sm_push_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_sm_push_tokens` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_smush_dir_images`
--

DROP TABLE IF EXISTS `wp_smush_dir_images`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_smush_dir_images` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `path` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `path_hash` char(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `resize` varchar(55) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `lossy` varchar(55) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `error` varchar(55) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `image_size` int(10) unsigned DEFAULT NULL,
  `orig_size` int(10) unsigned DEFAULT NULL,
  `file_time` int(10) unsigned DEFAULT NULL,
  `last_scan` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `meta` text COLLATE utf8mb4_unicode_520_ci,
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `path_hash` (`path_hash`),
  KEY `image_size` (`image_size`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_smush_dir_images`
--

LOCK TABLES `wp_smush_dir_images` WRITE;
/*!40000 ALTER TABLE `wp_smush_dir_images` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_smush_dir_images` 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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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 (53,3,0),(53,5,0),(53,47,0),(53,49,0),(53,50,0),(53,51,0),(53,52,0),(59,2,0),(59,16,0),(59,47,0),(59,53,0),(59,54,0),(59,55,0),(59,57,0),(59,58,0),(59,2692,0),(59,3124,0),(59,4104,0),(59,5759,0),(59,7256,0),(59,8028,0),(59,8029,0),(59,8030,0),(59,8031,0),(59,8032,0),(59,8033,0),(59,8034,0),(59,8035,0),(66,2,0),(66,16,0),(66,58,0),(66,59,0),(66,60,0),(66,61,0),(66,62,0),(77,3,0),(77,9,0),(77,63,0),(77,64,0),(77,65,0),(77,66,0),(77,67,0),(98,4,0),(98,8,0),(98,72,0),(98,73,0),(98,76,0),(98,77,0),(105,3,0),(105,9,0),(105,47,0),(105,67,0),(105,78,0),(105,79,0),(105,80,0),(105,81,0),(116,3,0),(116,47,0),(116,97,0),(116,98,0),(116,99,0),(116,100,0),(116,101,0),(116,1534,0),(117,4,0),(117,16,0),(117,86,0),(117,87,0),(117,89,0),(117,90,0),(124,3,0),(124,16,0),(124,47,0),(124,91,0),(124,92,0),(124,93,0),(124,94,0),(124,95,0),(124,96,0),(140,2,0),(140,14,0),(140,47,0),(140,121,0),(140,122,0),(140,123,0),(140,130,0),(140,131,0),(140,133,0),(140,134,0),(140,135,0),(140,136,0),(140,137,0),(140,138,0),(140,139,0),(140,140,0),(140,141,0),(140,142,0),(140,143,0),(140,144,0),(140,145,0),(140,146,0),(140,147,0),(155,4,0),(155,6,0),(169,2,0),(169,10,0),(169,103,0),(169,104,0),(169,105,0),(169,106,0),(185,4,0),(185,14,0),(185,107,0),(185,108,0),(198,3,0),(198,14,0),(198,109,0),(198,110,0),(198,111,0),(203,3,0),(203,14,0),(203,112,0),(203,113,0),(203,114,0),(215,2,0),(215,14,0),(215,47,0),(215,121,0),(215,122,0),(215,123,0),(215,124,0),(215,125,0),(215,126,0),(215,127,0),(215,129,0),(215,130,0),(215,131,0),(215,132,0),(219,4,0),(219,5,0),(219,115,0),(219,116,0),(219,117,0),(219,118,0),(219,119,0),(219,120,0),(274,4,0),(274,14,0),(274,155,0),(274,156,0),(274,157,0),(281,2,0),(281,8,0),(281,47,0),(281,76,0),(281,167,0),(281,331,0),(281,535,0),(281,2371,0),(281,3364,0),(281,5187,0),(281,5398,0),(281,5399,0),(281,10671,0),(281,12714,0),(281,12715,0),(281,12716,0),(281,12717,0),(281,12718,0),(281,12719,0),(281,12720,0),(281,12721,0),(281,12722,0),(281,12723,0),(281,12724,0),(281,12725,0),(281,12726,0),(281,12727,0),(282,2,0),(282,14,0),(282,148,0),(282,149,0),(282,150,0),(282,151,0),(282,152,0),(282,153,0),(282,154,0),(300,4,0),(300,15,0),(300,47,0),(300,158,0),(300,159,0),(300,160,0),(300,161,0),(300,162,0),(300,164,0),(300,165,0),(300,166,0),(300,167,0),(300,173,0),(300,174,0),(300,175,0),(300,176,0),(300,180,0),(300,181,0),(300,183,0),(300,184,0),(300,185,0),(300,186,0),(300,187,0),(300,190,0),(300,191,0),(300,202,0),(300,4116,0),(300,5342,0),(300,5350,0),(300,5351,0),(300,10756,0),(300,10757,0),(300,10758,0),(300,10759,0),(300,10760,0),(300,10761,0),(300,10762,0),(300,10763,0),(300,10765,0),(300,10766,0),(300,10767,0),(300,10768,0),(300,10769,0),(300,10770,0),(300,10771,0),(300,10772,0),(321,3,0),(321,8,0),(321,47,0),(321,130,0),(321,205,0),(321,206,0),(321,207,0),(321,208,0),(321,209,0),(321,210,0),(321,212,0),(321,227,0),(321,1288,0),(332,3,0),(332,16,0),(332,47,0),(332,129,0),(332,204,0),(332,315,0),(332,316,0),(332,317,0),(332,318,0),(332,319,0),(332,320,0),(332,322,0),(332,323,0),(332,324,0),(332,325,0),(336,4,0),(336,13,0),(336,328,0),(336,329,0),(336,330,0),(357,4,0),(357,16,0),(357,334,0),(357,335,0),(357,336,0),(368,3,0),(368,14,0),(368,337,0),(368,338,0),(368,339,0),(368,340,0),(368,803,0),(368,808,0),(368,1633,0),(379,3,0),(379,11,0),(379,343,0),(379,344,0),(379,345,0),(379,1630,0),(379,1631,0),(379,1632,0),(386,3,0),(386,9,0),(386,47,0),(386,65,0),(386,66,0),(386,349,0),(386,1634,0),(386,1642,0),(386,1643,0),(404,4,0),(404,6,0),(404,47,0),(404,346,0),(404,347,0),(404,348,0),(405,4,0),(405,16,0),(405,393,0),(405,394,0),(405,401,0),(405,428,0),(405,429,0),(405,430,0),(405,431,0),(405,432,0),(405,433,0),(420,3,0),(420,13,0),(420,372,0),(420,392,0),(420,393,0),(420,394,0),(420,395,0),(420,396,0),(420,397,0),(420,398,0),(420,399,0),(420,400,0),(420,401,0),(420,402,0),(420,403,0),(440,2,0),(440,14,0),(440,392,0),(440,394,0),(440,395,0),(440,403,0),(440,436,0),(440,437,0),(440,438,0),(440,439,0),(440,440,0),(440,441,0),(440,442,0),(440,443,0),(440,444,0),(440,445,0),(442,3,0),(442,11,0),(442,99,0),(442,350,0),(442,351,0),(442,352,0),(442,353,0),(444,2,0),(444,14,0),(444,47,0),(444,148,0),(444,149,0),(444,150,0),(444,358,0),(444,359,0),(444,360,0),(444,361,0),(444,362,0),(444,364,0),(444,365,0),(456,2,0),(456,10,0),(456,354,0),(456,355,0),(456,356,0),(456,357,0),(465,3,0),(465,100,0),(465,352,0),(465,367,0),(465,368,0),(465,1294,0),(465,1534,0),(487,2,0),(487,16,0),(487,377,0),(487,379,0),(491,4,0),(491,7,0),(491,369,0),(491,370,0),(491,371,0),(500,3,0),(500,16,0),(500,47,0),(500,167,0),(500,372,0),(500,373,0),(500,374,0),(500,405,0),(500,407,0),(500,408,0),(500,411,0),(500,414,0),(500,418,0),(500,426,0),(500,448,0),(500,449,0),(500,450,0),(500,452,0),(511,3,0),(511,14,0),(511,47,0),(511,167,0),(511,372,0),(511,373,0),(511,374,0),(511,375,0),(511,376,0),(513,3,0),(513,11,0),(513,382,0),(513,383,0),(513,384,0),(513,385,0),(513,386,0),(516,2,0),(516,16,0),(516,380,0),(516,381,0),(516,564,0),(516,786,0),(516,838,0),(516,839,0),(533,4,0),(533,14,0),(533,406,0),(533,410,0),(542,2,0),(542,14,0),(542,154,0),(542,387,0),(542,388,0),(542,389,0),(542,390,0),(542,391,0),(547,3,0),(547,9,0),(547,64,0),(547,65,0),(547,66,0),(547,349,0),(547,447,0),(559,3,0),(559,16,0),(559,47,0),(559,372,0),(559,453,0),(559,454,0),(560,4,0),(560,8,0),(560,47,0),(560,72,0),(560,324,0),(560,456,0),(560,457,0),(560,459,0),(560,460,0),(560,461,0),(560,462,0),(560,463,0),(563,342,0),(564,342,0),(571,3,0),(571,6,0),(571,47,0),(571,1437,0),(571,1438,0),(571,1439,0),(571,2219,0),(571,2225,0),(571,2359,0),(571,2394,0),(571,2496,0),(571,2497,0),(571,2498,0),(571,2499,0),(571,2500,0),(571,2501,0),(571,2502,0),(571,2503,0),(571,2504,0),(571,2505,0),(571,2506,0),(571,2507,0),(571,2508,0),(571,2509,0),(571,2510,0),(571,2511,0),(574,342,0),(581,2,0),(581,16,0),(581,431,0),(581,1588,0),(581,1589,0),(581,1590,0),(594,3,0),(594,11,0),(594,352,0),(594,464,0),(594,465,0),(594,466,0),(599,3,0),(599,14,0),(599,92,0),(599,467,0),(599,468,0),(603,3,0),(603,9,0),(603,65,0),(603,204,0),(622,3,0),(622,10,0),(622,47,0),(622,355,0),(622,469,0),(622,471,0),(623,2,0),(623,8,0),(623,495,0),(623,496,0),(623,497,0),(623,498,0),(623,499,0),(623,500,0),(644,4,0),(644,11,0),(644,47,0),(644,131,0),(644,411,0),(644,472,0),(644,473,0),(644,474,0),(644,475,0),(644,476,0),(644,477,0),(644,478,0),(644,479,0),(644,480,0),(644,481,0),(644,482,0),(644,483,0),(644,484,0),(644,485,0),(644,486,0),(644,487,0),(644,488,0),(644,489,0),(644,490,0),(644,491,0),(644,492,0),(644,493,0),(644,494,0),(648,2,0),(648,14,0),(648,47,0),(648,167,0),(648,321,0),(648,514,0),(648,515,0),(648,516,0),(648,517,0),(648,518,0),(648,519,0),(648,520,0),(648,521,0),(648,522,0),(648,523,0),(649,33,0),(652,25,0),(652,36,0),(660,25,0),(660,36,0),(662,25,0),(662,36,0),(666,25,0),(666,36,0),(676,25,0),(676,43,0),(690,25,0),(690,43,0),(695,25,0),(695,43,0),(700,2,0),(700,5,0),(700,50,0),(700,507,0),(700,508,0),(700,509,0),(709,33,0),(709,7693,0),(709,7694,0),(709,7695,0),(709,7696,0),(709,7697,0),(709,7698,0),(709,7699,0),(709,7700,0),(709,7701,0),(709,7702,0),(709,7703,0),(709,7704,0),(709,7705,0),(709,7706,0),(709,7707,0),(709,7708,0),(709,7709,0),(709,7710,0),(709,7711,0),(709,7712,0),(712,506,0),(713,506,0),(714,506,0),(715,506,0),(731,3,0),(731,14,0),(731,510,0),(731,1652,0),(731,1653,0),(731,1654,0),(731,1655,0),(746,3,0),(746,11,0),(746,350,0),(746,352,0),(746,353,0),(746,512,0),(746,513,0),(756,3,0),(756,10,0),(756,47,0),(756,397,0),(756,524,0),(756,525,0),(760,33,0),(760,2242,0),(760,2301,0),(760,3098,0),(760,5051,0),(760,7260,0),(760,7264,0),(760,7594,0),(760,7595,0),(760,7596,0),(762,4,0),(762,8,0),(762,130,0),(762,131,0),(762,202,0),(762,205,0),(762,269,0),(762,287,0),(762,297,0),(762,643,0),(762,644,0),(762,645,0),(762,648,0),(762,649,0),(762,660,0),(762,664,0),(762,665,0),(762,676,0),(762,677,0),(762,684,0),(762,685,0),(781,2,0),(781,14,0),(781,47,0),(781,519,0),(781,522,0),(781,527,0),(781,528,0),(781,529,0),(789,3,0),(789,10,0),(789,355,0),(789,359,0),(789,526,0),(789,530,0),(828,2,0),(828,8,0),(828,47,0),(828,76,0),(828,331,0),(828,397,0),(828,535,0),(832,3,0),(832,16,0),(832,47,0),(832,398,0),(832,531,0),(832,533,0),(832,534,0),(855,2,0),(855,14,0),(855,536,0),(855,537,0),(855,538,0),(861,27,0),(861,33,0),(867,2,0),(867,10,0),(867,47,0),(867,355,0),(867,530,0),(867,539,0),(872,3,0),(872,5,0),(872,47,0),(872,299,0),(872,502,0),(872,543,0),(872,544,0),(872,545,0),(888,3,0),(888,11,0),(888,100,0),(888,350,0),(888,352,0),(888,353,0),(888,1663,0),(888,1664,0),(888,1665,0),(889,3,0),(889,14,0),(889,65,0),(889,546,0),(889,547,0),(889,548,0),(889,979,0),(889,1662,0),(899,2,0),(899,11,0),(899,47,0),(899,345,0),(899,541,0),(899,542,0),(907,3,0),(907,11,0),(907,97,0),(907,98,0),(907,100,0),(907,352,0),(907,564,0),(909,4,0),(909,16,0),(909,566,0),(909,567,0),(909,568,0),(909,569,0),(909,570,0),(909,571,0),(909,572,0),(909,573,0),(909,574,0),(909,575,0),(909,576,0),(909,577,0),(909,578,0),(909,579,0),(909,580,0),(909,581,0),(909,582,0),(909,583,0),(913,3,0),(913,11,0),(913,179,0),(913,180,0),(913,315,0),(913,322,0),(913,324,0),(913,550,0),(913,551,0),(913,552,0),(913,554,0),(913,556,0),(913,557,0),(913,558,0),(913,559,0),(913,560,0),(913,561,0),(913,562,0),(913,563,0),(924,2,0),(924,14,0),(924,47,0),(924,519,0),(924,522,0),(924,528,0),(924,549,0),(924,553,0),(924,555,0),(924,801,0),(936,3,0),(936,5,0),(936,584,0),(936,585,0),(936,1660,0),(936,1661,0),(943,3,0),(943,9,0),(943,47,0),(943,65,0),(943,66,0),(943,349,0),(943,1634,0),(943,1642,0),(961,2,0),(961,10,0),(961,589,0),(961,590,0),(961,591,0),(961,592,0),(963,4,0),(963,8,0),(963,47,0),(963,72,0),(963,586,0),(963,587,0),(963,588,0),(982,3,0),(982,5,0),(982,47,0),(982,502,0),(982,593,0),(982,594,0),(982,1659,0),(984,2,0),(984,10,0),(984,731,0),(984,732,0),(984,733,0),(1003,3,0),(1003,12,0),(1003,503,0),(1003,595,0),(1003,596,0),(1003,597,0),(1003,1658,0),(1013,3,0),(1013,11,0),(1013,47,0),(1013,631,0),(1013,632,0),(1013,1670,0),(1016,3,0),(1016,8,0),(1016,47,0),(1016,76,0),(1016,130,0),(1016,203,0),(1016,324,0),(1016,459,0),(1016,460,0),(1016,598,0),(1016,599,0),(1016,1657,0),(1035,2,0),(1035,7,0),(1035,47,0),(1035,130,0),(1035,600,0),(1035,602,0),(1035,603,0),(1035,604,0),(1035,606,0),(1035,607,0),(1035,608,0),(1035,609,0),(1046,3,0),(1046,16,0),(1046,47,0),(1046,130,0),(1046,167,0),(1046,394,0),(1046,395,0),(1046,431,0),(1046,610,0),(1046,611,0),(1046,612,0),(1060,3,0),(1060,16,0),(1060,47,0),(1060,130,0),(1060,167,0),(1060,613,0),(1060,614,0),(1060,615,0),(1073,3,0),(1073,16,0),(1073,47,0),(1073,130,0),(1073,167,0),(1073,411,0),(1073,633,0),(1073,634,0),(1073,635,0),(1073,636,0),(1073,637,0),(1082,2,0),(1082,10,0),(1082,638,0),(1082,639,0),(1082,746,0),(1082,753,0),(1082,800,0),(1082,821,0),(1082,1073,0),(1082,1105,0),(1089,4,0),(1089,8,0),(1089,72,0),(1089,129,0),(1089,134,0),(1089,135,0),(1089,219,0),(1089,461,0),(1095,25,0),(1095,33,0),(1105,4,0),(1105,8,0),(1105,47,0),(1105,72,0),(1105,167,0),(1105,686,0),(1105,687,0),(1105,688,0),(1117,2,0),(1117,7,0),(1117,130,0),(1117,136,0),(1117,321,0),(1117,357,0),(1117,519,0),(1117,527,0),(1117,528,0),(1117,546,0),(1117,690,0),(1117,691,0),(1117,692,0),(1117,693,0),(1117,694,0),(1117,699,0),(1117,700,0),(1117,701,0),(1117,704,0),(1117,705,0),(1117,708,0),(1117,716,0),(1117,717,0),(1117,721,0),(1117,725,0),(1117,726,0),(1117,727,0),(1117,728,0),(1117,729,0),(1117,730,0),(1120,2,0),(1120,7,0),(1126,2,0),(1126,7,0),(1126,130,0),(1126,136,0),(1126,321,0),(1126,357,0),(1126,387,0),(1126,389,0),(1126,519,0),(1126,527,0),(1126,528,0),(1126,546,0),(1126,690,0),(1126,691,0),(1126,692,0),(1126,693,0),(1126,694,0),(1126,695,0),(1126,699,0),(1126,700,0),(1126,701,0),(1126,703,0),(1126,704,0),(1126,705,0),(1126,706,0),(1126,707,0),(1126,708,0),(1126,716,0),(1126,717,0),(1126,720,0),(1126,721,0),(1126,722,0),(1126,723,0),(1126,724,0),(1134,2,0),(1134,14,0),(1139,2,0),(1139,7,0),(1139,112,0),(1139,130,0),(1139,136,0),(1139,321,0),(1139,357,0),(1139,519,0),(1139,527,0),(1139,528,0),(1139,690,0),(1139,691,0),(1139,692,0),(1139,693,0),(1139,694,0),(1139,695,0),(1139,699,0),(1139,700,0),(1139,701,0),(1139,703,0),(1139,706,0),(1139,707,0),(1139,710,0),(1139,711,0),(1139,712,0),(1139,716,0),(1139,717,0),(1139,718,0),(1139,719,0),(1139,720,0),(1148,2,0),(1148,7,0),(1151,2,0),(1151,7,0),(1151,136,0),(1151,321,0),(1151,387,0),(1151,390,0),(1151,519,0),(1151,527,0),(1151,528,0),(1151,546,0),(1151,690,0),(1151,691,0),(1151,692,0),(1151,693,0),(1151,694,0),(1151,695,0),(1151,696,0),(1151,697,0),(1151,698,0),(1151,699,0),(1151,701,0),(1151,703,0),(1151,704,0),(1151,705,0),(1151,706,0),(1151,707,0),(1151,708,0),(1151,709,0),(1151,710,0),(1151,711,0),(1151,712,0),(1151,713,0),(1151,714,0),(1151,716,0),(1156,2,0),(1156,14,0),(1162,3,0),(1162,14,0),(1162,47,0),(1162,372,0),(1162,564,0),(1162,742,0),(1162,743,0),(1176,3,0),(1176,8,0),(1176,47,0),(1176,72,0),(1176,76,0),(1176,131,0),(1176,167,0),(1176,203,0),(1176,408,0),(1176,734,0),(1176,735,0),(1176,736,0),(1176,738,0),(1176,739,0),(1176,740,0),(1199,2,0),(1199,14,0),(1199,324,0),(1199,357,0),(1199,387,0),(1199,519,0),(1199,528,0),(1199,640,0),(1199,690,0),(1199,691,0),(1199,694,0),(1199,695,0),(1199,744,0),(1199,745,0),(1199,746,0),(1199,747,0),(1213,3,0),(1213,16,0),(1213,47,0),(1213,398,0),(1213,503,0),(1213,749,0),(1213,750,0),(1213,752,0),(1213,753,0),(1225,2,0),(1225,14,0),(1225,154,0),(1225,755,0),(1225,756,0),(1225,757,0),(1225,758,0),(1246,4,0),(1246,16,0),(1246,135,0),(1246,299,0),(1246,759,0),(1246,760,0),(1246,761,0),(1246,762,0),(1246,763,0),(1246,764,0),(1251,3,0),(1251,14,0),(1251,65,0),(1251,136,0),(1251,398,0),(1251,765,0),(1251,766,0),(1257,2,0),(1257,14,0),(1257,65,0),(1257,522,0),(1257,767,0),(1257,768,0),(1257,770,0),(1257,771,0),(1263,4,0),(1263,14,0),(1263,779,0),(1263,780,0),(1263,781,0),(1265,2,0),(1265,14,0),(1265,398,0),(1265,772,0),(1265,773,0),(1265,774,0),(1265,775,0),(1265,776,0),(1265,777,0),(1265,778,0),(1281,28,0),(1281,31,0),(1282,3,0),(1282,16,0),(1282,537,0),(1282,783,0),(1282,784,0),(1295,3,0),(1295,16,0),(1295,47,0),(1295,785,0),(1295,786,0),(1295,787,0),(1295,788,0),(1295,789,0),(1348,2,0),(1348,9,0),(1348,791,0),(1348,792,0),(1348,793,0),(1355,3,0),(1355,9,0),(1355,794,0),(1355,795,0),(1355,796,0),(1359,3,0),(1359,11,0),(1359,47,0),(1359,353,0),(1359,797,0),(1359,798,0),(1359,1668,0),(1377,2,0),(1377,7,0),(1377,47,0),(1377,522,0),(1377,528,0),(1377,802,0),(1377,820,0),(1377,821,0),(1380,4,0),(1380,14,0),(1380,510,0),(1380,799,0),(1394,26,0),(1394,33,0),(1395,4,0),(1395,12,0),(1395,47,0),(1395,753,0),(1395,803,0),(1395,804,0),(1395,805,0),(1395,806,0),(1395,808,0),(1403,25,0),(1403,39,0),(1426,3,0),(1426,14,0),(1426,136,0),(1426,766,0),(1426,774,0),(1426,777,0),(1426,809,0),(1426,810,0),(1426,811,0),(1429,30,0),(1429,33,0),(1434,2,0),(1434,8,0),(1434,346,0),(1434,398,0),(1434,749,0),(1434,812,0),(1434,813,0),(1434,814,0),(1434,815,0),(1440,2,0),(1440,14,0),(1440,67,0),(1440,711,0),(1440,766,0),(1440,816,0),(1440,818,0),(1440,819,0),(1443,25,0),(1443,33,0),(1445,4,0),(1445,11,0),(1445,47,0),(1445,65,0),(1445,474,0),(1445,476,0),(1445,477,0),(1445,826,0),(1445,827,0),(1445,828,0),(1445,829,0),(1445,830,0),(1445,831,0),(1445,833,0),(1445,834,0),(1445,835,0),(1445,836,0),(1445,837,0),(1459,2,0),(1459,14,0),(1459,135,0),(1459,391,0),(1459,681,0),(1459,822,0),(1459,823,0),(1459,824,0),(1459,825,0),(1471,2,0),(1471,14,0),(1476,2,0),(1476,7,0),(1476,13968,0),(1479,2,0),(1479,8,0),(1479,47,0),(1479,461,0),(1479,588,0),(1479,813,0),(1479,862,0),(1479,863,0),(1480,2,0),(1480,7,0),(1481,3,0),(1481,16,0),(1481,124,0),(1481,346,0),(1481,433,0),(1481,611,0),(1481,681,0),(1481,849,0),(1481,850,0),(1481,851,0),(1483,2,0),(1483,5,0),(1483,840,0),(1483,841,0),(1483,842,0),(1483,848,0),(1487,2,0),(1487,7,0),(1487,47,0),(1487,130,0),(1487,136,0),(1487,321,0),(1487,371,0),(1487,519,0),(1487,527,0),(1487,528,0),(1487,690,0),(1487,691,0),(1487,693,0),(1487,704,0),(1487,706,0),(1487,708,0),(1487,716,0),(1487,746,0),(1487,843,0),(1487,844,0),(1487,845,0),(1487,846,0),(1487,847,0),(1487,852,0),(1502,2,0),(1502,7,0),(1502,47,0),(1502,112,0),(1502,130,0),(1502,136,0),(1502,321,0),(1502,371,0),(1502,690,0),(1502,691,0),(1502,693,0),(1502,699,0),(1502,704,0),(1502,711,0),(1502,746,0),(1502,844,0),(1502,846,0),(1502,847,0),(1506,2,0),(1506,7,0),(1507,2,0),(1507,7,0),(1509,3,0),(1509,9,0),(1509,67,0),(1509,857,0),(1509,858,0),(1509,860,0),(1509,1666,0),(1509,1667,0),(1511,3,0),(1511,14,0),(1511,808,0),(1511,853,0),(1511,854,0),(1511,855,0),(1511,856,0),(1511,859,0),(1515,2,0),(1515,7,0),(1515,136,0),(1515,321,0),(1515,371,0),(1515,519,0),(1515,527,0),(1515,528,0),(1515,690,0),(1515,691,0),(1515,693,0),(1515,699,0),(1515,704,0),(1515,706,0),(1515,716,0),(1515,746,0),(1515,843,0),(1515,846,0),(1515,847,0),(1515,861,0),(1529,2,0),(1529,16,0),(1529,864,0),(1529,865,0),(1529,866,0),(1529,867,0),(1529,868,0),(1529,869,0),(1531,3,0),(1531,16,0),(1533,4,0),(1533,14,0),(1533,371,0),(1533,895,0),(1533,896,0),(1533,897,0),(1533,898,0),(1542,3,0),(1542,8,0),(1542,76,0),(1542,77,0),(1542,588,0),(1542,870,0),(1542,871,0),(1542,872,0),(1543,2,0),(1543,873,0),(1543,874,0),(1543,875,0),(1543,876,0),(1543,877,0),(1543,878,0),(1543,879,0),(1543,880,0),(1543,881,0),(1552,2,0),(1552,16,0),(1552,883,0),(1552,884,0),(1552,885,0),(1552,886,0),(1557,4,0),(1557,6,0),(1557,45,0),(1557,887,0),(1557,888,0),(1557,889,0),(1557,890,0),(1557,891,0),(1573,2,0),(1573,10,0),(1573,355,0),(1573,892,0),(1573,893,0),(1573,894,0),(1585,3,0),(1585,11,0),(1585,383,0),(1585,593,0),(1585,632,0),(1585,899,0),(1585,900,0),(1603,2,0),(1603,14,0),(1603,772,0),(1603,901,0),(1603,902,0),(1606,4,0),(1606,14,0),(1606,903,0),(1609,4,0),(1609,14,0),(1609,904,0),(1609,905,0),(1612,2,0),(1612,14,0),(1612,906,0),(1612,907,0),(1612,908,0),(1617,3,0),(1617,9,0),(1617,65,0),(1617,349,0),(1617,383,0),(1617,385,0),(1617,912,0),(1618,3,0),(1618,8,0),(1618,47,0),(1618,203,0),(1618,205,0),(1618,211,0),(1618,212,0),(1618,300,0),(1618,910,0),(1618,911,0),(1620,3,0),(1620,11,0),(1620,926,0),(1620,927,0),(1620,928,0),(1640,3,0),(1640,14,0),(1640,107,0),(1640,727,0),(1640,744,0),(1640,898,0),(1640,914,0),(1640,915,0),(1640,916,0),(1640,917,0),(1640,918,0),(1640,919,0),(1640,920,0),(1640,922,0),(1640,923,0),(1640,924,0),(1640,925,0),(1649,2,0),(1649,14,0),(1649,130,0),(1649,136,0),(1649,806,0),(1649,933,0),(1649,934,0),(1649,935,0),(1649,936,0),(1649,937,0),(1649,938,0),(1649,939,0),(1649,940,0),(1649,941,0),(1649,942,0),(1649,943,0),(1649,944,0),(1649,945,0),(1649,946,0),(1649,947,0),(1649,948,0),(1655,3,0),(1655,9,0),(1655,64,0),(1655,65,0),(1655,67,0),(1655,349,0),(1655,954,0),(1655,955,0),(1656,2,0),(1656,14,0),(1656,774,0),(1656,777,0),(1656,810,0),(1656,929,0),(1656,930,0),(1656,931,0),(1656,932,0),(1662,30,0),(1662,37,0),(1670,2,0),(1670,14,0),(1670,136,0),(1670,807,0),(1670,933,0),(1670,934,0),(1670,935,0),(1670,936,0),(1670,937,0),(1670,938,0),(1670,939,0),(1670,940,0),(1670,942,0),(1670,945,0),(1670,956,0),(1670,957,0),(1670,958,0),(1670,959,0),(1670,961,0),(1670,963,0),(1670,964,0),(1670,965,0),(1670,968,0),(1670,969,0),(1670,970,0),(1670,971,0),(1672,3,0),(1672,8,0),(1672,47,0),(1672,72,0),(1672,74,0),(1672,124,0),(1672,125,0),(1672,587,0),(1672,949,0),(1672,950,0),(1672,952,0),(1672,953,0),(1691,4,0),(1691,15,0),(1691,993,0),(1691,994,0),(1691,995,0),(1691,996,0),(1695,2,0),(1695,9,0),(1695,766,0),(1695,960,0),(1695,962,0),(1695,966,0),(1695,967,0),(1704,3,0),(1704,14,0),(1704,867,0),(1704,978,0),(1704,979,0),(1704,980,0),(1704,981,0),(1715,2,0),(1715,14,0),(1715,359,0),(1715,972,0),(1715,973,0),(1715,974,0),(1715,975,0),(1715,976,0),(1715,977,0),(1734,3,0),(1734,9,0),(1734,67,0),(1734,349,0),(1734,1001,0),(1734,1003,0),(1735,3,0),(1735,10,0),(1735,47,0),(1735,982,0),(1735,983,0),(1735,984,0),(1735,985,0),(1735,986,0),(1735,987,0),(1735,988,0),(1735,989,0),(1735,990,0),(1735,991,0),(1735,992,0),(1747,3,0),(1747,9,0),(1747,65,0),(1747,1007,0),(1747,1008,0),(1747,1009,0),(1747,1010,0),(1747,1011,0),(1747,1012,0),(1750,4,0),(1750,16,0),(1750,47,0),(1750,167,0),(1750,688,0),(1750,997,0),(1750,998,0),(1750,999,0),(1750,1002,0),(1750,1004,0),(1750,1005,0),(1750,1006,0),(1757,4,0),(1757,6,0),(1757,1031,0),(1757,1032,0),(1757,1033,0),(1758,4,0),(1758,13,0),(1758,1013,0),(1766,4,0),(1766,12,0),(1766,45,0),(1766,982,0),(1766,1014,0),(1766,1015,0),(1766,1017,0),(1766,1018,0),(1766,1019,0),(1788,2,0),(1788,14,0),(1788,528,0),(1788,745,0),(1788,821,0),(1788,1020,0),(1788,1021,0),(1788,1022,0),(1788,1023,0),(1788,1024,0),(1788,1025,0),(1791,2,0),(1791,14,0),(1791,1026,0),(1791,1027,0),(1791,1028,0),(1791,1029,0),(1791,1030,0),(1791,1034,0),(1791,1035,0),(1801,4,0),(1801,12,0),(1801,45,0),(1801,47,0),(1801,69,0),(1801,889,0),(1801,890,0),(1817,2,0),(1817,7,0),(1817,47,0),(1817,321,0),(1817,1036,0),(1817,1037,0),(1817,1038,0),(1817,1039,0),(1817,1040,0),(1817,1041,0),(1817,1042,0),(1817,1043,0),(1817,1044,0),(1817,1045,0),(1817,1046,0),(1822,2,0),(1822,5,0),(1822,504,0),(1822,775,0),(1822,1047,0),(1822,1048,0),(1822,1049,0),(1822,1050,0),(1822,1051,0),(1822,1052,0),(1822,1053,0),(1822,1054,0),(1829,2,0),(1829,7,0),(1836,3,0),(1836,14,0),(1836,766,0),(1836,930,0),(1836,967,0),(1836,1058,0),(1836,1059,0),(1836,1060,0),(1836,1061,0),(1836,1062,0),(1836,1063,0),(1838,3,0),(1838,12,0),(1838,47,0),(1838,865,0),(1838,877,0),(1838,1018,0),(1838,1064,0),(1849,3,0),(1849,12,0),(1849,877,0),(1849,878,0),(1849,1064,0),(1849,1065,0),(1849,1067,0),(1855,4,0),(1855,6,0),(1855,1068,0),(1855,1069,0),(1855,1070,0),(1860,4,0),(1860,12,0),(1860,47,0),(1860,865,0),(1860,890,0),(1860,1064,0),(1860,1065,0),(1860,1067,0),(1869,2,0),(1869,10,0),(1869,355,0),(1869,695,0),(1869,1072,0),(1869,1073,0),(1869,1074,0),(1869,1075,0),(1869,1076,0),(1869,1077,0),(1869,1078,0),(1869,1079,0),(1869,1080,0),(1869,1081,0),(1885,4,0),(1885,14,0),(1885,896,0),(1885,922,0),(1885,1090,0),(1885,1092,0),(1885,1093,0),(1885,1096,0),(1890,3,0),(1890,14,0),(1890,745,0),(1890,821,0),(1890,1083,0),(1890,1084,0),(1890,1085,0),(1895,3,0),(1895,14,0),(1895,766,0),(1895,930,0),(1895,1075,0),(1895,1086,0),(1895,1087,0),(1895,1089,0),(1901,3,0),(1901,14,0),(1901,362,0),(1901,766,0),(1901,1089,0),(1901,1091,0),(1901,1094,0),(1901,1095,0),(1910,2,0),(1910,14,0),(1910,1102,0),(1910,1103,0),(1910,1104,0),(1911,3,0),(1911,14,0),(1911,766,0),(1911,930,0),(1911,1089,0),(1911,1097,0),(1911,1098,0),(1911,1099,0),(1911,1100,0),(1911,1101,0),(1927,2,0),(1927,14,0),(1927,1106,0),(1927,1107,0),(1927,1108,0),(1927,1109,0),(1927,1110,0),(1934,2,0),(1934,16,0),(1934,1111,0),(1934,1112,0),(1934,1113,0),(1934,1114,0),(1935,4,0),(1935,13,0),(1935,1550,0),(1935,1551,0),(1943,4,0),(1943,14,0),(1943,903,0),(1943,1115,0),(1943,1116,0),(1943,1117,0),(1946,3,0),(1946,14,0),(1946,722,0),(1946,724,0),(1946,1119,0),(1949,4,0),(1949,14,0),(1949,1120,0),(1949,1122,0),(1949,1123,0),(1949,1124,0),(1955,3,0),(1955,9,0),(1955,94,0),(1955,447,0),(1955,534,0),(1955,877,0),(1965,3,0),(1965,9,0),(1965,65,0),(1965,66,0),(1965,447,0),(1965,1125,0),(1973,3,0),(1973,10,0),(1973,47,0),(1973,530,0),(1973,1126,0),(1973,1127,0),(1980,3,0),(1980,9,0),(1980,65,0),(1980,66,0),(1980,1128,0),(1980,1129,0),(1983,3,0),(1983,9,0),(1983,65,0),(1983,66,0),(1983,67,0),(1983,1130,0),(1987,3,0),(1987,9,0),(1987,65,0),(1987,66,0),(1987,912,0),(1987,979,0),(1987,1133,0),(1990,3,0),(1990,14,0),(1990,134,0),(1990,930,0),(1990,977,0),(1990,1026,0),(1990,1131,0),(1990,1132,0),(1993,2,0),(1993,14,0),(1993,112,0),(1993,133,0),(1993,371,0),(1993,809,0),(1993,821,0),(1993,1134,0),(1993,1135,0),(1993,1136,0),(1993,1137,0),(1993,1138,0),(1998,3,0),(1998,14,0),(1998,855,0),(1998,930,0),(1998,961,0),(1998,1139,0),(1998,1140,0),(1998,1141,0),(2006,2,0),(2006,9,0),(2006,65,0),(2006,66,0),(2006,67,0),(2006,1001,0),(2006,1149,0),(2006,1150,0),(2006,1151,0),(2008,2,0),(2008,14,0),(2008,640,0),(2008,1142,0),(2008,1143,0),(2008,1144,0),(2008,1145,0),(2008,1146,0),(2008,1147,0),(2008,1148,0),(2019,2,0),(2019,14,0),(2019,1106,0),(2019,1108,0),(2019,1109,0),(2019,1153,0),(2019,1154,0),(2024,2,0),(2024,10,0),(2024,593,0),(2024,697,0),(2024,745,0),(2024,753,0),(2024,821,0),(2024,916,0),(2024,1073,0),(2024,1077,0),(2024,1105,0),(2024,1155,0),(2024,1156,0),(2024,1157,0),(2024,1158,0),(2024,1159,0),(2028,3,0),(2028,9,0),(2028,47,0),(2028,65,0),(2028,66,0),(2028,349,0),(2028,408,0),(2028,1173,0),(2041,3,0),(2041,16,0),(2041,930,0),(2041,977,0),(2041,1160,0),(2041,1161,0),(2041,1162,0),(2041,1163,0),(2041,1164,0),(2041,1165,0),(2041,1166,0),(2041,1167,0),(2044,4,0),(2044,6,0),(2044,1169,0),(2044,1170,0),(2044,1171,0),(2044,1172,0),(2056,3,0),(2056,9,0),(2056,65,0),(2056,66,0),(2056,1174,0),(2056,1175,0),(2058,2,0),(2058,16,0),(2058,1200,0),(2058,1201,0),(2058,1202,0),(2067,30,0),(2067,33,0),(2071,4,0),(2071,14,0),(2071,136,0),(2071,1179,0),(2071,1180,0),(2071,1181,0),(2071,1182,0),(2071,1183,0),(2071,1184,0),(2074,28,0),(2074,35,0),(2078,4,0),(2078,12,0),(2078,47,0),(2078,1185,0),(2078,1186,0),(2078,1187,0),(2078,1188,0),(2078,1189,0),(2078,1190,0),(2078,1191,0),(2088,30,0),(2088,37,0),(2090,4,0),(2090,330,0),(2090,881,0),(2090,1170,0),(2090,1544,0),(2090,1545,0),(2090,1546,0),(2090,1547,0),(2090,1548,0),(2090,1549,0),(2098,4,0),(2098,12,0),(2098,47,0),(2098,1185,0),(2098,1186,0),(2098,1187,0),(2098,1188,0),(2098,1189,0),(2101,2,0),(2101,14,0),(2101,1203,0),(2101,1204,0),(2107,4,0),(2107,6,0),(2107,47,0),(2107,1185,0),(2107,1191,0),(2107,1205,0),(2107,1206,0),(2107,1208,0),(2107,1209,0),(2108,2,0),(2108,10,0),(2108,47,0),(2108,112,0),(2108,744,0),(2108,757,0),(2108,821,0),(2108,1020,0),(2108,1105,0),(2108,1192,0),(2108,1193,0),(2108,1195,0),(2108,1196,0),(2108,1197,0),(2108,1198,0),(2108,1199,0),(2108,1702,0),(2126,4,0),(2126,6,0),(2126,47,0),(2126,1185,0),(2126,1191,0),(2126,1206,0),(2126,1209,0),(2126,1210,0),(2130,2,0),(2130,14,0),(2130,211,0),(2130,1211,0),(2130,1212,0),(2130,1213,0),(2130,1214,0),(2130,1215,0),(2130,1217,0),(2130,1218,0),(2130,1219,0),(2130,1220,0),(2130,1221,0),(2143,4,0),(2143,92,0),(2143,881,0),(2143,1282,0),(2143,1626,0),(2143,1628,0),(2143,1629,0),(2152,3,0),(2152,16,0),(2152,83,0),(2152,362,0),(2152,569,0),(2152,1088,0),(2152,1222,0),(2152,1223,0),(2152,1225,0),(2152,1226,0),(2152,1227,0),(2152,1228,0),(2155,3,0),(2155,9,0),(2155,65,0),(2155,66,0),(2155,67,0),(2155,385,0),(2155,1232,0),(2155,1233,0),(2155,2271,0),(2155,3440,0),(2155,3683,0),(2155,3721,0),(2155,4413,0),(2155,5158,0),(2155,6892,0),(2155,6893,0),(2155,6894,0),(2155,6895,0),(2155,6896,0),(2155,6897,0),(2155,6898,0),(2155,6899,0),(2155,6900,0),(2155,6901,0),(2155,6902,0),(2155,6903,0),(2155,6904,0),(2155,6905,0),(2156,3,0),(2156,9,0),(2156,67,0),(2156,855,0),(2156,930,0),(2156,967,0),(2156,1229,0),(2156,1230,0),(2156,1231,0),(2157,2,0),(2157,7,0),(2157,521,0),(2157,1237,0),(2157,1243,0),(2157,1246,0),(2164,4,0),(2164,11,0),(2164,47,0),(2164,353,0),(2164,1238,0),(2164,1239,0),(2164,1240,0),(2164,1241,0),(2164,1242,0),(2176,3,0),(2176,16,0),(2176,316,0),(2176,1244,0),(2176,1245,0),(2176,1584,0),(2176,1585,0),(2187,4,0),(2187,14,0),(2187,1247,0),(2187,1248,0),(2187,1249,0),(2187,1250,0),(2192,3,0),(2192,14,0),(2195,4,0),(2197,4,0),(2197,762,0),(2197,881,0),(2197,1538,0),(2197,1539,0),(2197,1540,0),(2197,1541,0),(2197,1542,0),(2197,1543,0),(2200,4,0),(2200,15,0),(2200,1394,0),(2200,1530,0),(2200,1531,0),(2200,1532,0),(2200,1533,0),(2207,4,0),(2207,6,0),(2207,47,0),(2207,130,0),(2207,167,0),(2207,1560,0),(2207,1561,0),(2207,1562,0),(2207,1563,0),(2207,1564,0),(2220,3,0),(2220,9,0),(2220,67,0),(2220,1251,0),(2220,1252,0),(2220,1253,0),(2223,3,0),(2223,10,0),(2223,167,0),(2223,1613,0),(2223,1614,0),(2223,1615,0),(2223,1616,0),(2223,1617,0),(2223,1618,0),(2223,1619,0),(2223,1620,0),(2225,4,0),(2225,11,0),(2236,4,0),(2236,6,0),(2236,47,0),(2236,129,0),(2236,887,0),(2236,888,0),(2236,1257,0),(2236,1258,0),(2236,1583,0),(2237,3,0),(2237,16,0),(2237,167,0),(2237,690,0),(2237,744,0),(2237,745,0),(2237,821,0),(2237,1254,0),(2237,1255,0),(2237,1256,0),(2244,2,0),(2244,14,0),(2244,1267,0),(2244,1268,0),(2244,1269,0),(2244,1270,0),(2246,4,0),(2246,6,0),(2246,45,0),(2246,46,0),(2246,47,0),(2246,888,0),(2246,1015,0),(2246,1271,0),(2247,3,0),(2247,16,0),(2247,640,0),(2247,688,0),(2247,745,0),(2247,821,0),(2247,1259,0),(2247,1260,0),(2247,1261,0),(2247,1262,0),(2247,1263,0),(2247,1264,0),(2247,1265,0),(2247,1266,0),(2253,3,0),(2253,5,0),(2253,362,0),(2253,502,0),(2253,775,0),(2253,1049,0),(2253,1272,0),(2253,1273,0),(2267,4,0),(2267,16,0),(2267,47,0),(2267,1019,0),(2267,1301,0),(2267,1302,0),(2267,1303,0),(2268,3,0),(2268,14,0),(2268,133,0),(2268,640,0),(2268,821,0),(2268,1084,0),(2268,1274,0),(2268,1275,0),(2268,1276,0),(2268,1277,0),(2273,3,0),(2273,9,0),(2273,63,0),(2273,777,0),(2273,930,0),(2273,1278,0),(2273,1279,0),(2278,3,0),(2278,16,0),(2278,47,0),(2278,634,0),(2278,1179,0),(2278,1280,0),(2278,1281,0),(2278,1282,0),(2278,1283,0),(2278,1284,0),(2278,1285,0),(2283,3,0),(2283,14,0),(2283,773,0),(2283,810,0),(2283,1286,0),(2283,1287,0),(2295,4,0),(2295,15,0),(2295,1291,0),(2295,1297,0),(2305,3,0),(2305,8,0),(2305,47,0),(2305,76,0),(2305,203,0),(2305,279,0),(2305,531,0),(2305,549,0),(2305,1288,0),(2305,1289,0),(2305,1565,0),(2310,2,0),(2310,11,0),(2310,350,0),(2310,351,0),(2310,352,0),(2310,513,0),(2310,1290,0),(2310,1674,0),(2316,3,0),(2316,11,0),(2316,97,0),(2316,821,0),(2316,1022,0),(2316,1293,0),(2316,1294,0),(2316,1295,0),(2316,1296,0),(2321,3,0),(2321,14,0),(2321,406,0),(2321,766,0),(2321,810,0),(2321,930,0),(2321,1298,0),(2321,1299,0),(2321,1300,0),(2323,2,0),(2323,16,0),(2335,3,0),(2335,16,0),(2335,47,0),(2335,503,0),(2335,595,0),(2335,1179,0),(2335,1282,0),(2335,1312,0),(2335,1313,0),(2335,1314,0),(2337,2,0),(2337,14,0),(2337,65,0),(2337,67,0),(2337,821,0),(2337,1304,0),(2337,1305,0),(2337,1306,0),(2337,1307,0),(2337,1308,0),(2337,1309,0),(2337,1310,0),(2337,1311,0),(2346,28,0),(2346,41,0),(2367,3,0),(2367,16,0),(2367,47,0),(2367,167,0),(2367,1621,0),(2367,1622,0),(2367,1623,0),(2367,1624,0),(2367,1625,0),(2373,4,0),(2373,15,0),(2373,47,0),(2373,167,0),(2373,993,0),(2373,994,0),(2373,996,0),(2373,1520,0),(2373,1576,0),(2373,1577,0),(2373,1578,0),(2376,2,0),(2376,16,0),(2376,1315,0),(2376,1316,0),(2376,1317,0),(2376,1318,0),(2376,1319,0),(2376,1320,0),(2376,1321,0),(2376,2354,0),(2376,2476,0),(2376,2976,0),(2376,3140,0),(2376,3141,0),(2376,3142,0),(2376,3143,0),(2376,3144,0),(2376,3145,0),(2376,3146,0),(2376,3147,0),(2376,3148,0),(2376,3149,0),(2376,3150,0),(2376,3151,0),(2376,3152,0),(2376,3153,0),(2376,3154,0),(2376,3155,0),(2376,3156,0),(2381,3,0),(2381,8,0),(2381,52,0),(2381,1322,0),(2381,1323,0),(2381,1324,0),(2381,1325,0),(2381,1326,0),(2381,1327,0),(2381,1328,0),(2381,1329,0),(2387,3,0),(2387,11,0),(2387,47,0),(2387,355,0),(2387,1336,0),(2387,1337,0),(2392,3,0),(2392,11,0),(2392,1330,0),(2392,1331,0),(2396,3,0),(2396,14,0),(2396,766,0),(2396,930,0),(2396,1332,0),(2396,1333,0),(2396,1334,0),(2396,1335,0),(2402,4,0),(2402,6,0),(2402,47,0),(2402,1037,0),(2402,1566,0),(2402,1567,0),(2402,1568,0),(2402,1569,0),(2402,1570,0),(2405,4,0),(2405,6,0),(2410,3,0),(2410,14,0),(2410,930,0),(2410,977,0),(2410,1338,0),(2410,1339,0),(2410,1340,0),(2410,1341,0),(2410,1342,0),(2419,3,0),(2419,14,0),(2419,930,0),(2419,977,0),(2419,1167,0),(2419,1343,0),(2419,1344,0),(2419,1345,0),(2419,1346,0),(2419,1347,0),(2423,3,0),(2423,8,0),(2423,47,0),(2423,130,0),(2423,459,0),(2423,460,0),(2423,564,0),(2423,752,0),(2423,1449,0),(2423,1450,0),(2423,1451,0),(2423,1452,0),(2423,1453,0),(2423,1454,0),(2427,4,0),(2427,6,0),(2433,4,0),(2433,6,0),(2433,91,0),(2433,763,0),(2433,1348,0),(2433,1349,0),(2433,1350,0),(2433,1351,0),(2433,1352,0),(2433,1353,0),(2433,1354,0),(2434,3,0),(2434,8,0),(2434,130,0),(2434,459,0),(2434,460,0),(2434,1449,0),(2434,1450,0),(2434,1451,0),(2434,1452,0),(2434,1455,0),(2434,1456,0),(2434,1457,0),(2446,4,0),(2446,881,0),(2453,3,0),(2453,14,0),(2453,1278,0),(2453,1279,0),(2453,1355,0),(2457,3,0),(2457,9,0),(2457,65,0),(2457,66,0),(2457,67,0),(2457,912,0),(2457,1356,0),(2457,1357,0),(2458,2,0),(2458,10,0),(2458,47,0),(2458,1635,0),(2458,1636,0),(2458,1637,0),(2458,1638,0),(2458,1639,0),(2458,1640,0),(2458,1641,0),(2473,3,0),(2473,11,0),(2473,383,0),(2473,1001,0),(2473,1358,0),(2473,1359,0),(2479,3,0),(2479,11,0),(2479,47,0),(2479,1364,0),(2479,1365,0),(2479,1366,0),(2479,1367,0),(2480,3,0),(2480,9,0),(2480,65,0),(2480,930,0),(2480,977,0),(2480,1160,0),(2480,1222,0),(2480,1360,0),(2480,1361,0),(2480,1362,0),(2480,1363,0),(2480,1368,0),(2485,3,0),(2485,9,0),(2485,980,0),(2485,1384,0),(2485,1385,0),(2485,1386,0),(2485,1387,0),(2487,3,0),(2487,47,0),(2487,346,0),(2487,1369,0),(2487,1370,0),(2487,1371,0),(2487,1372,0),(2487,1534,0),(2492,4,0),(2492,14,0),(2492,360,0),(2492,819,0),(2492,930,0),(2492,1373,0),(2492,1374,0),(2492,1375,0),(2492,1376,0),(2492,1377,0),(2495,4,0),(2495,11,0),(2495,815,0),(2495,1378,0),(2495,1379,0),(2495,1380,0),(2495,1381,0),(2495,1382,0),(2495,1383,0),(2499,33,0),(2501,3,0),(2501,14,0),(2501,94,0),(2501,359,0),(2501,810,0),(2501,1396,0),(2501,1397,0),(2501,1398,0),(2501,1399,0),(2503,2,0),(2503,14,0),(2503,1393,0),(2503,1394,0),(2503,1395,0),(2506,3,0),(2506,47,0),(2506,167,0),(2506,1403,0),(2506,1406,0),(2506,1407,0),(2506,1409,0),(2506,1410,0),(2506,1411,0),(2506,1412,0),(2506,1414,0),(2506,1429,0),(2506,1534,0),(2507,4,0),(2507,12,0),(2507,1042,0),(2507,1289,0),(2507,1388,0),(2507,1390,0),(2507,1391,0),(2507,1392,0),(2510,4,0),(2510,11,0),(2510,241,0),(2510,351,0),(2510,1291,0),(2510,1649,0),(2510,1650,0),(2510,1651,0),(2544,4,0),(2544,11,0),(2544,1405,0),(2544,1408,0),(2544,1431,0),(2544,1432,0),(2547,2,0),(2547,14,0),(2547,640,0),(2547,745,0),(2547,753,0),(2547,821,0),(2547,861,0),(2547,1020,0),(2547,1021,0),(2547,1400,0),(2547,1401,0),(2547,1402,0),(2551,4,0),(2551,15,0),(2551,47,0),(2551,993,0),(2551,996,0),(2551,1520,0),(2551,1521,0),(2551,1522,0),(2551,1523,0),(2558,2,0),(2558,16,0),(2558,1433,0),(2558,1434,0),(2558,1435,0),(2558,1436,0),(2566,19,0),(2566,33,0),(2596,4,0),(2596,13,0),(2596,1556,0),(2596,1557,0),(2596,1558,0),(2596,1559,0),(2598,3,0),(2598,47,0),(2598,457,0),(2598,459,0),(2598,460,0),(2598,1451,0),(2598,1452,0),(2598,1453,0),(2598,1458,0),(2598,1459,0),(2598,1460,0),(2598,1534,0),(2600,19,0),(2616,2,0),(2616,14,0),(2616,1088,0),(2616,1467,0),(2616,1468,0),(2619,3,0),(2619,14,0),(2619,766,0),(2619,930,0),(2619,1223,0),(2619,1440,0),(2619,1441,0),(2619,1442,0),(2619,1443,0),(2619,1444,0),(2628,3,0),(2628,9,0),(2628,66,0),(2628,503,0),(2628,979,0),(2628,980,0),(2628,1385,0),(2628,1462,0),(2628,1463,0),(2628,1465,0),(2628,1466,0),(2629,3,0),(2629,8,0),(2629,72,0),(2629,74,0),(2629,740,0),(2629,915,0),(2629,1228,0),(2629,1445,0),(2629,1446,0),(2629,1447,0),(2629,1448,0),(2653,3,0),(2653,8,0),(2653,47,0),(2653,459,0),(2653,460,0),(2653,1451,0),(2653,1452,0),(2653,1453,0),(2653,1457,0),(2653,1458,0),(2653,1461,0),(2653,1469,0),(2653,1470,0),(2668,33,0),(2668,2101,0),(2668,2102,0),(2668,2131,0),(2668,3007,0),(2668,3030,0),(2668,3117,0),(2668,7580,0),(2668,7591,0),(2668,7651,0),(2668,7731,0),(2668,8651,0),(2668,10364,0),(2668,10819,0),(2668,11705,0),(2668,11881,0),(2668,11912,0),(2673,3,0),(2673,12,0),(2673,564,0),(2673,1483,0),(2673,1484,0),(2673,1485,0),(2679,2,0),(2679,16,0),(2679,704,0),(2679,1077,0),(2679,1435,0),(2679,1471,0),(2679,1472,0),(2679,1473,0),(2679,1474,0),(2679,1475,0),(2679,1476,0),(2701,4,0),(2701,8,0),(2701,1477,0),(2701,1478,0),(2701,1479,0),(2701,1480,0),(2701,1481,0),(2701,1482,0),(2704,4,0),(2704,13,0),(2704,324,0),(2704,1552,0),(2704,1554,0),(2704,1555,0),(2715,2,0),(2715,14,0),(2715,154,0),(2715,1491,0),(2715,1492,0),(2715,1493,0),(2715,1494,0),(2736,3,0),(2736,9,0),(2736,65,0),(2736,979,0),(2736,980,0),(2736,1385,0),(2736,1462,0),(2736,1510,0),(2736,1511,0),(2736,1512,0),(2736,1513,0),(2748,2,0),(2748,10,0),(2748,1476,0),(2748,1486,0),(2748,1487,0),(2748,1488,0),(2748,1489,0),(2748,1490,0),(2762,3,0),(2762,11,0),(2762,777,0),(2762,930,0),(2762,1495,0),(2762,1496,0),(2763,3,0),(2763,14,0),(2763,1088,0),(2763,1499,0),(2763,1501,0),(2763,1502,0),(2763,1503,0),(2770,2,0),(2770,16,0),(2770,65,0),(2770,1497,0),(2770,1498,0),(2770,1500,0),(2775,3,0),(2775,14,0),(2775,369,0),(2775,1504,0),(2775,1505,0),(2775,1506,0),(2783,2,0),(2783,14,0),(2783,387,0),(2783,640,0),(2783,821,0),(2783,1507,0),(2783,1508,0),(2783,1509,0),(2790,33,0),(2790,2470,0),(2790,2617,0),(2790,2626,0),(2790,3033,0),(2790,3117,0),(2790,3166,0),(2790,5751,0),(2790,6278,0),(2790,6665,0),(2790,7595,0),(2790,7606,0),(2790,7609,0),(2790,7617,0),(2790,7619,0),(2790,7731,0),(2790,8335,0),(2790,9271,0),(2790,10819,0),(2790,11918,0),(2790,11919,0),(2794,33,0),(2794,2254,0),(2794,5751,0),(2794,7595,0),(2794,7600,0),(2794,7601,0),(2794,7602,0),(2794,7603,0),(2794,7604,0),(2794,7605,0),(2794,7606,0),(2794,7607,0),(2794,7608,0),(2794,7609,0),(2794,7610,0),(2794,7611,0),(2794,7612,0),(2794,7613,0),(2794,11898,0),(2794,11916,0),(2794,11917,0),(2798,3,0),(2798,9,0),(2798,1193,0),(2798,1515,0),(2798,1516,0),(2798,1517,0),(2798,1518,0),(2835,2,0),(2835,16,0),(2840,2,0),(2840,10,0),(2843,2,0),(2843,16,0),(2845,2,0),(2845,10,0),(2849,2,0),(2849,7,0),(2859,2,0),(2859,10,0),(2861,4,0),(2861,8,0),(2862,4,0),(2862,15,0),(2864,4,0),(2864,11,0),(2870,4,0),(2870,12,0),(2871,4,0),(2871,12,0),(2872,4,0),(2872,12,0),(2873,4,0),(2873,13,0),(2874,4,0),(2874,6,0),(2875,4,0),(2875,8,0),(2880,4,0),(2880,16,0),(2884,3,0),(2884,9,0),(2884,1526,0),(2884,1527,0),(2884,1528,0),(2884,1529,0),(2897,2,0),(2897,9,0),(2897,81,0),(2897,1535,0),(2897,1536,0),(2897,1537,0),(2899,3,0),(2899,12,0),(2918,3,0),(2918,16,0),(2931,3,0),(2931,12,0),(2932,3,0),(2932,12,0),(2934,3,0),(2934,8,0),(2946,4,0),(2946,13,0),(2973,2,0),(2973,14,0),(2993,33,0),(2993,2101,0),(2993,2131,0),(2993,2238,0),(2993,2301,0),(2993,4947,0),(2993,7078,0),(2993,7393,0),(2993,7579,0),(2993,7580,0),(2993,7581,0),(2993,7582,0),(2993,7583,0),(2993,7584,0),(2993,7585,0),(2993,7586,0),(2993,7587,0),(2993,7588,0),(2993,7589,0),(2993,7590,0),(2993,7591,0),(3008,2,0),(3008,10,0),(3040,27,0),(3040,33,0),(3061,36,0),(3064,39,0),(3222,4,0),(3222,11,0),(3222,1571,0),(3222,1572,0),(3222,1573,0),(3222,1574,0),(3279,4,0),(3279,5,0),(3279,1579,0),(3279,1580,0),(3279,1581,0),(3279,1582,0),(3311,4,0),(3311,11,0),(3321,4,0),(3321,881,0),(3321,3112,0),(3371,4,0),(3371,15,0),(3371,993,0),(3371,994,0),(3371,1520,0),(3371,1577,0),(3371,1586,0),(3371,1587,0),(3384,4,0),(3384,16,0),(3384,1597,0),(3384,1598,0),(3384,1599,0),(3384,1600,0),(3384,1601,0),(3392,28,0),(3392,33,0),(3466,4,0),(3466,16,0),(3495,4,0),(3495,13,0),(3496,4,0),(3496,13,0),(3501,4,0),(3501,15,0),(3501,993,0),(3501,994,0),(3501,1575,0),(3501,1577,0),(3501,1587,0),(3502,3,0),(3502,9,0),(3502,63,0),(3502,1591,0),(3502,1592,0),(3502,1593,0),(3513,3,0),(3513,16,0),(3526,4,0),(3526,8,0),(3526,750,0),(3526,1594,0),(3526,1595,0),(3526,1596,0),(3535,17,0),(3535,33,0),(3540,2,0),(3540,222,0),(3540,881,0),(3540,1602,0),(3540,1603,0),(3540,1604,0),(3540,1605,0),(3540,1606,0),(3540,1607,0),(3540,1608,0),(3560,3,0),(3560,10,0),(3560,47,0),(3560,355,0),(3560,383,0),(3560,530,0),(3560,986,0),(3560,1015,0),(3560,1610,0),(3560,1612,0),(3643,2,0),(3643,14,0),(3662,2,0),(3662,16,0),(3678,3,0),(3678,14,0),(3687,3,0),(3687,9,0),(3690,3,0),(3690,16,0),(3691,2,0),(3691,14,0),(3706,17,0),(3706,33,0),(3713,3,0),(3713,8,0),(3723,3,0),(3723,11,0),(3727,3,0),(3727,9,0),(3741,2,0),(3741,7,0),(3750,17,0),(3750,33,0),(3769,2,0),(3769,10,0),(3769,154,0),(3769,1105,0),(3769,1644,0),(3769,1645,0),(3769,1646,0),(3773,3,0),(3773,14,0),(3809,2,0),(3809,7,0),(3843,33,0),(3843,2101,0),(3843,2254,0),(3843,3007,0),(3843,3117,0),(3843,3569,0),(3843,4947,0),(3843,6488,0),(3843,7643,0),(3843,11908,0),(3843,11909,0),(3843,11910,0),(3843,11911,0),(3843,11912,0),(3843,11913,0),(3843,11914,0),(3843,11915,0),(3847,2,0),(3847,16,0),(3854,2,0),(3854,13,0),(3858,27,0),(3858,33,0),(3860,2,0),(3860,14,0),(3867,2,0),(3867,16,0),(3888,1656,0),(3888,2118,0),(3888,2311,0),(3888,2724,0),(3888,3438,0),(3888,4062,0),(3888,4243,0),(3888,5119,0),(3888,5993,0),(3888,7607,0),(3888,7651,0),(3888,7657,0),(3888,8573,0),(3888,11900,0),(3888,11901,0),(3888,11902,0),(3888,11903,0),(3888,11904,0),(3888,11905,0),(3888,11906,0),(3888,11907,0),(3890,4,0),(3890,15,0),(3921,1656,0),(3921,2099,0),(3921,2102,0),(3921,2131,0),(3921,2311,0),(3921,2359,0),(3921,2560,0),(3921,2724,0),(3921,2952,0),(3921,3007,0),(3921,4058,0),(3921,4062,0),(3921,4067,0),(3921,6359,0),(3921,6361,0),(3921,7592,0),(3921,7651,0),(3921,7656,0),(3922,1656,0),(3922,2244,0),(3922,2301,0),(3922,2311,0),(3922,2724,0),(3922,3007,0),(3922,4061,0),(3922,4062,0),(3922,4066,0),(3922,4067,0),(3922,7270,0),(3922,7643,0),(3922,9946,0),(3922,11895,0),(3922,11896,0),(3922,11897,0),(3922,11899,0),(3926,2,0),(3926,7,0),(3928,1656,0),(3928,2311,0),(3928,2724,0),(3928,2800,0),(3928,3007,0),(3928,3489,0),(3928,3569,0),(3928,4062,0),(3928,7417,0),(3928,7651,0),(3928,8761,0),(3928,11878,0),(3928,11879,0),(3928,11893,0),(3928,11894,0),(3932,1656,0),(3932,2301,0),(3932,2311,0),(3932,2359,0),(3932,2566,0),(3932,2724,0),(3932,3007,0),(3932,4062,0),(3932,4950,0),(3932,6904,0),(3932,7617,0),(3932,7643,0),(3932,7651,0),(3932,7657,0),(3932,11645,0),(3932,11889,0),(3932,11890,0),(3932,11891,0),(3932,11892,0),(3932,11898,0),(3934,3,0),(3934,16,0),(3936,1656,0),(3936,2251,0),(3936,2266,0),(3936,2301,0),(3936,2311,0),(3936,2724,0),(3936,3117,0),(3936,3591,0),(3936,3675,0),(3936,4062,0),(3936,4860,0),(3936,5460,0),(3936,6349,0),(3936,6488,0),(3936,7615,0),(3936,7616,0),(3936,7617,0),(3936,7618,0),(3936,7619,0),(3936,7620,0),(3936,11888,0),(3941,3,0),(3941,6,0),(3941,47,0),(3941,167,0),(3941,1257,0),(3941,1681,0),(3941,1682,0),(3941,1683,0),(3941,1684,0),(3941,1685,0),(3952,1669,0),(3952,2301,0),(3952,2311,0),(3952,2724,0),(3952,3007,0),(3952,4062,0),(3952,4067,0),(3952,4904,0),(3952,6904,0),(3952,7619,0),(3952,7641,0),(3952,7642,0),(3952,7643,0),(3960,1669,0),(3960,2251,0),(3960,2266,0),(3960,2301,0),(3960,2311,0),(3960,2724,0),(3960,3117,0),(3960,3591,0),(3960,3675,0),(3960,4062,0),(3960,5460,0),(3960,6349,0),(3960,6488,0),(3960,7615,0),(3960,7616,0),(3960,7617,0),(3960,7618,0),(3960,7619,0),(3960,7620,0),(3962,4,0),(3962,6,0),(3962,535,0),(3962,1671,0),(3962,1672,0),(3963,1669,0),(3963,2311,0),(3963,2359,0),(3963,2507,0),(3963,2724,0),(3963,2794,0),(3963,2798,0),(3963,3007,0),(3963,4062,0),(3963,11882,0),(3963,11883,0),(3963,11885,0),(3965,43,0),(3965,2238,0),(3965,2311,0),(3965,2470,0),(3965,2724,0),(3965,2778,0),(3965,3007,0),(3965,3569,0),(3965,3649,0),(3965,4104,0),(3965,4519,0),(3965,7728,0),(3965,7729,0),(3965,7730,0),(3965,7731,0),(3965,7732,0),(3965,11880,0),(3965,11881,0),(3965,11884,0),(3965,11886,0),(3965,11887,0),(4010,4,0),(4010,6,0),(4046,2,0),(4046,16,0),(4049,2,0),(4049,14,0),(4052,43,0),(4052,2251,0),(4052,2266,0),(4052,2301,0),(4052,2311,0),(4052,2724,0),(4052,3117,0),(4052,3591,0),(4052,3675,0),(4052,4062,0),(4052,4860,0),(4052,5460,0),(4052,6349,0),(4052,6488,0),(4052,7615,0),(4052,7616,0),(4052,7617,0),(4052,7618,0),(4052,7619,0),(4052,7620,0),(4056,43,0),(4056,2301,0),(4056,2311,0),(4056,2724,0),(4056,3007,0),(4056,4062,0),(4056,4067,0),(4056,4904,0),(4056,6904,0),(4056,7619,0),(4056,7641,0),(4056,7642,0),(4056,7643,0),(4057,43,0),(4057,2311,0),(4057,2724,0),(4057,2800,0),(4057,3007,0),(4057,3489,0),(4057,3569,0),(4057,4062,0),(4057,7417,0),(4057,7651,0),(4057,8761,0),(4057,11878,0),(4057,11879,0),(4061,3,0),(4061,16,0),(4062,43,0),(4062,2099,0),(4062,2102,0),(4062,2131,0),(4062,2311,0),(4062,2359,0),(4062,2560,0),(4062,2724,0),(4062,2952,0),(4062,3007,0),(4062,4058,0),(4062,4062,0),(4062,4067,0),(4062,6359,0),(4062,6361,0),(4062,7592,0),(4062,7651,0),(4062,7656,0),(4065,43,0),(4065,2131,0),(4065,2311,0),(4065,2724,0),(4065,3007,0),(4065,3438,0),(4065,3569,0),(4065,4062,0),(4065,7619,0),(4065,7649,0),(4065,7650,0),(4065,7651,0),(4065,7652,0),(4065,7653,0),(4065,7654,0),(4065,7655,0),(4065,7657,0),(4065,7658,0),(4065,7659,0),(4065,7660,0),(4065,7661,0),(4067,1675,0),(4067,2311,0),(4067,2724,0),(4067,3007,0),(4067,4062,0),(4067,7607,0),(4067,7619,0),(4067,7734,0),(4067,11876,0),(4067,11877,0),(4068,1675,0),(4068,2311,0),(4068,2507,0),(4068,2724,0),(4068,3007,0),(4068,3117,0),(4068,4062,0),(4068,7620,0),(4068,7656,0),(4068,8025,0),(4068,9421,0),(4068,11874,0),(4068,11875,0),(4073,1675,0),(4073,2251,0),(4073,2266,0),(4073,2301,0),(4073,2311,0),(4073,2724,0),(4073,3117,0),(4073,3591,0),(4073,3675,0),(4073,4062,0),(4073,4860,0),(4073,5460,0),(4073,6349,0),(4073,6488,0),(4073,7615,0),(4073,7616,0),(4073,7617,0),(4073,7618,0),(4073,7619,0),(4073,7620,0),(4075,1675,0),(4075,2301,0),(4075,2311,0),(4075,2507,0),(4075,2724,0),(4075,3007,0),(4075,3569,0),(4075,4058,0),(4075,4059,0),(4075,4060,0),(4075,4061,0),(4075,4062,0),(4075,4063,0),(4075,4064,0),(4075,4065,0),(4075,4066,0),(4075,4067,0),(4086,2,0),(4086,881,0),(4086,1607,0),(4086,1676,0),(4086,1677,0),(4086,1678,0),(4086,1679,0),(4104,4,0),(4104,11,0),(4120,2,0),(4120,6,0),(4165,2,0),(4165,14,0),(4168,2,0),(4168,14,0),(4170,2,0),(4170,14,0),(4183,3,0),(4183,1534,0),(4190,2,0),(4190,16,0),(4202,3,0),(4202,16,0),(4229,2,0),(4229,14,0),(4246,2,0),(4246,7,0),(4254,2,0),(4254,14,0),(4319,4,0),(4319,16,0),(4319,1687,0),(4319,1688,0),(4319,1689,0),(4319,1690,0),(4340,4,0),(4340,6,0),(4340,92,0),(4340,1685,0),(4340,1691,0),(4340,1692,0),(4340,1693,0),(4367,2,0),(4367,7,0),(4372,4,0),(4372,46,0),(4372,47,0),(4372,129,0),(4372,564,0),(4372,1017,0),(4372,1534,0),(4372,1695,0),(4372,1697,0),(4372,1698,0),(4372,1699,0),(4373,4,0),(4373,14,0),(4373,1694,0),(4373,1696,0),(4373,1700,0),(4373,1701,0),(4390,4,0),(4390,1534,0),(4391,4,0),(4391,1534,0),(4399,2,0),(4399,9,0),(4399,1703,0),(4399,1704,0),(4399,1705,0),(4399,1706,0),(4399,1707,0),(4399,1708,0),(4400,3,0),(4400,10,0),(4400,47,0),(4400,355,0),(4400,1073,0),(4400,1865,0),(4403,4,0),(4403,14,0),(4403,1709,0),(4403,1710,0),(4403,1711,0),(4403,1712,0),(4406,3,0),(4406,9,0),(4406,109,0),(4406,110,0),(4406,1719,0),(4406,1720,0),(4408,2,0),(4408,5,0),(4408,1713,0),(4408,1714,0),(4408,1715,0),(4408,1716,0),(4408,1717,0),(4408,1718,0),(4429,2,0),(4429,14,0),(4429,47,0),(4429,522,0),(4429,528,0),(4429,898,0),(4429,916,0),(4429,1721,0),(4429,1722,0),(4432,2,0),(4432,14,0),(4432,211,0),(4432,300,0),(4432,1212,0),(4432,1215,0),(4432,1217,0),(4432,1219,0),(4438,3,0),(4438,14,0),(4438,519,0),(4438,528,0),(4438,1723,0),(4438,1724,0),(4438,1725,0),(4438,1726,0),(4454,4,0),(4454,14,0),(4454,1248,0),(4454,1730,0),(4457,2,0),(4457,9,0),(4457,791,0),(4457,1731,0),(4464,2,0),(4464,5,0),(4464,47,0),(4464,351,0),(4464,1732,0),(4464,1733,0),(4464,1734,0),(4464,1735,0),(4464,1736,0),(4464,1737,0),(4470,2,0),(4470,14,0),(4470,519,0),(4470,528,0),(4470,640,0),(4470,1738,0),(4470,1739,0),(4470,1740,0),(4470,1741,0),(4470,1742,0),(4470,1743,0),(4476,4,0),(4476,14,0),(4476,528,0),(4476,745,0),(4476,1259,0),(4476,1744,0),(4476,1745,0),(4476,1746,0),(4476,1747,0),(4476,1748,0),(4476,1749,0),(4476,1750,0),(4484,3,0),(4484,9,0),(4484,65,0),(4484,632,0),(4484,1751,0),(4484,1752,0),(4484,1753,0),(4490,4,0),(4490,5,0),(4490,594,0),(4490,1112,0),(4490,1718,0),(4490,1754,0),(4490,1755,0),(4490,1756,0),(4490,1757,0),(4490,1758,0),(4491,4,0),(4491,8,0),(4491,72,0),(4491,1054,0),(4491,1759,0),(4500,3,0),(4500,14,0),(4500,930,0),(4500,1760,0),(4500,1761,0),(4500,1762,0),(4505,4,0),(4505,5,0),(4505,1766,0),(4505,1767,0),(4505,1768,0),(4505,1769,0),(4506,3,0),(4506,7,0),(4506,930,0),(4506,1763,0),(4506,1764,0),(4506,1765,0),(4516,4,0),(4516,5,0),(4516,1770,0),(4516,1771,0),(4516,1772,0),(4516,1773,0),(4516,1774,0),(4516,1775,0),(4524,2,0),(4524,7,0),(4524,328,0),(4524,1243,0),(4524,1776,0),(4524,1777,0),(4537,2,0),(4537,7,0),(4537,328,0),(4537,898,0),(4537,1722,0),(4537,1778,0),(4542,4,0),(4542,5,0),(4542,1779,0),(4542,1780,0),(4542,1781,0),(4545,3,0),(4545,7,0),(4545,745,0),(4545,821,0),(4545,1782,0),(4545,1783,0),(4545,1784,0),(4550,3,0),(4550,11,0),(4550,94,0),(4550,359,0),(4550,1788,0),(4550,1789,0),(4552,3,0),(4552,15,0),(4552,83,0),(4552,860,0),(4552,1785,0),(4552,1786,0),(4552,1787,0),(4563,4,0),(4563,16,0),(4563,1515,0),(4563,1790,0),(4563,1791,0),(4563,1792,0),(4569,3,0),(4569,11,0),(4569,775,0),(4569,901,0),(4569,902,0),(4569,1150,0),(4577,2,0),(4577,9,0),(4577,537,0),(4577,783,0),(4577,816,0),(4577,1793,0),(4577,1794,0),(4580,3,0),(4580,11,0),(4583,2,0),(4583,14,0),(4583,821,0),(4583,847,0),(4583,1795,0),(4583,1796,0),(4583,1797,0),(4587,33,0),(4587,1799,0),(4589,3,0),(4589,10,0),(4589,1077,0),(4589,1800,0),(4589,1801,0),(4589,1802,0),(4589,1803,0),(4598,3,0),(4598,9,0),(4598,63,0),(4598,65,0),(4598,66,0),(4598,67,0),(4598,1812,0),(4598,1813,0),(4598,1814,0),(4598,1815,0),(4599,2,0),(4599,7,0),(4601,4,0),(4601,14,0),(4601,930,0),(4601,1338,0),(4601,1804,0),(4601,1805,0),(4601,1806,0),(4606,4,0),(4606,5,0),(4606,1807,0),(4606,1808,0),(4606,1809,0),(4606,1810,0),(4614,2,0),(4614,8,0),(4614,1821,0),(4614,1822,0),(4614,1825,0),(4614,1826,0),(4614,1827,0),(4615,3,0),(4615,10,0),(4615,1816,0),(4615,1817,0),(4615,1818,0),(4615,1819,0),(4615,1820,0),(4626,4,0),(4626,14,0),(4626,1828,0),(4626,1829,0),(4626,1830,0),(4661,3,0),(4661,9,0),(4661,65,0),(4661,66,0),(4661,1823,0),(4661,1824,0),(4667,3,0),(4667,11,0),(4667,532,0),(4667,1831,0),(4667,1833,0),(4667,1834,0),(4667,1835,0),(4678,4,0),(4678,15,0),(4678,993,0),(4678,996,0),(4678,1842,0),(4678,1843,0),(4678,1844,0),(4678,1845,0),(4682,4,0),(4682,5,0),(4682,1836,0),(4682,1837,0),(4682,1838,0),(4682,1839,0),(4682,1840,0),(4682,1841,0),(4691,4,0),(4691,14,0),(4691,83,0),(4691,860,0),(4691,1786,0),(4691,1787,0),(4691,1846,0),(4691,1847,0),(4697,3,0),(4697,16,0),(4697,67,0),(4697,1333,0),(4697,1848,0),(4697,1849,0),(4697,1850,0),(4707,4,0),(4707,9,0),(4707,1760,0),(4707,1761,0),(4707,1851,0),(4712,4,0),(4712,5,0),(4712,1855,0),(4712,1856,0),(4712,1857,0),(4724,4,0),(4724,84,0),(4724,881,0),(4724,1598,0),(4724,1601,0),(4724,1864,0),(4725,3,0),(4725,8,0),(4725,2118,0),(4725,2507,0),(4725,2539,0),(4725,2758,0),(4725,3094,0),(4725,3175,0),(4725,3176,0),(4725,3177,0),(4725,3178,0),(4725,3179,0),(4725,3180,0),(4725,3181,0),(4725,3182,0),(4725,3183,0),(4725,3184,0),(4725,3185,0),(4725,3186,0),(4732,2,0),(4732,10,0),(4732,72,0),(4732,124,0),(4732,1699,0),(4732,1858,0),(4732,1859,0),(4738,2,0),(4738,14,0),(4738,1345,0),(4738,1860,0),(4738,1861,0),(4738,1862,0),(4738,1863,0),(4759,3,0),(4759,9,0),(4759,65,0),(4759,66,0),(4759,1357,0),(4759,1866,0),(4770,3,0),(4770,9,0),(4770,66,0),(4770,503,0),(4770,979,0),(4770,1385,0),(4770,1914,0),(4772,3,0),(4772,12,0),(4772,46,0),(4772,47,0),(4772,1901,0),(4772,1902,0),(4774,4,0),(4774,11,0),(4774,47,0),(4774,742,0),(4774,831,0),(4774,1868,0),(4774,1869,0),(4774,1870,0),(4776,4,0),(4776,15,0),(4776,993,0),(4776,994,0),(4776,995,0),(4776,996,0),(4776,1575,0),(4776,1908,0),(4776,1909,0),(4776,1910,0),(4776,1911,0),(4776,1912,0),(4776,1913,0),(4776,3643,0),(4776,4773,0),(4776,9587,0),(4776,9588,0),(4776,9589,0),(4776,9590,0),(4776,9591,0),(4776,9592,0),(4776,9593,0),(4776,9594,0),(4776,9595,0),(4776,9596,0),(4776,9597,0),(4776,9598,0),(4776,9599,0),(4776,9600,0),(4776,9601,0),(4776,9602,0),(4776,9603,0),(4776,9604,0),(4782,3,0),(4782,16,0),(4782,47,0),(4782,167,0),(4782,397,0),(4782,1983,0),(4782,1984,0),(4782,1985,0),(4782,1986,0),(4782,1987,0),(4782,1988,0),(4782,2012,0),(4782,2013,0),(4782,2014,0),(4782,2015,0),(4786,25,0),(4786,36,0),(4790,26,0),(4790,33,0),(4795,3,0),(4795,14,0),(4795,150,0),(4795,391,0),(4795,1764,0),(4795,1867,0),(4798,2,0),(4798,7,0),(4801,3,0),(4801,10,0),(4801,810,0),(4801,1871,0),(4801,1872,0),(4801,1873,0),(4801,1874,0),(4801,1875,0),(4808,3,0),(4808,16,0),(4808,528,0),(4808,1876,0),(4808,1877,0),(4808,1878,0),(4808,1879,0),(4808,1880,0),(4819,4,0),(4819,14,0),(4819,250,0),(4819,977,0),(4819,1881,0),(4819,1882,0),(4819,1883,0),(4819,1884,0),(4823,2,0),(4823,14,0),(4823,47,0),(4823,124,0),(4823,250,0),(4823,279,0),(4823,1886,0),(4823,1887,0),(4823,1888,0),(4836,4,0),(4836,5,0),(4836,1889,0),(4836,1890,0),(4836,1891,0),(4836,1892,0),(4848,25,0),(4848,36,0),(4860,2,0),(4860,7,0),(4860,821,0),(4860,1893,0),(4860,1894,0),(4860,1895,0),(4860,1896,0),(4860,1897,0),(4867,3,0),(4867,10,0),(4867,930,0),(4867,1058,0),(4867,1898,0),(4867,1899,0),(4867,1900,0),(4872,3,0),(4872,15,0),(4872,993,0),(4872,996,0),(4872,1922,0),(4872,1923,0),(4872,1924,0),(4872,1925,0),(4872,2081,0),(4872,2082,0),(4872,2085,0),(4872,2087,0),(4872,2268,0),(4872,2269,0),(4872,2270,0),(4872,2271,0),(4872,2272,0),(4872,2273,0),(4872,2275,0),(4893,2,0),(4893,14,0),(4893,919,0),(4893,1903,0),(4893,1904,0),(4893,1905,0),(4893,1906,0),(4893,1907,0),(4910,2,0),(4910,14,0),(4910,772,0),(4910,773,0),(4910,774,0),(4910,778,0),(4910,1915,0),(4918,4,0),(4918,9,0),(4918,1916,0),(4918,1918,0),(4918,1919,0),(4918,1920,0),(4918,1921,0),(4940,2,0),(4940,16,0),(4940,47,0),(4940,371,0),(4940,528,0),(4940,1926,0),(4940,1927,0),(4957,4,0),(4957,12,0),(4972,2,0),(4972,7,0),(4990,4,0),(4990,13,0),(4990,744,0),(4990,1928,0),(4990,1929,0),(4990,1937,0),(4993,2,0),(4993,14,0),(4993,387,0),(4993,1289,0),(4993,1931,0),(4993,1932,0),(4993,1933,0),(4993,1934,0),(5022,4,0),(5022,16,0),(5022,1938,0),(5022,1939,0),(5022,1940,0),(5022,1941,0),(5026,4,0),(5026,6,0),(5026,1490,0),(5026,1995,0),(5026,1996,0),(5026,1999,0),(5026,2003,0),(5031,2,0),(5031,7,0),(5031,1946,0),(5031,1947,0),(5031,1948,0),(5031,1949,0),(5031,1950,0),(5041,3,0),(5041,8,0),(5041,1951,0),(5041,1952,0),(5041,1953,0),(5041,1954,0),(5041,1955,0),(5057,3,0),(5057,9,0),(5057,767,0),(5057,1001,0),(5057,1753,0),(5057,1956,0),(5057,1957,0),(5059,2,0),(5059,14,0),(5059,1958,0),(5059,1959,0),(5059,1960,0),(5067,2,0),(5067,14,0),(5074,2,0),(5074,7,0),(5079,4,0),(5079,6,0),(5080,3,0),(5080,16,0),(5081,2,0),(5081,7,0),(5082,4,0),(5082,15,0),(5083,2,0),(5083,16,0),(5084,2,0),(5084,7,0),(5085,3,0),(5085,14,0),(5086,2,0),(5086,7,0),(5087,3,0),(5087,9,0),(5088,3,0),(5088,8,0),(5089,2,0),(5089,14,0),(5090,3,0),(5090,16,0),(5091,3,0),(5091,9,0),(5092,3,0),(5092,14,0),(5093,2,0),(5093,16,0),(5094,2,0),(5094,14,0),(5095,2,0),(5095,6,0),(5096,2,0),(5096,7,0),(5097,3,0),(5097,16,0),(5101,33,0),(5101,1961,0),(5104,25,0),(5104,37,0),(5106,33,0),(5106,1798,0),(5108,4,0),(5108,14,0),(5108,406,0),(5108,766,0),(5108,774,0),(5108,810,0),(5108,930,0),(5108,1962,0),(5113,4,0),(5113,16,0),(5113,634,0),(5113,1942,0),(5113,1943,0),(5113,1963,0),(5113,1964,0),(5117,4,0),(5117,16,0),(5117,461,0),(5117,753,0),(5117,1965,0),(5117,1966,0),(5117,1967,0),(5117,1968,0),(5121,4,0),(5121,7,0),(5121,528,0),(5121,886,0),(5121,1329,0),(5121,1978,0),(5121,1979,0),(5121,1980,0),(5121,1981,0),(5121,1982,0),(5129,2,0),(5129,14,0),(5129,536,0),(5129,745,0),(5129,1335,0),(5129,1969,0),(5129,1970,0),(5129,1971,0),(5129,1972,0),(5129,1973,0),(5132,25,0),(5132,33,0),(5144,3,0),(5144,14,0),(5144,1381,0),(5144,1974,0),(5144,1975,0),(5144,1976,0),(5144,1977,0),(5154,4,0),(5154,7,0),(5165,2,0),(5165,881,0),(5165,1989,0),(5165,1990,0),(5165,1991,0),(5165,1992,0),(5165,1993,0),(5165,1994,0),(5174,2,0),(5174,16,0),(5174,47,0),(5174,94,0),(5174,593,0),(5174,742,0),(5174,2000,0),(5174,2001,0),(5174,2002,0),(5197,2100,0),(5197,2246,0),(5197,2539,0),(5197,2579,0),(5197,2580,0),(5197,2581,0),(5197,2582,0),(5197,2583,0),(5197,2584,0),(5197,2585,0),(5197,2586,0),(5197,2587,0),(5197,2588,0),(5197,2589,0),(5197,2590,0),(5197,2591,0),(5197,2592,0),(5197,2593,0),(5197,2596,0),(5197,2597,0),(5199,4,0),(5199,5,0),(5199,49,0),(5199,2006,0),(5199,2007,0),(5199,2009,0),(5199,2010,0),(5199,2011,0),(5200,3,0),(5200,72,0),(5200,124,0),(5200,1453,0),(5200,1534,0),(5200,1886,0),(5200,1887,0),(5200,2005,0),(5210,3,0),(5210,8,0),(5210,461,0),(5210,1822,0),(5210,2016,0),(5210,2017,0),(5210,2018,0),(5210,2019,0),(5238,3,0),(5238,9,0),(5238,967,0),(5238,1752,0),(5238,2021,0),(5238,2022,0),(5239,4,0),(5239,5,0),(5239,49,0),(5239,2006,0),(5239,2009,0),(5239,2025,0),(5239,2026,0),(5239,2027,0),(5244,4,0),(5244,5,0),(5246,2,0),(5246,14,0),(5246,63,0),(5246,930,0),(5246,1526,0),(5246,1527,0),(5247,4,0),(5247,16,0),(5255,3,0),(5255,16,0),(5255,1009,0),(5255,2023,0),(5255,2024,0),(5266,3,0),(5266,8,0),(5266,549,0),(5266,2031,0),(5266,2032,0),(5266,2033,0),(5268,2,0),(5268,9,0),(5268,47,0),(5268,398,0),(5268,757,0),(5268,979,0),(5268,1306,0),(5268,2028,0),(5268,2029,0),(5268,2030,0),(5297,4,0),(5297,6,0),(5297,537,0),(5297,783,0),(5297,936,0),(5297,2035,0),(5297,2036,0),(5308,2,0),(5308,16,0),(5308,109,0),(5308,110,0),(5308,776,0),(5308,930,0),(5308,977,0),(5308,2037,0),(5313,2,0),(5313,14,0),(5313,1744,0),(5313,1747,0),(5313,2042,0),(5313,2043,0),(5316,4,0),(5316,11,0),(5316,831,0),(5316,2038,0),(5316,2039,0),(5316,2040,0),(5316,2041,0),(5316,2044,0),(5327,2,0),(5327,14,0),(5328,4,0),(5328,5,0),(5328,115,0),(5328,117,0),(5328,118,0),(5328,130,0),(5328,584,0),(5328,2050,0),(5330,4,0),(5330,8,0),(5337,3,0),(5337,65,0),(5337,66,0),(5337,2046,0),(5337,2047,0),(5337,2049,0),(5351,25,0),(5351,33,0),(5353,3,0),(5353,14,0),(5353,2051,0),(5353,2052,0),(5353,2053,0),(5353,2054,0),(5353,2055,0),(5363,2,0),(5363,7,0),(5363,528,0),(5363,745,0),(5363,1088,0),(5363,1106,0),(5363,2056,0),(5369,2,0),(5369,7,0),(5369,711,0),(5369,821,0),(5369,1970,0),(5369,1971,0),(5369,2057,0),(5369,2058,0),(5369,2059,0),(5371,25,0),(5371,36,0),(5375,2,0),(5375,14,0),(5375,688,0),(5375,745,0),(5375,1037,0),(5375,2013,0),(5375,2060,0),(5375,2061,0),(5380,3,0),(5380,7,0),(5380,766,0),(5380,930,0),(5380,1298,0),(5380,2062,0),(5383,4,0),(5383,13,0),(5384,2,0),(5384,14,0),(5384,47,0),(5384,528,0),(5384,821,0),(5384,916,0),(5388,3,0),(5388,16,0),(5388,59,0),(5388,133,0),(5388,2063,0),(5388,2064,0),(5388,2065,0),(5388,2066,0),(5388,2665,0),(5388,2668,0),(5388,2669,0),(5388,2670,0),(5388,2672,0),(5388,2673,0),(5388,2674,0),(5388,2676,0),(5388,2677,0),(5388,2679,0),(5388,2680,0),(5388,2681,0),(5388,2682,0),(5388,2683,0),(5388,2684,0),(5388,2693,0),(5388,2694,0),(5388,2695,0),(5388,2696,0),(5388,2697,0),(5394,2,0),(5394,14,0),(5394,753,0),(5394,821,0),(5394,1081,0),(5394,2067,0),(5394,2089,0),(5394,2090,0),(5394,2091,0),(5394,2092,0),(5394,2093,0),(5394,2094,0),(5394,2095,0),(5394,2096,0),(5394,2097,0),(5394,2098,0),(5398,3,0),(5398,14,0),(5398,2068,0),(5398,2069,0),(5398,2070,0),(5398,2071,0),(5398,2072,0),(5405,2,0),(5405,14,0),(5406,2,0),(5406,14,0),(5407,4,0),(5407,12,0),(5407,2073,0),(5407,2074,0),(5407,2075,0),(5407,2076,0),(5407,2077,0),(5407,2078,0),(5408,2,0),(5408,14,0),(5436,37,0),(5440,2,0),(5440,11,0),(5441,2,0),(5441,11,0),(5442,2,0),(5442,11,0),(5443,2,0),(5443,11,0),(5444,2,0),(5444,11,0),(5455,2,0),(5455,14,0),(5455,47,0),(5455,519,0),(5455,745,0),(5455,1311,0),(5455,1745,0),(5455,2101,0),(5455,2230,0),(5455,2231,0),(5455,2232,0),(5455,2233,0),(5455,2234,0),(5455,2235,0),(5455,2236,0),(5455,2237,0),(5455,2239,0),(5455,2240,0),(5455,2241,0),(5455,2242,0),(5455,2243,0),(5455,2244,0),(5455,2245,0),(5455,2246,0),(5455,2247,0),(5455,2248,0),(5455,2249,0),(5455,2250,0),(5456,4,0),(5456,13,0),(5456,2102,0),(5456,2106,0),(5456,2107,0),(5456,2108,0),(5456,2109,0),(5456,2110,0),(5456,2111,0),(5456,2112,0),(5456,2113,0),(5458,4,0),(5458,1534,0),(5458,2115,0),(5458,2116,0),(5458,2117,0),(5458,2137,0),(5458,2141,0),(5458,2146,0),(5458,2147,0),(5458,2148,0),(5458,2152,0),(5458,2154,0),(5458,2155,0),(5458,2156,0),(5458,2157,0),(5458,2158,0),(5458,2160,0),(5458,2161,0),(5458,2162,0),(5458,2163,0),(5458,2164,0),(5458,2165,0),(5458,2166,0),(5458,2167,0),(5458,2168,0),(5458,2169,0),(5458,2170,0),(5458,2171,0),(5468,4,0),(5468,5,0),(5469,4,0),(5469,5,0),(5469,1771,0),(5469,2206,0),(5469,2208,0),(5469,2209,0),(5469,2213,0),(5469,2214,0),(5469,2216,0),(5469,2217,0),(5469,2218,0),(5469,2219,0),(5469,2220,0),(5469,2222,0),(5469,2224,0),(5469,2225,0),(5469,2226,0),(5469,2227,0),(5469,2228,0),(5469,2252,0),(5469,2253,0),(5469,2260,0),(5469,2261,0),(5469,2262,0),(5469,2263,0),(5469,2264,0),(5469,2265,0),(5471,4,0),(5471,5,0),(5471,2172,0),(5471,2173,0),(5471,2174,0),(5471,2175,0),(5471,2180,0),(5471,2181,0),(5471,2182,0),(5471,2183,0),(5471,2184,0),(5471,2185,0),(5471,2186,0),(5471,2188,0),(5471,2189,0),(5471,2190,0),(5471,2192,0),(5471,2193,0),(5471,2195,0),(5471,2196,0),(5471,2197,0),(5471,2198,0),(5471,2199,0),(5471,2200,0),(5471,2201,0),(5471,2202,0),(5471,2203,0),(5471,2204,0),(5471,2205,0),(5506,2,0),(5506,14,0),(5518,2,0),(5518,16,0),(5518,129,0),(5518,2278,0),(5518,2280,0),(5518,2283,0),(5518,2318,0),(5518,2319,0),(5518,2320,0),(5518,2321,0),(5518,2322,0),(5518,2323,0),(5518,2324,0),(5518,2325,0),(5518,2326,0),(5518,2327,0),(5518,2328,0),(5518,2329,0),(5518,2330,0),(5518,2331,0),(5518,2332,0),(5518,2334,0),(5518,2335,0),(5518,2336,0),(5518,2337,0),(5518,2339,0),(5518,2340,0),(5518,2341,0),(5518,2342,0),(5518,2343,0),(5518,2366,0),(5530,4,0),(5530,13,0),(5530,2110,0),(5530,2111,0),(5530,2112,0),(5530,2370,0),(5530,2438,0),(5530,2441,0),(5530,2447,0),(5530,2449,0),(5530,2450,0),(5530,2451,0),(5530,2452,0),(5530,2453,0),(5530,2455,0),(5530,2456,0),(5530,2480,0),(5530,2529,0),(5530,2530,0),(5530,2546,0),(5530,2547,0),(5530,2548,0),(5530,2549,0),(5530,2550,0),(5530,2551,0),(5530,2552,0),(5551,4,0),(5551,6,0),(5551,134,0),(5551,222,0),(5551,1394,0),(5551,2376,0),(5551,2377,0),(5551,2378,0),(5551,2379,0),(5551,2380,0),(5551,2387,0),(5551,2423,0),(5551,2425,0),(5551,2426,0),(5551,2427,0),(5551,2428,0),(5551,2429,0),(5551,2430,0),(5551,2431,0),(5551,2432,0),(5551,2433,0),(5551,2434,0),(5551,2435,0),(5551,2436,0),(5551,2437,0),(5551,2457,0),(5551,2458,0),(5551,2459,0),(5551,2460,0),(5557,2,0),(5557,14,0),(5557,154,0),(5557,521,0),(5557,522,0),(5557,2246,0),(5557,2397,0),(5557,2402,0),(5557,2403,0),(5557,2404,0),(5557,2405,0),(5557,2409,0),(5557,2410,0),(5557,2411,0),(5557,2412,0),(5557,2413,0),(5557,2414,0),(5557,2415,0),(5557,2416,0),(5557,2417,0),(5557,2420,0),(5557,2421,0),(5557,2461,0),(5557,2462,0),(5557,2463,0),(5557,2464,0),(5557,2465,0),(5582,4,0),(5582,15,0),(5582,135,0),(5582,1045,0),(5582,2481,0),(5582,2482,0),(5582,2483,0),(5582,2484,0),(5582,2485,0),(5582,2486,0),(5582,2487,0),(5582,2488,0),(5582,2489,0),(5582,2490,0),(5582,2491,0),(5582,2494,0),(5582,2512,0),(5582,2513,0),(5582,2514,0),(5582,2515,0),(5582,2518,0),(5582,2519,0),(5582,2520,0),(5582,2521,0),(5582,2522,0),(5582,2523,0),(5582,2525,0),(5582,2526,0),(5582,2527,0),(5582,2528,0),(5602,3,0),(5602,5,0),(5602,2532,0),(5602,2534,0),(5602,2536,0),(5602,2537,0),(5602,2538,0),(5602,2539,0),(5602,2540,0),(5602,2543,0),(5602,2544,0),(5602,2545,0),(5618,2,0),(5618,47,0),(5618,167,0),(5618,346,0),(5618,460,0),(5618,812,0),(5618,1534,0),(5618,1999,0),(5618,2253,0),(5618,2309,0),(5618,2371,0),(5618,2510,0),(5618,2553,0),(5618,2554,0),(5618,2555,0),(5618,2556,0),(5618,2557,0),(5618,2558,0),(5618,2559,0),(5618,2560,0),(5618,2561,0),(5618,2562,0),(5618,2563,0),(5618,2564,0),(5618,2565,0),(5618,2566,0),(5618,2567,0),(5618,2569,0),(5618,2571,0),(5618,2572,0),(5618,2573,0),(5618,2574,0),(5618,2575,0),(5618,2576,0),(5618,2577,0),(5618,2578,0),(5618,2788,0),(5634,2,0),(5634,7,0),(5634,211,0),(5634,745,0),(5634,821,0),(5634,1749,0),(5634,2242,0),(5634,2249,0),(5634,2309,0),(5634,2598,0),(5634,2599,0),(5634,2600,0),(5634,2601,0),(5634,2602,0),(5634,2604,0),(5634,2605,0),(5634,2607,0),(5634,2608,0),(5634,2609,0),(5634,2610,0),(5634,2611,0),(5634,2612,0),(5638,4,0),(5638,15,0),(5638,1921,0),(5638,2467,0),(5638,2613,0),(5638,2614,0),(5638,2615,0),(5638,2616,0),(5638,2617,0),(5638,2621,0),(5638,2628,0),(5638,2629,0),(5638,2630,0),(5638,2631,0),(5638,2632,0),(5638,2633,0),(5638,2634,0),(5638,2635,0),(5638,2636,0),(5638,2637,0),(5638,2639,0),(5638,2640,0),(5638,2641,0),(5638,2642,0),(5638,2643,0),(5638,2646,0),(5638,2647,0),(5641,4,0),(5641,16,0),(5641,180,0),(5641,2084,0),(5641,2649,0),(5641,2650,0),(5641,2651,0),(5641,2652,0),(5641,2654,0),(5641,2655,0),(5641,2656,0),(5641,2657,0),(5641,2658,0),(5641,2659,0),(5641,2660,0),(5641,2661,0),(5641,2662,0),(5641,2663,0),(5641,2664,0),(5641,2698,0),(5641,2699,0),(5641,2700,0),(5641,2701,0),(5641,2702,0),(5645,3,0),(5645,11,0),(5645,382,0),(5645,766,0),(5645,906,0),(5645,930,0),(5645,1306,0),(5645,2270,0),(5645,2506,0),(5645,2703,0),(5645,2704,0),(5645,2705,0),(5645,2706,0),(5645,2707,0),(5645,2708,0),(5645,2709,0),(5645,2710,0),(5645,2711,0),(5645,2712,0),(5645,2713,0),(5645,2714,0),(5645,2715,0),(5645,2716,0),(5645,2719,0),(5645,2720,0),(5645,2722,0),(5645,2724,0),(5649,3,0),(5649,72,0),(5649,124,0),(5649,1534,0),(5649,1570,0),(5649,2100,0),(5649,2246,0),(5649,2473,0),(5649,2582,0),(5649,2583,0),(5649,2584,0),(5649,2586,0),(5649,2594,0),(5649,2595,0),(5649,2726,0),(5649,2732,0),(5649,2733,0),(5649,2734,0),(5649,2735,0),(5649,2736,0),(5649,2737,0),(5649,2738,0),(5649,2739,0),(5649,2740,0),(5649,2741,0),(5649,2742,0),(5649,2743,0),(5655,4,0),(5655,6,0),(5655,977,0),(5655,1257,0),(5655,1569,0),(5655,2084,0),(5655,2744,0),(5655,2745,0),(5655,2746,0),(5655,2747,0),(5655,2748,0),(5655,2749,0),(5655,2751,0),(5655,2752,0),(5655,2753,0),(5655,2754,0),(5655,2755,0),(5655,2756,0),(5655,2757,0),(5655,2758,0),(5655,2759,0),(5655,2760,0),(5655,2761,0),(5655,2762,0),(5655,2765,0),(5655,2766,0),(5655,2767,0),(5655,2769,0),(5658,4,0),(5658,595,0),(5658,881,0),(5658,1069,0),(5658,1392,0),(5658,2372,0),(5658,2770,0),(5658,2771,0),(5658,2772,0),(5658,2773,0),(5658,2774,0),(5658,2775,0),(5658,2776,0),(5658,2777,0),(5658,2778,0),(5658,2779,0),(5658,2780,0),(5658,2781,0),(5658,2782,0),(5658,2783,0),(5658,2784,0),(5658,2785,0),(5658,2786,0),(5658,2787,0),(5662,2,0),(5662,72,0),(5662,629,0),(5662,838,0),(5662,1534,0),(5662,2131,0),(5662,2592,0),(5662,2790,0),(5662,2791,0),(5662,2792,0),(5662,2793,0),(5662,2794,0),(5662,2795,0),(5662,2796,0),(5662,2798,0),(5662,2799,0),(5662,2800,0),(5662,2801,0),(5662,2802,0),(5662,2803,0),(5662,2804,0),(5662,2805,0),(5662,2806,0),(5662,2807,0),(5662,2808,0),(5662,2809,0),(5662,2810,0),(5668,3,0),(5668,9,0),(5668,930,0),(5668,977,0),(5668,2811,0),(5668,2812,0),(5668,2813,0),(5668,2814,0),(5668,2815,0),(5668,2816,0),(5668,2817,0),(5668,2818,0),(5668,2819,0),(5668,2822,0),(5668,2823,0),(5668,2824,0),(5668,2825,0),(5668,2829,0),(5668,2830,0),(5668,2831,0),(5668,2832,0),(5668,2833,0),(5672,3,0),(5672,13,0),(5672,47,0),(5672,135,0),(5672,742,0),(5672,2219,0),(5672,2246,0),(5672,2476,0),(5672,2834,0),(5672,2836,0),(5672,2837,0),(5672,2838,0),(5672,2839,0),(5672,2840,0),(5672,2841,0),(5672,2843,0),(5672,2844,0),(5672,2848,0),(5672,2855,0),(5672,2856,0),(5672,2857,0),(5672,2859,0),(5672,2860,0),(5672,2861,0),(5672,2862,0),(5672,2863,0),(5672,2864,0),(5672,2865,0),(5672,2866,0),(5672,2867,0),(5672,2868,0),(5672,2869,0),(5672,2870,0),(5672,2871,0),(5672,2872,0),(5680,2,0),(5680,7,0),(5680,154,0),(5680,387,0),(5680,389,0),(5680,858,0),(5680,1134,0),(5680,1193,0),(5680,2394,0),(5680,2395,0),(5680,2876,0),(5680,2878,0),(5680,2879,0),(5680,2880,0),(5680,2882,0),(5680,2883,0),(5680,2884,0),(5680,2885,0),(5680,2886,0),(5680,2887,0),(5680,2888,0),(5680,2889,0),(5680,2890,0),(5680,2891,0),(5687,4,0),(5687,14,0),(5687,1769,0),(5687,2892,0),(5687,2893,0),(5687,2894,0),(5687,2896,0),(5687,2898,0),(5687,2899,0),(5687,2900,0),(5687,2901,0),(5687,2902,0),(5687,2903,0),(5687,2907,0),(5687,2908,0),(5687,2913,0),(5687,2914,0),(5687,2915,0),(5687,2916,0),(5687,2917,0),(5687,2918,0),(5687,2919,0),(5687,2920,0),(5687,2922,0),(5687,2923,0),(5687,2924,0),(5687,2925,0),(5687,2926,0),(5687,2927,0),(5692,2,0),(5692,14,0),(5692,2929,0),(5692,2930,0),(5692,2932,0),(5692,2933,0),(5692,2935,0),(5692,2936,0),(5692,2937,0),(5692,2939,0),(5692,2941,0),(5692,2942,0),(5692,2943,0),(5692,2944,0),(5692,2946,0),(5692,2949,0),(5692,2955,0),(5692,2956,0),(5692,2957,0),(5692,2958,0),(5692,2959,0),(5692,2960,0),(5692,2961,0),(5692,2962,0),(5692,2963,0),(5699,4,0),(5699,13,0),(5699,2219,0),(5699,2359,0),(5699,2815,0),(5699,2964,0),(5699,2965,0),(5699,2966,0),(5699,2981,0),(5699,2982,0),(5699,2985,0),(5699,2986,0),(5699,2987,0),(5699,2988,0),(5699,2989,0),(5701,2,0),(5701,14,0),(5701,744,0),(5701,2406,0),(5701,2414,0),(5701,2969,0),(5701,2971,0),(5701,2973,0),(5701,2974,0),(5701,2975,0),(5701,2976,0),(5701,2977,0),(5701,2978,0),(5701,2979,0),(5701,2980,0),(5701,2983,0),(5701,2984,0),(5706,3,0),(5706,392,0),(5706,394,0),(5706,881,0),(5706,2770,0),(5706,2990,0),(5706,2991,0),(5706,2992,0),(5706,2993,0),(5706,2994,0),(5706,2995,0),(5706,2996,0),(5706,2997,0),(5706,2998,0),(5706,2999,0),(5706,3000,0),(5706,3001,0),(5706,3006,0),(5706,3009,0),(5706,3010,0),(5706,3011,0),(5706,3013,0),(5706,3014,0),(5706,3015,0),(5706,3016,0),(5706,3017,0),(5706,3018,0),(5711,2,0),(5711,12,0),(5711,47,0),(5711,1682,0),(5711,3019,0),(5711,3020,0),(5711,3037,0),(5711,3040,0),(5711,3041,0),(5711,3042,0),(5711,3043,0),(5711,3044,0),(5711,3045,0),(5711,3046,0),(5711,3047,0),(5711,3048,0),(5711,3049,0),(5711,3050,0),(5711,3052,0),(5711,3053,0),(5711,3054,0),(5711,3055,0),(5711,3056,0),(5711,3057,0),(5711,3058,0),(5711,3059,0),(5711,3060,0),(5718,3,0),(5718,12,0),(5718,1064,0),(5718,1485,0),(5718,2213,0),(5718,2254,0),(5718,2880,0),(5718,3061,0),(5718,3062,0),(5718,3063,0),(5718,3064,0),(5718,3065,0),(5718,3067,0),(5718,3068,0),(5718,3069,0),(5718,3070,0),(5718,3071,0),(5718,3072,0),(5718,3073,0),(5718,3074,0),(5718,3075,0),(5718,3077,0),(5730,3,0),(5730,12,0),(5730,749,0),(5730,1485,0),(5730,1901,0),(5730,2254,0),(5730,2473,0),(5730,3078,0),(5730,3079,0),(5730,3080,0),(5730,3081,0),(5730,3082,0),(5730,3083,0),(5730,3084,0),(5730,3085,0),(5730,3086,0),(5730,3087,0),(5730,3088,0),(5730,3089,0),(5730,3091,0),(5730,3092,0),(5730,3093,0),(5730,3094,0),(5730,3095,0),(5730,3096,0),(5736,3,0),(5736,11,0),(5736,352,0),(5736,1928,0),(5736,2081,0),(5736,2473,0),(5736,2770,0),(5736,2880,0),(5736,3076,0),(5736,3097,0),(5736,3098,0),(5736,3099,0),(5736,3100,0),(5736,3101,0),(5736,3102,0),(5736,3106,0),(5736,3107,0),(5736,3108,0),(5736,3109,0),(5736,3111,0),(5736,3112,0),(5745,3,0),(5745,12,0),(5745,1010,0),(5745,1064,0),(5745,2218,0),(5745,2254,0),(5745,2270,0),(5745,2473,0),(5745,3080,0),(5745,3082,0),(5745,3104,0),(5745,3114,0),(5745,3115,0),(5745,3116,0),(5745,3118,0),(5745,3119,0),(5745,3120,0),(5745,3121,0),(5745,3122,0),(5745,3123,0),(5745,3124,0),(5745,3125,0),(5745,3127,0),(5751,2,0),(5751,14,0),(5751,47,0),(5751,371,0),(5751,398,0),(5751,528,0),(5751,821,0),(5751,1084,0),(5751,2406,0),(5751,2414,0),(5751,3128,0),(5751,3129,0),(5751,3130,0),(5751,3131,0),(5751,3132,0),(5751,3133,0),(5751,3134,0),(5751,3135,0),(5751,3136,0),(5751,3137,0),(5751,3139,0),(5763,2,0),(5763,14,0),(5763,47,0),(5763,300,0),(5763,371,0),(5763,528,0),(5763,821,0),(5763,2213,0),(5763,2394,0),(5763,3157,0),(5763,3158,0),(5763,3159,0),(5763,3160,0),(5763,3161,0),(5763,3162,0),(5763,3163,0),(5763,3164,0),(5763,3165,0),(5763,3166,0),(5763,3167,0),(5763,3168,0),(5763,3169,0),(5763,3170,0),(5763,3171,0),(5763,3172,0),(5763,3173,0),(5763,3174,0),(5783,4,0),(5783,6,0),(5783,3203,0),(5783,3204,0),(5783,3205,0),(5783,3207,0),(5783,3208,0),(5783,3209,0),(5783,3210,0),(5783,3211,0),(5783,3213,0),(5783,3214,0),(5783,3218,0),(5783,3219,0),(5783,3223,0),(5783,3224,0),(5783,3225,0),(5783,3226,0),(5783,3227,0),(5783,3228,0),(5783,3229,0),(5783,3230,0),(5783,3231,0),(5783,3232,0),(5783,3233,0),(5783,3234,0),(5783,3235,0),(5783,3236,0),(5788,2,0),(5788,47,0),(5788,346,0),(5788,347,0),(5788,564,0),(5788,1534,0),(5788,2566,0),(5788,3237,0),(5788,3238,0),(5788,3239,0),(5788,3240,0),(5788,3241,0),(5788,3242,0),(5788,3243,0),(5797,2,0),(5797,14,0),(5797,974,0),(5797,1499,0),(5797,2095,0),(5797,2829,0),(5797,2945,0),(5797,3246,0),(5797,3250,0),(5797,3254,0),(5797,3255,0),(5797,3256,0),(5797,3257,0),(5797,3258,0),(5797,3259,0),(5797,3262,0),(5797,3263,0),(5797,3264,0),(5797,3265,0),(5797,3266,0),(5797,3268,0),(5797,3269,0),(5797,3270,0),(5797,3271,0),(5797,3272,0),(5797,3273,0),(5803,4,0),(5803,14,0),(5803,398,0),(5803,846,0),(5803,2185,0),(5803,2714,0),(5803,2882,0),(5803,3278,0),(5803,3279,0),(5803,3281,0),(5803,3282,0),(5803,3284,0),(5803,3285,0),(5803,3286,0),(5803,3287,0),(5803,3288,0),(5803,3289,0),(5803,3290,0),(5803,3291,0),(5803,3293,0),(5803,3294,0),(5803,3295,0),(5803,3299,0),(5803,3300,0),(5803,3301,0),(5803,3302,0),(5809,4,0),(5809,2372,0),(5809,2494,0),(5809,2495,0),(5809,2881,0),(5809,2966,0),(5809,3305,0),(5809,3306,0),(5809,3307,0),(5809,3308,0),(5809,3309,0),(5809,3310,0),(5809,3311,0),(5809,3312,0),(5809,3314,0),(5809,3315,0),(5809,3316,0),(5809,3317,0),(5809,3318,0),(5809,3319,0),(5809,3320,0),(5812,4,0),(5813,2,0),(5813,14,0),(5813,528,0),(5813,744,0),(5813,821,0),(5813,2397,0),(5813,2969,0),(5813,2973,0),(5813,2974,0),(5813,2975,0),(5813,2977,0),(5813,2978,0),(5813,2983,0),(5813,3321,0),(5819,4,0),(5819,15,0),(5819,219,0),(5819,2216,0),(5819,2270,0),(5819,2354,0),(5819,2356,0),(5819,2881,0),(5819,2964,0),(5819,2966,0),(5819,2981,0),(5819,2986,0),(5819,2987,0),(5819,3303,0),(5819,3304,0),(5819,3306,0),(5819,3307,0),(5819,3308,0),(5819,3310,0),(5819,3313,0),(5819,3326,0),(5819,3336,0),(5819,3348,0),(5819,3351,0),(5819,3357,0),(5819,3359,0),(5819,3361,0),(5819,3362,0),(5830,4,0),(5830,11,0),(5830,815,0),(5830,3380,0),(5830,3381,0),(5830,3382,0),(5830,3383,0),(5830,3384,0),(5830,3385,0),(5830,3386,0),(5830,3387,0),(5830,3388,0),(5830,3389,0),(5830,3390,0),(5830,3391,0),(5830,3392,0),(5830,3393,0),(5830,3394,0),(5830,3395,0),(5830,3396,0),(5830,3400,0),(5830,3401,0),(5830,3402,0),(5830,3403,0),(5830,3404,0),(5830,3405,0),(5830,3406,0),(5830,3407,0),(5837,3,0),(5837,16,0),(5841,4,0),(5841,16,0),(5841,999,0),(5841,3023,0),(5841,3408,0),(5841,3409,0),(5841,3410,0),(5841,3414,0),(5841,3416,0),(5841,3419,0),(5841,3420,0),(5841,3421,0),(5841,3443,0),(5841,3444,0),(5841,3445,0),(5841,3446,0),(5841,3447,0),(5841,3448,0),(5841,3449,0),(5841,3450,0),(5841,3451,0),(5841,3452,0),(5841,3453,0),(5841,3469,0),(5841,3470,0),(5841,3471,0),(5844,4,0),(5844,12,0),(5844,72,0),(5844,2109,0),(5844,2306,0),(5844,2307,0),(5844,2309,0),(5844,2735,0),(5844,3351,0),(5844,3424,0),(5844,3431,0),(5844,3432,0),(5844,3433,0),(5844,3435,0),(5844,3436,0),(5844,3456,0),(5844,3457,0),(5844,3459,0),(5844,3461,0),(5844,3462,0),(5844,3463,0),(5844,3464,0),(5844,3465,0),(5844,3466,0),(5844,3467,0),(5844,3468,0),(5854,4,0),(5854,14,0),(5854,1086,0),(5854,2254,0),(5854,2971,0),(5854,3472,0),(5854,3473,0),(5854,3474,0),(5854,3475,0),(5854,3476,0),(5854,3477,0),(5854,3478,0),(5854,3479,0),(5854,3480,0),(5854,3481,0),(5854,3482,0),(5854,3483,0),(5854,3484,0),(5854,3485,0),(5854,3486,0),(5854,3500,0),(5854,3501,0),(5854,3502,0),(5854,3503,0),(5855,3,0),(5855,9,0),(5855,979,0),(5855,980,0),(5855,1385,0),(5855,1463,0),(5855,3076,0),(5855,3285,0),(5855,3487,0),(5855,3488,0),(5855,3489,0),(5855,3490,0),(5855,3492,0),(5855,3493,0),(5855,3494,0),(5855,3530,0),(5860,3381,0),(5860,3382,0),(5860,3383,0),(5860,3387,0),(5860,3388,0),(5860,3389,0),(5860,3390,0),(5860,3391,0),(5860,3392,0),(5860,3393,0),(5860,3395,0),(5860,3396,0),(5860,3397,0),(5860,3398,0),(5860,3399,0),(5860,3507,0),(5860,3508,0),(5860,3511,0),(5860,3519,0),(5860,3520,0),(5865,28,0),(5865,33,0),(5867,4,0),(5867,15,0),(5867,993,0),(5867,994,0),(5867,1520,0),(5867,1577,0),(5867,2079,0),(5867,2080,0),(5867,2083,0),(5867,2780,0),(5867,3079,0),(5867,3527,0),(5867,3528,0),(5867,3529,0),(5869,25,0),(5869,33,0),(5876,3,0),(5876,9,0),(5876,382,0),(5876,908,0),(5876,979,0),(5876,980,0),(5876,1385,0),(5876,2473,0),(5876,3068,0),(5876,3285,0),(5876,3441,0),(5876,3531,0),(5876,3532,0),(5876,3533,0),(5876,3534,0),(5876,3535,0),(5876,3536,0),(5876,3537,0),(5876,3588,0),(5879,4,0),(5879,16,0),(5879,1337,0),(5879,2153,0),(5879,2245,0),(5879,2359,0),(5879,3007,0),(5879,3492,0),(5879,3540,0),(5879,3541,0),(5879,3544,0),(5879,3546,0),(5879,3547,0),(5879,3551,0),(5879,3589,0),(5879,3590,0),(5879,3591,0),(5879,3595,0),(5879,3596,0),(5879,3597,0),(5879,4069,0),(5879,4070,0),(5879,4071,0),(5879,4072,0),(5879,4073,0),(5884,4,0),(5884,5,0),(5884,3554,0),(5884,3555,0),(5884,3557,0),(5884,3558,0),(5884,3559,0),(5884,3560,0),(5884,3561,0),(5884,3562,0),(5884,3563,0),(5884,3564,0),(5884,3565,0),(5884,3566,0),(5884,3572,0),(5884,3574,0),(5884,3575,0),(5884,3576,0),(5884,3577,0),(5884,3578,0),(5884,3579,0),(5884,3580,0),(5884,3581,0),(5884,3585,0),(5884,3586,0),(5884,3587,0),(5897,4,0),(5897,3598,0),(5897,3609,0),(5897,3610,0),(5897,3611,0),(5897,3612,0),(5897,3613,0),(5897,3614,0),(5897,3615,0),(5897,3616,0),(5897,3617,0),(5897,3618,0),(5897,3619,0),(5897,3620,0),(5897,3621,0),(5897,3622,0),(5897,3623,0),(5897,3624,0),(5897,3625,0),(5897,3626,0),(5897,3633,0),(5897,3636,0),(5897,3637,0),(5897,3638,0),(5897,3639,0),(5899,3,0),(5899,9,0),(5899,1385,0),(5899,1466,0),(5899,1720,0),(5899,2055,0),(5899,2095,0),(5899,2224,0),(5899,2614,0),(5899,2829,0),(5899,3285,0),(5899,3681,0),(5899,3682,0),(5899,3685,0),(5902,4,0),(5902,15,0),(5902,993,0),(5902,994,0),(5902,996,0),(5902,2083,0),(5902,3289,0),(5902,3529,0),(5902,3640,0),(5902,3641,0),(5902,3643,0),(5902,3644,0),(5902,3645,0),(5902,3646,0),(5902,3648,0),(5902,3649,0),(5902,3652,0),(5902,3653,0),(5902,3657,0),(5902,3658,0),(5902,3659,0),(5902,3676,0),(5902,3677,0),(5902,3679,0),(5902,3680,0),(5904,3,0),(5904,14,0),(5904,977,0),(5904,2829,0),(5904,3661,0),(5904,3662,0),(5904,3663,0),(5904,3664,0),(5904,3665,0),(5904,3668,0),(5904,3669,0),(5904,3670,0),(5904,3671,0),(5904,3672,0),(5904,3673,0),(5904,3674,0),(5904,3675,0),(5918,4,0),(5918,5,0),(5918,2255,0),(5918,3023,0),(5918,3687,0),(5918,3688,0),(5918,3689,0),(5918,3690,0),(5918,3691,0),(5918,3692,0),(5918,3693,0),(5918,3694,0),(5918,3695,0),(5918,3696,0),(5918,3697,0),(5918,3698,0),(5918,3699,0),(5918,3700,0),(5918,3701,0),(5918,3713,0),(5918,3735,0),(5918,3736,0),(5918,3742,0),(5918,3743,0),(5918,3744,0),(5920,2,0),(5920,16,0),(5937,2219,0),(5937,2506,0),(5937,2881,0),(5937,3087,0),(5937,3440,0),(5937,3717,0),(5937,3718,0),(5937,3719,0),(5937,3720,0),(5937,3721,0),(5937,3722,0),(5937,3723,0),(5937,3724,0),(5937,3726,0),(5937,3727,0),(5937,3728,0),(5937,3729,0),(5940,4,0),(5940,2965,0),(5940,3144,0),(5940,3349,0),(5940,3730,0),(5940,3732,0),(5940,3733,0),(5945,2,0),(5945,14,0),(5945,1315,0),(5945,1316,0),(5945,1320,0),(5945,2101,0),(5945,2238,0),(5945,2397,0),(5945,2405,0),(5945,2470,0),(5945,3081,0),(5945,3104,0),(5945,3143,0),(5945,3170,0),(5945,3263,0),(5945,3483,0),(5945,3737,0),(5945,3738,0),(5945,3739,0),(5945,3741,0),(5945,3745,0),(5945,3746,0),(5945,3747,0),(5945,3748,0),(5945,3750,0),(5945,3762,0),(5953,4,0),(5953,2221,0),(5953,2381,0),(5953,2390,0),(5953,2407,0),(5953,2880,0),(5953,3263,0),(5953,3264,0),(5953,3292,0),(5953,3591,0),(5953,3751,0),(5953,3752,0),(5953,3753,0),(5953,3754,0),(5953,3755,0),(5953,3756,0),(5953,3758,0),(5953,3759,0),(5953,3760,0),(5953,3761,0),(5953,3763,0),(5966,3,0),(5966,8,0),(5966,72,0),(5966,124,0),(5966,1257,0),(5966,1859,0),(5966,2539,0),(5966,2564,0),(5966,2751,0),(5966,2758,0),(5966,3180,0),(5966,3185,0),(5966,3412,0),(5966,3764,0),(5966,3765,0),(5966,3766,0),(5966,3767,0),(5966,3768,0),(5966,3769,0),(5966,3770,0),(5966,3771,0),(5966,3772,0),(5966,3773,0),(5966,3774,0),(5966,3775,0),(5966,3776,0),(5973,2,0),(5973,7,0),(5973,154,0),(5973,1134,0),(5973,2094,0),(5973,2254,0),(5973,2402,0),(5973,2403,0),(5973,3778,0),(5973,3780,0),(5973,3781,0),(5973,3783,0),(5973,3784,0),(5973,3785,0),(5973,3787,0),(5973,3879,0),(5973,3880,0),(5973,3881,0),(5973,3882,0),(5974,2,0),(5974,10,0),(5974,406,0),(5974,774,0),(5974,1299,0),(5974,2780,0),(5974,2806,0),(5974,3107,0),(5974,3239,0),(5974,3793,0),(5974,3794,0),(5974,3795,0),(5974,3796,0),(5974,3797,0),(5974,3798,0),(5974,3799,0),(5974,3800,0),(5974,3801,0),(5974,3802,0),(5974,3803,0),(5974,3804,0),(5974,3805,0),(5974,3808,0),(5974,3809,0),(5977,2,0),(5977,881,0),(5977,1989,0),(5977,1992,0),(5977,1993,0),(5977,3810,0),(5977,3811,0),(5977,3827,0),(5977,3828,0),(5977,3829,0),(5977,3830,0),(5977,3835,0),(5977,3836,0),(5977,3837,0),(5977,3838,0),(5977,3839,0),(5977,3842,0),(5977,3843,0),(5977,3844,0),(5977,3845,0),(5977,3846,0),(5977,3847,0),(5977,3848,0),(5977,3849,0),(5977,3850,0),(5977,3851,0),(5977,3852,0),(5977,3853,0),(5984,4,0),(5984,14,0),(5984,83,0),(5984,3854,0),(5984,3855,0),(5984,3858,0),(5984,3859,0),(5984,3860,0),(5984,3862,0),(5984,3864,0),(5984,3865,0),(5984,3867,0),(5984,3873,0),(5984,3878,0),(5984,3883,0),(5984,3884,0),(5984,3885,0),(5984,3886,0),(5984,3887,0),(5984,3888,0),(5984,3889,0),(5984,3890,0),(5984,3891,0),(5984,3892,0),(5984,3893,0),(5984,3894,0),(5984,3895,0),(5984,3896,0),(5988,2,0),(5988,16,0),(5988,47,0),(5988,979,0),(5988,2345,0),(5988,3898,0),(5988,3900,0),(5988,3901,0),(5988,3902,0),(5988,3903,0),(5988,3904,0),(5988,3905,0),(5988,3906,0),(5988,3909,0),(5988,3913,0),(5988,3917,0),(5988,3923,0),(5988,3924,0),(5988,3925,0),(5988,3926,0),(5988,3927,0),(5988,3928,0),(5988,3929,0),(5988,3930,0),(5988,4029,0),(5988,4030,0),(6001,4,0),(6001,16,0),(6001,219,0),(6001,2216,0),(6001,2266,0),(6001,2964,0),(6001,2966,0),(6001,2981,0),(6001,2982,0),(6001,2987,0),(6001,3303,0),(6001,3304,0),(6001,3306,0),(6001,3338,0),(6001,3933,0),(6001,3941,0),(6001,3944,0),(6001,3945,0),(6001,3946,0),(6001,3947,0),(6001,3948,0),(6001,3949,0),(6001,3950,0),(6005,4,0),(6005,13,0),(6005,2266,0),(6005,2354,0),(6005,2371,0),(6005,2440,0),(6005,2965,0),(6005,2966,0),(6005,2981,0),(6005,3307,0),(6005,3352,0),(6005,3357,0),(6005,3759,0),(6005,3932,0),(6005,3936,0),(6005,3951,0),(6005,3952,0),(6005,3953,0),(6005,3954,0),(6005,3964,0),(6005,3965,0),(6005,3970,0),(6005,4001,0),(6005,4002,0),(6005,4003,0),(6005,4004,0),(6011,4,0),(6011,13,0),(6011,219,0),(6011,2216,0),(6011,2964,0),(6011,2965,0),(6011,2981,0),(6011,2982,0),(6011,3306,0),(6011,4005,0),(6011,4006,0),(6011,4007,0),(6011,4008,0),(6011,4009,0),(6011,4010,0),(6011,4011,0),(6011,4012,0),(6011,4018,0),(6011,4019,0),(6011,4020,0),(6011,4021,0),(6011,4022,0),(6011,4025,0),(6011,4026,0),(6011,4027,0),(6011,4028,0),(6016,4,0),(6016,16,0),(6016,240,0),(6016,1838,0),(6016,2354,0),(6016,2559,0),(6016,2881,0),(6016,2964,0),(6016,2965,0),(6016,2966,0),(6016,2981,0),(6016,2982,0),(6016,2986,0),(6016,3352,0),(6016,3412,0),(6016,3488,0),(6016,3932,0),(6016,3936,0),(6016,3940,0),(6016,3942,0),(6016,4001,0),(6016,4002,0),(6016,4033,0),(6016,4034,0),(6016,4035,0),(6016,4039,0),(6016,4040,0),(6020,4,0),(6020,16,0),(6020,2216,0),(6020,2270,0),(6020,2356,0),(6020,2359,0),(6020,2792,0),(6020,2982,0),(6020,2986,0),(6020,2987,0),(6020,3143,0),(6020,3212,0),(6020,3306,0),(6020,3313,0),(6020,3330,0),(6020,3352,0),(6020,3362,0),(6020,3766,0),(6020,4048,0),(6020,4049,0),(6020,4051,0),(6020,4052,0),(6020,4053,0),(6020,4054,0),(6020,4055,0),(6020,4056,0),(6020,4057,0),(6025,4,0),(6025,14,0),(6036,3,0),(6036,16,0),(6036,2013,0),(6036,3434,0),(6036,4074,0),(6036,4075,0),(6036,4076,0),(6036,4077,0),(6036,4078,0),(6036,4079,0),(6036,4080,0),(6036,4091,0),(6036,4092,0),(6036,4093,0),(6036,4110,0),(6036,4111,0),(6036,4112,0),(6036,4113,0),(6036,4114,0),(6036,4115,0),(6036,4116,0),(6036,4117,0),(6036,4118,0),(6036,4120,0),(6036,4121,0),(6036,4122,0),(6036,4123,0),(6040,4,0),(6040,881,0),(6040,1106,0),(6040,1289,0),(6040,2359,0),(6040,3067,0),(6040,3766,0),(6040,4096,0),(6040,4097,0),(6040,4099,0),(6040,4100,0),(6040,4101,0),(6040,4105,0),(6040,4119,0),(6040,4139,0),(6040,4141,0),(6040,4142,0),(6040,4143,0),(6040,4144,0),(6040,4145,0),(6040,4146,0),(6040,4147,0),(6040,4148,0),(6040,4149,0),(6040,4150,0),(6040,4151,0),(6040,4152,0),(6040,4153,0),(6040,4154,0),(6050,4,0),(6050,5,0),(6050,504,0),(6050,2153,0),(6050,3373,0),(6050,4084,0),(6050,4126,0),(6050,4127,0),(6050,4128,0),(6050,4129,0),(6050,4130,0),(6050,4131,0),(6050,4132,0),(6050,4133,0),(6050,4135,0),(6050,4136,0),(6050,4137,0),(6050,4138,0),(6050,4140,0),(6050,4156,0),(6050,4157,0),(6050,4170,0),(6057,2,0),(6057,14,0),(6057,47,0),(6057,2224,0),(6057,2414,0),(6057,2476,0),(6057,2882,0),(6057,3131,0),(6057,4159,0),(6057,4160,0),(6057,4161,0),(6057,4162,0),(6057,4164,0),(6057,4165,0),(6057,4166,0),(6057,4167,0),(6057,4168,0),(6057,4171,0),(6057,4173,0),(6057,4174,0),(6057,4175,0),(6067,2,0),(6067,14,0),(6067,154,0),(6067,1193,0),(6067,1298,0),(6067,2094,0),(6067,2095,0),(6067,2221,0),(6067,2403,0),(6067,2880,0),(6067,3683,0),(6067,3786,0),(6067,4176,0),(6067,4177,0),(6067,4178,0),(6067,4179,0),(6067,4180,0),(6067,4181,0),(6067,4182,0),(6067,4183,0),(6067,4184,0),(6067,4187,0),(6067,4188,0),(6067,4189,0),(6067,4190,0),(6067,4196,0),(6067,4197,0),(6067,4198,0),(6069,4,0),(6069,7,0),(6069,522,0),(6069,688,0),(6069,2909,0),(6069,4191,0),(6069,4192,0),(6069,4199,0),(6069,4201,0),(6069,4202,0),(6069,4203,0),(6069,4206,0),(6069,4211,0),(6069,4237,0),(6069,4260,0),(6069,4261,0),(6069,4262,0),(6069,4263,0),(6069,4264,0),(6069,4265,0),(6069,4266,0),(6069,4267,0),(6069,4268,0),(6069,4269,0),(6069,4270,0),(6069,4271,0),(6069,4272,0),(6069,4273,0),(6077,2,0),(6077,881,0),(6077,1678,0),(6077,2589,0),(6077,3787,0),(6077,4209,0),(6077,4210,0),(6077,4234,0),(6077,4236,0),(6077,4241,0),(6077,4245,0),(6077,4246,0),(6077,4248,0),(6077,4250,0),(6077,4252,0),(6077,4253,0),(6077,4254,0),(6077,4278,0),(6077,4279,0),(6077,4281,0),(6077,4282,0),(6077,4283,0),(6077,4284,0),(6077,4395,0),(6077,4396,0),(6077,4397,0),(6077,4398,0),(6077,4399,0),(6079,33,0),(6079,1799,0),(6091,4,0),(6091,6,0),(6091,91,0),(6091,1350,0),(6091,3389,0),(6091,4314,0),(6091,4315,0),(6091,4316,0),(6091,4317,0),(6091,4318,0),(6091,4319,0),(6091,4320,0),(6091,4321,0),(6091,4322,0),(6091,4323,0),(6091,4324,0),(6091,4325,0),(6091,4326,0),(6091,4327,0),(6091,4328,0),(6091,4329,0),(6091,4333,0),(6091,4334,0),(6091,4335,0),(6091,4336,0),(6091,4337,0),(6091,4338,0),(6091,4339,0),(6097,4,0),(6097,14,0),(6097,809,0),(6097,811,0),(6097,2098,0),(6097,4082,0),(6097,4344,0),(6097,4348,0),(6097,4349,0),(6097,4352,0),(6097,4355,0),(6097,4356,0),(6097,4357,0),(6097,4358,0),(6097,4359,0),(6097,4360,0),(6097,4361,0),(6097,4363,0),(6097,4364,0),(6097,4365,0),(6097,4374,0),(6097,4375,0),(6097,4376,0),(6105,4,0),(6105,5,0),(6105,4045,0),(6105,4377,0),(6105,4378,0),(6105,4379,0),(6105,4380,0),(6105,4381,0),(6105,4382,0),(6105,4384,0),(6105,4385,0),(6105,4387,0),(6105,4388,0),(6105,4394,0),(6105,4400,0),(6105,4401,0),(6105,4402,0),(6105,4403,0),(6105,4404,0),(6105,4405,0),(6105,4406,0),(6105,4421,0),(6105,4422,0),(6105,4423,0),(6105,4424,0),(6105,4425,0),(6113,2,0),(6113,14,0),(6116,2,0),(6116,14,0),(6119,2,0),(6119,14,0),(6119,47,0),(6119,528,0),(6119,2187,0),(6119,2405,0),(6119,2414,0),(6119,3173,0),(6119,3683,0),(6119,4109,0),(6119,4175,0),(6119,4407,0),(6119,4408,0),(6119,4409,0),(6119,4410,0),(6119,4411,0),(6119,4412,0),(6119,4413,0),(6119,4414,0),(6119,4415,0),(6119,4416,0),(6119,4418,0),(6119,4426,0),(6119,4427,0),(6119,4428,0),(6119,4429,0),(6119,4430,0),(6119,4431,0),(6131,4,0),(6131,12,0),(6131,2108,0),(6131,2314,0),(6131,2807,0),(6131,4432,0),(6131,4434,0),(6131,4435,0),(6131,4436,0),(6131,4437,0),(6131,4438,0),(6131,4439,0),(6131,4440,0),(6131,4441,0),(6131,4452,0),(6131,4453,0),(6131,4454,0),(6131,4455,0),(6131,4456,0),(6131,4457,0),(6131,4458,0),(6131,4459,0),(6131,4460,0),(6131,4461,0),(6131,4462,0),(6143,3,0),(6143,97,0),(6143,98,0),(6143,1534,0),(6143,4116,0),(6143,4463,0),(6143,4464,0),(6143,4465,0),(6143,4466,0),(6143,4467,0),(6143,4468,0),(6143,4469,0),(6143,4471,0),(6143,4472,0),(6143,4473,0),(6143,4479,0),(6143,4480,0),(6143,4481,0),(6143,4482,0),(6143,4483,0),(6143,4484,0),(6143,4485,0),(6143,4486,0),(6143,4487,0),(6143,4488,0),(6143,4489,0),(6143,4490,0),(6143,4491,0),(6147,2,0),(6147,14,0),(6147,528,0),(6147,861,0),(6147,2094,0),(6147,2309,0),(6147,2406,0),(6147,3284,0),(6147,4492,0),(6147,4493,0),(6147,4494,0),(6147,4495,0),(6147,4496,0),(6147,4497,0),(6147,4498,0),(6147,4502,0),(6147,4503,0),(6147,4522,0),(6147,4523,0),(6147,4524,0),(6147,4525,0),(6147,4526,0),(6147,4527,0),(6147,4528,0),(6147,4531,0),(6148,4,0),(6148,13,0),(6148,312,0),(6148,2244,0),(6148,2372,0),(6148,2494,0),(6148,2495,0),(6148,2964,0),(6148,2965,0),(6148,2966,0),(6148,2981,0),(6148,2982,0),(6148,2986,0),(6148,2987,0),(6148,3303,0),(6148,3304,0),(6148,4504,0),(6148,4505,0),(6148,4506,0),(6148,4513,0),(6148,4514,0),(6148,4517,0),(6148,4520,0),(6148,4529,0),(6148,4530,0),(6148,4546,0),(6154,2,0),(6154,10,0),(6154,355,0),(6154,4164,0),(6154,4174,0),(6154,4532,0),(6154,4533,0),(6154,4534,0),(6154,4535,0),(6154,4547,0),(6154,4548,0),(6154,4549,0),(6154,4550,0),(6154,4555,0),(6154,4556,0),(6154,4557,0),(6154,4558,0),(6154,4559,0),(6154,4560,0),(6154,4561,0),(6154,4562,0),(6154,4563,0),(6154,4564,0),(6154,4565,0),(6154,4566,0),(6154,4567,0),(6154,4568,0),(6154,4569,0),(6162,2,0),(6162,10,0),(6162,47,0),(6162,2342,0),(6162,3139,0),(6162,3184,0),(6162,3474,0),(6162,3550,0),(6162,4161,0),(6162,4174,0),(6162,4570,0),(6162,4571,0),(6162,4572,0),(6162,4573,0),(6162,4574,0),(6162,4575,0),(6162,4576,0),(6162,4577,0),(6162,4578,0),(6162,4579,0),(6162,4580,0),(6162,4581,0),(6162,4582,0),(6162,4583,0),(6162,4584,0),(6173,2,0),(6173,14,0),(6173,2094,0),(6173,2249,0),(6173,2342,0),(6173,2560,0),(6173,2974,0),(6173,4211,0),(6173,4497,0),(6173,4585,0),(6173,4586,0),(6173,4587,0),(6173,4588,0),(6173,4589,0),(6173,4590,0),(6173,4591,0),(6173,4592,0),(6173,4593,0),(6173,4594,0),(6173,4595,0),(6182,4,0),(6182,12,0),(6182,47,0),(6182,2219,0),(6182,2254,0),(6182,2372,0),(6182,2494,0),(6182,2495,0),(6182,4596,0),(6182,4599,0),(6182,4609,0),(6182,4610,0),(6182,4613,0),(6182,4615,0),(6182,4616,0),(6182,4617,0),(6182,4618,0),(6182,4619,0),(6182,4620,0),(6182,4621,0),(6182,4622,0),(6182,4623,0),(6182,4624,0),(6182,4625,0),(6182,4626,0),(6182,4627,0),(6188,4,0),(6188,6,0),(6188,47,0),(6188,48,0),(6188,3234,0),(6188,4628,0),(6188,4636,0),(6188,4638,0),(6188,4659,0),(6188,4660,0),(6188,4661,0),(6188,4671,0),(6188,4678,0),(6188,4682,0),(6188,4683,0),(6188,4684,0),(6188,4685,0),(6188,4686,0),(6188,4687,0),(6188,4688,0),(6188,4689,0),(6188,4690,0),(6188,4693,0),(6188,4694,0),(6188,4695,0),(6188,4696,0),(6188,4697,0),(6195,4,0),(6195,11,0),(6195,1291,0),(6195,4698,0),(6195,4699,0),(6195,4710,0),(6195,4711,0),(6195,4712,0),(6195,4713,0),(6195,4714,0),(6195,4715,0),(6195,4716,0),(6195,4717,0),(6195,4722,0),(6195,4723,0),(6195,4724,0),(6195,4725,0),(6195,4726,0),(6195,4727,0),(6195,4728,0),(6195,4729,0),(6195,4730,0),(6195,4731,0),(6195,4732,0),(6195,4733,0),(6195,4734,0),(6195,4735,0),(6199,4,0),(6199,14,0),(6199,391,0),(6199,824,0),(6199,2343,0),(6199,4186,0),(6199,4736,0),(6199,4737,0),(6199,4738,0),(6199,4739,0),(6199,4740,0),(6199,4741,0),(6199,4743,0),(6199,4744,0),(6199,4745,0),(6199,4746,0),(6199,4747,0),(6199,4748,0),(6203,2,0),(6203,14,0),(6203,519,0),(6203,522,0),(6203,1088,0),(6203,1744,0),(6203,1745,0),(6203,2239,0),(6203,2240,0),(6203,2247,0),(6203,2248,0),(6203,2402,0),(6203,2909,0),(6203,4792,0),(6203,4793,0),(6203,4794,0),(6203,4795,0),(6203,4796,0),(6203,4797,0),(6203,4798,0),(6203,4799,0),(6203,4800,0),(6203,4801,0),(6203,4802,0),(6203,4803,0),(6204,2,0),(6204,14,0),(6204,593,0),(6204,727,0),(6204,756,0),(6204,821,0),(6204,861,0),(6204,1088,0),(6204,1158,0),(6204,2000,0),(6204,3775,0),(6204,4749,0),(6204,4750,0),(6204,4751,0),(6204,4752,0),(6204,4753,0),(6204,4754,0),(6204,4755,0),(6204,4756,0),(6204,4757,0),(6204,4758,0),(6204,4759,0),(6204,4763,0),(6204,4766,0),(6204,4767,0),(6204,4768,0),(6204,4771,0),(6204,4774,0),(6204,4776,0),(6204,4777,0),(6204,4779,0),(6206,4,0),(6206,15,0),(6206,993,0),(6206,996,0),(6206,1586,0),(6206,1842,0),(6206,2294,0),(6206,3068,0),(6206,3528,0),(6206,3658,0),(6206,4775,0),(6206,4782,0),(6206,4786,0),(6206,4788,0),(6206,4790,0),(6206,4791,0),(6206,4804,0),(6206,4805,0),(6206,4809,0),(6206,4826,0),(6206,4837,0),(6206,4840,0),(6206,4841,0),(6206,4842,0),(6206,4843,0),(6206,4844,0),(6206,4851,0),(6206,4852,0),(6218,4,0),(6218,16,0),(6218,91,0),(6218,2219,0),(6218,2246,0),(6218,2352,0),(6218,2638,0),(6218,3708,0),(6218,4600,0),(6218,4613,0),(6218,4831,0),(6218,4832,0),(6218,4833,0),(6218,4834,0),(6218,4835,0),(6218,4836,0),(6218,4838,0),(6218,4839,0),(6218,4845,0),(6218,4846,0),(6218,4847,0),(6218,4848,0),(6218,4849,0),(6218,4850,0),(6222,3,0),(6222,8,0),(6222,125,0),(6222,609,0),(6222,1055,0),(6222,2747,0),(6222,3023,0),(6222,3773,0),(6222,4186,0),(6222,4853,0),(6222,4855,0),(6222,4859,0),(6222,4876,0),(6222,4877,0),(6222,4878,0),(6222,4887,0),(6222,4888,0),(6222,4889,0),(6222,4890,0),(6222,4892,0),(6222,4893,0),(6222,4894,0),(6222,4895,0),(6222,4896,0),(6222,4897,0),(6222,4898,0),(6222,4899,0),(6224,2842,0),(6224,4879,0),(6224,4880,0),(6224,4883,0),(6224,4884,0),(6224,4885,0),(6252,3,0),(6252,1534,0),(6252,2101,0),(6252,2238,0),(6252,2404,0),(6252,2470,0),(6252,2792,0),(6252,2798,0),(6252,3082,0),(6252,3131,0),(6252,3725,0),(6252,4900,0),(6252,4901,0),(6252,4902,0),(6252,4903,0),(6252,4904,0),(6252,4920,0),(6252,4922,0),(6252,4923,0),(6252,4924,0),(6252,4926,0),(6252,4927,0),(6253,4,0),(6253,5,0),(6253,594,0),(6253,3373,0),(6253,4131,0),(6253,4135,0),(6253,4137,0),(6253,4138,0),(6253,4156,0),(6253,4905,0),(6253,4906,0),(6253,4907,0),(6253,4908,0),(6253,4909,0),(6253,4910,0),(6253,4911,0),(6253,4912,0),(6253,4913,0),(6253,4921,0),(6253,4952,0),(6253,4953,0),(6253,4954,0),(6253,4955,0),(6253,4956,0),(6253,4957,0),(6253,4958,0),(6253,4959,0),(6253,4960,0),(6258,4,0),(6258,5,0),(6258,49,0),(6258,2301,0),(6258,2544,0),(6258,2617,0),(6258,2763,0),(6258,3438,0),(6258,3696,0),(6258,3734,0),(6258,4543,0),(6258,4928,0),(6258,4930,0),(6258,4931,0),(6258,4932,0),(6258,4933,0),(6258,4937,0),(6258,4938,0),(6258,4940,0),(6258,4947,0),(6258,4948,0),(6258,4949,0),(6258,4950,0),(6258,4961,0),(6258,4962,0),(6258,4963,0),(6258,4964,0),(6258,4965,0),(6269,2,0),(6269,14,0),(6269,47,0),(6269,528,0),(6269,697,0),(6269,1276,0),(6269,2216,0),(6269,2414,0),(6269,2565,0),(6269,2599,0),(6269,2601,0),(6269,3787,0),(6269,4973,0),(6269,4995,0),(6269,4996,0),(6269,4997,0),(6269,5005,0),(6269,5006,0),(6269,5007,0),(6273,3,0),(6273,9,0),(6273,967,0),(6273,2245,0),(6273,2473,0),(6273,3068,0),(6273,3152,0),(6273,4967,0),(6273,4968,0),(6273,4970,0),(6273,4971,0),(6273,4972,0),(6273,4977,0),(6273,4981,0),(6273,4984,0),(6276,4,0),(6276,11,0),(6276,831,0),(6276,1291,0),(6276,2117,0),(6276,2372,0),(6276,4698,0),(6276,4705,0),(6276,4714,0),(6276,4725,0),(6276,4726,0),(6276,4732,0),(6276,4976,0),(6276,4980,0),(6276,4983,0),(6276,5011,0),(6276,5012,0),(6276,5013,0),(6276,5014,0),(6276,5016,0),(6276,5019,0),(6276,5020,0),(6276,5021,0),(6276,5022,0),(6276,5023,0),(6276,5038,0),(6279,3,0),(6279,5,0),(6279,1990,0),(6279,1992,0),(6279,1993,0),(6279,2301,0),(6279,2911,0),(6279,3822,0),(6279,3823,0),(6279,3836,0),(6279,3838,0),(6279,3841,0),(6279,4998,0),(6279,4999,0),(6279,5000,0),(6279,5001,0),(6279,5002,0),(6279,5008,0),(6279,5009,0),(6287,3,0),(6287,5,0),(6287,1990,0),(6287,1992,0),(6287,1993,0),(6287,2224,0),(6287,2301,0),(6287,2911,0),(6287,3564,0),(6287,3822,0),(6287,4998,0),(6287,5002,0),(6287,5024,0),(6287,5026,0),(6287,5027,0),(6287,5028,0),(6287,5029,0),(6287,5031,0),(6287,5032,0),(6287,5033,0),(6287,5034,0),(6287,5035,0),(6287,5036,0),(6287,6051,0),(6287,6052,0),(6292,2,0),(6292,14,0),(6292,974,0),(6292,1315,0),(6292,3143,0),(6292,3144,0),(6292,3145,0),(6292,3263,0),(6292,3308,0),(6292,3566,0),(6292,4647,0),(6292,5037,0),(6292,5039,0),(6292,5053,0),(6292,5056,0),(6292,5062,0),(6292,5098,0),(6292,5099,0),(6294,4,0),(6294,15,0),(6294,2882,0),(6294,3634,0),(6294,3635,0),(6294,5041,0),(6294,5042,0),(6294,5043,0),(6294,5045,0),(6294,5046,0),(6294,5047,0),(6294,5051,0),(6294,5052,0),(6294,5054,0),(6294,5055,0),(6294,5057,0),(6294,5058,0),(6294,5059,0),(6294,5060,0),(6294,5063,0),(6294,5086,0),(6294,5087,0),(6294,5088,0),(6294,5089,0),(6294,5090,0),(6297,4,0),(6297,11,0),(6297,1291,0),(6297,3701,0),(6297,5064,0),(6297,5065,0),(6297,5066,0),(6297,5067,0),(6297,5069,0),(6297,5070,0),(6297,5073,0),(6297,5079,0),(6297,5082,0),(6297,5083,0),(6297,5085,0),(6297,5094,0),(6297,5095,0),(6297,5096,0),(6297,5097,0),(6297,5100,0),(6297,5101,0),(6297,5102,0),(6297,5103,0),(6297,5104,0),(6297,5105,0),(6297,5106,0),(6297,5107,0),(6297,5108,0),(6300,2,0),(6300,14,0),(6300,930,0),(6300,2094,0),(6300,2688,0),(6300,3136,0),(6300,3262,0),(6300,3307,0),(6300,5123,0),(6300,5124,0),(6300,5126,0),(6300,5127,0),(6300,5128,0),(6300,5130,0),(6300,5131,0),(6300,5132,0),(6300,5133,0),(6300,5135,0),(6300,5136,0),(6300,5138,0),(6300,5139,0),(6300,5141,0),(6300,5142,0),(6300,5143,0),(6300,5144,0),(6300,5145,0),(6300,5146,0),(6308,4,0),(6308,15,0),(6308,1069,0),(6308,1864,0),(6308,2427,0),(6308,2429,0),(6308,2430,0),(6308,2781,0),(6308,5109,0),(6308,5182,0),(6308,5184,0),(6308,5186,0),(6308,5188,0),(6308,5191,0),(6308,5193,0),(6308,5194,0),(6308,5195,0),(6308,5196,0),(6308,5197,0),(6308,5198,0),(6308,5199,0),(6308,5210,0),(6308,5215,0),(6308,5216,0),(6308,5223,0),(6308,5224,0),(6308,5226,0),(6309,4,0),(6309,16,0),(6309,3507,0),(6309,4735,0),(6309,5217,0),(6309,5218,0),(6309,5225,0),(6309,5227,0),(6309,5228,0),(6309,5229,0),(6309,5230,0),(6309,5231,0),(6309,5233,0),(6309,5236,0),(6309,5237,0),(6309,5238,0),(6309,5239,0),(6309,5240,0),(6309,5241,0),(6309,5242,0),(6309,5243,0),(6309,5244,0),(6309,5245,0),(6309,5255,0),(6309,5256,0),(6309,5257,0),(6309,5258,0),(6309,5259,0),(6314,4,0),(6314,12,0),(6314,47,0),(6314,5147,0),(6314,5148,0),(6314,5149,0),(6314,5161,0),(6314,5162,0),(6314,5163,0),(6314,5170,0),(6314,5172,0),(6314,5174,0),(6314,5175,0),(6314,5200,0),(6314,5201,0),(6314,5202,0),(6314,5203,0),(6314,5204,0),(6314,5205,0),(6314,5206,0),(6314,5207,0),(6314,5208,0),(6314,5209,0),(6314,5211,0),(6314,5212,0),(6314,5213,0),(6314,5214,0),(6322,4,0),(6322,16,0),(6322,2309,0),(6322,2371,0),(6322,2777,0),(6322,3561,0),(6322,4515,0),(6322,4949,0),(6322,5246,0),(6322,5247,0),(6322,5248,0),(6322,5249,0),(6322,5253,0),(6322,5254,0),(6322,5260,0),(6322,5261,0),(6322,5262,0),(6322,5263,0),(6322,5264,0),(6322,5265,0),(6322,5268,0),(6322,5270,0),(6322,5271,0),(6322,5272,0),(6322,5273,0),(6332,4,0),(6332,15,0),(6332,996,0),(6332,5041,0),(6332,5052,0),(6332,5054,0),(6332,5058,0),(6332,5275,0),(6332,5276,0),(6332,5289,0),(6332,5290,0),(6332,5291,0),(6332,5292,0),(6332,5293,0),(6332,5294,0),(6332,5295,0),(6332,5296,0),(6332,5297,0),(6332,5298,0),(6332,5299,0),(6332,5301,0),(6332,5302,0),(6332,5303,0),(6332,5304,0),(6332,5305,0),(6332,5306,0),(6332,5307,0),(6336,2,0),(6336,14,0),(6336,522,0),(6336,1499,0),(6336,2094,0),(6336,2101,0),(6336,2221,0),(6336,2238,0),(6336,2271,0),(6336,2476,0),(6336,2688,0),(6336,3136,0),(6336,3257,0),(6336,5124,0),(6336,5129,0),(6336,5133,0),(6336,5134,0),(6336,5135,0),(6336,5139,0),(6336,5143,0),(6336,5145,0),(6336,5308,0),(6336,5310,0),(6336,5311,0),(6336,5312,0),(6336,5313,0),(6336,5317,0),(6336,5318,0),(6342,4,0),(6342,6,0),(6342,47,0),(6342,133,0),(6342,1289,0),(6342,5332,0),(6342,5333,0),(6342,5334,0),(6342,5335,0),(6342,5337,0),(6342,5338,0),(6342,5339,0),(6342,5340,0),(6342,5341,0),(6342,5342,0),(6342,5343,0),(6342,5344,0),(6342,5345,0),(6342,5347,0),(6342,5348,0),(6342,5349,0),(6342,5350,0),(6342,5351,0),(6342,5353,0),(6342,5354,0),(6342,5356,0),(6342,5357,0),(6342,5359,0),(6342,5360,0),(6342,5361,0),(6351,4,0),(6351,6,0),(6351,890,0),(6351,994,0),(6351,2221,0),(6351,2225,0),(6351,3528,0),(6351,4182,0),(6351,4652,0),(6351,5091,0),(6351,5362,0),(6351,5363,0),(6351,5364,0),(6351,5365,0),(6351,5366,0),(6351,5368,0),(6351,5369,0),(6351,5370,0),(6351,5373,0),(6351,5374,0),(6351,5375,0),(6351,5377,0),(6351,5378,0),(6351,5379,0),(6351,5380,0),(6351,5381,0),(6351,5383,0),(6356,4,0),(6356,47,0),(6356,206,0),(6356,881,0),(6356,982,0),(6356,1069,0),(6356,1628,0),(6356,2427,0),(6356,2429,0),(6356,2430,0),(6356,2459,0),(6356,2781,0),(6356,5115,0),(6356,5181,0),(6356,5185,0),(6356,5187,0),(6356,5188,0),(6356,5189,0),(6356,5194,0),(6356,5195,0),(6356,5223,0),(6356,5226,0),(6356,5387,0),(6356,5398,0),(6356,5401,0),(6356,5402,0),(6356,5403,0),(6356,5404,0),(6356,5405,0),(6356,5406,0),(6356,5407,0),(6356,5408,0),(6356,5409,0),(6356,5410,0),(6356,5411,0),(6367,2,0),(6367,14,0),(6367,527,0),(6367,2221,0),(6367,2402,0),(6367,2688,0),(6367,3759,0),(6367,5124,0),(6367,5143,0),(6367,5318,0),(6367,5412,0),(6367,5413,0),(6367,5414,0),(6367,5426,0),(6367,5468,0),(6367,5504,0),(6367,5505,0),(6367,5506,0),(6367,5526,0),(6367,5527,0),(6368,4,0),(6368,16,0),(6368,2559,0),(6368,2881,0),(6368,2965,0),(6368,2966,0),(6368,2982,0),(6368,3097,0),(6368,3308,0),(6368,3944,0),(6368,4015,0),(6368,4026,0),(6368,5437,0),(6368,5441,0),(6368,5442,0),(6368,5443,0),(6368,5444,0),(6368,5445,0),(6368,5457,0),(6368,5473,0),(6368,5474,0),(6368,5475,0),(6369,2,0),(6369,10,0),(6369,821,0),(6369,1402,0),(6369,2476,0),(6369,2559,0),(6369,2727,0),(6369,5446,0),(6369,5447,0),(6369,5448,0),(6369,5449,0),(6369,5450,0),(6369,5451,0),(6369,5452,0),(6369,5453,0),(6369,5463,0),(6369,5464,0),(6369,5465,0),(6369,5466,0),(6369,5470,0),(6369,5471,0),(6369,5472,0),(6380,4,0),(6380,16,0),(6380,1942,0),(6380,5247,0),(6380,5489,0),(6380,5529,0),(6380,5569,0),(6380,5575,0),(6380,5576,0),(6380,5577,0),(6380,5578,0),(6382,3,0),(6382,14,0),(6382,1814,0),(6382,2709,0),(6382,3265,0),(6382,3483,0),(6382,3492,0),(6382,3713,0),(6382,5508,0),(6382,5510,0),(6382,5511,0),(6382,5512,0),(6382,5513,0),(6382,5514,0),(6382,5515,0),(6382,5516,0),(6382,5517,0),(6382,5518,0),(6382,5519,0),(6382,5520,0),(6382,5521,0),(6382,5522,0),(6382,5523,0),(6382,5524,0),(6382,5525,0),(6391,2,0),(6391,14,0),(6391,930,0),(6391,2081,0),(6391,2094,0),(6391,2153,0),(6391,2405,0),(6391,2476,0),(6391,2842,0),(6391,3170,0),(6391,3359,0),(6391,5530,0),(6391,5531,0),(6391,5532,0),(6391,5534,0),(6391,5535,0),(6391,5536,0),(6391,5537,0),(6391,5590,0),(6391,5591,0),(6391,5592,0),(6391,5594,0),(6391,5595,0),(6397,4,0),(6397,14,0),(6397,896,0),(6397,898,0),(6397,1093,0),(6397,2494,0),(6397,4333,0),(6397,4334,0),(6397,4335,0),(6397,4336,0),(6397,4613,0),(6397,5579,0),(6397,5631,0),(6397,5632,0),(6397,5633,0),(6397,5634,0),(6397,5635,0),(6397,5636,0),(6397,5637,0),(6397,5641,0),(6397,5645,0),(6397,5646,0),(6397,5647,0),(6397,5648,0),(6397,5649,0),(6397,5650,0),(6397,5651,0),(6397,5652,0),(6397,5653,0),(6400,2,0),(6400,14,0),(6400,47,0),(6400,387,0),(6400,390,0),(6400,519,0),(6400,698,0),(6400,742,0),(6400,1088,0),(6400,2247,0),(6400,2878,0),(6400,2889,0),(6400,4186,0),(6400,5596,0),(6400,5597,0),(6400,5626,0),(6400,5644,0),(6405,4,0),(6405,8,0),(6405,2372,0),(6405,3351,0),(6405,3423,0),(6405,3425,0),(6405,3428,0),(6405,3430,0),(6405,3431,0),(6405,3432,0),(6405,3463,0),(6405,3464,0),(6405,3465,0),(6405,5598,0),(6405,5599,0),(6405,5601,0),(6405,5602,0),(6405,5603,0),(6405,5604,0),(6405,5605,0),(6405,5606,0),(6405,5607,0),(6405,5608,0),(6405,5609,0),(6405,5610,0),(6405,5611,0),(6418,3,0),(6418,6,0),(6418,766,0),(6418,1381,0),(6418,1498,0),(6418,2397,0),(6418,2780,0),(6418,3076,0),(6418,4129,0),(6418,4988,0),(6418,5253,0),(6418,5619,0),(6418,5620,0),(6418,5621,0),(6418,5622,0),(6418,5623,0),(6418,5624,0),(6418,5625,0),(6418,5628,0),(6418,5629,0),(6418,5630,0),(6425,2,0),(6425,7,0),(6425,91,0),(6425,1181,0),(6425,2082,0),(6425,2372,0),(6425,2494,0),(6425,2599,0),(6425,2601,0),(6425,2638,0),(6425,2889,0),(6425,3128,0),(6425,3170,0),(6425,3182,0),(6425,3787,0),(6425,4613,0),(6425,4996,0),(6425,5654,0),(6425,5655,0),(6425,5656,0),(6425,5657,0),(6425,5658,0),(6425,5659,0),(6425,5660,0),(6426,4,0),(6426,13,0),(6426,1928,0),(6426,1929,0),(6426,2095,0),(6426,2173,0),(6426,2191,0),(6426,2238,0),(6426,2354,0),(6426,2467,0),(6426,2618,0),(6426,2638,0),(6426,3023,0),(6426,5260,0),(6426,5529,0),(6426,5662,0),(6426,5663,0),(6426,5666,0),(6426,5668,0),(6426,5678,0),(6426,5679,0),(6426,5680,0),(6426,5685,0),(6426,5689,0),(6426,5690,0),(6426,5691,0),(6426,5692,0),(6426,5694,0),(6427,2,0),(6427,14,0),(6427,808,0),(6427,933,0),(6427,961,0),(6427,2473,0),(6427,2846,0),(6427,2904,0),(6427,2905,0),(6427,3068,0),(6427,3143,0),(6427,5669,0),(6427,5670,0),(6427,5671,0),(6427,5673,0),(6427,5686,0),(6427,5687,0),(6427,5688,0),(6427,5693,0),(6427,5719,0),(6427,5720,0),(6427,5721,0),(6438,4,0),(6438,11,0),(6438,2311,0),(6438,3701,0),(6438,5696,0),(6438,5701,0),(6438,5705,0),(6438,5723,0),(6438,5724,0),(6438,5725,0),(6438,5726,0),(6438,5727,0),(6438,5728,0),(6438,5729,0),(6438,5730,0),(6438,5731,0),(6438,5746,0),(6438,5747,0),(6452,4,0),(6452,16,0),(6452,2641,0),(6452,3174,0),(6452,3471,0),(6452,5742,0),(6452,5744,0),(6452,5761,0),(6452,5762,0),(6452,5763,0),(6452,5764,0),(6452,5765,0),(6452,5766,0),(6452,5767,0),(6452,5768,0),(6452,5769,0),(6452,5770,0),(6452,5771,0),(6452,5772,0),(6452,5773,0),(6452,5774,0),(6452,5775,0),(6452,5776,0),(6452,5777,0),(6452,5778,0),(6452,5779,0),(6456,4,0),(6456,8,0),(6456,1940,0),(6456,2359,0),(6456,2777,0),(6456,3195,0),(6456,5120,0),(6456,5750,0),(6456,5752,0),(6456,5755,0),(6456,5756,0),(6456,5934,0),(6456,5935,0),(6456,5936,0),(6461,4,0),(6461,11,0),(6461,595,0),(6461,980,0),(6461,2618,0),(6461,5780,0),(6461,5781,0),(6461,5787,0),(6461,5793,0),(6461,5810,0),(6461,5837,0),(6461,5839,0),(6461,5840,0),(6461,5841,0),(6461,5842,0),(6461,5845,0),(6461,5846,0),(6461,5847,0),(6461,5848,0),(6461,5856,0),(6461,5868,0),(6461,5869,0),(6461,5871,0),(6461,5872,0),(6461,6941,0),(6461,6942,0),(6461,6943,0),(6462,2,0),(6462,7,0),(6462,846,0),(6462,1373,0),(6462,1973,0),(6462,2213,0),(6462,2405,0),(6462,2540,0),(6462,3170,0),(6462,3259,0),(6462,5414,0),(6462,5817,0),(6462,5818,0),(6462,5819,0),(6462,5820,0),(6462,5821,0),(6462,5822,0),(6462,5823,0),(6462,5824,0),(6462,5825,0),(6462,5826,0),(6462,5827,0),(6462,5828,0),(6462,5829,0),(6462,5830,0),(6462,5831,0),(6462,5832,0),(6462,5833,0),(6462,5834,0),(6462,5835,0),(6462,5836,0),(6469,3,0),(6469,14,0),(6469,766,0),(6469,930,0),(6469,977,0),(6469,2820,0),(6469,3082,0),(6469,3265,0),(6469,3536,0),(6469,3566,0),(6469,3661,0),(6469,3664,0),(6469,3665,0),(6469,3670,0),(6469,3683,0),(6469,4651,0),(6469,5850,0),(6469,5852,0),(6469,5853,0),(6469,5854,0),(6469,5855,0),(6472,2,0),(6472,14,0),(6472,2476,0),(6472,5859,0),(6472,5860,0),(6472,5861,0),(6472,5865,0),(6472,5870,0),(6472,5874,0),(6472,5876,0),(6472,5877,0),(6472,5878,0),(6472,5879,0),(6472,5880,0),(6472,5888,0),(6472,5889,0),(6472,5890,0),(6472,5891,0),(6472,5892,0),(6472,5893,0),(6472,5894,0),(6472,5895,0),(6472,5896,0),(6472,5897,0),(6472,5900,0),(6472,5901,0),(6472,5902,0),(6472,5903,0),(6480,4,0),(6480,5,0),(6480,47,0),(6480,594,0),(6480,1754,0),(6480,3414,0),(6480,5904,0),(6480,5905,0),(6480,5906,0),(6480,5916,0),(6480,5918,0),(6480,5919,0),(6480,5920,0),(6480,5921,0),(6480,5922,0),(6480,5925,0),(6480,5926,0),(6480,5927,0),(6480,5928,0),(6480,5929,0),(6480,5930,0),(6480,5931,0),(6480,5932,0),(6480,5933,0),(6480,5951,0),(6480,5952,0),(6480,5953,0),(6480,5957,0),(6489,3,0),(6489,5,0),(6489,1990,0),(6489,1991,0),(6489,1992,0),(6489,1993,0),(6489,2911,0),(6489,3136,0),(6489,4179,0),(6489,4998,0),(6489,5938,0),(6489,5939,0),(6489,5940,0),(6489,5941,0),(6489,5942,0),(6489,5943,0),(6489,5944,0),(6489,5945,0),(6489,5946,0),(6489,5947,0),(6489,5948,0),(6489,5949,0),(6489,5950,0),(6489,5954,0),(6489,5955,0),(6489,5956,0),(6497,2219,0),(6497,2354,0),(6497,2467,0),(6497,2505,0),(6497,2656,0),(6497,5975,0),(6497,5976,0),(6497,5977,0),(6497,5978,0),(6497,5979,0),(6497,5980,0),(6497,5981,0),(6497,5982,0),(6497,5983,0),(6497,5984,0),(6497,5985,0),(6497,5986,0),(6497,5987,0),(6497,5988,0),(6497,5989,0),(6498,3,0),(6498,14,0),(6498,154,0),(6498,219,0),(6498,1644,0),(6498,1645,0),(6498,1699,0),(6498,2153,0),(6498,2254,0),(6498,2403,0),(6498,3440,0),(6498,3650,0),(6498,3683,0),(6498,4164,0),(6498,5855,0),(6498,5958,0),(6498,5959,0),(6498,5960,0),(6498,5961,0),(6498,5962,0),(6498,5963,0),(6498,5964,0),(6498,5968,0),(6498,5969,0),(6498,5970,0),(6498,5971,0),(6498,5972,0),(6498,5973,0),(6498,5974,0),(6505,4,0),(6505,15,0),(6505,996,0),(6505,1842,0),(6505,2083,0),(6505,2094,0),(6505,2118,0),(6505,2473,0),(6505,2562,0),(6505,2852,0),(6505,3528,0),(6505,3643,0),(6505,3647,0),(6505,3721,0),(6505,5974,0),(6505,5990,0),(6505,5992,0),(6505,5993,0),(6505,5994,0),(6505,6050,0),(6505,6056,0),(6505,6068,0),(6507,4,0),(6507,8,0),(6507,460,0),(6507,2216,0),(6507,2544,0),(6507,4104,0),(6507,5610,0),(6507,5996,0),(6507,5998,0),(6507,5999,0),(6507,6000,0),(6507,6001,0),(6507,6004,0),(6507,6005,0),(6507,6006,0),(6507,6009,0),(6507,6010,0),(6507,6011,0),(6507,6012,0),(6507,6013,0),(6520,2,0),(6520,7,0),(6520,521,0),(6520,536,0),(6520,1969,0),(6520,1970,0),(6520,6024,0),(6520,6025,0),(6520,6026,0),(6520,6027,0),(6520,6142,0),(6520,6143,0),(6520,6145,0),(6520,6146,0),(6520,6181,0),(6520,6252,0),(6520,6253,0),(6520,6254,0),(6520,6261,0),(6520,6263,0),(6520,6265,0),(6520,6266,0),(6520,6283,0),(6520,6284,0),(6520,6285,0),(6520,6292,0),(6520,6293,0),(6520,6294,0),(6520,6295,0),(6522,4,0),(6522,12,0),(6522,45,0),(6522,47,0),(6522,71,0),(6522,2219,0),(6522,2473,0),(6522,3081,0),(6522,3202,0),(6522,3212,0),(6522,5116,0),(6522,5376,0),(6522,6036,0),(6522,6037,0),(6522,6038,0),(6522,6039,0),(6522,6040,0),(6522,6041,0),(6522,6042,0),(6522,6043,0),(6522,6044,0),(6522,6045,0),(6522,6046,0),(6522,6047,0),(6522,6160,0),(6522,6161,0),(6532,4,0),(6532,6,0),(6532,6037,0),(6532,6038,0),(6532,6045,0),(6532,6047,0),(6532,6053,0),(6532,6054,0),(6532,6055,0),(6532,6057,0),(6532,6069,0),(6532,6071,0),(6532,6072,0),(6532,6074,0),(6532,6075,0),(6532,6076,0),(6532,6078,0),(6532,6079,0),(6532,6080,0),(6532,6081,0),(6532,6082,0),(6532,6083,0),(6537,4,0),(6537,5,0),(6537,1995,0),(6537,3318,0),(6537,4124,0),(6537,4152,0),(6537,6084,0),(6537,6085,0),(6537,6086,0),(6537,6087,0),(6537,6088,0),(6537,6089,0),(6537,6090,0),(6537,6091,0),(6537,6092,0),(6537,6093,0),(6537,6102,0),(6537,6103,0),(6537,6104,0),(6537,6105,0),(6537,6106,0),(6537,6107,0),(6537,6108,0),(6537,6109,0),(6537,6110,0),(6537,6111,0),(6537,6112,0),(6537,6113,0),(6537,6114,0),(6537,6115,0),(6573,4,0),(6573,15,0),(6573,92,0),(6573,534,0),(6573,2372,0),(6573,2476,0),(6573,2494,0),(6573,4333,0),(6573,4334,0),(6573,4335,0),(6573,4600,0),(6573,4613,0),(6573,5634,0),(6573,5736,0),(6573,6118,0),(6573,6119,0),(6573,6120,0),(6573,6121,0),(6573,6122,0),(6573,6128,0),(6573,6131,0),(6573,6132,0),(6573,6133,0),(6573,6137,0),(6573,6138,0),(6573,6139,0),(6573,6140,0),(6587,2,0),(6587,7,0),(6587,107,0),(6587,371,0),(6587,821,0),(6587,1725,0),(6587,1745,0),(6587,2243,0),(6587,2246,0),(6587,2248,0),(6587,2402,0),(6587,2476,0),(6587,3759,0),(6587,4186,0),(6587,4985,0),(6587,5414,0),(6587,6149,0),(6587,6150,0),(6587,6151,0),(6587,6152,0),(6587,6153,0),(6587,6154,0),(6587,6163,0),(6587,6164,0),(6587,6178,0),(6590,4,0),(6590,5,0),(6590,6087,0),(6590,6096,0),(6590,6105,0),(6590,6113,0),(6590,6165,0),(6590,6166,0),(6590,6176,0),(6590,6177,0),(6590,6191,0),(6590,6192,0),(6590,6193,0),(6590,6194,0),(6590,6195,0),(6590,6196,0),(6590,6197,0),(6590,6198,0),(6590,6199,0),(6590,6200,0),(6590,6201,0),(6590,6210,0),(6590,6211,0),(6590,6212,0),(6590,6213,0),(6590,6214,0),(6590,6215,0),(6590,6216,0),(6590,6217,0),(6590,6218,0),(6594,4,0),(6594,11,0),(6594,411,0),(6594,459,0),(6594,1282,0),(6594,2219,0),(6594,2354,0),(6594,2476,0),(6594,4839,0),(6594,4849,0),(6594,5976,0),(6594,5980,0),(6594,5981,0),(6594,5983,0),(6594,5986,0),(6594,5987,0),(6594,6186,0),(6594,6187,0),(6594,6188,0),(6594,6226,0),(6594,6227,0),(6594,6287,0),(6594,6288,0),(6594,6289,0),(6594,6290,0),(6594,6291,0),(6594,6302,0),(6594,6303,0),(6594,6304,0),(6594,6305,0),(6594,6306,0),(6594,6307,0),(6594,6308,0),(6594,6310,0),(6599,2,0),(6599,7,0),(6599,106,0),(6599,821,0),(6599,1092,0),(6599,2185,0),(6599,2254,0),(6599,2414,0),(6599,2723,0),(6599,3759,0),(6599,5414,0),(6599,6147,0),(6599,6219,0),(6599,6220,0),(6599,6221,0),(6599,6222,0),(6599,6223,0),(6599,6228,0),(6599,6229,0),(6599,6230,0),(6599,6231,0),(6599,6232,0),(6599,6244,0),(6599,6245,0),(6599,6246,0),(6599,6247,0),(6599,6248,0),(6599,6249,0),(6599,6250,0),(6599,6251,0),(6605,4,0),(6605,5,0),(6605,47,0),(6605,2172,0),(6605,2174,0),(6605,2177,0),(6605,2181,0),(6605,2182,0),(6605,2191,0),(6605,2196,0),(6605,2204,0),(6605,2205,0),(6605,2473,0),(6605,5439,0),(6605,6233,0),(6605,6234,0),(6605,6235,0),(6605,6236,0),(6605,6237,0),(6605,6238,0),(6605,6239,0),(6605,6240,0),(6605,6241,0),(6605,6242,0),(6605,6286,0),(6605,6312,0),(6609,33,0),(6610,3,0),(6610,14,0),(6610,855,0),(6610,1829,0),(6610,2094,0),(6610,2253,0),(6610,2397,0),(6610,2402,0),(6610,2473,0),(6610,6151,0),(6610,6267,0),(6610,6268,0),(6610,6269,0),(6610,6270,0),(6610,6272,0),(6610,6273,0),(6610,6274,0),(6610,6275,0),(6610,6276,0),(6610,6277,0),(6610,6278,0),(6610,6279,0),(6610,6280,0),(6610,6282,0),(6618,4,0),(6618,16,0),(6618,1928,0),(6618,2777,0),(6618,3195,0),(6618,3318,0),(6618,5244,0),(6618,5247,0),(6618,5736,0),(6618,6128,0),(6618,6139,0),(6618,6296,0),(6618,6297,0),(6618,6311,0),(6618,6333,0),(6618,6335,0),(6618,6336,0),(6618,6337,0),(6618,6340,0),(6618,6341,0),(6618,6342,0),(6618,6343,0),(6618,6344,0),(6618,6350,0),(6618,6351,0),(6618,6352,0),(6618,6353,0),(6623,4,0),(6623,5,0),(6623,49,0),(6623,2025,0),(6623,6313,0),(6623,6314,0),(6623,6315,0),(6623,6316,0),(6623,6317,0),(6623,6319,0),(6623,6357,0),(6623,6381,0),(6623,6382,0),(6623,6383,0),(6623,6384,0),(6623,6385,0),(6623,6386,0),(6623,6387,0),(6623,6388,0),(6623,6389,0),(6623,6390,0),(6623,6391,0),(6623,6392,0),(6623,6393,0),(6623,6394,0),(6623,6395,0),(6627,4,0),(6627,6,0),(6627,346,0),(6627,2503,0),(6627,2555,0),(6627,2563,0),(6627,2564,0),(6627,2622,0),(6627,2849,0),(6627,3233,0),(6627,5393,0),(6627,6354,0),(6627,6355,0),(6627,6396,0),(6627,6397,0),(6627,6398,0),(6629,4,0),(6629,8,0),(6629,167,0),(6629,411,0),(6629,603,0),(6629,604,0),(6629,1276,0),(6629,2354,0),(6629,3098,0),(6629,5065,0),(6629,5747,0),(6629,6626,0),(6629,6627,0),(6629,6628,0),(6629,6629,0),(6629,6630,0),(6629,6631,0),(6629,6632,0),(6629,6638,0),(6629,6639,0),(6629,6640,0),(6629,6641,0),(6629,6642,0),(6629,6643,0),(6629,6644,0),(6629,6645,0),(6629,6646,0),(6629,6647,0),(6629,6648,0),(6629,6649,0),(6629,6650,0),(6629,6651,0),(6629,6652,0),(6629,6653,0),(6629,6654,0),(6631,3,0),(6631,67,0),(6631,816,0),(6631,2049,0),(6631,2473,0),(6631,2798,0),(6631,3082,0),(6631,4972,0),(6631,6358,0),(6631,6359,0),(6631,6360,0),(6631,6361,0),(6631,6362,0),(6631,6363,0),(6631,6364,0),(6631,6365,0),(6631,6366,0),(6631,6367,0),(6631,6368,0),(6636,3,0),(6636,9,0),(6636,406,0),(6636,774,0),(6636,1299,0),(6636,2618,0),(6636,2879,0),(6636,2945,0),(6636,3131,0),(6636,3260,0),(6636,3534,0),(6636,3713,0),(6636,3793,0),(6636,3795,0),(6636,3796,0),(6636,3798,0),(6636,3801,0),(6636,3802,0),(6636,3808,0),(6636,6369,0),(6636,6370,0),(6636,6371,0),(6636,6372,0),(6636,6373,0),(6636,6374,0),(6636,6376,0),(6636,6377,0),(6636,6378,0),(6636,6379,0),(6656,2,0),(6656,14,0),(6656,406,0),(6656,810,0),(6656,852,0),(6656,2094,0),(6656,2101,0),(6656,2238,0),(6656,2249,0),(6656,2359,0),(6656,2470,0),(6656,3170,0),(6656,3308,0),(6656,3798,0),(6656,3801,0),(6656,3802,0),(6656,6372,0),(6656,6399,0),(6656,6400,0),(6656,6401,0),(6656,6466,0),(6656,6468,0),(6657,4,0),(6657,5,0),(6657,2025,0),(6657,2185,0),(6657,2301,0),(6657,3904,0),(6657,4438,0),(6657,4945,0),(6657,5222,0),(6657,5914,0),(6657,6313,0),(6657,6331,0),(6657,6393,0),(6657,6403,0),(6657,6404,0),(6657,6405,0),(6657,6525,0),(6657,6526,0),(6657,6527,0),(6657,6618,0),(6657,6619,0),(6657,6620,0),(6657,6621,0),(6657,6623,0),(6657,6624,0),(6657,6625,0),(6659,4,0),(6659,11,0),(6659,4698,0),(6659,4710,0),(6659,4712,0),(6659,4713,0),(6659,4722,0),(6659,4723,0),(6659,4724,0),(6659,4725,0),(6659,6409,0),(6659,6410,0),(6659,6412,0),(6659,6419,0),(6659,6420,0),(6659,6421,0),(6659,6422,0),(6659,6423,0),(6659,6424,0),(6659,6432,0),(6659,6433,0),(6659,6436,0),(6666,3,0),(6666,14,0),(6666,1394,0),(6666,2085,0),(6666,2095,0),(6666,2225,0),(6666,2907,0),(6666,3082,0),(6666,3536,0),(6666,6440,0),(6666,6441,0),(6666,6442,0),(6666,6444,0),(6666,6445,0),(6666,6446,0),(6666,6447,0),(6666,6448,0),(6666,6451,0),(6666,6460,0),(6666,6461,0),(6666,6462,0),(6666,6463,0),(6666,6464,0),(6666,6465,0),(6670,3,0),(6670,5,0),(6670,1992,0),(6670,1993,0),(6670,2219,0),(6670,2301,0),(6670,2638,0),(6670,2839,0),(6670,2911,0),(6670,3136,0),(6670,3504,0),(6670,3817,0),(6670,3823,0),(6670,3826,0),(6670,3829,0),(6670,4998,0),(6670,5002,0),(6670,5009,0),(6670,5942,0),(6670,6469,0),(6670,6470,0),(6670,6471,0),(6670,6474,0),(6670,6476,0),(6672,2,0),(6672,460,0),(6672,797,0),(6672,1534,0),(6672,5610,0),(6672,5998,0),(6672,6011,0),(6672,6570,0),(6672,6577,0),(6672,6578,0),(6672,6579,0),(6672,6580,0),(6672,6581,0),(6672,6594,0),(6672,6595,0),(6672,6606,0),(6672,6607,0),(6672,6608,0),(6672,6609,0),(6672,6610,0),(6672,6611,0),(6672,6612,0),(6672,6613,0),(6672,6614,0),(6672,6615,0),(6672,6616,0),(6672,6617,0),(6677,3,0),(6677,11,0),(6677,2311,0),(6677,4979,0),(6677,4987,0),(6677,5102,0),(6677,6481,0),(6677,6483,0),(6677,6492,0),(6677,6493,0),(6677,6494,0),(6677,6495,0),(6677,6496,0),(6677,6497,0),(6677,6498,0),(6677,6499,0),(6677,6500,0),(6677,6501,0),(6677,6502,0),(6677,6503,0),(6677,6504,0),(6677,6510,0),(6677,6511,0),(6677,6514,0),(6677,6515,0),(6677,6516,0),(6677,6517,0),(6677,6519,0),(6677,6520,0),(6680,3,0),(6680,9,0),(6680,774,0),(6680,932,0),(6680,2945,0),(6680,3713,0),(6680,3801,0),(6680,5160,0),(6680,6529,0),(6680,6531,0),(6680,6532,0),(6680,6533,0),(6680,6534,0),(6680,6535,0),(6680,6536,0),(6680,6537,0),(6680,6538,0),(6680,6540,0),(6680,6541,0),(6680,6542,0),(6680,6543,0),(6680,6544,0),(6680,6548,0),(6680,6550,0),(6680,6554,0),(6680,6555,0),(6680,6556,0),(6695,3,0),(6695,65,0),(6695,2049,0),(6695,2153,0),(6695,2473,0),(6695,3029,0),(6695,3079,0),(6695,3085,0),(6695,4972,0),(6695,5697,0),(6695,6589,0),(6695,6590,0),(6695,6591,0),(6695,6597,0),(6695,6598,0),(6695,6599,0),(6695,6600,0),(6715,4,0),(6715,6,0),(6715,272,0),(6715,1840,0),(6715,2126,0),(6715,2225,0),(6715,2476,0),(6715,6039,0),(6715,6655,0),(6715,6656,0),(6715,6657,0),(6715,6658,0),(6715,6659,0),(6715,6660,0),(6715,6661,0),(6715,6662,0),(6715,6665,0),(6715,6667,0),(6715,6668,0),(6715,6669,0),(6715,6670,0),(6715,6671,0),(6715,6672,0),(6715,6673,0),(6715,6674,0),(6715,6675,0),(6715,6676,0),(6715,6677,0),(6715,6678,0),(6715,6679,0),(6722,2,0),(6722,14,0),(6722,528,0),(6722,704,0),(6722,1134,0),(6722,1156,0),(6722,2221,0),(6722,3135,0),(6722,3262,0),(6722,5328,0),(6722,6097,0),(6722,6680,0),(6722,6681,0),(6722,6683,0),(6722,6684,0),(6722,6685,0),(6722,6686,0),(6722,6688,0),(6722,6689,0),(6722,6694,0),(6722,6695,0),(6722,6696,0),(6722,6697,0),(6722,6698,0),(6722,6699,0),(6722,6701,0),(6722,6702,0),(6722,6704,0),(6722,6705,0),(6722,6706,0),(6727,2,0),(6727,1534,0),(6728,2,0),(6728,7,0),(6730,2,0),(6730,7,0),(6730,136,0),(6730,745,0),(6730,821,0),(6730,2094,0),(6730,2839,0),(6730,2909,0),(6730,3136,0),(6730,3239,0),(6730,5309,0),(6730,5685,0),(6730,6707,0),(6730,6709,0),(6730,6710,0),(6730,6713,0),(6730,6714,0),(6730,6715,0),(6730,6716,0),(6730,6717,0),(6730,6718,0),(6730,6719,0),(6730,6720,0),(6730,6721,0),(6730,6722,0),(6730,6723,0),(6730,6724,0),(6730,6725,0),(6735,3,0),(6735,16,0),(6735,2219,0),(6735,3196,0),(6735,4630,0),(6735,4631,0),(6735,4638,0),(6735,4658,0),(6735,4690,0),(6735,4695,0),(6735,4696,0),(6735,6161,0),(6735,6636,0),(6735,6726,0),(6735,6727,0),(6735,6728,0),(6735,6729,0),(6735,6730,0),(6735,6731,0),(6735,6732,0),(6747,4,0),(6747,5429,0),(6747,5430,0),(6747,5431,0),(6747,5473,0),(6747,5474,0),(6747,6733,0),(6747,6742,0),(6747,6744,0),(6747,6745,0),(6747,6746,0),(6747,6747,0),(6747,6748,0),(6747,6749,0),(6747,6750,0),(6747,6751,0),(6747,6752,0),(6747,6753,0),(6747,6754,0),(6747,6755,0),(6747,6756,0),(6747,6757,0),(6747,6758,0),(6747,6760,0),(6747,6761,0),(6747,6762,0),(6747,6763,0),(6750,3,0),(6750,9,0),(6750,65,0),(6750,766,0),(6750,831,0),(6750,930,0),(6750,2254,0),(6750,2473,0),(6750,2751,0),(6750,6764,0),(6750,6767,0),(6750,6768,0),(6750,6769,0),(6750,6770,0),(6750,6771,0),(6750,6772,0),(6750,6773,0),(6750,6774,0),(6750,6775,0),(6750,6776,0),(6750,6777,0),(6750,6778,0),(6750,6779,0),(6750,6780,0),(6750,6781,0),(6750,6783,0),(6750,6784,0),(6754,4,0),(6754,14,0),(6754,124,0),(6754,1259,0),(6754,2100,0),(6754,2246,0),(6754,2247,0),(6754,2445,0),(6754,2539,0),(6754,2560,0),(6754,3180,0),(6754,4945,0),(6754,5659,0),(6754,6785,0),(6754,6786,0),(6754,6787,0),(6754,6788,0),(6754,6790,0),(6754,6791,0),(6754,6792,0),(6754,6793,0),(6754,6794,0),(6754,6795,0),(6754,6796,0),(6754,6797,0),(6760,3,0),(6760,9,0),(6760,67,0),(6760,384,0),(6760,391,0),(6760,823,0),(6760,3492,0),(6760,4186,0),(6760,4736,0),(6760,4738,0),(6760,4739,0),(6760,4740,0),(6760,4741,0),(6760,4744,0),(6760,6798,0),(6760,6799,0),(6763,2,0),(6763,14,0),(6763,112,0),(6763,711,0),(6763,766,0),(6763,2094,0),(6763,2506,0),(6763,2688,0),(6763,3131,0),(6763,3787,0),(6763,5907,0),(6763,6023,0),(6763,6800,0),(6763,6801,0),(6763,6802,0),(6763,6803,0),(6763,6804,0),(6763,6805,0),(6763,6806,0),(6763,6807,0),(6763,6808,0),(6763,6809,0),(6763,6810,0),(6763,6811,0),(6763,6812,0),(6766,4,0),(6766,6,0),(6766,125,0),(6766,1381,0),(6766,2751,0),(6766,3712,0),(6766,4448,0),(6766,4859,0),(6766,6813,0),(6766,6814,0),(6766,6815,0),(6766,6817,0),(6766,6818,0),(6766,6819,0),(6766,6823,0),(6766,6824,0),(6766,6825,0),(6766,6826,0),(6766,6827,0),(6766,6828,0),(6766,6829,0),(6766,6830,0),(6766,6831,0),(6766,6832,0),(6766,6833,0),(6766,6834,0),(6766,6835,0),(6770,4,0),(6770,94,0),(6770,881,0),(6770,2229,0),(6770,2296,0),(6770,2461,0),(6770,2869,0),(6770,4108,0),(6770,4881,0),(6770,5794,0),(6770,6836,0),(6770,6837,0),(6770,6838,0),(6770,6839,0),(6770,6840,0),(6770,6841,0),(6770,6842,0),(6770,6843,0),(6770,6844,0),(6770,6845,0),(6770,6846,0),(6770,6847,0),(6770,6848,0),(6770,6849,0),(6770,6850,0),(6770,6851,0),(6776,2,0),(6776,10,0),(6776,150,0),(6776,1222,0),(6776,2752,0),(6776,4313,0),(6776,6359,0),(6776,6852,0),(6776,6853,0),(6776,6854,0),(6776,6855,0),(6776,6856,0),(6776,6857,0),(6776,6862,0),(6776,6867,0),(6776,6868,0),(6776,6869,0),(6776,6870,0),(6776,6871,0),(6776,6872,0),(6776,6873,0),(6776,6874,0),(6776,6875,0),(6776,6876,0),(6776,6877,0),(6776,6878,0),(6776,6879,0),(6776,6880,0),(6776,6881,0),(6780,3,0),(6780,9,0),(6780,375,0),(6780,930,0),(6780,977,0),(6780,4498,0),(6780,6883,0),(6780,6885,0),(6780,6886,0),(6780,6887,0),(6780,6889,0),(6780,6890,0),(6780,6891,0),(6783,4,0),(6783,6,0),(6783,4735,0),(6783,6911,0),(6783,6912,0),(6783,6913,0),(6783,6914,0),(6783,6915,0),(6783,6918,0),(6783,6919,0),(6783,6920,0),(6783,6921,0),(6783,6922,0),(6783,6923,0),(6783,6924,0),(6783,6925,0),(6783,6928,0),(6783,6929,0),(6783,6930,0),(6783,6931,0),(6783,6932,0),(6783,6933,0),(6783,6934,0),(6783,6936,0),(6783,6937,0),(6783,6938,0),(6783,6939,0),(6783,6940,0),(6787,2,0),(6787,10,0),(6787,154,0),(6787,355,0),(6787,763,0),(6787,1644,0),(6787,2094,0),(6787,2403,0),(6787,3107,0),(6787,3477,0),(6787,4164,0),(6787,5962,0),(6787,6944,0),(6787,6945,0),(6787,6946,0),(6787,6947,0),(6787,6948,0),(6787,6950,0),(6787,6951,0),(6787,6952,0),(6787,6953,0),(6787,6954,0),(6787,6955,0),(6787,6956,0),(6787,6957,0),(6787,6960,0),(6793,2,0),(6793,14,0),(6793,2082,0),(6793,2219,0),(6793,2728,0),(6793,4582,0),(6793,5316,0),(6793,6961,0),(6793,6964,0),(6793,6965,0),(6793,6966,0),(6793,6967,0),(6793,6970,0),(6793,6971,0),(6793,6972,0),(6793,6973,0),(6793,6974,0),(6793,6975,0),(6793,6976,0),(6793,6979,0),(6793,7004,0),(6793,7006,0),(6793,7028,0),(6793,7029,0),(6793,7087,0),(6795,4,0),(6795,12,0),(6795,595,0),(6795,1699,0),(6795,6991,0),(6795,6992,0),(6795,6993,0),(6795,6994,0),(6795,6995,0),(6795,6996,0),(6795,6997,0),(6795,6998,0),(6795,6999,0),(6795,7000,0),(6795,7009,0),(6795,7010,0),(6795,7011,0),(6795,7012,0),(6795,7013,0),(6795,7014,0),(6795,7015,0),(6795,7016,0),(6795,7017,0),(6795,7018,0),(6795,7019,0),(6795,7021,0),(6795,7022,0),(6795,7023,0),(6807,4,0),(6807,11,0),(6807,595,0),(6807,6335,0),(6807,6341,0),(6807,6342,0),(6807,6943,0),(6807,7033,0),(6807,7034,0),(6807,7040,0),(6807,7041,0),(6807,7042,0),(6807,7044,0),(6807,7046,0),(6807,7047,0),(6807,7050,0),(6807,7051,0),(6807,7053,0),(6807,7054,0),(6807,7055,0),(6807,7056,0),(6807,7057,0),(6807,7058,0),(6807,7060,0),(6807,7062,0),(6807,7063,0),(6817,4,0),(6817,13,0),(6817,2881,0),(6817,2965,0),(6817,2966,0),(6817,2982,0),(6817,3308,0),(6817,3338,0),(6817,3373,0),(6817,3412,0),(6817,3941,0),(6817,3947,0),(6817,4040,0),(6817,5429,0),(6817,5430,0),(6817,5431,0),(6817,5473,0),(6817,5697,0),(6817,6735,0),(6817,6760,0),(6817,6761,0),(6817,7064,0),(6817,7065,0),(6817,7066,0),(6817,7067,0),(6817,7068,0),(6828,3,0),(6828,14,0),(6828,1395,0),(6828,3110,0),(6828,3166,0),(6828,3263,0),(6828,7069,0),(6828,7070,0),(6828,7071,0),(6828,7072,0),(6828,7073,0),(6828,7074,0),(6828,7075,0),(6828,7076,0),(6828,7077,0),(6828,7078,0),(6828,7082,0),(6828,7084,0),(6828,7085,0),(6828,7086,0),(6828,7088,0),(6836,2,0),(6836,16,0),(6836,1181,0),(6836,2219,0),(6836,2555,0),(6836,2563,0),(6836,2564,0),(6836,2728,0),(6836,3802,0),(6836,5512,0),(6836,6961,0),(6836,6962,0),(6836,6963,0),(6836,6965,0),(6836,6966,0),(6836,6967,0),(6836,6968,0),(6836,6969,0),(6836,6975,0),(6836,6976,0),(6836,6977,0),(6836,6979,0),(6836,7089,0),(6836,7090,0),(6836,7091,0),(6836,7095,0),(6852,4,0),(6852,15,0),(6852,91,0),(6852,2372,0),(6852,2494,0),(6852,2495,0),(6852,2882,0),(6852,3308,0),(6852,3377,0),(6852,5019,0),(6852,7096,0),(6852,7098,0),(6852,7102,0),(6852,7103,0),(6852,7104,0),(6852,7105,0),(6852,7106,0),(6852,7107,0),(6852,7108,0),(6852,7109,0),(6852,7110,0),(6852,7111,0),(6852,7112,0),(6852,7113,0),(6852,7114,0),(6852,7115,0),(6857,4,0),(6857,5,0),(6857,2179,0),(6857,2191,0),(6857,2401,0),(6857,2568,0),(6857,4478,0),(6857,6084,0),(6857,6085,0),(6857,6086,0),(6857,6087,0),(6857,6088,0),(6857,6089,0),(6857,6100,0),(6857,7116,0),(6857,7117,0),(6857,7118,0),(6857,7119,0),(6857,7120,0),(6857,7121,0),(6857,7122,0),(6857,7123,0),(6857,7134,0),(6857,7135,0),(6857,7136,0),(6857,7137,0),(6860,4,0),(6860,8,0),(6860,47,0),(6860,7154,0),(6860,7156,0),(6860,7158,0),(6860,7159,0),(6860,7160,0),(6860,7161,0),(6860,7164,0),(6860,7165,0),(6860,7166,0),(6860,7167,0),(6860,7168,0),(6860,7169,0),(6860,7170,0),(6860,7171,0),(6860,7172,0),(6860,7173,0),(6860,7174,0),(6860,7175,0),(6860,7176,0),(6860,7177,0),(6860,7178,0),(6860,7179,0),(6860,7180,0),(6868,4,0),(6868,15,0),(6868,91,0),(6868,2372,0),(6868,2494,0),(6868,2495,0),(6868,2638,0),(6868,2852,0),(6868,3265,0),(6868,4333,0),(6868,4334,0),(6868,4335,0),(6868,4600,0),(6868,4613,0),(6868,5634,0),(6868,6489,0),(6868,7103,0),(6868,7181,0),(6868,7183,0),(6868,7184,0),(6868,7188,0),(6868,7209,0),(6868,7210,0),(6868,7212,0),(6868,7216,0),(6868,7219,0),(6869,3,0),(6869,6,0),(6869,47,0),(6869,2219,0),(6869,2246,0),(6869,2846,0),(6869,3434,0),(6869,4058,0),(6869,6659,0),(6869,7192,0),(6869,7193,0),(6869,7194,0),(6869,7195,0),(6869,7196,0),(6869,7197,0),(6869,7198,0),(6869,7199,0),(6869,7214,0),(6869,7215,0),(6869,7217,0),(6869,7218,0),(6878,4,0),(6878,13,0),(6878,2126,0),(6878,2965,0),(6878,2966,0),(6878,3356,0),(6878,3940,0),(6878,4026,0),(6878,4027,0),(6878,5473,0),(6878,6735,0),(6878,6760,0),(6878,7220,0),(6878,7221,0),(6882,4026,0),(6882,4027,0),(6882,5473,0),(6882,6760,0),(6886,4,0),(6886,11,0),(6886,1291,0),(6886,3960,0),(6886,4698,0),(6886,4710,0),(6886,4711,0),(6886,4712,0),(6886,4713,0),(6886,4714,0),(6886,4728,0),(6886,4729,0),(6886,4730,0),(6886,4733,0),(6886,7231,0),(6886,7232,0),(6886,7233,0),(6886,7234,0),(6886,7235,0),(6886,7236,0),(6886,7237,0),(6886,7238,0),(6886,7239,0),(6886,7240,0),(6886,7241,0),(6886,7242,0),(6890,3,0),(6890,65,0),(6890,67,0),(6890,2049,0),(6890,2779,0),(6890,2817,0),(6890,3076,0),(6890,3152,0),(6890,3294,0),(6890,3533,0),(6890,4809,0),(6890,4971,0),(6890,6590,0),(6890,6765,0),(6890,7243,0),(6890,7244,0),(6890,7245,0),(6890,7246,0),(6890,7247,0),(6890,7248,0),(6890,7249,0),(6890,7250,0),(6890,7251,0),(6890,7254,0),(6890,7255,0),(6897,4,0),(6897,14,0),(6897,2086,0),(6897,2271,0),(6897,2473,0),(6897,2609,0),(6897,2842,0),(6897,3079,0),(6897,3082,0),(6897,7256,0),(6897,7257,0),(6897,7258,0),(6897,7259,0),(6897,7260,0),(6897,7261,0),(6897,7262,0),(6897,7263,0),(6897,7264,0),(6897,7274,0),(6897,7278,0),(6897,7279,0),(6897,7280,0),(6897,7281,0),(6898,4,0),(6898,5,0),(6898,279,0),(6898,1891,0),(6898,2691,0),(6898,3802,0),(6898,4169,0),(6898,7265,0),(6898,7266,0),(6898,7268,0),(6898,7269,0),(6898,7270,0),(6898,7271,0),(6898,7272,0),(6898,7273,0),(6898,7276,0),(6898,7277,0),(6908,4,0),(6908,8,0),(6908,264,0),(6908,860,0),(6908,1785,0),(6908,3729,0),(6908,6153,0),(6908,7282,0),(6908,7283,0),(6908,7284,0),(6908,7285,0),(6908,7287,0),(6908,7288,0),(6908,7289,0),(6908,7292,0),(6908,7297,0),(6908,7298,0),(6908,7299,0),(6908,7300,0),(6908,7301,0),(6908,7302,0),(6908,7304,0),(6908,7305,0),(6908,7306,0),(6908,7307,0),(6908,7308,0),(6924,4,0),(6924,14,0),(6924,107,0),(6924,519,0),(6924,528,0),(6924,690,0),(6924,745,0),(6924,2617,0),(6924,3721,0),(6924,5737,0),(6924,7309,0),(6924,7310,0),(6924,7311,0),(6924,7312,0),(6924,7313,0),(6924,7314,0),(6924,7315,0),(6928,4,0),(6928,11,0),(6928,2219,0),(6928,2395,0),(6928,2882,0),(6928,6356,0),(6928,7317,0),(6928,7318,0),(6928,7323,0),(6928,7324,0),(6928,7325,0),(6928,7326,0),(6932,4,0),(6932,13,0),(6932,2965,0),(6932,2966,0),(6932,3307,0),(6932,4026,0),(6932,4027,0),(6932,5473,0),(6932,6472,0),(6932,6734,0),(6932,6735,0),(6932,6736,0),(6932,6737,0),(6932,6761,0),(6932,7064,0),(6932,7322,0),(6943,4,0),(6943,13,0),(6943,91,0),(6943,2372,0),(6943,2473,0),(6943,2494,0),(6943,2495,0),(6943,2965,0),(6943,2966,0),(6943,2987,0),(6943,3289,0),(6943,3308,0),(6943,4026,0),(6943,4600,0),(6943,6735,0),(6943,7064,0),(6943,7327,0),(6943,7328,0),(6943,7329,0),(6949,4,0),(6949,15,0),(6949,994,0),(6949,2083,0),(6949,2219,0),(6949,3528,0),(6949,3643,0),(6949,4827,0),(6949,7317,0),(6949,7323,0),(6949,7325,0),(6949,7326,0),(6949,7335,0),(6949,7345,0),(6949,7346,0),(6949,7347,0),(6949,7348,0),(6949,7349,0),(6949,7350,0),(6949,7351,0),(6949,7352,0),(6949,7353,0),(6949,7354,0),(6949,7356,0),(6949,7357,0),(6949,7358,0),(6951,4,0),(6951,5,0),(6951,279,0),(6951,1891,0),(6951,1892,0),(6951,2220,0),(6951,2270,0),(6951,2691,0),(6951,3737,0),(6951,3802,0),(6951,7123,0),(6951,7267,0),(6951,7271,0),(6951,7272,0),(6951,7273,0),(6951,7276,0),(6951,7361,0),(6951,7362,0),(6951,7363,0),(6951,7364,0),(6951,7365,0),(6951,7366,0),(6951,7367,0),(6978,4,0),(6978,5,0),(6978,2175,0),(6978,3008,0),(6978,3186,0),(6978,4294,0),(6978,7124,0),(6978,7138,0),(6978,7368,0),(6978,7369,0),(6978,7370,0),(6978,7373,0),(6978,7374,0),(6978,7375,0),(6978,7379,0),(6982,4,0),(6982,16,0),(6982,1928,0),(6982,2555,0),(6982,3507,0),(6982,7380,0),(6982,7381,0),(6982,7382,0),(6982,7384,0),(6982,7385,0),(6982,7386,0),(6982,7388,0),(6982,7395,0),(6982,7396,0),(6982,7397,0),(6982,7398,0),(6982,7399,0),(6982,7404,0),(6982,7405,0),(6982,7406,0),(6982,7408,0),(6982,7409,0),(6982,7410,0),(6982,7411,0),(6982,7412,0),(6982,7413,0),(6986,4,0),(6986,14,0),(6986,930,0),(6986,2298,0),(6986,2899,0),(6986,3262,0),(6986,3296,0),(6986,3308,0),(6986,7414,0),(6986,7415,0),(6986,7416,0),(6986,7417,0),(6986,7418,0),(6986,7420,0),(6986,7421,0),(6986,7422,0),(6986,7423,0),(6986,7424,0),(6986,7425,0),(6989,4,0),(6990,4,0),(6990,11,0),(6990,1302,0),(6990,7426,0),(6990,7427,0),(6990,7428,0),(6990,7429,0),(6990,7444,0),(6990,7452,0),(6990,7453,0),(6990,7454,0),(6990,7455,0),(6990,7458,0),(6990,7459,0),(6990,7460,0),(6990,7461,0),(6990,7463,0),(6990,7464,0),(6990,7465,0),(6990,7466,0),(6990,7467,0),(6990,7469,0),(6990,7470,0),(6990,7471,0),(6990,7472,0),(6990,7473,0),(6990,7474,0),(6990,7475,0),(6997,2,0),(6997,14,0),(6997,453,0),(6997,745,0),(6997,1569,0),(6997,2095,0),(6997,2185,0),(6997,2247,0),(6997,2385,0),(6997,3182,0),(6997,3266,0),(6997,3487,0),(6997,3759,0),(6997,7111,0),(6997,7476,0),(6997,7477,0),(6997,7478,0),(6997,7479,0),(6997,7480,0),(6997,7481,0),(6997,7482,0),(6997,7483,0),(6997,7484,0),(6997,7485,0),(6997,7486,0),(6997,7487,0),(6997,7488,0),(6997,7489,0),(7000,2,0),(7000,14,0),(7000,1157,0),(7000,1381,0),(7000,2094,0),(7000,2247,0),(7000,3136,0),(7000,3721,0),(7000,3759,0),(7000,5309,0),(7000,5414,0),(7000,6710,0),(7000,6861,0),(7000,6863,0),(7000,7490,0),(7000,7491,0),(7000,7492,0),(7000,7493,0),(7000,7495,0),(7000,7496,0),(7000,7498,0),(7000,7499,0),(7000,7500,0),(7000,7501,0),(7000,7502,0),(7000,7503,0),(7000,7504,0),(7000,7505,0),(7000,7506,0),(7005,3,0),(7005,9,0),(7005,860,0),(7005,1785,0),(7005,2627,0),(7005,2817,0),(7005,2882,0),(7005,4449,0),(7005,4971,0),(7005,6371,0),(7005,7291,0),(7005,7293,0),(7005,7294,0),(7005,7308,0),(7005,7508,0),(7005,7511,0),(7005,7512,0),(7005,7513,0),(7005,7514,0),(7005,7516,0),(7005,7517,0),(7005,7518,0),(7005,7519,0),(7005,7520,0),(7005,7521,0),(7005,7527,0),(7005,7528,0),(7008,3,0),(7008,5,0),(7008,1989,0),(7008,1990,0),(7008,1992,0),(7008,1993,0),(7008,2301,0),(7008,2540,0),(7008,2911,0),(7008,3504,0),(7008,3817,0),(7008,3823,0),(7008,4998,0),(7008,5002,0),(7008,7529,0),(7008,7530,0),(7008,7531,0),(7008,7532,0),(7008,7535,0),(7008,7536,0),(7016,39,0),(7016,1799,0),(7019,4,0),(7019,16,0),(7019,417,0),(7019,460,0),(7019,6650,0),(7019,6651,0),(7019,7537,0),(7019,7538,0),(7019,7549,0),(7019,7550,0),(7019,7551,0),(7019,7552,0),(7019,7562,0),(7019,7563,0),(7019,7564,0),(7019,7565,0),(7019,7570,0),(7019,7571,0),(7019,7574,0),(7019,7576,0),(7019,7735,0),(7019,7736,0),(7019,7737,0),(7019,7738,0),(7019,7739,0),(7019,7742,0),(7019,7743,0),(7019,7744,0),(7019,7746,0),(7019,7747,0),(7019,7748,0),(7019,7749,0),(7019,7750,0),(7019,7751,0),(7020,4,0),(7020,15,0),(7020,993,0),(7020,996,0),(7020,1520,0),(7020,2352,0),(7020,2372,0),(7020,7597,0),(7020,7598,0),(7020,7614,0),(7042,2,0),(7042,14,0),(7042,1027,0),(7042,2153,0),(7042,2389,0),(7042,2476,0),(7042,3239,0),(7042,6275,0),(7042,6413,0),(7042,7634,0),(7042,7636,0),(7042,7646,0),(7042,7670,0),(7042,7671,0),(7042,7672,0),(7042,7673,0),(7042,7676,0),(7042,7678,0),(7042,7680,0),(7042,7681,0),(7042,7682,0),(7042,7683,0),(7042,7684,0),(7042,7713,0),(7042,7714,0),(7044,3,0),(7044,11,0),(7044,855,0),(7044,930,0),(7044,2945,0),(7044,4306,0),(7044,5070,0),(7044,7256,0),(7044,7257,0),(7044,7262,0),(7044,7278,0),(7044,7303,0),(7044,7621,0),(7044,7622,0),(7044,7623,0),(7044,7624,0),(7044,7625,0),(7044,7626,0),(7044,7627,0),(7044,7628,0),(7044,7629,0),(7044,7630,0),(7044,7631,0),(7044,7632,0),(7053,4,0),(7053,8,0),(7053,124,0),(7053,346,0),(7053,461,0),(7053,2294,0),(7053,2385,0),(7053,3080,0),(7053,3431,0),(7053,3438,0),(7053,3701,0),(7053,7662,0),(7053,7663,0),(7053,7664,0),(7053,7665,0),(7053,7667,0),(7053,7668,0),(7053,7669,0),(7060,2,0),(7060,5,0),(7060,2101,0),(7060,2238,0),(7060,2945,0),(7060,3147,0),(7060,3260,0),(7060,3352,0),(7060,5039,0),(7060,7687,0),(7060,7689,0),(7060,7690,0),(7060,7691,0),(7060,7715,0),(7060,7716,0),(7060,7717,0),(7060,7718,0),(7060,7719,0),(7060,7720,0),(7060,7721,0),(7060,7722,0),(7060,7723,0),(7060,7724,0),(7060,7725,0),(7060,7726,0),(7060,7727,0),(7060,7733,0),(7072,4,0),(7072,13,0),(7072,2372,0),(7072,2948,0),(7072,2965,0),(7072,2966,0),(7072,4015,0),(7072,4026,0),(7072,5281,0),(7072,5473,0),(7072,6735,0),(7072,7321,0),(7072,7328,0),(7072,7740,0),(7072,7767,0),(7072,7768,0),(7072,7769,0),(7072,7772,0),(7072,7773,0),(7072,7774,0),(7074,3,0),(7074,9,0),(7074,930,0),(7074,967,0),(7074,977,0),(7074,2817,0),(7074,3531,0),(7074,3661,0),(7074,3664,0),(7074,3665,0),(7074,3670,0),(7074,5855,0),(7074,7244,0),(7074,7752,0),(7074,7753,0),(7074,7754,0),(7074,7756,0),(7074,7757,0),(7074,7758,0),(7074,7759,0),(7074,7762,0),(7074,7763,0),(7074,7764,0),(7074,7765,0),(7074,7766,0),(7080,4,0),(7080,5,0),(7080,2153,0),(7080,2219,0),(7080,2247,0),(7080,3139,0),(7080,3696,0),(7080,4945,0),(7080,6175,0),(7080,6217,0),(7080,6320,0),(7080,7775,0),(7080,7776,0),(7080,7777,0),(7080,7779,0),(7080,7780,0),(7080,7791,0),(7080,7792,0),(7080,7794,0),(7080,7795,0),(7080,7796,0),(7082,4,0),(7082,11,0),(7082,2476,0),(7082,2965,0),(7082,3202,0),(7082,3289,0),(7082,3712,0),(7082,3940,0),(7082,4066,0),(7082,5253,0),(7082,5473,0),(7082,6735,0),(7082,7321,0),(7082,7328,0),(7082,7781,0),(7082,7782,0),(7082,7783,0),(7082,7784,0),(7082,7787,0),(7082,7788,0),(7082,7789,0),(7082,7790,0),(7082,7815,0),(7082,7816,0),(7082,7817,0),(7082,7818,0),(7094,4,0),(7094,5,0),(7094,608,0),(7094,2777,0),(7094,3492,0),(7094,3904,0),(7094,6455,0),(7094,7819,0),(7094,7820,0),(7094,7821,0),(7094,7838,0),(7094,7839,0),(7094,7840,0),(7094,7841,0),(7094,7842,0),(7094,7843,0),(7094,7844,0),(7094,7845,0),(7094,7846,0),(7094,7861,0),(7094,7862,0),(7094,7863,0),(7094,7864,0),(7094,7865,0),(7094,7866,0),(7094,7867,0),(7094,7868,0),(7094,7869,0),(7095,2461,0),(7095,2476,0),(7095,2774,0),(7095,3319,0),(7095,6735,0),(7095,7767,0),(7095,7827,0),(7095,7828,0),(7095,7834,0),(7099,4,0),(7099,10,0),(7099,133,0),(7099,2066,0),(7099,2220,0),(7099,2394,0),(7099,2680,0),(7099,2681,0),(7099,2846,0),(7099,3029,0),(7099,3239,0),(7099,3440,0),(7099,5878,0),(7099,7850,0),(7099,7851,0),(7099,7852,0),(7099,7857,0),(7099,7858,0),(7099,7859,0),(7099,8428,0),(7099,8431,0),(7099,8433,0),(7099,8434,0),(7099,8435,0),(7099,8475,0),(7099,8477,0),(7099,8478,0),(7103,4,0),(7103,8,0),(7103,3970,0),(7103,5473,0),(7103,5474,0),(7103,7870,0),(7103,7871,0),(7103,7872,0),(7103,7873,0),(7103,7874,0),(7103,7875,0),(7103,7917,0),(7103,7918,0),(7109,3,0),(7109,14,0),(7109,977,0),(7109,1076,0),(7109,2254,0),(7109,2780,0),(7109,2829,0),(7109,3265,0),(7109,3422,0),(7109,5525,0),(7109,6375,0),(7109,7880,0),(7109,7881,0),(7109,7882,0),(7109,7884,0),(7109,7885,0),(7109,7886,0),(7109,7887,0),(7109,7888,0),(7113,4,0),(7113,14,0),(7113,753,0),(7113,1181,0),(7113,2246,0),(7113,2728,0),(7113,4580,0),(7113,5314,0),(7113,5660,0),(7113,7889,0),(7113,7890,0),(7113,7891,0),(7113,7892,0),(7113,7893,0),(7113,7894,0),(7113,7895,0),(7113,7896,0),(7113,7897,0),(7113,7898,0),(7113,7899,0),(7113,7900,0),(7113,7901,0),(7113,7904,0),(7113,7905,0),(7113,7906,0),(7113,7907,0),(7113,7908,0),(7124,4,0),(7124,5,0),(7124,279,0),(7124,1891,0),(7124,1892,0),(7124,3263,0),(7124,7123,0),(7124,7265,0),(7124,7272,0),(7124,7276,0),(7124,7362,0),(7124,7366,0),(7124,7919,0),(7124,7920,0),(7124,7921,0),(7124,7922,0),(7124,7923,0),(7124,7924,0),(7129,4,0),(7129,13,0),(7129,1928,0),(7129,2777,0),(7129,3195,0),(7129,4948,0),(7129,5247,0),(7129,5736,0),(7129,6128,0),(7129,6139,0),(7129,6296,0),(7129,6335,0),(7129,6341,0),(7129,6342,0),(7129,6349,0),(7129,7032,0),(7129,7235,0),(7129,7239,0),(7129,7925,0),(7129,7926,0),(7129,7930,0),(7129,7931,0),(7129,7932,0),(7129,7935,0),(7129,7936,0),(7129,7937,0),(7133,2,0),(7133,14,0),(7133,47,0),(7133,94,0),(7133,130,0),(7133,387,0),(7133,519,0),(7133,821,0),(7133,2094,0),(7133,2247,0),(7133,2249,0),(7133,2406,0),(7133,2414,0),(7133,2470,0),(7133,2476,0),(7133,2889,0),(7133,3544,0),(7133,3547,0),(7133,3597,0),(7133,4129,0),(7133,5491,0),(7133,6699,0),(7133,6700,0),(7133,7938,0),(7133,7939,0),(7133,7940,0),(7133,7941,0),(7133,7942,0),(7133,7943,0),(7139,4,0),(7139,13,0),(7139,167,0),(7139,411,0),(7139,459,0),(7139,604,0),(7139,815,0),(7139,982,0),(7139,5231,0),(7139,5239,0),(7139,6139,0),(7139,7944,0),(7139,7946,0),(7139,7954,0),(7139,7955,0),(7139,7956,0),(7139,7957,0),(7139,7958,0),(7139,7959,0),(7139,7966,0),(7139,7967,0),(7139,7968,0),(7139,7969,0),(7139,7970,0),(7139,7971,0),(7139,7972,0),(7139,7973,0),(7139,7976,0),(7139,7977,0),(7139,7978,0),(7139,7979,0),(7139,7981,0),(7139,7982,0),(7139,7983,0),(7139,7984,0),(7139,7985,0),(7151,4,0),(7151,11,0),(7151,352,0),(7151,2311,0),(7151,3883,0),(7151,4082,0),(7151,5172,0),(7151,7078,0),(7151,7986,0),(7151,7987,0),(7151,7988,0),(7151,7989,0),(7151,7990,0),(7151,7991,0),(7151,7992,0),(7151,7993,0),(7151,7994,0),(7151,7998,0),(7151,7999,0),(7151,8000,0),(7151,8001,0),(7151,8002,0),(7151,8003,0),(7151,8004,0),(7151,8005,0),(7151,8006,0),(7151,8007,0),(7155,4,0),(7155,15,0),(7155,47,0),(7155,91,0),(7155,1684,0),(7155,2494,0),(7155,4613,0),(7155,6178,0),(7155,8008,0),(7155,8009,0),(7155,8010,0),(7155,8011,0),(7155,8012,0),(7155,8013,0),(7155,8098,0),(7155,8099,0),(7155,8100,0),(7155,8101,0),(7155,8102,0),(7155,8103,0),(7155,8104,0),(7155,8105,0),(7155,8106,0),(7155,8107,0),(7155,8110,0),(7155,8111,0),(7155,8112,0),(7155,8113,0),(7157,3,0),(7157,14,0),(7157,930,0),(7157,1569,0),(7157,2251,0),(7157,2746,0),(7157,2752,0),(7157,3488,0),(7157,6279,0),(7157,6317,0),(7157,7630,0),(7157,7779,0),(7157,8022,0),(7157,8023,0),(7157,8024,0),(7157,8026,0),(7157,8027,0),(7157,8040,0),(7157,8041,0),(7157,8042,0),(7157,8043,0),(7157,8044,0),(7157,8045,0),(7157,8046,0),(7157,8047,0),(7157,8050,0),(7157,8051,0),(7157,8052,0),(7159,4,0),(7159,6,0),(7159,1690,0),(7159,2987,0),(7159,3364,0),(7159,4026,0),(7159,6185,0),(7159,6576,0),(7159,7781,0),(7159,7815,0),(7159,8067,0),(7159,8068,0),(7159,8075,0),(7159,8076,0),(7159,8077,0),(7159,8078,0),(7159,8083,0),(7159,8084,0),(7159,8085,0),(7159,8086,0),(7159,8087,0),(7159,8090,0),(7159,8091,0),(7159,8092,0),(7159,8093,0),(7159,8095,0),(7159,8096,0),(7159,8097,0),(7161,2,0),(7161,14,0),(7161,47,0),(7161,528,0),(7161,727,0),(7161,2266,0),(7161,2276,0),(7161,2406,0),(7161,2746,0),(7161,2752,0),(7161,2975,0),(7161,3131,0),(7161,4756,0),(7161,5737,0),(7161,8036,0),(7161,8037,0),(7161,8038,0),(7161,8039,0),(7161,8049,0),(7161,8059,0),(7161,8069,0),(7161,8070,0),(7161,8071,0),(7161,8072,0),(7179,2,0),(7179,14,0),(7179,1222,0),(7179,1298,0),(7179,2220,0),(7179,4109,0),(7179,4179,0),(7179,4180,0),(7179,4184,0),(7179,4185,0),(7179,4186,0),(7179,4190,0),(7179,6712,0),(7179,7081,0),(7179,7680,0),(7179,8114,0),(7179,8115,0),(7179,8116,0),(7179,8306,0),(7180,4,0),(7180,15,0),(7180,858,0),(7180,993,0),(7180,996,0),(7180,1925,0),(7180,2080,0),(7180,8134,0),(7180,8136,0),(7182,3,0),(7182,16,0),(7182,47,0),(7182,167,0),(7182,2069,0),(7182,5250,0),(7182,5361,0),(7182,7746,0),(7182,7749,0),(7182,7750,0),(7182,8188,0),(7182,8192,0),(7182,8193,0),(7182,8195,0),(7182,8202,0),(7182,8203,0),(7182,8204,0),(7182,8205,0),(7182,8206,0),(7182,8207,0),(7182,8208,0),(7182,8209,0),(7182,8210,0),(7182,8211,0),(7182,8212,0),(7182,8213,0),(7182,8218,0),(7182,8224,0),(7182,8225,0),(7182,8228,0),(7182,8229,0),(7182,8235,0),(7182,8236,0),(7182,8237,0),(7182,8244,0),(7183,2,0),(7183,14,0),(7183,821,0),(7183,1079,0),(7183,2094,0),(7183,2406,0),(7183,2414,0),(7183,2980,0),(7183,3369,0),(7183,3759,0),(7183,4236,0),(7183,4985,0),(7183,6178,0),(7183,8120,0),(7183,8122,0),(7183,8123,0),(7183,8126,0),(7183,8127,0),(7183,8128,0),(7187,3,0),(7187,8,0),(7187,860,0),(7187,1785,0),(7187,1786,0),(7187,3492,0),(7187,4543,0),(7187,4990,0),(7187,5758,0),(7187,6153,0),(7187,6766,0),(7187,7294,0),(7187,7308,0),(7187,7524,0),(7187,7525,0),(7187,8129,0),(7187,8130,0),(7187,8131,0),(7187,8132,0),(7187,8133,0),(7187,8137,0),(7187,8138,0),(7194,2175,0),(7194,2179,0),(7194,2185,0),(7194,2398,0),(7194,3307,0),(7194,4478,0),(7194,7368,0),(7194,7369,0),(7194,7370,0),(7194,8139,0),(7194,8140,0),(7194,8143,0),(7194,8144,0),(7196,4,0),(7196,16,0),(7196,2398,0),(7196,2592,0),(7196,2708,0),(7196,2771,0),(7196,3195,0),(7196,5148,0),(7196,5211,0),(7196,5247,0),(7196,5376,0),(7196,6139,0),(7196,6342,0),(7196,8145,0),(7196,8146,0),(7196,8147,0),(7196,8148,0),(7196,8149,0),(7196,8153,0),(7196,8155,0),(7196,8156,0),(7196,8158,0),(7196,8159,0),(7196,8160,0),(7196,8161,0),(7196,8162,0),(7196,8163,0),(7196,8164,0),(7201,4,0),(7201,16,0),(7201,2371,0),(7201,7261,0),(7201,8165,0),(7201,8166,0),(7201,8167,0),(7201,8168,0),(7201,8169,0),(7201,8170,0),(7201,8172,0),(7201,8174,0),(7201,8239,0),(7201,8240,0),(7201,8241,0),(7201,8242,0),(7201,8243,0),(7201,8254,0),(7201,8255,0),(7201,8256,0),(7201,8257,0),(7201,8258,0),(7201,8259,0),(7201,8260,0),(7201,8261,0),(7205,4,0),(7205,13,0),(7205,2881,0),(7205,2965,0),(7205,2966,0),(7205,2982,0),(7205,4040,0),(7205,5445,0),(7205,5473,0),(7205,6735,0),(7205,6760,0),(7205,7064,0),(7205,7328,0),(7205,8177,0),(7205,8178,0),(7205,8186,0),(7205,8187,0),(7222,33,0),(7222,1798,0),(7246,2,0),(7246,14,0),(7246,593,0),(7246,727,0),(7246,756,0),(7246,821,0),(7246,861,0),(7246,1158,0),(7246,2000,0),(7246,2094,0),(7246,4749,0),(7246,4751,0),(7246,4752,0),(7246,4753,0),(7246,4754,0),(7246,4758,0),(7246,4759,0),(7246,4760,0),(7246,4765,0),(7246,4771,0),(7246,4779,0),(7246,5309,0),(7246,8246,0),(7246,8247,0),(7246,8248,0),(7246,8249,0),(7246,8250,0),(7246,8251,0),(7246,8252,0),(7246,8253,0),(7247,27,0),(7247,33,0),(7249,2,0),(7249,10,0),(7249,1102,0),(7249,3184,0),(7249,3793,0),(7249,3795,0),(7249,3796,0),(7249,3802,0),(7249,3808,0),(7249,4161,0),(7249,8262,0),(7249,8263,0),(7249,8264,0),(7249,8266,0),(7249,8268,0),(7249,8269,0),(7249,8270,0),(7249,8271,0),(7249,8273,0),(7249,8274,0),(7249,8275,0),(7249,8276,0),(7249,8277,0),(7249,8278,0),(7249,8298,0),(7249,8299,0),(7249,8300,0),(7288,26,0),(7288,33,0),(7291,2,0),(7291,7,0),(7291,521,0),(7291,898,0),(7291,919,0),(7291,2094,0),(7291,2402,0),(7291,2405,0),(7291,2909,0),(7291,3259,0),(7291,3265,0),(7291,3721,0),(7291,5414,0),(7291,5637,0),(7291,6220,0),(7291,6246,0),(7291,6247,0),(7291,8279,0),(7291,8280,0),(7291,8281,0),(7291,8282,0),(7291,8295,0),(7291,8375,0),(7291,8376,0),(7291,8426,0),(7291,8427,0),(7292,26,0),(7292,33,0),(7303,26,0),(7303,33,0),(7304,2,0),(7304,14,0),(7304,1499,0),(7304,1502,0),(7304,2095,0),(7304,2405,0),(7304,2476,0),(7304,3136,0),(7304,3262,0),(7304,3483,0),(7304,3784,0),(7304,4573,0),(7304,5821,0),(7304,6710,0),(7304,6712,0),(7304,6841,0),(7304,7486,0),(7304,7874,0),(7304,7900,0),(7304,8283,0),(7304,8284,0),(7304,8285,0),(7304,8286,0),(7304,8288,0),(7304,8289,0),(7304,8294,0),(7304,8296,0),(7304,8297,0),(7312,26,0),(7312,33,0),(7319,26,0),(7319,33,0),(7320,4,0),(7320,10,0),(7320,459,0),(7320,2507,0),(7320,3492,0),(7320,5610,0),(7320,6005,0),(7320,6006,0),(7320,7417,0),(7320,8301,0),(7320,8302,0),(7320,8303,0),(7320,8305,0),(7320,8307,0),(7320,8308,0),(7320,8309,0),(7320,8310,0),(7325,4,0),(7325,47,0),(7325,1019,0),(7325,1282,0),(7325,1302,0),(7325,6991,0),(7325,6993,0),(7325,7009,0),(7325,7010,0),(7325,7235,0),(7325,8349,0),(7325,8350,0),(7325,8358,0),(7325,8359,0),(7325,8360,0),(7325,8361,0),(7325,8362,0),(7325,8363,0),(7325,8364,0),(7325,8365,0),(7325,8366,0),(7325,8369,0),(7325,8370,0),(7325,8371,0),(7325,8372,0),(7325,8374,0),(7327,4,0),(7327,12,0),(7327,496,0),(7327,1282,0),(7327,1987,0),(7327,2588,0),(7327,3063,0),(7327,3199,0),(7327,3369,0),(7327,3438,0),(7327,3701,0),(7327,7431,0),(7327,8311,0),(7327,8312,0),(7327,8317,0),(7327,8318,0),(7327,8319,0),(7327,8320,0),(7327,8321,0),(7327,8322,0),(7327,8324,0),(7327,8337,0),(7327,8338,0),(7327,8339,0),(7327,8340,0),(7337,4,0),(7338,4,0),(7338,12,0),(7338,47,0),(7338,129,0),(7338,8378,0),(7338,8389,0),(7338,8390,0),(7338,8391,0),(7338,8392,0),(7338,8393,0),(7338,8394,0),(7338,8395,0),(7338,8396,0),(7338,8397,0),(7338,8398,0),(7338,8399,0),(7338,8400,0),(7338,8408,0),(7338,8409,0),(7338,8414,0),(7338,8417,0),(7338,8418,0),(7338,8419,0),(7338,8420,0),(7338,8421,0),(7338,8422,0),(7338,8423,0),(7338,8424,0),(7338,8425,0),(7352,4,0),(7352,16,0),(7352,1610,0),(7352,1690,0),(7352,2987,0),(7352,3364,0),(7352,3466,0),(7352,4026,0),(7352,7328,0),(7352,7782,0),(7352,8055,0),(7352,8056,0),(7352,8439,0),(7352,8440,0),(7352,8441,0),(7352,8442,0),(7352,8443,0),(7352,8444,0),(7352,8445,0),(7352,8446,0),(7352,8447,0),(7352,8448,0),(7352,8449,0),(7352,8450,0),(7352,8451,0),(7352,8452,0),(7352,8453,0),(7352,8454,0),(7360,4,0),(7360,12,0),(7360,72,0),(7360,2987,0),(7360,3289,0),(7360,3318,0),(7360,3430,0),(7360,3431,0),(7360,3466,0),(7360,4026,0),(7360,5600,0),(7360,6761,0),(7360,7815,0),(7360,8455,0),(7360,8456,0),(7360,8457,0),(7360,8458,0),(7360,8459,0),(7360,8460,0),(7360,8461,0),(7360,8464,0),(7360,8465,0),(7360,8466,0),(7360,8467,0),(7360,8468,0),(7360,8469,0),(7360,8470,0),(7360,8471,0),(7360,8473,0),(7360,8474,0),(7383,4,0),(7383,8,0),(7383,47,0),(7383,242,0),(7383,270,0),(7383,299,0),(7383,303,0),(7383,346,0),(7383,2555,0),(7383,3430,0),(7383,5598,0),(7383,5600,0),(7383,5601,0),(7383,5602,0),(7383,5603,0),(7383,5604,0),(7383,5610,0),(7383,8480,0),(7383,8481,0),(7383,8482,0),(7383,8484,0),(7383,8492,0),(7383,8493,0),(7383,8494,0),(7383,8495,0),(7383,8496,0),(7383,8497,0),(7383,8498,0),(7383,8499,0),(7383,8500,0),(7383,8501,0),(7383,8502,0),(7383,8503,0),(7394,5496,0),(7394,8536,0),(7394,8539,0),(7394,8549,0),(7394,8550,0),(7394,8553,0),(7394,8554,0),(7394,8555,0),(7394,8671,0),(7394,8706,0),(7394,8707,0),(7394,8708,0),(7394,8762,0),(7394,8763,0),(7394,8764,0),(7394,8765,0),(7394,8766,0),(7394,8767,0),(7394,8768,0),(7394,8769,0),(7395,4,0),(7395,16,0),(7395,47,0),(7395,167,0),(7395,633,0),(7395,2219,0),(7395,2619,0),(7395,5479,0),(7395,5736,0),(7395,6986,0),(7395,7138,0),(7395,7271,0),(7395,8507,0),(7395,8508,0),(7395,8510,0),(7395,8511,0),(7395,8512,0),(7395,8513,0),(7395,8515,0),(7395,8518,0),(7395,8536,0),(7395,8537,0),(7395,8538,0),(7395,8541,0),(7395,8542,0),(7395,8543,0),(7395,8544,0),(7395,8548,0),(7402,2,0),(7402,16,0),(7402,2246,0),(7402,2405,0),(7402,3162,0),(7402,3265,0),(7402,3485,0),(7402,4104,0),(7402,4284,0),(7402,5947,0),(7402,8562,0),(7402,8563,0),(7402,8564,0),(7402,8565,0),(7402,8683,0),(7402,8684,0),(7402,8687,0),(7402,8689,0),(7402,8690,0),(7402,8692,0),(7402,8693,0),(7402,9250,0),(7402,9251,0),(7402,9252,0),(7402,9253,0),(7402,9254,0),(7402,9255,0),(7403,3,0),(7403,16,0),(7403,1928,0),(7403,2082,0),(7403,2473,0),(7403,2614,0),(7403,2618,0),(7403,2777,0),(7403,2877,0),(7403,3266,0),(7403,3713,0),(7403,5782,0),(7403,6139,0),(7403,6353,0),(7403,8310,0),(7403,8567,0),(7403,8568,0),(7403,8569,0),(7403,8570,0),(7407,33,0),(7407,2131,0),(7407,2359,0),(7407,3007,0),(7407,3117,0),(7407,6355,0),(7407,7656,0),(7407,8572,0),(7407,8573,0),(7407,8579,0),(7410,4,0),(7410,11,0),(7410,4575,0),(7410,5473,0),(7410,6761,0),(7410,7064,0),(7410,7525,0),(7410,8575,0),(7410,8576,0),(7410,8577,0),(7410,8578,0),(7410,8582,0),(7410,8584,0),(7410,8605,0),(7410,8606,0),(7410,8607,0),(7410,8608,0),(7410,8609,0),(7410,8611,0),(7410,8612,0),(7410,8619,0),(7410,8621,0),(7410,8622,0),(7410,8623,0),(7410,8624,0),(7410,8625,0),(7410,8626,0),(7410,8627,0),(7412,4,0),(7412,15,0),(7412,993,0),(7412,994,0),(7412,996,0),(7412,1520,0),(7412,1577,0),(7412,2079,0),(7412,2080,0),(7412,2083,0),(7412,3079,0),(7412,3474,0),(7412,3528,0),(7412,3653,0),(7412,3658,0),(7412,3825,0),(7412,4851,0),(7412,8617,0),(7412,8652,0),(7412,8801,0),(7412,8858,0),(7412,8859,0),(7412,8860,0),(7412,8861,0),(7412,8862,0),(7412,8863,0),(7412,8865,0),(7412,8873,0),(7417,3,0),(7417,14,0),(7417,134,0),(7417,135,0),(7417,299,0),(7417,821,0),(7417,2094,0),(7417,2128,0),(7417,2406,0),(7417,2414,0),(7417,2792,0),(7417,2980,0),(7417,4988,0),(7417,7643,0),(7417,8120,0),(7417,8631,0),(7417,8632,0),(7417,8633,0),(7417,8634,0),(7417,8635,0),(7417,8636,0),(7417,8637,0),(7417,8638,0),(7417,8639,0),(7417,8640,0),(7417,8641,0),(7417,8642,0),(7417,8643,0),(7417,8644,0),(7421,3,0),(7421,8,0),(7421,346,0),(7421,461,0),(7421,2246,0),(7421,2539,0),(7421,2563,0),(7421,2727,0),(7421,3772,0),(7421,3773,0),(7421,3774,0),(7421,3775,0),(7421,3886,0),(7421,8646,0),(7421,8647,0),(7421,8648,0),(7421,8649,0),(7421,8653,0),(7421,8654,0),(7421,8655,0),(7421,8656,0),(7421,8657,0),(7421,8658,0),(7421,8659,0),(7426,3,0),(7426,9,0),(7426,855,0),(7426,930,0),(7426,2945,0),(7426,2974,0),(7426,3300,0),(7426,8662,0),(7426,8663,0),(7426,8665,0),(7426,8666,0),(7426,8667,0),(7426,8668,0),(7426,8669,0),(7426,8670,0),(7432,4,0),(7432,6,0),(7432,2354,0),(7432,2372,0),(7432,3417,0),(7432,3736,0),(7432,6297,0),(7432,6311,0),(7432,6335,0),(7432,6341,0),(7432,6342,0),(7432,6348,0),(7432,6352,0),(7432,7055,0),(7432,7058,0),(7432,7978,0),(7432,8694,0),(7432,8695,0),(7432,8696,0),(7432,8698,0),(7432,8699,0),(7432,8700,0),(7432,8701,0),(7432,8702,0),(7432,8703,0),(7432,8704,0),(7432,8705,0),(7434,2402,0),(7434,3781,0),(7434,6149,0),(7434,6150,0),(7434,6151,0),(7434,6152,0),(7434,6153,0),(7434,6154,0),(7435,4,0),(7435,15,0),(7437,2,0),(7437,7,0),(7437,107,0),(7437,745,0),(7437,1725,0),(7437,1745,0),(7437,1903,0),(7437,2095,0),(7437,2221,0),(7437,2247,0),(7437,2402,0),(7437,2565,0),(7437,3781,0),(7437,5588,0),(7437,6149,0),(7437,6150,0),(7437,6151,0),(7437,6152,0),(7437,6153,0),(7437,6163,0),(7437,6164,0),(7437,8711,0),(7437,8712,0),(7437,8713,0),(7437,8714,0),(7437,8715,0),(7437,8716,0),(7437,8719,0),(7437,8720,0),(7437,8721,0),(7437,8722,0),(7437,8723,0),(7441,4,0),(7441,6,0),(7441,360,0),(7441,2094,0),(7441,3485,0),(7441,4104,0),(7441,4915,0),(7441,5309,0),(7441,5535,0),(7441,8724,0),(7441,8725,0),(7441,8726,0),(7441,8727,0),(7441,8728,0),(7441,8729,0),(7441,8730,0),(7441,8731,0),(7441,8732,0),(7441,8733,0),(7441,8734,0),(7441,8735,0),(7441,8736,0),(7441,8737,0),(7441,8738,0),(7441,8739,0),(7441,8740,0),(7441,8741,0),(7441,8742,0),(7444,4,0),(7444,15,0),(7444,993,0),(7444,994,0),(7444,996,0),(7444,2080,0),(7444,2083,0),(7444,2395,0),(7444,2849,0),(7444,3079,0),(7444,3528,0),(7444,3653,0),(7444,5734,0),(7444,5790,0),(7444,8743,0),(7444,8744,0),(7444,8745,0),(7444,8746,0),(7444,8748,0),(7444,8749,0),(7444,8770,0),(7449,3,0),(7449,12,0),(7449,72,0),(7449,2301,0),(7449,4066,0),(7449,4946,0),(7449,8750,0),(7449,8751,0),(7449,8752,0),(7449,8753,0),(7449,8771,0),(7449,8772,0),(7449,8773,0),(7449,8774,0),(7449,8775,0),(7449,8776,0),(7449,8777,0),(7449,8778,0),(7449,8779,0),(7449,8780,0),(7449,8781,0),(7449,8782,0),(7449,8783,0),(7449,8784,0),(7449,8785,0),(7449,8786,0),(7449,8787,0),(7457,3,0),(7457,8,0),(7457,125,0),(7457,461,0),(7457,2219,0),(7457,2299,0),(7457,2699,0),(7457,2751,0),(7457,2758,0),(7457,2974,0),(7457,3773,0),(7457,3774,0),(7457,3775,0),(7457,4859,0),(7457,5696,0),(7457,8504,0),(7457,8788,0),(7457,8789,0),(7457,8790,0),(7457,8791,0),(7457,8792,0),(7457,8793,0),(7457,8794,0),(7457,8802,0),(7457,8803,0),(7457,8804,0),(7457,8805,0),(7457,8808,0),(7472,3,0),(7472,9,0),(7472,65,0),(7472,823,0),(7472,2094,0),(7472,2095,0),(7472,2251,0),(7472,2473,0),(7472,3531,0),(7472,4109,0),(7472,4364,0),(7472,8811,0),(7472,8812,0),(7472,8814,0),(7472,8815,0),(7472,8816,0),(7472,8818,0),(7472,8819,0),(7472,8820,0),(7472,8821,0),(7472,8822,0),(7472,8823,0),(7472,8824,0),(7472,8825,0),(7476,4,0),(7476,16,0),(7476,753,0),(7476,2219,0),(7476,2776,0),(7476,4904,0),(7476,5247,0),(7476,5445,0),(7476,5914,0),(7476,6349,0),(7476,8516,0),(7476,8826,0),(7476,8827,0),(7476,8829,0),(7476,8830,0),(7476,8831,0),(7476,8832,0),(7476,8833,0),(7476,8834,0),(7476,8835,0),(7476,8836,0),(7479,2,0),(7479,14,0),(7479,107,0),(7479,371,0),(7479,640,0),(7479,745,0),(7479,1745,0),(7479,2247,0),(7479,2397,0),(7479,2402,0),(7479,6149,0),(7479,6150,0),(7479,6151,0),(7479,6153,0),(7479,6154,0),(7479,6163,0),(7479,8711,0),(7479,8713,0),(7479,8714,0),(7479,8840,0),(7479,8841,0),(7479,8842,0),(7479,8843,0),(7479,8844,0),(7479,8845,0),(7479,8846,0),(7479,8847,0),(7479,8848,0),(7488,4,0),(7488,12,0),(7488,2314,0),(7488,4436,0),(7488,4441,0),(7488,4461,0),(7488,5044,0),(7488,6352,0),(7488,8867,0),(7488,8879,0),(7488,8880,0),(7502,4,0),(7502,16,0),(7502,47,0),(7502,398,0),(7502,1181,0),(7502,4027,0),(7502,5460,0),(7502,5473,0),(7502,6761,0),(7502,8881,0),(7502,8883,0),(7502,8884,0),(7502,8885,0),(7502,8888,0),(7502,8890,0),(7502,8891,0),(7502,8892,0),(7502,8893,0),(7502,8894,0),(7502,8895,0),(7502,8896,0),(7502,8897,0),(7502,8898,0),(7502,8899,0),(7502,8900,0),(7502,8901,0),(7502,8902,0),(7502,8903,0),(7505,4,0),(7505,14,0),(7505,753,0),(7505,1143,0),(7505,2728,0),(7505,6346,0),(7505,7893,0),(7505,7904,0),(7505,7905,0),(7505,8904,0),(7505,8905,0),(7505,8906,0),(7505,8915,0),(7505,8916,0),(7505,8917,0),(7505,8918,0),(7505,8919,0),(7505,8920,0),(7505,8921,0),(7505,8922,0),(7505,8923,0),(7505,8924,0),(7505,8925,0),(7505,8926,0),(7505,8927,0),(7505,8928,0),(7505,8929,0),(7509,4,0),(7509,14,0),(7509,930,0),(7509,2126,0),(7509,3156,0),(7509,3262,0),(7509,3721,0),(7509,7767,0),(7509,8007,0),(7509,8934,0),(7509,8935,0),(7509,8936,0),(7509,8937,0),(7509,8938,0),(7509,8942,0),(7509,8943,0),(7509,8944,0),(7509,8945,0),(7509,8946,0),(7509,8947,0),(7509,8948,0),(7509,8949,0),(7509,8950,0),(7512,4,0),(7512,16,0),(7512,129,0),(7512,3076,0),(7512,3194,0),(7512,3289,0),(7512,4026,0),(7512,4066,0),(7512,5473,0),(7512,6735,0),(7512,6761,0),(7512,7781,0),(7512,7787,0),(7512,7789,0),(7512,7815,0),(7512,8951,0),(7512,8952,0),(7512,8953,0),(7512,8954,0),(7512,8955,0),(7512,8958,0),(7512,8960,0),(7512,8961,0),(7512,8962,0),(7512,8963,0),(7512,8964,0),(7512,8965,0),(7512,8966,0),(7521,2,0),(7521,14,0),(7521,757,0),(7521,821,0),(7521,1764,0),(7521,2094,0),(7521,2309,0),(7521,2371,0),(7521,2469,0),(7521,3265,0),(7521,5937,0),(7521,7606,0),(7521,8967,0),(7521,8968,0),(7521,8969,0),(7521,8970,0),(7521,8980,0),(7521,8981,0),(7521,8982,0),(7521,8983,0),(7526,3,0),(7526,14,0),(7526,855,0),(7526,930,0),(7526,2053,0),(7526,2473,0),(7526,2906,0),(7526,8984,0),(7526,8985,0),(7526,8986,0),(7526,8987,0),(7526,8988,0),(7526,8990,0),(7526,8991,0),(7530,4,0),(7530,15,0),(7530,45,0),(7530,83,0),(7530,993,0),(7530,996,0),(7530,2080,0),(7530,2097,0),(7530,2999,0),(7530,3337,0),(7530,3434,0),(7530,5623,0),(7530,6039,0),(7530,8749,0),(7530,8992,0),(7535,4,0),(7535,13,0),(7535,91,0),(7535,2219,0),(7535,2301,0),(7535,2494,0),(7535,2774,0),(7535,2987,0),(7535,3318,0),(7535,3601,0),(7535,4026,0),(7535,4333,0),(7535,4334,0),(7535,4335,0),(7535,4600,0),(7535,4613,0),(7535,5439,0),(7535,5634,0),(7535,6735,0),(7535,7328,0),(7535,7787,0),(7535,8468,0),(7535,9002,0),(7535,9003,0),(7535,9006,0),(7535,9007,0),(7535,9008,0),(7535,9011,0),(7535,9012,0),(7535,9013,0),(7540,2,0),(7540,7,0),(7540,371,0),(7540,711,0),(7540,898,0),(7540,916,0),(7540,2213,0),(7540,2406,0),(7540,2414,0),(7540,2843,0),(7540,3262,0),(7540,3369,0),(7540,3912,0),(7540,4497,0),(7540,6800,0),(7540,6803,0),(7540,6804,0),(7540,7538,0),(7540,8120,0),(7540,9009,0),(7540,9010,0),(7540,9014,0),(7540,9015,0),(7540,9016,0),(7540,9017,0),(7540,9018,0),(7540,9019,0),(7540,9020,0),(7552,2,0),(7552,14,0),(7552,154,0),(7552,2085,0),(7552,2216,0),(7552,2403,0),(7552,2952,0),(7552,4164,0),(7552,5033,0),(7552,5876,0),(7552,5903,0),(7552,5937,0),(7552,8994,0),(7552,9021,0),(7552,9052,0),(7552,9053,0),(7552,9054,0),(7552,9057,0),(7552,9058,0),(7552,9059,0),(7552,9060,0),(7552,9062,0),(7552,9063,0),(7552,9064,0),(7554,2,0),(7554,5,0),(7554,1878,0),(7554,1880,0),(7554,1992,0),(7554,2219,0),(7554,2560,0),(7554,3821,0),(7554,8423,0),(7554,9022,0),(7554,9023,0),(7554,9024,0),(7554,9036,0),(7554,9037,0),(7554,9038,0),(7554,9039,0),(7554,9040,0),(7554,9041,0),(7554,9042,0),(7554,9043,0),(7554,9044,0),(7554,9045,0),(7554,9046,0),(7554,9047,0),(7554,9048,0),(7554,9049,0),(7554,9055,0),(7554,9056,0),(7554,9061,0),(7555,4,0),(7555,16,0),(7555,1610,0),(7555,2389,0),(7555,2976,0),(7555,3161,0),(7555,4066,0),(7555,5326,0),(7555,5525,0),(7555,8437,0),(7555,9033,0),(7555,9034,0),(7555,9102,0),(7555,9110,0),(7555,9156,0),(7555,9157,0),(7555,9158,0),(7555,9159,0),(7555,9160,0),(7555,9161,0),(7555,9163,0),(7555,9164,0),(7555,9165,0),(7555,9166,0),(7555,9167,0),(7555,9168,0),(7571,3,0),(7571,11,0),(7571,831,0),(7571,930,0),(7571,1223,0),(7571,1499,0),(7571,3029,0),(7571,3082,0),(7571,3257,0),(7571,4980,0),(7571,7660,0),(7571,9065,0),(7571,9066,0),(7571,9067,0),(7571,9068,0),(7571,9069,0),(7571,9070,0),(7571,9071,0),(7571,9072,0),(7571,9075,0),(7571,9076,0),(7571,9077,0),(7571,9078,0),(7571,9079,0),(7571,9080,0),(7571,9081,0),(7571,9082,0),(7571,9083,0),(7577,3,0),(7577,14,0),(7577,821,0),(7577,1979,0),(7577,2153,0),(7577,2945,0),(7577,2980,0),(7577,3134,0),(7577,5222,0),(7577,5460,0),(7577,8652,0),(7577,8857,0),(7577,9084,0),(7577,9085,0),(7577,9087,0),(7577,9088,0),(7577,9089,0),(7577,9091,0),(7577,9111,0),(7577,9112,0),(7577,9127,0),(7577,9128,0),(7577,9129,0),(7577,9130,0),(7577,9131,0),(7577,9132,0),(7577,9133,0),(7579,4,0),(7579,16,0),(7579,1769,0),(7579,2013,0),(7579,7218,0),(7579,8338,0),(7579,9134,0),(7579,9135,0),(7579,9136,0),(7579,9137,0),(7579,9138,0),(7579,9139,0),(7579,9140,0),(7579,9141,0),(7579,9142,0),(7579,9143,0),(7579,9144,0),(7579,9145,0),(7579,9146,0),(7579,9147,0),(7579,9148,0),(7579,9149,0),(7579,9150,0),(7579,9151,0),(7579,9152,0),(7579,9153,0),(7591,3,0),(7591,8,0),(7591,346,0),(7591,2507,0),(7591,2555,0),(7591,2563,0),(7591,2564,0),(7591,3772,0),(7591,5607,0),(7591,8054,0),(7591,8654,0),(7591,9169,0),(7591,9170,0),(7591,9171,0),(7591,9172,0),(7591,9173,0),(7591,9174,0),(7591,9176,0),(7591,9177,0),(7591,9178,0),(7591,9179,0),(7591,9180,0),(7591,9186,0),(7591,9187,0),(7599,2494,0),(7599,4613,0),(7599,7064,0),(7599,9188,0),(7599,9192,0),(7599,9193,0),(7599,9194,0),(7599,9195,0),(7599,9201,0),(7599,9202,0),(7599,9203,0),(7599,9204,0),(7599,9205,0),(7599,9206,0),(7599,9207,0),(7599,9208,0),(7599,9209,0),(7599,9210,0),(7599,9211,0),(7599,9212,0),(7601,3,0),(7601,14,0),(7601,494,0),(7601,722,0),(7601,724,0),(7601,1177,0),(7601,2542,0),(7601,2879,0),(7601,3082,0),(7601,3536,0),(7601,7278,0),(7601,7421,0),(7601,8201,0),(7601,8290,0),(7601,9196,0),(7601,9197,0),(7601,9198,0),(7601,9199,0),(7601,9200,0),(7601,9213,0),(7601,9214,0),(7601,9215,0),(7601,9216,0),(7610,4,0),(7610,13,0),(7612,2,0),(7612,14,0),(7614,4,0),(7614,5,0),(7614,49,0),(7614,1856,0),(7614,2179,0),(7614,2301,0),(7614,3373,0),(7614,4364,0),(7614,9230,0),(7614,9231,0),(7614,9233,0),(7614,9234,0),(7614,9235,0),(7614,9236,0),(7614,9237,0),(7614,9239,0),(7614,9240,0),(7614,9241,0),(7614,9244,0),(7614,9245,0),(7614,9246,0),(7614,9247,0),(7614,9248,0),(7614,9249,0),(7616,3,0),(7616,2049,0),(7616,2120,0),(7616,3152,0),(7616,4972,0),(7616,5909,0),(7616,7244,0),(7616,7621,0),(7616,9218,0),(7616,9219,0),(7617,2,0),(7617,14,0),(7620,3,0),(7620,14,0),(7620,640,0),(7620,745,0),(7620,1979,0),(7620,2187,0),(7620,2246,0),(7620,2418,0),(7620,2598,0),(7620,3414,0),(7620,4498,0),(7620,4573,0),(7620,5414,0),(7620,5675,0),(7620,5737,0),(7620,6044,0),(7620,6710,0),(7620,8940,0),(7620,9221,0),(7620,9222,0),(7620,9223,0),(7620,9224,0),(7620,9225,0),(7620,9226,0),(7620,9227,0),(7620,9228,0),(7620,9229,0),(7620,9242,0),(7620,9243,0),(7636,4,0),(7636,16,0),(7636,47,0),(7636,603,0),(7636,604,0),(7636,877,0),(7636,3818,0),(7636,6699,0),(7636,9258,0),(7636,9259,0),(7636,9272,0),(7636,9273,0),(7636,9274,0),(7636,9275,0),(7636,9277,0),(7636,9278,0),(7636,9279,0),(7636,9280,0),(7636,9281,0),(7636,9282,0),(7636,9283,0),(7636,9284,0),(7636,9285,0),(7636,9286,0),(7636,9287,0),(7636,9288,0),(7636,9289,0),(7636,9290,0),(7636,9291,0),(7636,9292,0),(7636,9293,0),(7641,4,0),(7641,6,0),(7641,206,0),(7641,411,0),(7641,633,0),(7641,1942,0),(7641,6139,0),(7641,8536,0),(7641,8537,0),(7641,9301,0),(7641,9302,0),(7641,9303,0),(7641,9304,0),(7641,9305,0),(7641,9314,0),(7641,9315,0),(7641,9316,0),(7641,9317,0),(7641,9318,0),(7641,9319,0),(7641,9322,0),(7641,9323,0),(7641,9324,0),(7641,9325,0),(7641,9326,0),(7641,9327,0),(7641,9328,0),(7641,9329,0),(7641,9330,0),(7641,9331,0),(7641,9332,0),(7641,9333,0),(7641,9334,0),(7641,9335,0),(7641,9336,0),(7646,4,0),(7646,13,0),(7646,2266,0),(7646,2372,0),(7646,2494,0),(7646,2495,0),(7646,2965,0),(7646,2966,0),(7646,2987,0),(7646,3023,0),(7646,3305,0),(7646,3306,0),(7646,3309,0),(7646,3310,0),(7646,3313,0),(7646,4026,0),(7646,6490,0),(7646,6735,0),(7646,7064,0),(7646,7328,0),(7646,7773,0),(7646,9337,0),(7646,9338,0),(7646,9339,0),(7646,9340,0),(7646,9341,0),(7646,9342,0),(7650,4,0),(7650,16,0),(7650,346,0),(7650,2116,0),(7650,2167,0),(7650,2168,0),(7650,2509,0),(7650,2555,0),(7650,2563,0),(7650,2564,0),(7650,2846,0),(7650,3008,0),(7650,4106,0),(7650,6472,0),(7650,9347,0),(7650,9349,0),(7650,9357,0),(7650,9359,0),(7650,9360,0),(7650,9361,0),(7650,9362,0),(7650,9363,0),(7650,9364,0),(7650,9460,0),(7650,9463,0),(7650,9467,0),(7651,4,0),(7651,13,0),(7651,467,0),(7651,1147,0),(7651,2276,0),(7651,2372,0),(7651,2560,0),(7651,2828,0),(7651,2909,0),(7651,2987,0),(7651,3601,0),(7651,3868,0),(7651,4809,0),(7651,5660,0),(7651,6735,0),(7651,6761,0),(7651,7092,0),(7651,8887,0),(7651,9366,0),(7651,9367,0),(7651,9485,0),(7651,9486,0),(7651,9487,0),(7652,4,0),(7652,15,0),(7652,233,0),(7652,300,0),(7652,2225,0),(7652,2395,0),(7652,2882,0),(7652,2898,0),(7652,3162,0),(7652,3729,0),(7652,5736,0),(7652,7837,0),(7652,9371,0),(7652,9373,0),(7652,9374,0),(7652,9375,0),(7652,9376,0),(7652,9379,0),(7652,9380,0),(7662,4,0),(7662,6,0),(7662,47,0),(7662,69,0),(7662,2219,0),(7662,2246,0),(7662,3527,0),(7662,4649,0),(7662,4990,0),(7662,5116,0),(7662,5316,0),(7662,6904,0),(7662,7019,0),(7662,8648,0),(7662,8649,0),(7662,9394,0),(7662,9395,0),(7662,9396,0),(7662,9397,0),(7662,9398,0),(7662,9399,0),(7662,9400,0),(7662,9401,0),(7662,9402,0),(7662,9403,0),(7662,9421,0),(7662,9424,0),(7662,9425,0),(7665,4,0),(7665,9,0),(7665,5473,0),(7665,7064,0),(7665,7328,0),(7665,7774,0),(7665,7863,0),(7665,8053,0),(7665,9404,0),(7665,9405,0),(7665,9406,0),(7665,9408,0),(7665,9418,0),(7665,9426,0),(7665,9427,0),(7665,9431,0),(7665,9436,0),(7665,9437,0),(7665,9439,0),(7665,9440,0),(7665,9441,0),(7665,9442,0),(7665,9443,0),(7665,9444,0),(7665,9445,0),(7665,9446,0),(7665,9447,0),(7665,9448,0),(7665,9449,0),(7665,9450,0),(7665,9451,0),(7665,9452,0),(7665,9454,0),(7690,4,0),(7690,5,0),(7690,1754,0),(7690,2113,0),(7690,2179,0),(7690,2296,0),(7690,2560,0),(7690,3359,0),(7690,3565,0),(7690,5904,0),(7690,5906,0),(7690,6232,0),(7690,7618,0),(7690,9455,0),(7690,9457,0),(7690,9458,0),(7690,9459,0),(7690,9476,0),(7690,9477,0),(7690,9478,0),(7690,9479,0),(7690,9480,0),(7690,9481,0),(7690,9482,0),(7693,4,0),(7693,5,0),(7693,1757,0),(7693,2296,0),(7693,2560,0),(7693,3565,0),(7693,3604,0),(7693,7618,0),(7693,7899,0),(7693,9461,0),(7693,9462,0),(7693,9464,0),(7693,9465,0),(7693,9466,0),(7693,9468,0),(7693,9469,0),(7693,9470,0),(7693,9474,0),(7693,9475,0),(7695,4,0),(7695,16,0),(7695,129,0),(7695,503,0),(7695,754,0),(7695,8203,0),(7695,9721,0),(7695,9722,0),(7695,9723,0),(7695,9724,0),(7695,9725,0),(7695,9734,0),(7695,9735,0),(7695,9736,0),(7695,9737,0),(7695,9738,0),(7695,9739,0),(7695,9740,0),(7695,9741,0),(7695,9742,0),(7695,9743,0),(7695,9744,0),(7695,9745,0),(7695,9746,0),(7695,9747,0),(7695,9748,0),(7695,9749,0),(7695,9750,0),(7698,33,0),(7698,1799,0),(7707,25,0),(7707,36,0),(7716,25,0),(7716,36,0),(7723,25,0),(7723,36,0),(7725,25,0),(7725,36,0),(7728,4,0),(7728,5,0),(7728,1754,0),(7728,1755,0),(7728,2726,0),(7728,9491,0),(7728,9492,0),(7728,9493,0),(7728,9494,0),(7728,9495,0),(7728,9496,0),(7728,9503,0),(7728,9504,0),(7728,9505,0),(7728,9506,0),(7728,9507,0),(7728,9508,0),(7734,4,0),(7734,5,0),(7734,1754,0),(7734,1756,0),(7734,2179,0),(7734,2773,0),(7734,5904,0),(7734,5906,0),(7734,7900,0),(7734,9504,0),(7734,9509,0),(7734,9510,0),(7734,9511,0),(7734,9512,0),(7734,9514,0),(7734,9515,0),(7734,9516,0),(7734,9517,0),(7734,9518,0),(7734,9519,0),(7734,9520,0),(7734,9521,0),(7734,9522,0),(7744,4,0),(7744,5,0),(7744,47,0),(7744,49,0),(7744,50,0),(7744,218,0),(7744,1856,0),(7744,2179,0),(7744,2219,0),(7744,2709,0),(7744,2909,0),(7744,4945,0),(7744,5924,0),(7744,6122,0),(7744,6217,0),(7744,6312,0),(7744,7123,0),(7744,7374,0),(7744,7775,0),(7744,9523,0),(7744,9524,0),(7744,9525,0),(7744,9526,0),(7744,9527,0),(7744,9528,0),(7744,9529,0),(7744,9530,0),(7744,9541,0),(7744,9542,0),(7744,9544,0),(7745,4,0),(7745,13,0),(7745,233,0),(7745,2153,0),(7745,2225,0),(7745,2476,0),(7745,2898,0),(7745,3162,0),(7745,6061,0),(7745,8373,0),(7745,8645,0),(7745,9370,0),(7745,9373,0),(7745,9375,0),(7745,9379,0),(7745,9531,0),(7745,9532,0),(7745,9533,0),(7745,9534,0),(7745,9535,0),(7745,9536,0),(7745,9543,0),(7745,9549,0),(7745,9550,0),(7745,9551,0),(7745,9552,0),(7745,9553,0),(7745,9554,0),(7745,9555,0),(7745,9556,0),(7762,4,0),(7762,5,0),(7762,536,0),(7762,1049,0),(7762,2179,0),(7762,2397,0),(7762,2536,0),(7762,3147,0),(7762,7717,0),(7762,7718,0),(7762,7725,0),(7762,9056,0),(7762,9546,0),(7762,9547,0),(7762,9548,0),(7762,9576,0),(7762,9577,0),(7762,9653,0),(7762,9654,0),(7762,9655,0),(7769,4,0),(7769,16,0),(7769,1033,0),(7769,1610,0),(7769,3477,0),(7769,4066,0),(7769,4244,0),(7769,5326,0),(7769,8437,0),(7769,9034,0),(7769,9035,0),(7769,9102,0),(7769,9156,0),(7769,9157,0),(7769,9158,0),(7769,9161,0),(7769,9162,0),(7769,9560,0),(7769,9561,0),(7769,9564,0),(7769,9565,0),(7769,9566,0),(7776,4,0),(7776,5,0),(7776,49,0),(7776,50,0),(7776,1856,0),(7776,2185,0),(7776,2199,0),(7776,2247,0),(7776,2296,0),(7776,2354,0),(7776,2828,0),(7776,2909,0),(7776,6122,0),(7776,6657,0),(7776,8140,0),(7776,9527,0),(7776,9530,0),(7776,9541,0),(7776,9567,0),(7776,9568,0),(7776,9569,0),(7776,9570,0),(7776,9571,0),(7776,9573,0),(7776,9574,0),(7776,9578,0),(7776,9579,0),(7776,9580,0),(7781,4,0),(7781,15,0),(7781,47,0),(7781,993,0),(7781,996,0),(7781,1285,0),(7781,1842,0),(7781,2079,0),(7781,2080,0),(7781,2083,0),(7781,3079,0),(7781,3373,0),(7781,3528,0),(7781,3643,0),(7781,3653,0),(7781,4773,0),(7781,4780,0),(7781,4781,0),(7781,4827,0),(7781,5286,0),(7781,5287,0),(7781,5288,0),(7781,7335,0),(7781,7356,0),(7781,8748,0),(7781,9581,0),(7781,9582,0),(7781,9585,0),(7801,4,0),(7801,5,0),(7801,49,0),(7801,2025,0),(7801,2178,0),(7801,2354,0),(7801,2882,0),(7801,2909,0),(7801,3144,0),(7801,4247,0),(7801,4436,0),(7801,6100,0),(7801,6313,0),(7801,6322,0),(7801,6323,0),(7801,6406,0),(7801,7505,0),(7801,8717,0),(7801,9605,0),(7801,9606,0),(7801,9607,0),(7801,9608,0),(7801,9609,0),(7801,9610,0),(7801,9611,0),(7801,9612,0),(7807,4,0),(7807,5,0),(7807,49,0),(7807,2006,0),(7807,2555,0),(7807,2563,0),(7807,2564,0),(7807,3644,0),(7807,4436,0),(7807,5993,0),(7807,7121,0),(7807,7127,0),(7807,9612,0),(7807,9613,0),(7807,9614,0),(7807,9615,0),(7807,9616,0),(7807,9617,0),(7807,9618,0),(7807,9619,0),(7807,9620,0),(7807,9621,0),(7807,9622,0),(7807,9623,0),(7807,9624,0),(7809,4,0),(7809,5,0),(7810,4,0),(7810,5,0),(7810,49,0),(7810,2025,0),(7810,2178,0),(7810,2371,0),(7810,2777,0),(7810,2877,0),(7810,2909,0),(7810,3904,0),(7810,4436,0),(7810,4791,0),(7810,4945,0),(7810,5751,0),(7810,5914,0),(7810,6320,0),(7810,8717,0),(7810,9606,0),(7810,9612,0),(7810,9625,0),(7810,9626,0),(7810,9627,0),(7810,9628,0),(7810,9629,0),(7817,4,0),(7817,15,0),(7817,993,0),(7817,996,0),(7817,1842,0),(7817,2079,0),(7817,2083,0),(7817,3643,0),(7817,4773,0),(7817,4827,0),(7817,5275,0),(7817,7356,0),(7817,8629,0),(7817,8748,0),(7817,8749,0),(7817,9581,0),(7817,9684,0),(7817,9709,0),(7817,9710,0),(7817,9714,0),(7817,9716,0),(7817,9718,0),(7817,9719,0),(7817,9729,0),(7817,9730,0),(7817,9751,0),(7817,9752,0),(7845,4,0),(7845,5,0),(7845,47,0),(7845,49,0),(7845,50,0),(7845,2179,0),(7845,2247,0),(7845,2397,0),(7845,3289,0),(7845,4591,0),(7845,6312,0),(7845,9524,0),(7845,9527,0),(7845,9529,0),(7845,9530,0),(7845,9544,0),(7845,9567,0),(7845,9568,0),(7845,9569,0),(7853,2,0),(7853,14,0),(7853,1075,0),(7853,1260,0),(7853,2397,0),(7853,2402,0),(7853,2843,0),(7853,4109,0),(7853,4573,0),(7853,7660,0),(7853,8816,0),(7853,8822,0),(7853,9656,0),(7853,9657,0),(7853,9658,0),(7853,9660,0),(7853,9661,0),(7853,9662,0),(7853,9663,0),(7853,9664,0),(7853,9665,0),(7853,9666,0),(7853,9667,0),(7877,4,0),(7877,13,0),(7877,47,0),(7877,167,0),(7877,753,0),(7877,1957,0),(7877,2728,0),(7877,4580,0),(7877,7713,0),(7877,7893,0),(7877,7899,0),(7877,7904,0),(7877,9595,0),(7877,9668,0),(7877,9670,0),(7877,9679,0),(7877,9689,0),(7877,9690,0),(7877,9691,0),(7877,9692,0),(7877,9693,0),(7877,9695,0),(7877,9696,0),(7877,9698,0),(7877,9700,0),(7877,9702,0),(7877,9703,0),(7877,9704,0),(7877,9705,0),(7877,9706,0),(7877,9707,0),(7877,9708,0),(7878,4,0),(7878,15,0),(7878,47,0),(7878,993,0),(7878,996,0),(7878,1285,0),(7878,1520,0),(7878,2080,0),(7878,2842,0),(7878,3079,0),(7878,3373,0),(7907,3,0),(7907,1534,0),(7910,4,0),(7910,15,0),(7935,3,0),(7935,11,0),(7935,1480,0),(7935,2232,0),(7935,2242,0),(7935,2244,0),(7935,2473,0),(7935,3112,0),(7935,3533,0),(7935,5701,0),(7935,5758,0),(7935,7251,0),(7935,7264,0),(7935,7874,0),(7935,9753,0),(7935,9754,0),(7935,9755,0),(7935,9756,0),(7935,9757,0),(7935,9758,0),(7935,9761,0),(7935,9763,0),(7935,9764,0),(7935,9765,0),(7935,9769,0),(7935,9770,0),(7938,2080,0),(7938,2083,0),(7938,2395,0),(7938,2537,0),(7938,3079,0),(7938,3373,0),(7938,3528,0),(7938,3643,0),(7938,4827,0),(7938,7356,0),(7938,9582,0),(7938,9639,0),(7938,9767,0),(7942,2079,0),(7942,2080,0),(7942,2083,0),(7942,2395,0),(7942,2537,0),(7942,3079,0),(7942,3373,0),(7942,3528,0),(7942,3643,0),(7942,4773,0),(7942,4780,0),(7942,4781,0),(7942,4827,0),(7942,7356,0),(7942,9582,0),(7942,9639,0),(7942,9767,0),(7948,4,0),(7948,11,0),(7948,47,0),(7948,92,0),(7948,4333,0),(7948,4334,0),(7948,4335,0),(7948,5473,0),(7948,7328,0),(7948,9008,0),(7948,9217,0),(7948,9448,0),(7948,9449,0),(7948,9450,0),(7948,9774,0),(7948,9775,0),(7948,9776,0),(7948,9777,0),(7948,9784,0),(7948,9785,0),(7948,9786,0),(7948,9787,0),(7948,9789,0),(7948,9790,0),(7948,9793,0),(7948,9796,0),(7948,9797,0),(7948,9798,0),(7948,9799,0),(7948,9800,0),(7948,9801,0),(7948,9802,0),(7948,9803,0),(7948,9804,0),(7949,4,0),(7949,15,0),(7949,2083,0),(7949,2537,0),(7949,3079,0),(7949,3373,0),(7949,3528,0),(7949,3658,0),(7949,9582,0),(7949,9639,0),(7949,9766,0),(7949,9782,0),(7949,9783,0),(7961,4,0),(7961,15,0),(7961,993,0),(7961,994,0),(7961,1520,0),(7961,1577,0),(7961,2080,0),(7961,2083,0),(7961,2219,0),(7961,3079,0),(7961,3373,0),(7961,3528,0),(7961,4362,0),(7961,4478,0),(7961,7097,0),(7961,7099,0),(7961,7100,0),(7961,7101,0),(7961,9581,0),(7961,9583,0),(7961,9710,0),(7961,9768,0),(7961,9805,0),(7961,9806,0),(7961,9807,0),(7961,9811,0),(7961,9812,0),(7967,4,0),(7967,15,0),(7967,994,0),(7967,1520,0),(7967,1586,0),(7967,2080,0),(7967,3485,0),(7967,3528,0),(7967,4478,0),(7967,4775,0),(7967,4782,0),(7967,4788,0),(7967,4791,0),(7967,4830,0),(7967,4840,0),(7967,7651,0),(7967,9710,0),(7967,9767,0),(7967,9806,0),(7967,9816,0),(7967,9817,0),(7967,9818,0),(7967,9819,0),(7967,9820,0),(7967,9821,0),(7973,4,0),(7973,993,0),(7973,994,0),(7973,996,0),(7973,1520,0),(7973,2079,0),(7973,2080,0),(7973,2083,0),(7973,3485,0),(7973,3528,0),(7973,3643,0),(7973,4362,0),(7973,4827,0),(7973,5428,0),(7973,7070,0),(7973,7356,0),(7973,8748,0),(7973,9825,0),(7973,9827,0),(7973,9844,0),(7973,9845,0),(7973,9846,0),(7973,9847,0),(7973,9848,0),(7973,9849,0),(7973,9850,0),(7973,9851,0),(7977,4,0),(7977,5,0),(7977,2773,0),(7977,7304,0),(7977,9829,0),(7977,9830,0),(7977,9831,0),(7977,9832,0),(7977,9833,0),(7977,9972,0),(7977,9975,0),(7977,9976,0),(7977,9977,0),(7977,9979,0),(7977,9980,0),(7977,9982,0),(7977,9983,0),(7977,9984,0),(7977,9985,0),(7977,9986,0),(7977,9987,0),(7977,9988,0),(7990,4,0),(7990,15,0),(7990,353,0),(7990,993,0),(7990,996,0),(7990,1520,0),(7990,1586,0),(7990,1842,0),(7990,2080,0),(7990,2083,0),(7990,3485,0),(7990,3528,0),(7990,3653,0),(7990,4782,0),(7990,4789,0),(7990,4791,0),(7990,4840,0),(7990,6123,0),(7990,7070,0),(7990,7356,0),(7990,8770,0),(7990,9639,0),(7990,9852,0),(7990,9857,0),(7990,9858,0),(7990,9859,0),(7990,9860,0),(7990,9861,0),(7990,9862,0),(7998,3,0),(7998,5,0),(7998,222,0),(7998,1942,0),(7998,2128,0),(7998,2246,0),(7998,2301,0),(7998,2354,0),(7998,2379,0),(7998,2777,0),(7998,2882,0),(7998,3266,0),(7998,3822,0),(7998,4948,0),(7998,5310,0),(7998,6986,0),(7998,7128,0),(7998,7361,0),(7998,9863,0),(7998,9864,0),(7998,9865,0),(7998,9866,0),(7998,9868,0),(7998,9869,0),(7998,9870,0),(7998,9871,0),(7998,9872,0),(8003,3,0),(8003,10,0),(8003,930,0),(8003,972,0),(8003,973,0),(8003,977,0),(8003,2506,0),(8003,2999,0),(8003,3087,0),(8003,3153,0),(8003,3537,0),(8003,4164,0),(8003,5855,0),(8003,7785,0),(8003,9873,0),(8003,9874,0),(8003,9875,0),(8003,9876,0),(8003,9877,0),(8003,9878,0),(8003,9879,0),(8003,9880,0),(8003,9881,0),(8003,9887,0),(8007,2,0),(8007,5,0),(8007,1878,0),(8007,1880,0),(8007,1992,0),(8007,2221,0),(8007,2560,0),(8007,8542,0),(8007,9024,0),(8007,9055,0),(8007,9056,0),(8007,9888,0),(8007,9889,0),(8007,9890,0),(8007,9891,0),(8007,9892,0),(8007,9895,0),(8007,9899,0),(8007,9900,0),(8007,9901,0),(8007,9902,0),(8007,9904,0),(8007,9905,0),(8007,9906,0),(8007,9907,0),(8007,9908,0),(8007,9909,0),(8007,9910,0),(8007,9911,0),(8007,9912,0),(8012,3,0),(8012,5,0),(8012,1282,0),(8012,2560,0),(8012,2747,0),(8012,4358,0),(8012,7256,0),(8012,7364,0),(8012,7511,0),(8012,8437,0),(8012,9396,0),(8012,9914,0),(8012,9915,0),(8012,9916,0),(8012,9917,0),(8012,9918,0),(8012,9919,0),(8012,9921,0),(8012,9922,0),(8012,9923,0),(8012,9924,0),(8012,9925,0),(8012,9926,0),(8012,9927,0),(8012,9928,0),(8012,9929,0),(8012,9930,0),(8012,9931,0),(8018,3,0),(8018,9,0),(8018,831,0),(8018,930,0),(8018,1385,0),(8018,1703,0),(8018,1704,0),(8018,5248,0),(8018,5782,0),(8018,6029,0),(8018,9071,0),(8018,9083,0),(8018,9933,0),(8018,9934,0),(8018,9936,0),(8018,9937,0),(8018,9938,0),(8018,9939,0),(8018,9940,0),(8018,9941,0),(8018,9942,0),(8018,9943,0),(8018,9944,0),(8018,9945,0),(8018,9946,0),(8018,9947,0),(8018,9948,0),(8018,9949,0),(8018,9950,0),(8021,4,0),(8021,16,0),(8021,2965,0),(8021,3289,0),(8021,3611,0),(8021,3872,0),(8021,5253,0),(8021,7392,0),(8021,7407,0),(8021,7651,0),(8021,7668,0),(8021,9951,0),(8021,9952,0),(8021,9953,0),(8021,9954,0),(8021,9955,0),(8021,9956,0),(8021,9957,0),(8021,9959,0),(8021,9960,0),(8030,4,0),(8030,15,0),(8030,993,0),(8030,994,0),(8030,996,0),(8030,1520,0),(8030,1577,0),(8030,2079,0),(8030,2080,0),(8030,2083,0),(8030,2097,0),(8030,3528,0),(8030,3643,0),(8030,3653,0),(8030,4827,0),(8030,6068,0),(8030,7356,0),(8030,7923,0),(8030,8618,0),(8030,8748,0),(8030,8770,0),(8030,9961,0),(8030,9962,0),(8030,9966,0),(8030,9967,0),(8030,9968,0),(8030,9969,0),(8030,9970,0),(8030,9971,0),(8037,4,0),(8037,15,0),(8037,993,0),(8037,994,0),(8037,996,0),(8037,1520,0),(8037,1577,0),(8037,1909,0),(8037,2079,0),(8037,2080,0),(8037,2083,0),(8037,2494,0),(8037,2700,0),(8037,3079,0),(8037,3294,0),(8037,3308,0),(8037,3528,0),(8037,3643,0),(8037,3653,0),(8037,4478,0),(8037,7112,0),(8037,8748,0),(8037,9594,0),(8037,9710,0),(8037,9806,0),(8037,9990,0),(8037,9991,0),(8037,9992,0),(8037,9993,0),(8041,4,0),(8041,5,0),(8041,3312,0),(8041,6087,0),(8041,6217,0),(8041,7121,0),(8041,7134,0),(8041,8139,0),(8041,9994,0),(8041,9995,0),(8041,9996,0),(8041,9997,0),(8041,9998,0),(8041,9999,0),(8041,10000,0),(8041,10001,0),(8041,10002,0),(8041,10003,0),(8041,10004,0),(8041,10005,0),(8041,10006,0),(8041,10007,0),(8041,10008,0),(8041,10009,0),(8041,10010,0),(8041,10011,0),(8045,4,0),(8045,6,0),(8045,129,0),(8045,2219,0),(8045,2246,0),(8045,2383,0),(8045,2388,0),(8045,2792,0),(8045,7199,0),(8045,7218,0),(8045,7993,0),(8045,9092,0),(8045,10012,0),(8045,10013,0),(8045,10016,0),(8045,10017,0),(8045,10018,0),(8045,10019,0),(8045,10020,0),(8045,10021,0),(8045,10022,0),(8045,10023,0),(8045,10024,0),(8045,10025,0),(8045,10026,0),(8045,10027,0),(8045,10028,0),(8048,4,0),(8048,15,0),(8048,993,0),(8048,994,0),(8048,996,0),(8048,1285,0),(8048,1520,0),(8048,1577,0),(8048,2079,0),(8048,2080,0),(8048,2083,0),(8048,2852,0),(8048,3528,0),(8048,3643,0),(8048,3653,0),(8048,4827,0),(8048,7356,0),(8048,8748,0),(8048,10030,0),(8048,10033,0),(8048,10036,0),(8048,10037,0),(8048,10038,0),(8048,10039,0),(8048,10040,0),(8048,10041,0),(8048,10042,0),(8048,10043,0),(8048,10044,0),(8052,4,0),(8052,15,0),(8052,993,0),(8052,994,0),(8052,996,0),(8052,2083,0),(8052,2395,0),(8052,2828,0),(8052,3079,0),(8052,3528,0),(8052,3643,0),(8052,3653,0),(8052,4362,0),(8052,4827,0),(8052,4948,0),(8052,7070,0),(8052,7356,0),(8052,8629,0),(8052,8748,0),(8052,9639,0),(8052,9768,0),(8052,10048,0),(8052,10049,0),(8060,2,0),(8060,11,0),(8060,855,0),(8060,930,0),(8060,977,0),(8060,1360,0),(8060,2906,0),(8060,3086,0),(8060,3721,0),(8060,6243,0),(8060,7257,0),(8060,7259,0),(8060,7274,0),(8060,7278,0),(8060,7621,0),(8060,7623,0),(8060,7630,0),(8060,10050,0),(8060,10051,0),(8060,10052,0),(8060,10053,0),(8060,10054,0),(8060,10055,0),(8060,10056,0),(8060,10057,0),(8060,10058,0),(8060,10059,0),(8060,10060,0),(8063,2,0),(8063,12,0),(8063,1566,0),(8063,1902,0),(8063,2219,0),(8063,2371,0),(8063,2372,0),(8063,3434,0),(8063,4104,0),(8063,6513,0),(8063,6999,0),(8063,7339,0),(8063,7780,0),(8063,8676,0),(8063,9608,0),(8063,10061,0),(8063,10062,0),(8063,10063,0),(8063,10066,0),(8063,10069,0),(8063,10072,0),(8063,10073,0),(8063,10074,0),(8063,10075,0),(8063,10076,0),(8063,10078,0),(8063,10079,0),(8066,2,0),(8066,14,0),(8066,753,0),(8066,2219,0),(8066,2246,0),(8066,2728,0),(8066,5044,0),(8066,5151,0),(8066,5328,0),(8066,7893,0),(8066,7899,0),(8066,7904,0),(8066,7905,0),(8066,8915,0),(8066,9669,0),(8066,9676,0),(8066,9706,0),(8066,10080,0),(8066,10081,0),(8066,10082,0),(8066,10084,0),(8066,10086,0),(8066,10087,0),(8066,10088,0),(8066,10089,0),(8066,10092,0),(8066,10093,0),(8066,10094,0),(8069,2,0),(8069,14,0),(8069,640,0),(8069,753,0),(8069,2106,0),(8069,2247,0),(8069,2387,0),(8069,2461,0),(8069,2470,0),(8069,2476,0),(8069,2846,0),(8069,3265,0),(8069,5395,0),(8069,6401,0),(8069,10095,0),(8069,10096,0),(8069,10097,0),(8069,10098,0),(8069,10099,0),(8069,10100,0),(8069,10101,0),(8069,10102,0),(8069,10104,0),(8069,10105,0),(8069,10108,0),(8069,10109,0),(8069,10110,0),(8069,10111,0),(8074,2,0),(8074,5,0),(8074,608,0),(8074,1810,0),(8074,2006,0),(8074,2025,0),(8074,2178,0),(8074,4436,0),(8074,4945,0),(8074,7123,0),(8074,8141,0),(8074,9612,0),(8074,9620,0),(8074,10112,0),(8074,10115,0),(8074,10116,0),(8074,10117,0),(8074,10118,0),(8074,10119,0),(8074,10120,0),(8074,10121,0),(8074,10122,0),(8074,10123,0),(8074,10124,0),(8074,10125,0),(8074,10126,0),(8074,10127,0),(8074,10128,0),(8074,10129,0),(8078,3,0),(8078,14,0),(8078,774,0),(8078,930,0),(8078,3544,0),(8078,4174,0),(8078,10130,0),(8078,10131,0),(8078,10132,0),(8078,10135,0),(8078,10136,0),(8078,10137,0),(8078,10138,0),(8078,10139,0),(8078,10140,0),(8078,10141,0),(8078,10142,0),(8083,3,0),(8083,14,0),(8083,930,0),(8083,1094,0),(8083,1223,0),(8083,2095,0),(8083,3265,0),(8083,10143,0),(8083,10145,0),(8083,10146,0),(8083,10147,0),(8083,10148,0),(8083,10149,0),(8083,10150,0),(8083,10151,0),(8083,10152,0),(8083,10153,0),(8083,10154,0),(8083,10155,0),(8083,10156,0),(8086,2,0),(8086,8,0),(8086,1478,0),(8086,1480,0),(8086,2232,0),(8086,2242,0),(8086,2244,0),(8086,3098,0),(8086,3536,0),(8086,3634,0),(8086,6942,0),(8086,7261,0),(8086,7630,0),(8086,8153,0),(8086,10157,0),(8086,10159,0),(8086,10161,0),(8086,10162,0),(8086,10163,0),(8086,10164,0),(8086,10165,0),(8086,10166,0),(8086,10167,0),(8086,10168,0),(8086,10169,0),(8086,10170,0),(8086,10171,0),(8086,10172,0),(8089,2,0),(8089,9,0),(8089,67,0),(8089,2476,0),(8089,3131,0),(8089,3136,0),(8089,3300,0),(8089,3308,0),(8089,6401,0),(8089,6735,0),(8089,8437,0),(8089,10173,0),(8089,10174,0),(8089,10175,0),(8089,10176,0),(8089,10177,0),(8089,10178,0),(8089,10180,0),(8089,10181,0),(8089,10182,0),(8089,10186,0),(8089,10187,0),(8089,10188,0),(8089,10189,0),(8089,10190,0),(8096,2,0),(8096,14,0),(8096,112,0),(8096,345,0),(8096,766,0),(8096,930,0),(8096,2945,0),(8096,3092,0),(8096,3262,0),(8096,3533,0),(8096,3671,0),(8096,3683,0),(8096,3728,0),(8096,4856,0),(8096,9361,0),(8096,10057,0),(8096,10191,0),(8096,10192,0),(8096,10193,0),(8096,10194,0),(8096,10195,0),(8096,10196,0),(8096,10197,0),(8096,10198,0),(8096,10199,0),(8096,10200,0),(8097,4,0),(8097,6,0),(8097,47,0),(8097,129,0),(8097,2311,0),(8097,3610,0),(8097,4026,0),(8097,4027,0),(8097,5172,0),(8097,10231,0),(8097,10232,0),(8097,10237,0),(8097,10238,0),(8097,10240,0),(8097,10241,0),(8097,10243,0),(8097,10261,0),(8097,10293,0),(8097,10294,0),(8097,10295,0),(8097,10296,0),(8097,10297,0),(8097,10299,0),(8097,10300,0),(8097,10301,0),(8097,10302,0),(8097,10303,0),(8097,10329,0),(8097,10330,0),(8097,10331,0),(8097,10332,0),(8100,2,0),(8100,14,0),(8100,821,0),(8100,846,0),(8100,1079,0),(8100,2094,0),(8100,2402,0),(8100,2980,0),(8100,3721,0),(8100,3781,0),(8100,3787,0),(8100,5414,0),(8100,6276,0),(8100,7122,0),(8100,8118,0),(8100,8121,0),(8100,8123,0),(8100,10208,0),(8100,10209,0),(8100,10210,0),(8100,10211,0),(8100,10212,0),(8100,10213,0),(8100,10214,0),(8100,10215,0),(8100,10216,0),(8101,4,0),(8101,15,0),(8101,993,0),(8101,996,0),(8101,1842,0),(8101,2083,0),(8101,2395,0),(8101,3079,0),(8101,3373,0),(8101,3528,0),(8101,3643,0),(8101,3653,0),(8101,4773,0),(8101,4780,0),(8101,4781,0),(8101,4827,0),(8101,7356,0),(8101,10201,0),(8101,10203,0),(8101,10204,0),(8101,10205,0),(8101,10207,0),(8101,10262,0),(8101,10263,0),(8101,10264,0),(8101,10265,0),(8103,4,0),(8103,5,0),(8103,47,0),(8103,92,0),(8103,160,0),(8103,2178,0),(8103,2301,0),(8103,2394,0),(8103,2494,0),(8103,3373,0),(8103,4333,0),(8103,4334,0),(8103,4335,0),(8103,4613,0),(8103,4945,0),(8103,5634,0),(8103,5907,0),(8103,9864,0),(8103,10217,0),(8103,10218,0),(8103,10219,0),(8103,10220,0),(8103,10221,0),(8103,10248,0),(8103,10249,0),(8103,10250,0),(8103,10251,0),(8103,10252,0),(8103,10254,0),(8105,4,0),(8105,15,0),(8105,993,0),(8105,996,0),(8105,1842,0),(8105,2079,0),(8105,2080,0),(8105,2083,0),(8105,3528,0),(8105,3653,0),(8105,5292,0),(8105,10226,0),(8105,10227,0),(8105,10228,0),(8105,10230,0),(8105,10256,0),(8105,10257,0),(8105,10258,0),(8120,4,0),(8120,6,0),(8120,72,0),(8120,346,0),(8120,2555,0),(8120,10267,0),(8120,10268,0),(8120,10277,0),(8120,10278,0),(8120,10279,0),(8120,10280,0),(8120,10281,0),(8120,10282,0),(8120,10283,0),(8120,10284,0),(8120,10285,0),(8120,10286,0),(8120,10288,0),(8120,10289,0),(8120,10290,0),(8120,10291,0),(8120,10304,0),(8120,10305,0),(8120,10306,0),(8120,10307,0),(8120,10308,0),(8120,10309,0),(8123,4,0),(8123,15,0),(8123,993,0),(8123,1842,0),(8123,2083,0),(8123,2828,0),(8123,3528,0),(8123,3643,0),(8123,3653,0),(8123,4827,0),(8123,5044,0),(8123,5292,0),(8123,6123,0),(8123,7295,0),(8123,7356,0),(8123,9859,0),(8123,9860,0),(8123,9861,0),(8123,10229,0),(8123,10230,0),(8124,2,0),(8124,14,0),(8124,3494,0),(8124,5876,0),(8124,5877,0),(8124,5878,0),(8124,5879,0),(8124,5892,0),(8124,5893,0),(8124,5894,0),(8124,5895,0),(8124,9063,0),(8124,10312,0),(8124,10314,0),(8124,10315,0),(8124,10316,0),(8124,10323,0),(8124,10333,0),(8124,10334,0),(8124,10335,0),(8124,10336,0),(8124,10337,0),(8124,10339,0),(8124,10340,0),(8124,10341,0),(8124,10342,0),(8124,10343,0),(8124,10345,0),(8124,10346,0),(8124,10348,0),(8124,10350,0),(8124,10351,0),(8128,2,0),(8128,14,0),(8128,154,0),(8128,387,0),(8128,1022,0),(8128,1156,0),(8128,1645,0),(8128,2221,0),(8128,2397,0),(8128,2402,0),(8128,2403,0),(8128,2405,0),(8128,2464,0),(8128,2473,0),(8128,2948,0),(8128,3880,0),(8128,7319,0),(8128,10344,0),(8128,10347,0),(8128,10352,0),(8128,10353,0),(8128,10354,0),(8128,10355,0),(8150,4,0),(8150,15,0),(8150,996,0),(8150,1519,0),(8150,1586,0),(8150,2079,0),(8150,2080,0),(8150,2083,0),(8150,3643,0),(8150,4775,0),(8150,4782,0),(8150,4788,0),(8150,4827,0),(8150,6123,0),(8150,7356,0),(8150,9859,0),(8150,9860,0),(8150,10041,0),(8150,10043,0),(8150,10044,0),(8150,10045,0),(8150,10230,0),(8150,10441,0),(8150,10447,0),(8150,10448,0),(8150,10449,0),(8150,10456,0),(8156,2,0),(8156,330,0),(8156,881,0),(8156,2560,0),(8156,3545,0),(8156,3563,0),(8156,10357,0),(8156,10358,0),(8156,10359,0),(8156,10360,0),(8156,10361,0),(8156,10362,0),(8156,10363,0),(8156,10364,0),(8156,10388,0),(8156,10389,0),(8156,10391,0),(8156,10392,0),(8156,10393,0),(8156,10394,0),(8156,10395,0),(8156,10396,0),(8156,10397,0),(8156,10403,0),(8156,10404,0),(8160,2,0),(8160,14,0),(8160,640,0),(8160,1259,0),(8160,1311,0),(8160,1745,0),(8160,1749,0),(8160,2094,0),(8160,2095,0),(8160,2249,0),(8160,2598,0),(8160,2601,0),(8160,3434,0),(8160,5414,0),(8160,6485,0),(8160,7275,0),(8160,7498,0),(8160,8356,0),(8160,8807,0),(8160,10398,0),(8160,10399,0),(8160,10400,0),(8160,10401,0),(8160,10402,0),(8160,10406,0),(8160,10407,0),(8170,2,0),(8170,330,0),(8170,351,0),(8170,881,0),(8170,2476,0),(8170,3076,0),(8170,3488,0),(8170,4236,0),(8170,5491,0),(8170,10356,0),(8170,10393,0),(8170,10412,0),(8170,10413,0),(8170,10414,0),(8170,10415,0),(8170,10417,0),(8170,10418,0),(8170,10419,0),(8170,10420,0),(8170,10421,0),(8170,10422,0),(8170,10423,0),(8170,10424,0),(8170,10425,0),(8170,10442,0),(8170,10443,0),(8170,10444,0),(8171,4,0),(8171,16,0),(8171,72,0),(8171,3644,0),(8171,5326,0),(8171,8437,0),(8171,8775,0),(8171,9034,0),(8171,9102,0),(8171,9156,0),(8171,9157,0),(8171,9158,0),(8171,10409,0),(8171,10426,0),(8171,10427,0),(8171,10428,0),(8171,10429,0),(8171,10430,0),(8171,10431,0),(8171,10432,0),(8171,10433,0),(8171,10437,0),(8171,10438,0),(8171,10439,0),(8171,10440,0),(8171,10445,0),(8171,10446,0),(8174,3,0),(8174,9,0),(8174,47,0),(8174,125,0),(8174,534,0),(8174,2097,0),(8174,2298,0),(8174,2389,0),(8174,2476,0),(8174,3536,0),(8174,3818,0),(8174,6125,0),(8174,6699,0),(8174,9442,0),(8174,10544,0),(8174,10545,0),(8174,10590,0),(8174,10627,0),(8174,10628,0),(8174,10629,0),(8174,10630,0),(8174,10631,0),(8174,10634,0),(8174,10652,0),(8174,10655,0),(8174,10656,0),(8174,10657,0),(8174,10662,0),(8174,10663,0),(8174,10666,0),(8174,10667,0),(8180,4,0),(8180,881,0),(8180,2476,0),(8180,3263,0),(8180,4244,0),(8180,5039,0),(8180,10418,0),(8180,10450,0),(8180,10451,0),(8180,10452,0),(8180,10453,0),(8180,10454,0),(8180,10455,0),(8180,10457,0),(8180,10460,0),(8180,10461,0),(8180,10462,0),(8180,10463,0),(8180,10464,0),(8180,10465,0),(8180,10466,0),(8180,10468,0),(8180,10472,0),(8180,10473,0),(8180,10474,0),(8186,4,0),(8186,16,0),(8186,47,0),(8186,92,0),(8186,742,0),(8186,7904,0),(8186,7905,0),(8186,8915,0),(8186,8919,0),(8186,10484,0),(8186,10485,0),(8186,10486,0),(8186,10487,0),(8186,10488,0),(8186,10489,0),(8186,10490,0),(8186,10491,0),(8186,10494,0),(8186,10496,0),(8186,10497,0),(8186,10498,0),(8186,10499,0),(8186,10500,0),(8186,10501,0),(8186,10502,0),(8186,10503,0),(8186,10504,0),(8186,10505,0),(8193,2,0),(8193,14,0),(8193,640,0),(8193,753,0),(8193,821,0),(8193,919,0),(8193,2246,0),(8193,2405,0),(8193,3082,0),(8193,3265,0),(8193,3721,0),(8193,5737,0),(8193,6044,0),(8193,6220,0),(8193,6246,0),(8193,6247,0),(8193,8279,0),(8193,8280,0),(8193,8375,0),(8193,8376,0),(8193,8426,0),(8193,9227,0),(8193,10506,0),(8193,10507,0),(8193,10508,0),(8193,10509,0),(8193,10510,0),(8193,10521,0),(8193,10522,0),(8195,4,0),(8195,11,0),(8195,1291,0),(8195,4698,0),(8195,4699,0),(8195,4710,0),(8195,4713,0),(8195,4714,0),(8195,4725,0),(8195,4733,0),(8195,7241,0),(8195,10513,0),(8195,10514,0),(8195,10515,0),(8195,10523,0),(8195,10524,0),(8195,10525,0),(8195,10526,0),(8195,10527,0),(8195,10528,0),(8195,10529,0),(8195,10538,0),(8195,10539,0),(8195,10540,0),(8195,10541,0),(8195,10542,0),(8200,3,0),(8200,11,0),(8200,156,0),(8200,977,0),(8200,3265,0),(8200,5622,0),(8200,10533,0),(8200,10534,0),(8200,10535,0),(8200,10536,0),(8200,10537,0),(8200,10548,0),(8200,10549,0),(8200,10550,0),(8200,10551,0),(8204,4,0),(8204,16,0),(8204,2494,0),(8204,2987,0),(8204,5435,0),(8204,5473,0),(8204,6761,0),(8204,7064,0),(8204,8966,0),(8204,9217,0),(8204,10552,0),(8204,10558,0),(8204,10559,0),(8204,10560,0),(8204,10563,0),(8204,10564,0),(8204,10569,0),(8204,10570,0),(8204,10571,0),(8204,10574,0),(8204,10577,0),(8204,10578,0),(8204,10580,0),(8204,10581,0),(8204,10582,0),(8204,10583,0),(8204,10584,0),(8215,4,0),(8215,5,0),(8215,1891,0),(8215,2219,0),(8215,3701,0),(8215,6817,0),(8215,7271,0),(8215,7273,0),(8215,7276,0),(8215,10585,0),(8215,10586,0),(8215,10587,0),(8215,10588,0),(8215,10591,0),(8215,10592,0),(8215,10593,0),(8215,10594,0),(8215,10595,0),(8215,10596,0),(8215,10597,0),(8215,10598,0),(8215,10599,0),(8215,10600,0),(8215,10601,0),(8215,10620,0),(8218,2,0),(8218,14,0),(8218,1979,0),(8218,2467,0),(8218,2751,0),(8218,5425,0),(8218,8912,0),(8218,9491,0),(8218,10602,0),(8218,10603,0),(8218,10605,0),(8218,10607,0),(8218,10609,0),(8218,10610,0),(8218,10611,0),(8218,10612,0),(8218,10613,0),(8218,10614,0),(8218,10615,0),(8218,10616,0),(8218,10617,0),(8218,10618,0),(8218,10619,0),(8218,10621,0),(8218,10622,0),(8218,10623,0),(8218,10624,0),(8218,10625,0),(8218,10626,0),(8230,4,0),(8230,47,0),(8230,595,0),(8230,881,0),(8230,1878,0),(8230,2385,0),(8230,2398,0),(8230,2770,0),(8230,2777,0),(8230,3429,0),(8230,3904,0),(8230,4438,0),(8230,4498,0),(8230,5122,0),(8230,5247,0),(8230,8516,0),(8230,9029,0),(8230,9396,0),(8230,10632,0),(8230,10633,0),(8230,10635,0),(8230,10636,0),(8230,10637,0),(8230,10638,0),(8230,10639,0),(8230,10695,0),(8230,10696,0),(8231,3,0),(8231,11,0),(8231,406,0),(8231,774,0),(8231,810,0),(8231,930,0),(8231,2945,0),(8231,3001,0),(8231,3793,0),(8231,3795,0),(8231,3796,0),(8231,3798,0),(8231,3801,0),(8231,3802,0),(8231,3808,0),(8231,4129,0),(8231,9035,0),(8231,10316,0),(8231,10640,0),(8231,10642,0),(8231,10643,0),(8231,10648,0),(8231,10653,0),(8231,10658,0),(8231,10659,0),(8231,10660,0),(8231,10661,0),(8231,10665,0),(8237,3,0),(8237,6,0),(8237,47,0),(8237,167,0),(8237,1672,0),(8237,2097,0),(8237,2301,0),(8237,2476,0),(8237,2792,0),(8237,2807,0),(8237,4067,0),(8237,5393,0),(8237,6480,0),(8237,6699,0),(8237,6700,0),(8237,7496,0),(8237,8134,0),(8237,8475,0),(8237,8647,0),(8237,10668,0),(8237,10669,0),(8237,10671,0),(8237,10672,0),(8237,10673,0),(8237,10690,0),(8237,10691,0),(8237,10692,0),(8237,10693,0),(8237,10694,0),(8239,3,0),(8239,16,0),(8239,860,0),(8239,930,0),(8239,1786,0),(8239,2254,0),(8239,3301,0),(8239,3865,0),(8239,4573,0),(8239,7291,0),(8239,7292,0),(8239,7294,0),(8239,7304,0),(8239,7514,0),(8239,7524,0),(8239,7525,0),(8239,7526,0),(8239,10675,0),(8239,10676,0),(8239,10677,0),(8239,10678,0),(8239,10679,0),(8239,10680,0),(8239,10681,0),(8239,10688,0),(8239,10689,0),(8241,4,0),(8241,5,0),(8241,2082,0),(8241,2219,0),(8241,2773,0),(8241,2828,0),(8241,3352,0),(8241,4135,0),(8241,4137,0),(8241,4156,0),(8241,4905,0),(8241,4906,0),(8241,4907,0),(8241,4917,0),(8241,4952,0),(8241,4953,0),(8241,4957,0),(8241,4959,0),(8241,5060,0),(8241,10687,0),(8241,10714,0),(8241,10715,0),(8241,10723,0),(8241,10724,0),(8241,10725,0),(8251,4,0),(8251,15,0),(8251,1394,0),(8251,2308,0),(8251,2387,0),(8251,2395,0),(8251,2476,0),(8251,2797,0),(8251,2965,0),(8251,2966,0),(8251,3082,0),(8251,3319,0),(8251,5473,0),(8251,6693,0),(8251,6735,0),(8251,7064,0),(8251,7328,0),(8251,10704,0),(8251,10706,0),(8251,10707,0),(8251,10709,0),(8251,10718,0),(8251,10719,0),(8251,10720,0),(8251,10722,0),(8251,10726,0),(8251,10727,0),(8251,10728,0),(8251,10729,0),(8253,4,0),(8253,5,0),(8253,272,0),(8253,1856,0),(8253,2247,0),(8253,2909,0),(8253,6657,0),(8253,7123,0),(8253,9567,0),(8253,9568,0),(8253,9608,0),(8253,10702,0),(8253,10703,0),(8259,4,0),(8259,13,0),(8259,72,0),(8259,2219,0),(8259,2383,0),(8259,2680,0),(8259,2976,0),(8259,3063,0),(8259,3431,0),(8259,4499,0),(8259,5151,0),(8259,5222,0),(8259,5278,0),(8259,7153,0),(8259,10732,0),(8259,10735,0),(8259,10736,0),(8259,10737,0),(8259,10739,0),(8259,10740,0),(8259,10741,0),(8259,10742,0),(8259,10743,0),(8259,10744,0),(8259,10745,0),(8259,10746,0),(8259,10747,0),(8263,4,0),(8263,5,0),(8263,272,0),(8263,1856,0),(8263,2184,0),(8263,2247,0),(8263,2828,0),(8263,6657,0),(8263,7364,0),(8263,8140,0),(8263,9030,0),(8263,9544,0),(8263,9567,0),(8263,9568,0),(8263,10703,0),(8263,10750,0),(8263,10752,0),(8263,10753,0),(8263,10754,0),(8263,10755,0),(8269,4,0),(8269,5,0),(8269,1891,0),(8269,2780,0),(8269,3242,0),(8269,3822,0),(8269,7270,0),(8269,10773,0),(8269,10774,0),(8269,10775,0),(8269,10776,0),(8269,10777,0),(8269,10778,0),(8275,2,0),(8275,16,0),(8277,2,0),(8277,14,0),(8277,569,0),(8277,766,0),(8277,930,0),(8277,1833,0),(8277,2095,0),(8277,2440,0),(8277,6475,0),(8277,10779,0),(8277,10780,0),(8277,10781,0),(8277,10782,0),(8277,10784,0),(8277,10785,0),(8277,10789,0),(8277,10792,0),(8277,10793,0),(8277,10794,0),(8277,10795,0),(8277,10796,0),(8277,10797,0),(8277,10798,0),(8277,10799,0),(8277,10800,0),(8277,10801,0),(8277,10802,0),(8277,10803,0),(8277,10804,0),(8281,4,0),(8281,12,0),(8281,47,0),(8281,6938,0),(8281,7331,0),(8281,7984,0),(8281,10805,0),(8281,10909,0),(8281,10910,0),(8281,10918,0),(8281,10921,0),(8281,10922,0),(8281,10925,0),(8281,10926,0),(8281,10927,0),(8281,10929,0),(8281,10936,0),(8281,10937,0),(8281,10938,0),(8281,10939,0),(8281,10944,0),(8281,10945,0),(8281,10946,0),(8281,10947,0),(8281,10948,0),(8281,10949,0),(8282,2131,0),(8282,2503,0),(8282,3289,0),(8282,6475,0),(8282,7544,0),(8282,7643,0),(8282,10806,0),(8282,10807,0),(8282,10808,0),(8282,10809,0),(8282,10810,0),(8282,10811,0),(8282,10812,0),(8282,10813,0),(8282,10814,0),(8282,10815,0),(8282,10816,0),(8282,10817,0),(8282,10818,0),(8282,10819,0),(8283,2131,0),(8283,2503,0),(8283,3289,0),(8283,6475,0),(8283,7544,0),(8283,7643,0),(8283,10806,0),(8283,10807,0),(8283,10808,0),(8283,10809,0),(8283,10810,0),(8283,10811,0),(8283,10812,0),(8283,10813,0),(8283,10814,0),(8283,10815,0),(8283,10816,0),(8283,10817,0),(8283,10818,0),(8283,10819,0),(8284,2,0),(8284,14,0),(8284,382,0),(8284,1304,0),(8284,2055,0),(8284,2270,0),(8284,2476,0),(8284,3131,0),(8284,3285,0),(8284,3330,0),(8284,3352,0),(8284,3720,0),(8284,5000,0),(8284,6272,0),(8284,10820,0),(8284,10821,0),(8284,10822,0),(8284,10823,0),(8284,10824,0),(8284,10825,0),(8287,4,0),(8287,12,0),(8287,1919,0),(8287,2097,0),(8287,2251,0),(8287,2311,0),(8287,2807,0),(8287,3351,0),(8287,3945,0),(8287,6685,0),(8287,10827,0),(8287,10829,0),(8287,10830,0),(8287,10831,0),(8287,10872,0),(8287,10873,0),(8287,10874,0),(8287,10878,0),(8287,10879,0),(8287,10880,0),(8287,10881,0),(8291,4,0),(8291,15,0),(8291,47,0),(8291,993,0),(8291,996,0),(8291,1842,0),(8291,2080,0),(8291,2083,0),(8291,2828,0),(8291,2852,0),(8291,3079,0),(8291,3136,0),(8291,3485,0),(8291,3527,0),(8291,3528,0),(8291,3653,0),(8291,4248,0),(8291,4362,0),(8291,7115,0),(8291,9766,0),(8291,9806,0),(8291,10834,0),(8298,2,0),(8298,14,0),(8298,387,0),(8298,389,0),(8298,390,0),(8298,2095,0),(8298,2246,0),(8298,2247,0),(8298,2405,0),(8298,2469,0),(8298,2884,0),(8298,2889,0),(8298,3781,0),(8298,3784,0),(8298,4186,0),(8298,5414,0),(8298,5644,0),(8298,8720,0),(8298,10840,0),(8298,10841,0),(8298,10842,0),(8298,10843,0),(8298,10844,0),(8301,3,0),(8301,16,0),(8301,47,0),(8301,1718,0),(8301,2219,0),(8301,2793,0),(8301,3293,0),(8301,9788,0),(8301,10845,0),(8301,10846,0),(8301,10847,0),(8301,10856,0),(8301,10857,0),(8301,10861,0),(8301,10862,0),(8301,10863,0),(8301,10864,0),(8301,10865,0),(8301,10866,0),(8301,10867,0),(8301,10868,0),(8301,10869,0),(8301,10870,0),(8301,10871,0),(8301,10882,0),(8301,10883,0),(8301,10884,0),(8322,4,0),(8322,11,0),(8322,1291,0),(8322,1392,0),(8322,2117,0),(8322,2254,0),(8322,2300,0),(8322,2372,0),(8322,2774,0),(8322,4698,0),(8322,4703,0),(8322,4705,0),(8322,4714,0),(8322,4719,0),(8322,5019,0),(8322,5070,0),(8322,7241,0),(8322,10885,0),(8322,10886,0),(8322,10887,0),(8322,10888,0),(8322,10889,0),(8322,10890,0),(8322,10891,0),(8322,10892,0),(8322,10893,0),(8325,3,0),(8325,14,0),(8325,930,0),(8325,967,0),(8325,977,0),(8325,1223,0),(8325,3084,0),(8325,3536,0),(8325,4573,0),(8325,6371,0),(8325,8335,0),(8325,10894,0),(8325,10895,0),(8325,10896,0),(8325,10897,0),(8325,10898,0),(8325,10899,0),(8325,10900,0),(8325,10901,0),(8327,4,0),(8327,5,0),(8327,2153,0),(8327,2219,0),(8327,2301,0),(8327,2656,0),(8327,2773,0),(8327,3373,0),(8327,4012,0),(8327,4156,0),(8327,4914,0),(8327,4917,0),(8327,4957,0),(8327,4959,0),(8327,6018,0),(8327,10687,0),(8327,10716,0),(8327,10950,0),(8327,10951,0),(8327,10952,0),(8330,4,0),(8330,15,0),(8330,996,0),(8330,1842,0),(8330,2079,0),(8330,2080,0),(8330,2083,0),(8330,3079,0),(8330,3212,0),(8330,3528,0),(8330,3643,0),(8330,4809,0),(8330,4827,0),(8330,7356,0),(8330,8748,0),(8330,8749,0),(8330,9639,0),(8330,10930,0),(8330,10931,0),(8330,10932,0),(8330,10933,0),(8330,10934,0),(8330,10935,0),(8342,4,0),(8342,16,0),(8342,4448,0),(8342,4946,0),(8342,6649,0),(8342,7660,0),(8342,10959,0),(8342,10960,0),(8342,10962,0),(8342,10963,0),(8342,10964,0),(8352,4,0),(8352,16,0),(8352,47,0),(8352,1015,0),(8352,10965,0),(8352,10966,0),(8352,10967,0),(8352,10968,0),(8352,10969,0),(8352,10982,0),(8352,10983,0),(8352,10984,0),(8352,10986,0),(8352,10987,0),(8352,10988,0),(8352,10989,0),(8352,10990,0),(8352,10995,0),(8352,10996,0),(8352,10998,0),(8352,11000,0),(8352,11001,0),(8352,11002,0),(8352,11003,0),(8352,11018,0),(8352,11019,0),(8352,11020,0),(8355,4,0),(8355,15,0),(8355,993,0),(8355,994,0),(8355,996,0),(8355,2079,0),(8355,2080,0),(8355,2083,0),(8355,2185,0),(8355,2852,0),(8355,3079,0),(8355,3186,0),(8355,3528,0),(8355,3643,0),(8355,3653,0),(8355,4827,0),(8355,6479,0),(8355,7070,0),(8355,7356,0),(8355,7619,0),(8355,9639,0),(8355,10245,0),(8355,10980,0),(8355,11021,0),(8355,11022,0),(8355,11024,0),(8355,11025,0),(8360,2,0),(8360,14,0),(8360,895,0),(8360,2118,0),(8360,2246,0),(8360,2560,0),(8360,4193,0),(8360,5473,0),(8360,5664,0),(8360,6735,0),(8360,7206,0),(8360,7328,0),(8360,11004,0),(8360,11005,0),(8360,11006,0),(8360,11007,0),(8360,11008,0),(8360,11009,0),(8360,11010,0),(8360,11011,0),(8360,11012,0),(8360,11013,0),(8360,11014,0),(8360,11015,0),(8360,11016,0),(8360,11017,0),(8372,3,0),(8372,47,0),(8372,1017,0),(8372,1019,0),(8372,1534,0),(8372,6991,0),(8372,6993,0),(8372,6995,0),(8372,6998,0),(8372,6999,0),(8372,7000,0),(8372,10069,0),(8372,11039,0),(8372,11040,0),(8372,11043,0),(8372,11044,0),(8372,11057,0),(8372,11058,0),(8372,11059,0),(8372,11060,0),(8372,11061,0),(8372,11062,0),(8372,11063,0),(8372,11064,0),(8372,11065,0),(8372,11151,0),(8372,11152,0),(8374,3,0),(8374,133,0),(8374,1534,0),(8374,2066,0),(8374,2082,0),(8374,2246,0),(8374,2394,0),(8374,2593,0),(8374,2638,0),(8374,2681,0),(8374,2753,0),(8374,2800,0),(8374,3492,0),(8374,4573,0),(8374,11051,0),(8374,11052,0),(8374,11053,0),(8374,11054,0),(8374,11055,0),(8374,11070,0),(8374,11071,0),(8374,11072,0),(8374,11073,0),(8374,11074,0),(8374,11075,0),(8374,11076,0),(8374,11077,0),(8374,11078,0),(8379,4,0),(8379,15,0),(8379,996,0),(8379,1284,0),(8379,1842,0),(8379,2079,0),(8379,2080,0),(8379,2083,0),(8379,2828,0),(8379,3352,0),(8379,3440,0),(8379,3505,0),(8379,3528,0),(8379,3643,0),(8379,4827,0),(8379,7356,0),(8379,8748,0),(8379,9639,0),(8379,9768,0),(8379,10930,0),(8379,10931,0),(8379,10932,0),(8379,10933,0),(8379,10934,0),(8379,11066,0),(8379,11067,0),(8379,11146,0),(8388,2,0),(8388,10,0),(8388,355,0),(8388,1105,0),(8388,2746,0),(8388,4164,0),(8388,7785,0),(8388,11089,0),(8388,11090,0),(8388,11092,0),(8388,11110,0),(8388,11111,0),(8388,11112,0),(8388,11113,0),(8388,11114,0),(8388,11115,0),(8388,11116,0),(8388,11117,0),(8388,11118,0),(8388,11124,0),(8388,11125,0),(8388,11137,0),(8388,11138,0),(8388,11139,0),(8388,11140,0),(8388,11141,0),(8388,11142,0),(8388,11143,0),(8388,11144,0),(8388,11145,0),(8391,2,0),(8391,330,0),(8391,881,0),(8391,1676,0),(8391,10357,0),(8391,10358,0),(8391,10359,0),(8391,10364,0),(8391,10388,0),(8391,10392,0),(8391,10403,0),(8391,11102,0),(8391,11103,0),(8391,11104,0),(8391,11105,0),(8391,11106,0),(8391,11120,0),(8391,11126,0),(8391,11129,0),(8391,11130,0),(8391,11131,0),(8391,11132,0),(8391,11133,0),(8391,11134,0),(8391,11135,0),(8391,11148,0),(8391,11150,0),(8425,2,0),(8425,330,0),(8425,881,0),(8425,10443,0),(8425,11336,0),(8425,11337,0),(8425,11338,0),(8426,2,0),(8426,14,0),(8426,91,0),(8426,821,0),(8426,1979,0),(8426,2276,0),(8426,2372,0),(8426,2494,0),(8426,2495,0),(8426,2638,0),(8426,4333,0),(8426,4334,0),(8426,4335,0),(8426,4600,0),(8426,4613,0),(8426,5460,0),(8426,5634,0),(8426,7618,0),(8426,11153,0),(8426,11154,0),(8426,11155,0),(8426,11156,0),(8426,11157,0),(8426,11167,0),(8426,11169,0),(8426,11175,0),(8426,11176,0),(8426,11177,0),(8426,11178,0),(8426,11179,0),(8427,3,0),(8427,785,0),(8427,1534,0),(8427,2219,0),(8427,2371,0),(8427,2560,0),(8427,2699,0),(8427,2798,0),(8427,3082,0),(8427,4903,0),(8427,5458,0),(8427,7618,0),(8427,9026,0),(8427,11159,0),(8427,11160,0),(8427,11161,0),(8427,11168,0),(8427,11172,0),(8427,11174,0),(8427,11187,0),(8427,11188,0),(8427,11189,0),(8427,11205,0),(8427,11206,0),(8427,11207,0),(8432,2,0),(8432,10,0),(8432,2095,0),(8432,2101,0),(8432,2238,0),(8432,2470,0),(8432,2727,0),(8432,3307,0),(8432,5937,0),(8432,11180,0),(8432,11181,0),(8432,11182,0),(8432,11183,0),(8432,11184,0),(8432,11185,0),(8432,11186,0),(8432,11190,0),(8432,11191,0),(8432,11192,0),(8432,11193,0),(8432,11194,0),(8432,11195,0),(8437,2,0),(8437,16,0),(8437,774,0),(8437,777,0),(8437,929,0),(8437,2421,0),(8437,4971,0),(8437,11197,0),(8437,11198,0),(8437,11201,0),(8437,11202,0),(8437,11204,0),(8450,4,0),(8450,11,0),(8450,2082,0),(8450,2117,0),(8450,2166,0),(8450,2266,0),(8450,2372,0),(8450,2909,0),(8450,3195,0),(8450,3504,0),(8450,3573,0),(8450,4515,0),(8450,4703,0),(8450,4705,0),(8450,4714,0),(8450,4719,0),(8450,4725,0),(8450,4726,0),(8450,5119,0),(8450,8770,0),(8450,10725,0),(8450,11208,0),(8450,11209,0),(8450,11210,0),(8450,11211,0),(8450,11212,0),(8450,11213,0),(8467,4,0),(8467,11,0),(8467,2117,0),(8467,2311,0),(8467,2372,0),(8467,4171,0),(8467,4703,0),(8467,4705,0),(8467,4714,0),(8467,4719,0),(8467,7213,0),(8467,7623,0),(8467,9361,0),(8467,11212,0),(8467,11214,0),(8467,11215,0),(8467,11216,0),(8467,11217,0),(8467,11218,0),(8467,11223,0),(8467,11224,0),(8467,11229,0),(8467,11230,0),(8467,11231,0),(8467,11232,0),(8467,11236,0),(8472,4,0),(8472,2082,0),(8472,2219,0),(8472,2354,0),(8472,2909,0),(8472,4436,0),(8472,5914,0),(8472,6313,0),(8472,6322,0),(8472,6323,0),(8472,7122,0),(8472,9250,0),(8472,9618,0),(8472,11238,0),(8472,11239,0),(8472,11240,0),(8472,11242,0),(8472,11243,0),(8472,11244,0),(8472,11245,0),(8472,11247,0),(8474,4,0),(8474,6,0),(8474,47,0),(8474,459,0),(8474,2354,0),(8474,2372,0),(8474,2476,0),(8474,2774,0),(8474,3417,0),(8474,3431,0),(8474,5598,0),(8474,5599,0),(8474,5600,0),(8474,6003,0),(8474,7417,0),(8474,8489,0),(8474,8499,0),(8474,8500,0),(8474,9177,0),(8474,11249,0),(8474,11252,0),(8474,11254,0),(8474,11255,0),(8474,11256,0),(8474,11257,0),(8474,11258,0),(8474,11259,0),(8474,11260,0),(8474,11261,0),(8477,4,0),(8477,13,0),(8477,47,0),(8477,92,0),(8477,129,0),(8477,994,0),(8477,2372,0),(8477,2476,0),(8477,2494,0),(8477,2495,0),(8477,2965,0),(8477,3081,0),(8477,3505,0),(8477,3643,0),(8477,4333,0),(8477,4334,0),(8477,4335,0),(8477,4600,0),(8477,4613,0),(8477,5473,0),(8477,5634,0),(8477,7328,0),(8477,9442,0),(8477,9963,0),(8477,11262,0),(8477,11265,0),(8477,11266,0),(8477,11268,0),(8477,11269,0),(8477,11270,0),(8477,11271,0),(8482,4,0),(8482,13,0),(8482,2117,0),(8482,2118,0),(8482,2476,0),(8482,2965,0),(8482,2966,0),(8482,4989,0),(8482,5473,0),(8482,6735,0),(8482,7064,0),(8482,7328,0),(8482,7774,0),(8482,7818,0),(8482,9407,0),(8482,11273,0),(8482,11274,0),(8482,11275,0),(8482,11276,0),(8482,11283,0),(8482,11284,0),(8482,11286,0),(8482,11288,0),(8482,11289,0),(8482,11290,0),(8482,11291,0),(8482,11292,0),(8482,11293,0),(8482,11294,0),(8482,11295,0),(8482,11296,0),(8482,11297,0),(8489,33,0),(8489,2120,0),(8489,2131,0),(8489,3003,0),(8489,3438,0),(8489,3527,0),(8489,4307,0),(8489,6485,0),(8489,7076,0),(8489,7643,0),(8489,11298,0),(8489,11299,0),(8489,11300,0),(8489,11301,0),(8489,11334,0),(8502,2,0),(8502,14,0),(8506,2,0),(8506,14,0),(8511,2,0),(8511,14,0),(8512,2,0),(8512,14,0),(8513,2,0),(8513,14,0),(8514,2,0),(8514,7,0),(8515,2,0),(8515,7,0),(8516,2,0),(8516,14,0),(8518,2,0),(8518,14,0),(8519,2,0),(8519,7,0),(8520,2,0),(8520,7,0),(8521,4,0),(8521,6,0),(8521,72,0),(8521,5473,0),(8521,5607,0),(8521,7328,0),(8521,10742,0),(8521,10747,0),(8521,11346,0),(8521,11348,0),(8521,11353,0),(8521,11355,0),(8521,11356,0),(8521,11358,0),(8521,11359,0),(8521,11360,0),(8521,11361,0),(8521,11362,0),(8521,11363,0),(8521,11364,0),(8521,11365,0),(8521,11366,0),(8521,11370,0),(8521,11371,0),(8521,11372,0),(8521,11373,0),(8521,11374,0),(8521,11375,0),(8522,2,0),(8522,14,0),(8526,4,0),(8526,5,0),(8526,49,0),(8526,1990,0),(8526,2445,0),(8526,3065,0),(8526,3822,0),(8526,3912,0),(8526,6320,0),(8526,7793,0),(8526,9056,0),(8526,11376,0),(8526,11377,0),(8526,11378,0),(8526,11379,0),(8526,11380,0),(8526,11381,0),(8526,11382,0),(8526,11383,0),(8526,11384,0),(8526,11385,0),(8526,11386,0),(8526,11387,0),(8526,11388,0),(8526,11389,0),(8526,11402,0),(8526,11403,0),(8527,3,0),(8527,9,0),(8527,930,0),(8527,2221,0),(8527,2945,0),(8527,3082,0),(8527,3492,0),(8527,3661,0),(8527,3664,0),(8527,3665,0),(8527,3667,0),(8527,3670,0),(8527,3671,0),(8527,4998,0),(8527,7756,0),(8527,7757,0),(8527,7759,0),(8527,9377,0),(8527,10082,0),(8527,11394,0),(8527,11395,0),(8527,11398,0),(8527,11399,0),(8527,11400,0),(8527,11401,0),(8533,28,0),(8533,32,0),(8537,4,0),(8537,16,0),(8537,47,0),(8537,83,0),(8537,1019,0),(8537,2118,0),(8537,2219,0),(8537,3405,0),(8537,3766,0),(8537,5587,0),(8537,7431,0),(8537,11406,0),(8537,11408,0),(8537,11409,0),(8537,11410,0),(8537,11411,0),(8537,11412,0),(8537,11413,0),(8537,11414,0),(8537,11415,0),(8537,11416,0),(8537,11417,0),(8537,11418,0),(8537,11420,0),(8537,11421,0),(8537,11422,0),(8537,11476,0),(8537,11477,0),(8544,2,0),(8544,14,0),(8544,371,0),(8544,555,0),(8544,744,0),(8544,821,0),(8544,1979,0),(8544,2219,0),(8544,2276,0),(8544,3128,0),(8544,3134,0),(8544,3917,0),(8544,3945,0),(8544,5638,0),(8544,6097,0),(8544,7206,0),(8544,11424,0),(8544,11425,0),(8544,11426,0),(8544,11427,0),(8544,11428,0),(8544,11429,0),(8544,11430,0),(8544,11431,0),(8544,11432,0),(8544,11433,0),(8544,11434,0),(8544,11435,0),(8544,11436,0),(8555,3,0),(8555,6,0),(8555,766,0),(8555,930,0),(8555,1086,0),(8555,1087,0),(8555,2714,0),(8555,3131,0),(8555,3259,0),(8555,3294,0),(8555,3473,0),(8555,11439,0),(8555,11440,0),(8555,11441,0),(8555,11442,0),(8555,11443,0),(8555,11444,0),(8555,11446,0),(8555,11447,0),(8555,11448,0),(8555,11449,0),(8555,11450,0),(8560,4,0),(8560,14,0),(8560,1979,0),(8560,2371,0),(8560,2644,0),(8560,2773,0),(8560,3079,0),(8560,4809,0),(8560,5460,0),(8560,6348,0),(8560,7407,0),(8560,7618,0),(8560,10829,0),(8560,11158,0),(8560,11179,0),(8560,11451,0),(8560,11452,0),(8560,11455,0),(8560,11456,0),(8560,11457,0),(8560,11458,0),(8560,11460,0),(8560,11461,0),(8560,11462,0),(8560,11463,0),(8560,11464,0),(8560,11465,0),(8560,11466,0),(8563,3,0),(8563,11,0),(8563,352,0),(8563,7241,0),(8563,9549,0),(8563,11467,0),(8563,11468,0),(8563,11469,0),(8563,11478,0),(8563,11479,0),(8563,11480,0),(8563,11481,0),(8563,11506,0),(8563,11507,0),(8563,11508,0),(8563,11509,0),(8563,11510,0),(8563,11511,0),(8563,11512,0),(8563,11513,0),(8563,11514,0),(8563,11515,0),(8563,11516,0),(8563,11521,0),(8563,11530,0),(8563,11531,0),(8563,11532,0),(8563,11533,0),(8565,4,0),(8565,15,0),(8565,47,0),(8565,993,0),(8565,996,0),(8565,1842,0),(8565,3528,0),(8565,3643,0),(8565,3653,0),(8565,4827,0),(8565,5380,0),(8565,7356,0),(8565,11266,0),(8565,11499,0),(8565,11500,0),(8565,11501,0),(8565,11517,0),(8565,11518,0),(8565,11519,0),(8565,11522,0),(8565,11523,0),(8565,11524,0),(8565,11525,0),(8565,11526,0),(8565,11527,0),(8565,11528,0),(8565,11529,0),(8573,4,0),(8573,16,0),(8573,47,0),(8573,813,0),(8573,2539,0),(8573,2758,0),(8573,3635,0),(8573,4204,0),(8573,4273,0),(8573,7651,0),(8573,8305,0),(8573,8784,0),(8573,10259,0),(8573,11534,0),(8573,11535,0),(8573,11536,0),(8573,11537,0),(8573,11538,0),(8573,11539,0),(8573,11540,0),(8573,11541,0),(8573,11542,0),(8573,11556,0),(8573,11561,0),(8573,11562,0),(8573,11563,0),(8573,11564,0),(8574,25,0),(8574,33,0),(8575,4,0),(8575,5,0),(8575,2006,0),(8575,2009,0),(8575,2726,0),(8575,3081,0),(8575,4866,0),(8575,5907,0),(8575,5914,0),(8575,6100,0),(8575,6217,0),(8575,6406,0),(8575,7922,0),(8575,9612,0),(8575,9618,0),(8575,10114,0),(8575,11543,0),(8575,11544,0),(8575,11545,0),(8575,11546,0),(8575,11547,0),(8575,11548,0),(8575,11549,0),(8575,11550,0),(8575,11551,0),(8575,11552,0),(8575,11553,0),(8575,11554,0),(8588,27,0),(8588,33,0),(8593,4,0),(8593,15,0),(8593,994,0),(8593,2083,0),(8593,2118,0),(8593,2242,0),(8593,3417,0),(8593,3528,0),(8593,3601,0),(8593,3643,0),(8593,4337,0),(8593,4827,0),(8593,7125,0),(8593,7335,0),(8593,7356,0),(8593,8186,0),(8593,11267,0),(8593,11271,0),(8593,11572,0),(8593,11598,0),(8593,11599,0),(8593,11600,0),(8593,11601,0),(8593,11602,0),(8593,11603,0),(8593,11604,0),(8593,11607,0),(8593,11608,0),(8596,4,0),(8596,8,0),(8596,346,0),(8596,3507,0),(8596,7179,0),(8596,11573,0),(8596,11574,0),(8596,11575,0),(8596,11577,0),(8596,11579,0),(8596,11580,0),(8596,11582,0),(8596,11583,0),(8596,11584,0),(8596,11585,0),(8596,11586,0),(8596,11587,0),(8596,11588,0),(8596,11591,0),(8596,11592,0),(8596,11593,0),(8596,11594,0),(8596,11595,0),(8596,11596,0),(8596,11609,0),(8596,11611,0),(8605,3,0),(8605,9,0),(8605,65,0),(8605,67,0),(8605,930,0),(8605,1765,0),(8605,2614,0),(8605,2815,0),(8605,2817,0),(8605,2818,0),(8605,2822,0),(8605,3079,0),(8605,3262,0),(8605,3802,0),(8605,3910,0),(8605,4573,0),(8605,7303,0),(8605,10688,0),(8605,11386,0),(8605,11612,0),(8605,11613,0),(8605,11614,0),(8605,11615,0),(8605,11616,0),(8605,11618,0),(8611,33,0),(8611,4058,0),(8611,4104,0),(8611,4865,0),(8611,11621,0),(8611,11622,0),(8614,4,0),(8614,6,0),(8614,1940,0),(8614,2898,0),(8614,4104,0),(8614,5612,0),(8614,5755,0),(8614,5756,0),(8614,6665,0),(8614,11641,0),(8614,11642,0),(8614,11643,0),(8614,11644,0),(8614,11645,0),(8614,11646,0),(8614,11655,0),(8614,11658,0),(8614,11659,0),(8614,11660,0),(8614,11661,0),(8614,11662,0),(8614,11663,0),(8614,11664,0),(8614,11665,0),(8614,11666,0),(8614,11667,0),(8614,11668,0),(8619,4953,0),(8619,11669,0),(8619,11670,0),(8619,11671,0),(8619,11672,0),(8619,11673,0),(8619,11674,0),(8619,11675,0),(8619,11676,0),(8619,11677,0),(8619,11678,0),(8619,11679,0),(8619,11680,0),(8619,11681,0),(8619,11682,0),(8619,11683,0),(8619,11684,0),(8619,11685,0),(8619,11686,0),(8619,11687,0),(8620,4,0),(8620,2219,0),(8620,2773,0),(8620,4952,0),(8621,2,0),(8621,5,0),(8621,1992,0),(8621,2219,0),(8621,3821,0),(8621,9055,0),(8621,9056,0),(8621,9061,0),(8621,9911,0),(8621,11688,0),(8621,11689,0),(8621,11690,0),(8621,11691,0),(8621,11692,0),(8621,11693,0),(8621,11694,0),(8621,11695,0),(8621,11696,0),(8621,11697,0),(8621,11702,0),(8621,11704,0),(8621,11707,0),(8621,11708,0),(8621,11709,0),(8621,11710,0),(8621,11711,0),(8621,11712,0),(8621,11713,0),(8621,11714,0),(8628,4,0),(8628,5,0),(8628,266,0),(8628,1112,0),(8628,1755,0),(8628,4953,0),(8628,4957,0),(8628,10952,0),(8628,11669,0),(8628,11670,0),(8628,11671,0),(8628,11672,0),(8628,11673,0),(8628,11674,0),(8628,11675,0),(8628,11676,0),(8628,11677,0),(8628,11678,0),(8628,11679,0),(8628,11680,0),(8628,11681,0),(8628,11682,0),(8628,11683,0),(8628,11684,0),(8628,11717,0),(8628,11720,0),(8628,11721,0),(8628,11722,0),(8628,11728,0),(8629,4,0),(8629,13,0),(8629,47,0),(8629,129,0),(8629,134,0),(8629,234,0),(8629,250,0),(8629,982,0),(8629,2216,0),(8629,2219,0),(8629,2476,0),(8629,2965,0),(8629,2982,0),(8629,3487,0),(8629,4010,0),(8629,4012,0),(8629,4015,0),(8629,4309,0),(8629,5445,0),(8629,6733,0),(8629,9880,0),(8629,10721,0),(8629,11723,0),(8629,11724,0),(8629,11725,0),(8629,11726,0),(8629,11805,0),(8629,11806,0),(8629,11808,0),(8629,11809,0),(8634,4,0),(8634,6,0),(8634,2523,0),(8634,5473,0),(8634,6735,0),(8634,6761,0),(8634,7064,0),(8634,11729,0),(8634,11730,0),(8634,11734,0),(8634,11735,0),(8634,11736,0),(8634,11737,0),(8634,11738,0),(8634,11739,0),(8634,11740,0),(8634,11741,0),(8634,11742,0),(8634,11743,0),(8634,11744,0),(8634,11745,0),(8634,11746,0),(8634,11747,0),(8634,11748,0),(8634,11749,0),(8634,11750,0),(8634,11751,0),(8634,11752,0),(8638,4,0),(8638,16,0),(8638,2354,0),(8638,2372,0),(8638,2777,0),(8638,4948,0),(8638,5736,0),(8638,6139,0),(8638,6296,0),(8638,6297,0),(8638,6311,0),(8638,6335,0),(8638,6341,0),(8638,6342,0),(8638,6348,0),(8638,6352,0),(8638,7057,0),(8638,11269,0),(8638,11753,0),(8638,11754,0),(8638,11757,0),(8638,11758,0),(8638,11759,0),(8638,11760,0),(8638,11761,0),(8638,11762,0),(8638,11763,0),(8641,3,0),(8641,11,0),(8641,766,0),(8641,831,0),(8641,930,0),(8641,2117,0),(8641,4978,0),(8641,5044,0),(8641,9892,0),(8641,11727,0),(8641,11764,0),(8641,11765,0),(8641,11766,0),(8641,11767,0),(8641,11768,0),(8641,11769,0),(8641,11770,0),(8641,11771,0),(8641,11772,0),(8641,11773,0),(8641,11774,0),(8641,11775,0),(8641,11776,0),(8641,11777,0),(8641,11779,0),(8641,11780,0),(8641,11781,0),(8641,11782,0),(8641,11783,0),(8646,4,0),(8646,6,0),(8646,2881,0),(8646,2965,0),(8646,2966,0),(8646,4015,0),(8646,5473,0),(8646,6735,0),(8646,7064,0),(8646,8607,0),(8646,8608,0),(8646,9006,0),(8646,10330,0),(8646,11787,0),(8646,11788,0),(8646,11789,0),(8646,11794,0),(8646,11795,0),(8646,11796,0),(8646,11797,0),(8646,11798,0),(8646,11799,0),(8646,11800,0),(8646,11801,0),(8646,11802,0),(8646,11803,0),(8646,11804,0),(8659,4,0),(8659,15,0),(8659,47,0),(8659,167,0),(8659,1913,0),(8659,2993,0),(8659,11456,0),(8659,11460,0),(8659,11810,0),(8659,11811,0),(8659,11812,0),(8659,11813,0),(8659,11814,0),(8659,11820,0),(8659,11821,0),(8659,11823,0),(8659,11824,0),(8659,11825,0),(8659,11826,0),(8659,11827,0),(8659,11828,0),(8659,11829,0),(8659,11830,0),(8659,11831,0),(8659,11832,0),(8659,11833,0),(8659,11834,0),(8659,11835,0),(8659,11836,0),(8659,11837,0),(8668,4,0),(8668,14,0),(8668,603,0),(8668,604,0),(8668,2401,0),(8668,10446,0),(8668,11838,0),(8668,11839,0),(8668,11840,0),(8668,11841,0),(8668,11842,0),(8668,11843,0),(8673,3,0),(8673,16,0),(8673,321,0),(8673,3184,0),(8673,6699,0),(8673,8134,0),(8673,11844,0),(8673,11845,0),(8673,11849,0),(8673,11855,0),(8673,11856,0),(8673,11858,0),(8673,11859,0),(8673,11860,0),(8673,11861,0),(8673,11862,0),(8673,11863,0),(8673,11864,0),(8673,11865,0),(8673,11866,0),(8673,11868,0),(8673,11869,0),(8673,11870,0),(8673,11871,0),(8673,11872,0),(8673,11873,0),(8680,33,0),(8680,2101,0),(8680,2102,0),(8680,2131,0),(8680,2221,0),(8680,3007,0),(8680,3030,0),(8680,3569,0),(8680,7580,0),(8680,7591,0),(8680,7606,0),(8680,7731,0),(8680,8651,0),(8680,10364,0),(8680,10819,0),(8680,11705,0),(8680,11881,0),(8680,11912,0),(8680,11920,0),(8680,11921,0),(8680,11922,0),(8681,21,0),(8681,33,0),(8685,4,0),(8685,16,0),(8685,47,0),(8685,167,0),(8685,206,0),(8685,394,0),(8685,1123,0),(8685,1988,0),(8685,2012,0),(8685,2869,0),(8685,7746,0),(8685,7749,0),(8685,7750,0),(8685,7918,0),(8685,12009,0),(8685,12010,0),(8685,12011,0),(8685,12012,0),(8685,12013,0),(8685,12014,0),(8685,12016,0),(8685,12017,0),(8685,12054,0),(8685,12055,0),(8685,12056,0),(8685,12057,0),(8685,12058,0),(8685,12059,0),(8685,12060,0),(8685,12061,0),(8685,12062,0),(8685,12063,0),(8685,12064,0),(8685,12065,0),(8685,12066,0),(8685,12067,0),(8685,12068,0),(8685,12069,0),(8685,12070,0),(8685,12071,0),(8685,12072,0),(8685,12083,0),(8685,12084,0),(8685,12085,0),(8685,12086,0),(8685,12087,0),(8685,12088,0),(8685,12090,0),(8685,12091,0),(8685,12096,0),(8686,2,0),(8686,11,0),(8686,930,0),(8686,2906,0),(8686,3289,0),(8686,4084,0),(8686,5070,0),(8686,5393,0),(8686,5625,0),(8686,7257,0),(8686,7259,0),(8686,7274,0),(8686,7278,0),(8686,7623,0),(8686,7630,0),(8686,7631,0),(8686,11924,0),(8686,11925,0),(8686,11926,0),(8688,2,0),(8688,14,0),(8688,154,0),(8688,1644,0),(8688,1645,0),(8688,2254,0),(8688,2397,0),(8688,2402,0),(8688,2403,0),(8688,2464,0),(8688,2473,0),(8688,3564,0),(8688,3880,0),(8688,5972,0),(8688,6029,0),(8688,10052,0),(8688,10344,0),(8688,11927,0),(8688,11928,0),(8688,11929,0),(8688,11930,0),(8688,11931,0),(8688,11932,0),(8688,11933,0),(8688,11934,0),(8692,4,0),(8692,16,0),(8692,3404,0),(8692,5243,0),(8692,9999,0),(8692,11935,0),(8692,11936,0),(8692,11937,0),(8692,11938,0),(8692,11939,0),(8692,11943,0),(8692,11944,0),(8692,11945,0),(8692,11946,0),(8692,11947,0),(8692,11949,0),(8692,11951,0),(8692,11952,0),(8692,11953,0),(8692,11954,0),(8692,11955,0),(8692,11956,0),(8692,11957,0),(8692,11958,0),(8692,11959,0),(8692,11960,0),(8705,2,0),(8705,14,0),(8705,821,0),(8705,1979,0),(8705,2405,0),(8705,3184,0),(8705,8120,0),(8705,11961,0),(8705,11962,0),(8705,11963,0),(8705,11964,0),(8705,11965,0),(8705,11966,0),(8705,11968,0),(8705,11969,0),(8705,11970,0),(8705,11971,0),(8705,11972,0),(8705,11973,0),(8705,11974,0),(8705,11975,0),(8705,11976,0),(8705,11977,0),(8705,11978,0),(8705,11979,0),(8705,11980,0),(8705,11981,0),(8705,11982,0),(8705,11983,0),(8710,33,0),(8713,2,0),(8713,16,0),(8713,58,0),(8713,1538,0),(8713,2221,0),(8713,2242,0),(8713,3561,0),(8713,3651,0),(8713,4307,0),(8713,5701,0),(8713,6907,0),(8713,8239,0),(8713,8912,0),(8713,11984,0),(8713,11985,0),(8713,11986,0),(8713,11987,0),(8713,11988,0),(8713,11989,0),(8713,11990,0),(8713,11991,0),(8713,11993,0),(8713,11994,0),(8713,11995,0),(8713,11996,0),(8713,11998,0),(8713,11999,0),(8713,12000,0),(8719,3,0),(8719,14,0),(8719,855,0),(8719,930,0),(8719,1248,0),(8719,2728,0),(8719,2906,0),(8719,3080,0),(8719,3922,0),(8719,7248,0),(8719,7933,0),(8719,8288,0),(8719,10900,0),(8719,12001,0),(8719,12002,0),(8719,12003,0),(8719,12004,0),(8719,12005,0),(8719,12006,0),(8719,12007,0),(8719,12008,0),(8726,2,0),(8726,14,0),(8726,821,0),(8726,898,0),(8726,1979,0),(8726,2094,0),(8726,2246,0),(8726,2405,0),(8726,2406,0),(8726,5637,0),(8726,5737,0),(8726,5817,0),(8726,5818,0),(8726,5819,0),(8726,5828,0),(8726,5829,0),(8726,6023,0),(8726,6545,0),(8726,8281,0),(8726,8282,0),(8726,9227,0),(8726,12025,0),(8726,12026,0),(8726,12027,0),(8726,12028,0),(8726,12029,0),(8726,12030,0),(8726,12031,0),(8726,12032,0),(8729,2,0),(8729,9,0),(8729,766,0),(8729,930,0),(8729,2322,0),(8729,3166,0),(8729,3265,0),(8729,4575,0),(8729,7293,0),(8729,7512,0),(8729,9628,0),(8729,11929,0),(8729,12033,0),(8729,12034,0),(8729,12035,0),(8729,12036,0),(8729,12037,0),(8729,12038,0),(8729,12039,0),(8729,12040,0),(8729,12041,0),(8729,12048,0),(8729,12049,0),(8729,12050,0),(8729,12051,0),(8729,12052,0),(8744,4,0),(8744,1291,0),(8744,1534,0),(8744,1963,0),(8744,2117,0),(8744,2246,0),(8744,2384,0),(8744,3378,0),(8744,3566,0),(8744,4698,0),(8744,5000,0),(8744,7241,0),(8744,7663,0),(8744,12073,0),(8744,12074,0),(8744,12075,0),(8744,12076,0),(8744,12077,0),(8744,12078,0),(8744,12079,0),(8744,12080,0),(8744,12092,0),(8744,12095,0),(8744,12097,0),(8744,12098,0),(8744,12099,0),(8744,12100,0),(8744,12545,0),(8744,12546,0),(8752,25,0),(8752,33,0),(8758,2,0),(8758,6,0),(8758,774,0),(8758,777,0),(8758,810,0),(8758,1299,0),(8758,3793,0),(8758,3795,0),(8758,3796,0),(8758,3798,0),(8758,3799,0),(8758,3801,0),(8758,3802,0),(8758,3803,0),(8758,3808,0),(8758,3809,0),(8758,4058,0),(8767,4,0),(8767,16,0),(8767,815,0),(8767,2299,0),(8767,2354,0),(8767,3147,0),(8767,3365,0),(8767,3367,0),(8767,3373,0),(8767,3389,0),(8767,3397,0),(8767,3399,0),(8767,3403,0),(8767,3404,0),(8767,3504,0),(8767,3507,0),(8767,3523,0),(8767,4325,0),(8767,11946,0),(8767,11949,0),(8767,11950,0),(8767,12106,0),(8767,12107,0),(8767,12108,0),(8767,12109,0),(8767,12110,0),(8767,12118,0),(8767,12119,0),(8773,3,0),(8773,14,0),(8773,821,0),(8773,916,0),(8773,1725,0),(8773,1979,0),(8773,2406,0),(8773,2414,0),(8773,2882,0),(8773,3820,0),(8773,7651,0),(8773,8120,0),(8773,11016,0),(8773,12120,0),(8773,12121,0),(8773,12122,0),(8773,12123,0),(8773,12125,0),(8773,12129,0),(8773,12130,0),(8773,12131,0),(8773,12132,0),(8773,12133,0),(8773,12134,0),(8773,12135,0),(8773,12136,0),(8773,12137,0),(8773,12138,0),(8773,12139,0),(8773,12140,0),(8773,12141,0),(8773,12142,0),(8778,3,0),(8778,16,0),(8778,2792,0),(8778,4104,0),(8778,5973,0),(8778,6359,0),(8778,7019,0),(8778,7837,0),(8778,10819,0),(8778,11301,0),(8778,12143,0),(8778,12144,0),(8778,12145,0),(8778,12146,0),(8778,12151,0),(8778,12152,0),(8778,12153,0),(8778,12155,0),(8778,12156,0),(8778,12157,0),(8778,12158,0),(8778,12159,0),(8778,12160,0),(8778,12161,0),(8778,12162,0),(8778,12163,0),(8778,12164,0),(8778,12165,0),(8778,12166,0),(8778,12177,0),(8785,3,0),(8785,11,0),(8785,384,0),(8785,930,0),(8785,977,0),(8785,1496,0),(8785,2728,0),(8785,2829,0),(8785,3265,0),(8785,3818,0),(8785,4856,0),(8785,9894,0),(8785,9948,0),(8785,12178,0),(8785,12179,0),(8785,12180,0),(8785,12181,0),(8785,12182,0),(8785,12183,0),(8785,12184,0),(8785,12185,0),(8785,12186,0),(8785,12187,0),(8785,12188,0),(8785,12189,0),(8785,12190,0),(8785,12191,0),(8785,12192,0),(8788,4,0),(8788,3195,0),(8788,5393,0),(8788,6128,0),(8788,6139,0),(8788,7623,0),(8788,10232,0),(8788,12193,0),(8788,12195,0),(8788,12196,0),(8788,12198,0),(8788,12231,0),(8788,12251,0),(8788,12252,0),(8788,12253,0),(8788,12254,0),(8788,12260,0),(8788,12261,0),(8788,12262,0),(8788,12267,0),(8788,12268,0),(8788,12269,0),(8788,12270,0),(8788,12271,0),(8788,12272,0),(8790,4,0),(8790,13,0),(8790,2270,0),(8790,3152,0),(8790,5278,0),(8790,5439,0),(8790,7111,0),(8790,9639,0),(8790,11213,0),(8790,12200,0),(8790,12201,0),(8790,12202,0),(8790,12203,0),(8790,12206,0),(8790,12208,0),(8790,12209,0),(8790,12220,0),(8790,12221,0),(8790,12222,0),(8790,12223,0),(8790,12224,0),(8790,12225,0),(8790,12226,0),(8790,12227,0),(8793,4,0),(8793,11,0),(8793,47,0),(8793,2219,0),(8793,2384,0),(8793,5044,0),(8793,5428,0),(8793,6042,0),(8793,6472,0),(8793,7431,0),(8793,11471,0),(8793,11472,0),(8793,11478,0),(8793,12211,0),(8793,12212,0),(8793,12213,0),(8793,12215,0),(8793,12216,0),(8793,12217,0),(8793,12218,0),(8793,12219,0),(8793,12239,0),(8793,12240,0),(8793,12241,0),(8793,12243,0),(8807,4,0),(8807,11,0),(8807,47,0),(8807,2100,0),(8807,2219,0),(8807,2386,0),(8807,2395,0),(8807,2476,0),(8807,2588,0),(8807,6042,0),(8807,6139,0),(8807,7241,0),(8807,8313,0),(8807,8314,0),(8807,8338,0),(8807,12211,0),(8807,12216,0),(8807,12239,0),(8807,12240,0),(8807,12244,0),(8807,12247,0),(8807,12248,0),(8807,12249,0),(8807,12250,0),(8807,12255,0),(8807,12256,0),(8807,12257,0),(8807,12258,0),(8807,12259,0),(8811,4,0),(8811,13,0),(8811,6626,0),(8811,6629,0),(8811,6650,0),(8811,9442,0),(8811,11952,0),(8811,12273,0),(8811,12285,0),(8811,12286,0),(8811,12290,0),(8811,12291,0),(8811,12292,0),(8811,12293,0),(8811,12295,0),(8811,12296,0),(8811,12298,0),(8811,12299,0),(8811,12301,0),(8811,12302,0),(8811,12305,0),(8811,12306,0),(8811,12308,0),(8811,12310,0),(8811,12311,0),(8811,12312,0),(8811,12313,0),(8811,12314,0),(8811,12315,0),(8811,12316,0),(8811,12317,0),(8811,12318,0),(8811,12319,0),(8827,4,0),(8827,47,0),(8827,129,0),(8827,240,0),(8827,272,0),(8827,291,0),(8827,313,0),(8827,881,0),(8827,2266,0),(8827,4045,0),(8827,12321,0),(8827,12322,0),(8827,12323,0),(8827,12324,0),(8827,12326,0),(8827,12327,0),(8827,12334,0),(8827,12337,0),(8827,12339,0),(8827,12340,0),(8827,12341,0),(8827,12342,0),(8827,12343,0),(8827,12344,0),(8827,12345,0),(8827,12346,0),(8827,12347,0),(8827,12349,0),(8827,12350,0),(8827,12351,0),(8827,12352,0),(8827,12353,0),(8827,12354,0),(8827,12355,0),(8827,13968,0),(8827,13970,0),(8827,13973,0),(8836,4,0),(8836,8,0),(8836,47,0),(8836,270,0),(8836,346,0),(8836,815,0),(8836,2555,0),(8836,3431,0),(8836,5602,0),(8836,8499,0),(8836,8500,0),(8836,9114,0),(8836,9120,0),(8836,9121,0),(8836,10268,0),(8836,11349,0),(8836,12356,0),(8836,12357,0),(8836,12358,0),(8836,12359,0),(8836,12360,0),(8836,12361,0),(8836,12368,0),(8836,12378,0),(8836,12379,0),(8836,12380,0),(8836,12381,0),(8836,12382,0),(8836,12383,0),(8836,12384,0),(8836,12385,0),(8836,12386,0),(8836,12387,0),(8836,12388,0),(8836,12389,0),(8836,12390,0),(8843,2,0),(8843,1534,0),(8843,2219,0),(8843,2276,0),(8843,2371,0),(8843,2466,0),(8843,2560,0),(8843,2798,0),(8843,2993,0),(8843,2998,0),(8843,3265,0),(8843,3431,0),(8843,4211,0),(8843,12392,0),(8843,12394,0),(8843,12395,0),(8843,12396,0),(8843,12398,0),(8843,12399,0),(8843,12400,0),(8843,12401,0),(8843,12402,0),(8843,12403,0),(8843,12404,0),(8843,12405,0),(8853,26,0),(8853,34,0),(8857,4,0),(8857,330,0),(8857,881,0),(8857,1160,0),(8857,1990,0),(8857,12406,0),(8857,12469,0),(8857,12470,0),(8857,12471,0),(8857,12472,0),(8857,12473,0),(8857,12474,0),(8857,12478,0),(8857,12479,0),(8857,12480,0),(8857,12481,0),(8857,12482,0),(8857,12483,0),(8857,12484,0),(8857,12485,0),(8857,12487,0),(8857,12500,0),(8857,12502,0),(8857,12503,0),(8857,12504,0),(8857,12505,0),(8857,12506,0),(8857,12507,0),(8857,12508,0),(8857,12509,0),(8860,25,0),(8860,33,0),(8861,2,0),(8861,881,0),(8865,12256,0),(8865,12257,0),(8865,12258,0),(8865,12408,0),(8865,12409,0),(8865,12410,0),(8865,12411,0),(8865,12412,0),(8865,12413,0),(8865,12414,0),(8865,12415,0),(8865,12416,0),(8865,12417,0),(8865,12418,0),(8865,12419,0),(8865,12420,0),(8865,12421,0),(8865,12422,0),(8865,12423,0),(8865,12424,0),(8867,4,0),(8867,16,0),(8867,604,0),(8867,1183,0),(8867,2219,0),(8867,2354,0),(8867,2355,0),(8867,2728,0),(8867,2776,0),(8867,4211,0),(8867,4448,0),(8867,4575,0),(8867,4805,0),(8867,5247,0),(8867,7031,0),(8867,12425,0),(8867,12426,0),(8867,12427,0),(8867,12429,0),(8867,12430,0),(8867,12431,0),(8867,12432,0),(8867,12433,0),(8867,12434,0),(8867,12976,0),(8867,12977,0),(8867,12978,0),(8867,12979,0),(8871,4,0),(8871,16,0),(8871,2467,0),(8871,7746,0),(8871,7749,0),(8871,7904,0),(8871,8915,0),(8871,8928,0),(8871,10041,0),(8871,10044,0),(8871,10045,0),(8871,10475,0),(8871,10476,0),(8871,12454,0),(8871,12455,0),(8871,12489,0),(8871,12490,0),(8871,12491,0),(8871,12518,0),(8871,12519,0),(8871,12520,0),(8871,12521,0),(8871,12522,0),(8871,12524,0),(8871,12525,0),(8871,12526,0),(8871,12527,0),(8871,12528,0),(8873,4,0),(8873,13,0),(8873,2017,0),(8873,2219,0),(8873,3868,0),(8873,4057,0),(8873,4809,0),(8873,5151,0),(8873,5473,0),(8873,5696,0),(8873,5725,0),(8873,6735,0),(8873,7328,0),(8873,7391,0),(8873,7392,0),(8873,7393,0),(8873,7407,0),(8873,12435,0),(8873,12444,0),(8873,12445,0),(8873,12446,0),(8873,12447,0),(8873,12449,0),(8873,12450,0),(8873,12451,0),(8873,12467,0),(8873,12468,0),(8873,12486,0),(8882,2,0),(8882,9,0),(8882,2296,0),(8882,2476,0),(8882,2700,0),(8882,2828,0),(8882,3285,0),(8882,3418,0),(8882,3721,0),(8882,5000,0),(8882,6401,0),(8882,7512,0),(8882,10821,0),(8882,10823,0),(8882,12492,0),(8882,12493,0),(8882,12497,0),(8882,12498,0),(8882,12499,0),(8882,12501,0),(8882,12510,0),(8882,12511,0),(8882,12512,0),(8899,33,0),(8899,2084,0),(8899,2503,0),(8899,2952,0),(8899,3007,0),(8899,3023,0),(8899,3649,0),(8899,4241,0),(8899,5222,0),(8899,11391,0),(8899,12513,0),(8899,12514,0),(8899,12515,0),(8899,12516,0),(8899,12517,0),(8910,2301,0),(8910,2503,0),(8910,8490,0),(8910,10014,0),(8910,12529,0),(8915,4,0),(8915,11,0),(8915,100,0),(8915,1015,0),(8915,1291,0),(8915,3318,0),(8915,4698,0),(8915,4713,0),(8915,4714,0),(8915,7231,0),(8915,12092,0),(8915,12095,0),(8915,12099,0),(8915,12532,0),(8915,12533,0),(8915,12534,0),(8915,12535,0),(8915,12536,0),(8915,12537,0),(8915,12538,0),(8915,12539,0),(8915,12540,0),(8915,12541,0),(8915,12542,0),(8915,12543,0),(8915,12544,0),(8925,2,0),(8925,14,0),(8925,112,0),(8925,527,0),(8925,1134,0),(8925,3262,0),(8925,3319,0),(8925,5037,0),(8925,5316,0),(8925,5821,0),(8925,10191,0),(8925,10194,0),(8925,11201,0),(8925,12048,0),(8925,12547,0),(8925,12548,0),(8925,12549,0),(8925,12550,0),(8925,12551,0),(8925,12553,0),(8925,12554,0),(8925,12555,0),(8925,12556,0),(8925,12557,0),(8925,12558,0),(8925,12559,0),(8925,12560,0),(8925,12562,0),(8925,12563,0),(8925,12564,0),(8932,4,0),(8932,5,0),(8932,49,0),(8932,50,0),(8932,2246,0),(8932,2309,0),(8932,2945,0),(8932,11402,0),(8932,11403,0),(8932,12565,0),(8932,12566,0),(8932,12567,0),(8932,12568,0),(8939,2301,0),(8939,2503,0),(8939,8490,0),(8939,10014,0),(8939,12529,0),(8939,12531,0),(8945,2,0),(8945,14,0),(8945,2097,0),(8945,2296,0),(8945,3082,0),(8945,5529,0),(8945,5937,0),(8945,7756,0),(8945,8310,0),(8945,9763,0),(8945,10320,0),(8945,10339,0),(8945,12569,0),(8945,12570,0),(8945,12572,0),(8945,12573,0),(8945,12574,0),(8945,12575,0),(8945,12576,0),(8945,12577,0),(8945,12578,0),(8945,12579,0),(8945,12580,0),(8945,12581,0),(8945,12582,0),(8945,12583,0),(8945,12584,0),(8945,12585,0),(8945,12586,0),(8945,12587,0),(8945,12588,0),(8945,12589,0),(8945,12590,0),(8945,12591,0),(8945,12592,0),(8945,12593,0),(8945,12594,0),(8945,12595,0),(8945,12596,0),(8945,12598,0),(8945,12599,0),(8945,12600,0),(8966,5878,0),(8966,7883,0),(8966,8912,0),(8966,9583,0),(8966,12023,0),(8966,12601,0),(8966,12602,0),(8966,12603,0),(8966,12604,0),(8966,12605,0),(8966,12606,0),(8966,12607,0),(8966,12608,0),(8967,2,0),(8967,13,0),(8967,112,0),(8967,154,0),(8967,1381,0),(8967,2403,0),(8967,3289,0),(8967,5906,0),(8967,9894,0),(8967,10191,0),(8967,10194,0),(8967,12033,0),(8967,12035,0),(8967,12036,0),(8967,12048,0),(8967,12609,0),(8967,12610,0),(8967,12615,0),(8967,12618,0),(8967,12619,0),(8967,12625,0),(8967,12626,0),(8967,12627,0),(8967,12628,0),(8967,12629,0),(8967,12630,0),(8967,12631,0),(8967,12633,0),(8975,2,0),(8975,47,0),(8975,167,0),(8975,1451,0),(8975,1534,0),(8975,12391,0),(8975,12392,0),(8975,12393,0),(8975,12394,0),(8975,12395,0),(8975,12397,0),(8975,12403,0),(8975,12634,0),(8975,12635,0),(8975,12636,0),(8975,12680,0),(8975,12681,0),(8975,12682,0),(8975,12683,0),(8975,12684,0),(8975,12698,0),(8975,12699,0),(8975,12700,0),(8975,12701,0),(8975,12702,0),(8975,12707,0),(8975,12709,0),(8975,12710,0),(8975,12711,0),(8975,12712,0),(8975,12713,0),(8976,4,0),(8976,5,0),(8976,49,0),(8976,1856,0),(8976,4750,0),(8976,6943,0),(8976,9610,0),(8976,12649,0),(8976,12652,0),(8976,12658,0),(8976,12663,0),(8976,12664,0),(8976,12666,0),(8976,12667,0),(8976,12669,0),(8976,12670,0),(8976,12671,0),(8976,12672,0),(8976,12673,0),(8976,12674,0),(8976,12675,0),(8976,12676,0),(8976,12677,0),(8976,12691,0),(8976,12692,0),(8976,12695,0),(8976,12696,0),(8976,12697,0),(8988,3,0),(8988,1240,0),(8988,1534,0),(8988,2117,0),(8988,3373,0),(8988,3564,0),(8988,3945,0),(8988,10457,0),(8988,12742,0),(8988,12743,0),(8988,12746,0),(8988,12747,0),(8988,12748,0),(8988,12750,0),(8988,12751,0),(8988,12752,0),(8988,12753,0),(8992,2,0),(8992,16,0),(8992,129,0),(8992,130,0),(8992,398,0),(8992,532,0),(8992,748,0),(8992,1690,0),(8992,2097,0),(8992,2266,0),(8992,2778,0),(8992,2909,0),(8992,3082,0),(8992,6576,0),(8992,7392,0),(8992,7580,0),(8992,7586,0),(8992,7594,0),(8992,8437,0),(8992,9102,0),(8992,9156,0),(8992,9157,0),(8992,9158,0),(8992,12720,0),(8992,12728,0),(8992,12729,0),(8992,12730,0),(8992,12737,0),(8992,12740,0),(8992,12741,0),(8992,12823,0),(9007,4,0),(9007,5,0),(9007,49,0),(9007,2025,0),(9007,2175,0),(9007,2296,0),(9007,2828,0),(9007,3144,0),(9007,3293,0),(9007,3418,0),(9007,6407,0),(9007,7123,0),(9007,7124,0),(9007,8541,0),(9007,9999,0),(9007,12498,0),(9007,12499,0),(9007,12501,0),(9007,12610,0),(9007,12754,0),(9007,12755,0),(9007,12757,0),(9007,12758,0),(9022,4,0),(9022,5,0),(9022,1892,0),(9022,2219,0),(9022,2271,0),(9022,3565,0),(9022,3697,0),(9022,7619,0),(9022,9469,0),(9022,10245,0),(9022,10903,0),(9022,12760,0),(9022,12761,0),(9022,12762,0),(9022,12763,0),(9022,12765,0),(9022,12766,0),(9022,12769,0),(9022,12770,0),(9022,12771,0),(9022,12772,0),(9022,12785,0),(9026,4,0),(9026,5,0),(9026,49,0),(9026,2101,0),(9026,2238,0),(9026,2246,0),(9026,2309,0),(9026,2470,0),(9026,3136,0),(9026,6317,0),(9026,11402,0),(9026,11403,0),(9026,12767,0),(9026,12768,0),(9026,12773,0),(9026,12774,0),(9026,12782,0),(9026,12783,0),(9026,12784,0),(9028,4,0),(9028,16,0),(9028,584,0),(9028,2473,0),(9028,2773,0),(9028,2965,0),(9028,3076,0),(9028,3319,0),(9028,5314,0),(9028,5473,0),(9028,6125,0),(9028,6735,0),(9028,7327,0),(9028,7328,0),(9028,7787,0),(9028,7789,0),(9028,7827,0),(9028,9830,0),(9028,9834,0),(9028,12777,0),(9028,12778,0),(9028,12779,0),(9028,12786,0),(9028,12787,0),(9028,12788,0),(9028,12795,0),(9034,2184,0),(9034,5907,0),(9034,7123,0),(9034,7265,0),(9034,7364,0),(9034,7923,0),(9034,7924,0),(9034,10114,0),(9034,12761,0),(9034,12789,0),(9034,12790,0),(9034,12791,0),(9034,12792,0),(9034,12793,0),(9040,4,0),(9040,5,0),(9040,49,0),(9040,2175,0),(9040,2354,0),(9040,2747,0),(9040,2846,0),(9040,3565,0),(9040,5439,0),(9040,5751,0),(9040,6100,0),(9040,7122,0),(9040,8582,0),(9040,9612,0),(9040,9618,0),(9040,9913,0),(9040,12796,0),(9040,12797,0),(9040,12798,0),(9040,12799,0),(9040,12800,0),(9040,12801,0),(9040,12802,0),(9040,12803,0),(9040,12804,0),(9043,2173,0),(9043,2175,0),(9043,2179,0),(9043,3008,0),(9043,3186,0),(9043,3565,0),(9043,4294,0),(9043,4478,0),(9043,5439,0),(9043,6375,0),(9043,7123,0),(9043,7129,0),(9043,7619,0),(9043,7922,0),(9043,8139,0),(9043,9469,0),(9043,12805,0),(9043,12806,0),(9043,12807,0),(9043,12808,0),(9045,4,0),(9045,5,0),(9045,1891,0),(9045,5907,0),(9045,6100,0),(9045,7123,0),(9045,7511,0),(9045,12760,0),(9045,12761,0),(9045,12762,0),(9045,12763,0),(9045,12765,0),(9045,12766,0),(9045,12785,0),(9045,12789,0),(9045,12791,0),(9045,12793,0),(9045,12810,0),(9045,12812,0),(9045,12815,0),(9045,12816,0),(9045,12820,0),(9045,12821,0),(9045,12822,0),(9062,4,0),(9062,5,0),(9062,167,0),(9062,1891,0),(9062,1892,0),(9062,2296,0),(9062,3528,0),(9062,3565,0),(9062,6100,0),(9062,7123,0),(9062,7265,0),(9062,7268,0),(9062,12760,0),(9062,12761,0),(9062,12762,0),(9062,12763,0),(9062,12785,0),(9062,12789,0),(9062,12791,0),(9062,12793,0),(9062,12824,0),(9062,12825,0),(9062,12827,0),(9062,12828,0),(9062,12829,0),(9062,12830,0),(9070,4,0),(9070,8,0),(9070,135,0),(9070,2298,0),(9070,2476,0),(9070,8490,0),(9070,11839,0),(9070,12018,0),(9070,12831,0),(9070,12833,0),(9070,12834,0),(9070,12835,0),(9070,12836,0),(9070,12837,0),(9070,12838,0),(9070,12839,0),(9070,12840,0),(9070,12841,0),(9070,12842,0),(9070,12843,0),(9070,12844,0),(9070,12845,0),(9075,4,0),(9075,8,0),(9075,218,0),(9075,2877,0),(9075,3268,0),(9075,3431,0),(9075,3485,0),(9075,4108,0),(9075,4186,0),(9075,7505,0),(9075,9527,0),(9075,9578,0),(9075,9579,0),(9075,12566,0),(9075,12846,0),(9075,12848,0),(9075,12849,0),(9075,12850,0),(9075,12852,0),(9075,12853,0),(9075,12854,0),(9075,12856,0),(9075,12857,0),(9075,12858,0),(9075,12859,0),(9075,12860,0),(9075,12861,0),(9075,12862,0),(9079,2,0),(9079,5,0),(9079,608,0),(9079,1945,0),(9079,2345,0),(9079,2476,0),(9079,2909,0),(9079,6313,0),(9079,6316,0),(9079,6393,0),(9079,9612,0),(9079,10115,0),(9079,12863,0),(9079,12865,0),(9079,12866,0),(9079,12867,0),(9079,12868,0),(9079,12869,0),(9079,12870,0),(9079,12872,0),(9079,12873,0),(9079,12874,0),(9079,12875,0),(9079,12877,0),(9079,12878,0),(9079,12879,0),(9079,12880,0),(9079,12881,0),(9079,12882,0),(9079,12883,0),(9079,12884,0),(9079,12885,0),(9079,12886,0),(9079,12922,0),(9079,12923,0),(9079,12924,0),(9079,12925,0),(9088,2,0),(9088,14,0),(9088,757,0),(9088,1088,0),(9088,1134,0),(9088,2094,0),(9088,2221,0),(9088,2473,0),(9088,2476,0),(9088,2568,0),(9088,2688,0),(9088,3138,0),(9088,3544,0),(9088,3759,0),(9088,3784,0),(9088,6465,0),(9088,8967,0),(9088,8968,0),(9088,8969,0),(9088,10014,0),(9088,12889,0),(9088,12890,0),(9088,12891,0),(9088,12892,0),(9088,12893,0),(9088,12894,0),(9088,12895,0),(9088,12896,0),(9088,12897,0),(9088,12898,0),(9088,12899,0),(9088,12900,0),(9088,12902,0),(9088,12903,0),(9091,4,0),(9091,15,0),(9091,896,0),(9091,994,0),(9091,1093,0),(9091,2398,0),(9091,3528,0),(9091,3643,0),(9091,3870,0),(9091,4827,0),(9091,5579,0),(9091,5582,0),(9091,5612,0),(9091,7356,0),(9091,9963,0),(9091,9964,0),(9091,9965,0),(9091,11266,0),(9091,11267,0),(9091,11268,0),(9091,12904,0),(9091,12905,0),(9091,12933,0),(9091,12934,0),(9091,12951,0),(9093,4,0),(9093,5,0),(9093,2219,0),(9093,2296,0),(9093,2751,0),(9093,2909,0),(9093,3565,0),(9093,4436,0),(9093,5907,0),(9093,6490,0),(9093,7123,0),(9093,7373,0),(9093,9608,0),(9093,9612,0),(9093,11238,0),(9093,11242,0),(9093,11245,0),(9093,11247,0),(9093,12755,0),(9093,12874,0),(9093,12910,0),(9093,12911,0),(9093,12912,0),(9093,12913,0),(9093,12916,0),(9093,12917,0),(9093,12918,0),(9093,12919,0),(9093,12920,0),(9104,2,0),(9104,5,0),(9104,2006,0),(9104,2020,0),(9104,2354,0),(9104,4436,0),(9104,5751,0),(9104,6100,0),(9104,6316,0),(9104,6644,0),(9104,9612,0),(9104,10129,0),(9104,11553,0),(9104,12798,0),(9104,12799,0),(9104,12801,0),(9104,12802,0),(9104,12804,0),(9104,12870,0),(9104,12886,0),(9104,12924,0),(9104,12925,0),(9104,12926,0),(9104,12927,0),(9104,12928,0),(9104,12929,0),(9104,12930,0),(9104,12931,0),(9104,12932,0),(9104,12937,0),(9104,12938,0),(9104,12939,0),(9104,12940,0),(9104,12941,0),(9104,12942,0),(9104,12943,0),(9104,12944,0),(9104,12945,0),(9104,12946,0),(9104,12947,0),(9104,12948,0),(9104,12949,0),(9125,4,0),(9125,13,0),(9125,2254,0),(9125,2276,0),(9125,2807,0),(9125,3082,0),(9125,3378,0),(9125,4104,0),(9125,6472,0),(9125,8324,0),(9125,8667,0),(9125,10065,0),(9125,10078,0),(9125,12957,0),(9125,12958,0),(9125,12959,0),(9125,12961,0),(9125,12962,0),(9125,12963,0),(9125,12964,0),(9125,12965,0),(9125,12966,0),(9125,12967,0),(9131,4,0),(9131,16,0),(9131,2608,0),(9131,2828,0),(9131,2965,0),(9131,2966,0),(9131,2987,0),(9131,5253,0),(9131,6735,0),(9131,7064,0),(9131,7328,0),(9131,7393,0),(9131,8770,0),(9131,9827,0),(9131,10046,0),(9131,12779,0),(9131,12959,0),(9131,12962,0),(9131,12964,0),(9131,12965,0),(9131,12966,0),(9131,12967,0),(9131,12969,0),(9131,12970,0),(9131,12973,0),(9131,12974,0),(9131,12975,0),(9150,2,0),(9150,13,0),(9150,47,0),(9150,346,0),(9150,815,0),(9150,2219,0),(9150,2382,0),(9150,2555,0),(9150,2560,0),(9150,2563,0),(9150,2564,0),(9150,2976,0),(9150,3758,0),(9150,4059,0),(9150,7663,0),(9150,9120,0),(9150,10731,0),(9150,10735,0),(9150,10737,0),(9150,11349,0),(9150,12366,0),(9150,12367,0),(9150,12368,0),(9150,12388,0),(9150,12389,0),(9150,12984,0),(9150,12985,0),(9150,12986,0),(9162,2,0),(9162,14,0),(9162,371,0),(9162,1134,0),(9162,2213,0),(9162,2397,0),(9162,2715,0),(9162,2880,0),(9162,3133,0),(9162,3134,0),(9162,3135,0),(9162,3137,0),(9162,3144,0),(9162,3149,0),(9162,3263,0),(9162,4012,0),(9162,4236,0),(9162,5675,0),(9162,7072,0),(9162,12987,0),(9162,12988,0),(9162,12989,0),(9162,12990,0),(9168,2,0),(9168,10,0),(9168,9707,0),(9168,12991,0),(9168,12993,0),(9168,13006,0),(9168,13007,0),(9168,13008,0),(9168,13009,0),(9168,13010,0),(9168,13011,0),(9168,13012,0),(9168,13013,0),(9168,13014,0),(9168,13015,0),(9168,13016,0),(9168,13017,0),(9168,13018,0),(9168,13019,0),(9168,13020,0),(9168,13021,0),(9168,13022,0),(9168,13023,0),(9168,13024,0),(9168,13025,0),(9168,13027,0),(9173,4,0),(9173,5,0),(9173,1945,0),(9173,2025,0),(9173,2185,0),(9173,2354,0),(9173,3565,0),(9173,3734,0),(9173,4436,0),(9173,7123,0),(9173,8140,0),(9173,8969,0),(9173,12865,0),(9173,12871,0),(9173,12877,0),(9173,13028,0),(9173,13029,0),(9173,13030,0),(9173,13031,0),(9173,13032,0),(9173,13035,0),(9173,13036,0),(9193,4,0),(9193,15,0),(9193,2372,0),(9193,3195,0),(9193,3373,0),(9193,3397,0),(9193,5460,0),(9193,5660,0),(9193,6123,0),(9193,7092,0),(9193,7599,0),(9193,8887,0),(9193,8888,0),(9193,8889,0),(9193,8890,0),(9193,8891,0),(9193,11156,0),(9193,11179,0),(9193,11269,0),(9193,13037,0),(9193,13038,0),(9193,13039,0),(9196,2,0),(9196,14,0),(9196,519,0),(9196,528,0),(9196,1897,0),(9196,2094,0),(9196,2213,0),(9196,2247,0),(9196,2402,0),(9196,2414,0),(9196,3082,0),(9196,3265,0),(9196,3418,0),(9196,4236,0),(9196,8717,0),(9196,13040,0),(9196,13043,0),(9196,13044,0),(9196,13045,0),(9196,13046,0),(9196,13047,0),(9196,13048,0),(9196,13049,0),(9196,13050,0),(9196,13052,0),(9196,13053,0),(9196,13054,0),(9196,13055,0),(9202,4,0),(9202,15,0),(9202,588,0),(9202,6942,0),(9202,7388,0),(9202,7398,0),(9202,7399,0),(9202,7406,0),(9202,13056,0),(9202,13057,0),(9202,13058,0),(9202,13059,0),(9202,13060,0),(9202,13064,0),(9202,13065,0),(9202,13066,0),(9202,13067,0),(9202,13068,0),(9202,13069,0),(9202,13070,0),(9202,13071,0),(9202,13072,0),(9202,13073,0),(9202,13074,0),(9202,13076,0),(9202,13077,0),(9202,13078,0),(9202,13079,0),(9208,4,0),(9208,5,0),(9208,49,0),(9208,2751,0),(9208,3144,0),(9208,3565,0),(9208,3734,0),(9208,6218,0),(9208,7134,0),(9208,7400,0),(9208,9396,0),(9208,13080,0),(9208,13081,0),(9208,13082,0),(9208,13083,0),(9208,13084,0),(9208,13085,0),(9208,13088,0),(9208,13089,0),(9208,13090,0),(9208,13091,0),(9208,13092,0),(9208,13094,0),(9208,13095,0),(9208,13096,0),(9211,2,0),(9211,14,0),(9211,154,0),(9211,1381,0),(9211,2095,0),(9211,2328,0),(9211,2403,0),(9211,2560,0),(9211,5906,0),(9211,5962,0),(9211,6761,0),(9211,11089,0),(9211,11370,0),(9211,12609,0),(9211,12610,0),(9211,12613,0),(9211,12614,0),(9211,12627,0),(9211,12628,0),(9211,12629,0),(9211,12630,0),(9211,13097,0),(9211,13098,0),(9211,13099,0),(9211,13100,0),(9211,13101,0),(9211,13102,0),(9211,13104,0),(9211,13105,0),(9219,4,0),(9219,47,0),(9219,1015,0),(9219,1534,0),(9219,5079,0),(9219,7325,0),(9219,13106,0),(9219,13116,0),(9219,13117,0),(9219,13118,0),(9219,13119,0),(9219,13120,0),(9219,13121,0),(9219,13127,0),(9219,13128,0),(9219,13129,0),(9219,13130,0),(9219,13131,0),(9219,13136,0),(9219,13137,0),(9219,13138,0),(9219,13139,0),(9219,13140,0),(9219,13141,0),(9219,13142,0),(9219,13146,0),(9219,13147,0),(9219,13148,0),(9225,3,0),(9225,1534,0),(9228,4,0),(9228,16,0),(9228,47,0),(9228,8111,0),(9228,13149,0),(9228,13150,0),(9228,13151,0),(9228,13152,0),(9228,13153,0),(9228,13163,0),(9228,13164,0),(9228,13165,0),(9228,13166,0),(9228,13168,0),(9228,13169,0),(9228,13170,0),(9228,13171,0),(9228,13172,0),(9228,13173,0),(9228,13174,0),(9228,13175,0),(9228,13176,0),(9228,13177,0),(9228,13178,0),(9228,13179,0),(9228,13180,0),(9232,4,0),(9232,5,0),(9232,1891,0),(9232,1892,0),(9232,3565,0),(9232,6100,0),(9232,9469,0),(9232,12761,0),(9232,12785,0),(9232,12828,0),(9232,13181,0),(9232,13182,0),(9232,13183,0),(9232,13184,0),(9236,4,0),(9236,5,0),(9236,49,0),(9236,1995,0),(9236,2173,0),(9236,2175,0),(9236,2191,0),(9236,2568,0),(9236,3008,0),(9236,3186,0),(9236,4294,0),(9236,4478,0),(9236,6100,0),(9236,6218,0),(9236,7122,0),(9236,7134,0),(9236,8139,0),(9236,9469,0),(9236,9623,0),(9236,9998,0),(9236,12806,0),(9236,13185,0),(9236,13186,0),(9236,13187,0),(9236,13188,0),(9236,13189,0),(9236,13192,0),(9236,13193,0),(9238,4,0),(9238,15,0),(9238,993,0),(9238,996,0),(9238,1285,0),(9238,1842,0),(9238,2359,0),(9238,3079,0),(9238,4781,0),(9238,5044,0),(9238,5314,0),(9238,11068,0),(9238,13194,0),(9238,13195,0),(9238,13198,0),(9238,13199,0),(9238,13200,0),(9238,13201,0),(9238,13202,0),(9238,13203,0),(9238,13204,0),(9238,13205,0),(9238,13206,0),(9238,13207,0),(9238,13208,0),(9238,13209,0),(9238,13210,0),(9238,13211,0),(9249,4,0),(9249,5,0),(9249,49,0),(9249,2178,0),(9249,2345,0),(9249,2355,0),(9249,2371,0),(9249,4436,0),(9249,5751,0),(9249,6313,0),(9249,6403,0),(9249,7373,0),(9249,9523,0),(9249,9607,0),(9249,9612,0),(9249,10115,0),(9249,11239,0),(9249,12796,0),(9249,12863,0),(9249,12866,0),(9249,12868,0),(9249,12874,0),(9249,13212,0),(9249,13217,0),(9249,13218,0),(9251,2,0),(9251,14,0),(9251,371,0),(9251,821,0),(9251,1134,0),(9251,1350,0),(9251,2300,0),(9251,2397,0),(9251,2560,0),(9251,3128,0),(9251,3130,0),(9251,3135,0),(9251,4540,0),(9251,5685,0),(9251,9025,0),(9251,9891,0),(9251,13219,0),(9251,13220,0),(9251,13221,0),(9251,13222,0),(9251,13223,0),(9251,13224,0),(9251,13225,0),(9251,13226,0),(9251,13227,0),(9258,4,0),(9258,5,0),(9258,1891,0),(9258,2219,0),(9258,2397,0),(9258,3306,0),(9258,3308,0),(9258,5914,0),(9258,6100,0),(9258,6633,0),(9258,10275,0),(9258,12761,0),(9258,12769,0),(9258,12785,0),(9258,12828,0),(9258,12830,0),(9258,13182,0),(9258,13183,0),(9258,13184,0),(9258,13228,0),(9258,13229,0),(9258,13230,0),(9262,2213,0),(9262,2405,0),(9262,3490,0),(9262,4573,0),(9262,4860,0),(9262,4998,0),(9262,6033,0),(9262,6710,0),(9262,13231,0),(9262,13232,0),(9262,13233,0),(9275,3,0),(9275,10,0),(9275,47,0),(9275,94,0),(9275,355,0),(9275,359,0),(9275,530,0),(9275,2120,0),(9275,2311,0),(9275,3131,0),(9275,3350,0),(9275,4161,0),(9275,4174,0),(9275,4947,0),(9275,5039,0),(9275,6221,0),(9275,7618,0),(9275,8300,0),(9275,10827,0),(9275,10903,0),(9275,13236,0),(9275,13237,0),(9275,13238,0),(9275,13239,0),(9275,13246,0),(9275,13247,0),(9275,13248,0),(9275,13249,0),(9275,13250,0),(9275,13251,0),(9275,13252,0),(9278,2,0),(9278,14,0),(9278,47,0),(9278,528,0),(9278,716,0),(9278,743,0),(9278,2213,0),(9278,2405,0),(9278,3490,0),(9278,4573,0),(9278,4860,0),(9278,4998,0),(9278,6033,0),(9278,6710,0),(9278,13231,0),(9278,13232,0),(9278,13233,0),(9278,13235,0),(9278,13240,0),(9285,4,0),(9285,5,0),(9285,1891,0),(9285,1892,0),(9285,2184,0),(9285,6633,0),(9285,7123,0),(9285,7265,0),(9285,7268,0),(9285,7362,0),(9285,7365,0),(9285,12761,0),(9285,12789,0),(9285,12790,0),(9285,12792,0),(9285,12793,0),(9285,12828,0),(9285,12830,0),(9285,13182,0),(9285,13184,0),(9285,13228,0),(9285,13229,0),(9285,13241,0),(9285,13242,0),(9285,13243,0),(9285,13244,0),(9285,13245,0),(9306,4,0),(9306,47,0),(9306,100,0),(9306,351,0),(9306,352,0),(9306,881,0),(9306,1294,0),(9306,2101,0),(9306,2238,0),(9306,2470,0),(9306,2562,0),(9306,3131,0),(9306,3369,0),(9306,4703,0),(9306,4947,0),(9306,7031,0),(9306,7295,0),(9306,9030,0),(9306,10413,0),(9306,10443,0),(9306,11219,0),(9306,12853,0),(9306,13254,0),(9306,13257,0),(9306,13258,0),(9306,13260,0),(9306,13261,0),(9306,13269,0),(9306,13270,0),(9312,4,0),(9312,5,0),(9312,1891,0),(9312,1892,0),(9312,3528,0),(9312,3565,0),(9312,4415,0),(9312,4740,0),(9312,5907,0),(9312,6100,0),(9312,6633,0),(9312,6863,0),(9312,7924,0),(9312,9469,0),(9312,12761,0),(9312,12785,0),(9312,12789,0),(9312,12792,0),(9312,12828,0),(9312,13182,0),(9312,13184,0),(9312,13228,0),(9312,13229,0),(9312,13265,0),(9312,13266,0),(9312,13267,0),(9312,13268,0),(9316,4,0),(9316,16,0),(9316,346,0),(9316,6825,0),(9316,7398,0),(9316,7399,0),(9316,7405,0),(9316,7406,0),(9316,13067,0),(9316,13068,0),(9316,13069,0),(9316,13070,0),(9316,13072,0),(9316,13077,0),(9316,13078,0),(9316,13271,0),(9316,13272,0),(9316,13273,0),(9316,13278,0),(9316,13284,0),(9316,13285,0),(9316,13286,0),(9316,13289,0),(9316,13290,0),(9316,13291,0),(9316,13292,0),(9316,13293,0),(9316,13294,0),(9337,3,0),(9337,16,0),(9340,4,0),(9340,16,0),(9340,2467,0),(9340,3389,0),(9340,3397,0),(9340,3521,0),(9340,11946,0),(9340,11949,0),(9340,11950,0),(9340,11951,0),(9340,13296,0),(9340,13298,0),(9340,13299,0),(9340,13300,0),(9340,13302,0),(9340,13303,0),(9340,13304,0),(9340,13305,0),(9340,13306,0),(9340,13307,0),(9340,13308,0),(9340,13309,0),(9340,13310,0),(9340,13311,0),(9340,13312,0),(9340,13313,0),(9340,13314,0),(9340,13315,0),(9343,4,0),(9343,12,0),(9343,2084,0),(9343,2371,0),(9343,3378,0),(9343,4718,0),(9343,10065,0),(9343,10078,0),(9343,10481,0),(9343,12959,0),(9343,12962,0),(9343,12963,0),(9343,12964,0),(9343,12965,0),(9343,12966,0),(9343,12967,0),(9343,12969,0),(9343,13316,0),(9343,13318,0),(9343,13319,0),(9343,13325,0),(9343,13326,0),(9343,13371,0),(9343,13372,0),(9343,13373,0),(9343,13374,0),(9343,13375,0),(9345,3,0),(9345,10,0),(9345,1105,0),(9345,1800,0),(9345,3502,0),(9345,3718,0),(9345,4164,0),(9345,5330,0),(9345,6691,0),(9345,7753,0),(9345,8825,0),(9345,13328,0),(9345,13329,0),(9345,13330,0),(9345,13331,0),(9345,13332,0),(9345,13333,0),(9345,13334,0),(9345,13335,0),(9345,13336,0),(9345,13337,0),(9345,13338,0),(9349,4,0),(9349,5,0),(9349,47,0),(9349,502,0),(9349,1049,0),(9349,10049,0),(9349,13342,0),(9349,13351,0),(9349,13356,0),(9349,13357,0),(9349,13358,0),(9349,13359,0),(9349,13360,0),(9349,13361,0),(9349,13362,0),(9349,13363,0),(9349,13364,0),(9349,13365,0),(9349,13366,0),(9349,13367,0),(9349,13368,0),(9349,13369,0),(9349,13370,0),(9349,13391,0),(9349,13392,0),(9349,13393,0),(9349,13529,0),(9355,4,0),(9355,5,0),(9355,2179,0),(9355,2254,0),(9355,2401,0),(9355,3081,0),(9355,3144,0),(9355,3775,0),(9355,4755,0),(9355,4763,0),(9355,6472,0),(9355,7134,0),(9355,7923,0),(9355,10010,0),(9355,12697,0),(9355,13376,0),(9355,13377,0),(9355,13378,0),(9355,13379,0),(9355,13380,0),(9355,13381,0),(9355,13383,0),(9355,13384,0),(9355,13385,0),(9355,13386,0),(9355,13388,0),(9355,13389,0),(9355,13390,0),(9363,2,0),(9363,14,0),(9363,1345,0),(9363,1860,0),(9363,1861,0),(9363,2271,0),(9363,2367,0),(9363,2688,0),(9363,2906,0),(9363,3263,0),(9363,3308,0),(9363,3822,0),(9363,4313,0),(9363,7268,0),(9363,7620,0),(9363,13395,0),(9363,13397,0),(9363,13398,0),(9363,13399,0),(9363,13402,0),(9363,13403,0),(9363,13404,0),(9363,13405,0),(9363,13406,0),(9372,2,0),(9372,14,0),(9372,502,0),(9372,1049,0),(9372,1150,0),(9372,2348,0),(9372,2549,0),(9372,4364,0),(9372,5033,0),(9372,8912,0),(9372,9583,0),(9372,11698,0),(9372,12023,0),(9372,12603,0),(9372,12604,0),(9372,12605,0),(9372,12608,0),(9372,13416,0),(9372,13445,0),(9372,13450,0),(9372,13462,0),(9372,13463,0),(9372,13464,0),(9373,4,0),(9373,5,0),(9373,2176,0),(9373,2177,0),(9373,3308,0),(9373,4863,0),(9373,6234,0),(9373,7123,0),(9373,7134,0),(9373,7368,0),(9373,7369,0),(9373,7370,0),(9373,7377,0),(9373,7379,0),(9373,13389,0),(9373,13407,0),(9373,13408,0),(9373,13425,0),(9373,13432,0),(9373,13434,0),(9373,13442,0),(9373,13446,0),(9373,13447,0),(9373,13448,0),(9373,13449,0),(9384,3,0),(9384,16,0),(9384,803,0),(9384,3814,0),(9384,3822,0),(9384,5942,0),(9384,6469,0),(9384,11693,0),(9384,12898,0),(9384,13454,0),(9384,13455,0),(9384,13456,0),(9384,13457,0),(9384,13465,0),(9384,13466,0),(9384,13467,0),(9384,13468,0),(9384,13469,0),(9384,13470,0),(9384,13471,0),(9384,13472,0),(9384,13473,0),(9384,13474,0),(9384,13475,0),(9384,13476,0),(9384,13477,0),(9384,13478,0),(9384,13479,0),(9384,13480,0),(9393,4,0),(9393,16,0),(9393,47,0),(9393,84,0),(9393,862,0),(9393,4849,0),(9393,6303,0),(9393,13487,0),(9393,13535,0),(9393,13536,0),(9393,13537,0),(9393,13542,0),(9393,13543,0),(9393,13544,0),(9393,13547,0),(9393,13548,0),(9393,13549,0),(9393,13550,0),(9393,13553,0),(9393,13554,0),(9393,13555,0),(9393,13556,0),(9393,13566,0),(9393,13567,0),(9393,13570,0),(9393,13571,0),(9393,13572,0),(9393,13573,0),(9394,2,0),(9394,9,0),(9394,65,0),(9394,1836,0),(9394,2189,0),(9394,3131,0),(9394,3697,0),(9394,3802,0),(9394,7271,0),(9394,7273,0),(9394,7303,0),(9394,13483,0),(9394,13484,0),(9394,13485,0),(9394,13488,0),(9394,13489,0),(9394,13490,0),(9394,13493,0),(9394,13494,0),(9394,13495,0),(9394,13497,0),(9394,13498,0),(9394,13499,0),(9394,13500,0),(9394,13502,0),(9394,13503,0),(9394,13504,0),(9394,13505,0),(9394,13506,0),(9397,4,0),(9397,16,0),(9398,3,0),(9398,6,0),(9398,887,0),(9398,888,0),(9398,2221,0),(9398,2381,0),(9398,2390,0),(9398,2407,0),(9398,3263,0),(9398,3264,0),(9398,3292,0),(9398,3591,0),(9398,3751,0),(9398,3752,0),(9398,3754,0),(9398,3756,0),(9398,3758,0),(9398,3759,0),(9398,3769,0),(9398,5160,0),(9398,13512,0),(9398,13513,0),(9398,13518,0),(9398,13519,0),(9398,13523,0),(9398,13524,0),(9403,2,0),(9403,14,0),(9403,745,0),(9403,821,0),(9403,2095,0),(9403,2385,0),(9403,2715,0),(9403,3131,0),(9403,8198,0),(9403,11016,0),(9403,13507,0),(9403,13508,0),(9403,13509,0),(9403,13510,0),(9403,13511,0),(9403,13514,0),(9403,13515,0),(9403,13516,0),(9403,13517,0),(9403,13520,0),(9403,13521,0),(9403,13522,0),(9407,2083,0),(9407,3079,0),(9407,3528,0),(9407,3653,0),(9407,7364,0),(9407,9639,0),(9407,10638,0),(9407,13565,0),(9423,3,0),(9423,11,0),(9423,94,0),(9423,352,0),(9423,359,0),(9423,2101,0),(9423,2238,0),(9423,2470,0),(9423,3136,0),(9423,4097,0),(9423,4119,0),(9423,6349,0),(9423,10316,0),(9423,13585,0),(9423,13586,0),(9423,13587,0),(9423,13588,0),(9423,13589,0),(9423,13590,0),(9423,13611,0),(9423,13612,0),(9423,13613,0),(9423,13616,0),(9423,13617,0),(9423,13666,0),(9423,13667,0),(9423,13668,0),(9423,13669,0),(9423,13733,0),(9423,13968,0),(9424,3,0),(9424,9,0),(9424,67,0),(9424,841,0),(9424,2945,0),(9424,3300,0),(9424,4573,0),(9424,6272,0),(9424,6317,0),(9424,7757,0),(9424,13574,0),(9424,13575,0),(9424,13576,0),(9424,13577,0),(9424,13578,0),(9424,13579,0),(9424,13580,0),(9424,13583,0),(9424,13584,0),(9424,13598,0),(9424,13602,0),(9424,13603,0),(9424,13604,0),(9424,13605,0),(9424,13606,0),(9424,13607,0),(9424,13608,0),(9424,13609,0),(9424,13610,0),(9432,3,0),(9432,5,0),(9432,1990,0),(9432,1992,0),(9432,2219,0),(9432,2669,0),(9432,3136,0),(9432,3821,0),(9432,5794,0),(9432,6470,0),(9432,6478,0),(9432,7206,0),(9432,9022,0),(9432,9024,0),(9432,9055,0),(9432,9056,0),(9432,9061,0),(9432,11693,0),(9432,13618,0),(9432,13621,0),(9432,13622,0),(9432,13623,0),(9432,13624,0),(9432,13625,0),(9432,13626,0),(9432,13627,0),(9432,13629,0),(9432,13630,0),(9432,13631,0),(9436,4,0),(9436,12,0),(9436,2254,0),(9436,2371,0),(9436,2615,0),(9436,2751,0),(9436,3307,0),(9436,3356,0),(9436,7997,0),(9436,13632,0),(9436,13633,0),(9436,13634,0),(9436,13635,0),(9436,13636,0),(9436,13637,0),(9436,13638,0),(9436,13639,0),(9436,13641,0),(9436,13642,0),(9436,13643,0),(9436,13644,0),(9436,13645,0),(9436,13646,0),(9436,13648,0),(9436,13649,0),(9436,13650,0),(9436,13651,0),(9436,13652,0),(9436,13968,0),(9443,3,0),(9443,14,0),(9443,930,0),(9443,1059,0),(9443,1298,0),(9443,2473,0),(9443,3144,0),(9443,3734,0),(9443,4177,0),(9443,4179,0),(9443,4180,0),(9443,7190,0),(9443,7680,0),(9443,9020,0),(9443,12053,0),(9443,12512,0),(9443,13654,0),(9443,13655,0),(9443,13656,0),(9443,13657,0),(9443,13658,0),(9443,13659,0),(9443,13660,0),(9443,13661,0),(9443,13662,0),(9443,13663,0),(9443,13664,0),(9443,13665,0),(9443,13968,0),(9447,2,0),(9447,16,0),(9447,47,0),(9447,167,0),(9447,2084,0),(9447,2219,0),(9447,2309,0),(9447,2394,0),(9447,2476,0),(9447,2568,0),(9447,3726,0),(9447,7609,0),(9447,10170,0),(9447,12126,0),(9447,13670,0),(9447,13671,0),(9447,13672,0),(9447,13673,0),(9447,13674,0),(9447,13675,0),(9447,13676,0),(9447,13677,0),(9447,13678,0),(9447,13681,0),(9447,13682,0),(9447,13683,0),(9447,13684,0),(9447,13689,0),(9447,13968,0),(9455,4,0),(9455,881,0),(9455,1607,0),(9455,1678,0),(9455,2082,0),(9455,3945,0),(9455,4246,0),(9455,4259,0),(9455,5491,0),(9455,9071,0),(9455,10416,0),(9455,11122,0),(9455,12003,0),(9455,13679,0),(9455,13680,0),(9455,13685,0),(9455,13686,0),(9455,13688,0),(9455,13699,0),(9455,13702,0),(9455,13703,0),(9455,13704,0),(9455,13705,0),(9455,13716,0),(9455,13728,0),(9455,13729,0),(9455,13730,0),(9455,13968,0),(9460,2,0),(9460,14,0),(9460,107,0),(9460,387,0),(9460,745,0),(9460,1311,0),(9460,1897,0),(9460,2153,0),(9460,2247,0),(9460,3781,0),(9460,3784,0),(9460,4497,0),(9460,5588,0),(9460,6150,0),(9460,8377,0),(9460,8714,0),(9460,8720,0),(9460,8842,0),(9460,10840,0),(9460,13690,0),(9460,13691,0),(9460,13692,0),(9460,13693,0),(9460,13694,0),(9460,13695,0),(9460,13696,0),(9460,13697,0),(9460,13698,0),(9460,13700,0),(9460,13701,0),(9460,13968,0),(9461,3,0),(9461,5,0),(9461,47,0),(9461,2097,0),(9461,2153,0),(9461,2219,0),(9461,2255,0),(9461,2301,0),(9461,3068,0),(9461,3082,0),(9461,3139,0),(9461,3492,0),(9461,3728,0),(9461,6472,0),(9461,7275,0),(9461,8134,0),(9461,13814,0),(9461,13815,0),(9461,13816,0),(9461,13817,0),(9461,13818,0),(9461,13819,0),(9461,13850,0),(9461,13851,0),(9461,13883,0),(9461,13884,0),(9461,13885,0),(9461,13968,0),(9470,3,0),(9470,14,0),(9470,2999,0),(9470,3359,0),(9470,3492,0),(9470,4440,0),(9470,5530,0),(9470,5534,0),(9470,5590,0),(9470,5595,0),(9470,8970,0),(9470,10325,0),(9470,13404,0),(9470,13706,0),(9470,13707,0),(9470,13708,0),(9470,13717,0),(9470,13718,0),(9470,13719,0),(9470,13720,0),(9470,13721,0),(9470,13722,0),(9470,13723,0),(9470,13724,0),(9470,13725,0),(9470,13726,0),(9470,13727,0),(9470,13968,0),(9474,4,0),(9474,5,0),(9474,49,0),(9474,1578,0),(9474,2025,0),(9474,2219,0),(9474,4067,0),(9474,4436,0),(9474,5070,0),(9474,5073,0),(9474,6817,0),(9474,7123,0),(9474,8628,0),(9474,11242,0),(9474,11245,0),(9474,13732,0),(9474,13741,0),(9474,13742,0),(9474,13745,0),(9474,13746,0),(9474,13748,0),(9474,13751,0),(9474,13968,0),(9480,4,0),(9480,11,0),(9480,2117,0),(9480,2166,0),(9480,2372,0),(9480,3418,0),(9480,4698,0),(9480,4703,0),(9480,4705,0),(9480,4710,0),(9480,4712,0),(9480,4713,0),(9480,4714,0),(9480,4717,0),(9480,4719,0),(9480,4722,0),(9480,4723,0),(9480,4724,0),(9480,4725,0),(9480,4726,0),(9480,4733,0),(9480,7225,0),(9480,7241,0),(9480,11212,0),(9480,13736,0),(9480,13739,0),(9480,13743,0),(9480,13744,0),(9480,13968,0),(9497,3,0),(9497,10,0),(9497,47,0),(9497,355,0),(9497,2153,0),(9497,2219,0),(9497,6970,0),(9497,7031,0),(9497,8300,0),(9497,12429,0),(9497,13752,0),(9497,13753,0),(9497,13754,0),(9497,13763,0),(9497,13764,0),(9497,13765,0),(9497,13766,0),(9497,13770,0),(9497,13771,0),(9497,13788,0),(9497,13789,0),(9497,13790,0),(9497,13822,0),(9497,13823,0),(9497,13824,0),(9497,13825,0),(9497,13826,0),(9497,13827,0),(9497,13968,0),(9498,2,0),(9498,16,0),(9498,855,0),(9498,930,0),(9498,2053,0),(9498,2473,0),(9498,3082,0),(9498,6551,0),(9498,8984,0),(9498,8986,0),(9498,8987,0),(9498,13772,0),(9498,13773,0),(9498,13774,0),(9498,13775,0),(9498,13776,0),(9498,13783,0),(9498,13784,0),(9498,13785,0),(9498,13786,0),(9498,13968,0),(9508,3,0),(9508,11,0),(9508,406,0),(9508,774,0),(9508,1299,0),(9508,3795,0),(9508,3798,0),(9508,3801,0),(9508,3808,0),(9508,8290,0),(9508,9948,0),(9508,10316,0),(9508,10643,0),(9508,10646,0),(9508,10819,0),(9508,13791,0),(9508,13792,0),(9508,13793,0),(9508,13794,0),(9508,13795,0),(9508,13796,0),(9508,13797,0),(9508,13798,0),(9508,13968,0),(9522,4,0),(9522,6,0),(9522,1191,0),(9522,13828,0),(9522,13829,0),(9522,13830,0),(9522,13831,0),(9522,13832,0),(9522,13833,0),(9522,13834,0),(9522,13835,0),(9522,13836,0),(9522,13837,0),(9522,13838,0),(9522,13839,0),(9522,13840,0),(9522,13841,0),(9522,13842,0),(9522,13843,0),(9522,13844,0),(9522,13845,0),(9522,13848,0),(9522,13849,0),(9522,13852,0),(9522,13853,0),(9522,13854,0),(9522,13968,0),(9531,4,0),(9531,15,0),(9531,47,0),(9531,4354,0),(9531,5322,0),(9531,5354,0),(9531,5357,0),(9531,12317,0),(9531,13860,0),(9531,13861,0),(9531,13862,0),(9531,13863,0),(9531,13864,0),(9531,13865,0),(9531,13866,0),(9531,13869,0),(9531,13870,0),(9531,13871,0),(9531,13872,0),(9531,13873,0),(9531,13874,0),(9531,13875,0),(9531,13876,0),(9531,13882,0),(9531,13886,0),(9531,13887,0),(9531,13968,0),(9536,4,0),(9536,12,0),(9536,1919,0),(9536,2118,0),(9536,2615,0),(9536,3307,0),(9536,7229,0),(9536,8429,0),(9536,12831,0),(9536,13632,0),(9536,13637,0),(9536,13639,0),(9536,13641,0),(9536,13642,0),(9536,13648,0),(9536,13649,0),(9536,13650,0),(9536,13651,0),(9536,13652,0),(9536,13890,0),(9536,13891,0),(9536,13892,0),(9536,13893,0),(9536,13894,0),(9536,13895,0),(9536,13968,0),(9538,4,0),(9538,13,0),(9538,896,0),(9538,922,0),(9538,1093,0),(9538,2219,0),(9538,2225,0),(9538,2371,0),(9538,3307,0),(9538,4575,0),(9538,5579,0),(9538,5580,0),(9538,5582,0),(9538,5584,0),(9538,5612,0),(9538,13637,0),(9538,13901,0),(9538,13902,0),(9538,13968,0),(9544,4,0),(9544,5,0),(9546,4,0),(9546,16,0),(9546,83,0),(9546,1291,0),(9546,4733,0),(9546,8094,0),(9546,11412,0),(9546,13903,0),(9546,13932,0),(9546,13933,0),(9546,13934,0),(9546,13935,0),(9546,13936,0),(9546,13937,0),(9546,13938,0),(9546,13939,0),(9546,13940,0),(9546,13941,0),(9546,13942,0),(9546,13943,0),(9546,13945,0),(9546,13946,0),(9546,13947,0),(9546,13949,0),(9546,13950,0),(9546,13951,0),(9546,13952,0),(9546,13953,0),(9546,13954,0),(9546,13955,0),(9546,13968,0),(9552,4,0),(9552,15,0),(9552,1069,0),(9552,1864,0),(9552,2219,0),(9552,5188,0),(9552,5194,0),(9552,5195,0),(9552,6644,0),(9552,6645,0),(9552,6646,0),(9552,11646,0),(9552,13911,0),(9552,13912,0),(9552,13913,0),(9552,13914,0),(9552,13915,0),(9552,13916,0),(9552,13917,0),(9552,13918,0),(9552,13919,0),(9552,13920,0),(9552,13922,0),(9552,13924,0),(9552,13925,0),(9552,13926,0),(9552,13927,0),(9552,13928,0),(9552,13929,0),(9552,13968,0),(9563,2,0),(9563,2242,0),(9563,2294,0),(9563,2372,0),(9563,2774,0),(9563,3721,0),(9563,6127,0),(9563,7384,0),(9563,7391,0),(9563,7392,0),(9563,7401,0),(9563,13956,0),(9563,13968,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_520_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_520_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=InnoDB AUTO_INCREMENT=13991 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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 (2,2,'category','',0,299),(3,3,'category','',0,294),(4,4,'category','',0,440),(5,5,'sub-category','',0,106),(6,6,'sub-category','',0,54),(7,7,'sub-category','',0,47),(8,8,'sub-category','',0,53),(9,9,'sub-category','',0,75),(10,10,'sub-category','',0,43),(11,11,'sub-category','',0,73),(12,12,'sub-category','',0,35),(13,13,'sub-category','',0,41),(14,14,'sub-category','',0,243),(15,15,'sub-category','',0,64),(16,16,'sub-category','',0,132),(17,17,'offer-category','',0,3),(18,18,'offer-category','',0,0),(19,19,'offer-category','',0,2),(20,20,'offer-category','',0,0),(21,21,'offer-category','',0,1),(22,22,'offer-category','',0,0),(23,23,'offer-category','',0,0),(24,24,'offer-category','',0,0),(25,25,'out-category','',0,24),(26,26,'out-category','',0,8),(27,27,'out-category','',0,4),(28,28,'out-category','',0,5),(29,29,'out-category','',0,0),(30,30,'out-category','',0,4),(31,31,'location','',0,0),(32,32,'location','',0,1),(33,33,'location','',0,47),(34,34,'location','',0,1),(35,35,'location','',0,1),(36,36,'location','',0,12),(37,37,'location','',0,4),(38,38,'location','',0,0),(39,39,'location','',0,3),(40,40,'location','',0,0),(41,41,'location','',0,1),(42,42,'location','',0,0),(43,43,'location','',0,9),(44,44,'wpmf-category','',0,0),(45,45,'post_tag','',0,6),(46,46,'post_tag','',0,3),(47,47,'post_tag','',0,173),(48,48,'post_tag','',0,1),(49,49,'post_tag','',0,22),(50,50,'post_tag','',0,6),(51,51,'post_tag','',0,1),(52,52,'post_tag','',0,2),(53,53,'post_tag','',0,1),(54,54,'post_tag','',0,1),(55,55,'post_tag','',0,1),(56,56,'post_tag','',0,0),(57,57,'post_tag','',0,1),(58,58,'post_tag','',0,3),(59,59,'post_tag','',0,2),(60,60,'post_tag','',0,1),(61,61,'post_tag','',0,1),(62,62,'post_tag','',0,1),(63,63,'post_tag','',0,5),(64,64,'post_tag','',0,3),(65,65,'post_tag','',0,36),(66,66,'post_tag','',0,19),(67,67,'post_tag','',0,21),(68,68,'post_tag','',0,0),(69,69,'post_tag','',0,2),(70,70,'post_tag','',0,0),(71,71,'post_tag','',0,1),(72,72,'post_tag','',0,21),(73,73,'post_tag','',0,1),(74,74,'post_tag','',0,2),(75,75,'post_tag','',0,0),(76,76,'post_tag','',0,7),(77,77,'post_tag','',0,2),(78,78,'post_tag','',0,1),(79,79,'post_tag','',0,1),(80,80,'post_tag','',0,1),(81,81,'post_tag','',0,2),(82,82,'post_tag','',0,0),(83,83,'post_tag','',0,7),(84,84,'post_tag','',0,2),(85,85,'post_tag','',0,0),(86,86,'post_tag','',0,1),(87,87,'post_tag','',0,1),(88,88,'post_tag','',0,0),(89,89,'post_tag','',0,1),(90,90,'post_tag','',0,1),(91,91,'post_tag','',0,11),(92,92,'post_tag','',0,9),(93,93,'post_tag','',0,1),(94,94,'post_tag','',0,9),(95,95,'post_tag','',0,1),(96,96,'post_tag','',0,1),(97,97,'post_tag','',0,4),(98,98,'post_tag','',0,3),(99,99,'post_tag','',0,2),(100,100,'post_tag','',0,6),(101,101,'post_tag','',0,1),(102,102,'post_tag','',0,0),(103,103,'post_tag','',0,1),(104,104,'post_tag','',0,1),(105,105,'post_tag','',0,1),(106,106,'post_tag','',0,2),(107,107,'post_tag','',0,7),(108,108,'post_tag','',0,1),(109,109,'post_tag','',0,3),(110,110,'post_tag','',0,3),(111,111,'post_tag','',0,1),(112,112,'post_tag','',0,9),(113,113,'post_tag','',0,1),(114,114,'post_tag','',0,1),(115,115,'post_tag','',0,2),(116,116,'post_tag','',0,1),(117,117,'post_tag','',0,2),(118,118,'post_tag','',0,2),(119,119,'post_tag','',0,1),(120,120,'post_tag','',0,1),(121,121,'post_tag','',0,2),(122,122,'post_tag','',0,2),(123,123,'post_tag','',0,2),(124,124,'post_tag','',0,10),(125,125,'post_tag','',0,6),(126,126,'post_tag','',0,1),(127,127,'post_tag','',0,1),(128,128,'post_tag','',0,0),(129,129,'post_tag','',0,15),(130,130,'post_tag','',0,19),(131,131,'post_tag','',0,5),(132,132,'post_tag','',0,1),(133,133,'post_tag','',0,7),(134,134,'post_tag','',0,6),(135,135,'post_tag','',0,8),(136,136,'post_tag','',0,14),(137,137,'post_tag','',0,1),(138,138,'post_tag','',0,1),(139,139,'post_tag','',0,1),(140,140,'post_tag','',0,1),(141,141,'post_tag','',0,1),(142,142,'post_tag','',0,1),(143,143,'post_tag','',0,1),(144,144,'post_tag','',0,1),(145,145,'post_tag','',0,1),(146,146,'post_tag','',0,1),(147,147,'post_tag','',0,1),(148,148,'post_tag','',0,2),(149,149,'post_tag','',0,2),(150,150,'post_tag','',0,4),(151,151,'post_tag','',0,1),(152,152,'post_tag','',0,1),(153,153,'post_tag','',0,1),(154,154,'post_tag','',0,16),(155,155,'post_tag','',0,1),(156,156,'post_tag','',0,2),(157,157,'post_tag','',0,1),(158,158,'post_tag','',0,1),(159,159,'post_tag','',0,1),(160,160,'post_tag','',0,2),(161,161,'post_tag','',0,1),(162,162,'post_tag','',0,1),(163,163,'post_tag','',0,0),(164,164,'post_tag','',0,1),(165,165,'post_tag','',0,1),(166,166,'post_tag','',0,1),(167,167,'post_tag','',0,30),(168,168,'post_tag','',0,0),(169,169,'post_tag','',0,0),(170,170,'post_tag','',0,0),(171,171,'post_tag','',0,0),(172,172,'post_tag','',0,0),(173,173,'post_tag','',0,1),(174,174,'post_tag','',0,1),(175,175,'post_tag','',0,1),(176,176,'post_tag','',0,1),(177,177,'post_tag','',0,0),(178,178,'post_tag','',0,0),(179,179,'post_tag','',0,1),(180,180,'post_tag','',0,3),(181,181,'post_tag','',0,1),(182,182,'post_tag','',0,0),(183,183,'post_tag','',0,1),(184,184,'post_tag','',0,1),(185,185,'post_tag','',0,1),(186,186,'post_tag','',0,1),(187,187,'post_tag','',0,1),(188,188,'post_tag','',0,0),(189,189,'post_tag','',0,0),(190,190,'post_tag','',0,1),(191,191,'post_tag','',0,1),(192,192,'post_tag','',0,0),(193,193,'post_tag','',0,0),(194,194,'post_tag','',0,0),(195,195,'post_tag','',0,0),(196,196,'post_tag','',0,0),(197,197,'post_tag','',0,0),(198,198,'post_tag','',0,0),(199,199,'post_tag','',0,0),(200,200,'post_tag','',0,0),(201,201,'post_tag','',0,0),(202,202,'post_tag','',0,2),(203,203,'post_tag','',0,4),(204,204,'post_tag','',0,2),(205,205,'post_tag','',0,3),(206,206,'post_tag','',0,4),(207,207,'post_tag','',0,1),(208,208,'post_tag','',0,1),(209,209,'post_tag','',0,1),(210,210,'post_tag','',0,1),(211,211,'post_tag','',0,4),(212,212,'post_tag','',0,2),(213,213,'post_tag','',0,0),(214,214,'post_tag','',0,0),(215,215,'post_tag','',0,0),(216,216,'post_tag','',0,0),(217,217,'post_tag','',0,0),(218,218,'post_tag','',0,2),(219,219,'post_tag','',0,5),(220,220,'post_tag','',0,0),(221,221,'post_tag','',0,0),(222,222,'post_tag','',0,3),(223,223,'post_tag','',0,0),(224,224,'post_tag','',0,0),(225,225,'post_tag','',0,0),(226,226,'post_tag','',0,0),(227,227,'post_tag','',0,1),(228,228,'post_tag','',0,0),(229,229,'post_tag','',0,0),(230,230,'post_tag','',0,0),(231,231,'post_tag','',0,0),(232,232,'post_tag','',0,0),(233,233,'post_tag','',0,2),(234,234,'post_tag','',0,1),(235,235,'post_tag','',0,0),(236,236,'post_tag','',0,0),(237,237,'post_tag','',0,0),(238,238,'post_tag','',0,0),(239,239,'post_tag','',0,0),(240,240,'post_tag','',0,2),(241,241,'post_tag','',0,1),(242,242,'post_tag','',0,1),(243,243,'post_tag','',0,0),(244,244,'post_tag','',0,0),(245,245,'post_tag','',0,0),(246,246,'post_tag','',0,0),(247,247,'post_tag','',0,0),(248,248,'post_tag','',0,0),(249,249,'post_tag','',0,0),(250,250,'post_tag','',0,3),(251,251,'post_tag','',0,0),(252,252,'post_tag','',0,0),(253,253,'post_tag','',0,0),(254,254,'post_tag','',0,0),(255,255,'post_tag','',0,0),(256,256,'post_tag','',0,0),(257,257,'post_tag','',0,0),(258,258,'post_tag','',0,0),(259,259,'post_tag','',0,0),(260,260,'post_tag','',0,0),(261,261,'post_tag','',0,0),(262,262,'post_tag','',0,0),(263,263,'post_tag','',0,0),(264,264,'post_tag','',0,1),(265,265,'post_tag','',0,0),(266,266,'post_tag','',0,1),(267,267,'post_tag','',0,0),(268,268,'post_tag','',0,0),(269,269,'post_tag','',0,1),(270,270,'post_tag','',0,2),(271,271,'post_tag','',0,0),(272,272,'post_tag','',0,4),(273,273,'post_tag','',0,0),(274,274,'post_tag','',0,0),(275,275,'post_tag','',0,0),(276,276,'post_tag','',0,0),(277,277,'post_tag','',0,0),(278,278,'post_tag','',0,0),(279,279,'post_tag','',0,5),(280,280,'post_tag','',0,0),(281,281,'post_tag','',0,0),(282,282,'post_tag','',0,0),(283,283,'post_tag','',0,0),(284,284,'post_tag','',0,0),(285,285,'post_tag','',0,0),(286,286,'post_tag','',0,0),(287,287,'post_tag','',0,1),(288,288,'post_tag','',0,0),(289,289,'post_tag','',0,0),(290,290,'post_tag','',0,0),(291,291,'post_tag','',0,1),(292,292,'post_tag','',0,0),(293,293,'post_tag','',0,0),(294,294,'post_tag','',0,0),(295,295,'post_tag','',0,0),(296,296,'post_tag','',0,0),(297,297,'post_tag','',0,1),(298,298,'post_tag','',0,0),(299,299,'post_tag','',0,4),(300,300,'post_tag','',0,4),(301,301,'post_tag','',0,0),(302,302,'post_tag','',0,0),(303,303,'post_tag','',0,1),(304,304,'post_tag','',0,0),(305,305,'post_tag','',0,0),(306,306,'post_tag','',0,0),(307,307,'post_tag','',0,0),(308,308,'post_tag','',0,0),(309,309,'post_tag','',0,0),(310,310,'post_tag','',0,0),(311,311,'post_tag','',0,0),(312,312,'post_tag','',0,1),(313,313,'post_tag','',0,1),(314,314,'post_tag','',0,0),(315,315,'post_tag','',0,2),(316,316,'post_tag','',0,2),(317,317,'post_tag','',0,1),(318,318,'post_tag','',0,1),(319,319,'post_tag','',0,1),(320,320,'post_tag','',0,1),(321,321,'post_tag','',0,10),(322,322,'post_tag','',0,2),(323,323,'post_tag','',0,1),(324,324,'post_tag','',0,6),(325,325,'post_tag','',0,1),(326,326,'post_tag','',0,0),(327,327,'post_tag','',0,0),(328,328,'post_tag','',0,3),(329,329,'post_tag','',0,1),(330,330,'post_tag','',0,7),(331,331,'post_tag','',0,2),(332,332,'post_tag','',0,0),(333,333,'post_tag','',0,0),(334,334,'post_tag','',0,1),(335,335,'post_tag','',0,1),(336,336,'post_tag','',0,1),(337,337,'post_tag','',0,1),(338,338,'post_tag','',0,1),(339,339,'post_tag','',0,1),(340,340,'post_tag','',0,1),(341,341,'wpmf-category','',0,0),(342,342,'wpmf-category','',341,3),(343,343,'post_tag','',0,1),(344,344,'post_tag','',0,1),(345,345,'post_tag','',0,3),(346,346,'post_tag','',0,17),(347,347,'post_tag','',0,2),(348,348,'post_tag','',0,1),(349,349,'post_tag','',0,7),(350,350,'post_tag','',0,4),(351,351,'post_tag','',0,6),(352,352,'post_tag','',0,12),(353,353,'post_tag','',0,6),(354,354,'post_tag','',0,1),(355,355,'post_tag','',0,14),(356,356,'post_tag','',0,1),(357,357,'post_tag','',0,5),(358,358,'post_tag','',0,1),(359,359,'post_tag','',0,7),(360,360,'post_tag','',0,3),(361,361,'post_tag','',0,1),(362,362,'post_tag','',0,4),(363,363,'post_tag','',0,0),(364,364,'post_tag','',0,1),(365,365,'post_tag','',0,1),(366,366,'post_tag','',0,0),(367,367,'post_tag','',0,1),(368,368,'post_tag','',0,1),(369,369,'post_tag','',0,2),(370,370,'post_tag','',0,1),(371,371,'post_tag','',0,14),(372,372,'post_tag','',0,5),(373,373,'post_tag','',0,2),(374,374,'post_tag','',0,2),(375,375,'post_tag','',0,2),(376,376,'post_tag','',0,1),(377,377,'post_tag','',0,1),(378,378,'post_tag','',0,0),(379,379,'post_tag','',0,1),(380,380,'post_tag','',0,1),(381,381,'post_tag','',0,1),(382,382,'post_tag','',0,4),(383,383,'post_tag','',0,5),(384,384,'post_tag','',0,3),(385,385,'post_tag','',0,3),(386,386,'post_tag','',0,1),(387,387,'post_tag','',0,12),(388,388,'post_tag','',0,1),(389,389,'post_tag','',0,4),(390,390,'post_tag','',0,4),(391,391,'post_tag','',0,5),(392,392,'post_tag','',0,2),(393,393,'post_tag','',0,2),(394,394,'post_tag','',0,5),(395,395,'post_tag','',0,2),(396,396,'post_tag','',0,1),(397,397,'post_tag','',0,4),(398,398,'post_tag','',0,11),(399,399,'post_tag','',0,1),(400,400,'post_tag','',0,1),(401,401,'post_tag','',0,2),(402,402,'post_tag','',0,1),(403,403,'post_tag','',0,1),(404,404,'post_tag','',0,0),(405,405,'post_tag','',0,1),(406,406,'post_tag','',0,8),(407,407,'post_tag','',0,1),(408,408,'post_tag','',0,3),(409,409,'post_tag','',0,0),(410,410,'post_tag','',0,1),(411,411,'post_tag','',0,7),(412,412,'post_tag','',0,0),(413,413,'post_tag','',0,0),(414,414,'post_tag','',0,1),(415,415,'post_tag','',0,0),(416,416,'post_tag','',0,0),(417,417,'post_tag','',0,1),(418,418,'post_tag','',0,1),(419,419,'post_tag','',0,0),(420,420,'post_tag','',0,0),(421,421,'post_tag','',0,0),(422,422,'post_tag','',0,0),(423,423,'post_tag','',0,0),(424,424,'post_tag','',0,0),(425,425,'post_tag','',0,0),(426,426,'post_tag','',0,1),(427,427,'post_tag','',0,0),(428,428,'post_tag','',0,1),(429,429,'post_tag','',0,1),(430,430,'post_tag','',0,1),(431,431,'post_tag','',0,3),(432,432,'post_tag','',0,1),(433,433,'post_tag','',0,2),(434,434,'post_tag','',0,0),(435,435,'post_tag','',0,0),(436,436,'post_tag','',0,0),(437,437,'post_tag','',0,0),(438,438,'post_tag','',0,0),(439,439,'post_tag','',0,0),(440,440,'post_tag','',0,0),(441,441,'post_tag','',0,0),(442,442,'post_tag','',0,0),(443,443,'post_tag','',0,0),(444,444,'post_tag','',0,0),(445,445,'post_tag','',0,0),(446,446,'post_tag','',0,0),(447,447,'post_tag','',0,3),(448,448,'post_tag','',0,1),(449,449,'post_tag','',0,1),(450,450,'post_tag','',0,1),(451,451,'post_tag','',0,0),(452,452,'post_tag','',0,1),(453,453,'post_tag','',0,2),(454,454,'post_tag','',0,1),(455,455,'post_tag','',0,0),(456,456,'post_tag','',0,1),(457,457,'post_tag','',0,2),(458,458,'post_tag','',0,0),(459,459,'post_tag','',0,10),(460,460,'post_tag','',0,10),(461,461,'post_tag','',0,8),(462,462,'post_tag','',0,1),(463,463,'post_tag','',0,1),(464,464,'post_tag','',0,1),(465,465,'post_tag','',0,1),(466,466,'post_tag','',0,1),(467,467,'post_tag','',0,2),(468,468,'post_tag','',0,1),(469,469,'post_tag','',0,1),(470,470,'post_tag','',0,0),(471,471,'post_tag','',0,1),(472,472,'post_tag','',0,1),(473,473,'post_tag','',0,1),(474,474,'post_tag','',0,2),(475,475,'post_tag','',0,1),(476,476,'post_tag','',0,2),(477,477,'post_tag','',0,2),(478,478,'post_tag','',0,1),(479,479,'post_tag','',0,1),(480,480,'post_tag','',0,1),(481,481,'post_tag','',0,1),(482,482,'post_tag','',0,1),(483,483,'post_tag','',0,1),(484,484,'post_tag','',0,1),(485,485,'post_tag','',0,1),(486,486,'post_tag','',0,1),(487,487,'post_tag','',0,1),(488,488,'post_tag','',0,1),(489,489,'post_tag','',0,1),(490,490,'post_tag','',0,1),(491,491,'post_tag','',0,1),(492,492,'post_tag','',0,1),(493,493,'post_tag','',0,1),(494,494,'post_tag','',0,2),(495,495,'post_tag','',0,1),(496,496,'post_tag','',0,2),(497,497,'post_tag','',0,1),(498,498,'post_tag','',0,1),(499,499,'post_tag','',0,1),(500,500,'post_tag','',0,1),(501,501,'post_tag','',0,0),(502,502,'post_tag','',0,5),(503,503,'post_tag','',0,6),(504,504,'post_tag','',0,2),(505,505,'post_tag','',0,0),(506,506,'wpmf-category','',0,4),(507,507,'post_tag','',0,1),(508,508,'post_tag','',0,1),(509,509,'post_tag','',0,1),(510,510,'post_tag','',0,2),(511,511,'post_tag','',0,0),(512,512,'post_tag','',0,1),(513,513,'post_tag','',0,2),(514,514,'post_tag','',0,1),(515,515,'post_tag','',0,1),(516,516,'post_tag','',0,1),(517,517,'post_tag','',0,1),(518,518,'post_tag','',0,1),(519,519,'post_tag','',0,18),(520,520,'post_tag','',0,1),(521,521,'post_tag','',0,5),(522,522,'post_tag','',0,10),(523,523,'post_tag','',0,1),(524,524,'post_tag','',0,1),(525,525,'post_tag','',0,1),(526,526,'post_tag','',0,1),(527,527,'post_tag','',0,9),(528,528,'post_tag','',0,31),(529,529,'post_tag','',0,1),(530,530,'post_tag','',0,5),(531,531,'post_tag','',0,2),(532,532,'post_tag','',0,2),(533,533,'post_tag','',0,1),(534,534,'post_tag','',0,4),(535,535,'post_tag','',0,3),(536,536,'post_tag','',0,4),(537,537,'post_tag','',0,4),(538,538,'post_tag','',0,1),(539,539,'post_tag','',0,1),(540,540,'post_tag','',0,0),(541,541,'post_tag','',0,1),(542,542,'post_tag','',0,1),(543,543,'post_tag','',0,1),(544,544,'post_tag','',0,1),(545,545,'post_tag','',0,1),(546,546,'post_tag','',0,4),(547,547,'post_tag','',0,1),(548,548,'post_tag','',0,1),(549,549,'post_tag','',0,3),(550,550,'post_tag','',0,1),(551,551,'post_tag','',0,1),(552,552,'post_tag','',0,1),(553,553,'post_tag','',0,1),(554,554,'post_tag','',0,1),(555,555,'post_tag','',0,2),(556,556,'post_tag','',0,1),(557,557,'post_tag','',0,1),(558,558,'post_tag','',0,1),(559,559,'post_tag','',0,1),(560,560,'post_tag','',0,1),(561,561,'post_tag','',0,1),(562,562,'post_tag','',0,1),(563,563,'post_tag','',0,1),(564,564,'post_tag','',0,7),(565,565,'post_tag','',0,0),(566,566,'post_tag','',0,1),(567,567,'post_tag','',0,1),(568,568,'post_tag','',0,1),(569,569,'post_tag','',0,3),(570,570,'post_tag','',0,1),(571,571,'post_tag','',0,1),(572,572,'post_tag','',0,1),(573,573,'post_tag','',0,1),(574,574,'post_tag','',0,1),(575,575,'post_tag','',0,1),(576,576,'post_tag','',0,1),(577,577,'post_tag','',0,1),(578,578,'post_tag','',0,1),(579,579,'post_tag','',0,1),(580,580,'post_tag','',0,1),(581,581,'post_tag','',0,1),(582,582,'post_tag','',0,1),(583,583,'post_tag','',0,1),(584,584,'post_tag','',0,3),(585,585,'post_tag','',0,1),(586,586,'post_tag','',0,1),(587,587,'post_tag','',0,2),(588,588,'post_tag','',0,4),(589,589,'post_tag','',0,1),(590,590,'post_tag','',0,1),(591,591,'post_tag','',0,1),(592,592,'post_tag','',0,1),(593,593,'post_tag','',0,6),(594,594,'post_tag','',0,4),(595,595,'post_tag','',0,7),(596,596,'post_tag','',0,1),(597,597,'post_tag','',0,1),(598,598,'post_tag','',0,1),(599,599,'post_tag','',0,1),(600,600,'post_tag','',0,0),(601,601,'post_tag','',0,0),(602,602,'post_tag','',0,0),(603,603,'post_tag','',0,3),(604,604,'post_tag','',0,5),(605,605,'post_tag','',0,0),(606,606,'post_tag','',0,0),(607,607,'post_tag','',0,0),(608,608,'post_tag','',0,3),(609,609,'post_tag','',0,1),(610,610,'post_tag','',0,1),(611,611,'post_tag','',0,2),(612,612,'post_tag','',0,1),(613,613,'post_tag','',0,0),(614,614,'post_tag','',0,0),(615,615,'post_tag','',0,0),(616,616,'post_tag','',0,0),(617,617,'post_tag','',0,0),(618,618,'post_tag','',0,0),(619,619,'post_tag','',0,0),(620,620,'post_tag','',0,0),(621,621,'post_tag','',0,0),(622,622,'post_tag','',0,0),(623,623,'post_tag','',0,0),(624,624,'post_tag','',0,0),(625,625,'post_tag','',0,0),(626,626,'post_tag','',0,0),(627,627,'post_tag','',0,0),(628,628,'post_tag','',0,0),(629,629,'post_tag','',0,1),(630,630,'post_tag','',0,0),(631,631,'post_tag','',0,1),(632,632,'post_tag','',0,3),(633,633,'post_tag','',0,3),(634,634,'post_tag','',0,3),(635,635,'post_tag','',0,1),(636,636,'post_tag','',0,1),(637,637,'post_tag','',0,1),(638,638,'post_tag','',0,1),(639,639,'post_tag','',0,1),(640,640,'post_tag','',0,12),(641,641,'post_tag','',0,0),(642,642,'post_tag','',0,0),(643,643,'post_tag','',0,1),(644,644,'post_tag','',0,1),(645,645,'post_tag','',0,1),(646,646,'post_tag','',0,0),(647,647,'post_tag','',0,0),(648,648,'post_tag','',0,1),(649,649,'post_tag','',0,1),(650,650,'post_tag','',0,0),(651,651,'post_tag','',0,0),(652,652,'post_tag','',0,0),(653,653,'post_tag','',0,0),(654,654,'post_tag','',0,0),(655,655,'post_tag','',0,0),(656,656,'post_tag','',0,0),(657,657,'post_tag','',0,0),(658,658,'post_tag','',0,0),(659,659,'post_tag','',0,0),(660,660,'post_tag','',0,1),(661,661,'post_tag','',0,0),(662,662,'post_tag','',0,0),(663,663,'post_tag','',0,0),(664,664,'post_tag','',0,1),(665,665,'post_tag','',0,1),(666,666,'post_tag','',0,0),(667,667,'post_tag','',0,0),(668,668,'post_tag','',0,0),(669,669,'post_tag','',0,0),(670,670,'post_tag','',0,0),(671,671,'post_tag','',0,0),(672,672,'post_tag','',0,0),(673,673,'post_tag','',0,0),(674,674,'post_tag','',0,0),(675,675,'post_tag','',0,0),(676,676,'post_tag','',0,1),(677,677,'post_tag','',0,1),(678,678,'post_tag','',0,0),(679,679,'post_tag','',0,0),(680,680,'post_tag','',0,0),(681,681,'post_tag','',0,2),(682,682,'post_tag','',0,0),(683,683,'post_tag','',0,0),(684,684,'post_tag','',0,1),(685,685,'post_tag','',0,1),(686,686,'post_tag','',0,1),(687,687,'post_tag','',0,1),(688,688,'post_tag','',0,5),(689,689,'post_tag','',0,0),(690,690,'post_tag','',0,10),(691,691,'post_tag','',0,8),(692,692,'post_tag','',0,4),(693,693,'post_tag','',0,7),(694,694,'post_tag','',0,5),(695,695,'post_tag','',0,5),(696,696,'post_tag','',0,1),(697,697,'post_tag','',0,3),(698,698,'post_tag','',0,2),(699,699,'post_tag','',0,6),(700,700,'post_tag','',0,3),(701,701,'post_tag','',0,4),(702,702,'post_tag','',0,0),(703,703,'post_tag','',0,3),(704,704,'post_tag','',0,8),(705,705,'post_tag','',0,3),(706,706,'post_tag','',0,5),(707,707,'post_tag','',0,3),(708,708,'post_tag','',0,4),(709,709,'post_tag','',0,1),(710,710,'post_tag','',0,2),(711,711,'post_tag','',0,7),(712,712,'post_tag','',0,2),(713,713,'post_tag','',0,1),(714,714,'post_tag','',0,1),(715,715,'post_tag','',0,0),(716,716,'post_tag','',0,7),(717,717,'post_tag','',0,3),(718,718,'post_tag','',0,1),(719,719,'post_tag','',0,1),(720,720,'post_tag','',0,2),(721,721,'post_tag','',0,2),(722,722,'post_tag','',0,3),(723,723,'post_tag','',0,1),(724,724,'post_tag','',0,3),(725,725,'post_tag','',0,1),(726,726,'post_tag','',0,1),(727,727,'post_tag','',0,5),(728,728,'post_tag','',0,1),(729,729,'post_tag','',0,1),(730,730,'post_tag','',0,1),(731,731,'post_tag','',0,1),(732,732,'post_tag','',0,1),(733,733,'post_tag','',0,1),(734,734,'post_tag','',0,1),(735,735,'post_tag','',0,1),(736,736,'post_tag','',0,1),(737,737,'post_tag','',0,0),(738,738,'post_tag','',0,1),(739,739,'post_tag','',0,1),(740,740,'post_tag','',0,2),(741,741,'post_tag','',0,0),(742,742,'post_tag','',0,6),(743,743,'post_tag','',0,2),(744,744,'post_tag','',0,8),(745,745,'post_tag','',0,22),(746,746,'post_tag','',0,5),(747,747,'post_tag','',0,1),(748,748,'post_tag','',0,1),(749,749,'post_tag','',0,3),(750,750,'post_tag','',0,2),(751,751,'post_tag','',0,0),(752,752,'post_tag','',0,2),(753,753,'post_tag','',0,14),(754,754,'post_tag','',0,1),(755,755,'post_tag','',0,1),(756,756,'post_tag','',0,3),(757,757,'post_tag','',0,5),(758,758,'post_tag','',0,1),(759,759,'post_tag','',0,1),(760,760,'post_tag','',0,1),(761,761,'post_tag','',0,1),(762,762,'post_tag','',0,2),(763,763,'post_tag','',0,3),(764,764,'post_tag','',0,1),(765,765,'post_tag','',0,1),(766,766,'post_tag','',0,23),(767,767,'post_tag','',0,2),(768,768,'post_tag','',0,1),(769,769,'post_tag','',0,0),(770,770,'post_tag','',0,1),(771,771,'post_tag','',0,1),(772,772,'post_tag','',0,3),(773,773,'post_tag','',0,3),(774,774,'post_tag','',0,13),(775,775,'post_tag','',0,4),(776,776,'post_tag','',0,2),(777,777,'post_tag','',0,7),(778,778,'post_tag','',0,2),(779,779,'post_tag','',0,1),(780,780,'post_tag','',0,1),(781,781,'post_tag','',0,1),(782,782,'post_tag','',0,0),(783,783,'post_tag','',0,3),(784,784,'post_tag','',0,1),(785,785,'post_tag','',0,2),(786,786,'post_tag','',0,2),(787,787,'post_tag','',0,1),(788,788,'post_tag','',0,1),(789,789,'post_tag','',0,1),(790,790,'post_tag','',0,0),(791,791,'post_tag','',0,2),(792,792,'post_tag','',0,1),(793,793,'post_tag','',0,1),(794,794,'post_tag','',0,1),(795,795,'post_tag','',0,1),(796,796,'post_tag','',0,1),(797,797,'post_tag','',0,2),(798,798,'post_tag','',0,1),(799,799,'post_tag','',0,1),(800,800,'post_tag','',0,1),(801,801,'post_tag','',0,1),(802,802,'post_tag','',0,1),(803,803,'post_tag','',0,3),(804,804,'post_tag','',0,1),(805,805,'post_tag','',0,1),(806,806,'post_tag','',0,2),(807,807,'post_tag','',0,1),(808,808,'post_tag','',0,4),(809,809,'post_tag','',0,3),(810,810,'post_tag','',0,10),(811,811,'post_tag','',0,2),(812,812,'post_tag','',0,2),(813,813,'post_tag','',0,3),(814,814,'post_tag','',0,1),(815,815,'post_tag','',0,7),(816,816,'post_tag','',0,3),(817,817,'post_tag','',0,0),(818,818,'post_tag','',0,1),(819,819,'post_tag','',0,2),(820,820,'post_tag','',0,1),(821,821,'post_tag','',0,44),(822,822,'post_tag','',0,1),(823,823,'post_tag','',0,3),(824,824,'post_tag','',0,2),(825,825,'post_tag','',0,1),(826,826,'post_tag','',0,1),(827,827,'post_tag','',0,1),(828,828,'post_tag','',0,1),(829,829,'post_tag','',0,1),(830,830,'post_tag','',0,1),(831,831,'post_tag','',0,8),(832,832,'post_tag','',0,0),(833,833,'post_tag','',0,1),(834,834,'post_tag','',0,1),(835,835,'post_tag','',0,1),(836,836,'post_tag','',0,1),(837,837,'post_tag','',0,1),(838,838,'post_tag','',0,2),(839,839,'post_tag','',0,1),(840,840,'post_tag','',0,1),(841,841,'post_tag','',0,2),(842,842,'post_tag','',0,1),(843,843,'post_tag','',0,2),(844,844,'post_tag','',0,2),(845,845,'post_tag','',0,1),(846,846,'post_tag','',0,6),(847,847,'post_tag','',0,4),(848,848,'post_tag','',0,1),(849,849,'post_tag','',0,1),(850,850,'post_tag','',0,1),(851,851,'post_tag','',0,1),(852,852,'post_tag','',0,2),(853,853,'post_tag','',0,1),(854,854,'post_tag','',0,1),(855,855,'post_tag','',0,10),(856,856,'post_tag','',0,1),(857,857,'post_tag','',0,1),(858,858,'post_tag','',0,3),(859,859,'post_tag','',0,1),(860,860,'post_tag','',0,7),(861,861,'post_tag','',0,5),(862,862,'post_tag','',0,2),(863,863,'post_tag','',0,1),(864,864,'post_tag','',0,1),(865,865,'post_tag','',0,3),(866,866,'post_tag','',0,1),(867,867,'post_tag','',0,2),(868,868,'post_tag','',0,1),(869,869,'post_tag','',0,1),(870,870,'post_tag','',0,1),(871,871,'post_tag','',0,1),(872,872,'post_tag','',0,1),(873,873,'post_tag','',0,1),(874,874,'post_tag','',0,1),(875,875,'post_tag','',0,1),(876,876,'post_tag','',0,1),(877,877,'post_tag','',0,5),(878,878,'post_tag','',0,2),(879,879,'post_tag','',0,1),(880,880,'post_tag','',0,1),(881,881,'sub-category','',0,28),(882,882,'post_tag','',0,0),(883,883,'post_tag','',0,1),(884,884,'post_tag','',0,1),(885,885,'post_tag','',0,1),(886,886,'post_tag','',0,2),(887,887,'post_tag','',0,3),(888,888,'post_tag','',0,4),(889,889,'post_tag','',0,2),(890,890,'post_tag','',0,4),(891,891,'post_tag','',0,1),(892,892,'post_tag','',0,1),(893,893,'post_tag','',0,1),(894,894,'post_tag','',0,1),(895,895,'post_tag','',0,2),(896,896,'post_tag','',0,5),(897,897,'post_tag','',0,1),(898,898,'post_tag','',0,8),(899,899,'post_tag','',0,1),(900,900,'post_tag','',0,1),(901,901,'post_tag','',0,2),(902,902,'post_tag','',0,2),(903,903,'post_tag','',0,2),(904,904,'post_tag','',0,1),(905,905,'post_tag','',0,1),(906,906,'post_tag','',0,2),(907,907,'post_tag','',0,1),(908,908,'post_tag','',0,2),(909,909,'post_tag','',0,0),(910,910,'post_tag','',0,1),(911,911,'post_tag','',0,1),(912,912,'post_tag','',0,3),(913,913,'post_tag','',0,0),(914,914,'post_tag','',0,1),(915,915,'post_tag','',0,2),(916,916,'post_tag','',0,6),(917,917,'post_tag','',0,1),(918,918,'post_tag','',0,1),(919,919,'post_tag','',0,4),(920,920,'post_tag','',0,1),(921,921,'post_tag','',0,0),(922,922,'post_tag','',0,3),(923,923,'post_tag','',0,1),(924,924,'post_tag','',0,1),(925,925,'post_tag','',0,1),(926,926,'post_tag','',0,1),(927,927,'post_tag','',0,1),(928,928,'post_tag','',0,1),(929,929,'post_tag','',0,2),(930,930,'post_tag','',0,60),(931,931,'post_tag','',0,1),(932,932,'post_tag','',0,2),(933,933,'post_tag','',0,3),(934,934,'post_tag','',0,2),(935,935,'post_tag','',0,2),(936,936,'post_tag','',0,3),(937,937,'post_tag','',0,2),(938,938,'post_tag','',0,2),(939,939,'post_tag','',0,2),(940,940,'post_tag','',0,2),(941,941,'post_tag','',0,1),(942,942,'post_tag','',0,2),(943,943,'post_tag','',0,1),(944,944,'post_tag','',0,1),(945,945,'post_tag','',0,2),(946,946,'post_tag','',0,1),(947,947,'post_tag','',0,1),(948,948,'post_tag','',0,1),(949,949,'post_tag','',0,1),(950,950,'post_tag','',0,1),(951,951,'post_tag','',0,0),(952,952,'post_tag','',0,1),(953,953,'post_tag','',0,1),(954,954,'post_tag','',0,1),(955,955,'post_tag','',0,1),(956,956,'post_tag','',0,1),(957,957,'post_tag','',0,1),(958,958,'post_tag','',0,1),(959,959,'post_tag','',0,1),(960,960,'post_tag','',0,1),(961,961,'post_tag','',0,3),(962,962,'post_tag','',0,1),(963,963,'post_tag','',0,1),(964,964,'post_tag','',0,1),(965,965,'post_tag','',0,1),(966,966,'post_tag','',0,1),(967,967,'post_tag','',0,7),(968,968,'post_tag','',0,1),(969,969,'post_tag','',0,1),(970,970,'post_tag','',0,1),(971,971,'post_tag','',0,1),(972,972,'post_tag','',0,2),(973,973,'post_tag','',0,2),(974,974,'post_tag','',0,3),(975,975,'post_tag','',0,1),(976,976,'post_tag','',0,1),(977,977,'post_tag','',0,20),(978,978,'post_tag','',0,1),(979,979,'post_tag','',0,10),(980,980,'post_tag','',0,7),(981,981,'post_tag','',0,1),(982,982,'post_tag','',0,5),(983,983,'post_tag','',0,1),(984,984,'post_tag','',0,1),(985,985,'post_tag','',0,1),(986,986,'post_tag','',0,2),(987,987,'post_tag','',0,1),(988,988,'post_tag','',0,1),(989,989,'post_tag','',0,1),(990,990,'post_tag','',0,1),(991,991,'post_tag','',0,1),(992,992,'post_tag','',0,1),(993,993,'post_tag','',0,33),(994,994,'post_tag','',0,22),(995,995,'post_tag','',0,2),(996,996,'post_tag','',0,33),(997,997,'post_tag','',0,1),(998,998,'post_tag','',0,1),(999,999,'post_tag','',0,2),(1000,1000,'post_tag','',0,0),(1001,1001,'post_tag','',0,4),(1002,1002,'post_tag','',0,1),(1003,1003,'post_tag','',0,1),(1004,1004,'post_tag','',0,1),(1005,1005,'post_tag','',0,1),(1006,1006,'post_tag','',0,1),(1007,1007,'post_tag','',0,1),(1008,1008,'post_tag','',0,1),(1009,1009,'post_tag','',0,2),(1010,1010,'post_tag','',0,2),(1011,1011,'post_tag','',0,1),(1012,1012,'post_tag','',0,1),(1013,1013,'post_tag','',0,1),(1014,1014,'post_tag','',0,1),(1015,1015,'post_tag','',0,6),(1016,1016,'post_tag','',0,0),(1017,1017,'post_tag','',0,3),(1018,1018,'post_tag','',0,2),(1019,1019,'post_tag','',0,5),(1020,1020,'post_tag','',0,3),(1021,1021,'post_tag','',0,2),(1022,1022,'post_tag','',0,3),(1023,1023,'post_tag','',0,1),(1024,1024,'post_tag','',0,1),(1025,1025,'post_tag','',0,1),(1026,1026,'post_tag','',0,2),(1027,1027,'post_tag','',0,2),(1028,1028,'post_tag','',0,1),(1029,1029,'post_tag','',0,1),(1030,1030,'post_tag','',0,1),(1031,1031,'post_tag','',0,1),(1032,1032,'post_tag','',0,1),(1033,1033,'post_tag','',0,2),(1034,1034,'post_tag','',0,1),(1035,1035,'post_tag','',0,1),(1036,1036,'post_tag','',0,1),(1037,1037,'post_tag','',0,3),(1038,1038,'post_tag','',0,1),(1039,1039,'post_tag','',0,1),(1040,1040,'post_tag','',0,1),(1041,1041,'post_tag','',0,1),(1042,1042,'post_tag','',0,2),(1043,1043,'post_tag','',0,1),(1044,1044,'post_tag','',0,1),(1045,1045,'post_tag','',0,2),(1046,1046,'post_tag','',0,1),(1047,1047,'post_tag','',0,1),(1048,1048,'post_tag','',0,1),(1049,1049,'post_tag','',0,5),(1050,1050,'post_tag','',0,1),(1051,1051,'post_tag','',0,1),(1052,1052,'post_tag','',0,1),(1053,1053,'post_tag','',0,1),(1054,1054,'post_tag','',0,2),(1055,1055,'post_tag','',0,1),(1056,1056,'post_tag','',0,0),(1057,1057,'post_tag','',0,0),(1058,1058,'post_tag','',0,2),(1059,1059,'post_tag','',0,2),(1060,1060,'post_tag','',0,1),(1061,1061,'post_tag','',0,1),(1062,1062,'post_tag','',0,1),(1063,1063,'post_tag','',0,1),(1064,1064,'post_tag','',0,5),(1065,1065,'post_tag','',0,2),(1066,1066,'post_tag','',0,0),(1067,1067,'post_tag','',0,2),(1068,1068,'post_tag','',0,1),(1069,1069,'post_tag','',0,5),(1070,1070,'post_tag','',0,1),(1071,1071,'post_tag','',0,0),(1072,1072,'post_tag','',0,1),(1073,1073,'post_tag','',0,4),(1074,1074,'post_tag','',0,1),(1075,1075,'post_tag','',0,3),(1076,1076,'post_tag','',0,2),(1077,1077,'post_tag','',0,4),(1078,1078,'post_tag','',0,1),(1079,1079,'post_tag','',0,3),(1080,1080,'post_tag','',0,1),(1081,1081,'post_tag','',0,2),(1082,1082,'post_tag','',0,0),(1083,1083,'post_tag','',0,1),(1084,1084,'post_tag','',0,3),(1085,1085,'post_tag','',0,1),(1086,1086,'post_tag','',0,3),(1087,1087,'post_tag','',0,2),(1088,1088,'post_tag','',0,8),(1089,1089,'post_tag','',0,3),(1090,1090,'post_tag','',0,1),(1091,1091,'post_tag','',0,1),(1092,1092,'post_tag','',0,2),(1093,1093,'post_tag','',0,4),(1094,1094,'post_tag','',0,2),(1095,1095,'post_tag','',0,1),(1096,1096,'post_tag','',0,1),(1097,1097,'post_tag','',0,1),(1098,1098,'post_tag','',0,1),(1099,1099,'post_tag','',0,1),(1100,1100,'post_tag','',0,1),(1101,1101,'post_tag','',0,1),(1102,1102,'post_tag','',0,2),(1103,1103,'post_tag','',0,1),(1104,1104,'post_tag','',0,1),(1105,1105,'post_tag','',0,6),(1106,1106,'post_tag','',0,4),(1107,1107,'post_tag','',0,1),(1108,1108,'post_tag','',0,2),(1109,1109,'post_tag','',0,2),(1110,1110,'post_tag','',0,1),(1111,1111,'post_tag','',0,1),(1112,1112,'post_tag','',0,3),(1113,1113,'post_tag','',0,1),(1114,1114,'post_tag','',0,1),(1115,1115,'post_tag','',0,1),(1116,1116,'post_tag','',0,1),(1117,1117,'post_tag','',0,1),(1118,1118,'post_tag','',0,0),(1119,1119,'post_tag','',0,1),(1120,1120,'post_tag','',0,0),(1121,1121,'post_tag','',0,0),(1122,1122,'post_tag','',0,0),(1123,1123,'post_tag','',0,1),(1124,1124,'post_tag','',0,0),(1125,1125,'post_tag','',0,1),(1126,1126,'post_tag','',0,1),(1127,1127,'post_tag','',0,1),(1128,1128,'post_tag','',0,1),(1129,1129,'post_tag','',0,1),(1130,1130,'post_tag','',0,1),(1131,1131,'post_tag','',0,1),(1132,1132,'post_tag','',0,1),(1133,1133,'post_tag','',0,1),(1134,1134,'post_tag','',0,7),(1135,1135,'post_tag','',0,1),(1136,1136,'post_tag','',0,1),(1137,1137,'post_tag','',0,1),(1138,1138,'post_tag','',0,1),(1139,1139,'post_tag','',0,1),(1140,1140,'post_tag','',0,1),(1141,1141,'post_tag','',0,1),(1142,1142,'post_tag','',0,1),(1143,1143,'post_tag','',0,2),(1144,1144,'post_tag','',0,1),(1145,1145,'post_tag','',0,1),(1146,1146,'post_tag','',0,1),(1147,1147,'post_tag','',0,2),(1148,1148,'post_tag','',0,1),(1149,1149,'post_tag','',0,1),(1150,1150,'post_tag','',0,3),(1151,1151,'post_tag','',0,1),(1152,1152,'post_tag','',0,0),(1153,1153,'post_tag','',0,1),(1154,1154,'post_tag','',0,1),(1155,1155,'post_tag','',0,1),(1156,1156,'post_tag','',0,3),(1157,1157,'post_tag','',0,2),(1158,1158,'post_tag','',0,3),(1159,1159,'post_tag','',0,1),(1160,1160,'post_tag','',0,3),(1161,1161,'post_tag','',0,1),(1162,1162,'post_tag','',0,1),(1163,1163,'post_tag','',0,1),(1164,1164,'post_tag','',0,1),(1165,1165,'post_tag','',0,1),(1166,1166,'post_tag','',0,1),(1167,1167,'post_tag','',0,2),(1168,1168,'post_tag','',0,0),(1169,1169,'post_tag','',0,1),(1170,1170,'post_tag','',0,2),(1171,1171,'post_tag','',0,1),(1172,1172,'post_tag','',0,1),(1173,1173,'post_tag','',0,1),(1174,1174,'post_tag','',0,1),(1175,1175,'post_tag','',0,1),(1176,1176,'post_tag','',0,0),(1177,1177,'post_tag','',0,1),(1178,1178,'post_tag','',0,0),(1179,1179,'post_tag','',0,3),(1180,1180,'post_tag','',0,1),(1181,1181,'post_tag','',0,5),(1182,1182,'post_tag','',0,1),(1183,1183,'post_tag','',0,2),(1184,1184,'post_tag','',0,1),(1185,1185,'post_tag','',0,4),(1186,1186,'post_tag','',0,2),(1187,1187,'post_tag','',0,2),(1188,1188,'post_tag','',0,2),(1189,1189,'post_tag','',0,2),(1190,1190,'post_tag','',0,1),(1191,1191,'post_tag','',0,3),(1192,1192,'post_tag','',0,1),(1193,1193,'post_tag','',0,4),(1194,1194,'post_tag','',0,0),(1195,1195,'post_tag','',0,1),(1196,1196,'post_tag','',0,1),(1197,1197,'post_tag','',0,1),(1198,1198,'post_tag','',0,1),(1199,1199,'post_tag','',0,1),(1200,1200,'post_tag','',0,1),(1201,1201,'post_tag','',0,1),(1202,1202,'post_tag','',0,1),(1203,1203,'post_tag','',0,1),(1204,1204,'post_tag','',0,1),(1205,1205,'post_tag','',0,1),(1206,1206,'post_tag','',0,2),(1207,1207,'post_tag','',0,0),(1208,1208,'post_tag','',0,1),(1209,1209,'post_tag','',0,2),(1210,1210,'post_tag','',0,1),(1211,1211,'post_tag','',0,1),(1212,1212,'post_tag','',0,2),(1213,1213,'post_tag','',0,1),(1214,1214,'post_tag','',0,1),(1215,1215,'post_tag','',0,2),(1216,1216,'post_tag','',0,0),(1217,1217,'post_tag','',0,2),(1218,1218,'post_tag','',0,1),(1219,1219,'post_tag','',0,2),(1220,1220,'post_tag','',0,1),(1221,1221,'post_tag','',0,1),(1222,1222,'post_tag','',0,4),(1223,1223,'post_tag','',0,5),(1224,1224,'post_tag','',0,0),(1225,1225,'post_tag','',0,1),(1226,1226,'post_tag','',0,1),(1227,1227,'post_tag','',0,1),(1228,1228,'post_tag','',0,2),(1229,1229,'post_tag','',0,1),(1230,1230,'post_tag','',0,1),(1231,1231,'post_tag','',0,1),(1232,1232,'post_tag','',0,1),(1233,1233,'post_tag','',0,1),(1234,1234,'post_tag','',0,0),(1235,1235,'post_tag','',0,0),(1236,1236,'post_tag','',0,0),(1237,1237,'post_tag','',0,1),(1238,1238,'post_tag','',0,1),(1239,1239,'post_tag','',0,1),(1240,1240,'post_tag','',0,2),(1241,1241,'post_tag','',0,1),(1242,1242,'post_tag','',0,1),(1243,1243,'post_tag','',0,2),(1244,1244,'post_tag','',0,1),(1245,1245,'post_tag','',0,1),(1246,1246,'post_tag','',0,1),(1247,1247,'post_tag','',0,1),(1248,1248,'post_tag','',0,3),(1249,1249,'post_tag','',0,1),(1250,1250,'post_tag','',0,1),(1251,1251,'post_tag','',0,1),(1252,1252,'post_tag','',0,1),(1253,1253,'post_tag','',0,1),(1254,1254,'post_tag','',0,1),(1255,1255,'post_tag','',0,1),(1256,1256,'post_tag','',0,1),(1257,1257,'post_tag','',0,4),(1258,1258,'post_tag','',0,1),(1259,1259,'post_tag','',0,4),(1260,1260,'post_tag','',0,2),(1261,1261,'post_tag','',0,1),(1262,1262,'post_tag','',0,1),(1263,1263,'post_tag','',0,1),(1264,1264,'post_tag','',0,1),(1265,1265,'post_tag','',0,1),(1266,1266,'post_tag','',0,1),(1267,1267,'post_tag','',0,1),(1268,1268,'post_tag','',0,1),(1269,1269,'post_tag','',0,1),(1270,1270,'post_tag','',0,1),(1271,1271,'post_tag','',0,1),(1272,1272,'post_tag','',0,1),(1273,1273,'post_tag','',0,1),(1274,1274,'post_tag','',0,1),(1275,1275,'post_tag','',0,1),(1276,1276,'post_tag','',0,3),(1277,1277,'post_tag','',0,1),(1278,1278,'post_tag','',0,2),(1279,1279,'post_tag','',0,2),(1280,1280,'post_tag','',0,1),(1281,1281,'post_tag','',0,1),(1282,1282,'post_tag','',0,7),(1283,1283,'post_tag','',0,1),(1284,1284,'post_tag','',0,2),(1285,1285,'post_tag','',0,5),(1286,1286,'post_tag','',0,1),(1287,1287,'post_tag','',0,1),(1288,1288,'post_tag','',0,2),(1289,1289,'post_tag','',0,5),(1290,1290,'post_tag','',0,1),(1291,1291,'post_tag','',0,11),(1292,1292,'post_tag','',0,0),(1293,1293,'post_tag','',0,1),(1294,1294,'post_tag','',0,3),(1295,1295,'post_tag','',0,1),(1296,1296,'post_tag','',0,1),(1297,1297,'post_tag','',0,1),(1298,1298,'post_tag','',0,5),(1299,1299,'post_tag','',0,5),(1300,1300,'post_tag','',0,1),(1301,1301,'post_tag','',0,1),(1302,1302,'post_tag','',0,3),(1303,1303,'post_tag','',0,1),(1304,1304,'post_tag','',0,2),(1305,1305,'post_tag','',0,1),(1306,1306,'post_tag','',0,3),(1307,1307,'post_tag','',0,1),(1308,1308,'post_tag','',0,1),(1309,1309,'post_tag','',0,1),(1310,1310,'post_tag','',0,1),(1311,1311,'post_tag','',0,4),(1312,1312,'post_tag','',0,1),(1313,1313,'post_tag','',0,1),(1314,1314,'post_tag','',0,1),(1315,1315,'post_tag','',0,3),(1316,1316,'post_tag','',0,2),(1317,1317,'post_tag','',0,1),(1318,1318,'post_tag','',0,1),(1319,1319,'post_tag','',0,1),(1320,1320,'post_tag','',0,2),(1321,1321,'post_tag','',0,1),(1322,1322,'post_tag','',0,1),(1323,1323,'post_tag','',0,1),(1324,1324,'post_tag','',0,1),(1325,1325,'post_tag','',0,1),(1326,1326,'post_tag','',0,1),(1327,1327,'post_tag','',0,1),(1328,1328,'post_tag','',0,1),(1329,1329,'post_tag','',0,2),(1330,1330,'post_tag','',0,1),(1331,1331,'post_tag','',0,1),(1332,1332,'post_tag','',0,1),(1333,1333,'post_tag','',0,2),(1334,1334,'post_tag','',0,1),(1335,1335,'post_tag','',0,2),(1336,1336,'post_tag','',0,1),(1337,1337,'post_tag','',0,2),(1338,1338,'post_tag','',0,2),(1339,1339,'post_tag','',0,1),(1340,1340,'post_tag','',0,1),(1341,1341,'post_tag','',0,1),(1342,1342,'post_tag','',0,1),(1343,1343,'post_tag','',0,1),(1344,1344,'post_tag','',0,1),(1345,1345,'post_tag','',0,3),(1346,1346,'post_tag','',0,1),(1347,1347,'post_tag','',0,1),(1348,1348,'post_tag','',0,1),(1349,1349,'post_tag','',0,1),(1350,1350,'post_tag','',0,3),(1351,1351,'post_tag','',0,1),(1352,1352,'post_tag','',0,1),(1353,1353,'post_tag','',0,1),(1354,1354,'post_tag','',0,1),(1355,1355,'post_tag','',0,1),(1356,1356,'post_tag','',0,1),(1357,1357,'post_tag','',0,2),(1358,1358,'post_tag','',0,1),(1359,1359,'post_tag','',0,1),(1360,1360,'post_tag','',0,2),(1361,1361,'post_tag','',0,1),(1362,1362,'post_tag','',0,1),(1363,1363,'post_tag','',0,1),(1364,1364,'post_tag','',0,0),(1365,1365,'post_tag','',0,0),(1366,1366,'post_tag','',0,0),(1367,1367,'post_tag','',0,0),(1368,1368,'post_tag','',0,1),(1369,1369,'post_tag','',0,1),(1370,1370,'post_tag','',0,1),(1371,1371,'post_tag','',0,1),(1372,1372,'post_tag','',0,1),(1373,1373,'post_tag','',0,2),(1374,1374,'post_tag','',0,1),(1375,1375,'post_tag','',0,1),(1376,1376,'post_tag','',0,1),(1377,1377,'post_tag','',0,1),(1378,1378,'post_tag','',0,1),(1379,1379,'post_tag','',0,1),(1380,1380,'post_tag','',0,1),(1381,1381,'post_tag','',0,7),(1382,1382,'post_tag','',0,1),(1383,1383,'post_tag','',0,1),(1384,1384,'post_tag','',0,1),(1385,1385,'post_tag','',0,8),(1386,1386,'post_tag','',0,1),(1387,1387,'post_tag','',0,1),(1388,1388,'post_tag','',0,1),(1389,1389,'post_tag','',0,0),(1390,1390,'post_tag','',0,1),(1391,1391,'post_tag','',0,1),(1392,1392,'post_tag','',0,3),(1393,1393,'post_tag','',0,1),(1394,1394,'post_tag','',0,5),(1395,1395,'post_tag','',0,2),(1396,1396,'post_tag','',0,1),(1397,1397,'post_tag','',0,1),(1398,1398,'post_tag','',0,1),(1399,1399,'post_tag','',0,1),(1400,1400,'post_tag','',0,1),(1401,1401,'post_tag','',0,1),(1402,1402,'post_tag','',0,2),(1403,1403,'post_tag','',0,1),(1404,1404,'post_tag','',0,0),(1405,1405,'post_tag','',0,1),(1406,1406,'post_tag','',0,1),(1407,1407,'post_tag','',0,1),(1408,1408,'post_tag','',0,1),(1409,1409,'post_tag','',0,1),(1410,1410,'post_tag','',0,1),(1411,1411,'post_tag','',0,1),(1412,1412,'post_tag','',0,1),(1413,1413,'post_tag','',0,0),(1414,1414,'post_tag','',0,1),(1415,1415,'post_tag','',0,0),(1416,1416,'post_tag','',0,0),(1417,1417,'post_tag','',0,0),(1418,1418,'post_tag','',0,0),(1419,1419,'post_tag','',0,0),(1420,1420,'post_tag','',0,0),(1421,1421,'post_tag','',0,0),(1422,1422,'post_tag','',0,0),(1423,1423,'post_tag','',0,0),(1424,1424,'post_tag','',0,0),(1425,1425,'post_tag','',0,0),(1426,1426,'post_tag','',0,0),(1427,1427,'post_tag','',0,0),(1428,1428,'post_tag','',0,0),(1429,1429,'post_tag','',0,1),(1430,1430,'post_tag','',0,0),(1431,1431,'post_tag','',0,1),(1432,1432,'post_tag','',0,1),(1433,1433,'post_tag','',0,1),(1434,1434,'post_tag','',0,1),(1435,1435,'post_tag','',0,2),(1436,1436,'post_tag','',0,1),(1437,1437,'post_tag','',0,1),(1438,1438,'post_tag','',0,1),(1439,1439,'post_tag','',0,1),(1440,1440,'post_tag','',0,1),(1441,1441,'post_tag','',0,1),(1442,1442,'post_tag','',0,1),(1443,1443,'post_tag','',0,1),(1444,1444,'post_tag','',0,1),(1445,1445,'post_tag','',0,1),(1446,1446,'post_tag','',0,1),(1447,1447,'post_tag','',0,1),(1448,1448,'post_tag','',0,1),(1449,1449,'post_tag','',0,2),(1450,1450,'post_tag','',0,2),(1451,1451,'post_tag','',0,5),(1452,1452,'post_tag','',0,4),(1453,1453,'post_tag','',0,4),(1454,1454,'post_tag','',0,1),(1455,1455,'post_tag','',0,1),(1456,1456,'post_tag','',0,1),(1457,1457,'post_tag','',0,2),(1458,1458,'post_tag','',0,2),(1459,1459,'post_tag','',0,1),(1460,1460,'post_tag','',0,1),(1461,1461,'post_tag','',0,1),(1462,1462,'post_tag','',0,2),(1463,1463,'post_tag','',0,2),(1464,1464,'post_tag','',0,0),(1465,1465,'post_tag','',0,1),(1466,1466,'post_tag','',0,2),(1467,1467,'post_tag','',0,1),(1468,1468,'post_tag','',0,1),(1469,1469,'post_tag','',0,1),(1470,1470,'post_tag','',0,1),(1471,1471,'post_tag','',0,1),(1472,1472,'post_tag','',0,1),(1473,1473,'post_tag','',0,1),(1474,1474,'post_tag','',0,1),(1475,1475,'post_tag','',0,1),(1476,1476,'post_tag','',0,2),(1477,1477,'post_tag','',0,1),(1478,1478,'post_tag','',0,2),(1479,1479,'post_tag','',0,1),(1480,1480,'post_tag','',0,3),(1481,1481,'post_tag','',0,1),(1482,1482,'post_tag','',0,1),(1483,1483,'post_tag','',0,1),(1484,1484,'post_tag','',0,1),(1485,1485,'post_tag','',0,3),(1486,1486,'post_tag','',0,1),(1487,1487,'post_tag','',0,1),(1488,1488,'post_tag','',0,1),(1489,1489,'post_tag','',0,1),(1490,1490,'post_tag','',0,2),(1491,1491,'post_tag','',0,1),(1492,1492,'post_tag','',0,1),(1493,1493,'post_tag','',0,1),(1494,1494,'post_tag','',0,1),(1495,1495,'post_tag','',0,1),(1496,1496,'post_tag','',0,2),(1497,1497,'post_tag','',0,1),(1498,1498,'post_tag','',0,2),(1499,1499,'post_tag','',0,5),(1500,1500,'post_tag','',0,1),(1501,1501,'post_tag','',0,1),(1502,1502,'post_tag','',0,2),(1503,1503,'post_tag','',0,1),(1504,1504,'post_tag','',0,1),(1505,1505,'post_tag','',0,1),(1506,1506,'post_tag','',0,1),(1507,1507,'post_tag','',0,1),(1508,1508,'post_tag','',0,1),(1509,1509,'post_tag','',0,1),(1510,1510,'post_tag','',0,1),(1511,1511,'post_tag','',0,1),(1512,1512,'post_tag','',0,1),(1513,1513,'post_tag','',0,1),(1514,1514,'post_tag','',0,0),(1515,1515,'post_tag','',0,2),(1516,1516,'post_tag','',0,1),(1517,1517,'post_tag','',0,1),(1518,1518,'post_tag','',0,1),(1519,1519,'post_tag','',0,1),(1520,1520,'post_tag','',0,14),(1521,1521,'post_tag','',0,1),(1522,1522,'post_tag','',0,1),(1523,1523,'post_tag','',0,1),(1524,1524,'post_tag','',0,0),(1525,1525,'post_tag','',0,0),(1526,1526,'post_tag','',0,2),(1527,1527,'post_tag','',0,2),(1528,1528,'post_tag','',0,1),(1529,1529,'post_tag','',0,1),(1530,1530,'post_tag','',0,1),(1531,1531,'post_tag','',0,1),(1532,1532,'post_tag','',0,1),(1533,1533,'post_tag','',0,1),(1534,1534,'sub-category','',0,25),(1535,1535,'post_tag','',0,1),(1536,1536,'post_tag','',0,1),(1537,1537,'post_tag','',0,1),(1538,1538,'post_tag','',0,2),(1539,1539,'post_tag','',0,1),(1540,1540,'post_tag','',0,1),(1541,1541,'post_tag','',0,1),(1542,1542,'post_tag','',0,1),(1543,1543,'post_tag','',0,1),(1544,1544,'post_tag','',0,1),(1545,1545,'post_tag','',0,1),(1546,1546,'post_tag','',0,1),(1547,1547,'post_tag','',0,1),(1548,1548,'post_tag','',0,1),(1549,1549,'post_tag','',0,1),(1550,1550,'post_tag','',0,1),(1551,1551,'post_tag','',0,1),(1552,1552,'post_tag','',0,1),(1553,1553,'post_tag','',0,0),(1554,1554,'post_tag','',0,1),(1555,1555,'post_tag','',0,1),(1556,1556,'post_tag','',0,1),(1557,1557,'post_tag','',0,1),(1558,1558,'post_tag','',0,1),(1559,1559,'post_tag','',0,1),(1560,1560,'post_tag','',0,1),(1561,1561,'post_tag','',0,1),(1562,1562,'post_tag','',0,1),(1563,1563,'post_tag','',0,1),(1564,1564,'post_tag','',0,1),(1565,1565,'post_tag','',0,1),(1566,1566,'post_tag','',0,2),(1567,1567,'post_tag','',0,1),(1568,1568,'post_tag','',0,1),(1569,1569,'post_tag','',0,4),(1570,1570,'post_tag','',0,2),(1571,1571,'post_tag','',0,1),(1572,1572,'post_tag','',0,1),(1573,1573,'post_tag','',0,1),(1574,1574,'post_tag','',0,1),(1575,1575,'post_tag','',0,2),(1576,1576,'post_tag','',0,1),(1577,1577,'post_tag','',0,9),(1578,1578,'post_tag','',0,2),(1579,1579,'post_tag','',0,1),(1580,1580,'post_tag','',0,1),(1581,1581,'post_tag','',0,1),(1582,1582,'post_tag','',0,1),(1583,1583,'post_tag','',0,1),(1584,1584,'post_tag','',0,1),(1585,1585,'post_tag','',0,1),(1586,1586,'post_tag','',0,5),(1587,1587,'post_tag','',0,2),(1588,1588,'post_tag','',0,1),(1589,1589,'post_tag','',0,1),(1590,1590,'post_tag','',0,1),(1591,1591,'post_tag','',0,1),(1592,1592,'post_tag','',0,1),(1593,1593,'post_tag','',0,1),(1594,1594,'post_tag','',0,1),(1595,1595,'post_tag','',0,1),(1596,1596,'post_tag','',0,1),(1597,1597,'post_tag','',0,1),(1598,1598,'post_tag','',0,2),(1599,1599,'post_tag','',0,1),(1600,1600,'post_tag','',0,1),(1601,1601,'post_tag','',0,2),(1602,1602,'post_tag','',0,1),(1603,1603,'post_tag','',0,1),(1604,1604,'post_tag','',0,1),(1605,1605,'post_tag','',0,1),(1606,1606,'post_tag','',0,1),(1607,1607,'post_tag','',0,3),(1608,1608,'post_tag','',0,1),(1609,1609,'post_tag','',0,0),(1610,1610,'post_tag','',0,4),(1611,1611,'post_tag','',0,0),(1612,1612,'post_tag','',0,1),(1613,1613,'post_tag','',0,1),(1614,1614,'post_tag','',0,1),(1615,1615,'post_tag','',0,1),(1616,1616,'post_tag','',0,1),(1617,1617,'post_tag','',0,1),(1618,1618,'post_tag','',0,1),(1619,1619,'post_tag','',0,1),(1620,1620,'post_tag','',0,1),(1621,1621,'post_tag','',0,1),(1622,1622,'post_tag','',0,1),(1623,1623,'post_tag','',0,1),(1624,1624,'post_tag','',0,1),(1625,1625,'post_tag','',0,1),(1626,1626,'post_tag','',0,1),(1627,1627,'post_tag','',0,0),(1628,1628,'post_tag','',0,2),(1629,1629,'post_tag','',0,1),(1630,1630,'post_tag','',0,1),(1631,1631,'post_tag','',0,1),(1632,1632,'post_tag','',0,1),(1633,1633,'post_tag','',0,1),(1634,1634,'post_tag','',0,2),(1635,1635,'post_tag','',0,1),(1636,1636,'post_tag','',0,1),(1637,1637,'post_tag','',0,1),(1638,1638,'post_tag','',0,1),(1639,1639,'post_tag','',0,1),(1640,1640,'post_tag','',0,1),(1641,1641,'post_tag','',0,1),(1642,1642,'post_tag','',0,2),(1643,1643,'post_tag','',0,1),(1644,1644,'post_tag','',0,4),(1645,1645,'post_tag','',0,4),(1646,1646,'post_tag','',0,1),(1647,1647,'post_tag','',0,0),(1648,1648,'post_tag','',0,0),(1649,1649,'post_tag','',0,1),(1650,1650,'post_tag','',0,1),(1651,1651,'post_tag','',0,1),(1652,1652,'post_tag','',0,1),(1653,1653,'post_tag','',0,1),(1654,1654,'post_tag','',0,1),(1655,1655,'post_tag','',0,1),(1656,1656,'location','',0,6),(1657,1657,'post_tag','',0,1),(1658,1658,'post_tag','',0,1),(1659,1659,'post_tag','',0,1),(1660,1660,'post_tag','',0,1),(1661,1661,'post_tag','',0,1),(1662,1662,'post_tag','',0,1),(1663,1663,'post_tag','',0,1),(1664,1664,'post_tag','',0,1),(1665,1665,'post_tag','',0,1),(1666,1666,'post_tag','',0,1),(1667,1667,'post_tag','',0,1),(1668,1668,'post_tag','',0,1),(1669,1669,'location','',0,3),(1670,1670,'post_tag','',0,1),(1671,1671,'post_tag','',0,1),(1672,1672,'post_tag','',0,2),(1673,1673,'post_tag','',0,0),(1674,1674,'post_tag','',0,1),(1675,1675,'location','',0,4),(1676,1676,'post_tag','',0,2),(1677,1677,'post_tag','',0,1),(1678,1678,'post_tag','',0,3),(1679,1679,'post_tag','',0,1),(1680,1680,'post_tag','',0,0),(1681,1681,'post_tag','',0,1),(1682,1682,'post_tag','',0,2),(1683,1683,'post_tag','',0,1),(1684,1684,'post_tag','',0,2),(1685,1685,'post_tag','',0,2),(1686,1686,'post_tag','',0,0),(1687,1687,'post_tag','',0,1),(1688,1688,'post_tag','',0,1),(1689,1689,'post_tag','',0,1),(1690,1690,'post_tag','',0,4),(1691,1691,'post_tag','',0,1),(1692,1692,'post_tag','',0,1),(1693,1693,'post_tag','',0,1),(1694,1694,'post_tag','',0,1),(1695,1695,'post_tag','',0,1),(1696,1696,'post_tag','',0,1),(1697,1697,'post_tag','',0,1),(1698,1698,'post_tag','',0,1),(1699,1699,'post_tag','',0,4),(1700,1700,'post_tag','',0,1),(1701,1701,'post_tag','',0,1),(1702,1702,'post_tag','',0,1),(1703,1703,'post_tag','',0,2),(1704,1704,'post_tag','',0,2),(1705,1705,'post_tag','',0,1),(1706,1706,'post_tag','',0,1),(1707,1707,'post_tag','',0,1),(1708,1708,'post_tag','',0,1),(1709,1709,'post_tag','',0,1),(1710,1710,'post_tag','',0,1),(1711,1711,'post_tag','',0,1),(1712,1712,'post_tag','',0,1),(1713,1713,'post_tag','',0,1),(1714,1714,'post_tag','',0,1),(1715,1715,'post_tag','',0,1),(1716,1716,'post_tag','',0,1),(1717,1717,'post_tag','',0,1),(1718,1718,'post_tag','',0,3),(1719,1719,'post_tag','',0,1),(1720,1720,'post_tag','',0,2),(1721,1721,'post_tag','',0,1),(1722,1722,'post_tag','',0,2),(1723,1723,'post_tag','',0,1),(1724,1724,'post_tag','',0,1),(1725,1725,'post_tag','',0,4),(1726,1726,'post_tag','',0,1),(1727,1727,'post_tag','',0,0),(1728,1728,'post_tag','',0,0),(1729,1729,'post_tag','',0,0),(1730,1730,'post_tag','',0,1),(1731,1731,'post_tag','',0,1),(1732,1732,'post_tag','',0,1),(1733,1733,'post_tag','',0,1),(1734,1734,'post_tag','',0,1),(1735,1735,'post_tag','',0,1),(1736,1736,'post_tag','',0,1),(1737,1737,'post_tag','',0,1),(1738,1738,'post_tag','',0,1),(1739,1739,'post_tag','',0,1),(1740,1740,'post_tag','',0,1),(1741,1741,'post_tag','',0,1),(1742,1742,'post_tag','',0,1),(1743,1743,'post_tag','',0,1),(1744,1744,'post_tag','',0,3),(1745,1745,'post_tag','',0,7),(1746,1746,'post_tag','',0,1),(1747,1747,'post_tag','',0,2),(1748,1748,'post_tag','',0,1),(1749,1749,'post_tag','',0,3),(1750,1750,'post_tag','',0,1),(1751,1751,'post_tag','',0,1),(1752,1752,'post_tag','',0,2),(1753,1753,'post_tag','',0,2),(1754,1754,'post_tag','',0,5),(1755,1755,'post_tag','',0,3),(1756,1756,'post_tag','',0,2),(1757,1757,'post_tag','',0,2),(1758,1758,'post_tag','',0,1),(1759,1759,'post_tag','',0,1),(1760,1760,'post_tag','',0,2),(1761,1761,'post_tag','',0,2),(1762,1762,'post_tag','',0,1),(1763,1763,'post_tag','',0,1),(1764,1764,'post_tag','',0,3),(1765,1765,'post_tag','',0,2),(1766,1766,'post_tag','',0,1),(1767,1767,'post_tag','',0,1),(1768,1768,'post_tag','',0,1),(1769,1769,'post_tag','',0,3),(1770,1770,'post_tag','',0,1),(1771,1771,'post_tag','',0,2),(1772,1772,'post_tag','',0,1),(1773,1773,'post_tag','',0,1),(1774,1774,'post_tag','',0,1),(1775,1775,'post_tag','',0,1),(1776,1776,'post_tag','',0,1),(1777,1777,'post_tag','',0,1),(1778,1778,'post_tag','',0,1),(1779,1779,'post_tag','',0,1),(1780,1780,'post_tag','',0,1),(1781,1781,'post_tag','',0,1),(1782,1782,'post_tag','',0,1),(1783,1783,'post_tag','',0,1),(1784,1784,'post_tag','',0,1),(1785,1785,'post_tag','',0,4),(1786,1786,'post_tag','',0,4),(1787,1787,'post_tag','',0,2),(1788,1788,'post_tag','',0,1),(1789,1789,'post_tag','',0,1),(1790,1790,'post_tag','',0,1),(1791,1791,'post_tag','',0,1),(1792,1792,'post_tag','',0,1),(1793,1793,'post_tag','',0,1),(1794,1794,'post_tag','',0,1),(1795,1795,'post_tag','',0,1),(1796,1796,'post_tag','',0,1),(1797,1797,'post_tag','',0,1),(1798,1798,'out-category','',0,1),(1799,1799,'out-category','',0,4),(1800,1800,'post_tag','',0,2),(1801,1801,'post_tag','',0,1),(1802,1802,'post_tag','',0,1),(1803,1803,'post_tag','',0,1),(1804,1804,'post_tag','',0,1),(1805,1805,'post_tag','',0,1),(1806,1806,'post_tag','',0,1),(1807,1807,'post_tag','',0,1),(1808,1808,'post_tag','',0,1),(1809,1809,'post_tag','',0,1),(1810,1810,'post_tag','',0,2),(1811,1811,'post_tag','',0,0),(1812,1812,'post_tag','',0,1),(1813,1813,'post_tag','',0,1),(1814,1814,'post_tag','',0,2),(1815,1815,'post_tag','',0,1),(1816,1816,'post_tag','',0,1),(1817,1817,'post_tag','',0,1),(1818,1818,'post_tag','',0,1),(1819,1819,'post_tag','',0,1),(1820,1820,'post_tag','',0,1),(1821,1821,'post_tag','',0,1),(1822,1822,'post_tag','',0,2),(1823,1823,'post_tag','',0,1),(1824,1824,'post_tag','',0,1),(1825,1825,'post_tag','',0,1),(1826,1826,'post_tag','',0,1),(1827,1827,'post_tag','',0,1),(1828,1828,'post_tag','',0,1),(1829,1829,'post_tag','',0,2),(1830,1830,'post_tag','',0,1),(1831,1831,'post_tag','',0,1),(1832,1832,'post_tag','',0,0),(1833,1833,'post_tag','',0,2),(1834,1834,'post_tag','',0,1),(1835,1835,'post_tag','',0,1),(1836,1836,'post_tag','',0,2),(1837,1837,'post_tag','',0,1),(1838,1838,'post_tag','',0,2),(1839,1839,'post_tag','',0,1),(1840,1840,'post_tag','',0,2),(1841,1841,'post_tag','',0,1),(1842,1842,'post_tag','',0,14),(1843,1843,'post_tag','',0,1),(1844,1844,'post_tag','',0,1),(1845,1845,'post_tag','',0,1),(1846,1846,'post_tag','',0,1),(1847,1847,'post_tag','',0,1),(1848,1848,'post_tag','',0,1),(1849,1849,'post_tag','',0,1),(1850,1850,'post_tag','',0,1),(1851,1851,'post_tag','',0,1),(1852,1852,'post_tag','',0,0),(1853,1853,'post_tag','',0,0),(1854,1854,'post_tag','',0,0),(1855,1855,'post_tag','',0,1),(1856,1856,'post_tag','',0,7),(1857,1857,'post_tag','',0,1),(1858,1858,'post_tag','',0,1),(1859,1859,'post_tag','',0,2),(1860,1860,'post_tag','',0,2),(1861,1861,'post_tag','',0,2),(1862,1862,'post_tag','',0,1),(1863,1863,'post_tag','',0,1),(1864,1864,'post_tag','',0,3),(1865,1865,'post_tag','',0,1),(1866,1866,'post_tag','',0,1),(1867,1867,'post_tag','',0,1),(1868,1868,'post_tag','',0,1),(1869,1869,'post_tag','',0,1),(1870,1870,'post_tag','',0,1),(1871,1871,'post_tag','',0,1),(1872,1872,'post_tag','',0,1),(1873,1873,'post_tag','',0,1),(1874,1874,'post_tag','',0,1),(1875,1875,'post_tag','',0,1),(1876,1876,'post_tag','',0,1),(1877,1877,'post_tag','',0,1),(1878,1878,'post_tag','',0,4),(1879,1879,'post_tag','',0,1),(1880,1880,'post_tag','',0,3),(1881,1881,'post_tag','',0,1),(1882,1882,'post_tag','',0,1),(1883,1883,'post_tag','',0,1),(1884,1884,'post_tag','',0,1),(1885,1885,'post_tag','',0,0),(1886,1886,'post_tag','',0,2),(1887,1887,'post_tag','',0,2),(1888,1888,'post_tag','',0,1),(1889,1889,'post_tag','',0,1),(1890,1890,'post_tag','',0,1),(1891,1891,'post_tag','',0,12),(1892,1892,'post_tag','',0,8),(1893,1893,'post_tag','',0,1),(1894,1894,'post_tag','',0,1),(1895,1895,'post_tag','',0,1),(1896,1896,'post_tag','',0,1),(1897,1897,'post_tag','',0,3),(1898,1898,'post_tag','',0,1),(1899,1899,'post_tag','',0,1),(1900,1900,'post_tag','',0,1),(1901,1901,'post_tag','',0,2),(1902,1902,'post_tag','',0,2),(1903,1903,'post_tag','',0,2),(1904,1904,'post_tag','',0,1),(1905,1905,'post_tag','',0,1),(1906,1906,'post_tag','',0,1),(1907,1907,'post_tag','',0,1),(1908,1908,'post_tag','',0,1),(1909,1909,'post_tag','',0,2),(1910,1910,'post_tag','',0,1),(1911,1911,'post_tag','',0,1),(1912,1912,'post_tag','',0,1),(1913,1913,'post_tag','',0,2),(1914,1914,'post_tag','',0,1),(1915,1915,'post_tag','',0,1),(1916,1916,'post_tag','',0,1),(1917,1917,'post_tag','',0,0),(1918,1918,'post_tag','',0,1),(1919,1919,'post_tag','',0,3),(1920,1920,'post_tag','',0,1),(1921,1921,'post_tag','',0,2),(1922,1922,'post_tag','',0,1),(1923,1923,'post_tag','',0,1),(1924,1924,'post_tag','',0,1),(1925,1925,'post_tag','',0,2),(1926,1926,'post_tag','',0,1),(1927,1927,'post_tag','',0,1),(1928,1928,'post_tag','',0,7),(1929,1929,'post_tag','',0,2),(1930,1930,'post_tag','',0,0),(1931,1931,'post_tag','',0,1),(1932,1932,'post_tag','',0,1),(1933,1933,'post_tag','',0,1),(1934,1934,'post_tag','',0,1),(1935,1935,'post_tag','',0,0),(1936,1936,'post_tag','',0,0),(1937,1937,'post_tag','',0,1),(1938,1938,'post_tag','',0,1),(1939,1939,'post_tag','',0,1),(1940,1940,'post_tag','',0,3),(1941,1941,'post_tag','',0,1),(1942,1942,'post_tag','',0,4),(1943,1943,'post_tag','',0,1),(1944,1944,'post_tag','',0,0),(1945,1945,'post_tag','',0,2),(1946,1946,'post_tag','',0,1),(1947,1947,'post_tag','',0,1),(1948,1948,'post_tag','',0,1),(1949,1949,'post_tag','',0,1),(1950,1950,'post_tag','',0,1),(1951,1951,'post_tag','',0,1),(1952,1952,'post_tag','',0,1),(1953,1953,'post_tag','',0,1),(1954,1954,'post_tag','',0,1),(1955,1955,'post_tag','',0,1),(1956,1956,'post_tag','',0,1),(1957,1957,'post_tag','',0,2),(1958,1958,'post_tag','',0,1),(1959,1959,'post_tag','',0,1),(1960,1960,'post_tag','',0,1),(1961,1961,'out-category','',0,1),(1962,1962,'post_tag','',0,1),(1963,1963,'post_tag','',0,2),(1964,1964,'post_tag','',0,1),(1965,1965,'post_tag','',0,1),(1966,1966,'post_tag','',0,1),(1967,1967,'post_tag','',0,1),(1968,1968,'post_tag','',0,1),(1969,1969,'post_tag','',0,2),(1970,1970,'post_tag','',0,3),(1971,1971,'post_tag','',0,2),(1972,1972,'post_tag','',0,1),(1973,1973,'post_tag','',0,2),(1974,1974,'post_tag','',0,1),(1975,1975,'post_tag','',0,1),(1976,1976,'post_tag','',0,1),(1977,1977,'post_tag','',0,1),(1978,1978,'post_tag','',0,1),(1979,1979,'post_tag','',0,10),(1980,1980,'post_tag','',0,1),(1981,1981,'post_tag','',0,1),(1982,1982,'post_tag','',0,1),(1983,1983,'post_tag','',0,1),(1984,1984,'post_tag','',0,1),(1985,1985,'post_tag','',0,1),(1986,1986,'post_tag','',0,1),(1987,1987,'post_tag','',0,2),(1988,1988,'post_tag','',0,2),(1989,1989,'post_tag','',0,3),(1990,1990,'post_tag','',0,8),(1991,1991,'post_tag','',0,2),(1992,1992,'post_tag','',0,11),(1993,1993,'post_tag','',0,7),(1994,1994,'post_tag','',0,1),(1995,1995,'post_tag','',0,3),(1996,1996,'post_tag','',0,1),(1997,1997,'post_tag','',0,0),(1998,1998,'post_tag','',0,0),(1999,1999,'post_tag','',0,2),(2000,2000,'post_tag','',0,3),(2001,2001,'post_tag','',0,1),(2002,2002,'post_tag','',0,1),(2003,2003,'post_tag','',0,1),(2004,2004,'post_tag','',0,0),(2005,2005,'post_tag','',0,1),(2006,2006,'post_tag','',0,6),(2007,2007,'post_tag','',0,1),(2008,2008,'post_tag','',0,0),(2009,2009,'post_tag','',0,3),(2010,2010,'post_tag','',0,1),(2011,2011,'post_tag','',0,1),(2012,2012,'post_tag','',0,2),(2013,2013,'post_tag','',0,4),(2014,2014,'post_tag','',0,1),(2015,2015,'post_tag','',0,1),(2016,2016,'post_tag','',0,1),(2017,2017,'post_tag','',0,2),(2018,2018,'post_tag','',0,1),(2019,2019,'post_tag','',0,1),(2020,2020,'post_tag','',0,1),(2021,2021,'post_tag','',0,1),(2022,2022,'post_tag','',0,1),(2023,2023,'post_tag','',0,1),(2024,2024,'post_tag','',0,1),(2025,2025,'post_tag','',0,9),(2026,2026,'post_tag','',0,1),(2027,2027,'post_tag','',0,1),(2028,2028,'post_tag','',0,1),(2029,2029,'post_tag','',0,1),(2030,2030,'post_tag','',0,1),(2031,2031,'post_tag','',0,1),(2032,2032,'post_tag','',0,1),(2033,2033,'post_tag','',0,1),(2034,2034,'post_tag','',0,0),(2035,2035,'post_tag','',0,1),(2036,2036,'post_tag','',0,1),(2037,2037,'post_tag','',0,1),(2038,2038,'post_tag','',0,1),(2039,2039,'post_tag','',0,1),(2040,2040,'post_tag','',0,1),(2041,2041,'post_tag','',0,1),(2042,2042,'post_tag','',0,1),(2043,2043,'post_tag','',0,1),(2044,2044,'post_tag','',0,1),(2045,2045,'post_tag','',0,0),(2046,2046,'post_tag','',0,1),(2047,2047,'post_tag','',0,1),(2049,2049,'sub-category','',0,5),(2050,2050,'post_tag','',0,1),(2051,2051,'post_tag','',0,1),(2052,2052,'post_tag','',0,1),(2053,2053,'post_tag','',0,3),(2054,2054,'post_tag','',0,1),(2055,2055,'post_tag','',0,3),(2056,2056,'post_tag','',0,1),(2057,2057,'post_tag','',0,1),(2058,2058,'post_tag','',0,1),(2059,2059,'post_tag','',0,1),(2060,2060,'post_tag','',0,1),(2061,2061,'post_tag','',0,1),(2062,2062,'post_tag','',0,1),(2063,2063,'post_tag','',0,1),(2064,2064,'post_tag','',0,1),(2065,2065,'post_tag','',0,1),(2066,2066,'post_tag','',0,3),(2067,2067,'post_tag','',0,1),(2068,2068,'post_tag','',0,1),(2069,2069,'post_tag','',0,2),(2070,2070,'post_tag','',0,1),(2071,2071,'post_tag','',0,1),(2072,2072,'post_tag','',0,1),(2073,2073,'post_tag','',0,1),(2074,2074,'post_tag','',0,1),(2075,2075,'post_tag','',0,1),(2076,2076,'post_tag','',0,1),(2077,2077,'post_tag','',0,1),(2078,2078,'post_tag','',0,1),(2079,2079,'yst_prominent_words','',0,13),(2080,2080,'yst_prominent_words','',0,20),(2081,2081,'yst_prominent_words','',0,3),(2082,2082,'yst_prominent_words','',0,9),(2083,2083,'yst_prominent_words','',0,25),(2084,2084,'yst_prominent_words','',0,5),(2085,2085,'yst_prominent_words','',0,3),(2086,2086,'yst_prominent_words','',0,1),(2087,2087,'yst_prominent_words','',0,1),(2088,2088,'yst_prominent_words','',0,0),(2089,2089,'yst_prominent_words','',0,1),(2090,2090,'yst_prominent_words','',0,1),(2091,2091,'yst_prominent_words','',0,1),(2092,2092,'yst_prominent_words','',0,1),(2093,2093,'yst_prominent_words','',0,1),(2094,2094,'yst_prominent_words','',0,28),(2095,2095,'yst_prominent_words','',0,17),(2096,2096,'yst_prominent_words','',0,1),(2097,2097,'yst_prominent_words','',0,9),(2098,2098,'yst_prominent_words','',0,2),(2099,2099,'yst_prominent_words','',0,2),(2100,2100,'yst_prominent_words','',0,3),(2101,2101,'yst_prominent_words','',0,14),(2102,2102,'yst_prominent_words','',0,5),(2103,2103,'yst_prominent_words','',0,0),(2104,2104,'yst_prominent_words','',0,0),(2105,2105,'yst_prominent_words','',0,0),(2106,2106,'yst_prominent_words','',0,2),(2107,2107,'yst_prominent_words','',0,1),(2108,2108,'yst_prominent_words','',0,2),(2109,2109,'yst_prominent_words','',0,2),(2110,2110,'yst_prominent_words','',0,2),(2111,2111,'yst_prominent_words','',0,2),(2112,2112,'yst_prominent_words','',0,2),(2113,2113,'yst_prominent_words','',0,2),(2114,2114,'yst_prominent_words','',0,0),(2115,2115,'yst_prominent_words','',0,1),(2116,2116,'yst_prominent_words','',0,2),(2117,2117,'yst_prominent_words','',0,10),(2118,2118,'yst_prominent_words','',0,8),(2119,2119,'yst_prominent_words','',0,0),(2120,2120,'yst_prominent_words','',0,3),(2121,2121,'yst_prominent_words','',0,0),(2122,2122,'yst_prominent_words','',0,0),(2123,2123,'yst_prominent_words','',0,0),(2124,2124,'yst_prominent_words','',0,0),(2125,2125,'yst_prominent_words','',0,0),(2126,2126,'yst_prominent_words','',0,3),(2127,2127,'yst_prominent_words','',0,0),(2128,2128,'yst_prominent_words','',0,2),(2129,2129,'yst_prominent_words','',0,0),(2130,2130,'yst_prominent_words','',0,0),(2131,2131,'yst_prominent_words','',0,9),(2132,2132,'yst_prominent_words','',0,0),(2133,2133,'yst_prominent_words','',0,0),(2134,2134,'yst_prominent_words','',0,0),(2135,2135,'yst_prominent_words','',0,0),(2136,2136,'yst_prominent_words','',0,0),(2137,2137,'yst_prominent_words','',0,1),(2138,2138,'yst_prominent_words','',0,0),(2139,2139,'yst_prominent_words','',0,0),(2140,2140,'yst_prominent_words','',0,0),(2141,2141,'yst_prominent_words','',0,1),(2142,2142,'yst_prominent_words','',0,0),(2143,2143,'yst_prominent_words','',0,0),(2144,2144,'yst_prominent_words','',0,0),(2145,2145,'yst_prominent_words','',0,0),(2146,2146,'yst_prominent_words','',0,1),(2147,2147,'yst_prominent_words','',0,1),(2148,2148,'yst_prominent_words','',0,1),(2149,2149,'yst_prominent_words','',0,0),(2150,2150,'yst_prominent_words','',0,0),(2151,2151,'yst_prominent_words','',0,0),(2152,2152,'yst_prominent_words','',0,1),(2153,2153,'yst_prominent_words','',0,13),(2154,2154,'yst_prominent_words','',0,1),(2155,2155,'yst_prominent_words','',0,1),(2156,2156,'yst_prominent_words','',0,1),(2157,2157,'yst_prominent_words','',0,1),(2158,2158,'yst_prominent_words','',0,1),(2159,2159,'yst_prominent_words','',0,0),(2160,2160,'yst_prominent_words','',0,1),(2161,2161,'yst_prominent_words','',0,1),(2162,2162,'yst_prominent_words','',0,1),(2163,2163,'yst_prominent_words','',0,1),(2164,2164,'yst_prominent_words','',0,1),(2165,2165,'yst_prominent_words','',0,1),(2166,2166,'post_tag','',0,3),(2167,2167,'post_tag','',0,2),(2168,2168,'post_tag','',0,2),(2169,2169,'post_tag','',0,1),(2170,2170,'post_tag','',0,1),(2171,2171,'post_tag','',0,1),(2172,2172,'yst_prominent_words','',0,2),(2173,2173,'yst_prominent_words','',0,3),(2174,2174,'yst_prominent_words','',0,2),(2175,2175,'yst_prominent_words','',0,4),(2176,2176,'yst_prominent_words','',0,1),(2177,2177,'yst_prominent_words','',0,2),(2178,2178,'yst_prominent_words','',0,5),(2179,2179,'yst_prominent_words','',0,8),(2180,2180,'yst_prominent_words','',0,1),(2181,2181,'yst_prominent_words','',0,2),(2182,2182,'yst_prominent_words','',0,2),(2183,2183,'yst_prominent_words','',0,1),(2184,2184,'yst_prominent_words','',0,3),(2185,2185,'yst_prominent_words','',0,8),(2186,2186,'yst_prominent_words','',0,1),(2187,2187,'yst_prominent_words','',0,2),(2188,2188,'yst_prominent_words','',0,1),(2189,2189,'yst_prominent_words','',0,2),(2190,2190,'yst_prominent_words','',0,1),(2191,2191,'post_tag','',0,4),(2192,2192,'post_tag','',0,1),(2193,2193,'post_tag','',0,1),(2194,2194,'post_tag','',0,0),(2195,2195,'post_tag','',0,1),(2196,2196,'post_tag','',0,2),(2197,2197,'post_tag','',0,1),(2198,2198,'post_tag','',0,1),(2199,2199,'post_tag','',0,2),(2200,2200,'yst_prominent_words','',0,1),(2201,2201,'yst_prominent_words','',0,1),(2202,2202,'yst_prominent_words','',0,1),(2203,2203,'yst_prominent_words','',0,1),(2204,2204,'yst_prominent_words','',0,2),(2205,2205,'yst_prominent_words','',0,2),(2206,2206,'yst_prominent_words','',0,1),(2207,2207,'yst_prominent_words','',0,0),(2208,2208,'yst_prominent_words','',0,1),(2209,2209,'yst_prominent_words','',0,1),(2210,2210,'yst_prominent_words','',0,0),(2211,2211,'yst_prominent_words','',0,0),(2212,2212,'yst_prominent_words','',0,0),(2213,2213,'yst_prominent_words','',0,7),(2214,2214,'yst_prominent_words','',0,1),(2215,2215,'yst_prominent_words','',0,0),(2216,2216,'yst_prominent_words','',0,9),(2217,2217,'yst_prominent_words','',0,1),(2218,2218,'yst_prominent_words','',0,2),(2219,2219,'yst_prominent_words','',0,54),(2220,2220,'yst_prominent_words','',0,4),(2221,2221,'yst_prominent_words','',0,13),(2222,2222,'yst_prominent_words','',0,1),(2223,2223,'yst_prominent_words','',0,0),(2224,2224,'yst_prominent_words','',0,4),(2225,2225,'yst_prominent_words','',0,8),(2226,2226,'yst_prominent_words','',0,1),(2227,2227,'yst_prominent_words','',0,1),(2228,2228,'yst_prominent_words','',0,1),(2229,2229,'yst_prominent_words','',0,1),(2230,2230,'yst_prominent_words','',0,1),(2231,2231,'yst_prominent_words','',0,1),(2232,2232,'yst_prominent_words','',0,3),(2233,2233,'yst_prominent_words','',0,1),(2234,2234,'yst_prominent_words','',0,1),(2235,2235,'yst_prominent_words','',0,1),(2236,2236,'yst_prominent_words','',0,1),(2237,2237,'yst_prominent_words','',0,1),(2238,2238,'yst_prominent_words','',0,12),(2239,2239,'yst_prominent_words','',0,2),(2240,2240,'yst_prominent_words','',0,2),(2241,2241,'yst_prominent_words','',0,1),(2242,2242,'yst_prominent_words','',0,7),(2243,2243,'yst_prominent_words','',0,2),(2244,2244,'yst_prominent_words','',0,5),(2245,2245,'yst_prominent_words','',0,3),(2246,2246,'yst_prominent_words','',0,24),(2247,2247,'yst_prominent_words','',0,18),(2248,2248,'yst_prominent_words','',0,3),(2249,2249,'yst_prominent_words','',0,6),(2250,2250,'post_tag','',0,1),(2251,2251,'yst_prominent_words','',0,7),(2252,2252,'yst_prominent_words','',0,1),(2253,2253,'yst_prominent_words','',0,3),(2254,2254,'yst_prominent_words','',0,18),(2255,2255,'yst_prominent_words','',0,2),(2256,2256,'yst_prominent_words','',0,0),(2257,2257,'yst_prominent_words','',0,0),(2258,2258,'yst_prominent_words','',0,0),(2259,2259,'yst_prominent_words','',0,0),(2260,2260,'yst_prominent_words','',0,1),(2261,2261,'yst_prominent_words','',0,1),(2262,2262,'post_tag','',0,1),(2263,2263,'post_tag','',0,1),(2264,2264,'post_tag','',0,1),(2265,2265,'post_tag','',0,1),(2266,2266,'yst_prominent_words','',0,11),(2267,2267,'yst_prominent_words','',0,0),(2268,2268,'yst_prominent_words','',0,1),(2269,2269,'yst_prominent_words','',0,1),(2270,2270,'yst_prominent_words','',0,8),(2271,2271,'yst_prominent_words','',0,6),(2272,2272,'yst_prominent_words','',0,1),(2273,2273,'yst_prominent_words','',0,1),(2274,2274,'yst_prominent_words','',0,0),(2275,2275,'yst_prominent_words','',0,1),(2276,2276,'yst_prominent_words','',0,6),(2277,2277,'yst_prominent_words','',0,0),(2278,2278,'yst_prominent_words','',0,1),(2279,2279,'yst_prominent_words','',0,0),(2280,2280,'yst_prominent_words','',0,1),(2281,2281,'yst_prominent_words','',0,0),(2282,2282,'yst_prominent_words','',0,0),(2283,2283,'yst_prominent_words','',0,1),(2284,2284,'yst_prominent_words','',0,0),(2285,2285,'yst_prominent_words','',0,0),(2286,2286,'yst_prominent_words','',0,0),(2287,2287,'yst_prominent_words','',0,0),(2288,2288,'yst_prominent_words','',0,0),(2289,2289,'yst_prominent_words','',0,0),(2290,2290,'yst_prominent_words','',0,0),(2291,2291,'yst_prominent_words','',0,0),(2292,2292,'yst_prominent_words','',0,0),(2293,2293,'yst_prominent_words','',0,0),(2294,2294,'yst_prominent_words','',0,2),(2295,2295,'yst_prominent_words','',0,0),(2296,2296,'yst_prominent_words','',0,9),(2297,2297,'yst_prominent_words','',0,0),(2298,2298,'yst_prominent_words','',0,3),(2299,2299,'yst_prominent_words','',0,2),(2300,2300,'yst_prominent_words','',0,2),(2301,2301,'yst_prominent_words','',0,25),(2302,2302,'yst_prominent_words','',0,0),(2303,2303,'yst_prominent_words','',0,0),(2304,2304,'yst_prominent_words','',0,0),(2305,2305,'yst_prominent_words','',0,0),(2306,2306,'yst_prominent_words','',0,1),(2307,2307,'yst_prominent_words','',0,1),(2308,2308,'yst_prominent_words','',0,1),(2309,2309,'yst_prominent_words','',0,9),(2310,2310,'yst_prominent_words','',0,0),(2311,2311,'yst_prominent_words','',0,26),(2312,2312,'yst_prominent_words','',0,0),(2313,2313,'yst_prominent_words','',0,0),(2314,2314,'yst_prominent_words','',0,2),(2315,2315,'yst_prominent_words','',0,0),(2316,2316,'yst_prominent_words','',0,0),(2317,2317,'yst_prominent_words','',0,0),(2318,2318,'yst_prominent_words','',0,1),(2319,2319,'yst_prominent_words','',0,1),(2320,2320,'yst_prominent_words','',0,1),(2321,2321,'yst_prominent_words','',0,1),(2322,2322,'yst_prominent_words','',0,2),(2323,2323,'yst_prominent_words','',0,1),(2324,2324,'yst_prominent_words','',0,1),(2325,2325,'yst_prominent_words','',0,1),(2326,2326,'yst_prominent_words','',0,1),(2327,2327,'yst_prominent_words','',0,1),(2328,2328,'yst_prominent_words','',0,2),(2329,2329,'yst_prominent_words','',0,1),(2330,2330,'yst_prominent_words','',0,1),(2331,2331,'yst_prominent_words','',0,1),(2332,2332,'yst_prominent_words','',0,1),(2333,2333,'yst_prominent_words','',0,0),(2334,2334,'yst_prominent_words','',0,1),(2335,2335,'post_tag','',0,1),(2336,2336,'post_tag','',0,1),(2337,2337,'post_tag','',0,1),(2338,2338,'post_tag','',0,0),(2339,2339,'post_tag','',0,1),(2340,2340,'post_tag','',0,1),(2341,2341,'post_tag','',0,1),(2342,2342,'post_tag','',0,3),(2343,2343,'post_tag','',0,2),(2344,2344,'yst_prominent_words','',0,0),(2345,2345,'yst_prominent_words','',0,3),(2346,2346,'yst_prominent_words','',0,0),(2347,2347,'yst_prominent_words','',0,0),(2348,2348,'yst_prominent_words','',0,1),(2349,2349,'yst_prominent_words','',0,0),(2350,2350,'yst_prominent_words','',0,0),(2351,2351,'yst_prominent_words','',0,0),(2352,2352,'yst_prominent_words','',0,2),(2353,2353,'yst_prominent_words','',0,0),(2354,2354,'yst_prominent_words','',0,19),(2355,2355,'yst_prominent_words','',0,2),(2356,2356,'yst_prominent_words','',0,2),(2357,2357,'yst_prominent_words','',0,0),(2358,2358,'yst_prominent_words','',0,0),(2359,2359,'yst_prominent_words','',0,13),(2360,2360,'yst_prominent_words','',0,0),(2361,2361,'yst_prominent_words','',0,0),(2362,2362,'yst_prominent_words','',0,0),(2363,2363,'yst_prominent_words','',0,0),(2364,2364,'yst_prominent_words','',0,0),(2365,2365,'yst_prominent_words','',0,0),(2366,2366,'yst_prominent_words','',0,1),(2367,2367,'yst_prominent_words','',0,1),(2368,2368,'yst_prominent_words','',0,0),(2369,2369,'yst_prominent_words','',0,0),(2370,2370,'yst_prominent_words','',0,1),(2371,2371,'yst_prominent_words','',0,15),(2372,2372,'yst_prominent_words','',0,26),(2373,2373,'yst_prominent_words','',0,0),(2374,2374,'yst_prominent_words','',0,0),(2375,2375,'yst_prominent_words','',0,0),(2376,2376,'yst_prominent_words','',0,1),(2377,2377,'yst_prominent_words','',0,1),(2378,2378,'yst_prominent_words','',0,1),(2379,2379,'yst_prominent_words','',0,2),(2380,2380,'yst_prominent_words','',0,1),(2381,2381,'yst_prominent_words','',0,1),(2382,2382,'yst_prominent_words','',0,1),(2383,2383,'yst_prominent_words','',0,2),(2384,2384,'yst_prominent_words','',0,2),(2385,2385,'yst_prominent_words','',0,4),(2386,2386,'yst_prominent_words','',0,1),(2387,2387,'yst_prominent_words','',0,3),(2388,2388,'yst_prominent_words','',0,1),(2389,2389,'yst_prominent_words','',0,3),(2390,2390,'yst_prominent_words','',0,1),(2391,2391,'yst_prominent_words','',0,0),(2392,2392,'yst_prominent_words','',0,0),(2393,2393,'yst_prominent_words','',0,0),(2394,2394,'yst_prominent_words','',0,7),(2395,2395,'yst_prominent_words','',0,8),(2396,2396,'yst_prominent_words','',0,0),(2397,2397,'yst_prominent_words','',0,13),(2398,2398,'yst_prominent_words','',0,3),(2399,2399,'yst_prominent_words','',0,0),(2400,2400,'yst_prominent_words','',0,0),(2401,2401,'yst_prominent_words','',0,3),(2402,2402,'yst_prominent_words','',0,14),(2403,2403,'yst_prominent_words','',0,10),(2404,2404,'yst_prominent_words','',0,2),(2405,2405,'yst_prominent_words','',0,14),(2406,2406,'yst_prominent_words','',0,10),(2407,2407,'yst_prominent_words','',0,1),(2408,2408,'yst_prominent_words','',0,0),(2409,2409,'yst_prominent_words','',0,1),(2410,2410,'yst_prominent_words','',0,1),(2411,2411,'yst_prominent_words','',0,1),(2412,2412,'yst_prominent_words','',0,1),(2413,2413,'yst_prominent_words','',0,1),(2414,2414,'yst_prominent_words','',0,13),(2415,2415,'yst_prominent_words','',0,1),(2416,2416,'yst_prominent_words','',0,1),(2417,2417,'yst_prominent_words','',0,1),(2418,2418,'yst_prominent_words','',0,1),(2419,2419,'yst_prominent_words','',0,0),(2420,2420,'yst_prominent_words','',0,1),(2421,2421,'yst_prominent_words','',0,2),(2422,2422,'yst_prominent_words','',0,0),(2423,2423,'yst_prominent_words','',0,1),(2424,2424,'yst_prominent_words','',0,0),(2425,2425,'yst_prominent_words','',0,1),(2426,2426,'yst_prominent_words','',0,1),(2427,2427,'yst_prominent_words','',0,3),(2428,2428,'yst_prominent_words','',0,1),(2429,2429,'yst_prominent_words','',0,3),(2430,2430,'yst_prominent_words','',0,3),(2431,2431,'yst_prominent_words','',0,1),(2432,2432,'yst_prominent_words','',0,1),(2433,2433,'yst_prominent_words','',0,1),(2434,2434,'yst_prominent_words','',0,1),(2435,2435,'yst_prominent_words','',0,1),(2436,2436,'yst_prominent_words','',0,1),(2437,2437,'yst_prominent_words','',0,1),(2438,2438,'yst_prominent_words','',0,1),(2439,2439,'yst_prominent_words','',0,0),(2440,2440,'yst_prominent_words','',0,2),(2441,2441,'yst_prominent_words','',0,1),(2442,2442,'yst_prominent_words','',0,0),(2443,2443,'yst_prominent_words','',0,0),(2444,2444,'yst_prominent_words','',0,0),(2445,2445,'yst_prominent_words','',0,2),(2446,2446,'yst_prominent_words','',0,0),(2447,2447,'yst_prominent_words','',0,1),(2448,2448,'yst_prominent_words','',0,0),(2449,2449,'yst_prominent_words','',0,1),(2450,2450,'yst_prominent_words','',0,1),(2451,2451,'yst_prominent_words','',0,1),(2452,2452,'yst_prominent_words','',0,1),(2453,2453,'yst_prominent_words','',0,1),(2454,2454,'yst_prominent_words','',0,0),(2455,2455,'yst_prominent_words','',0,1),(2456,2456,'yst_prominent_words','',0,1),(2457,2457,'post_tag','',0,1),(2458,2458,'post_tag','',0,1),(2459,2459,'post_tag','',0,2),(2460,2460,'post_tag','',0,1),(2461,2461,'yst_prominent_words','',0,3),(2462,2462,'yst_prominent_words','',0,1),(2463,2463,'yst_prominent_words','',0,1),(2464,2464,'post_tag','',0,3),(2465,2465,'post_tag','',0,1),(2466,2466,'yst_prominent_words','',0,1),(2467,2467,'yst_prominent_words','',0,5),(2468,2468,'yst_prominent_words','',0,0),(2469,2469,'yst_prominent_words','',0,2),(2470,2470,'yst_prominent_words','',0,11),(2471,2471,'yst_prominent_words','',0,0),(2472,2472,'yst_prominent_words','',0,0),(2473,2473,'yst_prominent_words','',0,26),(2474,2474,'yst_prominent_words','',0,0),(2475,2475,'yst_prominent_words','',0,0),(2476,2476,'yst_prominent_words','',0,34),(2477,2477,'yst_prominent_words','',0,0),(2478,2478,'yst_prominent_words','',0,0),(2479,2479,'yst_prominent_words','',0,0),(2480,2480,'yst_prominent_words','',0,1),(2481,2481,'yst_prominent_words','',0,1),(2482,2482,'yst_prominent_words','',0,1),(2483,2483,'yst_prominent_words','',0,1),(2484,2484,'yst_prominent_words','',0,1),(2485,2485,'yst_prominent_words','',0,1),(2486,2486,'yst_prominent_words','',0,1),(2487,2487,'yst_prominent_words','',0,1),(2488,2488,'yst_prominent_words','',0,1),(2489,2489,'yst_prominent_words','',0,1),(2490,2490,'yst_prominent_words','',0,1),(2491,2491,'yst_prominent_words','',0,1),(2492,2492,'yst_prominent_words','',0,0),(2493,2493,'yst_prominent_words','',0,0),(2494,2494,'yst_prominent_words','',0,18),(2495,2495,'yst_prominent_words','',0,9),(2496,2496,'yst_prominent_words','',0,1),(2497,2497,'yst_prominent_words','',0,1),(2498,2498,'yst_prominent_words','',0,1),(2499,2499,'yst_prominent_words','',0,1),(2500,2500,'yst_prominent_words','',0,1),(2501,2501,'yst_prominent_words','',0,1),(2502,2502,'yst_prominent_words','',0,1),(2503,2503,'yst_prominent_words','',0,3),(2504,2504,'yst_prominent_words','',0,1),(2505,2505,'yst_prominent_words','',0,1),(2506,2506,'yst_prominent_words','',0,4),(2507,2507,'yst_prominent_words','',0,7),(2508,2508,'yst_prominent_words','',0,1),(2509,2509,'yst_prominent_words','',0,2),(2510,2510,'yst_prominent_words','',0,2),(2511,2511,'yst_prominent_words','',0,1),(2512,2512,'yst_prominent_words','',0,1),(2513,2513,'yst_prominent_words','',0,1),(2514,2514,'yst_prominent_words','',0,1),(2515,2515,'yst_prominent_words','',0,1),(2516,2516,'yst_prominent_words','',0,0),(2517,2517,'yst_prominent_words','',0,0),(2518,2518,'yst_prominent_words','',0,1),(2519,2519,'yst_prominent_words','',0,1),(2520,2520,'yst_prominent_words','',0,1),(2521,2521,'yst_prominent_words','',0,1),(2522,2522,'post_tag','',0,1),(2523,2523,'post_tag','',0,2),(2524,2524,'post_tag','',0,0),(2525,2525,'post_tag','',0,1),(2526,2526,'post_tag','',0,1),(2527,2527,'post_tag','',0,1),(2528,2528,'post_tag','',0,1),(2529,2529,'yst_prominent_words','',0,1),(2530,2530,'yst_prominent_words','',0,1),(2531,2531,'yst_prominent_words','',0,0),(2532,2532,'yst_prominent_words','',0,1),(2533,2533,'yst_prominent_words','',0,0),(2534,2534,'yst_prominent_words','',0,1),(2535,2535,'yst_prominent_words','',0,0),(2536,2536,'yst_prominent_words','',0,2),(2537,2537,'yst_prominent_words','',0,2),(2538,2538,'yst_prominent_words','',0,1),(2539,2539,'yst_prominent_words','',0,6),(2540,2540,'yst_prominent_words','',0,3),(2541,2541,'yst_prominent_words','',0,0),(2542,2542,'yst_prominent_words','',0,1),(2543,2543,'yst_prominent_words','',0,1),(2544,2544,'yst_prominent_words','',0,3),(2545,2545,'yst_prominent_words','',0,1),(2546,2546,'yst_prominent_words','',0,1),(2547,2547,'yst_prominent_words','',0,1),(2548,2548,'yst_prominent_words','',0,1),(2549,2549,'post_tag','',0,2),(2550,2550,'post_tag','',0,1),(2551,2551,'post_tag','',0,1),(2552,2552,'post_tag','',0,1),(2553,2553,'yst_prominent_words','',0,1),(2554,2554,'yst_prominent_words','',0,1),(2555,2555,'yst_prominent_words','',0,11),(2556,2556,'yst_prominent_words','',0,1),(2557,2557,'yst_prominent_words','',0,1),(2558,2558,'yst_prominent_words','',0,1),(2559,2559,'yst_prominent_words','',0,4),(2560,2560,'yst_prominent_words','',0,18),(2561,2561,'yst_prominent_words','',0,1),(2562,2562,'yst_prominent_words','',0,3),(2563,2563,'yst_prominent_words','',0,8),(2564,2564,'yst_prominent_words','',0,8),(2565,2565,'yst_prominent_words','',0,3),(2566,2566,'yst_prominent_words','',0,3),(2567,2567,'yst_prominent_words','',0,1),(2568,2568,'yst_prominent_words','',0,4),(2569,2569,'post_tag','',0,1),(2570,2570,'post_tag','',0,0),(2571,2571,'post_tag','',0,1),(2572,2572,'post_tag','',0,1),(2573,2573,'post_tag','',0,1),(2574,2574,'post_tag','',0,1),(2575,2575,'post_tag','',0,1),(2576,2576,'post_tag','',0,1),(2577,2577,'post_tag','',0,1),(2578,2578,'post_tag','',0,1),(2579,2579,'yst_prominent_words','',0,0),(2580,2580,'yst_prominent_words','',0,0),(2581,2581,'yst_prominent_words','',0,0),(2582,2582,'yst_prominent_words','',0,1),(2583,2583,'yst_prominent_words','',0,1),(2584,2584,'yst_prominent_words','',0,1),(2585,2585,'yst_prominent_words','',0,0),(2586,2586,'yst_prominent_words','',0,1),(2587,2587,'yst_prominent_words','',0,0),(2588,2588,'yst_prominent_words','',0,2),(2589,2589,'yst_prominent_words','',0,1),(2590,2590,'yst_prominent_words','',0,0),(2591,2591,'yst_prominent_words','',0,0),(2592,2592,'yst_prominent_words','',0,2),(2593,2593,'yst_prominent_words','',0,1),(2594,2594,'yst_prominent_words','',0,1),(2595,2595,'yst_prominent_words','',0,1),(2596,2596,'yst_prominent_words','',0,0),(2597,2597,'yst_prominent_words','',0,0),(2598,2598,'yst_prominent_words','',0,3),(2599,2599,'yst_prominent_words','',0,3),(2600,2600,'yst_prominent_words','',0,1),(2601,2601,'yst_prominent_words','',0,4),(2602,2602,'yst_prominent_words','',0,1),(2603,2603,'yst_prominent_words','',0,0),(2604,2604,'yst_prominent_words','',0,1),(2605,2605,'yst_prominent_words','',0,1),(2606,2606,'yst_prominent_words','',0,0),(2607,2607,'yst_prominent_words','',0,1),(2608,2608,'yst_prominent_words','',0,2),(2609,2609,'yst_prominent_words','',0,2),(2610,2610,'yst_prominent_words','',0,1),(2611,2611,'post_tag','',0,1),(2612,2612,'post_tag','',0,1),(2613,2613,'yst_prominent_words','',0,1),(2614,2614,'yst_prominent_words','',0,4),(2615,2615,'yst_prominent_words','',0,3),(2616,2616,'yst_prominent_words','',0,1),(2617,2617,'yst_prominent_words','',0,4),(2618,2618,'yst_prominent_words','',0,4),(2619,2619,'yst_prominent_words','',0,1),(2620,2620,'yst_prominent_words','',0,0),(2621,2621,'yst_prominent_words','',0,1),(2622,2622,'yst_prominent_words','',0,1),(2623,2623,'yst_prominent_words','',0,0),(2624,2624,'yst_prominent_words','',0,0),(2625,2625,'yst_prominent_words','',0,0),(2626,2626,'yst_prominent_words','',0,1),(2627,2627,'yst_prominent_words','',0,1),(2628,2628,'yst_prominent_words','',0,1),(2629,2629,'yst_prominent_words','',0,1),(2630,2630,'yst_prominent_words','',0,1),(2631,2631,'yst_prominent_words','',0,1),(2632,2632,'yst_prominent_words','',0,1),(2633,2633,'yst_prominent_words','',0,1),(2634,2634,'yst_prominent_words','',0,1),(2635,2635,'yst_prominent_words','',0,1),(2636,2636,'yst_prominent_words','',0,1),(2637,2637,'yst_prominent_words','',0,1),(2638,2638,'yst_prominent_words','',0,7),(2639,2639,'yst_prominent_words','',0,1),(2640,2640,'post_tag','',0,1),(2641,2641,'post_tag','',0,2),(2642,2642,'post_tag','',0,1),(2643,2643,'post_tag','',0,1),(2644,2644,'yst_prominent_words','',0,1),(2645,2645,'yst_prominent_words','',0,0),(2646,2646,'yst_prominent_words','',0,1),(2647,2647,'yst_prominent_words','',0,1),(2648,2648,'yst_prominent_words','',0,0),(2649,2649,'yst_prominent_words','',0,1),(2650,2650,'yst_prominent_words','',0,1),(2651,2651,'yst_prominent_words','',0,1),(2652,2652,'yst_prominent_words','',0,1),(2653,2653,'yst_prominent_words','',0,0),(2654,2654,'yst_prominent_words','',0,1),(2655,2655,'yst_prominent_words','',0,1),(2656,2656,'yst_prominent_words','',0,2),(2657,2657,'yst_prominent_words','',0,1),(2658,2658,'yst_prominent_words','',0,1),(2659,2659,'post_tag','',0,1),(2660,2660,'post_tag','',0,1),(2661,2661,'post_tag','',0,1),(2662,2662,'post_tag','',0,1),(2663,2663,'post_tag','',0,1),(2664,2664,'yst_prominent_words','',0,1),(2665,2665,'yst_prominent_words','',0,1),(2666,2666,'yst_prominent_words','',0,0),(2667,2667,'yst_prominent_words','',0,0),(2668,2668,'yst_prominent_words','',0,1),(2669,2669,'yst_prominent_words','',0,2),(2670,2670,'yst_prominent_words','',0,1),(2671,2671,'yst_prominent_words','',0,0),(2672,2672,'yst_prominent_words','',0,1),(2673,2673,'yst_prominent_words','',0,1),(2674,2674,'yst_prominent_words','',0,1),(2675,2675,'yst_prominent_words','',0,0),(2676,2676,'yst_prominent_words','',0,1),(2677,2677,'yst_prominent_words','',0,1),(2678,2678,'yst_prominent_words','',0,0),(2679,2679,'yst_prominent_words','',0,1),(2680,2680,'yst_prominent_words','',0,3),(2681,2681,'yst_prominent_words','',0,3),(2682,2682,'yst_prominent_words','',0,1),(2683,2683,'yst_prominent_words','',0,1),(2684,2684,'yst_prominent_words','',0,1),(2685,2685,'yst_prominent_words','',0,0),(2686,2686,'yst_prominent_words','',0,0),(2687,2687,'yst_prominent_words','',0,0),(2688,2688,'yst_prominent_words','',0,6),(2689,2689,'yst_prominent_words','',0,0),(2690,2690,'yst_prominent_words','',0,0),(2691,2691,'yst_prominent_words','',0,2),(2692,2692,'yst_prominent_words','',0,1),(2693,2693,'yst_prominent_words','',0,1),(2694,2694,'yst_prominent_words','',0,1),(2695,2695,'yst_prominent_words','',0,1),(2696,2696,'yst_prominent_words','',0,1),(2697,2697,'yst_prominent_words','',0,1),(2698,2698,'yst_prominent_words','',0,1),(2699,2699,'yst_prominent_words','',0,3),(2700,2700,'yst_prominent_words','',0,3),(2701,2701,'yst_prominent_words','',0,1),(2702,2702,'yst_prominent_words','',0,1),(2703,2703,'yst_prominent_words','',0,1),(2704,2704,'yst_prominent_words','',0,1),(2705,2705,'yst_prominent_words','',0,1),(2706,2706,'yst_prominent_words','',0,1),(2707,2707,'yst_prominent_words','',0,1),(2708,2708,'yst_prominent_words','',0,2),(2709,2709,'yst_prominent_words','',0,3),(2710,2710,'yst_prominent_words','',0,1),(2711,2711,'yst_prominent_words','',0,1),(2712,2712,'yst_prominent_words','',0,1),(2713,2713,'yst_prominent_words','',0,1),(2714,2714,'yst_prominent_words','',0,3),(2715,2715,'yst_prominent_words','',0,2),(2716,2716,'yst_prominent_words','',0,1),(2717,2717,'yst_prominent_words','',0,0),(2718,2718,'yst_prominent_words','',0,0),(2719,2719,'yst_prominent_words','',0,1),(2720,2720,'yst_prominent_words','',0,1),(2721,2721,'yst_prominent_words','',0,0),(2722,2722,'yst_prominent_words','',0,1),(2723,2723,'yst_prominent_words','',0,1),(2724,2724,'yst_prominent_words','',0,20),(2725,2725,'yst_prominent_words','',0,0),(2726,2726,'yst_prominent_words','',0,3),(2727,2727,'yst_prominent_words','',0,3),(2728,2728,'yst_prominent_words','',0,9),(2729,2729,'yst_prominent_words','',0,0),(2730,2730,'yst_prominent_words','',0,0),(2731,2731,'yst_prominent_words','',0,0),(2732,2732,'yst_prominent_words','',0,1),(2733,2733,'yst_prominent_words','',0,1),(2734,2734,'yst_prominent_words','',0,1),(2735,2735,'yst_prominent_words','',0,2),(2736,2736,'post_tag','',0,1),(2737,2737,'post_tag','',0,1),(2738,2738,'post_tag','',0,1),(2739,2739,'yst_prominent_words','',0,1),(2740,2740,'yst_prominent_words','',0,1),(2741,2741,'yst_prominent_words','',0,1),(2742,2742,'yst_prominent_words','',0,1),(2743,2743,'yst_prominent_words','',0,1),(2744,2744,'yst_prominent_words','',0,1),(2745,2745,'yst_prominent_words','',0,1),(2746,2746,'yst_prominent_words','',0,4),(2747,2747,'yst_prominent_words','',0,4),(2748,2748,'yst_prominent_words','',0,1),(2749,2749,'yst_prominent_words','',0,1),(2750,2750,'yst_prominent_words','',0,0),(2751,2751,'yst_prominent_words','',0,9),(2752,2752,'yst_prominent_words','',0,4),(2753,2753,'yst_prominent_words','',0,2),(2754,2754,'yst_prominent_words','',0,1),(2755,2755,'yst_prominent_words','',0,1),(2756,2756,'yst_prominent_words','',0,1),(2757,2757,'yst_prominent_words','',0,1),(2758,2758,'yst_prominent_words','',0,5),(2759,2759,'yst_prominent_words','',0,1),(2760,2760,'yst_prominent_words','',0,1),(2761,2761,'yst_prominent_words','',0,1),(2762,2762,'yst_prominent_words','',0,1),(2763,2763,'yst_prominent_words','',0,1),(2764,2764,'yst_prominent_words','',0,0),(2765,2765,'yst_prominent_words','',0,1),(2766,2766,'post_tag','',0,1),(2767,2767,'post_tag','',0,1),(2768,2768,'post_tag','',0,0),(2769,2769,'post_tag','',0,1),(2770,2770,'yst_prominent_words','',0,4),(2771,2771,'yst_prominent_words','',0,2),(2772,2772,'yst_prominent_words','',0,1),(2773,2773,'yst_prominent_words','',0,7),(2774,2774,'yst_prominent_words','',0,4),(2775,2775,'yst_prominent_words','',0,1),(2776,2776,'yst_prominent_words','',0,3),(2777,2777,'yst_prominent_words','',0,11),(2778,2778,'yst_prominent_words','',0,3),(2779,2779,'yst_prominent_words','',0,2),(2780,2780,'yst_prominent_words','',0,6),(2781,2781,'yst_prominent_words','',0,3),(2782,2782,'yst_prominent_words','',0,1),(2783,2783,'post_tag','',0,1),(2784,2784,'post_tag','',0,1),(2785,2785,'post_tag','',0,1),(2786,2786,'post_tag','',0,1),(2787,2787,'post_tag','',0,1),(2788,2788,'yst_prominent_words','',0,1),(2789,2789,'yst_prominent_words','',0,0),(2790,2790,'yst_prominent_words','',0,1),(2791,2791,'yst_prominent_words','',0,1),(2792,2792,'yst_prominent_words','',0,7),(2793,2793,'yst_prominent_words','',0,2),(2794,2794,'yst_prominent_words','',0,2),(2795,2795,'yst_prominent_words','',0,1),(2796,2796,'yst_prominent_words','',0,1),(2797,2797,'yst_prominent_words','',0,1),(2798,2798,'yst_prominent_words','',0,6),(2799,2799,'yst_prominent_words','',0,1),(2800,2800,'yst_prominent_words','',0,4),(2801,2801,'yst_prominent_words','',0,1),(2802,2802,'yst_prominent_words','',0,1),(2803,2803,'yst_prominent_words','',0,1),(2804,2804,'yst_prominent_words','',0,1),(2805,2805,'yst_prominent_words','',0,1),(2806,2806,'yst_prominent_words','',0,2),(2807,2807,'yst_prominent_words','',0,5),(2808,2808,'post_tag','',0,1),(2809,2809,'post_tag','',0,1),(2810,2810,'post_tag','',0,1),(2811,2811,'yst_prominent_words','',0,1),(2812,2812,'yst_prominent_words','',0,1),(2813,2813,'yst_prominent_words','',0,1),(2814,2814,'yst_prominent_words','',0,1),(2815,2815,'yst_prominent_words','',0,3),(2816,2816,'yst_prominent_words','',0,1),(2817,2817,'yst_prominent_words','',0,5),(2818,2818,'yst_prominent_words','',0,2),(2819,2819,'yst_prominent_words','',0,1),(2820,2820,'yst_prominent_words','',0,1),(2821,2821,'yst_prominent_words','',0,0),(2822,2822,'yst_prominent_words','',0,2),(2823,2823,'yst_prominent_words','',0,1),(2824,2824,'yst_prominent_words','',0,1),(2825,2825,'yst_prominent_words','',0,1),(2826,2826,'yst_prominent_words','',0,0),(2827,2827,'yst_prominent_words','',0,0),(2828,2828,'yst_prominent_words','',0,11),(2829,2829,'yst_prominent_words','',0,6),(2830,2830,'post_tag','',0,1),(2831,2831,'post_tag','',0,1),(2832,2832,'post_tag','',0,1),(2833,2833,'post_tag','',0,1),(2834,2834,'yst_prominent_words','',0,1),(2835,2835,'yst_prominent_words','',0,0),(2836,2836,'yst_prominent_words','',0,1),(2837,2837,'yst_prominent_words','',0,1),(2838,2838,'yst_prominent_words','',0,1),(2839,2839,'yst_prominent_words','',0,3),(2840,2840,'yst_prominent_words','',0,1),(2841,2841,'yst_prominent_words','',0,1),(2842,2842,'yst_prominent_words','',0,3),(2843,2843,'yst_prominent_words','',0,3),(2844,2844,'yst_prominent_words','',0,1),(2845,2845,'yst_prominent_words','',0,0),(2846,2846,'yst_prominent_words','',0,6),(2847,2847,'yst_prominent_words','',0,0),(2848,2848,'yst_prominent_words','',0,1),(2849,2849,'yst_prominent_words','',0,2),(2850,2850,'yst_prominent_words','',0,0),(2851,2851,'yst_prominent_words','',0,0),(2852,2852,'yst_prominent_words','',0,5),(2853,2853,'yst_prominent_words','',0,0),(2854,2854,'yst_prominent_words','',0,0),(2855,2855,'yst_prominent_words','',0,1),(2856,2856,'yst_prominent_words','',0,1),(2857,2857,'yst_prominent_words','',0,1),(2858,2858,'yst_prominent_words','',0,0),(2859,2859,'yst_prominent_words','',0,1),(2860,2860,'yst_prominent_words','',0,1),(2861,2861,'yst_prominent_words','',0,1),(2862,2862,'yst_prominent_words','',0,1),(2863,2863,'post_tag','',0,1),(2864,2864,'post_tag','',0,1),(2865,2865,'post_tag','',0,1),(2866,2866,'post_tag','',0,1),(2867,2867,'post_tag','',0,1),(2868,2868,'post_tag','',0,1),(2869,2869,'post_tag','',0,3),(2870,2870,'post_tag','',0,1),(2871,2871,'post_tag','',0,1),(2872,2872,'post_tag','',0,1),(2873,2873,'yst_prominent_words','',0,0),(2874,2874,'yst_prominent_words','',0,0),(2875,2875,'yst_prominent_words','',0,0),(2876,2876,'yst_prominent_words','',0,1),(2877,2877,'yst_prominent_words','',0,3),(2878,2878,'yst_prominent_words','',0,2),(2879,2879,'yst_prominent_words','',0,3),(2880,2880,'yst_prominent_words','',0,4),(2881,2881,'yst_prominent_words','',0,7),(2882,2882,'yst_prominent_words','',0,11),(2883,2883,'yst_prominent_words','',0,1),(2884,2884,'yst_prominent_words','',0,2),(2885,2885,'yst_prominent_words','',0,1),(2886,2886,'yst_prominent_words','',0,1),(2887,2887,'yst_prominent_words','',0,1),(2888,2888,'yst_prominent_words','',0,1),(2889,2889,'yst_prominent_words','',0,5),(2890,2890,'post_tag','',0,1),(2891,2891,'post_tag','',0,1),(2892,2892,'yst_prominent_words','',0,1),(2893,2893,'yst_prominent_words','',0,1),(2894,2894,'yst_prominent_words','',0,1),(2895,2895,'yst_prominent_words','',0,0),(2896,2896,'yst_prominent_words','',0,1),(2897,2897,'yst_prominent_words','',0,0),(2898,2898,'yst_prominent_words','',0,4),(2899,2899,'yst_prominent_words','',0,2),(2900,2900,'yst_prominent_words','',0,1),(2901,2901,'yst_prominent_words','',0,1),(2902,2902,'yst_prominent_words','',0,1),(2903,2903,'yst_prominent_words','',0,1),(2904,2904,'yst_prominent_words','',0,1),(2905,2905,'yst_prominent_words','',0,1),(2906,2906,'yst_prominent_words','',0,5),(2907,2907,'yst_prominent_words','',0,2),(2908,2908,'yst_prominent_words','',0,1),(2909,2909,'yst_prominent_words','',0,15),(2910,2910,'yst_prominent_words','',0,0),(2911,2911,'yst_prominent_words','',0,5),(2912,2912,'yst_prominent_words','',0,0),(2913,2913,'yst_prominent_words','',0,1),(2914,2914,'yst_prominent_words','',0,1),(2915,2915,'yst_prominent_words','',0,1),(2916,2916,'yst_prominent_words','',0,1),(2917,2917,'yst_prominent_words','',0,1),(2918,2918,'post_tag','',0,1),(2919,2919,'post_tag','',0,1),(2920,2920,'post_tag','',0,1),(2921,2921,'post_tag','',0,0),(2922,2922,'post_tag','',0,1),(2923,2923,'post_tag','',0,1),(2924,2924,'post_tag','',0,1),(2925,2925,'yst_prominent_words','',0,1),(2926,2926,'yst_prominent_words','',0,1),(2927,2927,'yst_prominent_words','',0,1),(2928,2928,'yst_prominent_words','',0,0),(2929,2929,'yst_prominent_words','',0,1),(2930,2930,'yst_prominent_words','',0,1),(2931,2931,'yst_prominent_words','',0,0),(2932,2932,'yst_prominent_words','',0,1),(2933,2933,'yst_prominent_words','',0,1),(2934,2934,'yst_prominent_words','',0,0),(2935,2935,'yst_prominent_words','',0,1),(2936,2936,'yst_prominent_words','',0,1),(2937,2937,'yst_prominent_words','',0,1),(2938,2938,'yst_prominent_words','',0,0),(2939,2939,'yst_prominent_words','',0,1),(2940,2940,'yst_prominent_words','',0,0),(2941,2941,'yst_prominent_words','',0,1),(2942,2942,'yst_prominent_words','',0,1),(2943,2943,'yst_prominent_words','',0,1),(2944,2944,'yst_prominent_words','',0,1),(2945,2945,'yst_prominent_words','',0,12),(2946,2946,'yst_prominent_words','',0,1),(2947,2947,'yst_prominent_words','',0,0),(2948,2948,'yst_prominent_words','',0,2),(2949,2949,'yst_prominent_words','',0,1),(2950,2950,'yst_prominent_words','',0,0),(2951,2951,'yst_prominent_words','',0,0),(2952,2952,'yst_prominent_words','',0,4),(2953,2953,'yst_prominent_words','',0,0),(2954,2954,'yst_prominent_words','',0,0),(2955,2955,'yst_prominent_words','',0,1),(2956,2956,'yst_prominent_words','',0,1),(2957,2957,'yst_prominent_words','',0,1),(2958,2958,'yst_prominent_words','',0,1),(2959,2959,'yst_prominent_words','',0,1),(2960,2960,'yst_prominent_words','',0,1),(2961,2961,'post_tag','',0,1),(2962,2962,'post_tag','',0,1),(2963,2963,'post_tag','',0,1),(2964,2964,'yst_prominent_words','',0,6),(2965,2965,'yst_prominent_words','',0,22),(2966,2966,'yst_prominent_words','',0,19),(2967,2967,'yst_prominent_words','',0,0),(2968,2968,'yst_prominent_words','',0,0),(2969,2969,'yst_prominent_words','',0,2),(2970,2970,'yst_prominent_words','',0,0),(2971,2971,'yst_prominent_words','',0,2),(2972,2972,'yst_prominent_words','',0,0),(2973,2973,'yst_prominent_words','',0,2),(2974,2974,'yst_prominent_words','',0,5),(2975,2975,'yst_prominent_words','',0,3),(2976,2976,'yst_prominent_words','',0,5),(2977,2977,'yst_prominent_words','',0,2),(2978,2978,'yst_prominent_words','',0,2),(2979,2979,'post_tag','',0,1),(2980,2980,'post_tag','',0,5),(2981,2981,'yst_prominent_words','',0,7),(2982,2982,'yst_prominent_words','',0,10),(2983,2983,'post_tag','',0,2),(2984,2984,'post_tag','',0,1),(2985,2985,'yst_prominent_words','',0,1),(2986,2986,'post_tag','',0,5),(2987,2987,'post_tag','',0,14),(2988,2988,'post_tag','',0,1),(2989,2989,'post_tag','',0,1),(2990,2990,'yst_prominent_words','',0,1),(2991,2991,'yst_prominent_words','',0,1),(2992,2992,'yst_prominent_words','',0,1),(2993,2993,'yst_prominent_words','',0,3),(2994,2994,'yst_prominent_words','',0,1),(2995,2995,'yst_prominent_words','',0,1),(2996,2996,'yst_prominent_words','',0,1),(2997,2997,'yst_prominent_words','',0,1),(2998,2998,'yst_prominent_words','',0,2),(2999,2999,'yst_prominent_words','',0,4),(3000,3000,'yst_prominent_words','',0,1),(3001,3001,'yst_prominent_words','',0,2),(3002,3002,'yst_prominent_words','',0,0),(3003,3003,'yst_prominent_words','',0,1),(3004,3004,'yst_prominent_words','',0,0),(3005,3005,'yst_prominent_words','',0,0),(3006,3006,'yst_prominent_words','',0,1),(3007,3007,'yst_prominent_words','',0,20),(3008,3008,'yst_prominent_words','',0,2),(3009,3009,'post_tag','',0,1),(3010,3010,'post_tag','',0,1),(3011,3011,'post_tag','',0,1),(3012,3012,'yst_prominent_words','',0,0),(3013,3013,'yst_prominent_words','',0,1),(3014,3014,'yst_prominent_words','',0,1),(3015,3015,'yst_prominent_words','',0,1),(3016,3016,'yst_prominent_words','',0,1),(3017,3017,'yst_prominent_words','',0,1),(3018,3018,'yst_prominent_words','',0,1),(3019,3019,'yst_prominent_words','',0,1),(3020,3020,'yst_prominent_words','',0,1),(3021,3021,'yst_prominent_words','',0,0),(3022,3022,'yst_prominent_words','',0,0),(3023,3023,'yst_prominent_words','',0,6),(3024,3024,'yst_prominent_words','',0,0),(3025,3025,'yst_prominent_words','',0,0),(3026,3026,'yst_prominent_words','',0,0),(3027,3027,'yst_prominent_words','',0,0),(3028,3028,'yst_prominent_words','',0,0),(3029,3029,'yst_prominent_words','',0,3),(3030,3030,'yst_prominent_words','',0,2),(3031,3031,'yst_prominent_words','',0,0),(3032,3032,'yst_prominent_words','',0,0),(3033,3033,'yst_prominent_words','',0,1),(3034,3034,'yst_prominent_words','',0,0),(3035,3035,'yst_prominent_words','',0,0),(3036,3036,'yst_prominent_words','',0,0),(3037,3037,'yst_prominent_words','',0,1),(3038,3038,'yst_prominent_words','',0,0),(3039,3039,'yst_prominent_words','',0,0),(3040,3040,'yst_prominent_words','',0,1),(3041,3041,'yst_prominent_words','',0,1),(3042,3042,'yst_prominent_words','',0,1),(3043,3043,'yst_prominent_words','',0,1),(3044,3044,'yst_prominent_words','',0,1),(3045,3045,'yst_prominent_words','',0,1),(3046,3046,'yst_prominent_words','',0,1),(3047,3047,'yst_prominent_words','',0,1),(3048,3048,'yst_prominent_words','',0,1),(3049,3049,'yst_prominent_words','',0,1),(3050,3050,'yst_prominent_words','',0,1),(3051,3051,'yst_prominent_words','',0,0),(3052,3052,'post_tag','',0,1),(3053,3053,'post_tag','',0,1),(3054,3054,'post_tag','',0,1),(3055,3055,'yst_prominent_words','',0,1),(3056,3056,'yst_prominent_words','',0,1),(3057,3057,'yst_prominent_words','',0,1),(3058,3058,'yst_prominent_words','',0,1),(3059,3059,'yst_prominent_words','',0,1),(3060,3060,'yst_prominent_words','',0,1),(3061,3061,'yst_prominent_words','',0,1),(3062,3062,'yst_prominent_words','',0,1),(3063,3063,'yst_prominent_words','',0,3),(3064,3064,'yst_prominent_words','',0,1),(3065,3065,'yst_prominent_words','',0,2),(3066,3066,'yst_prominent_words','',0,0),(3067,3067,'yst_prominent_words','',0,2),(3068,3068,'yst_prominent_words','',0,6),(3069,3069,'yst_prominent_words','',0,1),(3070,3070,'yst_prominent_words','',0,1),(3071,3071,'yst_prominent_words','',0,1),(3072,3072,'yst_prominent_words','',0,1),(3073,3073,'post_tag','',0,1),(3074,3074,'post_tag','',0,1),(3075,3075,'post_tag','',0,1),(3076,3076,'yst_prominent_words','',0,7),(3077,3077,'yst_prominent_words','',0,1),(3078,3078,'yst_prominent_words','',0,1),(3079,3079,'yst_prominent_words','',0,19),(3080,3080,'yst_prominent_words','',0,4),(3081,3081,'yst_prominent_words','',0,6),(3082,3082,'yst_prominent_words','',0,19),(3083,3083,'yst_prominent_words','',0,1),(3084,3084,'yst_prominent_words','',0,2),(3085,3085,'yst_prominent_words','',0,2),(3086,3086,'yst_prominent_words','',0,2),(3087,3087,'yst_prominent_words','',0,2),(3088,3088,'yst_prominent_words','',0,1),(3089,3089,'yst_prominent_words','',0,1),(3090,3090,'yst_prominent_words','',0,0),(3091,3091,'yst_prominent_words','',0,1),(3092,3092,'yst_prominent_words','',0,2),(3093,3093,'yst_prominent_words','',0,1),(3094,3094,'yst_prominent_words','',0,2),(3095,3095,'yst_prominent_words','',0,1),(3096,3096,'post_tag','',0,1),(3097,3097,'yst_prominent_words','',0,2),(3098,3098,'yst_prominent_words','',0,4),(3099,3099,'yst_prominent_words','',0,1),(3100,3100,'yst_prominent_words','',0,1),(3101,3101,'yst_prominent_words','',0,1),(3102,3102,'yst_prominent_words','',0,1),(3103,3103,'yst_prominent_words','',0,0),(3104,3104,'yst_prominent_words','',0,2),(3105,3105,'yst_prominent_words','',0,0),(3106,3106,'yst_prominent_words','',0,1),(3107,3107,'yst_prominent_words','',0,3),(3108,3108,'yst_prominent_words','',0,1),(3109,3109,'yst_prominent_words','',0,1),(3110,3110,'yst_prominent_words','',0,1),(3111,3111,'post_tag','',0,1),(3112,3112,'post_tag','',0,3),(3113,3113,'yst_prominent_words','',0,0),(3114,3114,'yst_prominent_words','',0,1),(3115,3115,'yst_prominent_words','',0,1),(3116,3116,'yst_prominent_words','',0,1),(3117,3117,'yst_prominent_words','',0,9),(3118,3118,'yst_prominent_words','',0,1),(3119,3119,'yst_prominent_words','',0,1),(3120,3120,'yst_prominent_words','',0,1),(3121,3121,'yst_prominent_words','',0,1),(3122,3122,'yst_prominent_words','',0,1),(3123,3123,'yst_prominent_words','',0,1),(3124,3124,'yst_prominent_words','',0,2),(3125,3125,'post_tag','',0,1),(3126,3126,'post_tag','',0,0),(3127,3127,'yst_prominent_words','',0,1),(3128,3128,'yst_prominent_words','',0,4),(3129,3129,'yst_prominent_words','',0,1),(3130,3130,'yst_prominent_words','',0,2),(3131,3131,'yst_prominent_words','',0,13),(3132,3132,'yst_prominent_words','',0,1),(3133,3133,'yst_prominent_words','',0,1),(3134,3134,'yst_prominent_words','',0,3),(3135,3135,'yst_prominent_words','',0,3),(3136,3136,'yst_prominent_words','',0,13),(3137,3137,'yst_prominent_words','',0,1),(3138,3138,'yst_prominent_words','',0,1),(3139,3139,'yst_prominent_words','',0,4),(3140,3140,'yst_prominent_words','',0,1),(3141,3141,'yst_prominent_words','',0,1),(3142,3142,'yst_prominent_words','',0,1),(3143,3143,'yst_prominent_words','',0,5),(3144,3144,'yst_prominent_words','',0,7),(3145,3145,'yst_prominent_words','',0,2),(3146,3146,'yst_prominent_words','',0,1),(3147,3147,'yst_prominent_words','',0,4),(3148,3148,'yst_prominent_words','',0,1),(3149,3149,'yst_prominent_words','',0,1),(3150,3150,'yst_prominent_words','',0,1),(3151,3151,'yst_prominent_words','',0,1),(3152,3152,'yst_prominent_words','',0,5),(3153,3153,'yst_prominent_words','',0,2),(3154,3154,'yst_prominent_words','',0,1),(3155,3155,'yst_prominent_words','',0,1),(3156,3156,'yst_prominent_words','',0,2),(3157,3157,'yst_prominent_words','',0,1),(3158,3158,'yst_prominent_words','',0,1),(3159,3159,'yst_prominent_words','',0,1),(3160,3160,'yst_prominent_words','',0,1),(3161,3161,'yst_prominent_words','',0,2),(3162,3162,'yst_prominent_words','',0,4),(3163,3163,'yst_prominent_words','',0,1),(3164,3164,'yst_prominent_words','',0,1),(3165,3165,'yst_prominent_words','',0,1),(3166,3166,'yst_prominent_words','',0,4),(3167,3167,'yst_prominent_words','',0,1),(3168,3168,'yst_prominent_words','',0,1),(3169,3169,'yst_prominent_words','',0,1),(3170,3170,'yst_prominent_words','',0,6),(3171,3171,'yst_prominent_words','',0,1),(3172,3172,'yst_prominent_words','',0,1),(3173,3173,'post_tag','',0,2),(3174,3174,'post_tag','',0,2),(3175,3175,'yst_prominent_words','',0,1),(3176,3176,'yst_prominent_words','',0,1),(3177,3177,'yst_prominent_words','',0,1),(3178,3178,'yst_prominent_words','',0,1),(3179,3179,'yst_prominent_words','',0,1),(3180,3180,'yst_prominent_words','',0,3),(3181,3181,'yst_prominent_words','',0,1),(3182,3182,'yst_prominent_words','',0,3),(3183,3183,'yst_prominent_words','',0,1),(3184,3184,'yst_prominent_words','',0,5),(3185,3185,'yst_prominent_words','',0,2),(3186,3186,'yst_prominent_words','',0,3),(3187,3187,'yst_prominent_words','',0,0),(3188,3188,'yst_prominent_words','',0,0),(3189,3189,'yst_prominent_words','',0,0),(3190,3190,'yst_prominent_words','',0,0),(3191,3191,'yst_prominent_words','',0,0),(3192,3192,'yst_prominent_words','',0,0),(3193,3193,'yst_prominent_words','',0,0),(3194,3194,'yst_prominent_words','',0,1),(3195,3195,'yst_prominent_words','',0,7),(3196,3196,'yst_prominent_words','',0,1),(3197,3197,'yst_prominent_words','',0,0),(3198,3198,'yst_prominent_words','',0,0),(3199,3199,'yst_prominent_words','',0,1),(3200,3200,'yst_prominent_words','',0,0),(3201,3201,'yst_prominent_words','',0,0),(3202,3202,'yst_prominent_words','',0,2),(3203,3203,'yst_prominent_words','',0,1),(3204,3204,'yst_prominent_words','',0,1),(3205,3205,'yst_prominent_words','',0,1),(3206,3206,'yst_prominent_words','',0,0),(3207,3207,'yst_prominent_words','',0,1),(3208,3208,'yst_prominent_words','',0,1),(3209,3209,'yst_prominent_words','',0,1),(3210,3210,'yst_prominent_words','',0,1),(3211,3211,'yst_prominent_words','',0,1),(3212,3212,'yst_prominent_words','',0,3),(3213,3213,'yst_prominent_words','',0,1),(3214,3214,'yst_prominent_words','',0,1),(3215,3215,'yst_prominent_words','',0,0),(3216,3216,'yst_prominent_words','',0,0),(3217,3217,'yst_prominent_words','',0,0),(3218,3218,'yst_prominent_words','',0,1),(3219,3219,'yst_prominent_words','',0,1),(3220,3220,'yst_prominent_words','',0,0),(3221,3221,'yst_prominent_words','',0,0),(3222,3222,'yst_prominent_words','',0,0),(3223,3223,'yst_prominent_words','',0,1),(3224,3224,'yst_prominent_words','',0,1),(3225,3225,'yst_prominent_words','',0,1),(3226,3226,'yst_prominent_words','',0,1),(3227,3227,'yst_prominent_words','',0,1),(3228,3228,'yst_prominent_words','',0,1),(3229,3229,'yst_prominent_words','',0,1),(3230,3230,'yst_prominent_words','',0,1),(3231,3231,'post_tag','',0,1),(3232,3232,'post_tag','',0,1),(3233,3233,'post_tag','',0,2),(3234,3234,'post_tag','',0,2),(3235,3235,'post_tag','',0,1),(3236,3236,'post_tag','',0,1),(3237,3237,'yst_prominent_words','',0,1),(3238,3238,'yst_prominent_words','',0,1),(3239,3239,'yst_prominent_words','',0,5),(3240,3240,'yst_prominent_words','',0,1),(3241,3241,'yst_prominent_words','',0,1),(3242,3242,'yst_prominent_words','',0,2),(3243,3243,'post_tag','',0,1),(3244,3244,'yst_prominent_words','',0,0),(3245,3245,'yst_prominent_words','',0,0),(3246,3246,'yst_prominent_words','',0,1),(3247,3247,'yst_prominent_words','',0,0),(3248,3248,'yst_prominent_words','',0,0),(3249,3249,'yst_prominent_words','',0,0),(3250,3250,'yst_prominent_words','',0,1),(3251,3251,'yst_prominent_words','',0,0),(3252,3252,'yst_prominent_words','',0,0),(3253,3253,'yst_prominent_words','',0,0),(3254,3254,'yst_prominent_words','',0,1),(3255,3255,'yst_prominent_words','',0,1),(3256,3256,'yst_prominent_words','',0,1),(3257,3257,'yst_prominent_words','',0,3),(3258,3258,'yst_prominent_words','',0,1),(3259,3259,'yst_prominent_words','',0,4),(3260,3260,'yst_prominent_words','',0,2),(3261,3261,'yst_prominent_words','',0,0),(3262,3262,'yst_prominent_words','',0,10),(3263,3263,'yst_prominent_words','',0,8),(3264,3264,'yst_prominent_words','',0,2),(3265,3265,'yst_prominent_words','',0,16),(3266,3266,'yst_prominent_words','',0,4),(3267,3267,'yst_prominent_words','',0,0),(3268,3268,'yst_prominent_words','',0,2),(3269,3269,'post_tag','',0,1),(3270,3270,'post_tag','',0,1),(3271,3271,'yst_prominent_words','',0,1),(3272,3272,'yst_prominent_words','',0,1),(3273,3273,'yst_prominent_words','',0,1),(3274,3274,'yst_prominent_words','',0,0),(3275,3275,'yst_prominent_words','',0,0),(3276,3276,'yst_prominent_words','',0,0),(3277,3277,'yst_prominent_words','',0,0),(3278,3278,'yst_prominent_words','',0,1),(3279,3279,'yst_prominent_words','',0,1),(3280,3280,'yst_prominent_words','',0,0),(3281,3281,'yst_prominent_words','',0,1),(3282,3282,'yst_prominent_words','',0,1),(3283,3283,'yst_prominent_words','',0,0),(3284,3284,'yst_prominent_words','',0,2),(3285,3285,'yst_prominent_words','',0,6),(3286,3286,'yst_prominent_words','',0,1),(3287,3287,'yst_prominent_words','',0,1),(3288,3288,'yst_prominent_words','',0,1),(3289,3289,'yst_prominent_words','',0,10),(3290,3290,'yst_prominent_words','',0,1),(3291,3291,'yst_prominent_words','',0,1),(3292,3292,'yst_prominent_words','',0,1),(3293,3293,'yst_prominent_words','',0,3),(3294,3294,'yst_prominent_words','',0,4),(3295,3295,'yst_prominent_words','',0,1),(3296,3296,'yst_prominent_words','',0,1),(3297,3297,'yst_prominent_words','',0,0),(3298,3298,'yst_prominent_words','',0,0),(3299,3299,'yst_prominent_words','',0,1),(3300,3300,'yst_prominent_words','',0,4),(3301,3301,'post_tag','',0,2),(3302,3302,'post_tag','',0,1),(3303,3303,'yst_prominent_words','',0,3),(3304,3304,'yst_prominent_words','',0,3),(3305,3305,'yst_prominent_words','',0,2),(3306,3306,'yst_prominent_words','',0,7),(3307,3307,'yst_prominent_words','',0,9),(3308,3308,'yst_prominent_words','',0,14),(3309,3309,'yst_prominent_words','',0,2),(3310,3310,'yst_prominent_words','',0,3),(3311,3311,'yst_prominent_words','',0,1),(3312,3312,'yst_prominent_words','',0,2),(3313,3313,'post_tag','',0,3),(3314,3314,'yst_prominent_words','',0,1),(3315,3315,'yst_prominent_words','',0,1),(3316,3316,'yst_prominent_words','',0,1),(3317,3317,'yst_prominent_words','',0,1),(3318,3318,'yst_prominent_words','',0,6),(3319,3319,'yst_prominent_words','',0,4),(3320,3320,'yst_prominent_words','',0,1),(3321,3321,'yst_prominent_words','',0,1),(3322,3322,'yst_prominent_words','',0,0),(3323,3323,'yst_prominent_words','',0,0),(3324,3324,'yst_prominent_words','',0,0),(3325,3325,'yst_prominent_words','',0,0),(3326,3326,'yst_prominent_words','',0,1),(3327,3327,'yst_prominent_words','',0,0),(3328,3328,'yst_prominent_words','',0,0),(3329,3329,'yst_prominent_words','',0,0),(3330,3330,'yst_prominent_words','',0,2),(3331,3331,'yst_prominent_words','',0,0),(3332,3332,'yst_prominent_words','',0,0),(3333,3333,'yst_prominent_words','',0,0),(3334,3334,'yst_prominent_words','',0,0),(3335,3335,'yst_prominent_words','',0,0),(3336,3336,'yst_prominent_words','',0,1),(3337,3337,'yst_prominent_words','',0,1),(3338,3338,'yst_prominent_words','',0,2),(3339,3339,'yst_prominent_words','',0,0),(3340,3340,'yst_prominent_words','',0,0),(3341,3341,'yst_prominent_words','',0,0),(3342,3342,'yst_prominent_words','',0,0),(3343,3343,'yst_prominent_words','',0,0),(3344,3344,'yst_prominent_words','',0,0),(3345,3345,'yst_prominent_words','',0,0),(3346,3346,'yst_prominent_words','',0,0),(3347,3347,'yst_prominent_words','',0,0),(3348,3348,'yst_prominent_words','',0,1),(3349,3349,'yst_prominent_words','',0,0),(3350,3350,'yst_prominent_words','',0,1),(3351,3351,'yst_prominent_words','',0,4),(3352,3352,'yst_prominent_words','',0,7),(3353,3353,'yst_prominent_words','',0,0),(3354,3354,'yst_prominent_words','',0,0),(3355,3355,'yst_prominent_words','',0,0),(3356,3356,'yst_prominent_words','',0,2),(3357,3357,'yst_prominent_words','',0,2),(3358,3358,'yst_prominent_words','',0,0),(3359,3359,'yst_prominent_words','',0,4),(3360,3360,'post_tag','',0,0),(3361,3361,'post_tag','',0,1),(3362,3362,'post_tag','',0,2),(3363,3363,'yst_prominent_words','',0,0),(3364,3364,'yst_prominent_words','',0,3),(3365,3365,'yst_prominent_words','',0,1),(3366,3366,'yst_prominent_words','',0,0),(3367,3367,'yst_prominent_words','',0,1),(3368,3368,'yst_prominent_words','',0,0),(3369,3369,'yst_prominent_words','',0,4),(3370,3370,'yst_prominent_words','',0,0),(3371,3371,'yst_prominent_words','',0,0),(3372,3372,'yst_prominent_words','',0,0),(3373,3373,'yst_prominent_words','',0,14),(3374,3374,'yst_prominent_words','',0,0),(3375,3375,'yst_prominent_words','',0,0),(3376,3376,'yst_prominent_words','',0,0),(3377,3377,'yst_prominent_words','',0,1),(3378,3378,'yst_prominent_words','',0,3),(3379,3379,'yst_prominent_words','',0,0),(3380,3380,'yst_prominent_words','',0,1),(3381,3381,'yst_prominent_words','',0,2),(3382,3382,'yst_prominent_words','',0,2),(3383,3383,'yst_prominent_words','',0,2),(3384,3384,'yst_prominent_words','',0,1),(3385,3385,'yst_prominent_words','',0,1),(3386,3386,'yst_prominent_words','',0,1),(3387,3387,'yst_prominent_words','',0,2),(3388,3388,'yst_prominent_words','',0,2),(3389,3389,'yst_prominent_words','',0,4),(3390,3390,'yst_prominent_words','',0,2),(3391,3391,'yst_prominent_words','',0,2),(3392,3392,'yst_prominent_words','',0,2),(3393,3393,'yst_prominent_words','',0,2),(3394,3394,'yst_prominent_words','',0,1),(3395,3395,'yst_prominent_words','',0,2),(3396,3396,'yst_prominent_words','',0,2),(3397,3397,'yst_prominent_words','',0,3),(3398,3398,'yst_prominent_words','',0,1),(3399,3399,'yst_prominent_words','',0,1),(3400,3400,'yst_prominent_words','',0,1),(3401,3401,'yst_prominent_words','',0,1),(3402,3402,'yst_prominent_words','',0,1),(3403,3403,'post_tag','',0,2),(3404,3404,'post_tag','',0,3),(3405,3405,'post_tag','',0,2),(3406,3406,'post_tag','',0,1),(3407,3407,'post_tag','',0,1),(3408,3408,'yst_prominent_words','',0,1),(3409,3409,'yst_prominent_words','',0,1),(3410,3410,'yst_prominent_words','',0,1),(3411,3411,'yst_prominent_words','',0,0),(3412,3412,'yst_prominent_words','',0,3),(3413,3413,'yst_prominent_words','',0,0),(3414,3414,'yst_prominent_words','',0,3),(3415,3415,'yst_prominent_words','',0,0),(3416,3416,'yst_prominent_words','',0,1),(3417,3417,'yst_prominent_words','',0,3),(3418,3418,'yst_prominent_words','',0,4),(3419,3419,'yst_prominent_words','',0,1),(3420,3420,'yst_prominent_words','',0,1),(3421,3421,'yst_prominent_words','',0,1),(3422,3422,'yst_prominent_words','',0,1),(3423,3423,'yst_prominent_words','',0,1),(3424,3424,'yst_prominent_words','',0,1),(3425,3425,'yst_prominent_words','',0,1),(3426,3426,'yst_prominent_words','',0,0),(3427,3427,'yst_prominent_words','',0,0),(3428,3428,'yst_prominent_words','',0,1),(3429,3429,'yst_prominent_words','',0,1),(3430,3430,'yst_prominent_words','',0,3),(3431,3431,'yst_prominent_words','',0,9),(3432,3432,'yst_prominent_words','',0,2),(3433,3433,'yst_prominent_words','',0,1),(3434,3434,'yst_prominent_words','',0,5),(3435,3435,'yst_prominent_words','',0,1),(3436,3436,'yst_prominent_words','',0,1),(3437,3437,'yst_prominent_words','',0,0),(3438,3438,'yst_prominent_words','',0,6),(3439,3439,'yst_prominent_words','',0,0),(3440,3440,'yst_prominent_words','',0,4),(3441,3441,'yst_prominent_words','',0,1),(3442,3442,'yst_prominent_words','',0,0),(3443,3443,'yst_prominent_words','',0,1),(3444,3444,'yst_prominent_words','',0,1),(3445,3445,'yst_prominent_words','',0,1),(3446,3446,'yst_prominent_words','',0,1),(3447,3447,'yst_prominent_words','',0,1),(3448,3448,'yst_prominent_words','',0,1),(3449,3449,'yst_prominent_words','',0,1),(3450,3450,'yst_prominent_words','',0,1),(3451,3451,'yst_prominent_words','',0,1),(3452,3452,'yst_prominent_words','',0,1),(3453,3453,'yst_prominent_words','',0,1),(3454,3454,'yst_prominent_words','',0,0),(3455,3455,'yst_prominent_words','',0,0),(3456,3456,'yst_prominent_words','',0,1),(3457,3457,'yst_prominent_words','',0,1),(3458,3458,'yst_prominent_words','',0,0),(3459,3459,'yst_prominent_words','',0,1),(3460,3460,'yst_prominent_words','',0,0),(3461,3461,'yst_prominent_words','',0,1),(3462,3462,'yst_prominent_words','',0,1),(3463,3463,'yst_prominent_words','',0,2),(3464,3464,'yst_prominent_words','',0,2),(3465,3465,'yst_prominent_words','',0,2),(3466,3466,'post_tag','',0,3),(3467,3467,'post_tag','',0,1),(3468,3468,'post_tag','',0,1),(3469,3469,'post_tag','',0,1),(3470,3470,'post_tag','',0,1),(3471,3471,'post_tag','',0,2),(3472,3472,'yst_prominent_words','',0,1),(3473,3473,'yst_prominent_words','',0,2),(3474,3474,'yst_prominent_words','',0,3),(3475,3475,'yst_prominent_words','',0,1),(3476,3476,'yst_prominent_words','',0,1),(3477,3477,'yst_prominent_words','',0,3),(3478,3478,'yst_prominent_words','',0,1),(3479,3479,'yst_prominent_words','',0,1),(3480,3480,'yst_prominent_words','',0,1),(3481,3481,'yst_prominent_words','',0,1),(3482,3482,'yst_prominent_words','',0,1),(3483,3483,'yst_prominent_words','',0,4),(3484,3484,'yst_prominent_words','',0,1),(3485,3485,'yst_prominent_words','',0,8),(3486,3486,'yst_prominent_words','',0,1),(3487,3487,'yst_prominent_words','',0,3),(3488,3488,'yst_prominent_words','',0,4),(3489,3489,'yst_prominent_words','',0,3),(3490,3490,'yst_prominent_words','',0,2),(3491,3491,'yst_prominent_words','',0,0),(3492,3492,'yst_prominent_words','',0,11),(3493,3493,'yst_prominent_words','',0,1),(3494,3494,'yst_prominent_words','',0,2),(3495,3495,'yst_prominent_words','',0,0),(3496,3496,'yst_prominent_words','',0,0),(3497,3497,'yst_prominent_words','',0,0),(3498,3498,'yst_prominent_words','',0,0),(3499,3499,'yst_prominent_words','',0,0),(3500,3500,'post_tag','',0,1),(3501,3501,'post_tag','',0,1),(3502,3502,'post_tag','',0,2),(3503,3503,'post_tag','',0,1),(3504,3504,'yst_prominent_words','',0,4),(3505,3505,'yst_prominent_words','',0,2),(3506,3506,'yst_prominent_words','',0,0),(3507,3507,'yst_prominent_words','',0,4),(3508,3508,'yst_prominent_words','',0,1),(3509,3509,'yst_prominent_words','',0,0),(3510,3510,'yst_prominent_words','',0,0),(3511,3511,'yst_prominent_words','',0,1),(3512,3512,'yst_prominent_words','',0,0),(3513,3513,'yst_prominent_words','',0,0),(3514,3514,'yst_prominent_words','',0,0),(3515,3515,'yst_prominent_words','',0,0),(3516,3516,'yst_prominent_words','',0,0),(3517,3517,'yst_prominent_words','',0,0),(3518,3518,'yst_prominent_words','',0,0),(3519,3519,'yst_prominent_words','',0,1),(3520,3520,'yst_prominent_words','',0,1),(3521,3521,'post_tag','',0,1),(3522,3522,'post_tag','',0,0),(3523,3523,'post_tag','',0,1),(3524,3524,'post_tag','',0,0),(3525,3525,'post_tag','',0,0),(3526,3526,'yst_prominent_words','',0,0),(3527,3527,'yst_prominent_words','',0,4),(3528,3528,'yst_prominent_words','',0,29),(3529,3529,'yst_prominent_words','',0,2),(3530,3530,'yst_prominent_words','',0,1),(3531,3531,'yst_prominent_words','',0,3),(3532,3532,'yst_prominent_words','',0,1),(3533,3533,'yst_prominent_words','',0,4),(3534,3534,'yst_prominent_words','',0,2),(3535,3535,'yst_prominent_words','',0,1),(3536,3536,'yst_prominent_words','',0,7),(3537,3537,'yst_prominent_words','',0,2),(3538,3538,'yst_prominent_words','',0,0),(3539,3539,'yst_prominent_words','',0,0),(3540,3540,'yst_prominent_words','',0,1),(3541,3541,'yst_prominent_words','',0,1),(3542,3542,'yst_prominent_words','',0,0),(3543,3543,'yst_prominent_words','',0,0),(3544,3544,'yst_prominent_words','',0,4),(3545,3545,'yst_prominent_words','',0,1),(3546,3546,'yst_prominent_words','',0,1),(3547,3547,'yst_prominent_words','',0,2),(3548,3548,'yst_prominent_words','',0,0),(3549,3549,'yst_prominent_words','',0,0),(3550,3550,'yst_prominent_words','',0,1),(3551,3551,'yst_prominent_words','',0,1),(3552,3552,'yst_prominent_words','',0,0),(3553,3553,'yst_prominent_words','',0,0),(3554,3554,'yst_prominent_words','',0,1),(3555,3555,'yst_prominent_words','',0,1),(3556,3556,'yst_prominent_words','',0,0),(3557,3557,'yst_prominent_words','',0,1),(3558,3558,'yst_prominent_words','',0,1),(3559,3559,'yst_prominent_words','',0,1),(3560,3560,'yst_prominent_words','',0,1),(3561,3561,'yst_prominent_words','',0,3),(3562,3562,'yst_prominent_words','',0,1),(3563,3563,'yst_prominent_words','',0,2),(3564,3564,'yst_prominent_words','',0,4),(3565,3565,'yst_prominent_words','',0,11),(3566,3566,'yst_prominent_words','',0,4),(3567,3567,'yst_prominent_words','',0,0),(3568,3568,'yst_prominent_words','',0,0),(3569,3569,'yst_prominent_words','',0,7),(3570,3570,'yst_prominent_words','',0,0),(3571,3571,'yst_prominent_words','',0,0),(3572,3572,'yst_prominent_words','',0,1),(3573,3573,'yst_prominent_words','',0,1),(3574,3574,'post_tag','',0,1),(3575,3575,'post_tag','',0,1),(3576,3576,'post_tag','',0,1),(3577,3577,'post_tag','',0,1),(3578,3578,'yst_prominent_words','',0,1),(3579,3579,'yst_prominent_words','',0,1),(3580,3580,'yst_prominent_words','',0,1),(3581,3581,'yst_prominent_words','',0,1),(3582,3582,'yst_prominent_words','',0,0),(3583,3583,'yst_prominent_words','',0,0),(3584,3584,'yst_prominent_words','',0,0),(3585,3585,'yst_prominent_words','',0,1),(3586,3586,'yst_prominent_words','',0,1),(3587,3587,'yst_prominent_words','',0,1),(3588,3588,'post_tag','',0,1),(3589,3589,'yst_prominent_words','',0,1),(3590,3590,'yst_prominent_words','',0,1),(3591,3591,'yst_prominent_words','',0,6),(3592,3592,'yst_prominent_words','',0,0),(3593,3593,'yst_prominent_words','',0,0),(3594,3594,'yst_prominent_words','',0,0),(3595,3595,'post_tag','',0,1),(3596,3596,'post_tag','',0,1),(3597,3597,'post_tag','',0,2),(3598,3598,'yst_prominent_words','',0,1),(3599,3599,'yst_prominent_words','',0,0),(3600,3600,'yst_prominent_words','',0,0),(3601,3601,'yst_prominent_words','',0,3),(3602,3602,'yst_prominent_words','',0,0),(3603,3603,'yst_prominent_words','',0,0),(3604,3604,'yst_prominent_words','',0,1),(3605,3605,'yst_prominent_words','',0,0),(3606,3606,'yst_prominent_words','',0,0),(3607,3607,'yst_prominent_words','',0,0),(3608,3608,'yst_prominent_words','',0,0),(3609,3609,'post_tag','',0,1),(3610,3610,'post_tag','',0,2),(3611,3611,'post_tag','',0,2),(3612,3612,'post_tag','',0,1),(3613,3613,'yst_prominent_words','',0,1),(3614,3614,'yst_prominent_words','',0,1),(3615,3615,'yst_prominent_words','',0,1),(3616,3616,'yst_prominent_words','',0,1),(3617,3617,'yst_prominent_words','',0,1),(3618,3618,'yst_prominent_words','',0,1),(3619,3619,'yst_prominent_words','',0,1),(3620,3620,'yst_prominent_words','',0,1),(3621,3621,'yst_prominent_words','',0,1),(3622,3622,'yst_prominent_words','',0,1),(3623,3623,'yst_prominent_words','',0,1),(3624,3624,'yst_prominent_words','',0,1),(3625,3625,'yst_prominent_words','',0,1),(3626,3626,'yst_prominent_words','',0,1),(3627,3627,'yst_prominent_words','',0,0),(3628,3628,'yst_prominent_words','',0,0),(3629,3629,'yst_prominent_words','',0,0),(3630,3630,'yst_prominent_words','',0,0),(3631,3631,'yst_prominent_words','',0,0),(3632,3632,'yst_prominent_words','',0,0),(3633,3633,'yst_prominent_words','',0,1),(3634,3634,'yst_prominent_words','',0,2),(3635,3635,'yst_prominent_words','',0,2),(3636,3636,'yst_prominent_words','',0,1),(3637,3637,'yst_prominent_words','',0,1),(3638,3638,'yst_prominent_words','',0,1),(3639,3639,'yst_prominent_words','',0,1),(3640,3640,'yst_prominent_words','',0,1),(3641,3641,'yst_prominent_words','',0,1),(3642,3642,'yst_prominent_words','',0,0),(3643,3643,'yst_prominent_words','',0,21),(3644,3644,'yst_prominent_words','',0,3),(3645,3645,'yst_prominent_words','',0,1),(3646,3646,'yst_prominent_words','',0,1),(3647,3647,'yst_prominent_words','',0,1),(3648,3648,'yst_prominent_words','',0,1),(3649,3649,'yst_prominent_words','',0,3),(3650,3650,'yst_prominent_words','',0,1),(3651,3651,'yst_prominent_words','',0,1),(3652,3652,'yst_prominent_words','',0,1),(3653,3653,'yst_prominent_words','',0,15),(3654,3654,'yst_prominent_words','',0,0),(3655,3655,'yst_prominent_words','',0,0),(3656,3656,'yst_prominent_words','',0,0),(3657,3657,'yst_prominent_words','',0,1),(3658,3658,'yst_prominent_words','',0,4),(3659,3659,'yst_prominent_words','',0,1),(3660,3660,'yst_prominent_words','',0,0),(3661,3661,'yst_prominent_words','',0,4),(3662,3662,'yst_prominent_words','',0,1),(3663,3663,'yst_prominent_words','',0,1),(3664,3664,'yst_prominent_words','',0,4),(3665,3665,'yst_prominent_words','',0,4),(3666,3666,'yst_prominent_words','',0,0),(3667,3667,'yst_prominent_words','',0,1),(3668,3668,'yst_prominent_words','',0,1),(3669,3669,'yst_prominent_words','',0,1),(3670,3670,'post_tag','',0,4),(3671,3671,'post_tag','',0,3),(3672,3672,'post_tag','',0,1),(3673,3673,'post_tag','',0,1),(3674,3674,'post_tag','',0,1),(3675,3675,'yst_prominent_words','',0,5),(3676,3676,'yst_prominent_words','',0,1),(3677,3677,'yst_prominent_words','',0,1),(3678,3678,'post_tag','',0,0),(3679,3679,'post_tag','',0,1),(3680,3680,'post_tag','',0,1),(3681,3681,'yst_prominent_words','',0,1),(3682,3682,'yst_prominent_words','',0,1),(3683,3683,'yst_prominent_words','',0,6),(3684,3684,'yst_prominent_words','',0,0),(3685,3685,'yst_prominent_words','',0,1),(3686,3686,'yst_prominent_words','',0,0),(3687,3687,'yst_prominent_words','',0,1),(3688,3688,'yst_prominent_words','',0,1),(3689,3689,'yst_prominent_words','',0,1),(3690,3690,'yst_prominent_words','',0,1),(3691,3691,'yst_prominent_words','',0,1),(3692,3692,'yst_prominent_words','',0,1),(3693,3693,'yst_prominent_words','',0,1),(3694,3694,'yst_prominent_words','',0,1),(3695,3695,'yst_prominent_words','',0,1),(3696,3696,'yst_prominent_words','',0,3),(3697,3697,'yst_prominent_words','',0,3),(3698,3698,'yst_prominent_words','',0,1),(3699,3699,'yst_prominent_words','',0,1),(3700,3700,'yst_prominent_words','',0,1),(3701,3701,'yst_prominent_words','',0,6),(3702,3702,'yst_prominent_words','',0,0),(3703,3703,'yst_prominent_words','',0,0),(3704,3704,'yst_prominent_words','',0,0),(3705,3705,'yst_prominent_words','',0,0),(3706,3706,'yst_prominent_words','',0,0),(3707,3707,'yst_prominent_words','',0,0),(3708,3708,'yst_prominent_words','',0,1),(3709,3709,'yst_prominent_words','',0,0),(3710,3710,'yst_prominent_words','',0,0),(3711,3711,'yst_prominent_words','',0,0),(3712,3712,'yst_prominent_words','',0,2),(3713,3713,'yst_prominent_words','',0,5),(3714,3714,'yst_prominent_words','',0,0),(3715,3715,'yst_prominent_words','',0,0),(3716,3716,'yst_prominent_words','',0,0),(3717,3717,'yst_prominent_words','',0,0),(3718,3718,'yst_prominent_words','',0,1),(3719,3719,'yst_prominent_words','',0,0),(3720,3720,'yst_prominent_words','',0,1),(3721,3721,'yst_prominent_words','',0,10),(3722,3722,'yst_prominent_words','',0,0),(3723,3723,'yst_prominent_words','',0,0),(3724,3724,'yst_prominent_words','',0,0),(3725,3725,'yst_prominent_words','',0,1),(3726,3726,'yst_prominent_words','',0,1),(3727,3727,'yst_prominent_words','',0,0),(3728,3728,'yst_prominent_words','',0,2),(3729,3729,'yst_prominent_words','',0,2),(3730,3730,'yst_prominent_words','',0,0),(3731,3731,'yst_prominent_words','',0,0),(3732,3732,'yst_prominent_words','',0,0),(3733,3733,'yst_prominent_words','',0,0),(3734,3734,'yst_prominent_words','',0,4),(3735,3735,'yst_prominent_words','',0,1),(3736,3736,'yst_prominent_words','',0,2),(3737,3737,'yst_prominent_words','',0,2),(3738,3738,'yst_prominent_words','',0,1),(3739,3739,'yst_prominent_words','',0,1),(3740,3740,'yst_prominent_words','',0,0),(3741,3741,'yst_prominent_words','',0,1),(3742,3742,'post_tag','',0,1),(3743,3743,'post_tag','',0,1),(3744,3744,'post_tag','',0,1),(3745,3745,'yst_prominent_words','',0,1),(3746,3746,'yst_prominent_words','',0,1),(3747,3747,'yst_prominent_words','',0,1),(3748,3748,'yst_prominent_words','',0,1),(3749,3749,'yst_prominent_words','',0,0),(3750,3750,'yst_prominent_words','',0,1),(3751,3751,'yst_prominent_words','',0,1),(3752,3752,'yst_prominent_words','',0,1),(3753,3753,'yst_prominent_words','',0,0),(3754,3754,'yst_prominent_words','',0,1),(3755,3755,'yst_prominent_words','',0,0),(3756,3756,'yst_prominent_words','',0,1),(3757,3757,'yst_prominent_words','',0,0),(3758,3758,'yst_prominent_words','',0,2),(3759,3759,'yst_prominent_words','',0,9),(3760,3760,'yst_prominent_words','',0,0),(3761,3761,'yst_prominent_words','',0,0),(3762,3762,'post_tag','',0,1),(3763,3763,'yst_prominent_words','',0,0),(3764,3764,'yst_prominent_words','',0,1),(3765,3765,'yst_prominent_words','',0,1),(3766,3766,'yst_prominent_words','',0,4),(3767,3767,'yst_prominent_words','',0,1),(3768,3768,'yst_prominent_words','',0,1),(3769,3769,'yst_prominent_words','',0,2),(3770,3770,'yst_prominent_words','',0,1),(3771,3771,'yst_prominent_words','',0,1),(3772,3772,'yst_prominent_words','',0,3),(3773,3773,'yst_prominent_words','',0,4),(3774,3774,'yst_prominent_words','',0,3),(3775,3775,'yst_prominent_words','',0,5),(3776,3776,'post_tag','',0,1),(3777,3777,'yst_prominent_words','',0,0),(3778,3778,'yst_prominent_words','',0,1),(3779,3779,'yst_prominent_words','',0,0),(3780,3780,'yst_prominent_words','',0,1),(3781,3781,'yst_prominent_words','',0,5),(3782,3782,'yst_prominent_words','',0,0),(3783,3783,'yst_prominent_words','',0,1),(3784,3784,'yst_prominent_words','',0,5),(3785,3785,'yst_prominent_words','',0,1),(3786,3786,'yst_prominent_words','',0,1),(3787,3787,'yst_prominent_words','',0,6),(3788,3788,'yst_prominent_words','',0,0),(3789,3789,'yst_prominent_words','',0,0),(3790,3790,'yst_prominent_words','',0,0),(3791,3791,'yst_prominent_words','',0,0),(3792,3792,'yst_prominent_words','',0,0),(3793,3793,'yst_prominent_words','',0,5),(3794,3794,'yst_prominent_words','',0,1),(3795,3795,'yst_prominent_words','',0,6),(3796,3796,'yst_prominent_words','',0,5),(3797,3797,'yst_prominent_words','',0,1),(3798,3798,'yst_prominent_words','',0,6),(3799,3799,'yst_prominent_words','',0,2),(3800,3800,'yst_prominent_words','',0,1),(3801,3801,'yst_prominent_words','',0,7),(3802,3802,'yst_prominent_words','',0,11),(3803,3803,'yst_prominent_words','',0,2),(3804,3804,'yst_prominent_words','',0,1),(3805,3805,'yst_prominent_words','',0,1),(3806,3806,'yst_prominent_words','',0,0),(3807,3807,'yst_prominent_words','',0,0),(3808,3808,'post_tag','',0,6),(3809,3809,'post_tag','',0,2),(3810,3810,'yst_prominent_words','',0,1),(3811,3811,'yst_prominent_words','',0,1),(3812,3812,'yst_prominent_words','',0,0),(3813,3813,'yst_prominent_words','',0,0),(3814,3814,'yst_prominent_words','',0,1),(3815,3815,'yst_prominent_words','',0,0),(3816,3816,'yst_prominent_words','',0,0),(3817,3817,'yst_prominent_words','',0,2),(3818,3818,'yst_prominent_words','',0,3),(3819,3819,'yst_prominent_words','',0,0),(3820,3820,'yst_prominent_words','',0,1),(3821,3821,'yst_prominent_words','',0,3),(3822,3822,'yst_prominent_words','',0,7),(3823,3823,'yst_prominent_words','',0,3),(3824,3824,'yst_prominent_words','',0,0),(3825,3825,'yst_prominent_words','',0,1),(3826,3826,'yst_prominent_words','',0,1),(3827,3827,'post_tag','',0,1),(3828,3828,'post_tag','',0,1),(3829,3829,'post_tag','',0,2),(3830,3830,'yst_prominent_words','',0,1),(3831,3831,'yst_prominent_words','',0,0),(3832,3832,'yst_prominent_words','',0,0),(3833,3833,'yst_prominent_words','',0,0),(3834,3834,'yst_prominent_words','',0,0),(3835,3835,'yst_prominent_words','',0,1),(3836,3836,'yst_prominent_words','',0,2),(3837,3837,'yst_prominent_words','',0,1),(3838,3838,'yst_prominent_words','',0,2),(3839,3839,'yst_prominent_words','',0,1),(3840,3840,'yst_prominent_words','',0,0),(3841,3841,'yst_prominent_words','',0,1),(3842,3842,'yst_prominent_words','',0,1),(3843,3843,'yst_prominent_words','',0,1),(3844,3844,'yst_prominent_words','',0,1),(3845,3845,'yst_prominent_words','',0,1),(3846,3846,'yst_prominent_words','',0,1),(3847,3847,'yst_prominent_words','',0,1),(3848,3848,'yst_prominent_words','',0,1),(3849,3849,'yst_prominent_words','',0,1),(3850,3850,'yst_prominent_words','',0,1),(3851,3851,'yst_prominent_words','',0,1),(3852,3852,'yst_prominent_words','',0,1),(3853,3853,'yst_prominent_words','',0,1),(3854,3854,'yst_prominent_words','',0,1),(3855,3855,'yst_prominent_words','',0,1),(3856,3856,'yst_prominent_words','',0,0),(3857,3857,'yst_prominent_words','',0,0),(3858,3858,'yst_prominent_words','',0,1),(3859,3859,'yst_prominent_words','',0,1),(3860,3860,'yst_prominent_words','',0,1),(3861,3861,'yst_prominent_words','',0,0),(3862,3862,'yst_prominent_words','',0,1),(3863,3863,'yst_prominent_words','',0,0),(3864,3864,'yst_prominent_words','',0,1),(3865,3865,'yst_prominent_words','',0,2),(3866,3866,'yst_prominent_words','',0,0),(3867,3867,'yst_prominent_words','',0,1),(3868,3868,'yst_prominent_words','',0,2),(3869,3869,'yst_prominent_words','',0,0),(3870,3870,'yst_prominent_words','',0,1),(3871,3871,'yst_prominent_words','',0,0),(3872,3872,'yst_prominent_words','',0,1),(3873,3873,'yst_prominent_words','',0,1),(3874,3874,'yst_prominent_words','',0,0),(3875,3875,'yst_prominent_words','',0,0),(3876,3876,'yst_prominent_words','',0,0),(3877,3877,'yst_prominent_words','',0,0),(3878,3878,'yst_prominent_words','',0,1),(3879,3879,'post_tag','',0,1),(3880,3880,'post_tag','',0,3),(3881,3881,'post_tag','',0,1),(3882,3882,'post_tag','',0,1),(3883,3883,'yst_prominent_words','',0,2),(3884,3884,'yst_prominent_words','',0,1),(3885,3885,'yst_prominent_words','',0,1),(3886,3886,'yst_prominent_words','',0,2),(3887,3887,'yst_prominent_words','',0,1),(3888,3888,'yst_prominent_words','',0,1),(3889,3889,'yst_prominent_words','',0,1),(3890,3890,'yst_prominent_words','',0,1),(3891,3891,'post_tag','',0,1),(3892,3892,'post_tag','',0,1),(3893,3893,'post_tag','',0,1),(3894,3894,'post_tag','',0,1),(3895,3895,'post_tag','',0,1),(3896,3896,'post_tag','',0,1),(3897,3897,'yst_prominent_words','',0,0),(3898,3898,'yst_prominent_words','',0,1),(3899,3899,'yst_prominent_words','',0,0),(3900,3900,'yst_prominent_words','',0,1),(3901,3901,'yst_prominent_words','',0,1),(3902,3902,'yst_prominent_words','',0,1),(3903,3903,'yst_prominent_words','',0,1),(3904,3904,'yst_prominent_words','',0,5),(3905,3905,'yst_prominent_words','',0,1),(3906,3906,'yst_prominent_words','',0,1),(3907,3907,'yst_prominent_words','',0,0),(3908,3908,'yst_prominent_words','',0,0),(3909,3909,'yst_prominent_words','',0,1),(3910,3910,'yst_prominent_words','',0,1),(3911,3911,'yst_prominent_words','',0,0),(3912,3912,'yst_prominent_words','',0,2),(3913,3913,'yst_prominent_words','',0,1),(3914,3914,'yst_prominent_words','',0,0),(3915,3915,'yst_prominent_words','',0,0),(3916,3916,'yst_prominent_words','',0,0),(3917,3917,'yst_prominent_words','',0,2),(3918,3918,'yst_prominent_words','',0,0),(3919,3919,'yst_prominent_words','',0,0),(3920,3920,'yst_prominent_words','',0,0),(3921,3921,'yst_prominent_words','',0,0),(3922,3922,'yst_prominent_words','',0,1),(3923,3923,'yst_prominent_words','',0,1),(3924,3924,'yst_prominent_words','',0,1),(3925,3925,'yst_prominent_words','',0,1),(3926,3926,'yst_prominent_words','',0,1),(3927,3927,'yst_prominent_words','',0,1),(3928,3928,'yst_prominent_words','',0,1),(3929,3929,'yst_prominent_words','',0,1),(3930,3930,'yst_prominent_words','',0,1),(3931,3931,'yst_prominent_words','',0,0),(3932,3932,'yst_prominent_words','',0,2),(3933,3933,'yst_prominent_words','',0,1),(3934,3934,'yst_prominent_words','',0,0),(3935,3935,'yst_prominent_words','',0,0),(3936,3936,'yst_prominent_words','',0,2),(3937,3937,'yst_prominent_words','',0,0),(3938,3938,'yst_prominent_words','',0,0),(3939,3939,'yst_prominent_words','',0,0),(3940,3940,'yst_prominent_words','',0,3),(3941,3941,'yst_prominent_words','',0,2),(3942,3942,'yst_prominent_words','',0,1),(3943,3943,'yst_prominent_words','',0,0),(3944,3944,'yst_prominent_words','',0,2),(3945,3945,'yst_prominent_words','',0,5),(3946,3946,'yst_prominent_words','',0,1),(3947,3947,'yst_prominent_words','',0,2),(3948,3948,'yst_prominent_words','',0,1),(3949,3949,'yst_prominent_words','',0,1),(3950,3950,'post_tag','',0,1),(3951,3951,'post_tag','',0,1),(3952,3952,'post_tag','',0,1),(3953,3953,'post_tag','',0,1),(3954,3954,'post_tag','',0,1),(3955,3955,'yst_prominent_words','',0,0),(3956,3956,'yst_prominent_words','',0,0),(3957,3957,'yst_prominent_words','',0,0),(3958,3958,'yst_prominent_words','',0,0),(3959,3959,'yst_prominent_words','',0,0),(3960,3960,'yst_prominent_words','',0,1),(3961,3961,'yst_prominent_words','',0,0),(3962,3962,'yst_prominent_words','',0,0),(3963,3963,'yst_prominent_words','',0,0),(3964,3964,'yst_prominent_words','',0,1),(3965,3965,'yst_prominent_words','',0,1),(3966,3966,'yst_prominent_words','',0,0),(3967,3967,'yst_prominent_words','',0,0),(3968,3968,'yst_prominent_words','',0,0),(3969,3969,'yst_prominent_words','',0,0),(3970,3970,'yst_prominent_words','',0,2),(3971,3971,'yst_prominent_words','',0,0),(3972,3972,'yst_prominent_words','',0,0),(3973,3973,'yst_prominent_words','',0,0),(3974,3974,'yst_prominent_words','',0,0),(3975,3975,'yst_prominent_words','',0,0),(3976,3976,'yst_prominent_words','',0,0),(3977,3977,'yst_prominent_words','',0,0),(3978,3978,'yst_prominent_words','',0,0),(3979,3979,'yst_prominent_words','',0,0),(3980,3980,'yst_prominent_words','',0,0),(3981,3981,'yst_prominent_words','',0,0),(3982,3982,'yst_prominent_words','',0,0),(3983,3983,'yst_prominent_words','',0,0),(3984,3984,'yst_prominent_words','',0,0),(3985,3985,'yst_prominent_words','',0,0),(3986,3986,'yst_prominent_words','',0,0),(3987,3987,'yst_prominent_words','',0,0),(3988,3988,'yst_prominent_words','',0,0),(3989,3989,'yst_prominent_words','',0,0),(3990,3990,'yst_prominent_words','',0,0),(3991,3991,'yst_prominent_words','',0,0),(3992,3992,'yst_prominent_words','',0,0),(3993,3993,'yst_prominent_words','',0,0),(3994,3994,'yst_prominent_words','',0,0),(3995,3995,'yst_prominent_words','',0,0),(3996,3996,'yst_prominent_words','',0,0),(3997,3997,'yst_prominent_words','',0,0),(3998,3998,'yst_prominent_words','',0,0),(3999,3999,'yst_prominent_words','',0,0),(4000,4000,'yst_prominent_words','',0,0),(4001,4001,'yst_prominent_words','',0,2),(4002,4002,'yst_prominent_words','',0,2),(4003,4003,'yst_prominent_words','',0,1),(4004,4004,'yst_prominent_words','',0,1),(4005,4005,'yst_prominent_words','',0,1),(4006,4006,'yst_prominent_words','',0,1),(4007,4007,'yst_prominent_words','',0,1),(4008,4008,'yst_prominent_words','',0,1),(4009,4009,'yst_prominent_words','',0,1),(4010,4010,'yst_prominent_words','',0,2),(4011,4011,'yst_prominent_words','',0,1),(4012,4012,'yst_prominent_words','',0,3),(4013,4013,'yst_prominent_words','',0,0),(4014,4014,'yst_prominent_words','',0,0),(4015,4015,'yst_prominent_words','',0,4),(4016,4016,'yst_prominent_words','',0,0),(4017,4017,'yst_prominent_words','',0,0),(4018,4018,'yst_prominent_words','',0,1),(4019,4019,'yst_prominent_words','',0,1),(4020,4020,'yst_prominent_words','',0,1),(4021,4021,'yst_prominent_words','',0,1),(4022,4022,'yst_prominent_words','',0,1),(4023,4023,'yst_prominent_words','',0,0),(4024,4024,'yst_prominent_words','',0,0),(4025,4025,'yst_prominent_words','',0,1),(4026,4026,'post_tag','',0,13),(4027,4027,'post_tag','',0,5),(4028,4028,'post_tag','',0,1),(4029,4029,'post_tag','',0,1),(4030,4030,'post_tag','',0,1),(4031,4031,'yst_prominent_words','',0,0),(4032,4032,'yst_prominent_words','',0,0),(4033,4033,'yst_prominent_words','',0,1),(4034,4034,'yst_prominent_words','',0,1),(4035,4035,'yst_prominent_words','',0,1),(4036,4036,'yst_prominent_words','',0,0),(4037,4037,'yst_prominent_words','',0,0),(4038,4038,'yst_prominent_words','',0,0),(4039,4039,'post_tag','',0,1),(4040,4040,'post_tag','',0,3),(4041,4041,'post_tag','',0,0),(4042,4042,'yst_prominent_words','',0,0),(4043,4043,'yst_prominent_words','',0,0),(4044,4044,'yst_prominent_words','',0,0),(4045,4045,'yst_prominent_words','',0,2),(4046,4046,'yst_prominent_words','',0,0),(4047,4047,'yst_prominent_words','',0,0),(4048,4048,'yst_prominent_words','',0,1),(4049,4049,'yst_prominent_words','',0,1),(4050,4050,'yst_prominent_words','',0,0),(4051,4051,'yst_prominent_words','',0,1),(4052,4052,'yst_prominent_words','',0,1),(4053,4053,'yst_prominent_words','',0,1),(4054,4054,'yst_prominent_words','',0,1),(4055,4055,'yst_prominent_words','',0,1),(4056,4056,'post_tag','',0,1),(4057,4057,'yst_prominent_words','',0,2),(4058,4058,'yst_prominent_words','',0,6),(4059,4059,'yst_prominent_words','',0,2),(4060,4060,'yst_prominent_words','',0,1),(4061,4061,'yst_prominent_words','',0,2),(4062,4062,'yst_prominent_words','',0,18),(4063,4063,'yst_prominent_words','',0,1),(4064,4064,'yst_prominent_words','',0,1),(4065,4065,'yst_prominent_words','',0,1),(4066,4066,'yst_prominent_words','',0,7),(4067,4067,'yst_prominent_words','',0,8),(4068,4068,'yst_prominent_words','',0,0),(4069,4069,'yst_prominent_words','',0,1),(4070,4070,'yst_prominent_words','',0,1),(4071,4071,'yst_prominent_words','',0,1),(4072,4072,'yst_prominent_words','',0,1),(4073,4073,'yst_prominent_words','',0,1),(4074,4074,'yst_prominent_words','',0,1),(4075,4075,'yst_prominent_words','',0,1),(4076,4076,'yst_prominent_words','',0,1),(4077,4077,'yst_prominent_words','',0,1),(4078,4078,'yst_prominent_words','',0,1),(4079,4079,'yst_prominent_words','',0,1),(4080,4080,'yst_prominent_words','',0,1),(4081,4081,'yst_prominent_words','',0,0),(4082,4082,'yst_prominent_words','',0,2),(4083,4083,'yst_prominent_words','',0,0),(4084,4084,'yst_prominent_words','',0,2),(4085,4085,'yst_prominent_words','',0,0),(4086,4086,'yst_prominent_words','',0,0),(4087,4087,'yst_prominent_words','',0,0),(4088,4088,'yst_prominent_words','',0,0),(4089,4089,'yst_prominent_words','',0,0),(4090,4090,'yst_prominent_words','',0,0),(4091,4091,'yst_prominent_words','',0,1),(4092,4092,'yst_prominent_words','',0,1),(4093,4093,'yst_prominent_words','',0,1),(4094,4094,'yst_prominent_words','',0,0),(4095,4095,'yst_prominent_words','',0,0),(4096,4096,'yst_prominent_words','',0,1),(4097,4097,'yst_prominent_words','',0,2),(4098,4098,'yst_prominent_words','',0,0),(4099,4099,'yst_prominent_words','',0,1),(4100,4100,'yst_prominent_words','',0,1),(4101,4101,'yst_prominent_words','',0,1),(4102,4102,'yst_prominent_words','',0,0),(4103,4103,'yst_prominent_words','',0,0),(4104,4104,'yst_prominent_words','',0,10),(4105,4105,'yst_prominent_words','',0,1),(4106,4106,'yst_prominent_words','',0,1),(4107,4107,'yst_prominent_words','',0,0),(4108,4108,'yst_prominent_words','',0,2),(4109,4109,'yst_prominent_words','',0,4),(4110,4110,'yst_prominent_words','',0,1),(4111,4111,'yst_prominent_words','',0,1),(4112,4112,'yst_prominent_words','',0,1),(4113,4113,'yst_prominent_words','',0,1),(4114,4114,'yst_prominent_words','',0,1),(4115,4115,'yst_prominent_words','',0,1),(4116,4116,'yst_prominent_words','',0,3),(4117,4117,'yst_prominent_words','',0,1),(4118,4118,'yst_prominent_words','',0,1),(4119,4119,'yst_prominent_words','',0,2),(4120,4120,'post_tag','',0,1),(4121,4121,'post_tag','',0,1),(4122,4122,'post_tag','',0,1),(4123,4123,'post_tag','',0,1),(4124,4124,'yst_prominent_words','',0,1),(4125,4125,'yst_prominent_words','',0,0),(4126,4126,'yst_prominent_words','',0,1),(4127,4127,'yst_prominent_words','',0,1),(4128,4128,'yst_prominent_words','',0,1),(4129,4129,'yst_prominent_words','',0,4),(4130,4130,'yst_prominent_words','',0,1),(4131,4131,'yst_prominent_words','',0,2),(4132,4132,'yst_prominent_words','',0,1),(4133,4133,'yst_prominent_words','',0,1),(4134,4134,'yst_prominent_words','',0,0),(4135,4135,'yst_prominent_words','',0,3),(4136,4136,'yst_prominent_words','',0,1),(4137,4137,'yst_prominent_words','',0,3),(4138,4138,'yst_prominent_words','',0,2),(4139,4139,'yst_prominent_words','',0,1),(4140,4140,'yst_prominent_words','',0,1),(4141,4141,'yst_prominent_words','',0,1),(4142,4142,'yst_prominent_words','',0,1),(4143,4143,'yst_prominent_words','',0,1),(4144,4144,'yst_prominent_words','',0,1),(4145,4145,'yst_prominent_words','',0,1),(4146,4146,'yst_prominent_words','',0,1),(4147,4147,'yst_prominent_words','',0,1),(4148,4148,'yst_prominent_words','',0,1),(4149,4149,'yst_prominent_words','',0,1),(4150,4150,'post_tag','',0,1),(4151,4151,'post_tag','',0,1),(4152,4152,'post_tag','',0,2),(4153,4153,'post_tag','',0,1),(4154,4154,'post_tag','',0,1),(4155,4155,'post_tag','',0,0),(4156,4156,'post_tag','',0,4),(4157,4157,'post_tag','',0,1),(4158,4158,'post_tag','',0,0),(4159,4159,'yst_prominent_words','',0,1),(4160,4160,'yst_prominent_words','',0,1),(4161,4161,'yst_prominent_words','',0,4),(4162,4162,'yst_prominent_words','',0,1),(4163,4163,'yst_prominent_words','',0,0),(4164,4164,'yst_prominent_words','',0,8),(4165,4165,'yst_prominent_words','',0,1),(4166,4166,'yst_prominent_words','',0,1),(4167,4167,'yst_prominent_words','',0,1),(4168,4168,'yst_prominent_words','',0,1),(4169,4169,'yst_prominent_words','',0,1),(4170,4170,'post_tag','',0,1),(4171,4171,'yst_prominent_words','',0,2),(4172,4172,'post_tag','',0,0),(4173,4173,'post_tag','',0,1),(4174,4174,'post_tag','',0,5),(4175,4175,'post_tag','',0,2),(4176,4176,'yst_prominent_words','',0,1),(4177,4177,'yst_prominent_words','',0,2),(4178,4178,'yst_prominent_words','',0,1),(4179,4179,'yst_prominent_words','',0,4),(4180,4180,'yst_prominent_words','',0,3),(4181,4181,'yst_prominent_words','',0,1),(4182,4182,'yst_prominent_words','',0,2),(4183,4183,'yst_prominent_words','',0,1),(4184,4184,'yst_prominent_words','',0,2),(4185,4185,'yst_prominent_words','',0,1),(4186,4186,'yst_prominent_words','',0,8),(4187,4187,'yst_prominent_words','',0,1),(4188,4188,'yst_prominent_words','',0,1),(4189,4189,'yst_prominent_words','',0,1),(4190,4190,'yst_prominent_words','',0,2),(4191,4191,'yst_prominent_words','',0,1),(4192,4192,'yst_prominent_words','',0,1),(4193,4193,'yst_prominent_words','',0,1),(4194,4194,'yst_prominent_words','',0,0),(4195,4195,'yst_prominent_words','',0,0),(4196,4196,'post_tag','',0,1),(4197,4197,'post_tag','',0,1),(4198,4198,'post_tag','',0,1),(4199,4199,'yst_prominent_words','',0,1),(4200,4200,'yst_prominent_words','',0,0),(4201,4201,'yst_prominent_words','',0,1),(4202,4202,'yst_prominent_words','',0,1),(4203,4203,'yst_prominent_words','',0,1),(4204,4204,'yst_prominent_words','',0,1),(4205,4205,'yst_prominent_words','',0,0),(4206,4206,'yst_prominent_words','',0,1),(4207,4207,'yst_prominent_words','',0,0),(4208,4208,'yst_prominent_words','',0,0),(4209,4209,'yst_prominent_words','',0,1),(4210,4210,'yst_prominent_words','',0,1),(4211,4211,'yst_prominent_words','',0,4),(4212,4212,'yst_prominent_words','',0,0),(4213,4213,'yst_prominent_words','',0,0),(4214,4214,'yst_prominent_words','',0,0),(4215,4215,'yst_prominent_words','',0,0),(4216,4216,'yst_prominent_words','',0,0),(4217,4217,'yst_prominent_words','',0,0),(4218,4218,'yst_prominent_words','',0,0),(4219,4219,'yst_prominent_words','',0,0),(4220,4220,'yst_prominent_words','',0,0),(4221,4221,'yst_prominent_words','',0,0),(4222,4222,'yst_prominent_words','',0,0),(4223,4223,'yst_prominent_words','',0,0),(4224,4224,'yst_prominent_words','',0,0),(4225,4225,'yst_prominent_words','',0,0),(4226,4226,'yst_prominent_words','',0,0),(4227,4227,'yst_prominent_words','',0,0),(4228,4228,'yst_prominent_words','',0,0),(4229,4229,'yst_prominent_words','',0,0),(4230,4230,'yst_prominent_words','',0,0),(4231,4231,'yst_prominent_words','',0,0),(4232,4232,'yst_prominent_words','',0,0),(4233,4233,'yst_prominent_words','',0,0),(4234,4234,'yst_prominent_words','',0,1),(4235,4235,'yst_prominent_words','',0,0),(4236,4236,'yst_prominent_words','',0,4),(4237,4237,'yst_prominent_words','',0,1),(4238,4238,'yst_prominent_words','',0,0),(4239,4239,'yst_prominent_words','',0,0),(4240,4240,'yst_prominent_words','',0,0),(4241,4241,'yst_prominent_words','',0,2),(4242,4242,'yst_prominent_words','',0,0),(4243,4243,'yst_prominent_words','',0,1),(4244,4244,'yst_prominent_words','',0,2),(4245,4245,'yst_prominent_words','',0,1),(4246,4246,'yst_prominent_words','',0,2),(4247,4247,'yst_prominent_words','',0,1),(4248,4248,'yst_prominent_words','',0,2),(4249,4249,'yst_prominent_words','',0,0),(4250,4250,'yst_prominent_words','',0,1),(4251,4251,'yst_prominent_words','',0,0),(4252,4252,'yst_prominent_words','',0,1),(4253,4253,'yst_prominent_words','',0,1),(4254,4254,'yst_prominent_words','',0,1),(4255,4255,'yst_prominent_words','',0,0),(4256,4256,'yst_prominent_words','',0,0),(4257,4257,'yst_prominent_words','',0,0),(4258,4258,'yst_prominent_words','',0,0),(4259,4259,'yst_prominent_words','',0,1),(4260,4260,'yst_prominent_words','',0,1),(4261,4261,'yst_prominent_words','',0,1),(4262,4262,'yst_prominent_words','',0,1),(4263,4263,'yst_prominent_words','',0,1),(4264,4264,'yst_prominent_words','',0,1),(4265,4265,'yst_prominent_words','',0,1),(4266,4266,'yst_prominent_words','',0,1),(4267,4267,'yst_prominent_words','',0,1),(4268,4268,'yst_prominent_words','',0,1),(4269,4269,'yst_prominent_words','',0,1),(4270,4270,'post_tag','',0,1),(4271,4271,'post_tag','',0,1),(4272,4272,'post_tag','',0,1),(4273,4273,'post_tag','',0,2),(4274,4274,'yst_prominent_words','',0,0),(4275,4275,'yst_prominent_words','',0,0),(4276,4276,'yst_prominent_words','',0,0),(4277,4277,'yst_prominent_words','',0,0),(4278,4278,'yst_prominent_words','',0,1),(4279,4279,'yst_prominent_words','',0,1),(4280,4280,'yst_prominent_words','',0,0),(4281,4281,'yst_prominent_words','',0,1),(4282,4282,'yst_prominent_words','',0,1),(4283,4283,'yst_prominent_words','',0,1),(4284,4284,'yst_prominent_words','',0,2),(4285,4285,'yst_prominent_words','',0,0),(4286,4286,'yst_prominent_words','',0,0),(4287,4287,'yst_prominent_words','',0,0),(4288,4288,'yst_prominent_words','',0,0),(4289,4289,'yst_prominent_words','',0,0),(4290,4290,'yst_prominent_words','',0,0),(4291,4291,'yst_prominent_words','',0,0),(4292,4292,'yst_prominent_words','',0,0),(4293,4293,'yst_prominent_words','',0,0),(4294,4294,'yst_prominent_words','',0,1),(4295,4295,'yst_prominent_words','',0,0),(4296,4296,'yst_prominent_words','',0,0),(4297,4297,'yst_prominent_words','',0,0),(4298,4298,'yst_prominent_words','',0,0),(4299,4299,'yst_prominent_words','',0,0),(4300,4300,'yst_prominent_words','',0,0),(4301,4301,'yst_prominent_words','',0,0),(4302,4302,'yst_prominent_words','',0,0),(4303,4303,'yst_prominent_words','',0,0),(4304,4304,'yst_prominent_words','',0,0),(4305,4305,'yst_prominent_words','',0,0),(4306,4306,'yst_prominent_words','',0,1),(4307,4307,'yst_prominent_words','',0,2),(4308,4308,'yst_prominent_words','',0,0),(4309,4309,'yst_prominent_words','',0,1),(4310,4310,'yst_prominent_words','',0,0),(4311,4311,'yst_prominent_words','',0,0),(4312,4312,'yst_prominent_words','',0,0),(4313,4313,'yst_prominent_words','',0,2),(4314,4314,'yst_prominent_words','',0,1),(4315,4315,'yst_prominent_words','',0,1),(4316,4316,'yst_prominent_words','',0,1),(4317,4317,'yst_prominent_words','',0,1),(4318,4318,'yst_prominent_words','',0,1),(4319,4319,'yst_prominent_words','',0,1),(4320,4320,'yst_prominent_words','',0,1),(4321,4321,'yst_prominent_words','',0,1),(4322,4322,'yst_prominent_words','',0,1),(4323,4323,'yst_prominent_words','',0,1),(4324,4324,'yst_prominent_words','',0,1),(4325,4325,'yst_prominent_words','',0,2),(4326,4326,'yst_prominent_words','',0,1),(4327,4327,'yst_prominent_words','',0,1),(4328,4328,'yst_prominent_words','',0,1),(4329,4329,'yst_prominent_words','',0,1),(4330,4330,'yst_prominent_words','',0,0),(4331,4331,'yst_prominent_words','',0,0),(4332,4332,'yst_prominent_words','',0,0),(4333,4333,'yst_prominent_words','',0,9),(4334,4334,'yst_prominent_words','',0,9),(4335,4335,'yst_prominent_words','',0,9),(4336,4336,'post_tag','',0,2),(4337,4337,'post_tag','',0,2),(4338,4338,'post_tag','',0,1),(4339,4339,'post_tag','',0,1),(4340,4340,'yst_prominent_words','',0,0),(4341,4341,'yst_prominent_words','',0,0),(4342,4342,'yst_prominent_words','',0,0),(4343,4343,'yst_prominent_words','',0,0),(4344,4344,'yst_prominent_words','',0,1),(4345,4345,'yst_prominent_words','',0,0),(4346,4346,'yst_prominent_words','',0,0),(4347,4347,'yst_prominent_words','',0,0),(4348,4348,'yst_prominent_words','',0,1),(4349,4349,'yst_prominent_words','',0,1),(4350,4350,'yst_prominent_words','',0,0),(4351,4351,'yst_prominent_words','',0,0),(4352,4352,'yst_prominent_words','',0,1),(4353,4353,'yst_prominent_words','',0,0),(4354,4354,'yst_prominent_words','',0,1),(4355,4355,'yst_prominent_words','',0,1),(4356,4356,'yst_prominent_words','',0,1),(4357,4357,'yst_prominent_words','',0,1),(4358,4358,'yst_prominent_words','',0,2),(4359,4359,'yst_prominent_words','',0,1),(4360,4360,'yst_prominent_words','',0,1),(4361,4361,'yst_prominent_words','',0,1),(4362,4362,'yst_prominent_words','',0,4),(4363,4363,'yst_prominent_words','',0,1),(4364,4364,'yst_prominent_words','',0,4),(4365,4365,'yst_prominent_words','',0,1),(4366,4366,'yst_prominent_words','',0,0),(4367,4367,'yst_prominent_words','',0,0),(4368,4368,'yst_prominent_words','',0,0),(4369,4369,'yst_prominent_words','',0,0),(4370,4370,'yst_prominent_words','',0,0),(4371,4371,'yst_prominent_words','',0,0),(4372,4372,'yst_prominent_words','',0,0),(4373,4373,'yst_prominent_words','',0,0),(4374,4374,'yst_prominent_words','',0,1),(4375,4375,'post_tag','',0,1),(4376,4376,'post_tag','',0,1),(4377,4377,'yst_prominent_words','',0,1),(4378,4378,'yst_prominent_words','',0,1),(4379,4379,'yst_prominent_words','',0,1),(4380,4380,'yst_prominent_words','',0,1),(4381,4381,'yst_prominent_words','',0,1),(4382,4382,'yst_prominent_words','',0,1),(4383,4383,'yst_prominent_words','',0,0),(4384,4384,'yst_prominent_words','',0,1),(4385,4385,'yst_prominent_words','',0,1),(4386,4386,'yst_prominent_words','',0,0),(4387,4387,'yst_prominent_words','',0,1),(4388,4388,'yst_prominent_words','',0,1),(4389,4389,'yst_prominent_words','',0,0),(4390,4390,'yst_prominent_words','',0,0),(4391,4391,'yst_prominent_words','',0,0),(4392,4392,'yst_prominent_words','',0,0),(4393,4393,'yst_prominent_words','',0,0),(4394,4394,'yst_prominent_words','',0,1),(4395,4395,'post_tag','',0,1),(4396,4396,'post_tag','',0,1),(4397,4397,'post_tag','',0,1),(4398,4398,'post_tag','',0,1),(4399,4399,'post_tag','',0,1),(4400,4400,'yst_prominent_words','',0,1),(4401,4401,'yst_prominent_words','',0,1),(4402,4402,'post_tag','',0,1),(4403,4403,'post_tag','',0,1),(4404,4404,'post_tag','',0,1),(4405,4405,'post_tag','',0,1),(4406,4406,'yst_prominent_words','',0,1),(4407,4407,'yst_prominent_words','',0,1),(4408,4408,'yst_prominent_words','',0,1),(4409,4409,'yst_prominent_words','',0,1),(4410,4410,'yst_prominent_words','',0,1),(4411,4411,'yst_prominent_words','',0,1),(4412,4412,'yst_prominent_words','',0,1),(4413,4413,'yst_prominent_words','',0,2),(4414,4414,'yst_prominent_words','',0,1),(4415,4415,'yst_prominent_words','',0,2),(4416,4416,'yst_prominent_words','',0,1),(4417,4417,'yst_prominent_words','',0,0),(4418,4418,'yst_prominent_words','',0,1),(4419,4419,'yst_prominent_words','',0,0),(4420,4420,'yst_prominent_words','',0,0),(4421,4421,'yst_prominent_words','',0,1),(4422,4422,'yst_prominent_words','',0,1),(4423,4423,'yst_prominent_words','',0,1),(4424,4424,'yst_prominent_words','',0,1),(4425,4425,'yst_prominent_words','',0,1),(4426,4426,'yst_prominent_words','',0,1),(4427,4427,'yst_prominent_words','',0,1),(4428,4428,'yst_prominent_words','',0,1),(4429,4429,'yst_prominent_words','',0,1),(4430,4430,'post_tag','',0,1),(4431,4431,'post_tag','',0,1),(4432,4432,'yst_prominent_words','',0,1),(4433,4433,'yst_prominent_words','',0,0),(4434,4434,'yst_prominent_words','',0,1),(4435,4435,'yst_prominent_words','',0,1),(4436,4436,'yst_prominent_words','',0,12),(4437,4437,'yst_prominent_words','',0,1),(4438,4438,'yst_prominent_words','',0,3),(4439,4439,'yst_prominent_words','',0,1),(4440,4440,'yst_prominent_words','',0,2),(4441,4441,'yst_prominent_words','',0,2),(4442,4442,'yst_prominent_words','',0,0),(4443,4443,'yst_prominent_words','',0,0),(4444,4444,'yst_prominent_words','',0,0),(4445,4445,'yst_prominent_words','',0,0),(4446,4446,'yst_prominent_words','',0,0),(4447,4447,'yst_prominent_words','',0,0),(4448,4448,'yst_prominent_words','',0,3),(4449,4449,'yst_prominent_words','',0,1),(4450,4450,'yst_prominent_words','',0,0),(4451,4451,'yst_prominent_words','',0,0),(4452,4452,'yst_prominent_words','',0,1),(4453,4453,'yst_prominent_words','',0,1),(4454,4454,'yst_prominent_words','',0,1),(4455,4455,'yst_prominent_words','',0,1),(4456,4456,'yst_prominent_words','',0,1),(4457,4457,'yst_prominent_words','',0,1),(4458,4458,'yst_prominent_words','',0,1),(4459,4459,'yst_prominent_words','',0,1),(4460,4460,'post_tag','',0,1),(4461,4461,'post_tag','',0,2),(4462,4462,'post_tag','',0,1),(4463,4463,'yst_prominent_words','',0,1),(4464,4464,'yst_prominent_words','',0,1),(4465,4465,'yst_prominent_words','',0,1),(4466,4466,'yst_prominent_words','',0,1),(4467,4467,'yst_prominent_words','',0,1),(4468,4468,'yst_prominent_words','',0,1),(4469,4469,'yst_prominent_words','',0,1),(4470,4470,'yst_prominent_words','',0,0),(4471,4471,'yst_prominent_words','',0,1),(4472,4472,'yst_prominent_words','',0,1),(4473,4473,'yst_prominent_words','',0,1),(4474,4474,'yst_prominent_words','',0,0),(4475,4475,'yst_prominent_words','',0,0),(4476,4476,'yst_prominent_words','',0,0),(4477,4477,'yst_prominent_words','',0,0),(4478,4478,'yst_prominent_words','',0,5),(4479,4479,'yst_prominent_words','',0,1),(4480,4480,'yst_prominent_words','',0,1),(4481,4481,'yst_prominent_words','',0,1),(4482,4482,'yst_prominent_words','',0,1),(4483,4483,'yst_prominent_words','',0,1),(4484,4484,'yst_prominent_words','',0,1),(4485,4485,'yst_prominent_words','',0,1),(4486,4486,'yst_prominent_words','',0,1),(4487,4487,'post_tag','',0,1),(4488,4488,'post_tag','',0,1),(4489,4489,'post_tag','',0,1),(4490,4490,'post_tag','',0,1),(4491,4491,'yst_prominent_words','',0,1),(4492,4492,'yst_prominent_words','',0,1),(4493,4493,'yst_prominent_words','',0,1),(4494,4494,'yst_prominent_words','',0,1),(4495,4495,'yst_prominent_words','',0,1),(4496,4496,'yst_prominent_words','',0,1),(4497,4497,'yst_prominent_words','',0,4),(4498,4498,'yst_prominent_words','',0,4),(4499,4499,'yst_prominent_words','',0,1),(4500,4500,'yst_prominent_words','',0,0),(4501,4501,'yst_prominent_words','',0,0),(4502,4502,'yst_prominent_words','',0,1),(4503,4503,'yst_prominent_words','',0,1),(4504,4504,'yst_prominent_words','',0,1),(4505,4505,'yst_prominent_words','',0,1),(4506,4506,'yst_prominent_words','',0,1),(4507,4507,'yst_prominent_words','',0,0),(4508,4508,'yst_prominent_words','',0,0),(4509,4509,'yst_prominent_words','',0,0),(4510,4510,'yst_prominent_words','',0,0),(4511,4511,'yst_prominent_words','',0,0),(4512,4512,'yst_prominent_words','',0,0),(4513,4513,'yst_prominent_words','',0,1),(4514,4514,'yst_prominent_words','',0,1),(4515,4515,'yst_prominent_words','',0,2),(4516,4516,'yst_prominent_words','',0,0),(4517,4517,'yst_prominent_words','',0,1),(4518,4518,'yst_prominent_words','',0,0),(4519,4519,'yst_prominent_words','',0,1),(4520,4520,'yst_prominent_words','',0,1),(4521,4521,'post_tag','',0,0),(4522,4522,'yst_prominent_words','',0,1),(4523,4523,'yst_prominent_words','',0,1),(4524,4524,'yst_prominent_words','',0,1),(4525,4525,'yst_prominent_words','',0,1),(4526,4526,'yst_prominent_words','',0,1),(4527,4527,'yst_prominent_words','',0,1),(4528,4528,'yst_prominent_words','',0,1),(4529,4529,'yst_prominent_words','',0,1),(4530,4530,'yst_prominent_words','',0,1),(4531,4531,'post_tag','',0,1),(4532,4532,'yst_prominent_words','',0,1),(4533,4533,'yst_prominent_words','',0,1),(4534,4534,'yst_prominent_words','',0,1),(4535,4535,'yst_prominent_words','',0,1),(4536,4536,'yst_prominent_words','',0,0),(4537,4537,'yst_prominent_words','',0,0),(4538,4538,'yst_prominent_words','',0,0),(4539,4539,'yst_prominent_words','',0,0),(4540,4540,'yst_prominent_words','',0,1),(4541,4541,'yst_prominent_words','',0,0),(4542,4542,'yst_prominent_words','',0,0),(4543,4543,'yst_prominent_words','',0,2),(4544,4544,'yst_prominent_words','',0,0),(4545,4545,'yst_prominent_words','',0,0),(4546,4546,'post_tag','',0,1),(4547,4547,'yst_prominent_words','',0,1),(4548,4548,'yst_prominent_words','',0,1),(4549,4549,'yst_prominent_words','',0,1),(4550,4550,'yst_prominent_words','',0,1),(4551,4551,'yst_prominent_words','',0,0),(4552,4552,'yst_prominent_words','',0,0),(4553,4553,'yst_prominent_words','',0,0),(4554,4554,'yst_prominent_words','',0,0),(4555,4555,'yst_prominent_words','',0,1),(4556,4556,'yst_prominent_words','',0,1),(4557,4557,'yst_prominent_words','',0,1),(4558,4558,'yst_prominent_words','',0,1),(4559,4559,'yst_prominent_words','',0,1),(4560,4560,'yst_prominent_words','',0,1),(4561,4561,'yst_prominent_words','',0,1),(4562,4562,'yst_prominent_words','',0,1),(4563,4563,'yst_prominent_words','',0,1),(4564,4564,'post_tag','',0,1),(4565,4565,'post_tag','',0,1),(4566,4566,'post_tag','',0,1),(4567,4567,'post_tag','',0,1),(4568,4568,'yst_prominent_words','',0,1),(4569,4569,'yst_prominent_words','',0,1),(4570,4570,'yst_prominent_words','',0,1),(4571,4571,'yst_prominent_words','',0,1),(4572,4572,'yst_prominent_words','',0,1),(4573,4573,'yst_prominent_words','',0,10),(4574,4574,'yst_prominent_words','',0,1),(4575,4575,'yst_prominent_words','',0,5),(4576,4576,'yst_prominent_words','',0,1),(4577,4577,'yst_prominent_words','',0,1),(4578,4578,'yst_prominent_words','',0,1),(4579,4579,'yst_prominent_words','',0,1),(4580,4580,'yst_prominent_words','',0,3),(4581,4581,'post_tag','',0,1),(4582,4582,'post_tag','',0,2),(4583,4583,'post_tag','',0,1),(4584,4584,'post_tag','',0,1),(4585,4585,'yst_prominent_words','',0,1),(4586,4586,'yst_prominent_words','',0,1),(4587,4587,'yst_prominent_words','',0,1),(4588,4588,'yst_prominent_words','',0,1),(4589,4589,'yst_prominent_words','',0,1),(4590,4590,'yst_prominent_words','',0,1),(4591,4591,'yst_prominent_words','',0,2),(4592,4592,'yst_prominent_words','',0,1),(4593,4593,'yst_prominent_words','',0,1),(4594,4594,'post_tag','',0,1),(4595,4595,'post_tag','',0,1),(4596,4596,'yst_prominent_words','',0,1),(4597,4597,'yst_prominent_words','',0,0),(4598,4598,'yst_prominent_words','',0,0),(4599,4599,'yst_prominent_words','',0,1),(4600,4600,'yst_prominent_words','',0,7),(4601,4601,'yst_prominent_words','',0,0),(4602,4602,'yst_prominent_words','',0,0),(4603,4603,'yst_prominent_words','',0,0),(4604,4604,'yst_prominent_words','',0,0),(4605,4605,'yst_prominent_words','',0,0),(4606,4606,'yst_prominent_words','',0,0),(4607,4607,'yst_prominent_words','',0,0),(4608,4608,'yst_prominent_words','',0,0),(4609,4609,'yst_prominent_words','',0,1),(4610,4610,'yst_prominent_words','',0,1),(4611,4611,'yst_prominent_words','',0,0),(4612,4612,'yst_prominent_words','',0,0),(4613,4613,'yst_prominent_words','',0,11),(4614,4614,'yst_prominent_words','',0,0),(4615,4615,'yst_prominent_words','',0,1),(4616,4616,'yst_prominent_words','',0,1),(4617,4617,'yst_prominent_words','',0,1),(4618,4618,'yst_prominent_words','',0,1),(4619,4619,'yst_prominent_words','',0,1),(4620,4620,'yst_prominent_words','',0,1),(4621,4621,'yst_prominent_words','',0,1),(4622,4622,'yst_prominent_words','',0,1),(4623,4623,'post_tag','',0,1),(4624,4624,'post_tag','',0,1),(4625,4625,'post_tag','',0,1),(4626,4626,'yst_prominent_words','',0,1),(4627,4627,'yst_prominent_words','',0,1),(4628,4628,'yst_prominent_words','',0,1),(4629,4629,'yst_prominent_words','',0,0),(4630,4630,'yst_prominent_words','',0,1),(4631,4631,'yst_prominent_words','',0,1),(4632,4632,'yst_prominent_words','',0,0),(4633,4633,'yst_prominent_words','',0,0),(4634,4634,'yst_prominent_words','',0,0),(4635,4635,'yst_prominent_words','',0,0),(4636,4636,'yst_prominent_words','',0,1),(4637,4637,'yst_prominent_words','',0,0),(4638,4638,'yst_prominent_words','',0,2),(4639,4639,'yst_prominent_words','',0,0),(4640,4640,'yst_prominent_words','',0,0),(4641,4641,'yst_prominent_words','',0,0),(4642,4642,'yst_prominent_words','',0,0),(4643,4643,'yst_prominent_words','',0,0),(4644,4644,'yst_prominent_words','',0,0),(4645,4645,'yst_prominent_words','',0,0),(4646,4646,'yst_prominent_words','',0,0),(4647,4647,'yst_prominent_words','',0,1),(4648,4648,'yst_prominent_words','',0,0),(4649,4649,'yst_prominent_words','',0,1),(4650,4650,'yst_prominent_words','',0,0),(4651,4651,'yst_prominent_words','',0,1),(4652,4652,'yst_prominent_words','',0,1),(4653,4653,'yst_prominent_words','',0,0),(4654,4654,'yst_prominent_words','',0,0),(4655,4655,'yst_prominent_words','',0,0),(4656,4656,'yst_prominent_words','',0,0),(4657,4657,'yst_prominent_words','',0,0),(4658,4658,'yst_prominent_words','',0,1),(4659,4659,'yst_prominent_words','',0,1),(4660,4660,'yst_prominent_words','',0,1),(4661,4661,'yst_prominent_words','',0,1),(4662,4662,'yst_prominent_words','',0,0),(4663,4663,'yst_prominent_words','',0,0),(4664,4664,'yst_prominent_words','',0,0),(4665,4665,'yst_prominent_words','',0,0),(4666,4666,'yst_prominent_words','',0,0),(4667,4667,'yst_prominent_words','',0,0),(4668,4668,'yst_prominent_words','',0,0),(4669,4669,'yst_prominent_words','',0,0),(4670,4670,'yst_prominent_words','',0,0),(4671,4671,'yst_prominent_words','',0,1),(4672,4672,'yst_prominent_words','',0,0),(4673,4673,'yst_prominent_words','',0,0),(4674,4674,'yst_prominent_words','',0,0),(4675,4675,'yst_prominent_words','',0,0),(4676,4676,'yst_prominent_words','',0,0),(4677,4677,'yst_prominent_words','',0,0),(4678,4678,'yst_prominent_words','',0,1),(4679,4679,'yst_prominent_words','',0,0),(4680,4680,'yst_prominent_words','',0,0),(4681,4681,'yst_prominent_words','',0,0),(4682,4682,'yst_prominent_words','',0,1),(4683,4683,'yst_prominent_words','',0,1),(4684,4684,'yst_prominent_words','',0,1),(4685,4685,'yst_prominent_words','',0,1),(4686,4686,'yst_prominent_words','',0,1),(4687,4687,'yst_prominent_words','',0,1),(4688,4688,'yst_prominent_words','',0,1),(4689,4689,'yst_prominent_words','',0,1),(4690,4690,'yst_prominent_words','',0,2),(4691,4691,'yst_prominent_words','',0,0),(4692,4692,'yst_prominent_words','',0,0),(4693,4693,'yst_prominent_words','',0,1),(4694,4694,'post_tag','',0,1),(4695,4695,'yst_prominent_words','',0,2),(4696,4696,'post_tag','',0,2),(4697,4697,'yst_prominent_words','',0,1),(4698,4698,'yst_prominent_words','',0,9),(4699,4699,'yst_prominent_words','',0,2),(4700,4700,'yst_prominent_words','',0,0),(4701,4701,'yst_prominent_words','',0,0),(4702,4702,'yst_prominent_words','',0,0),(4703,4703,'yst_prominent_words','',0,5),(4704,4704,'yst_prominent_words','',0,0),(4705,4705,'yst_prominent_words','',0,5),(4706,4706,'yst_prominent_words','',0,0),(4707,4707,'yst_prominent_words','',0,0),(4708,4708,'yst_prominent_words','',0,0),(4709,4709,'yst_prominent_words','',0,0),(4710,4710,'yst_prominent_words','',0,5),(4711,4711,'yst_prominent_words','',0,2),(4712,4712,'yst_prominent_words','',0,4),(4713,4713,'yst_prominent_words','',0,6),(4714,4714,'yst_prominent_words','',0,9),(4715,4715,'yst_prominent_words','',0,1),(4716,4716,'yst_prominent_words','',0,1),(4717,4717,'yst_prominent_words','',0,2),(4718,4718,'yst_prominent_words','',0,1),(4719,4719,'yst_prominent_words','',0,4),(4720,4720,'yst_prominent_words','',0,0),(4721,4721,'yst_prominent_words','',0,0),(4722,4722,'yst_prominent_words','',0,3),(4723,4723,'yst_prominent_words','',0,3),(4724,4724,'yst_prominent_words','',0,3),(4725,4725,'yst_prominent_words','',0,6),(4726,4726,'yst_prominent_words','',0,4),(4727,4727,'yst_prominent_words','',0,1),(4728,4728,'yst_prominent_words','',0,2),(4729,4729,'yst_prominent_words','',0,2),(4730,4730,'yst_prominent_words','',0,2),(4731,4731,'yst_prominent_words','',0,1),(4732,4732,'post_tag','',0,2),(4733,4733,'post_tag','',0,5),(4734,4734,'post_tag','',0,1),(4735,4735,'post_tag','',0,3),(4736,4736,'yst_prominent_words','',0,2),(4737,4737,'yst_prominent_words','',0,1),(4738,4738,'yst_prominent_words','',0,2),(4739,4739,'yst_prominent_words','',0,2),(4740,4740,'yst_prominent_words','',0,3),(4741,4741,'yst_prominent_words','',0,2),(4742,4742,'yst_prominent_words','',0,0),(4743,4743,'yst_prominent_words','',0,1),(4744,4744,'yst_prominent_words','',0,2),(4745,4745,'yst_prominent_words','',0,1),(4746,4746,'post_tag','',0,1),(4747,4747,'post_tag','',0,1),(4748,4748,'yst_prominent_words','',0,1),(4749,4749,'yst_prominent_words','',0,2),(4750,4750,'yst_prominent_words','',0,2),(4751,4751,'yst_prominent_words','',0,2),(4752,4752,'yst_prominent_words','',0,2),(4753,4753,'yst_prominent_words','',0,2),(4754,4754,'yst_prominent_words','',0,2),(4755,4755,'yst_prominent_words','',0,2),(4756,4756,'yst_prominent_words','',0,2),(4757,4757,'yst_prominent_words','',0,1),(4758,4758,'yst_prominent_words','',0,2),(4759,4759,'yst_prominent_words','',0,2),(4760,4760,'yst_prominent_words','',0,1),(4761,4761,'yst_prominent_words','',0,0),(4762,4762,'yst_prominent_words','',0,0),(4763,4763,'yst_prominent_words','',0,2),(4764,4764,'yst_prominent_words','',0,0),(4765,4765,'yst_prominent_words','',0,1),(4766,4766,'yst_prominent_words','',0,1),(4767,4767,'yst_prominent_words','',0,1),(4768,4768,'yst_prominent_words','',0,1),(4769,4769,'yst_prominent_words','',0,0),(4770,4770,'post_tag','',0,0),(4771,4771,'post_tag','',0,2),(4772,4772,'yst_prominent_words','',0,0),(4773,4773,'yst_prominent_words','',0,4),(4774,4774,'yst_prominent_words','',0,1),(4775,4775,'yst_prominent_words','',0,3),(4776,4776,'yst_prominent_words','',0,1),(4777,4777,'yst_prominent_words','',0,1),(4778,4778,'yst_prominent_words','',0,0),(4779,4779,'yst_prominent_words','',0,2),(4780,4780,'yst_prominent_words','',0,2),(4781,4781,'yst_prominent_words','',0,3),(4782,4782,'yst_prominent_words','',0,4),(4783,4783,'yst_prominent_words','',0,0),(4784,4784,'yst_prominent_words','',0,0),(4785,4785,'yst_prominent_words','',0,0),(4786,4786,'yst_prominent_words','',0,1),(4787,4787,'yst_prominent_words','',0,0),(4788,4788,'yst_prominent_words','',0,3),(4789,4789,'yst_prominent_words','',0,1),(4790,4790,'yst_prominent_words','',0,1),(4791,4791,'yst_prominent_words','',0,4),(4792,4792,'yst_prominent_words','',0,1),(4793,4793,'yst_prominent_words','',0,1),(4794,4794,'yst_prominent_words','',0,1),(4795,4795,'yst_prominent_words','',0,1),(4796,4796,'yst_prominent_words','',0,1),(4797,4797,'yst_prominent_words','',0,1),(4798,4798,'yst_prominent_words','',0,1),(4799,4799,'yst_prominent_words','',0,1),(4800,4800,'yst_prominent_words','',0,1),(4801,4801,'yst_prominent_words','',0,1),(4802,4802,'post_tag','',0,1),(4803,4803,'post_tag','',0,1),(4804,4804,'yst_prominent_words','',0,1),(4805,4805,'yst_prominent_words','',0,2),(4806,4806,'yst_prominent_words','',0,0),(4807,4807,'yst_prominent_words','',0,0),(4808,4808,'yst_prominent_words','',0,0),(4809,4809,'yst_prominent_words','',0,6),(4810,4810,'yst_prominent_words','',0,0),(4811,4811,'yst_prominent_words','',0,0),(4812,4812,'yst_prominent_words','',0,0),(4813,4813,'yst_prominent_words','',0,0),(4814,4814,'yst_prominent_words','',0,0),(4815,4815,'yst_prominent_words','',0,0),(4816,4816,'yst_prominent_words','',0,0),(4817,4817,'yst_prominent_words','',0,0),(4818,4818,'yst_prominent_words','',0,0),(4819,4819,'yst_prominent_words','',0,0),(4820,4820,'yst_prominent_words','',0,0),(4821,4821,'yst_prominent_words','',0,0),(4822,4822,'yst_prominent_words','',0,0),(4823,4823,'yst_prominent_words','',0,0),(4824,4824,'yst_prominent_words','',0,0),(4825,4825,'yst_prominent_words','',0,0),(4826,4826,'yst_prominent_words','',0,1),(4827,4827,'yst_prominent_words','',0,16),(4828,4828,'yst_prominent_words','',0,0),(4829,4829,'yst_prominent_words','',0,0),(4830,4830,'yst_prominent_words','',0,1),(4831,4831,'yst_prominent_words','',0,1),(4832,4832,'yst_prominent_words','',0,1),(4833,4833,'yst_prominent_words','',0,1),(4834,4834,'yst_prominent_words','',0,1),(4835,4835,'yst_prominent_words','',0,1),(4836,4836,'yst_prominent_words','',0,1),(4837,4837,'yst_prominent_words','',0,1),(4838,4838,'yst_prominent_words','',0,1),(4839,4839,'yst_prominent_words','',0,2),(4840,4840,'yst_prominent_words','',0,3),(4841,4841,'yst_prominent_words','',0,1),(4842,4842,'yst_prominent_words','',0,1),(4843,4843,'yst_prominent_words','',0,1),(4844,4844,'yst_prominent_words','',0,1),(4845,4845,'post_tag','',0,1),(4846,4846,'post_tag','',0,1),(4847,4847,'post_tag','',0,1),(4848,4848,'post_tag','',0,1),(4849,4849,'post_tag','',0,3),(4850,4850,'post_tag','',0,1),(4851,4851,'post_tag','',0,2),(4852,4852,'post_tag','',0,1),(4853,4853,'yst_prominent_words','',0,1),(4854,4854,'yst_prominent_words','',0,0),(4855,4855,'yst_prominent_words','',0,1),(4856,4856,'yst_prominent_words','',0,2),(4857,4857,'yst_prominent_words','',0,0),(4858,4858,'yst_prominent_words','',0,0),(4859,4859,'yst_prominent_words','',0,3),(4860,4860,'yst_prominent_words','',0,4),(4861,4861,'yst_prominent_words','',0,0),(4862,4862,'yst_prominent_words','',0,0),(4863,4863,'yst_prominent_words','',0,1),(4864,4864,'yst_prominent_words','',0,0),(4865,4865,'yst_prominent_words','',0,1),(4866,4866,'yst_prominent_words','',0,1),(4867,4867,'yst_prominent_words','',0,0),(4868,4868,'yst_prominent_words','',0,0),(4869,4869,'yst_prominent_words','',0,0),(4870,4870,'yst_prominent_words','',0,0),(4871,4871,'yst_prominent_words','',0,0),(4872,4872,'yst_prominent_words','',0,0),(4873,4873,'yst_prominent_words','',0,0),(4874,4874,'yst_prominent_words','',0,0),(4875,4875,'yst_prominent_words','',0,0),(4876,4876,'yst_prominent_words','',0,1),(4877,4877,'yst_prominent_words','',0,1),(4878,4878,'yst_prominent_words','',0,1),(4879,4879,'yst_prominent_words','',0,1),(4880,4880,'yst_prominent_words','',0,1),(4881,4881,'yst_prominent_words','',0,1),(4882,4882,'yst_prominent_words','',0,0),(4883,4883,'yst_prominent_words','',0,1),(4884,4884,'yst_prominent_words','',0,1),(4885,4885,'yst_prominent_words','',0,1),(4886,4886,'yst_prominent_words','',0,0),(4887,4887,'yst_prominent_words','',0,1),(4888,4888,'yst_prominent_words','',0,1),(4889,4889,'yst_prominent_words','',0,1),(4890,4890,'yst_prominent_words','',0,1),(4891,4891,'yst_prominent_words','',0,0),(4892,4892,'yst_prominent_words','',0,1),(4893,4893,'yst_prominent_words','',0,1),(4894,4894,'yst_prominent_words','',0,1),(4895,4895,'yst_prominent_words','',0,1),(4896,4896,'yst_prominent_words','',0,1),(4897,4897,'yst_prominent_words','',0,1),(4898,4898,'post_tag','',0,1),(4899,4899,'post_tag','',0,1),(4900,4900,'yst_prominent_words','',0,1),(4901,4901,'yst_prominent_words','',0,1),(4902,4902,'yst_prominent_words','',0,1),(4903,4903,'yst_prominent_words','',0,2),(4904,4904,'yst_prominent_words','',0,4),(4905,4905,'yst_prominent_words','',0,2),(4906,4906,'yst_prominent_words','',0,2),(4907,4907,'yst_prominent_words','',0,2),(4908,4908,'yst_prominent_words','',0,1),(4909,4909,'yst_prominent_words','',0,1),(4910,4910,'yst_prominent_words','',0,1),(4911,4911,'yst_prominent_words','',0,1),(4912,4912,'yst_prominent_words','',0,1),(4913,4913,'yst_prominent_words','',0,1),(4914,4914,'yst_prominent_words','',0,1),(4915,4915,'yst_prominent_words','',0,1),(4916,4916,'yst_prominent_words','',0,0),(4917,4917,'yst_prominent_words','',0,2),(4918,4918,'yst_prominent_words','',0,0),(4919,4919,'yst_prominent_words','',0,0),(4920,4920,'yst_prominent_words','',0,1),(4921,4921,'yst_prominent_words','',0,1),(4922,4922,'post_tag','',0,1),(4923,4923,'post_tag','',0,1),(4924,4924,'post_tag','',0,1),(4925,4925,'post_tag','',0,0),(4926,4926,'post_tag','',0,1),(4927,4927,'post_tag','',0,1),(4928,4928,'yst_prominent_words','',0,1),(4929,4929,'yst_prominent_words','',0,0),(4930,4930,'yst_prominent_words','',0,1),(4931,4931,'yst_prominent_words','',0,1),(4932,4932,'yst_prominent_words','',0,1),(4933,4933,'yst_prominent_words','',0,1),(4934,4934,'yst_prominent_words','',0,0),(4935,4935,'yst_prominent_words','',0,0),(4936,4936,'yst_prominent_words','',0,0),(4937,4937,'yst_prominent_words','',0,1),(4938,4938,'yst_prominent_words','',0,1),(4939,4939,'yst_prominent_words','',0,0),(4940,4940,'yst_prominent_words','',0,1),(4941,4941,'yst_prominent_words','',0,0),(4942,4942,'yst_prominent_words','',0,0),(4943,4943,'yst_prominent_words','',0,0),(4944,4944,'yst_prominent_words','',0,0),(4945,4945,'yst_prominent_words','',0,7),(4946,4946,'yst_prominent_words','',0,2),(4947,4947,'yst_prominent_words','',0,5),(4948,4948,'yst_prominent_words','',0,5),(4949,4949,'yst_prominent_words','',0,2),(4950,4950,'yst_prominent_words','',0,2),(4951,4951,'yst_prominent_words','',0,0),(4952,4952,'yst_prominent_words','',0,2),(4953,4953,'yst_prominent_words','',0,3),(4954,4954,'yst_prominent_words','',0,1),(4955,4955,'yst_prominent_words','',0,1),(4956,4956,'yst_prominent_words','',0,1),(4957,4957,'post_tag','',0,4),(4958,4958,'post_tag','',0,1),(4959,4959,'post_tag','',0,3),(4960,4960,'post_tag','',0,1),(4961,4961,'post_tag','',0,1),(4962,4962,'post_tag','',0,1),(4963,4963,'post_tag','',0,1),(4964,4964,'post_tag','',0,1),(4965,4965,'post_tag','',0,1),(4966,4966,'yst_prominent_words','',0,0),(4967,4967,'yst_prominent_words','',0,1),(4968,4968,'yst_prominent_words','',0,1),(4969,4969,'yst_prominent_words','',0,0),(4970,4970,'yst_prominent_words','',0,1),(4971,4971,'yst_prominent_words','',0,4),(4972,4972,'yst_prominent_words','',0,4),(4973,4973,'yst_prominent_words','',0,1),(4974,4974,'yst_prominent_words','',0,0),(4975,4975,'post_tag','',0,0),(4976,4976,'yst_prominent_words','',0,1),(4977,4977,'post_tag','',0,1),(4978,4978,'yst_prominent_words','',0,1),(4979,4979,'yst_prominent_words','',0,1),(4980,4980,'yst_prominent_words','',0,2),(4981,4981,'post_tag','',0,1),(4982,4982,'yst_prominent_words','',0,0),(4983,4983,'yst_prominent_words','',0,1),(4984,4984,'post_tag','',0,1),(4985,4985,'yst_prominent_words','',0,2),(4986,4986,'yst_prominent_words','',0,0),(4987,4987,'yst_prominent_words','',0,1),(4988,4988,'yst_prominent_words','',0,2),(4989,4989,'yst_prominent_words','',0,1),(4990,4990,'yst_prominent_words','',0,2),(4991,4991,'yst_prominent_words','',0,0),(4992,4992,'yst_prominent_words','',0,0),(4993,4993,'yst_prominent_words','',0,0),(4994,4994,'yst_prominent_words','',0,0),(4995,4995,'yst_prominent_words','',0,1),(4996,4996,'yst_prominent_words','',0,2),(4997,4997,'yst_prominent_words','',0,1),(4998,4998,'yst_prominent_words','',0,7),(4999,4999,'yst_prominent_words','',0,1),(5000,5000,'yst_prominent_words','',0,4),(5001,5001,'yst_prominent_words','',0,1),(5002,5002,'yst_prominent_words','',0,4),(5003,5003,'yst_prominent_words','',0,0),(5004,5004,'yst_prominent_words','',0,0),(5005,5005,'yst_prominent_words','',0,1),(5006,5006,'post_tag','',0,1),(5007,5007,'post_tag','',0,1),(5008,5008,'post_tag','',0,1),(5009,5009,'post_tag','',0,2),(5010,5010,'yst_prominent_words','',0,0),(5011,5011,'yst_prominent_words','',0,1),(5012,5012,'yst_prominent_words','',0,1),(5013,5013,'yst_prominent_words','',0,1),(5014,5014,'yst_prominent_words','',0,1),(5015,5015,'yst_prominent_words','',0,0),(5016,5016,'yst_prominent_words','',0,1),(5017,5017,'yst_prominent_words','',0,0),(5018,5018,'yst_prominent_words','',0,0),(5019,5019,'yst_prominent_words','',0,3),(5020,5020,'yst_prominent_words','',0,1),(5021,5021,'yst_prominent_words','',0,1),(5022,5022,'yst_prominent_words','',0,1),(5023,5023,'yst_prominent_words','',0,1),(5024,5024,'yst_prominent_words','',0,1),(5025,5025,'yst_prominent_words','',0,0),(5026,5026,'yst_prominent_words','',0,1),(5027,5027,'yst_prominent_words','',0,1),(5028,5028,'yst_prominent_words','',0,1),(5029,5029,'yst_prominent_words','',0,1),(5030,5030,'yst_prominent_words','',0,0),(5031,5031,'yst_prominent_words','',0,1),(5032,5032,'yst_prominent_words','',0,1),(5033,5033,'yst_prominent_words','',0,3),(5034,5034,'yst_prominent_words','',0,1),(5035,5035,'post_tag','',0,1),(5036,5036,'post_tag','',0,1),(5037,5037,'yst_prominent_words','',0,2),(5038,5038,'post_tag','',0,1),(5039,5039,'yst_prominent_words','',0,4),(5040,5040,'yst_prominent_words','',0,0),(5041,5041,'yst_prominent_words','',0,2),(5042,5042,'yst_prominent_words','',0,1),(5043,5043,'yst_prominent_words','',0,1),(5044,5044,'yst_prominent_words','',0,6),(5045,5045,'yst_prominent_words','',0,1),(5046,5046,'yst_prominent_words','',0,1),(5047,5047,'yst_prominent_words','',0,1),(5048,5048,'yst_prominent_words','',0,0),(5049,5049,'yst_prominent_words','',0,0),(5050,5050,'yst_prominent_words','',0,0),(5051,5051,'yst_prominent_words','',0,2),(5052,5052,'post_tag','',0,2),(5053,5053,'yst_prominent_words','',0,1),(5054,5054,'post_tag','',0,2),(5055,5055,'post_tag','',0,1),(5056,5056,'yst_prominent_words','',0,1),(5057,5057,'post_tag','',0,1),(5058,5058,'yst_prominent_words','',0,2),(5059,5059,'yst_prominent_words','',0,1),(5060,5060,'yst_prominent_words','',0,2),(5061,5061,'yst_prominent_words','',0,0),(5062,5062,'yst_prominent_words','',0,1),(5063,5063,'yst_prominent_words','',0,1),(5064,5064,'yst_prominent_words','',0,1),(5065,5065,'yst_prominent_words','',0,2),(5066,5066,'yst_prominent_words','',0,1),(5067,5067,'yst_prominent_words','',0,1),(5068,5068,'yst_prominent_words','',0,0),(5069,5069,'yst_prominent_words','',0,1),(5070,5070,'yst_prominent_words','',0,5),(5071,5071,'yst_prominent_words','',0,0),(5072,5072,'yst_prominent_words','',0,0),(5073,5073,'yst_prominent_words','',0,2),(5074,5074,'yst_prominent_words','',0,0),(5075,5075,'yst_prominent_words','',0,0),(5076,5076,'yst_prominent_words','',0,0),(5077,5077,'yst_prominent_words','',0,0),(5078,5078,'yst_prominent_words','',0,0),(5079,5079,'yst_prominent_words','',0,2),(5080,5080,'yst_prominent_words','',0,0),(5081,5081,'yst_prominent_words','',0,0),(5082,5082,'yst_prominent_words','',0,1),(5083,5083,'yst_prominent_words','',0,1),(5084,5084,'yst_prominent_words','',0,0),(5085,5085,'yst_prominent_words','',0,1),(5086,5086,'yst_prominent_words','',0,1),(5087,5087,'yst_prominent_words','',0,1),(5088,5088,'yst_prominent_words','',0,1),(5089,5089,'yst_prominent_words','',0,1),(5090,5090,'yst_prominent_words','',0,1),(5091,5091,'yst_prominent_words','',0,1),(5092,5092,'yst_prominent_words','',0,0),(5093,5093,'yst_prominent_words','',0,0),(5094,5094,'yst_prominent_words','',0,1),(5095,5095,'yst_prominent_words','',0,1),(5096,5096,'yst_prominent_words','',0,1),(5097,5097,'yst_prominent_words','',0,1),(5098,5098,'post_tag','',0,1),(5099,5099,'post_tag','',0,1),(5100,5100,'post_tag','',0,1),(5101,5101,'post_tag','',0,1),(5102,5102,'post_tag','',0,2),(5103,5103,'post_tag','',0,1),(5104,5104,'post_tag','',0,1),(5105,5105,'yst_prominent_words','',0,1),(5106,5106,'yst_prominent_words','',0,1),(5107,5107,'yst_prominent_words','',0,1),(5108,5108,'yst_prominent_words','',0,1),(5109,5109,'yst_prominent_words','',0,1),(5110,5110,'yst_prominent_words','',0,0),(5111,5111,'yst_prominent_words','',0,0),(5112,5112,'yst_prominent_words','',0,0),(5113,5113,'yst_prominent_words','',0,0),(5114,5114,'yst_prominent_words','',0,0),(5115,5115,'yst_prominent_words','',0,1),(5116,5116,'yst_prominent_words','',0,2),(5117,5117,'yst_prominent_words','',0,0),(5118,5118,'yst_prominent_words','',0,0),(5119,5119,'yst_prominent_words','',0,2),(5120,5120,'yst_prominent_words','',0,1),(5121,5121,'yst_prominent_words','',0,0),(5122,5122,'yst_prominent_words','',0,1),(5123,5123,'yst_prominent_words','',0,1),(5124,5124,'yst_prominent_words','',0,3),(5125,5125,'yst_prominent_words','',0,0),(5126,5126,'yst_prominent_words','',0,1),(5127,5127,'yst_prominent_words','',0,1),(5128,5128,'yst_prominent_words','',0,1),(5129,5129,'yst_prominent_words','',0,1),(5130,5130,'yst_prominent_words','',0,1),(5131,5131,'yst_prominent_words','',0,1),(5132,5132,'yst_prominent_words','',0,1),(5133,5133,'yst_prominent_words','',0,2),(5134,5134,'yst_prominent_words','',0,1),(5135,5135,'yst_prominent_words','',0,2),(5136,5136,'yst_prominent_words','',0,1),(5137,5137,'yst_prominent_words','',0,0),(5138,5138,'yst_prominent_words','',0,1),(5139,5139,'yst_prominent_words','',0,2),(5140,5140,'yst_prominent_words','',0,0),(5141,5141,'yst_prominent_words','',0,1),(5142,5142,'yst_prominent_words','',0,1),(5143,5143,'post_tag','',0,3),(5144,5144,'post_tag','',0,1),(5145,5145,'post_tag','',0,2),(5146,5146,'post_tag','',0,1),(5147,5147,'yst_prominent_words','',0,1),(5148,5148,'yst_prominent_words','',0,2),(5149,5149,'yst_prominent_words','',0,1),(5150,5150,'yst_prominent_words','',0,0),(5151,5151,'yst_prominent_words','',0,3),(5152,5152,'yst_prominent_words','',0,0),(5153,5153,'yst_prominent_words','',0,0),(5154,5154,'yst_prominent_words','',0,0),(5155,5155,'yst_prominent_words','',0,0),(5156,5156,'yst_prominent_words','',0,0),(5157,5157,'yst_prominent_words','',0,0),(5158,5158,'yst_prominent_words','',0,1),(5159,5159,'yst_prominent_words','',0,0),(5160,5160,'yst_prominent_words','',0,2),(5161,5161,'yst_prominent_words','',0,1),(5162,5162,'yst_prominent_words','',0,1),(5163,5163,'yst_prominent_words','',0,1),(5164,5164,'yst_prominent_words','',0,0),(5165,5165,'yst_prominent_words','',0,0),(5166,5166,'yst_prominent_words','',0,0),(5167,5167,'yst_prominent_words','',0,0),(5168,5168,'yst_prominent_words','',0,0),(5169,5169,'yst_prominent_words','',0,0),(5170,5170,'yst_prominent_words','',0,1),(5171,5171,'yst_prominent_words','',0,0),(5172,5172,'yst_prominent_words','',0,3),(5173,5173,'yst_prominent_words','',0,0),(5174,5174,'yst_prominent_words','',0,1),(5175,5175,'yst_prominent_words','',0,1),(5176,5176,'yst_prominent_words','',0,0),(5177,5177,'yst_prominent_words','',0,0),(5178,5178,'yst_prominent_words','',0,0),(5179,5179,'yst_prominent_words','',0,0),(5180,5180,'yst_prominent_words','',0,0),(5181,5181,'yst_prominent_words','',0,1),(5182,5182,'yst_prominent_words','',0,1),(5183,5183,'yst_prominent_words','',0,0),(5184,5184,'yst_prominent_words','',0,1),(5185,5185,'yst_prominent_words','',0,1),(5186,5186,'yst_prominent_words','',0,1),(5187,5187,'yst_prominent_words','',0,2),(5188,5188,'yst_prominent_words','',0,3),(5189,5189,'yst_prominent_words','',0,1),(5190,5190,'yst_prominent_words','',0,0),(5191,5191,'yst_prominent_words','',0,1),(5192,5192,'yst_prominent_words','',0,0),(5193,5193,'yst_prominent_words','',0,1),(5194,5194,'yst_prominent_words','',0,3),(5195,5195,'yst_prominent_words','',0,3),(5196,5196,'yst_prominent_words','',0,1),(5197,5197,'yst_prominent_words','',0,1),(5198,5198,'yst_prominent_words','',0,1),(5199,5199,'yst_prominent_words','',0,1),(5200,5200,'yst_prominent_words','',0,1),(5201,5201,'yst_prominent_words','',0,1),(5202,5202,'yst_prominent_words','',0,1),(5203,5203,'yst_prominent_words','',0,1),(5204,5204,'yst_prominent_words','',0,1),(5205,5205,'yst_prominent_words','',0,1),(5206,5206,'yst_prominent_words','',0,1),(5207,5207,'yst_prominent_words','',0,1),(5208,5208,'yst_prominent_words','',0,1),(5209,5209,'yst_prominent_words','',0,1),(5210,5210,'yst_prominent_words','',0,1),(5211,5211,'post_tag','',0,2),(5212,5212,'post_tag','',0,1),(5213,5213,'post_tag','',0,1),(5214,5214,'post_tag','',0,1),(5215,5215,'yst_prominent_words','',0,1),(5216,5216,'yst_prominent_words','',0,1),(5217,5217,'yst_prominent_words','',0,1),(5218,5218,'yst_prominent_words','',0,1),(5219,5219,'yst_prominent_words','',0,0),(5220,5220,'yst_prominent_words','',0,0),(5221,5221,'yst_prominent_words','',0,0),(5222,5222,'yst_prominent_words','',0,4),(5223,5223,'post_tag','',0,2),(5224,5224,'post_tag','',0,1),(5225,5225,'yst_prominent_words','',0,1),(5226,5226,'post_tag','',0,2),(5227,5227,'yst_prominent_words','',0,1),(5228,5228,'yst_prominent_words','',0,1),(5229,5229,'yst_prominent_words','',0,1),(5230,5230,'yst_prominent_words','',0,1),(5231,5231,'yst_prominent_words','',0,2),(5232,5232,'yst_prominent_words','',0,0),(5233,5233,'yst_prominent_words','',0,1),(5234,5234,'yst_prominent_words','',0,0),(5235,5235,'yst_prominent_words','',0,0),(5236,5236,'yst_prominent_words','',0,1),(5237,5237,'yst_prominent_words','',0,1),(5238,5238,'yst_prominent_words','',0,1),(5239,5239,'yst_prominent_words','',0,2),(5240,5240,'yst_prominent_words','',0,1),(5241,5241,'post_tag','',0,1),(5242,5242,'post_tag','',0,1),(5243,5243,'post_tag','',0,2),(5244,5244,'post_tag','',0,2),(5245,5245,'post_tag','',0,1),(5246,5246,'yst_prominent_words','',0,1),(5247,5247,'yst_prominent_words','',0,8),(5248,5248,'yst_prominent_words','',0,2),(5249,5249,'yst_prominent_words','',0,1),(5250,5250,'yst_prominent_words','',0,1),(5251,5251,'yst_prominent_words','',0,0),(5252,5252,'yst_prominent_words','',0,0),(5253,5253,'yst_prominent_words','',0,5),(5254,5254,'yst_prominent_words','',0,1),(5255,5255,'yst_prominent_words','',0,1),(5256,5256,'yst_prominent_words','',0,1),(5257,5257,'yst_prominent_words','',0,1),(5258,5258,'yst_prominent_words','',0,1),(5259,5259,'yst_prominent_words','',0,1),(5260,5260,'yst_prominent_words','',0,2),(5261,5261,'yst_prominent_words','',0,1),(5262,5262,'yst_prominent_words','',0,1),(5263,5263,'yst_prominent_words','',0,1),(5264,5264,'yst_prominent_words','',0,1),(5265,5265,'yst_prominent_words','',0,1),(5266,5266,'yst_prominent_words','',0,0),(5267,5267,'yst_prominent_words','',0,0),(5268,5268,'post_tag','',0,1),(5269,5269,'post_tag','',0,0),(5270,5270,'post_tag','',0,1),(5271,5271,'post_tag','',0,1),(5272,5272,'post_tag','',0,1),(5273,5273,'post_tag','',0,1),(5274,5274,'yst_prominent_words','',0,0),(5275,5275,'yst_prominent_words','',0,2),(5276,5276,'yst_prominent_words','',0,1),(5277,5277,'yst_prominent_words','',0,0),(5278,5278,'yst_prominent_words','',0,2),(5279,5279,'yst_prominent_words','',0,0),(5280,5280,'yst_prominent_words','',0,0),(5281,5281,'yst_prominent_words','',0,1),(5282,5282,'yst_prominent_words','',0,0),(5283,5283,'yst_prominent_words','',0,0),(5284,5284,'yst_prominent_words','',0,0),(5285,5285,'yst_prominent_words','',0,0),(5286,5286,'yst_prominent_words','',0,1),(5287,5287,'yst_prominent_words','',0,1),(5288,5288,'yst_prominent_words','',0,1),(5289,5289,'yst_prominent_words','',0,1),(5290,5290,'yst_prominent_words','',0,1),(5291,5291,'post_tag','',0,1),(5292,5292,'post_tag','',0,3),(5293,5293,'yst_prominent_words','',0,1),(5294,5294,'yst_prominent_words','',0,1),(5295,5295,'yst_prominent_words','',0,1),(5296,5296,'yst_prominent_words','',0,1),(5297,5297,'yst_prominent_words','',0,1),(5298,5298,'yst_prominent_words','',0,1),(5299,5299,'yst_prominent_words','',0,1),(5300,5300,'yst_prominent_words','',0,0),(5301,5301,'yst_prominent_words','',0,1),(5302,5302,'yst_prominent_words','',0,1),(5303,5303,'yst_prominent_words','',0,1),(5304,5304,'yst_prominent_words','',0,1),(5305,5305,'yst_prominent_words','',0,1),(5306,5306,'yst_prominent_words','',0,1),(5307,5307,'yst_prominent_words','',0,1),(5308,5308,'yst_prominent_words','',0,1),(5309,5309,'yst_prominent_words','',0,4),(5310,5310,'yst_prominent_words','',0,2),(5311,5311,'yst_prominent_words','',0,1),(5312,5312,'yst_prominent_words','',0,1),(5313,5313,'yst_prominent_words','',0,1),(5314,5314,'yst_prominent_words','',0,3),(5315,5315,'yst_prominent_words','',0,0),(5316,5316,'yst_prominent_words','',0,3),(5317,5317,'post_tag','',0,1),(5318,5318,'post_tag','',0,2),(5319,5319,'yst_prominent_words','',0,0),(5320,5320,'yst_prominent_words','',0,0),(5321,5321,'yst_prominent_words','',0,0),(5322,5322,'yst_prominent_words','',0,1),(5323,5323,'yst_prominent_words','',0,0),(5324,5324,'yst_prominent_words','',0,0),(5325,5325,'yst_prominent_words','',0,0),(5326,5326,'yst_prominent_words','',0,3),(5327,5327,'yst_prominent_words','',0,0),(5328,5328,'yst_prominent_words','',0,2),(5329,5329,'yst_prominent_words','',0,0),(5330,5330,'yst_prominent_words','',0,1),(5331,5331,'yst_prominent_words','',0,0),(5332,5332,'yst_prominent_words','',0,1),(5333,5333,'yst_prominent_words','',0,1),(5334,5334,'yst_prominent_words','',0,1),(5335,5335,'yst_prominent_words','',0,1),(5336,5336,'yst_prominent_words','',0,0),(5337,5337,'yst_prominent_words','',0,1),(5338,5338,'yst_prominent_words','',0,1),(5339,5339,'yst_prominent_words','',0,1),(5340,5340,'yst_prominent_words','',0,1),(5341,5341,'yst_prominent_words','',0,1),(5342,5342,'yst_prominent_words','',0,2),(5343,5343,'yst_prominent_words','',0,1),(5344,5344,'yst_prominent_words','',0,1),(5345,5345,'yst_prominent_words','',0,1),(5346,5346,'yst_prominent_words','',0,0),(5347,5347,'yst_prominent_words','',0,1),(5348,5348,'yst_prominent_words','',0,1),(5349,5349,'yst_prominent_words','',0,1),(5350,5350,'yst_prominent_words','',0,2),(5351,5351,'yst_prominent_words','',0,2),(5352,5352,'yst_prominent_words','',0,0),(5353,5353,'yst_prominent_words','',0,1),(5354,5354,'yst_prominent_words','',0,2),(5355,5355,'yst_prominent_words','',0,0),(5356,5356,'post_tag','',0,1),(5357,5357,'post_tag','',0,2),(5358,5358,'post_tag','',0,0),(5359,5359,'post_tag','',0,1),(5360,5360,'post_tag','',0,1),(5361,5361,'post_tag','',0,2),(5362,5362,'yst_prominent_words','',0,1),(5363,5363,'yst_prominent_words','',0,1),(5364,5364,'yst_prominent_words','',0,1),(5365,5365,'yst_prominent_words','',0,1),(5366,5366,'yst_prominent_words','',0,1),(5367,5367,'yst_prominent_words','',0,0),(5368,5368,'yst_prominent_words','',0,1),(5369,5369,'yst_prominent_words','',0,1),(5370,5370,'yst_prominent_words','',0,1),(5371,5371,'yst_prominent_words','',0,0),(5372,5372,'yst_prominent_words','',0,0),(5373,5373,'yst_prominent_words','',0,1),(5374,5374,'yst_prominent_words','',0,1),(5375,5375,'yst_prominent_words','',0,1),(5376,5376,'yst_prominent_words','',0,2),(5377,5377,'yst_prominent_words','',0,1),(5378,5378,'yst_prominent_words','',0,1),(5379,5379,'yst_prominent_words','',0,1),(5380,5380,'post_tag','',0,2),(5381,5381,'post_tag','',0,1),(5382,5382,'post_tag','',0,0),(5383,5383,'post_tag','',0,1),(5384,5384,'yst_prominent_words','',0,0),(5385,5385,'yst_prominent_words','',0,0),(5386,5386,'yst_prominent_words','',0,0),(5387,5387,'yst_prominent_words','',0,1),(5388,5388,'yst_prominent_words','',0,0),(5389,5389,'yst_prominent_words','',0,0),(5390,5390,'yst_prominent_words','',0,0),(5391,5391,'yst_prominent_words','',0,0),(5392,5392,'yst_prominent_words','',0,0),(5393,5393,'yst_prominent_words','',0,4),(5394,5394,'yst_prominent_words','',0,0),(5395,5395,'yst_prominent_words','',0,1),(5396,5396,'yst_prominent_words','',0,0),(5397,5397,'yst_prominent_words','',0,0),(5398,5398,'yst_prominent_words','',0,2),(5399,5399,'yst_prominent_words','',0,1),(5400,5400,'yst_prominent_words','',0,0),(5401,5401,'yst_prominent_words','',0,1),(5402,5402,'yst_prominent_words','',0,1),(5403,5403,'yst_prominent_words','',0,1),(5404,5404,'yst_prominent_words','',0,1),(5405,5405,'yst_prominent_words','',0,1),(5406,5406,'yst_prominent_words','',0,1),(5407,5407,'post_tag','',0,1),(5408,5408,'post_tag','',0,1),(5409,5409,'post_tag','',0,1),(5410,5410,'post_tag','',0,1),(5411,5411,'post_tag','',0,1),(5412,5412,'yst_prominent_words','',0,1),(5413,5413,'yst_prominent_words','',0,1),(5414,5414,'yst_prominent_words','',0,10),(5415,5415,'yst_prominent_words','',0,0),(5416,5416,'yst_prominent_words','',0,0),(5417,5417,'yst_prominent_words','',0,0),(5418,5418,'yst_prominent_words','',0,0),(5419,5419,'yst_prominent_words','',0,0),(5420,5420,'yst_prominent_words','',0,0),(5421,5421,'yst_prominent_words','',0,0),(5422,5422,'yst_prominent_words','',0,0),(5423,5423,'yst_prominent_words','',0,0),(5424,5424,'yst_prominent_words','',0,0),(5425,5425,'yst_prominent_words','',0,1),(5426,5426,'yst_prominent_words','',0,1),(5427,5427,'yst_prominent_words','',0,0),(5428,5428,'yst_prominent_words','',0,2),(5429,5429,'yst_prominent_words','',0,2),(5430,5430,'yst_prominent_words','',0,2),(5431,5431,'yst_prominent_words','',0,2),(5432,5432,'yst_prominent_words','',0,0),(5433,5433,'yst_prominent_words','',0,0),(5434,5434,'yst_prominent_words','',0,0),(5435,5435,'yst_prominent_words','',0,1),(5436,5436,'yst_prominent_words','',0,0),(5437,5437,'yst_prominent_words','',0,1),(5438,5438,'yst_prominent_words','',0,0),(5439,5439,'yst_prominent_words','',0,4),(5440,5440,'yst_prominent_words','',0,0),(5441,5441,'yst_prominent_words','',0,1),(5442,5442,'yst_prominent_words','',0,1),(5443,5443,'yst_prominent_words','',0,1),(5444,5444,'yst_prominent_words','',0,1),(5445,5445,'yst_prominent_words','',0,4),(5446,5446,'yst_prominent_words','',0,1),(5447,5447,'yst_prominent_words','',0,1),(5448,5448,'yst_prominent_words','',0,1),(5449,5449,'yst_prominent_words','',0,1),(5450,5450,'yst_prominent_words','',0,1),(5451,5451,'yst_prominent_words','',0,1),(5452,5452,'yst_prominent_words','',0,1),(5453,5453,'yst_prominent_words','',0,1),(5454,5454,'yst_prominent_words','',0,0),(5455,5455,'yst_prominent_words','',0,0),(5456,5456,'yst_prominent_words','',0,0),(5457,5457,'yst_prominent_words','',0,1),(5458,5458,'yst_prominent_words','',0,1),(5459,5459,'yst_prominent_words','',0,0),(5460,5460,'yst_prominent_words','',0,9),(5461,5461,'yst_prominent_words','',0,0),(5462,5462,'yst_prominent_words','',0,0),(5463,5463,'yst_prominent_words','',0,1),(5464,5464,'yst_prominent_words','',0,1),(5465,5465,'yst_prominent_words','',0,1),(5466,5466,'yst_prominent_words','',0,1),(5467,5467,'yst_prominent_words','',0,0),(5468,5468,'yst_prominent_words','',0,1),(5469,5469,'yst_prominent_words','',0,0),(5470,5470,'post_tag','',0,1),(5471,5471,'post_tag','',0,1),(5472,5472,'post_tag','',0,1),(5473,5473,'post_tag','',0,24),(5474,5474,'post_tag','',0,3),(5475,5475,'post_tag','',0,1),(5476,5476,'yst_prominent_words','',0,0),(5477,5477,'yst_prominent_words','',0,0),(5478,5478,'yst_prominent_words','',0,0),(5479,5479,'yst_prominent_words','',0,1),(5480,5480,'yst_prominent_words','',0,0),(5481,5481,'yst_prominent_words','',0,0),(5482,5482,'yst_prominent_words','',0,0),(5483,5483,'yst_prominent_words','',0,0),(5484,5484,'yst_prominent_words','',0,0),(5485,5485,'yst_prominent_words','',0,0),(5486,5486,'yst_prominent_words','',0,0),(5487,5487,'yst_prominent_words','',0,0),(5488,5488,'yst_prominent_words','',0,0),(5489,5489,'yst_prominent_words','',0,1),(5490,5490,'yst_prominent_words','',0,0),(5491,5491,'yst_prominent_words','',0,3),(5492,5492,'yst_prominent_words','',0,0),(5493,5493,'yst_prominent_words','',0,0),(5494,5494,'yst_prominent_words','',0,0),(5495,5495,'yst_prominent_words','',0,0),(5496,5496,'yst_prominent_words','',0,0),(5497,5497,'yst_prominent_words','',0,0),(5498,5498,'yst_prominent_words','',0,0),(5499,5499,'yst_prominent_words','',0,0),(5500,5500,'yst_prominent_words','',0,0),(5501,5501,'yst_prominent_words','',0,0),(5502,5502,'yst_prominent_words','',0,0),(5503,5503,'yst_prominent_words','',0,0),(5504,5504,'post_tag','',0,1),(5505,5505,'post_tag','',0,1),(5506,5506,'post_tag','',0,1),(5507,5507,'yst_prominent_words','',0,0),(5508,5508,'yst_prominent_words','',0,1),(5509,5509,'yst_prominent_words','',0,0),(5510,5510,'yst_prominent_words','',0,1),(5511,5511,'yst_prominent_words','',0,1),(5512,5512,'yst_prominent_words','',0,2),(5513,5513,'yst_prominent_words','',0,1),(5514,5514,'yst_prominent_words','',0,1),(5515,5515,'yst_prominent_words','',0,1),(5516,5516,'post_tag','',0,1),(5517,5517,'post_tag','',0,1),(5518,5518,'post_tag','',0,1),(5519,5519,'post_tag','',0,1),(5520,5520,'yst_prominent_words','',0,1),(5521,5521,'yst_prominent_words','',0,1),(5522,5522,'yst_prominent_words','',0,1),(5523,5523,'yst_prominent_words','',0,1),(5524,5524,'yst_prominent_words','',0,1),(5525,5525,'yst_prominent_words','',0,3),(5526,5526,'yst_prominent_words','',0,1),(5527,5527,'yst_prominent_words','',0,1),(5528,5528,'yst_prominent_words','',0,0),(5529,5529,'yst_prominent_words','',0,3),(5530,5530,'yst_prominent_words','',0,2),(5531,5531,'yst_prominent_words','',0,1),(5532,5532,'yst_prominent_words','',0,1),(5533,5533,'yst_prominent_words','',0,0),(5534,5534,'yst_prominent_words','',0,2),(5535,5535,'yst_prominent_words','',0,2),(5536,5536,'yst_prominent_words','',0,1),(5537,5537,'yst_prominent_words','',0,1),(5538,5538,'yst_prominent_words','',0,0),(5539,5539,'yst_prominent_words','',0,0),(5540,5540,'yst_prominent_words','',0,0),(5541,5541,'yst_prominent_words','',0,0),(5542,5542,'yst_prominent_words','',0,0),(5543,5543,'yst_prominent_words','',0,0),(5544,5544,'yst_prominent_words','',0,0),(5545,5545,'yst_prominent_words','',0,0),(5546,5546,'yst_prominent_words','',0,0),(5547,5547,'yst_prominent_words','',0,0),(5548,5548,'yst_prominent_words','',0,0),(5549,5549,'yst_prominent_words','',0,0),(5550,5550,'yst_prominent_words','',0,0),(5551,5551,'yst_prominent_words','',0,0),(5552,5552,'yst_prominent_words','',0,0),(5553,5553,'yst_prominent_words','',0,0),(5554,5554,'yst_prominent_words','',0,0),(5555,5555,'yst_prominent_words','',0,0),(5556,5556,'yst_prominent_words','',0,0),(5557,5557,'yst_prominent_words','',0,0),(5558,5558,'yst_prominent_words','',0,0),(5559,5559,'yst_prominent_words','',0,0),(5560,5560,'yst_prominent_words','',0,0),(5561,5561,'yst_prominent_words','',0,0),(5562,5562,'yst_prominent_words','',0,0),(5563,5563,'yst_prominent_words','',0,0),(5564,5564,'yst_prominent_words','',0,0),(5565,5565,'yst_prominent_words','',0,0),(5566,5566,'yst_prominent_words','',0,0),(5567,5567,'yst_prominent_words','',0,0),(5568,5568,'yst_prominent_words','',0,0),(5569,5569,'yst_prominent_words','',0,1),(5570,5570,'yst_prominent_words','',0,0),(5571,5571,'yst_prominent_words','',0,0),(5572,5572,'yst_prominent_words','',0,0),(5573,5573,'yst_prominent_words','',0,0),(5574,5574,'yst_prominent_words','',0,0),(5575,5575,'post_tag','',0,1),(5576,5576,'post_tag','',0,1),(5577,5577,'post_tag','',0,1),(5578,5578,'post_tag','',0,1),(5579,5579,'yst_prominent_words','',0,3),(5580,5580,'yst_prominent_words','',0,1),(5581,5581,'yst_prominent_words','',0,0),(5582,5582,'yst_prominent_words','',0,2),(5583,5583,'yst_prominent_words','',0,0),(5584,5584,'yst_prominent_words','',0,1),(5585,5585,'yst_prominent_words','',0,0),(5586,5586,'yst_prominent_words','',0,0),(5587,5587,'yst_prominent_words','',0,1),(5588,5588,'yst_prominent_words','',0,2),(5589,5589,'yst_prominent_words','',0,0),(5590,5590,'post_tag','',0,2),(5591,5591,'post_tag','',0,1),(5592,5592,'post_tag','',0,1),(5593,5593,'post_tag','',0,0),(5594,5594,'post_tag','',0,1),(5595,5595,'post_tag','',0,2),(5596,5596,'yst_prominent_words','',0,1),(5597,5597,'yst_prominent_words','',0,1),(5598,5598,'yst_prominent_words','',0,3),(5599,5599,'yst_prominent_words','',0,2),(5600,5600,'yst_prominent_words','',0,3),(5601,5601,'yst_prominent_words','',0,2),(5602,5602,'yst_prominent_words','',0,3),(5603,5603,'yst_prominent_words','',0,2),(5604,5604,'yst_prominent_words','',0,2),(5605,5605,'post_tag','',0,1),(5606,5606,'post_tag','',0,1),(5607,5607,'post_tag','',0,3),(5608,5608,'post_tag','',0,1),(5609,5609,'yst_prominent_words','',0,1),(5610,5610,'yst_prominent_words','',0,5),(5611,5611,'yst_prominent_words','',0,1),(5612,5612,'yst_prominent_words','',0,3),(5613,5613,'yst_prominent_words','',0,0),(5614,5614,'yst_prominent_words','',0,0),(5615,5615,'yst_prominent_words','',0,0),(5616,5616,'yst_prominent_words','',0,0),(5617,5617,'yst_prominent_words','',0,0),(5618,5618,'yst_prominent_words','',0,0),(5619,5619,'yst_prominent_words','',0,1),(5620,5620,'yst_prominent_words','',0,1),(5621,5621,'yst_prominent_words','',0,1),(5622,5622,'yst_prominent_words','',0,2),(5623,5623,'yst_prominent_words','',0,2),(5624,5624,'yst_prominent_words','',0,1),(5625,5625,'yst_prominent_words','',0,2),(5626,5626,'post_tag','',0,1),(5627,5627,'yst_prominent_words','',0,0),(5628,5628,'yst_prominent_words','',0,1),(5629,5629,'post_tag','',0,1),(5630,5630,'post_tag','',0,1),(5631,5631,'yst_prominent_words','',0,1),(5632,5632,'yst_prominent_words','',0,1),(5633,5633,'yst_prominent_words','',0,1),(5634,5634,'yst_prominent_words','',0,7),(5635,5635,'yst_prominent_words','',0,1),(5636,5636,'yst_prominent_words','',0,1),(5637,5637,'yst_prominent_words','',0,3),(5638,5638,'yst_prominent_words','',0,1),(5639,5639,'yst_prominent_words','',0,0),(5640,5640,'yst_prominent_words','',0,0),(5641,5641,'yst_prominent_words','',0,1),(5642,5642,'yst_prominent_words','',0,0),(5643,5643,'yst_prominent_words','',0,0),(5644,5644,'yst_prominent_words','',0,2),(5645,5645,'yst_prominent_words','',0,1),(5646,5646,'yst_prominent_words','',0,1),(5647,5647,'yst_prominent_words','',0,1),(5648,5648,'yst_prominent_words','',0,1),(5649,5649,'yst_prominent_words','',0,1),(5650,5650,'yst_prominent_words','',0,1),(5651,5651,'post_tag','',0,1),(5652,5652,'post_tag','',0,1),(5653,5653,'post_tag','',0,1),(5654,5654,'yst_prominent_words','',0,1),(5655,5655,'yst_prominent_words','',0,1),(5656,5656,'yst_prominent_words','',0,1),(5657,5657,'yst_prominent_words','',0,1),(5658,5658,'yst_prominent_words','',0,1),(5659,5659,'yst_prominent_words','',0,2),(5660,5660,'yst_prominent_words','',0,4),(5661,5661,'yst_prominent_words','',0,0),(5662,5662,'yst_prominent_words','',0,1),(5663,5663,'yst_prominent_words','',0,1),(5664,5664,'yst_prominent_words','',0,1),(5665,5665,'yst_prominent_words','',0,0),(5666,5666,'yst_prominent_words','',0,1),(5667,5667,'yst_prominent_words','',0,0),(5668,5668,'yst_prominent_words','',0,1),(5669,5669,'yst_prominent_words','',0,1),(5670,5670,'yst_prominent_words','',0,1),(5671,5671,'yst_prominent_words','',0,1),(5672,5672,'yst_prominent_words','',0,0),(5673,5673,'yst_prominent_words','',0,1),(5674,5674,'yst_prominent_words','',0,0),(5675,5675,'yst_prominent_words','',0,1),(5676,5676,'yst_prominent_words','',0,0),(5677,5677,'yst_prominent_words','',0,0),(5678,5678,'post_tag','',0,1),(5679,5679,'post_tag','',0,1),(5680,5680,'post_tag','',0,1),(5681,5681,'yst_prominent_words','',0,0),(5682,5682,'yst_prominent_words','',0,0),(5683,5683,'yst_prominent_words','',0,0),(5684,5684,'yst_prominent_words','',0,0),(5685,5685,'yst_prominent_words','',0,3),(5686,5686,'yst_prominent_words','',0,1),(5687,5687,'yst_prominent_words','',0,1),(5688,5688,'yst_prominent_words','',0,1),(5689,5689,'yst_prominent_words','',0,1),(5690,5690,'yst_prominent_words','',0,1),(5691,5691,'yst_prominent_words','',0,1),(5692,5692,'yst_prominent_words','',0,1),(5693,5693,'yst_prominent_words','',0,1),(5694,5694,'yst_prominent_words','',0,1),(5695,5695,'yst_prominent_words','',0,0),(5696,5696,'yst_prominent_words','',0,3),(5697,5697,'yst_prominent_words','',0,2),(5698,5698,'yst_prominent_words','',0,0),(5699,5699,'yst_prominent_words','',0,0),(5700,5700,'yst_prominent_words','',0,0),(5701,5701,'yst_prominent_words','',0,3),(5702,5702,'yst_prominent_words','',0,0),(5703,5703,'yst_prominent_words','',0,0),(5704,5704,'yst_prominent_words','',0,0),(5705,5705,'yst_prominent_words','',0,1),(5706,5706,'yst_prominent_words','',0,0),(5707,5707,'yst_prominent_words','',0,0),(5708,5708,'yst_prominent_words','',0,0),(5709,5709,'yst_prominent_words','',0,0),(5710,5710,'yst_prominent_words','',0,0),(5711,5711,'yst_prominent_words','',0,0),(5712,5712,'yst_prominent_words','',0,0),(5713,5713,'yst_prominent_words','',0,0),(5714,5714,'yst_prominent_words','',0,0),(5715,5715,'yst_prominent_words','',0,0),(5716,5716,'yst_prominent_words','',0,0),(5717,5717,'yst_prominent_words','',0,0),(5718,5718,'yst_prominent_words','',0,0),(5719,5719,'post_tag','',0,1),(5720,5720,'yst_prominent_words','',0,1),(5721,5721,'yst_prominent_words','',0,1),(5722,5722,'yst_prominent_words','',0,0),(5723,5723,'yst_prominent_words','',0,1),(5724,5724,'yst_prominent_words','',0,1),(5725,5725,'yst_prominent_words','',0,2),(5726,5726,'yst_prominent_words','',0,1),(5727,5727,'yst_prominent_words','',0,1),(5728,5728,'yst_prominent_words','',0,1),(5729,5729,'yst_prominent_words','',0,1),(5730,5730,'post_tag','',0,1),(5731,5731,'post_tag','',0,1),(5732,5732,'yst_prominent_words','',0,0),(5733,5733,'yst_prominent_words','',0,0),(5734,5734,'yst_prominent_words','',0,1),(5735,5735,'yst_prominent_words','',0,0),(5736,5736,'yst_prominent_words','',0,6),(5737,5737,'yst_prominent_words','',0,5),(5738,5738,'yst_prominent_words','',0,0),(5739,5739,'yst_prominent_words','',0,0),(5740,5740,'yst_prominent_words','',0,0),(5741,5741,'yst_prominent_words','',0,0),(5742,5742,'yst_prominent_words','',0,1),(5743,5743,'yst_prominent_words','',0,0),(5744,5744,'yst_prominent_words','',0,1),(5745,5745,'yst_prominent_words','',0,0),(5746,5746,'post_tag','',0,1),(5747,5747,'post_tag','',0,2),(5748,5748,'yst_prominent_words','',0,0),(5749,5749,'yst_prominent_words','',0,0),(5750,5750,'yst_prominent_words','',0,1),(5751,5751,'yst_prominent_words','',0,6),(5752,5752,'yst_prominent_words','',0,1),(5753,5753,'yst_prominent_words','',0,0),(5754,5754,'yst_prominent_words','',0,0),(5755,5755,'yst_prominent_words','',0,2),(5756,5756,'yst_prominent_words','',0,2),(5757,5757,'yst_prominent_words','',0,0),(5758,5758,'yst_prominent_words','',0,2),(5759,5759,'yst_prominent_words','',0,1),(5760,5760,'yst_prominent_words','',0,0),(5761,5761,'post_tag','',0,1),(5762,5762,'yst_prominent_words','',0,1),(5763,5763,'yst_prominent_words','',0,1),(5764,5764,'yst_prominent_words','',0,1),(5765,5765,'yst_prominent_words','',0,1),(5766,5766,'yst_prominent_words','',0,1),(5767,5767,'yst_prominent_words','',0,1),(5768,5768,'yst_prominent_words','',0,1),(5769,5769,'yst_prominent_words','',0,1),(5770,5770,'yst_prominent_words','',0,1),(5771,5771,'yst_prominent_words','',0,1),(5772,5772,'yst_prominent_words','',0,1),(5773,5773,'yst_prominent_words','',0,1),(5774,5774,'yst_prominent_words','',0,1),(5775,5775,'yst_prominent_words','',0,1),(5776,5776,'yst_prominent_words','',0,1),(5777,5777,'yst_prominent_words','',0,1),(5778,5778,'yst_prominent_words','',0,1),(5779,5779,'yst_prominent_words','',0,1),(5780,5780,'yst_prominent_words','',0,1),(5781,5781,'yst_prominent_words','',0,1),(5782,5782,'yst_prominent_words','',0,2),(5783,5783,'yst_prominent_words','',0,0),(5784,5784,'yst_prominent_words','',0,0),(5785,5785,'yst_prominent_words','',0,0),(5786,5786,'yst_prominent_words','',0,0),(5787,5787,'yst_prominent_words','',0,1),(5788,5788,'yst_prominent_words','',0,0),(5789,5789,'yst_prominent_words','',0,0),(5790,5790,'yst_prominent_words','',0,1),(5791,5791,'yst_prominent_words','',0,0),(5792,5792,'yst_prominent_words','',0,0),(5793,5793,'yst_prominent_words','',0,1),(5794,5794,'yst_prominent_words','',0,2),(5795,5795,'yst_prominent_words','',0,0),(5796,5796,'yst_prominent_words','',0,0),(5797,5797,'yst_prominent_words','',0,0),(5798,5798,'yst_prominent_words','',0,0),(5799,5799,'yst_prominent_words','',0,0),(5800,5800,'yst_prominent_words','',0,0),(5801,5801,'yst_prominent_words','',0,0),(5802,5802,'yst_prominent_words','',0,0),(5803,5803,'yst_prominent_words','',0,0),(5804,5804,'yst_prominent_words','',0,0),(5805,5805,'yst_prominent_words','',0,0),(5806,5806,'yst_prominent_words','',0,0),(5807,5807,'yst_prominent_words','',0,0),(5808,5808,'yst_prominent_words','',0,0),(5809,5809,'yst_prominent_words','',0,0),(5810,5810,'yst_prominent_words','',0,1),(5811,5811,'yst_prominent_words','',0,0),(5812,5812,'yst_prominent_words','',0,0),(5813,5813,'yst_prominent_words','',0,0),(5814,5814,'yst_prominent_words','',0,0),(5815,5815,'yst_prominent_words','',0,0),(5816,5816,'yst_prominent_words','',0,0),(5817,5817,'yst_prominent_words','',0,2),(5818,5818,'yst_prominent_words','',0,2),(5819,5819,'yst_prominent_words','',0,2),(5820,5820,'yst_prominent_words','',0,1),(5821,5821,'yst_prominent_words','',0,3),(5822,5822,'yst_prominent_words','',0,1),(5823,5823,'yst_prominent_words','',0,1),(5824,5824,'yst_prominent_words','',0,1),(5825,5825,'yst_prominent_words','',0,1),(5826,5826,'yst_prominent_words','',0,1),(5827,5827,'yst_prominent_words','',0,1),(5828,5828,'post_tag','',0,2),(5829,5829,'post_tag','',0,2),(5830,5830,'post_tag','',0,1),(5831,5831,'post_tag','',0,1),(5832,5832,'post_tag','',0,1),(5833,5833,'post_tag','',0,1),(5834,5834,'post_tag','',0,1),(5835,5835,'yst_prominent_words','',0,1),(5836,5836,'yst_prominent_words','',0,1),(5837,5837,'yst_prominent_words','',0,1),(5838,5838,'yst_prominent_words','',0,0),(5839,5839,'yst_prominent_words','',0,1),(5840,5840,'yst_prominent_words','',0,1),(5841,5841,'yst_prominent_words','',0,1),(5842,5842,'yst_prominent_words','',0,1),(5843,5843,'yst_prominent_words','',0,0),(5844,5844,'yst_prominent_words','',0,0),(5845,5845,'yst_prominent_words','',0,1),(5846,5846,'yst_prominent_words','',0,1),(5847,5847,'yst_prominent_words','',0,1),(5848,5848,'yst_prominent_words','',0,1),(5849,5849,'yst_prominent_words','',0,0),(5850,5850,'yst_prominent_words','',0,1),(5851,5851,'yst_prominent_words','',0,0),(5852,5852,'yst_prominent_words','',0,1),(5853,5853,'post_tag','',0,1),(5854,5854,'yst_prominent_words','',0,1),(5855,5855,'yst_prominent_words','',0,4),(5856,5856,'yst_prominent_words','',0,1),(5857,5857,'yst_prominent_words','',0,0),(5858,5858,'yst_prominent_words','',0,0),(5859,5859,'yst_prominent_words','',0,1),(5860,5860,'yst_prominent_words','',0,1),(5861,5861,'yst_prominent_words','',0,1),(5862,5862,'yst_prominent_words','',0,0),(5863,5863,'yst_prominent_words','',0,0),(5864,5864,'yst_prominent_words','',0,0),(5865,5865,'yst_prominent_words','',0,1),(5866,5866,'yst_prominent_words','',0,0),(5867,5867,'yst_prominent_words','',0,0),(5868,5868,'yst_prominent_words','',0,1),(5869,5869,'yst_prominent_words','',0,1),(5870,5870,'yst_prominent_words','',0,1),(5871,5871,'yst_prominent_words','',0,1),(5872,5872,'yst_prominent_words','',0,1),(5873,5873,'yst_prominent_words','',0,0),(5874,5874,'yst_prominent_words','',0,1),(5875,5875,'yst_prominent_words','',0,0),(5876,5876,'yst_prominent_words','',0,3),(5877,5877,'yst_prominent_words','',0,2),(5878,5878,'yst_prominent_words','',0,3),(5879,5879,'yst_prominent_words','',0,2),(5880,5880,'yst_prominent_words','',0,1),(5881,5881,'yst_prominent_words','',0,0),(5882,5882,'yst_prominent_words','',0,0),(5883,5883,'yst_prominent_words','',0,0),(5884,5884,'yst_prominent_words','',0,0),(5885,5885,'yst_prominent_words','',0,0),(5886,5886,'yst_prominent_words','',0,0),(5887,5887,'yst_prominent_words','',0,0),(5888,5888,'yst_prominent_words','',0,1),(5889,5889,'yst_prominent_words','',0,1),(5890,5890,'yst_prominent_words','',0,1),(5891,5891,'yst_prominent_words','',0,1),(5892,5892,'yst_prominent_words','',0,2),(5893,5893,'yst_prominent_words','',0,2),(5894,5894,'yst_prominent_words','',0,2),(5895,5895,'yst_prominent_words','',0,2),(5896,5896,'post_tag','',0,1),(5897,5897,'post_tag','',0,1),(5898,5898,'yst_prominent_words','',0,0),(5899,5899,'yst_prominent_words','',0,0),(5900,5900,'post_tag','',0,1),(5901,5901,'post_tag','',0,1),(5902,5902,'post_tag','',0,1),(5903,5903,'post_tag','',0,2),(5904,5904,'yst_prominent_words','',0,3),(5905,5905,'yst_prominent_words','',0,1),(5906,5906,'yst_prominent_words','',0,5),(5907,5907,'yst_prominent_words','',0,6),(5908,5908,'yst_prominent_words','',0,0),(5909,5909,'yst_prominent_words','',0,1),(5910,5910,'yst_prominent_words','',0,0),(5911,5911,'yst_prominent_words','',0,0),(5912,5912,'yst_prominent_words','',0,0),(5913,5913,'yst_prominent_words','',0,0),(5914,5914,'yst_prominent_words','',0,6),(5915,5915,'yst_prominent_words','',0,0),(5916,5916,'yst_prominent_words','',0,1),(5917,5917,'yst_prominent_words','',0,0),(5918,5918,'yst_prominent_words','',0,1),(5919,5919,'yst_prominent_words','',0,1),(5920,5920,'yst_prominent_words','',0,1),(5921,5921,'yst_prominent_words','',0,1),(5922,5922,'yst_prominent_words','',0,1),(5923,5923,'yst_prominent_words','',0,0),(5924,5924,'yst_prominent_words','',0,1),(5925,5925,'yst_prominent_words','',0,1),(5926,5926,'yst_prominent_words','',0,1),(5927,5927,'yst_prominent_words','',0,1),(5928,5928,'yst_prominent_words','',0,1),(5929,5929,'yst_prominent_words','',0,1),(5930,5930,'yst_prominent_words','',0,1),(5931,5931,'yst_prominent_words','',0,1),(5932,5932,'yst_prominent_words','',0,1),(5933,5933,'yst_prominent_words','',0,1),(5934,5934,'post_tag','',0,1),(5935,5935,'post_tag','',0,1),(5936,5936,'post_tag','',0,1),(5937,5937,'yst_prominent_words','',0,4),(5938,5938,'yst_prominent_words','',0,1),(5939,5939,'yst_prominent_words','',0,1),(5940,5940,'yst_prominent_words','',0,1),(5941,5941,'yst_prominent_words','',0,1),(5942,5942,'yst_prominent_words','',0,3),(5943,5943,'yst_prominent_words','',0,1),(5944,5944,'yst_prominent_words','',0,1),(5945,5945,'yst_prominent_words','',0,1),(5946,5946,'yst_prominent_words','',0,1),(5947,5947,'yst_prominent_words','',0,2),(5948,5948,'yst_prominent_words','',0,1),(5949,5949,'yst_prominent_words','',0,1),(5950,5950,'yst_prominent_words','',0,1),(5951,5951,'post_tag','',0,1),(5952,5952,'post_tag','',0,1),(5953,5953,'post_tag','',0,1),(5954,5954,'post_tag','',0,1),(5955,5955,'post_tag','',0,1),(5956,5956,'post_tag','',0,1),(5957,5957,'yst_prominent_words','',0,1),(5958,5958,'yst_prominent_words','',0,1),(5959,5959,'yst_prominent_words','',0,1),(5960,5960,'yst_prominent_words','',0,1),(5961,5961,'yst_prominent_words','',0,1),(5962,5962,'yst_prominent_words','',0,3),(5963,5963,'yst_prominent_words','',0,1),(5964,5964,'yst_prominent_words','',0,1),(5965,5965,'yst_prominent_words','',0,0),(5966,5966,'yst_prominent_words','',0,0),(5967,5967,'yst_prominent_words','',0,0),(5968,5968,'yst_prominent_words','',0,1),(5969,5969,'yst_prominent_words','',0,1),(5970,5970,'yst_prominent_words','',0,1),(5971,5971,'yst_prominent_words','',0,1),(5972,5972,'post_tag','',0,2),(5973,5973,'post_tag','',0,2),(5974,5974,'yst_prominent_words','',0,2),(5975,5975,'yst_prominent_words','',0,0),(5976,5976,'yst_prominent_words','',0,1),(5977,5977,'yst_prominent_words','',0,0),(5978,5978,'yst_prominent_words','',0,0),(5979,5979,'yst_prominent_words','',0,0),(5980,5980,'yst_prominent_words','',0,1),(5981,5981,'yst_prominent_words','',0,1),(5982,5982,'yst_prominent_words','',0,0),(5983,5983,'yst_prominent_words','',0,1),(5984,5984,'yst_prominent_words','',0,0),(5985,5985,'yst_prominent_words','',0,0),(5986,5986,'yst_prominent_words','',0,1),(5987,5987,'yst_prominent_words','',0,1),(5988,5988,'yst_prominent_words','',0,0),(5989,5989,'yst_prominent_words','',0,0),(5990,5990,'yst_prominent_words','',0,1),(5991,5991,'yst_prominent_words','',0,0),(5992,5992,'yst_prominent_words','',0,1),(5993,5993,'yst_prominent_words','',0,3),(5994,5994,'yst_prominent_words','',0,1),(5995,5995,'yst_prominent_words','',0,0),(5996,5996,'yst_prominent_words','',0,1),(5997,5997,'yst_prominent_words','',0,0),(5998,5998,'yst_prominent_words','',0,2),(5999,5999,'yst_prominent_words','',0,1),(6000,6000,'yst_prominent_words','',0,1),(6001,6001,'yst_prominent_words','',0,1),(6002,6002,'yst_prominent_words','',0,0),(6003,6003,'yst_prominent_words','',0,1),(6004,6004,'yst_prominent_words','',0,1),(6005,6005,'yst_prominent_words','',0,2),(6006,6006,'yst_prominent_words','',0,2),(6007,6007,'yst_prominent_words','',0,0),(6008,6008,'yst_prominent_words','',0,0),(6009,6009,'post_tag','',0,1),(6010,6010,'post_tag','',0,1),(6011,6011,'post_tag','',0,2),(6012,6012,'post_tag','',0,1),(6013,6013,'post_tag','',0,1),(6014,6014,'yst_prominent_words','',0,0),(6015,6015,'yst_prominent_words','',0,0),(6016,6016,'yst_prominent_words','',0,0),(6017,6017,'yst_prominent_words','',0,0),(6018,6018,'yst_prominent_words','',0,1),(6019,6019,'yst_prominent_words','',0,0),(6020,6020,'yst_prominent_words','',0,0),(6021,6021,'yst_prominent_words','',0,0),(6022,6022,'yst_prominent_words','',0,0),(6023,6023,'yst_prominent_words','',0,2),(6024,6024,'yst_prominent_words','',0,1),(6025,6025,'yst_prominent_words','',0,1),(6026,6026,'yst_prominent_words','',0,1),(6027,6027,'yst_prominent_words','',0,1),(6028,6028,'yst_prominent_words','',0,0),(6029,6029,'yst_prominent_words','',0,2),(6030,6030,'yst_prominent_words','',0,0),(6031,6031,'yst_prominent_words','',0,0),(6032,6032,'yst_prominent_words','',0,0),(6033,6033,'yst_prominent_words','',0,1),(6034,6034,'yst_prominent_words','',0,0),(6035,6035,'yst_prominent_words','',0,0),(6036,6036,'yst_prominent_words','',0,1),(6037,6037,'yst_prominent_words','',0,2),(6038,6038,'yst_prominent_words','',0,2),(6039,6039,'yst_prominent_words','',0,3),(6040,6040,'yst_prominent_words','',0,1),(6041,6041,'yst_prominent_words','',0,1),(6042,6042,'yst_prominent_words','',0,3),(6043,6043,'yst_prominent_words','',0,1),(6044,6044,'yst_prominent_words','',0,3),(6045,6045,'yst_prominent_words','',0,2),(6046,6046,'yst_prominent_words','',0,1),(6047,6047,'yst_prominent_words','',0,2),(6048,6048,'yst_prominent_words','',0,0),(6049,6049,'yst_prominent_words','',0,0),(6050,6050,'yst_prominent_words','',0,1),(6051,6051,'yst_prominent_words','',0,1),(6052,6052,'yst_prominent_words','',0,1),(6053,6053,'yst_prominent_words','',0,1),(6054,6054,'yst_prominent_words','',0,1),(6055,6055,'yst_prominent_words','',0,1),(6056,6056,'post_tag','',0,1),(6057,6057,'yst_prominent_words','',0,1),(6058,6058,'yst_prominent_words','',0,0),(6059,6059,'yst_prominent_words','',0,0),(6060,6060,'yst_prominent_words','',0,0),(6061,6061,'yst_prominent_words','',0,1),(6062,6062,'yst_prominent_words','',0,0),(6063,6063,'yst_prominent_words','',0,0),(6064,6064,'yst_prominent_words','',0,0),(6065,6065,'yst_prominent_words','',0,0),(6066,6066,'yst_prominent_words','',0,0),(6067,6067,'yst_prominent_words','',0,0),(6068,6068,'post_tag','',0,2),(6069,6069,'yst_prominent_words','',0,1),(6070,6070,'yst_prominent_words','',0,0),(6071,6071,'yst_prominent_words','',0,1),(6072,6072,'yst_prominent_words','',0,1),(6073,6073,'yst_prominent_words','',0,0),(6074,6074,'yst_prominent_words','',0,1),(6075,6075,'yst_prominent_words','',0,1),(6076,6076,'yst_prominent_words','',0,1),(6077,6077,'yst_prominent_words','',0,0),(6078,6078,'yst_prominent_words','',0,1),(6079,6079,'yst_prominent_words','',0,1),(6080,6080,'yst_prominent_words','',0,1),(6081,6081,'yst_prominent_words','',0,1),(6082,6082,'yst_prominent_words','',0,1),(6083,6083,'yst_prominent_words','',0,1),(6084,6084,'yst_prominent_words','',0,2),(6085,6085,'yst_prominent_words','',0,2),(6086,6086,'yst_prominent_words','',0,2),(6087,6087,'yst_prominent_words','',0,4),(6088,6088,'yst_prominent_words','',0,2),(6089,6089,'yst_prominent_words','',0,2),(6090,6090,'yst_prominent_words','',0,1),(6091,6091,'yst_prominent_words','',0,1),(6092,6092,'yst_prominent_words','',0,1),(6093,6093,'yst_prominent_words','',0,1),(6094,6094,'yst_prominent_words','',0,0),(6095,6095,'yst_prominent_words','',0,0),(6096,6096,'yst_prominent_words','',0,1),(6097,6097,'yst_prominent_words','',0,2),(6098,6098,'yst_prominent_words','',0,0),(6099,6099,'yst_prominent_words','',0,0),(6100,6100,'yst_prominent_words','',0,11),(6101,6101,'yst_prominent_words','',0,0),(6102,6102,'post_tag','',0,1),(6103,6103,'post_tag','',0,1),(6104,6104,'post_tag','',0,1),(6105,6105,'post_tag','',0,2),(6106,6106,'post_tag','',0,1),(6107,6107,'post_tag','',0,1),(6108,6108,'yst_prominent_words','',0,1),(6109,6109,'yst_prominent_words','',0,1),(6110,6110,'yst_prominent_words','',0,1),(6111,6111,'yst_prominent_words','',0,1),(6112,6112,'yst_prominent_words','',0,1),(6113,6113,'yst_prominent_words','',0,2),(6114,6114,'yst_prominent_words','',0,1),(6115,6115,'yst_prominent_words','',0,1),(6116,6116,'yst_prominent_words','',0,0),(6117,6117,'yst_prominent_words','',0,0),(6118,6118,'yst_prominent_words','',0,1),(6119,6119,'yst_prominent_words','',0,1),(6120,6120,'yst_prominent_words','',0,1),(6121,6121,'yst_prominent_words','',0,1),(6122,6122,'yst_prominent_words','',0,3),(6123,6123,'yst_prominent_words','',0,4),(6124,6124,'yst_prominent_words','',0,0),(6125,6125,'yst_prominent_words','',0,2),(6126,6126,'yst_prominent_words','',0,0),(6127,6127,'yst_prominent_words','',0,0),(6128,6128,'yst_prominent_words','',0,4),(6129,6129,'yst_prominent_words','',0,0),(6130,6130,'yst_prominent_words','',0,0),(6131,6131,'yst_prominent_words','',0,1),(6132,6132,'yst_prominent_words','',0,1),(6133,6133,'yst_prominent_words','',0,1),(6134,6134,'yst_prominent_words','',0,0),(6135,6135,'yst_prominent_words','',0,0),(6136,6136,'yst_prominent_words','',0,0),(6137,6137,'yst_prominent_words','',0,1),(6138,6138,'post_tag','',0,1),(6139,6139,'post_tag','',0,10),(6140,6140,'post_tag','',0,1),(6141,6141,'yst_prominent_words','',0,0),(6142,6142,'yst_prominent_words','',0,1),(6143,6143,'yst_prominent_words','',0,1),(6144,6144,'yst_prominent_words','',0,0),(6145,6145,'yst_prominent_words','',0,1),(6146,6146,'yst_prominent_words','',0,1),(6147,6147,'yst_prominent_words','',0,1),(6148,6148,'yst_prominent_words','',0,0),(6149,6149,'yst_prominent_words','',0,3),(6150,6150,'yst_prominent_words','',0,4),(6151,6151,'yst_prominent_words','',0,4),(6152,6152,'yst_prominent_words','',0,2),(6153,6153,'yst_prominent_words','',0,5),(6154,6154,'yst_prominent_words','',0,2),(6155,6155,'yst_prominent_words','',0,0),(6156,6156,'yst_prominent_words','',0,0),(6157,6157,'yst_prominent_words','',0,0),(6158,6158,'yst_prominent_words','',0,0),(6159,6159,'yst_prominent_words','',0,0),(6160,6160,'post_tag','',0,1),(6161,6161,'post_tag','',0,2),(6162,6162,'yst_prominent_words','',0,0),(6163,6163,'post_tag','',0,3),(6164,6164,'post_tag','',0,2),(6165,6165,'yst_prominent_words','',0,1),(6166,6166,'yst_prominent_words','',0,1),(6167,6167,'yst_prominent_words','',0,0),(6168,6168,'yst_prominent_words','',0,0),(6169,6169,'yst_prominent_words','',0,0),(6170,6170,'yst_prominent_words','',0,0),(6171,6171,'yst_prominent_words','',0,0),(6172,6172,'yst_prominent_words','',0,0),(6173,6173,'yst_prominent_words','',0,0),(6174,6174,'yst_prominent_words','',0,0),(6175,6175,'yst_prominent_words','',0,1),(6176,6176,'yst_prominent_words','',0,1),(6177,6177,'yst_prominent_words','',0,1),(6178,6178,'yst_prominent_words','',0,3),(6179,6179,'yst_prominent_words','',0,0),(6180,6180,'yst_prominent_words','',0,0),(6181,6181,'yst_prominent_words','',0,1),(6182,6182,'yst_prominent_words','',0,0),(6183,6183,'yst_prominent_words','',0,0),(6184,6184,'yst_prominent_words','',0,0),(6185,6185,'yst_prominent_words','',0,1),(6186,6186,'yst_prominent_words','',0,1),(6187,6187,'yst_prominent_words','',0,1),(6188,6188,'yst_prominent_words','',0,1),(6189,6189,'yst_prominent_words','',0,0),(6190,6190,'yst_prominent_words','',0,0),(6191,6191,'yst_prominent_words','',0,1),(6192,6192,'yst_prominent_words','',0,1),(6193,6193,'yst_prominent_words','',0,1),(6194,6194,'yst_prominent_words','',0,1),(6195,6195,'yst_prominent_words','',0,1),(6196,6196,'yst_prominent_words','',0,1),(6197,6197,'yst_prominent_words','',0,1),(6198,6198,'yst_prominent_words','',0,1),(6199,6199,'yst_prominent_words','',0,1),(6200,6200,'yst_prominent_words','',0,1),(6201,6201,'yst_prominent_words','',0,1),(6202,6202,'yst_prominent_words','',0,0),(6203,6203,'yst_prominent_words','',0,0),(6204,6204,'yst_prominent_words','',0,0),(6205,6205,'yst_prominent_words','',0,0),(6206,6206,'yst_prominent_words','',0,0),(6207,6207,'yst_prominent_words','',0,0),(6208,6208,'yst_prominent_words','',0,0),(6209,6209,'yst_prominent_words','',0,0),(6210,6210,'post_tag','',0,1),(6211,6211,'yst_prominent_words','',0,1),(6212,6212,'yst_prominent_words','',0,1),(6213,6213,'post_tag','',0,1),(6214,6214,'post_tag','',0,1),(6215,6215,'post_tag','',0,1),(6216,6216,'post_tag','',0,1),(6217,6217,'post_tag','',0,5),(6218,6218,'post_tag','',0,3),(6219,6219,'yst_prominent_words','',0,1),(6220,6220,'yst_prominent_words','',0,3),(6221,6221,'yst_prominent_words','',0,2),(6222,6222,'yst_prominent_words','',0,1),(6223,6223,'yst_prominent_words','',0,1),(6224,6224,'yst_prominent_words','',0,0),(6225,6225,'yst_prominent_words','',0,0),(6226,6226,'yst_prominent_words','',0,1),(6227,6227,'yst_prominent_words','',0,1),(6228,6228,'yst_prominent_words','',0,1),(6229,6229,'yst_prominent_words','',0,1),(6230,6230,'yst_prominent_words','',0,1),(6231,6231,'yst_prominent_words','',0,1),(6232,6232,'yst_prominent_words','',0,2),(6233,6233,'yst_prominent_words','',0,1),(6234,6234,'yst_prominent_words','',0,2),(6235,6235,'yst_prominent_words','',0,1),(6236,6236,'yst_prominent_words','',0,1),(6237,6237,'yst_prominent_words','',0,1),(6238,6238,'yst_prominent_words','',0,1),(6239,6239,'yst_prominent_words','',0,1),(6240,6240,'yst_prominent_words','',0,1),(6241,6241,'yst_prominent_words','',0,1),(6242,6242,'yst_prominent_words','',0,1),(6243,6243,'yst_prominent_words','',0,1),(6244,6244,'yst_prominent_words','',0,1),(6245,6245,'yst_prominent_words','',0,1),(6246,6246,'post_tag','',0,3),(6247,6247,'post_tag','',0,3),(6248,6248,'post_tag','',0,1),(6249,6249,'post_tag','',0,1),(6250,6250,'post_tag','',0,1),(6251,6251,'yst_prominent_words','',0,1),(6252,6252,'post_tag','',0,1),(6253,6253,'post_tag','',0,1),(6254,6254,'post_tag','',0,1),(6255,6255,'yst_prominent_words','',0,0),(6256,6256,'yst_prominent_words','',0,0),(6257,6257,'yst_prominent_words','',0,0),(6258,6258,'yst_prominent_words','',0,0),(6259,6259,'yst_prominent_words','',0,0),(6260,6260,'yst_prominent_words','',0,0),(6261,6261,'yst_prominent_words','',0,1),(6262,6262,'yst_prominent_words','',0,0),(6263,6263,'yst_prominent_words','',0,1),(6264,6264,'yst_prominent_words','',0,0),(6265,6265,'yst_prominent_words','',0,1),(6266,6266,'yst_prominent_words','',0,1),(6267,6267,'yst_prominent_words','',0,1),(6268,6268,'yst_prominent_words','',0,1),(6269,6269,'yst_prominent_words','',0,1),(6270,6270,'yst_prominent_words','',0,1),(6271,6271,'yst_prominent_words','',0,0),(6272,6272,'yst_prominent_words','',0,3),(6273,6273,'yst_prominent_words','',0,1),(6274,6274,'yst_prominent_words','',0,1),(6275,6275,'yst_prominent_words','',0,2),(6276,6276,'yst_prominent_words','',0,2),(6277,6277,'yst_prominent_words','',0,1),(6278,6278,'yst_prominent_words','',0,2),(6279,6279,'post_tag','',0,2),(6280,6280,'post_tag','',0,1),(6281,6281,'post_tag','',0,0),(6282,6282,'post_tag','',0,1),(6283,6283,'yst_prominent_words','',0,1),(6284,6284,'yst_prominent_words','',0,1),(6285,6285,'yst_prominent_words','',0,1),(6286,6286,'yst_prominent_words','',0,1),(6287,6287,'yst_prominent_words','',0,1),(6288,6288,'yst_prominent_words','',0,1),(6289,6289,'yst_prominent_words','',0,1),(6290,6290,'yst_prominent_words','',0,1),(6291,6291,'yst_prominent_words','',0,1),(6292,6292,'yst_prominent_words','',0,1),(6293,6293,'yst_prominent_words','',0,1),(6294,6294,'yst_prominent_words','',0,1),(6295,6295,'yst_prominent_words','',0,1),(6296,6296,'yst_prominent_words','',0,3),(6297,6297,'yst_prominent_words','',0,3),(6298,6298,'yst_prominent_words','',0,0),(6299,6299,'yst_prominent_words','',0,0),(6300,6300,'yst_prominent_words','',0,0),(6301,6301,'yst_prominent_words','',0,0),(6302,6302,'post_tag','',0,1),(6303,6303,'post_tag','',0,2),(6304,6304,'post_tag','',0,1),(6305,6305,'post_tag','',0,1),(6306,6306,'post_tag','',0,1),(6307,6307,'post_tag','',0,1),(6308,6308,'post_tag','',0,1),(6309,6309,'post_tag','',0,0),(6310,6310,'post_tag','',0,1),(6311,6311,'yst_prominent_words','',0,3),(6312,6312,'post_tag','',0,3),(6313,6313,'yst_prominent_words','',0,6),(6314,6314,'yst_prominent_words','',0,1),(6315,6315,'yst_prominent_words','',0,1),(6316,6316,'yst_prominent_words','',0,3),(6317,6317,'yst_prominent_words','',0,4),(6318,6318,'yst_prominent_words','',0,0),(6319,6319,'yst_prominent_words','',0,1),(6320,6320,'yst_prominent_words','',0,3),(6321,6321,'yst_prominent_words','',0,0),(6322,6322,'yst_prominent_words','',0,2),(6323,6323,'yst_prominent_words','',0,2),(6324,6324,'yst_prominent_words','',0,0),(6325,6325,'yst_prominent_words','',0,0),(6326,6326,'yst_prominent_words','',0,0),(6327,6327,'yst_prominent_words','',0,0),(6328,6328,'yst_prominent_words','',0,0),(6329,6329,'yst_prominent_words','',0,0),(6330,6330,'yst_prominent_words','',0,0),(6331,6331,'yst_prominent_words','',0,1),(6332,6332,'yst_prominent_words','',0,0),(6333,6333,'yst_prominent_words','',0,1),(6334,6334,'yst_prominent_words','',0,0),(6335,6335,'yst_prominent_words','',0,5),(6336,6336,'yst_prominent_words','',0,1),(6337,6337,'yst_prominent_words','',0,1),(6338,6338,'yst_prominent_words','',0,0),(6339,6339,'yst_prominent_words','',0,0),(6340,6340,'yst_prominent_words','',0,1),(6341,6341,'yst_prominent_words','',0,5),(6342,6342,'yst_prominent_words','',0,6),(6343,6343,'yst_prominent_words','',0,1),(6344,6344,'yst_prominent_words','',0,1),(6345,6345,'yst_prominent_words','',0,0),(6346,6346,'yst_prominent_words','',0,1),(6347,6347,'yst_prominent_words','',0,0),(6348,6348,'yst_prominent_words','',0,3),(6349,6349,'yst_prominent_words','',0,7),(6350,6350,'yst_prominent_words','',0,1),(6351,6351,'yst_prominent_words','',0,1),(6352,6352,'post_tag','',0,4),(6353,6353,'post_tag','',0,2),(6354,6354,'yst_prominent_words','',0,1),(6355,6355,'yst_prominent_words','',0,2),(6356,6356,'yst_prominent_words','',0,1),(6357,6357,'yst_prominent_words','',0,1),(6358,6358,'yst_prominent_words','',0,1),(6359,6359,'yst_prominent_words','',0,5),(6360,6360,'yst_prominent_words','',0,1),(6361,6361,'yst_prominent_words','',0,3),(6362,6362,'yst_prominent_words','',0,1),(6363,6363,'yst_prominent_words','',0,1),(6364,6364,'yst_prominent_words','',0,1),(6365,6365,'post_tag','',0,1),(6366,6366,'post_tag','',0,1),(6367,6367,'post_tag','',0,1),(6368,6368,'post_tag','',0,1),(6369,6369,'yst_prominent_words','',0,1),(6370,6370,'yst_prominent_words','',0,1),(6371,6371,'yst_prominent_words','',0,3),(6372,6372,'yst_prominent_words','',0,2),(6373,6373,'yst_prominent_words','',0,1),(6374,6374,'yst_prominent_words','',0,1),(6375,6375,'yst_prominent_words','',0,1),(6376,6376,'post_tag','',0,1),(6377,6377,'post_tag','',0,1),(6378,6378,'post_tag','',0,1),(6379,6379,'post_tag','',0,1),(6380,6380,'yst_prominent_words','',0,0),(6381,6381,'yst_prominent_words','',0,1),(6382,6382,'yst_prominent_words','',0,1),(6383,6383,'yst_prominent_words','',0,1),(6384,6384,'yst_prominent_words','',0,1),(6385,6385,'yst_prominent_words','',0,1),(6386,6386,'yst_prominent_words','',0,1),(6387,6387,'yst_prominent_words','',0,1),(6388,6388,'yst_prominent_words','',0,1),(6389,6389,'yst_prominent_words','',0,1),(6390,6390,'yst_prominent_words','',0,1),(6391,6391,'yst_prominent_words','',0,1),(6392,6392,'yst_prominent_words','',0,1),(6393,6393,'yst_prominent_words','',0,3),(6394,6394,'post_tag','',0,1),(6395,6395,'post_tag','',0,1),(6396,6396,'post_tag','',0,1),(6397,6397,'post_tag','',0,1),(6398,6398,'post_tag','',0,1),(6399,6399,'yst_prominent_words','',0,1),(6400,6400,'yst_prominent_words','',0,1),(6401,6401,'yst_prominent_words','',0,4),(6402,6402,'yst_prominent_words','',0,0),(6403,6403,'yst_prominent_words','',0,2),(6404,6404,'yst_prominent_words','',0,1),(6405,6405,'yst_prominent_words','',0,1),(6406,6406,'yst_prominent_words','',0,2),(6407,6407,'yst_prominent_words','',0,1),(6408,6408,'yst_prominent_words','',0,0),(6409,6409,'yst_prominent_words','',0,1),(6410,6410,'yst_prominent_words','',0,1),(6411,6411,'yst_prominent_words','',0,0),(6412,6412,'yst_prominent_words','',0,1),(6413,6413,'yst_prominent_words','',0,1),(6414,6414,'yst_prominent_words','',0,0),(6415,6415,'yst_prominent_words','',0,0),(6416,6416,'yst_prominent_words','',0,0),(6417,6417,'yst_prominent_words','',0,0),(6418,6418,'yst_prominent_words','',0,0),(6419,6419,'yst_prominent_words','',0,1),(6420,6420,'yst_prominent_words','',0,1),(6421,6421,'yst_prominent_words','',0,1),(6422,6422,'yst_prominent_words','',0,1),(6423,6423,'yst_prominent_words','',0,1),(6424,6424,'yst_prominent_words','',0,1),(6425,6425,'yst_prominent_words','',0,0),(6426,6426,'yst_prominent_words','',0,0),(6427,6427,'yst_prominent_words','',0,0),(6428,6428,'yst_prominent_words','',0,0),(6429,6429,'yst_prominent_words','',0,0),(6430,6430,'yst_prominent_words','',0,0),(6431,6431,'yst_prominent_words','',0,0),(6432,6432,'yst_prominent_words','',0,1),(6433,6433,'yst_prominent_words','',0,1),(6434,6434,'yst_prominent_words','',0,0),(6435,6435,'yst_prominent_words','',0,0),(6436,6436,'yst_prominent_words','',0,1),(6437,6437,'post_tag','',0,0),(6438,6438,'post_tag','',0,0),(6439,6439,'post_tag','',0,0),(6440,6440,'yst_prominent_words','',0,1),(6441,6441,'yst_prominent_words','',0,1),(6442,6442,'yst_prominent_words','',0,1),(6443,6443,'yst_prominent_words','',0,0),(6444,6444,'yst_prominent_words','',0,1),(6445,6445,'yst_prominent_words','',0,1),(6446,6446,'yst_prominent_words','',0,1),(6447,6447,'yst_prominent_words','',0,1),(6448,6448,'yst_prominent_words','',0,1),(6449,6449,'yst_prominent_words','',0,0),(6450,6450,'yst_prominent_words','',0,0),(6451,6451,'yst_prominent_words','',0,1),(6452,6452,'yst_prominent_words','',0,0),(6453,6453,'yst_prominent_words','',0,0),(6454,6454,'yst_prominent_words','',0,0),(6455,6455,'yst_prominent_words','',0,1),(6456,6456,'yst_prominent_words','',0,0),(6457,6457,'yst_prominent_words','',0,0),(6458,6458,'yst_prominent_words','',0,0),(6459,6459,'yst_prominent_words','',0,0),(6460,6460,'post_tag','',0,1),(6461,6461,'post_tag','',0,1),(6462,6462,'post_tag','',0,1),(6463,6463,'post_tag','',0,1),(6464,6464,'yst_prominent_words','',0,1),(6465,6465,'yst_prominent_words','',0,2),(6466,6466,'yst_prominent_words','',0,1),(6467,6467,'post_tag','',0,0),(6468,6468,'post_tag','',0,1),(6469,6469,'yst_prominent_words','',0,2),(6470,6470,'yst_prominent_words','',0,2),(6471,6471,'yst_prominent_words','',0,1),(6472,6472,'yst_prominent_words','',0,6),(6473,6473,'yst_prominent_words','',0,0),(6474,6474,'post_tag','',0,1),(6475,6475,'yst_prominent_words','',0,2),(6476,6476,'post_tag','',0,1),(6477,6477,'yst_prominent_words','',0,0),(6478,6478,'yst_prominent_words','',0,1),(6479,6479,'yst_prominent_words','',0,1),(6480,6480,'yst_prominent_words','',0,1),(6481,6481,'yst_prominent_words','',0,1),(6482,6482,'yst_prominent_words','',0,0),(6483,6483,'yst_prominent_words','',0,1),(6484,6484,'yst_prominent_words','',0,0),(6485,6485,'yst_prominent_words','',0,2),(6486,6486,'yst_prominent_words','',0,0),(6487,6487,'yst_prominent_words','',0,0),(6488,6488,'yst_prominent_words','',0,5),(6489,6489,'yst_prominent_words','',0,1),(6490,6490,'yst_prominent_words','',0,2),(6491,6491,'yst_prominent_words','',0,0),(6492,6492,'yst_prominent_words','',0,1),(6493,6493,'yst_prominent_words','',0,1),(6494,6494,'yst_prominent_words','',0,1),(6495,6495,'yst_prominent_words','',0,1),(6496,6496,'yst_prominent_words','',0,1),(6497,6497,'yst_prominent_words','',0,1),(6498,6498,'yst_prominent_words','',0,1),(6499,6499,'yst_prominent_words','',0,1),(6500,6500,'yst_prominent_words','',0,1),(6501,6501,'yst_prominent_words','',0,1),(6502,6502,'yst_prominent_words','',0,1),(6503,6503,'yst_prominent_words','',0,1),(6504,6504,'yst_prominent_words','',0,1),(6505,6505,'yst_prominent_words','',0,0),(6506,6506,'yst_prominent_words','',0,0),(6507,6507,'yst_prominent_words','',0,0),(6508,6508,'yst_prominent_words','',0,0),(6509,6509,'yst_prominent_words','',0,0),(6510,6510,'yst_prominent_words','',0,1),(6511,6511,'yst_prominent_words','',0,1),(6512,6512,'yst_prominent_words','',0,0),(6513,6513,'yst_prominent_words','',0,1),(6514,6514,'post_tag','',0,1),(6515,6515,'post_tag','',0,1),(6516,6516,'post_tag','',0,1),(6517,6517,'post_tag','',0,1),(6518,6518,'yst_prominent_words','',0,0),(6519,6519,'post_tag','',0,1),(6520,6520,'post_tag','',0,1),(6521,6521,'yst_prominent_words','',0,0),(6522,6522,'yst_prominent_words','',0,0),(6523,6523,'yst_prominent_words','',0,0),(6524,6524,'yst_prominent_words','',0,0),(6525,6525,'yst_prominent_words','',0,1),(6526,6526,'yst_prominent_words','',0,1),(6527,6527,'yst_prominent_words','',0,1),(6528,6528,'yst_prominent_words','',0,0),(6529,6529,'yst_prominent_words','',0,1),(6530,6530,'yst_prominent_words','',0,0),(6531,6531,'yst_prominent_words','',0,1),(6532,6532,'yst_prominent_words','',0,1),(6533,6533,'yst_prominent_words','',0,1),(6534,6534,'yst_prominent_words','',0,1),(6535,6535,'yst_prominent_words','',0,1),(6536,6536,'yst_prominent_words','',0,1),(6537,6537,'yst_prominent_words','',0,1),(6538,6538,'yst_prominent_words','',0,1),(6539,6539,'yst_prominent_words','',0,0),(6540,6540,'yst_prominent_words','',0,1),(6541,6541,'yst_prominent_words','',0,1),(6542,6542,'yst_prominent_words','',0,1),(6543,6543,'yst_prominent_words','',0,1),(6544,6544,'yst_prominent_words','',0,1),(6545,6545,'yst_prominent_words','',0,1),(6546,6546,'yst_prominent_words','',0,0),(6547,6547,'yst_prominent_words','',0,0),(6548,6548,'yst_prominent_words','',0,1),(6549,6549,'yst_prominent_words','',0,0),(6550,6550,'yst_prominent_words','',0,1),(6551,6551,'yst_prominent_words','',0,1),(6552,6552,'yst_prominent_words','',0,0),(6553,6553,'yst_prominent_words','',0,0),(6554,6554,'post_tag','',0,1),(6555,6555,'post_tag','',0,1),(6556,6556,'post_tag','',0,1),(6557,6557,'yst_prominent_words','',0,0),(6558,6558,'yst_prominent_words','',0,0),(6559,6559,'yst_prominent_words','',0,0),(6560,6560,'yst_prominent_words','',0,0),(6561,6561,'yst_prominent_words','',0,0),(6562,6562,'yst_prominent_words','',0,0),(6563,6563,'yst_prominent_words','',0,0),(6564,6564,'yst_prominent_words','',0,0),(6565,6565,'yst_prominent_words','',0,0),(6566,6566,'yst_prominent_words','',0,0),(6567,6567,'yst_prominent_words','',0,0),(6568,6568,'yst_prominent_words','',0,0),(6569,6569,'yst_prominent_words','',0,0),(6570,6570,'yst_prominent_words','',0,1),(6571,6571,'yst_prominent_words','',0,0),(6572,6572,'yst_prominent_words','',0,0),(6573,6573,'yst_prominent_words','',0,0),(6574,6574,'yst_prominent_words','',0,0),(6575,6575,'yst_prominent_words','',0,0),(6576,6576,'yst_prominent_words','',0,2),(6577,6577,'yst_prominent_words','',0,1),(6578,6578,'yst_prominent_words','',0,1),(6579,6579,'yst_prominent_words','',0,1),(6580,6580,'yst_prominent_words','',0,1),(6581,6581,'yst_prominent_words','',0,1),(6582,6582,'yst_prominent_words','',0,0),(6583,6583,'yst_prominent_words','',0,0),(6584,6584,'yst_prominent_words','',0,0),(6585,6585,'yst_prominent_words','',0,0),(6586,6586,'yst_prominent_words','',0,0),(6587,6587,'yst_prominent_words','',0,0),(6588,6588,'yst_prominent_words','',0,0),(6589,6589,'yst_prominent_words','',0,1),(6590,6590,'yst_prominent_words','',0,2),(6591,6591,'yst_prominent_words','',0,1),(6592,6592,'yst_prominent_words','',0,0),(6593,6593,'yst_prominent_words','',0,0),(6594,6594,'yst_prominent_words','',0,1),(6595,6595,'yst_prominent_words','',0,1),(6596,6596,'yst_prominent_words','',0,0),(6597,6597,'post_tag','',0,1),(6598,6598,'post_tag','',0,1),(6599,6599,'post_tag','',0,1),(6600,6600,'post_tag','',0,1),(6601,6601,'yst_prominent_words','',0,0),(6602,6602,'yst_prominent_words','',0,0),(6603,6603,'yst_prominent_words','',0,0),(6604,6604,'yst_prominent_words','',0,0),(6605,6605,'yst_prominent_words','',0,0),(6606,6606,'yst_prominent_words','',0,1),(6607,6607,'yst_prominent_words','',0,1),(6608,6608,'yst_prominent_words','',0,1),(6609,6609,'yst_prominent_words','',0,1),(6610,6610,'yst_prominent_words','',0,1),(6611,6611,'yst_prominent_words','',0,1),(6612,6612,'yst_prominent_words','',0,1),(6613,6613,'yst_prominent_words','',0,1),(6614,6614,'yst_prominent_words','',0,1),(6615,6615,'yst_prominent_words','',0,1),(6616,6616,'post_tag','',0,1),(6617,6617,'post_tag','',0,1),(6618,6618,'yst_prominent_words','',0,1),(6619,6619,'yst_prominent_words','',0,1),(6620,6620,'yst_prominent_words','',0,1),(6621,6621,'yst_prominent_words','',0,1),(6622,6622,'yst_prominent_words','',0,0),(6623,6623,'post_tag','',0,1),(6624,6624,'post_tag','',0,1),(6625,6625,'post_tag','',0,1),(6626,6626,'yst_prominent_words','',0,2),(6627,6627,'yst_prominent_words','',0,1),(6628,6628,'yst_prominent_words','',0,1),(6629,6629,'yst_prominent_words','',0,2),(6630,6630,'yst_prominent_words','',0,1),(6631,6631,'yst_prominent_words','',0,1),(6632,6632,'yst_prominent_words','',0,1),(6633,6633,'yst_prominent_words','',0,3),(6634,6634,'yst_prominent_words','',0,0),(6635,6635,'yst_prominent_words','',0,0),(6636,6636,'yst_prominent_words','',0,1),(6637,6637,'yst_prominent_words','',0,0),(6638,6638,'yst_prominent_words','',0,1),(6639,6639,'yst_prominent_words','',0,1),(6640,6640,'yst_prominent_words','',0,1),(6641,6641,'yst_prominent_words','',0,1),(6642,6642,'yst_prominent_words','',0,1),(6643,6643,'yst_prominent_words','',0,1),(6644,6644,'yst_prominent_words','',0,3),(6645,6645,'yst_prominent_words','',0,2),(6646,6646,'yst_prominent_words','',0,2),(6647,6647,'yst_prominent_words','',0,1),(6648,6648,'post_tag','',0,1),(6649,6649,'post_tag','',0,2),(6650,6650,'post_tag','',0,3),(6651,6651,'post_tag','',0,2),(6652,6652,'post_tag','',0,1),(6653,6653,'post_tag','',0,1),(6654,6654,'post_tag','',0,1),(6655,6655,'yst_prominent_words','',0,1),(6656,6656,'yst_prominent_words','',0,1),(6657,6657,'yst_prominent_words','',0,4),(6658,6658,'yst_prominent_words','',0,1),(6659,6659,'yst_prominent_words','',0,2),(6660,6660,'yst_prominent_words','',0,1),(6661,6661,'yst_prominent_words','',0,1),(6662,6662,'yst_prominent_words','',0,1),(6663,6663,'yst_prominent_words','',0,0),(6664,6664,'yst_prominent_words','',0,0),(6665,6665,'yst_prominent_words','',0,3),(6666,6666,'yst_prominent_words','',0,0),(6667,6667,'yst_prominent_words','',0,1),(6668,6668,'yst_prominent_words','',0,1),(6669,6669,'yst_prominent_words','',0,1),(6670,6670,'yst_prominent_words','',0,1),(6671,6671,'yst_prominent_words','',0,1),(6672,6672,'yst_prominent_words','',0,1),(6673,6673,'yst_prominent_words','',0,1),(6674,6674,'post_tag','',0,1),(6675,6675,'post_tag','',0,1),(6676,6676,'post_tag','',0,1),(6677,6677,'post_tag','',0,1),(6678,6678,'post_tag','',0,1),(6679,6679,'post_tag','',0,1),(6680,6680,'yst_prominent_words','',0,1),(6681,6681,'yst_prominent_words','',0,1),(6682,6682,'yst_prominent_words','',0,0),(6683,6683,'yst_prominent_words','',0,1),(6684,6684,'yst_prominent_words','',0,1),(6685,6685,'yst_prominent_words','',0,2),(6686,6686,'yst_prominent_words','',0,1),(6687,6687,'yst_prominent_words','',0,0),(6688,6688,'yst_prominent_words','',0,1),(6689,6689,'yst_prominent_words','',0,1),(6690,6690,'yst_prominent_words','',0,0),(6691,6691,'yst_prominent_words','',0,1),(6692,6692,'yst_prominent_words','',0,0),(6693,6693,'yst_prominent_words','',0,1),(6694,6694,'yst_prominent_words','',0,1),(6695,6695,'yst_prominent_words','',0,1),(6696,6696,'yst_prominent_words','',0,1),(6697,6697,'yst_prominent_words','',0,1),(6698,6698,'yst_prominent_words','',0,1),(6699,6699,'yst_prominent_words','',0,6),(6700,6700,'yst_prominent_words','',0,2),(6701,6701,'yst_prominent_words','',0,1),(6702,6702,'post_tag','',0,1),(6703,6703,'post_tag','',0,0),(6704,6704,'post_tag','',0,1),(6705,6705,'post_tag','',0,1),(6706,6706,'post_tag','',0,1),(6707,6707,'yst_prominent_words','',0,1),(6708,6708,'yst_prominent_words','',0,0),(6709,6709,'yst_prominent_words','',0,1),(6710,6710,'yst_prominent_words','',0,5),(6711,6711,'yst_prominent_words','',0,0),(6712,6712,'yst_prominent_words','',0,2),(6713,6713,'yst_prominent_words','',0,1),(6714,6714,'yst_prominent_words','',0,1),(6715,6715,'yst_prominent_words','',0,1),(6716,6716,'yst_prominent_words','',0,1),(6717,6717,'yst_prominent_words','',0,1),(6718,6718,'yst_prominent_words','',0,1),(6719,6719,'yst_prominent_words','',0,1),(6720,6720,'yst_prominent_words','',0,1),(6721,6721,'yst_prominent_words','',0,1),(6722,6722,'yst_prominent_words','',0,1),(6723,6723,'post_tag','',0,1),(6724,6724,'post_tag','',0,1),(6725,6725,'post_tag','',0,1),(6726,6726,'yst_prominent_words','',0,1),(6727,6727,'yst_prominent_words','',0,1),(6728,6728,'yst_prominent_words','',0,1),(6729,6729,'yst_prominent_words','',0,1),(6730,6730,'post_tag','',0,1),(6731,6731,'post_tag','',0,1),(6732,6732,'post_tag','',0,1),(6733,6733,'yst_prominent_words','',0,2),(6734,6734,'yst_prominent_words','',0,1),(6735,6735,'yst_prominent_words','',0,20),(6736,6736,'yst_prominent_words','',0,1),(6737,6737,'yst_prominent_words','',0,1),(6738,6738,'yst_prominent_words','',0,0),(6739,6739,'yst_prominent_words','',0,0),(6740,6740,'yst_prominent_words','',0,0),(6741,6741,'yst_prominent_words','',0,0),(6742,6742,'yst_prominent_words','',0,1),(6743,6743,'yst_prominent_words','',0,0),(6744,6744,'yst_prominent_words','',0,1),(6745,6745,'yst_prominent_words','',0,1),(6746,6746,'yst_prominent_words','',0,1),(6747,6747,'yst_prominent_words','',0,1),(6748,6748,'yst_prominent_words','',0,1),(6749,6749,'yst_prominent_words','',0,1),(6750,6750,'yst_prominent_words','',0,1),(6751,6751,'yst_prominent_words','',0,1),(6752,6752,'yst_prominent_words','',0,1),(6753,6753,'yst_prominent_words','',0,1),(6754,6754,'yst_prominent_words','',0,1),(6755,6755,'yst_prominent_words','',0,1),(6756,6756,'yst_prominent_words','',0,1),(6757,6757,'yst_prominent_words','',0,1),(6758,6758,'yst_prominent_words','',0,1),(6759,6759,'yst_prominent_words','',0,0),(6760,6760,'post_tag','',0,4),(6761,6761,'post_tag','',0,11),(6762,6762,'post_tag','',0,1),(6763,6763,'post_tag','',0,1),(6764,6764,'yst_prominent_words','',0,1),(6765,6765,'yst_prominent_words','',0,1),(6766,6766,'yst_prominent_words','',0,1),(6767,6767,'yst_prominent_words','',0,1),(6768,6768,'yst_prominent_words','',0,1),(6769,6769,'post_tag','',0,1),(6770,6770,'yst_prominent_words','',0,1),(6771,6771,'yst_prominent_words','',0,1),(6772,6772,'yst_prominent_words','',0,1),(6773,6773,'yst_prominent_words','',0,1),(6774,6774,'yst_prominent_words','',0,1),(6775,6775,'yst_prominent_words','',0,1),(6776,6776,'yst_prominent_words','',0,1),(6777,6777,'yst_prominent_words','',0,1),(6778,6778,'yst_prominent_words','',0,1),(6779,6779,'yst_prominent_words','',0,1),(6780,6780,'yst_prominent_words','',0,1),(6781,6781,'yst_prominent_words','',0,1),(6782,6782,'yst_prominent_words','',0,0),(6783,6783,'yst_prominent_words','',0,1),(6784,6784,'yst_prominent_words','',0,1),(6785,6785,'yst_prominent_words','',0,1),(6786,6786,'yst_prominent_words','',0,1),(6787,6787,'yst_prominent_words','',0,1),(6788,6788,'yst_prominent_words','',0,1),(6789,6789,'yst_prominent_words','',0,0),(6790,6790,'yst_prominent_words','',0,1),(6791,6791,'yst_prominent_words','',0,1),(6792,6792,'yst_prominent_words','',0,1),(6793,6793,'post_tag','',0,1),(6794,6794,'post_tag','',0,1),(6795,6795,'post_tag','',0,1),(6796,6796,'post_tag','',0,1),(6797,6797,'yst_prominent_words','',0,1),(6798,6798,'post_tag','',0,1),(6799,6799,'post_tag','',0,1),(6800,6800,'yst_prominent_words','',0,2),(6801,6801,'yst_prominent_words','',0,1),(6802,6802,'yst_prominent_words','',0,1),(6803,6803,'yst_prominent_words','',0,2),(6804,6804,'yst_prominent_words','',0,2),(6805,6805,'yst_prominent_words','',0,1),(6806,6806,'post_tag','',0,1),(6807,6807,'post_tag','',0,1),(6808,6808,'post_tag','',0,1),(6809,6809,'post_tag','',0,1),(6810,6810,'yst_prominent_words','',0,1),(6811,6811,'yst_prominent_words','',0,1),(6812,6812,'yst_prominent_words','',0,1),(6813,6813,'yst_prominent_words','',0,1),(6814,6814,'yst_prominent_words','',0,1),(6815,6815,'yst_prominent_words','',0,1),(6816,6816,'yst_prominent_words','',0,0),(6817,6817,'yst_prominent_words','',0,3),(6818,6818,'yst_prominent_words','',0,1),(6819,6819,'yst_prominent_words','',0,1),(6820,6820,'yst_prominent_words','',0,0),(6821,6821,'yst_prominent_words','',0,0),(6822,6822,'yst_prominent_words','',0,0),(6823,6823,'post_tag','',0,1),(6824,6824,'post_tag','',0,1),(6825,6825,'post_tag','',0,2),(6826,6826,'yst_prominent_words','',0,1),(6827,6827,'yst_prominent_words','',0,1),(6828,6828,'yst_prominent_words','',0,1),(6829,6829,'yst_prominent_words','',0,1),(6830,6830,'yst_prominent_words','',0,1),(6831,6831,'yst_prominent_words','',0,1),(6832,6832,'yst_prominent_words','',0,1),(6833,6833,'yst_prominent_words','',0,1),(6834,6834,'yst_prominent_words','',0,1),(6835,6835,'yst_prominent_words','',0,1),(6836,6836,'yst_prominent_words','',0,1),(6837,6837,'yst_prominent_words','',0,1),(6838,6838,'post_tag','',0,1),(6839,6839,'post_tag','',0,1),(6840,6840,'post_tag','',0,1),(6841,6841,'post_tag','',0,2),(6842,6842,'yst_prominent_words','',0,1),(6843,6843,'yst_prominent_words','',0,1),(6844,6844,'yst_prominent_words','',0,1),(6845,6845,'yst_prominent_words','',0,1),(6846,6846,'yst_prominent_words','',0,1),(6847,6847,'yst_prominent_words','',0,1),(6848,6848,'yst_prominent_words','',0,1),(6849,6849,'yst_prominent_words','',0,1),(6850,6850,'yst_prominent_words','',0,1),(6851,6851,'yst_prominent_words','',0,1),(6852,6852,'yst_prominent_words','',0,1),(6853,6853,'yst_prominent_words','',0,1),(6854,6854,'yst_prominent_words','',0,1),(6855,6855,'yst_prominent_words','',0,1),(6856,6856,'yst_prominent_words','',0,1),(6857,6857,'yst_prominent_words','',0,1),(6858,6858,'yst_prominent_words','',0,0),(6859,6859,'yst_prominent_words','',0,0),(6860,6860,'yst_prominent_words','',0,0),(6861,6861,'yst_prominent_words','',0,1),(6862,6862,'yst_prominent_words','',0,1),(6863,6863,'yst_prominent_words','',0,2),(6864,6864,'yst_prominent_words','',0,0),(6865,6865,'yst_prominent_words','',0,0),(6866,6866,'yst_prominent_words','',0,0),(6867,6867,'yst_prominent_words','',0,1),(6868,6868,'yst_prominent_words','',0,1),(6869,6869,'yst_prominent_words','',0,1),(6870,6870,'yst_prominent_words','',0,1),(6871,6871,'yst_prominent_words','',0,1),(6872,6872,'yst_prominent_words','',0,1),(6873,6873,'yst_prominent_words','',0,1),(6874,6874,'yst_prominent_words','',0,1),(6875,6875,'yst_prominent_words','',0,1),(6876,6876,'yst_prominent_words','',0,1),(6877,6877,'post_tag','',0,1),(6878,6878,'post_tag','',0,1),(6879,6879,'post_tag','',0,1),(6880,6880,'post_tag','',0,1),(6881,6881,'post_tag','',0,1),(6882,6882,'yst_prominent_words','',0,0),(6883,6883,'yst_prominent_words','',0,1),(6884,6884,'yst_prominent_words','',0,0),(6885,6885,'yst_prominent_words','',0,1),(6886,6886,'yst_prominent_words','',0,1),(6887,6887,'yst_prominent_words','',0,1),(6888,6888,'yst_prominent_words','',0,0),(6889,6889,'yst_prominent_words','',0,1),(6890,6890,'post_tag','',0,1),(6891,6891,'post_tag','',0,1),(6892,6892,'yst_prominent_words','',0,1),(6893,6893,'yst_prominent_words','',0,1),(6894,6894,'yst_prominent_words','',0,1),(6895,6895,'yst_prominent_words','',0,1),(6896,6896,'yst_prominent_words','',0,1),(6897,6897,'yst_prominent_words','',0,1),(6898,6898,'yst_prominent_words','',0,1),(6899,6899,'yst_prominent_words','',0,1),(6900,6900,'yst_prominent_words','',0,1),(6901,6901,'yst_prominent_words','',0,1),(6902,6902,'yst_prominent_words','',0,1),(6903,6903,'yst_prominent_words','',0,1),(6904,6904,'yst_prominent_words','',0,5),(6905,6905,'yst_prominent_words','',0,1),(6906,6906,'yst_prominent_words','',0,0),(6907,6907,'yst_prominent_words','',0,1),(6908,6908,'yst_prominent_words','',0,0),(6909,6909,'yst_prominent_words','',0,0),(6910,6910,'yst_prominent_words','',0,0),(6911,6911,'yst_prominent_words','',0,1),(6912,6912,'yst_prominent_words','',0,1),(6913,6913,'yst_prominent_words','',0,1),(6914,6914,'yst_prominent_words','',0,1),(6915,6915,'yst_prominent_words','',0,1),(6916,6916,'yst_prominent_words','',0,0),(6917,6917,'yst_prominent_words','',0,0),(6918,6918,'yst_prominent_words','',0,1),(6919,6919,'yst_prominent_words','',0,1),(6920,6920,'yst_prominent_words','',0,1),(6921,6921,'yst_prominent_words','',0,1),(6922,6922,'yst_prominent_words','',0,1),(6923,6923,'yst_prominent_words','',0,1),(6924,6924,'yst_prominent_words','',0,1),(6925,6925,'yst_prominent_words','',0,1),(6926,6926,'yst_prominent_words','',0,0),(6927,6927,'yst_prominent_words','',0,0),(6928,6928,'yst_prominent_words','',0,1),(6929,6929,'yst_prominent_words','',0,1),(6930,6930,'yst_prominent_words','',0,1),(6931,6931,'yst_prominent_words','',0,1),(6932,6932,'yst_prominent_words','',0,1),(6933,6933,'yst_prominent_words','',0,1),(6934,6934,'yst_prominent_words','',0,1),(6935,6935,'yst_prominent_words','',0,0),(6936,6936,'post_tag','',0,1),(6937,6937,'post_tag','',0,1),(6938,6938,'post_tag','',0,2),(6939,6939,'post_tag','',0,1),(6940,6940,'post_tag','',0,1),(6941,6941,'post_tag','',0,1),(6942,6942,'post_tag','',0,3),(6943,6943,'post_tag','',0,3),(6944,6944,'yst_prominent_words','',0,1),(6945,6945,'yst_prominent_words','',0,1),(6946,6946,'yst_prominent_words','',0,1),(6947,6947,'yst_prominent_words','',0,1),(6948,6948,'yst_prominent_words','',0,1),(6949,6949,'yst_prominent_words','',0,0),(6950,6950,'yst_prominent_words','',0,1),(6951,6951,'yst_prominent_words','',0,1),(6952,6952,'yst_prominent_words','',0,1),(6953,6953,'yst_prominent_words','',0,1),(6954,6954,'yst_prominent_words','',0,1),(6955,6955,'yst_prominent_words','',0,1),(6956,6956,'yst_prominent_words','',0,1),(6957,6957,'yst_prominent_words','',0,1),(6958,6958,'yst_prominent_words','',0,0),(6959,6959,'yst_prominent_words','',0,0),(6960,6960,'yst_prominent_words','',0,1),(6961,6961,'yst_prominent_words','',0,2),(6962,6962,'yst_prominent_words','',0,1),(6963,6963,'yst_prominent_words','',0,1),(6964,6964,'yst_prominent_words','',0,1),(6965,6965,'yst_prominent_words','',0,2),(6966,6966,'yst_prominent_words','',0,2),(6967,6967,'yst_prominent_words','',0,2),(6968,6968,'yst_prominent_words','',0,1),(6969,6969,'yst_prominent_words','',0,1),(6970,6970,'yst_prominent_words','',0,2),(6971,6971,'yst_prominent_words','',0,1),(6972,6972,'yst_prominent_words','',0,1),(6973,6973,'yst_prominent_words','',0,1),(6974,6974,'yst_prominent_words','',0,1),(6975,6975,'yst_prominent_words','',0,2),(6976,6976,'yst_prominent_words','',0,2),(6977,6977,'yst_prominent_words','',0,1),(6978,6978,'yst_prominent_words','',0,0),(6979,6979,'yst_prominent_words','',0,2),(6980,6980,'yst_prominent_words','',0,0),(6981,6981,'yst_prominent_words','',0,0),(6982,6982,'yst_prominent_words','',0,0),(6983,6983,'yst_prominent_words','',0,0),(6984,6984,'yst_prominent_words','',0,0),(6985,6985,'yst_prominent_words','',0,0),(6986,6986,'yst_prominent_words','',0,2),(6987,6987,'yst_prominent_words','',0,0),(6988,6988,'yst_prominent_words','',0,0),(6989,6989,'yst_prominent_words','',0,0),(6990,6990,'yst_prominent_words','',0,0),(6991,6991,'yst_prominent_words','',0,3),(6992,6992,'yst_prominent_words','',0,1),(6993,6993,'yst_prominent_words','',0,3),(6994,6994,'yst_prominent_words','',0,1),(6995,6995,'yst_prominent_words','',0,2),(6996,6996,'yst_prominent_words','',0,1),(6997,6997,'yst_prominent_words','',0,1),(6998,6998,'yst_prominent_words','',0,2),(6999,6999,'yst_prominent_words','',0,3),(7000,7000,'yst_prominent_words','',0,2),(7001,7001,'yst_prominent_words','',0,0),(7002,7002,'yst_prominent_words','',0,0),(7003,7003,'post_tag','',0,0),(7004,7004,'post_tag','',0,1),(7005,7005,'post_tag','',0,0),(7006,7006,'post_tag','',0,1),(7007,7007,'yst_prominent_words','',0,0),(7008,7008,'yst_prominent_words','',0,0),(7009,7009,'yst_prominent_words','',0,2),(7010,7010,'yst_prominent_words','',0,2),(7011,7011,'yst_prominent_words','',0,1),(7012,7012,'yst_prominent_words','',0,1),(7013,7013,'yst_prominent_words','',0,1),(7014,7014,'yst_prominent_words','',0,1),(7015,7015,'yst_prominent_words','',0,1),(7016,7016,'yst_prominent_words','',0,1),(7017,7017,'yst_prominent_words','',0,1),(7018,7018,'yst_prominent_words','',0,1),(7019,7019,'post_tag','',0,3),(7020,7020,'post_tag','',0,0),(7021,7021,'post_tag','',0,1),(7022,7022,'post_tag','',0,1),(7023,7023,'post_tag','',0,1),(7024,7024,'yst_prominent_words','',0,0),(7025,7025,'yst_prominent_words','',0,0),(7026,7026,'yst_prominent_words','',0,0),(7027,7027,'yst_prominent_words','',0,0),(7028,7028,'yst_prominent_words','',0,1),(7029,7029,'yst_prominent_words','',0,1),(7030,7030,'yst_prominent_words','',0,0),(7031,7031,'yst_prominent_words','',0,3),(7032,7032,'yst_prominent_words','',0,1),(7033,7033,'yst_prominent_words','',0,1),(7034,7034,'yst_prominent_words','',0,1),(7035,7035,'yst_prominent_words','',0,0),(7036,7036,'yst_prominent_words','',0,0),(7037,7037,'yst_prominent_words','',0,0),(7038,7038,'yst_prominent_words','',0,0),(7039,7039,'yst_prominent_words','',0,0),(7040,7040,'yst_prominent_words','',0,1),(7041,7041,'yst_prominent_words','',0,1),(7042,7042,'yst_prominent_words','',0,1),(7043,7043,'yst_prominent_words','',0,0),(7044,7044,'yst_prominent_words','',0,1),(7045,7045,'yst_prominent_words','',0,0),(7046,7046,'yst_prominent_words','',0,1),(7047,7047,'yst_prominent_words','',0,1),(7048,7048,'yst_prominent_words','',0,0),(7049,7049,'yst_prominent_words','',0,0),(7050,7050,'yst_prominent_words','',0,1),(7051,7051,'yst_prominent_words','',0,1),(7052,7052,'yst_prominent_words','',0,0),(7053,7053,'yst_prominent_words','',0,1),(7054,7054,'yst_prominent_words','',0,1),(7055,7055,'yst_prominent_words','',0,2),(7056,7056,'yst_prominent_words','',0,1),(7057,7057,'yst_prominent_words','',0,2),(7058,7058,'yst_prominent_words','',0,2),(7059,7059,'yst_prominent_words','',0,0),(7060,7060,'yst_prominent_words','',0,1),(7061,7061,'yst_prominent_words','',0,0),(7062,7062,'post_tag','',0,1),(7063,7063,'post_tag','',0,1),(7064,7064,'yst_prominent_words','',0,13),(7065,7065,'yst_prominent_words','',0,1),(7066,7066,'yst_prominent_words','',0,1),(7067,7067,'yst_prominent_words','',0,1),(7068,7068,'yst_prominent_words','',0,1),(7069,7069,'yst_prominent_words','',0,1),(7070,7070,'yst_prominent_words','',0,5),(7071,7071,'yst_prominent_words','',0,1),(7072,7072,'yst_prominent_words','',0,1),(7073,7073,'yst_prominent_words','',0,1),(7074,7074,'yst_prominent_words','',0,1),(7075,7075,'yst_prominent_words','',0,1),(7076,7076,'yst_prominent_words','',0,2),(7077,7077,'yst_prominent_words','',0,1),(7078,7078,'yst_prominent_words','',0,3),(7079,7079,'yst_prominent_words','',0,0),(7080,7080,'yst_prominent_words','',0,0),(7081,7081,'yst_prominent_words','',0,1),(7082,7082,'post_tag','',0,1),(7083,7083,'post_tag','',0,0),(7084,7084,'post_tag','',0,1),(7085,7085,'post_tag','',0,1),(7086,7086,'post_tag','',0,1),(7087,7087,'yst_prominent_words','',0,1),(7088,7088,'post_tag','',0,1),(7089,7089,'yst_prominent_words','',0,1),(7090,7090,'post_tag','',0,1),(7091,7091,'post_tag','',0,1),(7092,7092,'post_tag','',0,2),(7093,7093,'post_tag','',0,0),(7094,7094,'post_tag','',0,0),(7095,7095,'post_tag','',0,1),(7096,7096,'yst_prominent_words','',0,1),(7097,7097,'yst_prominent_words','',0,1),(7098,7098,'yst_prominent_words','',0,1),(7099,7099,'yst_prominent_words','',0,1),(7100,7100,'yst_prominent_words','',0,1),(7101,7101,'yst_prominent_words','',0,1),(7102,7102,'yst_prominent_words','',0,1),(7103,7103,'yst_prominent_words','',0,2),(7104,7104,'yst_prominent_words','',0,1),(7105,7105,'yst_prominent_words','',0,1),(7106,7106,'yst_prominent_words','',0,1),(7107,7107,'yst_prominent_words','',0,1),(7108,7108,'yst_prominent_words','',0,1),(7109,7109,'yst_prominent_words','',0,1),(7110,7110,'yst_prominent_words','',0,1),(7111,7111,'yst_prominent_words','',0,3),(7112,7112,'yst_prominent_words','',0,2),(7113,7113,'post_tag','',0,1),(7114,7114,'post_tag','',0,1),(7115,7115,'post_tag','',0,2),(7116,7116,'yst_prominent_words','',0,1),(7117,7117,'yst_prominent_words','',0,1),(7118,7118,'yst_prominent_words','',0,1),(7119,7119,'yst_prominent_words','',0,1),(7120,7120,'yst_prominent_words','',0,1),(7121,7121,'yst_prominent_words','',0,3),(7122,7122,'yst_prominent_words','',0,5),(7123,7123,'yst_prominent_words','',0,14),(7124,7124,'yst_prominent_words','',0,1),(7125,7125,'yst_prominent_words','',0,1),(7126,7126,'yst_prominent_words','',0,0),(7127,7127,'yst_prominent_words','',0,1),(7128,7128,'yst_prominent_words','',0,1),(7129,7129,'yst_prominent_words','',0,0),(7130,7130,'yst_prominent_words','',0,0),(7131,7131,'yst_prominent_words','',0,0),(7132,7132,'yst_prominent_words','',0,0),(7133,7133,'yst_prominent_words','',0,0),(7134,7134,'post_tag','',0,6),(7135,7135,'post_tag','',0,1),(7136,7136,'post_tag','',0,1),(7137,7137,'yst_prominent_words','',0,1),(7138,7138,'yst_prominent_words','',0,1),(7139,7139,'yst_prominent_words','',0,0),(7140,7140,'yst_prominent_words','',0,0),(7141,7141,'yst_prominent_words','',0,0),(7142,7142,'yst_prominent_words','',0,0),(7143,7143,'yst_prominent_words','',0,0),(7144,7144,'yst_prominent_words','',0,0),(7145,7145,'yst_prominent_words','',0,0),(7146,7146,'yst_prominent_words','',0,0),(7147,7147,'yst_prominent_words','',0,0),(7148,7148,'yst_prominent_words','',0,0),(7149,7149,'yst_prominent_words','',0,0),(7150,7150,'yst_prominent_words','',0,0),(7151,7151,'yst_prominent_words','',0,0),(7152,7152,'yst_prominent_words','',0,0),(7153,7153,'yst_prominent_words','',0,1),(7154,7154,'yst_prominent_words','',0,1),(7155,7155,'yst_prominent_words','',0,0),(7156,7156,'yst_prominent_words','',0,1),(7157,7157,'yst_prominent_words','',0,0),(7158,7158,'yst_prominent_words','',0,1),(7159,7159,'yst_prominent_words','',0,1),(7160,7160,'yst_prominent_words','',0,1),(7161,7161,'yst_prominent_words','',0,1),(7162,7162,'yst_prominent_words','',0,0),(7163,7163,'yst_prominent_words','',0,0),(7164,7164,'yst_prominent_words','',0,1),(7165,7165,'yst_prominent_words','',0,1),(7166,7166,'yst_prominent_words','',0,1),(7167,7167,'yst_prominent_words','',0,1),(7168,7168,'yst_prominent_words','',0,1),(7169,7169,'yst_prominent_words','',0,1),(7170,7170,'yst_prominent_words','',0,1),(7171,7171,'yst_prominent_words','',0,1),(7172,7172,'yst_prominent_words','',0,1),(7173,7173,'yst_prominent_words','',0,1),(7174,7174,'yst_prominent_words','',0,1),(7175,7175,'yst_prominent_words','',0,1),(7176,7176,'yst_prominent_words','',0,1),(7177,7177,'yst_prominent_words','',0,1),(7178,7178,'post_tag','',0,1),(7179,7179,'post_tag','',0,2),(7180,7180,'post_tag','',0,1),(7181,7181,'yst_prominent_words','',0,1),(7182,7182,'yst_prominent_words','',0,0),(7183,7183,'yst_prominent_words','',0,1),(7184,7184,'yst_prominent_words','',0,1),(7185,7185,'yst_prominent_words','',0,0),(7186,7186,'yst_prominent_words','',0,0),(7187,7187,'yst_prominent_words','',0,0),(7188,7188,'yst_prominent_words','',0,1),(7189,7189,'yst_prominent_words','',0,0),(7190,7190,'yst_prominent_words','',0,1),(7191,7191,'yst_prominent_words','',0,0),(7192,7192,'yst_prominent_words','',0,1),(7193,7193,'yst_prominent_words','',0,1),(7194,7194,'yst_prominent_words','',0,1),(7195,7195,'yst_prominent_words','',0,1),(7196,7196,'yst_prominent_words','',0,1),(7197,7197,'yst_prominent_words','',0,1),(7198,7198,'yst_prominent_words','',0,1),(7199,7199,'yst_prominent_words','',0,2),(7200,7200,'yst_prominent_words','',0,0),(7201,7201,'yst_prominent_words','',0,0),(7202,7202,'yst_prominent_words','',0,0),(7203,7203,'yst_prominent_words','',0,0),(7204,7204,'yst_prominent_words','',0,0),(7205,7205,'yst_prominent_words','',0,0),(7206,7206,'yst_prominent_words','',0,3),(7207,7207,'yst_prominent_words','',0,0),(7208,7208,'yst_prominent_words','',0,0),(7209,7209,'yst_prominent_words','',0,1),(7210,7210,'yst_prominent_words','',0,1),(7211,7211,'yst_prominent_words','',0,0),(7212,7212,'post_tag','',0,1),(7213,7213,'post_tag','',0,1),(7214,7214,'post_tag','',0,1),(7215,7215,'post_tag','',0,1),(7216,7216,'post_tag','',0,1),(7217,7217,'post_tag','',0,1),(7218,7218,'post_tag','',0,3),(7219,7219,'post_tag','',0,1),(7220,7220,'yst_prominent_words','',0,1),(7221,7221,'yst_prominent_words','',0,1),(7222,7222,'yst_prominent_words','',0,0),(7223,7223,'yst_prominent_words','',0,0),(7224,7224,'yst_prominent_words','',0,0),(7225,7225,'yst_prominent_words','',0,1),(7226,7226,'yst_prominent_words','',0,0),(7227,7227,'yst_prominent_words','',0,0),(7228,7228,'yst_prominent_words','',0,0),(7229,7229,'yst_prominent_words','',0,1),(7230,7230,'yst_prominent_words','',0,0),(7231,7231,'yst_prominent_words','',0,2),(7232,7232,'yst_prominent_words','',0,1),(7233,7233,'yst_prominent_words','',0,1),(7234,7234,'yst_prominent_words','',0,1),(7235,7235,'yst_prominent_words','',0,3),(7236,7236,'yst_prominent_words','',0,1),(7237,7237,'yst_prominent_words','',0,1),(7238,7238,'yst_prominent_words','',0,1),(7239,7239,'yst_prominent_words','',0,2),(7240,7240,'post_tag','',0,1),(7241,7241,'post_tag','',0,7),(7242,7242,'yst_prominent_words','',0,1),(7243,7243,'yst_prominent_words','',0,1),(7244,7244,'yst_prominent_words','',0,3),(7245,7245,'yst_prominent_words','',0,1),(7246,7246,'yst_prominent_words','',0,1),(7247,7247,'yst_prominent_words','',0,1),(7248,7248,'yst_prominent_words','',0,2),(7249,7249,'yst_prominent_words','',0,1),(7250,7250,'yst_prominent_words','',0,1),(7251,7251,'yst_prominent_words','',0,2),(7252,7252,'yst_prominent_words','',0,0),(7253,7253,'yst_prominent_words','',0,0),(7254,7254,'yst_prominent_words','',0,1),(7255,7255,'post_tag','',0,1),(7256,7256,'yst_prominent_words','',0,4),(7257,7257,'yst_prominent_words','',0,4),(7258,7258,'yst_prominent_words','',0,1),(7259,7259,'yst_prominent_words','',0,3),(7260,7260,'yst_prominent_words','',0,2),(7261,7261,'yst_prominent_words','',0,3),(7262,7262,'yst_prominent_words','',0,2),(7263,7263,'yst_prominent_words','',0,1),(7264,7264,'yst_prominent_words','',0,3),(7265,7265,'yst_prominent_words','',0,4),(7266,7266,'yst_prominent_words','',0,1),(7267,7267,'yst_prominent_words','',0,1),(7268,7268,'yst_prominent_words','',0,4),(7269,7269,'yst_prominent_words','',0,1),(7270,7270,'yst_prominent_words','',0,3),(7271,7271,'yst_prominent_words','',0,5),(7272,7272,'yst_prominent_words','',0,3),(7273,7273,'yst_prominent_words','',0,4),(7274,7274,'yst_prominent_words','',0,3),(7275,7275,'yst_prominent_words','',0,2),(7276,7276,'post_tag','',0,4),(7277,7277,'post_tag','',0,1),(7278,7278,'post_tag','',0,5),(7279,7279,'post_tag','',0,1),(7280,7280,'post_tag','',0,1),(7281,7281,'post_tag','',0,1),(7282,7282,'yst_prominent_words','',0,1),(7283,7283,'yst_prominent_words','',0,1),(7284,7284,'yst_prominent_words','',0,1),(7285,7285,'yst_prominent_words','',0,1),(7286,7286,'yst_prominent_words','',0,0),(7287,7287,'yst_prominent_words','',0,1),(7288,7288,'yst_prominent_words','',0,1),(7289,7289,'yst_prominent_words','',0,1),(7290,7290,'yst_prominent_words','',0,0),(7291,7291,'yst_prominent_words','',0,2),(7292,7292,'yst_prominent_words','',0,2),(7293,7293,'yst_prominent_words','',0,2),(7294,7294,'yst_prominent_words','',0,3),(7295,7295,'yst_prominent_words','',0,2),(7296,7296,'yst_prominent_words','',0,0),(7297,7297,'yst_prominent_words','',0,1),(7298,7298,'yst_prominent_words','',0,1),(7299,7299,'yst_prominent_words','',0,1),(7300,7300,'yst_prominent_words','',0,1),(7301,7301,'yst_prominent_words','',0,1),(7302,7302,'yst_prominent_words','',0,1),(7303,7303,'yst_prominent_words','',0,3),(7304,7304,'yst_prominent_words','',0,3),(7305,7305,'yst_prominent_words','',0,1),(7306,7306,'yst_prominent_words','',0,1),(7307,7307,'yst_prominent_words','',0,1),(7308,7308,'post_tag','',0,3),(7309,7309,'yst_prominent_words','',0,1),(7310,7310,'yst_prominent_words','',0,1),(7311,7311,'yst_prominent_words','',0,1),(7312,7312,'post_tag','',0,1),(7313,7313,'yst_prominent_words','',0,1),(7314,7314,'yst_prominent_words','',0,1),(7315,7315,'yst_prominent_words','',0,1),(7316,7316,'yst_prominent_words','',0,0),(7317,7317,'yst_prominent_words','',0,2),(7318,7318,'yst_prominent_words','',0,1),(7319,7319,'yst_prominent_words','',0,1),(7320,7320,'yst_prominent_words','',0,0),(7321,7321,'yst_prominent_words','',0,2),(7322,7322,'yst_prominent_words','',0,1),(7323,7323,'post_tag','',0,2),(7324,7324,'post_tag','',0,1),(7325,7325,'post_tag','',0,3),(7326,7326,'post_tag','',0,2),(7327,7327,'yst_prominent_words','',0,2),(7328,7328,'post_tag','',0,17),(7329,7329,'post_tag','',0,1),(7330,7330,'yst_prominent_words','',0,0),(7331,7331,'yst_prominent_words','',0,1),(7332,7332,'yst_prominent_words','',0,0),(7333,7333,'yst_prominent_words','',0,0),(7334,7334,'yst_prominent_words','',0,0),(7335,7335,'yst_prominent_words','',0,3),(7336,7336,'yst_prominent_words','',0,0),(7337,7337,'yst_prominent_words','',0,0),(7338,7338,'yst_prominent_words','',0,0),(7339,7339,'yst_prominent_words','',0,1),(7340,7340,'yst_prominent_words','',0,0),(7341,7341,'yst_prominent_words','',0,0),(7342,7342,'yst_prominent_words','',0,0),(7343,7343,'yst_prominent_words','',0,0),(7344,7344,'yst_prominent_words','',0,0),(7345,7345,'yst_prominent_words','',0,1),(7346,7346,'yst_prominent_words','',0,1),(7347,7347,'yst_prominent_words','',0,1),(7348,7348,'yst_prominent_words','',0,1),(7349,7349,'yst_prominent_words','',0,1),(7350,7350,'yst_prominent_words','',0,1),(7351,7351,'yst_prominent_words','',0,1),(7352,7352,'yst_prominent_words','',0,1),(7353,7353,'yst_prominent_words','',0,1),(7354,7354,'yst_prominent_words','',0,1),(7355,7355,'yst_prominent_words','',0,0),(7356,7356,'yst_prominent_words','',0,17),(7357,7357,'yst_prominent_words','',0,1),(7358,7358,'yst_prominent_words','',0,1),(7359,7359,'post_tag','',0,0),(7360,7360,'yst_prominent_words','',0,0),(7361,7361,'yst_prominent_words','',0,2),(7362,7362,'yst_prominent_words','',0,3),(7363,7363,'yst_prominent_words','',0,1),(7364,7364,'yst_prominent_words','',0,3),(7365,7365,'yst_prominent_words','',0,2),(7366,7366,'post_tag','',0,2),(7367,7367,'yst_prominent_words','',0,1),(7368,7368,'yst_prominent_words','',0,1),(7369,7369,'yst_prominent_words','',0,1),(7370,7370,'yst_prominent_words','',0,1),(7371,7371,'yst_prominent_words','',0,0),(7372,7372,'yst_prominent_words','',0,0),(7373,7373,'yst_prominent_words','',0,2),(7374,7374,'yst_prominent_words','',0,1),(7375,7375,'yst_prominent_words','',0,0),(7376,7376,'yst_prominent_words','',0,0),(7377,7377,'yst_prominent_words','',0,1),(7378,7378,'yst_prominent_words','',0,0),(7379,7379,'yst_prominent_words','',0,1),(7380,7380,'yst_prominent_words','',0,1),(7381,7381,'yst_prominent_words','',0,1),(7382,7382,'yst_prominent_words','',0,1),(7383,7383,'yst_prominent_words','',0,0),(7384,7384,'yst_prominent_words','',0,1),(7385,7385,'yst_prominent_words','',0,1),(7386,7386,'yst_prominent_words','',0,1),(7387,7387,'yst_prominent_words','',0,0),(7388,7388,'yst_prominent_words','',0,2),(7389,7389,'yst_prominent_words','',0,0),(7390,7390,'yst_prominent_words','',0,0),(7391,7391,'yst_prominent_words','',0,1),(7392,7392,'yst_prominent_words','',0,3),(7393,7393,'yst_prominent_words','',0,3),(7394,7394,'yst_prominent_words','',0,0),(7395,7395,'yst_prominent_words','',0,1),(7396,7396,'yst_prominent_words','',0,1),(7397,7397,'yst_prominent_words','',0,1),(7398,7398,'yst_prominent_words','',0,3),(7399,7399,'yst_prominent_words','',0,3),(7400,7400,'yst_prominent_words','',0,1),(7401,7401,'yst_prominent_words','',0,0),(7402,7402,'yst_prominent_words','',0,0),(7403,7403,'yst_prominent_words','',0,0),(7404,7404,'post_tag','',0,1),(7405,7405,'post_tag','',0,2),(7406,7406,'post_tag','',0,3),(7407,7407,'yst_prominent_words','',0,3),(7408,7408,'yst_prominent_words','',0,1),(7409,7409,'yst_prominent_words','',0,1),(7410,7410,'yst_prominent_words','',0,1),(7411,7411,'yst_prominent_words','',0,1),(7412,7412,'yst_prominent_words','',0,1),(7413,7413,'yst_prominent_words','',0,1),(7414,7414,'yst_prominent_words','',0,1),(7415,7415,'yst_prominent_words','',0,1),(7416,7416,'yst_prominent_words','',0,1),(7417,7417,'yst_prominent_words','',0,5),(7418,7418,'yst_prominent_words','',0,1),(7419,7419,'yst_prominent_words','',0,0),(7420,7420,'post_tag','',0,1),(7421,7421,'post_tag','',0,2),(7422,7422,'post_tag','',0,1),(7423,7423,'post_tag','',0,1),(7424,7424,'post_tag','',0,1),(7425,7425,'post_tag','',0,1),(7426,7426,'yst_prominent_words','',0,1),(7427,7427,'yst_prominent_words','',0,1),(7428,7428,'yst_prominent_words','',0,1),(7429,7429,'yst_prominent_words','',0,1),(7430,7430,'yst_prominent_words','',0,0),(7431,7431,'yst_prominent_words','',0,3),(7432,7432,'yst_prominent_words','',0,0),(7433,7433,'yst_prominent_words','',0,0),(7434,7434,'yst_prominent_words','',0,0),(7435,7435,'yst_prominent_words','',0,0),(7436,7436,'yst_prominent_words','',0,0),(7437,7437,'yst_prominent_words','',0,0),(7438,7438,'yst_prominent_words','',0,0),(7439,7439,'yst_prominent_words','',0,0),(7440,7440,'yst_prominent_words','',0,0),(7441,7441,'yst_prominent_words','',0,0),(7442,7442,'post_tag','',0,0),(7443,7443,'post_tag','',0,0),(7444,7444,'yst_prominent_words','',0,1),(7445,7445,'yst_prominent_words','',0,0),(7446,7446,'yst_prominent_words','',0,0),(7447,7447,'yst_prominent_words','',0,0),(7448,7448,'yst_prominent_words','',0,0),(7449,7449,'yst_prominent_words','',0,0),(7450,7450,'yst_prominent_words','',0,0),(7451,7451,'yst_prominent_words','',0,0),(7452,7452,'yst_prominent_words','',0,1),(7453,7453,'yst_prominent_words','',0,1),(7454,7454,'yst_prominent_words','',0,1),(7455,7455,'yst_prominent_words','',0,1),(7456,7456,'yst_prominent_words','',0,0),(7457,7457,'yst_prominent_words','',0,0),(7458,7458,'yst_prominent_words','',0,1),(7459,7459,'yst_prominent_words','',0,1),(7460,7460,'yst_prominent_words','',0,1),(7461,7461,'yst_prominent_words','',0,1),(7462,7462,'yst_prominent_words','',0,0),(7463,7463,'yst_prominent_words','',0,1),(7464,7464,'yst_prominent_words','',0,1),(7465,7465,'yst_prominent_words','',0,1),(7466,7466,'yst_prominent_words','',0,1),(7467,7467,'yst_prominent_words','',0,1),(7468,7468,'yst_prominent_words','',0,0),(7469,7469,'yst_prominent_words','',0,1),(7470,7470,'yst_prominent_words','',0,1),(7471,7471,'post_tag','',0,1),(7472,7472,'post_tag','',0,1),(7473,7473,'post_tag','',0,1),(7474,7474,'post_tag','',0,1),(7475,7475,'post_tag','',0,1),(7476,7476,'yst_prominent_words','',0,1),(7477,7477,'yst_prominent_words','',0,1),(7478,7478,'yst_prominent_words','',0,1),(7479,7479,'yst_prominent_words','',0,1),(7480,7480,'yst_prominent_words','',0,1),(7481,7481,'yst_prominent_words','',0,1),(7482,7482,'yst_prominent_words','',0,1),(7483,7483,'yst_prominent_words','',0,1),(7484,7484,'yst_prominent_words','',0,1),(7485,7485,'yst_prominent_words','',0,1),(7486,7486,'yst_prominent_words','',0,2),(7487,7487,'post_tag','',0,1),(7488,7488,'post_tag','',0,1),(7489,7489,'post_tag','',0,1),(7490,7490,'yst_prominent_words','',0,1),(7491,7491,'yst_prominent_words','',0,1),(7492,7492,'yst_prominent_words','',0,1),(7493,7493,'yst_prominent_words','',0,1),(7494,7494,'yst_prominent_words','',0,0),(7495,7495,'yst_prominent_words','',0,1),(7496,7496,'yst_prominent_words','',0,2),(7497,7497,'yst_prominent_words','',0,0),(7498,7498,'post_tag','',0,2),(7499,7499,'post_tag','',0,1),(7500,7500,'post_tag','',0,1),(7501,7501,'post_tag','',0,1),(7502,7502,'post_tag','',0,1),(7503,7503,'yst_prominent_words','',0,1),(7504,7504,'yst_prominent_words','',0,1),(7505,7505,'yst_prominent_words','',0,3),(7506,7506,'yst_prominent_words','',0,1),(7507,7507,'yst_prominent_words','',0,0),(7508,7508,'yst_prominent_words','',0,1),(7509,7509,'yst_prominent_words','',0,0),(7510,7510,'yst_prominent_words','',0,0),(7511,7511,'yst_prominent_words','',0,3),(7512,7512,'yst_prominent_words','',0,3),(7513,7513,'yst_prominent_words','',0,1),(7514,7514,'yst_prominent_words','',0,2),(7515,7515,'yst_prominent_words','',0,0),(7516,7516,'yst_prominent_words','',0,1),(7517,7517,'yst_prominent_words','',0,1),(7518,7518,'yst_prominent_words','',0,1),(7519,7519,'yst_prominent_words','',0,1),(7520,7520,'yst_prominent_words','',0,1),(7521,7521,'yst_prominent_words','',0,1),(7522,7522,'yst_prominent_words','',0,0),(7523,7523,'yst_prominent_words','',0,0),(7524,7524,'yst_prominent_words','',0,2),(7525,7525,'yst_prominent_words','',0,3),(7526,7526,'yst_prominent_words','',0,1),(7527,7527,'post_tag','',0,1),(7528,7528,'post_tag','',0,1),(7529,7529,'yst_prominent_words','',0,1),(7530,7530,'yst_prominent_words','',0,1),(7531,7531,'yst_prominent_words','',0,1),(7532,7532,'yst_prominent_words','',0,1),(7533,7533,'yst_prominent_words','',0,0),(7534,7534,'post_tag','',0,0),(7535,7535,'post_tag','',0,1),(7536,7536,'post_tag','',0,1),(7537,7537,'yst_prominent_words','',0,1),(7538,7538,'yst_prominent_words','',0,2),(7539,7539,'yst_prominent_words','',0,0),(7540,7540,'yst_prominent_words','',0,0),(7541,7541,'yst_prominent_words','',0,0),(7542,7542,'yst_prominent_words','',0,0),(7543,7543,'yst_prominent_words','',0,0),(7544,7544,'yst_prominent_words','',0,1),(7545,7545,'yst_prominent_words','',0,0),(7546,7546,'yst_prominent_words','',0,0),(7547,7547,'yst_prominent_words','',0,0),(7548,7548,'yst_prominent_words','',0,0),(7549,7549,'yst_prominent_words','',0,1),(7550,7550,'yst_prominent_words','',0,1),(7551,7551,'yst_prominent_words','',0,1),(7552,7552,'yst_prominent_words','',0,1),(7553,7553,'yst_prominent_words','',0,0),(7554,7554,'yst_prominent_words','',0,0),(7555,7555,'yst_prominent_words','',0,0),(7556,7556,'yst_prominent_words','',0,0),(7557,7557,'yst_prominent_words','',0,0),(7558,7558,'yst_prominent_words','',0,0),(7559,7559,'yst_prominent_words','',0,0),(7560,7560,'yst_prominent_words','',0,0),(7561,7561,'yst_prominent_words','',0,0),(7562,7562,'yst_prominent_words','',0,1),(7563,7563,'yst_prominent_words','',0,1),(7564,7564,'yst_prominent_words','',0,1),(7565,7565,'yst_prominent_words','',0,1),(7566,7566,'yst_prominent_words','',0,0),(7567,7567,'yst_prominent_words','',0,0),(7568,7568,'yst_prominent_words','',0,0),(7569,7569,'yst_prominent_words','',0,0),(7570,7570,'yst_prominent_words','',0,1),(7571,7571,'yst_prominent_words','',0,1),(7572,7572,'yst_prominent_words','',0,0),(7573,7573,'yst_prominent_words','',0,0),(7574,7574,'yst_prominent_words','',0,1),(7575,7575,'yst_prominent_words','',0,0),(7576,7576,'yst_prominent_words','',0,1),(7577,7577,'yst_prominent_words','',0,0),(7578,7578,'yst_prominent_words','',0,0),(7579,7579,'yst_prominent_words','',0,1),(7580,7580,'yst_prominent_words','',0,4),(7581,7581,'yst_prominent_words','',0,1),(7582,7582,'yst_prominent_words','',0,1),(7583,7583,'yst_prominent_words','',0,1),(7584,7584,'yst_prominent_words','',0,1),(7585,7585,'yst_prominent_words','',0,1),(7586,7586,'yst_prominent_words','',0,2),(7587,7587,'yst_prominent_words','',0,1),(7588,7588,'yst_prominent_words','',0,1),(7589,7589,'yst_prominent_words','',0,1),(7590,7590,'yst_prominent_words','',0,1),(7591,7591,'yst_prominent_words','',0,3),(7592,7592,'yst_prominent_words','',0,2),(7593,7593,'yst_prominent_words','',0,0),(7594,7594,'yst_prominent_words','',0,2),(7595,7595,'yst_prominent_words','',0,3),(7596,7596,'yst_prominent_words','',0,1),(7597,7597,'yst_prominent_words','',0,1),(7598,7598,'yst_prominent_words','',0,1),(7599,7599,'yst_prominent_words','',0,1),(7600,7600,'yst_prominent_words','',0,1),(7601,7601,'yst_prominent_words','',0,1),(7602,7602,'yst_prominent_words','',0,1),(7603,7603,'yst_prominent_words','',0,1),(7604,7604,'yst_prominent_words','',0,1),(7605,7605,'yst_prominent_words','',0,1),(7606,7606,'yst_prominent_words','',0,4),(7607,7607,'yst_prominent_words','',0,3),(7608,7608,'yst_prominent_words','',0,1),(7609,7609,'yst_prominent_words','',0,3),(7610,7610,'yst_prominent_words','',0,1),(7611,7611,'yst_prominent_words','',0,1),(7612,7612,'yst_prominent_words','',0,1),(7613,7613,'yst_prominent_words','',0,1),(7614,7614,'yst_prominent_words','',0,1),(7615,7615,'yst_prominent_words','',0,4),(7616,7616,'yst_prominent_words','',0,4),(7617,7617,'yst_prominent_words','',0,6),(7618,7618,'yst_prominent_words','',0,10),(7619,7619,'yst_prominent_words','',0,11),(7620,7620,'yst_prominent_words','',0,6),(7621,7621,'yst_prominent_words','',0,3),(7622,7622,'yst_prominent_words','',0,1),(7623,7623,'yst_prominent_words','',0,5),(7624,7624,'yst_prominent_words','',0,1),(7625,7625,'yst_prominent_words','',0,1),(7626,7626,'yst_prominent_words','',0,1),(7627,7627,'yst_prominent_words','',0,1),(7628,7628,'yst_prominent_words','',0,1),(7629,7629,'post_tag','',0,1),(7630,7630,'post_tag','',0,5),(7631,7631,'post_tag','',0,2),(7632,7632,'post_tag','',0,1),(7633,7633,'yst_prominent_words','',0,0),(7634,7634,'yst_prominent_words','',0,1),(7635,7635,'yst_prominent_words','',0,0),(7636,7636,'yst_prominent_words','',0,1),(7637,7637,'yst_prominent_words','',0,0),(7638,7638,'yst_prominent_words','',0,0),(7639,7639,'yst_prominent_words','',0,0),(7640,7640,'yst_prominent_words','',0,0),(7641,7641,'yst_prominent_words','',0,2),(7642,7642,'yst_prominent_words','',0,2),(7643,7643,'yst_prominent_words','',0,7),(7644,7644,'yst_prominent_words','',0,0),(7645,7645,'yst_prominent_words','',0,0),(7646,7646,'yst_prominent_words','',0,1),(7647,7647,'yst_prominent_words','',0,0),(7648,7648,'yst_prominent_words','',0,0),(7649,7649,'yst_prominent_words','',0,1),(7650,7650,'yst_prominent_words','',0,1),(7651,7651,'yst_prominent_words','',0,12),(7652,7652,'yst_prominent_words','',0,1),(7653,7653,'yst_prominent_words','',0,1),(7654,7654,'yst_prominent_words','',0,1),(7655,7655,'yst_prominent_words','',0,1),(7656,7656,'yst_prominent_words','',0,4),(7657,7657,'yst_prominent_words','',0,3),(7658,7658,'yst_prominent_words','',0,1),(7659,7659,'yst_prominent_words','',0,1),(7660,7660,'yst_prominent_words','',0,4),(7661,7661,'yst_prominent_words','',0,1),(7662,7662,'yst_prominent_words','',0,1),(7663,7663,'yst_prominent_words','',0,3),(7664,7664,'yst_prominent_words','',0,1),(7665,7665,'yst_prominent_words','',0,1),(7666,7666,'yst_prominent_words','',0,0),(7667,7667,'post_tag','',0,1),(7668,7668,'post_tag','',0,2),(7669,7669,'yst_prominent_words','',0,1),(7670,7670,'yst_prominent_words','',0,1),(7671,7671,'yst_prominent_words','',0,1),(7672,7672,'yst_prominent_words','',0,1),(7673,7673,'yst_prominent_words','',0,1),(7674,7674,'yst_prominent_words','',0,0),(7675,7675,'yst_prominent_words','',0,0),(7676,7676,'yst_prominent_words','',0,1),(7677,7677,'yst_prominent_words','',0,0),(7678,7678,'yst_prominent_words','',0,1),(7679,7679,'yst_prominent_words','',0,0),(7680,7680,'yst_prominent_words','',0,3),(7681,7681,'yst_prominent_words','',0,1),(7682,7682,'yst_prominent_words','',0,1),(7683,7683,'yst_prominent_words','',0,1),(7684,7684,'yst_prominent_words','',0,1),(7685,7685,'yst_prominent_words','',0,0),(7686,7686,'yst_prominent_words','',0,0),(7687,7687,'yst_prominent_words','',0,1),(7688,7688,'yst_prominent_words','',0,0),(7689,7689,'yst_prominent_words','',0,1),(7690,7690,'yst_prominent_words','',0,1),(7691,7691,'yst_prominent_words','',0,1),(7692,7692,'yst_prominent_words','',0,0),(7693,7693,'yst_prominent_words','',0,1),(7694,7694,'yst_prominent_words','',0,1),(7695,7695,'yst_prominent_words','',0,1),(7696,7696,'yst_prominent_words','',0,1),(7697,7697,'yst_prominent_words','',0,1),(7698,7698,'yst_prominent_words','',0,1),(7699,7699,'yst_prominent_words','',0,1),(7700,7700,'yst_prominent_words','',0,1),(7701,7701,'yst_prominent_words','',0,1),(7702,7702,'yst_prominent_words','',0,1),(7703,7703,'yst_prominent_words','',0,1),(7704,7704,'yst_prominent_words','',0,1),(7705,7705,'yst_prominent_words','',0,1),(7706,7706,'yst_prominent_words','',0,1),(7707,7707,'yst_prominent_words','',0,1),(7708,7708,'yst_prominent_words','',0,1),(7709,7709,'yst_prominent_words','',0,1),(7710,7710,'yst_prominent_words','',0,1),(7711,7711,'yst_prominent_words','',0,1),(7712,7712,'yst_prominent_words','',0,1),(7713,7713,'post_tag','',0,2),(7714,7714,'post_tag','',0,1),(7715,7715,'yst_prominent_words','',0,1),(7716,7716,'yst_prominent_words','',0,1),(7717,7717,'yst_prominent_words','',0,2),(7718,7718,'yst_prominent_words','',0,2),(7719,7719,'yst_prominent_words','',0,1),(7720,7720,'yst_prominent_words','',0,1),(7721,7721,'yst_prominent_words','',0,1),(7722,7722,'yst_prominent_words','',0,1),(7723,7723,'yst_prominent_words','',0,1),(7724,7724,'post_tag','',0,1),(7725,7725,'post_tag','',0,2),(7726,7726,'post_tag','',0,1),(7727,7727,'post_tag','',0,1),(7728,7728,'yst_prominent_words','',0,1),(7729,7729,'yst_prominent_words','',0,1),(7730,7730,'yst_prominent_words','',0,1),(7731,7731,'yst_prominent_words','',0,4),(7732,7732,'yst_prominent_words','',0,1),(7733,7733,'post_tag','',0,1),(7734,7734,'yst_prominent_words','',0,1),(7735,7735,'post_tag','',0,1),(7736,7736,'post_tag','',0,1),(7737,7737,'post_tag','',0,1),(7738,7738,'post_tag','',0,1),(7739,7739,'post_tag','',0,1),(7740,7740,'yst_prominent_words','',0,1),(7741,7741,'yst_prominent_words','',0,0),(7742,7742,'post_tag','',0,1),(7743,7743,'post_tag','',0,1),(7744,7744,'post_tag','',0,1),(7745,7745,'yst_prominent_words','',0,0),(7746,7746,'yst_prominent_words','',0,4),(7747,7747,'yst_prominent_words','',0,1),(7748,7748,'yst_prominent_words','',0,1),(7749,7749,'yst_prominent_words','',0,4),(7750,7750,'yst_prominent_words','',0,3),(7751,7751,'yst_prominent_words','',0,1),(7752,7752,'yst_prominent_words','',0,1),(7753,7753,'yst_prominent_words','',0,2),(7754,7754,'yst_prominent_words','',0,1),(7755,7755,'yst_prominent_words','',0,0),(7756,7756,'yst_prominent_words','',0,3),(7757,7757,'yst_prominent_words','',0,3),(7758,7758,'yst_prominent_words','',0,1),(7759,7759,'yst_prominent_words','',0,2),(7760,7760,'yst_prominent_words','',0,0),(7761,7761,'yst_prominent_words','',0,0),(7762,7762,'post_tag','',0,1),(7763,7763,'post_tag','',0,1),(7764,7764,'yst_prominent_words','',0,1),(7765,7765,'yst_prominent_words','',0,1),(7766,7766,'yst_prominent_words','',0,1),(7767,7767,'yst_prominent_words','',0,2),(7768,7768,'yst_prominent_words','',0,1),(7769,7769,'yst_prominent_words','',0,1),(7770,7770,'yst_prominent_words','',0,0),(7771,7771,'yst_prominent_words','',0,0),(7772,7772,'yst_prominent_words','',0,1),(7773,7773,'post_tag','',0,2),(7774,7774,'post_tag','',0,3),(7775,7775,'yst_prominent_words','',0,2),(7776,7776,'yst_prominent_words','',0,1),(7777,7777,'yst_prominent_words','',0,1),(7778,7778,'yst_prominent_words','',0,0),(7779,7779,'yst_prominent_words','',0,2),(7780,7780,'yst_prominent_words','',0,2),(7781,7781,'yst_prominent_words','',0,3),(7782,7782,'yst_prominent_words','',0,2),(7783,7783,'yst_prominent_words','',0,1),(7784,7784,'yst_prominent_words','',0,1),(7785,7785,'yst_prominent_words','',0,2),(7786,7786,'yst_prominent_words','',0,0),(7787,7787,'yst_prominent_words','',0,4),(7788,7788,'yst_prominent_words','',0,1),(7789,7789,'yst_prominent_words','',0,3),(7790,7790,'yst_prominent_words','',0,1),(7791,7791,'yst_prominent_words','',0,1),(7792,7792,'yst_prominent_words','',0,1),(7793,7793,'yst_prominent_words','',0,1),(7794,7794,'post_tag','',0,1),(7795,7795,'post_tag','',0,1),(7796,7796,'post_tag','',0,1),(7797,7797,'post_tag','',0,0),(7798,7798,'yst_prominent_words','',0,0),(7799,7799,'yst_prominent_words','',0,0),(7800,7800,'yst_prominent_words','',0,0),(7801,7801,'yst_prominent_words','',0,0),(7802,7802,'yst_prominent_words','',0,0),(7803,7803,'yst_prominent_words','',0,0),(7804,7804,'yst_prominent_words','',0,0),(7805,7805,'yst_prominent_words','',0,0),(7806,7806,'yst_prominent_words','',0,0),(7807,7807,'yst_prominent_words','',0,0),(7808,7808,'yst_prominent_words','',0,0),(7809,7809,'yst_prominent_words','',0,0),(7810,7810,'yst_prominent_words','',0,0),(7811,7811,'yst_prominent_words','',0,0),(7812,7812,'yst_prominent_words','',0,0),(7813,7813,'yst_prominent_words','',0,0),(7814,7814,'yst_prominent_words','',0,0),(7815,7815,'post_tag','',0,4),(7816,7816,'post_tag','',0,1),(7817,7817,'post_tag','',0,1),(7818,7818,'post_tag','',0,2),(7819,7819,'yst_prominent_words','',0,1),(7820,7820,'yst_prominent_words','',0,1),(7821,7821,'yst_prominent_words','',0,1),(7822,7822,'yst_prominent_words','',0,0),(7823,7823,'yst_prominent_words','',0,0),(7824,7824,'yst_prominent_words','',0,0),(7825,7825,'yst_prominent_words','',0,0),(7826,7826,'yst_prominent_words','',0,0),(7827,7827,'yst_prominent_words','',0,1),(7828,7828,'yst_prominent_words','',0,0),(7829,7829,'yst_prominent_words','',0,0),(7830,7830,'yst_prominent_words','',0,0),(7831,7831,'yst_prominent_words','',0,0),(7832,7832,'yst_prominent_words','',0,0),(7833,7833,'yst_prominent_words','',0,0),(7834,7834,'yst_prominent_words','',0,0),(7835,7835,'yst_prominent_words','',0,0),(7836,7836,'yst_prominent_words','',0,0),(7837,7837,'yst_prominent_words','',0,2),(7838,7838,'yst_prominent_words','',0,1),(7839,7839,'yst_prominent_words','',0,1),(7840,7840,'yst_prominent_words','',0,1),(7841,7841,'yst_prominent_words','',0,1),(7842,7842,'yst_prominent_words','',0,1),(7843,7843,'yst_prominent_words','',0,1),(7844,7844,'yst_prominent_words','',0,1),(7845,7845,'post_tag','',0,1),(7846,7846,'post_tag','',0,1),(7847,7847,'yst_prominent_words','',0,0),(7848,7848,'yst_prominent_words','',0,0),(7849,7849,'yst_prominent_words','',0,0),(7850,7850,'yst_prominent_words','',0,1),(7851,7851,'yst_prominent_words','',0,1),(7852,7852,'yst_prominent_words','',0,1),(7853,7853,'yst_prominent_words','',0,0),(7854,7854,'yst_prominent_words','',0,0),(7855,7855,'yst_prominent_words','',0,0),(7856,7856,'yst_prominent_words','',0,0),(7857,7857,'yst_prominent_words','',0,1),(7858,7858,'yst_prominent_words','',0,1),(7859,7859,'yst_prominent_words','',0,1),(7860,7860,'yst_prominent_words','',0,0),(7861,7861,'post_tag','',0,1),(7862,7862,'post_tag','',0,1),(7863,7863,'post_tag','',0,2),(7864,7864,'yst_prominent_words','',0,1),(7865,7865,'yst_prominent_words','',0,1),(7866,7866,'yst_prominent_words','',0,1),(7867,7867,'yst_prominent_words','',0,1),(7868,7868,'yst_prominent_words','',0,1),(7869,7869,'yst_prominent_words','',0,1),(7870,7870,'yst_prominent_words','',0,1),(7871,7871,'yst_prominent_words','',0,1),(7872,7872,'yst_prominent_words','',0,1),(7873,7873,'yst_prominent_words','',0,1),(7874,7874,'yst_prominent_words','',0,3),(7875,7875,'yst_prominent_words','',0,1),(7876,7876,'post_tag','',0,0),(7877,7877,'post_tag','',0,0),(7878,7878,'post_tag','',0,0),(7879,7879,'yst_prominent_words','',0,0),(7880,7880,'yst_prominent_words','',0,1),(7881,7881,'yst_prominent_words','',0,1),(7882,7882,'yst_prominent_words','',0,1),(7883,7883,'yst_prominent_words','',0,0),(7884,7884,'yst_prominent_words','',0,1),(7885,7885,'post_tag','',0,1),(7886,7886,'post_tag','',0,1),(7887,7887,'post_tag','',0,1),(7888,7888,'yst_prominent_words','',0,1),(7889,7889,'yst_prominent_words','',0,1),(7890,7890,'yst_prominent_words','',0,1),(7891,7891,'yst_prominent_words','',0,1),(7892,7892,'yst_prominent_words','',0,1),(7893,7893,'yst_prominent_words','',0,4),(7894,7894,'yst_prominent_words','',0,1),(7895,7895,'yst_prominent_words','',0,1),(7896,7896,'yst_prominent_words','',0,1),(7897,7897,'yst_prominent_words','',0,1),(7898,7898,'yst_prominent_words','',0,1),(7899,7899,'yst_prominent_words','',0,4),(7900,7900,'yst_prominent_words','',0,3),(7901,7901,'yst_prominent_words','',0,1),(7902,7902,'yst_prominent_words','',0,0),(7903,7903,'yst_prominent_words','',0,0),(7904,7904,'post_tag','',0,6),(7905,7905,'post_tag','',0,4),(7906,7906,'post_tag','',0,1),(7907,7907,'yst_prominent_words','',0,1),(7908,7908,'yst_prominent_words','',0,1),(7909,7909,'yst_prominent_words','',0,0),(7910,7910,'yst_prominent_words','',0,0),(7911,7911,'yst_prominent_words','',0,0),(7912,7912,'yst_prominent_words','',0,0),(7913,7913,'yst_prominent_words','',0,0),(7914,7914,'yst_prominent_words','',0,0),(7915,7915,'yst_prominent_words','',0,0),(7916,7916,'yst_prominent_words','',0,0),(7917,7917,'post_tag','',0,1),(7918,7918,'post_tag','',0,2),(7919,7919,'yst_prominent_words','',0,1),(7920,7920,'yst_prominent_words','',0,1),(7921,7921,'yst_prominent_words','',0,1),(7922,7922,'yst_prominent_words','',0,2),(7923,7923,'yst_prominent_words','',0,3),(7924,7924,'yst_prominent_words','',0,2),(7925,7925,'yst_prominent_words','',0,1),(7926,7926,'yst_prominent_words','',0,1),(7927,7927,'yst_prominent_words','',0,0),(7928,7928,'yst_prominent_words','',0,0),(7929,7929,'yst_prominent_words','',0,0),(7930,7930,'post_tag','',0,1),(7931,7931,'post_tag','',0,1),(7932,7932,'yst_prominent_words','',0,1),(7933,7933,'yst_prominent_words','',0,1),(7934,7934,'yst_prominent_words','',0,0),(7935,7935,'yst_prominent_words','',0,1),(7936,7936,'yst_prominent_words','',0,1),(7937,7937,'yst_prominent_words','',0,1),(7938,7938,'yst_prominent_words','',0,1),(7939,7939,'post_tag','',0,1),(7940,7940,'post_tag','',0,1),(7941,7941,'post_tag','',0,1),(7942,7942,'yst_prominent_words','',0,1),(7943,7943,'yst_prominent_words','',0,1),(7944,7944,'yst_prominent_words','',0,1),(7945,7945,'yst_prominent_words','',0,0),(7946,7946,'yst_prominent_words','',0,1),(7947,7947,'yst_prominent_words','',0,0),(7948,7948,'yst_prominent_words','',0,0),(7949,7949,'yst_prominent_words','',0,0),(7950,7950,'yst_prominent_words','',0,0),(7951,7951,'yst_prominent_words','',0,0),(7952,7952,'yst_prominent_words','',0,0),(7953,7953,'yst_prominent_words','',0,0),(7954,7954,'yst_prominent_words','',0,1),(7955,7955,'yst_prominent_words','',0,1),(7956,7956,'yst_prominent_words','',0,1),(7957,7957,'yst_prominent_words','',0,1),(7958,7958,'yst_prominent_words','',0,1),(7959,7959,'yst_prominent_words','',0,1),(7960,7960,'yst_prominent_words','',0,0),(7961,7961,'yst_prominent_words','',0,0),(7962,7962,'yst_prominent_words','',0,0),(7963,7963,'yst_prominent_words','',0,0),(7964,7964,'yst_prominent_words','',0,0),(7965,7965,'yst_prominent_words','',0,0),(7966,7966,'yst_prominent_words','',0,1),(7967,7967,'yst_prominent_words','',0,1),(7968,7968,'yst_prominent_words','',0,1),(7969,7969,'yst_prominent_words','',0,1),(7970,7970,'yst_prominent_words','',0,1),(7971,7971,'yst_prominent_words','',0,1),(7972,7972,'yst_prominent_words','',0,1),(7973,7973,'yst_prominent_words','',0,1),(7974,7974,'yst_prominent_words','',0,0),(7975,7975,'yst_prominent_words','',0,0),(7976,7976,'yst_prominent_words','',0,1),(7977,7977,'yst_prominent_words','',0,1),(7978,7978,'post_tag','',0,2),(7979,7979,'post_tag','',0,1),(7980,7980,'post_tag','',0,0),(7981,7981,'post_tag','',0,1),(7982,7982,'post_tag','',0,1),(7983,7983,'post_tag','',0,1),(7984,7984,'post_tag','',0,2),(7985,7985,'post_tag','',0,1),(7986,7986,'yst_prominent_words','',0,1),(7987,7987,'yst_prominent_words','',0,1),(7988,7988,'yst_prominent_words','',0,1),(7989,7989,'yst_prominent_words','',0,1),(7990,7990,'yst_prominent_words','',0,1),(7991,7991,'yst_prominent_words','',0,1),(7992,7992,'yst_prominent_words','',0,1),(7993,7993,'yst_prominent_words','',0,2),(7994,7994,'yst_prominent_words','',0,1),(7995,7995,'yst_prominent_words','',0,0),(7996,7996,'yst_prominent_words','',0,0),(7997,7997,'yst_prominent_words','',0,1),(7998,7998,'yst_prominent_words','',0,1),(7999,7999,'yst_prominent_words','',0,1),(8000,8000,'yst_prominent_words','',0,1),(8001,8001,'yst_prominent_words','',0,1),(8002,8002,'yst_prominent_words','',0,1),(8003,8003,'yst_prominent_words','',0,1),(8004,8004,'post_tag','',0,1),(8005,8005,'post_tag','',0,1),(8006,8006,'post_tag','',0,1),(8007,8007,'post_tag','',0,2),(8008,8008,'yst_prominent_words','',0,1),(8009,8009,'yst_prominent_words','',0,1),(8010,8010,'yst_prominent_words','',0,1),(8011,8011,'yst_prominent_words','',0,1),(8012,8012,'yst_prominent_words','',0,1),(8013,8013,'yst_prominent_words','',0,1),(8014,8014,'yst_prominent_words','',0,0),(8015,8015,'yst_prominent_words','',0,0),(8016,8016,'yst_prominent_words','',0,0),(8017,8017,'yst_prominent_words','',0,0),(8018,8018,'yst_prominent_words','',0,0),(8019,8019,'yst_prominent_words','',0,0),(8020,8020,'yst_prominent_words','',0,0),(8021,8021,'yst_prominent_words','',0,0),(8022,8022,'yst_prominent_words','',0,1),(8023,8023,'yst_prominent_words','',0,1),(8024,8024,'yst_prominent_words','',0,1),(8025,8025,'yst_prominent_words','',0,1),(8026,8026,'yst_prominent_words','',0,1),(8027,8027,'yst_prominent_words','',0,1),(8028,8028,'yst_prominent_words','',0,1),(8029,8029,'yst_prominent_words','',0,1),(8030,8030,'yst_prominent_words','',0,1),(8031,8031,'yst_prominent_words','',0,1),(8032,8032,'yst_prominent_words','',0,1),(8033,8033,'yst_prominent_words','',0,1),(8034,8034,'yst_prominent_words','',0,1),(8035,8035,'yst_prominent_words','',0,1),(8036,8036,'yst_prominent_words','',0,1),(8037,8037,'yst_prominent_words','',0,1),(8038,8038,'yst_prominent_words','',0,1),(8039,8039,'yst_prominent_words','',0,1),(8040,8040,'yst_prominent_words','',0,1),(8041,8041,'yst_prominent_words','',0,1),(8042,8042,'yst_prominent_words','',0,1),(8043,8043,'yst_prominent_words','',0,1),(8044,8044,'yst_prominent_words','',0,1),(8045,8045,'yst_prominent_words','',0,1),(8046,8046,'yst_prominent_words','',0,1),(8047,8047,'yst_prominent_words','',0,1),(8048,8048,'yst_prominent_words','',0,0),(8049,8049,'yst_prominent_words','',0,1),(8050,8050,'post_tag','',0,1),(8051,8051,'post_tag','',0,1),(8052,8052,'post_tag','',0,1),(8053,8053,'yst_prominent_words','',0,1),(8054,8054,'yst_prominent_words','',0,1),(8055,8055,'yst_prominent_words','',0,1),(8056,8056,'yst_prominent_words','',0,1),(8057,8057,'yst_prominent_words','',0,0),(8058,8058,'yst_prominent_words','',0,0),(8059,8059,'post_tag','',0,1),(8060,8060,'yst_prominent_words','',0,0),(8061,8061,'yst_prominent_words','',0,0),(8062,8062,'yst_prominent_words','',0,0),(8063,8063,'yst_prominent_words','',0,0),(8064,8064,'yst_prominent_words','',0,0),(8065,8065,'yst_prominent_words','',0,0),(8066,8066,'yst_prominent_words','',0,0),(8067,8067,'post_tag','',0,1),(8068,8068,'post_tag','',0,1),(8069,8069,'yst_prominent_words','',0,1),(8070,8070,'yst_prominent_words','',0,1),(8071,8071,'yst_prominent_words','',0,1),(8072,8072,'yst_prominent_words','',0,1),(8073,8073,'yst_prominent_words','',0,0),(8074,8074,'yst_prominent_words','',0,0),(8075,8075,'yst_prominent_words','',0,1),(8076,8076,'yst_prominent_words','',0,1),(8077,8077,'yst_prominent_words','',0,1),(8078,8078,'yst_prominent_words','',0,1),(8079,8079,'yst_prominent_words','',0,0),(8080,8080,'yst_prominent_words','',0,0),(8081,8081,'yst_prominent_words','',0,0),(8082,8082,'yst_prominent_words','',0,0),(8083,8083,'yst_prominent_words','',0,1),(8084,8084,'yst_prominent_words','',0,1),(8085,8085,'yst_prominent_words','',0,1),(8086,8086,'yst_prominent_words','',0,1),(8087,8087,'yst_prominent_words','',0,1),(8088,8088,'yst_prominent_words','',0,0),(8089,8089,'yst_prominent_words','',0,0),(8090,8090,'yst_prominent_words','',0,1),(8091,8091,'yst_prominent_words','',0,1),(8092,8092,'yst_prominent_words','',0,1),(8093,8093,'yst_prominent_words','',0,1),(8094,8094,'yst_prominent_words','',0,1),(8095,8095,'yst_prominent_words','',0,1),(8096,8096,'yst_prominent_words','',0,1),(8097,8097,'yst_prominent_words','',0,1),(8098,8098,'yst_prominent_words','',0,1),(8099,8099,'yst_prominent_words','',0,1),(8100,8100,'yst_prominent_words','',0,1),(8101,8101,'yst_prominent_words','',0,1),(8102,8102,'yst_prominent_words','',0,1),(8103,8103,'yst_prominent_words','',0,1),(8104,8104,'yst_prominent_words','',0,1),(8105,8105,'yst_prominent_words','',0,1),(8106,8106,'yst_prominent_words','',0,1),(8107,8107,'yst_prominent_words','',0,1),(8108,8108,'yst_prominent_words','',0,0),(8109,8109,'yst_prominent_words','',0,0),(8110,8110,'yst_prominent_words','',0,1),(8111,8111,'post_tag','',0,2),(8112,8112,'post_tag','',0,1),(8113,8113,'post_tag','',0,1),(8114,8114,'yst_prominent_words','',0,1),(8115,8115,'yst_prominent_words','',0,1),(8116,8116,'yst_prominent_words','',0,1),(8117,8117,'yst_prominent_words','',0,0),(8118,8118,'yst_prominent_words','',0,1),(8119,8119,'yst_prominent_words','',0,0),(8120,8120,'yst_prominent_words','',0,5),(8121,8121,'yst_prominent_words','',0,1),(8122,8122,'yst_prominent_words','',0,1),(8123,8123,'yst_prominent_words','',0,2),(8124,8124,'yst_prominent_words','',0,0),(8125,8125,'yst_prominent_words','',0,0),(8126,8126,'yst_prominent_words','',0,1),(8127,8127,'post_tag','',0,1),(8128,8128,'post_tag','',0,1),(8129,8129,'yst_prominent_words','',0,1),(8130,8130,'yst_prominent_words','',0,1),(8131,8131,'yst_prominent_words','',0,1),(8132,8132,'yst_prominent_words','',0,1),(8133,8133,'yst_prominent_words','',0,1),(8134,8134,'post_tag','',0,4),(8135,8135,'post_tag','',0,0),(8136,8136,'post_tag','',0,1),(8137,8137,'post_tag','',0,1),(8138,8138,'post_tag','',0,1),(8139,8139,'yst_prominent_words','',0,2),(8140,8140,'yst_prominent_words','',0,3),(8141,8141,'yst_prominent_words','',0,1),(8142,8142,'yst_prominent_words','',0,0),(8143,8143,'yst_prominent_words','',0,0),(8144,8144,'yst_prominent_words','',0,0),(8145,8145,'yst_prominent_words','',0,1),(8146,8146,'yst_prominent_words','',0,1),(8147,8147,'yst_prominent_words','',0,1),(8148,8148,'yst_prominent_words','',0,1),(8149,8149,'yst_prominent_words','',0,1),(8150,8150,'yst_prominent_words','',0,0),(8151,8151,'yst_prominent_words','',0,0),(8152,8152,'yst_prominent_words','',0,0),(8153,8153,'yst_prominent_words','',0,2),(8154,8154,'yst_prominent_words','',0,0),(8155,8155,'yst_prominent_words','',0,1),(8156,8156,'yst_prominent_words','',0,1),(8157,8157,'yst_prominent_words','',0,0),(8158,8158,'yst_prominent_words','',0,1),(8159,8159,'yst_prominent_words','',0,1),(8160,8160,'yst_prominent_words','',0,1),(8161,8161,'post_tag','',0,1),(8162,8162,'post_tag','',0,1),(8163,8163,'post_tag','',0,1),(8164,8164,'post_tag','',0,1),(8165,8165,'yst_prominent_words','',0,1),(8166,8166,'yst_prominent_words','',0,1),(8167,8167,'yst_prominent_words','',0,1),(8168,8168,'yst_prominent_words','',0,1),(8169,8169,'yst_prominent_words','',0,1),(8170,8170,'yst_prominent_words','',0,1),(8171,8171,'yst_prominent_words','',0,0),(8172,8172,'yst_prominent_words','',0,1),(8173,8173,'yst_prominent_words','',0,0),(8174,8174,'yst_prominent_words','',0,1),(8175,8175,'yst_prominent_words','',0,0),(8176,8176,'yst_prominent_words','',0,0),(8177,8177,'yst_prominent_words','',0,1),(8178,8178,'yst_prominent_words','',0,1),(8179,8179,'yst_prominent_words','',0,0),(8180,8180,'yst_prominent_words','',0,0),(8181,8181,'yst_prominent_words','',0,0),(8182,8182,'yst_prominent_words','',0,0),(8183,8183,'yst_prominent_words','',0,0),(8184,8184,'yst_prominent_words','',0,0),(8185,8185,'yst_prominent_words','',0,0),(8186,8186,'post_tag','',0,2),(8187,8187,'post_tag','',0,1),(8188,8188,'yst_prominent_words','',0,1),(8189,8189,'yst_prominent_words','',0,0),(8190,8190,'yst_prominent_words','',0,0),(8191,8191,'yst_prominent_words','',0,0),(8192,8192,'yst_prominent_words','',0,1),(8193,8193,'yst_prominent_words','',0,1),(8194,8194,'yst_prominent_words','',0,0),(8195,8195,'yst_prominent_words','',0,1),(8196,8196,'yst_prominent_words','',0,0),(8197,8197,'yst_prominent_words','',0,0),(8198,8198,'yst_prominent_words','',0,1),(8199,8199,'yst_prominent_words','',0,0),(8200,8200,'yst_prominent_words','',0,0),(8201,8201,'yst_prominent_words','',0,1),(8202,8202,'yst_prominent_words','',0,1),(8203,8203,'post_tag','',0,2),(8204,8204,'post_tag','',0,1),(8205,8205,'post_tag','',0,1),(8206,8206,'post_tag','',0,1),(8207,8207,'post_tag','',0,1),(8208,8208,'post_tag','',0,1),(8209,8209,'post_tag','',0,1),(8210,8210,'post_tag','',0,1),(8211,8211,'post_tag','',0,1),(8212,8212,'yst_prominent_words','',0,1),(8213,8213,'yst_prominent_words','',0,1),(8214,8214,'yst_prominent_words','',0,0),(8215,8215,'yst_prominent_words','',0,0),(8216,8216,'yst_prominent_words','',0,0),(8217,8217,'yst_prominent_words','',0,0),(8218,8218,'yst_prominent_words','',0,1),(8219,8219,'yst_prominent_words','',0,0),(8220,8220,'yst_prominent_words','',0,0),(8221,8221,'yst_prominent_words','',0,0),(8222,8222,'yst_prominent_words','',0,0),(8223,8223,'yst_prominent_words','',0,0),(8224,8224,'yst_prominent_words','',0,1),(8225,8225,'yst_prominent_words','',0,1),(8226,8226,'yst_prominent_words','',0,0),(8227,8227,'yst_prominent_words','',0,0),(8228,8228,'yst_prominent_words','',0,1),(8229,8229,'yst_prominent_words','',0,1),(8230,8230,'yst_prominent_words','',0,0),(8231,8231,'yst_prominent_words','',0,0),(8232,8232,'yst_prominent_words','',0,0),(8233,8233,'yst_prominent_words','',0,0),(8234,8234,'yst_prominent_words','',0,0),(8235,8235,'yst_prominent_words','',0,1),(8236,8236,'yst_prominent_words','',0,1),(8237,8237,'yst_prominent_words','',0,1),(8238,8238,'yst_prominent_words','',0,0),(8239,8239,'post_tag','',0,2),(8240,8240,'post_tag','',0,1),(8241,8241,'post_tag','',0,1),(8242,8242,'post_tag','',0,1),(8243,8243,'post_tag','',0,1),(8244,8244,'yst_prominent_words','',0,1),(8245,8245,'yst_prominent_words','',0,0),(8246,8246,'yst_prominent_words','',0,1),(8247,8247,'yst_prominent_words','',0,1),(8248,8248,'yst_prominent_words','',0,1),(8249,8249,'yst_prominent_words','',0,1),(8250,8250,'yst_prominent_words','',0,1),(8251,8251,'yst_prominent_words','',0,1),(8252,8252,'yst_prominent_words','',0,1),(8253,8253,'yst_prominent_words','',0,1),(8254,8254,'yst_prominent_words','',0,1),(8255,8255,'yst_prominent_words','',0,1),(8256,8256,'yst_prominent_words','',0,1),(8257,8257,'yst_prominent_words','',0,1),(8258,8258,'yst_prominent_words','',0,1),(8259,8259,'yst_prominent_words','',0,1),(8260,8260,'yst_prominent_words','',0,1),(8261,8261,'yst_prominent_words','',0,1),(8262,8262,'yst_prominent_words','',0,1),(8263,8263,'yst_prominent_words','',0,1),(8264,8264,'yst_prominent_words','',0,1),(8265,8265,'yst_prominent_words','',0,0),(8266,8266,'yst_prominent_words','',0,1),(8267,8267,'yst_prominent_words','',0,0),(8268,8268,'yst_prominent_words','',0,1),(8269,8269,'yst_prominent_words','',0,1),(8270,8270,'yst_prominent_words','',0,1),(8271,8271,'yst_prominent_words','',0,1),(8272,8272,'yst_prominent_words','',0,0),(8273,8273,'yst_prominent_words','',0,1),(8274,8274,'yst_prominent_words','',0,1),(8275,8275,'yst_prominent_words','',0,1),(8276,8276,'yst_prominent_words','',0,1),(8277,8277,'yst_prominent_words','',0,1),(8278,8278,'yst_prominent_words','',0,1),(8279,8279,'yst_prominent_words','',0,2),(8280,8280,'yst_prominent_words','',0,2),(8281,8281,'yst_prominent_words','',0,2),(8282,8282,'yst_prominent_words','',0,2),(8283,8283,'yst_prominent_words','',0,1),(8284,8284,'yst_prominent_words','',0,1),(8285,8285,'yst_prominent_words','',0,1),(8286,8286,'yst_prominent_words','',0,1),(8287,8287,'yst_prominent_words','',0,0),(8288,8288,'yst_prominent_words','',0,2),(8289,8289,'yst_prominent_words','',0,1),(8290,8290,'yst_prominent_words','',0,2),(8291,8291,'yst_prominent_words','',0,0),(8292,8292,'yst_prominent_words','',0,0),(8293,8293,'yst_prominent_words','',0,0),(8294,8294,'post_tag','',0,1),(8295,8295,'post_tag','',0,1),(8296,8296,'post_tag','',0,1),(8297,8297,'post_tag','',0,1),(8298,8298,'post_tag','',0,1),(8299,8299,'post_tag','',0,1),(8300,8300,'post_tag','',0,3),(8301,8301,'yst_prominent_words','',0,1),(8302,8302,'yst_prominent_words','',0,1),(8303,8303,'yst_prominent_words','',0,1),(8304,8304,'yst_prominent_words','',0,0),(8305,8305,'yst_prominent_words','',0,2),(8306,8306,'post_tag','',0,1),(8307,8307,'post_tag','',0,1),(8308,8308,'post_tag','',0,1),(8309,8309,'post_tag','',0,1),(8310,8310,'post_tag','',0,3),(8311,8311,'yst_prominent_words','',0,1),(8312,8312,'yst_prominent_words','',0,1),(8313,8313,'yst_prominent_words','',0,1),(8314,8314,'yst_prominent_words','',0,1),(8315,8315,'yst_prominent_words','',0,0),(8316,8316,'yst_prominent_words','',0,0),(8317,8317,'yst_prominent_words','',0,1),(8318,8318,'yst_prominent_words','',0,1),(8319,8319,'yst_prominent_words','',0,1),(8320,8320,'yst_prominent_words','',0,1),(8321,8321,'yst_prominent_words','',0,1),(8322,8322,'yst_prominent_words','',0,1),(8323,8323,'yst_prominent_words','',0,0),(8324,8324,'yst_prominent_words','',0,2),(8325,8325,'yst_prominent_words','',0,0),(8326,8326,'yst_prominent_words','',0,0),(8327,8327,'yst_prominent_words','',0,0),(8328,8328,'yst_prominent_words','',0,0),(8329,8329,'yst_prominent_words','',0,0),(8330,8330,'yst_prominent_words','',0,0),(8331,8331,'yst_prominent_words','',0,0),(8332,8332,'yst_prominent_words','',0,0),(8333,8333,'yst_prominent_words','',0,0),(8334,8334,'yst_prominent_words','',0,0),(8335,8335,'yst_prominent_words','',0,2),(8336,8336,'yst_prominent_words','',0,0),(8337,8337,'post_tag','',0,1),(8338,8338,'post_tag','',0,3),(8339,8339,'post_tag','',0,1),(8340,8340,'post_tag','',0,1),(8341,8341,'yst_prominent_words','',0,0),(8342,8342,'yst_prominent_words','',0,0),(8343,8343,'yst_prominent_words','',0,0),(8344,8344,'yst_prominent_words','',0,0),(8345,8345,'yst_prominent_words','',0,0),(8346,8346,'yst_prominent_words','',0,0),(8347,8347,'yst_prominent_words','',0,0),(8348,8348,'yst_prominent_words','',0,0),(8349,8349,'yst_prominent_words','',0,1),(8350,8350,'yst_prominent_words','',0,1),(8351,8351,'yst_prominent_words','',0,0),(8352,8352,'yst_prominent_words','',0,0),(8353,8353,'yst_prominent_words','',0,0),(8354,8354,'yst_prominent_words','',0,0),(8355,8355,'yst_prominent_words','',0,0),(8356,8356,'yst_prominent_words','',0,1),(8357,8357,'yst_prominent_words','',0,0),(8358,8358,'yst_prominent_words','',0,1),(8359,8359,'yst_prominent_words','',0,1),(8360,8360,'yst_prominent_words','',0,1),(8361,8361,'yst_prominent_words','',0,1),(8362,8362,'yst_prominent_words','',0,1),(8363,8363,'yst_prominent_words','',0,1),(8364,8364,'yst_prominent_words','',0,1),(8365,8365,'yst_prominent_words','',0,1),(8366,8366,'yst_prominent_words','',0,1),(8367,8367,'yst_prominent_words','',0,0),(8368,8368,'yst_prominent_words','',0,0),(8369,8369,'yst_prominent_words','',0,1),(8370,8370,'yst_prominent_words','',0,1),(8371,8371,'yst_prominent_words','',0,1),(8372,8372,'yst_prominent_words','',0,1),(8373,8373,'yst_prominent_words','',0,1),(8374,8374,'post_tag','',0,1),(8375,8375,'yst_prominent_words','',0,2),(8376,8376,'yst_prominent_words','',0,2),(8377,8377,'yst_prominent_words','',0,1),(8378,8378,'yst_prominent_words','',0,1),(8379,8379,'yst_prominent_words','',0,0),(8380,8380,'yst_prominent_words','',0,0),(8381,8381,'yst_prominent_words','',0,0),(8382,8382,'yst_prominent_words','',0,0),(8383,8383,'yst_prominent_words','',0,0),(8384,8384,'yst_prominent_words','',0,0),(8385,8385,'yst_prominent_words','',0,0),(8386,8386,'yst_prominent_words','',0,0),(8387,8387,'yst_prominent_words','',0,0),(8388,8388,'yst_prominent_words','',0,0),(8389,8389,'yst_prominent_words','',0,1),(8390,8390,'yst_prominent_words','',0,1),(8391,8391,'yst_prominent_words','',0,1),(8392,8392,'yst_prominent_words','',0,1),(8393,8393,'yst_prominent_words','',0,1),(8394,8394,'yst_prominent_words','',0,1),(8395,8395,'yst_prominent_words','',0,1),(8396,8396,'yst_prominent_words','',0,1),(8397,8397,'yst_prominent_words','',0,1),(8398,8398,'yst_prominent_words','',0,1),(8399,8399,'yst_prominent_words','',0,1),(8400,8400,'yst_prominent_words','',0,1),(8401,8401,'yst_prominent_words','',0,0),(8402,8402,'yst_prominent_words','',0,0),(8403,8403,'yst_prominent_words','',0,0),(8404,8404,'yst_prominent_words','',0,0),(8405,8405,'yst_prominent_words','',0,0),(8406,8406,'yst_prominent_words','',0,0),(8407,8407,'yst_prominent_words','',0,0),(8408,8408,'yst_prominent_words','',0,1),(8409,8409,'yst_prominent_words','',0,1),(8410,8410,'yst_prominent_words','',0,0),(8411,8411,'yst_prominent_words','',0,0),(8412,8412,'yst_prominent_words','',0,0),(8413,8413,'yst_prominent_words','',0,0),(8414,8414,'yst_prominent_words','',0,1),(8415,8415,'yst_prominent_words','',0,0),(8416,8416,'yst_prominent_words','',0,0),(8417,8417,'yst_prominent_words','',0,1),(8418,8418,'yst_prominent_words','',0,1),(8419,8419,'yst_prominent_words','',0,1),(8420,8420,'yst_prominent_words','',0,1),(8421,8421,'post_tag','',0,1),(8422,8422,'post_tag','',0,1),(8423,8423,'post_tag','',0,2),(8424,8424,'post_tag','',0,1),(8425,8425,'post_tag','',0,1),(8426,8426,'post_tag','',0,2),(8427,8427,'post_tag','',0,1),(8428,8428,'yst_prominent_words','',0,1),(8429,8429,'yst_prominent_words','',0,1),(8430,8430,'yst_prominent_words','',0,0),(8431,8431,'yst_prominent_words','',0,1),(8432,8432,'yst_prominent_words','',0,0),(8433,8433,'yst_prominent_words','',0,1),(8434,8434,'yst_prominent_words','',0,1),(8435,8435,'yst_prominent_words','',0,1),(8436,8436,'yst_prominent_words','',0,0),(8437,8437,'yst_prominent_words','',0,6),(8438,8438,'yst_prominent_words','',0,0),(8439,8439,'yst_prominent_words','',0,1),(8440,8440,'yst_prominent_words','',0,1),(8441,8441,'yst_prominent_words','',0,1),(8442,8442,'yst_prominent_words','',0,1),(8443,8443,'yst_prominent_words','',0,1),(8444,8444,'yst_prominent_words','',0,1),(8445,8445,'yst_prominent_words','',0,1),(8446,8446,'yst_prominent_words','',0,1),(8447,8447,'yst_prominent_words','',0,1),(8448,8448,'yst_prominent_words','',0,1),(8449,8449,'yst_prominent_words','',0,1),(8450,8450,'yst_prominent_words','',0,1),(8451,8451,'yst_prominent_words','',0,1),(8452,8452,'yst_prominent_words','',0,1),(8453,8453,'yst_prominent_words','',0,1),(8454,8454,'yst_prominent_words','',0,1),(8455,8455,'yst_prominent_words','',0,1),(8456,8456,'yst_prominent_words','',0,1),(8457,8457,'yst_prominent_words','',0,1),(8458,8458,'yst_prominent_words','',0,1),(8459,8459,'yst_prominent_words','',0,1),(8460,8460,'yst_prominent_words','',0,1),(8461,8461,'yst_prominent_words','',0,1),(8462,8462,'yst_prominent_words','',0,0),(8463,8463,'yst_prominent_words','',0,0),(8464,8464,'yst_prominent_words','',0,1),(8465,8465,'yst_prominent_words','',0,1),(8466,8466,'yst_prominent_words','',0,1),(8467,8467,'yst_prominent_words','',0,1),(8468,8468,'post_tag','',0,2),(8469,8469,'yst_prominent_words','',0,1),(8470,8470,'yst_prominent_words','',0,1),(8471,8471,'post_tag','',0,1),(8472,8472,'yst_prominent_words','',0,0),(8473,8473,'yst_prominent_words','',0,1),(8474,8474,'yst_prominent_words','',0,1),(8475,8475,'post_tag','',0,2),(8476,8476,'post_tag','',0,0),(8477,8477,'post_tag','',0,1),(8478,8478,'post_tag','',0,1),(8479,8479,'post_tag','',0,0),(8480,8480,'yst_prominent_words','',0,1),(8481,8481,'yst_prominent_words','',0,1),(8482,8482,'yst_prominent_words','',0,1),(8483,8483,'yst_prominent_words','',0,0),(8484,8484,'yst_prominent_words','',0,1),(8485,8485,'yst_prominent_words','',0,0),(8486,8486,'yst_prominent_words','',0,0),(8487,8487,'yst_prominent_words','',0,0),(8488,8488,'yst_prominent_words','',0,0),(8489,8489,'yst_prominent_words','',0,1),(8490,8490,'yst_prominent_words','',0,1),(8491,8491,'yst_prominent_words','',0,0),(8492,8492,'yst_prominent_words','',0,1),(8493,8493,'yst_prominent_words','',0,1),(8494,8494,'yst_prominent_words','',0,1),(8495,8495,'yst_prominent_words','',0,1),(8496,8496,'yst_prominent_words','',0,1),(8497,8497,'yst_prominent_words','',0,1),(8498,8498,'yst_prominent_words','',0,1),(8499,8499,'post_tag','',0,3),(8500,8500,'post_tag','',0,3),(8501,8501,'post_tag','',0,1),(8502,8502,'post_tag','',0,1),(8503,8503,'post_tag','',0,1),(8504,8504,'yst_prominent_words','',0,1),(8505,8505,'yst_prominent_words','',0,0),(8506,8506,'yst_prominent_words','',0,0),(8507,8507,'yst_prominent_words','',0,1),(8508,8508,'yst_prominent_words','',0,1),(8509,8509,'yst_prominent_words','',0,0),(8510,8510,'yst_prominent_words','',0,1),(8511,8511,'yst_prominent_words','',0,1),(8512,8512,'yst_prominent_words','',0,1),(8513,8513,'yst_prominent_words','',0,1),(8514,8514,'yst_prominent_words','',0,0),(8515,8515,'yst_prominent_words','',0,1),(8516,8516,'yst_prominent_words','',0,2),(8517,8517,'yst_prominent_words','',0,0),(8518,8518,'yst_prominent_words','',0,1),(8519,8519,'yst_prominent_words','',0,0),(8520,8520,'yst_prominent_words','',0,0),(8521,8521,'yst_prominent_words','',0,0),(8522,8522,'yst_prominent_words','',0,0),(8523,8523,'yst_prominent_words','',0,0),(8524,8524,'yst_prominent_words','',0,0),(8525,8525,'yst_prominent_words','',0,0),(8526,8526,'yst_prominent_words','',0,0),(8527,8527,'yst_prominent_words','',0,0),(8528,8528,'yst_prominent_words','',0,0),(8529,8529,'yst_prominent_words','',0,0),(8530,8530,'yst_prominent_words','',0,0),(8531,8531,'yst_prominent_words','',0,0),(8532,8532,'yst_prominent_words','',0,0),(8533,8533,'yst_prominent_words','',0,0),(8534,8534,'yst_prominent_words','',0,0),(8535,8535,'yst_prominent_words','',0,0),(8536,8536,'yst_prominent_words','',0,2),(8537,8537,'yst_prominent_words','',0,2),(8538,8538,'yst_prominent_words','',0,1),(8539,8539,'yst_prominent_words','',0,0),(8540,8540,'yst_prominent_words','',0,0),(8541,8541,'yst_prominent_words','',0,2),(8542,8542,'yst_prominent_words','',0,2),(8543,8543,'post_tag','',0,1),(8544,8544,'post_tag','',0,1),(8545,8545,'post_tag','',0,0),(8546,8546,'post_tag','',0,0),(8547,8547,'post_tag','',0,0),(8548,8548,'post_tag','',0,1),(8549,8549,'yst_prominent_words','',0,0),(8550,8550,'yst_prominent_words','',0,0),(8551,8551,'yst_prominent_words','',0,0),(8552,8552,'yst_prominent_words','',0,0),(8553,8553,'yst_prominent_words','',0,0),(8554,8554,'yst_prominent_words','',0,0),(8555,8555,'yst_prominent_words','',0,0),(8556,8556,'yst_prominent_words','',0,0),(8557,8557,'yst_prominent_words','',0,0),(8558,8558,'yst_prominent_words','',0,0),(8559,8559,'yst_prominent_words','',0,0),(8560,8560,'yst_prominent_words','',0,0),(8561,8561,'yst_prominent_words','',0,0),(8562,8562,'yst_prominent_words','',0,1),(8563,8563,'yst_prominent_words','',0,1),(8564,8564,'yst_prominent_words','',0,1),(8565,8565,'yst_prominent_words','',0,1),(8566,8566,'yst_prominent_words','',0,0),(8567,8567,'yst_prominent_words','',0,1),(8568,8568,'yst_prominent_words','',0,1),(8569,8569,'yst_prominent_words','',0,1),(8570,8570,'post_tag','',0,1),(8571,8571,'yst_prominent_words','',0,0),(8572,8572,'yst_prominent_words','',0,1),(8573,8573,'yst_prominent_words','',0,2),(8574,8574,'yst_prominent_words','',0,0),(8575,8575,'yst_prominent_words','',0,1),(8576,8576,'yst_prominent_words','',0,1),(8577,8577,'yst_prominent_words','',0,1),(8578,8578,'yst_prominent_words','',0,1),(8579,8579,'yst_prominent_words','',0,1),(8580,8580,'yst_prominent_words','',0,0),(8581,8581,'yst_prominent_words','',0,0),(8582,8582,'yst_prominent_words','',0,2),(8583,8583,'yst_prominent_words','',0,0),(8584,8584,'yst_prominent_words','',0,1),(8585,8585,'yst_prominent_words','',0,0),(8586,8586,'yst_prominent_words','',0,0),(8587,8587,'yst_prominent_words','',0,0),(8588,8588,'yst_prominent_words','',0,0),(8589,8589,'yst_prominent_words','',0,0),(8590,8590,'yst_prominent_words','',0,0),(8591,8591,'yst_prominent_words','',0,0),(8592,8592,'yst_prominent_words','',0,0),(8593,8593,'yst_prominent_words','',0,0),(8594,8594,'yst_prominent_words','',0,0),(8595,8595,'yst_prominent_words','',0,0),(8596,8596,'yst_prominent_words','',0,0),(8597,8597,'yst_prominent_words','',0,0),(8598,8598,'yst_prominent_words','',0,0),(8599,8599,'yst_prominent_words','',0,0),(8600,8600,'yst_prominent_words','',0,0),(8601,8601,'yst_prominent_words','',0,0),(8602,8602,'yst_prominent_words','',0,0),(8603,8603,'yst_prominent_words','',0,0),(8604,8604,'yst_prominent_words','',0,0),(8605,8605,'yst_prominent_words','',0,1),(8606,8606,'yst_prominent_words','',0,1),(8607,8607,'yst_prominent_words','',0,2),(8608,8608,'yst_prominent_words','',0,2),(8609,8609,'post_tag','',0,1),(8610,8610,'yst_prominent_words','',0,0),(8611,8611,'post_tag','',0,1),(8612,8612,'post_tag','',0,1),(8613,8613,'yst_prominent_words','',0,0),(8614,8614,'yst_prominent_words','',0,0),(8615,8615,'yst_prominent_words','',0,0),(8616,8616,'yst_prominent_words','',0,0),(8617,8617,'yst_prominent_words','',0,1),(8618,8618,'yst_prominent_words','',0,1),(8619,8619,'post_tag','',0,1),(8620,8620,'yst_prominent_words','',0,0),(8621,8621,'yst_prominent_words','',0,1),(8622,8622,'yst_prominent_words','',0,1),(8623,8623,'yst_prominent_words','',0,1),(8624,8624,'yst_prominent_words','',0,1),(8625,8625,'yst_prominent_words','',0,1),(8626,8626,'yst_prominent_words','',0,1),(8627,8627,'yst_prominent_words','',0,1),(8628,8628,'yst_prominent_words','',0,1),(8629,8629,'yst_prominent_words','',0,2),(8630,8630,'yst_prominent_words','',0,0),(8631,8631,'yst_prominent_words','',0,1),(8632,8632,'yst_prominent_words','',0,1),(8633,8633,'yst_prominent_words','',0,1),(8634,8634,'post_tag','',0,1),(8635,8635,'post_tag','',0,1),(8636,8636,'yst_prominent_words','',0,1),(8637,8637,'yst_prominent_words','',0,1),(8638,8638,'yst_prominent_words','',0,1),(8639,8639,'yst_prominent_words','',0,1),(8640,8640,'yst_prominent_words','',0,1),(8641,8641,'yst_prominent_words','',0,1),(8642,8642,'yst_prominent_words','',0,1),(8643,8643,'yst_prominent_words','',0,1),(8644,8644,'yst_prominent_words','',0,1),(8645,8645,'yst_prominent_words','',0,1),(8646,8646,'yst_prominent_words','',0,1),(8647,8647,'yst_prominent_words','',0,2),(8648,8648,'yst_prominent_words','',0,2),(8649,8649,'yst_prominent_words','',0,2),(8650,8650,'yst_prominent_words','',0,0),(8651,8651,'yst_prominent_words','',0,2),(8652,8652,'yst_prominent_words','',0,2),(8653,8653,'post_tag','',0,1),(8654,8654,'post_tag','',0,2),(8655,8655,'post_tag','',0,1),(8656,8656,'post_tag','',0,1),(8657,8657,'yst_prominent_words','',0,1),(8658,8658,'yst_prominent_words','',0,1),(8659,8659,'yst_prominent_words','',0,1),(8660,8660,'yst_prominent_words','',0,0),(8661,8661,'yst_prominent_words','',0,0),(8662,8662,'yst_prominent_words','',0,1),(8663,8663,'yst_prominent_words','',0,1),(8664,8664,'yst_prominent_words','',0,0),(8665,8665,'yst_prominent_words','',0,1),(8666,8666,'yst_prominent_words','',0,1),(8667,8667,'yst_prominent_words','',0,2),(8668,8668,'post_tag','',0,1),(8669,8669,'post_tag','',0,1),(8670,8670,'post_tag','',0,1),(8671,8671,'yst_prominent_words','',0,0),(8672,8672,'yst_prominent_words','',0,0),(8673,8673,'yst_prominent_words','',0,0),(8674,8674,'yst_prominent_words','',0,0),(8675,8675,'yst_prominent_words','',0,0),(8676,8676,'yst_prominent_words','',0,1),(8677,8677,'yst_prominent_words','',0,0),(8678,8678,'yst_prominent_words','',0,0),(8679,8679,'yst_prominent_words','',0,0),(8680,8680,'yst_prominent_words','',0,0),(8681,8681,'yst_prominent_words','',0,0),(8682,8682,'yst_prominent_words','',0,0),(8683,8683,'yst_prominent_words','',0,1),(8684,8684,'yst_prominent_words','',0,1),(8685,8685,'yst_prominent_words','',0,0),(8686,8686,'yst_prominent_words','',0,0),(8687,8687,'yst_prominent_words','',0,1),(8688,8688,'yst_prominent_words','',0,0),(8689,8689,'yst_prominent_words','',0,1),(8690,8690,'yst_prominent_words','',0,1),(8691,8691,'yst_prominent_words','',0,0),(8692,8692,'yst_prominent_words','',0,1),(8693,8693,'yst_prominent_words','',0,1),(8694,8694,'yst_prominent_words','',0,1),(8695,8695,'yst_prominent_words','',0,1),(8696,8696,'yst_prominent_words','',0,1),(8697,8697,'yst_prominent_words','',0,0),(8698,8698,'yst_prominent_words','',0,1),(8699,8699,'yst_prominent_words','',0,1),(8700,8700,'yst_prominent_words','',0,1),(8701,8701,'yst_prominent_words','',0,1),(8702,8702,'yst_prominent_words','',0,1),(8703,8703,'post_tag','',0,1),(8704,8704,'post_tag','',0,1),(8705,8705,'post_tag','',0,1),(8706,8706,'yst_prominent_words','',0,0),(8707,8707,'yst_prominent_words','',0,0),(8708,8708,'yst_prominent_words','',0,0),(8709,8709,'yst_prominent_words','',0,0),(8710,8710,'yst_prominent_words','',0,0),(8711,8711,'yst_prominent_words','',0,2),(8712,8712,'yst_prominent_words','',0,1),(8713,8713,'yst_prominent_words','',0,2),(8714,8714,'yst_prominent_words','',0,3),(8715,8715,'yst_prominent_words','',0,1),(8716,8716,'yst_prominent_words','',0,1),(8717,8717,'yst_prominent_words','',0,3),(8718,8718,'yst_prominent_words','',0,0),(8719,8719,'post_tag','',0,1),(8720,8720,'post_tag','',0,3),(8721,8721,'post_tag','',0,1),(8722,8722,'yst_prominent_words','',0,1),(8723,8723,'yst_prominent_words','',0,1),(8724,8724,'yst_prominent_words','',0,1),(8725,8725,'yst_prominent_words','',0,1),(8726,8726,'yst_prominent_words','',0,1),(8727,8727,'yst_prominent_words','',0,1),(8728,8728,'yst_prominent_words','',0,1),(8729,8729,'yst_prominent_words','',0,1),(8730,8730,'yst_prominent_words','',0,1),(8731,8731,'post_tag','',0,1),(8732,8732,'post_tag','',0,1),(8733,8733,'post_tag','',0,1),(8734,8734,'post_tag','',0,1),(8735,8735,'post_tag','',0,1),(8736,8736,'yst_prominent_words','',0,1),(8737,8737,'yst_prominent_words','',0,1),(8738,8738,'yst_prominent_words','',0,1),(8739,8739,'yst_prominent_words','',0,1),(8740,8740,'yst_prominent_words','',0,1),(8741,8741,'yst_prominent_words','',0,1),(8742,8742,'yst_prominent_words','',0,1),(8743,8743,'yst_prominent_words','',0,1),(8744,8744,'yst_prominent_words','',0,1),(8745,8745,'yst_prominent_words','',0,1),(8746,8746,'yst_prominent_words','',0,1),(8747,8747,'post_tag','',0,0),(8748,8748,'post_tag','',0,10),(8749,8749,'post_tag','',0,4),(8750,8750,'yst_prominent_words','',0,1),(8751,8751,'yst_prominent_words','',0,1),(8752,8752,'yst_prominent_words','',0,1),(8753,8753,'yst_prominent_words','',0,1),(8754,8754,'yst_prominent_words','',0,0),(8755,8755,'yst_prominent_words','',0,0),(8756,8756,'yst_prominent_words','',0,0),(8757,8757,'yst_prominent_words','',0,0),(8758,8758,'yst_prominent_words','',0,0),(8759,8759,'yst_prominent_words','',0,0),(8760,8760,'yst_prominent_words','',0,0),(8761,8761,'yst_prominent_words','',0,2),(8762,8762,'yst_prominent_words','',0,0),(8763,8763,'yst_prominent_words','',0,0),(8764,8764,'yst_prominent_words','',0,0),(8765,8765,'yst_prominent_words','',0,0),(8766,8766,'yst_prominent_words','',0,0),(8767,8767,'yst_prominent_words','',0,0),(8768,8768,'yst_prominent_words','',0,0),(8769,8769,'yst_prominent_words','',0,0),(8770,8770,'yst_prominent_words','',0,5),(8771,8771,'yst_prominent_words','',0,1),(8772,8772,'post_tag','',0,1),(8773,8773,'post_tag','',0,1),(8774,8774,'post_tag','',0,1),(8775,8775,'post_tag','',0,2),(8776,8776,'yst_prominent_words','',0,1),(8777,8777,'yst_prominent_words','',0,1),(8778,8778,'yst_prominent_words','',0,1),(8779,8779,'yst_prominent_words','',0,1),(8780,8780,'yst_prominent_words','',0,1),(8781,8781,'yst_prominent_words','',0,1),(8782,8782,'yst_prominent_words','',0,1),(8783,8783,'yst_prominent_words','',0,1),(8784,8784,'yst_prominent_words','',0,2),(8785,8785,'yst_prominent_words','',0,1),(8786,8786,'yst_prominent_words','',0,1),(8787,8787,'yst_prominent_words','',0,1),(8788,8788,'yst_prominent_words','',0,1),(8789,8789,'yst_prominent_words','',0,1),(8790,8790,'yst_prominent_words','',0,1),(8791,8791,'yst_prominent_words','',0,1),(8792,8792,'yst_prominent_words','',0,1),(8793,8793,'yst_prominent_words','',0,1),(8794,8794,'yst_prominent_words','',0,1),(8795,8795,'yst_prominent_words','',0,0),(8796,8796,'yst_prominent_words','',0,0),(8797,8797,'yst_prominent_words','',0,0),(8798,8798,'yst_prominent_words','',0,0),(8799,8799,'yst_prominent_words','',0,0),(8800,8800,'yst_prominent_words','',0,0),(8801,8801,'yst_prominent_words','',0,1),(8802,8802,'post_tag','',0,1),(8803,8803,'post_tag','',0,1),(8804,8804,'post_tag','',0,1),(8805,8805,'post_tag','',0,1),(8806,8806,'yst_prominent_words','',0,0),(8807,8807,'yst_prominent_words','',0,1),(8808,8808,'yst_prominent_words','',0,1),(8809,8809,'yst_prominent_words','',0,0),(8810,8810,'yst_prominent_words','',0,0),(8811,8811,'yst_prominent_words','',0,1),(8812,8812,'yst_prominent_words','',0,1),(8813,8813,'yst_prominent_words','',0,0),(8814,8814,'yst_prominent_words','',0,1),(8815,8815,'yst_prominent_words','',0,1),(8816,8816,'yst_prominent_words','',0,2),(8817,8817,'yst_prominent_words','',0,0),(8818,8818,'yst_prominent_words','',0,1),(8819,8819,'yst_prominent_words','',0,1),(8820,8820,'yst_prominent_words','',0,1),(8821,8821,'yst_prominent_words','',0,1),(8822,8822,'post_tag','',0,2),(8823,8823,'post_tag','',0,1),(8824,8824,'post_tag','',0,1),(8825,8825,'post_tag','',0,2),(8826,8826,'yst_prominent_words','',0,1),(8827,8827,'yst_prominent_words','',0,1),(8828,8828,'yst_prominent_words','',0,0),(8829,8829,'yst_prominent_words','',0,1),(8830,8830,'yst_prominent_words','',0,1),(8831,8831,'yst_prominent_words','',0,1),(8832,8832,'yst_prominent_words','',0,1),(8833,8833,'post_tag','',0,1),(8834,8834,'post_tag','',0,1),(8835,8835,'post_tag','',0,1),(8836,8836,'post_tag','',0,1),(8837,8837,'yst_prominent_words','',0,0),(8838,8838,'yst_prominent_words','',0,0),(8839,8839,'yst_prominent_words','',0,0),(8840,8840,'yst_prominent_words','',0,1),(8841,8841,'yst_prominent_words','',0,1),(8842,8842,'yst_prominent_words','',0,2),(8843,8843,'yst_prominent_words','',0,1),(8844,8844,'yst_prominent_words','',0,1),(8845,8845,'yst_prominent_words','',0,1),(8846,8846,'yst_prominent_words','',0,1),(8847,8847,'yst_prominent_words','',0,1),(8848,8848,'yst_prominent_words','',0,1),(8849,8849,'yst_prominent_words','',0,0),(8850,8850,'yst_prominent_words','',0,0),(8851,8851,'yst_prominent_words','',0,0),(8852,8852,'yst_prominent_words','',0,0),(8853,8853,'yst_prominent_words','',0,0),(8854,8854,'post_tag','',0,0),(8855,8855,'yst_prominent_words','',0,0),(8856,8856,'yst_prominent_words','',0,0),(8857,8857,'yst_prominent_words','',0,1),(8858,8858,'yst_prominent_words','',0,1),(8859,8859,'yst_prominent_words','',0,1),(8860,8860,'yst_prominent_words','',0,1),(8861,8861,'yst_prominent_words','',0,1),(8862,8862,'yst_prominent_words','',0,1),(8863,8863,'yst_prominent_words','',0,1),(8864,8864,'yst_prominent_words','',0,0),(8865,8865,'yst_prominent_words','',0,1),(8866,8866,'yst_prominent_words','',0,0),(8867,8867,'yst_prominent_words','',0,1),(8868,8868,'yst_prominent_words','',0,0),(8869,8869,'yst_prominent_words','',0,0),(8870,8870,'yst_prominent_words','',0,0),(8871,8871,'yst_prominent_words','',0,0),(8872,8872,'yst_prominent_words','',0,0),(8873,8873,'yst_prominent_words','',0,1),(8874,8874,'yst_prominent_words','',0,0),(8875,8875,'yst_prominent_words','',0,0),(8876,8876,'yst_prominent_words','',0,0),(8877,8877,'yst_prominent_words','',0,0),(8878,8878,'yst_prominent_words','',0,0),(8879,8879,'post_tag','',0,1),(8880,8880,'post_tag','',0,1),(8881,8881,'yst_prominent_words','',0,1),(8882,8882,'yst_prominent_words','',0,0),(8883,8883,'yst_prominent_words','',0,1),(8884,8884,'yst_prominent_words','',0,1),(8885,8885,'yst_prominent_words','',0,1),(8886,8886,'yst_prominent_words','',0,0),(8887,8887,'yst_prominent_words','',0,2),(8888,8888,'yst_prominent_words','',0,2),(8889,8889,'yst_prominent_words','',0,1),(8890,8890,'yst_prominent_words','',0,2),(8891,8891,'yst_prominent_words','',0,2),(8892,8892,'yst_prominent_words','',0,1),(8893,8893,'yst_prominent_words','',0,1),(8894,8894,'yst_prominent_words','',0,1),(8895,8895,'yst_prominent_words','',0,1),(8896,8896,'yst_prominent_words','',0,1),(8897,8897,'yst_prominent_words','',0,1),(8898,8898,'yst_prominent_words','',0,1),(8899,8899,'yst_prominent_words','',0,1),(8900,8900,'yst_prominent_words','',0,1),(8901,8901,'yst_prominent_words','',0,1),(8902,8902,'yst_prominent_words','',0,1),(8903,8903,'yst_prominent_words','',0,1),(8904,8904,'yst_prominent_words','',0,1),(8905,8905,'yst_prominent_words','',0,1),(8906,8906,'yst_prominent_words','',0,1),(8907,8907,'yst_prominent_words','',0,0),(8908,8908,'yst_prominent_words','',0,0),(8909,8909,'yst_prominent_words','',0,0),(8910,8910,'yst_prominent_words','',0,0),(8911,8911,'yst_prominent_words','',0,0),(8912,8912,'yst_prominent_words','',0,3),(8913,8913,'yst_prominent_words','',0,0),(8914,8914,'yst_prominent_words','',0,0),(8915,8915,'post_tag','',0,4),(8916,8916,'yst_prominent_words','',0,1),(8917,8917,'yst_prominent_words','',0,1),(8918,8918,'yst_prominent_words','',0,1),(8919,8919,'yst_prominent_words','',0,2),(8920,8920,'yst_prominent_words','',0,1),(8921,8921,'yst_prominent_words','',0,1),(8922,8922,'yst_prominent_words','',0,1),(8923,8923,'yst_prominent_words','',0,1),(8924,8924,'yst_prominent_words','',0,1),(8925,8925,'yst_prominent_words','',0,1),(8926,8926,'yst_prominent_words','',0,1),(8927,8927,'yst_prominent_words','',0,1),(8928,8928,'yst_prominent_words','',0,2),(8929,8929,'yst_prominent_words','',0,1),(8930,8930,'yst_prominent_words','',0,0),(8931,8931,'yst_prominent_words','',0,0),(8932,8932,'yst_prominent_words','',0,0),(8933,8933,'yst_prominent_words','',0,0),(8934,8934,'yst_prominent_words','',0,1),(8935,8935,'yst_prominent_words','',0,1),(8936,8936,'yst_prominent_words','',0,1),(8937,8937,'yst_prominent_words','',0,1),(8938,8938,'yst_prominent_words','',0,1),(8939,8939,'yst_prominent_words','',0,0),(8940,8940,'yst_prominent_words','',0,1),(8941,8941,'yst_prominent_words','',0,0),(8942,8942,'yst_prominent_words','',0,1),(8943,8943,'yst_prominent_words','',0,1),(8944,8944,'yst_prominent_words','',0,1),(8945,8945,'yst_prominent_words','',0,1),(8946,8946,'yst_prominent_words','',0,1),(8947,8947,'post_tag','',0,1),(8948,8948,'post_tag','',0,1),(8949,8949,'post_tag','',0,1),(8950,8950,'post_tag','',0,1),(8951,8951,'yst_prominent_words','',0,1),(8952,8952,'yst_prominent_words','',0,1),(8953,8953,'yst_prominent_words','',0,1),(8954,8954,'yst_prominent_words','',0,1),(8955,8955,'yst_prominent_words','',0,1),(8956,8956,'yst_prominent_words','',0,0),(8957,8957,'yst_prominent_words','',0,0),(8958,8958,'yst_prominent_words','',0,1),(8959,8959,'yst_prominent_words','',0,0),(8960,8960,'yst_prominent_words','',0,1),(8961,8961,'yst_prominent_words','',0,1),(8962,8962,'yst_prominent_words','',0,1),(8963,8963,'yst_prominent_words','',0,1),(8964,8964,'yst_prominent_words','',0,1),(8965,8965,'yst_prominent_words','',0,1),(8966,8966,'post_tag','',0,2),(8967,8967,'yst_prominent_words','',0,2),(8968,8968,'yst_prominent_words','',0,2),(8969,8969,'yst_prominent_words','',0,3),(8970,8970,'yst_prominent_words','',0,2),(8971,8971,'yst_prominent_words','',0,0),(8972,8972,'yst_prominent_words','',0,0),(8973,8973,'yst_prominent_words','',0,0),(8974,8974,'yst_prominent_words','',0,0),(8975,8975,'yst_prominent_words','',0,0),(8976,8976,'yst_prominent_words','',0,0),(8977,8977,'yst_prominent_words','',0,0),(8978,8978,'yst_prominent_words','',0,0),(8979,8979,'yst_prominent_words','',0,0),(8980,8980,'post_tag','',0,1),(8981,8981,'post_tag','',0,1),(8982,8982,'post_tag','',0,1),(8983,8983,'post_tag','',0,1),(8984,8984,'yst_prominent_words','',0,2),(8985,8985,'yst_prominent_words','',0,1),(8986,8986,'yst_prominent_words','',0,2),(8987,8987,'yst_prominent_words','',0,2),(8988,8988,'yst_prominent_words','',0,1),(8989,8989,'post_tag','',0,0),(8990,8990,'post_tag','',0,1),(8991,8991,'post_tag','',0,1),(8992,8992,'yst_prominent_words','',0,1),(8993,8993,'yst_prominent_words','',0,0),(8994,8994,'yst_prominent_words','',0,1),(8995,8995,'post_tag','',0,0),(8996,8996,'yst_prominent_words','',0,0),(8997,8997,'yst_prominent_words','',0,0),(8998,8998,'yst_prominent_words','',0,0),(8999,8999,'yst_prominent_words','',0,0),(9000,9000,'yst_prominent_words','',0,0),(9001,9001,'yst_prominent_words','',0,0),(9002,9002,'yst_prominent_words','',0,1),(9003,9003,'yst_prominent_words','',0,1),(9004,9004,'yst_prominent_words','',0,0),(9005,9005,'yst_prominent_words','',0,0),(9006,9006,'post_tag','',0,2),(9007,9007,'post_tag','',0,1),(9008,9008,'post_tag','',0,2),(9009,9009,'yst_prominent_words','',0,1),(9010,9010,'yst_prominent_words','',0,1),(9011,9011,'yst_prominent_words','',0,1),(9012,9012,'yst_prominent_words','',0,1),(9013,9013,'yst_prominent_words','',0,1),(9014,9014,'post_tag','',0,1),(9015,9015,'post_tag','',0,1),(9016,9016,'yst_prominent_words','',0,1),(9017,9017,'yst_prominent_words','',0,1),(9018,9018,'yst_prominent_words','',0,1),(9019,9019,'yst_prominent_words','',0,1),(9020,9020,'yst_prominent_words','',0,2),(9021,9021,'yst_prominent_words','',0,1),(9022,9022,'yst_prominent_words','',0,2),(9023,9023,'yst_prominent_words','',0,1),(9024,9024,'yst_prominent_words','',0,3),(9025,9025,'yst_prominent_words','',0,1),(9026,9026,'yst_prominent_words','',0,1),(9027,9027,'yst_prominent_words','',0,0),(9028,9028,'yst_prominent_words','',0,0),(9029,9029,'yst_prominent_words','',0,1),(9030,9030,'yst_prominent_words','',0,2),(9031,9031,'yst_prominent_words','',0,0),(9032,9032,'yst_prominent_words','',0,0),(9033,9033,'yst_prominent_words','',0,1),(9034,9034,'yst_prominent_words','',0,3),(9035,9035,'yst_prominent_words','',0,2),(9036,9036,'yst_prominent_words','',0,1),(9037,9037,'yst_prominent_words','',0,1),(9038,9038,'yst_prominent_words','',0,1),(9039,9039,'yst_prominent_words','',0,1),(9040,9040,'yst_prominent_words','',0,1),(9041,9041,'yst_prominent_words','',0,1),(9042,9042,'yst_prominent_words','',0,1),(9043,9043,'yst_prominent_words','',0,1),(9044,9044,'yst_prominent_words','',0,1),(9045,9045,'yst_prominent_words','',0,1),(9046,9046,'yst_prominent_words','',0,1),(9047,9047,'yst_prominent_words','',0,1),(9048,9048,'yst_prominent_words','',0,1),(9049,9049,'yst_prominent_words','',0,1),(9050,9050,'yst_prominent_words','',0,0),(9051,9051,'yst_prominent_words','',0,0),(9052,9052,'yst_prominent_words','',0,1),(9053,9053,'yst_prominent_words','',0,1),(9054,9054,'yst_prominent_words','',0,1),(9055,9055,'post_tag','',0,4),(9056,9056,'post_tag','',0,6),(9057,9057,'yst_prominent_words','',0,1),(9058,9058,'yst_prominent_words','',0,1),(9059,9059,'yst_prominent_words','',0,1),(9060,9060,'yst_prominent_words','',0,1),(9061,9061,'post_tag','',0,3),(9062,9062,'post_tag','',0,1),(9063,9063,'post_tag','',0,2),(9064,9064,'yst_prominent_words','',0,1),(9065,9065,'yst_prominent_words','',0,1),(9066,9066,'yst_prominent_words','',0,1),(9067,9067,'yst_prominent_words','',0,1),(9068,9068,'yst_prominent_words','',0,1),(9069,9069,'yst_prominent_words','',0,1),(9070,9070,'yst_prominent_words','',0,1),(9071,9071,'yst_prominent_words','',0,3),(9072,9072,'yst_prominent_words','',0,1),(9073,9073,'yst_prominent_words','',0,0),(9074,9074,'yst_prominent_words','',0,0),(9075,9075,'yst_prominent_words','',0,1),(9076,9076,'yst_prominent_words','',0,1),(9077,9077,'yst_prominent_words','',0,1),(9078,9078,'yst_prominent_words','',0,1),(9079,9079,'yst_prominent_words','',0,1),(9080,9080,'yst_prominent_words','',0,1),(9081,9081,'yst_prominent_words','',0,1),(9082,9082,'post_tag','',0,1),(9083,9083,'post_tag','',0,2),(9084,9084,'yst_prominent_words','',0,1),(9085,9085,'yst_prominent_words','',0,1),(9086,9086,'yst_prominent_words','',0,0),(9087,9087,'yst_prominent_words','',0,1),(9088,9088,'yst_prominent_words','',0,1),(9089,9089,'yst_prominent_words','',0,1),(9090,9090,'yst_prominent_words','',0,0),(9091,9091,'post_tag','',0,1),(9092,9092,'yst_prominent_words','',0,1),(9093,9093,'yst_prominent_words','',0,0),(9094,9094,'yst_prominent_words','',0,0),(9095,9095,'yst_prominent_words','',0,0),(9096,9096,'yst_prominent_words','',0,0),(9097,9097,'yst_prominent_words','',0,0),(9098,9098,'yst_prominent_words','',0,0),(9099,9099,'yst_prominent_words','',0,0),(9100,9100,'yst_prominent_words','',0,0),(9101,9101,'yst_prominent_words','',0,0),(9102,9102,'post_tag','',0,4),(9103,9103,'post_tag','',0,0),(9104,9104,'yst_prominent_words','',0,0),(9105,9105,'yst_prominent_words','',0,0),(9106,9106,'yst_prominent_words','',0,0),(9107,9107,'yst_prominent_words','',0,0),(9108,9108,'yst_prominent_words','',0,0),(9109,9109,'yst_prominent_words','',0,0),(9110,9110,'post_tag','',0,1),(9111,9111,'yst_prominent_words','',0,1),(9112,9112,'post_tag','',0,1),(9113,9113,'yst_prominent_words','',0,0),(9114,9114,'yst_prominent_words','',0,1),(9115,9115,'yst_prominent_words','',0,0),(9116,9116,'yst_prominent_words','',0,0),(9117,9117,'yst_prominent_words','',0,0),(9118,9118,'yst_prominent_words','',0,0),(9119,9119,'yst_prominent_words','',0,0),(9120,9120,'yst_prominent_words','',0,2),(9121,9121,'yst_prominent_words','',0,1),(9122,9122,'yst_prominent_words','',0,0),(9123,9123,'yst_prominent_words','',0,0),(9124,9124,'yst_prominent_words','',0,0),(9125,9125,'yst_prominent_words','',0,0),(9126,9126,'yst_prominent_words','',0,0),(9127,9127,'yst_prominent_words','',0,1),(9128,9128,'yst_prominent_words','',0,1),(9129,9129,'yst_prominent_words','',0,1),(9130,9130,'yst_prominent_words','',0,1),(9131,9131,'yst_prominent_words','',0,1),(9132,9132,'yst_prominent_words','',0,1),(9133,9133,'yst_prominent_words','',0,1),(9134,9134,'yst_prominent_words','',0,1),(9135,9135,'yst_prominent_words','',0,1),(9136,9136,'yst_prominent_words','',0,1),(9137,9137,'yst_prominent_words','',0,1),(9138,9138,'yst_prominent_words','',0,1),(9139,9139,'yst_prominent_words','',0,1),(9140,9140,'yst_prominent_words','',0,1),(9141,9141,'yst_prominent_words','',0,1),(9142,9142,'yst_prominent_words','',0,1),(9143,9143,'yst_prominent_words','',0,1),(9144,9144,'yst_prominent_words','',0,1),(9145,9145,'yst_prominent_words','',0,1),(9146,9146,'yst_prominent_words','',0,1),(9147,9147,'yst_prominent_words','',0,1),(9148,9148,'yst_prominent_words','',0,1),(9149,9149,'yst_prominent_words','',0,1),(9150,9150,'yst_prominent_words','',0,1),(9151,9151,'yst_prominent_words','',0,1),(9152,9152,'yst_prominent_words','',0,1),(9153,9153,'yst_prominent_words','',0,1),(9154,9154,'yst_prominent_words','',0,0),(9155,9155,'yst_prominent_words','',0,0),(9156,9156,'yst_prominent_words','',0,4),(9157,9157,'yst_prominent_words','',0,4),(9158,9158,'yst_prominent_words','',0,4),(9159,9159,'yst_prominent_words','',0,1),(9160,9160,'yst_prominent_words','',0,1),(9161,9161,'yst_prominent_words','',0,2),(9162,9162,'yst_prominent_words','',0,1),(9163,9163,'yst_prominent_words','',0,1),(9164,9164,'yst_prominent_words','',0,1),(9165,9165,'yst_prominent_words','',0,1),(9166,9166,'yst_prominent_words','',0,1),(9167,9167,'yst_prominent_words','',0,1),(9168,9168,'post_tag','',0,1),(9169,9169,'yst_prominent_words','',0,1),(9170,9170,'yst_prominent_words','',0,1),(9171,9171,'yst_prominent_words','',0,1),(9172,9172,'yst_prominent_words','',0,1),(9173,9173,'yst_prominent_words','',0,1),(9174,9174,'yst_prominent_words','',0,1),(9175,9175,'yst_prominent_words','',0,0),(9176,9176,'yst_prominent_words','',0,1),(9177,9177,'yst_prominent_words','',0,2),(9178,9178,'yst_prominent_words','',0,1),(9179,9179,'yst_prominent_words','',0,1),(9180,9180,'yst_prominent_words','',0,1),(9181,9181,'yst_prominent_words','',0,0),(9182,9182,'yst_prominent_words','',0,0),(9183,9183,'yst_prominent_words','',0,0),(9184,9184,'yst_prominent_words','',0,0),(9185,9185,'yst_prominent_words','',0,0),(9186,9186,'post_tag','',0,1),(9187,9187,'post_tag','',0,1),(9188,9188,'yst_prominent_words','',0,1),(9189,9189,'yst_prominent_words','',0,0),(9190,9190,'yst_prominent_words','',0,0),(9191,9191,'yst_prominent_words','',0,0),(9192,9192,'yst_prominent_words','',0,1),(9193,9193,'yst_prominent_words','',0,1),(9194,9194,'yst_prominent_words','',0,1),(9195,9195,'yst_prominent_words','',0,1),(9196,9196,'yst_prominent_words','',0,1),(9197,9197,'yst_prominent_words','',0,1),(9198,9198,'yst_prominent_words','',0,1),(9199,9199,'yst_prominent_words','',0,1),(9200,9200,'yst_prominent_words','',0,1),(9201,9201,'yst_prominent_words','',0,1),(9202,9202,'yst_prominent_words','',0,1),(9203,9203,'yst_prominent_words','',0,1),(9204,9204,'yst_prominent_words','',0,1),(9205,9205,'yst_prominent_words','',0,1),(9206,9206,'yst_prominent_words','',0,1),(9207,9207,'yst_prominent_words','',0,1),(9208,9208,'yst_prominent_words','',0,1),(9209,9209,'yst_prominent_words','',0,1),(9210,9210,'yst_prominent_words','',0,1),(9211,9211,'yst_prominent_words','',0,1),(9212,9212,'yst_prominent_words','',0,1),(9213,9213,'yst_prominent_words','',0,1),(9214,9214,'yst_prominent_words','',0,1),(9215,9215,'yst_prominent_words','',0,1),(9216,9216,'yst_prominent_words','',0,1),(9217,9217,'post_tag','',0,2),(9218,9218,'yst_prominent_words','',0,1),(9219,9219,'yst_prominent_words','',0,1),(9220,9220,'yst_prominent_words','',0,0),(9221,9221,'yst_prominent_words','',0,1),(9222,9222,'yst_prominent_words','',0,1),(9223,9223,'post_tag','',0,1),(9224,9224,'post_tag','',0,1),(9225,9225,'post_tag','',0,1),(9226,9226,'post_tag','',0,1),(9227,9227,'yst_prominent_words','',0,3),(9228,9228,'yst_prominent_words','',0,1),(9229,9229,'yst_prominent_words','',0,1),(9230,9230,'yst_prominent_words','',0,1),(9231,9231,'yst_prominent_words','',0,1),(9232,9232,'yst_prominent_words','',0,0),(9233,9233,'yst_prominent_words','',0,1),(9234,9234,'yst_prominent_words','',0,1),(9235,9235,'yst_prominent_words','',0,1),(9236,9236,'yst_prominent_words','',0,1),(9237,9237,'yst_prominent_words','',0,1),(9238,9238,'yst_prominent_words','',0,0),(9239,9239,'yst_prominent_words','',0,1),(9240,9240,'yst_prominent_words','',0,1),(9241,9241,'yst_prominent_words','',0,1),(9242,9242,'yst_prominent_words','',0,1),(9243,9243,'yst_prominent_words','',0,1),(9244,9244,'yst_prominent_words','',0,1),(9245,9245,'yst_prominent_words','',0,1),(9246,9246,'yst_prominent_words','',0,1),(9247,9247,'post_tag','',0,1),(9248,9248,'post_tag','',0,1),(9249,9249,'post_tag','',0,1),(9250,9250,'yst_prominent_words','',0,2),(9251,9251,'post_tag','',0,1),(9252,9252,'post_tag','',0,1),(9253,9253,'post_tag','',0,1),(9254,9254,'post_tag','',0,1),(9255,9255,'post_tag','',0,1),(9256,9256,'yst_prominent_words','',0,0),(9257,9257,'yst_prominent_words','',0,0),(9258,9258,'yst_prominent_words','',0,1),(9259,9259,'yst_prominent_words','',0,1),(9260,9260,'yst_prominent_words','',0,0),(9261,9261,'yst_prominent_words','',0,0),(9262,9262,'yst_prominent_words','',0,0),(9263,9263,'yst_prominent_words','',0,0),(9264,9264,'yst_prominent_words','',0,0),(9265,9265,'yst_prominent_words','',0,0),(9266,9266,'yst_prominent_words','',0,0),(9267,9267,'yst_prominent_words','',0,0),(9268,9268,'yst_prominent_words','',0,0),(9269,9269,'yst_prominent_words','',0,0),(9270,9270,'yst_prominent_words','',0,0),(9271,9271,'yst_prominent_words','',0,1),(9272,9272,'yst_prominent_words','',0,1),(9273,9273,'yst_prominent_words','',0,1),(9274,9274,'yst_prominent_words','',0,1),(9275,9275,'yst_prominent_words','',0,1),(9276,9276,'yst_prominent_words','',0,0),(9277,9277,'yst_prominent_words','',0,1),(9278,9278,'yst_prominent_words','',0,1),(9279,9279,'yst_prominent_words','',0,1),(9280,9280,'yst_prominent_words','',0,1),(9281,9281,'yst_prominent_words','',0,1),(9282,9282,'yst_prominent_words','',0,1),(9283,9283,'yst_prominent_words','',0,1),(9284,9284,'yst_prominent_words','',0,1),(9285,9285,'yst_prominent_words','',0,1),(9286,9286,'yst_prominent_words','',0,1),(9287,9287,'yst_prominent_words','',0,1),(9288,9288,'yst_prominent_words','',0,1),(9289,9289,'post_tag','',0,1),(9290,9290,'post_tag','',0,1),(9291,9291,'post_tag','',0,1),(9292,9292,'post_tag','',0,1),(9293,9293,'post_tag','',0,1),(9294,9294,'yst_prominent_words','',0,0),(9295,9295,'yst_prominent_words','',0,0),(9296,9296,'yst_prominent_words','',0,0),(9297,9297,'yst_prominent_words','',0,0),(9298,9298,'yst_prominent_words','',0,0),(9299,9299,'yst_prominent_words','',0,0),(9300,9300,'yst_prominent_words','',0,0),(9301,9301,'yst_prominent_words','',0,1),(9302,9302,'yst_prominent_words','',0,1),(9303,9303,'yst_prominent_words','',0,1),(9304,9304,'yst_prominent_words','',0,1),(9305,9305,'yst_prominent_words','',0,1),(9306,9306,'yst_prominent_words','',0,0),(9307,9307,'yst_prominent_words','',0,0),(9308,9308,'yst_prominent_words','',0,0),(9309,9309,'yst_prominent_words','',0,0),(9310,9310,'yst_prominent_words','',0,0),(9311,9311,'yst_prominent_words','',0,0),(9312,9312,'yst_prominent_words','',0,0),(9313,9313,'yst_prominent_words','',0,0),(9314,9314,'yst_prominent_words','',0,1),(9315,9315,'yst_prominent_words','',0,1),(9316,9316,'yst_prominent_words','',0,1),(9317,9317,'yst_prominent_words','',0,1),(9318,9318,'yst_prominent_words','',0,1),(9319,9319,'yst_prominent_words','',0,1),(9320,9320,'yst_prominent_words','',0,0),(9321,9321,'yst_prominent_words','',0,0),(9322,9322,'yst_prominent_words','',0,1),(9323,9323,'yst_prominent_words','',0,1),(9324,9324,'yst_prominent_words','',0,1),(9325,9325,'yst_prominent_words','',0,1),(9326,9326,'yst_prominent_words','',0,1),(9327,9327,'yst_prominent_words','',0,1),(9328,9328,'yst_prominent_words','',0,1),(9329,9329,'post_tag','',0,1),(9330,9330,'post_tag','',0,1),(9331,9331,'post_tag','',0,1),(9332,9332,'post_tag','',0,1),(9333,9333,'post_tag','',0,1),(9334,9334,'post_tag','',0,1),(9335,9335,'post_tag','',0,1),(9336,9336,'post_tag','',0,1),(9337,9337,'yst_prominent_words','',0,1),(9338,9338,'yst_prominent_words','',0,1),(9339,9339,'yst_prominent_words','',0,1),(9340,9340,'yst_prominent_words','',0,1),(9341,9341,'yst_prominent_words','',0,1),(9342,9342,'yst_prominent_words','',0,1),(9343,9343,'yst_prominent_words','',0,0),(9344,9344,'yst_prominent_words','',0,0),(9345,9345,'yst_prominent_words','',0,0),(9346,9346,'yst_prominent_words','',0,0),(9347,9347,'yst_prominent_words','',0,1),(9348,9348,'yst_prominent_words','',0,0),(9349,9349,'yst_prominent_words','',0,1),(9350,9350,'yst_prominent_words','',0,0),(9351,9351,'yst_prominent_words','',0,0),(9352,9352,'yst_prominent_words','',0,0),(9353,9353,'yst_prominent_words','',0,0),(9354,9354,'yst_prominent_words','',0,0),(9355,9355,'yst_prominent_words','',0,0),(9356,9356,'yst_prominent_words','',0,0),(9357,9357,'yst_prominent_words','',0,1),(9358,9358,'yst_prominent_words','',0,0),(9359,9359,'yst_prominent_words','',0,1),(9360,9360,'yst_prominent_words','',0,1),(9361,9361,'yst_prominent_words','',0,3),(9362,9362,'yst_prominent_words','',0,1),(9363,9363,'yst_prominent_words','',0,1),(9364,9364,'yst_prominent_words','',0,1),(9365,9365,'yst_prominent_words','',0,0),(9366,9366,'yst_prominent_words','',0,1),(9367,9367,'yst_prominent_words','',0,1),(9368,9368,'yst_prominent_words','',0,0),(9369,9369,'yst_prominent_words','',0,0),(9370,9370,'yst_prominent_words','',0,1),(9371,9371,'yst_prominent_words','',0,1),(9372,9372,'yst_prominent_words','',0,0),(9373,9373,'yst_prominent_words','',0,2),(9374,9374,'yst_prominent_words','',0,1),(9375,9375,'yst_prominent_words','',0,2),(9376,9376,'yst_prominent_words','',0,1),(9377,9377,'yst_prominent_words','',0,1),(9378,9378,'yst_prominent_words','',0,0),(9379,9379,'post_tag','',0,2),(9380,9380,'post_tag','',0,1),(9381,9381,'yst_prominent_words','',0,0),(9382,9382,'yst_prominent_words','',0,0),(9383,9383,'yst_prominent_words','',0,0),(9384,9384,'yst_prominent_words','',0,0),(9385,9385,'yst_prominent_words','',0,0),(9386,9386,'yst_prominent_words','',0,0),(9387,9387,'yst_prominent_words','',0,0),(9388,9388,'yst_prominent_words','',0,0),(9389,9389,'yst_prominent_words','',0,0),(9390,9390,'yst_prominent_words','',0,0),(9391,9391,'yst_prominent_words','',0,0),(9392,9392,'yst_prominent_words','',0,0),(9393,9393,'yst_prominent_words','',0,0),(9394,9394,'yst_prominent_words','',0,1),(9395,9395,'yst_prominent_words','',0,1),(9396,9396,'yst_prominent_words','',0,4),(9397,9397,'yst_prominent_words','',0,1),(9398,9398,'yst_prominent_words','',0,1),(9399,9399,'yst_prominent_words','',0,1),(9400,9400,'yst_prominent_words','',0,1),(9401,9401,'post_tag','',0,1),(9402,9402,'post_tag','',0,1),(9403,9403,'post_tag','',0,1),(9404,9404,'yst_prominent_words','',0,1),(9405,9405,'yst_prominent_words','',0,1),(9406,9406,'yst_prominent_words','',0,1),(9407,9407,'yst_prominent_words','',0,1),(9408,9408,'yst_prominent_words','',0,1),(9409,9409,'yst_prominent_words','',0,0),(9410,9410,'yst_prominent_words','',0,0),(9411,9411,'yst_prominent_words','',0,0),(9412,9412,'yst_prominent_words','',0,0),(9413,9413,'yst_prominent_words','',0,0),(9414,9414,'yst_prominent_words','',0,0),(9415,9415,'yst_prominent_words','',0,0),(9416,9416,'yst_prominent_words','',0,0),(9417,9417,'yst_prominent_words','',0,0),(9418,9418,'yst_prominent_words','',0,1),(9419,9419,'yst_prominent_words','',0,0),(9420,9420,'yst_prominent_words','',0,0),(9421,9421,'yst_prominent_words','',0,2),(9422,9422,'yst_prominent_words','',0,0),(9423,9423,'yst_prominent_words','',0,0),(9424,9424,'yst_prominent_words','',0,1),(9425,9425,'yst_prominent_words','',0,1),(9426,9426,'yst_prominent_words','',0,1),(9427,9427,'yst_prominent_words','',0,1),(9428,9428,'yst_prominent_words','',0,0),(9429,9429,'yst_prominent_words','',0,0),(9430,9430,'yst_prominent_words','',0,0),(9431,9431,'yst_prominent_words','',0,1),(9432,9432,'yst_prominent_words','',0,0),(9433,9433,'yst_prominent_words','',0,0),(9434,9434,'yst_prominent_words','',0,0),(9435,9435,'yst_prominent_words','',0,0),(9436,9436,'yst_prominent_words','',0,1),(9437,9437,'yst_prominent_words','',0,1),(9438,9438,'yst_prominent_words','',0,0),(9439,9439,'yst_prominent_words','',0,1),(9440,9440,'yst_prominent_words','',0,1),(9441,9441,'yst_prominent_words','',0,1),(9442,9442,'yst_prominent_words','',0,4),(9443,9443,'yst_prominent_words','',0,1),(9444,9444,'yst_prominent_words','',0,1),(9445,9445,'post_tag','',0,1),(9446,9446,'post_tag','',0,1),(9447,9447,'post_tag','',0,1),(9448,9448,'post_tag','',0,2),(9449,9449,'post_tag','',0,2),(9450,9450,'post_tag','',0,2),(9451,9451,'post_tag','',0,1),(9452,9452,'yst_prominent_words','',0,1),(9453,9453,'yst_prominent_words','',0,0),(9454,9454,'yst_prominent_words','',0,1),(9455,9455,'yst_prominent_words','',0,1),(9456,9456,'yst_prominent_words','',0,0),(9457,9457,'yst_prominent_words','',0,1),(9458,9458,'yst_prominent_words','',0,1),(9459,9459,'yst_prominent_words','',0,1),(9460,9460,'post_tag','',0,1),(9461,9461,'yst_prominent_words','',0,1),(9462,9462,'yst_prominent_words','',0,1),(9463,9463,'post_tag','',0,1),(9464,9464,'yst_prominent_words','',0,1),(9465,9465,'yst_prominent_words','',0,1),(9466,9466,'yst_prominent_words','',0,1),(9467,9467,'post_tag','',0,1),(9468,9468,'yst_prominent_words','',0,1),(9469,9469,'yst_prominent_words','',0,5),(9470,9470,'yst_prominent_words','',0,1),(9471,9471,'yst_prominent_words','',0,0),(9472,9472,'yst_prominent_words','',0,0),(9473,9473,'yst_prominent_words','',0,0),(9474,9474,'yst_prominent_words','',0,1),(9475,9475,'yst_prominent_words','',0,1),(9476,9476,'yst_prominent_words','',0,1),(9477,9477,'yst_prominent_words','',0,1),(9478,9478,'yst_prominent_words','',0,1),(9479,9479,'yst_prominent_words','',0,1),(9480,9480,'post_tag','',0,1),(9481,9481,'post_tag','',0,1),(9482,9482,'post_tag','',0,1),(9483,9483,'yst_prominent_words','',0,0),(9484,9484,'post_tag','',0,0),(9485,9485,'yst_prominent_words','',0,1),(9486,9486,'yst_prominent_words','',0,1),(9487,9487,'yst_prominent_words','',0,1),(9488,9488,'yst_prominent_words','',0,0),(9489,9489,'yst_prominent_words','',0,0),(9490,9490,'yst_prominent_words','',0,0),(9491,9491,'yst_prominent_words','',0,2),(9492,9492,'yst_prominent_words','',0,1),(9493,9493,'yst_prominent_words','',0,1),(9494,9494,'yst_prominent_words','',0,1),(9495,9495,'yst_prominent_words','',0,1),(9496,9496,'yst_prominent_words','',0,1),(9497,9497,'yst_prominent_words','',0,0),(9498,9498,'yst_prominent_words','',0,0),(9499,9499,'yst_prominent_words','',0,0),(9500,9500,'yst_prominent_words','',0,0),(9501,9501,'yst_prominent_words','',0,0),(9502,9502,'yst_prominent_words','',0,0),(9503,9503,'post_tag','',0,1),(9504,9504,'post_tag','',0,2),(9505,9505,'post_tag','',0,1),(9506,9506,'post_tag','',0,1),(9507,9507,'yst_prominent_words','',0,1),(9508,9508,'yst_prominent_words','',0,1),(9509,9509,'yst_prominent_words','',0,1),(9510,9510,'yst_prominent_words','',0,1),(9511,9511,'yst_prominent_words','',0,1),(9512,9512,'yst_prominent_words','',0,1),(9513,9513,'yst_prominent_words','',0,0),(9514,9514,'yst_prominent_words','',0,1),(9515,9515,'yst_prominent_words','',0,1),(9516,9516,'yst_prominent_words','',0,1),(9517,9517,'yst_prominent_words','',0,1),(9518,9518,'yst_prominent_words','',0,1),(9519,9519,'yst_prominent_words','',0,1),(9520,9520,'yst_prominent_words','',0,1),(9521,9521,'yst_prominent_words','',0,1),(9522,9522,'yst_prominent_words','',0,1),(9523,9523,'yst_prominent_words','',0,2),(9524,9524,'yst_prominent_words','',0,2),(9525,9525,'yst_prominent_words','',0,1),(9526,9526,'yst_prominent_words','',0,1),(9527,9527,'yst_prominent_words','',0,4),(9528,9528,'yst_prominent_words','',0,1),(9529,9529,'yst_prominent_words','',0,2),(9530,9530,'yst_prominent_words','',0,3),(9531,9531,'yst_prominent_words','',0,1),(9532,9532,'yst_prominent_words','',0,1),(9533,9533,'yst_prominent_words','',0,1),(9534,9534,'yst_prominent_words','',0,1),(9535,9535,'yst_prominent_words','',0,1),(9536,9536,'yst_prominent_words','',0,1),(9537,9537,'yst_prominent_words','',0,0),(9538,9538,'yst_prominent_words','',0,0),(9539,9539,'yst_prominent_words','',0,0),(9540,9540,'yst_prominent_words','',0,0),(9541,9541,'yst_prominent_words','',0,2),(9542,9542,'yst_prominent_words','',0,1),(9543,9543,'yst_prominent_words','',0,1),(9544,9544,'post_tag','',0,3),(9545,9545,'yst_prominent_words','',0,0),(9546,9546,'yst_prominent_words','',0,1),(9547,9547,'yst_prominent_words','',0,1),(9548,9548,'yst_prominent_words','',0,1),(9549,9549,'yst_prominent_words','',0,2),(9550,9550,'yst_prominent_words','',0,1),(9551,9551,'post_tag','',0,1),(9552,9552,'post_tag','',0,1),(9553,9553,'post_tag','',0,1),(9554,9554,'post_tag','',0,1),(9555,9555,'post_tag','',0,1),(9556,9556,'post_tag','',0,1),(9557,9557,'yst_prominent_words','',0,0),(9558,9558,'yst_prominent_words','',0,0),(9559,9559,'yst_prominent_words','',0,0),(9560,9560,'yst_prominent_words','',0,1),(9561,9561,'yst_prominent_words','',0,1),(9562,9562,'yst_prominent_words','',0,0),(9563,9563,'post_tag','',0,0),(9564,9564,'post_tag','',0,1),(9565,9565,'post_tag','',0,1),(9566,9566,'post_tag','',0,1),(9567,9567,'yst_prominent_words','',0,4),(9568,9568,'yst_prominent_words','',0,4),(9569,9569,'yst_prominent_words','',0,2),(9570,9570,'yst_prominent_words','',0,1),(9571,9571,'yst_prominent_words','',0,1),(9572,9572,'yst_prominent_words','',0,0),(9573,9573,'yst_prominent_words','',0,1),(9574,9574,'post_tag','',0,1),(9575,9575,'post_tag','',0,0),(9576,9576,'post_tag','',0,1),(9577,9577,'post_tag','',0,1),(9578,9578,'yst_prominent_words','',0,2),(9579,9579,'yst_prominent_words','',0,2),(9580,9580,'post_tag','',0,1),(9581,9581,'yst_prominent_words','',0,3),(9582,9582,'yst_prominent_words','',0,2),(9583,9583,'yst_prominent_words','',0,2),(9584,9584,'yst_prominent_words','',0,0),(9585,9585,'yst_prominent_words','',0,1),(9586,9586,'yst_prominent_words','',0,0),(9587,9587,'yst_prominent_words','',0,1),(9588,9588,'yst_prominent_words','',0,1),(9589,9589,'yst_prominent_words','',0,1),(9590,9590,'yst_prominent_words','',0,1),(9591,9591,'yst_prominent_words','',0,1),(9592,9592,'yst_prominent_words','',0,1),(9593,9593,'yst_prominent_words','',0,1),(9594,9594,'yst_prominent_words','',0,2),(9595,9595,'yst_prominent_words','',0,2),(9596,9596,'yst_prominent_words','',0,1),(9597,9597,'yst_prominent_words','',0,1),(9598,9598,'yst_prominent_words','',0,1),(9599,9599,'yst_prominent_words','',0,1),(9600,9600,'yst_prominent_words','',0,1),(9601,9601,'yst_prominent_words','',0,1),(9602,9602,'yst_prominent_words','',0,1),(9603,9603,'yst_prominent_words','',0,1),(9604,9604,'yst_prominent_words','',0,1),(9605,9605,'yst_prominent_words','',0,1),(9606,9606,'yst_prominent_words','',0,2),(9607,9607,'yst_prominent_words','',0,2),(9608,9608,'yst_prominent_words','',0,4),(9609,9609,'yst_prominent_words','',0,1),(9610,9610,'post_tag','',0,2),(9611,9611,'post_tag','',0,1),(9612,9612,'post_tag','',0,10),(9613,9613,'yst_prominent_words','',0,1),(9614,9614,'yst_prominent_words','',0,1),(9615,9615,'yst_prominent_words','',0,1),(9616,9616,'yst_prominent_words','',0,1),(9617,9617,'yst_prominent_words','',0,1),(9618,9618,'yst_prominent_words','',0,4),(9619,9619,'yst_prominent_words','',0,1),(9620,9620,'yst_prominent_words','',0,2),(9621,9621,'yst_prominent_words','',0,1),(9622,9622,'yst_prominent_words','',0,1),(9623,9623,'yst_prominent_words','',0,2),(9624,9624,'yst_prominent_words','',0,1),(9625,9625,'yst_prominent_words','',0,1),(9626,9626,'yst_prominent_words','',0,1),(9627,9627,'yst_prominent_words','',0,1),(9628,9628,'yst_prominent_words','',0,2),(9629,9629,'yst_prominent_words','',0,1),(9630,9630,'post_tag','',0,0),(9631,9631,'yst_prominent_words','',0,0),(9632,9632,'yst_prominent_words','',0,0),(9633,9633,'yst_prominent_words','',0,0),(9634,9634,'yst_prominent_words','',0,0),(9635,9635,'yst_prominent_words','',0,0),(9636,9636,'yst_prominent_words','',0,0),(9637,9637,'yst_prominent_words','',0,0),(9638,9638,'yst_prominent_words','',0,0),(9639,9639,'yst_prominent_words','',0,7),(9640,9640,'yst_prominent_words','',0,0),(9641,9641,'yst_prominent_words','',0,0),(9642,9642,'yst_prominent_words','',0,0),(9643,9643,'yst_prominent_words','',0,0),(9644,9644,'yst_prominent_words','',0,0),(9645,9645,'yst_prominent_words','',0,0),(9646,9646,'yst_prominent_words','',0,0),(9647,9647,'yst_prominent_words','',0,0),(9648,9648,'yst_prominent_words','',0,0),(9649,9649,'yst_prominent_words','',0,0),(9650,9650,'yst_prominent_words','',0,0),(9651,9651,'yst_prominent_words','',0,0),(9652,9652,'yst_prominent_words','',0,0),(9653,9653,'yst_prominent_words','',0,1),(9654,9654,'yst_prominent_words','',0,1),(9655,9655,'yst_prominent_words','',0,1),(9656,9656,'yst_prominent_words','',0,1),(9657,9657,'yst_prominent_words','',0,1),(9658,9658,'yst_prominent_words','',0,1),(9659,9659,'yst_prominent_words','',0,0),(9660,9660,'yst_prominent_words','',0,1),(9661,9661,'yst_prominent_words','',0,1),(9662,9662,'yst_prominent_words','',0,1),(9663,9663,'yst_prominent_words','',0,1),(9664,9664,'yst_prominent_words','',0,1),(9665,9665,'yst_prominent_words','',0,1),(9666,9666,'yst_prominent_words','',0,1),(9667,9667,'yst_prominent_words','',0,1),(9668,9668,'yst_prominent_words','',0,1),(9669,9669,'yst_prominent_words','',0,1),(9670,9670,'yst_prominent_words','',0,1),(9671,9671,'yst_prominent_words','',0,0),(9672,9672,'yst_prominent_words','',0,0),(9673,9673,'yst_prominent_words','',0,0),(9674,9674,'yst_prominent_words','',0,0),(9675,9675,'yst_prominent_words','',0,0),(9676,9676,'yst_prominent_words','',0,1),(9677,9677,'yst_prominent_words','',0,0),(9678,9678,'yst_prominent_words','',0,0),(9679,9679,'yst_prominent_words','',0,1),(9680,9680,'yst_prominent_words','',0,0),(9681,9681,'yst_prominent_words','',0,0),(9682,9682,'yst_prominent_words','',0,0),(9683,9683,'yst_prominent_words','',0,0),(9684,9684,'yst_prominent_words','',0,1),(9685,9685,'yst_prominent_words','',0,0),(9686,9686,'yst_prominent_words','',0,0),(9687,9687,'yst_prominent_words','',0,0),(9688,9688,'yst_prominent_words','',0,0),(9689,9689,'yst_prominent_words','',0,1),(9690,9690,'yst_prominent_words','',0,1),(9691,9691,'yst_prominent_words','',0,1),(9692,9692,'yst_prominent_words','',0,1),(9693,9693,'yst_prominent_words','',0,1),(9694,9694,'yst_prominent_words','',0,0),(9695,9695,'yst_prominent_words','',0,1),(9696,9696,'yst_prominent_words','',0,1),(9697,9697,'yst_prominent_words','',0,0),(9698,9698,'yst_prominent_words','',0,1),(9699,9699,'yst_prominent_words','',0,0),(9700,9700,'yst_prominent_words','',0,1),(9701,9701,'yst_prominent_words','',0,0),(9702,9702,'yst_prominent_words','',0,1),(9703,9703,'yst_prominent_words','',0,1),(9704,9704,'yst_prominent_words','',0,1),(9705,9705,'post_tag','',0,1),(9706,9706,'post_tag','',0,2),(9707,9707,'post_tag','',0,2),(9708,9708,'post_tag','',0,1),(9709,9709,'yst_prominent_words','',0,1),(9710,9710,'yst_prominent_words','',0,4),(9711,9711,'yst_prominent_words','',0,0),(9712,9712,'yst_prominent_words','',0,0),(9713,9713,'yst_prominent_words','',0,0),(9714,9714,'yst_prominent_words','',0,1),(9715,9715,'yst_prominent_words','',0,0),(9716,9716,'yst_prominent_words','',0,1),(9717,9717,'yst_prominent_words','',0,0),(9718,9718,'yst_prominent_words','',0,1),(9719,9719,'yst_prominent_words','',0,1),(9720,9720,'yst_prominent_words','',0,0),(9721,9721,'yst_prominent_words','',0,1),(9722,9722,'yst_prominent_words','',0,1),(9723,9723,'yst_prominent_words','',0,1),(9724,9724,'yst_prominent_words','',0,1),(9725,9725,'yst_prominent_words','',0,1),(9726,9726,'yst_prominent_words','',0,0),(9727,9727,'yst_prominent_words','',0,0),(9728,9728,'yst_prominent_words','',0,0),(9729,9729,'yst_prominent_words','',0,1),(9730,9730,'yst_prominent_words','',0,1),(9731,9731,'yst_prominent_words','',0,0),(9732,9732,'post_tag','',0,0),(9733,9733,'post_tag','',0,0),(9734,9734,'post_tag','',0,1),(9735,9735,'post_tag','',0,1),(9736,9736,'yst_prominent_words','',0,1),(9737,9737,'yst_prominent_words','',0,1),(9738,9738,'yst_prominent_words','',0,1),(9739,9739,'yst_prominent_words','',0,1),(9740,9740,'yst_prominent_words','',0,1),(9741,9741,'yst_prominent_words','',0,1),(9742,9742,'yst_prominent_words','',0,1),(9743,9743,'yst_prominent_words','',0,1),(9744,9744,'yst_prominent_words','',0,1),(9745,9745,'yst_prominent_words','',0,1),(9746,9746,'yst_prominent_words','',0,1),(9747,9747,'yst_prominent_words','',0,1),(9748,9748,'yst_prominent_words','',0,1),(9749,9749,'yst_prominent_words','',0,1),(9750,9750,'yst_prominent_words','',0,1),(9751,9751,'yst_prominent_words','',0,1),(9752,9752,'yst_prominent_words','',0,1),(9753,9753,'yst_prominent_words','',0,1),(9754,9754,'yst_prominent_words','',0,1),(9755,9755,'yst_prominent_words','',0,1),(9756,9756,'yst_prominent_words','',0,1),(9757,9757,'yst_prominent_words','',0,1),(9758,9758,'yst_prominent_words','',0,1),(9759,9759,'yst_prominent_words','',0,0),(9760,9760,'yst_prominent_words','',0,0),(9761,9761,'yst_prominent_words','',0,1),(9762,9762,'yst_prominent_words','',0,0),(9763,9763,'yst_prominent_words','',0,2),(9764,9764,'yst_prominent_words','',0,1),(9765,9765,'yst_prominent_words','',0,1),(9766,9766,'yst_prominent_words','',0,2),(9767,9767,'yst_prominent_words','',0,1),(9768,9768,'post_tag','',0,3),(9769,9769,'post_tag','',0,1),(9770,9770,'post_tag','',0,1),(9771,9771,'yst_prominent_words','',0,0),(9772,9772,'yst_prominent_words','',0,0),(9773,9773,'yst_prominent_words','',0,0),(9774,9774,'yst_prominent_words','',0,1),(9775,9775,'yst_prominent_words','',0,1),(9776,9776,'yst_prominent_words','',0,1),(9777,9777,'yst_prominent_words','',0,1),(9778,9778,'yst_prominent_words','',0,0),(9779,9779,'yst_prominent_words','',0,0),(9780,9780,'yst_prominent_words','',0,0),(9781,9781,'yst_prominent_words','',0,0),(9782,9782,'yst_prominent_words','',0,1),(9783,9783,'yst_prominent_words','',0,1),(9784,9784,'yst_prominent_words','',0,1),(9785,9785,'yst_prominent_words','',0,1),(9786,9786,'yst_prominent_words','',0,1),(9787,9787,'yst_prominent_words','',0,1),(9788,9788,'yst_prominent_words','',0,1),(9789,9789,'yst_prominent_words','',0,1),(9790,9790,'yst_prominent_words','',0,1),(9791,9791,'yst_prominent_words','',0,0),(9792,9792,'yst_prominent_words','',0,0),(9793,9793,'yst_prominent_words','',0,1),(9794,9794,'yst_prominent_words','',0,0),(9795,9795,'yst_prominent_words','',0,0),(9796,9796,'yst_prominent_words','',0,1),(9797,9797,'yst_prominent_words','',0,1),(9798,9798,'yst_prominent_words','',0,1),(9799,9799,'yst_prominent_words','',0,1),(9800,9800,'yst_prominent_words','',0,1),(9801,9801,'yst_prominent_words','',0,1),(9802,9802,'post_tag','',0,1),(9803,9803,'post_tag','',0,1),(9804,9804,'post_tag','',0,1),(9805,9805,'yst_prominent_words','',0,1),(9806,9806,'yst_prominent_words','',0,4),(9807,9807,'yst_prominent_words','',0,1),(9808,9808,'yst_prominent_words','',0,0),(9809,9809,'yst_prominent_words','',0,0),(9810,9810,'yst_prominent_words','',0,0),(9811,9811,'yst_prominent_words','',0,1),(9812,9812,'yst_prominent_words','',0,1),(9813,9813,'yst_prominent_words','',0,0),(9814,9814,'yst_prominent_words','',0,0),(9815,9815,'yst_prominent_words','',0,0),(9816,9816,'yst_prominent_words','',0,1),(9817,9817,'yst_prominent_words','',0,1),(9818,9818,'yst_prominent_words','',0,1),(9819,9819,'yst_prominent_words','',0,1),(9820,9820,'yst_prominent_words','',0,1),(9821,9821,'yst_prominent_words','',0,1),(9822,9822,'yst_prominent_words','',0,0),(9823,9823,'yst_prominent_words','',0,0),(9824,9824,'yst_prominent_words','',0,0),(9825,9825,'yst_prominent_words','',0,1),(9826,9826,'yst_prominent_words','',0,0),(9827,9827,'yst_prominent_words','',0,2),(9828,9828,'yst_prominent_words','',0,0),(9829,9829,'yst_prominent_words','',0,1),(9830,9830,'yst_prominent_words','',0,2),(9831,9831,'yst_prominent_words','',0,1),(9832,9832,'yst_prominent_words','',0,1),(9833,9833,'yst_prominent_words','',0,1),(9834,9834,'yst_prominent_words','',0,1),(9835,9835,'yst_prominent_words','',0,0),(9836,9836,'yst_prominent_words','',0,0),(9837,9837,'yst_prominent_words','',0,0),(9838,9838,'yst_prominent_words','',0,0),(9839,9839,'yst_prominent_words','',0,0),(9840,9840,'yst_prominent_words','',0,0),(9841,9841,'yst_prominent_words','',0,0),(9842,9842,'yst_prominent_words','',0,0),(9843,9843,'yst_prominent_words','',0,0),(9844,9844,'yst_prominent_words','',0,1),(9845,9845,'yst_prominent_words','',0,1),(9846,9846,'yst_prominent_words','',0,1),(9847,9847,'yst_prominent_words','',0,1),(9848,9848,'yst_prominent_words','',0,1),(9849,9849,'yst_prominent_words','',0,1),(9850,9850,'post_tag','',0,1),(9851,9851,'yst_prominent_words','',0,1),(9852,9852,'yst_prominent_words','',0,1),(9853,9853,'yst_prominent_words','',0,0),(9854,9854,'yst_prominent_words','',0,0),(9855,9855,'yst_prominent_words','',0,0),(9856,9856,'yst_prominent_words','',0,0),(9857,9857,'yst_prominent_words','',0,1),(9858,9858,'yst_prominent_words','',0,1),(9859,9859,'yst_prominent_words','',0,3),(9860,9860,'yst_prominent_words','',0,3),(9861,9861,'post_tag','',0,2),(9862,9862,'yst_prominent_words','',0,1),(9863,9863,'yst_prominent_words','',0,1),(9864,9864,'yst_prominent_words','',0,2),(9865,9865,'yst_prominent_words','',0,1),(9866,9866,'yst_prominent_words','',0,1),(9867,9867,'yst_prominent_words','',0,0),(9868,9868,'yst_prominent_words','',0,1),(9869,9869,'yst_prominent_words','',0,1),(9870,9870,'post_tag','',0,1),(9871,9871,'post_tag','',0,1),(9872,9872,'post_tag','',0,1),(9873,9873,'yst_prominent_words','',0,1),(9874,9874,'yst_prominent_words','',0,1),(9875,9875,'yst_prominent_words','',0,1),(9876,9876,'yst_prominent_words','',0,1),(9877,9877,'yst_prominent_words','',0,1),(9878,9878,'yst_prominent_words','',0,1),(9879,9879,'yst_prominent_words','',0,1),(9880,9880,'yst_prominent_words','',0,2),(9881,9881,'yst_prominent_words','',0,1),(9882,9882,'yst_prominent_words','',0,0),(9883,9883,'yst_prominent_words','',0,0),(9884,9884,'yst_prominent_words','',0,0),(9885,9885,'yst_prominent_words','',0,0),(9886,9886,'post_tag','',0,0),(9887,9887,'post_tag','',0,1),(9888,9888,'yst_prominent_words','',0,1),(9889,9889,'yst_prominent_words','',0,1),(9890,9890,'yst_prominent_words','',0,1),(9891,9891,'yst_prominent_words','',0,2),(9892,9892,'yst_prominent_words','',0,2),(9893,9893,'yst_prominent_words','',0,0),(9894,9894,'yst_prominent_words','',0,2),(9895,9895,'yst_prominent_words','',0,1),(9896,9896,'yst_prominent_words','',0,0),(9897,9897,'yst_prominent_words','',0,0),(9898,9898,'yst_prominent_words','',0,0),(9899,9899,'yst_prominent_words','',0,1),(9900,9900,'yst_prominent_words','',0,1),(9901,9901,'yst_prominent_words','',0,1),(9902,9902,'yst_prominent_words','',0,1),(9903,9903,'yst_prominent_words','',0,0),(9904,9904,'yst_prominent_words','',0,1),(9905,9905,'yst_prominent_words','',0,1),(9906,9906,'yst_prominent_words','',0,1),(9907,9907,'yst_prominent_words','',0,1),(9908,9908,'yst_prominent_words','',0,1),(9909,9909,'yst_prominent_words','',0,1),(9910,9910,'post_tag','',0,1),(9911,9911,'post_tag','',0,2),(9912,9912,'post_tag','',0,1),(9913,9913,'yst_prominent_words','',0,1),(9914,9914,'yst_prominent_words','',0,1),(9915,9915,'yst_prominent_words','',0,1),(9916,9916,'yst_prominent_words','',0,1),(9917,9917,'yst_prominent_words','',0,1),(9918,9918,'yst_prominent_words','',0,1),(9919,9919,'yst_prominent_words','',0,1),(9920,9920,'yst_prominent_words','',0,0),(9921,9921,'yst_prominent_words','',0,1),(9922,9922,'yst_prominent_words','',0,1),(9923,9923,'yst_prominent_words','',0,1),(9924,9924,'yst_prominent_words','',0,1),(9925,9925,'yst_prominent_words','',0,1),(9926,9926,'yst_prominent_words','',0,1),(9927,9927,'post_tag','',0,1),(9928,9928,'post_tag','',0,1),(9929,9929,'post_tag','',0,1),(9930,9930,'post_tag','',0,1),(9931,9931,'post_tag','',0,1),(9932,9932,'yst_prominent_words','',0,0),(9933,9933,'yst_prominent_words','',0,1),(9934,9934,'yst_prominent_words','',0,1),(9935,9935,'yst_prominent_words','',0,0),(9936,9936,'yst_prominent_words','',0,1),(9937,9937,'yst_prominent_words','',0,1),(9938,9938,'yst_prominent_words','',0,1),(9939,9939,'yst_prominent_words','',0,1),(9940,9940,'yst_prominent_words','',0,1),(9941,9941,'yst_prominent_words','',0,1),(9942,9942,'yst_prominent_words','',0,1),(9943,9943,'yst_prominent_words','',0,1),(9944,9944,'yst_prominent_words','',0,1),(9945,9945,'yst_prominent_words','',0,1),(9946,9946,'yst_prominent_words','',0,2),(9947,9947,'yst_prominent_words','',0,1),(9948,9948,'yst_prominent_words','',0,3),(9949,9949,'yst_prominent_words','',0,1),(9950,9950,'post_tag','',0,1),(9951,9951,'yst_prominent_words','',0,1),(9952,9952,'yst_prominent_words','',0,1),(9953,9953,'yst_prominent_words','',0,1),(9954,9954,'yst_prominent_words','',0,1),(9955,9955,'yst_prominent_words','',0,1),(9956,9956,'post_tag','',0,1),(9957,9957,'post_tag','',0,1),(9958,9958,'post_tag','',0,0),(9959,9959,'post_tag','',0,1),(9960,9960,'post_tag','',0,1),(9961,9961,'yst_prominent_words','',0,1),(9962,9962,'yst_prominent_words','',0,1),(9963,9963,'yst_prominent_words','',0,2),(9964,9964,'yst_prominent_words','',0,1),(9965,9965,'yst_prominent_words','',0,1),(9966,9966,'yst_prominent_words','',0,1),(9967,9967,'yst_prominent_words','',0,1),(9968,9968,'yst_prominent_words','',0,1),(9969,9969,'yst_prominent_words','',0,1),(9970,9970,'yst_prominent_words','',0,1),(9971,9971,'yst_prominent_words','',0,1),(9972,9972,'yst_prominent_words','',0,1),(9973,9973,'yst_prominent_words','',0,0),(9974,9974,'yst_prominent_words','',0,0),(9975,9975,'yst_prominent_words','',0,1),(9976,9976,'yst_prominent_words','',0,1),(9977,9977,'yst_prominent_words','',0,1),(9978,9978,'yst_prominent_words','',0,0),(9979,9979,'yst_prominent_words','',0,1),(9980,9980,'yst_prominent_words','',0,1),(9981,9981,'yst_prominent_words','',0,0),(9982,9982,'yst_prominent_words','',0,1),(9983,9983,'yst_prominent_words','',0,1),(9984,9984,'yst_prominent_words','',0,1),(9985,9985,'yst_prominent_words','',0,1),(9986,9986,'yst_prominent_words','',0,1),(9987,9987,'yst_prominent_words','',0,1),(9988,9988,'yst_prominent_words','',0,1),(9989,9989,'yst_prominent_words','',0,0),(9990,9990,'yst_prominent_words','',0,1),(9991,9991,'yst_prominent_words','',0,1),(9992,9992,'yst_prominent_words','',0,1),(9993,9993,'yst_prominent_words','',0,1),(9994,9994,'yst_prominent_words','',0,1),(9995,9995,'yst_prominent_words','',0,1),(9996,9996,'yst_prominent_words','',0,1),(9997,9997,'yst_prominent_words','',0,1),(9998,9998,'yst_prominent_words','',0,2),(9999,9999,'yst_prominent_words','',0,3),(10000,10000,'yst_prominent_words','',0,1),(10001,10001,'yst_prominent_words','',0,1),(10002,10002,'yst_prominent_words','',0,1),(10003,10003,'yst_prominent_words','',0,1),(10004,10004,'yst_prominent_words','',0,1),(10005,10005,'yst_prominent_words','',0,1),(10006,10006,'yst_prominent_words','',0,1),(10007,10007,'yst_prominent_words','',0,1),(10008,10008,'yst_prominent_words','',0,1),(10009,10009,'yst_prominent_words','',0,1),(10010,10010,'post_tag','',0,2),(10011,10011,'post_tag','',0,1),(10012,10012,'yst_prominent_words','',0,1),(10013,10013,'yst_prominent_words','',0,1),(10014,10014,'yst_prominent_words','',0,1),(10015,10015,'yst_prominent_words','',0,0),(10016,10016,'yst_prominent_words','',0,1),(10017,10017,'yst_prominent_words','',0,1),(10018,10018,'yst_prominent_words','',0,1),(10019,10019,'yst_prominent_words','',0,1),(10020,10020,'yst_prominent_words','',0,1),(10021,10021,'yst_prominent_words','',0,1),(10022,10022,'yst_prominent_words','',0,1),(10023,10023,'yst_prominent_words','',0,1),(10024,10024,'yst_prominent_words','',0,1),(10025,10025,'yst_prominent_words','',0,1),(10026,10026,'post_tag','',0,1),(10027,10027,'post_tag','',0,1),(10028,10028,'post_tag','',0,1),(10029,10029,'yst_prominent_words','',0,0),(10030,10030,'yst_prominent_words','',0,1),(10031,10031,'yst_prominent_words','',0,0),(10032,10032,'yst_prominent_words','',0,0),(10033,10033,'yst_prominent_words','',0,1),(10034,10034,'yst_prominent_words','',0,0),(10035,10035,'yst_prominent_words','',0,0),(10036,10036,'yst_prominent_words','',0,1),(10037,10037,'yst_prominent_words','',0,1),(10038,10038,'yst_prominent_words','',0,1),(10039,10039,'yst_prominent_words','',0,1),(10040,10040,'yst_prominent_words','',0,1),(10041,10041,'yst_prominent_words','',0,3),(10042,10042,'yst_prominent_words','',0,1),(10043,10043,'yst_prominent_words','',0,2),(10044,10044,'yst_prominent_words','',0,3),(10045,10045,'post_tag','',0,2),(10046,10046,'yst_prominent_words','',0,1),(10047,10047,'yst_prominent_words','',0,0),(10048,10048,'yst_prominent_words','',0,1),(10049,10049,'post_tag','',0,2),(10050,10050,'yst_prominent_words','',0,1),(10051,10051,'yst_prominent_words','',0,1),(10052,10052,'yst_prominent_words','',0,2),(10053,10053,'yst_prominent_words','',0,1),(10054,10054,'yst_prominent_words','',0,1),(10055,10055,'yst_prominent_words','',0,1),(10056,10056,'yst_prominent_words','',0,1),(10057,10057,'yst_prominent_words','',0,2),(10058,10058,'yst_prominent_words','',0,1),(10059,10059,'yst_prominent_words','',0,1),(10060,10060,'yst_prominent_words','',0,1),(10061,10061,'yst_prominent_words','',0,1),(10062,10062,'yst_prominent_words','',0,1),(10063,10063,'yst_prominent_words','',0,1),(10064,10064,'yst_prominent_words','',0,0),(10065,10065,'yst_prominent_words','',0,2),(10066,10066,'yst_prominent_words','',0,1),(10067,10067,'yst_prominent_words','',0,0),(10068,10068,'yst_prominent_words','',0,0),(10069,10069,'yst_prominent_words','',0,2),(10070,10070,'yst_prominent_words','',0,0),(10071,10071,'yst_prominent_words','',0,0),(10072,10072,'yst_prominent_words','',0,1),(10073,10073,'yst_prominent_words','',0,1),(10074,10074,'yst_prominent_words','',0,1),(10075,10075,'yst_prominent_words','',0,1),(10076,10076,'post_tag','',0,1),(10077,10077,'post_tag','',0,0),(10078,10078,'post_tag','',0,3),(10079,10079,'post_tag','',0,1),(10080,10080,'yst_prominent_words','',0,1),(10081,10081,'yst_prominent_words','',0,1),(10082,10082,'yst_prominent_words','',0,2),(10083,10083,'yst_prominent_words','',0,0),(10084,10084,'post_tag','',0,1),(10085,10085,'yst_prominent_words','',0,0),(10086,10086,'yst_prominent_words','',0,1),(10087,10087,'yst_prominent_words','',0,1),(10088,10088,'yst_prominent_words','',0,1),(10089,10089,'yst_prominent_words','',0,1),(10090,10090,'yst_prominent_words','',0,0),(10091,10091,'yst_prominent_words','',0,0),(10092,10092,'yst_prominent_words','',0,1),(10093,10093,'yst_prominent_words','',0,1),(10094,10094,'yst_prominent_words','',0,1),(10095,10095,'yst_prominent_words','',0,1),(10096,10096,'yst_prominent_words','',0,1),(10097,10097,'yst_prominent_words','',0,1),(10098,10098,'yst_prominent_words','',0,1),(10099,10099,'yst_prominent_words','',0,1),(10100,10100,'yst_prominent_words','',0,1),(10101,10101,'yst_prominent_words','',0,1),(10102,10102,'yst_prominent_words','',0,1),(10103,10103,'yst_prominent_words','',0,0),(10104,10104,'yst_prominent_words','',0,1),(10105,10105,'yst_prominent_words','',0,1),(10106,10106,'yst_prominent_words','',0,0),(10107,10107,'yst_prominent_words','',0,0),(10108,10108,'post_tag','',0,1),(10109,10109,'post_tag','',0,1),(10110,10110,'post_tag','',0,1),(10111,10111,'post_tag','',0,1),(10112,10112,'yst_prominent_words','',0,1),(10113,10113,'yst_prominent_words','',0,0),(10114,10114,'yst_prominent_words','',0,2),(10115,10115,'yst_prominent_words','',0,3),(10116,10116,'yst_prominent_words','',0,1),(10117,10117,'yst_prominent_words','',0,1),(10118,10118,'yst_prominent_words','',0,1),(10119,10119,'yst_prominent_words','',0,1),(10120,10120,'yst_prominent_words','',0,1),(10121,10121,'yst_prominent_words','',0,1),(10122,10122,'yst_prominent_words','',0,1),(10123,10123,'yst_prominent_words','',0,1),(10124,10124,'yst_prominent_words','',0,1),(10125,10125,'yst_prominent_words','',0,1),(10126,10126,'yst_prominent_words','',0,1),(10127,10127,'yst_prominent_words','',0,1),(10128,10128,'post_tag','',0,1),(10129,10129,'post_tag','',0,2),(10130,10130,'yst_prominent_words','',0,1),(10131,10131,'yst_prominent_words','',0,1),(10132,10132,'yst_prominent_words','',0,1),(10133,10133,'yst_prominent_words','',0,0),(10134,10134,'yst_prominent_words','',0,0),(10135,10135,'yst_prominent_words','',0,1),(10136,10136,'yst_prominent_words','',0,1),(10137,10137,'yst_prominent_words','',0,1),(10138,10138,'yst_prominent_words','',0,1),(10139,10139,'yst_prominent_words','',0,1),(10140,10140,'post_tag','',0,1),(10141,10141,'post_tag','',0,1),(10142,10142,'post_tag','',0,1),(10143,10143,'yst_prominent_words','',0,1),(10144,10144,'yst_prominent_words','',0,0),(10145,10145,'yst_prominent_words','',0,1),(10146,10146,'yst_prominent_words','',0,1),(10147,10147,'yst_prominent_words','',0,1),(10148,10148,'yst_prominent_words','',0,1),(10149,10149,'yst_prominent_words','',0,1),(10150,10150,'yst_prominent_words','',0,1),(10151,10151,'yst_prominent_words','',0,1),(10152,10152,'yst_prominent_words','',0,1),(10153,10153,'yst_prominent_words','',0,1),(10154,10154,'yst_prominent_words','',0,1),(10155,10155,'post_tag','',0,1),(10156,10156,'post_tag','',0,1),(10157,10157,'yst_prominent_words','',0,1),(10158,10158,'yst_prominent_words','',0,0),(10159,10159,'yst_prominent_words','',0,1),(10160,10160,'yst_prominent_words','',0,0),(10161,10161,'yst_prominent_words','',0,1),(10162,10162,'yst_prominent_words','',0,1),(10163,10163,'yst_prominent_words','',0,1),(10164,10164,'yst_prominent_words','',0,1),(10165,10165,'yst_prominent_words','',0,1),(10166,10166,'yst_prominent_words','',0,1),(10167,10167,'yst_prominent_words','',0,1),(10168,10168,'post_tag','',0,1),(10169,10169,'post_tag','',0,1),(10170,10170,'yst_prominent_words','',0,2),(10171,10171,'yst_prominent_words','',0,1),(10172,10172,'yst_prominent_words','',0,1),(10173,10173,'yst_prominent_words','',0,1),(10174,10174,'yst_prominent_words','',0,1),(10175,10175,'yst_prominent_words','',0,1),(10176,10176,'yst_prominent_words','',0,1),(10177,10177,'yst_prominent_words','',0,1),(10178,10178,'yst_prominent_words','',0,1),(10179,10179,'yst_prominent_words','',0,0),(10180,10180,'yst_prominent_words','',0,1),(10181,10181,'yst_prominent_words','',0,1),(10182,10182,'yst_prominent_words','',0,1),(10183,10183,'yst_prominent_words','',0,0),(10184,10184,'yst_prominent_words','',0,0),(10185,10185,'yst_prominent_words','',0,0),(10186,10186,'yst_prominent_words','',0,1),(10187,10187,'post_tag','',0,1),(10188,10188,'post_tag','',0,1),(10189,10189,'post_tag','',0,1),(10190,10190,'post_tag','',0,1),(10191,10191,'yst_prominent_words','',0,3),(10192,10192,'yst_prominent_words','',0,1),(10193,10193,'yst_prominent_words','',0,1),(10194,10194,'yst_prominent_words','',0,3),(10195,10195,'yst_prominent_words','',0,1),(10196,10196,'yst_prominent_words','',0,1),(10197,10197,'post_tag','',0,1),(10198,10198,'yst_prominent_words','',0,1),(10199,10199,'yst_prominent_words','',0,1),(10200,10200,'yst_prominent_words','',0,1),(10201,10201,'yst_prominent_words','',0,1),(10202,10202,'yst_prominent_words','',0,0),(10203,10203,'yst_prominent_words','',0,1),(10204,10204,'yst_prominent_words','',0,1),(10205,10205,'yst_prominent_words','',0,1),(10206,10206,'yst_prominent_words','',0,0),(10207,10207,'yst_prominent_words','',0,1),(10208,10208,'yst_prominent_words','',0,1),(10209,10209,'yst_prominent_words','',0,1),(10210,10210,'yst_prominent_words','',0,1),(10211,10211,'yst_prominent_words','',0,1),(10212,10212,'yst_prominent_words','',0,1),(10213,10213,'yst_prominent_words','',0,1),(10214,10214,'post_tag','',0,1),(10215,10215,'post_tag','',0,1),(10216,10216,'post_tag','',0,1),(10217,10217,'yst_prominent_words','',0,1),(10218,10218,'yst_prominent_words','',0,1),(10219,10219,'yst_prominent_words','',0,1),(10220,10220,'yst_prominent_words','',0,1),(10221,10221,'yst_prominent_words','',0,1),(10222,10222,'yst_prominent_words','',0,0),(10223,10223,'yst_prominent_words','',0,0),(10224,10224,'yst_prominent_words','',0,0),(10225,10225,'yst_prominent_words','',0,0),(10226,10226,'yst_prominent_words','',0,1),(10227,10227,'yst_prominent_words','',0,1),(10228,10228,'yst_prominent_words','',0,1),(10229,10229,'yst_prominent_words','',0,1),(10230,10230,'post_tag','',0,3),(10231,10231,'yst_prominent_words','',0,1),(10232,10232,'yst_prominent_words','',0,2),(10233,10233,'yst_prominent_words','',0,0),(10234,10234,'yst_prominent_words','',0,0),(10235,10235,'yst_prominent_words','',0,0),(10236,10236,'yst_prominent_words','',0,0),(10237,10237,'yst_prominent_words','',0,1),(10238,10238,'yst_prominent_words','',0,1),(10239,10239,'yst_prominent_words','',0,0),(10240,10240,'yst_prominent_words','',0,1),(10241,10241,'yst_prominent_words','',0,1),(10242,10242,'yst_prominent_words','',0,0),(10243,10243,'yst_prominent_words','',0,1),(10244,10244,'yst_prominent_words','',0,0),(10245,10245,'yst_prominent_words','',0,2),(10246,10246,'yst_prominent_words','',0,0),(10247,10247,'yst_prominent_words','',0,0),(10248,10248,'post_tag','',0,1),(10249,10249,'post_tag','',0,1),(10250,10250,'post_tag','',0,1),(10251,10251,'post_tag','',0,1),(10252,10252,'yst_prominent_words','',0,1),(10253,10253,'yst_prominent_words','',0,0),(10254,10254,'yst_prominent_words','',0,1),(10255,10255,'yst_prominent_words','',0,0),(10256,10256,'yst_prominent_words','',0,1),(10257,10257,'yst_prominent_words','',0,1),(10258,10258,'yst_prominent_words','',0,1),(10259,10259,'yst_prominent_words','',0,1),(10260,10260,'yst_prominent_words','',0,0),(10261,10261,'yst_prominent_words','',0,1),(10262,10262,'post_tag','',0,1),(10263,10263,'yst_prominent_words','',0,1),(10264,10264,'yst_prominent_words','',0,1),(10265,10265,'yst_prominent_words','',0,1),(10266,10266,'yst_prominent_words','',0,0),(10267,10267,'yst_prominent_words','',0,1),(10268,10268,'yst_prominent_words','',0,2),(10269,10269,'yst_prominent_words','',0,0),(10270,10270,'yst_prominent_words','',0,0),(10271,10271,'yst_prominent_words','',0,0),(10272,10272,'yst_prominent_words','',0,0),(10273,10273,'yst_prominent_words','',0,0),(10274,10274,'yst_prominent_words','',0,0),(10275,10275,'yst_prominent_words','',0,1),(10276,10276,'yst_prominent_words','',0,0),(10277,10277,'yst_prominent_words','',0,1),(10278,10278,'yst_prominent_words','',0,1),(10279,10279,'yst_prominent_words','',0,1),(10280,10280,'yst_prominent_words','',0,1),(10281,10281,'yst_prominent_words','',0,1),(10282,10282,'yst_prominent_words','',0,1),(10283,10283,'yst_prominent_words','',0,1),(10284,10284,'yst_prominent_words','',0,1),(10285,10285,'yst_prominent_words','',0,1),(10286,10286,'yst_prominent_words','',0,1),(10287,10287,'yst_prominent_words','',0,0),(10288,10288,'yst_prominent_words','',0,1),(10289,10289,'post_tag','',0,1),(10290,10290,'post_tag','',0,1),(10291,10291,'post_tag','',0,1),(10292,10292,'yst_prominent_words','',0,0),(10293,10293,'yst_prominent_words','',0,1),(10294,10294,'yst_prominent_words','',0,1),(10295,10295,'yst_prominent_words','',0,1),(10296,10296,'yst_prominent_words','',0,1),(10297,10297,'yst_prominent_words','',0,1),(10298,10298,'yst_prominent_words','',0,0),(10299,10299,'yst_prominent_words','',0,1),(10300,10300,'yst_prominent_words','',0,1),(10301,10301,'yst_prominent_words','',0,1),(10302,10302,'yst_prominent_words','',0,1),(10303,10303,'yst_prominent_words','',0,1),(10304,10304,'yst_prominent_words','',0,1),(10305,10305,'yst_prominent_words','',0,1),(10306,10306,'yst_prominent_words','',0,1),(10307,10307,'yst_prominent_words','',0,1),(10308,10308,'yst_prominent_words','',0,1),(10309,10309,'yst_prominent_words','',0,1),(10310,10310,'post_tag','',0,0),(10311,10311,'post_tag','',0,0),(10312,10312,'yst_prominent_words','',0,1),(10313,10313,'yst_prominent_words','',0,0),(10314,10314,'yst_prominent_words','',0,1),(10315,10315,'yst_prominent_words','',0,1),(10316,10316,'yst_prominent_words','',0,4),(10317,10317,'yst_prominent_words','',0,0),(10318,10318,'yst_prominent_words','',0,0),(10319,10319,'yst_prominent_words','',0,0),(10320,10320,'yst_prominent_words','',0,1),(10321,10321,'yst_prominent_words','',0,0),(10322,10322,'yst_prominent_words','',0,0),(10323,10323,'yst_prominent_words','',0,1),(10324,10324,'yst_prominent_words','',0,0),(10325,10325,'yst_prominent_words','',0,1),(10326,10326,'yst_prominent_words','',0,0),(10327,10327,'yst_prominent_words','',0,0),(10328,10328,'yst_prominent_words','',0,0),(10329,10329,'post_tag','',0,1),(10330,10330,'post_tag','',0,2),(10331,10331,'post_tag','',0,1),(10332,10332,'post_tag','',0,1),(10333,10333,'yst_prominent_words','',0,1),(10334,10334,'yst_prominent_words','',0,1),(10335,10335,'yst_prominent_words','',0,1),(10336,10336,'yst_prominent_words','',0,1),(10337,10337,'yst_prominent_words','',0,1),(10338,10338,'post_tag','',0,0),(10339,10339,'post_tag','',0,2),(10340,10340,'post_tag','',0,1),(10341,10341,'post_tag','',0,1),(10342,10342,'post_tag','',0,1),(10343,10343,'post_tag','',0,1),(10344,10344,'post_tag','',0,2),(10345,10345,'post_tag','',0,1),(10346,10346,'post_tag','',0,1),(10347,10347,'post_tag','',0,1),(10348,10348,'post_tag','',0,1),(10349,10349,'post_tag','',0,0),(10350,10350,'post_tag','',0,1),(10351,10351,'yst_prominent_words','',0,1),(10352,10352,'yst_prominent_words','',0,1),(10353,10353,'yst_prominent_words','',0,1),(10354,10354,'yst_prominent_words','',0,1),(10355,10355,'yst_prominent_words','',0,1),(10356,10356,'yst_prominent_words','',0,1),(10357,10357,'yst_prominent_words','',0,2),(10358,10358,'yst_prominent_words','',0,2),(10359,10359,'yst_prominent_words','',0,2),(10360,10360,'yst_prominent_words','',0,1),(10361,10361,'yst_prominent_words','',0,1),(10362,10362,'yst_prominent_words','',0,1),(10363,10363,'yst_prominent_words','',0,1),(10364,10364,'yst_prominent_words','',0,4),(10365,10365,'yst_prominent_words','',0,0),(10366,10366,'yst_prominent_words','',0,0),(10367,10367,'yst_prominent_words','',0,0),(10368,10368,'yst_prominent_words','',0,0),(10369,10369,'yst_prominent_words','',0,0),(10370,10370,'yst_prominent_words','',0,0),(10371,10371,'yst_prominent_words','',0,0),(10372,10372,'yst_prominent_words','',0,0),(10373,10373,'yst_prominent_words','',0,0),(10374,10374,'yst_prominent_words','',0,0),(10375,10375,'yst_prominent_words','',0,0),(10376,10376,'yst_prominent_words','',0,0),(10377,10377,'yst_prominent_words','',0,0),(10378,10378,'yst_prominent_words','',0,0),(10379,10379,'yst_prominent_words','',0,0),(10380,10380,'yst_prominent_words','',0,0),(10381,10381,'yst_prominent_words','',0,0),(10382,10382,'yst_prominent_words','',0,0),(10383,10383,'yst_prominent_words','',0,0),(10384,10384,'yst_prominent_words','',0,0),(10385,10385,'yst_prominent_words','',0,0),(10386,10386,'yst_prominent_words','',0,0),(10387,10387,'yst_prominent_words','',0,0),(10388,10388,'yst_prominent_words','',0,2),(10389,10389,'yst_prominent_words','',0,1),(10390,10390,'yst_prominent_words','',0,0),(10391,10391,'yst_prominent_words','',0,1),(10392,10392,'yst_prominent_words','',0,2),(10393,10393,'yst_prominent_words','',0,2),(10394,10394,'yst_prominent_words','',0,1),(10395,10395,'yst_prominent_words','',0,1),(10396,10396,'yst_prominent_words','',0,1),(10397,10397,'yst_prominent_words','',0,1),(10398,10398,'yst_prominent_words','',0,1),(10399,10399,'yst_prominent_words','',0,1),(10400,10400,'yst_prominent_words','',0,1),(10401,10401,'post_tag','',0,1),(10402,10402,'post_tag','',0,1),(10403,10403,'post_tag','',0,2),(10404,10404,'post_tag','',0,1),(10405,10405,'yst_prominent_words','',0,0),(10406,10406,'yst_prominent_words','',0,1),(10407,10407,'yst_prominent_words','',0,1),(10408,10408,'yst_prominent_words','',0,0),(10409,10409,'yst_prominent_words','',0,1),(10410,10410,'yst_prominent_words','',0,0),(10411,10411,'yst_prominent_words','',0,0),(10412,10412,'yst_prominent_words','',0,1),(10413,10413,'yst_prominent_words','',0,2),(10414,10414,'yst_prominent_words','',0,1),(10415,10415,'yst_prominent_words','',0,1),(10416,10416,'yst_prominent_words','',0,1),(10417,10417,'yst_prominent_words','',0,1),(10418,10418,'yst_prominent_words','',0,2),(10419,10419,'yst_prominent_words','',0,1),(10420,10420,'yst_prominent_words','',0,1),(10421,10421,'yst_prominent_words','',0,1),(10422,10422,'yst_prominent_words','',0,1),(10423,10423,'yst_prominent_words','',0,1),(10424,10424,'yst_prominent_words','',0,1),(10425,10425,'yst_prominent_words','',0,1),(10426,10426,'yst_prominent_words','',0,1),(10427,10427,'yst_prominent_words','',0,1),(10428,10428,'yst_prominent_words','',0,1),(10429,10429,'yst_prominent_words','',0,1),(10430,10430,'yst_prominent_words','',0,1),(10431,10431,'yst_prominent_words','',0,1),(10432,10432,'yst_prominent_words','',0,1),(10433,10433,'yst_prominent_words','',0,1),(10434,10434,'yst_prominent_words','',0,0),(10435,10435,'yst_prominent_words','',0,0),(10436,10436,'yst_prominent_words','',0,0),(10437,10437,'yst_prominent_words','',0,1),(10438,10438,'yst_prominent_words','',0,1),(10439,10439,'yst_prominent_words','',0,1),(10440,10440,'yst_prominent_words','',0,1),(10441,10441,'yst_prominent_words','',0,1),(10442,10442,'post_tag','',0,1),(10443,10443,'post_tag','',0,3),(10444,10444,'post_tag','',0,1),(10445,10445,'post_tag','',0,1),(10446,10446,'post_tag','',0,2),(10447,10447,'yst_prominent_words','',0,1),(10448,10448,'yst_prominent_words','',0,1),(10449,10449,'yst_prominent_words','',0,1),(10450,10450,'yst_prominent_words','',0,1),(10451,10451,'yst_prominent_words','',0,1),(10452,10452,'yst_prominent_words','',0,1),(10453,10453,'yst_prominent_words','',0,1),(10454,10454,'yst_prominent_words','',0,1),(10455,10455,'yst_prominent_words','',0,1),(10456,10456,'yst_prominent_words','',0,1),(10457,10457,'yst_prominent_words','',0,2),(10458,10458,'yst_prominent_words','',0,0),(10459,10459,'yst_prominent_words','',0,0),(10460,10460,'yst_prominent_words','',0,1),(10461,10461,'yst_prominent_words','',0,1),(10462,10462,'yst_prominent_words','',0,1),(10463,10463,'yst_prominent_words','',0,1),(10464,10464,'yst_prominent_words','',0,1),(10465,10465,'yst_prominent_words','',0,1),(10466,10466,'yst_prominent_words','',0,1),(10467,10467,'yst_prominent_words','',0,0),(10468,10468,'yst_prominent_words','',0,1),(10469,10469,'post_tag','',0,0),(10470,10470,'post_tag','',0,0),(10471,10471,'post_tag','',0,0),(10472,10472,'post_tag','',0,1),(10473,10473,'post_tag','',0,1),(10474,10474,'post_tag','',0,1),(10475,10475,'yst_prominent_words','',0,1),(10476,10476,'yst_prominent_words','',0,1),(10477,10477,'yst_prominent_words','',0,0),(10478,10478,'yst_prominent_words','',0,0),(10479,10479,'yst_prominent_words','',0,0),(10480,10480,'yst_prominent_words','',0,0),(10481,10481,'yst_prominent_words','',0,1),(10482,10482,'yst_prominent_words','',0,0),(10483,10483,'yst_prominent_words','',0,0),(10484,10484,'yst_prominent_words','',0,1),(10485,10485,'yst_prominent_words','',0,1),(10486,10486,'yst_prominent_words','',0,1),(10487,10487,'yst_prominent_words','',0,1),(10488,10488,'yst_prominent_words','',0,1),(10489,10489,'yst_prominent_words','',0,1),(10490,10490,'yst_prominent_words','',0,1),(10491,10491,'yst_prominent_words','',0,1),(10492,10492,'yst_prominent_words','',0,0),(10493,10493,'yst_prominent_words','',0,0),(10494,10494,'yst_prominent_words','',0,1),(10495,10495,'yst_prominent_words','',0,0),(10496,10496,'yst_prominent_words','',0,1),(10497,10497,'yst_prominent_words','',0,1),(10498,10498,'yst_prominent_words','',0,1),(10499,10499,'yst_prominent_words','',0,1),(10500,10500,'yst_prominent_words','',0,1),(10501,10501,'yst_prominent_words','',0,1),(10502,10502,'yst_prominent_words','',0,1),(10503,10503,'yst_prominent_words','',0,1),(10504,10504,'yst_prominent_words','',0,1),(10505,10505,'yst_prominent_words','',0,1),(10506,10506,'yst_prominent_words','',0,1),(10507,10507,'yst_prominent_words','',0,1),(10508,10508,'yst_prominent_words','',0,1),(10509,10509,'yst_prominent_words','',0,1),(10510,10510,'yst_prominent_words','',0,1),(10511,10511,'yst_prominent_words','',0,0),(10512,10512,'yst_prominent_words','',0,0),(10513,10513,'yst_prominent_words','',0,1),(10514,10514,'yst_prominent_words','',0,1),(10515,10515,'yst_prominent_words','',0,1),(10516,10516,'yst_prominent_words','',0,0),(10517,10517,'yst_prominent_words','',0,0),(10518,10518,'yst_prominent_words','',0,0),(10519,10519,'yst_prominent_words','',0,0),(10520,10520,'yst_prominent_words','',0,0),(10521,10521,'yst_prominent_words','',0,1),(10522,10522,'yst_prominent_words','',0,1),(10523,10523,'yst_prominent_words','',0,1),(10524,10524,'yst_prominent_words','',0,1),(10525,10525,'yst_prominent_words','',0,1),(10526,10526,'yst_prominent_words','',0,1),(10527,10527,'yst_prominent_words','',0,1),(10528,10528,'yst_prominent_words','',0,1),(10529,10529,'yst_prominent_words','',0,1),(10530,10530,'yst_prominent_words','',0,0),(10531,10531,'yst_prominent_words','',0,0),(10532,10532,'yst_prominent_words','',0,0),(10533,10533,'yst_prominent_words','',0,1),(10534,10534,'yst_prominent_words','',0,1),(10535,10535,'yst_prominent_words','',0,1),(10536,10536,'yst_prominent_words','',0,1),(10537,10537,'yst_prominent_words','',0,1),(10538,10538,'yst_prominent_words','',0,1),(10539,10539,'yst_prominent_words','',0,1),(10540,10540,'yst_prominent_words','',0,1),(10541,10541,'yst_prominent_words','',0,1),(10542,10542,'post_tag','',0,1),(10543,10543,'yst_prominent_words','',0,0),(10544,10544,'yst_prominent_words','',0,1),(10545,10545,'yst_prominent_words','',0,1),(10546,10546,'yst_prominent_words','',0,0),(10547,10547,'yst_prominent_words','',0,0),(10548,10548,'yst_prominent_words','',0,1),(10549,10549,'post_tag','',0,1),(10550,10550,'post_tag','',0,1),(10551,10551,'post_tag','',0,1),(10552,10552,'yst_prominent_words','',0,1),(10553,10553,'yst_prominent_words','',0,0),(10554,10554,'yst_prominent_words','',0,0),(10555,10555,'yst_prominent_words','',0,0),(10556,10556,'yst_prominent_words','',0,0),(10557,10557,'yst_prominent_words','',0,0),(10558,10558,'yst_prominent_words','',0,1),(10559,10559,'yst_prominent_words','',0,1),(10560,10560,'yst_prominent_words','',0,1),(10561,10561,'yst_prominent_words','',0,0),(10562,10562,'yst_prominent_words','',0,0),(10563,10563,'yst_prominent_words','',0,1),(10564,10564,'yst_prominent_words','',0,1),(10565,10565,'yst_prominent_words','',0,0),(10566,10566,'yst_prominent_words','',0,0),(10567,10567,'yst_prominent_words','',0,0),(10568,10568,'yst_prominent_words','',0,0),(10569,10569,'yst_prominent_words','',0,1),(10570,10570,'yst_prominent_words','',0,1),(10571,10571,'yst_prominent_words','',0,1),(10572,10572,'yst_prominent_words','',0,0),(10573,10573,'yst_prominent_words','',0,0),(10574,10574,'yst_prominent_words','',0,1),(10575,10575,'yst_prominent_words','',0,0),(10576,10576,'yst_prominent_words','',0,0),(10577,10577,'yst_prominent_words','',0,1),(10578,10578,'yst_prominent_words','',0,1),(10579,10579,'yst_prominent_words','',0,0),(10580,10580,'yst_prominent_words','',0,1),(10581,10581,'yst_prominent_words','',0,1),(10582,10582,'yst_prominent_words','',0,1),(10583,10583,'yst_prominent_words','',0,1),(10584,10584,'yst_prominent_words','',0,1),(10585,10585,'yst_prominent_words','',0,1),(10586,10586,'yst_prominent_words','',0,1),(10587,10587,'yst_prominent_words','',0,1),(10588,10588,'yst_prominent_words','',0,1),(10589,10589,'yst_prominent_words','',0,0),(10590,10590,'yst_prominent_words','',0,1),(10591,10591,'yst_prominent_words','',0,1),(10592,10592,'yst_prominent_words','',0,1),(10593,10593,'yst_prominent_words','',0,1),(10594,10594,'yst_prominent_words','',0,1),(10595,10595,'yst_prominent_words','',0,1),(10596,10596,'yst_prominent_words','',0,1),(10597,10597,'yst_prominent_words','',0,1),(10598,10598,'yst_prominent_words','',0,1),(10599,10599,'yst_prominent_words','',0,1),(10600,10600,'yst_prominent_words','',0,1),(10601,10601,'yst_prominent_words','',0,1),(10602,10602,'yst_prominent_words','',0,1),(10603,10603,'yst_prominent_words','',0,1),(10604,10604,'yst_prominent_words','',0,0),(10605,10605,'yst_prominent_words','',0,1),(10606,10606,'yst_prominent_words','',0,0),(10607,10607,'yst_prominent_words','',0,1),(10608,10608,'yst_prominent_words','',0,0),(10609,10609,'yst_prominent_words','',0,1),(10610,10610,'yst_prominent_words','',0,1),(10611,10611,'yst_prominent_words','',0,1),(10612,10612,'yst_prominent_words','',0,1),(10613,10613,'yst_prominent_words','',0,1),(10614,10614,'yst_prominent_words','',0,1),(10615,10615,'yst_prominent_words','',0,1),(10616,10616,'yst_prominent_words','',0,1),(10617,10617,'yst_prominent_words','',0,1),(10618,10618,'yst_prominent_words','',0,1),(10619,10619,'yst_prominent_words','',0,1),(10620,10620,'post_tag','',0,1),(10621,10621,'post_tag','',0,1),(10622,10622,'post_tag','',0,1),(10623,10623,'post_tag','',0,1),(10624,10624,'post_tag','',0,1),(10625,10625,'post_tag','',0,1),(10626,10626,'post_tag','',0,1),(10627,10627,'post_tag','',0,1),(10628,10628,'post_tag','',0,1),(10629,10629,'post_tag','',0,1),(10630,10630,'post_tag','',0,1),(10631,10631,'post_tag','',0,1),(10632,10632,'yst_prominent_words','',0,1),(10633,10633,'yst_prominent_words','',0,1),(10634,10634,'post_tag','',0,1),(10635,10635,'yst_prominent_words','',0,1),(10636,10636,'yst_prominent_words','',0,1),(10637,10637,'yst_prominent_words','',0,1),(10638,10638,'yst_prominent_words','',0,1),(10639,10639,'yst_prominent_words','',0,1),(10640,10640,'yst_prominent_words','',0,1),(10641,10641,'yst_prominent_words','',0,0),(10642,10642,'yst_prominent_words','',0,1),(10643,10643,'yst_prominent_words','',0,2),(10644,10644,'yst_prominent_words','',0,0),(10645,10645,'yst_prominent_words','',0,0),(10646,10646,'yst_prominent_words','',0,1),(10647,10647,'yst_prominent_words','',0,0),(10648,10648,'yst_prominent_words','',0,1),(10649,10649,'yst_prominent_words','',0,0),(10650,10650,'yst_prominent_words','',0,0),(10651,10651,'yst_prominent_words','',0,0),(10652,10652,'yst_prominent_words','',0,1),(10653,10653,'yst_prominent_words','',0,1),(10654,10654,'yst_prominent_words','',0,0),(10655,10655,'yst_prominent_words','',0,1),(10656,10656,'yst_prominent_words','',0,1),(10657,10657,'yst_prominent_words','',0,1),(10658,10658,'yst_prominent_words','',0,1),(10659,10659,'yst_prominent_words','',0,1),(10660,10660,'yst_prominent_words','',0,1),(10661,10661,'yst_prominent_words','',0,1),(10662,10662,'yst_prominent_words','',0,1),(10663,10663,'yst_prominent_words','',0,1),(10664,10664,'yst_prominent_words','',0,0),(10665,10665,'post_tag','',0,1),(10666,10666,'yst_prominent_words','',0,1),(10667,10667,'yst_prominent_words','',0,1),(10668,10668,'yst_prominent_words','',0,1),(10669,10669,'yst_prominent_words','',0,1),(10670,10670,'yst_prominent_words','',0,0),(10671,10671,'yst_prominent_words','',0,2),(10672,10672,'yst_prominent_words','',0,1),(10673,10673,'yst_prominent_words','',0,1),(10674,10674,'yst_prominent_words','',0,0),(10675,10675,'yst_prominent_words','',0,1),(10676,10676,'yst_prominent_words','',0,1),(10677,10677,'yst_prominent_words','',0,1),(10678,10678,'yst_prominent_words','',0,1),(10679,10679,'yst_prominent_words','',0,1),(10680,10680,'yst_prominent_words','',0,1),(10681,10681,'yst_prominent_words','',0,1),(10682,10682,'yst_prominent_words','',0,0),(10683,10683,'yst_prominent_words','',0,0),(10684,10684,'yst_prominent_words','',0,0),(10685,10685,'yst_prominent_words','',0,0),(10686,10686,'yst_prominent_words','',0,0),(10687,10687,'yst_prominent_words','',0,2),(10688,10688,'post_tag','',0,2),(10689,10689,'post_tag','',0,1),(10690,10690,'post_tag','',0,1),(10691,10691,'post_tag','',0,1),(10692,10692,'yst_prominent_words','',0,1),(10693,10693,'yst_prominent_words','',0,1),(10694,10694,'yst_prominent_words','',0,1),(10695,10695,'post_tag','',0,1),(10696,10696,'post_tag','',0,1),(10697,10697,'yst_prominent_words','',0,0),(10698,10698,'yst_prominent_words','',0,0),(10699,10699,'yst_prominent_words','',0,0),(10700,10700,'yst_prominent_words','',0,0),(10701,10701,'yst_prominent_words','',0,0),(10702,10702,'post_tag','',0,1),(10703,10703,'post_tag','',0,2),(10704,10704,'yst_prominent_words','',0,1),(10705,10705,'yst_prominent_words','',0,0),(10706,10706,'yst_prominent_words','',0,1),(10707,10707,'yst_prominent_words','',0,1),(10708,10708,'yst_prominent_words','',0,0),(10709,10709,'yst_prominent_words','',0,1),(10710,10710,'yst_prominent_words','',0,0),(10711,10711,'yst_prominent_words','',0,0),(10712,10712,'yst_prominent_words','',0,0),(10713,10713,'yst_prominent_words','',0,0),(10714,10714,'yst_prominent_words','',0,1),(10715,10715,'yst_prominent_words','',0,1),(10716,10716,'yst_prominent_words','',0,1),(10717,10717,'yst_prominent_words','',0,0),(10718,10718,'yst_prominent_words','',0,1),(10719,10719,'yst_prominent_words','',0,1),(10720,10720,'yst_prominent_words','',0,1),(10721,10721,'yst_prominent_words','',0,1),(10722,10722,'yst_prominent_words','',0,1),(10723,10723,'yst_prominent_words','',0,1),(10724,10724,'yst_prominent_words','',0,1),(10725,10725,'yst_prominent_words','',0,2),(10726,10726,'post_tag','',0,1),(10727,10727,'post_tag','',0,1),(10728,10728,'post_tag','',0,1),(10729,10729,'post_tag','',0,1),(10730,10730,'yst_prominent_words','',0,0),(10731,10731,'yst_prominent_words','',0,1),(10732,10732,'yst_prominent_words','',0,1),(10733,10733,'yst_prominent_words','',0,0),(10734,10734,'yst_prominent_words','',0,0),(10735,10735,'yst_prominent_words','',0,2),(10736,10736,'yst_prominent_words','',0,1),(10737,10737,'yst_prominent_words','',0,2),(10738,10738,'yst_prominent_words','',0,0),(10739,10739,'yst_prominent_words','',0,1),(10740,10740,'yst_prominent_words','',0,1),(10741,10741,'yst_prominent_words','',0,1),(10742,10742,'yst_prominent_words','',0,2),(10743,10743,'yst_prominent_words','',0,1),(10744,10744,'post_tag','',0,1),(10745,10745,'post_tag','',0,1),(10746,10746,'post_tag','',0,1),(10747,10747,'post_tag','',0,2),(10748,10748,'yst_prominent_words','',0,0),(10749,10749,'yst_prominent_words','',0,0),(10750,10750,'yst_prominent_words','',0,1),(10751,10751,'yst_prominent_words','',0,0),(10752,10752,'yst_prominent_words','',0,1),(10753,10753,'post_tag','',0,1),(10754,10754,'yst_prominent_words','',0,1),(10755,10755,'yst_prominent_words','',0,1),(10756,10756,'yst_prominent_words','',0,1),(10757,10757,'yst_prominent_words','',0,1),(10758,10758,'yst_prominent_words','',0,1),(10759,10759,'yst_prominent_words','',0,1),(10760,10760,'yst_prominent_words','',0,1),(10761,10761,'yst_prominent_words','',0,1),(10762,10762,'yst_prominent_words','',0,1),(10763,10763,'yst_prominent_words','',0,1),(10764,10764,'yst_prominent_words','',0,0),(10765,10765,'yst_prominent_words','',0,1),(10766,10766,'yst_prominent_words','',0,1),(10767,10767,'yst_prominent_words','',0,1),(10768,10768,'yst_prominent_words','',0,1),(10769,10769,'yst_prominent_words','',0,1),(10770,10770,'yst_prominent_words','',0,1),(10771,10771,'yst_prominent_words','',0,1),(10772,10772,'yst_prominent_words','',0,1),(10773,10773,'yst_prominent_words','',0,1),(10774,10774,'post_tag','',0,1),(10775,10775,'post_tag','',0,1),(10776,10776,'post_tag','',0,1),(10777,10777,'yst_prominent_words','',0,1),(10778,10778,'yst_prominent_words','',0,1),(10779,10779,'yst_prominent_words','',0,1),(10780,10780,'yst_prominent_words','',0,1),(10781,10781,'yst_prominent_words','',0,1),(10782,10782,'yst_prominent_words','',0,1),(10783,10783,'yst_prominent_words','',0,0),(10784,10784,'yst_prominent_words','',0,1),(10785,10785,'yst_prominent_words','',0,1),(10786,10786,'yst_prominent_words','',0,0),(10787,10787,'yst_prominent_words','',0,0),(10788,10788,'yst_prominent_words','',0,0),(10789,10789,'yst_prominent_words','',0,1),(10790,10790,'yst_prominent_words','',0,0),(10791,10791,'yst_prominent_words','',0,0),(10792,10792,'yst_prominent_words','',0,1),(10793,10793,'yst_prominent_words','',0,1),(10794,10794,'yst_prominent_words','',0,1),(10795,10795,'yst_prominent_words','',0,1),(10796,10796,'yst_prominent_words','',0,1),(10797,10797,'yst_prominent_words','',0,1),(10798,10798,'yst_prominent_words','',0,1),(10799,10799,'yst_prominent_words','',0,1),(10800,10800,'yst_prominent_words','',0,1),(10801,10801,'yst_prominent_words','',0,1),(10802,10802,'post_tag','',0,1),(10803,10803,'post_tag','',0,1),(10804,10804,'post_tag','',0,1),(10805,10805,'post_tag','',0,1),(10806,10806,'yst_prominent_words','',0,1),(10807,10807,'yst_prominent_words','',0,1),(10808,10808,'yst_prominent_words','',0,1),(10809,10809,'yst_prominent_words','',0,1),(10810,10810,'yst_prominent_words','',0,1),(10811,10811,'yst_prominent_words','',0,1),(10812,10812,'yst_prominent_words','',0,1),(10813,10813,'yst_prominent_words','',0,1),(10814,10814,'yst_prominent_words','',0,1),(10815,10815,'yst_prominent_words','',0,1),(10816,10816,'yst_prominent_words','',0,1),(10817,10817,'yst_prominent_words','',0,1),(10818,10818,'yst_prominent_words','',0,1),(10819,10819,'yst_prominent_words','',0,5),(10820,10820,'yst_prominent_words','',0,1),(10821,10821,'yst_prominent_words','',0,2),(10822,10822,'yst_prominent_words','',0,1),(10823,10823,'post_tag','',0,2),(10824,10824,'post_tag','',0,1),(10825,10825,'yst_prominent_words','',0,1),(10826,10826,'yst_prominent_words','',0,0),(10827,10827,'yst_prominent_words','',0,2),(10828,10828,'yst_prominent_words','',0,0),(10829,10829,'yst_prominent_words','',0,2),(10830,10830,'yst_prominent_words','',0,1),(10831,10831,'yst_prominent_words','',0,1),(10832,10832,'yst_prominent_words','',0,0),(10833,10833,'yst_prominent_words','',0,0),(10834,10834,'yst_prominent_words','',0,1),(10835,10835,'yst_prominent_words','',0,0),(10836,10836,'yst_prominent_words','',0,0),(10837,10837,'yst_prominent_words','',0,0),(10838,10838,'yst_prominent_words','',0,0),(10839,10839,'yst_prominent_words','',0,0),(10840,10840,'yst_prominent_words','',0,2),(10841,10841,'yst_prominent_words','',0,1),(10842,10842,'post_tag','',0,1),(10843,10843,'post_tag','',0,1),(10844,10844,'post_tag','',0,1),(10845,10845,'yst_prominent_words','',0,1),(10846,10846,'yst_prominent_words','',0,1),(10847,10847,'yst_prominent_words','',0,1),(10848,10848,'yst_prominent_words','',0,0),(10849,10849,'yst_prominent_words','',0,0),(10850,10850,'yst_prominent_words','',0,0),(10851,10851,'yst_prominent_words','',0,0),(10852,10852,'yst_prominent_words','',0,0),(10853,10853,'yst_prominent_words','',0,0),(10854,10854,'yst_prominent_words','',0,0),(10855,10855,'yst_prominent_words','',0,0),(10856,10856,'yst_prominent_words','',0,1),(10857,10857,'yst_prominent_words','',0,1),(10858,10858,'yst_prominent_words','',0,0),(10859,10859,'yst_prominent_words','',0,0),(10860,10860,'yst_prominent_words','',0,0),(10861,10861,'yst_prominent_words','',0,1),(10862,10862,'yst_prominent_words','',0,1),(10863,10863,'yst_prominent_words','',0,1),(10864,10864,'yst_prominent_words','',0,1),(10865,10865,'yst_prominent_words','',0,1),(10866,10866,'yst_prominent_words','',0,1),(10867,10867,'yst_prominent_words','',0,1),(10868,10868,'yst_prominent_words','',0,1),(10869,10869,'yst_prominent_words','',0,1),(10870,10870,'yst_prominent_words','',0,1),(10871,10871,'yst_prominent_words','',0,1),(10872,10872,'yst_prominent_words','',0,1),(10873,10873,'yst_prominent_words','',0,1),(10874,10874,'yst_prominent_words','',0,1),(10875,10875,'yst_prominent_words','',0,0),(10876,10876,'yst_prominent_words','',0,0),(10877,10877,'yst_prominent_words','',0,0),(10878,10878,'post_tag','',0,1),(10879,10879,'post_tag','',0,1),(10880,10880,'post_tag','',0,1),(10881,10881,'post_tag','',0,1),(10882,10882,'post_tag','',0,1),(10883,10883,'post_tag','',0,1),(10884,10884,'post_tag','',0,1),(10885,10885,'yst_prominent_words','',0,1),(10886,10886,'yst_prominent_words','',0,1),(10887,10887,'yst_prominent_words','',0,1),(10888,10888,'yst_prominent_words','',0,1),(10889,10889,'yst_prominent_words','',0,1),(10890,10890,'yst_prominent_words','',0,1),(10891,10891,'yst_prominent_words','',0,1),(10892,10892,'post_tag','',0,1),(10893,10893,'post_tag','',0,1),(10894,10894,'yst_prominent_words','',0,1),(10895,10895,'yst_prominent_words','',0,1),(10896,10896,'yst_prominent_words','',0,1),(10897,10897,'yst_prominent_words','',0,1),(10898,10898,'post_tag','',0,1),(10899,10899,'post_tag','',0,1),(10900,10900,'post_tag','',0,2),(10901,10901,'yst_prominent_words','',0,1),(10902,10902,'yst_prominent_words','',0,0),(10903,10903,'yst_prominent_words','',0,2),(10904,10904,'yst_prominent_words','',0,0),(10905,10905,'yst_prominent_words','',0,0),(10906,10906,'yst_prominent_words','',0,0),(10907,10907,'yst_prominent_words','',0,0),(10908,10908,'yst_prominent_words','',0,0),(10909,10909,'yst_prominent_words','',0,1),(10910,10910,'yst_prominent_words','',0,1),(10911,10911,'yst_prominent_words','',0,0),(10912,10912,'yst_prominent_words','',0,0),(10913,10913,'yst_prominent_words','',0,0),(10914,10914,'yst_prominent_words','',0,0),(10915,10915,'yst_prominent_words','',0,0),(10916,10916,'yst_prominent_words','',0,0),(10917,10917,'yst_prominent_words','',0,0),(10918,10918,'yst_prominent_words','',0,1),(10919,10919,'yst_prominent_words','',0,0),(10920,10920,'yst_prominent_words','',0,0),(10921,10921,'yst_prominent_words','',0,1),(10922,10922,'yst_prominent_words','',0,1),(10923,10923,'yst_prominent_words','',0,0),(10924,10924,'yst_prominent_words','',0,0),(10925,10925,'yst_prominent_words','',0,1),(10926,10926,'yst_prominent_words','',0,1),(10927,10927,'yst_prominent_words','',0,1),(10928,10928,'yst_prominent_words','',0,0),(10929,10929,'yst_prominent_words','',0,1),(10930,10930,'yst_prominent_words','',0,2),(10931,10931,'yst_prominent_words','',0,2),(10932,10932,'yst_prominent_words','',0,2),(10933,10933,'yst_prominent_words','',0,2),(10934,10934,'yst_prominent_words','',0,2),(10935,10935,'post_tag','',0,1),(10936,10936,'yst_prominent_words','',0,1),(10937,10937,'yst_prominent_words','',0,1),(10938,10938,'yst_prominent_words','',0,1),(10939,10939,'yst_prominent_words','',0,1),(10940,10940,'yst_prominent_words','',0,0),(10941,10941,'yst_prominent_words','',0,0),(10942,10942,'yst_prominent_words','',0,0),(10943,10943,'yst_prominent_words','',0,0),(10944,10944,'yst_prominent_words','',0,1),(10945,10945,'yst_prominent_words','',0,1),(10946,10946,'yst_prominent_words','',0,1),(10947,10947,'yst_prominent_words','',0,1),(10948,10948,'yst_prominent_words','',0,1),(10949,10949,'yst_prominent_words','',0,1),(10950,10950,'post_tag','',0,1),(10951,10951,'post_tag','',0,1),(10952,10952,'post_tag','',0,2),(10953,10953,'yst_prominent_words','',0,0),(10954,10954,'yst_prominent_words','',0,0),(10955,10955,'yst_prominent_words','',0,0),(10956,10956,'yst_prominent_words','',0,0),(10957,10957,'yst_prominent_words','',0,0),(10958,10958,'yst_prominent_words','',0,0),(10959,10959,'yst_prominent_words','',0,1),(10960,10960,'yst_prominent_words','',0,1),(10961,10961,'yst_prominent_words','',0,0),(10962,10962,'post_tag','',0,1),(10963,10963,'post_tag','',0,1),(10964,10964,'post_tag','',0,1),(10965,10965,'yst_prominent_words','',0,1),(10966,10966,'yst_prominent_words','',0,1),(10967,10967,'yst_prominent_words','',0,1),(10968,10968,'yst_prominent_words','',0,1),(10969,10969,'yst_prominent_words','',0,1),(10970,10970,'yst_prominent_words','',0,0),(10971,10971,'yst_prominent_words','',0,0),(10972,10972,'yst_prominent_words','',0,0),(10973,10973,'yst_prominent_words','',0,0),(10974,10974,'yst_prominent_words','',0,0),(10975,10975,'yst_prominent_words','',0,0),(10976,10976,'yst_prominent_words','',0,0),(10977,10977,'yst_prominent_words','',0,0),(10978,10978,'yst_prominent_words','',0,0),(10979,10979,'yst_prominent_words','',0,0),(10980,10980,'yst_prominent_words','',0,1),(10981,10981,'yst_prominent_words','',0,0),(10982,10982,'yst_prominent_words','',0,1),(10983,10983,'yst_prominent_words','',0,1),(10984,10984,'yst_prominent_words','',0,1),(10985,10985,'yst_prominent_words','',0,0),(10986,10986,'yst_prominent_words','',0,1),(10987,10987,'yst_prominent_words','',0,1),(10988,10988,'yst_prominent_words','',0,1),(10989,10989,'yst_prominent_words','',0,1),(10990,10990,'yst_prominent_words','',0,1),(10991,10991,'yst_prominent_words','',0,0),(10992,10992,'yst_prominent_words','',0,0),(10993,10993,'yst_prominent_words','',0,0),(10994,10994,'yst_prominent_words','',0,0),(10995,10995,'yst_prominent_words','',0,1),(10996,10996,'yst_prominent_words','',0,1),(10997,10997,'yst_prominent_words','',0,0),(10998,10998,'yst_prominent_words','',0,1),(10999,10999,'yst_prominent_words','',0,0),(11000,11000,'yst_prominent_words','',0,1),(11001,11001,'yst_prominent_words','',0,1),(11002,11002,'yst_prominent_words','',0,1),(11003,11003,'yst_prominent_words','',0,1),(11004,11004,'yst_prominent_words','',0,1),(11005,11005,'yst_prominent_words','',0,1),(11006,11006,'yst_prominent_words','',0,1),(11007,11007,'yst_prominent_words','',0,1),(11008,11008,'yst_prominent_words','',0,1),(11009,11009,'yst_prominent_words','',0,1),(11010,11010,'yst_prominent_words','',0,1),(11011,11011,'yst_prominent_words','',0,1),(11012,11012,'yst_prominent_words','',0,1),(11013,11013,'yst_prominent_words','',0,1),(11014,11014,'yst_prominent_words','',0,1),(11015,11015,'post_tag','',0,1),(11016,11016,'post_tag','',0,3),(11017,11017,'post_tag','',0,1),(11018,11018,'post_tag','',0,1),(11019,11019,'post_tag','',0,1),(11020,11020,'post_tag','',0,1),(11021,11021,'yst_prominent_words','',0,1),(11022,11022,'yst_prominent_words','',0,1),(11023,11023,'yst_prominent_words','',0,0),(11024,11024,'post_tag','',0,1),(11025,11025,'post_tag','',0,1),(11026,11026,'yst_prominent_words','',0,0),(11027,11027,'yst_prominent_words','',0,0),(11028,11028,'yst_prominent_words','',0,0),(11029,11029,'yst_prominent_words','',0,0),(11030,11030,'yst_prominent_words','',0,0),(11031,11031,'yst_prominent_words','',0,0),(11032,11032,'yst_prominent_words','',0,0),(11033,11033,'yst_prominent_words','',0,0),(11034,11034,'yst_prominent_words','',0,0),(11035,11035,'yst_prominent_words','',0,0),(11036,11036,'yst_prominent_words','',0,0),(11037,11037,'yst_prominent_words','',0,0),(11038,11038,'yst_prominent_words','',0,0),(11039,11039,'yst_prominent_words','',0,1),(11040,11040,'yst_prominent_words','',0,1),(11041,11041,'yst_prominent_words','',0,0),(11042,11042,'yst_prominent_words','',0,0),(11043,11043,'yst_prominent_words','',0,1),(11044,11044,'yst_prominent_words','',0,1),(11045,11045,'yst_prominent_words','',0,0),(11046,11046,'yst_prominent_words','',0,0),(11047,11047,'yst_prominent_words','',0,0),(11048,11048,'yst_prominent_words','',0,0),(11049,11049,'yst_prominent_words','',0,0),(11050,11050,'yst_prominent_words','',0,0),(11051,11051,'yst_prominent_words','',0,1),(11052,11052,'yst_prominent_words','',0,1),(11053,11053,'yst_prominent_words','',0,1),(11054,11054,'yst_prominent_words','',0,1),(11055,11055,'yst_prominent_words','',0,1),(11056,11056,'yst_prominent_words','',0,0),(11057,11057,'yst_prominent_words','',0,1),(11058,11058,'yst_prominent_words','',0,1),(11059,11059,'yst_prominent_words','',0,1),(11060,11060,'yst_prominent_words','',0,1),(11061,11061,'yst_prominent_words','',0,1),(11062,11062,'yst_prominent_words','',0,1),(11063,11063,'yst_prominent_words','',0,1),(11064,11064,'yst_prominent_words','',0,1),(11065,11065,'yst_prominent_words','',0,1),(11066,11066,'yst_prominent_words','',0,1),(11067,11067,'yst_prominent_words','',0,1),(11068,11068,'yst_prominent_words','',0,1),(11069,11069,'yst_prominent_words','',0,0),(11070,11070,'yst_prominent_words','',0,1),(11071,11071,'yst_prominent_words','',0,1),(11072,11072,'yst_prominent_words','',0,1),(11073,11073,'yst_prominent_words','',0,1),(11074,11074,'yst_prominent_words','',0,1),(11075,11075,'post_tag','',0,1),(11076,11076,'post_tag','',0,1),(11077,11077,'post_tag','',0,1),(11078,11078,'post_tag','',0,1),(11079,11079,'yst_prominent_words','',0,0),(11080,11080,'yst_prominent_words','',0,0),(11081,11081,'yst_prominent_words','',0,0),(11082,11082,'yst_prominent_words','',0,0),(11083,11083,'yst_prominent_words','',0,0),(11084,11084,'yst_prominent_words','',0,0),(11085,11085,'yst_prominent_words','',0,0),(11086,11086,'yst_prominent_words','',0,0),(11087,11087,'yst_prominent_words','',0,0),(11088,11088,'yst_prominent_words','',0,0),(11089,11089,'yst_prominent_words','',0,2),(11090,11090,'yst_prominent_words','',0,1),(11091,11091,'yst_prominent_words','',0,0),(11092,11092,'yst_prominent_words','',0,1),(11093,11093,'yst_prominent_words','',0,0),(11094,11094,'yst_prominent_words','',0,0),(11095,11095,'yst_prominent_words','',0,0),(11096,11096,'yst_prominent_words','',0,0),(11097,11097,'yst_prominent_words','',0,0),(11098,11098,'yst_prominent_words','',0,0),(11099,11099,'yst_prominent_words','',0,0),(11100,11100,'yst_prominent_words','',0,0),(11101,11101,'yst_prominent_words','',0,0),(11102,11102,'yst_prominent_words','',0,1),(11103,11103,'yst_prominent_words','',0,1),(11104,11104,'yst_prominent_words','',0,1),(11105,11105,'yst_prominent_words','',0,1),(11106,11106,'yst_prominent_words','',0,1),(11107,11107,'yst_prominent_words','',0,0),(11108,11108,'yst_prominent_words','',0,0),(11109,11109,'yst_prominent_words','',0,0),(11110,11110,'yst_prominent_words','',0,1),(11111,11111,'yst_prominent_words','',0,1),(11112,11112,'yst_prominent_words','',0,1),(11113,11113,'yst_prominent_words','',0,1),(11114,11114,'yst_prominent_words','',0,1),(11115,11115,'yst_prominent_words','',0,1),(11116,11116,'yst_prominent_words','',0,1),(11117,11117,'yst_prominent_words','',0,1),(11118,11118,'yst_prominent_words','',0,1),(11119,11119,'yst_prominent_words','',0,0),(11120,11120,'yst_prominent_words','',0,1),(11121,11121,'yst_prominent_words','',0,0),(11122,11122,'yst_prominent_words','',0,1),(11123,11123,'yst_prominent_words','',0,0),(11124,11124,'yst_prominent_words','',0,1),(11125,11125,'yst_prominent_words','',0,1),(11126,11126,'yst_prominent_words','',0,1),(11127,11127,'yst_prominent_words','',0,0),(11128,11128,'yst_prominent_words','',0,0),(11129,11129,'yst_prominent_words','',0,1),(11130,11130,'yst_prominent_words','',0,1),(11131,11131,'yst_prominent_words','',0,1),(11132,11132,'yst_prominent_words','',0,1),(11133,11133,'yst_prominent_words','',0,1),(11134,11134,'yst_prominent_words','',0,1),(11135,11135,'yst_prominent_words','',0,1),(11136,11136,'yst_prominent_words','',0,0),(11137,11137,'yst_prominent_words','',0,1),(11138,11138,'yst_prominent_words','',0,1),(11139,11139,'yst_prominent_words','',0,1),(11140,11140,'post_tag','',0,1),(11141,11141,'post_tag','',0,1),(11142,11142,'post_tag','',0,1),(11143,11143,'post_tag','',0,1),(11144,11144,'post_tag','',0,1),(11145,11145,'post_tag','',0,1),(11146,11146,'yst_prominent_words','',0,1),(11147,11147,'yst_prominent_words','',0,0),(11148,11148,'post_tag','',0,1),(11149,11149,'post_tag','',0,0),(11150,11150,'post_tag','',0,1),(11151,11151,'post_tag','',0,1),(11152,11152,'post_tag','',0,1),(11153,11153,'yst_prominent_words','',0,1),(11154,11154,'yst_prominent_words','',0,1),(11155,11155,'yst_prominent_words','',0,1),(11156,11156,'yst_prominent_words','',0,2),(11157,11157,'yst_prominent_words','',0,1),(11158,11158,'yst_prominent_words','',0,1),(11159,11159,'yst_prominent_words','',0,1),(11160,11160,'yst_prominent_words','',0,1),(11161,11161,'yst_prominent_words','',0,1),(11162,11162,'yst_prominent_words','',0,0),(11163,11163,'yst_prominent_words','',0,0),(11164,11164,'yst_prominent_words','',0,0),(11165,11165,'yst_prominent_words','',0,0),(11166,11166,'yst_prominent_words','',0,0),(11167,11167,'yst_prominent_words','',0,1),(11168,11168,'yst_prominent_words','',0,1),(11169,11169,'yst_prominent_words','',0,1),(11170,11170,'yst_prominent_words','',0,0),(11171,11171,'yst_prominent_words','',0,0),(11172,11172,'yst_prominent_words','',0,1),(11173,11173,'yst_prominent_words','',0,0),(11174,11174,'yst_prominent_words','',0,1),(11175,11175,'post_tag','',0,1),(11176,11176,'post_tag','',0,1),(11177,11177,'post_tag','',0,1),(11178,11178,'post_tag','',0,1),(11179,11179,'post_tag','',0,3),(11180,11180,'yst_prominent_words','',0,1),(11181,11181,'yst_prominent_words','',0,1),(11182,11182,'yst_prominent_words','',0,1),(11183,11183,'yst_prominent_words','',0,1),(11184,11184,'yst_prominent_words','',0,1),(11185,11185,'yst_prominent_words','',0,1),(11186,11186,'yst_prominent_words','',0,1),(11187,11187,'yst_prominent_words','',0,1),(11188,11188,'yst_prominent_words','',0,1),(11189,11189,'yst_prominent_words','',0,1),(11190,11190,'post_tag','',0,1),(11191,11191,'post_tag','',0,1),(11192,11192,'post_tag','',0,1),(11193,11193,'post_tag','',0,1),(11194,11194,'post_tag','',0,1),(11195,11195,'post_tag','',0,1),(11196,11196,'yst_prominent_words','',0,0),(11197,11197,'yst_prominent_words','',0,1),(11198,11198,'yst_prominent_words','',0,1),(11199,11199,'yst_prominent_words','',0,0),(11200,11200,'yst_prominent_words','',0,0),(11201,11201,'post_tag','',0,2),(11202,11202,'post_tag','',0,1),(11203,11203,'post_tag','',0,0),(11204,11204,'post_tag','',0,1),(11205,11205,'post_tag','',0,1),(11206,11206,'post_tag','',0,1),(11207,11207,'post_tag','',0,1),(11208,11208,'yst_prominent_words','',0,1),(11209,11209,'yst_prominent_words','',0,1),(11210,11210,'post_tag','',0,1),(11211,11211,'post_tag','',0,1),(11212,11212,'post_tag','',0,3),(11213,11213,'post_tag','',0,2),(11214,11214,'yst_prominent_words','',0,1),(11215,11215,'yst_prominent_words','',0,1),(11216,11216,'yst_prominent_words','',0,1),(11217,11217,'yst_prominent_words','',0,1),(11218,11218,'yst_prominent_words','',0,1),(11219,11219,'yst_prominent_words','',0,1),(11220,11220,'yst_prominent_words','',0,0),(11221,11221,'yst_prominent_words','',0,0),(11222,11222,'yst_prominent_words','',0,0),(11223,11223,'post_tag','',0,1),(11224,11224,'post_tag','',0,1),(11225,11225,'yst_prominent_words','',0,0),(11226,11226,'yst_prominent_words','',0,0),(11227,11227,'yst_prominent_words','',0,0),(11228,11228,'yst_prominent_words','',0,0),(11229,11229,'yst_prominent_words','',0,1),(11230,11230,'yst_prominent_words','',0,1),(11231,11231,'yst_prominent_words','',0,1),(11232,11232,'yst_prominent_words','',0,1),(11233,11233,'yst_prominent_words','',0,0),(11234,11234,'yst_prominent_words','',0,0),(11235,11235,'yst_prominent_words','',0,0),(11236,11236,'yst_prominent_words','',0,1),(11237,11237,'yst_prominent_words','',0,0),(11238,11238,'yst_prominent_words','',0,2),(11239,11239,'yst_prominent_words','',0,2),(11240,11240,'yst_prominent_words','',0,1),(11241,11241,'yst_prominent_words','',0,0),(11242,11242,'yst_prominent_words','',0,3),(11243,11243,'yst_prominent_words','',0,1),(11244,11244,'yst_prominent_words','',0,1),(11245,11245,'yst_prominent_words','',0,3),(11246,11246,'yst_prominent_words','',0,0),(11247,11247,'yst_prominent_words','',0,2),(11248,11248,'yst_prominent_words','',0,0),(11249,11249,'yst_prominent_words','',0,1),(11250,11250,'yst_prominent_words','',0,0),(11251,11251,'yst_prominent_words','',0,0),(11252,11252,'yst_prominent_words','',0,1),(11253,11253,'yst_prominent_words','',0,0),(11254,11254,'yst_prominent_words','',0,1),(11255,11255,'yst_prominent_words','',0,1),(11256,11256,'yst_prominent_words','',0,1),(11257,11257,'yst_prominent_words','',0,1),(11258,11258,'yst_prominent_words','',0,1),(11259,11259,'post_tag','',0,1),(11260,11260,'post_tag','',0,1),(11261,11261,'post_tag','',0,1),(11262,11262,'yst_prominent_words','',0,1),(11263,11263,'yst_prominent_words','',0,0),(11264,11264,'yst_prominent_words','',0,0),(11265,11265,'yst_prominent_words','',0,1),(11266,11266,'yst_prominent_words','',0,3),(11267,11267,'yst_prominent_words','',0,2),(11268,11268,'yst_prominent_words','',0,2),(11269,11269,'post_tag','',0,3),(11270,11270,'post_tag','',0,1),(11271,11271,'post_tag','',0,2),(11272,11272,'yst_prominent_words','',0,0),(11273,11273,'yst_prominent_words','',0,1),(11274,11274,'yst_prominent_words','',0,1),(11275,11275,'yst_prominent_words','',0,1),(11276,11276,'yst_prominent_words','',0,1),(11277,11277,'yst_prominent_words','',0,0),(11278,11278,'yst_prominent_words','',0,0),(11279,11279,'yst_prominent_words','',0,0),(11280,11280,'yst_prominent_words','',0,0),(11281,11281,'yst_prominent_words','',0,0),(11282,11282,'yst_prominent_words','',0,0),(11283,11283,'yst_prominent_words','',0,1),(11284,11284,'yst_prominent_words','',0,1),(11285,11285,'yst_prominent_words','',0,0),(11286,11286,'yst_prominent_words','',0,1),(11287,11287,'yst_prominent_words','',0,0),(11288,11288,'yst_prominent_words','',0,1),(11289,11289,'yst_prominent_words','',0,1),(11290,11290,'yst_prominent_words','',0,1),(11291,11291,'yst_prominent_words','',0,1),(11292,11292,'post_tag','',0,1),(11293,11293,'post_tag','',0,1),(11294,11294,'post_tag','',0,1),(11295,11295,'post_tag','',0,1),(11296,11296,'post_tag','',0,1),(11297,11297,'post_tag','',0,1),(11298,11298,'yst_prominent_words','',0,1),(11299,11299,'yst_prominent_words','',0,1),(11300,11300,'yst_prominent_words','',0,1),(11301,11301,'yst_prominent_words','',0,2),(11302,11302,'yst_prominent_words','',0,0),(11303,11303,'yst_prominent_words','',0,0),(11304,11304,'yst_prominent_words','',0,0),(11305,11305,'yst_prominent_words','',0,0),(11306,11306,'yst_prominent_words','',0,0),(11307,11307,'yst_prominent_words','',0,0),(11308,11308,'yst_prominent_words','',0,0),(11309,11309,'yst_prominent_words','',0,0),(11310,11310,'yst_prominent_words','',0,0),(11311,11311,'yst_prominent_words','',0,0),(11312,11312,'yst_prominent_words','',0,0),(11313,11313,'yst_prominent_words','',0,0),(11314,11314,'yst_prominent_words','',0,0),(11315,11315,'yst_prominent_words','',0,0),(11316,11316,'yst_prominent_words','',0,0),(11317,11317,'yst_prominent_words','',0,0),(11318,11318,'yst_prominent_words','',0,0),(11319,11319,'yst_prominent_words','',0,0),(11320,11320,'yst_prominent_words','',0,0),(11321,11321,'yst_prominent_words','',0,0),(11322,11322,'yst_prominent_words','',0,0),(11323,11323,'yst_prominent_words','',0,0),(11324,11324,'yst_prominent_words','',0,0),(11325,11325,'yst_prominent_words','',0,0),(11326,11326,'yst_prominent_words','',0,0),(11327,11327,'yst_prominent_words','',0,0),(11328,11328,'yst_prominent_words','',0,0),(11329,11329,'yst_prominent_words','',0,0),(11330,11330,'yst_prominent_words','',0,0),(11331,11331,'yst_prominent_words','',0,0),(11332,11332,'yst_prominent_words','',0,0),(11333,11333,'yst_prominent_words','',0,0),(11334,11334,'yst_prominent_words','',0,1),(11335,11335,'yst_prominent_words','',0,0),(11336,11336,'post_tag','',0,1),(11337,11337,'post_tag','',0,1),(11338,11338,'post_tag','',0,1),(11339,11339,'yst_prominent_words','',0,0),(11340,11340,'yst_prominent_words','',0,0),(11341,11341,'yst_prominent_words','',0,0),(11342,11342,'yst_prominent_words','',0,0),(11343,11343,'yst_prominent_words','',0,0),(11344,11344,'yst_prominent_words','',0,0),(11345,11345,'yst_prominent_words','',0,0),(11346,11346,'yst_prominent_words','',0,1),(11347,11347,'yst_prominent_words','',0,0),(11348,11348,'yst_prominent_words','',0,1),(11349,11349,'yst_prominent_words','',0,2),(11350,11350,'yst_prominent_words','',0,0),(11351,11351,'yst_prominent_words','',0,0),(11352,11352,'yst_prominent_words','',0,0),(11353,11353,'yst_prominent_words','',0,1),(11354,11354,'yst_prominent_words','',0,0),(11355,11355,'yst_prominent_words','',0,1),(11356,11356,'yst_prominent_words','',0,1),(11357,11357,'yst_prominent_words','',0,0),(11358,11358,'yst_prominent_words','',0,1),(11359,11359,'yst_prominent_words','',0,1),(11360,11360,'yst_prominent_words','',0,1),(11361,11361,'yst_prominent_words','',0,1),(11362,11362,'yst_prominent_words','',0,1),(11363,11363,'yst_prominent_words','',0,1),(11364,11364,'yst_prominent_words','',0,1),(11365,11365,'yst_prominent_words','',0,1),(11366,11366,'yst_prominent_words','',0,1),(11367,11367,'yst_prominent_words','',0,0),(11368,11368,'yst_prominent_words','',0,0),(11369,11369,'yst_prominent_words','',0,0),(11370,11370,'post_tag','',0,2),(11371,11371,'yst_prominent_words','',0,1),(11372,11372,'yst_prominent_words','',0,1),(11373,11373,'yst_prominent_words','',0,1),(11374,11374,'yst_prominent_words','',0,1),(11375,11375,'yst_prominent_words','',0,1),(11376,11376,'yst_prominent_words','',0,1),(11377,11377,'yst_prominent_words','',0,1),(11378,11378,'yst_prominent_words','',0,1),(11379,11379,'yst_prominent_words','',0,1),(11380,11380,'yst_prominent_words','',0,1),(11381,11381,'yst_prominent_words','',0,1),(11382,11382,'yst_prominent_words','',0,1),(11383,11383,'yst_prominent_words','',0,1),(11384,11384,'yst_prominent_words','',0,1),(11385,11385,'yst_prominent_words','',0,1),(11386,11386,'yst_prominent_words','',0,2),(11387,11387,'yst_prominent_words','',0,1),(11388,11388,'yst_prominent_words','',0,1),(11389,11389,'yst_prominent_words','',0,1),(11390,11390,'yst_prominent_words','',0,0),(11391,11391,'yst_prominent_words','',0,1),(11392,11392,'yst_prominent_words','',0,0),(11393,11393,'yst_prominent_words','',0,0),(11394,11394,'yst_prominent_words','',0,1),(11395,11395,'yst_prominent_words','',0,1),(11396,11396,'yst_prominent_words','',0,0),(11397,11397,'yst_prominent_words','',0,0),(11398,11398,'yst_prominent_words','',0,1),(11399,11399,'post_tag','',0,1),(11400,11400,'post_tag','',0,1),(11401,11401,'post_tag','',0,1),(11402,11402,'post_tag','',0,3),(11403,11403,'post_tag','',0,3),(11404,11404,'yst_prominent_words','',0,0),(11405,11405,'yst_prominent_words','',0,0),(11406,11406,'yst_prominent_words','',0,1),(11407,11407,'yst_prominent_words','',0,0),(11408,11408,'yst_prominent_words','',0,1),(11409,11409,'yst_prominent_words','',0,1),(11410,11410,'yst_prominent_words','',0,1),(11411,11411,'yst_prominent_words','',0,1),(11412,11412,'yst_prominent_words','',0,2),(11413,11413,'yst_prominent_words','',0,1),(11414,11414,'yst_prominent_words','',0,1),(11415,11415,'yst_prominent_words','',0,1),(11416,11416,'yst_prominent_words','',0,1),(11417,11417,'yst_prominent_words','',0,1),(11418,11418,'yst_prominent_words','',0,1),(11419,11419,'yst_prominent_words','',0,0),(11420,11420,'yst_prominent_words','',0,1),(11421,11421,'yst_prominent_words','',0,1),(11422,11422,'yst_prominent_words','',0,1),(11423,11423,'yst_prominent_words','',0,0),(11424,11424,'yst_prominent_words','',0,1),(11425,11425,'yst_prominent_words','',0,1),(11426,11426,'yst_prominent_words','',0,1),(11427,11427,'yst_prominent_words','',0,1),(11428,11428,'yst_prominent_words','',0,1),(11429,11429,'yst_prominent_words','',0,1),(11430,11430,'yst_prominent_words','',0,1),(11431,11431,'yst_prominent_words','',0,1),(11432,11432,'yst_prominent_words','',0,1),(11433,11433,'yst_prominent_words','',0,1),(11434,11434,'yst_prominent_words','',0,1),(11435,11435,'post_tag','',0,1),(11436,11436,'post_tag','',0,1),(11437,11437,'yst_prominent_words','',0,0),(11438,11438,'yst_prominent_words','',0,0),(11439,11439,'yst_prominent_words','',0,1),(11440,11440,'yst_prominent_words','',0,1),(11441,11441,'yst_prominent_words','',0,1),(11442,11442,'yst_prominent_words','',0,1),(11443,11443,'yst_prominent_words','',0,1),(11444,11444,'yst_prominent_words','',0,1),(11445,11445,'yst_prominent_words','',0,0),(11446,11446,'yst_prominent_words','',0,1),(11447,11447,'yst_prominent_words','',0,1),(11448,11448,'post_tag','',0,1),(11449,11449,'post_tag','',0,1),(11450,11450,'post_tag','',0,1),(11451,11451,'yst_prominent_words','',0,1),(11452,11452,'yst_prominent_words','',0,1),(11453,11453,'yst_prominent_words','',0,0),(11454,11454,'yst_prominent_words','',0,0),(11455,11455,'yst_prominent_words','',0,1),(11456,11456,'yst_prominent_words','',0,2),(11457,11457,'post_tag','',0,1),(11458,11458,'post_tag','',0,1),(11459,11459,'post_tag','',0,0),(11460,11460,'post_tag','',0,2),(11461,11461,'post_tag','',0,1),(11462,11462,'yst_prominent_words','',0,1),(11463,11463,'yst_prominent_words','',0,1),(11464,11464,'yst_prominent_words','',0,1),(11465,11465,'yst_prominent_words','',0,1),(11466,11466,'yst_prominent_words','',0,1),(11467,11467,'yst_prominent_words','',0,1),(11468,11468,'yst_prominent_words','',0,1),(11469,11469,'yst_prominent_words','',0,1),(11470,11470,'yst_prominent_words','',0,0),(11471,11471,'yst_prominent_words','',0,1),(11472,11472,'yst_prominent_words','',0,1),(11473,11473,'yst_prominent_words','',0,0),(11474,11474,'yst_prominent_words','',0,0),(11475,11475,'yst_prominent_words','',0,0),(11476,11476,'post_tag','',0,1),(11477,11477,'post_tag','',0,1),(11478,11478,'post_tag','',0,2),(11479,11479,'post_tag','',0,1),(11480,11480,'post_tag','',0,1),(11481,11481,'post_tag','',0,1),(11482,11482,'yst_prominent_words','',0,0),(11483,11483,'yst_prominent_words','',0,0),(11484,11484,'yst_prominent_words','',0,0),(11485,11485,'yst_prominent_words','',0,0),(11486,11486,'yst_prominent_words','',0,0),(11487,11487,'yst_prominent_words','',0,0),(11488,11488,'yst_prominent_words','',0,0),(11489,11489,'yst_prominent_words','',0,0),(11490,11490,'yst_prominent_words','',0,0),(11491,11491,'yst_prominent_words','',0,0),(11492,11492,'yst_prominent_words','',0,0),(11493,11493,'yst_prominent_words','',0,0),(11494,11494,'yst_prominent_words','',0,0),(11495,11495,'yst_prominent_words','',0,0),(11496,11496,'yst_prominent_words','',0,0),(11497,11497,'yst_prominent_words','',0,0),(11498,11498,'yst_prominent_words','',0,0),(11499,11499,'yst_prominent_words','',0,1),(11500,11500,'yst_prominent_words','',0,1),(11501,11501,'yst_prominent_words','',0,1),(11502,11502,'yst_prominent_words','',0,0),(11503,11503,'yst_prominent_words','',0,0),(11504,11504,'yst_prominent_words','',0,0),(11505,11505,'yst_prominent_words','',0,0),(11506,11506,'yst_prominent_words','',0,1),(11507,11507,'yst_prominent_words','',0,1),(11508,11508,'yst_prominent_words','',0,1),(11509,11509,'yst_prominent_words','',0,1),(11510,11510,'yst_prominent_words','',0,1),(11511,11511,'yst_prominent_words','',0,1),(11512,11512,'yst_prominent_words','',0,1),(11513,11513,'yst_prominent_words','',0,1),(11514,11514,'yst_prominent_words','',0,1),(11515,11515,'yst_prominent_words','',0,1),(11516,11516,'yst_prominent_words','',0,1),(11517,11517,'yst_prominent_words','',0,1),(11518,11518,'yst_prominent_words','',0,1),(11519,11519,'yst_prominent_words','',0,1),(11520,11520,'yst_prominent_words','',0,0),(11521,11521,'yst_prominent_words','',0,1),(11522,11522,'yst_prominent_words','',0,1),(11523,11523,'yst_prominent_words','',0,1),(11524,11524,'yst_prominent_words','',0,1),(11525,11525,'yst_prominent_words','',0,1),(11526,11526,'yst_prominent_words','',0,1),(11527,11527,'yst_prominent_words','',0,1),(11528,11528,'yst_prominent_words','',0,1),(11529,11529,'yst_prominent_words','',0,1),(11530,11530,'yst_prominent_words','',0,1),(11531,11531,'yst_prominent_words','',0,1),(11532,11532,'yst_prominent_words','',0,1),(11533,11533,'yst_prominent_words','',0,1),(11534,11534,'yst_prominent_words','',0,1),(11535,11535,'yst_prominent_words','',0,1),(11536,11536,'yst_prominent_words','',0,1),(11537,11537,'yst_prominent_words','',0,1),(11538,11538,'yst_prominent_words','',0,1),(11539,11539,'yst_prominent_words','',0,1),(11540,11540,'yst_prominent_words','',0,1),(11541,11541,'yst_prominent_words','',0,1),(11542,11542,'yst_prominent_words','',0,1),(11543,11543,'yst_prominent_words','',0,1),(11544,11544,'yst_prominent_words','',0,1),(11545,11545,'yst_prominent_words','',0,1),(11546,11546,'yst_prominent_words','',0,1),(11547,11547,'yst_prominent_words','',0,1),(11548,11548,'yst_prominent_words','',0,1),(11549,11549,'yst_prominent_words','',0,1),(11550,11550,'yst_prominent_words','',0,1),(11551,11551,'yst_prominent_words','',0,1),(11552,11552,'yst_prominent_words','',0,1),(11553,11553,'post_tag','',0,2),(11554,11554,'post_tag','',0,1),(11555,11555,'yst_prominent_words','',0,0),(11556,11556,'yst_prominent_words','',0,1),(11557,11557,'yst_prominent_words','',0,0),(11558,11558,'yst_prominent_words','',0,0),(11559,11559,'yst_prominent_words','',0,0),(11560,11560,'yst_prominent_words','',0,0),(11561,11561,'yst_prominent_words','',0,1),(11562,11562,'yst_prominent_words','',0,1),(11563,11563,'post_tag','',0,1),(11564,11564,'post_tag','',0,1),(11565,11565,'yst_prominent_words','',0,0),(11566,11566,'yst_prominent_words','',0,0),(11567,11567,'yst_prominent_words','',0,0),(11568,11568,'yst_prominent_words','',0,0),(11569,11569,'yst_prominent_words','',0,0),(11570,11570,'yst_prominent_words','',0,0),(11571,11571,'yst_prominent_words','',0,0),(11572,11572,'yst_prominent_words','',0,1),(11573,11573,'yst_prominent_words','',0,1),(11574,11574,'yst_prominent_words','',0,1),(11575,11575,'yst_prominent_words','',0,1),(11576,11576,'yst_prominent_words','',0,0),(11577,11577,'yst_prominent_words','',0,1),(11578,11578,'yst_prominent_words','',0,0),(11579,11579,'yst_prominent_words','',0,1),(11580,11580,'yst_prominent_words','',0,1),(11581,11581,'yst_prominent_words','',0,0),(11582,11582,'yst_prominent_words','',0,1),(11583,11583,'yst_prominent_words','',0,1),(11584,11584,'yst_prominent_words','',0,1),(11585,11585,'yst_prominent_words','',0,1),(11586,11586,'yst_prominent_words','',0,1),(11587,11587,'yst_prominent_words','',0,1),(11588,11588,'yst_prominent_words','',0,1),(11589,11589,'yst_prominent_words','',0,0),(11590,11590,'yst_prominent_words','',0,0),(11591,11591,'yst_prominent_words','',0,1),(11592,11592,'yst_prominent_words','',0,1),(11593,11593,'yst_prominent_words','',0,1),(11594,11594,'yst_prominent_words','',0,1),(11595,11595,'yst_prominent_words','',0,1),(11596,11596,'yst_prominent_words','',0,1),(11597,11597,'yst_prominent_words','',0,0),(11598,11598,'yst_prominent_words','',0,1),(11599,11599,'yst_prominent_words','',0,1),(11600,11600,'yst_prominent_words','',0,1),(11601,11601,'yst_prominent_words','',0,1),(11602,11602,'yst_prominent_words','',0,1),(11603,11603,'yst_prominent_words','',0,1),(11604,11604,'yst_prominent_words','',0,1),(11605,11605,'yst_prominent_words','',0,0),(11606,11606,'yst_prominent_words','',0,0),(11607,11607,'post_tag','',0,1),(11608,11608,'post_tag','',0,1),(11609,11609,'post_tag','',0,1),(11610,11610,'post_tag','',0,0),(11611,11611,'post_tag','',0,1),(11612,11612,'yst_prominent_words','',0,1),(11613,11613,'yst_prominent_words','',0,1),(11614,11614,'yst_prominent_words','',0,1),(11615,11615,'yst_prominent_words','',0,1),(11616,11616,'yst_prominent_words','',0,1),(11617,11617,'yst_prominent_words','',0,0),(11618,11618,'post_tag','',0,1),(11619,11619,'yst_prominent_words','',0,0),(11620,11620,'yst_prominent_words','',0,0),(11621,11621,'yst_prominent_words','',0,1),(11622,11622,'yst_prominent_words','',0,1),(11623,11623,'yst_prominent_words','',0,0),(11624,11624,'yst_prominent_words','',0,0),(11625,11625,'yst_prominent_words','',0,0),(11626,11626,'yst_prominent_words','',0,0),(11627,11627,'yst_prominent_words','',0,0),(11628,11628,'yst_prominent_words','',0,0),(11629,11629,'yst_prominent_words','',0,0),(11630,11630,'yst_prominent_words','',0,0),(11631,11631,'yst_prominent_words','',0,0),(11632,11632,'yst_prominent_words','',0,0),(11633,11633,'yst_prominent_words','',0,0),(11634,11634,'yst_prominent_words','',0,0),(11635,11635,'yst_prominent_words','',0,0),(11636,11636,'yst_prominent_words','',0,0),(11637,11637,'yst_prominent_words','',0,0),(11638,11638,'yst_prominent_words','',0,0),(11639,11639,'yst_prominent_words','',0,0),(11640,11640,'yst_prominent_words','',0,0),(11641,11641,'yst_prominent_words','',0,1),(11642,11642,'yst_prominent_words','',0,1),(11643,11643,'yst_prominent_words','',0,1),(11644,11644,'yst_prominent_words','',0,1),(11645,11645,'yst_prominent_words','',0,2),(11646,11646,'yst_prominent_words','',0,2),(11647,11647,'yst_prominent_words','',0,0),(11648,11648,'yst_prominent_words','',0,0),(11649,11649,'yst_prominent_words','',0,0),(11650,11650,'yst_prominent_words','',0,0),(11651,11651,'yst_prominent_words','',0,0),(11652,11652,'yst_prominent_words','',0,0),(11653,11653,'yst_prominent_words','',0,0),(11654,11654,'yst_prominent_words','',0,0),(11655,11655,'yst_prominent_words','',0,1),(11656,11656,'yst_prominent_words','',0,0),(11657,11657,'yst_prominent_words','',0,0),(11658,11658,'yst_prominent_words','',0,1),(11659,11659,'yst_prominent_words','',0,1),(11660,11660,'yst_prominent_words','',0,1),(11661,11661,'yst_prominent_words','',0,1),(11662,11662,'yst_prominent_words','',0,1),(11663,11663,'yst_prominent_words','',0,1),(11664,11664,'yst_prominent_words','',0,1),(11665,11665,'post_tag','',0,1),(11666,11666,'post_tag','',0,1),(11667,11667,'post_tag','',0,1),(11668,11668,'post_tag','',0,1),(11669,11669,'yst_prominent_words','',0,1),(11670,11670,'yst_prominent_words','',0,1),(11671,11671,'yst_prominent_words','',0,1),(11672,11672,'yst_prominent_words','',0,1),(11673,11673,'yst_prominent_words','',0,1),(11674,11674,'yst_prominent_words','',0,1),(11675,11675,'yst_prominent_words','',0,1),(11676,11676,'yst_prominent_words','',0,1),(11677,11677,'yst_prominent_words','',0,1),(11678,11678,'yst_prominent_words','',0,1),(11679,11679,'yst_prominent_words','',0,1),(11680,11680,'yst_prominent_words','',0,1),(11681,11681,'yst_prominent_words','',0,1),(11682,11682,'yst_prominent_words','',0,1),(11683,11683,'yst_prominent_words','',0,1),(11684,11684,'yst_prominent_words','',0,1),(11685,11685,'yst_prominent_words','',0,0),(11686,11686,'yst_prominent_words','',0,0),(11687,11687,'yst_prominent_words','',0,0),(11688,11688,'yst_prominent_words','',0,1),(11689,11689,'yst_prominent_words','',0,1),(11690,11690,'yst_prominent_words','',0,1),(11691,11691,'yst_prominent_words','',0,1),(11692,11692,'yst_prominent_words','',0,1),(11693,11693,'yst_prominent_words','',0,3),(11694,11694,'yst_prominent_words','',0,1),(11695,11695,'yst_prominent_words','',0,1),(11696,11696,'yst_prominent_words','',0,1),(11697,11697,'yst_prominent_words','',0,1),(11698,11698,'yst_prominent_words','',0,1),(11699,11699,'yst_prominent_words','',0,0),(11700,11700,'yst_prominent_words','',0,0),(11701,11701,'yst_prominent_words','',0,0),(11702,11702,'yst_prominent_words','',0,1),(11703,11703,'yst_prominent_words','',0,0),(11704,11704,'yst_prominent_words','',0,1),(11705,11705,'yst_prominent_words','',0,2),(11706,11706,'yst_prominent_words','',0,0),(11707,11707,'yst_prominent_words','',0,1),(11708,11708,'yst_prominent_words','',0,1),(11709,11709,'yst_prominent_words','',0,1),(11710,11710,'yst_prominent_words','',0,1),(11711,11711,'yst_prominent_words','',0,1),(11712,11712,'yst_prominent_words','',0,1),(11713,11713,'post_tag','',0,1),(11714,11714,'post_tag','',0,1),(11715,11715,'yst_prominent_words','',0,0),(11716,11716,'yst_prominent_words','',0,0),(11717,11717,'yst_prominent_words','',0,1),(11718,11718,'yst_prominent_words','',0,0),(11719,11719,'yst_prominent_words','',0,0),(11720,11720,'yst_prominent_words','',0,1),(11721,11721,'post_tag','',0,1),(11722,11722,'post_tag','',0,1),(11723,11723,'yst_prominent_words','',0,1),(11724,11724,'yst_prominent_words','',0,1),(11725,11725,'yst_prominent_words','',0,1),(11726,11726,'yst_prominent_words','',0,1),(11727,11727,'yst_prominent_words','',0,1),(11728,11728,'yst_prominent_words','',0,1),(11729,11729,'yst_prominent_words','',0,1),(11730,11730,'yst_prominent_words','',0,1),(11731,11731,'yst_prominent_words','',0,0),(11732,11732,'yst_prominent_words','',0,0),(11733,11733,'yst_prominent_words','',0,0),(11734,11734,'yst_prominent_words','',0,1),(11735,11735,'yst_prominent_words','',0,1),(11736,11736,'yst_prominent_words','',0,1),(11737,11737,'yst_prominent_words','',0,1),(11738,11738,'yst_prominent_words','',0,1),(11739,11739,'yst_prominent_words','',0,1),(11740,11740,'yst_prominent_words','',0,1),(11741,11741,'yst_prominent_words','',0,1),(11742,11742,'yst_prominent_words','',0,1),(11743,11743,'yst_prominent_words','',0,1),(11744,11744,'yst_prominent_words','',0,1),(11745,11745,'yst_prominent_words','',0,1),(11746,11746,'yst_prominent_words','',0,1),(11747,11747,'yst_prominent_words','',0,1),(11748,11748,'yst_prominent_words','',0,1),(11749,11749,'yst_prominent_words','',0,1),(11750,11750,'post_tag','',0,1),(11751,11751,'post_tag','',0,1),(11752,11752,'post_tag','',0,1),(11753,11753,'yst_prominent_words','',0,1),(11754,11754,'yst_prominent_words','',0,1),(11755,11755,'yst_prominent_words','',0,0),(11756,11756,'yst_prominent_words','',0,0),(11757,11757,'yst_prominent_words','',0,1),(11758,11758,'yst_prominent_words','',0,1),(11759,11759,'yst_prominent_words','',0,1),(11760,11760,'yst_prominent_words','',0,1),(11761,11761,'yst_prominent_words','',0,1),(11762,11762,'post_tag','',0,1),(11763,11763,'post_tag','',0,1),(11764,11764,'yst_prominent_words','',0,1),(11765,11765,'yst_prominent_words','',0,1),(11766,11766,'yst_prominent_words','',0,1),(11767,11767,'yst_prominent_words','',0,1),(11768,11768,'yst_prominent_words','',0,1),(11769,11769,'yst_prominent_words','',0,1),(11770,11770,'yst_prominent_words','',0,1),(11771,11771,'yst_prominent_words','',0,1),(11772,11772,'yst_prominent_words','',0,1),(11773,11773,'yst_prominent_words','',0,1),(11774,11774,'yst_prominent_words','',0,1),(11775,11775,'yst_prominent_words','',0,1),(11776,11776,'yst_prominent_words','',0,1),(11777,11777,'yst_prominent_words','',0,1),(11778,11778,'yst_prominent_words','',0,0),(11779,11779,'yst_prominent_words','',0,1),(11780,11780,'post_tag','',0,1),(11781,11781,'post_tag','',0,1),(11782,11782,'post_tag','',0,1),(11783,11783,'post_tag','',0,1),(11784,11784,'yst_prominent_words','',0,0),(11785,11785,'yst_prominent_words','',0,0),(11786,11786,'yst_prominent_words','',0,0),(11787,11787,'yst_prominent_words','',0,1),(11788,11788,'yst_prominent_words','',0,1),(11789,11789,'yst_prominent_words','',0,1),(11790,11790,'yst_prominent_words','',0,0),(11791,11791,'yst_prominent_words','',0,0),(11792,11792,'yst_prominent_words','',0,0),(11793,11793,'yst_prominent_words','',0,0),(11794,11794,'yst_prominent_words','',0,1),(11795,11795,'yst_prominent_words','',0,1),(11796,11796,'yst_prominent_words','',0,1),(11797,11797,'yst_prominent_words','',0,1),(11798,11798,'yst_prominent_words','',0,1),(11799,11799,'yst_prominent_words','',0,1),(11800,11800,'yst_prominent_words','',0,1),(11801,11801,'yst_prominent_words','',0,1),(11802,11802,'yst_prominent_words','',0,1),(11803,11803,'post_tag','',0,1),(11804,11804,'post_tag','',0,1),(11805,11805,'post_tag','',0,1),(11806,11806,'post_tag','',0,1),(11807,11807,'yst_prominent_words','',0,0),(11808,11808,'yst_prominent_words','',0,1),(11809,11809,'yst_prominent_words','',0,1),(11810,11810,'yst_prominent_words','',0,1),(11811,11811,'yst_prominent_words','',0,1),(11812,11812,'yst_prominent_words','',0,1),(11813,11813,'yst_prominent_words','',0,1),(11814,11814,'yst_prominent_words','',0,1),(11815,11815,'yst_prominent_words','',0,0),(11816,11816,'yst_prominent_words','',0,0),(11817,11817,'yst_prominent_words','',0,0),(11818,11818,'yst_prominent_words','',0,0),(11819,11819,'yst_prominent_words','',0,0),(11820,11820,'post_tag','',0,1),(11821,11821,'post_tag','',0,1),(11822,11822,'post_tag','',0,0),(11823,11823,'post_tag','',0,1),(11824,11824,'post_tag','',0,1),(11825,11825,'yst_prominent_words','',0,1),(11826,11826,'yst_prominent_words','',0,1),(11827,11827,'yst_prominent_words','',0,1),(11828,11828,'yst_prominent_words','',0,1),(11829,11829,'yst_prominent_words','',0,1),(11830,11830,'yst_prominent_words','',0,1),(11831,11831,'yst_prominent_words','',0,1),(11832,11832,'yst_prominent_words','',0,1),(11833,11833,'yst_prominent_words','',0,1),(11834,11834,'yst_prominent_words','',0,1),(11835,11835,'yst_prominent_words','',0,1),(11836,11836,'yst_prominent_words','',0,1),(11837,11837,'yst_prominent_words','',0,1),(11838,11838,'yst_prominent_words','',0,1),(11839,11839,'yst_prominent_words','',0,2),(11840,11840,'yst_prominent_words','',0,1),(11841,11841,'yst_prominent_words','',0,1),(11842,11842,'post_tag','',0,1),(11843,11843,'post_tag','',0,1),(11844,11844,'yst_prominent_words','',0,1),(11845,11845,'yst_prominent_words','',0,1),(11846,11846,'yst_prominent_words','',0,0),(11847,11847,'yst_prominent_words','',0,0),(11848,11848,'yst_prominent_words','',0,0),(11849,11849,'yst_prominent_words','',0,1),(11850,11850,'yst_prominent_words','',0,0),(11851,11851,'yst_prominent_words','',0,0),(11852,11852,'yst_prominent_words','',0,0),(11853,11853,'yst_prominent_words','',0,0),(11854,11854,'yst_prominent_words','',0,0),(11855,11855,'post_tag','',0,1),(11856,11856,'post_tag','',0,1),(11857,11857,'yst_prominent_words','',0,0),(11858,11858,'yst_prominent_words','',0,1),(11859,11859,'yst_prominent_words','',0,1),(11860,11860,'yst_prominent_words','',0,1),(11861,11861,'yst_prominent_words','',0,1),(11862,11862,'yst_prominent_words','',0,1),(11863,11863,'yst_prominent_words','',0,1),(11864,11864,'yst_prominent_words','',0,1),(11865,11865,'yst_prominent_words','',0,1),(11866,11866,'yst_prominent_words','',0,1),(11867,11867,'yst_prominent_words','',0,0),(11868,11868,'yst_prominent_words','',0,1),(11869,11869,'yst_prominent_words','',0,1),(11870,11870,'yst_prominent_words','',0,1),(11871,11871,'yst_prominent_words','',0,1),(11872,11872,'yst_prominent_words','',0,1),(11873,11873,'yst_prominent_words','',0,1),(11874,11874,'yst_prominent_words','',0,1),(11875,11875,'yst_prominent_words','',0,1),(11876,11876,'yst_prominent_words','',0,1),(11877,11877,'yst_prominent_words','',0,1),(11878,11878,'yst_prominent_words','',0,2),(11879,11879,'yst_prominent_words','',0,2),(11880,11880,'yst_prominent_words','',0,1),(11881,11881,'yst_prominent_words','',0,3),(11882,11882,'yst_prominent_words','',0,1),(11883,11883,'yst_prominent_words','',0,1),(11884,11884,'yst_prominent_words','',0,1),(11885,11885,'yst_prominent_words','',0,1),(11886,11886,'yst_prominent_words','',0,1),(11887,11887,'yst_prominent_words','',0,1),(11888,11888,'yst_prominent_words','',0,1),(11889,11889,'yst_prominent_words','',0,1),(11890,11890,'yst_prominent_words','',0,1),(11891,11891,'yst_prominent_words','',0,1),(11892,11892,'yst_prominent_words','',0,1),(11893,11893,'yst_prominent_words','',0,1),(11894,11894,'yst_prominent_words','',0,1),(11895,11895,'yst_prominent_words','',0,1),(11896,11896,'yst_prominent_words','',0,1),(11897,11897,'yst_prominent_words','',0,1),(11898,11898,'yst_prominent_words','',0,2),(11899,11899,'yst_prominent_words','',0,1),(11900,11900,'yst_prominent_words','',0,1),(11901,11901,'yst_prominent_words','',0,1),(11902,11902,'yst_prominent_words','',0,1),(11903,11903,'yst_prominent_words','',0,1),(11904,11904,'yst_prominent_words','',0,1),(11905,11905,'yst_prominent_words','',0,1),(11906,11906,'yst_prominent_words','',0,1),(11907,11907,'yst_prominent_words','',0,1),(11908,11908,'yst_prominent_words','',0,1),(11909,11909,'yst_prominent_words','',0,1),(11910,11910,'yst_prominent_words','',0,1),(11911,11911,'yst_prominent_words','',0,1),(11912,11912,'yst_prominent_words','',0,3),(11913,11913,'yst_prominent_words','',0,1),(11914,11914,'yst_prominent_words','',0,1),(11915,11915,'yst_prominent_words','',0,1),(11916,11916,'yst_prominent_words','',0,1),(11917,11917,'yst_prominent_words','',0,1),(11918,11918,'yst_prominent_words','',0,1),(11919,11919,'yst_prominent_words','',0,1),(11920,11920,'yst_prominent_words','',0,1),(11921,11921,'yst_prominent_words','',0,1),(11922,11922,'yst_prominent_words','',0,1),(11923,11923,'yst_prominent_words','',0,0),(11924,11924,'yst_prominent_words','',0,1),(11925,11925,'post_tag','',0,1),(11926,11926,'post_tag','',0,1),(11927,11927,'yst_prominent_words','',0,1),(11928,11928,'yst_prominent_words','',0,1),(11929,11929,'yst_prominent_words','',0,2),(11930,11930,'yst_prominent_words','',0,1),(11931,11931,'post_tag','',0,1),(11932,11932,'yst_prominent_words','',0,1),(11933,11933,'yst_prominent_words','',0,1),(11934,11934,'yst_prominent_words','',0,1),(11935,11935,'yst_prominent_words','',0,1),(11936,11936,'yst_prominent_words','',0,1),(11937,11937,'yst_prominent_words','',0,1),(11938,11938,'yst_prominent_words','',0,1),(11939,11939,'yst_prominent_words','',0,1),(11940,11940,'yst_prominent_words','',0,0),(11941,11941,'yst_prominent_words','',0,0),(11942,11942,'yst_prominent_words','',0,0),(11943,11943,'yst_prominent_words','',0,1),(11944,11944,'yst_prominent_words','',0,1),(11945,11945,'yst_prominent_words','',0,1),(11946,11946,'yst_prominent_words','',0,3),(11947,11947,'yst_prominent_words','',0,1),(11948,11948,'yst_prominent_words','',0,0),(11949,11949,'yst_prominent_words','',0,3),(11950,11950,'yst_prominent_words','',0,2),(11951,11951,'post_tag','',0,2),(11952,11952,'post_tag','',0,2),(11953,11953,'yst_prominent_words','',0,1),(11954,11954,'yst_prominent_words','',0,1),(11955,11955,'yst_prominent_words','',0,1),(11956,11956,'yst_prominent_words','',0,1),(11957,11957,'yst_prominent_words','',0,1),(11958,11958,'yst_prominent_words','',0,1),(11959,11959,'yst_prominent_words','',0,1),(11960,11960,'yst_prominent_words','',0,1),(11961,11961,'yst_prominent_words','',0,1),(11962,11962,'yst_prominent_words','',0,1),(11963,11963,'yst_prominent_words','',0,1),(11964,11964,'yst_prominent_words','',0,1),(11965,11965,'yst_prominent_words','',0,1),(11966,11966,'yst_prominent_words','',0,1),(11967,11967,'yst_prominent_words','',0,0),(11968,11968,'post_tag','',0,1),(11969,11969,'post_tag','',0,1),(11970,11970,'post_tag','',0,1),(11971,11971,'post_tag','',0,1),(11972,11972,'post_tag','',0,1),(11973,11973,'yst_prominent_words','',0,1),(11974,11974,'yst_prominent_words','',0,1),(11975,11975,'yst_prominent_words','',0,1),(11976,11976,'yst_prominent_words','',0,1),(11977,11977,'yst_prominent_words','',0,1),(11978,11978,'yst_prominent_words','',0,1),(11979,11979,'yst_prominent_words','',0,1),(11980,11980,'yst_prominent_words','',0,1),(11981,11981,'yst_prominent_words','',0,1),(11982,11982,'yst_prominent_words','',0,1),(11983,11983,'yst_prominent_words','',0,1),(11984,11984,'yst_prominent_words','',0,1),(11985,11985,'yst_prominent_words','',0,1),(11986,11986,'yst_prominent_words','',0,1),(11987,11987,'yst_prominent_words','',0,1),(11988,11988,'yst_prominent_words','',0,1),(11989,11989,'yst_prominent_words','',0,1),(11990,11990,'yst_prominent_words','',0,1),(11991,11991,'yst_prominent_words','',0,1),(11992,11992,'yst_prominent_words','',0,0),(11993,11993,'yst_prominent_words','',0,1),(11994,11994,'yst_prominent_words','',0,1),(11995,11995,'yst_prominent_words','',0,1),(11996,11996,'yst_prominent_words','',0,1),(11997,11997,'yst_prominent_words','',0,0),(11998,11998,'post_tag','',0,1),(11999,11999,'post_tag','',0,1),(12000,12000,'post_tag','',0,1),(12001,12001,'yst_prominent_words','',0,1),(12002,12002,'yst_prominent_words','',0,1),(12003,12003,'yst_prominent_words','',0,2),(12004,12004,'yst_prominent_words','',0,1),(12005,12005,'post_tag','',0,1),(12006,12006,'post_tag','',0,1),(12007,12007,'yst_prominent_words','',0,1),(12008,12008,'yst_prominent_words','',0,1),(12009,12009,'yst_prominent_words','',0,1),(12010,12010,'yst_prominent_words','',0,1),(12011,12011,'yst_prominent_words','',0,1),(12012,12012,'yst_prominent_words','',0,1),(12013,12013,'yst_prominent_words','',0,1),(12014,12014,'yst_prominent_words','',0,1),(12015,12015,'yst_prominent_words','',0,0),(12016,12016,'yst_prominent_words','',0,1),(12017,12017,'yst_prominent_words','',0,1),(12018,12018,'yst_prominent_words','',0,1),(12019,12019,'yst_prominent_words','',0,0),(12020,12020,'yst_prominent_words','',0,0),(12021,12021,'yst_prominent_words','',0,0),(12022,12022,'yst_prominent_words','',0,0),(12023,12023,'yst_prominent_words','',0,1),(12024,12024,'yst_prominent_words','',0,0),(12025,12025,'yst_prominent_words','',0,1),(12026,12026,'yst_prominent_words','',0,1),(12027,12027,'post_tag','',0,1),(12028,12028,'post_tag','',0,1),(12029,12029,'yst_prominent_words','',0,1),(12030,12030,'yst_prominent_words','',0,1),(12031,12031,'yst_prominent_words','',0,1),(12032,12032,'yst_prominent_words','',0,1),(12033,12033,'yst_prominent_words','',0,2),(12034,12034,'yst_prominent_words','',0,1),(12035,12035,'yst_prominent_words','',0,2),(12036,12036,'yst_prominent_words','',0,2),(12037,12037,'yst_prominent_words','',0,1),(12038,12038,'yst_prominent_words','',0,1),(12039,12039,'yst_prominent_words','',0,1),(12040,12040,'yst_prominent_words','',0,1),(12041,12041,'yst_prominent_words','',0,1),(12042,12042,'yst_prominent_words','',0,0),(12043,12043,'yst_prominent_words','',0,0),(12044,12044,'yst_prominent_words','',0,0),(12045,12045,'yst_prominent_words','',0,0),(12046,12046,'yst_prominent_words','',0,0),(12047,12047,'yst_prominent_words','',0,0),(12048,12048,'post_tag','',0,3),(12049,12049,'post_tag','',0,1),(12050,12050,'post_tag','',0,1),(12051,12051,'post_tag','',0,1),(12052,12052,'post_tag','',0,1),(12053,12053,'yst_prominent_words','',0,1),(12054,12054,'post_tag','',0,1),(12055,12055,'post_tag','',0,1),(12056,12056,'post_tag','',0,1),(12057,12057,'post_tag','',0,1),(12058,12058,'post_tag','',0,1),(12059,12059,'post_tag','',0,1),(12060,12060,'post_tag','',0,1),(12061,12061,'post_tag','',0,1),(12062,12062,'post_tag','',0,1),(12063,12063,'post_tag','',0,1),(12064,12064,'post_tag','',0,1),(12065,12065,'post_tag','',0,1),(12066,12066,'post_tag','',0,1),(12067,12067,'post_tag','',0,1),(12068,12068,'post_tag','',0,1),(12069,12069,'post_tag','',0,1),(12070,12070,'post_tag','',0,1),(12071,12071,'post_tag','',0,1),(12072,12072,'post_tag','',0,1),(12073,12073,'yst_prominent_words','',0,1),(12074,12074,'yst_prominent_words','',0,1),(12075,12075,'yst_prominent_words','',0,1),(12076,12076,'yst_prominent_words','',0,1),(12077,12077,'yst_prominent_words','',0,1),(12078,12078,'yst_prominent_words','',0,1),(12079,12079,'yst_prominent_words','',0,1),(12080,12080,'yst_prominent_words','',0,1),(12081,12081,'yst_prominent_words','',0,0),(12082,12082,'yst_prominent_words','',0,0),(12083,12083,'yst_prominent_words','',0,1),(12084,12084,'yst_prominent_words','',0,1),(12085,12085,'yst_prominent_words','',0,1),(12086,12086,'yst_prominent_words','',0,1),(12087,12087,'yst_prominent_words','',0,1),(12088,12088,'yst_prominent_words','',0,1),(12089,12089,'yst_prominent_words','',0,0),(12090,12090,'yst_prominent_words','',0,1),(12091,12091,'yst_prominent_words','',0,1),(12092,12092,'yst_prominent_words','',0,2),(12093,12093,'yst_prominent_words','',0,0),(12094,12094,'yst_prominent_words','',0,0),(12095,12095,'yst_prominent_words','',0,2),(12096,12096,'yst_prominent_words','',0,1),(12097,12097,'post_tag','',0,1),(12098,12098,'post_tag','',0,1),(12099,12099,'post_tag','',0,2),(12100,12100,'post_tag','',0,1),(12101,12101,'yst_prominent_words','',0,0),(12102,12102,'yst_prominent_words','',0,0),(12103,12103,'yst_prominent_words','',0,0),(12104,12104,'yst_prominent_words','',0,0),(12105,12105,'yst_prominent_words','',0,0),(12106,12106,'yst_prominent_words','',0,1),(12107,12107,'yst_prominent_words','',0,1),(12108,12108,'yst_prominent_words','',0,1),(12109,12109,'yst_prominent_words','',0,1),(12110,12110,'yst_prominent_words','',0,1),(12111,12111,'yst_prominent_words','',0,0),(12112,12112,'yst_prominent_words','',0,0),(12113,12113,'yst_prominent_words','',0,0),(12114,12114,'yst_prominent_words','',0,0),(12115,12115,'yst_prominent_words','',0,0),(12116,12116,'yst_prominent_words','',0,0),(12117,12117,'yst_prominent_words','',0,0),(12118,12118,'post_tag','',0,1),(12119,12119,'post_tag','',0,1),(12120,12120,'yst_prominent_words','',0,1),(12121,12121,'yst_prominent_words','',0,1),(12122,12122,'yst_prominent_words','',0,1),(12123,12123,'yst_prominent_words','',0,1),(12124,12124,'yst_prominent_words','',0,0),(12125,12125,'yst_prominent_words','',0,1),(12126,12126,'yst_prominent_words','',0,1),(12127,12127,'yst_prominent_words','',0,0),(12128,12128,'yst_prominent_words','',0,0),(12129,12129,'yst_prominent_words','',0,1),(12130,12130,'yst_prominent_words','',0,1),(12131,12131,'yst_prominent_words','',0,1),(12132,12132,'yst_prominent_words','',0,1),(12133,12133,'yst_prominent_words','',0,1),(12134,12134,'yst_prominent_words','',0,1),(12135,12135,'yst_prominent_words','',0,1),(12136,12136,'yst_prominent_words','',0,1),(12137,12137,'yst_prominent_words','',0,1),(12138,12138,'post_tag','',0,1),(12139,12139,'post_tag','',0,1),(12140,12140,'post_tag','',0,1),(12141,12141,'post_tag','',0,1),(12142,12142,'post_tag','',0,1),(12143,12143,'yst_prominent_words','',0,1),(12144,12144,'yst_prominent_words','',0,1),(12145,12145,'yst_prominent_words','',0,1),(12146,12146,'yst_prominent_words','',0,1),(12147,12147,'yst_prominent_words','',0,0),(12148,12148,'yst_prominent_words','',0,0),(12149,12149,'yst_prominent_words','',0,0),(12150,12150,'yst_prominent_words','',0,0),(12151,12151,'yst_prominent_words','',0,1),(12152,12152,'yst_prominent_words','',0,1),(12153,12153,'yst_prominent_words','',0,1),(12154,12154,'yst_prominent_words','',0,0),(12155,12155,'yst_prominent_words','',0,1),(12156,12156,'yst_prominent_words','',0,1),(12157,12157,'yst_prominent_words','',0,1),(12158,12158,'post_tag','',0,1),(12159,12159,'post_tag','',0,1),(12160,12160,'post_tag','',0,1),(12161,12161,'post_tag','',0,1),(12162,12162,'post_tag','',0,1),(12163,12163,'post_tag','',0,1),(12164,12164,'yst_prominent_words','',0,1),(12165,12165,'yst_prominent_words','',0,1),(12166,12166,'yst_prominent_words','',0,1),(12167,12167,'yst_prominent_words','',0,0),(12168,12168,'yst_prominent_words','',0,0),(12169,12169,'yst_prominent_words','',0,0),(12170,12170,'yst_prominent_words','',0,0),(12171,12171,'yst_prominent_words','',0,0),(12172,12172,'yst_prominent_words','',0,0),(12173,12173,'yst_prominent_words','',0,0),(12174,12174,'yst_prominent_words','',0,0),(12175,12175,'yst_prominent_words','',0,0),(12176,12176,'yst_prominent_words','',0,0),(12177,12177,'yst_prominent_words','',0,1),(12178,12178,'yst_prominent_words','',0,1),(12179,12179,'yst_prominent_words','',0,1),(12180,12180,'yst_prominent_words','',0,1),(12181,12181,'yst_prominent_words','',0,1),(12182,12182,'yst_prominent_words','',0,1),(12183,12183,'yst_prominent_words','',0,1),(12184,12184,'yst_prominent_words','',0,1),(12185,12185,'yst_prominent_words','',0,1),(12186,12186,'yst_prominent_words','',0,1),(12187,12187,'yst_prominent_words','',0,1),(12188,12188,'yst_prominent_words','',0,1),(12189,12189,'yst_prominent_words','',0,1),(12190,12190,'yst_prominent_words','',0,1),(12191,12191,'post_tag','',0,1),(12192,12192,'post_tag','',0,1),(12193,12193,'yst_prominent_words','',0,1),(12194,12194,'yst_prominent_words','',0,0),(12195,12195,'yst_prominent_words','',0,1),(12196,12196,'yst_prominent_words','',0,1),(12197,12197,'yst_prominent_words','',0,0),(12198,12198,'yst_prominent_words','',0,1),(12199,12199,'yst_prominent_words','',0,0),(12200,12200,'yst_prominent_words','',0,1),(12201,12201,'yst_prominent_words','',0,1),(12202,12202,'yst_prominent_words','',0,1),(12203,12203,'yst_prominent_words','',0,1),(12204,12204,'yst_prominent_words','',0,0),(12205,12205,'yst_prominent_words','',0,0),(12206,12206,'yst_prominent_words','',0,1),(12207,12207,'yst_prominent_words','',0,0),(12208,12208,'yst_prominent_words','',0,1),(12209,12209,'yst_prominent_words','',0,1),(12210,12210,'yst_prominent_words','',0,0),(12211,12211,'yst_prominent_words','',0,2),(12212,12212,'yst_prominent_words','',0,1),(12213,12213,'yst_prominent_words','',0,1),(12214,12214,'yst_prominent_words','',0,0),(12215,12215,'yst_prominent_words','',0,1),(12216,12216,'yst_prominent_words','',0,2),(12217,12217,'yst_prominent_words','',0,1),(12218,12218,'yst_prominent_words','',0,1),(12219,12219,'yst_prominent_words','',0,1),(12220,12220,'yst_prominent_words','',0,1),(12221,12221,'yst_prominent_words','',0,1),(12222,12222,'yst_prominent_words','',0,1),(12223,12223,'yst_prominent_words','',0,1),(12224,12224,'yst_prominent_words','',0,1),(12225,12225,'post_tag','',0,1),(12226,12226,'post_tag','',0,1),(12227,12227,'post_tag','',0,1),(12228,12228,'yst_prominent_words','',0,0),(12229,12229,'yst_prominent_words','',0,0),(12230,12230,'yst_prominent_words','',0,0),(12231,12231,'yst_prominent_words','',0,1),(12232,12232,'yst_prominent_words','',0,0),(12233,12233,'yst_prominent_words','',0,0),(12234,12234,'yst_prominent_words','',0,0),(12235,12235,'yst_prominent_words','',0,0),(12236,12236,'yst_prominent_words','',0,0),(12237,12237,'yst_prominent_words','',0,0),(12238,12238,'yst_prominent_words','',0,0),(12239,12239,'post_tag','',0,2),(12240,12240,'post_tag','',0,2),(12241,12241,'post_tag','',0,1),(12242,12242,'post_tag','',0,0),(12243,12243,'post_tag','',0,1),(12244,12244,'yst_prominent_words','',0,1),(12245,12245,'yst_prominent_words','',0,0),(12246,12246,'yst_prominent_words','',0,0),(12247,12247,'yst_prominent_words','',0,1),(12248,12248,'yst_prominent_words','',0,1),(12249,12249,'yst_prominent_words','',0,1),(12250,12250,'yst_prominent_words','',0,1),(12251,12251,'yst_prominent_words','',0,1),(12252,12252,'yst_prominent_words','',0,1),(12253,12253,'yst_prominent_words','',0,1),(12254,12254,'yst_prominent_words','',0,1),(12255,12255,'post_tag','',0,1),(12256,12256,'yst_prominent_words','',0,1),(12257,12257,'yst_prominent_words','',0,1),(12258,12258,'yst_prominent_words','',0,1),(12259,12259,'yst_prominent_words','',0,1),(12260,12260,'post_tag','',0,1),(12261,12261,'post_tag','',0,1),(12262,12262,'post_tag','',0,1),(12263,12263,'yst_prominent_words','',0,0),(12264,12264,'yst_prominent_words','',0,0),(12265,12265,'yst_prominent_words','',0,0),(12266,12266,'yst_prominent_words','',0,0),(12267,12267,'yst_prominent_words','',0,1),(12268,12268,'yst_prominent_words','',0,1),(12269,12269,'yst_prominent_words','',0,1),(12270,12270,'yst_prominent_words','',0,1),(12271,12271,'yst_prominent_words','',0,1),(12272,12272,'yst_prominent_words','',0,1),(12273,12273,'yst_prominent_words','',0,1),(12274,12274,'yst_prominent_words','',0,0),(12275,12275,'yst_prominent_words','',0,0),(12276,12276,'yst_prominent_words','',0,0),(12277,12277,'yst_prominent_words','',0,0),(12278,12278,'yst_prominent_words','',0,0),(12279,12279,'yst_prominent_words','',0,0),(12280,12280,'yst_prominent_words','',0,0),(12281,12281,'yst_prominent_words','',0,0),(12282,12282,'yst_prominent_words','',0,0),(12283,12283,'yst_prominent_words','',0,0),(12284,12284,'yst_prominent_words','',0,0),(12285,12285,'yst_prominent_words','',0,1),(12286,12286,'yst_prominent_words','',0,1),(12287,12287,'yst_prominent_words','',0,0),(12288,12288,'yst_prominent_words','',0,0),(12289,12289,'yst_prominent_words','',0,0),(12290,12290,'yst_prominent_words','',0,1),(12291,12291,'yst_prominent_words','',0,1),(12292,12292,'yst_prominent_words','',0,1),(12293,12293,'yst_prominent_words','',0,1),(12294,12294,'yst_prominent_words','',0,0),(12295,12295,'yst_prominent_words','',0,1),(12296,12296,'yst_prominent_words','',0,1),(12297,12297,'yst_prominent_words','',0,0),(12298,12298,'yst_prominent_words','',0,1),(12299,12299,'yst_prominent_words','',0,1),(12300,12300,'yst_prominent_words','',0,0),(12301,12301,'yst_prominent_words','',0,1),(12302,12302,'yst_prominent_words','',0,1),(12303,12303,'yst_prominent_words','',0,0),(12304,12304,'yst_prominent_words','',0,0),(12305,12305,'yst_prominent_words','',0,1),(12306,12306,'yst_prominent_words','',0,1),(12307,12307,'yst_prominent_words','',0,0),(12308,12308,'yst_prominent_words','',0,1),(12309,12309,'yst_prominent_words','',0,0),(12310,12310,'yst_prominent_words','',0,1),(12311,12311,'post_tag','',0,1),(12312,12312,'post_tag','',0,1),(12313,12313,'post_tag','',0,1),(12314,12314,'post_tag','',0,1),(12315,12315,'post_tag','',0,1),(12316,12316,'post_tag','',0,1),(12317,12317,'post_tag','',0,2),(12318,12318,'post_tag','',0,1),(12319,12319,'post_tag','',0,1),(12320,12320,'post_tag','',0,0),(12321,12321,'yst_prominent_words','',0,1),(12322,12322,'yst_prominent_words','',0,1),(12323,12323,'yst_prominent_words','',0,1),(12324,12324,'yst_prominent_words','',0,1),(12325,12325,'yst_prominent_words','',0,0),(12326,12326,'yst_prominent_words','',0,1),(12327,12327,'yst_prominent_words','',0,1),(12328,12328,'yst_prominent_words','',0,0),(12329,12329,'yst_prominent_words','',0,0),(12330,12330,'yst_prominent_words','',0,0),(12331,12331,'yst_prominent_words','',0,0),(12332,12332,'yst_prominent_words','',0,0),(12333,12333,'yst_prominent_words','',0,0),(12334,12334,'yst_prominent_words','',0,1),(12335,12335,'yst_prominent_words','',0,0),(12336,12336,'yst_prominent_words','',0,0),(12337,12337,'yst_prominent_words','',0,1),(12338,12338,'yst_prominent_words','',0,0),(12339,12339,'yst_prominent_words','',0,1),(12340,12340,'yst_prominent_words','',0,1),(12341,12341,'yst_prominent_words','',0,1),(12342,12342,'yst_prominent_words','',0,1),(12343,12343,'yst_prominent_words','',0,1),(12344,12344,'yst_prominent_words','',0,1),(12345,12345,'yst_prominent_words','',0,1),(12346,12346,'yst_prominent_words','',0,1),(12347,12347,'yst_prominent_words','',0,1),(12348,12348,'yst_prominent_words','',0,0),(12349,12349,'yst_prominent_words','',0,1),(12350,12350,'post_tag','',0,1),(12351,12351,'post_tag','',0,1),(12352,12352,'post_tag','',0,1),(12353,12353,'post_tag','',0,1),(12354,12354,'post_tag','',0,1),(12355,12355,'post_tag','',0,1),(12356,12356,'yst_prominent_words','',0,1),(12357,12357,'yst_prominent_words','',0,1),(12358,12358,'yst_prominent_words','',0,1),(12359,12359,'yst_prominent_words','',0,1),(12360,12360,'yst_prominent_words','',0,1),(12361,12361,'yst_prominent_words','',0,1),(12362,12362,'yst_prominent_words','',0,0),(12363,12363,'yst_prominent_words','',0,0),(12364,12364,'yst_prominent_words','',0,0),(12365,12365,'yst_prominent_words','',0,0),(12366,12366,'yst_prominent_words','',0,1),(12367,12367,'yst_prominent_words','',0,1),(12368,12368,'yst_prominent_words','',0,2),(12369,12369,'yst_prominent_words','',0,0),(12370,12370,'yst_prominent_words','',0,0),(12371,12371,'yst_prominent_words','',0,0),(12372,12372,'yst_prominent_words','',0,0),(12373,12373,'yst_prominent_words','',0,0),(12374,12374,'yst_prominent_words','',0,0),(12375,12375,'yst_prominent_words','',0,0),(12376,12376,'yst_prominent_words','',0,0),(12377,12377,'yst_prominent_words','',0,0),(12378,12378,'yst_prominent_words','',0,1),(12379,12379,'yst_prominent_words','',0,1),(12380,12380,'yst_prominent_words','',0,1),(12381,12381,'yst_prominent_words','',0,1),(12382,12382,'yst_prominent_words','',0,1),(12383,12383,'post_tag','',0,1),(12384,12384,'post_tag','',0,1),(12385,12385,'post_tag','',0,1),(12386,12386,'post_tag','',0,1),(12387,12387,'post_tag','',0,1),(12388,12388,'post_tag','',0,2),(12389,12389,'post_tag','',0,2),(12390,12390,'post_tag','',0,1),(12391,12391,'yst_prominent_words','',0,1),(12392,12392,'yst_prominent_words','',0,2),(12393,12393,'yst_prominent_words','',0,1),(12394,12394,'yst_prominent_words','',0,2),(12395,12395,'yst_prominent_words','',0,2),(12396,12396,'yst_prominent_words','',0,1),(12397,12397,'yst_prominent_words','',0,1),(12398,12398,'yst_prominent_words','',0,1),(12399,12399,'yst_prominent_words','',0,1),(12400,12400,'yst_prominent_words','',0,1),(12401,12401,'yst_prominent_words','',0,1),(12402,12402,'yst_prominent_words','',0,1),(12403,12403,'post_tag','',0,2),(12404,12404,'post_tag','',0,1),(12405,12405,'post_tag','',0,1),(12406,12406,'yst_prominent_words','',0,1),(12407,12407,'yst_prominent_words','',0,0),(12408,12408,'yst_prominent_words','',0,0),(12409,12409,'yst_prominent_words','',0,0),(12410,12410,'yst_prominent_words','',0,0),(12411,12411,'yst_prominent_words','',0,0),(12412,12412,'yst_prominent_words','',0,0),(12413,12413,'yst_prominent_words','',0,0),(12414,12414,'yst_prominent_words','',0,0),(12415,12415,'yst_prominent_words','',0,0),(12416,12416,'yst_prominent_words','',0,0),(12417,12417,'yst_prominent_words','',0,0),(12418,12418,'yst_prominent_words','',0,0),(12419,12419,'yst_prominent_words','',0,0),(12420,12420,'yst_prominent_words','',0,0),(12421,12421,'yst_prominent_words','',0,0),(12422,12422,'yst_prominent_words','',0,0),(12423,12423,'yst_prominent_words','',0,0),(12424,12424,'yst_prominent_words','',0,0),(12425,12425,'yst_prominent_words','',0,1),(12426,12426,'yst_prominent_words','',0,1),(12427,12427,'yst_prominent_words','',0,1),(12428,12428,'yst_prominent_words','',0,0),(12429,12429,'yst_prominent_words','',0,2),(12430,12430,'yst_prominent_words','',0,1),(12431,12431,'yst_prominent_words','',0,1),(12432,12432,'yst_prominent_words','',0,1),(12433,12433,'yst_prominent_words','',0,1),(12434,12434,'yst_prominent_words','',0,1),(12435,12435,'yst_prominent_words','',0,1),(12436,12436,'yst_prominent_words','',0,0),(12437,12437,'yst_prominent_words','',0,0),(12438,12438,'yst_prominent_words','',0,0),(12439,12439,'yst_prominent_words','',0,0),(12440,12440,'yst_prominent_words','',0,0),(12441,12441,'yst_prominent_words','',0,0),(12442,12442,'yst_prominent_words','',0,0),(12443,12443,'yst_prominent_words','',0,0),(12444,12444,'yst_prominent_words','',0,1),(12445,12445,'yst_prominent_words','',0,1),(12446,12446,'yst_prominent_words','',0,1),(12447,12447,'yst_prominent_words','',0,1),(12448,12448,'yst_prominent_words','',0,0),(12449,12449,'yst_prominent_words','',0,1),(12450,12450,'yst_prominent_words','',0,1),(12451,12451,'yst_prominent_words','',0,1),(12452,12452,'yst_prominent_words','',0,0),(12453,12453,'yst_prominent_words','',0,0),(12454,12454,'yst_prominent_words','',0,1),(12455,12455,'yst_prominent_words','',0,1),(12456,12456,'yst_prominent_words','',0,0),(12457,12457,'yst_prominent_words','',0,0),(12458,12458,'yst_prominent_words','',0,0),(12459,12459,'yst_prominent_words','',0,0),(12460,12460,'yst_prominent_words','',0,0),(12461,12461,'yst_prominent_words','',0,0),(12462,12462,'yst_prominent_words','',0,0),(12463,12463,'yst_prominent_words','',0,0),(12464,12464,'yst_prominent_words','',0,0),(12465,12465,'yst_prominent_words','',0,0),(12466,12466,'yst_prominent_words','',0,0),(12467,12467,'post_tag','',0,1),(12468,12468,'post_tag','',0,1),(12469,12469,'yst_prominent_words','',0,1),(12470,12470,'yst_prominent_words','',0,1),(12471,12471,'yst_prominent_words','',0,1),(12472,12472,'yst_prominent_words','',0,1),(12473,12473,'yst_prominent_words','',0,1),(12474,12474,'yst_prominent_words','',0,1),(12475,12475,'yst_prominent_words','',0,0),(12476,12476,'yst_prominent_words','',0,0),(12477,12477,'yst_prominent_words','',0,0),(12478,12478,'yst_prominent_words','',0,1),(12479,12479,'yst_prominent_words','',0,1),(12480,12480,'yst_prominent_words','',0,1),(12481,12481,'yst_prominent_words','',0,1),(12482,12482,'yst_prominent_words','',0,1),(12483,12483,'yst_prominent_words','',0,1),(12484,12484,'yst_prominent_words','',0,1),(12485,12485,'yst_prominent_words','',0,1),(12486,12486,'post_tag','',0,1),(12487,12487,'yst_prominent_words','',0,1),(12488,12488,'yst_prominent_words','',0,0),(12489,12489,'post_tag','',0,1),(12490,12490,'post_tag','',0,1),(12491,12491,'post_tag','',0,1),(12492,12492,'yst_prominent_words','',0,1),(12493,12493,'yst_prominent_words','',0,1),(12494,12494,'yst_prominent_words','',0,0),(12495,12495,'yst_prominent_words','',0,0),(12496,12496,'yst_prominent_words','',0,0),(12497,12497,'yst_prominent_words','',0,1),(12498,12498,'yst_prominent_words','',0,2),(12499,12499,'yst_prominent_words','',0,2),(12500,12500,'yst_prominent_words','',0,1),(12501,12501,'yst_prominent_words','',0,2),(12502,12502,'yst_prominent_words','',0,1),(12503,12503,'yst_prominent_words','',0,1),(12504,12504,'yst_prominent_words','',0,1),(12505,12505,'post_tag','',0,1),(12506,12506,'post_tag','',0,1),(12507,12507,'post_tag','',0,1),(12508,12508,'post_tag','',0,1),(12509,12509,'post_tag','',0,1),(12510,12510,'post_tag','',0,1),(12511,12511,'post_tag','',0,1),(12512,12512,'post_tag','',0,2),(12513,12513,'yst_prominent_words','',0,1),(12514,12514,'yst_prominent_words','',0,1),(12515,12515,'yst_prominent_words','',0,1),(12516,12516,'yst_prominent_words','',0,1),(12517,12517,'yst_prominent_words','',0,1),(12518,12518,'yst_prominent_words','',0,1),(12519,12519,'yst_prominent_words','',0,1),(12520,12520,'yst_prominent_words','',0,1),(12521,12521,'yst_prominent_words','',0,1),(12522,12522,'yst_prominent_words','',0,1),(12523,12523,'yst_prominent_words','',0,0),(12524,12524,'yst_prominent_words','',0,1),(12525,12525,'yst_prominent_words','',0,1),(12526,12526,'yst_prominent_words','',0,1),(12527,12527,'yst_prominent_words','',0,1),(12528,12528,'yst_prominent_words','',0,1),(12529,12529,'yst_prominent_words','',0,0),(12530,12530,'location','',0,0),(12531,12531,'location','',0,0),(12532,12532,'yst_prominent_words','',0,1),(12533,12533,'yst_prominent_words','',0,1),(12534,12534,'yst_prominent_words','',0,1),(12535,12535,'yst_prominent_words','',0,1),(12536,12536,'yst_prominent_words','',0,1),(12537,12537,'yst_prominent_words','',0,1),(12538,12538,'yst_prominent_words','',0,1),(12539,12539,'yst_prominent_words','',0,1),(12540,12540,'yst_prominent_words','',0,1),(12541,12541,'yst_prominent_words','',0,1),(12542,12542,'yst_prominent_words','',0,1),(12543,12543,'yst_prominent_words','',0,1),(12544,12544,'yst_prominent_words','',0,1),(12545,12545,'yst_prominent_words','',0,1),(12546,12546,'yst_prominent_words','',0,1),(12547,12547,'yst_prominent_words','',0,1),(12548,12548,'yst_prominent_words','',0,1),(12549,12549,'yst_prominent_words','',0,1),(12550,12550,'yst_prominent_words','',0,1),(12551,12551,'yst_prominent_words','',0,1),(12552,12552,'yst_prominent_words','',0,0),(12553,12553,'yst_prominent_words','',0,1),(12554,12554,'yst_prominent_words','',0,1),(12555,12555,'yst_prominent_words','',0,1),(12556,12556,'yst_prominent_words','',0,1),(12557,12557,'yst_prominent_words','',0,1),(12558,12558,'yst_prominent_words','',0,1),(12559,12559,'yst_prominent_words','',0,1),(12560,12560,'post_tag','',0,1),(12561,12561,'post_tag','',0,0),(12562,12562,'post_tag','',0,1),(12563,12563,'yst_prominent_words','',0,1),(12564,12564,'post_tag','',0,1),(12565,12565,'yst_prominent_words','',0,1),(12566,12566,'yst_prominent_words','',0,2),(12567,12567,'yst_prominent_words','',0,1),(12568,12568,'yst_prominent_words','',0,1),(12569,12569,'yst_prominent_words','',0,1),(12570,12570,'yst_prominent_words','',0,1),(12571,12571,'yst_prominent_words','',0,0),(12572,12572,'yst_prominent_words','',0,1),(12573,12573,'yst_prominent_words','',0,1),(12574,12574,'yst_prominent_words','',0,1),(12575,12575,'yst_prominent_words','',0,1),(12576,12576,'yst_prominent_words','',0,1),(12577,12577,'yst_prominent_words','',0,1),(12578,12578,'yst_prominent_words','',0,1),(12579,12579,'yst_prominent_words','',0,1),(12580,12580,'yst_prominent_words','',0,1),(12581,12581,'yst_prominent_words','',0,1),(12582,12582,'post_tag','',0,1),(12583,12583,'post_tag','',0,1),(12584,12584,'post_tag','',0,1),(12585,12585,'post_tag','',0,1),(12586,12586,'post_tag','',0,1),(12587,12587,'post_tag','',0,1),(12588,12588,'post_tag','',0,1),(12589,12589,'post_tag','',0,1),(12590,12590,'post_tag','',0,1),(12591,12591,'post_tag','',0,1),(12592,12592,'post_tag','',0,1),(12593,12593,'post_tag','',0,1),(12594,12594,'post_tag','',0,1),(12595,12595,'post_tag','',0,1),(12596,12596,'post_tag','',0,1),(12597,12597,'post_tag','',0,0),(12598,12598,'post_tag','',0,1),(12599,12599,'post_tag','',0,1),(12600,12600,'post_tag','',0,1),(12601,12601,'yst_prominent_words','',0,0),(12602,12602,'yst_prominent_words','',0,0),(12603,12603,'yst_prominent_words','',0,1),(12604,12604,'yst_prominent_words','',0,1),(12605,12605,'yst_prominent_words','',0,1),(12606,12606,'yst_prominent_words','',0,0),(12607,12607,'yst_prominent_words','',0,0),(12608,12608,'yst_prominent_words','',0,1),(12609,12609,'yst_prominent_words','',0,2),(12610,12610,'yst_prominent_words','',0,3),(12611,12611,'yst_prominent_words','',0,0),(12612,12612,'yst_prominent_words','',0,0),(12613,12613,'yst_prominent_words','',0,1),(12614,12614,'yst_prominent_words','',0,1),(12615,12615,'yst_prominent_words','',0,1),(12616,12616,'yst_prominent_words','',0,0),(12617,12617,'yst_prominent_words','',0,0),(12618,12618,'yst_prominent_words','',0,1),(12619,12619,'yst_prominent_words','',0,1),(12620,12620,'yst_prominent_words','',0,0),(12621,12621,'yst_prominent_words','',0,0),(12622,12622,'yst_prominent_words','',0,0),(12623,12623,'yst_prominent_words','',0,0),(12624,12624,'yst_prominent_words','',0,0),(12625,12625,'yst_prominent_words','',0,1),(12626,12626,'yst_prominent_words','',0,1),(12627,12627,'yst_prominent_words','',0,2),(12628,12628,'yst_prominent_words','',0,2),(12629,12629,'yst_prominent_words','',0,2),(12630,12630,'post_tag','',0,2),(12631,12631,'post_tag','',0,1),(12632,12632,'yst_prominent_words','',0,0),(12633,12633,'yst_prominent_words','',0,1),(12634,12634,'yst_prominent_words','',0,1),(12635,12635,'yst_prominent_words','',0,1),(12636,12636,'yst_prominent_words','',0,1),(12637,12637,'yst_prominent_words','',0,0),(12638,12638,'yst_prominent_words','',0,0),(12639,12639,'yst_prominent_words','',0,0),(12640,12640,'yst_prominent_words','',0,0),(12641,12641,'yst_prominent_words','',0,0),(12642,12642,'yst_prominent_words','',0,0),(12643,12643,'yst_prominent_words','',0,0),(12644,12644,'yst_prominent_words','',0,0),(12645,12645,'yst_prominent_words','',0,0),(12646,12646,'yst_prominent_words','',0,0),(12647,12647,'yst_prominent_words','',0,0),(12648,12648,'yst_prominent_words','',0,0),(12649,12649,'yst_prominent_words','',0,1),(12650,12650,'yst_prominent_words','',0,0),(12651,12651,'yst_prominent_words','',0,0),(12652,12652,'yst_prominent_words','',0,1),(12653,12653,'yst_prominent_words','',0,0),(12654,12654,'yst_prominent_words','',0,0),(12655,12655,'yst_prominent_words','',0,0),(12656,12656,'yst_prominent_words','',0,0),(12657,12657,'yst_prominent_words','',0,0),(12658,12658,'yst_prominent_words','',0,1),(12659,12659,'yst_prominent_words','',0,0),(12660,12660,'yst_prominent_words','',0,0),(12661,12661,'yst_prominent_words','',0,0),(12662,12662,'yst_prominent_words','',0,0),(12663,12663,'yst_prominent_words','',0,1),(12664,12664,'yst_prominent_words','',0,1),(12665,12665,'yst_prominent_words','',0,0),(12666,12666,'yst_prominent_words','',0,1),(12667,12667,'yst_prominent_words','',0,1),(12668,12668,'yst_prominent_words','',0,0),(12669,12669,'yst_prominent_words','',0,1),(12670,12670,'yst_prominent_words','',0,1),(12671,12671,'yst_prominent_words','',0,1),(12672,12672,'yst_prominent_words','',0,1),(12673,12673,'yst_prominent_words','',0,1),(12674,12674,'yst_prominent_words','',0,1),(12675,12675,'yst_prominent_words','',0,1),(12676,12676,'yst_prominent_words','',0,1),(12677,12677,'yst_prominent_words','',0,1),(12678,12678,'yst_prominent_words','',0,0),(12679,12679,'yst_prominent_words','',0,0),(12680,12680,'yst_prominent_words','',0,1),(12681,12681,'yst_prominent_words','',0,1),(12682,12682,'yst_prominent_words','',0,1),(12683,12683,'yst_prominent_words','',0,1),(12684,12684,'yst_prominent_words','',0,1),(12685,12685,'yst_prominent_words','',0,0),(12686,12686,'yst_prominent_words','',0,0),(12687,12687,'yst_prominent_words','',0,0),(12688,12688,'yst_prominent_words','',0,0),(12689,12689,'yst_prominent_words','',0,0),(12690,12690,'yst_prominent_words','',0,0),(12691,12691,'yst_prominent_words','',0,1),(12692,12692,'yst_prominent_words','',0,1),(12693,12693,'yst_prominent_words','',0,0),(12694,12694,'yst_prominent_words','',0,0),(12695,12695,'yst_prominent_words','',0,1),(12696,12696,'post_tag','',0,1),(12697,12697,'post_tag','',0,2),(12698,12698,'yst_prominent_words','',0,1),(12699,12699,'yst_prominent_words','',0,1),(12700,12700,'yst_prominent_words','',0,1),(12701,12701,'yst_prominent_words','',0,1),(12702,12702,'yst_prominent_words','',0,1),(12703,12703,'yst_prominent_words','',0,0),(12704,12704,'yst_prominent_words','',0,0),(12705,12705,'yst_prominent_words','',0,0),(12706,12706,'yst_prominent_words','',0,0),(12707,12707,'yst_prominent_words','',0,1),(12708,12708,'yst_prominent_words','',0,0),(12709,12709,'post_tag','',0,1),(12710,12710,'post_tag','',0,1),(12711,12711,'post_tag','',0,1),(12712,12712,'post_tag','',0,1),(12713,12713,'post_tag','',0,1),(12714,12714,'yst_prominent_words','',0,1),(12715,12715,'yst_prominent_words','',0,1),(12716,12716,'yst_prominent_words','',0,1),(12717,12717,'yst_prominent_words','',0,1),(12718,12718,'yst_prominent_words','',0,1),(12719,12719,'yst_prominent_words','',0,1),(12720,12720,'yst_prominent_words','',0,2),(12721,12721,'yst_prominent_words','',0,1),(12722,12722,'yst_prominent_words','',0,1),(12723,12723,'yst_prominent_words','',0,1),(12724,12724,'yst_prominent_words','',0,1),(12725,12725,'yst_prominent_words','',0,1),(12726,12726,'yst_prominent_words','',0,1),(12727,12727,'yst_prominent_words','',0,1),(12728,12728,'yst_prominent_words','',0,1),(12729,12729,'yst_prominent_words','',0,1),(12730,12730,'yst_prominent_words','',0,1),(12731,12731,'yst_prominent_words','',0,0),(12732,12732,'yst_prominent_words','',0,0),(12733,12733,'yst_prominent_words','',0,0),(12734,12734,'yst_prominent_words','',0,0),(12735,12735,'yst_prominent_words','',0,0),(12736,12736,'yst_prominent_words','',0,0),(12737,12737,'yst_prominent_words','',0,1),(12738,12738,'post_tag','',0,0),(12739,12739,'post_tag','',0,0),(12740,12740,'post_tag','',0,1),(12741,12741,'post_tag','',0,1),(12742,12742,'yst_prominent_words','',0,1),(12743,12743,'yst_prominent_words','',0,1),(12744,12744,'yst_prominent_words','',0,0),(12745,12745,'yst_prominent_words','',0,0),(12746,12746,'yst_prominent_words','',0,1),(12747,12747,'yst_prominent_words','',0,1),(12748,12748,'yst_prominent_words','',0,1),(12749,12749,'yst_prominent_words','',0,0),(12750,12750,'post_tag','',0,1),(12751,12751,'post_tag','',0,1),(12752,12752,'post_tag','',0,1),(12753,12753,'post_tag','',0,1),(12754,12754,'yst_prominent_words','',0,1),(12755,12755,'yst_prominent_words','',0,2),(12756,12756,'yst_prominent_words','',0,0),(12757,12757,'post_tag','',0,1),(12758,12758,'post_tag','',0,1),(12759,12759,'post_tag','',0,0),(12760,12760,'yst_prominent_words','',0,3),(12761,12761,'yst_prominent_words','',0,7),(12762,12762,'yst_prominent_words','',0,3),(12763,12763,'yst_prominent_words','',0,3),(12764,12764,'yst_prominent_words','',0,0),(12765,12765,'post_tag','',0,2),(12766,12766,'post_tag','',0,2),(12767,12767,'yst_prominent_words','',0,1),(12768,12768,'yst_prominent_words','',0,1),(12769,12769,'yst_prominent_words','',0,2),(12770,12770,'yst_prominent_words','',0,1),(12771,12771,'yst_prominent_words','',0,1),(12772,12772,'yst_prominent_words','',0,1),(12773,12773,'yst_prominent_words','',0,1),(12774,12774,'yst_prominent_words','',0,1),(12775,12775,'yst_prominent_words','',0,0),(12776,12776,'yst_prominent_words','',0,0),(12777,12777,'yst_prominent_words','',0,1),(12778,12778,'yst_prominent_words','',0,1),(12779,12779,'yst_prominent_words','',0,2),(12780,12780,'yst_prominent_words','',0,0),(12781,12781,'yst_prominent_words','',0,0),(12782,12782,'yst_prominent_words','',0,1),(12783,12783,'post_tag','',0,1),(12784,12784,'post_tag','',0,1),(12785,12785,'post_tag','',0,6),(12786,12786,'yst_prominent_words','',0,1),(12787,12787,'yst_prominent_words','',0,1),(12788,12788,'yst_prominent_words','',0,1),(12789,12789,'yst_prominent_words','',0,4),(12790,12790,'yst_prominent_words','',0,1),(12791,12791,'yst_prominent_words','',0,2),(12792,12792,'yst_prominent_words','',0,2),(12793,12793,'yst_prominent_words','',0,3),(12794,12794,'post_tag','',0,0),(12795,12795,'post_tag','',0,1),(12796,12796,'yst_prominent_words','',0,2),(12797,12797,'yst_prominent_words','',0,1),(12798,12798,'yst_prominent_words','',0,2),(12799,12799,'yst_prominent_words','',0,2),(12800,12800,'yst_prominent_words','',0,1),(12801,12801,'yst_prominent_words','',0,2),(12802,12802,'yst_prominent_words','',0,2),(12803,12803,'yst_prominent_words','',0,1),(12804,12804,'post_tag','',0,2),(12805,12805,'yst_prominent_words','',0,0),(12806,12806,'yst_prominent_words','',0,1),(12807,12807,'yst_prominent_words','',0,0),(12808,12808,'yst_prominent_words','',0,0),(12809,12809,'yst_prominent_words','',0,0),(12810,12810,'yst_prominent_words','',0,1),(12811,12811,'yst_prominent_words','',0,0),(12812,12812,'yst_prominent_words','',0,1),(12813,12813,'yst_prominent_words','',0,0),(12814,12814,'yst_prominent_words','',0,0),(12815,12815,'yst_prominent_words','',0,1),(12816,12816,'yst_prominent_words','',0,1),(12817,12817,'yst_prominent_words','',0,0),(12818,12818,'yst_prominent_words','',0,0),(12819,12819,'yst_prominent_words','',0,0),(12820,12820,'yst_prominent_words','',0,1),(12821,12821,'yst_prominent_words','',0,1),(12822,12822,'post_tag','',0,1),(12823,12823,'yst_prominent_words','',0,1),(12824,12824,'yst_prominent_words','',0,1),(12825,12825,'yst_prominent_words','',0,1),(12826,12826,'yst_prominent_words','',0,0),(12827,12827,'yst_prominent_words','',0,1),(12828,12828,'post_tag','',0,5),(12829,12829,'post_tag','',0,1),(12830,12830,'post_tag','',0,3),(12831,12831,'yst_prominent_words','',0,2),(12832,12832,'yst_prominent_words','',0,0),(12833,12833,'yst_prominent_words','',0,1),(12834,12834,'yst_prominent_words','',0,1),(12835,12835,'yst_prominent_words','',0,1),(12836,12836,'yst_prominent_words','',0,1),(12837,12837,'yst_prominent_words','',0,1),(12838,12838,'yst_prominent_words','',0,1),(12839,12839,'post_tag','',0,1),(12840,12840,'post_tag','',0,1),(12841,12841,'post_tag','',0,1),(12842,12842,'post_tag','',0,1),(12843,12843,'post_tag','',0,1),(12844,12844,'post_tag','',0,1),(12845,12845,'post_tag','',0,1),(12846,12846,'yst_prominent_words','',0,1),(12847,12847,'yst_prominent_words','',0,0),(12848,12848,'yst_prominent_words','',0,1),(12849,12849,'yst_prominent_words','',0,1),(12850,12850,'yst_prominent_words','',0,1),(12851,12851,'yst_prominent_words','',0,0),(12852,12852,'yst_prominent_words','',0,1),(12853,12853,'yst_prominent_words','',0,2),(12854,12854,'yst_prominent_words','',0,1),(12855,12855,'yst_prominent_words','',0,0),(12856,12856,'yst_prominent_words','',0,1),(12857,12857,'yst_prominent_words','',0,1),(12858,12858,'post_tag','',0,1),(12859,12859,'post_tag','',0,1),(12860,12860,'post_tag','',0,1),(12861,12861,'post_tag','',0,1),(12862,12862,'post_tag','',0,1),(12863,12863,'yst_prominent_words','',0,2),(12864,12864,'yst_prominent_words','',0,0),(12865,12865,'yst_prominent_words','',0,2),(12866,12866,'yst_prominent_words','',0,2),(12867,12867,'yst_prominent_words','',0,1),(12868,12868,'yst_prominent_words','',0,2),(12869,12869,'yst_prominent_words','',0,1),(12870,12870,'yst_prominent_words','',0,2),(12871,12871,'yst_prominent_words','',0,1),(12872,12872,'yst_prominent_words','',0,1),(12873,12873,'yst_prominent_words','',0,1),(12874,12874,'post_tag','',0,3),(12875,12875,'post_tag','',0,1),(12876,12876,'post_tag','',0,0),(12877,12877,'post_tag','',0,2),(12878,12878,'post_tag','',0,1),(12879,12879,'post_tag','',0,1),(12880,12880,'post_tag','',0,1),(12881,12881,'post_tag','',0,1),(12882,12882,'post_tag','',0,1),(12883,12883,'post_tag','',0,1),(12884,12884,'post_tag','',0,1),(12885,12885,'post_tag','',0,1),(12886,12886,'post_tag','',0,2),(12887,12887,'yst_prominent_words','',0,0),(12888,12888,'yst_prominent_words','',0,0),(12889,12889,'yst_prominent_words','',0,1),(12890,12890,'yst_prominent_words','',0,1),(12891,12891,'yst_prominent_words','',0,1),(12892,12892,'yst_prominent_words','',0,1),(12893,12893,'yst_prominent_words','',0,1),(12894,12894,'post_tag','',0,1),(12895,12895,'post_tag','',0,1),(12896,12896,'post_tag','',0,1),(12897,12897,'post_tag','',0,1),(12898,12898,'post_tag','',0,2),(12899,12899,'post_tag','',0,1),(12900,12900,'post_tag','',0,1),(12901,12901,'post_tag','',0,0),(12902,12902,'post_tag','',0,1),(12903,12903,'post_tag','',0,1),(12904,12904,'yst_prominent_words','',0,1),(12905,12905,'yst_prominent_words','',0,1),(12906,12906,'yst_prominent_words','',0,0),(12907,12907,'yst_prominent_words','',0,0),(12908,12908,'yst_prominent_words','',0,0),(12909,12909,'yst_prominent_words','',0,0),(12910,12910,'yst_prominent_words','',0,1),(12911,12911,'yst_prominent_words','',0,1),(12912,12912,'yst_prominent_words','',0,1),(12913,12913,'yst_prominent_words','',0,1),(12914,12914,'yst_prominent_words','',0,0),(12915,12915,'yst_prominent_words','',0,0),(12916,12916,'post_tag','',0,1),(12917,12917,'post_tag','',0,1),(12918,12918,'post_tag','',0,1),(12919,12919,'post_tag','',0,1),(12920,12920,'post_tag','',0,1),(12921,12921,'yst_prominent_words','',0,0),(12922,12922,'yst_prominent_words','',0,1),(12923,12923,'yst_prominent_words','',0,1),(12924,12924,'yst_prominent_words','',0,2),(12925,12925,'yst_prominent_words','',0,2),(12926,12926,'yst_prominent_words','',0,1),(12927,12927,'yst_prominent_words','',0,1),(12928,12928,'yst_prominent_words','',0,1),(12929,12929,'yst_prominent_words','',0,1),(12930,12930,'yst_prominent_words','',0,1),(12931,12931,'yst_prominent_words','',0,1),(12932,12932,'yst_prominent_words','',0,1),(12933,12933,'yst_prominent_words','',0,1),(12934,12934,'yst_prominent_words','',0,1),(12935,12935,'yst_prominent_words','',0,0),(12936,12936,'yst_prominent_words','',0,0),(12937,12937,'post_tag','',0,1),(12938,12938,'post_tag','',0,1),(12939,12939,'post_tag','',0,1),(12940,12940,'post_tag','',0,1),(12941,12941,'post_tag','',0,1),(12942,12942,'post_tag','',0,1),(12943,12943,'post_tag','',0,1),(12944,12944,'post_tag','',0,1),(12945,12945,'post_tag','',0,1),(12946,12946,'post_tag','',0,1),(12947,12947,'post_tag','',0,1),(12948,12948,'post_tag','',0,1),(12949,12949,'post_tag','',0,1),(12950,12950,'yst_prominent_words','',0,0),(12951,12951,'yst_prominent_words','',0,1),(12952,12952,'yst_prominent_words','',0,0),(12953,12953,'yst_prominent_words','',0,0),(12954,12954,'yst_prominent_words','',0,0),(12955,12955,'yst_prominent_words','',0,0),(12956,12956,'yst_prominent_words','',0,0),(12957,12957,'yst_prominent_words','',0,1),(12958,12958,'yst_prominent_words','',0,1),(12959,12959,'yst_prominent_words','',0,3),(12960,12960,'yst_prominent_words','',0,0),(12961,12961,'yst_prominent_words','',0,1),(12962,12962,'post_tag','',0,3),(12963,12963,'post_tag','',0,2),(12964,12964,'post_tag','',0,3),(12965,12965,'yst_prominent_words','',0,3),(12966,12966,'yst_prominent_words','',0,3),(12967,12967,'yst_prominent_words','',0,3),(12968,12968,'yst_prominent_words','',0,0),(12969,12969,'yst_prominent_words','',0,2),(12970,12970,'post_tag','',0,1),(12971,12971,'yst_prominent_words','',0,0),(12972,12972,'yst_prominent_words','',0,0),(12973,12973,'yst_prominent_words','',0,1),(12974,12974,'yst_prominent_words','',0,1),(12975,12975,'yst_prominent_words','',0,1),(12976,12976,'post_tag','',0,1),(12977,12977,'post_tag','',0,1),(12978,12978,'post_tag','',0,1),(12979,12979,'post_tag','',0,1),(12980,12980,'yst_prominent_words','',0,0),(12981,12981,'yst_prominent_words','',0,0),(12982,12982,'yst_prominent_words','',0,0),(12983,12983,'yst_prominent_words','',0,0),(12984,12984,'yst_prominent_words','',0,1),(12985,12985,'yst_prominent_words','',0,1),(12986,12986,'post_tag','',0,1),(12987,12987,'yst_prominent_words','',0,0),(12988,12988,'post_tag','',0,0),(12989,12989,'post_tag','',0,0),(12990,12990,'post_tag','',0,0),(12991,12991,'yst_prominent_words','',0,1),(12992,12992,'yst_prominent_words','',0,0),(12993,12993,'yst_prominent_words','',0,1),(12994,12994,'yst_prominent_words','',0,0),(12995,12995,'yst_prominent_words','',0,0),(12996,12996,'yst_prominent_words','',0,0),(12997,12997,'yst_prominent_words','',0,0),(12998,12998,'yst_prominent_words','',0,0),(12999,12999,'yst_prominent_words','',0,0),(13000,13000,'yst_prominent_words','',0,0),(13001,13001,'yst_prominent_words','',0,0),(13002,13002,'yst_prominent_words','',0,0),(13003,13003,'yst_prominent_words','',0,0),(13004,13004,'yst_prominent_words','',0,0),(13005,13005,'yst_prominent_words','',0,0),(13006,13006,'yst_prominent_words','',0,1),(13007,13007,'yst_prominent_words','',0,1),(13008,13008,'yst_prominent_words','',0,1),(13009,13009,'yst_prominent_words','',0,1),(13010,13010,'yst_prominent_words','',0,1),(13011,13011,'yst_prominent_words','',0,1),(13012,13012,'yst_prominent_words','',0,1),(13013,13013,'yst_prominent_words','',0,1),(13014,13014,'yst_prominent_words','',0,1),(13015,13015,'yst_prominent_words','',0,1),(13016,13016,'yst_prominent_words','',0,1),(13017,13017,'yst_prominent_words','',0,1),(13018,13018,'yst_prominent_words','',0,1),(13019,13019,'yst_prominent_words','',0,1),(13020,13020,'yst_prominent_words','',0,1),(13021,13021,'yst_prominent_words','',0,1),(13022,13022,'yst_prominent_words','',0,1),(13023,13023,'yst_prominent_words','',0,1),(13024,13024,'post_tag','',0,1),(13025,13025,'post_tag','',0,1),(13026,13026,'post_tag','',0,0),(13027,13027,'post_tag','',0,1),(13028,13028,'yst_prominent_words','',0,1),(13029,13029,'yst_prominent_words','',0,1),(13030,13030,'yst_prominent_words','',0,1),(13031,13031,'yst_prominent_words','',0,1),(13032,13032,'yst_prominent_words','',0,1),(13033,13033,'post_tag','',0,0),(13034,13034,'post_tag','',0,0),(13035,13035,'post_tag','',0,1),(13036,13036,'post_tag','',0,1),(13037,13037,'yst_prominent_words','',0,1),(13038,13038,'yst_prominent_words','',0,1),(13039,13039,'yst_prominent_words','',0,1),(13040,13040,'yst_prominent_words','',0,1),(13041,13041,'yst_prominent_words','',0,0),(13042,13042,'yst_prominent_words','',0,0),(13043,13043,'yst_prominent_words','',0,1),(13044,13044,'yst_prominent_words','',0,1),(13045,13045,'yst_prominent_words','',0,1),(13046,13046,'yst_prominent_words','',0,1),(13047,13047,'yst_prominent_words','',0,1),(13048,13048,'yst_prominent_words','',0,1),(13049,13049,'yst_prominent_words','',0,1),(13050,13050,'yst_prominent_words','',0,1),(13051,13051,'yst_prominent_words','',0,0),(13052,13052,'yst_prominent_words','',0,1),(13053,13053,'post_tag','',0,1),(13054,13054,'post_tag','',0,1),(13055,13055,'post_tag','',0,1),(13056,13056,'yst_prominent_words','',0,1),(13057,13057,'yst_prominent_words','',0,1),(13058,13058,'yst_prominent_words','',0,1),(13059,13059,'yst_prominent_words','',0,1),(13060,13060,'yst_prominent_words','',0,1),(13061,13061,'yst_prominent_words','',0,0),(13062,13062,'yst_prominent_words','',0,0),(13063,13063,'yst_prominent_words','',0,0),(13064,13064,'yst_prominent_words','',0,1),(13065,13065,'yst_prominent_words','',0,1),(13066,13066,'yst_prominent_words','',0,1),(13067,13067,'yst_prominent_words','',0,2),(13068,13068,'yst_prominent_words','',0,2),(13069,13069,'yst_prominent_words','',0,2),(13070,13070,'yst_prominent_words','',0,2),(13071,13071,'yst_prominent_words','',0,1),(13072,13072,'yst_prominent_words','',0,2),(13073,13073,'yst_prominent_words','',0,1),(13074,13074,'yst_prominent_words','',0,1),(13075,13075,'yst_prominent_words','',0,0),(13076,13076,'yst_prominent_words','',0,1),(13077,13077,'post_tag','',0,2),(13078,13078,'post_tag','',0,2),(13079,13079,'post_tag','',0,1),(13080,13080,'yst_prominent_words','',0,1),(13081,13081,'yst_prominent_words','',0,1),(13082,13082,'yst_prominent_words','',0,1),(13083,13083,'yst_prominent_words','',0,1),(13084,13084,'yst_prominent_words','',0,1),(13085,13085,'yst_prominent_words','',0,1),(13086,13086,'yst_prominent_words','',0,0),(13087,13087,'yst_prominent_words','',0,0),(13088,13088,'yst_prominent_words','',0,1),(13089,13089,'yst_prominent_words','',0,1),(13090,13090,'yst_prominent_words','',0,1),(13091,13091,'yst_prominent_words','',0,1),(13092,13092,'yst_prominent_words','',0,1),(13093,13093,'yst_prominent_words','',0,0),(13094,13094,'yst_prominent_words','',0,1),(13095,13095,'yst_prominent_words','',0,1),(13096,13096,'yst_prominent_words','',0,1),(13097,13097,'yst_prominent_words','',0,1),(13098,13098,'yst_prominent_words','',0,1),(13099,13099,'yst_prominent_words','',0,1),(13100,13100,'yst_prominent_words','',0,1),(13101,13101,'yst_prominent_words','',0,1),(13102,13102,'yst_prominent_words','',0,1),(13103,13103,'yst_prominent_words','',0,0),(13104,13104,'post_tag','',0,1),(13105,13105,'post_tag','',0,1),(13106,13106,'yst_prominent_words','',0,1),(13107,13107,'yst_prominent_words','',0,0),(13108,13108,'yst_prominent_words','',0,0),(13109,13109,'yst_prominent_words','',0,0),(13110,13110,'yst_prominent_words','',0,0),(13111,13111,'yst_prominent_words','',0,0),(13112,13112,'yst_prominent_words','',0,0),(13113,13113,'yst_prominent_words','',0,0),(13114,13114,'yst_prominent_words','',0,0),(13115,13115,'yst_prominent_words','',0,0),(13116,13116,'yst_prominent_words','',0,1),(13117,13117,'yst_prominent_words','',0,1),(13118,13118,'yst_prominent_words','',0,1),(13119,13119,'yst_prominent_words','',0,1),(13120,13120,'yst_prominent_words','',0,1),(13121,13121,'yst_prominent_words','',0,1),(13122,13122,'yst_prominent_words','',0,0),(13123,13123,'yst_prominent_words','',0,0),(13124,13124,'yst_prominent_words','',0,0),(13125,13125,'yst_prominent_words','',0,0),(13126,13126,'yst_prominent_words','',0,0),(13127,13127,'yst_prominent_words','',0,1),(13128,13128,'yst_prominent_words','',0,1),(13129,13129,'yst_prominent_words','',0,1),(13130,13130,'yst_prominent_words','',0,1),(13131,13131,'yst_prominent_words','',0,1),(13132,13132,'yst_prominent_words','',0,0),(13133,13133,'yst_prominent_words','',0,0),(13134,13134,'yst_prominent_words','',0,0),(13135,13135,'yst_prominent_words','',0,0),(13136,13136,'yst_prominent_words','',0,1),(13137,13137,'yst_prominent_words','',0,1),(13138,13138,'yst_prominent_words','',0,1),(13139,13139,'yst_prominent_words','',0,1),(13140,13140,'yst_prominent_words','',0,1),(13141,13141,'yst_prominent_words','',0,1),(13142,13142,'yst_prominent_words','',0,1),(13143,13143,'yst_prominent_words','',0,0),(13144,13144,'yst_prominent_words','',0,0),(13145,13145,'yst_prominent_words','',0,0),(13146,13146,'post_tag','',0,1),(13147,13147,'post_tag','',0,1),(13148,13148,'post_tag','',0,1),(13149,13149,'yst_prominent_words','',0,1),(13150,13150,'yst_prominent_words','',0,1),(13151,13151,'yst_prominent_words','',0,1),(13152,13152,'yst_prominent_words','',0,1),(13153,13153,'yst_prominent_words','',0,1),(13154,13154,'yst_prominent_words','',0,0),(13155,13155,'yst_prominent_words','',0,0),(13156,13156,'yst_prominent_words','',0,0),(13157,13157,'yst_prominent_words','',0,0),(13158,13158,'yst_prominent_words','',0,0),(13159,13159,'yst_prominent_words','',0,0),(13160,13160,'yst_prominent_words','',0,0),(13161,13161,'yst_prominent_words','',0,0),(13162,13162,'yst_prominent_words','',0,0),(13163,13163,'yst_prominent_words','',0,1),(13164,13164,'yst_prominent_words','',0,1),(13165,13165,'yst_prominent_words','',0,1),(13166,13166,'yst_prominent_words','',0,1),(13167,13167,'yst_prominent_words','',0,0),(13168,13168,'yst_prominent_words','',0,1),(13169,13169,'post_tag','',0,1),(13170,13170,'post_tag','',0,1),(13171,13171,'yst_prominent_words','',0,1),(13172,13172,'yst_prominent_words','',0,1),(13173,13173,'yst_prominent_words','',0,1),(13174,13174,'yst_prominent_words','',0,1),(13175,13175,'yst_prominent_words','',0,1),(13176,13176,'yst_prominent_words','',0,1),(13177,13177,'yst_prominent_words','',0,1),(13178,13178,'yst_prominent_words','',0,1),(13179,13179,'yst_prominent_words','',0,1),(13180,13180,'yst_prominent_words','',0,1),(13181,13181,'yst_prominent_words','',0,1),(13182,13182,'yst_prominent_words','',0,4),(13183,13183,'post_tag','',0,2),(13184,13184,'post_tag','',0,4),(13185,13185,'yst_prominent_words','',0,1),(13186,13186,'yst_prominent_words','',0,1),(13187,13187,'yst_prominent_words','',0,1),(13188,13188,'yst_prominent_words','',0,1),(13189,13189,'yst_prominent_words','',0,1),(13190,13190,'yst_prominent_words','',0,0),(13191,13191,'yst_prominent_words','',0,0),(13192,13192,'yst_prominent_words','',0,1),(13193,13193,'post_tag','',0,1),(13194,13194,'yst_prominent_words','',0,1),(13195,13195,'yst_prominent_words','',0,1),(13196,13196,'yst_prominent_words','',0,0),(13197,13197,'yst_prominent_words','',0,0),(13198,13198,'yst_prominent_words','',0,1),(13199,13199,'yst_prominent_words','',0,1),(13200,13200,'yst_prominent_words','',0,1),(13201,13201,'yst_prominent_words','',0,1),(13202,13202,'yst_prominent_words','',0,1),(13203,13203,'yst_prominent_words','',0,1),(13204,13204,'yst_prominent_words','',0,1),(13205,13205,'post_tag','',0,1),(13206,13206,'post_tag','',0,1),(13207,13207,'yst_prominent_words','',0,1),(13208,13208,'yst_prominent_words','',0,1),(13209,13209,'yst_prominent_words','',0,1),(13210,13210,'yst_prominent_words','',0,1),(13211,13211,'yst_prominent_words','',0,1),(13212,13212,'yst_prominent_words','',0,1),(13213,13213,'yst_prominent_words','',0,0),(13214,13214,'yst_prominent_words','',0,0),(13215,13215,'yst_prominent_words','',0,0),(13216,13216,'yst_prominent_words','',0,0),(13217,13217,'yst_prominent_words','',0,1),(13218,13218,'yst_prominent_words','',0,1),(13219,13219,'yst_prominent_words','',0,1),(13220,13220,'yst_prominent_words','',0,1),(13221,13221,'yst_prominent_words','',0,1),(13222,13222,'yst_prominent_words','',0,1),(13223,13223,'yst_prominent_words','',0,1),(13224,13224,'yst_prominent_words','',0,1),(13225,13225,'yst_prominent_words','',0,1),(13226,13226,'yst_prominent_words','',0,1),(13227,13227,'post_tag','',0,1),(13228,13228,'yst_prominent_words','',0,3),(13229,13229,'yst_prominent_words','',0,3),(13230,13230,'yst_prominent_words','',0,1),(13231,13231,'yst_prominent_words','',0,1),(13232,13232,'yst_prominent_words','',0,1),(13233,13233,'yst_prominent_words','',0,1),(13234,13234,'yst_prominent_words','',0,0),(13235,13235,'post_tag','',0,1),(13236,13236,'yst_prominent_words','',0,1),(13237,13237,'yst_prominent_words','',0,1),(13238,13238,'yst_prominent_words','',0,1),(13239,13239,'yst_prominent_words','',0,1),(13240,13240,'post_tag','',0,1),(13241,13241,'yst_prominent_words','',0,1),(13242,13242,'yst_prominent_words','',0,1),(13243,13243,'yst_prominent_words','',0,1),(13244,13244,'yst_prominent_words','',0,1),(13245,13245,'yst_prominent_words','',0,1),(13246,13246,'post_tag','',0,1),(13247,13247,'post_tag','',0,1),(13248,13248,'yst_prominent_words','',0,1),(13249,13249,'yst_prominent_words','',0,1),(13250,13250,'yst_prominent_words','',0,1),(13251,13251,'yst_prominent_words','',0,1),(13252,13252,'yst_prominent_words','',0,1),(13253,13253,'yst_prominent_words','',0,0),(13254,13254,'yst_prominent_words','',0,1),(13255,13255,'yst_prominent_words','',0,0),(13256,13256,'yst_prominent_words','',0,0),(13257,13257,'yst_prominent_words','',0,1),(13258,13258,'yst_prominent_words','',0,1),(13259,13259,'yst_prominent_words','',0,0),(13260,13260,'yst_prominent_words','',0,1),(13261,13261,'yst_prominent_words','',0,1),(13262,13262,'yst_prominent_words','',0,0),(13263,13263,'yst_prominent_words','',0,0),(13264,13264,'yst_prominent_words','',0,0),(13265,13265,'yst_prominent_words','',0,1),(13266,13266,'yst_prominent_words','',0,1),(13267,13267,'yst_prominent_words','',0,1),(13268,13268,'yst_prominent_words','',0,1),(13269,13269,'yst_prominent_words','',0,1),(13270,13270,'post_tag','',0,1),(13271,13271,'yst_prominent_words','',0,1),(13272,13272,'yst_prominent_words','',0,1),(13273,13273,'yst_prominent_words','',0,1),(13274,13274,'yst_prominent_words','',0,0),(13275,13275,'yst_prominent_words','',0,0),(13276,13276,'yst_prominent_words','',0,0),(13277,13277,'yst_prominent_words','',0,0),(13278,13278,'yst_prominent_words','',0,1),(13279,13279,'yst_prominent_words','',0,0),(13280,13280,'yst_prominent_words','',0,0),(13281,13281,'yst_prominent_words','',0,0),(13282,13282,'yst_prominent_words','',0,0),(13283,13283,'yst_prominent_words','',0,0),(13284,13284,'yst_prominent_words','',0,1),(13285,13285,'yst_prominent_words','',0,1),(13286,13286,'yst_prominent_words','',0,1),(13287,13287,'yst_prominent_words','',0,0),(13288,13288,'yst_prominent_words','',0,0),(13289,13289,'yst_prominent_words','',0,1),(13290,13290,'yst_prominent_words','',0,1),(13291,13291,'yst_prominent_words','',0,1),(13292,13292,'yst_prominent_words','',0,1),(13293,13293,'yst_prominent_words','',0,1),(13294,13294,'yst_prominent_words','',0,1),(13295,13295,'yst_prominent_words','',0,0),(13296,13296,'yst_prominent_words','',0,1),(13297,13297,'yst_prominent_words','',0,0),(13298,13298,'yst_prominent_words','',0,1),(13299,13299,'yst_prominent_words','',0,1),(13300,13300,'yst_prominent_words','',0,1),(13301,13301,'yst_prominent_words','',0,0),(13302,13302,'yst_prominent_words','',0,1),(13303,13303,'yst_prominent_words','',0,1),(13304,13304,'yst_prominent_words','',0,1),(13305,13305,'yst_prominent_words','',0,1),(13306,13306,'yst_prominent_words','',0,1),(13307,13307,'yst_prominent_words','',0,1),(13308,13308,'yst_prominent_words','',0,1),(13309,13309,'yst_prominent_words','',0,1),(13310,13310,'yst_prominent_words','',0,1),(13311,13311,'yst_prominent_words','',0,1),(13312,13312,'post_tag','',0,1),(13313,13313,'post_tag','',0,1),(13314,13314,'post_tag','',0,1),(13315,13315,'post_tag','',0,1),(13316,13316,'yst_prominent_words','',0,1),(13317,13317,'yst_prominent_words','',0,0),(13318,13318,'yst_prominent_words','',0,1),(13319,13319,'yst_prominent_words','',0,1),(13320,13320,'yst_prominent_words','',0,0),(13321,13321,'yst_prominent_words','',0,0),(13322,13322,'yst_prominent_words','',0,0),(13323,13323,'yst_prominent_words','',0,0),(13324,13324,'yst_prominent_words','',0,0),(13325,13325,'yst_prominent_words','',0,1),(13326,13326,'yst_prominent_words','',0,1),(13327,13327,'yst_prominent_words','',0,0),(13328,13328,'yst_prominent_words','',0,1),(13329,13329,'yst_prominent_words','',0,1),(13330,13330,'yst_prominent_words','',0,1),(13331,13331,'yst_prominent_words','',0,1),(13332,13332,'yst_prominent_words','',0,1),(13333,13333,'yst_prominent_words','',0,1),(13334,13334,'post_tag','',0,1),(13335,13335,'post_tag','',0,1),(13336,13336,'post_tag','',0,1),(13337,13337,'yst_prominent_words','',0,1),(13338,13338,'yst_prominent_words','',0,1),(13339,13339,'yst_prominent_words','',0,0),(13340,13340,'yst_prominent_words','',0,0),(13341,13341,'yst_prominent_words','',0,0),(13342,13342,'yst_prominent_words','',0,1),(13343,13343,'yst_prominent_words','',0,0),(13344,13344,'yst_prominent_words','',0,0),(13345,13345,'yst_prominent_words','',0,0),(13346,13346,'yst_prominent_words','',0,0),(13347,13347,'yst_prominent_words','',0,0),(13348,13348,'yst_prominent_words','',0,0),(13349,13349,'yst_prominent_words','',0,0),(13350,13350,'yst_prominent_words','',0,0),(13351,13351,'yst_prominent_words','',0,1),(13352,13352,'yst_prominent_words','',0,0),(13353,13353,'yst_prominent_words','',0,0),(13354,13354,'yst_prominent_words','',0,0),(13355,13355,'yst_prominent_words','',0,0),(13356,13356,'yst_prominent_words','',0,1),(13357,13357,'yst_prominent_words','',0,1),(13358,13358,'yst_prominent_words','',0,1),(13359,13359,'yst_prominent_words','',0,1),(13360,13360,'yst_prominent_words','',0,1),(13361,13361,'yst_prominent_words','',0,1),(13362,13362,'yst_prominent_words','',0,1),(13363,13363,'yst_prominent_words','',0,1),(13364,13364,'yst_prominent_words','',0,1),(13365,13365,'yst_prominent_words','',0,1),(13366,13366,'yst_prominent_words','',0,1),(13367,13367,'yst_prominent_words','',0,1),(13368,13368,'yst_prominent_words','',0,1),(13369,13369,'yst_prominent_words','',0,1),(13370,13370,'yst_prominent_words','',0,1),(13371,13371,'yst_prominent_words','',0,1),(13372,13372,'yst_prominent_words','',0,1),(13373,13373,'yst_prominent_words','',0,1),(13374,13374,'yst_prominent_words','',0,1),(13375,13375,'post_tag','',0,1),(13376,13376,'yst_prominent_words','',0,1),(13377,13377,'yst_prominent_words','',0,1),(13378,13378,'yst_prominent_words','',0,1),(13379,13379,'yst_prominent_words','',0,1),(13380,13380,'yst_prominent_words','',0,1),(13381,13381,'yst_prominent_words','',0,1),(13382,13382,'yst_prominent_words','',0,0),(13383,13383,'yst_prominent_words','',0,1),(13384,13384,'yst_prominent_words','',0,1),(13385,13385,'yst_prominent_words','',0,1),(13386,13386,'yst_prominent_words','',0,1),(13387,13387,'post_tag','',0,0),(13388,13388,'post_tag','',0,1),(13389,13389,'post_tag','',0,2),(13390,13390,'post_tag','',0,1),(13391,13391,'yst_prominent_words','',0,1),(13392,13392,'yst_prominent_words','',0,1),(13393,13393,'yst_prominent_words','',0,1),(13394,13394,'yst_prominent_words','',0,0),(13395,13395,'yst_prominent_words','',0,1),(13396,13396,'yst_prominent_words','',0,0),(13397,13397,'yst_prominent_words','',0,1),(13398,13398,'yst_prominent_words','',0,1),(13399,13399,'yst_prominent_words','',0,1),(13400,13400,'yst_prominent_words','',0,0),(13401,13401,'yst_prominent_words','',0,0),(13402,13402,'yst_prominent_words','',0,1),(13403,13403,'yst_prominent_words','',0,1),(13404,13404,'post_tag','',0,2),(13405,13405,'post_tag','',0,1),(13406,13406,'post_tag','',0,1),(13407,13407,'yst_prominent_words','',0,1),(13408,13408,'yst_prominent_words','',0,1),(13409,13409,'yst_prominent_words','',0,0),(13410,13410,'yst_prominent_words','',0,0),(13411,13411,'yst_prominent_words','',0,0),(13412,13412,'yst_prominent_words','',0,0),(13413,13413,'yst_prominent_words','',0,0),(13414,13414,'yst_prominent_words','',0,0),(13415,13415,'yst_prominent_words','',0,0),(13416,13416,'yst_prominent_words','',0,1),(13417,13417,'yst_prominent_words','',0,0),(13418,13418,'yst_prominent_words','',0,0),(13419,13419,'yst_prominent_words','',0,0),(13420,13420,'yst_prominent_words','',0,0),(13421,13421,'yst_prominent_words','',0,0),(13422,13422,'yst_prominent_words','',0,0),(13423,13423,'yst_prominent_words','',0,0),(13424,13424,'yst_prominent_words','',0,0),(13425,13425,'yst_prominent_words','',0,1),(13426,13426,'yst_prominent_words','',0,0),(13427,13427,'yst_prominent_words','',0,0),(13428,13428,'yst_prominent_words','',0,0),(13429,13429,'yst_prominent_words','',0,0),(13430,13430,'yst_prominent_words','',0,0),(13431,13431,'yst_prominent_words','',0,0),(13432,13432,'yst_prominent_words','',0,1),(13433,13433,'yst_prominent_words','',0,0),(13434,13434,'yst_prominent_words','',0,1),(13435,13435,'yst_prominent_words','',0,0),(13436,13436,'yst_prominent_words','',0,0),(13437,13437,'yst_prominent_words','',0,0),(13438,13438,'yst_prominent_words','',0,0),(13439,13439,'yst_prominent_words','',0,0),(13440,13440,'yst_prominent_words','',0,0),(13441,13441,'yst_prominent_words','',0,0),(13442,13442,'yst_prominent_words','',0,1),(13443,13443,'yst_prominent_words','',0,0),(13444,13444,'yst_prominent_words','',0,0),(13445,13445,'yst_prominent_words','',0,1),(13446,13446,'post_tag','',0,1),(13447,13447,'post_tag','',0,1),(13448,13448,'post_tag','',0,1),(13449,13449,'post_tag','',0,1),(13450,13450,'yst_prominent_words','',0,1),(13451,13451,'yst_prominent_words','',0,0),(13452,13452,'yst_prominent_words','',0,0),(13453,13453,'yst_prominent_words','',0,0),(13454,13454,'yst_prominent_words','',0,1),(13455,13455,'yst_prominent_words','',0,1),(13456,13456,'yst_prominent_words','',0,1),(13457,13457,'yst_prominent_words','',0,1),(13458,13458,'yst_prominent_words','',0,0),(13459,13459,'yst_prominent_words','',0,0),(13460,13460,'yst_prominent_words','',0,0),(13461,13461,'yst_prominent_words','',0,0),(13462,13462,'post_tag','',0,1),(13463,13463,'post_tag','',0,1),(13464,13464,'post_tag','',0,1),(13465,13465,'yst_prominent_words','',0,1),(13466,13466,'yst_prominent_words','',0,1),(13467,13467,'yst_prominent_words','',0,1),(13468,13468,'yst_prominent_words','',0,1),(13469,13469,'yst_prominent_words','',0,1),(13470,13470,'yst_prominent_words','',0,1),(13471,13471,'yst_prominent_words','',0,1),(13472,13472,'yst_prominent_words','',0,1),(13473,13473,'yst_prominent_words','',0,1),(13474,13474,'yst_prominent_words','',0,1),(13475,13475,'yst_prominent_words','',0,1),(13476,13476,'post_tag','',0,1),(13477,13477,'post_tag','',0,1),(13478,13478,'post_tag','',0,1),(13479,13479,'post_tag','',0,1),(13480,13480,'post_tag','',0,1),(13481,13481,'yst_prominent_words','',0,0),(13482,13482,'yst_prominent_words','',0,0),(13483,13483,'yst_prominent_words','',0,1),(13484,13484,'yst_prominent_words','',0,1),(13485,13485,'yst_prominent_words','',0,1),(13486,13486,'yst_prominent_words','',0,0),(13487,13487,'post_tag','',0,1),(13488,13488,'yst_prominent_words','',0,1),(13489,13489,'yst_prominent_words','',0,1),(13490,13490,'yst_prominent_words','',0,1),(13491,13491,'yst_prominent_words','',0,0),(13492,13492,'yst_prominent_words','',0,0),(13493,13493,'yst_prominent_words','',0,1),(13494,13494,'yst_prominent_words','',0,1),(13495,13495,'yst_prominent_words','',0,1),(13496,13496,'yst_prominent_words','',0,0),(13497,13497,'yst_prominent_words','',0,1),(13498,13498,'yst_prominent_words','',0,1),(13499,13499,'yst_prominent_words','',0,1),(13500,13500,'yst_prominent_words','',0,1),(13501,13501,'yst_prominent_words','',0,0),(13502,13502,'post_tag','',0,1),(13503,13503,'post_tag','',0,1),(13504,13504,'post_tag','',0,1),(13505,13505,'post_tag','',0,1),(13506,13506,'post_tag','',0,1),(13507,13507,'yst_prominent_words','',0,1),(13508,13508,'yst_prominent_words','',0,1),(13509,13509,'yst_prominent_words','',0,1),(13510,13510,'yst_prominent_words','',0,1),(13511,13511,'yst_prominent_words','',0,1),(13512,13512,'yst_prominent_words','',0,1),(13513,13513,'yst_prominent_words','',0,1),(13514,13514,'post_tag','',0,1),(13515,13515,'post_tag','',0,1),(13516,13516,'post_tag','',0,1),(13517,13517,'post_tag','',0,1),(13518,13518,'yst_prominent_words','',0,1),(13519,13519,'yst_prominent_words','',0,1),(13520,13520,'post_tag','',0,1),(13521,13521,'yst_prominent_words','',0,1),(13522,13522,'yst_prominent_words','',0,1),(13523,13523,'post_tag','',0,1),(13524,13524,'post_tag','',0,1),(13525,13525,'yst_prominent_words','',0,0),(13526,13526,'yst_prominent_words','',0,0),(13527,13527,'yst_prominent_words','',0,0),(13528,13528,'yst_prominent_words','',0,0),(13529,13529,'post_tag','',0,1),(13530,13530,'yst_prominent_words','',0,0),(13531,13531,'yst_prominent_words','',0,0),(13532,13532,'yst_prominent_words','',0,0),(13533,13533,'yst_prominent_words','',0,0),(13534,13534,'yst_prominent_words','',0,0),(13535,13535,'yst_prominent_words','',0,1),(13536,13536,'yst_prominent_words','',0,1),(13537,13537,'yst_prominent_words','',0,1),(13538,13538,'yst_prominent_words','',0,0),(13539,13539,'yst_prominent_words','',0,0),(13540,13540,'yst_prominent_words','',0,0),(13541,13541,'yst_prominent_words','',0,0),(13542,13542,'yst_prominent_words','',0,1),(13543,13543,'yst_prominent_words','',0,1),(13544,13544,'yst_prominent_words','',0,1),(13545,13545,'yst_prominent_words','',0,0),(13546,13546,'yst_prominent_words','',0,0),(13547,13547,'yst_prominent_words','',0,1),(13548,13548,'yst_prominent_words','',0,1),(13549,13549,'yst_prominent_words','',0,1),(13550,13550,'yst_prominent_words','',0,1),(13551,13551,'yst_prominent_words','',0,0),(13552,13552,'yst_prominent_words','',0,0),(13553,13553,'yst_prominent_words','',0,1),(13554,13554,'yst_prominent_words','',0,1),(13555,13555,'yst_prominent_words','',0,1),(13556,13556,'yst_prominent_words','',0,1),(13557,13557,'yst_prominent_words','',0,0),(13558,13558,'yst_prominent_words','',0,0),(13559,13559,'yst_prominent_words','',0,0),(13560,13560,'yst_prominent_words','',0,0),(13561,13561,'yst_prominent_words','',0,0),(13562,13562,'yst_prominent_words','',0,0),(13563,13563,'yst_prominent_words','',0,0),(13564,13564,'yst_prominent_words','',0,0),(13565,13565,'yst_prominent_words','',0,0),(13566,13566,'yst_prominent_words','',0,1),(13567,13567,'yst_prominent_words','',0,1),(13568,13568,'yst_prominent_words','',0,0),(13569,13569,'yst_prominent_words','',0,0),(13570,13570,'yst_prominent_words','',0,1),(13571,13571,'yst_prominent_words','',0,1),(13572,13572,'yst_prominent_words','',0,1),(13573,13573,'yst_prominent_words','',0,1),(13574,13574,'yst_prominent_words','',0,1),(13575,13575,'yst_prominent_words','',0,1),(13576,13576,'yst_prominent_words','',0,1),(13577,13577,'yst_prominent_words','',0,1),(13578,13578,'yst_prominent_words','',0,1),(13579,13579,'yst_prominent_words','',0,1),(13580,13580,'yst_prominent_words','',0,1),(13581,13581,'yst_prominent_words','',0,0),(13582,13582,'yst_prominent_words','',0,0),(13583,13583,'yst_prominent_words','',0,1),(13584,13584,'yst_prominent_words','',0,1),(13585,13585,'yst_prominent_words','',0,1),(13586,13586,'yst_prominent_words','',0,1),(13587,13587,'yst_prominent_words','',0,1),(13588,13588,'yst_prominent_words','',0,1),(13589,13589,'yst_prominent_words','',0,1),(13590,13590,'yst_prominent_words','',0,1),(13591,13591,'yst_prominent_words','',0,0),(13592,13592,'yst_prominent_words','',0,0),(13593,13593,'yst_prominent_words','',0,0),(13594,13594,'yst_prominent_words','',0,0),(13595,13595,'yst_prominent_words','',0,0),(13596,13596,'yst_prominent_words','',0,0),(13597,13597,'yst_prominent_words','',0,0),(13598,13598,'yst_prominent_words','',0,1),(13599,13599,'yst_prominent_words','',0,0),(13600,13600,'yst_prominent_words','',0,0),(13601,13601,'yst_prominent_words','',0,0),(13602,13602,'yst_prominent_words','',0,1),(13603,13603,'yst_prominent_words','',0,1),(13604,13604,'yst_prominent_words','',0,1),(13605,13605,'yst_prominent_words','',0,1),(13606,13606,'post_tag','',0,1),(13607,13607,'post_tag','',0,1),(13608,13608,'post_tag','',0,1),(13609,13609,'post_tag','',0,1),(13610,13610,'post_tag','',0,1),(13611,13611,'yst_prominent_words','',0,1),(13612,13612,'yst_prominent_words','',0,1),(13613,13613,'yst_prominent_words','',0,1),(13614,13614,'yst_prominent_words','',0,0),(13615,13615,'yst_prominent_words','',0,0),(13616,13616,'yst_prominent_words','',0,1),(13617,13617,'yst_prominent_words','',0,1),(13618,13618,'yst_prominent_words','',0,1),(13619,13619,'yst_prominent_words','',0,0),(13620,13620,'yst_prominent_words','',0,0),(13621,13621,'post_tag','',0,1),(13622,13622,'post_tag','',0,1),(13623,13623,'yst_prominent_words','',0,1),(13624,13624,'yst_prominent_words','',0,1),(13625,13625,'yst_prominent_words','',0,1),(13626,13626,'yst_prominent_words','',0,1),(13627,13627,'yst_prominent_words','',0,1),(13628,13628,'yst_prominent_words','',0,0),(13629,13629,'yst_prominent_words','',0,1),(13630,13630,'yst_prominent_words','',0,1),(13631,13631,'yst_prominent_words','',0,1),(13632,13632,'yst_prominent_words','',0,2),(13633,13633,'yst_prominent_words','',0,1),(13634,13634,'yst_prominent_words','',0,1),(13635,13635,'yst_prominent_words','',0,1),(13636,13636,'yst_prominent_words','',0,1),(13637,13637,'yst_prominent_words','',0,3),(13638,13638,'yst_prominent_words','',0,1),(13639,13639,'yst_prominent_words','',0,2),(13640,13640,'yst_prominent_words','',0,0),(13641,13641,'post_tag','',0,2),(13642,13642,'post_tag','',0,2),(13643,13643,'post_tag','',0,1),(13644,13644,'post_tag','',0,1),(13645,13645,'post_tag','',0,1),(13646,13646,'post_tag','',0,1),(13647,13647,'yst_prominent_words','',0,0),(13648,13648,'yst_prominent_words','',0,2),(13649,13649,'yst_prominent_words','',0,2),(13650,13650,'yst_prominent_words','',0,2),(13651,13651,'yst_prominent_words','',0,2),(13652,13652,'yst_prominent_words','',0,2),(13653,13653,'yst_prominent_words','',0,0),(13654,13654,'yst_prominent_words','',0,1),(13655,13655,'yst_prominent_words','',0,1),(13656,13656,'yst_prominent_words','',0,1),(13657,13657,'yst_prominent_words','',0,1),(13658,13658,'yst_prominent_words','',0,1),(13659,13659,'yst_prominent_words','',0,1),(13660,13660,'yst_prominent_words','',0,1),(13661,13661,'post_tag','',0,1),(13662,13662,'post_tag','',0,1),(13663,13663,'post_tag','',0,1),(13664,13664,'post_tag','',0,1),(13665,13665,'post_tag','',0,1),(13666,13666,'post_tag','',0,1),(13667,13667,'post_tag','',0,1),(13668,13668,'post_tag','',0,1),(13669,13669,'post_tag','',0,1),(13670,13670,'yst_prominent_words','',0,1),(13671,13671,'yst_prominent_words','',0,1),(13672,13672,'yst_prominent_words','',0,1),(13673,13673,'yst_prominent_words','',0,1),(13674,13674,'yst_prominent_words','',0,1),(13675,13675,'yst_prominent_words','',0,1),(13676,13676,'yst_prominent_words','',0,1),(13677,13677,'yst_prominent_words','',0,1),(13678,13678,'post_tag','',0,1),(13679,13679,'yst_prominent_words','',0,1),(13680,13680,'yst_prominent_words','',0,1),(13681,13681,'post_tag','',0,1),(13682,13682,'post_tag','',0,1),(13683,13683,'post_tag','',0,1),(13684,13684,'post_tag','',0,1),(13685,13685,'yst_prominent_words','',0,1),(13686,13686,'yst_prominent_words','',0,1),(13687,13687,'yst_prominent_words','',0,0),(13688,13688,'yst_prominent_words','',0,1),(13689,13689,'yst_prominent_words','',0,1),(13690,13690,'yst_prominent_words','',0,1),(13691,13691,'yst_prominent_words','',0,1),(13692,13692,'yst_prominent_words','',0,1),(13693,13693,'yst_prominent_words','',0,1),(13694,13694,'yst_prominent_words','',0,1),(13695,13695,'yst_prominent_words','',0,1),(13696,13696,'yst_prominent_words','',0,1),(13697,13697,'yst_prominent_words','',0,1),(13698,13698,'yst_prominent_words','',0,1),(13699,13699,'yst_prominent_words','',0,1),(13700,13700,'post_tag','',0,1),(13701,13701,'post_tag','',0,1),(13702,13702,'yst_prominent_words','',0,1),(13703,13703,'yst_prominent_words','',0,1),(13704,13704,'yst_prominent_words','',0,1),(13705,13705,'yst_prominent_words','',0,1),(13706,13706,'yst_prominent_words','',0,1),(13707,13707,'yst_prominent_words','',0,1),(13708,13708,'yst_prominent_words','',0,1),(13709,13709,'yst_prominent_words','',0,0),(13710,13710,'yst_prominent_words','',0,0),(13711,13711,'yst_prominent_words','',0,0),(13712,13712,'yst_prominent_words','',0,0),(13713,13713,'yst_prominent_words','',0,0),(13714,13714,'yst_prominent_words','',0,0),(13715,13715,'yst_prominent_words','',0,0),(13716,13716,'yst_prominent_words','',0,1),(13717,13717,'yst_prominent_words','',0,1),(13718,13718,'yst_prominent_words','',0,1),(13719,13719,'yst_prominent_words','',0,1),(13720,13720,'yst_prominent_words','',0,1),(13721,13721,'yst_prominent_words','',0,1),(13722,13722,'yst_prominent_words','',0,1),(13723,13723,'yst_prominent_words','',0,1),(13724,13724,'yst_prominent_words','',0,1),(13725,13725,'yst_prominent_words','',0,1),(13726,13726,'post_tag','',0,1),(13727,13727,'post_tag','',0,1),(13728,13728,'post_tag','',0,1),(13729,13729,'post_tag','',0,1),(13730,13730,'post_tag','',0,1),(13731,13731,'yst_prominent_words','',0,0),(13732,13732,'yst_prominent_words','',0,1),(13733,13733,'yst_prominent_words','',0,1),(13734,13734,'yst_prominent_words','',0,0),(13735,13735,'yst_prominent_words','',0,0),(13736,13736,'yst_prominent_words','',0,1),(13737,13737,'yst_prominent_words','',0,0),(13738,13738,'yst_prominent_words','',0,0),(13739,13739,'yst_prominent_words','',0,1),(13740,13740,'yst_prominent_words','',0,0),(13741,13741,'yst_prominent_words','',0,1),(13742,13742,'yst_prominent_words','',0,1),(13743,13743,'post_tag','',0,1),(13744,13744,'post_tag','',0,1),(13745,13745,'yst_prominent_words','',0,1),(13746,13746,'post_tag','',0,1),(13747,13747,'post_tag','',0,0),(13748,13748,'post_tag','',0,1),(13749,13749,'yst_prominent_words','',0,0),(13750,13750,'yst_prominent_words','',0,0),(13751,13751,'yst_prominent_words','',0,1),(13752,13752,'yst_prominent_words','',0,1),(13753,13753,'yst_prominent_words','',0,1),(13754,13754,'yst_prominent_words','',0,1),(13755,13755,'yst_prominent_words','',0,0),(13756,13756,'yst_prominent_words','',0,0),(13757,13757,'yst_prominent_words','',0,0),(13758,13758,'yst_prominent_words','',0,0),(13759,13759,'yst_prominent_words','',0,0),(13760,13760,'yst_prominent_words','',0,0),(13761,13761,'yst_prominent_words','',0,0),(13762,13762,'yst_prominent_words','',0,0),(13763,13763,'yst_prominent_words','',0,1),(13764,13764,'yst_prominent_words','',0,1),(13765,13765,'yst_prominent_words','',0,1),(13766,13766,'yst_prominent_words','',0,1),(13767,13767,'yst_prominent_words','',0,0),(13768,13768,'yst_prominent_words','',0,0),(13769,13769,'yst_prominent_words','',0,0),(13770,13770,'yst_prominent_words','',0,1),(13771,13771,'yst_prominent_words','',0,1),(13772,13772,'yst_prominent_words','',0,1),(13773,13773,'yst_prominent_words','',0,1),(13774,13774,'yst_prominent_words','',0,1),(13775,13775,'yst_prominent_words','',0,1),(13776,13776,'yst_prominent_words','',0,1),(13777,13777,'yst_prominent_words','',0,0),(13778,13778,'yst_prominent_words','',0,0),(13779,13779,'yst_prominent_words','',0,0),(13780,13780,'yst_prominent_words','',0,0),(13781,13781,'yst_prominent_words','',0,0),(13782,13782,'yst_prominent_words','',0,0),(13783,13783,'yst_prominent_words','',0,1),(13784,13784,'yst_prominent_words','',0,1),(13785,13785,'post_tag','',0,1),(13786,13786,'post_tag','',0,1),(13787,13787,'yst_prominent_words','',0,0),(13788,13788,'yst_prominent_words','',0,1),(13789,13789,'yst_prominent_words','',0,1),(13790,13790,'yst_prominent_words','',0,1),(13791,13791,'yst_prominent_words','',0,1),(13792,13792,'yst_prominent_words','',0,1),(13793,13793,'yst_prominent_words','',0,1),(13794,13794,'yst_prominent_words','',0,1),(13795,13795,'yst_prominent_words','',0,1),(13796,13796,'yst_prominent_words','',0,1),(13797,13797,'post_tag','',0,1),(13798,13798,'post_tag','',0,1),(13799,13799,'yst_prominent_words','',0,0),(13800,13800,'yst_prominent_words','',0,0),(13801,13801,'yst_prominent_words','',0,0),(13802,13802,'yst_prominent_words','',0,0),(13803,13803,'yst_prominent_words','',0,0),(13804,13804,'yst_prominent_words','',0,0),(13805,13805,'yst_prominent_words','',0,0),(13806,13806,'yst_prominent_words','',0,0),(13807,13807,'yst_prominent_words','',0,0),(13808,13808,'yst_prominent_words','',0,0),(13809,13809,'yst_prominent_words','',0,0),(13810,13810,'yst_prominent_words','',0,0),(13811,13811,'yst_prominent_words','',0,0),(13812,13812,'yst_prominent_words','',0,0),(13813,13813,'yst_prominent_words','',0,0),(13814,13814,'yst_prominent_words','',0,1),(13815,13815,'yst_prominent_words','',0,1),(13816,13816,'yst_prominent_words','',0,1),(13817,13817,'yst_prominent_words','',0,1),(13818,13818,'yst_prominent_words','',0,1),(13819,13819,'yst_prominent_words','',0,1),(13820,13820,'yst_prominent_words','',0,0),(13821,13821,'yst_prominent_words','',0,0),(13822,13822,'post_tag','',0,1),(13823,13823,'post_tag','',0,1),(13824,13824,'post_tag','',0,1),(13825,13825,'yst_prominent_words','',0,1),(13826,13826,'yst_prominent_words','',0,1),(13827,13827,'yst_prominent_words','',0,1),(13828,13828,'yst_prominent_words','',0,0),(13829,13829,'yst_prominent_words','',0,0),(13830,13830,'yst_prominent_words','',0,0),(13831,13831,'yst_prominent_words','',0,0),(13832,13832,'yst_prominent_words','',0,0),(13833,13833,'yst_prominent_words','',0,0),(13834,13834,'yst_prominent_words','',0,0),(13835,13835,'yst_prominent_words','',0,0),(13836,13836,'yst_prominent_words','',0,0),(13837,13837,'yst_prominent_words','',0,0),(13838,13838,'yst_prominent_words','',0,0),(13839,13839,'yst_prominent_words','',0,0),(13840,13840,'yst_prominent_words','',0,0),(13841,13841,'yst_prominent_words','',0,0),(13842,13842,'yst_prominent_words','',0,0),(13843,13843,'yst_prominent_words','',0,0),(13844,13844,'yst_prominent_words','',0,0),(13845,13845,'yst_prominent_words','',0,0),(13846,13846,'yst_prominent_words','',0,0),(13847,13847,'yst_prominent_words','',0,0),(13848,13848,'yst_prominent_words','',0,0),(13849,13849,'yst_prominent_words','',0,0),(13850,13850,'yst_prominent_words','',0,1),(13851,13851,'yst_prominent_words','',0,1),(13852,13852,'post_tag','',0,0),(13853,13853,'post_tag','',0,0),(13854,13854,'post_tag','',0,0),(13855,13855,'yst_prominent_words','',0,0),(13856,13856,'yst_prominent_words','',0,0),(13857,13857,'yst_prominent_words','',0,0),(13858,13858,'yst_prominent_words','',0,0),(13859,13859,'yst_prominent_words','',0,0),(13860,13860,'yst_prominent_words','',0,1),(13861,13861,'yst_prominent_words','',0,1),(13862,13862,'yst_prominent_words','',0,1),(13863,13863,'yst_prominent_words','',0,1),(13864,13864,'yst_prominent_words','',0,1),(13865,13865,'yst_prominent_words','',0,1),(13866,13866,'yst_prominent_words','',0,1),(13867,13867,'yst_prominent_words','',0,0),(13868,13868,'yst_prominent_words','',0,0),(13869,13869,'yst_prominent_words','',0,1),(13870,13870,'yst_prominent_words','',0,1),(13871,13871,'yst_prominent_words','',0,1),(13872,13872,'yst_prominent_words','',0,1),(13873,13873,'yst_prominent_words','',0,1),(13874,13874,'yst_prominent_words','',0,1),(13875,13875,'yst_prominent_words','',0,1),(13876,13876,'yst_prominent_words','',0,1),(13877,13877,'yst_prominent_words','',0,0),(13878,13878,'yst_prominent_words','',0,0),(13879,13879,'yst_prominent_words','',0,0),(13880,13880,'yst_prominent_words','',0,0),(13881,13881,'yst_prominent_words','',0,0),(13882,13882,'yst_prominent_words','',0,1),(13883,13883,'post_tag','',0,1),(13884,13884,'post_tag','',0,1),(13885,13885,'post_tag','',0,1),(13886,13886,'yst_prominent_words','',0,1),(13887,13887,'post_tag','',0,1),(13888,13888,'yst_prominent_words','',0,0),(13889,13889,'yst_prominent_words','',0,0),(13890,13890,'yst_prominent_words','',0,1),(13891,13891,'post_tag','',0,1),(13892,13892,'yst_prominent_words','',0,1),(13893,13893,'yst_prominent_words','',0,1),(13894,13894,'yst_prominent_words','',0,1),(13895,13895,'yst_prominent_words','',0,1),(13896,13896,'yst_prominent_words','',0,0),(13897,13897,'yst_prominent_words','',0,0),(13898,13898,'yst_prominent_words','',0,0),(13899,13899,'yst_prominent_words','',0,0),(13900,13900,'yst_prominent_words','',0,0),(13901,13901,'post_tag','',0,1),(13902,13902,'post_tag','',0,1),(13903,13903,'yst_prominent_words','',0,1),(13904,13904,'yst_prominent_words','',0,0),(13905,13905,'yst_prominent_words','',0,0),(13906,13906,'yst_prominent_words','',0,0),(13907,13907,'yst_prominent_words','',0,0),(13908,13908,'yst_prominent_words','',0,0),(13909,13909,'yst_prominent_words','',0,0),(13910,13910,'yst_prominent_words','',0,0),(13911,13911,'yst_prominent_words','',0,1),(13912,13912,'yst_prominent_words','',0,1),(13913,13913,'yst_prominent_words','',0,1),(13914,13914,'yst_prominent_words','',0,1),(13915,13915,'yst_prominent_words','',0,1),(13916,13916,'yst_prominent_words','',0,1),(13917,13917,'yst_prominent_words','',0,1),(13918,13918,'yst_prominent_words','',0,1),(13919,13919,'yst_prominent_words','',0,1),(13920,13920,'yst_prominent_words','',0,1),(13921,13921,'yst_prominent_words','',0,0),(13922,13922,'yst_prominent_words','',0,1),(13923,13923,'post_tag','',0,0),(13924,13924,'post_tag','',0,1),(13925,13925,'yst_prominent_words','',0,1),(13926,13926,'post_tag','',0,1),(13927,13927,'post_tag','',0,1),(13928,13928,'post_tag','',0,1),(13929,13929,'post_tag','',0,1),(13930,13930,'yst_prominent_words','',0,0),(13931,13931,'yst_prominent_words','',0,0),(13932,13932,'yst_prominent_words','',0,1),(13933,13933,'yst_prominent_words','',0,1),(13934,13934,'yst_prominent_words','',0,1),(13935,13935,'yst_prominent_words','',0,1),(13936,13936,'yst_prominent_words','',0,1),(13937,13937,'yst_prominent_words','',0,1),(13938,13938,'yst_prominent_words','',0,1),(13939,13939,'yst_prominent_words','',0,1),(13940,13940,'yst_prominent_words','',0,1),(13941,13941,'yst_prominent_words','',0,1),(13942,13942,'yst_prominent_words','',0,1),(13943,13943,'yst_prominent_words','',0,1),(13944,13944,'yst_prominent_words','',0,0),(13945,13945,'yst_prominent_words','',0,1),(13946,13946,'yst_prominent_words','',0,1),(13947,13947,'yst_prominent_words','',0,1),(13948,13948,'yst_prominent_words','',0,0),(13949,13949,'yst_prominent_words','',0,1),(13950,13950,'yst_prominent_words','',0,1),(13951,13951,'post_tag','',0,1),(13952,13952,'post_tag','',0,1),(13953,13953,'post_tag','',0,1),(13954,13954,'post_tag','',0,1),(13955,13955,'post_tag','',0,1),(13956,13956,'yst_prominent_words','',0,0),(13957,13957,'countries','',0,0),(13958,13958,'countries','',0,0),(13959,13959,'countries','',0,0),(13960,13960,'countries','',0,0),(13961,13961,'countries','',0,0),(13962,13962,'countries','',0,0),(13963,13963,'countries','',0,0),(13964,13964,'countries','',0,0),(13965,13965,'countries','',0,0),(13966,13966,'countries','',0,0),(13967,13967,'countries','',0,0),(13968,13968,'countries','',0,21),(13969,13969,'countries','',0,0),(13970,13970,'countries','',0,1),(13971,13971,'countries','',0,0),(13972,13972,'countries','',0,0),(13973,13973,'countries','',0,1),(13974,13974,'countries','',0,0),(13975,13975,'countries','',0,0),(13976,13976,'countries','',0,0),(13977,13977,'countries','',0,0),(13978,13978,'countries','',0,0),(13979,13979,'countries','',0,0),(13980,13980,'countries','',0,0),(13981,13981,'countries','',0,0),(13982,13982,'countries','',0,0),(13983,13983,'countries','',0,0),(13984,13984,'countries','',0,0),(13985,13985,'countries','',0,0),(13986,13986,'countries','',0,0),(13987,13987,'countries','',0,0),(13988,13988,'countries','',0,0),(13989,13989,'countries','',0,0),(13990,13990,'countries','',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_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_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=InnoDB AUTO_INCREMENT=13991 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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 (2,'Hot','hot',0),(3,'Life','life',0),(4,'News','news',0),(5,'Sports','sports',0),(6,'Money','money',0),(7,'Music','music',0),(8,'Travel','travel',0),(9,'Love','love',0),(10,'Style','style',0),(11,'Wellness','wellness',0),(12,'Jobs','jobs',0),(13,'Events','events',0),(14,'Entertainment','entertainment',0),(15,'Politics','politics',0),(16,'Cool','cool',0),(17,'Household','household',0),(18,'Financial','financial',0),(19,'Food','food',0),(20,'Technology','technology',0),(21,'Cars','cars',0),(22,'Style','style',0),(23,'Travel','travel',0),(24,'Services','services',0),(25,'Party','party',0),(26,'Sport','sport',0),(27,'Business','business',0),(28,'Educational','educational',0),(29,'Careers','careers',0),(30,'Wellness','wellness',0),(31,'Clarendon','clarendon',0),(32,'Hanover','hanover',0),(33,'Kingston and St. Andrew','kingston-and-st-andrew',0),(34,'Manchester','manchester',0),(35,'Portland','portland',0),(36,'St. Ann','st-ann',0),(37,'St. Catherine','st-catherine',0),(38,'St. Elizabeth','st-elizabeth',0),(39,'St. James','st-james',0),(40,'St. Mary','st-mary',0),(41,'St. Thomas','st-thomas',0),(42,'Trelawny','trelawny',0),(43,'Westmoreland','westmoreland',0),(44,'WP Media Folder Root','wp-media-folder-root',0),(45,'economy','economy',0),(46,'business','business',0),(47,'Jamaica','jamaica',0),(48,'IMF','imf',0),(49,'football','football',0),(50,'leon bailey','leon-bailey',0),(51,'kingsley coman','kingsley-coman',0),(52,'vacation','vacation',0),(53,'kia','kia',0),(54,'sportage','sportage',0),(55,'optima','optima',0),(56,'soul','soul',0),(57,'sorento','sorento',0),(58,'cars','cars',0),(59,'Toyota','toyota',0),(60,'supra','supra',0),(61,'2020 supra','2020-supra',0),(62,'paul walker','paul-walker',0),(63,'divorce','divorce',0),(64,'breakup','breakup',0),(65,'relationships','relationships',0),(66,'love','love',0),(67,'marriage','marriage',0),(68,'Howard Mitchell','howard-mitchell',0),(69,'PSOJ','psoj',0),(70,'JMEA','jmea',0),(71,'BOJ','boj',0),(72,'tourism','tourism',0),(73,'cuba','cuba',0),(74,'tourists','tourists',0),(75,'attractions travel','attractions-travel',0),(76,'travel','travel',0),(77,'attractions','attractions',0),(78,'young','young',0),(79,'couples','couples',0),(80,'black','black',0),(81,'married','married',0),(82,'carbon tax','carbon-tax',0),(83,'climate change','climate-change',0),(84,'environment','environment',0),(85,'taxes','taxes',0),(86,'Karma Knives','karma-knives',0),(87,'Jabulani Johnson','jabulani-johnson',0),(88,'Sasha Gordin','sasha-gordin',0),(89,'Sasha Gordon','sasha-gordon',0),(90,'Brian Lumley','brian-lumley',0),(91,'Andrew Holness','andrew-holness',0),(92,'Prime Minister Andrew Holness','prime-minister-andrew-holness',0),(93,'cool factor','cool-factor',0),(94,'social media','social-media',0),(95,'digital','digital',0),(96,'age of technology','age-of-technology',0),(97,'vegan','vegan',0),(98,'vegan food','vegan-food',0),(99,'healthy','healthy',0),(100,'healthy eating','healthy-eating',0),(101,'ital','ital',0),(102,'hombre','hombre',0),(103,'hombreeccentric','hombreeccentric',0),(104,'Steven Morgan','steven-morgan',0),(105,'Stevywho','stevywho',0),(106,'Jada Kingdom','jada-kingdom',0),(107,'Jah Cure','jah-cure',0),(108,'Mike Sonko','mike-sonko',0),(109,'Gabrielle Union','gabrielle-union',0),(110,'Dwayne Wade','dwayne-wade',0),(111,'ESPY Awards','espy-awards',0),(112,'Cardi B','cardi-b',0),(113,'Kulture','kulture',0),(114,'Cake Fight','cake-fight',0),(115,'Cori Gauff','cori-gauff',0),(116,'Coco','coco',0),(117,'Venus Williams','venus-williams',0),(118,'Wimbledon','wimbledon',0),(119,'Sylvester Black','sylvester-black',0),(120,'Simona Halep','simona-halep',0),(121,'Sprinter','sprinter',0),(122,'#SprinterTheFilm','sprinterthefilm',0),(123,'Storm Saulter','storm-saulter',0),(124,'Negril','negril',0),(125,'Westmoreland','westmoreland',0),(126,'feature films','feature-films',0),(127,'Akeem Sharp','akeem-sharp',0),(128,'Better Mus&#039; Come','better-mus-come',0),(129,'Caribbean','caribbean',0),(130,'Buzz','buzz',0),(131,'Buzz Jamaica','buzz-jamaica',0),(132,'Buzz Caribbean','buzz-caribbean',0),(133,'Canada','canada',0),(134,'United States','united-states',0),(135,'United Kingdom','united-kingdom',0),(136,'Buzz Entertainment','buzz-entertainment',0),(137,'feature film','feature-film',0),(138,'cinematography','cinematography',0),(139,'American Black Film Festival','american-black-film-festival',0),(140,'Best Director','best-director',0),(141,'Best Narrative Feature','best-narrative-feature',0),(142,'Audience Award','audience-award',0),(143,'Pan African Film Festival','pan-african-film-festival',0),(144,'Los Angeles','los-angeles',0),(145,'New Vision Award','new-vision-award',0),(146,'Bahamas International Film Festival','bahamas-international-film-festival',0),(147,'streaming','streaming',0),(148,'Chris Gayle','chris-gayle',0),(149,'Cricket World Cup 2019','cricket-world-cup-2019',0),(150,'England','england',0),(151,'Sri Lanka','sri-lanka',0),(152,'group game','group-game',0),(153,'Riverside Ground','riverside-ground',0),(154,'Rihanna','rihanna',0),(155,'Kevin Spacey','kevin-spacey',0),(156,'Sexual assault','sexual-assault',0),(157,'House of Cards','house-of-cards',0),(158,'Bajo Nuevo','bajo-nuevo',0),(159,'island dispute','island-dispute',0),(160,'Colombia','colombia',0),(161,'Nicaragua','nicaragua',0),(162,'Honduras','honduras',0),(163,'Paul Robertson Noemí Sanín Posada','paul-robertson-noemi-sanin-posada',0),(164,'Paul Robertson','paul-robertson',0),(165,'Noemí Sanín Posada','noemi-sanin-posada',0),(166,'maritime delimitation treaty','maritime-delimitation-treaty',0),(167,'Kingston','kingston',0),(168,'1993','1993',0),(169,'1994','1994',0),(170,'International Court of Justice','international-court-of-justice',0),(171,'Colombian Navy','colombian-navy',0),(172,'Ministry of Defense Colombia','ministry-of-defense-colombia',0),(173,'sovereignty dispute','sovereignty-dispute',0),(174,'land dispute','land-dispute',0),(175,'exclusive economic zone','exclusive-economic-zone',0),(176,'Caribbean Sea','caribbean-sea',0),(177,'Serranilla Bank','serranilla-bank',0),(178,'John Glover','john-glover',0),(179,'National Aeronautics and Space Administration','national-aeronautics-and-space-administration',0),(180,'NASA','nasa',0),(181,'atoll','atoll',0),(182,'islets','islets',0),(183,'islands','islands',0),(184,'reefs','reefs',0),(185,'US nationals','us-nationals',0),(186,'US citizens','us-citizens',0),(187,'Guano Islands Act','guano-islands-act',0),(188,'Oceania','oceania',0),(189,'Pacific Ocean','pacific-ocean',0),(190,'San Andrés and Providencia','san-andres-and-providencia',0),(191,'Joint Regime Area','joint-regime-area',0),(192,'Minor Outlying Islands','minor-outlying-islands',0),(193,'Baker Island','baker-island',0),(194,'Howland Island','howland-island',0),(195,'Jarvis Island','jarvis-island',0),(196,'Johnston Atoll','johnston-atoll',0),(197,'Kingman Reef','kingman-reef',0),(198,'Midway Islands','midway-islands',0),(199,'Navassa Island','navassa-island',0),(200,'Palmyra Atoll','palmyra-atoll',0),(201,'Wake Island','wake-island',0),(202,'disputed territories','disputed-territories',0),(203,'Buzz Travel','buzz-travel',0),(204,'Buzz Lifestyle','buzz-lifestyle',0),(205,'visa-free travel','visa-free-travel',0),(206,'Jamaicans','jamaicans',0),(207,'Jamaican passport','jamaican-passport',0),(208,'visa on arrival','visa-on-arrival',0),(209,'eVisa','evisa',0),(210,'Henley Passport Index','henley-passport-index',0),(211,'Ghana','ghana',0),(212,'visa waiver agreement','visa-waiver-agreement',0),(213,'Bahrain','bahrain',0),(214,'Azerbiajan','azerbiajan',0),(215,'Comoros','comoros',0),(216,'Cote d&#039;Ivoire','cote-divoire',0),(217,'Argentina','argentina',0),(218,'Antigua and Barbuda','antigua-and-barbuda',0),(219,'Barbados','barbados',0),(220,'Bangladesh','bangladesh',0),(221,'Macau','macau',0),(222,'China','china',0),(223,'Cook Islands','cook-islands',0),(224,'Palestine','palestine',0),(225,'Northern Cyprus','northern-cyprus',0),(226,'Turkey','turkey',0),(227,'world map','world-map',0),(228,'Curacao','curacao',0),(229,'Hong Kong','hong-kong',0),(230,'Niue','niue',0),(231,'New Zealand','new-zealand',0),(232,'Monserrat','monserrat',0),(233,'Zimbabwe','zimbabwe',0),(234,'Venezuela','venezuela',0),(235,'Uganda','uganda',0),(236,'Trinidad and Togabo','trinidad-and-togabo',0),(237,'Tuvalu','tuvalu',0),(238,'Serbia','serbia',0),(239,'St. Vincent and the Grenadines','st-vincent-and-the-grenadines',0),(240,'St. Lucia','st-lucia',0),(241,'St. Kitts and Nevis','st-kitts-and-nevis',0),(242,'Peru','peru',0),(243,'Niger','niger',0),(244,'Madagascar','madagascar',0),(245,'Kiribati','kiribati',0),(246,'Jordan','jordan',0),(247,'Seychelles','seychelles',0),(248,'visitor&#039;s permit','visitors-permit',0),(249,'Palau','palau',0),(250,'Mexico','mexico',0),(251,'Lesotho','lesotho',0),(252,'Israel','israel',0),(253,'Kenya','kenya',0),(254,'Malaysia','malaysia',0),(255,'Kyrgyzstan','kyrgyzstan',0),(256,'South Korea','south-korea',0),(257,'Togo','togo',0),(258,'Suriname','suriname',0),(259,'Mozambique','mozambique',0),(260,'Tajikistan','tajikistan',0),(261,'Sao TOme &amp; Principe','sao-tome-principe',0),(262,'Rwanda','rwanda',0),(263,'Nepal','nepal',0),(264,'South Africa','south-africa',0),(265,'Papua New Guinea','papua-new-guinea',0),(266,'Qatar','qatar',0),(267,'Senegal','senegal',0),(268,'Pitcairn Islands','pitcairn-islands',0),(269,'Somaliland','somaliland',0),(270,'Russia','russia',0),(271,'Mauritania','mauritania',0),(272,'Guyana','guyana',0),(273,'Indonesia','indonesia',0),(274,'Laos','laos',0),(275,'TImor-Leste','timor-leste',0),(276,'Zambia','zambia',0),(277,'Mauritius','mauritius',0),(278,'Namibia','namibia',0),(279,'India','india',0),(280,'Guinea-Bissau','guinea-bissau',0),(281,'Grenada','grenada',0),(282,'Malawi','malawi',0),(283,'Phillipines','phillipines',0),(284,'Somalia','somalia',0),(285,'Tanzania','tanzania',0),(286,'Vanuatu','vanuatu',0),(287,'Transnistria','transnistria',0),(288,'Moldova','moldova',0),(289,'Pridnestrovian Moldovian Republic','pridnestrovian-moldovian-republic',0),(290,'Samoa','samoa',0),(291,'Haiti','haiti',0),(292,'Iran','iran',0),(293,'The Maldives','the-maldives',0),(294,'Sierra Leone','sierra-leone',0),(295,'Singapore','singapore',0),(296,'Uruguay','uruguay',0),(297,'South Ossetia','south-ossetia',0),(298,'Georgia','georgia',0),(299,'Europe','europe',0),(300,'Africa','africa',0),(301,'Asia','asia',0),(302,'North America','north-america',0),(303,'South America','south-america',0),(304,'Australasia','australasia',0),(305,'The Gambia','the-gambia',0),(306,'Gabon','gabon',0),(307,'Fiji','fiji',0),(308,'Eswatini','eswatini',0),(309,'Swaziland','swaziland',0),(310,'Ethiopia','ethiopia',0),(311,'Ecuador','ecuador',0),(312,'Dominica','dominica',0),(313,'Dominican Republic','dominican-republic',0),(314,'Djibouti','djibouti',0),(315,'Buzz Hacks','buzz-hacks',0),(316,'DIY projects','diy-projects',0),(317,'air conditioning','air-conditioning',0),(318,'makeshift air conditioners','makeshift-air-conditioners',0),(319,'do-it-yourself','do-it-yourself',0),(320,'videos','videos',0),(321,'YouTube','youtube',0),(322,'#PlaceHotB','placehotb',0),(323,'heatwave','heatwave',0),(324,'summer','summer',0),(325,'warmer temperatures','warmer-temperatures',0),(326,'norther hemisphere','norther-hemisphere',0),(327,'record temperatures','record-temperatures',0),(328,'Tessellated','tessellated',0),(329,'AirPods','airpods',0),(330,'Apple','apple',0),(331,'hotels','hotels',0),(332,'luxury','luxury',0),(333,'AC','ac',0),(334,'Richard Branson','richard-branson',0),(335,'Space Tourism','space-tourism',0),(336,'Virgin Galactic','virgin-galactic',0),(337,'MaroonBlack','maroonblack',0),(338,'Racquel Reid-Grandison','racquel-reid-grandison',0),(339,'Henry Grandison','henry-grandison',0),(340,'AnemeCom','anemecom',0),(341,'TestImages','testimages',3),(342,'CLARE','clare',3),(343,'LHHATL','lhhatl',0),(344,'Estelita Quintero','estelita-quintero',0),(345,'plastic surgery','plastic-surgery',0),(346,'Montego Bay','montego-bay',0),(347,'Mobay','mobay',0),(348,'Dump Up Beach','dump-up-beach',0),(349,'romance','romance',0),(350,'exercise','exercise',0),(351,'fitness','fitness',0),(352,'wellness','wellness',0),(353,'health','health',0),(354,'clarks','clarks',0),(355,'fashion','fashion',0),(356,'shoes','shoes',0),(357,'Jahvillani','jahvillani',0),(358,'José Mourinho','jose-mourinho',0),(359,'Instagram','instagram',0),(360,'lawsuit','lawsuit',0),(361,'Fairfax Media','fairfax-media',0),(362,'Australia','australia',0),(363,'Jamaican crickter','jamaican-crickter',0),(364,'Jamaican cricketer','jamaican-cricketer',0),(365,'British Grand Prix','british-grand-prix',0),(366,'Wright Life','wright-life',0),(367,'Living Food','living-food',0),(368,'Wright Life Eatery','wright-life-eatery',0),(369,'Morgan Heritage','morgan-heritage',0),(370,'Loyalty Jerry Wonda','loyalty-jerry-wonda',0),(371,'Popcaan','popcaan',0),(372,'culture','culture',0),(373,'Waltham Park Road','waltham-park-road',0),(374,'Chinese Cemetery','chinese-cemetery',0),(375,'childhood','childhood',0),(376,'memories','memories',0),(377,'PUBG','pubg',0),(378,'Player Unknown&#039;s Battleground','player-unknowns-battleground',0),(379,'Game','game',0),(380,'Oak Wine Bar','oak-wine-bar',0),(381,'Lisa Chin','lisa-chin',0),(382,'pregnancy','pregnancy',0),(383,'men','men',0),(384,'childbirth','childbirth',0),(385,'women','women',0),(386,'weaker sex','weaker-sex',0),(387,'Koffee','koffee',0),(388,'Jimmy Kimmel Live!','jimmy-kimmel-live',0),(389,'Toast','toast',0),(390,'Rapture EP','rapture-ep',0),(391,'Ed Sheeran','ed-sheeran',0),(392,'Kingston Creative','kingston-creative',0),(393,'Kingston Artwalk','kingston-artwalk',0),(394,'downtown Kingston','downtown-kingston',0),(395,'F&amp;B Downtown','fb-downtown',0),(396,'Ride Across Kingston','ride-across-kingston',0),(397,'art','art',0),(398,'entertainment','entertainment',0),(399,'photography exhibition','photography-exhibition',0),(400,'Panoridim Steel Band','panoridim-steel-band',0),(401,'The Trio','the-trio',0),(402,'Water Lane','water-lane',0),(403,'Andrea Dempster-Chung','andrea-dempster-chung',0),(404,'cemetaries','cemetaries',0),(405,'Old Jewish Cemetery','old-jewish-cemetery',0),(406,'Kanye West','kanye-west',0),(407,'St. Andrew Parish Church','st-andrew-parish-church',0),(408,'Port Royal','port-royal',0),(409,'St','st',0),(410,'Danny McBride','danny-mcbride',0),(411,'St. Andrew','st-andrew',0),(412,'western hemisphere','western-hemisphere',0),(413,'Hunt&#039;s Bay Road','hunts-bay-road',0),(414,'May Pen Cemetery','may-pen-cemetery',0),(415,'Littleworth Race Course','littleworth-race-course',0),(416,'Law 21','law-21',0),(417,'Spanish Town ROad','spanish-town-road',0),(418,'Calvary Cemetery','calvary-cemetery',0),(419,'Brigg&#039;s Park','briggs-park',0),(420,'military cemetery','military-cemetery',0),(421,'Up Park Pen','up-park-pen',0),(422,'Up Park Camp','up-park-camp',0),(423,'Chinese Benevolent Association','chinese-benevolent-association',0),(424,'1692 earthquake','1692-earthquake',0),(425,'1907 earthquake','1907-earthquake',0),(426,'National Heroes Park','national-heroes-park',0),(427,'Kingston Race Course','kingston-race-course',0),(428,'Cheryl Hylton','cheryl-hylton',0),(429,'Dane Hucey','dane-hucey',0),(430,'Ulrick Lawrence','ulrick-lawrence',0),(431,'fine art photography','fine-art-photography',0),(432,'Combined Perspectives','combined-perspectives',0),(433,'art collection','art-collection',0),(434,'nature','nature',0),(435,'human interest','human-interest',0),(436,'Kingston International Festival','kingston-international-festival',0),(437,'Calabash International Literary Festival','calabash-international-literary-festival',0),(438,'Jamaica Film and Television Association','jamaica-film-and-television-association',0),(439,'JAFTA','jafta',0),(440,'creative hub','creative-hub',0),(441,'incubator accelerator programme','incubator-accelerator-programme',0),(442,'business accelerator programme','business-accelerator-programme',0),(443,'global creative industry','global-creative-industry',0),(444,'artistic hub','artistic-hub',0),(445,'cultural hub','cultural-hub',0),(446,'relatio','relatio',0),(447,'friendship','friendship',0),(448,'cemetery','cemetery',0),(449,'history','history',0),(450,'historical sites','historical-sites',0),(451,'landmarks','landmarks',0),(452,'heritage','heritage',0),(453,'death','death',0),(454,'superstitions','superstitions',0),(455,'Dunn&#039;s River Falls &amp; Park','dunns-river-falls-park',0),(456,'Dunn&#039;s River','dunns-river',0),(457,'Dunns River Falls and Park','dunns-river-falls-and-park',0),(458,'Dunns River','dunns-river-2',0),(459,'St. Ann','st-ann',0),(460,'Ocho Rios','ocho-rios',0),(461,'tourist attraction','tourist-attraction',0),(462,'summer season 2019','summer-season-2019',0),(463,'spike in visits','spike-in-visits',0),(464,'life lessons','life-lessons',0),(465,'aging','aging',0),(466,'mindfulness','mindfulness',0),(467,'Joe Bogdanovich','joe-bogdanovich',0),(468,'Reggae Sumest','reggae-sumest',0),(469,'LBD','lbd',0),(470,'women&#039;s fashion','womens-fashion',0),(471,'Jamaican designer','jamaican-designer',0),(472,'#JamaicaPride','jamaicapride',0),(473,'Pride','pride',0),(474,'Jaevion Nelson','jaevion-nelson',0),(475,'LGBT community','lgbt-community',0),(476,'Jamaica Forum for Lesbians All-Sexuals and Gays','jamaica-forum-for-lesbians-all-sexuals-and-gays',0),(477,'J-FLAG','j-flag',0),(478,'Rainbow House','rainbow-house',0),(479,'August','august',0),(480,'violence','violence',0),(481,'discrimnation','discrimnation',0),(482,'safe spaces','safe-spaces',0),(483,'open spaces','open-spaces',0),(484,'homophbia','homophbia',0),(485,'transphobia','transphobia',0),(486,'Jamaican society','jamaican-society',0),(487,'lesbians','lesbians',0),(488,'gays','gays',0),(489,'bisexuals','bisexuals',0),(490,'transgender','transgender',0),(491,'queer','queer',0),(492,'intersex','intersex',0),(493,'human rights','human-rights',0),(494,'gay rights','gay-rights',0),(495,'JACK SPRAT RESTAURANT','jack-sprat-restaurant',0),(496,'ACCOMPONG','accompong',0),(497,'LOVERS LEAP','lovers-leap',0),(498,'PELICAN BAR','pelican-bar',0),(499,'HOLLAND BAMBOO','holland-bamboo',0),(500,'MIDDLE QUARTERS','middle-quarters',0),(501,'Athletes','athletes',0),(502,'Sports','sports',0),(503,'Children','children',0),(504,'athlete','athlete',0),(505,'soccer','soccer',0),(506,'brabus','brabus',4),(507,'Craig Butler','craig-butler',0),(508,'Benz','benz',0),(509,'Brabus','brabus',0),(510,'naomi campbell','naomi-campbell',0),(511,'heatlt','heatlt',0),(512,'gym','gym',0),(513,'workout','workout',0),(514,'Brushy1string','brushy1string',0),(515,'Kickstarter','kickstarter',0),(516,'Kickstarter.com','kickstarter-com',0),(517,'campaign','campaign',0),(518,'crowdfunding','crowdfunding',0),(519,'Reggae','reggae',0),(520,'Rising Stars','rising-stars',0),(521,'album','album',0),(522,'music','music',0),(523,'Chicken in the Corn','chicken-in-the-corn',0),(524,'quilting','quilting',0),(525,'quilt','quilt',0),(526,'fashion flirting','fashion-flirting',0),(527,'hip hop','hip-hop',0),(528,'dancehall','dancehall',0),(529,'dub proof','dub-proof',0),(530,'style','style',0),(531,'blogger','blogger',0),(532,'lifestyle','lifestyle',0),(533,'bumble','bumble',0),(534,'facebook','facebook',0),(535,'AC Marriott','ac-marriott',0),(536,'Idris Elba','idris-elba',0),(537,'Dwayne Johnson','dwayne-johnson',0),(538,'James Bond','james-bond',0),(539,'designer','designer',0),(540,'well','well',0),(541,'body enhancement','body-enhancement',0),(542,'vaginoplasty','vaginoplasty',0),(543,'motorsport','motorsport',0),(544,'car racing','car-racing',0),(545,'formula 1','formula-1',0),(546,'Tyga','tyga',0),(547,'Blac Chyna','blac-chyna',0),(548,'Rob Kardashian','rob-kardashian',0),(549,'japan','japan',0),(550,'plants','plants',0),(551,'Acrea Palm','acrea-palm',0),(552,'Aloe Vera','aloe-vera',0),(553,'boom clash','boom-clash',0),(554,'potted fern','potted-fern',0),(555,'sound system','sound-system',0),(556,'snake plant','snake-plant',0),(557,'golden pothos','golden-pothos',0),(558,'air purification','air-purification',0),(559,'clean air','clean-air',0),(560,'formaldehyde','formaldehyde',0),(561,'Beijing University of Chemical Technology','beijing-university-of-chemical-technology',0),(562,'air temperature','air-temperature',0),(563,'scientific research','scientific-research',0),(564,'food','food',0),(565,'vega','vega',0),(566,'Machine Learning','machine-learning',0),(567,'ML','ml',0),(568,'Lawrence Berkeley National Laboratory','lawrence-berkeley-national-laboratory',0),(569,'California','california',0),(570,'human scientists','human-scientists',0),(571,'research papers','research-papers',0),(572,'new discovery','new-discovery',0),(573,'missing connections','missing-connections',0),(574,'thermoelectric materials','thermoelectric-materials',0),(575,'heating application','heating-application',0),(576,'cooling application','cooling-application',0),(577,'humankind','humankind',0),(578,'Skynet','skynet',0),(579,'algorithmm','algorithmm',0),(580,'Nature.com','nature-com',0),(581,'scientific papers','scientific-papers',0),(582,'predictions','predictions',0),(583,'complex concepts','complex-concepts',0),(584,'serena williams','serena-williams',0),(585,'post-natal depression','post-natal-depression',0),(586,'Airbnb','airbnb',0),(587,'hospitality','hospitality',0),(588,'Trelawny','trelawny',0),(589,'Nike Epic Phantom React Flyknit','nike-epic-phantom-react-flyknit',0),(590,'laceless shoes','laceless-shoes',0),(591,'running shoes','running-shoes',0),(592,'Nike','nike',0),(593,'Usain Bolt','usain-bolt',0),(594,'athletics','athletics',0),(595,'education','education',0),(596,'teaching','teaching',0),(597,'teachers','teachers',0),(598,'Old Spanish Bridge','old-spanish-bridge',0),(599,'cool places','cool-places',0),(600,'Maestro Don','maestro-don',0),(601,'photo galler','photo-galler',0),(602,'photo gallery','photo-gallery',0),(603,'Portmore','portmore',0),(604,'St. Catherine','st-catherine',0),(605,'Jamaiva','jamaiva',0),(606,'Leggo De G','leggo-de-g',0),(607,'Killz Dem Out','killz-dem-out',0),(608,'Kingston College','kingston-college',0),(609,'tour','tour',0),(610,'Craig Phang Sang','craig-phang-sang',0),(611,'visual exhibition','visual-exhibition',0),(612,'Harbour Street','harbour-street',0),(613,'Itopia Life','itopia-life',0),(614,'marijuana dispensary','marijuana-dispensary',0),(615,'West Kings House Road','west-kings-house-road',0),(616,'Tru Juice River','tru-juice-river',0),(617,'Linstead','linstead',0),(618,'Zimi Entertainemnt','zimi-entertainemnt',0),(619,'Zimi Entertainment','zimi-entertainment',0),(620,'Zimi Seh Riva','zimi-seh-riva',0),(621,'summer party','summer-party',0),(622,'events','events',0),(623,'Kyle Butler','kyle-butler',0),(624,'ASK Linz','ask-linz',0),(625,'Bayer Leverkusen','bayer-leverkusen',0),(626,'Bayern Munich','bayern-munich',0),(627,'video highlights','video-highlights',0),(628,'Fridays at the Devon','fridays-at-the-devon',0),(629,'Devon House','devon-house',0),(630,'personal','personal',0),(631,'personal hygiene','personal-hygiene',0),(632,'self-care','self-care',0),(633,'University of the West Indies','university-of-the-west-indies',0),(634,'UWI','uwi',0),(635,'skating','skating',0),(636,'new generation','new-generation',0),(637,'Taylor Hall Commissary','taylor-hall-commissary',0),(638,'sizzla','sizzla',0),(639,'hot frass','hot-frass',0),(640,'jamaican music','jamaican-music',0),(641,'men&#039;s fashion','mens-fashion',0),(642,'League of Nations','league-of-nations',0),(643,'United Nations','united-nations',0),(644,'territorial dispute','territorial-dispute',0),(645,'sovereign country','sovereign-country',0),(646,'Holy See','holy-see',0),(647,'Taiwan','taiwan',0),(648,'Kosovo','kosovo',0),(649,'Abkhazia','abkhazia',0),(650,'Caucasus Mountains','caucasus-mountains',0),(651,'Nauru','nauru',0),(652,'Syria','syria',0),(653,'Krubera Caves','krubera-caves',0),(654,'Gagra','gagra',0),(655,'Balkan Peninsula','balkan-peninsula',0),(656,'Prishtina','prishtina',0),(657,'Soviet Union','soviet-union',0),(658,'Gagauzia','gagauzia',0),(659,'Dniester River','dniester-river',0),(660,'Ukraine','ukraine',0),(661,'Tighina Fortress','tighina-fortress',0),(662,'Bender','bender',0),(663,'Laas Geel caves','laas-geel-caves',0),(664,'Artsakh','artsakh',0),(665,'Azerbaijan','azerbaijan',0),(666,'We Are Mountains','we-are-mountains',0),(667,'Tatik Papik','tatik-papik',0),(668,'Umbrella Waterfall','umbrella-waterfall',0),(669,'Zontik Waterfall','zontik-waterfall',0),(670,'Muxtar','muxtar',0),(671,'Lake Kelistba','lake-kelistba',0),(672,'Xanthi River','xanthi-river',0),(673,'Ksani Fortress','ksani-fortress',0),(674,'Luhansk People&#039;s Republic','luhansk-peoples-republic',0),(675,'2014 Ukraine Revolution','2014-ukraine-revolution',0),(676,'Sahrawi Republic','sahrawi-republic',0),(677,'Western Sahara','western-sahara',0),(678,'Morroco','morroco',0),(679,'African Union','african-union',0),(680,'AU','au',0),(681,'germany','germany',0),(682,'central america','central-america',0),(683,'bajan','bajan',0),(684,'UN','un',0),(685,'buffer zone','buffer-zone',0),(686,'tourism attractiom','tourism-attractiom',0),(687,'blue mountain','blue-mountain',0),(688,'Bob Marley','bob-marley',0),(689,'Buzz Top 10 YouTube charts','buzz-top-10-youtube-charts',0),(690,'Vybz Kartel','vybz-kartel',0),(691,'Squash','squash',0),(692,'Beat Dem Bad','beat-dem-bad',0),(693,'YouTube insights','youtube-insights',0),(694,'Buzz Music Charts','buzz-music-charts',0),(695,'Masicka','masicka',0),(696,'Living Legend','living-legend',0),(697,'Govana','govana',0),(698,'Rapture','rapture',0),(699,'Tommy Lee Sparta','tommy-lee-sparta',0),(700,'Damage Musiq','damage-musiq',0),(701,'Blessings','blessings',0),(702,'Any Weatherm','any-weatherm',0),(703,'Any Weather','any-weather',0),(704,'Shenseea','shenseea',0),(705,'Blessed','blessed',0),(706,'Daddy1','daddy1',0),(707,'Anthem','anthem',0),(708,'TeeJay','teejay',0),(709,'Attention','attention',0),(710,'Loving Every Minute','loving-every-minute',0),(711,'Nicki Minaj','nicki-minaj',0),(712,'Megatron','megatron',0),(713,'Song of the Summer','song-of-the-summer',0),(714,'summer 2019','summer-2019',0),(715,'Hip-Hop','hip-hop-2',0),(716,'R&amp;B','rb',0),(717,'Clarks Pon Foot','clarks-pon-foot',0),(718,'Active','active',0),(719,'Press','press',0),(720,'Drug Lawd','drug-lawd',0),(721,'Owna Lane','owna-lane',0),(722,'Lil Nas X','lil-nas-x',0),(723,'Billy Ray Cyrus','billy-ray-cyrus',0),(724,'Old Town Road','old-town-road',0),(725,'Rygin King','rygin-king',0),(726,'Portal','portal',0),(727,'Ding Dong','ding-dong',0),(728,'Popeye Caution','popeye-caution',0),(729,'Good Ting Dem','good-ting-dem',0),(730,'Henne &amp; Weed','henne-weed',0),(731,'Nike Cortez','nike-cortez',0),(732,'Nike Classic','nike-classic',0),(733,'Kendrick Lamar','kendrick-lamar',0),(734,'destination','destination',0),(735,'Fort Charles','fort-charles',0),(736,'Giddy House','giddy-house',0),(737,'British','british',0),(738,'British Naval Station','british-naval-station',0),(739,'Britain','britain',0),(740,'fishing village','fishing-village',0),(741,'Ja','ja',0),(742,'Jamaican','jamaican',0),(743,'games','games',0),(744,'Spice','spice',0),(745,'reggae music','reggae-music',0),(746,'Chronic Law','chronic-law',0),(747,'music trends','music-trends',0),(748,'Al Edwards','al-edwards',0),(749,'fun','fun',0),(750,'tainos','tainos',0),(751,'indegenous people','indegenous-people',0),(752,'christopher columbus','christopher-columbus',0),(753,'jamaican culture','jamaican-culture',0),(754,'children&#039;s books','childrens-books',0),(755,'Brittny Newman','brittny-newman',0),(756,'Christopher Martin','christopher-martin',0),(757,'Sean Paul','sean-paul',0),(758,'Damion Marley','damion-marley',0),(759,'luxury cars','luxury-cars',0),(760,'jaguar','jaguar',0),(761,'land rover','land-rover',0),(762,'electric cars','electric-cars',0),(763,'investment','investment',0),(764,'british cars','british-cars',0),(765,'craig david','craig-david',0),(766,'american music','american-music',0),(767,'bella thorne','bella-thorne',0),(768,'actress','actress',0),(769,'cochella','cochella',0),(770,'Coachella','coachella',0),(771,'Benjamin Mascolo','benjamin-mascolo',0),(772,'Khloe Kardashian','khloe-kardashian',0),(773,'Tristan Thompson','tristan-thompson',0),(774,'keeping up with the kardashians','keeping-up-with-the-kardashians',0),(775,'NBA','nba',0),(776,'NBA player','nba-player',0),(777,'reality tv','reality-tv',0),(778,'True Thompson','true-thompson',0),(779,'Busta Rhymes','busta-rhymes',0),(780,'Trevor George Smith Jr','trevor-george-smith-jr',0),(781,'British Airways','british-airways',0),(782,'hot','hot',0),(783,'The Rock','the-rock',0),(784,'Good Morning America','good-morning-america',0),(785,'kingston kitchen','kingston-kitchen',0),(786,'foodie','foodie',0),(787,'hope gardens','hope-gardens',0),(788,'international cuisine','international-cuisine',0),(789,'jamaican dishes','jamaican-dishes',0),(790,'justin','justin',0),(791,'justin bieber','justin-bieber',0),(792,'hailey bieber','hailey-bieber',0),(793,'drew','drew',0),(794,'I Am Hannah','i-am-hannah',0),(795,'Crazy Rich Asians','crazy-rich-asians',0),(796,'Gemma Chan','gemma-chan',0),(797,'coffee','coffee',0),(798,'weight management','weight-management',0),(799,'skin colour','skin-colour',0),(800,'sanjay nelson','sanjay-nelson',0),(801,'sound clash','sound-clash',0),(802,'riddim','riddim',0),(803,'comic books','comic-books',0),(804,'I-Land Chronicles','i-land-chronicles',0),(805,'Kevin Jackson','kevin-jackson',0),(806,'Stan Lee','stan-lee',0),(807,'Marvel','marvel',0),(808,'Marvel Comics','marvel-comics',0),(809,'meek mill','meek-mill',0),(810,'kim kardashian','kim-kardashian',0),(811,'criminal justice','criminal-justice',0),(812,'Hard Rock Cafe','hard-rock-cafe',0),(813,'Beach','beach',0),(814,'Sunset','sunset',0),(815,'St James','st-james',0),(816,'wedding','wedding',0),(817,'new name','new-name',0),(818,'kenneth petty','kenneth-petty',0),(819,'rapper','rapper',0),(820,'dancehall riddim','dancehall-riddim',0),(821,'dancehall music','dancehall-music',0),(822,'U2','u2',0),(823,'british singer','british-singer',0),(824,'divide tour','divide-tour',0),(825,'record breaking','record-breaking',0),(826,'Men &amp; Emotions','men-emotions',0),(827,'masculinity','masculinity',0),(828,'toxic masculinity','toxic-masculinity',0),(829,'Jamaican men','jamaican-men',0),(830,'hypermasculinity','hypermasculinity',0),(831,'mental health','mental-health',0),(832,'men&#039;s health','mens-health',0),(833,'crisis','crisis',0),(834,'Reverend Al Miller','reverend-al-miller',0),(835,'Fellowship Tabernacle','fellowship-tabernacle',0),(836,'sexuality','sexuality',0),(837,'relations','realtions',0),(838,'Jamaican food','jamaican-food',0),(839,'comfort food','comfort-food',0),(840,'Conor McGregor','conor-mcgregor',0),(841,'Cristiano Ronaldo','cristiano-ronaldo',0),(842,'Madrid','madrid',0),(843,'BUZZ Artiste Watch','buzz-artiste-watch',0),(844,'BUZZ Top 10 artistes','buzz-top-10-artistes',0),(845,'Tasha Cobbs Leonard','tasha-cobbs-leonard',0),(846,'Chris Brown','chris-brown',0),(847,'Alkaline','alkaline',0),(848,'Spain','spain',0),(849,'jamaican art','jamaican-art',0),(850,'lattecha willocks','lattecha-willocks',0),(851,'austria','austria',0),(852,'Gospel','gospel',0),(853,'Dave Bautista','dave-bautista',0),(854,'guardians of the galaxy','guardians-of-the-galaxy',0),(855,'american actor','american-actor',0),(856,'WWE','wwe',0),(857,'Michelle Obama','michelle-obama',0),(858,'Barack Obama','barack-obama',0),(859,'wrestling','wrestling',0),(860,'Duchess Megan','duchess-megan',0),(861,'Dexta Daps','dexta-daps',0),(862,'beaches','beaches',0),(863,'hotspot','hotspot',0),(864,'wine','wine',0),(865,'employees','employees',0),(866,'boss','boss',0),(867,'funny','funny',0),(868,'restaurant','restaurant',0),(869,'Hawksmoor Manchester','hawksmoor-manchester',0),(870,'Martha Brae','martha-brae',0),(871,'Rafting','rafting',0),(872,'River','river',0),(873,'robots','robots',0),(874,'robotics','robotics',0),(875,'Hank','hank',0),(876,'Asimo','asimo',0),(877,'technology','technology',0),(878,'AI','ai',0),(879,'Cambridge Consultants','cambridge-consultants',0),(880,'Honda','honda',0),(881,'Technology','technology',0),(882,'Bomboclat','bomboclat',0),(883,'Bomboclat Beer','bomboclat-beer',0),(884,'Badwords','badwords',0),(885,'Dj Sparks','dj-sparks',0),(886,'Bad Words','bad-words',0),(887,'stock market','stock-market',0),(888,'stocks','stocks',0),(889,'Jamaican economy','jamaican-economy',0),(890,'economic growth','economic-growth',0),(891,'Ryan Reid','ryan-reid',0),(892,'ripped jeans','ripped-jeans',0),(893,'distressed jeans','distressed-jeans',0),(894,'jeans','jeans',0),(895,'spragga benz','spragga-benz',0),(896,'Cockpit Country','cockpit-country',0),(897,'Marron Lands','marron-lands',0),(898,'Bounty killer','bounty-killer',0),(899,'pedicure','pedicure',0),(900,'feet','feet',0),(901,'Lamar Odom','lamar-odom',0),(902,'Sabrina Parr','sabrina-parr',0),(903,'R Kelly','r-kelly',0),(904,'A$AP Rocky','aap-rocky',0),(905,'Sweden','sweden',0),(906,'Christina Milian','christina-milian',0),(907,'Matt Pokora','matt-pokora',0),(908,'Pregnant','pregnant',0),(909,'Things to dio','things-to-dio',0),(910,'Things to do','things-to-do',0),(911,'Atlantic Ocean','atlantic-ocean',0),(912,'partners','partners',0),(913,'The Last American Virgin','the-last-american-virgin',0),(914,'icey jace','icey-jace',0),(915,'music video','music-video',0),(916,'beenie man','beenie-man',0),(917,'solid agency','solid-agency',0),(918,'fully loaded','fully-loaded',0),(919,'elephant man','elephant-man',0),(920,'charly black','charly-black',0),(921,'ding dog','ding-dog',0),(922,'queen ifrica','queen-ifrica',0),(923,'wayne wonder','wayne-wonder',0),(924,'yva','yva',0),(925,'carivibe tv','carivibe-tv',0),(926,'horoscopes','horoscopes',0),(927,'zodiac signs','zodiac-signs',0),(928,'astrology','astrology',0),(929,'kylie jenner','kylie-jenner',0),(930,'american celebrity','american-celebrity',0),(931,'sofia richie','sofia-richie',0),(932,'Scott Disick','scott-disick',0),(933,'Marvel Cinematic Universe','marvel-cinematic-universe',0),(934,'Disney Studios','disney-studios',0),(935,'The Avengers','the-avengers',0),(936,'Avengers: Endgame','avengers-endgame',0),(937,'Avengers Infinity War','avengers-infinity-war',0),(938,'Avatar','avatar',0),(939,'Fox Studios','fox-studios',0),(940,'James Cameron','james-cameron',0),(941,'highest-grossing film','highest-grossing-film',0),(942,'highest-grossing films of all time','highest-grossing-films-of-all-time',0),(943,'Jack Kirby','jack-kirby',0),(944,'Thanos','thanos',0),(945,'Marvel Entertainment','marvel-entertainment',0),(946,'Deadline Hollywood','deadline-hollywood',0),(947,'Rotten Tomatoes','rotten-tomatoes',0),(948,'MCU Phase 3','mcu-phase-3',0),(949,'tourism student','tourism-student',0),(950,'summerset resort','summerset-resort',0),(951,'Western Hospitality Institure','western-hospitality-institure',0),(952,'western Hospitality Institute','western-hospitality-institute',0),(953,'jamaican hotel','jamaican-hotel',0),(954,'domestic work','domestic-work',0),(955,'gender roles','gender-roles',0),(956,'Marvel Studios','marvel-studios',0),(957,'BUZZ Countdown','buzz-countdown',0),(958,'Box Office Mojo','box-office-mojo',0),(959,'Buena Vista Studios','buena-vista-studios',0),(960,'britney spears','britney-spears',0),(961,'Black Panther','black-panther',0),(962,'Sam Asghari','sam-asghari',0),(963,'Avengers: Age of Ultron','avengers-age-of-ultron',0),(964,'Furious 7','furious-7',0),(965,'Universal Studios','universal-studios',0),(966,'Piece Of Me','piece-of-me',0),(967,'relationship','relationship',0),(968,'Jurassic World','jurassic-world',0),(969,'Star Wars: The Force Awakens','star-wars-the-force-awakens',0),(970,'Titanic','titanic',0),(971,'Paramount Studios','paramount-studios',0),(972,'zendaya','zendaya',0),(973,'euphoria','euphoria',0),(974,'tv series','tv-series',0),(975,'HBO','hbo',0),(976,'HBO drama','hbo-drama',0),(977,'American actress','american-actress',0),(978,'babies','babies',0),(979,'family','family',0),(980,'parents','parents',0),(981,'ugly babies','ugly-babies',0),(982,'Clarendon','clarendon',0),(983,'Palmers Cross','palmers-cross',0),(984,'Savannah Cross','savannah-cross',0),(985,'Chantal Lewis','chantal-lewis',0),(986,'hand-made footwear','hand-made-footwear',0),(987,'leather sandals','leather-sandals',0),(988,'Palmers CrossPrimary School','palmers-crossprimary-school',0),(989,'Palmers Cross Community Development Committee','palmers-cross-community-development-committee',0),(990,'PCCDC','pccdc',0),(991,'Senator Pearnel Charles Junior','senator-pearnel-charles-junior',0),(992,'PCCDC President Romeo Mitchell','pccdc-president-romeo-mitchell',0),(993,'Peter Bunting','peter-bunting',0),(994,'Dr Peter Phillips','dr-peter-phillips',0),(995,'Norman Manley','norman-manley',0),(996,'PNP','pnp',0),(997,'Rita Marley','rita-marley',0),(998,'Rita Marley Foundation','rita-marley-foundation',0),(999,'philanthropic work','philanthropic-work',0),(1000,'marr','marr',0),(1001,'sex','sex',0),(1002,'Public Speaking Competition','public-speaking-competition',0),(1003,'hall pass','hall-pass',0),(1004,'Essay Competition','essay-competition',0),(1005,'Song Writing Competition','song-writing-competition',0),(1006,'high school students','high-school-students',0),(1007,'office romance','office-romance',0),(1008,'love affair','love-affair',0),(1009,'co-worker','co-worker',0),(1010,'workplace','workplace',0),(1011,'privacy','privacy',0),(1012,'distractions','distractions',0),(1013,'St. Catherine Jerk Festival','st-catherine-jerk-festival',0),(1014,'GraceKennedy','gracekennedy',0),(1015,'manufacturing','manufacturing',0),(1016,'exxport','exxport',0),(1017,'export','export',0),(1018,'employment','employment',0),(1019,'agriculture','agriculture',0),(1020,'curvy diva','curvy-diva',0),(1021,'yanique barrett','yanique-barrett',0),(1022,'demarco','demarco',0),(1023,'kranium','kranium',0),(1024,'gage','gage',0),(1025,'Bunx Pon It','bunx-pon-it',0),(1026,'Halle Berry','halle-berry',0),(1027,'Keanu Reeves','keanu-reeves',0),(1028,'John Wick','john-wick',0),(1029,'John Wick 3','john-wick-3',0),(1030,'Lionsgate Studios','lionsgate-studios',0),(1031,'Nissan','nissan',0),(1032,'Fidelity Motors','fidelity-motors',0),(1033,'ATL','atl',0),(1034,'John Wick Chapter 3: PARABELLUM','john-wick-chapter-3-parabellum',0),(1035,'Sophia','sophia',0),(1036,'PNL','pnl',0),(1037,'marijuana','marijuana',0),(1038,'weed culture','weed-culture',0),(1039,'marijuana culture','marijuana-culture',0),(1040,'Dennis Brown','dennis-brown',0),(1041,'Jamaican video producer','jamaican-video-producer',0),(1042,'viral video','viral-video',0),(1043,'official music video','official-music-video',0),(1044,'French rap','french-rap',0),(1045,'France','france',0),(1046,'BLANKA','blanka',0),(1047,'Samardo Samuels','samardo-samuels',0),(1048,'Big3 league','big3-league',0),(1049,'basketball','basketball',0),(1050,'Ice Cube','ice-cube',0),(1051,'Trilogy','trilogy',0),(1052,'Cleveland Cavaliers','cleveland-cavaliers',0),(1053,'French Club','french-club',0),(1054,'Falmouth','falmouth',0),(1055,'Roaring River','roaring-river',0),(1056,'Rasta Safari','rasta-safari',0),(1057,'eco tour','eco-tour',0),(1058,'Chrissy Teigen','chrissy-teigen',0),(1059,'John Legend','john-legend',0),(1060,'celebrity couple','celebrity-couple',0),(1061,'Sports Illustrated Model','sports-illustrated-model',0),(1062,'Luna','luna',0),(1063,'Miles','miles',0),(1064,'productivity','productivity',0),(1065,'employee engagement','employee-engagement',0),(1066,'technolo','technolo',0),(1067,'employee tracking','employee-tracking',0),(1068,'Bad Gas','bad-gas',0),(1069,'Fayval Williams','fayval-williams',0),(1070,'Petroleum Trade Reform Committee','petroleum-trade-reform-committee',0),(1071,'employer','employer',0),(1072,'bootlegrocstar','bootlegrocstar',0),(1073,'jamaican fashion','jamaican-fashion',0),(1074,'keke palmer','keke-palmer',0),(1075,'grammys','grammys',0),(1076,'oscars','oscars',0),(1077,'buzz fashion','buzz-fashion',0),(1078,'rita ora','rita-ora',0),(1079,'konshens','konshens',0),(1080,'tanya stephens','tanya-stephens',0),(1081,'nadine sutherland','nadine-sutherland',0),(1082,'C-Diba','c-diba',0),(1083,'C-Diva','c-diva',0),(1084,'jamaican entertainer','jamaican-entertainer',0),(1085,'new music','new-music',0),(1086,'mariah carey','mariah-carey',0),(1087,'we belong together','we-belong-together',0),(1088,'billboard','billboard',0),(1089,'billboard awards','billboard-awards',0),(1090,'Bounty Killa','bounty-killa',0),(1091,'Iggy Azalea','iggy-azalea',0),(1092,'Kabaka Pyramid','kabaka-pyramid',0),(1093,'mining','mining',0),(1094,'music star','music-star',0),(1095,'Australian rapper','australian-rapper',0),(1096,'Maroon','maroon',0),(1097,'Bebe Rexha','bebe-rexha',0),(1098,'empower women','empower-women',0),(1099,'self-confidence','self-confidence',0),(1100,'bebe clothing','bebe-clothing',0),(1101,'Say My Name','say-my-name',0),(1102,'winnie Harlow','winnie-harlow',0),(1103,'Royalton Negril','royalton-negril',0),(1104,'Tyra Banks','tyra-banks',0),(1105,'fashion designer','fashion-designer',0),(1106,'SHaggy','shaggy',0),(1107,'Queen Latifah','queen-latifah',0),(1108,'Sebastian','sebastian',0),(1109,'Little Mermaid','little-mermaid',0),(1110,'musical','musical',0),(1111,'Floyd Mayweather Jr','floyd-mayweather-jr',0),(1112,'Yohan Blake','yohan-blake',0),(1113,'Richard Mille','richard-mille',0),(1114,'Jacob and Co','jacob-and-co',0),(1115,'sex crimes','sex-crimes',0),(1116,'Ignition','ignition',0),(1117,'sexual abuse','sexual-abuse',0),(1118,'Lil Nas','lil-nas',0),(1119,'Gay','gay',0),(1120,'Vershon','vershon',0),(1121,'bermuda immigration','bermuda-immigration',0),(1122,'Bermuda','bermuda',0),(1123,'immigration','immigration',0),(1124,'Krysie','krysie',0),(1125,'DUFF','duff',0),(1126,'hairstyles','hairstyles',0),(1127,'grooming','grooming',0),(1128,'sugar mamas','sugar-mamas',0),(1129,'companionship','companionship',0),(1130,'mamas boy','mamas-boy',0),(1131,'maceo','maceo',0),(1132,'american movies','american-movies',0),(1133,'stepparents','stepparents',0),(1134,'drake','drake',0),(1135,'ovo fest','ovo-fest',0),(1136,'lil Baby','lil-baby',0),(1137,'gucci mane','gucci-mane',0),(1138,'da baby','da-baby',0),(1139,'Oprah Winfrey','oprah-winfrey',0),(1140,'Michael B. Jordan','michael-b-jordan',0),(1141,'OWN network','own-network',0),(1142,'gospel song competition','gospel-song-competition',0),(1143,'jcdc','jcdc',0),(1144,'joanna walker','joanna-walker',0),(1145,'gospel music','gospel-music',0),(1146,'national arena','national-arena',0),(1147,'national stadium','national-stadium',0),(1148,'sandals resort','sandals-resort',0),(1149,'pornography','pornography',0),(1150,'porn','porn',0),(1151,'intimacy','intimacy',0),(1152,'Auli&#039;i Cravalho','aulii-cravalho',0),(1153,'Princess Ariel','princess-ariel',0),(1154,'Abc','abc',0),(1155,'carlton brown','carlton-brown',0),(1156,'buju banton','buju-banton',0),(1157,'romain virgo','romain-virgo',0),(1158,'munga honourable','munga-honourable',0),(1159,'mission catwalk','mission-catwalk',0),(1160,'Jennifer Aniston','jennifer-aniston',0),(1161,'friends','friends',0),(1162,'Matthew Perry','matthew-perry',0),(1163,'Lisa Kudrow','lisa-kudrow',0),(1164,'Courteney Cox','courteney-cox',0),(1165,'David Schwimmer','david-schwimmer',0),(1166,'Matt Le Blanc','matt-le-blanc',0),(1167,'american tv series','american-tv-series',0),(1168,'amazon FedE','amazon-fede',0),(1169,'FedEx','fedex',0),(1170,'Amazon','amazon',0),(1171,'shipping','shipping',0),(1172,'cargo','cargo',0),(1173,'gratitude','gratitude',0),(1174,'cellphone','cellphone',0),(1175,'communication','communication',0),(1176,'homesexuals','homesexuals',0),(1177,'homosexuality','homosexuality',0),(1178,'homophobia','homophobia',0),(1179,'festival queen','festival-queen',0),(1180,'culture ministry','culture-ministry',0),(1181,'olivia grange','olivia-grange',0),(1182,'babsy','babsy',0),(1183,'Khamara Wright','khamara-wright',0),(1184,'Dahlia Harris','dahlia-harris',0),(1185,'Digicel','digicel',0),(1186,'Digicel Jamaica','digicel-jamaica',0),(1187,'CEO','ceo',0),(1188,'leadership','leadership',0),(1189,'Justin Morin','justin-morin',0),(1190,'Allison Cole Philbert','allison-cole-philbert',0),(1191,'telecoms','telecoms',0),(1192,'Fashionenira','fashionenira',0),(1193,'beyonce','beyonce',0),(1194,'city girl','city-girl',0),(1195,'city girls','city-girls',0),(1196,'hot girl summer','hot-girl-summer',0),(1197,'dancehall scene','dancehall-scene',0),(1198,'bizstart 101','bizstart-101',0),(1199,'denim queen','denim-queen',0),(1200,'Audi Q3','audi-q3',0),(1201,'Audi Qu8','audi-qu8',0),(1202,'Audi Jamaica','audi-jamaica',0),(1203,'Milla Jovovich','milla-jovovich',0),(1204,'Resident Evil','resident-evil',0),(1205,'Moody&#039;s','moodys',0),(1206,'bonds','bonds',0),(1207,'Moodys','moodys-2',0),(1208,'securities','securities',0),(1209,'debt','debt',0),(1210,'JMMB','jmmb',0),(1211,'african','african',0),(1212,'kevoy burton','kevoy-burton',0),(1213,'alison hinds','alison-hinds',0),(1214,'soca star','soca-star',0),(1215,'jamaican actor','jamaican-actor',0),(1216,'african fil','african-fil',0),(1217,'african film','african-film',0),(1218,'shontelle','shontelle',0),(1219,'African Diaspora','african-diaspora',0),(1220,'Motherland','motherland',0),(1221,'Joseph Film','joseph-film',0),(1222,'katy perry','katy-perry',0),(1223,'american singer','american-singer',0),(1224,'beverly hill','beverly-hill',0),(1225,'beverly hills','beverly-hills',0),(1226,'orlando bloom','orlando-bloom',0),(1227,'the netherlands','the-netherlands',0),(1228,'scotland','scotland',0),(1229,'nicolas cage','nicolas-cage',0),(1230,'Erike Koike','erike-koike',0),(1231,'Las vegas','las-vegas',0),(1232,'career woman','career-woman',0),(1233,'single','single',0),(1234,'Weekend Bella','weekend-bella',0),(1235,'Weekend','weekend',0),(1236,'Bella','bella',0),(1237,'Weeknd','weeknd',0),(1238,'deborah chen','deborah-chen',0),(1239,'ncds','ncds',0),(1240,'heart health','heart-health',0),(1241,'NCD Alliance','ncd-alliance',0),(1242,'Heart Foundation of Jamaica','heart-foundation-of-jamaica',0),(1243,'EP','ep',0),(1244,'teabags','teabags',0),(1245,'smelly shoes','smelly-shoes',0),(1246,'Bella Hadid','bella-hadid',0),(1247,'Jussie Smollett','jussie-smollett',0),(1248,'Empire','empire',0),(1249,'Fox','fox',0),(1250,'Jamal Lyon','jamal-lyon',0),(1251,'Meg Ryan','meg-ryan',0),(1252,'John Mellencamp','john-mellencamp',0),(1253,'Sleepless in Seattle','sleepless-in-seattle',0),(1254,'baby cham','baby-cham',0),(1255,'Rampin Shop','rampin-shop',0),(1256,'So Mi Like It','so-mi-like-it',0),(1257,'real estate','real-estate',0),(1258,'Eppley','eppley',0),(1259,'chronixx','chronixx',0),(1260,'grammy awards','grammy-awards',0),(1261,'marley family','marley-family',0),(1262,'reggae king','reggae-king',0),(1263,'skankin sweet','skankin-sweet',0),(1264,'dread and terrible','dread-and-terrible',0),(1265,'chronology','chronology',0),(1266,'one love','one-love',0),(1267,'Busy Signal','busy-signal',0),(1268,'Volcanic Euro Tour','volcanic-euro-tour',0),(1269,'Parts of The Puzzle','parts-of-the-puzzle',0),(1270,'Got to Tell you','got-to-tell-you',0),(1271,'SOS','sos',0),(1272,'Ben Simmons','ben-simmons',0),(1273,'racial profiling','racial-profiling',0),(1274,'sarge','sarge',0),(1275,'comedy','comedy',0),(1276,'spanish town','spanish-town',0),(1277,'Apache Chief and Sarge','apache-chief-and-sarge',0),(1278,'charlie sheen','charlie-sheen',0),(1279,'Denise Richards','denise-richards',0),(1280,'Asheika James','asheika-james',0),(1281,'festival queen competition','festival-queen-competition',0),(1282,'st elizabeth','st-elizabeth',0),(1283,'unesco','unesco',0),(1284,'parliament','parliament',0),(1285,'jamaican politics','jamaican-politics',0),(1286,'Khloe','khloe',0),(1287,'True','true',0),(1288,'wanderlust','wanderlust',0),(1289,'Portland','portland',0),(1290,'Spry Training','spry-training',0),(1291,'Dr Christopher Tufton','dr-christopher-tufton',0),(1292,'dancehal music','dancehal-music',0),(1293,'akon','akon',0),(1294,'healthy lifestyle','healthy-lifestyle',0),(1295,'vegetarian','vegetarian',0),(1296,'weight loss','weight-loss',0),(1297,'State of Mind','state-of-mind',0),(1298,'taylor swift','taylor-swift',0),(1299,'kimye','kimye',0),(1300,'feud','feud',0),(1301,'farmer','farmer',0),(1302,'farming','farming',0),(1303,'Diandra Rowe','diandra-rowe',0),(1304,'tami chynn','tami-chynn',0),(1305,'wayne marshall','wayne-marshall',0),(1306,'newborn','newborn',0),(1307,'oz','oz',0),(1308,'atlas','atlas',0),(1309,'jaxen','jaxen',0),(1310,'giomar','giomar',0),(1311,'reggae industry','reggae-industry',0),(1312,'st bess','st-bess',0),(1313,'Independence Celebrations','independence-celebrations',0),(1314,'primary education','primary-education',0),(1315,'Power','power',0),(1316,'STARZ','starz',0),(1317,'Cable TV','cable-tv',0),(1318,'Ghost','ghost',0),(1319,'Tommy','tommy',0),(1320,'50 Cent','50-cent',0),(1321,'Betrayal','betrayal',0),(1322,'plane','plane',0),(1323,'airport','airport',0),(1324,'summer travelling','summer-travelling',0),(1325,'banned list','banned-list',0),(1326,'high heels','high-heels',0),(1327,'perfumes','perfumes',0),(1328,'tight clothing','tight-clothing',0),(1329,'expletives','expletives',0),(1330,'Troian Bellisario','troian-bellisario',0),(1331,'Patrick J. Adams','patrick-j-adams',0),(1332,'Adam Lambert','adam-lambert',0),(1333,'american idol','american-idol',0),(1334,'LGBTQ','lgbtq',0),(1335,'Billboard magazine','billboard-magazine',0),(1336,'funeral etiquette','funeral-etiquette',0),(1337,'funeral','funeral',0),(1338,'cancer battle','cancer-battle',0),(1339,'Julia Louis-Dreyfus','julia-louis-dreyfus',0),(1340,'veep','veep',0),(1341,'political comedy','political-comedy',0),(1342,'cancer free','cancer-free',0),(1343,'Kim Cattrall','kim-cattrall',0),(1344,'sex and the city','sex-and-the-city',0),(1345,'hbo series','hbo-series',0),(1346,'filthy rich','filthy-rich',0),(1347,'samantha jones','samantha-jones',0),(1348,'morant bay town centre project','morant-bay-town-centre-project',0),(1349,'prime minister','prime-minister',0),(1350,'st thomas','st-thomas',0),(1351,'goodyear factory','goodyear-factory',0),(1352,'jamaican jobs','jamaican-jobs',0),(1353,'PICA','pica',0),(1354,'RGD','rgd',0),(1355,'Real Housewives of Beverly Hills','real-housewives-of-beverly-hills',0),(1356,'looks','looks',0),(1357,'personality','personality',0),(1358,'penis size','penis-size',0),(1359,'urology','urology',0),(1360,'Tiffany Haddish','tiffany-haddish',0),(1361,'john mayer','john-mayer',0),(1362,'Giancarlo Stanton','giancarlo-stanton',0),(1363,'tayor swift','tayor-swift',0),(1364,'cerebral palsy','cerebral-palsy',0),(1365,'CP','cp',0),(1366,'disabilities','disabilities',0),(1367,'inclusion','inclusion',0),(1368,'the late show','the-late-show',0),(1369,'jewish','jewish',0),(1370,'middle eastern food','middle-eastern-food',0),(1371,'Chabad Kosher Hot Spot','chabad-kosher-hot-spot',0),(1372,'jimmy cliff boulevard','jimmy-cliff-boulevard',0),(1373,'french montana','french-montana',0),(1374,'dog attack','dog-attack',0),(1375,'Daniel Banuelos','daniel-banuelos',0),(1376,'zane','zane',0),(1377,'German Shepherd','german-shepherd',0),(1378,'eye surgery','eye-surgery',0),(1379,'cataract','cataract',0),(1380,'Canada Vision Care','canada-vision-care',0),(1381,'charity','charity',0),(1382,'Lions Club of Montego Bay','lions-club-of-montego-bay',0),(1383,'Sight First','sight-first',0),(1384,'college','college',0),(1385,'parenting','parenting',0),(1386,'dormitories','dormitories',0),(1387,'leaving home','leaving-home',0),(1388,'Happy Grove High','happy-grove-high',0),(1389,'school principla','school-principla',0),(1390,'school principal','school-principal',0),(1391,'public apology','public-apology',0),(1392,'jamaican government','jamaican-government',0),(1393,'leslie jones','leslie-jones',0),(1394,'donald trump','donald-trump',0),(1395,'netflix','netflix',0),(1396,'insta-famous','insta-famous',0),(1397,'Mackerel','mackerel',0),(1398,'Candy Baby','candy-baby',0),(1399,'KUWTK','kuwtk',0),(1400,'producer icon','producer-icon',0),(1401,'donald medder','donald-medder',0),(1402,'no underwear','no-underwear',0),(1403,'Stredic Thompson','stredic-thompson',0),(1404,'Managing Director','managing-director',0),(1405,'Tracey Leanne Jefford','tracey-leanne-jefford',0),(1406,'Journeys End Wine Limited','journeys-end-wine-limited',0),(1407,'Flavours of the Past','flavours-of-the-past',0),(1408,'skin bleaching','skin-bleaching',0),(1409,'Jamaican winers','jamaican-winers',0),(1410,'fine wines','fine-wines',0),(1411,'sweet wines','sweet-wines',0),(1412,'Matthew Thompson','matthew-thompson',0),(1413,'Director and General Manager','director-and-general-manager',0),(1414,'Duke Street','duke-street',0),(1415,'ackee','ackee',0),(1416,'ginger','ginger',0),(1417,'sorrel','sorrel',0),(1418,'pimento berry','pimento-berry',0),(1419,'passionfruit','passionfruit',0),(1420,'honey orange','honey-orange',0),(1421,'pineapple','pineapple',0),(1422,'sugar cane','sugar-cane',0),(1423,'noni','noni',0),(1424,'soursop','soursop',0),(1425,'starfruit','starfruit',0),(1426,'moringa','moringa',0),(1427,'Otaheiti apple','otaheiti-apple',0),(1428,'mango','mango',0),(1429,'quality wines','quality-wines',0),(1430,'Jamaican vintners','jamaican-vintners',0),(1431,'X Factor','x-factor',0),(1432,'basal cell carcinoma','basal-cell-carcinoma',0),(1433,'tattoos','tattoos',0),(1434,'ink','ink',0),(1435,'body art','body-art',0),(1436,'self expression','self-expression',0),(1437,'tipping','tipping',0),(1438,'tips','tips',0),(1439,'gratuity','gratuity',0),(1440,'lady gaga','lady-gaga',0),(1441,'shallow','shallow',0),(1442,'Mark Ronson','mark-ronson',0),(1443,'A Star Is Born','a-star-is-born',0),(1444,'chart topping','chart-topping',0),(1445,'Mario Klingemann','mario-klingemann',0),(1446,'harry styles','harry-styles',0),(1447,'scottish','scottish',0),(1448,'st abbs','st-abbs',0),(1449,'Christophers','christophers',0),(1450,'Hermosa Cove','hermosa-cove',0),(1451,'foodie chronicles','foodie-chronicles',0),(1452,'Attalia Harriman','attalia-harriman',0),(1453,'Jamaican cuisine','jamaican-cuisine',0),(1454,'Piña colada','pina-colada',0),(1455,'Pan-seared Mahi Mahi','pan-seared-mahi-mahi',0),(1456,'Seafood medley soup','seafood-medley-soup',0),(1457,'For The Love Of Food','for-the-love-of-food',0),(1458,'Miss Ts Kitchen','miss-ts-kitchen',0),(1459,'Di Wine Yaad','di-wine-yaad',0),(1460,'Mystic Mountain','mystic-mountain',0),(1461,'Anna-Kay &#039;Miss T&#039; Tomlinson','anna-kay-miss-t-tomlinson',0),(1462,'father','father',0),(1463,'fathers','fathers',0),(1464,'dads','dads',0),(1465,'Dad','dad',0),(1466,'Mom','mom',0),(1467,'Beres Hammond','beres-hammond',0),(1468,'Never ending tour','never-ending-tour',0),(1469,'oxtail','oxtail',0),(1470,'Oxtail Cocoabread','oxtail-cocoabread',0),(1471,'henna','henna',0),(1472,'jagua','jagua',0),(1473,'henna threads','henna-threads',0),(1474,'mark samuels','mark-samuels',0),(1475,'carnival in jamaica','carnival-in-jamaica',0),(1476,'jamaica carnival','jamaica-carnival',0),(1477,'road crash','road-crash',0),(1478,'reckless driver','reckless-driver',0),(1479,'road fatalities','road-fatalities',0),(1480,'road safety unit','road-safety-unit',0),(1481,'IDB','idb',0),(1482,'texting and driving','texting-and-driving',0),(1483,'work etiquette','work-etiquette',0),(1484,'kitchen etiquette','kitchen-etiquette',0),(1485,'office','office',0),(1486,'Annaixe','annaixe',0),(1487,'cropover','cropover',0),(1488,'xaymaca','xaymaca',0),(1489,'campari','campari',0),(1490,'pepsi','pepsi',0),(1491,'Kadooment','kadooment',0),(1492,'crop over','crop-over',0),(1493,'blue box','blue-box',0),(1494,'Betty west','betty-west',0),(1495,'kelly osbourne','kelly-osbourne',0),(1496,'sober','sober',0),(1497,'Camila Cabello','camila-cabello',0),(1498,'shawn mendes','shawn-mendes',0),(1499,'Lizzo','lizzo',0),(1500,'PDA','pda',0),(1501,'juice','juice',0),(1502,'truth hurts','truth-hurts',0),(1503,'Someone great','someone-great',0),(1504,'Denroy Morgan','denroy-morgan',0),(1505,'Black Eagles Band','black-eagles-band',0),(1506,'Sweet Kali Herb','sweet-kali-herb',0),(1507,'ishawna','ishawna',0),(1508,'pot of gold','pot-of-gold',0),(1509,'New York Times','new-york-times',0),(1510,'daddy-daughter','daddy-daughter',0),(1511,'father effect','father-effect',0),(1512,'daughters','daughters',0),(1513,'girls','girls',0),(1514,'BeyoncéJay-Z','beyoncejay-z',0),(1515,'Jay-Z','jay-z',0),(1516,'Fred Savage','fred-savage',0),(1517,'Blue Ivy','blue-ivy',0),(1518,'Jennifer Lynn Stone','jennifer-lynn-stone',0),(1519,'PNP Peter Bunting','pnp-peter-bunting',0),(1520,'Rise United','rise-united',0),(1521,'Don Anderson','don-anderson',0),(1522,'Politics','politics',0),(1523,'Polls','polls',0),(1524,'LGBTQAI+','lgbtqai',0),(1525,'Miley Cyrus Liam Hemsworth','miley-cyrus-liam-hemsworth',0),(1526,'Miley Cyrus','miley-cyrus',0),(1527,'Liam Hemsworth','liam-hemsworth',0),(1528,'Wrecking Ball','wrecking-ball',0),(1529,'Hunger game','hunger-game',0),(1530,'Donald Tapia','donald-tapia',0),(1531,'US Ambassador to Jamaica','us-ambassador-to-jamaica',0),(1532,'Luis Moreno','luis-moreno',0),(1533,'US Senate','us-senate',0),(1534,'Food','food',0),(1535,'Matthew Bellamy','matthew-bellamy',0),(1536,'Ell Evans','ell-evans',0),(1537,'muse','muse',0),(1538,'Ford','ford',0),(1539,'Volkswagen','volkswagen',0),(1540,'CEO Herbert Diess','ceo-herbert-diess',0),(1541,'CEO James Hackett','ceo-james-hackett',0),(1542,'autonomous vehicles','autonomous-vehicles',0),(1543,'automotive industry','automotive-industry',0),(1544,'Siri','siri',0),(1545,'Google','google',0),(1546,'Google Assistant','google-assistant',0),(1547,'Alexa','alexa',0),(1548,'private clips','private-clips',0),(1549,'contractors hired to listen','contractors-hired-to-listen',0),(1550,'Toni Morrison','toni-morrison',0),(1551,'The Bluest Eye','the-bluest-eye',0),(1552,'July','july',0),(1553,'sumemr','sumemr',0),(1554,'hottest July ever','hottest-july-ever',0),(1555,'World Meteorological Organisation','world-meteorological-organisation',0),(1556,'June','june',0),(1557,'hottest June ever','hottest-june-ever',0),(1558,'National Oceanic and Atmospheric Administration','national-oceanic-and-atmospheric-administration',0),(1559,'average global temperature','average-global-temperature',0),(1560,'JMMB Bank','jmmb-bank',0),(1561,'year-on-year performance','year-on-year-performance',0),(1562,'earnings','earnings',0),(1563,'profits','profits',0),(1564,'Group CEO Keith Duncan','group-ceo-keith-duncan',0),(1565,'Italy','italy',0),(1566,'Audley Shaw','audley-shaw',0),(1567,'Caribbean International Network','caribbean-international-network',0),(1568,'CIN Lecture 2019','cin-lecture-2019',0),(1569,'New York','new-york',0),(1570,'ganja industry','ganja-industry',0),(1571,'ebola','ebola',0),(1572,'Jeremy Farrar','jeremy-farrar',0),(1573,'Wellcome Trust','wellcome-trust',0),(1574,'National Institutes of Health','national-institutes-of-health',0),(1575,'People&#039;s National Party','peoples-national-party',0),(1576,'Nomination Day','nomination-day',0),(1577,'One PNP','one-pnp',0),(1578,'Stadium East','stadium-east',0),(1579,'Air Jordan','air-jordan',0),(1580,'Raheem Sterling','raheem-sterling',0),(1581,'Paris St-Germain','paris-st-germain',0),(1582,'Manchester City','manchester-city',0),(1583,'Nicholas Scott','nicholas-scott',0),(1584,'hacks','hacks',0),(1585,'DIY','diy',0),(1586,'Dr Dayton Campbell','dr-dayton-campbell',0),(1587,'Bill Johnson','bill-johnson',0),(1588,'Jik-Reuben Pringle','jik-reuben-pringle',0),(1589,'Visual Ninja','visual-ninja',0),(1590,'Made for More','made-for-more',0),(1591,'chloe Green','chloe-green',0),(1592,'jeremy meeks','jeremy-meeks',0),(1593,'Melissa','melissa',0),(1594,'Woodside','woodside',0),(1595,'national heritage site','national-heritage-site',0),(1596,'Daddy rock','daddy-rock',0),(1597,'klao Bell-lewis','klao-bell-lewis',0),(1598,'Carib Cement','carib-cement',0),(1599,'build your community','build-your-community',0),(1600,'Erna Brodber','erna-brodber',0),(1601,'Parris Lyew-Ayee','parris-lyew-ayee',0),(1602,'Huawei','huawei',0),(1603,'HarmonyOS','harmonyos',0),(1604,'OS','os',0),(1605,'operating system','operating-system',0),(1606,'mobile technology','mobile-technology',0),(1607,'smartphone','smartphone',0),(1608,'US','us',0),(1609,'fashio','fashio',0),(1610,'sandals','sandals',0),(1611,'men&#039;s sandals','mens-sandals',0),(1612,'Beevas','beevas',0),(1613,'Romaine Allen','romaine-allen',0),(1614,'Sabukie Allen','sabukie-allen',0),(1615,'LifeYard','lifeyard',0),(1616,'Fleet Street','fleet-street',0),(1617,'Parade Gardens','parade-gardens',0),(1618,'Danijah Taylor','danijah-taylor',0),(1619,'eco-village','eco-village',0),(1620,'social enterprise','social-enterprise',0),(1621,'Trench Town Ceramic and Art Centre','trench-town-ceramic-and-art-centre',0),(1622,'Garfield Williams','garfield-williams',0),(1623,'clay','clay',0),(1624,'best clay in Jamaica','best-clay-in-jamaica',0),(1625,'summer camp','summer-camp',0),(1626,'Moneymusk','moneymusk',0),(1627,'St. Elizabeth','st-elizabeth-2',0),(1628,'New Fortress Energy','new-fortress-energy',0),(1629,'Floating Regasification Storage Terminal','floating-regasification-storage-terminal',0),(1630,'cosmetic surgey','cosmetic-surgey',0),(1631,'butt implants','butt-implants',0),(1632,'silicone implants','silicone-implants',0),(1633,'comics','comics',0),(1634,'opinion','opinion',0),(1635,'Alicia Burke','alicia-burke',0),(1636,'Pulse Model Agency','pulse-model-agency',0),(1637,'Jamaican model','jamaican-model',0),(1638,'models.com','models-com',0),(1639,'Hot List','hot-list',0),(1640,'High Earner List','high-earner-list',0),(1641,'50 highest-earning models in the world','50-highest-earning-models-in-the-world',0),(1642,'dealbreakers','dealbreakers',0),(1643,'online dating','online-dating',0),(1644,'savage x Fenty','savage-x-fenty',0),(1645,'Rihanna Navy','rihanna-navy',0),(1646,'lingerie','lingerie',0),(1647,'st kitts and nevis','st-kitts-and-nevis-2',0),(1648,'caribbean move','caribbean-move',0),(1649,'st kitts moves','st-kitts-moves',0),(1650,'jamaica moves','jamaica-moves',0),(1651,'timothy harris','timothy-harris',0),(1652,'supermodel','supermodel',0),(1653,'travelling','travelling',0),(1654,'airplanes','airplanes',0),(1655,'germophobe','germophobe',0),(1656,'Antigua','antigua',0),(1657,'adventure','adventure',0),(1658,'schools','schools',0),(1659,'Racers Track Club','racers-track-club',0),(1660,'gender equality','gender-equality',0),(1661,'womens rights','womens-rights',0),(1662,'co-parenting','co-parenting',0),(1663,'sedentary','sedentary',0),(1664,'TV','tv',0),(1665,'walking','walking',0),(1666,'husbands','husbands',0),(1667,'partnership','partnership',0),(1668,'fat','fat',0),(1669,'St. Lucia','st-lucia',0),(1670,'sharing','sharing',0),(1671,'Gareth Walker','gareth-walker',0),(1672,'Adam and eve spa','adam-and-eve-spa',0),(1673,'AC Kingston','ac-kingston',0),(1674,'how-to','how-to',0),(1675,'Grenada','grenada',0),(1676,'smartphones','smartphones',0),(1677,'Samsung','samsung',0),(1678,'Android','android',0),(1679,'Note10','note10',0),(1680,'Note10+','note10-2',0),(1681,'Rebecca Stevenson','rebecca-stevenson',0),(1682,'Outpost Republic','outpost-republic',0),(1683,'Jamaican market','jamaican-market',0),(1684,'housing needs','housing-needs',0),(1685,'assets','assets',0),(1686,'mama&#039;s boy','mamas-boy-2',0),(1687,'Starbucks','starbucks',0),(1688,'Cayman Islands','cayman-islands',0),(1689,'Tansy Maki','tansy-maki',0),(1690,'Adam Stewart','adam-stewart',0),(1691,'statutory declarations','statutory-declarations',0),(1692,'listicle','listicle',0),(1693,'things to buy','things-to-buy',0),(1694,'ASAP Rocky','asap-rocky',0),(1695,'JamBoxJA','jamboxja',0),(1696,'assault','assault',0),(1697,'subscription service','subscription-service',0),(1698,'snacks','snacks',0),(1699,'entrepreneur','entrepreneur',0),(1700,'Bladimir Corniel','bladimir-corniel',0),(1701,'David Rispers','david-rispers',0),(1702,'denim','denim',0),(1703,'Jada Pinkett Smith','jada-pinkett-smith',0),(1704,'Will Smith','will-smith',0),(1705,'Red Table Talk','red-table-talk',0),(1706,'Jada','jada',0),(1707,'Willow','willow',0),(1708,'Jadeen','jadeen',0),(1709,'Mkicael Jackson','mkicael-jackson',0),(1710,'sex abuse','sex-abuse',0),(1711,'documentary','documentary',0),(1712,'chase the truth','chase-the-truth',0),(1713,'Matthew Colquhoun','matthew-colquhoun',0),(1714,'MMA fighter','mma-fighter',0),(1715,'Martial Arts','martial-arts',0),(1716,'Pan Am','pan-am',0),(1717,'karate','karate',0),(1718,'olympics','olympics',0),(1719,'Kaavia','kaavia',0),(1720,'working mom','working-mom',0),(1721,'King Mids','king-mids',0),(1722,'Notnice','notnice',0),(1723,'kapa shanti','kapa-shanti',0),(1724,'guyanese entertainer','guyanese-entertainer',0),(1725,'capleton','capleton',0),(1726,'macka diamond','macka-diamond',0),(1727,'UEFA','uefa',0),(1728,'three little birds','three-little-birds',0),(1729,'European Super Cup','european-super-cup',0),(1730,'Jussie Smullett','jussie-smullett',0),(1731,'Hailey Baldwin','hailey-baldwin',0),(1732,'bodybuilding','bodybuilding',0),(1733,'kristen mcgregor','kristen-mcgregor',0),(1734,'body fitness queen','body-fitness-queen',0),(1735,'st maarten','st-maarten',0),(1736,'jamaica bodybuilding association','jamaica-bodybuilding-association',0),(1737,'fitfarm','fitfarm',0),(1738,'Lila Ike','lila-ike',0),(1739,'Protoje','protoje',0),(1740,'Sevana','sevana',0),(1741,'Indiggnation','indiggnation',0),(1742,'Rototom Sunsplash Festival','rototom-sunsplash-festival',0),(1743,'reggae jam festival','reggae-jam-festival',0),(1744,'third world','third-world',0),(1745,'damian marley','damian-marley',0),(1746,'bob marley museum','bob-marley-museum',0),(1747,'More Work To Be Done','more-work-to-be-done',0),(1748,'tessane chin','tessane-chin',0),(1749,'tarrus riley','tarrus-riley',0),(1750,'pressure busspipe','pressure-busspipe',0),(1751,'heartbreak','heartbreak',0),(1752,'break up','break-up',0),(1753,'self love','self-love',0),(1754,'diamond league','diamond-league',0),(1755,'omar mcleod','omar-mcleod',0),(1756,'danielle williams','danielle-williams',0),(1757,'shelly-ann fraser pryce','shelly-ann-fraser-pryce',0),(1758,'mike rogers','mike-rogers',0),(1759,'Disney Cruise','disney-cruise',0),(1760,'jamie foxx','jamie-foxx',0),(1761,'katie holmes','katie-holmes',0),(1762,'sela vave','sela-vave',0),(1763,'snoop dogg','snoop-dogg',0),(1764,'record sales','record-sales',0),(1765,'rap music','rap-music',0),(1766,'mike tyson','mike-tyson',0),(1767,'jim jones','jim-jones',0),(1768,'hotboxin','hotboxin',0),(1769,'ganja','ganja',0),(1770,'MX Jamaica','mx-jamaica',0),(1771,'Johannes Reijnen','johannes-reijnen',0),(1772,'Cruz Kno','cruz-kno',0),(1773,'Antonio Rizza','antonio-rizza',0),(1774,'Kyle Read','kyle-read',0),(1775,'Kyle Reynolds','kyle-reynolds',0),(1776,'Pine and ginger','pine-and-ginger',0),(1777,'OneRPM','onerpm',0),(1778,'King Midas','king-midas',0),(1779,'Godfrey Lothian','godfrey-lothian',0),(1780,'table tennis jamaica','table-tennis-jamaica',0),(1781,'Nevaeh Scott','nevaeh-scott',0),(1782,'rad dixon','rad-dixon',0),(1783,'garnet silk','garnet-silk',0),(1784,'Tasjay Productions','tasjay-productions',0),(1785,'prince harry','prince-harry',0),(1786,'duke of sussex','duke-of-sussex',0),(1787,'Teresa Pearce','teresa-pearce',0),(1788,'Lena Waithe','lena-waithe',0),(1789,'westworld','westworld',0),(1790,'NFL','nfl',0),(1791,'Superbowl','superbowl',0),(1792,'Colin Kaepernick','colin-kaepernick',0),(1793,'Lauren Hashian','lauren-hashian',0),(1794,'Hawaii','hawaii',0),(1795,'manhimselff','manhimselff',0),(1796,'zj chrome','zj-chrome',0),(1797,'dj frass','dj-frass',0),(1798,'Food','food',0),(1799,'Culture','culture',0),(1800,'thong','thong',0),(1801,'thong song','thong-song',0),(1802,'sisqo','sisqo',0),(1803,'panty line','panty-line',0),(1804,'Aretha Franklin','aretha-franklin',0),(1805,'cancer research','cancer-research',0),(1806,'pancreatic cancer','pancreatic-cancer',0),(1807,'caribbean premier league','caribbean-premier-league',0),(1808,'darren sammy','darren-sammy',0),(1809,'st lucia stars','st-lucia-stars',0),(1810,'BUZZ sports','buzz-sports',0),(1811,'royal sports club','royal-sports-club',0),(1812,'cheating','cheating',0),(1813,'cheat','cheat',0),(1814,'husband','husband',0),(1815,'wife','wife',0),(1816,'piercings','piercings',0),(1817,'mutilation','mutilation',0),(1818,'prince albert','prince-albert',0),(1819,'keloid','keloid',0),(1820,'medical condition','medical-condition',0),(1821,'Calico Jack isalnd','calico-jack-isalnd',0),(1822,'Hanover','hanover',0),(1823,'sister wives','sister-wives',0),(1824,'polygamy','polygamy',0),(1825,'Livingston Muirhead','livingston-muirhead',0),(1826,'Anne Bonney','anne-bonney',0),(1827,'Mary Read','mary-read',0),(1828,'Coming 2 America','coming-2-america',0),(1829,'Eddie Murphy','eddie-murphy',0),(1830,'Arsenio Hall','arsenio-hall',0),(1831,'alcohol','alcohol',0),(1832,'drnk','drnk',0),(1833,'drunk','drunk',0),(1834,'job safety','job-safety',0),(1835,'liquor','liquor',0),(1836,'west indies cricket','west-indies-cricket',0),(1837,'cricket west indies','cricket-west-indies',0),(1838,'st vincent','st-vincent',0),(1839,'Ralph Gonsalves','ralph-gonsalves',0),(1840,'CARICOM','caricom',0),(1841,'Ricky Skerritt','ricky-skerritt',0),(1842,'peter phillips','peter-phillips',0),(1843,'NWU','nwu',0),(1844,'Tags','tags',0),(1845,'delegates','delegates',0),(1846,'elton john','elton-john',0),(1847,'uk parliament','uk-parliament',0),(1848,'david foster','david-foster',0),(1849,'katherine foster','katherine-foster',0),(1850,'Katherine McPhee','katherine-mcphee',0),(1851,'django unchained','django-unchained',0),(1852,'dawson creek','dawson-creek',0),(1853,'dawson&#039;s creek','dawsons-creek',0),(1854,'Brian &#039;Neigo&#039; Brown','brian-neigo-brown',0),(1855,'fk partizani','fk-partizani',0),(1856,'Reggae boyz','reggae-boyz',0),(1857,'brian brown','brian-brown',0),(1858,'custom made bags','custom-made-bags',0),(1859,'west end','west-end',0),(1860,'Kit Harington','kit-harington',0),(1861,'game of thrones','game-of-thrones',0),(1862,'jon snow','jon-snow',0),(1863,'Daenerys Targaryen','daenerys-targaryen',0),(1864,'energy','energy',0),(1865,'saggy jeans','saggy-jeans',0),(1866,'narcissist','narcissist',0),(1867,'Academy of Contemporary Music','academy-of-contemporary-music',0),(1868,'phrase','phrase',0),(1869,'badmind','badmind',0),(1870,'character flaw','character-flaw',0),(1871,'make-up','make-up',0),(1872,'berger paint','berger-paint',0),(1873,'black opal','black-opal',0),(1874,'revlon','revlon',0),(1875,'maybelline','maybelline',0),(1876,'Anthony Hewitt','anthony-hewitt',0),(1877,'Jamaican author','jamaican-author',0),(1878,'animation','animation',0),(1879,'caribbean novel','caribbean-novel',0),(1880,'Animecom Fest','animecom-fest',0),(1881,'Ronda Rousey','ronda-rousey',0),(1882,'wrestler','wrestler',0),(1883,'lena bosko','lena-bosko',0),(1884,'9-1-1','9-1-1',0),(1885,'boardwalk','boardwalk',0),(1886,'boardwalk village','boardwalk-village',0),(1887,'negril chamber of commerce','negril-chamber-of-commerce',0),(1888,'International Food and Wine','international-food-and-wine',0),(1889,'Rahkeem Cornwall','rahkeem-cornwall',0),(1890,'Icc world test championship','icc-world-test-championship',0),(1891,'cricket','cricket',0),(1892,'sabina park','sabina-park',0),(1893,'bugs bunny','bugs-bunny',0),(1894,'studio yard music','studio-yard-music',0),(1895,'frassdon','frassdon',0),(1896,'ricky teetz','ricky-teetz',0),(1897,'reggae album','reggae-album',0),(1898,'Zoe Kravitz','zoe-kravitz',0),(1899,'botox','botox',0),(1900,'vogue','vogue',0),(1901,'office etiquette','office-etiquette',0),(1902,'jobs','jobs',0),(1903,'vp records','vp-records',0),(1904,'junior reid','junior-reid',0),(1905,'estelle','estelle',0),(1906,'steelie bashment','steelie-bashment',0),(1907,'strictly the best','strictly-the-best',0),(1908,'Michael Manley','michael-manley',0),(1909,'Portia Simpson Miller','portia-simpson-miller',0),(1910,'Percival James Patterson','percival-james-patterson',0),(1911,'Osmond Theodore Fairclough','osmond-theodore-fairclough',0),(1912,'Silver Slipper Club','silver-slipper-club',0),(1913,'Ward Theatre','ward-theatre',0),(1914,'empty nest','empty-nest',0),(1915,'jordyn woods','jordyn-woods',0),(1916,'justice minister','justice-minister',0),(1917,'divorce sca','divorce-sca',0),(1918,'divorce scam','divorce-scam',0),(1919,'supreme court','supreme-court',0),(1920,'fraud','fraud',0),(1921,'delroy chuck','delroy-chuck',0),(1922,'10 facts','10-facts',0),(1923,'soufflé','souffle',0),(1924,'Casablanca','casablanca',0),(1925,'presidental race','presidental-race',0),(1926,'Andrae Sutherland','andrae-sutherland',0),(1927,'national treasure','national-treasure',0),(1928,'Back-to-school','back-to-school',0),(1929,'treat','treat',0),(1930,'Mavery Gospel Hall','mavery-gospel-hall',0),(1931,'Daniel Cesar','daniel-cesar',0),(1932,'CASE STUDY: The Tour','case-study-the-tour',0),(1933,'Roseland Theatre','roseland-theatre',0),(1934,'Oregon','oregon',0),(1935,'North America tour','north-america-tour',0),(1936,'Back to school','back-to-school-2',0),(1937,'maverly gospel hall','maverly-gospel-hall',0),(1938,'ministry of transport','ministry-of-transport',0),(1939,'road traffic act','road-traffic-act',0),(1940,'robert montague','robert-montague',0),(1941,'national road safety policy','national-road-safety-policy',0),(1942,'scholarship','scholarship',0),(1943,'burger king','burger-king',0),(1944,'restaurant associates limited','restaurant-associates-limited',0),(1945,'St George&#039;s College','st-georges-college',0),(1946,'Papito','papito',0),(1947,'rising star','rising-star',0),(1948,'lose control','lose-control',0),(1949,'give thanks','give-thanks',0),(1950,'just easy production','just-easy-production',0),(1951,'black river','black-river',0),(1952,'Safari','safari',0),(1953,'black river safari','black-river-safari',0),(1954,'south coast','south-coast',0),(1955,'J Charles Swaby','j-charles-swaby',0),(1956,'molested','molested',0),(1957,'acceptance','acceptance',0),(1958,'Young Thug','young-thug',0),(1959,'so much fun','so-much-fun',0),(1960,'chain','chain',0),(1961,'Politics','politics',0),(1962,'futuristic home','futuristic-home',0),(1963,'terra nova hotel','terra-nova-hotel',0),(1964,'Alando Terrelonge','alando-terrelonge',0),(1965,'Symphony of the Seas','symphony-of-the-seas',0),(1966,'cruise ship','cruise-ship',0),(1967,'falmouth pier','falmouth-pier',0),(1968,'Royal Caribbean','royal-caribbean',0),(1969,'no-maddz','no-maddz',0),(1970,'walshy fire','walshy-fire',0),(1971,'major lazer','major-lazer',0),(1972,'The Wixard','the-wixard',0),(1973,'Sly and Robbie','sly-and-robbie',0),(1974,'scottish star','scottish-star',0),(1975,'Lewis Capaldi','lewis-capaldi',0),(1976,'oreo','oreo',0),(1977,'Nordoff Robbins','nordoff-robbins',0),(1978,'BUZZ Poll','buzz-poll',0),(1979,'Dancehall culture','dancehall-culture',0),(1980,'Jamaica Constabulary Force','jamaica-constabulary-force',0),(1981,'Towns and Communities Act','towns-and-communities-act',0),(1982,'Jamaican expletives in public spaces','jamaican-expletives-in-public-spaces',0),(1983,'Puff &amp; Paint','puff-paint',0),(1984,'Epican','epican',0),(1985,'Marketplace','marketplace',0),(1986,'art and marijuana','art-and-marijuana',0),(1987,'medical marijuana','medical-marijuana',0),(1988,'Studio 174','studio-174',0),(1989,'JEI','jei',0),(1990,'gaming industry','gaming-industry',0),(1991,'fortnite','fortnite',0),(1992,'esports','esports',0),(1993,'Dr Birdz','dr-birdz',0),(1994,'Olympic Games','olympic-games',0),(1995,'Red Stripe','red-stripe',0),(1996,'Logic One','logic-one',0),(1997,'Celebrations brands Limited','celebrations-brands-limited',0),(1998,'Gatorade','gatorade',0),(1999,'Heineken','heineken',0),(2000,'Olympe Rosé','olympe-rose',0),(2001,'track star','track-star',0),(2002,'legend','legend',0),(2003,'Anthony Hylton','anthony-hylton',0),(2004,'red sripe','red-sripe',0),(2005,'boardwalk village restaurant','boardwalk-village-restaurant',0),(2006,'daCosta CUp','dacosta-cup',0),(2007,'walker cup','walker-cup',0),(2008,'francis cup','francis-cup',0),(2009,'issa','issa',0),(2010,'schoolboy','schoolboy',0),(2011,'ben francis cup','ben-francis-cup',0),(2012,'Rosemarie Chung','rosemarie-chung',0),(2013,'cannabis','cannabis',0),(2014,'creativity','creativity',0),(2015,'painting','painting',0),(2016,'fort charlotte','fort-charlotte',0),(2017,'lucea','lucea',0),(2018,'grand palladium','grand-palladium',0),(2019,'West India Regiment','west-india-regiment',0),(2020,'Rusea&#039;s High School','ruseas-high-school',0),(2021,'disagreement','disagreement',0),(2022,'self-evaluation','self-evaluation',0),(2023,'office gossip','office-gossip',0),(2024,'alone time','alone-time',0),(2025,'manning cup','manning-cup',0),(2026,'william mahfood','william-mahfood',0),(2027,'keith wellington','keith-wellington',0),(2028,'Jodi Jinx Henriques','jodi-jinx-henriques',0),(2029,'Levy Blaze','levy-blaze',0),(2030,'Remi Leigh','remi-leigh',0),(2031,'Sarita Chen','sarita-chen',0),(2032,'Land of the rising sun','land-of-the-rising-sun',0),(2033,'Gabrielle chen','gabrielle-chen',0),(2034,'Robert Downie jr','robert-downie-jr',0),(2035,'robert downy jr','robert-downy-jr',0),(2036,'chris hemsworth','chris-hemsworth',0),(2037,'kaavia wade','kaavia-wade',0),(2038,'suicide','suicide',0),(2039,'safe space jamaica','safe-space-jamaica',0),(2040,'mental health advocacy group','mental-health-advocacy-group',0),(2041,'Professor Federick Hickling','professor-federick-hickling',0),(2042,'Gin Re','gin-re',0),(2043,'jc lodge','jc-lodge',0),(2044,'Taraji Penda Henson','taraji-penda-henson',0),(2045,'third wordl','third-wordl',0),(2046,'toxic relationship','toxic-relationship',0),(2047,'blame game','blame-game',0),(2049,'Opinion','opinion',0),(2050,'US Open 2019','us-open-2019',0),(2051,'Angelina Jolie','angelina-jolie',0),(2052,'maddox','maddox',0),(2053,'brad pitt','brad-pitt',0),(2054,'south korean college','south-korean-college',0),(2055,'motherhood','motherhood',0),(2056,'maxi priest','maxi-priest',0),(2057,'diplo','diplo',0),(2058,'ape drum','ape-drum',0),(2059,'skip marley','skip-marley',0),(2060,'ziggy marley','ziggy-marley',0),(2061,'rastafarian','rastafarian',0),(2062,'record label','record-label',0),(2063,'lexus dealership','lexus-dealership',0),(2064,'Marcello Graham','marcello-graham',0),(2065,'lead technician','lead-technician',0),(2066,'calgary','calgary',0),(2067,'lewd music','lewd-music',0),(2068,'Shocking Murray','shocking-murray',0),(2069,'marcus garvey','marcus-garvey',0),(2070,'national hero','national-hero',0),(2071,'civil rights','civil-rights',0),(2072,'modern history','modern-history',0),(2073,'millenials','millenials',0),(2074,'Generation Y','generation-y',0),(2075,'Baby Boomers','baby-boomers',0),(2076,'Generation Z','generation-z',0),(2077,'Leachim Semaj','leachim-semaj',0),(2078,'university degree','university-degree',0),(2079,'peter bunting','peter-bunting',0),(2080,'bunting','bunting',0),(2081,'favourite','favourite',0),(2082,'10','10',0),(2083,'peter','peter',0),(2084,'space','space',0),(2085,'movie','movie',0),(2086,'classic','classic',0),(2087,'casablanca','casablanca',0),(2088,'soufflé','souffle',0),(2089,'singer nadine sutherland','singer-nadine-sutherland',0),(2090,'nadine sutherland','nadine-sutherland',0),(2091,'singer nadine','singer-nadine',0),(2092,'sutherland','sutherland',0),(2093,'nadine','nadine',0),(2094,'music','music',0),(2095,'singer','singer',0),(2096,'raunchy','raunchy',0),(2097,'buzz','buzz',0),(2098,'judge','judge',0),(2099,'wedding manager','wedding-manager',0),(2100,'ganja','ganja',0),(2101,'social','social',0),(2102,'communication','communication',0),(2103,'communication arm','communication-arm',0),(2104,'arm','arm',0),(2105,'crash','crash',0),(2106,'incident','incident',0),(2107,'crashed','crashed',0),(2108,'manley','manley',0),(2109,'airport','airport',0),(2110,'crashed at the norman manley','crashed-at-the-norman-manley',0),(2111,'crashed at the norman','crashed-at-the-norman',0),(2112,'norman manley','norman-manley',0),(2113,'norman','norman',0),(2114,'human health','human-health',0),(2115,'drinking water','drinking-water',0),(2116,'microplastics','microplastics',0),(2117,'health','health',0),(2118,'water','water',0),(2119,'available data','available-data',0),(2120,'human','human',0),(2121,'findings','findings',0),(2122,'particles','particles',0),(2123,'pose','pose',0),(2124,'bottled','bottled',0),(2125,'neira','neira',0),(2126,'according','according',0),(2127,'found','found',0),(2128,'study','study',0),(2129,'tap','tap',0),(2130,'drinking','drinking',0),(2131,'management','management',0),(2132,'data','data',0),(2133,'marine settings waste and fresh','marine-settings-waste-and-fresh',0),(2134,'settings waste and fresh water','settings-waste-and-fresh-water',0),(2135,'waste and fresh water food','waste-and-fresh-water-food',0),(2136,'fresh water food the air','fresh-water-food-the-air',0),(2137,'food the air and potable','food-the-air-and-potable',0),(2138,'settings waste and fresh','settings-waste-and-fresh',0),(2139,'waste and fresh water','waste-and-fresh-water',0),(2140,'water food the air','water-food-the-air',0),(2141,'air and potable water','air-and-potable-water',0),(2142,'bottled and from a tap','bottled-and-from-a-tap',0),(2143,'marine settings waste','marine-settings-waste',0),(2144,'fresh water food','fresh-water-food',0),(2145,'waste and fresh','waste-and-fresh',0),(2146,'food the air','food-the-air',0),(2147,'air and potable','air-and-potable',0),(2148,'marine settings','marine-settings',0),(2149,'settings waste','settings-waste',0),(2150,'fresh water','fresh-water',0),(2151,'water food','water-food',0),(2152,'potable water','potable-water',0),(2153,'world','world',0),(2154,'world health organisation','world-health-organisation',0),(2155,'world health','world-health',0),(2156,'health organisation','health-organisation',0),(2157,'thursday august 22','thursday-august-22',0),(2158,'thursday august','thursday-august',0),(2159,'august 22','august-22',0),(2160,'found in marine settings','found-in-marine-settings',0),(2161,'found in marine','found-in-marine',0),(2162,'health impact of microplastics','health-impact-of-microplastics',0),(2163,'know more about the health','know-more-about-the-health',0),(2164,'impact of microplastics','impact-of-microplastics',0),(2165,'maria neira','maria-neira',0),(2166,'World Health Organisation','world-health-organisation',0),(2167,'microplastics','microplastics',0),(2168,'plastic in water','plastic-in-water',0),(2169,'potable water','potable-water',0),(2170,'global study','global-study',0),(2171,'Dr. Marie Neira','dr-marie-neira',0),(2172,'costa rica','costa-rica',0),(2173,'waterhouse','waterhouse',0),(2174,'herediano','herediano',0),(2175,'goal','goal',0),(2176,'draw','draw',0),(2177,'1-1','1-1',0),(2178,'champions','champions',0),(2179,'league','league',0),(2180,'stadium','stadium',0),(2181,'costa','costa',0),(2182,'rica','rica',0),(2183,'fletcher','fletcher',0),(2184,'scored','scored',0),(2185,'brown','brown',0),(2186,'cross','cross',0),(2187,'right','right',0),(2188,'andre fletcher','andre-fletcher',0),(2189,'andre','andre',0),(2190,'scored for waterhouse','scored-for-waterhouse',0),(2191,'Waterhouse','waterhouse',0),(2192,'waterhouse fc','waterhouse-fc',0),(2193,'andre fletcher','andre-fletcher',0),(2194,'Keyner','keyner',0),(2195,'Keyner brown','keyner-brown',0),(2196,'CS Herediano','cs-herediano',0),(2197,'costa rica','costa-rica',0),(2198,'Scotiabank','scotiabank',0),(2199,'concacaf','concacaf',0),(2200,'cs herediano of costa rica','cs-herediano-of-costa-rica',0),(2201,'cs herediano of costa','cs-herediano-of-costa',0),(2202,'herediano of costa rica','herediano-of-costa-rica',0),(2203,'herediano of costa','herediano-of-costa',0),(2204,'cs herediano','cs-herediano',0),(2205,'cs','cs',0),(2206,'reijnen','reijnen',0),(2207,'flying dutchman','flying-dutchman',0),(2208,'riding style','riding-style',0),(2209,'kyle reynolds','kyle-reynolds',0),(2210,'maximum airtime','maximum-airtime',0),(2211,'2019 reijnen','2019-reijnen',0),(2212,'new bike','new-bike',0),(2213,'track','track',0),(2214,'riding','riding',0),(2215,'dutchman','dutchman',0),(2216,'island','island',0),(2217,'motocross','motocross',0),(2218,'style','style',0),(2219,'jamaica','jamaica',0),(2220,'started','started',0),(2221,'2019','2019',0),(2222,'johannes','johannes',0),(2223,'flying','flying',0),(2224,'age','age',0),(2225,'country','country',0),(2226,'johannes reijnen','johannes-reijnen',0),(2227,'splash','splash',0),(2228,'netherlands','netherlands',0),(2229,'gained','gained',0),(2230,'damian jr gong marley','damian-jr-gong-marley',0),(2231,'reach home safe','reach-home-safe',0),(2232,'road safety','road-safety',0),(2233,'damian jr gong','damian-jr-gong',0),(2234,'jr gong marley','jr-gong-marley',0),(2235,'gong marley','gong-marley',0),(2236,'reach home','reach-home',0),(2237,'home safe','home-safe',0),(2238,'social media','social-media',0),(2239,'jr gong','jr-gong',0),(2240,'gong','gong',0),(2241,'damian jr','damian-jr',0),(2242,'road','road',0),(2243,'damian','damian',0),(2244,'safety','safety',0),(2245,'friends','friends',0),(2246,'jamaican','jamaican',0),(2247,'reggae','reggae',0),(2248,'marley','marley',0),(2249,'songs','songs',0),(2250,'jr gong','jr-gong',0),(2251,'source','source',0),(2252,'dirt','dirt',0),(2253,'tracks','tracks',0),(2254,'work','work',0),(2255,'sport','sport',0),(2256,'kyle','kyle',0),(2257,'reynolds','reynolds',0),(2258,'tours','tours',0),(2259,'softer','softer',0),(2260,'dirt tracks','dirt-tracks',0),(2261,'aggressive','aggressive',0),(2262,'The Flying Dutchman','the-flying-dutchman',0),(2263,'motorcross','motorcross',0),(2264,'IrieRacing','irieracing',0),(2265,'Irie Moto Tours','irie-moto-tours',0),(2266,'caribbean','caribbean',0),(2267,'roots','roots',0),(2268,'what\'s your favourite','whats-your-favourite',0),(2269,'fish','fish',0),(2270,'morning','morning',0),(2271,'night','night',0),(2272,'cardio','cardio',0),(2273,'decisions','decisions',0),(2274,'pb','pb',0),(2275,'buzz what\'s your favourite','buzz-whats-your-favourite',0),(2276,'culture','culture',0),(2277,'grandmaster','grandmaster',0),(2278,'grandmaster flash','grandmaster-flash',0),(2279,'flash','flash',0),(2280,'born','born',0),(2281,'headley','headley',0),(2282,'award-winning','award-winning',0),(2283,'trinidad','trinidad',0),(2284,'scattered all over the bushes','scattered-all-over-the-bushes',0),(2285,'section of the parish','section-of-the-parish',0),(2286,'regions of duncans','regions-of-duncans',0),(2287,'missing chartered','missing-chartered',0),(2288,'chartered jet','chartered-jet',0),(2289,'news team','news-team',0),(2290,'4:00 pm','400-pm',0),(2291,'pilot','pilot',0),(2292,'wreckage','wreckage',0),(2293,'chartered','chartered',0),(2294,'trelawny','trelawny',0),(2295,'search','search',0),(2296,'friday','friday',0),(2297,'bushes','bushes',0),(2298,'police','police',0),(2299,'section','section',0),(2300,'parish','parish',0),(2301,'team','team',0),(2302,'bits','bits',0),(2303,'duncans','duncans',0),(2304,'aircraft','aircraft',0),(2305,'plane','plane',0),(2306,'international airport','international-airport',0),(2307,'craft','craft',0),(2308,'donald','donald',0),(2309,'international','international',0),(2310,'radar','radar',0),(2311,'persons','persons',0),(2312,'believed','believed',0),(2313,'passengers','passengers',0),(2314,'board','board',0),(2315,'regions','regions',0),(2316,'persons onboard','persons-onboard',0),(2317,'onboard','onboard',0),(2318,'singer songwriter and record producer','singer-songwriter-and-record-producer',0),(2319,'doug e fresh','doug-e-fresh',0),(2320,'singer songwriter and record','singer-songwriter-and-record',0),(2321,'songwriter and record producer','songwriter-and-record-producer',0),(2322,'record producer','record-producer',0),(2323,'doug e','doug-e',0),(2324,'e fresh','e-fresh',0),(2325,'songwriter and record','songwriter-and-record',0),(2326,'heather headley','heather-headley',0),(2327,'trinidad tobago','trinidad-tobago',0),(2328,'singer songwriter','singer-songwriter',0),(2329,'lorraine toussaint','lorraine-toussaint',0),(2330,'winston duke','winston-duke',0),(2331,'cch pounder','cch-pounder',0),(2332,'patrick ewing','patrick-ewing',0),(2333,'2018','2018',0),(2334,'grace jones','grace-jones',0),(2335,'Grandmaster Flash','grandmaster-flash',0),(2336,'Heather Headley','heather-headley',0),(2337,'Lorraine Toussaint','lorraine-toussaint',0),(2338,'Winston Duke','winston-duke',0),(2339,'Doug E Fresh','doug-e-fresh',0),(2340,'CCH Pounder','cch-pounder',0),(2341,'Patrick Ewing','patrick-ewing',0),(2342,'Grace Jones','grace-jones',0),(2343,'celebrities','celebrities',0),(2344,'force jdf','force-jdf',0),(2345,'st catherine','st-catherine',0),(2346,'emergency landing','emergency-landing',0),(2347,'landing site','landing-site',0),(2348,'site','site',0),(2349,'landing','landing',0),(2350,'helicopter','helicopter',0),(2351,'jarrett','jarrett',0),(2352,'force','force',0),(2353,'jdf','jdf',0),(2354,'st','st',0),(2355,'catherine','catherine',0),(2356,'emergency','emergency',0),(2357,'observer','observer',0),(2358,'learnt','learnt',0),(2359,'service','service',0),(2360,'chopper','chopper',0),(2361,'trainee','trainee',0),(2362,'trainee pilot','trainee-pilot',0),(2363,'open field','open-field',0),(2364,'cause','cause',0),(2365,'played the role','played-the-role',0),(2366,'drama series','drama-series',0),(2367,'drama','drama',0),(2368,'plane crashed and broke','plane-crashed-and-broke',0),(2369,'crashed and broke','crashed-and-broke',0),(2370,'plane crashed','plane-crashed',0),(2371,'kingston','kingston',0),(2372,'minister','minister',0),(2373,'injured','injured',0),(2374,'broke','broke',0),(2375,'vaz','vaz',0),(2376,'stock market','stock-market',0),(2377,'news that china','news-that-china',0),(2378,'trade wars','trade-wars',0),(2379,'china','china',0),(2380,'tariffs','tariffs',0),(2381,'stock','stock',0),(2382,'trade','trade',0),(2383,'markets','markets',0),(2384,'market','market',0),(2385,'news','news',0),(2386,'products','products',0),(2387,'trump','trump',0),(2388,'companies','companies',0),(2389,'american','american',0),(2390,'worth','worth',0),(2391,'goods','goods',0),(2392,'10%','10-2',0),(2393,'chinese','chinese',0),(2394,'jamaicans','jamaicans',0),(2395,'president','president',0),(2396,'25%','25',0),(2397,'fans','fans',0),(2398,'area','area',0),(2399,'palmer','palmer',0),(2400,'spoke','spoke',0),(2401,'portmore','portmore',0),(2402,'album','album',0),(2403,'rihanna','rihanna',0),(2404,'page','page',0),(2405,'song','song',0),(2406,'dancehall','dancehall',0),(2407,'listed','listed',0),(2408,'occurred','occurred',0),(2409,'demarco','demarco',0),(2410,'jamaican dancehall/reggae','jamaican-dancehall-reggae',0),(2411,'dancehall/reggae','dancehall-reggae',0),(2412,'jamaican dancehall/reggae artiste','jamaican-dancehall-reggae-artiste',0),(2413,'dancehall/reggae artiste','dancehall-reggae-artiste',0),(2414,'artiste','artiste',0),(2415,'jamaican dancehall/reggae artiste demarco','jamaican-dancehall-reggae-artiste-demarco',0),(2416,'dancehall/reggae artiste demarco','dancehall-reggae-artiste-demarco',0),(2417,'artiste demarco','artiste-demarco',0),(2418,'label','label',0),(2419,'crash occurred','crash-occurred',0),(2420,'fan page','fan-page',0),(2421,'fan','fan',0),(2422,'shared','shared',0),(2423,'vice president','vice-president',0),(2424,'wealth','wealth',0),(2425,'wealth at ncb','wealth-at-ncb',0),(2426,'wealth at ncb capital','wealth-at-ncb-capital',0),(2427,'ncb capital','ncb-capital',0),(2428,'wealth at ncb capital markets','wealth-at-ncb-capital-markets',0),(2429,'ncb capital markets','ncb-capital-markets',0),(2430,'capital markets','capital-markets',0),(2431,'ncb capital markets lamar','ncb-capital-markets-lamar',0),(2432,'capital markets lamar','capital-markets-lamar',0),(2433,'markets lamar','markets-lamar',0),(2434,'ncb capital markets lamar harris','ncb-capital-markets-lamar-harris',0),(2435,'capital markets lamar harris','capital-markets-lamar-harris',0),(2436,'markets lamar harris','markets-lamar-harris',0),(2437,'lamar harris','lamar-harris',0),(2438,'american airlines','american-airlines',0),(2439,'airlines','airlines',0),(2440,'flight','flight',0),(2441,'flight aa331','flight-aa331',0),(2442,'aa331','aa331',0),(2443,'december','december',0),(2444,'december 20','december-20',0),(2445,'20','20',0),(2446,'jdf helicopter','jdf-helicopter',0),(2447,'jdf helicopter crashed','jdf-helicopter-crashed',0),(2448,'helicopter crashed','helicopter-crashed',0),(2449,'jdf helicopter crashed in portmore','jdf-helicopter-crashed-in-portmore',0),(2450,'helicopter crashed in portmore st','helicopter-crashed-in-portmore-st',0),(2451,'helicopter crashed in portmore','helicopter-crashed-in-portmore',0),(2452,'crashed in portmore st','crashed-in-portmore-st',0),(2453,'crashed in portmore','crashed-in-portmore',0),(2454,'portmore st','portmore-st',0),(2455,'crashed in portmore st catherine','crashed-in-portmore-st-catherine',0),(2456,'portmore st catherine','portmore-st-catherine',0),(2457,'US stock market','us-stock-market',0),(2458,'Lamar Harris','lamar-harris',0),(2459,'NCB Capital Markets','ncb-capital-markets',0),(2460,'trade war','trade-war',0),(2461,'twitter','twitter',0),(2462,'twitter @rihanna2','twitter-rihanna2',0),(2463,'@rihanna2','rihanna2',0),(2464,'RiRi','riri',0),(2465,'R9','r9',0),(2466,'november','november',0),(2467,'st andrew','st-andrew',0),(2468,'boris','boris',0),(2469,'uk','uk',0),(2470,'media','media',0),(2471,'ap','ap',0),(2472,'foot','foot',0),(2473,'time','time',0),(2474,'brexit','brexit',0),(2475,'eu','eu',0),(2476,'photo','photo',0),(2477,'paris','paris',0),(2478,'elysee','elysee',0),(2479,'macron','macron',0),(2480,'aircraft crashed','aircraft-crashed',0),(2481,'german chancellor angela merkel','german-chancellor-angela-merkel',0),(2482,'prime minister boris johnson','prime-minister-boris-johnson',0),(2483,'minister boris johnson','minister-boris-johnson',0),(2484,'chancellor angela merkel','chancellor-angela-merkel',0),(2485,'german chancellor angela','german-chancellor-angela',0),(2486,'prime minister boris','prime-minister-boris',0),(2487,'minister boris','minister-boris',0),(2488,'boris johnson','boris-johnson',0),(2489,'chancellor angela','chancellor-angela',0),(2490,'angela merkel','angela-merkel',0),(2491,'british prime','british-prime',0),(2492,'european union','european-union',0),(2493,'german chancellor','german-chancellor',0),(2494,'prime minister','prime-minister',0),(2495,'prime','prime',0),(2496,'service providers','service-providers',0),(2497,'practice of tipping','practice-of-tipping',0),(2498,'tipping','tipping',0),(2499,'give','give',0),(2500,'money','money',0),(2501,'providers','providers',0),(2502,'practice','practice',0),(2503,'customers','customers',0),(2504,'tip','tip',0),(2505,'services','services',0),(2506,'feel','feel',0),(2507,'guests','guests',0),(2508,'gratuity','gratuity',0),(2509,'seen','seen',0),(2510,'restaurants','restaurants',0),(2511,'supm','supm',0),(2512,'uk prime minister boris','uk-prime-minister-boris',0),(2513,'uk prime minister','uk-prime-minister',0),(2514,'uk prime','uk-prime',0),(2515,'uk prime minister boris johnson','uk-prime-minister-boris-johnson',0),(2516,'right foot','right-foot',0),(2517,'greenwich town','greenwich-town',0),(2518,'french president','french-president',0),(2519,'french president emmanuel','french-president-emmanuel',0),(2520,'president emmanuel','president-emmanuel',0),(2521,'emmanuel macron','emmanuel-macron',0),(2522,'Brexit','brexit',0),(2523,'European Union','european-union',0),(2524,'Frnace','frnace',0),(2525,'Paris','paris',0),(2526,'President Emmanuel Macron','president-emmanuel-macron',0),(2527,'Prime Minister Boris Johnson','prime-minister-boris-johnson',0),(2528,'Chancellor Angela Merkel','chancellor-angela-merkel',0),(2529,'airlines plane crashed','airlines-plane-crashed',0),(2530,'airlines plane','airlines-plane',0),(2531,'persons died','persons-died',0),(2532,'treasure beach','treasure-beach',0),(2533,'basketball camp','basketball-camp',0),(2534,'jason henzell','jason-henzell',0),(2535,'big success','big-success',0),(2536,'basketball','basketball',0),(2537,'camp','camp',0),(2538,'treasure','treasure',0),(2539,'beach','beach',0),(2540,'jason','jason',0),(2541,'breds','breds',0),(2542,'success','success',0),(2543,'saw','saw',0),(2544,'coaches','coaches',0),(2545,'henzell','henzell',0),(2546,'norman manley airport','norman-manley-airport',0),(2547,'airport in kingston','airport-in-kingston',0),(2548,'manley airport','manley-airport',0),(2549,'american airlines','american-airlines',0),(2550,'greenwich town','greenwich-town',0),(2551,'marcus garvey drive','marcus-garvey-drive',0),(2552,'Donald Sangster International Airport','donald-sangster-international-airport',0),(2553,'bow tie','bow-tie',0),(2554,'international bow','international-bow',0),(2555,'montego bay','montego-bay',0),(2556,'tracks records','tracks-records',0),(2557,'bow','bow',0),(2558,'tie','tie',0),(2559,'wednesday','wednesday',0),(2560,'event','event',0),(2561,'heineken','heineken',0),(2562,'free','free',0),(2563,'montego','montego',0),(2564,'bay','bay',0),(2565,'records','records',0),(2566,'bar','bar',0),(2567,'lounge','lounge',0),(2568,'pm','pm',0),(2569,'International Bow Tie Day','international-bow-tie-day',0),(2570,'Hard Rock Café','hard-rock-cafe-2',0),(2571,'Tracks &amp; Records','tracks-records',0),(2572,'Triple Century','triple-century',0),(2573,'Regency Bar &amp; Lounge','regency-bar-lounge',0),(2574,'8 Rivas Lounge','8-rivas-lounge',0),(2575,'Cellar 8','cellar-8',0),(2576,'The Pub','the-pub',0),(2577,'Ocean 7 Sky Bar','ocean-7-sky-bar',0),(2578,'Chilitos','chilitos',0),(2579,'bake café','bake-cafe',0),(2580,'prominently displayed','prominently-displayed',0),(2581,'coconut oil','coconut-oil',0),(2582,'butter','butter',0),(2583,'café','cafe',0),(2584,'cookies','cookies',0),(2585,'reads','reads',0),(2586,'bake','bake',0),(2587,'coconut','coconut',0),(2588,'cannabis','cannabis',0),(2589,'wake','wake',0),(2590,'prominently','prominently',0),(2591,'displayed','displayed',0),(2592,'sign','sign',0),(2593,'front','front',0),(2594,'brownies','brownies',0),(2595,'popcorn','popcorn',0),(2596,'wake and bake café','wake-and-bake-cafe',0),(2597,'wake and bake','wake-and-bake',0),(2598,'ep','ep',0),(2599,'riley','riley',0),(2600,'b.l.e.m','b-l-e-m',0),(2601,'tarrus','tarrus',0),(2602,'singy','singy',0),(2603,'beats','beats',0),(2604,'mood','mood',0),(2605,'touch','touch',0),(2606,'blem','blem',0),(2607,'july 14','july-14',0),(2608,'14','14',0),(2609,'july','july',0),(2610,'b.l.e','b-l-e',0),(2611,'B.L.E.M.','b-l-e-m',0),(2612,'stonebwoy','stonebwoy',0),(2613,'child diversion','child-diversion',0),(2614,'child','child',0),(2615,'justice','justice',0),(2616,'diversion','diversion',0),(2617,'programme','programme',0),(2618,'children','children',0),(2619,'jps','jps',0),(2620,'mentors','mentors',0),(2621,'chuck','chuck',0),(2622,'needed','needed',0),(2623,'rolled','rolled',0),(2624,'gangs','gangs',0),(2625,'formal','formal',0),(2626,'programmes','programmes',0),(2627,'active','active',0),(2628,'sensitisation session at the ministry','sensitisation-session-at-the-ministry',0),(2629,'ministry of justice in st','ministry-of-justice-in-st',0),(2630,'diversion sensitisation session','diversion-sensitisation-session',0),(2631,'session at the ministry','session-at-the-ministry',0),(2632,'minister of justice','minister-of-justice',0),(2633,'ministry of justice','ministry-of-justice',0),(2634,'justice in st','justice-in-st',0),(2635,'delroy chuck','delroy-chuck',0),(2636,'diversion sensitisation','diversion-sensitisation',0),(2637,'sensitisation session','sensitisation-session',0),(2638,'andrew','andrew',0),(2639,'justice in st andrew','justice-in-st-andrew',0),(2640,'Justice Ministry','justice-ministry',0),(2641,'mentorship','mentorship',0),(2642,'child diversion','child-diversion',0),(2643,'antisocial behaviours','antisocial-behaviours',0),(2644,'delroy','delroy',0),(2645,'sensitisation','sensitisation',0),(2646,'child diversion programme','child-diversion-programme',0),(2647,'diversion programme','diversion-programme',0),(2648,'rock on mars','rock-on-mars',0),(2649,'space agency','space-agency',0),(2650,'rock','rock',0),(2651,'rolling','rolling',0),(2652,'nasa','nasa',0),(2653,'mars','mars',0),(2654,'named','named',0),(2655,'stones','stones',0),(2656,'agency','agency',0),(2657,'planet','planet',0),(2658,'honour','honour',0),(2659,'Rolling Stones','rolling-stones',0),(2660,'Mars','mars',0),(2661,'spacecraft','spacecraft',0),(2662,'Mick Jagger','mick-jagger',0),(2663,'space agency','space-agency',0),(2664,'rolling stones','rolling-stones',0),(2665,'toyota dealership in calgary','toyota-dealership-in-calgary',0),(2666,'currently overseas 17 technicians','currently-overseas-17-technicians',0),(2667,'overseas 17 technicians','overseas-17-technicians',0),(2668,'marcello graham','marcello-graham',0),(2669,'graham','graham',0),(2670,'dealership in calgary','dealership-in-calgary',0),(2671,'currently overseas 17','currently-overseas-17',0),(2672,'lexus','lexus',0),(2673,'lexus dealership','lexus-dealership',0),(2674,'toyota dealership','toyota-dealership',0),(2675,'overseas 17','overseas-17',0),(2676,'17 technicians','17-technicians',0),(2677,'promoted to being','promoted-to-being',0),(2678,'currently overseas','currently-overseas',0),(2679,'dealership','dealership',0),(2680,'canada','canada',0),(2681,'calgary','calgary',0),(2682,'toyota','toyota',0),(2683,'marcello','marcello',0),(2684,'technician','technician',0),(2685,'mick','mick',0),(2686,'mick jagger','mick-jagger',0),(2687,'jagger','jagger',0),(2688,'awards','awards',0),(2689,'dirty','dirty',0),(2690,'17','17',0),(2691,'lead','lead',0),(2692,'vehicles','vehicles',0),(2693,'currently oversees 17 technicians','currently-oversees-17-technicians',0),(2694,'oversees 17 technicians','oversees-17-technicians',0),(2695,'currently oversees 17','currently-oversees-17',0),(2696,'oversees 17','oversees-17',0),(2697,'currently oversees','currently-oversees',0),(2698,'huge thank','huge-thank',0),(2699,'huge','huge',0),(2700,'thank','thank',0),(2701,'happen','happen',0),(2702,'golf-ball-sized','golf-ball-sized',0),(2703,'starting to feel little kicks','starting-to-feel-little-kicks',0),(2704,'feel little kicks and flutters','feel-little-kicks-and-flutters',0),(2705,'starting to feel','starting-to-feel',0),(2706,'feel little kicks','feel-little-kicks',0),(2707,'kicks and flutters','kicks-and-flutters',0),(2708,'christina','christina',0),(2709,'starting','starting',0),(2710,'kicks','kicks',0),(2711,'flutters','flutters',0),(2712,'matt','matt',0),(2713,'belly','belly',0),(2714,'daughter','daughter',0),(2715,'boy','boy',0),(2716,'sickness','sickness',0),(2717,'weird','weird',0),(2718,'cravings','cravings',0),(2719,'morning sickness','morning-sickness',0),(2720,'christina milian','christina-milian',0),(2721,'splash news','splash-news',0),(2722,'milian','milian',0),(2723,'picture','picture',0),(2724,'exciting','exciting',0),(2725,'keeping heads','keeping-heads',0),(2726,'mcleod','mcleod',0),(2727,'heads','heads',0),(2728,'miss','miss',0),(2729,'pastries','pastries',0),(2730,'visit','visit',0),(2731,'canna-butter','canna-butter',0),(2732,'karen mcleod','karen-mcleod',0),(2733,'ganja brownies','ganja-brownies',0),(2734,'karen','karen',0),(2735,'left','left',0),(2736,'wake and bake cafe','wake-and-bake-cafe',0),(2737,'ganga tea','ganga-tea',0),(2738,'weed brownies','weed-brownies',0),(2739,'wake n bake','wake-n-bake',0),(2740,'wake n','wake-n',0),(2741,'n bake','n-bake',0),(2742,'ganja popcorn','ganja-popcorn',0),(2743,'german','german',0),(2744,'meryl streep','meryl-streep',0),(2745,'hudson river','hudson-river',0),(2746,'new york','new-york',0),(2747,'river','river',0),(2748,'meryl','meryl',0),(2749,'streep','streep',0),(2750,'selling','selling',0),(2751,'home','home',0),(2752,'york','york',0),(2753,'building','building',0),(2754,'boasts','boasts',0),(2755,'stunning','stunning',0),(2756,'hudson','hudson',0),(2757,'includes','includes',0),(2758,'property','property',0),(2759,'terrace','terrace',0),(2760,'delight year-round','delight-year-round',0),(2761,'delight','delight',0),(2762,'year-round','year-round',0),(2763,'london','london',0),(2764,'famous','famous',0),(2765,'listing','listing',0),(2766,'Meryl Streep','meryl-streep',0),(2767,'Hudson River','hudson-river',0),(2768,'New Yor','new-yor',0),(2769,'Statue of Liberty','statue-of-liberty',0),(2770,'technology','technology',0),(2771,'teachers','teachers',0),(2772,'science','science',0),(2773,'williams','williams',0),(2774,'government','government',0),(2775,'infant','infant',0),(2776,'primary','primary',0),(2777,'school','school',0),(2778,'digital','digital',0),(2779,'lives','lives',0),(2780,'change','change',0),(2781,'fayval williams','fayval-williams',0),(2782,'fayval','fayval',0),(2783,'Technology Ministry','technology-ministry',0),(2784,'Jamaican teachers','jamaican-teachers',0),(2785,'Digital Skills','digital-skills',0),(2786,'STEM','stem',0),(2787,'ICT','ict',0),(2788,'international bow tie','international-bow-tie',0),(2789,'devon house','devon-house',0),(2790,'sell chicken','sell-chicken',0),(2791,'chicken','chicken',0),(2792,'business','business',0),(2793,'devon','devon',0),(2794,'menu','menu',0),(2795,'angella','angella',0),(2796,'sell','sell',0),(2797,'house','house',0),(2798,'food','food',0),(2799,'mediterranean','mediterranean',0),(2800,'restaurant','restaurant',0),(2801,'remarked','remarked',0),(2802,'lunch','lunch',0),(2803,'damascus gate','damascus-gate',0),(2804,'damascus','damascus',0),(2805,'gate','gate',0),(2806,'inside','inside',0),(2807,'staff','staff',0),(2808,'Damascus Gate','damascus-gate',0),(2809,'chicken back','chicken-back',0),(2810,'Mediterranean food','mediterranean-food',0),(2811,'kirsten dunst','kirsten-dunst',0),(2812,'met jesse','met-jesse',0),(2813,'eggs','eggs',0),(2814,'pregnant','pregnant',0),(2815,'met','met',0),(2816,'jesse','jesse',0),(2817,'married','married',0),(2818,'kirsten','kirsten',0),(2819,'dunst','dunst',0),(2820,'thought','thought',0),(2821,'freezing','freezing',0),(2822,'mom','mom',0),(2823,'paying','paying',0),(2824,'frozen my eggs','frozen-my-eggs',0),(2825,'frozen','frozen',0),(2826,'venice','venice',0),(2827,'2017','2017',0),(2828,'sept','sept',0),(2829,'actress','actress',0),(2830,'Kirsten Dunst','kirsten-dunst',0),(2831,'Bring It On','bring-it-on',0),(2832,'Fargo','fargo',0),(2833,'Jesse Plemons','jesse-plemons',0),(2834,'dub poet','dub-poet',0),(2835,'67th birthday','67th-birthday',0),(2836,'modern classics','modern-classics',0),(2837,'poetry','poetry',0),(2838,'poet','poet',0),(2839,'johnson','johnson',0),(2840,'lkj','lkj',0),(2841,'dub','dub',0),(2842,'birthday','birthday',0),(2843,'british','british',0),(2844,'awarded','awarded',0),(2845,'67th','67th',0),(2846,'black','black',0),(2847,'movement','movement',0),(2848,'penguin','penguin',0),(2849,'modern','modern',0),(2850,'classics','classics',0),(2851,'poems','poems',0),(2852,'political','political',0),(2853,'written','written',0),(2854,'foreign','foreign',0),(2855,'dub poet linton','dub-poet-linton',0),(2856,'poet linton','poet-linton',0),(2857,'linton','linton',0),(2858,'involves','involves',0),(2859,'linton kwesi','linton-kwesi',0),(2860,'kwesi','kwesi',0),(2861,'linton kwesi johnson','linton-kwesi-johnson',0),(2862,'kwesi johnson','kwesi-johnson',0),(2863,'Linton Kwesi Johnson','linton-kwesi-johnson',0),(2864,'Jamaican dub poet','jamaican-dub-poet',0),(2865,'LKJ','lkj',0),(2866,'Penguin Modern Classics series','penguin-modern-classics-series',0),(2867,'Mi Revalueshanary Fren: Selected Poems','mi-revalueshanary-fren-selected-poems',0),(2868,'dub poetry','dub-poetry',0),(2869,'racism','racism',0),(2870,'Margret Thatcher','margret-thatcher',0),(2871,'Britian','britian',0),(2872,'Brixton','brixton',0),(2873,'summer 2019 playlist','summer-2019-playlist',0),(2874,'summer 2019','summer-2019',0),(2875,'2019 playlist','2019-playlist',0),(2876,'barack','barack',0),(2877,'summer','summer',0),(2878,'playlist','playlist',0),(2879,'attention','attention',0),(2880,'list','list',0),(2881,'expected','expected',0),(2882,'former','former',0),(2883,'koffee\'s toast','koffees-toast',0),(2884,'toast','toast',0),(2885,'president barack','president-barack',0),(2886,'president barack obama','president-barack-obama',0),(2887,'barack obama','barack-obama',0),(2888,'obama','obama',0),(2889,'koffee','koffee',0),(2890,'Toots and the Maytals','toots-and-the-maytals',0),(2891,'playlist','playlist',0),(2892,'robert downey jr','robert-downey-jr',0),(2893,'arrested at disneyland','arrested-at-disneyland',0),(2894,'robert downey','robert-downey',0),(2895,'avengers endgame','avengers-endgame',0),(2896,'downey jr','downey-jr',0),(2897,'great gift','great-gift',0),(2898,'robert','robert',0),(2899,'arrested','arrested',0),(2900,'disneyland','disneyland',0),(2901,'smoking','smoking',0),(2902,'gondola','gondola',0),(2903,'downey','downey',0),(2904,'avengers','avengers',0),(2905,'endgame','endgame',0),(2906,'actor','actor',0),(2907,'admitted','admitted',0),(2908,'disney','disney',0),(2909,'group','group',0),(2910,'pot','pot',0),(2911,'playing','playing',0),(2912,'gift','gift',0),(2913,'weed','weed',0),(2914,'arrested at disneyland for smoking','arrested-at-disneyland-for-smoking',0),(2915,'disneyland for smoking weed','disneyland-for-smoking-weed',0),(2916,'disneyland for smoking','disneyland-for-smoking',0),(2917,'smoking weed','smoking-weed',0),(2918,'Robert Downey Jr','robert-downey-jr',0),(2919,'disneyland','disneyland',0),(2920,'weed','weed',0),(2921,'smoking iron man','smoking-iron-man',0),(2922,'smoking','smoking',0),(2923,'iron man','iron-man',0),(2924,'Avengers','avengers',0),(2925,'sitting on that shame','sitting-on-that-shame',0),(2926,'going to release','going-to-release',0),(2927,'sitting','sitting',0),(2928,'return to the star wars','return-to-the-star-wars',0),(2929,'going to play obi-wan kenobi','going-to-play-obi-wan-kenobi',0),(2930,'play obi-wan kenobi again','play-obi-wan-kenobi-again',0),(2931,'star wars franchise','star-wars-franchise',0),(2932,'play obi-wan kenobi','play-obi-wan-kenobi',0),(2933,'star wars','star-wars',0),(2934,'return to the star','return-to-the-star',0),(2935,'going to play obi-wan','going-to-play-obi-wan',0),(2936,'ewan mcgregor','ewan-mcgregor',0),(2937,'obi-wan kenobi','obi-wan-kenobi',0),(2938,'confirmed his return','confirmed-his-return',0),(2939,'obi-wan kenobi again','obi-wan-kenobi-again',0),(2940,'wars franchise','wars-franchise',0),(2941,'play obi-wan','play-obi-wan',0),(2942,'ewan','ewan',0),(2943,'going to play','going-to-play',0),(2944,'kenobi again','kenobi-again',0),(2945,'star','star',0),(2946,'obi-wan','obi-wan',0),(2947,'wars','wars',0),(2948,'confirmed','confirmed',0),(2949,'kenobi','kenobi',0),(2950,'kathleen','kathleen',0),(2951,'return','return',0),(2952,'role','role',0),(2953,'mcgregor','mcgregor',0),(2954,'reprise','reprise',0),(2955,'reprise his role','reprise-his-role',0),(2956,'jedi master obi-wan kenobi','jedi-master-obi-wan-kenobi',0),(2957,'jedi master obi-wan','jedi-master-obi-wan',0),(2958,'master obi-wan kenobi','master-obi-wan-kenobi',0),(2959,'jedi master','jedi-master',0),(2960,'master obi-wan','master-obi-wan',0),(2961,'Jedi Master Obi-Wan Kenobi','jedi-master-obi-wan-kenobi',0),(2962,'Star wars','star-wars',0),(2963,'ewan mcgregor','ewan-mcgregor',0),(2964,'tropical','tropical',0),(2965,'hurricane','hurricane',0),(2966,'dorian','dorian',0),(2967,'good morning britain','good-morning-britain',0),(2968,'morning britain','morning-britain',0),(2969,'notting hill','notting-hill',0),(2970,'good morning','good-morning',0),(2971,'spice','spice',0),(2972,'britain','britain',0),(2973,'notting','notting',0),(2974,'hill','hill',0),(2975,'carnival','carnival',0),(2976,'show','show',0),(2977,'notting hill carnival','notting-hill-carnival',0),(2978,'hill carnival','hill-carnival',0),(2979,'good morning britain','good-morning-britain',0),(2980,'dancehall artiste','dancehall-artiste',0),(2981,'tropical storm','tropical-storm',0),(2982,'storm','storm',0),(2983,'Notting Hill Carnival','notting-hill-carnival',0),(2984,'love and hip hop atlanta','love-and-hip-hop-atlanta',0),(2985,'met service','met-service',0),(2986,'tropical storm','tropical-storm',0),(2987,'dorian','dorian',0),(2988,'hispaniola','hispaniola',0),(2989,'met service of jamaica','met-service-of-jamaica',0),(2990,'kingston creative artwalk','kingston-creative-artwalk',0),(2991,'kingston creative','kingston-creative',0),(2992,'augmented reality','augmented-reality',0),(2993,'downtown kingston','downtown-kingston',0),(2994,'gen creators','gen-creators',0),(2995,'creative artwalk','creative-artwalk',0),(2996,'harbour street','harbour-street',0),(2997,'mural','mural',0),(2998,'downtown','downtown',0),(2999,'creative','creative',0),(3000,'augmented','augmented',0),(3001,'reality','reality',0),(3002,'ar','ar',0),(3003,'ttech','ttech',0),(3004,'gen','gen',0),(3005,'creators','creators',0),(3006,'artwalk','artwalk',0),(3007,'experience','experience',0),(3008,'harbour','harbour',0),(3009,'artwalk','artwalk',0),(3010,'augmented reality','augmented-reality',0),(3011,'mural','mural',0),(3012,'doris gross','doris-gross',0),(3013,'jamaican artist bernard hoyes','jamaican-artist-bernard-hoyes',0),(3014,'jamaican artist bernard','jamaican-artist-bernard',0),(3015,'artist bernard hoyes','artist-bernard-hoyes',0),(3016,'jamaican artist','jamaican-artist',0),(3017,'artist bernard','artist-bernard',0),(3018,'bernard hoyes','bernard-hoyes',0),(3019,'outpost republic','outpost-republic',0),(3020,'tanya','tanya',0),(3021,'outpost','outpost',0),(3022,'republic','republic',0),(3023,'community','community',0),(3024,'wi-fi','wi-fi',0),(3025,'80lmr','80lmr',0),(3026,'air','air',0),(3027,'locations','locations',0),(3028,'entrepreneurs','entrepreneurs',0),(3029,'place','place',0),(3030,'design','design',0),(3031,'smart','smart',0),(3032,'core','core',0),(3033,'ideas','ideas',0),(3034,'inspire change','inspire-change',0),(3035,'creative collaboration','creative-collaboration',0),(3036,'main purpose','main-purpose',0),(3037,'place with good energy','place-with-good-energy',0),(3038,'professional space','professional-space',0),(3039,'good energy','good-energy',0),(3040,'buxani community director at outpost','buxani-community-director-at-outpost',0),(3041,'community director at outpost republic','community-director-at-outpost-republic',0),(3042,'tanya buxani community director','tanya-buxani-community-director',0),(3043,'community director at outpost','community-director-at-outpost',0),(3044,'director at outpost republic','director-at-outpost-republic',0),(3045,'tanya buxani community','tanya-buxani-community',0),(3046,'buxani community director','buxani-community-director',0),(3047,'director at outpost','director-at-outpost',0),(3048,'tanya buxani','tanya-buxani',0),(3049,'buxani community','buxani-community',0),(3050,'community director','community-director',0),(3051,'design element','design-element',0),(3052,'cowork','cowork',0),(3053,'coworkja','coworkja',0),(3054,'collaboration','collaboration',0),(3055,'tanya buxani community director outpost','tanya-buxani-community-director-outpost',0),(3056,'buxani community director outpost republic','buxani-community-director-outpost-republic',0),(3057,'buxani community director outpost','buxani-community-director-outpost',0),(3058,'community director outpost republic','community-director-outpost-republic',0),(3059,'community director outpost','community-director-outpost',0),(3060,'director outpost republic','director-outpost-republic',0),(3061,'tasks','tasks',0),(3062,'to-do','to-do',0),(3063,'traditional','traditional',0),(3064,'lists','lists',0),(3065,'download','download',0),(3066,'task','task',0),(3067,'provide','provide',0),(3068,'see','see',0),(3069,'chores','chores',0),(3070,'completed','completed',0),(3071,'boring','boring',0),(3072,'wish','wish',0),(3073,'checklist','checklist',0),(3074,'to-do','to-do',0),(3075,'workflow','workflow',0),(3076,'help','help',0),(3077,'to-do lists','to-do-lists',0),(3078,'office party','office-party',0),(3079,'party','party',0),(3080,'office','office',0),(3081,'start','start',0),(3082,'people','people',0),(3083,'colleagues','colleagues',0),(3084,'boss','boss',0),(3085,'co-worker','co-worker',0),(3086,'fun','fun',0),(3087,'clothing','clothing',0),(3088,'flirt','flirt',0),(3089,'period','period',0),(3090,'pum','pum',0),(3091,'starts','starts',0),(3092,'talk','talk',0),(3093,'leave','leave',0),(3094,'parties','parties',0),(3095,'office parties','office-parties',0),(3096,'office parties','office-parties',0),(3097,'late','late',0),(3098,'traffic','traffic',0),(3099,'podcasts','podcasts',0),(3100,'virtually','virtually',0),(3101,'time in traffic','time-in-traffic',0),(3102,'mind','mind',0),(3103,'stretch','stretch',0),(3104,'quick','quick',0),(3105,'wheel','wheel',0),(3106,'alert','alert',0),(3107,'line','line',0),(3108,'tedious','tedious',0),(3109,'finish','finish',0),(3110,'book','book',0),(3111,'traffic','traffic',0),(3112,'road safety','road-safety',0),(3113,'team building','team-building',0),(3114,'early morning','early-morning',0),(3115,'productive','productive',0),(3116,'works','works',0),(3117,'skills','skills',0),(3118,'9 to 5','9-to-5',0),(3119,'team-building','team-building-2',0),(3120,'work style or productive','work-style-or-productive',0),(3121,'style or productive','style-or-productive',0),(3122,'work style','work-style',0),(3123,'special to offer','special-to-offer',0),(3124,'offer','offer',0),(3125,'work','work',0),(3126,'workp','workp',0),(3127,'productive time','productive-time',0),(3128,'popcaan','popcaan',0),(3129,'visa','visa',0),(3130,'unruly','unruly',0),(3131,'instagram','instagram',0),(3132,'deejay','deejay',0),(3133,'ovo','ovo',0),(3134,'sound','sound',0),(3135,'drake','drake',0),(3136,'video','video',0),(3137,'ovo sound','ovo-sound',0),(3138,'artistes','artistes',0),(3139,'utm_source=ig_web_copy_link','utm_sourceig_web_copy_link',0),(3140,'photo starz.com','photo-starz-com',0),(3141,'st patrick','st-patrick',0),(3142,'season 6','season-6',0),(3143,'power','power',0),(3144,'season','season',0),(3145,'viewers','viewers',0),(3146,'starz','starz',0),(3147,'james','james',0),(3148,'starz.com','starz-com',0),(3149,'2014','2014',0),(3150,'gangster','gangster',0),(3151,'patrick','patrick',0),(3152,'partner','partner',0),(3153,'tommy','tommy',0),(3154,'serves','serves',0),(3155,'cable','cable',0),(3156,'drug','drug',0),(3157,'pidgin english','pidgin-english',0),(3158,'afrobeats','afrobeats',0),(3159,'english','english',0),(3160,'genre','genre',0),(3161,'featured','featured',0),(3162,'african','african',0),(3163,'languages','languages',0),(3164,'pidgin','pidgin',0),(3165,'chorus','chorus',0),(3166,'producer','producer',0),(3167,'eazi','eazi',0),(3168,'davido','davido',0),(3169,'afrobeat','afrobeat',0),(3170,'https://www.youtube.com/watch','https-www-youtube-com-watch',0),(3171,'example','example',0),(3172,'mr eazi','mr-eazi',0),(3173,'afrobeats','afrobeats',0),(3174,'Agent Sasco','agent-sasco',0),(3175,'half moon beach','half-moon-beach',0),(3176,'half moon','half-moon',0),(3177,'moon beach','moon-beach',0),(3178,'half','half',0),(3179,'moon','moon',0),(3180,'negril','negril',0),(3181,'rustic','rustic',0),(3182,'25','25-2',0),(3183,'nature','nature',0),(3184,'beauty','beauty',0),(3185,'spectacular','spectacular',0),(3186,'view','view',0),(3187,'imf precautionary','imf-precautionary',0),(3188,'stand-by agreement','stand-by-agreement',0),(3189,'fiscal','fiscal',0),(3190,'economic','economic',0),(3191,'epoc','epoc',0),(3192,'finance','finance',0),(3193,'mou','mou',0),(3194,'clarke','clarke',0),(3195,'ministry','ministry',0),(3196,'imf','imf',0),(3197,'precautionary','precautionary',0),(3198,'stand-by','stand-by',0),(3199,'agreement','agreement',0),(3200,'duncan','duncan',0),(3201,'independence','independence',0),(3202,'monetary','monetary',0),(3203,'imf precautionary stand-by agreement','imf-precautionary-stand-by-agreement',0),(3204,'imf precautionary stand-by','imf-precautionary-stand-by',0),(3205,'precautionary stand-by agreement','precautionary-stand-by-agreement',0),(3206,'ministry of finance','ministry-of-finance',0),(3207,'precautionary stand-by','precautionary-stand-by',0),(3208,'public service','public-service',0),(3209,'minister of finance','minister-of-finance',0),(3210,'finance and the public service','finance-and-the-public-service',0),(3211,'finance and the public','finance-and-the-public',0),(3212,'public','public',0),(3213,'public service dr nigel','public-service-dr-nigel',0),(3214,'public service dr','public-service-dr',0),(3215,'service dr nigel','service-dr-nigel',0),(3216,'service dr','service-dr',0),(3217,'dr nigel','dr-nigel',0),(3218,'public service dr nigel clarke','public-service-dr-nigel-clarke',0),(3219,'service dr nigel clarke','service-dr-nigel-clarke',0),(3220,'dr nigel clarke','dr-nigel-clarke',0),(3221,'nigel clarke','nigel-clarke',0),(3222,'keith duncan','keith-duncan',0),(3223,'economic programme oversight committee epoc','economic-programme-oversight-committee-epoc',0),(3224,'economic programme oversight committee','economic-programme-oversight-committee',0),(3225,'programme oversight committee epoc','programme-oversight-committee-epoc',0),(3226,'economic programme oversight','economic-programme-oversight',0),(3227,'programme oversight committee','programme-oversight-committee',0),(3228,'oversight committee epoc','oversight-committee-epoc',0),(3229,'economic reform programme','economic-reform-programme',0),(3230,'epoc keith duncan','epoc-keith-duncan',0),(3231,'EPOC','epoc',0),(3232,'GoJ','goj',0),(3233,'Finance','finance',0),(3234,'economic reform','economic-reform',0),(3235,'Keith Duncan','keith-duncan',0),(3236,'Nigel Clarke','nigel-clarke',0),(3237,'bar and grill','bar-and-grill',0),(3238,'meals','meals',0),(3239,'name','name',0),(3240,'grill','grill',0),(3241,'taste','taste',0),(3242,'side','side',0),(3243,'jerk','jerk',0),(3244,'star in the lizzie mcguire','star-in-the-lizzie-mcguire',0),(3245,'lizzo wants to star','lizzo-wants-to-star',0),(3246,'singer rapper and actress','singer-rapper-and-actress',0),(3247,'lizzie mcguire reboot','lizzie-mcguire-reboot',0),(3248,'star in the lizzie','star-in-the-lizzie',0),(3249,'wants to star','wants-to-star',0),(3250,'rapper and actress','rapper-and-actress',0),(3251,'lizzo wants','lizzo-wants',0),(3252,'lizzie mcguire','lizzie-mcguire',0),(3253,'mcguire reboot','mcguire-reboot',0),(3254,'singer rapper','singer-rapper',0),(3255,'lizzie','lizzie',0),(3256,'hilary','hilary',0),(3257,'lizzo','lizzo',0),(3258,'reboot','reboot',0),(3259,'wrote','wrote',0),(3260,'wants','wants',0),(3261,'mcguire','mcguire',0),(3262,'rapper','rapper',0),(3263,'series','series',0),(3264,'intimidated','intimidated',0),(3265,'life','life',0),(3266,'mother','mother',0),(3267,'couple','couple',0),(3268,'cool','cool',0),(3269,'Hillary Duff','hillary-duff',0),(3270,'Lizzie McGuire','lizzie-mcguire',0),(3271,'cameo','cameo',0),(3272,'feeling','feeling',0),(3273,'#lizzomcguire','lizzomcguire',0),(3274,'set to welcome a baby','set-to-welcome-a-baby',0),(3275,'welcome a baby boy','welcome-a-baby-boy',0),(3276,'set to welcome','set-to-welcome',0),(3277,'welcome a baby','welcome-a-baby',0),(3278,'chris brown','chris-brown',0),(3279,'ammika harris','ammika-harris',0),(3280,'baby boy','baby-boy',0),(3281,'daughter royalty','daughter-royalty',0),(3282,'nia guzman','nia-guzman',0),(3283,'child support','child-support',0),(3284,'chris','chris',0),(3285,'baby','baby',0),(3286,'royalty','royalty',0),(3287,'ammika','ammika',0),(3288,'nia','nia',0),(3289,'support','support',0),(3290,'welcome','welcome',0),(3291,'agreed','agreed',0),(3292,'increase','increase',0),(3293,'harris','harris',0),(3294,'together','together',0),(3295,'guzman','guzman',0),(3296,'allegedly','allegedly',0),(3297,'reportedly','reportedly',0),(3298,'pay','pay',0),(3299,'former girlfriend','former-girlfriend',0),(3300,'girlfriend','girlfriend',0),(3301,'Royalty','royalty',0),(3302,'Ammika Harris','ammika-harris',0),(3303,'tropical storm dorian','tropical-storm-dorian',0),(3304,'storm dorian','storm-dorian',0),(3305,'mia mottley','mia-mottley',0),(3306,'barbados','barbados',0),(3307,'monday','monday',0),(3308,'sunday','sunday',0),(3309,'mia','mia',0),(3310,'mottley','mottley',0),(3311,'barbadians','barbadians',0),(3312,'p.m','p-m',0),(3313,'Mia Mottley','mia-mottley',0),(3314,'prime minister mia mottley','prime-minister-mia-mottley',0),(3315,'prime minister mia','prime-minister-mia',0),(3316,'minister mia mottley','minister-mia-mottley',0),(3317,'minister mia','minister-mia',0),(3318,'press conference','press-conference',0),(3319,'press','press',0),(3320,'conference','conference',0),(3321,'arrival','arrival',0),(3322,'caused','caused',0),(3323,'potential ig embed','potential-ig-embed',0),(3324,'tropical storm warning','tropical-storm-warning',0),(3325,'tropical storm watch','tropical-storm-watch',0),(3326,'tropical storm conditions','tropical-storm-conditions',0),(3327,'potential ig','potential-ig',0),(3328,'ig embed','ig-embed',0),(3329,'august 26','august-26',0),(3330,'tuesday morning','tuesday-morning',0),(3331,'storm warning','storm-warning',0),(3332,'weather system','weather-system',0),(3333,'pm mottley','pm-mottley',0),(3334,'saturday evening','saturday-evening',0),(3335,'storm watch','storm-watch',0),(3336,'storm conditions','storm-conditions',0),(3337,'potential','potential',0),(3338,'residents','residents',0),(3339,'evening','evening',0),(3340,'prime minister mia amor','prime-minister-mia-amor',0),(3341,'minister mia amor','minister-mia-amor',0),(3342,'mia amor','mia-amor',0),(3343,'prime minister mia amor mottley','prime-minister-mia-amor-mottley',0),(3344,'minister mia amor mottley','minister-mia-amor-mottley',0),(3345,'mia amor mottley','mia-amor-mottley',0),(3346,'amor mottley','amor-mottley',0),(3347,'embed','embed',0),(3348,'midday','midday',0),(3349,'weather','weather',0),(3350,'ig','ig',0),(3351,'workers','workers',0),(3352,'tuesday','tuesday',0),(3353,'indicated','indicated',0),(3354,'https://www.instagram.com/p/b1mbkkbgy8d/','https-www-instagram-com-p-b1mbkkbgy8d',0),(3355,'warning','warning',0),(3356,'conditions','conditions',0),(3357,'shutdown','shutdown',0),(3358,'monday morning','monday-morning',0),(3359,'michael','michael',0),(3360,'st michale','st-michale',0),(3361,'st michael','st-michael',0),(3362,'grantley adams international airport','grantley-adams-international-airport',0),(3363,'pipe replacements','pipe-replacements',0),(3364,'deputy chairman','deputy-chairman',0),(3365,'section h','section-h',0),(3366,'project\'s completion','projects-completion',0),(3367,'norwood','norwood',0),(3368,'nwc','nwc',0),(3369,'project','project',0),(3370,'fong-yee','fong-yee',0),(3371,'chang','chang',0),(3372,'completion','completion',0),(3373,'national','national',0),(3374,'pipe','pipe',0),(3375,'replacements','replacements',0),(3376,'repairs','repairs',0),(3377,'deputy','deputy',0),(3378,'chairman','chairman',0),(3379,'forms','forms',0),(3380,'norwood water supply improvement project','norwood-water-supply-improvement-project',0),(3381,'national security minister and member','national-security-minister-and-member',0),(3382,'parliament for north western st','parliament-for-north-western-st',0),(3383,'norwood water supply improvement','norwood-water-supply-improvement',0),(3384,'water supply improvement project','water-supply-improvement-project',0),(3385,'minister and member of parliament','minister-and-member-of-parliament',0),(3386,'member of parliament for north','member-of-parliament-for-north',0),(3387,'security minister and member','security-minister-and-member',0),(3388,'parliament for north western','parliament-for-north-western',0),(3389,'member of parliament','member-of-parliament',0),(3390,'national security minister','national-security-minister',0),(3391,'north western st','north-western-st',0),(3392,'norwood water supply','norwood-water-supply',0),(3393,'water supply improvement','water-supply-improvement',0),(3394,'supply improvement project','supply-improvement-project',0),(3395,'minister and member','minister-and-member',0),(3396,'parliament for north','parliament-for-north',0),(3397,'national security','national-security',0),(3398,'security minister','security-minister',0),(3399,'north western','north-western',0),(3400,'deputy chairman steven fong-yee','deputy-chairman-steven-fong-yee',0),(3401,'deputy chairman steven','deputy-chairman-steven',0),(3402,'chairman steven fong-yee','chairman-steven-fong-yee',0),(3403,'NWC','nwc',0),(3404,'DR horace CHang','dr-horace-chang',0),(3405,'water','water',0),(3406,'Norwood','norwood',0),(3407,'Steven Fong-Yee','steven-fong-yee',0),(3408,'feeding program','feeding-program',0),(3409,'mountain view','mountain-view',0),(3410,'community centre','community-centre',0),(3411,'program','program',0),(3412,'centre','centre',0),(3413,'feeding','feeding',0),(3414,'right now','right-now',0),(3415,'mountain','mountain',0),(3416,'nelson','nelson',0),(3417,'construction','construction',0),(3418,'13','13',0),(3419,'oscar nelson','oscar-nelson',0),(3420,'mountain view avenue','mountain-view-avenue',0),(3421,'view avenue','view-avenue',0),(3422,'oscar','oscar',0),(3423,'work relations in jamaica','work-relations-in-jamaica',0),(3424,'pension scheme','pension-scheme',0),(3425,'relations in jamaica','relations-in-jamaica',0),(3426,'tourism workers','tourism-workers',0),(3427,'rafts men','rafts-men',0),(3428,'work relations','work-relations',0),(3429,'jis news','jis-news',0),(3430,'tourism minister','tourism-minister',0),(3431,'tourism','tourism',0),(3432,'scheme','scheme',0),(3433,'pension','pension',0),(3434,'industry','industry',0),(3435,'scott','scott',0),(3436,'initiative','initiative',0),(3437,'contract','contract',0),(3438,'development','development',0),(3439,'rafts','rafts',0),(3440,'men','men',0),(3441,'bag','bag',0),(3442,'relations','relations',0),(3443,'feeding programme','feeding-programme',0),(3444,'situation genuinely needing some form','situation-genuinely-needing-some-form',0),(3445,'people in the situation genuinely','people-in-the-situation-genuinely',0),(3446,'needing some form of assistance','needing-some-form-of-assistance',0),(3447,'genuinely needing some form','genuinely-needing-some-form',0),(3448,'situation genuinely needing','situation-genuinely-needing',0),(3449,'people in the situation','people-in-the-situation',0),(3450,'needing some form','needing-some-form',0),(3451,'form of assistance','form-of-assistance',0),(3452,'situation genuinely','situation-genuinely',0),(3453,'genuinely needing','genuinely-needing',0),(3454,'raftsmen','raftsmen',0),(3455,'describes','describes',0),(3456,'left to fend','left-to-fend',0),(3457,'service to tourism','service-to-tourism',0),(3458,'fend','fend',0),(3459,'craft trader','craft-trader',0),(3460,'trader','trader',0),(3461,'craft trader milton scott','craft-trader-milton-scott',0),(3462,'craft trader milton','craft-trader-milton',0),(3463,'trader milton scott','trader-milton-scott',0),(3464,'trader milton','trader-milton',0),(3465,'milton scott','milton-scott',0),(3466,'Ed Bartlett','ed-bartlett',0),(3467,'pension scheme','pension-scheme',0),(3468,'milton scott','milton-scott',0),(3469,'Mountain View','mountain-view',0),(3470,'feeding programme','feeding-programme',0),(3471,'philanthropy','philanthropy',0),(3472,'mariah carey','mariah-carey',0),(3473,'mariah','mariah',0),(3474,'face','face',0),(3475,'walkers','walkers',0),(3476,'offered','offered',0),(3477,'brand','brand',0),(3478,'carey','carey',0),(3479,'crisps','crisps',0),(3480,'girls','girls',0),(3481,'mel','mel',0),(3482,'festive','festive',0),(3483,'hit','hit',0),(3484,'christmas','christmas',0),(3485,'campaign','campaign',0),(3486,'spice girls','spice-girls',0),(3487,'passed','passed',0),(3488,'watch','watch',0),(3489,'room','room',0),(3490,'nervous','nervous',0),(3491,'reassure','reassure',0),(3492,'family','family',0),(3493,'wash','wash',0),(3494,'sleep','sleep',0),(3495,'los angeles','los-angeles',0),(3496,'rights','rights',0),(3497,'los','los',0),(3498,'angeles','angeles',0),(3499,'02','02',0),(3500,'snack brand','snack-brand',0),(3501,'Walkers Crisps','walkers-crisps',0),(3502,'Spice Girls','spice-girls',0),(3503,'All I Want For Christmas','all-i-want-for-christmas',0),(3504,'member','member',0),(3505,'parliament','parliament',0),(3506,'friday august 23','friday-august-23',0),(3507,'st james','st-james',0),(3508,'western st','western-st',0),(3509,'national water','national-water',0),(3510,'norwood water','norwood-water',0),(3511,'norwood st james','norwood-st-james',0),(3512,'james dr horace chang left','james-dr-horace-chang-left',0),(3513,'horace chang left and member','horace-chang-left-and-member',0),(3514,'supply improvement project in norwood','supply-improvement-project-in-norwood',0),(3515,'improvement project in norwood st','improvement-project-in-norwood-st',0),(3516,'project in norwood st james','project-in-norwood-st-james',0),(3517,'james heroy clarke symbolically','james-heroy-clarke-symbolically',0),(3518,'national water commission\'s nwc','national-water-commissions-nwc',0),(3519,'north western st james','north-western-st-james',0),(3520,'western st james','western-st-james',0),(3521,'horace chang','horace-chang',0),(3522,'heroy clark','heroy-clark',0),(3523,'heroy clarke','heroy-clarke',0),(3524,'water shortage','water-shortage',0),(3525,'pipe replacement','pipe-replacement',0),(3526,'structure','structure',0),(3527,'leadership','leadership',0),(3528,'phillips','phillips',0),(3529,'supporting','supporting',0),(3530,'parent','parent',0),(3531,'happy','happy',0),(3532,'mothers','mothers',0),(3533,'remember','remember',0),(3534,'babies','babies',0),(3535,'note','note',0),(3536,'know','know',0),(3537,'find','find',0),(3538,'girls with a lens','girls-with-a-lens',0),(3539,'bringing people together','bringing-people-together',0),(3540,'live streaming','live-streaming',0),(3541,'family and friends','family-and-friends',0),(3542,'bringing people','bringing-people',0),(3543,'people together','people-together',0),(3544,'live','live',0),(3545,'lens','lens',0),(3546,'streaming','streaming',0),(3547,'stream','stream',0),(3548,'bringing','bringing',0),(3549,'matters','matters',0),(3550,'loved','loved',0),(3551,'funeral','funeral',0),(3552,'hand','hand',0),(3553,'crying','crying',0),(3554,'rotax micro max','rotax-micro-max',0),(3555,'super rotax','super-rotax',0),(3556,'rotax','rotax',0),(3557,'comer 50','comer-50',0),(3558,'rotax micro','rotax-micro',0),(3559,'micro max','micro-max',0),(3560,'rotax senior','rotax-senior',0),(3561,'class','class',0),(3562,'drivers','drivers',0),(3563,'max','max',0),(3564,'super','super',0),(3565,'points','points',0),(3566,'50','50',0),(3567,'racing','racing',0),(3568,'palisadoes','palisadoes',0),(3569,'required','required',0),(3570,'comer','comer',0),(3571,'micro','micro',0),(3572,'junior','junior',0),(3573,'senior','senior',0),(3574,'jamaica karting association','jamaica-karting-association',0),(3575,'palisadoes international raceway','palisadoes-international-raceway',0),(3576,'go-kart racing','go-kart-racing',0),(3577,'summer sizzler','summer-sizzler',0),(3578,'palisadoes international raceway','palisadoes-international-raceway',0),(3579,'joseph lodenquai','joseph-lodenquai',0),(3580,'palisadoes international','palisadoes-international',0),(3581,'international raceway','international-raceway',0),(3582,'joseph','joseph',0),(3583,'lodenquai','lodenquai',0),(3584,'fight','fight',0),(3585,'rotax junior','rotax-junior',0),(3586,'tommi gore','tommi-gore',0),(3587,'ryan lue','ryan-lue',0),(3588,'mothers','mothers',0),(3589,'allen','allen',0),(3590,'high-definition','high-definition',0),(3591,'share','share',0),(3592,'girls with a lens live','girls-with-a-lens-live',0),(3593,'lens live streaming','lens-live-streaming',0),(3594,'lens live','lens-live',0),(3595,'Two Girls with a Lens','two-girls-with-a-lens',0),(3596,'veronica allen','veronica-allen',0),(3597,'live stream','live-stream',0),(3598,'earthquake preparedness','earthquake-preparedness',0),(3599,'major earthquake','major-earthquake',0),(3600,'earthquake','earthquake',0),(3601,'disaster','disaster',0),(3602,'preparedness','preparedness',0),(3603,'odpem','odpem',0),(3604,'thompson','thompson',0),(3605,'emphasis','emphasis',0),(3606,'measures','measures',0),(3607,'mitigation','mitigation',0),(3608,'practices','practices',0),(3609,'odpem','odpem',0),(3610,'earthquake','earthquake',0),(3611,'disaster management','disaster-management',0),(3612,'St Elizabeth Municipal Corporation','st-elizabeth-municipal-corporation',0),(3613,'emergency management odpem richard thompson','emergency-management-odpem-richard-thompson',0),(3614,'disaster preparedness and emergency management','disaster-preparedness-and-emergency-management',0),(3615,'preparedness and emergency management odpem','preparedness-and-emergency-management-odpem',0),(3616,'emergency management odpem richard','emergency-management-odpem-richard',0),(3617,'management odpem richard thompson','management-odpem-richard-thompson',0),(3618,'director general of the office','director-general-of-the-office',0),(3619,'office of disaster preparedness','office-of-disaster-preparedness',0),(3620,'disaster preparedness and emergency','disaster-preparedness-and-emergency',0),(3621,'preparedness and emergency management','preparedness-and-emergency-management',0),(3622,'emergency management odpem','emergency-management-odpem',0),(3623,'management odpem richard','management-odpem-richard',0),(3624,'odpem richard thompson','odpem-richard-thompson',0),(3625,'general of the office','general-of-the-office',0),(3626,'office of disaster','office-of-disaster',0),(3627,'preparedness and emergency','preparedness-and-emergency',0),(3628,'director general','director-general',0),(3629,'disaster preparedness','disaster-preparedness',0),(3630,'emergency management','emergency-management',0),(3631,'management odpem','management-odpem',0),(3632,'odpem richard','odpem-richard',0),(3633,'richard thompson','richard-thompson',0),(3634,'director','director',0),(3635,'general','general',0),(3636,'placing emphasis on earthquake preparedness','placing-emphasis-on-earthquake-preparedness',0),(3637,'placing emphasis on earthquake','placing-emphasis-on-earthquake',0),(3638,'emphasis on earthquake preparedness','emphasis-on-earthquake-preparedness',0),(3639,'earthquake mitigation practices','earthquake-mitigation-practices',0),(3640,'central clarendon','central-clarendon',0),(3641,'candidate for central','candidate-for-central',0),(3642,'team that surrounds','team-that-surrounds',0),(3643,'peter phillips','peter-phillips',0),(3644,'clarendon','clarendon',0),(3645,'central','central',0),(3646,'jess','jess',0),(3647,'constituency','constituency',0),(3648,'invited','invited',0),(3649,'candidate','candidate',0),(3650,'challenge','challenge',0),(3651,'fact','fact',0),(3652,'telling','telling',0),(3653,'pnp','pnp',0),(3654,'moved','moved',0),(3655,'surrounds','surrounds',0),(3656,'attorney','attorney',0),(3657,'supporting dr','supporting-dr',0),(3658,'dr phillips','dr-phillips',0),(3659,'candidate for central clarendon','candidate-for-central-clarendon',0),(3660,'worried about her sexy','worried-about-her-sexy',0),(3661,'jennifer lopez','jennifer-lopez',0),(3662,'sexy','sexy',0),(3663,'costumes','costumes',0),(3664,'jennifer','jennifer',0),(3665,'lopez','lopez',0),(3666,'worried','worried',0),(3667,'hustlers','hustlers',0),(3668,'wears','wears',0),(3669,'sexy costumes','sexy-costumes',0),(3670,'jennifer lopez','jennifer-lopez',0),(3671,'hustlers','hustlers',0),(3672,'american film','american-film',0),(3673,'theatre','theatre',0),(3674,'movies','movies',0),(3675,'level','level',0),(3676,'zuleika jess','zuleika-jess',0),(3677,'zuleika','zuleika',0),(3678,'Dr peter philli[pps','dr-peter-phillipps',0),(3679,'Zuleika Jess','zuleika-jess',0),(3680,'central clarendon','central-clarendon',0),(3681,'41','41',0),(3682,'42','42',0),(3683,'women','women',0),(3684,'glow','glow',0),(3685,'designer','designer',0),(3686,'motherhood','motherhood',0),(3687,'nascimento kickstart football academy','nascimento-kickstart-football-academy',0),(3688,'nascimento kickstart football','nascimento-kickstart-football',0),(3689,'kickstart football academy','kickstart-football-academy',0),(3690,'football academy','football-academy',0),(3691,'according to russell','according-to-russell',0),(3692,'nascimento kickstart','nascimento-kickstart',0),(3693,'kickstart football','kickstart-football',0),(3694,'rae town','rae-town',0),(3695,'academy','academy',0),(3696,'football','football',0),(3697,'russell','russell',0),(3698,'nascimento','nascimento',0),(3699,'kickstart','kickstart',0),(3700,'rae','rae',0),(3701,'town','town',0),(3702,'uplift','uplift',0),(3703,'halle berry','halle-berry',0),(3704,'beverly hills','beverly-hills',0),(3705,'halle','halle',0),(3706,'berry','berry',0),(3707,'beverly','beverly',0),(3708,'hills','hills',0),(3709,'nahla','nahla',0),(3710,'maceo','maceo',0),(3711,'strangers','strangers',0),(3712,'donations','donations',0),(3713,'kids','kids',0),(3714,'celine dion','celine-dion',0),(3715,'celine','celine',0),(3716,'dion','dion',0),(3717,'man thong','man-thong',0),(3718,'thong','thong',0),(3719,'worn','worn',0),(3720,'male','male',0),(3721,'man','man',0),(3722,'society','society',0),(3723,'cheeks','cheeks',0),(3724,'males','males',0),(3725,'eye','eye',0),(3726,'cover','cover',0),(3727,'competitions','competitions',0),(3728,'body','body',0),(3729,'africa','africa',0),(3730,'hurricane season','hurricane-season',0),(3731,'activity','activity',0),(3732,'frequent','frequent',0),(3733,'terms','terms',0),(3734,'coach','coach',0),(3735,'karl russell','karl-russell',0),(3736,'karl','karl',0),(3737,'final','final',0),(3738,'final betrayal','final-betrayal',0),(3739,'betrayal','betrayal',0),(3740,'joe','joe',0),(3741,'remixed','remixed',0),(3742,'Karl Russell','karl-russell',0),(3743,'Nascimento Kickstart Football Academy','nascimento-kickstart-football-academy',0),(3744,'Rae Town','rae-town',0),(3745,'trey songz','trey-songz',0),(3746,'trey','trey',0),(3747,'songz','songz',0),(3748,'r&amp;b','rb',0),(3749,'favour','favour',0),(3750,'version','version',0),(3751,'stock exchange','stock-exchange',0),(3752,'august 15','august-15',0),(3753,'jargons jargons','jargons-jargons',0),(3754,'stocks','stocks',0),(3755,'jargons','jargons',0),(3756,'15','15',0),(3757,'rich','rich',0),(3758,'exchange','exchange',0),(3759,'august','august',0),(3760,'trading','trading',0),(3761,'sagicor','sagicor',0),(3762,'Trey Songz','trey-songz',0),(3763,'answer','answer',0),(3764,'seven-mile beach','seven-mile-beach',0),(3765,'aqueducts','aqueducts',0),(3766,'areas','areas',0),(3767,'seven-mile','seven-mile',0),(3768,'parking','parking',0),(3769,'units','units',0),(3770,'apartments','apartments',0),(3771,'two-bedroom','two-bedroom',0),(3772,'pool','pool',0),(3773,'claudia gardner','claudia-gardner',0),(3774,'claudia','claudia',0),(3775,'gardner','gardner',0),(3776,'The Aqueducts','the-aqueducts',0),(3777,'billboard 200 chart','billboard-200-chart',0),(3778,'billboard 200','billboard-200',0),(3779,'200 chart','200-chart',0),(3780,'anti','anti',0),(3781,'chart','chart',0),(3782,'186','186',0),(3783,'200','200',0),(3784,'billboard','billboard',0),(3785,'female','female',0),(3786,'beyoncé','beyonce',0),(3787,'featuring','featuring',0),(3788,'longest-running','longest-running',0),(3789,'longest-running album','longest-running-album',0),(3790,'longest-running album on the billboard','longest-running-album-on-the-billboard',0),(3791,'album on the billboard','album-on-the-billboard',0),(3792,'album on the billboard 200','album-on-the-billboard-200',0),(3793,'kim kardashian west','kim-kardashian-west',0),(3794,'shapewear line','shapewear-line',0),(3795,'kim kardashian','kim-kardashian',0),(3796,'kardashian west','kardashian-west',0),(3797,'skims solutionwear','skims-solutionwear',0),(3798,'kim','kim',0),(3799,'shapewear','shapewear',0),(3800,'kimono','kimono',0),(3801,'kardashian','kardashian',0),(3802,'west','west',0),(3803,'skims','skims',0),(3804,'solutionwear','solutionwear',0),(3805,'garments','garments',0),(3806,'surpassed','surpassed',0),(3807,'surpassed beyoncé','surpassed-beyonce',0),(3808,'Kim Kardashian West','kim-kardashian-west',0),(3809,'SKIMS Solutionwear','skims-solutionwear',0),(3810,'trip to las vegas','trip-to-las-vegas',0),(3811,'las vegas','las-vegas',0),(3812,'represent the country','represent-the-country',0),(3813,'trip to las','trip-to-las',0),(3814,'fighting game','fighting-game',0),(3815,'esports team','esports-team',0),(3816,'team together','team-together',0),(3817,'dr birdz','dr-birdz',0),(3818,'moore','moore',0),(3819,'las','las',0),(3820,'vegas','vegas',0),(3821,'esports','esports',0),(3822,'game','game',0),(3823,'birdz','birdz',0),(3824,'evo','evo',0),(3825,'bring','bring',0),(3826,'fighting','fighting',0),(3827,'street fighter','street-fighter',0),(3828,'mortal combat','mortal-combat',0),(3829,'Dragonball FighterZ','dragonball-fighterz',0),(3830,'jamaica esports initiative','jamaica-esports-initiative',0),(3831,'chairman and ceo','chairman-and-ceo',0),(3832,'jamaica esports','jamaica-esports',0),(3833,'esports initiative','esports-initiative',0),(3834,'gregory moore','gregory-moore',0),(3835,'evolution championship','evolution-championship',0),(3836,'chin loy','chin-loy',0),(3837,'las vegas nevada','las-vegas-nevada',0),(3838,'nicholas chin loy','nicholas-chin-loy',0),(3839,'championship series','championship-series',0),(3840,'vegas nevada','vegas-nevada',0),(3841,'nicholas chin','nicholas-chin',0),(3842,'evolution championship series','evolution-championship-series',0),(3843,'street fighter v arcade','street-fighter-v-arcade',0),(3844,'street fighter v','street-fighter-v',0),(3845,'fighter v arcade','fighter-v-arcade',0),(3846,'street fighter v arcade edition','street-fighter-v-arcade-edition',0),(3847,'fighter v arcade edition','fighter-v-arcade-edition',0),(3848,'v arcade edition','v-arcade-edition',0),(3849,'evolution championship series in las','evolution-championship-series-in-las',0),(3850,'championship series in las vegas','championship-series-in-las-vegas',0),(3851,'championship series in las','championship-series-in-las',0),(3852,'series in las vegas','series-in-las-vegas',0),(3853,'series in las vegas nevada','series-in-las-vegas-nevada',0),(3854,'amazon forest fund','amazon-forest-fund',0),(3855,'amazon rainforest','amazon-rainforest',0),(3856,'indigenous communities','indigenous-communities',0),(3857,'protect the amazon','protect-the-amazon',0),(3858,'earth alliance','earth-alliance',0),(3859,'amazon forest','amazon-forest',0),(3860,'forest fund','forest-fund',0),(3861,'local partners','local-partners',0),(3862,'indigenous peoples','indigenous-peoples',0),(3863,'directly to local','directly-to-local',0),(3864,'indigenous','indigenous',0),(3865,'earth','earth',0),(3866,'wildfires','wildfires',0),(3867,'rainforest','rainforest',0),(3868,'local','local',0),(3869,'partners','partners',0),(3870,'communities','communities',0),(3871,'leonardo','leonardo',0),(3872,'donation','donation',0),(3873,'$5','5',0),(3874,'local partners and the indigenous','local-partners-and-the-indigenous',0),(3875,'partners and the indigenous communities','partners-and-the-indigenous-communities',0),(3876,'directly to local partners','directly-to-local-partners',0),(3877,'partners and the indigenous','partners-and-the-indigenous',0),(3878,'amazon','amazon',0),(3879,'Bajan Queen','bajan-queen',0),(3880,'anti','anti',0),(3881,'Billboard 200','billboard-200',0),(3882,'music Work','music-work',0),(3883,'aid','aid',0),(3884,'alliance','alliance',0),(3885,'forest','forest',0),(3886,'fund','fund',0),(3887,'carbon','carbon',0),(3888,'climate','climate',0),(3889,'peoples','peoples',0),(3890,'critical','critical',0),(3891,'Leonardo DiCaprio','leonardo-dicaprio',0),(3892,'amazon wildfire','amazon-wildfire',0),(3893,'brazil','brazil',0),(3894,'climate crisis','climate-crisis',0),(3895,'earth alliance','earth-alliance',0),(3896,'Amazon Forest Fund','amazon-forest-fund',0),(3897,'full time','full-time',0),(3898,'st catherine high school','st-catherine-high-school',0),(3899,'full time student','full-time-student',0),(3900,'pounall','pounall',0),(3901,'howard pounall sr','howard-pounall-sr',0),(3902,'catherine high school','catherine-high-school',0),(3903,'busy work schedule','busy-work-schedule',0),(3904,'high school','high-school',0),(3905,'howard pounall','howard-pounall',0),(3906,'calgary alberta','calgary-alberta',0),(3907,'time student','time-student',0),(3908,'dean\'s honour','deans-honour',0),(3909,'work schedule','work-schedule',0),(3910,'real estate','real-estate',0),(3911,'becoming a pilot','becoming-a-pilot',0),(3912,'full','full',0),(3913,'pounall sr','pounall-sr',0),(3914,'howard jr','howard-jr',0),(3915,'young father','young-father',0),(3916,'busy work','busy-work',0),(3917,'sound system','sound-system',0),(3918,'worked','worked',0),(3919,'dean\'s honour roll','deans-honour-roll',0),(3920,'full-time student','full-time-student-2',0),(3921,'honour roll','honour-roll',0),(3922,'howard','howard',0),(3923,'conclusion that continuing my education','conclusion-that-continuing-my-education',0),(3924,'conclusion that continuing','conclusion-that-continuing',0),(3925,'continuing my education','continuing-my-education',0),(3926,'found the time to start','found-the-time-to-start',0),(3927,'start his own businesses','start-his-own-businesses',0),(3928,'found the time','found-the-time',0),(3929,'time to start','time-to-start',0),(3930,'easy with my busy work','easy-with-my-busy-work',0),(3931,'northern windward islands','northern-windward-islands',0),(3932,'windward islands','windward-islands',0),(3933,'eastern caribbean','eastern-caribbean',0),(3934,'caribbean airlines','caribbean-airlines',0),(3935,'northern windward','northern-windward',0),(3936,'puerto rico','puerto-rico',0),(3937,'maximum totals','maximum-totals',0),(3938,'rainfall totals','rainfall-totals',0),(3939,'inches','inches',0),(3940,'islands','islands',0),(3941,'center','center',0),(3942,'windward','windward',0),(3943,'totals','totals',0),(3944,'eastern','eastern',0),(3945,'system','system',0),(3946,'winds','winds',0),(3947,'mph','mph',0),(3948,'scattered','scattered',0),(3949,'showers','showers',0),(3950,'Eastern caribbean','eastern-caribbean',0),(3951,'TS Dorian','ts-dorian',0),(3952,'dtropical storm','dtropical-storm',0),(3953,'LIAT','liat',0),(3954,'Caribbean Airlines','caribbean-airlines',0),(3955,'flight cancellations for tuesday august','flight-cancellations-for-tuesday-august',0),(3956,'cancellations for tuesday august 27','cancellations-for-tuesday-august-27',0),(3957,'operating flight bw414 barbados','operating-flight-bw414-barbados',0),(3958,'flight cancellations for tuesday','flight-cancellations-for-tuesday',0),(3959,'cancellations for tuesday august','cancellations-for-tuesday-august',0),(3960,'tuesday august 27','tuesday-august-27',0),(3961,'operating flight bw414','operating-flight-bw414',0),(3962,'flight bw414 barbados','flight-bw414-barbados',0),(3963,'cancellations for tuesday','cancellations-for-tuesday',0),(3964,'kingston to barbados','kingston-to-barbados',0),(3965,'barbados to kingston','barbados-to-kingston',0),(3966,'flight cancellations','flight-cancellations',0),(3967,'tuesday august','tuesday-august',0),(3968,'august 27','august-27',0),(3969,'operating flight','operating-flight',0),(3970,'flights','flights',0),(3971,'mandatory national shutdown effective 6','mandatory-national-shutdown-effective-6',0),(3972,'national shutdown effective 6 p.m','national-shutdown-effective-6-p-m',0),(3973,'flight bw414 barbados to trinidad','flight-bw414-barbados-to-trinidad',0),(3974,'cancellation of flights bw 455','cancellation-of-flights-bw-455',0),(3975,'bw 455 kingston to barbados','bw-455-kingston-to-barbados',0),(3976,'barbados and bw 454 barbados','barbados-and-bw-454-barbados',0),(3977,'bw 454 barbados to kingston','bw-454-barbados-to-kingston',0),(3978,'454 barbados to kingston jamaica','454-barbados-to-kingston-jamaica',0),(3979,'kingston jamaica on august 26th','kingston-jamaica-on-august-26th',0),(3980,'flights bw3455 kingston to barbados','flights-bw3455-kingston-to-barbados',0),(3981,'government of saint lucia declared','government-of-saint-lucia-declared',0),(3982,'saint lucia declared a mandatory','saint-lucia-declared-a-mandatory',0),(3983,'lucia declared a mandatory national','lucia-declared-a-mandatory-national',0),(3984,'declared a mandatory national shutdown','declared-a-mandatory-national-shutdown',0),(3985,'effect for barbados martinique st','effect-for-barbados-martinique-st',0),(3986,'northern windward islands early tuesday','northern-windward-islands-early-tuesday',0),(3987,'caribbean airlines cal and liat','caribbean-airlines-cal-and-liat',0),(3988,'national hurricane center the centre','national-hurricane-center-the-centre',0),(3989,'eastern caribbean sea on tuesday','eastern-caribbean-sea-on-tuesday',0),(3990,'puerto rico and eastern hispaniola','puerto-rico-and-eastern-hispaniola',0),(3991,'mandatory national shutdown effective','mandatory-national-shutdown-effective',0),(3992,'national shutdown effective 6','national-shutdown-effective-6',0),(3993,'shutdown effective 6 p.m','shutdown-effective-6-p-m',0),(3994,'miami-based national hurricane center','miami-based-national-hurricane-center',0),(3995,'monday as a hurricane watch','monday-as-a-hurricane-watch',0),(3996,'barbados to st','barbados-to-st',0),(3997,'371 from st','371-from-st',0),(3998,'bw414 barbados','bw414-barbados',0),(3999,'ts dorian','ts-dorian',0),(4000,'barbadosli','barbadosli',0),(4001,'lucia','lucia',0),(4002,'effect','effect',0),(4003,'cal','cal',0),(4004,'liat','liat',0),(4005,'tropical storm tomas','tropical-storm-tomas',0),(4006,'widespread devastation','widespread-devastation',0),(4007,'september 22','september-22',0),(4008,'power outages','power-outages',0),(4009,'storm tomas','storm-tomas',0),(4010,'hurricane ivan','hurricane-ivan',0),(4011,'homes','homes',0),(4012,'september','september',0),(4013,'damaged','damaged',0),(4014,'destroyed','destroyed',0),(4015,'damage','damage',0),(4016,'devastation','devastation',0),(4017,'janet','janet',0),(4018,'tropical storm harvey','tropical-storm-harvey',0),(4019,'north of the island','north-of-the-island',0),(4020,'significant flooding','significant-flooding',0),(4021,'storm harvey','storm-harvey',0),(4022,'heavy rains','heavy-rains',0),(4023,'caribbean through a lens','caribbean-through-a-lens',0),(4024,'central office','central-office',0),(4025,'hurricane janet','hurricane-janet',0),(4026,'hurricane','hurricane',0),(4027,'natural disasters','natural-disasters',0),(4028,'storms','storms',0),(4029,'Howard Pounall Sr','howard-pounall-sr',0),(4030,'pilot','pilot',0),(4031,'hurricane watch','hurricane-watch',0),(4032,'eastern hispaniola','eastern-hispaniola',0),(4033,'move','move',0),(4034,'puerto','puerto',0),(4035,'rico','rico',0),(4036,'km/h','km-h',0),(4037,'forecast','forecast',0),(4038,'hispaniola','hispaniola',0),(4039,'Dorain','dorain',0),(4040,'hurricane watch','hurricane-watch',0),(4041,'St Lucia','st-lucia-2',0),(4042,'dominican republic from isla saona','dominican-republic-from-isla-saona',0),(4043,'dominican republic from isla','dominican-republic-from-isla',0),(4044,'republic from isla saona','republic-from-isla-saona',0),(4045,'dominican republic','dominican-republic',0),(4046,'republic from isla','republic-from-isla',0),(4047,'isla saona','isla-saona',0),(4048,'a.m','a-m',0),(4049,'7 a.m','7-a-m',0),(4050,'expected to continue','expected-to-continue',0),(4051,'officials','officials',0),(4052,'fallen','fallen',0),(4053,'gave','gave',0),(4054,'various','various',0),(4055,'parishes','parishes',0),(4056,'Kerry Hinds','kerry-hinds',0),(4057,'authorities','authorities',0),(4058,'sales','sales',0),(4059,'travel','travel',0),(4060,'consultant','consultant',0),(4061,'ensuring','ensuring',0),(4062,'email','email',0),(4063,'loyalty','loyalty',0),(4064,'developing','developing',0),(4065,'organised','organised',0),(4066,'sandals','sandals',0),(4067,'field','field',0),(4068,'co-owner','co-owner',0),(4069,'veronica','veronica',0),(4070,'veronica allen','veronica-allen',0),(4071,'connecting family and friends','connecting-family-and-friends',0),(4072,'connecting family','connecting-family',0),(4073,'connecting','connecting',0),(4074,'cannabis industry','cannabis-industry',0),(4075,'legal cannabis industry','legal-cannabis-industry',0),(4076,'deangelo','deangelo',0),(4077,'steve deangelo','steve-deangelo',0),(4078,'medical cannabis','medical-cannabis',0),(4079,'canex jamaica','canex-jamaica',0),(4080,'legal cannabis','legal-cannabis',0),(4081,'first cannabis','first-cannabis',0),(4082,'legal','legal',0),(4083,'activist','activist',0),(4084,'medical','medical',0),(4085,'canex','canex',0),(4086,'knew','knew',0),(4087,'steve','steve',0),(4088,'harborside','harborside',0),(4089,'states','states',0),(4090,'investment','investment',0),(4091,'fell in love with cannabis','fell-in-love-with-cannabis',0),(4092,'fell in love','fell-in-love',0),(4093,'love with cannabis','love-with-cannabis',0),(4094,'young age','young-age',0),(4095,'rural community','rural-community',0),(4096,'satellite internet','satellite-internet',0),(4097,'rural','rural',0),(4098,'high speed','high-speed',0),(4099,'readytv','readytv',0),(4100,'shaggy','shaggy',0),(4101,'dehring','dehring',0),(4102,'satellite','satellite',0),(4103,'directors','directors',0),(4104,'company','company',0),(4105,'affordable','affordable',0),(4106,'noted','noted',0),(4107,'disparity','disparity',0),(4108,'access','access',0),(4109,'ready','ready',0),(4110,'awarded a medical marijuana licence','awarded-a-medical-marijuana-licence',0),(4111,'companies in the united states','companies-in-the-united-states',0),(4112,'awarded a medical marijuana','awarded-a-medical-marijuana',0),(4113,'medical marijuana licence','medical-marijuana-licence',0),(4114,'companies in the united','companies-in-the-united',0),(4115,'awarded a medical','awarded-a-medical',0),(4116,'united states','united-states',0),(4117,'medical marijuana','medical-marijuana',0),(4118,'marijuana licence','marijuana-licence',0),(4119,'rural areas','rural-areas',0),(4120,'Steve DeAngelo','steve-deangelo',0),(4121,'Arc View Group','arc-view-group',0),(4122,'CanEx Jamaica','canex-jamaica',0),(4123,'steep hill laboratory','steep-hill-laboratory',0),(4124,'chris dehring','chris-dehring',0),(4125,'https://www.instagram.com/p/b1j_wpwbtbh/','https-www-instagram-com-p-b1j_wpwbtbh',0),(4126,'national trials','national-trials',0),(4127,'banned substance','banned-substance',0),(4128,'athlete','athlete',0),(4129,'positive','positive',0),(4130,'tested','tested',0),(4131,'banned','banned',0),(4132,'substance','substance',0),(4133,'trials','trials',0),(4134,'promising','promising',0),(4135,'sample','sample',0),(4136,'requested','requested',0),(4137,'cold','cold',0),(4138,'medication','medication',0),(4139,'provide fast and reliable internet','provide-fast-and-reliable-internet',0),(4140,'tue','tue',0),(4141,'reliable internet to these rural','reliable-internet-to-these-rural',0),(4142,'internet to these rural areas','internet-to-these-rural-areas',0),(4143,'provide fast and reliable','provide-fast-and-reliable',0),(4144,'fast and reliable internet','fast-and-reliable-internet',0),(4145,'internet to these rural','internet-to-these-rural',0),(4146,'reliable internet','reliable-internet',0),(4147,'important to provide','important-to-provide',0),(4148,'fast and reliable','fast-and-reliable',0),(4149,'grammy award-winning','grammy-award-winning',0),(4150,'internet','internet',0),(4151,'satellite internet','satellite-internet',0),(4152,'Chris Dehring','chris-dehring',0),(4153,'ReadyTV','readytv',0),(4154,'ReadyNet','readynet',0),(4155,'World Championships','world-championships',0),(4156,'World Anti-Doping Agency','world-anti-doping-agency',0),(4157,'WADA','wada',0),(4158,'National trials','national-trials',0),(4159,'age gracefully','age-gracefully',0),(4160,'fashion model','fashion-model',0),(4161,'model','model',0),(4162,'d\'angel','dangel',0),(4163,'aging','aging',0),(4164,'fashion','fashion',0),(4165,'gracefully','gracefully',0),(4166,'numerous','numerous',0),(4167,'process','process',0),(4168,'modelling','modelling',0),(4169,'test','test',0),(4170,'world championship','world-championship',0),(4171,'ageing','ageing',0),(4172,'D&#039;Angel','dangel',0),(4173,'ageing','ageing',0),(4174,'model','model',0),(4175,'entertainer','entertainer',0),(4176,'women in music','women-in-music',0),(4177,'taylor swift','taylor-swift',0),(4178,'earning','earning',0),(4179,'taylor','taylor',0),(4180,'swift','swift',0),(4181,'forbes','forbes',0),(4182,'june','june',0),(4183,'followed','followed',0),(4184,'katy','katy',0),(4185,'perry','perry',0),(4186,'tour','tour',0),(4187,'highest-paid women in music','highest-paid-women-in-music',0),(4188,'highest-paid women','highest-paid-women',0),(4189,'highest-paid','highest-paid',0),(4190,'katy perry','katy-perry',0),(4191,'reggae sunsplash','reggae-sunsplash',0),(4192,'sunsplash','sunsplash',0),(4193,'acts','acts',0),(4194,'reggae music','reggae-music',0),(4195,'april 14','april-14',0),(4196,'Forbes','forbes',0),(4197,'Highest Paid Women In Music','highest-paid-women-in-music',0),(4198,'Top 10','top-10',0),(4199,'emedia interactive group','emedia-interactive-group',0),(4200,'guardsman group','guardsman-group',0),(4201,'group ltd','group-ltd',0),(4202,'emedia interactive','emedia-interactive',0),(4203,'interactive group','interactive-group',0),(4204,'guardsman','guardsman',0),(4205,'ltd','ltd',0),(4206,'emedia','emedia',0),(4207,'interactive','interactive',0),(4208,'owns','owns',0),(4209,'telegram','telegram',0),(4210,'whatsapp','whatsapp',0),(4211,'festival','festival',0),(4212,'final staging','final-staging',0),(4213,'jimmy cliff','jimmy-cliff',0),(4214,'jimmy cliff burning','jimmy-cliff-burning',0),(4215,'cliff burning','cliff-burning',0),(4216,'jimmy cliff burning spear','jimmy-cliff-burning-spear',0),(4217,'cliff burning spear','cliff-burning-spear',0),(4218,'burning spear','burning-spear',0),(4219,'jimmy cliff burning spear jacob','jimmy-cliff-burning-spear-jacob',0),(4220,'cliff burning spear jacob','cliff-burning-spear-jacob',0),(4221,'burning spear jacob','burning-spear-jacob',0),(4222,'spear jacob','spear-jacob',0),(4223,'cliff burning spear jacob miller','cliff-burning-spear-jacob-miller',0),(4224,'burning spear jacob miller','burning-spear-jacob-miller',0),(4225,'spear jacob miller','spear-jacob-miller',0),(4226,'inner circle third world','inner-circle-third-world',0),(4227,'circle third world','circle-third-world',0),(4228,'circle third world and toots','circle-third-world-and-toots',0),(4229,'third world and toots','third-world-and-toots',0),(4230,'world and toots','world-and-toots',0),(4231,'jacob miller','jacob-miller',0),(4232,'inner circle','inner-circle',0),(4233,'third world','third-world',0),(4234,'app','app',0),(4235,'tyrone','tyrone',0),(4236,'features','features',0),(4237,'billboard magazine','billboard-magazine',0),(4238,'magazine','magazine',0),(4239,'messaging','messaging',0),(4240,'option','option',0),(4241,'send','send',0),(4242,'urgent','urgent',0),(4243,'plan','plan',0),(4244,'feature','feature',0),(4245,'updates','updates',0),(4246,'users','users',0),(4247,'groups','groups',0),(4248,'message','message',0),(4249,'simply hold the send button','simply-hold-the-send-button',0),(4250,'hold the send button','hold-the-send-button',0),(4251,'simply hold the send','simply-hold-the-send',0),(4252,'hold the send','hold-the-send',0),(4253,'send button','send-button',0),(4254,'full list','full-list',0),(4255,'slow mode','slow-mode',0),(4256,'attachment menu','attachment-menu',0),(4257,'new features','new-features',0),(4258,'simply hold','simply-hold',0),(4259,'mode','mode',0),(4260,'emedia interactive group tyrone wilson','emedia-interactive-group-tyrone-wilson',0),(4261,'c.e.o of emedia interactive group','c-e-o-of-emedia-interactive-group',0),(4262,'emedia interactive group tyrone','emedia-interactive-group-tyrone',0),(4263,'interactive group tyrone wilson','interactive-group-tyrone-wilson',0),(4264,'c.e.o of emedia interactive','c-e-o-of-emedia-interactive',0),(4265,'interactive group tyrone','interactive-group-tyrone',0),(4266,'group tyrone wilson','group-tyrone-wilson',0),(4267,'c.e.o of emedia','c-e-o-of-emedia',0),(4268,'group tyrone','group-tyrone',0),(4269,'tyrone wilson','tyrone-wilson',0),(4270,'Reggae Sunsplash','reggae-sunsplash',0),(4271,'Tyrone Wilson','tyrone-wilson',0),(4272,'festival','festival',0),(4273,'Guardsman Group Ltd','guardsman-group-ltd',0),(4274,'recipient','recipient',0),(4275,'hold','hold',0),(4276,'button','button',0),(4277,'animated','animated',0),(4278,'muted messages','muted-messages',0),(4279,'group permissions','group-permissions',0),(4280,'animated emoji','animated-emoji',0),(4281,'ad featuring whatsapp','ad-featuring-whatsapp',0),(4282,'ad featuring','ad-featuring',0),(4283,'featuring whatsapp','featuring-whatsapp',0),(4284,'ad','ad',0),(4285,'yallahs bridge to port antonio','yallahs-bridge-to-port-antonio',0),(4286,'morant bay to cedar valley','morant-bay-to-cedar-valley',0),(4287,'cedar valley in st','cedar-valley-in-st',0),(4288,'yallahs bridge to port','yallahs-bridge-to-port',0),(4289,'bridge to port antonio','bridge-to-port-antonio',0),(4290,'morant bay to cedar','morant-bay-to-cedar',0),(4291,'bay to cedar valley','bay-to-cedar-valley',0),(4292,'yallahs bridge','yallahs-bridge',0),(4293,'component of the project','component-of-the-project',0),(4294,'harbour view','harbour-view',0),(4295,'cedar valley','cedar-valley',0),(4296,'port antonio','port-antonio',0),(4297,'valley in st','valley-in-st',0),(4298,'bridge to port','bridge-to-port',0),(4299,'bay to cedar','bay-to-cedar',0),(4300,'south coast','south-coast',0),(4301,'china harbour','china-harbour',0),(4302,'development plan','development-plan',0),(4303,'company limited','company-limited',0),(4304,'signing ceremony','signing-ceremony',0),(4305,'morant bay','morant-bay',0),(4306,'highway','highway',0),(4307,'limited','limited',0),(4308,'chec','chec',0),(4309,'south','south',0),(4310,'coast','coast',0),(4311,'schip','schip',0),(4312,'signing','signing',0),(4313,'ceremony','ceremony',0),(4314,'south coast highway improvement project','south-coast-highway-improvement-project',0),(4315,'coast highway improvement project schip','coast-highway-improvement-project-schip',0),(4316,'china harbour engineering company limited','china-harbour-engineering-company-limited',0),(4317,'harbour engineering company limited chec','harbour-engineering-company-limited-chec',0),(4318,'south coast highway improvement','south-coast-highway-improvement',0),(4319,'coast highway improvement project','coast-highway-improvement-project',0),(4320,'highway improvement project schip','highway-improvement-project-schip',0),(4321,'china harbour engineering company','china-harbour-engineering-company',0),(4322,'harbour engineering company limited','harbour-engineering-company-limited',0),(4323,'engineering company limited chec','engineering-company-limited-chec',0),(4324,'works under the south coast','works-under-the-south-coast',0),(4325,'member of parliament for st','member-of-parliament-for-st',0),(4326,'south coast highway','south-coast-highway',0),(4327,'coast highway improvement','coast-highway-improvement',0),(4328,'highway improvement project','highway-improvement-project',0),(4329,'improvement project schip','improvement-project-schip',0),(4330,'china harbour engineering','china-harbour-engineering',0),(4331,'harbour engineering company','harbour-engineering-company',0),(4332,'engineering company limited','engineering-company-limited',0),(4333,'prime minister andrew holness','prime-minister-andrew-holness',0),(4334,'prime minister andrew','prime-minister-andrew',0),(4335,'minister andrew holness','minister-andrew-holness',0),(4336,'Daryl Vaz','daryl-vaz',0),(4337,'road works','road-works',0),(4338,'CHEC','chec',0),(4339,'highway','highway',0),(4340,'grateful after his 12-year legal','grateful-after-his-12-year-legal',0),(4341,'ended on tuesday 27.08.19','ended-on-tuesday-27-08-19',0),(4342,'12-year legal battle','12-year-legal-battle',0),(4343,'criminal justice system','criminal-justice-system',0),(4344,'legal battle','legal-battle',0),(4345,'grateful after his 12-year','grateful-after-his-12-year',0),(4346,'feeling extremely grateful','feeling-extremely-grateful',0),(4347,'ended on tuesday','ended-on-tuesday',0),(4348,'meek','meek',0),(4349,'meek mill','meek-mill',0),(4350,'12-year legal','12-year-legal',0),(4351,'tuesday 27.08.19','tuesday-27-08-19',0),(4352,'plea deal','plea-deal',0),(4353,'criminal justice','criminal-justice',0),(4354,'justice system','justice-system',0),(4355,'new judge','new-judge',0),(4356,'long legal','long-legal',0),(4357,'battle','battle',0),(4358,'end','end',0),(4359,'grateful','grateful',0),(4360,'gun','gun',0),(4361,'reform','reform',0),(4362,'supporters','supporters',0),(4363,'plea','plea',0),(4364,'deal','deal',0),(4365,'trial','trial',0),(4366,'jail','jail',0),(4367,'appreciate','appreciate',0),(4368,'probation','probation',0),(4369,'los angeles california','los-angeles-california',0),(4370,'angeles california','angeles-california',0),(4371,'june 23','june-23',0),(4372,'23','23',0),(4373,'california','california',0),(4374,'mill','mill',0),(4375,'gun charge','gun-charge',0),(4376,'All eyes on you','all-eyes-on-you',0),(4377,'azizi johnson and tsenaye','azizi-johnson-and-tsenaye',0),(4378,'mixed doubles under 13','mixed-doubles-under-13',0),(4379,'tsenaye lewis','tsenaye-lewis',0),(4380,'mixed doubles','mixed-doubles',0),(4381,'gari whyte','gari-whyte',0),(4382,'azizi johnson','azizi-johnson',0),(4383,'olivia petrekin','olivia-petrekin',0),(4384,'liana campbell','liana-campbell',0),(4385,'johnson and tsenaye','johnson-and-tsenaye',0),(4386,'girls under 13','girls-under-13',0),(4387,'doubles under 13','doubles-under-13',0),(4388,'girls singles','girls-singles',0),(4389,'jamaican team','jamaican-team',0),(4390,'kirah scott','kirah-scott',0),(4391,'rasheed clarke','rasheed-clarke',0),(4392,'team event','team-event',0),(4393,'matthew fung','matthew-fung',0),(4394,'nickoy smith','nickoy-smith',0),(4395,'WhatsApp','whatsapp',0),(4396,'Telegram','telegram',0),(4397,'iOS','ios',0),(4398,'software updates','software-updates',0),(4399,'messaging apps','messaging-apps',0),(4400,'azizi johnson and tsenaye lewis','azizi-johnson-and-tsenaye-lewis',0),(4401,'johnson and tsenaye lewis','johnson-and-tsenaye-lewis',0),(4402,'Table Tennis','table-tennis',0),(4403,'Caribbean Mini-Cadet','caribbean-mini-cadet',0),(4404,'Tsenaye Lewis','tsenaye-lewis',0),(4405,'Olivia Petrekin','olivia-petrekin',0),(4406,'olivia peterkin','olivia-peterkin',0),(4407,'settle down at 26','settle-down-at-26',0),(4408,'ready to settle','ready-to-settle',0),(4409,'mistake too','mistake-too',0),(4410,'bella blair','bella-blair',0),(4411,'bella','bella',0),(4412,'mistake','mistake',0),(4413,'woman','woman',0),(4414,'26','26',0),(4415,'27','27',0),(4416,'blair','blair',0),(4417,'settle','settle',0),(4418,'26 or 27','26-or-27',0),(4419,'liana campbell and olivia','liana-campbell-and-olivia',0),(4420,'campbell and olivia','campbell-and-olivia',0),(4421,'gari whyte and nickoy smith','gari-whyte-and-nickoy-smith',0),(4422,'gari whyte and nickoy','gari-whyte-and-nickoy',0),(4423,'whyte and nickoy smith','whyte-and-nickoy-smith',0),(4424,'whyte and nickoy','whyte-and-nickoy',0),(4425,'bronze medals','bronze-medals',0),(4426,'relatable song and relationships','relatable-song-and-relationships',0),(4427,'song and relationships','song-and-relationships',0),(4428,'trial and error','trial-and-error',0),(4429,'relatable song','relatable-song',0),(4430,'Bella Blair','bella-blair',0),(4431,'Mistake Too','mistake-too',0),(4432,'edna manley college','edna-manley-college',0),(4433,'staff and faculty','staff-and-faculty',0),(4434,'edna manley','edna-manley',0),(4435,'manley college','manley-college',0),(4436,'college','college',0),(4437,'faculty','faculty',0),(4438,'principal','principal',0),(4439,'edna','edna',0),(4440,'arts','arts',0),(4441,'emcvpa','emcvpa',0),(4442,'de-grasse','de-grasse',0),(4443,'allegations','allegations',0),(4444,'publicized','publicized',0),(4445,'statement','statement',0),(4446,'accused','accused',0),(4447,'deeply','deeply',0),(4448,'institution','institution',0),(4449,'decision','decision',0),(4450,'lecturer','lecturer',0),(4451,'argued','argued',0),(4452,'manley college of the visual','manley-college-of-the-visual',0),(4453,'visual and performing arts','visual-and-performing-arts',0),(4454,'college of the visual','college-of-the-visual',0),(4455,'visual and performing','visual-and-performing',0),(4456,'performing arts','performing-arts',0),(4457,'visual','visual',0),(4458,'performing','performing',0),(4459,'nicholeen','nicholeen',0),(4460,'Principal Nicholeen De-Grasse Johnson','principal-nicholeen-de-grasse-johnson',0),(4461,'Edna Manley College of the Visual and Performing Arts','edna-manley-college-of-the-visual-and-performing-arts',0),(4462,'sexual harrassment','sexual-harrassment',0),(4463,'kentucky fried chicken','kentucky-fried-chicken',0),(4464,'kentucky fried miracles','kentucky-fried-miracles',0),(4465,'kentucky fried','kentucky-fried',0),(4466,'fried chicken','fried-chicken',0),(4467,'fried miracles','fried-miracles',0),(4468,'plant-based meat','plant-based-meat',0),(4469,'building blocks','building-blocks',0),(4470,'fast food','fast-food',0),(4471,'plant-based','plant-based',0),(4472,'kentucky','kentucky',0),(4473,'fried','fried',0),(4474,'animal','animal',0),(4475,'vegans','vegans',0),(4476,'miracles','miracles',0),(4477,'kfc','kfc',0),(4478,'united','united',0),(4479,'building meat without the animal','building-meat-without-the-animal',0),(4480,'meat without the animal requires','meat-without-the-animal-requires',0),(4481,'efficient and sustainable process','efficient-and-sustainable-process',0),(4482,'meat without the animal','meat-without-the-animal',0),(4483,'efficient and sustainable','efficient-and-sustainable',0),(4484,'building meat','building-meat',0),(4485,'animal requires','animal-requires',0),(4486,'sustainable process','sustainable-process',0),(4487,'KFC','kfc',0),(4488,'Beyond Meat','beyond-meat',0),(4489,'fast -food','fast-food',0),(4490,'vegan nuggets','vegan-nuggets',0),(4491,'vegan nuggets','vegan-nuggets',0),(4492,'dilly chris','dilly-chris',0),(4493,'rum festival','rum-festival',0),(4494,'dilly','dilly',0),(4495,'ft','ft',0),(4496,'maryland','maryland',0),(4497,'set','set',0),(4498,'career','career',0),(4499,'usa','usa',0),(4500,'locally','locally',0),(4501,'rum','rum',0),(4502,'hits','hits',0),(4503,'career in music','career-in-music',0),(4504,'hurricane maria','hurricane-maria',0),(4505,'country\'s gdp','countrys-gdp',0),(4506,'dominica','dominica',0),(4507,'skerritt','skerritt',0),(4508,'rainfall','rainfall',0),(4509,'maria','maria',0),(4510,'erika','erika',0),(4511,'damages','damages',0),(4512,'gdp','gdp',0),(4513,'safety of our citizens','safety-of-our-citizens',0),(4514,'citizens and residents','citizens-and-residents',0),(4515,'citizens','citizens',0),(4516,'paramount','paramount',0),(4517,'roosevelt','roosevelt',0),(4518,'roosevelt skerritt','roosevelt-skerritt',0),(4519,'engaging','engaging',0),(4520,'cent of the country\'s gdp','cent-of-the-countrys-gdp',0),(4521,'Roosevelt Skerritt','roosevelt-skerritt',0),(4522,'creator of hits after hits','creator-of-hits-after-hits',0),(4523,'song on the international sphere','song-on-the-international-sphere',0),(4524,'song on the international','song-on-the-international',0),(4525,'creator of hits','creator-of-hits',0),(4526,'hits after hits','hits-after-hits',0),(4527,'international sphere','international-sphere',0),(4528,'having a song','having-a-song',0),(4529,'roosevelt skerrit','roosevelt-skerrit',0),(4530,'skerrit','skerrit',0),(4531,'Dilly Chris','dilly-chris',0),(4532,'miss anderson','miss-anderson',0),(4533,'opportunity to showcase','opportunity-to-showcase',0),(4534,'caribbean designers','caribbean-designers',0),(4535,'chay hanna','chay-hanna',0),(4536,'fashion designer','fashion-designer',0),(4537,'designers','designers',0),(4538,'anderson','anderson',0),(4539,'showcase','showcase',0),(4540,'staging','staging',0),(4541,'sif','sif',0),(4542,'sweden','sweden',0),(4543,'opportunity','opportunity',0),(4544,'stockholm','stockholm',0),(4545,'globe','globe',0),(4546,'Roosevelt skerrit','roosevelt-skerrit',0),(4547,'fabric from fantasy to fashion','fabric-from-fantasy-to-fashion',0),(4548,'fabric from fantasy','fabric-from-fantasy',0),(4549,'fantasy to fashion','fantasy-to-fashion',0),(4550,'history and immortality','history-and-immortality',0),(4551,'chay','chay',0),(4552,'hanna','hanna',0),(4553,'scandanavian international fashion','scandanavian-international-fashion',0),(4554,'scandanavian international','scandanavian-international',0),(4555,'international fashion','international-fashion',0),(4556,'sonja anderson','sonja-anderson',0),(4557,'ceo and organiser of sif','ceo-and-organiser-of-sif',0),(4558,'ceo and organiser','ceo-and-organiser',0),(4559,'organiser of sif','organiser-of-sif',0),(4560,'sonja anderson ceo and organiser','sonja-anderson-ceo-and-organiser',0),(4561,'anderson ceo and organiser','anderson-ceo-and-organiser',0),(4562,'sonja anderson ceo','sonja-anderson-ceo',0),(4563,'anderson ceo','anderson-ceo',0),(4564,'Scandanavian International Fashion Week','scandanavian-international-fashion-week',0),(4565,'Caribbean fashion','caribbean-fashion',0),(4566,'Chay Hanna','chay-hanna',0),(4567,'Sonja Anderson','sonja-anderson',0),(4568,'scandinavian international fashion','scandinavian-international-fashion',0),(4569,'scandinavian international','scandinavian-international',0),(4570,'beauty queen','beauty-queen',0),(4571,'hair','hair',0),(4572,'afro','afro',0),(4573,'love','love',0),(4574,'davina','davina',0),(4575,'queen','queen',0),(4576,'appreciated','appreciated',0),(4577,'love of the afro','love-of-the-afro',0),(4578,'hair and more face','hair-and-more-face',0),(4579,'davina bennett','davina-bennett',0),(4580,'bennett','bennett',0),(4581,'Davina Bennett','davina-bennett',0),(4582,'Miss Universe Jamaica','miss-universe-jamaica',0),(4583,'afro','afro',0),(4584,'natural hair','natural-hair',0),(4585,'lauryn hill','lauryn-hill',0),(4586,'jones','jones',0),(4587,'grace','grace',0),(4588,'downs','downs',0),(4589,'bristol','bristol',0),(4590,'lauryn','lauryn',0),(4591,'performance','performance',0),(4592,'organisers','organisers',0),(4593,'myriad','myriad',0),(4594,'Lauryn Hill','lauryn-hill',0),(4595,'Bristol Festival','bristol-festival',0),(4596,'procurement process','procurement-process',0),(4597,'local contractors','local-contractors',0),(4598,'construction companies','construction-companies',0),(4599,'contractors','contractors',0),(4600,'holness','holness',0),(4601,'procurement','procurement',0),(4602,'contracting','contracting',0),(4603,'complain','complain',0),(4604,'engineering','engineering',0),(4605,'change the culture','change-the-culture',0),(4606,'nwa','nwa',0),(4607,'introduction','introduction',0),(4608,'mechanism','mechanism',0),(4609,'contracting in jamaica','contracting-in-jamaica',0),(4610,'chaotic that contractors','chaotic-that-contractors',0),(4611,'chaotic','chaotic',0),(4612,'accountable','accountable',0),(4613,'andrew holness','andrew-holness',0),(4614,'hon','hon',0),(4615,'prime minister of jamaica','prime-minister-of-jamaica',0),(4616,'minister of jamaica','minister-of-jamaica',0),(4617,'know of several contractors','know-of-several-contractors',0),(4618,'holness prime minister of jamaica','holness-prime-minister-of-jamaica',0),(4619,'andrew holness prime minister','andrew-holness-prime-minister',0),(4620,'andrew holness prime','andrew-holness-prime',0),(4621,'holness prime minister','holness-prime-minister',0),(4622,'holness prime','holness-prime',0),(4623,'construction','construction',0),(4624,'public procurement','public-procurement',0),(4625,'performance criteria','performance-criteria',0),(4626,'view that contracting in jamaica','view-that-contracting-in-jamaica',0),(4627,'view that contracting','view-that-contracting',0),(4628,'resident representative','resident-representative',0),(4629,'representative','representative',0),(4630,'lonkeng','lonkeng',0),(4631,'ngouana','ngouana',0),(4632,'resident','resident',0),(4633,'tenure','tenure',0),(4634,'policymakers','policymakers',0),(4635,'discussions','discussions',0),(4636,'extended fund facility','extended-fund-facility',0),(4637,'precautionary stand-by arrangement','precautionary-stand-by-arrangement',0),(4638,'lonkeng ngouana','lonkeng-ngouana',0),(4639,'extended fund','extended-fund',0),(4640,'fund facility','fund-facility',0),(4641,'stand-by arrangement','stand-by-arrangement',0),(4642,'financial','financial',0),(4643,'end of march','end-of-march',0),(4644,'economic reform','economic-reform',0),(4645,'reform programme','reform-programme',0),(4646,'financial support','financial-support',0),(4647,'cent','cent',0),(4648,'country\'s economic','countrys-economic',0),(4649,'private sector','private-sector',0),(4650,'jamaican people','jamaican-people',0),(4651,'believe','believe',0),(4652,'growth','growth',0),(4653,'extended','extended',0),(4654,'reversal on the progress','reversal-on-the-progress',0),(4655,'too far to allow','too-far-to-allow',0),(4656,'far to allow','far-to-allow',0),(4657,'progress','progress',0),(4658,'constant lonkeng','constant-lonkeng',0),(4659,'international monetary fund imf','international-monetary-fund-imf',0),(4660,'international monetary fund','international-monetary-fund',0),(4661,'monetary fund imf','monetary-fund-imf',0),(4662,'international monetary','international-monetary',0),(4663,'monetary fund','monetary-fund',0),(4664,'fund imf','fund-imf',0),(4665,'structural impediments relating to crime','structural-impediments-relating-to-crime',0),(4666,'impediments relating to crime weak','impediments-relating-to-crime-weak',0),(4667,'relating to crime weak resilience','relating-to-crime-weak-resilience',0),(4668,'crime weak resilience in agriculture','crime-weak-resilience-in-agriculture',0),(4669,'agriculture and private sector access','agriculture-and-private-sector-access',0),(4670,'private sector access to credit','private-sector-access-to-credit',0),(4671,'resolved or partially resolved growth','resolved-or-partially-resolved-growth',0),(4672,'resilience in agriculture and private','resilience-in-agriculture-and-private',0),(4673,'impediments relating to crime','impediments-relating-to-crime',0),(4674,'relating to crime weak','relating-to-crime-weak',0),(4675,'weak resilience in agriculture','weak-resilience-in-agriculture',0),(4676,'agriculture and private sector','agriculture-and-private-sector',0),(4677,'sector access to credit','sector-access-to-credit',0),(4678,'resolved or partially resolved','resolved-or-partially-resolved',0),(4679,'structural impediments relating','structural-impediments-relating',0),(4680,'partially resolved growth','partially-resolved-growth',0),(4681,'resolved or partially','resolved-or-partially',0),(4682,'constant lonkeng ngouana outgoing international','constant-lonkeng-ngouana-outgoing-international',0),(4683,'lonkeng ngouana outgoing international monetary','lonkeng-ngouana-outgoing-international-monetary',0),(4684,'ngouana outgoing international monetary fund','ngouana-outgoing-international-monetary-fund',0),(4685,'outgoing international monetary fund imf','outgoing-international-monetary-fund-imf',0),(4686,'constant lonkeng ngouana outgoing','constant-lonkeng-ngouana-outgoing',0),(4687,'lonkeng ngouana outgoing international','lonkeng-ngouana-outgoing-international',0),(4688,'ngouana outgoing international monetary','ngouana-outgoing-international-monetary',0),(4689,'outgoing international monetary fund','outgoing-international-monetary-fund',0),(4690,'constant lonkeng ngouana','constant-lonkeng-ngouana',0),(4691,'lonkeng ngouana outgoing','lonkeng-ngouana-outgoing',0),(4692,'ngouana outgoing international','ngouana-outgoing-international',0),(4693,'outgoing international monetary','outgoing-international-monetary',0),(4694,'SBA','sba',0),(4695,'dr constant lonkeng ngouana','dr-constant-lonkeng-ngouana',0),(4696,'Dr Constant Lonkeng Ngouana','dr-constant-lonkeng-ngouana',0),(4697,'dr lonkeng ngouana','dr-lonkeng-ngouana',0),(4698,'health and wellness','health-and-wellness',0),(4699,'breeding sites','breeding-sites',0),(4700,'$130','130',0),(4701,'breeding','breeding',0),(4702,'mosquitoes','mosquitoes',0),(4703,'wellness','wellness',0),(4704,'sites','sites',0),(4705,'tufton','tufton',0),(4706,'solid','solid',0),(4707,'waste','waste',0),(4708,'nswma','nswma',0),(4709,'councils','councils',0),(4710,'minister of health and wellness','minister-of-health-and-wellness',0),(4711,'quarterly press briefing','quarterly-press-briefing',0),(4712,'health and wellness dr','health-and-wellness-dr',0),(4713,'minister of health','minister-of-health',0),(4714,'christopher tufton','christopher-tufton',0),(4715,'quarterly press','quarterly-press',0),(4716,'press briefing','press-briefing',0),(4717,'wellness dr','wellness-dr',0),(4718,'new kingston','new-kingston',0),(4719,'christopher','christopher',0),(4720,'quarterly','quarterly',0),(4721,'briefing','briefing',0),(4722,'health and wellness dr christopher','health-and-wellness-dr-christopher',0),(4723,'wellness dr christopher tufton','wellness-dr-christopher-tufton',0),(4724,'wellness dr christopher','wellness-dr-christopher',0),(4725,'dr christopher tufton','dr-christopher-tufton',0),(4726,'dr christopher','dr-christopher',0),(4727,'ministry\'s head','ministrys-head',0),(4728,'head office in new kingston','head-office-in-new-kingston',0),(4729,'ministry\'s head office','ministrys-head-office',0),(4730,'office in new kingston','office-in-new-kingston',0),(4731,'head office','head-office',0),(4732,'ministry of health','ministry-of-health',0),(4733,'dengue','dengue',0),(4734,'national health fund','national-health-fund',0),(4735,'NSWMA','nswma',0),(4736,'ed sheeran','ed-sheeran',0),(4737,'divide tour','divide-tour',0),(4738,'ed','ed',0),(4739,'break','break',0),(4740,'18','18',0),(4741,'sheeran','sheeran',0),(4742,'taking','taking',0),(4743,'divide','divide',0),(4744,'ipswich','ipswich',0),(4745,'gig','gig',0),(4746,'castle on the hill','castle-on-the-hill',0),(4747,'English singer','english-singer',0),(4748,'bittersweet','bittersweet',0),(4749,'olympe rose rhythm','olympe-rose-rhythm',0),(4750,'ricardo bibi gardner','ricardo-bibi-gardner',0),(4751,'olympe rose','olympe-rose',0),(4752,'rose rhythm','rose-rhythm',0),(4753,'munga honourable','munga-honourable',0),(4754,'ricardo bibi','ricardo-bibi',0),(4755,'bibi gardner','bibi-gardner',0),(4756,'ding dong','ding-dong',0),(4757,'dexta daps','dexta-daps',0),(4758,'olympe','olympe',0),(4759,'rhythm','rhythm',0),(4760,'rose','rose',0),(4761,'munga','munga',0),(4762,'honourable','honourable',0),(4763,'ricardo','ricardo',0),(4764,'bibi','bibi',0),(4765,'usain','usain',0),(4766,'ricardo bibi gardner christopher','ricardo-bibi-gardner-christopher',0),(4767,'bibi gardner christopher','bibi-gardner-christopher',0),(4768,'gardner christopher','gardner-christopher',0),(4769,'martin','martin',0),(4770,'Olympe Rose','olympe-rose-2',0),(4771,'bibi gardner','bibi-gardner',0),(4772,'listens to party supporters','listens-to-party-supporters',0),(4773,'people\'s national party','peoples-national-party',0),(4774,'ricardo bibi gardner christopher martin','ricardo-bibi-gardner-christopher-martin',0),(4775,'dr dayton campbell','dr-dayton-campbell',0),(4776,'bibi gardner christopher martin','bibi-gardner-christopher-martin',0),(4777,'gardner christopher martin','gardner-christopher-martin',0),(4778,'listens to party','listens-to-party',0),(4779,'christopher martin','christopher-martin',0),(4780,'people\'s national','peoples-national',0),(4781,'national party','national-party',0),(4782,'dayton campbell','dayton-campbell',0),(4783,'pnp regional','pnp-regional',0),(4784,'rec meeting','rec-meeting',0),(4785,'returned unopposed','returned-unopposed',0),(4786,'inna dis','inna-dis',0),(4787,'party supporters','party-supporters',0),(4788,'dr dayton','dr-dayton',0),(4789,'dr campbell','dr-campbell',0),(4790,'region','region',0),(4791,'campbell','campbell',0),(4792,'william','william',0),(4793,'william bunny rugs clark','william-bunny-rugs-clark',0),(4794,'william bunny rugs','william-bunny-rugs',0),(4795,'bunny rugs clark','bunny-rugs-clark',0),(4796,'william bunny','william-bunny',0),(4797,'bunny rugs','bunny-rugs',0),(4798,'rugs clark','rugs-clark',0),(4799,'bunny','bunny',0),(4800,'rugs','rugs',0),(4801,'clark','clark',0),(4802,'Reggae Chart','reggae-chart',0),(4803,'music charts','music-charts',0),(4804,'victor wright','victor-wright',0),(4805,'wright','wright',0),(4806,'victor wright left','victor-wright-left',0),(4807,'wright left','wright-left',0),(4808,'regional','regional',0),(4809,'meeting','meeting',0),(4810,'trelawny victor wright left listens','trelawny-victor-wright-left-listens',0),(4811,'rec meeting in trelawny victor','rec-meeting-in-trelawny-victor',0),(4812,'meeting in trelawny victor wright','meeting-in-trelawny-victor-wright',0),(4813,'wright left listens to party','wright-left-listens-to-party',0),(4814,'left listens to party supporters','left-listens-to-party-supporters',0),(4815,'trelawny victor wright left','trelawny-victor-wright-left',0),(4816,'victor wright left listens','victor-wright-left-listens',0),(4817,'rec meeting in trelawny','rec-meeting-in-trelawny',0),(4818,'meeting in trelawny victor','meeting-in-trelawny-victor',0),(4819,'left listens to party','left-listens-to-party',0),(4820,'trelawny victor wright','trelawny-victor-wright',0),(4821,'wright left listens','wright-left-listens',0),(4822,'meeting in trelawny','meeting-in-trelawny',0),(4823,'north trelawny','north-trelawny',0),(4824,'mp victor wright','mp-victor-wright',0),(4825,'mp victor','mp-victor',0),(4826,'declared his support','declared-his-support',0),(4827,'dr peter phillips','dr-peter-phillips',0),(4828,'north trelawny member','north-trelawny-member',0),(4829,'trelawny member','trelawny-member',0),(4830,'campaign manager','campaign-manager',0),(4831,'hellshire hills','hellshire-hills',0),(4832,'jamaican iguanas','jamaican-iguanas',0),(4833,'iguanas','iguanas',0),(4834,'volunteers','volunteers',0),(4835,'hellshire','hellshire',0),(4836,'relocating','relocating',0),(4837,'victor','victor',0),(4838,'iguana','iguana',0),(4839,'species','species',0),(4840,'dayton','dayton',0),(4841,'hypocrisy','hypocrisy',0),(4842,'inna','inna',0),(4843,'north','north',0),(4844,'mp','mp',0),(4845,'jamaican iguana','jamaican-iguana',0),(4846,'wildlife','wildlife',0),(4847,'hellshire hills','hellshire-hills',0),(4848,'UDC','udc',0),(4849,'NEPA','nepa',0),(4850,'Hope Zoo','hope-zoo',0),(4851,'leadership race','leadership-race',0),(4852,'Victor wright','victor-wright',0),(4853,'roaring river','roaring-river',0),(4854,'rastasafari','rastasafari',0),(4855,'roaring','roaring',0),(4856,'natural','natural',0),(4857,'forests','forests',0),(4858,'fruits','fruits',0),(4859,'westmoreland','westmoreland',0),(4860,'interest','interest',0),(4861,'capital','capital',0),(4862,'adventure','adventure',0),(4863,'spot','spot',0),(4864,'beans','beans',0),(4865,'leads','leads',0),(4866,'green','green',0),(4867,'springs','springs',0),(4868,'birds','birds',0),(4869,'places','places',0),(4870,'beauty of roaring river','beauty-of-roaring-river',0),(4871,'beauty of roaring','beauty-of-roaring',0),(4872,'created','created',0),(4873,'stretches','stretches',0),(4874,'rasta','rasta',0),(4875,'sells','sells',0),(4876,'jack jill','jack-jill',0),(4877,'jack jill and bill','jack-jill-and-bill',0),(4878,'jill and bill','jill-and-bill',0),(4879,'hammond','hammond',0),(4880,'beres','beres',0),(4881,'jack','jack',0),(4882,'blue','blue',0),(4883,'beres hammond','beres-hammond',0),(4884,'sir','sir',0),(4885,'sir beres','sir-beres',0),(4886,'arvs','arvs',0),(4887,'dubbed jack jill and bill','dubbed-jack-jill-and-bill',0),(4888,'dubbed jack jill','dubbed-jack-jill',0),(4889,'mountain peaks','mountain-peaks',0),(4890,'dubbed jack','dubbed-jack',0),(4891,'jill','jill',0),(4892,'mountain peaks dubbed jack jill','mountain-peaks-dubbed-jack-jill',0),(4893,'mountain peaks dubbed jack','mountain-peaks-dubbed-jack',0),(4894,'peaks dubbed jack jill','peaks-dubbed-jack-jill',0),(4895,'mountain peaks dubbed','mountain-peaks-dubbed',0),(4896,'peaks dubbed jack','peaks-dubbed-jack',0),(4897,'peaks dubbed','peaks-dubbed',0),(4898,'RastaSafari','rastasafari',0),(4899,'Blue Mountain coffee','blue-mountain-coffee',0),(4900,'instagram page','instagram-page',0),(4901,'karina','karina',0),(4902,'matalon','matalon',0),(4903,'kitchen','kitchen',0),(4904,'photography','photography',0),(4905,'cold medication','cold-medication',0),(4906,'banned diuretic','banned-diuretic',0),(4907,'b sample','b-sample',0),(4908,'analytical finding','analytical-finding',0),(4909,'statement released','statement-released',0),(4910,'june 21','june-21',0),(4911,'sample results','sample-results',0),(4912,'diuretic','diuretic',0),(4913,'hydrochlorothiazide','hydrochlorothiazide',0),(4914,'championships','championships',0),(4915,'21','21',0),(4916,'representatives','representatives',0),(4917,'hearing','hearing',0),(4918,'adverse','adverse',0),(4919,'analytical','analytical',0),(4920,'karina matalon','karina-matalon',0),(4921,'national championships','national-championships',0),(4922,'karina&#039;s Kitchen','karinas-kitchen',0),(4923,'karina matalon','karina-matalon',0),(4924,'food styling','food-styling',0),(4925,'karinas kitchen','karinas-kitchen-2',0),(4926,'food photographer','food-photographer',0),(4927,'recipe developer','recipe-developer',0),(4928,'arsenal','arsenal',0),(4929,'arsenal football club','arsenal-football-club',0),(4930,'online money transfer','online-money-transfer',0),(4931,'arsenal football development','arsenal-football-development',0),(4932,'arsenal football','arsenal-football',0),(4933,'worldremit','worldremit',0),(4934,'football coaches','football-coaches',0),(4935,'training programme','training-programme',0),(4936,'football club','football-club',0),(4937,'online money','online-money',0),(4938,'money transfer','money-transfer',0),(4939,'future stars','future-stars',0),(4940,'football development','football-development',0),(4941,'cup winners','cup-winners',0),(4942,'arsenal foundation','arsenal-foundation',0),(4943,'winners','winners',0),(4944,'young people','young-people',0),(4945,'cup','cup',0),(4946,'club','club',0),(4947,'online','online',0),(4948,'youth','youth',0),(4949,'attend','attend',0),(4950,'training','training',0),(4951,'transfer','transfer',0),(4952,'briana','briana',0),(4953,'briana williams','briana-williams',0),(4954,'coach ato','coach-ato',0),(4955,'coach ato boldon','coach-ato-boldon',0),(4956,'ato boldon','ato-boldon',0),(4957,'Briana Williams','briana-williams',0),(4958,'Ato Boldon','ato-boldon',0),(4959,'Jamaica Anti-Doping Commission','jamaica-anti-doping-commission',0),(4960,'doping','doping',0),(4961,'Daniel Canning','daniel-canning',0),(4962,'WorldRemit','worldremit',0),(4963,'Arsenal','arsenal',0),(4964,'coaches','coaches',0),(4965,'Gilberton Silva','gilberton-silva',0),(4966,'recording','recording',0),(4967,'phone','phone',0),(4968,'call','call',0),(4969,'signs','signs',0),(4970,'jealousy','jealousy',0),(4971,'relationship','relationship',0),(4972,'opinions','opinions',0),(4973,'productions','productions',0),(4974,'govana','govana',0),(4975,'jealous','jealous',0),(4976,'mental illness','mental-illness',0),(4977,'jealous partner','jealous-partner',0),(4978,'mental','mental',0),(4979,'persons living','persons-living',0),(4980,'mental health','mental-health',0),(4981,'jealousy','jealousy',0),(4982,'helpline','helpline',0),(4983,'illness','illness',0),(4984,'unhappy couple','unhappy-couple',0),(4985,'30','30',0),(4986,'24-hour','24-hour',0),(4987,'living','living',0),(4988,'launched','launched',0),(4989,'affected','affected',0),(4990,'private','private',0),(4991,'network','network',0),(4992,'psychologists','psychologists',0),(4993,'professionals','professionals',0),(4994,'officers','officers',0),(4995,'dre island','dre-island',0),(4996,'tarrus riley','tarrus-riley',0),(4997,'dre','dre',0),(4998,'games','games',0),(4999,'nicholas','nicholas',0),(5000,'chin','chin',0),(5001,'loy','loy',0),(5002,'console','console',0),(5003,'ministry of health and wellness','ministry-of-health-and-wellness',0),(5004,'ministry of health','ministry-of-health',0),(5005,'anthology','anthology',0),(5006,'Anthology','anthology',0),(5007,'Humans and Monsters Are Not The Same','humans-and-monsters-are-not-the-same',0),(5008,'Nicholas Chin Loy','nicholas-chin-loy',0),(5009,'Street Fighter V','street-fighter-v',0),(5010,'issue','issue',0),(5011,'big issue in the society','big-issue-in-the-society',0),(5012,'issue in the society','issue-in-the-society',0),(5013,'big issue','big-issue',0),(5014,'health minister dr','health-minister-dr',0),(5015,'humans and monsters','humans-and-monsters',0),(5016,'health minister','health-minister',0),(5017,'humans','humans',0),(5018,'monsters','monsters',0),(5019,'minister dr','minister-dr',0),(5020,'health minister dr christopher tufton','health-minister-dr-christopher-tufton',0),(5021,'health minister dr christopher','health-minister-dr-christopher',0),(5022,'minister dr christopher tufton','minister-dr-christopher-tufton',0),(5023,'minister dr christopher','minister-dr-christopher',0),(5024,'super smash bros','super-smash-bros',0),(5025,'okair mclare','okair-mclare',0),(5026,'super smash','super-smash',0),(5027,'smash bros','smash-bros',0),(5028,'okair','okair',0),(5029,'gamer','gamer',0),(5030,'mclare','mclare',0),(5031,'passion','passion',0),(5032,'smash','smash',0),(5033,'bros','bros',0),(5034,'ultimate','ultimate',0),(5035,'Okair McLare','okair-mclare',0),(5036,'super smash bros','super-smash-bros',0),(5037,'nominations','nominations',0),(5038,'helpline','helpline',0),(5039,'popular','popular',0),(5040,'prevention of corruption','prevention-of-corruption',0),(5041,'dirk harrison','dirk-harrison',0),(5042,'harrison','harrison',0),(5043,'corruption','corruption',0),(5044,'members','members',0),(5045,'prevention','prevention',0),(5046,'dirk','dirk',0),(5047,'contractor','contractor',0),(5048,'longstanding','longstanding',0),(5049,'entity','entity',0),(5050,'act','act',0),(5051,'report','report',0),(5052,'dirk harrison','dirk-harrison',0),(5053,'50 cent','50-cent',0),(5054,'integrity commission','integrity-commission',0),(5055,'governor general','governor-general',0),(5056,'premiere','premiere',0),(5057,'patrick allen','patrick-allen',0),(5058,'integrity commission','integrity-commission',0),(5059,'integrity','integrity',0),(5060,'commission','commission',0),(5061,'odds','odds',0),(5062,'airing','airing',0),(5063,'commissioners','commissioners',0),(5064,'spanish town hospital','spanish-town-hospital',0),(5065,'spanish town','spanish-town',0),(5066,'town hospital','town-hospital',0),(5067,'ceiling fans','ceiling-fans',0),(5068,'wards','wards',0),(5069,'spanish','spanish',0),(5070,'hospital','hospital',0),(5071,'ward','ward',0),(5072,'ceiling','ceiling',0),(5073,'francis','francis',0),(5074,'replaced','replaced',0),(5075,'doors','doors',0),(5076,'spanish town hospital dwayne francis','spanish-town-hospital-dwayne-francis',0),(5077,'spanish town hospital dwayne','spanish-town-hospital-dwayne',0),(5078,'town hospital dwayne francis','town-hospital-dwayne-francis',0),(5079,'chief executive officer','chief-executive-officer',0),(5080,'town hospital dwayne','town-hospital-dwayne',0),(5081,'hospital dwayne francis','hospital-dwayne-francis',0),(5082,'chief executive','chief-executive',0),(5083,'executive officer','executive-officer',0),(5084,'hospital dwayne','hospital-dwayne',0),(5085,'dwayne francis','dwayne-francis',0),(5086,'contractor general dirk harrison','contractor-general-dirk-harrison',0),(5087,'contractor general dirk','contractor-general-dirk',0),(5088,'general dirk harrison','general-dirk-harrison',0),(5089,'contractor general','contractor-general',0),(5090,'general dirk','general-dirk',0),(5091,'april','april',0),(5092,'anti-corruption','anti-corruption',0),(5093,'ocg','ocg',0),(5094,'aim to improve the aesthetics','aim-to-improve-the-aesthetics',0),(5095,'aesthetics on the wards','aesthetics-on-the-wards',0),(5096,'aim to improve','aim-to-improve',0),(5097,'improve the aesthetics','improve-the-aesthetics',0),(5098,'Emmys','emmys',0),(5099,'50Cent','50cent',0),(5100,'spanish town hospital','spanish-town-hospital',0),(5101,'dwayne francis','dwayne-francis',0),(5102,'health ministry','health-ministry',0),(5103,'SERHA','serha',0),(5104,'hospital renovation','hospital-renovation',0),(5105,'dwayne','dwayne',0),(5106,'executive officer of the spanish','executive-officer-of-the-spanish',0),(5107,'officer of the spanish town','officer-of-the-spanish-town',0),(5108,'officer of the spanish','officer-of-the-spanish',0),(5109,'natural gas','natural-gas',0),(5110,'new fortress energy','new-fortress-energy',0),(5111,'gas','gas',0),(5112,'activities related','activities-related',0),(5113,'lng sector','lng-sector',0),(5114,'fortress energy','fortress-energy',0),(5115,'energy','energy',0),(5116,'sector','sector',0),(5117,'new fortress','new-fortress',0),(5118,'lng','lng',0),(5119,'activities','activities',0),(5120,'proposed','proposed',0),(5121,'related','related',0),(5122,'emerging','emerging',0),(5123,'necklace','necklace',0),(5124,'missy','missy',0),(5125,'reward','reward',0),(5126,'mtv video music awards','mtv-video-music-awards',0),(5127,'mtv video music','mtv-video-music',0),(5128,'video music awards','video-music-awards',0),(5129,'newark new jersey','newark-new-jersey',0),(5130,'missy elliott','missy-elliott',0),(5131,'mtv video','mtv-video',0),(5132,'video music','video-music',0),(5133,'music awards','music-awards',0),(5134,'prudential center','prudential-center',0),(5135,'new jersey','new-jersey',0),(5136,'jersey','jersey',0),(5137,'newark','newark',0),(5138,'elliott','elliott',0),(5139,'mtv','mtv',0),(5140,'prudential','prudential',0),(5141,'new jersey on monday','new-jersey-on-monday',0),(5142,'jersey on monday','jersey-on-monday',0),(5143,'Missy Elliot','missy-elliot',0),(5144,'VMAs','vmas',0),(5145,'MTV','mtv',0),(5146,'Work It','work-it',0),(5147,'sherlock marriott-blake','sherlock-marriott-blake',0),(5148,'sign language','sign-language',0),(5149,'deaf community','deaf-community',0),(5150,'deaf','deaf',0),(5151,'association','association',0),(5152,'language','language',0),(5153,'sherlock','sherlock',0),(5154,'marriott-blake','marriott-blake',0),(5155,'encouraging','encouraging',0),(5156,'organisation','organisation',0),(5157,'entities','entities',0),(5158,'corporate','corporate',0),(5159,'interested','interested',0),(5160,'teach','teach',0),(5161,'70,000 persons across the island','70000-persons-across-the-island',0),(5162,'approximately 70,000 persons','approximately-70000-persons',0),(5163,'persons across the island','persons-across-the-island',0),(5164,'approximately 70,000','approximately-70000',0),(5165,'70,000 persons','70000-persons',0),(5166,'association kimberley sherlock marriott-blake','association-kimberley-sherlock-marriott-blake',0),(5167,'executive director of the association','executive-director-of-the-association',0),(5168,'director of the association kimberley','director-of-the-association-kimberley',0),(5169,'association kimberley sherlock','association-kimberley-sherlock',0),(5170,'kimberley sherlock marriott-blake','kimberley-sherlock-marriott-blake',0),(5171,'director of the association','director-of-the-association',0),(5172,'executive director','executive-director',0),(5173,'association kimberley','association-kimberley',0),(5174,'kimberley sherlock','kimberley-sherlock',0),(5175,'teach a deaf','teach-a-deaf',0),(5176,'love to partner','love-to-partner',0),(5177,'entrepreneurial skills','entrepreneurial-skills',0),(5178,'downstream','downstream',0),(5179,'legislation','legislation',0),(5180,'fortress','fortress',0),(5181,'ac marriott hotel in kingston','ac-marriott-hotel-in-kingston',0),(5182,'ncb capital markets limited','ncb-capital-markets-limited',0),(5183,'hotel in kingston on tuesday','hotel-in-kingston-on-tuesday',0),(5184,'energy and technology minister','energy-and-technology-minister',0),(5185,'marriott hotel in kingston','marriott-hotel-in-kingston',0),(5186,'capital markets limited','capital-markets-limited',0),(5187,'ac marriott hotel','ac-marriott-hotel',0),(5188,'energy and technology','energy-and-technology',0),(5189,'hotel in kingston','hotel-in-kingston',0),(5190,'kingston on tuesday','kingston-on-tuesday',0),(5191,'technology minister','technology-minister',0),(5192,'markets limited','markets-limited',0),(5193,'science energy and technology minister','science-energy-and-technology-minister',0),(5194,'science energy and technology','science-energy-and-technology',0),(5195,'science energy','science-energy',0),(5196,'energy and technology minister fayval','energy-and-technology-minister-fayval',0),(5197,'technology minister fayval williams','technology-minister-fayval-williams',0),(5198,'technology minister fayval','technology-minister-fayval',0),(5199,'minister fayval williams','minister-fayval-williams',0),(5200,'jamaica association for the deaf','jamaica-association-for-the-deaf',0),(5201,'association for the deaf','association-for-the-deaf',0),(5202,'jamaica association','jamaica-association',0),(5203,'deaf kimberley sherlock marriott-blake','deaf-kimberley-sherlock-marriott-blake',0),(5204,'executive director of the jamaica','executive-director-of-the-jamaica',0),(5205,'director of the jamaica association','director-of-the-jamaica-association',0),(5206,'association for the deaf kimberley','association-for-the-deaf-kimberley',0),(5207,'deaf kimberley sherlock','deaf-kimberley-sherlock',0),(5208,'director of the jamaica','director-of-the-jamaica',0),(5209,'deaf kimberley','deaf-kimberley',0),(5210,'minister fayval','minister-fayval',0),(5211,'sign language','sign-language',0),(5212,'deaf','deaf',0),(5213,'Jamaica Association for the Deaf','jamaica-association-for-the-deaf',0),(5214,'corporate companies','corporate-companies',0),(5215,'objectives of the new legislation','objectives-of-the-new-legislation',0),(5216,'encourage private investments','encourage-private-investments',0),(5217,'st james police','st-james-police',0),(5218,'james police','james-police',0),(5219,'garbage','garbage',0),(5220,'beautification','beautification',0),(5221,'whyte-powell','whyte-powell',0),(5222,'looking','looking',0),(5223,'LNG','lng',0),(5224,'NCB','ncb',0),(5225,'salt spring primary and infant','salt-spring-primary-and-infant',0),(5226,'AC Marriott Hotel','ac-marriott-hotel',0),(5227,'spring primary and infant','spring-primary-and-infant',0),(5228,'montego bay st','montego-bay-st',0),(5229,'salt spring primary','salt-spring-primary',0),(5230,'salt spring','salt-spring',0),(5231,'primary and infant','primary-and-infant',0),(5232,'bay st','bay-st',0),(5233,'spring primary','spring-primary',0),(5234,'salt','salt',0),(5235,'spring','spring',0),(5236,'montego bay st james','montego-bay-st-james',0),(5237,'bay st james','bay-st-james',0),(5238,'spring primary and infant school','spring-primary-and-infant-school',0),(5239,'primary and infant school','primary-and-infant-school',0),(5240,'infant school','infant-school',0),(5241,'st james police','st-james-police',0),(5242,'Salt Spring Primary and Infant School','salt-spring-primary-and-infant-school',0),(5243,'renovation','renovation',0),(5244,'new school term','new-school-term',0),(5245,'clean-up exercise','clean-up-exercise',0),(5246,'dual citizens','dual-citizens',0),(5247,'students','students',0),(5248,'smith','smith',0),(5249,'dual','dual',0),(5250,'books','books',0),(5251,'backpacks','backpacks',0),(5252,'decided','decided',0),(5253,'foundation','foundation',0),(5254,'chambers','chambers',0),(5255,'looking at an aesthetically pleasing','looking-at-an-aesthetically-pleasing',0),(5256,'children coming out to play','children-coming-out-to-play',0),(5257,'aesthetically pleasing place','aesthetically-pleasing-place',0),(5258,'looking at an aesthetically','looking-at-an-aesthetically',0),(5259,'looking at garbage','looking-at-garbage',0),(5260,'back-to-school','back-to-school',0),(5261,'dual citizens international foundation','dual-citizens-international-foundation',0),(5262,'dual citizens international','dual-citizens-international',0),(5263,'citizens international foundation','citizens-international-foundation',0),(5264,'citizens international','citizens-international',0),(5265,'international foundation','international-foundation',0),(5266,'jamaican-born women','jamaican-born-women',0),(5267,'jamaican-born','jamaican-born',0),(5268,'dual citizens international foundation','dual-citizens-international-foundation',0),(5269,'dr eichardo anderson','dr-eichardo-anderson',0),(5270,'dr richardo anderson','dr-richardo-anderson',0),(5271,'Shachera Smith','shachera-smith',0),(5272,'Camara Chambers','camara-chambers',0),(5273,'Tehakadi Chambers','tehakadi-chambers',0),(5274,'integrity commission act','integrity-commission-act',0),(5275,'general secretary','general-secretary',0),(5276,'harrison\'s departure','harrisons-departure',0),(5277,'commission act','commission-act',0),(5278,'robinson','robinson',0),(5279,'departure','departure',0),(5280,'secretary','secretary',0),(5281,'reports','reports',0),(5282,'action','action',0),(5283,'oversight','oversight',0),(5284,'expressing','expressing',0),(5285,'concern','concern',0),(5286,'people\'s national party pnp','peoples-national-party-pnp',0),(5287,'national party pnp','national-party-pnp',0),(5288,'party pnp','party-pnp',0),(5289,'pnp general secretary','pnp-general-secretary',0),(5290,'pnp general','pnp-general',0),(5291,'julian Robinson','julian-robinson',0),(5292,'resignation','resignation',0),(5293,'pnp general secretary julian robinson','pnp-general-secretary-julian-robinson',0),(5294,'pnp general secretary julian','pnp-general-secretary-julian',0),(5295,'general secretary julian robinson','general-secretary-julian-robinson',0),(5296,'general secretary julian','general-secretary-julian',0),(5297,'secretary julian robinson','secretary-julian-robinson',0),(5298,'secretary julian','secretary-julian',0),(5299,'julian robinson','julian-robinson',0),(5300,'julian','julian',0),(5301,'significant strides in exposing corrupt','significant-strides-in-exposing-corrupt',0),(5302,'strides in exposing corrupt practices','strides-in-exposing-corrupt-practices',0),(5303,'significant strides in exposing','significant-strides-in-exposing',0),(5304,'strides in exposing corrupt','strides-in-exposing-corrupt',0),(5305,'exposing corrupt practices','exposing-corrupt-practices',0),(5306,'strides in exposing','strides-in-exposing',0),(5307,'significant strides','significant-strides',0),(5308,'missy elliot','missy-elliot',0),(5309,'music video','music-video',0),(5310,'girl','girl',0),(5311,'crowd','crowd',0),(5312,'elliot','elliot',0),(5313,'normani','normani',0),(5314,'church','church',0),(5315,'iconic','iconic',0),(5316,'award','award',0),(5317,'normani','normani',0),(5318,'vma','vma',0),(5319,'canadian charity','canadian-charity',0),(5320,'comfort castle','comfort-castle',0),(5321,'tamara gordon','tamara-gordon',0),(5322,'johnson smith','johnson-smith',0),(5323,'tamara grant','tamara-grant',0),(5324,'charity','charity',0),(5325,'tamara','tamara',0),(5326,'gordon','gordon',0),(5327,'diaspora','diaspora',0),(5328,'canadian','canadian',0),(5329,'portland','portland',0),(5330,'comfort','comfort',0),(5331,'castle','castle',0),(5332,'comfort castle primary and junior','comfort-castle-primary-and-junior',0),(5333,'castle primary and junior','castle-primary-and-junior',0),(5334,'comfort castle primary','comfort-castle-primary',0),(5335,'primary and junior','primary-and-junior',0),(5336,'castle primary','castle-primary',0),(5337,'foreign trade kamina johnson smith','foreign-trade-kamina-johnson-smith',0),(5338,'primary and junior high school','primary-and-junior-high-school',0),(5339,'junior high school in portland','junior-high-school-in-portland',0),(5340,'canadian charity the tamara gordon','canadian-charity-the-tamara-gordon',0),(5341,'charity the tamara gordon foundation','charity-the-tamara-gordon-foundation',0),(5342,'foreign affairs and foreign trade','foreign-affairs-and-foreign-trade',0),(5343,'affairs and foreign trade kamina','affairs-and-foreign-trade-kamina',0),(5344,'foreign trade kamina johnson','foreign-trade-kamina-johnson',0),(5345,'trade kamina johnson smith','trade-kamina-johnson-smith',0),(5346,'high school in portland','high-school-in-portland',0),(5347,'canadian charity the tamara','canadian-charity-the-tamara',0),(5348,'charity the tamara gordon','charity-the-tamara-gordon',0),(5349,'minister of foreign affairs','minister-of-foreign-affairs',0),(5350,'foreign affairs and foreign','foreign-affairs-and-foreign',0),(5351,'affairs and foreign trade','affairs-and-foreign-trade',0),(5352,'junior high school','junior-high-school',0),(5353,'tamara gordon foundation','tamara-gordon-foundation',0),(5354,'kamina johnson smith','kamina-johnson-smith',0),(5355,'photo jamaica information service','photo-jamaica-information-service',0),(5356,'Ministry of Foreign Affairs &amp; Foreign Trade','ministry-of-foreign-affairs-foreign-trade',0),(5357,'Kamina Johnson Smith','kamina-johnson-smith',0),(5358,'Comfort Castle Primary &amp; Junior High','comfort-castle-primary-junior-high',0),(5359,'cheque donation','cheque-donation',0),(5360,'Tamara Gordon Foundation','tamara-gordon-foundation',0),(5361,'Toronto','toronto',0),(5362,'fiscal-year growth for april','fiscal-year-growth-for-april',0),(5363,'growth for april','growth-for-april',0),(5364,'fiscal-year growth','fiscal-year-growth',0),(5365,'june 2019','june-2019',0),(5366,'flat','flat',0),(5367,'effort','effort',0),(5368,'disappointed','disappointed',0),(5369,'first-quarter','first-quarter',0),(5370,'fiscal-year','fiscal-year',0),(5371,'pioj','pioj',0),(5372,'absence','absence',0),(5373,'growth for april to june','growth-for-april-to-june',0),(5374,'april to june 2019','april-to-june-2019',0),(5375,'april to june','april-to-june',0),(5376,'policy','policy',0),(5377,'first-quarter fiscal-year growth for april','first-quarter-fiscal-year-growth-for-april',0),(5378,'first-quarter fiscal-year growth','first-quarter-fiscal-year-growth',0),(5379,'first-quarter fiscal-year','first-quarter-fiscal-year',0),(5380,'Opposition Leader','opposition-leader',0),(5381,'2019','2019',0),(5382,'Planning Institute of Jamaicam','planning-institute-of-jamaicam',0),(5383,'Planning Institute of Jamaica','planning-institute-of-jamaica',0),(5384,'corporate jamaica','corporate-jamaica',0),(5385,'jad','jad',0),(5386,'deaf-friendly','deaf-friendly',0),(5387,'energy sector','energy-sector',0),(5388,'energy minister','energy-minister',0),(5389,'jamaica\'s energy','jamaicas-energy',0),(5390,'wigton','wigton',0),(5391,'nfe','nfe',0),(5392,'plant','plant',0),(5393,'facility','facility',0),(5394,'invest','invest',0),(5395,'response','response',0),(5396,'shares','shares',0),(5397,'ipo','ipo',0),(5398,'ac marriott','ac-marriott',0),(5399,'marriott hotel','marriott-hotel',0),(5400,'new forest','new-forest',0),(5401,'190mw plant in old harbour','190mw-plant-in-old-harbour',0),(5402,'plant in old harbour bay','plant-in-old-harbour-bay',0),(5403,'old harbour bay st','old-harbour-bay-st',0),(5404,'harbour bay st','harbour-bay-st',0),(5405,'plant in old harbour','plant-in-old-harbour',0),(5406,'old harbour bay','old-harbour-bay',0),(5407,'Wigton Wind Farm','wigton-wind-farm',0),(5408,'Wigton IPO','wigton-ipo',0),(5409,'investments','investments',0),(5410,'bond-signing ceremony','bond-signing-ceremony',0),(5411,'JAMALCO','jamalco',0),(5412,'received','received',0),(5413,'iconology','iconology',0),(5414,'released','released',0),(5415,'released on august 23','released-on-august-23',0),(5416,'released on august','released-on-august',0),(5417,'august 23','august-23',0),(5418,'released on august 23 2019','released-on-august-23-2019',0),(5419,'august 23 2019','august-23-2019',0),(5420,'23 2019','23-2019',0),(5421,'artist','artist',0),(5422,'first body','first-body',0),(5423,'album the cookbook','album-the-cookbook',0),(5424,'cookbook','cookbook',0),(5425,'2005','2005',0),(5426,'reviews','reviews',0),(5427,'critics','critics',0),(5428,'calling','calling',0),(5429,'national hurricane center','national-hurricane-center',0),(5430,'national hurricane','national-hurricane',0),(5431,'hurricane center','hurricane-center',0),(5432,'east coast','east-coast',0),(5433,'grocery stores','grocery-stores',0),(5434,'gas stations','gas-stations',0),(5435,'south florida','south-florida',0),(5436,'empty shelves','empty-shelves',0),(5437,'florida','florida',0),(5438,'larrauri','larrauri',0),(5439,'thursday','thursday',0),(5440,'metacritic','metacritic',0),(5441,'u.s','u-s',0),(5442,'3 hurricane','3-hurricane',0),(5443,'category 3 hurricane','category-3-hurricane',0),(5444,'category 3','category-3',0),(5445,'category','category',0),(5446,'yanique curvy diva','yanique-curvy-diva',0),(5447,'curvy diva','curvy-diva',0),(5448,'yanique curvy','yanique-curvy',0),(5449,'curvy','curvy',0),(5450,'diva','diva',0),(5451,'underwear','underwear',0),(5452,'yanique','yanique',0),(5453,'photos','photos',0),(5454,'assigns','assigns',0),(5455,'assigns a weighted','assigns-a-weighted',0),(5456,'weighted','weighted',0),(5457,'late sunday','late-sunday',0),(5458,'variety','variety',0),(5459,'entertainment weekly','entertainment-weekly',0),(5460,'entertainment','entertainment',0),(5461,'weekly','weekly',0),(5462,'93','93',0),(5463,'yanique curvy diva barrett','yanique-curvy-diva-barrett',0),(5464,'curvy diva barrett','curvy-diva-barrett',0),(5465,'diva barrett','diva-barrett',0),(5466,'barrett','barrett',0),(5467,'land','land',0),(5468,'90','90',0),(5469,'georgia','georgia',0),(5470,'Yanique ‘Curvy Diva’ Barrett','yanique-curvy-diva-barrett',0),(5471,'pride ja','pride-ja',0),(5472,'breakfast party','breakfast-party',0),(5473,'hurricane Dorian','hurricane-dorian',0),(5474,'Florida','florida',0),(5475,'Ron DeSantis','ron-desantis',0),(5476,'secretary mr hector stephenson left','secretary-mr-hector-stephenson-left',0),(5477,'secretary mr hector stephenson','secretary-mr-hector-stephenson',0),(5478,'mr hector stephenson left','mr-hector-stephenson-left',0),(5479,'credit union','credit-union',0),(5480,'mr hector stephenson','mr-hector-stephenson',0),(5481,'hector stephenson left','hector-stephenson-left',0),(5482,'educom co-operative','educom-co-operative',0),(5483,'elvis king','elvis-king',0),(5484,'hector stephenson','hector-stephenson',0),(5485,'secretary mr hector','secretary-mr-hector',0),(5486,'award ceremony','award-ceremony',0),(5487,'stephenson left','stephenson-left',0),(5488,'mr hector','mr-hector',0),(5489,'educom','educom',0),(5490,'secretary mr','secretary-mr',0),(5491,'credit','credit',0),(5492,'union','union',0),(5493,'co-operative','co-operative',0),(5494,'educom co-operative credit union','educom-co-operative-credit-union',0),(5495,'educom co-operative credit','educom-co-operative-credit',0),(5496,'co-operative credit union','co-operative-credit-union',0),(5497,'primary and tertiary','primary-and-tertiary',0),(5498,'co-operative credit','co-operative-credit',0),(5499,'board secretary mr hector stephenson','board-secretary-mr-hector-stephenson',0),(5500,'board secretary mr hector','board-secretary-mr-hector',0),(5501,'board secretary mr','board-secretary-mr',0),(5502,'primary and tertiary level','primary-and-tertiary-level',0),(5503,'tertiary level','tertiary-level',0),(5504,'Iconology','iconology',0),(5505,'Vanguard Award','vanguard-award',0),(5506,'Rap','rap',0),(5507,'lance bass thought','lance-bass-thought',0),(5508,'lance bass','lance-bass',0),(5509,'bass thought','bass-thought',0),(5510,'lance','lance',0),(5511,'bass','bass',0),(5512,'universe','universe',0),(5513,'donors','donors',0),(5514,'walls','walls',0),(5515,'cards','cards',0),(5516,'NSYNC star','nsync-star',0),(5517,'lance bass','lance-bass',0),(5518,'fatherhood','fatherhood',0),(5519,'Michael Turchin','michael-turchin',0),(5520,'dream of starting a family','dream-of-starting-a-family',0),(5521,'dream of starting','dream-of-starting',0),(5522,'starting a family','starting-a-family',0),(5523,'whole life','whole-life',0),(5524,'whole','whole',0),(5525,'dream','dream',0),(5526,'vma','vma',0),(5527,'vma awards','vma-awards',0),(5528,'board secretary','board-secretary',0),(5529,'king','king',0),(5530,'michael jackson','michael-jackson',0),(5531,'pop icon','pop-icon',0),(5532,'jackson 5','jackson-5',0),(5533,'billie jean','billie-jean',0),(5534,'jackson','jackson',0),(5535,'pop','pop',0),(5536,'celebrates','celebrates',0),(5537,'icon','icon',0),(5538,'billie','billie',0),(5539,'jean','jean',0),(5540,'photo 3 shows board secretary','photo-3-shows-board-secretary',0),(5541,'3 shows board secretary mr','3-shows-board-secretary-mr',0),(5542,'photo 3 shows board','photo-3-shows-board',0),(5543,'3 shows board secretary','3-shows-board-secretary',0),(5544,'2019 in the pep catagory','2019-in-the-pep-catagory',0),(5545,'shows board secretary mr','shows-board-secretary-mr',0),(5546,'left of photo presenting','left-of-photo-presenting',0),(5547,'photo presenting a award','photo-presenting-a-award',0),(5548,'photo 3 shows','photo-3-shows',0),(5549,'3 shows board','3-shows-board',0),(5550,'shows board secretary','shows-board-secretary',0),(5551,'western region mishka','western-region-mishka',0),(5552,'2019 in the pep','2019-in-the-pep',0),(5553,'left of photo','left-of-photo',0),(5554,'presenting a award','presenting-a-award',0),(5555,'student for 2019','student-for-2019',0),(5556,'board secretary hector stephenson','board-secretary-hector-stephenson',0),(5557,'board secretary hector','board-secretary-hector',0),(5558,'secretary hector stephenson','secretary-hector-stephenson',0),(5559,'board secretary hector stephenson left','board-secretary-hector-stephenson-left',0),(5560,'hector stephenson left of photo','hector-stephenson-left-of-photo',0),(5561,'stephenson left of photo presenting','stephenson-left-of-photo-presenting',0),(5562,'secretary hector stephenson left','secretary-hector-stephenson-left',0),(5563,'stephenson left of photo','stephenson-left-of-photo',0),(5564,'performing student for 2019','performing-student-for-2019',0),(5565,'pep catagory for the western','pep-catagory-for-the-western',0),(5566,'catagory for the western region','catagory-for-the-western-region',0),(5567,'secretary hector','secretary-hector',0),(5568,'western region','western-region',0),(5569,'scholarships','scholarships',0),(5570,'tertiary','tertiary',0),(5571,'hector','hector',0),(5572,'stephenson','stephenson',0),(5573,'elvis','elvis',0),(5574,'recipients','recipients',0),(5575,'EduCom','educom',0),(5576,'Elvis King','elvis-king',0),(5577,'Mishka Bowen','mishka-bowen',0),(5578,'Hector Stephenson','hector-stephenson',0),(5579,'cockpit country','cockpit-country',0),(5580,'queen ifrica','queen-ifrica',0),(5581,'ground truthing','ground-truthing',0),(5582,'cockpit','cockpit',0),(5583,'ground','ground',0),(5584,'ifrica','ifrica',0),(5585,'protected','protected',0),(5586,'truthing','truthing',0),(5587,'bauxite','bauxite',0),(5588,'albums','albums',0),(5589,'singles','singles',0),(5590,'michael jackson','michael-jackson',0),(5591,'pop icon','pop-icon',0),(5592,'thriller','thriller',0),(5593,'they don&#039;t care about us','they-dont-care-about-us',0),(5594,'king of pop','king-of-pop',0),(5595,'jackson 5','jackson-5',0),(5596,'debut','debut',0),(5597,'scheduled','scheduled',0),(5598,'edmund bartlett','edmund-bartlett',0),(5599,'edmund','edmund',0),(5600,'bartlett','bartlett',0),(5601,'tourism minister edmund bartlett','tourism-minister-edmund-bartlett',0),(5602,'tourism minister edmund','tourism-minister-edmund',0),(5603,'minister edmund bartlett','minister-edmund-bartlett',0),(5604,'minister edmund','minister-edmund',0),(5605,'Edmund Bartlett','edmund-bartlett',0),(5606,'tourism minister','tourism-minister',0),(5607,'tourism sector','tourism-sector',0),(5608,'tourism workers','tourism-workers',0),(5609,'ocho rios craft','ocho-rios-craft',0),(5610,'ocho rios','ocho-rios',0),(5611,'rios craft','rios-craft',0),(5612,'mining','mining',0),(5613,'andrew holness met','andrew-holness-met',0),(5614,'holness met','holness-met',0),(5615,'vocal','vocal',0),(5616,'cockpit country in trelawny','cockpit-country-in-trelawny',0),(5617,'country in trelawny','country-in-trelawny',0),(5618,'jamaica house','jamaica-house',0),(5619,'shawn mendes','shawn-mendes',0),(5620,'positive change','positive-change',0),(5621,'shawn','shawn',0),(5622,'mendes','mendes',0),(5623,'issues','issues',0),(5624,'causes','causes',0),(5625,'care','care',0),(5626,'Billboard Reggae','billboard-reggae',0),(5627,'city','city',0),(5628,'blood','blood',0),(5629,'Shawn Mendes Foundation','shawn-mendes-foundation',0),(5630,'In My Blood','in-my-blood',0),(5631,'issue of mining','issue-of-mining',0),(5632,'mining in the cockpit','mining-in-the-cockpit',0),(5633,'mining in the cockpit country','mining-in-the-cockpit-country',0),(5634,'minister andrew','minister-andrew',0),(5635,'tony rebel','tony-rebel',0),(5636,'queen ifrika','queen-ifrika',0),(5637,'bounty killer','bounty-killer',0),(5638,'tony','tony',0),(5639,'rebel','rebel',0),(5640,'daryl vaz','daryl-vaz',0),(5641,'senator matthew samuda','senator-matthew-samuda',0),(5642,'senator matthew','senator-matthew',0),(5643,'matthew samuda','matthew-samuda',0),(5644,'rapture','rapture',0),(5645,'members of the entertainment','members-of-the-entertainment',0),(5646,'members of the entertainment fraternity','members-of-the-entertainment-fraternity',0),(5647,'entertainment fraternity','entertainment-fraternity',0),(5648,'wednesday aug','wednesday-aug',0),(5649,'wednesday aug 28','wednesday-aug-28',0),(5650,'aug 28','aug-28',0),(5651,'Tony rebel','tony-rebel',0),(5652,'queen ifrika','queen-ifrika',0),(5653,'jamaica house','jamaica-house',0),(5654,'agent sasco','agent-sasco',0),(5655,'toast koffee','toast-koffee',0),(5656,'family popcaan','family-popcaan',0),(5657,'agent','agent',0),(5658,'sasco','sasco',0),(5659,'chronixx','chronixx',0),(5660,'grange','grange',0),(5661,'school treat','school-treat',0),(5662,'treat','treat',0),(5663,'ikaya','ikaya',0),(5664,'entertainers','entertainers',0),(5665,'organize','organize',0),(5666,'king bach','king-bach',0),(5667,'bach','bach',0),(5668,'singer ikaya','singer-ikaya',0),(5669,'black panther','black-panther',0),(5670,'panther','panther',0),(5671,'sequel','sequel',0),(5672,'coogler','coogler',0),(5673,'wakanda','wakanda',0),(5674,'currently titled','currently-titled',0),(5675,'titled','titled',0),(5676,'currently titled black','currently-titled-black',0),(5677,'titled black','titled-black',0),(5678,'ikaya','ikaya',0),(5679,'king bach','king-bach',0),(5680,'medicine','medicine',0),(5681,'infinity','infinity',0),(5682,'infinity war','infinity-war',0),(5683,'war','war',0),(5684,'comedian','comedian',0),(5685,'stage','stage',0),(5686,'tech','tech',0),(5687,'kendrick','kendrick',0),(5688,'bp2','bp2',0),(5689,'growing up in waterhouse','growing-up-in-waterhouse',0),(5690,'parents in the community','parents-in-the-community',0),(5691,'children and parents','children-and-parents',0),(5692,'first-hand knowledge','first-hand-knowledge',0),(5693,'soundtrack','soundtrack',0),(5694,'back-to-school treat','back-to-school-treat',0),(5695,'hanover street','hanover-street',0),(5696,'hanover','hanover',0),(5697,'situation','situation',0),(5698,'manholes','manholes',0),(5699,'street','street',0),(5700,'sidewalks','sidewalks',0),(5701,'drive','drive',0),(5702,'bingham','bingham',0),(5703,'pedestrians','pedestrians',0),(5704,'walk','walk',0),(5705,'fixed','fixed',0),(5706,'fixed by the national works','fixed-by-the-national-works',0),(5707,'national works agency','national-works-agency',0),(5708,'fixed by the national','fixed-by-the-national',0),(5709,'threatened their mobility','threatened-their-mobility',0),(5710,'open-manhole situation','open-manhole-situation',0),(5711,'national works','national-works',0),(5712,'works agency','works-agency',0),(5713,'open-manhole','open-manhole',0),(5714,'threatened','threatened',0),(5715,'mobility','mobility',0),(5716,'roadway','roadway',0),(5717,'ryan coogler','ryan-coogler',0),(5718,'ryan','ryan',0),(5719,'Black Panther 2','black-panther-2',0),(5720,'black panther 2','black-panther-2',0),(5721,'panther 2','panther-2',0),(5722,'pedestrian','pedestrian',0),(5723,'once-opened','once-opened',0),(5724,'town of lucea','town-of-lucea',0),(5725,'lucea','lucea',0),(5726,'town of lucea hanover','town-of-lucea-hanover',0),(5727,'lucea hanover','lucea-hanover',0),(5728,'miller drive','miller-drive',0),(5729,'miller','miller',0),(5730,'hanover disability association','hanover-disability-association',0),(5731,'Anthony Bingham','anthony-bingham',0),(5732,'rio cobre','rio-cobre',0),(5733,'transform programme','transform-programme',0),(5734,'transform','transform',0),(5735,'correctional','correctional',0),(5736,'education','education',0),(5737,'entertainer','entertainer',0),(5738,'rio','rio',0),(5739,'cobre','cobre',0),(5740,'juvenile','juvenile',0),(5741,'recording artiste','recording-artiste',0),(5742,'recording artiste agent','recording-artiste-agent',0),(5743,'artiste agent','artiste-agent',0),(5744,'recording artiste agent sasco','recording-artiste-agent-sasco',0),(5745,'artiste agent sasco','artiste-agent-sasco',0),(5746,'Nwa','nwa',0),(5747,'national works agency','national-works-agency',0),(5748,'school train service','school-train-service',0),(5749,'school train','school-train',0),(5750,'train service','train-service',0),(5751,'technical','technical',0),(5752,'train','train',0),(5753,'delay','delay',0),(5754,'implementation','implementation',0),(5755,'transport','transport',0),(5756,'montague','montague',0),(5757,'presentation','presentation',0),(5758,'safe','safe',0),(5759,'reliable','reliable',0),(5760,'moving','moving',0),(5761,'We Transform Programme','we-transform-programme',0),(5762,'rio cobre juvenile correctional centre','rio-cobre-juvenile-correctional-centre',0),(5763,'marja gay smith principal probation','marja-gay-smith-principal-probation',0),(5764,'gay smith principal probation officer','gay-smith-principal-probation-officer',0),(5765,'juvenile correctional centre in spanish','juvenile-correctional-centre-in-spanish',0),(5766,'correctional centre in spanish town','correctional-centre-in-spanish-town',0),(5767,'centre in spanish town st','centre-in-spanish-town-st',0),(5768,'rio cobre juvenile correctional','rio-cobre-juvenile-correctional',0),(5769,'cobre juvenile correctional centre','cobre-juvenile-correctional-centre',0),(5770,'marja gay smith principal','marja-gay-smith-principal',0),(5771,'gay smith principal probation','gay-smith-principal-probation',0),(5772,'smith principal probation officer','smith-principal-probation-officer',0),(5773,'spanish town probation office','spanish-town-probation-office',0),(5774,'held at the rio cobre','held-at-the-rio-cobre',0),(5775,'probation officer at the spanish','probation-officer-at-the-spanish',0),(5776,'officer at the spanish town','officer-at-the-spanish-town',0),(5777,'transform sports and fun','transform-sports-and-fun',0),(5778,'correctional centre in spanish','correctional-centre-in-spanish',0),(5779,'centre in spanish town','centre-in-spanish-town',0),(5780,'parents and guardians','parents-and-guardians',0),(5781,'encouraging parents and guardians','encouraging-parents-and-guardians',0),(5782,'parents','parents',0),(5783,'encouraging parents','encouraging-parents',0),(5784,'morning routine','morning-routine',0),(5785,'routine now…','routine-now',0),(5786,'telephone contacts','telephone-contacts',0),(5787,'kerr','kerr',0),(5788,'guardians','guardians',0),(5789,'routine','routine',0),(5790,'look','look',0),(5791,'npsc','npsc',0),(5792,'kaysia','kaysia',0),(5793,'kaysia kerr','kaysia-kerr',0),(5794,'ceo','ceo',0),(5795,'ceo of the national parenting','ceo-of-the-national-parenting',0),(5796,'ceo of the national','ceo-of-the-national',0),(5797,'national parenting','national-parenting',0),(5798,'commission npsc','commission-npsc',0),(5799,'parents and guardians to reintroduce','parents-and-guardians-to-reintroduce',0),(5800,'guardians to reintroduce the morning','guardians-to-reintroduce-the-morning',0),(5801,'morning routine to their children','morning-routine-to-their-children',0),(5802,'reintroduce the morning routine','reintroduce-the-morning-routine',0),(5803,'routine to their children','routine-to-their-children',0),(5804,'guardians to reintroduce','guardians-to-reintroduce',0),(5805,'reintroduce the morning','reintroduce-the-morning',0),(5806,'first morning of school','first-morning-of-school',0),(5807,'school or the night','school-or-the-night',0),(5808,'morning of school','morning-of-school',0),(5809,'start putting children','start-putting-children',0),(5810,'sleep habits return','sleep-habits-return',0),(5811,'getting out of the house','getting-out-of-the-house',0),(5812,'entire routine of getting','entire-routine-of-getting',0),(5813,'sleep habits','sleep-habits',0),(5814,'habits return','habits-return',0),(5815,'routine of getting','routine-of-getting',0),(5816,'entire routine','entire-routine',0),(5817,'chaka demus and pliers','chaka-demus-and-pliers',0),(5818,'demus and pliers','demus-and-pliers',0),(5819,'chaka demus','chaka-demus',0),(5820,'too hot','too-hot',0),(5821,'hot','hot',0),(5822,'murder','murder',0),(5823,'chaka','chaka',0),(5824,'demus','demus',0),(5825,'pliers','pliers',0),(5826,'sampled','sampled',0),(5827,'mamacita','mamacita',0),(5828,'jason derulo','jason-derulo',0),(5829,'chaka demus and pliers','chaka-demus-and-pliers',0),(5830,'mamacita','mamacita',0),(5831,'Too hot','too-hot',0),(5832,'Pitbull','pitbull',0),(5833,'Omarion','omarion',0),(5834,'Jhené Aiko','jhene-aiko',0),(5835,'jason derulo','jason-derulo',0),(5836,'derulo','derulo',0),(5837,'national parenting commission npsc','national-parenting-commission-npsc',0),(5838,'kerr ceo of the national','kerr-ceo-of-the-national',0),(5839,'kaysia kerr ceo','kaysia-kerr-ceo',0),(5840,'national parenting commission','national-parenting-commission',0),(5841,'parenting commission npsc','parenting-commission-npsc',0),(5842,'kerr ceo','kerr-ceo',0),(5843,'parenting commission','parenting-commission',0),(5844,'meet the parents','meet-the-parents',0),(5845,'children know the importance','children-know-the-importance',0),(5846,'commuting on public transportation','commuting-on-public-transportation',0),(5847,'know the importance of being','know-the-importance-of-being',0),(5848,'importance of being vigilant','importance-of-being-vigilant',0),(5849,'fear getting','fear-getting',0),(5850,'stuck','stuck',0),(5851,'fear','fear',0),(5852,'evolve','evolve',0),(5853,'J Lo','j-lo',0),(5854,'crazy','crazy',0),(5855,'wanted','wanted',0),(5856,'ms kerr','ms-kerr',0),(5857,'technical challenges','technical-challenges',0),(5858,'challenges','challenges',0),(5859,'negative thoughts','negative-thoughts',0),(5860,'joker follows','joker-follows',0),(5861,'thoughts','thoughts',0),(5862,'dc','dc',0),(5863,'negative','negative',0),(5864,'follows','follows',0),(5865,'fleck','fleck',0),(5866,'joker','joker',0),(5867,'hype','hype',0),(5868,'kaysia kerr ceo of npsc','kaysia-kerr-ceo-of-npsc',0),(5869,'kerr ceo of npsc','kerr-ceo-of-npsc',0),(5870,'joaquin','joaquin',0),(5871,'ceo of npsc','ceo-of-npsc',0),(5872,'know the importance','know-the-importance',0),(5873,'commuting on public','commuting-on-public',0),(5874,'arthur fleck','arthur-fleck',0),(5875,'arthur','arthur',0),(5876,'warner','warner',0),(5877,'warner brothers','warner-brothers',0),(5878,'brothers','brothers',0),(5879,'photo warner','photo-warner',0),(5880,'studios','studios',0),(5881,'gotham','gotham',0),(5882,'encourage open and honest conversation','encourage-open-and-honest-conversation',0),(5883,'child speaks about an encounter','child-speaks-about-an-encounter',0),(5884,'encourage open and honest','encourage-open-and-honest',0),(5885,'open and honest conversation','open-and-honest-conversation',0),(5886,'speaks about an encounter','speaks-about-an-encounter',0),(5887,'investigate with a view','investigate-with-a-view',0),(5888,'joker photo','joker-photo',0),(5889,'joker photo warner','joker-photo-warner',0),(5890,'joker photo warner brothers studios','joker-photo-warner-brothers-studios',0),(5891,'joker photo warner brothers','joker-photo-warner-brothers',0),(5892,'photo warner brothers studios','photo-warner-brothers-studios',0),(5893,'photo warner brothers','photo-warner-brothers',0),(5894,'warner brothers studios','warner-brothers-studios',0),(5895,'brothers studios','brothers-studios',0),(5896,'Todd Philipps','todd-philipps',0),(5897,'JOKER','joker',0),(5898,'children know','children-know',0),(5899,'public transportation','public-transportation',0),(5900,'Joaquin Phoenix','joaquin-phoenix',0),(5901,'Arthur Fleck','arthur-fleck',0),(5902,'Gotham','gotham',0),(5903,'DC Extended Universe','dc-extended-universe',0),(5904,'diamond league','diamond-league',0),(5905,'jump','jump',0),(5906,'diamond','diamond',0),(5907,'win','win',0),(5908,'iaaf','iaaf',0),(5909,'personal','personal',0),(5910,'zurich','zurich',0),(5911,'podium','podium',0),(5912,'rojas','rojas',0),(5913,'ricketts','ricketts',0),(5914,'competition','competition',0),(5915,'attempt','attempt',0),(5916,'shanieka ricketts','shanieka-ricketts',0),(5917,'shanieka','shanieka',0),(5918,'jamaican triple-jumper shanieka ricketts','jamaican-triple-jumper-shanieka-ricketts',0),(5919,'jamaican triple-jumper shanieka','jamaican-triple-jumper-shanieka',0),(5920,'triple-jumper shanieka ricketts','triple-jumper-shanieka-ricketts',0),(5921,'jamaican triple-jumper','jamaican-triple-jumper',0),(5922,'triple-jumper shanieka','triple-jumper-shanieka',0),(5923,'triple-jumper','triple-jumper',0),(5924,'gold','gold',0),(5925,'iaaf diamond league in zurich','iaaf-diamond-league-in-zurich',0),(5926,'diamond league in zurich switzerland','diamond-league-in-zurich-switzerland',0),(5927,'diamond league in zurich','diamond-league-in-zurich',0),(5928,'league in zurich switzerland','league-in-zurich-switzerland',0),(5929,'iaaf diamond league','iaaf-diamond-league',0),(5930,'league in zurich','league-in-zurich',0),(5931,'iaaf diamond','iaaf-diamond',0),(5932,'zurich switzerland','zurich-switzerland',0),(5933,'colour medal','colour-medal',0),(5934,'train service','train-service',0),(5935,'jutc','jutc',0),(5936,'transport ministry','transport-ministry',0),(5937,'film','film',0),(5938,'playing video games','playing-video-games',0),(5939,'counter-strike global offensive','counter-strike-global-offensive',0),(5940,'javaughn taylor','javaughn-taylor',0),(5941,'playing video','playing-video',0),(5942,'video games','video-games',0),(5943,'counter-strike global','counter-strike-global',0),(5944,'global offensive','global-offensive',0),(5945,'javaughn','javaughn',0),(5946,'counter-strike','counter-strike',0),(5947,'global','global',0),(5948,'offensive','offensive',0),(5949,'nintendo','nintendo',0),(5950,'pc','pc',0),(5951,'Shanieka Ricketts','shanieka-ricketts',0),(5952,'IAAF Diamond League','iaaf-diamond-league',0),(5953,'track and field','track-and-field',0),(5954,'Javaughn Taylor','javaughn-taylor',0),(5955,'Forza','forza',0),(5956,'project cars','project-cars',0),(5957,'world championships','world-championships',0),(5958,'competing with men','competing-with-men',0),(5959,'man\'s world','mans-world',0),(5960,'gain respect','gain-respect',0),(5961,'competing','competing',0),(5962,'fenty','fenty',0),(5963,'entrepreneurship','entrepreneurship',0),(5964,'head','head',0),(5965,'gain','gain',0),(5966,'respect','respect',0),(5967,'slowly','slowly',0),(5968,'gain respect as a designer','gain-respect-as-a-designer',0),(5969,'respect as a designer','respect-as-a-designer',0),(5970,'hard to prove','hard-to-prove',0),(5971,'prove','prove',0),(5972,'fenty beauty','fenty-beauty',0),(5973,'businesswoman','businesswoman',0),(5974,'loves','loves',0),(5975,'veterinary services division','veterinary-services-division',0),(5976,'white-faced capuchin monkey','white-faced-capuchin-monkey',0),(5977,'jack\'s hill st','jacks-hill-st',0),(5978,'veterinary services','veterinary-services',0),(5979,'services division','services-division',0),(5980,'white-faced capuchin','white-faced-capuchin',0),(5981,'capuchin monkey','capuchin-monkey',0),(5982,'native to jamaica','native-to-jamaica',0),(5983,'monkey','monkey',0),(5984,'jack\'s hill','jacks-hill',0),(5985,'hill st','hill-st',0),(5986,'cebus imitator','cebus-imitator',0),(5987,'nepa','nepa',0),(5988,'veterinary','veterinary',0),(5989,'division','division',0),(5990,'free time','free-time',0),(5991,'dull boy','dull-boy',0),(5992,'phillips loves','phillips-loves',0),(5993,'sports','sports',0),(5994,'job','job',0),(5995,'dull','dull',0),(5996,'knutsford express','knutsford-express',0),(5997,'ann depot','ann-depot',0),(5998,'island village','island-village',0),(5999,'depot','depot',0),(6000,'knutsford','knutsford',0),(6001,'express','express',0),(6002,'relocate','relocate',0),(6003,'ann','ann',0),(6004,'village','village',0),(6005,'ocho','ocho',0),(6006,'rios','rios',0),(6007,'city-to-city','city-to-city',0),(6008,'city-to-city travel','city-to-city-travel',0),(6009,'knutsford express','knutsford-express',0),(6010,'luxury bus','luxury-bus',0),(6011,'island village','island-village',0),(6012,'north-south highway','north-south-highway',0),(6013,'Drax Hall','drax-hall',0),(6014,'photo don waysome','photo-don-waysome',0),(6015,'storm saulter','storm-saulter',0),(6016,'story of a boy','story-of-a-boy',0),(6017,'boy trying to run','boy-trying-to-run',0),(6018,'sprinter','sprinter',0),(6019,'wanted to show','wanted-to-show',0),(6020,'saulter','saulter',0),(6021,'photo don','photo-don',0),(6022,'don waysome','don-waysome',0),(6023,'history','history',0),(6024,'heaven on earth','heaven-on-earth',0),(6025,'bob marley','bob-marley',0),(6026,'peter tosh','peter-tosh',0),(6027,'music lovers','music-lovers',0),(6028,'heaven','heaven',0),(6029,'release','release',0),(6030,'no-maddz','no-maddz',0),(6031,'nomaddz','nomaddz',0),(6032,'bob','bob',0),(6033,'tosh','tosh',0),(6034,'niche','niche',0),(6035,'potential of jamaica','potential-of-jamaica',0),(6036,'start this journey','start-this-journey',0),(6037,'richard byles','richard-byles',0),(6038,'monetary policy','monetary-policy',0),(6039,'economy','economy',0),(6040,'governor','governor',0),(6041,'byles','byles',0),(6042,'richard','richard',0),(6043,'confidence','confidence',0),(6044,'journey','journey',0),(6045,'governor of the bank','governor-of-the-bank',0),(6046,'bank','bank',0),(6047,'bank of jamaica','bank-of-jamaica',0),(6048,'finds','finds',0),(6049,'load','load',0),(6050,'jokes','jokes',0),(6051,'okair mclaren','okair-mclaren',0),(6052,'mclaren','mclaren',0),(6053,'businesses and households','businesses-and-households',0),(6054,'decision to lower the policy','decision-to-lower-the-policy',0),(6055,'increased economic activity','increased-economic-activity',0),(6056,'mr fix it','mr-fix-it',0),(6057,'lower the policy rate','lower-the-policy-rate',0),(6058,'centre of the target','centre-of-the-target',0),(6059,'policy rate','policy-rate',0),(6060,'economic activity','economic-activity',0),(6061,'inflation','inflation',0),(6062,'governor byles','governor-byles',0),(6063,'inflation target','inflation-target',0),(6064,'increased economic','increased-economic',0),(6065,'lower the policy','lower-the-policy',0),(6066,'lower inflation','lower-inflation',0),(6067,'faster pace','faster-pace',0),(6068,'leadership challenge','leadership-challenge',0),(6069,'bank of jamaica richard','bank-of-jamaica-richard',0),(6070,'jamaica richard','jamaica-richard',0),(6071,'bank of jamaica richard byles','bank-of-jamaica-richard-byles',0),(6072,'jamaica richard byles','jamaica-richard-byles',0),(6073,'quarterly monetary','quarterly-monetary',0),(6074,'quarterly monetary policy','quarterly-monetary-policy',0),(6075,'quarterly monetary policy report','quarterly-monetary-policy-report',0),(6076,'monetary policy report','monetary-policy-report',0),(6077,'policy report','policy-report',0),(6078,'quarterly monetary policy report press','quarterly-monetary-policy-report-press',0),(6079,'monetary policy report press','monetary-policy-report-press',0),(6080,'policy report press','policy-report-press',0),(6081,'monetary policy report press conference','monetary-policy-report-press-conference',0),(6082,'policy report press conference','policy-report-press-conference',0),(6083,'report press conference','report-press-conference',0),(6084,'red stripe premier league','red-stripe-premier-league',0),(6085,'red stripe premier','red-stripe-premier',0),(6086,'stripe premier league','stripe-premier-league',0),(6087,'premier league','premier-league',0),(6088,'red stripe','red-stripe',0),(6089,'stripe premier','stripe-premier',0),(6090,'klas sports radio','klas-sports-radio',0),(6091,'football competition','football-competition',0),(6092,'jamaica observer','jamaica-observer',0),(6093,'cvm tv','cvm-tv',0),(6094,'klas sports','klas-sports',0),(6095,'sports radio','sports-radio',0),(6096,'premier','premier',0),(6097,'red','red',0),(6098,'stripe','stripe',0),(6099,'coverage','coverage',0),(6100,'matches','matches',0),(6101,'partnership','partnership',0),(6102,'3Rock','3rock',0),(6103,'Jamaica observer','jamaica-observer',0),(6104,'premier league','premier-league',0),(6105,'jff','jff',0),(6106,'cvm','cvm',0),(6107,'klas','klas',0),(6108,'chris dehring chairman of 3rock','chris-dehring-chairman-of-3rock',0),(6109,'dehring chairman of 3rock','dehring-chairman-of-3rock',0),(6110,'chris dehring chairman','chris-dehring-chairman',0),(6111,'chairman of 3rock','chairman-of-3rock',0),(6112,'dehring chairman','dehring-chairman',0),(6113,'jamaica football federation','jamaica-football-federation',0),(6114,'jamaica football','jamaica-football',0),(6115,'football federation','football-federation',0),(6116,'maddz','maddz',0),(6117,'mission','mission',0),(6118,'misuse of public funds','misuse-of-public-funds',0),(6119,'misuse of public','misuse-of-public',0),(6120,'ruel reid','ruel-reid',0),(6121,'public funds','public-funds',0),(6122,'reid','reid',0),(6123,'cabinet','cabinet',0),(6124,'ruel','ruel',0),(6125,'facebook','facebook',0),(6126,'misuse','misuse',0),(6127,'funds','funds',0),(6128,'ministry of education','ministry-of-education',0),(6129,'senator','senator',0),(6130,'embattled','embattled',0),(6131,'embattled former','embattled-former',0),(6132,'senator ruel reid','senator-ruel-reid',0),(6133,'senator ruel','senator-ruel',0),(6134,'reggae genre','reggae-genre',0),(6135,'helps to retun','helps-to-retun',0),(6136,'helps','helps',0),(6137,'criminal charges','criminal-charges',0),(6138,'Ruel Reid','ruel-reid',0),(6139,'Ministry of Education','ministry-of-education',0),(6140,'Caribbean Maritime University','caribbean-maritime-university',0),(6141,'release their new album heaven','release-their-new-album-heaven',0),(6142,'new album heaven on earth','new-album-heaven-on-earth',0),(6143,'album heaven on earth','album-heaven-on-earth',0),(6144,'release their new album','release-their-new-album',0),(6145,'new album heaven','new-album-heaven',0),(6146,'album heaven','album-heaven',0),(6147,'new album','new-album',0),(6148,'former glory','former-glory',0),(6149,'jah cure','jah-cure',0),(6150,'royal soldier','royal-soldier',0),(6151,'jah','jah',0),(6152,'cure','cure',0),(6153,'royal','royal',0),(6154,'soldier','soldier',0),(6155,'icons like bob','icons-like-bob',0),(6156,'captured the hearts','captured-the-hearts',0),(6157,'record store','record-store',0),(6158,'record store in new york','record-store-in-new-york',0),(6159,'store in new york','store-in-new-york',0),(6160,'Richard Byles','richard-byles',0),(6161,'Bank of Jamaica','bank-of-jamaica',0),(6162,'found reggae','found-reggae',0),(6163,'royal soldier','royal-soldier',0),(6164,'tory lanez','tory-lanez',0),(6165,'jamaica football federation jff','jamaica-football-federation-jff',0),(6166,'football federation jff','football-federation-jff',0),(6167,'business model','business-model',0),(6168,'federation jff','federation-jff',0),(6169,'clubs','clubs',0),(6170,'epl','epl',0),(6171,'henry','henry',0),(6172,'scudamore','scudamore',0),(6173,'rspl','rspl',0),(6174,'plca','plca',0),(6175,'jff','jff',0),(6176,'english premier league','english-premier-league',0),(6177,'english premier','english-premier',0),(6178,'august 30','august-30',0),(6179,'heaven on earth tour','heaven-on-earth-tour',0),(6180,'earth tour','earth-tour',0),(6181,'walshy fire','walshy-fire',0),(6182,'walshy','walshy',0),(6183,'sheppie','sheppie',0),(6184,'richard scudamore','richard-scudamore',0),(6185,'executive chairman','executive-chairman',0),(6186,'vsd','vsd',0),(6187,'white-faced','white-faced',0),(6188,'capuchin','capuchin',0),(6189,'non-native','non-native',0),(6190,'diseases','diseases',0),(6191,'premier league clubs association plca','premier-league-clubs-association-plca',0),(6192,'premier league clubs association','premier-league-clubs-association',0),(6193,'league clubs association plca','league-clubs-association-plca',0),(6194,'premier league clubs','premier-league-clubs',0),(6195,'league clubs association','league-clubs-association',0),(6196,'clubs association plca','clubs-association-plca',0),(6197,'league clubs','league-clubs',0),(6198,'clubs association','clubs-association',0),(6199,'chairman of the premier league','chairman-of-the-premier-league',0),(6200,'chairman of the premier','chairman-of-the-premier',0),(6201,'equitable income distribution','equitable-income-distribution',0),(6202,'richard scudamore former executive chairman','richard-scudamore-former-executive-chairman',0),(6203,'richard scudamore former executive','richard-scudamore-former-executive',0),(6204,'scudamore former executive chairman','scudamore-former-executive-chairman',0),(6205,'executive chairman of the english','executive-chairman-of-the-english',0),(6206,'chairman of the english premier','chairman-of-the-english-premier',0),(6207,'richard scudamore former','richard-scudamore-former',0),(6208,'scudamore former executive','scudamore-former-executive',0),(6209,'former executive chairman','former-executive-chairman',0),(6210,'EPL','epl',0),(6211,'association plca','association-plca',0),(6212,'henry chairman of the premier','henry-chairman-of-the-premier',0),(6213,'Richard Scudamore','richard-scudamore',0),(6214,'English Premier League','english-premier-league',0),(6215,'Premier League Clubs’ Association (PLCA)','premier-league-clubs-association-plca',0),(6216,'Mike Henry','mike-henry',0),(6217,'Jamaica Football Federation','jamaica-football-federation',0),(6218,'RSPL','rspl',0),(6219,'shane brown','shane-brown',0),(6220,'bugle','bugle',0),(6221,'perfect','perfect',0),(6222,'erroll','erroll',0),(6223,'shane','shane',0),(6224,'heard','heard',0),(6225,'disc','disc',0),(6226,'cebus','cebus',0),(6227,'imitator','imitator',0),(6228,'album picture','album-picture',0),(6229,'album picture perfect','album-picture-perfect',0),(6230,'picture perfect','picture-perfect',0),(6231,'august 16','august-16',0),(6232,'16','16',0),(6233,'regulation time','regulation-time',0),(6234,'converted','converted',0),(6235,'penalties','penalties',0),(6236,'tejeda','tejeda',0),(6237,'murray','murray',0),(6238,'kick','kick',0),(6239,'missed','missed',0),(6240,'phase','phase',0),(6241,'regulation','regulation',0),(6242,'levelled','levelled',0),(6243,'leg','leg',0),(6244,'great job','great-job',0),(6245,'erroll brown','erroll-brown',0),(6246,'Bugle','bugle',0),(6247,'picture perfect','picture-perfect',0),(6248,'shane brown','shane-brown',0),(6249,'gramps morgan','gramps-morgan',0),(6250,'markus myrie','markus-myrie',0),(6251,'jada kingdom','jada-kingdom',0),(6252,'Heaven on Earth','heaven-on-earth',0),(6253,'Sheppie','sheppie',0),(6254,'Evie','evie',0),(6255,'sheldon sheppie shepperd and everaldo','sheldon-sheppie-shepperd-and-everaldo',0),(6256,'sheppie shepperd and everaldo evie','sheppie-shepperd-and-everaldo-evie',0),(6257,'shepperd and everaldo evie creary','shepperd-and-everaldo-evie-creary',0),(6258,'sheppie shepperd and everaldo','sheppie-shepperd-and-everaldo',0),(6259,'shepperd and everaldo evie','shepperd-and-everaldo-evie',0),(6260,'sheldon sheppie shepperd','sheldon-sheppie-shepperd',0),(6261,'everaldo evie creary','everaldo-evie-creary',0),(6262,'shepperd and everaldo','shepperd-and-everaldo',0),(6263,'sheldon sheppie','sheldon-sheppie',0),(6264,'sheppie shepperd','sheppie-shepperd',0),(6265,'everaldo evie','everaldo-evie',0),(6266,'evie creary','evie-creary',0),(6267,'eddie murphy','eddie-murphy',0),(6268,'eddie','eddie',0),(6269,'stopped','stopped',0),(6270,'murphy','murphy',0),(6271,'connect','connect',0),(6272,'revealed','revealed',0),(6273,'releasing','releasing',0),(6274,'weirded','weirded',0),(6275,'hollywood','hollywood',0),(6276,'guy','guy',0),(6277,'muscle','muscle',0),(6278,'audience','audience',0),(6279,'comedian','comedian',0),(6280,'Beverly hills cops','beverly-hills-cops',0),(6281,'party all the tim','party-all-the-tim',0),(6282,'party all the time','party-all-the-time',0),(6283,'friday aug','friday-aug',0),(6284,'friday aug 30','friday-aug-30',0),(6285,'aug 30','aug-30',0),(6286,'keyner brown','keyner-brown',0),(6287,'photo wikimedia commons','photo-wikimedia-commons',0),(6288,'photo wikimedia','photo-wikimedia',0),(6289,'wikimedia commons','wikimedia-commons',0),(6290,'osbil watson','osbil-watson',0),(6291,'wikimedia','wikimedia',0),(6292,'getting the accolades and respect','getting-the-accolades-and-respect',0),(6293,'mind getting the accolades','mind-getting-the-accolades',0),(6294,'respect of our peers','respect-of-our-peers',0),(6295,'accolades and respect','accolades-and-respect',0),(6296,'schools','schools',0),(6297,'samuda','samuda',0),(6298,'temporary','temporary',0),(6299,'payment','payment',0),(6300,'path','path',0),(6301,'textbook','textbook',0),(6302,'Jacks Hill','jacks-hill',0),(6303,'National Environment and Planning Agency','national-environment-and-planning-agency',0),(6304,'Veterinary Services Division','veterinary-services-division',0),(6305,'VSD','vsd',0),(6306,'white-faced Capuchin','white-faced-capuchin',0),(6307,'monkeys in Jamaica','monkeys-in-jamaica',0),(6308,'Dr. Osbil Watson','dr-osbil-watson',0),(6309,'moneky','moneky',0),(6310,'monkey','monkey',0),(6311,'karl samuda','karl-samuda',0),(6312,'Scotiabank CONCACAF League','scotiabank-concacaf-league',0),(6313,'holy trinity','holy-trinity',0),(6314,'haile selassie','haile-selassie',0),(6315,'coach akeno','coach-akeno',0),(6316,'schoolboy football','schoolboy-football',0),(6317,'morgan','morgan',0),(6318,'first round','first-round',0),(6319,'haile','haile',0),(6320,'players','players',0),(6321,'round','round',0),(6322,'holy','holy',0),(6323,'trinity','trinity',0),(6324,'preparation','preparation',0),(6325,'selassie','selassie',0),(6326,'quality','quality',0),(6327,'beat','beat',0),(6328,'akeno','akeno',0),(6329,'schoolboy','schoolboy',0),(6330,'bunch','bunch',0),(6331,'squad','squad',0),(6332,'annual back-to-school press conference held','annual-back-to-school-press-conference-held',0),(6333,'annual back-to-school press conference','annual-back-to-school-press-conference',0),(6334,'back-to-school press conference held','back-to-school-press-conference-held',0),(6335,'education youth and information','education-youth-and-information',0),(6336,'annual back-to-school press','annual-back-to-school-press',0),(6337,'back-to-school press conference','back-to-school-press-conference',0),(6338,'press conference held','press-conference-held',0),(6339,'national heroes circle','national-heroes-circle',0),(6340,'responsibility for the ministry','responsibility-for-the-ministry',0),(6341,'youth and information','youth-and-information',0),(6342,'education youth','education-youth',0),(6343,'annual back-to-school','annual-back-to-school',0),(6344,'back-to-school press','back-to-school-press',0),(6345,'conference held','conference-held',0),(6346,'national heroes','national-heroes',0),(6347,'heroes circle','heroes-circle',0),(6348,'responsibility','responsibility',0),(6349,'information','information',0),(6350,'meet the great demand','meet-the-great-demand',0),(6351,'great demand','great-demand',0),(6352,'karl samuda','karl-samuda',0),(6353,'jamaican schools','jamaican-schools',0),(6354,'branch','branch',0),(6355,'clients','clients',0),(6356,'order','order',0),(6357,'coach morgan','coach-morgan',0),(6358,'eat','eat',0),(6359,'wedding','wedding',0),(6360,'bride','bride',0),(6361,'weddings','weddings',0),(6362,'carry','carry',0),(6363,'hungry','hungry',0),(6364,'groom','groom',0),(6365,'wedding reception','wedding-reception',0),(6366,'couple','couple',0),(6367,'wedding gift','wedding-gift',0),(6368,'wedding rules','wedding-rules',0),(6369,'handle','handle',0),(6370,'brood','brood',0),(6371,'husband','husband',0),(6372,'kanye','kanye',0),(6373,'kanye wants','kanye-wants',0),(6374,'harassing','harassing',0),(6375,'won','won',0),(6376,'North West','north-west',0),(6377,'saint west','saint-west',0),(6378,'chicago west','chicago-west',0),(6379,'psalm west','psalm-west',0),(6380,'fairview','fairview',0),(6381,'haile selassie\'s coach akeno morgan','haile-selassies-coach-akeno-morgan',0),(6382,'selassie\'s coach akeno morgan believes','selassies-coach-akeno-morgan-believes',0),(6383,'haile selassie\'s coach akeno','haile-selassies-coach-akeno',0),(6384,'selassie\'s coach akeno morgan','selassies-coach-akeno-morgan',0),(6385,'coach akeno morgan believes','coach-akeno-morgan-believes',0),(6386,'haile selassie\'s coach','haile-selassies-coach',0),(6387,'selassie\'s coach akeno','selassies-coach-akeno',0),(6388,'coach akeno morgan','coach-akeno-morgan',0),(6389,'akeno morgan believes','akeno-morgan-believes',0),(6390,'selassie\'s coach','selassies-coach',0),(6391,'akeno morgan','akeno-morgan',0),(6392,'morgan believes','morgan-believes',0),(6393,'manning cup','manning-cup',0),(6394,'haile selassie','haile-selassie',0),(6395,'akeno morgan','akeno-morgan',0),(6396,'VMBS','vmbs',0),(6397,'Banking','banking',0),(6398,'customer service','customer-service',0),(6399,'gospel songs','gospel-songs',0),(6400,'gospel','gospel',0),(6401,'posted','posted',0),(6402,'according to brown','according-to-brown',0),(6403,'st jago','st-jago',0),(6404,'cumberland','cumberland',0),(6405,'second round','second-round',0),(6406,'teams','teams',0),(6407,'manning','manning',0),(6408,'quarter-finals','quarter-finals',0),(6409,'prostate cancer','prostate-cancer',0),(6410,'boss man','boss-man',0),(6411,'national policy','national-policy',0),(6412,'jamaican men','jamaican-men',0),(6413,'cancer','cancer',0),(6414,'screening','screening',0),(6415,'prostate','prostate',0),(6416,'jcs','jcs',0),(6417,'barriers','barriers',0),(6418,'risk','risk',0),(6419,'face many barriers that prevent','face-many-barriers-that-prevent',0),(6420,'barriers that prevent our jamaican','barriers-that-prevent-our-jamaican',0),(6421,'accessing the available screening services','accessing-the-available-screening-services',0),(6422,'prevent our jamaican men','prevent-our-jamaican-men',0),(6423,'jamaican men from accessing','jamaican-men-from-accessing',0),(6424,'accessing the available screening','accessing-the-available-screening',0),(6425,'face many barriers','face-many-barriers',0),(6426,'barriers that prevent','barriers-that-prevent',0),(6427,'prevent our jamaican','prevent-our-jamaican',0),(6428,'men from accessing','men-from-accessing',0),(6429,'available screening services','available-screening-services',0),(6430,'screening services','screening-services',0),(6431,'available screening','available-screening',0),(6432,'yulit gordon','yulit-gordon',0),(6433,'jamaica cancer society','jamaica-cancer-society',0),(6434,'awareness campaign','awareness-campaign',0),(6435,'jamaica cancer','jamaica-cancer',0),(6436,'launch of boss man','launch-of-boss-man',0),(6437,'prostate cancer','prostate-cancer',0),(6438,'jamaica cancer society','jamaica-cancer-society',0),(6439,'guardian group','guardian-group',0),(6440,'lana del rey','lana-del-rey',0),(6441,'lana del','lana-del',0),(6442,'del rey','del-rey',0),(6443,'mass shootings','mass-shootings',0),(6444,'lana','lana',0),(6445,'exits','exits',0),(6446,'shootings','shootings',0),(6447,'del','del',0),(6448,'rey','rey',0),(6449,'checks','checks',0),(6450,'mass','mass',0),(6451,'violence','violence',0),(6452,'new orleans louisiana','new-orleans-louisiana',0),(6453,'orleans louisiana','orleans-louisiana',0),(6454,'march 22','march-22',0),(6455,'new orleans','new-orleans',0),(6456,'22','22',0),(6457,'orleans','orleans',0),(6458,'louisiana','louisiana',0),(6459,'march','march',0),(6460,'lana del rey','lana-del-rey',0),(6461,'mass shooting','mass-shooting',0),(6462,'big parade','big-parade',0),(6463,'large gatherings','large-gatherings',0),(6464,'movie theatre','movie-theatre',0),(6465,'theatre','theatre',0),(6466,'kanye west','kanye-west',0),(6467,'Gospel albu','gospel-albu',0),(6468,'Gospel Album','gospel-album',0),(6469,'fighting games','fighting-games',0),(6470,'competitive','competitive',0),(6471,'andrew johnson','andrew-johnson',0),(6472,'continue','continue',0),(6473,'starbucks','starbucks',0),(6474,'andrew johnson','andrew-johnson',0),(6475,'customer','customer',0),(6476,'fighting games','fighting-games',0),(6477,'competitive gaming','competitive-gaming',0),(6478,'gaming','gaming',0),(6479,'believes','believes',0),(6480,'build','build',0),(6481,'living with hiv','living-with-hiv',0),(6482,'support groups','support-groups',0),(6483,'people living','people-living',0),(6484,'hiv/aids','hiv-aids',0),(6485,'working','working',0),(6486,'hiv','hiv',0),(6487,'encouraged','encouraged',0),(6488,'coordinator','coordinator',0),(6489,'dignity','dignity',0),(6490,'leaders','leaders',0),(6491,'influence','influence',0),(6492,'partnering with the jamaica council','partnering-with-the-jamaica-council',0),(6493,'council of churches to roll','council-of-churches-to-roll',0),(6494,'roll out an anti-stigma programme','roll-out-an-anti-stigma-programme',0),(6495,'jamaica council of churches','jamaica-council-of-churches',0),(6496,'currently partnering with the jamaica','currently-partnering-with-the-jamaica',0),(6497,'partnering with the jamaica','partnering-with-the-jamaica',0),(6498,'roll out an anti-stigma','roll-out-an-anti-stigma',0),(6499,'council of churches','council-of-churches',0),(6500,'churches to roll','churches-to-roll',0),(6501,'jamaica council','jamaica-council',0),(6502,'anti-stigma programme','anti-stigma-programme',0),(6503,'currently partnering','currently-partnering',0),(6504,'ainsley reid','ainsley-reid',0),(6505,'starbucks jamaica','starbucks-jamaica',0),(6506,'coffee','coffee',0),(6507,'planning board ainsley reid','planning-board-ainsley-reid',0),(6508,'planning board ainsley','planning-board-ainsley',0),(6509,'board ainsley reid','board-ainsley-reid',0),(6510,'national family','national-family',0),(6511,'planning board','planning-board',0),(6512,'board ainsley','board-ainsley',0),(6513,'location','location',0),(6514,'Ainsley Reid','ainsley-reid',0),(6515,'National Family Planning Board','national-family-planning-board',0),(6516,'HIV','hiv',0),(6517,'AIDS','aids',0),(6518,'football fraternity','football-fraternity',0),(6519,'anti-stigma','anti-stigma',0),(6520,'social development commission','social-development-commission',0),(6521,'beachfront','beachfront',0),(6522,'second beachfront','second-beachfront',0),(6523,'surprise in the bag','surprise-in-the-bag',0),(6524,'surprise','surprise',0),(6525,'darien henry','darien-henry',0),(6526,'principal darien henry','principal-darien-henry',0),(6527,'principal darien','principal-darien',0),(6528,'new location','new-location',0),(6529,'kourtney kardashian','kourtney-kardashian',0),(6530,'parenting tips','parenting-tips',0),(6531,'bible stories','bible-stories',0),(6532,'faith','faith',0),(6533,'tips','tips',0),(6534,'pastors','pastors',0),(6535,'chad','chad',0),(6536,'julia','julia',0),(6537,'bible','bible',0),(6538,'kourtney','kourtney',0),(6539,'parenting','parenting',0),(6540,'stories','stories',0),(6541,'chad and julia','chad-and-julia',0),(6542,'great parents','great-parents',0),(6543,'invest in kids','invest-in-kids',0),(6544,'learn faith','learn-faith',0),(6545,'learn','learn',0),(6546,'chad and julia veach','chad-and-julia-veach',0),(6547,'julia veach','julia-veach',0),(6548,'veach','veach',0),(6549,'pacific coast','pacific-coast',0),(6550,'penelope','penelope',0),(6551,'aware','aware',0),(6552,'publication','publication',0),(6553,'images','images',0),(6554,'Kourtney Kardashian','kourtney-kardashian',0),(6555,'chad veach','chad-veach',0),(6556,'parenting tips','parenting-tips',0),(6557,'located in ocho rios\'s island','located-in-ocho-rioss-island',0),(6558,'ocho rios\'s island village','ocho-rioss-island-village',0),(6559,'starbucks located in ocho','starbucks-located-in-ocho',0),(6560,'ocho rios\'s island','ocho-rioss-island',0),(6561,'rios\'s island village','rioss-island-village',0),(6562,'located in ocho','located-in-ocho',0),(6563,'second beachfront store','second-beachfront-store',0),(6564,'starbucks located','starbucks-located',0),(6565,'rios\'s island','rioss-island',0),(6566,'beachfront store','beachfront-store',0),(6567,'caribbean coffee baristas adam stewart','caribbean-coffee-baristas-adam-stewart',0),(6568,'caribbean coffee baristas adam','caribbean-coffee-baristas-adam',0),(6569,'coffee baristas adam stewart','coffee-baristas-adam-stewart',0),(6570,'caribbean coffee baristas','caribbean-coffee-baristas',0),(6571,'coffee baristas adam','coffee-baristas-adam',0),(6572,'baristas adam stewart','baristas-adam-stewart',0),(6573,'caribbean coffee','caribbean-coffee',0),(6574,'coffee baristas','coffee-baristas',0),(6575,'baristas adam','baristas-adam',0),(6576,'adam stewart','adam-stewart',0),(6577,'superb location right next','superb-location-right-next',0),(6578,'right next to the cruise','right-next-to-the-cruise',0),(6579,'next to the cruise ship','next-to-the-cruise-ship',0),(6580,'superb location right','superb-location-right',0),(6581,'cruise ship pier','cruise-ship-pier',0),(6582,'location right next','location-right-next',0),(6583,'next to the cruise','next-to-the-cruise',0),(6584,'superb location','superb-location',0),(6585,'location right','location-right',0),(6586,'cruise ship','cruise-ship',0),(6587,'ship pier','ship-pier',0),(6588,'right next','right-next',0),(6589,'obnoxious','obnoxious',0),(6590,'discuss','discuss',0),(6591,'emotions','emotions',0),(6592,'starbucks jamaica in ocho','starbucks-jamaica-in-ocho',0),(6593,'jamaica in ocho','jamaica-in-ocho',0),(6594,'starbucks coffee','starbucks-coffee',0),(6595,'starbucks coffee in ocho','starbucks-coffee-in-ocho',0),(6596,'coffee in ocho','coffee-in-ocho',0),(6597,'coworker','coworker',0),(6598,'work culture','work-culture',0),(6599,'anger','anger',0),(6600,'human resources','human-resources',0),(6601,'cumberland\'s manning cup team','cumberlands-manning-cup-team',0),(6602,'cumberland\'s manning cup','cumberlands-manning-cup',0),(6603,'manning cup team','manning-cup-team',0),(6604,'cumberland\'s manning','cumberlands-manning',0),(6605,'cup team','cup-team',0),(6606,'starbucks coffee in ocho rios','starbucks-coffee-in-ocho-rios',0),(6607,'coffee in ocho rios','coffee-in-ocho-rios',0),(6608,'starbucks coffee in island','starbucks-coffee-in-island',0),(6609,'coffee in island','coffee-in-island',0),(6610,'starbucks coffee in island village','starbucks-coffee-in-island-village',0),(6611,'coffee in island village','coffee-in-island-village',0),(6612,'coffee in island village ocho','coffee-in-island-village-ocho',0),(6613,'island village ocho rios','island-village-ocho-rios',0),(6614,'island village ocho','island-village-ocho',0),(6615,'village ocho rios','village-ocho-rios',0),(6616,'Starbucks Coffee','starbucks-coffee',0),(6617,'Starbucks Coffee Ocho Rios','starbucks-coffee-ocho-rios',0),(6618,'coach kemar brown','coach-kemar-brown',0),(6619,'coach kemar','coach-kemar',0),(6620,'kemar brown','kemar-brown',0),(6621,'cumberland high school','cumberland-high-school',0),(6622,'principal henry','principal-henry',0),(6623,'cumberland high school','cumberland-high-school',0),(6624,'darien henry','darien-henry',0),(6625,'kemar brown','kemar-brown',0),(6626,'constant spring road','constant-spring-road',0),(6627,'hagley park road','hagley-park-road',0),(6628,'traffic signals','traffic-signals',0),(6629,'constant spring','constant-spring',0),(6630,'spring road','spring-road',0),(6631,'hagley park','hagley-park',0),(6632,'park road','park-road',0),(6633,'park','park',0),(6634,'corridors','corridors',0),(6635,'signals','signals',0),(6636,'constant','constant',0),(6637,'hagley','hagley',0),(6638,'photo dave reid','photo-dave-reid',0),(6639,'photo dave','photo-dave',0),(6640,'dave reid','dave-reid',0),(6641,'photo dave reid jis','photo-dave-reid-jis',0),(6642,'dave reid jis','dave-reid-jis',0),(6643,'reid jis','reid-jis',0),(6644,'marcus garvey','marcus-garvey',0),(6645,'marcus garvey drive','marcus-garvey-drive',0),(6646,'garvey drive','garvey-drive',0),(6647,'kingston and st','kingston-and-st',0),(6648,'Communication and Customer Services Manager Stephen Shaw','communication-and-customer-services-manager-stephen-shaw',0),(6649,'Hagley Park Road','hagley-park-road',0),(6650,'Constant Spring Road','constant-spring-road',0),(6651,'Three Miles','three-miles',0),(6652,'Barbican Road','barbican-road',0),(6653,'Camp Road','camp-road',0),(6654,'Nelson Mandela Highway','nelson-mandela-highway',0),(6655,'oil and gas','oil-and-gas',0),(6656,'new qatar','new-qatar',0),(6657,'guyana','guyana',0),(6658,'oilnow','oilnow',0),(6659,'oil','oil',0),(6660,'piet','piet',0),(6661,'qatar','qatar',0),(6662,'ami','ami',0),(6663,'guyanese','guyanese',0),(6664,'imminent','imminent',0),(6665,'production','production',0),(6666,'exxonmobil','exxonmobil',0),(6667,'article','article',0),(6668,'online-based information and resource centre','online-based-information-and-resource-centre',0),(6669,'online-based information and resource','online-based-information-and-resource',0),(6670,'information and resource centre','information-and-resource-centre',0),(6671,'information and resource','information-and-resource',0),(6672,'online-based information','online-based-information',0),(6673,'resource centre','resource-centre',0),(6674,'Georgetown','georgetown',0),(6675,'new Qatar','new-qatar',0),(6676,'oil reserves','oil-reserves',0),(6677,'Oil Now','oil-now',0),(6678,'poised for growth','poised-for-growth',0),(6679,'growth projections','growth-projections',0),(6680,'buju banton','buju-banton',0),(6681,'photo t-shirt','photo-t-shirt',0),(6682,'buju','buju',0),(6683,'banton','banton',0),(6684,'t-shirt','t-shirt',0),(6685,'supreme','supreme',0),(6686,'tee','tee',0),(6687,'shirt','shirt',0),(6688,'turks','turks',0),(6689,'caicos','caicos',0),(6690,'spotted','spotted',0),(6691,'wearing','wearing',0),(6692,'tees','tees',0),(6693,'white','white',0),(6694,'canadian rapper','canadian-rapper',0),(6695,'canadian rapper drake','canadian-rapper-drake',0),(6696,'rapper drake','rapper-drake',0),(6697,'turks and caicos','turks-and-caicos',0),(6698,'shenseea','shenseea',0),(6699,'photo contributed','photo-contributed',0),(6700,'contributed','contributed',0),(6701,'photo tee','photo-tee',0),(6702,'Turks &amp; Caicos Islands','turks-caicos-islands',0),(6703,'Supre','supre',0),(6704,'Supreme','supreme',0),(6705,'photo tees','photo-tees',0),(6706,'Buju Banton T-shirt','buju-banton-t-shirt',0),(6707,'lone face','lone-face',0),(6708,'al','al',0),(6709,'rising','rising',0),(6710,'single','single',0),(6711,'lone','lone',0),(6712,'youtube','youtube',0),(6713,'al johnson','al-johnson',0),(6714,'stage name al','stage-name-al',0),(6715,'stage name','stage-name',0),(6716,'name al','name-al',0),(6717,'alt=\'al johnson','altal-johnson',0),(6718,'img','img',0),(6719,'alt=\'al','altal',0),(6720,'digicel rising stars','digicel-rising-stars',0),(6721,'digicel rising','digicel-rising',0),(6722,'rising stars','rising-stars',0),(6723,'Al Third','al-third',0),(6724,'One Third','one-third',0),(6725,'Digicel Rising Stars','digicel-rising-stars',0),(6726,'send-off','send-off',0),(6727,'dr constant lonkeng','dr-constant-lonkeng',0),(6728,'dr constant','dr-constant',0),(6729,'hosted','hosted',0),(6730,'International Monetary Fund','international-monetary-fund',0),(6731,'economist','economist',0),(6732,'IMF Representative','imf-representative',0),(6733,'category 4','category-4',0),(6734,'grand bahama','grand-bahama',0),(6735,'bahamas','bahamas',0),(6736,'grand','grand',0),(6737,'bahama','bahama',0),(6738,'northwestern','northwestern',0),(6739,'heavy','heavy',0),(6740,'miles','miles',0),(6741,'carolina','carolina',0),(6742,'category 4 hurricane','category-4-hurricane',0),(6743,'4 hurricane','4-hurricane',0),(6744,'rains flash floods and steady','rains-flash-floods-and-steady',0),(6745,'flash floods and steady winds','flash-floods-and-steady-winds',0),(6746,'heavy rains flash floods','heavy-rains-flash-floods',0),(6747,'ranging from 130 to 156','ranging-from-130-to-156',0),(6748,'expected to slam the islands','expected-to-slam-the-islands',0),(6749,'flash floods and steady','flash-floods-and-steady',0),(6750,'floods and steady winds','floods-and-steady-winds',0),(6751,'130 to 156 miles','130-to-156-miles',0),(6752,'heavy rains flash','heavy-rains-flash',0),(6753,'rains flash floods','rains-flash-floods',0),(6754,'floods and steady','floods-and-steady',0),(6755,'ranging from 130','ranging-from-130',0),(6756,'130 to 156','130-to-156',0),(6757,'expected to slam','expected-to-slam',0),(6758,'slam the islands','slam-the-islands',0),(6759,'rains flash','rains-flash',0),(6760,'national hurricane center','national-hurricane-center',0),(6761,'bahamas','bahamas',0),(6762,'north carolina','north-carolina',0),(6763,'south carolina','south-carolina',0),(6764,'kelly','kelly',0),(6765,'spouse','spouse',0),(6766,'balance','balance',0),(6767,'slip','slip',0),(6768,'depression','depression',0),(6769,'Kelly clarkson','kelly-clarkson',0),(6770,'steadily paying attention to time','steadily-paying-attention-to-time',0),(6771,'paying attention to time management','paying-attention-to-time-management',0),(6772,'paying attention to time','paying-attention-to-time',0),(6773,'attention to time management','attention-to-time-management',0),(6774,'steadily paying attention','steadily-paying-attention',0),(6775,'suffer from depression','suffer-from-depression',0),(6776,'attention to time','attention-to-time',0),(6777,'steadily paying','steadily-paying',0),(6778,'paying attention','paying-attention',0),(6779,'time management','time-management',0),(6780,'easily slip','easily-slip',0),(6781,'suffer','suffer',0),(6782,'steadily','steadily',0),(6783,'kelly clarkson','kelly-clarkson',0),(6784,'clarkson','clarkson',0),(6785,'rastafari rootzfest','rastafari-rootzfest',0),(6786,'ganjamaica cup','ganjamaica-cup',0),(6787,'rootzfest','rootzfest',0),(6788,'rastafari','rastafari',0),(6789,'frenzy','frenzy',0),(6790,'headline','headline',0),(6791,'seminars','seminars',0),(6792,'ganjamaica','ganjamaica',0),(6793,'rootzfest','rootzfest',0),(6794,'Ganjamaica Cup','ganjamaica-cup',0),(6795,'Ganja Cup','ganja-cup',0),(6796,'beach yoga','beach-yoga',0),(6797,'jamaican reggae','jamaican-reggae',0),(6798,'family life','family-life',0),(6799,'shape of you','shape-of-you',0),(6800,'nicki minaj','nicki-minaj',0),(6801,'bmi awards','bmi-awards',0),(6802,'u feel','u-feel',0),(6803,'nicki','nicki',0),(6804,'minaj','minaj',0),(6805,'bmi','bmi',0),(6806,'BMI awards','bmi-awards',0),(6807,'Queen of Rap','queen-of-rap',0),(6808,'migos','migos',0),(6809,'big sean','big-sean',0),(6810,'43 bmi','43-bmi',0),(6811,'43','43',0),(6812,'43 bmi awards','43-bmi-awards',0),(6813,'clifton boys home','clifton-boys-home',0),(6814,'boys home','boys-home',0),(6815,'clifton boys','clifton-boys',0),(6816,'rebuilding process','rebuilding-process',0),(6817,'boys','boys',0),(6818,'rebuilding','rebuilding',0),(6819,'clifton','clifton',0),(6820,'dennis','dennis',0),(6821,'reverend','reverend',0),(6822,'custos','custos',0),(6823,'clifton boys home','clifton-boys-home',0),(6824,'Dennis Shipping','dennis-shipping',0),(6825,'fire','fire',0),(6826,'clifton boys home in darliston','clifton-boys-home-in-darliston',0),(6827,'boys home in darliston westmoreland','boys-home-in-darliston-westmoreland',0),(6828,'boys home in darliston','boys-home-in-darliston',0),(6829,'home in darliston westmoreland','home-in-darliston-westmoreland',0),(6830,'home in darliston','home-in-darliston',0),(6831,'darliston westmoreland','darliston-westmoreland',0),(6832,'darliston','darliston',0),(6833,'western writer','western-writer',0),(6834,'western','western',0),(6835,'writer','writer',0),(6836,'gained access','gained-access',0),(6837,'account','account',0),(6838,'jack dorsey','jack-dorsey',0),(6839,'twitter ceo','twitter-ceo',0),(6840,'hackers','hackers',0),(6841,'twitter','twitter',0),(6842,'twitter ceo jack dorsey','twitter-ceo-jack-dorsey',0),(6843,'twitter ceo jack','twitter-ceo-jack',0),(6844,'ceo jack dorsey','ceo-jack-dorsey',0),(6845,'victim of hacking','victim-of-hacking',0),(6846,'twitter ceo','twitter-ceo',0),(6847,'ceo jack','ceo-jack',0),(6848,'jack dorsey','jack-dorsey',0),(6849,'dorsey','dorsey',0),(6850,'victim','victim',0),(6851,'hacking','hacking',0),(6852,'wedding dress','wedding-dress',0),(6853,'gown','gown',0),(6854,'ellie','ellie',0),(6855,'dress','dress',0),(6856,'chloé','chloe',0),(6857,'natacha','natacha',0),(6858,'640','640',0),(6859,'princess','princess',0),(6860,'york england','york-england',0),(6861,'august 31','august-31',0),(6862,'york minster','york-minster',0),(6863,'31','31',0),(6864,'england','england',0),(6865,'jopling','jopling',0),(6866,'minster','minster',0),(6867,'thrilled and excited to collaborate','thrilled-and-excited-to-collaborate',0),(6868,'excited to collaborate with natacha','excited-to-collaborate-with-natacha',0),(6869,'collaborate with natacha at chloé','collaborate-with-natacha-at-chloe',0),(6870,'chloé on my wedding dress','chloe-on-my-wedding-dress',0),(6871,'chloé on my wedding','chloe-on-my-wedding',0),(6872,'thrilled and excited','thrilled-and-excited',0),(6873,'excited to collaborate','excited-to-collaborate',0),(6874,'collaborate with natacha','collaborate-with-natacha',0),(6875,'natacha at chloé','natacha-at-chloe',0),(6876,'ellie goulding','ellie-goulding',0),(6877,'Ellie Goulding','ellie-goulding',0),(6878,'Caspar Jopling','caspar-jopling',0),(6879,'wedding dress','wedding-dress',0),(6880,'james blunt','james-blunt',0),(6881,'chloe wedding gown','chloe-wedding-gown',0),(6882,'drew barrymore wants','drew-barrymore-wants',0),(6883,'drew barrymore','drew-barrymore',0),(6884,'barrymore wants','barrymore-wants',0),(6885,'childhood','childhood',0),(6886,'drew','drew',0),(6887,'barrymore','barrymore',0),(6888,'daughters','daughters',0),(6889,'supportive','supportive',0),(6890,'drew barrymore','drew-barrymore',0),(6891,'50 first dates','50-first-dates',0),(6892,'dating pool with an open','dating-pool-with-an-open',0),(6893,'pool with an open heart','pool-with-an-open-heart',0),(6894,'join the dating pool','join-the-dating-pool',0),(6895,'pool with an open','pool-with-an-open',0),(6896,'wrong with standards','wrong-with-standards',0),(6897,'join the dating','join-the-dating',0),(6898,'successful women','successful-women',0),(6899,'successful woman','successful-woman',0),(6900,'career gal','career-gal',0),(6901,'dating pool','dating-pool',0),(6902,'open heart','open-heart',0),(6903,'open mind','open-mind',0),(6904,'successful','successful',0),(6905,'open','open',0),(6906,'truck drivers','truck-drivers',0),(6907,'truck','truck',0),(6908,'wage','wage',0),(6909,'uawu','uawu',0),(6910,'establishment','establishment',0),(6911,'nswma executive director audley gordon','nswma-executive-director-audley-gordon',0),(6912,'university and allied workers union','university-and-allied-workers-union',0),(6913,'national solid waste management','national-solid-waste-management',0),(6914,'nswma executive director audley','nswma-executive-director-audley',0),(6915,'executive director audley gordon','executive-director-audley-gordon',0),(6916,'august 28 at the knutsford','august-28-at-the-knutsford',0),(6917,'28 at the knutsford court','28-at-the-knutsford-court',0),(6918,'university and allied workers','university-and-allied-workers',0),(6919,'allied workers union','allied-workers-union',0),(6920,'senator lambert brown','senator-lambert-brown',0),(6921,'national solid waste','national-solid-waste',0),(6922,'solid waste management','solid-waste-management',0),(6923,'nswma executive director','nswma-executive-director',0),(6924,'executive director audley','executive-director-audley',0),(6925,'director audley gordon','director-audley-gordon',0),(6926,'knutsford court hotel','knutsford-court-hotel',0),(6927,'28 at the knutsford','28-at-the-knutsford',0),(6928,'university and allied','university-and-allied',0),(6929,'heads of agreement','heads-of-agreement',0),(6930,'allied workers','allied-workers',0),(6931,'workers union','workers-union',0),(6932,'senator lambert','senator-lambert',0),(6933,'lambert brown','lambert-brown',0),(6934,'national solid','national-solid',0),(6935,'solid waste','solid-waste',0),(6936,'union negotiations','union-negotiations',0),(6937,'truck drivers','truck-drivers',0),(6938,'public sector','public-sector',0),(6939,'lambert brown','lambert-brown',0),(6940,'solid waste','solid-waste',0),(6941,'school','school',0),(6942,'safety','safety',0),(6943,'nutrition','nutrition',0),(6944,'x fenty','x-fenty',0),(6945,'lingerie','lingerie',0),(6946,'savage','savage',0),(6947,'funding','funding',0),(6948,'investors','investors',0),(6949,'venture','venture',0),(6950,'savage x fenty','savage-x-fenty',0),(6951,'savage x','savage-x',0),(6952,'savage x fenty line','savage-x-fenty-line',0),(6953,'x fenty line','x-fenty-line',0),(6954,'fenty line','fenty-line',0),(6955,'source instagram @savagexfenty','source-instagram-savagexfenty',0),(6956,'source instagram','source-instagram',0),(6957,'instagram @savagexfenty','instagram-savagexfenty',0),(6958,'@savagexfenty','savagexfenty',0),(6959,'bad gal','bad-gal',0),(6960,'lingerie line','lingerie-line',0),(6961,'iana tickle garcia','iana-tickle-garcia',0),(6962,'crowned miss universe','crowned-miss-universe',0),(6963,'miss universe jamaica','miss-universe-jamaica',0),(6964,'toni ann laylor','toni-ann-laylor',0),(6965,'tickle garcia','tickle-garcia',0),(6966,'miss universe','miss-universe',0),(6967,'iana tickle','iana-tickle',0),(6968,'crowned miss','crowned-miss',0),(6969,'universe jamaica','universe-jamaica',0),(6970,'toni ann','toni-ann',0),(6971,'ann laylor','ann-laylor',0),(6972,'sasha henry','sasha-henry',0),(6973,'imani jenkins','imani-jenkins',0),(6974,'umeko chin','umeko-chin',0),(6975,'tickle','tickle',0),(6976,'garcia','garcia',0),(6977,'crowned miss universe jamaica','crowned-miss-universe-jamaica',0),(6978,'lvmh','lvmh',0),(6979,'iana','iana',0),(6980,'state','state',0),(6981,'agriculture','agriculture',0),(6982,'receiving','receiving',0),(6983,'bglc','bglc',0),(6984,'noting','noting',0),(6985,'supply','supply',0),(6986,'scholarship','scholarship',0),(6987,'greatest','greatest',0),(6988,'business plan','business-plan',0),(6989,'real wealth','real-wealth',0),(6990,'crafted','crafted',0),(6991,'industry commerce agriculture and fisheries','industry-commerce-agriculture-and-fisheries',0),(6992,'commerce agriculture and fisheries hon','commerce-agriculture-and-fisheries-hon',0),(6993,'commerce agriculture and fisheries','commerce-agriculture-and-fisheries',0),(6994,'agriculture and fisheries hon','agriculture-and-fisheries-hon',0),(6995,'industry commerce agriculture','industry-commerce-agriculture',0),(6996,'state in the ministry','state-in-the-ministry',0),(6997,'minister of state','minister-of-state',0),(6998,'agriculture and fisheries','agriculture-and-fisheries',0),(6999,'industry commerce','industry-commerce',0),(7000,'commerce agriculture','commerce-agriculture',0),(7001,'fisheries hon','fisheries-hon',0),(7002,'floyd green','floyd-green',0),(7003,'miss universe','miss-universe',0),(7004,'tickle garcia','tickle-garcia',0),(7005,'tono ann laylor','tono-ann-laylor',0),(7006,'toni ann laylor','toni-ann-laylor',0),(7007,'investing in our people','investing-in-our-people',0),(7008,'move jamaica','move-jamaica',0),(7009,'ministry of industry commerce agriculture','ministry-of-industry-commerce-agriculture',0),(7010,'ministry of industry commerce','ministry-of-industry-commerce',0),(7011,'ministry of industry','ministry-of-industry',0),(7012,'education fund meet and greet','education-fund-meet-and-greet',0),(7013,'commission\'s education fund meet','commissions-education-fund-meet',0),(7014,'fund meet and greet','fund-meet-and-greet',0),(7015,'lotteries commission bglc','lotteries-commission-bglc',0),(7016,'commission\'s education fund','commissions-education-fund',0),(7017,'education fund meet','education-fund-meet',0),(7018,'mona visitors lodge','mona-visitors-lodge',0),(7019,'entrepreneurship','entrepreneurship',0),(7020,'educatio','educatio',0),(7021,'tertiary education','tertiary-education',0),(7022,'Floyd Green','floyd-green',0),(7023,'BGLC','bglc',0),(7024,'miss universe jamaica 2019','miss-universe-jamaica-2019',0),(7025,'new miss universe jamaica','new-miss-universe-jamaica',0),(7026,'universe jamaica 2019','universe-jamaica-2019',0),(7027,'new miss universe','new-miss-universe',0),(7028,'place winner','place-winner',0),(7029,'jamaica 2019','jamaica-2019',0),(7030,'new miss','new-miss',0),(7031,'winner','winner',0),(7032,'ministry of education youth','ministry-of-education-youth',0),(7033,'drinks in schools','drinks-in-schools',0),(7034,'certain types of sugary','certain-types-of-sugary',0),(7035,'types of sugary','types-of-sugary',0),(7036,'nutrition policy','nutrition-policy',0),(7037,'certain types','certain-types',0),(7038,'nutrition','nutrition',0),(7039,'drinks','drinks',0),(7040,'certain types of sugary drinks','certain-types-of-sugary-drinks',0),(7041,'types of sugary drinks','types-of-sugary-drinks',0),(7042,'sugary drinks in schools','sugary-drinks-in-schools',0),(7043,'sugary drinks','sugary-drinks',0),(7044,'local products in the feeding','local-products-in-the-feeding',0),(7045,'products in the feeding programme','products-in-the-feeding-programme',0),(7046,'inclusion of local products','inclusion-of-local-products',0),(7047,'products in the feeding','products-in-the-feeding',0),(7048,'inclusion of local','inclusion-of-local',0),(7049,'local products','local-products',0),(7050,'currently being finalised for implementation','currently-being-finalised-for-implementation',0),(7051,'being finalised for implementation','being-finalised-for-implementation',0),(7052,'finalised for implementation','finalised-for-implementation',0),(7053,'education youth and information hon','education-youth-and-information-hon',0),(7054,'minister with responsibility for education','minister-with-responsibility-for-education',0),(7055,'responsibility for education youth','responsibility-for-education-youth',0),(7056,'youth and information hon','youth-and-information-hon',0),(7057,'minister with responsibility','minister-with-responsibility',0),(7058,'responsibility for education','responsibility-for-education',0),(7059,'toni','toni',0),(7060,'thursday august 29','thursday-august-29',0),(7061,'information hon','information-hon',0),(7062,'Nutrition Policy','nutrition-policy',0),(7063,'students','students',0),(7064,'hurricane dorian','hurricane-dorian',0),(7065,'life-threatening','life-threatening',0),(7066,'immediate shelter','immediate-shelter',0),(7067,'immediate','immediate',0),(7068,'shelter','shelter',0),(7069,'executive producer','executive-producer',0),(7070,'presidential','presidential',0),(7071,'1972','1972',0),(7072,'netflix','netflix',0),(7073,'hillary','hillary',0),(7074,'bus','bus',0),(7075,'follow','follow',0),(7076,'candidates','candidates',0),(7077,'chozick','chozick',0),(7078,'executive','executive',0),(7079,'elton earlington','elton-earlington',0),(7080,'gem myers','gem-myers',0),(7081,'myers','myers',0),(7082,'Hillary Clinton','hillary-clinton',0),(7083,'A','a',0),(7084,'Amy Chozik','amy-chozik',0),(7085,'Julie Plec','julie-plec',0),(7086,'Chasing Hillary','chasing-hillary',0),(7087,'see our gallery','see-our-gallery',0),(7088,'US Elections','us-elections',0),(7089,'crowned','crowned',0),(7090,'Iana Tickle Garcia','iana-tickle-garcia',0),(7091,'Miss Jamaica Universe','miss-jamaica-universe',0),(7092,'olivia &#039;babsy grange','olivia-babsy-grange',0),(7093,'olivia &#039;babsy&#039;grange','olivia-babsygrange',0),(7094,'olivia &#039;babsy&#039; grange','olivia-babsy-grange-2',0),(7095,'beauty queen','beauty-queen',0),(7096,'deputy prime minister','deputy-prime-minister',0),(7097,'jamaica labour party','jamaica-labour-party',0),(7098,'deputy prime','deputy-prime',0),(7099,'jamaica labour','jamaica-labour',0),(7100,'labour party','labour-party',0),(7101,'labour','labour',0),(7102,'kenneth','kenneth',0),(7103,'baugh','baugh',0),(7104,'former deputy','former-deputy',0),(7105,'former deputy prime','former-deputy-prime',0),(7106,'former deputy prime minister dr','former-deputy-prime-minister-dr',0),(7107,'former deputy prime minister','former-deputy-prime-minister',0),(7108,'deputy prime minister dr','deputy-prime-minister-dr',0),(7109,'prime minister dr','prime-minister-dr',0),(7110,'baugh died','baugh-died',0),(7111,'died','died',0),(7112,'sunday morning','sunday-morning',0),(7113,'Ken baugh','ken-baugh',0),(7114,'deputy prime minister','deputy-prime-minister',0),(7115,'jlp','jlp',0),(7116,'anthony spaulding sports complex','anthony-spaulding-sports-complex',0),(7117,'anthony spaulding sports','anthony-spaulding-sports',0),(7118,'spaulding sports complex','spaulding-sports-complex',0),(7119,'anthony spaulding','anthony-spaulding',0),(7120,'spaulding sports','spaulding-sports',0),(7121,'sports complex','sports-complex',0),(7122,'vs','vs',0),(7123,'match','match',0),(7124,'gardens','gardens',0),(7125,'anthony','anthony',0),(7126,'spaulding','spaulding',0),(7127,'complex','complex',0),(7128,'played','played',0),(7129,'newcomers','newcomers',0),(7130,'first african american','first-african-american',0),(7131,'african american','african-american',0),(7132,'first african','first-african',0),(7133,'archbishop','archbishop',0),(7134,'Red Stripe Premier League','red-stripe-premier-league',0),(7135,'Arnett Gardens','arnett-gardens',0),(7136,'humble lions','humble-lions',0),(7137,'portmore united','portmore-united',0),(7138,'uwi','uwi',0),(7139,'archbishop palmer','archbishop-palmer',0),(7140,'regional director','regional-director',0),(7141,'odette dyer','odette-dyer',0),(7142,'greeted','greeted',0),(7143,'odette','odette',0),(7144,'dyer','dyer',0),(7145,'3 2 4','3-2-4',0),(7146,'2 4','2-4',0),(7147,'definitions */','definitions',0),(7148,'3 2','3-2',0),(7149,'2 2','2-2',0),(7150,'/*','7150',0),(7151,'definitions','definitions-2',0),(7152,'jamaica tourist','jamaica-tourist',0),(7153,'tourist','tourist',0),(7154,'jamaica tourist board','jamaica-tourist-board',0),(7155,'tourist board','tourist-board',0),(7156,'archbishop mary','archbishop-mary',0),(7157,'mary','mary',0),(7158,'archbishop mary floyd palmer','archbishop-mary-floyd-palmer',0),(7159,'archbishop mary floyd','archbishop-mary-floyd',0),(7160,'mary floyd palmer','mary-floyd-palmer',0),(7161,'mary floyd','mary-floyd',0),(7162,'floyd palmer','floyd-palmer',0),(7163,'floyd','floyd',0),(7164,'jamaica tourist board jtb regional','jamaica-tourist-board-jtb-regional',0),(7165,'tourist board jtb regional director','tourist-board-jtb-regional-director',0),(7166,'jtb regional director of tourism','jtb-regional-director-of-tourism',0),(7167,'regional director of tourism odette','regional-director-of-tourism-odette',0),(7168,'director of tourism odette dyer','director-of-tourism-odette-dyer',0),(7169,'jamaica tourist board jtb','jamaica-tourist-board-jtb',0),(7170,'tourist board jtb regional','tourist-board-jtb-regional',0),(7171,'board jtb regional director','board-jtb-regional-director',0),(7172,'regional director of tourism','regional-director-of-tourism',0),(7173,'director of tourism odette','director-of-tourism-odette',0),(7174,'tourist board jtb','tourist-board-jtb',0),(7175,'board jtb regional','board-jtb-regional',0),(7176,'jtb regional director','jtb-regional-director',0),(7177,'tourism odette dyer','tourism-odette-dyer',0),(7178,'Archbishop Mary Floyd Palmer','archbishop-mary-floyd-palmer',0),(7179,'Jamaica Tourist Board','jamaica-tourist-board',0),(7180,'JTB','jtb',0),(7181,'dignity and integrity','dignity-and-integrity',0),(7182,'voice message','voice-message',0),(7183,'political life','political-life',0),(7184,'political divide','political-divide',0),(7185,'longstanding member','longstanding-member',0),(7186,'ken baugh','ken-baugh',0),(7187,'high esteem','high-esteem',0),(7188,'statesman','statesman',0),(7189,'ken','ken',0),(7190,'voice','voice',0),(7191,'10:05','1005',0),(7192,'jamaican black castor oil','jamaican-black-castor-oil',0),(7193,'black castor oil','black-castor-oil',0),(7194,'jamaican black castor','jamaican-black-castor',0),(7195,'castor oil','castor-oil',0),(7196,'black castor','black-castor',0),(7197,'jamaican black','jamaican-black',0),(7198,'castor','castor',0),(7199,'jampro','jampro',0),(7200,'west central st catherine','west-central-st-catherine',0),(7201,'west central st','west-central-st',0),(7202,'central st catherine','central-st-catherine',0),(7203,'west central','west-central',0),(7204,'central st','central-st',0),(7205,'respected','respected',0),(7206,'held','held',0),(7207,'esteem','esteem',0),(7208,'politics','politics',0),(7209,'sadly missed','sadly-missed',0),(7210,'truly a statesman','truly-a-statesman',0),(7211,'sadly','sadly',0),(7212,'Dr Ken Baugh','dr-ken-baugh',0),(7213,'health minister','health-minister',0),(7214,'castor oil','castor-oil',0),(7215,'black castor oil','black-castor-oil',0),(7216,'kenneth baugh','kenneth-baugh',0),(7217,'Jamaican black castor oil','jamaican-black-castor-oil',0),(7218,'JAMPRO','jampro',0),(7219,'Kingston city church of christ','kingston-city-church-of-christ',0),(7220,'abacos','abacos',0),(7221,'abacos islands','abacos-islands',0),(7222,'strongest','strongest',0),(7223,'dengue virus','dengue-virus',0),(7224,'aedes aegypti','aedes-aegypti',0),(7225,'dengue','dengue',0),(7226,'virus','virus',0),(7227,'aedes','aedes',0),(7228,'aegypti','aegypti',0),(7229,'facilities','facilities',0),(7230,'ongoing','ongoing',0),(7231,'wellness dr the hon','wellness-dr-the-hon',0),(7232,'dr the hon','dr-the-hon',0),(7233,'ministry\'s quarterly press briefing','ministrys-quarterly-press-briefing',0),(7234,'27 at the ministry\'s head','27-at-the-ministrys-head',0),(7235,'permanent secretary in the ministry','permanent-secretary-in-the-ministry',0),(7236,'secretary in the ministry dunston','secretary-in-the-ministry-dunston',0),(7237,'ministry\'s quarterly press','ministrys-quarterly-press',0),(7238,'ministry dunston bryan','ministry-dunston-bryan',0),(7239,'secretary in the ministry','secretary-in-the-ministry',0),(7240,'fogging','fogging',0),(7241,'Ministry of Health and Wellness','ministry-of-health-and-wellness',0),(7242,'aedes aegypti mosquitoes','aedes-aegypti-mosquitoes',0),(7243,'outside child','outside-child',0),(7244,'marriage','marriage',0),(7245,'ex','ex',0),(7246,'trust','trust',0),(7247,'reasons','reasons',0),(7248,'plans','plans',0),(7249,'exes','exes',0),(7250,'transparent','transparent',0),(7251,'affect','affect',0),(7252,'reason','reason',0),(7253,'outside','outside',0),(7254,'suspicions','suspicions',0),(7255,'trust','trust',0),(7256,'car','car',0),(7257,'kevin','kevin',0),(7258,'accident','accident',0),(7259,'hart','hart',0),(7260,'driver','driver',0),(7261,'vehicle','vehicle',0),(7262,'veered','veered',0),(7263,'tmz','tmz',0),(7264,'driving','driving',0),(7265,'runs','runs',0),(7266,'roach','roach',0),(7267,'tea','tea',0),(7268,'total','total',0),(7269,'agarwal','agarwal',0),(7270,'captain','captain',0),(7271,'west indies','west-indies',0),(7272,'india','india',0),(7273,'indies','indies',0),(7274,'kevin hart','kevin-hart',0),(7275,'2015','2015',0),(7276,'West Indies','west-indies',0),(7277,'test cricket','test-cricket',0),(7278,'Kevin Hart','kevin-hart',0),(7279,'crash','crash',0),(7280,'muscle car','muscle-car',0),(7281,'Plymouth Barracuda','plymouth-barracuda',0),(7282,'son to south africa','son-to-south-africa',0),(7283,'south africa','south-africa',0),(7284,'son to south','son-to-south',0),(7285,'first official tour','first-official-tour',0),(7286,'instagram post','instagram-post',0),(7287,'sussex royal','sussex-royal',0),(7288,'official tour','official-tour',0),(7289,'first official','first-official',0),(7290,'charities','charities',0),(7291,'meghan','meghan',0),(7292,'sussex','sussex',0),(7293,'son','son',0),(7294,'harry','harry',0),(7295,'post','post',0),(7296,'selected','selected',0),(7297,'wait to introduce my wife','wait-to-introduce-my-wife',0),(7298,'introduce my wife and son','introduce-my-wife-and-son',0),(7299,'wife and son to south','wife-and-son-to-south',0),(7300,'wait to introduce','wait-to-introduce',0),(7301,'introduce my wife','introduce-my-wife',0),(7302,'wife and son','wife-and-son',0),(7303,'wife','wife',0),(7304,'duchess of sussex','duchess-of-sussex',0),(7305,'archie harrison mountbatten-windsor','archie-harrison-mountbatten-windsor',0),(7306,'archie harrison','archie-harrison',0),(7307,'harrison mountbatten-windsor','harrison-mountbatten-windsor',0),(7308,'Royal Family','royal-family',0),(7309,'inmates','inmates',0),(7310,'incarcerated','incarcerated',0),(7311,'rehabilitation','rehabilitation',0),(7312,'Ninja Man','ninja-man',0),(7313,'ninja man','ninja-man',0),(7314,'ninja','ninja',0),(7315,'bars','bars',0),(7316,'business man','business-man',0),(7317,'younis','younis',0),(7318,'businessman','businessman',0),(7319,'videos','videos',0),(7320,'pouring','pouring',0),(7321,'abaco','abaco',0),(7322,'flooding','flooding',0),(7323,'Sameer Younis','sameer-younis',0),(7324,'chamber of commerce','chamber-of-commerce',0),(7325,'Jamaica Manufacturers Association','jamaica-manufacturers-association',0),(7326,'jamaica chamber of commerce','jamaica-chamber-of-commerce',0),(7327,'recovery','recovery',0),(7328,'the bahamas','the-bahamas',0),(7329,'Hubert Alexander Minnis','hubert-alexander-minnis',0),(7330,'jamaica manufacturers association','jamaica-manufacturers-association',0),(7331,'president of the jamaica','president-of-the-jamaica',0),(7332,'chamber of commerce','chamber-of-commerce',0),(7333,'jamaica manufacturers','jamaica-manufacturers',0),(7334,'manufacturers association','manufacturers-association',0),(7335,'leader','leader',0),(7336,'dedicated','dedicated',0),(7337,'served','served',0),(7338,'chamber','chamber',0),(7339,'commerce','commerce',0),(7340,'manufacturers','manufacturers',0),(7341,'nation','nation',0),(7342,'president of the jamaica chamber','president-of-the-jamaica-chamber',0),(7343,'jamaica chamber of commerce','jamaica-chamber-of-commerce',0),(7344,'jamaica chamber','jamaica-chamber',0),(7345,'values and respect for law','values-and-respect-for-law',0),(7346,'respect for law and order','respect-for-law-and-order',0),(7347,'advocate for positive values','advocate-for-positive-values',0),(7348,'positive values and respect','positive-values-and-respect',0),(7349,'leader in business','leader-in-business',0),(7350,'advocate for positive','advocate-for-positive',0),(7351,'values and respect','values-and-respect',0),(7352,'respect for law','respect-for-law',0),(7353,'law and order','law-and-order',0),(7354,'positive values','positive-values',0),(7355,'advocate','advocate',0),(7356,'dr peter','dr-peter',0),(7357,'sameer','sameer',0),(7358,'sameer younis','sameer-younis',0),(7359,'Sameer','sameer',0),(7360,'first innings','first-innings',0),(7361,'play','play',0),(7362,'innings','innings',0),(7363,'session','session',0),(7364,'victory','victory',0),(7365,'bowlers','bowlers',0),(7366,'test','test',0),(7367,'gallery','gallery',0),(7368,'humble lion','humble-lion',0),(7369,'humble','humble',0),(7370,'lion','lion',0),(7371,'arnett','arnett',0),(7372,'3-1','3-1',0),(7373,'defeated','defeated',0),(7374,'hosts','hosts',0),(7375,'2-1','2-1',0),(7376,'schaffe','schaffe',0),(7377,'richards','richards',0),(7378,'handed','handed',0),(7379,'cavalier','cavalier',0),(7380,'st james municipal corporation','st-james-municipal-corporation',0),(7381,'st james municipal','st-james-municipal',0),(7382,'james municipal corporation','james-municipal-corporation',0),(7383,'local government minister','local-government-minister',0),(7384,'municipal corporation','municipal-corporation',0),(7385,'james municipal','james-municipal',0),(7386,'needy students','needy-students',0),(7387,'parish council','parish-council',0),(7388,'local government','local-government',0),(7389,'government minister','government-minister',0),(7390,'minister mckenzie','minister-mckenzie',0),(7391,'municipal','municipal',0),(7392,'corporation','corporation',0),(7393,'assist','assist',0),(7394,'divisions','divisions',0),(7395,'book vouchers','book-vouchers',0),(7396,'mayor of montego','mayor-of-montego',0),(7397,'mayor of montego bay','mayor-of-montego-bay',0),(7398,'minister of local government','minister-of-local-government',0),(7399,'minister of local','minister-of-local',0),(7400,'davis','davis',0),(7401,'mckenzie','mckenzie',0),(7402,'level of support','level-of-support',0),(7403,'support for the people','support-for-the-people',0),(7404,'homer davis','homer-davis',0),(7405,'desmond mckenzie','desmond-mckenzie',0),(7406,'local government','local-government',0),(7407,'mayor','mayor',0),(7408,'mayor of montego bay homer','mayor-of-montego-bay-homer',0),(7409,'montego bay homer','montego-bay-homer',0),(7410,'bay homer','bay-homer',0),(7411,'montego bay homer davis','montego-bay-homer-davis',0),(7412,'bay homer davis','bay-homer-davis',0),(7413,'homer davis','homer-davis',0),(7414,'fetty wap','fetty-wap',0),(7415,'fetty','fetty',0),(7416,'valet','valet',0),(7417,'hotel','hotel',0),(7418,'wap','wap',0),(7419,'punching','punching',0),(7420,'fetty wap','fetty-wap',0),(7421,'american rapper','american-rapper',0),(7422,'trap queen','trap-queen',0),(7423,'arrest','arrest',0),(7424,'jail time','jail-time',0),(7425,'las vegas hotel','las-vegas-hotel',0),(7426,'chemical resistant gloves','chemical-resistant-gloves',0),(7427,'chemical resistant','chemical-resistant',0),(7428,'protective gear','protective-gear',0),(7429,'resistant gloves','resistant-gloves',0),(7430,'long pants','long-pants',0),(7431,'farmers','farmers',0),(7432,'gear','gear',0),(7433,'protective','protective',0),(7434,'chemical','chemical',0),(7435,'resistant','resistant',0),(7436,'gloves','gloves',0),(7437,'rada','rada',0),(7438,'overalls','overalls',0),(7439,'respirators','respirators',0),(7440,'cost','cost',0),(7441,'pants','pants',0),(7442,'new girl','new-girl',0),(7443,'sales employee','sales-employee',0),(7444,'rural agricultural development','rural-agricultural-development',0),(7445,'principal director','principal-director',0),(7446,'technical services','technical-services',0),(7447,'rural agricultural','rural-agricultural',0),(7448,'agricultural development','agricultural-development',0),(7449,'authority rada','authority-rada',0),(7450,'rada marina','rada-marina',0),(7451,'marina','marina',0),(7452,'principal director of technical services','principal-director-of-technical-services',0),(7453,'principal director of technical','principal-director-of-technical',0),(7454,'director of technical services','director-of-technical-services',0),(7455,'director of technical','director-of-technical',0),(7456,'farmers to wear','farmers-to-wear',0),(7457,'long-sleeved shirt long pants water','long-sleeved-shirt-long-pants-water',0),(7458,'shirt long pants water boots','shirt-long-pants-water-boots',0),(7459,'pants water boots and chemical','pants-water-boots-and-chemical',0),(7460,'water boots and chemical resistant','water-boots-and-chemical-resistant',0),(7461,'boots and chemical resistant gloves','boots-and-chemical-resistant-gloves',0),(7462,'long-sleeved shirt long pants','long-sleeved-shirt-long-pants',0),(7463,'shirt long pants water','shirt-long-pants-water',0),(7464,'long pants water boots','long-pants-water-boots',0),(7465,'water boots and chemical','water-boots-and-chemical',0),(7466,'boots and chemical resistant','boots-and-chemical-resistant',0),(7467,'pants water boots','pants-water-boots',0),(7468,'shirt long pants','shirt-long-pants',0),(7469,'long-sleeve shirt long pants water','long-sleeve-shirt-long-pants-water',0),(7470,'long-sleeve shirt long pants','long-sleeve-shirt-long-pants',0),(7471,'RADA','rada',0),(7472,'Jamaican farmers','jamaican-farmers',0),(7473,'pesticides','pesticides',0),(7474,'marina young','marina-young',0),(7475,'protective gear','protective-gear',0),(7476,'nesbeth','nesbeth',0),(7477,'brother','brother',0),(7478,'reggae singer nesbeth','reggae-singer-nesbeth',0),(7479,'reggae singer','reggae-singer',0),(7480,'singer nesbeth','singer-nesbeth',0),(7481,'august 25','august-25',0),(7482,'pains my heart deeply','pains-my-heart-deeply',0),(7483,'pains my heart','pains-my-heart',0),(7484,'heart deeply','heart-deeply',0),(7485,'pains','pains',0),(7486,'heart','heart',0),(7487,'nesbeth','nesbeth',0),(7488,'anthony Brown','anthony-brown',0),(7489,'north american tour','north-american-tour',0),(7490,'eve for life','eve-for-life',0),(7491,'romain virgo','romain-virgo',0),(7492,'romain','romain',0),(7493,'virgo','virgo',0),(7494,'proceeds','proceeds',0),(7495,'dutty','dutty',0),(7496,'eve','eve',0),(7497,'views','views',0),(7498,'reggae singer','reggae-singer',0),(7499,'eve for life','eve-for-life',0),(7500,'dutty man','dutty-man',0),(7501,'tashae silvera','tashae-silvera',0),(7502,'reggae sumfest','reggae-sumfest',0),(7503,'official music video','official-music-video',0),(7504,'official music','official-music',0),(7505,'official','official',0),(7506,'dutty man','dutty-man',0),(7507,'father thomas markle','father-thomas-markle',0),(7508,'relationship with her father','relationship-with-her-father',0),(7509,'father thomas','father-thomas',0),(7510,'thomas markle','thomas-markle',0),(7511,'thomas','thomas',0),(7512,'father','father',0),(7513,'archie','archie',0),(7514,'duchess','duchess',0),(7515,'markle','markle',0),(7516,'meet','meet',0),(7517,'active relationship with her father','active-relationship-with-her-father',0),(7518,'active relationship','active-relationship',0),(7519,'husband and her son','husband-and-her-son',0),(7520,'heartbreaking','heartbreaking',0),(7521,'protect','protect',0),(7522,'insider','insider',0),(7523,'duke of sussex','duke-of-sussex',0),(7524,'prince harry','prince-harry',0),(7525,'prince','prince',0),(7526,'duke','duke',0),(7527,'thomas markle','thomas-markle',0),(7528,'Suits','suits',0),(7529,'mortal kombat','mortal-kombat',0),(7530,'mortal','mortal',0),(7531,'kombat','kombat',0),(7532,'whyte','whyte',0),(7533,'jason whyte','jason-whyte',0),(7534,'Jason Whyte is a member of competitive gaming team','jason-whyte-is-a-member-of-competitive-gaming-team',0),(7535,'Jason Whyte','jason-whyte',0),(7536,'mortal kombat','mortal-kombat',0),(7537,'circle k','circle-k',0),(7538,'circle','circle',0),(7539,'outside of kingston','outside-of-kingston',0),(7540,'mahfood','mahfood',0),(7541,'brewed coffee','brewed-coffee',0),(7542,'shopping experience','shopping-experience',0),(7543,'kingston businessman','kingston-businessman',0),(7544,'customer service','customer-service',0),(7545,'store','store',0),(7546,'convenience','convenience',0),(7547,'outlet','outlet',0),(7548,'stores','stores',0),(7549,'full self-serve concept with convenience','full-self-serve-concept-with-convenience',0),(7550,'ready for a full self-serve','ready-for-a-full-self-serve',0),(7551,'convenience in its true definition','convenience-in-its-true-definition',0),(7552,'self-serve concept with convenience','self-serve-concept-with-convenience',0),(7553,'full self-serve concept','full-self-serve-concept',0),(7554,'ready for a full','ready-for-a-full',0),(7555,'convenience in its true','convenience-in-its-true',0),(7556,'saw that jamaica','saw-that-jamaica',0),(7557,'concept with convenience','concept-with-convenience',0),(7558,'full self-serve','full-self-serve',0),(7559,'self-serve concept','self-serve-concept',0),(7560,'true definition','true-definition',0),(7561,'jamaica and the caribbean','jamaica-and-the-caribbean',0),(7562,'free cup of freshly brewed','free-cup-of-freshly-brewed',0),(7563,'cup of freshly brewed coffee','cup-of-freshly-brewed-coffee',0),(7564,'jamaica constabulary force jcf','jamaica-constabulary-force-jcf',0),(7565,'free cup of freshly','free-cup-of-freshly',0),(7566,'cup of freshly brewed','cup-of-freshly-brewed',0),(7567,'jamaica constabulary force','jamaica-constabulary-force',0),(7568,'constabulary force jcf','constabulary-force-jcf',0),(7569,'freshly brewed coffee','freshly-brewed-coffee',0),(7570,'great customer service a clean','great-customer-service-a-clean',0),(7571,'shop and fully stocked shelves','shop-and-fully-stocked-shelves',0),(7572,'customer service a clean','customer-service-a-clean',0),(7573,'fourth lease for ocho rios','fourth-lease-for-ocho-rios',0),(7574,'first store outside of kingston','first-store-outside-of-kingston',0),(7575,'lease for ocho rios','lease-for-ocho-rios',0),(7576,'store outside of kingston','store-outside-of-kingston',0),(7577,'variety and the friendliest people','variety-and-the-friendliest-people',0),(7578,'friendliest people in jamaica','friendliest-people-in-jamaica',0),(7579,'digital media executive','digital-media-executive',0),(7580,'digital media','digital-media',0),(7581,'ramble media group','ramble-media-group',0),(7582,'social media channels','social-media-channels',0),(7583,'assist in the planning','assist-in-the-planning',0),(7584,'assist with the creation','assist-with-the-creation',0),(7585,'media executive','media-executive',0),(7586,'ramble media','ramble-media',0),(7587,'media group','media-group',0),(7588,'media channels','media-channels',0),(7589,'company\'s digital','companys-digital',0),(7590,'company\'s online','companys-online',0),(7591,'campaigns','campaigns',0),(7592,'planning','planning',0),(7593,'https://youtu.be/s36uecvfdi4','https-youtu-be-s36uecvfdi4',0),(7594,'ramble','ramble',0),(7595,'duties','duties',0),(7596,'20/50','20-50',0),(7597,'constabulary force','constabulary-force',0),(7598,'constabulary','constabulary',0),(7599,'security','security',0),(7600,'ability to work','ability-to-work',0),(7601,'broadcast engineer','broadcast-engineer',0),(7602,'on-air product','on-air-product',0),(7603,'transmitter sites','transmitter-sites',0),(7604,'fm radio','fm-radio',0),(7605,'satellite up-linking','satellite-up-linking',0),(7606,'radio','radio',0),(7607,'equipment','equipment',0),(7608,'systems','systems',0),(7609,'station','station',0),(7610,'maintenance','maintenance',0),(7611,'engineer','engineer',0),(7612,'broadcast','broadcast',0),(7613,'on-air','on-air',0),(7614,'achievements','achievements',0),(7615,'source of information','source-of-information',0),(7616,'high level','high-level',0),(7617,'ability','ability',0),(7618,'events','events',0),(7619,'position','position',0),(7620,'guest','guest',0),(7621,'fine','fine',0),(7622,'eniko','eniko',0),(7623,'surgery','surgery',0),(7624,'injuries','injuries',0),(7625,'malibu','malibu',0),(7626,'highway in malibu','highway-in-malibu',0),(7627,'eniko parrish','eniko-parrish',0),(7628,'parrish','parrish',0),(7629,'Eniko Parrish','eniko-parrish',0),(7630,'car crash','car-crash',0),(7631,'night school','night-school',0),(7632,'ride along','ride-along',0),(7633,'reeves','reeves',0),(7634,'keanu','keanu',0),(7635,'celebrating keanu','celebrating-keanu',0),(7636,'keanu reeves','keanu-reeves',0),(7637,'55th birthday','55th-birthday',0),(7638,'celebrating','celebrating',0),(7639,'55th','55th',0),(7640,'citizenship','citizenship',0),(7641,'photographer','photographer',0),(7642,'operating','operating',0),(7643,'knowledge','knowledge',0),(7644,'de são paulo','de-sao-paulo',0),(7645,'de são','de-sao',0),(7646,'são paulo','sao-paulo',0),(7647,'de','de',0),(7648,'são','sao',0),(7649,'assistant training and development manager','assistant-training-and-development-manager',0),(7650,'training and development manager','training-and-development-manager',0),(7651,'manager','manager',0),(7652,'assistant training and development','assistant-training-and-development',0),(7653,'training and development','training-and-development',0),(7654,'assistant training','assistant-training',0),(7655,'development manager','development-manager',0),(7656,'excellent','excellent',0),(7657,'assistant','assistant',0),(7658,'curriculum','curriculum',0),(7659,'instructional','instructional',0),(7660,'learning','learning',0),(7661,'achieved','achieved',0),(7662,'tourism product','tourism-product',0),(7663,'product','product',0),(7664,'tpdco','tpdco',0),(7665,'falmouth','falmouth',0),(7666,'paulo','paulo',0),(7667,'TPDCo','tpdco',0),(7668,'tourism in trelawny','tourism-in-trelawny',0),(7669,'office in falmouth','office-in-falmouth',0),(7670,'hollywood hills home','hollywood-hills-home',0),(7671,'modest hollywood','modest-hollywood',0),(7672,'hollywood hills','hollywood-hills',0),(7673,'hills home','hills-home',0),(7674,'modest','modest',0),(7675,'young keanu','young-keanu',0),(7676,'boyfriend','boyfriend',0),(7677,'matrix','matrix',0),(7678,'john wick','john-wick',0),(7679,'assassin','assassin',0),(7680,'john','john',0),(7681,'wick','wick',0),(7682,'internet\'s boyfriend','internets-boyfriend',0),(7683,'internet\'s boyfriend photo','internets-boyfriend-photo',0),(7684,'boyfriend photo','boyfriend-photo',0),(7685,'phrase taco tuesdays','phrase-taco-tuesdays',0),(7686,'taco tuesdays','taco-tuesdays',0),(7687,'phrase taco','phrase-taco',0),(7688,'tuesdays','tuesdays',0),(7689,'trademark','trademark',0),(7690,'taco','taco',0),(7691,'phrase','phrase',0),(7692,'tacos','tacos',0),(7693,'production equipment','production-equipment',0),(7694,'uploading of ramble media group','uploading-of-ramble-media-group',0),(7695,'operate video cameras on location','operate-video-cameras-on-location',0),(7696,'production of professional pre-recorded videos','production-of-professional-pre-recorded-videos',0),(7697,'professional pre-recorded videos and photographs','professional-pre-recorded-videos-and-photographs',0),(7698,'completes trouble and preventive maintenance','completes-trouble-and-preventive-maintenance',0),(7699,'video and audio production equipment','video-and-audio-production-equipment',0),(7700,'maintains equipment inventory and field','maintains-equipment-inventory-and-field',0),(7701,'preparing background film or b','preparing-background-film-or-b',0),(7702,'background film or b rolls','background-film-or-b-rolls',0),(7703,'film clip via editing raw','film-clip-via-editing-raw',0),(7704,'clip via editing raw footage','clip-via-editing-raw-footage',0),(7705,'production team to edit film','production-team-to-edit-film',0),(7706,'studio and/or field audio lighting','studio-and-or-field-audio-lighting',0),(7707,'professional audio and/or video tape','professional-audio-and-or-video-tape',0),(7708,'audio and/or video tape editing','audio-and-or-video-tape-editing',0),(7709,'video tape editing and post-production','video-tape-editing-and-post-production',0),(7710,'tape editing software and equipment','tape-editing-software-and-equipment',0),(7711,'ramble media group content','ramble-media-group-content',0),(7712,'performs miscellaneous job-related duties','performs-miscellaneous-job-related-duties',0),(7713,'BUZZ Birthday','buzz-birthday',0),(7714,'Canadian actor','canadian-actor',0),(7715,'phrase taco tuesday','phrase-taco-tuesday',0),(7716,'taco tuesday','taco-tuesday',0),(7717,'lebron','lebron',0),(7718,'lebron james','lebron-james',0),(7719,'james wants','james-wants',0),(7720,'james wants to trademark','james-wants-to-trademark',0),(7721,'wants to trademark','wants-to-trademark',0),(7722,'wants to trademark the phrase','wants-to-trademark-the-phrase',0),(7723,'trademark the phrase','trademark-the-phrase',0),(7724,'taco tuesday','taco-tuesday',0),(7725,'lebron james','lebron-james',0),(7726,'LA Lakers','la-lakers',0),(7727,'trademark','trademark',0),(7728,'social media platforms','social-media-platforms',0),(7729,'media platforms','media-platforms',0),(7730,'proven experience','proven-experience',0),(7731,'content','content',0),(7732,'intranet','intranet',0),(7733,'family time','family-time',0),(7734,'grounds','grounds',0),(7735,'Circle K','circle-k',0),(7736,'Joseph Mahfood','joseph-mahfood',0),(7737,'Jamaica &amp; Caribbean franchisee','jamaica-caribbean-franchisee',0),(7738,'South Parade','south-parade',0),(7739,'BUZZ exclusive','buzz-exclusive',0),(7740,'minnis','minnis',0),(7741,'rescue','rescue',0),(7742,'self-serve store','self-serve-store',0),(7743,'convenience stores','convenience-stores',0),(7744,'Circle K franchise','circle-k-franchise',0),(7745,'constant spring outlet','constant-spring-outlet',0),(7746,'photo dennis brown','photo-dennis-brown',0),(7747,'franchisee for circle k','franchisee-for-circle-k',0),(7748,'circle k in jamaica','circle-k-in-jamaica',0),(7749,'photo dennis','photo-dennis',0),(7750,'dennis brown','dennis-brown',0),(7751,'shopping at circle k','shopping-at-circle-k',0),(7752,'happy marriage','happy-marriage',0),(7753,'secret','secret',0),(7754,'ruth','ruth',0),(7755,'advice','advice',0),(7756,'alex','alex',0),(7757,'rodriguez','rodriguez',0),(7758,'secret to a happy','secret-to-a-happy',0),(7759,'alex rodriguez','alex-rodriguez',0),(7760,'brooklyn','brooklyn',0),(7761,'category 5','category-5',0),(7762,'alex rodriquez','alex-rodriquez',0),(7763,'On The Floor','on-the-floor',0),(7764,'secret about a happy marriage','secret-about-a-happy-marriage',0),(7765,'secret about a happy','secret-about-a-happy',0),(7766,'mostly wanted','mostly-wanted',0),(7767,'death','death',0),(7768,'reports of bodies','reports-of-bodies',0),(7769,'bodies','bodies',0),(7770,'flooded','flooded',0),(7771,'afp','afp',0),(7772,'henfield','henfield',0),(7773,'Hubert Minnis','hubert-minnis',0),(7774,'Abaco islands','abaco-islands',0),(7775,'world cup','world-cup',0),(7776,'reggae girlz','reggae-girlz',0),(7777,'girlz','girlz',0),(7778,'promised','promised',0),(7779,'paid','paid',0),(7780,'shaw','shaw',0),(7781,'sandals foundation','sandals-foundation',0),(7782,'sandals resorts','sandals-resorts',0),(7783,'monetary donations','monetary-donations',0),(7784,'resorts','resorts',0),(7785,'collection','collection',0),(7786,'centres','centres',0),(7787,'relief','relief',0),(7788,'in-kind','in-kind',0),(7789,'efforts','efforts',0),(7790,'bahamian','bahamian',0),(7791,'women\'s world','womens-world',0),(7792,'women\'s world cup','womens-world-cup',0),(7793,'fifa','fifa',0),(7794,'Reggae Girlz','reggae-girlz',0),(7795,'non-payment','non-payment',0),(7796,'Cedella Marley','cedella-marley',0),(7797,'Khadija &#039;Bunny&#039; Shaw','khadija-bunny-shaw',0),(7798,'josh terrells','josh-terrells',0),(7799,'josh','josh',0),(7800,'terrells','terrells',0),(7801,'shows damage to elbow cay','shows-damage-to-elbow-cay',0),(7802,'elbow cay in the abaco','elbow-cay-in-the-abaco',0),(7803,'cay in the abaco islands','cay-in-the-abaco-islands',0),(7804,'abaco islands of the bahamas','abaco-islands-of-the-bahamas',0),(7805,'shows damage to elbow','shows-damage-to-elbow',0),(7806,'damage to elbow cay','damage-to-elbow-cay',0),(7807,'bahamas from hurricane dorian','bahamas-from-hurricane-dorian',0),(7808,'cay in the abaco','cay-in-the-abaco',0),(7809,'islands of the bahamas','islands-of-the-bahamas',0),(7810,'damage to elbow','damage-to-elbow',0),(7811,'bahamas from hurricane','bahamas-from-hurricane',0),(7812,'shows damage','shows-damage',0),(7813,'elbow cay','elbow-cay',0),(7814,'abaco islands','abaco-islands',0),(7815,'sandals foundation','sandals-foundation',0),(7816,'sandals resorts international','sandals-resorts-international',0),(7817,'abaco','abaco',0),(7818,'grand bahama','grand-bahama',0),(7819,'condolences to his family','condolences-to-his-family',0),(7820,'gofundme account','gofundme-account',0),(7821,'twayne','twayne',0),(7822,'gofundme','gofundme',0),(7823,'brought','brought',0),(7824,'condolences','condolences',0),(7825,'being loaded onto trucks','being-loaded-onto-trucks',0),(7826,'loaded onto trucks','loaded-onto-trucks',0),(7827,'bahamas press','bahamas-press',0),(7828,'death toll','death-toll',0),(7829,'being loaded','being-loaded',0),(7830,'dead','dead',0),(7831,'loaded','loaded',0),(7832,'trucks','trucks',0),(7833,'paints','paints',0),(7834,'toll','toll',0),(7835,'crooks','crooks',0),(7836,'honest','honest',0),(7837,'university','university',0),(7838,'dedication and passion for track','dedication-and-passion-for-track',0),(7839,'remembered for his dedication','remembered-for-his-dedication',0),(7840,'beautiful soul rest','beautiful-soul-rest',0),(7841,'dedication and passion','dedication-and-passion',0),(7842,'passion for track','passion-for-track',0),(7843,'soul rest','soul-rest',0),(7844,'beautiful soul','beautiful-soul',0),(7845,'twayne crooks','twayne-crooks',0),(7846,'jamaican athlete','jamaican-athlete',0),(7847,'barber shop in calgary','barber-shop-in-calgary',0),(7848,'barber shop','barber-shop',0),(7849,'shop in calgary','shop-in-calgary',0),(7850,'ted','ted',0),(7851,'brothers kutz','brothers-kutz',0),(7852,'black men','black-men',0),(7853,'shop','shop',0),(7854,'barber','barber',0),(7855,'nationality','nationality',0),(7856,'rush','rush',0),(7857,'28','28',0),(7858,'kutz','kutz',0),(7859,'alberta','alberta',0),(7860,'catering','catering',0),(7861,'vere technical','vere-technical',0),(7862,'cancer','cancer',0),(7863,'gofundme','gofundme',0),(7864,'jamaican athlete twayne crooks','jamaican-athlete-twayne-crooks',0),(7865,'jamaican athlete twayne','jamaican-athlete-twayne',0),(7866,'athlete twayne crooks','athlete-twayne-crooks',0),(7867,'jamaican athlete','jamaican-athlete',0),(7868,'athlete twayne','athlete-twayne',0),(7869,'twayne crooks','twayne-crooks',0),(7870,'nmia airports','nmia-airports',0),(7871,'nmia','nmia',0),(7872,'airports','airports',0),(7873,'advised','advised',0),(7874,'number','number',0),(7875,'cancelled','cancelled',0),(7876,'Bahamas Press','bahamas-press',0),(7877,'Royal Bahamas Police Force','royal-bahamas-police-force',0),(7878,'Prime Minister Hubert Minnis','prime-minister-hubert-minnis',0),(7879,'winning an oscar','winning-an-oscar',0),(7880,'helen hunt','helen-hunt',0),(7881,'helen','helen',0),(7882,'hunt','hunt',0),(7883,'winning','winning',0),(7884,'change her life','change-her-life',0),(7885,'helen hunt','helen-hunt',0),(7886,'best actress','best-actress',0),(7887,'as good as it gets','as-good-as-it-gets',0),(7888,'true','true',0),(7889,'coke memorial methodist church','coke-memorial-methodist-church',0),(7890,'miss lou 100','miss-lou-100',0),(7891,'coke memorial methodist','coke-memorial-methodist',0),(7892,'memorial methodist church','memorial-methodist-church',0),(7893,'miss lou','miss-lou',0),(7894,'lou 100','lou-100',0),(7895,'louise bennett','louise-bennett',0),(7896,'coke memorial','coke-memorial',0),(7897,'memorial methodist','memorial-methodist',0),(7898,'methodist church','methodist-church',0),(7899,'lou','lou',0),(7900,'100','100',0),(7901,'louise','louise',0),(7902,'coke','coke',0),(7903,'memorial','memorial',0),(7904,'Miss Lou','miss-lou',0),(7905,'miss lou 100','miss-lou-100',0),(7906,'culture minister','culture-minister',0),(7907,'louise bennett coverley','louise-bennett-coverley',0),(7908,'bennett coverley','bennett-coverley',0),(7909,'norman manley international airport nmia','norman-manley-international-airport-nmia',0),(7910,'norman manley international airport','norman-manley-international-airport',0),(7911,'manley international airport nmia','manley-international-airport-nmia',0),(7912,'norman manley international','norman-manley-international',0),(7913,'manley international airport','manley-international-airport',0),(7914,'international airport nmia','international-airport-nmia',0),(7915,'manley international','manley-international',0),(7916,'airport nmia','airport-nmia',0),(7917,'flights','flights',0),(7918,'NMIA','nmia',0),(7919,'west indies lost','west-indies-lost',0),(7920,'series 2-0','series-2-0',0),(7921,'indies lost','indies-lost',0),(7922,'2-0','2-0',0),(7923,'lost','lost',0),(7924,'wickets','wickets',0),(7925,'path students','path-students',0),(7926,'mclean','mclean',0),(7927,'academic','academic',0),(7928,'smooth','smooth',0),(7929,'monitoring','monitoring',0),(7930,'Acting Permanent Secretary Dr. Grace McLean','acting-permanent-secretary-dr-grace-mclean',0),(7931,'2019-2020 academic year','2019-2020-academic-year',0),(7932,'acting permanent','acting-permanent',0),(7933,'acting','acting',0),(7934,'permanent','permanent',0),(7935,'acting permanent secretary','acting-permanent-secretary',0),(7936,'permanent secretary','permanent-secretary',0),(7937,'grace mclean','grace-mclean',0),(7938,'live stream','live-stream',0),(7939,'D-Angel','d-angel',0),(7940,'positive music','positive-music',0),(7941,'Instagram Live','instagram-live',0),(7942,'d\'angel photo','dangel-photo',0),(7943,'d\'angel photo contributed','dangel-photo-contributed',0),(7944,'numeracy and literacy','numeracy-and-literacy',0),(7945,'town all-age','town-all-age',0),(7946,'literacy and numeracy','literacy-and-numeracy',0),(7947,'town primary','town-primary',0),(7948,'teaching materials','teaching-materials',0),(7949,'teaching aids','teaching-aids',0),(7950,'park primary','park-primary',0),(7951,'teaching','teaching',0),(7952,'numeracy','numeracy',0),(7953,'literacy','literacy',0),(7954,'jamaica social investment fund jsif','jamaica-social-investment-fund-jsif',0),(7955,'jamaica social investment fund','jamaica-social-investment-fund',0),(7956,'social investment fund jsif','social-investment-fund-jsif',0),(7957,'numeracy and literacy specialist','numeracy-and-literacy-specialist',0),(7958,'jamaica social investment','jamaica-social-investment',0),(7959,'social investment fund','social-investment-fund',0),(7960,'investment fund jsif','investment-fund-jsif',0),(7961,'jsif omar sweeney','jsif-omar-sweeney',0),(7962,'17 learning institutions','17-learning-institutions',0),(7963,'managing director','managing-director',0),(7964,'jamaica social','jamaica-social',0),(7965,'social investment','social-investment',0),(7966,'steer town primary and infant','steer-town-primary-and-infant',0),(7967,'town primary and infant school','town-primary-and-infant-school',0),(7968,'primary and infant school nelesia','primary-and-infant-school-nelesia',0),(7969,'ann-based steer town primary','ann-based-steer-town-primary',0),(7970,'infant school nelesia mclean','infant-school-nelesia-mclean',0),(7971,'literacy specialist at the st','literacy-specialist-at-the-st',0),(7972,'town primary and infant','town-primary-and-infant',0),(7973,'bickersteth primary and infant school','bickersteth-primary-and-infant-school',0),(7974,'primary and infant school robert','primary-and-infant-school-robert',0),(7975,'infant school robert gordon','infant-school-robert-gordon',0),(7976,'bickersteth primary and infant','bickersteth-primary-and-infant',0),(7977,'photo yhomo hutchinson','photo-yhomo-hutchinson',0),(7978,'Jamaica Social Investment Fund','jamaica-social-investment-fund',0),(7979,'JSIF Managing Director Omar Sweeney','jsif-managing-director-omar-sweeney',0),(7980,'St. James','st-james-2',0),(7981,'numeracy in schools','numeracy-in-schools',0),(7982,'literacy in schools','literacy-in-schools',0),(7983,'school rehabilitation','school-rehabilitation',0),(7984,'training programme','training-programme',0),(7985,'World Bank','world-bank',0),(7986,'legal aid council','legal-aid-council',0),(7987,'mentally ill','mentally-ill',0),(7988,'legal aid','legal-aid',0),(7989,'aid council','aid-council',0),(7990,'mentally','mentally',0),(7991,'ill','ill',0),(7992,'council','council',0),(7993,'lac','lac',0),(7994,'faulkner','faulkner',0),(7995,'representation','representation',0),(7996,'custody','custody',0),(7997,'court','court',0),(7998,'hugh faulkner','hugh-faulkner',0),(7999,'hugh','hugh',0),(8000,'paid private psychiatrists','paid-private-psychiatrists',0),(8001,'cases concerning','cases-concerning',0),(8002,'paid private','paid-private',0),(8003,'private psychiatrists','private-psychiatrists',0),(8004,'legal aid council','legal-aid-council',0),(8005,'mentally ill','mentally-ill',0),(8006,'Hugh Faulkner','hugh-faulkner',0),(8007,'prison system','prison-system',0),(8008,'twickenham glades housing development','twickenham-glades-housing-development',0),(8009,'twickenham glades housing','twickenham-glades-housing',0),(8010,'glades housing development','glades-housing-development',0),(8011,'twickenham glades','twickenham-glades',0),(8012,'housing development','housing-development',0),(8013,'glades housing','glades-housing',0),(8014,'twickenham park','twickenham-park',0),(8015,'twickenham','twickenham',0),(8016,'housing','housing',0),(8017,'solutions','solutions',0),(8018,'glades','glades',0),(8019,'nht','nht',0),(8020,'developed','developed',0),(8021,'comprise','comprise',0),(8022,'tracy morgan','tracy-morgan',0),(8023,'tracy','tracy',0),(8024,'bugatti','bugatti',0),(8025,'bartender','bartender',0),(8026,'$2','2',0),(8027,'shift','shift',0),(8028,'kia sorento','kia-sorento',0),(8029,'motor company','motor-company',0),(8030,'reliability','reliability',0),(8031,'sorento','sorento',0),(8032,'motor','motor',0),(8033,'sleek','sleek',0),(8034,'sportage','sportage',0),(8035,'brands','brands',0),(8036,'caribbean culture','caribbean-culture',0),(8037,'ding','ding',0),(8038,'dong','dong',0),(8039,'certificate','certificate',0),(8040,'shift to watch his bugatti','shift-to-watch-his-bugatti',0),(8041,'shift to watch','shift-to-watch',0),(8042,'watch his bugatti','watch-his-bugatti',0),(8043,'restaurant\'s bartenders','restaurants-bartenders',0),(8044,'friend dined','friend-dined',0),(8045,'bartenders','bartenders',0),(8046,'friend','friend',0),(8047,'dined','dined',0),(8048,'mayberry','mayberry',0),(8049,'dancehall entertainer','dancehall-entertainer',0),(8050,'Bugatti','bugatti',0),(8051,'tracy morgan','tracy-morgan',0),(8052,'expensive cars','expensive-cars',0),(8053,'relief effort','relief-effort',0),(8054,'hotels','hotels',0),(8055,'sandals resorts international','sandals-resorts-international',0),(8056,'resorts international','resorts-international',0),(8057,'abaco and grand','abaco-and-grand',0),(8058,'abaco and grand bahama','abaco-and-grand-bahama',0),(8059,'Yvette Clarke','yvette-clarke',0),(8060,'disaster relief effort','disaster-relief-effort',0),(8061,'disaster relief','disaster-relief',0),(8062,'mayberry foundation','mayberry-foundation',0),(8063,'leading the disaster relief effort','leading-the-disaster-relief-effort',0),(8064,'leading the disaster relief','leading-the-disaster-relief',0),(8065,'leading the disaster','leading-the-disaster',0),(8066,'leading','leading',0),(8067,'Mayberry Foundation','mayberry-foundation',0),(8068,'Christopher Berry','christopher-berry',0),(8069,'dancehall entertainer ding dong','dancehall-entertainer-ding-dong',0),(8070,'dancehall entertainer ding','dancehall-entertainer-ding',0),(8071,'entertainer ding dong','entertainer-ding-dong',0),(8072,'entertainer ding','entertainer-ding',0),(8073,'sandals/atl group and karen zacca','sandals-atl-group-and-karen-zacca',0),(8074,'group and karen zacca project','group-and-karen-zacca-project',0),(8075,'adam stewart deputy chairman','adam-stewart-deputy-chairman',0),(8076,'karen zacca project manager','karen-zacca-project-manager',0),(8077,'deputy chairman of the sandals/atl','deputy-chairman-of-the-sandals-atl',0),(8078,'chairman of the sandals/atl group','chairman-of-the-sandals-atl-group',0),(8079,'project manager of the sandals','project-manager-of-the-sandals',0),(8080,'manager of the sandals foundation','manager-of-the-sandals-foundation',0),(8081,'sandals/atl group and karen','sandals-atl-group-and-karen',0),(8082,'group and karen zacca','group-and-karen-zacca',0),(8083,'adam stewart deputy','adam-stewart-deputy',0),(8084,'stewart deputy chairman','stewart-deputy-chairman',0),(8085,'karen zacca project','karen-zacca-project',0),(8086,'zacca project manager','zacca-project-manager',0),(8087,'chairman of the sandals/atl','chairman-of-the-sandals-atl',0),(8088,'manager of the sandals','manager-of-the-sandals',0),(8089,'group and karen','group-and-karen',0),(8090,'stewart deputy','stewart-deputy',0),(8091,'sandals/atl group','sandals-atl-group',0),(8092,'karen zacca','karen-zacca',0),(8093,'zacca project','zacca-project',0),(8094,'project manager','project-manager',0),(8095,'christopher berry','christopher-berry',0),(8096,'executive chairman of mayberry','executive-chairman-of-mayberry',0),(8097,'chairman of mayberry','chairman-of-mayberry',0),(8098,'national housing trust nht','national-housing-trust-nht',0),(8099,'prime minister the most hon','prime-minister-the-most-hon',0),(8100,'friday august 30','friday-august-30',0),(8101,'$1.46-billion twickenham glades','1-46-billion-twickenham-glades',0),(8102,'national housing trust','national-housing-trust',0),(8103,'housing trust nht','housing-trust-nht',0),(8104,'minister the most hon','minister-the-most-hon',0),(8105,'friday august','friday-august',0),(8106,'$1.46-billion twickenham','1-46-billion-twickenham',0),(8107,'national housing','national-housing',0),(8108,'housing trust','housing-trust',0),(8109,'trust nht','trust-nht',0),(8110,'owning a home','owning-a-home',0),(8111,'housing','housing',0),(8112,'development','development',0),(8113,'NHT','nht',0),(8114,'swish','swish',0),(8115,'sent','sent',0),(8116,'peace','peace',0),(8117,'badman vs nice guy','badman-vs-nice-guy',0),(8118,'vs nice guy','vs-nice-guy',0),(8119,'badman vs','badman-vs',0),(8120,'dancehall artiste','dancehall-artiste',0),(8121,'nice guy','nice-guy',0),(8122,'new project','new-project',0),(8123,'konshens','konshens',0),(8124,'badman','badman',0),(8125,'dancehall artiste konshens','dancehall-artiste-konshens',0),(8126,'artiste konshens','artiste-konshens',0),(8127,'badman vs nice guy','badman-vs-nice-guy',0),(8128,'Mario Bautista','mario-bautista',0),(8129,'travelling','travelling',0),(8130,'commercial','commercial',0),(8131,'unique circumstance','unique-circumstance',0),(8132,'unique','unique',0),(8133,'circumstance','circumstance',0),(8134,'Buzz feature','buzz-feature',0),(8135,'BNelson Mandela','bnelson-mandela',0),(8136,'nelson mandela','nelson-mandela',0),(8137,'private jets','private-jets',0),(8138,'archie','archie',0),(8139,'molynes','molynes',0),(8140,'th','th',0),(8141,'defending','defending',0),(8142,'3-0','3-0',0),(8143,'hodges','hodges',0),(8144,'scoring','scoring',0),(8145,'special education unit','special-education-unit',0),(8146,'teachers serving','teachers-serving',0),(8147,'education unit','education-unit',0),(8148,'special education','special-education',0),(8149,'trained','trained',0),(8150,'mandatory','mandatory',0),(8151,'serving','serving',0),(8152,'certified','certified',0),(8153,'unit','unit',0),(8154,'disabilities','disabilities',0),(8155,'trained in the area','trained-in-the-area',0),(8156,'wish to serve','wish-to-serve',0),(8157,'serve','serve',0),(8158,'addington','addington',0),(8159,'education officer','education-officer',0),(8160,'christina addington','christina-addington',0),(8161,'special needs','special-needs',0),(8162,'special education policy','special-education-policy',0),(8163,'Disabilities Act','disabilities-act',0),(8164,'teacher training','teacher-training',0),(8165,'jeep wrangler jl','jeep-wrangler-jl',0),(8166,'jeep wrangler','jeep-wrangler',0),(8167,'wrangler jl','wrangler-jl',0),(8168,'wrangler','wrangler',0),(8169,'jeep','jeep',0),(8170,'jl','jl',0),(8171,'kig','kig',0),(8172,'models','models',0),(8173,'mahadeo','mahadeo',0),(8174,'cowan','cowan',0),(8175,'beaches','beaches',0),(8176,'looks','looks',0),(8177,'category 2','category-2',0),(8178,'downgraded','downgraded',0),(8179,'major flooding and storm surges','major-flooding-and-storm-surges',0),(8180,'flooding and storm surges','flooding-and-storm-surges',0),(8181,'major flooding and storm','major-flooding-and-storm',0),(8182,'flooding and storm','flooding-and-storm',0),(8183,'storm surges','storm-surges',0),(8184,'major flooding','major-flooding',0),(8185,'surges','surges',0),(8186,'flooding','flooding',0),(8187,'storm surges','storm-surges',0),(8188,'blue banyan','blue-banyan',0),(8189,'skirt books','skirt-books',0),(8190,'banyan','banyan',0),(8191,'caribbean literature','caribbean-literature',0),(8192,'blouse skirt','blouse-skirt',0),(8193,'tanya batson-savage','tanya-batson-savage',0),(8194,'caribbean people','caribbean-people',0),(8195,'batson-savage','batson-savage',0),(8196,'read','read',0),(8197,'blouse','blouse',0),(8198,'skirt','skirt',0),(8199,'experiences','experiences',0),(8200,'publishing','publishing',0),(8201,'growing','growing',0),(8202,'blouse skirt books','blouse-skirt-books',0),(8203,'Blue Banyan Publishers','blue-banyan-publishers',0),(8204,'Blouse &amp; Skirt Books','blouse-skirt-books',0),(8205,'Tanya Batson-Savage','tanya-batson-savage',0),(8206,'publisher','publisher',0),(8207,'editor-in-chief','editor-in-chief',0),(8208,'Caribbean writers','caribbean-writers',0),(8209,'Caribbean experiences','caribbean-experiences',0),(8210,'Caribbean literature','caribbean-literature',0),(8211,'Trinidad','trinidad',0),(8212,'showcase and celebrate the caribbean','showcase-and-celebrate-the-caribbean',0),(8213,'celebrate the caribbean and culture','celebrate-the-caribbean-and-culture',0),(8214,'books that explore','books-that-explore',0),(8215,'showcase and celebrate','showcase-and-celebrate',0),(8216,'celebrate the caribbean','celebrate-the-caribbean',0),(8217,'caribbean and culture','caribbean-and-culture',0),(8218,'feel of the book right','feel-of-the-book-right',0),(8219,'right down to the experience','right-down-to-the-experience',0),(8220,'committed to the book being','committed-to-the-book-being',0),(8221,'quality from the look','quality-from-the-look',0),(8222,'feel of the book','feel-of-the-book',0),(8223,'committed to the book','committed-to-the-book',0),(8224,'rooted and the banyan tree','rooted-and-the-banyan-tree',0),(8225,'tree with aerial roots','tree-with-aerial-roots',0),(8226,'rooted and the banyan','rooted-and-the-banyan',0),(8227,'reaching for the sky','reaching-for-the-sky',0),(8228,'book of caribbean folktales growing','book-of-caribbean-folktales-growing',0),(8229,'folktales growing on those stories','folktales-growing-on-those-stories',0),(8230,'book of caribbean folktales','book-of-caribbean-folktales',0),(8231,'caribbean folktales growing','caribbean-folktales-growing',0),(8232,'reading and thinking community','reading-and-thinking-community',0),(8233,'surfer','surfer',0),(8234,'able to access','able-to-access',0),(8235,'people rooted and the banyan','people-rooted-and-the-banyan',0),(8236,'books that explore showcase','books-that-explore-showcase',0),(8237,'explore showcase and celebrate','explore-showcase-and-celebrate',0),(8238,'misconception that caribbean people','misconception-that-caribbean-people',0),(8239,'KIG','kig',0),(8240,'Jeep','jeep',0),(8241,'Jeep wrangler JL','jeep-wrangler-jl',0),(8242,'Matthew Mahadeo','matthew-mahadeo',0),(8243,'Brandon Cowan','brandon-cowan',0),(8244,'blue banyan publishing house','blue-banyan-publishing-house',0),(8245,'bolt','bolt',0),(8246,'usain bolt\'s olympe rosé rhythm','usain-bolts-olympe-rose-rhythm',0),(8247,'usain bolt\'s olympe rosé','usain-bolts-olympe-rose',0),(8248,'bolt\'s olympe rosé rhythm','bolts-olympe-rose-rhythm',0),(8249,'usain bolt\'s olympe','usain-bolts-olympe',0),(8250,'bolt\'s olympe rosé','bolts-olympe-rose',0),(8251,'bolt\'s olympe','bolts-olympe',0),(8252,'getting good reviews','getting-good-reviews',0),(8253,'good reviews','good-reviews',0),(8254,'next generation','next-generation',0),(8255,'generation','generation',0),(8256,'next generation jeep','next-generation-jeep',0),(8257,'generation jeep','generation-jeep',0),(8258,'next generation jeep wrangler','next-generation-jeep-wrangler',0),(8259,'generation jeep wrangler','generation-jeep-wrangler',0),(8260,'next generation jeep wrangler jl','next-generation-jeep-wrangler-jl',0),(8261,'generation jeep wrangler jl','generation-jeep-wrangler-jl',0),(8262,'kkw beauty','kkw-beauty',0),(8263,'collaboration','collaboration',0),(8264,'kkw','kkw',0),(8265,'winnie','winnie',0),(8266,'harlow','harlow',0),(8267,'condition','condition',0),(8268,'winnie harlow','winnie-harlow',0),(8269,'definition of a true beauty','definition-of-a-true-beauty',0),(8270,'definition of a true','definition-of-a-true',0),(8271,'true beauty','true-beauty',0),(8272,'definition','definition',0),(8273,'model winnie','model-winnie',0),(8274,'model winnie harlow','model-winnie-harlow',0),(8275,'kkw x winnie','kkw-x-winnie',0),(8276,'kkw x','kkw-x',0),(8277,'x winnie','x-winnie',0),(8278,'eyeshadow palette','eyeshadow-palette',0),(8279,'elephant man','elephant-man',0),(8280,'elephant','elephant',0),(8281,'bounty','bounty',0),(8282,'killer','killer',0),(8283,'billboard hot 100','billboard-hot-100',0),(8284,'billboard hot','billboard-hot',0),(8285,'hot 100','hot-100',0),(8286,'truth hurts','truth-hurts',0),(8287,'first number','first-number',0),(8288,'truth','truth',0),(8289,'hurts','hurts',0),(8290,'felt','felt',0),(8291,'bet awards','bet-awards',0),(8292,'bet awards show','bet-awards-show',0),(8293,'awards show','awards-show',0),(8294,'Billboard Hot 100','billboard-hot-100',0),(8295,'Daseca','daseca',0),(8296,'number 1 song in America','number-1-song-in-america',0),(8297,'Cuz I Love You','cuz-i-love-you',0),(8298,'makeup','makeup',0),(8299,'KKW Beauty','kkw-beauty',0),(8300,'beauty','beauty',0),(8301,'riu ocho rios','riu-ocho-rios',0),(8302,'riu ocho','riu-ocho',0),(8303,'riu','riu',0),(8304,'reopen','reopen',0),(8305,'renovation','renovation',0),(8306,'pop music','pop-music',0),(8307,'RIU Ocho Rios','riu-ocho-rios',0),(8308,'reopening','reopening',0),(8309,'hotel renovation','hotel-renovation',0),(8310,'September 2019','september-2019',0),(8311,'cannabis for medicinal','cannabis-for-medicinal',0),(8312,'regulated environment','regulated-environment',0),(8313,'cannabis licensing','cannabis-licensing',0),(8314,'authority cla','authority-cla',0),(8315,'accompong town','accompong-town',0),(8316,'now underway','now-underway',0),(8317,'accompong','accompong',0),(8318,'maroons','maroons',0),(8319,'medicinal','medicinal',0),(8320,'cultivation','cultivation',0),(8321,'regulated','regulated',0),(8322,'cla','cla',0),(8323,'underway','underway',0),(8324,'environment','environment',0),(8325,'global gap','global-gap',0),(8326,'photovoltaic plant','photovoltaic-plant',0),(8327,'administrative buildings','administrative-buildings',0),(8328,'agricultural','agricultural',0),(8329,'gap','gap',0),(8330,'certification','certification',0),(8331,'essex','essex',0),(8332,'valley','valley',0),(8333,'evadp','evadp',0),(8334,'spence','spence',0),(8335,'produce','produce',0),(8336,'food-safety standards','food-safety-standards',0),(8337,'Accompong Maroons','accompong-maroons',0),(8338,'Cannabis Licensing Authority','cannabis-licensing-authority',0),(8339,'Timeless Herbal Care','timeless-herbal-care',0),(8340,'marijuana cultivation','marijuana-cultivation',0),(8341,'chronicle','chronicle',0),(8342,'essex valley','essex-valley',0),(8343,'world and the national economy','world-and-the-national-economy',0),(8344,'norm that our farmers','norm-that-our-farmers',0),(8345,'world and the national','world-and-the-national',0),(8346,'farmers big medium','farmers-big-medium',0),(8347,'national economy','national-economy',0),(8348,'big medium','big-medium',0),(8349,'commerce agriculture and fisheries dermon','commerce-agriculture-and-fisheries-dermon',0),(8350,'agriculture and fisheries dermon spence','agriculture-and-fisheries-dermon-spence',0),(8351,'agriculture and fisheries dermon','agriculture-and-fisheries-dermon',0),(8352,'fisheries dermon spence','fisheries-dermon-spence',0),(8353,'dermon spence','dermon-spence',0),(8354,'journey in the music industry','journey-in-the-music-industry',0),(8355,'journey in the music','journey-in-the-music',0),(8356,'music industry','music-industry',0),(8357,'bugle wrote','bugle-wrote',0),(8358,'essex valley agriculture development project','essex-valley-agriculture-development-project',0),(8359,'valley agriculture development project evadp','valley-agriculture-development-project-evadp',0),(8360,'kingston on monday september 2','kingston-on-monday-september-2',0),(8361,'essex valley agriculture development','essex-valley-agriculture-development',0),(8362,'valley agriculture development project','valley-agriculture-development-project',0),(8363,'agriculture development project evadp','agriculture-development-project-evadp',0),(8364,'global gap consultancy meeting','global-gap-consultancy-meeting',0),(8365,'consultancy meeting at the courtleigh','consultancy-meeting-at-the-courtleigh',0),(8366,'meeting at the courtleigh hotel','meeting-at-the-courtleigh-hotel',0),(8367,'courtleigh hotel in new kingston','courtleigh-hotel-in-new-kingston',0),(8368,'new kingston on monday september','new-kingston-on-monday-september',0),(8369,'project manager essex valley agriculture','project-manager-essex-valley-agriculture',0),(8370,'manager essex valley agriculture development','manager-essex-valley-agriculture-development',0),(8371,'agriculture development project evadp troy','agriculture-development-project-evadp-troy',0),(8372,'development project evadp troy chambers','development-project-evadp-troy-chambers',0),(8373,'2000','2000',0),(8374,'Global Good Agricultural Practices (GAP)','global-good-agricultural-practices-gap',0),(8375,'life saviour','life-saviour',0),(8376,'saviour','saviour',0),(8377,'fire','fire',0),(8378,'vernamfield development','vernamfield-development',0),(8379,'vernamfield','vernamfield',0),(8380,'csa','csa',0),(8381,'aerotropolis','aerotropolis',0),(8382,'expertise','expertise',0),(8383,'utech','utech',0),(8384,'pretty much caribbean or jamaican','pretty-much-caribbean-or-jamaican',0),(8385,'pretty much caribbean','pretty-much-caribbean',0),(8386,'caribbean or jamaican','caribbean-or-jamaican',0),(8387,'enable','enable',0),(8388,'pretty','pretty',0),(8389,'vernamfield development lieutenant colonel oscar','vernamfield-development-lieutenant-colonel-oscar',0),(8390,'development lieutenant colonel oscar derby','development-lieutenant-colonel-oscar-derby',0),(8391,'vernamfield development lieutenant colonel','vernamfield-development-lieutenant-colonel',0),(8392,'development lieutenant colonel oscar','development-lieutenant-colonel-oscar',0),(8393,'lieutenant colonel oscar derby','lieutenant-colonel-oscar-derby',0),(8394,'project manager for the vernamfield','project-manager-for-the-vernamfield',0),(8395,'manager for the vernamfield development','manager-for-the-vernamfield-development',0),(8396,'vernamfield development lieutenant','vernamfield-development-lieutenant',0),(8397,'development lieutenant colonel','development-lieutenant-colonel',0),(8398,'lieutenant colonel oscar','lieutenant-colonel-oscar',0),(8399,'colonel oscar derby','colonel-oscar-derby',0),(8400,'manager for the vernamfield','manager-for-the-vernamfield',0),(8401,'development lieutenant','development-lieutenant',0),(8402,'lieutenant colonel','lieutenant-colonel',0),(8403,'colonel oscar','colonel-oscar',0),(8404,'oscar derby','oscar-derby',0),(8405,'project team','project-team',0),(8406,'see a whole career','see-a-whole-career',0),(8407,'see a whole','see-a-whole',0),(8408,'lieutenant colonel oscar derby project','lieutenant-colonel-oscar-derby-project',0),(8409,'colonel oscar derby project manager','colonel-oscar-derby-project-manager',0),(8410,'colonel oscar derby project','colonel-oscar-derby-project',0),(8411,'oscar derby project manager','oscar-derby-project-manager',0),(8412,'oscar derby project','oscar-derby-project',0),(8413,'derby project manager','derby-project-manager',0),(8414,'caribbean school of architecture csa','caribbean-school-of-architecture-csa',0),(8415,'lieutenant colonel oscar derby left','lieutenant-colonel-oscar-derby-left',0),(8416,'colonel oscar derby left listens','colonel-oscar-derby-left-listens',0),(8417,'caribbean school of architecture','caribbean-school-of-architecture',0),(8418,'school of architecture csa','school-of-architecture-csa',0),(8419,'visit by the core implementation','visit-by-the-core-implementation',0),(8420,'implementation team of the vernamfield','implementation-team-of-the-vernamfield',0),(8421,'Vernamfield Project','vernamfield-project',0),(8422,'architecture','architecture',0),(8423,'UTech','utech',0),(8424,'CSA','csa',0),(8425,'Aerotropolis Jamaica','aerotropolis-jamaica',0),(8426,'life saviour','life-saviour',0),(8427,'papa San','papa-san',0),(8428,'barbershop','barbershop',0),(8429,'proper','proper',0),(8430,'hair of his schoolmates','hair-of-his-schoolmates',0),(8431,'barbering','barbering',0),(8432,'barbers','barbers',0),(8433,'culinary','culinary',0),(8434,'studies','studies',0),(8435,'barbershop in calgary','barbershop-in-calgary',0),(8436,'cut','cut',0),(8437,'stewart','stewart',0),(8438,'northern','northern',0),(8439,'sandals resorts international adam stewart','sandals-resorts-international-adam-stewart',0),(8440,'deputy chairman of sandals resorts','deputy-chairman-of-sandals-resorts',0),(8441,'chairman of sandals resorts international','chairman-of-sandals-resorts-international',0),(8442,'sandals resorts international adam','sandals-resorts-international-adam',0),(8443,'resorts international adam stewart','resorts-international-adam-stewart',0),(8444,'tourism minister ed bartlett','tourism-minister-ed-bartlett',0),(8445,'deputy chairman of sandals','deputy-chairman-of-sandals',0),(8446,'chairman of sandals resorts','chairman-of-sandals-resorts',0),(8447,'resorts international adam','resorts-international-adam',0),(8448,'international adam stewart','international-adam-stewart',0),(8449,'tourism minister ed','tourism-minister-ed',0),(8450,'minister ed bartlett','minister-ed-bartlett',0),(8451,'tuesday sept 3','tuesday-sept-3',0),(8452,'jamaica\'s tourism ministry','jamaicas-tourism-ministry',0),(8453,'chairman of sandals','chairman-of-sandals',0),(8454,'international adam','international-adam',0),(8455,'tourism resilience and crisis management','tourism-resilience-and-crisis-management',0),(8456,'resilience and crisis management centre','resilience-and-crisis-management-centre',0),(8457,'tourism resilience and crisis','tourism-resilience-and-crisis',0),(8458,'resilience and crisis management','resilience-and-crisis-management',0),(8459,'crisis management centre','crisis-management-centre',0),(8460,'resilience and crisis','resilience-and-crisis',0),(8461,'bahamas tourism','bahamas-tourism',0),(8462,'tourism industry','tourism-industry',0),(8463,'tourism sector','tourism-sector',0),(8464,'tourism resilience','tourism-resilience',0),(8465,'crisis management','crisis-management',0),(8466,'management centre','management-centre',0),(8467,'global tourism','global-tourism',0),(8468,'relief','relief',0),(8469,'global tourism resilience and crisis','global-tourism-resilience-and-crisis',0),(8470,'global tourism resilience','global-tourism-resilience',0),(8471,'Global Tourism Resilience and Crisis Management Centre','global-tourism-resilience-and-crisis-management-centre',0),(8472,'mobilise','mobilise',0),(8473,'speaking at a press conference','speaking-at-a-press-conference',0),(8474,'speaking at a press','speaking-at-a-press',0),(8475,'Jamaicans in business','jamaicans-in-business',0),(8476,'Albert','albert',0),(8477,'Alberta','alberta',0),(8478,'Brothers Kutz','brothers-kutz',0),(8479,'Wayvon &#039;Ted&#039; Leslie','wayvon-ted-leslie',0),(8480,'flights out of south america','flights-out-of-south-america',0),(8481,'flights out of south','flights-out-of-south',0),(8482,'south america','south-america',0),(8483,'russia to jamaica','russia-to-jamaica',0),(8484,'visitor arrivals','visitor-arrivals',0),(8485,'western caribbean','western-caribbean',0),(8486,'port facilities','port-facilities',0),(8487,'new flights','new-flights',0),(8488,'good news','good-news',0),(8489,'500','500',0),(8490,'america','america',0),(8491,'arrivals','arrivals',0),(8492,'lima peru','lima-peru',0),(8493,'photo mark bell jis','photo-mark-bell-jis',0),(8494,'photo mark bell','photo-mark-bell',0),(8495,'mark bell jis','mark-bell-jis',0),(8496,'photo mark','photo-mark',0),(8497,'mark bell','mark-bell',0),(8498,'bell jis','bell-jis',0),(8499,'Ministry of Tourism','ministry-of-tourism',0),(8500,'Minister Edmund Bartlett','minister-edmund-bartlett',0),(8501,'new flights','new-flights',0),(8502,'Lima','lima',0),(8503,'winter tourist season','winter-tourist-season',0),(8504,'art','art',0),(8505,'written by donna','written-by-donna',0),(8506,'article written','article-written',0),(8507,'morris scholarship','morris-scholarship',0),(8508,'marlie mount','marlie-mount',0),(8509,'neikoy …','neikoy',0),(8510,'neikoy','neikoy-2',0),(8511,'sixth form','sixth-form',0),(8512,'higher education','higher-education',0),(8513,'grade','grade',0),(8514,'economics','economics',0),(8515,'mathematics','mathematics',0),(8516,'jis','jis',0),(8517,'annually','annually',0),(8518,'campion','campion',0),(8519,'mathematics economics','mathematics-economics',0),(8520,'caribbean secondary','caribbean-secondary',0),(8521,'caribbean secondary education certificate','caribbean-secondary-education-certificate',0),(8522,'caribbean secondary education','caribbean-secondary-education',0),(8523,'secondary education certificate','secondary-education-certificate',0),(8524,'secondary education','secondary-education',0),(8525,'education certificate','education-certificate',0),(8526,'caribbean secondary education certificate csec','caribbean-secondary-education-certificate-csec',0),(8527,'secondary education certificate csec','secondary-education-certificate-csec',0),(8528,'education certificate csec','education-certificate-csec',0),(8529,'certificate csec','certificate-csec',0),(8530,'caribbean advanced proficiency','caribbean-advanced-proficiency',0),(8531,'caribbean advanced','caribbean-advanced',0),(8532,'advanced proficiency','advanced-proficiency',0),(8533,'caribbean advanced proficiency examinations','caribbean-advanced-proficiency-examinations',0),(8534,'advanced proficiency examinations','advanced-proficiency-examinations',0),(8535,'proficiency examinations','proficiency-examinations',0),(8536,'university of the west indies','university-of-the-west-indies',0),(8537,'university of the west','university-of-the-west',0),(8538,'actuarial science','actuarial-science',0),(8539,'neikoy redwood','neikoy-redwood',0),(8540,'redwood','redwood',0),(8541,'mona','mona',0),(8542,'campion college','campion-college',0),(8543,'Neikoy Redwood','neikoy-redwood',0),(8544,'Campion College','campion-college',0),(8545,'financial consultant','financial-consultant',0),(8546,'Albert Morris Scholarship','albert-morris-scholarship',0),(8547,'2019 recipient Neikoy Redwood','2019-recipient-neikoy-redwood',0),(8548,'actuarial science','actuarial-science',0),(8549,'jps and partners co-operative credit','jps-and-partners-co-operative-credit',0),(8550,'partners co-operative credit union','partners-co-operative-credit-union',0),(8551,'morris scholarship neikoy redwood','morris-scholarship-neikoy-redwood',0),(8552,'recipient of the jamaica public','recipient-of-the-jamaica-public',0),(8553,'jps and partners co-operative','jps-and-partners-co-operative',0),(8554,'jamaica public service','jamaica-public-service',0),(8555,'partners co-operative credit','partners-co-operative-credit',0),(8556,'albert morris scholarship','albert-morris-scholarship',0),(8557,'morris scholarship neikoy','morris-scholarship-neikoy',0),(8558,'scholarship neikoy redwood','scholarship-neikoy-redwood',0),(8559,'recipient of the jamaica','recipient-of-the-jamaica',0),(8560,'jps and partners','jps-and-partners',0),(8561,'jamaica public','jamaica-public',0),(8562,'nicky b','nicky-b',0),(8563,'nicky','nicky',0),(8564,'runtown','runtown',0),(8565,'beer','beer',0),(8566,'studio','studio',0),(8567,'excited','excited',0),(8568,'woes','woes',0),(8569,'arguing','arguing',0),(8570,'school woes','school-woes',0),(8571,' excellent','%ef%82%b7-excellent',0),(8572,'individual','individual',0),(8573,'assisting','assisting',0),(8574,'shocked and saddened','shocked-and-saddened',0),(8575,'queen elizabeth','queen-elizabeth',0),(8576,'devastation caused','devastation-caused',0),(8577,'sincere condolences','sincere-condolences',0),(8578,'prince philip','prince-philip',0),(8579,'bdo','bdo',0),(8580,'shocked','shocked',0),(8581,'saddened','saddened',0),(8582,'elizabeth','elizabeth',0),(8583,'sincere','sincere',0),(8584,'philip','philip',0),(8585,'management consultants','management-consultants',0),(8586,'consultants','consultants',0),(8587,'closing date 27 september 2019','closing-date-27-september-2019',0),(8588,'fax 876 926 7580','fax-876-926-7580',0),(8589,'closing date 27 september','closing-date-27-september',0),(8590,'date 27 september 2019','date-27-september-2019',0),(8591,'cover letter and a full','cover-letter-and-a-full',0),(8592,'letter and a full resume','letter-and-a-full-resume',0),(8593,'send a cover letter','send-a-cover-letter',0),(8594,'28 beechwood avenue','28-beechwood-avenue',0),(8595,'fax 876 926','fax-876-926',0),(8596,'876 926 7580','876-926-7580',0),(8597,'closing date 27','closing-date-27',0),(8598,'date 27 september','date-27-september',0),(8599,'27 september 2019','27-september-2019',0),(8600,'letter and a full','letter-and-a-full',0),(8601,'send a cover','send-a-cover',0),(8602,'short listed applicants','short-listed-applicants',0),(8603,'interested persons','interested-persons',0),(8604,'cover letter','cover-letter',0),(8605,'devastation caused by hurricane dorian','devastation-caused-by-hurricane-dorian',0),(8606,'devastation caused by hurricane','devastation-caused-by-hurricane',0),(8607,'caused by hurricane dorian','caused-by-hurricane-dorian',0),(8608,'caused by hurricane','caused-by-hurricane',0),(8609,'queen elizabeth','queen-elizabeth',0),(8610,'full resume','full-resume',0),(8611,'prince philip','prince-philip',0),(8612,'monarchy','monarchy',0),(8613,'pop culture','pop-culture',0),(8614,'university students','university-students',0),(8615,'dr.peter phillips','dr-peter-phillips-2',0),(8616,'youth population','youth-population',0),(8617,'fresh face','fresh-face',0),(8618,'race','race',0),(8619,'devastation','devastation',0),(8620,'ascot','ascot',0),(8621,'sincere condolences to the families','sincere-condolences-to-the-families',0),(8622,'send our sincere condolences','send-our-sincere-condolences',0),(8623,'condolences to the families','condolences-to-the-families',0),(8624,'send our sincere','send-our-sincere',0),(8625,'families and friends','families-and-friends',0),(8626,'lost their lives','lost-their-lives',0),(8627,'terrible storm','terrible-storm',0),(8628,'student','student',0),(8629,'presidential election','presidential-election',0),(8630,'september 7','september-7',0),(8631,'bramma','bramma',0),(8632,'spent','spent',0),(8633,'europe','europe',0),(8634,'bramma','bramma',0),(8635,'One Day EP','one-day-ep',0),(8636,'dancehall artiste bramma','dancehall-artiste-bramma',0),(8637,'artiste bramma','artiste-bramma',0),(8638,'study the business of music','study-the-business-of-music',0),(8639,'launched my record label','launched-my-record-label',0),(8640,'study the business','study-the-business',0),(8641,'business of music','business-of-music',0),(8642,'launched my record','launched-my-record',0),(8643,'record label','record-label',0),(8644,'hiatus','hiatus',0),(8645,'population','population',0),(8646,'s hotel','s-hotel',0),(8647,'spa','spa',0),(8648,'operates','operates',0),(8649,'ncb','ncb',0),(8650,'spaces','spaces',0),(8651,'presence','presence',0),(8652,'fresh','fresh',0),(8653,'s hotel','s-hotel',0),(8654,'hip strip','hip-strip',0),(8655,'Christopher Issa','christopher-issa',0),(8656,'spanish court hotel','spanish-court-hotel',0),(8657,'hotel overlooks','hotel-overlooks',0),(8658,'overlooks','overlooks',0),(8659,'floor','floor',0),(8660,'goal-oriented','goal-oriented',0),(8661,'marlie','marlie',0),(8662,'jonah hill','jonah-hill',0),(8663,'jonah','jonah',0),(8664,'engaged','engaged',0),(8665,'gianna','gianna',0),(8666,'professional','professional',0),(8667,'engagement','engagement',0),(8668,'jonah hill','jonah-hill',0),(8669,'superbad','superbad',0),(8670,'gianna santos','gianna-santos',0),(8671,'create 10 or 15','create-10-or-15',0),(8672,'start a business','start-a-business',0),(8673,'10 or 15','10-or-15',0),(8674,'create 10','create-10',0),(8675,'create','create',0),(8676,'jobs','jobs',0),(8677,'neikoy redwood scholarship recipient','neikoy-redwood-scholarship-recipient',0),(8678,'neikoy redwood scholarship','neikoy-redwood-scholarship',0),(8679,'redwood scholarship recipient','redwood-scholarship-recipient',0),(8680,'redwood scholarship','redwood-scholarship',0),(8681,'scholarship recipient','scholarship-recipient',0),(8682,'international beer','international-beer',0),(8683,'beer company','beer-company',0),(8684,'budweiser','budweiser',0),(8685,'latest global','latest-global',0),(8686,'latest global ad campaign','latest-global-ad-campaign',0),(8687,'global ad campaign','global-ad-campaign',0),(8688,'latest global ad','latest-global-ad',0),(8689,'global ad','global-ad',0),(8690,'ad campaign','ad-campaign',0),(8691,'partnered','partnered',0),(8692,'kings for life','kings-for-life',0),(8693,'kings','kings',0),(8694,'port maria','port-maria',0),(8695,'fire station','fire-station',0),(8696,'st mary','st-mary',0),(8697,'port','port',0),(8698,'minister without portfolio','minister-without-portfolio',0),(8699,'portfolio','portfolio',0),(8700,'minister without portfolio with responsibility','minister-without-portfolio-with-responsibility',0),(8701,'portfolio with responsibility for education','portfolio-with-responsibility-for-education',0),(8702,'portfolio with responsibility','portfolio-with-responsibility',0),(8703,'st mary fire station','st-mary-fire-station',0),(8704,'minister of information','minister-of-information',0),(8705,'construction company','construction-company',0),(8706,'neikoy redwood tertiary scholarship','neikoy-redwood-tertiary-scholarship',0),(8707,'neikoy redwood tertiary','neikoy-redwood-tertiary',0),(8708,'redwood tertiary scholarship','redwood-tertiary-scholarship',0),(8709,'redwood tertiary','redwood-tertiary',0),(8710,'tertiary scholarship','tertiary-scholarship',0),(8711,'reggae albums chart','reggae-albums-chart',0),(8712,'vp records','vp-records',0),(8713,'reggae albums','reggae-albums',0),(8714,'albums chart','albums-chart',0),(8715,'gold 2019','gold-2019',0),(8716,'vp','vp',0),(8717,'title','title',0),(8718,'topped','topped',0),(8719,'The Cure','the-cure',0),(8720,'Billboard Reggae Albums Chart','billboard-reggae-albums-chart',0),(8721,'mya','mya',0),(8722,'singer jah cure','singer-jah-cure',0),(8723,'singer jah','singer-jah',0),(8724,'forever 21','forever-21',0),(8725,'forever','forever',0),(8726,'grande','grande',0),(8727,'filed','filed',0),(8728,'rings','rings',0),(8729,'ariana','ariana',0),(8730,'7 rings','7-rings',0),(8731,'ariana grande','ariana-grande',0),(8732,'forever 21','forever-21',0),(8733,'clothing brand','clothing-brand',0),(8734,'7 Rings','7-rings',0),(8735,'bankruptcy','bankruptcy',0),(8736,'pop superstar ariana grande','pop-superstar-ariana-grande',0),(8737,'pop superstar ariana','pop-superstar-ariana',0),(8738,'superstar ariana grande','superstar-ariana-grande',0),(8739,'pop superstar','pop-superstar',0),(8740,'superstar ariana','superstar-ariana',0),(8741,'ariana grande','ariana-grande',0),(8742,'superstar','superstar',0),(8743,'fit','fit',0),(8744,'era','era',0),(8745,'engage','engage',0),(8746,'transform the pnp','transform-the-pnp',0),(8747,'Peter Bubting','peter-bubting',0),(8748,'election','election',0),(8749,'presidential race','presidential-race',0),(8750,'diamond team member','diamond-team-member',0),(8751,'club sandals','club-sandals',0),(8752,'team member','team-member',0),(8753,'diamond team','diamond-team',0),(8754,'quarrie','quarrie',0),(8755,'shenade','shenade',0),(8756,'cheers','cheers',0),(8757,'screams','screams',0),(8758,'department','department',0),(8759,'preparing','preparing',0),(8760,'handling','handling',0),(8761,'supervisor','supervisor',0),(8762,'neikoy redwood tertiary scholarship recipient','neikoy-redwood-tertiary-scholarship-recipient',0),(8763,'redwood tertiary scholarship recipient','redwood-tertiary-scholarship-recipient',0),(8764,'tertiary scholarship recipient','tertiary-scholarship-recipient',0),(8765,'public service jps and partners','public-service-jps-and-partners',0),(8766,'service jps and partners co-operative','service-jps-and-partners-co-operative',0),(8767,'jamaica public service jps','jamaica-public-service-jps',0),(8768,'service jps and partners','service-jps-and-partners',0),(8769,'public service jps','public-service-jps',0),(8770,'saturday','saturday',0),(8771,'shenade quarrie','shenade-quarrie',0),(8772,'sandals negril','sandals-negril',0),(8773,'club sandals','club-sandals',0),(8774,'diamond team member of the year','diamond-team-member-of-the-year',0),(8775,'sandals resort international','sandals-resort-international',0),(8776,'sandals negril\'s club sandals','sandals-negrils-club-sandals',0),(8777,'general manager david latchimy','general-manager-david-latchimy',0),(8778,'sandals negril\'s club','sandals-negrils-club',0),(8779,'negril\'s club sandals','negrils-club-sandals',0),(8780,'general manager david','general-manager-david',0),(8781,'manager david latchimy','manager-david-latchimy',0),(8782,'negril\'s club','negrils-club',0),(8783,'sandals manager','sandals-manager',0),(8784,'general manager','general-manager',0),(8785,'manager david','manager-david',0),(8786,'david latchimy','david-latchimy',0),(8787,'club sandals manager','club-sandals-manager',0),(8788,'jamaica giants','jamaica-giants',0),(8789,'great house','great-house',0),(8790,'giants','giants',0),(8791,'trees','trees',0),(8792,'250','250',0),(8793,'moreland','moreland',0),(8794,'sugar','sugar',0),(8795,'galleries','galleries',0),(8796,'paradise','paradise',0),(8797,'retreats','retreats',0),(8798,'dr.peter','dr-peter-2',0),(8799,'apathy','apathy',0),(8800,'exists','exists',0),(8801,'3 rd','3-rd',0),(8802,'jamaica giants','jamaica-giants',0),(8803,'tree hugger','tree-hugger',0),(8804,'sugar plantation','sugar-plantation',0),(8805,'nature lover','nature-lover',0),(8806,'conversation','conversation',0),(8807,'conversations','conversations',0),(8808,'boardwalk','boardwalk',0),(8809,'colleges across the island','colleges-across-the-island',0),(8810,'adele feels alive','adele-feels-alive',0),(8811,'feels alive','feels-alive',0),(8812,'new music','new-music',0),(8813,'adele feels','adele-feels',0),(8814,'feels','feels',0),(8815,'alive','alive',0),(8816,'adele','adele',0),(8817,'split','split',0),(8818,'simon','simon',0),(8819,'feels alive and happy','feels-alive-and-happy',0),(8820,'alive and happy','alive-and-happy',0),(8821,'big deal','big-deal',0),(8822,'adele','adele',0),(8823,'hello hitmaker','hello-hitmaker',0),(8824,'Simon Konecki','simon-konecki',0),(8825,'british celebrity','british-celebrity',0),(8826,'heritage competition','heritage-competition',0),(8827,'heritage','heritage',0),(8828,'reparation','reparation',0),(8829,'entries','entries',0),(8830,'jamaica information','jamaica-information',0),(8831,'poster','poster',0),(8832,'essay','essay',0),(8833,'JIS Heritage Competition','jis-heritage-competition',0),(8834,'reparation','reparation',0),(8835,'jamaican history','jamaican-history',0),(8836,'slavery','slavery',0),(8837,'better relate','better-relate',0),(8838,'gratitude','gratitude',0),(8839,'thanks','thanks',0),(8840,'billboard reggae albums chart','billboard-reggae-albums-chart',0),(8841,'billboard reggae albums','billboard-reggae-albums',0),(8842,'billboard reggae','billboard-reggae',0),(8843,'1 on the billboard reggae','1-on-the-billboard-reggae',0),(8844,'1 on the billboard','1-on-the-billboard',0),(8845,'supporters and fans worldwide','supporters-and-fans-worldwide',0),(8846,'supporters and fans','supporters-and-fans',0),(8847,'fans worldwide','fans-worldwide',0),(8848,'give thanks','give-thanks',0),(8849,'phillips lack','phillips-lack',0),(8850,'peters','peters',0),(8851,'rd','rd',0),(8852,'expressed','expressed',0),(8853,'seat','seat',0),(8854,'One PN','one-pn',0),(8855,'supporter','supporter',0),(8856,'brooks','brooks',0),(8857,'confident','confident',0),(8858,'shanique brooks','shanique-brooks',0),(8859,'bring change to the party','bring-change-to-the-party',0),(8860,'poised to bring change','poised-to-bring-change',0),(8861,'change to the party','change-to-the-party',0),(8862,'poised to bring','poised-to-bring',0),(8863,'bring change','bring-change',0),(8864,'poised','poised',0),(8865,'ackime saunders','ackime-saunders',0),(8866,'step aside to facilitate','step-aside-to-facilitate',0),(8867,'new board','new-board',0),(8868,'step','step',0),(8869,'facilitate','facilitate',0),(8870,'degrasse-johnson','degrasse-johnson',0),(8871,'investigations','investigations',0),(8872,'investigation','investigation',0),(8873,'ramon gordon','ramon-gordon',0),(8874,'ackime','ackime',0),(8875,'saunders','saunders',0),(8876,'step aside to facilitate investigations','step-aside-to-facilitate-investigations',0),(8877,'facilitate investigations','facilitate-investigations',0),(8878,'male lecturer','male-lecturer',0),(8879,'Marigold Harding','marigold-harding',0),(8880,'Nicholeen DeGrasse-Johnson','nicholeen-degrasse-johnson',0),(8881,'leaders in the entertainment','leaders-in-the-entertainment',0),(8882,'gender','gender',0),(8883,'best response to the devastation','best-response-to-the-devastation',0),(8884,'devastation in the bahamas','devastation-in-the-bahamas',0),(8885,'response to the devastation','response-to-the-devastation',0),(8886,'best response','best-response',0),(8887,'olivia','olivia',0),(8888,'olivia babsy','olivia-babsy',0),(8889,'babsy','babsy',0),(8890,'olivia babsy grange','olivia-babsy-grange',0),(8891,'babsy grange','babsy-grange',0),(8892,'minister of culture gender entertainment','minister-of-culture-gender-entertainment',0),(8893,'minister of culture gender','minister-of-culture-gender',0),(8894,'culture gender entertainment','culture-gender-entertainment',0),(8895,'minister of culture','minister-of-culture',0),(8896,'culture gender','culture-gender',0),(8897,'gender entertainment','gender-entertainment',0),(8898,'culture gender entertainment and sport','culture-gender-entertainment-and-sport',0),(8899,'sport olivia babsy grange','sport-olivia-babsy-grange',0),(8900,'gender entertainment and sport','gender-entertainment-and-sport',0),(8901,'sport olivia babsy','sport-olivia-babsy',0),(8902,'entertainment and sport','entertainment-and-sport',0),(8903,'sport olivia','sport-olivia',0),(8904,'national heroes park','national-heroes-park',0),(8905,'cultural development','cultural-development',0),(8906,'heroes park','heroes-park',0),(8907,'cultural','cultural',0),(8908,'celebrations','celebrations',0),(8909,'concerts','concerts',0),(8910,'jcdc','jcdc',0),(8911,'exhibitions','exhibitions',0),(8912,'known','known',0),(8913,'leyden-vernon','leyden-vernon',0),(8914,'heroes','heroes',0),(8915,'Louise Bennett-Coverley','louise-bennett-coverley',0),(8916,'bennett-coverley fondly known as miss','bennett-coverley-fondly-known-as-miss',0),(8917,'fondly known as miss lou','fondly-known-as-miss-lou',0),(8918,'fondly known as miss','fondly-known-as-miss',0),(8919,'known as miss lou','known-as-miss-lou',0),(8920,'bennett-coverley fondly known','bennett-coverley-fondly-known',0),(8921,'known as miss','known-as-miss',0),(8922,'hon louise','hon-louise',0),(8923,'bennett-coverley fondly','bennett-coverley-fondly',0),(8924,'fondly known','fondly-known',0),(8925,'cultural icon hon louise','cultural-icon-hon-louise',0),(8926,'cultural icon hon','cultural-icon-hon',0),(8927,'icon hon louise','icon-hon-louise',0),(8928,'cultural icon','cultural-icon',0),(8929,'icon hon','icon-hon',0),(8930,'charged in connection with mac','charged-in-connection-with-mac',0),(8931,'charged in connection','charged-in-connection',0),(8932,'connection with mac','connection-with-mac',0),(8933,'miller\'s death','millers-death',0),(8934,'mac\'s death','macs-death',0),(8935,'mac','mac',0),(8936,'pettit','pettit',0),(8937,'fentanyl','fentanyl',0),(8938,'cocaine','cocaine',0),(8939,'charged','charged',0),(8940,'connection','connection',0),(8941,'overdose','overdose',0),(8942,'counterfeit','counterfeit',0),(8943,'affidavit','affidavit',0),(8944,'pills','pills',0),(8945,'xanax','xanax',0),(8946,'investigators','investigators',0),(8947,'Mac Miller','mac-miller',0),(8948,'drug overdose','drug-overdose',0),(8949,'xanax','xanax',0),(8950,'cocaine','cocaine',0),(8951,'help in the relief efforts','help-in-the-relief-efforts',0),(8952,'help in the relief','help-in-the-relief',0),(8953,'relief efforts','relief-efforts',0),(8954,'dollar','dollar',0),(8955,'providing','providing',0),(8956,'impact','impact',0),(8957,'rebuild','rebuild',0),(8958,'heidi clarke','heidi-clarke',0),(8959,'heidi','heidi',0),(8960,'director of programmes','director-of-programmes',0),(8961,'helping in providing on-the-ground','helping-in-providing-on-the-ground',0),(8962,'teams in the bahamas','teams-in-the-bahamas',0),(8963,'helping in providing','helping-in-providing',0),(8964,'providing on-the-ground','providing-on-the-ground',0),(8965,'tourism ministry','tourism-ministry',0),(8966,'hurricane recovery','hurricane-recovery',0),(8967,'sean paul','sean-paul',0),(8968,'sean','sean',0),(8969,'paul','paul',0),(8970,'documentary','documentary',0),(8971,'highlights','highlights',0),(8972,'jamaican dancehall artiste sean paul','jamaican-dancehall-artiste-sean-paul',0),(8973,'jamaican dancehall artiste sean','jamaican-dancehall-artiste-sean',0),(8974,'dancehall artiste sean paul','dancehall-artiste-sean-paul',0),(8975,'jamaican dancehall artiste','jamaican-dancehall-artiste',0),(8976,'dancehall artiste sean','dancehall-artiste-sean',0),(8977,'artiste sean paul','artiste-sean-paul',0),(8978,'jamaican dancehall','jamaican-dancehall',0),(8979,'artiste sean','artiste-sean',0),(8980,'gimme the light','gimme-the-light',0),(8981,'dutty rock','dutty-rock',0),(8982,'tuff gong international','tuff-gong-international',0),(8983,'bbc radio 1xtra','bbc-radio-1xtra',0),(8984,'brad pitt','brad-pitt',0),(8985,'movies','movies',0),(8986,'brad','brad',0),(8987,'pitt','pitt',0),(8988,'arms','arms',0),(8989,'fil','fil',0),(8990,'film industry','film-industry',0),(8991,'hollywood producer','hollywood-producer',0),(8992,'creative industry','creative-industry',0),(8993,'creative industries','creative-industries',0),(8994,'industries','industries',0),(8995,'President race','president-race',0),(8996,'lieutenant general','lieutenant-general',0),(8997,'coast guard','coast-guard',0),(8998,'general meade','general-meade',0),(8999,'personnel','personnel',0),(9000,'lieutenant','lieutenant',0),(9001,'meade','meade',0),(9002,'advance','advance',0),(9003,'assistance','assistance',0),(9004,'deployed','deployed',0),(9005,'supplies','supplies',0),(9006,'storm','storm',0),(9007,'Rocky Meade','rocky-meade',0),(9008,'jdf','jdf',0),(9009,'full circle','full-circle',0),(9010,'wiley','wiley',0),(9011,'thursday sept','thursday-sept',0),(9012,'thursday sept 5','thursday-sept-5',0),(9013,'sept 5','sept-5',0),(9014,'wiley','wiley',0),(9015,'grime legend','grime-legend',0),(9016,'grime','grime',0),(9017,'grime legend wiley','grime-legend-wiley',0),(9018,'grime legend','grime-legend',0),(9019,'legend wiley','legend-wiley',0),(9020,'legend','legend',0),(9021,'warner bros','warner-bros',0),(9022,'esports jamaica','esports-jamaica',0),(9023,'cage','cage',0),(9024,'cosplay','cosplay',0),(9025,'patrons','patrons',0),(9026,'vendors','vendors',0),(9027,'anime','anime',0),(9028,'anj','anj',0),(9029,'animation','animation',0),(9030,'powell','powell',0),(9031,'highlight','highlight',0),(9032,'feedback','feedback',0),(9033,'american dream','american-dream',0),(9034,'butch','butch',0),(9035,'tv','tv',0),(9036,'kids cosplay competition','kids-cosplay-competition',0),(9037,'kids cosplay','kids-cosplay',0),(9038,'cosplay competition','cosplay-competition',0),(9039,'definitely the highlight','definitely-the-highlight',0),(9040,'graham of esports jamaica','graham-of-esports-jamaica',0),(9041,'graham of esports','graham-of-esports',0),(9042,'nerds of jamaica','nerds-of-jamaica',0),(9043,'tianna powell','tianna-powell',0),(9044,'powell a director at anime','powell-a-director-at-anime',0),(9045,'director at anime nerds','director-at-anime-nerds',0),(9046,'anime nerds of jamaica','anime-nerds-of-jamaica',0),(9047,'powell a director','powell-a-director',0),(9048,'director at anime','director-at-anime',0),(9049,'anime nerds','anime-nerds',0),(9050,'ocean','ocean',0),(9051,'ocean 8','ocean-8',0),(9052,'sandra bullock','sandra-bullock',0),(9053,'sandra','sandra',0),(9054,'bullock','bullock',0),(9055,'cosplay','cosplay',0),(9056,'video games','video-games',0),(9057,'musical','musical',0),(9058,'musical film','musical-film',0),(9059,'guava island','guava-island',0),(9060,'guava','guava',0),(9061,'CAGE','cage',0),(9062,'Poison Ivy','poison-ivy',0),(9063,'Warner Bros','warner-bros',0),(9064,'ocean\'s 8','oceans-8',0),(9065,'deeper into that dark','deeper-into-that-dark',0),(9066,'deeper and deeper','deeper-and-deeper',0),(9067,'stop talking','stop-talking',0),(9068,'worst communicator','worst-communicator',0),(9069,'deeper','deeper',0),(9070,'communicator','communicator',0),(9071,'dark','dark',0),(9072,'emotionally','emotionally',0),(9073,'stop','stop',0),(9074,'talking','talking',0),(9075,'deeper into that dark place','deeper-into-that-dark-place',0),(9076,'dark place','dark-place',0),(9077,'feelings','feelings',0),(9078,'being emotionally honest','being-emotionally-honest',0),(9079,'save your life','save-your-life',0),(9080,'emotionally honest','emotionally-honest',0),(9081,'being emotionally','being-emotionally',0),(9082,'emotions','emotions',0),(9083,'depression','depression',0),(9084,'post your pic','post-your-pic',0),(9085,'music star','music-star',0),(9086,'jamaica\'s next','jamaicas-next',0),(9087,'new sound','new-sound',0),(9088,'johmar','johmar',0),(9089,'wavestorm','wavestorm',0),(9090,'pic','pic',0),(9091,'johmar','johmar',0),(9092,'edwards','edwards',0),(9093,'licences','licences',0),(9094,'authority','authority',0),(9095,'conditional','conditional',0),(9096,'approvals','approvals',0),(9097,'include','include',0),(9098,'actions','actions',0),(9099,'applicants','applicants',0),(9100,'conference and expo','conference-and-expo',0),(9101,'ms edwards','ms-edwards',0),(9102,'Gordon Butch Stewart','gordon-butch-stewart',0),(9103,'bloomberg','bloomberg',0),(9104,'disrupter in the consumer goods','disrupter-in-the-consumer-goods',0),(9105,'consumer goods space','consumer-goods-space',0),(9106,'disrupter in the consumer','disrupter-in-the-consumer',0),(9107,'consumer goods','consumer-goods',0),(9108,'goods space','goods-space',0),(9109,'consumer','consumer',0),(9110,'The American Dream','the-american-dream',0),(9111,'fresh new sound','fresh-new-sound',0),(9112,'international star','international-star',0),(9113,'montego bay convention centre st','montego-bay-convention-centre-st',0),(9114,'montego bay convention centre','montego-bay-convention-centre',0),(9115,'bay convention centre st','bay-convention-centre-st',0),(9116,'staging of the canex conference','staging-of-the-canex-conference',0),(9117,'28 at the montego bay','28-at-the-montego-bay',0),(9118,'canex conference and expo','canex-conference-and-expo',0),(9119,'fourth staging of the canex','fourth-staging-of-the-canex',0),(9120,'montego bay convention','montego-bay-convention',0),(9121,'bay convention centre','bay-convention-centre',0),(9122,'convention centre st','convention-centre-st',0),(9123,'staging of the canex','staging-of-the-canex',0),(9124,'28 at the montego','28-at-the-montego',0),(9125,'place from september','place-from-september',0),(9126,'26 to 28','26-to-28',0),(9127,'star coming out of jamaica','star-coming-out-of-jamaica',0),(9128,'next major music star','next-major-music-star',0),(9129,'looking to see','looking-to-see',0),(9130,'major music star','major-music-star',0),(9131,'coming out of jamaica','coming-out-of-jamaica',0),(9132,'next major music','next-major-music',0),(9133,'major music','major-music',0),(9134,'jamaica promotions corporation jampro diane','jamaica-promotions-corporation-jampro-diane',0),(9135,'promotions corporation jampro diane edwards','promotions-corporation-jampro-diane-edwards',0),(9136,'jamaica business conference and expo','jamaica-business-conference-and-expo',0),(9137,'expo on tuesday september 4','expo-on-tuesday-september-4',0),(9138,'jamaica promotions corporation jampro','jamaica-promotions-corporation-jampro',0),(9139,'promotions corporation jampro diane','promotions-corporation-jampro-diane',0),(9140,'corporation jampro diane edwards','corporation-jampro-diane-edwards',0),(9141,'canex jamaica business conference','canex-jamaica-business-conference',0),(9142,'president of the jamaica promotions','president-of-the-jamaica-promotions',0),(9143,'conference and expo on tuesday','conference-and-expo-on-tuesday',0),(9144,'september 4 at the spanish','september-4-at-the-spanish',0),(9145,'4 at the spanish court','4-at-the-spanish-court',0),(9146,'court hotel in new kingston','court-hotel-in-new-kingston',0),(9147,'business conference and expo','business-conference-and-expo',0),(9148,'expo on tuesday september','expo-on-tuesday-september',0),(9149,'jamaica promotions corporation','jamaica-promotions-corporation',0),(9150,'promotions corporation jampro','promotions-corporation-jampro',0),(9151,'corporation jampro diane','corporation-jampro-diane',0),(9152,'media launch of canex jamaica','media-launch-of-canex-jamaica',0),(9153,'launch of canex jamaica business','launch-of-canex-jamaica-business',0),(9154,'founder of canex douglas gordon','founder-of-canex-douglas-gordon',0),(9155,'description','description',0),(9156,'gordon butch','gordon-butch',0),(9157,'gordon butch stewart','gordon-butch-stewart',0),(9158,'butch stewart','butch-stewart',0),(9159,'show on bloomberg tv','show-on-bloomberg-tv',0),(9160,'show on bloomberg','show-on-bloomberg',0),(9161,'bloomberg tv','bloomberg-tv',0),(9162,'bloomberg','bloomberg',0),(9163,'american dream show on bloomberg','american-dream-show-on-bloomberg',0),(9164,'dream show on bloomberg tv','dream-show-on-bloomberg-tv',0),(9165,'dream show on bloomberg','dream-show-on-bloomberg',0),(9166,'american dream show','american-dream-show',0),(9167,'dream show','dream-show',0),(9168,'Butch','butch',0),(9169,'polkerris bread and breakfast','polkerris-bread-and-breakfast',0),(9170,'bread and breakfast','bread-and-breakfast',0),(9171,'polkerris bread','polkerris-bread',0),(9172,'polkerris','polkerris',0),(9173,'breakfast','breakfast',0),(9174,'bread','bread',0),(9175,'luxury','luxury',0),(9176,'located','located',0),(9177,'rooms','rooms',0),(9178,'bread and breakfast in montego','bread-and-breakfast-in-montego',0),(9179,'breakfast in montego bay','breakfast-in-montego-bay',0),(9180,'breakfast in montego','breakfast-in-montego',0),(9181,'entrance of the polkerris bread','entrance-of-the-polkerris-bread',0),(9182,'entrance of the polkerris','entrance-of-the-polkerris',0),(9183,'simply charming','simply-charming',0),(9184,'entrance','entrance',0),(9185,'charming','charming',0),(9186,'Polkerris Bread and Breakfast','polkerris-bread-and-breakfast',0),(9187,'Tripadvisor','tripadvisor',0),(9188,'disaster assistance','disaster-assistance',0),(9189,'relief supplies','relief-supplies',0),(9190,'dart','dart',0),(9191,'carrying','carrying',0),(9192,'disposal of the bahamian government','disposal-of-the-bahamian-government',0),(9193,'disposal of the bahamian','disposal-of-the-bahamian',0),(9194,'bahamian government','bahamian-government',0),(9195,'sections of the bahamas','sections-of-the-bahamas',0),(9196,'gay people','gay-people',0),(9197,'hate','hate',0),(9198,'nas','nas',0),(9199,'grew','grew',0),(9200,'gay','gay',0),(9201,'defence staff lieutenant general rocky','defence-staff-lieutenant-general-rocky',0),(9202,'staff lieutenant general rocky meade','staff-lieutenant-general-rocky-meade',0),(9203,'chief of defence staff lieutenant','chief-of-defence-staff-lieutenant',0),(9204,'defence staff lieutenant general','defence-staff-lieutenant-general',0),(9205,'staff lieutenant general rocky','staff-lieutenant-general-rocky',0),(9206,'lieutenant general rocky meade','lieutenant-general-rocky-meade',0),(9207,'chief of defence staff','chief-of-defence-staff',0),(9208,'defence staff lieutenant','defence-staff-lieutenant',0),(9209,'staff lieutenant general','staff-lieutenant-general',0),(9210,'lieutenant general rocky','lieutenant-general-rocky',0),(9211,'general rocky meade','general-rocky-meade',0),(9212,'chief of defence','chief-of-defence',0),(9213,'lil nas x','lil-nas-x',0),(9214,'lil nas','lil-nas',0),(9215,'nas x','nas-x',0),(9216,'lil','lil',0),(9217,'DART','dart',0),(9218,'tend','tend',0),(9219,'sharing','sharing',0),(9220,'disagreements','disagreements',0),(9221,'r-embassida','r-embassida',0),(9222,'direction','direction',0),(9223,'R-Embassida','r-embassida',0),(9224,'derrick brown','derrick-brown',0),(9225,'Journey','journey',0),(9226,'The Connection','the-connection',0),(9227,'jamaican entertainer','jamaican-entertainer',0),(9228,'career right now','career-right-now',0),(9229,'career right','career-right',0),(9230,'kas eupen','kas-eupen',0),(9231,'tyreek magee','tyreek-magee',0),(9232,'four-year deal','four-year-deal',0),(9233,'magee joins','magee-joins',0),(9234,'magee','magee',0),(9235,'tyreek','tyreek',0),(9236,'kas','kas',0),(9237,'eupen','eupen',0),(9238,'four-year','four-year',0),(9239,'belgian','belgian',0),(9240,'tier','tier',0),(9241,'joins','joins',0),(9242,'jamaican entertainer r-embassida','jamaican-entertainer-r-embassida',0),(9243,'entertainer r-embassida','entertainer-r-embassida',0),(9244,'deal with belgian','deal-with-belgian',0),(9245,'belgian league','belgian-league',0),(9246,'league team','league-team',0),(9247,'Kas Eupen','kas-eupen',0),(9248,'Tyreek Magee','tyreek-magee',0),(9249,'Belgian league','belgian-league',0),(9250,'recorded','recorded',0),(9251,'Nicky B','nicky-b',0),(9252,'Runtown','runtown',0),(9253,'Budweiser','budweiser',0),(9254,'Kings For Life','kings-for-life',0),(9255,'Afro Beat','afro-beat',0),(9256,'nicky b and african','nicky-b-and-african',0),(9257,'b and african','b-and-african',0),(9258,'virtual reality','virtual-reality',0),(9259,'vr','vr',0),(9260,'vrx','vrx',0),(9261,'virtual','virtual',0),(9262,'headsets','headsets',0),(9263,'str8games','str8games',0),(9264,'racking','racking',0),(9265,'curve','curve',0),(9266,'due','due',0),(9267,'evolution','evolution',0),(9268,'virtual reality gaming','virtual-reality-gaming',0),(9269,'reality gaming','reality-gaming',0),(9270,'user','user',0),(9271,'audio','audio',0),(9272,'virtual reality vr gaming','virtual-reality-vr-gaming',0),(9273,'virtual reality vr','virtual-reality-vr',0),(9274,'reality vr gaming','reality-vr-gaming',0),(9275,'reality vr','reality-vr',0),(9276,'vr gaming','vr-gaming',0),(9277,'vrx virtual reality','vrx-virtual-reality',0),(9278,'coo ryan moore','coo-ryan-moore',0),(9279,'vrx virtual','vrx-virtual',0),(9280,'coo ryan','coo-ryan',0),(9281,'ryan moore','ryan-moore',0),(9282,'vrx virtual reality esports centre','vrx-virtual-reality-esports-centre',0),(9283,'vrx virtual reality esports','vrx-virtual-reality-esports',0),(9284,'virtual reality esports centre','virtual-reality-esports-centre',0),(9285,'virtual reality esports','virtual-reality-esports',0),(9286,'reality esports centre','reality-esports-centre',0),(9287,'reality esports','reality-esports',0),(9288,'esports centre','esports-centre',0),(9289,'VRX Virtual Reality &amp; eSports Centre','vrx-virtual-reality-esports-centre',0),(9290,'COO Ryan Moore','coo-ryan-moore',0),(9291,'virtual reality gaming','virtual-reality-gaming',0),(9292,'Sovereign Village','sovereign-village',0),(9293,'simulation','simulation',0),(9294,'uwi mona','uwi-mona',0),(9295,'minister samuda','minister-samuda',0),(9296,'beneficiaries','beneficiaries',0),(9297,'medicine','medicine',0),(9298,'47','47',0),(9299,'bachelor','bachelor',0),(9300,'cohort','cohort',0),(9301,'medicine bachelor of surgery mbbs','medicine-bachelor-of-surgery-mbbs',0),(9302,'bachelor of medicine bachelor','bachelor-of-medicine-bachelor',0),(9303,'medicine bachelor of surgery','medicine-bachelor-of-surgery',0),(9304,'bachelor of surgery mbbs','bachelor-of-surgery-mbbs',0),(9305,'west indies uwi','west-indies-uwi',0),(9306,'bachelor of medicine','bachelor-of-medicine',0),(9307,'bachelor of surgery','bachelor-of-surgery',0),(9308,'medicine bachelor','medicine-bachelor',0),(9309,'surgery mbbs','surgery-mbbs',0),(9310,'indies uwi','indies-uwi',0),(9311,'rashaun stewart','rashaun-stewart',0),(9312,'quwayne howell','quwayne-howell',0),(9313,'shamarie collins','shamarie-collins',0),(9314,'council room on thursday september','council-room-on-thursday-september',0),(9315,'room on thursday september 5','room-on-thursday-september-5',0),(9316,'council room on thursday','council-room-on-thursday',0),(9317,'room on thursday september','room-on-thursday-september',0),(9318,'faculty of medical sciences','faculty-of-medical-sciences',0),(9319,'thursday september 5','thursday-september-5',0),(9320,'room on thursday','room-on-thursday',0),(9321,'faculty of medical','faculty-of-medical',0),(9322,'photo donald de la','photo-donald-de-la',0),(9323,'photo donald de','photo-donald-de',0),(9324,'donald de la','donald-de-la',0),(9325,'photo donald de la haye','photo-donald-de-la-haye',0),(9326,'donald de la haye jis','donald-de-la-haye-jis',0),(9327,'donald de la haye','donald-de-la-haye',0),(9328,'de la haye jis','de-la-haye-jis',0),(9329,'Mona Campus','mona-campus',0),(9330,'Minister Karl Samuda','minister-karl-samuda',0),(9331,'medical students','medical-students',0),(9332,'Bachelor of Medicine','bachelor-of-medicine',0),(9333,'Bachelor of Surgery','bachelor-of-surgery',0),(9334,'MBBS degree','mbbs-degree',0),(9335,'full scholarships','full-scholarships',0),(9336,'Jamaican students','jamaican-students',0),(9337,'caribbean community caricom','caribbean-community-caricom',0),(9338,'caribbean community','caribbean-community',0),(9339,'community caricom','community-caricom',0),(9340,'caricom','caricom',0),(9341,'barbados mia mottley','barbados-mia-mottley',0),(9342,'barbados mia','barbados-mia',0),(9343,'montego bay marine','montego-bay-marine',0),(9344,'bay marine','bay-marine',0),(9345,'park trust','park-trust',0),(9346,'marine park','marine-park',0),(9347,'shim','shim',0),(9348,'boom','boom',0),(9349,'marine','marine',0),(9350,'reinstall','reinstall',0),(9351,'containment','containment',0),(9352,'gully','gully',0),(9353,'jet','jet',0),(9354,'containment boom','containment-boom',0),(9355,'collected','collected',0),(9356,'single-use plastic bags','single-use-plastic-bags',0),(9357,'plastic bags','plastic-bags',0),(9358,'single-use plastic','single-use-plastic',0),(9359,'bags','bags',0),(9360,'ban','ban',0),(9361,'plastic','plastic',0),(9362,'materials','materials',0),(9363,'single-use','single-use',0),(9364,'styrofoam','styrofoam',0),(9365,'local telethon','local-telethon',0),(9366,'telethon','telethon',0),(9367,'organizing','organizing',0),(9368,'presided','presided',0),(9369,'celebrated','celebrated',0),(9370,'mugabe','mugabe',0),(9371,'rule','rule',0),(9372,'37','37',0),(9373,'zimbabwe','zimbabwe',0),(9374,'white-minority','white-minority',0),(9375,'robert mugabe','robert-mugabe',0),(9376,'current president','current-president',0),(9377,'god','god',0),(9378,'remove','remove',0),(9379,'Robert Mugabe','robert-mugabe',0),(9380,'Emmerson Mnangagwa','emmerson-mnangagwa',0),(9381,'former zimbabwean','former-zimbabwean',0),(9382,'zimbabwean','zimbabwean',0),(9383,'former zimbabwean president robert mugabe','former-zimbabwean-president-robert-mugabe',0),(9384,'former zimbabwean president robert','former-zimbabwean-president-robert',0),(9385,'zimbabwean president robert mugabe','zimbabwean-president-robert-mugabe',0),(9386,'former zimbabwean president','former-zimbabwean-president',0),(9387,'zimbabwean president robert','zimbabwean-president-robert',0),(9388,'president robert mugabe','president-robert-mugabe',0),(9389,'zimbabwean president','zimbabwean-president',0),(9390,'president robert','president-robert',0),(9391,'95','95',0),(9392,'business woman','business-woman',0),(9393,'psoj','psoj',0),(9394,'hall of fame','hall-of-fame',0),(9395,'lyn','lyn',0),(9396,'hall','hall',0),(9397,'fame','fame',0),(9398,'chain','chain',0),(9399,'inducted','inducted',0),(9400,'businesswoman','businesswoman',0),(9401,'Thalia Lyn','thalia-lyn',0),(9402,'Hall of Fame','hall-of-fame',0),(9403,'Island Grill','island-grill',0),(9404,'being hit by hurricane joaquin','being-hit-by-hurricane-joaquin',0),(9405,'affected by hurricane dorian','affected-by-hurricane-dorian',0),(9406,'hit by hurricane joaquin','hit-by-hurricane-joaquin',0),(9407,'affected by hurricane','affected-by-hurricane',0),(9408,'brothers and sisters','brothers-and-sisters',0),(9409,'hit by hurricane','hit-by-hurricane',0),(9410,'long islanders','long-islanders',0),(9411,'being hit by hurricane','being-hit-by-hurricane',0),(9412,'fellow bahamians','fellow-bahamians',0),(9413,'cape santa','cape-santa',0),(9414,'hurricane joaquin','hurricane-joaquin',0),(9415,'northern bahamas','northern-bahamas',0),(9416,'gofundme page','gofundme-page',0),(9417,'relief campaign','relief-campaign',0),(9418,'long island','long-island',0),(9419,'islanders','islanders',0),(9420,'facts','facts',0),(9421,'established','established',0),(9422,'19','19',0),(9423,'19 locations','19-locations',0),(9424,'inducted into the private sector','inducted-into-the-private-sector',0),(9425,'inducted into the private','inducted-into-the-private',0),(9426,'given an opportunity in life','given-an-opportunity-in-life',0),(9427,'opportunity in life to help','opportunity-in-life-to-help',0),(9428,'given an opportunity','given-an-opportunity',0),(9429,'opportunity in life','opportunity-in-life',0),(9430,'life to help','life-to-help',0),(9431,'catastrophe in the northern bahamas','catastrophe-in-the-northern-bahamas',0),(9432,'first thought in this community','first-thought-in-this-community',0),(9433,'heard of the catastrophe','heard-of-the-catastrophe',0),(9434,'catastrophe in the northern','catastrophe-in-the-northern',0),(9435,'thought in this community','thought-in-this-community',0),(9436,'greatest pleasures of my life','greatest-pleasures-of-my-life',0),(9437,'extraordinary mobilsation of love','extraordinary-mobilsation-of-love',0),(9438,'pleasures of my life','pleasures-of-my-life',0),(9439,'mobilsation of love and support','mobilsation-of-love-and-support',0),(9440,'photo facebook @capesantamariabeachresort','photo-facebook-capesantamariabeachresort',0),(9441,'brothers and sisters affected','brothers-and-sisters-affected',0),(9442,'photo facebook','photo-facebook',0),(9443,'facebook @capesantamariabeachresort','facebook-capesantamariabeachresort',0),(9444,'bahamians affected by hurricane','bahamians-affected-by-hurricane',0),(9445,'Long Island','long-island',0),(9446,'Matt Brear','matt-brear',0),(9447,'Cape Santa Maria Beach Resort','cape-santa-maria-beach-resort',0),(9448,'humanitarian outreach','humanitarian-outreach',0),(9449,'hurricane relief','hurricane-relief',0),(9450,'relief effort','relief-effort',0),(9451,'Hurricane Joaquin','hurricane-joaquin',0),(9452,'matt brear general manager','matt-brear-general-manager',0),(9453,'interview with buzz on friday','interview-with-buzz-on-friday',0),(9454,'northern bahamas the first thought','northern-bahamas-the-first-thought',0),(9455,'bloomfield','bloomfield',0),(9456,'brussels','brussels',0),(9457,'kerley','kerley',0),(9458,'cherry','cherry',0),(9459,'finished','finished',0),(9460,'Montego Bay Harbour','montego-bay-harbour',0),(9461,'ta lou','ta-lou',0),(9462,'fraser-pryce','fraser-pryce',0),(9463,'marine life','marine-life',0),(9464,'asher-smith','asher-smith',0),(9465,'clocked','clocked',0),(9466,'ta','ta',0),(9467,'sea pollution','sea-pollution',0),(9468,'points standing','points-standing',0),(9469,'standing','standing',0),(9470,'tallied','tallied',0),(9471,'16 points','16-points',0),(9472,'shelly-ann fraser-pryce of jamaica','shelly-ann-fraser-pryce-of-jamaica',0),(9473,'fraser-pryce of jamaica','fraser-pryce-of-jamaica',0),(9474,'shelly-ann fraser-pryce','shelly-ann-fraser-pryce',0),(9475,'shelly-ann','shelly-ann',0),(9476,'jamaica\'s akeem bloomfield','jamaicas-akeem-bloomfield',0),(9477,'jamaica\'s akeem','jamaicas-akeem',0),(9478,'akeem bloomfield','akeem-bloomfield',0),(9479,'akeem','akeem',0),(9480,'Akeem Bloomfield','akeem-bloomfield',0),(9481,'Michael Norman','michael-norman',0),(9482,'Fred Kerley','fred-kerley',0),(9483,'joined','joined',0),(9484,'Olivia Babsy Grange','olivia-babsy-grange-3',0),(9485,'culture minister olivia','culture-minister-olivia',0),(9486,'culture minister','culture-minister',0),(9487,'minister olivia','minister-olivia',0),(9488,'pumpkin belly','pumpkin-belly',0),(9489,'pumpkin','pumpkin',0),(9490,'mythical','mythical',0),(9491,'levy','levy',0),(9492,'shubenkov','shubenkov',0),(9493,'pozzi','pozzi',0),(9494,'ortega','ortega',0),(9495,'13.22','13-22',0),(9496,'meets','meets',0),(9497,'novel','novel',0),(9498,'appropriate','appropriate',0),(9499,'appropriate for children ages','appropriate-for-children-ages',0),(9500,'appropriate for children','appropriate-for-children',0),(9501,'children ages','children-ages',0),(9502,'ages','ages',0),(9503,'ronald levy','ronald-levy',0),(9504,'hurdles','hurdles',0),(9505,'brussels','brussels',0),(9506,'orlando ortega','orlando-ortega',0),(9507,'ronald','ronald',0),(9508,'ronald levy','ronald-levy',0),(9509,'women\'s 100 metres','womens-100-metres',0),(9510,'100 metres','100-metres',0),(9511,'women\'s 100','womens-100',0),(9512,'metres','metres',0),(9513,'prize','prize',0),(9514,'hurdles','hurdles',0),(9515,'women\'s 100 metres hurdles','womens-100-metres-hurdles',0),(9516,'100 metres hurdles','100-metres-hurdles',0),(9517,'metres hurdles','metres-hurdles',0),(9518,'jamaica\'s danielle williams','jamaicas-danielle-williams',0),(9519,'jamaica\'s danielle','jamaicas-danielle',0),(9520,'danielle williams','danielle-williams',0),(9521,'danielle','danielle',0),(9522,'champion','champion',0),(9523,'group c','group-c',0),(9524,'nations league','nations-league',0),(9525,'starting line','starting-line',0),(9526,'gold cup','gold-cup',0),(9527,'antigua','antigua',0),(9528,'concacaf','concacaf',0),(9529,'nations','nations',0),(9530,'bailey','bailey',0),(9531,'rate in the world','rate-in-the-world',0),(9532,'1980 and 2000','1980-and-2000',0),(9533,'life expectancy','life-expectancy',0),(9534,'white-owned farms','white-owned-farms',0),(9535,'1980','1980',0),(9536,'2008','2008',0),(9537,'rate','rate',0),(9538,'unemployment','unemployment',0),(9539,'expectancy','expectancy',0),(9540,'2007','2007',0),(9541,'leon bailey','leon-bailey',0),(9542,'bobby reid','bobby-reid',0),(9543,'dictator','dictator',0),(9544,'CONCACAF Nations League','concacaf-nations-league',0),(9545,'november 2017','november-2017',0),(9546,'nba','nba',0),(9547,'harden','harden',0),(9548,'steph','steph',0),(9549,'south african','south-african',0),(9550,'photo wikipedia','photo-wikipedia',0),(9551,'Rhodesia','rhodesia',0),(9552,'Salisbury','salisbury',0),(9553,'Harare','harare',0),(9554,'inflation','inflation',0),(9555,'unemployment','unemployment',0),(9556,'unhappiness','unhappiness',0),(9557,'chairman gordon','chairman-gordon',0),(9558,'chairman gordon butch','chairman-gordon-butch',0),(9559,'chairman gordon butch stewart','chairman-gordon-butch-stewart',0),(9560,'helped','helped',0),(9561,'attitude','attitude',0),(9562,'sandals brand','sandals-brand',0),(9563,'bBloomberg tv','bbloomberg-tv',0),(9564,'resorts','resorts',0),(9565,'hotel','hotel',0),(9566,'bloomberg tv','bloomberg-tv',0),(9567,'reggae boyz','reggae-boyz',0),(9568,'boyz','boyz',0),(9569,'6-0','6-0',0),(9570,'nicholson','nicholson',0),(9571,'leon','leon',0),(9572,'vassell','vassell',0),(9573,'headed','headed',0),(9574,'Shamar Nicholson','shamar-nicholson',0),(9575,'Bundesliga','bundesliga',0),(9576,'NBA2K20','nba2k20',0),(9577,'Steph Curry','steph-curry',0),(9578,'antigua and barbuda','antigua-and-barbuda',0),(9579,'barbuda','barbuda',0),(9580,'Bobby Reid','bobby-reid',0),(9581,'national arena','national-arena',0),(9582,'delegates','delegates',0),(9583,'arena','arena',0),(9584,'managed','managed',0),(9585,'pnp delegates','pnp-delegates',0),(9586,'incumbent','incumbent',0),(9587,'presidents norman manley michael manley','presidents-norman-manley-michael-manley',0),(9588,'norman manley michael manley percival','norman-manley-michael-manley-percival',0),(9589,'manley michael manley percival james','manley-michael-manley-percival-james',0),(9590,'michael manley percival james patterson','michael-manley-percival-james-patterson',0),(9591,'manley percival james patterson portia','manley-percival-james-patterson-portia',0),(9592,'percival james patterson portia simpson','percival-james-patterson-portia-simpson',0),(9593,'james patterson portia simpson miller','james-patterson-portia-simpson-miller',0),(9594,'portia simpson miller','portia-simpson-miller',0),(9595,'photo national library of jamaica','photo-national-library-of-jamaica',0),(9596,'presidents norman manley michael','presidents-norman-manley-michael',0),(9597,'norman manley michael manley','norman-manley-michael-manley',0),(9598,'manley michael manley percival','manley-michael-manley-percival',0),(9599,'michael manley percival james','michael-manley-percival-james',0),(9600,'manley percival james patterson','manley-percival-james-patterson',0),(9601,'percival james patterson portia','percival-james-patterson-portia',0),(9602,'james patterson portia simpson','james-patterson-portia-simpson',0),(9603,'patterson portia simpson miller','patterson-portia-simpson-miller',0),(9604,'manley photo national library','manley-photo-national-library',0),(9605,'official opening','official-opening',0),(9606,'kc','kc',0),(9607,'excelsior','excelsior',0),(9608,'opening','opening',0),(9609,'favoured','favoured',0),(9610,'KC','kc',0),(9611,'Excelsior','excelsior',0),(9612,'schoolboy football','schoolboy-football',0),(9613,'montego bay sports complex','montego-bay-sports-complex',0),(9614,'montego bay sports','montego-bay-sports',0),(9615,'bay sports complex','bay-sports-complex',0),(9616,'oval at 3:30 pm','oval-at-330-pm',0),(9617,'bay sports','bay-sports',0),(9618,'zone','zone',0),(9619,'oval at 3:30','oval-at-330',0),(9620,'dacosta cup','dacosta-cup',0),(9621,'2:30 pm','230-pm',0),(9622,'cornwall college','cornwall-college',0),(9623,'7:00 pm','700-pm',0),(9624,'robert lightbourne','robert-lightbourne',0),(9625,'summer holidays','summer-holidays',0),(9626,'ali cup','ali-cup',0),(9627,'ali','ali',0),(9628,'expecting','expecting',0),(9629,'holidays','holidays',0),(9630,'election presidential','election-presidential',0),(9631,'voting','voting',0),(9632,'smoothly','smoothly',0),(9633,'incidents','incidents',0),(9634,'expected to cast','expected-to-cast',0),(9635,'cast','cast',0),(9636,'challenger','challenger',0),(9637,'challenger peter','challenger-peter',0),(9638,'challenger peter bunting','challenger-peter-bunting',0),(9639,'election','election',0),(9640,'voting progressing smoothly','voting-progressing-smoothly',0),(9641,'voting progressing','voting-progressing',0),(9642,'progressing smoothly','progressing-smoothly',0),(9643,'progressing','progressing',0),(9644,'began','began',0),(9645,'international goal','international-goal',0),(9646,'first international goal','first-international-goal',0),(9647,'first international','first-international',0),(9648,'carnival-like','carnival-like',0),(9649,'carnival-like atmosphere','carnival-like-atmosphere',0),(9650,'atmosphere','atmosphere',0),(9651,'venue','venue',0),(9652,'camps','camps',0),(9653,'stephen curry','stephen-curry',0),(9654,'stephen','stephen',0),(9655,'curry','curry',0),(9656,'next album','next-album',0),(9657,'divorce','divorce',0),(9658,'expect','expect',0),(9659,'ballots','ballots',0),(9660,'british powerhouse adele','british-powerhouse-adele',0),(9661,'british powerhouse','british-powerhouse',0),(9662,'powerhouse adele','powerhouse-adele',0),(9663,'powerhouse','powerhouse',0),(9664,'learning to really truly love','learning-to-really-truly-love',0),(9665,'learning to really truly','learning-to-really-truly',0),(9666,'truly love','truly-love',0),(9667,'31…','31-2',0),(9668,'jamaican patois','jamaican-patois',0),(9669,'100th birthday','100th-birthday',0),(9670,'ring ding','ring-ding',0),(9671,'jamaican folk','jamaican-folk',0),(9672,'coverley','coverley',0),(9673,'patois','patois',0),(9674,'1982','1982',0),(9675,'2006','2006',0),(9676,'100th','100th',0),(9677,'1943','1943',0),(9678,'vote','vote',0),(9679,'louise simone','louise-simone',0),(9680,'simone','simone',0),(9681,'louise simone bennett','louise-simone-bennett',0),(9682,'simone bennett','simone-bennett',0),(9683,'bennett-coverley','bennett-coverley-2',0),(9684,'party general secretary','party-general-secretary',0),(9685,'party general','party-general',0),(9686,'delegates began','delegates-began',0),(9687,'going smoothly','going-smoothly',0),(9688,'o\'clock','oclock',0),(9689,'royal academy','royal-academy',0),(9690,'royal academy of dramatic','royal-academy-of-dramatic',0),(9691,'academy of dramatic','academy-of-dramatic',0),(9692,'royal academy of dramatic art','royal-academy-of-dramatic-art',0),(9693,'academy of dramatic art','academy-of-dramatic-art',0),(9694,'dramatic art','dramatic-art',0),(9695,'academy of dramatic art rada','academy-of-dramatic-art-rada',0),(9696,'dramatic art rada','dramatic-art-rada',0),(9697,'art rada','art-rada',0),(9698,'photo jamaicans.com','photo-jamaicans-com',0),(9699,'husband eric','husband-eric',0),(9700,'husband eric coverley','husband-eric-coverley',0),(9701,'photo national','photo-national',0),(9702,'national library of jamaica','national-library-of-jamaica',0),(9703,'photo national library','photo-national-library',0),(9704,'library of jamaica','library-of-jamaica',0),(9705,'Lousie Bennett-Coverley','lousie-bennett-coverley',0),(9706,'Jamaican Patois','jamaican-patois',0),(9707,'London','london',0),(9708,'patwah','patwah',0),(9709,'6 o\'clock','6-oclock',0),(9710,'rise united','rise-united',0),(9711,'imani duncan-price','imani-duncan-price',0),(9712,'oozing with confidence','oozing-with-confidence',0),(9713,'close at 4','close-at-4',0),(9714,'pnp presidential','pnp-presidential',0),(9715,'director of elections','director-of-elections',0),(9716,'director of elections glasspole','director-of-elections-glasspole',0),(9717,'elections glasspole','elections-glasspole',0),(9718,'director of elections glasspole brown','director-of-elections-glasspole-brown',0),(9719,'elections glasspole brown','elections-glasspole-brown',0),(9720,'glasspole brown','glasspole-brown',0),(9721,'burt award for caribbean literature','burt-award-for-caribbean-literature',0),(9722,'dancing in the rain','dancing-in-the-rain',0),(9723,'burt award for caribbean','burt-award-for-caribbean',0),(9724,'award for caribbean literature','award-for-caribbean-literature',0),(9725,'award for caribbean','award-for-caribbean',0),(9726,'burt award','burt-award',0),(9727,'twin towers','twin-towers',0),(9728,'4 o\'clock','4-oclock',0),(9729,'damion crawford','damion-crawford',0),(9730,'never joined the group','never-joined-the-group',0),(9731,'joined the group','joined-the-group',0),(9732,'books','books',0),(9733,'childrens books','childrens-books-2',0),(9734,'International Literacy Day','international-literacy-day',0),(9735,'Caribbean authors','caribbean-authors',0),(9736,'caribbean publishing house blue banyan','caribbean-publishing-house-blue-banyan',0),(9737,'publishing house blue banyan books','publishing-house-blue-banyan-books',0),(9738,'tanya batson-savage publisher/editor-in-chief of caribbean','tanya-batson-savage-publisher-editor-in-chief-of-caribbean',0),(9739,'batson-savage publisher/editor-in-chief of caribbean publishing','batson-savage-publisher-editor-in-chief-of-caribbean-publishing',0),(9740,'publisher/editor-in-chief of caribbean publishing house','publisher-editor-in-chief-of-caribbean-publishing-house',0),(9741,'caribbean publishing house blue','caribbean-publishing-house-blue',0),(9742,'publishing house blue banyan','publishing-house-blue-banyan',0),(9743,'house blue banyan books','house-blue-banyan-books',0),(9744,'batson-savage publisher/editor-in-chief of caribbean','batson-savage-publisher-editor-in-chief-of-caribbean',0),(9745,'publisher/editor-in-chief of caribbean publishing','publisher-editor-in-chief-of-caribbean-publishing',0),(9746,'tanya batson-savage publisher/editor-in-chief','tanya-batson-savage-publisher-editor-in-chief',0),(9747,'caribbean publishing house','caribbean-publishing-house',0),(9748,'publishing house blue','publishing-house-blue',0),(9749,'house blue banyan','house-blue-banyan',0),(9750,'blue banyan books','blue-banyan-books',0),(9751,'pnp presidential election','pnp-presidential-election',0),(9752,'confidence in a victory','confidence-in-a-victory',0),(9753,'alcohol consumption','alcohol-consumption',0),(9754,'alcohol','alcohol',0),(9755,'drink','drink',0),(9756,'judgment','judgment',0),(9757,'vision','vision',0),(9758,'impairs','impairs',0),(9759,'impairment','impairment',0),(9760,'increases','increases',0),(9761,'consumption','consumption',0),(9762,'reduces','reduces',0),(9763,'weekend','weekend',0),(9764,'roads','roads',0),(9765,'drink alcohol','drink-alcohol',0),(9766,'presidency','presidency',0),(9767,'votes','votes',0),(9768,'president','president',0),(9769,'national road safety council','national-road-safety-council',0),(9770,'drinking and driving','drinking-and-driving',0),(9771,'team dart','team-dart',0),(9772,'military police','military-police',0),(9773,'military','military',0),(9774,'newly formed corps of military','newly-formed-corps-of-military',0),(9775,'formed corps of military police','formed-corps-of-military-police',0),(9776,'formed corps of military','formed-corps-of-military',0),(9777,'corps of military police','corps-of-military-police',0),(9778,'newly formed corps','newly-formed-corps',0),(9779,'corps of military','corps-of-military',0),(9780,'newly formed','newly-formed',0),(9781,'formed corps','formed-corps',0),(9782,'retained the presidency','retained-the-presidency',0),(9783,'retained','retained',0),(9784,'assistance response team dart','assistance-response-team-dart',0),(9785,'royal canadian air force','royal-canadian-air-force',0),(9786,'assistance response team','assistance-response-team',0),(9787,'response team dart','response-team-dart',0),(9788,'jamaica defence force','jamaica-defence-force',0),(9789,'royal canadian air','royal-canadian-air',0),(9790,'canadian air force','canadian-air-force',0),(9791,'assistance response','assistance-response',0),(9792,'response team','response-team',0),(9793,'photo sergeant jason lampart','photo-sergeant-jason-lampart',0),(9794,'photo sergeant jason','photo-sergeant-jason',0),(9795,'sergeant jason lampart','sergeant-jason-lampart',0),(9796,'disaster assistance response team dart','disaster-assistance-response-team-dart',0),(9797,'disaster assistance response team','disaster-assistance-response-team',0),(9798,'disaster assistance response','disaster-assistance-response',0),(9799,'photo facebook @andrewholnessjm','photo-facebook-andrewholnessjm',0),(9800,'bahamas for an initial period','bahamas-for-an-initial-period',0),(9801,'initial period of 30','initial-period-of-30',0),(9802,'Jamaica Defence Force','jamaica-defence-force',0),(9803,'Disaster Assistance Response Team','disaster-assistance-response-team',0),(9804,'Royal Canadian Air Force','royal-canadian-air-force',0),(9805,'united camp','united-camp',0),(9806,'rise','rise',0),(9807,'rise united camp','rise-united-camp',0),(9808,'seen as a bump','seen-as-a-bump',0),(9809,'bump in the road','bump-in-the-road',0),(9810,'bump','bump',0),(9811,'supporters at the national','supporters-at-the-national',0),(9812,'supporters at the national arena','supporters-at-the-national-arena',0),(9813,'bunting\'s defeat','buntings-defeat',0),(9814,'defeat','defeat',0),(9815,'hierarchy','hierarchy',0),(9816,'campaign manager dr','campaign-manager-dr',0),(9817,'manager dr','manager-dr',0),(9818,'campaign manager dr dayton','campaign-manager-dr-dayton',0),(9819,'manager dr dayton','manager-dr-dayton',0),(9820,'campaign manager dr dayton campbell','campaign-manager-dr-dayton-campbell',0),(9821,'manager dr dayton campbell','manager-dr-dayton-campbell',0),(9822,'united campaign director','united-campaign-director',0),(9823,'united campaign','united-campaign',0),(9824,'campaign director','campaign-director',0),(9825,'brown-burke','brown-burke',0),(9826,'enemy','enemy',0),(9827,'raised','raised',0),(9828,'comrades','comrades',0),(9829,'grand slam','grand-slam',0),(9830,'serena williams','serena-williams',0),(9831,'bianca andreescu','bianca-andreescu',0),(9832,'angelique kerber','angelique-kerber',0),(9833,'simona halep','simona-halep',0),(9834,'serena','serena',0),(9835,'slam','slam',0),(9836,'teenager','teenager',0),(9837,'bianca','bianca',0),(9838,'andreescu','andreescu',0),(9839,'angelique','angelique',0),(9840,'kerber','kerber',0),(9841,'simona','simona',0),(9842,'halep','halep',0),(9843,'angela','angela',0),(9844,'peter bunting to stand','peter-bunting-to-stand',0),(9845,'bunting to stand','bunting-to-stand',0),(9846,'stand','stand',0),(9847,'bunting to stand behind dr','bunting-to-stand-behind-dr',0),(9848,'stand behind dr','stand-behind-dr',0),(9849,'stand behind dr peter','stand-behind-dr-peter',0),(9850,'Angela-Brown Burke','angela-brown-burke',0),(9851,'stand behind dr peter phillips','stand-behind-dr-peter-phillips',0),(9852,'resign as spokesman','resign-as-spokesman',0),(9853,'bunting\'s failed','buntings-failed',0),(9854,'first casualty','first-casualty',0),(9855,'failed','failed',0),(9856,'casualty','casualty',0),(9857,'resign','resign',0),(9858,'spokesman','spokesman',0),(9859,'shadow','shadow',0),(9860,'shadow cabinet','shadow-cabinet',0),(9861,'shadow cabinet','shadow-cabinet',0),(9862,'election on saturday','election-on-saturday',0),(9863,'play hockey','play-hockey',0),(9864,'hockey','hockey',0),(9865,'charlette','charlette',0),(9866,'ancient','ancient',0),(9867,'fees','fees',0),(9868,'charlette rowe','charlette-rowe',0),(9869,'rowe','rowe',0),(9870,'charlette rowe','charlette-rowe',0),(9871,'hockey player','hockey-player',0),(9872,'ministry of finance','ministry-of-finance',0),(9873,'tommy hilfiger','tommy-hilfiger',0),(9874,'creative control','creative-control',0),(9875,'zendaya','zendaya',0),(9876,'fearless','fearless',0),(9877,'courageous','courageous',0),(9878,'allowed','allowed',0),(9879,'hilfiger','hilfiger',0),(9880,'powerful','powerful',0),(9881,'control','control',0),(9882,'julie edwards/lfi/avalon','julie-edwards-lfi-avalon',0),(9883,'julie','julie',0),(9884,'edwards/lfi/avalon','edwards-lfi-avalon',0),(9885,'credited','credited',0),(9886,'to','to',0),(9887,'tommy hilfiger','tommy-hilfiger',0),(9888,'animecom fest','animecom-fest',0),(9889,'asian pop-culture','asian-pop-culture',0),(9890,'animecom','animecom',0),(9891,'fest','fest',0),(9892,'carter','carter',0),(9893,'lessons','lessons',0),(9894,'moment','moment',0),(9895,'asian','asian',0),(9896,'pop-culture','pop-culture-2',0),(9897,'heels','heels',0),(9898,'jcc','jcc',0),(9899,'ramkissoon','ramkissoon',0),(9900,'trinidadian','trinidadian',0),(9901,'cosplay champion','cosplay-champion',0),(9902,'kai ramkissoon','kai-ramkissoon',0),(9903,'kai','kai',0),(9904,'ricardo carter','ricardo-carter',0),(9905,'campion college auditorium','campion-college-auditorium',0),(9906,'animecom fest 2019','animecom-fest-2019',0),(9907,'lovers of asian','lovers-of-asian',0),(9908,'college auditorium','college-auditorium',0),(9909,'fest 2019','fest-2019',0),(9910,'costumes','costumes',0),(9911,'jamaica cosplay club','jamaica-cosplay-club',0),(9912,'asian pop culture','asian-pop-culture',0),(9913,'st elizabeth','st-elizabeth',0),(9914,'championship run','championship-run',0),(9915,'new car','new-car',0),(9916,'run','run',0),(9917,'rally','rally',0),(9918,'rallysport','rallysport',0),(9919,'competitor','competitor',0),(9920,'championship','championship',0),(9921,'whittingham','whittingham',0),(9922,'timothy','timothy',0),(9923,'thomas hall','thomas-hall',0),(9924,'two-wheel drive','two-wheel-drive',0),(9925,'two-wheel','two-wheel',0),(9926,'maurice whittingham','maurice-whittingham',0),(9927,'rallysport','rallysport',0),(9928,'top driver','top-driver',0),(9929,'summer river run','summer-river-run',0),(9930,'drivers rallysport club','drivers-rallysport-club',0),(9931,'race cars','race-cars',0),(9932,'parents for helping','parents-for-helping',0),(9933,'willow smith','willow-smith',0),(9934,'willow','willow',0),(9935,'helping','helping',0),(9936,'jada pinkett smith','jada-pinkett-smith',0),(9937,'jada pinkett','jada-pinkett',0),(9938,'pinkett smith','pinkett-smith',0),(9939,'jada','jada',0),(9940,'pinkett','pinkett',0),(9941,'release of all the intangible','release-of-all-the-intangible',0),(9942,'heart and in your mind','heart-and-in-your-mind',0),(9943,'happening in your heart','happening-in-your-heart',0),(9944,'physical release','physical-release',0),(9945,'intangible pain','intangible-pain',0),(9946,'physical','physical',0),(9947,'intangible','intangible',0),(9948,'pain','pain',0),(9949,'happening','happening',0),(9950,'willow smith','willow-smith',0),(9951,'jn foundation','jn-foundation',0),(9952,'jn','jn',0),(9953,'gager','gager',0),(9954,'colin gager','colin-gager',0),(9955,'colin','colin',0),(9956,'jn foundation','jn-foundation',0),(9957,'trelawny municipal corporation','trelawny-municipal-corporation',0),(9958,'donatio','donatio',0),(9959,'donation','donation',0),(9960,'disaster equipment','disaster-equipment',0),(9961,'buzz readers','buzz-readers',0),(9962,'readers','readers',0),(9963,'leader dr','leader-dr',0),(9964,'leader dr peter','leader-dr-peter',0),(9965,'leader dr peter phillips','leader-dr-peter-phillips',0),(9966,'pnp\'s leadership race','pnps-leadership-race',0),(9967,'pnp\'s leadership','pnps-leadership',0),(9968,'leadership race','leadership-race',0),(9969,'pnp\'s leadership race on saturday','pnps-leadership-race-on-saturday',0),(9970,'leadership race on saturday','leadership-race-on-saturday',0),(9971,'race on saturday','race-on-saturday',0),(9972,'meghan markle','meghan-markle',0),(9973,'february','february',0),(9974,'directv','directv',0),(9975,'grand slam finals','grand-slam-finals',0),(9976,'slam finals','slam-finals',0),(9977,'canadian teenager bianca andreescu','canadian-teenager-bianca-andreescu',0),(9978,'going down to canadian teenager','going-down-to-canadian-teenager',0),(9979,'canadian teenager bianca','canadian-teenager-bianca',0),(9980,'teenager bianca andreescu','teenager-bianca-andreescu',0),(9981,'going down to canadian','going-down-to-canadian',0),(9982,'canadian teenager','canadian-teenager',0),(9983,'teenager bianca','teenager-bianca',0),(9984,'serena williams lost','serena-williams-lost',0),(9985,'williams lost','williams-lost',0),(9986,'photo instagram','photo-instagram',0),(9987,'photo instagram @usopen','photo-instagram-usopen',0),(9988,'instagram @usopen','instagram-usopen',0),(9989,'comrade','comrade',0),(9990,'former prime minister','former-prime-minister',0),(9991,'former prime','former-prime',0),(9992,'portia simpson','portia-simpson',0),(9993,'simpson miller','simpson-miller',0),(9994,'3:30 p.m','330-p-m',0),(9995,'edward seaga sports complex','edward-seaga-sports-complex',0),(9996,'edward seaga sports','edward-seaga-sports',0),(9997,'seaga sports complex','seaga-sports-complex',0),(9998,'molynes united','molynes-united',0),(9999,'tivoli gardens','tivoli-gardens',0),(10000,'uwi at drewsland','uwi-at-drewsland',0),(10001,'interesting match','interesting-match',0),(10002,'edward seaga','edward-seaga',0),(10003,'seaga sports','seaga-sports',0),(10004,'arnett gardens','arnett-gardens',0),(10005,'united vs','united-vs',0),(10006,'3:30','330',0),(10007,'uwi at drewsland at 3:30','uwi-at-drewsland-at-330',0),(10008,'drewsland at 3:30 p.m','drewsland-at-330-p-m',0),(10009,'drewsland at 3:30','drewsland-at-330',0),(10010,'Molynes United','molynes-united',0),(10011,'UWI FC','uwi-fc',0),(10012,'caribbean lac','caribbean-lac',0),(10013,'jamaican exporters','jamaican-exporters',0),(10014,'latin','latin',0),(10015,'flavors','flavors',0),(10016,'exporters','exporters',0),(10017,'diane','diane',0),(10018,'diane edwards','diane-edwards',0),(10019,'time for jamaican exporters','time-for-jamaican-exporters',0),(10020,'jamaican exporters to look','jamaican-exporters-to-look',0),(10021,'look seriously at this opportunity','look-seriously-at-this-opportunity',0),(10022,'time for jamaican','time-for-jamaican',0),(10023,'exporters to look','exporters-to-look',0),(10024,'jampro\'s diane','jampros-diane',0),(10025,'jampro\'s diane edwards','jampros-diane-edwards',0),(10026,'latin america','latin-america',0),(10027,'jamaican exporters','jamaican-exporters',0),(10028,'business forum','business-forum',0),(10029,'embrace bunting\'s ideas','embrace-buntings-ideas',0),(10030,'political analyst','political-analyst',0),(10031,'bunting\'s ideas','buntings-ideas',0),(10032,'o\'brian chang','obrian-chang',0),(10033,'analyst','analyst',0),(10034,'embrace','embrace',0),(10035,'o\'brian','obrian',0),(10036,'political analyst kevin o\'brien chang','political-analyst-kevin-obrien-chang',0),(10037,'political analyst kevin o\'brien','political-analyst-kevin-obrien',0),(10038,'analyst kevin o\'brien chang','analyst-kevin-obrien-chang',0),(10039,'political analyst kevin','political-analyst-kevin',0),(10040,'analyst kevin o\'brien','analyst-kevin-obrien',0),(10041,'kevin o\'brien chang','kevin-obrien-chang',0),(10042,'analyst kevin','analyst-kevin',0),(10043,'kevin o\'brien','kevin-obrien',0),(10044,'o\'brien chang','obrien-chang',0),(10045,'kevin o&#039;brien chang','kevin-obrien-chang',0),(10046,'saturday sept','saturday-sept',0),(10047,'saturday sept 7','saturday-sept-7',0),(10048,'sept 7','sept-7',0),(10049,'youth','youth',0),(10050,'doing fine','doing-fine',0),(10051,'making fun','making-fun',0),(10052,'gonna','gonna',0),(10053,'tiffany','tiffany',0),(10054,'walking','walking',0),(10055,'meniscus','meniscus',0),(10056,'brace','brace',0),(10057,'ain\'t','aint',0),(10058,'already walking','already-walking',0),(10059,'tiffany haddish','tiffany-haddish',0),(10060,'haddish','haddish',0),(10061,'process outsourcing','process-outsourcing',0),(10062,'ibex','ibex',0),(10063,'third location','third-location',0),(10064,'outsourcing','outsourcing',0),(10065,'employees','employees',0),(10066,'dechant','dechant',0),(10067,'talent','talent',0),(10068,'business process outsourcing','business-process-outsourcing',0),(10069,'audley shaw','audley-shaw',0),(10070,'business process','business-process',0),(10071,'company ibex','company-ibex',0),(10072,'fisheries audley shaw','fisheries-audley-shaw',0),(10073,'fisheries audley','fisheries-audley',0),(10074,'fisheries','fisheries',0),(10075,'audley','audley',0),(10076,'ibex','ibex',0),(10077,'jbs','jbs',0),(10078,'BPO','bpo',0),(10079,'call centre','call-centre',0),(10080,'arrived in jamaica','arrived-in-jamaica',0),(10081,'canadian association','canadian-association',0),(10082,'toronto','toronto',0),(10083,'arrived','arrived',0),(10084,'jamaican canadian association','jamaican-canadian-association',0),(10085,'join','join',0),(10086,'members of the jamaican canadian','members-of-the-jamaican-canadian',0),(10087,'members of the jamaican','members-of-the-jamaican',0),(10088,'jamaican canadian','jamaican-canadian',0),(10089,'jamaican canadian association','jamaican-canadian-association',0),(10090,'board a bus','board-a-bus',0),(10091,'arriving','arriving',0),(10092,'celebration of miss lou','celebration-of-miss-lou',0),(10093,'celebration of miss','celebration-of-miss',0),(10094,'celebration','celebration',0),(10095,'nikki z','nikki-z',0),(10096,'industry mattress','industry-mattress',0),(10097,'etana','etana',0),(10098,'hashtag #loclife','hashtag-loclife',0),(10099,'nikki','nikki',0),(10100,'better life','better-life',0),(10101,'locs','locs',0),(10102,'hashtag','hashtag',0),(10103,'mattress','mattress',0),(10104,'#loclife','loclife',0),(10105,'duvernay','duvernay',0),(10106,'cute','cute',0),(10107,'photo of her and etana','photo-of-her-and-etana',0),(10108,'etana','etana',0),(10109,'strong one','strong-one',0),(10110,'nikki z','nikki-z',0),(10111,'twitter war','twitter-war',0),(10112,'cup champions','cup-champions',0),(10113,'irwin','irwin',0),(10114,'cornwall','cornwall',0),(10115,'kingston college','kingston-college',0),(10116,'defending dacosta cup champions clarendon','defending-dacosta-cup-champions-clarendon',0),(10117,'dacosta cup champions clarendon college','dacosta-cup-champions-clarendon-college',0),(10118,'defending dacosta cup champions','defending-dacosta-cup-champions',0),(10119,'dacosta cup champions clarendon','dacosta-cup-champions-clarendon',0),(10120,'cup champions clarendon college','cup-champions-clarendon-college',0),(10121,'defending dacosta cup','defending-dacosta-cup',0),(10122,'dacosta cup champions','dacosta-cup-champions',0),(10123,'cup champions clarendon','cup-champions-clarendon',0),(10124,'champions clarendon college','champions-clarendon-college',0),(10125,'defending dacosta','defending-dacosta',0),(10126,'champions clarendon','champions-clarendon',0),(10127,'clarendon college','clarendon-college',0),(10128,'clarendon college','clarendon-college',0),(10129,'cornwall college','cornwall-college',0),(10130,'kendall jenner','kendall-jenner',0),(10131,'kendall','kendall',0),(10132,'jenner','jenner',0),(10133,'missing','missing',0),(10134,'catwalk','catwalk',0),(10135,'watching','watching',0),(10136,'farm','farm',0),(10137,'middle','middle',0),(10138,'nowhere','nowhere',0),(10139,'middle of nowhere','middle-of-nowhere',0),(10140,'Kendall Jenner','kendall-jenner',0),(10141,'catwalk','catwalk',0),(10142,'fashion industry','fashion-industry',0),(10143,'tina turner','tina-turner',0),(10144,'forgive ike','forgive-ike',0),(10145,'ever forgive','ever-forgive',0),(10146,'turner','turner',0),(10147,'forgive','forgive',0),(10148,'ike','ike',0),(10149,'tina','tina',0),(10150,'abuse','abuse',0),(10151,'ashamed','ashamed',0),(10152,'strong','strong',0),(10153,'terrible life','terrible-life',0),(10154,'terrible','terrible',0),(10155,'tina turner','tina-turner',0),(10156,'ike turner','ike-turner',0),(10157,'traffic crashes','traffic-crashes',0),(10158,'reckless drivers','reckless-drivers',0),(10159,'crashes','crashes',0),(10160,'reckless','reckless',0),(10161,'director of the road safety','director-of-the-road-safety',0),(10162,'road safety unit','road-safety-unit',0),(10163,'director of the road','director-of-the-road',0),(10164,'safety unit','safety-unit',0),(10165,'kenute hare','kenute-hare',0),(10166,'kenute','kenute',0),(10167,'hare','hare',0),(10168,'kenute hare','kenute-hare',0),(10169,'career day','career-day',0),(10170,'allow','allow',0),(10171,'bun','bun',0),(10172,'speedometer','speedometer',0),(10173,'warren weir','warren-weir',0),(10174,'girlfriend alexan','girlfriend-alexan',0),(10175,'weir','weir',0),(10176,'alexan','alexan',0),(10177,'warren','warren',0),(10178,'trip','trip',0),(10179,'weir posted','weir-posted',0),(10180,'photo on instagram','photo-on-instagram',0),(10181,'photo on instagram on sunday','photo-on-instagram-on-sunday',0),(10182,'instagram on sunday','instagram-on-sunday',0),(10183,'popped the question','popped-the-question',0),(10184,'popped','popped',0),(10185,'question','question',0),(10186,'alexan stewart','alexan-stewart',0),(10187,'warren weir','warren-weir',0),(10188,'olympian','olympian',0),(10189,'alexan stewart','alexan-stewart',0),(10190,'proposal','proposal',0),(10191,'cardi b','cardi-b',0),(10192,'s***','s',0),(10193,'uplifting','uplifting',0),(10194,'cardi','cardi',0),(10195,'a**','a',0),(10196,'bitch','bitch',0),(10197,'internet trolls','internet-trolls',0),(10198,'women talk about uplifting','women-talk-about-uplifting',0),(10199,'talk about uplifting','talk-about-uplifting',0),(10200,'women talk','women-talk',0),(10201,'vote-buying','vote-buying',0),(10202,'buying','buying',0),(10203,'threat','threat',0),(10204,'democracy','democracy',0),(10205,'stomped','stomped',0),(10206,'accusations','accusations',0),(10207,'accusations of vote-buying','accusations-of-vote-buying',0),(10208,'bad man vs','bad-man-vs',0),(10209,'bad man','bad-man',0),(10210,'man vs','man-vs',0),(10211,'policeman','policeman',0),(10212,'bad man vs nice guy','bad-man-vs-nice-guy',0),(10213,'man vs nice guy','man-vs-nice-guy',0),(10214,'billboard chart','billboard-chart',0),(10215,'bad man vs nice guy','bad-man-vs-nice-guy',0),(10216,'Eva Simmons','eva-simmons',0),(10217,'men\'s ice hockey','mens-ice-hockey',0),(10218,'ice rink','ice-rink',0),(10219,'men\'s ice','mens-ice',0),(10220,'ice hockey','ice-hockey',0),(10221,'ice','ice',0),(10222,'rink','rink',0),(10223,'hopes','hopes',0),(10224,'winter','winter',0),(10225,'amerigol','amerigol',0),(10226,'spokesperson','spokesperson',0),(10227,'golding','golding',0),(10228,'mark','mark',0),(10229,'resignation','resignation',0),(10230,'mark golding','mark-golding',0),(10231,'trend in jamaica','trend-in-jamaica',0),(10232,'insurance','insurance',0),(10233,'insuring','insuring',0),(10234,'trend','trend',0),(10235,'mortgage','mortgage',0),(10236,'hurricane earthquake or fire','hurricane-earthquake-or-fire',0),(10237,'largest investment most persons','largest-investment-most-persons',0),(10238,'investment most persons','investment-most-persons',0),(10239,'earthquake or fire','earthquake-or-fire',0),(10240,'replace without insurance','replace-without-insurance',0),(10241,'loss due','loss-due',0),(10242,'hurricane earthquake','hurricane-earthquake',0),(10243,'largest investment','largest-investment',0),(10244,'lifetime','lifetime',0),(10245,'loss','loss',0),(10246,'hazard','hazard',0),(10247,'replace','replace',0),(10248,'Jamaica Ice Hockey','jamaica-ice-hockey',0),(10249,'Amerigo LATAM Cup','amerigo-latam-cup',0),(10250,'2019 champions','2019-champions',0),(10251,'ice hockey','ice-hockey',0),(10252,'jamaica\'s national','jamaicas-national',0),(10253,'colombia','colombia',0),(10254,'latam cup','latam-cup',0),(10255,'latam','latam',0),(10256,'peter bunting and mark','peter-bunting-and-mark',0),(10257,'bunting and mark','bunting-and-mark',0),(10258,'resigned','resigned',0),(10259,'sections','sections',0),(10260,'importance','importance',0),(10261,'homes in the caribbean','homes-in-the-caribbean',0),(10262,'vote buying','vote-buying',0),(10263,'president dr peter','president-dr-peter',0),(10264,'president dr','president-dr',0),(10265,'president dr peter phillips','president-dr-peter-phillips',0),(10266,'expo 2020','expo-2020',0),(10267,'business processing','business-processing',0),(10268,'convention centre','convention-centre',0),(10269,'silvera','silvera',0),(10270,'2020','2020',0),(10271,'expo','expo',0),(10272,'processing','processing',0),(10273,'gains','gains',0),(10274,'stakeholders','stakeholders',0),(10275,'stands','stands',0),(10276,'convention','convention',0),(10277,'commerce and industry janet silvera','commerce-and-industry-janet-silvera',0),(10278,'president of the montego bay','president-of-the-montego-bay',0),(10279,'commerce and industry janet','commerce-and-industry-janet',0),(10280,'montego bay chamber','montego-bay-chamber',0),(10281,'industry janet silvera','industry-janet-silvera',0),(10282,'president of the montego','president-of-the-montego',0),(10283,'commerce and industry','commerce-and-industry',0),(10284,'bay chamber','bay-chamber',0),(10285,'industry janet','industry-janet',0),(10286,'janet silvera','janet-silvera',0),(10287,'threat to democracy','threat-to-democracy',0),(10288,'mobay expo','mobay-expo',0),(10289,'janet silvera','janet-silvera',0),(10290,'montego bay chamber of commerce','montego-bay-chamber-of-commerce',0),(10291,'business hub','business-hub',0),(10292,'insure','insure',0),(10293,'home insurance','home-insurance',0),(10294,'20-25% of jamaican residences','20-25-of-jamaican-residences',0),(10295,'20-25% of jamaican','20-25-of-jamaican',0),(10296,'jamaican residences','jamaican-residences',0),(10297,'orville johnson','orville-johnson',0),(10298,'orville','orville',0),(10299,'orville johnson iaj','orville-johnson-iaj',0),(10300,'johnson iaj','johnson-iaj',0),(10301,'orville johnson iaj president','orville-johnson-iaj-president',0),(10302,'johnson iaj president','johnson-iaj-president',0),(10303,'iaj president','iaj-president',0),(10304,'grown in stature and currently','grown-in-stature-and-currently',0),(10305,'stands as the fastest developing','stands-as-the-fastest-developing',0),(10306,'stature and currently stands','stature-and-currently-stands',0),(10307,'grown in stature','grown-in-stature',0),(10308,'fastest developing city','fastest-developing-city',0),(10309,'developing city','developing-city',0),(10310,'peter Phillip[s','peter-phillips-2',0),(10311,'resognation','resognation',0),(10312,'doctor sleep','doctor-sleep',0),(10313,'horror fans','horror-fans',0),(10314,'danny torrance','danny-torrance',0),(10315,'true knot','true-knot',0),(10316,'doctor','doctor',0),(10317,'shining','shining',0),(10318,'torrance','torrance',0),(10319,'abra','abra',0),(10320,'horror','horror',0),(10321,'cult','cult',0),(10322,'overlook','overlook',0),(10323,'danny','danny',0),(10324,'shine','shine',0),(10325,'dan','dan',0),(10326,'knot','knot',0),(10327,'trailer','trailer',0),(10328,'quest','quest',0),(10329,'home insurance','home-insurance',0),(10330,'insurance','insurance',0),(10331,'Insurance Association of Jamaica','insurance-association-of-jamaica',0),(10332,'IAJ','iaj',0),(10333,'rose the hat','rose-the-hat',0),(10334,'classic the shining','classic-the-shining',0),(10335,'photo warner brothers pictures','photo-warner-brothers-pictures',0),(10336,'warner brothers pictures','warner-brothers-pictures',0),(10337,'brothers pictures','brothers-pictures',0),(10338,'The Shinging','the-shinging',0),(10339,'The Shining','the-shining',0),(10340,'Doctor Sleep','doctor-sleep',0),(10341,'Stephen King','stephen-king',0),(10342,'Danny Torrance','danny-torrance',0),(10343,'Abra','abra',0),(10344,'bajan singer','bajan-singer',0),(10345,'Rose the Hat','rose-the-hat',0),(10346,'The True Knot','the-true-knot',0),(10347,'Universal Music','universal-music',0),(10348,'horror','horror',0),(10349,'kofee','kofee',0),(10350,'psychological thriller','psychological-thriller',0),(10351,'final trailer','final-trailer',0),(10352,'time to shoot videos','time-to-shoot-videos',0),(10353,'time to shoot','time-to-shoot',0),(10354,'shoot videos','shoot-videos',0),(10355,'shoot','shoot',0),(10356,'apple','apple',0),(10357,'11 pro max','11-pro-max',0),(10358,'11 pro','11-pro',0),(10359,'pro max','pro-max',0),(10360,'ultra-wide-angle lens','ultra-wide-angle-lens',0),(10361,'new iphones','new-iphones',0),(10362,'11','11',0),(10363,'iphone','iphone',0),(10364,'pro','pro',0),(10365,'iphones','iphones',0),(10366,'11r','11r',0),(10367,'wide-angle','wide-angle',0),(10368,'telephoto','telephoto',0),(10369,'ultra-wide-angle','ultra-wide-angle',0),(10370,'iphone 11 pro 11 pro','iphone-11-pro-11-pro',0),(10371,'11 pro 11 pro max','11-pro-11-pro-max',0),(10372,'11 pro max and 11r','11-pro-max-and-11r',0),(10373,'11 pro max and 11','11-pro-max-and-11',0),(10374,'pro max and 11 pro','pro-max-and-11-pro',0),(10375,'wide-angle lens a telephoto lens','wide-angle-lens-a-telephoto-lens',0),(10376,'iphone 11 pro 11','iphone-11-pro-11',0),(10377,'11 pro 11 pro','11-pro-11-pro',0),(10378,'pro 11 pro max','pro-11-pro-max',0),(10379,'successors to the iphone xs/xs','successors-to-the-iphone-xs-xs',0),(10380,'xs/xs max and the xr','xs-xs-max-and-the-xr',0),(10381,'addition of the ultra-wide-angle lens','addition-of-the-ultra-wide-angle-lens',0),(10382,'pro max and 11r','pro-max-and-11r',0),(10383,'pro max and 11','pro-max-and-11',0),(10384,'max and 11 pro','max-and-11-pro',0),(10385,'wide-angle lens a telephoto','wide-angle-lens-a-telephoto',0),(10386,'lens a telephoto lens','lens-a-telephoto-lens',0),(10387,'iphone xs/xs max','iphone-xs-xs-max',0),(10388,'iphone 11 pro','iphone-11-pro',0),(10389,'wide-angle lens','wide-angle-lens',0),(10390,'leaks','leaks',0),(10391,'xs/xs max','xs-xs-max',0),(10392,'iphone 11','iphone-11',0),(10393,'apple watch','apple-watch',0),(10394,'new devices','new-devices',0),(10395,'apple watch series','apple-watch-series',0),(10396,'watch series','watch-series',0),(10397,'photo apple','photo-apple',0),(10398,'conversations in key','conversations-in-key',0),(10399,'vocals','vocals',0),(10400,'key','key',0),(10401,'shereita','shereita',0),(10402,'conversations in key','conversations-in-key',0),(10403,'iPhone','iphone',0),(10404,'iOS13','ios13',0),(10405,'shereita','shereita',0),(10406,'12','12',0),(10407,'sherieta','sherieta',0),(10408,'accept','accept',0),(10409,'dawes','dawes',0),(10410,'crime','crime',0),(10411,'o\'brien','obrien',0),(10412,'garmin','garmin',0),(10413,'fitness','fitness',0),(10414,'390','390',0),(10415,'venu','venu',0),(10416,'screen','screen',0),(10417,'photo credit','photo-credit',0),(10418,'device','device',0),(10419,'gps','gps',0),(10420,'offerings','offerings',0),(10421,'photo credit garmin','photo-credit-garmin',0),(10422,'credit garmin','credit-garmin',0),(10423,'garmin venu','garmin-venu',0),(10424,'smartwatch','smartwatch',0),(10425,'tracking','tracking',0),(10426,'butch to lead the charge','butch-to-lead-the-charge',0),(10427,'led the save the dollar','led-the-save-the-dollar',0),(10428,'save the dollar initiative','save-the-dollar-initiative',0),(10429,'butch to lead','butch-to-lead',0),(10430,'lead the charge','lead-the-charge',0),(10431,'led the save','led-the-save',0),(10432,'save the dollar','save-the-dollar',0),(10433,'dollar initiative','dollar-initiative',0),(10434,'charge','charge',0),(10435,'led','led',0),(10436,'save','save',0),(10437,'dr winston dawes','dr-winston-dawes',0),(10438,'winston dawes','winston-dawes',0),(10439,'dr winston','dr-winston',0),(10440,'winston','winston',0),(10441,'campbell resigned','campbell-resigned',0),(10442,'Garmin','garmin',0),(10443,'wearables','wearables',0),(10444,'Fitbit','fitbit',0),(10445,'crime problem','crime-problem',0),(10446,'state of emergency','state-of-emergency',0),(10447,'mark golding','mark-golding',0),(10448,'resigned from the shadow','resigned-from-the-shadow',0),(10449,'resigned from the shadow cabinet','resigned-from-the-shadow-cabinet',0),(10450,'mx master 3','mx-master-3',0),(10451,'mx master','mx-master',0),(10452,'master 3','master-3',0),(10453,'mx','mx',0),(10454,'master','master',0),(10455,'logitech','logitech',0),(10456,'bunting and his supporters','bunting-and-his-supporters',0),(10457,'improve','improve',0),(10458,'photo credit logitech','photo-credit-logitech',0),(10459,'credit logitech','credit-logitech',0),(10460,'photo logitech','photo-logitech',0),(10461,'mx master series','mx-master-series',0),(10462,'master series','master-series',0),(10463,'logitech options','logitech-options',0),(10464,'computer','computer',0),(10465,'mouse','mouse',0),(10466,'scroll','scroll',0),(10467,'enables','enables',0),(10468,'predecessor','predecessor',0),(10469,'KEvin O&#039;Brian Chang','kevin-obrian-chang',0),(10470,'Kevin O&#039;Brien','kevin-obrien',0),(10471,'Kevin Obrien Chang','kevin-obrien-chang-2',0),(10472,'Logitech','logitech',0),(10473,'MX Master 3','mx-master-3',0),(10474,'ergonomics','ergonomics',0),(10475,'gordon town square','gordon-town-square',0),(10476,'gordon town','gordon-town',0),(10477,'town square','town-square',0),(10478,'renamed in honour','renamed-in-honour',0),(10479,'civic ceremony','civic-ceremony',0),(10480,'rural st','rural-st',0),(10481,'square','square',0),(10482,'louise bennett-coverley','louise-bennett-coverley-2',0),(10483,'renamed','renamed',0),(10484,'bennett-coverley affectionately known as miss','bennett-coverley-affectionately-known-as-miss',0),(10485,'affectionately known as miss lou','affectionately-known-as-miss-lou',0),(10486,'sunday september 8 to commemorate','sunday-september-8-to-commemorate',0),(10487,'louise bennett-coverley affectionately known','louise-bennett-coverley-affectionately-known',0),(10488,'8 to commemorate the centenary','8-to-commemorate-the-centenary',0),(10489,'affectionately known as miss','affectionately-known-as-miss',0),(10490,'september 8 to commemorate','september-8-to-commemorate',0),(10491,'late cultural ambassador','late-cultural-ambassador',0),(10492,'louise bennett-coverley affectionately','louise-bennett-coverley-affectionately',0),(10493,'bennett-coverley affectionately known','bennett-coverley-affectionately-known',0),(10494,'rural st andrew','rural-st-andrew',0),(10495,'sunday september 8','sunday-september-8',0),(10496,'gordon town east rural st','gordon-town-east-rural-st',0),(10497,'town east rural st andrew','town-east-rural-st-andrew',0),(10498,'civic ceremony in gordon town','civic-ceremony-in-gordon-town',0),(10499,'ceremony in gordon town east','ceremony-in-gordon-town-east',0),(10500,'rural st andrew on sunday','rural-st-andrew-on-sunday',0),(10501,'st andrew on sunday september','st-andrew-on-sunday-september',0),(10502,'andrew on sunday september 8','andrew-on-sunday-september-8',0),(10503,'gordon town east rural','gordon-town-east-rural',0),(10504,'town east rural st','town-east-rural-st',0),(10505,'east rural st andrew','east-rural-st-andrew',0),(10506,'deh deh','deh-deh',0),(10507,'journey bugle','journey-bugle',0),(10508,'deh','deh',0),(10509,'concerned','concerned',0),(10510,'disrespectful','disrespectful',0),(10511,'lie','lie',0),(10512,'nuh','nuh',0),(10513,'mosquito breeding sites','mosquito-breeding-sites',0),(10514,'bulky waste','bulky-waste',0),(10515,'vector control','vector-control',0),(10516,'mosquito breeding','mosquito-breeding',0),(10517,'public health','public-health',0),(10518,'bulky','bulky',0),(10519,'mosquito','mosquito',0),(10520,'vector','vector',0),(10521,'jamaican entertainer bugle','jamaican-entertainer-bugle',0),(10522,'entertainer bugle','entertainer-bugle',0),(10523,'charged with harbouring breeding sites','charged-with-harbouring-breeding-sites',0),(10524,'harbouring breeding sites that create','harbouring-breeding-sites-that-create',0),(10525,'sites that create a nuisance','sites-that-create-a-nuisance',0),(10526,'charged with harbouring breeding','charged-with-harbouring-breeding',0),(10527,'breeding sites that create','breeding-sites-that-create',0),(10528,'harbouring breeding sites','harbouring-breeding-sites',0),(10529,'charged with harbouring','charged-with-harbouring',0),(10530,'sites that create','sites-that-create',0),(10531,'create a nuisance','create-a-nuisance',0),(10532,'harbouring breeding','harbouring-breeding',0),(10533,'sexually assaulted','sexually-assaulted',0),(10534,'camila mendes','camila-mendes',0),(10535,'sexually','sexually',0),(10536,'assaulted','assaulted',0),(10537,'camila','camila',0),(10538,'christopher tufton minister of health','christopher-tufton-minister-of-health',0),(10539,'dr christopher tufton minister','dr-christopher-tufton-minister',0),(10540,'tufton minister of health','tufton-minister-of-health',0),(10541,'christopher tufton minister','christopher-tufton-minister',0),(10542,'Aedes aegypti','aedes-aegypti',0),(10543,'donquan','donquan',0),(10544,'beck','beck',0),(10545,'gretta','gretta',0),(10546,'wrong','wrong',0),(10547,'ordeal','ordeal',0),(10548,'roofied','roofied',0),(10549,'Camila Mendes','camila-mendes',0),(10550,'roofie','roofie',0),(10551,'rape drug','rape-drug',0),(10552,'godfrey stewart','godfrey-stewart',0),(10553,'grant','grant',0),(10554,'freeport','freeport',0),(10555,'godfrey','godfrey',0),(10556,'gshsaa','gshsaa',0),(10557,'close','close',0),(10558,'classmates and very close friends','classmates-and-very-close-friends',0),(10559,'classmates and very close','classmates-and-very-close',0),(10560,'close friends','close-friends',0),(10561,'almost incumbent','almost-incumbent',0),(10562,'hope grant','hope-grant',0),(10563,'godfrey stewart high school alumni','godfrey-stewart-high-school-alumni',0),(10564,'stewart high school alumni association','stewart-high-school-alumni-association',0),(10565,'high school alumni association gshsaa','high-school-alumni-association-gshsaa',0),(10566,'flobah floridabahamas organisation in south','flobah-floridabahamas-organisation-in-south',0),(10567,'floridabahamas organisation in south florida','floridabahamas-organisation-in-south-florida',0),(10568,'school alumni association gshsaa','school-alumni-association-gshsaa',0),(10569,'godfrey stewart high school','godfrey-stewart-high-school',0),(10570,'stewart high school alumni','stewart-high-school-alumni',0),(10571,'high school alumni association','high-school-alumni-association',0),(10572,'floridabahamas organisation in south','floridabahamas-organisation-in-south',0),(10573,'organisation in south florida','organisation-in-south-florida',0),(10574,'school alumni association','school-alumni-association',0),(10575,'alumni association gshsaa','alumni-association-gshsaa',0),(10576,'flobah floridabahamas organisation','flobah-floridabahamas-organisation',0),(10577,'stewart high school','stewart-high-school',0),(10578,'high school alumni','high-school-alumni',0),(10579,'organisation in south','organisation-in-south',0),(10580,'school alumni','school-alumni',0),(10581,'devon dobson president','devon-dobson-president',0),(10582,'alumni association','alumni-association',0),(10583,'devon dobson','devon-dobson',0),(10584,'dobson president','dobson-president',0),(10585,'jamaica and the west','jamaica-and-the-west',0),(10586,'boys town','boys-town',0),(10587,'collie smith','collie-smith',0),(10588,'collie','collie',0),(10589,'allrounder','allrounder',0),(10590,'dellman','dellman',0),(10591,'all-rounder','all-rounder',0),(10592,'all-rounder o\'neil','all-rounder-oneil',0),(10593,'o\'neil','oneil',0),(10594,'collie smith drive','collie-smith-drive',0),(10595,'smith drive','smith-drive',0),(10596,'jamaica and the west indies','jamaica-and-the-west-indies',0),(10597,'collie felt','collie-felt',0),(10598,'lyndel wright','lyndel-wright',0),(10599,'younger brother','younger-brother',0),(10600,'o\'neil collie smith','oneil-collie-smith',0),(10601,'o\'neil collie','oneil-collie',0),(10602,'museum','museum',0),(10603,'bogle','bogle',0),(10604,'roses','roses',0),(10605,'boysie','boysie',0),(10606,'corner','corner',0),(10607,'dancer','dancer',0),(10608,'weddy','weddy',0),(10609,'dancer gerald levy better known','dancer-gerald-levy-better-known',0),(10610,'gerald levy better known','gerald-levy-better-known',0),(10611,'dancer gerald levy','dancer-gerald-levy',0),(10612,'levy better known','levy-better-known',0),(10613,'dancer gerald','dancer-gerald',0),(10614,'gerald levy','gerald-levy',0),(10615,'better known','better-known',0),(10616,'gerald','gerald',0),(10617,'lonsdale boysie guy','lonsdale-boysie-guy',0),(10618,'lonsdale boysie','lonsdale-boysie',0),(10619,'boysie guy','boysie-guy',0),(10620,'Collie Smith','collie-smith',0),(10621,'bogle','bogle',0),(10622,'boysie','boysie',0),(10623,'log on','log-on',0),(10624,'willie bounce','willie-bounce',0),(10625,'weddy weddy wednesdays','weddy-weddy-wednesdays',0),(10626,'stone love','stone-love',0),(10627,'viral proposal','viral-proposal',0),(10628,'Dellman Beck','dellman-beck',0),(10629,'Gretta Moore','gretta-moore',0),(10630,'Kentucky','kentucky',0),(10631,'Savannah-La-Mar','savannah-la-mar',0),(10632,'career choices','career-choices',0),(10633,'expose students','expose-students',0),(10634,'wedding bells','wedding-bells',0),(10635,'robotics','robotics',0),(10636,'examination','examination',0),(10637,'choices','choices',0),(10638,'future','future',0),(10639,'tarrant','tarrant',0),(10640,'positive for lupus','positive-for-lupus',0),(10641,'lupus antibodies','lupus-antibodies',0),(10642,'rheumatoid arthritis','rheumatoid-arthritis',0),(10643,'lupus','lupus',0),(10644,'antibodies','antibodies',0),(10645,'rheumatoid','rheumatoid',0),(10646,'arthritis','arthritis',0),(10647,'wrists','wrists',0),(10648,'thinking','thinking',0),(10649,'screenings','screenings',0),(10650,'false','false',0),(10651,'scary','scary',0),(10652,'gretta moore','gretta-moore',0),(10653,'reality tv','reality-tv',0),(10654,'marry','marry',0),(10655,'dellman beck','dellman-beck',0),(10656,'unique proposal','unique-proposal',0),(10657,'proposal','proposal',0),(10658,'gonna really change my life','gonna-really-change-my-life',0),(10659,'start really thinking','start-really-thinking',0),(10660,'gonna really change','gonna-really-change',0),(10661,'change my life','change-my-life',0),(10662,'photo facebook @grettaphillips','photo-facebook-grettaphillips',0),(10663,'facebook @grettaphillips','facebook-grettaphillips',0),(10664,'@grettaphillips','grettaphillips',0),(10665,'lupus','lupus',0),(10666,'beck photo','beck-photo',0),(10667,'beck photo contributed','beck-photo-contributed',0),(10668,'adam eve','adam-eve',0),(10669,'spa and salon','spa-and-salon',0),(10670,'build adam','build-adam',0),(10671,'adam','adam',0),(10672,'hard work','hard-work',0),(10673,'kimisha','kimisha',0),(10674,'salon','salon',0),(10675,'ellen degeneres','ellen-degeneres',0),(10676,'ellen','ellen',0),(10677,'degeneres','degeneres',0),(10678,'compassionate','compassionate',0),(10679,'amazing','amazing',0),(10680,'portia','portia',0),(10681,'conservation','conservation',0),(10682,'duke and duchess of sussex','duke-and-duchess-of-sussex',0),(10683,'credited julie edwards/lfi/avalon','credited-julie-edwards-lfi-avalon',0),(10684,'duke and duchess','duke-and-duchess',0),(10685,'credited julie','credited-julie',0),(10686,'arrive','arrive',0),(10687,'anti-doping','anti-doping',0),(10688,'Ellen DeGeneres','ellen-degeneres',0),(10689,'american talk show','american-talk-show',0),(10690,'Kimisha Walker','kimisha-walker',0),(10691,'Garth Walker','garth-walker',0),(10692,'garth','garth',0),(10693,'kimisha walker','kimisha-walker',0),(10694,'walker','walker',0),(10695,'robootics','robootics',0),(10696,'Tarrant High','tarrant-high',0),(10697,'guyana 3-0','guyana-3-0',0),(10698,'guyana 3-0 at halftime','guyana-3-0-at-halftime',0),(10699,'3-0 at halftime','3-0-at-halftime',0),(10700,'halftime','halftime',0),(10701,'monday evening','monday-evening',0),(10702,'Alva Powell','alva-powell',0),(10703,'Dever Orgill','dever-orgill',0),(10704,'gang members','gang-members',0),(10705,'bad gang members','bad-gang-members',0),(10706,'drug dealers','drug-dealers',0),(10707,'white house','white-house',0),(10708,'bad gang','bad-gang',0),(10709,'gang','gang',0),(10710,'refugees','refugees',0),(10711,'dealers','dealers',0),(10712,'tremendous','tremendous',0),(10713,'supposed','supposed',0),(10714,'jamaica anti-doping','jamaica-anti-doping',0),(10715,'commission jadco','commission-jadco',0),(10716,'jadco','jadco',0),(10717,'notified','notified',0),(10718,'president donald','president-donald',0),(10719,'president donald trump','president-donald-trump',0),(10720,'donald trump','donald-trump',0),(10721,'widespread','widespread',0),(10722,'trump speaking','trump-speaking',0),(10723,'tuesday sept','tuesday-sept',0),(10724,'tuesday sept 10','tuesday-sept-10',0),(10725,'sept 10','sept-10',0),(10726,'refugees','refugees',0),(10727,'anti-immigration policy','anti-immigration-policy',0),(10728,'gang members','gang-members',0),(10729,'documentation','documentation',0),(10730,'according to the jhta','according-to-the-jhta',0),(10731,'trade show','trade-show',0),(10732,'usa canada','usa-canada',0),(10733,'jhta president','jhta-president',0),(10734,'brand jamaica','brand-jamaica',0),(10735,'buyers','buyers',0),(10736,'jhta','jhta',0),(10737,'japex','japex',0),(10738,'suppliers','suppliers',0),(10739,'welcoming those from new markets','welcoming-those-from-new-markets',0),(10740,'new markets','new-markets',0),(10741,'welcoming','welcoming',0),(10742,'omar robinson','omar-robinson',0),(10743,'omar','omar',0),(10744,'JAPEX','japex',0),(10745,'tourism product','tourism-product',0),(10746,'Omar Robinson','omar-robinson',0),(10747,'JHTA','jhta',0),(10748,'guyana 4-0','guyana-4-0',0),(10749,'4-0','4-0',0),(10750,'dismissed','dismissed',0),(10751,'maximum','maximum',0),(10752,'orgill','orgill',0),(10753,'Alvas Powell','alvas-powell',0),(10754,'dever','dever',0),(10755,'dever orgill','dever-orgill',0),(10756,'bajo nuevo','bajo-nuevo',0),(10757,'bajo nuevo bank','bajo-nuevo-bank',0),(10758,'national aeronautics and space administration','national-aeronautics-and-space-administration',0),(10759,'maritime delimitation treaty','maritime-delimitation-treaty',0),(10760,'national aeronautics and space','national-aeronautics-and-space',0),(10761,'aeronautics and space administration','aeronautics-and-space-administration',0),(10762,'ministers of foreign affairs','ministers-of-foreign-affairs',0),(10763,'san andrés and providencia','san-andres-and-providencia',0),(10764,'monday night','monday-night',0),(10765,'nuevo bank','nuevo-bank',0),(10766,'bajo','bajo',0),(10767,'noemí sanín posada','noemi-sanin-posada',0),(10768,'meaningful mineral reserves','meaningful-mineral-reserves',0),(10769,'caribbean sea','caribbean-sea',0),(10770,'delimitation treaty','delimitation-treaty',0),(10771,'san andrés','san-andres',0),(10772,'nuevo','nuevo',0),(10773,'pollard','pollard',0),(10774,'ODI','odi',0),(10775,'T20','t20',0),(10776,'Kieron Pollard','kieron-pollard',0),(10777,'cricket','cricket',0),(10778,'indian','indian',0),(10779,'members observed indications','members-observed-indications',0),(10780,'bobby brown','bobby-brown',0),(10781,'members observed','members-observed',0),(10782,'observed indications','observed-indications',0),(10783,'being drunk','being-drunk',0),(10784,'bobby','bobby',0),(10785,'crew','crew',0),(10786,'kicked','kicked',0),(10787,'drunk','drunk',0),(10788,'removed','removed',0),(10789,'jetblue','jetblue',0),(10790,'boston','boston',0),(10791,'observed','observed',0),(10792,'members observed indications of intoxication','members-observed-indications-of-intoxication',0),(10793,'crew members observed indications','crew-members-observed-indications',0),(10794,'observed indications of intoxication','observed-indications-of-intoxication',0),(10795,'crew members observed','crew-members-observed',0),(10796,'indications of intoxication','indications-of-intoxication',0),(10797,'crew members','crew-members',0),(10798,'decision to remove a customer','decision-to-remove-a-customer',0),(10799,'customer from a flight','customer-from-a-flight',0),(10800,'decision to remove','decision-to-remove',0),(10801,'remove a customer','remove-a-customer',0),(10802,'bobby brown','bobby-brown',0),(10803,'jetblue','jetblue',0),(10804,'boston','boston',0),(10805,'professional development','professional-development',0),(10806,'· manage','%c2%b7-manage',0),(10807,'c-level enterprise customers','c-level-enterprise-customers',0),(10808,'enterprise customer','enterprise-customer',0),(10809,'enterprise customers','enterprise-customers',0),(10810,'support the enterprise','support-the-enterprise',0),(10811,'enterprise','enterprise',0),(10812,'c-level enterprise','c-level-enterprise',0),(10813,'service issues','service-issues',0),(10814,'· lead','%c2%b7-lead',0),(10815,'· support','%c2%b7-support',0),(10816,'service management','service-management',0),(10817,'service related','service-related',0),(10818,'information technology','information-technology',0),(10819,'manage','manage',0),(10820,'tessanne chin','tessanne-chin',0),(10821,'tessanne','tessanne',0),(10822,'birth','birth',0),(10823,'tessanne chin','tessanne-chin',0),(10824,'baby','baby',0),(10825,'pregnancy','pregnancy',0),(10826,'term begins','term-begins',0),(10827,'term','term',0),(10828,'begins','begins',0),(10829,'concerns','concerns',0),(10830,'supreme court','supreme-court',0),(10831,'shortage','shortage',0),(10832,'sombre','sombre',0),(10833,'sombre video','sombre-video',0),(10834,'pnp supporters','pnp-supporters',0),(10835,'75','75',0),(10836,'75 votes','75-votes',0),(10837,'billboard r&amp;b','billboard-rb',0),(10838,'airplay chart','airplay-chart',0),(10839,'airplay','airplay',0),(10840,'peaked','peaked',0),(10841,'singer koffee','singer-koffee',0),(10842,'billboard r&amp;b hip hip chart','billboard-rb-hip-hip-chart',0),(10843,'US Tour','us-tour',0),(10844,'Daniel Caesar','daniel-caesar',0),(10845,'bobsled team','bobsled-team',0),(10846,'winter olympics','winter-olympics',0),(10847,'pushing','pushing',0),(10848,'olympics','olympics',0),(10849,'solider','solider',0),(10850,'motivational','motivational',0),(10851,'bobsled','bobsled',0),(10852,'obstacles','obstacles',0),(10853,'1992','1992',0),(10854,'1998','1998',0),(10855,'seeing','seeing',0),(10856,'jamaican bobsled team','jamaican-bobsled-team',0),(10857,'jamaican bobsled','jamaican-bobsled',0),(10858,'outlined','outlined',0),(10859,'rise united team','rise-united-team',0),(10860,'united team','united-team',0),(10861,'cool runnings','cool-runnings',0),(10862,'devon harris','devon-harris',0),(10863,'motivational speaker','motivational-speaker',0),(10864,'olympic debut','olympic-debut',0),(10865,'living the dream of representing','living-the-dream-of-representing',0),(10866,'representing jamaica at the olympics','representing-jamaica-at-the-olympics',0),(10867,'dream of representing jamaica','dream-of-representing-jamaica',0),(10868,'jamaica at the olympics','jamaica-at-the-olympics',0),(10869,'living the dream','living-the-dream',0),(10870,'dream of representing','dream-of-representing',0),(10871,'representing jamaica','representing-jamaica',0),(10872,'additional','additional',0),(10873,'civil','civil',0),(10874,'criminal','criminal',0),(10875,'jamaica defence','jamaica-defence',0),(10876,'defence force','defence-force',0),(10877,'struggling','struggling',0),(10878,'staff shortage','staff-shortage',0),(10879,'Gun Court','gun-court',0),(10880,'Michaelmas','michaelmas',0),(10881,'civil registry','civil-registry',0),(10882,'Devon Harris','devon-harris',0),(10883,'bobsled','bobsled',0),(10884,'Keep On Pushing','keep-on-pushing',0),(10885,'pen hospital','pen-hospital',0),(10886,'pen','pen',0),(10887,'upgrading','upgrading',0),(10888,'health and wellness minister dr','health-and-wellness-minister-dr',0),(10889,'health and wellness minister','health-and-wellness-minister',0),(10890,'wellness minister dr','wellness-minister-dr',0),(10891,'wellness minister','wellness-minister',0),(10892,'may pen hospital','may-pen-hospital',0),(10893,'health facility','health-facility',0),(10894,'jessica','jessica',0),(10895,'justin','justin',0),(10896,'jessica biel','jessica-biel',0),(10897,'biel','biel',0),(10898,'jessica biel','jessica-biel',0),(10899,'justin timberlake','justin-timberlake',0),(10900,'movie star','movie-star',0),(10901,'love to produce','love-to-produce',0),(10902,'fate','fate',0),(10903,'given','given',0),(10904,'employers','employers',0),(10905,'skill','skill',0),(10906,'hoping','hoping',0),(10907,'courses','courses',0),(10908,'profile','profile',0),(10909,'allowed some time for training','allowed-some-time-for-training',0),(10910,'work and the job','work-and-the-job',0),(10911,'allowed some time','allowed-some-time',0),(10912,'time for training','time-for-training',0),(10913,'single worker','single-worker',0),(10914,'worker','worker',0),(10915,'mr grant','mr-grant',0),(10916,'civil service association jcsa o\'neil','civil-service-association-jcsa-oneil',0),(10917,'service association jcsa o\'neil grant','service-association-jcsa-oneil-grant',0),(10918,'civil service association jcsa','civil-service-association-jcsa',0),(10919,'service association jcsa o\'neil','service-association-jcsa-oneil',0),(10920,'association jcsa o\'neil grant','association-jcsa-oneil-grant',0),(10921,'civil service association','civil-service-association',0),(10922,'service association jcsa','service-association-jcsa',0),(10923,'association jcsa o\'neil','association-jcsa-oneil',0),(10924,'jcsa o\'neil grant','jcsa-oneil-grant',0),(10925,'civil service','civil-service',0),(10926,'service association','service-association',0),(10927,'association jcsa','association-jcsa',0),(10928,'jcsa o\'neil','jcsa-oneil',0),(10929,'o\'neil grant','oneil-grant',0),(10930,'peter phillips and peter bunting','peter-phillips-and-peter-bunting',0),(10931,'dr peter phillips and peter','dr-peter-phillips-and-peter',0),(10932,'peter phillips and peter','peter-phillips-and-peter',0),(10933,'phillips and peter bunting','phillips-and-peter-bunting',0),(10934,'phillips and peter','phillips-and-peter',0),(10935,'Peter Buntig','peter-buntig',0),(10936,'continue to upgrade their skills','continue-to-upgrade-their-skills',0),(10937,'new skills in the workplace','new-skills-in-the-workplace',0),(10938,'skills in the workplace','skills-in-the-workplace',0),(10939,'now broaden their horizon','now-broaden-their-horizon',0),(10940,'continue to upgrade','continue-to-upgrade',0),(10941,'upgrade their skills','upgrade-their-skills',0),(10942,'given new skills','given-new-skills',0),(10943,'broaden their horizon','broaden-their-horizon',0),(10944,'jamaica civil service association jcsa','jamaica-civil-service-association-jcsa',0),(10945,'jamaica civil service association','jamaica-civil-service-association',0),(10946,'grant president of the jamaica','grant-president-of-the-jamaica',0),(10947,'president of the jamaica civil','president-of-the-jamaica-civil',0),(10948,'o\'neil grant president','oneil-grant-president',0),(10949,'jamaica civil service','jamaica-civil-service',0),(10950,'Kent Gammon','kent-gammon',0),(10951,'National Championships','national-championships',0),(10952,'JADCO','jadco',0),(10953,'club of eastern st andrew','club-of-eastern-st-andrew',0),(10954,'club of eastern st','club-of-eastern-st',0),(10955,'eastern st andrew','eastern-st-andrew',0),(10956,'club of eastern','club-of-eastern',0),(10957,'eastern st','eastern-st',0),(10958,'promise learning','promise-learning',0),(10959,'kiwanis club','kiwanis-club',0),(10960,'kiwanis','kiwanis',0),(10961,'promise','promise',0),(10962,'Kiwanis Club of Eastern St Andrew','kiwanis-club-of-eastern-st-andrew',0),(10963,'Promise Learning Center','promise-learning-center',0),(10964,'Rose Marie','rose-marie',0),(10965,'personal care products','personal-care-products',0),(10966,'personal care','personal-care',0),(10967,'src','src',0),(10968,'care products','care-products',0),(10969,'rose miller','rose-miller',0),(10970,'industry standards','industry-standards',0),(10971,'src dr','src-dr',0),(10972,'workshops','workshops',0),(10973,'formulations','formulations',0),(10974,'research','research',0),(10975,'soaps','soaps',0),(10976,'lotions','lotions',0),(10977,'political future','political-future',0),(10978,'peril','peril',0),(10979,'contest','contest',0),(10980,'wignall','wignall',0),(10981,'contests','contests',0),(10982,'manager product research and development','manager-product-research-and-development',0),(10983,'divisional manager product research','divisional-manager-product-research',0),(10984,'product research and development','product-research-and-development',0),(10985,'development at the src dr','development-at-the-src-dr',0),(10986,'divisional manager product','divisional-manager-product',0),(10987,'manager product research','manager-product-research',0),(10988,'development at the src','development-at-the-src',0),(10989,'research and development','research-and-development',0),(10990,'divisional manager','divisional-manager',0),(10991,'manager product','manager-product',0),(10992,'product research','product-research',0),(10993,'charra watson','charra-watson',0),(10994,'src carolyn rose miller','src-carolyn-rose-miller',0),(10995,'manager for marketing and corporate','manager-for-marketing-and-corporate',0),(10996,'corporate communications at the src','corporate-communications-at-the-src',0),(10997,'communications at the src carolyn','communications-at-the-src-carolyn',0),(10998,'marketing and corporate communications','marketing-and-corporate-communications',0),(10999,'src carolyn rose','src-carolyn-rose',0),(11000,'carolyn rose miller','carolyn-rose-miller',0),(11001,'communications at the src','communications-at-the-src',0),(11002,'manager for marketing','manager-for-marketing',0),(11003,'marketing and corporate','marketing-and-corporate',0),(11004,'concert','concert',0),(11005,'portable','portable',0),(11006,'spragga','spragga',0),(11007,'spragga benz','spragga-benz',0),(11008,'benz','benz',0),(11009,'wayne wonder','wayne-wonder',0),(11010,'wayne','wayne',0),(11011,'wonder','wonder',0),(11012,'benefit concert','benefit-concert',0),(11013,'benefit','benefit',0),(11014,'jamaican acts','jamaican-acts',0),(11015,'cham','cham',0),(11016,'red rat','red-rat',0),(11017,'benefit concert','benefit-concert',0),(11018,'Scientific Research Council','scientific-research-council',0),(11019,'SRC','src',0),(11020,'personal care products','personal-care-products',0),(11021,'position in the party','position-in-the-party',0),(11022,'arnaldo brown','arnaldo-brown',0),(11023,'arnaldo','arnaldo',0),(11024,'Mark Wignal','mark-wignal',0),(11025,'Arnaldo Brown','arnaldo-brown',0),(11026,'tree crop','tree-crop',0),(11027,'food-import bill','food-import-bill',0),(11028,'locally grown','locally-grown',0),(11029,'tree','tree',0),(11030,'crop','crop',0),(11031,'crops','crops',0),(11032,'resource','resource',0),(11033,'food-import','food-import',0),(11034,'bill','bill',0),(11035,'professor','professor',0),(11036,'roberts-nkrumah','roberts-nkrumah',0),(11037,'breadfruit','breadfruit',0),(11038,'fact first introduced in jamaica','fact-first-introduced-in-jamaica',0),(11039,'pretty ironic that breadfruit','pretty-ironic-that-breadfruit',0),(11040,'shortage of imported foodstuff','shortage-of-imported-foodstuff',0),(11041,'first introduced in jamaica','first-introduced-in-jamaica',0),(11042,'caribbean against the background','caribbean-against-the-background',0),(11043,'background of a shortage','background-of-a-shortage',0),(11044,'ironic that breadfruit','ironic-that-breadfruit',0),(11045,'fact first introduced','fact-first-introduced',0),(11046,'introduced in jamaica','introduced-in-jamaica',0),(11047,'shortage of imported','shortage-of-imported',0),(11048,'pretty ironic','pretty-ironic',0),(11049,'imported foodstuff','imported-foodstuff',0),(11050,'first introduced','first-introduced',0),(11051,'krazy jerk','krazy-jerk',0),(11052,'authentic jamaican','authentic-jamaican',0),(11053,'jerk','jerk',0),(11054,'krazy','krazy',0),(11055,'gray','gray',0),(11056,'authentic','authentic',0),(11057,'minister of industry commerce agriculture','minister-of-industry-commerce-agriculture',0),(11058,'minister of industry commerce','minister-of-industry-commerce',0),(11059,'minister of industry','minister-of-industry',0),(11060,'being classified as a superfood','being-classified-as-a-superfood',0),(11061,'classified as a superfood','classified-as-a-superfood',0),(11062,'audley shaw minister of industry','audley-shaw-minister-of-industry',0),(11063,'shaw minister of industry commerce','shaw-minister-of-industry-commerce',0),(11064,'shaw minister of industry','shaw-minister-of-industry',0),(11065,'audley shaw minister','audley-shaw-minister',0),(11066,'parliament together','parliament-together',0),(11067,'show of unity','show-of-unity',0),(11068,'unity','unity',0),(11069,'planned','planned',0),(11070,'andrew gray','andrew-gray',0),(11071,'jamaican flag','jamaican-flag',0),(11072,'flag','flag',0),(11073,'front of the building','front-of-the-building',0),(11074,'definitely a jamaican','definitely-a-jamaican',0),(11075,'krazy jerk','krazy-jerk',0),(11076,'jamaican restaurant','jamaican-restaurant',0),(11077,'andrew gray','andrew-gray',0),(11078,'buzz food','buzz-food',0),(11079,'germplasm collection written by professor','germplasm-collection-written-by-professor',0),(11080,'collection written by professor laura','collection-written-by-professor-laura',0),(11081,'written by professor laura b','written-by-professor-laura-b',0),(11082,'west indies uwi st','west-indies-uwi-st',0),(11083,'faculty of food and agriculture','faculty-of-food-and-agriculture',0),(11084,'collection written by professor','collection-written-by-professor',0),(11085,'written by professor laura','written-by-professor-laura',0),(11086,'breadfruit germplasm collection written','breadfruit-germplasm-collection-written',0),(11087,'breadfruit germplasm collection','breadfruit-germplasm-collection',0),(11088,'professor laura b','professor-laura-b',0),(11089,'tenille clarke','tenille-clarke',0),(11090,'angus','angus',0),(11091,'latest collection','latest-collection',0),(11092,'linkage','linkage',0),(11093,'òkùnkùn','okunkun',0),(11094,'centipede','centipede',0),(11095,'xr','xr',0),(11096,'price','price',0),(11097,'wide','wide',0),(11098,'camera','camera',0),(11099,'12mp','12mp',0),(11100,'ultra-wide','ultra-wide',0),(11101,'light','light',0),(11102,'iphone 11 pro and 11','iphone-11-pro-and-11',0),(11103,'11 pro and 11 pro','11-pro-and-11-pro',0),(11104,'11 pro and 11','11-pro-and-11',0),(11105,'pro and 11 pro','pro-and-11-pro',0),(11106,'pro and 11','pro-and-11',0),(11107,'12mp sensors','12mp-sensors',0),(11108,'retina','retina',0),(11109,'sensors','sensors',0),(11110,'lead designer of linkage dayle','lead-designer-of-linkage-dayle',0),(11111,'designer of linkage dayle angus','designer-of-linkage-dayle-angus',0),(11112,'lead designer of linkage','lead-designer-of-linkage',0),(11113,'designer of linkage dayle','designer-of-linkage-dayle',0),(11114,'linkage dayle angus','linkage-dayle-angus',0),(11115,'designer of linkage','designer-of-linkage',0),(11116,'lead designer','lead-designer',0),(11117,'linkage dayle','linkage-dayle',0),(11118,'dayle angus','dayle-angus',0),(11119,'dayle','dayle',0),(11120,'pro and 11 pro max','pro-and-11-pro-max',0),(11121,'neural engine','neural-engine',0),(11122,'phones','phones',0),(11123,'new 12mp','new-12mp',0),(11124,'new york fashion','new-york-fashion',0),(11125,'york fashion','york-fashion',0),(11126,'midnight green space','midnight-green-space',0),(11127,'midnight green','midnight-green',0),(11128,'green space','green-space',0),(11129,'iphone 11 pro and iphone','iphone-11-pro-and-iphone',0),(11130,'11 pro and iphone 11','11-pro-and-iphone-11',0),(11131,'pro and iphone 11 pro','pro-and-iphone-11-pro',0),(11132,'iphone 11 pro max','iphone-11-pro-max',0),(11133,'11 pro and iphone','11-pro-and-iphone',0),(11134,'pro and iphone 11','pro-and-iphone-11',0),(11135,'pro and iphone','pro-and-iphone',0),(11136,'a13 bionic','a13-bionic',0),(11137,'introduce a menswear collection','introduce-a-menswear-collection',0),(11138,'introduce a menswear','introduce-a-menswear',0),(11139,'menswear collection','menswear-collection',0),(11140,'new york fashion week','new-york-fashion-week',0),(11141,'Linkage','linkage',0),(11142,'Tobago designer','tobago-designer',0),(11143,'Òkùnkùn','okunkun',0),(11144,'Big Apple','big-apple',0),(11145,'Amanda King','amanda-king',0),(11146,'tuesday afternoon','tuesday-afternoon',0),(11147,'afternoon','afternoon',0),(11148,'iPhone11','iphone11',0),(11149,'iPhone11pRO','iphone11pro',0),(11150,'iPhone11ProMax','iphone11promax',0),(11151,'breadfruit','breadfruit',0),(11152,'Hon. Audley Shaw','hon-audley-shaw',0),(11153,'noise abatement act','noise-abatement-act',0),(11154,'noise abatement','noise-abatement',0),(11155,'abatement act','abatement-act',0),(11156,'noise','noise',0),(11157,'abatement','abatement',0),(11158,'promoters','promoters',0),(11159,'kingston kitchen','kingston-kitchen',0),(11160,'leisha wong','leisha-wong',0),(11161,'leisha','leisha',0),(11162,'work at kph kingston public','work-at-kph-kingston-public',0),(11163,'kph kingston public hospital','kph-kingston-public-hospital',0),(11164,'work at kph kingston','work-at-kph-kingston',0),(11165,'kph kingston public','kph-kingston-public',0),(11166,'kingston public hospital','kingston-public-hospital',0),(11167,'deal with the nurse','deal-with-the-nurse',0),(11168,'wong','wong',0),(11169,'work at kph','work-at-kph',0),(11170,'kph kingston','kph-kingston',0),(11171,'kingston public','kingston-public',0),(11172,'2011','2011',0),(11173,'public hospital','public-hospital',0),(11174,'turning','turning',0),(11175,'dancehall events','dancehall-events',0),(11176,'stop fight events','stop-fight-events',0),(11177,'no music no vote','no-music-no-vote',0),(11178,'foota hype','foota-hype',0),(11179,'noise abatement act','noise-abatement-act',0),(11180,'uncut gems','uncut-gems',0),(11181,'weeknd','weeknd',0),(11182,'uncut','uncut',0),(11183,'gems','gems',0),(11184,'freeform','freeform',0),(11185,'freeform locks','freeform-locks',0),(11186,'locks','locks',0),(11187,'jacqui sinclair','jacqui-sinclair',0),(11188,'jacqui','jacqui',0),(11189,'sinclair','sinclair',0),(11190,'the weeknd','the-weeknd',0),(11191,'freeform locks','freeform-locks',0),(11192,'uncut gems','uncut-gems',0),(11193,'adam sandler','adam-sandler',0),(11194,'canadian star','canadian-star',0),(11195,'toronto international film festival','toronto-international-film-festival',0),(11196,'kylie jenner','kylie-jenner',0),(11197,'kylie','kylie',0),(11198,'travis','travis',0),(11199,'nude','nude',0),(11200,'playboy','playboy',0),(11201,'travis scott','travis-scott',0),(11202,'stormi','stormi',0),(11203,'Playboy','playboy',0),(11204,'Playboy magazine','playboy-magazine',0),(11205,'Melanie Miller','melanie-miller',0),(11206,'Leisha Wong','leisha-wong',0),(11207,'Jacqui Sinclair','jacqui-sinclair',0),(11208,'caribbean wellness','caribbean-wellness',0),(11209,'senior citizens','senior-citizens',0),(11210,'caribbean wellness','caribbean-wellness',0),(11211,'jamaica pegasus hotel','jamaica-pegasus-hotel',0),(11212,'christopher tufton','christopher-tufton',0),(11213,'Shahine Robinson','shahine-robinson',0),(11214,'plastic surgery','plastic-surgery',0),(11215,'bleaching','bleaching',0),(11216,'effects','effects',0),(11217,'bleaching cream','bleaching-cream',0),(11218,'cream','cream',0),(11219,'launch','launch',0),(11220,'launch of caribbean','launch-of-caribbean',0),(11221,'launch of caribbean wellness','launch-of-caribbean-wellness',0),(11222,'taking care','taking-care',0),(11223,'bleaching','bleaching',0),(11224,'egeing','egeing',0),(11225,'bleaching cream and plastic surgery','bleaching-cream-and-plastic-surgery',0),(11226,'bleaching cream and plastic','bleaching-cream-and-plastic',0),(11227,'cream and plastic surgery','cream-and-plastic-surgery',0),(11228,'cream and plastic','cream-and-plastic',0),(11229,'jab','jab',0),(11230,'plastic surgery to hide','plastic-surgery-to-hide',0),(11231,'surgery to hide','surgery-to-hide',0),(11232,'hide','hide',0),(11233,'plastic surgery to hide ageing','plastic-surgery-to-hide-ageing',0),(11234,'surgery to hide ageing','surgery-to-hide-ageing',0),(11235,'hide ageing','hide-ageing',0),(11236,'effects of ageing','effects-of-ageing',0),(11237,'digicel manning cup','digicel-manning-cup',0),(11238,'greater portmore','greater-portmore',0),(11239,'1 vs','1-vs',0),(11240,'margin of victory','margin-of-victory',0),(11241,'digicel manning','digicel-manning',0),(11242,'jamaica college','jamaica-college',0),(11243,'group e','group-e',0),(11244,'clan carthy','clan-carthy',0),(11245,'jc','jc',0),(11246,'greater','greater',0),(11247,'vauxhall','vauxhall',0),(11248,'margin','margin',0),(11249,'sale of lands','sale-of-lands',0),(11250,'3000-room hotel','3000-room-hotel',0),(11251,'st ann','st-ann',0),(11252,'700','700',0),(11253,'3000-room','3000-room',0),(11254,'sale','sale',0),(11255,'lands','lands',0),(11256,'commence','commence',0),(11257,'phases','phases',0),(11258,'salem','salem',0),(11259,'Salem','salem',0),(11260,'land sale','land-sale',0),(11261,'Karisma Hotels','karisma-hotels',0),(11262,'mps','mps',0),(11263,'constituencies','constituencies',0),(11264,'hurricanes','hurricanes',0),(11265,'parliament on tuesday','parliament-on-tuesday',0),(11266,'opposition leader','opposition-leader',0),(11267,'opposition','opposition',0),(11268,'opposition leader dr','opposition-leader-dr',0),(11269,'Government of Jamaica','government-of-jamaica',0),(11270,'hurricane preparedness','hurricane-preparedness',0),(11271,'Members of Parliament','members-of-parliament',0),(11272,'requesting an initial','requesting-an-initial',0),(11273,'paho','paho',0),(11274,'sanitation','sanitation',0),(11275,'surveillance','surveillance',0),(11276,'restore','restore',0),(11277,'requesting','requesting',0),(11278,'initial','initial',0),(11279,'us$3.5','us3-5',0),(11280,'healthcare','healthcare',0),(11281,'epidemiological','epidemiological',0),(11282,'director of health emergencies dr','director-of-health-emergencies-dr',0),(11283,'director of health emergencies','director-of-health-emergencies',0),(11284,'director of health','director-of-health',0),(11285,'health emergencies dr','health-emergencies-dr',0),(11286,'health emergencies','health-emergencies',0),(11287,'emergencies dr','emergencies-dr',0),(11288,'pan american','pan-american',0),(11289,'pan','pan',0),(11290,'pan american health','pan-american-health',0),(11291,'american health','american-health',0),(11292,'Pan American Health Organisation','pan-american-health-organisation',0),(11293,'PAHO','paho',0),(11294,'donor request','donor-request',0),(11295,'Director of Health Emergencies Dr. Ciro Ugarte','director-of-health-emergencies-dr-ciro-ugarte',0),(11296,'northwest Bahamas','northwest-bahamas',0),(11297,'short-term health care','short-term-health-care',0),(11298,'human resources','human-resources',0),(11299,'resources','resources',0),(11300,'policies','policies',0),(11301,'degree','degree',0),(11302,'development employee relations and culture','development-employee-relations-and-culture',0),(11303,'employee relations and culture building','employee-relations-and-culture-building',0),(11304,'relations and culture building compensation','relations-and-culture-building-compensation',0),(11305,'culture building compensation and benefits','culture-building-compensation-and-benefits',0),(11306,'building compensation and benefits performance','building-compensation-and-benefits-performance',0),(11307,'compensation and benefits performance management','compensation-and-benefits-performance-management',0),(11308,'performance management health and safety','performance-management-health-and-safety',0),(11309,'management development employee relations','management-development-employee-relations',0),(11310,'benefits performance management health','benefits-performance-management-health',0),(11311,'health and safety and records','health-and-safety-and-records',0),(11312,'employee relations and culture','employee-relations-and-culture',0),(11313,'relations and culture building','relations-and-culture-building',0),(11314,'building compensation and benefits','building-compensation-and-benefits',0),(11315,'compensation and benefits performance','compensation-and-benefits-performance',0),(11316,'management health and safety','management-health-and-safety',0),(11317,'safety and records management','safety-and-records-management',0),(11318,'management development employee','management-development-employee',0),(11319,'development employee relations','development-employee-relations',0),(11320,'culture building compensation','culture-building-compensation',0),(11321,'human resources functions for ttech','human-resources-functions-for-ttech',0),(11322,'resources functions for ttech limited','resources-functions-for-ttech-limited',0),(11323,'resources functions for ttech','resources-functions-for-ttech',0),(11324,'functions for ttech limited','functions-for-ttech-limited',0),(11325,'human resources functions','human-resources-functions',0),(11326,'talent management development','talent-management-development',0),(11327,'manages and co-ordinates','manages-and-co-ordinates',0),(11328,'functions for ttech','functions-for-ttech',0),(11329,'recruitment and selection','recruitment-and-selection',0),(11330,'relations and culture','relations-and-culture',0),(11331,'compensation and benefits','compensation-and-benefits',0),(11332,'health and safety','health-and-safety',0),(11333,'resources functions','resources-functions',0),(11334,'ttech limited','ttech-limited',0),(11335,'talent management','talent-management',0),(11336,'iPad','ipad',0),(11337,'apple watch series 5','apple-watch-series-5',0),(11338,'tablets','tablets',0),(11339,'us$20,000','us20000',0),(11340,'gtrcmc','gtrcmc',0),(11341,'product exchange japex trade show','product-exchange-japex-trade-show',0),(11342,'product exchange japex trade','product-exchange-japex-trade',0),(11343,'exchange japex trade show','exchange-japex-trade-show',0),(11344,'trade show at the montego','trade-show-at-the-montego',0),(11345,'show at the montego bay','show-at-the-montego-bay',0),(11346,'jamaica hotel and tourist','jamaica-hotel-and-tourist',0),(11347,'james on september 9','james-on-september-9',0),(11348,'jhta omar robinson','jhta-omar-robinson',0),(11349,'product exchange japex','product-exchange-japex',0),(11350,'exchange japex trade','exchange-japex-trade',0),(11351,'japex trade show','japex-trade-show',0),(11352,'show at the montego','show-at-the-montego',0),(11353,'hotel and tourist','hotel-and-tourist',0),(11354,'james on september','james-on-september',0),(11355,'jamaica hotel','jamaica-hotel',0),(11356,'association jhta','association-jhta',0),(11357,'jhta omar','jhta-omar',0),(11358,'safeguard the health and welfare','safeguard-the-health-and-welfare',0),(11359,'help safeguard the health','help-safeguard-the-health',0),(11360,'prayer that the resources being','prayer-that-the-resources-being',0),(11361,'prayer that the resources','prayer-that-the-resources',0),(11362,'welfare of the residents','welfare-of-the-residents',0),(11363,'hope and prayer','hope-and-prayer',0),(11364,'resources being channelled','resources-being-channelled',0),(11365,'safeguard the health','safeguard-the-health',0),(11366,'health and welfare','health-and-welfare',0),(11367,'help safeguard','help-safeguard',0),(11368,'resources being','resources-being',0),(11369,'being channelled','being-channelled',0),(11370,'relief efforts','relief-efforts',0),(11371,'jamaica hotel and tourist association','jamaica-hotel-and-tourist-association',0),(11372,'hotel and tourist association jhta','hotel-and-tourist-association-jhta',0),(11373,'hotel and tourist association','hotel-and-tourist-association',0),(11374,'tourist association jhta','tourist-association-jhta',0),(11375,'tourist association','tourist-association',0),(11376,'fifa 20 demo','fifa-20-demo',0),(11377,'paris saint germain','paris-saint-germain',0),(11378,'fifa 20','fifa-20',0),(11379,'20 demo','20-demo',0),(11380,'nintendo switch','nintendo-switch',0),(11381,'borussia dortmund','borussia-dortmund',0),(11382,'paris saint','paris-saint',0),(11383,'saint germain','saint-germain',0),(11384,'real madrid','real-madrid',0),(11385,'demo','demo',0),(11386,'chance','chance',0),(11387,'madrid','madrid',0),(11388,'tottenham','tottenham',0),(11389,'xbox','xbox',0),(11390,'switch','switch',0),(11391,'host','host',0),(11392,'jennifer lopez wants','jennifer-lopez-wants',0),(11393,'lopez wants','lopez-wants',0),(11394,'raise','raise',0),(11395,'games as people','games-as-people',0),(11396,'september 07','september-07',0),(11397,'07','07',0),(11398,'fiance','fiance',0),(11399,'Alex Rodriguez','alex-rodriguez',0),(11400,'JLo','jlo',0),(11401,'latin star','latin-star',0),(11402,'FIFA','fifa',0),(11403,'EA Sports','ea-sports',0),(11404,'rain water harvesting','rain-water-harvesting',0),(11405,'rain water','rain-water',0),(11406,'independent water supply','independent-water-supply',0),(11407,'water harvesting','water-harvesting',0),(11408,'rainwater harvesting','rainwater-harvesting',0),(11409,'rainwater','rainwater',0),(11410,'storage of rainwater','storage-of-rainwater',0),(11411,'harvesting','harvesting',0),(11412,'climate change','climate-change',0),(11413,'independent water','independent-water',0),(11414,'water supply','water-supply',0),(11415,'water restrictions','water-restrictions',0),(11416,'water catchment','water-catchment',0),(11417,'catchment ponds','catchment-ponds',0),(11418,'irrigation water','irrigation-water',0),(11419,'rain','rain',0),(11420,'storage','storage',0),(11421,'soil erosion','soil-erosion',0),(11422,'irrigation','irrigation',0),(11423,'ponds','ponds',0),(11424,'red bull culture clash','red-bull-culture-clash',0),(11425,'red bull culture','red-bull-culture',0),(11426,'bull culture clash','bull-culture-clash',0),(11427,'sound system culture','sound-system-culture',0),(11428,'red bull','red-bull',0),(11429,'bull culture','bull-culture',0),(11430,'culture clash','culture-clash',0),(11431,'system culture','system-culture',0),(11432,'bull','bull',0),(11433,'clash','clash',0),(11434,'matterhorn','matterhorn',0),(11435,'red bull culture clash','red-bull-culture-clash',0),(11436,'Tony Matterhorn','tony-matterhorn',0),(11437,'mariah carey\'s daughter','mariah-careys-daughter',0),(11438,'carey\'s daughter','careys-daughter',0),(11439,'target','target',0),(11440,'shopping','shopping',0),(11441,'sic','sic',0),(11442,'belong','belong',0),(11443,'monroe','monroe',0),(11444,'spree','spree',0),(11445,'david','david',0),(11446,'belong together','belong-together',0),(11447,'trolley','trolley',0),(11448,'target','target',0),(11449,'budget supermarket','budget-supermarket',0),(11450,'shopping spree','shopping-spree',0),(11451,'party promoters','party-promoters',0),(11452,'ksamc','ksamc',0),(11453,'letter','letter',0),(11454,'relates','relates',0),(11455,'kingston mayor','kingston-mayor',0),(11456,'delroy williams','delroy-williams',0),(11457,'KSAMC','ksamc',0),(11458,'delroy williams','delroy-williams',0),(11459,'party pro','party-pro',0),(11460,'party promoters','party-promoters',0),(11461,'entertainment zone','entertainment-zone',0),(11462,'responsibility to air','responsibility-to-air',0),(11463,'kingston mayor delroy','kingston-mayor-delroy',0),(11464,'mayor delroy','mayor-delroy',0),(11465,'kingston mayor delroy williams','kingston-mayor-delroy-williams',0),(11466,'mayor delroy williams','mayor-delroy-williams',0),(11467,'e-cigarettes','e-cigarettes',0),(11468,'medical association','medical-association',0),(11469,'lung cancer','lung-cancer',0),(11470,'using e-cigarettes','using-e-cigarettes',0),(11471,'vaping','vaping',0),(11472,'lung','lung',0),(11473,'ama','ama',0),(11474,'nicotine','nicotine',0),(11475,'cigarettes','cigarettes',0),(11476,'rainwater harvesting','rainwater-harvesting',0),(11477,'drought','drought',0),(11478,'e-cigarette','e-cigarette',0),(11479,'vaping','vaping',0),(11480,'lung cancer','lung-cancer',0),(11481,'smokers','smokers',0),(11482,'increasing reports of e-cigarette-associated lung','increasing-reports-of-e-cigarette-associated-lung',0),(11483,'reports of e-cigarette-associated lung illnesses','reports-of-e-cigarette-associated-lung-illnesses',0),(11484,'lung illnesses across the country','lung-illnesses-across-the-country',0),(11485,'urges the public to avoid','urges-the-public-to-avoid',0),(11486,'light of increasing reports','light-of-increasing-reports',0),(11487,'increasing reports of e-cigarette-associated','increasing-reports-of-e-cigarette-associated',0),(11488,'reports of e-cigarette-associated lung','reports-of-e-cigarette-associated-lung',0),(11489,'country the ama urges','country-the-ama-urges',0),(11490,'ama urges the public','ama-urges-the-public',0),(11491,'e-cigarette-associated lung illnesses','e-cigarette-associated-lung-illnesses',0),(11492,'illnesses across the country','illnesses-across-the-country',0),(11493,'light of increasing','light-of-increasing',0),(11494,'reports of e-cigarette-associated','reports-of-e-cigarette-associated',0),(11495,'country the ama','country-the-ama',0),(11496,'urges the public','urges-the-public',0),(11497,'public to avoid','public-to-avoid',0),(11498,'increasing reports','increasing-reports',0),(11499,'recrimination or victimisation','recrimination-or-victimisation',0),(11500,'normal party functions','normal-party-functions',0),(11501,'party functions','party-functions',0),(11502,'normal party','normal-party',0),(11503,'recrimination','recrimination',0),(11504,'victimisation','victimisation',0),(11505,'form','form',0),(11506,'popcorn type of lung cancer','popcorn-type-of-lung-cancer',0),(11507,'call a popcorn type','call-a-popcorn-type',0),(11508,'popcorn type of lung','popcorn-type-of-lung',0),(11509,'type of lung cancer','type-of-lung-cancer',0),(11510,'cause bronchitis pneumonia','cause-bronchitis-pneumonia',0),(11511,'e-cigarettes and vaping','e-cigarettes-and-vaping',0),(11512,'call a popcorn','call-a-popcorn',0),(11513,'type of lung','type-of-lung',0),(11514,'cause bronchitis','cause-bronchitis',0),(11515,'bronchitis pneumonia','bronchitis-pneumonia',0),(11516,'popcorn type','popcorn-type',0),(11517,'positive energies created','positive-energies-created',0),(11518,'positive energies','positive-energies',0),(11519,'energies created','energies-created',0),(11520,'task now','task-now',0),(11521,'angelique coetzee','angelique-coetzee',0),(11522,'peter phillips pnp and opposition','peter-phillips-pnp-and-opposition',0),(11523,'phillips pnp and opposition leader','phillips-pnp-and-opposition-leader',0),(11524,'dr peter phillips pnp','dr-peter-phillips-pnp',0),(11525,'phillips pnp and opposition','phillips-pnp-and-opposition',0),(11526,'pnp and opposition leader','pnp-and-opposition-leader',0),(11527,'peter phillips pnp','peter-phillips-pnp',0),(11528,'pnp and opposition','pnp-and-opposition',0),(11529,'phillips pnp','phillips-pnp',0),(11530,'south african medical association','south-african-medical-association',0),(11531,'south african medical','south-african-medical',0),(11532,'african medical association','african-medical-association',0),(11533,'african medical','african-medical',0),(11534,'fort clarence','fort-clarence',0),(11535,'guardsman hospitality','guardsman-hospitality',0),(11536,'hospitality','hospitality',0),(11537,'fort','fort',0),(11538,'clarence','clarence',0),(11539,'structures','structures',0),(11540,'upgrades','upgrades',0),(11541,'udc','udc',0),(11542,'heron','heron',0),(11543,'green pond','green-pond',0),(11544,'second win','second-win',0),(11545,'maud mcleod','maud-mcleod',0),(11546,'green island','green-island',0),(11547,'vs green','vs-green',0),(11548,'anchovy','anchovy',0),(11549,'pond','pond',0),(11550,'frome','frome',0),(11551,'mannings','mannings',0),(11552,'maud','maud',0),(11553,'Munro College','munro-college',0),(11554,'Manchester High','manchester-high',0),(11555,'laura','laura',0),(11556,'laura heron','laura-heron',0),(11557,'laura heron guardsman hospitality','laura-heron-guardsman-hospitality',0),(11558,'laura heron guardsman','laura-heron-guardsman',0),(11559,'heron guardsman hospitality','heron-guardsman-hospitality',0),(11560,'heron guardsman','heron-guardsman',0),(11561,'fort clarence beach','fort-clarence-beach',0),(11562,'clarence beach','clarence-beach',0),(11563,'Fort Clarence','fort-clarence',0),(11564,'Guardsman Hospitality','guardsman-hospitality',0),(11565,'prepare','prepare',0),(11566,'flood','flood',0),(11567,'drainage','drainage',0),(11568,'approved','approved',0),(11569,'family reunion','family-reunion',0),(11570,'messam','messam',0),(11571,'reunion','reunion',0),(11572,'road construction','road-construction',0),(11573,'mayor of miramar florida','mayor-of-miramar-florida',0),(11574,'mayor of miramar','mayor-of-miramar',0),(11575,'miramar florida','miramar-florida',0),(11576,'miramar','miramar',0),(11577,'wayne messam','wayne-messam',0),(11578,'welcomed','welcomed',0),(11579,'custos of st','custos-of-st',0),(11580,'custos of st james','custos-of-st-james',0),(11581,'conrad pitkin','conrad-pitkin',0),(11582,'st james bishop conrad pitkin','st-james-bishop-conrad-pitkin',0),(11583,'custos of st james bishop','custos-of-st-james-bishop',0),(11584,'st james bishop conrad','st-james-bishop-conrad',0),(11585,'james bishop conrad pitkin','james-bishop-conrad-pitkin',0),(11586,'st james bishop','st-james-bishop',0),(11587,'james bishop conrad','james-bishop-conrad',0),(11588,'bishop conrad pitkin','bishop-conrad-pitkin',0),(11589,'james bishop','james-bishop',0),(11590,'bishop conrad','bishop-conrad',0),(11591,'mayor of miramar florida wayne','mayor-of-miramar-florida-wayne',0),(11592,'miramar florida wayne messam','miramar-florida-wayne-messam',0),(11593,'candidate and mayor of miramar','candidate-and-mayor-of-miramar',0),(11594,'presidential candidate and mayor','presidential-candidate-and-mayor',0),(11595,'miramar florida wayne','miramar-florida-wayne',0),(11596,'florida wayne messam','florida-wayne-messam',0),(11597,'candidate and mayor','candidate-and-mayor',0),(11598,'anthony henry','anthony-henry',0),(11599,'suffering from manmade water disaster','suffering-from-manmade-water-disaster',0),(11600,'suffering from manmade water','suffering-from-manmade-water',0),(11601,'manmade water disaster','manmade-water-disaster',0),(11602,'suffering from manmade','suffering-from-manmade',0),(11603,'manmade water','manmade-water',0),(11604,'water disaster','water-disaster',0),(11605,'presidential candidate','presidential-candidate',0),(11606,'florida wayne','florida-wayne',0),(11607,'road construction','road-construction',0),(11608,'corporate area','corporate-area',0),(11609,'Wayne Messam','wayne-messam',0),(11610,'US Presidential Race','us-presidential-race',0),(11611,'US Presidential Campaign','us-presidential-campaign',0),(11612,'chance the rapper','chance-the-rapper',0),(11613,'met my wife','met-my-wife',0),(11614,'story','story',0),(11615,'estate','estate',0),(11616,'dance','dance',0),(11617,'snapple','snapple',0),(11618,'chance the rapper','chance-the-rapper',0),(11619,'chemical company','chemical-company',0),(11620,'recruit','recruit',0),(11621,'innovative','innovative',0),(11622,'develop','develop',0),(11623,'motivated innovative and energetic creative','motivated-innovative-and-energetic-creative',0),(11624,'innovative and energetic creative persons','innovative-and-energetic-creative-persons',0),(11625,'creative persons with a proven','creative-persons-with-a-proven',0),(11626,'persons with a proven track','persons-with-a-proven-track',0),(11627,'seeking to recruit results-oriented','seeking-to-recruit-results-oriented',0),(11628,'motivated innovative and energetic','motivated-innovative-and-energetic',0),(11629,'innovative and energetic creative','innovative-and-energetic-creative',0),(11630,'energetic creative persons','energetic-creative-persons',0),(11631,'persons with a proven','persons-with-a-proven',0),(11632,'seeking to recruit','seeking-to-recruit',0),(11633,'innovative and energetic','innovative-and-energetic',0),(11634,'record in sales','record-in-sales',0),(11635,'recruit results-oriented','recruit-results-oriented',0),(11636,'motivated innovative','motivated-innovative',0),(11637,'energetic creative','energetic-creative',0),(11638,'creative persons','creative-persons',0),(11639,'proven track','proven-track',0),(11640,'sales representatives','sales-representatives',0),(11641,'expansion programme','expansion-programme',0),(11642,'alumina','alumina',0),(11643,'modernisation','modernisation',0),(11644,'expansion','expansion',0),(11645,'operations','operations',0),(11646,'refinery','refinery',0),(11647,'jisco','jisco',0),(11648,'consideration','consideration',0),(11649,'tonnes','tonnes',0),(11650,'transport and mining minster robert','transport-and-mining-minster-robert',0),(11651,'mining minster robert montague','mining-minster-robert-montague',0),(11652,'transport and mining minster','transport-and-mining-minster',0),(11653,'mining minster robert','mining-minster-robert',0),(11654,'minster robert montague','minster-robert-montague',0),(11655,'transport and mining','transport-and-mining',0),(11656,'mining minster','mining-minster',0),(11657,'minster robert','minster-robert',0),(11658,'robert montague','robert-montague',0),(11659,'producing alumina at over us$480','producing-alumina-at-over-us480',0),(11660,'continue producing alumina','continue-producing-alumina',0),(11661,'alumina at over us$480','alumina-at-over-us480',0),(11662,'us$480 per tonne','us480-per-tonne',0),(11663,'continue producing','continue-producing',0),(11664,'producing alumina','producing-alumina',0),(11665,'bauxite mining','bauxite-mining',0),(11666,'alpart','alpart',0),(11667,'jisco','jisco',0),(11668,'transport and mining ministry','transport-and-mining-ministry',0),(11669,'400m 4x400m relay','400m-4x400m-relay',0),(11670,'100m 200m 4x100m relay','100m-200m-4x100m-relay',0),(11671,'100m 200m 4x100m','100m-200m-4x100m',0),(11672,'400m 4x400m','400m-4x400m',0),(11673,'400m hurdles','400m-hurdles',0),(11674,'100m 4x100m relay','100m-4x100m-relay',0),(11675,'200m 4x100m relay','200m-4x100m-relay',0),(11676,'200m 4x100m','200m-4x100m',0),(11677,'110m hurdles','110m-hurdles',0),(11678,'100m hurdles','100m-hurdles',0),(11679,'100m 200m','100m-200m',0),(11680,'triple jump','triple-jump',0),(11681,'200 4x100m','200-4x100m',0),(11682,'100m 4x100m','100m-4x100m',0),(11683,'100m reserve','100m-reserve',0),(11684,'400m reserve','400m-reserve',0),(11685,'thompson 100m','thompson-100m',0),(11686,'williams 100m','williams-100m',0),(11687,'long jump','long-jump',0),(11688,'pizza hut','pizza-hut',0),(11689,'pizza hut jamaica','pizza-hut-jamaica',0),(11690,'events like c.a.g.e','events-like-c-a-g-e',0),(11691,'title sponsor','title-sponsor',0),(11692,'hut jamaica','hut-jamaica',0),(11693,'video game','video-game',0),(11694,'pizza','pizza',0),(11695,'hut','hut',0),(11696,'c.a.g.e','c-a-g-e',0),(11697,'sheriff','sheriff',0),(11698,'sponsor','sponsor',0),(11699,'levene sheriff marketing officer','levene-sheriff-marketing-officer',0),(11700,'levene sheriff marketing','levene-sheriff-marketing',0),(11701,'sheriff marketing officer','sheriff-marketing-officer',0),(11702,'levene sheriff','levene-sheriff',0),(11703,'sheriff marketing','sheriff-marketing',0),(11704,'marketing officer','marketing-officer',0),(11705,'marketing','marketing',0),(11706,'levene','levene',0),(11707,'marketing officer at pizza hut','marketing-officer-at-pizza-hut',0),(11708,'officer at pizza hut jamaica','officer-at-pizza-hut-jamaica',0),(11709,'marketing officer at pizza','marketing-officer-at-pizza',0),(11710,'officer at pizza hut','officer-at-pizza-hut',0),(11711,'officer at pizza','officer-at-pizza',0),(11712,'trophies and medals','trophies-and-medals',0),(11713,'pizza hut jamaica','pizza-hut-jamaica',0),(11714,'gaming inudstry','gaming-inudstry',0),(11715,'4x100m relay','4x100m-relay',0),(11716,'4x400m relay','4x400m-relay',0),(11717,'200m reserve','200m-reserve',0),(11718,'4400m relay','4400m-relay',0),(11719,'reserve','reserve',0),(11720,'200 4x100m relay','200-4x100m-relay',0),(11721,'world champs','world-champs',0),(11722,'anti-doping','anti-doping',0),(11723,'hurricane ivan left','hurricane-ivan-left',0),(11724,'ivan left','ivan-left',0),(11725,'ivan','ivan',0),(11726,'2004','2004',0),(11727,'suffering','suffering',0),(11728,'yohan blake','yohan-blake',0),(11729,'emergency response','emergency-response',0),(11730,'coordination centre','coordination-centre',0),(11731,'humanitarian','humanitarian',0),(11732,'coordination','coordination',0),(11733,'mexico','mexico',0),(11734,'humanitarian aid','humanitarian-aid',0),(11735,'emergency response coordination centre','emergency-response-coordination-centre',0),(11736,'emergency response coordination','emergency-response-coordination',0),(11737,'response coordination centre','response-coordination-centre',0),(11738,'response coordination','response-coordination',0),(11739,'authorities and brave first responders','authorities-and-brave-first-responders',0),(11740,'bahamian authorities and brave','bahamian-authorities-and-brave',0),(11741,'tragedy and with the bahamian','tragedy-and-with-the-bahamian',0),(11742,'first responders on the scene','first-responders-on-the-scene',0),(11743,'affected by this tragedy','affected-by-this-tragedy',0),(11744,'responders on the scene','responders-on-the-scene',0),(11745,'authorities and brave','authorities-and-brave',0),(11746,'brave first responders','brave-first-responders',0),(11747,'bahamian authorities','bahamian-authorities',0),(11748,'first responders','first-responders',0),(11749,'christos stylianides','christos-stylianides',0),(11750,'first response','first-response',0),(11751,'emergency response','emergency-response',0),(11752,'national red cross','national-red-cross',0),(11753,'school trelawny','school-trelawny',0),(11754,'high st','high-st',0),(11755,'all-age','all-age',0),(11756,'$30','30-2',0),(11757,'education youth and information karl','education-youth-and-information-karl',0),(11758,'youth and information karl samuda','youth-and-information-karl-samuda',0),(11759,'youth and information karl','youth-and-information-karl',0),(11760,'information karl samuda','information-karl-samuda',0),(11761,'information karl','information-karl',0),(11762,'shift system','shift-system',0),(11763,'budget','budget',0),(11764,'multiple personality disorder','multiple-personality-disorder',0),(11765,'bipolar disorder','bipolar-disorder',0),(11766,'personality disorder','personality-disorder',0),(11767,'manic depressant','manic-depressant',0),(11768,'wellness check','wellness-check',0),(11769,'multiple personality','multiple-personality',0),(11770,'disorder','disorder',0),(11771,'aaron','aaron',0),(11772,'schizophrenia','schizophrenia',0),(11773,'bipolar','bipolar',0),(11774,'personality','personality',0),(11775,'anxiety','anxiety',0),(11776,'manic','manic',0),(11777,'depressant','depressant',0),(11778,'check','check',0),(11779,'aaron carter','aaron-carter',0),(11780,'schizophrenia','schizophrenia',0),(11781,'aaron carter','aaron-carter',0),(11782,'bipolar disorder','bipolar-disorder',0),(11783,'mental illness','mental-illness',0),(11784,'mudslides','mudslides',0),(11785,'insured losses in the caribbean','insured-losses-in-the-caribbean',0),(11786,'losses in the caribbean','losses-in-the-caribbean',0),(11787,'insured losses','insured-losses',0),(11788,'rms','rms',0),(11789,'insured','insured',0),(11790,'losses','losses',0),(11791,'us$6.5','us6-5',0),(11792,'wind','wind',0),(11793,'pla','pla',0),(11794,'insured losses in the bahamas','insured-losses-in-the-bahamas',0),(11795,'settle over a longer period','settle-over-a-longer-period',0),(11796,'typical caribbean hurricane','typical-caribbean-hurricane',0),(11797,'losses in the bahamas','losses-in-the-bahamas',0),(11798,'expected to settle','expected-to-settle',0),(11799,'typical caribbean','typical-caribbean',0),(11800,'caribbean hurricane','caribbean-hurricane',0),(11801,'longer period','longer-period',0),(11802,'peter dailey','peter-dailey',0),(11803,'Jeff waters','jeff-waters',0),(11804,'RMS','rms',0),(11805,'Hurricane Ivan','hurricane-ivan',0),(11806,'15 year anniversary','15-year-anniversary',0),(11807,'southern','southern',0),(11808,'photo recmod.com','photo-recmod-com',0),(11809,'ivan photo','ivan-photo',0),(11810,'heritage sites','heritage-sites',0),(11811,'party posters','party-posters',0),(11812,'corporate area','corporate-area',0),(11813,'putting up the posters','putting-up-the-posters',0),(11814,'senator williams','senator-williams',0),(11815,'posters','posters',0),(11816,'putting up posters','putting-up-posters',0),(11817,'mounting','mounting',0),(11818,'strong action','strong-action',0),(11819,'guilty','guilty',0),(11820,'Mayor of Kingston Delroy Williams','mayor-of-kingston-delroy-williams',0),(11821,'Kingston and St. Andrew Municipal Corporation','kingston-and-st-andrew-municipal-corporation',0),(11822,'party posters','party-posters',0),(11823,'heritage sites','heritage-sites',0),(11824,'Cross Roads','cross-roads',0),(11825,'mayor of kingston councillor delroy','mayor-of-kingston-councillor-delroy',0),(11826,'mayor of kingston councillor','mayor-of-kingston-councillor',0),(11827,'kingston councillor delroy','kingston-councillor-delroy',0),(11828,'mayor of kingston','mayor-of-kingston',0),(11829,'kingston councillor','kingston-councillor',0),(11830,'councillor delroy','councillor-delroy',0),(11831,'clock tower','clock-tower',0),(11832,'cross roads','cross-roads',0),(11833,'ward theatre in downtown kingston','ward-theatre-in-downtown-kingston',0),(11834,'ward theatre in downtown','ward-theatre-in-downtown',0),(11835,'theatre in downtown kingston','theatre-in-downtown-kingston',0),(11836,'theatre in downtown','theatre-in-downtown',0),(11837,'ward theatre','ward-theatre',0),(11838,'palace amusement','palace-amusement',0),(11839,'palace','palace',0),(11840,'sunshine','sunshine',0),(11841,'amusement','amusement',0),(11842,'Palace Amusement Limited','palace-amusement-limited',0),(11843,'Sunshine Palace','sunshine-palace',0),(11844,'jamaican beauty','jamaican-beauty',0),(11845,'beauty vlogger','beauty-vlogger',0),(11846,'channel','channel',0),(11847,'vlogging','vlogging',0),(11848,'vlogger','vlogger',0),(11849,'sue','sue',0),(11850,'subscribers','subscribers',0),(11851,'platform','platform',0),(11852,'lifestyle','lifestyle',0),(11853,'daily','daily',0),(11854,'makeup','makeup',0),(11855,'Sue Ann Gordon-Pitter','sue-ann-gordon-pitter',0),(11856,'beauty vlogging','beauty-vlogging',0),(11857,'jamaican beauty vlogger','jamaican-beauty-vlogger',0),(11858,'jamaican beauty and lifestyle vlogger','jamaican-beauty-and-lifestyle-vlogger',0),(11859,'jamaican beauty and lifestyle','jamaican-beauty-and-lifestyle',0),(11860,'beauty and lifestyle vlogger','beauty-and-lifestyle-vlogger',0),(11861,'beauty and lifestyle','beauty-and-lifestyle',0),(11862,'lifestyle vlogger','lifestyle-vlogger',0),(11863,'beauty and lifestyle vlogger sue','beauty-and-lifestyle-vlogger-sue',0),(11864,'lifestyle vlogger sue','lifestyle-vlogger-sue',0),(11865,'vlogger sue','vlogger-sue',0),(11866,'sue ann','sue-ann',0),(11867,'gordon-pitter','gordon-pitter',0),(11868,'lifestyle vlogger sue ann','lifestyle-vlogger-sue-ann',0),(11869,'vlogger sue ann','vlogger-sue-ann',0),(11870,'lifestyle vlogger sue ann gordon-pitter','lifestyle-vlogger-sue-ann-gordon-pitter',0),(11871,'vlogger sue ann gordon-pitter','vlogger-sue-ann-gordon-pitter',0),(11872,'sue ann gordon-pitter','sue-ann-gordon-pitter',0),(11873,'ann gordon-pitter','ann-gordon-pitter',0),(11874,'new beverages','new-beverages',0),(11875,'beverages','beverages',0),(11876,'landscaper','landscaper',0),(11877,'applying','applying',0),(11878,'room supervisor','room-supervisor',0),(11879,'dining','dining',0),(11880,'posting','posting',0),(11881,'platforms','platforms',0),(11882,'server','server',0),(11883,'servers','servers',0),(11884,'resort','resort',0),(11885,'specialties','specialties',0),(11886,'creating','creating',0),(11887,'managing','managing',0),(11888,'entertainment coordinator','entertainment-coordinator',0),(11889,'assistant bar manager','assistant-bar-manager',0),(11890,'assistant bar','assistant-bar',0),(11891,'bar manager','bar-manager',0),(11892,'beverage','beverage',0),(11893,'dining room supervisor','dining-room-supervisor',0),(11894,'dining room','dining-room',0),(11895,'boat captain','boat-captain',0),(11896,'standards','standards',0),(11897,'procedures','procedures',0),(11898,'maintain','maintain',0),(11899,'boat','boat',0),(11900,'assistant water sports manager','assistant-water-sports-manager',0),(11901,'assistant water sports','assistant-water-sports',0),(11902,'water sports','water-sports',0),(11903,'water sports manager','water-sports-manager',0),(11904,'assistant water','assistant-water',0),(11905,'sports manager','sports-manager',0),(11906,'contributing','contributing',0),(11907,'monthly','monthly',0),(11908,'content creator','content-creator',0),(11909,'web content','web-content',0),(11910,'online coordinator','online-coordinator',0),(11911,'social networking','social-networking',0),(11912,'web','web',0),(11913,'creator','creator',0),(11914,'multimedia','multimedia',0),(11915,'networking','networking',0),(11916,'assigned','assigned',0),(11917,'fm','fm',0),(11918,'contributors','contributors',0),(11919,'presenters','presenters',0),(11920,'digital media specialist','digital-media-specialist',0),(11921,'media specialist','media-specialist',0),(11922,'specialist','specialist',0),(11923,'discharged','discharged',0),(11924,'live-in','live-in',0),(11925,'hospital','hospital',0),(11926,'back surgery','back-surgery',0),(11927,'super bowl','super-bowl',0),(11928,'navy','navy',0),(11929,'record','record',0),(11930,'bowl','bowl',0),(11931,'super bowl','super-bowl',0),(11932,'y\'all gonna','yall-gonna',0),(11933,'y\'all','yall',0),(11934,'wait','wait',0),(11935,'14 police stations','14-police-stations',0),(11936,'police stations','police-stations',0),(11937,'14 police','14-police',0),(11938,'police station','police-station',0),(11939,'town police','town-police',0),(11940,'renovated','renovated',0),(11941,'contracts','contracts',0),(11942,'stations','stations',0),(11943,'police stations in kingston','police-stations-in-kingston',0),(11944,'town police stations','town-police-stations',0),(11945,'stations in kingston','stations-in-kingston',0),(11946,'horace chang','horace-chang',0),(11947,'allman town','allman-town',0),(11948,'horace','horace',0),(11949,'dr horace chang','dr-horace-chang',0),(11950,'dr horace','dr-horace',0),(11951,'ministry of national security','ministry-of-national-security',0),(11952,'JCF','jcf',0),(11953,'providing police officers with updated','providing-police-officers-with-updated',0),(11954,'police officers with updated','police-officers-with-updated',0),(11955,'appropriately represent their office','appropriately-represent-their-office',0),(11956,'providing police officers','providing-police-officers',0),(11957,'officers with updated','officers-with-updated',0),(11958,'strengthening their capacity','strengthening-their-capacity',0),(11959,'represent their office','represent-their-office',0),(11960,'providing police','providing-police',0),(11961,'beauty giant','beauty-giant',0),(11962,'natural bridge','natural-bridge',0),(11963,'kiss','kiss',0),(11964,'kiprich','kiprich',0),(11965,'assurance','assurance',0),(11966,'giant','giant',0),(11967,'bridge','bridge',0),(11968,'kiprich','kiprich',0),(11969,'KISS','kiss',0),(11970,'beauty giant','beauty-giant',0),(11971,'natural bridge records','natural-bridge-records',0),(11972,'Assurance','assurance',0),(11973,'dancehall artiste kiprich','dancehall-artiste-kiprich',0),(11974,'artiste kiprich','artiste-kiprich',0),(11975,'marketing team of the beauty','marketing-team-of-the-beauty',0),(11976,'team of the beauty giant','team-of-the-beauty-giant',0),(11977,'giant identified with in terms','giant-identified-with-in-terms',0),(11978,'beauty giant identified','beauty-giant-identified',0),(11979,'team of the beauty','team-of-the-beauty',0),(11980,'identified with in terms','identified-with-in-terms',0),(11981,'marketing team','marketing-team',0),(11982,'giant identified','giant-identified',0),(11983,'mark pinnock','mark-pinnock',0),(11984,'2019 ranger limited','2019-ranger-limited',0),(11985,'2019 ranger','2019-ranger',0),(11986,'ranger limited','ranger-limited',0),(11987,'pickup','pickup',0),(11988,'ranger','ranger',0),(11989,'ford','ford',0),(11990,'rivals','rivals',0),(11991,'bed','bed',0),(11992,'lights','lights',0),(11993,'mid-sized pickup','mid-sized-pickup',0),(11994,'brings','brings',0),(11995,'mid-sized','mid-sized',0),(11996,'segment','segment',0),(11997,'comfortable','comfortable',0),(11998,'2019 Ranger Limited','2019-ranger-limited',0),(11999,'off-roading','off-roading',0),(12000,'pickup truck','pickup-truck',0),(12001,'terrence','terrence',0),(12002,'empire','empire',0),(12003,'focus','focus',0),(12004,'philanthropy','philanthropy',0),(12005,'Terrence Howard','terrence-howard',0),(12006,'Empire star','empire-star',0),(12007,'pretending','pretending',0),(12008,'terrence howard','terrence-howard',0),(12009,'windrush generation','windrush-generation',0),(12010,'windrush','windrush',0),(12011,'wanted to capture','wanted-to-capture',0),(12012,'rosemarie chung','rosemarie-chung',0),(12013,'tiana anglin','tiana-anglin',0),(12014,'sheldon blake','sheldon-blake',0),(12015,'grange noted','grange-noted',0),(12016,'windrush exhibition','windrush-exhibition',0),(12017,'rozi chung','rozi-chung',0),(12018,'exhibition','exhibition',0),(12019,'chung','chung',0),(12020,'high commissioner','high-commissioner',0),(12021,'trap','trap',0),(12022,'bam','bam',0),(12023,'bang','bang',0),(12024,'bcuz','bcuz',0),(12025,'resort to youtube','resort-to-youtube',0),(12026,'learn the history','learn-the-history',0),(12027,'toots hibbert','toots-hibbert',0),(12028,'murder she wrote','murder-she-wrote',0),(12029,'jamaican entertainer bounty killer','jamaican-entertainer-bounty-killer',0),(12030,'jamaican entertainer bounty','jamaican-entertainer-bounty',0),(12031,'entertainer bounty killer','entertainer-bounty-killer',0),(12032,'entertainer bounty','entertainer-bounty',0),(12033,'dj khaled','dj-khaled',0),(12034,'son asahd','son-asahd',0),(12035,'dj','dj',0),(12036,'khaled','khaled',0),(12037,'asahd','asahd',0),(12038,'legacy','legacy',0),(12039,'nicole','nicole',0),(12040,'blessing','blessing',0),(12041,'inspired','inspired',0),(12042,'west hollywood los angeles','west-hollywood-los-angeles',0),(12043,'west hollywood los','west-hollywood-los',0),(12044,'hollywood los angeles','hollywood-los-angeles',0),(12045,'west hollywood','west-hollywood',0),(12046,'hollywood los','hollywood-los',0),(12047,'xavier','xavier',0),(12048,'DJ Khaled','dj-khaled',0),(12049,'Asahd','asahd',0),(12050,'Father of Asahd','father-of-asahd',0),(12051,'wild thoughts','wild-thoughts',0),(12052,'record producer','record-producer',0),(12053,'blake','blake',0),(12054,'Ministry of Culture','ministry-of-culture',0),(12055,'Windrush','windrush',0),(12056,'Windrush Exhibition','windrush-exhibition',0),(12057,'Norman Manley International Airport','norman-manley-international-airport',0),(12058,'Minister Olivia Grange','minister-olivia-grange',0),(12059,'British Council','british-council',0),(12060,'Government of the United Kingdom','government-of-the-united-kingdom',0),(12061,'High Commissioner to Jamaica Asif Ahmad','high-commissioner-to-jamaica-asif-ahmad',0),(12062,'mural collection','mural-collection',0),(12063,'travelling art show','travelling-art-show',0),(12064,'Tiana Anglin','tiana-anglin',0),(12065,'Kirk Cockburn','kirk-cockburn',0),(12066,'Honey Williams','honey-williams',0),(12067,'Jamila Cooper','jamila-cooper',0),(12068,'Sheldon Blake','sheldon-blake',0),(12069,'1940s','1940s',0),(12070,'1970s','1970s',0),(12071,'discrimination','discrimination',0),(12072,'resilience','resilience',0),(12073,'icool reduced sugar','icool-reduced-sugar',0),(12074,'grams of sugar','grams-of-sugar',0),(12075,'icool reduced','icool-reduced',0),(12076,'reduced sugar','reduced-sugar',0),(12077,'jamaican market','jamaican-market',0),(12078,'lasco','lasco',0),(12079,'icool','icool',0),(12080,'reduced','reduced',0),(12081,'grams','grams',0),(12082,'west indians','west-indians',0),(12083,'british high commissioner to jamaica','british-high-commissioner-to-jamaica',0),(12084,'high commissioner to jamaica asif','high-commissioner-to-jamaica-asif',0),(12085,'commissioner to jamaica asif','commissioner-to-jamaica-asif',0),(12086,'high commissioner to jamaica','high-commissioner-to-jamaica',0),(12087,'british high commissioner','british-high-commissioner',0),(12088,'commissioner to jamaica','commissioner-to-jamaica',0),(12089,'jamaica asif','jamaica-asif',0),(12090,'commissioner to jamaica asif ahmad','commissioner-to-jamaica-asif-ahmad',0),(12091,'jamaica asif ahmad','jamaica-asif-ahmad',0),(12092,'lascelles chin','lascelles-chin',0),(12093,'lascelles','lascelles',0),(12094,'kirk cockburn','kirk-cockburn',0),(12095,'50 per cent','50-per-cent',0),(12096,'honey williams','honey-williams',0),(12097,'ICool Reduced Sugar','icool-reduced-sugar',0),(12098,'lasco','lasco',0),(12099,'lascelles chin','lascelles-chin',0),(12100,'sugar free','sugar-free',0),(12101,'wear','wear',0),(12102,'skims solution wear','skims-solution-wear',0),(12103,'skims solution','skims-solution',0),(12104,'solution wear','solution-wear',0),(12105,'solution','solution',0),(12106,'norwood section h','norwood-section-h',0),(12107,'norwood section','norwood-section',0),(12108,'community in st','community-in-st',0),(12109,'parliament for st','parliament-for-st',0),(12110,'parliament for st james','parliament-for-st-james',0),(12111,'norwood section h really needed','norwood-section-h-really-needed',0),(12112,'side norwood section h','side-norwood-section-h',0),(12113,'h really needed the water…','h-really-needed-the-water',0),(12114,'section h really needed','section-h-really-needed',0),(12115,'side norwood section','side-norwood-section',0),(12116,'h really needed','h-really-needed',0),(12117,'needed the water…','needed-the-water',0),(12118,'norwood section H','norwood-section-h',0),(12119,'water supply','water-supply',0),(12120,'byron murray','byron-murray',0),(12121,'murray\'s passing','murrays-passing',0),(12122,'red red','red-red',0),(12123,'mr vegas','mr-vegas',0),(12124,'hawkeye','hawkeye',0),(12125,'byron','byron',0),(12126,'passing','passing',0),(12127,'piloted','piloted',0),(12128,'alozade','alozade',0),(12129,'former manager','former-manager',0),(12130,'brother and a great honest','brother-and-a-great-honest',0),(12131,'great honest manager','great-honest-manager',0),(12132,'honest manager','honest-manager',0),(12133,'great honest','great-honest',0),(12134,'dancehall artiste mr vegas','dancehall-artiste-mr-vegas',0),(12135,'dancehall artiste mr','dancehall-artiste-mr',0),(12136,'artiste mr vegas','artiste-mr-vegas',0),(12137,'artiste mr','artiste-mr',0),(12138,'byron murray','byron-murray',0),(12139,'mr vegas','mr-vegas',0),(12140,'In The Streetz Records','in-the-streetz-records',0),(12141,'Hawkeye','hawkeye',0),(12142,'Danny Browne','danny-browne',0),(12143,'businesses and school','businesses-and-school',0),(12144,'degree in journalism','degree-in-journalism',0),(12145,'businesses','businesses',0),(12146,'fullerton','fullerton',0),(12147,'2010','2010',0),(12148,'22-year-old','22-year-old',0),(12149,'journalism','journalism',0),(12150,'unforgettable','unforgettable',0),(12151,'businesses and school by scheduling','businesses-and-school-by-scheduling',0),(12152,'school by scheduling','school-by-scheduling',0),(12153,'mondays to wednesdays','mondays-to-wednesdays',0),(12154,'scheduling','scheduling',0),(12155,'scheduling most of my classes','scheduling-most-of-my-classes',0),(12156,'tonian fullerton','tonian-fullerton',0),(12157,'tonian','tonian',0),(12158,'tonian fullerton','tonian-fullerton',0),(12159,'uwi student','uwi-student',0),(12160,'carimac','carimac',0),(12161,'wedding decor','wedding-decor',0),(12162,'online business','online-business',0),(12163,'jamaican woman','jamaican-woman',0),(12164,'university student','university-student',0),(12165,'tonian fullerton\'s company','tonian-fullertons-company',0),(12166,'fullerton\'s company','fullertons-company',0),(12167,'beautiful decor','beautiful-decor',0),(12168,'decor','decor',0),(12169,'fullerton\'s company brings many ideas','fullertons-company-brings-many-ideas',0),(12170,'tonian fullerton\'s company brings','tonian-fullertons-company-brings',0),(12171,'brings many ideas to life','brings-many-ideas-to-life',0),(12172,'company brings many ideas','company-brings-many-ideas',0),(12173,'fullerton\'s company brings','fullertons-company-brings',0),(12174,'brings many ideas','brings-many-ideas',0),(12175,'ideas to life','ideas-to-life',0),(12176,'company brings','company-brings',0),(12177,'queen\'s kollections','queens-kollections',0),(12178,'miss a moment','miss-a-moment',0),(12179,'giving','giving',0),(12180,'childbirth','childbirth',0),(12181,'experienced','experienced',0),(12182,'natural childbirth','natural-childbirth',0),(12183,'demi moore','demi-moore',0),(12184,'demi','demi',0),(12185,'miss a moment of life','miss-a-moment-of-life',0),(12186,'life of that texture','life-of-that-texture',0),(12187,'moment of life','moment-of-life',0),(12188,'being in some pain','being-in-some-pain',0),(12189,'being sober','being-sober',0),(12190,'sober','sober',0),(12191,'demi moore','demi-moore',0),(12192,'bruce willis','bruce-willis',0),(12193,'income tax','income-tax',0),(12194,'insurance company','insurance-company',0),(12195,'necessary equipment','necessary-equipment',0),(12196,'stacey','stacey',0),(12197,'unable','unable',0),(12198,'salary','salary',0),(12199,'disabled','disabled',0),(12200,'law firm','law-firm',0),(12201,'election petition','election-petition',0),(12202,'law','law',0),(12203,'firm','firm',0),(12204,'attorney-at-law','attorney-at-law',0),(12205,'lawyer','lawyer',0),(12206,'petition','petition',0),(12207,'71','71',0),(12208,'clough','clough',0),(12209,'bowen','bowen',0),(12210,'ganja growers','ganja-growers',0),(12211,'ggpaj','ggpaj',0),(12212,'crisis','crisis',0),(12213,'dangerous','dangerous',0),(12214,'growers','growers',0),(12215,'devices','devices',0),(12216,'crawford','crawford',0),(12217,'prevent','prevent',0),(12218,'informed','informed',0),(12219,'vaping crisis','vaping-crisis',0),(12220,'raymond clough','raymond-clough',0),(12221,'raymond','raymond',0),(12222,'raymond clough died','raymond-clough-died',0),(12223,'clough died','clough-died',0),(12224,'thursday morning','thursday-morning',0),(12225,'raymond clough','raymond-clough',0),(12226,'dual citizen','dual-citizen',0),(12227,'attorney','attorney',0),(12228,'chair','chair',0),(12229,'staff meeting','staff-meeting',0),(12230,'causing','causing',0),(12231,'bramwell','bramwell',0),(12232,'lost her job','lost-her-job',0),(12233,'unable to work','unable-to-work',0),(12234,'income','income',0),(12235,'highlighted','highlighted',0),(12236,'tax','tax',0),(12237,'compensate her for the surgery','compensate-her-for-the-surgery',0),(12238,'undergo','undergo',0),(12239,'Ganja Growers and Producers Association Jamaica','ganja-growers-and-producers-association-jamaica',0),(12240,'GGPAJ President Richard Crawford','ggpaj-president-richard-crawford',0),(12241,'US vaping crisis','us-vaping-crisis',0),(12242,'Richard &#039;Dickie&#039; Crawford','richard-dickie-crawford',0),(12243,'vaping ban','vaping-ban',0),(12244,'imported','imported',0),(12245,'marijuana','marijuana',0),(12246,'licensing','licensing',0),(12247,'richard dickie','richard-dickie',0),(12248,'dickie','dickie',0),(12249,'richard dickie crawford','richard-dickie-crawford',0),(12250,'dickie crawford','dickie-crawford',0),(12251,'stacey mansingh bramwell','stacey-mansingh-bramwell',0),(12252,'stacey mansingh','stacey-mansingh',0),(12253,'mansingh bramwell','mansingh-bramwell',0),(12254,'mansingh','mansingh',0),(12255,'imported cannabis products','imported-cannabis-products',0),(12256,'cannabis licensing authority cla','cannabis-licensing-authority-cla',0),(12257,'cannabis licensing authority','cannabis-licensing-authority',0),(12258,'licensing authority cla','licensing-authority-cla',0),(12259,'licensing authority','licensing-authority',0),(12260,'Stacey Mansingh Bramwell','stacey-mansingh-bramwell',0),(12261,'charles Ganga-Singh','charles-ganga-singh',0),(12262,'disabled','disabled',0),(12263,'educator stacey mansingh bramwell','educator-stacey-mansingh-bramwell',0),(12264,'educator stacey mansingh','educator-stacey-mansingh',0),(12265,'educator stacey','educator-stacey',0),(12266,'educator','educator',0),(12267,'longer perform in certain capacities','longer-perform-in-certain-capacities',0),(12268,'certain capacities for my family','certain-capacities-for-my-family',0),(12269,'perform in certain capacities','perform-in-certain-capacities',0),(12270,'capacities for my family','capacities-for-my-family',0),(12271,'longer perform','longer-perform',0),(12272,'certain capacities','certain-capacities',0),(12273,'pedestrian crossing','pedestrian-crossing',0),(12274,'rogue driver','rogue-driver',0),(12275,'fined','fined',0),(12276,'sparks','sparks',0),(12277,'rogue','rogue',0),(12278,'crossing','crossing',0),(12279,'psteb','psteb',0),(12280,'$5,000','5000',0),(12281,'careless','careless',0),(12282,'median','median',0),(12283,'fined $5,000','fined-5000',0),(12284,'careless driving','careless-driving',0),(12285,'coaster bus','coaster-bus',0),(12286,'illegal u-turn','illegal-u-turn',0),(12287,'coaster','coaster',0),(12288,'illegal','illegal',0),(12289,'u-turn','u-turn',0),(12290,'access to the pedestrian crossing','access-to-the-pedestrian-crossing',0),(12291,'access to the pedestrian','access-to-the-pedestrian',0),(12292,'public safety and traffic','public-safety-and-traffic',0),(12293,'safety and traffic','safety-and-traffic',0),(12294,'public safety','public-safety',0),(12295,'public safety and traffic enforcement','public-safety-and-traffic-enforcement',0),(12296,'safety and traffic enforcement','safety-and-traffic-enforcement',0),(12297,'traffic enforcement','traffic-enforcement',0),(12298,'safety and traffic enforcement branch','safety-and-traffic-enforcement-branch',0),(12299,'traffic enforcement branch','traffic-enforcement-branch',0),(12300,'enforcement branch','enforcement-branch',0),(12301,'traffic enforcement branch psteb','traffic-enforcement-branch-psteb',0),(12302,'enforcement branch psteb','enforcement-branch-psteb',0),(12303,'branch psteb','branch-psteb',0),(12304,'elkanah sparks','elkanah-sparks',0),(12305,'caught on camera','caught-on-camera',0),(12306,'photo facebook @nwajamaica','photo-facebook-nwajamaica',0),(12307,'peak wednesday','peak-wednesday',0),(12308,'peak wednesday morning','peak-wednesday-morning',0),(12309,'wednesday morning','wednesday-morning',0),(12310,'facebook @nwajamaica','facebook-nwajamaica',0),(12311,'illegal U-turn','illegal-u-turn',0),(12312,'Elkanah Sparks','elkanah-sparks',0),(12313,'Stainless coaster bus','stainless-coaster-bus',0),(12314,'Shortwood Road','shortwood-road',0),(12315,'pedestrian crossing','pedestrian-crossing',0),(12316,'Public Safety and Traffic Enforcement Branch','public-safety-and-traffic-enforcement-branch',0),(12317,'fines','fines',0),(12318,'court','court',0),(12319,'careless driving','careless-driving',0),(12320,'not having a driver&#039;s badge','not-having-a-drivers-badge',0),(12321,'caribbean school of data','caribbean-school-of-data',0),(12322,'school of data','school-of-data',0),(12323,'people between the ages','people-between-the-ages',0),(12324,'caribbean school','caribbean-school',0),(12325,'digital divide','digital-divide',0),(12326,'open data','open-data',0),(12327,'data literacy','data-literacy',0),(12328,'inter-american development','inter-american-development',0),(12329,'coi','coi',0),(12330,'countries','countries',0),(12331,'populations','populations',0),(12332,'workforce','workforce',0),(12333,'haiti','haiti',0),(12334,'caribbean countries','caribbean-countries',0),(12335,'google.org','google-org',0),(12336,'country manager','country-manager',0),(12337,'region with great potential','region-with-great-potential',0),(12338,'great potential','great-potential',0),(12339,'google\'s country manager for colombia','googles-country-manager-for-colombia',0),(12340,'country manager for colombia central','country-manager-for-colombia-central',0),(12341,'manager for colombia central america','manager-for-colombia-central-america',0),(12342,'country manager for colombia','country-manager-for-colombia',0),(12343,'manager for colombia central','manager-for-colombia-central',0),(12344,'google\'s country manager','googles-country-manager',0),(12345,'colombia central america','colombia-central-america',0),(12346,'america and the caribbean','america-and-the-caribbean',0),(12347,'manager for colombia','manager-for-colombia',0),(12348,'google\'s country','googles-country',0),(12349,'giovanni stella','giovanni-stella',0),(12350,'Google.org','google-org',0),(12351,'Caribbean Open Institute','caribbean-open-institute',0),(12352,'Caribbean School of Data','caribbean-school-of-data',0),(12353,'data literacy programme','data-literacy-programme',0),(12354,'Aytic Goes Global initiative','aytic-goes-global-initiative',0),(12355,'Giovanni Stella','giovanni-stella',0),(12356,'jamaica product exchange japex','jamaica-product-exchange-japex',0),(12357,'senior advisor and strategist','senior-advisor-and-strategist',0),(12358,'tourism delano seiveright','tourism-delano-seiveright',0),(12359,'jamaica product exchange','jamaica-product-exchange',0),(12360,'advisor and strategist','advisor-and-strategist',0),(12361,'ministry of tourism','ministry-of-tourism',0),(12362,'senior advisor','senior-advisor',0),(12363,'tourism delano','tourism-delano',0),(12364,'delano seiveright','delano-seiveright',0),(12365,'jamaica product','jamaica-product',0),(12366,'product exchange','product-exchange',0),(12367,'exchange japex','exchange-japex',0),(12368,'bay convention','bay-convention',0),(12369,'russian tourist','russian-tourist',0),(12370,'tourists visited','tourists-visited',0),(12371,'seiveright noted','seiveright-noted',0),(12372,'russian','russian',0),(12373,'seiveright','seiveright',0),(12374,'same period','same-period',0),(12375,'russia','russia',0),(12376,'tourists','tourists',0),(12377,'visited','visited',0),(12378,'ministry of tourism delano seiveright','ministry-of-tourism-delano-seiveright',0),(12379,'ministry of tourism delano','ministry-of-tourism-delano',0),(12380,'bay convention centre in st','bay-convention-centre-in-st',0),(12381,'convention centre in st','convention-centre-in-st',0),(12382,'centre in st','centre-in-st',0),(12383,'Norwind Airlines','norwind-airlines',0),(12384,'PegasTouristik','pegastouristik',0),(12385,'Senior Advisor and Strategist Delano Seiveright','senior-advisor-and-strategist-delano-seiveright',0),(12386,'Montego Bay Convention Centre','montego-bay-convention-centre',0),(12387,'tourist arrivals','tourist-arrivals',0),(12388,'Jamaica Product Exchange','jamaica-product-exchange',0),(12389,'JAPEX 2019','japex-2019',0),(12390,'Moscow','moscow',0),(12391,'jamaica food and drink festival','jamaica-food-and-drink-festival',0),(12392,'food and drink festival','food-and-drink-festival',0),(12393,'jamaica food and drink','jamaica-food-and-drink',0),(12394,'food and drink','food-and-drink',0),(12395,'drink festival','drink-festival',0),(12396,'life yard','life-yard',0),(12397,'jamaica food','jamaica-food',0),(12398,'october 26','october-26',0),(12399,'november 3','november-3',0),(12400,'jfdf','jfdf',0),(12401,'october','october',0),(12402,'yard','yard',0),(12403,'Jamaica Food and Drink Festival','jamaica-food-and-drink-festival',0),(12404,'2019 staging','2019-staging',0),(12405,'JFDF launch','jfdf-launch',0),(12406,'apple arcade','apple-arcade',0),(12407,'arcade','arcade',0),(12408,'imported ganja marijuana hemp cannabis','imported-ganja-marijuana-hemp-cannabis',0),(12409,'ganja marijuana hemp cannabis seeds','ganja-marijuana-hemp-cannabis-seeds',0),(12410,'local governing entities to investigate','local-governing-entities-to-investigate',0),(12411,'seen many imported ganja marijuana','seen-many-imported-ganja-marijuana',0),(12412,'hemp cannabis seeds and related','hemp-cannabis-seeds-and-related',0),(12413,'cannabis seeds and related products','cannabis-seeds-and-related-products',0),(12414,'licensing authority cla the research','licensing-authority-cla-the-research',0),(12415,'authority cla the research labs','authority-cla-the-research-labs',0),(12416,'research labs at uwi utech','research-labs-at-uwi-utech',0),(12417,'labs at uwi utech ncu','labs-at-uwi-utech-ncu',0),(12418,'src bureau of standards ministry','src-bureau-of-standards-ministry',0),(12419,'re-packaging condemned products and selling','re-packaging-condemned-products-and-selling',0),(12420,'imported ganja marijuana hemp','imported-ganja-marijuana-hemp',0),(12421,'ganja marijuana hemp cannabis','ganja-marijuana-hemp-cannabis',0),(12422,'marijuana hemp cannabis seeds','marijuana-hemp-cannabis-seeds',0),(12423,'action to the cannabis licensing','action-to-the-cannabis-licensing',0),(12424,'entities to investigate or terminate','entities-to-investigate-or-terminate',0),(12425,'miss jamaica festival','miss-jamaica-festival',0),(12426,'festival queen','festival-queen',0),(12427,'kensington primary','kensington-primary',0),(12428,'primary school','primary-school',0),(12429,'miss jamaica','miss-jamaica',0),(12430,'jamaica festival','jamaica-festival',0),(12431,'kensington','kensington',0),(12432,'remembered','remembered',0),(12433,'miss jamaica festival queen','miss-jamaica-festival-queen',0),(12434,'jamaica festival queen','jamaica-festival-queen',0),(12435,'association of local','association-of-local',0),(12436,'hurricane gilbert','hurricane-gilbert',0),(12437,'local authorities','local-authorities',0),(12438,'same position','same-position',0),(12439,'gilbert','gilbert',0),(12440,'resolution','resolution',0),(12441,'dehaney-dinham','dehaney-dinham',0),(12442,'sewell','sewell',0),(12443,'reading','reading',0),(12444,'lucea sheridan samuels','lucea-sheridan-samuels',0),(12445,'lucea sheridan','lucea-sheridan',0),(12446,'sheridan samuels','sheridan-samuels',0),(12447,'sheridan','sheridan',0),(12448,'samuels','samuels',0),(12449,'mayor of lucea sheridan samuels','mayor-of-lucea-sheridan-samuels',0),(12450,'mayor of lucea sheridan','mayor-of-lucea-sheridan',0),(12451,'mayor of lucea','mayor-of-lucea',0),(12452,'apple tv','apple-tv',0),(12453,'ipad','ipad',0),(12454,'miss lou storyboard','miss-lou-storyboard',0),(12455,'fontana pharmacy','fontana-pharmacy',0),(12456,'lou storyboard','lou-storyboard',0),(12457,'jamaican culture','jamaican-culture',0),(12458,'fontana','fontana',0),(12459,'pharmacy','pharmacy',0),(12460,'storyboard','storyboard',0),(12461,'streaming service','streaming-service',0),(12462,'$4.99 usd','4-99-usd',0),(12463,'free trial','free-trial',0),(12464,'$4.99','4-99',0),(12465,'usd','usd',0),(12466,'exclusive','exclusive',0),(12467,'Mayor','mayor',0),(12468,'sheridan Samuels','sheridan-samuels',0),(12469,'tv ipod touch or mac','tv-ipod-touch-or-mac',0),(12470,'apple tv ipod touch','apple-tv-ipod-touch',0),(12471,'ipod touch or mac','ipod-touch-or-mac',0),(12472,'apple tv ipod','apple-tv-ipod',0),(12473,'tv ipod touch','tv-ipod-touch',0),(12474,'iphone ipad','iphone-ipad',0),(12475,'touch or mac','touch-or-mac',0),(12476,'september 10','september-10',0),(12477,'tv ipod','tv-ipod',0),(12478,'ipod touch','ipod-touch',0),(12479,'iphone ipad apple tv ipod','iphone-ipad-apple-tv-ipod',0),(12480,'ipad apple tv ipod touch','ipad-apple-tv-ipod-touch',0),(12481,'iphone ipad apple tv','iphone-ipad-apple-tv',0),(12482,'ipad apple tv ipod','ipad-apple-tv-ipod',0),(12483,'apple tv subscription','apple-tv-subscription',0),(12484,'iphone ipad apple','iphone-ipad-apple',0),(12485,'ipad apple tv','ipad-apple-tv',0),(12486,'Municipal Corporation','municipal-corporation',0),(12487,'mac and apple tv','mac-and-apple-tv',0),(12488,'mac and apple','mac-and-apple',0),(12489,'Fontana Pharmacy','fontana-pharmacy',0),(12490,'Miss Lou storyboard','miss-lou-storyboard',0),(12491,'education campaign','education-campaign',0),(12492,'brandon','brandon',0),(12493,'identity','identity',0),(12494,'congrats','congrats',0),(12495,'tess','tess',0),(12496,'director of fontana','director-of-fontana',0),(12497,'unborn','unborn',0),(12498,'friday sept 13','friday-sept-13',0),(12499,'friday sept','friday-sept',0),(12500,'apple tv app','apple-tv-app',0),(12501,'sept 13','sept-13',0),(12502,'samsung smart tvs','samsung-smart-tvs',0),(12503,'amazon fire tv','amazon-fire-tv',0),(12504,'available on iphone ipad','available-on-iphone-ipad',0),(12505,'Apple TV+','apple-tv',0),(12506,'Apple Arcade','apple-arcade',0),(12507,'Jason Momoa','jason-momoa',0),(12508,'Reese Witherspoon','reese-witherspoon',0),(12509,'Steve Carell','steve-carell',0),(12510,'brandon','brandon',0),(12511,'Michael anthony cuffe','michael-anthony-cuffe',0),(12512,'the voice','the-voice',0),(12513,'community host','community-host',0),(12514,'customer-facing role','customer-facing-role',0),(12515,'customer-facing','customer-facing',0),(12516,'cleaning','cleaning',0),(12517,'proficiency','proficiency',0),(12518,'gordon town square st andrew','gordon-town-square-st-andrew',0),(12519,'gordon town square st','gordon-town-square-st',0),(12520,'town square st andrew','town-square-st-andrew',0),(12521,'town square st','town-square-st',0),(12522,'square st andrew','square-st-andrew',0),(12523,'square st','square-st',0),(12524,'st andrew photo dennis brown','st-andrew-photo-dennis-brown',0),(12525,'st andrew photo dennis','st-andrew-photo-dennis',0),(12526,'andrew photo dennis brown','andrew-photo-dennis-brown',0),(12527,'st andrew photo','st-andrew-photo',0),(12528,'andrew photo dennis','andrew-photo-dennis',0),(12529,'latin america','latin-america',0),(12530,'Caribbean','caribbean',0),(12531,'the Caribbean','the-caribbean',0),(12532,'nova all-suite hotel in st','nova-all-suite-hotel-in-st',0),(12533,'terra nova all-suite hotel','terra-nova-all-suite-hotel',0),(12534,'september 12 at the terra','september-12-at-the-terra',0),(12535,'12 at the terra nova','12-at-the-terra-nova',0),(12536,'all-suite hotel in st','all-suite-hotel-in-st',0),(12537,'terra nova all-suite','terra-nova-all-suite',0),(12538,'nova all-suite hotel','nova-all-suite-hotel',0),(12539,'12 at the terra','12-at-the-terra',0),(12540,'hotel in st','hotel-in-st',0),(12541,'andrew to announce','andrew-to-announce',0),(12542,'lasco manufacturing','lasco-manufacturing',0),(12543,'icool drinks','icool-drinks',0),(12544,'september 12','september-12',0),(12545,'50 per cent less sugar','50-per-cent-less-sugar',0),(12546,'cent less sugar','cent-less-sugar',0),(12547,'best collab','best-collab',0),(12548,'bet','bet',0),(12549,'hustler','hustler',0),(12550,'collab','collab',0),(12551,'cobb energy','cobb-energy',0),(12552,'cobb','cobb',0),(12553,'cobb energy center','cobb-energy-center',0),(12554,'energy center','energy-center',0),(12555,'bet hip hop','bet-hip-hop',0),(12556,'bet hip','bet-hip',0),(12557,'hip hop','hip-hop',0),(12558,'hip','hip',0),(12559,'hop','hop',0),(12560,'BET','bet',0),(12561,'DJ Kahled','dj-kahled',0),(12562,'J Cole','j-cole',0),(12563,'nipsey hussel','nipsey-hussel',0),(12564,'nipsey hussel','nipsey-hussel',0),(12565,'rating','rating',0),(12566,'card','card',0),(12567,'player','player',0),(12568,'rating card','rating-card',0),(12569,'stephen king','stephen-king',0),(12570,'friday the 13th','friday-the-13th',0),(12571,'horror movies','horror-movies',0),(12572,'horror films','horror-films',0),(12573,'supernatural force','supernatural-force',0),(12574,'final destination','final-destination',0),(12575,'annabelle creation','annabelle-creation',0),(12576,'buzz fam','buzz-fam',0),(12577,'13th','13th',0),(12578,'chucky','chucky',0),(12579,'terror','terror',0),(12580,'grudge','grudge',0),(12581,'curse','curse',0),(12582,'Friday the 13th','friday-the-13th',0),(12583,'The Grudge','the-grudge',0),(12584,'Oculus','oculus',0),(12585,'Bride of Chucky','bride-of-chucky',0),(12586,'The RIng','the-ring',0),(12587,'The Mist','the-mist',0),(12588,'Final Destination','final-destination',0),(12589,'Nightmare on Elm Street','nightmare-on-elm-street',0),(12590,'Get Out','get-out',0),(12591,'Annabelle: Creation','annabelle-creation',0),(12592,'Children of the Corn','children-of-the-corn',0),(12593,'The Fly','the-fly',0),(12594,'The Exorcist','the-exorcist',0),(12595,'Alien','alien',0),(12596,'1408','1408',0),(12597,'Don&#039;t Look Now','dont-look-now',0),(12598,'BUZZ Binge','buzz-binge',0),(12599,'horror movies to watch','horror-movies-to-watch',0),(12600,'must-watch films','must-watch-films',0),(12601,'miami heats','miami-heats',0),(12602,'bang brothers','bang-brothers',0),(12603,'miami heat','miami-heat',0),(12604,'miami','miami',0),(12605,'bangbros','bangbros',0),(12606,'heats','heats',0),(12607,'sponsorship','sponsorship',0),(12608,'heat','heat',0),(12609,'diamond ball','diamond-ball',0),(12610,'ball','ball',0),(12611,'faces','faces',0),(12612,'pharrell','pharrell',0),(12613,'clara','clara',0),(12614,'lionel','lionel',0),(12615,'magnitude of support','magnitude-of-support',0),(12616,'special rihanna','special-rihanna',0),(12617,'magnitude','magnitude',0),(12618,'rapper cardi b','rapper-cardi-b',0),(12619,'rapper cardi','rapper-cardi',0),(12620,'dj khaled and wife nicole','dj-khaled-and-wife-nicole',0),(12621,'dj khaled and wife','dj-khaled-and-wife',0),(12622,'khaled and wife nicole','khaled-and-wife-nicole',0),(12623,'khaled and wife','khaled-and-wife',0),(12624,'wife nicole','wife-nicole',0),(12625,'year\'s diamond ball','years-diamond-ball',0),(12626,'year\'s diamond','years-diamond',0),(12627,'megan thee stallion','megan-thee-stallion',0),(12628,'megan thee','megan-thee',0),(12629,'thee stallion','thee-stallion',0),(12630,'Diamond Ball','diamond-ball',0),(12631,'Pharrell','pharrell',0),(12632,'megan','megan',0),(12633,'nicole tuck','nicole-tuck',0),(12634,'american express essentials','american-express-essentials',0),(12635,'american express','american-express',0),(12636,'express essentials','express-essentials',0),(12637,'essentials','essentials',0),(12638,'amex','amex',0),(12639,'crisp','crisp',0),(12640,'eats','eats',0),(12641,'food products','food-products',0),(12642,'kendel','kendel',0),(12643,'bernard','bernard',0),(12644,'keisha','keisha',0),(12645,'keisha stewart','keisha-stewart',0),(12646,'brand manager','brand-manager',0),(12647,'coach ludlow','coach-ludlow',0),(12648,'ludlow','ludlow',0),(12649,'coach ludlow bernard','coach-ludlow-bernard',0),(12650,'ludlow bernard','ludlow-bernard',0),(12651,'former reggae','former-reggae',0),(12652,'former reggae boyz','former-reggae-boyz',0),(12653,'keisha stewart senior brand manager','keisha-stewart-senior-brand-manager',0),(12654,'keisha stewart senior brand','keisha-stewart-senior-brand',0),(12655,'stewart senior brand manager','stewart-senior-brand-manager',0),(12656,'keisha stewart senior','keisha-stewart-senior',0),(12657,'stewart senior brand','stewart-senior-brand',0),(12658,'senior brand manager','senior-brand-manager',0),(12659,'stewart senior','stewart-senior',0),(12660,'senior brand','senior-brand',0),(12661,'kendel brand','kendel-brand',0),(12662,'brand ambassador','brand-ambassador',0),(12663,'former reggae boyz player','former-reggae-boyz-player',0),(12664,'reggae boyz player','reggae-boyz-player',0),(12665,'boyz player','boyz-player',0),(12666,'reggae boyz player ricardo','reggae-boyz-player-ricardo',0),(12667,'boyz player ricardo','boyz-player-ricardo',0),(12668,'player ricardo','player-ricardo',0),(12669,'former reggae boyz player ricardo','former-reggae-boyz-player-ricardo',0),(12670,'reggae boyz player ricardo bibi','reggae-boyz-player-ricardo-bibi',0),(12671,'boyz player ricardo bibi','boyz-player-ricardo-bibi',0),(12672,'player ricardo bibi','player-ricardo-bibi',0),(12673,'boyz player ricardo bibi gardner','boyz-player-ricardo-bibi-gardner',0),(12674,'player ricardo bibi gardner','player-ricardo-bibi-gardner',0),(12675,'brand ambassador former reggae boyz','brand-ambassador-former-reggae-boyz',0),(12676,'brand ambassador former reggae','brand-ambassador-former-reggae',0),(12677,'ambassador former reggae boyz','ambassador-former-reggae-boyz',0),(12678,'brand ambassador former','brand-ambassador-former',0),(12679,'ambassador former reggae','ambassador-former-reggae',0),(12680,'cool down the jamaican capital','cool-down-the-jamaican-capital',0),(12681,'equator begin to cool','equator-begin-to-cool',0),(12682,'annual food fest','annual-food-fest',0),(12683,'cool down the jamaican','cool-down-the-jamaican',0),(12684,'firing up the grill','firing-up-the-grill',0),(12685,'begin to cool','begin-to-cool',0),(12686,'tourist destinations','tourist-destinations',0),(12687,'equator begin','equator-begin',0),(12688,'jamaican capital','jamaican-capital',0),(12689,'annual food','annual-food',0),(12690,'food fest','food-fest',0),(12691,'player ricardo bibi gardner share','player-ricardo-bibi-gardner-share',0),(12692,'ricardo bibi gardner share','ricardo-bibi-gardner-share',0),(12693,'bibi gardner share','bibi-gardner-share',0),(12694,'kc football players','kc-football-players',0),(12695,'ambassador former reggae boyz player','ambassador-former-reggae-boyz-player',0),(12696,'Kendel','kendel',0),(12697,'Ricardo Bibi Gardner','ricardo-bibi-gardner',0),(12698,'tourist destinations above the equator','tourist-destinations-above-the-equator',0),(12699,'destinations above the equator begin','destinations-above-the-equator-begin',0),(12700,'grill for its annual food','grill-for-its-annual-food',0),(12701,'destinations above the equator','destinations-above-the-equator',0),(12702,'grill for its annual','grill-for-its-annual',0),(12703,'festival manager for the jfdf','festival-manager-for-the-jfdf',0),(12704,'manager for the jfdf alicia','manager-for-the-jfdf-alicia',0),(12705,'jfdf alicia bogues','jfdf-alicia-bogues',0),(12706,'festival manager','festival-manager',0),(12707,'photo facebook @jafoodanddrink','photo-facebook-jafoodanddrink',0),(12708,'drink festival jfdf','drink-festival-jfdf',0),(12709,'American Express','american-express',0),(12710,'AMEX','amex',0),(12711,'American Express Essentials','american-express-essentials',0),(12712,'Festival Manager Alicia Bogues','festival-manager-alicia-bogues',0),(12713,'top five places to be for October','top-five-places-to-be-for-october',0),(12714,'ac marriott hotel kingston','ac-marriott-hotel-kingston',0),(12715,'marriott hotel kingston','marriott-hotel-kingston',0),(12716,'technology defines this new generation','technology-defines-this-new-generation',0),(12717,'lifestyle and technology defines','lifestyle-and-technology-defines',0),(12718,'defines this new generation','defines-this-new-generation',0),(12719,'hotel kingston','hotel-kingston',0),(12720,'group of companies','group-of-companies',0),(12721,'lifestyle and technology','lifestyle-and-technology',0),(12722,'wanted to marry','wanted-to-marry',0),(12723,'kingston\'s hotels','kingstons-hotels',0),(12724,'technology defines','technology-defines',0),(12725,'ac','ac',0),(12726,'new generation','new-generation',0),(12727,'marriott','marriott',0),(12728,'ramble media corporation','ramble-media-corporation',0),(12729,'media corporation','media-corporation',0),(12730,'new digital','new-digital',0),(12731,'inform','inform',0),(12732,'vibrant','vibrant',0),(12733,'deputy chairman adam stewart','deputy-chairman-adam-stewart',0),(12734,'deputy chairman adam','deputy-chairman-adam',0),(12735,'chairman adam stewart','chairman-adam-stewart',0),(12736,'chairman adam','chairman-adam',0),(12737,'al edwards','al-edwards',0),(12738,'Ramble Media Group','ramble-media-group',0),(12739,'Adam St','adam-st',0),(12740,'Ramble Media Corporation','ramble-media-corporation',0),(12741,'news','news',0),(12742,'peanuts','peanuts',0),(12743,'peanut','peanut',0),(12744,'grandfather','grandfather',0),(12745,'grandfather of peanuts','grandfather-of-peanuts',0),(12746,'nuts','nuts',0),(12747,'grow','grow',0),(12748,'dietary','dietary',0),(12749,'healthy','healthy',0),(12750,'peanuts','peanuts',0),(12751,'National Baking Company','national-baking-company',0),(12752,'National Peanut Day','national-peanut-day',0),(12753,'nuts','nuts',0),(12754,'tivoli','tivoli',0),(12755,'1-0','1-0',0),(12756,'buzz team','buzz-team',0),(12757,'mona high school','mona-high-school',0),(12758,'tivoli gardens high school','tivoli-gardens-high-school',0),(12759,'tivoli gardens','tivoli-gardens',0),(12760,'knight riders','knight-riders',0),(12761,'tallawahs','tallawahs',0),(12762,'knight','knight',0),(12763,'riders','riders',0),(12764,'toss','toss',0),(12765,'tallawahs','tallawahs',0),(12766,'knight riders','knight-riders',0),(12767,'pace','pace',0),(12768,'ea','ea',0),(12769,'jamaica tallawahs','jamaica-tallawahs',0),(12770,'trinbago knight riders','trinbago-knight-riders',0),(12771,'trinbago knight','trinbago-knight',0),(12772,'trinbago','trinbago',0),(12773,'jamaican international','jamaican-international',0),(12774,'leicester','leicester',0),(12775,'hurricane dorian victims','hurricane-dorian-victims',0),(12776,'dorian victims','dorian-victims',0),(12777,'celebrities','celebrities',0),(12778,'contribution','contribution',0),(12779,'victims','victims',0),(12780,'woods','woods',0),(12781,'timberlake','timberlake',0),(12782,'s=19','s19',0),(12783,'Wes Morgan','wes-morgan',0),(12784,'FIFA 20','fifa-20',0),(12785,'CPLT20','cplt20',0),(12786,'tennis','tennis',0),(12787,'new providence','new-providence',0),(12788,'providence','providence',0),(12789,'balls','balls',0),(12790,'zouks','zouks',0),(12791,'sixes','sixes',0),(12792,'overs','overs',0),(12793,'fours','fours',0),(12794,'zouks','zouks',0),(12795,'tennis','tennis',0),(12796,'0 vs','0-vs',0),(12797,'black river','black-river',0),(12798,'zone e','zone-e',0),(12799,'munro college','munro-college',0),(12800,'roger clarke','roger-clarke',0),(12801,'steths','steths',0),(12802,'munro','munro',0),(12803,'alston','alston',0),(12804,'ISSA/Wata DaCosta Cup','issa-wata-dacosta-cup',0),(12805,'united 2-0','united-2-0',0),(12806,'vere','vere',0),(12807,'rescheduled','rescheduled',0),(12808,'goals','goals',0),(12809,'chase 268','chase-268',0),(12810,'simmons','simmons',0),(12811,'first win','first-win',0),(12812,'96','96',0),(12813,'268','268',0),(12814,'chase','chase',0),(12815,'chances','chances',0),(12816,'bowling','bowling',0),(12817,'dropped','dropped',0),(12818,'lewis','lewis',0),(12819,'covers','covers',0),(12820,'caught','caught',0),(12821,'no-ball','no-ball',0),(12822,'Lendl Simmons','lendl-simmons',0),(12823,'people across the caribbean','people-across-the-caribbean',0),(12824,'gayle','gayle',0),(12825,'267','267',0),(12826,'cpl','cpl',0),(12827,'losing','losing',0),(12828,'Jamaica Tallawahs','jamaica-tallawahs',0),(12829,'Trinbago Knight Riders','trinbago-knight-riders',0),(12830,'Twenty/20 cricket','twenty-20-cricket',0),(12831,'toilet','toilet',0),(12832,'lavoratory','lavoratory',0),(12833,'blenheim','blenheim',0),(12834,'blenheim palace','blenheim-palace',0),(12835,'lavatory','lavatory',0),(12836,'blenheim palace in oxfordshire','blenheim-palace-in-oxfordshire',0),(12837,'palace in oxfordshire','palace-in-oxfordshire',0),(12838,'oxfordshire','oxfordshire',0),(12839,'stolen toilet','stolen-toilet',0),(12840,'solid gold toilet','solid-gold-toilet',0),(12841,'Blenheim Palace','blenheim-palace',0),(12842,'Thames Valley Police','thames-valley-police',0),(12843,'America','america',0),(12844,'Maurizio Cattelan','maurizio-cattelan',0),(12845,'Sir Winston Churchill','sir-winston-churchill',0),(12846,'cool card','cool-card',0),(12847,'end of summer','end-of-summer',0),(12848,'discount card','discount-card',0),(12849,'rendezvous antigua','rendezvous-antigua',0),(12850,'offers','offers',0),(12851,'discounts','discounts',0),(12852,'discount','discount',0),(12853,'website','website',0),(12854,'benefits','benefits',0),(12855,'participating','participating',0),(12856,'antigua and barbuda tourism','antigua-and-barbuda-tourism',0),(12857,'barbuda tourism','barbuda-tourism',0),(12858,'Cool Card','cool-card',0),(12859,'#WhatCoolLooksLike','whatcoollookslike',0),(12860,'Antigua and Barbuda Tourism Authority','antigua-and-barbuda-tourism-authority',0),(12861,'discount card','discount-card',0),(12862,'destination marketing','destination-marketing',0),(12863,'vs st','vs-st',0),(12864,'11 teams','11-teams',0),(12865,'george\'s college','georges-college',0),(12866,'group f','group-f',0),(12867,'charlie smith','charlie-smith',0),(12868,'denham town','denham-town',0),(12869,'jonathan grant','jonathan-grant',0),(12870,'technical vs','technical-vs',0),(12871,'ardenne','ardenne',0),(12872,'photo schoolboyfootball.com','photo-schoolboyfootball-com',0),(12873,'schoolboyfootball.com','schoolboyfootball-com',0),(12874,'ISSA/Digicel Manning Cup','issa-digicel-manning-cup',0),(12875,'Manning Cup 2019','manning-cup-2019',0),(12876,'St. Georges College','st-georges-college-2',0),(12877,'Ardenne High','ardenne-high',0),(12878,'Holy Trinity High','holy-trinity-high',0),(12879,'St. Jago High','st-jago-high',0),(12880,'Charlie Smith High','charlie-smith-high',0),(12881,'Denham Town High','denham-town-high',0),(12882,'Jonathan Grant High','jonathan-grant-high',0),(12883,'St. Catherine High','st-catherine-high',0),(12884,'St. Andrew Technical High','st-andrew-technical-high',0),(12885,'Papine High','papine-high',0),(12886,'Saturday fixtures','saturday-fixtures',0),(12887,'latinamas','latinamas',0),(12888,'crossover','crossover',0),(12889,'nominees','nominees',0),(12890,'dolby','dolby',0),(12891,'dolby theatre','dolby-theatre',0),(12892,'dolby theatre in hollywood','dolby-theatre-in-hollywood',0),(12893,'theatre in hollywood','theatre-in-hollywood',0),(12894,'Latin American Music Awards','latin-american-music-awards',0),(12895,'Latin AMAs','latin-amas',0),(12896,'Telemundo','telemundo',0),(12897,'Dolby Theatre','dolby-theatre',0),(12898,'Hollywood','hollywood',0),(12899,'October 2019','october-2019',0),(12900,'Favorite Crossover Artiste','favorite-crossover-artiste',0),(12901,'DJ Snake','dj-snake',0),(12902,'Snow','snow',0),(12903,'nominations','nominations',0),(12904,'mining in the area','mining-in-the-area',0),(12905,'miners','miners',0),(12906,'dollars','dollars',0),(12907,'80','80',0),(12908,'gibraltar','gibraltar',0),(12909,'acres','acres',0),(12910,'leaders jamaica college','leaders-jamaica-college',0),(12911,'leaders jamaica','leaders-jamaica',0),(12912,'edith dalton','edith-dalton',0),(12913,'camperdown','camperdown',0),(12914,'8-1','8-1',0),(12915,'innswood','innswood',0),(12916,'Wolmer&#039;s Boys&#039; High','wolmers-boys-high',0),(12917,'Jamaica College','jamaica-college',0),(12918,'Group E','group-e',0),(12919,'Inswood High','inswood-high',0),(12920,'Vauxhall High','vauxhall-high',0),(12921,'invested','invested',0),(12922,'manning cup schoolboy football','manning-cup-schoolboy-football',0),(12923,'manning cup schoolboy','manning-cup-schoolboy',0),(12924,'cup schoolboy football','cup-schoolboy-football',0),(12925,'cup schoolboy','cup-schoolboy',0),(12926,'high vs','high-vs',0),(12927,'mile gully','mile-gully',0),(12928,'zone f','zone-f',0),(12929,'zone k','zone-k',0),(12930,'vs glenmuir','vs-glenmuir',0),(12931,'zone m','zone-m',0),(12932,'college vs','college-vs',0),(12933,'opposition leader dr peter','opposition-leader-dr-peter',0),(12934,'opposition leader dr peter phillips','opposition-leader-dr-peter-phillips',0),(12935,'manchester','manchester',0),(12936,'charlemont','charlemont',0),(12937,'St. Elizabeth Technical High','st-elizabeth-technical-high',0),(12938,'St. James High','st-james-high',0),(12939,'Green Pond High','green-pond-high',0),(12940,'Anchovy High','anchovy-high',0),(12941,'Maldon High','maldon-high',0),(12942,'Irwin High','irwin-high',0),(12943,'Green Island High','green-island-high',0),(12944,'Merlene Ottey High.','merlene-ottey-high',0),(12945,'Hopewell High','hopewell-high',0),(12946,'Herbert Morrison Technical High','herbert-morrison-technical-high',0),(12947,'William Knibb High','william-knibb-high',0),(12948,'Cedric Titus High','cedric-titus-high',0),(12949,'Spot Valley High','spot-valley-high',0),(12950,'protected area','protected-area',0),(12951,'sml 172','sml-172',0),(12952,'area designated','area-designated',0),(12953,'area designated sml','area-designated-sml',0),(12954,'designated sml','designated-sml',0),(12955,'area designated sml 172','area-designated-sml-172',0),(12956,'designated sml 172','designated-sml-172',0),(12957,'employee engagement','employee-engagement',0),(12958,'employee','employee',0),(12959,'epstein','epstein',0),(12960,'bahamas mexico','bahamas-mexico',0),(12961,'ite','ite',0),(12962,'itelbpo','itelbpo',0),(12963,'itelfest','itelfest',0),(12964,'yoni epstein','yoni-epstein',0),(12965,'yoni epstein','yoni-epstein',0),(12966,'yoni','yoni',0),(12967,'itelfest','itelfest',0),(12968,'team members','team-members',0),(12969,'itelbpo','itelbpo',0),(12970,'huricane','huricane',0),(12971,'victims in the bahamas','victims-in-the-bahamas',0),(12972,'us100,000','us100000',0),(12973,'itelfest in kingston','itelfest-in-kingston',0),(12974,'saturday sept 14','saturday-sept-14',0),(12975,'sept 14','sept-14',0),(12976,'Kensington Primary','kensington-primary',0),(12977,'Miss Jamaica Festival Queen 2019','miss-jamaica-festival-queen-2019',0),(12978,'Jamaica Cultural Development Commission','jamaica-cultural-development-commission',0),(12979,'JCDC Homecoming Motorcade','jcdc-homecoming-motorcade',0),(12980,'white welcome party','white-welcome-party',0),(12981,'white welcome','white-welcome',0),(12982,'welcome party','welcome-party',0),(12983,'japex 2019','japex-2019',0),(12984,'travel agents','travel-agents',0),(12985,'agents','agents',0),(12986,'Sandals All White Welcoming Party','sandals-all-white-welcoming-party',0),(12987,'incredible','incredible',0),(12988,'Top Boy','top-boy',0),(12989,'Netflix series','netflix-series',0),(12990,'OVO Sound','ovo-sound',0),(12991,'diane carlton','diane-carlton',0),(12992,'brand diane carlton','brand-diane-carlton',0),(12993,'diane carlton style','diane-carlton-style',0),(12994,'brand diane','brand-diane',0),(12995,'africa fashion','africa-fashion',0),(12996,'carlton style','carlton-style',0),(12997,'carlton','carlton',0),(12998,'afwl','afwl',0),(12999,'trinbagonian','trinbagonian',0),(13000,'attendance','attendance',0),(13001,'celebrate','celebrate',0),(13002,'weekes-benjamin','weekes-benjamin',0),(13003,'runway','runway',0),(13004,'designs','designs',0),(13005,'creative director','creative-director',0),(13006,'photo simon deiner/sdr photo lola','photo-simon-deiner-sdr-photo-lola',0),(13007,'simon deiner/sdr photo lola grafix','simon-deiner-sdr-photo-lola-grafix',0),(13008,'deiner/sdr photo lola grafix photography','deiner-sdr-photo-lola-grafix-photography',0),(13009,'photo simon deiner/sdr photo','photo-simon-deiner-sdr-photo',0),(13010,'simon deiner/sdr photo lola','simon-deiner-sdr-photo-lola',0),(13011,'deiner/sdr photo lola grafix','deiner-sdr-photo-lola-grafix',0),(13012,'photo lola grafix photography','photo-lola-grafix-photography',0),(13013,'photo simon deiner/sdr','photo-simon-deiner-sdr',0),(13014,'simon deiner/sdr photo','simon-deiner-sdr-photo',0),(13015,'deiner/sdr photo lola','deiner-sdr-photo-lola',0),(13016,'photo lola grafix','photo-lola-grafix',0),(13017,'lola grafix photography','lola-grafix-photography',0),(13018,'photo simon','photo-simon',0),(13019,'simon deiner/sdr','simon-deiner-sdr',0),(13020,'deiner/sdr photo','deiner-sdr-photo',0),(13021,'photo lola','photo-lola',0),(13022,'lola grafix','lola-grafix',0),(13023,'grafix photography','grafix-photography',0),(13024,'Diane Carlton','diane-carlton',0),(13025,'Africa Fashion Week','africa-fashion-week',0),(13026,'Londonm','londonm',0),(13027,'Stacy-Weeks-Benjamin','stacy-weeks-benjamin',0),(13028,'paul whylie','paul-whylie',0),(13029,'whylie','whylie',0),(13030,'jaheim brown','jaheim-brown',0),(13031,'jaheim','jaheim',0),(13032,'st george\'s college','st-georges-college',0),(13033,'St H=George&#039;s College','st-hgeorges-college',0),(13034,'st georges college','st-georges-college-3',0),(13035,'neville bell','neville-bell',0),(13036,'paul whylie','paul-whylie',0),(13037,'ministry of national security','ministry-of-national-security',0),(13038,'ministry of national','ministry-of-national',0),(13039,'primarily','primarily',0),(13040,'title track','title-track',0),(13041,'longest liver','longest-liver',0),(13042,'liver','liver',0),(13043,'lutan','lutan',0),(13044,'fyah','fyah',0),(13045,'longest livah','longest-livah',0),(13046,'livah','livah',0),(13047,'music strictly for profit','music-strictly-for-profit',0),(13048,'strictly for profit','strictly-for-profit',0),(13049,'music strictly','music-strictly',0),(13050,'fake','fake',0),(13051,'strictly','strictly',0),(13052,'lutan fyah','lutan-fyah',0),(13053,'Lutan Fyah','lutan-fyah',0),(13054,'Longest Livah','longest-livah',0),(13055,'Rastafari','rastafari',0),(13056,'satellites first response stations','satellites-first-response-stations',0),(13057,'response stations','response-stations',0),(13058,'satellites first response','satellites-first-response',0),(13059,'first response stations','first-response-stations',0),(13060,'rural communities','rural-communities',0),(13061,'well advance','well-advance',0),(13062,'first response','first-response',0),(13063,'brigade','brigade',0),(13064,'canada looked at a situation','canada-looked-at-a-situation',0),(13065,'looked at a situation','looked-at-a-situation',0),(13066,'canada looked','canada-looked',0),(13067,'local government and community development','local-government-and-community-development',0),(13068,'local government and community','local-government-and-community',0),(13069,'government and community development','government-and-community-development',0),(13070,'government and community','government-and-community',0),(13071,'community development','community-development',0),(13072,'jamaica fire brigade','jamaica-fire-brigade',0),(13073,'jamaica fire','jamaica-fire',0),(13074,'fire brigade','fire-brigade',0),(13075,'fire units','fire-units',0),(13076,'desmond mckenzie','desmond-mckenzie',0),(13077,'Jamaica Fire Brigade','jamaica-fire-brigade',0),(13078,'community development','community-development',0),(13079,'satellite fire response','satellite-fire-response',0),(13080,'mount pleasant','mount-pleasant',0),(13081,'drax hall','drax-hall',0),(13082,'home turf','home-turf',0),(13083,'home record','home-record',0),(13084,'pleasant','pleasant',0),(13085,'drax','drax',0),(13086,'turf','turf',0),(13087,'fortunes','fortunes',0),(13088,'stamp our class','stamp-our-class',0),(13089,'mount','mount',0),(13090,'paul tegat davis','paul-tegat-davis',0),(13091,'paul tegat','paul-tegat',0),(13092,'tegat davis','tegat-davis',0),(13093,'tegat','tegat',0),(13094,'coach paul tegat davis','coach-paul-tegat-davis',0),(13095,'coach paul tegat','coach-paul-tegat',0),(13096,'coach paul','coach-paul',0),(13097,'clara lionel','clara-lionel',0),(13098,'roc nation','roc-nation',0),(13099,'montano','montano',0),(13100,'soca','soca',0),(13101,'machel','machel',0),(13102,'legendary','legendary',0),(13103,'quickly','quickly',0),(13104,'Machel Montano','machel-montano',0),(13105,'soca','soca',0),(13106,'natural drinks','natural-drinks',0),(13107,'welsh','welsh',0),(13108,'small business','small-business',0),(13109,'tasted the drinks and felt','tasted-the-drinks-and-felt',0),(13110,'felt good about the natural','felt-good-about-the-natural',0),(13111,'good about the natural ingredients','good-about-the-natural-ingredients',0),(13112,'tasted the drinks','tasted-the-drinks',0),(13113,'drinks and felt','drinks-and-felt',0),(13114,'good about the natural','good-about-the-natural',0),(13115,'natural ingredients','natural-ingredients',0),(13116,'executive officer ceo oliver welsh','executive-officer-ceo-oliver-welsh',0),(13117,'executive officer ceo oliver','executive-officer-ceo-oliver',0),(13118,'officer ceo oliver welsh','officer-ceo-oliver-welsh',0),(13119,'executive officer ceo','executive-officer-ceo',0),(13120,'officer ceo oliver','officer-ceo-oliver',0),(13121,'ceo oliver welsh','ceo-oliver-welsh',0),(13122,'officer ceo','officer-ceo',0),(13123,'ceo oliver','ceo-oliver',0),(13124,'oliver welsh','oliver-welsh',0),(13125,'aim and a plan','aim-and-a-plan',0),(13126,'love this business','love-this-business',0),(13127,'chief executive officer ceo oliver','chief-executive-officer-ceo-oliver',0),(13128,'chief executive officer ceo','chief-executive-officer-ceo',0),(13129,'wood land roots natural drinks','wood-land-roots-natural-drinks',0),(13130,'wood land roots natural','wood-land-roots-natural',0),(13131,'land roots natural drinks','land-roots-natural-drinks',0),(13132,'business development corporation jbdc','business-development-corporation-jbdc',0),(13133,'wood land roots','wood-land-roots',0),(13134,'land roots natural','land-roots-natural',0),(13135,'roots natural drinks','roots-natural-drinks',0),(13136,'chief executive officer wood land','chief-executive-officer-wood-land',0),(13137,'executive officer wood land roots','executive-officer-wood-land-roots',0),(13138,'officer wood land roots natural','officer-wood-land-roots-natural',0),(13139,'land roots natural drinks oliver','land-roots-natural-drinks-oliver',0),(13140,'roots natural drinks oliver welsh','roots-natural-drinks-oliver-welsh',0),(13141,'chief executive officer wood','chief-executive-officer-wood',0),(13142,'executive officer wood land','executive-officer-wood-land',0),(13143,'officer wood land roots','officer-wood-land-roots',0),(13144,'roots natural drinks oliver','roots-natural-drinks-oliver',0),(13145,'natural drinks oliver welsh','natural-drinks-oliver-welsh',0),(13146,'SME','sme',0),(13147,'small business','small-business',0),(13148,'natural drinks','natural-drinks',0),(13149,'rent assessment board','rent-assessment-board',0),(13150,'rent assessment','rent-assessment',0),(13151,'assessment board','assessment-board',0),(13152,'rental arrangements','rental-arrangements',0),(13153,'rent','rent',0),(13154,'landlords','landlords',0),(13155,'tenants','tenants',0),(13156,'assessment','assessment',0),(13157,'headlam','headlam',0),(13158,'rental','rental',0),(13159,'arrangements','arrangements',0),(13160,'registered','registered',0),(13161,'tenant','tenant',0),(13162,'landlord','landlord',0),(13163,'saying and a formal agreement','saying-and-a-formal-agreement',0),(13164,'saying and a formal','saying-and-a-formal',0),(13165,'formal agreement','formal-agreement',0),(13166,'tenancy starts','tenancy-starts',0),(13167,'shenese','shenese',0),(13168,'shenese headlam','shenese-headlam',0),(13169,'Rent Assessment Board','rent-assessment-board',0),(13170,'rental','rental',0),(13171,'obligated to provide a grace','obligated-to-provide-a-grace',0),(13172,'provide a grace period','provide-a-grace-period',0),(13173,'obligated to provide','obligated-to-provide',0),(13174,'provide a grace','provide-a-grace',0),(13175,'grace period','grace-period',0),(13176,'headlam director of the rent','headlam-director-of-the-rent',0),(13177,'director of the rent assessment','director-of-the-rent-assessment',0),(13178,'shenese headlam director','shenese-headlam-director',0),(13179,'director of the rent','director-of-the-rent',0),(13180,'headlam director','headlam-director',0),(13181,'batting','batting',0),(13182,'tridents','tridents',0),(13183,'CPL','cpl',0),(13184,'Barbados Tridents','barbados-tridents',0),(13185,'wembley centre of excellence','wembley-centre-of-excellence',0),(13186,'won their opening','won-their-opening',0),(13187,'centre of excellence','centre-of-excellence',0),(13188,'wembley centre','wembley-centre',0),(13189,'3:30 pm','330-pm',0),(13190,'drewsland','drewsland',0),(13191,'7:00','700-2',0),(13192,'vere united','vere-united',0),(13193,'Harbour View','harbour-view',0),(13194,'devon dick','devon-dick',0),(13195,'healing','healing',0),(13196,'rev','rev',0),(13197,'dick','dick',0),(13198,'unity and healing','unity-and-healing',0),(13199,'sunday sept','sunday-sept',0),(13200,'church service','church-service',0),(13201,'church service on sunday','church-service-on-sunday',0),(13202,'service on sunday','service-on-sunday',0),(13203,'church service on sunday sept','church-service-on-sunday-sept',0),(13204,'service on sunday sept','service-on-sunday-sept',0),(13205,'church service','church-service',0),(13206,'religion','religion',0),(13207,'unity and healing church service','unity-and-healing-church-service',0),(13208,'healing church service on sunday','healing-church-service-on-sunday',0),(13209,'unity and healing church','unity-and-healing-church',0),(13210,'healing church service','healing-church-service',0),(13211,'healing church','healing-church',0),(13212,'staths','staths',0),(13213,'bridgeport','bridgeport',0),(13214,'clan','clan',0),(13215,'jago','jago',0),(13216,'oberlin','oberlin',0),(13217,'1 vs st','1-vs-st',0),(13218,'pembroke hall','pembroke-hall',0),(13219,'popcaan\'s unruly fest','popcaans-unruly-fest',0),(13220,'unruly fest','unruly-fest',0),(13221,'popcaan\'s unruly','popcaans-unruly',0),(13222,'performances','performances',0),(13223,'second staging','second-staging',0),(13224,'staging of popcaan\'s unruly','staging-of-popcaans-unruly',0),(13225,'staging of popcaan\'s unruly fest','staging-of-popcaans-unruly-fest',0),(13226,'drake and popcaan','drake-and-popcaan',0),(13227,'Unruly Fest','unruly-fest',0),(13228,'sabina','sabina',0),(13229,'sabina park','sabina-park',0),(13230,'barbados tridents','barbados-tridents',0),(13231,'love interest','love-interest',0),(13232,'2009','2009',0),(13233,'knows','knows',0),(13234,'new single','new-single',0),(13235,'Tosh Alexander','tosh-alexander',0),(13236,'ig model','ig-model',0),(13237,'porter','porter',0),(13238,'being an ig model','being-an-ig-model',0),(13239,'being an ig','being-an-ig',0),(13240,'Jaxx','jaxx',0),(13241,'balls that included','balls-that-included',0),(13242,'struggled','struggled',0),(13243,'nurse','nurse',0),(13244,'included','included',0),(13245,'duminy','duminy',0),(13246,'IG Model','ig-model',0),(13247,'cyber bullying','cyber-bullying',0),(13248,'kadesha porter','kadesha-porter',0),(13249,'instagram model','instagram-model',0),(13250,'kadesha','kadesha',0),(13251,'promotions','promotions',0),(13252,'opportunities','opportunities',0),(13253,'lifestyle website','lifestyle-website',0),(13254,'online giveaway','online-giveaway',0),(13255,'healthy lifestyle','healthy-lifestyle',0),(13256,'launching','launching',0),(13257,'followers','followers',0),(13258,'giveaway','giveaway',0),(13259,'lucky','lucky',0),(13260,'asafa','asafa',0),(13261,'asafafitlife.com','asafafitlife-com',0),(13262,'shawn richardson','shawn-richardson',0),(13263,'according to powell\'s post','according-to-powells-post',0),(13264,'powell\'s post','powells-post',0),(13265,'18 balls','18-balls',0),(13266,'27 balls','27-balls',0),(13267,'wicket','wicket',0),(13268,'batsmen','batsmen',0),(13269,'richardson','richardson',0),(13270,'Asafa Powell','asafa-powell',0),(13271,'montego bay fire station','montego-bay-fire-station',0),(13272,'montego bay fire','montego-bay-fire',0),(13273,'bay fire station','bay-fire-station',0),(13274,'bay fire','bay-fire',0),(13275,'being carried','being-carried',0),(13276,'new facilities','new-facilities',0),(13277,'budget','budget',0),(13278,'lacked the kind of support','lacked-the-kind-of-support',0),(13279,'support to give','support-to-give',0),(13280,'brigade lacked','brigade-lacked',0),(13281,'mckenzie the minister of local','mckenzie-the-minister-of-local',0),(13282,'desmond mckenzie the minister','desmond-mckenzie-the-minister',0),(13283,'mckenzie the minister','mckenzie-the-minister',0),(13284,'improving the jamaica fire brigade','improving-the-jamaica-fire-brigade',0),(13285,'spent close to j$800-milliion','spent-close-to-j800-milliion',0),(13286,'improving the jamaica fire','improving-the-jamaica-fire',0),(13287,'close to j$800-milliion','close-to-j800-milliion',0),(13288,'improving the jamaica','improving-the-jamaica',0),(13289,'close to j$800-milliion on improving','close-to-j800-milliion-on-improving',0),(13290,'j$800-milliion on improving the jamaica','j800-milliion-on-improving-the-jamaica',0),(13291,'desmond mckenzie minister of local','desmond-mckenzie-minister-of-local',0),(13292,'mckenzie minister of local government','mckenzie-minister-of-local-government',0),(13293,'mckenzie minister of local','mckenzie-minister-of-local',0),(13294,'desmond mckenzie minister','desmond-mckenzie-minister',0),(13295,'anti-violence','anti-violence',0),(13296,'minister of national security','minister-of-national-security',0),(13297,'range mountain view','range-mountain-view',0),(13298,'dubbed liv gud','dubbed-liv-gud',0),(13299,'minister of national','minister-of-national',0),(13300,'roxborough avenue','roxborough-avenue',0),(13301,'range mountain','range-mountain',0),(13302,'anti-violence campaign','anti-violence-campaign',0),(13303,'dubbed liv','dubbed-liv',0),(13304,'liv gud','liv-gud',0),(13305,'minister of national security dr','minister-of-national-security-dr',0),(13306,'national security dr','national-security-dr',0),(13307,'security dr','security-dr',0),(13308,'national security dr horace chang','national-security-dr-horace-chang',0),(13309,'national security dr horace','national-security-dr-horace',0),(13310,'security dr horace chang','security-dr-horace-chang',0),(13311,'security dr horace','security-dr-horace',0),(13312,'Liv Gud','liv-gud',0),(13313,'anti-violence','anti-violence',0),(13314,'robert morgan','robert-morgan',0),(13315,'crime fighting','crime-fighting',0),(13316,'square feet of space','square-feet-of-space',0),(13317,'000 square feet','000-square-feet',0),(13318,'square feet','square-feet',0),(13319,'feet of space','feet-of-space',0),(13320,'expansion program','expansion-program',0),(13321,'trafford place','trafford-place',0),(13322,'000 square','000-square',0),(13323,'new workers','new-workers',0),(13324,'own campus','own-campus',0),(13325,'campus','campus',0),(13326,'feet','feet',0),(13327,'300','300',0),(13328,'victoria\'s secret','victorias-secret',0),(13329,'victoria','victoria',0),(13330,'insisted','insisted',0),(13331,'sexiness','sexiness',0),(13332,'victoria beckham','victoria-beckham',0),(13333,'beckham','beckham',0),(13334,'victoria beckham','victoria-beckham',0),(13335,'victoria secret','victoria-secret',0),(13336,'david beckham','david-beckham',0),(13337,'comfort and ease','comfort-and-ease',0),(13338,'ease','ease',0),(13339,'year-end','year-end',0),(13340,'employ','employ',0),(13341,'mobay','mobay',0),(13342,'hoops with ffriend','hoops-with-ffriend',0),(13343,'track and field','track-and-field',0),(13344,'ffriend','ffriend',0),(13345,'children\'s homes','childrens-homes',0),(13346,'playing basketball','playing-basketball',0),(13347,'hoops','hoops',0),(13348,'european','european',0),(13349,'300 new workers','300-new-workers',0),(13350,'000','000',0),(13351,'former nba and european','former-nba-and-european',0),(13352,'nba and european','nba-and-european',0),(13353,'jamaica and expose','jamaica-and-expose',0),(13354,'former nba','former-nba',0),(13355,'basketball player','basketball-player',0),(13356,'kimani ffriend former jamaican national','kimani-ffriend-former-jamaican-national',0),(13357,'ffriend former jamaican national basketball','ffriend-former-jamaican-national-basketball',0),(13358,'former jamaican national basketball team','former-jamaican-national-basketball-team',0),(13359,'jamaican national basketball team player','jamaican-national-basketball-team-player',0),(13360,'kimani ffriend former jamaican','kimani-ffriend-former-jamaican',0),(13361,'ffriend former jamaican national','ffriend-former-jamaican-national',0),(13362,'former jamaican national basketball','former-jamaican-national-basketball',0),(13363,'jamaican national basketball team','jamaican-national-basketball-team',0),(13364,'national basketball team player','national-basketball-team-player',0),(13365,'kimani ffriend former','kimani-ffriend-former',0),(13366,'ffriend former jamaican','ffriend-former-jamaican',0),(13367,'former jamaican national','former-jamaican-national',0),(13368,'jamaican national basketball','jamaican-national-basketball',0),(13369,'national basketball team','national-basketball-team',0),(13370,'basketball team player','basketball-team-player',0),(13371,'itelbpo founding','itelbpo-founding',0),(13372,'founding','founding',0),(13373,'itelbpo founding chairman','itelbpo-founding-chairman',0),(13374,'founding chairman','founding-chairman',0),(13375,'outsourcing','outsourcing',0),(13376,'former national midfielder ricardo','former-national-midfielder-ricardo',0),(13377,'former national midfielder','former-national-midfielder',0),(13378,'national midfielder ricardo','national-midfielder-ricardo',0),(13379,'former national','former-national',0),(13380,'national midfielder','national-midfielder',0),(13381,'midfielder ricardo','midfielder-ricardo',0),(13382,'midfielder','midfielder',0),(13383,'start coming on board','start-coming-on-board',0),(13384,'continue to work','continue-to-work',0),(13385,'continue to improve','continue-to-improve',0),(13386,'coming on board','coming-on-board',0),(13387,'ricardo &#039;bibi&#039; gardner','ricardo-bibi-gardner-2',0),(13388,'portmore united','portmore-united',0),(13389,'jamaican footballer','jamaican-footballer',0),(13390,'vere','vere',0),(13391,'grew to love playing basketball','grew-to-love-playing-basketball',0),(13392,'100 per cent full scholarship','100-per-cent-full-scholarship',0),(13393,'grew to love playing','grew-to-love-playing',0),(13394,'100 per cent full','100-per-cent-full',0),(13395,'game of thrones','game-of-thrones',0),(13396,'arts emmys','arts-emmys',0),(13397,'total including','total-including',0),(13398,'thrones','thrones',0),(13399,'picked','picked',0),(13400,'emmys','emmys',0),(13401,'wins','wins',0),(13402,'categories','categories',0),(13403,'second night','second-night',0),(13404,'creative arts emmys','creative-arts-emmys',0),(13405,'fantasy series','fantasy-series',0),(13406,'visual effects','visual-effects',0),(13407,'1-1 draw','1-1-draw',0),(13408,'marshall','marshall',0),(13409,'world\'s best porn site','worlds-best-porn-site',0),(13410,'world\'s best porn','worlds-best-porn',0),(13411,'best porn site','best-porn-site',0),(13412,'porn site','porn-site',0),(13413,'best porn','best-porn',0),(13414,'porn','porn',0),(13415,'bid','bid',0),(13416,'bang bros','bang-bros',0),(13417,'us$10','us10',0),(13418,'red stripe premier league match','red-stripe-premier-league-match',0),(13419,'cavalier and humble lion battled','cavalier-and-humble-lion-battled',0),(13420,'premier league match at stadium','premier-league-match-at-stadium',0),(13421,'league match at stadium east','league-match-at-stadium-east',0),(13422,'stripe premier league match','stripe-premier-league-match',0),(13423,'1-1 draw in their red','1-1-draw-in-their-red',0),(13424,'draw in their red stripe','draw-in-their-red-stripe',0),(13425,'cavalier and humble lion','cavalier-and-humble-lion',0),(13426,'league match at stadium','league-match-at-stadium',0),(13427,'match at stadium east','match-at-stadium-east',0),(13428,'stadium east on sunday','stadium-east-on-sunday',0),(13429,'humble lion battled','humble-lion-battled',0),(13430,'premier league match','premier-league-match',0),(13431,'draw in their red','draw-in-their-red',0),(13432,'cavalier and humble','cavalier-and-humble',0),(13433,'battle from start to finish','battle-from-start-to-finish',0),(13434,'match between cavalier and humble','match-between-cavalier-and-humble',0),(13435,'humble lion in their rspl','humble-lion-in-their-rspl',0),(13436,'lion in their rspl game','lion-in-their-rspl-game',0),(13437,'rspl game on sunday','rspl-game-on-sunday',0),(13438,'finish in the match','finish-in-the-match',0),(13439,'lion in their rspl','lion-in-their-rspl',0),(13440,'battle from start','battle-from-start',0),(13441,'start to finish','start-to-finish',0),(13442,'match between cavalier','match-between-cavalier',0),(13443,'game on sunday','game-on-sunday',0),(13444,'rspl game','rspl-game',0),(13445,'point','point',0),(13446,'cavaliers','cavaliers',0),(13447,'Alex Marshall','alex-marshall',0),(13448,'Humble Lion','humble-lion',0),(13449,'Kyle Ming','kyle-ming',0),(13450,'announcement','announcement',0),(13451,'naming','naming',0),(13452,'miami heat arena','miami-heat-arena',0),(13453,'heat arena','heat-arena',0),(13454,'comic book','comic-book',0),(13455,'hero sckool','hero-sckool',0),(13456,'two-dimensional fighting','two-dimensional-fighting',0),(13457,'characters','characters',0),(13458,'main characters','main-characters',0),(13459,'comic','comic',0),(13460,'chapters','chapters',0),(13461,'hero','hero',0),(13462,'Bang Bros','bang-bros',0),(13463,'adult entertainment','adult-entertainment',0),(13464,'Miami Heat','miami-heat',0),(13465,'jabari brown','jabari-brown',0),(13466,'2d fighting','2d-fighting',0),(13467,'m.u.g.e.n 2d fighting game engine','m-u-g-e-n-2d-fighting-game-engine',0),(13468,'m.u.g.e.n 2d fighting game','m-u-g-e-n-2d-fighting-game',0),(13469,'2d fighting game engine','2d-fighting-game-engine',0),(13470,'m.u.g.e.n 2d fighting','m-u-g-e-n-2d-fighting',0),(13471,'2d fighting game','2d-fighting-game',0),(13472,'fighting game engine','fighting-game-engine',0),(13473,'m.u.g.e.n 2d','m-u-g-e-n-2d',0),(13474,'game engine','game-engine',0),(13475,'dragon ball','dragon-ball',0),(13476,'hero sckool','hero-sckool',0),(13477,'jabari brown','jabari-brown',0),(13478,'video game','video-game',0),(13479,'dragonball Z','dragonball-z',0),(13480,'small screen','small-screen',0),(13481,'written by tenille clarke','written-by-tenille-clarke',0),(13482,'written by tenille','written-by-tenille',0),(13483,'andre russell','andre-russell',0),(13484,'cricketer','cricketer',0),(13485,'jassym','jassym',0),(13486,'blessing in my life','blessing-in-my-life',0),(13487,'International Coastal Cleanup Day','international-coastal-cleanup-day',0),(13488,'west indies cricketer andre russell','west-indies-cricketer-andre-russell',0),(13489,'west indies cricketer andre','west-indies-cricketer-andre',0),(13490,'indies cricketer andre russell','indies-cricketer-andre-russell',0),(13491,'andre russell and his wife','andre-russell-and-his-wife',0),(13492,'russell and his wife jassym','russell-and-his-wife-jassym',0),(13493,'west indies cricketer','west-indies-cricketer',0),(13494,'indies cricketer andre','indies-cricketer-andre',0),(13495,'cricketer andre russell','cricketer-andre-russell',0),(13496,'russell and his wife','russell-and-his-wife',0),(13497,'indies cricketer','indies-cricketer',0),(13498,'cricketer andre','cricketer-andre',0),(13499,'wife jassym','wife-jassym',0),(13500,'lora russell','lora-russell',0),(13501,'lora','lora',0),(13502,'andre russell','andre-russell',0),(13503,'Jassym Lora Russell','jassym-lora-russell',0),(13504,'baby russell','baby-russell',0),(13505,'west indies cricketer','west-indies-cricketer',0),(13506,'gender reveal','gender-reveal',0),(13507,'tight up skirt','tight-up-skirt',0),(13508,'samantha j','samantha-j',0),(13509,'samantha','samantha',0),(13510,'tight','tight',0),(13511,'yuh','yuh',0),(13512,'jargon jargon','jargon-jargon',0),(13513,'jargon','jargon',0),(13514,'samantha J','samantha-j',0),(13515,'baby news','baby-news',0),(13516,'baby boy','baby-boy',0),(13517,'tight up skirt','tight-up-skirt',0),(13518,'10,000 units','10000-units',0),(13519,'10,000','10000',0),(13520,'jamaican singer','jamaican-singer',0),(13521,'weh yuh','weh-yuh',0),(13522,'weh','weh',0),(13523,'Monique Wilson','monique-wilson',0),(13524,'On The Money','on-the-money',0),(13525,'narrow victory','narrow-victory',0),(13526,'jlp','jlp',0),(13527,'narrow','narrow',0),(13528,'unify','unify',0),(13529,'Kimani Ffriend','kimani-ffriend',0),(13530,'beach in st','beach-in-st',0),(13531,'iccd 2019','iccd-2019',0),(13532,'iccd','iccd',0),(13533,'bartley','bartley',0),(13534,'cleanup','cleanup',0),(13535,'display of a group\'s ability','display-of-a-groups-ability',0),(13536,'unite for a cause greater','unite-for-a-cause-greater',0),(13537,'unite for a cause','unite-for-a-cause',0),(13538,'bold display','bold-display',0),(13539,'group\'s ability','groups-ability',0),(13540,'cause greater','cause-greater',0),(13541,'community outreach officer travis bartley','community-outreach-officer-travis-bartley',0),(13542,'nepa\'s public education and community','nepas-public-education-and-community',0),(13543,'public education and community outreach','public-education-and-community-outreach',0),(13544,'education and community outreach officer','education-and-community-outreach-officer',0),(13545,'community outreach officer travis','community-outreach-officer-travis',0),(13546,'outreach officer travis bartley','outreach-officer-travis-bartley',0),(13547,'public education and community','public-education-and-community',0),(13548,'education and community outreach','education-and-community-outreach',0),(13549,'nepa\'s public education','nepas-public-education',0),(13550,'community outreach officer','community-outreach-officer',0),(13551,'outreach officer travis','outreach-officer-travis',0),(13552,'officer travis bartley','officer-travis-bartley',0),(13553,'education and community','education-and-community',0),(13554,'travis bartley','travis-bartley',0),(13555,'nepa\'s public','nepas-public',0),(13556,'public education','public-education',0),(13557,'community outreach','community-outreach',0),(13558,'pulled','pulled',0),(13559,'pulled off a narrow','pulled-off-a-narrow',0),(13560,'pulled off a narrow victory','pulled-off-a-narrow-victory',0),(13561,'narrow victory over peter','narrow-victory-over-peter',0),(13562,'victory over peter','victory-over-peter',0),(13563,'narrow victory over peter bunting','narrow-victory-over-peter-bunting',0),(13564,'victory over peter bunting','victory-over-peter-bunting',0),(13565,'carries','carries',0),(13566,'hellshire bay beach','hellshire-bay-beach',0),(13567,'resources to effectively participate','resources-to-effectively-participate',0),(13568,'provide the volunteers','provide-the-volunteers',0),(13569,'resources to effectively','resources-to-effectively',0),(13570,'travis bartley nepa\'s public education','travis-bartley-nepas-public-education',0),(13571,'travis bartley nepa\'s public','travis-bartley-nepas-public',0),(13572,'bartley nepa\'s public education','bartley-nepas-public-education',0),(13573,'bartley nepa\'s public','bartley-nepas-public',0),(13574,'love at first sight','love-at-first-sight',0),(13575,'piers morgan','piers-morgan',0),(13576,'first sight','first-sight',0),(13577,'cristiano','cristiano',0),(13578,'georgina','georgina',0),(13579,'ronaldo','ronaldo',0),(13580,'piers','piers',0),(13581,'dating','dating',0),(13582,'sight','sight',0),(13583,'cristiano ronaldo','cristiano-ronaldo',0),(13584,'first meeting','first-meeting',0),(13585,'doc ravers','doc-ravers',0),(13586,'coombs','coombs',0),(13587,'dancing','dancing',0),(13588,'ravers','ravers',0),(13589,'doc','doc',0),(13590,'patients','patients',0),(13591,'sinus','sinus',0),(13592,'cristiano ronaldo plans to marry','cristiano-ronaldo-plans-to-marry',0),(13593,'marry his girlfriend georgina rodriguez','marry-his-girlfriend-georgina-rodriguez',0),(13594,'plans to marry his girlfriend','plans-to-marry-his-girlfriend',0),(13595,'ronaldo plans to marry','ronaldo-plans-to-marry',0),(13596,'marry his girlfriend georgina','marry-his-girlfriend-georgina',0),(13597,'cristiano ronaldo plans','cristiano-ronaldo-plans',0),(13598,'girlfriend georgina rodriguez','girlfriend-georgina-rodriguez',0),(13599,'plans to marry','plans-to-marry',0),(13600,'marry his girlfriend','marry-his-girlfriend',0),(13601,'ronaldo plans','ronaldo-plans',0),(13602,'girlfriend georgina','girlfriend-georgina',0),(13603,'georgina rodriguez','georgina-rodriguez',0),(13604,'soccer star','soccer-star',0),(13605,'soccer','soccer',0),(13606,'Georgina Rodriguez','georgina-rodriguez',0),(13607,'football star','football-star',0),(13608,'juventus','juventus',0),(13609,'soccer player','soccer-player',0),(13610,'piers morgan','piers-morgan',0),(13611,'patients in the rural areas','patients-in-the-rural-areas',0),(13612,'patients in the rural','patients-in-the-rural',0),(13613,'lacking amongst patients','lacking-amongst-patients',0),(13614,'was…','was',0),(13615,'lacking','lacking',0),(13616,'dr phillip','dr-phillip',0),(13617,'phillip','phillip',0),(13618,'tournaments','tournaments',0),(13619,'hosting','hosting',0),(13620,'legends','legends',0),(13621,'dexton graham','dexton-graham',0),(13622,'esports jamaica','esports-jamaica',0),(13623,'ceo and founder of esports','ceo-and-founder-of-esports',0),(13624,'ceo and founder','ceo-and-founder',0),(13625,'founder of esports','founder-of-esports',0),(13626,'dexton graham','dexton-graham',0),(13627,'dexton','dexton',0),(13628,'founder','founder',0),(13629,'$500,000 in cash and prizes','500000-in-cash-and-prizes',0),(13630,'$500,000 in cash','500000-in-cash',0),(13631,'cash and prizes','cash-and-prizes',0),(13632,'court reporters','court-reporters',0),(13633,'notes of evidence','notes-of-evidence',0),(13634,'reporters','reporters',0),(13635,'circuit','circuit',0),(13636,'courts','courts',0),(13637,'protest','protest',0),(13638,'cases','cases',0),(13639,'notes','notes',0),(13640,'evidence','evidence',0),(13641,'bryan sykes','bryan-sykes',0),(13642,'chief justice','chief-justice',0),(13643,'home circuit court','home-circuit-court',0),(13644,'high court','high-court',0),(13645,'strike','strike',0),(13646,'industrial action','industrial-action',0),(13647,'comments','comments',0),(13648,'chief','chief',0),(13649,'chief justice bryan','chief-justice-bryan',0),(13650,'chief justice','chief-justice',0),(13651,'justice bryan','justice-bryan',0),(13652,'bryan','bryan',0),(13653,'sa','sa',0),(13654,'mega mentor','mega-mentor',0),(13655,'mentor','mentor',0),(13656,'mega','mega',0),(13657,'gwen','gwen',0),(13658,'contestants','contestants',0),(13659,'knockout','knockout',0),(13660,'john legend','john-legend',0),(13661,'blake shelton','blake-shelton',0),(13662,'gwen stefani','gwen-stefani',0),(13663,'pop star','pop-star',0),(13664,'maroon 5','maroon-5',0),(13665,'adam levine','adam-levine',0),(13666,'Dr Phillip Coombs','dr-phillip-coombs',0),(13667,'Doc Ravers','doc-ravers',0),(13668,'edutainment','edutainment',0),(13669,'vlogging','vlogging',0),(13670,'international space station','international-space-station',0),(13671,'space station','space-station',0),(13672,'international space','international-space',0),(13673,'iss','iss',0),(13674,'visible','visible',0),(13675,'magnani','magnani',0),(13676,'cloud','cloud',0),(13677,'cloud cover','cloud-cover',0),(13678,'International Space Station','international-space-station',0),(13679,'android 10','android-10',0),(13680,'android','android',0),(13681,'viewing','viewing',0),(13682,'Monday','monday',0),(13683,'Tuesday','tuesday',0),(13684,'Thursday','thursday',0),(13685,'battery life','battery-life',0),(13686,'improvements','improvements',0),(13687,'battery','battery',0),(13688,'apps','apps',0),(13689,'tonight','tonight',0),(13690,'world on fire','world-on-fire',0),(13691,'stick figure','stick-figure',0),(13692,'set in stone','set-in-stone',0),(13693,'various artistes','various-artistes',0),(13694,'stick','stick',0),(13695,'figure','figure',0),(13696,'copies','copies',0),(13697,'stone','stone',0),(13698,'band','band',0),(13699,'swipe','swipe',0),(13700,'stick figure','stick-figure',0),(13701,'World On Fire','world-on-fire',0),(13702,'credit android','credit-android',0),(13703,'feature allows','feature-allows',0),(13704,'digital wellbeing','digital-wellbeing',0),(13705,'latest version','latest-version',0),(13706,'creative arts','creative-arts',0),(13707,'complete fiction','complete-fiction',0),(13708,'emmy','emmy',0),(13709,'safechuck','safechuck',0),(13710,'wade','wade',0),(13711,'robson','robson',0),(13712,'nonfiction','nonfiction',0),(13713,'fiction','fiction',0),(13714,'validate','validate',0),(13715,'abused','abused',0),(13716,'swipe right','swipe-right',0),(13717,'proof supports this completely one-sided','proof-supports-this-completely-one-sided',0),(13718,'shred of proof supports','shred-of-proof-supports',0),(13719,'supports this completely one-sided','supports-this-completely-one-sided',0),(13720,'shred of proof','shred-of-proof',0),(13721,'one-sided so-called documentary','one-sided-so-called-documentary',0),(13722,'proof supports','proof-supports',0),(13723,'so-called documentary','so-called-documentary',0),(13724,'michael jackson\'s family','michael-jacksons-family',0),(13725,'jackson\'s family','jacksons-family',0),(13726,'leaving neverland','leaving-neverland',0),(13727,'jackson family','jackson-family',0),(13728,'Android Q','android-q',0),(13729,'Android 10','android-10',0),(13730,'smartphone OS','smartphone-os',0),(13731,'lightening','lightening',0),(13732,'struck','struck',0),(13733,'phillip coombs','phillip-coombs',0),(13734,'manning cup match','manning-cup-match',0),(13735,'cup match','cup-match',0),(13736,'approach','approach',0),(13737,'stadium east','stadium-east',0),(13738,'east','east',0),(13739,'september 13','september-13',0),(13740,'awareness','awareness',0),(13741,'rushed','rushed',0),(13742,'being struck','being-struck',0),(13743,'vector control programme','vector-control-programme',0),(13744,'breeding sites','breeding-sites',0),(13745,'jc student','jc-student',0),(13746,'jc','jc',0),(13747,'wolmer&#039;s','wolmers',0),(13748,'lightning','lightning',0),(13749,'jamaica college student','jamaica-college-student',0),(13750,'college student','college-student',0),(13751,'rushed to hospital','rushed-to-hospital',0),(13752,'ann singh','ann-singh',0),(13753,'world beauty','world-beauty',0),(13754,'knight miss','knight-miss',0),(13755,'mckinley','mckinley',0),(13756,'roshelle','roshelle',0),(13757,'finals','finals',0),(13758,'singh','singh',0),(13759,'soyini','soyini',0),(13760,'alanna','alanna',0),(13761,'wanliss','wanliss',0),(13762,'courtesy','courtesy',0),(13763,'miss jamaica world beauty','miss-jamaica-world-beauty',0),(13764,'miss jamaica world','miss-jamaica-world',0),(13765,'jamaica world beauty','jamaica-world-beauty',0),(13766,'jamaica world','jamaica-world',0),(13767,'euricka','euricka',0),(13768,'thalia','thalia',0),(13769,'malcolm','malcolm',0),(13770,'toni ann singh','toni-ann-singh',0),(13771,'kadijah mcintosh','kadijah-mcintosh',0),(13772,'filter','filter',0),(13773,'spend','spend',0),(13774,'drawn','drawn',0),(13775,'adore','adore',0),(13776,'aware of time','aware-of-time',0),(13777,'venice italy','venice-italy',0),(13778,'august 29','august-29',0),(13779,'ad astra','ad-astra',0),(13780,'29','29',0),(13781,'italy','italy',0),(13782,'astra','astra',0),(13783,'spend your time','spend-your-time',0),(13784,'spend time','spend-time',0),(13785,'Ad Astra','ad-astra',0),(13786,'GQ Magazine','gq-magazine',0),(13787,'rochelle mckinley','rochelle-mckinley',0),(13788,'euricka brown','euricka-brown',0),(13789,'thalia malcolm','thalia-malcolm',0),(13790,'fast track','fast-track',0),(13791,'keeping up with the kardashians','keeping-up-with-the-kardashians',0),(13792,'psoriatic arthritis','psoriatic-arthritis',0),(13793,'psoriatic','psoriatic',0),(13794,'kardashians','kardashians',0),(13795,'severe','severe',0),(13796,'psoriasis','psoriasis',0),(13797,'illness','illness',0),(13798,'psoriatic arthritis','psoriatic-arthritis',0),(13799,'finalists','finalists',0),(13800,'rochelle mckinley won the beach','rochelle-mckinley-won-the-beach',0),(13801,'mckinley won the beach','mckinley-won-the-beach',0),(13802,'rochelle mckinley won','rochelle-mckinley-won',0),(13803,'won the beach','won-the-beach',0),(13804,'mckinley won','mckinley-won',0),(13805,'beauty title','beauty-title',0),(13806,'winner in the fitness','winner-in-the-fitness',0),(13807,'toni ann singh won talent','toni-ann-singh-won-talent',0),(13808,'toni ann singh won','toni-ann-singh-won',0),(13809,'ann singh won talent','ann-singh-won-talent',0),(13810,'ann singh won','ann-singh-won',0),(13811,'singh won talent','singh-won-talent',0),(13812,'singh won','singh-won',0),(13813,'won talent','won-talent',0),(13814,'atkinson','atkinson',0),(13815,'people of colour','people-of-colour',0),(13816,'alia','alia',0),(13817,'jamaica\'s swimming','jamaicas-swimming',0),(13818,'swimming','swimming',0),(13819,'swim','swim',0),(13820,'swimmer','swimmer',0),(13821,'colour','colour',0),(13822,'Miss Jamaica World','miss-jamaica-world',0),(13823,'MJW','mjw',0),(13824,'pageants','pageants',0),(13825,'roshelle mckinley','roshelle-mckinley',0),(13826,'beach beauty','beach-beauty',0),(13827,'fitness competition','fitness-competition',0),(13828,'facey telecom','facey-telecom',0),(13829,'distribution electronic distribution and channel','distribution-electronic-distribution-and-channel',0),(13830,'electronic distribution and channel management','electronic-distribution-and-channel-management',0),(13831,'portland private equity','portland-private-equity',0),(13832,'private equity','private-equity',0),(13833,'electronic distribution and channel','electronic-distribution-and-channel',0),(13834,'distribution and channel management','distribution-and-channel-management',0),(13835,'chairman of facey telecom','chairman-of-facey-telecom',0),(13836,'distribution electronic distribution','distribution-electronic-distribution',0),(13837,'portland private','portland-private',0),(13838,'electronic distribution','electronic-distribution',0),(13839,'channel management','channel-management',0),(13840,'distribution and channel','distribution-and-channel',0),(13841,'chairman of facey','chairman-of-facey',0),(13842,'communications limited','communications-limited',0),(13843,'distribution electronic','distribution-electronic',0),(13844,'central america','central-america',0),(13845,'asia pacific','asia-pacific',0),(13846,'growth capital','growth-capital',0),(13847,'growth opportunities','growth-opportunities',0),(13848,'caribbean central america','caribbean-central-america',0),(13849,'caribbean central','caribbean-central',0),(13850,'alia atkinson','alia-atkinson',0),(13851,'fina world','fina-world',0),(13852,'Facey Telecom','facey-telecom',0),(13853,'Oceanic Communications Limited','oceanic-communications-limited',0),(13854,'Portland Private Equity','portland-private-equity',0),(13855,'fines','fines',0),(13856,'offences','offences',0),(13857,'senate','senate',0),(13858,'update','update',0),(13859,'amendments','amendments',0),(13860,'assault against women and children','assault-against-women-and-children',0),(13861,'women and children the fines','women-and-children-the-fines',0),(13862,'aggravated assault against women','aggravated-assault-against-women',0),(13863,'assault against women','assault-against-women',0),(13864,'women and children','women-and-children',0),(13865,'children the fines','children-the-fines',0),(13866,'moved from $2,000','moved-from-2000',0),(13867,'aggravated assault','aggravated-assault',0),(13868,'dealing','dealing',0),(13869,'subsection dealing','subsection-dealing',0),(13870,'maximum of $20,000 to $250,000','maximum-of-20000-to-250000',0),(13871,'stealing certain farm products','stealing-certain-farm-products',0),(13872,'increase from a maximum','increase-from-a-maximum',0),(13873,'stealing certain farm','stealing-certain-farm',0),(13874,'certain farm products','certain-farm-products',0),(13875,'maximum of $20,000','maximum-of-20000',0),(13876,'$20,000 to $250,000','20000-to-250000',0),(13877,'farm products','farm-products',0),(13878,'certain farm','certain-farm',0),(13879,'alia outside the pool','alia-outside-the-pool',0),(13880,'outside the pool','outside-the-pool',0),(13881,'alia outside','alia-outside',0),(13882,'kamina johnson','kamina-johnson',0),(13883,'Alia Atkinson','alia-atkinson',0),(13884,'swimming','swimming',0),(13885,'Fédération internationale de natation','federation-internationale-de-natation',0),(13886,'senator the hon','senator-the-hon',0),(13887,'Law Reform','law-reform',0),(13888,'meeting with chief justice','meeting-with-chief-justice',0),(13889,'meeting with chief','meeting-with-chief',0),(13890,'disgruntled','disgruntled',0),(13891,'court reporters','court-reporters',0),(13892,'bryan sykes','bryan-sykes',0),(13893,'sykes','sykes',0),(13894,'chief justice bryan sykes','chief-justice-bryan-sykes',0),(13895,'justice bryan sykes','justice-bryan-sykes',0),(13896,'killing','killing',0),(13897,'video posted','video-posted',0),(13898,'dying','dying',0),(13899,'protest tuesday morning','protest-tuesday-morning',0),(13900,'protest tuesday','protest-tuesday',0),(13901,'protest','protest',0),(13902,'heroes circle','heroes-circle',0),(13903,'mount everest','mount-everest',0),(13904,'dengue fever','dengue-fever',0),(13905,'being uncovered','being-uncovered',0),(13906,'getting warmer','getting-warmer',0),(13907,'everest','everest',0),(13908,'snow','snow',0),(13909,'climbers','climbers',0),(13910,'burrell','burrell',0),(13911,'petroleum corporation of jamaica','petroleum-corporation-of-jamaica',0),(13912,'petroleum corporation','petroleum-corporation',0),(13913,'font hill','font-hill',0),(13914,'corporation of jamaica','corporation-of-jamaica',0),(13915,'joint venture','joint-venture',0),(13916,'pdv caribe','pdv-caribe',0),(13917,'pcj','pcj',0),(13918,'small hotels','small-hotels',0),(13919,'petroleum','petroleum',0),(13920,'petrojam','petrojam',0),(13921,'font','font',0),(13922,'minister of science','minister-of-science',0),(13923,'Ministry of Science','ministry-of-science',0),(13924,'Energy and Mining','energy-and-mining',0),(13925,'minister of science energy','minister-of-science-energy',0),(13926,'Ministry of Science Technology Energy and Mining','ministry-of-science-technology-energy-and-mining',0),(13927,'Petrojam','petrojam',0),(13928,'Petroleum Corporation of Jamaica','petroleum-corporation-of-jamaica',0),(13929,'oil refinery','oil-refinery',0),(13930,'now opening','now-opening',0),(13931,'uncovered','uncovered',0),(13932,'change innovation centre in kingston','change-innovation-centre-in-kingston',0),(13933,'climate change innovation centre','climate-change-innovation-centre',0),(13934,'project manager at the climate','project-manager-at-the-climate',0),(13935,'manager at the climate change','manager-at-the-climate-change',0),(13936,'innovation centre in kingston','innovation-centre-in-kingston',0),(13937,'burrell project manager','burrell-project-manager',0),(13938,'climate change innovation','climate-change-innovation',0),(13939,'change innovation centre','change-innovation-centre',0),(13940,'manager at the climate','manager-at-the-climate',0),(13941,'centre in kingston','centre-in-kingston',0),(13942,'burrell project','burrell-project',0),(13943,'change innovation','change-innovation',0),(13944,'innovation centre','innovation-centre',0),(13945,'carlinton burrell','carlinton-burrell',0),(13946,'reported cases of dengue','reported-cases-of-dengue',0),(13947,'cases of dengue','cases-of-dengue',0),(13948,'reported cases','reported-cases',0),(13949,'asian tiger mosquito','asian-tiger-mosquito',0),(13950,'dead bodies','dead-bodies',0),(13951,'Mount Everest','mount-everest',0),(13952,'Climate Change Innovation Centre','climate-change-innovation-centre',0),(13953,'World Health Organization','world-health-organization',0),(13954,'WHO','who',0),(13955,'Himalayas','himalayas',0),(13956,'$25','25-3',0),(13957,'Antigua and Barbuda','antigua-and-barbuda',0),(13958,'Aruba','aruba',0),(13959,'Bonaire','bonaire',0),(13960,'Curacao','curacao',0),(13961,'Cuba','cuba',0),(13962,'Bahamas','bahamas',0),(13963,'Barbados','barbados',0),(13964,'Dominica','dominica',0),(13965,'Dominica Republic','dominica-republic',0),(13966,'Grenada','grenada',0),(13967,'Haiti','haiti',0),(13968,'Jamaica','jamaica',0),(13969,'French West Indies','french-west-indies',0),(13970,'Puerto Rico','puerto-rico',0),(13971,'St. Martin','st-martin',0),(13972,'St. Kitts &amp; Nevis','st-kitts-nevis',0),(13973,'St. Lucia','st-lucia',0),(13974,'Saint Vincent and the Grenadines','saint-vincent-and-the-grenadines',0),(13975,'Trinidad and Tobago','trinidad-and-tobago',0),(13976,'Belize','belize',0),(13977,'Guyana','guyana',0),(13978,'Anguilla','anguilla',0),(13979,'Bermuda','bermuda',0),(13980,'British Virgin Islands','british-virgin-islands',0),(13981,'Cayman Islands','cayman-islands',0),(13982,'Montserrat','montserrat',0),(13983,'Turks and Caicos','turks-and-caicos',0),(13984,'US Virgin Islands','us-virgin-islands',0),(13985,'ABC Islands','abc-islands',0),(13986,'FWI','fwi',0),(13987,'St. Kitts and Nevis','st-kitts-and-nevis',0),(13988,'St. Vincent and the Grenadines','st-vincent-and-the-grenadines',0),(13989,'Suriname','suriname',0),(13990,'Other','other',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_totalpoll_entries`
--

DROP TABLE IF EXISTS `wp_totalpoll_entries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_totalpoll_entries` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `poll_id` bigint(20) unsigned NOT NULL,
  `log_id` bigint(20) unsigned DEFAULT NULL,
  `fields` longtext COLLATE utf8mb4_unicode_520_ci,
  `details` longtext COLLATE utf8mb4_unicode_520_ci,
  `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `USER_ID` (`user_id`),
  KEY `POLL_ID` (`poll_id`),
  KEY `LOG_ID` (`log_id`),
  KEY `DATE` (`date`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_totalpoll_entries`
--

LOCK TABLES `wp_totalpoll_entries` WRITE;
/*!40000 ALTER TABLE `wp_totalpoll_entries` DISABLE KEYS */;
INSERT INTO `wp_totalpoll_entries` VALUES (1,3,3536,2,'{\"email\":\"clare@wonderfulandbrilliant.com\"}','[]','2019-08-14 22:44:18'),(2,17,8704,170,'{\"ccsouthbeachgmail-com\":\"kiran@ramblemediagroup.com\"}','[]','2019-09-13 15:25:42'),(3,16,8717,186,'{\"wilglenpharmacygmailcom\":\"janielle.johnson1@gmail.com\"}','[]','2019-09-17 14:05:43');
/*!40000 ALTER TABLE `wp_totalpoll_entries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_totalpoll_log`
--

DROP TABLE IF EXISTS `wp_totalpoll_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_totalpoll_log` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `ip` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `useragent` varchar(512) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `poll_id` bigint(20) unsigned NOT NULL,
  `choices` longtext COLLATE utf8mb4_unicode_520_ci,
  `action` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `details` longtext COLLATE utf8mb4_unicode_520_ci,
  `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `IP` (`ip`),
  KEY `USER_ID` (`user_id`),
  KEY `POLL_ID` (`poll_id`),
  KEY `ACTION` (`action`),
  KEY `STATUS` (`status`),
  KEY `DATE` (`date`)
) ENGINE=InnoDB AUTO_INCREMENT=188 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_totalpoll_log`
--

LOCK TABLES `wp_totalpoll_log` WRITE;
/*!40000 ALTER TABLE `wp_totalpoll_log` DISABLE KEYS */;
INSERT INTO `wp_totalpoll_log` VALUES (1,'65.183.4.126','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',6,3851,'[\"ff6df2ea-a980-4e27-8482-f81bccf33af4\"]','vote','accepted','{\"choices\":[\"Strongly Agree\"]}','2019-08-14 21:55:01'),(2,'207.239.160.254','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36',3,3536,'[\"b4317175-bdca-44c5-b06d-7d24b4cbef69\",\"f0b1956c-b90d-408b-ab1f-ff43dfc0e3e8\",\"08ef0214-9b27-42b4-ae7c-72d87b8fde8d\"]','vote','accepted','{\"choices\":[\"The store that gives you more\",\"@thestorethatgivesyoumore\",\"Yes\"]}','2019-08-14 22:44:18'),(3,'65.183.4.126','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',15,3851,'[\"ff6df2ea-a980-4e27-8482-f81bccf33af4\"]','vote','accepted','{\"choices\":[\"Strongly Agree\"]}','2019-08-15 01:49:05'),(4,'67.230.48.89','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1',0,3851,'[\"ff6df2ea-a980-4e27-8482-f81bccf33af4\"]','vote','accepted','{\"choices\":[\"Strongly Agree\"]}','2019-08-15 04:01:42'),(5,'191.187.170.205','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',1,3763,'[\"763cf727-85a3-42bc-8ed4-948dcdea6947\"]','vote','rejected','{\"error\":\"All questions must be answered.\",\"choices\":[\"Appliance Traders Limited\"]}','2019-08-15 15:01:24'),(6,'191.187.170.205','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',2,3714,'[\"fcad8226-4a79-4425-bab9-b82fa4daf8c5\"]','vote','accepted','{\"choices\":[\"Amplified Transfer Limited\"]}','2019-08-15 16:33:25'),(7,'65.183.4.126','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',3,3851,'[\"4509afb2-e6ae-49b4-98bf-e400d9522f59\"]','vote','accepted','{\"choices\":[\"Agree\"]}','2019-08-15 16:52:03'),(8,'181.222.118.150','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',2,3714,'[\"8f2fa7f5-4df7-454c-993b-2bf9e8097bd2\"]','vote','accepted','{\"choices\":[\"Alliance Technical Loans\"]}','2019-08-15 16:53:44'),(9,'181.222.118.150','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',2,3536,'[\"0bde8218-8142-4bcd-ae93-19b77931324d\"]','vote','accepted','{\"choices\":[\"We give you everything\"]}','2019-08-15 16:57:19'),(10,'181.222.118.150','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',2,3851,'[\"5a7fc0b7-6451-48b3-ac0c-0d1cedc8984d\"]','vote','accepted','{\"choices\":[\"Strongly Disagree\"]}','2019-08-15 17:03:58'),(11,'65.183.4.126','Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G955F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.4 Chrome/67.0.3396.87 Mobile Safari/537.36',0,3851,'[\"ff6df2ea-a980-4e27-8482-f81bccf33af4\"]','vote','accepted','{\"choices\":[\"Strongly Agree\"]}','2019-08-15 19:51:51'),(12,'173.225.242.202','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/76.0.3809.81 Mobile/15E148 Safari/605.1',0,3851,'[\"ff6df2ea-a980-4e27-8482-f81bccf33af4\"]','vote','accepted','{\"choices\":[\"Strongly Agree\"]}','2019-08-15 20:15:54'),(13,'96.43.189.78','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1',0,3851,'[\"4509afb2-e6ae-49b4-98bf-e400d9522f59\"]','vote','accepted','{\"choices\":[\"Agree\"]}','2019-08-15 20:19:14'),(14,'66.54.112.242','Mozilla/5.0 (Linux; Android 6.0.1; LGUS610 Build/MXB48T; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.101 Mobile Safari/537.36 Instagram 101.0.0.15.120 Android (23/6.0.1; 320dpi; 720x1193; LGE/lge; LGUS610; k6p; k6p; en_US; 162439027)',0,3851,'[]','vote','rejected','{\"error\":\"All questions must be answered.\"}','2019-08-15 21:20:53'),(15,'104.244.230.47','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1',0,3851,'[\"ff6df2ea-a980-4e27-8482-f81bccf33af4\"]','vote','accepted','{\"choices\":[\"Strongly Agree\"]}','2019-08-15 22:12:44'),(16,'72.252.227.189','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1',0,3851,'[\"4509afb2-e6ae-49b4-98bf-e400d9522f59\"]','vote','accepted','{\"choices\":[\"Agree\"]}','2019-08-15 23:03:47'),(17,'173.225.242.164','Mozilla/5.0 (iPhone; CPU iPhone OS 12_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone11,6;FBMD/iPhone;FBSN/iOS;FBSV/12.3.1;FBSS/3;FBID/phone;FBLC/en_GB;FBOP/5;FBCR/Digicel]',0,3851,'[\"e7316f3a-cacf-4ff1-8e4a-933eda57ce71\"]','vote','accepted','{\"choices\":[\"Disagree\"]}','2019-08-15 23:10:09'),(18,'104.244.225.7','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/76.0.3809.81 Mobile/15E148 Safari/605.1',0,3851,'[\"4509afb2-e6ae-49b4-98bf-e400d9522f59\"]','vote','accepted','{\"choices\":[\"Agree\"]}','2019-08-15 23:25:07'),(19,'173.225.242.136','Mozilla/5.0 (iPhone; CPU iPhone OS 11_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.0 Mobile/15E148 Safari/604.1',0,3851,'[\"ff6df2ea-a980-4e27-8482-f81bccf33af4\"]','vote','accepted','{\"choices\":[\"Strongly Agree\"]}','2019-08-15 23:28:38'),(20,'173.225.242.153','Mozilla/5.0 (Linux; Android 9; SM-G950F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36',0,3851,'[\"4509afb2-e6ae-49b4-98bf-e400d9522f59\"]','vote','accepted','{\"choices\":[\"Agree\"]}','2019-08-16 00:30:41'),(21,'104.244.225.234','Mozilla/5.0 (Linux; Android 8.0.0; SM-G935T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36',0,3851,'[\"ff6df2ea-a980-4e27-8482-f81bccf33af4\"]','vote','accepted','{\"choices\":[\"Strongly Agree\"]}','2019-08-16 01:05:59'),(22,'72.252.181.168','Mozilla/5.0 (Linux; Android 8.1.0; SM-G610M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36',0,3851,'[\"5a7fc0b7-6451-48b3-ac0c-0d1cedc8984d\"]','vote','accepted','{\"choices\":[\"Strongly Disagree\"]}','2019-08-16 01:46:45'),(23,'67.230.68.117','Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-J337A Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.4 Chrome/67.0.3396.87 Mobile Safari/537.36',0,3851,'[\"5a7fc0b7-6451-48b3-ac0c-0d1cedc8984d\"]','vote','accepted','{\"choices\":[\"Strongly Disagree\"]}','2019-08-16 01:51:13'),(24,'96.43.180.204','Mozilla/5.0 (iPhone; CPU iPhone OS 12_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Mobile/15E148 Safari/604.1',0,3851,'[\"4509afb2-e6ae-49b4-98bf-e400d9522f59\"]','vote','accepted','{\"choices\":[\"Agree\"]}','2019-08-16 01:52:32'),(25,'104.244.230.236','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1',0,3851,'[\"e7316f3a-cacf-4ff1-8e4a-933eda57ce71\"]','vote','accepted','{\"choices\":[\"Disagree\"]}','2019-08-16 02:48:35'),(26,'104.244.227.137','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1',0,3851,'[\"ff6df2ea-a980-4e27-8482-f81bccf33af4\"]','vote','accepted','{\"choices\":[\"Strongly Agree\"]}','2019-08-16 03:51:25'),(27,'76.29.38.31','Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/79.0.259819395 Mobile/16E227 Safari/604.1',0,3851,'[\"ff6df2ea-a980-4e27-8482-f81bccf33af4\"]','vote','accepted','{\"choices\":[\"Strongly Agree\"]}','2019-08-16 03:58:48'),(28,'139.162.224.195','Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0',0,3851,'[\"4509afb2-e6ae-49b4-98bf-e400d9522f59\"]','vote','accepted','{\"choices\":[\"Agree\"]}','2019-08-16 04:14:24'),(29,'72.27.133.17','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Instagram 106.0.0.9.118 (iPhone10,5; iOS 12_4; en_US; en-US; scale=2.88; 1080x1920; 166752244)',0,3851,'[\"4509afb2-e6ae-49b4-98bf-e400d9522f59\"]','vote','accepted','{\"choices\":[\"Agree\"]}','2019-08-16 04:36:59'),(30,'173.225.242.207','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-A505G Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.4 Chrome/67.0.3396.87 Mobile Safari/537.36',0,3851,'[\"ff6df2ea-a980-4e27-8482-f81bccf33af4\"]','vote','accepted','{\"choices\":[\"Strongly Agree\"]}','2019-08-16 04:43:20'),(31,'104.244.231.132','Mozilla/5.0 (iPhone; CPU iPhone OS 12_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Mobile/15E148 Safari/604.1',0,3851,'[\"4509afb2-e6ae-49b4-98bf-e400d9522f59\"]','vote','accepted','{\"choices\":[\"Agree\"]}','2019-08-16 05:09:11'),(32,'72.27.50.190','Mozilla/5.0 (Linux; Android 8.1.0; SM-M105F Build/M1AJQ; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/76.0.3809.111 Mobile Safari/537.36 Instagram 106.0.0.24.118 Android (27/8.1.0; 320dpi; 720x1370; samsung; SM-M105F; m10lte; samsungexynos7870; en_GB; 167338518)',0,3851,'[\"4509afb2-e6ae-49b4-98bf-e400d9522f59\"]','vote','accepted','{\"choices\":[\"Agree\"]}','2019-08-16 06:12:38'),(33,'93.107.104.173','Mozilla/5.0 (Linux; Android 9; EML-L09 Build/HUAWEIEML-L09; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/76.0.3809.111 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/234.0.0.30.115;]',0,3851,'[\"e7316f3a-cacf-4ff1-8e4a-933eda57ce71\"]','vote','accepted','{\"choices\":[\"Disagree\"]}','2019-08-16 08:04:25'),(34,'176.254.158.103','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone11,8;FBMD/iPhone;FBSN/iOS;FBSV/12.4;FBSS/2;FBID/phone;FBLC/en_GB;FBOP/5;FBCR/EE]',0,3851,'[\"5a7fc0b7-6451-48b3-ac0c-0d1cedc8984d\"]','vote','accepted','{\"choices\":[\"Strongly Disagree\"]}','2019-08-16 08:45:55'),(35,'95.146.8.6','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone8,2;FBMD/iPhone;FBSN/iOS;FBSV/12.4;FBSS/3;FBID/phone;FBLC/en_GB;FBOP/5;FBCR/EE]',0,3851,'[\"ff6df2ea-a980-4e27-8482-f81bccf33af4\"]','vote','accepted','{\"choices\":[\"Strongly Agree\"]}','2019-08-16 08:50:18'),(36,'212.125.203.162','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1',0,3851,'[\"e7316f3a-cacf-4ff1-8e4a-933eda57ce71\"]','vote','accepted','{\"choices\":[\"Disagree\"]}','2019-08-16 09:04:21'),(37,'108.236.106.163','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1',0,3851,'[\"5a7fc0b7-6451-48b3-ac0c-0d1cedc8984d\"]','vote','accepted','{\"choices\":[\"Strongly Disagree\"]}','2019-08-16 09:14:10'),(38,'72.252.198.172','Mozilla/5.0 (iPhone; CPU iPhone OS 12_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Mobile/15E148 Safari/604.1',0,3851,'[\"5a7fc0b7-6451-48b3-ac0c-0d1cedc8984d\"]','vote','accepted','{\"choices\":[\"Strongly Disagree\"]}','2019-08-16 09:31:03'),(39,'173.225.242.207','Mozilla/5.0 (Linux; Android 9; SM-A505G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36',0,3851,'[\"4509afb2-e6ae-49b4-98bf-e400d9522f59\"]','vote','accepted','{\"choices\":[\"Agree\"]}','2019-08-16 10:56:59'),(40,'104.244.230.15','Mozilla/5.0 (Linux; Android 9; SM-G955F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36',0,3851,'[\"ff6df2ea-a980-4e27-8482-f81bccf33af4\"]','vote','accepted','{\"choices\":[\"Strongly Agree\"]}','2019-08-16 11:47:10'),(41,'72.252.113.130','Mozilla/5.0 (Linux; Android 9; ONEPLUS A5000) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36',0,3851,'[\"5a7fc0b7-6451-48b3-ac0c-0d1cedc8984d\"]','vote','accepted','{\"choices\":[\"Strongly Disagree\"]}','2019-08-16 12:06:36'),(42,'104.244.227.248','Mozilla/5.0 (iPad; CPU OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1',0,3851,'[\"4509afb2-e6ae-49b4-98bf-e400d9522f59\"]','vote','accepted','{\"choices\":[\"Agree\"]}','2019-08-16 12:09:32'),(43,'72.252.27.199','Mozilla/5.0 (Linux; Android 7.0; G3313) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36',0,3851,'[\"5a7fc0b7-6451-48b3-ac0c-0d1cedc8984d\"]','vote','accepted','{\"choices\":[\"Strongly Disagree\"]}','2019-08-16 12:24:15'),(44,'73.204.90.192','Mozilla/5.0 (Linux; Android 9; SM-G955U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36',0,3851,'[\"5a7fc0b7-6451-48b3-ac0c-0d1cedc8984d\"]','vote','accepted','{\"choices\":[\"Strongly Disagree\"]}','2019-08-16 13:29:48'),(45,'192.131.37.25','Mozilla/5.0 (Linux; Android 8.1.0; Advance 5.2 Build/O11019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/76.0.3809.89 Mobile Safari/537.36 Instagram 105.0.0.18.119 Android (27/8.1.0; 320dpi; 720x1184; BLU; Advance 5.2; A290Q; mt6580; en_US; 166149669)',0,3851,'[\"ff6df2ea-a980-4e27-8482-f81bccf33af4\"]','vote','accepted','{\"choices\":[\"Strongly Agree\"]}','2019-08-16 14:56:55'),(46,'173.225.242.96','Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG-SM-N920A Build/MMB29K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/76.0.3809.111 Mobile Safari/537.36 Instagram 106.0.0.24.118 Android (23/6.0.1; 560dpi; 1440x2560; samsung; SAMSUNG-SM-N920A; noblelteatt; samsungexynos7420; en_US; 167338559)',0,3851,'[\"4509afb2-e6ae-49b4-98bf-e400d9522f59\"]','vote','accepted','{\"choices\":[\"Agree\"]}','2019-08-16 15:25:13'),(47,'63.143.64.98','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',0,3851,'[\"4509afb2-e6ae-49b4-98bf-e400d9522f59\"]','vote','accepted','{\"choices\":[\"Agree\"]}','2019-08-16 16:02:56'),(48,'65.183.4.126','Mozilla/5.0 (Linux; Android 9; POCOPHONE F1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36',0,3851,'[\"4509afb2-e6ae-49b4-98bf-e400d9522f59\"]','vote','accepted','{\"choices\":[\"Agree\"]}','2019-08-16 16:37:16'),(49,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',16,3851,'[\"5a7fc0b7-6451-48b3-ac0c-0d1cedc8984d\"]','vote','accepted','{\"choices\":[\"Strongly Disagree\"]}','2019-08-16 16:39:21'),(50,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',9,3851,'[\"4509afb2-e6ae-49b4-98bf-e400d9522f59\"]','vote','accepted','{\"choices\":[\"Agree\"]}','2019-08-16 16:59:43'),(51,'65.35.52.59','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Instagram 106.0.0.9.118 (iPhone11,2; iOS 12_4; en_US; en-US; scale=3.00; 1125x2436; 166752244)',0,3851,'[\"ff6df2ea-a980-4e27-8482-f81bccf33af4\"]','vote','accepted','{\"choices\":[\"Strongly Agree\"]}','2019-08-16 18:54:19'),(52,'173.225.241.226','Mozilla/5.0 (Linux; Android 9; SM-A205G Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/76.0.3809.111 Mobile Safari/537.36 Instagram 106.0.0.24.118 Android (28/9; 280dpi; 720x1423; samsung; SM-A205G; a20; exynos7885; en_GB; 167338367)',0,3851,'[\"4509afb2-e6ae-49b4-98bf-e400d9522f59\"]','vote','accepted','{\"choices\":[\"Agree\"]}','2019-08-16 19:10:04'),(53,'104.244.225.228','Mozilla/5.0 (Linux; Android 8.1.0; SAMSUNG SM-J710MN Build/M1AJQ) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.4 Chrome/67.0.3396.87 Mobile Safari/537.36',0,3851,'[\"5a7fc0b7-6451-48b3-ac0c-0d1cedc8984d\"]','vote','accepted','{\"choices\":[\"Strongly Disagree\"]}','2019-08-16 19:25:25'),(54,'63.143.99.120','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',0,3851,'[\"e7316f3a-cacf-4ff1-8e4a-933eda57ce71\"]','vote','accepted','{\"choices\":[\"Disagree\"]}','2019-08-16 21:16:01'),(55,'65.183.4.126','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Safari/605.1.15',0,3851,'[\"ff6df2ea-a980-4e27-8482-f81bccf33af4\"]','vote','accepted','{\"choices\":[\"Strongly Agree\"]}','2019-08-16 22:14:59'),(56,'172.58.228.98','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1',0,3851,'[\"4509afb2-e6ae-49b4-98bf-e400d9522f59\"]','vote','accepted','{\"choices\":[\"Agree\"]}','2019-08-16 22:38:03'),(57,'96.43.180.169','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G960F Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.4 Chrome/67.0.3396.87 Mobile Safari/537.36',0,3851,'[\"5a7fc0b7-6451-48b3-ac0c-0d1cedc8984d\"]','vote','accepted','{\"choices\":[\"Strongly Disagree\"]}','2019-08-16 23:08:10'),(58,'209.236.3.113','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1',0,3851,'[\"ff6df2ea-a980-4e27-8482-f81bccf33af4\"]','vote','accepted','{\"choices\":[\"Strongly Agree\"]}','2019-08-17 00:12:08'),(59,'67.230.63.48','Mozilla/5.0 (Linux; Android 8.0.0; SM-G930V Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/76.0.3809.89 Mobile Safari/537.36 Instagram 106.0.0.24.118 Android (26/8.0.0; 480dpi; 1080x1920; samsung/Verizon; SM-G930V; heroqltevzw; qcom; en_US; 167338559)',0,3851,'[\"ff6df2ea-a980-4e27-8482-f81bccf33af4\"]','vote','accepted','{\"choices\":[\"Strongly Agree\"]}','2019-08-17 02:58:13'),(60,'104.244.230.15','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Safari/605.1.15',0,3851,'[\"4509afb2-e6ae-49b4-98bf-e400d9522f59\"]','vote','accepted','{\"choices\":[\"Agree\"]}','2019-08-17 03:37:59'),(61,'174.88.108.15','Mozilla/5.0 (Linux; Android 8.0.0; SM-G935W8 Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/76.0.3809.111 Mobile Safari/537.36 Instagram 106.0.0.24.118 Android (26/8.0.0; 480dpi; 1080x1920; samsung; SM-G935W8; hero2ltebmc; samsungexynos8890; en_CA; 167338559)',0,3851,'[\"5a7fc0b7-6451-48b3-ac0c-0d1cedc8984d\"]','vote','accepted','{\"choices\":[\"Strongly Disagree\"]}','2019-08-17 12:03:09'),(62,'216.10.216.175','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1',0,3851,'[\"5a7fc0b7-6451-48b3-ac0c-0d1cedc8984d\"]','vote','accepted','{\"choices\":[\"Strongly Disagree\"]}','2019-08-17 12:35:25'),(63,'104.244.231.142','Mozilla/5.0 (Linux; Android 7.0; SM-G920F Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/76.0.3809.111 Mobile Safari/537.36 Instagram 106.0.0.24.118 Android (24/7.0; 640dpi; 1440x2560; samsung; SM-G920F; zeroflte; samsungexynos7420; en_GB; 167338369)',0,3851,'[\"ff6df2ea-a980-4e27-8482-f81bccf33af4\"]','vote','accepted','{\"choices\":[\"Strongly Agree\"]}','2019-08-17 15:12:42'),(64,'173.225.242.180','Mozilla/5.0 (Linux; Android 7.1.1; SAMSUNG SM-J700T Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.4 Chrome/67.0.3396.87 Mobile Safari/537.36',0,3851,'[\"4509afb2-e6ae-49b4-98bf-e400d9522f59\"]','vote','accepted','{\"choices\":[\"Agree\"]}','2019-08-17 15:25:26'),(65,'216.10.217.149','Mozilla/5.0 (Linux; Android 9; SM-J701M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36',0,3851,'[\"5a7fc0b7-6451-48b3-ac0c-0d1cedc8984d\"]','vote','accepted','{\"choices\":[\"Strongly Disagree\"]}','2019-08-17 16:22:25'),(66,'173.225.242.171','Mozilla/5.0 (Linux; Android 6.0; DIGICELDL1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36',0,3851,'[\"ff6df2ea-a980-4e27-8482-f81bccf33af4\"]','vote','accepted','{\"choices\":[\"Strongly Agree\"]}','2019-08-17 19:22:09'),(67,'162.216.161.114','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15',0,3851,'[\"ff6df2ea-a980-4e27-8482-f81bccf33af4\"]','vote','accepted','{\"choices\":[\"Strongly Agree\"]}','2019-08-17 22:07:09'),(68,'173.225.243.159','Mozilla/5.0 (Linux; Android 9; SM-G950U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36',0,3851,'[\"ff6df2ea-a980-4e27-8482-f81bccf33af4\"]','vote','accepted','{\"choices\":[\"Strongly Agree\"]}','2019-08-17 22:52:52'),(69,'173.225.242.156','Mozilla/5.0 (Linux; Android 7.1.1; SM-T560NU) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Safari/537.36',0,3851,'[\"4509afb2-e6ae-49b4-98bf-e400d9522f59\"]','vote','accepted','{\"choices\":[\"Agree\"]}','2019-08-18 01:15:03'),(70,'96.43.179.30','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Safari/605.1.15',0,3851,'[\"ff6df2ea-a980-4e27-8482-f81bccf33af4\"]','vote','accepted','{\"choices\":[\"Strongly Agree\"]}','2019-08-18 17:56:14'),(71,'104.244.230.246','Mozilla/5.0 (Linux; Android 9; SM-G950F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36',9,3851,'[\"4509afb2-e6ae-49b4-98bf-e400d9522f59\"]','vote','accepted','{\"choices\":[\"Agree\"]}','2019-08-18 21:56:37'),(72,'67.230.47.236','Mozilla/5.0 (Linux; Android 9; SM-J600G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36',0,3851,'[\"4509afb2-e6ae-49b4-98bf-e400d9522f59\"]','vote','accepted','{\"choices\":[\"Agree\"]}','2019-08-19 02:18:06'),(73,'207.204.74.166','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',0,3851,'[\"5a7fc0b7-6451-48b3-ac0c-0d1cedc8984d\"]','vote','accepted','{\"choices\":[\"Strongly Disagree\"]}','2019-08-19 15:50:02'),(74,'65.183.4.126','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',0,3851,'[\"ff6df2ea-a980-4e27-8482-f81bccf33af4\"]','vote','accepted','{\"choices\":[\"Strongly Agree\"]}','2019-08-19 17:08:25'),(75,'82.132.224.67','Mozilla/5.0 (iPhone; CPU iPhone OS 12_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Mobile/15E148 Safari/604.1',0,3851,'[\"e7316f3a-cacf-4ff1-8e4a-933eda57ce71\"]','vote','accepted','{\"choices\":[\"Disagree\"]}','2019-08-19 17:17:13'),(76,'63.143.118.119','Mozilla/5.0 (Linux; Android 8.0.0; SM-G930U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36',0,3851,'[\"5a7fc0b7-6451-48b3-ac0c-0d1cedc8984d\"]','vote','accepted','{\"choices\":[\"Strongly Disagree\"]}','2019-08-19 17:49:26'),(77,'65.183.4.126','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',0,3851,'[\"5a7fc0b7-6451-48b3-ac0c-0d1cedc8984d\"]','vote','accepted','{\"choices\":[\"Strongly Disagree\"]}','2019-08-19 19:04:33'),(78,'104.244.227.243','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36',0,3851,'[]','vote','rejected','{\"error\":\"All questions must be answered.\"}','2019-08-19 21:07:10'),(79,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',17,3851,'[\"4509afb2-e6ae-49b4-98bf-e400d9522f59\"]','vote','accepted','{\"choices\":[\"Agree\"]}','2019-08-19 21:15:04'),(80,'72.252.112.193','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36',0,3851,'[\"e7316f3a-cacf-4ff1-8e4a-933eda57ce71\"]','vote','accepted','{\"choices\":[\"Disagree\"]}','2019-08-19 22:55:03'),(81,'216.10.217.37','Mozilla/5.0 (Linux; Android 6.0.1; STV100-2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36',0,3851,'[\"ff6df2ea-a980-4e27-8482-f81bccf33af4\"]','vote','accepted','{\"choices\":[\"Strongly Agree\"]}','2019-08-20 01:32:23'),(82,'65.183.4.126','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',0,3851,'[\"ff6df2ea-a980-4e27-8482-f81bccf33af4\"]','vote','accepted','{\"choices\":[\"Strongly Agree\"]}','2019-08-20 19:24:58'),(83,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',12,3851,'[\"4509afb2-e6ae-49b4-98bf-e400d9522f59\"]','vote','accepted','{\"choices\":[\"Agree\"]}','2019-08-20 21:48:25'),(84,'65.183.4.126','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',6,3851,'[\"ff6df2ea-a980-4e27-8482-f81bccf33af4\"]','vote','accepted','{\"choices\":[\"Strongly Agree\"]}','2019-08-20 21:50:48'),(85,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',11,3851,'[\"ff6df2ea-a980-4e27-8482-f81bccf33af4\"]','vote','accepted','{\"choices\":[\"Strongly Agree\"]}','2019-08-21 15:07:53'),(86,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',14,3851,'[\"ff6df2ea-a980-4e27-8482-f81bccf33af4\"]','vote','accepted','{\"choices\":[\"Strongly Agree\"]}','2019-08-21 15:46:43'),(87,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',17,3386,'[\"a76b42aa-94c8-4d78-8727-8482197564cc\"]','vote','accepted','{\"choices\":[\"Vanilla\"]}','2019-08-21 22:52:54'),(88,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',17,5208,'[\"56498111-3c86-4df3-aa77-084307852a4c\"]','vote','accepted','{\"choices\":[\"Make new friends\"]}','2019-08-21 23:48:05'),(89,'104.244.230.127','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',11,5208,'[\"56498111-3c86-4df3-aa77-084307852a4c\"]','vote','accepted','{\"choices\":[\"Make new friends\"]}','2019-08-22 14:06:07'),(90,'65.183.4.126','Mozilla/5.0 (Linux; Android 7.0; SM-N920T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36',0,5208,'[\"20073f48-c08b-4829-b313-4a8c10b0cd26\"]','vote','accepted','{\"choices\":[\"Score a GPA of 3.0 or above\"]}','2019-08-22 14:14:57'),(91,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',0,5208,'[\"56498111-3c86-4df3-aa77-084307852a4c\"]','vote','accepted','{\"choices\":[\"Make new friends\"]}','2019-08-22 15:02:00'),(92,'173.225.242.205','Mozilla/5.0 (Linux; Android 9; SM-G955F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36',0,5208,'[\"0c50d273-d0a4-4be0-b4f6-ec6a6adffeba\"]','vote','accepted','{\"choices\":[\"Become a \'sexpert\'\"]}','2019-08-22 16:08:29'),(93,'65.183.4.126','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/76.0.3809.81 Mobile/15E148 Safari/605.1',0,5208,'[\"56498111-3c86-4df3-aa77-084307852a4c\"]','vote','accepted','{\"choices\":[\"Make new friends\"]}','2019-08-22 16:50:52'),(94,'5.66.30.177','Mozilla/5.0 (iPhone; CPU iPhone OS 12_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Mobile/15E148 Safari/604.1',0,5208,'[\"56498111-3c86-4df3-aa77-084307852a4c\"]','vote','accepted','{\"choices\":[\"Make new friends\"]}','2019-08-22 20:20:13'),(95,'104.244.227.11','Mozilla/5.0 (Linux; Android 9; SM-G950F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36',9,5208,'[\"20073f48-c08b-4829-b313-4a8c10b0cd26\"]','vote','accepted','{\"choices\":[\"Score a GPA of 3.0 or above\"]}','2019-08-23 01:18:38'),(96,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',0,5208,'[\"56498111-3c86-4df3-aa77-084307852a4c\"]','vote','accepted','{\"choices\":[\"Make new friends\"]}','2019-08-23 20:25:51'),(97,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',11,5596,'[\"43c094fa-0d3f-4848-800d-eb30b9699c2f\"]','vote','accepted','{\"choices\":[\"Arsenal\"]}','2019-08-24 00:40:07'),(98,'104.244.227.100','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',9,5596,'[\"43c094fa-0d3f-4848-800d-eb30b9699c2f\"]','vote','accepted','{\"choices\":[\"Arsenal\"]}','2019-08-24 01:28:04'),(99,'104.244.227.31','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',0,5596,'[\"43c094fa-0d3f-4848-800d-eb30b9699c2f\"]','vote','accepted','{\"choices\":[\"Arsenal\"]}','2019-08-24 02:07:05'),(100,'209.236.3.113','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1',0,5596,'[\"90616b5c-a8e8-47f6-b44c-d2c82a3d64e6\"]','vote','accepted','{\"choices\":[\"Chelsea\"]}','2019-08-24 03:43:18'),(101,'104.244.227.198','Mozilla/5.0 (Linux; Android 9; SM-A505G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36',0,5596,'[\"90616b5c-a8e8-47f6-b44c-d2c82a3d64e6\"]','vote','accepted','{\"choices\":[\"Chelsea\"]}','2019-08-24 15:22:21'),(102,'104.244.227.31','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/76.0.3809.123 Mobile/15E148 Safari/605.1',0,5596,'[\"43c094fa-0d3f-4848-800d-eb30b9699c2f\"]','vote','accepted','{\"choices\":[\"Arsenal\"]}','2019-08-24 15:24:52'),(103,'207.204.72.129','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',8,5596,'[\"9457759e-a416-417b-94d0-0fecbc1a2ca4\"]','vote','accepted','{\"choices\":[\"Liverpool\"]}','2019-08-24 21:26:16'),(104,'173.225.242.244','Mozilla/5.0 (Linux; Android 9; SM-G950U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36',0,5596,'[\"b92eca55-a62c-41a5-bbb8-2e804ca89d97\"]','vote','accepted','{\"choices\":[\"Tottenham\"]}','2019-08-24 22:00:05'),(105,'104.244.225.193','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',0,5596,'[\"b92eca55-a62c-41a5-bbb8-2e804ca89d97\"]','vote','accepted','{\"choices\":[\"Tottenham\"]}','2019-08-26 05:17:56'),(106,'186.223.136.129','Dalvik/2.1.0 (Linux; U; Android 9; Redmi Note 7 MIUI/V10.3.5.0.PFGEUXM)',258,2576,'[\"18f71139-6157-4efb-9200-e3ac8df78fb4\"]','vote','accepted','{\"choices\":[\"Cheesecake\"]}','2019-08-30 16:08:39'),(107,'191.187.170.205','Dalvik/2.1.0 (Linux; U; Android 8.1.0; SM-G610M Build/M1AJQ)',2,2576,'[\"2be8ccb3-57bc-4d6b-b7dc-c1f67d3e77b2\"]','vote','accepted','{\"choices\":[\"Brownie Explosion\"]}','2019-08-30 20:08:12'),(108,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',13,2576,'[\"2be8ccb3-57bc-4d6b-b7dc-c1f67d3e77b2\"]','vote','accepted','{\"choices\":[\"Brownie Explosion\"]}','2019-09-02 19:06:45'),(109,'82.132.246.127','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBAV/221.1.0.42.99;FBBV/155091078;FBDV/iPhone11,2;FBMD/iPhone;FBSN/iOS;FBSV/12.4.1;FBSS/3;FBCR/O2;FBID/phone;FBLC/en_GB;FBOP/5;FBRV/0]',0,7012,'[\"6aafd9b1-b5a4-4487-9932-e2cade3f32e4\"]','vote','accepted','{\"choices\":[\"Peter Bunting\"]}','2019-09-02 19:41:20'),(110,'65.183.4.126','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',0,7012,'[\"6aafd9b1-b5a4-4487-9932-e2cade3f32e4\"]','vote','accepted','{\"choices\":[\"Peter Bunting\"]}','2019-09-02 20:41:34'),(111,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',17,7012,'[\"3431795d-3bc3-4fd1-8422-9cc771abd539\"]','vote','accepted','{\"choices\":[\"Dr Peter Phillips\"]}','2019-09-02 20:42:14'),(112,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',16,7012,'[\"6aafd9b1-b5a4-4487-9932-e2cade3f32e4\"]','vote','accepted','{\"choices\":[\"Peter Bunting\"]}','2019-09-02 20:48:42'),(113,'173.225.243.78','Mozilla/5.0 (Linux; Android 8.1.0; 5033A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36',0,7012,'[\"6aafd9b1-b5a4-4487-9932-e2cade3f32e4\"]','vote','accepted','{\"choices\":[\"Peter Bunting\"]}','2019-09-03 01:21:22'),(114,'104.244.225.195','Mozilla/5.0 (Linux; Android 9; SM-A505G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36',0,7012,'[\"6aafd9b1-b5a4-4487-9932-e2cade3f32e4\"]','vote','accepted','{\"choices\":[\"Peter Bunting\"]}','2019-09-03 02:35:24'),(115,'104.244.231.201','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',15,7012,'[\"6aafd9b1-b5a4-4487-9932-e2cade3f32e4\"]','vote','accepted','{\"choices\":[\"Peter Bunting\"]}','2019-09-03 10:19:27'),(116,'104.244.231.225','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15',276,7012,'[\"6aafd9b1-b5a4-4487-9932-e2cade3f32e4\"]','vote','accepted','{\"choices\":[\"Peter Bunting\"]}','2019-09-03 15:02:58'),(117,'96.43.180.89','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1',0,7012,'[\"6aafd9b1-b5a4-4487-9932-e2cade3f32e4\"]','vote','accepted','{\"choices\":[\"Peter Bunting\"]}','2019-09-03 15:05:16'),(118,'173.225.242.215','Mozilla/5.0 (Linux; Android 9; SM-G950F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36',0,7012,'[\"6aafd9b1-b5a4-4487-9932-e2cade3f32e4\"]','vote','accepted','{\"choices\":[\"Peter Bunting\"]}','2019-09-03 15:19:48'),(119,'65.183.4.126','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',6,7012,'[\"6aafd9b1-b5a4-4487-9932-e2cade3f32e4\"]','vote','accepted','{\"choices\":[\"Peter Bunting\"]}','2019-09-03 16:10:53'),(120,'72.252.108.195','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1',0,7012,'[]','vote','rejected','{\"error\":\"All questions must be answered.\"}','2019-09-03 18:37:01'),(121,'72.252.108.195','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1',0,7012,'[\"6aafd9b1-b5a4-4487-9932-e2cade3f32e4\"]','vote','accepted','{\"choices\":[\"Peter Bunting\"]}','2019-09-03 18:37:49'),(122,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',0,7012,'[\"6aafd9b1-b5a4-4487-9932-e2cade3f32e4\"]','vote','accepted','{\"choices\":[\"Peter Bunting\"]}','2019-09-03 20:25:50'),(123,'72.252.177.8','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',0,7012,'[\"6aafd9b1-b5a4-4487-9932-e2cade3f32e4\"]','vote','accepted','{\"choices\":[\"Peter Bunting\"]}','2019-09-03 23:01:46'),(124,'67.230.50.53','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/76.0.3809.123 Mobile/15E148 Safari/605.1',0,7012,'[\"6aafd9b1-b5a4-4487-9932-e2cade3f32e4\"]','vote','accepted','{\"choices\":[\"Peter Bunting\"]}','2019-09-04 02:09:09'),(125,'104.244.231.4','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/76.0.3809.123 Mobile/15E148 Safari/605.1',0,7012,'[\"3431795d-3bc3-4fd1-8422-9cc771abd539\"]','vote','accepted','{\"choices\":[\"Dr Peter Phillips\"]}','2019-09-04 05:01:09'),(126,'207.204.95.98','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',0,7012,'[\"3431795d-3bc3-4fd1-8422-9cc771abd539\"]','vote','accepted','{\"choices\":[\"Dr Peter Phillips\"]}','2019-09-04 18:25:37'),(127,'104.244.230.211','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',0,7012,'[\"6aafd9b1-b5a4-4487-9932-e2cade3f32e4\"]','vote','accepted','{\"choices\":[\"Peter Bunting\"]}','2019-09-04 20:22:35'),(128,'104.244.231.50','Mozilla/5.0 (Linux; Android 9; SM-G975F Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/76.0.3809.132 Mobile Safari/537.36 Instagram 109.0.0.18.124 Android (28/9; 420dpi; 1080x2047; samsung; SM-G975F; beyond2; exynos9820; en_GB; 170693979)',0,7012,'[]','vote','rejected','{\"error\":\"All questions must be answered.\"}','2019-09-05 11:34:52'),(129,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',16,7012,'[\"6aafd9b1-b5a4-4487-9932-e2cade3f32e4\"]','vote','accepted','{\"choices\":[\"Peter Bunting\"]}','2019-09-05 13:44:03'),(130,'65.183.4.126','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',0,7012,'[\"6aafd9b1-b5a4-4487-9932-e2cade3f32e4\"]','vote','accepted','{\"choices\":[\"Peter Bunting\"]}','2019-09-05 19:05:30'),(131,'65.183.4.126','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',0,7012,'[\"6aafd9b1-b5a4-4487-9932-e2cade3f32e4\"]','vote','accepted','{\"choices\":[\"Peter Bunting\"]}','2019-09-05 19:19:15'),(132,'65.183.4.126','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',0,7012,'[\"6aafd9b1-b5a4-4487-9932-e2cade3f32e4\"]','vote','accepted','{\"choices\":[\"Peter Bunting\"]}','2019-09-05 19:20:34'),(133,'63.143.82.35','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',0,7012,'[\"3431795d-3bc3-4fd1-8422-9cc771abd539\"]','vote','accepted','{\"choices\":[\"Dr Peter Phillips\"]}','2019-09-05 20:57:43'),(134,'72.252.31.221','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',0,7012,'[\"6aafd9b1-b5a4-4487-9932-e2cade3f32e4\"]','vote','accepted','{\"choices\":[\"Peter Bunting\"]}','2019-09-06 02:04:22'),(135,'104.244.230.88','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',15,7012,'[\"6aafd9b1-b5a4-4487-9932-e2cade3f32e4\"]','vote','accepted','{\"choices\":[\"Peter Bunting\"]}','2019-09-06 05:19:17'),(136,'65.183.4.126','Mozilla/5.0 (Linux; Android 9; SM-A505G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36',0,7012,'[]','vote','rejected','{\"error\":\"All questions must be answered.\"}','2019-09-06 14:10:28'),(137,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',13,7012,'[\"6aafd9b1-b5a4-4487-9932-e2cade3f32e4\"]','vote','accepted','{\"choices\":[\"Peter Bunting\"]}','2019-09-06 14:28:02'),(138,'173.225.243.168','Mozilla/5.0 (Linux; Android 9; SM-A505G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36',0,7012,'[\"6aafd9b1-b5a4-4487-9932-e2cade3f32e4\"]','vote','accepted','{\"choices\":[\"Peter Bunting\"]}','2019-09-06 14:31:39'),(139,'65.183.4.126','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',15,7012,'[]','vote','rejected','{\"error\":\"All questions must be answered.\"}','2019-09-06 20:36:56'),(140,'173.225.243.207','Mozilla/5.0 (Linux; Android 9; SM-N975U1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36',0,7012,'[\"3431795d-3bc3-4fd1-8422-9cc771abd539\"]','vote','accepted','{\"choices\":[\"Dr Peter Phillips\"]}','2019-09-06 23:55:45'),(141,'72.252.177.8','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',0,7012,'[\"6aafd9b1-b5a4-4487-9932-e2cade3f32e4\"]','vote','accepted','{\"choices\":[\"Peter Bunting\"]}','2019-09-07 03:01:48'),(142,'104.244.230.219','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',11,7012,'[\"3431795d-3bc3-4fd1-8422-9cc771abd539\"]','vote','accepted','{\"choices\":[\"Dr Peter Phillips\"]}','2019-09-07 19:33:32'),(143,'104.244.230.202','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',15,7012,'[]','vote','rejected','{\"error\":\"All questions must be answered.\"}','2019-09-07 19:58:40'),(144,'104.244.227.8','Mozilla/5.0 (Linux; Android 9; SM-A505G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36',0,8024,'[\"7fa186d3-7c19-492f-a8e7-a50f15bced6d\"]','vote','accepted','{\"choices\":[\"Andrew Holness\"]}','2019-09-08 13:40:46'),(145,'104.244.230.150','Mozilla/5.0 (Linux; Android 9; SM-N975U1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36',0,8024,'[\"4ec6b213-8b6e-4490-8c46-7c00107f3f46\"]','vote','accepted','{\"choices\":[\"No\"]}','2019-09-08 23:35:45'),(146,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',16,8024,'[\"4ec6b213-8b6e-4490-8c46-7c00107f3f46\"]','vote','accepted','{\"choices\":[\"No\"]}','2019-09-09 13:30:25'),(147,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',17,8024,'[\"4ec6b213-8b6e-4490-8c46-7c00107f3f46\"]','vote','accepted','{\"choices\":[\"No\"]}','2019-09-09 14:01:21'),(148,'65.183.4.126','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',0,8024,'[\"4ec6b213-8b6e-4490-8c46-7c00107f3f46\"]','vote','accepted','{\"choices\":[\"No\"]}','2019-09-09 15:15:56'),(149,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',0,8024,'[\"4ec6b213-8b6e-4490-8c46-7c00107f3f46\"]','vote','accepted','{\"choices\":[\"No\"]}','2019-09-09 18:27:03'),(150,'94.8.103.16','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1',0,8024,'[\"4ec6b213-8b6e-4490-8c46-7c00107f3f46\"]','vote','accepted','{\"choices\":[\"No\"]}','2019-09-09 20:03:50'),(151,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',14,8024,'[\"f02a424e-5553-4306-86ac-23e311b91af3\"]','vote','accepted','{\"choices\":[\"Undecided\"]}','2019-09-09 20:42:03'),(152,'65.183.4.126','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',6,8024,'[\"4ec6b213-8b6e-4490-8c46-7c00107f3f46\"]','vote','accepted','{\"choices\":[\"No\"]}','2019-09-09 21:12:43'),(153,'187.105.103.75','Buzz Caribbean/1.0.0 (com.cappen.buzzcaribbean; build:1; iOS 12.3.1) Alamofire/4.8.0',48,3386,'[\"0f3c048f-1b35-4a76-8c4f-20d2a70ac006\"]','vote','accepted','{\"choices\":[\"Chocolate\"]}','2019-09-10 01:09:47'),(154,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',11,8024,'[\"4ec6b213-8b6e-4490-8c46-7c00107f3f46\"]','vote','accepted','{\"choices\":[\"No\"]}','2019-09-10 14:12:57'),(155,'173.225.242.130','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/76.0.3809.123 Mobile/15E148 Safari/605.1',0,8024,'[\"4ec6b213-8b6e-4490-8c46-7c00107f3f46\"]','vote','accepted','{\"choices\":[\"No\"]}','2019-09-10 16:58:48'),(156,'108.235.156.207','Buzz Caribbean/1.0.0 (com.cappen.buzzcaribbean; build:3; iOS 12.4.1) Alamofire/4.8.0',303,2576,'[\"18f71139-6157-4efb-9200-e3ac8df78fb4\"]','vote','accepted','{\"choices\":[\"Cheesecake\"]}','2019-09-10 21:09:11'),(157,'108.235.156.207','Buzz Caribbean/1.0.0 (com.cappen.buzzcaribbean; build:3; iOS 12.4.1) Alamofire/4.8.0',303,3386,'[\"b22ff403-4a1c-4cbb-8a1d-a2a3044d6ce6\"]','vote','accepted','{\"choices\":[\"Rum and Raisin\"]}','2019-09-10 21:09:12'),(158,'65.183.4.126','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',0,8024,'[\"4ec6b213-8b6e-4490-8c46-7c00107f3f46\"]','vote','accepted','{\"choices\":[\"No\"]}','2019-09-10 22:42:03'),(159,'96.43.180.245','Mozilla/5.0 (Linux; Android 8.1.0; SM-J701M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36',0,8024,'[\"8d2eda94-6ea2-4a68-867d-0d72601069f3\"]','vote','accepted','{\"choices\":[\"Yes\"]}','2019-09-10 22:46:42'),(160,'104.244.227.168','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',17,2576,'[\"2be8ccb3-57bc-4d6b-b7dc-c1f67d3e77b2\"]','vote','accepted','{\"choices\":[\"Brownie Explosion\"]}','2019-09-11 01:00:19'),(161,'172.58.184.115','Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/16D57 Instagram 110.0.0.10.119 (iPhone8,1; iOS 12_1_4; en_US; en-US; scale=2.00; 750x1334; 171144701)',0,8024,'[\"8d2eda94-6ea2-4a68-867d-0d72601069f3\"]','vote','accepted','{\"choices\":[\"Yes\"]}','2019-09-11 15:16:49'),(162,'72.252.31.221','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/77.0.3865.69 Mobile/15E148 Safari/605.1',0,8024,'[\"4ec6b213-8b6e-4490-8c46-7c00107f3f46\"]','vote','accepted','{\"choices\":[\"No\"]}','2019-09-12 04:41:36'),(163,'179.235.220.251','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',1,8024,'[]','vote','rejected','{\"error\":\"All questions must be answered.\"}','2019-09-12 13:53:03'),(164,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',16,8024,'[\"4ec6b213-8b6e-4490-8c46-7c00107f3f46\"]','vote','accepted','{\"choices\":[\"No\"]}','2019-09-12 14:08:55'),(165,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',16,3386,'[\"0f3c048f-1b35-4a76-8c4f-20d2a70ac006\"]','vote','accepted','{\"choices\":[\"Chocolate\"]}','2019-09-12 14:27:31'),(166,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',16,2576,'[\"2be8ccb3-57bc-4d6b-b7dc-c1f67d3e77b2\"]','vote','accepted','{\"choices\":[\"Brownie Explosion\"]}','2019-09-12 14:27:56'),(167,'173.225.243.150','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/76.0.3809.123 Mobile/15E148 Safari/605.1',0,8024,'[\"4ec6b213-8b6e-4490-8c46-7c00107f3f46\"]','vote','accepted','{\"choices\":[\"No\"]}','2019-09-12 15:31:41'),(168,'65.183.4.126','Mozilla/5.0 (Linux; Android 9; SM-A505G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36',0,8024,'[\"4ec6b213-8b6e-4490-8c46-7c00107f3f46\"]','vote','accepted','{\"choices\":[\"No\"]}','2019-09-12 19:52:53'),(169,'173.225.242.253','Mozilla/5.0 (Linux; Android 9; SM-N975U1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36',0,8024,'[\"4ec6b213-8b6e-4490-8c46-7c00107f3f46\"]','vote','accepted','{\"choices\":[\"No\"]}','2019-09-12 19:53:39'),(170,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',17,8704,'[\"36a83b2f-dc7f-438c-a947-0f9de7c22dec\"]','vote','accepted','{\"choices\":[\"Sweet Chilli\"]}','2019-09-13 15:25:42'),(171,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',16,8704,'[\"36a83b2f-dc7f-438c-a947-0f9de7c22dec\"]','vote','accepted','{\"choices\":[\"Sweet Chilli\"]}','2019-09-13 15:26:53'),(172,'65.183.4.126','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',0,8024,'[\"4ec6b213-8b6e-4490-8c46-7c00107f3f46\"]','vote','accepted','{\"choices\":[\"No\"]}','2019-09-13 16:11:19'),(173,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',17,8024,'[\"4ec6b213-8b6e-4490-8c46-7c00107f3f46\"]','vote','accepted','{\"choices\":[\"No\"]}','2019-09-13 17:05:04'),(174,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',14,8024,'[\"4ec6b213-8b6e-4490-8c46-7c00107f3f46\"]','vote','accepted','{\"choices\":[\"No\"]}','2019-09-13 17:52:29'),(175,'65.183.4.126','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36',0,8024,'[\"4ec6b213-8b6e-4490-8c46-7c00107f3f46\"]','vote','accepted','{\"choices\":[\"No\"]}','2019-09-13 19:03:55'),(176,'104.244.231.168','Mozilla/5.0 (Android 9; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0',0,8024,'[\"4ec6b213-8b6e-4490-8c46-7c00107f3f46\"]','vote','accepted','{\"choices\":[\"No\"]}','2019-09-14 02:44:59'),(177,'162.246.3.18','Mozilla/5.0 (Linux; Android 9; FIG-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36',0,8024,'[\"4ec6b213-8b6e-4490-8c46-7c00107f3f46\"]','vote','accepted','{\"choices\":[\"No\"]}','2019-09-14 14:58:05'),(178,'104.244.230.17','Mozilla/5.0 (Linux; Android 9; SM-A505G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36',0,8024,'[\"4ec6b213-8b6e-4490-8c46-7c00107f3f46\"]','vote','accepted','{\"choices\":[\"No\"]}','2019-09-15 00:01:14'),(179,'189.62.137.154','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',0,8024,'[\"4ec6b213-8b6e-4490-8c46-7c00107f3f46\"]','vote','accepted','{\"choices\":[\"No\"]}','2019-09-15 23:21:30'),(180,'173.225.243.132','Mozilla/5.0 (Linux; Android 7.0; SM-J701M Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/76.0.3809.132 Mobile Safari/537.36 Instagram 110.0.0.16.119 Android (24/7.0; 320dpi; 720x1280; samsung; SM-J701M; j7velte; samsungexynos7870; en_US; 171727780)',0,8024,'[\"4ec6b213-8b6e-4490-8c46-7c00107f3f46\"]','vote','accepted','{\"choices\":[\"No\"]}','2019-09-16 00:43:04'),(181,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',16,8024,'[\"4ec6b213-8b6e-4490-8c46-7c00107f3f46\"]','vote','accepted','{\"choices\":[\"No\"]}','2019-09-16 13:41:38'),(182,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',16,9365,'[\"b73df4e9-c75c-477a-bc04-d773f419cf5d\"]','vote','accepted','{\"choices\":[\"No\"]}','2019-09-16 21:12:20'),(183,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',9,9365,'[\"d9503883-4eea-407d-9ee9-c5640c69d40e\"]','vote','accepted','{\"choices\":[\"Maybe\"]}','2019-09-16 23:12:58'),(184,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0',11,9365,'[\"b73df4e9-c75c-477a-bc04-d773f419cf5d\"]','vote','accepted','{\"choices\":[\"No\"]}','2019-09-17 00:25:49'),(185,'65.183.4.126','Mozilla/5.0 (Linux; Android 9; SM-A505G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36',0,9365,'[\"b73df4e9-c75c-477a-bc04-d773f419cf5d\"]','vote','accepted','{\"choices\":[\"No\"]}','2019-09-17 13:55:57'),(186,'65.183.4.126','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36',16,8717,'[\"15e31253-0d31-4e06-a446-469ec020a860\"]','vote','accepted','{\"choices\":[\"11 Duhaney Drive, Kingston\"]}','2019-09-17 14:05:43'),(187,'189.14.150.96','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36',1,9365,'[\"f27eec09-b5fb-47d8-a971-85824807f781\"]','vote','accepted','{\"choices\":[\"Yes\"]}','2020-09-19 07:40:21');
/*!40000 ALTER TABLE `wp_totalpoll_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_totalpoll_votes`
--

DROP TABLE IF EXISTS `wp_totalpoll_votes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_totalpoll_votes` (
  `choice_uid` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `poll_id` bigint(20) unsigned NOT NULL,
  `votes` bigint(20) NOT NULL,
  `last_vote_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`choice_uid`),
  UNIQUE KEY `CHOICE_UID_UNIQUE` (`choice_uid`),
  KEY `POLL_ID` (`poll_id`),
  KEY `VOTES` (`votes`),
  KEY `LAST_VOTE_AT` (`last_vote_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_totalpoll_votes`
--

LOCK TABLES `wp_totalpoll_votes` WRITE;
/*!40000 ALTER TABLE `wp_totalpoll_votes` DISABLE KEYS */;
INSERT INTO `wp_totalpoll_votes` VALUES ('08ef0214-9b27-42b4-ae7c-72d87b8fde8d',3536,1,'2019-08-14 22:44:18'),('0bde8218-8142-4bcd-ae93-19b77931324d',3536,1,'2019-08-15 16:57:19'),('0c50d273-d0a4-4be0-b4f6-ec6a6adffeba',5208,1,'2019-08-22 16:08:29'),('0f3c048f-1b35-4a76-8c4f-20d2a70ac006',3386,2,'2019-09-12 14:27:31'),('15e31253-0d31-4e06-a446-469ec020a860',8717,1,'2019-09-17 14:05:43'),('18f71139-6157-4efb-9200-e3ac8df78fb4',2576,2,'2019-09-10 21:11:42'),('20073f48-c08b-4829-b313-4a8c10b0cd26',5208,2,'2019-08-23 01:18:38'),('2be8ccb3-57bc-4d6b-b7dc-c1f67d3e77b2',2576,4,'2019-09-12 14:27:56'),('3431795d-3bc3-4fd1-8422-9cc771abd539',7012,6,'2019-09-07 19:33:32'),('36a83b2f-dc7f-438c-a947-0f9de7c22dec',8704,2,'2019-09-13 15:26:53'),('43c094fa-0d3f-4848-800d-eb30b9699c2f',5596,4,'2019-08-24 15:24:52'),('4509afb2-e6ae-49b4-98bf-e400d9522f59',3851,25,'2019-08-20 21:48:25'),('4ec6b213-8b6e-4490-8c46-7c00107f3f46',8024,25,'2019-09-16 13:41:38'),('56498111-3c86-4df3-aa77-084307852a4c',5208,6,'2019-08-23 20:25:51'),('5a7fc0b7-6451-48b3-ac0c-0d1cedc8984d',3851,18,'2019-08-19 19:04:33'),('6aafd9b1-b5a4-4487-9932-e2cade3f32e4',7012,24,'2019-09-07 03:01:48'),('7fa186d3-7c19-492f-a8e7-a50f15bced6d',8024,1,'2019-09-08 13:40:46'),('8d2eda94-6ea2-4a68-867d-0d72601069f3',8024,2,'2019-09-11 15:16:49'),('8f2fa7f5-4df7-454c-993b-2bf9e8097bd2',3714,1,'2019-08-15 16:53:44'),('90616b5c-a8e8-47f6-b44c-d2c82a3d64e6',5596,2,'2019-08-24 15:22:21'),('9457759e-a416-417b-94d0-0fecbc1a2ca4',5596,1,'2019-08-24 21:26:16'),('a76b42aa-94c8-4d78-8727-8482197564cc',3386,1,'2019-08-21 22:52:54'),('b22ff403-4a1c-4cbb-8a1d-a2a3044d6ce6',3386,1,'2019-09-10 21:09:12'),('b4317175-bdca-44c5-b06d-7d24b4cbef69',3536,1,'2019-08-14 22:44:18'),('b73df4e9-c75c-477a-bc04-d773f419cf5d',9365,3,'2019-09-17 13:55:57'),('b92eca55-a62c-41a5-bbb8-2e804ca89d97',5596,2,'2019-08-26 05:17:56'),('d9503883-4eea-407d-9ee9-c5640c69d40e',9365,1,'2019-09-16 23:12:58'),('e7316f3a-cacf-4ff1-8e4a-933eda57ce71',3851,7,'2019-08-19 22:55:03'),('f02a424e-5553-4306-86ac-23e311b91af3',8024,1,'2019-09-09 20:42:03'),('f0b1956c-b90d-408b-ab1f-ff43dfc0e3e8',3536,1,'2019-08-14 22:44:18'),('f27eec09-b5fb-47d8-a971-85824807f781',9365,1,'2020-09-19 12:40:21'),('fcad8226-4a79-4425-bab9-b82fa4daf8c5',3714,1,'2019-08-15 16:33:25'),('ff6df2ea-a980-4e27-8482-f81bccf33af4',3851,29,'2019-08-21 15:46:43');
/*!40000 ALTER TABLE `wp_totalpoll_votes` 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_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=22332 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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,'nickname','cappen'),(2,1,'first_name','Cappen'),(3,1,'last_name','Dev'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','0'),(17,1,'wp_user-settings','libraryContent=browse&editor=tinymce'),(18,1,'wp_user-settings-time','1568740781'),(19,1,'wp_dashboard_quick_press_last_post_id','9595'),(20,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"189.14.150.0\";}'),(21,1,'source_domain','buzz-caribbean.com'),(22,1,'primary_blog','1'),(23,1,'account_status','approved'),(24,1,'um_user_profile_url_slug_user_login','cappen'),(25,1,'um_account_secure_fields','a:0:{}'),(26,1,'profile_photo','profile_photo.jpg'),(28,1,'gender','a:1:{i:0;s:4:\"Male\";}'),(29,1,'city','Recife'),(30,1,'country','BR'),(31,1,'_um_last_login','1599639839'),(32,2,'nickname','felipe batista'),(33,2,'first_name','felipe'),(34,2,'last_name','batista'),(35,2,'description',''),(36,2,'rich_editing','true'),(37,2,'syntax_highlighting','true'),(38,2,'comment_shortcuts','false'),(39,2,'admin_color','fresh'),(40,2,'use_ssl','0'),(41,2,'show_admin_bar_front','true'),(42,2,'locale',''),(46,2,'um_user_profile_url_slug_user_login','angeiras'),(47,2,'account_status','approved'),(48,2,'dismissed_wp_pointers',''),(49,2,'synced_gravatar_hashed_id','2782d5b2eb1594559eba0807303bae8f'),(50,2,'primary_blog','1'),(51,2,'source_domain','buzz-caribbean.com'),(52,2,'wp_capabilities','a:1:{s:6:\"editor\";b:1;}'),(53,2,'wp_user_level','7'),(55,2,'_um_last_login','1577689002'),(56,2,'um_account_secure_fields','a:0:{}'),(57,2,'wp_dashboard_quick_press_last_post_id','4166'),(58,2,'community-events-location','a:1:{s:2:\"ip\";s:13:\"191.187.170.0\";}'),(59,3,'nickname','Clare Mc'),(60,3,'first_name',''),(61,3,'last_name',''),(62,3,'description',''),(63,3,'rich_editing','true'),(64,3,'syntax_highlighting','true'),(65,3,'comment_shortcuts','false'),(66,3,'admin_color','fresh'),(67,3,'use_ssl','0'),(68,3,'show_admin_bar_front','true'),(69,3,'locale',''),(73,3,'um_user_profile_url_slug_user_login','clare'),(74,3,'account_status','approved'),(75,3,'dismissed_wp_pointers',''),(76,3,'synced_gravatar_hashed_id','539f60d59f71315c7f3b6f6d7ff5c428'),(77,3,'primary_blog','1'),(78,3,'source_domain','buzz-caribbean.com'),(79,3,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(80,3,'wp_user_level','10'),(81,4,'nickname','Paul'),(82,4,'first_name',''),(83,4,'last_name',''),(84,4,'description',''),(85,4,'rich_editing','true'),(86,4,'syntax_highlighting','true'),(87,4,'comment_shortcuts','false'),(88,4,'admin_color','fresh'),(89,4,'use_ssl','0'),(90,4,'show_admin_bar_front','true'),(91,4,'locale',''),(95,4,'um_user_profile_url_slug_user_login','paul'),(96,4,'account_status','approved'),(97,4,'dismissed_wp_pointers',''),(98,4,'synced_gravatar_hashed_id','4a30ea1d48c8a80bba0a6a4fea9b5f7a'),(99,4,'primary_blog','1'),(100,4,'source_domain','buzz-caribbean.com'),(101,4,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(102,4,'wp_user_level','10'),(103,5,'nickname','joyann'),(104,5,'first_name',''),(105,5,'last_name',''),(106,5,'description',''),(107,5,'rich_editing','true'),(108,5,'syntax_highlighting','true'),(109,5,'comment_shortcuts','false'),(110,5,'admin_color','fresh'),(111,5,'use_ssl','0'),(112,5,'show_admin_bar_front','true'),(113,5,'locale',''),(117,5,'um_user_profile_url_slug_user_login','joyann'),(118,5,'account_status','approved'),(119,5,'dismissed_wp_pointers',''),(120,5,'synced_gravatar_hashed_id','c559a7f6c8caf7ef27493dae33979c31'),(121,5,'primary_blog','1'),(122,5,'source_domain','buzz-caribbean.com'),(123,5,'wp_capabilities','a:1:{s:6:\"editor\";b:1;}'),(124,5,'wp_user_level','7'),(125,6,'nickname','Candiese'),(126,6,'first_name',''),(127,6,'last_name',''),(128,6,'description',''),(129,6,'rich_editing','true'),(130,6,'syntax_highlighting','true'),(131,6,'comment_shortcuts','false'),(132,6,'admin_color','fresh'),(133,6,'use_ssl','0'),(134,6,'show_admin_bar_front','true'),(135,6,'locale',''),(139,6,'um_user_profile_url_slug_user_login','candiese'),(140,6,'account_status','approved'),(141,6,'dismissed_wp_pointers',''),(142,6,'synced_gravatar_hashed_id','38eb4af416a32e349321ef7fa328ecd8'),(143,6,'primary_blog','1'),(144,6,'source_domain','buzz-caribbean.com'),(145,6,'wp_capabilities','a:1:{s:6:\"editor\";b:1;}'),(146,6,'wp_user_level','7'),(147,7,'nickname','gavay'),(148,7,'first_name',''),(149,7,'last_name',''),(150,7,'description',''),(151,7,'rich_editing','true'),(152,7,'syntax_highlighting','true'),(153,7,'comment_shortcuts','false'),(154,7,'admin_color','fresh'),(155,7,'use_ssl','0'),(156,7,'show_admin_bar_front','true'),(157,7,'locale',''),(161,7,'um_user_profile_url_slug_user_login','gavay'),(162,7,'account_status','approved'),(163,7,'dismissed_wp_pointers',''),(164,7,'synced_gravatar_hashed_id','32b2773f820206a100d3760349a0c109'),(165,7,'primary_blog','1'),(166,7,'source_domain','buzz-caribbean.com'),(167,7,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(168,7,'wp_user_level','0'),(169,6,'session_tokens','a:2:{s:64:\"6c6685cc0408c9a0c7aeeeda33327b569c6e788f014b686cf259516aade5ae37\";a:4:{s:10:\"expiration\";i:1582319859;s:2:\"ip\";s:12:\"67.230.50.53\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566767859;}s:64:\"1562c3f2736e864f3c9b7999d6fe4cbf6d9340f7aa56a8cddf837c83cf1edce5\";a:4:{s:10:\"expiration\";i:1582577865;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1567025865;}}'),(170,6,'_um_last_login','1567007865'),(171,6,'wp_dashboard_quick_press_last_post_id','4880'),(172,6,'community-events-location','a:1:{s:2:\"ip\";s:11:\"67.230.50.0\";}'),(173,6,'um_account_secure_fields','a:0:{}'),(174,3,'session_tokens','a:1:{s:64:\"ef78c299e411f550a39958acc752dedc68dfa8da0e29c57db48f1b18d5c09360\";a:4:{s:10:\"expiration\";i:1566942176;s:2:\"ip\";s:13:\"67.14.224.162\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36\";s:5:\"login\";i:1565732576;}}'),(175,3,'_um_last_login','1565714576'),(176,3,'wp_dashboard_quick_press_last_post_id','5378'),(177,3,'community-events-location','a:1:{s:2:\"ip\";s:9:\"5.66.30.0\";}'),(178,3,'um_account_secure_fields','a:0:{}'),(179,6,'wp_user-settings','libraryContent=browse'),(180,6,'wp_user-settings-time','1564794796'),(181,8,'nickname','dennis'),(182,8,'first_name',''),(183,8,'last_name',''),(184,8,'description',''),(185,8,'rich_editing','true'),(186,8,'syntax_highlighting','true'),(187,8,'comment_shortcuts','false'),(188,8,'admin_color','fresh'),(189,8,'use_ssl','0'),(190,8,'show_admin_bar_front','true'),(191,8,'locale',''),(195,8,'um_user_profile_url_slug_user_login','dennis'),(196,8,'account_status','approved'),(197,8,'dismissed_wp_pointers',''),(198,8,'synced_gravatar_hashed_id','992f9fb841de1d109a17704016e2b3bd'),(199,8,'primary_blog','1'),(200,8,'source_domain','buzz-caribbean.com'),(201,8,'wp_capabilities','a:1:{s:6:\"editor\";b:1;}'),(202,8,'wp_user_level','7'),(203,9,'nickname','Sadeke'),(204,9,'first_name',''),(205,9,'last_name',''),(206,9,'description',''),(207,9,'rich_editing','true'),(208,9,'syntax_highlighting','true'),(209,9,'comment_shortcuts','false'),(210,9,'admin_color','fresh'),(211,9,'use_ssl','0'),(212,9,'show_admin_bar_front','true'),(213,9,'locale',''),(217,9,'um_user_profile_url_slug_user_login','sadeke'),(218,9,'account_status','approved'),(219,9,'dismissed_wp_pointers',''),(220,9,'synced_gravatar_hashed_id','a6c7dcedf1258135cd90be27a3a3d1b2'),(221,9,'primary_blog','1'),(222,9,'source_domain','buzz-caribbean.com'),(223,9,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(224,9,'wp_user_level','10'),(225,10,'nickname','mark'),(226,10,'first_name',''),(227,10,'last_name',''),(228,10,'description',''),(229,10,'rich_editing','true'),(230,10,'syntax_highlighting','true'),(231,10,'comment_shortcuts','false'),(232,10,'admin_color','fresh'),(233,10,'use_ssl','0'),(234,10,'show_admin_bar_front','true'),(235,10,'locale',''),(239,10,'um_user_profile_url_slug_user_login','mark'),(240,10,'account_status','approved'),(241,10,'dismissed_wp_pointers',''),(242,10,'synced_gravatar_hashed_id','01d1b520f7ac2548072ab8dfb7df57a1'),(243,10,'primary_blog',''),(244,10,'source_domain',''),(247,11,'nickname','Tashna-Toya'),(248,11,'first_name',''),(249,11,'last_name',''),(250,11,'description',''),(251,11,'rich_editing','true'),(252,11,'syntax_highlighting','true'),(253,11,'comment_shortcuts','false'),(254,11,'admin_color','fresh'),(255,11,'use_ssl','0'),(256,11,'show_admin_bar_front','true'),(257,11,'locale',''),(261,11,'um_user_profile_url_slug_user_login','tashna'),(262,11,'account_status','approved'),(263,11,'dismissed_wp_pointers',''),(264,11,'synced_gravatar_hashed_id','4ac2e25017d489adf19edde33ffb7202'),(265,11,'primary_blog','1'),(266,11,'source_domain','buzz-caribbean.com'),(267,11,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(268,11,'wp_user_level','10'),(269,12,'nickname','kevinww'),(270,12,'first_name',''),(271,12,'last_name',''),(272,12,'description',''),(273,12,'rich_editing','true'),(274,12,'syntax_highlighting','true'),(275,12,'comment_shortcuts','false'),(276,12,'admin_color','fresh'),(277,12,'use_ssl','0'),(278,12,'show_admin_bar_front','true'),(279,12,'locale',''),(283,12,'um_user_profile_url_slug_user_login','kevinw'),(284,12,'account_status','approved'),(285,12,'dismissed_wp_pointers',''),(286,12,'synced_gravatar_hashed_id','caecfa5a24564f6f45d84a4f0c25ef56'),(287,12,'primary_blog','1'),(288,12,'source_domain','buzz-caribbean.com'),(289,12,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(290,12,'wp_user_level','10'),(291,13,'nickname','Machel'),(292,13,'first_name',''),(293,13,'last_name',''),(294,13,'description',''),(295,13,'rich_editing','true'),(296,13,'syntax_highlighting','true'),(297,13,'comment_shortcuts','false'),(298,13,'admin_color','fresh'),(299,13,'use_ssl','0'),(300,13,'show_admin_bar_front','true'),(301,13,'locale',''),(305,13,'um_user_profile_url_slug_user_login','machel'),(306,13,'account_status','approved'),(307,13,'dismissed_wp_pointers',''),(308,13,'synced_gravatar_hashed_id','f4901a35dc639bbe6785c2591a49b240'),(309,13,'primary_blog','1'),(310,13,'source_domain','buzz-caribbean.com'),(311,13,'wp_capabilities','a:1:{s:6:\"editor\";b:1;}'),(312,13,'wp_user_level','7'),(314,4,'_um_last_login','1567539904'),(315,4,'wp_dashboard_quick_press_last_post_id','3304'),(316,4,'community-events-location','a:1:{s:2:\"ip\";s:13:\"104.244.231.0\";}'),(319,4,'um_account_secure_fields','a:0:{}'),(320,4,'session_tokens','a:2:{s:64:\"8779889c6cbff797e94526711d2e82f5e6dd8b76c50a5644ec40e0dee71e1938\";a:4:{s:10:\"expiration\";i:1582578319;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.17763\";s:5:\"login\";i:1567026319;}s:64:\"c12b0e9d9b80176a41da3fdcdf879549650c95d9d728b219186bc3bf87b15e3e\";a:4:{s:10:\"expiration\";i:1583109904;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.18362\";s:5:\"login\";i:1567557904;}}'),(321,4,'wp_user-settings','libraryContent=browse'),(322,4,'wp_user-settings-time','1563395547'),(323,11,'session_tokens','a:128:{s:64:\"ef38c6197b97236cf3d4a82040083eed634b6a2bf3b738ccf122c4b454d4ae00\";a:4:{s:10:\"expiration\";i:1582120378;s:2:\"ip\";s:14:\"104.244.227.27\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566568378;}s:64:\"feb3d1f4028d501d1f32bcd9d90c2a18b956992d2f07bfec48f31903ee6f3773\";a:4:{s:10:\"expiration\";i:1582125632;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566573632;}s:64:\"bdcc3fe162aa477cd44ac077c119ea293609b8fc6b69a2a0db56d5c6fe49c61e\";a:4:{s:10:\"expiration\";i:1582127305;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566575305;}s:64:\"38ff8a0d4361a6f187cfe04876e9fbacf6bec488053d0f326dc44d0567f90be7\";a:4:{s:10:\"expiration\";i:1582138276;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566586276;}s:64:\"9a03178fc03a1e6ee52f3d0c4d34235a782cedfe7b4d93eb95fc29911a461945\";a:4:{s:10:\"expiration\";i:1582144039;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566592039;}s:64:\"0a7264b869e53c2eaa04694402a6ccbc2eb8b495aeaca6c4ed75b2fc8e75db9e\";a:4:{s:10:\"expiration\";i:1582156444;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566604444;}s:64:\"55348a2ea8faa5a9f64c3afcca25ef62fb99662d5b95873385086c1837b7d9c5\";a:4:{s:10:\"expiration\";i:1582156652;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566604652;}s:64:\"75ea95e67bae408ec503bb8500fe502d2f0a65ea47a90edc1b4b43e87837434e\";a:4:{s:10:\"expiration\";i:1582157167;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566605167;}s:64:\"be6a2fc594918545aba42afa301c7ba1aa5491902a3e5707d1c8297b38860b07\";a:4:{s:10:\"expiration\";i:1582157638;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566605638;}s:64:\"ce8424179cb818ab575f9f0abe121eff4a64ff96bf6e8a90010145022d604825\";a:4:{s:10:\"expiration\";i:1582157927;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566605927;}s:64:\"33e5b4fd58a7f6d0ed778ea8c03a1682719fd101e037f3f9f8ca8a6862cfdd84\";a:4:{s:10:\"expiration\";i:1582159721;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566607721;}s:64:\"6ca6fa24c0b14537f37b561c3b806ae615d347bf7af4aa727b3ae5f3851de587\";a:4:{s:10:\"expiration\";i:1582290840;s:2:\"ip\";s:14:\"104.244.230.94\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566738840;}s:64:\"b36e0f9289cae794342888bfe0e9ddc071267db3bb11dfda326b4172b98a0cd6\";a:4:{s:10:\"expiration\";i:1582291752;s:2:\"ip\";s:14:\"104.244.230.94\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566739752;}s:64:\"ca5052ea8922dec1c468e8e13bde2104cc873bcf1e0ab2602ed3ef1eb8f04050\";a:4:{s:10:\"expiration\";i:1582302829;s:2:\"ip\";s:14:\"104.244.230.94\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566750829;}s:64:\"39d31b5329512c9645592b22bc4607980f6352dbd3eba2d557dd842bd4b454a5\";a:4:{s:10:\"expiration\";i:1582322404;s:2:\"ip\";s:14:\"104.244.230.94\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566770404;}s:64:\"54fee3ae4aaa56496e91d94cf96db127958c6c6a5b7fe6c8e39c08856283535c\";a:4:{s:10:\"expiration\";i:1582326819;s:2:\"ip\";s:14:\"104.244.230.94\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566774819;}s:64:\"b927fe8fa0a16aa631c49e6a654803165f088a5ef84f4bd93b7c8ad3f8e2edb7\";a:4:{s:10:\"expiration\";i:1582329472;s:2:\"ip\";s:14:\"104.244.230.94\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566777472;}s:64:\"0c9567faaa20f5101240d6e1738aa7f7c163681b53207bdd507c22269558ecdc\";a:4:{s:10:\"expiration\";i:1582335793;s:2:\"ip\";s:14:\"104.244.230.94\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566783793;}s:64:\"4aef04163adc2383129ef1ad3c761dd0825811d3b838310465945204a869b2e0\";a:4:{s:10:\"expiration\";i:1582377544;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566825544;}s:64:\"24113d39f915fff854a632c082765582a57cea19b01d614fe815ceb225e78a0c\";a:4:{s:10:\"expiration\";i:1582377547;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566825547;}s:64:\"6296eb14c99d135865727191f8c296dcf8472ba8788309d677701f8b6f20905c\";a:4:{s:10:\"expiration\";i:1582380656;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566828656;}s:64:\"9b0f3b6c3716a122ce51f08e3eae35c7195e55dd45a05cb078f494ff57fb81fa\";a:4:{s:10:\"expiration\";i:1582381820;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566829820;}s:64:\"9a8fd1b8ddd18c313da8fc8d601f09fa1b2585b93f3e27829b70f20b60711a1e\";a:4:{s:10:\"expiration\";i:1582382016;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566830016;}s:64:\"678d0fd55611d2cc140ebec6cd559077b8ba505611b4c1fb008cfaf99fce5921\";a:4:{s:10:\"expiration\";i:1582408198;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566856198;}s:64:\"5e9b4ccca27168d89f954f8ba087c0e59ede8032b597e558ca2990753d6414b4\";a:4:{s:10:\"expiration\";i:1582426089;s:2:\"ip\";s:14:\"104.244.227.17\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566874089;}s:64:\"0bf71f1054bcede34f973dadd51f4f3a2db3a6e8de2952ad2957fcf24460cca8\";a:4:{s:10:\"expiration\";i:1582464028;s:2:\"ip\";s:14:\"104.244.227.17\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566912028;}s:64:\"c080a52c8555ad386ce93a618caf895dd370f4ffa53a5d2b8204c7fb1c7bc886\";a:4:{s:10:\"expiration\";i:1582476121;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566924121;}s:64:\"2db2f9473ffa1cd7a5e3a7e54f8e9c6d897216968782fdf1e2950f7a8ebe5212\";a:4:{s:10:\"expiration\";i:1582480172;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566928172;}s:64:\"bb323650aaca25eb87a249dc3f5f9a458a04bbf3868dd1c4fe8d53440dca95aa\";a:4:{s:10:\"expiration\";i:1582519208;s:2:\"ip\";s:14:\"104.244.227.17\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566967208;}s:64:\"aeb0b7eb81b0688c9b58e6524a63240b9ac4ab2ca5faa01114c8aebc13341f84\";a:4:{s:10:\"expiration\";i:1582534249;s:2:\"ip\";s:14:\"104.244.227.17\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566982249;}s:64:\"60d8d6e657ffd96a11d1d4db4fbface28089c6ec8d2776c965e2333c5f30853b\";a:4:{s:10:\"expiration\";i:1582536550;s:2:\"ip\";s:15:\"104.244.227.248\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566984550;}s:64:\"820947c2ffa90b77c39681c004f4a4a31afcd43d53222ce7ff80e515e21d9ca2\";a:4:{s:10:\"expiration\";i:1582557442;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1567005442;}s:64:\"e6af65e4d9318d54e12142fa276462348c6e8571d2bfae805d2b6dc878bb7df5\";a:4:{s:10:\"expiration\";i:1582562796;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1567010796;}s:64:\"37fd05f36c9160e390c7c20f66f43f4d461c7c79a948afbc7ea93be301bcd097\";a:4:{s:10:\"expiration\";i:1582577963;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1567025963;}s:64:\"73292a93fd6000511229f4cc3bc4cc55fcbf06dc7020d7a53739df4d2233b11b\";a:4:{s:10:\"expiration\";i:1582582447;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1567030447;}s:64:\"c3a4c5de04e6c2b46f3495c869c97d74304cdec0f9a75c3c3549a0ae79f84aaf\";a:4:{s:10:\"expiration\";i:1582582497;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1567030497;}s:64:\"4869a53ac82af6ad969eb6928f12785b284ad6fc409ba99ffe715912a800de65\";a:4:{s:10:\"expiration\";i:1582582750;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1567030750;}s:64:\"d55212d3165ecec8b9062419d400555c3ec381b4b2f6e00f4d2c3919c463abcf\";a:4:{s:10:\"expiration\";i:1582584485;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1567032485;}s:64:\"d56413bf831db7fe8eaa76fe64815db52957b0eb153c06e58094742465d3f6ff\";a:4:{s:10:\"expiration\";i:1582651380;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1567099380;}s:64:\"ec064f4db414344b15f89a1ee18333e8a9fb1ff7db26997e42788dd5dcae65c0\";a:4:{s:10:\"expiration\";i:1582660839;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1567108839;}s:64:\"1d53bde9723239062b030715911b2a67a89859133e5ca7f455ba441b6db4f828\";a:4:{s:10:\"expiration\";i:1582672356;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1567120356;}s:64:\"c44c3bc16f1fed09cc64aecbcef270c7e82d595f2312b94bd1d249dd1dcec532\";a:4:{s:10:\"expiration\";i:1582729109;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567177109;}s:64:\"98ddd959872c30cc071a5b3324e615f260352ec579fa7ec87986fc9d35ea9c34\";a:4:{s:10:\"expiration\";i:1582729301;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567177301;}s:64:\"012244795720ec12c3c064db9bc0da95048b1532dc51d9489e0b91301356c454\";a:4:{s:10:\"expiration\";i:1582729655;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567177655;}s:64:\"5249e49fe9f4046476e6016939425b8fd7437cad77f17079a393df1c7d8191e5\";a:4:{s:10:\"expiration\";i:1582732662;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567180662;}s:64:\"a6ad540cc4940be21352f493528e5c8ccbde9be5b4de158f4d660fc800acb6c4\";a:4:{s:10:\"expiration\";i:1582749664;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567197664;}s:64:\"4df75251755d427f98a5f51b8d06bc393a8bd7b6b2d381229aba3e465d44ba67\";a:4:{s:10:\"expiration\";i:1582891456;s:2:\"ip\";s:15:\"104.244.230.129\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567339456;}s:64:\"f7795a51864c3e07e9a31a34bfdeb2cf0b9e6704d1da2406f1f73ecb688b3079\";a:4:{s:10:\"expiration\";i:1582891554;s:2:\"ip\";s:15:\"104.244.230.129\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567339554;}s:64:\"43fb17d51f97668d59af72cdea43881b7cfbefb5aa67d80940cd31bf67aec1e7\";a:4:{s:10:\"expiration\";i:1582891742;s:2:\"ip\";s:15:\"104.244.230.129\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567339742;}s:64:\"9b67c51f924d5de7d27a0e021d9fbe3683f1e98e8bb6e666eebc604f352251ac\";a:4:{s:10:\"expiration\";i:1582893547;s:2:\"ip\";s:15:\"104.244.230.129\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567341547;}s:64:\"69e9647fbbf93e78efcf0e846eb65795503c907b8766da13afbb445cc51c90c8\";a:4:{s:10:\"expiration\";i:1582910150;s:2:\"ip\";s:15:\"104.244.230.129\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567358150;}s:64:\"4d002d0d60c2138b6165f44671e63d9b49e065828e9b3b8461b6fa0ac65b5c68\";a:4:{s:10:\"expiration\";i:1582912333;s:2:\"ip\";s:15:\"104.244.230.129\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567360333;}s:64:\"c1aa12e444923bcefcdc8375f684a1f41f486a50476e5418ea729eced9bff620\";a:4:{s:10:\"expiration\";i:1582914184;s:2:\"ip\";s:15:\"104.244.230.129\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567362184;}s:64:\"f12ab1b6fe5bedff6e8b0147b817f27aaf7b90a12248de2f08995fea6d8469fc\";a:4:{s:10:\"expiration\";i:1582915355;s:2:\"ip\";s:15:\"104.244.230.129\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567363355;}s:64:\"4b803a1f380e3c665c61b5f6b3a155bae335abc9f67dbe27b5fc7d067d36dbd9\";a:4:{s:10:\"expiration\";i:1582915481;s:2:\"ip\";s:15:\"104.244.230.129\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567363481;}s:64:\"5fc7eba3c9f98df1ef0d38ae73dbc65e8ebf049209e9e87271ec4f20661318ed\";a:4:{s:10:\"expiration\";i:1582916336;s:2:\"ip\";s:15:\"104.244.230.129\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567364336;}s:64:\"e560b0959e5c685ea89ed5f5c0c40038dace4cbc659dce000e3168053f40f2c2\";a:4:{s:10:\"expiration\";i:1582930902;s:2:\"ip\";s:15:\"104.244.230.129\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567378902;}s:64:\"87d9f5b66d028a91c993d5ee8943ffaa8ed689c418d3430c009bfd135f788421\";a:4:{s:10:\"expiration\";i:1583071905;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567519905;}s:64:\"39fdccf6cfa11d11fdb91f002e892485605cf0b6df53f88f7d2293667921180d\";a:4:{s:10:\"expiration\";i:1583085024;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567533024;}s:64:\"2038125e0c9a2652657c5a564f25e332a28cb2fffa1ce16c36468635f52effa1\";a:4:{s:10:\"expiration\";i:1583160827;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567608827;}s:64:\"c1328590f76b1ef863744a5286cf638f39efe6db5d0a74725a3a4299b56e992a\";a:4:{s:10:\"expiration\";i:1583161329;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567609329;}s:64:\"0e2859fce9c8d300f54b653b5a80a58e57bc30252c6b1910e4e601818c6eb349\";a:4:{s:10:\"expiration\";i:1583247593;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567695593;}s:64:\"5771915d13fc2f8f6eb71c177e8ccf33e22522de677eac3841a5896cf05f3c81\";a:4:{s:10:\"expiration\";i:1583258381;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567706381;}s:64:\"015a0a6e8ae9a0a68f9ed0bc7c25915e4b9b1e2747ff8ef0965d9157d55f104a\";a:4:{s:10:\"expiration\";i:1583260458;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567708458;}s:64:\"c24c27bd851ec6b800e651827eb3c2325e4d00fdbad3e2001784081fbccfd1e9\";a:4:{s:10:\"expiration\";i:1583265448;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567713448;}s:64:\"d694fcd7a4b254242867fd8f2ae37ec764c8c027c530731d83972fa44932cb9c\";a:4:{s:10:\"expiration\";i:1583269780;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567717780;}s:64:\"4e905ee0884a4f06e03113638c8654a0637ebd5a2b2cf1e999ffa300111a9164\";a:4:{s:10:\"expiration\";i:1583278651;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567726651;}s:64:\"419be0acd80eded397b2a72c52fbbbbdd9be2f816a6870dd1b9e1b8e5e31b0ce\";a:4:{s:10:\"expiration\";i:1583278839;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567726839;}s:64:\"5508194d774af379893bd3a780b6d1cc9a3a190dce77399d05d258e7b545d156\";a:4:{s:10:\"expiration\";i:1583281229;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567729229;}s:64:\"af201d5666573ff56002e3778edc50dfd133e2e16b5cdadc26ef7062cd0a7558\";a:4:{s:10:\"expiration\";i:1583330672;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567778672;}s:64:\"3f7f2ef9224d562e6831f1c70ec95a0353b6cc530f474972024aa3107e713c6a\";a:4:{s:10:\"expiration\";i:1583330680;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567778680;}s:64:\"cf0a7ee1570819a5ffbdecc325674842c96bcf2ecafc82dcb90b46bec01a4797\";a:4:{s:10:\"expiration\";i:1583330699;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567778699;}s:64:\"85d3971f2abe6bf57c669e9b64bc7fdbf846dfff376ee7d8c438a584a9018281\";a:4:{s:10:\"expiration\";i:1583339004;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567787004;}s:64:\"d98d3a6686b9ccb32a2b92f36f1a4740d2fbc88f0b47e079791722282d56579a\";a:4:{s:10:\"expiration\";i:1583339041;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567787041;}s:64:\"e8b3c5ecbc3b415e4dbc06be6dc5417e99952e2c44322549994d173738167433\";a:4:{s:10:\"expiration\";i:1583339109;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567787109;}s:64:\"568ab5d9d55aba2d53518a61fcd42db2730e8e17b7f42d7cf37e6d98e7ed7851\";a:4:{s:10:\"expiration\";i:1583341169;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567789169;}s:64:\"222ab97ded1a39a17dddc2858684e7ff906aa659526240069729d3921ba7d70d\";a:4:{s:10:\"expiration\";i:1583342976;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567790976;}s:64:\"2c3fb1b786e7f50513609c4e604e799a1cb293a063b61ca408656b25574b76c6\";a:4:{s:10:\"expiration\";i:1583346384;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567794384;}s:64:\"40841a203a5c0bc372226833f3831ef3877e7044a1a41bed0da5800cbca90781\";a:4:{s:10:\"expiration\";i:1583364375;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567812375;}s:64:\"2893fe990c1227305e4edfb95b90bb08571084abe0db2ae7eb540f3f80fac21c\";a:4:{s:10:\"expiration\";i:1583368054;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567816054;}s:64:\"512a3654cb7959e5d955b013256fcebb72e2e37424d2b2fa6cb544f9329bed59\";a:4:{s:10:\"expiration\";i:1583368096;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567816096;}s:64:\"0d59d09ef900f87a30725a9a3e4d0ea32d96babd05c17a8aaec368869a2756da\";a:4:{s:10:\"expiration\";i:1583408590;s:2:\"ip\";s:15:\"104.244.230.219\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567856590;}s:64:\"314c051bf6d670e4d6c9a841e134c8832e6732f14f3994cdde9e595976cbe904\";a:4:{s:10:\"expiration\";i:1583408596;s:2:\"ip\";s:15:\"104.244.230.219\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567856596;}s:64:\"43da9194ec9e54b6c9a206418565a15011c188df07677c41f3aaedac33bb8eb3\";a:4:{s:10:\"expiration\";i:1583436053;s:2:\"ip\";s:15:\"104.244.230.219\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567884053;}s:64:\"4282158903c59e282033eb1cdded3c3f8f78a810fb9385ad3d3941f38866ca9b\";a:4:{s:10:\"expiration\";i:1583439831;s:2:\"ip\";s:15:\"104.244.230.219\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567887831;}s:64:\"9ba8c16ed4babdc8d098e0074652e9afbb7c7e60bdda5bd3c370b5a30a970960\";a:4:{s:10:\"expiration\";i:1583440102;s:2:\"ip\";s:15:\"104.244.230.219\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567888102;}s:64:\"ed35c41ae0d7ca572cc94870408965c81d3c81b30e78c3aca6a2b0852573a155\";a:4:{s:10:\"expiration\";i:1583440488;s:2:\"ip\";s:15:\"104.244.230.219\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567888488;}s:64:\"f5fbdeeefb8d48f98b931d34603e28c9e8aa431d1c39c84fd3d5d02f070ea030\";a:4:{s:10:\"expiration\";i:1583440816;s:2:\"ip\";s:15:\"104.244.230.219\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567888816;}s:64:\"747e88a1423635aa3ed4d9fb8a0d829ec6039f4d7bc6557597abf59e6bbab8a9\";a:4:{s:10:\"expiration\";i:1583446899;s:2:\"ip\";s:15:\"104.244.230.219\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567894899;}s:64:\"d1fa91974d0c9d3f1842db93292ac8a484ec9419d99d265ea7de0cf4f46fe43a\";a:4:{s:10:\"expiration\";i:1583447325;s:2:\"ip\";s:15:\"104.244.230.219\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567895325;}s:64:\"85f471bfb2ad003894f7d24c4c7c85c895c6bdd5d0d1f8f7e94a9c6940fbdb5d\";a:4:{s:10:\"expiration\";i:1583447913;s:2:\"ip\";s:15:\"104.244.230.219\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567895913;}s:64:\"5083e3d57ab49238ee88d737fba113906e92867f538b60093eb0a347d57a974e\";a:4:{s:10:\"expiration\";i:1583590624;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1568038624;}s:64:\"bf3fb5ebc50b71384d5a3e6f67a02644524d972bb356a70940f10bfae20847af\";a:4:{s:10:\"expiration\";i:1583613053;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1568061053;}s:64:\"ad550460b6f8cb229134a444619a82f065b017266e0a92affc68057241a2fd3c\";a:4:{s:10:\"expiration\";i:1583615733;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1568063733;}s:64:\"6d8628d9bc2d4d8ea32fcad28bce8af7c3bb2bc23969a1fea83cd99b244d7b05\";a:4:{s:10:\"expiration\";i:1583616770;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1568064770;}s:64:\"9f08eff62dc6952a715137993fa396b92306ee20fe03a4d290f5702b092d7c72\";a:4:{s:10:\"expiration\";i:1583618554;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1568066554;}s:64:\"08a26e77d9aed9556cf0c9d9d4bb3dfc1b83eb42232d4b10f1258f174ab6b0c7\";a:4:{s:10:\"expiration\";i:1583623598;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1568071598;}s:64:\"7d89ee568066f079c36fce2ffcc784764eec5b448536311978089fe46103765c\";a:4:{s:10:\"expiration\";i:1583632825;s:2:\"ip\";s:15:\"104.244.230.240\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1568080825;}s:64:\"5417ee7b739f0da71f6e8d9da9b8d628fd23bd6d2bfcbd6b98909dca7ba5e199\";a:4:{s:10:\"expiration\";i:1583676081;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1568124081;}s:64:\"d114f5e8a1762160433ab4f76dffb3e78f77c412093acedd7c3b2540de502272\";a:4:{s:10:\"expiration\";i:1583687116;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1568135116;}s:64:\"f84f793b39bc5d6e6bcf92a324983d065a21127084eb9d4fce3a2f742433b4c9\";a:4:{s:10:\"expiration\";i:1583703117;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1568151117;}s:64:\"cd29cbcb32e4d6c2c72b7de6c20820b0a8ca57f716d5f916f3db1262095534fa\";a:4:{s:10:\"expiration\";i:1583773496;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1568221496;}s:64:\"33d0e7f28480d10be91d6d89a87ad86a1ed1044d191a03e1627b62a6b0ec754e\";a:4:{s:10:\"expiration\";i:1583778912;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1568226912;}s:64:\"aeb97db423a6a1da499679dd0bc07f7751d6cc036c4e1859e4ea97b14c930bac\";a:4:{s:10:\"expiration\";i:1583787031;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1568235031;}s:64:\"314ee19d79409ea8c05a5ce1d91b23d0547e01b992a8c8354193d84dccfe79ed\";a:4:{s:10:\"expiration\";i:1583787194;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.75 Safari/537.36\";s:5:\"login\";i:1568235194;}s:64:\"e5fc3207f57a36ba4898661ed79fd1f91d646f470195995a92d48242447e1bc0\";a:4:{s:10:\"expiration\";i:1583788526;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.75 Safari/537.36\";s:5:\"login\";i:1568236526;}s:64:\"2fc01c787be0700a9d9bae983e461f22e0f3b1b004a80df8992a5199d48e0d31\";a:4:{s:10:\"expiration\";i:1583789348;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.75 Safari/537.36\";s:5:\"login\";i:1568237348;}s:64:\"d1a1db097156280d319656acd9fde0ee959824cd006008ec62cd4cf9a8e5156d\";a:4:{s:10:\"expiration\";i:1583789495;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.75 Safari/537.36\";s:5:\"login\";i:1568237495;}s:64:\"6e28dd292aff10e5bd6d444068ef38fa119e76e2a15a29a4091c1e6c2626a1b6\";a:4:{s:10:\"expiration\";i:1583790518;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.75 Safari/537.36\";s:5:\"login\";i:1568238518;}s:64:\"816f34ae75824af4ee52c6fb407d2e421d6c317324881d5b36e3afef604491be\";a:4:{s:10:\"expiration\";i:1583936330;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.75 Safari/537.36\";s:5:\"login\";i:1568384330;}s:64:\"93f4c9b4a97af8d8f81baed863e051eead0d0f2c41bfd621e2756dd180cdc056\";a:4:{s:10:\"expiration\";i:1583938167;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.75 Safari/537.36\";s:5:\"login\";i:1568386167;}s:64:\"cea48cb1beb9d300e7869db6b9564d71db7ccac9644e249ca0da16a825622e8b\";a:4:{s:10:\"expiration\";i:1583940695;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.75 Safari/537.36\";s:5:\"login\";i:1568388695;}s:64:\"6fc67bc7d8b3f9bae4d406638db49a55716fffe56f094eda783fd469906a0ca2\";a:4:{s:10:\"expiration\";i:1583940904;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.75 Safari/537.36\";s:5:\"login\";i:1568388904;}s:64:\"7ea0011dcc449821d21620972705063e3afecc71e3ac9e607b8600ac1a73c68e\";a:4:{s:10:\"expiration\";i:1583940949;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.75 Safari/537.36\";s:5:\"login\";i:1568388949;}s:64:\"4352f05c85d3b3688a14fe1d650d6c304cbf8ca314faa0b2a42c253e29d78c2d\";a:4:{s:10:\"expiration\";i:1583941197;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.75 Safari/537.36\";s:5:\"login\";i:1568389197;}s:64:\"2efca5b0b96c67b7ad1a1aee0c3ee4508906fa2e7cf3ec0a02585781f4850ced\";a:4:{s:10:\"expiration\";i:1583941448;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.75 Safari/537.36\";s:5:\"login\";i:1568389448;}s:64:\"7aa1eda7e5883c339dd30c2b91cddaa38fe28ef7cd9fb954cbdf673f9626d426\";a:4:{s:10:\"expiration\";i:1583946595;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0\";s:5:\"login\";i:1568394595;}s:64:\"9cd6df22b50cdade06077a10e80d0d3dac67f18aa88bad0dccb0662be62c31b8\";a:4:{s:10:\"expiration\";i:1583973413;s:2:\"ip\";s:15:\"104.244.231.168\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0\";s:5:\"login\";i:1568421413;}s:64:\"85c0e2874a6313110e5c273cdbab31fed98099042f3b50dab8349e6e9dc28ac0\";a:4:{s:10:\"expiration\";i:1583973784;s:2:\"ip\";s:15:\"104.244.231.168\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0\";s:5:\"login\";i:1568421784;}s:64:\"de14124ccd5fd973939d90d88ea783d59163a33a1bf497b0731587ef73b4132f\";a:4:{s:10:\"expiration\";i:1584100477;s:2:\"ip\";s:14:\"104.244.231.23\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0\";s:5:\"login\";i:1568548477;}s:64:\"06400a51706a1ec7e667662a50d27d03895d6d72430214a60d7e094f728a7729\";a:4:{s:10:\"expiration\";i:1584125021;s:2:\"ip\";s:14:\"104.244.231.23\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0\";s:5:\"login\";i:1568573021;}s:64:\"86fcfafbf9eb22d41adc3d52a20fd4ebe68d0add5906bab200b18cc243c5281f\";a:4:{s:10:\"expiration\";i:1584126690;s:2:\"ip\";s:14:\"104.244.231.23\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0\";s:5:\"login\";i:1568574690;}s:64:\"47590fb477e97c9d1a185d774364c824320d9a3b2f08456fbcd5380bcba66ff2\";a:4:{s:10:\"expiration\";i:1584126850;s:2:\"ip\";s:14:\"104.244.231.23\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0\";s:5:\"login\";i:1568574850;}s:64:\"648328cb8e17c392df8cd6a605d99dd137c024a299695f67453b244a3bf7b554\";a:4:{s:10:\"expiration\";i:1584195966;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0\";s:5:\"login\";i:1568643966;}s:64:\"7c3283c92203c3e6b6b4903cd87c2e12d48bda0c320541877a141e111bbd726d\";a:4:{s:10:\"expiration\";i:1584223056;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0\";s:5:\"login\";i:1568671056;}s:64:\"ccdcf4e128a0d05a60692b6c4fc4ce2cf7a03257896ff4d7364b3dfb8af60749\";a:4:{s:10:\"expiration\";i:1584223718;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0\";s:5:\"login\";i:1568671718;}s:64:\"b6a83fc00410780d8ff319f5353ce349aa903f42f9a201a8e71e92cc8e3fe025\";a:4:{s:10:\"expiration\";i:1584225772;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0\";s:5:\"login\";i:1568673772;}s:64:\"68dcaf67fde34e476061ebd9364512e85c6ac46cda338ccae3645764b0067691\";a:4:{s:10:\"expiration\";i:1584276535;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0\";s:5:\"login\";i:1568724535;}}'),(324,11,'_um_last_login','1568706535'),(325,11,'wp_dashboard_quick_press_last_post_id','8545'),(326,11,'community-events-location','a:1:{s:2:\"ip\";s:10:\"65.183.4.0\";}'),(327,11,'um_account_secure_fields','a:0:{}'),(328,11,'wp_user-settings','libraryContent=browse'),(329,11,'wp_user-settings-time','1567868950'),(330,7,'session_tokens','a:1:{s:64:\"72094f316b82d558a92660954b388ccb1ce81129e1a3822a7d6cfdb45feb8a60\";a:4:{s:10:\"expiration\";i:1563622029;s:2:\"ip\";s:14:\"187.105.11.206\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36\";s:5:\"login\";i:1563449229;}}'),(331,7,'_um_last_login','1563431229'),(332,7,'wp_dashboard_quick_press_last_post_id','97'),(333,7,'community-events-location','a:1:{s:2:\"ip\";s:12:\"187.105.11.0\";}'),(334,14,'nickname','Gavin'),(335,14,'first_name','Gavin'),(336,14,'last_name','Riley'),(337,14,'description','Meet Gavin Riley! An experienced content creator with good writing and editing skills. \r\n\r\nGavin, 27, is an old boy from Jamaica College.\r\n\r\nHis age has not prevented him from becoming an expert in crafting unique, engaging content that generates lively discussions and shares on social media platforms\r\n\r\n\"I\'d like to think of myself as a careful intellect, who finds a profound sense of purpose using words to create a story. My mission is to become one of the greatest writers of all time, but for now, I’ll be working towards being one of the greatest this century.\"'),(338,14,'rich_editing','true'),(339,14,'syntax_highlighting','true'),(340,14,'comment_shortcuts','false'),(341,14,'admin_color','ectoplasm'),(342,14,'use_ssl','0'),(343,14,'show_admin_bar_front','true'),(344,14,'locale',''),(348,14,'um_user_profile_url_slug_user_login','gavin'),(349,14,'account_status','approved'),(350,14,'dismissed_wp_pointers',''),(351,14,'synced_gravatar_hashed_id','6a1127898eae93f90272fa59d66ec6a2'),(352,14,'primary_blog','1'),(353,14,'source_domain','buzz-caribbean.com'),(354,14,'wp_capabilities','a:1:{s:6:\"editor\";b:1;}'),(355,14,'wp_user_level','7'),(356,15,'nickname','Al'),(357,15,'first_name',''),(358,15,'last_name',''),(359,15,'description',''),(360,15,'rich_editing','true'),(361,15,'syntax_highlighting','true'),(362,15,'comment_shortcuts','false'),(363,15,'admin_color','fresh'),(364,15,'use_ssl','0'),(365,15,'show_admin_bar_front','true'),(366,15,'locale',''),(370,15,'um_user_profile_url_slug_user_login','alramble'),(371,15,'account_status','approved'),(372,15,'dismissed_wp_pointers',''),(373,15,'synced_gravatar_hashed_id','3fc8e413e967f00e92a3c4d7ff30c5af'),(374,15,'primary_blog','1'),(375,15,'source_domain','buzz-caribbean.com'),(376,15,'wp_capabilities','a:1:{s:6:\"editor\";b:1;}'),(377,15,'wp_user_level','7'),(378,14,'session_tokens','a:2:{s:64:\"5fedb641ab7337d26e4432e8d257edee96a18ad9ede516a53ae5a694ecfbaadc\";a:4:{s:10:\"expiration\";i:1567631047;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566421447;}s:64:\"e83f26ecb9b7fe9b51426ac3f25f3dd01bce9a4cf7f611b4d4471b6057b223f9\";a:4:{s:10:\"expiration\";i:1582580026;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1567028026;}}'),(379,14,'_um_last_login','1567010026'),(380,14,'wp_dashboard_quick_press_last_post_id','123'),(381,14,'community-events-location','a:1:{s:2:\"ip\";s:10:\"65.183.4.0\";}'),(382,14,'um_account_secure_fields','a:0:{}'),(383,14,'wp_user-settings','libraryContent=browse'),(384,14,'wp_user-settings-time','1563470434'),(385,11,'closedpostboxes_post','a:5:{i:0;s:18:\"sponsored-meta-box\";i:1;s:10:\"wpseo_meta\";i:2;s:15:\"smpush-meta-box\";i:3;s:23:\"duplicate-video-metabox\";i:4;s:22:\"yoast_internal_linking\";}'),(386,11,'metaboxhidden_post','a:0:{}'),(387,16,'nickname','Janielle'),(388,16,'first_name',''),(389,16,'last_name',''),(390,16,'description',''),(391,16,'rich_editing','true'),(392,16,'syntax_highlighting','true'),(393,16,'comment_shortcuts','false'),(394,16,'admin_color','fresh'),(395,16,'use_ssl','0'),(396,16,'show_admin_bar_front','true'),(397,16,'locale',''),(401,16,'um_user_profile_url_slug_user_login','janielle'),(402,16,'account_status','approved'),(403,16,'dismissed_wp_pointers',''),(404,16,'synced_gravatar_hashed_id','168948032cf15d9f934c37f125778c1f'),(405,16,'primary_blog','1'),(406,16,'source_domain','buzz-caribbean.com'),(407,16,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(408,16,'wp_user_level','0'),(409,17,'nickname','Kirann'),(410,17,'first_name','Kiran'),(411,17,'last_name','Kerr'),(412,17,'description',''),(413,17,'rich_editing','true'),(414,17,'syntax_highlighting','true'),(415,17,'comment_shortcuts','false'),(416,17,'admin_color','fresh'),(417,17,'use_ssl','0'),(418,17,'show_admin_bar_front','true'),(419,17,'locale',''),(423,17,'um_user_profile_url_slug_user_login','kiran'),(424,17,'account_status','approved'),(425,17,'dismissed_wp_pointers',''),(426,17,'synced_gravatar_hashed_id','c785cd2293b197f9787959cec71790e5'),(427,17,'primary_blog','1'),(428,17,'source_domain','buzz-caribbean.com'),(429,17,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(430,17,'wp_user_level','0'),(432,16,'_um_last_login','1572266740'),(433,16,'wp_dashboard_quick_press_last_post_id','9572'),(434,16,'community-events-location','a:1:{s:2:\"ip\";s:10:\"65.183.4.0\";}'),(435,16,'session_tokens','a:3:{s:64:\"593664c38c24c0bb6f45c4868b58f20e72ac8f5ba8ad58b2a72e47e00cbfe69d\";a:4:{s:10:\"expiration\";i:1582136956;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566584956;}s:64:\"1a9f7f53113bc25ab1d8b57c6bd9496efea086fbf43e887ccf4fdd1a32367869\";a:4:{s:10:\"expiration\";i:1582580304;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1567028304;}s:64:\"44ed6dc4ec2845385ddb33bfed73d7820997d2f973e30f84bff767812e4c0d9b\";a:4:{s:10:\"expiration\";i:1587836740;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36\";s:5:\"login\";i:1572284740;}}'),(436,10,'session_tokens','a:1:{s:64:\"8da824a1d66f1b62996a75e02a703a6c5c41aba6d756672e099920eb63ff6804\";a:4:{s:10:\"expiration\";i:1564758402;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0\";s:5:\"login\";i:1563548802;}}'),(437,10,'_um_last_login','1563530802'),(438,10,'wp_dashboard_quick_press_last_post_id','214'),(439,10,'community-events-location','a:1:{s:2:\"ip\";s:10:\"65.183.4.0\";}'),(440,17,'session_tokens','a:14:{s:64:\"50d19e4473991b9ffa74ad6c35e1d58122d9aeb41da34a221c700a0b3b2c19cb\";a:4:{s:10:\"expiration\";i:1582121407;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566569407;}s:64:\"0be6426330a8aaf6e3e88664392a44c2daf8b3dd503e46b66d47bfcef82ab975\";a:4:{s:10:\"expiration\";i:1582407561;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566855561;}s:64:\"6ce50fbfd6a5f1b65579fd0a39433160709b2437145cdaa37436816f2199a3f4\";a:4:{s:10:\"expiration\";i:1582409110;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566857110;}s:64:\"a868d99b5e78100f6936f5d9e44c44d306e40c3918ca414ac321afd2027dd564\";a:4:{s:10:\"expiration\";i:1582409530;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566857530;}s:64:\"188946088699d1a2f9cb8e1f0571d54495af9b9b879543431678a39777583250\";a:4:{s:10:\"expiration\";i:1582472114;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566920114;}s:64:\"34781c8af52c2af9bfa5ca808fa0d3ee7328b5f7aadd38ca0a3d3770fb3dcdb4\";a:4:{s:10:\"expiration\";i:1582481221;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566929221;}s:64:\"3197a654537a6e93cc90c32b64797d2979709682977a6063f61d7e1f905f6833\";a:4:{s:10:\"expiration\";i:1582550601;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566998601;}s:64:\"ba1228ef52832af0046a846033edcccbc760ce286f4b44d4c2e50b43222e1397\";a:4:{s:10:\"expiration\";i:1582577873;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1567025873;}s:64:\"e358a59f27bd53d832082269978a3fc9e4091eb08f002d73918647915c79744b\";a:4:{s:10:\"expiration\";i:1582583887;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1567031887;}s:64:\"896cbedc0f4ec6ffbf66424bfeed90c9110ec2a8fef1e32d858c8a5b7fa4e0b5\";a:4:{s:10:\"expiration\";i:1582730299;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1567178299;}s:64:\"74baa2bf0f426a1c9f441a1e5024933918ec0a5592238b1fa8fd54b450c19b56\";a:4:{s:10:\"expiration\";i:1583125820;s:2:\"ip\";s:13:\"104.244.231.4\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567573820;}s:64:\"2eb63ed79791902b8d4430acdb69c585ff1e52bac9a74ca3e2047e7d8678f383\";a:4:{s:10:\"expiration\";i:1583781443;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1568229443;}s:64:\"5ca0b0357523a29ee96859e8335d9458012830ddc75cfa04a8ad3dfd17741361\";a:4:{s:10:\"expiration\";i:1583781455;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1568229455;}s:64:\"6ed00c410c3020eb3090e8c524b0a047ee58ac32b214f0df47f2aade164a7b5f\";a:4:{s:10:\"expiration\";i:1583871553;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1568319553;}}'),(441,17,'_um_last_login','1568301553'),(442,17,'wp_dashboard_quick_press_last_post_id','8572'),(443,17,'community-events-location','a:1:{s:2:\"ip\";s:10:\"65.183.4.0\";}'),(444,17,'um_account_secure_fields','a:0:{}'),(445,18,'nickname','clins'),(446,18,'first_name','Camila'),(447,18,'last_name','Lins'),(448,18,'description',''),(449,18,'rich_editing','true'),(450,18,'syntax_highlighting','true'),(451,18,'comment_shortcuts','false'),(452,18,'admin_color','fresh'),(453,18,'use_ssl','0'),(454,18,'show_admin_bar_front','true'),(455,18,'locale',''),(458,18,'synced_gravatar_hashed_id','817fb4ed153f872d5d50bab42ae5e429'),(459,18,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1563896995\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"f9fdec94e9\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:5:\"clins\";s:10:\"first_name\";s:6:\"Camila\";s:9:\"last_name\";s:4:\"Lins\";s:10:\"user_email\";s:16:\"clins@cappen.com\";}'),(460,18,'form_id','17'),(461,18,'timestamp','1563896995'),(462,18,'request',''),(463,18,'_wpnonce','f9fdec94e9'),(464,18,'_wp_http_referer','/register/'),(466,18,'um_user_profile_url_slug_user_login','clins'),(468,18,'full_name','camila lins'),(469,18,'account_status','approved'),(470,18,'session_tokens','a:1:{s:64:\"595858eab4255c00c419690058d771c34c70317d2446c8d4012e022a324f4c0e\";a:4:{s:10:\"expiration\";i:1564087831;s:2:\"ip\";s:15:\"179.154.228.204\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36\";s:5:\"login\";i:1563915031;}}'),(471,18,'_um_last_login','1563897031'),(472,18,'um_account_secure_fields','a:0:{}'),(473,18,'primary_blog',''),(474,18,'source_domain',''),(475,19,'nickname','testeteste'),(476,19,'first_name','Camila'),(477,19,'last_name','Lins'),(478,19,'description',''),(479,19,'rich_editing','true'),(480,19,'syntax_highlighting','true'),(481,19,'comment_shortcuts','false'),(482,19,'admin_color','fresh'),(483,19,'use_ssl','0'),(484,19,'show_admin_bar_front','true'),(485,19,'locale',''),(486,19,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(487,19,'wp_user_level','0'),(488,19,'synced_gravatar_hashed_id','4387caff7e372595a89555331b09f1ef'),(489,19,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1563897263\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"f9fdec94e9\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"testeteste\";s:10:\"first_name\";s:6:\"Camila\";s:9:\"last_name\";s:4:\"Lins\";s:10:\"user_email\";s:19:\"supranume@gmail.com\";}'),(490,19,'form_id','17'),(491,19,'timestamp','1563897263'),(492,19,'request',''),(493,19,'_wpnonce','f9fdec94e9'),(494,19,'_wp_http_referer','/register/'),(496,19,'um_user_profile_url_slug_user_login','testeteste'),(498,19,'full_name','camila lins'),(499,19,'account_status','approved'),(501,19,'_um_last_login','1563897283'),(502,19,'um_account_secure_fields','a:0:{}'),(503,19,'password_rst_attempts','3'),(504,3,'wp_user-settings','libraryContent=browse'),(505,3,'wp_user-settings-time','1563998101'),(506,18,'password_rst_attempts','2'),(507,20,'nickname','angeiras02'),(508,20,'first_name','Felipe'),(509,20,'last_name','Angeiras'),(510,20,'description',''),(511,20,'rich_editing','true'),(512,20,'syntax_highlighting','true'),(513,20,'comment_shortcuts','false'),(514,20,'admin_color','fresh'),(515,20,'use_ssl','0'),(516,20,'show_admin_bar_front','true'),(517,20,'locale',''),(520,20,'synced_gravatar_hashed_id','3bdadaa36601c9ebe2f79991b3ab4ff5'),(521,20,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1563983766\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"52e4171e8b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"angeiras02\";s:10:\"first_name\";s:6:\"Felipe\";s:9:\"last_name\";s:8:\"Angeiras\";s:10:\"user_email\";s:25:\"felipe.angeiras@gmail.com\";}'),(522,20,'form_id','17'),(523,20,'timestamp','1563983766'),(524,20,'request',''),(525,20,'_wpnonce','52e4171e8b'),(526,20,'_wp_http_referer','/register/'),(528,20,'um_user_profile_url_slug_user_login','angeiras02'),(530,20,'full_name','felipe angeiras'),(531,20,'account_status','approved'),(533,20,'_um_last_login','1563983783'),(534,20,'um_account_secure_fields','a:0:{}'),(535,20,'password_rst_attempts','3'),(536,11,'closedpostboxes_dashboard','a:0:{}'),(537,11,'metaboxhidden_dashboard','a:2:{i:0;s:24:\"wpseo-dashboard-overview\";i:1;s:17:\"dashboard_primary\";}'),(538,1,'wp_mail_smtp_pro_banner_dismissed','1'),(539,21,'nickname','BUZZ Contributor'),(540,21,'first_name',''),(541,21,'last_name',''),(542,21,'description',''),(543,21,'rich_editing','true'),(544,21,'syntax_highlighting','true'),(545,21,'comment_shortcuts','false'),(546,21,'admin_color','fresh'),(547,21,'use_ssl','0'),(548,21,'show_admin_bar_front','true'),(549,21,'locale',''),(553,21,'um_user_profile_url_slug_user_login','buzzcontributor'),(554,21,'account_status','approved'),(555,21,'dismissed_wp_pointers',''),(556,21,'synced_gravatar_hashed_id','5e5b17b5f69c16fae7de4b2ef763a171'),(557,21,'primary_blog','1'),(558,21,'source_domain','buzz-caribbean.com'),(559,21,'wp_capabilities','a:1:{s:6:\"editor\";b:1;}'),(560,21,'wp_user_level','7'),(561,22,'nickname','buzzcommunity'),(562,22,'first_name',''),(563,22,'last_name',''),(564,22,'description',''),(565,22,'rich_editing','true'),(566,22,'syntax_highlighting','true'),(567,22,'comment_shortcuts','false'),(568,22,'admin_color','fresh'),(569,22,'use_ssl','0'),(570,22,'show_admin_bar_front','true'),(571,22,'locale',''),(575,22,'um_user_profile_url_slug_user_login','buzzcommunity'),(576,22,'account_status','approved'),(577,22,'dismissed_wp_pointers',''),(578,22,'synced_gravatar_hashed_id','36b4100f44d5bc5ab18f555424cfcb1b'),(579,22,'primary_blog','1'),(580,22,'source_domain','buzz-caribbean.com'),(581,22,'wp_capabilities','a:1:{s:6:\"editor\";b:1;}'),(582,22,'wp_user_level','7'),(583,23,'nickname','BUZZ Writer'),(584,23,'first_name',''),(585,23,'last_name',''),(586,23,'description',''),(587,23,'rich_editing','true'),(588,23,'syntax_highlighting','true'),(589,23,'comment_shortcuts','false'),(590,23,'admin_color','fresh'),(591,23,'use_ssl','0'),(592,23,'show_admin_bar_front','true'),(593,23,'locale',''),(597,23,'um_user_profile_url_slug_user_login','buzzwriter'),(598,23,'account_status','approved'),(599,23,'dismissed_wp_pointers',''),(600,23,'synced_gravatar_hashed_id','fd1b26036305324d754bf33c92441742'),(601,23,'primary_blog','1'),(602,23,'source_domain','buzz-caribbean.com'),(603,23,'wp_capabilities','a:1:{s:6:\"editor\";b:1;}'),(604,23,'wp_user_level','7'),(605,3,'simplefavorites','a:1:{i:0;a:3:{s:7:\"site_id\";i:1;s:5:\"posts\";a:1:{i:0;i:440;}s:6:\"groups\";a:1:{i:0;a:4:{s:8:\"group_id\";i:1;s:7:\"site_id\";i:1;s:10:\"group_name\";s:12:\"Default List\";s:5:\"posts\";a:1:{i:0;i:440;}}}}}'),(607,21,'_um_last_login','1565782976'),(608,21,'um_account_secure_fields','a:0:{}'),(609,13,'session_tokens','a:3:{s:64:\"1a73595b9db8b6c65be66c7b1e16b696f328f648d157d6c2c5f146ec08a20492\";a:4:{s:10:\"expiration\";i:1567712670;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.17763\";s:5:\"login\";i:1566503070;}s:64:\"4052d2a4ca6db900fe184d05f181d64401a25a000ec24ed11f8f70d3a2cb0ca5\";a:4:{s:10:\"expiration\";i:1582386510;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566834510;}s:64:\"d3ff0ba37ebe667f652c08c6e1be131b7ad285ba568b0cc78c461c1a9447a02c\";a:4:{s:10:\"expiration\";i:1582580830;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1567028830;}}'),(610,13,'_um_last_login','1567010830'),(611,13,'wp_dashboard_quick_press_last_post_id','5349'),(612,13,'community-events-location','a:1:{s:2:\"ip\";s:10:\"65.183.4.0\";}'),(613,24,'nickname','tuimw'),(614,24,'first_name','Felipe'),(615,24,'last_name','Angeiras'),(616,24,'description',''),(617,24,'rich_editing','true'),(618,24,'syntax_highlighting','true'),(619,24,'comment_shortcuts','false'),(620,24,'admin_color','fresh'),(621,24,'use_ssl','0'),(622,24,'show_admin_bar_front','true'),(623,24,'locale',''),(624,24,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(625,24,'wp_user_level','0'),(626,24,'synced_gravatar_hashed_id','39d0acda4633305026aff9e5ce6c48b9'),(627,24,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1564142222\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"8f53955bfb\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:5:\"tuimw\";s:10:\"first_name\";s:6:\"Felipe\";s:9:\"last_name\";s:8:\"Angeiras\";s:10:\"user_email\";s:17:\"tuimw@hotmail.com\";}'),(628,24,'form_id','17'),(629,24,'timestamp','1564142222'),(630,24,'request',''),(631,24,'_wpnonce','8f53955bfb'),(632,24,'_wp_http_referer','/register/'),(634,24,'um_user_profile_url_slug_user_login','tuimw'),(636,24,'full_name','felipe angeiras'),(637,24,'account_status','approved'),(639,24,'_um_last_login','1564142237'),(640,24,'um_account_secure_fields','a:0:{}'),(641,13,'um_account_secure_fields','a:0:{}'),(642,13,'meta-box-order_out','a:3:{s:6:\"normal\";s:28:\"out_meta_box,gallery-metabox\";s:4:\"side\";s:0:\"\";s:8:\"advanced\";s:0:\"\";}'),(643,13,'wp_user-settings','libraryContent=browse'),(644,13,'wp_user-settings-time','1567800359'),(645,13,'closedpostboxes_out','a:0:{}'),(646,13,'metaboxhidden_out','a:0:{}'),(647,16,'um_account_secure_fields','a:0:{}'),(648,9,'session_tokens','a:4:{s:64:\"504b6ae7f021af4c1a1eb628cff641c46a0fb28906ce1f6b6ccc4feab9657be2\";a:4:{s:10:\"expiration\";i:1582241395;s:2:\"ip\";s:15:\"104.244.227.100\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566689395;}s:64:\"f0ccb5d0a7c63558702c7120ec27c90c7048409634160fcc8ca338ca3bcb57b5\";a:4:{s:10:\"expiration\";i:1582243456;s:2:\"ip\";s:15:\"104.244.227.100\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566691456;}s:64:\"9b14dfde2342e9114ec8bac2cfb5fecc8a21bdf895daa0477b1ebe360bbb59c0\";a:4:{s:10:\"expiration\";i:1582577994;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1567025994;}s:64:\"c0b87c87d12e784055e84ca29b07dece43ef24e3287ce36cb7b1b59a8946a65f\";a:4:{s:10:\"expiration\";i:1582900549;s:2:\"ip\";s:15:\"104.244.227.117\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Linux; Android 9; SM-G950F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36\";s:5:\"login\";i:1567348549;}}'),(649,9,'_um_last_login','1567330549'),(650,9,'wp_dashboard_quick_press_last_post_id','7818'),(651,9,'community-events-location','a:1:{s:2:\"ip\";s:10:\"65.183.4.0\";}'),(652,9,'um_account_secure_fields','a:0:{}'),(653,9,'wp_user-settings','libraryContent=browse'),(654,9,'wp_user-settings-time','1565822961'),(655,13,'closedpostboxes_job','a:0:{}'),(656,13,'metaboxhidden_job','a:0:{}'),(657,16,'appliedjobs','a:2:{i:0;i:709;i:1;i:760;}'),(658,4,'meta-box-order_post','a:3:{s:8:\"advanced\";s:18:\"sponsored-meta-box\";s:6:\"normal\";s:0:\"\";s:4:\"side\";s:23:\"duplicate-video-metabox\";}'),(659,11,'closedpostboxes_job','a:1:{i:0;s:12:\"job_meta_box\";}'),(660,11,'metaboxhidden_job','a:0:{}'),(661,1,'session_tokens','a:3:{s:64:\"37c4cbac87d73f8579cde2d15b69ed5c62761270f5a5cb446e9edd856c1368f7\";a:4:{s:10:\"expiration\";i:1612271731;s:2:\"ip\";s:13:\"189.14.150.96\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36\";s:5:\"login\";i:1596719731;}s:64:\"5bb521b2fe4a7780f3375f8c9b8a096115462f974135849dbddcd4e2d2e8f445\";a:4:{s:10:\"expiration\";i:1615143451;s:2:\"ip\";s:13:\"189.14.150.96\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36\";s:5:\"login\";i:1599591451;}s:64:\"d8cbc8331eece8517f8e282cc35d4f84a63721db28ddc581902a049da797af19\";a:4:{s:10:\"expiration\";i:1615209839;s:2:\"ip\";s:13:\"189.14.150.96\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36\";s:5:\"login\";i:1599657839;}}'),(662,1,'closedpostboxes_job','a:0:{}'),(663,1,'metaboxhidden_job','a:0:{}'),(664,11,'show_welcome_panel','0'),(665,14,'closedpostboxes_video','a:1:{i:0;s:14:\"video_meta_box\";}'),(666,14,'metaboxhidden_video','a:0:{}'),(667,9,'closedpostboxes_dashboard','a:1:{i:0;s:19:\"dashboard_right_now\";}'),(668,9,'metaboxhidden_dashboard','a:0:{}'),(669,1,'closedpostboxes_post','a:2:{i:0;s:10:\"wpseo_meta\";i:1;s:18:\"sponsored-meta-box\";}'),(670,1,'metaboxhidden_post','a:0:{}'),(671,15,'session_tokens','a:2:{s:64:\"3e88427bf489aae5397684992c65e51de6c2b67ee928415301099e3afb684d8c\";a:4:{s:10:\"expiration\";i:1582144873;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566592873;}s:64:\"0d6d382f827a7889677e4863c51eee16be7274a00c3da6dcc09333b50c24f218\";a:4:{s:10:\"expiration\";i:1582674880;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1567122880;}}'),(672,15,'_um_last_login','1567104880'),(673,15,'wp_dashboard_quick_press_last_post_id','7976'),(674,15,'community-events-location','a:1:{s:2:\"ip\";s:13:\"104.244.230.0\";}'),(675,15,'wp_user-settings','libraryContent=browse'),(676,15,'wp_user-settings-time','1566607413'),(677,15,'um_account_secure_fields','a:0:{}'),(678,25,'nickname','douglascappen'),(679,25,'first_name','Douglas'),(680,25,'last_name','Rangel'),(681,25,'description',''),(682,25,'rich_editing','true'),(683,25,'syntax_highlighting','true'),(684,25,'comment_shortcuts','false'),(685,25,'admin_color','fresh'),(686,25,'use_ssl','0'),(687,25,'show_admin_bar_front','true'),(688,25,'locale',''),(689,25,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(690,25,'wp_user_level','0'),(691,25,'synced_gravatar_hashed_id','afe6d8c87cc2cbec1bfb6b86c6da5017'),(692,25,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1564761265\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ebb0d383ad\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"douglascappen\";s:10:\"first_name\";s:7:\"Douglas\";s:9:\"last_name\";s:6:\"Rangel\";s:10:\"user_email\";s:18:\"douglas@cappen.com\";}'),(693,25,'form_id','17'),(694,25,'timestamp','1564761265'),(695,25,'request',''),(696,25,'_wpnonce','ebb0d383ad'),(697,25,'_wp_http_referer','/register/'),(699,25,'um_user_profile_url_slug_user_login','douglascappen'),(701,25,'full_name','douglas rangel'),(702,25,'account_status','approved'),(704,25,'_um_last_login','1564761318'),(705,25,'um_account_secure_fields','a:0:{}'),(706,25,'password_rst_attempts','3'),(707,9,'closedpostboxes_post','a:1:{i:0;s:18:\"sponsored-meta-box\";}'),(708,9,'metaboxhidden_post','a:0:{}'),(709,26,'nickname','chelean'),(710,26,'first_name',''),(711,26,'last_name',''),(712,26,'description',''),(713,26,'rich_editing','true'),(714,26,'syntax_highlighting','true'),(715,26,'comment_shortcuts','false'),(716,26,'admin_color','fresh'),(717,26,'use_ssl','0'),(718,26,'show_admin_bar_front','true'),(719,26,'locale',''),(723,26,'um_user_profile_url_slug_user_login','chelean'),(724,26,'account_status','approved'),(725,26,'dismissed_wp_pointers',''),(726,26,'synced_gravatar_hashed_id','147e2d66b62fc1836dc8b672d4226de1'),(727,26,'primary_blog','1'),(728,26,'source_domain','buzz-caribbean.com'),(729,26,'wp_capabilities','a:1:{s:6:\"editor\";b:1;}'),(730,26,'wp_user_level','7'),(731,26,'session_tokens','a:1:{s:64:\"938cbf9dc722412194e567b4882d35de531f616e0deee878ecd248a1a915064f\";a:4:{s:10:\"expiration\";i:1566424335;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36\";s:5:\"login\";i:1565214735;}}'),(732,26,'_um_last_login','1565196735'),(733,26,'wp_dashboard_quick_press_last_post_id','3916'),(734,26,'community-events-location','a:1:{s:2:\"ip\";s:10:\"65.183.4.0\";}'),(735,26,'um_account_secure_fields','a:0:{}'),(736,27,'nickname','jano'),(737,27,'first_name','Janielle'),(738,27,'last_name','Johnson'),(739,27,'description',''),(740,27,'rich_editing','true'),(741,27,'syntax_highlighting','true'),(742,27,'comment_shortcuts','false'),(743,27,'admin_color','fresh'),(744,27,'use_ssl','0'),(745,27,'show_admin_bar_front','true'),(746,27,'locale',''),(747,27,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(748,27,'wp_user_level','0'),(749,27,'synced_gravatar_hashed_id','b2f89619c788ada20aa6ce7c3089e92c'),(750,27,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565263946\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"78f9cfda26\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:4:\"JANO\";s:10:\"first_name\";s:8:\"Janielle\";s:9:\"last_name\";s:7:\"Johnson\";s:10:\"user_email\";s:27:\"janielle.johnson1@gmail.com\";}'),(751,27,'form_id','17'),(752,27,'timestamp','1565263946'),(753,27,'request',''),(754,27,'_wpnonce','78f9cfda26'),(755,27,'_wp_http_referer','/register/'),(757,27,'um_user_profile_url_slug_user_login','jano'),(759,27,'full_name','janielle johnson'),(760,27,'account_status','approved'),(761,27,'session_tokens','a:1:{s:64:\"7a06a0206e4f40c73f86c595b4ae8bb94a79393cdd4ba1e1439a9bc846e36a3b\";a:4:{s:10:\"expiration\";i:1565454773;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36\";s:5:\"login\";i:1565281973;}}'),(762,27,'_um_last_login','1565263973'),(763,27,'um_account_secure_fields','a:0:{}'),(764,28,'nickname','dev1'),(765,28,'first_name','dev'),(766,28,'last_name','a'),(767,28,'description',''),(768,28,'rich_editing','true'),(769,28,'syntax_highlighting','true'),(770,28,'comment_shortcuts','false'),(771,28,'admin_color','fresh'),(772,28,'use_ssl','0'),(773,28,'show_admin_bar_front','true'),(774,28,'locale',''),(775,28,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(776,28,'wp_user_level','0'),(777,28,'synced_gravatar_hashed_id','68feb769313ee788fc0b376aae2207d2'),(778,28,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565336905\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"a4c99a0414\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:4:\"dev1\";s:10:\"first_name\";s:3:\"dev\";s:9:\"last_name\";s:1:\"a\";s:10:\"user_email\";s:14:\"dev@cappen.com\";}'),(779,28,'form_id','17'),(780,28,'timestamp','1565336905'),(781,28,'request',''),(782,28,'_wpnonce','a4c99a0414'),(783,28,'_wp_http_referer','/register/'),(785,28,'um_user_profile_url_slug_user_login','dev1'),(787,28,'full_name','dev a'),(788,28,'account_status','approved'),(789,28,'session_tokens','a:1:{s:64:\"ce7f7133690a0d22b98ca9905b7148989cb4a26c2e3312ad6a5b8f1f1b028ad7\";a:4:{s:10:\"expiration\";i:1565527728;s:2:\"ip\";s:15:\"191.187.170.205\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1565354928;}}'),(790,28,'_um_last_login','1565336928'),(791,28,'um_account_secure_fields','a:0:{}'),(792,13,'closedpostboxes_poll','a:1:{i:0;s:11:\"postexcerpt\";}'),(793,13,'metaboxhidden_poll','a:1:{i:0;s:7:\"slugdiv\";}'),(794,5,'session_tokens','a:1:{s:64:\"95747784c137dce37c8e7073cf9cb2f0a96f55ecbc29c97d2dc77a4b154f8691\";a:4:{s:10:\"expiration\";i:1566599051;s:2:\"ip\";s:12:\"72.252.177.8\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1565389451;}}'),(795,5,'_um_last_login','1565371451'),(796,5,'wp_dashboard_quick_press_last_post_id','2712'),(797,5,'community-events-location','a:1:{s:2:\"ip\";s:12:\"72.252.177.0\";}'),(798,5,'um_account_secure_fields','a:0:{}'),(800,23,'_um_last_login','1565601822'),(801,23,'wp_dashboard_quick_press_last_post_id','2979'),(802,23,'community-events-location','a:1:{s:2:\"ip\";s:10:\"65.183.4.0\";}'),(803,8,'session_tokens','a:2:{s:64:\"12bdce17a2da3abce18514f13462c5a46f6522be52d42475b5d9716cae60eac4\";a:4:{s:10:\"expiration\";i:1566832704;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1565623104;}s:64:\"520131ac7a0dbff13c59c6b942a31451b3d263886cc4fe5236fe9d7ffdbbc4c1\";a:4:{s:10:\"expiration\";i:1566855620;s:2:\"ip\";s:14:\"207.204.72.129\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1565646020;}}'),(804,8,'_um_last_login','1565628020'),(805,8,'wp_dashboard_quick_press_last_post_id','2989'),(806,8,'um_account_secure_fields','a:0:{}'),(807,8,'community-events-location','a:1:{s:2:\"ip\";s:12:\"207.204.72.0\";}'),(808,29,'nickname','chachala'),(809,29,'first_name','cha'),(810,29,'last_name','chala'),(811,29,'description',''),(812,29,'rich_editing','true'),(813,29,'syntax_highlighting','true'),(814,29,'comment_shortcuts','false'),(815,29,'admin_color','fresh'),(816,29,'use_ssl','0'),(817,29,'show_admin_bar_front','true'),(818,29,'locale',''),(819,29,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(820,29,'wp_user_level','0'),(821,29,'synced_gravatar_hashed_id','d2e324cdccaf682f4a1bcc238c609423'),(822,29,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565698214\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"688beb6704\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:8:\"chachala\";s:10:\"first_name\";s:3:\"cha\";s:9:\"last_name\";s:5:\"chala\";s:10:\"user_email\";s:20:\"chachala@hotmail.com\";}'),(823,29,'form_id','17'),(824,29,'timestamp','1565698214'),(825,29,'request',''),(826,29,'_wpnonce','688beb6704'),(827,29,'_wp_http_referer','/register/'),(829,29,'um_user_profile_url_slug_user_login','chachala'),(831,29,'full_name','cha chala'),(832,29,'account_status','approved'),(833,29,'session_tokens','a:1:{s:64:\"8e9cc09609aea436337c214ae62ae59761a8c3ef1d93b4dfe6842654f707770b\";a:4:{s:10:\"expiration\";i:1565889027;s:2:\"ip\";s:15:\"191.187.170.205\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1565716227;}}'),(834,29,'_um_last_login','1565698227'),(835,29,'um_account_secure_fields','a:0:{}'),(836,4,'closedpostboxes_post','a:0:{}'),(837,4,'metaboxhidden_post','a:0:{}'),(838,20,'primary_blog',''),(839,20,'source_domain',''),(840,30,'nickname','felipe'),(841,30,'first_name','Felipe'),(842,30,'last_name','Angeiras'),(843,30,'description',''),(844,30,'rich_editing','true'),(845,30,'syntax_highlighting','true'),(846,30,'comment_shortcuts','false'),(847,30,'admin_color','fresh'),(848,30,'use_ssl','0'),(849,30,'show_admin_bar_front','true'),(850,30,'locale',''),(851,30,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(852,30,'wp_user_level','0'),(853,30,'synced_gravatar_hashed_id','f4f8c1b7f1d8baa4c4a90704616206c5'),(854,30,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565762637\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e8f8e152e8\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:6:\"Felipe\";s:10:\"first_name\";s:6:\"Felipe\";s:9:\"last_name\";s:8:\"Angeiras\";s:10:\"user_email\";s:26:\"felipe.angeiras@cappen.com\";}'),(855,30,'form_id','17'),(856,30,'timestamp','1565762637'),(857,30,'request',''),(858,30,'_wpnonce','e8f8e152e8'),(859,30,'_wp_http_referer','/register/'),(861,30,'um_user_profile_url_slug_user_login','felipe'),(863,30,'full_name','felipe angeiras'),(864,30,'account_status','approved'),(866,30,'_um_last_login','1565762647'),(867,30,'um_account_secure_fields','a:0:{}'),(868,31,'nickname','ang'),(869,31,'first_name','Fel'),(870,31,'last_name','Ang'),(871,31,'description',''),(872,31,'rich_editing','true'),(873,31,'syntax_highlighting','true'),(874,31,'comment_shortcuts','false'),(875,31,'admin_color','fresh'),(876,31,'use_ssl','0'),(877,31,'show_admin_bar_front','true'),(878,31,'locale',''),(879,31,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(880,31,'wp_user_level','0'),(881,31,'synced_gravatar_hashed_id','3bdadaa36601c9ebe2f79991b3ab4ff5'),(882,31,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565762827\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e8f8e152e8\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:3:\"ang\";s:10:\"first_name\";s:3:\"Fel\";s:9:\"last_name\";s:3:\"Ang\";s:10:\"user_email\";s:25:\"felipe.angeiras@gmail.com\";}'),(883,31,'form_id','17'),(884,31,'timestamp','1565762827'),(885,31,'request',''),(886,31,'_wpnonce','e8f8e152e8'),(887,31,'_wp_http_referer','/register/'),(889,31,'um_user_profile_url_slug_user_login','ang'),(891,31,'full_name','fel ang'),(892,31,'account_status','approved'),(894,31,'_um_last_login','1565762836'),(895,31,'um_account_secure_fields','a:0:{}'),(896,32,'nickname','fel'),(897,32,'first_name','anr'),(898,32,'last_name','ge'),(899,32,'description',''),(900,32,'rich_editing','true'),(901,32,'syntax_highlighting','true'),(902,32,'comment_shortcuts','false'),(903,32,'admin_color','fresh'),(904,32,'use_ssl','0'),(905,32,'show_admin_bar_front','true'),(906,32,'locale',''),(907,32,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(908,32,'wp_user_level','0'),(909,32,'synced_gravatar_hashed_id','3bdadaa36601c9ebe2f79991b3ab4ff5'),(910,32,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565763013\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e8f8e152e8\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:3:\"Fel\";s:10:\"first_name\";s:3:\"anr\";s:9:\"last_name\";s:2:\"ge\";s:10:\"user_email\";s:25:\"felipe.angeiras@gmail.com\";}'),(911,32,'form_id','17'),(912,32,'timestamp','1565763013'),(913,32,'request',''),(914,32,'_wpnonce','e8f8e152e8'),(915,32,'_wp_http_referer','/register/'),(917,32,'um_user_profile_url_slug_user_login','fel'),(919,32,'full_name','anr ge'),(920,32,'account_status','approved'),(922,32,'_um_last_login','1565763031'),(923,32,'um_account_secure_fields','a:0:{}'),(924,33,'nickname','fell'),(925,33,'first_name','felipe'),(926,33,'last_name','tes'),(927,33,'description',''),(928,33,'rich_editing','true'),(929,33,'syntax_highlighting','true'),(930,33,'comment_shortcuts','false'),(931,33,'admin_color','fresh'),(932,33,'use_ssl','0'),(933,33,'show_admin_bar_front','true'),(934,33,'locale',''),(935,33,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(936,33,'wp_user_level','0'),(937,33,'synced_gravatar_hashed_id','3bdadaa36601c9ebe2f79991b3ab4ff5'),(938,33,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565763236\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e8f8e152e8\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:4:\"fell\";s:10:\"first_name\";s:6:\"felipe\";s:9:\"last_name\";s:3:\"tes\";s:10:\"user_email\";s:25:\"felipe.angeiras@gmail.com\";}'),(939,33,'form_id','17'),(940,33,'timestamp','1565763236'),(941,33,'request',''),(942,33,'_wpnonce','e8f8e152e8'),(943,33,'_wp_http_referer','/register/'),(945,33,'um_user_profile_url_slug_user_login','fell'),(947,33,'full_name','felipe tes'),(948,33,'account_status','approved'),(950,33,'_um_last_login','1565763526'),(951,33,'um_account_secure_fields','a:0:{}'),(953,33,'country',''),(954,34,'nickname','felipeangieras'),(955,34,'first_name','Felipe'),(956,34,'last_name','Angeiras'),(957,34,'description',''),(958,34,'rich_editing','true'),(959,34,'syntax_highlighting','true'),(960,34,'comment_shortcuts','false'),(961,34,'admin_color','fresh'),(962,34,'use_ssl','0'),(963,34,'show_admin_bar_front','true'),(964,34,'locale',''),(965,34,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(966,34,'wp_user_level','0'),(967,34,'synced_gravatar_hashed_id','3bdadaa36601c9ebe2f79991b3ab4ff5'),(968,34,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565764207\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e8f8e152e8\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"felipeangieras\";s:10:\"first_name\";s:6:\"Felipe\";s:9:\"last_name\";s:8:\"Angeiras\";s:10:\"user_email\";s:25:\"felipe.angeiras@gmail.com\";}'),(969,34,'form_id','17'),(970,34,'timestamp','1565764207'),(971,34,'request',''),(972,34,'_wpnonce','e8f8e152e8'),(973,34,'_wp_http_referer','/register/'),(975,34,'um_user_profile_url_slug_user_login','felipeangieras'),(977,34,'full_name','felipe angeiras'),(978,34,'account_status','approved'),(980,34,'_um_last_login','1565764227'),(981,34,'um_account_secure_fields','a:0:{}'),(982,35,'nickname','felipan'),(983,35,'first_name','Felipe'),(984,35,'last_name','Angeiras'),(985,35,'description',''),(986,35,'rich_editing','true'),(987,35,'syntax_highlighting','true'),(988,35,'comment_shortcuts','false'),(989,35,'admin_color','fresh'),(990,35,'use_ssl','0'),(991,35,'show_admin_bar_front','true'),(992,35,'locale',''),(993,35,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(994,35,'wp_user_level','0'),(995,35,'synced_gravatar_hashed_id','3bdadaa36601c9ebe2f79991b3ab4ff5'),(996,35,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565764406\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e8f8e152e8\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:7:\"felipan\";s:10:\"first_name\";s:6:\"Felipe\";s:9:\"last_name\";s:8:\"Angeiras\";s:10:\"user_email\";s:25:\"felipe.angeiras@gmail.com\";}'),(997,35,'form_id','17'),(998,35,'timestamp','1565764406'),(999,35,'request',''),(1000,35,'_wpnonce','e8f8e152e8'),(1001,35,'_wp_http_referer','/register/'),(1003,35,'um_user_profile_url_slug_user_login','felipan'),(1005,35,'full_name','felipe angeiras'),(1006,35,'account_status','approved'),(1008,35,'_um_last_login','1565764673'),(1009,35,'um_account_secure_fields','a:0:{}'),(1011,35,'country',''),(1012,35,'session_tokens','a:1:{s:64:\"ced629fd885caf40f2e67c491a1081e1c22586444c091725566092b9affce497\";a:4:{s:10:\"expiration\";i:1565955473;s:2:\"ip\";s:15:\"191.187.170.205\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1565782673;}}'),(1013,30,'password_rst_attempts','1'),(1014,35,'password_rst_attempts','3'),(1015,28,'password_rst_attempts','1'),(1016,24,'password_rst_attempts','1'),(1018,21,'wp_dashboard_quick_press_last_post_id','3592'),(1019,21,'community-events-location','a:1:{s:2:\"ip\";s:13:\"104.244.230.0\";}'),(1020,21,'wp_user-settings','libraryContent=browse'),(1021,21,'wp_user-settings-time','1565802349'),(1022,12,'session_tokens','a:24:{s:64:\"9e2f4fdb25cf9d364d6758b2e235c4042e25ad565652d571b97562fef4ba6011\";a:4:{s:10:\"expiration\";i:1582468577;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:132:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36 OPR/63.0.3368.35\";s:5:\"login\";i:1566916577;}s:64:\"14dc5a9c9199fe54a091aaa2afc334bdd26ff8ce869e3c92366458598cca4baf\";a:4:{s:10:\"expiration\";i:1582481309;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566929309;}s:64:\"d346409aa1fa9a8392d1a74ed1e14c9290135556eb2424adffce1573b65fad16\";a:4:{s:10:\"expiration\";i:1582483319;s:2:\"ip\";s:15:\"191.187.170.205\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566931319;}s:64:\"f98fdf84ed46cacc234c80c524b72293c66ce6e781e3388c3c12e2a3513c7eee\";a:4:{s:10:\"expiration\";i:1582551788;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566999788;}s:64:\"b5f4d4523e0f0c3d6aa3f46175e0f8649d6834aa1c1db2b471f81dc8a79134f0\";a:4:{s:10:\"expiration\";i:1582563382;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:132:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36 OPR/63.0.3368.35\";s:5:\"login\";i:1567011382;}s:64:\"28ab2cefdce807c8a15b3318ece98a8b6b67b738c2a78775aaffc115e9d2e2e7\";a:4:{s:10:\"expiration\";i:1582563447;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:132:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36 OPR/63.0.3368.35\";s:5:\"login\";i:1567011447;}s:64:\"cf8fcac5dc4a3bccbcb0f080e9df38ad6baf2eaea5afb02fb283e3a43fa233d3\";a:4:{s:10:\"expiration\";i:1582578200;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1567026200;}s:64:\"c3f2248bc20d96813d574aa4d7acb4d29b1ab24cb6a111336655bf7a42134c0e\";a:4:{s:10:\"expiration\";i:1582579662;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:132:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36 OPR/63.0.3368.35\";s:5:\"login\";i:1567027662;}s:64:\"c347a647518d144e7367e4e24276e602fdd8701f5da785e84ef9f28910408337\";a:4:{s:10:\"expiration\";i:1582588889;s:2:\"ip\";s:14:\"104.244.225.83\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1567036889;}s:64:\"b677224a68ba3a739ec2ed809b55a6f2b59ab6214eca90a67b25d06b8fb28938\";a:4:{s:10:\"expiration\";i:1582599482;s:2:\"ip\";s:14:\"104.244.225.83\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1567047482;}s:64:\"8be63ee3d753cc5e2c539817027148b58589cc9aca37c7cbc0029013ebc72bb0\";a:4:{s:10:\"expiration\";i:1582635762;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:132:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36 OPR/63.0.3368.35\";s:5:\"login\";i:1567083762;}s:64:\"9ae69188300ed34ccbfaa6ef33e4afb8ffb1e9cb31a9f1c11f7413de773373e9\";a:4:{s:10:\"expiration\";i:1582987499;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1567435499;}s:64:\"63e02611ee1bb742482f7e1439f498440b28c52d73e0c97b898452b97298a93e\";a:4:{s:10:\"expiration\";i:1582992799;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567440799;}s:64:\"e6e256a169fb77c58c4d56aee7d3138fbb865529f33ba76fb948eef69953d479\";a:4:{s:10:\"expiration\";i:1583008787;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567456787;}s:64:\"787c23cc173e0931dfb54a058ee8bd5c3f0100a21ac59aed438da739d6996b03\";a:4:{s:10:\"expiration\";i:1583155570;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567603570;}s:64:\"748732569957d53822a26b7f8ffc3f624094f7cd22bcc2bf77cdeb7ff004cfcd\";a:4:{s:10:\"expiration\";i:1583193392;s:2:\"ip\";s:14:\"104.244.227.94\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567641392;}s:64:\"251b77000a684f483c65f78f5751454c4d98a982ce354644a5373732aaa8b8a8\";a:4:{s:10:\"expiration\";i:1583331784;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567779784;}s:64:\"c5fa4b0ef4f13e6e0880a651c2dd3fa4a0b18067bf67c078ece5f21222a7e5df\";a:4:{s:10:\"expiration\";i:1583682962;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:132:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36 OPR/63.0.3368.35\";s:5:\"login\";i:1568130962;}s:64:\"5dc17a4c7503bb2ad817f6c88da604d166eab870b6b008981d9345e38e2161ee\";a:4:{s:10:\"expiration\";i:1583932722;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1568380722;}s:64:\"06550a545a7ec622e88d606450047d69db775eed19037488294aa9bbb03929c2\";a:4:{s:10:\"expiration\";i:1583956380;s:2:\"ip\";s:13:\"77.111.246.52\";s:2:\"ua\";s:132:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36 OPR/63.0.3368.71\";s:5:\"login\";i:1568404380;}s:64:\"c72fa1d9184451c9b622cd704175e4c08b773310fcb3f4197aca62fb35db4473\";a:4:{s:10:\"expiration\";i:1586286806;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36\";s:5:\"login\";i:1570734806;}s:64:\"e4cf31578f78c6f6f3e008e3e99745435405532a6fffac756a2faac0038b27d1\";a:4:{s:10:\"expiration\";i:1588095173;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36\";s:5:\"login\";i:1572543173;}s:64:\"1007d24ae8a1c2b4d38f3c6a6c8aee8643dabed3d06b77a5c7f90d72457885bf\";a:4:{s:10:\"expiration\";i:1590353884;s:2:\"ip\";s:14:\"104.244.230.24\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36\";s:5:\"login\";i:1574801884;}s:64:\"a30259b8a8a6df309e93c1d618d4b6b7185ed9bb88ac605e4a955a33607529fa\";a:4:{s:10:\"expiration\";i:1595476555;s:2:\"ip\";s:14:\"104.244.230.24\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36\";s:5:\"login\";i:1579924555;}}'),(1023,12,'_um_last_login','1579906555'),(1024,12,'wp_dashboard_quick_press_last_post_id','9596'),(1025,12,'community-events-location','a:1:{s:2:\"ip\";s:13:\"104.244.225.0\";}'),(1026,12,'um_account_secure_fields','a:0:{}'),(1027,16,'wp_user-settings','libraryContent=browse'),(1028,16,'wp_user-settings-time','1567613923'),(1029,3,'redeemedoffers','a:1:{i:0;i:3535;}'),(1030,36,'nickname','kirank'),(1031,36,'first_name','Kiran'),(1032,36,'last_name','Kerr'),(1033,36,'description',''),(1034,36,'rich_editing','true'),(1035,36,'syntax_highlighting','true'),(1036,36,'comment_shortcuts','false'),(1037,36,'admin_color','fresh'),(1038,36,'use_ssl','0'),(1039,36,'show_admin_bar_front','true'),(1040,36,'locale',''),(1041,36,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1042,36,'wp_user_level','0'),(1043,36,'synced_gravatar_hashed_id','1910d3a8a6024f9297c918b3afe46bc9'),(1044,36,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565806041\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"7a3ae61902\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:6:\"kirank\";s:10:\"first_name\";s:5:\"Kiran\";s:9:\"last_name\";s:4:\"Kerr\";s:10:\"user_email\";s:19:\"kirankerr@gmail.com\";}'),(1045,36,'form_id','17'),(1046,36,'timestamp','1565806041'),(1047,36,'request',''),(1048,36,'_wpnonce','7a3ae61902'),(1049,36,'_wp_http_referer','/register/'),(1051,36,'um_user_profile_url_slug_user_login','kirank'),(1053,36,'full_name','kiran kerr'),(1054,36,'account_status','approved'),(1055,36,'session_tokens','a:1:{s:64:\"194cc82177188ee0e128d324e363094f70a501a9f76046c067a9313f525d5076\";a:4:{s:10:\"expiration\";i:1565996856;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1565824056;}}'),(1056,36,'_um_last_login','1565806056'),(1057,36,'um_account_secure_fields','a:0:{}'),(1058,16,'closedpostboxes_job','a:0:{}'),(1059,16,'metaboxhidden_job','a:2:{i:0;s:15:\"smpush-meta-box\";i:1;s:22:\"yoast_internal_linking\";}'),(1060,1,'_mylists','      1'),(1061,1,'closedpostboxes_video','a:0:{}'),(1062,1,'metaboxhidden_video','a:0:{}'),(1064,1,'simplefavorites','a:1:{i:0;a:3:{s:7:\"site_id\";i:1;s:5:\"posts\";a:11:{i:0;i:1082;i:1;i:700;i:2;i:8843;i:3;i:7016;i:6;i:8680;i:7;i:8710;i:8;i:8899;i:10;i:8611;i:11;i:2668;i:12;i:8939;i:13;i:2993;}s:6:\"groups\";a:1:{i:0;a:4:{s:8:\"group_id\";i:1;s:7:\"site_id\";i:1;s:10:\"group_name\";s:12:\"Default List\";s:5:\"posts\";a:11:{i:0;i:1082;i:1;i:700;i:2;i:8843;i:3;i:7016;i:6;i:8680;i:7;i:8710;i:8;i:8899;i:10;i:8611;i:11;i:2668;i:12;i:8939;i:13;i:2993;}}}}}'),(1065,2,'default_password_nag',''),(1067,2,'redeemedoffers','a:4:{i:0;i:3706;i:1;i:3750;i:2;i:3535;i:3;s:4:\"2566\";}'),(1068,2,'simplefavorites','a:1:{i:0;a:3:{s:7:\"site_id\";i:1;s:5:\"posts\";a:2:{i:0;i:3279;i:1;s:4:\"2566\";}s:6:\"groups\";a:1:{i:0;a:4:{s:8:\"group_id\";i:1;s:7:\"site_id\";i:1;s:10:\"group_name\";s:12:\"Default List\";s:5:\"posts\";a:2:{i:0;i:3279;i:1;s:4:\"2566\";}}}}}'),(1070,37,'nickname','gabriela.angeiras'),(1071,37,'first_name','Gabriela'),(1072,37,'last_name','Angeiras'),(1073,37,'description',''),(1074,37,'rich_editing','true'),(1075,37,'syntax_highlighting','true'),(1076,37,'comment_shortcuts','false'),(1077,37,'admin_color','fresh'),(1078,37,'use_ssl','0'),(1079,37,'show_admin_bar_front','true'),(1080,37,'locale',''),(1081,37,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1082,37,'wp_user_level','0'),(1083,37,'synced_gravatar_hashed_id','405cc717bb4268e0d783342c3348bbbd'),(1084,37,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565872725\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"60d39527be\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:17:\"gabriela.angeiras\";s:10:\"first_name\";s:8:\"Gabriela\";s:9:\"last_name\";s:8:\"Angeiras\";s:10:\"user_email\";s:19:\"gabriela@cappen.com\";}'),(1085,37,'form_id','17'),(1086,37,'timestamp','1565872725'),(1087,37,'request',''),(1088,37,'_wpnonce','60d39527be'),(1089,37,'_wp_http_referer','/register/'),(1091,37,'um_user_profile_url_slug_user_login','gabriela.angeiras'),(1093,37,'full_name','gabriela angeiras'),(1094,37,'account_status','approved'),(1095,37,'session_tokens','a:1:{s:64:\"10cce62af3b94032aeda6e17b126a959be280e97062d5b186f5fba11436c2f95\";a:4:{s:10:\"expiration\";i:1566063540;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1565890740;}}'),(1096,37,'_um_last_login','1565872740'),(1097,37,'um_account_secure_fields','a:0:{}'),(1098,38,'nickname','jodyannrene'),(1099,38,'first_name','Jody-Ann'),(1100,38,'last_name','Thompson'),(1101,38,'description',''),(1102,38,'rich_editing','true'),(1103,38,'syntax_highlighting','true'),(1104,38,'comment_shortcuts','false'),(1105,38,'admin_color','fresh'),(1106,38,'use_ssl','0'),(1107,38,'show_admin_bar_front','true'),(1108,38,'locale',''),(1109,38,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1110,38,'wp_user_level','0'),(1111,38,'synced_gravatar_hashed_id','f19b98dd63571ed3ecb09ce60ceaf48f'),(1112,38,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565885562\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:73:\"https://buzz-caribbean.com/job/a-new-venture-radio-station-producer-2790/\";s:8:\"_wpnonce\";s:10:\"60d39527be\";s:16:\"_wp_http_referer\";s:96:\"/register/?redirect_to=https://buzz-caribbean.com/job/a-new-venture-radio-station-producer-2790/\";s:10:\"user_login\";s:11:\"jodyannrene\";s:10:\"first_name\";s:8:\"Jody-Ann\";s:9:\"last_name\";s:8:\"Thompson\";s:10:\"user_email\";s:21:\"jodyannrene@gmail.com\";}'),(1113,38,'form_id','17'),(1114,38,'timestamp','1565885562'),(1115,38,'request',''),(1116,38,'redirect_to','https://buzz-caribbean.com/job/a-new-venture-radio-station-producer-2790/'),(1117,38,'_wpnonce','60d39527be'),(1118,38,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/job/a-new-venture-radio-station-producer-2790/'),(1120,38,'um_user_profile_url_slug_user_login','jodyannrene'),(1122,38,'full_name','jody-ann thompson'),(1123,38,'account_status','approved'),(1124,38,'session_tokens','a:2:{s:64:\"5b4b43057a4acc1044e64f5336151694d5585c55b97917e9943efb31511d9495\";a:4:{s:10:\"expiration\";i:1566076406;s:2:\"ip\";s:15:\"104.244.225.206\";s:2:\"ua\";s:169:\"Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-A305G Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.4 Chrome/67.0.3396.87 Mobile Safari/537.36\";s:5:\"login\";i:1565903606;}s:64:\"8ad702745c61dfc8a639faec38ba32464b1b65b4f428a1487df4f14ded186fb2\";a:4:{s:10:\"expiration\";i:1567113394;s:2:\"ip\";s:15:\"104.244.225.206\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1565903794;}}'),(1125,38,'_um_last_login','1565885794'),(1126,38,'um_account_secure_fields','a:0:{}'),(1127,39,'nickname','brandonwallace'),(1128,39,'first_name','Brandon'),(1129,39,'last_name','Wallace'),(1130,39,'description',''),(1131,39,'rich_editing','true'),(1132,39,'syntax_highlighting','true'),(1133,39,'comment_shortcuts','false'),(1134,39,'admin_color','fresh'),(1135,39,'use_ssl','0'),(1136,39,'show_admin_bar_front','true'),(1137,39,'locale',''),(1138,39,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1139,39,'wp_user_level','0'),(1140,39,'synced_gravatar_hashed_id','920407bfff113b26cb265e6cd84e4fe5'),(1141,39,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565891731\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:73:\"https://buzz-caribbean.com/job/a-new-venture-radio-station-producer-2790/\";s:8:\"_wpnonce\";s:10:\"60d39527be\";s:16:\"_wp_http_referer\";s:96:\"/register/?redirect_to=https://buzz-caribbean.com/job/a-new-venture-radio-station-producer-2790/\";s:10:\"user_login\";s:14:\"BrandonWallace\";s:10:\"first_name\";s:7:\"Brandon\";s:9:\"last_name\";s:7:\"Wallace\";s:10:\"user_email\";s:28:\"Alexanderwallace@outlook.com\";}'),(1142,39,'form_id','17'),(1143,39,'timestamp','1565891731'),(1144,39,'request',''),(1145,39,'redirect_to','https://buzz-caribbean.com/job/a-new-venture-radio-station-producer-2790/'),(1146,39,'_wpnonce','60d39527be'),(1147,39,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/job/a-new-venture-radio-station-producer-2790/'),(1149,39,'um_user_profile_url_slug_user_login','brandonwallace'),(1151,39,'full_name','brandon wallace'),(1152,39,'account_status','approved'),(1153,39,'session_tokens','a:1:{s:64:\"0e5ba9726fecc3f076b96e4428ce44a539666faa579e0d29c14a65ed690e7021\";a:4:{s:10:\"expiration\";i:1566088873;s:2:\"ip\";s:11:\"72.27.58.23\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1565916073;}}'),(1154,39,'_um_last_login','1565898073'),(1155,39,'um_account_secure_fields','a:0:{}'),(1156,21,'meta-box-order_job','a:3:{s:6:\"normal\";s:12:\"job_meta_box\";s:4:\"side\";s:0:\"\";s:8:\"advanced\";s:0:\"\";}'),(1185,41,'nickname','moniquewi'),(1186,41,'first_name','Monique'),(1187,41,'last_name','Wilson'),(1188,41,'description',''),(1189,41,'rich_editing','true'),(1190,41,'syntax_highlighting','true'),(1191,41,'comment_shortcuts','false'),(1192,41,'admin_color','fresh'),(1193,41,'use_ssl','0'),(1194,41,'show_admin_bar_front','true'),(1195,41,'locale',''),(1196,41,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1197,41,'wp_user_level','0'),(1198,41,'synced_gravatar_hashed_id','a169bc61b436382a3f84fbe73fde0cce'),(1199,41,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565908021\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:72:\"https://buzz-caribbean.com/job/sandals-south-coast-wedding-manager-4062/\";s:8:\"_wpnonce\";s:10:\"ade8b9f16e\";s:16:\"_wp_http_referer\";s:95:\"/register/?redirect_to=https://buzz-caribbean.com/job/sandals-south-coast-wedding-manager-4062/\";s:10:\"user_login\";s:9:\"Moniquewi\";s:10:\"first_name\";s:7:\"Monique\";s:9:\"last_name\";s:6:\"Wilson\";s:10:\"user_email\";s:26:\"monique_e_wilson@yahoo.com\";}'),(1200,41,'form_id','17'),(1201,41,'timestamp','1565908021'),(1202,41,'request',''),(1203,41,'redirect_to','https://buzz-caribbean.com/job/sandals-south-coast-wedding-manager-4062/'),(1204,41,'_wpnonce','ade8b9f16e'),(1205,41,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/job/sandals-south-coast-wedding-manager-4062/'),(1207,41,'um_user_profile_url_slug_user_login','moniquewi'),(1209,41,'full_name','monique wilson'),(1210,41,'account_status','approved'),(1214,42,'nickname','steveo'),(1215,42,'first_name','stephen'),(1216,42,'last_name','mcconaghy'),(1217,42,'description',''),(1218,42,'rich_editing','true'),(1219,42,'syntax_highlighting','true'),(1220,42,'comment_shortcuts','false'),(1221,42,'admin_color','fresh'),(1222,42,'use_ssl','0'),(1223,42,'show_admin_bar_front','true'),(1224,42,'locale',''),(1225,42,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1226,42,'wp_user_level','0'),(1227,42,'synced_gravatar_hashed_id','e6e011edb4e17831bf71b774d3c85dda'),(1228,42,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565940458\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"9d2eebb490\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:6:\"steveo\";s:10:\"first_name\";s:7:\"stephen\";s:9:\"last_name\";s:9:\"mcconaghy\";s:10:\"user_email\";s:33:\"stephen.mcconaghy@sri.sandals.com\";}'),(1229,42,'form_id','17'),(1230,42,'timestamp','1565940458'),(1231,42,'request',''),(1232,42,'_wpnonce','9d2eebb490'),(1233,42,'_wp_http_referer','/register/'),(1235,42,'um_user_profile_url_slug_user_login','steveo'),(1237,42,'full_name','stephen mcconaghy'),(1238,42,'account_status','approved'),(1239,42,'session_tokens','a:1:{s:64:\"4b81069ea27e1079280ac099fc09a4b898c2e0af31da3b57346af13c5955bf23\";a:4:{s:10:\"expiration\";i:1566131283;s:2:\"ip\";s:15:\"104.244.227.197\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1565958483;}}'),(1240,42,'_um_last_login','1565940483'),(1241,42,'um_account_secure_fields','a:0:{}'),(1242,43,'nickname','patrick'),(1243,43,'first_name','Patrick'),(1244,43,'last_name','Lawson'),(1245,43,'description',''),(1246,43,'rich_editing','true'),(1247,43,'syntax_highlighting','true'),(1248,43,'comment_shortcuts','false'),(1249,43,'admin_color','fresh'),(1250,43,'use_ssl','0'),(1251,43,'show_admin_bar_front','true'),(1252,43,'locale',''),(1253,43,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1254,43,'wp_user_level','0'),(1255,43,'synced_gravatar_hashed_id','73b1d435b2a4c926f0bd3d78f239e279'),(1256,43,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565945922\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"9d2eebb490\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:7:\"patrick\";s:10:\"first_name\";s:7:\"Patrick\";s:9:\"last_name\";s:6:\"Lawson\";s:10:\"user_email\";s:17:\"shhayyne@live.com\";}'),(1257,43,'form_id','17'),(1258,43,'timestamp','1565945922'),(1259,43,'request',''),(1260,43,'_wpnonce','9d2eebb490'),(1261,43,'_wp_http_referer','/register/'),(1263,43,'um_user_profile_url_slug_user_login','patrick'),(1265,43,'full_name','patrick lawson'),(1266,43,'account_status','approved'),(1267,43,'session_tokens','a:1:{s:64:\"d7662d07b61f2c44e8c08a9f0184c4c933e3f8bfc5b58ba0d879705fbf68b1df\";a:4:{s:10:\"expiration\";i:1582243106;s:2:\"ip\";s:12:\"66.54.112.73\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566691106;}}'),(1268,43,'_um_last_login','1566673106'),(1269,43,'um_account_secure_fields','a:0:{}'),(1270,44,'nickname','iamrush_'),(1271,44,'first_name','Rochelle'),(1272,44,'last_name','Marshall'),(1273,44,'description',''),(1274,44,'rich_editing','true'),(1275,44,'syntax_highlighting','true'),(1276,44,'comment_shortcuts','false'),(1277,44,'admin_color','fresh'),(1278,44,'use_ssl','0'),(1279,44,'show_admin_bar_front','true'),(1280,44,'locale',''),(1281,44,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1282,44,'wp_user_level','0'),(1283,44,'synced_gravatar_hashed_id','cfc66e704d7b39b9ead332288a142980'),(1284,44,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565949398\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"9d2eebb490\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:8:\"iamrush_\";s:10:\"first_name\";s:8:\"Rochelle\";s:9:\"last_name\";s:8:\"Marshall\";s:10:\"user_email\";s:26:\"rochellemarshall@gmail.com\";}'),(1285,44,'form_id','17'),(1286,44,'timestamp','1565949398'),(1287,44,'request',''),(1288,44,'_wpnonce','9d2eebb490'),(1289,44,'_wp_http_referer','/register/'),(1291,44,'um_user_profile_url_slug_user_login','iamrush_'),(1293,44,'full_name','rochelle marshall'),(1294,44,'account_status','approved'),(1295,44,'session_tokens','a:1:{s:64:\"e67a63ab02eed4337dc1ec1f5666af54b3eb9a368689cac5b69449d2367a03c7\";a:4:{s:10:\"expiration\";i:1566140294;s:2:\"ip\";s:11:\"65.183.2.75\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1565967494;}}'),(1296,44,'_um_last_login','1565949494'),(1297,44,'um_account_secure_fields','a:0:{}'),(1298,45,'nickname','karim876'),(1299,45,'first_name','Karim'),(1300,45,'last_name','Smith'),(1301,45,'description',''),(1302,45,'rich_editing','true'),(1303,45,'syntax_highlighting','true'),(1304,45,'comment_shortcuts','false'),(1305,45,'admin_color','fresh'),(1306,45,'use_ssl','0'),(1307,45,'show_admin_bar_front','true'),(1308,45,'locale',''),(1309,45,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1310,45,'wp_user_level','0'),(1311,45,'synced_gravatar_hashed_id','ecc1cb2fc5ab25cb2edd415926b9f189'),(1312,45,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565950580\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"9d2eebb490\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:8:\"Karim876\";s:10:\"first_name\";s:5:\"Karim\";s:9:\"last_name\";s:5:\"Smith\";s:10:\"user_email\";s:20:\"karim@marketmeja.com\";}'),(1313,45,'form_id','17'),(1314,45,'timestamp','1565950580'),(1315,45,'request',''),(1316,45,'_wpnonce','9d2eebb490'),(1317,45,'_wp_http_referer','/register/'),(1319,45,'um_user_profile_url_slug_user_login','karim876'),(1321,45,'full_name','karim smith'),(1322,45,'account_status','approved'),(1323,45,'session_tokens','a:1:{s:64:\"0074ba0b7ae6c6eb487a8d15c0da719b4b43658e7db5f23f68b750d90714da66\";a:4:{s:10:\"expiration\";i:1567540709;s:2:\"ip\";s:15:\"207.204.111.166\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566331109;}}'),(1324,45,'_um_last_login','1566313109'),(1325,45,'um_account_secure_fields','a:0:{}'),(1326,46,'nickname','urboykhaos'),(1327,46,'first_name','Shannon-Dale'),(1328,46,'last_name','Reid'),(1329,46,'description',''),(1330,46,'rich_editing','true'),(1331,46,'syntax_highlighting','true'),(1332,46,'comment_shortcuts','false'),(1333,46,'admin_color','fresh'),(1334,46,'use_ssl','0'),(1335,46,'show_admin_bar_front','true'),(1336,46,'locale',''),(1337,46,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1338,46,'wp_user_level','0'),(1339,46,'synced_gravatar_hashed_id','8d7195893470e1a5b41ceccf7a49a102'),(1340,46,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565954963\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:73:\"https://buzz-caribbean.com/job/a-new-venture-radio-station-producer-2790/\";s:8:\"_wpnonce\";s:10:\"9d2eebb490\";s:16:\"_wp_http_referer\";s:96:\"/register/?redirect_to=https://buzz-caribbean.com/job/a-new-venture-radio-station-producer-2790/\";s:10:\"user_login\";s:10:\"UrboyKhaos\";s:10:\"first_name\";s:12:\"Shannon-Dale\";s:9:\"last_name\";s:4:\"Reid\";s:10:\"user_email\";s:21:\"sdreidpress@gmail.com\";}'),(1341,46,'form_id','17'),(1342,46,'timestamp','1565954963'),(1343,46,'request',''),(1344,46,'redirect_to','https://buzz-caribbean.com/job/a-new-venture-radio-station-producer-2790/'),(1345,46,'_wpnonce','9d2eebb490'),(1346,46,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/job/a-new-venture-radio-station-producer-2790/'),(1348,46,'um_user_profile_url_slug_user_login','urboykhaos'),(1350,46,'full_name','shannon-dale reid'),(1351,46,'account_status','approved'),(1352,46,'session_tokens','a:1:{s:64:\"62f4e5a81a0c92154dcfe8d5c3e43b16bc4b87124ff085f198d01076601d2e1a\";a:4:{s:10:\"expiration\";i:1567182642;s:2:\"ip\";s:12:\"72.252.237.0\";s:2:\"ua\";s:202:\"Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Instagram 106.0.0.9.118 (iPhone9,3; iOS 12_4; en_US; en-US; scale=2.00; 750x1334; 166752244)\";s:5:\"login\";i:1565973042;}}'),(1353,46,'_um_last_login','1565955042'),(1354,46,'um_account_secure_fields','a:0:{}'),(1355,47,'nickname','francebranson3'),(1356,47,'first_name','France'),(1357,47,'last_name','Branson'),(1358,47,'description',''),(1359,47,'rich_editing','true'),(1360,47,'syntax_highlighting','true'),(1361,47,'comment_shortcuts','false'),(1362,47,'admin_color','fresh'),(1363,47,'use_ssl','0'),(1364,47,'show_admin_bar_front','true'),(1365,47,'locale',''),(1366,47,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1367,47,'wp_user_level','0'),(1368,47,'synced_gravatar_hashed_id','31bae47535cd3674a055c7b01abf3048'),(1369,47,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565960038\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"9d2eebb490\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"francebranson3\";s:10:\"first_name\";s:6:\"France\";s:9:\"last_name\";s:7:\"Branson\";s:10:\"user_email\";s:50:\"France_Branson83@giannitti.modernsailorclothes.com\";}'),(1370,47,'form_id','17'),(1371,47,'timestamp','1565960038'),(1372,47,'request',''),(1373,47,'redirect_to','https://buzz-caribbean.com/register/'),(1374,47,'_wpnonce','9d2eebb490'),(1375,47,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(1377,47,'um_user_profile_url_slug_user_login','francebranson3'),(1379,47,'full_name','france branson'),(1380,47,'account_status','approved'),(1381,48,'nickname','deval'),(1382,48,'first_name','Deval'),(1383,48,'last_name','Beown'),(1384,48,'description',''),(1385,48,'rich_editing','true'),(1386,48,'syntax_highlighting','true'),(1387,48,'comment_shortcuts','false'),(1388,48,'admin_color','fresh'),(1389,48,'use_ssl','0'),(1390,48,'show_admin_bar_front','true'),(1391,48,'locale',''),(1392,48,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1393,48,'wp_user_level','0'),(1394,48,'synced_gravatar_hashed_id','b94eb8a6707eeaf439624f1f4ccbaa63'),(1395,48,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1565976296\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"9d2eebb490\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:5:\"Deval\";s:10:\"first_name\";s:5:\"Deval\";s:9:\"last_name\";s:5:\"Beown\";s:10:\"user_email\";s:23:\"Michelledeval@yahoo.com\";}'),(1396,48,'form_id','17'),(1397,48,'timestamp','1565976296'),(1398,48,'request',''),(1399,48,'_wpnonce','9d2eebb490'),(1400,48,'_wp_http_referer','/register/'),(1402,48,'um_user_profile_url_slug_user_login','deval'),(1404,48,'full_name','deval beown'),(1405,48,'account_status','approved'),(1406,48,'session_tokens','a:1:{s:64:\"d503c82790a9dc752328ebff83a5ab66769acfe3485afd3c64c9bdde3b197cbe\";a:4:{s:10:\"expiration\";i:1566167139;s:2:\"ip\";s:15:\"173.225.242.151\";s:2:\"ua\";s:122:\"Mozilla/5.0 (Linux; Android 9; SM-G965U1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36\";s:5:\"login\";i:1565994339;}}'),(1407,48,'_um_last_login','1565976339'),(1408,48,'um_account_secure_fields','a:0:{}'),(1409,49,'nickname','kurtisphan4221'),(1410,49,'first_name','Kurtis'),(1411,49,'last_name','Phan'),(1412,49,'description',''),(1413,49,'rich_editing','true'),(1414,49,'syntax_highlighting','true'),(1415,49,'comment_shortcuts','false'),(1416,49,'admin_color','fresh'),(1417,49,'use_ssl','0'),(1418,49,'show_admin_bar_front','true'),(1419,49,'locale',''),(1420,49,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1421,49,'wp_user_level','0'),(1422,49,'synced_gravatar_hashed_id','f4c602b240c58df18bff51253773e0b5'),(1423,49,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566073195\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"eec903ffcf\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"kurtisphan4221\";s:10:\"first_name\";s:6:\"Kurtis\";s:9:\"last_name\";s:4:\"Phan\";s:10:\"user_email\";s:40:\"Kurtis-Phan78@revak.ceramicsouvenirs.com\";}'),(1424,49,'form_id','17'),(1425,49,'timestamp','1566073195'),(1426,49,'request',''),(1427,49,'redirect_to','https://buzz-caribbean.com/register/'),(1428,49,'_wpnonce','eec903ffcf'),(1429,49,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(1431,49,'um_user_profile_url_slug_user_login','kurtisphan4221'),(1433,49,'full_name','kurtis phan'),(1434,49,'account_status','approved'),(1435,50,'nickname','deryck_rose'),(1436,50,'first_name','Deryck'),(1437,50,'last_name','Rose'),(1438,50,'description',''),(1439,50,'rich_editing','true'),(1440,50,'syntax_highlighting','true'),(1441,50,'comment_shortcuts','false'),(1442,50,'admin_color','fresh'),(1443,50,'use_ssl','0'),(1444,50,'show_admin_bar_front','true'),(1445,50,'locale',''),(1446,50,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1447,50,'wp_user_level','0'),(1448,50,'synced_gravatar_hashed_id','175e0d79a1548608537db2ef1f0df142'),(1449,50,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566073851\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:79:\"https://buzz-caribbean.com/job/ramble-media-group-digital-media-executive-2993/\";s:8:\"_wpnonce\";s:10:\"eec903ffcf\";s:16:\"_wp_http_referer\";s:102:\"/register/?redirect_to=https://buzz-caribbean.com/job/ramble-media-group-digital-media-executive-2993/\";s:10:\"user_login\";s:11:\"Deryck_Rose\";s:10:\"first_name\";s:6:\"Deryck\";s:9:\"last_name\";s:4:\"Rose\";s:10:\"user_email\";s:26:\"Deryck.rose@alumni.uwi.edu\";}'),(1450,50,'form_id','17'),(1451,50,'timestamp','1566073851'),(1452,50,'request',''),(1453,50,'redirect_to','https://buzz-caribbean.com/job/ramble-media-group-digital-media-executive-2993/'),(1454,50,'_wpnonce','eec903ffcf'),(1455,50,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/job/ramble-media-group-digital-media-executive-2993/'),(1457,50,'um_user_profile_url_slug_user_login','deryck_rose'),(1459,50,'full_name','deryck rose'),(1460,50,'account_status','approved'),(1461,50,'session_tokens','a:2:{s:64:\"5beafcf5fdc250bf249f4fe816b3fbbf53931beebfe795cf4e092e5cf9d68ead\";a:4:{s:10:\"expiration\";i:1567301583;s:2:\"ip\";s:15:\"173.225.242.156\";s:2:\"ua\";s:124:\"Mozilla/5.0 (Linux; Android 6.0.1; SM-J700M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36\";s:5:\"login\";i:1566091983;}s:64:\"694e96c0e58f93562a56bc7ca3ab31b5283eaf9a85ad6bc4cd91382339897c05\";a:4:{s:10:\"expiration\";i:1582482202;s:2:\"ip\";s:11:\"65.183.2.75\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566930202;}}'),(1462,50,'_um_last_login','1566912202'),(1463,50,'um_account_secure_fields','a:0:{}'),(1464,51,'nickname','trishaarroyo'),(1465,51,'first_name','Trisha'),(1466,51,'last_name','Arroyo'),(1467,51,'description',''),(1468,51,'rich_editing','true'),(1469,51,'syntax_highlighting','true'),(1470,51,'comment_shortcuts','false'),(1471,51,'admin_color','fresh'),(1472,51,'use_ssl','0'),(1473,51,'show_admin_bar_front','true'),(1474,51,'locale',''),(1475,51,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1476,51,'wp_user_level','0'),(1477,51,'synced_gravatar_hashed_id','4bdb2376f59b5c2c9e7f32f2a519b83d'),(1478,51,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566174937\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"df35792a6f\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:12:\"trishaarroyo\";s:10:\"first_name\";s:6:\"Trisha\";s:9:\"last_name\";s:6:\"Arroyo\";s:10:\"user_email\";s:25:\"Trisha-Arroyo88@gmail.com\";}'),(1479,51,'form_id','17'),(1480,51,'timestamp','1566174937'),(1481,51,'request',''),(1482,51,'redirect_to','https://buzz-caribbean.com/register/'),(1483,51,'_wpnonce','df35792a6f'),(1484,51,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(1486,51,'um_user_profile_url_slug_user_login','trishaarroyo'),(1488,51,'full_name','trisha arroyo'),(1489,51,'account_status','approved'),(1490,52,'nickname','fernmilton4'),(1491,52,'first_name','Fern'),(1492,52,'last_name','Milton'),(1493,52,'description',''),(1494,52,'rich_editing','true'),(1495,52,'syntax_highlighting','true'),(1496,52,'comment_shortcuts','false'),(1497,52,'admin_color','fresh'),(1498,52,'use_ssl','0'),(1499,52,'show_admin_bar_front','true'),(1500,52,'locale',''),(1501,52,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1502,52,'wp_user_level','0'),(1503,52,'synced_gravatar_hashed_id','db98d9196dfe32b7fad1718016cfe0fb'),(1504,52,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566177394\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"df35792a6f\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:11:\"fernmilton4\";s:10:\"first_name\";s:4:\"Fern\";s:9:\"last_name\";s:6:\"Milton\";s:10:\"user_email\";s:45:\"Fern.Milton92@coan.antiquerestorationwork.com\";}'),(1505,52,'form_id','17'),(1506,52,'timestamp','1566177394'),(1507,52,'request',''),(1508,52,'redirect_to','https://buzz-caribbean.com/register/'),(1509,52,'_wpnonce','df35792a6f'),(1510,52,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(1512,52,'um_user_profile_url_slug_user_login','fernmilton4'),(1514,52,'full_name','fern milton'),(1515,52,'account_status','approved'),(1516,53,'nickname','robbyabigail6'),(1517,53,'first_name','Robby'),(1518,53,'last_name','Abigail'),(1519,53,'description',''),(1520,53,'rich_editing','true'),(1521,53,'syntax_highlighting','true'),(1522,53,'comment_shortcuts','false'),(1523,53,'admin_color','fresh'),(1524,53,'use_ssl','0'),(1525,53,'show_admin_bar_front','true'),(1526,53,'locale',''),(1527,53,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1528,53,'wp_user_level','0'),(1529,53,'synced_gravatar_hashed_id','a2c6fdd9bb35bfe4a96e2d1771263cf3'),(1530,53,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566202824\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"robbyabigail6\";s:10:\"first_name\";s:5:\"Robby\";s:9:\"last_name\";s:7:\"Abigail\";s:10:\"user_email\";s:23:\"Robby-Abigail@gmail.com\";}'),(1531,53,'form_id','17'),(1532,53,'timestamp','1566202824'),(1533,53,'request',''),(1534,53,'_wpnonce','106c4e775c'),(1535,53,'_wp_http_referer','/register/'),(1537,53,'um_user_profile_url_slug_user_login','robbyabigail6'),(1539,53,'full_name','robby abigail'),(1540,53,'account_status','approved'),(1541,53,'session_tokens','a:1:{s:64:\"2f54b1213aa85402433106fa3a5edb6d102845bbff66ef9d28cf54b8ff4bca0d\";a:4:{s:10:\"expiration\";i:1566393632;s:2:\"ip\";s:15:\"196.245.217.176\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566220832;}}'),(1542,53,'_um_last_login','1566202832'),(1543,53,'um_account_secure_fields','a:0:{}'),(1544,54,'nickname','josefa9726'),(1545,54,'first_name','Josefa'),(1546,54,'last_name','Dick'),(1547,54,'description',''),(1548,54,'rich_editing','true'),(1549,54,'syntax_highlighting','true'),(1550,54,'comment_shortcuts','false'),(1551,54,'admin_color','fresh'),(1552,54,'use_ssl','0'),(1553,54,'show_admin_bar_front','true'),(1554,54,'locale',''),(1555,54,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1556,54,'wp_user_level','0'),(1557,54,'synced_gravatar_hashed_id','ea6eb904cd952251be1d73734bfdb83c'),(1558,54,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566204005\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:10:\"josefa9726\";s:10:\"first_name\";s:6:\"Josefa\";s:9:\"last_name\";s:4:\"Dick\";s:10:\"user_email\";s:23:\"Josefa_Dick29@gmail.com\";}'),(1559,54,'form_id','17'),(1560,54,'timestamp','1566204005'),(1561,54,'request',''),(1562,54,'redirect_to','https://buzz-caribbean.com/register/'),(1563,54,'_wpnonce','106c4e775c'),(1564,54,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(1566,54,'um_user_profile_url_slug_user_login','josefa9726'),(1568,54,'full_name','josefa dick'),(1569,54,'account_status','approved'),(1570,55,'nickname','erma50r31283'),(1571,55,'first_name','Erma'),(1572,55,'last_name','Fredrickson'),(1573,55,'description',''),(1574,55,'rich_editing','true'),(1575,55,'syntax_highlighting','true'),(1576,55,'comment_shortcuts','false'),(1577,55,'admin_color','fresh'),(1578,55,'use_ssl','0'),(1579,55,'show_admin_bar_front','true'),(1580,55,'locale',''),(1581,55,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1582,55,'wp_user_level','0'),(1583,55,'synced_gravatar_hashed_id','e0263fb81ae7bb258d93e46b9ab8b773'),(1584,55,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566209505\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:12:\"erma50r31283\";s:10:\"first_name\";s:4:\"Erma\";s:9:\"last_name\";s:11:\"Fredrickson\";s:10:\"user_email\";s:28:\"Erma.Fredrickson12@gmail.com\";}'),(1585,55,'form_id','17'),(1586,55,'timestamp','1566209505'),(1587,55,'request',''),(1588,55,'redirect_to','https://buzz-caribbean.com/register/'),(1589,55,'_wpnonce','106c4e775c'),(1590,55,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(1592,55,'um_user_profile_url_slug_user_login','erma50r31283'),(1594,55,'full_name','erma fredrickson'),(1595,55,'account_status','approved'),(1596,56,'nickname','lutherkyp1896679'),(1597,56,'first_name','Luther'),(1598,56,'last_name','Sissons'),(1599,56,'description',''),(1600,56,'rich_editing','true'),(1601,56,'syntax_highlighting','true'),(1602,56,'comment_shortcuts','false'),(1603,56,'admin_color','fresh'),(1604,56,'use_ssl','0'),(1605,56,'show_admin_bar_front','true'),(1606,56,'locale',''),(1607,56,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1608,56,'wp_user_level','0'),(1609,56,'synced_gravatar_hashed_id','b0a5a26f31053b6351e9e7ad474d4798'),(1610,56,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566211085\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"lutherkyp1896679\";s:10:\"first_name\";s:6:\"Luther\";s:9:\"last_name\";s:7:\"Sissons\";s:10:\"user_email\";s:24:\"Luther_Sissons@gmail.com\";}'),(1611,56,'form_id','17'),(1612,56,'timestamp','1566211085'),(1613,56,'request',''),(1614,56,'_wpnonce','106c4e775c'),(1615,56,'_wp_http_referer','/register/'),(1617,56,'um_user_profile_url_slug_user_login','lutherkyp1896679'),(1619,56,'full_name','luther sissons'),(1620,56,'account_status','approved'),(1621,56,'session_tokens','a:1:{s:64:\"7af00cab7bb59baa4948dc0d76fbbe77fc48ab06c212bbbb2b5c6c9442020433\";a:4:{s:10:\"expiration\";i:1566401892;s:2:\"ip\";s:15:\"162.212.174.185\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566229092;}}'),(1622,56,'_um_last_login','1566211092'),(1623,56,'um_account_secure_fields','a:0:{}'),(1624,57,'nickname','rainanorton011'),(1625,57,'first_name','Raina'),(1626,57,'last_name','Norton'),(1627,57,'description',''),(1628,57,'rich_editing','true'),(1629,57,'syntax_highlighting','true'),(1630,57,'comment_shortcuts','false'),(1631,57,'admin_color','fresh'),(1632,57,'use_ssl','0'),(1633,57,'show_admin_bar_front','true'),(1634,57,'locale',''),(1635,57,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1636,57,'wp_user_level','0'),(1637,57,'synced_gravatar_hashed_id','42fa3f8f3349965324475493ee0539d7'),(1638,57,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566211466\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"rainanorton011\";s:10:\"first_name\";s:5:\"Raina\";s:9:\"last_name\";s:6:\"Norton\";s:10:\"user_email\";s:23:\"Raina.Norton6@gmail.com\";}'),(1639,57,'form_id','17'),(1640,57,'timestamp','1566211466'),(1641,57,'request',''),(1642,57,'_wpnonce','106c4e775c'),(1643,57,'_wp_http_referer','/register/'),(1645,57,'um_user_profile_url_slug_user_login','rainanorton011'),(1647,57,'full_name','raina norton'),(1648,57,'account_status','approved'),(1649,57,'session_tokens','a:1:{s:64:\"a462673135828510fed59ec156e23dba4a1e1fec567a8bc0fb9d182ed48ca41a\";a:4:{s:10:\"expiration\";i:1566402278;s:2:\"ip\";s:15:\"196.245.217.176\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566229478;}}'),(1650,57,'_um_last_login','1566211478'),(1651,57,'um_account_secure_fields','a:0:{}'),(1652,58,'nickname','elouiseclemente'),(1653,58,'first_name','Elouise'),(1654,58,'last_name','Clemente'),(1655,58,'description',''),(1656,58,'rich_editing','true'),(1657,58,'syntax_highlighting','true'),(1658,58,'comment_shortcuts','false'),(1659,58,'admin_color','fresh'),(1660,58,'use_ssl','0'),(1661,58,'show_admin_bar_front','true'),(1662,58,'locale',''),(1663,58,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1664,58,'wp_user_level','0'),(1665,58,'synced_gravatar_hashed_id','c30a10ef750f74caec78b69b76c959f7'),(1666,58,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566211894\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"elouiseclemente\";s:10:\"first_name\";s:7:\"Elouise\";s:9:\"last_name\";s:8:\"Clemente\";s:10:\"user_email\";s:26:\"Elouise.Clemente@gmail.com\";}'),(1667,58,'form_id','17'),(1668,58,'timestamp','1566211894'),(1669,58,'request',''),(1670,58,'_wpnonce','106c4e775c'),(1671,58,'_wp_http_referer','/register/'),(1673,58,'um_user_profile_url_slug_user_login','elouiseclemente'),(1675,58,'full_name','elouise clemente'),(1676,58,'account_status','approved'),(1677,58,'session_tokens','a:1:{s:64:\"8779e503c1d83ca105ccc586573e8bdd456408c5060ca6fb09a36574ca142f28\";a:4:{s:10:\"expiration\";i:1566402706;s:2:\"ip\";s:15:\"107.158.223.197\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566229906;}}'),(1678,58,'_um_last_login','1566211906'),(1679,58,'um_account_secure_fields','a:0:{}'),(1680,59,'nickname','constancehuey'),(1681,59,'first_name','Constance'),(1682,59,'last_name','Huey'),(1683,59,'description',''),(1684,59,'rich_editing','true'),(1685,59,'syntax_highlighting','true'),(1686,59,'comment_shortcuts','false'),(1687,59,'admin_color','fresh'),(1688,59,'use_ssl','0'),(1689,59,'show_admin_bar_front','true'),(1690,59,'locale',''),(1691,59,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1692,59,'wp_user_level','0'),(1693,59,'synced_gravatar_hashed_id','9a825727115d0ab6f4a80a4bab634906'),(1694,59,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566214090\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:13:\"constancehuey\";s:10:\"first_name\";s:9:\"Constance\";s:9:\"last_name\";s:4:\"Huey\";s:10:\"user_email\";s:26:\"Constance.Huey12@gmail.com\";}'),(1695,59,'form_id','17'),(1696,59,'timestamp','1566214090'),(1697,59,'request',''),(1698,59,'redirect_to','https://buzz-caribbean.com/register/'),(1699,59,'_wpnonce','106c4e775c'),(1700,59,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(1702,59,'um_user_profile_url_slug_user_login','constancehuey'),(1704,59,'full_name','constance huey'),(1705,59,'account_status','approved'),(1706,60,'nickname','oamchloe85309'),(1707,60,'first_name','Chloe'),(1708,60,'last_name','Haddad'),(1709,60,'description',''),(1710,60,'rich_editing','true'),(1711,60,'syntax_highlighting','true'),(1712,60,'comment_shortcuts','false'),(1713,60,'admin_color','fresh'),(1714,60,'use_ssl','0'),(1715,60,'show_admin_bar_front','true'),(1716,60,'locale',''),(1717,60,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1718,60,'wp_user_level','0'),(1719,60,'synced_gravatar_hashed_id','256576afc982a91f223e5177d6a4cf66'),(1720,60,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566215089\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"oamchloe85309\";s:10:\"first_name\";s:5:\"Chloe\";s:9:\"last_name\";s:6:\"Haddad\";s:10:\"user_email\";s:22:\"Chloe_Haddad@gmail.com\";}'),(1721,60,'form_id','17'),(1722,60,'timestamp','1566215089'),(1723,60,'request',''),(1724,60,'_wpnonce','106c4e775c'),(1725,60,'_wp_http_referer','/register/'),(1727,60,'um_user_profile_url_slug_user_login','oamchloe85309'),(1729,60,'full_name','chloe haddad'),(1730,60,'account_status','approved'),(1731,60,'session_tokens','a:1:{s:64:\"f95f1eb33d72261ae1d145df61ed7ea5b76d0d448e5b08a44be966c5caf79932\";a:4:{s:10:\"expiration\";i:1566405896;s:2:\"ip\";s:15:\"162.212.174.185\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566233096;}}'),(1732,60,'_um_last_login','1566215096'),(1733,60,'um_account_secure_fields','a:0:{}'),(1734,61,'nickname','thelmapriest673'),(1735,61,'first_name','Thelma'),(1736,61,'last_name','Priest'),(1737,61,'description',''),(1738,61,'rich_editing','true'),(1739,61,'syntax_highlighting','true'),(1740,61,'comment_shortcuts','false'),(1741,61,'admin_color','fresh'),(1742,61,'use_ssl','0'),(1743,61,'show_admin_bar_front','true'),(1744,61,'locale',''),(1745,61,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1746,61,'wp_user_level','0'),(1747,61,'synced_gravatar_hashed_id','38770f9de02c40e32ef7466b1eeda2b2'),(1748,61,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566215421\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"thelmapriest673\";s:10:\"first_name\";s:6:\"Thelma\";s:9:\"last_name\";s:6:\"Priest\";s:10:\"user_email\";s:25:\"Thelma-Priest67@gmail.com\";}'),(1749,61,'form_id','17'),(1750,61,'timestamp','1566215421'),(1751,61,'request',''),(1752,61,'_wpnonce','106c4e775c'),(1753,61,'_wp_http_referer','/register/'),(1755,61,'um_user_profile_url_slug_user_login','thelmapriest673'),(1757,61,'full_name','thelma priest'),(1758,61,'account_status','approved'),(1759,61,'session_tokens','a:1:{s:64:\"07a1c1a6d29a972a713a7504d18ed4d3f88a640502a0e3afa0d8a1bb1757f453\";a:4:{s:10:\"expiration\";i:1566406230;s:2:\"ip\";s:14:\"185.234.17.118\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566233430;}}'),(1760,61,'_um_last_login','1566215430'),(1761,61,'um_account_secure_fields','a:0:{}'),(1762,62,'nickname','demetriafredrick'),(1763,62,'first_name','Demetria'),(1764,62,'last_name','Fredrick'),(1765,62,'description',''),(1766,62,'rich_editing','true'),(1767,62,'syntax_highlighting','true'),(1768,62,'comment_shortcuts','false'),(1769,62,'admin_color','fresh'),(1770,62,'use_ssl','0'),(1771,62,'show_admin_bar_front','true'),(1772,62,'locale',''),(1773,62,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1774,62,'wp_user_level','0'),(1775,62,'synced_gravatar_hashed_id','c53849a588c939e2408e6d12bbb4f4c9'),(1776,62,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566220100\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"demetriafredrick\";s:10:\"first_name\";s:8:\"Demetria\";s:9:\"last_name\";s:8:\"Fredrick\";s:10:\"user_email\";s:27:\"Demetria-Fredrick@gmail.com\";}'),(1777,62,'form_id','17'),(1778,62,'timestamp','1566220100'),(1779,62,'request',''),(1780,62,'_wpnonce','106c4e775c'),(1781,62,'_wp_http_referer','/register/'),(1783,62,'um_user_profile_url_slug_user_login','demetriafredrick'),(1785,62,'full_name','demetria fredrick'),(1786,62,'account_status','approved'),(1787,62,'session_tokens','a:1:{s:64:\"4fe30620b63cca4050dd597fb212638aa91569075106e6dce76a34ab88b88b03\";a:4:{s:10:\"expiration\";i:1566410909;s:2:\"ip\";s:15:\"196.245.217.176\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566238109;}}'),(1788,62,'_um_last_login','1566220109'),(1789,62,'um_account_secure_fields','a:0:{}'),(1790,63,'nickname','freddiemorisset'),(1791,63,'first_name','Freddie'),(1792,63,'last_name','Morisset'),(1793,63,'description',''),(1794,63,'rich_editing','true'),(1795,63,'syntax_highlighting','true'),(1796,63,'comment_shortcuts','false'),(1797,63,'admin_color','fresh'),(1798,63,'use_ssl','0'),(1799,63,'show_admin_bar_front','true'),(1800,63,'locale',''),(1801,63,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1802,63,'wp_user_level','0'),(1803,63,'synced_gravatar_hashed_id','c43e5ca48fa7a3b19064767a37974223'),(1804,63,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566221187\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"freddiemorisset\";s:10:\"first_name\";s:7:\"Freddie\";s:9:\"last_name\";s:8:\"Morisset\";s:10:\"user_email\";s:28:\"Freddie.Morisset63@gmail.com\";}'),(1805,63,'form_id','17'),(1806,63,'timestamp','1566221187'),(1807,63,'request',''),(1808,63,'_wpnonce','106c4e775c'),(1809,63,'_wp_http_referer','/register/'),(1811,63,'um_user_profile_url_slug_user_login','freddiemorisset'),(1813,63,'full_name','freddie morisset'),(1814,63,'account_status','approved'),(1815,63,'session_tokens','a:1:{s:64:\"adab556ddab1d46ace67c125768742584aa93625871217a5990e56bb83632595\";a:4:{s:10:\"expiration\";i:1566411995;s:2:\"ip\";s:15:\"151.237.188.211\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566239195;}}'),(1816,63,'_um_last_login','1566221195'),(1817,63,'um_account_secure_fields','a:0:{}'),(1818,64,'nickname','rhysvenuti733'),(1819,64,'first_name','Rhys'),(1820,64,'last_name','Venuti'),(1821,64,'description',''),(1822,64,'rich_editing','true'),(1823,64,'syntax_highlighting','true'),(1824,64,'comment_shortcuts','false'),(1825,64,'admin_color','fresh'),(1826,64,'use_ssl','0'),(1827,64,'show_admin_bar_front','true'),(1828,64,'locale',''),(1829,64,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1830,64,'wp_user_level','0'),(1831,64,'synced_gravatar_hashed_id','bfd7934def1ccebc86b02141ac3a6881'),(1832,64,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566227732\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"rhysvenuti733\";s:10:\"first_name\";s:4:\"Rhys\";s:9:\"last_name\";s:6:\"Venuti\";s:10:\"user_email\";s:21:\"Rhys_Venuti@gmail.com\";}'),(1833,64,'form_id','17'),(1834,64,'timestamp','1566227732'),(1835,64,'request',''),(1836,64,'_wpnonce','106c4e775c'),(1837,64,'_wp_http_referer','/register/'),(1839,64,'um_user_profile_url_slug_user_login','rhysvenuti733'),(1841,64,'full_name','rhys venuti'),(1842,64,'account_status','approved'),(1843,64,'session_tokens','a:1:{s:64:\"792edcc4ebd5c1ce7a3a3c1d79e98eb8fb3afdf72b819aae326f747a21262d45\";a:4:{s:10:\"expiration\";i:1566418542;s:2:\"ip\";s:15:\"162.212.174.169\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566245742;}}'),(1844,64,'_um_last_login','1566227742'),(1845,64,'um_account_secure_fields','a:0:{}'),(1846,65,'nickname','tgqsalvatore'),(1847,65,'first_name','Salvatore'),(1848,65,'last_name','Pettigrew'),(1849,65,'description',''),(1850,65,'rich_editing','true'),(1851,65,'syntax_highlighting','true'),(1852,65,'comment_shortcuts','false'),(1853,65,'admin_color','fresh'),(1854,65,'use_ssl','0'),(1855,65,'show_admin_bar_front','true'),(1856,65,'locale',''),(1857,65,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1858,65,'wp_user_level','0'),(1859,65,'synced_gravatar_hashed_id','07f6465280c1ff3543d352644e8d88bf'),(1860,65,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566229671\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:12:\"tgqsalvatore\";s:10:\"first_name\";s:9:\"Salvatore\";s:9:\"last_name\";s:9:\"Pettigrew\";s:10:\"user_email\";s:29:\"Salvatore.Pettigrew@gmail.com\";}'),(1861,65,'form_id','17'),(1862,65,'timestamp','1566229671'),(1863,65,'request',''),(1864,65,'redirect_to','https://buzz-caribbean.com/register/'),(1865,65,'_wpnonce','106c4e775c'),(1866,65,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(1868,65,'um_user_profile_url_slug_user_login','tgqsalvatore'),(1870,65,'full_name','salvatore pettigrew'),(1871,65,'account_status','approved'),(1872,66,'nickname','tammyz387419908'),(1873,66,'first_name','Tammy'),(1874,66,'last_name','Boles'),(1875,66,'description',''),(1876,66,'rich_editing','true'),(1877,66,'syntax_highlighting','true'),(1878,66,'comment_shortcuts','false'),(1879,66,'admin_color','fresh'),(1880,66,'use_ssl','0'),(1881,66,'show_admin_bar_front','true'),(1882,66,'locale',''),(1883,66,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1884,66,'wp_user_level','0'),(1885,66,'synced_gravatar_hashed_id','3ba4118da3ddda035e59f2cc58db104b'),(1886,66,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566230668\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"tammyz387419908\";s:10:\"first_name\";s:5:\"Tammy\";s:9:\"last_name\";s:5:\"Boles\";s:10:\"user_email\";s:23:\"Tammy.Boles38@gmail.com\";}'),(1887,66,'form_id','17'),(1888,66,'timestamp','1566230668'),(1889,66,'request',''),(1890,66,'_wpnonce','106c4e775c'),(1891,66,'_wp_http_referer','/register/'),(1893,66,'um_user_profile_url_slug_user_login','tammyz387419908'),(1895,66,'full_name','tammy boles'),(1896,66,'account_status','approved'),(1897,66,'session_tokens','a:1:{s:64:\"17f9a20f1cba52c5651bff7f5cb4092d22e1ba9501ebe2e48b7fa4e63f278333\";a:4:{s:10:\"expiration\";i:1566421477;s:2:\"ip\";s:15:\"109.230.218.101\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566248677;}}'),(1898,66,'_um_last_login','1566230677'),(1899,66,'um_account_secure_fields','a:0:{}'),(1900,67,'nickname','jacintograssi1'),(1901,67,'first_name','Jacinto'),(1902,67,'last_name','Grassi'),(1903,67,'description',''),(1904,67,'rich_editing','true'),(1905,67,'syntax_highlighting','true'),(1906,67,'comment_shortcuts','false'),(1907,67,'admin_color','fresh'),(1908,67,'use_ssl','0'),(1909,67,'show_admin_bar_front','true'),(1910,67,'locale',''),(1911,67,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1912,67,'wp_user_level','0'),(1913,67,'synced_gravatar_hashed_id','c931e7127b005b94fc064c28a97569fa'),(1914,67,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566234353\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"jacintograssi1\";s:10:\"first_name\";s:7:\"Jacinto\";s:9:\"last_name\";s:6:\"Grassi\";s:10:\"user_email\";s:24:\"Jacinto_Grassi@gmail.com\";}'),(1915,67,'form_id','17'),(1916,67,'timestamp','1566234353'),(1917,67,'request',''),(1918,67,'_wpnonce','106c4e775c'),(1919,67,'_wp_http_referer','/register/'),(1921,67,'um_user_profile_url_slug_user_login','jacintograssi1'),(1923,67,'full_name','jacinto grassi'),(1924,67,'account_status','approved'),(1925,67,'session_tokens','a:1:{s:64:\"3175afda130a88d6bb7b03eb4cd0a35c6e09377ed80ca91c115ae7d3b0499588\";a:4:{s:10:\"expiration\";i:1566425161;s:2:\"ip\";s:14:\"185.234.17.118\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566252361;}}'),(1926,67,'_um_last_login','1566234361'),(1927,67,'um_account_secure_fields','a:0:{}'),(1928,68,'nickname','ruby51087285599'),(1929,68,'first_name','Ruby'),(1930,68,'last_name','Dunford'),(1931,68,'description',''),(1932,68,'rich_editing','true'),(1933,68,'syntax_highlighting','true'),(1934,68,'comment_shortcuts','false'),(1935,68,'admin_color','fresh'),(1936,68,'use_ssl','0'),(1937,68,'show_admin_bar_front','true'),(1938,68,'locale',''),(1939,68,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1940,68,'wp_user_level','0'),(1941,68,'synced_gravatar_hashed_id','ca2ed9015674b7c83b53e7402c6c0453'),(1942,68,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566235849\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"ruby51087285599\";s:10:\"first_name\";s:4:\"Ruby\";s:9:\"last_name\";s:7:\"Dunford\";s:10:\"user_email\";s:22:\"Ruby.Dunford@gmail.com\";}'),(1943,68,'form_id','17'),(1944,68,'timestamp','1566235849'),(1945,68,'request',''),(1946,68,'_wpnonce','106c4e775c'),(1947,68,'_wp_http_referer','/register/'),(1949,68,'um_user_profile_url_slug_user_login','ruby51087285599'),(1951,68,'full_name','ruby dunford'),(1952,68,'account_status','approved'),(1953,68,'session_tokens','a:1:{s:64:\"cba7a7e07832d67feb0221849656e5cbef542c3bff462711dbb3451cf18a52ec\";a:4:{s:10:\"expiration\";i:1566426659;s:2:\"ip\";s:13:\"194.36.96.193\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566253859;}}'),(1954,68,'_um_last_login','1566235859'),(1955,68,'um_account_secure_fields','a:0:{}'),(1956,69,'nickname','margaritoaponte'),(1957,69,'first_name','Margarito'),(1958,69,'last_name','Aponte'),(1959,69,'description',''),(1960,69,'rich_editing','true'),(1961,69,'syntax_highlighting','true'),(1962,69,'comment_shortcuts','false'),(1963,69,'admin_color','fresh'),(1964,69,'use_ssl','0'),(1965,69,'show_admin_bar_front','true'),(1966,69,'locale',''),(1967,69,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1968,69,'wp_user_level','0'),(1969,69,'synced_gravatar_hashed_id','7e4b6432b0720175369385b0595965c2'),(1970,69,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566236792\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"margaritoaponte\";s:10:\"first_name\";s:9:\"Margarito\";s:9:\"last_name\";s:6:\"Aponte\";s:10:\"user_email\";s:28:\"Margarito.Aponte93@gmail.com\";}'),(1971,69,'form_id','17'),(1972,69,'timestamp','1566236792'),(1973,69,'request',''),(1974,69,'_wpnonce','106c4e775c'),(1975,69,'_wp_http_referer','/register/'),(1977,69,'um_user_profile_url_slug_user_login','margaritoaponte'),(1979,69,'full_name','margarito aponte'),(1980,69,'account_status','approved'),(1981,69,'session_tokens','a:1:{s:64:\"7e51a56bde6141eef7f2905a47a1974a6cf7b5e646ba97e92c26f2c59245ab62\";a:4:{s:10:\"expiration\";i:1566427603;s:2:\"ip\";s:15:\"196.245.217.176\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566254803;}}'),(1982,69,'_um_last_login','1566236803'),(1983,69,'um_account_secure_fields','a:0:{}'),(1984,70,'nickname','altonbeauchamp'),(1985,70,'first_name','Alton'),(1986,70,'last_name','Beauchamp'),(1987,70,'description',''),(1988,70,'rich_editing','true'),(1989,70,'syntax_highlighting','true'),(1990,70,'comment_shortcuts','false'),(1991,70,'admin_color','fresh'),(1992,70,'use_ssl','0'),(1993,70,'show_admin_bar_front','true'),(1994,70,'locale',''),(1995,70,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1996,70,'wp_user_level','0'),(1997,70,'synced_gravatar_hashed_id','388cbafd7ff67c5da00d354663b99dab'),(1998,70,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566239536\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"106c4e775c\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"altonbeauchamp\";s:10:\"first_name\";s:5:\"Alton\";s:9:\"last_name\";s:9:\"Beauchamp\";s:10:\"user_email\";s:27:\"Alton.Beauchamp50@gmail.com\";}'),(1999,70,'form_id','17'),(2000,70,'timestamp','1566239536'),(2001,70,'request',''),(2002,70,'redirect_to','https://buzz-caribbean.com/register/'),(2003,70,'_wpnonce','106c4e775c'),(2004,70,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(2006,70,'um_user_profile_url_slug_user_login','altonbeauchamp'),(2008,70,'full_name','alton beauchamp'),(2009,70,'account_status','approved'),(2010,71,'nickname','wesleymsa0025'),(2011,71,'first_name','Wesley'),(2012,71,'last_name','Prada'),(2013,71,'description',''),(2014,71,'rich_editing','true'),(2015,71,'syntax_highlighting','true'),(2016,71,'comment_shortcuts','false'),(2017,71,'admin_color','fresh'),(2018,71,'use_ssl','0'),(2019,71,'show_admin_bar_front','true'),(2020,71,'locale',''),(2021,71,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2022,71,'wp_user_level','0'),(2023,71,'synced_gravatar_hashed_id','8c75f918a31f707b38b56ae625deaeb0'),(2024,71,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566241920\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ea6bd615b2\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"wesleymsa0025\";s:10:\"first_name\";s:6:\"Wesley\";s:9:\"last_name\";s:5:\"Prada\";s:10:\"user_email\";s:22:\"Wesley_Prada@gmail.com\";}'),(2025,71,'form_id','17'),(2026,71,'timestamp','1566241920'),(2027,71,'request',''),(2028,71,'_wpnonce','ea6bd615b2'),(2029,71,'_wp_http_referer','/register/'),(2031,71,'um_user_profile_url_slug_user_login','wesleymsa0025'),(2033,71,'full_name','wesley prada'),(2034,71,'account_status','approved'),(2035,71,'session_tokens','a:1:{s:64:\"1e0e394a41732a90c3fd913ce1fdfeee59f26c6043c1da7ffefcf0f1e89ce264\";a:4:{s:10:\"expiration\";i:1566432730;s:2:\"ip\";s:14:\"185.234.17.106\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566259930;}}'),(2036,71,'_um_last_login','1566241930'),(2037,71,'um_account_secure_fields','a:0:{}'),(2038,72,'nickname','jame5681080'),(2039,72,'first_name','Jame'),(2040,72,'last_name','Tibbetts'),(2041,72,'description',''),(2042,72,'rich_editing','true'),(2043,72,'syntax_highlighting','true'),(2044,72,'comment_shortcuts','false'),(2045,72,'admin_color','fresh'),(2046,72,'use_ssl','0'),(2047,72,'show_admin_bar_front','true'),(2048,72,'locale',''),(2049,72,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2050,72,'wp_user_level','0'),(2051,72,'synced_gravatar_hashed_id','6dd1d9dcd3be60b44a052f91e006d1fb'),(2052,72,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566248013\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ea6bd615b2\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"jame5681080\";s:10:\"first_name\";s:4:\"Jame\";s:9:\"last_name\";s:8:\"Tibbetts\";s:10:\"user_email\";s:25:\"Jame.Tibbetts22@gmail.com\";}'),(2053,72,'form_id','17'),(2054,72,'timestamp','1566248013'),(2055,72,'request',''),(2056,72,'_wpnonce','ea6bd615b2'),(2057,72,'_wp_http_referer','/register/'),(2059,72,'um_user_profile_url_slug_user_login','jame5681080'),(2061,72,'full_name','jame tibbetts'),(2062,72,'account_status','approved'),(2063,72,'session_tokens','a:1:{s:64:\"848505d42ed982f270b5f25345605a57528dc095a16dc27dee8c091c859d8379\";a:4:{s:10:\"expiration\";i:1566438824;s:2:\"ip\";s:14:\"109.230.218.22\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566266024;}}'),(2064,72,'_um_last_login','1566248024'),(2065,72,'um_account_secure_fields','a:0:{}'),(2066,73,'nickname','burtonwendt'),(2067,73,'first_name','Burton'),(2068,73,'last_name','Wendt'),(2069,73,'description',''),(2070,73,'rich_editing','true'),(2071,73,'syntax_highlighting','true'),(2072,73,'comment_shortcuts','false'),(2073,73,'admin_color','fresh'),(2074,73,'use_ssl','0'),(2075,73,'show_admin_bar_front','true'),(2076,73,'locale',''),(2077,73,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2078,73,'wp_user_level','0'),(2079,73,'synced_gravatar_hashed_id','53ad607c5e7c0fed2fd9bf129141f5a1'),(2080,73,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566251391\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ea6bd615b2\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"burtonwendt\";s:10:\"first_name\";s:6:\"Burton\";s:9:\"last_name\";s:5:\"Wendt\";s:10:\"user_email\";s:22:\"Burton_Wendt@gmail.com\";}'),(2081,73,'form_id','17'),(2082,73,'timestamp','1566251391'),(2083,73,'request',''),(2084,73,'_wpnonce','ea6bd615b2'),(2085,73,'_wp_http_referer','/register/'),(2087,73,'um_user_profile_url_slug_user_login','burtonwendt'),(2089,73,'full_name','burton wendt'),(2090,73,'account_status','approved'),(2091,73,'session_tokens','a:1:{s:64:\"5bc9e2382d58ef21695c42f018a2e01ad99cc6e5960436c1119ce3adffbdae9c\";a:4:{s:10:\"expiration\";i:1566442197;s:2:\"ip\";s:14:\"151.237.188.78\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566269397;}}'),(2092,73,'_um_last_login','1566251397'),(2093,73,'um_account_secure_fields','a:0:{}'),(2094,74,'nickname','joanngosse79642'),(2095,74,'first_name','Joann'),(2096,74,'last_name','Gosse'),(2097,74,'description',''),(2098,74,'rich_editing','true'),(2099,74,'syntax_highlighting','true'),(2100,74,'comment_shortcuts','false'),(2101,74,'admin_color','fresh'),(2102,74,'use_ssl','0'),(2103,74,'show_admin_bar_front','true'),(2104,74,'locale',''),(2105,74,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2106,74,'wp_user_level','0'),(2107,74,'synced_gravatar_hashed_id','7a3665a6074e633b15bdf78f29bceaf9'),(2108,74,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566252947\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ea6bd615b2\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"joanngosse79642\";s:10:\"first_name\";s:5:\"Joann\";s:9:\"last_name\";s:5:\"Gosse\";s:10:\"user_email\";s:21:\"Joann.Gosse@gmail.com\";}'),(2109,74,'form_id','17'),(2110,74,'timestamp','1566252947'),(2111,74,'request',''),(2112,74,'_wpnonce','ea6bd615b2'),(2113,74,'_wp_http_referer','/register/'),(2115,74,'um_user_profile_url_slug_user_login','joanngosse79642'),(2117,74,'full_name','joann gosse'),(2118,74,'account_status','approved'),(2119,74,'session_tokens','a:1:{s:64:\"8a13d3e9e049a1287b29d9d10bcd416b9894077141aec80e4b26e37df13c5bf3\";a:4:{s:10:\"expiration\";i:1566443754;s:2:\"ip\";s:15:\"107.158.223.197\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566270954;}}'),(2120,74,'_um_last_login','1566252954'),(2121,74,'um_account_secure_fields','a:0:{}'),(2122,75,'nickname','georgettabriggs'),(2123,75,'first_name','Georgetta'),(2124,75,'last_name','Briggs'),(2125,75,'description',''),(2126,75,'rich_editing','true'),(2127,75,'syntax_highlighting','true'),(2128,75,'comment_shortcuts','false'),(2129,75,'admin_color','fresh'),(2130,75,'use_ssl','0'),(2131,75,'show_admin_bar_front','true'),(2132,75,'locale',''),(2133,75,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2134,75,'wp_user_level','0'),(2135,75,'synced_gravatar_hashed_id','07ce23cf54959fda1a7a53b78738e42d'),(2136,75,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566254773\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ea6bd615b2\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"georgettabriggs\";s:10:\"first_name\";s:9:\"Georgetta\";s:9:\"last_name\";s:6:\"Briggs\";s:10:\"user_email\";s:26:\"Georgetta_Briggs@gmail.com\";}'),(2137,75,'form_id','17'),(2138,75,'timestamp','1566254773'),(2139,75,'request',''),(2140,75,'_wpnonce','ea6bd615b2'),(2141,75,'_wp_http_referer','/register/'),(2143,75,'um_user_profile_url_slug_user_login','georgettabriggs'),(2145,75,'full_name','georgetta briggs'),(2146,75,'account_status','approved'),(2147,75,'session_tokens','a:1:{s:64:\"ebce117426a3f4a915d3d4ba735fa19ca629b37a9254f107b68484ea69a88a06\";a:4:{s:10:\"expiration\";i:1566445581;s:2:\"ip\";s:15:\"162.212.174.169\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566272781;}}'),(2148,75,'_um_last_login','1566254781'),(2149,75,'um_account_secure_fields','a:0:{}'),(2150,76,'nickname','christiankirsova'),(2151,76,'first_name','Christian'),(2152,76,'last_name','Kirsova'),(2153,76,'description',''),(2154,76,'rich_editing','true'),(2155,76,'syntax_highlighting','true'),(2156,76,'comment_shortcuts','false'),(2157,76,'admin_color','fresh'),(2158,76,'use_ssl','0'),(2159,76,'show_admin_bar_front','true'),(2160,76,'locale',''),(2161,76,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2162,76,'wp_user_level','0'),(2163,76,'synced_gravatar_hashed_id','aa67b1c801462790a950a73aba5d4f5c'),(2164,76,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566262577\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ea6bd615b2\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"christiankirsova\";s:10:\"first_name\";s:9:\"Christian\";s:9:\"last_name\";s:7:\"Kirsova\";s:10:\"user_email\";s:28:\"Christian.Kirsova8@gmail.com\";}'),(2165,76,'form_id','17'),(2166,76,'timestamp','1566262577'),(2167,76,'request',''),(2168,76,'_wpnonce','ea6bd615b2'),(2169,76,'_wp_http_referer','/register/'),(2171,76,'um_user_profile_url_slug_user_login','christiankirsova'),(2173,76,'full_name','christian kirsova'),(2174,76,'account_status','approved'),(2175,76,'session_tokens','a:1:{s:64:\"d7cf55eda0ee69e745c886f5e2937fd5e0e456f48fea8bd4b389053678826d72\";a:4:{s:10:\"expiration\";i:1566453389;s:2:\"ip\";s:15:\"162.212.174.169\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566280589;}}'),(2176,76,'_um_last_login','1566262589'),(2177,76,'um_account_secure_fields','a:0:{}'),(2178,77,'nickname','violetmattox10'),(2179,77,'first_name','Violet'),(2180,77,'last_name','Mattox'),(2181,77,'description',''),(2182,77,'rich_editing','true'),(2183,77,'syntax_highlighting','true'),(2184,77,'comment_shortcuts','false'),(2185,77,'admin_color','fresh'),(2186,77,'use_ssl','0'),(2187,77,'show_admin_bar_front','true'),(2188,77,'locale',''),(2189,77,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2190,77,'wp_user_level','0'),(2191,77,'synced_gravatar_hashed_id','7a3d0fcda856c9073ccd3b15b780091f'),(2192,77,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566267526\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ea6bd615b2\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"violetmattox10\";s:10:\"first_name\";s:6:\"Violet\";s:9:\"last_name\";s:6:\"Mattox\";s:10:\"user_email\";s:23:\"Violet-Mattox@gmail.com\";}'),(2193,77,'form_id','17'),(2194,77,'timestamp','1566267526'),(2195,77,'request',''),(2196,77,'_wpnonce','ea6bd615b2'),(2197,77,'_wp_http_referer','/register/'),(2199,77,'um_user_profile_url_slug_user_login','violetmattox10'),(2201,77,'full_name','violet mattox'),(2202,77,'account_status','approved'),(2203,77,'session_tokens','a:1:{s:64:\"0e2894c4ea34c543a75eb28ce5fcc9bbe5e7f2c0cfc0e0603ac8530d3ef0bd67\";a:4:{s:10:\"expiration\";i:1566458335;s:2:\"ip\";s:12:\"194.36.96.48\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566285535;}}'),(2204,77,'_um_last_login','1566267535'),(2205,77,'um_account_secure_fields','a:0:{}'),(2206,78,'nickname','eugeniachapman5'),(2207,78,'first_name','Eugenia'),(2208,78,'last_name','Chapman'),(2209,78,'description',''),(2210,78,'rich_editing','true'),(2211,78,'syntax_highlighting','true'),(2212,78,'comment_shortcuts','false'),(2213,78,'admin_color','fresh'),(2214,78,'use_ssl','0'),(2215,78,'show_admin_bar_front','true'),(2216,78,'locale',''),(2217,78,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2218,78,'wp_user_level','0'),(2219,78,'synced_gravatar_hashed_id','12d489cb2f3a426289509da8abcef544'),(2220,78,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566285386\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"eugeniachapman5\";s:10:\"first_name\";s:7:\"Eugenia\";s:9:\"last_name\";s:7:\"Chapman\";s:10:\"user_email\";s:25:\"Eugenia-Chapman@gmail.com\";}'),(2221,78,'form_id','17'),(2222,78,'timestamp','1566285386'),(2223,78,'request',''),(2224,78,'_wpnonce','1ccdb99b48'),(2225,78,'_wp_http_referer','/register/'),(2227,78,'um_user_profile_url_slug_user_login','eugeniachapman5'),(2229,78,'full_name','eugenia chapman'),(2230,78,'account_status','approved'),(2231,78,'session_tokens','a:1:{s:64:\"8babd07881710fc7b0adba7b7b759f70d66d878b15c5edce617ee3a78e8da043\";a:4:{s:10:\"expiration\";i:1566476198;s:2:\"ip\";s:14:\"185.234.17.106\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566303398;}}'),(2232,78,'_um_last_login','1566285398'),(2233,78,'um_account_secure_fields','a:0:{}'),(2234,79,'nickname','winstonplumlee3'),(2235,79,'first_name','Winston'),(2236,79,'last_name','Plumlee'),(2237,79,'description',''),(2238,79,'rich_editing','true'),(2239,79,'syntax_highlighting','true'),(2240,79,'comment_shortcuts','false'),(2241,79,'admin_color','fresh'),(2242,79,'use_ssl','0'),(2243,79,'show_admin_bar_front','true'),(2244,79,'locale',''),(2245,79,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2246,79,'wp_user_level','0'),(2247,79,'synced_gravatar_hashed_id','efc0150e166ac0002d074bc31e40d197'),(2248,79,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566286059\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"winstonplumlee3\";s:10:\"first_name\";s:7:\"Winston\";s:9:\"last_name\";s:7:\"Plumlee\";s:10:\"user_email\";s:26:\"Winston_Plumlee1@gmail.com\";}'),(2249,79,'form_id','17'),(2250,79,'timestamp','1566286059'),(2251,79,'request',''),(2252,79,'_wpnonce','1ccdb99b48'),(2253,79,'_wp_http_referer','/register/'),(2255,79,'um_user_profile_url_slug_user_login','winstonplumlee3'),(2257,79,'full_name','winston plumlee'),(2258,79,'account_status','approved'),(2259,79,'session_tokens','a:1:{s:64:\"a9abb10deb725c7f68869d5845d3a81e955286924ccce3598d2569de2cb2d085\";a:4:{s:10:\"expiration\";i:1566476866;s:2:\"ip\";s:15:\"109.230.218.150\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566304066;}}'),(2260,79,'_um_last_login','1566286066'),(2261,79,'um_account_secure_fields','a:0:{}'),(2263,80,'nickname','terrieade48'),(2264,80,'first_name','Terrie'),(2265,80,'last_name','Wilmer'),(2266,80,'description',''),(2267,80,'rich_editing','true'),(2268,80,'syntax_highlighting','true'),(2269,80,'comment_shortcuts','false'),(2270,80,'admin_color','fresh'),(2271,80,'use_ssl','0'),(2272,80,'show_admin_bar_front','true'),(2273,80,'locale',''),(2274,80,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2275,80,'wp_user_level','0'),(2276,80,'_yoast_wpseo_profile_updated','1566308147'),(2277,80,'synced_gravatar_hashed_id','05febc18414d8979026196270f08538f'),(2278,80,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566290140\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"terrieade48\";s:10:\"first_name\";s:6:\"Terrie\";s:9:\"last_name\";s:6:\"Wilmer\";s:10:\"user_email\";s:25:\"Terrie.Wilmer29@gmail.com\";}'),(2279,80,'form_id','17'),(2280,80,'timestamp','1566290140'),(2281,80,'request',''),(2282,80,'_wpnonce','1ccdb99b48'),(2283,80,'_wp_http_referer','/register/'),(2285,80,'um_user_profile_url_slug_user_login','terrieade48'),(2287,80,'full_name','terrie wilmer'),(2288,80,'account_status','approved'),(2289,80,'session_tokens','a:1:{s:64:\"3acee8c034e846f9865453ae9abdd88f6484cd752916139bb9efdc60bc225725\";a:4:{s:10:\"expiration\";i:1566480948;s:2:\"ip\";s:14:\"109.230.218.22\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566308148;}}'),(2290,80,'_um_last_login','1566290148'),(2291,80,'um_account_secure_fields','a:0:{}'),(2292,12,'_yoast_wpseo_profile_updated','1566929525'),(2293,12,'wpseo_title',''),(2294,12,'wpseo_metadesc',''),(2295,12,'wpseo_noindex_author',''),(2296,12,'wpseo_content_analysis_disable',''),(2297,12,'wpseo_keyword_analysis_disable',''),(2298,12,'facebook',''),(2299,12,'instagram',''),(2300,12,'linkedin',''),(2301,12,'myspace',''),(2302,12,'pinterest',''),(2303,12,'soundcloud',''),(2304,12,'tumblr',''),(2305,12,'twitter',''),(2306,12,'youtube',''),(2307,12,'wikipedia',''),(2309,15,'_yoast_wpseo_profile_updated','1566309682'),(2310,2,'_yoast_wpseo_profile_updated','1566309682'),(2311,22,'_yoast_wpseo_profile_updated','1566309682'),(2312,21,'_yoast_wpseo_profile_updated','1566309682'),(2313,23,'_yoast_wpseo_profile_updated','1566309682'),(2314,6,'_yoast_wpseo_profile_updated','1566309682'),(2315,1,'_yoast_wpseo_profile_updated','1566309682'),(2316,26,'_yoast_wpseo_profile_updated','1566309682'),(2317,3,'_yoast_wpseo_profile_updated','1566309682'),(2318,8,'_yoast_wpseo_profile_updated','1566309682'),(2319,7,'_yoast_wpseo_profile_updated','1566309682'),(2320,14,'_yoast_wpseo_profile_updated','1566309682'),(2321,16,'_yoast_wpseo_profile_updated','1566309682'),(2322,5,'_yoast_wpseo_profile_updated','1566309682'),(2323,17,'_yoast_wpseo_profile_updated','1566309682'),(2324,13,'_yoast_wpseo_profile_updated','1566309682'),(2325,4,'_yoast_wpseo_profile_updated','1566309682'),(2326,9,'_yoast_wpseo_profile_updated','1566309682'),(2327,11,'_yoast_wpseo_profile_updated','1566309682'),(2330,81,'nickname','ottofredericks'),(2331,81,'first_name','Otto'),(2332,81,'last_name','Fredericks'),(2333,81,'description',''),(2334,81,'rich_editing','true'),(2335,81,'syntax_highlighting','true'),(2336,81,'comment_shortcuts','false'),(2337,81,'admin_color','fresh'),(2338,81,'use_ssl','0'),(2339,81,'show_admin_bar_front','true'),(2340,81,'locale',''),(2341,81,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2342,81,'wp_user_level','0'),(2343,81,'_yoast_wpseo_profile_updated','1566314883'),(2344,81,'synced_gravatar_hashed_id','e009d38345286c42f3ffaaa3036f1152'),(2345,81,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566296873\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"ottofredericks\";s:10:\"first_name\";s:4:\"Otto\";s:9:\"last_name\";s:10:\"Fredericks\";s:10:\"user_email\";s:27:\"Otto-Fredericks63@gmail.com\";}'),(2346,81,'form_id','17'),(2347,81,'timestamp','1566296873'),(2348,81,'request',''),(2349,81,'_wpnonce','1ccdb99b48'),(2350,81,'_wp_http_referer','/register/'),(2352,81,'um_user_profile_url_slug_user_login','ottofredericks'),(2354,81,'full_name','otto fredericks'),(2355,81,'account_status','approved'),(2356,81,'session_tokens','a:1:{s:64:\"93ac837038c9b9356385d8128e4b898a99a7c1a8184da3076507ca1aba51c51b\";a:4:{s:10:\"expiration\";i:1566487684;s:2:\"ip\";s:15:\"162.212.174.194\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566314884;}}'),(2357,81,'_um_last_login','1566296884'),(2358,81,'um_account_secure_fields','a:0:{}'),(2359,82,'nickname','jackk1961880'),(2360,82,'first_name','Jack'),(2361,82,'last_name','Conolly'),(2362,82,'description',''),(2363,82,'rich_editing','true'),(2364,82,'syntax_highlighting','true'),(2365,82,'comment_shortcuts','false'),(2366,82,'admin_color','fresh'),(2367,82,'use_ssl','0'),(2368,82,'show_admin_bar_front','true'),(2369,82,'locale',''),(2370,82,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2371,82,'wp_user_level','0'),(2372,82,'_yoast_wpseo_profile_updated','1566318071'),(2373,82,'synced_gravatar_hashed_id','c021516979670c1a29c137acb089109f'),(2374,82,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566300060\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:12:\"jackk1961880\";s:10:\"first_name\";s:4:\"Jack\";s:9:\"last_name\";s:7:\"Conolly\";s:10:\"user_email\";s:22:\"Jack-Conolly@gmail.com\";}'),(2375,82,'form_id','17'),(2376,82,'timestamp','1566300060'),(2377,82,'request',''),(2378,82,'redirect_to','https://buzz-caribbean.com/register/'),(2379,82,'_wpnonce','1ccdb99b48'),(2380,82,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(2382,82,'um_user_profile_url_slug_user_login','jackk1961880'),(2384,82,'full_name','jack conolly'),(2385,82,'account_status','approved'),(2386,83,'nickname','dariokopf865822'),(2387,83,'first_name','Dario'),(2388,83,'last_name','Kopf'),(2389,83,'description',''),(2390,83,'rich_editing','true'),(2391,83,'syntax_highlighting','true'),(2392,83,'comment_shortcuts','false'),(2393,83,'admin_color','fresh'),(2394,83,'use_ssl','0'),(2395,83,'show_admin_bar_front','true'),(2396,83,'locale',''),(2397,83,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2398,83,'wp_user_level','0'),(2399,83,'_yoast_wpseo_profile_updated','1566319933'),(2400,83,'synced_gravatar_hashed_id','7c82be5bf067e8054d866ed63791aa53'),(2401,83,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566301927\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"dariokopf865822\";s:10:\"first_name\";s:5:\"Dario\";s:9:\"last_name\";s:4:\"Kopf\";s:10:\"user_email\";s:22:\"Dario_Kopf83@gmail.com\";}'),(2402,83,'form_id','17'),(2403,83,'timestamp','1566301927'),(2404,83,'request',''),(2405,83,'_wpnonce','1ccdb99b48'),(2406,83,'_wp_http_referer','/register/'),(2408,83,'um_user_profile_url_slug_user_login','dariokopf865822'),(2410,83,'full_name','dario kopf'),(2411,83,'account_status','approved'),(2412,83,'session_tokens','a:1:{s:64:\"c31bb8a4548790a965952b04c0fd06d229ae61db4bd8fabac8dd7ca8726e1216\";a:4:{s:10:\"expiration\";i:1566492734;s:2:\"ip\";s:14:\"107.158.223.23\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566319934;}}'),(2413,83,'_um_last_login','1566301934'),(2414,83,'um_account_secure_fields','a:0:{}'),(2415,84,'nickname','sybilleichhardt'),(2416,84,'first_name','Sybil'),(2417,84,'last_name','Leichhardt'),(2418,84,'description',''),(2419,84,'rich_editing','true'),(2420,84,'syntax_highlighting','true'),(2421,84,'comment_shortcuts','false'),(2422,84,'admin_color','fresh'),(2423,84,'use_ssl','0'),(2424,84,'show_admin_bar_front','true'),(2425,84,'locale',''),(2426,84,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2427,84,'wp_user_level','0'),(2428,84,'_yoast_wpseo_profile_updated','1566324937'),(2429,84,'synced_gravatar_hashed_id','1f22f3af06b02b7b804b362b87e7a48c'),(2430,84,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566306926\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"sybilleichhardt\";s:10:\"first_name\";s:5:\"Sybil\";s:9:\"last_name\";s:10:\"Leichhardt\";s:10:\"user_email\";s:26:\"Sybil_Leichhardt@gmail.com\";}'),(2431,84,'form_id','17'),(2432,84,'timestamp','1566306926'),(2433,84,'request',''),(2434,84,'_wpnonce','1ccdb99b48'),(2435,84,'_wp_http_referer','/register/'),(2437,84,'um_user_profile_url_slug_user_login','sybilleichhardt'),(2439,84,'full_name','sybil leichhardt'),(2440,84,'account_status','approved'),(2441,84,'session_tokens','a:1:{s:64:\"3ea3e7ee839c30a896422ddceb1b501dfa4af300ec93bc38503af5559526a785\";a:4:{s:10:\"expiration\";i:1566497737;s:2:\"ip\";s:15:\"162.212.174.194\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566324937;}}'),(2442,84,'_um_last_login','1566306937'),(2443,84,'um_account_secure_fields','a:0:{}'),(2445,12,'wp_user-settings','libraryContent=browse&posts_list_mode=list&mfold=o&imgsize=thumbnail'),(2446,12,'wp_user-settings-time','1566970942'),(2448,85,'nickname','skyeramer473'),(2449,85,'first_name','Skye'),(2450,85,'last_name','Ramer'),(2451,85,'description',''),(2452,85,'rich_editing','true'),(2453,85,'syntax_highlighting','true'),(2454,85,'comment_shortcuts','false'),(2455,85,'admin_color','fresh'),(2456,85,'use_ssl','0'),(2457,85,'show_admin_bar_front','true'),(2458,85,'locale',''),(2459,85,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2460,85,'wp_user_level','0'),(2461,85,'_yoast_wpseo_profile_updated','1566330900'),(2462,85,'synced_gravatar_hashed_id','0e3115c1511761974954d76b0f9cdab4'),(2463,85,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566312889\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"skyeramer473\";s:10:\"first_name\";s:4:\"Skye\";s:9:\"last_name\";s:5:\"Ramer\";s:10:\"user_email\";s:20:\"Skye.Ramer@gmail.com\";}'),(2464,85,'form_id','17'),(2465,85,'timestamp','1566312889'),(2466,85,'request',''),(2467,85,'_wpnonce','1ccdb99b48'),(2468,85,'_wp_http_referer','/register/'),(2470,85,'um_user_profile_url_slug_user_login','skyeramer473'),(2472,85,'full_name','skye ramer'),(2473,85,'account_status','approved'),(2474,85,'session_tokens','a:1:{s:64:\"eba03ba6f2f8b1fa796f92405a9ef72f43115279ffa724624e9911c370ae84c0\";a:4:{s:10:\"expiration\";i:1566503701;s:2:\"ip\";s:14:\"107.158.223.95\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566330901;}}'),(2475,85,'_um_last_login','1566312901'),(2476,85,'um_account_secure_fields','a:0:{}'),(2478,12,'manageedit-outcolumnshidden','a:5:{i:0;s:11:\"wpseo-links\";i:1;s:11:\"wpseo-score\";i:2;s:23:\"wpseo-score-readability\";i:3;s:14:\"wpseo-metadesc\";i:4;s:13:\"wpseo-focuskw\";}'),(2479,12,'edit_out_per_page','20'),(2480,12,'closedpostboxes_page','a:3:{i:0;s:10:\"wpseo_meta\";i:1;s:15:\"smpush-meta-box\";i:2;s:22:\"yoast_internal_linking\";}'),(2481,12,'metaboxhidden_page','a:0:{}'),(2482,86,'nickname','cgmphillipp'),(2483,86,'first_name','Phillipp'),(2484,86,'last_name','Lehman'),(2485,86,'description',''),(2486,86,'rich_editing','true'),(2487,86,'syntax_highlighting','true'),(2488,86,'comment_shortcuts','false'),(2489,86,'admin_color','fresh'),(2490,86,'use_ssl','0'),(2491,86,'show_admin_bar_front','true'),(2492,86,'locale',''),(2493,86,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2494,86,'wp_user_level','0'),(2495,86,'_yoast_wpseo_profile_updated','1566336293'),(2496,86,'synced_gravatar_hashed_id','394707e9caa47477f5a92bfe61801a4e'),(2497,86,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566318285\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"cgmphillipp\";s:10:\"first_name\";s:8:\"Phillipp\";s:9:\"last_name\";s:6:\"Lehman\";s:10:\"user_email\";s:27:\"Phillipp_Lehman42@gmail.com\";}'),(2498,86,'form_id','17'),(2499,86,'timestamp','1566318285'),(2500,86,'request',''),(2501,86,'_wpnonce','1ccdb99b48'),(2502,86,'_wp_http_referer','/register/'),(2504,86,'um_user_profile_url_slug_user_login','cgmphillipp'),(2506,86,'full_name','phillipp lehman'),(2507,86,'account_status','approved'),(2508,86,'session_tokens','a:1:{s:64:\"9c27ab1bf27eb29327d00dbca50787a14da98233e5318036fcfe6425938ea190\";a:4:{s:10:\"expiration\";i:1566509093;s:2:\"ip\";s:15:\"109.230.218.150\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566336293;}}'),(2509,86,'_um_last_login','1566318293'),(2510,86,'um_account_secure_fields','a:0:{}'),(2511,87,'nickname','louisutc54084'),(2512,87,'first_name','Louis'),(2513,87,'last_name','Lehner'),(2514,87,'description',''),(2515,87,'rich_editing','true'),(2516,87,'syntax_highlighting','true'),(2517,87,'comment_shortcuts','false'),(2518,87,'admin_color','fresh'),(2519,87,'use_ssl','0'),(2520,87,'show_admin_bar_front','true'),(2521,87,'locale',''),(2522,87,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2523,87,'wp_user_level','0'),(2524,87,'_yoast_wpseo_profile_updated','1566339308'),(2525,87,'synced_gravatar_hashed_id','c1eeeb3bdc58f6acea746c692d706a76'),(2526,87,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566321298\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"louisutc54084\";s:10:\"first_name\";s:5:\"Louis\";s:9:\"last_name\";s:6:\"Lehner\";s:10:\"user_email\";s:24:\"Louis-Lehner59@gmail.com\";}'),(2527,87,'form_id','17'),(2528,87,'timestamp','1566321298'),(2529,87,'request',''),(2530,87,'_wpnonce','1ccdb99b48'),(2531,87,'_wp_http_referer','/register/'),(2533,87,'um_user_profile_url_slug_user_login','louisutc54084'),(2535,87,'full_name','louis lehner'),(2536,87,'account_status','approved'),(2537,87,'session_tokens','a:1:{s:64:\"f1bc3b97af012f8e1be2ad72e0428866bf896ca0e33039719b4520a7891f3742\";a:4:{s:10:\"expiration\";i:1566512108;s:2:\"ip\";s:15:\"109.230.218.101\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566339308;}}'),(2538,87,'_um_last_login','1566321308'),(2539,87,'um_account_secure_fields','a:0:{}'),(2540,88,'nickname','odellmajeski42'),(2541,88,'first_name','Odell'),(2542,88,'last_name','Majeski'),(2543,88,'description',''),(2544,88,'rich_editing','true'),(2545,88,'syntax_highlighting','true'),(2546,88,'comment_shortcuts','false'),(2547,88,'admin_color','fresh'),(2548,88,'use_ssl','0'),(2549,88,'show_admin_bar_front','true'),(2550,88,'locale',''),(2551,88,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2552,88,'wp_user_level','0'),(2553,88,'_yoast_wpseo_profile_updated','1566341660'),(2554,88,'synced_gravatar_hashed_id','6d67557e425f5b03fe7d06a2c171c4f8'),(2555,88,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566323648\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"odellmajeski42\";s:10:\"first_name\";s:5:\"Odell\";s:9:\"last_name\";s:7:\"Majeski\";s:10:\"user_email\";s:25:\"Odell_Majeski94@gmail.com\";}'),(2556,88,'form_id','17'),(2557,88,'timestamp','1566323648'),(2558,88,'request',''),(2559,88,'_wpnonce','1ccdb99b48'),(2560,88,'_wp_http_referer','/register/'),(2562,88,'um_user_profile_url_slug_user_login','odellmajeski42'),(2564,88,'full_name','odell majeski'),(2565,88,'account_status','approved'),(2566,88,'session_tokens','a:1:{s:64:\"7a4d1c9cbd09299d0b75825306e567436ac84fe4fd5ab77b9fbed44932462903\";a:4:{s:10:\"expiration\";i:1566514460;s:2:\"ip\";s:15:\"162.212.174.194\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566341660;}}'),(2567,88,'_um_last_login','1566323660'),(2568,88,'um_account_secure_fields','a:0:{}'),(2569,89,'nickname','cathyworthen44'),(2570,89,'first_name','Cathy'),(2571,89,'last_name','Worthen'),(2572,89,'description',''),(2573,89,'rich_editing','true'),(2574,89,'syntax_highlighting','true'),(2575,89,'comment_shortcuts','false'),(2576,89,'admin_color','fresh'),(2577,89,'use_ssl','0'),(2578,89,'show_admin_bar_front','true'),(2579,89,'locale',''),(2580,89,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2581,89,'wp_user_level','0'),(2582,89,'_yoast_wpseo_profile_updated','1566344798'),(2583,89,'synced_gravatar_hashed_id','6c990f81fe5693ba4dc6ac8d543bfe45'),(2584,89,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566326788\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1ccdb99b48\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"cathyworthen44\";s:10:\"first_name\";s:5:\"Cathy\";s:9:\"last_name\";s:7:\"Worthen\";s:10:\"user_email\";s:23:\"Cathy_Worthen@gmail.com\";}'),(2585,89,'form_id','17'),(2586,89,'timestamp','1566326788'),(2587,89,'request',''),(2588,89,'_wpnonce','1ccdb99b48'),(2589,89,'_wp_http_referer','/register/'),(2591,89,'um_user_profile_url_slug_user_login','cathyworthen44'),(2593,89,'full_name','cathy worthen'),(2594,89,'account_status','approved'),(2595,89,'session_tokens','a:1:{s:64:\"c0a30672f2504859c37f30d51316b76bbc51cefc5750581dc29265311d5c2ae1\";a:4:{s:10:\"expiration\";i:1566517599;s:2:\"ip\";s:14:\"185.234.17.145\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566344799;}}'),(2596,89,'_um_last_login','1566326799'),(2597,89,'um_account_secure_fields','a:0:{}'),(2598,90,'nickname','oliverives985'),(2599,90,'first_name','Oliver'),(2600,90,'last_name','Ives'),(2601,90,'description',''),(2602,90,'rich_editing','true'),(2603,90,'syntax_highlighting','true'),(2604,90,'comment_shortcuts','false'),(2605,90,'admin_color','fresh'),(2606,90,'use_ssl','0'),(2607,90,'show_admin_bar_front','true'),(2608,90,'locale',''),(2609,90,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2610,90,'wp_user_level','0'),(2611,90,'_yoast_wpseo_profile_updated','1566354107'),(2612,90,'synced_gravatar_hashed_id','a1f2b1892b518e7b96040b1a493e7bae'),(2613,90,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566336095\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"7cfa8e63cc\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"oliverives985\";s:10:\"first_name\";s:6:\"Oliver\";s:9:\"last_name\";s:4:\"Ives\";s:10:\"user_email\";s:21:\"Oliver-Ives@gmail.com\";}'),(2614,90,'form_id','17'),(2615,90,'timestamp','1566336095'),(2616,90,'request',''),(2617,90,'_wpnonce','7cfa8e63cc'),(2618,90,'_wp_http_referer','/register/'),(2620,90,'um_user_profile_url_slug_user_login','oliverives985'),(2622,90,'full_name','oliver ives'),(2623,90,'account_status','approved'),(2624,90,'session_tokens','a:1:{s:64:\"7fa66683ec8eba4b927f4445a2e941c4fdc9c2a5afa743009538cd72c206bec8\";a:4:{s:10:\"expiration\";i:1566526907;s:2:\"ip\";s:14:\"151.237.188.95\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566354107;}}'),(2625,90,'_um_last_login','1566336107'),(2626,90,'um_account_secure_fields','a:0:{}'),(2629,91,'nickname','cristinamedworth'),(2630,91,'first_name','Cristina'),(2631,91,'last_name','Medworth'),(2632,91,'description',''),(2633,91,'rich_editing','true'),(2634,91,'syntax_highlighting','true'),(2635,91,'comment_shortcuts','false'),(2636,91,'admin_color','fresh'),(2637,91,'use_ssl','0'),(2638,91,'show_admin_bar_front','true'),(2639,91,'locale',''),(2640,91,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2641,91,'wp_user_level','0'),(2642,91,'_yoast_wpseo_profile_updated','1566355300'),(2643,91,'synced_gravatar_hashed_id','465836be321606dd90b0d2599dcb95d5'),(2644,91,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566337289\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"7cfa8e63cc\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"cristinamedworth\";s:10:\"first_name\";s:8:\"Cristina\";s:9:\"last_name\";s:8:\"Medworth\";s:10:\"user_email\";s:27:\"Cristina_Medworth@gmail.com\";}'),(2645,91,'form_id','17'),(2646,91,'timestamp','1566337289'),(2647,91,'request',''),(2648,91,'_wpnonce','7cfa8e63cc'),(2649,91,'_wp_http_referer','/register/'),(2651,91,'um_user_profile_url_slug_user_login','cristinamedworth'),(2653,91,'full_name','cristina medworth'),(2654,91,'account_status','approved'),(2655,91,'session_tokens','a:1:{s:64:\"e2456f97afc01af39d94963e08ada142d31190017dbe8a7ae87373f5d9e45dcc\";a:4:{s:10:\"expiration\";i:1566528101;s:2:\"ip\";s:15:\"195.140.212.218\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566355301;}}'),(2656,91,'_um_last_login','1566337301'),(2657,91,'um_account_secure_fields','a:0:{}'),(2658,92,'nickname','mervinnugent694'),(2659,92,'first_name','Mervin'),(2660,92,'last_name','Nugent'),(2661,92,'description',''),(2662,92,'rich_editing','true'),(2663,92,'syntax_highlighting','true'),(2664,92,'comment_shortcuts','false'),(2665,92,'admin_color','fresh'),(2666,92,'use_ssl','0'),(2667,92,'show_admin_bar_front','true'),(2668,92,'locale',''),(2669,92,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2670,92,'wp_user_level','0'),(2671,92,'_yoast_wpseo_profile_updated','1566361676'),(2672,92,'synced_gravatar_hashed_id','3a42a2bc3e0361afeb16ddf90f9a0726'),(2673,92,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566343670\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"7cfa8e63cc\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"mervinnugent694\";s:10:\"first_name\";s:6:\"Mervin\";s:9:\"last_name\";s:6:\"Nugent\";s:10:\"user_email\";s:23:\"Mervin.Nugent@gmail.com\";}'),(2674,92,'form_id','17'),(2675,92,'timestamp','1566343670'),(2676,92,'request',''),(2677,92,'_wpnonce','7cfa8e63cc'),(2678,92,'_wp_http_referer','/register/'),(2680,92,'um_user_profile_url_slug_user_login','mervinnugent694'),(2682,92,'full_name','mervin nugent'),(2683,92,'account_status','approved'),(2684,92,'session_tokens','a:1:{s:64:\"1a841a58da5a5ed30d6c74b4fecf520e035db01c0f6484970e124c4af8285389\";a:4:{s:10:\"expiration\";i:1566534477;s:2:\"ip\";s:15:\"195.140.212.182\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566361677;}}'),(2685,92,'_um_last_login','1566343677'),(2686,92,'um_account_secure_fields','a:0:{}'),(2687,93,'nickname','anjapettis21425'),(2688,93,'first_name','Anja'),(2689,93,'last_name','Pettis'),(2690,93,'description',''),(2691,93,'rich_editing','true'),(2692,93,'syntax_highlighting','true'),(2693,93,'comment_shortcuts','false'),(2694,93,'admin_color','fresh'),(2695,93,'use_ssl','0'),(2696,93,'show_admin_bar_front','true'),(2697,93,'locale',''),(2698,93,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2699,93,'wp_user_level','0'),(2700,93,'_yoast_wpseo_profile_updated','1566362974'),(2701,93,'synced_gravatar_hashed_id','b92473d30f4f21c2b075f4928ae9e377'),(2702,93,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566344968\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"7cfa8e63cc\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"anjapettis21425\";s:10:\"first_name\";s:4:\"Anja\";s:9:\"last_name\";s:6:\"Pettis\";s:10:\"user_email\";s:21:\"Anja-Pettis@gmail.com\";}'),(2703,93,'form_id','17'),(2704,93,'timestamp','1566344968'),(2705,93,'request',''),(2706,93,'_wpnonce','7cfa8e63cc'),(2707,93,'_wp_http_referer','/register/'),(2709,93,'um_user_profile_url_slug_user_login','anjapettis21425'),(2711,93,'full_name','anja pettis'),(2712,93,'account_status','approved'),(2713,93,'session_tokens','a:1:{s:64:\"ee0666fffb69e2d6ab4ba023585b01214e199ada3a0ff0f53f7ebb423bc3eeca\";a:4:{s:10:\"expiration\";i:1566535775;s:2:\"ip\";s:14:\"185.234.17.143\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566362975;}}'),(2714,93,'_um_last_login','1566344975'),(2715,93,'um_account_secure_fields','a:0:{}'),(2718,94,'nickname','angelou41070511'),(2719,94,'first_name','Angelo'),(2720,94,'last_name','Seevers'),(2721,94,'description',''),(2722,94,'rich_editing','true'),(2723,94,'syntax_highlighting','true'),(2724,94,'comment_shortcuts','false'),(2725,94,'admin_color','fresh'),(2726,94,'use_ssl','0'),(2727,94,'show_admin_bar_front','true'),(2728,94,'locale',''),(2729,94,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2730,94,'wp_user_level','0'),(2731,94,'_yoast_wpseo_profile_updated','1566365168'),(2732,94,'synced_gravatar_hashed_id','7e898b886e1970a276da85c5862838be'),(2733,94,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566347157\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"7cfa8e63cc\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"angelou41070511\";s:10:\"first_name\";s:6:\"Angelo\";s:9:\"last_name\";s:7:\"Seevers\";s:10:\"user_email\";s:24:\"Angelo-Seevers@gmail.com\";}'),(2734,94,'form_id','17'),(2735,94,'timestamp','1566347157'),(2736,94,'request',''),(2737,94,'_wpnonce','7cfa8e63cc'),(2738,94,'_wp_http_referer','/register/'),(2740,94,'um_user_profile_url_slug_user_login','angelou41070511'),(2742,94,'full_name','angelo seevers'),(2743,94,'account_status','approved'),(2744,94,'session_tokens','a:1:{s:64:\"191efa14fc771eeeb1ed07a4b1697ed594dce38a0abe601c9145debfafd4c199\";a:4:{s:10:\"expiration\";i:1566537968;s:2:\"ip\";s:15:\"107.158.223.217\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566365168;}}'),(2745,94,'_um_last_login','1566347168'),(2746,94,'um_account_secure_fields','a:0:{}'),(2747,95,'nickname','dbwgita794848'),(2748,95,'first_name','Gita'),(2749,95,'last_name','Layden'),(2750,95,'description',''),(2751,95,'rich_editing','true'),(2752,95,'syntax_highlighting','true'),(2753,95,'comment_shortcuts','false'),(2754,95,'admin_color','fresh'),(2755,95,'use_ssl','0'),(2756,95,'show_admin_bar_front','true'),(2757,95,'locale',''),(2758,95,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2759,95,'wp_user_level','0'),(2760,95,'_yoast_wpseo_profile_updated','1566367015'),(2761,95,'synced_gravatar_hashed_id','7fac91e14371d92b6c9927ab7f43165e'),(2762,95,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566349004\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"7cfa8e63cc\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"dbwgita794848\";s:10:\"first_name\";s:4:\"Gita\";s:9:\"last_name\";s:6:\"Layden\";s:10:\"user_email\";s:21:\"Gita_Layden@gmail.com\";}'),(2763,95,'form_id','17'),(2764,95,'timestamp','1566349004'),(2765,95,'request',''),(2766,95,'_wpnonce','7cfa8e63cc'),(2767,95,'_wp_http_referer','/register/'),(2769,95,'um_user_profile_url_slug_user_login','dbwgita794848'),(2771,95,'full_name','gita layden'),(2772,95,'account_status','approved'),(2773,95,'session_tokens','a:1:{s:64:\"87414e0cd075c8575c44188482a027983456de78d84618e983312ec31cd18c5f\";a:4:{s:10:\"expiration\";i:1566539816;s:2:\"ip\";s:15:\"162.212.174.185\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566367016;}}'),(2774,95,'_um_last_login','1566349016'),(2775,95,'um_account_secure_fields','a:0:{}'),(2776,96,'nickname','louisehuerta'),(2777,96,'first_name','Louise'),(2778,96,'last_name','Huerta'),(2779,96,'description',''),(2780,96,'rich_editing','true'),(2781,96,'syntax_highlighting','true'),(2782,96,'comment_shortcuts','false'),(2783,96,'admin_color','fresh'),(2784,96,'use_ssl','0'),(2785,96,'show_admin_bar_front','true'),(2786,96,'locale',''),(2787,96,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2788,96,'wp_user_level','0'),(2789,96,'_yoast_wpseo_profile_updated','1566370300'),(2790,96,'synced_gravatar_hashed_id','983d989991d05913c58358be2a291985'),(2791,96,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566352289\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"7cfa8e63cc\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"louisehuerta\";s:10:\"first_name\";s:6:\"Louise\";s:9:\"last_name\";s:6:\"Huerta\";s:10:\"user_email\";s:25:\"Louise-Huerta58@gmail.com\";}'),(2792,96,'form_id','17'),(2793,96,'timestamp','1566352289'),(2794,96,'request',''),(2795,96,'_wpnonce','7cfa8e63cc'),(2796,96,'_wp_http_referer','/register/'),(2798,96,'um_user_profile_url_slug_user_login','louisehuerta'),(2800,96,'full_name','louise huerta'),(2801,96,'account_status','approved'),(2802,96,'session_tokens','a:1:{s:64:\"fcfdf8444bcace030bd6a6fa9206c8612059a27d5a20906ead3edebbfadc2393\";a:4:{s:10:\"expiration\";i:1566543100;s:2:\"ip\";s:14:\"107.158.223.95\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566370300;}}'),(2803,96,'_um_last_login','1566352300'),(2804,96,'um_account_secure_fields','a:0:{}'),(2805,97,'nickname','lillianablb'),(2806,97,'first_name','Lilliana'),(2807,97,'last_name','Gallard'),(2808,97,'description',''),(2809,97,'rich_editing','true'),(2810,97,'syntax_highlighting','true'),(2811,97,'comment_shortcuts','false'),(2812,97,'admin_color','fresh'),(2813,97,'use_ssl','0'),(2814,97,'show_admin_bar_front','true'),(2815,97,'locale',''),(2816,97,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2817,97,'wp_user_level','0'),(2818,97,'_yoast_wpseo_profile_updated','1566386372'),(2819,97,'synced_gravatar_hashed_id','5f4e1c774d20cdead8bb5b0e3a21ad20'),(2820,97,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566368362\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"7cfa8e63cc\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"lillianablb\";s:10:\"first_name\";s:8:\"Lilliana\";s:9:\"last_name\";s:7:\"Gallard\";s:10:\"user_email\";s:28:\"Lilliana-Gallard96@gmail.com\";}'),(2821,97,'form_id','17'),(2822,97,'timestamp','1566368362'),(2823,97,'request',''),(2824,97,'_wpnonce','7cfa8e63cc'),(2825,97,'_wp_http_referer','/register/'),(2827,97,'um_user_profile_url_slug_user_login','lillianablb'),(2829,97,'full_name','lilliana gallard'),(2830,97,'account_status','approved'),(2831,97,'session_tokens','a:1:{s:64:\"b3757498d10b4677195da68dab7e9ee147c953ff9607b7d565b08dd9aead361c\";a:4:{s:10:\"expiration\";i:1566559173;s:2:\"ip\";s:15:\"109.230.218.101\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566386373;}}'),(2832,97,'_um_last_login','1566368373'),(2833,97,'um_account_secure_fields','a:0:{}'),(2834,98,'nickname','lilliegrieve4'),(2835,98,'first_name','Lillie'),(2836,98,'last_name','Grieve'),(2837,98,'description',''),(2838,98,'rich_editing','true'),(2839,98,'syntax_highlighting','true'),(2840,98,'comment_shortcuts','false'),(2841,98,'admin_color','fresh'),(2842,98,'use_ssl','0'),(2843,98,'show_admin_bar_front','true'),(2844,98,'locale',''),(2845,98,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2846,98,'wp_user_level','0'),(2847,98,'_yoast_wpseo_profile_updated','1566386685'),(2848,98,'synced_gravatar_hashed_id','f877ed1e13beec0faff03f40d043ca55'),(2849,98,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566368676\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"7cfa8e63cc\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"lilliegrieve4\";s:10:\"first_name\";s:6:\"Lillie\";s:9:\"last_name\";s:6:\"Grieve\";s:10:\"user_email\";s:25:\"Lillie.Grieve23@gmail.com\";}'),(2850,98,'form_id','17'),(2851,98,'timestamp','1566368676'),(2852,98,'request',''),(2853,98,'_wpnonce','7cfa8e63cc'),(2854,98,'_wp_http_referer','/register/'),(2856,98,'um_user_profile_url_slug_user_login','lilliegrieve4'),(2858,98,'full_name','lillie grieve'),(2859,98,'account_status','approved'),(2860,98,'session_tokens','a:1:{s:64:\"a72cca899894bd4ae6c0060afffc336272fb1387fd7ad6a552ca99dcaef93f52\";a:4:{s:10:\"expiration\";i:1566559485;s:2:\"ip\";s:14:\"107.158.223.95\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566386685;}}'),(2861,98,'_um_last_login','1566368685'),(2862,98,'um_account_secure_fields','a:0:{}'),(2863,99,'nickname','cliftonspielvoge'),(2864,99,'first_name','Clifton'),(2865,99,'last_name','Spielvogel'),(2866,99,'description',''),(2867,99,'rich_editing','true'),(2868,99,'syntax_highlighting','true'),(2869,99,'comment_shortcuts','false'),(2870,99,'admin_color','fresh'),(2871,99,'use_ssl','0'),(2872,99,'show_admin_bar_front','true'),(2873,99,'locale',''),(2874,99,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2875,99,'wp_user_level','0'),(2876,99,'_yoast_wpseo_profile_updated','1566406915'),(2877,99,'synced_gravatar_hashed_id','ab86e61a594a81749bce76ef507466e3'),(2878,99,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566388909\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:16:\"cliftonspielvoge\";s:10:\"first_name\";s:7:\"Clifton\";s:9:\"last_name\";s:10:\"Spielvogel\";s:10:\"user_email\";s:34:\"CliftonSpielvogel56@slow.ppoet.com\";}'),(2879,99,'form_id','17'),(2880,99,'timestamp','1566388909'),(2881,99,'request',''),(2882,99,'redirect_to','https://buzz-caribbean.com/register/'),(2883,99,'_wpnonce','b59a3cd235'),(2884,99,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(2886,99,'um_user_profile_url_slug_user_login','cliftonspielvoge'),(2888,99,'full_name','clifton spielvogel'),(2889,99,'account_status','approved'),(2890,100,'nickname','ettastretch'),(2891,100,'first_name','Etta'),(2892,100,'last_name','Stretch'),(2893,100,'description',''),(2894,100,'rich_editing','true'),(2895,100,'syntax_highlighting','true'),(2896,100,'comment_shortcuts','false'),(2897,100,'admin_color','fresh'),(2898,100,'use_ssl','0'),(2899,100,'show_admin_bar_front','true'),(2900,100,'locale',''),(2901,100,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2902,100,'wp_user_level','0'),(2903,100,'_yoast_wpseo_profile_updated','1566406949'),(2904,100,'synced_gravatar_hashed_id','d4dae649d8c5f5eaa85a6063e6164ea4'),(2905,100,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566388943\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"ettastretch\";s:10:\"first_name\";s:4:\"Etta\";s:9:\"last_name\";s:7:\"Stretch\";s:10:\"user_email\";s:26:\"drusillahorace@geargum.com\";}'),(2906,100,'form_id','17'),(2907,100,'timestamp','1566388943'),(2908,100,'request',''),(2909,100,'_wpnonce','b59a3cd235'),(2910,100,'_wp_http_referer','/register/'),(2912,100,'um_user_profile_url_slug_user_login','ettastretch'),(2914,100,'full_name','etta stretch'),(2915,100,'account_status','approved'),(2916,100,'session_tokens','a:1:{s:64:\"9fcff44b28f8be593a50d8838a6c1c285a88e870c2cdceec5415e9adc102091a\";a:4:{s:10:\"expiration\";i:1566579750;s:2:\"ip\";s:14:\"209.99.165.153\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566406950;}}'),(2917,100,'_um_last_login','1566388950'),(2918,100,'um_account_secure_fields','a:0:{}'),(2919,101,'nickname','otto36b947883'),(2920,101,'first_name','Otto'),(2921,101,'last_name','Wekey'),(2922,101,'description',''),(2923,101,'rich_editing','true'),(2924,101,'syntax_highlighting','true'),(2925,101,'comment_shortcuts','false'),(2926,101,'admin_color','fresh'),(2927,101,'use_ssl','0'),(2928,101,'show_admin_bar_front','true'),(2929,101,'locale',''),(2930,101,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2931,101,'wp_user_level','0'),(2932,101,'_yoast_wpseo_profile_updated','1566408796'),(2933,101,'synced_gravatar_hashed_id','b4ed18f682c92deca1b1564231396771'),(2934,101,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566390787\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"otto36b947883\";s:10:\"first_name\";s:4:\"Otto\";s:9:\"last_name\";s:5:\"Wekey\";s:10:\"user_email\";s:25:\"maribelvance@bandsoap.com\";}'),(2935,101,'form_id','17'),(2936,101,'timestamp','1566390787'),(2937,101,'request',''),(2938,101,'_wpnonce','b59a3cd235'),(2939,101,'_wp_http_referer','/register/'),(2941,101,'um_user_profile_url_slug_user_login','otto36b947883'),(2943,101,'full_name','otto wekey'),(2944,101,'account_status','approved'),(2945,101,'session_tokens','a:1:{s:64:\"41801c369f4a356df8f3358b8a9f2f1717eb519e23692e3d0546fc19e1df5617\";a:4:{s:10:\"expiration\";i:1566581596;s:2:\"ip\";s:14:\"206.41.178.125\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566408796;}}'),(2946,101,'_um_last_login','1566390796'),(2947,101,'um_account_secure_fields','a:0:{}'),(2948,102,'nickname','loislash32'),(2949,102,'first_name','Lois'),(2950,102,'last_name','Lash'),(2951,102,'description',''),(2952,102,'rich_editing','true'),(2953,102,'syntax_highlighting','true'),(2954,102,'comment_shortcuts','false'),(2955,102,'admin_color','fresh'),(2956,102,'use_ssl','0'),(2957,102,'show_admin_bar_front','true'),(2958,102,'locale',''),(2959,102,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2960,102,'wp_user_level','0'),(2961,102,'_yoast_wpseo_profile_updated','1566409394'),(2962,102,'synced_gravatar_hashed_id','a016b9aa43fe7771acf62befa9ac3348'),(2963,102,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566391387\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"loislash32\";s:10:\"first_name\";s:4:\"Lois\";s:9:\"last_name\";s:4:\"Lash\";s:10:\"user_email\";s:25:\"LoisLash87@slow.ppoet.com\";}'),(2964,102,'form_id','17'),(2965,102,'timestamp','1566391387'),(2966,102,'request',''),(2967,102,'_wpnonce','b59a3cd235'),(2968,102,'_wp_http_referer','/register/'),(2970,102,'um_user_profile_url_slug_user_login','loislash32'),(2972,102,'full_name','lois lash'),(2973,102,'account_status','approved'),(2974,102,'session_tokens','a:1:{s:64:\"0296daae0da2870d0c5d8be0176cf981e7ba0affa187ec4fa54d634bf336b091\";a:4:{s:10:\"expiration\";i:1566582195;s:2:\"ip\";s:14:\"206.41.179.180\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566409395;}}'),(2975,102,'_um_last_login','1566391395'),(2976,102,'um_account_secure_fields','a:0:{}'),(2977,103,'nickname','kasha83s33532'),(2978,103,'first_name','Kasha'),(2979,103,'last_name','Flowers'),(2980,103,'description',''),(2981,103,'rich_editing','true'),(2982,103,'syntax_highlighting','true'),(2983,103,'comment_shortcuts','false'),(2984,103,'admin_color','fresh'),(2985,103,'use_ssl','0'),(2986,103,'show_admin_bar_front','true'),(2987,103,'locale',''),(2988,103,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2989,103,'wp_user_level','0'),(2990,103,'_yoast_wpseo_profile_updated','1566410456'),(2991,103,'synced_gravatar_hashed_id','5e96383f78f063f374cfec66f96a35b5'),(2992,103,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566392445\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"kasha83s33532\";s:10:\"first_name\";s:5:\"Kasha\";s:9:\"last_name\";s:7:\"Flowers\";s:10:\"user_email\";s:29:\"KashaFlowers20@iron.ppoet.com\";}'),(2993,103,'form_id','17'),(2994,103,'timestamp','1566392445'),(2995,103,'request',''),(2996,103,'_wpnonce','b59a3cd235'),(2997,103,'_wp_http_referer','/register/'),(2999,103,'um_user_profile_url_slug_user_login','kasha83s33532'),(3001,103,'full_name','kasha flowers'),(3002,103,'account_status','approved'),(3003,103,'session_tokens','a:1:{s:64:\"3ae497489246c8755fbc153dfbfbfa9ee2c1135d156313270892eae839db5c84\";a:4:{s:10:\"expiration\";i:1566583257;s:2:\"ip\";s:13:\"104.129.63.81\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566410457;}}'),(3004,103,'_um_last_login','1566392457'),(3005,103,'um_account_secure_fields','a:0:{}'),(3006,104,'nickname','penneywalpole35'),(3007,104,'first_name','Penney'),(3008,104,'last_name','Walpole'),(3009,104,'description',''),(3010,104,'rich_editing','true'),(3011,104,'syntax_highlighting','true'),(3012,104,'comment_shortcuts','false'),(3013,104,'admin_color','fresh'),(3014,104,'use_ssl','0'),(3015,104,'show_admin_bar_front','true'),(3016,104,'locale',''),(3017,104,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3018,104,'wp_user_level','0'),(3019,104,'_yoast_wpseo_profile_updated','1566411173'),(3020,104,'synced_gravatar_hashed_id','d20afb76d5e6247270ac988822f96a4d'),(3021,104,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566393167\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"penneywalpole35\";s:10:\"first_name\";s:6:\"Penney\";s:9:\"last_name\";s:7:\"Walpole\";s:10:\"user_email\";s:25:\"cynthiastewart@melcow.com\";}'),(3022,104,'form_id','17'),(3023,104,'timestamp','1566393167'),(3024,104,'request',''),(3025,104,'_wpnonce','b59a3cd235'),(3026,104,'_wp_http_referer','/register/'),(3028,104,'um_user_profile_url_slug_user_login','penneywalpole35'),(3030,104,'full_name','penney walpole'),(3031,104,'account_status','approved'),(3032,104,'session_tokens','a:1:{s:64:\"d2a14883deb787f27146071734f36cffb1c341cba22f2275967afc5efbda36dd\";a:4:{s:10:\"expiration\";i:1566583974;s:2:\"ip\";s:12:\"23.108.4.154\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566411174;}}'),(3033,104,'_um_last_login','1566393174'),(3034,104,'um_account_secure_fields','a:0:{}'),(3035,105,'nickname','florian81w'),(3036,105,'first_name','Florian'),(3037,105,'last_name','Cambage'),(3038,105,'description',''),(3039,105,'rich_editing','true'),(3040,105,'syntax_highlighting','true'),(3041,105,'comment_shortcuts','false'),(3042,105,'admin_color','fresh'),(3043,105,'use_ssl','0'),(3044,105,'show_admin_bar_front','true'),(3045,105,'locale',''),(3046,105,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3047,105,'wp_user_level','0'),(3048,105,'_yoast_wpseo_profile_updated','1566411791'),(3049,105,'synced_gravatar_hashed_id','54d7afaaa099df1b7650939af8360622'),(3050,105,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566393786\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"florian81w\";s:10:\"first_name\";s:7:\"Florian\";s:9:\"last_name\";s:7:\"Cambage\";s:10:\"user_email\";s:27:\"bernardmariana@bandsoap.com\";}'),(3051,105,'form_id','17'),(3052,105,'timestamp','1566393786'),(3053,105,'request',''),(3054,105,'_wpnonce','b59a3cd235'),(3055,105,'_wp_http_referer','/register/'),(3057,105,'um_user_profile_url_slug_user_login','florian81w'),(3059,105,'full_name','florian cambage'),(3060,105,'account_status','approved'),(3061,105,'session_tokens','a:1:{s:64:\"9c34a971a39a537f557561a49b92f2971b66b31d93e128b19942c5b13f530c4d\";a:4:{s:10:\"expiration\";i:1566584592;s:2:\"ip\";s:14:\"206.41.179.159\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566411792;}}'),(3062,105,'_um_last_login','1566393792'),(3063,105,'um_account_secure_fields','a:0:{}'),(3064,106,'nickname','magdareed6'),(3065,106,'first_name','Magda'),(3066,106,'last_name','Reed'),(3067,106,'description',''),(3068,106,'rich_editing','true'),(3069,106,'syntax_highlighting','true'),(3070,106,'comment_shortcuts','false'),(3071,106,'admin_color','fresh'),(3072,106,'use_ssl','0'),(3073,106,'show_admin_bar_front','true'),(3074,106,'locale',''),(3075,106,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3076,106,'wp_user_level','0'),(3077,106,'_yoast_wpseo_profile_updated','1566412095'),(3078,106,'synced_gravatar_hashed_id','1a7b4d6f12d0ea2393e55f3bb073864d'),(3079,106,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566394088\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"magdareed6\";s:10:\"first_name\";s:5:\"Magda\";s:9:\"last_name\";s:4:\"Reed\";s:10:\"user_email\";s:26:\"MagdaReed68@slow.ppoet.com\";}'),(3080,106,'form_id','17'),(3081,106,'timestamp','1566394088'),(3082,106,'request',''),(3083,106,'_wpnonce','b59a3cd235'),(3084,106,'_wp_http_referer','/register/'),(3086,106,'um_user_profile_url_slug_user_login','magdareed6'),(3088,106,'full_name','magda reed'),(3089,106,'account_status','approved'),(3090,106,'session_tokens','a:1:{s:64:\"caf80968deb4d3569fb0638cc31fdd9d381c9d33eeee5207473dd58c933b2430\";a:4:{s:10:\"expiration\";i:1566584896;s:2:\"ip\";s:14:\"104.129.63.120\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566412096;}}'),(3091,106,'_um_last_login','1566394096'),(3092,106,'um_account_secure_fields','a:0:{}'),(3093,107,'nickname','derickcolorado4'),(3094,107,'first_name','Derick'),(3095,107,'last_name','Colorado'),(3096,107,'description',''),(3097,107,'rich_editing','true'),(3098,107,'syntax_highlighting','true'),(3099,107,'comment_shortcuts','false'),(3100,107,'admin_color','fresh'),(3101,107,'use_ssl','0'),(3102,107,'show_admin_bar_front','true'),(3103,107,'locale',''),(3104,107,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3105,107,'wp_user_level','0'),(3106,107,'_yoast_wpseo_profile_updated','1566412155'),(3107,107,'synced_gravatar_hashed_id','cff93e793c5cd8b71c22f3fffb2351ac'),(3108,107,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566394146\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"derickcolorado4\";s:10:\"first_name\";s:6:\"Derick\";s:9:\"last_name\";s:8:\"Colorado\";s:10:\"user_email\";s:31:\"DerickColorado62@hate.ppoet.com\";}'),(3109,107,'form_id','17'),(3110,107,'timestamp','1566394146'),(3111,107,'request',''),(3112,107,'_wpnonce','b59a3cd235'),(3113,107,'_wp_http_referer','/register/'),(3115,107,'um_user_profile_url_slug_user_login','derickcolorado4'),(3117,107,'full_name','derick colorado'),(3118,107,'account_status','approved'),(3119,107,'session_tokens','a:1:{s:64:\"3254ea183e9f5dc4585574dba6bfe5b3dd7d57fb4a6b1cc8837affff6d567026\";a:4:{s:10:\"expiration\";i:1566584956;s:2:\"ip\";s:14:\"104.129.63.120\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566412156;}}'),(3120,107,'_um_last_login','1566394156'),(3121,107,'um_account_secure_fields','a:0:{}'),(3122,108,'nickname','smbclara16'),(3123,108,'first_name','Clara'),(3124,108,'last_name','Mcmichael'),(3125,108,'description',''),(3126,108,'rich_editing','true'),(3127,108,'syntax_highlighting','true'),(3128,108,'comment_shortcuts','false'),(3129,108,'admin_color','fresh'),(3130,108,'use_ssl','0'),(3131,108,'show_admin_bar_front','true'),(3132,108,'locale',''),(3133,108,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3134,108,'wp_user_level','0'),(3135,108,'_yoast_wpseo_profile_updated','1566412215'),(3136,108,'synced_gravatar_hashed_id','e21e2f24478967fd5b55c7f3b6efa0d5'),(3137,108,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566394208\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"smbclara16\";s:10:\"first_name\";s:5:\"Clara\";s:9:\"last_name\";s:9:\"Mcmichael\";s:10:\"user_email\";s:25:\"kathrynjanis@kovezero.com\";}'),(3138,108,'form_id','17'),(3139,108,'timestamp','1566394208'),(3140,108,'request',''),(3141,108,'_wpnonce','b59a3cd235'),(3142,108,'_wp_http_referer','/register/'),(3144,108,'um_user_profile_url_slug_user_login','smbclara16'),(3146,108,'full_name','clara mcmichael'),(3147,108,'account_status','approved'),(3148,108,'session_tokens','a:1:{s:64:\"632d079928f624a039c8304644cca1d997b9500f849d9e9617a2f5978c552da3\";a:4:{s:10:\"expiration\";i:1566585016;s:2:\"ip\";s:14:\"104.129.63.120\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566412216;}}'),(3149,108,'_um_last_login','1566394216'),(3150,108,'um_account_secure_fields','a:0:{}'),(3151,109,'nickname','noellawickens8'),(3152,109,'first_name','Noella'),(3153,109,'last_name','Wickens'),(3154,109,'description',''),(3155,109,'rich_editing','true'),(3156,109,'syntax_highlighting','true'),(3157,109,'comment_shortcuts','false'),(3158,109,'admin_color','fresh'),(3159,109,'use_ssl','0'),(3160,109,'show_admin_bar_front','true'),(3161,109,'locale',''),(3162,109,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3163,109,'wp_user_level','0'),(3164,109,'_yoast_wpseo_profile_updated','1566412273'),(3165,109,'synced_gravatar_hashed_id','b4ec23a4c940ac16ffcd19f750f88a57'),(3166,109,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566394268\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"noellawickens8\";s:10:\"first_name\";s:6:\"Noella\";s:9:\"last_name\";s:7:\"Wickens\";s:10:\"user_email\";s:34:\"domingokandice@goodcoffeemaker.com\";}'),(3167,109,'form_id','17'),(3168,109,'timestamp','1566394268'),(3169,109,'request',''),(3170,109,'_wpnonce','b59a3cd235'),(3171,109,'_wp_http_referer','/register/'),(3173,109,'um_user_profile_url_slug_user_login','noellawickens8'),(3175,109,'full_name','noella wickens'),(3176,109,'account_status','approved'),(3177,109,'session_tokens','a:1:{s:64:\"7fc52cf756ecf9f36d7509d28fe253afe78cab322a1c3b170495bb25d1adf7a7\";a:4:{s:10:\"expiration\";i:1566585074;s:2:\"ip\";s:14:\"104.129.63.120\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566412274;}}'),(3178,109,'_um_last_login','1566394274'),(3179,109,'um_account_secure_fields','a:0:{}'),(3180,110,'nickname','michalsuter3986'),(3181,110,'first_name','Michal'),(3182,110,'last_name','Suter'),(3183,110,'description',''),(3184,110,'rich_editing','true'),(3185,110,'syntax_highlighting','true'),(3186,110,'comment_shortcuts','false'),(3187,110,'admin_color','fresh'),(3188,110,'use_ssl','0'),(3189,110,'show_admin_bar_front','true'),(3190,110,'locale',''),(3191,110,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3192,110,'wp_user_level','0'),(3193,110,'_yoast_wpseo_profile_updated','1566412333'),(3194,110,'synced_gravatar_hashed_id','e4ccac4afe3f650b75210b535c22c1d8'),(3195,110,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566394327\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"michalsuter3986\";s:10:\"first_name\";s:6:\"Michal\";s:9:\"last_name\";s:5:\"Suter\";s:10:\"user_email\";s:28:\"MichalSuter38@hate.ppoet.com\";}'),(3196,110,'form_id','17'),(3197,110,'timestamp','1566394327'),(3198,110,'request',''),(3199,110,'_wpnonce','b59a3cd235'),(3200,110,'_wp_http_referer','/register/'),(3202,110,'um_user_profile_url_slug_user_login','michalsuter3986'),(3204,110,'full_name','michal suter'),(3205,110,'account_status','approved'),(3206,110,'session_tokens','a:1:{s:64:\"051054dbc2569d825bace400931b285d70bd77f67ada0d47377c8ddb55b8a1ac\";a:4:{s:10:\"expiration\";i:1566585134;s:2:\"ip\";s:14:\"104.129.63.120\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566412334;}}'),(3207,110,'_um_last_login','1566394334'),(3208,110,'um_account_secure_fields','a:0:{}'),(3209,111,'nickname','clintcharette'),(3210,111,'first_name','Clint'),(3211,111,'last_name','Charette'),(3212,111,'description',''),(3213,111,'rich_editing','true'),(3214,111,'syntax_highlighting','true'),(3215,111,'comment_shortcuts','false'),(3216,111,'admin_color','fresh'),(3217,111,'use_ssl','0'),(3218,111,'show_admin_bar_front','true'),(3219,111,'locale',''),(3220,111,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3221,111,'wp_user_level','0'),(3222,111,'_yoast_wpseo_profile_updated','1566412394'),(3223,111,'synced_gravatar_hashed_id','de71649f761b23caa91d7ec5f6755dec'),(3224,111,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566394387\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"clintcharette\";s:10:\"first_name\";s:5:\"Clint\";s:9:\"last_name\";s:8:\"Charette\";s:10:\"user_email\";s:30:\"ClintCharette76@iron.ppoet.com\";}'),(3225,111,'form_id','17'),(3226,111,'timestamp','1566394387'),(3227,111,'request',''),(3228,111,'_wpnonce','b59a3cd235'),(3229,111,'_wp_http_referer','/register/'),(3231,111,'um_user_profile_url_slug_user_login','clintcharette'),(3233,111,'full_name','clint charette'),(3234,111,'account_status','approved'),(3235,111,'session_tokens','a:1:{s:64:\"10f53d15c0154fa16e1a05043013233e01e268cfac3ec1d3a8772b30295c848d\";a:4:{s:10:\"expiration\";i:1566585194;s:2:\"ip\";s:14:\"104.129.63.120\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566412394;}}'),(3236,111,'_um_last_login','1566394395'),(3237,111,'um_account_secure_fields','a:0:{}'),(3238,112,'nickname','nidiadavis63228'),(3239,112,'first_name','Nidia'),(3240,112,'last_name','Davis'),(3241,112,'description',''),(3242,112,'rich_editing','true'),(3243,112,'syntax_highlighting','true'),(3244,112,'comment_shortcuts','false'),(3245,112,'admin_color','fresh'),(3246,112,'use_ssl','0'),(3247,112,'show_admin_bar_front','true'),(3248,112,'locale',''),(3249,112,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3250,112,'wp_user_level','0'),(3251,112,'_yoast_wpseo_profile_updated','1566412455'),(3252,112,'synced_gravatar_hashed_id','4d787ae8817483b52c2e95088fc00ff9'),(3253,112,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566394447\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"nidiadavis63228\";s:10:\"first_name\";s:5:\"Nidia\";s:9:\"last_name\";s:5:\"Davis\";s:10:\"user_email\";s:27:\"NidiaDavis54@iron.ppoet.com\";}'),(3254,112,'form_id','17'),(3255,112,'timestamp','1566394447'),(3256,112,'request',''),(3257,112,'_wpnonce','b59a3cd235'),(3258,112,'_wp_http_referer','/register/'),(3260,112,'um_user_profile_url_slug_user_login','nidiadavis63228'),(3262,112,'full_name','nidia davis'),(3263,112,'account_status','approved'),(3264,112,'session_tokens','a:1:{s:64:\"8e25f4fe3b5de70f12fc98052aea51f696e4277483f6f321046194ab1e86c188\";a:4:{s:10:\"expiration\";i:1566585256;s:2:\"ip\";s:14:\"104.129.63.120\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566412456;}}'),(3265,112,'_um_last_login','1566394456'),(3266,112,'um_account_secure_fields','a:0:{}'),(3267,113,'nickname','alejandroauger'),(3268,113,'first_name','Alejandro'),(3269,113,'last_name','Auger'),(3270,113,'description',''),(3271,113,'rich_editing','true'),(3272,113,'syntax_highlighting','true'),(3273,113,'comment_shortcuts','false'),(3274,113,'admin_color','fresh'),(3275,113,'use_ssl','0'),(3276,113,'show_admin_bar_front','true'),(3277,113,'locale',''),(3278,113,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3279,113,'wp_user_level','0'),(3280,113,'_yoast_wpseo_profile_updated','1566412574'),(3281,113,'synced_gravatar_hashed_id','f018cdeffb846e57e045e4b3e81a1d32'),(3282,113,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566394567\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"alejandroauger\";s:10:\"first_name\";s:9:\"Alejandro\";s:9:\"last_name\";s:5:\"Auger\";s:10:\"user_email\";s:31:\"AlejandroAuger71@iron.ppoet.com\";}'),(3283,113,'form_id','17'),(3284,113,'timestamp','1566394567'),(3285,113,'request',''),(3286,113,'_wpnonce','b59a3cd235'),(3287,113,'_wp_http_referer','/register/'),(3289,113,'um_user_profile_url_slug_user_login','alejandroauger'),(3291,113,'full_name','alejandro auger'),(3292,113,'account_status','approved'),(3293,113,'session_tokens','a:1:{s:64:\"3221a122b01ce42ac79cea603cba338b3420fb19eb8d862acdc8cd2c2bba6222\";a:4:{s:10:\"expiration\";i:1566585375;s:2:\"ip\";s:14:\"104.129.63.120\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566412575;}}'),(3294,113,'_um_last_login','1566394575'),(3295,113,'um_account_secure_fields','a:0:{}'),(3296,114,'nickname','margaretaabt'),(3297,114,'first_name','Margareta'),(3298,114,'last_name','Abt'),(3299,114,'description',''),(3300,114,'rich_editing','true'),(3301,114,'syntax_highlighting','true'),(3302,114,'comment_shortcuts','false'),(3303,114,'admin_color','fresh'),(3304,114,'use_ssl','0'),(3305,114,'show_admin_bar_front','true'),(3306,114,'locale',''),(3307,114,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3308,114,'wp_user_level','0'),(3309,114,'_yoast_wpseo_profile_updated','1566418048'),(3310,114,'synced_gravatar_hashed_id','7620583807d2cfeea9d78b88ab5b8a39'),(3311,114,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566400040\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"margaretaabt\";s:10:\"first_name\";s:9:\"Margareta\";s:9:\"last_name\";s:3:\"Abt\";s:10:\"user_email\";s:33:\"Margareta_Abt95@sport-live-com.ru\";}'),(3312,114,'form_id','17'),(3313,114,'timestamp','1566400040'),(3314,114,'request',''),(3315,114,'_wpnonce','b59a3cd235'),(3316,114,'_wp_http_referer','/register/'),(3318,114,'um_user_profile_url_slug_user_login','margaretaabt'),(3320,114,'full_name','margareta abt'),(3321,114,'account_status','approved'),(3322,114,'session_tokens','a:1:{s:64:\"a2fecce1e54b3a5e0e1bc18a758873ab9d80b0431cf8b8c90548611dc837deff\";a:4:{s:10:\"expiration\";i:1566590848;s:2:\"ip\";s:13:\"79.101.33.118\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566418048;}}'),(3323,114,'_um_last_login','1566400048'),(3324,114,'um_account_secure_fields','a:0:{}'),(3325,115,'nickname','lonnyroussel5'),(3326,115,'first_name','Lonny'),(3327,115,'last_name','Roussel'),(3328,115,'description',''),(3329,115,'rich_editing','true'),(3330,115,'syntax_highlighting','true'),(3331,115,'comment_shortcuts','false'),(3332,115,'admin_color','fresh'),(3333,115,'use_ssl','0'),(3334,115,'show_admin_bar_front','true'),(3335,115,'locale',''),(3336,115,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3337,115,'wp_user_level','0'),(3338,115,'_yoast_wpseo_profile_updated','1566418426'),(3339,115,'synced_gravatar_hashed_id','bfc837c8beb3ef44e872ee799f4388b6'),(3340,115,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566400416\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"lonnyroussel5\";s:10:\"first_name\";s:5:\"Lonny\";s:9:\"last_name\";s:7:\"Roussel\";s:10:\"user_email\";s:29:\"LonnyRoussel86@hate.ppoet.com\";}'),(3341,115,'form_id','17'),(3342,115,'timestamp','1566400416'),(3343,115,'request',''),(3344,115,'_wpnonce','b59a3cd235'),(3345,115,'_wp_http_referer','/register/'),(3347,115,'um_user_profile_url_slug_user_login','lonnyroussel5'),(3349,115,'full_name','lonny roussel'),(3350,115,'account_status','approved'),(3351,115,'session_tokens','a:1:{s:64:\"4711c84cecfda0d955ed535f537e9041bf1358f484687bb2afb1c0f259ccbeaf\";a:4:{s:10:\"expiration\";i:1566591227;s:2:\"ip\";s:14:\"104.160.31.213\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566418427;}}'),(3352,115,'_um_last_login','1566400427'),(3353,115,'um_account_secure_fields','a:0:{}'),(3354,116,'nickname','bretmccollum833'),(3355,116,'first_name','Bret'),(3356,116,'last_name','Mccollum'),(3357,116,'description',''),(3358,116,'rich_editing','true'),(3359,116,'syntax_highlighting','true'),(3360,116,'comment_shortcuts','false'),(3361,116,'admin_color','fresh'),(3362,116,'use_ssl','0'),(3363,116,'show_admin_bar_front','true'),(3364,116,'locale',''),(3365,116,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3366,116,'wp_user_level','0'),(3367,116,'_yoast_wpseo_profile_updated','1566418730'),(3368,116,'synced_gravatar_hashed_id','1248b24479bcddea03e1eb0356c3dc49'),(3369,116,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566400722\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"bretmccollum833\";s:10:\"first_name\";s:4:\"Bret\";s:9:\"last_name\";s:8:\"Mccollum\";s:10:\"user_email\";s:29:\"BretMccollum91@hate.ppoet.com\";}'),(3370,116,'form_id','17'),(3371,116,'timestamp','1566400722'),(3372,116,'request',''),(3373,116,'_wpnonce','b59a3cd235'),(3374,116,'_wp_http_referer','/register/'),(3376,116,'um_user_profile_url_slug_user_login','bretmccollum833'),(3378,116,'full_name','bret mccollum'),(3379,116,'account_status','approved'),(3380,116,'session_tokens','a:1:{s:64:\"9b138d83f7e55a60b579f7d52ec33f6446df30bd0d9f7d132343e6260b5fd769\";a:4:{s:10:\"expiration\";i:1566591530;s:2:\"ip\";s:14:\"206.41.179.159\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566418730;}}'),(3381,116,'_um_last_login','1566400730'),(3382,116,'um_account_secure_fields','a:0:{}'),(3383,117,'nickname','natishagrafton'),(3384,117,'first_name','Natisha'),(3385,117,'last_name','Grafton'),(3386,117,'description',''),(3387,117,'rich_editing','true'),(3388,117,'syntax_highlighting','true'),(3389,117,'comment_shortcuts','false'),(3390,117,'admin_color','fresh'),(3391,117,'use_ssl','0'),(3392,117,'show_admin_bar_front','true'),(3393,117,'locale',''),(3394,117,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3395,117,'wp_user_level','0'),(3396,117,'_yoast_wpseo_profile_updated','1566419328'),(3397,117,'synced_gravatar_hashed_id','f168c416508228a16c4118de70991827'),(3398,117,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566401322\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"natishagrafton\";s:10:\"first_name\";s:7:\"Natisha\";s:9:\"last_name\";s:7:\"Grafton\";s:10:\"user_email\";s:31:\"NatishaGrafton22@slow.ppoet.com\";}'),(3399,117,'form_id','17'),(3400,117,'timestamp','1566401322'),(3401,117,'request',''),(3402,117,'_wpnonce','b59a3cd235'),(3403,117,'_wp_http_referer','/register/'),(3405,117,'um_user_profile_url_slug_user_login','natishagrafton'),(3407,117,'full_name','natisha grafton'),(3408,117,'account_status','approved'),(3409,117,'session_tokens','a:1:{s:64:\"1a4f0841fcb8b9725c39195d9d5844967f1352ea6b2df2995d28ee6d8c9a58ce\";a:4:{s:10:\"expiration\";i:1566592129;s:2:\"ip\";s:14:\"209.99.164.171\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566419329;}}'),(3410,117,'_um_last_login','1566401329'),(3411,117,'um_account_secure_fields','a:0:{}'),(3412,118,'nickname','laurieslp43460'),(3413,118,'first_name','Laurie'),(3414,118,'last_name','Barrington'),(3415,118,'description',''),(3416,118,'rich_editing','true'),(3417,118,'syntax_highlighting','true'),(3418,118,'comment_shortcuts','false'),(3419,118,'admin_color','fresh'),(3420,118,'use_ssl','0'),(3421,118,'show_admin_bar_front','true'),(3422,118,'locale',''),(3423,118,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3424,118,'wp_user_level','0'),(3425,118,'_yoast_wpseo_profile_updated','1566419957'),(3426,118,'synced_gravatar_hashed_id','3520c521f803b394d34e159bf82930db'),(3427,118,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566401951\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"laurieslp43460\";s:10:\"first_name\";s:6:\"Laurie\";s:9:\"last_name\";s:10:\"Barrington\";s:10:\"user_email\";s:33:\"LaurieBarrington36@hate.ppoet.com\";}'),(3428,118,'form_id','17'),(3429,118,'timestamp','1566401951'),(3430,118,'request',''),(3431,118,'_wpnonce','b59a3cd235'),(3432,118,'_wp_http_referer','/register/'),(3434,118,'um_user_profile_url_slug_user_login','laurieslp43460'),(3436,118,'full_name','laurie barrington'),(3437,118,'account_status','approved'),(3438,118,'session_tokens','a:1:{s:64:\"72466a8f00f7a793900e11e748bc9fdc76199b9efb9a33fd66f63fd83d2be695\";a:4:{s:10:\"expiration\";i:1566592757;s:2:\"ip\";s:15:\"181.177.110.118\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566419957;}}'),(3439,118,'_um_last_login','1566401957'),(3440,118,'um_account_secure_fields','a:0:{}'),(3441,119,'nickname','qwlmyra33433'),(3442,119,'first_name','Myra'),(3443,119,'last_name','Wilkins'),(3444,119,'description',''),(3445,119,'rich_editing','true'),(3446,119,'syntax_highlighting','true'),(3447,119,'comment_shortcuts','false'),(3448,119,'admin_color','fresh'),(3449,119,'use_ssl','0'),(3450,119,'show_admin_bar_front','true'),(3451,119,'locale',''),(3452,119,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3453,119,'wp_user_level','0'),(3454,119,'_yoast_wpseo_profile_updated','1566421043'),(3455,119,'synced_gravatar_hashed_id','8f59e553977994aa27296d5b9435d84c'),(3456,119,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566403036\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"qwlmyra33433\";s:10:\"first_name\";s:4:\"Myra\";s:9:\"last_name\";s:7:\"Wilkins\";s:10:\"user_email\";s:28:\"MyraWilkins72@slow.ppoet.com\";}'),(3457,119,'form_id','17'),(3458,119,'timestamp','1566403036'),(3459,119,'request',''),(3460,119,'_wpnonce','b59a3cd235'),(3461,119,'_wp_http_referer','/register/'),(3463,119,'um_user_profile_url_slug_user_login','qwlmyra33433'),(3465,119,'full_name','myra wilkins'),(3466,119,'account_status','approved'),(3467,119,'session_tokens','a:1:{s:64:\"ad8a8750982df75d2637de46b26ce3547f421a21ba9f49f06dfcaf8c7b9c6c32\";a:4:{s:10:\"expiration\";i:1566593844;s:2:\"ip\";s:14:\"172.255.80.199\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566421044;}}'),(3468,119,'_um_last_login','1566403044'),(3469,119,'um_account_secure_fields','a:0:{}'),(3470,120,'nickname','corinecornell7'),(3471,120,'first_name','Corine'),(3472,120,'last_name','Cornell'),(3473,120,'description',''),(3474,120,'rich_editing','true'),(3475,120,'syntax_highlighting','true'),(3476,120,'comment_shortcuts','false'),(3477,120,'admin_color','fresh'),(3478,120,'use_ssl','0'),(3479,120,'show_admin_bar_front','true'),(3480,120,'locale',''),(3481,120,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3482,120,'wp_user_level','0'),(3483,120,'_yoast_wpseo_profile_updated','1566421106'),(3484,120,'synced_gravatar_hashed_id','6c951d1693ac70894c82a6fbe5809509'),(3485,120,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566403093\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"corinecornell7\";s:10:\"first_name\";s:6:\"Corine\";s:9:\"last_name\";s:7:\"Cornell\";s:10:\"user_email\";s:26:\"Corine-Cornell21@gmail.com\";}'),(3486,120,'form_id','17'),(3487,120,'timestamp','1566403093'),(3488,120,'request',''),(3489,120,'_wpnonce','b59a3cd235'),(3490,120,'_wp_http_referer','/register/'),(3492,120,'um_user_profile_url_slug_user_login','corinecornell7'),(3494,120,'full_name','corine cornell'),(3495,120,'account_status','approved'),(3496,120,'session_tokens','a:1:{s:64:\"02d4a18db271fff57056cf76f8812c9291714be0b59b4d4249a5358bcbbdb080\";a:4:{s:10:\"expiration\";i:1566593906;s:2:\"ip\";s:12:\"194.36.96.56\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566421106;}}'),(3497,120,'_um_last_login','1566403106'),(3498,120,'um_account_secure_fields','a:0:{}'),(3499,14,'facebook','https://www.facebook.com/iamgavinreano/'),(3500,14,'instagram','https://www.instagram.com/iamgavin/'),(3501,14,'linkedin','https://www.linkedin.com/in/gavin-riley-31ba28b4?originalSubdomain=jm'),(3502,14,'myspace',''),(3503,14,'pinterest',''),(3504,14,'soundcloud',''),(3505,14,'tumblr',''),(3506,14,'twitter','gavincio'),(3507,14,'youtube',''),(3508,14,'wikipedia',''),(3509,121,'nickname','joesphbuford9'),(3510,121,'first_name','Joesph'),(3511,121,'last_name','Buford'),(3512,121,'description',''),(3513,121,'rich_editing','true'),(3514,121,'syntax_highlighting','true'),(3515,121,'comment_shortcuts','false'),(3516,121,'admin_color','fresh'),(3517,121,'use_ssl','0'),(3518,121,'show_admin_bar_front','true'),(3519,121,'locale',''),(3520,121,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3521,121,'wp_user_level','0'),(3522,121,'_yoast_wpseo_profile_updated','1566422716'),(3523,121,'synced_gravatar_hashed_id','33f3d80c19c82a8958a2750c2ee9c083'),(3524,121,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566404705\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"joesphbuford9\";s:10:\"first_name\";s:6:\"Joesph\";s:9:\"last_name\";s:6:\"Buford\";s:10:\"user_email\";s:29:\"JoesphBuford66@iron.ppoet.com\";}'),(3525,121,'form_id','17'),(3526,121,'timestamp','1566404705'),(3527,121,'request',''),(3528,121,'_wpnonce','b59a3cd235'),(3529,121,'_wp_http_referer','/register/'),(3531,121,'um_user_profile_url_slug_user_login','joesphbuford9'),(3533,121,'full_name','joesph buford'),(3534,121,'account_status','approved'),(3535,121,'session_tokens','a:1:{s:64:\"438bf25d1e728ea19e2bace557cd6e7c5fd7639b525fe870b9fea853ddcb339e\";a:4:{s:10:\"expiration\";i:1566595517;s:2:\"ip\";s:13:\"206.41.178.87\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566422717;}}'),(3536,121,'_um_last_login','1566404717'),(3537,121,'um_account_secure_fields','a:0:{}'),(3538,122,'nickname','fernando83y'),(3539,122,'first_name','Fernando'),(3540,122,'last_name','Statton'),(3541,122,'description',''),(3542,122,'rich_editing','true'),(3543,122,'syntax_highlighting','true'),(3544,122,'comment_shortcuts','false'),(3545,122,'admin_color','fresh'),(3546,122,'use_ssl','0'),(3547,122,'show_admin_bar_front','true'),(3548,122,'locale',''),(3549,122,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3550,122,'wp_user_level','0'),(3551,122,'_yoast_wpseo_profile_updated','1566423100'),(3552,122,'synced_gravatar_hashed_id','a122128aa6da8cd98b34506d11f6764e'),(3553,122,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566405090\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"fernando83y\";s:10:\"first_name\";s:8:\"Fernando\";s:9:\"last_name\";s:7:\"Statton\";s:10:\"user_email\";s:32:\"FernandoStatton29@slow.ppoet.com\";}'),(3554,122,'form_id','17'),(3555,122,'timestamp','1566405090'),(3556,122,'request',''),(3557,122,'_wpnonce','b59a3cd235'),(3558,122,'_wp_http_referer','/register/'),(3560,122,'um_user_profile_url_slug_user_login','fernando83y'),(3562,122,'full_name','fernando statton'),(3563,122,'account_status','approved'),(3564,122,'session_tokens','a:1:{s:64:\"e3b1af155dc4aa82109f6b197c7386509f706a94d410baf930ecd97946c502b5\";a:4:{s:10:\"expiration\";i:1566595901;s:2:\"ip\";s:14:\"206.41.178.136\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566423101;}}'),(3565,122,'_um_last_login','1566405101'),(3566,122,'um_account_secure_fields','a:0:{}'),(3567,123,'nickname','yardrose'),(3568,123,'first_name','Sandra'),(3569,123,'last_name','Rose'),(3570,123,'description',''),(3571,123,'rich_editing','true'),(3572,123,'syntax_highlighting','true'),(3573,123,'comment_shortcuts','false'),(3574,123,'admin_color','fresh'),(3575,123,'use_ssl','0'),(3576,123,'show_admin_bar_front','true'),(3577,123,'locale',''),(3578,123,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3579,123,'wp_user_level','0'),(3580,123,'_yoast_wpseo_profile_updated','1566423669'),(3581,123,'synced_gravatar_hashed_id','9835bf0cb25d1d677d9efc5e207378d3'),(3582,123,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566405633\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:8:\"yardrose\";s:10:\"first_name\";s:6:\"Sandra\";s:9:\"last_name\";s:4:\"Rose\";s:10:\"user_email\";s:20:\"yardrose23@yahoo.com\";}'),(3583,123,'form_id','17'),(3584,123,'timestamp','1566405633'),(3585,123,'request',''),(3586,123,'_wpnonce','b59a3cd235'),(3587,123,'_wp_http_referer','/register/'),(3589,123,'um_user_profile_url_slug_user_login','yardrose'),(3591,123,'full_name','sandra rose'),(3592,123,'account_status','approved'),(3593,123,'session_tokens','a:1:{s:64:\"7fd919d49b7bbf10e5c89bc755c0d6bdd431c3f502b64a132ed823a097930d38\";a:4:{s:10:\"expiration\";i:1566596470;s:2:\"ip\";s:13:\"208.163.44.29\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1566423670;}}'),(3594,123,'_um_last_login','1566503290'),(3595,123,'um_account_secure_fields','a:0:{}'),(3596,123,'appliedjobs','a:2:{i:0;i:2790;i:1;i:3843;}'),(3597,124,'nickname','lettieskinner1'),(3598,124,'first_name','Lettie'),(3599,124,'last_name','Skinner'),(3600,124,'description',''),(3601,124,'rich_editing','true'),(3602,124,'syntax_highlighting','true'),(3603,124,'comment_shortcuts','false'),(3604,124,'admin_color','fresh'),(3605,124,'use_ssl','0'),(3606,124,'show_admin_bar_front','true'),(3607,124,'locale',''),(3608,124,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3609,124,'wp_user_level','0'),(3610,124,'_yoast_wpseo_profile_updated','1566425403'),(3611,124,'synced_gravatar_hashed_id','381b52808c10ad5788848d49ad682f24'),(3612,124,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566407397\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"lettieskinner1\";s:10:\"first_name\";s:6:\"Lettie\";s:9:\"last_name\";s:7:\"Skinner\";s:10:\"user_email\";s:30:\"LettieSkinner44@slow.ppoet.com\";}'),(3613,124,'form_id','17'),(3614,124,'timestamp','1566407397'),(3615,124,'request',''),(3616,124,'redirect_to','https://buzz-caribbean.com/register/'),(3617,124,'_wpnonce','b59a3cd235'),(3618,124,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(3620,124,'um_user_profile_url_slug_user_login','lettieskinner1'),(3622,124,'full_name','lettie skinner'),(3623,124,'account_status','approved'),(3624,125,'nickname','christalbelmore'),(3625,125,'first_name','Christal'),(3626,125,'last_name','Belmore'),(3627,125,'description',''),(3628,125,'rich_editing','true'),(3629,125,'syntax_highlighting','true'),(3630,125,'comment_shortcuts','false'),(3631,125,'admin_color','fresh'),(3632,125,'use_ssl','0'),(3633,125,'show_admin_bar_front','true'),(3634,125,'locale',''),(3635,125,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3636,125,'wp_user_level','0'),(3637,125,'_yoast_wpseo_profile_updated','1566425960'),(3638,125,'synced_gravatar_hashed_id','6cb4f65fe7a750a10c546b38703bfb4d'),(3639,125,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566407953\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"christalbelmore\";s:10:\"first_name\";s:8:\"Christal\";s:9:\"last_name\";s:7:\"Belmore\";s:10:\"user_email\";s:32:\"ChristalBelmore13@slow.ppoet.com\";}'),(3640,125,'form_id','17'),(3641,125,'timestamp','1566407953'),(3642,125,'request',''),(3643,125,'_wpnonce','b59a3cd235'),(3644,125,'_wp_http_referer','/register/'),(3646,125,'um_user_profile_url_slug_user_login','christalbelmore'),(3648,125,'full_name','christal belmore'),(3649,125,'account_status','approved'),(3650,125,'session_tokens','a:1:{s:64:\"5bb5fb2bc147b02fbc086f293c03a4bc46dbc52a19b51304850fa2c05d126668\";a:4:{s:10:\"expiration\";i:1566598760;s:2:\"ip\";s:14:\"209.99.164.203\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566425960;}}'),(3651,125,'_um_last_login','1566407960'),(3652,125,'um_account_secure_fields','a:0:{}'),(3653,126,'nickname','lynnezeller2875'),(3654,126,'first_name','Lynne'),(3655,126,'last_name','Zeller'),(3656,126,'description',''),(3657,126,'rich_editing','true'),(3658,126,'syntax_highlighting','true'),(3659,126,'comment_shortcuts','false'),(3660,126,'admin_color','fresh'),(3661,126,'use_ssl','0'),(3662,126,'show_admin_bar_front','true'),(3663,126,'locale',''),(3664,126,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3665,126,'wp_user_level','0'),(3666,126,'_yoast_wpseo_profile_updated','1566427452'),(3667,126,'synced_gravatar_hashed_id','6b976da2ca9f8a2c02d00b012f9baddc'),(3668,126,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566409446\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b59a3cd235\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"lynnezeller2875\";s:10:\"first_name\";s:5:\"Lynne\";s:9:\"last_name\";s:6:\"Zeller\";s:10:\"user_email\";s:28:\"LynneZeller65@slow.ppoet.com\";}'),(3669,126,'form_id','17'),(3670,126,'timestamp','1566409446'),(3671,126,'request',''),(3672,126,'_wpnonce','b59a3cd235'),(3673,126,'_wp_http_referer','/register/'),(3675,126,'um_user_profile_url_slug_user_login','lynnezeller2875'),(3677,126,'full_name','lynne zeller'),(3678,126,'account_status','approved'),(3679,126,'session_tokens','a:1:{s:64:\"4f5d813189f0d1d1eac7a77bc19eaa91b4092cccc0dc2a8c7261bbf68df0f939\";a:4:{s:10:\"expiration\";i:1566600253;s:2:\"ip\";s:12:\"45.61.152.53\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566427453;}}'),(3680,126,'_um_last_login','1566409453'),(3681,126,'um_account_secure_fields','a:0:{}'),(3682,17,'redeemedoffers','a:3:{i:0;i:2600;i:1;i:2566;i:2;i:8681;}'),(3683,127,'nickname','maurinefischer3'),(3684,127,'first_name','Maurine'),(3685,127,'last_name','Fischer'),(3686,127,'description',''),(3687,127,'rich_editing','true'),(3688,127,'syntax_highlighting','true'),(3689,127,'comment_shortcuts','false'),(3690,127,'admin_color','fresh'),(3691,127,'use_ssl','0'),(3692,127,'show_admin_bar_front','true'),(3693,127,'locale',''),(3694,127,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3695,127,'wp_user_level','0'),(3696,127,'_yoast_wpseo_profile_updated','1566434705'),(3697,127,'synced_gravatar_hashed_id','49394c5013d943c8a2e5b2fcd2fd6150'),(3698,127,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566416697\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b714837cf3\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"maurinefischer3\";s:10:\"first_name\";s:7:\"Maurine\";s:9:\"last_name\";s:7:\"Fischer\";s:10:\"user_email\";s:31:\"MaurineFischer38@slow.ppoet.com\";}'),(3699,127,'form_id','17'),(3700,127,'timestamp','1566416697'),(3701,127,'request',''),(3702,127,'_wpnonce','b714837cf3'),(3703,127,'_wp_http_referer','/register/'),(3705,127,'um_user_profile_url_slug_user_login','maurinefischer3'),(3707,127,'full_name','maurine fischer'),(3708,127,'account_status','approved'),(3709,127,'session_tokens','a:1:{s:64:\"d979b157a0a1f45a2d0cb0977c33029ea4d6b4786da38715fe475e3a90368640\";a:4:{s:10:\"expiration\";i:1566607505;s:2:\"ip\";s:14:\"104.129.63.107\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566434705;}}'),(3710,127,'_um_last_login','1566416705'),(3711,127,'um_account_secure_fields','a:0:{}'),(3712,128,'nickname','tabithabeatty64'),(3713,128,'first_name','Tabitha'),(3714,128,'last_name','Beatty'),(3715,128,'description',''),(3716,128,'rich_editing','true'),(3717,128,'syntax_highlighting','true'),(3718,128,'comment_shortcuts','false'),(3719,128,'admin_color','fresh'),(3720,128,'use_ssl','0'),(3721,128,'show_admin_bar_front','true'),(3722,128,'locale',''),(3723,128,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3724,128,'wp_user_level','0'),(3725,128,'_yoast_wpseo_profile_updated','1566437061'),(3726,128,'synced_gravatar_hashed_id','18c19c5dcee4d4953affd7d0918c6653'),(3727,128,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566419050\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b714837cf3\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"tabithabeatty64\";s:10:\"first_name\";s:7:\"Tabitha\";s:9:\"last_name\";s:6:\"Beatty\";s:10:\"user_email\";s:30:\"TabithaBeatty91@iron.ppoet.com\";}'),(3728,128,'form_id','17'),(3729,128,'timestamp','1566419050'),(3730,128,'request',''),(3731,128,'_wpnonce','b714837cf3'),(3732,128,'_wp_http_referer','/register/'),(3734,128,'um_user_profile_url_slug_user_login','tabithabeatty64'),(3736,128,'full_name','tabitha beatty'),(3737,128,'account_status','approved'),(3738,128,'session_tokens','a:1:{s:64:\"b1a38c59161c3a79a33d4660b659b523a87c920381730e3623dd5e35ad48a3da\";a:4:{s:10:\"expiration\";i:1566609861;s:2:\"ip\";s:13:\"104.129.63.81\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566437061;}}'),(3739,128,'_um_last_login','1566419061'),(3740,128,'um_account_secure_fields','a:0:{}'),(3741,129,'nickname','wallacemanchee'),(3742,129,'first_name','Wallace'),(3743,129,'last_name','Manchee'),(3744,129,'description',''),(3745,129,'rich_editing','true'),(3746,129,'syntax_highlighting','true'),(3747,129,'comment_shortcuts','false'),(3748,129,'admin_color','fresh'),(3749,129,'use_ssl','0'),(3750,129,'show_admin_bar_front','true'),(3751,129,'locale',''),(3752,129,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3753,129,'wp_user_level','0'),(3754,129,'_yoast_wpseo_profile_updated','1566442745'),(3755,129,'synced_gravatar_hashed_id','f5aeebb437ae25ee398f67e9b026ab07'),(3756,129,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566424736\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b714837cf3\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"wallacemanchee\";s:10:\"first_name\";s:7:\"Wallace\";s:9:\"last_name\";s:7:\"Manchee\";s:10:\"user_email\";s:31:\"WallaceManchee18@slow.ppoet.com\";}'),(3757,129,'form_id','17'),(3758,129,'timestamp','1566424736'),(3759,129,'request',''),(3760,129,'_wpnonce','b714837cf3'),(3761,129,'_wp_http_referer','/register/'),(3763,129,'um_user_profile_url_slug_user_login','wallacemanchee'),(3765,129,'full_name','wallace manchee'),(3766,129,'account_status','approved'),(3767,129,'session_tokens','a:1:{s:64:\"d0e7dc5c723bf7a22acaf50e30d53aa8f90aeb1f39ce4661f9908f8c89c4b2e0\";a:4:{s:10:\"expiration\";i:1566615546;s:2:\"ip\";s:14:\"209.99.164.203\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566442746;}}'),(3768,129,'_um_last_login','1566424746'),(3769,129,'um_account_secure_fields','a:0:{}'),(3770,130,'nickname','mavissapp329576'),(3771,130,'first_name','Mavis'),(3772,130,'last_name','Sapp'),(3773,130,'description',''),(3774,130,'rich_editing','true'),(3775,130,'syntax_highlighting','true'),(3776,130,'comment_shortcuts','false'),(3777,130,'admin_color','fresh'),(3778,130,'use_ssl','0'),(3779,130,'show_admin_bar_front','true'),(3780,130,'locale',''),(3781,130,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3782,130,'wp_user_level','0'),(3783,130,'_yoast_wpseo_profile_updated','1566448381'),(3784,130,'synced_gravatar_hashed_id','2d91d7e49cf097b4e3a9990516bf45cd'),(3785,130,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566430373\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b714837cf3\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"mavissapp329576\";s:10:\"first_name\";s:5:\"Mavis\";s:9:\"last_name\";s:4:\"Sapp\";s:10:\"user_email\";s:26:\"MavisSapp17@slow.ppoet.com\";}'),(3786,130,'form_id','17'),(3787,130,'timestamp','1566430373'),(3788,130,'request',''),(3789,130,'_wpnonce','b714837cf3'),(3790,130,'_wp_http_referer','/register/'),(3792,130,'um_user_profile_url_slug_user_login','mavissapp329576'),(3794,130,'full_name','mavis sapp'),(3795,130,'account_status','approved'),(3796,130,'session_tokens','a:1:{s:64:\"c4b87cdc9911d02ba0227e81b17e2f700771217ba5ea4e92643e6efca643b7c5\";a:4:{s:10:\"expiration\";i:1566621182;s:2:\"ip\";s:12:\"45.61.152.53\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566448382;}}'),(3797,130,'_um_last_login','1566430382'),(3798,130,'um_account_secure_fields','a:0:{}'),(3799,131,'nickname','omarcate519'),(3800,131,'first_name','Omar'),(3801,131,'last_name','Cate'),(3802,131,'description',''),(3803,131,'rich_editing','true'),(3804,131,'syntax_highlighting','true'),(3805,131,'comment_shortcuts','false'),(3806,131,'admin_color','fresh'),(3807,131,'use_ssl','0'),(3808,131,'show_admin_bar_front','true'),(3809,131,'locale',''),(3810,131,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3811,131,'wp_user_level','0'),(3812,131,'_yoast_wpseo_profile_updated','1566450966'),(3813,131,'synced_gravatar_hashed_id','b1c4ec2ce2242580966ae093d48eb7f2'),(3814,131,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566432936\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b714837cf3\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"omarcate519\";s:10:\"first_name\";s:4:\"Omar\";s:9:\"last_name\";s:4:\"Cate\";s:10:\"user_email\";s:45:\"Omar.Cate21@giannitti.modernsailorclothes.com\";}'),(3815,131,'form_id','17'),(3816,131,'timestamp','1566432936'),(3817,131,'request',''),(3818,131,'_wpnonce','b714837cf3'),(3819,131,'_wp_http_referer','/register/'),(3821,131,'um_user_profile_url_slug_user_login','omarcate519'),(3823,131,'full_name','omar cate'),(3824,131,'account_status','approved'),(3825,131,'session_tokens','a:1:{s:64:\"ad60a44a8013aa31baa741ddc8cadf9b1af4c5a3af45856ba579ff8a12b290c9\";a:4:{s:10:\"expiration\";i:1566623766;s:2:\"ip\";s:13:\"196.16.89.105\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566450966;}}'),(3826,131,'_um_last_login','1566432966'),(3827,131,'um_account_secure_fields','a:0:{}'),(3828,132,'nickname','hcicleveland'),(3829,132,'first_name','Cleveland'),(3830,132,'last_name','Laidley'),(3831,132,'description',''),(3832,132,'rich_editing','true'),(3833,132,'syntax_highlighting','true'),(3834,132,'comment_shortcuts','false'),(3835,132,'admin_color','fresh'),(3836,132,'use_ssl','0'),(3837,132,'show_admin_bar_front','true'),(3838,132,'locale',''),(3839,132,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3840,132,'wp_user_level','0'),(3841,132,'_yoast_wpseo_profile_updated','1566458516'),(3842,132,'synced_gravatar_hashed_id','605d9914f4db8aeccd8c4dca93e0ecc6'),(3843,132,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566440507\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"b714837cf3\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"hcicleveland\";s:10:\"first_name\";s:9:\"Cleveland\";s:9:\"last_name\";s:7:\"Laidley\";s:10:\"user_email\";s:33:\"ClevelandLaidley76@slow.ppoet.com\";}'),(3844,132,'form_id','17'),(3845,132,'timestamp','1566440507'),(3846,132,'request',''),(3847,132,'_wpnonce','b714837cf3'),(3848,132,'_wp_http_referer','/register/'),(3850,132,'um_user_profile_url_slug_user_login','hcicleveland'),(3852,132,'full_name','cleveland laidley'),(3853,132,'account_status','approved'),(3854,132,'session_tokens','a:1:{s:64:\"6022a88327bca38e8c016c0178ae63e5bbd1317a52a968eedf182d44e7035fa6\";a:4:{s:10:\"expiration\";i:1566631316;s:2:\"ip\";s:14:\"206.41.179.180\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566458516;}}'),(3855,132,'_um_last_login','1566440516'),(3856,132,'um_account_secure_fields','a:0:{}'),(3857,133,'nickname','mittie4932'),(3858,133,'first_name','Mittie'),(3859,133,'last_name','Hinds'),(3860,133,'description',''),(3861,133,'rich_editing','true'),(3862,133,'syntax_highlighting','true'),(3863,133,'comment_shortcuts','false'),(3864,133,'admin_color','fresh'),(3865,133,'use_ssl','0'),(3866,133,'show_admin_bar_front','true'),(3867,133,'locale',''),(3868,133,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3869,133,'wp_user_level','0'),(3870,133,'_yoast_wpseo_profile_updated','1566471306'),(3871,133,'synced_gravatar_hashed_id','7e93175937f51107b3429b6c890b0297'),(3872,133,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566453298\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"b714837cf3\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:10:\"mittie4932\";s:10:\"first_name\";s:6:\"Mittie\";s:9:\"last_name\";s:5:\"Hinds\";s:10:\"user_email\";s:28:\"MittieHinds85@slow.ppoet.com\";}'),(3873,133,'form_id','17'),(3874,133,'timestamp','1566453298'),(3875,133,'request',''),(3876,133,'redirect_to','https://buzz-caribbean.com/register/'),(3877,133,'_wpnonce','b714837cf3'),(3878,133,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(3880,133,'um_user_profile_url_slug_user_login','mittie4932'),(3882,133,'full_name','mittie hinds'),(3883,133,'account_status','approved'),(3884,134,'nickname','dan77x8094137'),(3885,134,'first_name','Dan'),(3886,134,'last_name','Holland'),(3887,134,'description',''),(3888,134,'rich_editing','true'),(3889,134,'syntax_highlighting','true'),(3890,134,'comment_shortcuts','false'),(3891,134,'admin_color','fresh'),(3892,134,'use_ssl','0'),(3893,134,'show_admin_bar_front','true'),(3894,134,'locale',''),(3895,134,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3896,134,'wp_user_level','0'),(3897,134,'_yoast_wpseo_profile_updated','1566476268'),(3898,134,'synced_gravatar_hashed_id','8ca5bed053effb54b8d226660772a786'),(3899,134,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566458262\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:13:\"dan77x8094137\";s:10:\"first_name\";s:3:\"Dan\";s:9:\"last_name\";s:7:\"Holland\";s:10:\"user_email\";s:22:\"uwevictor@bandsoap.com\";}'),(3900,134,'form_id','17'),(3901,134,'timestamp','1566458262'),(3902,134,'request',''),(3903,134,'redirect_to','https://buzz-caribbean.com/register/'),(3904,134,'_wpnonce','2ed2f61ab4'),(3905,134,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(3907,134,'um_user_profile_url_slug_user_login','dan77x8094137'),(3909,134,'full_name','dan holland'),(3910,134,'account_status','approved'),(3911,135,'nickname','tawannachevalier'),(3912,135,'first_name','Tawanna'),(3913,135,'last_name','Chevalier'),(3914,135,'description',''),(3915,135,'rich_editing','true'),(3916,135,'syntax_highlighting','true'),(3917,135,'comment_shortcuts','false'),(3918,135,'admin_color','fresh'),(3919,135,'use_ssl','0'),(3920,135,'show_admin_bar_front','true'),(3921,135,'locale',''),(3922,135,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3923,135,'wp_user_level','0'),(3924,135,'_yoast_wpseo_profile_updated','1566481016'),(3925,135,'synced_gravatar_hashed_id','db5843a75ce13d9df65777b0f0077ddc'),(3926,135,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566463005\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"tawannachevalier\";s:10:\"first_name\";s:7:\"Tawanna\";s:9:\"last_name\";s:9:\"Chevalier\";s:10:\"user_email\";s:29:\"Tawanna.Chevalier9@abc2018.ru\";}'),(3927,135,'form_id','17'),(3928,135,'timestamp','1566463005'),(3929,135,'request',''),(3930,135,'_wpnonce','2ed2f61ab4'),(3931,135,'_wp_http_referer','/register/'),(3933,135,'um_user_profile_url_slug_user_login','tawannachevalier'),(3935,135,'full_name','tawanna chevalier'),(3936,135,'account_status','approved'),(3937,135,'session_tokens','a:1:{s:64:\"31b49f9181b94036ee2af04e5e528dbb7d5c363db9dc5e36537f6d42be355d91\";a:4:{s:10:\"expiration\";i:1566653816;s:2:\"ip\";s:13:\"202.51.98.150\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566481016;}}'),(3938,135,'_um_last_login','1566463016'),(3939,135,'um_account_secure_fields','a:0:{}'),(3940,136,'nickname','maddisonmacvitie'),(3941,136,'first_name','Maddison'),(3942,136,'last_name','Macvitie'),(3943,136,'description',''),(3944,136,'rich_editing','true'),(3945,136,'syntax_highlighting','true'),(3946,136,'comment_shortcuts','false'),(3947,136,'admin_color','fresh'),(3948,136,'use_ssl','0'),(3949,136,'show_admin_bar_front','true'),(3950,136,'locale',''),(3951,136,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3952,136,'wp_user_level','0'),(3953,136,'_yoast_wpseo_profile_updated','1566481042'),(3954,136,'synced_gravatar_hashed_id','1ac227fd91fa862b6d6a5402e9751963'),(3955,136,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566463035\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"maddisonmacvitie\";s:10:\"first_name\";s:8:\"Maddison\";s:9:\"last_name\";s:8:\"Macvitie\";s:10:\"user_email\";s:30:\"Maddison-Macvitie24@abc2018.ru\";}'),(3956,136,'form_id','17'),(3957,136,'timestamp','1566463035'),(3958,136,'request',''),(3959,136,'_wpnonce','2ed2f61ab4'),(3960,136,'_wp_http_referer','/register/'),(3962,136,'um_user_profile_url_slug_user_login','maddisonmacvitie'),(3964,136,'full_name','maddison macvitie'),(3965,136,'account_status','approved'),(3966,136,'session_tokens','a:1:{s:64:\"e7460d36d91dbf901c0dcef7d8ae9e546db2c66aca2329f0522abfebfb8817af\";a:4:{s:10:\"expiration\";i:1566653842;s:2:\"ip\";s:14:\"77.120.163.103\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566481042;}}'),(3967,136,'_um_last_login','1566463042'),(3968,136,'um_account_secure_fields','a:0:{}'),(3969,137,'nickname','marylinsheedy6'),(3970,137,'first_name','Marylin'),(3971,137,'last_name','Sheedy'),(3972,137,'description',''),(3973,137,'rich_editing','true'),(3974,137,'syntax_highlighting','true'),(3975,137,'comment_shortcuts','false'),(3976,137,'admin_color','fresh'),(3977,137,'use_ssl','0'),(3978,137,'show_admin_bar_front','true'),(3979,137,'locale',''),(3980,137,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3981,137,'wp_user_level','0'),(3982,137,'_yoast_wpseo_profile_updated','1566481285'),(3983,137,'synced_gravatar_hashed_id','3fd2724e9aae2e08bde65f093a41a6a4'),(3984,137,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566463277\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"marylinsheedy6\";s:10:\"first_name\";s:7:\"Marylin\";s:9:\"last_name\";s:6:\"Sheedy\";s:10:\"user_email\";s:27:\"Marylin_Sheedy@kinoxaxru.ru\";}'),(3985,137,'form_id','17'),(3986,137,'timestamp','1566463277'),(3987,137,'request',''),(3988,137,'_wpnonce','2ed2f61ab4'),(3989,137,'_wp_http_referer','/register/'),(3991,137,'um_user_profile_url_slug_user_login','marylinsheedy6'),(3993,137,'full_name','marylin sheedy'),(3994,137,'account_status','approved'),(3995,137,'session_tokens','a:1:{s:64:\"acdf2702de2932c3cf5a6e14e841c4aea36b4afb25df37f4f2b1e540188263a3\";a:4:{s:10:\"expiration\";i:1566654085;s:2:\"ip\";s:14:\"86.101.159.121\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566481285;}}'),(3996,137,'_um_last_login','1566463285'),(3997,137,'um_account_secure_fields','a:0:{}'),(3998,138,'nickname','valentinchamberl'),(3999,138,'first_name','Valentin'),(4000,138,'last_name','Chamberlain'),(4001,138,'description',''),(4002,138,'rich_editing','true'),(4003,138,'syntax_highlighting','true'),(4004,138,'comment_shortcuts','false'),(4005,138,'admin_color','fresh'),(4006,138,'use_ssl','0'),(4007,138,'show_admin_bar_front','true'),(4008,138,'locale',''),(4009,138,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4010,138,'wp_user_level','0'),(4011,138,'_yoast_wpseo_profile_updated','1566482383'),(4012,138,'synced_gravatar_hashed_id','0e44a21f88453b73a9d40378874fba49'),(4013,138,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566464370\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:16:\"valentinchamberl\";s:10:\"first_name\";s:8:\"Valentin\";s:9:\"last_name\";s:11:\"Chamberlain\";s:10:\"user_email\";s:31:\"Valentin.Chamberlain@abc2018.ru\";}'),(4014,138,'form_id','17'),(4015,138,'timestamp','1566464370'),(4016,138,'request',''),(4017,138,'redirect_to','https://buzz-caribbean.com/register/'),(4018,138,'_wpnonce','2ed2f61ab4'),(4019,138,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(4021,138,'um_user_profile_url_slug_user_login','valentinchamberl'),(4023,138,'full_name','valentin chamberlain'),(4024,138,'account_status','approved'),(4025,139,'nickname','fmafae242991017'),(4026,139,'first_name','Fae'),(4027,139,'last_name','Coolidge'),(4028,139,'description',''),(4029,139,'rich_editing','true'),(4030,139,'syntax_highlighting','true'),(4031,139,'comment_shortcuts','false'),(4032,139,'admin_color','fresh'),(4033,139,'use_ssl','0'),(4034,139,'show_admin_bar_front','true'),(4035,139,'locale',''),(4036,139,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4037,139,'wp_user_level','0'),(4038,139,'_yoast_wpseo_profile_updated','1566484359'),(4039,139,'synced_gravatar_hashed_id','f5cf144fd5752c686fc3e1e5bbb2b384'),(4040,139,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566466353\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"fmafae242991017\";s:10:\"first_name\";s:3:\"Fae\";s:9:\"last_name\";s:8:\"Coolidge\";s:10:\"user_email\";s:23:\"Fae.Coolidge@abc2018.ru\";}'),(4041,139,'form_id','17'),(4042,139,'timestamp','1566466353'),(4043,139,'request',''),(4044,139,'_wpnonce','2ed2f61ab4'),(4045,139,'_wp_http_referer','/register/'),(4047,139,'um_user_profile_url_slug_user_login','fmafae242991017'),(4049,139,'full_name','fae coolidge'),(4050,139,'account_status','approved'),(4051,139,'session_tokens','a:1:{s:64:\"231498ebb11834663a857d5f1179b2bec4d9ec2f6029452484ae4cd2c0ed7b4f\";a:4:{s:10:\"expiration\";i:1566657160;s:2:\"ip\";s:11:\"81.12.95.19\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566484360;}}'),(4052,139,'_um_last_login','1566466360'),(4053,139,'um_account_secure_fields','a:0:{}'),(4054,140,'nickname','josefaforehand7'),(4055,140,'first_name','Josefa'),(4056,140,'last_name','Forehand'),(4057,140,'description',''),(4058,140,'rich_editing','true'),(4059,140,'syntax_highlighting','true'),(4060,140,'comment_shortcuts','false'),(4061,140,'admin_color','fresh'),(4062,140,'use_ssl','0'),(4063,140,'show_admin_bar_front','true'),(4064,140,'locale',''),(4065,140,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4066,140,'wp_user_level','0'),(4067,140,'_yoast_wpseo_profile_updated','1566488055'),(4068,140,'synced_gravatar_hashed_id','c74780b319d1e65c0e091be1c99868a1'),(4069,140,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566470046\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"josefaforehand7\";s:10:\"first_name\";s:6:\"Josefa\";s:9:\"last_name\";s:8:\"Forehand\";s:10:\"user_email\";s:23:\"brainjoesph@geargum.com\";}'),(4070,140,'form_id','17'),(4071,140,'timestamp','1566470046'),(4072,140,'request',''),(4073,140,'redirect_to','https://buzz-caribbean.com/register/'),(4074,140,'_wpnonce','2ed2f61ab4'),(4075,140,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(4077,140,'um_user_profile_url_slug_user_login','josefaforehand7'),(4079,140,'full_name','josefa forehand'),(4080,140,'account_status','approved'),(4081,141,'nickname','myronstingley05'),(4082,141,'first_name','Myron'),(4083,141,'last_name','Stingley'),(4084,141,'description',''),(4085,141,'rich_editing','true'),(4086,141,'syntax_highlighting','true'),(4087,141,'comment_shortcuts','false'),(4088,141,'admin_color','fresh'),(4089,141,'use_ssl','0'),(4090,141,'show_admin_bar_front','true'),(4091,141,'locale',''),(4092,141,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4093,141,'wp_user_level','0'),(4094,141,'_yoast_wpseo_profile_updated','1566488781'),(4095,141,'synced_gravatar_hashed_id','15aeeec3f22cc0106c9e45b2b985c1f6'),(4096,141,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566470772\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"myronstingley05\";s:10:\"first_name\";s:5:\"Myron\";s:9:\"last_name\";s:8:\"Stingley\";s:10:\"user_email\";s:27:\"Myron.Stingley25@abc2018.ru\";}'),(4097,141,'form_id','17'),(4098,141,'timestamp','1566470772'),(4099,141,'request',''),(4100,141,'_wpnonce','2ed2f61ab4'),(4101,141,'_wp_http_referer','/register/'),(4103,141,'um_user_profile_url_slug_user_login','myronstingley05'),(4105,141,'full_name','myron stingley'),(4106,141,'account_status','approved'),(4107,141,'session_tokens','a:1:{s:64:\"60edae8ac458c01610935403dfed01745b2fe47475cb4ae5e360c932806613a2\";a:4:{s:10:\"expiration\";i:1566661582;s:2:\"ip\";s:14:\"200.122.217.82\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566488782;}}'),(4108,141,'_um_last_login','1566470782'),(4109,141,'um_account_secure_fields','a:0:{}'),(4110,142,'nickname','siennawheeler87'),(4111,142,'first_name','Sienna'),(4112,142,'last_name','Wheeler'),(4113,142,'description',''),(4114,142,'rich_editing','true'),(4115,142,'syntax_highlighting','true'),(4116,142,'comment_shortcuts','false'),(4117,142,'admin_color','fresh'),(4118,142,'use_ssl','0'),(4119,142,'show_admin_bar_front','true'),(4120,142,'locale',''),(4121,142,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4122,142,'wp_user_level','0'),(4123,142,'_yoast_wpseo_profile_updated','1566488928'),(4124,142,'synced_gravatar_hashed_id','c376bf44dd86973bc526021994a58b13'),(4125,142,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566470917\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"siennawheeler87\";s:10:\"first_name\";s:6:\"Sienna\";s:9:\"last_name\";s:7:\"Wheeler\";s:10:\"user_email\";s:25:\"Sienna_Wheeler@abc2018.ru\";}'),(4126,142,'form_id','17'),(4127,142,'timestamp','1566470917'),(4128,142,'request',''),(4129,142,'redirect_to','https://buzz-caribbean.com/register/'),(4130,142,'_wpnonce','2ed2f61ab4'),(4131,142,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(4133,142,'um_user_profile_url_slug_user_login','siennawheeler87'),(4135,142,'full_name','sienna wheeler'),(4136,142,'account_status','approved'),(4137,143,'nickname','qpvsabrina'),(4138,143,'first_name','Sabrina'),(4139,143,'last_name','Preiss'),(4140,143,'description',''),(4141,143,'rich_editing','true'),(4142,143,'syntax_highlighting','true'),(4143,143,'comment_shortcuts','false'),(4144,143,'admin_color','fresh'),(4145,143,'use_ssl','0'),(4146,143,'show_admin_bar_front','true'),(4147,143,'locale',''),(4148,143,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4149,143,'wp_user_level','0'),(4150,143,'_yoast_wpseo_profile_updated','1566493500'),(4151,143,'synced_gravatar_hashed_id','333308e38d930818f938df78e980002c'),(4152,143,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566475486\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"qpvsabrina\";s:10:\"first_name\";s:7:\"Sabrina\";s:9:\"last_name\";s:6:\"Preiss\";s:10:\"user_email\";s:27:\"Sabrina-Preiss12@abc2018.ru\";}'),(4153,143,'form_id','17'),(4154,143,'timestamp','1566475486'),(4155,143,'request',''),(4156,143,'_wpnonce','2ed2f61ab4'),(4157,143,'_wp_http_referer','/register/'),(4159,143,'um_user_profile_url_slug_user_login','qpvsabrina'),(4161,143,'full_name','sabrina preiss'),(4162,143,'account_status','approved'),(4163,143,'session_tokens','a:1:{s:64:\"d75fb7f87f218f852e857d593020de4bec870b13eeb349576c89c6af4bd3fb1d\";a:4:{s:10:\"expiration\";i:1566666301;s:2:\"ip\";s:14:\"176.99.110.224\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566493501;}}'),(4164,143,'_um_last_login','1566475501'),(4165,143,'um_account_secure_fields','a:0:{}'),(4166,144,'nickname','royalguevara'),(4167,144,'first_name','Royal'),(4168,144,'last_name','Guevara'),(4169,144,'description',''),(4170,144,'rich_editing','true'),(4171,144,'syntax_highlighting','true'),(4172,144,'comment_shortcuts','false'),(4173,144,'admin_color','fresh'),(4174,144,'use_ssl','0'),(4175,144,'show_admin_bar_front','true'),(4176,144,'locale',''),(4177,144,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4178,144,'wp_user_level','0'),(4179,144,'_yoast_wpseo_profile_updated','1566493665'),(4180,144,'synced_gravatar_hashed_id','1de94de3d27dcfbbe6b9b0e5a313af7a'),(4181,144,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566475655\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:12:\"royalguevara\";s:10:\"first_name\";s:5:\"Royal\";s:9:\"last_name\";s:7:\"Guevara\";s:10:\"user_email\";s:24:\"Royal.Guevara@abc2018.ru\";}'),(4182,144,'form_id','17'),(4183,144,'timestamp','1566475655'),(4184,144,'request',''),(4185,144,'redirect_to','https://buzz-caribbean.com/register/'),(4186,144,'_wpnonce','2ed2f61ab4'),(4187,144,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(4189,144,'um_user_profile_url_slug_user_login','royalguevara'),(4191,144,'full_name','royal guevara'),(4192,144,'account_status','approved'),(4193,145,'nickname','xowrickey3'),(4194,145,'first_name','Rickey'),(4195,145,'last_name','Able'),(4196,145,'description',''),(4197,145,'rich_editing','true'),(4198,145,'syntax_highlighting','true'),(4199,145,'comment_shortcuts','false'),(4200,145,'admin_color','fresh'),(4201,145,'use_ssl','0'),(4202,145,'show_admin_bar_front','true'),(4203,145,'locale',''),(4204,145,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4205,145,'wp_user_level','0'),(4206,145,'_yoast_wpseo_profile_updated','1566494053'),(4207,145,'synced_gravatar_hashed_id','7bcf2b3207fb2d4f6909baa1df13e4a6'),(4208,145,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566476043\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"xowrickey3\";s:10:\"first_name\";s:6:\"Rickey\";s:9:\"last_name\";s:4:\"Able\";s:10:\"user_email\";s:25:\"Rickey-Able@megogonett.ru\";}'),(4209,145,'form_id','17'),(4210,145,'timestamp','1566476043'),(4211,145,'request',''),(4212,145,'_wpnonce','2ed2f61ab4'),(4213,145,'_wp_http_referer','/register/'),(4215,145,'um_user_profile_url_slug_user_login','xowrickey3'),(4217,145,'full_name','rickey able'),(4218,145,'account_status','approved'),(4219,145,'session_tokens','a:1:{s:64:\"c79f6a6522b50393feec6b5fb60cdb3772b3d2a0fd00492468c742017cab2220\";a:4:{s:10:\"expiration\";i:1566666853;s:2:\"ip\";s:13:\"210.245.51.17\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566494053;}}'),(4220,145,'_um_last_login','1566476053'),(4221,145,'um_account_secure_fields','a:0:{}'),(4222,146,'nickname','macrettig483'),(4223,146,'first_name','Mac'),(4224,146,'last_name','Rettig'),(4225,146,'description',''),(4226,146,'rich_editing','true'),(4227,146,'syntax_highlighting','true'),(4228,146,'comment_shortcuts','false'),(4229,146,'admin_color','fresh'),(4230,146,'use_ssl','0'),(4231,146,'show_admin_bar_front','true'),(4232,146,'locale',''),(4233,146,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4234,146,'wp_user_level','0'),(4235,146,'_yoast_wpseo_profile_updated','1566494397'),(4236,146,'synced_gravatar_hashed_id','b374ba312eb90038677149cbc84a6726'),(4237,146,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566476386\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"macrettig483\";s:10:\"first_name\";s:3:\"Mac\";s:9:\"last_name\";s:6:\"Rettig\";s:10:\"user_email\";s:21:\"Mac_Rettig@abc2018.ru\";}'),(4238,146,'form_id','17'),(4239,146,'timestamp','1566476386'),(4240,146,'request',''),(4241,146,'_wpnonce','2ed2f61ab4'),(4242,146,'_wp_http_referer','/register/'),(4244,146,'um_user_profile_url_slug_user_login','macrettig483'),(4246,146,'full_name','mac rettig'),(4247,146,'account_status','approved'),(4248,146,'session_tokens','a:1:{s:64:\"8f32ac98b737679b6226bd7dbbf62ce127cfa36c61c71802898943acb7c4ed5c\";a:4:{s:10:\"expiration\";i:1566667198;s:2:\"ip\";s:13:\"70.89.199.109\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566494398;}}'),(4249,146,'_um_last_login','1566476398'),(4250,146,'um_account_secure_fields','a:0:{}'),(4251,147,'nickname','mauricehenninger'),(4252,147,'first_name','Maurice'),(4253,147,'last_name','Henninger'),(4254,147,'description',''),(4255,147,'rich_editing','true'),(4256,147,'syntax_highlighting','true'),(4257,147,'comment_shortcuts','false'),(4258,147,'admin_color','fresh'),(4259,147,'use_ssl','0'),(4260,147,'show_admin_bar_front','true'),(4261,147,'locale',''),(4262,147,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4263,147,'wp_user_level','0'),(4264,147,'_yoast_wpseo_profile_updated','1566494571'),(4265,147,'synced_gravatar_hashed_id','2534d4cbe5e8ee35ac9ca007735931e2'),(4266,147,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566476561\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"2ed2f61ab4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"mauricehenninger\";s:10:\"first_name\";s:7:\"Maurice\";s:9:\"last_name\";s:9:\"Henninger\";s:10:\"user_email\";s:30:\"Maurice_Henninger12@abc2018.ru\";}'),(4267,147,'form_id','17'),(4268,147,'timestamp','1566476561'),(4269,147,'request',''),(4270,147,'_wpnonce','2ed2f61ab4'),(4271,147,'_wp_http_referer','/register/'),(4273,147,'um_user_profile_url_slug_user_login','mauricehenninger'),(4275,147,'full_name','maurice henninger'),(4276,147,'account_status','approved'),(4277,147,'session_tokens','a:1:{s:64:\"47b1d1ec6e16b923e1b45a2f77819fb2ac6be9eca8e875f2beb5901818e7a6e6\";a:4:{s:10:\"expiration\";i:1566667372;s:2:\"ip\";s:13:\"94.230.130.91\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566494572;}}'),(4278,147,'_um_last_login','1566476572'),(4279,147,'um_account_secure_fields','a:0:{}'),(4280,12,'closedpostboxes_dashboard','a:0:{}'),(4281,12,'metaboxhidden_dashboard','a:0:{}'),(4285,17,'wp_user-settings','urlbutton=file&uploader=1&imgsize=thumbnail&align=left'),(4286,17,'wp_user-settings-time','1566920109'),(4289,148,'nickname','kathleenmonteneg'),(4290,148,'first_name','Kathleen'),(4291,148,'last_name','Montenegro'),(4292,148,'description',''),(4293,148,'rich_editing','true'),(4294,148,'syntax_highlighting','true'),(4295,148,'comment_shortcuts','false'),(4296,148,'admin_color','fresh'),(4297,148,'use_ssl','0'),(4298,148,'show_admin_bar_front','true'),(4299,148,'locale',''),(4300,148,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4301,148,'wp_user_level','0'),(4302,148,'_yoast_wpseo_profile_updated','1566585054'),(4303,148,'synced_gravatar_hashed_id','fe15ec8108289ef76a5b25b93e5bea1e'),(4304,148,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566567045\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"5d20cc2d7b\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:16:\"kathleenmonteneg\";s:10:\"first_name\";s:8:\"Kathleen\";s:9:\"last_name\";s:10:\"Montenegro\";s:10:\"user_email\";s:35:\"KathleenMontenegro94@hate.ppoet.com\";}'),(4305,148,'form_id','17'),(4306,148,'timestamp','1566567045'),(4307,148,'request',''),(4308,148,'redirect_to','https://buzz-caribbean.com/register/'),(4309,148,'_wpnonce','5d20cc2d7b'),(4310,148,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(4312,148,'um_user_profile_url_slug_user_login','kathleenmonteneg'),(4314,148,'full_name','kathleen montenegro'),(4315,148,'account_status','approved'),(4316,149,'nickname','tanjaridley32'),(4317,149,'first_name','Tanja'),(4318,149,'last_name','Ridley'),(4319,149,'description',''),(4320,149,'rich_editing','true'),(4321,149,'syntax_highlighting','true'),(4322,149,'comment_shortcuts','false'),(4323,149,'admin_color','fresh'),(4324,149,'use_ssl','0'),(4325,149,'show_admin_bar_front','true'),(4326,149,'locale',''),(4327,149,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4328,149,'wp_user_level','0'),(4329,149,'_yoast_wpseo_profile_updated','1566594196'),(4330,149,'synced_gravatar_hashed_id','ebdbd79d6ab337ed28fe5f8eeb9428e9'),(4331,149,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566576187\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5d20cc2d7b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"tanjaridley32\";s:10:\"first_name\";s:5:\"Tanja\";s:9:\"last_name\";s:6:\"Ridley\";s:10:\"user_email\";s:24:\"Tanja.Ridley96@gmail.com\";}'),(4332,149,'form_id','17'),(4333,149,'timestamp','1566576187'),(4334,149,'request',''),(4335,149,'_wpnonce','5d20cc2d7b'),(4336,149,'_wp_http_referer','/register/'),(4338,149,'um_user_profile_url_slug_user_login','tanjaridley32'),(4340,149,'full_name','tanja ridley'),(4341,149,'account_status','approved'),(4342,149,'session_tokens','a:1:{s:64:\"fb9d6186a0ca72cbc9aa1e5a62881a26c4fa859a68aab0dfc7bd3431eacb7736\";a:4:{s:10:\"expiration\";i:1582146196;s:2:\"ip\";s:14:\"193.228.56.110\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566594196;}}'),(4343,149,'_um_last_login','1566576196'),(4344,149,'um_account_secure_fields','a:0:{}'),(4345,150,'nickname','haleywile9'),(4346,150,'first_name','Haley'),(4347,150,'last_name','Wile'),(4348,150,'description',''),(4349,150,'rich_editing','true'),(4350,150,'syntax_highlighting','true'),(4351,150,'comment_shortcuts','false'),(4352,150,'admin_color','fresh'),(4353,150,'use_ssl','0'),(4354,150,'show_admin_bar_front','true'),(4355,150,'locale',''),(4356,150,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4357,150,'wp_user_level','0'),(4358,150,'_yoast_wpseo_profile_updated','1566595205'),(4359,150,'synced_gravatar_hashed_id','aa259e893cf59a742e9d21813326f25d'),(4360,150,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566577194\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5d20cc2d7b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"haleywile9\";s:10:\"first_name\";s:5:\"Haley\";s:9:\"last_name\";s:4:\"Wile\";s:10:\"user_email\";s:20:\"joelelvis@melcow.com\";}'),(4361,150,'form_id','17'),(4362,150,'timestamp','1566577194'),(4363,150,'request',''),(4364,150,'_wpnonce','5d20cc2d7b'),(4365,150,'_wp_http_referer','/register/'),(4367,150,'um_user_profile_url_slug_user_login','haleywile9'),(4369,150,'full_name','haley wile'),(4370,150,'account_status','approved'),(4371,150,'session_tokens','a:1:{s:64:\"af6e789d6abb9087ab165a41c4cd68cb194ab57a521f819bfee9fa2f0e37e16f\";a:4:{s:10:\"expiration\";i:1582147205;s:2:\"ip\";s:14:\"206.41.178.125\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566595205;}}'),(4372,150,'_um_last_login','1566577205'),(4373,150,'um_account_secure_fields','a:0:{}'),(4374,151,'nickname','gertrudekifer'),(4375,151,'first_name','Gertrude'),(4376,151,'last_name','Kifer'),(4377,151,'description',''),(4378,151,'rich_editing','true'),(4379,151,'syntax_highlighting','true'),(4380,151,'comment_shortcuts','false'),(4381,151,'admin_color','fresh'),(4382,151,'use_ssl','0'),(4383,151,'show_admin_bar_front','true'),(4384,151,'locale',''),(4385,151,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4386,151,'wp_user_level','0'),(4387,151,'_yoast_wpseo_profile_updated','1566601775'),(4388,151,'synced_gravatar_hashed_id','5e5ff3382e838c713bc48ae7f88da64c'),(4389,151,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566583768\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5d20cc2d7b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"gertrudekifer\";s:10:\"first_name\";s:8:\"Gertrude\";s:9:\"last_name\";s:5:\"Kifer\";s:10:\"user_email\";s:23:\"anitadiana@kovezero.com\";}'),(4390,151,'form_id','17'),(4391,151,'timestamp','1566583768'),(4392,151,'request',''),(4393,151,'_wpnonce','5d20cc2d7b'),(4394,151,'_wp_http_referer','/register/'),(4396,151,'um_user_profile_url_slug_user_login','gertrudekifer'),(4398,151,'full_name','gertrude kifer'),(4399,151,'account_status','approved'),(4400,151,'session_tokens','a:1:{s:64:\"6907b1d65035a46772ad39c72af25135068d527278b6e446861bf5e2be445541\";a:4:{s:10:\"expiration\";i:1582153775;s:2:\"ip\";s:14:\"206.41.178.136\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566601775;}}'),(4401,151,'_um_last_login','1566583775'),(4402,151,'um_account_secure_fields','a:0:{}'),(4403,152,'nickname','joellenhazon4'),(4404,152,'first_name','Joellen'),(4405,152,'last_name','Hazon'),(4406,152,'description',''),(4407,152,'rich_editing','true'),(4408,152,'syntax_highlighting','true'),(4409,152,'comment_shortcuts','false'),(4410,152,'admin_color','fresh'),(4411,152,'use_ssl','0'),(4412,152,'show_admin_bar_front','true'),(4413,152,'locale',''),(4414,152,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4415,152,'wp_user_level','0'),(4416,152,'_yoast_wpseo_profile_updated','1566611264'),(4417,152,'synced_gravatar_hashed_id','0cb4aff70cf2d62fe187dc0c966680e9'),(4418,152,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566593256\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e814603fca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"joellenhazon4\";s:10:\"first_name\";s:7:\"Joellen\";s:9:\"last_name\";s:5:\"Hazon\";s:10:\"user_email\";s:26:\"valariejoleen@kovezero.com\";}'),(4419,152,'form_id','17'),(4420,152,'timestamp','1566593256'),(4421,152,'request',''),(4422,152,'_wpnonce','e814603fca'),(4423,152,'_wp_http_referer','/register/'),(4425,152,'um_user_profile_url_slug_user_login','joellenhazon4'),(4427,152,'full_name','joellen hazon'),(4428,152,'account_status','approved'),(4429,152,'session_tokens','a:1:{s:64:\"8b16e2a0f1b51ea82bf46af0eee615e791ed56c0c44a9114a2fc81098a883581\";a:4:{s:10:\"expiration\";i:1582163265;s:2:\"ip\";s:14:\"209.99.164.105\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566611265;}}'),(4430,152,'_um_last_login','1566593265'),(4431,152,'um_account_secure_fields','a:0:{}'),(4432,153,'nickname','margartsherlock'),(4433,153,'first_name','Margart'),(4434,153,'last_name','Sherlock'),(4435,153,'description',''),(4436,153,'rich_editing','true'),(4437,153,'syntax_highlighting','true'),(4438,153,'comment_shortcuts','false'),(4439,153,'admin_color','fresh'),(4440,153,'use_ssl','0'),(4441,153,'show_admin_bar_front','true'),(4442,153,'locale',''),(4443,153,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4444,153,'wp_user_level','0'),(4445,153,'_yoast_wpseo_profile_updated','1566624095'),(4446,153,'synced_gravatar_hashed_id','03e0ef85bfe04e74dca4d769285da671'),(4447,153,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566606090\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e814603fca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"margartsherlock\";s:10:\"first_name\";s:7:\"Margart\";s:9:\"last_name\";s:8:\"Sherlock\";s:10:\"user_email\";s:24:\"robsalvatore@geargum.com\";}'),(4448,153,'form_id','17'),(4449,153,'timestamp','1566606090'),(4450,153,'request',''),(4451,153,'_wpnonce','e814603fca'),(4452,153,'_wp_http_referer','/register/'),(4454,153,'um_user_profile_url_slug_user_login','margartsherlock'),(4456,153,'full_name','margart sherlock'),(4457,153,'account_status','approved'),(4458,153,'session_tokens','a:1:{s:64:\"a7f22c7ad613d38ce2aff449a643ccd2a034b61130edecc656a08553173abb36\";a:4:{s:10:\"expiration\";i:1582176096;s:2:\"ip\";s:14:\"104.160.31.213\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566624096;}}'),(4459,153,'_um_last_login','1566606096'),(4460,153,'um_account_secure_fields','a:0:{}'),(4461,154,'nickname','royhaskins09'),(4462,154,'first_name','Roy'),(4463,154,'last_name','Haskins'),(4464,154,'description',''),(4465,154,'rich_editing','true'),(4466,154,'syntax_highlighting','true'),(4467,154,'comment_shortcuts','false'),(4468,154,'admin_color','fresh'),(4469,154,'use_ssl','0'),(4470,154,'show_admin_bar_front','true'),(4471,154,'locale',''),(4472,154,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4473,154,'wp_user_level','0'),(4474,154,'_yoast_wpseo_profile_updated','1566643882'),(4475,154,'synced_gravatar_hashed_id','6f6078232346cdba759ba1dc63e5d186'),(4476,154,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566625860\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e814603fca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"royhaskins09\";s:10:\"first_name\";s:3:\"Roy\";s:9:\"last_name\";s:7:\"Haskins\";s:10:\"user_email\";s:26:\"Roy.Haskins17@aseriales.ru\";}'),(4477,154,'form_id','17'),(4478,154,'timestamp','1566625860'),(4479,154,'request',''),(4480,154,'_wpnonce','e814603fca'),(4481,154,'_wp_http_referer','/register/'),(4483,154,'um_user_profile_url_slug_user_login','royhaskins09'),(4485,154,'full_name','roy haskins'),(4486,154,'account_status','approved'),(4487,154,'session_tokens','a:1:{s:64:\"547a1d7b36aaf1d69dc67db6223cd7b23e065e97c69f50bdbb3a94a036c579cb\";a:4:{s:10:\"expiration\";i:1582195883;s:2:\"ip\";s:12:\"123.200.7.58\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566643883;}}'),(4488,154,'_um_last_login','1566625883'),(4489,154,'um_account_secure_fields','a:0:{}'),(4490,155,'nickname','anniecoveny'),(4491,155,'first_name','Annie'),(4492,155,'last_name','Coveny'),(4493,155,'description',''),(4494,155,'rich_editing','true'),(4495,155,'syntax_highlighting','true'),(4496,155,'comment_shortcuts','false'),(4497,155,'admin_color','fresh'),(4498,155,'use_ssl','0'),(4499,155,'show_admin_bar_front','true'),(4500,155,'locale',''),(4501,155,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4502,155,'wp_user_level','0'),(4503,155,'_yoast_wpseo_profile_updated','1566649117'),(4504,155,'synced_gravatar_hashed_id','6f450cd5bf3e2e0ba04bafb531babe7f'),(4505,155,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566631105\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"anniecoveny\";s:10:\"first_name\";s:5:\"Annie\";s:9:\"last_name\";s:6:\"Coveny\";s:10:\"user_email\";s:26:\"Annie_Coveny@molodejka6.ru\";}'),(4506,155,'form_id','17'),(4507,155,'timestamp','1566631105'),(4508,155,'request',''),(4509,155,'_wpnonce','10a88d1eaa'),(4510,155,'_wp_http_referer','/register/'),(4512,155,'um_user_profile_url_slug_user_login','anniecoveny'),(4514,155,'full_name','annie coveny'),(4515,155,'account_status','approved'),(4516,155,'session_tokens','a:1:{s:64:\"4e64316f2b132647451b8605cd6283814105b5e8cd8f9a382210e1d1dd7d1a6b\";a:4:{s:10:\"expiration\";i:1582201118;s:2:\"ip\";s:15:\"186.236.237.243\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566649118;}}'),(4517,155,'_um_last_login','1566631118'),(4518,155,'um_account_secure_fields','a:0:{}'),(4519,156,'nickname','ameliecoungeau'),(4520,156,'first_name','Amelie'),(4521,156,'last_name','Coungeau'),(4522,156,'description',''),(4523,156,'rich_editing','true'),(4524,156,'syntax_highlighting','true'),(4525,156,'comment_shortcuts','false'),(4526,156,'admin_color','fresh'),(4527,156,'use_ssl','0'),(4528,156,'show_admin_bar_front','true'),(4529,156,'locale',''),(4530,156,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4531,156,'wp_user_level','0'),(4532,156,'_yoast_wpseo_profile_updated','1566678299'),(4533,156,'synced_gravatar_hashed_id','3cb10447f3726f1e17499f32d746b326'),(4534,156,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566660291\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"ameliecoungeau\";s:10:\"first_name\";s:6:\"Amelie\";s:9:\"last_name\";s:8:\"Coungeau\";s:10:\"user_email\";s:22:\"rossjeannie@melcow.com\";}'),(4535,156,'form_id','17'),(4536,156,'timestamp','1566660291'),(4537,156,'request',''),(4538,156,'redirect_to','https://buzz-caribbean.com/register/'),(4539,156,'_wpnonce','10a88d1eaa'),(4540,156,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(4542,156,'um_user_profile_url_slug_user_login','ameliecoungeau'),(4544,156,'full_name','amelie coungeau'),(4545,156,'account_status','approved'),(4546,157,'nickname','veronastroud9'),(4547,157,'first_name','Verona'),(4548,157,'last_name','Stroud'),(4549,157,'description',''),(4550,157,'rich_editing','true'),(4551,157,'syntax_highlighting','true'),(4552,157,'comment_shortcuts','false'),(4553,157,'admin_color','fresh'),(4554,157,'use_ssl','0'),(4555,157,'show_admin_bar_front','true'),(4556,157,'locale',''),(4557,157,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4558,157,'wp_user_level','0'),(4559,157,'_yoast_wpseo_profile_updated','1566681165'),(4560,157,'synced_gravatar_hashed_id','ee7b48906b41ced111b7654e3d123e1b'),(4561,157,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566663159\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"veronastroud9\";s:10:\"first_name\";s:6:\"Verona\";s:9:\"last_name\";s:6:\"Stroud\";s:10:\"user_email\";s:21:\"archievida@melcow.com\";}'),(4562,157,'form_id','17'),(4563,157,'timestamp','1566663159'),(4564,157,'request',''),(4565,157,'_wpnonce','10a88d1eaa'),(4566,157,'_wp_http_referer','/register/'),(4568,157,'um_user_profile_url_slug_user_login','veronastroud9'),(4570,157,'full_name','verona stroud'),(4571,157,'account_status','approved'),(4572,157,'session_tokens','a:1:{s:64:\"6c3b04ca3730bcdd3d65051a9174526c14f8c846b6f7ec723c2d1d377138a807\";a:4:{s:10:\"expiration\";i:1582233165;s:2:\"ip\";s:14:\"209.99.164.131\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566681165;}}'),(4573,157,'_um_last_login','1566663165'),(4574,157,'um_account_secure_fields','a:0:{}'),(4575,158,'nickname','kathrinbales69'),(4576,158,'first_name','Kathrin'),(4577,158,'last_name','Bales'),(4578,158,'description',''),(4579,158,'rich_editing','true'),(4580,158,'syntax_highlighting','true'),(4581,158,'comment_shortcuts','false'),(4582,158,'admin_color','fresh'),(4583,158,'use_ssl','0'),(4584,158,'show_admin_bar_front','true'),(4585,158,'locale',''),(4586,158,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4587,158,'wp_user_level','0'),(4588,158,'_yoast_wpseo_profile_updated','1566682698'),(4589,158,'synced_gravatar_hashed_id','4738a38eaed6d25934df8bbc3d169817'),(4590,158,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566664690\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"kathrinbales69\";s:10:\"first_name\";s:7:\"Kathrin\";s:9:\"last_name\";s:5:\"Bales\";s:10:\"user_email\";s:25:\"catherineeve@bandsoap.com\";}'),(4591,158,'form_id','17'),(4592,158,'timestamp','1566664690'),(4593,158,'request',''),(4594,158,'_wpnonce','10a88d1eaa'),(4595,158,'_wp_http_referer','/register/'),(4597,158,'um_user_profile_url_slug_user_login','kathrinbales69'),(4599,158,'full_name','kathrin bales'),(4600,158,'account_status','approved'),(4601,158,'session_tokens','a:1:{s:64:\"741d2c7011f3d7652d07d188734b68330fedc0d35165c7f7309f57368dbcd21e\";a:4:{s:10:\"expiration\";i:1582234699;s:2:\"ip\";s:14:\"206.41.178.125\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566682699;}}'),(4602,158,'_um_last_login','1566664699'),(4603,158,'um_account_secure_fields','a:0:{}'),(4604,159,'nickname','bufordespinoza7'),(4605,159,'first_name','Buford'),(4606,159,'last_name','Espinoza'),(4607,159,'description',''),(4608,159,'rich_editing','true'),(4609,159,'syntax_highlighting','true'),(4610,159,'comment_shortcuts','false'),(4611,159,'admin_color','fresh'),(4612,159,'use_ssl','0'),(4613,159,'show_admin_bar_front','true'),(4614,159,'locale',''),(4615,159,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4616,159,'wp_user_level','0'),(4617,159,'_yoast_wpseo_profile_updated','1566683157'),(4618,159,'synced_gravatar_hashed_id','4b6aea325b1c0a097a30a0593845b358'),(4619,159,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566665147\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"bufordespinoza7\";s:10:\"first_name\";s:6:\"Buford\";s:9:\"last_name\";s:8:\"Espinoza\";s:10:\"user_email\";s:24:\"rodrigolupe@kovezero.com\";}'),(4620,159,'form_id','17'),(4621,159,'timestamp','1566665147'),(4622,159,'request',''),(4623,159,'_wpnonce','10a88d1eaa'),(4624,159,'_wp_http_referer','/register/'),(4626,159,'um_user_profile_url_slug_user_login','bufordespinoza7'),(4628,159,'full_name','buford espinoza'),(4629,159,'account_status','approved'),(4630,159,'session_tokens','a:1:{s:64:\"1a9538959d28120b6c29a3602dbe1e9fc7bc5e0c388972397da740835c946a7b\";a:4:{s:10:\"expiration\";i:1582235158;s:2:\"ip\";s:14:\"206.41.179.197\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566683158;}}'),(4631,159,'_um_last_login','1566665158'),(4632,159,'um_account_secure_fields','a:0:{}'),(4633,160,'nickname','shanon9956'),(4634,160,'first_name','Shanon'),(4635,160,'last_name','Poirier'),(4636,160,'description',''),(4637,160,'rich_editing','true'),(4638,160,'syntax_highlighting','true'),(4639,160,'comment_shortcuts','false'),(4640,160,'admin_color','fresh'),(4641,160,'use_ssl','0'),(4642,160,'show_admin_bar_front','true'),(4643,160,'locale',''),(4644,160,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4645,160,'wp_user_level','0'),(4646,160,'_yoast_wpseo_profile_updated','1566686701'),(4647,160,'synced_gravatar_hashed_id','5a44b13174f191c1081043c330f37aa0'),(4648,160,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566668693\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"shanon9956\";s:10:\"first_name\";s:6:\"Shanon\";s:9:\"last_name\";s:7:\"Poirier\";s:10:\"user_email\";s:30:\"ShanonPoirier40@iron.ppoet.com\";}'),(4649,160,'form_id','17'),(4650,160,'timestamp','1566668693'),(4651,160,'request',''),(4652,160,'_wpnonce','10a88d1eaa'),(4653,160,'_wp_http_referer','/register/'),(4655,160,'um_user_profile_url_slug_user_login','shanon9956'),(4657,160,'full_name','shanon poirier'),(4658,160,'account_status','approved'),(4659,160,'session_tokens','a:1:{s:64:\"803ea3ee17621c97427ae3562bfb9bf7922a413949a425384fe7cb3ba10a7132\";a:4:{s:10:\"expiration\";i:1582238702;s:2:\"ip\";s:14:\"104.129.63.107\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566686702;}}'),(4660,160,'_um_last_login','1566668702'),(4661,160,'um_account_secure_fields','a:0:{}'),(4662,161,'nickname','keenandresdner5'),(4663,161,'first_name','Keenan'),(4664,161,'last_name','Dresdner'),(4665,161,'description',''),(4666,161,'rich_editing','true'),(4667,161,'syntax_highlighting','true'),(4668,161,'comment_shortcuts','false'),(4669,161,'admin_color','fresh'),(4670,161,'use_ssl','0'),(4671,161,'show_admin_bar_front','true'),(4672,161,'locale',''),(4673,161,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4674,161,'wp_user_level','0'),(4675,161,'_yoast_wpseo_profile_updated','1566686943'),(4676,161,'synced_gravatar_hashed_id','f5cf62c749b7336d0028be7a185c48d3'),(4677,161,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566668934\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"keenandresdner5\";s:10:\"first_name\";s:6:\"Keenan\";s:9:\"last_name\";s:8:\"Dresdner\";s:10:\"user_email\";s:25:\"hildadanelle@kovezero.com\";}'),(4678,161,'form_id','17'),(4679,161,'timestamp','1566668934'),(4680,161,'request',''),(4681,161,'_wpnonce','10a88d1eaa'),(4682,161,'_wp_http_referer','/register/'),(4684,161,'um_user_profile_url_slug_user_login','keenandresdner5'),(4686,161,'full_name','keenan dresdner'),(4687,161,'account_status','approved'),(4688,161,'session_tokens','a:1:{s:64:\"5a527e96cdeb4e816a72884f0c3b5fd16f058a89be3fcef858f2927985a3a79e\";a:4:{s:10:\"expiration\";i:1582238943;s:2:\"ip\";s:14:\"104.129.63.107\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566686943;}}'),(4689,161,'_um_last_login','1566668943'),(4690,161,'um_account_secure_fields','a:0:{}'),(4691,162,'nickname','pattyc9267'),(4692,162,'first_name','Patty'),(4693,162,'last_name','Silvey'),(4694,162,'description',''),(4695,162,'rich_editing','true'),(4696,162,'syntax_highlighting','true'),(4697,162,'comment_shortcuts','false'),(4698,162,'admin_color','fresh'),(4699,162,'use_ssl','0'),(4700,162,'show_admin_bar_front','true'),(4701,162,'locale',''),(4702,162,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4703,162,'wp_user_level','0'),(4704,162,'_yoast_wpseo_profile_updated','1566687418'),(4705,162,'synced_gravatar_hashed_id','66b350d6b391eab50380c5ba5e647075'),(4706,162,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566669413\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"pattyc9267\";s:10:\"first_name\";s:5:\"Patty\";s:9:\"last_name\";s:6:\"Silvey\";s:10:\"user_email\";s:29:\"lashawndaelisabeth@melcow.com\";}'),(4707,162,'form_id','17'),(4708,162,'timestamp','1566669413'),(4709,162,'request',''),(4710,162,'_wpnonce','10a88d1eaa'),(4711,162,'_wp_http_referer','/register/'),(4713,162,'um_user_profile_url_slug_user_login','pattyc9267'),(4715,162,'full_name','patty silvey'),(4716,162,'account_status','approved'),(4717,162,'session_tokens','a:1:{s:64:\"cdc20a0e0d8422194aae5420b146ecdecb16c42ebddaf5ecf9dfc7915caf66fb\";a:4:{s:10:\"expiration\";i:1582239419;s:2:\"ip\";s:13:\"172.255.80.84\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566687419;}}'),(4718,162,'_um_last_login','1566669419'),(4719,162,'um_account_secure_fields','a:0:{}'),(4720,163,'nickname','wendell27a'),(4721,163,'first_name','Wendell'),(4722,163,'last_name','Lara'),(4723,163,'description',''),(4724,163,'rich_editing','true'),(4725,163,'syntax_highlighting','true'),(4726,163,'comment_shortcuts','false'),(4727,163,'admin_color','fresh'),(4728,163,'use_ssl','0'),(4729,163,'show_admin_bar_front','true'),(4730,163,'locale',''),(4731,163,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4732,163,'wp_user_level','0'),(4733,163,'_yoast_wpseo_profile_updated','1566687782'),(4734,163,'synced_gravatar_hashed_id','48c96164e3db470959c05a764f92554e'),(4735,163,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566669774\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"wendell27a\";s:10:\"first_name\";s:7:\"Wendell\";s:9:\"last_name\";s:4:\"Lara\";s:10:\"user_email\";s:21:\"ouidaalda@geargum.com\";}'),(4736,163,'form_id','17'),(4737,163,'timestamp','1566669774'),(4738,163,'request',''),(4739,163,'_wpnonce','10a88d1eaa'),(4740,163,'_wp_http_referer','/register/'),(4742,163,'um_user_profile_url_slug_user_login','wendell27a'),(4744,163,'full_name','wendell lara'),(4745,163,'account_status','approved'),(4746,163,'session_tokens','a:1:{s:64:\"790d772c9398ef0c1d0486d08e42fc7dba246ada91dd5614fa08e6efe667e1d0\";a:4:{s:10:\"expiration\";i:1582239783;s:2:\"ip\";s:13:\"206.41.178.78\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566687783;}}'),(4747,163,'_um_last_login','1566669783'),(4748,163,'um_account_secure_fields','a:0:{}'),(4749,164,'nickname','faewhitehouse95'),(4750,164,'first_name','Fae'),(4751,164,'last_name','Whitehouse'),(4752,164,'description',''),(4753,164,'rich_editing','true'),(4754,164,'syntax_highlighting','true'),(4755,164,'comment_shortcuts','false'),(4756,164,'admin_color','fresh'),(4757,164,'use_ssl','0'),(4758,164,'show_admin_bar_front','true'),(4759,164,'locale',''),(4760,164,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4761,164,'wp_user_level','0'),(4762,164,'_yoast_wpseo_profile_updated','1566687900'),(4763,164,'synced_gravatar_hashed_id','ca36472ff971f3ae178117e1c48ea368'),(4764,164,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566669894\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"faewhitehouse95\";s:10:\"first_name\";s:3:\"Fae\";s:9:\"last_name\";s:10:\"Whitehouse\";s:10:\"user_email\";s:26:\"stefanierhonda@geargum.com\";}'),(4765,164,'form_id','17'),(4766,164,'timestamp','1566669894'),(4767,164,'request',''),(4768,164,'_wpnonce','10a88d1eaa'),(4769,164,'_wp_http_referer','/register/'),(4771,164,'um_user_profile_url_slug_user_login','faewhitehouse95'),(4773,164,'full_name','fae whitehouse'),(4774,164,'account_status','approved'),(4775,164,'session_tokens','a:1:{s:64:\"56387ecd224e8a10e679d1447a4007eabbeb2b638100c3e05470f02c4c8c8d86\";a:4:{s:10:\"expiration\";i:1582239900;s:2:\"ip\";s:13:\"206.41.178.78\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566687900;}}'),(4776,164,'_um_last_login','1566669900'),(4777,164,'um_account_secure_fields','a:0:{}'),(4778,165,'nickname','pabloblankinship'),(4779,165,'first_name','Pablo'),(4780,165,'last_name','Blankinship'),(4781,165,'description',''),(4782,165,'rich_editing','true'),(4783,165,'syntax_highlighting','true'),(4784,165,'comment_shortcuts','false'),(4785,165,'admin_color','fresh'),(4786,165,'use_ssl','0'),(4787,165,'show_admin_bar_front','true'),(4788,165,'locale',''),(4789,165,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4790,165,'wp_user_level','0'),(4791,165,'_yoast_wpseo_profile_updated','1566688387'),(4792,165,'synced_gravatar_hashed_id','9c1759b8dc46dae47e2a2bfd881bf544'),(4793,165,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566670381\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"pabloblankinship\";s:10:\"first_name\";s:5:\"Pablo\";s:9:\"last_name\";s:11:\"Blankinship\";s:10:\"user_email\";s:26:\"colleenmaryjo@kovezero.com\";}'),(4794,165,'form_id','17'),(4795,165,'timestamp','1566670381'),(4796,165,'request',''),(4797,165,'_wpnonce','10a88d1eaa'),(4798,165,'_wp_http_referer','/register/'),(4800,165,'um_user_profile_url_slug_user_login','pabloblankinship'),(4802,165,'full_name','pablo blankinship'),(4803,165,'account_status','approved'),(4804,165,'session_tokens','a:1:{s:64:\"b61fea6863600b1fd812b0a581237946fdfeb3c088bf5f8298939db36ac1e69e\";a:4:{s:10:\"expiration\";i:1582240388;s:2:\"ip\";s:14:\"104.160.31.202\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566688388;}}'),(4805,165,'_um_last_login','1566670388'),(4806,165,'um_account_secure_fields','a:0:{}'),(4807,166,'nickname','waldowaddy0652'),(4808,166,'first_name','Waldo'),(4809,166,'last_name','Waddy'),(4810,166,'description',''),(4811,166,'rich_editing','true'),(4812,166,'syntax_highlighting','true'),(4813,166,'comment_shortcuts','false'),(4814,166,'admin_color','fresh'),(4815,166,'use_ssl','0'),(4816,166,'show_admin_bar_front','true'),(4817,166,'locale',''),(4818,166,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4819,166,'wp_user_level','0'),(4820,166,'_yoast_wpseo_profile_updated','1566688610'),(4821,166,'synced_gravatar_hashed_id','80a203f05079ff0a70e96e4846ccb040'),(4822,166,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566670600\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"waldowaddy0652\";s:10:\"first_name\";s:5:\"Waldo\";s:9:\"last_name\";s:5:\"Waddy\";s:10:\"user_email\";s:23:\"carleyluca@bandsoap.com\";}'),(4823,166,'form_id','17'),(4824,166,'timestamp','1566670600'),(4825,166,'request',''),(4826,166,'_wpnonce','10a88d1eaa'),(4827,166,'_wp_http_referer','/register/'),(4829,166,'um_user_profile_url_slug_user_login','waldowaddy0652'),(4831,166,'full_name','waldo waddy'),(4832,166,'account_status','approved'),(4833,166,'session_tokens','a:1:{s:64:\"9e615f84637481c685e910c74413ea66741a245330d9e332befebc6a8d5fe9f6\";a:4:{s:10:\"expiration\";i:1582240611;s:2:\"ip\";s:14:\"104.160.31.202\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566688611;}}'),(4834,166,'_um_last_login','1566670611'),(4835,166,'um_account_secure_fields','a:0:{}'),(4836,167,'nickname','donny454593104'),(4837,167,'first_name','Donny'),(4838,167,'last_name','Jeffery'),(4839,167,'description',''),(4840,167,'rich_editing','true'),(4841,167,'syntax_highlighting','true'),(4842,167,'comment_shortcuts','false'),(4843,167,'admin_color','fresh'),(4844,167,'use_ssl','0'),(4845,167,'show_admin_bar_front','true'),(4846,167,'locale',''),(4847,167,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4848,167,'wp_user_level','0'),(4849,167,'_yoast_wpseo_profile_updated','1566689822'),(4850,167,'synced_gravatar_hashed_id','d090ffb02012433231bce9d4ec2f80a3'),(4851,167,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566671812\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"10a88d1eaa\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"donny454593104\";s:10:\"first_name\";s:5:\"Donny\";s:9:\"last_name\";s:7:\"Jeffery\";s:10:\"user_email\";s:25:\"evelynmarina@kovezero.com\";}'),(4852,167,'form_id','17'),(4853,167,'timestamp','1566671812'),(4854,167,'request',''),(4855,167,'_wpnonce','10a88d1eaa'),(4856,167,'_wp_http_referer','/register/'),(4858,167,'um_user_profile_url_slug_user_login','donny454593104'),(4860,167,'full_name','donny jeffery'),(4861,167,'account_status','approved'),(4862,167,'session_tokens','a:1:{s:64:\"4123685aee8ec34c169e14d137dd64bf6eaa8a6394c676cc2e7b2fb477c9bee1\";a:4:{s:10:\"expiration\";i:1582241822;s:2:\"ip\";s:14:\"104.129.63.120\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566689822;}}'),(4863,167,'_um_last_login','1566671822'),(4864,167,'um_account_secure_fields','a:0:{}'),(4865,168,'nickname','baileycoronado7'),(4866,168,'first_name','Bailey'),(4867,168,'last_name','Coronado'),(4868,168,'description',''),(4869,168,'rich_editing','true'),(4870,168,'syntax_highlighting','true'),(4871,168,'comment_shortcuts','false'),(4872,168,'admin_color','fresh'),(4873,168,'use_ssl','0'),(4874,168,'show_admin_bar_front','true'),(4875,168,'locale',''),(4876,168,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4877,168,'wp_user_level','0'),(4878,168,'_yoast_wpseo_profile_updated','1566692158'),(4879,168,'synced_gravatar_hashed_id','73f11da75a28ea04a7d59755d77977e5'),(4880,168,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566674150\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"baileycoronado7\";s:10:\"first_name\";s:6:\"Bailey\";s:9:\"last_name\";s:8:\"Coronado\";s:10:\"user_email\";s:21:\"alycepearl@melcow.com\";}'),(4881,168,'form_id','17'),(4882,168,'timestamp','1566674150'),(4883,168,'request',''),(4884,168,'_wpnonce','0c07153eba'),(4885,168,'_wp_http_referer','/register/'),(4887,168,'um_user_profile_url_slug_user_login','baileycoronado7'),(4889,168,'full_name','bailey coronado'),(4890,168,'account_status','approved'),(4891,168,'session_tokens','a:1:{s:64:\"4e87a244d61f4dc19579258a1a253e282ddcf56680f94156eb0329a287161270\";a:4:{s:10:\"expiration\";i:1582244158;s:2:\"ip\";s:15:\"181.177.110.118\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566692158;}}'),(4892,168,'_um_last_login','1566674158'),(4893,168,'um_account_secure_fields','a:0:{}'),(4894,169,'nickname','kentonmessner5'),(4895,169,'first_name','Kenton'),(4896,169,'last_name','Messner'),(4897,169,'description',''),(4898,169,'rich_editing','true'),(4899,169,'syntax_highlighting','true'),(4900,169,'comment_shortcuts','false'),(4901,169,'admin_color','fresh'),(4902,169,'use_ssl','0'),(4903,169,'show_admin_bar_front','true'),(4904,169,'locale',''),(4905,169,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4906,169,'wp_user_level','0'),(4907,169,'_yoast_wpseo_profile_updated','1566692821'),(4908,169,'synced_gravatar_hashed_id','2058f47ead027454737d4e568ba8d4d6'),(4909,169,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566674813\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"kentonmessner5\";s:10:\"first_name\";s:6:\"Kenton\";s:9:\"last_name\";s:7:\"Messner\";s:10:\"user_email\";s:30:\"KentonMessner53@iron.ppoet.com\";}'),(4910,169,'form_id','17'),(4911,169,'timestamp','1566674813'),(4912,169,'request',''),(4913,169,'_wpnonce','0c07153eba'),(4914,169,'_wp_http_referer','/register/'),(4916,169,'um_user_profile_url_slug_user_login','kentonmessner5'),(4918,169,'full_name','kenton messner'),(4919,169,'account_status','approved'),(4920,169,'session_tokens','a:1:{s:64:\"9dfb05f9e9231e008b0c79944bb3607f2f88f2a3577792086e611fa491d074d2\";a:4:{s:10:\"expiration\";i:1582244821;s:2:\"ip\";s:14:\"206.41.179.180\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566692821;}}'),(4921,169,'_um_last_login','1566674821'),(4922,169,'um_account_secure_fields','a:0:{}'),(4923,170,'nickname','shielajulius4'),(4924,170,'first_name','Shiela'),(4925,170,'last_name','Julius'),(4926,170,'description',''),(4927,170,'rich_editing','true'),(4928,170,'syntax_highlighting','true'),(4929,170,'comment_shortcuts','false'),(4930,170,'admin_color','fresh'),(4931,170,'use_ssl','0'),(4932,170,'show_admin_bar_front','true'),(4933,170,'locale',''),(4934,170,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4935,170,'wp_user_level','0'),(4936,170,'_yoast_wpseo_profile_updated','1566694974'),(4937,170,'synced_gravatar_hashed_id','9539d16d551a94da97543f593c3124f5'),(4938,170,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566676969\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"shielajulius4\";s:10:\"first_name\";s:6:\"Shiela\";s:9:\"last_name\";s:6:\"Julius\";s:10:\"user_email\";s:24:\"jamilatrent@bandsoap.com\";}'),(4939,170,'form_id','17'),(4940,170,'timestamp','1566676969'),(4941,170,'request',''),(4942,170,'_wpnonce','0c07153eba'),(4943,170,'_wp_http_referer','/register/'),(4945,170,'um_user_profile_url_slug_user_login','shielajulius4'),(4947,170,'full_name','shiela julius'),(4948,170,'account_status','approved'),(4949,170,'session_tokens','a:1:{s:64:\"cfe6076d352d4f33bd4a61eff51028cb82974d6b8a81e2529343420184dc932b\";a:4:{s:10:\"expiration\";i:1582246975;s:2:\"ip\";s:14:\"104.160.31.213\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566694975;}}'),(4950,170,'_um_last_login','1566676975'),(4951,170,'um_account_secure_fields','a:0:{}'),(4952,171,'nickname','pablobodenwieser'),(4953,171,'first_name','Pablo'),(4954,171,'last_name','Bodenwieser'),(4955,171,'description',''),(4956,171,'rich_editing','true'),(4957,171,'syntax_highlighting','true'),(4958,171,'comment_shortcuts','false'),(4959,171,'admin_color','fresh'),(4960,171,'use_ssl','0'),(4961,171,'show_admin_bar_front','true'),(4962,171,'locale',''),(4963,171,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4964,171,'wp_user_level','0'),(4965,171,'_yoast_wpseo_profile_updated','1566695187'),(4966,171,'synced_gravatar_hashed_id','5dc5f27fc8bf03db054bcd3758848999'),(4967,171,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566677180\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"pablobodenwieser\";s:10:\"first_name\";s:5:\"Pablo\";s:9:\"last_name\";s:11:\"Bodenwieser\";s:10:\"user_email\";s:23:\"brentludie@bandsoap.com\";}'),(4968,171,'form_id','17'),(4969,171,'timestamp','1566677180'),(4970,171,'request',''),(4971,171,'_wpnonce','0c07153eba'),(4972,171,'_wp_http_referer','/register/'),(4974,171,'um_user_profile_url_slug_user_login','pablobodenwieser'),(4976,171,'full_name','pablo bodenwieser'),(4977,171,'account_status','approved'),(4978,171,'session_tokens','a:1:{s:64:\"e279b845505b4ad1aa6ef66af7631e3c683ee71cb10112887740aaef5066d2f2\";a:4:{s:10:\"expiration\";i:1582247188;s:2:\"ip\";s:14:\"104.160.31.213\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566695188;}}'),(4979,171,'_um_last_login','1566677188'),(4980,171,'um_account_secure_fields','a:0:{}'),(4981,172,'nickname','jerrodkyz9834915'),(4982,172,'first_name','Jerrod'),(4983,172,'last_name','Paris'),(4984,172,'description',''),(4985,172,'rich_editing','true'),(4986,172,'syntax_highlighting','true'),(4987,172,'comment_shortcuts','false'),(4988,172,'admin_color','fresh'),(4989,172,'use_ssl','0'),(4990,172,'show_admin_bar_front','true'),(4991,172,'locale',''),(4992,172,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4993,172,'wp_user_level','0'),(4994,172,'_yoast_wpseo_profile_updated','1566696978'),(4995,172,'synced_gravatar_hashed_id','779e637f774042779a3bb453466e8f4a'),(4996,172,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566678967\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"jerrodkyz9834915\";s:10:\"first_name\";s:6:\"Jerrod\";s:9:\"last_name\";s:5:\"Paris\";s:10:\"user_email\";s:26:\"antonettakirk@kovezero.com\";}'),(4997,172,'form_id','17'),(4998,172,'timestamp','1566678967'),(4999,172,'request',''),(5000,172,'_wpnonce','0c07153eba'),(5001,172,'_wp_http_referer','/register/'),(5003,172,'um_user_profile_url_slug_user_login','jerrodkyz9834915'),(5005,172,'full_name','jerrod paris'),(5006,172,'account_status','approved'),(5007,172,'session_tokens','a:1:{s:64:\"8e6897f7da63b9040ab32d5ba76817cde6d637b2287c0eab17719a981abbfcbf\";a:4:{s:10:\"expiration\";i:1582248979;s:2:\"ip\";s:14:\"206.41.178.125\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566696979;}}'),(5008,172,'_um_last_login','1566678979'),(5009,172,'um_account_secure_fields','a:0:{}'),(5010,173,'nickname','collettehuondeke'),(5011,173,'first_name','Collette'),(5012,173,'last_name','Huon De Kermadec'),(5013,173,'description',''),(5014,173,'rich_editing','true'),(5015,173,'syntax_highlighting','true'),(5016,173,'comment_shortcuts','false'),(5017,173,'admin_color','fresh'),(5018,173,'use_ssl','0'),(5019,173,'show_admin_bar_front','true'),(5020,173,'locale',''),(5021,173,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5022,173,'wp_user_level','0'),(5023,173,'_yoast_wpseo_profile_updated','1566697036'),(5024,173,'synced_gravatar_hashed_id','f5860115d7ff00c88f2282e86f43ac57'),(5025,173,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566679028\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"collettehuondeke\";s:10:\"first_name\";s:8:\"Collette\";s:9:\"last_name\";s:16:\"Huon De Kermadec\";s:10:\"user_email\";s:31:\"monserratereginald@kovezero.com\";}'),(5026,173,'form_id','17'),(5027,173,'timestamp','1566679028'),(5028,173,'request',''),(5029,173,'_wpnonce','0c07153eba'),(5030,173,'_wp_http_referer','/register/'),(5032,173,'um_user_profile_url_slug_user_login','collettehuondeke'),(5034,173,'full_name','collette huon de kermadec'),(5035,173,'account_status','approved'),(5036,173,'session_tokens','a:1:{s:64:\"fb04989284219e2979641b82f024675dab43fa4a841d02aa5b212f16efed7d9e\";a:4:{s:10:\"expiration\";i:1582249036;s:2:\"ip\";s:14:\"206.41.178.125\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566697036;}}'),(5037,173,'_um_last_login','1566679036'),(5038,173,'um_account_secure_fields','a:0:{}'),(5039,174,'nickname','alejandrinastark'),(5040,174,'first_name','Alejandrina'),(5041,174,'last_name','Starks'),(5042,174,'description',''),(5043,174,'rich_editing','true'),(5044,174,'syntax_highlighting','true'),(5045,174,'comment_shortcuts','false'),(5046,174,'admin_color','fresh'),(5047,174,'use_ssl','0'),(5048,174,'show_admin_bar_front','true'),(5049,174,'locale',''),(5050,174,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5051,174,'wp_user_level','0'),(5052,174,'_yoast_wpseo_profile_updated','1566697661'),(5053,174,'synced_gravatar_hashed_id','e50236c91c968f7ac1d5f19af35cbb2f'),(5054,174,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566679653\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"alejandrinastark\";s:10:\"first_name\";s:11:\"Alejandrina\";s:9:\"last_name\";s:6:\"Starks\";s:10:\"user_email\";s:27:\"denishaconcetta@geargum.com\";}'),(5055,174,'form_id','17'),(5056,174,'timestamp','1566679653'),(5057,174,'request',''),(5058,174,'_wpnonce','0c07153eba'),(5059,174,'_wp_http_referer','/register/'),(5061,174,'um_user_profile_url_slug_user_login','alejandrinastark'),(5063,174,'full_name','alejandrina starks'),(5064,174,'account_status','approved'),(5065,174,'session_tokens','a:1:{s:64:\"5e556eb303876ddfdfa2ef634274ba13cf24aabfa2b3246f9ee5a2aa22cc65ba\";a:4:{s:10:\"expiration\";i:1582249662;s:2:\"ip\";s:14:\"209.99.165.153\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566697662;}}'),(5066,174,'_um_last_login','1566679662'),(5067,174,'um_account_secure_fields','a:0:{}'),(5068,175,'nickname','lizzie74k8'),(5069,175,'first_name','Lizzie'),(5070,175,'last_name','Sasse'),(5071,175,'description',''),(5072,175,'rich_editing','true'),(5073,175,'syntax_highlighting','true'),(5074,175,'comment_shortcuts','false'),(5075,175,'admin_color','fresh'),(5076,175,'use_ssl','0'),(5077,175,'show_admin_bar_front','true'),(5078,175,'locale',''),(5079,175,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5080,175,'wp_user_level','0'),(5081,175,'_yoast_wpseo_profile_updated','1566698933'),(5082,175,'synced_gravatar_hashed_id','e62004db92239169f8b2400c9b2aa685'),(5083,175,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566680928\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"lizzie74k8\";s:10:\"first_name\";s:6:\"Lizzie\";s:9:\"last_name\";s:5:\"Sasse\";s:10:\"user_email\";s:28:\"LizzieSasse69@hate.ppoet.com\";}'),(5084,175,'form_id','17'),(5085,175,'timestamp','1566680928'),(5086,175,'request',''),(5087,175,'_wpnonce','0c07153eba'),(5088,175,'_wp_http_referer','/register/'),(5090,175,'um_user_profile_url_slug_user_login','lizzie74k8'),(5092,175,'full_name','lizzie sasse'),(5093,175,'account_status','approved'),(5094,175,'session_tokens','a:1:{s:64:\"005add5b382df3a43c3267e31a8ffebf87e4551800d0ca44b0e5e98f1fec3c3a\";a:4:{s:10:\"expiration\";i:1582250934;s:2:\"ip\";s:14:\"104.129.63.107\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566698934;}}'),(5095,175,'_um_last_login','1566680934'),(5096,175,'um_account_secure_fields','a:0:{}'),(5097,176,'nickname','enriqueta4075'),(5098,176,'first_name','Enriqueta'),(5099,176,'last_name','Riley'),(5100,176,'description',''),(5101,176,'rich_editing','true'),(5102,176,'syntax_highlighting','true'),(5103,176,'comment_shortcuts','false'),(5104,176,'admin_color','fresh'),(5105,176,'use_ssl','0'),(5106,176,'show_admin_bar_front','true'),(5107,176,'locale',''),(5108,176,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5109,176,'wp_user_level','0'),(5110,176,'_yoast_wpseo_profile_updated','1566701975'),(5111,176,'synced_gravatar_hashed_id','ede5d97fe43622b7df5498e875cd9c22'),(5112,176,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566683966\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"enriqueta4075\";s:10:\"first_name\";s:9:\"Enriqueta\";s:9:\"last_name\";s:5:\"Riley\";s:10:\"user_email\";s:20:\"terrykam@geargum.com\";}'),(5113,176,'form_id','17'),(5114,176,'timestamp','1566683966'),(5115,176,'request',''),(5116,176,'_wpnonce','0c07153eba'),(5117,176,'_wp_http_referer','/register/'),(5119,176,'um_user_profile_url_slug_user_login','enriqueta4075'),(5121,176,'full_name','enriqueta riley'),(5122,176,'account_status','approved'),(5123,176,'session_tokens','a:1:{s:64:\"145592fdb336d284eee45463d15552527eb8d699ca1694f3bb318bdf7fdd0ec8\";a:4:{s:10:\"expiration\";i:1582253975;s:2:\"ip\";s:13:\"206.41.178.78\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566701975;}}'),(5124,176,'_um_last_login','1566683975'),(5125,176,'um_account_secure_fields','a:0:{}'),(5126,177,'nickname','avabernacchi0'),(5127,177,'first_name','Ava'),(5128,177,'last_name','Bernacchi'),(5129,177,'description',''),(5130,177,'rich_editing','true'),(5131,177,'syntax_highlighting','true'),(5132,177,'comment_shortcuts','false'),(5133,177,'admin_color','fresh'),(5134,177,'use_ssl','0'),(5135,177,'show_admin_bar_front','true'),(5136,177,'locale',''),(5137,177,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5138,177,'wp_user_level','0'),(5139,177,'_yoast_wpseo_profile_updated','1566702453'),(5140,177,'synced_gravatar_hashed_id','cfd17f4b7fe2712273897f016d1e063a'),(5141,177,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566684447\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"avabernacchi0\";s:10:\"first_name\";s:3:\"Ava\";s:9:\"last_name\";s:9:\"Bernacchi\";s:10:\"user_email\";s:29:\"AvaBernacchi87@hate.ppoet.com\";}'),(5142,177,'form_id','17'),(5143,177,'timestamp','1566684447'),(5144,177,'request',''),(5145,177,'_wpnonce','0c07153eba'),(5146,177,'_wp_http_referer','/register/'),(5148,177,'um_user_profile_url_slug_user_login','avabernacchi0'),(5150,177,'full_name','ava bernacchi'),(5151,177,'account_status','approved'),(5152,177,'session_tokens','a:1:{s:64:\"d269886f1d4224463d0bf3909e32a05bc77fad925e9789a73e02a4ee524546be\";a:4:{s:10:\"expiration\";i:1582254453;s:2:\"ip\";s:14:\"206.41.179.159\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566702453;}}'),(5153,177,'_um_last_login','1566684453'),(5154,177,'um_account_secure_fields','a:0:{}'),(5155,178,'nickname','autumnveasley2'),(5156,178,'first_name','Autumn'),(5157,178,'last_name','Veasley'),(5158,178,'description',''),(5159,178,'rich_editing','true'),(5160,178,'syntax_highlighting','true'),(5161,178,'comment_shortcuts','false'),(5162,178,'admin_color','fresh'),(5163,178,'use_ssl','0'),(5164,178,'show_admin_bar_front','true'),(5165,178,'locale',''),(5166,178,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5167,178,'wp_user_level','0'),(5168,178,'_yoast_wpseo_profile_updated','1566704941'),(5169,178,'synced_gravatar_hashed_id','44cc8bdafcf7144c942e7a51b874cfba'),(5170,178,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566686932\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"autumnveasley2\";s:10:\"first_name\";s:6:\"Autumn\";s:9:\"last_name\";s:7:\"Veasley\";s:10:\"user_email\";s:30:\"AutumnVeasley20@hate.ppoet.com\";}'),(5171,178,'form_id','17'),(5172,178,'timestamp','1566686932'),(5173,178,'request',''),(5174,178,'_wpnonce','0c07153eba'),(5175,178,'_wp_http_referer','/register/'),(5177,178,'um_user_profile_url_slug_user_login','autumnveasley2'),(5179,178,'full_name','autumn veasley'),(5180,178,'account_status','approved'),(5181,178,'session_tokens','a:1:{s:64:\"3721045dca1161c7b50c4ef4b1857efa4b542358309185adcc170f910be8fa3c\";a:4:{s:10:\"expiration\";i:1582256942;s:2:\"ip\";s:12:\"45.61.155.69\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566704942;}}'),(5182,178,'_um_last_login','1566686942'),(5183,178,'um_account_secure_fields','a:0:{}'),(5184,179,'nickname','jaimieaiello476'),(5185,179,'first_name','Jaimie'),(5186,179,'last_name','Aiello'),(5187,179,'description',''),(5188,179,'rich_editing','true'),(5189,179,'syntax_highlighting','true'),(5190,179,'comment_shortcuts','false'),(5191,179,'admin_color','fresh'),(5192,179,'use_ssl','0'),(5193,179,'show_admin_bar_front','true'),(5194,179,'locale',''),(5195,179,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5196,179,'wp_user_level','0'),(5197,179,'_yoast_wpseo_profile_updated','1566705462'),(5198,179,'synced_gravatar_hashed_id','846fca5edd54ec6c123b658efc728123'),(5199,179,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566687452\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"jaimieaiello476\";s:10:\"first_name\";s:6:\"Jaimie\";s:9:\"last_name\";s:6:\"Aiello\";s:10:\"user_email\";s:20:\"giaverla@geargum.com\";}'),(5200,179,'form_id','17'),(5201,179,'timestamp','1566687452'),(5202,179,'request',''),(5203,179,'_wpnonce','0c07153eba'),(5204,179,'_wp_http_referer','/register/'),(5206,179,'um_user_profile_url_slug_user_login','jaimieaiello476'),(5208,179,'full_name','jaimie aiello'),(5209,179,'account_status','approved'),(5210,179,'session_tokens','a:1:{s:64:\"e16dcf30fc3291b730b119d1b02d72f0b0af27095d64b5f6726eac64fa41326a\";a:4:{s:10:\"expiration\";i:1582257462;s:2:\"ip\";s:14:\"104.129.63.120\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566705462;}}'),(5211,179,'_um_last_login','1566687462'),(5212,179,'um_account_secure_fields','a:0:{}'),(5213,180,'nickname','elishanewquist4'),(5214,180,'first_name','Elisha'),(5215,180,'last_name','Newquist'),(5216,180,'description',''),(5217,180,'rich_editing','true'),(5218,180,'syntax_highlighting','true'),(5219,180,'comment_shortcuts','false'),(5220,180,'admin_color','fresh'),(5221,180,'use_ssl','0'),(5222,180,'show_admin_bar_front','true'),(5223,180,'locale',''),(5224,180,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5225,180,'wp_user_level','0'),(5226,180,'_yoast_wpseo_profile_updated','1566705745'),(5227,180,'synced_gravatar_hashed_id','14ab128bd884756cc93faec32710a189'),(5228,180,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566687740\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"elishanewquist4\";s:10:\"first_name\";s:6:\"Elisha\";s:9:\"last_name\";s:8:\"Newquist\";s:10:\"user_email\";s:31:\"ElishaNewquist14@slow.ppoet.com\";}'),(5229,180,'form_id','17'),(5230,180,'timestamp','1566687740'),(5231,180,'request',''),(5232,180,'_wpnonce','0c07153eba'),(5233,180,'_wp_http_referer','/register/'),(5235,180,'um_user_profile_url_slug_user_login','elishanewquist4'),(5237,180,'full_name','elisha newquist'),(5238,180,'account_status','approved'),(5239,180,'session_tokens','a:1:{s:64:\"b71e35511b940c80be1632662db1be6280f29143baa6761c29257338d8698920\";a:4:{s:10:\"expiration\";i:1582257746;s:2:\"ip\";s:14:\"104.129.63.120\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566705746;}}'),(5240,180,'_um_last_login','1566687746'),(5241,180,'um_account_secure_fields','a:0:{}'),(5242,181,'nickname','kianhodgkinson6'),(5243,181,'first_name','Kian'),(5244,181,'last_name','Hodgkinson'),(5245,181,'description',''),(5246,181,'rich_editing','true'),(5247,181,'syntax_highlighting','true'),(5248,181,'comment_shortcuts','false'),(5249,181,'admin_color','fresh'),(5250,181,'use_ssl','0'),(5251,181,'show_admin_bar_front','true'),(5252,181,'locale',''),(5253,181,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5254,181,'wp_user_level','0'),(5255,181,'_yoast_wpseo_profile_updated','1566707112'),(5256,181,'synced_gravatar_hashed_id','2f79f5f9ca72485e51193d9687b2c8bd'),(5257,181,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566689105\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"kianhodgkinson6\";s:10:\"first_name\";s:4:\"Kian\";s:9:\"last_name\";s:10:\"Hodgkinson\";s:10:\"user_email\";s:22:\"judialanna@geargum.com\";}'),(5258,181,'form_id','17'),(5259,181,'timestamp','1566689105'),(5260,181,'request',''),(5261,181,'_wpnonce','0c07153eba'),(5262,181,'_wp_http_referer','/register/'),(5264,181,'um_user_profile_url_slug_user_login','kianhodgkinson6'),(5266,181,'full_name','kian hodgkinson'),(5267,181,'account_status','approved'),(5268,181,'session_tokens','a:1:{s:64:\"c78e014ff3810cc887c335179cacf819d8fad765a8b21dbff9bb47e7e5c9bcba\";a:4:{s:10:\"expiration\";i:1582259112;s:2:\"ip\";s:14:\"172.255.80.199\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566707112;}}'),(5269,181,'_um_last_login','1566689112'),(5270,181,'um_account_secure_fields','a:0:{}'),(5271,182,'nickname','lilia17a1044209'),(5272,182,'first_name','Lilia'),(5273,182,'last_name','Loper'),(5274,182,'description',''),(5275,182,'rich_editing','true'),(5276,182,'syntax_highlighting','true'),(5277,182,'comment_shortcuts','false'),(5278,182,'admin_color','fresh'),(5279,182,'use_ssl','0'),(5280,182,'show_admin_bar_front','true'),(5281,182,'locale',''),(5282,182,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5283,182,'wp_user_level','0'),(5284,182,'_yoast_wpseo_profile_updated','1566710407'),(5285,182,'synced_gravatar_hashed_id','b27bd6b3010f490edc0540ac715560c3'),(5286,182,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566692398\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"lilia17a1044209\";s:10:\"first_name\";s:5:\"Lilia\";s:9:\"last_name\";s:5:\"Loper\";s:10:\"user_email\";s:27:\"LiliaLoper38@iron.ppoet.com\";}'),(5287,182,'form_id','17'),(5288,182,'timestamp','1566692398'),(5289,182,'request',''),(5290,182,'_wpnonce','0c07153eba'),(5291,182,'_wp_http_referer','/register/'),(5293,182,'um_user_profile_url_slug_user_login','lilia17a1044209'),(5295,182,'full_name','lilia loper'),(5296,182,'account_status','approved'),(5297,182,'session_tokens','a:1:{s:64:\"a49816c97963959e0c6bb035ecd5bcde091a639f9ba009d605066ab5a884f3e0\";a:4:{s:10:\"expiration\";i:1582262408;s:2:\"ip\";s:14:\"209.99.164.171\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566710408;}}'),(5298,182,'_um_last_login','1566692408'),(5299,182,'um_account_secure_fields','a:0:{}'),(5300,183,'nickname','gerardooshane59'),(5301,183,'first_name','Gerardo'),(5302,183,'last_name','O\'Shane'),(5303,183,'description',''),(5304,183,'rich_editing','true'),(5305,183,'syntax_highlighting','true'),(5306,183,'comment_shortcuts','false'),(5307,183,'admin_color','fresh'),(5308,183,'use_ssl','0'),(5309,183,'show_admin_bar_front','true'),(5310,183,'locale',''),(5311,183,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5312,183,'wp_user_level','0'),(5313,183,'_yoast_wpseo_profile_updated','1566710690'),(5314,183,'synced_gravatar_hashed_id','8a3f7383cf9b20c1073f411cd5fd6422'),(5315,183,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566692684\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"gerardooshane59\";s:10:\"first_name\";s:7:\"Gerardo\";s:9:\"last_name\";s:7:\"O\'Shane\";s:10:\"user_email\";s:21:\"junesonia@geargum.com\";}'),(5316,183,'form_id','17'),(5317,183,'timestamp','1566692684'),(5318,183,'request',''),(5319,183,'_wpnonce','0c07153eba'),(5320,183,'_wp_http_referer','/register/'),(5322,183,'um_user_profile_url_slug_user_login','gerardooshane59'),(5324,183,'full_name','gerardo oshane'),(5325,183,'account_status','approved'),(5326,183,'session_tokens','a:1:{s:64:\"5143fbd4bd51879c78d64c1a1cf5d5b83819008c174529f227f012cbbb218e34\";a:4:{s:10:\"expiration\";i:1582262691;s:2:\"ip\";s:14:\"209.99.164.171\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566710691;}}'),(5327,183,'_um_last_login','1566692691'),(5328,183,'um_account_secure_fields','a:0:{}'),(5329,184,'nickname','marlysmartinovic'),(5330,184,'first_name','Marlys'),(5331,184,'last_name','Martinovich'),(5332,184,'description',''),(5333,184,'rich_editing','true'),(5334,184,'syntax_highlighting','true'),(5335,184,'comment_shortcuts','false'),(5336,184,'admin_color','fresh'),(5337,184,'use_ssl','0'),(5338,184,'show_admin_bar_front','true'),(5339,184,'locale',''),(5340,184,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5341,184,'wp_user_level','0'),(5342,184,'_yoast_wpseo_profile_updated','1566715047'),(5343,184,'synced_gravatar_hashed_id','8b0965f4f4ade145bd3a55748af20fc8'),(5344,184,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566697040\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"marlysmartinovic\";s:10:\"first_name\";s:6:\"Marlys\";s:9:\"last_name\";s:11:\"Martinovich\";s:10:\"user_email\";s:34:\"MarlysMartinovich96@iron.ppoet.com\";}'),(5345,184,'form_id','17'),(5346,184,'timestamp','1566697040'),(5347,184,'request',''),(5348,184,'_wpnonce','0c07153eba'),(5349,184,'_wp_http_referer','/register/'),(5351,184,'um_user_profile_url_slug_user_login','marlysmartinovic'),(5353,184,'full_name','marlys martinovich'),(5354,184,'account_status','approved'),(5355,184,'session_tokens','a:1:{s:64:\"8addb7bad5ee68fb3e360bd13745108eef792584e17d11975ea9bb0f83b55567\";a:4:{s:10:\"expiration\";i:1582267048;s:2:\"ip\";s:14:\"172.255.80.199\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566715048;}}'),(5356,184,'_um_last_login','1566697048'),(5357,184,'um_account_secure_fields','a:0:{}'),(5358,185,'nickname','darinchew8979'),(5359,185,'first_name','Darin'),(5360,185,'last_name','Chew'),(5361,185,'description',''),(5362,185,'rich_editing','true'),(5363,185,'syntax_highlighting','true'),(5364,185,'comment_shortcuts','false'),(5365,185,'admin_color','fresh'),(5366,185,'use_ssl','0'),(5367,185,'show_admin_bar_front','true'),(5368,185,'locale',''),(5369,185,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5370,185,'wp_user_level','0'),(5371,185,'_yoast_wpseo_profile_updated','1566715945'),(5372,185,'synced_gravatar_hashed_id','4e4f5708c963a5d76923511978097715'),(5373,185,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566697937\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"darinchew8979\";s:10:\"first_name\";s:5:\"Darin\";s:9:\"last_name\";s:4:\"Chew\";s:10:\"user_email\";s:26:\"DarinChew42@slow.ppoet.com\";}'),(5374,185,'form_id','17'),(5375,185,'timestamp','1566697937'),(5376,185,'request',''),(5377,185,'_wpnonce','0c07153eba'),(5378,185,'_wp_http_referer','/register/'),(5380,185,'um_user_profile_url_slug_user_login','darinchew8979'),(5382,185,'full_name','darin chew'),(5383,185,'account_status','approved'),(5384,185,'session_tokens','a:1:{s:64:\"fb472f9e09227be57362e271f303c9d5814f9bb5a16cfb4c9879b967298bb233\";a:4:{s:10:\"expiration\";i:1582267946;s:2:\"ip\";s:14:\"209.99.165.163\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566715946;}}'),(5385,185,'_um_last_login','1566697946'),(5386,185,'um_account_secure_fields','a:0:{}'),(5387,186,'nickname','angelinevillanue'),(5388,186,'first_name','Angeline'),(5389,186,'last_name','Villanueva'),(5390,186,'description',''),(5391,186,'rich_editing','true'),(5392,186,'syntax_highlighting','true'),(5393,186,'comment_shortcuts','false'),(5394,186,'admin_color','fresh'),(5395,186,'use_ssl','0'),(5396,186,'show_admin_bar_front','true'),(5397,186,'locale',''),(5398,186,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5399,186,'wp_user_level','0'),(5400,186,'_yoast_wpseo_profile_updated','1566716589'),(5401,186,'synced_gravatar_hashed_id','0c7dd9ca7f8a4fbfbf6a971a8156c3a1'),(5402,186,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566698581\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"angelinevillanue\";s:10:\"first_name\";s:8:\"Angeline\";s:9:\"last_name\";s:10:\"Villanueva\";s:10:\"user_email\";s:35:\"AngelineVillanueva44@slow.ppoet.com\";}'),(5403,186,'form_id','17'),(5404,186,'timestamp','1566698581'),(5405,186,'request',''),(5406,186,'_wpnonce','0c07153eba'),(5407,186,'_wp_http_referer','/register/'),(5409,186,'um_user_profile_url_slug_user_login','angelinevillanue'),(5411,186,'full_name','angeline villanueva'),(5412,186,'account_status','approved'),(5413,186,'session_tokens','a:1:{s:64:\"ab92b98f2cdab638a95ccff9553eb2e409e2697974cdaae95079e61b54d209ab\";a:4:{s:10:\"expiration\";i:1582268589;s:2:\"ip\";s:14:\"209.99.164.203\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566716589;}}'),(5414,186,'_um_last_login','1566698589'),(5415,186,'um_account_secure_fields','a:0:{}'),(5416,187,'nickname','casiewannemaker'),(5417,187,'first_name','Casie'),(5418,187,'last_name','Wannemaker'),(5419,187,'description',''),(5420,187,'rich_editing','true'),(5421,187,'syntax_highlighting','true'),(5422,187,'comment_shortcuts','false'),(5423,187,'admin_color','fresh'),(5424,187,'use_ssl','0'),(5425,187,'show_admin_bar_front','true'),(5426,187,'locale',''),(5427,187,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5428,187,'wp_user_level','0'),(5429,187,'_yoast_wpseo_profile_updated','1566717111'),(5430,187,'synced_gravatar_hashed_id','f0e124d852efbb7ae6508323fe1a4a42'),(5431,187,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566699100\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"casiewannemaker\";s:10:\"first_name\";s:5:\"Casie\";s:9:\"last_name\";s:10:\"Wannemaker\";s:10:\"user_email\";s:31:\"alvinhellen@goodcoffeemaker.com\";}'),(5432,187,'form_id','17'),(5433,187,'timestamp','1566699100'),(5434,187,'request',''),(5435,187,'_wpnonce','0c07153eba'),(5436,187,'_wp_http_referer','/register/'),(5438,187,'um_user_profile_url_slug_user_login','casiewannemaker'),(5440,187,'full_name','casie wannemaker'),(5441,187,'account_status','approved'),(5442,187,'session_tokens','a:1:{s:64:\"a052eb6c5a4c65773603d67e4506fc0a8a57350f226d3aa4d58603132c3a114e\";a:4:{s:10:\"expiration\";i:1582269111;s:2:\"ip\";s:15:\"181.177.110.193\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566717111;}}'),(5443,187,'_um_last_login','1566699111'),(5444,187,'um_account_secure_fields','a:0:{}'),(5445,188,'nickname','karinabradbury4'),(5446,188,'first_name','Karina'),(5447,188,'last_name','Bradbury'),(5448,188,'description',''),(5449,188,'rich_editing','true'),(5450,188,'syntax_highlighting','true'),(5451,188,'comment_shortcuts','false'),(5452,188,'admin_color','fresh'),(5453,188,'use_ssl','0'),(5454,188,'show_admin_bar_front','true'),(5455,188,'locale',''),(5456,188,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5457,188,'wp_user_level','0'),(5458,188,'_yoast_wpseo_profile_updated','1566717621'),(5459,188,'synced_gravatar_hashed_id','cf806411d16dd7a9f666843f2cc3991b'),(5460,188,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566699614\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"karinabradbury4\";s:10:\"first_name\";s:6:\"Karina\";s:9:\"last_name\";s:8:\"Bradbury\";s:10:\"user_email\";s:31:\"KarinaBradbury66@iron.ppoet.com\";}'),(5461,188,'form_id','17'),(5462,188,'timestamp','1566699614'),(5463,188,'request',''),(5464,188,'_wpnonce','0c07153eba'),(5465,188,'_wp_http_referer','/register/'),(5467,188,'um_user_profile_url_slug_user_login','karinabradbury4'),(5469,188,'full_name','karina bradbury'),(5470,188,'account_status','approved'),(5471,188,'session_tokens','a:1:{s:64:\"206404ace3b0c4fb2b38407b9b2b30cd93b1884d4b12a99365add938c928c224\";a:4:{s:10:\"expiration\";i:1582269622;s:2:\"ip\";s:14:\"206.41.179.159\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566717622;}}'),(5472,188,'_um_last_login','1566699622'),(5473,188,'um_account_secure_fields','a:0:{}'),(5474,189,'nickname','triciacarrigan7'),(5475,189,'first_name','Tricia'),(5476,189,'last_name','Carrigan'),(5477,189,'description',''),(5478,189,'rich_editing','true'),(5479,189,'syntax_highlighting','true'),(5480,189,'comment_shortcuts','false'),(5481,189,'admin_color','fresh'),(5482,189,'use_ssl','0'),(5483,189,'show_admin_bar_front','true'),(5484,189,'locale',''),(5485,189,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5486,189,'wp_user_level','0'),(5487,189,'_yoast_wpseo_profile_updated','1566718889'),(5488,189,'synced_gravatar_hashed_id','b0489326331a6754dbb794e4445c23be'),(5489,189,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566700879\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"triciacarrigan7\";s:10:\"first_name\";s:6:\"Tricia\";s:9:\"last_name\";s:8:\"Carrigan\";s:10:\"user_email\";s:31:\"TriciaCarrigan71@slow.ppoet.com\";}'),(5490,189,'form_id','17'),(5491,189,'timestamp','1566700879'),(5492,189,'request',''),(5493,189,'_wpnonce','0c07153eba'),(5494,189,'_wp_http_referer','/register/'),(5496,189,'um_user_profile_url_slug_user_login','triciacarrigan7'),(5498,189,'full_name','tricia carrigan'),(5499,189,'account_status','approved'),(5500,189,'session_tokens','a:1:{s:64:\"752ecc4d4fe3ab81d6e6ae7afa94e85ee656705cca55e931eead8daa919040e5\";a:4:{s:10:\"expiration\";i:1582270890;s:2:\"ip\";s:12:\"206.41.179.6\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566718890;}}'),(5501,189,'_um_last_login','1566700890'),(5502,189,'um_account_secure_fields','a:0:{}'),(5503,190,'nickname','barrymyles447'),(5504,190,'first_name','Barry'),(5505,190,'last_name','Myles'),(5506,190,'description',''),(5507,190,'rich_editing','true'),(5508,190,'syntax_highlighting','true'),(5509,190,'comment_shortcuts','false'),(5510,190,'admin_color','fresh'),(5511,190,'use_ssl','0'),(5512,190,'show_admin_bar_front','true'),(5513,190,'locale',''),(5514,190,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5515,190,'wp_user_level','0'),(5516,190,'_yoast_wpseo_profile_updated','1566719938'),(5517,190,'synced_gravatar_hashed_id','3c99e816c064de9104b19bb32fddfd3a'),(5518,190,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566701929\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"barrymyles447\";s:10:\"first_name\";s:5:\"Barry\";s:9:\"last_name\";s:5:\"Myles\";s:10:\"user_email\";s:27:\"BarryMyles92@hate.ppoet.com\";}'),(5519,190,'form_id','17'),(5520,190,'timestamp','1566701929'),(5521,190,'request',''),(5522,190,'_wpnonce','0c07153eba'),(5523,190,'_wp_http_referer','/register/'),(5525,190,'um_user_profile_url_slug_user_login','barrymyles447'),(5527,190,'full_name','barry myles'),(5528,190,'account_status','approved'),(5529,190,'session_tokens','a:1:{s:64:\"f68c7cae7b764949e256db070000583b63c03b95c0aa4fa57772d7de016b3ccc\";a:4:{s:10:\"expiration\";i:1582271939;s:2:\"ip\";s:13:\"172.255.80.47\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566719939;}}'),(5530,190,'_um_last_login','1566701939'),(5531,190,'um_account_secure_fields','a:0:{}'),(5532,191,'nickname','joe35n52614'),(5533,191,'first_name','Joe'),(5534,191,'last_name','Tew'),(5535,191,'description',''),(5536,191,'rich_editing','true'),(5537,191,'syntax_highlighting','true'),(5538,191,'comment_shortcuts','false'),(5539,191,'admin_color','fresh'),(5540,191,'use_ssl','0'),(5541,191,'show_admin_bar_front','true'),(5542,191,'locale',''),(5543,191,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5544,191,'wp_user_level','0'),(5545,191,'_yoast_wpseo_profile_updated','1566720342'),(5546,191,'synced_gravatar_hashed_id','c8678608b8b310770999784c7bd95b85'),(5547,191,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566702336\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"joe35n52614\";s:10:\"first_name\";s:3:\"Joe\";s:9:\"last_name\";s:3:\"Tew\";s:10:\"user_email\";s:23:\"JoeTew68@iron.ppoet.com\";}'),(5548,191,'form_id','17'),(5549,191,'timestamp','1566702336'),(5550,191,'request',''),(5551,191,'_wpnonce','0c07153eba'),(5552,191,'_wp_http_referer','/register/'),(5554,191,'um_user_profile_url_slug_user_login','joe35n52614'),(5556,191,'full_name','joe tew'),(5557,191,'account_status','approved'),(5558,191,'session_tokens','a:1:{s:64:\"15b3e226af4bfb7907a3d1e2d072f3785bb261a63afabe2e4af5d58487b88375\";a:4:{s:10:\"expiration\";i:1582272342;s:2:\"ip\";s:14:\"209.99.164.105\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566720342;}}'),(5559,191,'_um_last_login','1566702342'),(5560,191,'um_account_secure_fields','a:0:{}'),(5561,192,'nickname','carlosorchard99'),(5562,192,'first_name','Carlos'),(5563,192,'last_name','Orchard'),(5564,192,'description',''),(5565,192,'rich_editing','true'),(5566,192,'syntax_highlighting','true'),(5567,192,'comment_shortcuts','false'),(5568,192,'admin_color','fresh'),(5569,192,'use_ssl','0'),(5570,192,'show_admin_bar_front','true'),(5571,192,'locale',''),(5572,192,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5573,192,'wp_user_level','0'),(5574,192,'_yoast_wpseo_profile_updated','1566726602'),(5575,192,'synced_gravatar_hashed_id','1103e2b0fdfcab221698568a0aef8d32'),(5576,192,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566708594\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"carlosorchard99\";s:10:\"first_name\";s:6:\"Carlos\";s:9:\"last_name\";s:7:\"Orchard\";s:10:\"user_email\";s:30:\"CarlosOrchard84@hate.ppoet.com\";}'),(5577,192,'form_id','17'),(5578,192,'timestamp','1566708594'),(5579,192,'request',''),(5580,192,'_wpnonce','0c07153eba'),(5581,192,'_wp_http_referer','/register/'),(5583,192,'um_user_profile_url_slug_user_login','carlosorchard99'),(5585,192,'full_name','carlos orchard'),(5586,192,'account_status','approved'),(5587,192,'session_tokens','a:1:{s:64:\"461423e87b85b90d643b36509598eb7a542a5512abcc9f9c132d4612d6028bdc\";a:4:{s:10:\"expiration\";i:1582278603;s:2:\"ip\";s:13:\"206.41.178.78\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566726603;}}'),(5588,192,'_um_last_login','1566708603'),(5589,192,'um_account_secure_fields','a:0:{}'),(5590,193,'nickname','adrienetorrance'),(5591,193,'first_name','Adriene'),(5592,193,'last_name','Torrance'),(5593,193,'description',''),(5594,193,'rich_editing','true'),(5595,193,'syntax_highlighting','true'),(5596,193,'comment_shortcuts','false'),(5597,193,'admin_color','fresh'),(5598,193,'use_ssl','0'),(5599,193,'show_admin_bar_front','true'),(5600,193,'locale',''),(5601,193,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5602,193,'wp_user_level','0'),(5603,193,'_yoast_wpseo_profile_updated','1566727127'),(5604,193,'synced_gravatar_hashed_id','21f7230b37b9ce2b915014d0938ba534'),(5605,193,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566709119\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"adrienetorrance\";s:10:\"first_name\";s:7:\"Adriene\";s:9:\"last_name\";s:8:\"Torrance\";s:10:\"user_email\";s:32:\"AdrieneTorrance78@hate.ppoet.com\";}'),(5606,193,'form_id','17'),(5607,193,'timestamp','1566709119'),(5608,193,'request',''),(5609,193,'_wpnonce','0c07153eba'),(5610,193,'_wp_http_referer','/register/'),(5612,193,'um_user_profile_url_slug_user_login','adrienetorrance'),(5614,193,'full_name','adriene torrance'),(5615,193,'account_status','approved'),(5616,193,'session_tokens','a:1:{s:64:\"ffac759bd63b2da8858429b38d0cf0c6b510d79732d14a2164f21e0167ecf825\";a:4:{s:10:\"expiration\";i:1582279128;s:2:\"ip\";s:14:\"209.99.165.153\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566727128;}}'),(5617,193,'_um_last_login','1566709128'),(5618,193,'um_account_secure_fields','a:0:{}'),(5619,194,'nickname','davisrooney6715'),(5620,194,'first_name','Davis'),(5621,194,'last_name','Rooney'),(5622,194,'description',''),(5623,194,'rich_editing','true'),(5624,194,'syntax_highlighting','true'),(5625,194,'comment_shortcuts','false'),(5626,194,'admin_color','fresh'),(5627,194,'use_ssl','0'),(5628,194,'show_admin_bar_front','true'),(5629,194,'locale',''),(5630,194,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5631,194,'wp_user_level','0'),(5632,194,'_yoast_wpseo_profile_updated','1566727672'),(5633,194,'synced_gravatar_hashed_id','7dc81c4aefac5253e5035c1af4f4e0c9'),(5634,194,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566709663\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"davisrooney6715\";s:10:\"first_name\";s:5:\"Davis\";s:9:\"last_name\";s:6:\"Rooney\";s:10:\"user_email\";s:28:\"DavisRooney53@hate.ppoet.com\";}'),(5635,194,'form_id','17'),(5636,194,'timestamp','1566709663'),(5637,194,'request',''),(5638,194,'_wpnonce','0c07153eba'),(5639,194,'_wp_http_referer','/register/'),(5641,194,'um_user_profile_url_slug_user_login','davisrooney6715'),(5643,194,'full_name','davis rooney'),(5644,194,'account_status','approved'),(5645,194,'session_tokens','a:1:{s:64:\"cdb841f3d4b3b53c74b915fd2f9ed389d4223e304751233aeba8437b49e768b2\";a:4:{s:10:\"expiration\";i:1582279673;s:2:\"ip\";s:13:\"172.255.80.47\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566727673;}}'),(5646,194,'_um_last_login','1566709673'),(5647,194,'um_account_secure_fields','a:0:{}'),(5648,195,'nickname','edison0626'),(5649,195,'first_name','Edison'),(5650,195,'last_name','McCrae'),(5651,195,'description',''),(5652,195,'rich_editing','true'),(5653,195,'syntax_highlighting','true'),(5654,195,'comment_shortcuts','false'),(5655,195,'admin_color','fresh'),(5656,195,'use_ssl','0'),(5657,195,'show_admin_bar_front','true'),(5658,195,'locale',''),(5659,195,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5660,195,'wp_user_level','0'),(5661,195,'_yoast_wpseo_profile_updated','1566729074'),(5662,195,'synced_gravatar_hashed_id','30759b1e65c73b7079a71e43991426cd'),(5663,195,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566711068\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"edison0626\";s:10:\"first_name\";s:6:\"Edison\";s:9:\"last_name\";s:6:\"McCrae\";s:10:\"user_email\";s:29:\"EdisonMcCrae53@iron.ppoet.com\";}'),(5664,195,'form_id','17'),(5665,195,'timestamp','1566711068'),(5666,195,'request',''),(5667,195,'_wpnonce','0c07153eba'),(5668,195,'_wp_http_referer','/register/'),(5670,195,'um_user_profile_url_slug_user_login','edison0626'),(5672,195,'full_name','edison mccrae'),(5673,195,'account_status','approved'),(5674,195,'session_tokens','a:1:{s:64:\"526bff0ff75d8c1cc972bdc6f4bf46bbe261fba94b6f8c5c1467f34e6b84d38b\";a:4:{s:10:\"expiration\";i:1582281075;s:2:\"ip\";s:14:\"172.255.80.199\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566729075;}}'),(5675,195,'_um_last_login','1566711075'),(5676,195,'um_account_secure_fields','a:0:{}'),(5677,196,'nickname','christal15r'),(5678,196,'first_name','Christal'),(5679,196,'last_name','Squires'),(5680,196,'description',''),(5681,196,'rich_editing','true'),(5682,196,'syntax_highlighting','true'),(5683,196,'comment_shortcuts','false'),(5684,196,'admin_color','fresh'),(5685,196,'use_ssl','0'),(5686,196,'show_admin_bar_front','true'),(5687,196,'locale',''),(5688,196,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5689,196,'wp_user_level','0'),(5690,196,'_yoast_wpseo_profile_updated','1566729461'),(5691,196,'synced_gravatar_hashed_id','f6b6ad97c5c3300bdc32165fc04203a2'),(5692,196,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566711454\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"christal15r\";s:10:\"first_name\";s:8:\"Christal\";s:9:\"last_name\";s:7:\"Squires\";s:10:\"user_email\";s:32:\"ChristalSquires14@iron.ppoet.com\";}'),(5693,196,'form_id','17'),(5694,196,'timestamp','1566711454'),(5695,196,'request',''),(5696,196,'_wpnonce','0c07153eba'),(5697,196,'_wp_http_referer','/register/'),(5699,196,'um_user_profile_url_slug_user_login','christal15r'),(5701,196,'full_name','christal squires'),(5702,196,'account_status','approved'),(5703,196,'session_tokens','a:1:{s:64:\"62ee6beeebbb7afb3e96e5b68e5dc626b7b670dedbc97c3db80d8921ea86784b\";a:4:{s:10:\"expiration\";i:1582281462;s:2:\"ip\";s:14:\"206.41.179.159\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566729462;}}'),(5704,196,'_um_last_login','1566711462'),(5705,196,'um_account_secure_fields','a:0:{}'),(5706,197,'nickname','aguedafarias888'),(5707,197,'first_name','Agueda'),(5708,197,'last_name','Farias'),(5709,197,'description',''),(5710,197,'rich_editing','true'),(5711,197,'syntax_highlighting','true'),(5712,197,'comment_shortcuts','false'),(5713,197,'admin_color','fresh'),(5714,197,'use_ssl','0'),(5715,197,'show_admin_bar_front','true'),(5716,197,'locale',''),(5717,197,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5718,197,'wp_user_level','0'),(5719,197,'_yoast_wpseo_profile_updated','1566729764'),(5720,197,'synced_gravatar_hashed_id','1aa8d3572ac949fa29bea1edd75401ce'),(5721,197,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566711756\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"aguedafarias888\";s:10:\"first_name\";s:6:\"Agueda\";s:9:\"last_name\";s:6:\"Farias\";s:10:\"user_email\";s:29:\"AguedaFarias92@hate.ppoet.com\";}'),(5722,197,'form_id','17'),(5723,197,'timestamp','1566711756'),(5724,197,'request',''),(5725,197,'_wpnonce','0c07153eba'),(5726,197,'_wp_http_referer','/register/'),(5728,197,'um_user_profile_url_slug_user_login','aguedafarias888'),(5730,197,'full_name','agueda farias'),(5731,197,'account_status','approved'),(5732,197,'session_tokens','a:1:{s:64:\"83d6e2d9cfa1d95ed860c7c1d3f29dab705bf13ae56af769bf5a7adbd93a2c05\";a:4:{s:10:\"expiration\";i:1582281765;s:2:\"ip\";s:13:\"104.129.63.81\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566729765;}}'),(5733,197,'_um_last_login','1566711765'),(5734,197,'um_account_secure_fields','a:0:{}'),(5735,198,'nickname','mayaq9824467777'),(5736,198,'first_name','Maya'),(5737,198,'last_name','Lorenzini'),(5738,198,'description',''),(5739,198,'rich_editing','true'),(5740,198,'syntax_highlighting','true'),(5741,198,'comment_shortcuts','false'),(5742,198,'admin_color','fresh'),(5743,198,'use_ssl','0'),(5744,198,'show_admin_bar_front','true'),(5745,198,'locale',''),(5746,198,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5747,198,'wp_user_level','0'),(5748,198,'_yoast_wpseo_profile_updated','1566729827'),(5749,198,'synced_gravatar_hashed_id','55ff27581b3d683d1fa897cb89ad5a0b'),(5750,198,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566711817\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"mayaq9824467777\";s:10:\"first_name\";s:4:\"Maya\";s:9:\"last_name\";s:9:\"Lorenzini\";s:10:\"user_email\";s:30:\"MayaLorenzini82@slow.ppoet.com\";}'),(5751,198,'form_id','17'),(5752,198,'timestamp','1566711817'),(5753,198,'request',''),(5754,198,'_wpnonce','0c07153eba'),(5755,198,'_wp_http_referer','/register/'),(5757,198,'um_user_profile_url_slug_user_login','mayaq9824467777'),(5759,198,'full_name','maya lorenzini'),(5760,198,'account_status','approved'),(5761,198,'session_tokens','a:1:{s:64:\"3d5de36226aa9bf651372f773442beee6b36170348baca9a0fc233c2e5ae74ae\";a:4:{s:10:\"expiration\";i:1582281828;s:2:\"ip\";s:13:\"104.129.63.81\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566729828;}}'),(5762,198,'_um_last_login','1566711828'),(5763,198,'um_account_secure_fields','a:0:{}'),(5764,199,'nickname','janeclements3'),(5765,199,'first_name','Jane'),(5766,199,'last_name','Clements'),(5767,199,'description',''),(5768,199,'rich_editing','true'),(5769,199,'syntax_highlighting','true'),(5770,199,'comment_shortcuts','false'),(5771,199,'admin_color','fresh'),(5772,199,'use_ssl','0'),(5773,199,'show_admin_bar_front','true'),(5774,199,'locale',''),(5775,199,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5776,199,'wp_user_level','0'),(5777,199,'_yoast_wpseo_profile_updated','1566730766'),(5778,199,'synced_gravatar_hashed_id','fceb5558159040566b9146ef9061c4e6'),(5779,199,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566712759\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"janeclements3\";s:10:\"first_name\";s:4:\"Jane\";s:9:\"last_name\";s:8:\"Clements\";s:10:\"user_email\";s:29:\"JaneClements78@hate.ppoet.com\";}'),(5780,199,'form_id','17'),(5781,199,'timestamp','1566712759'),(5782,199,'request',''),(5783,199,'_wpnonce','0c07153eba'),(5784,199,'_wp_http_referer','/register/'),(5786,199,'um_user_profile_url_slug_user_login','janeclements3'),(5788,199,'full_name','jane clements'),(5789,199,'account_status','approved'),(5790,199,'session_tokens','a:1:{s:64:\"c88f6f6c3840aa5e339d1c5e6a74549bb8601de64f7dd265387ae3987a2404dc\";a:4:{s:10:\"expiration\";i:1582282767;s:2:\"ip\";s:14:\"209.99.165.163\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566730767;}}'),(5791,199,'_um_last_login','1566712767'),(5792,199,'um_account_secure_fields','a:0:{}'),(5793,200,'nickname','jimmieqpx03526'),(5794,200,'first_name','Jimmie'),(5795,200,'last_name','Grossman'),(5796,200,'description',''),(5797,200,'rich_editing','true'),(5798,200,'syntax_highlighting','true'),(5799,200,'comment_shortcuts','false'),(5800,200,'admin_color','fresh'),(5801,200,'use_ssl','0'),(5802,200,'show_admin_bar_front','true'),(5803,200,'locale',''),(5804,200,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5805,200,'wp_user_level','0'),(5806,200,'_yoast_wpseo_profile_updated','1566732056'),(5807,200,'synced_gravatar_hashed_id','923bada110f5385b847d4ecff2b43263'),(5808,200,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566714047\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"jimmieqpx03526\";s:10:\"first_name\";s:6:\"Jimmie\";s:9:\"last_name\";s:8:\"Grossman\";s:10:\"user_email\";s:31:\"JimmieGrossman60@iron.ppoet.com\";}'),(5809,200,'form_id','17'),(5810,200,'timestamp','1566714047'),(5811,200,'request',''),(5812,200,'_wpnonce','0c07153eba'),(5813,200,'_wp_http_referer','/register/'),(5815,200,'um_user_profile_url_slug_user_login','jimmieqpx03526'),(5817,200,'full_name','jimmie grossman'),(5818,200,'account_status','approved'),(5819,200,'session_tokens','a:1:{s:64:\"b0fbce70992b16993343a36258649379898f4f7d25db10bad7c8b5699653fbd0\";a:4:{s:10:\"expiration\";i:1582284057;s:2:\"ip\";s:13:\"206.41.178.87\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566732057;}}'),(5820,200,'_um_last_login','1566714057'),(5821,200,'um_account_secure_fields','a:0:{}'),(5822,201,'nickname','jeanneboucher6'),(5823,201,'first_name','Jeanne'),(5824,201,'last_name','Boucher'),(5825,201,'description',''),(5826,201,'rich_editing','true'),(5827,201,'syntax_highlighting','true'),(5828,201,'comment_shortcuts','false'),(5829,201,'admin_color','fresh'),(5830,201,'use_ssl','0'),(5831,201,'show_admin_bar_front','true'),(5832,201,'locale',''),(5833,201,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5834,201,'wp_user_level','0'),(5835,201,'_yoast_wpseo_profile_updated','1566732362'),(5836,201,'synced_gravatar_hashed_id','b9cff0208f9a51c667ab9c1a4781fd8a'),(5837,201,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566714356\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"jeanneboucher6\";s:10:\"first_name\";s:6:\"Jeanne\";s:9:\"last_name\";s:7:\"Boucher\";s:10:\"user_email\";s:30:\"JeanneBoucher53@iron.ppoet.com\";}'),(5838,201,'form_id','17'),(5839,201,'timestamp','1566714356'),(5840,201,'request',''),(5841,201,'_wpnonce','0c07153eba'),(5842,201,'_wp_http_referer','/register/'),(5844,201,'um_user_profile_url_slug_user_login','jeanneboucher6'),(5846,201,'full_name','jeanne boucher'),(5847,201,'account_status','approved'),(5848,201,'session_tokens','a:1:{s:64:\"1f26ec9386b34210f55b9fd639c79c4ffa5da87500e4a8c2990e16ba2d9fc1de\";a:4:{s:10:\"expiration\";i:1582284363;s:2:\"ip\";s:14:\"104.129.63.107\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566732363;}}'),(5849,201,'_um_last_login','1566714363'),(5850,201,'um_account_secure_fields','a:0:{}'),(5851,202,'nickname','nelsonbrough2'),(5852,202,'first_name','Nelson'),(5853,202,'last_name','Brough'),(5854,202,'description',''),(5855,202,'rich_editing','true'),(5856,202,'syntax_highlighting','true'),(5857,202,'comment_shortcuts','false'),(5858,202,'admin_color','fresh'),(5859,202,'use_ssl','0'),(5860,202,'show_admin_bar_front','true'),(5861,202,'locale',''),(5862,202,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5863,202,'wp_user_level','0'),(5864,202,'_yoast_wpseo_profile_updated','1566733257'),(5865,202,'synced_gravatar_hashed_id','2a3c512142a560974987d34423807540'),(5866,202,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566715249\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"nelsonbrough2\";s:10:\"first_name\";s:6:\"Nelson\";s:9:\"last_name\";s:6:\"Brough\";s:10:\"user_email\";s:29:\"NelsonBrough99@slow.ppoet.com\";}'),(5867,202,'form_id','17'),(5868,202,'timestamp','1566715249'),(5869,202,'request',''),(5870,202,'_wpnonce','0c07153eba'),(5871,202,'_wp_http_referer','/register/'),(5873,202,'um_user_profile_url_slug_user_login','nelsonbrough2'),(5875,202,'full_name','nelson brough'),(5876,202,'account_status','approved'),(5877,202,'session_tokens','a:1:{s:64:\"9ed4e3fe52c20e9e527efd43a57097f1a5d1bc0151a2e0c7bcfe5a2d1ff97e93\";a:4:{s:10:\"expiration\";i:1582285258;s:2:\"ip\";s:14:\"209.99.164.131\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566733258;}}'),(5878,202,'_um_last_login','1566715258'),(5879,202,'um_account_secure_fields','a:0:{}'),(5880,203,'nickname','kate90m3117'),(5881,203,'first_name','Kate'),(5882,203,'last_name','Ratliff'),(5883,203,'description',''),(5884,203,'rich_editing','true'),(5885,203,'syntax_highlighting','true'),(5886,203,'comment_shortcuts','false'),(5887,203,'admin_color','fresh'),(5888,203,'use_ssl','0'),(5889,203,'show_admin_bar_front','true'),(5890,203,'locale',''),(5891,203,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5892,203,'wp_user_level','0'),(5893,203,'_yoast_wpseo_profile_updated','1566733435'),(5894,203,'synced_gravatar_hashed_id','114e9ced871e0c586a1dc1f33490d344'),(5895,203,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566715429\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"kate90m3117\";s:10:\"first_name\";s:4:\"Kate\";s:9:\"last_name\";s:7:\"Ratliff\";s:10:\"user_email\";s:28:\"KateRatliff93@hate.ppoet.com\";}'),(5896,203,'form_id','17'),(5897,203,'timestamp','1566715429'),(5898,203,'request',''),(5899,203,'_wpnonce','0c07153eba'),(5900,203,'_wp_http_referer','/register/'),(5902,203,'um_user_profile_url_slug_user_login','kate90m3117'),(5904,203,'full_name','kate ratliff'),(5905,203,'account_status','approved'),(5906,203,'session_tokens','a:1:{s:64:\"7cb94ef99d92b71bb49cf942646ddb690043f142427ab804dc1f52ac2f983d00\";a:4:{s:10:\"expiration\";i:1582285436;s:2:\"ip\";s:14:\"209.99.164.131\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566733436;}}'),(5907,203,'_um_last_login','1566715436'),(5908,203,'um_account_secure_fields','a:0:{}'),(5909,204,'nickname','nataliallx'),(5910,204,'first_name','Natalia'),(5911,204,'last_name','Greenleaf'),(5912,204,'description',''),(5913,204,'rich_editing','true'),(5914,204,'syntax_highlighting','true'),(5915,204,'comment_shortcuts','false'),(5916,204,'admin_color','fresh'),(5917,204,'use_ssl','0'),(5918,204,'show_admin_bar_front','true'),(5919,204,'locale',''),(5920,204,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5921,204,'wp_user_level','0'),(5922,204,'_yoast_wpseo_profile_updated','1566733978'),(5923,204,'synced_gravatar_hashed_id','1852da19a8c9b3051be2e4153272ea41'),(5924,204,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566715971\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"nataliallx\";s:10:\"first_name\";s:7:\"Natalia\";s:9:\"last_name\";s:9:\"Greenleaf\";s:10:\"user_email\";s:33:\"NataliaGreenleaf11@slow.ppoet.com\";}'),(5925,204,'form_id','17'),(5926,204,'timestamp','1566715971'),(5927,204,'request',''),(5928,204,'_wpnonce','0c07153eba'),(5929,204,'_wp_http_referer','/register/'),(5931,204,'um_user_profile_url_slug_user_login','nataliallx'),(5933,204,'full_name','natalia greenleaf'),(5934,204,'account_status','approved'),(5935,204,'session_tokens','a:1:{s:64:\"91718e2571d712a8405e4f1181d23f11fa915aa0f1c0d376ca210d9856b136f3\";a:4:{s:10:\"expiration\";i:1582285979;s:2:\"ip\";s:14:\"104.160.31.213\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566733979;}}'),(5936,204,'_um_last_login','1566715979'),(5937,204,'um_account_secure_fields','a:0:{}'),(5938,205,'nickname','georginadortch4'),(5939,205,'first_name','Georgina'),(5940,205,'last_name','Dortch'),(5941,205,'description',''),(5942,205,'rich_editing','true'),(5943,205,'syntax_highlighting','true'),(5944,205,'comment_shortcuts','false'),(5945,205,'admin_color','fresh'),(5946,205,'use_ssl','0'),(5947,205,'show_admin_bar_front','true'),(5948,205,'locale',''),(5949,205,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5950,205,'wp_user_level','0'),(5951,205,'_yoast_wpseo_profile_updated','1566734160'),(5952,205,'synced_gravatar_hashed_id','ee4260b99dc5e044bbfe508a30b51431'),(5953,205,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566716152\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"0c07153eba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"georginadortch4\";s:10:\"first_name\";s:8:\"Georgina\";s:9:\"last_name\";s:6:\"Dortch\";s:10:\"user_email\";s:31:\"GeorginaDortch17@slow.ppoet.com\";}'),(5954,205,'form_id','17'),(5955,205,'timestamp','1566716152'),(5956,205,'request',''),(5957,205,'_wpnonce','0c07153eba'),(5958,205,'_wp_http_referer','/register/'),(5960,205,'um_user_profile_url_slug_user_login','georginadortch4'),(5962,205,'full_name','georgina dortch'),(5963,205,'account_status','approved'),(5964,205,'session_tokens','a:1:{s:64:\"506eb6e3fddf5195a702dd8ccd2407093bcbd56461661add41be0e3b7b4d2e5f\";a:4:{s:10:\"expiration\";i:1582286162;s:2:\"ip\";s:14:\"104.160.31.213\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566734162;}}'),(5965,205,'_um_last_login','1566716162'),(5966,205,'um_account_secure_fields','a:0:{}'),(5967,206,'nickname','bernardoretzlaff'),(5968,206,'first_name','Bernardo'),(5969,206,'last_name','Retzlaff'),(5970,206,'description',''),(5971,206,'rich_editing','true'),(5972,206,'syntax_highlighting','true'),(5973,206,'comment_shortcuts','false'),(5974,206,'admin_color','fresh'),(5975,206,'use_ssl','0'),(5976,206,'show_admin_bar_front','true'),(5977,206,'locale',''),(5978,206,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5979,206,'wp_user_level','0'),(5980,206,'_yoast_wpseo_profile_updated','1566735182'),(5981,206,'synced_gravatar_hashed_id','dc834e41838e63ca6ce9e09f27e81864'),(5982,206,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566717175\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"bernardoretzlaff\";s:10:\"first_name\";s:8:\"Bernardo\";s:9:\"last_name\";s:8:\"Retzlaff\";s:10:\"user_email\";s:33:\"BernardoRetzlaff94@iron.ppoet.com\";}'),(5983,206,'form_id','17'),(5984,206,'timestamp','1566717175'),(5985,206,'request',''),(5986,206,'_wpnonce','5e0bf2230c'),(5987,206,'_wp_http_referer','/register/'),(5989,206,'um_user_profile_url_slug_user_login','bernardoretzlaff'),(5991,206,'full_name','bernardo retzlaff'),(5992,206,'account_status','approved'),(5993,206,'session_tokens','a:1:{s:64:\"a947dcb71385cff19ff2725c8462067ec352d55dd4dc1c6c8e664e9e84f9481d\";a:4:{s:10:\"expiration\";i:1582287183;s:2:\"ip\";s:14:\"104.129.63.120\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566735183;}}'),(5994,206,'_um_last_login','1566717183'),(5995,206,'um_account_secure_fields','a:0:{}'),(5996,207,'nickname','veronicauiy'),(5997,207,'first_name','Veronica'),(5998,207,'last_name','Purves'),(5999,207,'description',''),(6000,207,'rich_editing','true'),(6001,207,'syntax_highlighting','true'),(6002,207,'comment_shortcuts','false'),(6003,207,'admin_color','fresh'),(6004,207,'use_ssl','0'),(6005,207,'show_admin_bar_front','true'),(6006,207,'locale',''),(6007,207,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6008,207,'wp_user_level','0'),(6009,207,'_yoast_wpseo_profile_updated','1566736110'),(6010,207,'synced_gravatar_hashed_id','639700074eaa4bc33ce7b40f8be9603d'),(6011,207,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566718103\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"veronicauiy\";s:10:\"first_name\";s:8:\"Veronica\";s:9:\"last_name\";s:6:\"Purves\";s:10:\"user_email\";s:30:\"VeronicaPurves8@slow.ppoet.com\";}'),(6012,207,'form_id','17'),(6013,207,'timestamp','1566718103'),(6014,207,'request',''),(6015,207,'_wpnonce','5e0bf2230c'),(6016,207,'_wp_http_referer','/register/'),(6018,207,'um_user_profile_url_slug_user_login','veronicauiy'),(6020,207,'full_name','veronica purves'),(6021,207,'account_status','approved'),(6022,207,'session_tokens','a:1:{s:64:\"ac2cefcdc7a54ac2654efc03d54d0204026714885db58cf266772ff161ce55a3\";a:4:{s:10:\"expiration\";i:1582288111;s:2:\"ip\";s:15:\"181.177.110.193\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566736111;}}'),(6023,207,'_um_last_login','1566718111'),(6024,207,'um_account_secure_fields','a:0:{}'),(6025,208,'nickname','hanneloremountfo'),(6026,208,'first_name','Hannelore'),(6027,208,'last_name','Mountford'),(6028,208,'description',''),(6029,208,'rich_editing','true'),(6030,208,'syntax_highlighting','true'),(6031,208,'comment_shortcuts','false'),(6032,208,'admin_color','fresh'),(6033,208,'use_ssl','0'),(6034,208,'show_admin_bar_front','true'),(6035,208,'locale',''),(6036,208,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6037,208,'wp_user_level','0'),(6038,208,'_yoast_wpseo_profile_updated','1566736742'),(6039,208,'synced_gravatar_hashed_id','22064651bca2b7892fc666ce9d5e61c9'),(6040,208,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566718735\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"hanneloremountfo\";s:10:\"first_name\";s:9:\"Hannelore\";s:9:\"last_name\";s:9:\"Mountford\";s:10:\"user_email\";s:35:\"HanneloreMountford70@hate.ppoet.com\";}'),(6041,208,'form_id','17'),(6042,208,'timestamp','1566718735'),(6043,208,'request',''),(6044,208,'_wpnonce','5e0bf2230c'),(6045,208,'_wp_http_referer','/register/'),(6047,208,'um_user_profile_url_slug_user_login','hanneloremountfo'),(6049,208,'full_name','hannelore mountford'),(6050,208,'account_status','approved'),(6051,208,'session_tokens','a:1:{s:64:\"4d07719aafb856f593fa0e51ed0191f418e9cd17dfe2c3d0f15ff6d115d1d900\";a:4:{s:10:\"expiration\";i:1582288742;s:2:\"ip\";s:14:\"209.99.164.105\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566736742;}}'),(6052,208,'_um_last_login','1566718742'),(6053,208,'um_account_secure_fields','a:0:{}'),(6054,209,'nickname','melvinamaurice'),(6055,209,'first_name','Melvina'),(6056,209,'last_name','Maurice'),(6057,209,'description',''),(6058,209,'rich_editing','true'),(6059,209,'syntax_highlighting','true'),(6060,209,'comment_shortcuts','false'),(6061,209,'admin_color','fresh'),(6062,209,'use_ssl','0'),(6063,209,'show_admin_bar_front','true'),(6064,209,'locale',''),(6065,209,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6066,209,'wp_user_level','0'),(6067,209,'_yoast_wpseo_profile_updated','1566737477'),(6068,209,'synced_gravatar_hashed_id','c73996050187f46c49d8e3b85d6807a0'),(6069,209,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566719471\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"melvinamaurice\";s:10:\"first_name\";s:7:\"Melvina\";s:9:\"last_name\";s:7:\"Maurice\";s:10:\"user_email\";s:30:\"MelvinaMaurice5@slow.ppoet.com\";}'),(6070,209,'form_id','17'),(6071,209,'timestamp','1566719471'),(6072,209,'request',''),(6073,209,'_wpnonce','5e0bf2230c'),(6074,209,'_wp_http_referer','/register/'),(6076,209,'um_user_profile_url_slug_user_login','melvinamaurice'),(6078,209,'full_name','melvina maurice'),(6079,209,'account_status','approved'),(6080,209,'session_tokens','a:1:{s:64:\"422cdd26208a8d851dc0686a57b02c92f42dd1af168d464cbc27a35b706b4ccb\";a:4:{s:10:\"expiration\";i:1582289478;s:2:\"ip\";s:12:\"45.61.155.69\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566737478;}}'),(6081,209,'_um_last_login','1566719478'),(6082,209,'um_account_secure_fields','a:0:{}'),(6083,210,'nickname','sterlingbinford'),(6084,210,'first_name','Sterling'),(6085,210,'last_name','Binford'),(6086,210,'description',''),(6087,210,'rich_editing','true'),(6088,210,'syntax_highlighting','true'),(6089,210,'comment_shortcuts','false'),(6090,210,'admin_color','fresh'),(6091,210,'use_ssl','0'),(6092,210,'show_admin_bar_front','true'),(6093,210,'locale',''),(6094,210,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6095,210,'wp_user_level','0'),(6096,210,'_yoast_wpseo_profile_updated','1566738468'),(6097,210,'synced_gravatar_hashed_id','de958a96088dcbb90c38bc7fe41785e8'),(6098,210,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566720457\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"sterlingbinford\";s:10:\"first_name\";s:8:\"Sterling\";s:9:\"last_name\";s:7:\"Binford\";s:10:\"user_email\";s:32:\"SterlingBinford50@iron.ppoet.com\";}'),(6099,210,'form_id','17'),(6100,210,'timestamp','1566720457'),(6101,210,'request',''),(6102,210,'_wpnonce','5e0bf2230c'),(6103,210,'_wp_http_referer','/register/'),(6105,210,'um_user_profile_url_slug_user_login','sterlingbinford'),(6107,210,'full_name','sterling binford'),(6108,210,'account_status','approved'),(6109,210,'session_tokens','a:1:{s:64:\"edc3eb30a19e9e32bb200eec8634bd11167a6d9703ae15951ba58d33a32910b4\";a:4:{s:10:\"expiration\";i:1582290469;s:2:\"ip\";s:13:\"206.41.178.87\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566738469;}}'),(6110,210,'_um_last_login','1566720469'),(6111,210,'um_account_secure_fields','a:0:{}'),(6112,211,'nickname','ferdinandsommers'),(6113,211,'first_name','Ferdinand'),(6114,211,'last_name','Sommers'),(6115,211,'description',''),(6116,211,'rich_editing','true'),(6117,211,'syntax_highlighting','true'),(6118,211,'comment_shortcuts','false'),(6119,211,'admin_color','fresh'),(6120,211,'use_ssl','0'),(6121,211,'show_admin_bar_front','true'),(6122,211,'locale',''),(6123,211,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6124,211,'wp_user_level','0'),(6125,211,'_yoast_wpseo_profile_updated','1566739642'),(6126,211,'synced_gravatar_hashed_id','77766343a545eb55098318ab8158c637'),(6127,211,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566721636\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"ferdinandsommers\";s:10:\"first_name\";s:9:\"Ferdinand\";s:9:\"last_name\";s:7:\"Sommers\";s:10:\"user_email\";s:33:\"FerdinandSommers40@hate.ppoet.com\";}'),(6128,211,'form_id','17'),(6129,211,'timestamp','1566721636'),(6130,211,'request',''),(6131,211,'_wpnonce','5e0bf2230c'),(6132,211,'_wp_http_referer','/register/'),(6134,211,'um_user_profile_url_slug_user_login','ferdinandsommers'),(6136,211,'full_name','ferdinand sommers'),(6137,211,'account_status','approved'),(6138,211,'session_tokens','a:1:{s:64:\"62dc251e3b7476440baa482b892a0150e3453c57581b6ad0912dd33fd0bbb92a\";a:4:{s:10:\"expiration\";i:1582291642;s:2:\"ip\";s:13:\"206.41.178.78\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566739642;}}'),(6139,211,'_um_last_login','1566721643'),(6140,211,'um_account_secure_fields','a:0:{}'),(6141,212,'nickname','michellkpr'),(6142,212,'first_name','Michell'),(6143,212,'last_name','Halcomb'),(6144,212,'description',''),(6145,212,'rich_editing','true'),(6146,212,'syntax_highlighting','true'),(6147,212,'comment_shortcuts','false'),(6148,212,'admin_color','fresh'),(6149,212,'use_ssl','0'),(6150,212,'show_admin_bar_front','true'),(6151,212,'locale',''),(6152,212,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6153,212,'wp_user_level','0'),(6154,212,'_yoast_wpseo_profile_updated','1566739814'),(6155,212,'synced_gravatar_hashed_id','4b1ec85599520ee443c5b1d79d308251'),(6156,212,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566721806\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"michellkpr\";s:10:\"first_name\";s:7:\"Michell\";s:9:\"last_name\";s:7:\"Halcomb\";s:10:\"user_email\";s:31:\"MichellHalcomb76@slow.ppoet.com\";}'),(6157,212,'form_id','17'),(6158,212,'timestamp','1566721806'),(6159,212,'request',''),(6160,212,'_wpnonce','5e0bf2230c'),(6161,212,'_wp_http_referer','/register/'),(6163,212,'um_user_profile_url_slug_user_login','michellkpr'),(6165,212,'full_name','michell halcomb'),(6166,212,'account_status','approved'),(6167,212,'session_tokens','a:1:{s:64:\"114ae584fb561611d28184e7aee1e93afead5a21ac9e48e6df93c8b79c8ccd35\";a:4:{s:10:\"expiration\";i:1582291814;s:2:\"ip\";s:13:\"206.41.178.78\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566739814;}}'),(6168,212,'_um_last_login','1566721814'),(6169,212,'um_account_secure_fields','a:0:{}'),(6170,213,'nickname','modestapiscitell'),(6171,213,'first_name','Modesta'),(6172,213,'last_name','Piscitelli'),(6173,213,'description',''),(6174,213,'rich_editing','true'),(6175,213,'syntax_highlighting','true'),(6176,213,'comment_shortcuts','false'),(6177,213,'admin_color','fresh'),(6178,213,'use_ssl','0'),(6179,213,'show_admin_bar_front','true'),(6180,213,'locale',''),(6181,213,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6182,213,'wp_user_level','0'),(6183,213,'_yoast_wpseo_profile_updated','1566739987'),(6184,213,'synced_gravatar_hashed_id','c1f02c39975f45d711b4b901e1f70dcb'),(6185,213,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566721977\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"modestapiscitell\";s:10:\"first_name\";s:7:\"Modesta\";s:9:\"last_name\";s:10:\"Piscitelli\";s:10:\"user_email\";s:34:\"ModestaPiscitelli67@iron.ppoet.com\";}'),(6186,213,'form_id','17'),(6187,213,'timestamp','1566721977'),(6188,213,'request',''),(6189,213,'_wpnonce','5e0bf2230c'),(6190,213,'_wp_http_referer','/register/'),(6192,213,'um_user_profile_url_slug_user_login','modestapiscitell'),(6194,213,'full_name','modesta piscitelli'),(6195,213,'account_status','approved'),(6196,213,'session_tokens','a:1:{s:64:\"f7a6b7194cc8bb10f20c87a2ab5d7ea0e282077de70ef5c85c229f841e0347fb\";a:4:{s:10:\"expiration\";i:1582291988;s:2:\"ip\";s:13:\"206.41.178.78\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566739988;}}'),(6197,213,'_um_last_login','1566721988'),(6198,213,'um_account_secure_fields','a:0:{}'),(6199,214,'nickname','errolawk357'),(6200,214,'first_name','Errol'),(6201,214,'last_name','Wiegand'),(6202,214,'description',''),(6203,214,'rich_editing','true'),(6204,214,'syntax_highlighting','true'),(6205,214,'comment_shortcuts','false'),(6206,214,'admin_color','fresh'),(6207,214,'use_ssl','0'),(6208,214,'show_admin_bar_front','true'),(6209,214,'locale',''),(6210,214,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6211,214,'wp_user_level','0'),(6212,214,'_yoast_wpseo_profile_updated','1566740820'),(6213,214,'synced_gravatar_hashed_id','a65836881b2152dc66e14830af755223'),(6214,214,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566722809\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"errolawk357\";s:10:\"first_name\";s:5:\"Errol\";s:9:\"last_name\";s:7:\"Wiegand\";s:10:\"user_email\";s:29:\"ErrolWiegand76@iron.ppoet.com\";}'),(6215,214,'form_id','17'),(6216,214,'timestamp','1566722809'),(6217,214,'request',''),(6218,214,'_wpnonce','5e0bf2230c'),(6219,214,'_wp_http_referer','/register/'),(6221,214,'um_user_profile_url_slug_user_login','errolawk357'),(6223,214,'full_name','errol wiegand'),(6224,214,'account_status','approved'),(6225,214,'session_tokens','a:1:{s:64:\"d569ebb5072f1c91da5fec245b74b759c5517749d30ed6e1d4788e9e8ad622d4\";a:4:{s:10:\"expiration\";i:1582292821;s:2:\"ip\";s:12:\"206.41.179.6\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566740821;}}'),(6226,214,'_um_last_login','1566722821'),(6227,214,'um_account_secure_fields','a:0:{}'),(6228,215,'nickname','trudykimbell'),(6229,215,'first_name','Trudy'),(6230,215,'last_name','Kimbell'),(6231,215,'description',''),(6232,215,'rich_editing','true'),(6233,215,'syntax_highlighting','true'),(6234,215,'comment_shortcuts','false'),(6235,215,'admin_color','fresh'),(6236,215,'use_ssl','0'),(6237,215,'show_admin_bar_front','true'),(6238,215,'locale',''),(6239,215,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6240,215,'wp_user_level','0'),(6241,215,'_yoast_wpseo_profile_updated','1566741061'),(6242,215,'synced_gravatar_hashed_id','4fbf7e4a6f98e7aa6b9d02c1471dfa69'),(6243,215,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566723050\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"trudykimbell\";s:10:\"first_name\";s:5:\"Trudy\";s:9:\"last_name\";s:7:\"Kimbell\";s:10:\"user_email\";s:29:\"TrudyKimbell30@iron.ppoet.com\";}'),(6244,215,'form_id','17'),(6245,215,'timestamp','1566723050'),(6246,215,'request',''),(6247,215,'_wpnonce','5e0bf2230c'),(6248,215,'_wp_http_referer','/register/'),(6250,215,'um_user_profile_url_slug_user_login','trudykimbell'),(6252,215,'full_name','trudy kimbell'),(6253,215,'account_status','approved'),(6254,215,'session_tokens','a:1:{s:64:\"5bc277506c4b40946ca386f2ff7680d98869da18e6f0df683e8e4fc3d99be068\";a:4:{s:10:\"expiration\";i:1582293061;s:2:\"ip\";s:12:\"206.41.179.6\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566741061;}}'),(6255,215,'_um_last_login','1566723061'),(6256,215,'um_account_secure_fields','a:0:{}'),(6257,216,'nickname','effielacroix868'),(6258,216,'first_name','Effie'),(6259,216,'last_name','Lacroix'),(6260,216,'description',''),(6261,216,'rich_editing','true'),(6262,216,'syntax_highlighting','true'),(6263,216,'comment_shortcuts','false'),(6264,216,'admin_color','fresh'),(6265,216,'use_ssl','0'),(6266,216,'show_admin_bar_front','true'),(6267,216,'locale',''),(6268,216,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6269,216,'wp_user_level','0'),(6270,216,'_yoast_wpseo_profile_updated','1566741901'),(6271,216,'synced_gravatar_hashed_id','462629163740908a65a8c52f6799d20a'),(6272,216,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566723893\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"effielacroix868\";s:10:\"first_name\";s:5:\"Effie\";s:9:\"last_name\";s:7:\"Lacroix\";s:10:\"user_email\";s:28:\"EffieLacroix4@hate.ppoet.com\";}'),(6273,216,'form_id','17'),(6274,216,'timestamp','1566723893'),(6275,216,'request',''),(6276,216,'_wpnonce','5e0bf2230c'),(6277,216,'_wp_http_referer','/register/'),(6279,216,'um_user_profile_url_slug_user_login','effielacroix868'),(6281,216,'full_name','effie lacroix'),(6282,216,'account_status','approved'),(6283,216,'session_tokens','a:1:{s:64:\"2c4c6c1cc827e71bf48faed98d551f88e29a18bcc489e898fa6a67937933ecb4\";a:4:{s:10:\"expiration\";i:1582293902;s:2:\"ip\";s:14:\"209.99.165.153\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566741902;}}'),(6284,216,'_um_last_login','1566723902'),(6285,216,'um_account_secure_fields','a:0:{}'),(6286,217,'nickname','teodorosinclaire'),(6287,217,'first_name','Teodoro'),(6288,217,'last_name','Sinclaire'),(6289,217,'description',''),(6290,217,'rich_editing','true'),(6291,217,'syntax_highlighting','true'),(6292,217,'comment_shortcuts','false'),(6293,217,'admin_color','fresh'),(6294,217,'use_ssl','0'),(6295,217,'show_admin_bar_front','true'),(6296,217,'locale',''),(6297,217,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6298,217,'wp_user_level','0'),(6299,217,'_yoast_wpseo_profile_updated','1566742084'),(6300,217,'synced_gravatar_hashed_id','5d816734dd6101006303a325aa723d35'),(6301,217,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566724074\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"teodorosinclaire\";s:10:\"first_name\";s:7:\"Teodoro\";s:9:\"last_name\";s:9:\"Sinclaire\";s:10:\"user_email\";s:33:\"TeodoroSinclaire64@hate.ppoet.com\";}'),(6302,217,'form_id','17'),(6303,217,'timestamp','1566724074'),(6304,217,'request',''),(6305,217,'_wpnonce','5e0bf2230c'),(6306,217,'_wp_http_referer','/register/'),(6308,217,'um_user_profile_url_slug_user_login','teodorosinclaire'),(6310,217,'full_name','teodoro sinclaire'),(6311,217,'account_status','approved'),(6312,217,'session_tokens','a:1:{s:64:\"c352829a5b706f116bfb0b4401184a9c7a5b8e2cfb8828a1f5ad8e12fb0b7d10\";a:4:{s:10:\"expiration\";i:1582294085;s:2:\"ip\";s:14:\"209.99.165.153\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566742085;}}'),(6313,217,'_um_last_login','1566724085'),(6314,217,'um_account_secure_fields','a:0:{}'),(6315,218,'nickname','adriana22h'),(6316,218,'first_name','Adriana'),(6317,218,'last_name','Horder'),(6318,218,'description',''),(6319,218,'rich_editing','true'),(6320,218,'syntax_highlighting','true'),(6321,218,'comment_shortcuts','false'),(6322,218,'admin_color','fresh'),(6323,218,'use_ssl','0'),(6324,218,'show_admin_bar_front','true'),(6325,218,'locale',''),(6326,218,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6327,218,'wp_user_level','0'),(6328,218,'_yoast_wpseo_profile_updated','1566772601'),(6329,218,'synced_gravatar_hashed_id','4220da69a971f771497d800a7c4fbe0c'),(6330,218,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566754595\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"5e0bf2230c\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:10:\"adriana22h\";s:10:\"first_name\";s:7:\"Adriana\";s:9:\"last_name\";s:6:\"Horder\";s:10:\"user_email\";s:30:\"AdrianaHorder69@iron.ppoet.com\";}'),(6331,218,'form_id','17'),(6332,218,'timestamp','1566754595'),(6333,218,'request',''),(6334,218,'redirect_to','https://buzz-caribbean.com/register/'),(6335,218,'_wpnonce','5e0bf2230c'),(6336,218,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(6338,218,'um_user_profile_url_slug_user_login','adriana22h'),(6340,218,'full_name','adriana horder'),(6341,218,'account_status','approved'),(6342,219,'nickname','dortheamcburney'),(6343,219,'first_name','Dorthea'),(6344,219,'last_name','McBurney'),(6345,219,'description',''),(6346,219,'rich_editing','true'),(6347,219,'syntax_highlighting','true'),(6348,219,'comment_shortcuts','false'),(6349,219,'admin_color','fresh'),(6350,219,'use_ssl','0'),(6351,219,'show_admin_bar_front','true'),(6352,219,'locale',''),(6353,219,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6354,219,'wp_user_level','0'),(6355,219,'_yoast_wpseo_profile_updated','1566778217'),(6356,219,'synced_gravatar_hashed_id','bcb4d2e9601d04bb21bcbce10cf5cf5f'),(6357,219,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566760210\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"41a2548bb4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"dortheamcburney\";s:10:\"first_name\";s:7:\"Dorthea\";s:9:\"last_name\";s:8:\"McBurney\";s:10:\"user_email\";s:28:\"Dorthea.McBurney52@gmail.com\";}'),(6358,219,'form_id','17'),(6359,219,'timestamp','1566760210'),(6360,219,'request',''),(6361,219,'_wpnonce','41a2548bb4'),(6362,219,'_wp_http_referer','/register/'),(6364,219,'um_user_profile_url_slug_user_login','dortheamcburney'),(6366,219,'full_name','dorthea mcburney'),(6367,219,'account_status','approved'),(6368,219,'session_tokens','a:1:{s:64:\"2090d169d413ac4117ad2d5a22683779392f638d2c0aa05668205bed29597c8f\";a:4:{s:10:\"expiration\";i:1582330217;s:2:\"ip\";s:14:\"91.108.176.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566778217;}}'),(6369,219,'_um_last_login','1566760217'),(6370,219,'um_account_secure_fields','a:0:{}'),(6371,220,'nickname','nicolasmut'),(6372,220,'first_name','Nicolas'),(6373,220,'last_name','Ferrari'),(6374,220,'description',''),(6375,220,'rich_editing','true'),(6376,220,'syntax_highlighting','true'),(6377,220,'comment_shortcuts','false'),(6378,220,'admin_color','fresh'),(6379,220,'use_ssl','0'),(6380,220,'show_admin_bar_front','true'),(6381,220,'locale',''),(6382,220,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6383,220,'wp_user_level','0'),(6384,220,'_yoast_wpseo_profile_updated','1566780581'),(6385,220,'synced_gravatar_hashed_id','54fbd56d4e0710b64a101af5d9220345'),(6386,220,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566762571\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"41a2548bb4\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:10:\"nicolasmut\";s:10:\"first_name\";s:7:\"Nicolas\";s:9:\"last_name\";s:7:\"Ferrari\";s:10:\"user_email\";s:27:\"Nicolas-Ferrari36@gmail.com\";}'),(6387,220,'form_id','17'),(6388,220,'timestamp','1566762571'),(6389,220,'request',''),(6390,220,'redirect_to','https://buzz-caribbean.com/register/'),(6391,220,'_wpnonce','41a2548bb4'),(6392,220,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(6394,220,'um_user_profile_url_slug_user_login','nicolasmut'),(6396,220,'full_name','nicolas ferrari'),(6397,220,'account_status','approved'),(6398,221,'nickname','milagrostarnes5'),(6399,221,'first_name','Milagro'),(6400,221,'last_name','Starnes'),(6401,221,'description',''),(6402,221,'rich_editing','true'),(6403,221,'syntax_highlighting','true'),(6404,221,'comment_shortcuts','false'),(6405,221,'admin_color','fresh'),(6406,221,'use_ssl','0'),(6407,221,'show_admin_bar_front','true'),(6408,221,'locale',''),(6409,221,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6410,221,'wp_user_level','0'),(6411,221,'_yoast_wpseo_profile_updated','1566788668'),(6412,221,'synced_gravatar_hashed_id','0e07d781b2bae6387b59def96763f869'),(6413,221,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566770661\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"41a2548bb4\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"milagrostarnes5\";s:10:\"first_name\";s:7:\"Milagro\";s:9:\"last_name\";s:7:\"Starnes\";s:10:\"user_email\";s:25:\"Milagro_Starnes@gmail.com\";}'),(6414,221,'form_id','17'),(6415,221,'timestamp','1566770661'),(6416,221,'request',''),(6417,221,'redirect_to','https://buzz-caribbean.com/register/'),(6418,221,'_wpnonce','41a2548bb4'),(6419,221,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(6421,221,'um_user_profile_url_slug_user_login','milagrostarnes5'),(6423,221,'full_name','milagro starnes'),(6424,221,'account_status','approved'),(6425,222,'nickname','rosalinasparks5'),(6426,222,'first_name','Rosalina'),(6427,222,'last_name','Sparks'),(6428,222,'description',''),(6429,222,'rich_editing','true'),(6430,222,'syntax_highlighting','true'),(6431,222,'comment_shortcuts','false'),(6432,222,'admin_color','fresh'),(6433,222,'use_ssl','0'),(6434,222,'show_admin_bar_front','true'),(6435,222,'locale',''),(6436,222,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6437,222,'wp_user_level','0'),(6438,222,'_yoast_wpseo_profile_updated','1566831616'),(6439,222,'synced_gravatar_hashed_id','da578fb5dc576ee1bda0afa2f8ed629d'),(6440,222,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566813605\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e39d1dba1b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"rosalinasparks5\";s:10:\"first_name\";s:8:\"Rosalina\";s:9:\"last_name\";s:6:\"Sparks\";s:10:\"user_email\";s:25:\"Rosalina.Sparks@gmail.com\";}'),(6441,222,'form_id','17'),(6442,222,'timestamp','1566813605'),(6443,222,'request',''),(6444,222,'_wpnonce','e39d1dba1b'),(6445,222,'_wp_http_referer','/register/'),(6447,222,'um_user_profile_url_slug_user_login','rosalinasparks5'),(6449,222,'full_name','rosalina sparks'),(6450,222,'account_status','approved'),(6451,222,'session_tokens','a:1:{s:64:\"1604aa95413550cfbae0e88d50cdd73296dbf0eaebb74d226b376e12a7529af5\";a:4:{s:10:\"expiration\";i:1582383617;s:2:\"ip\";s:15:\"196.245.216.133\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566831617;}}'),(6452,222,'_um_last_login','1566813617'),(6453,222,'um_account_secure_fields','a:0:{}'),(6454,223,'nickname','jesus1313744525'),(6455,223,'first_name','Jesus'),(6456,223,'last_name','Deshotel'),(6457,223,'description',''),(6458,223,'rich_editing','true'),(6459,223,'syntax_highlighting','true'),(6460,223,'comment_shortcuts','false'),(6461,223,'admin_color','fresh'),(6462,223,'use_ssl','0'),(6463,223,'show_admin_bar_front','true'),(6464,223,'locale',''),(6465,223,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6466,223,'wp_user_level','0'),(6467,223,'_yoast_wpseo_profile_updated','1566831666'),(6468,223,'synced_gravatar_hashed_id','468c877448fd93ebfe58a4023e89fd56'),(6469,223,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566813635\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"e39d1dba1b\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"jesus1313744525\";s:10:\"first_name\";s:5:\"Jesus\";s:9:\"last_name\";s:8:\"Deshotel\";s:10:\"user_email\";s:45:\"Jesus-Deshotel26@ori73.freeinvestoradvice.com\";}'),(6470,223,'form_id','17'),(6471,223,'timestamp','1566813635'),(6472,223,'request',''),(6473,223,'redirect_to','https://buzz-caribbean.com/register/'),(6474,223,'_wpnonce','e39d1dba1b'),(6475,223,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(6477,223,'um_user_profile_url_slug_user_login','jesus1313744525'),(6479,223,'full_name','jesus deshotel'),(6480,223,'account_status','approved'),(6481,224,'nickname','pcdbud83343661'),(6482,224,'first_name','Bud'),(6483,224,'last_name','Counts'),(6484,224,'description',''),(6485,224,'rich_editing','true'),(6486,224,'syntax_highlighting','true'),(6487,224,'comment_shortcuts','false'),(6488,224,'admin_color','fresh'),(6489,224,'use_ssl','0'),(6490,224,'show_admin_bar_front','true'),(6491,224,'locale',''),(6492,224,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6493,224,'wp_user_level','0'),(6494,224,'_yoast_wpseo_profile_updated','1566834301'),(6495,224,'synced_gravatar_hashed_id','bb89881ed15b306da7df20bd4b699dc0'),(6496,224,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566816294\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e39d1dba1b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"pcdbud83343661\";s:10:\"first_name\";s:3:\"Bud\";s:9:\"last_name\";s:6:\"Counts\";s:10:\"user_email\";s:22:\"Bud_Counts85@gmail.com\";}'),(6497,224,'form_id','17'),(6498,224,'timestamp','1566816294'),(6499,224,'request',''),(6500,224,'_wpnonce','e39d1dba1b'),(6501,224,'_wp_http_referer','/register/'),(6503,224,'um_user_profile_url_slug_user_login','pcdbud83343661'),(6505,224,'full_name','bud counts'),(6506,224,'account_status','approved'),(6507,224,'session_tokens','a:1:{s:64:\"11292c5ea4d306f71b083e4e53628389d45fc2c720984e55460508f89c6cc598\";a:4:{s:10:\"expiration\";i:1582386302;s:2:\"ip\";s:15:\"196.245.216.133\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566834302;}}'),(6508,224,'_um_last_login','1566816302'),(6509,224,'um_account_secure_fields','a:0:{}'),(6510,225,'nickname','cheriflack4645'),(6511,225,'first_name','Cheri'),(6512,225,'last_name','Flack'),(6513,225,'description',''),(6514,225,'rich_editing','true'),(6515,225,'syntax_highlighting','true'),(6516,225,'comment_shortcuts','false'),(6517,225,'admin_color','fresh'),(6518,225,'use_ssl','0'),(6519,225,'show_admin_bar_front','true'),(6520,225,'locale',''),(6521,225,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6522,225,'wp_user_level','0'),(6523,225,'_yoast_wpseo_profile_updated','1566834752'),(6524,225,'synced_gravatar_hashed_id','473ef32744eeff5d44c466c691998a31'),(6525,225,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566816741\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"e39d1dba1b\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"cheriflack4645\";s:10:\"first_name\";s:5:\"Cheri\";s:9:\"last_name\";s:5:\"Flack\";s:10:\"user_email\";s:23:\"Cheri.Flack46@gmail.com\";}'),(6526,225,'form_id','17'),(6527,225,'timestamp','1566816741'),(6528,225,'request',''),(6529,225,'redirect_to','https://buzz-caribbean.com/register/'),(6530,225,'_wpnonce','e39d1dba1b'),(6531,225,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(6533,225,'um_user_profile_url_slug_user_login','cheriflack4645'),(6535,225,'full_name','cheri flack'),(6536,225,'account_status','approved'),(6537,226,'nickname','rickeyliversidge'),(6538,226,'first_name','Rickey'),(6539,226,'last_name','Liversidge'),(6540,226,'description',''),(6541,226,'rich_editing','true'),(6542,226,'syntax_highlighting','true'),(6543,226,'comment_shortcuts','false'),(6544,226,'admin_color','fresh'),(6545,226,'use_ssl','0'),(6546,226,'show_admin_bar_front','true'),(6547,226,'locale',''),(6548,226,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6549,226,'wp_user_level','0'),(6550,226,'_yoast_wpseo_profile_updated','1566838169'),(6551,226,'synced_gravatar_hashed_id','c34f52adb8d53a6d31a8b029278a59b7'),(6552,226,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566820163\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"e39d1dba1b\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:16:\"rickeyliversidge\";s:10:\"first_name\";s:6:\"Rickey\";s:9:\"last_name\";s:10:\"Liversidge\";s:10:\"user_email\";s:29:\"Rickey_Liversidge25@gmail.com\";}'),(6553,226,'form_id','17'),(6554,226,'timestamp','1566820163'),(6555,226,'request',''),(6556,226,'redirect_to','https://buzz-caribbean.com/register/'),(6557,226,'_wpnonce','e39d1dba1b'),(6558,226,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(6560,226,'um_user_profile_url_slug_user_login','rickeyliversidge'),(6562,226,'full_name','rickey liversidge'),(6563,226,'account_status','approved'),(6564,227,'nickname','plytawnya98042'),(6565,227,'first_name','Tawnya'),(6566,227,'last_name','Esson'),(6567,227,'description',''),(6568,227,'rich_editing','true'),(6569,227,'syntax_highlighting','true'),(6570,227,'comment_shortcuts','false'),(6571,227,'admin_color','fresh'),(6572,227,'use_ssl','0'),(6573,227,'show_admin_bar_front','true'),(6574,227,'locale',''),(6575,227,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6576,227,'wp_user_level','0'),(6577,227,'_yoast_wpseo_profile_updated','1566841212'),(6578,227,'synced_gravatar_hashed_id','05f356189570376944d0a96fe856fcc4'),(6579,227,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566823202\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e39d1dba1b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"plytawnya98042\";s:10:\"first_name\";s:6:\"Tawnya\";s:9:\"last_name\";s:5:\"Esson\";s:10:\"user_email\";s:24:\"Tawnya-Esson38@gmail.com\";}'),(6580,227,'form_id','17'),(6581,227,'timestamp','1566823202'),(6582,227,'request',''),(6583,227,'_wpnonce','e39d1dba1b'),(6584,227,'_wp_http_referer','/register/'),(6586,227,'um_user_profile_url_slug_user_login','plytawnya98042'),(6588,227,'full_name','tawnya esson'),(6589,227,'account_status','approved'),(6590,227,'session_tokens','a:1:{s:64:\"1ace9036db11147090534f606fb23ca4fd256a12dd69b4848abfc47ea43cf826\";a:4:{s:10:\"expiration\";i:1582393212;s:2:\"ip\";s:14:\"193.228.56.153\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566841212;}}'),(6591,227,'_um_last_login','1566823212'),(6592,227,'um_account_secure_fields','a:0:{}'),(6593,13,'facebook',''),(6594,13,'instagram',''),(6595,13,'linkedin',''),(6596,13,'myspace',''),(6597,13,'pinterest',''),(6598,13,'soundcloud',''),(6599,13,'tumblr',''),(6600,13,'twitter',''),(6601,13,'youtube',''),(6602,13,'wikipedia',''),(6603,228,'nickname','chanceqlt893276'),(6604,228,'first_name','Chance'),(6605,228,'last_name','Cyr'),(6606,228,'description',''),(6607,228,'rich_editing','true'),(6608,228,'syntax_highlighting','true'),(6609,228,'comment_shortcuts','false'),(6610,228,'admin_color','fresh'),(6611,228,'use_ssl','0'),(6612,228,'show_admin_bar_front','true'),(6613,228,'locale',''),(6614,228,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6615,228,'wp_user_level','0'),(6616,228,'_yoast_wpseo_profile_updated','1566849746'),(6617,228,'synced_gravatar_hashed_id','8500b597c2eebe1cfad6ca6c731e02d7'),(6618,228,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566831735\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e39d1dba1b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"chanceqlt893276\";s:10:\"first_name\";s:6:\"Chance\";s:9:\"last_name\";s:3:\"Cyr\";s:10:\"user_email\";s:22:\"Chance-Cyr77@gmail.com\";}'),(6619,228,'form_id','17'),(6620,228,'timestamp','1566831735'),(6621,228,'request',''),(6622,228,'_wpnonce','e39d1dba1b'),(6623,228,'_wp_http_referer','/register/'),(6625,228,'um_user_profile_url_slug_user_login','chanceqlt893276'),(6627,228,'full_name','chance cyr'),(6628,228,'account_status','approved'),(6629,228,'session_tokens','a:1:{s:64:\"7ed0899434da8ff452d56b4518882135611f247f404766552abd32b01a597da9\";a:4:{s:10:\"expiration\";i:1582401747;s:2:\"ip\";s:14:\"193.228.56.108\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566849747;}}'),(6630,228,'_um_last_login','1566831747'),(6631,228,'um_account_secure_fields','a:0:{}'),(6632,17,'facebook',''),(6633,17,'instagram',''),(6634,17,'linkedin',''),(6635,17,'myspace',''),(6636,17,'pinterest',''),(6637,17,'soundcloud',''),(6638,17,'tumblr',''),(6639,17,'twitter',''),(6640,17,'youtube',''),(6641,17,'wikipedia',''),(6642,229,'nickname','zitaconnors834'),(6643,229,'first_name','Zita'),(6644,229,'last_name','Connors'),(6645,229,'description',''),(6646,229,'rich_editing','true'),(6647,229,'syntax_highlighting','true'),(6648,229,'comment_shortcuts','false'),(6649,229,'admin_color','fresh'),(6650,229,'use_ssl','0'),(6651,229,'show_admin_bar_front','true'),(6652,229,'locale',''),(6653,229,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6654,229,'wp_user_level','0'),(6655,229,'_yoast_wpseo_profile_updated','1566880768'),(6656,229,'synced_gravatar_hashed_id','27d31ad7f468c0481111b1015ee0dbf4'),(6657,229,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566862721\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"b0bd278af2\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"zitaconnors834\";s:10:\"first_name\";s:4:\"Zita\";s:9:\"last_name\";s:7:\"Connors\";s:10:\"user_email\";s:41:\"Zita_Connors@ori73.freeinvestoradvice.com\";}'),(6658,229,'form_id','17'),(6659,229,'timestamp','1566862721'),(6660,229,'request',''),(6661,229,'redirect_to','https://buzz-caribbean.com/register/'),(6662,229,'_wpnonce','b0bd278af2'),(6663,229,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(6665,229,'um_user_profile_url_slug_user_login','zitaconnors834'),(6667,229,'full_name','zita connors'),(6668,229,'account_status','approved'),(6669,230,'nickname','wilheminadortch'),(6670,230,'first_name','Wilhemina'),(6671,230,'last_name','Dortch'),(6672,230,'description',''),(6673,230,'rich_editing','true'),(6674,230,'syntax_highlighting','true'),(6675,230,'comment_shortcuts','false'),(6676,230,'admin_color','fresh'),(6677,230,'use_ssl','0'),(6678,230,'show_admin_bar_front','true'),(6679,230,'locale',''),(6680,230,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6681,230,'wp_user_level','0'),(6682,230,'_yoast_wpseo_profile_updated','1566896854'),(6683,230,'synced_gravatar_hashed_id','511c6bf6493bd62320b187b6088a97cd'),(6684,230,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566878846\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"b0bd278af2\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"wilheminadortch\";s:10:\"first_name\";s:9:\"Wilhemina\";s:9:\"last_name\";s:6:\"Dortch\";s:10:\"user_email\";s:15:\"qtdinnm@aol.com\";}'),(6685,230,'form_id','17'),(6686,230,'timestamp','1566878846'),(6687,230,'request',''),(6688,230,'redirect_to','https://buzz-caribbean.com/register/'),(6689,230,'_wpnonce','b0bd278af2'),(6690,230,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(6692,230,'um_user_profile_url_slug_user_login','wilheminadortch'),(6694,230,'full_name','wilhemina dortch'),(6695,230,'account_status','approved'),(6697,50,'appliedjobs','a:1:{i:0;i:2993;}'),(6700,12,'closedpostboxes_post','a:4:{i:0;s:10:\"wpseo_meta\";i:1;s:15:\"smpush-meta-box\";i:2;s:23:\"duplicate-video-metabox\";i:3;s:22:\"yoast_internal_linking\";}'),(6701,12,'metaboxhidden_post','a:0:{}'),(6708,12,'manageedit-pagecolumnshidden','a:5:{i:0;s:11:\"wpseo-score\";i:1;s:23:\"wpseo-score-readability\";i:2;s:11:\"wpseo-title\";i:3;s:14:\"wpseo-metadesc\";i:4;s:13:\"wpseo-focuskw\";}'),(6709,12,'edit_page_per_page','20'),(6711,12,'manageedit-postcolumnshidden','a:4:{i:0;s:23:\"wpseo-score-readability\";i:1;s:11:\"wpseo-title\";i:2;s:14:\"wpseo-metadesc\";i:3;s:13:\"wpseo-focuskw\";}'),(6712,231,'nickname','leilanityson2'),(6713,231,'first_name','Leilani'),(6714,231,'last_name','Tyson'),(6715,231,'description',''),(6716,231,'rich_editing','true'),(6717,231,'syntax_highlighting','true'),(6718,231,'comment_shortcuts','false'),(6719,231,'admin_color','fresh'),(6720,231,'use_ssl','0'),(6721,231,'show_admin_bar_front','true'),(6722,231,'locale',''),(6723,231,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6724,231,'wp_user_level','0'),(6725,231,'_yoast_wpseo_profile_updated','1566945123'),(6726,231,'synced_gravatar_hashed_id','5c736dbd4fc1993ca3b4fc008bf00005'),(6727,231,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566927114\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1c9c21f56e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"leilanityson2\";s:10:\"first_name\";s:7:\"Leilani\";s:9:\"last_name\";s:5:\"Tyson\";s:10:\"user_email\";s:30:\"Leilani-Tyson56@kinokinoggo.ru\";}'),(6728,231,'form_id','17'),(6729,231,'timestamp','1566927114'),(6730,231,'request',''),(6731,231,'_wpnonce','1c9c21f56e'),(6732,231,'_wp_http_referer','/register/'),(6734,231,'um_user_profile_url_slug_user_login','leilanityson2'),(6736,231,'full_name','leilani tyson'),(6737,231,'account_status','approved'),(6738,231,'session_tokens','a:1:{s:64:\"bca46e93029966f7dbe4eb4f3cbd7f5d993dcb8cbfa39985a636d3a1ca805b46\";a:4:{s:10:\"expiration\";i:1582497124;s:2:\"ip\";s:13:\"170.79.87.178\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566945124;}}'),(6739,231,'_um_last_login','1566927124'),(6740,231,'um_account_secure_fields','a:0:{}'),(6741,232,'nickname','bfnsam01987159'),(6742,232,'first_name','Sam'),(6743,232,'last_name','Vanderpool'),(6744,232,'description',''),(6745,232,'rich_editing','true'),(6746,232,'syntax_highlighting','true'),(6747,232,'comment_shortcuts','false'),(6748,232,'admin_color','fresh'),(6749,232,'use_ssl','0'),(6750,232,'show_admin_bar_front','true'),(6751,232,'locale',''),(6752,232,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6753,232,'wp_user_level','0'),(6754,232,'_yoast_wpseo_profile_updated','1566945774'),(6755,232,'synced_gravatar_hashed_id','d13b36c583735f86300d5ba26d1f92c5'),(6756,232,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566927762\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1c9c21f56e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"bfnsam01987159\";s:10:\"first_name\";s:3:\"Sam\";s:9:\"last_name\";s:10:\"Vanderpool\";s:10:\"user_email\";s:28:\"Sam.Vanderpool@a-kinofilm.ru\";}'),(6757,232,'form_id','17'),(6758,232,'timestamp','1566927762'),(6759,232,'request',''),(6760,232,'_wpnonce','1c9c21f56e'),(6761,232,'_wp_http_referer','/register/'),(6763,232,'um_user_profile_url_slug_user_login','bfnsam01987159'),(6765,232,'full_name','sam vanderpool'),(6766,232,'account_status','approved'),(6767,232,'session_tokens','a:1:{s:64:\"37f541674b25fd39304500dec2933c26bddd3ea785287a3f0d467cc4c07fc7e1\";a:4:{s:10:\"expiration\";i:1582497774;s:2:\"ip\";s:13:\"103.192.38.98\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566945774;}}'),(6768,232,'_um_last_login','1566927774'),(6769,232,'um_account_secure_fields','a:0:{}'),(6770,233,'nickname','natehunt0208188'),(6771,233,'first_name','Nate'),(6772,233,'last_name','Hunt'),(6773,233,'description',''),(6774,233,'rich_editing','true'),(6775,233,'syntax_highlighting','true'),(6776,233,'comment_shortcuts','false'),(6777,233,'admin_color','fresh'),(6778,233,'use_ssl','0'),(6779,233,'show_admin_bar_front','true'),(6780,233,'locale',''),(6781,233,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6782,233,'wp_user_level','0'),(6783,233,'_yoast_wpseo_profile_updated','1566947190'),(6784,233,'synced_gravatar_hashed_id','1e66a19e08a913fcbcef6594b84e3226'),(6785,233,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566929179\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1c9c21f56e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"natehunt0208188\";s:10:\"first_name\";s:4:\"Nate\";s:9:\"last_name\";s:4:\"Hunt\";s:10:\"user_email\";s:20:\"Nate.Hunt@abc2018.ru\";}'),(6786,233,'form_id','17'),(6787,233,'timestamp','1566929179'),(6788,233,'request',''),(6789,233,'_wpnonce','1c9c21f56e'),(6790,233,'_wp_http_referer','/register/'),(6792,233,'um_user_profile_url_slug_user_login','natehunt0208188'),(6794,233,'full_name','nate hunt'),(6795,233,'account_status','approved'),(6796,233,'session_tokens','a:1:{s:64:\"405fd80701b362f6143cdc43861232d5d63c0e62a5153eb4db380e9c34e3a14f\";a:4:{s:10:\"expiration\";i:1582499191;s:2:\"ip\";s:13:\"217.27.219.14\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1566947191;}}'),(6797,233,'_um_last_login','1566929191'),(6798,233,'um_account_secure_fields','a:0:{}'),(6800,234,'nickname','kevint'),(6801,234,'first_name','Tevin'),(6802,234,'last_name','Green'),(6803,234,'description',''),(6804,234,'rich_editing','true'),(6805,234,'syntax_highlighting','true'),(6806,234,'comment_shortcuts','false'),(6807,234,'admin_color','fresh'),(6808,234,'use_ssl','0'),(6809,234,'show_admin_bar_front','true'),(6810,234,'locale',''),(6811,234,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6812,234,'wp_user_level','0'),(6813,234,'_yoast_wpseo_profile_updated','1566970088'),(6814,234,'synced_gravatar_hashed_id','9942fe0cf85fb130f640580f11454300'),(6815,234,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566952023\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"8b3e62bff7\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:6:\"kevint\";s:10:\"first_name\";s:5:\"Tevin\";s:9:\"last_name\";s:5:\"Green\";s:10:\"user_email\";s:18:\"kevintes@gmail.com\";}'),(6816,234,'form_id','17'),(6817,234,'timestamp','1566952023'),(6818,234,'request',''),(6819,234,'_wpnonce','8b3e62bff7'),(6820,234,'_wp_http_referer','/register/'),(6822,234,'um_user_profile_url_slug_user_login','kevint'),(6824,234,'full_name','tevin green'),(6825,234,'account_status','approved'),(6826,234,'session_tokens','a:1:{s:64:\"d45af0620ca6daab38d50cd16345e5968fe1acc5a33130774e88a8c70a685a64\";a:4:{s:10:\"expiration\";i:1582522088;s:2:\"ip\";s:13:\"77.111.246.29\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36 OPR/62.0.3331.116\";s:5:\"login\";i:1566970088;}}'),(6827,234,'_um_last_login','1566952088'),(6828,234,'um_account_secure_fields','a:0:{}'),(6829,235,'nickname','edwinbarff9250'),(6830,235,'first_name','Edwin'),(6831,235,'last_name','Barff'),(6832,235,'description',''),(6833,235,'rich_editing','true'),(6834,235,'syntax_highlighting','true'),(6835,235,'comment_shortcuts','false'),(6836,235,'admin_color','fresh'),(6837,235,'use_ssl','0'),(6838,235,'show_admin_bar_front','true'),(6839,235,'locale',''),(6840,235,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6841,235,'wp_user_level','0'),(6842,235,'_yoast_wpseo_profile_updated','1566978016'),(6843,235,'synced_gravatar_hashed_id','953224b7ea24b129e408867441385f6b'),(6844,235,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566960005\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"8b3e62bff7\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"edwinbarff9250\";s:10:\"first_name\";s:5:\"Edwin\";s:9:\"last_name\";s:5:\"Barff\";s:10:\"user_email\";s:42:\"Edwin.Barff@fireshoot.walletonlineshop.com\";}'),(6845,235,'form_id','17'),(6846,235,'timestamp','1566960005'),(6847,235,'request',''),(6848,235,'redirect_to','https://buzz-caribbean.com/register/'),(6849,235,'_wpnonce','8b3e62bff7'),(6850,235,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(6852,235,'um_user_profile_url_slug_user_login','edwinbarff9250'),(6854,235,'full_name','edwin barff'),(6855,235,'account_status','approved'),(6856,236,'nickname','alenabozeman18'),(6857,236,'first_name','Alena'),(6858,236,'last_name','Bozeman'),(6859,236,'description',''),(6860,236,'rich_editing','true'),(6861,236,'syntax_highlighting','true'),(6862,236,'comment_shortcuts','false'),(6863,236,'admin_color','fresh'),(6864,236,'use_ssl','0'),(6865,236,'show_admin_bar_front','true'),(6866,236,'locale',''),(6867,236,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6868,236,'wp_user_level','0'),(6869,236,'_yoast_wpseo_profile_updated','1567016152'),(6870,236,'synced_gravatar_hashed_id','8d542edcae1044bcd8ddb05e7d6e6715'),(6871,236,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1566998145\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"cf9b32cdef\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"alenabozeman18\";s:10:\"first_name\";s:5:\"Alena\";s:9:\"last_name\";s:7:\"Bozeman\";s:10:\"user_email\";s:16:\"grohovlk@aol.com\";}'),(6872,236,'form_id','17'),(6873,236,'timestamp','1566998145'),(6874,236,'request',''),(6875,236,'redirect_to','https://buzz-caribbean.com/register/'),(6876,236,'_wpnonce','cf9b32cdef'),(6877,236,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(6879,236,'um_user_profile_url_slug_user_login','alenabozeman18'),(6881,236,'full_name','alena bozeman'),(6882,236,'account_status','approved'),(6883,237,'nickname','darryllarnach18'),(6884,237,'first_name','Darryl'),(6885,237,'last_name','Larnach'),(6886,237,'description',''),(6887,237,'rich_editing','true'),(6888,237,'syntax_highlighting','true'),(6889,237,'comment_shortcuts','false'),(6890,237,'admin_color','fresh'),(6891,237,'use_ssl','0'),(6892,237,'show_admin_bar_front','true'),(6893,237,'locale',''),(6894,237,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6895,237,'wp_user_level','0'),(6896,237,'_yoast_wpseo_profile_updated','1567043459'),(6897,237,'synced_gravatar_hashed_id','d02c56abb4c1e75b490e871de6cb27bb'),(6898,237,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567025449\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"e41b97f08c\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"darryllarnach18\";s:10:\"first_name\";s:6:\"Darryl\";s:9:\"last_name\";s:7:\"Larnach\";s:10:\"user_email\";s:35:\"Darryl.Larnach21@wibawa.belipbn.com\";}'),(6899,237,'form_id','17'),(6900,237,'timestamp','1567025449'),(6901,237,'request',''),(6902,237,'redirect_to','https://buzz-caribbean.com/register/'),(6903,237,'_wpnonce','e41b97f08c'),(6904,237,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(6906,237,'um_user_profile_url_slug_user_login','darryllarnach18'),(6908,237,'full_name','darryl larnach'),(6909,237,'account_status','approved'),(6910,238,'nickname','bellathornber23'),(6911,238,'first_name','Bella'),(6912,238,'last_name','Thornber'),(6913,238,'description',''),(6914,238,'rich_editing','true'),(6915,238,'syntax_highlighting','true'),(6916,238,'comment_shortcuts','false'),(6917,238,'admin_color','fresh'),(6918,238,'use_ssl','0'),(6919,238,'show_admin_bar_front','true'),(6920,238,'locale',''),(6921,238,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6922,238,'wp_user_level','0'),(6923,238,'_yoast_wpseo_profile_updated','1567075439'),(6924,238,'synced_gravatar_hashed_id','5c287db0c5ad28e23f39d96f05d3614d'),(6925,238,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567057389\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"e41b97f08c\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"bellathornber23\";s:10:\"first_name\";s:5:\"Bella\";s:9:\"last_name\";s:8:\"Thornber\";s:10:\"user_email\";s:41:\"Bella_Thornber@revak.ceramicsouvenirs.com\";}'),(6926,238,'form_id','17'),(6927,238,'timestamp','1567057389'),(6928,238,'request',''),(6929,238,'redirect_to','https://buzz-caribbean.com/register/'),(6930,238,'_wpnonce','e41b97f08c'),(6931,238,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(6933,238,'um_user_profile_url_slug_user_login','bellathornber23'),(6935,238,'full_name','bella thornber'),(6936,238,'account_status','approved'),(6939,239,'nickname','raga-z'),(6940,239,'first_name','Wayne'),(6941,239,'last_name','Ingtam'),(6942,239,'description',''),(6943,239,'rich_editing','true'),(6944,239,'syntax_highlighting','true'),(6945,239,'comment_shortcuts','false'),(6946,239,'admin_color','fresh'),(6947,239,'use_ssl','0'),(6948,239,'show_admin_bar_front','true'),(6949,239,'locale',''),(6950,239,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6951,239,'wp_user_level','0'),(6952,239,'_yoast_wpseo_profile_updated','1567086620'),(6953,239,'dismissed_wp_pointers',''),(6954,239,'synced_gravatar_hashed_id','24fa53fb630cd6a2d75cb4862e9d5b1e'),(6955,239,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567068588\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51702d3683\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:6:\"Raga-z\";s:10:\"first_name\";s:5:\"Wayne\";s:9:\"last_name\";s:6:\"Ingtam\";s:10:\"user_email\";s:17:\"Ragaze7@gmail.com\";}'),(6956,239,'form_id','17'),(6957,239,'timestamp','1567068588'),(6958,239,'request',''),(6959,239,'_wpnonce','51702d3683'),(6960,239,'_wp_http_referer','/register/'),(6962,239,'um_user_profile_url_slug_user_login','raga-z'),(6964,239,'full_name','wayne ingtam'),(6965,239,'account_status','approved'),(6966,239,'session_tokens','a:1:{s:64:\"7f2932d26ca6891197cfe44ac1120ff182c6f5b70faca113fce01aae9cb57067\";a:4:{s:10:\"expiration\";i:1582638621;s:2:\"ip\";s:13:\"172.58.14.209\";s:2:\"ua\";s:197:\"Mozilla/5.0 (Linux; Android 8.1.0; LM-X220 Build/OPM1.171019.026; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/235.0.0.38.118;]\";s:5:\"login\";i:1567086621;}}'),(6967,239,'_um_last_login','1567068621'),(6968,239,'um_account_secure_fields','a:0:{}'),(6969,239,'profile_photo','profile_photo.jpg'),(6975,240,'nickname','rolanddrost'),(6976,240,'first_name','Roland'),(6977,240,'last_name','Drost'),(6978,240,'description',''),(6979,240,'rich_editing','true'),(6980,240,'syntax_highlighting','true'),(6981,240,'comment_shortcuts','false'),(6982,240,'admin_color','fresh'),(6983,240,'use_ssl','0'),(6984,240,'show_admin_bar_front','true'),(6985,240,'locale',''),(6986,240,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6987,240,'wp_user_level','0'),(6988,240,'_yoast_wpseo_profile_updated','1567099900'),(6989,240,'dismissed_wp_pointers',''),(6990,240,'synced_gravatar_hashed_id','8182e589933fc034f84e8473137d224d'),(6991,240,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567081891\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"51702d3683\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:11:\"rolanddrost\";s:10:\"first_name\";s:6:\"Roland\";s:9:\"last_name\";s:5:\"Drost\";s:10:\"user_email\";s:22:\"reganonita@amysink.com\";}'),(6992,240,'form_id','17'),(6993,240,'timestamp','1567081891'),(6994,240,'request',''),(6995,240,'redirect_to','https://buzz-caribbean.com/register/'),(6996,240,'_wpnonce','51702d3683'),(6997,240,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(6999,240,'um_user_profile_url_slug_user_login','rolanddrost'),(7001,240,'full_name','roland drost'),(7002,240,'account_status','approved'),(7003,241,'nickname','jeanniedunning'),(7004,241,'first_name','Jeannie'),(7005,241,'last_name','Dunning'),(7006,241,'description',''),(7007,241,'rich_editing','true'),(7008,241,'syntax_highlighting','true'),(7009,241,'comment_shortcuts','false'),(7010,241,'admin_color','fresh'),(7011,241,'use_ssl','0'),(7012,241,'show_admin_bar_front','true'),(7013,241,'locale',''),(7014,241,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7015,241,'wp_user_level','0'),(7016,241,'_yoast_wpseo_profile_updated','1567106402'),(7017,241,'dismissed_wp_pointers',''),(7018,241,'synced_gravatar_hashed_id','6ae1d5d2bdead42c687b43cdfcbc217b'),(7019,241,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567088395\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"51702d3683\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"jeanniedunning\";s:10:\"first_name\";s:7:\"Jeannie\";s:9:\"last_name\";s:7:\"Dunning\";s:10:\"user_email\";s:25:\"paige.rodriguez89@aol.com\";}'),(7020,241,'form_id','17'),(7021,241,'timestamp','1567088395'),(7022,241,'request',''),(7023,241,'redirect_to','https://buzz-caribbean.com/register/'),(7024,241,'_wpnonce','51702d3683'),(7025,241,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(7027,241,'um_user_profile_url_slug_user_login','jeanniedunning'),(7029,241,'full_name','jeannie dunning'),(7030,241,'account_status','approved'),(7031,12,'simplefavorites','a:1:{i:0;a:3:{s:7:\"site_id\";i:1;s:5:\"posts\";a:1:{i:0;i:2176;}s:6:\"groups\";a:1:{i:0;a:4:{s:8:\"group_id\";i:1;s:7:\"site_id\";i:1;s:10:\"group_name\";s:12:\"Default List\";s:5:\"posts\";a:1:{i:0;i:2176;}}}}}'),(7032,242,'nickname','biancacorral'),(7033,242,'first_name','Bianca'),(7034,242,'last_name','Corral'),(7035,242,'description',''),(7036,242,'rich_editing','true'),(7037,242,'syntax_highlighting','true'),(7038,242,'comment_shortcuts','false'),(7039,242,'admin_color','fresh'),(7040,242,'use_ssl','0'),(7041,242,'show_admin_bar_front','true'),(7042,242,'locale',''),(7043,242,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7044,242,'wp_user_level','0'),(7045,242,'_yoast_wpseo_profile_updated','1567119453'),(7046,242,'dismissed_wp_pointers',''),(7047,242,'synced_gravatar_hashed_id','7f99dc0e0d4f5d13a1595ecc5462ece2'),(7048,242,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567101441\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51702d3683\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"biancacorral\";s:10:\"first_name\";s:6:\"Bianca\";s:9:\"last_name\";s:6:\"Corral\";s:10:\"user_email\";s:23:\"Bianca.Corral@gmail.com\";}'),(7049,242,'form_id','17'),(7050,242,'timestamp','1567101441'),(7051,242,'request',''),(7052,242,'_wpnonce','51702d3683'),(7053,242,'_wp_http_referer','/register/'),(7055,242,'um_user_profile_url_slug_user_login','biancacorral'),(7057,242,'full_name','bianca corral'),(7058,242,'account_status','approved'),(7059,242,'session_tokens','a:1:{s:64:\"49521017083a3a0bca69d3ddb18bd986bd2373f3aab809ee63270c2ea3b34752\";a:4:{s:10:\"expiration\";i:1582671454;s:2:\"ip\";s:15:\"196.245.216.107\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1567119454;}}'),(7060,242,'_um_last_login','1567101454'),(7061,242,'um_account_secure_fields','a:0:{}'),(7062,12,'wpseo-remove-post-type-archive-notification','1'),(7063,243,'nickname','yvonnehagan118'),(7064,243,'first_name','Yvonne'),(7065,243,'last_name','Hagan'),(7066,243,'description',''),(7067,243,'rich_editing','true'),(7068,243,'syntax_highlighting','true'),(7069,243,'comment_shortcuts','false'),(7070,243,'admin_color','fresh'),(7071,243,'use_ssl','0'),(7072,243,'show_admin_bar_front','true'),(7073,243,'locale',''),(7074,243,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7075,243,'wp_user_level','0'),(7076,243,'_yoast_wpseo_profile_updated','1567131479'),(7077,243,'dismissed_wp_pointers',''),(7078,243,'synced_gravatar_hashed_id','04afeacece3aacafeacf4cba0efaedd1'),(7079,243,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567113468\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"ead7ad7c9d\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"yvonnehagan118\";s:10:\"first_name\";s:6:\"Yvonne\";s:9:\"last_name\";s:5:\"Hagan\";s:10:\"user_email\";s:24:\"Yvonne-Hagan12@gmail.com\";}'),(7080,243,'form_id','17'),(7081,243,'timestamp','1567113468'),(7082,243,'request',''),(7083,243,'redirect_to','https://buzz-caribbean.com/register/'),(7084,243,'_wpnonce','ead7ad7c9d'),(7085,243,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(7087,243,'um_user_profile_url_slug_user_login','yvonnehagan118'),(7089,243,'full_name','yvonne hagan'),(7090,243,'account_status','approved'),(7091,244,'nickname','ellenmcfall87'),(7092,244,'first_name','Ellen'),(7093,244,'last_name','Mcfall'),(7094,244,'description',''),(7095,244,'rich_editing','true'),(7096,244,'syntax_highlighting','true'),(7097,244,'comment_shortcuts','false'),(7098,244,'admin_color','fresh'),(7099,244,'use_ssl','0'),(7100,244,'show_admin_bar_front','true'),(7101,244,'locale',''),(7102,244,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7103,244,'wp_user_level','0'),(7104,244,'_yoast_wpseo_profile_updated','1567132335'),(7105,244,'dismissed_wp_pointers',''),(7106,244,'synced_gravatar_hashed_id','c49bafd99f0d5cc0f850ed2974b30cbc'),(7107,244,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567114323\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ead7ad7c9d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"ellenmcfall87\";s:10:\"first_name\";s:5:\"Ellen\";s:9:\"last_name\";s:6:\"Mcfall\";s:10:\"user_email\";s:22:\"Ellen-Mcfall@gmail.com\";}'),(7108,244,'form_id','17'),(7109,244,'timestamp','1567114323'),(7110,244,'request',''),(7111,244,'_wpnonce','ead7ad7c9d'),(7112,244,'_wp_http_referer','/register/'),(7114,244,'um_user_profile_url_slug_user_login','ellenmcfall87'),(7116,244,'full_name','ellen mcfall'),(7117,244,'account_status','approved'),(7118,244,'session_tokens','a:1:{s:64:\"341d615cac297a16fa67e8221fd6637701e63a1845a4504612ae6af1b177b1eb\";a:4:{s:10:\"expiration\";i:1582684335;s:2:\"ip\";s:13:\"91.108.176.45\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1567132335;}}'),(7119,244,'_um_last_login','1567114335'),(7120,244,'um_account_secure_fields','a:0:{}'),(7121,245,'nickname','irish90z54'),(7122,245,'first_name','Irish'),(7123,245,'last_name','Haskell'),(7124,245,'description',''),(7125,245,'rich_editing','true'),(7126,245,'syntax_highlighting','true'),(7127,245,'comment_shortcuts','false'),(7128,245,'admin_color','fresh'),(7129,245,'use_ssl','0'),(7130,245,'show_admin_bar_front','true'),(7131,245,'locale',''),(7132,245,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7133,245,'wp_user_level','0'),(7134,245,'_yoast_wpseo_profile_updated','1567132513'),(7135,245,'dismissed_wp_pointers',''),(7136,245,'synced_gravatar_hashed_id','655a9874efed2708db074d60490a7d74'),(7137,245,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567114502\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ead7ad7c9d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"irish90z54\";s:10:\"first_name\";s:5:\"Irish\";s:9:\"last_name\";s:7:\"Haskell\";s:10:\"user_email\";s:24:\"Irish-Haskell8@gmail.com\";}'),(7138,245,'form_id','17'),(7139,245,'timestamp','1567114502'),(7140,245,'request',''),(7141,245,'_wpnonce','ead7ad7c9d'),(7142,245,'_wp_http_referer','/register/'),(7144,245,'um_user_profile_url_slug_user_login','irish90z54'),(7146,245,'full_name','irish haskell'),(7147,245,'account_status','approved'),(7148,245,'session_tokens','a:1:{s:64:\"21a6444fc2c248c390f9a80b4f1523bc72fdd6396e7d12b9fbbb4e5998eed03b\";a:4:{s:10:\"expiration\";i:1582684513;s:2:\"ip\";s:14:\"91.108.176.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1567132513;}}'),(7149,245,'_um_last_login','1567114513'),(7150,245,'um_account_secure_fields','a:0:{}'),(7151,246,'nickname','ezequielchurch1'),(7152,246,'first_name','Ezequiel'),(7153,246,'last_name','Church'),(7154,246,'description',''),(7155,246,'rich_editing','true'),(7156,246,'syntax_highlighting','true'),(7157,246,'comment_shortcuts','false'),(7158,246,'admin_color','fresh'),(7159,246,'use_ssl','0'),(7160,246,'show_admin_bar_front','true'),(7161,246,'locale',''),(7162,246,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7163,246,'wp_user_level','0'),(7164,246,'_yoast_wpseo_profile_updated','1567137590'),(7165,246,'dismissed_wp_pointers',''),(7166,246,'synced_gravatar_hashed_id','5e700a3470ad74a69f30298b026b94f1'),(7167,246,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567119580\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ead7ad7c9d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"ezequielchurch1\";s:10:\"first_name\";s:8:\"Ezequiel\";s:9:\"last_name\";s:6:\"Church\";s:10:\"user_email\";s:25:\"Ezequiel.Church@gmail.com\";}'),(7168,246,'form_id','17'),(7169,246,'timestamp','1567119580'),(7170,246,'request',''),(7171,246,'_wpnonce','ead7ad7c9d'),(7172,246,'_wp_http_referer','/register/'),(7174,246,'um_user_profile_url_slug_user_login','ezequielchurch1'),(7176,246,'full_name','ezequiel church'),(7177,246,'account_status','approved'),(7178,246,'session_tokens','a:1:{s:64:\"5ffc0d7312f1f6cd4394441b15c09c3b2702fe0704d1bf47c0b5b36669170c33\";a:4:{s:10:\"expiration\";i:1582689590;s:2:\"ip\";s:15:\"165.231.130.186\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1567137590;}}'),(7179,246,'_um_last_login','1567119590'),(7180,246,'um_account_secure_fields','a:0:{}'),(7181,247,'nickname','valentinrackley'),(7182,247,'first_name','Valentin'),(7183,247,'last_name','Rackley'),(7184,247,'description',''),(7185,247,'rich_editing','true'),(7186,247,'syntax_highlighting','true'),(7187,247,'comment_shortcuts','false'),(7188,247,'admin_color','fresh'),(7189,247,'use_ssl','0'),(7190,247,'show_admin_bar_front','true'),(7191,247,'locale',''),(7192,247,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7193,247,'wp_user_level','0'),(7194,247,'_yoast_wpseo_profile_updated','1567139057'),(7195,247,'dismissed_wp_pointers',''),(7196,247,'synced_gravatar_hashed_id','292f888bae39e2d9173b2878ac593d15'),(7197,247,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567121047\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"ead7ad7c9d\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"valentinrackley\";s:10:\"first_name\";s:8:\"Valentin\";s:9:\"last_name\";s:7:\"Rackley\";s:10:\"user_email\";s:29:\"Valentin.Rackley@imgtokyo.com\";}'),(7198,247,'form_id','17'),(7199,247,'timestamp','1567121047'),(7200,247,'request',''),(7201,247,'redirect_to','https://buzz-caribbean.com/register/'),(7202,247,'_wpnonce','ead7ad7c9d'),(7203,247,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(7205,247,'um_user_profile_url_slug_user_login','valentinrackley'),(7207,247,'full_name','valentin rackley'),(7208,247,'account_status','approved'),(7209,248,'nickname','williamsbeuzevil'),(7210,248,'first_name','Williams'),(7211,248,'last_name','Beuzeville'),(7212,248,'description',''),(7213,248,'rich_editing','true'),(7214,248,'syntax_highlighting','true'),(7215,248,'comment_shortcuts','false'),(7216,248,'admin_color','fresh'),(7217,248,'use_ssl','0'),(7218,248,'show_admin_bar_front','true'),(7219,248,'locale',''),(7220,248,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7221,248,'wp_user_level','0'),(7222,248,'_yoast_wpseo_profile_updated','1567142795'),(7223,248,'dismissed_wp_pointers',''),(7224,248,'synced_gravatar_hashed_id','af619b4f988bc41001486d260c1d383c'),(7225,248,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567124783\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ead7ad7c9d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"williamsbeuzevil\";s:10:\"first_name\";s:8:\"Williams\";s:9:\"last_name\";s:10:\"Beuzeville\";s:10:\"user_email\";s:29:\"Williams_Beuzeville@gmail.com\";}'),(7226,248,'form_id','17'),(7227,248,'timestamp','1567124783'),(7228,248,'request',''),(7229,248,'_wpnonce','ead7ad7c9d'),(7230,248,'_wp_http_referer','/register/'),(7232,248,'um_user_profile_url_slug_user_login','williamsbeuzevil'),(7234,248,'full_name','williams beuzeville'),(7235,248,'account_status','approved'),(7236,248,'session_tokens','a:1:{s:64:\"6de7660716509bc47fdb79b657a4f78cac09d1fdf315899cc7e3111f7e158af2\";a:4:{s:10:\"expiration\";i:1582694795;s:2:\"ip\";s:12:\"185.3.134.20\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1567142795;}}'),(7237,248,'_um_last_login','1567124795'),(7238,248,'um_account_secure_fields','a:0:{}'),(7239,249,'nickname','clementswain9'),(7240,249,'first_name','Clement'),(7241,249,'last_name','Swain'),(7242,249,'description',''),(7243,249,'rich_editing','true'),(7244,249,'syntax_highlighting','true'),(7245,249,'comment_shortcuts','false'),(7246,249,'admin_color','fresh'),(7247,249,'use_ssl','0'),(7248,249,'show_admin_bar_front','true'),(7249,249,'locale',''),(7250,249,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7251,249,'wp_user_level','0'),(7252,249,'_yoast_wpseo_profile_updated','1567145661'),(7253,249,'dismissed_wp_pointers',''),(7254,249,'synced_gravatar_hashed_id','90e938380664eb5f4d3af1de05e18ee2'),(7255,249,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567127655\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"ead7ad7c9d\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:13:\"clementswain9\";s:10:\"first_name\";s:7:\"Clement\";s:9:\"last_name\";s:5:\"Swain\";s:10:\"user_email\";s:25:\"Clement-Swain67@gmail.com\";}'),(7256,249,'form_id','17'),(7257,249,'timestamp','1567127655'),(7258,249,'request',''),(7259,249,'redirect_to','https://buzz-caribbean.com/register/'),(7260,249,'_wpnonce','ead7ad7c9d'),(7261,249,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(7263,249,'um_user_profile_url_slug_user_login','clementswain9'),(7265,249,'full_name','clement swain'),(7266,249,'account_status','approved'),(7267,250,'nickname','earlf280339'),(7268,250,'first_name','Earl'),(7269,250,'last_name','Travers'),(7270,250,'description',''),(7271,250,'rich_editing','true'),(7272,250,'syntax_highlighting','true'),(7273,250,'comment_shortcuts','false'),(7274,250,'admin_color','fresh'),(7275,250,'use_ssl','0'),(7276,250,'show_admin_bar_front','true'),(7277,250,'locale',''),(7278,250,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7279,250,'wp_user_level','0'),(7280,250,'_yoast_wpseo_profile_updated','1567151758'),(7281,250,'dismissed_wp_pointers',''),(7282,250,'synced_gravatar_hashed_id','d95222861118fb268f0921ca20fe4e01'),(7283,250,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567133752\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ead7ad7c9d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"earlf280339\";s:10:\"first_name\";s:4:\"Earl\";s:9:\"last_name\";s:7:\"Travers\";s:10:\"user_email\";s:24:\"Earl-Travers13@gmail.com\";}'),(7284,250,'form_id','17'),(7285,250,'timestamp','1567133752'),(7286,250,'request',''),(7287,250,'_wpnonce','ead7ad7c9d'),(7288,250,'_wp_http_referer','/register/'),(7290,250,'um_user_profile_url_slug_user_login','earlf280339'),(7292,250,'full_name','earl travers'),(7293,250,'account_status','approved'),(7294,250,'session_tokens','a:1:{s:64:\"02aba2b49de0a19203a1d88c4fb7dd424149148edd6c3a5928fd447fd4c73d0c\";a:4:{s:10:\"expiration\";i:1582703759;s:2:\"ip\";s:14:\"91.108.176.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1567151759;}}'),(7295,250,'_um_last_login','1567133759'),(7296,250,'um_account_secure_fields','a:0:{}'),(7297,251,'nickname','latricebiggs882'),(7298,251,'first_name','Latrice'),(7299,251,'last_name','Biggs'),(7300,251,'description',''),(7301,251,'rich_editing','true'),(7302,251,'syntax_highlighting','true'),(7303,251,'comment_shortcuts','false'),(7304,251,'admin_color','fresh'),(7305,251,'use_ssl','0'),(7306,251,'show_admin_bar_front','true'),(7307,251,'locale',''),(7308,251,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7309,251,'wp_user_level','0'),(7310,251,'_yoast_wpseo_profile_updated','1567161888'),(7311,251,'dismissed_wp_pointers',''),(7312,251,'synced_gravatar_hashed_id','a87f788c65033afcaf84d301956b148e'),(7313,251,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567143857\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"ead7ad7c9d\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"latricebiggs882\";s:10:\"first_name\";s:7:\"Latrice\";s:9:\"last_name\";s:5:\"Biggs\";s:10:\"user_email\";s:47:\"Latrice_Biggs@giannitti.modernsailorclothes.com\";}'),(7314,251,'form_id','17'),(7315,251,'timestamp','1567143857'),(7316,251,'request',''),(7317,251,'redirect_to','https://buzz-caribbean.com/register/'),(7318,251,'_wpnonce','ead7ad7c9d'),(7319,251,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(7321,251,'um_user_profile_url_slug_user_login','latricebiggs882'),(7323,251,'full_name','latrice biggs'),(7324,251,'account_status','approved'),(7325,252,'nickname','whitneyheavener'),(7326,252,'first_name','Whitney'),(7327,252,'last_name','Heavener'),(7328,252,'description',''),(7329,252,'rich_editing','true'),(7330,252,'syntax_highlighting','true'),(7331,252,'comment_shortcuts','false'),(7332,252,'admin_color','fresh'),(7333,252,'use_ssl','0'),(7334,252,'show_admin_bar_front','true'),(7335,252,'locale',''),(7336,252,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7337,252,'wp_user_level','0'),(7338,252,'_yoast_wpseo_profile_updated','1567163073'),(7339,252,'dismissed_wp_pointers',''),(7340,252,'synced_gravatar_hashed_id','f71faf22945b17c02b5f9f83b6c3bb10'),(7341,252,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567145064\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"ead7ad7c9d\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"whitneyheavener\";s:10:\"first_name\";s:7:\"Whitney\";s:9:\"last_name\";s:8:\"Heavener\";s:10:\"user_email\";s:26:\"Whitney_Heavener@gmail.com\";}'),(7342,252,'form_id','17'),(7343,252,'timestamp','1567145064'),(7344,252,'request',''),(7345,252,'redirect_to','https://buzz-caribbean.com/register/'),(7346,252,'_wpnonce','ead7ad7c9d'),(7347,252,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(7349,252,'um_user_profile_url_slug_user_login','whitneyheavener'),(7351,252,'full_name','whitney heavener'),(7352,252,'account_status','approved'),(7353,253,'nickname','berniece46x'),(7354,253,'first_name','Berniece'),(7355,253,'last_name','Roepke'),(7356,253,'description',''),(7357,253,'rich_editing','true'),(7358,253,'syntax_highlighting','true'),(7359,253,'comment_shortcuts','false'),(7360,253,'admin_color','fresh'),(7361,253,'use_ssl','0'),(7362,253,'show_admin_bar_front','true'),(7363,253,'locale',''),(7364,253,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7365,253,'wp_user_level','0'),(7366,253,'_yoast_wpseo_profile_updated','1567165060'),(7367,253,'dismissed_wp_pointers',''),(7368,253,'synced_gravatar_hashed_id','1503b7bb3ff38ce6fb67fadd684d271e'),(7369,253,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567147049\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"ead7ad7c9d\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:11:\"berniece46x\";s:10:\"first_name\";s:8:\"Berniece\";s:9:\"last_name\";s:6:\"Roepke\";s:10:\"user_email\";s:27:\"Berniece.Roepke23@gmail.com\";}'),(7370,253,'form_id','17'),(7371,253,'timestamp','1567147049'),(7372,253,'request',''),(7373,253,'redirect_to','https://buzz-caribbean.com/register/'),(7374,253,'_wpnonce','ead7ad7c9d'),(7375,253,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(7377,253,'um_user_profile_url_slug_user_login','berniece46x'),(7379,253,'full_name','berniece roepke'),(7380,253,'account_status','approved'),(7381,254,'nickname','shannonsever4'),(7382,254,'first_name','Shannon'),(7383,254,'last_name','Sever'),(7384,254,'description',''),(7385,254,'rich_editing','true'),(7386,254,'syntax_highlighting','true'),(7387,254,'comment_shortcuts','false'),(7388,254,'admin_color','fresh'),(7389,254,'use_ssl','0'),(7390,254,'show_admin_bar_front','true'),(7391,254,'locale',''),(7392,254,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7393,254,'wp_user_level','0'),(7394,254,'_yoast_wpseo_profile_updated','1567171781'),(7395,254,'dismissed_wp_pointers',''),(7396,254,'synced_gravatar_hashed_id','5599394d517721e142bf73d66abd2525'),(7397,254,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567153774\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"f6af51e402\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:13:\"shannonsever4\";s:10:\"first_name\";s:7:\"Shannon\";s:9:\"last_name\";s:5:\"Sever\";s:10:\"user_email\";s:42:\"Shannon_Sever38@newmoon.mytriplocation.com\";}'),(7398,254,'form_id','17'),(7399,254,'timestamp','1567153774'),(7400,254,'request',''),(7401,254,'redirect_to','https://buzz-caribbean.com/register/'),(7402,254,'_wpnonce','f6af51e402'),(7403,254,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(7405,254,'um_user_profile_url_slug_user_login','shannonsever4'),(7407,254,'full_name','shannon sever'),(7408,254,'account_status','approved'),(7409,255,'nickname','chanabenning'),(7410,255,'first_name','Chana'),(7411,255,'last_name','Benning'),(7412,255,'description',''),(7413,255,'rich_editing','true'),(7414,255,'syntax_highlighting','true'),(7415,255,'comment_shortcuts','false'),(7416,255,'admin_color','fresh'),(7417,255,'use_ssl','0'),(7418,255,'show_admin_bar_front','true'),(7419,255,'locale',''),(7420,255,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7421,255,'wp_user_level','0'),(7422,255,'_yoast_wpseo_profile_updated','1567173099'),(7423,255,'dismissed_wp_pointers',''),(7424,255,'synced_gravatar_hashed_id','52877579c5a6f7dacaecd48472436fb9'),(7425,255,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567155092\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"f6af51e402\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"chanabenning\";s:10:\"first_name\";s:5:\"Chana\";s:9:\"last_name\";s:7:\"Benning\";s:10:\"user_email\";s:24:\"Chana.Benning8@gmail.com\";}'),(7426,255,'form_id','17'),(7427,255,'timestamp','1567155092'),(7428,255,'request',''),(7429,255,'_wpnonce','f6af51e402'),(7430,255,'_wp_http_referer','/register/'),(7432,255,'um_user_profile_url_slug_user_login','chanabenning'),(7434,255,'full_name','chana benning'),(7435,255,'account_status','approved'),(7436,255,'session_tokens','a:1:{s:64:\"6cdaae29fc433301ad8d311cff29f7e31cd2e84d5a803c6f280f17c063c5ec04\";a:4:{s:10:\"expiration\";i:1582725099;s:2:\"ip\";s:15:\"107.158.221.149\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1567173099;}}'),(7437,255,'_um_last_login','1567155099'),(7438,255,'um_account_secure_fields','a:0:{}'),(7439,256,'nickname','elissablock73'),(7440,256,'first_name','Elissa'),(7441,256,'last_name','Block'),(7442,256,'description',''),(7443,256,'rich_editing','true'),(7444,256,'syntax_highlighting','true'),(7445,256,'comment_shortcuts','false'),(7446,256,'admin_color','fresh'),(7447,256,'use_ssl','0'),(7448,256,'show_admin_bar_front','true'),(7449,256,'locale',''),(7450,256,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7451,256,'wp_user_level','0'),(7452,256,'_yoast_wpseo_profile_updated','1567173316'),(7453,256,'dismissed_wp_pointers',''),(7454,256,'synced_gravatar_hashed_id','fd6deff1b0fa9b67bb00457fd4b3adb0'),(7455,256,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567155305\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"f6af51e402\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"elissablock73\";s:10:\"first_name\";s:6:\"Elissa\";s:9:\"last_name\";s:5:\"Block\";s:10:\"user_email\";s:23:\"Elissa_Block6@gmail.com\";}'),(7456,256,'form_id','17'),(7457,256,'timestamp','1567155305'),(7458,256,'request',''),(7459,256,'_wpnonce','f6af51e402'),(7460,256,'_wp_http_referer','/register/'),(7462,256,'um_user_profile_url_slug_user_login','elissablock73'),(7464,256,'full_name','elissa block'),(7465,256,'account_status','approved'),(7466,256,'session_tokens','a:1:{s:64:\"ee4a79668538bb33a73956f186c77f0246b225dfc28c5af78146894d337285bb\";a:4:{s:10:\"expiration\";i:1582725317;s:2:\"ip\";s:15:\"165.231.130.129\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1567173317;}}'),(7467,256,'_um_last_login','1567155317'),(7468,256,'um_account_secure_fields','a:0:{}'),(7469,257,'nickname','nqkluigi54'),(7470,257,'first_name','Luigi'),(7471,257,'last_name','Rech'),(7472,257,'description',''),(7473,257,'rich_editing','true'),(7474,257,'syntax_highlighting','true'),(7475,257,'comment_shortcuts','false'),(7476,257,'admin_color','fresh'),(7477,257,'use_ssl','0'),(7478,257,'show_admin_bar_front','true'),(7479,257,'locale',''),(7480,257,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7481,257,'wp_user_level','0'),(7482,257,'_yoast_wpseo_profile_updated','1567182310'),(7483,257,'dismissed_wp_pointers',''),(7484,257,'synced_gravatar_hashed_id','99bccea409e9d7602a381fb96991f025'),(7485,257,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567164299\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"f6af51e402\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:10:\"nqkluigi54\";s:10:\"first_name\";s:5:\"Luigi\";s:9:\"last_name\";s:4:\"Rech\";s:10:\"user_email\";s:41:\"Luigi_Rech@fireshoot.walletonlineshop.com\";}'),(7486,257,'form_id','17'),(7487,257,'timestamp','1567164299'),(7488,257,'request',''),(7489,257,'redirect_to','https://buzz-caribbean.com/register/'),(7490,257,'_wpnonce','f6af51e402'),(7491,257,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(7493,257,'um_user_profile_url_slug_user_login','nqkluigi54'),(7495,257,'full_name','luigi rech'),(7496,257,'account_status','approved'),(7497,258,'nickname','Gabriela Silva'),(7498,258,'first_name','Gabriela'),(7499,258,'last_name','Silva'),(7500,258,'description',''),(7501,258,'rich_editing','true'),(7502,258,'syntax_highlighting','true'),(7503,258,'comment_shortcuts','false'),(7504,258,'admin_color','fresh'),(7505,258,'use_ssl','0'),(7506,258,'show_admin_bar_front','true'),(7507,258,'locale',''),(7508,258,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7509,258,'wp_user_level','0'),(7510,258,'_yoast_wpseo_profile_updated','1567183084'),(7511,258,'dismissed_wp_pointers',''),(7512,258,'synced_gravatar_hashed_id','35411bd6c566b23e9a534cd9dc37f730'),(7513,258,'gender','a:1:{i:0;s:6:\"Female\";}'),(7514,258,'city','recife'),(7515,258,'country','Albania'),(7516,258,'session_tokens','a:9:{s:64:\"a9ee8b21d4cf9d02f29a6ddeddb9fdaa31c095179b00d0fa16a50650a7970664\";a:4:{s:10:\"expiration\";i:1582735084;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:71:\"Dalvik/2.1.0 (Linux; U; Android 9; Redmi Note 7 MIUI/V10.3.5.0.PFGEUXM)\";s:5:\"login\";i:1567183084;}s:64:\"9e1ab24fb51749a370d0f5b3c347256a9b5422964f49b98bdfa3b4c12b5a6844\";a:4:{s:10:\"expiration\";i:1582735637;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:71:\"Dalvik/2.1.0 (Linux; U; Android 9; Redmi Note 7 MIUI/V10.3.5.0.PFGEUXM)\";s:5:\"login\";i:1567183637;}s:64:\"0cb91b68c197fb847928d471f34d64c24c79ac6fa6a35a2f64a238fb08fe6f9f\";a:4:{s:10:\"expiration\";i:1582736140;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:21:\"PostmanRuntime/7.16.3\";s:5:\"login\";i:1567184140;}s:64:\"46004608078caf40303e28c2a623626abd4ae76d073016355d6bab024aca93fe\";a:4:{s:10:\"expiration\";i:1582736516;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567184516;}s:64:\"ad81dd632629cb8aa12595833961151359857a8f8ba19e3ba20b84ae3ee631c6\";a:4:{s:10:\"expiration\";i:1582740062;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:71:\"Dalvik/2.1.0 (Linux; U; Android 9; Redmi Note 7 MIUI/V10.3.5.0.PFGEUXM)\";s:5:\"login\";i:1567188062;}s:64:\"b8965004d508b171eb293377fa47800663713224f0b9cdd879b1e3e5fa9399b3\";a:4:{s:10:\"expiration\";i:1582742840;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:71:\"Dalvik/2.1.0 (Linux; U; Android 9; Redmi Note 7 MIUI/V10.3.5.0.PFGEUXM)\";s:5:\"login\";i:1567190840;}s:64:\"211cfc6d6d0ff2af6a90d2a71167c81d9d6a5f0959f88eb9f81a74c774596d9e\";a:4:{s:10:\"expiration\";i:1582742879;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:71:\"Dalvik/2.1.0 (Linux; U; Android 9; Redmi Note 7 MIUI/V10.3.5.0.PFGEUXM)\";s:5:\"login\";i:1567190879;}s:64:\"ca4b38c367cbb0feeb149b2427852d891895ad704de7e057349f9784a200b968\";a:4:{s:10:\"expiration\";i:1582745205;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:21:\"PostmanRuntime/7.16.3\";s:5:\"login\";i:1567193205;}s:64:\"c3f867d5bb37a23251ac0b6628102b55b094c35301e0ea9f8f0b6c49ec6901ed\";a:4:{s:10:\"expiration\";i:1582745306;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:71:\"Dalvik/2.1.0 (Linux; U; Android 9; Redmi Note 7 MIUI/V10.3.5.0.PFGEUXM)\";s:5:\"login\";i:1567193306;}}'),(7517,258,'_um_last_login','1567175306'),(7518,258,'simplefavorites','a:1:{i:0;a:3:{s:7:\"site_id\";i:1;s:5:\"posts\";a:2:{i:0;s:4:\"5255\";i:1;s:4:\"2566\";}s:6:\"groups\";a:1:{i:0;a:4:{s:8:\"group_id\";i:1;s:7:\"site_id\";i:1;s:10:\"group_name\";s:12:\"Default List\";s:5:\"posts\";a:2:{i:0;s:4:\"5255\";i:1;s:4:\"2566\";}}}}}'),(7519,258,'redeemedoffers','a:1:{i:0;s:4:\"2566\";}'),(7520,258,'um_user_profile_url_slug_user_login','gabibitinho'),(7521,2,'session_tokens','a:14:{s:64:\"21725e3b53bf2480e0bb773e81856698ab6c063e1f33dd579e92b075caa44de9\";a:4:{s:10:\"expiration\";i:1582735959;s:2:\"ip\";s:15:\"191.187.170.205\";s:2:\"ua\";s:60:\"Dalvik/2.1.0 (Linux; U; Android 8.1.0; SM-G610M Build/M1AJQ)\";s:5:\"login\";i:1567183959;}s:64:\"a462131411bbc5a8c74906ae177ccdc19bc324d26d57424854c8325f6099d84e\";a:4:{s:10:\"expiration\";i:1582747828;s:2:\"ip\";s:15:\"191.187.170.205\";s:2:\"ua\";s:60:\"Dalvik/2.1.0 (Linux; U; Android 8.1.0; SM-G610M Build/M1AJQ)\";s:5:\"login\";i:1567195828;}s:64:\"ea38f2996deaf27214f0dc01d878abee9fe349553a682851934e2d121880a4f4\";a:4:{s:10:\"expiration\";i:1582748075;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:71:\"Dalvik/2.1.0 (Linux; U; Android 9; Redmi Note 7 MIUI/V10.3.5.0.PFGEUXM)\";s:5:\"login\";i:1567196075;}s:64:\"37613f7d47948e2237d267982e00a9b62e87116be6b0a73c0937914f8120037f\";a:4:{s:10:\"expiration\";i:1582748540;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:71:\"Dalvik/2.1.0 (Linux; U; Android 9; Redmi Note 7 MIUI/V10.3.5.0.PFGEUXM)\";s:5:\"login\";i:1567196540;}s:64:\"1a542387baca3e6f9ba8c18c20dd0fa9c518ef26fb9dd6631e60554447fe2e50\";a:4:{s:10:\"expiration\";i:1582748637;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:71:\"Dalvik/2.1.0 (Linux; U; Android 9; Redmi Note 7 MIUI/V10.3.5.0.PFGEUXM)\";s:5:\"login\";i:1567196637;}s:64:\"859c0aa2f9fa815e76db2a9161a1ec83569219d0c8704607959e770e6b0542c3\";a:4:{s:10:\"expiration\";i:1582749173;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:71:\"Dalvik/2.1.0 (Linux; U; Android 9; Redmi Note 7 MIUI/V10.3.5.0.PFGEUXM)\";s:5:\"login\";i:1567197173;}s:64:\"ec3d97fd67fc46cc9362f82fa7a969cc9bc6ca9caf14755e069266ee74304374\";a:4:{s:10:\"expiration\";i:1582749286;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:71:\"Dalvik/2.1.0 (Linux; U; Android 9; Redmi Note 7 MIUI/V10.3.5.0.PFGEUXM)\";s:5:\"login\";i:1567197286;}s:64:\"23c25d6c5450ea39a84e78a52a36528783cd5600028f87c0e54412b1f0687562\";a:4:{s:10:\"expiration\";i:1582749894;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:71:\"Dalvik/2.1.0 (Linux; U; Android 9; Redmi Note 7 MIUI/V10.3.5.0.PFGEUXM)\";s:5:\"login\";i:1567197894;}s:64:\"26a776fa4727201148e2ec163bd838455510d895aff50e5ba73e0f1bcc9068a7\";a:4:{s:10:\"expiration\";i:1582749926;s:2:\"ip\";s:15:\"191.187.170.205\";s:2:\"ua\";s:60:\"Dalvik/2.1.0 (Linux; U; Android 8.1.0; SM-G610M Build/M1AJQ)\";s:5:\"login\";i:1567197926;}s:64:\"ab554a39b7b1bd628f58026c0ce438b67aeb6c2a0ab0603405badbbe7ed8ad75\";a:4:{s:10:\"expiration\";i:1582749978;s:2:\"ip\";s:15:\"191.187.170.205\";s:2:\"ua\";s:60:\"Dalvik/2.1.0 (Linux; U; Android 8.1.0; SM-G610M Build/M1AJQ)\";s:5:\"login\";i:1567197978;}s:64:\"acab5e62f30c8d918f2ed41387b548b5e448dd3b4487708009fff5cc9f6a9262\";a:4:{s:10:\"expiration\";i:1583789419;s:2:\"ip\";s:15:\"191.187.170.205\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1568237419;}s:64:\"7ce940c264703ffc10c065758e95eb0c5526e5f606ed211b07354c5c6a7f6199\";a:4:{s:10:\"expiration\";i:1583789479;s:2:\"ip\";s:11:\"187.1.163.3\";s:2:\"ua\";s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0\";s:5:\"login\";i:1568237479;}s:64:\"68058a07a50561f75e88785dc3219569ece6ba1b5dfc4d2f96ca984b18252479\";a:4:{s:10:\"expiration\";i:1583962806;s:2:\"ip\";s:15:\"191.187.170.205\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.75 Safari/537.36\";s:5:\"login\";i:1568410806;}s:64:\"afe46b0142ca8176aefb50bd6be3da43c10a363f54f727dd23a7a39ddcd451eb\";a:4:{s:10:\"expiration\";i:1593259002;s:2:\"ip\";s:13:\"189.14.150.96\";s:2:\"ua\";s:60:\"Dalvik/2.1.0 (Linux; U; Android 8.1.0; SM-G610M Build/M1AJQ)\";s:5:\"login\";i:1577707002;}}'),(7522,258,'um_account_secure_fields','a:0:{}'),(7523,13,'closedpostboxes_offer','a:0:{}'),(7524,13,'metaboxhidden_offer','a:0:{}'),(7525,259,'nickname','Andre Ponce'),(7526,259,'first_name','Andre'),(7527,259,'last_name','Ponce'),(7528,259,'description',''),(7529,259,'rich_editing','true'),(7530,259,'syntax_highlighting','true'),(7531,259,'comment_shortcuts','false'),(7532,259,'admin_color','fresh'),(7533,259,'use_ssl','0'),(7534,259,'show_admin_bar_front','true'),(7535,259,'locale',''),(7536,259,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7537,259,'wp_user_level','0'),(7538,259,'_yoast_wpseo_profile_updated','1567192655'),(7539,259,'dismissed_wp_pointers',''),(7540,259,'synced_gravatar_hashed_id','61a032df37f905004f2d81768c73fca4'),(7541,259,'gender','a:1:{i:0;s:0:\"\";}'),(7542,259,'city','hshsh'),(7543,259,'country','Azerbaijan'),(7544,259,'session_tokens','a:2:{s:64:\"598056b40db736b82ecba00485cb6c40abd96e7d3e099a94fff085b3f590daf4\";a:4:{s:10:\"expiration\";i:1582744655;s:2:\"ip\";s:14:\"187.105.103.75\";s:2:\"ua\";s:74:\"Dalvik/2.1.0 (Linux; U; Android 9; moto g(7) power Build/PPOS29.114-134-2)\";s:5:\"login\";i:1567192655;}s:64:\"04ba144ec19c94bc2f47b0c506792eb4e8fa716f6bf3402e7fb74c2afe27c84d\";a:4:{s:10:\"expiration\";i:1582747515;s:2:\"ip\";s:14:\"187.105.103.75\";s:2:\"ua\";s:74:\"Dalvik/2.1.0 (Linux; U; Android 9; moto g(7) power Build/PPOS29.114-134-2)\";s:5:\"login\";i:1567195515;}}'),(7545,259,'_um_last_login','1567177515'),(7546,259,'um_user_profile_url_slug_user_login','poncedeleon'),(7547,260,'nickname','Gabriela Silva'),(7548,260,'first_name','Gabriela'),(7549,260,'last_name','Silva'),(7550,260,'description',''),(7551,260,'rich_editing','true'),(7552,260,'syntax_highlighting','true'),(7553,260,'comment_shortcuts','false'),(7554,260,'admin_color','fresh'),(7555,260,'use_ssl','0'),(7556,260,'show_admin_bar_front','true'),(7557,260,'locale',''),(7558,260,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(7559,260,'wp_user_level','0'),(7560,260,'_yoast_wpseo_profile_updated','1567193797'),(7561,260,'dismissed_wp_pointers',''),(7562,260,'synced_gravatar_hashed_id','405cc717bb4268e0d783342c3348bbbd'),(7563,260,'gender','a:1:{i:0;s:6:\"Female\";}'),(7564,260,'city','hshs'),(7565,260,'country','Antigua and Barbuda'),(7566,260,'session_tokens','a:24:{s:64:\"46908b5e5aa808be13616ac12338d13ed4eff2c5ac7f2079fb0e22eef5637763\";a:4:{s:10:\"expiration\";i:1582745797;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:71:\"Dalvik/2.1.0 (Linux; U; Android 9; Redmi Note 7 MIUI/V10.3.5.0.PFGEUXM)\";s:5:\"login\";i:1567193797;}s:64:\"7c17954e2c7dbc4dff10f56bb877da4bd9d7112f21b2a9d201b1d0017b6e3da9\";a:4:{s:10:\"expiration\";i:1582747414;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:71:\"Dalvik/2.1.0 (Linux; U; Android 9; Redmi Note 7 MIUI/V10.3.5.0.PFGEUXM)\";s:5:\"login\";i:1567195414;}s:64:\"6f6cb45d514df51347afe64e244e1bb99104638f0ace3ef3a0590fa031df94ee\";a:4:{s:10:\"expiration\";i:1570887257;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:21:\"PostmanRuntime/7.17.1\";s:5:\"login\";i:1569677657;}s:64:\"d260d9e07c66da14a481220744e0ea9949ae5bfac64ce799b7ea6c257011d0ec\";a:4:{s:10:\"expiration\";i:1571072488;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:21:\"PostmanRuntime/7.17.1\";s:5:\"login\";i:1569862888;}s:64:\"e27ad683c3321e7c579bc990871a6117e7ecaf03bd3bf8055a31b0162fc8389f\";a:4:{s:10:\"expiration\";i:1571078595;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:21:\"PostmanRuntime/7.17.1\";s:5:\"login\";i:1569868995;}s:64:\"d90f73f36d84e1605ed85fe4108b06d7757d977daa7d9ed2807c115831f02543\";a:4:{s:10:\"expiration\";i:1571080962;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:21:\"PostmanRuntime/7.17.1\";s:5:\"login\";i:1569871362;}s:64:\"bb63d2cf8a72c43f58d69e78077187fd1cb1e1f0a4e691367bc645887305d404\";a:4:{s:10:\"expiration\";i:1571084327;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:21:\"PostmanRuntime/7.17.1\";s:5:\"login\";i:1569874727;}s:64:\"e95df8ed1f32a481efea936b0ef469053ebf43aa1ac3c4b52e1958f6b1ae4820\";a:4:{s:10:\"expiration\";i:1571084442;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:21:\"PostmanRuntime/7.17.1\";s:5:\"login\";i:1569874842;}s:64:\"2b289eee56d48417f3082cf3a577db0a04ff56c8cfa5df11e0d01a9ad52dc899\";a:4:{s:10:\"expiration\";i:1571084458;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:21:\"PostmanRuntime/7.17.1\";s:5:\"login\";i:1569874858;}s:64:\"338f72bc299762606d627dc2fda5a2ee2a7ac4d34f562feea13de3f473838856\";a:4:{s:10:\"expiration\";i:1571084548;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:21:\"PostmanRuntime/7.17.1\";s:5:\"login\";i:1569874948;}s:64:\"b37bf522b5ee9386fc1e0f59d228c1b13b1b39cf53caeaf2c7cd33c0b4231613\";a:4:{s:10:\"expiration\";i:1571084566;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:21:\"PostmanRuntime/7.17.1\";s:5:\"login\";i:1569874966;}s:64:\"bd7844142477a4aa38f3711ec8104c4ec2120ddf2ae768b89a4ad82770a42250\";a:4:{s:10:\"expiration\";i:1571084660;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:21:\"PostmanRuntime/7.17.1\";s:5:\"login\";i:1569875060;}s:64:\"116e597bba354c625e5cad3cba031a1dc0beb00fd5c2a015c63d676ab3fab5fe\";a:4:{s:10:\"expiration\";i:1571084671;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:21:\"PostmanRuntime/7.17.1\";s:5:\"login\";i:1569875071;}s:64:\"a21b2fc6e3124d188b1b27409a3be8c92bb413c1c3efd768a277ea2f51e86e3e\";a:4:{s:10:\"expiration\";i:1571084797;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:21:\"PostmanRuntime/7.17.1\";s:5:\"login\";i:1569875197;}s:64:\"9eceb19c82426ac18b53dd2c87e18280b7bc4700be533dfddfe62d31dede4ae9\";a:4:{s:10:\"expiration\";i:1571084882;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:21:\"PostmanRuntime/7.17.1\";s:5:\"login\";i:1569875282;}s:64:\"861513aa533bdc6020439f7a152bbbcdcc0bba743e3687b0a06b184ea82f383b\";a:4:{s:10:\"expiration\";i:1571084883;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:21:\"PostmanRuntime/7.17.1\";s:5:\"login\";i:1569875283;}s:64:\"67107a5f1b4177f5ea40ad2b0800598a4b964cd43cbf79331e9ea8b44bdbfc1c\";a:4:{s:10:\"expiration\";i:1571084885;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:21:\"PostmanRuntime/7.17.1\";s:5:\"login\";i:1569875285;}s:64:\"c7380ee818655a3f5079e1f482f80192fbd4e46801ee3bb9f075672c6a59aa54\";a:4:{s:10:\"expiration\";i:1571084887;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:21:\"PostmanRuntime/7.17.1\";s:5:\"login\";i:1569875287;}s:64:\"74b288df38546e629a00ae30dfae4d2caa2a7a43fe1adfdf5cc2358f796e0406\";a:4:{s:10:\"expiration\";i:1571084899;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:21:\"PostmanRuntime/7.17.1\";s:5:\"login\";i:1569875299;}s:64:\"85fe97dcbb0384cf804a6b9fa39d74ec682ca61b63251d1577ba92ff1cd141ae\";a:4:{s:10:\"expiration\";i:1571864511;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:21:\"PostmanRuntime/7.17.1\";s:5:\"login\";i:1570654911;}s:64:\"c991edd9ffb4ee8b7e2c284eb8b8b15a7420c6c6d6faa8ee0cfe0a7dc9dc48ff\";a:4:{s:10:\"expiration\";i:1571865642;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:21:\"PostmanRuntime/7.17.1\";s:5:\"login\";i:1570656042;}s:64:\"14ba6f8ed6e42e390ced5237f78892da736528b3e99aaf568c804fd7f77c02b9\";a:4:{s:10:\"expiration\";i:1571865650;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:21:\"PostmanRuntime/7.17.1\";s:5:\"login\";i:1570656050;}s:64:\"17f12ae6e6fb7b4c12e604c46a3f05ca166cd45655bc6baf18af364013021d18\";a:4:{s:10:\"expiration\";i:1571865734;s:2:\"ip\";s:15:\"186.223.136.129\";s:2:\"ua\";s:21:\"PostmanRuntime/7.17.1\";s:5:\"login\";i:1570656134;}s:64:\"e6185794dab0252c9d5f3c53249dc741d04339b4bf374a98282cb00b81c2cd7b\";a:4:{s:10:\"expiration\";i:1571921673;s:2:\"ip\";s:15:\"177.159.208.148\";s:2:\"ua\";s:21:\"PostmanRuntime/7.17.1\";s:5:\"login\";i:1570712073;}}'),(7567,260,'_um_last_login','1570694073'),(7568,260,'um_user_profile_url_slug_user_login','gabi.angeiras'),(7569,259,'simplefavorites','a:1:{i:0;a:3:{s:7:\"site_id\";i:1;s:5:\"posts\";a:2:{i:0;s:4:\"5662\";i:1;s:4:\"6623\";}s:6:\"groups\";a:1:{i:0;a:4:{s:8:\"group_id\";i:1;s:7:\"site_id\";i:1;s:10:\"group_name\";s:12:\"Default List\";s:5:\"posts\";a:2:{i:0;s:4:\"5662\";i:1;s:4:\"6623\";}}}}}'),(7570,2,'gender','a:1:{i:0;s:4:\"Male\";}'),(7571,2,'city','gahshs'),(7572,2,'country','Bolivia'),(7573,261,'nickname','dannymartz6619'),(7574,261,'first_name','Danny'),(7575,261,'last_name','Martz'),(7576,261,'description',''),(7577,261,'rich_editing','true'),(7578,261,'syntax_highlighting','true'),(7579,261,'comment_shortcuts','false'),(7580,261,'admin_color','fresh'),(7581,261,'use_ssl','0'),(7582,261,'show_admin_bar_front','true'),(7583,261,'locale',''),(7584,261,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7585,261,'wp_user_level','0'),(7586,261,'_yoast_wpseo_profile_updated','1567242520'),(7587,261,'dismissed_wp_pointers',''),(7588,261,'synced_gravatar_hashed_id','6de391915f0ddb28973a00b63e1a3632'),(7589,261,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567224512\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"a49b551978\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"dannymartz6619\";s:10:\"first_name\";s:5:\"Danny\";s:9:\"last_name\";s:5:\"Martz\";s:10:\"user_email\";s:19:\"pereacoejpy@aol.com\";}'),(7590,261,'form_id','17'),(7591,261,'timestamp','1567224512'),(7592,261,'request',''),(7593,261,'redirect_to','https://buzz-caribbean.com/register/'),(7594,261,'_wpnonce','a49b551978'),(7595,261,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(7597,261,'um_user_profile_url_slug_user_login','dannymartz6619'),(7599,261,'full_name','danny martz'),(7600,261,'account_status','approved'),(7601,262,'nickname','carmeloyee73'),(7602,262,'first_name','Carmelo'),(7603,262,'last_name','Yee'),(7604,262,'description',''),(7605,262,'rich_editing','true'),(7606,262,'syntax_highlighting','true'),(7607,262,'comment_shortcuts','false'),(7608,262,'admin_color','fresh'),(7609,262,'use_ssl','0'),(7610,262,'show_admin_bar_front','true'),(7611,262,'locale',''),(7612,262,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7613,262,'wp_user_level','0'),(7614,262,'_yoast_wpseo_profile_updated','1567244970'),(7615,262,'dismissed_wp_pointers',''),(7616,262,'synced_gravatar_hashed_id','ceec54cc95ca5d620b59c1f46c49fdf9'),(7617,262,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567226963\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"a49b551978\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:12:\"carmeloyee73\";s:10:\"first_name\";s:7:\"Carmelo\";s:9:\"last_name\";s:3:\"Yee\";s:10:\"user_email\";s:23:\"Carmelo_Yee24@gmail.com\";}'),(7618,262,'form_id','17'),(7619,262,'timestamp','1567226963'),(7620,262,'request',''),(7621,262,'redirect_to','https://buzz-caribbean.com/register/'),(7622,262,'_wpnonce','a49b551978'),(7623,262,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(7625,262,'um_user_profile_url_slug_user_login','carmeloyee73'),(7627,262,'full_name','carmelo yee'),(7628,262,'account_status','approved'),(7629,263,'nickname','maryannebradway'),(7630,263,'first_name','Maryanne'),(7631,263,'last_name','Bradway'),(7632,263,'description',''),(7633,263,'rich_editing','true'),(7634,263,'syntax_highlighting','true'),(7635,263,'comment_shortcuts','false'),(7636,263,'admin_color','fresh'),(7637,263,'use_ssl','0'),(7638,263,'show_admin_bar_front','true'),(7639,263,'locale',''),(7640,263,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7641,263,'wp_user_level','0'),(7642,263,'_yoast_wpseo_profile_updated','1567253357'),(7643,263,'dismissed_wp_pointers',''),(7644,263,'synced_gravatar_hashed_id','1a9b1ec914c5b290d5daf1267bc5b63f'),(7645,263,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567235315\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"8a3f2e9a24\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"maryannebradway\";s:10:\"first_name\";s:8:\"Maryanne\";s:9:\"last_name\";s:7:\"Bradway\";s:10:\"user_email\";s:35:\"Maryanne-Bradway@wibawa.belipbn.com\";}'),(7646,263,'form_id','17'),(7647,263,'timestamp','1567235315'),(7648,263,'request',''),(7649,263,'redirect_to','https://buzz-caribbean.com/register/'),(7650,263,'_wpnonce','8a3f2e9a24'),(7651,263,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(7653,263,'um_user_profile_url_slug_user_login','maryannebradway'),(7655,263,'full_name','maryanne bradway'),(7656,263,'account_status','approved'),(7657,264,'nickname','nildasalcedo0'),(7658,264,'first_name','Nilda'),(7659,264,'last_name','Salcedo'),(7660,264,'description',''),(7661,264,'rich_editing','true'),(7662,264,'syntax_highlighting','true'),(7663,264,'comment_shortcuts','false'),(7664,264,'admin_color','fresh'),(7665,264,'use_ssl','0'),(7666,264,'show_admin_bar_front','true'),(7667,264,'locale',''),(7668,264,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7669,264,'wp_user_level','0'),(7670,264,'_yoast_wpseo_profile_updated','1567278722'),(7671,264,'dismissed_wp_pointers',''),(7672,264,'synced_gravatar_hashed_id','e82b7ebf7ac82560a76e6b907e554560'),(7673,264,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567260713\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"8a3f2e9a24\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:13:\"nildasalcedo0\";s:10:\"first_name\";s:5:\"Nilda\";s:9:\"last_name\";s:7:\"Salcedo\";s:10:\"user_email\";s:22:\"coulsonadxgtpt@aol.com\";}'),(7674,264,'form_id','17'),(7675,264,'timestamp','1567260713'),(7676,264,'request',''),(7677,264,'redirect_to','https://buzz-caribbean.com/register/'),(7678,264,'_wpnonce','8a3f2e9a24'),(7679,264,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(7681,264,'um_user_profile_url_slug_user_login','nildasalcedo0'),(7683,264,'full_name','nilda salcedo'),(7684,264,'account_status','approved'),(7685,265,'nickname','ronnyskillern6'),(7686,265,'first_name','Ronny'),(7687,265,'last_name','Skillern'),(7688,265,'description',''),(7689,265,'rich_editing','true'),(7690,265,'syntax_highlighting','true'),(7691,265,'comment_shortcuts','false'),(7692,265,'admin_color','fresh'),(7693,265,'use_ssl','0'),(7694,265,'show_admin_bar_front','true'),(7695,265,'locale',''),(7696,265,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7697,265,'wp_user_level','0'),(7698,265,'_yoast_wpseo_profile_updated','1567285061'),(7699,265,'dismissed_wp_pointers',''),(7700,265,'synced_gravatar_hashed_id','06fa3cd3bb50a29bb0582bdd7576be78'),(7701,265,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567267055\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"8a3f2e9a24\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"ronnyskillern6\";s:10:\"first_name\";s:5:\"Ronny\";s:9:\"last_name\";s:8:\"Skillern\";s:10:\"user_email\";s:21:\"vandeheyszizs@aol.com\";}'),(7702,265,'form_id','17'),(7703,265,'timestamp','1567267055'),(7704,265,'request',''),(7705,265,'redirect_to','https://buzz-caribbean.com/register/'),(7706,265,'_wpnonce','8a3f2e9a24'),(7707,265,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(7709,265,'um_user_profile_url_slug_user_login','ronnyskillern6'),(7711,265,'full_name','ronny skillern'),(7712,265,'account_status','approved'),(7713,266,'nickname','rileymedders637'),(7714,266,'first_name','Riley'),(7715,266,'last_name','Medders'),(7716,266,'description',''),(7717,266,'rich_editing','true'),(7718,266,'syntax_highlighting','true'),(7719,266,'comment_shortcuts','false'),(7720,266,'admin_color','fresh'),(7721,266,'use_ssl','0'),(7722,266,'show_admin_bar_front','true'),(7723,266,'locale',''),(7724,266,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7725,266,'wp_user_level','0'),(7726,266,'_yoast_wpseo_profile_updated','1567285080'),(7727,266,'dismissed_wp_pointers',''),(7728,266,'synced_gravatar_hashed_id','fa6427ebd128bb722f1150f4520413c4'),(7729,266,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567267070\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"8a3f2e9a24\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"rileymedders637\";s:10:\"first_name\";s:5:\"Riley\";s:9:\"last_name\";s:7:\"Medders\";s:10:\"user_email\";s:23:\"Riley.Medders@gmail.com\";}'),(7730,266,'form_id','17'),(7731,266,'timestamp','1567267070'),(7732,266,'request',''),(7733,266,'_wpnonce','8a3f2e9a24'),(7734,266,'_wp_http_referer','/register/'),(7736,266,'um_user_profile_url_slug_user_login','rileymedders637'),(7738,266,'full_name','riley medders'),(7739,266,'account_status','approved'),(7740,266,'session_tokens','a:1:{s:64:\"71de0c083413e3340f7b80b4fd6091ce54930a05f08842e4619bd6bf160bd3de\";a:4:{s:10:\"expiration\";i:1582837081;s:2:\"ip\";s:15:\"144.168.201.141\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1567285081;}}'),(7741,266,'_um_last_login','1567267081'),(7742,266,'um_account_secure_fields','a:0:{}'),(7743,267,'nickname','phillipgovernor'),(7744,267,'first_name','Phillip'),(7745,267,'last_name','Governor'),(7746,267,'description',''),(7747,267,'rich_editing','true'),(7748,267,'syntax_highlighting','true'),(7749,267,'comment_shortcuts','false'),(7750,267,'admin_color','fresh'),(7751,267,'use_ssl','0'),(7752,267,'show_admin_bar_front','true'),(7753,267,'locale',''),(7754,267,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7755,267,'wp_user_level','0'),(7756,267,'_yoast_wpseo_profile_updated','1567294175'),(7757,267,'dismissed_wp_pointers',''),(7758,267,'synced_gravatar_hashed_id','5cb5907de7b3198557714d29b8cbb6cb'),(7759,267,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567276166\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"8a3f2e9a24\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"phillipgovernor\";s:10:\"first_name\";s:7:\"Phillip\";s:9:\"last_name\";s:8:\"Governor\";s:10:\"user_email\";s:16:\"digotals@aol.com\";}'),(7760,267,'form_id','17'),(7761,267,'timestamp','1567276166'),(7762,267,'request',''),(7763,267,'redirect_to','https://buzz-caribbean.com/register/'),(7764,267,'_wpnonce','8a3f2e9a24'),(7765,267,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(7767,267,'um_user_profile_url_slug_user_login','phillipgovernor'),(7769,267,'full_name','phillip governor'),(7770,267,'account_status','approved'),(7771,268,'nickname','jennieplunkett'),(7772,268,'first_name','Jennie'),(7773,268,'last_name','Plunkett'),(7774,268,'description',''),(7775,268,'rich_editing','true'),(7776,268,'syntax_highlighting','true'),(7777,268,'comment_shortcuts','false'),(7778,268,'admin_color','fresh'),(7779,268,'use_ssl','0'),(7780,268,'show_admin_bar_front','true'),(7781,268,'locale',''),(7782,268,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7783,268,'wp_user_level','0'),(7784,268,'_yoast_wpseo_profile_updated','1567307630'),(7785,268,'dismissed_wp_pointers',''),(7786,268,'synced_gravatar_hashed_id','74cb7087d5e21105af2d55b3e782a354'),(7787,268,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567289604\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"03dc950408\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"jennieplunkett\";s:10:\"first_name\";s:6:\"Jennie\";s:9:\"last_name\";s:8:\"Plunkett\";s:10:\"user_email\";s:44:\"Jennie_Plunkett@ori73.freeinvestoradvice.com\";}'),(7788,268,'form_id','17'),(7789,268,'timestamp','1567289604'),(7790,268,'request',''),(7791,268,'redirect_to','https://buzz-caribbean.com/register/'),(7792,268,'_wpnonce','03dc950408'),(7793,268,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(7795,268,'um_user_profile_url_slug_user_login','jennieplunkett'),(7797,268,'full_name','jennie plunkett'),(7798,268,'account_status','approved'),(7799,269,'nickname','sherylhemmant6'),(7800,269,'first_name','Sheryl'),(7801,269,'last_name','Hemmant'),(7802,269,'description',''),(7803,269,'rich_editing','true'),(7804,269,'syntax_highlighting','true'),(7805,269,'comment_shortcuts','false'),(7806,269,'admin_color','fresh'),(7807,269,'use_ssl','0'),(7808,269,'show_admin_bar_front','true'),(7809,269,'locale',''),(7810,269,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7811,269,'wp_user_level','0'),(7812,269,'_yoast_wpseo_profile_updated','1567311109'),(7813,269,'dismissed_wp_pointers',''),(7814,269,'synced_gravatar_hashed_id','7b20fa4ebd1396c883c07b6a645aaac2'),(7815,269,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567293102\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"03dc950408\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"sherylhemmant6\";s:10:\"first_name\";s:6:\"Sheryl\";s:9:\"last_name\";s:7:\"Hemmant\";s:10:\"user_email\";s:41:\"Sheryl_Hemmant@newmoon.mytriplocation.com\";}'),(7816,269,'form_id','17'),(7817,269,'timestamp','1567293102'),(7818,269,'request',''),(7819,269,'redirect_to','https://buzz-caribbean.com/register/'),(7820,269,'_wpnonce','03dc950408'),(7821,269,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(7823,269,'um_user_profile_url_slug_user_login','sherylhemmant6'),(7825,269,'full_name','sheryl hemmant'),(7826,269,'account_status','approved'),(7827,270,'nickname','jordan8061'),(7828,270,'first_name','Jordan'),(7829,270,'last_name','Bodenwieser'),(7830,270,'description',''),(7831,270,'rich_editing','true'),(7832,270,'syntax_highlighting','true'),(7833,270,'comment_shortcuts','false'),(7834,270,'admin_color','fresh'),(7835,270,'use_ssl','0'),(7836,270,'show_admin_bar_front','true'),(7837,270,'locale',''),(7838,270,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7839,270,'wp_user_level','0'),(7840,270,'_yoast_wpseo_profile_updated','1567319100'),(7841,270,'dismissed_wp_pointers',''),(7842,270,'synced_gravatar_hashed_id','05aa6d52f7e2a47fe5034a5324a6ba5a'),(7843,270,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567301078\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"03dc950408\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:10:\"jordan8061\";s:10:\"first_name\";s:6:\"Jordan\";s:9:\"last_name\";s:11:\"Bodenwieser\";s:10:\"user_email\";s:52:\"Jordan_Bodenwieser57@coan.antiquerestorationwork.com\";}'),(7844,270,'form_id','17'),(7845,270,'timestamp','1567301078'),(7846,270,'request',''),(7847,270,'redirect_to','https://buzz-caribbean.com/register/'),(7848,270,'_wpnonce','03dc950408'),(7849,270,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(7851,270,'um_user_profile_url_slug_user_login','jordan8061'),(7853,270,'full_name','jordan bodenwieser'),(7854,270,'account_status','approved'),(7855,271,'nickname','anguswhitely627'),(7856,271,'first_name','Angus'),(7857,271,'last_name','Whitely'),(7858,271,'description',''),(7859,271,'rich_editing','true'),(7860,271,'syntax_highlighting','true'),(7861,271,'comment_shortcuts','false'),(7862,271,'admin_color','fresh'),(7863,271,'use_ssl','0'),(7864,271,'show_admin_bar_front','true'),(7865,271,'locale',''),(7866,271,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7867,271,'wp_user_level','0'),(7868,271,'_yoast_wpseo_profile_updated','1567416280'),(7869,271,'dismissed_wp_pointers',''),(7870,271,'synced_gravatar_hashed_id','b3cdb79e7a1e1d133912e9e08a66efd3'),(7871,271,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567398274\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"fa92119fd3\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"anguswhitely627\";s:10:\"first_name\";s:5:\"Angus\";s:9:\"last_name\";s:7:\"Whitely\";s:10:\"user_email\";s:32:\"Angus-Whitely@wibawa.belipbn.com\";}'),(7872,271,'form_id','17'),(7873,271,'timestamp','1567398274'),(7874,271,'request',''),(7875,271,'redirect_to','https://buzz-caribbean.com/register/'),(7876,271,'_wpnonce','fa92119fd3'),(7877,271,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(7879,271,'um_user_profile_url_slug_user_login','anguswhitely627'),(7881,271,'full_name','angus whitely'),(7882,271,'account_status','approved'),(7883,272,'nickname','harveycashin'),(7884,272,'first_name','Harvey'),(7885,272,'last_name','Cashin'),(7886,272,'description',''),(7887,272,'rich_editing','true'),(7888,272,'syntax_highlighting','true'),(7889,272,'comment_shortcuts','false'),(7890,272,'admin_color','fresh'),(7891,272,'use_ssl','0'),(7892,272,'show_admin_bar_front','true'),(7893,272,'locale',''),(7894,272,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7895,272,'wp_user_level','0'),(7896,272,'_yoast_wpseo_profile_updated','1567426201'),(7897,272,'dismissed_wp_pointers',''),(7898,272,'synced_gravatar_hashed_id','ea0de98b2c286d309bd1592d0d222596'),(7899,272,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567408190\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"cdcd0dbd19\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:12:\"harveycashin\";s:10:\"first_name\";s:6:\"Harvey\";s:9:\"last_name\";s:6:\"Cashin\";s:10:\"user_email\";s:28:\"marceloclaribel@bandsoap.com\";}'),(7900,272,'form_id','17'),(7901,272,'timestamp','1567408190'),(7902,272,'request',''),(7903,272,'redirect_to','https://buzz-caribbean.com/register/'),(7904,272,'_wpnonce','cdcd0dbd19'),(7905,272,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(7907,272,'um_user_profile_url_slug_user_login','harveycashin'),(7909,272,'full_name','harvey cashin'),(7910,272,'account_status','approved'),(7911,12,'closedpostboxes_offer','a:1:{i:0;s:15:\"smpush-meta-box\";}'),(7912,12,'metaboxhidden_offer','a:0:{}'),(7913,13,'redeemedoffers','a:1:{i:0;i:2566;}'),(7914,1,'closedpostboxes_dashboard','a:1:{i:0;s:24:\"wpseo-dashboard-overview\";}'),(7915,1,'metaboxhidden_dashboard','a:0:{}'),(7916,273,'nickname','arlenemarkham'),(7917,273,'first_name','Arlene'),(7918,273,'last_name','Markham'),(7919,273,'description',''),(7920,273,'rich_editing','true'),(7921,273,'syntax_highlighting','true'),(7922,273,'comment_shortcuts','false'),(7923,273,'admin_color','fresh'),(7924,273,'use_ssl','0'),(7925,273,'show_admin_bar_front','true'),(7926,273,'locale',''),(7927,273,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7928,273,'wp_user_level','0'),(7929,273,'_yoast_wpseo_profile_updated','1567459065'),(7930,273,'dismissed_wp_pointers',''),(7931,273,'synced_gravatar_hashed_id','4144fc4e63b2789299ec286da22f4a42'),(7932,273,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567441054\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"cdcd0dbd19\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:13:\"arlenemarkham\";s:10:\"first_name\";s:6:\"Arlene\";s:9:\"last_name\";s:7:\"Markham\";s:10:\"user_email\";s:26:\"Arlene_Markham84@gmail.com\";}'),(7933,273,'form_id','17'),(7934,273,'timestamp','1567441054'),(7935,273,'request',''),(7936,273,'redirect_to','https://buzz-caribbean.com/register/'),(7937,273,'_wpnonce','cdcd0dbd19'),(7938,273,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(7940,273,'um_user_profile_url_slug_user_login','arlenemarkham'),(7942,273,'full_name','arlene markham'),(7943,273,'account_status','approved'),(7944,274,'nickname','byronknoll75879'),(7945,274,'first_name','Byron'),(7946,274,'last_name','Knoll'),(7947,274,'description',''),(7948,274,'rich_editing','true'),(7949,274,'syntax_highlighting','true'),(7950,274,'comment_shortcuts','false'),(7951,274,'admin_color','fresh'),(7952,274,'use_ssl','0'),(7953,274,'show_admin_bar_front','true'),(7954,274,'locale',''),(7955,274,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7956,274,'wp_user_level','0'),(7957,274,'_yoast_wpseo_profile_updated','1567502655'),(7958,274,'dismissed_wp_pointers',''),(7959,274,'synced_gravatar_hashed_id','e30d404453b66a274007325808728126'),(7960,274,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567484649\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"e2a4e0a70f\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"byronknoll75879\";s:10:\"first_name\";s:5:\"Byron\";s:9:\"last_name\";s:5:\"Knoll\";s:10:\"user_email\";s:44:\"Byron-Knoll29@fireshoot.walletonlineshop.com\";}'),(7961,274,'form_id','17'),(7962,274,'timestamp','1567484649'),(7963,274,'request',''),(7964,274,'redirect_to','https://buzz-caribbean.com/register/'),(7965,274,'_wpnonce','e2a4e0a70f'),(7966,274,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(7968,274,'um_user_profile_url_slug_user_login','byronknoll75879'),(7970,274,'full_name','byron knoll'),(7971,274,'account_status','approved'),(7972,275,'nickname','leighengel590'),(7973,275,'first_name','Leigh'),(7974,275,'last_name','Engel'),(7975,275,'description',''),(7976,275,'rich_editing','true'),(7977,275,'syntax_highlighting','true'),(7978,275,'comment_shortcuts','false'),(7979,275,'admin_color','fresh'),(7980,275,'use_ssl','0'),(7981,275,'show_admin_bar_front','true'),(7982,275,'locale',''),(7983,275,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7984,275,'wp_user_level','0'),(7985,275,'_yoast_wpseo_profile_updated','1567507712'),(7986,275,'dismissed_wp_pointers',''),(7987,275,'synced_gravatar_hashed_id','2b105a005f63dfd6de0630990cae8e16'),(7988,275,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567489701\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"e2a4e0a70f\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:13:\"leighengel590\";s:10:\"first_name\";s:5:\"Leigh\";s:9:\"last_name\";s:5:\"Engel\";s:10:\"user_email\";s:40:\"Leigh-Engel67@newmoon.mytriplocation.com\";}'),(7989,275,'form_id','17'),(7990,275,'timestamp','1567489701'),(7991,275,'request',''),(7992,275,'redirect_to','https://buzz-caribbean.com/register/'),(7993,275,'_wpnonce','e2a4e0a70f'),(7994,275,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(7996,275,'um_user_profile_url_slug_user_login','leighengel590'),(7998,275,'full_name','leigh engel'),(7999,275,'account_status','approved'),(8000,276,'nickname','gmatalon'),(8001,276,'first_name','Gary'),(8002,276,'last_name','Matalon'),(8003,276,'description',''),(8004,276,'rich_editing','true'),(8005,276,'syntax_highlighting','true'),(8006,276,'comment_shortcuts','false'),(8007,276,'admin_color','fresh'),(8008,276,'use_ssl','0'),(8009,276,'show_admin_bar_front','true'),(8010,276,'locale',''),(8011,276,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8012,276,'wp_user_level','0'),(8013,276,'_yoast_wpseo_profile_updated','1567522861'),(8014,276,'dismissed_wp_pointers',''),(8015,276,'synced_gravatar_hashed_id','ebd1669f71245a391bb0932eeda30511'),(8016,276,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567504838\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"efcd881112\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:8:\"gmatalon\";s:10:\"first_name\";s:4:\"Gary\";s:9:\"last_name\";s:7:\"Matalon\";s:10:\"user_email\";s:20:\"gmatalon@hotmail.com\";}'),(8017,276,'form_id','17'),(8018,276,'timestamp','1567504838'),(8019,276,'request',''),(8020,276,'_wpnonce','efcd881112'),(8021,276,'_wp_http_referer','/register/'),(8023,276,'um_user_profile_url_slug_user_login','gmatalon'),(8025,276,'full_name','gary matalon'),(8026,276,'account_status','approved'),(8027,276,'session_tokens','a:1:{s:64:\"6de6e3adb5eb8dd499dc5b19674347808865f9234e25d6121ad720ab18e63236\";a:4:{s:10:\"expiration\";i:1583074862;s:2:\"ip\";s:15:\"104.244.231.225\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\";s:5:\"login\";i:1567522862;}}'),(8028,276,'_um_last_login','1567504862'),(8029,276,'um_account_secure_fields','a:0:{}'),(8031,276,'city','Kingston'),(8032,276,'country','JM'),(8034,276,'gender','a:1:{i:0;s:4:\"Male\";}'),(8035,277,'nickname','alfonzoborges51'),(8036,277,'first_name','Alfonzo'),(8037,277,'last_name','Borges'),(8038,277,'description',''),(8039,277,'rich_editing','true'),(8040,277,'syntax_highlighting','true'),(8041,277,'comment_shortcuts','false'),(8042,277,'admin_color','fresh'),(8043,277,'use_ssl','0'),(8044,277,'show_admin_bar_front','true'),(8045,277,'locale',''),(8046,277,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8047,277,'wp_user_level','0'),(8048,277,'_yoast_wpseo_profile_updated','1567565418'),(8049,277,'dismissed_wp_pointers',''),(8050,277,'synced_gravatar_hashed_id','7ca34881456f45fd88db7eec9d75758c'),(8051,277,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567547405\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"ccedb536a4\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"alfonzoborges51\";s:10:\"first_name\";s:7:\"Alfonzo\";s:9:\"last_name\";s:6:\"Borges\";s:10:\"user_email\";s:35:\"beatrix@b.philippinestravel.network\";}'),(8052,277,'form_id','17'),(8053,277,'timestamp','1567547405'),(8054,277,'request',''),(8055,277,'redirect_to','https://buzz-caribbean.com/register/'),(8056,277,'_wpnonce','ccedb536a4'),(8057,277,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(8059,277,'um_user_profile_url_slug_user_login','alfonzoborges51'),(8061,277,'full_name','alfonzo borges'),(8062,277,'account_status','approved'),(8063,278,'nickname','noellasessions'),(8064,278,'first_name','Noella'),(8065,278,'last_name','Sessions'),(8066,278,'description',''),(8067,278,'rich_editing','true'),(8068,278,'syntax_highlighting','true'),(8069,278,'comment_shortcuts','false'),(8070,278,'admin_color','fresh'),(8071,278,'use_ssl','0'),(8072,278,'show_admin_bar_front','true'),(8073,278,'locale',''),(8074,278,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8075,278,'wp_user_level','0'),(8076,278,'_yoast_wpseo_profile_updated','1567576333'),(8077,278,'dismissed_wp_pointers',''),(8078,278,'synced_gravatar_hashed_id','336e6ddcffb061068c0cf98fe28c771c'),(8079,278,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567558325\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"ccedb536a4\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"noellasessions\";s:10:\"first_name\";s:6:\"Noella\";s:9:\"last_name\";s:8:\"Sessions\";s:10:\"user_email\";s:20:\"admin@pro-othisi.com\";}'),(8080,278,'form_id','17'),(8081,278,'timestamp','1567558325'),(8082,278,'request',''),(8083,278,'redirect_to','https://buzz-caribbean.com/register/'),(8084,278,'_wpnonce','ccedb536a4'),(8085,278,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(8087,278,'um_user_profile_url_slug_user_login','noellasessions'),(8089,278,'full_name','noella sessions'),(8090,278,'account_status','approved'),(8091,279,'nickname','barbalbino20'),(8092,279,'first_name','Barb'),(8093,279,'last_name','Albino'),(8094,279,'description',''),(8095,279,'rich_editing','true'),(8096,279,'syntax_highlighting','true'),(8097,279,'comment_shortcuts','false'),(8098,279,'admin_color','fresh'),(8099,279,'use_ssl','0'),(8100,279,'show_admin_bar_front','true'),(8101,279,'locale',''),(8102,279,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8103,279,'wp_user_level','0'),(8104,279,'_yoast_wpseo_profile_updated','1567581701'),(8105,279,'dismissed_wp_pointers',''),(8106,279,'synced_gravatar_hashed_id','2458d9e57ad744e50af65fccfd621302'),(8107,279,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567563681\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"ccedb536a4\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:12:\"barbalbino20\";s:10:\"first_name\";s:4:\"Barb\";s:9:\"last_name\";s:6:\"Albino\";s:10:\"user_email\";s:32:\"Barb_Albino@balmes.dynainbox.com\";}'),(8108,279,'form_id','17'),(8109,279,'timestamp','1567563681'),(8110,279,'request',''),(8111,279,'redirect_to','https://buzz-caribbean.com/register/'),(8112,279,'_wpnonce','ccedb536a4'),(8113,279,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(8115,279,'um_user_profile_url_slug_user_login','barbalbino20'),(8117,279,'full_name','barb albino'),(8118,279,'account_status','approved'),(8119,280,'nickname','esmeraldaloprest'),(8120,280,'first_name','Esmeralda'),(8121,280,'last_name','Lopresti'),(8122,280,'description',''),(8123,280,'rich_editing','true'),(8124,280,'syntax_highlighting','true'),(8125,280,'comment_shortcuts','false'),(8126,280,'admin_color','fresh'),(8127,280,'use_ssl','0'),(8128,280,'show_admin_bar_front','true'),(8129,280,'locale',''),(8130,280,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8131,280,'wp_user_level','0'),(8132,280,'_yoast_wpseo_profile_updated','1567587416'),(8133,280,'dismissed_wp_pointers',''),(8134,280,'synced_gravatar_hashed_id','4fbda9dc633e35d2a2b13e9888a95aa8'),(8135,280,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567569409\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"ccedb536a4\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"esmeraldaloprest\";s:10:\"first_name\";s:9:\"Esmeralda\";s:9:\"last_name\";s:8:\"Lopresti\";s:10:\"user_email\";s:28:\"Esmeralda.Lopresti@gmail.com\";}'),(8136,280,'form_id','17'),(8137,280,'timestamp','1567569409'),(8138,280,'request',''),(8139,280,'_wpnonce','ccedb536a4'),(8140,280,'_wp_http_referer','/register/'),(8142,280,'um_user_profile_url_slug_user_login','esmeraldaloprest'),(8144,280,'full_name','esmeralda lopresti'),(8145,280,'account_status','approved'),(8146,280,'session_tokens','a:1:{s:64:\"b6446776b757d887f21e8236c6d3bca3a14c603b1257216e408d53374d3b51f0\";a:4:{s:10:\"expiration\";i:1583139417;s:2:\"ip\";s:15:\"107.158.221.154\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1567587417;}}'),(8147,280,'_um_last_login','1567569417'),(8148,280,'um_account_secure_fields','a:0:{}'),(8149,281,'nickname','shanayung'),(8150,281,'first_name','Cheryl'),(8151,281,'last_name','Young'),(8152,281,'description',''),(8153,281,'rich_editing','true'),(8154,281,'syntax_highlighting','true'),(8155,281,'comment_shortcuts','false'),(8156,281,'admin_color','fresh'),(8157,281,'use_ssl','0'),(8158,281,'show_admin_bar_front','true'),(8159,281,'locale',''),(8160,281,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8161,281,'wp_user_level','0'),(8162,281,'_yoast_wpseo_profile_updated','1567608005'),(8163,281,'dismissed_wp_pointers',''),(8164,281,'synced_gravatar_hashed_id','b998a550a5af1e69d8499bb4a692b36c'),(8165,281,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567589991\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:79:\"https://buzz-caribbean.com/job/ramble-media-group-digital-media-executive-2993/\";s:8:\"_wpnonce\";s:10:\"33e7f36d0b\";s:16:\"_wp_http_referer\";s:102:\"/register/?redirect_to=https://buzz-caribbean.com/job/ramble-media-group-digital-media-executive-2993/\";s:10:\"user_login\";s:9:\"ShanaYung\";s:10:\"first_name\";s:6:\"Cheryl\";s:9:\"last_name\";s:5:\"Young\";s:10:\"user_email\";s:26:\"shanayoung1990@hotmail.com\";}'),(8166,281,'form_id','17'),(8167,281,'timestamp','1567589991'),(8168,281,'request',''),(8169,281,'redirect_to','https://buzz-caribbean.com/job/ramble-media-group-digital-media-executive-2993/'),(8170,281,'_wpnonce','33e7f36d0b'),(8171,281,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/job/ramble-media-group-digital-media-executive-2993/'),(8173,281,'um_user_profile_url_slug_user_login','shanayung'),(8175,281,'full_name','cheryl young'),(8176,281,'account_status','approved'),(8177,281,'session_tokens','a:1:{s:64:\"98b3195858d012e61c1f595dd595162c3b665122a546520c99d63e170483ac8d\";a:4:{s:10:\"expiration\";i:1583160023;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1567608023;}}'),(8178,281,'_um_last_login','1567590023'),(8179,281,'um_account_secure_fields','a:0:{}'),(8180,281,'appliedjobs','a:1:{i:0;i:2993;}'),(8181,282,'nickname','Janielle Johnson'),(8182,282,'first_name','Janielle'),(8183,282,'last_name','Johnson'),(8184,282,'description',''),(8185,282,'rich_editing','true'),(8186,282,'syntax_highlighting','true'),(8187,282,'comment_shortcuts','false'),(8188,282,'admin_color','fresh'),(8189,282,'use_ssl','0'),(8190,282,'show_admin_bar_front','true'),(8191,282,'locale',''),(8192,282,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8193,282,'wp_user_level','0'),(8194,282,'_yoast_wpseo_profile_updated','1567619374'),(8195,282,'dismissed_wp_pointers',''),(8196,282,'synced_gravatar_hashed_id','357a32e64beb0f0e7f6ff8f91d8492ae'),(8197,282,'gender','a:1:{i:0;N;}'),(8198,282,'city','Kingston'),(8199,282,'country','Jamaica'),(8200,282,'session_tokens','a:2:{s:64:\"4860d20197f19337565c98e6c10727c116ff84247012cfddb14030cedf128af5\";a:4:{s:10:\"expiration\";i:1583171374;s:2:\"ip\";s:15:\"173.225.243.233\";s:2:\"ua\";s:66:\"Dalvik/2.1.0 (Linux; U; Android 9; SM-A505G Build/PPR1.180610.011)\";s:5:\"login\";i:1567619374;}s:64:\"2a1d3e785ab40878008f4b68fba105f618a74d43cb01795f5f1ff76e54eec569\";a:4:{s:10:\"expiration\";i:1584280253;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:66:\"Dalvik/2.1.0 (Linux; U; Android 9; SM-A505G Build/PPR1.180610.011)\";s:5:\"login\";i:1568728253;}}'),(8201,282,'_um_last_login','1568710253'),(8202,283,'nickname','sheenaheiden'),(8203,283,'first_name','Sheena'),(8204,283,'last_name','Heiden'),(8205,283,'description',''),(8206,283,'rich_editing','true'),(8207,283,'syntax_highlighting','true'),(8208,283,'comment_shortcuts','false'),(8209,283,'admin_color','fresh'),(8210,283,'use_ssl','0'),(8211,283,'show_admin_bar_front','true'),(8212,283,'locale',''),(8213,283,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8214,283,'wp_user_level','0'),(8215,283,'_yoast_wpseo_profile_updated','1567622150'),(8216,283,'dismissed_wp_pointers',''),(8217,283,'synced_gravatar_hashed_id','b407475abccfab89570e96f29163341f'),(8218,283,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567604142\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"33e7f36d0b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"sheenaheiden\";s:10:\"first_name\";s:6:\"Sheena\";s:9:\"last_name\";s:6:\"Heiden\";s:10:\"user_email\";s:23:\"Sheena_Heiden@gmail.com\";}'),(8219,283,'form_id','17'),(8220,283,'timestamp','1567604142'),(8221,283,'request',''),(8222,283,'_wpnonce','33e7f36d0b'),(8223,283,'_wp_http_referer','/register/'),(8225,283,'um_user_profile_url_slug_user_login','sheenaheiden'),(8227,283,'full_name','sheena heiden'),(8228,283,'account_status','approved'),(8229,283,'session_tokens','a:1:{s:64:\"79da6ba56f890d2360e4162b4369bcddaa6f2f89cc415f2722f86c83974068b1\";a:4:{s:10:\"expiration\";i:1583174151;s:2:\"ip\";s:14:\"193.228.56.153\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1567622151;}}'),(8230,283,'_um_last_login','1567604151'),(8231,283,'um_account_secure_fields','a:0:{}'),(8232,4,'closedpostboxes_video','a:1:{i:0;s:14:\"video_meta_box\";}'),(8233,4,'metaboxhidden_video','a:0:{}'),(8234,284,'nickname','latishabilliot'),(8235,284,'first_name','Latisha'),(8236,284,'last_name','Billiot'),(8237,284,'description',''),(8238,284,'rich_editing','true'),(8239,284,'syntax_highlighting','true'),(8240,284,'comment_shortcuts','false'),(8241,284,'admin_color','fresh'),(8242,284,'use_ssl','0'),(8243,284,'show_admin_bar_front','true'),(8244,284,'locale',''),(8245,284,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8246,284,'wp_user_level','0'),(8247,284,'_yoast_wpseo_profile_updated','1567632268'),(8248,284,'dismissed_wp_pointers',''),(8249,284,'synced_gravatar_hashed_id','59e7f59f040ea07dbd24a919f9525d24'),(8250,284,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567614260\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"33e7f36d0b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"latishabilliot\";s:10:\"first_name\";s:7:\"Latisha\";s:9:\"last_name\";s:7:\"Billiot\";s:10:\"user_email\";s:25:\"Latisha-Billiot@gmail.com\";}'),(8251,284,'form_id','17'),(8252,284,'timestamp','1567614260'),(8253,284,'request',''),(8254,284,'_wpnonce','33e7f36d0b'),(8255,284,'_wp_http_referer','/register/'),(8257,284,'um_user_profile_url_slug_user_login','latishabilliot'),(8259,284,'full_name','latisha billiot'),(8260,284,'account_status','approved'),(8261,284,'session_tokens','a:1:{s:64:\"602d97f530b92d046f9aed119bb100a2ae76439aa2ae72a430310fc9646d57f9\";a:4:{s:10:\"expiration\";i:1583184269;s:2:\"ip\";s:15:\"107.158.221.149\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1567632269;}}'),(8262,284,'_um_last_login','1567614269'),(8263,284,'um_account_secure_fields','a:0:{}'),(8264,285,'nickname','addie95p8432869'),(8265,285,'first_name','Addie'),(8266,285,'last_name','Cash'),(8267,285,'description',''),(8268,285,'rich_editing','true'),(8269,285,'syntax_highlighting','true'),(8270,285,'comment_shortcuts','false'),(8271,285,'admin_color','fresh'),(8272,285,'use_ssl','0'),(8273,285,'show_admin_bar_front','true'),(8274,285,'locale',''),(8275,285,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8276,285,'wp_user_level','0'),(8277,285,'_yoast_wpseo_profile_updated','1567633704'),(8278,285,'dismissed_wp_pointers',''),(8279,285,'synced_gravatar_hashed_id','bc4163854fe7d7ebdd1d00f713c28525'),(8280,285,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567615697\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"33e7f36d0b\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"addie95p8432869\";s:10:\"first_name\";s:5:\"Addie\";s:9:\"last_name\";s:4:\"Cash\";s:10:\"user_email\";s:43:\"Addie.Cash55@creator.clicksendingserver.com\";}'),(8281,285,'form_id','17'),(8282,285,'timestamp','1567615697'),(8283,285,'request',''),(8284,285,'redirect_to','https://buzz-caribbean.com/register/'),(8285,285,'_wpnonce','33e7f36d0b'),(8286,285,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(8288,285,'um_user_profile_url_slug_user_login','addie95p8432869'),(8290,285,'full_name','addie cash'),(8291,285,'account_status','approved'),(8292,286,'nickname','kiran kerr'),(8293,286,'first_name','kiran'),(8294,286,'last_name','kerr'),(8295,286,'description',''),(8296,286,'rich_editing','true'),(8297,286,'syntax_highlighting','true'),(8298,286,'comment_shortcuts','false'),(8299,286,'admin_color','fresh'),(8300,286,'use_ssl','0'),(8301,286,'show_admin_bar_front','true'),(8302,286,'locale',''),(8303,286,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8304,286,'wp_user_level','0'),(8305,286,'_yoast_wpseo_profile_updated','1567633900'),(8306,286,'dismissed_wp_pointers',''),(8307,286,'synced_gravatar_hashed_id','72ed4d85c6d1c1c6ffc17ec2cdc83154'),(8308,286,'gender','a:1:{i:0;N;}'),(8309,286,'city','kingston'),(8310,286,'country','Jamaica'),(8311,286,'session_tokens','a:1:{s:64:\"6c0a4df3001bf6816f361bad304ee49e6148f1823ca50b6a43b5a3c8cafb8f16\";a:4:{s:10:\"expiration\";i:1583185900;s:2:\"ip\";s:15:\"173.225.242.174\";s:2:\"ua\";s:66:\"Dalvik/2.1.0 (Linux; U; Android 9; SM-G955F Build/PPR1.180610.011)\";s:5:\"login\";i:1567633900;}}'),(8312,286,'_um_last_login','1567615900'),(8313,287,'nickname','mariettapflaum'),(8314,287,'first_name','Marietta'),(8315,287,'last_name','Pflaum'),(8316,287,'description',''),(8317,287,'rich_editing','true'),(8318,287,'syntax_highlighting','true'),(8319,287,'comment_shortcuts','false'),(8320,287,'admin_color','fresh'),(8321,287,'use_ssl','0'),(8322,287,'show_admin_bar_front','true'),(8323,287,'locale',''),(8324,287,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8325,287,'wp_user_level','0'),(8326,287,'_yoast_wpseo_profile_updated','1567639240'),(8327,287,'dismissed_wp_pointers',''),(8328,287,'synced_gravatar_hashed_id','f8e2abafe3b6423e2a92597ea3b5e962'),(8329,287,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567621231\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"33e7f36d0b\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"mariettapflaum\";s:10:\"first_name\";s:8:\"Marietta\";s:9:\"last_name\";s:6:\"Pflaum\";s:10:\"user_email\";s:48:\"Marietta_Pflaum16@creator.clicksendingserver.com\";}'),(8330,287,'form_id','17'),(8331,287,'timestamp','1567621231'),(8332,287,'request',''),(8333,287,'_wpnonce','33e7f36d0b'),(8334,287,'_wp_http_referer','/register/'),(8336,287,'um_user_profile_url_slug_user_login','mariettapflaum'),(8338,287,'full_name','marietta pflaum'),(8339,287,'account_status','approved'),(8340,287,'session_tokens','a:1:{s:64:\"c9e2b2f60fd8a535e0a6be4041ea2c2e3b5e8614c087561811094ce43d3acb88\";a:4:{s:10:\"expiration\";i:1583191241;s:2:\"ip\";s:14:\"72.249.124.148\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1567639241;}}'),(8341,287,'_um_last_login','1567621241'),(8342,287,'um_account_secure_fields','a:0:{}'),(8343,288,'nickname','carminenaquin4'),(8344,288,'first_name','Carmine'),(8345,288,'last_name','Naquin'),(8346,288,'description',''),(8347,288,'rich_editing','true'),(8348,288,'syntax_highlighting','true'),(8349,288,'comment_shortcuts','false'),(8350,288,'admin_color','fresh'),(8351,288,'use_ssl','0'),(8352,288,'show_admin_bar_front','true'),(8353,288,'locale',''),(8354,288,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8355,288,'wp_user_level','0'),(8356,288,'_yoast_wpseo_profile_updated','1567640717'),(8357,288,'dismissed_wp_pointers',''),(8358,288,'synced_gravatar_hashed_id','ac1194888b5b63c00895c554addd817d'),(8359,288,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567622709\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"33e7f36d0b\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"carminenaquin4\";s:10:\"first_name\";s:7:\"Carmine\";s:9:\"last_name\";s:6:\"Naquin\";s:10:\"user_email\";s:47:\"Carmine_Naquin18@creator.clicksendingserver.com\";}'),(8360,288,'form_id','17'),(8361,288,'timestamp','1567622709'),(8362,288,'request',''),(8363,288,'redirect_to','https://buzz-caribbean.com/register/'),(8364,288,'_wpnonce','33e7f36d0b'),(8365,288,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(8367,288,'um_user_profile_url_slug_user_login','carminenaquin4'),(8369,288,'full_name','carmine naquin'),(8370,288,'account_status','approved'),(8371,289,'nickname','eddyblau80096986'),(8372,289,'first_name','Eddy'),(8373,289,'last_name','Blau'),(8374,289,'description',''),(8375,289,'rich_editing','true'),(8376,289,'syntax_highlighting','true'),(8377,289,'comment_shortcuts','false'),(8378,289,'admin_color','fresh'),(8379,289,'use_ssl','0'),(8380,289,'show_admin_bar_front','true'),(8381,289,'locale',''),(8382,289,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8383,289,'wp_user_level','0'),(8384,289,'_yoast_wpseo_profile_updated','1567682322'),(8385,289,'dismissed_wp_pointers',''),(8386,289,'synced_gravatar_hashed_id','9d8820618299ed78fa30efae473b4050'),(8387,289,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567664278\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"fb50621616\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:16:\"eddyblau80096986\";s:10:\"first_name\";s:4:\"Eddy\";s:9:\"last_name\";s:4:\"Blau\";s:10:\"user_email\";s:45:\"Eddy-Blau98@giannitti.modernsailorclothes.com\";}'),(8388,289,'form_id','17'),(8389,289,'timestamp','1567664278'),(8390,289,'request',''),(8391,289,'redirect_to','https://buzz-caribbean.com/register/'),(8392,289,'_wpnonce','fb50621616'),(8393,289,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(8395,289,'um_user_profile_url_slug_user_login','eddyblau80096986'),(8397,289,'full_name','eddy blau'),(8398,289,'account_status','approved'),(8399,290,'nickname','rosarioself2149'),(8400,290,'first_name','Rosario'),(8401,290,'last_name','Self'),(8402,290,'description',''),(8403,290,'rich_editing','true'),(8404,290,'syntax_highlighting','true'),(8405,290,'comment_shortcuts','false'),(8406,290,'admin_color','fresh'),(8407,290,'use_ssl','0'),(8408,290,'show_admin_bar_front','true'),(8409,290,'locale',''),(8410,290,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8411,290,'wp_user_level','0'),(8412,290,'_yoast_wpseo_profile_updated','1567687095'),(8413,290,'dismissed_wp_pointers',''),(8414,290,'synced_gravatar_hashed_id','43046b395576f6ad13564bb813f3f7aa'),(8415,290,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567669084\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"0c8970e9dc\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"rosarioself2149\";s:10:\"first_name\";s:7:\"Rosario\";s:9:\"last_name\";s:4:\"Self\";s:10:\"user_email\";s:24:\"rosy@b.usatravel.network\";}'),(8416,290,'form_id','17'),(8417,290,'timestamp','1567669084'),(8418,290,'request',''),(8419,290,'redirect_to','https://buzz-caribbean.com/register/'),(8420,290,'_wpnonce','0c8970e9dc'),(8421,290,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(8423,290,'um_user_profile_url_slug_user_login','rosarioself2149'),(8425,290,'full_name','rosario self'),(8426,290,'account_status','approved'),(8427,291,'nickname','octaviaknaggs5'),(8428,291,'first_name','Octavia'),(8429,291,'last_name','Knaggs'),(8430,291,'description',''),(8431,291,'rich_editing','true'),(8432,291,'syntax_highlighting','true'),(8433,291,'comment_shortcuts','false'),(8434,291,'admin_color','fresh'),(8435,291,'use_ssl','0'),(8436,291,'show_admin_bar_front','true'),(8437,291,'locale',''),(8438,291,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8439,291,'wp_user_level','0'),(8440,291,'_yoast_wpseo_profile_updated','1567698441'),(8441,291,'dismissed_wp_pointers',''),(8442,291,'synced_gravatar_hashed_id','94880f01e8aef2ac8c5fe0ba3975997d'),(8443,291,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567680425\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"0c8970e9dc\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"octaviaknaggs5\";s:10:\"first_name\";s:7:\"Octavia\";s:9:\"last_name\";s:6:\"Knaggs\";s:10:\"user_email\";s:35:\"Octavia.Knaggs30@wibawa.belipbn.com\";}'),(8444,291,'form_id','17'),(8445,291,'timestamp','1567680425'),(8446,291,'request',''),(8447,291,'redirect_to','https://buzz-caribbean.com/register/'),(8448,291,'_wpnonce','0c8970e9dc'),(8449,291,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(8451,291,'um_user_profile_url_slug_user_login','octaviaknaggs5'),(8453,291,'full_name','octavia knaggs'),(8454,291,'account_status','approved'),(8455,292,'nickname','tiffanyhorseman'),(8456,292,'first_name','Tiffany'),(8457,292,'last_name','Horseman'),(8458,292,'description',''),(8459,292,'rich_editing','true'),(8460,292,'syntax_highlighting','true'),(8461,292,'comment_shortcuts','false'),(8462,292,'admin_color','fresh'),(8463,292,'use_ssl','0'),(8464,292,'show_admin_bar_front','true'),(8465,292,'locale',''),(8466,292,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8467,292,'wp_user_level','0'),(8468,292,'_yoast_wpseo_profile_updated','1567715486'),(8469,292,'dismissed_wp_pointers',''),(8470,292,'synced_gravatar_hashed_id','5237391f27ac8619124a85231a6f814d'),(8471,292,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567697480\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"0c8970e9dc\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"tiffanyhorseman\";s:10:\"first_name\";s:7:\"Tiffany\";s:9:\"last_name\";s:8:\"Horseman\";s:10:\"user_email\";s:49:\"Tiffany_Horseman10@fireshoot.walletonlineshop.com\";}'),(8472,292,'form_id','17'),(8473,292,'timestamp','1567697480'),(8474,292,'request',''),(8475,292,'redirect_to','https://buzz-caribbean.com/register/'),(8476,292,'_wpnonce','0c8970e9dc'),(8477,292,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(8479,292,'um_user_profile_url_slug_user_login','tiffanyhorseman'),(8481,292,'full_name','tiffany horseman'),(8482,292,'account_status','approved'),(8483,293,'nickname','lenoramccubbin'),(8484,293,'first_name','Lenora'),(8485,293,'last_name','McCubbin'),(8486,293,'description',''),(8487,293,'rich_editing','true'),(8488,293,'syntax_highlighting','true'),(8489,293,'comment_shortcuts','false'),(8490,293,'admin_color','fresh'),(8491,293,'use_ssl','0'),(8492,293,'show_admin_bar_front','true'),(8493,293,'locale',''),(8494,293,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8495,293,'wp_user_level','0'),(8496,293,'_yoast_wpseo_profile_updated','1567716723'),(8497,293,'dismissed_wp_pointers',''),(8498,293,'synced_gravatar_hashed_id','69eef5c12b309915ff1cc84a68f1e77f'),(8499,293,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567698711\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"0c8970e9dc\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"lenoramccubbin\";s:10:\"first_name\";s:6:\"Lenora\";s:9:\"last_name\";s:8:\"McCubbin\";s:10:\"user_email\";s:42:\"Lenora_McCubbin@newmoon.mytriplocation.com\";}'),(8500,293,'form_id','17'),(8501,293,'timestamp','1567698711'),(8502,293,'request',''),(8503,293,'redirect_to','https://buzz-caribbean.com/register/'),(8504,293,'_wpnonce','0c8970e9dc'),(8505,293,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(8507,293,'um_user_profile_url_slug_user_login','lenoramccubbin'),(8509,293,'full_name','lenora mccubbin'),(8510,293,'account_status','approved'),(8511,294,'nickname','jacintoransom'),(8512,294,'first_name','Jacinto'),(8513,294,'last_name','Ransom'),(8514,294,'description',''),(8515,294,'rich_editing','true'),(8516,294,'syntax_highlighting','true'),(8517,294,'comment_shortcuts','false'),(8518,294,'admin_color','fresh'),(8519,294,'use_ssl','0'),(8520,294,'show_admin_bar_front','true'),(8521,294,'locale',''),(8522,294,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8523,294,'wp_user_level','0'),(8524,294,'_yoast_wpseo_profile_updated','1567720637'),(8525,294,'dismissed_wp_pointers',''),(8526,294,'synced_gravatar_hashed_id','12141eb535fe0eb3912e52464c00feaa'),(8527,294,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567702627\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"0c8970e9dc\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:13:\"jacintoransom\";s:10:\"first_name\";s:7:\"Jacinto\";s:9:\"last_name\";s:6:\"Ransom\";s:10:\"user_email\";s:35:\"melonie@c.kualalumpurtravel.network\";}'),(8528,294,'form_id','17'),(8529,294,'timestamp','1567702627'),(8530,294,'request',''),(8531,294,'redirect_to','https://buzz-caribbean.com/register/'),(8532,294,'_wpnonce','0c8970e9dc'),(8533,294,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(8535,294,'um_user_profile_url_slug_user_login','jacintoransom'),(8537,294,'full_name','jacinto ransom'),(8538,294,'account_status','approved'),(8539,295,'nickname','brentoncrawford'),(8540,295,'first_name','Brenton'),(8541,295,'last_name','Crawford'),(8542,295,'description',''),(8543,295,'rich_editing','true'),(8544,295,'syntax_highlighting','true'),(8545,295,'comment_shortcuts','false'),(8546,295,'admin_color','fresh'),(8547,295,'use_ssl','0'),(8548,295,'show_admin_bar_front','true'),(8549,295,'locale',''),(8550,295,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8551,295,'wp_user_level','0'),(8552,295,'_yoast_wpseo_profile_updated','1567825715'),(8553,295,'dismissed_wp_pointers',''),(8554,295,'synced_gravatar_hashed_id','56b8c11b5ab1cf9cb1107883320529be'),(8555,295,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567807708\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"87f2e20612\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"brentoncrawford\";s:10:\"first_name\";s:7:\"Brenton\";s:9:\"last_name\";s:8:\"Crawford\";s:10:\"user_email\";s:20:\"zeischeggc@yahoo.com\";}'),(8556,295,'form_id','17'),(8557,295,'timestamp','1567807708'),(8558,295,'request',''),(8559,295,'redirect_to','https://buzz-caribbean.com/register/'),(8560,295,'_wpnonce','87f2e20612'),(8561,295,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(8563,295,'um_user_profile_url_slug_user_login','brentoncrawford'),(8565,295,'full_name','brenton crawford'),(8566,295,'account_status','approved'),(8567,296,'nickname','elmerf4114000288'),(8568,296,'first_name','Elmer'),(8569,296,'last_name','Stage'),(8570,296,'description',''),(8571,296,'rich_editing','true'),(8572,296,'syntax_highlighting','true'),(8573,296,'comment_shortcuts','false'),(8574,296,'admin_color','fresh'),(8575,296,'use_ssl','0'),(8576,296,'show_admin_bar_front','true'),(8577,296,'locale',''),(8578,296,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8579,296,'wp_user_level','0'),(8580,296,'_yoast_wpseo_profile_updated','1567828722'),(8581,296,'dismissed_wp_pointers',''),(8582,296,'synced_gravatar_hashed_id','8fad2a2c76680af4161274c579dbfcc2'),(8583,296,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567810713\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"87f2e20612\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:16:\"elmerf4114000288\";s:10:\"first_name\";s:5:\"Elmer\";s:9:\"last_name\";s:5:\"Stage\";s:10:\"user_email\";s:25:\"gertieguthrie@my.viola.gq\";}'),(8584,296,'form_id','17'),(8585,296,'timestamp','1567810713'),(8586,296,'request',''),(8587,296,'redirect_to','https://buzz-caribbean.com/register/'),(8588,296,'_wpnonce','87f2e20612'),(8589,296,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(8591,296,'um_user_profile_url_slug_user_login','elmerf4114000288'),(8593,296,'full_name','elmer stage'),(8594,296,'account_status','approved'),(8595,297,'nickname','windyclary6827'),(8596,297,'first_name','Windy'),(8597,297,'last_name','Clary'),(8598,297,'description',''),(8599,297,'rich_editing','true'),(8600,297,'syntax_highlighting','true'),(8601,297,'comment_shortcuts','false'),(8602,297,'admin_color','fresh'),(8603,297,'use_ssl','0'),(8604,297,'show_admin_bar_front','true'),(8605,297,'locale',''),(8606,297,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8607,297,'wp_user_level','0'),(8608,297,'_yoast_wpseo_profile_updated','1567851717'),(8609,297,'dismissed_wp_pointers',''),(8610,297,'synced_gravatar_hashed_id','a15bdd55acc4c6009f40ab098a4f9afb'),(8611,297,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567833707\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"87f2e20612\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"windyclary6827\";s:10:\"first_name\";s:5:\"Windy\";s:9:\"last_name\";s:5:\"Clary\";s:10:\"user_email\";s:19:\"mindorffg@yahoo.com\";}'),(8612,297,'form_id','17'),(8613,297,'timestamp','1567833707'),(8614,297,'request',''),(8615,297,'redirect_to','https://buzz-caribbean.com/register/'),(8616,297,'_wpnonce','87f2e20612'),(8617,297,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(8619,297,'um_user_profile_url_slug_user_login','windyclary6827'),(8621,297,'full_name','windy clary'),(8622,297,'account_status','approved'),(8623,298,'nickname','hortense98u'),(8624,298,'first_name','Hortense'),(8625,298,'last_name','Unaipon'),(8626,298,'description',''),(8627,298,'rich_editing','true'),(8628,298,'syntax_highlighting','true'),(8629,298,'comment_shortcuts','false'),(8630,298,'admin_color','fresh'),(8631,298,'use_ssl','0'),(8632,298,'show_admin_bar_front','true'),(8633,298,'locale',''),(8634,298,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8635,298,'wp_user_level','0'),(8636,298,'_yoast_wpseo_profile_updated','1567852945'),(8637,298,'dismissed_wp_pointers',''),(8638,298,'synced_gravatar_hashed_id','9ea27bf4be728502b77e2e66e0660ce2'),(8639,298,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567834937\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"87f2e20612\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:11:\"hortense98u\";s:10:\"first_name\";s:8:\"Hortense\";s:9:\"last_name\";s:7:\"Unaipon\";s:10:\"user_email\";s:24:\"wkhamvanhthong@yahoo.com\";}'),(8640,298,'form_id','17'),(8641,298,'timestamp','1567834937'),(8642,298,'request',''),(8643,298,'redirect_to','https://buzz-caribbean.com/register/'),(8644,298,'_wpnonce','87f2e20612'),(8645,298,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(8647,298,'um_user_profile_url_slug_user_login','hortense98u'),(8649,298,'full_name','hortense unaipon'),(8650,298,'account_status','approved'),(8651,299,'nickname','shellascarberry'),(8652,299,'first_name','Shella'),(8653,299,'last_name','Scarberry'),(8654,299,'description',''),(8655,299,'rich_editing','true'),(8656,299,'syntax_highlighting','true'),(8657,299,'comment_shortcuts','false'),(8658,299,'admin_color','fresh'),(8659,299,'use_ssl','0'),(8660,299,'show_admin_bar_front','true'),(8661,299,'locale',''),(8662,299,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8663,299,'wp_user_level','0'),(8664,299,'_yoast_wpseo_profile_updated','1567853124'),(8665,299,'dismissed_wp_pointers',''),(8666,299,'synced_gravatar_hashed_id','7d0d525ad46e6c34de318ea21568eee4'),(8667,299,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567835111\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"87f2e20612\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"shellascarberry\";s:10:\"first_name\";s:6:\"Shella\";s:9:\"last_name\";s:9:\"Scarberry\";s:10:\"user_email\";s:24:\"bunaditrimnell@yahoo.com\";}'),(8668,299,'form_id','17'),(8669,299,'timestamp','1567835111'),(8670,299,'request',''),(8671,299,'redirect_to','https://buzz-caribbean.com/register/'),(8672,299,'_wpnonce','87f2e20612'),(8673,299,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(8675,299,'um_user_profile_url_slug_user_login','shellascarberry'),(8677,299,'full_name','shella scarberry'),(8678,299,'account_status','approved'),(8679,300,'nickname','hiltondarosa4'),(8680,300,'first_name','Hilton'),(8681,300,'last_name','Darosa'),(8682,300,'description',''),(8683,300,'rich_editing','true'),(8684,300,'syntax_highlighting','true'),(8685,300,'comment_shortcuts','false'),(8686,300,'admin_color','fresh'),(8687,300,'use_ssl','0'),(8688,300,'show_admin_bar_front','true'),(8689,300,'locale',''),(8690,300,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8691,300,'wp_user_level','0'),(8692,300,'_yoast_wpseo_profile_updated','1567875478'),(8693,300,'dismissed_wp_pointers',''),(8694,300,'synced_gravatar_hashed_id','373043a21a00a1c66239fa8a5f4f690c'),(8695,300,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567857471\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"9ec2d334c2\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:13:\"hiltondarosa4\";s:10:\"first_name\";s:6:\"Hilton\";s:9:\"last_name\";s:6:\"Darosa\";s:10:\"user_email\";s:20:\"ane.duggad@yahoo.com\";}'),(8696,300,'form_id','17'),(8697,300,'timestamp','1567857471'),(8698,300,'request',''),(8699,300,'redirect_to','https://buzz-caribbean.com/register/'),(8700,300,'_wpnonce','9ec2d334c2'),(8701,300,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(8703,300,'um_user_profile_url_slug_user_login','hiltondarosa4'),(8705,300,'full_name','hilton darosa'),(8706,300,'account_status','approved'),(8707,11,'closedpostboxes_video','a:1:{i:0;s:14:\"video_meta_box\";}'),(8708,11,'metaboxhidden_video','a:0:{}'),(8709,301,'nickname','Andre Ponce'),(8710,301,'first_name','Andre'),(8711,301,'last_name','Ponce'),(8712,301,'description',''),(8713,301,'rich_editing','true'),(8714,301,'syntax_highlighting','true'),(8715,301,'comment_shortcuts','false'),(8716,301,'admin_color','fresh'),(8717,301,'use_ssl','0'),(8718,301,'show_admin_bar_front','true'),(8719,301,'locale',''),(8720,301,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8721,301,'wp_user_level','0'),(8722,301,'_yoast_wpseo_profile_updated','1567886812'),(8723,301,'dismissed_wp_pointers',''),(8724,301,'synced_gravatar_hashed_id','5122768cabcb4d1f38ed9097c11cf67d'),(8725,301,'gender','a:1:{i:0;N;}'),(8726,301,'city','Recife'),(8727,301,'country','Brazil'),(8728,301,'session_tokens','a:2:{s:64:\"f1ac2d8e96014e1537e5db7d8992adb63f01f093a222aa42ef35968e51009404\";a:4:{s:10:\"expiration\";i:1583438812;s:2:\"ip\";s:14:\"187.105.103.75\";s:2:\"ua\";s:74:\"Dalvik/2.1.0 (Linux; U; Android 9; moto g(7) power Build/PPOS29.114-134-2)\";s:5:\"login\";i:1567886812;}s:64:\"ae9fd7799998c1c8e39d3c7699dc38eea9bfefd9589954ec7bc15a0f21a6583f\";a:4:{s:10:\"expiration\";i:1593969617;s:2:\"ip\";s:14:\"187.105.103.75\";s:2:\"ua\";s:74:\"Dalvik/2.1.0 (Linux; U; Android 9; moto g(7) power Build/PPOS29.114-134-7)\";s:5:\"login\";i:1578417617;}}'),(8729,301,'_um_last_login','1578399617'),(8730,302,'nickname','ieshaparkes8297'),(8731,302,'first_name','Iesha'),(8732,302,'last_name','Parkes'),(8733,302,'description',''),(8734,302,'rich_editing','true'),(8735,302,'syntax_highlighting','true'),(8736,302,'comment_shortcuts','false'),(8737,302,'admin_color','fresh'),(8738,302,'use_ssl','0'),(8739,302,'show_admin_bar_front','true'),(8740,302,'locale',''),(8741,302,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8742,302,'wp_user_level','0'),(8743,302,'_yoast_wpseo_profile_updated','1567963601'),(8744,302,'dismissed_wp_pointers',''),(8745,302,'synced_gravatar_hashed_id','67c4e2a1d6adc3bd5344ca85b6c3cc63'),(8746,302,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1567945592\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"b3a24185b9\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"ieshaparkes8297\";s:10:\"first_name\";s:5:\"Iesha\";s:9:\"last_name\";s:6:\"Parkes\";s:10:\"user_email\";s:39:\"Iesha_Parkes@newmoon.mytriplocation.com\";}'),(8747,302,'form_id','17'),(8748,302,'timestamp','1567945592'),(8749,302,'request',''),(8750,302,'redirect_to','https://buzz-caribbean.com/register/'),(8751,302,'_wpnonce','b3a24185b9'),(8752,302,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(8754,302,'um_user_profile_url_slug_user_login','ieshaparkes8297'),(8756,302,'full_name','iesha parkes'),(8757,302,'account_status','approved'),(8758,48,'simplefavorites','a:1:{i:0;a:3:{s:7:\"site_id\";i:1;s:5:\"posts\";a:4:{i:0;s:4:\"5662\";i:1;s:4:\"8263\";i:2;s:4:\"2600\";i:3;s:4:\"8193\";}s:6:\"groups\";a:1:{i:0;a:4:{s:8:\"group_id\";i:1;s:7:\"site_id\";i:1;s:10:\"group_name\";s:12:\"Default List\";s:5:\"posts\";a:4:{i:0;s:4:\"5662\";i:1;s:4:\"8263\";i:2;s:4:\"2600\";i:3;s:4:\"8193\";}}}}}'),(8759,48,'redeemedoffers','a:1:{i:0;s:4:\"2600\";}'),(8760,56,'simplefavorites','a:1:{i:0;a:3:{s:7:\"site_id\";i:1;s:5:\"posts\";a:2:{i:0;s:4:\"8263\";i:1;s:4:\"8253\";}s:6:\"groups\";a:1:{i:0;a:4:{s:8:\"group_id\";i:1;s:7:\"site_id\";i:1;s:10:\"group_name\";s:12:\"Default List\";s:5:\"posts\";a:2:{i:0;s:4:\"8263\";i:1;s:4:\"8253\";}}}}}'),(8765,303,'nickname','felipe Medeiros'),(8766,303,'first_name','felipe'),(8767,303,'last_name','Medeiros'),(8768,303,'description',''),(8769,303,'rich_editing','true'),(8770,303,'syntax_highlighting','true'),(8771,303,'comment_shortcuts','false'),(8772,303,'admin_color','fresh'),(8773,303,'use_ssl','0'),(8774,303,'show_admin_bar_front','true'),(8775,303,'locale',''),(8776,303,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8777,303,'wp_user_level','0'),(8778,303,'_yoast_wpseo_profile_updated','1568149226'),(8779,303,'dismissed_wp_pointers',''),(8780,303,'synced_gravatar_hashed_id','21263dbf0d472d2611bc69ee5463850a'),(8781,303,'gender','a:1:{i:0;s:4:\"MALE\";}'),(8782,303,'city','Miami'),(8783,303,'country','United States'),(8784,303,'session_tokens','a:1:{s:64:\"54ea3c91d992c9ee8710b6541be89ed2b265f62f4a6eb38b43d1737bad8b3b38\";a:4:{s:10:\"expiration\";i:1583701226;s:2:\"ip\";s:15:\"108.235.156.207\";s:2:\"ua\";s:84:\"Buzz Caribbean/1.0.0 (com.cappen.buzzcaribbean; build:3; iOS 12.4.1) Alamofire/4.8.0\";s:5:\"login\";i:1568149226;}}'),(8785,303,'_um_last_login','1568131226'),(8786,303,'um_account_secure_fields','a:0:{}'),(8787,303,'simplefavorites','a:1:{i:0;a:3:{s:7:\"site_id\";i:1;s:5:\"posts\";a:4:{i:0;s:4:\"8269\";i:1;s:4:\"2566\";i:2;s:4:\"2600\";i:3;s:4:\"8253\";}s:6:\"groups\";a:1:{i:0;a:4:{s:8:\"group_id\";i:1;s:7:\"site_id\";i:1;s:10:\"group_name\";s:12:\"Default List\";s:5:\"posts\";a:4:{i:0;s:4:\"8269\";i:1;s:4:\"2566\";i:2;s:4:\"2600\";i:3;s:4:\"8253\";}}}}}'),(8788,303,'redeemedoffers','a:2:{i:0;s:4:\"2566\";i:1;s:4:\"2600\";}'),(8789,303,'um_user_profile_url_slug_user_login','medeiros'),(8791,17,'gender','a:1:{i:0;s:6:\"Female\";}'),(8792,17,'city','Kingston'),(8793,17,'country','JM'),(8794,17,'simplefavorites','a:1:{i:0;a:3:{s:7:\"site_id\";i:1;s:5:\"posts\";a:1:{i:0;i:8388;}s:6:\"groups\";a:1:{i:0;a:4:{s:8:\"group_id\";i:1;s:7:\"site_id\";i:1;s:10:\"group_name\";s:12:\"Default List\";s:5:\"posts\";a:1:{i:0;i:8388;}}}}}'),(8796,304,'nickname','kishaballard'),(8797,304,'first_name','Kisha'),(8798,304,'last_name','Ballard'),(8799,304,'description',''),(8800,304,'rich_editing','true'),(8801,304,'syntax_highlighting','true'),(8802,304,'comment_shortcuts','false'),(8803,304,'admin_color','fresh'),(8804,304,'use_ssl','0'),(8805,304,'show_admin_bar_front','true'),(8806,304,'locale',''),(8807,304,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8808,304,'wp_user_level','0'),(8809,304,'_yoast_wpseo_profile_updated','1568216658'),(8810,304,'dismissed_wp_pointers',''),(8811,304,'synced_gravatar_hashed_id','afde70cabb848ce3ffa29ddb35cf4f74'),(8812,304,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568198653\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"632ee044c9\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:12:\"kishaballard\";s:10:\"first_name\";s:5:\"Kisha\";s:9:\"last_name\";s:7:\"Ballard\";s:10:\"user_email\";s:20:\"karlene@bestvps.info\";}'),(8813,304,'form_id','17'),(8814,304,'timestamp','1568198653'),(8815,304,'request',''),(8816,304,'redirect_to','https://buzz-caribbean.com/register/'),(8817,304,'_wpnonce','632ee044c9'),(8818,304,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(8820,304,'um_user_profile_url_slug_user_login','kishaballard'),(8822,304,'full_name','kisha ballard'),(8823,304,'account_status','approved'),(8824,305,'nickname','angeirasss'),(8825,305,'first_name','felipe'),(8826,305,'last_name','angeiras'),(8827,305,'description',''),(8828,305,'rich_editing','true'),(8829,305,'syntax_highlighting','true'),(8830,305,'comment_shortcuts','false'),(8831,305,'admin_color','fresh'),(8832,305,'use_ssl','0'),(8833,305,'show_admin_bar_front','true'),(8834,305,'locale',''),(8835,305,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8836,305,'wp_user_level','0'),(8837,305,'_yoast_wpseo_profile_updated','1568230038'),(8838,305,'dismissed_wp_pointers',''),(8839,305,'synced_gravatar_hashed_id','2782d5b2eb1594559eba0807303bae8f'),(8840,305,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568212034\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"632ee044c9\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"angeirasss\";s:10:\"first_name\";s:6:\"felipe\";s:9:\"last_name\";s:8:\"angeiras\";s:10:\"user_email\";s:19:\"angeiras@cappen.com\";}'),(8841,305,'form_id','17'),(8842,305,'timestamp','1568212034'),(8843,305,'request',''),(8844,305,'_wpnonce','632ee044c9'),(8845,305,'_wp_http_referer','/register/'),(8847,305,'um_user_profile_url_slug_user_login','angeirasss'),(8849,305,'full_name','felipe angeiras'),(8850,305,'account_status','approved'),(8851,305,'session_tokens','a:5:{s:64:\"ff1cf5c8b56996f4a9d03e0e4df52c594aaa0fd80f4d6d6cb1bcbdfb2cddb018\";a:4:{s:10:\"expiration\";i:1583782039;s:2:\"ip\";s:15:\"191.187.170.205\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1568230039;}s:64:\"9e22049f59dc02ad72acafbf8c7d83a1fd05dd33468fe42c9e22494fc1698abc\";a:4:{s:10:\"expiration\";i:1583782557;s:2:\"ip\";s:15:\"191.187.170.205\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1568230557;}s:64:\"8169d83f8ca259a9f05064d9e394bbb5664eb302b1a6fb2eb183e56b82fb4954\";a:4:{s:10:\"expiration\";i:1583782585;s:2:\"ip\";s:15:\"191.187.170.205\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1568230585;}s:64:\"3f4f7630bdc343e00e1358a6f699b336af164be31c09e6b09799376aa145d298\";a:4:{s:10:\"expiration\";i:1583782730;s:2:\"ip\";s:15:\"191.187.170.205\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1568230730;}s:64:\"ae4043038d7b49518d4ff1076a63c19535ffa205731d03faae9902c89bce82c0\";a:4:{s:10:\"expiration\";i:1583783893;s:2:\"ip\";s:15:\"191.187.170.205\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36\";s:5:\"login\";i:1568231893;}}'),(8852,305,'_um_last_login','1568213893'),(8853,305,'um_account_secure_fields','a:0:{}'),(8854,305,'primary_blog','1'),(8858,11,'meta-box-order_post','a:3:{s:8:\"advanced\";s:29:\"sponsored-meta-box,wpseo_meta\";s:4:\"side\";s:62:\"smpush-meta-box,duplicate-video-metabox,yoast_internal_linking\";s:6:\"normal\";s:0:\"\";}'),(8860,306,'nickname','shelley8439'),(8861,306,'first_name','Shelley'),(8862,306,'last_name','Herrod'),(8863,306,'description',''),(8864,306,'rich_editing','true'),(8865,306,'syntax_highlighting','true'),(8866,306,'comment_shortcuts','false'),(8867,306,'admin_color','fresh'),(8868,306,'use_ssl','0'),(8869,306,'show_admin_bar_front','true'),(8870,306,'locale',''),(8871,306,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8872,306,'wp_user_level','0'),(8873,306,'_yoast_wpseo_profile_updated','1568251642'),(8874,306,'dismissed_wp_pointers',''),(8875,306,'synced_gravatar_hashed_id','32a010631fed77ef842148c12fdd1693'),(8876,306,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568233628\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:11:\"shelley8439\";s:10:\"first_name\";s:7:\"Shelley\";s:9:\"last_name\";s:6:\"Herrod\";s:10:\"user_email\";s:26:\"Shelley_Herrod79@gmail.com\";}'),(8877,306,'form_id','17'),(8878,306,'timestamp','1568233628'),(8879,306,'request',''),(8880,306,'redirect_to','https://buzz-caribbean.com/register/'),(8881,306,'_wpnonce','308dad5265'),(8882,306,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(8884,306,'um_user_profile_url_slug_user_login','shelley8439'),(8886,306,'full_name','shelley herrod'),(8887,306,'account_status','approved'),(8888,307,'nickname','earnestine99w'),(8889,307,'first_name','Earnestine'),(8890,307,'last_name','Wonggu'),(8891,307,'description',''),(8892,307,'rich_editing','true'),(8893,307,'syntax_highlighting','true'),(8894,307,'comment_shortcuts','false'),(8895,307,'admin_color','fresh'),(8896,307,'use_ssl','0'),(8897,307,'show_admin_bar_front','true'),(8898,307,'locale',''),(8899,307,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8900,307,'wp_user_level','0'),(8901,307,'_yoast_wpseo_profile_updated','1568254693'),(8902,307,'dismissed_wp_pointers',''),(8903,307,'synced_gravatar_hashed_id','fb85d99eb3d7cea62a3a96072a34b7cd'),(8904,307,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568236682\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"earnestine99w\";s:10:\"first_name\";s:10:\"Earnestine\";s:9:\"last_name\";s:6:\"Wonggu\";s:10:\"user_email\";s:27:\"Earnestine_Wonggu@gmail.com\";}'),(8905,307,'form_id','17'),(8906,307,'timestamp','1568236682'),(8907,307,'request',''),(8908,307,'_wpnonce','308dad5265'),(8909,307,'_wp_http_referer','/register/'),(8911,307,'um_user_profile_url_slug_user_login','earnestine99w'),(8913,307,'full_name','earnestine wonggu'),(8914,307,'account_status','approved'),(8915,307,'session_tokens','a:1:{s:64:\"03a9ad30622250e59343a82b9548aeb24f142f46e2add706f0843965e1d58116\";a:4:{s:10:\"expiration\";i:1583806693;s:2:\"ip\";s:15:\"196.245.216.133\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568254693;}}'),(8916,307,'_um_last_login','1568236693'),(8917,307,'um_account_secure_fields','a:0:{}'),(8918,308,'nickname','mackswint7962'),(8919,308,'first_name','Mack'),(8920,308,'last_name','Swint'),(8921,308,'description',''),(8922,308,'rich_editing','true'),(8923,308,'syntax_highlighting','true'),(8924,308,'comment_shortcuts','false'),(8925,308,'admin_color','fresh'),(8926,308,'use_ssl','0'),(8927,308,'show_admin_bar_front','true'),(8928,308,'locale',''),(8929,308,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8930,308,'wp_user_level','0'),(8931,308,'_yoast_wpseo_profile_updated','1568255801'),(8932,308,'dismissed_wp_pointers',''),(8933,308,'synced_gravatar_hashed_id','1b35f8f66642a68cc3213454841a73bf'),(8934,308,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568237793\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"mackswint7962\";s:10:\"first_name\";s:4:\"Mack\";s:9:\"last_name\";s:5:\"Swint\";s:10:\"user_email\";s:20:\"Mack.Swint@gmail.com\";}'),(8935,308,'form_id','17'),(8936,308,'timestamp','1568237793'),(8937,308,'request',''),(8938,308,'_wpnonce','308dad5265'),(8939,308,'_wp_http_referer','/register/'),(8941,308,'um_user_profile_url_slug_user_login','mackswint7962'),(8943,308,'full_name','mack swint'),(8944,308,'account_status','approved'),(8945,308,'session_tokens','a:1:{s:64:\"63707cf45a7536219cf6ca7064c357b75dfcb91ec821034e51bbd7c9126c0685\";a:4:{s:10:\"expiration\";i:1583807802;s:2:\"ip\";s:15:\"144.168.201.151\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568255802;}}'),(8946,308,'_um_last_login','1568237802'),(8947,308,'um_account_secure_fields','a:0:{}'),(8948,309,'nickname','marcushowes31'),(8949,309,'first_name','Marcus'),(8950,309,'last_name','Howes'),(8951,309,'description',''),(8952,309,'rich_editing','true'),(8953,309,'syntax_highlighting','true'),(8954,309,'comment_shortcuts','false'),(8955,309,'admin_color','fresh'),(8956,309,'use_ssl','0'),(8957,309,'show_admin_bar_front','true'),(8958,309,'locale',''),(8959,309,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8960,309,'wp_user_level','0'),(8961,309,'_yoast_wpseo_profile_updated','1568258390'),(8962,309,'dismissed_wp_pointers',''),(8963,309,'synced_gravatar_hashed_id','8a1146a389d0437a71343c0fe24f921a'),(8964,309,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568240379\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:13:\"marcushowes31\";s:10:\"first_name\";s:6:\"Marcus\";s:9:\"last_name\";s:5:\"Howes\";s:10:\"user_email\";s:22:\"Marcus_Howes@gmail.com\";}'),(8965,309,'form_id','17'),(8966,309,'timestamp','1568240379'),(8967,309,'request',''),(8968,309,'redirect_to','https://buzz-caribbean.com/register/'),(8969,309,'_wpnonce','308dad5265'),(8970,309,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(8972,309,'um_user_profile_url_slug_user_login','marcushowes31'),(8974,309,'full_name','marcus howes'),(8975,309,'account_status','approved'),(8976,310,'nickname','rufuswinfrey06'),(8977,310,'first_name','Rufus'),(8978,310,'last_name','Winfrey'),(8979,310,'description',''),(8980,310,'rich_editing','true'),(8981,310,'syntax_highlighting','true'),(8982,310,'comment_shortcuts','false'),(8983,310,'admin_color','fresh'),(8984,310,'use_ssl','0'),(8985,310,'show_admin_bar_front','true'),(8986,310,'locale',''),(8987,310,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8988,310,'wp_user_level','0'),(8989,310,'_yoast_wpseo_profile_updated','1568264679'),(8990,310,'dismissed_wp_pointers',''),(8991,310,'synced_gravatar_hashed_id','6090c2d2849c3bf7e8fb75fdff99cd21'),(8992,310,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568246669\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"rufuswinfrey06\";s:10:\"first_name\";s:5:\"Rufus\";s:9:\"last_name\";s:7:\"Winfrey\";s:10:\"user_email\";s:23:\"Rufus-Winfrey@gmail.com\";}'),(8993,310,'form_id','17'),(8994,310,'timestamp','1568246669'),(8995,310,'request',''),(8996,310,'_wpnonce','308dad5265'),(8997,310,'_wp_http_referer','/register/'),(8999,310,'um_user_profile_url_slug_user_login','rufuswinfrey06'),(9001,310,'full_name','rufus winfrey'),(9002,310,'account_status','approved'),(9003,310,'session_tokens','a:1:{s:64:\"794322b950a5c5fc21da9a9ac80981f758c2347cacf8555f847eaae0a2091176\";a:4:{s:10:\"expiration\";i:1583816680;s:2:\"ip\";s:15:\"165.231.130.186\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568264680;}}'),(9004,310,'_um_last_login','1568246680'),(9005,310,'um_account_secure_fields','a:0:{}'),(9006,311,'nickname','elliotpotts4'),(9007,311,'first_name','Elliot'),(9008,311,'last_name','Potts'),(9009,311,'description',''),(9010,311,'rich_editing','true'),(9011,311,'syntax_highlighting','true'),(9012,311,'comment_shortcuts','false'),(9013,311,'admin_color','fresh'),(9014,311,'use_ssl','0'),(9015,311,'show_admin_bar_front','true'),(9016,311,'locale',''),(9017,311,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9018,311,'wp_user_level','0'),(9019,311,'_yoast_wpseo_profile_updated','1568265735'),(9020,311,'dismissed_wp_pointers',''),(9021,311,'synced_gravatar_hashed_id','433ae699092f4a7691d1f72a3fd8ee63'),(9022,311,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568247727\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"elliotpotts4\";s:10:\"first_name\";s:6:\"Elliot\";s:9:\"last_name\";s:5:\"Potts\";s:10:\"user_email\";s:24:\"Elliot-Potts44@gmail.com\";}'),(9023,311,'form_id','17'),(9024,311,'timestamp','1568247727'),(9025,311,'request',''),(9026,311,'_wpnonce','308dad5265'),(9027,311,'_wp_http_referer','/register/'),(9029,311,'um_user_profile_url_slug_user_login','elliotpotts4'),(9031,311,'full_name','elliot potts'),(9032,311,'account_status','approved'),(9033,311,'session_tokens','a:1:{s:64:\"d7097720f5407ab062c28e8accb0c9ee47797ab8a3fe9f6457dc85ae343a6355\";a:4:{s:10:\"expiration\";i:1583817736;s:2:\"ip\";s:15:\"107.158.221.122\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568265736;}}'),(9034,311,'_um_last_login','1568247736'),(9035,311,'um_account_secure_fields','a:0:{}'),(9036,312,'nickname','valentinybarra'),(9037,312,'first_name','Valentin'),(9038,312,'last_name','Ybarra'),(9039,312,'description',''),(9040,312,'rich_editing','true'),(9041,312,'syntax_highlighting','true'),(9042,312,'comment_shortcuts','false'),(9043,312,'admin_color','fresh'),(9044,312,'use_ssl','0'),(9045,312,'show_admin_bar_front','true'),(9046,312,'locale',''),(9047,312,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9048,312,'wp_user_level','0'),(9049,312,'_yoast_wpseo_profile_updated','1568268121'),(9050,312,'dismissed_wp_pointers',''),(9051,312,'synced_gravatar_hashed_id','af3c21b370d5e3fdacc673462baeb37f'),(9052,312,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568250111\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"valentinybarra\";s:10:\"first_name\";s:8:\"Valentin\";s:9:\"last_name\";s:6:\"Ybarra\";s:10:\"user_email\";s:27:\"Valentin-Ybarra83@gmail.com\";}'),(9053,312,'form_id','17'),(9054,312,'timestamp','1568250111'),(9055,312,'request',''),(9056,312,'_wpnonce','308dad5265'),(9057,312,'_wp_http_referer','/register/'),(9059,312,'um_user_profile_url_slug_user_login','valentinybarra'),(9061,312,'full_name','valentin ybarra'),(9062,312,'account_status','approved'),(9063,312,'session_tokens','a:1:{s:64:\"0224dbc7541e41f4f8175e7880917e013e97274203110f8655c7543c527a9955\";a:4:{s:10:\"expiration\";i:1583820122;s:2:\"ip\";s:15:\"151.237.185.149\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568268122;}}'),(9064,312,'_um_last_login','1568250122'),(9065,312,'um_account_secure_fields','a:0:{}'),(9066,313,'nickname','lilliegrunwald'),(9067,313,'first_name','Lillie'),(9068,313,'last_name','Grunwald'),(9069,313,'description',''),(9070,313,'rich_editing','true'),(9071,313,'syntax_highlighting','true'),(9072,313,'comment_shortcuts','false'),(9073,313,'admin_color','fresh'),(9074,313,'use_ssl','0'),(9075,313,'show_admin_bar_front','true'),(9076,313,'locale',''),(9077,313,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9078,313,'wp_user_level','0'),(9079,313,'_yoast_wpseo_profile_updated','1568268585'),(9080,313,'dismissed_wp_pointers',''),(9081,313,'synced_gravatar_hashed_id','b888561943c4dfef52e18481f77aa6fc'),(9082,313,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568250572\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"lilliegrunwald\";s:10:\"first_name\";s:6:\"Lillie\";s:9:\"last_name\";s:8:\"Grunwald\";s:10:\"user_email\";s:27:\"Lillie.Grunwald57@gmail.com\";}'),(9083,313,'form_id','17'),(9084,313,'timestamp','1568250572'),(9085,313,'request',''),(9086,313,'_wpnonce','308dad5265'),(9087,313,'_wp_http_referer','/register/'),(9089,313,'um_user_profile_url_slug_user_login','lilliegrunwald'),(9091,313,'full_name','lillie grunwald'),(9092,313,'account_status','approved'),(9093,313,'session_tokens','a:1:{s:64:\"8ce3c05670e4577bfcdd6a8dadb29f44a2f9168654d88ec55624a61967ff8262\";a:4:{s:10:\"expiration\";i:1583820586;s:2:\"ip\";s:15:\"196.245.216.192\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568268586;}}'),(9094,313,'_um_last_login','1568250586'),(9095,313,'um_account_secure_fields','a:0:{}'),(9096,314,'nickname','launajephcott'),(9097,314,'first_name','Launa'),(9098,314,'last_name','Jephcott'),(9099,314,'description',''),(9100,314,'rich_editing','true'),(9101,314,'syntax_highlighting','true'),(9102,314,'comment_shortcuts','false'),(9103,314,'admin_color','fresh'),(9104,314,'use_ssl','0'),(9105,314,'show_admin_bar_front','true'),(9106,314,'locale',''),(9107,314,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9108,314,'wp_user_level','0'),(9109,314,'_yoast_wpseo_profile_updated','1568272031'),(9110,314,'dismissed_wp_pointers',''),(9111,314,'synced_gravatar_hashed_id','a6519f8b4c77cd2c6f6b8489a50ba7a5'),(9112,314,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568254022\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"launajephcott\";s:10:\"first_name\";s:5:\"Launa\";s:9:\"last_name\";s:8:\"Jephcott\";s:10:\"user_email\";s:26:\"Launa_Jephcott12@gmail.com\";}'),(9113,314,'form_id','17'),(9114,314,'timestamp','1568254022'),(9115,314,'request',''),(9116,314,'_wpnonce','308dad5265'),(9117,314,'_wp_http_referer','/register/'),(9119,314,'um_user_profile_url_slug_user_login','launajephcott'),(9121,314,'full_name','launa jephcott'),(9122,314,'account_status','approved'),(9123,314,'session_tokens','a:1:{s:64:\"b7900cbcce2251b6dddba2220915a97336010f81904688207d1553f7f42430ac\";a:4:{s:10:\"expiration\";i:1583824032;s:2:\"ip\";s:15:\"151.237.185.210\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568272032;}}'),(9124,314,'_um_last_login','1568254032'),(9125,314,'um_account_secure_fields','a:0:{}'),(9126,315,'nickname','jamilalozano639'),(9127,315,'first_name','Jamila'),(9128,315,'last_name','Lozano'),(9129,315,'description',''),(9130,315,'rich_editing','true'),(9131,315,'syntax_highlighting','true'),(9132,315,'comment_shortcuts','false'),(9133,315,'admin_color','fresh'),(9134,315,'use_ssl','0'),(9135,315,'show_admin_bar_front','true'),(9136,315,'locale',''),(9137,315,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9138,315,'wp_user_level','0'),(9139,315,'_yoast_wpseo_profile_updated','1568273378'),(9140,315,'dismissed_wp_pointers',''),(9141,315,'synced_gravatar_hashed_id','be83573cfeacb020205794cb89f81daf'),(9142,315,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568255371\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"jamilalozano639\";s:10:\"first_name\";s:6:\"Jamila\";s:9:\"last_name\";s:6:\"Lozano\";s:10:\"user_email\";s:23:\"Jamila-Lozano@gmail.com\";}'),(9143,315,'form_id','17'),(9144,315,'timestamp','1568255371'),(9145,315,'request',''),(9146,315,'_wpnonce','308dad5265'),(9147,315,'_wp_http_referer','/register/'),(9149,315,'um_user_profile_url_slug_user_login','jamilalozano639'),(9151,315,'full_name','jamila lozano'),(9152,315,'account_status','approved'),(9153,315,'session_tokens','a:1:{s:64:\"a350603cee246f9de8f4b932ffe1ddf27314991aaaf30bcb2e8ea3d86762421d\";a:4:{s:10:\"expiration\";i:1583825379;s:2:\"ip\";s:15:\"107.158.221.122\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568273379;}}'),(9154,315,'_um_last_login','1568255379'),(9155,315,'um_account_secure_fields','a:0:{}'),(9156,316,'nickname','tiaengland49'),(9157,316,'first_name','Tia'),(9158,316,'last_name','England'),(9159,316,'description',''),(9160,316,'rich_editing','true'),(9161,316,'syntax_highlighting','true'),(9162,316,'comment_shortcuts','false'),(9163,316,'admin_color','fresh'),(9164,316,'use_ssl','0'),(9165,316,'show_admin_bar_front','true'),(9166,316,'locale',''),(9167,316,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9168,316,'wp_user_level','0'),(9169,316,'_yoast_wpseo_profile_updated','1568275400'),(9170,316,'dismissed_wp_pointers',''),(9171,316,'synced_gravatar_hashed_id','473256bd64b4fbd84b939d2b47d6cd56'),(9172,316,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568257391\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"tiaengland49\";s:10:\"first_name\";s:3:\"Tia\";s:9:\"last_name\";s:7:\"England\";s:10:\"user_email\";s:21:\"Tia.England@gmail.com\";}'),(9173,316,'form_id','17'),(9174,316,'timestamp','1568257391'),(9175,316,'request',''),(9176,316,'_wpnonce','308dad5265'),(9177,316,'_wp_http_referer','/register/'),(9179,316,'um_user_profile_url_slug_user_login','tiaengland49'),(9181,316,'full_name','tia england'),(9182,316,'account_status','approved'),(9183,316,'session_tokens','a:1:{s:64:\"ff1b0b5d3574b39bc6f138e0a30c5b316833f66cd6f32d97fe2a153c5771cfb7\";a:4:{s:10:\"expiration\";i:1583827400;s:2:\"ip\";s:15:\"165.231.130.129\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568275400;}}'),(9184,316,'_um_last_login','1568257400'),(9185,316,'um_account_secure_fields','a:0:{}'),(9186,317,'nickname','lamarandersen17'),(9187,317,'first_name','Lamar'),(9188,317,'last_name','Andersen'),(9189,317,'description',''),(9190,317,'rich_editing','true'),(9191,317,'syntax_highlighting','true'),(9192,317,'comment_shortcuts','false'),(9193,317,'admin_color','fresh'),(9194,317,'use_ssl','0'),(9195,317,'show_admin_bar_front','true'),(9196,317,'locale',''),(9197,317,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9198,317,'wp_user_level','0'),(9199,317,'_yoast_wpseo_profile_updated','1568277174'),(9200,317,'dismissed_wp_pointers',''),(9201,317,'synced_gravatar_hashed_id','c9e426b8cf3442974a0e0baaadd56a37'),(9202,317,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568259165\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"lamarandersen17\";s:10:\"first_name\";s:5:\"Lamar\";s:9:\"last_name\";s:8:\"Andersen\";s:10:\"user_email\";s:26:\"Lamar_Andersen93@gmail.com\";}'),(9203,317,'form_id','17'),(9204,317,'timestamp','1568259165'),(9205,317,'request',''),(9206,317,'_wpnonce','308dad5265'),(9207,317,'_wp_http_referer','/register/'),(9209,317,'um_user_profile_url_slug_user_login','lamarandersen17'),(9211,317,'full_name','lamar andersen'),(9212,317,'account_status','approved'),(9213,317,'session_tokens','a:1:{s:64:\"2f269cbfa5ceac290f09bf0489855ab016299d34327ddd683949c06dfe66f147\";a:4:{s:10:\"expiration\";i:1583829175;s:2:\"ip\";s:14:\"193.228.56.108\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568277175;}}'),(9214,317,'_um_last_login','1568259175'),(9215,317,'um_account_secure_fields','a:0:{}'),(9216,318,'nickname','janet5942395835'),(9217,318,'first_name','Janet'),(9218,318,'last_name','Boswell'),(9219,318,'description',''),(9220,318,'rich_editing','true'),(9221,318,'syntax_highlighting','true'),(9222,318,'comment_shortcuts','false'),(9223,318,'admin_color','fresh'),(9224,318,'use_ssl','0'),(9225,318,'show_admin_bar_front','true'),(9226,318,'locale',''),(9227,318,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9228,318,'wp_user_level','0'),(9229,318,'_yoast_wpseo_profile_updated','1568280352'),(9230,318,'dismissed_wp_pointers',''),(9231,318,'synced_gravatar_hashed_id','8943b95e59e5202a38aad0f9d47fc092'),(9232,318,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568262344\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"janet5942395835\";s:10:\"first_name\";s:5:\"Janet\";s:9:\"last_name\";s:7:\"Boswell\";s:10:\"user_email\";s:24:\"Janet.Boswell9@gmail.com\";}'),(9233,318,'form_id','17'),(9234,318,'timestamp','1568262344'),(9235,318,'request',''),(9236,318,'redirect_to','https://buzz-caribbean.com/register/'),(9237,318,'_wpnonce','308dad5265'),(9238,318,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(9240,318,'um_user_profile_url_slug_user_login','janet5942395835'),(9242,318,'full_name','janet boswell'),(9243,318,'account_status','approved'),(9244,319,'nickname','melbaspofforth'),(9245,319,'first_name','Melba'),(9246,319,'last_name','Spofforth'),(9247,319,'description',''),(9248,319,'rich_editing','true'),(9249,319,'syntax_highlighting','true'),(9250,319,'comment_shortcuts','false'),(9251,319,'admin_color','fresh'),(9252,319,'use_ssl','0'),(9253,319,'show_admin_bar_front','true'),(9254,319,'locale',''),(9255,319,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9256,319,'wp_user_level','0'),(9257,319,'_yoast_wpseo_profile_updated','1568285663'),(9258,319,'dismissed_wp_pointers',''),(9259,319,'synced_gravatar_hashed_id','eba9fb17336647bd423eec1ab4d870e4'),(9260,319,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568267657\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"melbaspofforth\";s:10:\"first_name\";s:5:\"Melba\";s:9:\"last_name\";s:9:\"Spofforth\";s:10:\"user_email\";s:27:\"Melba-Spofforth56@gmail.com\";}'),(9261,319,'form_id','17'),(9262,319,'timestamp','1568267657'),(9263,319,'request',''),(9264,319,'_wpnonce','308dad5265'),(9265,319,'_wp_http_referer','/register/'),(9267,319,'um_user_profile_url_slug_user_login','melbaspofforth'),(9269,319,'full_name','melba spofforth'),(9270,319,'account_status','approved'),(9271,319,'session_tokens','a:1:{s:64:\"2edc15957cf2b7c617b690311c13ba98e770d01db18b4e4cc0e450547fbea0ff\";a:4:{s:10:\"expiration\";i:1583837664;s:2:\"ip\";s:14:\"176.61.137.222\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568285664;}}'),(9272,319,'_um_last_login','1568267664'),(9273,319,'um_account_secure_fields','a:0:{}'),(9274,320,'nickname','tobiashickey975'),(9275,320,'first_name','Tobias'),(9276,320,'last_name','Hickey'),(9277,320,'description',''),(9278,320,'rich_editing','true'),(9279,320,'syntax_highlighting','true'),(9280,320,'comment_shortcuts','false'),(9281,320,'admin_color','fresh'),(9282,320,'use_ssl','0'),(9283,320,'show_admin_bar_front','true'),(9284,320,'locale',''),(9285,320,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9286,320,'wp_user_level','0'),(9287,320,'_yoast_wpseo_profile_updated','1568287339'),(9288,320,'dismissed_wp_pointers',''),(9289,320,'synced_gravatar_hashed_id','181b84c36c02ab8730e426940d763a09'),(9290,320,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568269326\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"tobiashickey975\";s:10:\"first_name\";s:6:\"Tobias\";s:9:\"last_name\";s:6:\"Hickey\";s:10:\"user_email\";s:23:\"Tobias-Hickey@gmail.com\";}'),(9291,320,'form_id','17'),(9292,320,'timestamp','1568269326'),(9293,320,'request',''),(9294,320,'redirect_to','https://buzz-caribbean.com/register/'),(9295,320,'_wpnonce','308dad5265'),(9296,320,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(9298,320,'um_user_profile_url_slug_user_login','tobiashickey975'),(9300,320,'full_name','tobias hickey'),(9301,320,'account_status','approved'),(9302,321,'nickname','liambloodsworth'),(9303,321,'first_name','Liam'),(9304,321,'last_name','Bloodsworth'),(9305,321,'description',''),(9306,321,'rich_editing','true'),(9307,321,'syntax_highlighting','true'),(9308,321,'comment_shortcuts','false'),(9309,321,'admin_color','fresh'),(9310,321,'use_ssl','0'),(9311,321,'show_admin_bar_front','true'),(9312,321,'locale',''),(9313,321,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9314,321,'wp_user_level','0'),(9315,321,'_yoast_wpseo_profile_updated','1568287601'),(9316,321,'dismissed_wp_pointers',''),(9317,321,'synced_gravatar_hashed_id','88b8030adda0cce34805710307ebe4ad'),(9318,321,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568269593\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"308dad5265\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"liambloodsworth\";s:10:\"first_name\";s:4:\"Liam\";s:9:\"last_name\";s:11:\"Bloodsworth\";s:10:\"user_email\";s:28:\"Liam.Bloodsworth71@gmail.com\";}'),(9319,321,'form_id','17'),(9320,321,'timestamp','1568269593'),(9321,321,'request',''),(9322,321,'_wpnonce','308dad5265'),(9323,321,'_wp_http_referer','/register/'),(9325,321,'um_user_profile_url_slug_user_login','liambloodsworth'),(9327,321,'full_name','liam bloodsworth'),(9328,321,'account_status','approved'),(9329,321,'session_tokens','a:1:{s:64:\"ca8fbc08297031b2c615b215e868a594f9fe136e7fb92990181e613de7999324\";a:4:{s:10:\"expiration\";i:1583839602;s:2:\"ip\";s:15:\"196.245.216.107\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568287602;}}'),(9330,321,'_um_last_login','1568269602'),(9331,321,'um_account_secure_fields','a:0:{}'),(9332,322,'nickname','kinghumphery7'),(9333,322,'first_name','King'),(9334,322,'last_name','Humphery'),(9335,322,'description',''),(9336,322,'rich_editing','true'),(9337,322,'syntax_highlighting','true'),(9338,322,'comment_shortcuts','false'),(9339,322,'admin_color','fresh'),(9340,322,'use_ssl','0'),(9341,322,'show_admin_bar_front','true'),(9342,322,'locale',''),(9343,322,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9344,322,'wp_user_level','0'),(9345,322,'_yoast_wpseo_profile_updated','1568289951'),(9346,322,'dismissed_wp_pointers',''),(9347,322,'synced_gravatar_hashed_id','0d7c8ce0be69b1054cb7c82723ee4aef'),(9348,322,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568271942\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"kinghumphery7\";s:10:\"first_name\";s:4:\"King\";s:9:\"last_name\";s:8:\"Humphery\";s:10:\"user_email\";s:25:\"King-Humphery34@gmail.com\";}'),(9349,322,'form_id','17'),(9350,322,'timestamp','1568271942'),(9351,322,'request',''),(9352,322,'_wpnonce','13906ede18'),(9353,322,'_wp_http_referer','/register/'),(9355,322,'um_user_profile_url_slug_user_login','kinghumphery7'),(9357,322,'full_name','king humphery'),(9358,322,'account_status','approved'),(9359,322,'session_tokens','a:1:{s:64:\"c50dab5d42403fc57134d36b77c20c1d209b4ff9b2d2b7c894afa1ee034f03af\";a:4:{s:10:\"expiration\";i:1583841952;s:2:\"ip\";s:15:\"165.231.130.186\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568289952;}}'),(9360,322,'_um_last_login','1568271952'),(9361,322,'um_account_secure_fields','a:0:{}'),(9362,323,'nickname','buckramsden'),(9363,323,'first_name','Buck'),(9364,323,'last_name','Ramsden'),(9365,323,'description',''),(9366,323,'rich_editing','true'),(9367,323,'syntax_highlighting','true'),(9368,323,'comment_shortcuts','false'),(9369,323,'admin_color','fresh'),(9370,323,'use_ssl','0'),(9371,323,'show_admin_bar_front','true'),(9372,323,'locale',''),(9373,323,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9374,323,'wp_user_level','0'),(9375,323,'_yoast_wpseo_profile_updated','1568291772'),(9376,323,'dismissed_wp_pointers',''),(9377,323,'synced_gravatar_hashed_id','0c1088875fe01a6063531b39f89c8c91'),(9378,323,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568273762\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"buckramsden\";s:10:\"first_name\";s:4:\"Buck\";s:9:\"last_name\";s:7:\"Ramsden\";s:10:\"user_email\";s:22:\"Buck-Ramsden@gmail.com\";}'),(9379,323,'form_id','17'),(9380,323,'timestamp','1568273762'),(9381,323,'request',''),(9382,323,'_wpnonce','13906ede18'),(9383,323,'_wp_http_referer','/register/'),(9385,323,'um_user_profile_url_slug_user_login','buckramsden'),(9387,323,'full_name','buck ramsden'),(9388,323,'account_status','approved'),(9389,323,'session_tokens','a:1:{s:64:\"47be0b13b456be98afde3af60578410b8a913bc7cad3a900e3abf8e24213b0ee\";a:4:{s:10:\"expiration\";i:1583843773;s:2:\"ip\";s:15:\"165.231.130.186\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568291773;}}'),(9390,323,'_um_last_login','1568273773'),(9391,323,'um_account_secure_fields','a:0:{}'),(9392,324,'nickname','jeannietoosey3'),(9393,324,'first_name','Jeannie'),(9394,324,'last_name','Toosey'),(9395,324,'description',''),(9396,324,'rich_editing','true'),(9397,324,'syntax_highlighting','true'),(9398,324,'comment_shortcuts','false'),(9399,324,'admin_color','fresh'),(9400,324,'use_ssl','0'),(9401,324,'show_admin_bar_front','true'),(9402,324,'locale',''),(9403,324,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9404,324,'wp_user_level','0'),(9405,324,'_yoast_wpseo_profile_updated','1568294281'),(9406,324,'dismissed_wp_pointers',''),(9407,324,'synced_gravatar_hashed_id','707e4783c00cf910a3944940eb81e59b'),(9408,324,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568276272\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"jeannietoosey3\";s:10:\"first_name\";s:7:\"Jeannie\";s:9:\"last_name\";s:6:\"Toosey\";s:10:\"user_email\";s:24:\"Jeannie-Toosey@gmail.com\";}'),(9409,324,'form_id','17'),(9410,324,'timestamp','1568276272'),(9411,324,'request',''),(9412,324,'_wpnonce','13906ede18'),(9413,324,'_wp_http_referer','/register/'),(9415,324,'um_user_profile_url_slug_user_login','jeannietoosey3'),(9417,324,'full_name','jeannie toosey'),(9418,324,'account_status','approved'),(9419,324,'session_tokens','a:1:{s:64:\"a9d5dd669a596128c5c17d9162178843be6b62d85c2cd7197957088998a36592\";a:4:{s:10:\"expiration\";i:1583846282;s:2:\"ip\";s:15:\"144.168.201.151\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568294282;}}'),(9420,324,'_um_last_login','1568276282'),(9421,324,'um_account_secure_fields','a:0:{}'),(9422,325,'nickname','clevelandmccool'),(9423,325,'first_name','Cleveland'),(9424,325,'last_name','Mccool'),(9425,325,'description',''),(9426,325,'rich_editing','true'),(9427,325,'syntax_highlighting','true'),(9428,325,'comment_shortcuts','false'),(9429,325,'admin_color','fresh'),(9430,325,'use_ssl','0'),(9431,325,'show_admin_bar_front','true'),(9432,325,'locale',''),(9433,325,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9434,325,'wp_user_level','0'),(9435,325,'_yoast_wpseo_profile_updated','1568295265'),(9436,325,'dismissed_wp_pointers',''),(9437,325,'synced_gravatar_hashed_id','6ba007ddc2c6e7b017645da2b68d6196'),(9438,325,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568277259\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"clevelandmccool\";s:10:\"first_name\";s:9:\"Cleveland\";s:9:\"last_name\";s:6:\"Mccool\";s:10:\"user_email\";s:28:\"Cleveland_Mccool69@gmail.com\";}'),(9439,325,'form_id','17'),(9440,325,'timestamp','1568277259'),(9441,325,'request',''),(9442,325,'_wpnonce','13906ede18'),(9443,325,'_wp_http_referer','/register/'),(9445,325,'um_user_profile_url_slug_user_login','clevelandmccool'),(9447,325,'full_name','cleveland mccool'),(9448,325,'account_status','approved'),(9449,325,'session_tokens','a:1:{s:64:\"b3e1094ddd4d482b200b8f1aef6dc89be805cc8ff360fb9292eef29d70eb6f39\";a:4:{s:10:\"expiration\";i:1583847266;s:2:\"ip\";s:15:\"196.245.216.107\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568295266;}}'),(9450,325,'_um_last_login','1568277266'),(9451,325,'um_account_secure_fields','a:0:{}'),(9464,326,'nickname','alphonsogilyard'),(9465,326,'first_name','Alphonso'),(9466,326,'last_name','Gilyard'),(9467,326,'description',''),(9468,326,'rich_editing','true'),(9469,326,'syntax_highlighting','true'),(9470,326,'comment_shortcuts','false'),(9471,326,'admin_color','fresh'),(9472,326,'use_ssl','0'),(9473,326,'show_admin_bar_front','true'),(9474,326,'locale',''),(9475,326,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9476,326,'wp_user_level','0'),(9477,326,'_yoast_wpseo_profile_updated','1568297924'),(9478,326,'dismissed_wp_pointers',''),(9479,326,'synced_gravatar_hashed_id','157f5a8caa7dfd874176afda43e58a53'),(9480,326,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568279917\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"alphonsogilyard\";s:10:\"first_name\";s:8:\"Alphonso\";s:9:\"last_name\";s:7:\"Gilyard\";s:10:\"user_email\";s:28:\"Alphonso_Gilyard58@gmail.com\";}'),(9481,326,'form_id','17'),(9482,326,'timestamp','1568279917'),(9483,326,'request',''),(9484,326,'_wpnonce','13906ede18'),(9485,326,'_wp_http_referer','/register/'),(9487,326,'um_user_profile_url_slug_user_login','alphonsogilyard'),(9489,326,'full_name','alphonso gilyard'),(9490,326,'account_status','approved'),(9491,326,'session_tokens','a:1:{s:64:\"ee24e6334dfc0130483c114333cd0d06ae06ac12e2c55b440990aca74c7151bc\";a:4:{s:10:\"expiration\";i:1583849924;s:2:\"ip\";s:14:\"193.228.56.111\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568297924;}}'),(9492,326,'_um_last_login','1568279924'),(9493,326,'um_account_secure_fields','a:0:{}'),(9494,16,'redeemedoffers','a:4:{i:0;i:2600;i:1;i:2566;i:2;i:8681;i:3;i:8710;}'),(9495,327,'nickname','agustinkearney7'),(9496,327,'first_name','Agustin'),(9497,327,'last_name','Kearney'),(9498,327,'description',''),(9499,327,'rich_editing','true'),(9500,327,'syntax_highlighting','true'),(9501,327,'comment_shortcuts','false'),(9502,327,'admin_color','fresh'),(9503,327,'use_ssl','0'),(9504,327,'show_admin_bar_front','true'),(9505,327,'locale',''),(9506,327,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9507,327,'wp_user_level','0'),(9508,327,'_yoast_wpseo_profile_updated','1568300001'),(9509,327,'dismissed_wp_pointers',''),(9510,327,'synced_gravatar_hashed_id','df2bd8c9966ed5edb904f8af14585354'),(9511,327,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568281994\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"agustinkearney7\";s:10:\"first_name\";s:7:\"Agustin\";s:9:\"last_name\";s:7:\"Kearney\";s:10:\"user_email\";s:26:\"Agustin.Kearney1@gmail.com\";}'),(9512,327,'form_id','17'),(9513,327,'timestamp','1568281994'),(9514,327,'request',''),(9515,327,'redirect_to','https://buzz-caribbean.com/register/'),(9516,327,'_wpnonce','13906ede18'),(9517,327,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(9519,327,'um_user_profile_url_slug_user_login','agustinkearney7'),(9521,327,'full_name','agustin kearney'),(9522,327,'account_status','approved'),(9523,328,'nickname','chanteheller3'),(9524,328,'first_name','Chante'),(9525,328,'last_name','Heller'),(9526,328,'description',''),(9527,328,'rich_editing','true'),(9528,328,'syntax_highlighting','true'),(9529,328,'comment_shortcuts','false'),(9530,328,'admin_color','fresh'),(9531,328,'use_ssl','0'),(9532,328,'show_admin_bar_front','true'),(9533,328,'locale',''),(9534,328,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9535,328,'wp_user_level','0'),(9536,328,'_yoast_wpseo_profile_updated','1568303803'),(9537,328,'dismissed_wp_pointers',''),(9538,328,'synced_gravatar_hashed_id','56179fafeedd3765d8800609f8fac6b8'),(9539,328,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568285792\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:13:\"chanteheller3\";s:10:\"first_name\";s:6:\"Chante\";s:9:\"last_name\";s:6:\"Heller\";s:10:\"user_email\";s:23:\"Chante-Heller@gmail.com\";}'),(9540,328,'form_id','17'),(9541,328,'timestamp','1568285792'),(9542,328,'request',''),(9543,328,'redirect_to','https://buzz-caribbean.com/register/'),(9544,328,'_wpnonce','13906ede18'),(9545,328,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(9547,328,'um_user_profile_url_slug_user_login','chanteheller3'),(9549,328,'full_name','chante heller'),(9550,328,'account_status','approved'),(9551,329,'nickname','crystleh77'),(9552,329,'first_name','Crystle'),(9553,329,'last_name','Espinoza'),(9554,329,'description',''),(9555,329,'rich_editing','true'),(9556,329,'syntax_highlighting','true'),(9557,329,'comment_shortcuts','false'),(9558,329,'admin_color','fresh'),(9559,329,'use_ssl','0'),(9560,329,'show_admin_bar_front','true'),(9561,329,'locale',''),(9562,329,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9563,329,'wp_user_level','0'),(9564,329,'_yoast_wpseo_profile_updated','1568304032'),(9565,329,'dismissed_wp_pointers',''),(9566,329,'synced_gravatar_hashed_id','c24f84b68f58b7baec9693c99519902f'),(9567,329,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568286024\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"crystleh77\";s:10:\"first_name\";s:7:\"Crystle\";s:9:\"last_name\";s:8:\"Espinoza\";s:10:\"user_email\";s:26:\"Crystle_Espinoza@gmail.com\";}'),(9568,329,'form_id','17'),(9569,329,'timestamp','1568286024'),(9570,329,'request',''),(9571,329,'_wpnonce','13906ede18'),(9572,329,'_wp_http_referer','/register/'),(9574,329,'um_user_profile_url_slug_user_login','crystleh77'),(9576,329,'full_name','crystle espinoza'),(9577,329,'account_status','approved'),(9578,329,'session_tokens','a:1:{s:64:\"41c02dd1b9cdc9ddb3f43c0b19d53b60cb77098e71b06a3a0ed471ea38a54d35\";a:4:{s:10:\"expiration\";i:1583856032;s:2:\"ip\";s:15:\"165.231.130.129\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568304032;}}'),(9579,329,'_um_last_login','1568286032'),(9580,329,'um_account_secure_fields','a:0:{}'),(9581,330,'nickname','oygmikayla'),(9582,330,'first_name','Mikayla'),(9583,330,'last_name','Temple'),(9584,330,'description',''),(9585,330,'rich_editing','true'),(9586,330,'syntax_highlighting','true'),(9587,330,'comment_shortcuts','false'),(9588,330,'admin_color','fresh'),(9589,330,'use_ssl','0'),(9590,330,'show_admin_bar_front','true'),(9591,330,'locale',''),(9592,330,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9593,330,'wp_user_level','0'),(9594,330,'_yoast_wpseo_profile_updated','1568304895'),(9595,330,'dismissed_wp_pointers',''),(9596,330,'synced_gravatar_hashed_id','c542d58555adc9a3ea9762be167962a9'),(9597,330,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568286884\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"oygmikayla\";s:10:\"first_name\";s:7:\"Mikayla\";s:9:\"last_name\";s:6:\"Temple\";s:10:\"user_email\";s:26:\"Mikayla.Temple33@gmail.com\";}'),(9598,330,'form_id','17'),(9599,330,'timestamp','1568286884'),(9600,330,'request',''),(9601,330,'_wpnonce','13906ede18'),(9602,330,'_wp_http_referer','/register/'),(9604,330,'um_user_profile_url_slug_user_login','oygmikayla'),(9606,330,'full_name','mikayla temple'),(9607,330,'account_status','approved'),(9608,330,'session_tokens','a:1:{s:64:\"9adc514fe09311c914ce885ba7aaac75c0edde127690229859687331e8496d14\";a:4:{s:10:\"expiration\";i:1583856896;s:2:\"ip\";s:15:\"144.168.201.141\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568304896;}}'),(9609,330,'_um_last_login','1568286896'),(9610,330,'um_account_secure_fields','a:0:{}'),(9611,331,'nickname','duaneliebe936'),(9612,331,'first_name','Duane'),(9613,331,'last_name','Liebe'),(9614,331,'description',''),(9615,331,'rich_editing','true'),(9616,331,'syntax_highlighting','true'),(9617,331,'comment_shortcuts','false'),(9618,331,'admin_color','fresh'),(9619,331,'use_ssl','0'),(9620,331,'show_admin_bar_front','true'),(9621,331,'locale',''),(9622,331,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9623,331,'wp_user_level','0'),(9624,331,'_yoast_wpseo_profile_updated','1568306394'),(9625,331,'dismissed_wp_pointers',''),(9626,331,'synced_gravatar_hashed_id','4ddf9c3f0196d1f99a886dce797dc987'),(9627,331,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568288385\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"duaneliebe936\";s:10:\"first_name\";s:5:\"Duane\";s:9:\"last_name\";s:5:\"Liebe\";s:10:\"user_email\";s:23:\"Duane_Liebe20@gmail.com\";}'),(9628,331,'form_id','17'),(9629,331,'timestamp','1568288385'),(9630,331,'request',''),(9631,331,'_wpnonce','13906ede18'),(9632,331,'_wp_http_referer','/register/'),(9634,331,'um_user_profile_url_slug_user_login','duaneliebe936'),(9636,331,'full_name','duane liebe'),(9637,331,'account_status','approved'),(9638,331,'session_tokens','a:1:{s:64:\"ad24ae5ed578846e17313b8eb44c432c5b73aa2d1a3c683b96790451815448b3\";a:4:{s:10:\"expiration\";i:1583858394;s:2:\"ip\";s:15:\"107.158.221.149\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568306394;}}'),(9639,331,'_um_last_login','1568288394'),(9640,331,'um_account_secure_fields','a:0:{}'),(9641,332,'nickname','gusrodriguez79'),(9642,332,'first_name','Gus'),(9643,332,'last_name','Rodriguez'),(9644,332,'description',''),(9645,332,'rich_editing','true'),(9646,332,'syntax_highlighting','true'),(9647,332,'comment_shortcuts','false'),(9648,332,'admin_color','fresh'),(9649,332,'use_ssl','0'),(9650,332,'show_admin_bar_front','true'),(9651,332,'locale',''),(9652,332,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9653,332,'wp_user_level','0'),(9654,332,'_yoast_wpseo_profile_updated','1568308405'),(9655,332,'dismissed_wp_pointers',''),(9656,332,'synced_gravatar_hashed_id','1234e56c0ad369f47ac6139b913ea460'),(9657,332,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568290394\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"gusrodriguez79\";s:10:\"first_name\";s:3:\"Gus\";s:9:\"last_name\";s:9:\"Rodriguez\";s:10:\"user_email\";s:23:\"Gus.Rodriguez@gmail.com\";}'),(9658,332,'form_id','17'),(9659,332,'timestamp','1568290394'),(9660,332,'request',''),(9661,332,'_wpnonce','13906ede18'),(9662,332,'_wp_http_referer','/register/'),(9664,332,'um_user_profile_url_slug_user_login','gusrodriguez79'),(9666,332,'full_name','gus rodriguez'),(9667,332,'account_status','approved'),(9668,332,'session_tokens','a:1:{s:64:\"a02b6ec964990a47f59b690c6bb0fee0ab6a9877e8dfa85178fd7b785f4e1841\";a:4:{s:10:\"expiration\";i:1583860406;s:2:\"ip\";s:15:\"107.158.221.122\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568308406;}}'),(9669,332,'_um_last_login','1568290406'),(9670,332,'um_account_secure_fields','a:0:{}'),(9671,333,'nickname','juliederrington'),(9672,333,'first_name','Julie'),(9673,333,'last_name','Derrington'),(9674,333,'description',''),(9675,333,'rich_editing','true'),(9676,333,'syntax_highlighting','true'),(9677,333,'comment_shortcuts','false'),(9678,333,'admin_color','fresh'),(9679,333,'use_ssl','0'),(9680,333,'show_admin_bar_front','true'),(9681,333,'locale',''),(9682,333,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9683,333,'wp_user_level','0'),(9684,333,'_yoast_wpseo_profile_updated','1568310845'),(9685,333,'dismissed_wp_pointers',''),(9686,333,'synced_gravatar_hashed_id','d1fa798c8a81489e5ee4087cac761304'),(9687,333,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568292834\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"juliederrington\";s:10:\"first_name\";s:5:\"Julie\";s:9:\"last_name\";s:10:\"Derrington\";s:10:\"user_email\";s:26:\"Julie-Derrington@gmail.com\";}'),(9688,333,'form_id','17'),(9689,333,'timestamp','1568292834'),(9690,333,'request',''),(9691,333,'redirect_to','https://buzz-caribbean.com/register/'),(9692,333,'_wpnonce','13906ede18'),(9693,333,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(9695,333,'um_user_profile_url_slug_user_login','juliederrington'),(9697,333,'full_name','julie derrington'),(9698,333,'account_status','approved'),(9699,334,'nickname','klauscervantes3'),(9700,334,'first_name','Klaus'),(9701,334,'last_name','Cervantes'),(9702,334,'description',''),(9703,334,'rich_editing','true'),(9704,334,'syntax_highlighting','true'),(9705,334,'comment_shortcuts','false'),(9706,334,'admin_color','fresh'),(9707,334,'use_ssl','0'),(9708,334,'show_admin_bar_front','true'),(9709,334,'locale',''),(9710,334,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9711,334,'wp_user_level','0'),(9712,334,'_yoast_wpseo_profile_updated','1568311275'),(9713,334,'dismissed_wp_pointers',''),(9714,334,'synced_gravatar_hashed_id','fe36a71cbaafc6c77c8ff59d1a2df9e3'),(9715,334,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568293265\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"klauscervantes3\";s:10:\"first_name\";s:5:\"Klaus\";s:9:\"last_name\";s:9:\"Cervantes\";s:10:\"user_email\";s:25:\"Klaus-Cervantes@gmail.com\";}'),(9716,334,'form_id','17'),(9717,334,'timestamp','1568293265'),(9718,334,'request',''),(9719,334,'_wpnonce','13906ede18'),(9720,334,'_wp_http_referer','/register/'),(9722,334,'um_user_profile_url_slug_user_login','klauscervantes3'),(9724,334,'full_name','klaus cervantes'),(9725,334,'account_status','approved'),(9726,334,'session_tokens','a:1:{s:64:\"d05ec2e12e78ae0794779b8eee9a273e9c3380841d9a1386bfa7bba87d2c483b\";a:4:{s:10:\"expiration\";i:1583863276;s:2:\"ip\";s:15:\"144.168.201.141\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568311276;}}'),(9727,334,'_um_last_login','1568293276'),(9728,334,'um_account_secure_fields','a:0:{}'),(9729,335,'nickname','forrestdonovan4'),(9730,335,'first_name','Forrest'),(9731,335,'last_name','Donovan'),(9732,335,'description',''),(9733,335,'rich_editing','true'),(9734,335,'syntax_highlighting','true'),(9735,335,'comment_shortcuts','false'),(9736,335,'admin_color','fresh'),(9737,335,'use_ssl','0'),(9738,335,'show_admin_bar_front','true'),(9739,335,'locale',''),(9740,335,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9741,335,'wp_user_level','0'),(9742,335,'_yoast_wpseo_profile_updated','1568312237'),(9743,335,'dismissed_wp_pointers',''),(9744,335,'synced_gravatar_hashed_id','7d6f5940ee9094c0a1acefbb70b36740'),(9745,335,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568294230\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"forrestdonovan4\";s:10:\"first_name\";s:7:\"Forrest\";s:9:\"last_name\";s:7:\"Donovan\";s:10:\"user_email\";s:27:\"Forrest-Donovan15@gmail.com\";}'),(9746,335,'form_id','17'),(9747,335,'timestamp','1568294230'),(9748,335,'request',''),(9749,335,'_wpnonce','13906ede18'),(9750,335,'_wp_http_referer','/register/'),(9752,335,'um_user_profile_url_slug_user_login','forrestdonovan4'),(9754,335,'full_name','forrest donovan'),(9755,335,'account_status','approved'),(9756,335,'session_tokens','a:1:{s:64:\"abe7fcc8cf82cd3606c4ac0191867a6c890ba390358547b841c93e69b3ef222e\";a:4:{s:10:\"expiration\";i:1583864238;s:2:\"ip\";s:15:\"107.158.221.154\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568312238;}}'),(9757,335,'_um_last_login','1568294238'),(9758,335,'um_account_secure_fields','a:0:{}'),(9759,336,'nickname','darrenloe29738'),(9760,336,'first_name','Darren'),(9761,336,'last_name','Loe'),(9762,336,'description',''),(9763,336,'rich_editing','true'),(9764,336,'syntax_highlighting','true'),(9765,336,'comment_shortcuts','false'),(9766,336,'admin_color','fresh'),(9767,336,'use_ssl','0'),(9768,336,'show_admin_bar_front','true'),(9769,336,'locale',''),(9770,336,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9771,336,'wp_user_level','0'),(9772,336,'_yoast_wpseo_profile_updated','1568313489'),(9773,336,'dismissed_wp_pointers',''),(9774,336,'synced_gravatar_hashed_id','c14e9494526067022a2089e24044310f'),(9775,336,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568295479\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"darrenloe29738\";s:10:\"first_name\";s:6:\"Darren\";s:9:\"last_name\";s:3:\"Loe\";s:10:\"user_email\";s:20:\"Darren_Loe@gmail.com\";}'),(9776,336,'form_id','17'),(9777,336,'timestamp','1568295479'),(9778,336,'request',''),(9779,336,'_wpnonce','13906ede18'),(9780,336,'_wp_http_referer','/register/'),(9782,336,'um_user_profile_url_slug_user_login','darrenloe29738'),(9784,336,'full_name','darren loe'),(9785,336,'account_status','approved'),(9786,336,'session_tokens','a:1:{s:64:\"90c9d1e3ef2eeb44894a2a89e6a91f21c8bf37a0300a30d659508d71091d850e\";a:4:{s:10:\"expiration\";i:1583865490;s:2:\"ip\";s:15:\"196.245.216.133\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568313490;}}'),(9787,336,'_um_last_login','1568295490'),(9788,336,'um_account_secure_fields','a:0:{}'),(9789,337,'nickname','hildredbarna13'),(9790,337,'first_name','Hildred'),(9791,337,'last_name','Barna'),(9792,337,'description',''),(9793,337,'rich_editing','true'),(9794,337,'syntax_highlighting','true'),(9795,337,'comment_shortcuts','false'),(9796,337,'admin_color','fresh'),(9797,337,'use_ssl','0'),(9798,337,'show_admin_bar_front','true'),(9799,337,'locale',''),(9800,337,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9801,337,'wp_user_level','0'),(9802,337,'_yoast_wpseo_profile_updated','1568315989'),(9803,337,'dismissed_wp_pointers',''),(9804,337,'synced_gravatar_hashed_id','072d43f8dea02cd828f6b27a741f4275'),(9805,337,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568297982\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"hildredbarna13\";s:10:\"first_name\";s:7:\"Hildred\";s:9:\"last_name\";s:5:\"Barna\";s:10:\"user_email\";s:23:\"Hildred-Barna@gmail.com\";}'),(9806,337,'form_id','17'),(9807,337,'timestamp','1568297982'),(9808,337,'request',''),(9809,337,'_wpnonce','13906ede18'),(9810,337,'_wp_http_referer','/register/'),(9812,337,'um_user_profile_url_slug_user_login','hildredbarna13'),(9814,337,'full_name','hildred barna'),(9815,337,'account_status','approved'),(9816,337,'session_tokens','a:1:{s:64:\"952dcf47f8d2b116d51404dc8c8a2335bf81b41adb03c50fc12000443b2da853\";a:4:{s:10:\"expiration\";i:1583867989;s:2:\"ip\";s:15:\"151.237.185.149\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568315989;}}'),(9817,337,'_um_last_login','1568297989'),(9818,337,'um_account_secure_fields','a:0:{}'),(9819,338,'nickname','sheliasaywell1'),(9820,338,'first_name','Shelia'),(9821,338,'last_name','Saywell'),(9822,338,'description',''),(9823,338,'rich_editing','true'),(9824,338,'syntax_highlighting','true'),(9825,338,'comment_shortcuts','false'),(9826,338,'admin_color','fresh'),(9827,338,'use_ssl','0'),(9828,338,'show_admin_bar_front','true'),(9829,338,'locale',''),(9830,338,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9831,338,'wp_user_level','0'),(9832,338,'_yoast_wpseo_profile_updated','1568316481'),(9833,338,'dismissed_wp_pointers',''),(9834,338,'synced_gravatar_hashed_id','ebf064f7491d96968fc89ccc02bc4e34'),(9835,338,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568298475\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"sheliasaywell1\";s:10:\"first_name\";s:6:\"Shelia\";s:9:\"last_name\";s:7:\"Saywell\";s:10:\"user_email\";s:24:\"Shelia_Saywell@gmail.com\";}'),(9836,338,'form_id','17'),(9837,338,'timestamp','1568298475'),(9838,338,'request',''),(9839,338,'redirect_to','https://buzz-caribbean.com/register/'),(9840,338,'_wpnonce','13906ede18'),(9841,338,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(9843,338,'um_user_profile_url_slug_user_login','sheliasaywell1'),(9845,338,'full_name','shelia saywell'),(9846,338,'account_status','approved'),(9847,339,'nickname','lacywashington3'),(9848,339,'first_name','Lacy'),(9849,339,'last_name','Washington'),(9850,339,'description',''),(9851,339,'rich_editing','true'),(9852,339,'syntax_highlighting','true'),(9853,339,'comment_shortcuts','false'),(9854,339,'admin_color','fresh'),(9855,339,'use_ssl','0'),(9856,339,'show_admin_bar_front','true'),(9857,339,'locale',''),(9858,339,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9859,339,'wp_user_level','0'),(9860,339,'_yoast_wpseo_profile_updated','1568318034'),(9861,339,'dismissed_wp_pointers',''),(9862,339,'synced_gravatar_hashed_id','544b7bac284153bf490f3c7d503b6efe'),(9863,339,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568300026\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"lacywashington3\";s:10:\"first_name\";s:4:\"Lacy\";s:9:\"last_name\";s:10:\"Washington\";s:10:\"user_email\";s:27:\"Lacy.Washington25@gmail.com\";}'),(9864,339,'form_id','17'),(9865,339,'timestamp','1568300026'),(9866,339,'request',''),(9867,339,'_wpnonce','13906ede18'),(9868,339,'_wp_http_referer','/register/'),(9870,339,'um_user_profile_url_slug_user_login','lacywashington3'),(9872,339,'full_name','lacy washington'),(9873,339,'account_status','approved'),(9874,339,'session_tokens','a:1:{s:64:\"bf4c368c79e774cfac99d591ad3e227782f3d7fde8ff6921af661b0a65b6a208\";a:4:{s:10:\"expiration\";i:1583870034;s:2:\"ip\";s:14:\"193.228.56.153\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568318034;}}'),(9875,339,'_um_last_login','1568300034'),(9876,339,'um_account_secure_fields','a:0:{}'),(9877,340,'nickname','ginamckelvy97'),(9878,340,'first_name','Gina'),(9879,340,'last_name','McKelvy'),(9880,340,'description',''),(9881,340,'rich_editing','true'),(9882,340,'syntax_highlighting','true'),(9883,340,'comment_shortcuts','false'),(9884,340,'admin_color','fresh'),(9885,340,'use_ssl','0'),(9886,340,'show_admin_bar_front','true'),(9887,340,'locale',''),(9888,340,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9889,340,'wp_user_level','0'),(9890,340,'_yoast_wpseo_profile_updated','1568320071'),(9891,340,'dismissed_wp_pointers',''),(9892,340,'synced_gravatar_hashed_id','0815822e5e2a323806e2a65ffb792b2b'),(9893,340,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568302063\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"ginamckelvy97\";s:10:\"first_name\";s:4:\"Gina\";s:9:\"last_name\";s:7:\"McKelvy\";s:10:\"user_email\";s:24:\"Gina-McKelvy17@gmail.com\";}'),(9894,340,'form_id','17'),(9895,340,'timestamp','1568302063'),(9896,340,'request',''),(9897,340,'_wpnonce','13906ede18'),(9898,340,'_wp_http_referer','/register/'),(9900,340,'um_user_profile_url_slug_user_login','ginamckelvy97'),(9902,340,'full_name','gina mckelvy'),(9903,340,'account_status','approved'),(9904,340,'session_tokens','a:1:{s:64:\"759a4f6915e0a4ec2e91e22934b6a89e8b614548a8edc3a0b0b5ea8a38017beb\";a:4:{s:10:\"expiration\";i:1583872071;s:2:\"ip\";s:15:\"196.245.216.168\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568320071;}}'),(9905,340,'_um_last_login','1568302071'),(9906,340,'um_account_secure_fields','a:0:{}'),(9907,341,'nickname','hamish4946'),(9908,341,'first_name','Hamish'),(9909,341,'last_name','Weddle'),(9910,341,'description',''),(9911,341,'rich_editing','true'),(9912,341,'syntax_highlighting','true'),(9913,341,'comment_shortcuts','false'),(9914,341,'admin_color','fresh'),(9915,341,'use_ssl','0'),(9916,341,'show_admin_bar_front','true'),(9917,341,'locale',''),(9918,341,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9919,341,'wp_user_level','0'),(9920,341,'_yoast_wpseo_profile_updated','1568320392'),(9921,341,'dismissed_wp_pointers',''),(9922,341,'synced_gravatar_hashed_id','36370342316af63f873c19760d8e9d58'),(9923,341,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568302383\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"hamish4946\";s:10:\"first_name\";s:6:\"Hamish\";s:9:\"last_name\";s:6:\"Weddle\";s:10:\"user_email\";s:23:\"Hamish-Weddle@gmail.com\";}'),(9924,341,'form_id','17'),(9925,341,'timestamp','1568302383'),(9926,341,'request',''),(9927,341,'_wpnonce','13906ede18'),(9928,341,'_wp_http_referer','/register/'),(9930,341,'um_user_profile_url_slug_user_login','hamish4946'),(9932,341,'full_name','hamish weddle'),(9933,341,'account_status','approved'),(9934,341,'session_tokens','a:1:{s:64:\"e9fa1003d11dec2d0785ecc1a1a5af891824b0200bed75eb0da7496976f3cd0a\";a:4:{s:10:\"expiration\";i:1583872393;s:2:\"ip\";s:15:\"165.231.130.186\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568320393;}}'),(9935,341,'_um_last_login','1568302393'),(9936,341,'um_account_secure_fields','a:0:{}'),(9937,342,'nickname','danigek8789'),(9938,342,'first_name','Dani'),(9939,342,'last_name','McPeak'),(9940,342,'description',''),(9941,342,'rich_editing','true'),(9942,342,'syntax_highlighting','true'),(9943,342,'comment_shortcuts','false'),(9944,342,'admin_color','fresh'),(9945,342,'use_ssl','0'),(9946,342,'show_admin_bar_front','true'),(9947,342,'locale',''),(9948,342,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9949,342,'wp_user_level','0'),(9950,342,'_yoast_wpseo_profile_updated','1568321438'),(9951,342,'dismissed_wp_pointers',''),(9952,342,'synced_gravatar_hashed_id','e6e9a4a9fc83aaa89c5081a28472827d'),(9953,342,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568303430\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"danigek8789\";s:10:\"first_name\";s:4:\"Dani\";s:9:\"last_name\";s:6:\"McPeak\";s:10:\"user_email\";s:23:\"Dani.McPeak11@gmail.com\";}'),(9954,342,'form_id','17'),(9955,342,'timestamp','1568303430'),(9956,342,'request',''),(9957,342,'_wpnonce','13906ede18'),(9958,342,'_wp_http_referer','/register/'),(9960,342,'um_user_profile_url_slug_user_login','danigek8789'),(9962,342,'full_name','dani mcpeak'),(9963,342,'account_status','approved'),(9964,342,'session_tokens','a:1:{s:64:\"0ba8b893eb573d8557a1886a90840d1d51da16478bde1201f93cf0202cb57d45\";a:4:{s:10:\"expiration\";i:1583873439;s:2:\"ip\";s:15:\"165.231.130.186\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568321439;}}'),(9965,342,'_um_last_login','1568303439'),(9966,342,'um_account_secure_fields','a:0:{}'),(9967,343,'nickname','christinareveley'),(9968,343,'first_name','Christina'),(9969,343,'last_name','Reveley'),(9970,343,'description',''),(9971,343,'rich_editing','true'),(9972,343,'syntax_highlighting','true'),(9973,343,'comment_shortcuts','false'),(9974,343,'admin_color','fresh'),(9975,343,'use_ssl','0'),(9976,343,'show_admin_bar_front','true'),(9977,343,'locale',''),(9978,343,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9979,343,'wp_user_level','0'),(9980,343,'_yoast_wpseo_profile_updated','1568321745'),(9981,343,'dismissed_wp_pointers',''),(9982,343,'synced_gravatar_hashed_id','5eb5dd89dda961b75de63caace45cdd8'),(9983,343,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568303739\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:16:\"christinareveley\";s:10:\"first_name\";s:9:\"Christina\";s:9:\"last_name\";s:7:\"Reveley\";s:10:\"user_email\";s:21:\"brommerenopey@aol.com\";}'),(9984,343,'form_id','17'),(9985,343,'timestamp','1568303739'),(9986,343,'request',''),(9987,343,'redirect_to','https://buzz-caribbean.com/register/'),(9988,343,'_wpnonce','13906ede18'),(9989,343,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(9991,343,'um_user_profile_url_slug_user_login','christinareveley'),(9993,343,'full_name','christina reveley'),(9994,343,'account_status','approved'),(9995,344,'nickname','milagro47o'),(9996,344,'first_name','Milagro'),(9997,344,'last_name','Shrader'),(9998,344,'description',''),(9999,344,'rich_editing','true'),(10000,344,'syntax_highlighting','true'),(10001,344,'comment_shortcuts','false'),(10002,344,'admin_color','fresh'),(10003,344,'use_ssl','0'),(10004,344,'show_admin_bar_front','true'),(10005,344,'locale',''),(10006,344,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10007,344,'wp_user_level','0'),(10008,344,'_yoast_wpseo_profile_updated','1568322015'),(10009,344,'dismissed_wp_pointers',''),(10010,344,'synced_gravatar_hashed_id','3d2e624755172a04b095ba980692be0f'),(10011,344,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568304005\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"milagro47o\";s:10:\"first_name\";s:7:\"Milagro\";s:9:\"last_name\";s:7:\"Shrader\";s:10:\"user_email\";s:25:\"Milagro_Shrader@gmail.com\";}'),(10012,344,'form_id','17'),(10013,344,'timestamp','1568304005'),(10014,344,'request',''),(10015,344,'_wpnonce','13906ede18'),(10016,344,'_wp_http_referer','/register/'),(10018,344,'um_user_profile_url_slug_user_login','milagro47o'),(10020,344,'full_name','milagro shrader'),(10021,344,'account_status','approved'),(10022,344,'session_tokens','a:1:{s:64:\"531222dd2ce2f9448e3d79c4915e662808c638f74b5ab3dff1bf11f2a3d53f22\";a:4:{s:10:\"expiration\";i:1583874015;s:2:\"ip\";s:15:\"165.231.130.156\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568322015;}}'),(10023,344,'_um_last_login','1568304015'),(10024,344,'um_account_secure_fields','a:0:{}'),(10025,345,'nickname','xaviereasterling'),(10026,345,'first_name','Xavier'),(10027,345,'last_name','Easterling'),(10028,345,'description',''),(10029,345,'rich_editing','true'),(10030,345,'syntax_highlighting','true'),(10031,345,'comment_shortcuts','false'),(10032,345,'admin_color','fresh'),(10033,345,'use_ssl','0'),(10034,345,'show_admin_bar_front','true'),(10035,345,'locale',''),(10036,345,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10037,345,'wp_user_level','0'),(10038,345,'_yoast_wpseo_profile_updated','1568323552'),(10039,345,'dismissed_wp_pointers',''),(10040,345,'synced_gravatar_hashed_id','2a5a588fc8cb056b07402a123c006156'),(10041,345,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568305542\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"xaviereasterling\";s:10:\"first_name\";s:6:\"Xavier\";s:9:\"last_name\";s:10:\"Easterling\";s:10:\"user_email\";s:27:\"Xavier-Easterling@gmail.com\";}'),(10042,345,'form_id','17'),(10043,345,'timestamp','1568305542'),(10044,345,'request',''),(10045,345,'_wpnonce','13906ede18'),(10046,345,'_wp_http_referer','/register/'),(10048,345,'um_user_profile_url_slug_user_login','xaviereasterling'),(10050,345,'full_name','xavier easterling'),(10051,345,'account_status','approved'),(10052,345,'session_tokens','a:1:{s:64:\"bdcc553fa2d8f8adffd39885b4aace8237bbb51f0b2a738f6db101f983e6101f\";a:4:{s:10:\"expiration\";i:1583875553;s:2:\"ip\";s:15:\"165.231.130.156\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568323553;}}'),(10053,345,'_um_last_login','1568305553'),(10054,345,'um_account_secure_fields','a:0:{}'),(10055,346,'nickname','marcellailiff66'),(10056,346,'first_name','Marcella'),(10057,346,'last_name','Iliff'),(10058,346,'description',''),(10059,346,'rich_editing','true'),(10060,346,'syntax_highlighting','true'),(10061,346,'comment_shortcuts','false'),(10062,346,'admin_color','fresh'),(10063,346,'use_ssl','0'),(10064,346,'show_admin_bar_front','true'),(10065,346,'locale',''),(10066,346,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10067,346,'wp_user_level','0'),(10068,346,'_yoast_wpseo_profile_updated','1568324697'),(10069,346,'dismissed_wp_pointers',''),(10070,346,'synced_gravatar_hashed_id','0843a028f4a83555b5d60e0f782369b2'),(10071,346,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568306690\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"marcellailiff66\";s:10:\"first_name\";s:8:\"Marcella\";s:9:\"last_name\";s:5:\"Iliff\";s:10:\"user_email\";s:26:\"Marcella-Iliff92@gmail.com\";}'),(10072,346,'form_id','17'),(10073,346,'timestamp','1568306690'),(10074,346,'request',''),(10075,346,'redirect_to','https://buzz-caribbean.com/register/'),(10076,346,'_wpnonce','13906ede18'),(10077,346,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(10079,346,'um_user_profile_url_slug_user_login','marcellailiff66'),(10081,346,'full_name','marcella iliff'),(10082,346,'account_status','approved'),(10083,347,'nickname','chantalcobbs6'),(10084,347,'first_name','Chantal'),(10085,347,'last_name','Cobbs'),(10086,347,'description',''),(10087,347,'rich_editing','true'),(10088,347,'syntax_highlighting','true'),(10089,347,'comment_shortcuts','false'),(10090,347,'admin_color','fresh'),(10091,347,'use_ssl','0'),(10092,347,'show_admin_bar_front','true'),(10093,347,'locale',''),(10094,347,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10095,347,'wp_user_level','0'),(10096,347,'_yoast_wpseo_profile_updated','1568324843'),(10097,347,'dismissed_wp_pointers',''),(10098,347,'synced_gravatar_hashed_id','8004a58c3007cf5965a735180601b0f5'),(10099,347,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568306832\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"chantalcobbs6\";s:10:\"first_name\";s:7:\"Chantal\";s:9:\"last_name\";s:5:\"Cobbs\";s:10:\"user_email\";s:23:\"Chantal-Cobbs@gmail.com\";}'),(10100,347,'form_id','17'),(10101,347,'timestamp','1568306832'),(10102,347,'request',''),(10103,347,'_wpnonce','13906ede18'),(10104,347,'_wp_http_referer','/register/'),(10106,347,'um_user_profile_url_slug_user_login','chantalcobbs6'),(10108,347,'full_name','chantal cobbs'),(10109,347,'account_status','approved'),(10110,347,'session_tokens','a:1:{s:64:\"5cf0602bc022113ed086e6638fb54ef0f711d99bc0571cf5ba7850764bfe30b2\";a:4:{s:10:\"expiration\";i:1583876844;s:2:\"ip\";s:15:\"107.158.221.149\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568324844;}}'),(10111,347,'_um_last_login','1568306844'),(10112,347,'um_account_secure_fields','a:0:{}'),(10113,348,'nickname','horacioselfe'),(10114,348,'first_name','Horacio'),(10115,348,'last_name','Selfe'),(10116,348,'description',''),(10117,348,'rich_editing','true'),(10118,348,'syntax_highlighting','true'),(10119,348,'comment_shortcuts','false'),(10120,348,'admin_color','fresh'),(10121,348,'use_ssl','0'),(10122,348,'show_admin_bar_front','true'),(10123,348,'locale',''),(10124,348,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10125,348,'wp_user_level','0'),(10126,348,'_yoast_wpseo_profile_updated','1568325502'),(10127,348,'dismissed_wp_pointers',''),(10128,348,'synced_gravatar_hashed_id','f032ec587af682c0f2821633f85109ce'),(10129,348,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568307491\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"horacioselfe\";s:10:\"first_name\";s:7:\"Horacio\";s:9:\"last_name\";s:5:\"Selfe\";s:10:\"user_email\";s:24:\"Horacio_Selfe8@gmail.com\";}'),(10130,348,'form_id','17'),(10131,348,'timestamp','1568307491'),(10132,348,'request',''),(10133,348,'_wpnonce','13906ede18'),(10134,348,'_wp_http_referer','/register/'),(10136,348,'um_user_profile_url_slug_user_login','horacioselfe'),(10138,348,'full_name','horacio selfe'),(10139,348,'account_status','approved'),(10140,348,'session_tokens','a:1:{s:64:\"fd1c64dbc0b294e5cb910dd2dc57259c6e5800fc041dc51b2675328fddd8dc90\";a:4:{s:10:\"expiration\";i:1583877502;s:2:\"ip\";s:13:\"185.3.134.143\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568325502;}}'),(10141,348,'_um_last_login','1568307502'),(10142,348,'um_account_secure_fields','a:0:{}'),(10143,349,'nickname','rhea7736235767'),(10144,349,'first_name','Rhea'),(10145,349,'last_name','Fergerson'),(10146,349,'description',''),(10147,349,'rich_editing','true'),(10148,349,'syntax_highlighting','true'),(10149,349,'comment_shortcuts','false'),(10150,349,'admin_color','fresh'),(10151,349,'use_ssl','0'),(10152,349,'show_admin_bar_front','true'),(10153,349,'locale',''),(10154,349,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10155,349,'wp_user_level','0'),(10156,349,'_yoast_wpseo_profile_updated','1568325993'),(10157,349,'dismissed_wp_pointers',''),(10158,349,'synced_gravatar_hashed_id','7990636101b5adf71639dad780ed76ef'),(10159,349,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568307986\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"rhea7736235767\";s:10:\"first_name\";s:4:\"Rhea\";s:9:\"last_name\";s:9:\"Fergerson\";s:10:\"user_email\";s:26:\"Rhea_Fergerson13@gmail.com\";}'),(10160,349,'form_id','17'),(10161,349,'timestamp','1568307986'),(10162,349,'request',''),(10163,349,'_wpnonce','13906ede18'),(10164,349,'_wp_http_referer','/register/'),(10166,349,'um_user_profile_url_slug_user_login','rhea7736235767'),(10168,349,'full_name','rhea fergerson'),(10169,349,'account_status','approved'),(10170,349,'session_tokens','a:1:{s:64:\"be30fca5514115a0bb2ca834cee79d73f542cd6444c3d0ed1f7383f0f09ea95d\";a:4:{s:10:\"expiration\";i:1583877994;s:2:\"ip\";s:15:\"196.245.216.107\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568325994;}}'),(10171,349,'_um_last_login','1568307994'),(10172,349,'um_account_secure_fields','a:0:{}'),(10173,350,'nickname','fporyan8943'),(10174,350,'first_name','Ryan'),(10175,350,'last_name','Reyna'),(10176,350,'description',''),(10177,350,'rich_editing','true'),(10178,350,'syntax_highlighting','true'),(10179,350,'comment_shortcuts','false'),(10180,350,'admin_color','fresh'),(10181,350,'use_ssl','0'),(10182,350,'show_admin_bar_front','true'),(10183,350,'locale',''),(10184,350,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10185,350,'wp_user_level','0'),(10186,350,'_yoast_wpseo_profile_updated','1568326321'),(10187,350,'dismissed_wp_pointers',''),(10188,350,'synced_gravatar_hashed_id','1723b96a9a91db4937064052dc1c028e'),(10189,350,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568308313\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"fporyan8943\";s:10:\"first_name\";s:4:\"Ryan\";s:9:\"last_name\";s:5:\"Reyna\";s:10:\"user_email\";s:20:\"Ryan.Reyna@gmail.com\";}'),(10190,350,'form_id','17'),(10191,350,'timestamp','1568308313'),(10192,350,'request',''),(10193,350,'_wpnonce','13906ede18'),(10194,350,'_wp_http_referer','/register/'),(10196,350,'um_user_profile_url_slug_user_login','fporyan8943'),(10198,350,'full_name','ryan reyna'),(10199,350,'account_status','approved'),(10200,350,'session_tokens','a:1:{s:64:\"101f9b9da3fc4c1dc7d95157eebd13bad138f4711e3e48ae611c733d3668e430\";a:4:{s:10:\"expiration\";i:1583878322;s:2:\"ip\";s:13:\"185.3.134.200\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568326322;}}'),(10201,350,'_um_last_login','1568308322'),(10202,350,'um_account_secure_fields','a:0:{}'),(10203,351,'nickname','uzakina175905'),(10204,351,'first_name','Kina'),(10205,351,'last_name','Riggs'),(10206,351,'description',''),(10207,351,'rich_editing','true'),(10208,351,'syntax_highlighting','true'),(10209,351,'comment_shortcuts','false'),(10210,351,'admin_color','fresh'),(10211,351,'use_ssl','0'),(10212,351,'show_admin_bar_front','true'),(10213,351,'locale',''),(10214,351,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10215,351,'wp_user_level','0'),(10216,351,'_yoast_wpseo_profile_updated','1568326658'),(10217,351,'dismissed_wp_pointers',''),(10218,351,'synced_gravatar_hashed_id','3ec34fad9960c53e52ac9870536bd465'),(10219,351,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568308648\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"uzakina175905\";s:10:\"first_name\";s:4:\"Kina\";s:9:\"last_name\";s:5:\"Riggs\";s:10:\"user_email\";s:20:\"Kina_Riggs@gmail.com\";}'),(10220,351,'form_id','17'),(10221,351,'timestamp','1568308648'),(10222,351,'request',''),(10223,351,'_wpnonce','13906ede18'),(10224,351,'_wp_http_referer','/register/'),(10226,351,'um_user_profile_url_slug_user_login','uzakina175905'),(10228,351,'full_name','kina riggs'),(10229,351,'account_status','approved'),(10230,351,'session_tokens','a:1:{s:64:\"026614f4f92bbb1c8238785a515fd90302abc6c41748425140c53dfb86e54071\";a:4:{s:10:\"expiration\";i:1583878659;s:2:\"ip\";s:15:\"151.237.185.210\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568326659;}}'),(10231,351,'_um_last_login','1568308659'),(10232,351,'um_account_secure_fields','a:0:{}'),(10233,352,'nickname','desmondwills051'),(10234,352,'first_name','Desmond'),(10235,352,'last_name','Wills'),(10236,352,'description',''),(10237,352,'rich_editing','true'),(10238,352,'syntax_highlighting','true'),(10239,352,'comment_shortcuts','false'),(10240,352,'admin_color','fresh'),(10241,352,'use_ssl','0'),(10242,352,'show_admin_bar_front','true'),(10243,352,'locale',''),(10244,352,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10245,352,'wp_user_level','0'),(10246,352,'_yoast_wpseo_profile_updated','1568327479'),(10247,352,'dismissed_wp_pointers',''),(10248,352,'synced_gravatar_hashed_id','9da7a9f4bbf1b7cb8ca601dde30c7354'),(10249,352,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568309472\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"desmondwills051\";s:10:\"first_name\";s:7:\"Desmond\";s:9:\"last_name\";s:5:\"Wills\";s:10:\"user_email\";s:23:\"Desmond-Wills@gmail.com\";}'),(10250,352,'form_id','17'),(10251,352,'timestamp','1568309472'),(10252,352,'request',''),(10253,352,'_wpnonce','13906ede18'),(10254,352,'_wp_http_referer','/register/'),(10256,352,'um_user_profile_url_slug_user_login','desmondwills051'),(10258,352,'full_name','desmond wills'),(10259,352,'account_status','approved'),(10260,352,'session_tokens','a:1:{s:64:\"25fcd6765eba06030bbada755a981c798aef0cc17e262cb12e5b2e2b285b1bfb\";a:4:{s:10:\"expiration\";i:1583879479;s:2:\"ip\";s:15:\"196.245.216.192\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568327479;}}'),(10261,352,'_um_last_login','1568309479'),(10262,352,'um_account_secure_fields','a:0:{}'),(10263,353,'nickname','carlotablocker'),(10264,353,'first_name','Carlota'),(10265,353,'last_name','Blocker'),(10266,353,'description',''),(10267,353,'rich_editing','true'),(10268,353,'syntax_highlighting','true'),(10269,353,'comment_shortcuts','false'),(10270,353,'admin_color','fresh'),(10271,353,'use_ssl','0'),(10272,353,'show_admin_bar_front','true'),(10273,353,'locale',''),(10274,353,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10275,353,'wp_user_level','0'),(10276,353,'_yoast_wpseo_profile_updated','1568327526'),(10277,353,'dismissed_wp_pointers',''),(10278,353,'synced_gravatar_hashed_id','208ddeeaa96bf4b3da362089f7c26777'),(10279,353,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568309516\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"carlotablocker\";s:10:\"first_name\";s:7:\"Carlota\";s:9:\"last_name\";s:7:\"Blocker\";s:10:\"user_email\";s:20:\"jerivowlfger@aol.com\";}'),(10280,353,'form_id','17'),(10281,353,'timestamp','1568309516'),(10282,353,'request',''),(10283,353,'redirect_to','https://buzz-caribbean.com/register/'),(10284,353,'_wpnonce','13906ede18'),(10285,353,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(10287,353,'um_user_profile_url_slug_user_login','carlotablocker'),(10289,353,'full_name','carlota blocker'),(10290,353,'account_status','approved'),(10291,354,'nickname','isabellbroyles7'),(10292,354,'first_name','Isabell'),(10293,354,'last_name','Broyles'),(10294,354,'description',''),(10295,354,'rich_editing','true'),(10296,354,'syntax_highlighting','true'),(10297,354,'comment_shortcuts','false'),(10298,354,'admin_color','fresh'),(10299,354,'use_ssl','0'),(10300,354,'show_admin_bar_front','true'),(10301,354,'locale',''),(10302,354,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10303,354,'wp_user_level','0'),(10304,354,'_yoast_wpseo_profile_updated','1568328298'),(10305,354,'dismissed_wp_pointers',''),(10306,354,'synced_gravatar_hashed_id','08e15634c7658fdd6ebafd10b3e0efcb'),(10307,354,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568310287\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"isabellbroyles7\";s:10:\"first_name\";s:7:\"Isabell\";s:9:\"last_name\";s:7:\"Broyles\";s:10:\"user_email\";s:27:\"Isabell.Broyles87@gmail.com\";}'),(10308,354,'form_id','17'),(10309,354,'timestamp','1568310287'),(10310,354,'request',''),(10311,354,'_wpnonce','13906ede18'),(10312,354,'_wp_http_referer','/register/'),(10314,354,'um_user_profile_url_slug_user_login','isabellbroyles7'),(10316,354,'full_name','isabell broyles'),(10317,354,'account_status','approved'),(10318,354,'session_tokens','a:1:{s:64:\"0aed58b6c5a59253d887b84e080c3e26aaf89bf7413f8a3191cfad40be6b5a29\";a:4:{s:10:\"expiration\";i:1583880299;s:2:\"ip\";s:14:\"91.108.176.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568328299;}}'),(10319,354,'_um_last_login','1568310299'),(10320,354,'um_account_secure_fields','a:0:{}'),(10321,355,'nickname','jeroldflanders'),(10322,355,'first_name','Jerold'),(10323,355,'last_name','Flanders'),(10324,355,'description',''),(10325,355,'rich_editing','true'),(10326,355,'syntax_highlighting','true'),(10327,355,'comment_shortcuts','false'),(10328,355,'admin_color','fresh'),(10329,355,'use_ssl','0'),(10330,355,'show_admin_bar_front','true'),(10331,355,'locale',''),(10332,355,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10333,355,'wp_user_level','0'),(10334,355,'_yoast_wpseo_profile_updated','1568329243'),(10335,355,'dismissed_wp_pointers',''),(10336,355,'synced_gravatar_hashed_id','6348176ea632add2fe28f95e9ff991fb'),(10337,355,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568311234\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"jeroldflanders\";s:10:\"first_name\";s:6:\"Jerold\";s:9:\"last_name\";s:8:\"Flanders\";s:10:\"user_email\";s:27:\"Jerold.Flanders47@gmail.com\";}'),(10338,355,'form_id','17'),(10339,355,'timestamp','1568311234'),(10340,355,'request',''),(10341,355,'_wpnonce','13906ede18'),(10342,355,'_wp_http_referer','/register/'),(10344,355,'um_user_profile_url_slug_user_login','jeroldflanders'),(10346,355,'full_name','jerold flanders'),(10347,355,'account_status','approved'),(10348,355,'session_tokens','a:1:{s:64:\"a89c7277873c65630404b026d706748e78d4c83f22ce43db7a9d05b13d85593a\";a:4:{s:10:\"expiration\";i:1583881243;s:2:\"ip\";s:14:\"91.108.176.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568329243;}}'),(10349,355,'_um_last_login','1568311243'),(10350,355,'um_account_secure_fields','a:0:{}'),(10351,356,'nickname','malindaaddy04'),(10352,356,'first_name','Malinda'),(10353,356,'last_name','Addy'),(10354,356,'description',''),(10355,356,'rich_editing','true'),(10356,356,'syntax_highlighting','true'),(10357,356,'comment_shortcuts','false'),(10358,356,'admin_color','fresh'),(10359,356,'use_ssl','0'),(10360,356,'show_admin_bar_front','true'),(10361,356,'locale',''),(10362,356,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10363,356,'wp_user_level','0'),(10364,356,'_yoast_wpseo_profile_updated','1568329545'),(10365,356,'dismissed_wp_pointers',''),(10366,356,'synced_gravatar_hashed_id','944291f06ee5dc1d388276d0b200133c'),(10367,356,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568311537\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"malindaaddy04\";s:10:\"first_name\";s:7:\"Malinda\";s:9:\"last_name\";s:4:\"Addy\";s:10:\"user_email\";s:24:\"Malinda.Addy70@gmail.com\";}'),(10368,356,'form_id','17'),(10369,356,'timestamp','1568311537'),(10370,356,'request',''),(10371,356,'_wpnonce','13906ede18'),(10372,356,'_wp_http_referer','/register/'),(10374,356,'um_user_profile_url_slug_user_login','malindaaddy04'),(10376,356,'full_name','malinda addy'),(10377,356,'account_status','approved'),(10378,356,'session_tokens','a:1:{s:64:\"3b0c683955a8f21869530c142b21a47a5c6e46075cff829df50d12871470959d\";a:4:{s:10:\"expiration\";i:1583881545;s:2:\"ip\";s:14:\"176.61.137.222\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568329545;}}'),(10379,356,'_um_last_login','1568311545'),(10380,356,'um_account_secure_fields','a:0:{}'),(10381,357,'nickname','stephainemoench'),(10382,357,'first_name','Stephaine'),(10383,357,'last_name','Moench'),(10384,357,'description',''),(10385,357,'rich_editing','true'),(10386,357,'syntax_highlighting','true'),(10387,357,'comment_shortcuts','false'),(10388,357,'admin_color','fresh'),(10389,357,'use_ssl','0'),(10390,357,'show_admin_bar_front','true'),(10391,357,'locale',''),(10392,357,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10393,357,'wp_user_level','0'),(10394,357,'_yoast_wpseo_profile_updated','1568329659'),(10395,357,'dismissed_wp_pointers',''),(10396,357,'synced_gravatar_hashed_id','88895463af08538dffc24661935a8143'),(10397,357,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568311653\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"stephainemoench\";s:10:\"first_name\";s:9:\"Stephaine\";s:9:\"last_name\";s:6:\"Moench\";s:10:\"user_email\";s:26:\"Stephaine.Moench@gmail.com\";}'),(10398,357,'form_id','17'),(10399,357,'timestamp','1568311653'),(10400,357,'request',''),(10401,357,'redirect_to','https://buzz-caribbean.com/register/'),(10402,357,'_wpnonce','13906ede18'),(10403,357,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(10405,357,'um_user_profile_url_slug_user_login','stephainemoench'),(10407,357,'full_name','stephaine moench'),(10408,357,'account_status','approved'),(10409,358,'nickname','titustarrant2'),(10410,358,'first_name','Titus'),(10411,358,'last_name','Tarrant'),(10412,358,'description',''),(10413,358,'rich_editing','true'),(10414,358,'syntax_highlighting','true'),(10415,358,'comment_shortcuts','false'),(10416,358,'admin_color','fresh'),(10417,358,'use_ssl','0'),(10418,358,'show_admin_bar_front','true'),(10419,358,'locale',''),(10420,358,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10421,358,'wp_user_level','0'),(10422,358,'_yoast_wpseo_profile_updated','1568330344'),(10423,358,'dismissed_wp_pointers',''),(10424,358,'synced_gravatar_hashed_id','24b6914be3df9505b498d81560c57515'),(10425,358,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568312334\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"titustarrant2\";s:10:\"first_name\";s:5:\"Titus\";s:9:\"last_name\";s:7:\"Tarrant\";s:10:\"user_email\";s:23:\"Titus.Tarrant@gmail.com\";}'),(10426,358,'form_id','17'),(10427,358,'timestamp','1568312334'),(10428,358,'request',''),(10429,358,'_wpnonce','13906ede18'),(10430,358,'_wp_http_referer','/register/'),(10432,358,'um_user_profile_url_slug_user_login','titustarrant2'),(10434,358,'full_name','titus tarrant'),(10435,358,'account_status','approved'),(10436,358,'session_tokens','a:1:{s:64:\"b70704406cb41515892803fa62547cc8f31c3db49bb5836466319ebdec57d8eb\";a:4:{s:10:\"expiration\";i:1583882345;s:2:\"ip\";s:15:\"165.231.130.129\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568330345;}}'),(10437,358,'_um_last_login','1568312345'),(10438,358,'um_account_secure_fields','a:0:{}'),(10439,359,'nickname','guadalupeashcrof'),(10440,359,'first_name','Guadalupe'),(10441,359,'last_name','Ashcroft'),(10442,359,'description',''),(10443,359,'rich_editing','true'),(10444,359,'syntax_highlighting','true'),(10445,359,'comment_shortcuts','false'),(10446,359,'admin_color','fresh'),(10447,359,'use_ssl','0'),(10448,359,'show_admin_bar_front','true'),(10449,359,'locale',''),(10450,359,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10451,359,'wp_user_level','0'),(10452,359,'_yoast_wpseo_profile_updated','1568330909'),(10453,359,'dismissed_wp_pointers',''),(10454,359,'synced_gravatar_hashed_id','92a0bd9a0b742b3864d43ae991f50020'),(10455,359,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568312900\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"guadalupeashcrof\";s:10:\"first_name\";s:9:\"Guadalupe\";s:9:\"last_name\";s:8:\"Ashcroft\";s:10:\"user_email\";s:28:\"Guadalupe-Ashcroft@gmail.com\";}'),(10456,359,'form_id','17'),(10457,359,'timestamp','1568312900'),(10458,359,'request',''),(10459,359,'_wpnonce','13906ede18'),(10460,359,'_wp_http_referer','/register/'),(10462,359,'um_user_profile_url_slug_user_login','guadalupeashcrof'),(10464,359,'full_name','guadalupe ashcroft'),(10465,359,'account_status','approved'),(10466,359,'session_tokens','a:1:{s:64:\"16f96be268fa81232c15ab673935e2a31071e481547f35d1bf39dc50bb2b4171\";a:4:{s:10:\"expiration\";i:1583882910;s:2:\"ip\";s:14:\"193.228.56.111\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568330910;}}'),(10467,359,'_um_last_login','1568312910'),(10468,359,'um_account_secure_fields','a:0:{}'),(10469,360,'nickname','laurenfihelly6'),(10470,360,'first_name','Lauren'),(10471,360,'last_name','Fihelly'),(10472,360,'description',''),(10473,360,'rich_editing','true'),(10474,360,'syntax_highlighting','true'),(10475,360,'comment_shortcuts','false'),(10476,360,'admin_color','fresh'),(10477,360,'use_ssl','0'),(10478,360,'show_admin_bar_front','true'),(10479,360,'locale',''),(10480,360,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10481,360,'wp_user_level','0'),(10482,360,'_yoast_wpseo_profile_updated','1568331130'),(10483,360,'dismissed_wp_pointers',''),(10484,360,'synced_gravatar_hashed_id','8dd6f12bdae5cdd5d757eacaf0080b08'),(10485,360,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568313119\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"laurenfihelly6\";s:10:\"first_name\";s:6:\"Lauren\";s:9:\"last_name\";s:7:\"Fihelly\";s:10:\"user_email\";s:26:\"Lauren_Fihelly81@gmail.com\";}'),(10486,360,'form_id','17'),(10487,360,'timestamp','1568313119'),(10488,360,'request',''),(10489,360,'_wpnonce','13906ede18'),(10490,360,'_wp_http_referer','/register/'),(10492,360,'um_user_profile_url_slug_user_login','laurenfihelly6'),(10494,360,'full_name','lauren fihelly'),(10495,360,'account_status','approved'),(10496,360,'session_tokens','a:1:{s:64:\"60717942fe8d66d32e66a35006dd47b1a1d071280d9862de8b062a0dd79cc0ea\";a:4:{s:10:\"expiration\";i:1583883131;s:2:\"ip\";s:13:\"91.108.176.45\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568331131;}}'),(10497,360,'_um_last_login','1568313131'),(10498,360,'um_account_secure_fields','a:0:{}'),(10499,361,'nickname','phillamarr89064'),(10500,361,'first_name','Phil'),(10501,361,'last_name','Lamarr'),(10502,361,'description',''),(10503,361,'rich_editing','true'),(10504,361,'syntax_highlighting','true'),(10505,361,'comment_shortcuts','false'),(10506,361,'admin_color','fresh'),(10507,361,'use_ssl','0'),(10508,361,'show_admin_bar_front','true'),(10509,361,'locale',''),(10510,361,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10511,361,'wp_user_level','0'),(10512,361,'_yoast_wpseo_profile_updated','1568331386'),(10513,361,'dismissed_wp_pointers',''),(10514,361,'synced_gravatar_hashed_id','60b71eb12da136ee0a1417381be302ba'),(10515,361,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568313377\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"phillamarr89064\";s:10:\"first_name\";s:4:\"Phil\";s:9:\"last_name\";s:6:\"Lamarr\";s:10:\"user_email\";s:21:\"Phil-Lamarr@gmail.com\";}'),(10516,361,'form_id','17'),(10517,361,'timestamp','1568313377'),(10518,361,'request',''),(10519,361,'_wpnonce','13906ede18'),(10520,361,'_wp_http_referer','/register/'),(10522,361,'um_user_profile_url_slug_user_login','phillamarr89064'),(10524,361,'full_name','phil lamarr'),(10525,361,'account_status','approved'),(10526,361,'session_tokens','a:1:{s:64:\"e747f05563eb1cb8cd1004b5d113b7a94d307a691cb40582dbfc1a7b483fbc0a\";a:4:{s:10:\"expiration\";i:1583883387;s:2:\"ip\";s:14:\"176.61.137.222\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568331387;}}'),(10527,361,'_um_last_login','1568313387'),(10528,361,'um_account_secure_fields','a:0:{}'),(10529,362,'nickname','christydominquez'),(10530,362,'first_name','Christy'),(10531,362,'last_name','Dominquez'),(10532,362,'description',''),(10533,362,'rich_editing','true'),(10534,362,'syntax_highlighting','true'),(10535,362,'comment_shortcuts','false'),(10536,362,'admin_color','fresh'),(10537,362,'use_ssl','0'),(10538,362,'show_admin_bar_front','true'),(10539,362,'locale',''),(10540,362,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10541,362,'wp_user_level','0'),(10542,362,'_yoast_wpseo_profile_updated','1568332004'),(10543,362,'dismissed_wp_pointers',''),(10544,362,'synced_gravatar_hashed_id','ca92d5b658cf9dce3da93a2288ca9129'),(10545,362,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568313993\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"christydominquez\";s:10:\"first_name\";s:7:\"Christy\";s:9:\"last_name\";s:9:\"Dominquez\";s:10:\"user_email\";s:27:\"Christy_Dominquez@gmail.com\";}'),(10546,362,'form_id','17'),(10547,362,'timestamp','1568313993'),(10548,362,'request',''),(10549,362,'_wpnonce','13906ede18'),(10550,362,'_wp_http_referer','/register/'),(10552,362,'um_user_profile_url_slug_user_login','christydominquez'),(10554,362,'full_name','christy dominquez'),(10555,362,'account_status','approved'),(10556,362,'session_tokens','a:1:{s:64:\"c444ccbf7e9a2cac441f1842d18506ddc017e703754a7cbb9a73bd9428aae56c\";a:4:{s:10:\"expiration\";i:1583884005;s:2:\"ip\";s:15:\"196.245.216.107\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568332005;}}'),(10557,362,'_um_last_login','1568314005'),(10558,362,'um_account_secure_fields','a:0:{}'),(10559,363,'nickname','mellisa42g'),(10560,363,'first_name','Mellisa'),(10561,363,'last_name','McQuillen'),(10562,363,'description',''),(10563,363,'rich_editing','true'),(10564,363,'syntax_highlighting','true'),(10565,363,'comment_shortcuts','false'),(10566,363,'admin_color','fresh'),(10567,363,'use_ssl','0'),(10568,363,'show_admin_bar_front','true'),(10569,363,'locale',''),(10570,363,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10571,363,'wp_user_level','0'),(10572,363,'_yoast_wpseo_profile_updated','1568332466'),(10573,363,'dismissed_wp_pointers',''),(10574,363,'synced_gravatar_hashed_id','e6a4e2a2220951668e5d5364f0595e85'),(10575,363,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568314459\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"mellisa42g\";s:10:\"first_name\";s:7:\"Mellisa\";s:9:\"last_name\";s:9:\"McQuillen\";s:10:\"user_email\";s:29:\"Mellisa_McQuillen94@gmail.com\";}'),(10576,363,'form_id','17'),(10577,363,'timestamp','1568314459'),(10578,363,'request',''),(10579,363,'_wpnonce','13906ede18'),(10580,363,'_wp_http_referer','/register/'),(10582,363,'um_user_profile_url_slug_user_login','mellisa42g'),(10584,363,'full_name','mellisa mcquillen'),(10585,363,'account_status','approved'),(10586,363,'session_tokens','a:1:{s:64:\"190a3982194e357fc5e354aaa8307ad1218a4a410d2ab135b70cc41135a7d750\";a:4:{s:10:\"expiration\";i:1583884467;s:2:\"ip\";s:15:\"144.168.201.151\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568332467;}}'),(10587,363,'_um_last_login','1568314467'),(10588,363,'um_account_secure_fields','a:0:{}'),(10589,364,'nickname','miguelmoody85'),(10590,364,'first_name','Miguel'),(10591,364,'last_name','Moody'),(10592,364,'description',''),(10593,364,'rich_editing','true'),(10594,364,'syntax_highlighting','true'),(10595,364,'comment_shortcuts','false'),(10596,364,'admin_color','fresh'),(10597,364,'use_ssl','0'),(10598,364,'show_admin_bar_front','true'),(10599,364,'locale',''),(10600,364,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10601,364,'wp_user_level','0'),(10602,364,'_yoast_wpseo_profile_updated','1568332697'),(10603,364,'dismissed_wp_pointers',''),(10604,364,'synced_gravatar_hashed_id','5b217f35f9522617c80c36c7cf0bde2d'),(10605,364,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568314690\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"13906ede18\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"miguelmoody85\";s:10:\"first_name\";s:6:\"Miguel\";s:9:\"last_name\";s:5:\"Moody\";s:10:\"user_email\";s:22:\"Miguel_Moody@gmail.com\";}'),(10606,364,'form_id','17'),(10607,364,'timestamp','1568314690'),(10608,364,'request',''),(10609,364,'_wpnonce','13906ede18'),(10610,364,'_wp_http_referer','/register/'),(10612,364,'um_user_profile_url_slug_user_login','miguelmoody85'),(10614,364,'full_name','miguel moody'),(10615,364,'account_status','approved'),(10616,364,'session_tokens','a:1:{s:64:\"7394cc69ef409b29622453eca04543924c021fd834c7cac94481174b12b68ba0\";a:4:{s:10:\"expiration\";i:1583884698;s:2:\"ip\";s:15:\"107.158.221.122\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568332698;}}'),(10617,364,'_um_last_login','1568314698'),(10618,364,'um_account_secure_fields','a:0:{}'),(10619,365,'nickname','jaclynkeane721'),(10620,365,'first_name','Jaclyn'),(10621,365,'last_name','Keane'),(10622,365,'description',''),(10623,365,'rich_editing','true'),(10624,365,'syntax_highlighting','true'),(10625,365,'comment_shortcuts','false'),(10626,365,'admin_color','fresh'),(10627,365,'use_ssl','0'),(10628,365,'show_admin_bar_front','true'),(10629,365,'locale',''),(10630,365,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10631,365,'wp_user_level','0'),(10632,365,'_yoast_wpseo_profile_updated','1568334790'),(10633,365,'dismissed_wp_pointers',''),(10634,365,'synced_gravatar_hashed_id','35fe68e333aa3316f6028904b5e6a838'),(10635,365,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568316784\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"jaclynkeane721\";s:10:\"first_name\";s:6:\"Jaclyn\";s:9:\"last_name\";s:5:\"Keane\";s:10:\"user_email\";s:24:\"Jaclyn_Keane13@gmail.com\";}'),(10636,365,'form_id','17'),(10637,365,'timestamp','1568316784'),(10638,365,'request',''),(10639,365,'_wpnonce','097aad5e63'),(10640,365,'_wp_http_referer','/register/'),(10642,365,'um_user_profile_url_slug_user_login','jaclynkeane721'),(10644,365,'full_name','jaclyn keane'),(10645,365,'account_status','approved'),(10646,365,'session_tokens','a:1:{s:64:\"3b515ab403d3153e310489477cfeb37f4be8d0fe190a6fbc24944972247be92b\";a:4:{s:10:\"expiration\";i:1583886791;s:2:\"ip\";s:15:\"196.245.216.168\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568334791;}}'),(10647,365,'_um_last_login','1568316791'),(10648,365,'um_account_secure_fields','a:0:{}'),(10649,366,'nickname','nganx295590042'),(10650,366,'first_name','Ngan'),(10651,366,'last_name','Keith'),(10652,366,'description',''),(10653,366,'rich_editing','true'),(10654,366,'syntax_highlighting','true'),(10655,366,'comment_shortcuts','false'),(10656,366,'admin_color','fresh'),(10657,366,'use_ssl','0'),(10658,366,'show_admin_bar_front','true'),(10659,366,'locale',''),(10660,366,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10661,366,'wp_user_level','0'),(10662,366,'_yoast_wpseo_profile_updated','1568335367'),(10663,366,'dismissed_wp_pointers',''),(10664,366,'synced_gravatar_hashed_id','fe1ed1691b5a755cae28bad62500dd8f'),(10665,366,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568317356\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"nganx295590042\";s:10:\"first_name\";s:4:\"Ngan\";s:9:\"last_name\";s:5:\"Keith\";s:10:\"user_email\";s:20:\"Ngan_Keith@gmail.com\";}'),(10666,366,'form_id','17'),(10667,366,'timestamp','1568317356'),(10668,366,'request',''),(10669,366,'_wpnonce','097aad5e63'),(10670,366,'_wp_http_referer','/register/'),(10672,366,'um_user_profile_url_slug_user_login','nganx295590042'),(10674,366,'full_name','ngan keith'),(10675,366,'account_status','approved'),(10676,366,'session_tokens','a:1:{s:64:\"e57b89b5ea303da4f69376f8a6a9f626902e4d412110a8d572143e41a3b995b3\";a:4:{s:10:\"expiration\";i:1583887367;s:2:\"ip\";s:15:\"196.245.216.192\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568335367;}}'),(10677,366,'_um_last_login','1568317367'),(10678,366,'um_account_secure_fields','a:0:{}'),(10679,367,'nickname','emeryleslie86'),(10680,367,'first_name','Emery'),(10681,367,'last_name','Leslie'),(10682,367,'description',''),(10683,367,'rich_editing','true'),(10684,367,'syntax_highlighting','true'),(10685,367,'comment_shortcuts','false'),(10686,367,'admin_color','fresh'),(10687,367,'use_ssl','0'),(10688,367,'show_admin_bar_front','true'),(10689,367,'locale',''),(10690,367,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10691,367,'wp_user_level','0'),(10692,367,'_yoast_wpseo_profile_updated','1568336106'),(10693,367,'dismissed_wp_pointers',''),(10694,367,'synced_gravatar_hashed_id','02264c0c20ca59cba3da27cf21aafdbe'),(10695,367,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568318095\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"emeryleslie86\";s:10:\"first_name\";s:5:\"Emery\";s:9:\"last_name\";s:6:\"Leslie\";s:10:\"user_email\";s:24:\"Emery-Leslie39@gmail.com\";}'),(10696,367,'form_id','17'),(10697,367,'timestamp','1568318095'),(10698,367,'request',''),(10699,367,'_wpnonce','097aad5e63'),(10700,367,'_wp_http_referer','/register/'),(10702,367,'um_user_profile_url_slug_user_login','emeryleslie86'),(10704,367,'full_name','emery leslie'),(10705,367,'account_status','approved'),(10706,367,'session_tokens','a:1:{s:64:\"a4ac950143ec271312b92eb2f740af6faf910926647d3905288d8df3aec13a6e\";a:4:{s:10:\"expiration\";i:1583888108;s:2:\"ip\";s:14:\"193.228.56.110\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568336108;}}'),(10707,367,'_um_last_login','1568318108'),(10708,367,'um_account_secure_fields','a:0:{}'),(10709,368,'nickname','briannakrimmer'),(10710,368,'first_name','Brianna'),(10711,368,'last_name','Krimmer'),(10712,368,'description',''),(10713,368,'rich_editing','true'),(10714,368,'syntax_highlighting','true'),(10715,368,'comment_shortcuts','false'),(10716,368,'admin_color','fresh'),(10717,368,'use_ssl','0'),(10718,368,'show_admin_bar_front','true'),(10719,368,'locale',''),(10720,368,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10721,368,'wp_user_level','0'),(10722,368,'_yoast_wpseo_profile_updated','1568336406'),(10723,368,'dismissed_wp_pointers',''),(10724,368,'synced_gravatar_hashed_id','adc407084e32cb7277867bd296a6d70a'),(10725,368,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568318394\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"briannakrimmer\";s:10:\"first_name\";s:7:\"Brianna\";s:9:\"last_name\";s:7:\"Krimmer\";s:10:\"user_email\";s:27:\"Brianna_Krimmer50@gmail.com\";}'),(10726,368,'form_id','17'),(10727,368,'timestamp','1568318394'),(10728,368,'request',''),(10729,368,'_wpnonce','097aad5e63'),(10730,368,'_wp_http_referer','/register/'),(10732,368,'um_user_profile_url_slug_user_login','briannakrimmer'),(10734,368,'full_name','brianna krimmer'),(10735,368,'account_status','approved'),(10736,368,'session_tokens','a:1:{s:64:\"125a163098646c2e6b3991603803415487844c107cad475a9b63e6f635329309\";a:4:{s:10:\"expiration\";i:1583888406;s:2:\"ip\";s:14:\"193.228.56.111\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568336406;}}'),(10737,368,'_um_last_login','1568318406'),(10738,368,'um_account_secure_fields','a:0:{}'),(10739,369,'nickname','shereefalcone'),(10740,369,'first_name','Sheree'),(10741,369,'last_name','Falcone'),(10742,369,'description',''),(10743,369,'rich_editing','true'),(10744,369,'syntax_highlighting','true'),(10745,369,'comment_shortcuts','false'),(10746,369,'admin_color','fresh'),(10747,369,'use_ssl','0'),(10748,369,'show_admin_bar_front','true'),(10749,369,'locale',''),(10750,369,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10751,369,'wp_user_level','0'),(10752,369,'_yoast_wpseo_profile_updated','1568336921'),(10753,369,'dismissed_wp_pointers',''),(10754,369,'synced_gravatar_hashed_id','45bd646ecece8e7dae12603a45e90a51'),(10755,369,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568318912\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"shereefalcone\";s:10:\"first_name\";s:6:\"Sheree\";s:9:\"last_name\";s:7:\"Falcone\";s:10:\"user_email\";s:26:\"Sheree.Falcone29@gmail.com\";}'),(10756,369,'form_id','17'),(10757,369,'timestamp','1568318912'),(10758,369,'request',''),(10759,369,'_wpnonce','097aad5e63'),(10760,369,'_wp_http_referer','/register/'),(10762,369,'um_user_profile_url_slug_user_login','shereefalcone'),(10764,369,'full_name','sheree falcone'),(10765,369,'account_status','approved'),(10766,369,'session_tokens','a:1:{s:64:\"a6eec200fe7109418e23fd17f2ff6b24810be707b3b86b61fc8b944da8ea0627\";a:4:{s:10:\"expiration\";i:1583888922;s:2:\"ip\";s:15:\"196.245.216.192\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568336922;}}'),(10767,369,'_um_last_login','1568318922'),(10768,369,'um_account_secure_fields','a:0:{}'),(10769,370,'nickname','mackenziekilpatr'),(10770,370,'first_name','Mackenzie'),(10771,370,'last_name','Kilpatrick'),(10772,370,'description',''),(10773,370,'rich_editing','true'),(10774,370,'syntax_highlighting','true'),(10775,370,'comment_shortcuts','false'),(10776,370,'admin_color','fresh'),(10777,370,'use_ssl','0'),(10778,370,'show_admin_bar_front','true'),(10779,370,'locale',''),(10780,370,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10781,370,'wp_user_level','0'),(10782,370,'_yoast_wpseo_profile_updated','1568337882'),(10783,370,'dismissed_wp_pointers',''),(10784,370,'synced_gravatar_hashed_id','11de0fae0761183833d2b93692b12b91'),(10785,370,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568319871\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"mackenziekilpatr\";s:10:\"first_name\";s:9:\"Mackenzie\";s:9:\"last_name\";s:10:\"Kilpatrick\";s:10:\"user_email\";s:32:\"Mackenzie.Kilpatrick46@gmail.com\";}'),(10786,370,'form_id','17'),(10787,370,'timestamp','1568319871'),(10788,370,'request',''),(10789,370,'_wpnonce','097aad5e63'),(10790,370,'_wp_http_referer','/register/'),(10792,370,'um_user_profile_url_slug_user_login','mackenziekilpatr'),(10794,370,'full_name','mackenzie kilpatrick'),(10795,370,'account_status','approved'),(10796,370,'session_tokens','a:1:{s:64:\"fa19c5917f717db3261df4aad05f8cb6caca03399a7c07e4c5cee295b2941ca9\";a:4:{s:10:\"expiration\";i:1583889883;s:2:\"ip\";s:14:\"91.108.176.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568337883;}}'),(10797,370,'_um_last_login','1568319883'),(10798,370,'um_account_secure_fields','a:0:{}'),(10799,371,'nickname','mckinleyblanchet'),(10800,371,'first_name','Mckinley'),(10801,371,'last_name','Blanchette'),(10802,371,'description',''),(10803,371,'rich_editing','true'),(10804,371,'syntax_highlighting','true'),(10805,371,'comment_shortcuts','false'),(10806,371,'admin_color','fresh'),(10807,371,'use_ssl','0'),(10808,371,'show_admin_bar_front','true'),(10809,371,'locale',''),(10810,371,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10811,371,'wp_user_level','0'),(10812,371,'_yoast_wpseo_profile_updated','1568338885'),(10813,371,'dismissed_wp_pointers',''),(10814,371,'synced_gravatar_hashed_id','21d1f1d19fe3efff3f8567521206ec19'),(10815,371,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568320874\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"mckinleyblanchet\";s:10:\"first_name\";s:8:\"Mckinley\";s:9:\"last_name\";s:10:\"Blanchette\";s:10:\"user_email\";s:31:\"Mckinley_Blanchette19@gmail.com\";}'),(10816,371,'form_id','17'),(10817,371,'timestamp','1568320874'),(10818,371,'request',''),(10819,371,'_wpnonce','097aad5e63'),(10820,371,'_wp_http_referer','/register/'),(10822,371,'um_user_profile_url_slug_user_login','mckinleyblanchet'),(10824,371,'full_name','mckinley blanchette'),(10825,371,'account_status','approved'),(10826,371,'session_tokens','a:1:{s:64:\"b8ed6921949c5eb4700c314e0265fe9f89368582e14cdd8e9560fb171fe890ca\";a:4:{s:10:\"expiration\";i:1583890885;s:2:\"ip\";s:14:\"176.61.137.222\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568338885;}}'),(10827,371,'_um_last_login','1568320885'),(10828,371,'um_account_secure_fields','a:0:{}'),(10829,372,'nickname','johnette2121'),(10830,372,'first_name','Johnette'),(10831,372,'last_name','Oliver'),(10832,372,'description',''),(10833,372,'rich_editing','true'),(10834,372,'syntax_highlighting','true'),(10835,372,'comment_shortcuts','false'),(10836,372,'admin_color','fresh'),(10837,372,'use_ssl','0'),(10838,372,'show_admin_bar_front','true'),(10839,372,'locale',''),(10840,372,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10841,372,'wp_user_level','0'),(10842,372,'_yoast_wpseo_profile_updated','1568340279'),(10843,372,'dismissed_wp_pointers',''),(10844,372,'synced_gravatar_hashed_id','f4dc9d0f87cc5b2fb4adc332572a2497'),(10845,372,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568322271\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"johnette2121\";s:10:\"first_name\";s:8:\"Johnette\";s:9:\"last_name\";s:6:\"Oliver\";s:10:\"user_email\";s:25:\"Johnette_Oliver@gmail.com\";}'),(10846,372,'form_id','17'),(10847,372,'timestamp','1568322271'),(10848,372,'request',''),(10849,372,'_wpnonce','097aad5e63'),(10850,372,'_wp_http_referer','/register/'),(10852,372,'um_user_profile_url_slug_user_login','johnette2121'),(10854,372,'full_name','johnette oliver'),(10855,372,'account_status','approved'),(10856,372,'session_tokens','a:1:{s:64:\"922d62ac2e84fca87ec071c322ce328d0e51b390d4b330afd93da31cc6eb2f29\";a:4:{s:10:\"expiration\";i:1583892280;s:2:\"ip\";s:14:\"165.231.130.31\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568340280;}}'),(10857,372,'_um_last_login','1568322280'),(10858,372,'um_account_secure_fields','a:0:{}'),(10859,373,'nickname','adelabeardsmore'),(10860,373,'first_name','Adela'),(10861,373,'last_name','Beardsmore'),(10862,373,'description',''),(10863,373,'rich_editing','true'),(10864,373,'syntax_highlighting','true'),(10865,373,'comment_shortcuts','false'),(10866,373,'admin_color','fresh'),(10867,373,'use_ssl','0'),(10868,373,'show_admin_bar_front','true'),(10869,373,'locale',''),(10870,373,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10871,373,'wp_user_level','0'),(10872,373,'_yoast_wpseo_profile_updated','1568340503'),(10873,373,'dismissed_wp_pointers',''),(10874,373,'synced_gravatar_hashed_id','e9403211056b7729c82fe8b02bd65b52'),(10875,373,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568322496\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"adelabeardsmore\";s:10:\"first_name\";s:5:\"Adela\";s:9:\"last_name\";s:10:\"Beardsmore\";s:10:\"user_email\";s:26:\"Adela_Beardsmore@gmail.com\";}'),(10876,373,'form_id','17'),(10877,373,'timestamp','1568322496'),(10878,373,'request',''),(10879,373,'_wpnonce','097aad5e63'),(10880,373,'_wp_http_referer','/register/'),(10882,373,'um_user_profile_url_slug_user_login','adelabeardsmore'),(10884,373,'full_name','adela beardsmore'),(10885,373,'account_status','approved'),(10886,373,'session_tokens','a:1:{s:64:\"da36f6e9fb0993c21b22f8eb2c848e0e1dc832732019a313b94ea8b71f734144\";a:4:{s:10:\"expiration\";i:1583892504;s:2:\"ip\";s:15:\"196.245.216.133\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568340504;}}'),(10887,373,'_um_last_login','1568322504'),(10888,373,'um_account_secure_fields','a:0:{}'),(10889,374,'nickname','dorothykellett'),(10890,374,'first_name','Dorothy'),(10891,374,'last_name','Kellett'),(10892,374,'description',''),(10893,374,'rich_editing','true'),(10894,374,'syntax_highlighting','true'),(10895,374,'comment_shortcuts','false'),(10896,374,'admin_color','fresh'),(10897,374,'use_ssl','0'),(10898,374,'show_admin_bar_front','true'),(10899,374,'locale',''),(10900,374,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10901,374,'wp_user_level','0'),(10902,374,'_yoast_wpseo_profile_updated','1568341558'),(10903,374,'dismissed_wp_pointers',''),(10904,374,'synced_gravatar_hashed_id','1e31f14bc67bab7fbc804af2c6cdef57'),(10905,374,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568323550\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"dorothykellett\";s:10:\"first_name\";s:7:\"Dorothy\";s:9:\"last_name\";s:7:\"Kellett\";s:10:\"user_email\";s:25:\"Dorothy.Kellett@gmail.com\";}'),(10906,374,'form_id','17'),(10907,374,'timestamp','1568323550'),(10908,374,'request',''),(10909,374,'_wpnonce','097aad5e63'),(10910,374,'_wp_http_referer','/register/'),(10912,374,'um_user_profile_url_slug_user_login','dorothykellett'),(10914,374,'full_name','dorothy kellett'),(10915,374,'account_status','approved'),(10916,374,'session_tokens','a:1:{s:64:\"71652da0abb845cdaecfe66c1f19f4eebc7cd7d095074f8438c1512fbb38b88e\";a:4:{s:10:\"expiration\";i:1583893558;s:2:\"ip\";s:15:\"165.231.130.186\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568341558;}}'),(10917,374,'_um_last_login','1568323558'),(10918,374,'um_account_secure_fields','a:0:{}'),(10919,375,'nickname','chaseichhorn'),(10920,375,'first_name','Chas'),(10921,375,'last_name','Eichhorn'),(10922,375,'description',''),(10923,375,'rich_editing','true'),(10924,375,'syntax_highlighting','true'),(10925,375,'comment_shortcuts','false'),(10926,375,'admin_color','fresh'),(10927,375,'use_ssl','0'),(10928,375,'show_admin_bar_front','true'),(10929,375,'locale',''),(10930,375,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10931,375,'wp_user_level','0'),(10932,375,'_yoast_wpseo_profile_updated','1568342026'),(10933,375,'dismissed_wp_pointers',''),(10934,375,'synced_gravatar_hashed_id','1fcd3d08620d3ce9aab6a1839e4b6a03'),(10935,375,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568324015\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"chaseichhorn\";s:10:\"first_name\";s:4:\"Chas\";s:9:\"last_name\";s:8:\"Eichhorn\";s:10:\"user_email\";s:23:\"Chas-Eichhorn@gmail.com\";}'),(10936,375,'form_id','17'),(10937,375,'timestamp','1568324015'),(10938,375,'request',''),(10939,375,'_wpnonce','097aad5e63'),(10940,375,'_wp_http_referer','/register/'),(10942,375,'um_user_profile_url_slug_user_login','chaseichhorn'),(10944,375,'full_name','chas eichhorn'),(10945,375,'account_status','approved'),(10946,375,'session_tokens','a:1:{s:64:\"c9c8be6e78b05d2be1edb41899b6e2d11f4a60123f52bcf660dc7b47439326ee\";a:4:{s:10:\"expiration\";i:1583894027;s:2:\"ip\";s:14:\"193.228.56.153\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568342027;}}'),(10947,375,'_um_last_login','1568324027'),(10948,375,'um_account_secure_fields','a:0:{}'),(10949,376,'nickname','noblesar2875'),(10950,376,'first_name','Noble'),(10951,376,'last_name','Jasso'),(10952,376,'description',''),(10953,376,'rich_editing','true'),(10954,376,'syntax_highlighting','true'),(10955,376,'comment_shortcuts','false'),(10956,376,'admin_color','fresh'),(10957,376,'use_ssl','0'),(10958,376,'show_admin_bar_front','true'),(10959,376,'locale',''),(10960,376,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10961,376,'wp_user_level','0'),(10962,376,'_yoast_wpseo_profile_updated','1568342423'),(10963,376,'dismissed_wp_pointers',''),(10964,376,'synced_gravatar_hashed_id','6c4f6bbf26a76a357fbd423ee6a6edc9'),(10965,376,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568324417\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"noblesar2875\";s:10:\"first_name\";s:5:\"Noble\";s:9:\"last_name\";s:5:\"Jasso\";s:10:\"user_email\";s:21:\"Noble-Jasso@gmail.com\";}'),(10966,376,'form_id','17'),(10967,376,'timestamp','1568324417'),(10968,376,'request',''),(10969,376,'_wpnonce','097aad5e63'),(10970,376,'_wp_http_referer','/register/'),(10972,376,'um_user_profile_url_slug_user_login','noblesar2875'),(10974,376,'full_name','noble jasso'),(10975,376,'account_status','approved'),(10976,376,'session_tokens','a:1:{s:64:\"de26e409074cbb3f77a73bf37dd4680a3060e948eb843d8f53e473198fddf857\";a:4:{s:10:\"expiration\";i:1583894424;s:2:\"ip\";s:15:\"151.237.185.149\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568342424;}}'),(10977,376,'_um_last_login','1568324424'),(10978,376,'um_account_secure_fields','a:0:{}'),(10979,377,'nickname','roseannemauldon'),(10980,377,'first_name','Roseanne'),(10981,377,'last_name','Mauldon'),(10982,377,'description',''),(10983,377,'rich_editing','true'),(10984,377,'syntax_highlighting','true'),(10985,377,'comment_shortcuts','false'),(10986,377,'admin_color','fresh'),(10987,377,'use_ssl','0'),(10988,377,'show_admin_bar_front','true'),(10989,377,'locale',''),(10990,377,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10991,377,'wp_user_level','0'),(10992,377,'_yoast_wpseo_profile_updated','1568342445'),(10993,377,'dismissed_wp_pointers',''),(10994,377,'synced_gravatar_hashed_id','7f661449bfce2ee532c49687e5421a1e'),(10995,377,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568324438\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"roseannemauldon\";s:10:\"first_name\";s:8:\"Roseanne\";s:9:\"last_name\";s:7:\"Mauldon\";s:10:\"user_email\";s:28:\"Roseanne_Mauldon52@gmail.com\";}'),(10996,377,'form_id','17'),(10997,377,'timestamp','1568324438'),(10998,377,'request',''),(10999,377,'_wpnonce','097aad5e63'),(11000,377,'_wp_http_referer','/register/'),(11002,377,'um_user_profile_url_slug_user_login','roseannemauldon'),(11004,377,'full_name','roseanne mauldon'),(11005,377,'account_status','approved'),(11006,377,'session_tokens','a:1:{s:64:\"0f79afc87393e685278f351b0644e104f6950ea129b21fa34c347eee9455b9b1\";a:4:{s:10:\"expiration\";i:1583894446;s:2:\"ip\";s:13:\"185.3.134.127\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568342446;}}'),(11007,377,'_um_last_login','1568324446'),(11008,377,'um_account_secure_fields','a:0:{}'),(11009,378,'nickname','sallyfontenot'),(11010,378,'first_name','Sally'),(11011,378,'last_name','Fontenot'),(11012,378,'description',''),(11013,378,'rich_editing','true'),(11014,378,'syntax_highlighting','true'),(11015,378,'comment_shortcuts','false'),(11016,378,'admin_color','fresh'),(11017,378,'use_ssl','0'),(11018,378,'show_admin_bar_front','true'),(11019,378,'locale',''),(11020,378,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11021,378,'wp_user_level','0'),(11022,378,'_yoast_wpseo_profile_updated','1568344044'),(11023,378,'dismissed_wp_pointers',''),(11024,378,'synced_gravatar_hashed_id','870deb5c594150497e19d9a39606f8fa'),(11025,378,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568326036\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"sallyfontenot\";s:10:\"first_name\";s:5:\"Sally\";s:9:\"last_name\";s:8:\"Fontenot\";s:10:\"user_email\";s:24:\"Sally.Fontenot@gmail.com\";}'),(11026,378,'form_id','17'),(11027,378,'timestamp','1568326036'),(11028,378,'request',''),(11029,378,'_wpnonce','097aad5e63'),(11030,378,'_wp_http_referer','/register/'),(11032,378,'um_user_profile_url_slug_user_login','sallyfontenot'),(11034,378,'full_name','sally fontenot'),(11035,378,'account_status','approved'),(11036,378,'session_tokens','a:1:{s:64:\"7c0b86406f557146bd849d99435f7faef679744d4c420d6784da800e013c0442\";a:4:{s:10:\"expiration\";i:1583896044;s:2:\"ip\";s:15:\"165.231.130.156\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568344044;}}'),(11037,378,'_um_last_login','1568326044'),(11038,378,'um_account_secure_fields','a:0:{}'),(11039,379,'nickname','bill64n43552'),(11040,379,'first_name','Bill'),(11041,379,'last_name','Muriel'),(11042,379,'description',''),(11043,379,'rich_editing','true'),(11044,379,'syntax_highlighting','true'),(11045,379,'comment_shortcuts','false'),(11046,379,'admin_color','fresh'),(11047,379,'use_ssl','0'),(11048,379,'show_admin_bar_front','true'),(11049,379,'locale',''),(11050,379,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11051,379,'wp_user_level','0'),(11052,379,'_yoast_wpseo_profile_updated','1568345058'),(11053,379,'dismissed_wp_pointers',''),(11054,379,'synced_gravatar_hashed_id','d53a91f9199b8e84f5b92f0703cef38c'),(11055,379,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568327047\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"bill64n43552\";s:10:\"first_name\";s:4:\"Bill\";s:9:\"last_name\";s:6:\"Muriel\";s:10:\"user_email\";s:21:\"Bill.Muriel@gmail.com\";}'),(11056,379,'form_id','17'),(11057,379,'timestamp','1568327047'),(11058,379,'request',''),(11059,379,'_wpnonce','097aad5e63'),(11060,379,'_wp_http_referer','/register/'),(11062,379,'um_user_profile_url_slug_user_login','bill64n43552'),(11064,379,'full_name','bill muriel'),(11065,379,'account_status','approved'),(11066,379,'session_tokens','a:1:{s:64:\"15e25cdcd8333be6fa9f07d1ac70316f3f262a737f5b5add5ef0145c8d3235d1\";a:4:{s:10:\"expiration\";i:1583897059;s:2:\"ip\";s:15:\"107.158.221.154\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568345059;}}'),(11067,379,'_um_last_login','1568327059'),(11068,379,'um_account_secure_fields','a:0:{}'),(11069,380,'nickname','valeriaboshears'),(11070,380,'first_name','Valeria'),(11071,380,'last_name','Boshears'),(11072,380,'description',''),(11073,380,'rich_editing','true'),(11074,380,'syntax_highlighting','true'),(11075,380,'comment_shortcuts','false'),(11076,380,'admin_color','fresh'),(11077,380,'use_ssl','0'),(11078,380,'show_admin_bar_front','true'),(11079,380,'locale',''),(11080,380,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11081,380,'wp_user_level','0'),(11082,380,'_yoast_wpseo_profile_updated','1568345256'),(11083,380,'dismissed_wp_pointers',''),(11084,380,'synced_gravatar_hashed_id','83b7208d680c9791c0a1d77af7756534'),(11085,380,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568327249\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"valeriaboshears\";s:10:\"first_name\";s:7:\"Valeria\";s:9:\"last_name\";s:8:\"Boshears\";s:10:\"user_email\";s:28:\"Valeria-Boshears66@gmail.com\";}'),(11086,380,'form_id','17'),(11087,380,'timestamp','1568327249'),(11088,380,'request',''),(11089,380,'_wpnonce','097aad5e63'),(11090,380,'_wp_http_referer','/register/'),(11092,380,'um_user_profile_url_slug_user_login','valeriaboshears'),(11094,380,'full_name','valeria boshears'),(11095,380,'account_status','approved'),(11096,380,'session_tokens','a:1:{s:64:\"462e4d1c086435d9ab74b25e46c4a8c9ffaa050ac09cece2d86177d46f43350e\";a:4:{s:10:\"expiration\";i:1583897257;s:2:\"ip\";s:15:\"196.245.216.168\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568345257;}}'),(11097,380,'_um_last_login','1568327257'),(11098,380,'um_account_secure_fields','a:0:{}'),(11099,14,'closedpostboxes_post','a:0:{}'),(11100,14,'metaboxhidden_post','a:0:{}'),(11101,381,'nickname','augustussvc'),(11102,381,'first_name','Augustus'),(11103,381,'last_name','Hirst'),(11104,381,'description',''),(11105,381,'rich_editing','true'),(11106,381,'syntax_highlighting','true'),(11107,381,'comment_shortcuts','false'),(11108,381,'admin_color','fresh'),(11109,381,'use_ssl','0'),(11110,381,'show_admin_bar_front','true'),(11111,381,'locale',''),(11112,381,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11113,381,'wp_user_level','0'),(11114,381,'_yoast_wpseo_profile_updated','1568345970'),(11115,381,'dismissed_wp_pointers',''),(11116,381,'synced_gravatar_hashed_id','824e4581211d1bd4a1c5d68e754acc6e'),(11117,381,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568327958\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:11:\"augustussvc\";s:10:\"first_name\";s:8:\"Augustus\";s:9:\"last_name\";s:5:\"Hirst\";s:10:\"user_email\";s:26:\"Augustus.Hirst31@gmail.com\";}'),(11118,381,'form_id','17'),(11119,381,'timestamp','1568327958'),(11120,381,'request',''),(11121,381,'redirect_to','https://buzz-caribbean.com/register/'),(11122,381,'_wpnonce','097aad5e63'),(11123,381,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(11125,381,'um_user_profile_url_slug_user_login','augustussvc'),(11127,381,'full_name','augustus hirst'),(11128,381,'account_status','approved'),(11129,382,'nickname','terribadillo679'),(11130,382,'first_name','Terri'),(11131,382,'last_name','Badillo'),(11132,382,'description',''),(11133,382,'rich_editing','true'),(11134,382,'syntax_highlighting','true'),(11135,382,'comment_shortcuts','false'),(11136,382,'admin_color','fresh'),(11137,382,'use_ssl','0'),(11138,382,'show_admin_bar_front','true'),(11139,382,'locale',''),(11140,382,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11141,382,'wp_user_level','0'),(11142,382,'_yoast_wpseo_profile_updated','1568346177'),(11143,382,'dismissed_wp_pointers',''),(11144,382,'synced_gravatar_hashed_id','312b8a512fb562b3499b26a5a6568c28'),(11145,382,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568328165\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"terribadillo679\";s:10:\"first_name\";s:5:\"Terri\";s:9:\"last_name\";s:7:\"Badillo\";s:10:\"user_email\";s:25:\"Terri_Badillo78@gmail.com\";}'),(11146,382,'form_id','17'),(11147,382,'timestamp','1568328165'),(11148,382,'request',''),(11149,382,'_wpnonce','097aad5e63'),(11150,382,'_wp_http_referer','/register/'),(11152,382,'um_user_profile_url_slug_user_login','terribadillo679'),(11154,382,'full_name','terri badillo'),(11155,382,'account_status','approved'),(11156,382,'session_tokens','a:1:{s:64:\"47e1195e6c24482dc87dfa4cff5227a564afc461373e0361b40c80ad86692c09\";a:4:{s:10:\"expiration\";i:1583898177;s:2:\"ip\";s:15:\"144.168.201.141\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568346177;}}'),(11157,382,'_um_last_login','1568328177'),(11158,382,'um_account_secure_fields','a:0:{}'),(11159,383,'nickname','mohammaddowdle'),(11160,383,'first_name','Mohammad'),(11161,383,'last_name','Dowdle'),(11162,383,'description',''),(11163,383,'rich_editing','true'),(11164,383,'syntax_highlighting','true'),(11165,383,'comment_shortcuts','false'),(11166,383,'admin_color','fresh'),(11167,383,'use_ssl','0'),(11168,383,'show_admin_bar_front','true'),(11169,383,'locale',''),(11170,383,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11171,383,'wp_user_level','0'),(11172,383,'_yoast_wpseo_profile_updated','1568346781'),(11173,383,'dismissed_wp_pointers',''),(11174,383,'synced_gravatar_hashed_id','abf75f8509e42dbd0f843f9e4d6cd1d5'),(11175,383,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568328773\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"mohammaddowdle\";s:10:\"first_name\";s:8:\"Mohammad\";s:9:\"last_name\";s:6:\"Dowdle\";s:10:\"user_email\";s:27:\"Mohammad.Dowdle43@gmail.com\";}'),(11176,383,'form_id','17'),(11177,383,'timestamp','1568328773'),(11178,383,'request',''),(11179,383,'_wpnonce','097aad5e63'),(11180,383,'_wp_http_referer','/register/'),(11182,383,'um_user_profile_url_slug_user_login','mohammaddowdle'),(11184,383,'full_name','mohammad dowdle'),(11185,383,'account_status','approved'),(11186,383,'session_tokens','a:1:{s:64:\"c7c82cdf0bbe304b6e8e45f23dc799ecdd69aa75aeccb8d76d8334b2755aae90\";a:4:{s:10:\"expiration\";i:1583898782;s:2:\"ip\";s:15:\"196.245.216.133\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568346782;}}'),(11187,383,'_um_last_login','1568328782'),(11188,383,'um_account_secure_fields','a:0:{}'),(11189,384,'nickname','julibarger2'),(11190,384,'first_name','Juli'),(11191,384,'last_name','Barger'),(11192,384,'description',''),(11193,384,'rich_editing','true'),(11194,384,'syntax_highlighting','true'),(11195,384,'comment_shortcuts','false'),(11196,384,'admin_color','fresh'),(11197,384,'use_ssl','0'),(11198,384,'show_admin_bar_front','true'),(11199,384,'locale',''),(11200,384,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11201,384,'wp_user_level','0'),(11202,384,'_yoast_wpseo_profile_updated','1568348239'),(11203,384,'dismissed_wp_pointers',''),(11204,384,'synced_gravatar_hashed_id','215c9274f39107850d085d3749bf3ae2'),(11205,384,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568330233\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"julibarger2\";s:10:\"first_name\";s:4:\"Juli\";s:9:\"last_name\";s:6:\"Barger\";s:10:\"user_email\";s:23:\"Juli-Barger78@gmail.com\";}'),(11206,384,'form_id','17'),(11207,384,'timestamp','1568330233'),(11208,384,'request',''),(11209,384,'_wpnonce','097aad5e63'),(11210,384,'_wp_http_referer','/register/'),(11212,384,'um_user_profile_url_slug_user_login','julibarger2'),(11214,384,'full_name','juli barger'),(11215,384,'account_status','approved'),(11216,384,'session_tokens','a:1:{s:64:\"5a9262bf105eae9acb8f4ddb2d38fc02a9ed33e42e4ae9985967db1b3cc2cc78\";a:4:{s:10:\"expiration\";i:1583900239;s:2:\"ip\";s:15:\"107.158.221.106\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568348239;}}'),(11217,384,'_um_last_login','1568330239'),(11218,384,'um_account_secure_fields','a:0:{}'),(11219,385,'nickname','dawndunaway308'),(11220,385,'first_name','Dawn'),(11221,385,'last_name','Dunaway'),(11222,385,'description',''),(11223,385,'rich_editing','true'),(11224,385,'syntax_highlighting','true'),(11225,385,'comment_shortcuts','false'),(11226,385,'admin_color','fresh'),(11227,385,'use_ssl','0'),(11228,385,'show_admin_bar_front','true'),(11229,385,'locale',''),(11230,385,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11231,385,'wp_user_level','0'),(11232,385,'_yoast_wpseo_profile_updated','1568348247'),(11233,385,'dismissed_wp_pointers',''),(11234,385,'synced_gravatar_hashed_id','0df82704c020949993496701e7008d38'),(11235,385,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568330239\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"dawndunaway308\";s:10:\"first_name\";s:4:\"Dawn\";s:9:\"last_name\";s:7:\"Dunaway\";s:10:\"user_email\";s:22:\"Dawn_Dunaway@gmail.com\";}'),(11236,385,'form_id','17'),(11237,385,'timestamp','1568330239'),(11238,385,'request',''),(11239,385,'_wpnonce','097aad5e63'),(11240,385,'_wp_http_referer','/register/'),(11242,385,'um_user_profile_url_slug_user_login','dawndunaway308'),(11244,385,'full_name','dawn dunaway'),(11245,385,'account_status','approved'),(11246,385,'session_tokens','a:1:{s:64:\"f09cd1bf017e24dc5c6af4e45df954f07b838fc7479678489c37dc881e7f1302\";a:4:{s:10:\"expiration\";i:1583900248;s:2:\"ip\";s:15:\"196.245.216.192\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568348248;}}'),(11247,385,'_um_last_login','1568330248'),(11248,385,'um_account_secure_fields','a:0:{}'),(11249,386,'nickname','cristinadkq'),(11250,386,'first_name','Cristina'),(11251,386,'last_name','Schurr'),(11252,386,'description',''),(11253,386,'rich_editing','true'),(11254,386,'syntax_highlighting','true'),(11255,386,'comment_shortcuts','false'),(11256,386,'admin_color','fresh'),(11257,386,'use_ssl','0'),(11258,386,'show_admin_bar_front','true'),(11259,386,'locale',''),(11260,386,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11261,386,'wp_user_level','0'),(11262,386,'_yoast_wpseo_profile_updated','1568348611'),(11263,386,'dismissed_wp_pointers',''),(11264,386,'synced_gravatar_hashed_id','34e913b333c0209b4c56b929bb8b867f'),(11265,386,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568330600\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"cristinadkq\";s:10:\"first_name\";s:8:\"Cristina\";s:9:\"last_name\";s:6:\"Schurr\";s:10:\"user_email\";s:25:\"Cristina_Schurr@gmail.com\";}'),(11266,386,'form_id','17'),(11267,386,'timestamp','1568330600'),(11268,386,'request',''),(11269,386,'_wpnonce','097aad5e63'),(11270,386,'_wp_http_referer','/register/'),(11272,386,'um_user_profile_url_slug_user_login','cristinadkq'),(11274,386,'full_name','cristina schurr'),(11275,386,'account_status','approved'),(11276,386,'session_tokens','a:1:{s:64:\"4da6fdf2df6879efef80574c10d9eafe966101ffb67a6fd5eb074ea37cc6d74b\";a:4:{s:10:\"expiration\";i:1583900611;s:2:\"ip\";s:14:\"176.61.137.222\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568348611;}}'),(11277,386,'_um_last_login','1568330612'),(11278,386,'um_account_secure_fields','a:0:{}'),(11279,387,'nickname','brainfunnell'),(11280,387,'first_name','Brain'),(11281,387,'last_name','Funnell'),(11282,387,'description',''),(11283,387,'rich_editing','true'),(11284,387,'syntax_highlighting','true'),(11285,387,'comment_shortcuts','false'),(11286,387,'admin_color','fresh'),(11287,387,'use_ssl','0'),(11288,387,'show_admin_bar_front','true'),(11289,387,'locale',''),(11290,387,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11291,387,'wp_user_level','0'),(11292,387,'_yoast_wpseo_profile_updated','1568349439'),(11293,387,'dismissed_wp_pointers',''),(11294,387,'synced_gravatar_hashed_id','0e2c2d5399472b2dac348124a05a7807'),(11295,387,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568331429\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"brainfunnell\";s:10:\"first_name\";s:5:\"Brain\";s:9:\"last_name\";s:7:\"Funnell\";s:10:\"user_email\";s:25:\"Brain-Funnell20@gmail.com\";}'),(11296,387,'form_id','17'),(11297,387,'timestamp','1568331429'),(11298,387,'request',''),(11299,387,'_wpnonce','097aad5e63'),(11300,387,'_wp_http_referer','/register/'),(11302,387,'um_user_profile_url_slug_user_login','brainfunnell'),(11304,387,'full_name','brain funnell'),(11305,387,'account_status','approved'),(11306,387,'session_tokens','a:1:{s:64:\"5edd0a25ff8aa0d925e47102fdbdaa7443e50670a60a6b383b3b91a93ce73be0\";a:4:{s:10:\"expiration\";i:1583901439;s:2:\"ip\";s:15:\"107.158.221.149\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568349439;}}'),(11307,387,'_um_last_login','1568331439'),(11308,387,'um_account_secure_fields','a:0:{}'),(11309,388,'nickname','ernestrandolph9'),(11310,388,'first_name','Ernest'),(11311,388,'last_name','Randolph'),(11312,388,'description',''),(11313,388,'rich_editing','true'),(11314,388,'syntax_highlighting','true'),(11315,388,'comment_shortcuts','false'),(11316,388,'admin_color','fresh'),(11317,388,'use_ssl','0'),(11318,388,'show_admin_bar_front','true'),(11319,388,'locale',''),(11320,388,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11321,388,'wp_user_level','0'),(11322,388,'_yoast_wpseo_profile_updated','1568350130'),(11323,388,'dismissed_wp_pointers',''),(11324,388,'synced_gravatar_hashed_id','a9fb68ac4afb830ae7553163dd3900de'),(11325,388,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568332119\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"ernestrandolph9\";s:10:\"first_name\";s:6:\"Ernest\";s:9:\"last_name\";s:8:\"Randolph\";s:10:\"user_email\";s:27:\"Ernest.Randolph57@gmail.com\";}'),(11326,388,'form_id','17'),(11327,388,'timestamp','1568332119'),(11328,388,'request',''),(11329,388,'_wpnonce','097aad5e63'),(11330,388,'_wp_http_referer','/register/'),(11332,388,'um_user_profile_url_slug_user_login','ernestrandolph9'),(11334,388,'full_name','ernest randolph'),(11335,388,'account_status','approved'),(11336,388,'session_tokens','a:1:{s:64:\"f38ad1ab5659a599ab6c1abe24af2b8a43f2c80be18c0c894a41d7873e49dfa4\";a:4:{s:10:\"expiration\";i:1583902131;s:2:\"ip\";s:15:\"107.158.221.106\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568350131;}}'),(11337,388,'_um_last_login','1568332131'),(11338,388,'um_account_secure_fields','a:0:{}'),(11339,389,'nickname','janiemcnab7'),(11340,389,'first_name','Janie'),(11341,389,'last_name','McNab'),(11342,389,'description',''),(11343,389,'rich_editing','true'),(11344,389,'syntax_highlighting','true'),(11345,389,'comment_shortcuts','false'),(11346,389,'admin_color','fresh'),(11347,389,'use_ssl','0'),(11348,389,'show_admin_bar_front','true'),(11349,389,'locale',''),(11350,389,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11351,389,'wp_user_level','0'),(11352,389,'_yoast_wpseo_profile_updated','1568350550'),(11353,389,'dismissed_wp_pointers',''),(11354,389,'synced_gravatar_hashed_id','54d902ec1505eae21ce42f7f99e94eec'),(11355,389,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568332539\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"janiemcnab7\";s:10:\"first_name\";s:5:\"Janie\";s:9:\"last_name\";s:5:\"McNab\";s:10:\"user_email\";s:21:\"Janie_McNab@gmail.com\";}'),(11356,389,'form_id','17'),(11357,389,'timestamp','1568332539'),(11358,389,'request',''),(11359,389,'_wpnonce','097aad5e63'),(11360,389,'_wp_http_referer','/register/'),(11362,389,'um_user_profile_url_slug_user_login','janiemcnab7'),(11364,389,'full_name','janie mcnab'),(11365,389,'account_status','approved'),(11366,389,'session_tokens','a:1:{s:64:\"dfe3d9b9a71924b3526b2d65b95cf885f0e809c94eabacdb52a5c62b7c19e587\";a:4:{s:10:\"expiration\";i:1583902551;s:2:\"ip\";s:14:\"193.228.56.153\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568350551;}}'),(11367,389,'_um_last_login','1568332551'),(11368,389,'um_account_secure_fields','a:0:{}'),(11369,390,'nickname','emelylunsford5'),(11370,390,'first_name','Emely'),(11371,390,'last_name','Lunsford'),(11372,390,'description',''),(11373,390,'rich_editing','true'),(11374,390,'syntax_highlighting','true'),(11375,390,'comment_shortcuts','false'),(11376,390,'admin_color','fresh'),(11377,390,'use_ssl','0'),(11378,390,'show_admin_bar_front','true'),(11379,390,'locale',''),(11380,390,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11381,390,'wp_user_level','0'),(11382,390,'_yoast_wpseo_profile_updated','1568351321'),(11383,390,'dismissed_wp_pointers',''),(11384,390,'synced_gravatar_hashed_id','733ecce9cea363be808b5f0af8a92283'),(11385,390,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568333314\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"emelylunsford5\";s:10:\"first_name\";s:5:\"Emely\";s:9:\"last_name\";s:8:\"Lunsford\";s:10:\"user_email\";s:26:\"Emely.Lunsford10@gmail.com\";}'),(11386,390,'form_id','17'),(11387,390,'timestamp','1568333314'),(11388,390,'request',''),(11389,390,'_wpnonce','097aad5e63'),(11390,390,'_wp_http_referer','/register/'),(11392,390,'um_user_profile_url_slug_user_login','emelylunsford5'),(11394,390,'full_name','emely lunsford'),(11395,390,'account_status','approved'),(11396,390,'session_tokens','a:1:{s:64:\"0a3dcd12a481b4fb2a6f096494a89e493e3120497ece73cbb6f56a9fbc09baf8\";a:4:{s:10:\"expiration\";i:1583903322;s:2:\"ip\";s:15:\"196.245.216.168\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568351322;}}'),(11397,390,'_um_last_login','1568333322'),(11398,390,'um_account_secure_fields','a:0:{}'),(11399,391,'nickname','hattiemora1'),(11400,391,'first_name','Hattie'),(11401,391,'last_name','Mora'),(11402,391,'description',''),(11403,391,'rich_editing','true'),(11404,391,'syntax_highlighting','true'),(11405,391,'comment_shortcuts','false'),(11406,391,'admin_color','fresh'),(11407,391,'use_ssl','0'),(11408,391,'show_admin_bar_front','true'),(11409,391,'locale',''),(11410,391,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11411,391,'wp_user_level','0'),(11412,391,'_yoast_wpseo_profile_updated','1568352247'),(11413,391,'dismissed_wp_pointers',''),(11414,391,'synced_gravatar_hashed_id','ab4aa94b6c752394cb1e1545c3c0d184'),(11415,391,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568334240\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"hattiemora1\";s:10:\"first_name\";s:6:\"Hattie\";s:9:\"last_name\";s:4:\"Mora\";s:10:\"user_email\";s:21:\"Hattie-Mora@gmail.com\";}'),(11416,391,'form_id','17'),(11417,391,'timestamp','1568334240'),(11418,391,'request',''),(11419,391,'_wpnonce','097aad5e63'),(11420,391,'_wp_http_referer','/register/'),(11422,391,'um_user_profile_url_slug_user_login','hattiemora1'),(11424,391,'full_name','hattie mora'),(11425,391,'account_status','approved'),(11426,391,'session_tokens','a:1:{s:64:\"8360d86c3c36935124734358c79378cf96144fdba69c028666faf1175573a23b\";a:4:{s:10:\"expiration\";i:1583904248;s:2:\"ip\";s:15:\"104.227.254.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568352248;}}'),(11427,391,'_um_last_login','1568334248'),(11428,391,'um_account_secure_fields','a:0:{}'),(11429,392,'nickname','larrycoode05939'),(11430,392,'first_name','Larry'),(11431,392,'last_name','Coode'),(11432,392,'description',''),(11433,392,'rich_editing','true'),(11434,392,'syntax_highlighting','true'),(11435,392,'comment_shortcuts','false'),(11436,392,'admin_color','fresh'),(11437,392,'use_ssl','0'),(11438,392,'show_admin_bar_front','true'),(11439,392,'locale',''),(11440,392,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11441,392,'wp_user_level','0'),(11442,392,'_yoast_wpseo_profile_updated','1568352432'),(11443,392,'dismissed_wp_pointers',''),(11444,392,'synced_gravatar_hashed_id','1844d41765b96919376520e4ccb18fa8'),(11445,392,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568334424\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"larrycoode05939\";s:10:\"first_name\";s:5:\"Larry\";s:9:\"last_name\";s:5:\"Coode\";s:10:\"user_email\";s:21:\"Larry.Coode@gmail.com\";}'),(11446,392,'form_id','17'),(11447,392,'timestamp','1568334424'),(11448,392,'request',''),(11449,392,'_wpnonce','097aad5e63'),(11450,392,'_wp_http_referer','/register/'),(11452,392,'um_user_profile_url_slug_user_login','larrycoode05939'),(11454,392,'full_name','larry coode'),(11455,392,'account_status','approved'),(11456,392,'session_tokens','a:1:{s:64:\"540806668d99a78c82b0f14b80e827f97cea591a83484aa54595f5f767b1482f\";a:4:{s:10:\"expiration\";i:1583904432;s:2:\"ip\";s:15:\"196.245.216.192\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568352432;}}'),(11457,392,'_um_last_login','1568334432'),(11458,392,'um_account_secure_fields','a:0:{}'),(11459,393,'nickname','franchescamock5'),(11460,393,'first_name','Franchesca'),(11461,393,'last_name','Mock'),(11462,393,'description',''),(11463,393,'rich_editing','true'),(11464,393,'syntax_highlighting','true'),(11465,393,'comment_shortcuts','false'),(11466,393,'admin_color','fresh'),(11467,393,'use_ssl','0'),(11468,393,'show_admin_bar_front','true'),(11469,393,'locale',''),(11470,393,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11471,393,'wp_user_level','0'),(11472,393,'_yoast_wpseo_profile_updated','1568352764'),(11473,393,'dismissed_wp_pointers',''),(11474,393,'synced_gravatar_hashed_id','23ca0c2de074205e0c1c5833f821b161'),(11475,393,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568334756\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"franchescamock5\";s:10:\"first_name\";s:10:\"Franchesca\";s:9:\"last_name\";s:4:\"Mock\";s:10:\"user_email\";s:27:\"Franchesca-Mock12@gmail.com\";}'),(11476,393,'form_id','17'),(11477,393,'timestamp','1568334756'),(11478,393,'request',''),(11479,393,'_wpnonce','097aad5e63'),(11480,393,'_wp_http_referer','/register/'),(11482,393,'um_user_profile_url_slug_user_login','franchescamock5'),(11484,393,'full_name','franchesca mock'),(11485,393,'account_status','approved'),(11486,393,'session_tokens','a:1:{s:64:\"83f34ba76032bf5f35ef8a6c3b843f706efb4d5c1b5e83ca9b96d1d34a59f1b9\";a:4:{s:10:\"expiration\";i:1583904765;s:2:\"ip\";s:15:\"107.158.221.122\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568352765;}}'),(11487,393,'_um_last_login','1568334765'),(11488,393,'um_account_secure_fields','a:0:{}'),(11489,394,'nickname','monroespode31'),(11490,394,'first_name','Monroe'),(11491,394,'last_name','Spode'),(11492,394,'description',''),(11493,394,'rich_editing','true'),(11494,394,'syntax_highlighting','true'),(11495,394,'comment_shortcuts','false'),(11496,394,'admin_color','fresh'),(11497,394,'use_ssl','0'),(11498,394,'show_admin_bar_front','true'),(11499,394,'locale',''),(11500,394,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11501,394,'wp_user_level','0'),(11502,394,'_yoast_wpseo_profile_updated','1568353289'),(11503,394,'dismissed_wp_pointers',''),(11504,394,'synced_gravatar_hashed_id','4bc0803967af192d2ec800142ebcf1dc'),(11505,394,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568335278\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:13:\"monroespode31\";s:10:\"first_name\";s:6:\"Monroe\";s:9:\"last_name\";s:5:\"Spode\";s:10:\"user_email\";s:43:\"Monroe.Spode@fireshoot.walletonlineshop.com\";}'),(11506,394,'form_id','17'),(11507,394,'timestamp','1568335278'),(11508,394,'request',''),(11509,394,'redirect_to','https://buzz-caribbean.com/register/'),(11510,394,'_wpnonce','097aad5e63'),(11511,394,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(11513,394,'um_user_profile_url_slug_user_login','monroespode31'),(11515,394,'full_name','monroe spode'),(11516,394,'account_status','approved'),(11517,395,'nickname','kellimcclung445'),(11518,395,'first_name','Kelli'),(11519,395,'last_name','Mcclung'),(11520,395,'description',''),(11521,395,'rich_editing','true'),(11522,395,'syntax_highlighting','true'),(11523,395,'comment_shortcuts','false'),(11524,395,'admin_color','fresh'),(11525,395,'use_ssl','0'),(11526,395,'show_admin_bar_front','true'),(11527,395,'locale',''),(11528,395,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11529,395,'wp_user_level','0'),(11530,395,'_yoast_wpseo_profile_updated','1568354209'),(11531,395,'dismissed_wp_pointers',''),(11532,395,'synced_gravatar_hashed_id','70d01eea124f842a42e1495560e03da3'),(11533,395,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568336199\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"kellimcclung445\";s:10:\"first_name\";s:5:\"Kelli\";s:9:\"last_name\";s:7:\"Mcclung\";s:10:\"user_email\";s:23:\"Kelli_Mcclung@gmail.com\";}'),(11534,395,'form_id','17'),(11535,395,'timestamp','1568336199'),(11536,395,'request',''),(11537,395,'_wpnonce','097aad5e63'),(11538,395,'_wp_http_referer','/register/'),(11540,395,'um_user_profile_url_slug_user_login','kellimcclung445'),(11542,395,'full_name','kelli mcclung'),(11543,395,'account_status','approved'),(11544,395,'session_tokens','a:1:{s:64:\"005d6d41da0b90dfccf1f952eb7bb6861ae5eafcc46886468d0348956d3123b7\";a:4:{s:10:\"expiration\";i:1583906210;s:2:\"ip\";s:13:\"185.3.134.143\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568354210;}}'),(11545,395,'_um_last_login','1568336210'),(11546,395,'um_account_secure_fields','a:0:{}'),(11547,396,'nickname','kerriesutcliffe'),(11548,396,'first_name','Kerrie'),(11549,396,'last_name','Sutcliffe'),(11550,396,'description',''),(11551,396,'rich_editing','true'),(11552,396,'syntax_highlighting','true'),(11553,396,'comment_shortcuts','false'),(11554,396,'admin_color','fresh'),(11555,396,'use_ssl','0'),(11556,396,'show_admin_bar_front','true'),(11557,396,'locale',''),(11558,396,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11559,396,'wp_user_level','0'),(11560,396,'_yoast_wpseo_profile_updated','1568354428'),(11561,396,'dismissed_wp_pointers',''),(11562,396,'synced_gravatar_hashed_id','b38c3ad4c85150f23a9d94bda63eec6c'),(11563,396,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568336419\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"kerriesutcliffe\";s:10:\"first_name\";s:6:\"Kerrie\";s:9:\"last_name\";s:9:\"Sutcliffe\";s:10:\"user_email\";s:26:\"Kerrie_Sutcliffe@gmail.com\";}'),(11564,396,'form_id','17'),(11565,396,'timestamp','1568336419'),(11566,396,'request',''),(11567,396,'_wpnonce','097aad5e63'),(11568,396,'_wp_http_referer','/register/'),(11570,396,'um_user_profile_url_slug_user_login','kerriesutcliffe'),(11572,396,'full_name','kerrie sutcliffe'),(11573,396,'account_status','approved'),(11574,396,'session_tokens','a:1:{s:64:\"4e7cdfa093dbcf399e8f5321e6bd23da3f251d4303540284f6e8817b78dc1c5b\";a:4:{s:10:\"expiration\";i:1583906429;s:2:\"ip\";s:15:\"165.231.130.186\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568354429;}}'),(11575,396,'_um_last_login','1568336429'),(11576,396,'um_account_secure_fields','a:0:{}'),(11577,397,'nickname','joien72287'),(11578,397,'first_name','Joie'),(11579,397,'last_name','Wyatt'),(11580,397,'description',''),(11581,397,'rich_editing','true'),(11582,397,'syntax_highlighting','true'),(11583,397,'comment_shortcuts','false'),(11584,397,'admin_color','fresh'),(11585,397,'use_ssl','0'),(11586,397,'show_admin_bar_front','true'),(11587,397,'locale',''),(11588,397,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11589,397,'wp_user_level','0'),(11590,397,'_yoast_wpseo_profile_updated','1568355193'),(11591,397,'dismissed_wp_pointers',''),(11592,397,'synced_gravatar_hashed_id','f38a01bc87b7e5bb4a046f439945be33'),(11593,397,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568337186\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"joien72287\";s:10:\"first_name\";s:4:\"Joie\";s:9:\"last_name\";s:5:\"Wyatt\";s:10:\"user_email\";s:20:\"Joie.Wyatt@gmail.com\";}'),(11594,397,'form_id','17'),(11595,397,'timestamp','1568337186'),(11596,397,'request',''),(11597,397,'_wpnonce','097aad5e63'),(11598,397,'_wp_http_referer','/register/'),(11600,397,'um_user_profile_url_slug_user_login','joien72287'),(11602,397,'full_name','joie wyatt'),(11603,397,'account_status','approved'),(11604,397,'session_tokens','a:1:{s:64:\"9b0dbfa9a9193241ea1a1c58060e6b335d24b58545023ca12bec051dd5dc0da5\";a:4:{s:10:\"expiration\";i:1583907194;s:2:\"ip\";s:15:\"165.231.130.186\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568355194;}}'),(11605,397,'_um_last_login','1568337194'),(11606,397,'um_account_secure_fields','a:0:{}'),(11607,398,'nickname','carltonlenz2411'),(11608,398,'first_name','Carlton'),(11609,398,'last_name','Lenz'),(11610,398,'description',''),(11611,398,'rich_editing','true'),(11612,398,'syntax_highlighting','true'),(11613,398,'comment_shortcuts','false'),(11614,398,'admin_color','fresh'),(11615,398,'use_ssl','0'),(11616,398,'show_admin_bar_front','true'),(11617,398,'locale',''),(11618,398,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11619,398,'wp_user_level','0'),(11620,398,'_yoast_wpseo_profile_updated','1568355326'),(11621,398,'dismissed_wp_pointers',''),(11622,398,'synced_gravatar_hashed_id','3539f204b3057028ebcd3856ed039784'),(11623,398,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568337314\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"carltonlenz2411\";s:10:\"first_name\";s:7:\"Carlton\";s:9:\"last_name\";s:4:\"Lenz\";s:10:\"user_email\";s:24:\"Carlton.Lenz45@gmail.com\";}'),(11624,398,'form_id','17'),(11625,398,'timestamp','1568337314'),(11626,398,'request',''),(11627,398,'_wpnonce','097aad5e63'),(11628,398,'_wp_http_referer','/register/'),(11630,398,'um_user_profile_url_slug_user_login','carltonlenz2411'),(11632,398,'full_name','carlton lenz'),(11633,398,'account_status','approved'),(11634,398,'session_tokens','a:1:{s:64:\"1ea457d692613f0389b2072c1d3710e47953021ce3eac0d90c50540c0992e3b6\";a:4:{s:10:\"expiration\";i:1583907326;s:2:\"ip\";s:14:\"193.228.56.110\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568355326;}}'),(11635,398,'_um_last_login','1568337326'),(11636,398,'um_account_secure_fields','a:0:{}'),(11637,399,'nickname','adanmerritt5'),(11638,399,'first_name','Adan'),(11639,399,'last_name','Merritt'),(11640,399,'description',''),(11641,399,'rich_editing','true'),(11642,399,'syntax_highlighting','true'),(11643,399,'comment_shortcuts','false'),(11644,399,'admin_color','fresh'),(11645,399,'use_ssl','0'),(11646,399,'show_admin_bar_front','true'),(11647,399,'locale',''),(11648,399,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11649,399,'wp_user_level','0'),(11650,399,'_yoast_wpseo_profile_updated','1568356040'),(11651,399,'dismissed_wp_pointers',''),(11652,399,'synced_gravatar_hashed_id','f599fba0b9268468bc042002d80c79bc'),(11653,399,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568338029\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"adanmerritt5\";s:10:\"first_name\";s:4:\"Adan\";s:9:\"last_name\";s:7:\"Merritt\";s:10:\"user_email\";s:22:\"Adan-Merritt@gmail.com\";}'),(11654,399,'form_id','17'),(11655,399,'timestamp','1568338029'),(11656,399,'request',''),(11657,399,'_wpnonce','097aad5e63'),(11658,399,'_wp_http_referer','/register/'),(11660,399,'um_user_profile_url_slug_user_login','adanmerritt5'),(11662,399,'full_name','adan merritt'),(11663,399,'account_status','approved'),(11664,399,'session_tokens','a:1:{s:64:\"cbdd8e6743a45219d1eb55f5df47da8b22fd729cfcdaf310266b56c9e8675fba\";a:4:{s:10:\"expiration\";i:1583908040;s:2:\"ip\";s:15:\"107.158.221.122\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568356040;}}'),(11665,399,'_um_last_login','1568338040'),(11666,399,'um_account_secure_fields','a:0:{}'),(11667,400,'nickname','clint09268'),(11668,400,'first_name','Clint'),(11669,400,'last_name','Eichhorn'),(11670,400,'description',''),(11671,400,'rich_editing','true'),(11672,400,'syntax_highlighting','true'),(11673,400,'comment_shortcuts','false'),(11674,400,'admin_color','fresh'),(11675,400,'use_ssl','0'),(11676,400,'show_admin_bar_front','true'),(11677,400,'locale',''),(11678,400,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11679,400,'wp_user_level','0'),(11680,400,'_yoast_wpseo_profile_updated','1568356236'),(11681,400,'dismissed_wp_pointers',''),(11682,400,'synced_gravatar_hashed_id','2dd3a9b51aca71e456699b577fbb0067'),(11683,400,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568338226\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"clint09268\";s:10:\"first_name\";s:5:\"Clint\";s:9:\"last_name\";s:8:\"Eichhorn\";s:10:\"user_email\";s:26:\"Clint.Eichhorn43@gmail.com\";}'),(11684,400,'form_id','17'),(11685,400,'timestamp','1568338226'),(11686,400,'request',''),(11687,400,'_wpnonce','097aad5e63'),(11688,400,'_wp_http_referer','/register/'),(11690,400,'um_user_profile_url_slug_user_login','clint09268'),(11692,400,'full_name','clint eichhorn'),(11693,400,'account_status','approved'),(11694,400,'session_tokens','a:1:{s:64:\"2fb79e4ba60a75c4da1b1d068170b05c7a02b4de12c9e0449f6141df52f29743\";a:4:{s:10:\"expiration\";i:1583908236;s:2:\"ip\";s:15:\"165.231.130.156\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568356236;}}'),(11695,400,'_um_last_login','1568338236'),(11696,400,'um_account_secure_fields','a:0:{}'),(11697,401,'nickname','emilioroche0893'),(11698,401,'first_name','Emilio'),(11699,401,'last_name','Roche'),(11700,401,'description',''),(11701,401,'rich_editing','true'),(11702,401,'syntax_highlighting','true'),(11703,401,'comment_shortcuts','false'),(11704,401,'admin_color','fresh'),(11705,401,'use_ssl','0'),(11706,401,'show_admin_bar_front','true'),(11707,401,'locale',''),(11708,401,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11709,401,'wp_user_level','0'),(11710,401,'_yoast_wpseo_profile_updated','1568357563'),(11711,401,'dismissed_wp_pointers',''),(11712,401,'synced_gravatar_hashed_id','f4ea72a7f40f0a16a5bfb4c7643a925c'),(11713,401,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568339557\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"emilioroche0893\";s:10:\"first_name\";s:6:\"Emilio\";s:9:\"last_name\";s:5:\"Roche\";s:10:\"user_email\";s:22:\"Emilio.Roche@gmail.com\";}'),(11714,401,'form_id','17'),(11715,401,'timestamp','1568339557'),(11716,401,'request',''),(11717,401,'_wpnonce','097aad5e63'),(11718,401,'_wp_http_referer','/register/'),(11720,401,'um_user_profile_url_slug_user_login','emilioroche0893'),(11722,401,'full_name','emilio roche'),(11723,401,'account_status','approved'),(11724,401,'session_tokens','a:1:{s:64:\"c8d9dd4635d719a2877c957c6cfbb0f1da1de18e26c19646bad2490e421c7e5c\";a:4:{s:10:\"expiration\";i:1583909563;s:2:\"ip\";s:15:\"196.245.216.192\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568357563;}}'),(11725,401,'_um_last_login','1568339563'),(11726,401,'um_account_secure_fields','a:0:{}'),(11727,402,'nickname','meaganlsa40'),(11728,402,'first_name','Meagan'),(11729,402,'last_name','Detwiler'),(11730,402,'description',''),(11731,402,'rich_editing','true'),(11732,402,'syntax_highlighting','true'),(11733,402,'comment_shortcuts','false'),(11734,402,'admin_color','fresh'),(11735,402,'use_ssl','0'),(11736,402,'show_admin_bar_front','true'),(11737,402,'locale',''),(11738,402,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11739,402,'wp_user_level','0'),(11740,402,'_yoast_wpseo_profile_updated','1568357602'),(11741,402,'dismissed_wp_pointers',''),(11742,402,'synced_gravatar_hashed_id','773a136273eb537ff2ce2f656c79a3d2'),(11743,402,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568339592\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"meaganlsa40\";s:10:\"first_name\";s:6:\"Meagan\";s:9:\"last_name\";s:8:\"Detwiler\";s:10:\"user_email\";s:25:\"Meagan-Detwiler@gmail.com\";}'),(11744,402,'form_id','17'),(11745,402,'timestamp','1568339592'),(11746,402,'request',''),(11747,402,'_wpnonce','097aad5e63'),(11748,402,'_wp_http_referer','/register/'),(11750,402,'um_user_profile_url_slug_user_login','meaganlsa40'),(11752,402,'full_name','meagan detwiler'),(11753,402,'account_status','approved'),(11754,402,'session_tokens','a:1:{s:64:\"1efa93c09aecbee84aefd395dbb919333dc02cae26c69671fbea9c320b3a53b4\";a:4:{s:10:\"expiration\";i:1583909602;s:2:\"ip\";s:14:\"91.108.176.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568357602;}}'),(11755,402,'_um_last_login','1568339602'),(11756,402,'um_account_secure_fields','a:0:{}'),(11757,403,'nickname','rosita1636'),(11758,403,'first_name','Rosita'),(11759,403,'last_name','Hollins'),(11760,403,'description',''),(11761,403,'rich_editing','true'),(11762,403,'syntax_highlighting','true'),(11763,403,'comment_shortcuts','false'),(11764,403,'admin_color','fresh'),(11765,403,'use_ssl','0'),(11766,403,'show_admin_bar_front','true'),(11767,403,'locale',''),(11768,403,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11769,403,'wp_user_level','0'),(11770,403,'_yoast_wpseo_profile_updated','1568361120'),(11771,403,'dismissed_wp_pointers',''),(11772,403,'synced_gravatar_hashed_id','4f1badf3b477bc16aa568517c920bbc1'),(11773,403,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568343112\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:10:\"rosita1636\";s:10:\"first_name\";s:6:\"Rosita\";s:9:\"last_name\";s:7:\"Hollins\";s:10:\"user_email\";s:24:\"Rosita-Hollins@gmail.com\";}'),(11774,403,'form_id','17'),(11775,403,'timestamp','1568343112'),(11776,403,'request',''),(11777,403,'redirect_to','https://buzz-caribbean.com/register/'),(11778,403,'_wpnonce','097aad5e63'),(11779,403,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(11781,403,'um_user_profile_url_slug_user_login','rosita1636'),(11783,403,'full_name','rosita hollins'),(11784,403,'account_status','approved'),(11785,404,'nickname','nicole91p12'),(11786,404,'first_name','Nicole'),(11787,404,'last_name','Clopton'),(11788,404,'description',''),(11789,404,'rich_editing','true'),(11790,404,'syntax_highlighting','true'),(11791,404,'comment_shortcuts','false'),(11792,404,'admin_color','fresh'),(11793,404,'use_ssl','0'),(11794,404,'show_admin_bar_front','true'),(11795,404,'locale',''),(11796,404,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11797,404,'wp_user_level','0'),(11798,404,'_yoast_wpseo_profile_updated','1568361582'),(11799,404,'dismissed_wp_pointers',''),(11800,404,'synced_gravatar_hashed_id','bbe4a2fca43568bd04299d034339d194'),(11801,404,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568343575\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"nicole91p12\";s:10:\"first_name\";s:6:\"Nicole\";s:9:\"last_name\";s:7:\"Clopton\";s:10:\"user_email\";s:26:\"Nicole_Clopton49@gmail.com\";}'),(11802,404,'form_id','17'),(11803,404,'timestamp','1568343575'),(11804,404,'request',''),(11805,404,'_wpnonce','097aad5e63'),(11806,404,'_wp_http_referer','/register/'),(11808,404,'um_user_profile_url_slug_user_login','nicole91p12'),(11810,404,'full_name','nicole clopton'),(11811,404,'account_status','approved'),(11812,404,'session_tokens','a:1:{s:64:\"b41199671f64bbc2b8e5d857c07ad0ed024d6224d45f3cc5d1ab61adbd971777\";a:4:{s:10:\"expiration\";i:1583913582;s:2:\"ip\";s:14:\"91.108.176.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568361582;}}'),(11813,404,'_um_last_login','1568343582'),(11814,404,'um_account_secure_fields','a:0:{}'),(11815,405,'nickname','gretafaucett213'),(11816,405,'first_name','Greta'),(11817,405,'last_name','Faucett'),(11818,405,'description',''),(11819,405,'rich_editing','true'),(11820,405,'syntax_highlighting','true'),(11821,405,'comment_shortcuts','false'),(11822,405,'admin_color','fresh'),(11823,405,'use_ssl','0'),(11824,405,'show_admin_bar_front','true'),(11825,405,'locale',''),(11826,405,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11827,405,'wp_user_level','0'),(11828,405,'_yoast_wpseo_profile_updated','1568361903'),(11829,405,'dismissed_wp_pointers',''),(11830,405,'synced_gravatar_hashed_id','7bd0cf26f21d0634d7a3a00a754c74f4'),(11831,405,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568343892\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"gretafaucett213\";s:10:\"first_name\";s:5:\"Greta\";s:9:\"last_name\";s:7:\"Faucett\";s:10:\"user_email\";s:23:\"Greta-Faucett@gmail.com\";}'),(11832,405,'form_id','17'),(11833,405,'timestamp','1568343892'),(11834,405,'request',''),(11835,405,'_wpnonce','097aad5e63'),(11836,405,'_wp_http_referer','/register/'),(11838,405,'um_user_profile_url_slug_user_login','gretafaucett213'),(11840,405,'full_name','greta faucett'),(11841,405,'account_status','approved'),(11842,405,'session_tokens','a:1:{s:64:\"3e805a69bd6f08664f7646dfff4e9184fa8f7a3d04f20a07917edac0992d8b4c\";a:4:{s:10:\"expiration\";i:1583913903;s:2:\"ip\";s:13:\"185.3.134.143\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568361903;}}'),(11843,405,'_um_last_login','1568343903'),(11844,405,'um_account_secure_fields','a:0:{}'),(11845,406,'nickname','tracyllanos9'),(11846,406,'first_name','Tracy'),(11847,406,'last_name','Llanos'),(11848,406,'description',''),(11849,406,'rich_editing','true'),(11850,406,'syntax_highlighting','true'),(11851,406,'comment_shortcuts','false'),(11852,406,'admin_color','fresh'),(11853,406,'use_ssl','0'),(11854,406,'show_admin_bar_front','true'),(11855,406,'locale',''),(11856,406,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11857,406,'wp_user_level','0'),(11858,406,'_yoast_wpseo_profile_updated','1568363053'),(11859,406,'dismissed_wp_pointers',''),(11860,406,'synced_gravatar_hashed_id','127b28e31cd0de34ba9b8164025a3f78'),(11861,406,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568345047\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"tracyllanos9\";s:10:\"first_name\";s:5:\"Tracy\";s:9:\"last_name\";s:6:\"Llanos\";s:10:\"user_email\";s:24:\"Tracy.Llanos12@gmail.com\";}'),(11862,406,'form_id','17'),(11863,406,'timestamp','1568345047'),(11864,406,'request',''),(11865,406,'_wpnonce','097aad5e63'),(11866,406,'_wp_http_referer','/register/'),(11868,406,'um_user_profile_url_slug_user_login','tracyllanos9'),(11870,406,'full_name','tracy llanos'),(11871,406,'account_status','approved'),(11872,406,'session_tokens','a:1:{s:64:\"b27a39287007d250ef48202f5f3ace16ecd4111fb6dda3ffab4d001819302547\";a:4:{s:10:\"expiration\";i:1583915054;s:2:\"ip\";s:12:\"185.3.134.20\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568363054;}}'),(11873,406,'_um_last_login','1568345054'),(11874,406,'um_account_secure_fields','a:0:{}'),(11875,407,'nickname','jeffryturner36'),(11876,407,'first_name','Jeffry'),(11877,407,'last_name','Turner'),(11878,407,'description',''),(11879,407,'rich_editing','true'),(11880,407,'syntax_highlighting','true'),(11881,407,'comment_shortcuts','false'),(11882,407,'admin_color','fresh'),(11883,407,'use_ssl','0'),(11884,407,'show_admin_bar_front','true'),(11885,407,'locale',''),(11886,407,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11887,407,'wp_user_level','0'),(11888,407,'_yoast_wpseo_profile_updated','1568363685'),(11889,407,'dismissed_wp_pointers',''),(11890,407,'synced_gravatar_hashed_id','af6b4b4501860d1c4dcf65b0e7f942fe'),(11891,407,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568345679\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"jeffryturner36\";s:10:\"first_name\";s:6:\"Jeffry\";s:9:\"last_name\";s:6:\"Turner\";s:10:\"user_email\";s:23:\"Jeffry.Turner@gmail.com\";}'),(11892,407,'form_id','17'),(11893,407,'timestamp','1568345679'),(11894,407,'request',''),(11895,407,'_wpnonce','097aad5e63'),(11896,407,'_wp_http_referer','/register/'),(11898,407,'um_user_profile_url_slug_user_login','jeffryturner36'),(11900,407,'full_name','jeffry turner'),(11901,407,'account_status','approved'),(11902,407,'session_tokens','a:1:{s:64:\"ed6c23bae6b8962ed251b76abc97a5e1db96e8af08ff047822295d5f99ac1ddd\";a:4:{s:10:\"expiration\";i:1583915686;s:2:\"ip\";s:15:\"104.227.254.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568363686;}}'),(11903,407,'_um_last_login','1568345686'),(11904,407,'um_account_secure_fields','a:0:{}'),(11905,408,'nickname','billiecissell8'),(11906,408,'first_name','Billie'),(11907,408,'last_name','Cissell'),(11908,408,'description',''),(11909,408,'rich_editing','true'),(11910,408,'syntax_highlighting','true'),(11911,408,'comment_shortcuts','false'),(11912,408,'admin_color','fresh'),(11913,408,'use_ssl','0'),(11914,408,'show_admin_bar_front','true'),(11915,408,'locale',''),(11916,408,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11917,408,'wp_user_level','0'),(11918,408,'_yoast_wpseo_profile_updated','1568363730'),(11919,408,'dismissed_wp_pointers',''),(11920,408,'synced_gravatar_hashed_id','ae0bb9921d039f513caa58e866990d94'),(11921,408,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568345721\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"billiecissell8\";s:10:\"first_name\";s:6:\"Billie\";s:9:\"last_name\";s:7:\"Cissell\";s:10:\"user_email\";s:26:\"Billie.Cissell74@gmail.com\";}'),(11922,408,'form_id','17'),(11923,408,'timestamp','1568345721'),(11924,408,'request',''),(11925,408,'_wpnonce','097aad5e63'),(11926,408,'_wp_http_referer','/register/'),(11928,408,'um_user_profile_url_slug_user_login','billiecissell8'),(11930,408,'full_name','billie cissell'),(11931,408,'account_status','approved'),(11932,408,'session_tokens','a:1:{s:64:\"0589fd57a9c9e72b1f85a6d71d4f263fa72e914210feeffc1f3d69ba80bc91a1\";a:4:{s:10:\"expiration\";i:1583915730;s:2:\"ip\";s:15:\"104.227.254.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568363730;}}'),(11933,408,'_um_last_login','1568345730'),(11934,408,'um_account_secure_fields','a:0:{}'),(11935,409,'nickname','jeanettebagley'),(11936,409,'first_name','Jeanette'),(11937,409,'last_name','Bagley'),(11938,409,'description',''),(11939,409,'rich_editing','true'),(11940,409,'syntax_highlighting','true'),(11941,409,'comment_shortcuts','false'),(11942,409,'admin_color','fresh'),(11943,409,'use_ssl','0'),(11944,409,'show_admin_bar_front','true'),(11945,409,'locale',''),(11946,409,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11947,409,'wp_user_level','0'),(11948,409,'_yoast_wpseo_profile_updated','1568364492'),(11949,409,'dismissed_wp_pointers',''),(11950,409,'synced_gravatar_hashed_id','eb3fd24c20418d8d485e099059aec42f'),(11951,409,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568346486\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"jeanettebagley\";s:10:\"first_name\";s:8:\"Jeanette\";s:9:\"last_name\";s:6:\"Bagley\";s:10:\"user_email\";s:26:\"Jeanette.Bagley8@gmail.com\";}'),(11952,409,'form_id','17'),(11953,409,'timestamp','1568346486'),(11954,409,'request',''),(11955,409,'_wpnonce','097aad5e63'),(11956,409,'_wp_http_referer','/register/'),(11958,409,'um_user_profile_url_slug_user_login','jeanettebagley'),(11960,409,'full_name','jeanette bagley'),(11961,409,'account_status','approved'),(11962,409,'session_tokens','a:1:{s:64:\"6dbcbc76fa7bbf34910661c82d90898cd8c662f3e89682b85d5281329243d7ae\";a:4:{s:10:\"expiration\";i:1583916492;s:2:\"ip\";s:15:\"196.245.216.168\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568364492;}}'),(11963,409,'_um_last_login','1568346492'),(11964,409,'um_account_secure_fields','a:0:{}'),(11965,410,'nickname','jerrytincher584'),(11966,410,'first_name','Jerry'),(11967,410,'last_name','Tincher'),(11968,410,'description',''),(11969,410,'rich_editing','true'),(11970,410,'syntax_highlighting','true'),(11971,410,'comment_shortcuts','false'),(11972,410,'admin_color','fresh'),(11973,410,'use_ssl','0'),(11974,410,'show_admin_bar_front','true'),(11975,410,'locale',''),(11976,410,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11977,410,'wp_user_level','0'),(11978,410,'_yoast_wpseo_profile_updated','1568364788'),(11979,410,'dismissed_wp_pointers',''),(11980,410,'synced_gravatar_hashed_id','f3a7de65fae377ed9597dea78df832ff'),(11981,410,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568346780\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"jerrytincher584\";s:10:\"first_name\";s:5:\"Jerry\";s:9:\"last_name\";s:7:\"Tincher\";s:10:\"user_email\";s:25:\"Jerry.Tincher20@gmail.com\";}'),(11982,410,'form_id','17'),(11983,410,'timestamp','1568346780'),(11984,410,'request',''),(11985,410,'_wpnonce','097aad5e63'),(11986,410,'_wp_http_referer','/register/'),(11988,410,'um_user_profile_url_slug_user_login','jerrytincher584'),(11990,410,'full_name','jerry tincher'),(11991,410,'account_status','approved'),(11992,410,'session_tokens','a:1:{s:64:\"b43cf11978a2ae56685ca5ff9a3f447c76626681eac0025b6047e0a1dff21b57\";a:4:{s:10:\"expiration\";i:1583916788;s:2:\"ip\";s:13:\"91.108.176.45\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568364788;}}'),(11993,410,'_um_last_login','1568346788'),(11994,410,'um_account_secure_fields','a:0:{}'),(11995,411,'nickname','faithchiodo'),(11996,411,'first_name','Faith'),(11997,411,'last_name','Chiodo'),(11998,411,'description',''),(11999,411,'rich_editing','true'),(12000,411,'syntax_highlighting','true'),(12001,411,'comment_shortcuts','false'),(12002,411,'admin_color','fresh'),(12003,411,'use_ssl','0'),(12004,411,'show_admin_bar_front','true'),(12005,411,'locale',''),(12006,411,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12007,411,'wp_user_level','0'),(12008,411,'_yoast_wpseo_profile_updated','1568365880'),(12009,411,'dismissed_wp_pointers',''),(12010,411,'synced_gravatar_hashed_id','4e5f435ff7b6c0fbb7c6854f36f03dcc'),(12011,411,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568347873\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"faithchiodo\";s:10:\"first_name\";s:5:\"Faith\";s:9:\"last_name\";s:6:\"Chiodo\";s:10:\"user_email\";s:22:\"Faith.Chiodo@gmail.com\";}'),(12012,411,'form_id','17'),(12013,411,'timestamp','1568347873'),(12014,411,'request',''),(12015,411,'_wpnonce','097aad5e63'),(12016,411,'_wp_http_referer','/register/'),(12018,411,'um_user_profile_url_slug_user_login','faithchiodo'),(12020,411,'full_name','faith chiodo'),(12021,411,'account_status','approved'),(12022,411,'session_tokens','a:1:{s:64:\"d1b7ba1422dfa5e95e8e1af2faa184ca2b84fae1fde1b705b43e6f8d6e865deb\";a:4:{s:10:\"expiration\";i:1583917881;s:2:\"ip\";s:15:\"144.168.201.151\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568365881;}}'),(12023,411,'_um_last_login','1568347881'),(12024,411,'um_account_secure_fields','a:0:{}'),(12025,412,'nickname','erikamckee'),(12026,412,'first_name','Erika'),(12027,412,'last_name','McKee'),(12028,412,'description',''),(12029,412,'rich_editing','true'),(12030,412,'syntax_highlighting','true'),(12031,412,'comment_shortcuts','false'),(12032,412,'admin_color','fresh'),(12033,412,'use_ssl','0'),(12034,412,'show_admin_bar_front','true'),(12035,412,'locale',''),(12036,412,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12037,412,'wp_user_level','0'),(12038,412,'_yoast_wpseo_profile_updated','1568366087'),(12039,412,'dismissed_wp_pointers',''),(12040,412,'synced_gravatar_hashed_id','2ba135d47c85e59c54f642e1ec47214e'),(12041,412,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568348077\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"erikamckee\";s:10:\"first_name\";s:5:\"Erika\";s:9:\"last_name\";s:5:\"McKee\";s:10:\"user_email\";s:23:\"Erika_McKee23@gmail.com\";}'),(12042,412,'form_id','17'),(12043,412,'timestamp','1568348077'),(12044,412,'request',''),(12045,412,'_wpnonce','097aad5e63'),(12046,412,'_wp_http_referer','/register/'),(12048,412,'um_user_profile_url_slug_user_login','erikamckee'),(12050,412,'full_name','erika mckee'),(12051,412,'account_status','approved'),(12052,412,'session_tokens','a:1:{s:64:\"88e1e8d221e5eec9fb37dd2a844d386c8ed1f25dfcfc660237148327dd274120\";a:4:{s:10:\"expiration\";i:1583918088;s:2:\"ip\";s:15:\"144.168.201.151\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568366088;}}'),(12053,412,'_um_last_login','1568348088'),(12054,412,'um_account_secure_fields','a:0:{}'),(12055,413,'nickname','charlinegoudie'),(12056,413,'first_name','Charline'),(12057,413,'last_name','Goudie'),(12058,413,'description',''),(12059,413,'rich_editing','true'),(12060,413,'syntax_highlighting','true'),(12061,413,'comment_shortcuts','false'),(12062,413,'admin_color','fresh'),(12063,413,'use_ssl','0'),(12064,413,'show_admin_bar_front','true'),(12065,413,'locale',''),(12066,413,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12067,413,'wp_user_level','0'),(12068,413,'_yoast_wpseo_profile_updated','1568366245'),(12069,413,'dismissed_wp_pointers',''),(12070,413,'synced_gravatar_hashed_id','a9c3afd825d5b83e5a1b22e71daf8d52'),(12071,413,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568348237\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"charlinegoudie\";s:10:\"first_name\";s:8:\"Charline\";s:9:\"last_name\";s:6:\"Goudie\";s:10:\"user_email\";s:27:\"Charline-Goudie11@gmail.com\";}'),(12072,413,'form_id','17'),(12073,413,'timestamp','1568348237'),(12074,413,'request',''),(12075,413,'_wpnonce','097aad5e63'),(12076,413,'_wp_http_referer','/register/'),(12078,413,'um_user_profile_url_slug_user_login','charlinegoudie'),(12080,413,'full_name','charline goudie'),(12081,413,'account_status','approved'),(12082,413,'session_tokens','a:1:{s:64:\"2f2a8ec7f51d037fdd93047fe29651890b40f64cad5fbc08a04139137eab6416\";a:4:{s:10:\"expiration\";i:1583918246;s:2:\"ip\";s:14:\"193.228.56.153\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568366246;}}'),(12083,413,'_um_last_login','1568348246'),(12084,413,'um_account_secure_fields','a:0:{}'),(12085,414,'nickname','xevjohnette'),(12086,414,'first_name','Johnette'),(12087,414,'last_name','Knipe'),(12088,414,'description',''),(12089,414,'rich_editing','true'),(12090,414,'syntax_highlighting','true'),(12091,414,'comment_shortcuts','false'),(12092,414,'admin_color','fresh'),(12093,414,'use_ssl','0'),(12094,414,'show_admin_bar_front','true'),(12095,414,'locale',''),(12096,414,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12097,414,'wp_user_level','0'),(12098,414,'_yoast_wpseo_profile_updated','1568367249'),(12099,414,'dismissed_wp_pointers',''),(12100,414,'synced_gravatar_hashed_id','755ff1048ba39f80e65cbd91e53e26c9'),(12101,414,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568349242\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"xevjohnette\";s:10:\"first_name\";s:8:\"Johnette\";s:9:\"last_name\";s:5:\"Knipe\";s:10:\"user_email\";s:26:\"Johnette-Knipe30@gmail.com\";}'),(12102,414,'form_id','17'),(12103,414,'timestamp','1568349242'),(12104,414,'request',''),(12105,414,'_wpnonce','097aad5e63'),(12106,414,'_wp_http_referer','/register/'),(12108,414,'um_user_profile_url_slug_user_login','xevjohnette'),(12110,414,'full_name','johnette knipe'),(12111,414,'account_status','approved'),(12112,414,'session_tokens','a:1:{s:64:\"a506b39e270e5ace245ac2fdb3b97a58f2ad6e3d27a11e313d60fcb8eccb46df\";a:4:{s:10:\"expiration\";i:1583919250;s:2:\"ip\";s:15:\"104.227.254.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568367250;}}'),(12113,414,'_um_last_login','1568349250'),(12114,414,'um_account_secure_fields','a:0:{}'),(12115,415,'nickname','jackson50z'),(12116,415,'first_name','Jackson'),(12117,415,'last_name','Dundas'),(12118,415,'description',''),(12119,415,'rich_editing','true'),(12120,415,'syntax_highlighting','true'),(12121,415,'comment_shortcuts','false'),(12122,415,'admin_color','fresh'),(12123,415,'use_ssl','0'),(12124,415,'show_admin_bar_front','true'),(12125,415,'locale',''),(12126,415,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12127,415,'wp_user_level','0'),(12128,415,'_yoast_wpseo_profile_updated','1568367432'),(12129,415,'dismissed_wp_pointers',''),(12130,415,'synced_gravatar_hashed_id','753e9af604ee6adfdaf1288fbf8b4728'),(12131,415,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568349424\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"jackson50z\";s:10:\"first_name\";s:7:\"Jackson\";s:9:\"last_name\";s:6:\"Dundas\";s:10:\"user_email\";s:24:\"Jackson-Dundas@gmail.com\";}'),(12132,415,'form_id','17'),(12133,415,'timestamp','1568349424'),(12134,415,'request',''),(12135,415,'_wpnonce','097aad5e63'),(12136,415,'_wp_http_referer','/register/'),(12138,415,'um_user_profile_url_slug_user_login','jackson50z'),(12140,415,'full_name','jackson dundas'),(12141,415,'account_status','approved'),(12142,415,'session_tokens','a:1:{s:64:\"2c46ec5339a96630c69d2baa5678b9901eb72b9bb0a98fbe27a7ae7fb0d81f18\";a:4:{s:10:\"expiration\";i:1583919432;s:2:\"ip\";s:15:\"107.158.221.154\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568367432;}}'),(12143,415,'_um_last_login','1568349432'),(12144,415,'um_account_secure_fields','a:0:{}'),(12145,416,'nickname','jeremygurley8'),(12146,416,'first_name','Jeremy'),(12147,416,'last_name','Gurley'),(12148,416,'description',''),(12149,416,'rich_editing','true'),(12150,416,'syntax_highlighting','true'),(12151,416,'comment_shortcuts','false'),(12152,416,'admin_color','fresh'),(12153,416,'use_ssl','0'),(12154,416,'show_admin_bar_front','true'),(12155,416,'locale',''),(12156,416,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12157,416,'wp_user_level','0'),(12158,416,'_yoast_wpseo_profile_updated','1568368215'),(12159,416,'dismissed_wp_pointers',''),(12160,416,'synced_gravatar_hashed_id','5fea92acbd0c47ee5978577ee58f693e'),(12161,416,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568350205\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"jeremygurley8\";s:10:\"first_name\";s:6:\"Jeremy\";s:9:\"last_name\";s:6:\"Gurley\";s:10:\"user_email\";s:23:\"Jeremy_Gurley@gmail.com\";}'),(12162,416,'form_id','17'),(12163,416,'timestamp','1568350205'),(12164,416,'request',''),(12165,416,'_wpnonce','097aad5e63'),(12166,416,'_wp_http_referer','/register/'),(12168,416,'um_user_profile_url_slug_user_login','jeremygurley8'),(12170,416,'full_name','jeremy gurley'),(12171,416,'account_status','approved'),(12172,416,'session_tokens','a:1:{s:64:\"0400f277cc3f80ff0eace460ec682f6c5fadff2242f447c11fb2a9b12d2609d9\";a:4:{s:10:\"expiration\";i:1583920216;s:2:\"ip\";s:13:\"185.3.134.127\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568368216;}}'),(12173,416,'_um_last_login','1568350216'),(12174,416,'um_account_secure_fields','a:0:{}'),(12175,417,'nickname','ashleemarquez95'),(12176,417,'first_name','Ashlee'),(12177,417,'last_name','Marquez'),(12178,417,'description',''),(12179,417,'rich_editing','true'),(12180,417,'syntax_highlighting','true'),(12181,417,'comment_shortcuts','false'),(12182,417,'admin_color','fresh'),(12183,417,'use_ssl','0'),(12184,417,'show_admin_bar_front','true'),(12185,417,'locale',''),(12186,417,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12187,417,'wp_user_level','0'),(12188,417,'_yoast_wpseo_profile_updated','1568368871'),(12189,417,'dismissed_wp_pointers',''),(12190,417,'synced_gravatar_hashed_id','b3e778ca68a4dea77db2c5332d4080f1'),(12191,417,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568350861\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"ashleemarquez95\";s:10:\"first_name\";s:6:\"Ashlee\";s:9:\"last_name\";s:7:\"Marquez\";s:10:\"user_email\";s:24:\"Ashlee.Marquez@gmail.com\";}'),(12192,417,'form_id','17'),(12193,417,'timestamp','1568350861'),(12194,417,'request',''),(12195,417,'redirect_to','https://buzz-caribbean.com/register/'),(12196,417,'_wpnonce','097aad5e63'),(12197,417,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(12199,417,'um_user_profile_url_slug_user_login','ashleemarquez95'),(12201,417,'full_name','ashlee marquez'),(12202,417,'account_status','approved'),(12203,418,'nickname','diannabowe0717'),(12204,418,'first_name','Dianna'),(12205,418,'last_name','Bowe'),(12206,418,'description',''),(12207,418,'rich_editing','true'),(12208,418,'syntax_highlighting','true'),(12209,418,'comment_shortcuts','false'),(12210,418,'admin_color','fresh'),(12211,418,'use_ssl','0'),(12212,418,'show_admin_bar_front','true'),(12213,418,'locale',''),(12214,418,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12215,418,'wp_user_level','0'),(12216,418,'_yoast_wpseo_profile_updated','1568369240'),(12217,418,'dismissed_wp_pointers',''),(12218,418,'synced_gravatar_hashed_id','4dc24f044881a7b4d0f8773f4141da62'),(12219,418,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568351231\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"diannabowe0717\";s:10:\"first_name\";s:6:\"Dianna\";s:9:\"last_name\";s:4:\"Bowe\";s:10:\"user_email\";s:23:\"Dianna-Bowe31@gmail.com\";}'),(12220,418,'form_id','17'),(12221,418,'timestamp','1568351231'),(12222,418,'request',''),(12223,418,'redirect_to','https://buzz-caribbean.com/register/'),(12224,418,'_wpnonce','097aad5e63'),(12225,418,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(12227,418,'um_user_profile_url_slug_user_login','diannabowe0717'),(12229,418,'full_name','dianna bowe'),(12230,418,'account_status','approved'),(12231,419,'nickname','aliciadeuchar38'),(12232,419,'first_name','Alicia'),(12233,419,'last_name','Deuchar'),(12234,419,'description',''),(12235,419,'rich_editing','true'),(12236,419,'syntax_highlighting','true'),(12237,419,'comment_shortcuts','false'),(12238,419,'admin_color','fresh'),(12239,419,'use_ssl','0'),(12240,419,'show_admin_bar_front','true'),(12241,419,'locale',''),(12242,419,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12243,419,'wp_user_level','0'),(12244,419,'_yoast_wpseo_profile_updated','1568370751'),(12245,419,'dismissed_wp_pointers',''),(12246,419,'synced_gravatar_hashed_id','db0eea54114c5dca3dcf5ade5a2eabbd'),(12247,419,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568352744\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"aliciadeuchar38\";s:10:\"first_name\";s:6:\"Alicia\";s:9:\"last_name\";s:7:\"Deuchar\";s:10:\"user_email\";s:26:\"Alicia-Deuchar52@gmail.com\";}'),(12248,419,'form_id','17'),(12249,419,'timestamp','1568352744'),(12250,419,'request',''),(12251,419,'_wpnonce','097aad5e63'),(12252,419,'_wp_http_referer','/register/'),(12254,419,'um_user_profile_url_slug_user_login','aliciadeuchar38'),(12256,419,'full_name','alicia deuchar'),(12257,419,'account_status','approved'),(12258,419,'session_tokens','a:1:{s:64:\"bc9eac7ca1e0e4c8d0a7abaf81810c5446ba1f2e73bb7ca50447ad1ed566d9b4\";a:4:{s:10:\"expiration\";i:1583922751;s:2:\"ip\";s:14:\"176.61.137.222\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568370751;}}'),(12259,419,'_um_last_login','1568352751'),(12260,419,'um_account_secure_fields','a:0:{}'),(12261,420,'nickname','rosellatindale3'),(12262,420,'first_name','Rosella'),(12263,420,'last_name','Tindale'),(12264,420,'description',''),(12265,420,'rich_editing','true'),(12266,420,'syntax_highlighting','true'),(12267,420,'comment_shortcuts','false'),(12268,420,'admin_color','fresh'),(12269,420,'use_ssl','0'),(12270,420,'show_admin_bar_front','true'),(12271,420,'locale',''),(12272,420,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12273,420,'wp_user_level','0'),(12274,420,'_yoast_wpseo_profile_updated','1568370790'),(12275,420,'dismissed_wp_pointers',''),(12276,420,'synced_gravatar_hashed_id','a31bbaf81a17926c0d4e4e8b12f488f1'),(12277,420,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568352783\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"rosellatindale3\";s:10:\"first_name\";s:7:\"Rosella\";s:9:\"last_name\";s:7:\"Tindale\";s:10:\"user_email\";s:25:\"Rosella.Tindale@gmail.com\";}'),(12278,420,'form_id','17'),(12279,420,'timestamp','1568352783'),(12280,420,'request',''),(12281,420,'_wpnonce','097aad5e63'),(12282,420,'_wp_http_referer','/register/'),(12284,420,'um_user_profile_url_slug_user_login','rosellatindale3'),(12286,420,'full_name','rosella tindale'),(12287,420,'account_status','approved'),(12288,420,'session_tokens','a:1:{s:64:\"e501212a4379eeeb6704f8e0f2e9c59081d9e77d75a5a0d2c7f01a965f508515\";a:4:{s:10:\"expiration\";i:1583922790;s:2:\"ip\";s:15:\"107.158.221.154\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568370790;}}'),(12289,420,'_um_last_login','1568352790'),(12290,420,'um_account_secure_fields','a:0:{}'),(12291,421,'nickname','cameronbto'),(12292,421,'first_name','Cameron'),(12293,421,'last_name','Thring'),(12294,421,'description',''),(12295,421,'rich_editing','true'),(12296,421,'syntax_highlighting','true'),(12297,421,'comment_shortcuts','false'),(12298,421,'admin_color','fresh'),(12299,421,'use_ssl','0'),(12300,421,'show_admin_bar_front','true'),(12301,421,'locale',''),(12302,421,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12303,421,'wp_user_level','0'),(12304,421,'_yoast_wpseo_profile_updated','1568371009'),(12305,421,'dismissed_wp_pointers',''),(12306,421,'synced_gravatar_hashed_id','10219f4c8ccb7a58c95c406b5873de1c'),(12307,421,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568352998\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"cameronbto\";s:10:\"first_name\";s:7:\"Cameron\";s:9:\"last_name\";s:6:\"Thring\";s:10:\"user_email\";s:24:\"Cameron.Thring@gmail.com\";}'),(12308,421,'form_id','17'),(12309,421,'timestamp','1568352998'),(12310,421,'request',''),(12311,421,'_wpnonce','097aad5e63'),(12312,421,'_wp_http_referer','/register/'),(12314,421,'um_user_profile_url_slug_user_login','cameronbto'),(12316,421,'full_name','cameron thring'),(12317,421,'account_status','approved'),(12318,421,'session_tokens','a:1:{s:64:\"710b23c6f248cd22930cb51b0566dc2541488901de2ba453413e0028624f006e\";a:4:{s:10:\"expiration\";i:1583923010;s:2:\"ip\";s:12:\"185.3.134.20\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568371010;}}'),(12319,421,'_um_last_login','1568353010'),(12320,421,'um_account_secure_fields','a:0:{}'),(12321,422,'nickname','oscarwollstonecr'),(12322,422,'first_name','Oscar'),(12323,422,'last_name','Wollstonecraft'),(12324,422,'description',''),(12325,422,'rich_editing','true'),(12326,422,'syntax_highlighting','true'),(12327,422,'comment_shortcuts','false'),(12328,422,'admin_color','fresh'),(12329,422,'use_ssl','0'),(12330,422,'show_admin_bar_front','true'),(12331,422,'locale',''),(12332,422,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12333,422,'wp_user_level','0'),(12334,422,'_yoast_wpseo_profile_updated','1568371670'),(12335,422,'dismissed_wp_pointers',''),(12336,422,'synced_gravatar_hashed_id','dac1dfce23128554cbd5d5e0df48f888'),(12337,422,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568353662\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"oscarwollstonecr\";s:10:\"first_name\";s:5:\"Oscar\";s:9:\"last_name\";s:14:\"Wollstonecraft\";s:10:\"user_email\";s:30:\"Oscar-Wollstonecraft@gmail.com\";}'),(12338,422,'form_id','17'),(12339,422,'timestamp','1568353662'),(12340,422,'request',''),(12341,422,'_wpnonce','097aad5e63'),(12342,422,'_wp_http_referer','/register/'),(12344,422,'um_user_profile_url_slug_user_login','oscarwollstonecr'),(12346,422,'full_name','oscar wollstonecraft'),(12347,422,'account_status','approved'),(12348,422,'session_tokens','a:1:{s:64:\"d02343528b8f684f7482f41c0242c5e4d0ec1d742b3bd15a32333741525ede78\";a:4:{s:10:\"expiration\";i:1583923671;s:2:\"ip\";s:14:\"193.228.56.153\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568371671;}}'),(12349,422,'_um_last_login','1568353671'),(12350,422,'um_account_secure_fields','a:0:{}'),(12351,423,'nickname','ericamcclemans5'),(12352,423,'first_name','Erica'),(12353,423,'last_name','McClemans'),(12354,423,'description',''),(12355,423,'rich_editing','true'),(12356,423,'syntax_highlighting','true'),(12357,423,'comment_shortcuts','false'),(12358,423,'admin_color','fresh'),(12359,423,'use_ssl','0'),(12360,423,'show_admin_bar_front','true'),(12361,423,'locale',''),(12362,423,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12363,423,'wp_user_level','0'),(12364,423,'_yoast_wpseo_profile_updated','1568372653'),(12365,423,'dismissed_wp_pointers',''),(12366,423,'synced_gravatar_hashed_id','14e5233d2b9d85028f02bacd0e54e3bb'),(12367,423,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568354646\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"ericamcclemans5\";s:10:\"first_name\";s:5:\"Erica\";s:9:\"last_name\";s:9:\"McClemans\";s:10:\"user_email\";s:25:\"Erica_McClemans@gmail.com\";}'),(12368,423,'form_id','17'),(12369,423,'timestamp','1568354646'),(12370,423,'request',''),(12371,423,'_wpnonce','097aad5e63'),(12372,423,'_wp_http_referer','/register/'),(12374,423,'um_user_profile_url_slug_user_login','ericamcclemans5'),(12376,423,'full_name','erica mcclemans'),(12377,423,'account_status','approved'),(12378,423,'session_tokens','a:1:{s:64:\"624720926109805b32214454931d4f82496f18ec4e4c298c3fe5e7b90cd73f9b\";a:4:{s:10:\"expiration\";i:1583924653;s:2:\"ip\";s:15:\"107.158.221.106\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568372653;}}'),(12379,423,'_um_last_login','1568354653'),(12380,423,'um_account_secure_fields','a:0:{}'),(12381,424,'nickname','sherrill70r'),(12382,424,'first_name','Sherrill'),(12383,424,'last_name','Kump'),(12384,424,'description',''),(12385,424,'rich_editing','true'),(12386,424,'syntax_highlighting','true'),(12387,424,'comment_shortcuts','false'),(12388,424,'admin_color','fresh'),(12389,424,'use_ssl','0'),(12390,424,'show_admin_bar_front','true'),(12391,424,'locale',''),(12392,424,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12393,424,'wp_user_level','0'),(12394,424,'_yoast_wpseo_profile_updated','1568372840'),(12395,424,'dismissed_wp_pointers',''),(12396,424,'synced_gravatar_hashed_id','b82d86a58c81c8617c92f45faec1d9a2'),(12397,424,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568354832\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"sherrill70r\";s:10:\"first_name\";s:8:\"Sherrill\";s:9:\"last_name\";s:4:\"Kump\";s:10:\"user_email\";s:23:\"Sherrill-Kump@gmail.com\";}'),(12398,424,'form_id','17'),(12399,424,'timestamp','1568354832'),(12400,424,'request',''),(12401,424,'_wpnonce','097aad5e63'),(12402,424,'_wp_http_referer','/register/'),(12404,424,'um_user_profile_url_slug_user_login','sherrill70r'),(12406,424,'full_name','sherrill kump'),(12407,424,'account_status','approved'),(12408,424,'session_tokens','a:1:{s:64:\"d376aa5a5ba848e2488d5671ac910a8f488d4977f2be179c32cb20c288eeb9a3\";a:4:{s:10:\"expiration\";i:1583924840;s:2:\"ip\";s:14:\"165.231.130.31\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568372840;}}'),(12409,424,'_um_last_login','1568354840'),(12410,424,'um_account_secure_fields','a:0:{}'),(12411,425,'nickname','willianbrody98'),(12412,425,'first_name','Willian'),(12413,425,'last_name','Brody'),(12414,425,'description',''),(12415,425,'rich_editing','true'),(12416,425,'syntax_highlighting','true'),(12417,425,'comment_shortcuts','false'),(12418,425,'admin_color','fresh'),(12419,425,'use_ssl','0'),(12420,425,'show_admin_bar_front','true'),(12421,425,'locale',''),(12422,425,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12423,425,'wp_user_level','0'),(12424,425,'_yoast_wpseo_profile_updated','1568373964'),(12425,425,'dismissed_wp_pointers',''),(12426,425,'synced_gravatar_hashed_id','690b7c2dd2267e9cb917f5abe224c0b4'),(12427,425,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568355956\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"willianbrody98\";s:10:\"first_name\";s:7:\"Willian\";s:9:\"last_name\";s:5:\"Brody\";s:10:\"user_email\";s:23:\"Willian.Brody@gmail.com\";}'),(12428,425,'form_id','17'),(12429,425,'timestamp','1568355956'),(12430,425,'request',''),(12431,425,'_wpnonce','097aad5e63'),(12432,425,'_wp_http_referer','/register/'),(12434,425,'um_user_profile_url_slug_user_login','willianbrody98'),(12436,425,'full_name','willian brody'),(12437,425,'account_status','approved'),(12438,425,'session_tokens','a:1:{s:64:\"8ab7e2a0fe80ca2436a9ebab6738814e354d3f582e250575caeae5dbf7df5564\";a:4:{s:10:\"expiration\";i:1583925965;s:2:\"ip\";s:13:\"91.108.176.45\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568373965;}}'),(12439,425,'_um_last_login','1568355965'),(12440,425,'um_account_secure_fields','a:0:{}'),(12441,426,'nickname','alexandriaewing'),(12442,426,'first_name','Alexandria'),(12443,426,'last_name','Ewing'),(12444,426,'description',''),(12445,426,'rich_editing','true'),(12446,426,'syntax_highlighting','true'),(12447,426,'comment_shortcuts','false'),(12448,426,'admin_color','fresh'),(12449,426,'use_ssl','0'),(12450,426,'show_admin_bar_front','true'),(12451,426,'locale',''),(12452,426,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12453,426,'wp_user_level','0'),(12454,426,'_yoast_wpseo_profile_updated','1568374277'),(12455,426,'dismissed_wp_pointers',''),(12456,426,'synced_gravatar_hashed_id','cd6c54fec59e013b61618cfadee6269a'),(12457,426,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568356271\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"alexandriaewing\";s:10:\"first_name\";s:10:\"Alexandria\";s:9:\"last_name\";s:5:\"Ewing\";s:10:\"user_email\";s:28:\"Alexandria-Ewing11@gmail.com\";}'),(12458,426,'form_id','17'),(12459,426,'timestamp','1568356271'),(12460,426,'request',''),(12461,426,'_wpnonce','097aad5e63'),(12462,426,'_wp_http_referer','/register/'),(12464,426,'um_user_profile_url_slug_user_login','alexandriaewing'),(12466,426,'full_name','alexandria ewing'),(12467,426,'account_status','approved'),(12468,426,'session_tokens','a:1:{s:64:\"d79e66b2f2d81cd361c383c771b81d7a3d6667f4a02a976734225a71851fcf4c\";a:4:{s:10:\"expiration\";i:1583926278;s:2:\"ip\";s:15:\"151.237.185.149\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568374278;}}'),(12469,426,'_um_last_login','1568356278'),(12470,426,'um_account_secure_fields','a:0:{}'),(12471,427,'nickname','laraebarlow23'),(12472,427,'first_name','Larae'),(12473,427,'last_name','Barlow'),(12474,427,'description',''),(12475,427,'rich_editing','true'),(12476,427,'syntax_highlighting','true'),(12477,427,'comment_shortcuts','false'),(12478,427,'admin_color','fresh'),(12479,427,'use_ssl','0'),(12480,427,'show_admin_bar_front','true'),(12481,427,'locale',''),(12482,427,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12483,427,'wp_user_level','0'),(12484,427,'_yoast_wpseo_profile_updated','1568375700'),(12485,427,'dismissed_wp_pointers',''),(12486,427,'synced_gravatar_hashed_id','c82c13e0f28149bd3117850cb2d628c6'),(12487,427,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568357692\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"097aad5e63\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"laraebarlow23\";s:10:\"first_name\";s:5:\"Larae\";s:9:\"last_name\";s:6:\"Barlow\";s:10:\"user_email\";s:24:\"Larae-Barlow10@gmail.com\";}'),(12488,427,'form_id','17'),(12489,427,'timestamp','1568357692'),(12490,427,'request',''),(12491,427,'_wpnonce','097aad5e63'),(12492,427,'_wp_http_referer','/register/'),(12494,427,'um_user_profile_url_slug_user_login','laraebarlow23'),(12496,427,'full_name','larae barlow'),(12497,427,'account_status','approved'),(12498,427,'session_tokens','a:1:{s:64:\"9463c02edf7f1a8b7e2290b9188b2415fce92ff663eaaf7e68cf19341a49b733\";a:4:{s:10:\"expiration\";i:1583927701;s:2:\"ip\";s:14:\"193.228.56.108\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568375701;}}'),(12499,427,'_um_last_login','1568357701'),(12500,427,'um_account_secure_fields','a:0:{}'),(12501,428,'nickname','erickawicker77'),(12502,428,'first_name','Ericka'),(12503,428,'last_name','Wicker'),(12504,428,'description',''),(12505,428,'rich_editing','true'),(12506,428,'syntax_highlighting','true'),(12507,428,'comment_shortcuts','false'),(12508,428,'admin_color','fresh'),(12509,428,'use_ssl','0'),(12510,428,'show_admin_bar_front','true'),(12511,428,'locale',''),(12512,428,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12513,428,'wp_user_level','0'),(12514,428,'_yoast_wpseo_profile_updated','1568376939'),(12515,428,'dismissed_wp_pointers',''),(12516,428,'synced_gravatar_hashed_id','dbf867736e3b32f982a3d8e82d6bd03b'),(12517,428,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568358928\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"erickawicker77\";s:10:\"first_name\";s:6:\"Ericka\";s:9:\"last_name\";s:6:\"Wicker\";s:10:\"user_email\";s:23:\"Ericka.Wicker@gmail.com\";}'),(12518,428,'form_id','17'),(12519,428,'timestamp','1568358928'),(12520,428,'request',''),(12521,428,'redirect_to','https://buzz-caribbean.com/register/'),(12522,428,'_wpnonce','1433f9be7d'),(12523,428,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(12525,428,'um_user_profile_url_slug_user_login','erickawicker77'),(12527,428,'full_name','ericka wicker'),(12528,428,'account_status','approved'),(12529,429,'nickname','benjaminpaschke'),(12530,429,'first_name','Benjamin'),(12531,429,'last_name','Paschke'),(12532,429,'description',''),(12533,429,'rich_editing','true'),(12534,429,'syntax_highlighting','true'),(12535,429,'comment_shortcuts','false'),(12536,429,'admin_color','fresh'),(12537,429,'use_ssl','0'),(12538,429,'show_admin_bar_front','true'),(12539,429,'locale',''),(12540,429,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12541,429,'wp_user_level','0'),(12542,429,'_yoast_wpseo_profile_updated','1568377524'),(12543,429,'dismissed_wp_pointers',''),(12544,429,'synced_gravatar_hashed_id','79c36043d99e953c45ee5f4193ad8f5d'),(12545,429,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568359517\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"benjaminpaschke\";s:10:\"first_name\";s:8:\"Benjamin\";s:9:\"last_name\";s:7:\"Paschke\";s:10:\"user_email\";s:28:\"Benjamin-Paschke80@gmail.com\";}'),(12546,429,'form_id','17'),(12547,429,'timestamp','1568359517'),(12548,429,'request',''),(12549,429,'_wpnonce','1433f9be7d'),(12550,429,'_wp_http_referer','/register/'),(12552,429,'um_user_profile_url_slug_user_login','benjaminpaschke'),(12554,429,'full_name','benjamin paschke'),(12555,429,'account_status','approved'),(12556,429,'session_tokens','a:1:{s:64:\"6b428bd1a5d329786c511e08d3bb0372a8687f9ae4ddfd82302e446ca4f0d247\";a:4:{s:10:\"expiration\";i:1583929525;s:2:\"ip\";s:15:\"104.227.254.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568377525;}}'),(12557,429,'_um_last_login','1568359525'),(12558,429,'um_account_secure_fields','a:0:{}'),(12559,430,'nickname','chandradodge7'),(12560,430,'first_name','Chandra'),(12561,430,'last_name','Dodge'),(12562,430,'description',''),(12563,430,'rich_editing','true'),(12564,430,'syntax_highlighting','true'),(12565,430,'comment_shortcuts','false'),(12566,430,'admin_color','fresh'),(12567,430,'use_ssl','0'),(12568,430,'show_admin_bar_front','true'),(12569,430,'locale',''),(12570,430,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12571,430,'wp_user_level','0'),(12572,430,'_yoast_wpseo_profile_updated','1568378800'),(12573,430,'dismissed_wp_pointers',''),(12574,430,'synced_gravatar_hashed_id','0ee81e8804b3de9f98b5ea32f3576324'),(12575,430,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568360794\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"chandradodge7\";s:10:\"first_name\";s:7:\"Chandra\";s:9:\"last_name\";s:5:\"Dodge\";s:10:\"user_email\";s:25:\"Chandra-Dodge46@gmail.com\";}'),(12576,430,'form_id','17'),(12577,430,'timestamp','1568360794'),(12578,430,'request',''),(12579,430,'_wpnonce','1433f9be7d'),(12580,430,'_wp_http_referer','/register/'),(12582,430,'um_user_profile_url_slug_user_login','chandradodge7'),(12584,430,'full_name','chandra dodge'),(12585,430,'account_status','approved'),(12586,430,'session_tokens','a:1:{s:64:\"a78335961a46cb07ef5077716f439a36ca43eb42a629d03dcd316b7e89c54271\";a:4:{s:10:\"expiration\";i:1583930801;s:2:\"ip\";s:15:\"144.168.201.141\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568378801;}}'),(12587,430,'_um_last_login','1568360801'),(12588,430,'um_account_secure_fields','a:0:{}'),(12589,431,'nickname','linoschweizer8'),(12590,431,'first_name','Lino'),(12591,431,'last_name','Schweizer'),(12592,431,'description',''),(12593,431,'rich_editing','true'),(12594,431,'syntax_highlighting','true'),(12595,431,'comment_shortcuts','false'),(12596,431,'admin_color','fresh'),(12597,431,'use_ssl','0'),(12598,431,'show_admin_bar_front','true'),(12599,431,'locale',''),(12600,431,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12601,431,'wp_user_level','0'),(12602,431,'_yoast_wpseo_profile_updated','1568378973'),(12603,431,'dismissed_wp_pointers',''),(12604,431,'synced_gravatar_hashed_id','5255f692dda1c3ab837e808ff2096fbc'),(12605,431,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568360966\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"linoschweizer8\";s:10:\"first_name\";s:4:\"Lino\";s:9:\"last_name\";s:9:\"Schweizer\";s:10:\"user_email\";s:24:\"Lino_Schweizer@gmail.com\";}'),(12606,431,'form_id','17'),(12607,431,'timestamp','1568360966'),(12608,431,'request',''),(12609,431,'_wpnonce','1433f9be7d'),(12610,431,'_wp_http_referer','/register/'),(12612,431,'um_user_profile_url_slug_user_login','linoschweizer8'),(12614,431,'full_name','lino schweizer'),(12615,431,'account_status','approved'),(12616,431,'session_tokens','a:1:{s:64:\"26b6e1fe72e72c3572b7501768c65f601ec3f4a62b3f1a9054430d98358ebdca\";a:4:{s:10:\"expiration\";i:1583930974;s:2:\"ip\";s:15:\"104.227.254.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568378974;}}'),(12617,431,'_um_last_login','1568360974'),(12618,431,'um_account_secure_fields','a:0:{}'),(12619,432,'nickname','gsbsue2341'),(12620,432,'first_name','Sue'),(12621,432,'last_name','Monette'),(12622,432,'description',''),(12623,432,'rich_editing','true'),(12624,432,'syntax_highlighting','true'),(12625,432,'comment_shortcuts','false'),(12626,432,'admin_color','fresh'),(12627,432,'use_ssl','0'),(12628,432,'show_admin_bar_front','true'),(12629,432,'locale',''),(12630,432,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12631,432,'wp_user_level','0'),(12632,432,'_yoast_wpseo_profile_updated','1568379291'),(12633,432,'dismissed_wp_pointers',''),(12634,432,'synced_gravatar_hashed_id','f06f74f510bd3287042c676ba97e48a9'),(12635,432,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568361284\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:10:\"gsbsue2341\";s:10:\"first_name\";s:3:\"Sue\";s:9:\"last_name\";s:7:\"Monette\";s:10:\"user_email\";s:24:\"Sue.Monette100@gmail.com\";}'),(12636,432,'form_id','17'),(12637,432,'timestamp','1568361284'),(12638,432,'request',''),(12639,432,'redirect_to','https://buzz-caribbean.com/register/'),(12640,432,'_wpnonce','1433f9be7d'),(12641,432,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(12643,432,'um_user_profile_url_slug_user_login','gsbsue2341'),(12645,432,'full_name','sue monette'),(12646,432,'account_status','approved'),(12647,433,'nickname','jannalderson9'),(12648,433,'first_name','Jann'),(12649,433,'last_name','Alderson'),(12650,433,'description',''),(12651,433,'rich_editing','true'),(12652,433,'syntax_highlighting','true'),(12653,433,'comment_shortcuts','false'),(12654,433,'admin_color','fresh'),(12655,433,'use_ssl','0'),(12656,433,'show_admin_bar_front','true'),(12657,433,'locale',''),(12658,433,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12659,433,'wp_user_level','0'),(12660,433,'_yoast_wpseo_profile_updated','1568380219'),(12661,433,'dismissed_wp_pointers',''),(12662,433,'synced_gravatar_hashed_id','48c3ed88ee880a147b1983764cc684a6'),(12663,433,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568362210\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"jannalderson9\";s:10:\"first_name\";s:4:\"Jann\";s:9:\"last_name\";s:8:\"Alderson\";s:10:\"user_email\";s:25:\"Jann_Alderson22@gmail.com\";}'),(12664,433,'form_id','17'),(12665,433,'timestamp','1568362210'),(12666,433,'request',''),(12667,433,'_wpnonce','1433f9be7d'),(12668,433,'_wp_http_referer','/register/'),(12670,433,'um_user_profile_url_slug_user_login','jannalderson9'),(12672,433,'full_name','jann alderson'),(12673,433,'account_status','approved'),(12674,433,'session_tokens','a:1:{s:64:\"7e424d17375ed28ca3b5bc15f7388844fcfb3c04c148b18e21c0f907520a91d7\";a:4:{s:10:\"expiration\";i:1583932220;s:2:\"ip\";s:15:\"107.158.221.106\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568380220;}}'),(12675,433,'_um_last_login','1568362220'),(12676,433,'um_account_secure_fields','a:0:{}'),(12677,434,'nickname','bfmkatia01'),(12678,434,'first_name','Katia'),(12679,434,'last_name','Bold'),(12680,434,'description',''),(12681,434,'rich_editing','true'),(12682,434,'syntax_highlighting','true'),(12683,434,'comment_shortcuts','false'),(12684,434,'admin_color','fresh'),(12685,434,'use_ssl','0'),(12686,434,'show_admin_bar_front','true'),(12687,434,'locale',''),(12688,434,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12689,434,'wp_user_level','0'),(12690,434,'_yoast_wpseo_profile_updated','1568380618'),(12691,434,'dismissed_wp_pointers',''),(12692,434,'synced_gravatar_hashed_id','8ff1e5e3333d392ef8ddedeca2001a94'),(12693,434,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568362609\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"bfmkatia01\";s:10:\"first_name\";s:5:\"Katia\";s:9:\"last_name\";s:4:\"Bold\";s:10:\"user_email\";s:20:\"Katia.Bold@gmail.com\";}'),(12694,434,'form_id','17'),(12695,434,'timestamp','1568362609'),(12696,434,'request',''),(12697,434,'_wpnonce','1433f9be7d'),(12698,434,'_wp_http_referer','/register/'),(12700,434,'um_user_profile_url_slug_user_login','bfmkatia01'),(12702,434,'full_name','katia bold'),(12703,434,'account_status','approved'),(12704,434,'session_tokens','a:1:{s:64:\"83cd7118e8c399d576100720299243e8dc3062e933241aaaf65df2d4e8278c09\";a:4:{s:10:\"expiration\";i:1583932619;s:2:\"ip\";s:15:\"107.158.221.149\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568380619;}}'),(12705,434,'_um_last_login','1568362619'),(12706,434,'um_account_secure_fields','a:0:{}'),(12707,435,'nickname','bfqelvira98'),(12708,435,'first_name','Elvira'),(12709,435,'last_name','Kauffmann'),(12710,435,'description',''),(12711,435,'rich_editing','true'),(12712,435,'syntax_highlighting','true'),(12713,435,'comment_shortcuts','false'),(12714,435,'admin_color','fresh'),(12715,435,'use_ssl','0'),(12716,435,'show_admin_bar_front','true'),(12717,435,'locale',''),(12718,435,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12719,435,'wp_user_level','0'),(12720,435,'_yoast_wpseo_profile_updated','1568381782'),(12721,435,'dismissed_wp_pointers',''),(12722,435,'synced_gravatar_hashed_id','a6a92872f69862893e07ed359448ad10'),(12723,435,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568363775\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"bfqelvira98\";s:10:\"first_name\";s:6:\"Elvira\";s:9:\"last_name\";s:9:\"Kauffmann\";s:10:\"user_email\";s:28:\"Elvira_Kauffmann80@gmail.com\";}'),(12724,435,'form_id','17'),(12725,435,'timestamp','1568363775'),(12726,435,'request',''),(12727,435,'_wpnonce','1433f9be7d'),(12728,435,'_wp_http_referer','/register/'),(12730,435,'um_user_profile_url_slug_user_login','bfqelvira98'),(12732,435,'full_name','elvira kauffmann'),(12733,435,'account_status','approved'),(12734,435,'session_tokens','a:1:{s:64:\"66823759469102c73b5675ad496c50c1b4f9bd10eb7446b461c2f437a26d2dcd\";a:4:{s:10:\"expiration\";i:1583933783;s:2:\"ip\";s:13:\"91.108.176.45\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568381783;}}'),(12735,435,'_um_last_login','1568363783'),(12736,435,'um_account_secure_fields','a:0:{}'),(12737,436,'nickname','fawnteakle'),(12738,436,'first_name','Fawn'),(12739,436,'last_name','Teakle'),(12740,436,'description',''),(12741,436,'rich_editing','true'),(12742,436,'syntax_highlighting','true'),(12743,436,'comment_shortcuts','false'),(12744,436,'admin_color','fresh'),(12745,436,'use_ssl','0'),(12746,436,'show_admin_bar_front','true'),(12747,436,'locale',''),(12748,436,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12749,436,'wp_user_level','0'),(12750,436,'_yoast_wpseo_profile_updated','1568382008'),(12751,436,'dismissed_wp_pointers',''),(12752,436,'synced_gravatar_hashed_id','2920c49e44ecda021196ac6966f540a6'),(12753,436,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568363998\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"fawnteakle\";s:10:\"first_name\";s:4:\"Fawn\";s:9:\"last_name\";s:6:\"Teakle\";s:10:\"user_email\";s:21:\"Fawn_Teakle@gmail.com\";}'),(12754,436,'form_id','17'),(12755,436,'timestamp','1568363998'),(12756,436,'request',''),(12757,436,'_wpnonce','1433f9be7d'),(12758,436,'_wp_http_referer','/register/'),(12760,436,'um_user_profile_url_slug_user_login','fawnteakle'),(12762,436,'full_name','fawn teakle'),(12763,436,'account_status','approved'),(12764,436,'session_tokens','a:1:{s:64:\"9477bb9f3f89ab6dbc91b90bd4186dc88d8f843463f62c7ac86faee297a6af93\";a:4:{s:10:\"expiration\";i:1583934009;s:2:\"ip\";s:13:\"185.3.134.127\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568382009;}}'),(12765,436,'_um_last_login','1568364009'),(12766,436,'um_account_secure_fields','a:0:{}'),(12767,437,'nickname','karinahanley9'),(12768,437,'first_name','Karina'),(12769,437,'last_name','Hanley'),(12770,437,'description',''),(12771,437,'rich_editing','true'),(12772,437,'syntax_highlighting','true'),(12773,437,'comment_shortcuts','false'),(12774,437,'admin_color','fresh'),(12775,437,'use_ssl','0'),(12776,437,'show_admin_bar_front','true'),(12777,437,'locale',''),(12778,437,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12779,437,'wp_user_level','0'),(12780,437,'_yoast_wpseo_profile_updated','1568382383'),(12781,437,'dismissed_wp_pointers',''),(12782,437,'synced_gravatar_hashed_id','f7a291c1cb6760344aa7769539f21227'),(12783,437,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568364373\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"karinahanley9\";s:10:\"first_name\";s:6:\"Karina\";s:9:\"last_name\";s:6:\"Hanley\";s:10:\"user_email\";s:25:\"Karina.Hanley69@gmail.com\";}'),(12784,437,'form_id','17'),(12785,437,'timestamp','1568364373'),(12786,437,'request',''),(12787,437,'_wpnonce','1433f9be7d'),(12788,437,'_wp_http_referer','/register/'),(12790,437,'um_user_profile_url_slug_user_login','karinahanley9'),(12792,437,'full_name','karina hanley'),(12793,437,'account_status','approved'),(12794,437,'session_tokens','a:1:{s:64:\"493ecef2bcd92ec2eecf5cfdbc07939a01bb5364b38af71dacbbe1889753021b\";a:4:{s:10:\"expiration\";i:1583934384;s:2:\"ip\";s:15:\"144.168.201.151\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568382384;}}'),(12795,437,'_um_last_login','1568364384'),(12796,437,'um_account_secure_fields','a:0:{}'),(12797,438,'nickname','lucienneqot'),(12798,438,'first_name','Lucienne'),(12799,438,'last_name','Hoskin'),(12800,438,'description',''),(12801,438,'rich_editing','true'),(12802,438,'syntax_highlighting','true'),(12803,438,'comment_shortcuts','false'),(12804,438,'admin_color','fresh'),(12805,438,'use_ssl','0'),(12806,438,'show_admin_bar_front','true'),(12807,438,'locale',''),(12808,438,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12809,438,'wp_user_level','0'),(12810,438,'_yoast_wpseo_profile_updated','1568382754'),(12811,438,'dismissed_wp_pointers',''),(12812,438,'synced_gravatar_hashed_id','dfef9c0b4decedea39ec5af206c25749'),(12813,438,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568364745\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"lucienneqot\";s:10:\"first_name\";s:8:\"Lucienne\";s:9:\"last_name\";s:6:\"Hoskin\";s:10:\"user_email\";s:27:\"Lucienne-Hoskin60@gmail.com\";}'),(12814,438,'form_id','17'),(12815,438,'timestamp','1568364745'),(12816,438,'request',''),(12817,438,'_wpnonce','1433f9be7d'),(12818,438,'_wp_http_referer','/register/'),(12820,438,'um_user_profile_url_slug_user_login','lucienneqot'),(12822,438,'full_name','lucienne hoskin'),(12823,438,'account_status','approved'),(12824,438,'session_tokens','a:1:{s:64:\"2f5101a3d469b4d13feda61c8bb5d3185811fcba19247ee6d9a69d4531025f5c\";a:4:{s:10:\"expiration\";i:1583934754;s:2:\"ip\";s:15:\"107.158.221.106\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568382754;}}'),(12825,438,'_um_last_login','1568364754'),(12826,438,'um_account_secure_fields','a:0:{}'),(12827,439,'nickname','cathyk52862'),(12828,439,'first_name','Cathy'),(12829,439,'last_name','Reinhart'),(12830,439,'description',''),(12831,439,'rich_editing','true'),(12832,439,'syntax_highlighting','true'),(12833,439,'comment_shortcuts','false'),(12834,439,'admin_color','fresh'),(12835,439,'use_ssl','0'),(12836,439,'show_admin_bar_front','true'),(12837,439,'locale',''),(12838,439,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12839,439,'wp_user_level','0'),(12840,439,'_yoast_wpseo_profile_updated','1568382927'),(12841,439,'dismissed_wp_pointers',''),(12842,439,'synced_gravatar_hashed_id','ccd1001e586c09bdd945ab11b6840f23'),(12843,439,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568364921\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"cathyk52862\";s:10:\"first_name\";s:5:\"Cathy\";s:9:\"last_name\";s:8:\"Reinhart\";s:10:\"user_email\";s:26:\"Cathy.Reinhart38@gmail.com\";}'),(12844,439,'form_id','17'),(12845,439,'timestamp','1568364921'),(12846,439,'request',''),(12847,439,'_wpnonce','1433f9be7d'),(12848,439,'_wp_http_referer','/register/'),(12850,439,'um_user_profile_url_slug_user_login','cathyk52862'),(12852,439,'full_name','cathy reinhart'),(12853,439,'account_status','approved'),(12854,439,'session_tokens','a:1:{s:64:\"ea8ae8ecac6ba33b7b9c2ca2aad8adca4c9b8405af8dae309184520904078786\";a:4:{s:10:\"expiration\";i:1583934928;s:2:\"ip\";s:15:\"144.168.201.187\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568382928;}}'),(12855,439,'_um_last_login','1568364928'),(12856,439,'um_account_secure_fields','a:0:{}'),(12857,440,'nickname','haleyjamar03'),(12858,440,'first_name','Haley'),(12859,440,'last_name','Jamar'),(12860,440,'description',''),(12861,440,'rich_editing','true'),(12862,440,'syntax_highlighting','true'),(12863,440,'comment_shortcuts','false'),(12864,440,'admin_color','fresh'),(12865,440,'use_ssl','0'),(12866,440,'show_admin_bar_front','true'),(12867,440,'locale',''),(12868,440,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12869,440,'wp_user_level','0'),(12870,440,'_yoast_wpseo_profile_updated','1568383440'),(12871,440,'dismissed_wp_pointers',''),(12872,440,'synced_gravatar_hashed_id','e0ccaca92abcd5f53e08ca41de29943e'),(12873,440,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568365432\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"haleyjamar03\";s:10:\"first_name\";s:5:\"Haley\";s:9:\"last_name\";s:5:\"Jamar\";s:10:\"user_email\";s:23:\"Haley.Jamar15@gmail.com\";}'),(12874,440,'form_id','17'),(12875,440,'timestamp','1568365432'),(12876,440,'request',''),(12877,440,'_wpnonce','1433f9be7d'),(12878,440,'_wp_http_referer','/register/'),(12880,440,'um_user_profile_url_slug_user_login','haleyjamar03'),(12882,440,'full_name','haley jamar'),(12883,440,'account_status','approved'),(12884,440,'session_tokens','a:1:{s:64:\"cde0259fbbcc2fe89e43c92ef42ed1fd1e952b5564a8feb97a4a1c2496c24d61\";a:4:{s:10:\"expiration\";i:1583935441;s:2:\"ip\";s:15:\"165.231.130.156\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568383441;}}'),(12885,440,'_um_last_login','1568365441'),(12886,440,'um_account_secure_fields','a:0:{}'),(12887,441,'nickname','klaratjangamarra'),(12888,441,'first_name','Klara'),(12889,441,'last_name','Tjangamarra'),(12890,441,'description',''),(12891,441,'rich_editing','true'),(12892,441,'syntax_highlighting','true'),(12893,441,'comment_shortcuts','false'),(12894,441,'admin_color','fresh'),(12895,441,'use_ssl','0'),(12896,441,'show_admin_bar_front','true'),(12897,441,'locale',''),(12898,441,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12899,441,'wp_user_level','0'),(12900,441,'_yoast_wpseo_profile_updated','1568383909'),(12901,441,'dismissed_wp_pointers',''),(12902,441,'synced_gravatar_hashed_id','06bd7f43e8124d8ddc11f26f7fcab90a'),(12903,441,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568365899\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"klaratjangamarra\";s:10:\"first_name\";s:5:\"Klara\";s:9:\"last_name\";s:11:\"Tjangamarra\";s:10:\"user_email\";s:27:\"Klara-Tjangamarra@gmail.com\";}'),(12904,441,'form_id','17'),(12905,441,'timestamp','1568365899'),(12906,441,'request',''),(12907,441,'_wpnonce','1433f9be7d'),(12908,441,'_wp_http_referer','/register/'),(12910,441,'um_user_profile_url_slug_user_login','klaratjangamarra'),(12912,441,'full_name','klara tjangamarra'),(12913,441,'account_status','approved'),(12914,441,'session_tokens','a:1:{s:64:\"d5cbe319b56f486d78104883c0a5f3164f42392ccfa9e9e07eadd049b2cb52c5\";a:4:{s:10:\"expiration\";i:1583935909;s:2:\"ip\";s:14:\"176.61.137.222\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568383909;}}'),(12915,441,'_um_last_login','1568365909'),(12916,441,'um_account_secure_fields','a:0:{}'),(12917,442,'nickname','cherylomar27363'),(12918,442,'first_name','Cheryl'),(12919,442,'last_name','Omar'),(12920,442,'description',''),(12921,442,'rich_editing','true'),(12922,442,'syntax_highlighting','true'),(12923,442,'comment_shortcuts','false'),(12924,442,'admin_color','fresh'),(12925,442,'use_ssl','0'),(12926,442,'show_admin_bar_front','true'),(12927,442,'locale',''),(12928,442,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12929,442,'wp_user_level','0'),(12930,442,'_yoast_wpseo_profile_updated','1568384393'),(12931,442,'dismissed_wp_pointers',''),(12932,442,'synced_gravatar_hashed_id','e79920b60024e649fd7c315ab2c63eb9'),(12933,442,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568366382\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"cherylomar27363\";s:10:\"first_name\";s:6:\"Cheryl\";s:9:\"last_name\";s:4:\"Omar\";s:10:\"user_email\";s:23:\"Cheryl_Omar89@gmail.com\";}'),(12934,442,'form_id','17'),(12935,442,'timestamp','1568366382'),(12936,442,'request',''),(12937,442,'_wpnonce','1433f9be7d'),(12938,442,'_wp_http_referer','/register/'),(12940,442,'um_user_profile_url_slug_user_login','cherylomar27363'),(12942,442,'full_name','cheryl omar'),(12943,442,'account_status','approved'),(12944,442,'session_tokens','a:1:{s:64:\"4331aac2caf12d13a192e654c93b8a9fdba4180a540767a5453642a88da426d9\";a:4:{s:10:\"expiration\";i:1583936394;s:2:\"ip\";s:15:\"196.245.216.168\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568384394;}}'),(12945,442,'_um_last_login','1568366394'),(12946,442,'um_account_secure_fields','a:0:{}'),(12947,443,'nickname','jillt61881397'),(12948,443,'first_name','Jill'),(12949,443,'last_name','Quezada'),(12950,443,'description',''),(12951,443,'rich_editing','true'),(12952,443,'syntax_highlighting','true'),(12953,443,'comment_shortcuts','false'),(12954,443,'admin_color','fresh'),(12955,443,'use_ssl','0'),(12956,443,'show_admin_bar_front','true'),(12957,443,'locale',''),(12958,443,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12959,443,'wp_user_level','0'),(12960,443,'_yoast_wpseo_profile_updated','1568385259'),(12961,443,'dismissed_wp_pointers',''),(12962,443,'synced_gravatar_hashed_id','eca5a5fa4891bd55ed099490f85208ab'),(12963,443,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568367249\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"jillt61881397\";s:10:\"first_name\";s:4:\"Jill\";s:9:\"last_name\";s:7:\"Quezada\";s:10:\"user_email\";s:24:\"Jill_Quezada78@gmail.com\";}'),(12964,443,'form_id','17'),(12965,443,'timestamp','1568367249'),(12966,443,'request',''),(12967,443,'_wpnonce','1433f9be7d'),(12968,443,'_wp_http_referer','/register/'),(12970,443,'um_user_profile_url_slug_user_login','jillt61881397'),(12972,443,'full_name','jill quezada'),(12973,443,'account_status','approved'),(12974,443,'session_tokens','a:1:{s:64:\"97481feb46637330ea8f95dd891f9a7e200cc1dce8b8e27d1acaddbb5d2d5599\";a:4:{s:10:\"expiration\";i:1583937260;s:2:\"ip\";s:13:\"91.108.176.45\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568385260;}}'),(12975,443,'_um_last_login','1568367260'),(12976,443,'um_account_secure_fields','a:0:{}'),(12977,444,'nickname','curtisridgley38'),(12978,444,'first_name','Curtis'),(12979,444,'last_name','Ridgley'),(12980,444,'description',''),(12981,444,'rich_editing','true'),(12982,444,'syntax_highlighting','true'),(12983,444,'comment_shortcuts','false'),(12984,444,'admin_color','fresh'),(12985,444,'use_ssl','0'),(12986,444,'show_admin_bar_front','true'),(12987,444,'locale',''),(12988,444,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12989,444,'wp_user_level','0'),(12990,444,'_yoast_wpseo_profile_updated','1568385567'),(12991,444,'dismissed_wp_pointers',''),(12992,444,'synced_gravatar_hashed_id','90a1bf2e767987e35882f8fefde42345'),(12993,444,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568367557\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"curtisridgley38\";s:10:\"first_name\";s:6:\"Curtis\";s:9:\"last_name\";s:7:\"Ridgley\";s:10:\"user_email\";s:26:\"Curtis_Ridgley27@gmail.com\";}'),(12994,444,'form_id','17'),(12995,444,'timestamp','1568367557'),(12996,444,'request',''),(12997,444,'_wpnonce','1433f9be7d'),(12998,444,'_wp_http_referer','/register/'),(13000,444,'um_user_profile_url_slug_user_login','curtisridgley38'),(13002,444,'full_name','curtis ridgley'),(13003,444,'account_status','approved'),(13004,444,'session_tokens','a:1:{s:64:\"d6d72967e342a4173396bec4361e39c56beef03de113a324224852b6af37fb91\";a:4:{s:10:\"expiration\";i:1583937567;s:2:\"ip\";s:15:\"107.158.221.122\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568385567;}}'),(13005,444,'_um_last_login','1568367567'),(13006,444,'um_account_secure_fields','a:0:{}'),(13007,445,'nickname','norris09w839210'),(13008,445,'first_name','Norris'),(13009,445,'last_name','Sinclaire'),(13010,445,'description',''),(13011,445,'rich_editing','true'),(13012,445,'syntax_highlighting','true'),(13013,445,'comment_shortcuts','false'),(13014,445,'admin_color','fresh'),(13015,445,'use_ssl','0'),(13016,445,'show_admin_bar_front','true'),(13017,445,'locale',''),(13018,445,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13019,445,'wp_user_level','0'),(13020,445,'_yoast_wpseo_profile_updated','1568385949'),(13021,445,'dismissed_wp_pointers',''),(13022,445,'synced_gravatar_hashed_id','022afd09e1de5c9fd682e1b0d381571d'),(13023,445,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568367943\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"norris09w839210\";s:10:\"first_name\";s:6:\"Norris\";s:9:\"last_name\";s:9:\"Sinclaire\";s:10:\"user_email\";s:23:\"missie@n.rugbypics.club\";}'),(13024,445,'form_id','17'),(13025,445,'timestamp','1568367943'),(13026,445,'request',''),(13027,445,'redirect_to','https://buzz-caribbean.com/register/'),(13028,445,'_wpnonce','1433f9be7d'),(13029,445,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(13031,445,'um_user_profile_url_slug_user_login','norris09w839210'),(13033,445,'full_name','norris sinclaire'),(13034,445,'account_status','approved'),(13035,446,'nickname','jenniivey6'),(13036,446,'first_name','Jenni'),(13037,446,'last_name','Ivey'),(13038,446,'description',''),(13039,446,'rich_editing','true'),(13040,446,'syntax_highlighting','true'),(13041,446,'comment_shortcuts','false'),(13042,446,'admin_color','fresh'),(13043,446,'use_ssl','0'),(13044,446,'show_admin_bar_front','true'),(13045,446,'locale',''),(13046,446,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13047,446,'wp_user_level','0'),(13048,446,'_yoast_wpseo_profile_updated','1568386353'),(13049,446,'dismissed_wp_pointers',''),(13050,446,'synced_gravatar_hashed_id','7592e3a7859da090f17a16e6bdeb2197'),(13051,446,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568368345\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"jenniivey6\";s:10:\"first_name\";s:5:\"Jenni\";s:9:\"last_name\";s:4:\"Ivey\";s:10:\"user_email\";s:22:\"Jenni-Ivey96@gmail.com\";}'),(13052,446,'form_id','17'),(13053,446,'timestamp','1568368345'),(13054,446,'request',''),(13055,446,'_wpnonce','1433f9be7d'),(13056,446,'_wp_http_referer','/register/'),(13058,446,'um_user_profile_url_slug_user_login','jenniivey6'),(13060,446,'full_name','jenni ivey'),(13061,446,'account_status','approved'),(13062,446,'session_tokens','a:1:{s:64:\"ae107dcbae8f2da3437ec28f16bf9716c9d037aaa02bdb036f5a925bc0dfbc10\";a:4:{s:10:\"expiration\";i:1583938354;s:2:\"ip\";s:15:\"144.168.201.151\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568386354;}}'),(13063,446,'_um_last_login','1568368354'),(13064,446,'um_account_secure_fields','a:0:{}'),(13065,447,'nickname','foresthardwick'),(13066,447,'first_name','Forest'),(13067,447,'last_name','Hardwick'),(13068,447,'description',''),(13069,447,'rich_editing','true'),(13070,447,'syntax_highlighting','true'),(13071,447,'comment_shortcuts','false'),(13072,447,'admin_color','fresh'),(13073,447,'use_ssl','0'),(13074,447,'show_admin_bar_front','true'),(13075,447,'locale',''),(13076,447,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13077,447,'wp_user_level','0'),(13078,447,'_yoast_wpseo_profile_updated','1568386437'),(13079,447,'dismissed_wp_pointers',''),(13080,447,'synced_gravatar_hashed_id','465868061c4996aa02db521057e4e9b5'),(13081,447,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568368431\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"foresthardwick\";s:10:\"first_name\";s:6:\"Forest\";s:9:\"last_name\";s:8:\"Hardwick\";s:10:\"user_email\";s:25:\"Forest.Hardwick@gmail.com\";}'),(13082,447,'form_id','17'),(13083,447,'timestamp','1568368431'),(13084,447,'request',''),(13085,447,'_wpnonce','1433f9be7d'),(13086,447,'_wp_http_referer','/register/'),(13088,447,'um_user_profile_url_slug_user_login','foresthardwick'),(13090,447,'full_name','forest hardwick'),(13091,447,'account_status','approved'),(13092,447,'session_tokens','a:1:{s:64:\"1a0c5c08b33d11e488a46ece6b9869d4b2809e8e9995ad7ed5eb23371a2955b8\";a:4:{s:10:\"expiration\";i:1583938438;s:2:\"ip\";s:15:\"165.231.130.129\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568386438;}}'),(13093,447,'_um_last_login','1568368438'),(13094,447,'um_account_secure_fields','a:0:{}'),(13095,448,'nickname','lethacolosimo'),(13096,448,'first_name','Letha'),(13097,448,'last_name','Colosimo'),(13098,448,'description',''),(13099,448,'rich_editing','true'),(13100,448,'syntax_highlighting','true'),(13101,448,'comment_shortcuts','false'),(13102,448,'admin_color','fresh'),(13103,448,'use_ssl','0'),(13104,448,'show_admin_bar_front','true'),(13105,448,'locale',''),(13106,448,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13107,448,'wp_user_level','0'),(13108,448,'_yoast_wpseo_profile_updated','1568386609'),(13109,448,'dismissed_wp_pointers',''),(13110,448,'synced_gravatar_hashed_id','e9085cbab756bc422593ea0c5bf08741'),(13111,448,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568368597\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"lethacolosimo\";s:10:\"first_name\";s:5:\"Letha\";s:9:\"last_name\";s:8:\"Colosimo\";s:10:\"user_email\";s:26:\"Letha_Colosimo49@gmail.com\";}'),(13112,448,'form_id','17'),(13113,448,'timestamp','1568368597'),(13114,448,'request',''),(13115,448,'_wpnonce','1433f9be7d'),(13116,448,'_wp_http_referer','/register/'),(13118,448,'um_user_profile_url_slug_user_login','lethacolosimo'),(13120,448,'full_name','letha colosimo'),(13121,448,'account_status','approved'),(13122,448,'session_tokens','a:1:{s:64:\"7bf8bbfdb8f3ce82cdbbcd3869ea522fea3bbf74a6fcc0e88855081cf085ba33\";a:4:{s:10:\"expiration\";i:1583938609;s:2:\"ip\";s:15:\"196.245.216.133\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568386609;}}'),(13123,448,'_um_last_login','1568368609'),(13124,448,'um_account_secure_fields','a:0:{}'),(13125,449,'nickname','fionaweisz720'),(13126,449,'first_name','Fiona'),(13127,449,'last_name','Weisz'),(13128,449,'description',''),(13129,449,'rich_editing','true'),(13130,449,'syntax_highlighting','true'),(13131,449,'comment_shortcuts','false'),(13132,449,'admin_color','fresh'),(13133,449,'use_ssl','0'),(13134,449,'show_admin_bar_front','true'),(13135,449,'locale',''),(13136,449,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13137,449,'wp_user_level','0'),(13138,449,'_yoast_wpseo_profile_updated','1568386856'),(13139,449,'dismissed_wp_pointers',''),(13140,449,'synced_gravatar_hashed_id','e00567dee12934d3d818027d9e474a33'),(13141,449,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568368849\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"fionaweisz720\";s:10:\"first_name\";s:5:\"Fiona\";s:9:\"last_name\";s:5:\"Weisz\";s:10:\"user_email\";s:22:\"Fiona_Weisz7@gmail.com\";}'),(13142,449,'form_id','17'),(13143,449,'timestamp','1568368849'),(13144,449,'request',''),(13145,449,'_wpnonce','1433f9be7d'),(13146,449,'_wp_http_referer','/register/'),(13148,449,'um_user_profile_url_slug_user_login','fionaweisz720'),(13150,449,'full_name','fiona weisz'),(13151,449,'account_status','approved'),(13152,449,'session_tokens','a:1:{s:64:\"801f64ce4392f4c8d0c1ebb0199b7aaf722ee65754a4a5b9a95100343c5a01f1\";a:4:{s:10:\"expiration\";i:1583938856;s:2:\"ip\";s:15:\"107.158.221.154\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568386856;}}'),(13153,449,'_um_last_login','1568368856'),(13154,449,'um_account_secure_fields','a:0:{}'),(13155,450,'nickname','nwfboyd541'),(13156,450,'first_name','Boyd'),(13157,450,'last_name','Hannaford'),(13158,450,'description',''),(13159,450,'rich_editing','true'),(13160,450,'syntax_highlighting','true'),(13161,450,'comment_shortcuts','false'),(13162,450,'admin_color','fresh'),(13163,450,'use_ssl','0'),(13164,450,'show_admin_bar_front','true'),(13165,450,'locale',''),(13166,450,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13167,450,'wp_user_level','0'),(13168,450,'_yoast_wpseo_profile_updated','1568387151'),(13169,450,'dismissed_wp_pointers',''),(13170,450,'synced_gravatar_hashed_id','1a34dc2ea723f81ba837a046d0adf647'),(13171,450,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568369143\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"nwfboyd541\";s:10:\"first_name\";s:4:\"Boyd\";s:9:\"last_name\";s:9:\"Hannaford\";s:10:\"user_email\";s:24:\"Boyd-Hannaford@gmail.com\";}'),(13172,450,'form_id','17'),(13173,450,'timestamp','1568369143'),(13174,450,'request',''),(13175,450,'_wpnonce','1433f9be7d'),(13176,450,'_wp_http_referer','/register/'),(13178,450,'um_user_profile_url_slug_user_login','nwfboyd541'),(13180,450,'full_name','boyd hannaford'),(13181,450,'account_status','approved'),(13182,450,'session_tokens','a:1:{s:64:\"52088f9a9011390f7814d866091886f6f6680955f32547164ab46f7aa57dd0df\";a:4:{s:10:\"expiration\";i:1583939151;s:2:\"ip\";s:15:\"196.245.216.133\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568387151;}}'),(13183,450,'_um_last_login','1568369151'),(13184,450,'um_account_secure_fields','a:0:{}'),(13185,451,'nickname','ramondalrymple8'),(13186,451,'first_name','Ramon'),(13187,451,'last_name','Dalrymple'),(13188,451,'description',''),(13189,451,'rich_editing','true'),(13190,451,'syntax_highlighting','true'),(13191,451,'comment_shortcuts','false'),(13192,451,'admin_color','fresh'),(13193,451,'use_ssl','0'),(13194,451,'show_admin_bar_front','true'),(13195,451,'locale',''),(13196,451,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13197,451,'wp_user_level','0'),(13198,451,'_yoast_wpseo_profile_updated','1568387317'),(13199,451,'dismissed_wp_pointers',''),(13200,451,'synced_gravatar_hashed_id','8b13d5c5912b2b6e8718b5ebb52668e0'),(13201,451,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568369311\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"ramondalrymple8\";s:10:\"first_name\";s:5:\"Ramon\";s:9:\"last_name\";s:9:\"Dalrymple\";s:10:\"user_email\";s:25:\"Ramon_Dalrymple@gmail.com\";}'),(13202,451,'form_id','17'),(13203,451,'timestamp','1568369311'),(13204,451,'request',''),(13205,451,'_wpnonce','1433f9be7d'),(13206,451,'_wp_http_referer','/register/'),(13208,451,'um_user_profile_url_slug_user_login','ramondalrymple8'),(13210,451,'full_name','ramon dalrymple'),(13211,451,'account_status','approved'),(13212,451,'session_tokens','a:1:{s:64:\"2de64bb84fc26e17602749af700326cd68f638d228510d988e3ecf4640540b1a\";a:4:{s:10:\"expiration\";i:1583939318;s:2:\"ip\";s:15:\"107.158.221.106\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568387318;}}'),(13213,451,'_um_last_login','1568369318'),(13214,451,'um_account_secure_fields','a:0:{}'),(13215,452,'nickname','johnniebeggs898'),(13216,452,'first_name','Johnnie'),(13217,452,'last_name','Beggs'),(13218,452,'description',''),(13219,452,'rich_editing','true'),(13220,452,'syntax_highlighting','true'),(13221,452,'comment_shortcuts','false'),(13222,452,'admin_color','fresh'),(13223,452,'use_ssl','0'),(13224,452,'show_admin_bar_front','true'),(13225,452,'locale',''),(13226,452,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13227,452,'wp_user_level','0'),(13228,452,'_yoast_wpseo_profile_updated','1568387373'),(13229,452,'dismissed_wp_pointers',''),(13230,452,'synced_gravatar_hashed_id','562426e09cd78c39bf10015ff14625cc'),(13231,452,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568369367\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"johnniebeggs898\";s:10:\"first_name\";s:7:\"Johnnie\";s:9:\"last_name\";s:5:\"Beggs\";s:10:\"user_email\";s:25:\"Johnnie_Beggs97@gmail.com\";}'),(13232,452,'form_id','17'),(13233,452,'timestamp','1568369367'),(13234,452,'request',''),(13235,452,'_wpnonce','1433f9be7d'),(13236,452,'_wp_http_referer','/register/'),(13238,452,'um_user_profile_url_slug_user_login','johnniebeggs898'),(13240,452,'full_name','johnnie beggs'),(13241,452,'account_status','approved'),(13242,452,'session_tokens','a:1:{s:64:\"9c3502ca123df02be6c21e232f134a7d2b871615c5b25e3ad75df9bdc789aaf1\";a:4:{s:10:\"expiration\";i:1583939374;s:2:\"ip\";s:14:\"193.228.56.110\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568387374;}}'),(13243,452,'_um_last_login','1568369374'),(13244,452,'um_account_secure_fields','a:0:{}'),(13245,453,'nickname','adalbertogratwic'),(13246,453,'first_name','Adalberto'),(13247,453,'last_name','Gratwick'),(13248,453,'description',''),(13249,453,'rich_editing','true'),(13250,453,'syntax_highlighting','true'),(13251,453,'comment_shortcuts','false'),(13252,453,'admin_color','fresh'),(13253,453,'use_ssl','0'),(13254,453,'show_admin_bar_front','true'),(13255,453,'locale',''),(13256,453,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13257,453,'wp_user_level','0'),(13258,453,'_yoast_wpseo_profile_updated','1568387698'),(13259,453,'dismissed_wp_pointers',''),(13260,453,'synced_gravatar_hashed_id','b36ee92b8ecca8654e1d415ff8c7487b'),(13261,453,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568369687\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"adalbertogratwic\";s:10:\"first_name\";s:9:\"Adalberto\";s:9:\"last_name\";s:8:\"Gratwick\";s:10:\"user_email\";s:28:\"Adalberto.Gratwick@gmail.com\";}'),(13262,453,'form_id','17'),(13263,453,'timestamp','1568369687'),(13264,453,'request',''),(13265,453,'_wpnonce','1433f9be7d'),(13266,453,'_wp_http_referer','/register/'),(13268,453,'um_user_profile_url_slug_user_login','adalbertogratwic'),(13270,453,'full_name','adalberto gratwick'),(13271,453,'account_status','approved'),(13272,453,'session_tokens','a:1:{s:64:\"9e28b3928081e03248368ebafb32e87a75c64f3906fd8169eb99105aa6e36a82\";a:4:{s:10:\"expiration\";i:1583939699;s:2:\"ip\";s:14:\"193.228.56.108\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568387699;}}'),(13273,453,'_um_last_login','1568369699'),(13274,453,'um_account_secure_fields','a:0:{}'),(13275,454,'nickname','vquerik6116'),(13276,454,'first_name','Erik'),(13277,454,'last_name','Bunch'),(13278,454,'description',''),(13279,454,'rich_editing','true'),(13280,454,'syntax_highlighting','true'),(13281,454,'comment_shortcuts','false'),(13282,454,'admin_color','fresh'),(13283,454,'use_ssl','0'),(13284,454,'show_admin_bar_front','true'),(13285,454,'locale',''),(13286,454,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13287,454,'wp_user_level','0'),(13288,454,'_yoast_wpseo_profile_updated','1568387779'),(13289,454,'dismissed_wp_pointers',''),(13290,454,'synced_gravatar_hashed_id','7d858a43c12a2d6eafa9f7d1869952fe'),(13291,454,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568369770\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"vquerik6116\";s:10:\"first_name\";s:4:\"Erik\";s:9:\"last_name\";s:5:\"Bunch\";s:10:\"user_email\";s:20:\"Erik_Bunch@gmail.com\";}'),(13292,454,'form_id','17'),(13293,454,'timestamp','1568369770'),(13294,454,'request',''),(13295,454,'_wpnonce','1433f9be7d'),(13296,454,'_wp_http_referer','/register/'),(13298,454,'um_user_profile_url_slug_user_login','vquerik6116'),(13300,454,'full_name','erik bunch'),(13301,454,'account_status','approved'),(13302,454,'session_tokens','a:1:{s:64:\"2fd3153c911d2170a99722388798091a0042623fa28d838992f0a1fab0f3e659\";a:4:{s:10:\"expiration\";i:1583939780;s:2:\"ip\";s:14:\"193.228.56.111\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568387780;}}'),(13303,454,'_um_last_login','1568369780'),(13304,454,'um_account_secure_fields','a:0:{}'),(13305,11,'manageedit-postcolumnshidden','a:5:{i:0;s:9:\"sponsored\";i:1;s:23:\"wpseo-score-readability\";i:2;s:11:\"wpseo-title\";i:3;s:14:\"wpseo-metadesc\";i:4;s:13:\"wpseo-focuskw\";}'),(13306,455,'nickname','reynamckay9'),(13307,455,'first_name','Reyna'),(13308,455,'last_name','McKay'),(13309,455,'description',''),(13310,455,'rich_editing','true'),(13311,455,'syntax_highlighting','true'),(13312,455,'comment_shortcuts','false'),(13313,455,'admin_color','fresh'),(13314,455,'use_ssl','0'),(13315,455,'show_admin_bar_front','true'),(13316,455,'locale',''),(13317,455,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13318,455,'wp_user_level','0'),(13319,455,'_yoast_wpseo_profile_updated','1568388467'),(13320,455,'dismissed_wp_pointers',''),(13321,455,'synced_gravatar_hashed_id','381a319e08730ff213bcaac995f97cf9'),(13322,455,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568370460\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"reynamckay9\";s:10:\"first_name\";s:5:\"Reyna\";s:9:\"last_name\";s:5:\"McKay\";s:10:\"user_email\";s:22:\"Reyna.McKay4@gmail.com\";}'),(13323,455,'form_id','17'),(13324,455,'timestamp','1568370460'),(13325,455,'request',''),(13326,455,'_wpnonce','1433f9be7d'),(13327,455,'_wp_http_referer','/register/'),(13329,455,'um_user_profile_url_slug_user_login','reynamckay9'),(13331,455,'full_name','reyna mckay'),(13332,455,'account_status','approved'),(13333,455,'session_tokens','a:1:{s:64:\"dcb66e1d471265ca9782d9516effbdd726c6da13573a1e724c6b15dbe834354a\";a:4:{s:10:\"expiration\";i:1583940468;s:2:\"ip\";s:15:\"144.168.201.151\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568388468;}}'),(13334,455,'_um_last_login','1568370468'),(13335,455,'um_account_secure_fields','a:0:{}'),(13336,456,'nickname','jeromemordaunt8'),(13337,456,'first_name','Jerome'),(13338,456,'last_name','Mordaunt'),(13339,456,'description',''),(13340,456,'rich_editing','true'),(13341,456,'syntax_highlighting','true'),(13342,456,'comment_shortcuts','false'),(13343,456,'admin_color','fresh'),(13344,456,'use_ssl','0'),(13345,456,'show_admin_bar_front','true'),(13346,456,'locale',''),(13347,456,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13348,456,'wp_user_level','0'),(13349,456,'_yoast_wpseo_profile_updated','1568388831'),(13350,456,'dismissed_wp_pointers',''),(13351,456,'synced_gravatar_hashed_id','67048cfa541f41ae6f3360b58a335cad'),(13352,456,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568370821\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"jeromemordaunt8\";s:10:\"first_name\";s:6:\"Jerome\";s:9:\"last_name\";s:8:\"Mordaunt\";s:10:\"user_email\";s:25:\"Jerome.Mordaunt@gmail.com\";}'),(13353,456,'form_id','17'),(13354,456,'timestamp','1568370821'),(13355,456,'request',''),(13356,456,'_wpnonce','1433f9be7d'),(13357,456,'_wp_http_referer','/register/'),(13359,456,'um_user_profile_url_slug_user_login','jeromemordaunt8'),(13361,456,'full_name','jerome mordaunt'),(13362,456,'account_status','approved'),(13363,456,'session_tokens','a:1:{s:64:\"a0a337453736fef362585e18c4892f5f466aa9c6d9f45a0fbd1930d475cc9ac7\";a:4:{s:10:\"expiration\";i:1583940831;s:2:\"ip\";s:14:\"91.108.176.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568388831;}}'),(13364,456,'_um_last_login','1568370831'),(13365,456,'um_account_secure_fields','a:0:{}'),(13366,457,'nickname','jdrbettye18'),(13367,457,'first_name','Bettye'),(13368,457,'last_name','Hatter'),(13369,457,'description',''),(13370,457,'rich_editing','true'),(13371,457,'syntax_highlighting','true'),(13372,457,'comment_shortcuts','false'),(13373,457,'admin_color','fresh'),(13374,457,'use_ssl','0'),(13375,457,'show_admin_bar_front','true'),(13376,457,'locale',''),(13377,457,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13378,457,'wp_user_level','0'),(13379,457,'_yoast_wpseo_profile_updated','1568389791'),(13380,457,'dismissed_wp_pointers',''),(13381,457,'synced_gravatar_hashed_id','361f0cfd76a8e1a18be1cbc62100d769'),(13382,457,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568371780\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"jdrbettye18\";s:10:\"first_name\";s:6:\"Bettye\";s:9:\"last_name\";s:6:\"Hatter\";s:10:\"user_email\";s:25:\"Bettye-Hatter44@gmail.com\";}'),(13383,457,'form_id','17'),(13384,457,'timestamp','1568371780'),(13385,457,'request',''),(13386,457,'_wpnonce','1433f9be7d'),(13387,457,'_wp_http_referer','/register/'),(13389,457,'um_user_profile_url_slug_user_login','jdrbettye18'),(13391,457,'full_name','bettye hatter'),(13392,457,'account_status','approved'),(13393,457,'session_tokens','a:1:{s:64:\"0ae79e4d904a792ffd32ff7f7a83a824d00e42466a158fd245f2ee41aa00187e\";a:4:{s:10:\"expiration\";i:1583941792;s:2:\"ip\";s:14:\"91.108.176.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568389792;}}'),(13394,457,'_um_last_login','1568371792'),(13395,457,'um_account_secure_fields','a:0:{}'),(13396,458,'nickname','dessieralston3'),(13397,458,'first_name','Dessie'),(13398,458,'last_name','Ralston'),(13399,458,'description',''),(13400,458,'rich_editing','true'),(13401,458,'syntax_highlighting','true'),(13402,458,'comment_shortcuts','false'),(13403,458,'admin_color','fresh'),(13404,458,'use_ssl','0'),(13405,458,'show_admin_bar_front','true'),(13406,458,'locale',''),(13407,458,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13408,458,'wp_user_level','0'),(13409,458,'_yoast_wpseo_profile_updated','1568389943'),(13410,458,'dismissed_wp_pointers',''),(13411,458,'synced_gravatar_hashed_id','48d8919e22c8600447ba39b3c5dbeed8'),(13412,458,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568371935\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"dessieralston3\";s:10:\"first_name\";s:6:\"Dessie\";s:9:\"last_name\";s:7:\"Ralston\";s:10:\"user_email\";s:24:\"Dessie_Ralston@gmail.com\";}'),(13413,458,'form_id','17'),(13414,458,'timestamp','1568371935'),(13415,458,'request',''),(13416,458,'_wpnonce','1433f9be7d'),(13417,458,'_wp_http_referer','/register/'),(13419,458,'um_user_profile_url_slug_user_login','dessieralston3'),(13421,458,'full_name','dessie ralston'),(13422,458,'account_status','approved'),(13423,458,'session_tokens','a:1:{s:64:\"6a74088ea6b2d971c3a425fcb7f8abbe5853eaaf82b702aab518711bce22bbe7\";a:4:{s:10:\"expiration\";i:1583941944;s:2:\"ip\";s:15:\"151.237.185.149\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568389944;}}'),(13424,458,'_um_last_login','1568371944'),(13425,458,'um_account_secure_fields','a:0:{}'),(13426,459,'nickname','francescohorder'),(13427,459,'first_name','Francesco'),(13428,459,'last_name','Horder'),(13429,459,'description',''),(13430,459,'rich_editing','true'),(13431,459,'syntax_highlighting','true'),(13432,459,'comment_shortcuts','false'),(13433,459,'admin_color','fresh'),(13434,459,'use_ssl','0'),(13435,459,'show_admin_bar_front','true'),(13436,459,'locale',''),(13437,459,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13438,459,'wp_user_level','0'),(13439,459,'_yoast_wpseo_profile_updated','1568390881'),(13440,459,'dismissed_wp_pointers',''),(13441,459,'synced_gravatar_hashed_id','c047188dbacf81b983d01cdbcd4c6f5f'),(13442,459,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568372870\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"francescohorder\";s:10:\"first_name\";s:9:\"Francesco\";s:9:\"last_name\";s:6:\"Horder\";s:10:\"user_email\";s:26:\"Francesco-Horder@gmail.com\";}'),(13443,459,'form_id','17'),(13444,459,'timestamp','1568372870'),(13445,459,'request',''),(13446,459,'_wpnonce','1433f9be7d'),(13447,459,'_wp_http_referer','/register/'),(13449,459,'um_user_profile_url_slug_user_login','francescohorder'),(13451,459,'full_name','francesco horder'),(13452,459,'account_status','approved'),(13453,459,'session_tokens','a:1:{s:64:\"bb2e7a830a5b21b8b0ad7e0d56f512c9233bd03c14f792c5a667078ea009eff9\";a:4:{s:10:\"expiration\";i:1583942882;s:2:\"ip\";s:12:\"185.3.134.20\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568390882;}}'),(13454,459,'_um_last_login','1568372882'),(13455,459,'um_account_secure_fields','a:0:{}'),(13456,460,'nickname','augustawreford'),(13457,460,'first_name','Augusta'),(13458,460,'last_name','Wreford'),(13459,460,'description',''),(13460,460,'rich_editing','true'),(13461,460,'syntax_highlighting','true'),(13462,460,'comment_shortcuts','false'),(13463,460,'admin_color','fresh'),(13464,460,'use_ssl','0'),(13465,460,'show_admin_bar_front','true'),(13466,460,'locale',''),(13467,460,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13468,460,'wp_user_level','0'),(13469,460,'_yoast_wpseo_profile_updated','1568391450'),(13470,460,'dismissed_wp_pointers',''),(13471,460,'synced_gravatar_hashed_id','f0cbc31ab1f96db9bb1956f88b947859'),(13472,460,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568373442\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"augustawreford\";s:10:\"first_name\";s:7:\"Augusta\";s:9:\"last_name\";s:7:\"Wreford\";s:10:\"user_email\";s:25:\"Augusta-Wreford@gmail.com\";}'),(13473,460,'form_id','17'),(13474,460,'timestamp','1568373442'),(13475,460,'request',''),(13476,460,'_wpnonce','1433f9be7d'),(13477,460,'_wp_http_referer','/register/'),(13479,460,'um_user_profile_url_slug_user_login','augustawreford'),(13481,460,'full_name','augusta wreford'),(13482,460,'account_status','approved'),(13483,460,'session_tokens','a:1:{s:64:\"f67a13de12f9d5bab658bfd7c058821a2214ae34e0e6e0b2ab2992968d7a4398\";a:4:{s:10:\"expiration\";i:1583943451;s:2:\"ip\";s:14:\"193.228.56.153\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568391451;}}'),(13484,460,'_um_last_login','1568373451'),(13485,460,'um_account_secure_fields','a:0:{}'),(13486,461,'nickname','jeromehertzler'),(13487,461,'first_name','Jerome'),(13488,461,'last_name','Hertzler'),(13489,461,'description',''),(13490,461,'rich_editing','true'),(13491,461,'syntax_highlighting','true'),(13492,461,'comment_shortcuts','false'),(13493,461,'admin_color','fresh'),(13494,461,'use_ssl','0'),(13495,461,'show_admin_bar_front','true'),(13496,461,'locale',''),(13497,461,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13498,461,'wp_user_level','0'),(13499,461,'_yoast_wpseo_profile_updated','1568391933'),(13500,461,'dismissed_wp_pointers',''),(13501,461,'synced_gravatar_hashed_id','25bf8c037b880131c55810e7b475c061'),(13502,461,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568373924\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"jeromehertzler\";s:10:\"first_name\";s:6:\"Jerome\";s:9:\"last_name\";s:8:\"Hertzler\";s:10:\"user_email\";s:42:\"Jerome.Hertzler@newmoon.mytriplocation.com\";}'),(13503,461,'form_id','17'),(13504,461,'timestamp','1568373924'),(13505,461,'request',''),(13506,461,'redirect_to','https://buzz-caribbean.com/register/'),(13507,461,'_wpnonce','1433f9be7d'),(13508,461,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(13510,461,'um_user_profile_url_slug_user_login','jeromehertzler'),(13512,461,'full_name','jerome hertzler'),(13513,461,'account_status','approved'),(13514,462,'nickname','jodiemccarter4'),(13515,462,'first_name','Jodie'),(13516,462,'last_name','Mccarter'),(13517,462,'description',''),(13518,462,'rich_editing','true'),(13519,462,'syntax_highlighting','true'),(13520,462,'comment_shortcuts','false'),(13521,462,'admin_color','fresh'),(13522,462,'use_ssl','0'),(13523,462,'show_admin_bar_front','true'),(13524,462,'locale',''),(13525,462,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13526,462,'wp_user_level','0'),(13527,462,'_yoast_wpseo_profile_updated','1568392489'),(13528,462,'dismissed_wp_pointers',''),(13529,462,'synced_gravatar_hashed_id','dee8c8b9db79a6633ad2a28d6d17f722'),(13530,462,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568374478\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"jodiemccarter4\";s:10:\"first_name\";s:5:\"Jodie\";s:9:\"last_name\";s:8:\"Mccarter\";s:10:\"user_email\";s:24:\"Jodie-Mccarter@gmail.com\";}'),(13531,462,'form_id','17'),(13532,462,'timestamp','1568374478'),(13533,462,'request',''),(13534,462,'_wpnonce','1433f9be7d'),(13535,462,'_wp_http_referer','/register/'),(13537,462,'um_user_profile_url_slug_user_login','jodiemccarter4'),(13539,462,'full_name','jodie mccarter'),(13540,462,'account_status','approved'),(13541,462,'session_tokens','a:1:{s:64:\"d364b34026df4268791b4d54b2dc2ede23ffdb36c2b8951d1c2567cce7497802\";a:4:{s:10:\"expiration\";i:1583944489;s:2:\"ip\";s:15:\"107.158.221.122\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568392489;}}'),(13542,462,'_um_last_login','1568374489'),(13543,462,'um_account_secure_fields','a:0:{}'),(13544,463,'nickname','mitchbrunson'),(13545,463,'first_name','Mitch'),(13546,463,'last_name','Brunson'),(13547,463,'description',''),(13548,463,'rich_editing','true'),(13549,463,'syntax_highlighting','true'),(13550,463,'comment_shortcuts','false'),(13551,463,'admin_color','fresh'),(13552,463,'use_ssl','0'),(13553,463,'show_admin_bar_front','true'),(13554,463,'locale',''),(13555,463,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13556,463,'wp_user_level','0'),(13557,463,'_yoast_wpseo_profile_updated','1568393698'),(13558,463,'dismissed_wp_pointers',''),(13559,463,'synced_gravatar_hashed_id','d7369b1ff766b0e3113df3df76b5a379'),(13560,463,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568375689\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"mitchbrunson\";s:10:\"first_name\";s:5:\"Mitch\";s:9:\"last_name\";s:7:\"Brunson\";s:10:\"user_email\";s:25:\"Mitch-Brunson87@gmail.com\";}'),(13561,463,'form_id','17'),(13562,463,'timestamp','1568375689'),(13563,463,'request',''),(13564,463,'_wpnonce','1433f9be7d'),(13565,463,'_wp_http_referer','/register/'),(13567,463,'um_user_profile_url_slug_user_login','mitchbrunson'),(13569,463,'full_name','mitch brunson'),(13570,463,'account_status','approved'),(13571,463,'session_tokens','a:1:{s:64:\"e14d9e00adde9a6907c5026fd8e9a379ec10b4fa8708cb4e540234bb443d1689\";a:4:{s:10:\"expiration\";i:1583945699;s:2:\"ip\";s:14:\"91.108.176.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568393699;}}'),(13572,463,'_um_last_login','1568375699'),(13573,463,'um_account_secure_fields','a:0:{}'),(13574,464,'nickname','alvingrishin12'),(13575,464,'first_name','Alvin'),(13576,464,'last_name','Grishin'),(13577,464,'description',''),(13578,464,'rich_editing','true'),(13579,464,'syntax_highlighting','true'),(13580,464,'comment_shortcuts','false'),(13581,464,'admin_color','fresh'),(13582,464,'use_ssl','0'),(13583,464,'show_admin_bar_front','true'),(13584,464,'locale',''),(13585,464,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13586,464,'wp_user_level','0'),(13587,464,'_yoast_wpseo_profile_updated','1568395585'),(13588,464,'dismissed_wp_pointers',''),(13589,464,'synced_gravatar_hashed_id','c288287647cd7edc5bca378b7c8430d4'),(13590,464,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568377577\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"alvingrishin12\";s:10:\"first_name\";s:5:\"Alvin\";s:9:\"last_name\";s:7:\"Grishin\";s:10:\"user_email\";s:23:\"Alvin-Grishin@gmail.com\";}'),(13591,464,'form_id','17'),(13592,464,'timestamp','1568377577'),(13593,464,'request',''),(13594,464,'_wpnonce','1433f9be7d'),(13595,464,'_wp_http_referer','/register/'),(13597,464,'um_user_profile_url_slug_user_login','alvingrishin12'),(13599,464,'full_name','alvin grishin'),(13600,464,'account_status','approved'),(13601,464,'session_tokens','a:1:{s:64:\"688479d71f6107a8b5fd9fb13adb7ad5bcb785eb797c60c969d7c783fc118677\";a:4:{s:10:\"expiration\";i:1583947585;s:2:\"ip\";s:15:\"151.237.185.210\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568395585;}}'),(13602,464,'_um_last_login','1568377585'),(13603,464,'um_account_secure_fields','a:0:{}'),(13608,465,'nickname','clayumberger68'),(13609,465,'first_name','Clay'),(13610,465,'last_name','Umberger'),(13611,465,'description',''),(13612,465,'rich_editing','true'),(13613,465,'syntax_highlighting','true'),(13614,465,'comment_shortcuts','false'),(13615,465,'admin_color','fresh'),(13616,465,'use_ssl','0'),(13617,465,'show_admin_bar_front','true'),(13618,465,'locale',''),(13619,465,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13620,465,'wp_user_level','0'),(13621,465,'_yoast_wpseo_profile_updated','1568396235'),(13622,465,'dismissed_wp_pointers',''),(13623,465,'synced_gravatar_hashed_id','37f12460f40d6b530a7226ee14291427'),(13624,465,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568378228\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"clayumberger68\";s:10:\"first_name\";s:4:\"Clay\";s:9:\"last_name\";s:8:\"Umberger\";s:10:\"user_email\";s:23:\"Clay.Umberger@gmail.com\";}'),(13625,465,'form_id','17'),(13626,465,'timestamp','1568378228'),(13627,465,'request',''),(13628,465,'_wpnonce','1433f9be7d'),(13629,465,'_wp_http_referer','/register/'),(13631,465,'um_user_profile_url_slug_user_login','clayumberger68'),(13633,465,'full_name','clay umberger'),(13634,465,'account_status','approved'),(13635,465,'session_tokens','a:1:{s:64:\"708bd54b91c7340bb58152dc1bcef880374fdade876027074bc55a4a61ec22bc\";a:4:{s:10:\"expiration\";i:1583948236;s:2:\"ip\";s:14:\"165.231.130.31\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568396236;}}'),(13636,465,'_um_last_login','1568378236'),(13637,465,'um_account_secure_fields','a:0:{}'),(13638,466,'nickname','domenicmav'),(13639,466,'first_name','Domenic'),(13640,466,'last_name','Umbagai'),(13641,466,'description',''),(13642,466,'rich_editing','true'),(13643,466,'syntax_highlighting','true'),(13644,466,'comment_shortcuts','false'),(13645,466,'admin_color','fresh'),(13646,466,'use_ssl','0'),(13647,466,'show_admin_bar_front','true'),(13648,466,'locale',''),(13649,466,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13650,466,'wp_user_level','0'),(13651,466,'_yoast_wpseo_profile_updated','1568396817'),(13652,466,'dismissed_wp_pointers',''),(13653,466,'synced_gravatar_hashed_id','38dc20666e9d585106cdf063acffd894'),(13654,466,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568378808\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"domenicmav\";s:10:\"first_name\";s:7:\"Domenic\";s:9:\"last_name\";s:7:\"Umbagai\";s:10:\"user_email\";s:25:\"Domenic.Umbagai@gmail.com\";}'),(13655,466,'form_id','17'),(13656,466,'timestamp','1568378808'),(13657,466,'request',''),(13658,466,'_wpnonce','1433f9be7d'),(13659,466,'_wp_http_referer','/register/'),(13661,466,'um_user_profile_url_slug_user_login','domenicmav'),(13663,466,'full_name','domenic umbagai'),(13664,466,'account_status','approved'),(13665,466,'session_tokens','a:1:{s:64:\"08a01c5ce531a67acd61a800da982bd3151041023a302df4fbf882a81ff0508f\";a:4:{s:10:\"expiration\";i:1583948817;s:2:\"ip\";s:14:\"193.228.56.110\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568396817;}}'),(13666,466,'_um_last_login','1568378817'),(13667,466,'um_account_secure_fields','a:0:{}'),(13668,467,'nickname','mohammedhenley'),(13669,467,'first_name','Mohammed'),(13670,467,'last_name','Henley'),(13671,467,'description',''),(13672,467,'rich_editing','true'),(13673,467,'syntax_highlighting','true'),(13674,467,'comment_shortcuts','false'),(13675,467,'admin_color','fresh'),(13676,467,'use_ssl','0'),(13677,467,'show_admin_bar_front','true'),(13678,467,'locale',''),(13679,467,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13680,467,'wp_user_level','0'),(13681,467,'_yoast_wpseo_profile_updated','1568397082'),(13682,467,'dismissed_wp_pointers',''),(13683,467,'synced_gravatar_hashed_id','d8195024563c7ff5c50c162533c47fb5'),(13684,467,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568379073\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"mohammedhenley\";s:10:\"first_name\";s:8:\"Mohammed\";s:9:\"last_name\";s:6:\"Henley\";s:10:\"user_email\";s:25:\"Mohammed.Henley@gmail.com\";}'),(13685,467,'form_id','17'),(13686,467,'timestamp','1568379073'),(13687,467,'request',''),(13688,467,'_wpnonce','1433f9be7d'),(13689,467,'_wp_http_referer','/register/'),(13691,467,'um_user_profile_url_slug_user_login','mohammedhenley'),(13693,467,'full_name','mohammed henley'),(13694,467,'account_status','approved'),(13695,467,'session_tokens','a:1:{s:64:\"1ddefe5c0b3edef69454cf86d431267d7f63cca552ce41e93761fe2939872dd7\";a:4:{s:10:\"expiration\";i:1583949082;s:2:\"ip\";s:15:\"107.158.221.149\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568397082;}}'),(13696,467,'_um_last_login','1568379082'),(13697,467,'um_account_secure_fields','a:0:{}'),(13698,468,'nickname','dylankinsela38'),(13699,468,'first_name','Dylan'),(13700,468,'last_name','Kinsela'),(13701,468,'description',''),(13702,468,'rich_editing','true'),(13703,468,'syntax_highlighting','true'),(13704,468,'comment_shortcuts','false'),(13705,468,'admin_color','fresh'),(13706,468,'use_ssl','0'),(13707,468,'show_admin_bar_front','true'),(13708,468,'locale',''),(13709,468,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13710,468,'wp_user_level','0'),(13711,468,'_yoast_wpseo_profile_updated','1568397495'),(13712,468,'dismissed_wp_pointers',''),(13713,468,'synced_gravatar_hashed_id','7450283708df1f88f43b997e528ce9ec'),(13714,468,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568379488\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"dylankinsela38\";s:10:\"first_name\";s:5:\"Dylan\";s:9:\"last_name\";s:7:\"Kinsela\";s:10:\"user_email\";s:24:\"Dylan_Kinsela7@gmail.com\";}'),(13715,468,'form_id','17'),(13716,468,'timestamp','1568379488'),(13717,468,'request',''),(13718,468,'_wpnonce','1433f9be7d'),(13719,468,'_wp_http_referer','/register/'),(13721,468,'um_user_profile_url_slug_user_login','dylankinsela38'),(13723,468,'full_name','dylan kinsela'),(13724,468,'account_status','approved'),(13725,468,'session_tokens','a:1:{s:64:\"99bc4813537088f8b2543071295057727e9d5501b25e6ea13599b34d9a2bbb78\";a:4:{s:10:\"expiration\";i:1583949495;s:2:\"ip\";s:13:\"91.108.176.45\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568397495;}}'),(13726,468,'_um_last_login','1568379495'),(13727,468,'um_account_secure_fields','a:0:{}'),(13728,469,'nickname','chanellavender'),(13729,469,'first_name','Chanel'),(13730,469,'last_name','Lavender'),(13731,469,'description',''),(13732,469,'rich_editing','true'),(13733,469,'syntax_highlighting','true'),(13734,469,'comment_shortcuts','false'),(13735,469,'admin_color','fresh'),(13736,469,'use_ssl','0'),(13737,469,'show_admin_bar_front','true'),(13738,469,'locale',''),(13739,469,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13740,469,'wp_user_level','0'),(13741,469,'_yoast_wpseo_profile_updated','1568397890'),(13742,469,'dismissed_wp_pointers',''),(13743,469,'synced_gravatar_hashed_id','d891aecb5e310d7f17613f3a12997f7e'),(13744,469,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568379880\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"chanellavender\";s:10:\"first_name\";s:6:\"Chanel\";s:9:\"last_name\";s:8:\"Lavender\";s:10:\"user_email\";s:26:\"Chanel-Lavender8@gmail.com\";}'),(13745,469,'form_id','17'),(13746,469,'timestamp','1568379880'),(13747,469,'request',''),(13748,469,'_wpnonce','1433f9be7d'),(13749,469,'_wp_http_referer','/register/'),(13751,469,'um_user_profile_url_slug_user_login','chanellavender'),(13753,469,'full_name','chanel lavender'),(13754,469,'account_status','approved'),(13755,469,'session_tokens','a:1:{s:64:\"b38ad548843a6a4a1b5e2e498af74848af8b828ce056f9ebf30305fcc03c4fe8\";a:4:{s:10:\"expiration\";i:1583949890;s:2:\"ip\";s:15:\"196.245.216.192\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568397890;}}'),(13756,469,'_um_last_login','1568379890'),(13757,469,'um_account_secure_fields','a:0:{}'),(13758,470,'nickname','annmarieheadley'),(13759,470,'first_name','Annmarie'),(13760,470,'last_name','Headley'),(13761,470,'description',''),(13762,470,'rich_editing','true'),(13763,470,'syntax_highlighting','true'),(13764,470,'comment_shortcuts','false'),(13765,470,'admin_color','fresh'),(13766,470,'use_ssl','0'),(13767,470,'show_admin_bar_front','true'),(13768,470,'locale',''),(13769,470,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13770,470,'wp_user_level','0'),(13771,470,'_yoast_wpseo_profile_updated','1568398118'),(13772,470,'dismissed_wp_pointers',''),(13773,470,'synced_gravatar_hashed_id','234252d2158c74eae568dd893d0f8cbf'),(13774,470,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568380111\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"annmarieheadley\";s:10:\"first_name\";s:8:\"Annmarie\";s:9:\"last_name\";s:7:\"Headley\";s:10:\"user_email\";s:28:\"Annmarie_Headley17@gmail.com\";}'),(13775,470,'form_id','17'),(13776,470,'timestamp','1568380111'),(13777,470,'request',''),(13778,470,'_wpnonce','1433f9be7d'),(13779,470,'_wp_http_referer','/register/'),(13781,470,'um_user_profile_url_slug_user_login','annmarieheadley'),(13783,470,'full_name','annmarie headley'),(13784,470,'account_status','approved'),(13785,470,'session_tokens','a:1:{s:64:\"a913b877473936d76758fc2ff2f705d4035557b6dcfcdae6f69bd2a560bd84b9\";a:4:{s:10:\"expiration\";i:1583950119;s:2:\"ip\";s:13:\"91.108.176.45\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568398119;}}'),(13786,470,'_um_last_login','1568380119'),(13787,470,'um_account_secure_fields','a:0:{}'),(13788,471,'nickname','sgudanny1288'),(13789,471,'first_name','Danny'),(13790,471,'last_name','Backhaus'),(13791,471,'description',''),(13792,471,'rich_editing','true'),(13793,471,'syntax_highlighting','true'),(13794,471,'comment_shortcuts','false'),(13795,471,'admin_color','fresh'),(13796,471,'use_ssl','0'),(13797,471,'show_admin_bar_front','true'),(13798,471,'locale',''),(13799,471,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13800,471,'wp_user_level','0'),(13801,471,'_yoast_wpseo_profile_updated','1568398881'),(13802,471,'dismissed_wp_pointers',''),(13803,471,'synced_gravatar_hashed_id','2df513d1769b97a287b802bdd325a308'),(13804,471,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568380871\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"sgudanny1288\";s:10:\"first_name\";s:5:\"Danny\";s:9:\"last_name\";s:8:\"Backhaus\";s:10:\"user_email\";s:24:\"Danny-Backhaus@gmail.com\";}'),(13805,471,'form_id','17'),(13806,471,'timestamp','1568380871'),(13807,471,'request',''),(13808,471,'_wpnonce','1433f9be7d'),(13809,471,'_wp_http_referer','/register/'),(13811,471,'um_user_profile_url_slug_user_login','sgudanny1288'),(13813,471,'full_name','danny backhaus'),(13814,471,'account_status','approved'),(13815,471,'session_tokens','a:1:{s:64:\"b04b1dca0d3767a058b54615dbbbe08faeba69996ee04431a9b96916fbf7b588\";a:4:{s:10:\"expiration\";i:1583950881;s:2:\"ip\";s:15:\"107.158.221.154\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568398881;}}'),(13816,471,'_um_last_login','1568380881'),(13817,471,'um_account_secure_fields','a:0:{}'),(13818,472,'nickname','debrad43398'),(13819,472,'first_name','Debra'),(13820,472,'last_name','Cline'),(13821,472,'description',''),(13822,472,'rich_editing','true'),(13823,472,'syntax_highlighting','true'),(13824,472,'comment_shortcuts','false'),(13825,472,'admin_color','fresh'),(13826,472,'use_ssl','0'),(13827,472,'show_admin_bar_front','true'),(13828,472,'locale',''),(13829,472,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13830,472,'wp_user_level','0'),(13831,472,'_yoast_wpseo_profile_updated','1568400256'),(13832,472,'dismissed_wp_pointers',''),(13833,472,'synced_gravatar_hashed_id','068fc3ce9945be794609a561e727432e'),(13834,472,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568382247\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"debrad43398\";s:10:\"first_name\";s:5:\"Debra\";s:9:\"last_name\";s:5:\"Cline\";s:10:\"user_email\";s:23:\"Debra.Cline67@gmail.com\";}'),(13835,472,'form_id','17'),(13836,472,'timestamp','1568382247'),(13837,472,'request',''),(13838,472,'_wpnonce','1433f9be7d'),(13839,472,'_wp_http_referer','/register/'),(13841,472,'um_user_profile_url_slug_user_login','debrad43398'),(13843,472,'full_name','debra cline'),(13844,472,'account_status','approved'),(13845,472,'session_tokens','a:1:{s:64:\"91c8ab6007589ffa7f345929a3517093ecd08c1c216304d7003523696870a8a9\";a:4:{s:10:\"expiration\";i:1583952257;s:2:\"ip\";s:15:\"151.237.185.210\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568400257;}}'),(13846,472,'_um_last_login','1568382257'),(13847,472,'um_account_secure_fields','a:0:{}'),(13848,473,'nickname','ola24101328230'),(13849,473,'first_name','Ola'),(13850,473,'last_name','Schott'),(13851,473,'description',''),(13852,473,'rich_editing','true'),(13853,473,'syntax_highlighting','true'),(13854,473,'comment_shortcuts','false'),(13855,473,'admin_color','fresh'),(13856,473,'use_ssl','0'),(13857,473,'show_admin_bar_front','true'),(13858,473,'locale',''),(13859,473,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13860,473,'wp_user_level','0'),(13861,473,'_yoast_wpseo_profile_updated','1568400978'),(13862,473,'dismissed_wp_pointers',''),(13863,473,'synced_gravatar_hashed_id','6f1e231426a272584c0e14d08188d43a'),(13864,473,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568382966\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"ola24101328230\";s:10:\"first_name\";s:3:\"Ola\";s:9:\"last_name\";s:6:\"Schott\";s:10:\"user_email\";s:22:\"Ola_Schott10@gmail.com\";}'),(13865,473,'form_id','17'),(13866,473,'timestamp','1568382966'),(13867,473,'request',''),(13868,473,'_wpnonce','1433f9be7d'),(13869,473,'_wp_http_referer','/register/'),(13871,473,'um_user_profile_url_slug_user_login','ola24101328230'),(13873,473,'full_name','ola schott'),(13874,473,'account_status','approved'),(13875,473,'session_tokens','a:1:{s:64:\"28022254adab065be319c772a6a63d8f0caa7899bde151d3b2109239359f0c1f\";a:4:{s:10:\"expiration\";i:1583952978;s:2:\"ip\";s:15:\"165.231.130.186\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568400978;}}'),(13876,473,'_um_last_login','1568382978'),(13877,473,'um_account_secure_fields','a:0:{}'),(13878,474,'nickname','maritadennison8'),(13879,474,'first_name','Marita'),(13880,474,'last_name','Dennison'),(13881,474,'description',''),(13882,474,'rich_editing','true'),(13883,474,'syntax_highlighting','true'),(13884,474,'comment_shortcuts','false'),(13885,474,'admin_color','fresh'),(13886,474,'use_ssl','0'),(13887,474,'show_admin_bar_front','true'),(13888,474,'locale',''),(13889,474,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13890,474,'wp_user_level','0'),(13891,474,'_yoast_wpseo_profile_updated','1568401368'),(13892,474,'dismissed_wp_pointers',''),(13893,474,'synced_gravatar_hashed_id','48aac78242b3e1b7213f2f41a8dbdfb4'),(13894,474,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568383361\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"maritadennison8\";s:10:\"first_name\";s:6:\"Marita\";s:9:\"last_name\";s:8:\"Dennison\";s:10:\"user_email\";s:25:\"Marita_Dennison@gmail.com\";}'),(13895,474,'form_id','17'),(13896,474,'timestamp','1568383361'),(13897,474,'request',''),(13898,474,'_wpnonce','1433f9be7d'),(13899,474,'_wp_http_referer','/register/'),(13901,474,'um_user_profile_url_slug_user_login','maritadennison8'),(13903,474,'full_name','marita dennison'),(13904,474,'account_status','approved'),(13905,474,'session_tokens','a:1:{s:64:\"9e7f8b241b1b518b0bc9165afdd751f62486e1c1b920a54e9d77fec2e6fcb190\";a:4:{s:10:\"expiration\";i:1583953368;s:2:\"ip\";s:15:\"107.158.221.122\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568401368;}}'),(13906,474,'_um_last_login','1568383368'),(13907,475,'nickname','lesterbaragwanat'),(13908,475,'first_name','Lester'),(13909,475,'last_name','Baragwanath'),(13910,475,'description',''),(13911,475,'rich_editing','true'),(13912,475,'syntax_highlighting','true'),(13913,475,'comment_shortcuts','false'),(13914,475,'admin_color','fresh'),(13915,475,'use_ssl','0'),(13916,475,'show_admin_bar_front','true'),(13917,475,'locale',''),(13918,475,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13919,475,'wp_user_level','0'),(13920,475,'_yoast_wpseo_profile_updated','1568401422'),(13921,475,'dismissed_wp_pointers',''),(13922,475,'synced_gravatar_hashed_id','e7b5b973fd2254e83d20368d081d01b5'),(13923,475,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568383414\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"lesterbaragwanat\";s:10:\"first_name\";s:6:\"Lester\";s:9:\"last_name\";s:11:\"Baragwanath\";s:10:\"user_email\";s:28:\"Lester-Baragwanath@gmail.com\";}'),(13924,475,'form_id','17'),(13925,475,'timestamp','1568383414'),(13926,475,'request',''),(13927,475,'_wpnonce','1433f9be7d'),(13928,475,'_wp_http_referer','/register/'),(13930,475,'um_user_profile_url_slug_user_login','lesterbaragwanat'),(13932,475,'full_name','lester baragwanath'),(13933,475,'account_status','approved'),(13934,475,'session_tokens','a:1:{s:64:\"467c54712bfffb18e9b809f6af9be567a322aff4edabbf03c3248dd852eb6fd0\";a:4:{s:10:\"expiration\";i:1583953423;s:2:\"ip\";s:15:\"196.245.216.192\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568401423;}}'),(13935,475,'_um_last_login','1568383423'),(13936,475,'um_account_secure_fields','a:0:{}'),(13937,476,'nickname','lukasmonash08'),(13938,476,'first_name','Lukas'),(13939,476,'last_name','Monash'),(13940,476,'description',''),(13941,476,'rich_editing','true'),(13942,476,'syntax_highlighting','true'),(13943,476,'comment_shortcuts','false'),(13944,476,'admin_color','fresh'),(13945,476,'use_ssl','0'),(13946,476,'show_admin_bar_front','true'),(13947,476,'locale',''),(13948,476,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13949,476,'wp_user_level','0'),(13950,476,'_yoast_wpseo_profile_updated','1568401904'),(13951,476,'dismissed_wp_pointers',''),(13952,476,'synced_gravatar_hashed_id','9ce0fa1d7aa789bcb3442d46930309e1'),(13953,476,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568383896\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"lukasmonash08\";s:10:\"first_name\";s:5:\"Lukas\";s:9:\"last_name\";s:6:\"Monash\";s:10:\"user_email\";s:24:\"Lukas_Monash31@gmail.com\";}'),(13954,476,'form_id','17'),(13955,476,'timestamp','1568383896'),(13956,476,'request',''),(13957,476,'_wpnonce','1433f9be7d'),(13958,476,'_wp_http_referer','/register/'),(13960,476,'um_user_profile_url_slug_user_login','lukasmonash08'),(13962,476,'full_name','lukas monash'),(13963,476,'account_status','approved'),(13964,476,'session_tokens','a:1:{s:64:\"c373faf520e06f9a9aaf6c49aa47b52fdbad41e5eeb5455af4acdac7fcca372c\";a:4:{s:10:\"expiration\";i:1583953905;s:2:\"ip\";s:15:\"107.158.221.154\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568401905;}}'),(13965,476,'_um_last_login','1568383905'),(13966,476,'um_account_secure_fields','a:0:{}'),(13967,477,'nickname','cherylfitzsimons'),(13968,477,'first_name','Cheryl'),(13969,477,'last_name','Fitzsimons'),(13970,477,'description',''),(13971,477,'rich_editing','true'),(13972,477,'syntax_highlighting','true'),(13973,477,'comment_shortcuts','false'),(13974,477,'admin_color','fresh'),(13975,477,'use_ssl','0'),(13976,477,'show_admin_bar_front','true'),(13977,477,'locale',''),(13978,477,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13979,477,'wp_user_level','0'),(13980,477,'_yoast_wpseo_profile_updated','1568402131'),(13981,477,'dismissed_wp_pointers',''),(13982,477,'synced_gravatar_hashed_id','cc41bbb01ec824fb0a36a5f599cd9036'),(13983,477,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568384121\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"cherylfitzsimons\";s:10:\"first_name\";s:6:\"Cheryl\";s:9:\"last_name\";s:10:\"Fitzsimons\";s:10:\"user_email\";s:27:\"Cheryl-Fitzsimons@gmail.com\";}'),(13984,477,'form_id','17'),(13985,477,'timestamp','1568384121'),(13986,477,'request',''),(13987,477,'_wpnonce','1433f9be7d'),(13988,477,'_wp_http_referer','/register/'),(13990,477,'um_user_profile_url_slug_user_login','cherylfitzsimons'),(13992,477,'full_name','cheryl fitzsimons'),(13993,477,'account_status','approved'),(13994,477,'session_tokens','a:1:{s:64:\"24294d3d2df36b5046f655d53eee4e241fff7bec4dc342f197f19916c863d587\";a:4:{s:10:\"expiration\";i:1583954131;s:2:\"ip\";s:15:\"165.231.130.186\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568402131;}}'),(13995,477,'_um_last_login','1568384131'),(13996,477,'um_account_secure_fields','a:0:{}'),(13998,478,'nickname','thurmanharitos'),(13999,478,'first_name','Thurman'),(14000,478,'last_name','Haritos'),(14001,478,'description',''),(14002,478,'rich_editing','true'),(14003,478,'syntax_highlighting','true'),(14004,478,'comment_shortcuts','false'),(14005,478,'admin_color','fresh'),(14006,478,'use_ssl','0'),(14007,478,'show_admin_bar_front','true'),(14008,478,'locale',''),(14009,478,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14010,478,'wp_user_level','0'),(14011,478,'_yoast_wpseo_profile_updated','1568403283'),(14012,478,'dismissed_wp_pointers',''),(14013,478,'synced_gravatar_hashed_id','d7722fcbbaf9b2afdb6891a5aac2b4f8'),(14014,478,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568385275\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"thurmanharitos\";s:10:\"first_name\";s:7:\"Thurman\";s:9:\"last_name\";s:7:\"Haritos\";s:10:\"user_email\";s:27:\"Thurman_Haritos38@gmail.com\";}'),(14015,478,'form_id','17'),(14016,478,'timestamp','1568385275'),(14017,478,'request',''),(14018,478,'_wpnonce','1433f9be7d'),(14019,478,'_wp_http_referer','/register/'),(14021,478,'um_user_profile_url_slug_user_login','thurmanharitos'),(14023,478,'full_name','thurman haritos'),(14024,478,'account_status','approved'),(14025,478,'session_tokens','a:1:{s:64:\"27ffcd217f65ce199f2710371c58ca1ec19491519a7184f7691e5005fd815d8c\";a:4:{s:10:\"expiration\";i:1583955284;s:2:\"ip\";s:15:\"144.168.201.187\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568403284;}}'),(14026,478,'_um_last_login','1568385284'),(14027,478,'um_account_secure_fields','a:0:{}'),(14028,479,'nickname','chancemckenny'),(14029,479,'first_name','Chance'),(14030,479,'last_name','McKenny'),(14031,479,'description',''),(14032,479,'rich_editing','true'),(14033,479,'syntax_highlighting','true'),(14034,479,'comment_shortcuts','false'),(14035,479,'admin_color','fresh'),(14036,479,'use_ssl','0'),(14037,479,'show_admin_bar_front','true'),(14038,479,'locale',''),(14039,479,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14040,479,'wp_user_level','0'),(14041,479,'_yoast_wpseo_profile_updated','1568403305'),(14042,479,'dismissed_wp_pointers',''),(14043,479,'synced_gravatar_hashed_id','9d6111c9ce20c0647c4b055e198e4dbb'),(14044,479,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568385295\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"chancemckenny\";s:10:\"first_name\";s:6:\"Chance\";s:9:\"last_name\";s:7:\"McKenny\";s:10:\"user_email\";s:26:\"Chance-McKenny85@gmail.com\";}'),(14045,479,'form_id','17'),(14046,479,'timestamp','1568385295'),(14047,479,'request',''),(14048,479,'_wpnonce','1433f9be7d'),(14049,479,'_wp_http_referer','/register/'),(14051,479,'um_user_profile_url_slug_user_login','chancemckenny'),(14053,479,'full_name','chance mckenny'),(14054,479,'account_status','approved'),(14055,479,'session_tokens','a:1:{s:64:\"ccc8c3085c1e30603a783e9cdd5620c397e8093f40b01356fd77c68886cc90fd\";a:4:{s:10:\"expiration\";i:1583955306;s:2:\"ip\";s:15:\"196.245.216.133\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568403306;}}'),(14056,479,'_um_last_login','1568385306'),(14057,479,'um_account_secure_fields','a:0:{}'),(14058,480,'nickname','otisroe867'),(14059,480,'first_name','Otis'),(14060,480,'last_name','Roe'),(14061,480,'description',''),(14062,480,'rich_editing','true'),(14063,480,'syntax_highlighting','true'),(14064,480,'comment_shortcuts','false'),(14065,480,'admin_color','fresh'),(14066,480,'use_ssl','0'),(14067,480,'show_admin_bar_front','true'),(14068,480,'locale',''),(14069,480,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14070,480,'wp_user_level','0'),(14071,480,'_yoast_wpseo_profile_updated','1568404175'),(14072,480,'dismissed_wp_pointers',''),(14073,480,'synced_gravatar_hashed_id','ee7c8dc6f49f7e647abfa7ff7528c61e'),(14074,480,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568386168\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"otisroe867\";s:10:\"first_name\";s:4:\"Otis\";s:9:\"last_name\";s:3:\"Roe\";s:10:\"user_email\";s:20:\"Otis.Roe14@gmail.com\";}'),(14075,480,'form_id','17'),(14076,480,'timestamp','1568386168'),(14077,480,'request',''),(14078,480,'_wpnonce','1433f9be7d'),(14079,480,'_wp_http_referer','/register/'),(14081,480,'um_user_profile_url_slug_user_login','otisroe867'),(14083,480,'full_name','otis roe'),(14084,480,'account_status','approved'),(14085,480,'session_tokens','a:1:{s:64:\"56885ec7744bfa1cdb12db4e4efc47d025c7b170d03db404514fcf09a7e56079\";a:4:{s:10:\"expiration\";i:1583956176;s:2:\"ip\";s:15:\"151.237.185.210\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568404176;}}'),(14086,480,'_um_last_login','1568386176'),(14087,480,'um_account_secure_fields','a:0:{}'),(14088,481,'nickname','latishalovegrove'),(14089,481,'first_name','Latisha'),(14090,481,'last_name','Lovegrove'),(14091,481,'description',''),(14092,481,'rich_editing','true'),(14093,481,'syntax_highlighting','true'),(14094,481,'comment_shortcuts','false'),(14095,481,'admin_color','fresh'),(14096,481,'use_ssl','0'),(14097,481,'show_admin_bar_front','true'),(14098,481,'locale',''),(14099,481,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14100,481,'wp_user_level','0'),(14101,481,'_yoast_wpseo_profile_updated','1568405110'),(14102,481,'dismissed_wp_pointers',''),(14103,481,'synced_gravatar_hashed_id','15e57d9f97831c1abaa2da0c52d94fb5'),(14104,481,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568387103\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"latishalovegrove\";s:10:\"first_name\";s:7:\"Latisha\";s:9:\"last_name\";s:9:\"Lovegrove\";s:10:\"user_email\";s:29:\"Latisha.Lovegrove66@gmail.com\";}'),(14105,481,'form_id','17'),(14106,481,'timestamp','1568387103'),(14107,481,'request',''),(14108,481,'_wpnonce','1433f9be7d'),(14109,481,'_wp_http_referer','/register/'),(14111,481,'um_user_profile_url_slug_user_login','latishalovegrove'),(14113,481,'full_name','latisha lovegrove'),(14114,481,'account_status','approved'),(14115,481,'session_tokens','a:1:{s:64:\"26649ea7aba568cfea256ace5645f59b7d6ec48ec445b62c8c3c9f10a94e8795\";a:4:{s:10:\"expiration\";i:1583957111;s:2:\"ip\";s:15:\"151.237.185.210\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568405111;}}'),(14116,481,'_um_last_login','1568387111'),(14117,481,'um_account_secure_fields','a:0:{}'),(14118,482,'nickname','cathernjewell71'),(14119,482,'first_name','Cathern'),(14120,482,'last_name','Jewell'),(14121,482,'description',''),(14122,482,'rich_editing','true'),(14123,482,'syntax_highlighting','true'),(14124,482,'comment_shortcuts','false'),(14125,482,'admin_color','fresh'),(14126,482,'use_ssl','0'),(14127,482,'show_admin_bar_front','true'),(14128,482,'locale',''),(14129,482,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14130,482,'wp_user_level','0'),(14131,482,'_yoast_wpseo_profile_updated','1568405351'),(14132,482,'dismissed_wp_pointers',''),(14133,482,'synced_gravatar_hashed_id','caa97e2c5214e93fd4b64fd9360470a0'),(14134,482,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568387341\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"cathernjewell71\";s:10:\"first_name\";s:7:\"Cathern\";s:9:\"last_name\";s:6:\"Jewell\";s:10:\"user_email\";s:26:\"Cathern.Jewell99@gmail.com\";}'),(14135,482,'form_id','17'),(14136,482,'timestamp','1568387341'),(14137,482,'request',''),(14138,482,'_wpnonce','1433f9be7d'),(14139,482,'_wp_http_referer','/register/'),(14141,482,'um_user_profile_url_slug_user_login','cathernjewell71'),(14143,482,'full_name','cathern jewell'),(14144,482,'account_status','approved'),(14145,482,'session_tokens','a:1:{s:64:\"6e9022097b6638991be6dd91d78f630d3cfff1157f124651284ad9739c83f249\";a:4:{s:10:\"expiration\";i:1583957351;s:2:\"ip\";s:14:\"91.108.176.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568405351;}}'),(14146,482,'_um_last_login','1568387351'),(14147,482,'um_account_secure_fields','a:0:{}'),(14148,483,'nickname','marcusm535188'),(14149,483,'first_name','Marcus'),(14150,483,'last_name','Carpenter'),(14151,483,'description',''),(14152,483,'rich_editing','true'),(14153,483,'syntax_highlighting','true'),(14154,483,'comment_shortcuts','false'),(14155,483,'admin_color','fresh'),(14156,483,'use_ssl','0'),(14157,483,'show_admin_bar_front','true'),(14158,483,'locale',''),(14159,483,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14160,483,'wp_user_level','0'),(14161,483,'_yoast_wpseo_profile_updated','1568405656'),(14162,483,'dismissed_wp_pointers',''),(14163,483,'synced_gravatar_hashed_id','b6046dfd8769dc8eae22c474acdc7398'),(14164,483,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568387645\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"marcusm535188\";s:10:\"first_name\";s:6:\"Marcus\";s:9:\"last_name\";s:9:\"Carpenter\";s:10:\"user_email\";s:26:\"Marcus-Carpenter@gmail.com\";}'),(14165,483,'form_id','17'),(14166,483,'timestamp','1568387645'),(14167,483,'request',''),(14168,483,'_wpnonce','1433f9be7d'),(14169,483,'_wp_http_referer','/register/'),(14171,483,'um_user_profile_url_slug_user_login','marcusm535188'),(14173,483,'full_name','marcus carpenter'),(14174,483,'account_status','approved'),(14175,483,'session_tokens','a:1:{s:64:\"ff0cc084e891369fd93777f93748ab44f575e4d1b4cecbb5bccc4e064dd92fae\";a:4:{s:10:\"expiration\";i:1583957657;s:2:\"ip\";s:14:\"193.228.56.110\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568405657;}}'),(14176,483,'_um_last_login','1568387657'),(14177,483,'um_account_secure_fields','a:0:{}'),(14178,484,'nickname','phillisj96'),(14179,484,'first_name','Phillis'),(14180,484,'last_name','Novotny'),(14181,484,'description',''),(14182,484,'rich_editing','true'),(14183,484,'syntax_highlighting','true'),(14184,484,'comment_shortcuts','false'),(14185,484,'admin_color','fresh'),(14186,484,'use_ssl','0'),(14187,484,'show_admin_bar_front','true'),(14188,484,'locale',''),(14189,484,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14190,484,'wp_user_level','0'),(14191,484,'_yoast_wpseo_profile_updated','1568406215'),(14192,484,'dismissed_wp_pointers',''),(14193,484,'synced_gravatar_hashed_id','4a716691dd9be917ecbd901549d0c405'),(14194,484,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568388203\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"phillisj96\";s:10:\"first_name\";s:7:\"Phillis\";s:9:\"last_name\";s:7:\"Novotny\";s:10:\"user_email\";s:27:\"Phillis_Novotny60@gmail.com\";}'),(14195,484,'form_id','17'),(14196,484,'timestamp','1568388203'),(14197,484,'request',''),(14198,484,'_wpnonce','1433f9be7d'),(14199,484,'_wp_http_referer','/register/'),(14201,484,'um_user_profile_url_slug_user_login','phillisj96'),(14203,484,'full_name','phillis novotny'),(14204,484,'account_status','approved'),(14205,484,'session_tokens','a:1:{s:64:\"a131df8cf2a51f29c0ff2d67be53f0590c6b31ee6e90eeee578e610e6ff55f62\";a:4:{s:10:\"expiration\";i:1583958215;s:2:\"ip\";s:14:\"193.228.56.153\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568406215;}}'),(14206,484,'_um_last_login','1568388215'),(14207,484,'um_account_secure_fields','a:0:{}'),(14208,485,'nickname','carson82h459'),(14209,485,'first_name','Carson'),(14210,485,'last_name','Allie'),(14211,485,'description',''),(14212,485,'rich_editing','true'),(14213,485,'syntax_highlighting','true'),(14214,485,'comment_shortcuts','false'),(14215,485,'admin_color','fresh'),(14216,485,'use_ssl','0'),(14217,485,'show_admin_bar_front','true'),(14218,485,'locale',''),(14219,485,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14220,485,'wp_user_level','0'),(14221,485,'_yoast_wpseo_profile_updated','1568407328'),(14222,485,'dismissed_wp_pointers',''),(14223,485,'synced_gravatar_hashed_id','df13972ed612f6a96e66dc6fb16070b0'),(14224,485,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568389318\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"carson82h459\";s:10:\"first_name\";s:6:\"Carson\";s:9:\"last_name\";s:5:\"Allie\";s:10:\"user_email\";s:22:\"Carson.Allie@gmail.com\";}'),(14225,485,'form_id','17'),(14226,485,'timestamp','1568389318'),(14227,485,'request',''),(14228,485,'_wpnonce','1433f9be7d'),(14229,485,'_wp_http_referer','/register/'),(14231,485,'um_user_profile_url_slug_user_login','carson82h459'),(14233,485,'full_name','carson allie'),(14234,485,'account_status','approved'),(14235,485,'session_tokens','a:1:{s:64:\"6f78a80d56cf1b47278f0df369d85d358d0fff20ffe91e4a2af0d543f4fc54ae\";a:4:{s:10:\"expiration\";i:1583959328;s:2:\"ip\";s:14:\"193.228.56.108\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568407328;}}'),(14236,485,'_um_last_login','1568389328'),(14237,485,'um_account_secure_fields','a:0:{}'),(14238,486,'nickname','celesteabernathy'),(14239,486,'first_name','Celeste'),(14240,486,'last_name','Abernathy'),(14241,486,'description',''),(14242,486,'rich_editing','true'),(14243,486,'syntax_highlighting','true'),(14244,486,'comment_shortcuts','false'),(14245,486,'admin_color','fresh'),(14246,486,'use_ssl','0'),(14247,486,'show_admin_bar_front','true'),(14248,486,'locale',''),(14249,486,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14250,486,'wp_user_level','0'),(14251,486,'_yoast_wpseo_profile_updated','1568407723'),(14252,486,'dismissed_wp_pointers',''),(14253,486,'synced_gravatar_hashed_id','599671f13ec2e099ed2e6f0ce5fb8490'),(14254,486,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568389686\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"celesteabernathy\";s:10:\"first_name\";s:7:\"Celeste\";s:9:\"last_name\";s:9:\"Abernathy\";s:10:\"user_email\";s:51:\"Celeste.Abernathy@giannitti.modernsailorclothes.com\";}'),(14255,486,'form_id','17'),(14256,486,'timestamp','1568389686'),(14257,486,'request',''),(14258,486,'_wpnonce','1433f9be7d'),(14259,486,'_wp_http_referer','/register/'),(14261,486,'um_user_profile_url_slug_user_login','celesteabernathy'),(14263,486,'full_name','celeste abernathy'),(14264,486,'account_status','approved'),(14265,486,'session_tokens','a:1:{s:64:\"22603da12ad9ba59c548897e5bc16883b4d376d95c7afe9720306324936ee7a8\";a:4:{s:10:\"expiration\";i:1583959723;s:2:\"ip\";s:13:\"196.16.89.185\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568407723;}}'),(14266,486,'_um_last_login','1568389723'),(14267,486,'um_account_secure_fields','a:0:{}'),(14268,487,'nickname','penneygaffney'),(14269,487,'first_name','Penney'),(14270,487,'last_name','Gaffney'),(14271,487,'description',''),(14272,487,'rich_editing','true'),(14273,487,'syntax_highlighting','true'),(14274,487,'comment_shortcuts','false'),(14275,487,'admin_color','fresh'),(14276,487,'use_ssl','0'),(14277,487,'show_admin_bar_front','true'),(14278,487,'locale',''),(14279,487,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14280,487,'wp_user_level','0'),(14281,487,'_yoast_wpseo_profile_updated','1568407753'),(14282,487,'dismissed_wp_pointers',''),(14283,487,'synced_gravatar_hashed_id','1da2cd3b674f94dac2e64a31c07198ef'),(14284,487,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568389746\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"penneygaffney\";s:10:\"first_name\";s:6:\"Penney\";s:9:\"last_name\";s:7:\"Gaffney\";s:10:\"user_email\";s:26:\"Penney_Gaffney58@gmail.com\";}'),(14285,487,'form_id','17'),(14286,487,'timestamp','1568389746'),(14287,487,'request',''),(14288,487,'_wpnonce','1433f9be7d'),(14289,487,'_wp_http_referer','/register/'),(14291,487,'um_user_profile_url_slug_user_login','penneygaffney'),(14293,487,'full_name','penney gaffney'),(14294,487,'account_status','approved'),(14295,487,'session_tokens','a:1:{s:64:\"eaf7ee67de5fdd871095b612c38cc7845712da85f1d8db87788b43d6fd6a822b\";a:4:{s:10:\"expiration\";i:1583959754;s:2:\"ip\";s:14:\"176.61.137.222\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568407754;}}'),(14296,487,'_um_last_login','1568389754'),(14297,487,'um_account_secure_fields','a:0:{}'),(14298,488,'nickname','williemaestillwe'),(14299,488,'first_name','Williemae'),(14300,488,'last_name','Stillwell'),(14301,488,'description',''),(14302,488,'rich_editing','true'),(14303,488,'syntax_highlighting','true'),(14304,488,'comment_shortcuts','false'),(14305,488,'admin_color','fresh'),(14306,488,'use_ssl','0'),(14307,488,'show_admin_bar_front','true'),(14308,488,'locale',''),(14309,488,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14310,488,'wp_user_level','0'),(14311,488,'_yoast_wpseo_profile_updated','1568407842'),(14312,488,'dismissed_wp_pointers',''),(14313,488,'synced_gravatar_hashed_id','21fe8d906dfb3f6bff4e9a41ce4e1f68'),(14314,488,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568389832\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"williemaestillwe\";s:10:\"first_name\";s:9:\"Williemae\";s:9:\"last_name\";s:9:\"Stillwell\";s:10:\"user_email\";s:29:\"Williemae_Stillwell@gmail.com\";}'),(14315,488,'form_id','17'),(14316,488,'timestamp','1568389832'),(14317,488,'request',''),(14318,488,'_wpnonce','1433f9be7d'),(14319,488,'_wp_http_referer','/register/'),(14321,488,'um_user_profile_url_slug_user_login','williemaestillwe'),(14323,488,'full_name','williemae stillwell'),(14324,488,'account_status','approved'),(14325,488,'session_tokens','a:1:{s:64:\"269f346473c8ce094321264a92d2ae0f940853f21f01fea8d5728452072a9f3d\";a:4:{s:10:\"expiration\";i:1583959843;s:2:\"ip\";s:15:\"196.245.216.168\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568407843;}}'),(14326,488,'_um_last_login','1568389843'),(14327,488,'um_account_secure_fields','a:0:{}'),(14328,489,'nickname','cristinabottoms'),(14329,489,'first_name','Cristina'),(14330,489,'last_name','Bottoms'),(14331,489,'description',''),(14332,489,'rich_editing','true'),(14333,489,'syntax_highlighting','true'),(14334,489,'comment_shortcuts','false'),(14335,489,'admin_color','fresh'),(14336,489,'use_ssl','0'),(14337,489,'show_admin_bar_front','true'),(14338,489,'locale',''),(14339,489,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14340,489,'wp_user_level','0'),(14341,489,'_yoast_wpseo_profile_updated','1568408096'),(14342,489,'dismissed_wp_pointers',''),(14343,489,'synced_gravatar_hashed_id','3da8653e0c65fb3ae4f3805097553e80'),(14344,489,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568390086\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"cristinabottoms\";s:10:\"first_name\";s:8:\"Cristina\";s:9:\"last_name\";s:7:\"Bottoms\";s:10:\"user_email\";s:28:\"Cristina_Bottoms87@gmail.com\";}'),(14345,489,'form_id','17'),(14346,489,'timestamp','1568390086'),(14347,489,'request',''),(14348,489,'_wpnonce','1433f9be7d'),(14349,489,'_wp_http_referer','/register/'),(14351,489,'um_user_profile_url_slug_user_login','cristinabottoms'),(14353,489,'full_name','cristina bottoms'),(14354,489,'account_status','approved'),(14355,489,'session_tokens','a:1:{s:64:\"2d5727ac59ff1b350d453dc6ec2a7b9c451a3ea5e04958c428f78425bc9c43dc\";a:4:{s:10:\"expiration\";i:1583960096;s:2:\"ip\";s:15:\"151.237.185.210\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568408096;}}'),(14356,489,'_um_last_login','1568390096'),(14357,489,'um_account_secure_fields','a:0:{}'),(14358,490,'nickname','jonahpoidevin97'),(14359,490,'first_name','Jonah'),(14360,490,'last_name','Poidevin'),(14361,490,'description',''),(14362,490,'rich_editing','true'),(14363,490,'syntax_highlighting','true'),(14364,490,'comment_shortcuts','false'),(14365,490,'admin_color','fresh'),(14366,490,'use_ssl','0'),(14367,490,'show_admin_bar_front','true'),(14368,490,'locale',''),(14369,490,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14370,490,'wp_user_level','0'),(14371,490,'_yoast_wpseo_profile_updated','1568408501'),(14372,490,'dismissed_wp_pointers',''),(14373,490,'synced_gravatar_hashed_id','fb02d55b365e258239e0f51bd85ab033'),(14374,490,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568390491\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"jonahpoidevin97\";s:10:\"first_name\";s:5:\"Jonah\";s:9:\"last_name\";s:8:\"Poidevin\";s:10:\"user_email\";s:24:\"Jonah_Poidevin@gmail.com\";}'),(14375,490,'form_id','17'),(14376,490,'timestamp','1568390491'),(14377,490,'request',''),(14378,490,'_wpnonce','1433f9be7d'),(14379,490,'_wp_http_referer','/register/'),(14381,490,'um_user_profile_url_slug_user_login','jonahpoidevin97'),(14383,490,'full_name','jonah poidevin'),(14384,490,'account_status','approved'),(14385,490,'session_tokens','a:1:{s:64:\"89cf5406ea3385051207c9d60206c8091348c10f7ff956b2704da44d35e9695b\";a:4:{s:10:\"expiration\";i:1583960501;s:2:\"ip\";s:15:\"151.237.185.149\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568408501;}}'),(14386,490,'_um_last_login','1568390501'),(14387,490,'um_account_secure_fields','a:0:{}'),(14388,491,'nickname','dorinecis57464'),(14389,491,'first_name','Dorine'),(14390,491,'last_name','Mandalis'),(14391,491,'description',''),(14392,491,'rich_editing','true'),(14393,491,'syntax_highlighting','true'),(14394,491,'comment_shortcuts','false'),(14395,491,'admin_color','fresh'),(14396,491,'use_ssl','0'),(14397,491,'show_admin_bar_front','true'),(14398,491,'locale',''),(14399,491,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14400,491,'wp_user_level','0'),(14401,491,'_yoast_wpseo_profile_updated','1568408697'),(14402,491,'dismissed_wp_pointers',''),(14403,491,'synced_gravatar_hashed_id','b718f802c7e10260b07602df160c39d3'),(14404,491,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568390691\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"dorinecis57464\";s:10:\"first_name\";s:6:\"Dorine\";s:9:\"last_name\";s:8:\"Mandalis\";s:10:\"user_email\";s:27:\"Dorine_Mandalis49@gmail.com\";}'),(14405,491,'form_id','17'),(14406,491,'timestamp','1568390691'),(14407,491,'request',''),(14408,491,'_wpnonce','1433f9be7d'),(14409,491,'_wp_http_referer','/register/'),(14411,491,'um_user_profile_url_slug_user_login','dorinecis57464'),(14413,491,'full_name','dorine mandalis'),(14414,491,'account_status','approved'),(14415,491,'session_tokens','a:1:{s:64:\"aecdd35386b6368f2a502ecc64836c9265eb3456b3cf8e128648f1e017ad6365\";a:4:{s:10:\"expiration\";i:1583960697;s:2:\"ip\";s:14:\"193.228.56.108\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568408697;}}'),(14416,491,'_um_last_login','1568390697'),(14417,491,'um_account_secure_fields','a:0:{}'),(14418,492,'nickname','danimclane640'),(14419,492,'first_name','Dani'),(14420,492,'last_name','McLane'),(14421,492,'description',''),(14422,492,'rich_editing','true'),(14423,492,'syntax_highlighting','true'),(14424,492,'comment_shortcuts','false'),(14425,492,'admin_color','fresh'),(14426,492,'use_ssl','0'),(14427,492,'show_admin_bar_front','true'),(14428,492,'locale',''),(14429,492,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14430,492,'wp_user_level','0'),(14431,492,'_yoast_wpseo_profile_updated','1568410058'),(14432,492,'dismissed_wp_pointers',''),(14433,492,'synced_gravatar_hashed_id','f71414270be036550e40b027287a03b1'),(14434,492,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568392050\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"danimclane640\";s:10:\"first_name\";s:4:\"Dani\";s:9:\"last_name\";s:6:\"McLane\";s:10:\"user_email\";s:21:\"Dani-McLane@gmail.com\";}'),(14435,492,'form_id','17'),(14436,492,'timestamp','1568392050'),(14437,492,'request',''),(14438,492,'_wpnonce','1433f9be7d'),(14439,492,'_wp_http_referer','/register/'),(14441,492,'um_user_profile_url_slug_user_login','danimclane640'),(14443,492,'full_name','dani mclane'),(14444,492,'account_status','approved'),(14445,492,'session_tokens','a:1:{s:64:\"b72edf0c5fee01f15af3a6a1504988492572d3a48525231f075fb697b0252fae\";a:4:{s:10:\"expiration\";i:1583962058;s:2:\"ip\";s:13:\"185.3.134.127\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568410058;}}'),(14446,492,'_um_last_login','1568392058'),(14447,492,'um_account_secure_fields','a:0:{}'),(14448,493,'nickname','mariannewsom1'),(14449,493,'first_name','Marian'),(14450,493,'last_name','Newsom'),(14451,493,'description',''),(14452,493,'rich_editing','true'),(14453,493,'syntax_highlighting','true'),(14454,493,'comment_shortcuts','false'),(14455,493,'admin_color','fresh'),(14456,493,'use_ssl','0'),(14457,493,'show_admin_bar_front','true'),(14458,493,'locale',''),(14459,493,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14460,493,'wp_user_level','0'),(14461,493,'_yoast_wpseo_profile_updated','1568410151'),(14462,493,'dismissed_wp_pointers',''),(14463,493,'synced_gravatar_hashed_id','05d48870fc97273f3b5e8bfe82c93a4d'),(14464,493,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568392140\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:13:\"mariannewsom1\";s:10:\"first_name\";s:6:\"Marian\";s:9:\"last_name\";s:6:\"Newsom\";s:10:\"user_email\";s:25:\"Marian_Newsom56@gmail.com\";}'),(14465,493,'form_id','17'),(14466,493,'timestamp','1568392140'),(14467,493,'request',''),(14468,493,'redirect_to','https://buzz-caribbean.com/register/'),(14469,493,'_wpnonce','1433f9be7d'),(14470,493,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(14472,493,'um_user_profile_url_slug_user_login','mariannewsom1'),(14474,493,'full_name','marian newsom'),(14475,493,'account_status','approved'),(14476,494,'nickname','chestertabor7'),(14477,494,'first_name','Chester'),(14478,494,'last_name','Tabor'),(14479,494,'description',''),(14480,494,'rich_editing','true'),(14481,494,'syntax_highlighting','true'),(14482,494,'comment_shortcuts','false'),(14483,494,'admin_color','fresh'),(14484,494,'use_ssl','0'),(14485,494,'show_admin_bar_front','true'),(14486,494,'locale',''),(14487,494,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14488,494,'wp_user_level','0'),(14489,494,'_yoast_wpseo_profile_updated','1568411286'),(14490,494,'dismissed_wp_pointers',''),(14491,494,'synced_gravatar_hashed_id','17e9f5936da1c404c0dfbf899e3b7585'),(14492,494,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568393276\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"chestertabor7\";s:10:\"first_name\";s:7:\"Chester\";s:9:\"last_name\";s:5:\"Tabor\";s:10:\"user_email\";s:23:\"Chester.Tabor@gmail.com\";}'),(14493,494,'form_id','17'),(14494,494,'timestamp','1568393276'),(14495,494,'request',''),(14496,494,'_wpnonce','1433f9be7d'),(14497,494,'_wp_http_referer','/register/'),(14499,494,'um_user_profile_url_slug_user_login','chestertabor7'),(14501,494,'full_name','chester tabor'),(14502,494,'account_status','approved'),(14503,494,'session_tokens','a:1:{s:64:\"32abc90b6776e8060130c76fbbf33f81834d047d265b0f6973b3b7c509b40071\";a:4:{s:10:\"expiration\";i:1583963287;s:2:\"ip\";s:15:\"151.237.185.149\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568411287;}}'),(14504,494,'_um_last_login','1568393287'),(14505,494,'um_account_secure_fields','a:0:{}'),(14506,495,'nickname','charistorres'),(14507,495,'first_name','Charis'),(14508,495,'last_name','Torres'),(14509,495,'description',''),(14510,495,'rich_editing','true'),(14511,495,'syntax_highlighting','true'),(14512,495,'comment_shortcuts','false'),(14513,495,'admin_color','fresh'),(14514,495,'use_ssl','0'),(14515,495,'show_admin_bar_front','true'),(14516,495,'locale',''),(14517,495,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14518,495,'wp_user_level','0'),(14519,495,'_yoast_wpseo_profile_updated','1568411871'),(14520,495,'dismissed_wp_pointers',''),(14521,495,'synced_gravatar_hashed_id','2130e0226653f62f86706008001ded9f'),(14522,495,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568393864\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"charistorres\";s:10:\"first_name\";s:6:\"Charis\";s:9:\"last_name\";s:6:\"Torres\";s:10:\"user_email\";s:23:\"Charis-Torres@gmail.com\";}'),(14523,495,'form_id','17'),(14524,495,'timestamp','1568393864'),(14525,495,'request',''),(14526,495,'_wpnonce','1433f9be7d'),(14527,495,'_wp_http_referer','/register/'),(14529,495,'um_user_profile_url_slug_user_login','charistorres'),(14531,495,'full_name','charis torres'),(14532,495,'account_status','approved'),(14533,495,'session_tokens','a:1:{s:64:\"1dde7e263b0f51867b225f3426d44ade25e95653c7691aad52fcb1e81c4c6111\";a:4:{s:10:\"expiration\";i:1583963872;s:2:\"ip\";s:15:\"104.227.254.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568411872;}}'),(14534,495,'_um_last_login','1568393872'),(14535,495,'um_account_secure_fields','a:0:{}'),(14536,496,'nickname','aprilkrajewski1'),(14537,496,'first_name','April'),(14538,496,'last_name','Krajewski'),(14539,496,'description',''),(14540,496,'rich_editing','true'),(14541,496,'syntax_highlighting','true'),(14542,496,'comment_shortcuts','false'),(14543,496,'admin_color','fresh'),(14544,496,'use_ssl','0'),(14545,496,'show_admin_bar_front','true'),(14546,496,'locale',''),(14547,496,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14548,496,'wp_user_level','0'),(14549,496,'_yoast_wpseo_profile_updated','1568412588'),(14550,496,'dismissed_wp_pointers',''),(14551,496,'synced_gravatar_hashed_id','d6cedd3cf690c87d51fa6c204a079c53'),(14552,496,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568394581\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"aprilkrajewski1\";s:10:\"first_name\";s:5:\"April\";s:9:\"last_name\";s:9:\"Krajewski\";s:10:\"user_email\";s:25:\"April_Krajewski@gmail.com\";}'),(14553,496,'form_id','17'),(14554,496,'timestamp','1568394581'),(14555,496,'request',''),(14556,496,'_wpnonce','1433f9be7d'),(14557,496,'_wp_http_referer','/register/'),(14559,496,'um_user_profile_url_slug_user_login','aprilkrajewski1'),(14561,496,'full_name','april krajewski'),(14562,496,'account_status','approved'),(14563,496,'session_tokens','a:1:{s:64:\"c9825f57c60761f881fda4d760eaa483789f3348ef687101cba5de55ef869522\";a:4:{s:10:\"expiration\";i:1583964588;s:2:\"ip\";s:15:\"196.245.216.107\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568412588;}}'),(14564,496,'_um_last_login','1568394588'),(14565,496,'um_account_secure_fields','a:0:{}'),(14566,497,'nickname','bobbyy9901733'),(14567,497,'first_name','Bobby'),(14568,497,'last_name','Blank'),(14569,497,'description',''),(14570,497,'rich_editing','true'),(14571,497,'syntax_highlighting','true'),(14572,497,'comment_shortcuts','false'),(14573,497,'admin_color','fresh'),(14574,497,'use_ssl','0'),(14575,497,'show_admin_bar_front','true'),(14576,497,'locale',''),(14577,497,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14578,497,'wp_user_level','0'),(14579,497,'_yoast_wpseo_profile_updated','1568412911'),(14580,497,'dismissed_wp_pointers',''),(14581,497,'synced_gravatar_hashed_id','63fc5cc2659bd2295592b7a9981a4c20'),(14582,497,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568394900\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"bobbyy9901733\";s:10:\"first_name\";s:5:\"Bobby\";s:9:\"last_name\";s:5:\"Blank\";s:10:\"user_email\";s:23:\"Bobby.Blank64@gmail.com\";}'),(14583,497,'form_id','17'),(14584,497,'timestamp','1568394900'),(14585,497,'request',''),(14586,497,'_wpnonce','1433f9be7d'),(14587,497,'_wp_http_referer','/register/'),(14589,497,'um_user_profile_url_slug_user_login','bobbyy9901733'),(14591,497,'full_name','bobby blank'),(14592,497,'account_status','approved'),(14593,497,'session_tokens','a:1:{s:64:\"7086c55c76fe15e3f6cc835948c4bd6230e39b8883787cfc0ef124770080af92\";a:4:{s:10:\"expiration\";i:1583964912;s:2:\"ip\";s:15:\"165.231.130.186\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568412912;}}'),(14594,497,'_um_last_login','1568394912'),(14595,497,'um_account_secure_fields','a:0:{}'),(14596,498,'nickname','sadyefinnis'),(14597,498,'first_name','Sadye'),(14598,498,'last_name','Finnis'),(14599,498,'description',''),(14600,498,'rich_editing','true'),(14601,498,'syntax_highlighting','true'),(14602,498,'comment_shortcuts','false'),(14603,498,'admin_color','fresh'),(14604,498,'use_ssl','0'),(14605,498,'show_admin_bar_front','true'),(14606,498,'locale',''),(14607,498,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14608,498,'wp_user_level','0'),(14609,498,'_yoast_wpseo_profile_updated','1568413694'),(14610,498,'dismissed_wp_pointers',''),(14611,498,'synced_gravatar_hashed_id','88b5dc9192d8964c1dc620b0f196aafb'),(14612,498,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568395688\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"sadyefinnis\";s:10:\"first_name\";s:5:\"Sadye\";s:9:\"last_name\";s:6:\"Finnis\";s:10:\"user_email\";s:24:\"Sadye_Finnis46@gmail.com\";}'),(14613,498,'form_id','17'),(14614,498,'timestamp','1568395688'),(14615,498,'request',''),(14616,498,'_wpnonce','1433f9be7d'),(14617,498,'_wp_http_referer','/register/'),(14619,498,'um_user_profile_url_slug_user_login','sadyefinnis'),(14621,498,'full_name','sadye finnis'),(14622,498,'account_status','approved'),(14623,498,'session_tokens','a:1:{s:64:\"a8bbd06900dfd42a34d23a1f3fb25fd91628a93020922a5df21764b06b4a803e\";a:4:{s:10:\"expiration\";i:1583965695;s:2:\"ip\";s:15:\"144.168.201.187\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568413695;}}'),(14624,498,'_um_last_login','1568395695'),(14625,498,'um_account_secure_fields','a:0:{}'),(14626,499,'nickname','lizalemieux0022'),(14627,499,'first_name','Liza'),(14628,499,'last_name','Lemieux'),(14629,499,'description',''),(14630,499,'rich_editing','true'),(14631,499,'syntax_highlighting','true'),(14632,499,'comment_shortcuts','false'),(14633,499,'admin_color','fresh'),(14634,499,'use_ssl','0'),(14635,499,'show_admin_bar_front','true'),(14636,499,'locale',''),(14637,499,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14638,499,'wp_user_level','0'),(14639,499,'_yoast_wpseo_profile_updated','1568415453'),(14640,499,'dismissed_wp_pointers',''),(14641,499,'synced_gravatar_hashed_id','9e32f3a6cf394cb543db29c42a2ee4d8'),(14642,499,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568397442\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"lizalemieux0022\";s:10:\"first_name\";s:4:\"Liza\";s:9:\"last_name\";s:7:\"Lemieux\";s:10:\"user_email\";s:24:\"Liza-Lemieux11@gmail.com\";}'),(14643,499,'form_id','17'),(14644,499,'timestamp','1568397442'),(14645,499,'request',''),(14646,499,'_wpnonce','1433f9be7d'),(14647,499,'_wp_http_referer','/register/'),(14649,499,'um_user_profile_url_slug_user_login','lizalemieux0022'),(14651,499,'full_name','liza lemieux'),(14652,499,'account_status','approved'),(14653,499,'session_tokens','a:1:{s:64:\"7e19d9042f2cf262851bc89535586e87a5c888e78194bf7627e6966243066d83\";a:4:{s:10:\"expiration\";i:1583967453;s:2:\"ip\";s:15:\"165.231.130.129\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568415453;}}'),(14654,499,'_um_last_login','1568397453'),(14655,499,'um_account_secure_fields','a:0:{}'),(14656,500,'nickname','nashus'),(14657,500,'first_name','Nashane'),(14658,500,'last_name','Hamilton'),(14659,500,'description',''),(14660,500,'rich_editing','true'),(14661,500,'syntax_highlighting','true'),(14662,500,'comment_shortcuts','false'),(14663,500,'admin_color','fresh'),(14664,500,'use_ssl','0'),(14665,500,'show_admin_bar_front','true'),(14666,500,'locale',''),(14667,500,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14668,500,'wp_user_level','0'),(14669,500,'_yoast_wpseo_profile_updated','1568415524'),(14670,500,'dismissed_wp_pointers',''),(14671,500,'synced_gravatar_hashed_id','0eb8004e88a2fa641b96dde071dddb23'),(14672,500,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568397488\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:6:\"Nashus\";s:10:\"first_name\";s:7:\"Nashane\";s:9:\"last_name\";s:8:\"Hamilton\";s:10:\"user_email\";s:23:\"Nashanehamilton@yah.com\";}'),(14673,500,'form_id','17'),(14674,500,'timestamp','1568397488'),(14675,500,'request',''),(14676,500,'_wpnonce','1433f9be7d'),(14677,500,'_wp_http_referer','/register/'),(14679,500,'um_user_profile_url_slug_user_login','nashus'),(14681,500,'full_name','nashane hamilton'),(14682,500,'account_status','approved'),(14683,500,'session_tokens','a:1:{s:64:\"bf4e9c1a8e13aeee33fb55dc445a490225374c2006b6fe70e46d3be2f2631851\";a:4:{s:10:\"expiration\";i:1583967524;s:2:\"ip\";s:12:\"65.183.4.126\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Linux; Android 4.4.4; SM-J100H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36\";s:5:\"login\";i:1568415524;}}'),(14684,500,'_um_last_login','1568397524'),(14685,500,'um_account_secure_fields','a:0:{}'),(14686,501,'nickname','aleidastory24'),(14687,501,'first_name','Aleida'),(14688,501,'last_name','Story'),(14689,501,'description',''),(14690,501,'rich_editing','true'),(14691,501,'syntax_highlighting','true'),(14692,501,'comment_shortcuts','false'),(14693,501,'admin_color','fresh'),(14694,501,'use_ssl','0'),(14695,501,'show_admin_bar_front','true'),(14696,501,'locale',''),(14697,501,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14698,501,'wp_user_level','0'),(14699,501,'_yoast_wpseo_profile_updated','1568415801'),(14700,501,'dismissed_wp_pointers',''),(14701,501,'synced_gravatar_hashed_id','d832526372c5d0e8a2ae755cf454fa05'),(14702,501,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568397793\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"aleidastory24\";s:10:\"first_name\";s:6:\"Aleida\";s:9:\"last_name\";s:5:\"Story\";s:10:\"user_email\";s:22:\"Aleida.Story@gmail.com\";}'),(14703,501,'form_id','17'),(14704,501,'timestamp','1568397793'),(14705,501,'request',''),(14706,501,'_wpnonce','1433f9be7d'),(14707,501,'_wp_http_referer','/register/'),(14709,501,'um_user_profile_url_slug_user_login','aleidastory24'),(14711,501,'full_name','aleida story'),(14712,501,'account_status','approved'),(14713,501,'session_tokens','a:1:{s:64:\"7573d5100bf33eb9c604164a762ac7000c9746a4e196b15c0052a6c8e6c6066c\";a:4:{s:10:\"expiration\";i:1583967801;s:2:\"ip\";s:14:\"91.108.176.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568415801;}}'),(14714,501,'_um_last_login','1568397801'),(14715,501,'um_account_secure_fields','a:0:{}'),(14716,502,'nickname','adriannabayldon'),(14717,502,'first_name','Adrianna'),(14718,502,'last_name','Bayldon'),(14719,502,'description',''),(14720,502,'rich_editing','true'),(14721,502,'syntax_highlighting','true'),(14722,502,'comment_shortcuts','false'),(14723,502,'admin_color','fresh'),(14724,502,'use_ssl','0'),(14725,502,'show_admin_bar_front','true'),(14726,502,'locale',''),(14727,502,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14728,502,'wp_user_level','0'),(14729,502,'_yoast_wpseo_profile_updated','1568417295'),(14730,502,'dismissed_wp_pointers',''),(14731,502,'synced_gravatar_hashed_id','e5007b592c452cae9b8d3622d5579072'),(14732,502,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568399289\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"adriannabayldon\";s:10:\"first_name\";s:8:\"Adrianna\";s:9:\"last_name\";s:7:\"Bayldon\";s:10:\"user_email\";s:28:\"Adrianna.Bayldon87@gmail.com\";}'),(14733,502,'form_id','17'),(14734,502,'timestamp','1568399289'),(14735,502,'request',''),(14736,502,'_wpnonce','1433f9be7d'),(14737,502,'_wp_http_referer','/register/'),(14739,502,'um_user_profile_url_slug_user_login','adriannabayldon'),(14741,502,'full_name','adrianna bayldon'),(14742,502,'account_status','approved'),(14743,502,'session_tokens','a:1:{s:64:\"7c21e02eb8fe963294533d640616c9059bba9adff80ba24001bca225d7454ebe\";a:4:{s:10:\"expiration\";i:1583969296;s:2:\"ip\";s:15:\"107.158.221.106\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568417296;}}'),(14744,502,'_um_last_login','1568399296'),(14745,502,'um_account_secure_fields','a:0:{}'),(14746,503,'nickname','richardthiel4'),(14747,503,'first_name','Richard'),(14748,503,'last_name','Thiel'),(14749,503,'description',''),(14750,503,'rich_editing','true'),(14751,503,'syntax_highlighting','true'),(14752,503,'comment_shortcuts','false'),(14753,503,'admin_color','fresh'),(14754,503,'use_ssl','0'),(14755,503,'show_admin_bar_front','true'),(14756,503,'locale',''),(14757,503,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14758,503,'wp_user_level','0'),(14759,503,'_yoast_wpseo_profile_updated','1568417941'),(14760,503,'dismissed_wp_pointers',''),(14761,503,'synced_gravatar_hashed_id','0de0bc59eed47284661dae2e9271574c'),(14762,503,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568399930\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"richardthiel4\";s:10:\"first_name\";s:7:\"Richard\";s:9:\"last_name\";s:5:\"Thiel\";s:10:\"user_email\";s:25:\"Richard.Thiel18@gmail.com\";}'),(14763,503,'form_id','17'),(14764,503,'timestamp','1568399930'),(14765,503,'request',''),(14766,503,'_wpnonce','1433f9be7d'),(14767,503,'_wp_http_referer','/register/'),(14769,503,'um_user_profile_url_slug_user_login','richardthiel4'),(14771,503,'full_name','richard thiel'),(14772,503,'account_status','approved'),(14773,503,'session_tokens','a:1:{s:64:\"db04d3b6fb67eef8dbc25efacb4a3514797efc679b589c1d631c6c75fba16625\";a:4:{s:10:\"expiration\";i:1583969941;s:2:\"ip\";s:12:\"185.3.134.20\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568417941;}}'),(14774,503,'_um_last_login','1568399941'),(14775,503,'um_account_secure_fields','a:0:{}'),(14776,504,'nickname','karrikaylock'),(14777,504,'first_name','Karri'),(14778,504,'last_name','Kaylock'),(14779,504,'description',''),(14780,504,'rich_editing','true'),(14781,504,'syntax_highlighting','true'),(14782,504,'comment_shortcuts','false'),(14783,504,'admin_color','fresh'),(14784,504,'use_ssl','0'),(14785,504,'show_admin_bar_front','true'),(14786,504,'locale',''),(14787,504,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14788,504,'wp_user_level','0'),(14789,504,'_yoast_wpseo_profile_updated','1568418168'),(14790,504,'dismissed_wp_pointers',''),(14791,504,'synced_gravatar_hashed_id','092cfa1ff6507161a6a5acf67627eaa8'),(14792,504,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568400162\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"karrikaylock\";s:10:\"first_name\";s:5:\"Karri\";s:9:\"last_name\";s:7:\"Kaylock\";s:10:\"user_email\";s:23:\"Karri.Kaylock@gmail.com\";}'),(14793,504,'form_id','17'),(14794,504,'timestamp','1568400162'),(14795,504,'request',''),(14796,504,'_wpnonce','1433f9be7d'),(14797,504,'_wp_http_referer','/register/'),(14799,504,'um_user_profile_url_slug_user_login','karrikaylock'),(14801,504,'full_name','karri kaylock'),(14802,504,'account_status','approved'),(14803,504,'session_tokens','a:1:{s:64:\"e5be4be8b759fe049d67661a411fae802ba1e333797bf5f52e2ea2af7e69c41d\";a:4:{s:10:\"expiration\";i:1583970169;s:2:\"ip\";s:15:\"151.237.185.210\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568418169;}}'),(14804,504,'_um_last_login','1568400169'),(14805,504,'um_account_secure_fields','a:0:{}'),(14806,505,'nickname','eddybeckman'),(14807,505,'first_name','Eddy'),(14808,505,'last_name','Beckman'),(14809,505,'description',''),(14810,505,'rich_editing','true'),(14811,505,'syntax_highlighting','true'),(14812,505,'comment_shortcuts','false'),(14813,505,'admin_color','fresh'),(14814,505,'use_ssl','0'),(14815,505,'show_admin_bar_front','true'),(14816,505,'locale',''),(14817,505,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14818,505,'wp_user_level','0'),(14819,505,'_yoast_wpseo_profile_updated','1568418832'),(14820,505,'dismissed_wp_pointers',''),(14821,505,'synced_gravatar_hashed_id','38320b80da18f35ef26783fbb8dc452e'),(14822,505,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568400824\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"1433f9be7d\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"eddybeckman\";s:10:\"first_name\";s:4:\"Eddy\";s:9:\"last_name\";s:7:\"Beckman\";s:10:\"user_email\";s:22:\"Eddy_Beckman@gmail.com\";}'),(14823,505,'form_id','17'),(14824,505,'timestamp','1568400824'),(14825,505,'request',''),(14826,505,'_wpnonce','1433f9be7d'),(14827,505,'_wp_http_referer','/register/'),(14829,505,'um_user_profile_url_slug_user_login','eddybeckman'),(14831,505,'full_name','eddy beckman'),(14832,505,'account_status','approved'),(14833,505,'session_tokens','a:1:{s:64:\"00cd86b94f26ebe32d0e4d7869c12d952da56d26d4474918136ab25248539507\";a:4:{s:10:\"expiration\";i:1583970833;s:2:\"ip\";s:14:\"165.231.130.31\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568418833;}}'),(14834,505,'_um_last_login','1568400833'),(14835,505,'um_account_secure_fields','a:0:{}'),(14836,506,'nickname','shanikraker8'),(14837,506,'first_name','Shani'),(14838,506,'last_name','Kraker'),(14839,506,'description',''),(14840,506,'rich_editing','true'),(14841,506,'syntax_highlighting','true'),(14842,506,'comment_shortcuts','false'),(14843,506,'admin_color','fresh'),(14844,506,'use_ssl','0'),(14845,506,'show_admin_bar_front','true'),(14846,506,'locale',''),(14847,506,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14848,506,'wp_user_level','0'),(14849,506,'_yoast_wpseo_profile_updated','1568419225'),(14850,506,'dismissed_wp_pointers',''),(14851,506,'synced_gravatar_hashed_id','dc1a98262be26dc06efd8deb49ade75a'),(14852,506,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568401217\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"shanikraker8\";s:10:\"first_name\";s:5:\"Shani\";s:9:\"last_name\";s:6:\"Kraker\";s:10:\"user_email\";s:22:\"Shani.Kraker@gmail.com\";}'),(14853,506,'form_id','17'),(14854,506,'timestamp','1568401217'),(14855,506,'request',''),(14856,506,'_wpnonce','3fd1e69d2e'),(14857,506,'_wp_http_referer','/register/'),(14859,506,'um_user_profile_url_slug_user_login','shanikraker8'),(14861,506,'full_name','shani kraker'),(14862,506,'account_status','approved'),(14863,506,'session_tokens','a:1:{s:64:\"6df6a3ba79e085d07b578408194d4e3c7900221df8398b6596bf87ca140949b9\";a:4:{s:10:\"expiration\";i:1583971225;s:2:\"ip\";s:15:\"107.158.221.106\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568419225;}}'),(14864,506,'_um_last_login','1568401225'),(14865,506,'um_account_secure_fields','a:0:{}'),(14866,507,'nickname','kris9409538333'),(14867,507,'first_name','Kris'),(14868,507,'last_name','Burd'),(14869,507,'description',''),(14870,507,'rich_editing','true'),(14871,507,'syntax_highlighting','true'),(14872,507,'comment_shortcuts','false'),(14873,507,'admin_color','fresh'),(14874,507,'use_ssl','0'),(14875,507,'show_admin_bar_front','true'),(14876,507,'locale',''),(14877,507,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14878,507,'wp_user_level','0'),(14879,507,'_yoast_wpseo_profile_updated','1568419845'),(14880,507,'dismissed_wp_pointers',''),(14881,507,'synced_gravatar_hashed_id','93a7edfef1c09e16692d7345f42e5286'),(14882,507,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568401834\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"kris9409538333\";s:10:\"first_name\";s:4:\"Kris\";s:9:\"last_name\";s:4:\"Burd\";s:10:\"user_email\";s:19:\"Kris.Burd@gmail.com\";}'),(14883,507,'form_id','17'),(14884,507,'timestamp','1568401834'),(14885,507,'request',''),(14886,507,'_wpnonce','3fd1e69d2e'),(14887,507,'_wp_http_referer','/register/'),(14889,507,'um_user_profile_url_slug_user_login','kris9409538333'),(14891,507,'full_name','kris burd'),(14892,507,'account_status','approved'),(14893,507,'session_tokens','a:1:{s:64:\"7574049b45085e781d29bb94f39177cd9bcdf0c192c992f4d99e62da189dbf7e\";a:4:{s:10:\"expiration\";i:1583971846;s:2:\"ip\";s:15:\"107.158.221.106\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568419846;}}'),(14894,507,'_um_last_login','1568401846'),(14895,507,'um_account_secure_fields','a:0:{}'),(14896,508,'nickname','lesleearmer90'),(14897,508,'first_name','Leslee'),(14898,508,'last_name','Armer'),(14899,508,'description',''),(14900,508,'rich_editing','true'),(14901,508,'syntax_highlighting','true'),(14902,508,'comment_shortcuts','false'),(14903,508,'admin_color','fresh'),(14904,508,'use_ssl','0'),(14905,508,'show_admin_bar_front','true'),(14906,508,'locale',''),(14907,508,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14908,508,'wp_user_level','0'),(14909,508,'_yoast_wpseo_profile_updated','1568420136'),(14910,508,'dismissed_wp_pointers',''),(14911,508,'synced_gravatar_hashed_id','623aa9ec741dc3f4bb6c90ed43d12d39'),(14912,508,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568402127\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"lesleearmer90\";s:10:\"first_name\";s:6:\"Leslee\";s:9:\"last_name\";s:5:\"Armer\";s:10:\"user_email\";s:22:\"Leslee_Armer@gmail.com\";}'),(14913,508,'form_id','17'),(14914,508,'timestamp','1568402127'),(14915,508,'request',''),(14916,508,'_wpnonce','3fd1e69d2e'),(14917,508,'_wp_http_referer','/register/'),(14919,508,'um_user_profile_url_slug_user_login','lesleearmer90'),(14921,508,'full_name','leslee armer'),(14922,508,'account_status','approved'),(14923,508,'session_tokens','a:1:{s:64:\"fe4aef35c871cca09a1baa0c291f1bfabc76e0f520581ab2aecdd2c2754fe165\";a:4:{s:10:\"expiration\";i:1583972136;s:2:\"ip\";s:15:\"107.158.221.122\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568420136;}}'),(14924,508,'_um_last_login','1568402136'),(14925,508,'um_account_secure_fields','a:0:{}'),(14926,509,'nickname','kirbybrassell49'),(14927,509,'first_name','Kirby'),(14928,509,'last_name','Brassell'),(14929,509,'description',''),(14930,509,'rich_editing','true'),(14931,509,'syntax_highlighting','true'),(14932,509,'comment_shortcuts','false'),(14933,509,'admin_color','fresh'),(14934,509,'use_ssl','0'),(14935,509,'show_admin_bar_front','true'),(14936,509,'locale',''),(14937,509,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14938,509,'wp_user_level','0'),(14939,509,'_yoast_wpseo_profile_updated','1568420505'),(14940,509,'dismissed_wp_pointers',''),(14941,509,'synced_gravatar_hashed_id','3abff67dbb3a2b3937d1f84acec2a142'),(14942,509,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568402494\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"kirbybrassell49\";s:10:\"first_name\";s:5:\"Kirby\";s:9:\"last_name\";s:8:\"Brassell\";s:10:\"user_email\";s:26:\"Kirby_Brassell81@gmail.com\";}'),(14943,509,'form_id','17'),(14944,509,'timestamp','1568402494'),(14945,509,'request',''),(14946,509,'_wpnonce','3fd1e69d2e'),(14947,509,'_wp_http_referer','/register/'),(14949,509,'um_user_profile_url_slug_user_login','kirbybrassell49'),(14951,509,'full_name','kirby brassell'),(14952,509,'account_status','approved'),(14953,509,'session_tokens','a:1:{s:64:\"9ba0755ffc8ff322767edf2828f55619348fba9d64336ff49a08c853f97a0786\";a:4:{s:10:\"expiration\";i:1583972505;s:2:\"ip\";s:13:\"185.3.134.143\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568420505;}}'),(14954,509,'_um_last_login','1568402505'),(14955,509,'um_account_secure_fields','a:0:{}'),(14956,510,'nickname','dicklow533738'),(14957,510,'first_name','Dick'),(14958,510,'last_name','Low'),(14959,510,'description',''),(14960,510,'rich_editing','true'),(14961,510,'syntax_highlighting','true'),(14962,510,'comment_shortcuts','false'),(14963,510,'admin_color','fresh'),(14964,510,'use_ssl','0'),(14965,510,'show_admin_bar_front','true'),(14966,510,'locale',''),(14967,510,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14968,510,'wp_user_level','0'),(14969,510,'_yoast_wpseo_profile_updated','1568420680'),(14970,510,'dismissed_wp_pointers',''),(14971,510,'synced_gravatar_hashed_id','31e9d7c7f1defd6d7b4232b02496b9b6'),(14972,510,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568402674\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"dicklow533738\";s:10:\"first_name\";s:4:\"Dick\";s:9:\"last_name\";s:3:\"Low\";s:10:\"user_email\";s:18:\"Dick-Low@gmail.com\";}'),(14973,510,'form_id','17'),(14974,510,'timestamp','1568402674'),(14975,510,'request',''),(14976,510,'_wpnonce','3fd1e69d2e'),(14977,510,'_wp_http_referer','/register/'),(14979,510,'um_user_profile_url_slug_user_login','dicklow533738'),(14981,510,'full_name','dick low'),(14982,510,'account_status','approved'),(14983,510,'session_tokens','a:1:{s:64:\"e09b9657e297ff535a4a0c79041504dbb0ab675373cc56384910949db849ff9a\";a:4:{s:10:\"expiration\";i:1583972681;s:2:\"ip\";s:15:\"107.158.221.106\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568420681;}}'),(14984,510,'_um_last_login','1568402681'),(14985,510,'um_account_secure_fields','a:0:{}'),(14986,511,'nickname','maggiewithers3'),(14987,511,'first_name','Maggie'),(14988,511,'last_name','Withers'),(14989,511,'description',''),(14990,511,'rich_editing','true'),(14991,511,'syntax_highlighting','true'),(14992,511,'comment_shortcuts','false'),(14993,511,'admin_color','fresh'),(14994,511,'use_ssl','0'),(14995,511,'show_admin_bar_front','true'),(14996,511,'locale',''),(14997,511,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14998,511,'wp_user_level','0'),(14999,511,'_yoast_wpseo_profile_updated','1568420890'),(15000,511,'dismissed_wp_pointers',''),(15001,511,'synced_gravatar_hashed_id','25bcc12a79360711304d09be4bf82c6e'),(15002,511,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568402877\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"maggiewithers3\";s:10:\"first_name\";s:6:\"Maggie\";s:9:\"last_name\";s:7:\"Withers\";s:10:\"user_email\";s:26:\"Maggie.Withers36@gmail.com\";}'),(15003,511,'form_id','17'),(15004,511,'timestamp','1568402877'),(15005,511,'request',''),(15006,511,'_wpnonce','3fd1e69d2e'),(15007,511,'_wp_http_referer','/register/'),(15009,511,'um_user_profile_url_slug_user_login','maggiewithers3'),(15011,511,'full_name','maggie withers'),(15012,511,'account_status','approved'),(15013,511,'session_tokens','a:1:{s:64:\"2d8765fb891fdb3d40381c10c7cd88e1942cfa06879b9274015231b91b144e8f\";a:4:{s:10:\"expiration\";i:1583972890;s:2:\"ip\";s:13:\"185.3.134.127\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568420890;}}'),(15014,511,'_um_last_login','1568402890'),(15015,511,'um_account_secure_fields','a:0:{}'),(15016,512,'nickname','brucerous930'),(15017,512,'first_name','Bruce'),(15018,512,'last_name','Rous'),(15019,512,'description',''),(15020,512,'rich_editing','true'),(15021,512,'syntax_highlighting','true'),(15022,512,'comment_shortcuts','false'),(15023,512,'admin_color','fresh'),(15024,512,'use_ssl','0'),(15025,512,'show_admin_bar_front','true'),(15026,512,'locale',''),(15027,512,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15028,512,'wp_user_level','0'),(15029,512,'_yoast_wpseo_profile_updated','1568420984'),(15030,512,'dismissed_wp_pointers',''),(15031,512,'synced_gravatar_hashed_id','23ac89511c5605b9ec008998b807a857'),(15032,512,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568402975\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"brucerous930\";s:10:\"first_name\";s:5:\"Bruce\";s:9:\"last_name\";s:4:\"Rous\";s:10:\"user_email\";s:22:\"Bruce.Rous98@gmail.com\";}'),(15033,512,'form_id','17'),(15034,512,'timestamp','1568402975'),(15035,512,'request',''),(15036,512,'_wpnonce','3fd1e69d2e'),(15037,512,'_wp_http_referer','/register/'),(15039,512,'um_user_profile_url_slug_user_login','brucerous930'),(15041,512,'full_name','bruce rous'),(15042,512,'account_status','approved'),(15043,512,'session_tokens','a:1:{s:64:\"ca4e5812c1dc0e90a02d3eb4f53f211c46b0a85f46e11b35dc8dfadb555881a3\";a:4:{s:10:\"expiration\";i:1583972985;s:2:\"ip\";s:15:\"144.168.201.187\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568420985;}}'),(15044,512,'_um_last_login','1568402985'),(15045,512,'um_account_secure_fields','a:0:{}'),(15046,513,'nickname','waldosalinas063'),(15047,513,'first_name','Waldo'),(15048,513,'last_name','Salinas'),(15049,513,'description',''),(15050,513,'rich_editing','true'),(15051,513,'syntax_highlighting','true'),(15052,513,'comment_shortcuts','false'),(15053,513,'admin_color','fresh'),(15054,513,'use_ssl','0'),(15055,513,'show_admin_bar_front','true'),(15056,513,'locale',''),(15057,513,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15058,513,'wp_user_level','0'),(15059,513,'_yoast_wpseo_profile_updated','1568421220'),(15060,513,'dismissed_wp_pointers',''),(15061,513,'synced_gravatar_hashed_id','f9c9b60428535e5f354b88360b413988'),(15062,513,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568403213\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"waldosalinas063\";s:10:\"first_name\";s:5:\"Waldo\";s:9:\"last_name\";s:7:\"Salinas\";s:10:\"user_email\";s:25:\"Waldo.Salinas93@gmail.com\";}'),(15063,513,'form_id','17'),(15064,513,'timestamp','1568403213'),(15065,513,'request',''),(15066,513,'_wpnonce','3fd1e69d2e'),(15067,513,'_wp_http_referer','/register/'),(15069,513,'um_user_profile_url_slug_user_login','waldosalinas063'),(15071,513,'full_name','waldo salinas'),(15072,513,'account_status','approved'),(15073,513,'session_tokens','a:1:{s:64:\"412ab5dc7064ee18891055457d18df6f923cf62aca4cdf9cd88b426f6dfa5124\";a:4:{s:10:\"expiration\";i:1583973221;s:2:\"ip\";s:15:\"107.158.221.106\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568421221;}}'),(15074,513,'_um_last_login','1568403221'),(15075,513,'um_account_secure_fields','a:0:{}'),(15076,514,'nickname','marcella9183'),(15077,514,'first_name','Marcella'),(15078,514,'last_name','Worsham'),(15079,514,'description',''),(15080,514,'rich_editing','true'),(15081,514,'syntax_highlighting','true'),(15082,514,'comment_shortcuts','false'),(15083,514,'admin_color','fresh'),(15084,514,'use_ssl','0'),(15085,514,'show_admin_bar_front','true'),(15086,514,'locale',''),(15087,514,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15088,514,'wp_user_level','0'),(15089,514,'_yoast_wpseo_profile_updated','1568421864'),(15090,514,'dismissed_wp_pointers',''),(15091,514,'synced_gravatar_hashed_id','ed419ff74464487b3b75303caf0343bf'),(15092,514,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568403856\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"marcella9183\";s:10:\"first_name\";s:8:\"Marcella\";s:9:\"last_name\";s:7:\"Worsham\";s:10:\"user_email\";s:26:\"Marcella_Worsham@gmail.com\";}'),(15093,514,'form_id','17'),(15094,514,'timestamp','1568403856'),(15095,514,'request',''),(15096,514,'_wpnonce','3fd1e69d2e'),(15097,514,'_wp_http_referer','/register/'),(15099,514,'um_user_profile_url_slug_user_login','marcella9183'),(15101,514,'full_name','marcella worsham'),(15102,514,'account_status','approved'),(15103,514,'session_tokens','a:1:{s:64:\"68dbfa2e4a33b10dc4e86a606c76d5278d3aab6347b8c7d147e83b6db4f5eba1\";a:4:{s:10:\"expiration\";i:1583973865;s:2:\"ip\";s:13:\"185.3.134.127\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568421865;}}'),(15104,514,'_um_last_login','1568403865'),(15105,514,'um_account_secure_fields','a:0:{}'),(15106,515,'nickname','shelbylinderman'),(15107,515,'first_name','Shelby'),(15108,515,'last_name','Linderman'),(15109,515,'description',''),(15110,515,'rich_editing','true'),(15111,515,'syntax_highlighting','true'),(15112,515,'comment_shortcuts','false'),(15113,515,'admin_color','fresh'),(15114,515,'use_ssl','0'),(15115,515,'show_admin_bar_front','true'),(15116,515,'locale',''),(15117,515,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15118,515,'wp_user_level','0'),(15119,515,'_yoast_wpseo_profile_updated','1568422701'),(15120,515,'dismissed_wp_pointers',''),(15121,515,'synced_gravatar_hashed_id','8dd649f0206733b3af172f9d7526a5e1'),(15122,515,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568404690\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"shelbylinderman\";s:10:\"first_name\";s:6:\"Shelby\";s:9:\"last_name\";s:9:\"Linderman\";s:10:\"user_email\";s:26:\"Shelby.Linderman@gmail.com\";}'),(15123,515,'form_id','17'),(15124,515,'timestamp','1568404690'),(15125,515,'request',''),(15126,515,'_wpnonce','3fd1e69d2e'),(15127,515,'_wp_http_referer','/register/'),(15129,515,'um_user_profile_url_slug_user_login','shelbylinderman'),(15131,515,'full_name','shelby linderman'),(15132,515,'account_status','approved'),(15133,515,'session_tokens','a:1:{s:64:\"7ad04579639f1d14baca04d4b92f0060061163c96a79d23133e26a120102483f\";a:4:{s:10:\"expiration\";i:1583974701;s:2:\"ip\";s:14:\"193.228.56.153\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568422701;}}'),(15134,515,'_um_last_login','1568404701'),(15135,515,'um_account_secure_fields','a:0:{}'),(15136,516,'nickname','shirleym69'),(15137,516,'first_name','Shirley'),(15138,516,'last_name','Patino'),(15139,516,'description',''),(15140,516,'rich_editing','true'),(15141,516,'syntax_highlighting','true'),(15142,516,'comment_shortcuts','false'),(15143,516,'admin_color','fresh'),(15144,516,'use_ssl','0'),(15145,516,'show_admin_bar_front','true'),(15146,516,'locale',''),(15147,516,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15148,516,'wp_user_level','0'),(15149,516,'_yoast_wpseo_profile_updated','1568422965'),(15150,516,'dismissed_wp_pointers',''),(15151,516,'synced_gravatar_hashed_id','93471763759dc0c3e1ef7672f80e88d8'),(15152,516,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568404939\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"shirleym69\";s:10:\"first_name\";s:7:\"Shirley\";s:9:\"last_name\";s:6:\"Patino\";s:10:\"user_email\";s:26:\"Shirley.Patino18@gmail.com\";}'),(15153,516,'form_id','17'),(15154,516,'timestamp','1568404939'),(15155,516,'request',''),(15156,516,'_wpnonce','3fd1e69d2e'),(15157,516,'_wp_http_referer','/register/'),(15159,516,'um_user_profile_url_slug_user_login','shirleym69'),(15161,516,'full_name','shirley patino'),(15162,516,'account_status','approved'),(15163,516,'session_tokens','a:1:{s:64:\"e6c1972c0bc2eaf913980b470c35598ced00dade011395cbabdb848ceab13f71\";a:4:{s:10:\"expiration\";i:1583974965;s:2:\"ip\";s:13:\"185.3.134.200\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568422965;}}'),(15164,516,'_um_last_login','1568404965'),(15165,516,'um_account_secure_fields','a:0:{}'),(15166,517,'nickname','amosmacfarlane'),(15167,517,'first_name','Amos'),(15168,517,'last_name','Macfarlane'),(15169,517,'description',''),(15170,517,'rich_editing','true'),(15171,517,'syntax_highlighting','true'),(15172,517,'comment_shortcuts','false'),(15173,517,'admin_color','fresh'),(15174,517,'use_ssl','0'),(15175,517,'show_admin_bar_front','true'),(15176,517,'locale',''),(15177,517,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15178,517,'wp_user_level','0'),(15179,517,'_yoast_wpseo_profile_updated','1568423335'),(15180,517,'dismissed_wp_pointers',''),(15181,517,'synced_gravatar_hashed_id','a6af6fe6e973b3d64c5b99f4afe2d141'),(15182,517,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568405328\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"amosmacfarlane\";s:10:\"first_name\";s:4:\"Amos\";s:9:\"last_name\";s:10:\"Macfarlane\";s:10:\"user_email\";s:26:\"Amos-Macfarlane5@gmail.com\";}'),(15183,517,'form_id','17'),(15184,517,'timestamp','1568405328'),(15185,517,'request',''),(15186,517,'_wpnonce','3fd1e69d2e'),(15187,517,'_wp_http_referer','/register/'),(15189,517,'um_user_profile_url_slug_user_login','amosmacfarlane'),(15191,517,'full_name','amos macfarlane'),(15192,517,'account_status','approved'),(15193,517,'session_tokens','a:1:{s:64:\"00318d9aad92390080655c72be62b25ff26b39182627cf5795330ae8d4032646\";a:4:{s:10:\"expiration\";i:1583975335;s:2:\"ip\";s:15:\"107.158.221.106\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568423335;}}'),(15194,517,'_um_last_login','1568405335'),(15195,517,'um_account_secure_fields','a:0:{}'),(15196,518,'nickname','dorotheagreenlea'),(15197,518,'first_name','Dorothea'),(15198,518,'last_name','Greenleaf'),(15199,518,'description',''),(15200,518,'rich_editing','true'),(15201,518,'syntax_highlighting','true'),(15202,518,'comment_shortcuts','false'),(15203,518,'admin_color','fresh'),(15204,518,'use_ssl','0'),(15205,518,'show_admin_bar_front','true'),(15206,518,'locale',''),(15207,518,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15208,518,'wp_user_level','0'),(15209,518,'_yoast_wpseo_profile_updated','1568423515'),(15210,518,'dismissed_wp_pointers',''),(15211,518,'synced_gravatar_hashed_id','ebe5fc773efb7961fb382cacf52887cc'),(15212,518,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568405507\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"dorotheagreenlea\";s:10:\"first_name\";s:8:\"Dorothea\";s:9:\"last_name\";s:9:\"Greenleaf\";s:10:\"user_email\";s:30:\"Dorothea_Greenleaf55@gmail.com\";}'),(15213,518,'form_id','17'),(15214,518,'timestamp','1568405507'),(15215,518,'request',''),(15216,518,'_wpnonce','3fd1e69d2e'),(15217,518,'_wp_http_referer','/register/'),(15219,518,'um_user_profile_url_slug_user_login','dorotheagreenlea'),(15221,518,'full_name','dorothea greenleaf'),(15222,518,'account_status','approved'),(15223,518,'session_tokens','a:1:{s:64:\"32e2e7f218c4114170fa91d6867b47e7b56358e4a400bd4cfd766b4d7da982aa\";a:4:{s:10:\"expiration\";i:1583975516;s:2:\"ip\";s:15:\"165.231.130.129\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568423516;}}'),(15224,518,'_um_last_login','1568405516'),(15225,518,'um_account_secure_fields','a:0:{}'),(15226,519,'nickname','nellieblackston'),(15227,519,'first_name','Nellie'),(15228,519,'last_name','Blackston'),(15229,519,'description',''),(15230,519,'rich_editing','true'),(15231,519,'syntax_highlighting','true'),(15232,519,'comment_shortcuts','false'),(15233,519,'admin_color','fresh'),(15234,519,'use_ssl','0'),(15235,519,'show_admin_bar_front','true'),(15236,519,'locale',''),(15237,519,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15238,519,'wp_user_level','0'),(15239,519,'_yoast_wpseo_profile_updated','1568423962'),(15240,519,'dismissed_wp_pointers',''),(15241,519,'synced_gravatar_hashed_id','21b7606c071f4eaa620b247c38a80a0b'),(15242,519,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568405954\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"nellieblackston\";s:10:\"first_name\";s:6:\"Nellie\";s:9:\"last_name\";s:9:\"Blackston\";s:10:\"user_email\";s:26:\"Nellie-Blackston@gmail.com\";}'),(15243,519,'form_id','17'),(15244,519,'timestamp','1568405954'),(15245,519,'request',''),(15246,519,'_wpnonce','3fd1e69d2e'),(15247,519,'_wp_http_referer','/register/'),(15249,519,'um_user_profile_url_slug_user_login','nellieblackston'),(15251,519,'full_name','nellie blackston'),(15252,519,'account_status','approved'),(15253,519,'session_tokens','a:1:{s:64:\"4320cc2a9798507b4ca33fbe8cc380c0758a4ec763dcf0faf49aaad4ad8e3ed6\";a:4:{s:10:\"expiration\";i:1583975962;s:2:\"ip\";s:15:\"107.158.221.149\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568423962;}}'),(15254,519,'_um_last_login','1568405962'),(15255,519,'um_account_secure_fields','a:0:{}'),(15256,520,'nickname','samira02g6'),(15257,520,'first_name','Samira'),(15258,520,'last_name','Abernathy'),(15259,520,'description',''),(15260,520,'rich_editing','true'),(15261,520,'syntax_highlighting','true'),(15262,520,'comment_shortcuts','false'),(15263,520,'admin_color','fresh'),(15264,520,'use_ssl','0'),(15265,520,'show_admin_bar_front','true'),(15266,520,'locale',''),(15267,520,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15268,520,'wp_user_level','0'),(15269,520,'_yoast_wpseo_profile_updated','1568426414'),(15270,520,'dismissed_wp_pointers',''),(15271,520,'synced_gravatar_hashed_id','a80607223d305ea4680d5b5014189bbf'),(15272,520,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568408402\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"samira02g6\";s:10:\"first_name\";s:6:\"Samira\";s:9:\"last_name\";s:9:\"Abernathy\";s:10:\"user_email\";s:26:\"Samira_Abernathy@gmail.com\";}'),(15273,520,'form_id','17'),(15274,520,'timestamp','1568408402'),(15275,520,'request',''),(15276,520,'_wpnonce','3fd1e69d2e'),(15277,520,'_wp_http_referer','/register/'),(15279,520,'um_user_profile_url_slug_user_login','samira02g6'),(15281,520,'full_name','samira abernathy'),(15282,520,'account_status','approved'),(15283,520,'session_tokens','a:1:{s:64:\"d027d7fa4f751b26ce81f4497c1e1ea18e4fc4c155688878ab41c3a797fd640b\";a:4:{s:10:\"expiration\";i:1583978414;s:2:\"ip\";s:15:\"107.158.221.149\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568426414;}}'),(15284,520,'_um_last_login','1568408414'),(15285,520,'um_account_secure_fields','a:0:{}'),(15287,521,'nickname','kristalnina3'),(15288,521,'first_name','Kristal'),(15289,521,'last_name','Nina'),(15290,521,'description',''),(15291,521,'rich_editing','true'),(15292,521,'syntax_highlighting','true'),(15293,521,'comment_shortcuts','false'),(15294,521,'admin_color','fresh'),(15295,521,'use_ssl','0'),(15296,521,'show_admin_bar_front','true'),(15297,521,'locale',''),(15298,521,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15299,521,'wp_user_level','0'),(15300,521,'_yoast_wpseo_profile_updated','1568427179'),(15301,521,'dismissed_wp_pointers',''),(15302,521,'synced_gravatar_hashed_id','db9e21e25d5f871a35381456854cb82a'),(15303,521,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568409168\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"kristalnina3\";s:10:\"first_name\";s:7:\"Kristal\";s:9:\"last_name\";s:4:\"Nina\";s:10:\"user_email\";s:22:\"Kristal-Nina@gmail.com\";}'),(15304,521,'form_id','17'),(15305,521,'timestamp','1568409168'),(15306,521,'request',''),(15307,521,'_wpnonce','3fd1e69d2e'),(15308,521,'_wp_http_referer','/register/'),(15310,521,'um_user_profile_url_slug_user_login','kristalnina3'),(15312,521,'full_name','kristal nina'),(15313,521,'account_status','approved'),(15314,521,'session_tokens','a:1:{s:64:\"3834a7c98bab131cf300fb02779b975ffb2a4f3a57bb6d83a3882e3ff0dc31ef\";a:4:{s:10:\"expiration\";i:1583979180;s:2:\"ip\";s:15:\"165.231.130.156\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568427180;}}'),(15315,521,'_um_last_login','1568409180'),(15316,521,'um_account_secure_fields','a:0:{}'),(15317,522,'nickname','joycemcvicars'),(15318,522,'first_name','Joyce'),(15319,522,'last_name','McVicars'),(15320,522,'description',''),(15321,522,'rich_editing','true'),(15322,522,'syntax_highlighting','true'),(15323,522,'comment_shortcuts','false'),(15324,522,'admin_color','fresh'),(15325,522,'use_ssl','0'),(15326,522,'show_admin_bar_front','true'),(15327,522,'locale',''),(15328,522,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15329,522,'wp_user_level','0'),(15330,522,'_yoast_wpseo_profile_updated','1568427412'),(15331,522,'dismissed_wp_pointers',''),(15332,522,'synced_gravatar_hashed_id','d256e7b26029597e01ada31d0cb282dc'),(15333,522,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568409402\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"joycemcvicars\";s:10:\"first_name\";s:5:\"Joyce\";s:9:\"last_name\";s:8:\"McVicars\";s:10:\"user_email\";s:25:\"Joyce-McVicars6@gmail.com\";}'),(15334,522,'form_id','17'),(15335,522,'timestamp','1568409402'),(15336,522,'request',''),(15337,522,'_wpnonce','3fd1e69d2e'),(15338,522,'_wp_http_referer','/register/'),(15340,522,'um_user_profile_url_slug_user_login','joycemcvicars'),(15342,522,'full_name','joyce mcvicars'),(15343,522,'account_status','approved'),(15344,522,'session_tokens','a:1:{s:64:\"85f26d338e56b852147d37b9e72dac016ec3150d27d84513080829e6ffedfd28\";a:4:{s:10:\"expiration\";i:1583979412;s:2:\"ip\";s:15:\"165.231.130.186\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568427412;}}'),(15345,522,'_um_last_login','1568409412'),(15346,522,'um_account_secure_fields','a:0:{}'),(15347,523,'nickname','apzvernell'),(15348,523,'first_name','Vernell'),(15349,523,'last_name','Semmens'),(15350,523,'description',''),(15351,523,'rich_editing','true'),(15352,523,'syntax_highlighting','true'),(15353,523,'comment_shortcuts','false'),(15354,523,'admin_color','fresh'),(15355,523,'use_ssl','0'),(15356,523,'show_admin_bar_front','true'),(15357,523,'locale',''),(15358,523,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15359,523,'wp_user_level','0'),(15360,523,'_yoast_wpseo_profile_updated','1568427751'),(15361,523,'dismissed_wp_pointers',''),(15362,523,'synced_gravatar_hashed_id','2da9ed81f3fff3a4b59676815a5c8887'),(15363,523,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568409744\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"apzvernell\";s:10:\"first_name\";s:7:\"Vernell\";s:9:\"last_name\";s:7:\"Semmens\";s:10:\"user_email\";s:25:\"Vernell_Semmens@gmail.com\";}'),(15364,523,'form_id','17'),(15365,523,'timestamp','1568409744'),(15366,523,'request',''),(15367,523,'_wpnonce','3fd1e69d2e'),(15368,523,'_wp_http_referer','/register/'),(15370,523,'um_user_profile_url_slug_user_login','apzvernell'),(15372,523,'full_name','vernell semmens'),(15373,523,'account_status','approved'),(15374,523,'session_tokens','a:1:{s:64:\"04134f76c31f490e46a6dc621ebba9cf7d82485547c91b43e563c792716786cc\";a:4:{s:10:\"expiration\";i:1583979751;s:2:\"ip\";s:13:\"91.108.176.45\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568427751;}}'),(15375,523,'_um_last_login','1568409751'),(15376,523,'um_account_secure_fields','a:0:{}'),(15377,524,'nickname','finleyburk5350'),(15378,524,'first_name','Finley'),(15379,524,'last_name','Burk'),(15380,524,'description',''),(15381,524,'rich_editing','true'),(15382,524,'syntax_highlighting','true'),(15383,524,'comment_shortcuts','false'),(15384,524,'admin_color','fresh'),(15385,524,'use_ssl','0'),(15386,524,'show_admin_bar_front','true'),(15387,524,'locale',''),(15388,524,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15389,524,'wp_user_level','0'),(15390,524,'_yoast_wpseo_profile_updated','1568428017'),(15391,524,'dismissed_wp_pointers',''),(15392,524,'synced_gravatar_hashed_id','dfa17e261b9625fd8031912777234fcb'),(15393,524,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568410010\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"finleyburk5350\";s:10:\"first_name\";s:6:\"Finley\";s:9:\"last_name\";s:4:\"Burk\";s:10:\"user_email\";s:21:\"Finley-Burk@gmail.com\";}'),(15394,524,'form_id','17'),(15395,524,'timestamp','1568410010'),(15396,524,'request',''),(15397,524,'_wpnonce','3fd1e69d2e'),(15398,524,'_wp_http_referer','/register/'),(15400,524,'um_user_profile_url_slug_user_login','finleyburk5350'),(15402,524,'full_name','finley burk'),(15403,524,'account_status','approved'),(15404,524,'session_tokens','a:1:{s:64:\"988bb7c45174d9fc8862190ac4dd85f83057c766b86057f566926818926356b0\";a:4:{s:10:\"expiration\";i:1583980017;s:2:\"ip\";s:15:\"107.158.221.106\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568428017;}}'),(15405,524,'_um_last_login','1568410017'),(15406,524,'um_account_secure_fields','a:0:{}'),(15407,525,'nickname','altarobichaud'),(15408,525,'first_name','Alta'),(15409,525,'last_name','Robichaud'),(15410,525,'description',''),(15411,525,'rich_editing','true'),(15412,525,'syntax_highlighting','true'),(15413,525,'comment_shortcuts','false'),(15414,525,'admin_color','fresh'),(15415,525,'use_ssl','0'),(15416,525,'show_admin_bar_front','true'),(15417,525,'locale',''),(15418,525,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15419,525,'wp_user_level','0'),(15420,525,'_yoast_wpseo_profile_updated','1568428783'),(15421,525,'dismissed_wp_pointers',''),(15422,525,'synced_gravatar_hashed_id','6e96bbaffc07fb0a3adb6f596084e8d5'),(15423,525,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568410774\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"altarobichaud\";s:10:\"first_name\";s:4:\"Alta\";s:9:\"last_name\";s:9:\"Robichaud\";s:10:\"user_email\";s:24:\"Alta-Robichaud@gmail.com\";}'),(15424,525,'form_id','17'),(15425,525,'timestamp','1568410774'),(15426,525,'request',''),(15427,525,'_wpnonce','3fd1e69d2e'),(15428,525,'_wp_http_referer','/register/'),(15430,525,'um_user_profile_url_slug_user_login','altarobichaud'),(15432,525,'full_name','alta robichaud'),(15433,525,'account_status','approved'),(15434,525,'session_tokens','a:1:{s:64:\"1d9004ba3baef0677b52e0ce43d51b78a090e3cd2f21241eee8b082cac0d31bc\";a:4:{s:10:\"expiration\";i:1583980784;s:2:\"ip\";s:15:\"151.237.185.149\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568428784;}}'),(15435,525,'_um_last_login','1568410784'),(15436,525,'um_account_secure_fields','a:0:{}'),(15437,526,'nickname','amosdruitt'),(15438,526,'first_name','Amos'),(15439,526,'last_name','Druitt'),(15440,526,'description',''),(15441,526,'rich_editing','true'),(15442,526,'syntax_highlighting','true'),(15443,526,'comment_shortcuts','false'),(15444,526,'admin_color','fresh'),(15445,526,'use_ssl','0'),(15446,526,'show_admin_bar_front','true'),(15447,526,'locale',''),(15448,526,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15449,526,'wp_user_level','0'),(15450,526,'_yoast_wpseo_profile_updated','1568429689'),(15451,526,'dismissed_wp_pointers',''),(15452,526,'synced_gravatar_hashed_id','f1434f14b5884a1e4b824b58674e0a16'),(15453,526,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568411677\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"amosdruitt\";s:10:\"first_name\";s:4:\"Amos\";s:9:\"last_name\";s:6:\"Druitt\";s:10:\"user_email\";s:23:\"Amos-Druitt10@gmail.com\";}'),(15454,526,'form_id','17'),(15455,526,'timestamp','1568411677'),(15456,526,'request',''),(15457,526,'_wpnonce','3fd1e69d2e'),(15458,526,'_wp_http_referer','/register/'),(15460,526,'um_user_profile_url_slug_user_login','amosdruitt'),(15462,526,'full_name','amos druitt'),(15463,526,'account_status','approved'),(15464,526,'session_tokens','a:1:{s:64:\"274c8207a0f17f300a88bd58d7a188c8b554b2ba64e928060192899f0640928e\";a:4:{s:10:\"expiration\";i:1583981689;s:2:\"ip\";s:15:\"144.168.201.151\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568429689;}}'),(15465,526,'_um_last_login','1568411689'),(15466,526,'um_account_secure_fields','a:0:{}'),(15467,527,'nickname','theojorgenson67'),(15468,527,'first_name','Theo'),(15469,527,'last_name','Jorgenson'),(15470,527,'description',''),(15471,527,'rich_editing','true'),(15472,527,'syntax_highlighting','true'),(15473,527,'comment_shortcuts','false'),(15474,527,'admin_color','fresh'),(15475,527,'use_ssl','0'),(15476,527,'show_admin_bar_front','true'),(15477,527,'locale',''),(15478,527,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15479,527,'wp_user_level','0'),(15480,527,'_yoast_wpseo_profile_updated','1568429706'),(15481,527,'dismissed_wp_pointers',''),(15482,527,'synced_gravatar_hashed_id','53022b9a6cc3d32237dff284d3e5dcd5'),(15483,527,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568411698\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"theojorgenson67\";s:10:\"first_name\";s:4:\"Theo\";s:9:\"last_name\";s:9:\"Jorgenson\";s:10:\"user_email\";s:26:\"Theo-Jorgenson28@gmail.com\";}'),(15484,527,'form_id','17'),(15485,527,'timestamp','1568411698'),(15486,527,'request',''),(15487,527,'_wpnonce','3fd1e69d2e'),(15488,527,'_wp_http_referer','/register/'),(15490,527,'um_user_profile_url_slug_user_login','theojorgenson67'),(15492,527,'full_name','theo jorgenson'),(15493,527,'account_status','approved'),(15494,527,'session_tokens','a:1:{s:64:\"29610c68c774839316b999a4dbd41f6be5dd90f1e8f7c0a0f8b9dee4946a3be1\";a:4:{s:10:\"expiration\";i:1583981706;s:2:\"ip\";s:14:\"91.108.176.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568429706;}}'),(15495,527,'_um_last_login','1568411706'),(15496,527,'um_account_secure_fields','a:0:{}'),(15497,528,'nickname','luciennecosh'),(15498,528,'first_name','Lucienne'),(15499,528,'last_name','Cosh'),(15500,528,'description',''),(15501,528,'rich_editing','true'),(15502,528,'syntax_highlighting','true'),(15503,528,'comment_shortcuts','false'),(15504,528,'admin_color','fresh'),(15505,528,'use_ssl','0'),(15506,528,'show_admin_bar_front','true'),(15507,528,'locale',''),(15508,528,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15509,528,'wp_user_level','0'),(15510,528,'_yoast_wpseo_profile_updated','1568430583'),(15511,528,'dismissed_wp_pointers',''),(15512,528,'synced_gravatar_hashed_id','0acf57c92280e22e852285334ea73538'),(15513,528,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568412573\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"luciennecosh\";s:10:\"first_name\";s:8:\"Lucienne\";s:9:\"last_name\";s:4:\"Cosh\";s:10:\"user_email\";s:24:\"Lucienne_Cosh6@gmail.com\";}'),(15514,528,'form_id','17'),(15515,528,'timestamp','1568412573'),(15516,528,'request',''),(15517,528,'_wpnonce','3fd1e69d2e'),(15518,528,'_wp_http_referer','/register/'),(15520,528,'um_user_profile_url_slug_user_login','luciennecosh'),(15522,528,'full_name','lucienne cosh'),(15523,528,'account_status','approved'),(15524,528,'session_tokens','a:1:{s:64:\"5e6a13622f1ef6a44d49b0d9d8a2a981711e2e735fcb86db73230ec4e5a23fa6\";a:4:{s:10:\"expiration\";i:1583982584;s:2:\"ip\";s:14:\"193.228.56.110\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568430584;}}'),(15525,528,'_um_last_login','1568412584'),(15526,528,'um_account_secure_fields','a:0:{}'),(15527,529,'nickname','freddien28'),(15528,529,'first_name','Freddie'),(15529,529,'last_name','Anthony'),(15530,529,'description',''),(15531,529,'rich_editing','true'),(15532,529,'syntax_highlighting','true'),(15533,529,'comment_shortcuts','false'),(15534,529,'admin_color','fresh'),(15535,529,'use_ssl','0'),(15536,529,'show_admin_bar_front','true'),(15537,529,'locale',''),(15538,529,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15539,529,'wp_user_level','0'),(15540,529,'_yoast_wpseo_profile_updated','1568430740'),(15541,529,'dismissed_wp_pointers',''),(15542,529,'synced_gravatar_hashed_id','46703c403ab7895d286b4adfe503ba36'),(15543,529,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568412733\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"freddien28\";s:10:\"first_name\";s:7:\"Freddie\";s:9:\"last_name\";s:7:\"Anthony\";s:10:\"user_email\";s:27:\"Freddie_Anthony71@gmail.com\";}'),(15544,529,'form_id','17'),(15545,529,'timestamp','1568412733'),(15546,529,'request',''),(15547,529,'_wpnonce','3fd1e69d2e'),(15548,529,'_wp_http_referer','/register/'),(15550,529,'um_user_profile_url_slug_user_login','freddien28'),(15552,529,'full_name','freddie anthony'),(15553,529,'account_status','approved'),(15554,529,'session_tokens','a:1:{s:64:\"7b434e34b15fc8d357d4672e2d9637cf7777f396340fb30d7915ad9f431160ee\";a:4:{s:10:\"expiration\";i:1583982740;s:2:\"ip\";s:15:\"165.231.130.129\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568430740;}}'),(15555,529,'_um_last_login','1568412740'),(15556,529,'um_account_secure_fields','a:0:{}'),(15557,530,'nickname','alannahlingle'),(15558,530,'first_name','Alannah'),(15559,530,'last_name','Lingle'),(15560,530,'description',''),(15561,530,'rich_editing','true'),(15562,530,'syntax_highlighting','true'),(15563,530,'comment_shortcuts','false'),(15564,530,'admin_color','fresh'),(15565,530,'use_ssl','0'),(15566,530,'show_admin_bar_front','true'),(15567,530,'locale',''),(15568,530,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15569,530,'wp_user_level','0'),(15570,530,'_yoast_wpseo_profile_updated','1568431065'),(15571,530,'dismissed_wp_pointers',''),(15572,530,'synced_gravatar_hashed_id','d0874836b88869e2c82c826a13aa249c'),(15573,530,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568413055\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"alannahlingle\";s:10:\"first_name\";s:7:\"Alannah\";s:9:\"last_name\";s:6:\"Lingle\";s:10:\"user_email\";s:26:\"Alannah_Lingle74@gmail.com\";}'),(15574,530,'form_id','17'),(15575,530,'timestamp','1568413055'),(15576,530,'request',''),(15577,530,'_wpnonce','3fd1e69d2e'),(15578,530,'_wp_http_referer','/register/'),(15580,530,'um_user_profile_url_slug_user_login','alannahlingle'),(15582,530,'full_name','alannah lingle'),(15583,530,'account_status','approved'),(15584,530,'session_tokens','a:1:{s:64:\"a9beb02a43fe58fac3a6344b2f527abd2f400a6c68901cde2b1f533ebcf6f10c\";a:4:{s:10:\"expiration\";i:1583983065;s:2:\"ip\";s:13:\"185.3.134.200\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568431065;}}'),(15585,530,'_um_last_login','1568413065'),(15586,530,'um_account_secure_fields','a:0:{}'),(15587,531,'nickname','geoffreyweathers'),(15588,531,'first_name','Geoffrey'),(15589,531,'last_name','Weathers'),(15590,531,'description',''),(15591,531,'rich_editing','true'),(15592,531,'syntax_highlighting','true'),(15593,531,'comment_shortcuts','false'),(15594,531,'admin_color','fresh'),(15595,531,'use_ssl','0'),(15596,531,'show_admin_bar_front','true'),(15597,531,'locale',''),(15598,531,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15599,531,'wp_user_level','0'),(15600,531,'_yoast_wpseo_profile_updated','1568431290'),(15601,531,'dismissed_wp_pointers',''),(15602,531,'synced_gravatar_hashed_id','efe4217c801763096990e44ac11fe13f'),(15603,531,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568413280\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"geoffreyweathers\";s:10:\"first_name\";s:8:\"Geoffrey\";s:9:\"last_name\";s:8:\"Weathers\";s:10:\"user_email\";s:29:\"Geoffrey.Weathers22@gmail.com\";}'),(15604,531,'form_id','17'),(15605,531,'timestamp','1568413280'),(15606,531,'request',''),(15607,531,'_wpnonce','3fd1e69d2e'),(15608,531,'_wp_http_referer','/register/'),(15610,531,'um_user_profile_url_slug_user_login','geoffreyweathers'),(15612,531,'full_name','geoffrey weathers'),(15613,531,'account_status','approved'),(15614,531,'session_tokens','a:1:{s:64:\"dca7c77cde61b5d08e68831268ecdb2dc167612009d84b063763659ef0cfc089\";a:4:{s:10:\"expiration\";i:1583983291;s:2:\"ip\";s:14:\"91.108.176.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568431291;}}'),(15615,531,'_um_last_login','1568413291'),(15616,531,'um_account_secure_fields','a:0:{}'),(15617,532,'nickname','maddisonbedard2'),(15618,532,'first_name','Maddison'),(15619,532,'last_name','Bedard'),(15620,532,'description',''),(15621,532,'rich_editing','true'),(15622,532,'syntax_highlighting','true'),(15623,532,'comment_shortcuts','false'),(15624,532,'admin_color','fresh'),(15625,532,'use_ssl','0'),(15626,532,'show_admin_bar_front','true'),(15627,532,'locale',''),(15628,532,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15629,532,'wp_user_level','0'),(15630,532,'_yoast_wpseo_profile_updated','1568431558'),(15631,532,'dismissed_wp_pointers',''),(15632,532,'synced_gravatar_hashed_id','44e2fcca0a5029afc95c272b90943eca'),(15633,532,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568413552\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"maddisonbedard2\";s:10:\"first_name\";s:8:\"Maddison\";s:9:\"last_name\";s:6:\"Bedard\";s:10:\"user_email\";s:27:\"Maddison_Bedard76@gmail.com\";}'),(15634,532,'form_id','17'),(15635,532,'timestamp','1568413552'),(15636,532,'request',''),(15637,532,'_wpnonce','3fd1e69d2e'),(15638,532,'_wp_http_referer','/register/'),(15640,532,'um_user_profile_url_slug_user_login','maddisonbedard2'),(15642,532,'full_name','maddison bedard'),(15643,532,'account_status','approved'),(15644,532,'session_tokens','a:1:{s:64:\"b4a0b87a5e49baf83c86f3126303faf3c0e764ef05fa3a78a8c472ce8592c18e\";a:4:{s:10:\"expiration\";i:1583983559;s:2:\"ip\";s:15:\"107.158.221.122\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568431559;}}'),(15645,532,'_um_last_login','1568413559'),(15646,532,'um_account_secure_fields','a:0:{}'),(15647,533,'nickname','mohamedkraegen'),(15648,533,'first_name','Mohamed'),(15649,533,'last_name','Kraegen'),(15650,533,'description',''),(15651,533,'rich_editing','true'),(15652,533,'syntax_highlighting','true'),(15653,533,'comment_shortcuts','false'),(15654,533,'admin_color','fresh'),(15655,533,'use_ssl','0'),(15656,533,'show_admin_bar_front','true'),(15657,533,'locale',''),(15658,533,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15659,533,'wp_user_level','0'),(15660,533,'_yoast_wpseo_profile_updated','1568433134'),(15661,533,'dismissed_wp_pointers',''),(15662,533,'synced_gravatar_hashed_id','afc9eeb7373bd11c875151c5b02d8c52'),(15663,533,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568415127\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"mohamedkraegen\";s:10:\"first_name\";s:7:\"Mohamed\";s:9:\"last_name\";s:7:\"Kraegen\";s:10:\"user_email\";s:27:\"Mohamed-Kraegen39@gmail.com\";}'),(15664,533,'form_id','17'),(15665,533,'timestamp','1568415127'),(15666,533,'request',''),(15667,533,'_wpnonce','3fd1e69d2e'),(15668,533,'_wp_http_referer','/register/'),(15670,533,'um_user_profile_url_slug_user_login','mohamedkraegen'),(15672,533,'full_name','mohamed kraegen'),(15673,533,'account_status','approved'),(15674,533,'session_tokens','a:1:{s:64:\"980528dcfbd44800be6655470af33f45459310a845a3fa15412223ae57638542\";a:4:{s:10:\"expiration\";i:1583985134;s:2:\"ip\";s:15:\"107.158.221.122\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568433134;}}'),(15675,533,'_um_last_login','1568415134'),(15676,533,'um_account_secure_fields','a:0:{}'),(15677,534,'nickname','josetteclay'),(15678,534,'first_name','Josette'),(15679,534,'last_name','Clay'),(15680,534,'description',''),(15681,534,'rich_editing','true'),(15682,534,'syntax_highlighting','true'),(15683,534,'comment_shortcuts','false'),(15684,534,'admin_color','fresh'),(15685,534,'use_ssl','0'),(15686,534,'show_admin_bar_front','true'),(15687,534,'locale',''),(15688,534,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15689,534,'wp_user_level','0'),(15690,534,'_yoast_wpseo_profile_updated','1568433138'),(15691,534,'dismissed_wp_pointers',''),(15692,534,'synced_gravatar_hashed_id','b39abbead86e727860b4f667938a9ac7'),(15693,534,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568415130\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"josetteclay\";s:10:\"first_name\";s:7:\"Josette\";s:9:\"last_name\";s:4:\"Clay\";s:10:\"user_email\";s:24:\"Josette-Clay58@gmail.com\";}'),(15694,534,'form_id','17'),(15695,534,'timestamp','1568415130'),(15696,534,'request',''),(15697,534,'_wpnonce','3fd1e69d2e'),(15698,534,'_wp_http_referer','/register/'),(15700,534,'um_user_profile_url_slug_user_login','josetteclay'),(15702,534,'full_name','josette clay'),(15703,534,'account_status','approved'),(15704,534,'session_tokens','a:1:{s:64:\"d053d84a0f8104272122031c110b88d5cb45496a7910aafb269c6d14aad60aaf\";a:4:{s:10:\"expiration\";i:1583985139;s:2:\"ip\";s:14:\"193.228.56.111\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568433139;}}'),(15705,534,'_um_last_login','1568415139'),(15706,534,'um_account_secure_fields','a:0:{}'),(15707,535,'nickname','benwink6599566'),(15708,535,'first_name','Ben'),(15709,535,'last_name','Wink'),(15710,535,'description',''),(15711,535,'rich_editing','true'),(15712,535,'syntax_highlighting','true'),(15713,535,'comment_shortcuts','false'),(15714,535,'admin_color','fresh'),(15715,535,'use_ssl','0'),(15716,535,'show_admin_bar_front','true'),(15717,535,'locale',''),(15718,535,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15719,535,'wp_user_level','0'),(15720,535,'_yoast_wpseo_profile_updated','1568433259'),(15721,535,'dismissed_wp_pointers',''),(15722,535,'synced_gravatar_hashed_id','c51a1a2f3b61853c6a855633a607e582'),(15723,535,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568415248\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"benwink6599566\";s:10:\"first_name\";s:3:\"Ben\";s:9:\"last_name\";s:4:\"Wink\";s:10:\"user_email\";s:18:\"Ben-Wink@gmail.com\";}'),(15724,535,'form_id','17'),(15725,535,'timestamp','1568415248'),(15726,535,'request',''),(15727,535,'_wpnonce','3fd1e69d2e'),(15728,535,'_wp_http_referer','/register/'),(15730,535,'um_user_profile_url_slug_user_login','benwink6599566'),(15732,535,'full_name','ben wink'),(15733,535,'account_status','approved'),(15734,535,'session_tokens','a:1:{s:64:\"a9ae96b4b92af7248b2849be48e6a3a5e77eb78cdd6e754302ef54f3ff56ea21\";a:4:{s:10:\"expiration\";i:1583985260;s:2:\"ip\";s:15:\"104.227.254.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568433260;}}'),(15735,535,'_um_last_login','1568415260'),(15736,535,'um_account_secure_fields','a:0:{}'),(15737,536,'nickname','lashundarosenber'),(15738,536,'first_name','Lashunda'),(15739,536,'last_name','Rosenberg'),(15740,536,'description',''),(15741,536,'rich_editing','true'),(15742,536,'syntax_highlighting','true'),(15743,536,'comment_shortcuts','false'),(15744,536,'admin_color','fresh'),(15745,536,'use_ssl','0'),(15746,536,'show_admin_bar_front','true'),(15747,536,'locale',''),(15748,536,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15749,536,'wp_user_level','0'),(15750,536,'_yoast_wpseo_profile_updated','1568434546'),(15751,536,'dismissed_wp_pointers',''),(15752,536,'synced_gravatar_hashed_id','538e726ccc419881bc10cf3793bbcf66'),(15753,536,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568416535\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"lashundarosenber\";s:10:\"first_name\";s:8:\"Lashunda\";s:9:\"last_name\";s:9:\"Rosenberg\";s:10:\"user_email\";s:30:\"Lashunda-Rosenberg75@gmail.com\";}'),(15754,536,'form_id','17'),(15755,536,'timestamp','1568416535'),(15756,536,'request',''),(15757,536,'_wpnonce','3fd1e69d2e'),(15758,536,'_wp_http_referer','/register/'),(15760,536,'um_user_profile_url_slug_user_login','lashundarosenber'),(15762,536,'full_name','lashunda rosenberg'),(15763,536,'account_status','approved'),(15764,536,'session_tokens','a:1:{s:64:\"43aeada5cf1f443111428f3f9253a3b9cdf1116b209be36556fb949d77a926d6\";a:4:{s:10:\"expiration\";i:1583986546;s:2:\"ip\";s:15:\"144.168.201.151\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568434546;}}'),(15765,536,'_um_last_login','1568416546'),(15766,536,'um_account_secure_fields','a:0:{}'),(15767,537,'nickname','cliffordfusco6'),(15768,537,'first_name','Clifford'),(15769,537,'last_name','Fusco'),(15770,537,'description',''),(15771,537,'rich_editing','true'),(15772,537,'syntax_highlighting','true'),(15773,537,'comment_shortcuts','false'),(15774,537,'admin_color','fresh'),(15775,537,'use_ssl','0'),(15776,537,'show_admin_bar_front','true'),(15777,537,'locale',''),(15778,537,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15779,537,'wp_user_level','0'),(15780,537,'_yoast_wpseo_profile_updated','1568435091'),(15781,537,'dismissed_wp_pointers',''),(15782,537,'synced_gravatar_hashed_id','92f8e8eb55d390bca62a0c9c953d29f7'),(15783,537,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568417081\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"cliffordfusco6\";s:10:\"first_name\";s:8:\"Clifford\";s:9:\"last_name\";s:5:\"Fusco\";s:10:\"user_email\";s:24:\"Clifford.Fusco@gmail.com\";}'),(15784,537,'form_id','17'),(15785,537,'timestamp','1568417081'),(15786,537,'request',''),(15787,537,'_wpnonce','3fd1e69d2e'),(15788,537,'_wp_http_referer','/register/'),(15790,537,'um_user_profile_url_slug_user_login','cliffordfusco6'),(15792,537,'full_name','clifford fusco'),(15793,537,'account_status','approved'),(15794,537,'session_tokens','a:1:{s:64:\"9c85215ac16c0569eb098b1cebd1b9c6cce244b66b4967e5899e4dfe2fdba579\";a:4:{s:10:\"expiration\";i:1583987092;s:2:\"ip\";s:14:\"193.228.56.110\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568435092;}}'),(15795,537,'_um_last_login','1568417092'),(15796,537,'um_account_secure_fields','a:0:{}'),(15797,538,'nickname','frankiebracewell'),(15798,538,'first_name','Frankie'),(15799,538,'last_name','Bracewell'),(15800,538,'description',''),(15801,538,'rich_editing','true'),(15802,538,'syntax_highlighting','true'),(15803,538,'comment_shortcuts','false'),(15804,538,'admin_color','fresh'),(15805,538,'use_ssl','0'),(15806,538,'show_admin_bar_front','true'),(15807,538,'locale',''),(15808,538,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15809,538,'wp_user_level','0'),(15810,538,'_yoast_wpseo_profile_updated','1568435557'),(15811,538,'dismissed_wp_pointers',''),(15812,538,'synced_gravatar_hashed_id','d9bcfd61d5d92cec1e7ea06dd62d63e4'),(15813,538,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568417546\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"frankiebracewell\";s:10:\"first_name\";s:7:\"Frankie\";s:9:\"last_name\";s:9:\"Bracewell\";s:10:\"user_email\";s:27:\"Frankie.Bracewell@gmail.com\";}'),(15814,538,'form_id','17'),(15815,538,'timestamp','1568417546'),(15816,538,'request',''),(15817,538,'_wpnonce','3fd1e69d2e'),(15818,538,'_wp_http_referer','/register/'),(15820,538,'um_user_profile_url_slug_user_login','frankiebracewell'),(15822,538,'full_name','frankie bracewell'),(15823,538,'account_status','approved'),(15824,538,'session_tokens','a:1:{s:64:\"536056c6aa3919f538744facc7ed7639877aa69d9ca8306ee17e28356f54926d\";a:4:{s:10:\"expiration\";i:1583987558;s:2:\"ip\";s:15:\"104.227.254.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568435558;}}'),(15825,538,'_um_last_login','1568417558'),(15826,538,'um_account_secure_fields','a:0:{}'),(15827,539,'nickname','georgettaposey9'),(15828,539,'first_name','Georgetta'),(15829,539,'last_name','Posey'),(15830,539,'description',''),(15831,539,'rich_editing','true'),(15832,539,'syntax_highlighting','true'),(15833,539,'comment_shortcuts','false'),(15834,539,'admin_color','fresh'),(15835,539,'use_ssl','0'),(15836,539,'show_admin_bar_front','true'),(15837,539,'locale',''),(15838,539,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15839,539,'wp_user_level','0'),(15840,539,'_yoast_wpseo_profile_updated','1568435891'),(15841,539,'dismissed_wp_pointers',''),(15842,539,'synced_gravatar_hashed_id','e6f9a21759051abf6942f437086f1587'),(15843,539,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568417880\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"georgettaposey9\";s:10:\"first_name\";s:9:\"Georgetta\";s:9:\"last_name\";s:5:\"Posey\";s:10:\"user_email\";s:19:\"epplukpwvna@aol.com\";}'),(15844,539,'form_id','17'),(15845,539,'timestamp','1568417880'),(15846,539,'request',''),(15847,539,'redirect_to','https://buzz-caribbean.com/register/'),(15848,539,'_wpnonce','3fd1e69d2e'),(15849,539,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(15851,539,'um_user_profile_url_slug_user_login','georgettaposey9'),(15853,539,'full_name','georgetta posey'),(15854,539,'account_status','approved'),(15855,540,'nickname','adelashetler'),(15856,540,'first_name','Adela'),(15857,540,'last_name','Shetler'),(15858,540,'description',''),(15859,540,'rich_editing','true'),(15860,540,'syntax_highlighting','true'),(15861,540,'comment_shortcuts','false'),(15862,540,'admin_color','fresh'),(15863,540,'use_ssl','0'),(15864,540,'show_admin_bar_front','true'),(15865,540,'locale',''),(15866,540,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15867,540,'wp_user_level','0'),(15868,540,'_yoast_wpseo_profile_updated','1568435941'),(15869,540,'dismissed_wp_pointers',''),(15870,540,'synced_gravatar_hashed_id','c0211ad7d21c0601e5881e9c34ba4ba3'),(15871,540,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568417932\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"adelashetler\";s:10:\"first_name\";s:5:\"Adela\";s:9:\"last_name\";s:7:\"Shetler\";s:10:\"user_email\";s:25:\"Adela.Shetler87@gmail.com\";}'),(15872,540,'form_id','17'),(15873,540,'timestamp','1568417932'),(15874,540,'request',''),(15875,540,'_wpnonce','3fd1e69d2e'),(15876,540,'_wp_http_referer','/register/'),(15878,540,'um_user_profile_url_slug_user_login','adelashetler'),(15880,540,'full_name','adela shetler'),(15881,540,'account_status','approved'),(15882,540,'session_tokens','a:1:{s:64:\"4741690717a1e104026c001b48351b95e2bcb50ebf03616da3d0a023fc7c5bd7\";a:4:{s:10:\"expiration\";i:1583987942;s:2:\"ip\";s:14:\"193.228.56.108\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568435942;}}'),(15883,540,'_um_last_login','1568417942'),(15884,540,'um_account_secure_fields','a:0:{}'),(15885,541,'nickname','bernard33k'),(15886,541,'first_name','Bernard'),(15887,541,'last_name','Brandon'),(15888,541,'description',''),(15889,541,'rich_editing','true'),(15890,541,'syntax_highlighting','true'),(15891,541,'comment_shortcuts','false'),(15892,541,'admin_color','fresh'),(15893,541,'use_ssl','0'),(15894,541,'show_admin_bar_front','true'),(15895,541,'locale',''),(15896,541,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15897,541,'wp_user_level','0'),(15898,541,'_yoast_wpseo_profile_updated','1568436401'),(15899,541,'dismissed_wp_pointers',''),(15900,541,'synced_gravatar_hashed_id','23a6503a79f5ebfcb1e15af4703169b5'),(15901,541,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568418392\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"bernard33k\";s:10:\"first_name\";s:7:\"Bernard\";s:9:\"last_name\";s:7:\"Brandon\";s:10:\"user_email\";s:25:\"Bernard.Brandon@gmail.com\";}'),(15902,541,'form_id','17'),(15903,541,'timestamp','1568418392'),(15904,541,'request',''),(15905,541,'_wpnonce','3fd1e69d2e'),(15906,541,'_wp_http_referer','/register/'),(15908,541,'um_user_profile_url_slug_user_login','bernard33k'),(15910,541,'full_name','bernard brandon'),(15911,541,'account_status','approved'),(15912,541,'session_tokens','a:1:{s:64:\"b4cc34fc698e882a8644786146a76eebf2c3e4fdc129c26164a15ac009567247\";a:4:{s:10:\"expiration\";i:1583988402;s:2:\"ip\";s:15:\"107.158.221.149\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568436402;}}'),(15913,541,'_um_last_login','1568418402'),(15914,541,'um_account_secure_fields','a:0:{}'),(15915,542,'nickname','olliebelcher9'),(15916,542,'first_name','Ollie'),(15917,542,'last_name','Belcher'),(15918,542,'description',''),(15919,542,'rich_editing','true'),(15920,542,'syntax_highlighting','true'),(15921,542,'comment_shortcuts','false'),(15922,542,'admin_color','fresh'),(15923,542,'use_ssl','0'),(15924,542,'show_admin_bar_front','true'),(15925,542,'locale',''),(15926,542,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15927,542,'wp_user_level','0'),(15928,542,'_yoast_wpseo_profile_updated','1568440671'),(15929,542,'dismissed_wp_pointers',''),(15930,542,'synced_gravatar_hashed_id','f66ef53ca36f4d704774fb9fa2c905eb'),(15931,542,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568422660\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"olliebelcher9\";s:10:\"first_name\";s:5:\"Ollie\";s:9:\"last_name\";s:7:\"Belcher\";s:10:\"user_email\";s:23:\"Ollie.Belcher@gmail.com\";}'),(15932,542,'form_id','17'),(15933,542,'timestamp','1568422660'),(15934,542,'request',''),(15935,542,'_wpnonce','3fd1e69d2e'),(15936,542,'_wp_http_referer','/register/'),(15938,542,'um_user_profile_url_slug_user_login','olliebelcher9'),(15940,542,'full_name','ollie belcher'),(15941,542,'account_status','approved'),(15942,542,'session_tokens','a:1:{s:64:\"00a4c94a9ed27ab374971be43883a089e4232e308b79664c7738a14ddadda4be\";a:4:{s:10:\"expiration\";i:1583992671;s:2:\"ip\";s:14:\"91.108.176.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568440671;}}'),(15943,542,'_um_last_login','1568422671'),(15944,542,'um_account_secure_fields','a:0:{}'),(15945,543,'nickname','keirafranco43'),(15946,543,'first_name','Keira'),(15947,543,'last_name','Franco'),(15948,543,'description',''),(15949,543,'rich_editing','true'),(15950,543,'syntax_highlighting','true'),(15951,543,'comment_shortcuts','false'),(15952,543,'admin_color','fresh'),(15953,543,'use_ssl','0'),(15954,543,'show_admin_bar_front','true'),(15955,543,'locale',''),(15956,543,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15957,543,'wp_user_level','0'),(15958,543,'_yoast_wpseo_profile_updated','1568441501'),(15959,543,'dismissed_wp_pointers',''),(15960,543,'synced_gravatar_hashed_id','934d135a7ea6ea36487b6f6a6dc8d166'),(15961,543,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568423488\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:13:\"keirafranco43\";s:10:\"first_name\";s:5:\"Keira\";s:9:\"last_name\";s:6:\"Franco\";s:10:\"user_email\";s:33:\"Keira.Franco@balmes.dynainbox.com\";}'),(15962,543,'form_id','17'),(15963,543,'timestamp','1568423488'),(15964,543,'request',''),(15965,543,'redirect_to','https://buzz-caribbean.com/register/'),(15966,543,'_wpnonce','3fd1e69d2e'),(15967,543,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(15969,543,'um_user_profile_url_slug_user_login','keirafranco43'),(15971,543,'full_name','keira franco'),(15972,543,'account_status','approved'),(15973,544,'nickname','evien59118349'),(15974,544,'first_name','Evie'),(15975,544,'last_name','Blubaugh'),(15976,544,'description',''),(15977,544,'rich_editing','true'),(15978,544,'syntax_highlighting','true'),(15979,544,'comment_shortcuts','false'),(15980,544,'admin_color','fresh'),(15981,544,'use_ssl','0'),(15982,544,'show_admin_bar_front','true'),(15983,544,'locale',''),(15984,544,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15985,544,'wp_user_level','0'),(15986,544,'_yoast_wpseo_profile_updated','1568441887'),(15987,544,'dismissed_wp_pointers',''),(15988,544,'synced_gravatar_hashed_id','5dcbf2fff7d38ad6102bc8deea84f5d8'),(15989,544,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568423880\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"evien59118349\";s:10:\"first_name\";s:4:\"Evie\";s:9:\"last_name\";s:8:\"Blubaugh\";s:10:\"user_email\";s:25:\"Evie.Blubaugh95@gmail.com\";}'),(15990,544,'form_id','17'),(15991,544,'timestamp','1568423880'),(15992,544,'request',''),(15993,544,'_wpnonce','3fd1e69d2e'),(15994,544,'_wp_http_referer','/register/'),(15996,544,'um_user_profile_url_slug_user_login','evien59118349'),(15998,544,'full_name','evie blubaugh'),(15999,544,'account_status','approved'),(16000,544,'session_tokens','a:1:{s:64:\"fbc0665cb93a8b78e2468ebec3d733ceb54962eec109acdf9d0bcc2f80667519\";a:4:{s:10:\"expiration\";i:1583993887;s:2:\"ip\";s:14:\"176.61.137.222\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568441887;}}'),(16001,544,'_um_last_login','1568423887'),(16002,544,'um_account_secure_fields','a:0:{}'),(16003,545,'nickname','dominikburbank4'),(16004,545,'first_name','Dominik'),(16005,545,'last_name','Burbank'),(16006,545,'description',''),(16007,545,'rich_editing','true'),(16008,545,'syntax_highlighting','true'),(16009,545,'comment_shortcuts','false'),(16010,545,'admin_color','fresh'),(16011,545,'use_ssl','0'),(16012,545,'show_admin_bar_front','true'),(16013,545,'locale',''),(16014,545,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16015,545,'wp_user_level','0'),(16016,545,'_yoast_wpseo_profile_updated','1568442560'),(16017,545,'dismissed_wp_pointers',''),(16018,545,'synced_gravatar_hashed_id','c62eb3e9a3ab81e17a7b0cd8be29be2f'),(16019,545,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568424554\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"dominikburbank4\";s:10:\"first_name\";s:7:\"Dominik\";s:9:\"last_name\";s:7:\"Burbank\";s:10:\"user_email\";s:25:\"Dominik.Burbank@gmail.com\";}'),(16020,545,'form_id','17'),(16021,545,'timestamp','1568424554'),(16022,545,'request',''),(16023,545,'_wpnonce','3fd1e69d2e'),(16024,545,'_wp_http_referer','/register/'),(16026,545,'um_user_profile_url_slug_user_login','dominikburbank4'),(16028,545,'full_name','dominik burbank'),(16029,545,'account_status','approved'),(16030,545,'session_tokens','a:1:{s:64:\"89f9a950c57ceb4f084df6f6e52e9e7c48cfebceae127ba9785be0cbd7a949c3\";a:4:{s:10:\"expiration\";i:1583994561;s:2:\"ip\";s:15:\"196.245.216.133\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568442561;}}'),(16031,545,'_um_last_login','1568424561'),(16032,545,'um_account_secure_fields','a:0:{}'),(16033,546,'nickname','wyatt99h489099'),(16034,546,'first_name','Wyatt'),(16035,546,'last_name','Giles'),(16036,546,'description',''),(16037,546,'rich_editing','true'),(16038,546,'syntax_highlighting','true'),(16039,546,'comment_shortcuts','false'),(16040,546,'admin_color','fresh'),(16041,546,'use_ssl','0'),(16042,546,'show_admin_bar_front','true'),(16043,546,'locale',''),(16044,546,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16045,546,'wp_user_level','0'),(16046,546,'_yoast_wpseo_profile_updated','1568443142'),(16047,546,'dismissed_wp_pointers',''),(16048,546,'synced_gravatar_hashed_id','152afa63591f96dd213c0c99558ffcc4'),(16049,546,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568425134\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"wyatt99h489099\";s:10:\"first_name\";s:5:\"Wyatt\";s:9:\"last_name\";s:5:\"Giles\";s:10:\"user_email\";s:21:\"Wyatt-Giles@gmail.com\";}'),(16050,546,'form_id','17'),(16051,546,'timestamp','1568425134'),(16052,546,'request',''),(16053,546,'_wpnonce','3fd1e69d2e'),(16054,546,'_wp_http_referer','/register/'),(16056,546,'um_user_profile_url_slug_user_login','wyatt99h489099'),(16058,546,'full_name','wyatt giles'),(16059,546,'account_status','approved'),(16060,546,'session_tokens','a:1:{s:64:\"28371fbe14c578c5c2b95303995f746ef428a13f258c659a62b3637d083e1bc7\";a:4:{s:10:\"expiration\";i:1583995143;s:2:\"ip\";s:14:\"193.228.56.111\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568443143;}}'),(16061,546,'_um_last_login','1568425143'),(16062,546,'um_account_secure_fields','a:0:{}'),(16063,547,'nickname','rickierude3580'),(16064,547,'first_name','Rickie'),(16065,547,'last_name','Rude'),(16066,547,'description',''),(16067,547,'rich_editing','true'),(16068,547,'syntax_highlighting','true'),(16069,547,'comment_shortcuts','false'),(16070,547,'admin_color','fresh'),(16071,547,'use_ssl','0'),(16072,547,'show_admin_bar_front','true'),(16073,547,'locale',''),(16074,547,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16075,547,'wp_user_level','0'),(16076,547,'_yoast_wpseo_profile_updated','1568443950'),(16077,547,'dismissed_wp_pointers',''),(16078,547,'synced_gravatar_hashed_id','533fc228a1aef5fbaed82bfb107fe120'),(16079,547,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568425941\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"rickierude3580\";s:10:\"first_name\";s:6:\"Rickie\";s:9:\"last_name\";s:4:\"Rude\";s:10:\"user_email\";s:22:\"Rickie.Rude2@gmail.com\";}'),(16080,547,'form_id','17'),(16081,547,'timestamp','1568425941'),(16082,547,'request',''),(16083,547,'redirect_to','https://buzz-caribbean.com/register/'),(16084,547,'_wpnonce','3fd1e69d2e'),(16085,547,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(16087,547,'um_user_profile_url_slug_user_login','rickierude3580'),(16089,547,'full_name','rickie rude'),(16090,547,'account_status','approved'),(16091,548,'nickname','brete07234'),(16092,548,'first_name','Bret'),(16093,548,'last_name','Coulter'),(16094,548,'description',''),(16095,548,'rich_editing','true'),(16096,548,'syntax_highlighting','true'),(16097,548,'comment_shortcuts','false'),(16098,548,'admin_color','fresh'),(16099,548,'use_ssl','0'),(16100,548,'show_admin_bar_front','true'),(16101,548,'locale',''),(16102,548,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16103,548,'wp_user_level','0'),(16104,548,'_yoast_wpseo_profile_updated','1568446710'),(16105,548,'dismissed_wp_pointers',''),(16106,548,'synced_gravatar_hashed_id','e2225b4b663116b1e13d814ee2533945'),(16107,548,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568428698\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"brete07234\";s:10:\"first_name\";s:4:\"Bret\";s:9:\"last_name\";s:7:\"Coulter\";s:10:\"user_email\";s:24:\"Bret_Coulter70@gmail.com\";}'),(16108,548,'form_id','17'),(16109,548,'timestamp','1568428698'),(16110,548,'request',''),(16111,548,'_wpnonce','3fd1e69d2e'),(16112,548,'_wp_http_referer','/register/'),(16114,548,'um_user_profile_url_slug_user_login','brete07234'),(16116,548,'full_name','bret coulter'),(16117,548,'account_status','approved'),(16118,548,'session_tokens','a:1:{s:64:\"da10a2cbabddae1a1bad2b63347119c48af9a88dc742bbbfbe25b951ce15ba5d\";a:4:{s:10:\"expiration\";i:1583998711;s:2:\"ip\";s:13:\"185.3.134.143\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568446711;}}'),(16119,548,'_um_last_login','1568428711'),(16120,548,'um_account_secure_fields','a:0:{}'),(16121,549,'nickname','novellal66'),(16122,549,'first_name','Novella'),(16123,549,'last_name','Jenyns'),(16124,549,'description',''),(16125,549,'rich_editing','true'),(16126,549,'syntax_highlighting','true'),(16127,549,'comment_shortcuts','false'),(16128,549,'admin_color','fresh'),(16129,549,'use_ssl','0'),(16130,549,'show_admin_bar_front','true'),(16131,549,'locale',''),(16132,549,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16133,549,'wp_user_level','0'),(16134,549,'_yoast_wpseo_profile_updated','1568448738'),(16135,549,'dismissed_wp_pointers',''),(16136,549,'synced_gravatar_hashed_id','d467e4ee2483448fe22b19ba07c6a332'),(16137,549,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568430729\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"novellal66\";s:10:\"first_name\";s:7:\"Novella\";s:9:\"last_name\";s:6:\"Jenyns\";s:10:\"user_email\";s:24:\"Novella.Jenyns@gmail.com\";}'),(16138,549,'form_id','17'),(16139,549,'timestamp','1568430729'),(16140,549,'request',''),(16141,549,'_wpnonce','3fd1e69d2e'),(16142,549,'_wp_http_referer','/register/'),(16144,549,'um_user_profile_url_slug_user_login','novellal66'),(16146,549,'full_name','novella jenyns'),(16147,549,'account_status','approved'),(16148,549,'session_tokens','a:1:{s:64:\"3a0798b1b5cea20d39568d815fe98f52357f6052f34c539f7f18e7f87484bcc1\";a:4:{s:10:\"expiration\";i:1584000738;s:2:\"ip\";s:15:\"151.237.185.210\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568448738;}}'),(16149,549,'_um_last_login','1568430738'),(16150,549,'um_account_secure_fields','a:0:{}'),(16151,550,'nickname','micahhuggins'),(16152,550,'first_name','Micah'),(16153,550,'last_name','Huggins'),(16154,550,'description',''),(16155,550,'rich_editing','true'),(16156,550,'syntax_highlighting','true'),(16157,550,'comment_shortcuts','false'),(16158,550,'admin_color','fresh'),(16159,550,'use_ssl','0'),(16160,550,'show_admin_bar_front','true'),(16161,550,'locale',''),(16162,550,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16163,550,'wp_user_level','0'),(16164,550,'_yoast_wpseo_profile_updated','1568451946'),(16165,550,'dismissed_wp_pointers',''),(16166,550,'synced_gravatar_hashed_id','e5f7e8411e7e93381df406e8e4f2c994'),(16167,550,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568433936\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:12:\"micahhuggins\";s:10:\"first_name\";s:5:\"Micah\";s:9:\"last_name\";s:7:\"Huggins\";s:10:\"user_email\";s:44:\"Micah.Huggins@fireshoot.walletonlineshop.com\";}'),(16168,550,'form_id','17'),(16169,550,'timestamp','1568433936'),(16170,550,'request',''),(16171,550,'redirect_to','https://buzz-caribbean.com/register/'),(16172,550,'_wpnonce','3fd1e69d2e'),(16173,550,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(16175,550,'um_user_profile_url_slug_user_login','micahhuggins'),(16177,550,'full_name','micah huggins'),(16178,550,'account_status','approved'),(16179,551,'nickname','dann996849872164'),(16180,551,'first_name','Dann'),(16181,551,'last_name','Kraft'),(16182,551,'description',''),(16183,551,'rich_editing','true'),(16184,551,'syntax_highlighting','true'),(16185,551,'comment_shortcuts','false'),(16186,551,'admin_color','fresh'),(16187,551,'use_ssl','0'),(16188,551,'show_admin_bar_front','true'),(16189,551,'locale',''),(16190,551,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16191,551,'wp_user_level','0'),(16192,551,'_yoast_wpseo_profile_updated','1568452575'),(16193,551,'dismissed_wp_pointers',''),(16194,551,'synced_gravatar_hashed_id','dc46998bddc80a94d22bbb70d204e431'),(16195,551,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568434563\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"dann996849872164\";s:10:\"first_name\";s:4:\"Dann\";s:9:\"last_name\";s:5:\"Kraft\";s:10:\"user_email\";s:22:\"Dann.Kraft67@gmail.com\";}'),(16196,551,'form_id','17'),(16197,551,'timestamp','1568434563'),(16198,551,'request',''),(16199,551,'_wpnonce','3fd1e69d2e'),(16200,551,'_wp_http_referer','/register/'),(16202,551,'um_user_profile_url_slug_user_login','dann996849872164'),(16204,551,'full_name','dann kraft'),(16205,551,'account_status','approved'),(16206,551,'session_tokens','a:1:{s:64:\"c01758a559275007f517575bc39521af77ffb6bc909b6378291b773555a1fa53\";a:4:{s:10:\"expiration\";i:1584004576;s:2:\"ip\";s:13:\"185.3.134.200\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568452576;}}'),(16207,551,'_um_last_login','1568434576'),(16208,551,'um_account_secure_fields','a:0:{}'),(16209,552,'nickname','brycegresham9'),(16210,552,'first_name','Bryce'),(16211,552,'last_name','Gresham'),(16212,552,'description',''),(16213,552,'rich_editing','true'),(16214,552,'syntax_highlighting','true'),(16215,552,'comment_shortcuts','false'),(16216,552,'admin_color','fresh'),(16217,552,'use_ssl','0'),(16218,552,'show_admin_bar_front','true'),(16219,552,'locale',''),(16220,552,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16221,552,'wp_user_level','0'),(16222,552,'_yoast_wpseo_profile_updated','1568453461'),(16223,552,'dismissed_wp_pointers',''),(16224,552,'synced_gravatar_hashed_id','ed668c84786913dc8b885714ac070741'),(16225,552,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568435451\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:13:\"brycegresham9\";s:10:\"first_name\";s:5:\"Bryce\";s:9:\"last_name\";s:7:\"Gresham\";s:10:\"user_email\";s:25:\"Bryce_Gresham27@gmail.com\";}'),(16226,552,'form_id','17'),(16227,552,'timestamp','1568435451'),(16228,552,'request',''),(16229,552,'redirect_to','https://buzz-caribbean.com/register/'),(16230,552,'_wpnonce','3fd1e69d2e'),(16231,552,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(16233,552,'um_user_profile_url_slug_user_login','brycegresham9'),(16235,552,'full_name','bryce gresham'),(16236,552,'account_status','approved'),(16237,553,'nickname','clark4885744188'),(16238,553,'first_name','Clark'),(16239,553,'last_name','Lopez'),(16240,553,'description',''),(16241,553,'rich_editing','true'),(16242,553,'syntax_highlighting','true'),(16243,553,'comment_shortcuts','false'),(16244,553,'admin_color','fresh'),(16245,553,'use_ssl','0'),(16246,553,'show_admin_bar_front','true'),(16247,553,'locale',''),(16248,553,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16249,553,'wp_user_level','0'),(16250,553,'_yoast_wpseo_profile_updated','1568455004'),(16251,553,'dismissed_wp_pointers',''),(16252,553,'synced_gravatar_hashed_id','70ef360d08f7ab05d0d02b94083fc7e6'),(16253,553,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568436991\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"clark4885744188\";s:10:\"first_name\";s:5:\"Clark\";s:9:\"last_name\";s:5:\"Lopez\";s:10:\"user_email\";s:23:\"Clark_Lopez27@gmail.com\";}'),(16254,553,'form_id','17'),(16255,553,'timestamp','1568436991'),(16256,553,'request',''),(16257,553,'_wpnonce','3fd1e69d2e'),(16258,553,'_wp_http_referer','/register/'),(16260,553,'um_user_profile_url_slug_user_login','clark4885744188'),(16262,553,'full_name','clark lopez'),(16263,553,'account_status','approved'),(16264,553,'session_tokens','a:1:{s:64:\"6261f3391c83943e4c41b2d3d054e23be248957e6f34a6c43683323ececbb965\";a:4:{s:10:\"expiration\";i:1584007004;s:2:\"ip\";s:14:\"193.228.56.111\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568455004;}}'),(16265,553,'_um_last_login','1568437004'),(16266,553,'um_account_secure_fields','a:0:{}'),(16267,554,'nickname','jeffreysprent08'),(16268,554,'first_name','Jeffrey'),(16269,554,'last_name','Sprent'),(16270,554,'description',''),(16271,554,'rich_editing','true'),(16272,554,'syntax_highlighting','true'),(16273,554,'comment_shortcuts','false'),(16274,554,'admin_color','fresh'),(16275,554,'use_ssl','0'),(16276,554,'show_admin_bar_front','true'),(16277,554,'locale',''),(16278,554,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16279,554,'wp_user_level','0'),(16280,554,'_yoast_wpseo_profile_updated','1568456787'),(16281,554,'dismissed_wp_pointers',''),(16282,554,'synced_gravatar_hashed_id','c66dbd20faa41e89d6001a26b4f6ef39'),(16283,554,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568438778\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"jeffreysprent08\";s:10:\"first_name\";s:7:\"Jeffrey\";s:9:\"last_name\";s:6:\"Sprent\";s:10:\"user_email\";s:24:\"Jeffrey_Sprent@gmail.com\";}'),(16284,554,'form_id','17'),(16285,554,'timestamp','1568438778'),(16286,554,'request',''),(16287,554,'_wpnonce','3fd1e69d2e'),(16288,554,'_wp_http_referer','/register/'),(16290,554,'um_user_profile_url_slug_user_login','jeffreysprent08'),(16292,554,'full_name','jeffrey sprent'),(16293,554,'account_status','approved'),(16294,554,'session_tokens','a:1:{s:64:\"3e4bbe5227abba1930862f0f2a50466dc0c3290bd3c7138e079a7d5e01170789\";a:4:{s:10:\"expiration\";i:1584008788;s:2:\"ip\";s:14:\"193.228.56.111\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568456788;}}'),(16295,554,'_um_last_login','1568438788'),(16296,554,'um_account_secure_fields','a:0:{}'),(16297,555,'nickname','douglasmungomery'),(16298,555,'first_name','Douglas'),(16299,555,'last_name','Mungomery'),(16300,555,'description',''),(16301,555,'rich_editing','true'),(16302,555,'syntax_highlighting','true'),(16303,555,'comment_shortcuts','false'),(16304,555,'admin_color','fresh'),(16305,555,'use_ssl','0'),(16306,555,'show_admin_bar_front','true'),(16307,555,'locale',''),(16308,555,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16309,555,'wp_user_level','0'),(16310,555,'_yoast_wpseo_profile_updated','1568458261'),(16311,555,'dismissed_wp_pointers',''),(16312,555,'synced_gravatar_hashed_id','fb1766522f8ad00ec4cd13a95988fa7e'),(16313,555,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568440253\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"douglasmungomery\";s:10:\"first_name\";s:7:\"Douglas\";s:9:\"last_name\";s:9:\"Mungomery\";s:10:\"user_email\";s:29:\"Douglas-Mungomery95@gmail.com\";}'),(16314,555,'form_id','17'),(16315,555,'timestamp','1568440253'),(16316,555,'request',''),(16317,555,'_wpnonce','3fd1e69d2e'),(16318,555,'_wp_http_referer','/register/'),(16320,555,'um_user_profile_url_slug_user_login','douglasmungomery'),(16322,555,'full_name','douglas mungomery'),(16323,555,'account_status','approved'),(16324,555,'session_tokens','a:1:{s:64:\"0eeec3e350e81dd2425528684a10e1fc80adbec89980c7d5ec76853f3ace064f\";a:4:{s:10:\"expiration\";i:1584010261;s:2:\"ip\";s:15:\"107.158.221.154\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568458261;}}'),(16325,555,'_um_last_login','1568440261'),(16326,555,'um_account_secure_fields','a:0:{}'),(16327,556,'nickname','christoperstephe'),(16328,556,'first_name','Christoper'),(16329,556,'last_name','Stephens'),(16330,556,'description',''),(16331,556,'rich_editing','true'),(16332,556,'syntax_highlighting','true'),(16333,556,'comment_shortcuts','false'),(16334,556,'admin_color','fresh'),(16335,556,'use_ssl','0'),(16336,556,'show_admin_bar_front','true'),(16337,556,'locale',''),(16338,556,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16339,556,'wp_user_level','0'),(16340,556,'_yoast_wpseo_profile_updated','1568461644'),(16341,556,'dismissed_wp_pointers',''),(16342,556,'synced_gravatar_hashed_id','482181a632c6fcf9693ed41d9fa41058'),(16343,556,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568443635\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"christoperstephe\";s:10:\"first_name\";s:10:\"Christoper\";s:9:\"last_name\";s:8:\"Stephens\";s:10:\"user_email\";s:29:\"Christoper_Stephens@gmail.com\";}'),(16344,556,'form_id','17'),(16345,556,'timestamp','1568443635'),(16346,556,'request',''),(16347,556,'_wpnonce','3fd1e69d2e'),(16348,556,'_wp_http_referer','/register/'),(16350,556,'um_user_profile_url_slug_user_login','christoperstephe'),(16352,556,'full_name','christoper stephens'),(16353,556,'account_status','approved'),(16354,556,'session_tokens','a:1:{s:64:\"e2fffb32e4adc9b4257a7370fab44d2f3834f27d0b5be3d0123c0a67dd69f867\";a:4:{s:10:\"expiration\";i:1584013645;s:2:\"ip\";s:14:\"193.228.56.111\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568461645;}}'),(16355,556,'_um_last_login','1568443645'),(16356,556,'um_account_secure_fields','a:0:{}'),(16357,557,'nickname','maritzaadams26'),(16358,557,'first_name','Maritza'),(16359,557,'last_name','Adams'),(16360,557,'description',''),(16361,557,'rich_editing','true'),(16362,557,'syntax_highlighting','true'),(16363,557,'comment_shortcuts','false'),(16364,557,'admin_color','fresh'),(16365,557,'use_ssl','0'),(16366,557,'show_admin_bar_front','true'),(16367,557,'locale',''),(16368,557,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16369,557,'wp_user_level','0'),(16370,557,'_yoast_wpseo_profile_updated','1568462320'),(16371,557,'dismissed_wp_pointers',''),(16372,557,'synced_gravatar_hashed_id','be8f6bb3097d8694792786b37f8faed8'),(16373,557,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568444311\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"3fd1e69d2e\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"maritzaadams26\";s:10:\"first_name\";s:7:\"Maritza\";s:9:\"last_name\";s:5:\"Adams\";s:10:\"user_email\";s:25:\"Maritza.Adams34@gmail.com\";}'),(16374,557,'form_id','17'),(16375,557,'timestamp','1568444311'),(16376,557,'request',''),(16377,557,'_wpnonce','3fd1e69d2e'),(16378,557,'_wp_http_referer','/register/'),(16380,557,'um_user_profile_url_slug_user_login','maritzaadams26'),(16382,557,'full_name','maritza adams'),(16383,557,'account_status','approved'),(16384,557,'session_tokens','a:1:{s:64:\"64a3d71482907afb373030be04848ce314997a51498ee693a59f9518b8d1955c\";a:4:{s:10:\"expiration\";i:1584014321;s:2:\"ip\";s:15:\"196.245.216.133\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568462321;}}'),(16385,557,'_um_last_login','1568444321'),(16386,557,'um_account_secure_fields','a:0:{}'),(16387,558,'nickname','lauriewicker325'),(16388,558,'first_name','Laurie'),(16389,558,'last_name','Wicker'),(16390,558,'description',''),(16391,558,'rich_editing','true'),(16392,558,'syntax_highlighting','true'),(16393,558,'comment_shortcuts','false'),(16394,558,'admin_color','fresh'),(16395,558,'use_ssl','0'),(16396,558,'show_admin_bar_front','true'),(16397,558,'locale',''),(16398,558,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16399,558,'wp_user_level','0'),(16400,558,'_yoast_wpseo_profile_updated','1568465148'),(16401,558,'dismissed_wp_pointers',''),(16402,558,'synced_gravatar_hashed_id','44376eac176b57419e5e0a953553c33e'),(16403,558,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568447138\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"lauriewicker325\";s:10:\"first_name\";s:6:\"Laurie\";s:9:\"last_name\";s:6:\"Wicker\";s:10:\"user_email\";s:23:\"Laurie_Wicker@gmail.com\";}'),(16404,558,'form_id','17'),(16405,558,'timestamp','1568447138'),(16406,558,'request',''),(16407,558,'redirect_to','https://buzz-caribbean.com/register/'),(16408,558,'_wpnonce','80535900de'),(16409,558,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(16411,558,'um_user_profile_url_slug_user_login','lauriewicker325'),(16413,558,'full_name','laurie wicker'),(16414,558,'account_status','approved'),(16415,559,'nickname','elliotdumolo259'),(16416,559,'first_name','Elliot'),(16417,559,'last_name','Dumolo'),(16418,559,'description',''),(16419,559,'rich_editing','true'),(16420,559,'syntax_highlighting','true'),(16421,559,'comment_shortcuts','false'),(16422,559,'admin_color','fresh'),(16423,559,'use_ssl','0'),(16424,559,'show_admin_bar_front','true'),(16425,559,'locale',''),(16426,559,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16427,559,'wp_user_level','0'),(16428,559,'_yoast_wpseo_profile_updated','1568468384'),(16429,559,'dismissed_wp_pointers',''),(16430,559,'synced_gravatar_hashed_id','e624f15395e44ec5f3a9bda62b4c1bbb'),(16431,559,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568450376\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"elliotdumolo259\";s:10:\"first_name\";s:6:\"Elliot\";s:9:\"last_name\";s:6:\"Dumolo\";s:10:\"user_email\";s:44:\"Elliot_Dumolo@fireshoot.walletonlineshop.com\";}'),(16432,559,'form_id','17'),(16433,559,'timestamp','1568450376'),(16434,559,'request',''),(16435,559,'redirect_to','https://buzz-caribbean.com/register/'),(16436,559,'_wpnonce','80535900de'),(16437,559,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(16439,559,'um_user_profile_url_slug_user_login','elliotdumolo259'),(16441,559,'full_name','elliot dumolo'),(16442,559,'account_status','approved'),(16443,560,'nickname','fabianlandry781'),(16444,560,'first_name','Fabian'),(16445,560,'last_name','Landry'),(16446,560,'description',''),(16447,560,'rich_editing','true'),(16448,560,'syntax_highlighting','true'),(16449,560,'comment_shortcuts','false'),(16450,560,'admin_color','fresh'),(16451,560,'use_ssl','0'),(16452,560,'show_admin_bar_front','true'),(16453,560,'locale',''),(16454,560,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16455,560,'wp_user_level','0'),(16456,560,'_yoast_wpseo_profile_updated','1568470397'),(16457,560,'dismissed_wp_pointers',''),(16458,560,'synced_gravatar_hashed_id','6a27855204c3cc656a011b23579bd6e8'),(16459,560,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568452385\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"fabianlandry781\";s:10:\"first_name\";s:6:\"Fabian\";s:9:\"last_name\";s:6:\"Landry\";s:10:\"user_email\";s:23:\"Fabian.Landry@gmail.com\";}'),(16460,560,'form_id','17'),(16461,560,'timestamp','1568452385'),(16462,560,'request',''),(16463,560,'redirect_to','https://buzz-caribbean.com/register/'),(16464,560,'_wpnonce','80535900de'),(16465,560,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(16467,560,'um_user_profile_url_slug_user_login','fabianlandry781'),(16469,560,'full_name','fabian landry'),(16470,560,'account_status','approved'),(16471,561,'nickname','marcellaadey70'),(16472,561,'first_name','Marcella'),(16473,561,'last_name','Adey'),(16474,561,'description',''),(16475,561,'rich_editing','true'),(16476,561,'syntax_highlighting','true'),(16477,561,'comment_shortcuts','false'),(16478,561,'admin_color','fresh'),(16479,561,'use_ssl','0'),(16480,561,'show_admin_bar_front','true'),(16481,561,'locale',''),(16482,561,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16483,561,'wp_user_level','0'),(16484,561,'_yoast_wpseo_profile_updated','1568471514'),(16485,561,'dismissed_wp_pointers',''),(16486,561,'synced_gravatar_hashed_id','902a2f9d7563415ebb4d78511d5b9bf6'),(16487,561,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568453508\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"marcellaadey70\";s:10:\"first_name\";s:8:\"Marcella\";s:9:\"last_name\";s:4:\"Adey\";s:10:\"user_email\";s:26:\"Marcella-Adey100@gmail.com\";}'),(16488,561,'form_id','17'),(16489,561,'timestamp','1568453508'),(16490,561,'request',''),(16491,561,'_wpnonce','80535900de'),(16492,561,'_wp_http_referer','/register/'),(16494,561,'um_user_profile_url_slug_user_login','marcellaadey70'),(16496,561,'full_name','marcella adey'),(16497,561,'account_status','approved'),(16498,561,'session_tokens','a:1:{s:64:\"5fe826231fd4a58d45538aeab84532be2fa0780e7c66c8ae193443a693749e16\";a:4:{s:10:\"expiration\";i:1584023515;s:2:\"ip\";s:15:\"107.158.221.122\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568471515;}}'),(16499,561,'_um_last_login','1568453515'),(16500,561,'um_account_secure_fields','a:0:{}'),(16501,562,'nickname','ernestinemclean'),(16502,562,'first_name','Ernestine'),(16503,562,'last_name','McLean'),(16504,562,'description',''),(16505,562,'rich_editing','true'),(16506,562,'syntax_highlighting','true'),(16507,562,'comment_shortcuts','false'),(16508,562,'admin_color','fresh'),(16509,562,'use_ssl','0'),(16510,562,'show_admin_bar_front','true'),(16511,562,'locale',''),(16512,562,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16513,562,'wp_user_level','0'),(16514,562,'_yoast_wpseo_profile_updated','1568487619'),(16515,562,'dismissed_wp_pointers',''),(16516,562,'synced_gravatar_hashed_id','527a5ba5b9d221c4b9a8223add70da60'),(16517,562,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568469609\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"ernestinemclean\";s:10:\"first_name\";s:9:\"Ernestine\";s:9:\"last_name\";s:6:\"McLean\";s:10:\"user_email\";s:28:\"Ernestine.McLean71@gmail.com\";}'),(16518,562,'form_id','17'),(16519,562,'timestamp','1568469609'),(16520,562,'request',''),(16521,562,'_wpnonce','80535900de'),(16522,562,'_wp_http_referer','/register/'),(16524,562,'um_user_profile_url_slug_user_login','ernestinemclean'),(16526,562,'full_name','ernestine mclean'),(16527,562,'account_status','approved'),(16528,562,'session_tokens','a:1:{s:64:\"d09c7ae6d3415245d1476125918d363c0abd51956f688b1b6363934699b2be80\";a:4:{s:10:\"expiration\";i:1584039619;s:2:\"ip\";s:15:\"107.158.221.149\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568487619;}}'),(16529,562,'_um_last_login','1568469619'),(16530,562,'um_account_secure_fields','a:0:{}'),(16531,563,'nickname','latishatulloch'),(16532,563,'first_name','Latisha'),(16533,563,'last_name','Tulloch'),(16534,563,'description',''),(16535,563,'rich_editing','true'),(16536,563,'syntax_highlighting','true'),(16537,563,'comment_shortcuts','false'),(16538,563,'admin_color','fresh'),(16539,563,'use_ssl','0'),(16540,563,'show_admin_bar_front','true'),(16541,563,'locale',''),(16542,563,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16543,563,'wp_user_level','0'),(16544,563,'_yoast_wpseo_profile_updated','1568488720'),(16545,563,'dismissed_wp_pointers',''),(16546,563,'synced_gravatar_hashed_id','87279f8b4a58e772cb8f7c77b81667ca'),(16547,563,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568470710\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"latishatulloch\";s:10:\"first_name\";s:7:\"Latisha\";s:9:\"last_name\";s:7:\"Tulloch\";s:10:\"user_email\";s:25:\"Latisha-Tulloch@gmail.com\";}'),(16548,563,'form_id','17'),(16549,563,'timestamp','1568470710'),(16550,563,'request',''),(16551,563,'_wpnonce','80535900de'),(16552,563,'_wp_http_referer','/register/'),(16554,563,'um_user_profile_url_slug_user_login','latishatulloch'),(16556,563,'full_name','latisha tulloch'),(16557,563,'account_status','approved'),(16558,563,'session_tokens','a:1:{s:64:\"be6f00688eeba5d2710d4102867b1d9159da709969e4163565f50938df39d2b2\";a:4:{s:10:\"expiration\";i:1584040721;s:2:\"ip\";s:14:\"176.61.137.222\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568488721;}}'),(16559,563,'_um_last_login','1568470721'),(16560,563,'um_account_secure_fields','a:0:{}'),(16561,564,'nickname','carlosscammell'),(16562,564,'first_name','Carlos'),(16563,564,'last_name','Scammell'),(16564,564,'description',''),(16565,564,'rich_editing','true'),(16566,564,'syntax_highlighting','true'),(16567,564,'comment_shortcuts','false'),(16568,564,'admin_color','fresh'),(16569,564,'use_ssl','0'),(16570,564,'show_admin_bar_front','true'),(16571,564,'locale',''),(16572,564,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16573,564,'wp_user_level','0'),(16574,564,'_yoast_wpseo_profile_updated','1568488863'),(16575,564,'dismissed_wp_pointers',''),(16576,564,'synced_gravatar_hashed_id','b1a4a7a822f0800b8db34c17db1d4fe5'),(16577,564,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568470854\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"carlosscammell\";s:10:\"first_name\";s:6:\"Carlos\";s:9:\"last_name\";s:8:\"Scammell\";s:10:\"user_email\";s:25:\"Carlos-Scammell@gmail.com\";}'),(16578,564,'form_id','17'),(16579,564,'timestamp','1568470854'),(16580,564,'request',''),(16581,564,'_wpnonce','80535900de'),(16582,564,'_wp_http_referer','/register/'),(16584,564,'um_user_profile_url_slug_user_login','carlosscammell'),(16586,564,'full_name','carlos scammell'),(16587,564,'account_status','approved'),(16588,564,'session_tokens','a:1:{s:64:\"86a9d5c1cef183b89d87067d02a0931d55a7270ce2ba7732ac114e1521e77e5c\";a:4:{s:10:\"expiration\";i:1584040864;s:2:\"ip\";s:15:\"151.237.185.210\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568488864;}}'),(16589,564,'_um_last_login','1568470864'),(16590,564,'um_account_secure_fields','a:0:{}'),(16591,565,'nickname','lenaraggatt7415'),(16592,565,'first_name','Lena'),(16593,565,'last_name','Raggatt'),(16594,565,'description',''),(16595,565,'rich_editing','true'),(16596,565,'syntax_highlighting','true'),(16597,565,'comment_shortcuts','false'),(16598,565,'admin_color','fresh'),(16599,565,'use_ssl','0'),(16600,565,'show_admin_bar_front','true'),(16601,565,'locale',''),(16602,565,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16603,565,'wp_user_level','0'),(16604,565,'_yoast_wpseo_profile_updated','1568489335'),(16605,565,'dismissed_wp_pointers',''),(16606,565,'synced_gravatar_hashed_id','7bcb86bd36a07564dd3647501538e4e5'),(16607,565,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568471327\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"lenaraggatt7415\";s:10:\"first_name\";s:4:\"Lena\";s:9:\"last_name\";s:7:\"Raggatt\";s:10:\"user_email\";s:22:\"Lena_Raggatt@gmail.com\";}'),(16608,565,'form_id','17'),(16609,565,'timestamp','1568471327'),(16610,565,'request',''),(16611,565,'_wpnonce','80535900de'),(16612,565,'_wp_http_referer','/register/'),(16614,565,'um_user_profile_url_slug_user_login','lenaraggatt7415'),(16616,565,'full_name','lena raggatt'),(16617,565,'account_status','approved'),(16618,565,'session_tokens','a:1:{s:64:\"44af7cdfbf7ccb198e5d4e74bc03dc426282bb6fb5a34bda40397a3faa6a229a\";a:4:{s:10:\"expiration\";i:1584041335;s:2:\"ip\";s:15:\"196.245.216.133\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568489335;}}'),(16619,565,'_um_last_login','1568471335'),(16620,565,'um_account_secure_fields','a:0:{}'),(16621,566,'nickname','chanaveal3506'),(16622,566,'first_name','Chana'),(16623,566,'last_name','Veal'),(16624,566,'description',''),(16625,566,'rich_editing','true'),(16626,566,'syntax_highlighting','true'),(16627,566,'comment_shortcuts','false'),(16628,566,'admin_color','fresh'),(16629,566,'use_ssl','0'),(16630,566,'show_admin_bar_front','true'),(16631,566,'locale',''),(16632,566,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16633,566,'wp_user_level','0'),(16634,566,'_yoast_wpseo_profile_updated','1568489486'),(16635,566,'dismissed_wp_pointers',''),(16636,566,'synced_gravatar_hashed_id','dd23bcda156495e01a3f13d52c270970'),(16637,566,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568471475\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"chanaveal3506\";s:10:\"first_name\";s:5:\"Chana\";s:9:\"last_name\";s:4:\"Veal\";s:10:\"user_email\";s:20:\"Chana-Veal@gmail.com\";}'),(16638,566,'form_id','17'),(16639,566,'timestamp','1568471475'),(16640,566,'request',''),(16641,566,'_wpnonce','80535900de'),(16642,566,'_wp_http_referer','/register/'),(16644,566,'um_user_profile_url_slug_user_login','chanaveal3506'),(16646,566,'full_name','chana veal'),(16647,566,'account_status','approved'),(16648,566,'session_tokens','a:1:{s:64:\"c895a759776440f691f0d6f51b490c517f3b31c6a89703bc061463b4bfcd6e32\";a:4:{s:10:\"expiration\";i:1584041487;s:2:\"ip\";s:15:\"151.237.185.149\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568489487;}}'),(16649,566,'_um_last_login','1568471487'),(16650,566,'um_account_secure_fields','a:0:{}'),(16651,567,'nickname','colby039096'),(16652,567,'first_name','Colby'),(16653,567,'last_name','Hellyer'),(16654,567,'description',''),(16655,567,'rich_editing','true'),(16656,567,'syntax_highlighting','true'),(16657,567,'comment_shortcuts','false'),(16658,567,'admin_color','fresh'),(16659,567,'use_ssl','0'),(16660,567,'show_admin_bar_front','true'),(16661,567,'locale',''),(16662,567,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16663,567,'wp_user_level','0'),(16664,567,'_yoast_wpseo_profile_updated','1568491431'),(16665,567,'dismissed_wp_pointers',''),(16666,567,'synced_gravatar_hashed_id','21242eb38c4eb51fd980a4532ae52162'),(16667,567,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568473423\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"colby039096\";s:10:\"first_name\";s:5:\"Colby\";s:9:\"last_name\";s:7:\"Hellyer\";s:10:\"user_email\";s:23:\"Colby-Hellyer@gmail.com\";}'),(16668,567,'form_id','17'),(16669,567,'timestamp','1568473423'),(16670,567,'request',''),(16671,567,'_wpnonce','80535900de'),(16672,567,'_wp_http_referer','/register/'),(16674,567,'um_user_profile_url_slug_user_login','colby039096'),(16676,567,'full_name','colby hellyer'),(16677,567,'account_status','approved'),(16678,567,'session_tokens','a:1:{s:64:\"9de7fce452dc631036d3797280470f1c36df96e8f53ea225cf7370b840330280\";a:4:{s:10:\"expiration\";i:1584043431;s:2:\"ip\";s:12:\"185.3.134.20\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568491431;}}'),(16679,567,'_um_last_login','1568473431'),(16680,567,'um_account_secure_fields','a:0:{}'),(16681,568,'nickname','tpgemmett8544'),(16682,568,'first_name','Emmett'),(16683,568,'last_name','Mcdaniel'),(16684,568,'description',''),(16685,568,'rich_editing','true'),(16686,568,'syntax_highlighting','true'),(16687,568,'comment_shortcuts','false'),(16688,568,'admin_color','fresh'),(16689,568,'use_ssl','0'),(16690,568,'show_admin_bar_front','true'),(16691,568,'locale',''),(16692,568,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16693,568,'wp_user_level','0'),(16694,568,'_yoast_wpseo_profile_updated','1568491938'),(16695,568,'dismissed_wp_pointers',''),(16696,568,'synced_gravatar_hashed_id','99dc12bef3c85d465a0eb388321359ca'),(16697,568,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568473927\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"tpgemmett8544\";s:10:\"first_name\";s:6:\"Emmett\";s:9:\"last_name\";s:8:\"Mcdaniel\";s:10:\"user_email\";s:25:\"Emmett-Mcdaniel@gmail.com\";}'),(16698,568,'form_id','17'),(16699,568,'timestamp','1568473927'),(16700,568,'request',''),(16701,568,'_wpnonce','80535900de'),(16702,568,'_wp_http_referer','/register/'),(16704,568,'um_user_profile_url_slug_user_login','tpgemmett8544'),(16706,568,'full_name','emmett mcdaniel'),(16707,568,'account_status','approved'),(16708,568,'session_tokens','a:1:{s:64:\"faa677d446953f6c90c15ac02615ab40061abd1766be169f7f93883c7c02e594\";a:4:{s:10:\"expiration\";i:1584043939;s:2:\"ip\";s:15:\"104.227.254.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568491939;}}'),(16709,568,'_um_last_login','1568473939'),(16710,568,'um_account_secure_fields','a:0:{}'),(16711,569,'nickname','erikmacrory340'),(16712,569,'first_name','Erik'),(16713,569,'last_name','MacRory'),(16714,569,'description',''),(16715,569,'rich_editing','true'),(16716,569,'syntax_highlighting','true'),(16717,569,'comment_shortcuts','false'),(16718,569,'admin_color','fresh'),(16719,569,'use_ssl','0'),(16720,569,'show_admin_bar_front','true'),(16721,569,'locale',''),(16722,569,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16723,569,'wp_user_level','0'),(16724,569,'_yoast_wpseo_profile_updated','1568493161'),(16725,569,'dismissed_wp_pointers',''),(16726,569,'synced_gravatar_hashed_id','939921dc95d646e8379a021535ea9607'),(16727,569,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568475153\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"erikmacrory340\";s:10:\"first_name\";s:4:\"Erik\";s:9:\"last_name\";s:7:\"MacRory\";s:10:\"user_email\";s:22:\"Erik-MacRory@gmail.com\";}'),(16728,569,'form_id','17'),(16729,569,'timestamp','1568475153'),(16730,569,'request',''),(16731,569,'_wpnonce','80535900de'),(16732,569,'_wp_http_referer','/register/'),(16734,569,'um_user_profile_url_slug_user_login','erikmacrory340'),(16736,569,'full_name','erik macrory'),(16737,569,'account_status','approved'),(16738,569,'session_tokens','a:1:{s:64:\"7a1c5952a9ce976fe079697eb96ea750206d78bf38fb0545a9bf40e5e0948244\";a:4:{s:10:\"expiration\";i:1584045161;s:2:\"ip\";s:15:\"107.158.221.154\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568493161;}}'),(16739,569,'_um_last_login','1568475161'),(16740,569,'um_account_secure_fields','a:0:{}'),(16741,570,'nickname','vueluis273147'),(16742,570,'first_name','Luis'),(16743,570,'last_name','Wheaton'),(16744,570,'description',''),(16745,570,'rich_editing','true'),(16746,570,'syntax_highlighting','true'),(16747,570,'comment_shortcuts','false'),(16748,570,'admin_color','fresh'),(16749,570,'use_ssl','0'),(16750,570,'show_admin_bar_front','true'),(16751,570,'locale',''),(16752,570,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16753,570,'wp_user_level','0'),(16754,570,'_yoast_wpseo_profile_updated','1568494430'),(16755,570,'dismissed_wp_pointers',''),(16756,570,'synced_gravatar_hashed_id','48340ed2a0cd6d8c5d75d23b20e4190d'),(16757,570,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568476422\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"vueluis273147\";s:10:\"first_name\";s:4:\"Luis\";s:9:\"last_name\";s:7:\"Wheaton\";s:10:\"user_email\";s:22:\"Luis-Wheaton@gmail.com\";}'),(16758,570,'form_id','17'),(16759,570,'timestamp','1568476422'),(16760,570,'request',''),(16761,570,'_wpnonce','80535900de'),(16762,570,'_wp_http_referer','/register/'),(16764,570,'um_user_profile_url_slug_user_login','vueluis273147'),(16766,570,'full_name','luis wheaton'),(16767,570,'account_status','approved'),(16768,570,'session_tokens','a:1:{s:64:\"87a5ae699cb3b4784ed732b279b4316a03df00034979eeb35e97920f5904e0f5\";a:4:{s:10:\"expiration\";i:1584046431;s:2:\"ip\";s:12:\"185.3.134.20\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568494431;}}'),(16769,570,'_um_last_login','1568476431'),(16770,570,'um_account_secure_fields','a:0:{}'),(16771,571,'nickname','karinerubino'),(16772,571,'first_name','Karine'),(16773,571,'last_name','Rubino'),(16774,571,'description',''),(16775,571,'rich_editing','true'),(16776,571,'syntax_highlighting','true'),(16777,571,'comment_shortcuts','false'),(16778,571,'admin_color','fresh'),(16779,571,'use_ssl','0'),(16780,571,'show_admin_bar_front','true'),(16781,571,'locale',''),(16782,571,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16783,571,'wp_user_level','0'),(16784,571,'_yoast_wpseo_profile_updated','1568496193'),(16785,571,'dismissed_wp_pointers',''),(16786,571,'synced_gravatar_hashed_id','139a3c43e0313def47855e5a6a5d48d9'),(16787,571,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568478183\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"karinerubino\";s:10:\"first_name\";s:6:\"Karine\";s:9:\"last_name\";s:6:\"Rubino\";s:10:\"user_email\";s:23:\"Karine.Rubino@gmail.com\";}'),(16788,571,'form_id','17'),(16789,571,'timestamp','1568478183'),(16790,571,'request',''),(16791,571,'_wpnonce','80535900de'),(16792,571,'_wp_http_referer','/register/'),(16794,571,'um_user_profile_url_slug_user_login','karinerubino'),(16796,571,'full_name','karine rubino'),(16797,571,'account_status','approved'),(16798,571,'session_tokens','a:1:{s:64:\"73695f1c66feb2c431918dcdfcd2f6fb947e66f03b5c6bb71952d9009998ff5d\";a:4:{s:10:\"expiration\";i:1584048194;s:2:\"ip\";s:15:\"151.237.185.149\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568496194;}}'),(16799,571,'_um_last_login','1568478194'),(16800,571,'um_account_secure_fields','a:0:{}'),(16801,572,'nickname','anitradarvall'),(16802,572,'first_name','Anitra'),(16803,572,'last_name','Darvall'),(16804,572,'description',''),(16805,572,'rich_editing','true'),(16806,572,'syntax_highlighting','true'),(16807,572,'comment_shortcuts','false'),(16808,572,'admin_color','fresh'),(16809,572,'use_ssl','0'),(16810,572,'show_admin_bar_front','true'),(16811,572,'locale',''),(16812,572,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16813,572,'wp_user_level','0'),(16814,572,'_yoast_wpseo_profile_updated','1568497015'),(16815,572,'dismissed_wp_pointers',''),(16816,572,'synced_gravatar_hashed_id','075becbf6a447ed7e43d1e794f477c5e'),(16817,572,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568479008\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"anitradarvall\";s:10:\"first_name\";s:6:\"Anitra\";s:9:\"last_name\";s:7:\"Darvall\";s:10:\"user_email\";s:24:\"Anitra_Darvall@gmail.com\";}'),(16818,572,'form_id','17'),(16819,572,'timestamp','1568479008'),(16820,572,'request',''),(16821,572,'_wpnonce','80535900de'),(16822,572,'_wp_http_referer','/register/'),(16824,572,'um_user_profile_url_slug_user_login','anitradarvall'),(16826,572,'full_name','anitra darvall'),(16827,572,'account_status','approved'),(16828,572,'session_tokens','a:1:{s:64:\"0be27a9de7c5db27f141c1856bd9efbc9ec7e1ee503b8cea1c35c39a8bb2c17f\";a:4:{s:10:\"expiration\";i:1584049015;s:2:\"ip\";s:15:\"196.245.216.168\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568497015;}}'),(16829,572,'_um_last_login','1568479015'),(16830,572,'um_account_secure_fields','a:0:{}'),(16831,573,'nickname','patricianewell'),(16832,573,'first_name','Patricia'),(16833,573,'last_name','Newell'),(16834,573,'description',''),(16835,573,'rich_editing','true'),(16836,573,'syntax_highlighting','true'),(16837,573,'comment_shortcuts','false'),(16838,573,'admin_color','fresh'),(16839,573,'use_ssl','0'),(16840,573,'show_admin_bar_front','true'),(16841,573,'locale',''),(16842,573,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16843,573,'wp_user_level','0'),(16844,573,'_yoast_wpseo_profile_updated','1568497274'),(16845,573,'dismissed_wp_pointers',''),(16846,573,'synced_gravatar_hashed_id','962131b90b339e366a7db38aaabc3b4b'),(16847,573,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568479265\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"patricianewell\";s:10:\"first_name\";s:8:\"Patricia\";s:9:\"last_name\";s:6:\"Newell\";s:10:\"user_email\";s:27:\"Patricia_Newell36@gmail.com\";}'),(16848,573,'form_id','17'),(16849,573,'timestamp','1568479265'),(16850,573,'request',''),(16851,573,'_wpnonce','80535900de'),(16852,573,'_wp_http_referer','/register/'),(16854,573,'um_user_profile_url_slug_user_login','patricianewell'),(16856,573,'full_name','patricia newell'),(16857,573,'account_status','approved'),(16858,573,'session_tokens','a:1:{s:64:\"e3f90725e4452e24f7b96d68edd900b6dd270917316dc4b660e730fe7dc5274d\";a:4:{s:10:\"expiration\";i:1584049275;s:2:\"ip\";s:15:\"196.245.216.168\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568497275;}}'),(16859,573,'_um_last_login','1568479275'),(16860,573,'um_account_secure_fields','a:0:{}'),(16861,574,'nickname','essiegamez275'),(16862,574,'first_name','Essie'),(16863,574,'last_name','Gamez'),(16864,574,'description',''),(16865,574,'rich_editing','true'),(16866,574,'syntax_highlighting','true'),(16867,574,'comment_shortcuts','false'),(16868,574,'admin_color','fresh'),(16869,574,'use_ssl','0'),(16870,574,'show_admin_bar_front','true'),(16871,574,'locale',''),(16872,574,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16873,574,'wp_user_level','0'),(16874,574,'_yoast_wpseo_profile_updated','1568499203'),(16875,574,'dismissed_wp_pointers',''),(16876,574,'synced_gravatar_hashed_id','622debb4bd32d7dad9f48abffa71baf4'),(16877,574,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568481192\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:13:\"essiegamez275\";s:10:\"first_name\";s:5:\"Essie\";s:9:\"last_name\";s:5:\"Gamez\";s:10:\"user_email\";s:21:\"Essie_Gamez@gmail.com\";}'),(16878,574,'form_id','17'),(16879,574,'timestamp','1568481192'),(16880,574,'request',''),(16881,574,'redirect_to','https://buzz-caribbean.com/register/'),(16882,574,'_wpnonce','80535900de'),(16883,574,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(16885,574,'um_user_profile_url_slug_user_login','essiegamez275'),(16887,574,'full_name','essie gamez'),(16888,574,'account_status','approved'),(16889,575,'nickname','franchescagoodle'),(16890,575,'first_name','Franchesca'),(16891,575,'last_name','Goodlet'),(16892,575,'description',''),(16893,575,'rich_editing','true'),(16894,575,'syntax_highlighting','true'),(16895,575,'comment_shortcuts','false'),(16896,575,'admin_color','fresh'),(16897,575,'use_ssl','0'),(16898,575,'show_admin_bar_front','true'),(16899,575,'locale',''),(16900,575,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16901,575,'wp_user_level','0'),(16902,575,'_yoast_wpseo_profile_updated','1568499308'),(16903,575,'dismissed_wp_pointers',''),(16904,575,'synced_gravatar_hashed_id','ed50d52548076d3584431caef668db77'),(16905,575,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568481300\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"franchescagoodle\";s:10:\"first_name\";s:10:\"Franchesca\";s:9:\"last_name\";s:7:\"Goodlet\";s:10:\"user_email\";s:28:\"Franchesca-Goodlet@gmail.com\";}'),(16906,575,'form_id','17'),(16907,575,'timestamp','1568481300'),(16908,575,'request',''),(16909,575,'_wpnonce','80535900de'),(16910,575,'_wp_http_referer','/register/'),(16912,575,'um_user_profile_url_slug_user_login','franchescagoodle'),(16914,575,'full_name','franchesca goodlet'),(16915,575,'account_status','approved'),(16916,575,'session_tokens','a:1:{s:64:\"b74090beaa293e92630dc5dd461438c8aecdd3f08079aff19d22554a3dc97293\";a:4:{s:10:\"expiration\";i:1584051308;s:2:\"ip\";s:15:\"196.245.216.192\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568499308;}}'),(16917,575,'_um_last_login','1568481308'),(16918,575,'um_account_secure_fields','a:0:{}'),(16919,576,'nickname','jerroldherbert0'),(16920,576,'first_name','Jerrold'),(16921,576,'last_name','Herbert'),(16922,576,'description',''),(16923,576,'rich_editing','true'),(16924,576,'syntax_highlighting','true'),(16925,576,'comment_shortcuts','false'),(16926,576,'admin_color','fresh'),(16927,576,'use_ssl','0'),(16928,576,'show_admin_bar_front','true'),(16929,576,'locale',''),(16930,576,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16931,576,'wp_user_level','0'),(16932,576,'_yoast_wpseo_profile_updated','1568500253'),(16933,576,'dismissed_wp_pointers',''),(16934,576,'synced_gravatar_hashed_id','3cbe069c4b20957147c9391ee21e0d68'),(16935,576,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568482244\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"jerroldherbert0\";s:10:\"first_name\";s:7:\"Jerrold\";s:9:\"last_name\";s:7:\"Herbert\";s:10:\"user_email\";s:27:\"Jerrold-Herbert88@gmail.com\";}'),(16936,576,'form_id','17'),(16937,576,'timestamp','1568482244'),(16938,576,'request',''),(16939,576,'_wpnonce','80535900de'),(16940,576,'_wp_http_referer','/register/'),(16942,576,'um_user_profile_url_slug_user_login','jerroldherbert0'),(16944,576,'full_name','jerrold herbert'),(16945,576,'account_status','approved'),(16946,576,'session_tokens','a:1:{s:64:\"382a0a20208094123b44d77019c0e28bc2f8e3c91b18571560ddfeb097a0072a\";a:4:{s:10:\"expiration\";i:1584052254;s:2:\"ip\";s:15:\"196.245.216.192\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568500254;}}'),(16947,576,'_um_last_login','1568482254'),(16948,576,'um_account_secure_fields','a:0:{}'),(16949,577,'nickname','gladisshuman1'),(16950,577,'first_name','Gladis'),(16951,577,'last_name','Shuman'),(16952,577,'description',''),(16953,577,'rich_editing','true'),(16954,577,'syntax_highlighting','true'),(16955,577,'comment_shortcuts','false'),(16956,577,'admin_color','fresh'),(16957,577,'use_ssl','0'),(16958,577,'show_admin_bar_front','true'),(16959,577,'locale',''),(16960,577,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16961,577,'wp_user_level','0'),(16962,577,'_yoast_wpseo_profile_updated','1568500464'),(16963,577,'dismissed_wp_pointers',''),(16964,577,'synced_gravatar_hashed_id','547b683dfe6dcdcc9b9204dd605ee5d1'),(16965,577,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568482435\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:13:\"gladisshuman1\";s:10:\"first_name\";s:6:\"Gladis\";s:9:\"last_name\";s:6:\"Shuman\";s:10:\"user_email\";s:42:\"Gladis-Shuman@ori73.freeinvestoradvice.com\";}'),(16966,577,'form_id','17'),(16967,577,'timestamp','1568482435'),(16968,577,'request',''),(16969,577,'redirect_to','https://buzz-caribbean.com/register/'),(16970,577,'_wpnonce','80535900de'),(16971,577,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(16973,577,'um_user_profile_url_slug_user_login','gladisshuman1'),(16975,577,'full_name','gladis shuman'),(16976,577,'account_status','approved'),(16977,578,'nickname','cortezgarten246'),(16978,578,'first_name','Cortez'),(16979,578,'last_name','Garten'),(16980,578,'description',''),(16981,578,'rich_editing','true'),(16982,578,'syntax_highlighting','true'),(16983,578,'comment_shortcuts','false'),(16984,578,'admin_color','fresh'),(16985,578,'use_ssl','0'),(16986,578,'show_admin_bar_front','true'),(16987,578,'locale',''),(16988,578,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16989,578,'wp_user_level','0'),(16990,578,'_yoast_wpseo_profile_updated','1568501257'),(16991,578,'dismissed_wp_pointers',''),(16992,578,'synced_gravatar_hashed_id','144068b96afefb467d1fc423ff04545b'),(16993,578,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568483249\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"cortezgarten246\";s:10:\"first_name\";s:6:\"Cortez\";s:9:\"last_name\";s:6:\"Garten\";s:10:\"user_email\";s:24:\"Cortez-Garten2@gmail.com\";}'),(16994,578,'form_id','17'),(16995,578,'timestamp','1568483249'),(16996,578,'request',''),(16997,578,'_wpnonce','80535900de'),(16998,578,'_wp_http_referer','/register/'),(17000,578,'um_user_profile_url_slug_user_login','cortezgarten246'),(17002,578,'full_name','cortez garten'),(17003,578,'account_status','approved'),(17004,578,'session_tokens','a:1:{s:64:\"ba853cc4b34282e8bd26bd1bff1ad92b4def0c75f9e3c0135e1af07d4b12303e\";a:4:{s:10:\"expiration\";i:1584053258;s:2:\"ip\";s:15:\"196.245.216.107\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568501258;}}'),(17005,578,'_um_last_login','1568483258'),(17006,578,'um_account_secure_fields','a:0:{}'),(17007,579,'nickname','ethelallie036'),(17008,579,'first_name','Ethel'),(17009,579,'last_name','Allie'),(17010,579,'description',''),(17011,579,'rich_editing','true'),(17012,579,'syntax_highlighting','true'),(17013,579,'comment_shortcuts','false'),(17014,579,'admin_color','fresh'),(17015,579,'use_ssl','0'),(17016,579,'show_admin_bar_front','true'),(17017,579,'locale',''),(17018,579,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17019,579,'wp_user_level','0'),(17020,579,'_yoast_wpseo_profile_updated','1568502027'),(17021,579,'dismissed_wp_pointers',''),(17022,579,'synced_gravatar_hashed_id','a887020997625fef4df3234f45a96d1b'),(17023,579,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568484019\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"ethelallie036\";s:10:\"first_name\";s:5:\"Ethel\";s:9:\"last_name\";s:5:\"Allie\";s:10:\"user_email\";s:23:\"Ethel_Allie99@gmail.com\";}'),(17024,579,'form_id','17'),(17025,579,'timestamp','1568484019'),(17026,579,'request',''),(17027,579,'_wpnonce','80535900de'),(17028,579,'_wp_http_referer','/register/'),(17030,579,'um_user_profile_url_slug_user_login','ethelallie036'),(17032,579,'full_name','ethel allie'),(17033,579,'account_status','approved'),(17034,579,'session_tokens','a:1:{s:64:\"97f2bc1a41ea5a743798e4e2a0de2bc2338f9286c0adc88fb867d5b0037850f0\";a:4:{s:10:\"expiration\";i:1584054027;s:2:\"ip\";s:15:\"144.168.201.187\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568502027;}}'),(17035,579,'_um_last_login','1568484027'),(17036,579,'um_account_secure_fields','a:0:{}'),(17037,580,'nickname','jarreddlw3639'),(17038,580,'first_name','Jarred'),(17039,580,'last_name','Larkin'),(17040,580,'description',''),(17041,580,'rich_editing','true'),(17042,580,'syntax_highlighting','true'),(17043,580,'comment_shortcuts','false'),(17044,580,'admin_color','fresh'),(17045,580,'use_ssl','0'),(17046,580,'show_admin_bar_front','true'),(17047,580,'locale',''),(17048,580,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17049,580,'wp_user_level','0'),(17050,580,'_yoast_wpseo_profile_updated','1568503963'),(17051,580,'dismissed_wp_pointers',''),(17052,580,'synced_gravatar_hashed_id','56ed82a9aa9e4497e5eb64d36c1be4e3'),(17053,580,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568485954\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"jarreddlw3639\";s:10:\"first_name\";s:6:\"Jarred\";s:9:\"last_name\";s:6:\"Larkin\";s:10:\"user_email\";s:25:\"Jarred_Larkin86@gmail.com\";}'),(17054,580,'form_id','17'),(17055,580,'timestamp','1568485954'),(17056,580,'request',''),(17057,580,'_wpnonce','80535900de'),(17058,580,'_wp_http_referer','/register/'),(17060,580,'um_user_profile_url_slug_user_login','jarreddlw3639'),(17062,580,'full_name','jarred larkin'),(17063,580,'account_status','approved'),(17064,580,'session_tokens','a:1:{s:64:\"910703164ac51a6f10bd56c7b574109afb2824151cbd3faf812f2ef1e150adee\";a:4:{s:10:\"expiration\";i:1584055964;s:2:\"ip\";s:14:\"165.231.130.31\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568503964;}}'),(17065,580,'_um_last_login','1568485964'),(17066,580,'um_account_secure_fields','a:0:{}'),(17067,581,'nickname','margaretworkman'),(17068,581,'first_name','Margaret'),(17069,581,'last_name','Workman'),(17070,581,'description',''),(17071,581,'rich_editing','true'),(17072,581,'syntax_highlighting','true'),(17073,581,'comment_shortcuts','false'),(17074,581,'admin_color','fresh'),(17075,581,'use_ssl','0'),(17076,581,'show_admin_bar_front','true'),(17077,581,'locale',''),(17078,581,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17079,581,'wp_user_level','0'),(17080,581,'_yoast_wpseo_profile_updated','1568504835'),(17081,581,'dismissed_wp_pointers',''),(17082,581,'synced_gravatar_hashed_id','09e4cbabcdafbf2dc22b47032de21156'),(17083,581,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568486824\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"margaretworkman\";s:10:\"first_name\";s:8:\"Margaret\";s:9:\"last_name\";s:7:\"Workman\";s:10:\"user_email\";s:28:\"Margaret.Workman17@gmail.com\";}'),(17084,581,'form_id','17'),(17085,581,'timestamp','1568486824'),(17086,581,'request',''),(17087,581,'_wpnonce','80535900de'),(17088,581,'_wp_http_referer','/register/'),(17090,581,'um_user_profile_url_slug_user_login','margaretworkman'),(17092,581,'full_name','margaret workman'),(17093,581,'account_status','approved'),(17094,581,'session_tokens','a:1:{s:64:\"a6f05c5ae9e5a31012e837384bcab2580ec8902db10ed1760c75ee9af372290a\";a:4:{s:10:\"expiration\";i:1584056836;s:2:\"ip\";s:15:\"107.158.221.106\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568504836;}}'),(17095,581,'_um_last_login','1568486836'),(17096,581,'um_account_secure_fields','a:0:{}'),(17097,582,'nickname','antwanf701453402'),(17098,582,'first_name','Antwan'),(17099,582,'last_name','Burston'),(17100,582,'description',''),(17101,582,'rich_editing','true'),(17102,582,'syntax_highlighting','true'),(17103,582,'comment_shortcuts','false'),(17104,582,'admin_color','fresh'),(17105,582,'use_ssl','0'),(17106,582,'show_admin_bar_front','true'),(17107,582,'locale',''),(17108,582,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17109,582,'wp_user_level','0'),(17110,582,'_yoast_wpseo_profile_updated','1568505257'),(17111,582,'dismissed_wp_pointers',''),(17112,582,'synced_gravatar_hashed_id','6511e35b756a78cf9fc349978624cd72'),(17113,582,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568487245\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"80535900de\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"antwanf701453402\";s:10:\"first_name\";s:6:\"Antwan\";s:9:\"last_name\";s:7:\"Burston\";s:10:\"user_email\";s:24:\"Antwan.Burston@gmail.com\";}'),(17114,582,'form_id','17'),(17115,582,'timestamp','1568487245'),(17116,582,'request',''),(17117,582,'_wpnonce','80535900de'),(17118,582,'_wp_http_referer','/register/'),(17120,582,'um_user_profile_url_slug_user_login','antwanf701453402'),(17122,582,'full_name','antwan burston'),(17123,582,'account_status','approved'),(17124,582,'session_tokens','a:1:{s:64:\"432dc5bfae52238c1b961089605acad1ea19f201f3cd7b860f7befd4ee38a1f4\";a:4:{s:10:\"expiration\";i:1584057258;s:2:\"ip\";s:13:\"185.3.134.127\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568505258;}}'),(17125,582,'_um_last_login','1568487258'),(17126,582,'um_account_secure_fields','a:0:{}'),(17127,583,'nickname','ines2044502378'),(17128,583,'first_name','Ines'),(17129,583,'last_name','Delano'),(17130,583,'description',''),(17131,583,'rich_editing','true'),(17132,583,'syntax_highlighting','true'),(17133,583,'comment_shortcuts','false'),(17134,583,'admin_color','fresh'),(17135,583,'use_ssl','0'),(17136,583,'show_admin_bar_front','true'),(17137,583,'locale',''),(17138,583,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17139,583,'wp_user_level','0'),(17140,583,'_yoast_wpseo_profile_updated','1568505930'),(17141,583,'dismissed_wp_pointers',''),(17142,583,'synced_gravatar_hashed_id','afdb8c4bfb5589f33061d3cdfb9156c3'),(17143,583,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568487919\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"ines2044502378\";s:10:\"first_name\";s:4:\"Ines\";s:9:\"last_name\";s:6:\"Delano\";s:10:\"user_email\";s:21:\"Ines.Delano@gmail.com\";}'),(17144,583,'form_id','17'),(17145,583,'timestamp','1568487919'),(17146,583,'request',''),(17147,583,'_wpnonce','e556d0c4ba'),(17148,583,'_wp_http_referer','/register/'),(17150,583,'um_user_profile_url_slug_user_login','ines2044502378'),(17152,583,'full_name','ines delano'),(17153,583,'account_status','approved'),(17154,583,'session_tokens','a:1:{s:64:\"a378271b6a241ec37da4c9a79007d496215ae5dc1964aee632298899703b4b26\";a:4:{s:10:\"expiration\";i:1584057930;s:2:\"ip\";s:14:\"193.228.56.108\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568505930;}}'),(17155,583,'_um_last_login','1568487930'),(17156,583,'um_account_secure_fields','a:0:{}'),(17157,584,'nickname','rgbsol568034239'),(17158,584,'first_name','Sol'),(17159,584,'last_name','Bertrand'),(17160,584,'description',''),(17161,584,'rich_editing','true'),(17162,584,'syntax_highlighting','true'),(17163,584,'comment_shortcuts','false'),(17164,584,'admin_color','fresh'),(17165,584,'use_ssl','0'),(17166,584,'show_admin_bar_front','true'),(17167,584,'locale',''),(17168,584,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17169,584,'wp_user_level','0'),(17170,584,'_yoast_wpseo_profile_updated','1568506772');
INSERT INTO `wp_usermeta` VALUES (17171,584,'dismissed_wp_pointers',''),(17172,584,'synced_gravatar_hashed_id','f1fd5d050136f6389573b2f52729437d'),(17173,584,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568488764\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"rgbsol568034239\";s:10:\"first_name\";s:3:\"Sol\";s:9:\"last_name\";s:8:\"Bertrand\";s:10:\"user_email\";s:24:\"Sol_Bertrand40@gmail.com\";}'),(17174,584,'form_id','17'),(17175,584,'timestamp','1568488764'),(17176,584,'request',''),(17177,584,'_wpnonce','e556d0c4ba'),(17178,584,'_wp_http_referer','/register/'),(17180,584,'um_user_profile_url_slug_user_login','rgbsol568034239'),(17182,584,'full_name','sol bertrand'),(17183,584,'account_status','approved'),(17184,584,'session_tokens','a:1:{s:64:\"631f77ee9a9b90ea4ccd36f2d028f0bc4a17cbe95e324c048fc930b5f56cf184\";a:4:{s:10:\"expiration\";i:1584058773;s:2:\"ip\";s:15:\"144.168.201.151\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568506773;}}'),(17185,584,'_um_last_login','1568488773'),(17186,584,'um_account_secure_fields','a:0:{}'),(17187,585,'nickname','lynnehoch0'),(17188,585,'first_name','Lynne'),(17189,585,'last_name','Hoch'),(17190,585,'description',''),(17191,585,'rich_editing','true'),(17192,585,'syntax_highlighting','true'),(17193,585,'comment_shortcuts','false'),(17194,585,'admin_color','fresh'),(17195,585,'use_ssl','0'),(17196,585,'show_admin_bar_front','true'),(17197,585,'locale',''),(17198,585,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17199,585,'wp_user_level','0'),(17200,585,'_yoast_wpseo_profile_updated','1568508949'),(17201,585,'dismissed_wp_pointers',''),(17202,585,'synced_gravatar_hashed_id','5dc4ccf5278faf3e5f08252827222136'),(17203,585,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568490943\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"lynnehoch0\";s:10:\"first_name\";s:5:\"Lynne\";s:9:\"last_name\";s:4:\"Hoch\";s:10:\"user_email\";s:20:\"Lynne_Hoch@gmail.com\";}'),(17204,585,'form_id','17'),(17205,585,'timestamp','1568490943'),(17206,585,'request',''),(17207,585,'_wpnonce','e556d0c4ba'),(17208,585,'_wp_http_referer','/register/'),(17210,585,'um_user_profile_url_slug_user_login','lynnehoch0'),(17212,585,'full_name','lynne hoch'),(17213,585,'account_status','approved'),(17214,585,'session_tokens','a:1:{s:64:\"ea6a9d513b6f3f72b3f15575ff0f6bcb2f58cfaade9d75f6da7fd326386d6569\";a:4:{s:10:\"expiration\";i:1584060950;s:2:\"ip\";s:15:\"107.158.221.106\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568508950;}}'),(17215,585,'_um_last_login','1568490950'),(17216,585,'um_account_secure_fields','a:0:{}'),(17217,586,'nickname','julianneheyne4'),(17218,586,'first_name','Julianne'),(17219,586,'last_name','Heyne'),(17220,586,'description',''),(17221,586,'rich_editing','true'),(17222,586,'syntax_highlighting','true'),(17223,586,'comment_shortcuts','false'),(17224,586,'admin_color','fresh'),(17225,586,'use_ssl','0'),(17226,586,'show_admin_bar_front','true'),(17227,586,'locale',''),(17228,586,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17229,586,'wp_user_level','0'),(17230,586,'_yoast_wpseo_profile_updated','1568511675'),(17231,586,'dismissed_wp_pointers',''),(17232,586,'synced_gravatar_hashed_id','8380b3d05e9889cf72bf8d2400521f11'),(17233,586,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568493666\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"julianneheyne4\";s:10:\"first_name\";s:8:\"Julianne\";s:9:\"last_name\";s:5:\"Heyne\";s:10:\"user_email\";s:26:\"Julianne-Heyne42@gmail.com\";}'),(17234,586,'form_id','17'),(17235,586,'timestamp','1568493666'),(17236,586,'request',''),(17237,586,'_wpnonce','e556d0c4ba'),(17238,586,'_wp_http_referer','/register/'),(17240,586,'um_user_profile_url_slug_user_login','julianneheyne4'),(17242,586,'full_name','julianne heyne'),(17243,586,'account_status','approved'),(17244,586,'session_tokens','a:1:{s:64:\"3e766f342ce409194b1e202e45afb7e97c4dbc3a28a952984bf2bad5f9047f3b\";a:4:{s:10:\"expiration\";i:1584063675;s:2:\"ip\";s:15:\"191.101.125.190\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568511675;}}'),(17245,586,'_um_last_login','1568493675'),(17246,586,'um_account_secure_fields','a:0:{}'),(17247,587,'nickname','alisiadempster4'),(17248,587,'first_name','Alisia'),(17249,587,'last_name','Dempster'),(17250,587,'description',''),(17251,587,'rich_editing','true'),(17252,587,'syntax_highlighting','true'),(17253,587,'comment_shortcuts','false'),(17254,587,'admin_color','fresh'),(17255,587,'use_ssl','0'),(17256,587,'show_admin_bar_front','true'),(17257,587,'locale',''),(17258,587,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17259,587,'wp_user_level','0'),(17260,587,'_yoast_wpseo_profile_updated','1568512008'),(17261,587,'dismissed_wp_pointers',''),(17262,587,'synced_gravatar_hashed_id','615352b68824dd523370eb059da0adb7'),(17263,587,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568494001\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"alisiadempster4\";s:10:\"first_name\";s:6:\"Alisia\";s:9:\"last_name\";s:8:\"Dempster\";s:10:\"user_email\";s:27:\"Alisia-Dempster77@gmail.com\";}'),(17264,587,'form_id','17'),(17265,587,'timestamp','1568494001'),(17266,587,'request',''),(17267,587,'_wpnonce','e556d0c4ba'),(17268,587,'_wp_http_referer','/register/'),(17270,587,'um_user_profile_url_slug_user_login','alisiadempster4'),(17272,587,'full_name','alisia dempster'),(17273,587,'account_status','approved'),(17274,587,'session_tokens','a:1:{s:64:\"70f60ddc02b8111094b4cea6e5b889c8b01e8589008aab5535bf0034e07ea55e\";a:4:{s:10:\"expiration\";i:1584064009;s:2:\"ip\";s:15:\"107.158.221.149\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568512009;}}'),(17275,587,'_um_last_login','1568494009'),(17276,587,'um_account_secure_fields','a:0:{}'),(17277,588,'nickname','ambrosebarton5'),(17278,588,'first_name','Ambrose'),(17279,588,'last_name','Barton'),(17280,588,'description',''),(17281,588,'rich_editing','true'),(17282,588,'syntax_highlighting','true'),(17283,588,'comment_shortcuts','false'),(17284,588,'admin_color','fresh'),(17285,588,'use_ssl','0'),(17286,588,'show_admin_bar_front','true'),(17287,588,'locale',''),(17288,588,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17289,588,'wp_user_level','0'),(17290,588,'_yoast_wpseo_profile_updated','1568512295'),(17291,588,'dismissed_wp_pointers',''),(17292,588,'synced_gravatar_hashed_id','72d928338120764b19b5f9fdb152b726'),(17293,588,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568494288\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"ambrosebarton5\";s:10:\"first_name\";s:7:\"Ambrose\";s:9:\"last_name\";s:6:\"Barton\";s:10:\"user_email\";s:24:\"Ambrose-Barton@gmail.com\";}'),(17294,588,'form_id','17'),(17295,588,'timestamp','1568494288'),(17296,588,'request',''),(17297,588,'_wpnonce','e556d0c4ba'),(17298,588,'_wp_http_referer','/register/'),(17300,588,'um_user_profile_url_slug_user_login','ambrosebarton5'),(17302,588,'full_name','ambrose barton'),(17303,588,'account_status','approved'),(17304,588,'session_tokens','a:1:{s:64:\"ff44a928bf535859a7de7a79ba4a8e7001419079b44a6d7371447ae4cad31427\";a:4:{s:10:\"expiration\";i:1584064295;s:2:\"ip\";s:14:\"193.228.56.111\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568512295;}}'),(17305,588,'_um_last_login','1568494295'),(17306,588,'um_account_secure_fields','a:0:{}'),(17307,589,'nickname','kristitgn26123'),(17308,589,'first_name','Kristi'),(17309,589,'last_name','Muramats'),(17310,589,'description',''),(17311,589,'rich_editing','true'),(17312,589,'syntax_highlighting','true'),(17313,589,'comment_shortcuts','false'),(17314,589,'admin_color','fresh'),(17315,589,'use_ssl','0'),(17316,589,'show_admin_bar_front','true'),(17317,589,'locale',''),(17318,589,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17319,589,'wp_user_level','0'),(17320,589,'_yoast_wpseo_profile_updated','1568513034'),(17321,589,'dismissed_wp_pointers',''),(17322,589,'synced_gravatar_hashed_id','16995c5b668d35cae65d2684502fdb62'),(17323,589,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568495028\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"kristitgn26123\";s:10:\"first_name\";s:6:\"Kristi\";s:9:\"last_name\";s:8:\"Muramats\";s:10:\"user_email\";s:25:\"Kristi-Muramats@gmail.com\";}'),(17324,589,'form_id','17'),(17325,589,'timestamp','1568495028'),(17326,589,'request',''),(17327,589,'_wpnonce','e556d0c4ba'),(17328,589,'_wp_http_referer','/register/'),(17330,589,'um_user_profile_url_slug_user_login','kristitgn26123'),(17332,589,'full_name','kristi muramats'),(17333,589,'account_status','approved'),(17334,589,'session_tokens','a:1:{s:64:\"3472ec6b8b0710f4b47600555bf901b69db6e28c1edb8625fd516e949e72ec46\";a:4:{s:10:\"expiration\";i:1584065035;s:2:\"ip\";s:12:\"185.3.134.20\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568513035;}}'),(17335,589,'_um_last_login','1568495035'),(17336,589,'um_account_secure_fields','a:0:{}'),(17337,590,'nickname','levistarns450'),(17338,590,'first_name','Levi'),(17339,590,'last_name','Starns'),(17340,590,'description',''),(17341,590,'rich_editing','true'),(17342,590,'syntax_highlighting','true'),(17343,590,'comment_shortcuts','false'),(17344,590,'admin_color','fresh'),(17345,590,'use_ssl','0'),(17346,590,'show_admin_bar_front','true'),(17347,590,'locale',''),(17348,590,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17349,590,'wp_user_level','0'),(17350,590,'_yoast_wpseo_profile_updated','1568513999'),(17351,590,'dismissed_wp_pointers',''),(17352,590,'synced_gravatar_hashed_id','fbb9d7c629221635debdae724cd1fe17'),(17353,590,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568495991\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"levistarns450\";s:10:\"first_name\";s:4:\"Levi\";s:9:\"last_name\";s:6:\"Starns\";s:10:\"user_email\";s:21:\"Levi.Starns@gmail.com\";}'),(17354,590,'form_id','17'),(17355,590,'timestamp','1568495991'),(17356,590,'request',''),(17357,590,'_wpnonce','e556d0c4ba'),(17358,590,'_wp_http_referer','/register/'),(17360,590,'um_user_profile_url_slug_user_login','levistarns450'),(17362,590,'full_name','levi starns'),(17363,590,'account_status','approved'),(17364,590,'session_tokens','a:1:{s:64:\"fea062730dffa257a4ab4b49bcc2f305927ed864efe5e4838234d1adc1429b84\";a:4:{s:10:\"expiration\";i:1584065999;s:2:\"ip\";s:15:\"151.237.185.210\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568513999;}}'),(17365,590,'_um_last_login','1568495999'),(17366,590,'um_account_secure_fields','a:0:{}'),(17367,591,'nickname','edwardonix542'),(17368,591,'first_name','Edwardo'),(17369,591,'last_name','Nix'),(17370,591,'description',''),(17371,591,'rich_editing','true'),(17372,591,'syntax_highlighting','true'),(17373,591,'comment_shortcuts','false'),(17374,591,'admin_color','fresh'),(17375,591,'use_ssl','0'),(17376,591,'show_admin_bar_front','true'),(17377,591,'locale',''),(17378,591,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17379,591,'wp_user_level','0'),(17380,591,'_yoast_wpseo_profile_updated','1568514627'),(17381,591,'dismissed_wp_pointers',''),(17382,591,'synced_gravatar_hashed_id','62412982ef2645b9e8d0539a1cb94b20'),(17383,591,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568496619\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"edwardonix542\";s:10:\"first_name\";s:7:\"Edwardo\";s:9:\"last_name\";s:3:\"Nix\";s:10:\"user_email\";s:23:\"Edwardo.Nix19@gmail.com\";}'),(17384,591,'form_id','17'),(17385,591,'timestamp','1568496619'),(17386,591,'request',''),(17387,591,'_wpnonce','e556d0c4ba'),(17388,591,'_wp_http_referer','/register/'),(17390,591,'um_user_profile_url_slug_user_login','edwardonix542'),(17392,591,'full_name','edwardo nix'),(17393,591,'account_status','approved'),(17394,591,'session_tokens','a:1:{s:64:\"6666ca51d66abb39e47ab1cb74a2fbb4e5c2b68fbe609b2043e4c309f9904c6c\";a:4:{s:10:\"expiration\";i:1584066628;s:2:\"ip\";s:14:\"193.228.56.110\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568514628;}}'),(17395,591,'_um_last_login','1568496628'),(17396,591,'um_account_secure_fields','a:0:{}'),(17397,592,'nickname','mikemenge033'),(17398,592,'first_name','Mike'),(17399,592,'last_name','Menge'),(17400,592,'description',''),(17401,592,'rich_editing','true'),(17402,592,'syntax_highlighting','true'),(17403,592,'comment_shortcuts','false'),(17404,592,'admin_color','fresh'),(17405,592,'use_ssl','0'),(17406,592,'show_admin_bar_front','true'),(17407,592,'locale',''),(17408,592,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17409,592,'wp_user_level','0'),(17410,592,'_yoast_wpseo_profile_updated','1568517393'),(17411,592,'dismissed_wp_pointers',''),(17412,592,'synced_gravatar_hashed_id','a2459fcfdbdc45220be6d922a1615f9a'),(17413,592,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568499385\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"mikemenge033\";s:10:\"first_name\";s:4:\"Mike\";s:9:\"last_name\";s:5:\"Menge\";s:10:\"user_email\";s:20:\"Mike-Menge@gmail.com\";}'),(17414,592,'form_id','17'),(17415,592,'timestamp','1568499385'),(17416,592,'request',''),(17417,592,'_wpnonce','e556d0c4ba'),(17418,592,'_wp_http_referer','/register/'),(17420,592,'um_user_profile_url_slug_user_login','mikemenge033'),(17422,592,'full_name','mike menge'),(17423,592,'account_status','approved'),(17424,592,'session_tokens','a:1:{s:64:\"0a6017539ba099c6aea36ef6a30c0a48176b8fc25573a872f6f697fbbf2ef38b\";a:4:{s:10:\"expiration\";i:1584069393;s:2:\"ip\";s:15:\"196.245.216.133\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568517393;}}'),(17425,592,'_um_last_login','1568499393'),(17426,592,'um_account_secure_fields','a:0:{}'),(17427,593,'nickname','ervinshelton'),(17428,593,'first_name','Ervin'),(17429,593,'last_name','Shelton'),(17430,593,'description',''),(17431,593,'rich_editing','true'),(17432,593,'syntax_highlighting','true'),(17433,593,'comment_shortcuts','false'),(17434,593,'admin_color','fresh'),(17435,593,'use_ssl','0'),(17436,593,'show_admin_bar_front','true'),(17437,593,'locale',''),(17438,593,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17439,593,'wp_user_level','0'),(17440,593,'_yoast_wpseo_profile_updated','1568520350'),(17441,593,'dismissed_wp_pointers',''),(17442,593,'synced_gravatar_hashed_id','708d1b98201f944fb5ed1cda09b839c3'),(17443,593,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568502339\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"ervinshelton\";s:10:\"first_name\";s:5:\"Ervin\";s:9:\"last_name\";s:7:\"Shelton\";s:10:\"user_email\";s:23:\"Ervin_Shelton@gmail.com\";}'),(17444,593,'form_id','17'),(17445,593,'timestamp','1568502339'),(17446,593,'request',''),(17447,593,'_wpnonce','e556d0c4ba'),(17448,593,'_wp_http_referer','/register/'),(17450,593,'um_user_profile_url_slug_user_login','ervinshelton'),(17452,593,'full_name','ervin shelton'),(17453,593,'account_status','approved'),(17454,593,'session_tokens','a:1:{s:64:\"3022733b16d3077f1889b2c0ca63408005a17d9c9c67ae4dc76328e1049c8631\";a:4:{s:10:\"expiration\";i:1584072350;s:2:\"ip\";s:15:\"165.231.130.129\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568520350;}}'),(17455,593,'_um_last_login','1568502350'),(17456,593,'um_account_secure_fields','a:0:{}'),(17457,594,'nickname','jaredwilbur1'),(17458,594,'first_name','Jared'),(17459,594,'last_name','Wilbur'),(17460,594,'description',''),(17461,594,'rich_editing','true'),(17462,594,'syntax_highlighting','true'),(17463,594,'comment_shortcuts','false'),(17464,594,'admin_color','fresh'),(17465,594,'use_ssl','0'),(17466,594,'show_admin_bar_front','true'),(17467,594,'locale',''),(17468,594,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17469,594,'wp_user_level','0'),(17470,594,'_yoast_wpseo_profile_updated','1568521993'),(17471,594,'dismissed_wp_pointers',''),(17472,594,'synced_gravatar_hashed_id','6edb68125627df8695e035c42a7bfed5'),(17473,594,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568503986\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"jaredwilbur1\";s:10:\"first_name\";s:5:\"Jared\";s:9:\"last_name\";s:6:\"Wilbur\";s:10:\"user_email\";s:24:\"Jared.Wilbur60@gmail.com\";}'),(17474,594,'form_id','17'),(17475,594,'timestamp','1568503986'),(17476,594,'request',''),(17477,594,'_wpnonce','e556d0c4ba'),(17478,594,'_wp_http_referer','/register/'),(17480,594,'um_user_profile_url_slug_user_login','jaredwilbur1'),(17482,594,'full_name','jared wilbur'),(17483,594,'account_status','approved'),(17484,594,'session_tokens','a:1:{s:64:\"76ebcaddd2acea111c07e6e143562a61a60f9c50bb9e07934e79d316a0041b6d\";a:4:{s:10:\"expiration\";i:1584073993;s:2:\"ip\";s:15:\"107.158.221.106\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568521993;}}'),(17485,594,'_um_last_login','1568503993'),(17486,594,'um_account_secure_fields','a:0:{}'),(17487,595,'nickname','gonzalolamington'),(17488,595,'first_name','Gonzalo'),(17489,595,'last_name','Lamington'),(17490,595,'description',''),(17491,595,'rich_editing','true'),(17492,595,'syntax_highlighting','true'),(17493,595,'comment_shortcuts','false'),(17494,595,'admin_color','fresh'),(17495,595,'use_ssl','0'),(17496,595,'show_admin_bar_front','true'),(17497,595,'locale',''),(17498,595,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17499,595,'wp_user_level','0'),(17500,595,'_yoast_wpseo_profile_updated','1568522257'),(17501,595,'dismissed_wp_pointers',''),(17502,595,'synced_gravatar_hashed_id','1204b0d85a259c6602ab8e2fa9389ca4'),(17503,595,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568504245\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"gonzalolamington\";s:10:\"first_name\";s:7:\"Gonzalo\";s:9:\"last_name\";s:9:\"Lamington\";s:10:\"user_email\";s:27:\"Gonzalo-Lamington@gmail.com\";}'),(17504,595,'form_id','17'),(17505,595,'timestamp','1568504245'),(17506,595,'request',''),(17507,595,'_wpnonce','e556d0c4ba'),(17508,595,'_wp_http_referer','/register/'),(17510,595,'um_user_profile_url_slug_user_login','gonzalolamington'),(17512,595,'full_name','gonzalo lamington'),(17513,595,'account_status','approved'),(17514,595,'session_tokens','a:1:{s:64:\"0fff3c5458e43a3116144df7884f8dc855f347b6b38c7fa3c46722943b10939e\";a:4:{s:10:\"expiration\";i:1584074257;s:2:\"ip\";s:14:\"165.231.130.31\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568522257;}}'),(17515,595,'_um_last_login','1568504257'),(17516,595,'um_account_secure_fields','a:0:{}'),(17517,596,'nickname','steffenschell'),(17518,596,'first_name','Steffen'),(17519,596,'last_name','Schell'),(17520,596,'description',''),(17521,596,'rich_editing','true'),(17522,596,'syntax_highlighting','true'),(17523,596,'comment_shortcuts','false'),(17524,596,'admin_color','fresh'),(17525,596,'use_ssl','0'),(17526,596,'show_admin_bar_front','true'),(17527,596,'locale',''),(17528,596,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17529,596,'wp_user_level','0'),(17530,596,'_yoast_wpseo_profile_updated','1568522905'),(17531,596,'dismissed_wp_pointers',''),(17532,596,'synced_gravatar_hashed_id','74595045523b3636e94b3d893f0a7714'),(17533,596,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568504899\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"steffenschell\";s:10:\"first_name\";s:7:\"Steffen\";s:9:\"last_name\";s:6:\"Schell\";s:10:\"user_email\";s:24:\"Steffen-Schell@gmail.com\";}'),(17534,596,'form_id','17'),(17535,596,'timestamp','1568504899'),(17536,596,'request',''),(17537,596,'_wpnonce','e556d0c4ba'),(17538,596,'_wp_http_referer','/register/'),(17540,596,'um_user_profile_url_slug_user_login','steffenschell'),(17542,596,'full_name','steffen schell'),(17543,596,'account_status','approved'),(17544,596,'session_tokens','a:1:{s:64:\"c25434484254e2013a7f4f5cdd354507862a3863fd7ebdee60fc6c84f83b496d\";a:4:{s:10:\"expiration\";i:1584074905;s:2:\"ip\";s:14:\"193.228.56.111\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568522905;}}'),(17545,596,'_um_last_login','1568504905'),(17546,596,'um_account_secure_fields','a:0:{}'),(17547,597,'nickname','danilo90i159'),(17548,597,'first_name','Danilo'),(17549,597,'last_name','Marzano'),(17550,597,'description',''),(17551,597,'rich_editing','true'),(17552,597,'syntax_highlighting','true'),(17553,597,'comment_shortcuts','false'),(17554,597,'admin_color','fresh'),(17555,597,'use_ssl','0'),(17556,597,'show_admin_bar_front','true'),(17557,597,'locale',''),(17558,597,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17559,597,'wp_user_level','0'),(17560,597,'_yoast_wpseo_profile_updated','1568524912'),(17561,597,'dismissed_wp_pointers',''),(17562,597,'synced_gravatar_hashed_id','e231e8a0f46d71a5a5117afece51b8b0'),(17563,597,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568506901\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"danilo90i159\";s:10:\"first_name\";s:6:\"Danilo\";s:9:\"last_name\";s:7:\"Marzano\";s:10:\"user_email\";s:24:\"Danilo_Marzano@gmail.com\";}'),(17564,597,'form_id','17'),(17565,597,'timestamp','1568506901'),(17566,597,'request',''),(17567,597,'_wpnonce','e556d0c4ba'),(17568,597,'_wp_http_referer','/register/'),(17570,597,'um_user_profile_url_slug_user_login','danilo90i159'),(17572,597,'full_name','danilo marzano'),(17573,597,'account_status','approved'),(17574,597,'session_tokens','a:1:{s:64:\"fe857e678a47f0192534f4379669288d94cf4e89ad49ae6237d3f597e9ace1e9\";a:4:{s:10:\"expiration\";i:1584076913;s:2:\"ip\";s:15:\"151.237.185.149\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568524913;}}'),(17575,597,'_um_last_login','1568506913'),(17576,597,'um_account_secure_fields','a:0:{}'),(17577,598,'nickname','almaakj320'),(17578,598,'first_name','Alma'),(17579,598,'last_name','Duhig'),(17580,598,'description',''),(17581,598,'rich_editing','true'),(17582,598,'syntax_highlighting','true'),(17583,598,'comment_shortcuts','false'),(17584,598,'admin_color','fresh'),(17585,598,'use_ssl','0'),(17586,598,'show_admin_bar_front','true'),(17587,598,'locale',''),(17588,598,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17589,598,'wp_user_level','0'),(17590,598,'_yoast_wpseo_profile_updated','1568525451'),(17591,598,'dismissed_wp_pointers',''),(17592,598,'synced_gravatar_hashed_id','4738b243bb49897437367d141979892c'),(17593,598,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568507441\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"almaakj320\";s:10:\"first_name\";s:4:\"Alma\";s:9:\"last_name\";s:5:\"Duhig\";s:10:\"user_email\";s:20:\"Alma-Duhig@gmail.com\";}'),(17594,598,'form_id','17'),(17595,598,'timestamp','1568507441'),(17596,598,'request',''),(17597,598,'_wpnonce','e556d0c4ba'),(17598,598,'_wp_http_referer','/register/'),(17600,598,'um_user_profile_url_slug_user_login','almaakj320'),(17602,598,'full_name','alma duhig'),(17603,598,'account_status','approved'),(17604,598,'session_tokens','a:1:{s:64:\"2773caa6c84c2e66e0089d2e59338717ed552b22fd65e3d79726e8bc5dff36a3\";a:4:{s:10:\"expiration\";i:1584077451;s:2:\"ip\";s:13:\"185.3.134.143\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568525451;}}'),(17605,598,'_um_last_login','1568507451'),(17606,598,'um_account_secure_fields','a:0:{}'),(17607,599,'nickname','lashundamclain5'),(17608,599,'first_name','Lashunda'),(17609,599,'last_name','Mclain'),(17610,599,'description',''),(17611,599,'rich_editing','true'),(17612,599,'syntax_highlighting','true'),(17613,599,'comment_shortcuts','false'),(17614,599,'admin_color','fresh'),(17615,599,'use_ssl','0'),(17616,599,'show_admin_bar_front','true'),(17617,599,'locale',''),(17618,599,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17619,599,'wp_user_level','0'),(17620,599,'_yoast_wpseo_profile_updated','1568525761'),(17621,599,'dismissed_wp_pointers',''),(17622,599,'synced_gravatar_hashed_id','cdc17b9383d252dea92286dd24afd2ec'),(17623,599,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568507753\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"lashundamclain5\";s:10:\"first_name\";s:8:\"Lashunda\";s:9:\"last_name\";s:6:\"Mclain\";s:10:\"user_email\";s:27:\"Lashunda_Mclain13@gmail.com\";}'),(17624,599,'form_id','17'),(17625,599,'timestamp','1568507753'),(17626,599,'request',''),(17627,599,'_wpnonce','e556d0c4ba'),(17628,599,'_wp_http_referer','/register/'),(17630,599,'um_user_profile_url_slug_user_login','lashundamclain5'),(17632,599,'full_name','lashunda mclain'),(17633,599,'account_status','approved'),(17634,599,'session_tokens','a:1:{s:64:\"d71301ae15040418a56374f0b0041c90327b26cd0f33db24ef41ba085372df5b\";a:4:{s:10:\"expiration\";i:1584077762;s:2:\"ip\";s:15:\"144.168.201.141\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568525762;}}'),(17635,599,'_um_last_login','1568507762'),(17636,599,'um_account_secure_fields','a:0:{}'),(17637,600,'nickname','etsukodeniehy0'),(17638,600,'first_name','Etsuko'),(17639,600,'last_name','Deniehy'),(17640,600,'description',''),(17641,600,'rich_editing','true'),(17642,600,'syntax_highlighting','true'),(17643,600,'comment_shortcuts','false'),(17644,600,'admin_color','fresh'),(17645,600,'use_ssl','0'),(17646,600,'show_admin_bar_front','true'),(17647,600,'locale',''),(17648,600,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17649,600,'wp_user_level','0'),(17650,600,'_yoast_wpseo_profile_updated','1568526565'),(17651,600,'dismissed_wp_pointers',''),(17652,600,'synced_gravatar_hashed_id','1e1092021cdd2b5fc09fffa556ffc8f4'),(17653,600,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568508557\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"etsukodeniehy0\";s:10:\"first_name\";s:6:\"Etsuko\";s:9:\"last_name\";s:7:\"Deniehy\";s:10:\"user_email\";s:26:\"Etsuko_Deniehy61@gmail.com\";}'),(17654,600,'form_id','17'),(17655,600,'timestamp','1568508557'),(17656,600,'request',''),(17657,600,'_wpnonce','e556d0c4ba'),(17658,600,'_wp_http_referer','/register/'),(17660,600,'um_user_profile_url_slug_user_login','etsukodeniehy0'),(17662,600,'full_name','etsuko deniehy'),(17663,600,'account_status','approved'),(17664,600,'session_tokens','a:1:{s:64:\"dc16d96dcd04154ab379aaf91544b1b4cb0999996226eb459667223215c26851\";a:4:{s:10:\"expiration\";i:1584078565;s:2:\"ip\";s:15:\"196.245.216.192\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568526565;}}'),(17665,600,'_um_last_login','1568508565'),(17666,600,'um_account_secure_fields','a:0:{}'),(17667,601,'nickname','alvincastle2'),(17668,601,'first_name','Alvin'),(17669,601,'last_name','Castle'),(17670,601,'description',''),(17671,601,'rich_editing','true'),(17672,601,'syntax_highlighting','true'),(17673,601,'comment_shortcuts','false'),(17674,601,'admin_color','fresh'),(17675,601,'use_ssl','0'),(17676,601,'show_admin_bar_front','true'),(17677,601,'locale',''),(17678,601,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17679,601,'wp_user_level','0'),(17680,601,'_yoast_wpseo_profile_updated','1568527666'),(17681,601,'dismissed_wp_pointers',''),(17682,601,'synced_gravatar_hashed_id','c771f8b4644bde54eb22fdadc6893e9a'),(17683,601,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568509659\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"alvincastle2\";s:10:\"first_name\";s:5:\"Alvin\";s:9:\"last_name\";s:6:\"Castle\";s:10:\"user_email\";s:22:\"Alvin-Castle@gmail.com\";}'),(17684,601,'form_id','17'),(17685,601,'timestamp','1568509659'),(17686,601,'request',''),(17687,601,'_wpnonce','e556d0c4ba'),(17688,601,'_wp_http_referer','/register/'),(17690,601,'um_user_profile_url_slug_user_login','alvincastle2'),(17692,601,'full_name','alvin castle'),(17693,601,'account_status','approved'),(17694,601,'session_tokens','a:1:{s:64:\"81d3a1356f251db56a8923ea85af3d2e93ee003baae30fff18db75e45681b512\";a:4:{s:10:\"expiration\";i:1584079667;s:2:\"ip\";s:15:\"191.101.125.190\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568527667;}}'),(17695,601,'_um_last_login','1568509667'),(17696,601,'um_account_secure_fields','a:0:{}'),(17697,602,'nickname','sharrongoodlet'),(17698,602,'first_name','Sharron'),(17699,602,'last_name','Goodlet'),(17700,602,'description',''),(17701,602,'rich_editing','true'),(17702,602,'syntax_highlighting','true'),(17703,602,'comment_shortcuts','false'),(17704,602,'admin_color','fresh'),(17705,602,'use_ssl','0'),(17706,602,'show_admin_bar_front','true'),(17707,602,'locale',''),(17708,602,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17709,602,'wp_user_level','0'),(17710,602,'_yoast_wpseo_profile_updated','1568528246'),(17711,602,'dismissed_wp_pointers',''),(17712,602,'synced_gravatar_hashed_id','cf9fbcd0507d85adc5ccad5d41466713'),(17713,602,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568510235\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"sharrongoodlet\";s:10:\"first_name\";s:7:\"Sharron\";s:9:\"last_name\";s:7:\"Goodlet\";s:10:\"user_email\";s:25:\"Sharron.Goodlet@gmail.com\";}'),(17714,602,'form_id','17'),(17715,602,'timestamp','1568510235'),(17716,602,'request',''),(17717,602,'_wpnonce','e556d0c4ba'),(17718,602,'_wp_http_referer','/register/'),(17720,602,'um_user_profile_url_slug_user_login','sharrongoodlet'),(17722,602,'full_name','sharron goodlet'),(17723,602,'account_status','approved'),(17724,602,'session_tokens','a:1:{s:64:\"da338e84f303d67f91fd5b0e315f8905681446cddc1c64d829c31bdc14ebfd1a\";a:4:{s:10:\"expiration\";i:1584080247;s:2:\"ip\";s:15:\"191.101.125.190\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568528247;}}'),(17725,602,'_um_last_login','1568510247'),(17726,602,'um_account_secure_fields','a:0:{}'),(17727,603,'nickname','kerry00j93'),(17728,603,'first_name','Kerry'),(17729,603,'last_name','Roderick'),(17730,603,'description',''),(17731,603,'rich_editing','true'),(17732,603,'syntax_highlighting','true'),(17733,603,'comment_shortcuts','false'),(17734,603,'admin_color','fresh'),(17735,603,'use_ssl','0'),(17736,603,'show_admin_bar_front','true'),(17737,603,'locale',''),(17738,603,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17739,603,'wp_user_level','0'),(17740,603,'_yoast_wpseo_profile_updated','1568529865'),(17741,603,'dismissed_wp_pointers',''),(17742,603,'synced_gravatar_hashed_id','9ae1234a7a317ad505ea369b0677653e'),(17743,603,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568511856\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"kerry00j93\";s:10:\"first_name\";s:5:\"Kerry\";s:9:\"last_name\";s:8:\"Roderick\";s:10:\"user_email\";s:24:\"Kerry.Roderick@gmail.com\";}'),(17744,603,'form_id','17'),(17745,603,'timestamp','1568511856'),(17746,603,'request',''),(17747,603,'_wpnonce','e556d0c4ba'),(17748,603,'_wp_http_referer','/register/'),(17750,603,'um_user_profile_url_slug_user_login','kerry00j93'),(17752,603,'full_name','kerry roderick'),(17753,603,'account_status','approved'),(17754,603,'session_tokens','a:1:{s:64:\"5b7992b1711347f6db14dfe72ef5218a380856513218ec6e2cf78e00d1289d87\";a:4:{s:10:\"expiration\";i:1584081866;s:2:\"ip\";s:15:\"144.168.201.141\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568529866;}}'),(17755,603,'_um_last_login','1568511866'),(17756,603,'um_account_secure_fields','a:0:{}'),(17757,604,'nickname','coraldudley2024'),(17758,604,'first_name','Coral'),(17759,604,'last_name','Dudley'),(17760,604,'description',''),(17761,604,'rich_editing','true'),(17762,604,'syntax_highlighting','true'),(17763,604,'comment_shortcuts','false'),(17764,604,'admin_color','fresh'),(17765,604,'use_ssl','0'),(17766,604,'show_admin_bar_front','true'),(17767,604,'locale',''),(17768,604,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17769,604,'wp_user_level','0'),(17770,604,'_yoast_wpseo_profile_updated','1568530564'),(17771,604,'dismissed_wp_pointers',''),(17772,604,'synced_gravatar_hashed_id','d325799a7c41075683c56f39b48b5507'),(17773,604,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568512557\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"coraldudley2024\";s:10:\"first_name\";s:5:\"Coral\";s:9:\"last_name\";s:6:\"Dudley\";s:10:\"user_email\";s:22:\"Coral-Dudley@gmail.com\";}'),(17774,604,'form_id','17'),(17775,604,'timestamp','1568512557'),(17776,604,'request',''),(17777,604,'_wpnonce','e556d0c4ba'),(17778,604,'_wp_http_referer','/register/'),(17780,604,'um_user_profile_url_slug_user_login','coraldudley2024'),(17782,604,'full_name','coral dudley'),(17783,604,'account_status','approved'),(17784,604,'session_tokens','a:1:{s:64:\"54bc4eb9ef9789b433d0ee3ac21814f535be7d159c7b2a7f2ea2fb4c223c5107\";a:4:{s:10:\"expiration\";i:1584082565;s:2:\"ip\";s:15:\"151.237.185.149\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568530565;}}'),(17785,604,'_um_last_login','1568512565'),(17786,604,'um_account_secure_fields','a:0:{}'),(17787,605,'nickname','dietermathew72'),(17788,605,'first_name','Dieter'),(17789,605,'last_name','Mathew'),(17790,605,'description',''),(17791,605,'rich_editing','true'),(17792,605,'syntax_highlighting','true'),(17793,605,'comment_shortcuts','false'),(17794,605,'admin_color','fresh'),(17795,605,'use_ssl','0'),(17796,605,'show_admin_bar_front','true'),(17797,605,'locale',''),(17798,605,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17799,605,'wp_user_level','0'),(17800,605,'_yoast_wpseo_profile_updated','1568531575'),(17801,605,'dismissed_wp_pointers',''),(17802,605,'synced_gravatar_hashed_id','c1ac8adef7b854726915bdc4eb7be645'),(17803,605,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568513566\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"dietermathew72\";s:10:\"first_name\";s:6:\"Dieter\";s:9:\"last_name\";s:6:\"Mathew\";s:10:\"user_email\";s:25:\"Dieter.Mathew54@gmail.com\";}'),(17804,605,'form_id','17'),(17805,605,'timestamp','1568513566'),(17806,605,'request',''),(17807,605,'_wpnonce','e556d0c4ba'),(17808,605,'_wp_http_referer','/register/'),(17810,605,'um_user_profile_url_slug_user_login','dietermathew72'),(17812,605,'full_name','dieter mathew'),(17813,605,'account_status','approved'),(17814,605,'session_tokens','a:1:{s:64:\"cb8e16362b201ef40910bc760b65645170b0039ba8ae87b2dd47174b2fcf613e\";a:4:{s:10:\"expiration\";i:1584083576;s:2:\"ip\";s:15:\"196.245.216.107\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568531576;}}'),(17815,605,'_um_last_login','1568513576'),(17816,605,'um_account_secure_fields','a:0:{}'),(17817,606,'nickname','genie735878073'),(17818,606,'first_name','Genie'),(17819,606,'last_name','Ellwood'),(17820,606,'description',''),(17821,606,'rich_editing','true'),(17822,606,'syntax_highlighting','true'),(17823,606,'comment_shortcuts','false'),(17824,606,'admin_color','fresh'),(17825,606,'use_ssl','0'),(17826,606,'show_admin_bar_front','true'),(17827,606,'locale',''),(17828,606,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17829,606,'wp_user_level','0'),(17830,606,'_yoast_wpseo_profile_updated','1568533586'),(17831,606,'dismissed_wp_pointers',''),(17832,606,'synced_gravatar_hashed_id','bbc3f94c5963d3d9220faf20d45024ed'),(17833,606,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568515580\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"genie735878073\";s:10:\"first_name\";s:5:\"Genie\";s:9:\"last_name\";s:7:\"Ellwood\";s:10:\"user_email\";s:25:\"Genie_Ellwood49@gmail.com\";}'),(17834,606,'form_id','17'),(17835,606,'timestamp','1568515580'),(17836,606,'request',''),(17837,606,'_wpnonce','e556d0c4ba'),(17838,606,'_wp_http_referer','/register/'),(17840,606,'um_user_profile_url_slug_user_login','genie735878073'),(17842,606,'full_name','genie ellwood'),(17843,606,'account_status','approved'),(17844,606,'session_tokens','a:1:{s:64:\"3a81baa354c2c8e722d12e559df1121695641436cc0acd07585f718f415a07c4\";a:4:{s:10:\"expiration\";i:1584085587;s:2:\"ip\";s:15:\"165.231.130.186\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568533587;}}'),(17845,606,'_um_last_login','1568515587'),(17846,606,'um_account_secure_fields','a:0:{}'),(17847,607,'nickname','thanhburley721'),(17848,607,'first_name','Thanh'),(17849,607,'last_name','Burley'),(17850,607,'description',''),(17851,607,'rich_editing','true'),(17852,607,'syntax_highlighting','true'),(17853,607,'comment_shortcuts','false'),(17854,607,'admin_color','fresh'),(17855,607,'use_ssl','0'),(17856,607,'show_admin_bar_front','true'),(17857,607,'locale',''),(17858,607,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17859,607,'wp_user_level','0'),(17860,607,'_yoast_wpseo_profile_updated','1568534774'),(17861,607,'dismissed_wp_pointers',''),(17862,607,'synced_gravatar_hashed_id','5f06d17b93260a12c8399289adb50c82'),(17863,607,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568516765\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"thanhburley721\";s:10:\"first_name\";s:5:\"Thanh\";s:9:\"last_name\";s:6:\"Burley\";s:10:\"user_email\";s:22:\"Thanh_Burley@gmail.com\";}'),(17864,607,'form_id','17'),(17865,607,'timestamp','1568516765'),(17866,607,'request',''),(17867,607,'_wpnonce','e556d0c4ba'),(17868,607,'_wp_http_referer','/register/'),(17870,607,'um_user_profile_url_slug_user_login','thanhburley721'),(17872,607,'full_name','thanh burley'),(17873,607,'account_status','approved'),(17874,607,'session_tokens','a:1:{s:64:\"7f5b278c3f1c585f3e4fb2e5daff3b4fc6b80ea11a16fea521dc3f2532af6728\";a:4:{s:10:\"expiration\";i:1584086775;s:2:\"ip\";s:14:\"91.108.176.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568534775;}}'),(17875,607,'_um_last_login','1568516775'),(17876,607,'um_account_secure_fields','a:0:{}'),(17877,608,'nickname','fernseppelt'),(17878,608,'first_name','Fern'),(17879,608,'last_name','Seppelt'),(17880,608,'description',''),(17881,608,'rich_editing','true'),(17882,608,'syntax_highlighting','true'),(17883,608,'comment_shortcuts','false'),(17884,608,'admin_color','fresh'),(17885,608,'use_ssl','0'),(17886,608,'show_admin_bar_front','true'),(17887,608,'locale',''),(17888,608,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17889,608,'wp_user_level','0'),(17890,608,'_yoast_wpseo_profile_updated','1568537199'),(17891,608,'dismissed_wp_pointers',''),(17892,608,'synced_gravatar_hashed_id','0d60ffbc03ed8d48fb3fd1d890fe995b'),(17893,608,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568519192\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"fernseppelt\";s:10:\"first_name\";s:4:\"Fern\";s:9:\"last_name\";s:7:\"Seppelt\";s:10:\"user_email\";s:22:\"Fern-Seppelt@gmail.com\";}'),(17894,608,'form_id','17'),(17895,608,'timestamp','1568519192'),(17896,608,'request',''),(17897,608,'_wpnonce','e556d0c4ba'),(17898,608,'_wp_http_referer','/register/'),(17900,608,'um_user_profile_url_slug_user_login','fernseppelt'),(17902,608,'full_name','fern seppelt'),(17903,608,'account_status','approved'),(17904,608,'session_tokens','a:1:{s:64:\"fc6e4f7e9e4de83f85305b346bf2779d216ee3cbc8fe9ff5d0aa886217bc0ead\";a:4:{s:10:\"expiration\";i:1584089200;s:2:\"ip\";s:15:\"165.231.130.156\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568537200;}}'),(17905,608,'_um_last_login','1568519200'),(17906,608,'um_account_secure_fields','a:0:{}'),(17907,609,'nickname','ronniecjz90381'),(17908,609,'first_name','Ronnie'),(17909,609,'last_name','Cherry'),(17910,609,'description',''),(17911,609,'rich_editing','true'),(17912,609,'syntax_highlighting','true'),(17913,609,'comment_shortcuts','false'),(17914,609,'admin_color','fresh'),(17915,609,'use_ssl','0'),(17916,609,'show_admin_bar_front','true'),(17917,609,'locale',''),(17918,609,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17919,609,'wp_user_level','0'),(17920,609,'_yoast_wpseo_profile_updated','1568537872'),(17921,609,'dismissed_wp_pointers',''),(17922,609,'synced_gravatar_hashed_id','303046710e6a13fa112e7a9c67ba9827'),(17923,609,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568519864\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"ronniecjz90381\";s:10:\"first_name\";s:6:\"Ronnie\";s:9:\"last_name\";s:6:\"Cherry\";s:10:\"user_email\";s:18:\"anteprdure@aol.com\";}'),(17924,609,'form_id','17'),(17925,609,'timestamp','1568519864'),(17926,609,'request',''),(17927,609,'redirect_to','https://buzz-caribbean.com/register/'),(17928,609,'_wpnonce','e556d0c4ba'),(17929,609,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(17931,609,'um_user_profile_url_slug_user_login','ronniecjz90381'),(17933,609,'full_name','ronnie cherry'),(17934,609,'account_status','approved'),(17935,610,'nickname','preciouscolson6'),(17936,610,'first_name','Precious'),(17937,610,'last_name','Colson'),(17938,610,'description',''),(17939,610,'rich_editing','true'),(17940,610,'syntax_highlighting','true'),(17941,610,'comment_shortcuts','false'),(17942,610,'admin_color','fresh'),(17943,610,'use_ssl','0'),(17944,610,'show_admin_bar_front','true'),(17945,610,'locale',''),(17946,610,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17947,610,'wp_user_level','0'),(17948,610,'_yoast_wpseo_profile_updated','1568538408'),(17949,610,'dismissed_wp_pointers',''),(17950,610,'synced_gravatar_hashed_id','3156d815cee948e0c6ca8d7de0fc5633'),(17951,610,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568520400\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"preciouscolson6\";s:10:\"first_name\";s:8:\"Precious\";s:9:\"last_name\";s:6:\"Colson\";s:10:\"user_email\";s:25:\"Precious-Colson@gmail.com\";}'),(17952,610,'form_id','17'),(17953,610,'timestamp','1568520400'),(17954,610,'request',''),(17955,610,'_wpnonce','e556d0c4ba'),(17956,610,'_wp_http_referer','/register/'),(17958,610,'um_user_profile_url_slug_user_login','preciouscolson6'),(17960,610,'full_name','precious colson'),(17961,610,'account_status','approved'),(17962,610,'session_tokens','a:1:{s:64:\"90df19b94dcf58b05fbe15467009d3f7b36d707e27ec6491501cdbcf4d992cc5\";a:4:{s:10:\"expiration\";i:1584090409;s:2:\"ip\";s:15:\"144.168.201.141\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568538409;}}'),(17963,610,'_um_last_login','1568520409'),(17964,610,'um_account_secure_fields','a:0:{}'),(17965,611,'nickname','shondadurham017'),(17966,611,'first_name','Shonda'),(17967,611,'last_name','Durham'),(17968,611,'description',''),(17969,611,'rich_editing','true'),(17970,611,'syntax_highlighting','true'),(17971,611,'comment_shortcuts','false'),(17972,611,'admin_color','fresh'),(17973,611,'use_ssl','0'),(17974,611,'show_admin_bar_front','true'),(17975,611,'locale',''),(17976,611,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17977,611,'wp_user_level','0'),(17978,611,'_yoast_wpseo_profile_updated','1568539027'),(17979,611,'dismissed_wp_pointers',''),(17980,611,'synced_gravatar_hashed_id','1fadcf895eeac5b73dc4f366d9366641'),(17981,611,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568521015\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"shondadurham017\";s:10:\"first_name\";s:6:\"Shonda\";s:9:\"last_name\";s:6:\"Durham\";s:10:\"user_email\";s:34:\"Shonda-Durham38@wibawa.belipbn.com\";}'),(17982,611,'form_id','17'),(17983,611,'timestamp','1568521015'),(17984,611,'request',''),(17985,611,'redirect_to','https://buzz-caribbean.com/register/'),(17986,611,'_wpnonce','e556d0c4ba'),(17987,611,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(17989,611,'um_user_profile_url_slug_user_login','shondadurham017'),(17991,611,'full_name','shonda durham'),(17992,611,'account_status','approved'),(17993,612,'nickname','latiau0195077085'),(17994,612,'first_name','Latia'),(17995,612,'last_name','Olvera'),(17996,612,'description',''),(17997,612,'rich_editing','true'),(17998,612,'syntax_highlighting','true'),(17999,612,'comment_shortcuts','false'),(18000,612,'admin_color','fresh'),(18001,612,'use_ssl','0'),(18002,612,'show_admin_bar_front','true'),(18003,612,'locale',''),(18004,612,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18005,612,'wp_user_level','0'),(18006,612,'_yoast_wpseo_profile_updated','1568539242'),(18007,612,'dismissed_wp_pointers',''),(18008,612,'synced_gravatar_hashed_id','feb888fe33a6095492891b21d94d8129'),(18009,612,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568521235\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"latiau0195077085\";s:10:\"first_name\";s:5:\"Latia\";s:9:\"last_name\";s:6:\"Olvera\";s:10:\"user_email\";s:22:\"Latia-Olvera@gmail.com\";}'),(18010,612,'form_id','17'),(18011,612,'timestamp','1568521235'),(18012,612,'request',''),(18013,612,'_wpnonce','e556d0c4ba'),(18014,612,'_wp_http_referer','/register/'),(18016,612,'um_user_profile_url_slug_user_login','latiau0195077085'),(18018,612,'full_name','latia olvera'),(18019,612,'account_status','approved'),(18020,612,'session_tokens','a:1:{s:64:\"5e9006d8fce69b9c75e2413ec74317940e42622a9f1a9afac06e4eb48734b780\";a:4:{s:10:\"expiration\";i:1584091243;s:2:\"ip\";s:14:\"193.228.56.110\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568539243;}}'),(18021,612,'_um_last_login','1568521243'),(18022,612,'um_account_secure_fields','a:0:{}'),(18023,613,'nickname','wroconstance'),(18024,613,'first_name','Constance'),(18025,613,'last_name','Lienhop'),(18026,613,'description',''),(18027,613,'rich_editing','true'),(18028,613,'syntax_highlighting','true'),(18029,613,'comment_shortcuts','false'),(18030,613,'admin_color','fresh'),(18031,613,'use_ssl','0'),(18032,613,'show_admin_bar_front','true'),(18033,613,'locale',''),(18034,613,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18035,613,'wp_user_level','0'),(18036,613,'_yoast_wpseo_profile_updated','1568539789'),(18037,613,'dismissed_wp_pointers',''),(18038,613,'synced_gravatar_hashed_id','9172f05ddcf69bc0a7018d21f69c7851'),(18039,613,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568521782\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"wroconstance\";s:10:\"first_name\";s:9:\"Constance\";s:9:\"last_name\";s:7:\"Lienhop\";s:10:\"user_email\";s:29:\"Constance_Lienhop53@gmail.com\";}'),(18040,613,'form_id','17'),(18041,613,'timestamp','1568521782'),(18042,613,'request',''),(18043,613,'_wpnonce','e556d0c4ba'),(18044,613,'_wp_http_referer','/register/'),(18046,613,'um_user_profile_url_slug_user_login','wroconstance'),(18048,613,'full_name','constance lienhop'),(18049,613,'account_status','approved'),(18050,613,'session_tokens','a:1:{s:64:\"bc3119daf12f22e221b12303ce8d30f580081d83708e65c47605598d3e368174\";a:4:{s:10:\"expiration\";i:1584091789;s:2:\"ip\";s:13:\"91.108.176.45\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568539789;}}'),(18051,613,'_um_last_login','1568521789'),(18052,613,'um_account_secure_fields','a:0:{}'),(18053,614,'nickname','pearlinesotelo8'),(18054,614,'first_name','Pearline'),(18055,614,'last_name','Sotelo'),(18056,614,'description',''),(18057,614,'rich_editing','true'),(18058,614,'syntax_highlighting','true'),(18059,614,'comment_shortcuts','false'),(18060,614,'admin_color','fresh'),(18061,614,'use_ssl','0'),(18062,614,'show_admin_bar_front','true'),(18063,614,'locale',''),(18064,614,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18065,614,'wp_user_level','0'),(18066,614,'_yoast_wpseo_profile_updated','1568540978'),(18067,614,'dismissed_wp_pointers',''),(18068,614,'synced_gravatar_hashed_id','f842d64f009a58c4811280734d77c32d'),(18069,614,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568522969\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"pearlinesotelo8\";s:10:\"first_name\";s:8:\"Pearline\";s:9:\"last_name\";s:6:\"Sotelo\";s:10:\"user_email\";s:25:\"Pearline_Sotelo@gmail.com\";}'),(18070,614,'form_id','17'),(18071,614,'timestamp','1568522969'),(18072,614,'request',''),(18073,614,'_wpnonce','e556d0c4ba'),(18074,614,'_wp_http_referer','/register/'),(18076,614,'um_user_profile_url_slug_user_login','pearlinesotelo8'),(18078,614,'full_name','pearline sotelo'),(18079,614,'account_status','approved'),(18080,614,'session_tokens','a:1:{s:64:\"54a91d9d0b669f92f428064b2660065a706697424850ae5ee275d824670adff0\";a:4:{s:10:\"expiration\";i:1584092979;s:2:\"ip\";s:15:\"144.168.201.187\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568540979;}}'),(18081,614,'_um_last_login','1568522979'),(18082,614,'um_account_secure_fields','a:0:{}'),(18083,615,'nickname','leonorcoull90'),(18084,615,'first_name','Leonor'),(18085,615,'last_name','Coull'),(18086,615,'description',''),(18087,615,'rich_editing','true'),(18088,615,'syntax_highlighting','true'),(18089,615,'comment_shortcuts','false'),(18090,615,'admin_color','fresh'),(18091,615,'use_ssl','0'),(18092,615,'show_admin_bar_front','true'),(18093,615,'locale',''),(18094,615,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18095,615,'wp_user_level','0'),(18096,615,'_yoast_wpseo_profile_updated','1568542388'),(18097,615,'dismissed_wp_pointers',''),(18098,615,'synced_gravatar_hashed_id','5bd4e6686fe58f5779b4a76561cf46fb'),(18099,615,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568524376\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"leonorcoull90\";s:10:\"first_name\";s:6:\"Leonor\";s:9:\"last_name\";s:5:\"Coull\";s:10:\"user_email\";s:22:\"Leonor-Coull@gmail.com\";}'),(18100,615,'form_id','17'),(18101,615,'timestamp','1568524376'),(18102,615,'request',''),(18103,615,'_wpnonce','e556d0c4ba'),(18104,615,'_wp_http_referer','/register/'),(18106,615,'um_user_profile_url_slug_user_login','leonorcoull90'),(18108,615,'full_name','leonor coull'),(18109,615,'account_status','approved'),(18110,615,'session_tokens','a:1:{s:64:\"ab9d2ab1752a6da151ef4a760d0750295e2ed0b61820965a4ca96275dc96f90e\";a:4:{s:10:\"expiration\";i:1584094388;s:2:\"ip\";s:13:\"185.3.134.127\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568542388;}}'),(18111,615,'_um_last_login','1568524388'),(18112,615,'um_account_secure_fields','a:0:{}'),(18113,616,'nickname','lonamcnamara86'),(18114,616,'first_name','Lona'),(18115,616,'last_name','McNamara'),(18116,616,'description',''),(18117,616,'rich_editing','true'),(18118,616,'syntax_highlighting','true'),(18119,616,'comment_shortcuts','false'),(18120,616,'admin_color','fresh'),(18121,616,'use_ssl','0'),(18122,616,'show_admin_bar_front','true'),(18123,616,'locale',''),(18124,616,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18125,616,'wp_user_level','0'),(18126,616,'_yoast_wpseo_profile_updated','1568543039'),(18127,616,'dismissed_wp_pointers',''),(18128,616,'synced_gravatar_hashed_id','82de8247320adc4f10dd7a25ea20b6e1'),(18129,616,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568525031\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"lonamcnamara86\";s:10:\"first_name\";s:4:\"Lona\";s:9:\"last_name\";s:8:\"McNamara\";s:10:\"user_email\";s:25:\"Lona-McNamara75@gmail.com\";}'),(18130,616,'form_id','17'),(18131,616,'timestamp','1568525031'),(18132,616,'request',''),(18133,616,'_wpnonce','e556d0c4ba'),(18134,616,'_wp_http_referer','/register/'),(18136,616,'um_user_profile_url_slug_user_login','lonamcnamara86'),(18138,616,'full_name','lona mcnamara'),(18139,616,'account_status','approved'),(18140,616,'session_tokens','a:1:{s:64:\"a4fc12fcd21aee293c50eb1159be341dc5b6f8e37c692f6cf6dce74f71272d66\";a:4:{s:10:\"expiration\";i:1584095040;s:2:\"ip\";s:15:\"104.227.254.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568543040;}}'),(18141,616,'_um_last_login','1568525040'),(18142,616,'um_account_secure_fields','a:0:{}'),(18143,617,'nickname','mathewhort2'),(18144,617,'first_name','Mathew'),(18145,617,'last_name','Hort'),(18146,617,'description',''),(18147,617,'rich_editing','true'),(18148,617,'syntax_highlighting','true'),(18149,617,'comment_shortcuts','false'),(18150,617,'admin_color','fresh'),(18151,617,'use_ssl','0'),(18152,617,'show_admin_bar_front','true'),(18153,617,'locale',''),(18154,617,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18155,617,'wp_user_level','0'),(18156,617,'_yoast_wpseo_profile_updated','1568543266'),(18157,617,'dismissed_wp_pointers',''),(18158,617,'synced_gravatar_hashed_id','17a0dd043e79fcbe08c3f622356b2eaf'),(18159,617,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568525257\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"mathewhort2\";s:10:\"first_name\";s:6:\"Mathew\";s:9:\"last_name\";s:4:\"Hort\";s:10:\"user_email\";s:23:\"Mathew.Hort45@gmail.com\";}'),(18160,617,'form_id','17'),(18161,617,'timestamp','1568525257'),(18162,617,'request',''),(18163,617,'_wpnonce','e556d0c4ba'),(18164,617,'_wp_http_referer','/register/'),(18166,617,'um_user_profile_url_slug_user_login','mathewhort2'),(18168,617,'full_name','mathew hort'),(18169,617,'account_status','approved'),(18170,617,'session_tokens','a:1:{s:64:\"3507934e6e6eb7148726a551586493c7113abe28d405a278a775bd465da14d8f\";a:4:{s:10:\"expiration\";i:1584095267;s:2:\"ip\";s:14:\"193.228.56.153\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568543267;}}'),(18171,617,'_um_last_login','1568525267'),(18172,617,'um_account_secure_fields','a:0:{}'),(18173,618,'nickname','antonygoolsby8'),(18174,618,'first_name','Antony'),(18175,618,'last_name','Goolsby'),(18176,618,'description',''),(18177,618,'rich_editing','true'),(18178,618,'syntax_highlighting','true'),(18179,618,'comment_shortcuts','false'),(18180,618,'admin_color','fresh'),(18181,618,'use_ssl','0'),(18182,618,'show_admin_bar_front','true'),(18183,618,'locale',''),(18184,618,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18185,618,'wp_user_level','0'),(18186,618,'_yoast_wpseo_profile_updated','1568544927'),(18187,618,'dismissed_wp_pointers',''),(18188,618,'synced_gravatar_hashed_id','557b8f8e33b69f966ddab592b5ed9d01'),(18189,618,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568526919\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"antonygoolsby8\";s:10:\"first_name\";s:6:\"Antony\";s:9:\"last_name\";s:7:\"Goolsby\";s:10:\"user_email\";s:24:\"Antony_Goolsby@gmail.com\";}'),(18190,618,'form_id','17'),(18191,618,'timestamp','1568526919'),(18192,618,'request',''),(18193,618,'_wpnonce','e556d0c4ba'),(18194,618,'_wp_http_referer','/register/'),(18196,618,'um_user_profile_url_slug_user_login','antonygoolsby8'),(18198,618,'full_name','antony goolsby'),(18199,618,'account_status','approved'),(18200,618,'session_tokens','a:1:{s:64:\"206d640e78a283d4d66a16375065c02111b3b852e6f1700203b5555d375b9ee5\";a:4:{s:10:\"expiration\";i:1584096928;s:2:\"ip\";s:14:\"193.228.56.108\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568544928;}}'),(18201,618,'_um_last_login','1568526928'),(18202,618,'um_account_secure_fields','a:0:{}'),(18203,619,'nickname','stephaniahillard'),(18204,619,'first_name','Stephania'),(18205,619,'last_name','Hillard'),(18206,619,'description',''),(18207,619,'rich_editing','true'),(18208,619,'syntax_highlighting','true'),(18209,619,'comment_shortcuts','false'),(18210,619,'admin_color','fresh'),(18211,619,'use_ssl','0'),(18212,619,'show_admin_bar_front','true'),(18213,619,'locale',''),(18214,619,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18215,619,'wp_user_level','0'),(18216,619,'_yoast_wpseo_profile_updated','1568546296'),(18217,619,'dismissed_wp_pointers',''),(18218,619,'synced_gravatar_hashed_id','4d880a84f34a5f872747b963c0984c7b'),(18219,619,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568528289\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"stephaniahillard\";s:10:\"first_name\";s:9:\"Stephania\";s:9:\"last_name\";s:7:\"Hillard\";s:10:\"user_email\";s:29:\"Stephania-Hillard75@gmail.com\";}'),(18220,619,'form_id','17'),(18221,619,'timestamp','1568528289'),(18222,619,'request',''),(18223,619,'_wpnonce','e556d0c4ba'),(18224,619,'_wp_http_referer','/register/'),(18226,619,'um_user_profile_url_slug_user_login','stephaniahillard'),(18228,619,'full_name','stephania hillard'),(18229,619,'account_status','approved'),(18230,619,'session_tokens','a:1:{s:64:\"5dbedb6a09934703cda8c9727ea2c4bd76fe33a2b7463f7ecb779db7e58d9033\";a:4:{s:10:\"expiration\";i:1584098297;s:2:\"ip\";s:15:\"144.168.201.151\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568546297;}}'),(18231,619,'_um_last_login','1568528297'),(18232,619,'um_account_secure_fields','a:0:{}'),(18233,620,'nickname','aletheaalarcon'),(18234,620,'first_name','Alethea'),(18235,620,'last_name','Alarcon'),(18236,620,'description',''),(18237,620,'rich_editing','true'),(18238,620,'syntax_highlighting','true'),(18239,620,'comment_shortcuts','false'),(18240,620,'admin_color','fresh'),(18241,620,'use_ssl','0'),(18242,620,'show_admin_bar_front','true'),(18243,620,'locale',''),(18244,620,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18245,620,'wp_user_level','0'),(18246,620,'_yoast_wpseo_profile_updated','1568546745'),(18247,620,'dismissed_wp_pointers',''),(18248,620,'synced_gravatar_hashed_id','bbd94d98b778b21004d0e5fda28534ac'),(18249,620,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568528737\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"aletheaalarcon\";s:10:\"first_name\";s:7:\"Alethea\";s:9:\"last_name\";s:7:\"Alarcon\";s:10:\"user_email\";s:27:\"Alethea.Alarcon43@gmail.com\";}'),(18250,620,'form_id','17'),(18251,620,'timestamp','1568528737'),(18252,620,'request',''),(18253,620,'_wpnonce','e556d0c4ba'),(18254,620,'_wp_http_referer','/register/'),(18256,620,'um_user_profile_url_slug_user_login','aletheaalarcon'),(18258,620,'full_name','alethea alarcon'),(18259,620,'account_status','approved'),(18260,620,'session_tokens','a:1:{s:64:\"f341836a4e6e76b51c96529ba99c19c5eb19cbe255007b24c3a7bed3ba21a496\";a:4:{s:10:\"expiration\";i:1584098746;s:2:\"ip\";s:15:\"196.245.216.168\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568546746;}}'),(18261,620,'_um_last_login','1568528746'),(18262,620,'um_account_secure_fields','a:0:{}'),(18263,621,'nickname','chun80u639'),(18264,621,'first_name','Chun'),(18265,621,'last_name','Manzi'),(18266,621,'description',''),(18267,621,'rich_editing','true'),(18268,621,'syntax_highlighting','true'),(18269,621,'comment_shortcuts','false'),(18270,621,'admin_color','fresh'),(18271,621,'use_ssl','0'),(18272,621,'show_admin_bar_front','true'),(18273,621,'locale',''),(18274,621,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18275,621,'wp_user_level','0'),(18276,621,'_yoast_wpseo_profile_updated','1568548644'),(18277,621,'dismissed_wp_pointers',''),(18278,621,'synced_gravatar_hashed_id','740d467f64d900e61fd7ae753b16b8bd'),(18279,621,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568530636\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"e556d0c4ba\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"chun80u639\";s:10:\"first_name\";s:4:\"Chun\";s:9:\"last_name\";s:5:\"Manzi\";s:10:\"user_email\";s:22:\"Chun_Manzi90@gmail.com\";}'),(18280,621,'form_id','17'),(18281,621,'timestamp','1568530636'),(18282,621,'request',''),(18283,621,'_wpnonce','e556d0c4ba'),(18284,621,'_wp_http_referer','/register/'),(18286,621,'um_user_profile_url_slug_user_login','chun80u639'),(18288,621,'full_name','chun manzi'),(18289,621,'account_status','approved'),(18290,621,'session_tokens','a:1:{s:64:\"ee5189068d5429e0b34455bedb6536b78d0a12d5daed3bcb5721225bd7964643\";a:4:{s:10:\"expiration\";i:1584100645;s:2:\"ip\";s:15:\"196.245.216.168\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568548645;}}'),(18291,621,'_um_last_login','1568530645'),(18292,621,'um_account_secure_fields','a:0:{}'),(18293,622,'nickname','myrtiss3720'),(18294,622,'first_name','Myrtis'),(18295,622,'last_name','Farwell'),(18296,622,'description',''),(18297,622,'rich_editing','true'),(18298,622,'syntax_highlighting','true'),(18299,622,'comment_shortcuts','false'),(18300,622,'admin_color','fresh'),(18301,622,'use_ssl','0'),(18302,622,'show_admin_bar_front','true'),(18303,622,'locale',''),(18304,622,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18305,622,'wp_user_level','0'),(18306,622,'_yoast_wpseo_profile_updated','1568549252'),(18307,622,'dismissed_wp_pointers',''),(18308,622,'synced_gravatar_hashed_id','6058730d1b7d833251e1b30eaddd40ff'),(18309,622,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568531244\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"myrtiss3720\";s:10:\"first_name\";s:6:\"Myrtis\";s:9:\"last_name\";s:7:\"Farwell\";s:10:\"user_email\";s:24:\"Myrtis_Farwell@gmail.com\";}'),(18310,622,'form_id','17'),(18311,622,'timestamp','1568531244'),(18312,622,'request',''),(18313,622,'_wpnonce','26ec80c799'),(18314,622,'_wp_http_referer','/register/'),(18316,622,'um_user_profile_url_slug_user_login','myrtiss3720'),(18318,622,'full_name','myrtis farwell'),(18319,622,'account_status','approved'),(18320,622,'session_tokens','a:1:{s:64:\"9776d3d0f0c7c7a80a7b706fa3fea73fd8ce2c255d1896f84fac3c8c153c24d1\";a:4:{s:10:\"expiration\";i:1584101252;s:2:\"ip\";s:15:\"196.245.216.168\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568549252;}}'),(18321,622,'_um_last_login','1568531252'),(18322,622,'um_account_secure_fields','a:0:{}'),(18323,623,'nickname','myrtisfaucett12'),(18324,623,'first_name','Myrtis'),(18325,623,'last_name','Faucett'),(18326,623,'description',''),(18327,623,'rich_editing','true'),(18328,623,'syntax_highlighting','true'),(18329,623,'comment_shortcuts','false'),(18330,623,'admin_color','fresh'),(18331,623,'use_ssl','0'),(18332,623,'show_admin_bar_front','true'),(18333,623,'locale',''),(18334,623,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18335,623,'wp_user_level','0'),(18336,623,'_yoast_wpseo_profile_updated','1568549812'),(18337,623,'dismissed_wp_pointers',''),(18338,623,'synced_gravatar_hashed_id','baf136c536fb7d6f45e37632c27de436'),(18339,623,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568531800\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:15:\"myrtisfaucett12\";s:10:\"first_name\";s:6:\"Myrtis\";s:9:\"last_name\";s:7:\"Faucett\";s:10:\"user_email\";s:24:\"Myrtis_Faucett@gmail.com\";}'),(18340,623,'form_id','17'),(18341,623,'timestamp','1568531800'),(18342,623,'request',''),(18343,623,'redirect_to','https://buzz-caribbean.com/register/'),(18344,623,'_wpnonce','26ec80c799'),(18345,623,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(18347,623,'um_user_profile_url_slug_user_login','myrtisfaucett12'),(18349,623,'full_name','myrtis faucett'),(18350,623,'account_status','approved'),(18351,624,'nickname','fletchernorthey'),(18352,624,'first_name','Fletcher'),(18353,624,'last_name','Northey'),(18354,624,'description',''),(18355,624,'rich_editing','true'),(18356,624,'syntax_highlighting','true'),(18357,624,'comment_shortcuts','false'),(18358,624,'admin_color','fresh'),(18359,624,'use_ssl','0'),(18360,624,'show_admin_bar_front','true'),(18361,624,'locale',''),(18362,624,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18363,624,'wp_user_level','0'),(18364,624,'_yoast_wpseo_profile_updated','1568550891'),(18365,624,'dismissed_wp_pointers',''),(18366,624,'synced_gravatar_hashed_id','997f56e64e93852c92a55e7bc2d3edf6'),(18367,624,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568532882\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"fletchernorthey\";s:10:\"first_name\";s:8:\"Fletcher\";s:9:\"last_name\";s:7:\"Northey\";s:10:\"user_email\";s:28:\"Fletcher.Northey38@gmail.com\";}'),(18368,624,'form_id','17'),(18369,624,'timestamp','1568532882'),(18370,624,'request',''),(18371,624,'_wpnonce','26ec80c799'),(18372,624,'_wp_http_referer','/register/'),(18374,624,'um_user_profile_url_slug_user_login','fletchernorthey'),(18376,624,'full_name','fletcher northey'),(18377,624,'account_status','approved'),(18378,624,'session_tokens','a:1:{s:64:\"f25e8fbf1fda1c2fcea28249f1aaf21718c0bdbf8b9bb413f75b3c113df8f1b0\";a:4:{s:10:\"expiration\";i:1584102891;s:2:\"ip\";s:15:\"196.245.216.168\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568550891;}}'),(18379,624,'_um_last_login','1568532891'),(18380,624,'um_account_secure_fields','a:0:{}'),(18381,625,'nickname','xvvluann296742'),(18382,625,'first_name','Luann'),(18383,625,'last_name','Damon'),(18384,625,'description',''),(18385,625,'rich_editing','true'),(18386,625,'syntax_highlighting','true'),(18387,625,'comment_shortcuts','false'),(18388,625,'admin_color','fresh'),(18389,625,'use_ssl','0'),(18390,625,'show_admin_bar_front','true'),(18391,625,'locale',''),(18392,625,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18393,625,'wp_user_level','0'),(18394,625,'_yoast_wpseo_profile_updated','1568551308'),(18395,625,'dismissed_wp_pointers',''),(18396,625,'synced_gravatar_hashed_id','f6c543d461126ac071f43e12c56570c6'),(18397,625,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568533298\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"xvvluann296742\";s:10:\"first_name\";s:5:\"Luann\";s:9:\"last_name\";s:5:\"Damon\";s:10:\"user_email\";s:21:\"Luann_Damon@gmail.com\";}'),(18398,625,'form_id','17'),(18399,625,'timestamp','1568533298'),(18400,625,'request',''),(18401,625,'_wpnonce','26ec80c799'),(18402,625,'_wp_http_referer','/register/'),(18404,625,'um_user_profile_url_slug_user_login','xvvluann296742'),(18406,625,'full_name','luann damon'),(18407,625,'account_status','approved'),(18408,625,'session_tokens','a:1:{s:64:\"c8705967c13c2aac031e869de6bf2d91265df58d29dd6570bf11a74c438615ce\";a:4:{s:10:\"expiration\";i:1584103309;s:2:\"ip\";s:15:\"107.158.221.106\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568551309;}}'),(18409,625,'_um_last_login','1568533309'),(18410,625,'um_account_secure_fields','a:0:{}'),(18411,626,'nickname','jamelfraire1'),(18412,626,'first_name','Jamel'),(18413,626,'last_name','Fraire'),(18414,626,'description',''),(18415,626,'rich_editing','true'),(18416,626,'syntax_highlighting','true'),(18417,626,'comment_shortcuts','false'),(18418,626,'admin_color','fresh'),(18419,626,'use_ssl','0'),(18420,626,'show_admin_bar_front','true'),(18421,626,'locale',''),(18422,626,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18423,626,'wp_user_level','0'),(18424,626,'_yoast_wpseo_profile_updated','1568552050'),(18425,626,'dismissed_wp_pointers',''),(18426,626,'synced_gravatar_hashed_id','06f7efb8fd30ec6629621be15533860a'),(18427,626,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568534026\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:12:\"jamelfraire1\";s:10:\"first_name\";s:5:\"Jamel\";s:9:\"last_name\";s:6:\"Fraire\";s:10:\"user_email\";s:46:\"Jamel.Fraire34@coan.antiquerestorationwork.com\";}'),(18428,626,'form_id','17'),(18429,626,'timestamp','1568534026'),(18430,626,'request',''),(18431,626,'redirect_to','https://buzz-caribbean.com/register/'),(18432,626,'_wpnonce','26ec80c799'),(18433,626,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(18435,626,'um_user_profile_url_slug_user_login','jamelfraire1'),(18437,626,'full_name','jamel fraire'),(18438,626,'account_status','approved'),(18439,627,'nickname','autumncaban4'),(18440,627,'first_name','Autumn'),(18441,627,'last_name','Caban'),(18442,627,'description',''),(18443,627,'rich_editing','true'),(18444,627,'syntax_highlighting','true'),(18445,627,'comment_shortcuts','false'),(18446,627,'admin_color','fresh'),(18447,627,'use_ssl','0'),(18448,627,'show_admin_bar_front','true'),(18449,627,'locale',''),(18450,627,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18451,627,'wp_user_level','0'),(18452,627,'_yoast_wpseo_profile_updated','1568552937'),(18453,627,'dismissed_wp_pointers',''),(18454,627,'synced_gravatar_hashed_id','316807197ca7b85a69f9b0b82488691e'),(18455,627,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568534929\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"autumncaban4\";s:10:\"first_name\";s:6:\"Autumn\";s:9:\"last_name\";s:5:\"Caban\";s:10:\"user_email\";s:22:\"Autumn_Caban@gmail.com\";}'),(18456,627,'form_id','17'),(18457,627,'timestamp','1568534929'),(18458,627,'request',''),(18459,627,'_wpnonce','26ec80c799'),(18460,627,'_wp_http_referer','/register/'),(18462,627,'um_user_profile_url_slug_user_login','autumncaban4'),(18464,627,'full_name','autumn caban'),(18465,627,'account_status','approved'),(18466,627,'session_tokens','a:1:{s:64:\"0ec0cbcd395c6f997d2b4f436b9eaa8e7d6b104edd5c143eaf94ea4c0aff17b8\";a:4:{s:10:\"expiration\";i:1584104938;s:2:\"ip\";s:12:\"185.3.134.20\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568552938;}}'),(18467,627,'_um_last_login','1568534938'),(18468,627,'um_account_secure_fields','a:0:{}'),(18469,628,'nickname','kimleverett184'),(18470,628,'first_name','Kim'),(18471,628,'last_name','Leverett'),(18472,628,'description',''),(18473,628,'rich_editing','true'),(18474,628,'syntax_highlighting','true'),(18475,628,'comment_shortcuts','false'),(18476,628,'admin_color','fresh'),(18477,628,'use_ssl','0'),(18478,628,'show_admin_bar_front','true'),(18479,628,'locale',''),(18480,628,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18481,628,'wp_user_level','0'),(18482,628,'_yoast_wpseo_profile_updated','1568553773'),(18483,628,'dismissed_wp_pointers',''),(18484,628,'synced_gravatar_hashed_id','54ade4c1e5e40bb32716a8766f257a65'),(18485,628,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568535763\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"kimleverett184\";s:10:\"first_name\";s:3:\"Kim\";s:9:\"last_name\";s:8:\"Leverett\";s:10:\"user_email\";s:24:\"Kim_Leverett47@gmail.com\";}'),(18486,628,'form_id','17'),(18487,628,'timestamp','1568535763'),(18488,628,'request',''),(18489,628,'_wpnonce','26ec80c799'),(18490,628,'_wp_http_referer','/register/'),(18492,628,'um_user_profile_url_slug_user_login','kimleverett184'),(18494,628,'full_name','kim leverett'),(18495,628,'account_status','approved'),(18496,628,'session_tokens','a:1:{s:64:\"ad830f42f1ca5bbcc3da657c4fdb58d0aa719be19cf733e6182fbb4d282b3657\";a:4:{s:10:\"expiration\";i:1584105773;s:2:\"ip\";s:14:\"193.228.56.153\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568553773;}}'),(18497,628,'_um_last_login','1568535773'),(18498,628,'um_account_secure_fields','a:0:{}'),(18499,629,'nickname','ruthienicolay1'),(18500,629,'first_name','Ruthie'),(18501,629,'last_name','Nicolay'),(18502,629,'description',''),(18503,629,'rich_editing','true'),(18504,629,'syntax_highlighting','true'),(18505,629,'comment_shortcuts','false'),(18506,629,'admin_color','fresh'),(18507,629,'use_ssl','0'),(18508,629,'show_admin_bar_front','true'),(18509,629,'locale',''),(18510,629,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18511,629,'wp_user_level','0'),(18512,629,'_yoast_wpseo_profile_updated','1568554242'),(18513,629,'dismissed_wp_pointers',''),(18514,629,'synced_gravatar_hashed_id','1d1c6ee57f19172d314fc8ec50ac08d1'),(18515,629,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568536235\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"ruthienicolay1\";s:10:\"first_name\";s:6:\"Ruthie\";s:9:\"last_name\";s:7:\"Nicolay\";s:10:\"user_email\";s:26:\"Ruthie_Nicolay40@gmail.com\";}'),(18516,629,'form_id','17'),(18517,629,'timestamp','1568536235'),(18518,629,'request',''),(18519,629,'_wpnonce','26ec80c799'),(18520,629,'_wp_http_referer','/register/'),(18522,629,'um_user_profile_url_slug_user_login','ruthienicolay1'),(18524,629,'full_name','ruthie nicolay'),(18525,629,'account_status','approved'),(18526,629,'session_tokens','a:1:{s:64:\"8e9f18b0eb3e76ff062c748c45a4e2187872b557ec4bd3e0a57259ea0cb1c82c\";a:4:{s:10:\"expiration\";i:1584106243;s:2:\"ip\";s:15:\"144.168.201.141\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568554243;}}'),(18527,629,'_um_last_login','1568536243'),(18528,629,'um_account_secure_fields','a:0:{}'),(18529,630,'nickname','louellamayne44'),(18530,630,'first_name','Louella'),(18531,630,'last_name','Mayne'),(18532,630,'description',''),(18533,630,'rich_editing','true'),(18534,630,'syntax_highlighting','true'),(18535,630,'comment_shortcuts','false'),(18536,630,'admin_color','fresh'),(18537,630,'use_ssl','0'),(18538,630,'show_admin_bar_front','true'),(18539,630,'locale',''),(18540,630,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18541,630,'wp_user_level','0'),(18542,630,'_yoast_wpseo_profile_updated','1568556732'),(18543,630,'dismissed_wp_pointers',''),(18544,630,'synced_gravatar_hashed_id','8a7b0987244ff1df72603589a84a2e45'),(18545,630,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568538722\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"louellamayne44\";s:10:\"first_name\";s:7:\"Louella\";s:9:\"last_name\";s:5:\"Mayne\";s:10:\"user_email\";s:25:\"Louella_Mayne34@gmail.com\";}'),(18546,630,'form_id','17'),(18547,630,'timestamp','1568538722'),(18548,630,'request',''),(18549,630,'_wpnonce','26ec80c799'),(18550,630,'_wp_http_referer','/register/'),(18552,630,'um_user_profile_url_slug_user_login','louellamayne44'),(18554,630,'full_name','louella mayne'),(18555,630,'account_status','approved'),(18556,630,'session_tokens','a:1:{s:64:\"74624be1a0a8861c500b908a2a0786c014d293cf63d7db7b611a6237ceaf0058\";a:4:{s:10:\"expiration\";i:1584108733;s:2:\"ip\";s:14:\"165.231.130.31\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568556733;}}'),(18557,630,'_um_last_login','1568538733'),(18558,630,'um_account_secure_fields','a:0:{}'),(18559,631,'nickname','evonnegrimstone'),(18560,631,'first_name','Evonne'),(18561,631,'last_name','Grimstone'),(18562,631,'description',''),(18563,631,'rich_editing','true'),(18564,631,'syntax_highlighting','true'),(18565,631,'comment_shortcuts','false'),(18566,631,'admin_color','fresh'),(18567,631,'use_ssl','0'),(18568,631,'show_admin_bar_front','true'),(18569,631,'locale',''),(18570,631,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18571,631,'wp_user_level','0'),(18572,631,'_yoast_wpseo_profile_updated','1568556955'),(18573,631,'dismissed_wp_pointers',''),(18574,631,'synced_gravatar_hashed_id','d85bba4d9802f1e004c8fd0bcfa77ca1'),(18575,631,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568538947\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"evonnegrimstone\";s:10:\"first_name\";s:6:\"Evonne\";s:9:\"last_name\";s:9:\"Grimstone\";s:10:\"user_email\";s:28:\"Evonne-Grimstone70@gmail.com\";}'),(18576,631,'form_id','17'),(18577,631,'timestamp','1568538947'),(18578,631,'request',''),(18579,631,'_wpnonce','26ec80c799'),(18580,631,'_wp_http_referer','/register/'),(18582,631,'um_user_profile_url_slug_user_login','evonnegrimstone'),(18584,631,'full_name','evonne grimstone'),(18585,631,'account_status','approved'),(18586,631,'session_tokens','a:1:{s:64:\"14ebbaaba73355a2053fe6cd1e425af53902390b22fb66942487a908fdffd507\";a:4:{s:10:\"expiration\";i:1584108956;s:2:\"ip\";s:14:\"91.108.176.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568556956;}}'),(18587,631,'_um_last_login','1568538956'),(18588,631,'um_account_secure_fields','a:0:{}'),(18589,632,'nickname','bernardoforet'),(18590,632,'first_name','Bernardo'),(18591,632,'last_name','Foret'),(18592,632,'description',''),(18593,632,'rich_editing','true'),(18594,632,'syntax_highlighting','true'),(18595,632,'comment_shortcuts','false'),(18596,632,'admin_color','fresh'),(18597,632,'use_ssl','0'),(18598,632,'show_admin_bar_front','true'),(18599,632,'locale',''),(18600,632,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18601,632,'wp_user_level','0'),(18602,632,'_yoast_wpseo_profile_updated','1568558010'),(18603,632,'dismissed_wp_pointers',''),(18604,632,'synced_gravatar_hashed_id','4bb790023f5726a4d874d269429491fd'),(18605,632,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568540002\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"bernardoforet\";s:10:\"first_name\";s:8:\"Bernardo\";s:9:\"last_name\";s:5:\"Foret\";s:10:\"user_email\";s:24:\"Bernardo.Foret@gmail.com\";}'),(18606,632,'form_id','17'),(18607,632,'timestamp','1568540002'),(18608,632,'request',''),(18609,632,'_wpnonce','26ec80c799'),(18610,632,'_wp_http_referer','/register/'),(18612,632,'um_user_profile_url_slug_user_login','bernardoforet'),(18614,632,'full_name','bernardo foret'),(18615,632,'account_status','approved'),(18616,632,'session_tokens','a:1:{s:64:\"982db4429a0e87a8eb21bacd0ef83c1c285f2b82ea2d48566cd4b8b25455d93d\";a:4:{s:10:\"expiration\";i:1584110011;s:2:\"ip\";s:15:\"196.245.216.192\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568558011;}}'),(18617,632,'_um_last_login','1568540011'),(18618,632,'um_account_secure_fields','a:0:{}'),(18619,633,'nickname','cornellstricklin'),(18620,633,'first_name','Cornell'),(18621,633,'last_name','Stricklin'),(18622,633,'description',''),(18623,633,'rich_editing','true'),(18624,633,'syntax_highlighting','true'),(18625,633,'comment_shortcuts','false'),(18626,633,'admin_color','fresh'),(18627,633,'use_ssl','0'),(18628,633,'show_admin_bar_front','true'),(18629,633,'locale',''),(18630,633,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18631,633,'wp_user_level','0'),(18632,633,'_yoast_wpseo_profile_updated','1568558855'),(18633,633,'dismissed_wp_pointers',''),(18634,633,'synced_gravatar_hashed_id','5a4ca2ac7c865073e65019b70fc07bc4'),(18635,633,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568540848\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"cornellstricklin\";s:10:\"first_name\";s:7:\"Cornell\";s:9:\"last_name\";s:9:\"Stricklin\";s:10:\"user_email\";s:27:\"Cornell-Stricklin@gmail.com\";}'),(18636,633,'form_id','17'),(18637,633,'timestamp','1568540848'),(18638,633,'request',''),(18639,633,'_wpnonce','26ec80c799'),(18640,633,'_wp_http_referer','/register/'),(18642,633,'um_user_profile_url_slug_user_login','cornellstricklin'),(18644,633,'full_name','cornell stricklin'),(18645,633,'account_status','approved'),(18646,633,'session_tokens','a:1:{s:64:\"598d20efbce85744b54d5750f0d2831fd9fb1d3739b2feade2d7eb9f6a02da66\";a:4:{s:10:\"expiration\";i:1584110855;s:2:\"ip\";s:15:\"107.158.221.122\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568558855;}}'),(18647,633,'_um_last_login','1568540855'),(18648,633,'um_account_secure_fields','a:0:{}'),(18649,634,'nickname','suebee'),(18650,634,'first_name','Susan'),(18651,634,'last_name','Bucknor'),(18652,634,'description',''),(18653,634,'rich_editing','true'),(18654,634,'syntax_highlighting','true'),(18655,634,'comment_shortcuts','false'),(18656,634,'admin_color','fresh'),(18657,634,'use_ssl','0'),(18658,634,'show_admin_bar_front','true'),(18659,634,'locale',''),(18660,634,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18661,634,'wp_user_level','0'),(18662,634,'_yoast_wpseo_profile_updated','1568559171'),(18663,634,'dismissed_wp_pointers',''),(18664,634,'synced_gravatar_hashed_id','29aeb1b2a1182acedcd31647fb46c4ae'),(18665,634,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568541151\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:81:\"https://buzz-caribbean.com/job/ramble-media-group-a-digital-media-executive-2993/\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:104:\"/register/?redirect_to=https://buzz-caribbean.com/job/ramble-media-group-a-digital-media-executive-2993/\";s:10:\"user_login\";s:6:\"SueBee\";s:10:\"first_name\";s:5:\"Susan\";s:9:\"last_name\";s:7:\"Bucknor\";s:10:\"user_email\";s:23:\"bucknor.susan@gmail.com\";}'),(18666,634,'form_id','17'),(18667,634,'timestamp','1568541151'),(18668,634,'request',''),(18669,634,'redirect_to','https://buzz-caribbean.com/job/ramble-media-group-a-digital-media-executive-2993/'),(18670,634,'_wpnonce','26ec80c799'),(18671,634,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/job/ramble-media-group-a-digital-media-executive-2993/'),(18673,634,'um_user_profile_url_slug_user_login','suebee'),(18675,634,'full_name','susan bucknor'),(18676,634,'account_status','approved'),(18677,634,'session_tokens','a:1:{s:64:\"7142597d88c4de51ba591b8955c534d9825284f1b4629e6cfffc827e69779028\";a:4:{s:10:\"expiration\";i:1584111188;s:2:\"ip\";s:15:\"104.244.231.208\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15\";s:5:\"login\";i:1568559188;}}'),(18678,634,'_um_last_login','1568541188'),(18679,634,'um_account_secure_fields','a:0:{}'),(18680,634,'appliedjobs','a:1:{i:0;i:2993;}'),(18681,635,'nickname','brigidajaime998'),(18682,635,'first_name','Brigida'),(18683,635,'last_name','Jaime'),(18684,635,'description',''),(18685,635,'rich_editing','true'),(18686,635,'syntax_highlighting','true'),(18687,635,'comment_shortcuts','false'),(18688,635,'admin_color','fresh'),(18689,635,'use_ssl','0'),(18690,635,'show_admin_bar_front','true'),(18691,635,'locale',''),(18692,635,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18693,635,'wp_user_level','0'),(18694,635,'_yoast_wpseo_profile_updated','1568559306'),(18695,635,'dismissed_wp_pointers',''),(18696,635,'synced_gravatar_hashed_id','963af682cda61e8111347b2a814b59e9'),(18697,635,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568541298\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"brigidajaime998\";s:10:\"first_name\";s:7:\"Brigida\";s:9:\"last_name\";s:5:\"Jaime\";s:10:\"user_email\";s:23:\"Brigida-Jaime@gmail.com\";}'),(18698,635,'form_id','17'),(18699,635,'timestamp','1568541298'),(18700,635,'request',''),(18701,635,'_wpnonce','26ec80c799'),(18702,635,'_wp_http_referer','/register/'),(18704,635,'um_user_profile_url_slug_user_login','brigidajaime998'),(18706,635,'full_name','brigida jaime'),(18707,635,'account_status','approved'),(18708,635,'session_tokens','a:1:{s:64:\"c6fb1f00117f32b6a802b083dbc8b0552a236d7dccd5358df88dcbf643f8e3d5\";a:4:{s:10:\"expiration\";i:1584111306;s:2:\"ip\";s:13:\"185.3.134.200\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568559306;}}'),(18709,635,'_um_last_login','1568541306'),(18710,635,'um_account_secure_fields','a:0:{}'),(18711,636,'nickname','valarie86b'),(18712,636,'first_name','Valarie'),(18713,636,'last_name','John'),(18714,636,'description',''),(18715,636,'rich_editing','true'),(18716,636,'syntax_highlighting','true'),(18717,636,'comment_shortcuts','false'),(18718,636,'admin_color','fresh'),(18719,636,'use_ssl','0'),(18720,636,'show_admin_bar_front','true'),(18721,636,'locale',''),(18722,636,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18723,636,'wp_user_level','0'),(18724,636,'_yoast_wpseo_profile_updated','1568559936'),(18725,636,'dismissed_wp_pointers',''),(18726,636,'synced_gravatar_hashed_id','bf9bf42eca8c8f460eed4f5bd5997f57'),(18727,636,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568541925\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"valarie86b\";s:10:\"first_name\";s:7:\"Valarie\";s:9:\"last_name\";s:4:\"John\";s:10:\"user_email\";s:24:\"Valarie.John99@gmail.com\";}'),(18728,636,'form_id','17'),(18729,636,'timestamp','1568541925'),(18730,636,'request',''),(18731,636,'_wpnonce','26ec80c799'),(18732,636,'_wp_http_referer','/register/'),(18734,636,'um_user_profile_url_slug_user_login','valarie86b'),(18736,636,'full_name','valarie john'),(18737,636,'account_status','approved'),(18738,636,'session_tokens','a:1:{s:64:\"ab60258e497a672a6b20da2011a078adda015b2f937c224cf0cb7346d7d74f86\";a:4:{s:10:\"expiration\";i:1584111936;s:2:\"ip\";s:13:\"91.108.176.45\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568559936;}}'),(18739,636,'_um_last_login','1568541936'),(18740,636,'um_account_secure_fields','a:0:{}'),(18741,637,'nickname','ashlisaldana'),(18742,637,'first_name','Ashli'),(18743,637,'last_name','Saldana'),(18744,637,'description',''),(18745,637,'rich_editing','true'),(18746,637,'syntax_highlighting','true'),(18747,637,'comment_shortcuts','false'),(18748,637,'admin_color','fresh'),(18749,637,'use_ssl','0'),(18750,637,'show_admin_bar_front','true'),(18751,637,'locale',''),(18752,637,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18753,637,'wp_user_level','0'),(18754,637,'_yoast_wpseo_profile_updated','1568561146'),(18755,637,'dismissed_wp_pointers',''),(18756,637,'synced_gravatar_hashed_id','100aca9739d8d786f8a274079d59bcd3'),(18757,637,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568543138\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"ashlisaldana\";s:10:\"first_name\";s:5:\"Ashli\";s:9:\"last_name\";s:7:\"Saldana\";s:10:\"user_email\";s:23:\"Ashli_Saldana@gmail.com\";}'),(18758,637,'form_id','17'),(18759,637,'timestamp','1568543138'),(18760,637,'request',''),(18761,637,'_wpnonce','26ec80c799'),(18762,637,'_wp_http_referer','/register/'),(18764,637,'um_user_profile_url_slug_user_login','ashlisaldana'),(18766,637,'full_name','ashli saldana'),(18767,637,'account_status','approved'),(18768,637,'session_tokens','a:1:{s:64:\"c21c04b66f16363e790ccaaa00ecb189f03d1261032302b0ebb011e61a149fe2\";a:4:{s:10:\"expiration\";i:1584113147;s:2:\"ip\";s:15:\"144.168.201.141\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568561147;}}'),(18769,637,'_um_last_login','1568543147'),(18770,637,'um_account_secure_fields','a:0:{}'),(18771,638,'nickname','mindakendrick5'),(18772,638,'first_name','Minda'),(18773,638,'last_name','Kendrick'),(18774,638,'description',''),(18775,638,'rich_editing','true'),(18776,638,'syntax_highlighting','true'),(18777,638,'comment_shortcuts','false'),(18778,638,'admin_color','fresh'),(18779,638,'use_ssl','0'),(18780,638,'show_admin_bar_front','true'),(18781,638,'locale',''),(18782,638,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18783,638,'wp_user_level','0'),(18784,638,'_yoast_wpseo_profile_updated','1568561520'),(18785,638,'dismissed_wp_pointers',''),(18786,638,'synced_gravatar_hashed_id','18d861068e3b66cb6394d13895a0018d'),(18787,638,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568543509\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"mindakendrick5\";s:10:\"first_name\";s:5:\"Minda\";s:9:\"last_name\";s:8:\"Kendrick\";s:10:\"user_email\";s:26:\"Minda-Kendrick85@gmail.com\";}'),(18788,638,'form_id','17'),(18789,638,'timestamp','1568543509'),(18790,638,'request',''),(18791,638,'_wpnonce','26ec80c799'),(18792,638,'_wp_http_referer','/register/'),(18794,638,'um_user_profile_url_slug_user_login','mindakendrick5'),(18796,638,'full_name','minda kendrick'),(18797,638,'account_status','approved'),(18798,638,'session_tokens','a:1:{s:64:\"1dfc41c49494933aeaa5d8f160a978967942a583aaebc8058d4efca9ab40ab5e\";a:4:{s:10:\"expiration\";i:1584113520;s:2:\"ip\";s:13:\"91.108.176.45\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568561520;}}'),(18799,638,'_um_last_login','1568543520'),(18800,638,'um_account_secure_fields','a:0:{}'),(18801,639,'nickname','loumtc1295002'),(18802,639,'first_name','Lou'),(18803,639,'last_name','Elizabeth'),(18804,639,'description',''),(18805,639,'rich_editing','true'),(18806,639,'syntax_highlighting','true'),(18807,639,'comment_shortcuts','false'),(18808,639,'admin_color','fresh'),(18809,639,'use_ssl','0'),(18810,639,'show_admin_bar_front','true'),(18811,639,'locale',''),(18812,639,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18813,639,'wp_user_level','0'),(18814,639,'_yoast_wpseo_profile_updated','1568562805'),(18815,639,'dismissed_wp_pointers',''),(18816,639,'synced_gravatar_hashed_id','a3dcc2f57da4205ddd54b8d33db219be'),(18817,639,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568544794\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"loumtc1295002\";s:10:\"first_name\";s:3:\"Lou\";s:9:\"last_name\";s:9:\"Elizabeth\";s:10:\"user_email\";s:23:\"Lou-Elizabeth@gmail.com\";}'),(18818,639,'form_id','17'),(18819,639,'timestamp','1568544794'),(18820,639,'request',''),(18821,639,'_wpnonce','26ec80c799'),(18822,639,'_wp_http_referer','/register/'),(18824,639,'um_user_profile_url_slug_user_login','loumtc1295002'),(18826,639,'full_name','lou elizabeth'),(18827,639,'account_status','approved'),(18828,639,'session_tokens','a:1:{s:64:\"1f072667e4ab1072f340f9175a769035d38843fc87d2e05643aa584c0c9e7f43\";a:4:{s:10:\"expiration\";i:1584114806;s:2:\"ip\";s:15:\"104.227.254.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568562806;}}'),(18829,639,'_um_last_login','1568544806'),(18830,639,'um_account_secure_fields','a:0:{}'),(18831,640,'nickname','duanef38216'),(18832,640,'first_name','Duane'),(18833,640,'last_name','McClinton'),(18834,640,'description',''),(18835,640,'rich_editing','true'),(18836,640,'syntax_highlighting','true'),(18837,640,'comment_shortcuts','false'),(18838,640,'admin_color','fresh'),(18839,640,'use_ssl','0'),(18840,640,'show_admin_bar_front','true'),(18841,640,'locale',''),(18842,640,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18843,640,'wp_user_level','0'),(18844,640,'_yoast_wpseo_profile_updated','1568565133'),(18845,640,'dismissed_wp_pointers',''),(18846,640,'synced_gravatar_hashed_id','62ed8cc0072b09e1ff6d226eff39cfd0'),(18847,640,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568547125\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"duanef38216\";s:10:\"first_name\";s:5:\"Duane\";s:9:\"last_name\";s:9:\"McClinton\";s:10:\"user_email\";s:25:\"Duane_McClinton@gmail.com\";}'),(18848,640,'form_id','17'),(18849,640,'timestamp','1568547125'),(18850,640,'request',''),(18851,640,'_wpnonce','26ec80c799'),(18852,640,'_wp_http_referer','/register/'),(18854,640,'um_user_profile_url_slug_user_login','duanef38216'),(18856,640,'full_name','duane mcclinton'),(18857,640,'account_status','approved'),(18858,640,'session_tokens','a:1:{s:64:\"4fb24f9746c38b15f41c8dae42780df2e9ae81f342cc5611979ea7b175d7f043\";a:4:{s:10:\"expiration\";i:1584117134;s:2:\"ip\";s:15:\"144.168.201.187\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568565134;}}'),(18859,640,'_um_last_login','1568547134'),(18860,640,'um_account_secure_fields','a:0:{}'),(18861,641,'nickname','elviraruss'),(18862,641,'first_name','Elvira'),(18863,641,'last_name','Russ'),(18864,641,'description',''),(18865,641,'rich_editing','true'),(18866,641,'syntax_highlighting','true'),(18867,641,'comment_shortcuts','false'),(18868,641,'admin_color','fresh'),(18869,641,'use_ssl','0'),(18870,641,'show_admin_bar_front','true'),(18871,641,'locale',''),(18872,641,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18873,641,'wp_user_level','0'),(18874,641,'_yoast_wpseo_profile_updated','1568565574'),(18875,641,'dismissed_wp_pointers',''),(18876,641,'synced_gravatar_hashed_id','9ebd789c65dbdd1be3ca5f6b9a25fb70'),(18877,641,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568547563\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"elviraruss\";s:10:\"first_name\";s:6:\"Elvira\";s:9:\"last_name\";s:4:\"Russ\";s:10:\"user_email\";s:23:\"Elvira_Russ72@gmail.com\";}'),(18878,641,'form_id','17'),(18879,641,'timestamp','1568547563'),(18880,641,'request',''),(18881,641,'_wpnonce','26ec80c799'),(18882,641,'_wp_http_referer','/register/'),(18884,641,'um_user_profile_url_slug_user_login','elviraruss'),(18886,641,'full_name','elvira russ'),(18887,641,'account_status','approved'),(18888,641,'session_tokens','a:1:{s:64:\"9f82b09d089b0c2ba0253e38ac0605a38f6089cb9ae2a0421f54688f4465a71a\";a:4:{s:10:\"expiration\";i:1584117575;s:2:\"ip\";s:12:\"185.3.134.20\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568565575;}}'),(18889,641,'_um_last_login','1568547575'),(18890,641,'um_account_secure_fields','a:0:{}'),(18891,642,'nickname','jorgeoas0273059'),(18892,642,'first_name','Jorge'),(18893,642,'last_name','Biermann'),(18894,642,'description',''),(18895,642,'rich_editing','true'),(18896,642,'syntax_highlighting','true'),(18897,642,'comment_shortcuts','false'),(18898,642,'admin_color','fresh'),(18899,642,'use_ssl','0'),(18900,642,'show_admin_bar_front','true'),(18901,642,'locale',''),(18902,642,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18903,642,'wp_user_level','0'),(18904,642,'_yoast_wpseo_profile_updated','1568565702'),(18905,642,'dismissed_wp_pointers',''),(18906,642,'synced_gravatar_hashed_id','2ad1fd59f1317fe737473c1cb5515fe0'),(18907,642,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568547691\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"jorgeoas0273059\";s:10:\"first_name\";s:5:\"Jorge\";s:9:\"last_name\";s:8:\"Biermann\";s:10:\"user_email\";s:24:\"Jorge.Biermann@gmail.com\";}'),(18908,642,'form_id','17'),(18909,642,'timestamp','1568547691'),(18910,642,'request',''),(18911,642,'_wpnonce','26ec80c799'),(18912,642,'_wp_http_referer','/register/'),(18914,642,'um_user_profile_url_slug_user_login','jorgeoas0273059'),(18916,642,'full_name','jorge biermann'),(18917,642,'account_status','approved'),(18918,642,'session_tokens','a:1:{s:64:\"45fb832f405dfebb6fc44ca227397814f4b51256ffdfa08feacb2ab263b35eb6\";a:4:{s:10:\"expiration\";i:1584117703;s:2:\"ip\";s:15:\"104.227.254.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568565703;}}'),(18919,642,'_um_last_login','1568547703'),(18920,642,'um_account_secure_fields','a:0:{}'),(18921,643,'nickname','enriqueta66w'),(18922,643,'first_name','Enriqueta'),(18923,643,'last_name','Fitzwater'),(18924,643,'description',''),(18925,643,'rich_editing','true'),(18926,643,'syntax_highlighting','true'),(18927,643,'comment_shortcuts','false'),(18928,643,'admin_color','fresh'),(18929,643,'use_ssl','0'),(18930,643,'show_admin_bar_front','true'),(18931,643,'locale',''),(18932,643,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18933,643,'wp_user_level','0'),(18934,643,'_yoast_wpseo_profile_updated','1568566489'),(18935,643,'dismissed_wp_pointers',''),(18936,643,'synced_gravatar_hashed_id','a4750e11d83c8c8c2360cd9a1c49887c'),(18937,643,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568548479\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"enriqueta66w\";s:10:\"first_name\";s:9:\"Enriqueta\";s:9:\"last_name\";s:9:\"Fitzwater\";s:10:\"user_email\";s:30:\"Enriqueta_Fitzwater3@gmail.com\";}'),(18938,643,'form_id','17'),(18939,643,'timestamp','1568548479'),(18940,643,'request',''),(18941,643,'_wpnonce','26ec80c799'),(18942,643,'_wp_http_referer','/register/'),(18944,643,'um_user_profile_url_slug_user_login','enriqueta66w'),(18946,643,'full_name','enriqueta fitzwater'),(18947,643,'account_status','approved'),(18948,643,'session_tokens','a:1:{s:64:\"5b89531daa818326872d9b7e51423b412f286607b7e025431bdb4cc3f79d6b97\";a:4:{s:10:\"expiration\";i:1584118490;s:2:\"ip\";s:14:\"193.228.56.108\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568566490;}}'),(18949,643,'_um_last_login','1568548490'),(18950,643,'um_account_secure_fields','a:0:{}'),(18951,644,'nickname','wilmerims861588'),(18952,644,'first_name','Wilmer'),(18953,644,'last_name','Eusebio'),(18954,644,'description',''),(18955,644,'rich_editing','true'),(18956,644,'syntax_highlighting','true'),(18957,644,'comment_shortcuts','false'),(18958,644,'admin_color','fresh'),(18959,644,'use_ssl','0'),(18960,644,'show_admin_bar_front','true'),(18961,644,'locale',''),(18962,644,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18963,644,'wp_user_level','0'),(18964,644,'_yoast_wpseo_profile_updated','1568569248'),(18965,644,'dismissed_wp_pointers',''),(18966,644,'synced_gravatar_hashed_id','f429adb6b53a14380da2bc1c8529114c'),(18967,644,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568551240\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"wilmerims861588\";s:10:\"first_name\";s:6:\"Wilmer\";s:9:\"last_name\";s:7:\"Eusebio\";s:10:\"user_email\";s:24:\"Wilmer_Eusebio@gmail.com\";}'),(18968,644,'form_id','17'),(18969,644,'timestamp','1568551240'),(18970,644,'request',''),(18971,644,'_wpnonce','26ec80c799'),(18972,644,'_wp_http_referer','/register/'),(18974,644,'um_user_profile_url_slug_user_login','wilmerims861588'),(18976,644,'full_name','wilmer eusebio'),(18977,644,'account_status','approved'),(18978,644,'session_tokens','a:1:{s:64:\"6bf336d3af32029fad71175fb89b4dd75e95a2916f0796ca0223e29337553dcc\";a:4:{s:10:\"expiration\";i:1584121249;s:2:\"ip\";s:15:\"165.231.130.186\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568569249;}}'),(18979,644,'_um_last_login','1568551249'),(18980,644,'um_account_secure_fields','a:0:{}'),(18981,645,'nickname','myrtlekeiser'),(18982,645,'first_name','Myrtle'),(18983,645,'last_name','Keiser'),(18984,645,'description',''),(18985,645,'rich_editing','true'),(18986,645,'syntax_highlighting','true'),(18987,645,'comment_shortcuts','false'),(18988,645,'admin_color','fresh'),(18989,645,'use_ssl','0'),(18990,645,'show_admin_bar_front','true'),(18991,645,'locale',''),(18992,645,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18993,645,'wp_user_level','0'),(18994,645,'_yoast_wpseo_profile_updated','1568569583'),(18995,645,'dismissed_wp_pointers',''),(18996,645,'synced_gravatar_hashed_id','9714693cdbed614c98f9c78d78776665'),(18997,645,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568551574\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"myrtlekeiser\";s:10:\"first_name\";s:6:\"Myrtle\";s:9:\"last_name\";s:6:\"Keiser\";s:10:\"user_email\";s:23:\"Myrtle_Keiser@gmail.com\";}'),(18998,645,'form_id','17'),(18999,645,'timestamp','1568551574'),(19000,645,'request',''),(19001,645,'_wpnonce','26ec80c799'),(19002,645,'_wp_http_referer','/register/'),(19004,645,'um_user_profile_url_slug_user_login','myrtlekeiser'),(19006,645,'full_name','myrtle keiser'),(19007,645,'account_status','approved'),(19008,645,'session_tokens','a:1:{s:64:\"c01a370024529e4ea6a27e9a0de3e45bd99b4f0e7a5fccf494a50a0a68aade68\";a:4:{s:10:\"expiration\";i:1584121584;s:2:\"ip\";s:14:\"165.231.130.31\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568569584;}}'),(19009,645,'_um_last_login','1568551584'),(19010,645,'um_account_secure_fields','a:0:{}'),(19011,646,'nickname','angeldhakiyarr'),(19012,646,'first_name','Angel'),(19013,646,'last_name','Dhakiyarr'),(19014,646,'description',''),(19015,646,'rich_editing','true'),(19016,646,'syntax_highlighting','true'),(19017,646,'comment_shortcuts','false'),(19018,646,'admin_color','fresh'),(19019,646,'use_ssl','0'),(19020,646,'show_admin_bar_front','true'),(19021,646,'locale',''),(19022,646,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19023,646,'wp_user_level','0'),(19024,646,'_yoast_wpseo_profile_updated','1568571311'),(19025,646,'dismissed_wp_pointers',''),(19026,646,'synced_gravatar_hashed_id','631d55d3fe04749686be0d807631d1b4'),(19027,646,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568553304\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"angeldhakiyarr\";s:10:\"first_name\";s:5:\"Angel\";s:9:\"last_name\";s:9:\"Dhakiyarr\";s:10:\"user_email\";s:27:\"Angel-Dhakiyarr58@gmail.com\";}'),(19028,646,'form_id','17'),(19029,646,'timestamp','1568553304'),(19030,646,'request',''),(19031,646,'_wpnonce','26ec80c799'),(19032,646,'_wp_http_referer','/register/'),(19034,646,'um_user_profile_url_slug_user_login','angeldhakiyarr'),(19036,646,'full_name','angel dhakiyarr'),(19037,646,'account_status','approved'),(19038,646,'session_tokens','a:1:{s:64:\"dd328052eee0eb05ceb492f711aa619495dfa0e8c51532aca2325729367d7369\";a:4:{s:10:\"expiration\";i:1584123312;s:2:\"ip\";s:14:\"176.61.137.222\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568571312;}}'),(19039,646,'_um_last_login','1568553312'),(19040,646,'um_account_secure_fields','a:0:{}'),(19041,647,'nickname','gingerz3642440'),(19042,647,'first_name','Ginger'),(19043,647,'last_name','Peek'),(19044,647,'description',''),(19045,647,'rich_editing','true'),(19046,647,'syntax_highlighting','true'),(19047,647,'comment_shortcuts','false'),(19048,647,'admin_color','fresh'),(19049,647,'use_ssl','0'),(19050,647,'show_admin_bar_front','true'),(19051,647,'locale',''),(19052,647,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19053,647,'wp_user_level','0'),(19054,647,'_yoast_wpseo_profile_updated','1568571805'),(19055,647,'dismissed_wp_pointers',''),(19056,647,'synced_gravatar_hashed_id','1ac1fb6dca91850666d1b5b8e9a20723'),(19057,647,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568553799\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"gingerz3642440\";s:10:\"first_name\";s:6:\"Ginger\";s:9:\"last_name\";s:4:\"Peek\";s:10:\"user_email\";s:29:\"joselucas@goodcoffeemaker.com\";}'),(19058,647,'form_id','17'),(19059,647,'timestamp','1568553799'),(19060,647,'request',''),(19061,647,'redirect_to','https://buzz-caribbean.com/register/'),(19062,647,'_wpnonce','26ec80c799'),(19063,647,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(19065,647,'um_user_profile_url_slug_user_login','gingerz3642440'),(19067,647,'full_name','ginger peek'),(19068,647,'account_status','approved'),(19069,648,'nickname','dixieoaks4106'),(19070,648,'first_name','Dixie'),(19071,648,'last_name','Oaks'),(19072,648,'description',''),(19073,648,'rich_editing','true'),(19074,648,'syntax_highlighting','true'),(19075,648,'comment_shortcuts','false'),(19076,648,'admin_color','fresh'),(19077,648,'use_ssl','0'),(19078,648,'show_admin_bar_front','true'),(19079,648,'locale',''),(19080,648,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19081,648,'wp_user_level','0'),(19082,648,'_yoast_wpseo_profile_updated','1568572061'),(19083,648,'dismissed_wp_pointers',''),(19084,648,'synced_gravatar_hashed_id','6267e93fb6fe7a43cf26b7edb8951f62'),(19085,648,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568554052\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"dixieoaks4106\";s:10:\"first_name\";s:5:\"Dixie\";s:9:\"last_name\";s:4:\"Oaks\";s:10:\"user_email\";s:20:\"Dixie_Oaks@gmail.com\";}'),(19086,648,'form_id','17'),(19087,648,'timestamp','1568554052'),(19088,648,'request',''),(19089,648,'_wpnonce','26ec80c799'),(19090,648,'_wp_http_referer','/register/'),(19092,648,'um_user_profile_url_slug_user_login','dixieoaks4106'),(19094,648,'full_name','dixie oaks'),(19095,648,'account_status','approved'),(19096,648,'session_tokens','a:1:{s:64:\"8be04141278352c28c7aa5c50387e3c339c2860391f0643a8174a33db6c1034d\";a:4:{s:10:\"expiration\";i:1584124061;s:2:\"ip\";s:13:\"185.3.134.143\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568572061;}}'),(19097,648,'_um_last_login','1568554061'),(19098,648,'um_account_secure_fields','a:0:{}'),(19100,649,'nickname','richardbrockman'),(19101,649,'first_name','Richard'),(19102,649,'last_name','Brockman'),(19103,649,'description',''),(19104,649,'rich_editing','true'),(19105,649,'syntax_highlighting','true'),(19106,649,'comment_shortcuts','false'),(19107,649,'admin_color','fresh'),(19108,649,'use_ssl','0'),(19109,649,'show_admin_bar_front','true'),(19110,649,'locale',''),(19111,649,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19112,649,'wp_user_level','0'),(19113,649,'_yoast_wpseo_profile_updated','1568573751'),(19114,649,'dismissed_wp_pointers',''),(19115,649,'synced_gravatar_hashed_id','a4d4ce10c810f90b75cb9b7a96c6b308'),(19116,649,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568555741\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"richardbrockman\";s:10:\"first_name\";s:7:\"Richard\";s:9:\"last_name\";s:8:\"Brockman\";s:10:\"user_email\";s:26:\"Richard-Brockman@gmail.com\";}'),(19117,649,'form_id','17'),(19118,649,'timestamp','1568555741'),(19119,649,'request',''),(19120,649,'_wpnonce','26ec80c799'),(19121,649,'_wp_http_referer','/register/'),(19123,649,'um_user_profile_url_slug_user_login','richardbrockman'),(19125,649,'full_name','richard brockman'),(19126,649,'account_status','approved'),(19127,649,'session_tokens','a:1:{s:64:\"984fdd18e8e60cdab583e27130d82901430b10cf531376c9def74eb39f869165\";a:4:{s:10:\"expiration\";i:1584125752;s:2:\"ip\";s:15:\"144.168.201.141\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568573752;}}'),(19128,649,'_um_last_login','1568555752'),(19129,649,'um_account_secure_fields','a:0:{}'),(19130,650,'nickname','tommydalton03'),(19131,650,'first_name','Tommy'),(19132,650,'last_name','Dalton'),(19133,650,'description',''),(19134,650,'rich_editing','true'),(19135,650,'syntax_highlighting','true'),(19136,650,'comment_shortcuts','false'),(19137,650,'admin_color','fresh'),(19138,650,'use_ssl','0'),(19139,650,'show_admin_bar_front','true'),(19140,650,'locale',''),(19141,650,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19142,650,'wp_user_level','0'),(19143,650,'_yoast_wpseo_profile_updated','1568573755'),(19144,650,'dismissed_wp_pointers',''),(19145,650,'synced_gravatar_hashed_id','effc422403db28ef5c7930d2e8c83295'),(19146,650,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568555744\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"tommydalton03\";s:10:\"first_name\";s:5:\"Tommy\";s:9:\"last_name\";s:6:\"Dalton\";s:10:\"user_email\";s:24:\"Tommy_Dalton90@gmail.com\";}'),(19147,650,'form_id','17'),(19148,650,'timestamp','1568555744'),(19149,650,'request',''),(19150,650,'_wpnonce','26ec80c799'),(19151,650,'_wp_http_referer','/register/'),(19153,650,'um_user_profile_url_slug_user_login','tommydalton03'),(19155,650,'full_name','tommy dalton'),(19156,650,'account_status','approved'),(19157,650,'session_tokens','a:1:{s:64:\"d6cc0621dc12076af4a534086ab2010de5a27315702816a8676080b8847b4b16\";a:4:{s:10:\"expiration\";i:1584125755;s:2:\"ip\";s:15:\"104.227.254.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568573755;}}'),(19158,650,'_um_last_login','1568555755'),(19159,650,'um_account_secure_fields','a:0:{}'),(19160,651,'nickname','mosangus5572'),(19161,651,'first_name','Angus'),(19162,651,'last_name','Cambage'),(19163,651,'description',''),(19164,651,'rich_editing','true'),(19165,651,'syntax_highlighting','true'),(19166,651,'comment_shortcuts','false'),(19167,651,'admin_color','fresh'),(19168,651,'use_ssl','0'),(19169,651,'show_admin_bar_front','true'),(19170,651,'locale',''),(19171,651,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19172,651,'wp_user_level','0'),(19173,651,'_yoast_wpseo_profile_updated','1568574459'),(19174,651,'dismissed_wp_pointers',''),(19175,651,'synced_gravatar_hashed_id','87ae8399e2aa94383725929e9aa7a011'),(19176,651,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568556447\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"mosangus5572\";s:10:\"first_name\";s:5:\"Angus\";s:9:\"last_name\";s:7:\"Cambage\";s:10:\"user_email\";s:23:\"Angus_Cambage@gmail.com\";}'),(19177,651,'form_id','17'),(19178,651,'timestamp','1568556447'),(19179,651,'request',''),(19180,651,'_wpnonce','26ec80c799'),(19181,651,'_wp_http_referer','/register/'),(19183,651,'um_user_profile_url_slug_user_login','mosangus5572'),(19185,651,'full_name','angus cambage'),(19186,651,'account_status','approved'),(19187,651,'session_tokens','a:1:{s:64:\"de242edb9cd5bb10e07a102698c2cabea6f21e47bd7da61dd0d62e0058284a28\";a:4:{s:10:\"expiration\";i:1584126459;s:2:\"ip\";s:15:\"144.168.201.141\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568574459;}}'),(19188,651,'_um_last_login','1568556459'),(19189,651,'um_account_secure_fields','a:0:{}'),(19190,652,'nickname','dorethab43'),(19191,652,'first_name','Doretha'),(19192,652,'last_name','Trethowan'),(19193,652,'description',''),(19194,652,'rich_editing','true'),(19195,652,'syntax_highlighting','true'),(19196,652,'comment_shortcuts','false'),(19197,652,'admin_color','fresh'),(19198,652,'use_ssl','0'),(19199,652,'show_admin_bar_front','true'),(19200,652,'locale',''),(19201,652,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19202,652,'wp_user_level','0'),(19203,652,'_yoast_wpseo_profile_updated','1568574891'),(19204,652,'dismissed_wp_pointers',''),(19205,652,'synced_gravatar_hashed_id','4d417eea320eeefba1a2f81d74a9e952'),(19206,652,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568556882\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"dorethab43\";s:10:\"first_name\";s:7:\"Doretha\";s:9:\"last_name\";s:9:\"Trethowan\";s:10:\"user_email\";s:29:\"Doretha.Trethowan91@gmail.com\";}'),(19207,652,'form_id','17'),(19208,652,'timestamp','1568556882'),(19209,652,'request',''),(19210,652,'_wpnonce','26ec80c799'),(19211,652,'_wp_http_referer','/register/'),(19213,652,'um_user_profile_url_slug_user_login','dorethab43'),(19215,652,'full_name','doretha trethowan'),(19216,652,'account_status','approved'),(19217,652,'session_tokens','a:1:{s:64:\"919344ffff7bd9dd2f37ecb30ad2643dbddc049b767bfefeb5e350393dbb0435\";a:4:{s:10:\"expiration\";i:1584126891;s:2:\"ip\";s:15:\"196.245.216.168\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568574891;}}'),(19218,652,'_um_last_login','1568556891'),(19219,652,'um_account_secure_fields','a:0:{}'),(19220,653,'nickname','janisjoy12372814'),(19221,653,'first_name','Janis'),(19222,653,'last_name','Joy'),(19223,653,'description',''),(19224,653,'rich_editing','true'),(19225,653,'syntax_highlighting','true'),(19226,653,'comment_shortcuts','false'),(19227,653,'admin_color','fresh'),(19228,653,'use_ssl','0'),(19229,653,'show_admin_bar_front','true'),(19230,653,'locale',''),(19231,653,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19232,653,'wp_user_level','0'),(19233,653,'_yoast_wpseo_profile_updated','1568575675'),(19234,653,'dismissed_wp_pointers',''),(19235,653,'synced_gravatar_hashed_id','f8d7db61997e2288315bbf6bd5696a59'),(19236,653,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568557664\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:16:\"janisjoy12372814\";s:10:\"first_name\";s:5:\"Janis\";s:9:\"last_name\";s:3:\"Joy\";s:10:\"user_email\";s:23:\"josefahelena@melcow.com\";}'),(19237,653,'form_id','17'),(19238,653,'timestamp','1568557664'),(19239,653,'request',''),(19240,653,'redirect_to','https://buzz-caribbean.com/register/'),(19241,653,'_wpnonce','26ec80c799'),(19242,653,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(19244,653,'um_user_profile_url_slug_user_login','janisjoy12372814'),(19246,653,'full_name','janis joy'),(19247,653,'account_status','approved'),(19248,654,'nickname','penelopekappel6'),(19249,654,'first_name','Penelope'),(19250,654,'last_name','Kappel'),(19251,654,'description',''),(19252,654,'rich_editing','true'),(19253,654,'syntax_highlighting','true'),(19254,654,'comment_shortcuts','false'),(19255,654,'admin_color','fresh'),(19256,654,'use_ssl','0'),(19257,654,'show_admin_bar_front','true'),(19258,654,'locale',''),(19259,654,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19260,654,'wp_user_level','0'),(19261,654,'_yoast_wpseo_profile_updated','1568576608'),(19262,654,'dismissed_wp_pointers',''),(19263,654,'synced_gravatar_hashed_id','5827288f11e217018f2071c86411da34'),(19264,654,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568558598\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"penelopekappel6\";s:10:\"first_name\";s:8:\"Penelope\";s:9:\"last_name\";s:6:\"Kappel\";s:10:\"user_email\";s:25:\"Penelope.Kappel@gmail.com\";}'),(19265,654,'form_id','17'),(19266,654,'timestamp','1568558598'),(19267,654,'request',''),(19268,654,'_wpnonce','26ec80c799'),(19269,654,'_wp_http_referer','/register/'),(19271,654,'um_user_profile_url_slug_user_login','penelopekappel6'),(19273,654,'full_name','penelope kappel'),(19274,654,'account_status','approved'),(19275,654,'session_tokens','a:1:{s:64:\"f83156245d9c69629bc017bcc996260e400b424ae09ba223b51e2eff2dd66d89\";a:4:{s:10:\"expiration\";i:1584128609;s:2:\"ip\";s:15:\"144.168.201.151\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568576609;}}'),(19276,654,'_um_last_login','1568558609'),(19277,654,'um_account_secure_fields','a:0:{}'),(19278,655,'nickname','ofeliatunn999'),(19279,655,'first_name','Ofelia'),(19280,655,'last_name','Tunn'),(19281,655,'description',''),(19282,655,'rich_editing','true'),(19283,655,'syntax_highlighting','true'),(19284,655,'comment_shortcuts','false'),(19285,655,'admin_color','fresh'),(19286,655,'use_ssl','0'),(19287,655,'show_admin_bar_front','true'),(19288,655,'locale',''),(19289,655,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19290,655,'wp_user_level','0'),(19291,655,'_yoast_wpseo_profile_updated','1568576938'),(19292,655,'dismissed_wp_pointers',''),(19293,655,'synced_gravatar_hashed_id','0e510375b1a51c13112838937e844097'),(19294,655,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568558932\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"ofeliatunn999\";s:10:\"first_name\";s:6:\"Ofelia\";s:9:\"last_name\";s:4:\"Tunn\";s:10:\"user_email\";s:21:\"Ofelia.Tunn@gmail.com\";}'),(19295,655,'form_id','17'),(19296,655,'timestamp','1568558932'),(19297,655,'request',''),(19298,655,'_wpnonce','26ec80c799'),(19299,655,'_wp_http_referer','/register/'),(19301,655,'um_user_profile_url_slug_user_login','ofeliatunn999'),(19303,655,'full_name','ofelia tunn'),(19304,655,'account_status','approved'),(19305,655,'session_tokens','a:1:{s:64:\"92b27ec21485699b37b6fc24bef5ffad99a3b666aaee32976bd33ad237bc9c7c\";a:4:{s:10:\"expiration\";i:1584128939;s:2:\"ip\";s:13:\"185.3.134.127\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568576939;}}'),(19306,655,'_um_last_login','1568558939'),(19307,655,'um_account_secure_fields','a:0:{}'),(19308,656,'nickname','renedarvall97'),(19309,656,'first_name','Rene'),(19310,656,'last_name','Darvall'),(19311,656,'description',''),(19312,656,'rich_editing','true'),(19313,656,'syntax_highlighting','true'),(19314,656,'comment_shortcuts','false'),(19315,656,'admin_color','fresh'),(19316,656,'use_ssl','0'),(19317,656,'show_admin_bar_front','true'),(19318,656,'locale',''),(19319,656,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19320,656,'wp_user_level','0'),(19321,656,'_yoast_wpseo_profile_updated','1568577203'),(19322,656,'dismissed_wp_pointers',''),(19323,656,'synced_gravatar_hashed_id','33c30b304572e2ea62ba9ff4a6cca415'),(19324,656,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568559191\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"renedarvall97\";s:10:\"first_name\";s:4:\"Rene\";s:9:\"last_name\";s:7:\"Darvall\";s:10:\"user_email\";s:22:\"Rene.Darvall@gmail.com\";}'),(19325,656,'form_id','17'),(19326,656,'timestamp','1568559191'),(19327,656,'request',''),(19328,656,'_wpnonce','26ec80c799'),(19329,656,'_wp_http_referer','/register/'),(19331,656,'um_user_profile_url_slug_user_login','renedarvall97'),(19333,656,'full_name','rene darvall'),(19334,656,'account_status','approved'),(19335,656,'session_tokens','a:1:{s:64:\"b72a364796a249f92ed25e7356d62f6987fe9781b5965eccda1a55677b29d45f\";a:4:{s:10:\"expiration\";i:1584129203;s:2:\"ip\";s:12:\"185.3.134.20\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568577203;}}'),(19336,656,'_um_last_login','1568559203'),(19337,656,'um_account_secure_fields','a:0:{}'),(19338,657,'nickname','pilarkolios3337'),(19339,657,'first_name','Pilar'),(19340,657,'last_name','Kolios'),(19341,657,'description',''),(19342,657,'rich_editing','true'),(19343,657,'syntax_highlighting','true'),(19344,657,'comment_shortcuts','false'),(19345,657,'admin_color','fresh'),(19346,657,'use_ssl','0'),(19347,657,'show_admin_bar_front','true'),(19348,657,'locale',''),(19349,657,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19350,657,'wp_user_level','0'),(19351,657,'_yoast_wpseo_profile_updated','1568577555'),(19352,657,'dismissed_wp_pointers',''),(19353,657,'synced_gravatar_hashed_id','39483171431484d3095e8f3b9593b597'),(19354,657,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568559546\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"pilarkolios3337\";s:10:\"first_name\";s:5:\"Pilar\";s:9:\"last_name\";s:6:\"Kolios\";s:10:\"user_email\";s:22:\"Pilar.Kolios@gmail.com\";}'),(19355,657,'form_id','17'),(19356,657,'timestamp','1568559546'),(19357,657,'request',''),(19358,657,'_wpnonce','26ec80c799'),(19359,657,'_wp_http_referer','/register/'),(19361,657,'um_user_profile_url_slug_user_login','pilarkolios3337'),(19363,657,'full_name','pilar kolios'),(19364,657,'account_status','approved'),(19365,657,'session_tokens','a:1:{s:64:\"ab5beeed3f402cc32e715d0607447f412bf86e67d9a3c604f32a1b175c3f5305\";a:4:{s:10:\"expiration\";i:1584129555;s:2:\"ip\";s:13:\"91.108.176.45\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568577555;}}'),(19366,657,'_um_last_login','1568559555'),(19367,657,'um_account_secure_fields','a:0:{}'),(19368,658,'nickname','abduledens750'),(19369,658,'first_name','Abdul'),(19370,658,'last_name','Edens'),(19371,658,'description',''),(19372,658,'rich_editing','true'),(19373,658,'syntax_highlighting','true'),(19374,658,'comment_shortcuts','false'),(19375,658,'admin_color','fresh'),(19376,658,'use_ssl','0'),(19377,658,'show_admin_bar_front','true'),(19378,658,'locale',''),(19379,658,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19380,658,'wp_user_level','0'),(19381,658,'_yoast_wpseo_profile_updated','1568578572'),(19382,658,'dismissed_wp_pointers',''),(19383,658,'synced_gravatar_hashed_id','74fc1ec3de8443d13e1f5094861cb196'),(19384,658,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568560566\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"abduledens750\";s:10:\"first_name\";s:5:\"Abdul\";s:9:\"last_name\";s:5:\"Edens\";s:10:\"user_email\";s:21:\"Abdul.Edens@gmail.com\";}'),(19385,658,'form_id','17'),(19386,658,'timestamp','1568560566'),(19387,658,'request',''),(19388,658,'_wpnonce','26ec80c799'),(19389,658,'_wp_http_referer','/register/'),(19391,658,'um_user_profile_url_slug_user_login','abduledens750'),(19393,658,'full_name','abdul edens'),(19394,658,'account_status','approved'),(19395,658,'session_tokens','a:1:{s:64:\"d6e19bd6d20dcd2fd87756ef8121fff49f740dfa25d7b7fd47d5faf5f6b8ca03\";a:4:{s:10:\"expiration\";i:1584130572;s:2:\"ip\";s:15:\"144.168.201.151\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568578572;}}'),(19396,658,'_um_last_login','1568560572'),(19397,658,'um_account_secure_fields','a:0:{}'),(19398,659,'nickname','frankmortensen5'),(19399,659,'first_name','Frank'),(19400,659,'last_name','Mortensen'),(19401,659,'description',''),(19402,659,'rich_editing','true'),(19403,659,'syntax_highlighting','true'),(19404,659,'comment_shortcuts','false'),(19405,659,'admin_color','fresh'),(19406,659,'use_ssl','0'),(19407,659,'show_admin_bar_front','true'),(19408,659,'locale',''),(19409,659,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19410,659,'wp_user_level','0'),(19411,659,'_yoast_wpseo_profile_updated','1568579340'),(19412,659,'dismissed_wp_pointers',''),(19413,659,'synced_gravatar_hashed_id','fd65477e24f0f4036271534ef99837f7'),(19414,659,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568561331\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"frankmortensen5\";s:10:\"first_name\";s:5:\"Frank\";s:9:\"last_name\";s:9:\"Mortensen\";s:10:\"user_email\";s:27:\"Frank-Mortensen53@gmail.com\";}'),(19415,659,'form_id','17'),(19416,659,'timestamp','1568561331'),(19417,659,'request',''),(19418,659,'_wpnonce','26ec80c799'),(19419,659,'_wp_http_referer','/register/'),(19421,659,'um_user_profile_url_slug_user_login','frankmortensen5'),(19423,659,'full_name','frank mortensen'),(19424,659,'account_status','approved'),(19425,659,'session_tokens','a:1:{s:64:\"a05c2af434651601ce7bb0101475ef3f235ba9e759c91a1c6ce0667e350a9503\";a:4:{s:10:\"expiration\";i:1584131340;s:2:\"ip\";s:15:\"196.245.216.133\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568579340;}}'),(19426,659,'_um_last_login','1568561340'),(19427,659,'um_account_secure_fields','a:0:{}'),(19428,660,'nickname','eulazkm50255821'),(19429,660,'first_name','Eula'),(19430,660,'last_name','Witt'),(19431,660,'description',''),(19432,660,'rich_editing','true'),(19433,660,'syntax_highlighting','true'),(19434,660,'comment_shortcuts','false'),(19435,660,'admin_color','fresh'),(19436,660,'use_ssl','0'),(19437,660,'show_admin_bar_front','true'),(19438,660,'locale',''),(19439,660,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19440,660,'wp_user_level','0'),(19441,660,'_yoast_wpseo_profile_updated','1568579701'),(19442,660,'dismissed_wp_pointers',''),(19443,660,'synced_gravatar_hashed_id','b2370740ebe1b5f6a9db3aae90035c09'),(19444,660,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568561695\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"eulazkm50255821\";s:10:\"first_name\";s:4:\"Eula\";s:9:\"last_name\";s:4:\"Witt\";s:10:\"user_email\";s:19:\"Eula_Witt@gmail.com\";}'),(19445,660,'form_id','17'),(19446,660,'timestamp','1568561695'),(19447,660,'request',''),(19448,660,'_wpnonce','26ec80c799'),(19449,660,'_wp_http_referer','/register/'),(19451,660,'um_user_profile_url_slug_user_login','eulazkm50255821'),(19453,660,'full_name','eula witt'),(19454,660,'account_status','approved'),(19455,660,'session_tokens','a:1:{s:64:\"d799bfd4085e50b22532f2c22298f88a501dee487ca85c4594ee0eaa32d3689b\";a:4:{s:10:\"expiration\";i:1584131702;s:2:\"ip\";s:15:\"151.237.185.210\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568579702;}}'),(19456,660,'_um_last_login','1568561702'),(19457,660,'um_account_secure_fields','a:0:{}'),(19458,661,'nickname','judyproby854'),(19459,661,'first_name','Judy'),(19460,661,'last_name','Proby'),(19461,661,'description',''),(19462,661,'rich_editing','true'),(19463,661,'syntax_highlighting','true'),(19464,661,'comment_shortcuts','false'),(19465,661,'admin_color','fresh'),(19466,661,'use_ssl','0'),(19467,661,'show_admin_bar_front','true'),(19468,661,'locale',''),(19469,661,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19470,661,'wp_user_level','0'),(19471,661,'_yoast_wpseo_profile_updated','1568579828'),(19472,661,'dismissed_wp_pointers',''),(19473,661,'synced_gravatar_hashed_id','7a9f1bcf7b6cd9afc0d081ee880d02c9'),(19474,661,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568561821\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"judyproby854\";s:10:\"first_name\";s:4:\"Judy\";s:9:\"last_name\";s:5:\"Proby\";s:10:\"user_email\";s:22:\"Judy.Proby40@gmail.com\";}'),(19475,661,'form_id','17'),(19476,661,'timestamp','1568561821'),(19477,661,'request',''),(19478,661,'_wpnonce','26ec80c799'),(19479,661,'_wp_http_referer','/register/'),(19481,661,'um_user_profile_url_slug_user_login','judyproby854'),(19483,661,'full_name','judy proby'),(19484,661,'account_status','approved'),(19485,661,'session_tokens','a:1:{s:64:\"b9d9173389c33845bb5b3d66cc94b102e1aa2ce25178f930568302019a92c25c\";a:4:{s:10:\"expiration\";i:1584131829;s:2:\"ip\";s:14:\"91.108.176.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568579829;}}'),(19486,661,'_um_last_login','1568561829'),(19487,661,'um_account_secure_fields','a:0:{}'),(19488,662,'nickname','kalacollee8289'),(19489,662,'first_name','Kala'),(19490,662,'last_name','Collee'),(19491,662,'description',''),(19492,662,'rich_editing','true'),(19493,662,'syntax_highlighting','true'),(19494,662,'comment_shortcuts','false'),(19495,662,'admin_color','fresh'),(19496,662,'use_ssl','0'),(19497,662,'show_admin_bar_front','true'),(19498,662,'locale',''),(19499,662,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19500,662,'wp_user_level','0'),(19501,662,'_yoast_wpseo_profile_updated','1568580863'),(19502,662,'dismissed_wp_pointers',''),(19503,662,'synced_gravatar_hashed_id','4a79cf8c9fb4164adf7dd242103f37bb'),(19504,662,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568562853\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"kalacollee8289\";s:10:\"first_name\";s:4:\"Kala\";s:9:\"last_name\";s:6:\"Collee\";s:10:\"user_email\";s:21:\"Kala-Collee@gmail.com\";}'),(19505,662,'form_id','17'),(19506,662,'timestamp','1568562853'),(19507,662,'request',''),(19508,662,'_wpnonce','26ec80c799'),(19509,662,'_wp_http_referer','/register/'),(19511,662,'um_user_profile_url_slug_user_login','kalacollee8289'),(19513,662,'full_name','kala collee'),(19514,662,'account_status','approved'),(19515,662,'session_tokens','a:1:{s:64:\"442630f5e86d064c0322c656f87b2a34dff92c83edaaa2628de740a8facdbd43\";a:4:{s:10:\"expiration\";i:1584132863;s:2:\"ip\";s:15:\"107.158.221.106\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568580863;}}'),(19516,662,'_um_last_login','1568562863'),(19517,662,'um_account_secure_fields','a:0:{}'),(19518,663,'nickname','francescoprell'),(19519,663,'first_name','Francesco'),(19520,663,'last_name','Prell'),(19521,663,'description',''),(19522,663,'rich_editing','true'),(19523,663,'syntax_highlighting','true'),(19524,663,'comment_shortcuts','false'),(19525,663,'admin_color','fresh'),(19526,663,'use_ssl','0'),(19527,663,'show_admin_bar_front','true'),(19528,663,'locale',''),(19529,663,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19530,663,'wp_user_level','0'),(19531,663,'_yoast_wpseo_profile_updated','1568581364'),(19532,663,'dismissed_wp_pointers',''),(19533,663,'synced_gravatar_hashed_id','36768878adf0de0a41c6bc7e7f59692c'),(19534,663,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568563356\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"francescoprell\";s:10:\"first_name\";s:9:\"Francesco\";s:9:\"last_name\";s:5:\"Prell\";s:10:\"user_email\";s:27:\"Francesco.Prell35@gmail.com\";}'),(19535,663,'form_id','17'),(19536,663,'timestamp','1568563356'),(19537,663,'request',''),(19538,663,'_wpnonce','26ec80c799'),(19539,663,'_wp_http_referer','/register/'),(19541,663,'um_user_profile_url_slug_user_login','francescoprell'),(19543,663,'full_name','francesco prell'),(19544,663,'account_status','approved'),(19545,663,'session_tokens','a:1:{s:64:\"d02a449fe920e7e1f847cccfab6d6e0bf767515b55dcecb44ec89f1eedf4955c\";a:4:{s:10:\"expiration\";i:1584133365;s:2:\"ip\";s:15:\"196.245.216.107\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568581365;}}'),(19546,663,'_um_last_login','1568563365'),(19547,663,'um_account_secure_fields','a:0:{}'),(19548,664,'nickname','anastasia93z'),(19549,664,'first_name','Anastasia'),(19550,664,'last_name','Brewton'),(19551,664,'description',''),(19552,664,'rich_editing','true'),(19553,664,'syntax_highlighting','true'),(19554,664,'comment_shortcuts','false'),(19555,664,'admin_color','fresh'),(19556,664,'use_ssl','0'),(19557,664,'show_admin_bar_front','true'),(19558,664,'locale',''),(19559,664,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19560,664,'wp_user_level','0'),(19561,664,'_yoast_wpseo_profile_updated','1568581499'),(19562,664,'dismissed_wp_pointers',''),(19563,664,'synced_gravatar_hashed_id','a1b997dcb4c0de72ba801b10a43eace2'),(19564,664,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568563488\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"anastasia93z\";s:10:\"first_name\";s:9:\"Anastasia\";s:9:\"last_name\";s:7:\"Brewton\";s:10:\"user_email\";s:27:\"Anastasia-Brewton@gmail.com\";}'),(19565,664,'form_id','17'),(19566,664,'timestamp','1568563488'),(19567,664,'request',''),(19568,664,'_wpnonce','26ec80c799'),(19569,664,'_wp_http_referer','/register/'),(19571,664,'um_user_profile_url_slug_user_login','anastasia93z'),(19573,664,'full_name','anastasia brewton'),(19574,664,'account_status','approved'),(19575,664,'session_tokens','a:1:{s:64:\"823a2c5c8ae8710671b66929b28261c76b3a870181d6402defb005af4e227de7\";a:4:{s:10:\"expiration\";i:1584133500;s:2:\"ip\";s:15:\"107.158.221.122\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568581500;}}'),(19576,664,'_um_last_login','1568563500'),(19577,664,'um_account_secure_fields','a:0:{}'),(19578,665,'nickname','raymundominter'),(19579,665,'first_name','Raymundo'),(19580,665,'last_name','Minter'),(19581,665,'description',''),(19582,665,'rich_editing','true'),(19583,665,'syntax_highlighting','true'),(19584,665,'comment_shortcuts','false'),(19585,665,'admin_color','fresh'),(19586,665,'use_ssl','0'),(19587,665,'show_admin_bar_front','true'),(19588,665,'locale',''),(19589,665,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19590,665,'wp_user_level','0'),(19591,665,'_yoast_wpseo_profile_updated','1568581789'),(19592,665,'dismissed_wp_pointers',''),(19593,665,'synced_gravatar_hashed_id','c359fcb63a97afc1012d3143577f31dc'),(19594,665,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568563782\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"raymundominter\";s:10:\"first_name\";s:8:\"Raymundo\";s:9:\"last_name\";s:6:\"Minter\";s:10:\"user_email\";s:27:\"Raymundo.Minter51@gmail.com\";}'),(19595,665,'form_id','17'),(19596,665,'timestamp','1568563782'),(19597,665,'request',''),(19598,665,'_wpnonce','26ec80c799'),(19599,665,'_wp_http_referer','/register/'),(19601,665,'um_user_profile_url_slug_user_login','raymundominter'),(19603,665,'full_name','raymundo minter'),(19604,665,'account_status','approved'),(19605,665,'session_tokens','a:1:{s:64:\"b0e649e04694b3507f4dd32c750f1846c18d5b028c341b11b83601f43322b8a6\";a:4:{s:10:\"expiration\";i:1584133790;s:2:\"ip\";s:14:\"193.228.56.108\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568581790;}}'),(19606,665,'_um_last_login','1568563790'),(19607,665,'um_account_secure_fields','a:0:{}'),(19608,666,'nickname','dorthealaseron'),(19609,666,'first_name','Dorthea'),(19610,666,'last_name','Laseron'),(19611,666,'description',''),(19612,666,'rich_editing','true'),(19613,666,'syntax_highlighting','true'),(19614,666,'comment_shortcuts','false'),(19615,666,'admin_color','fresh'),(19616,666,'use_ssl','0'),(19617,666,'show_admin_bar_front','true'),(19618,666,'locale',''),(19619,666,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19620,666,'wp_user_level','0'),(19621,666,'_yoast_wpseo_profile_updated','1568583643'),(19622,666,'dismissed_wp_pointers',''),(19623,666,'synced_gravatar_hashed_id','7c6aa127e24f7f5d578ba5e095e5cad8'),(19624,666,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568565632\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"dorthealaseron\";s:10:\"first_name\";s:7:\"Dorthea\";s:9:\"last_name\";s:7:\"Laseron\";s:10:\"user_email\";s:25:\"Dorthea-Laseron@gmail.com\";}'),(19625,666,'form_id','17'),(19626,666,'timestamp','1568565632'),(19627,666,'request',''),(19628,666,'_wpnonce','26ec80c799'),(19629,666,'_wp_http_referer','/register/'),(19631,666,'um_user_profile_url_slug_user_login','dorthealaseron'),(19633,666,'full_name','dorthea laseron'),(19634,666,'account_status','approved'),(19635,666,'session_tokens','a:1:{s:64:\"3798b0d3c380db7ecbf01c2a7b37a239db32b0290f224c7229c2b6579a6bdf25\";a:4:{s:10:\"expiration\";i:1584135643;s:2:\"ip\";s:15:\"196.245.216.133\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568583643;}}'),(19636,666,'_um_last_login','1568565643'),(19637,666,'um_account_secure_fields','a:0:{}'),(19638,667,'nickname','arleenmcmurray'),(19639,667,'first_name','Arleen'),(19640,667,'last_name','McMurray'),(19641,667,'description',''),(19642,667,'rich_editing','true'),(19643,667,'syntax_highlighting','true'),(19644,667,'comment_shortcuts','false'),(19645,667,'admin_color','fresh'),(19646,667,'use_ssl','0'),(19647,667,'show_admin_bar_front','true'),(19648,667,'locale',''),(19649,667,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19650,667,'wp_user_level','0'),(19651,667,'_yoast_wpseo_profile_updated','1568584218'),(19652,667,'dismissed_wp_pointers',''),(19653,667,'synced_gravatar_hashed_id','4fa77b3cb95260ce63b7c51d2624df3c'),(19654,667,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568566209\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"arleenmcmurray\";s:10:\"first_name\";s:6:\"Arleen\";s:9:\"last_name\";s:8:\"McMurray\";s:10:\"user_email\";s:25:\"Arleen-McMurray@gmail.com\";}'),(19655,667,'form_id','17'),(19656,667,'timestamp','1568566209'),(19657,667,'request',''),(19658,667,'_wpnonce','26ec80c799'),(19659,667,'_wp_http_referer','/register/'),(19661,667,'um_user_profile_url_slug_user_login','arleenmcmurray'),(19663,667,'full_name','arleen mcmurray'),(19664,667,'account_status','approved'),(19665,667,'session_tokens','a:1:{s:64:\"94b407e2d49cb80b6f4a6414bc01a7cf8056c5a9d66cf789e919a4b1bbed8ad1\";a:4:{s:10:\"expiration\";i:1584136218;s:2:\"ip\";s:15:\"165.231.130.156\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568584218;}}'),(19666,667,'_um_last_login','1568566218'),(19667,667,'um_account_secure_fields','a:0:{}'),(19668,668,'nickname','deneseholloman'),(19669,668,'first_name','Denese'),(19670,668,'last_name','Holloman'),(19671,668,'description',''),(19672,668,'rich_editing','true'),(19673,668,'syntax_highlighting','true'),(19674,668,'comment_shortcuts','false'),(19675,668,'admin_color','fresh'),(19676,668,'use_ssl','0'),(19677,668,'show_admin_bar_front','true'),(19678,668,'locale',''),(19679,668,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19680,668,'wp_user_level','0'),(19681,668,'_yoast_wpseo_profile_updated','1568588191'),(19682,668,'dismissed_wp_pointers',''),(19683,668,'synced_gravatar_hashed_id','72282fe6f5bb867899733fdac144a2c6'),(19684,668,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568570185\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"deneseholloman\";s:10:\"first_name\";s:6:\"Denese\";s:9:\"last_name\";s:8:\"Holloman\";s:10:\"user_email\";s:27:\"Denese_Holloman53@gmail.com\";}'),(19685,668,'form_id','17'),(19686,668,'timestamp','1568570185'),(19687,668,'request',''),(19688,668,'_wpnonce','26ec80c799'),(19689,668,'_wp_http_referer','/register/'),(19691,668,'um_user_profile_url_slug_user_login','deneseholloman'),(19693,668,'full_name','denese holloman'),(19694,668,'account_status','approved'),(19695,668,'session_tokens','a:1:{s:64:\"49fa29452be21c13d15da13d4129e1d3ce332a5c5c2fdf3011d03befe8f78aea\";a:4:{s:10:\"expiration\";i:1584140192;s:2:\"ip\";s:15:\"144.168.201.187\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568588192;}}'),(19696,668,'_um_last_login','1568570192'),(19697,668,'um_account_secure_fields','a:0:{}'),(19698,669,'nickname','margeneblum3'),(19699,669,'first_name','Margene'),(19700,669,'last_name','Blum'),(19701,669,'description',''),(19702,669,'rich_editing','true'),(19703,669,'syntax_highlighting','true'),(19704,669,'comment_shortcuts','false'),(19705,669,'admin_color','fresh'),(19706,669,'use_ssl','0'),(19707,669,'show_admin_bar_front','true'),(19708,669,'locale',''),(19709,669,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19710,669,'wp_user_level','0'),(19711,669,'_yoast_wpseo_profile_updated','1568591978'),(19712,669,'dismissed_wp_pointers',''),(19713,669,'synced_gravatar_hashed_id','ea77d9baf88a59048821d6bd73f57ce6'),(19714,669,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568573971\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"26ec80c799\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"margeneblum3\";s:10:\"first_name\";s:7:\"Margene\";s:9:\"last_name\";s:4:\"Blum\";s:10:\"user_email\";s:24:\"Margene.Blum53@gmail.com\";}'),(19715,669,'form_id','17'),(19716,669,'timestamp','1568573971'),(19717,669,'request',''),(19718,669,'_wpnonce','26ec80c799'),(19719,669,'_wp_http_referer','/register/'),(19721,669,'um_user_profile_url_slug_user_login','margeneblum3'),(19723,669,'full_name','margene blum'),(19724,669,'account_status','approved'),(19725,669,'session_tokens','a:1:{s:64:\"1c322c06ffb60c36c19499a3cf69a86d11c25881d8985e62583cd8a8363a79e4\";a:4:{s:10:\"expiration\";i:1584143979;s:2:\"ip\";s:15:\"107.158.221.154\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568591979;}}'),(19726,669,'_um_last_login','1568573979'),(19727,669,'um_account_secure_fields','a:0:{}'),(19728,670,'nickname','aurorai738'),(19729,670,'first_name','Aurora'),(19730,670,'last_name','Castillo'),(19731,670,'description',''),(19732,670,'rich_editing','true'),(19733,670,'syntax_highlighting','true'),(19734,670,'comment_shortcuts','false'),(19735,670,'admin_color','fresh'),(19736,670,'use_ssl','0'),(19737,670,'show_admin_bar_front','true'),(19738,670,'locale',''),(19739,670,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19740,670,'wp_user_level','0'),(19741,670,'_yoast_wpseo_profile_updated','1568592991'),(19742,670,'dismissed_wp_pointers',''),(19743,670,'synced_gravatar_hashed_id','02f0a97c45ba878651f7deae95afc457'),(19744,670,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568574983\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"aurorai738\";s:10:\"first_name\";s:6:\"Aurora\";s:9:\"last_name\";s:8:\"Castillo\";s:10:\"user_email\";s:25:\"Aurora-Castillo@gmail.com\";}'),(19745,670,'form_id','17'),(19746,670,'timestamp','1568574983'),(19747,670,'request',''),(19748,670,'_wpnonce','37d6629576'),(19749,670,'_wp_http_referer','/register/'),(19751,670,'um_user_profile_url_slug_user_login','aurorai738'),(19753,670,'full_name','aurora castillo'),(19754,670,'account_status','approved'),(19755,670,'session_tokens','a:1:{s:64:\"432fb7009362bba834ab86d9c86567a2314b0ca183fa303ec1e77c082985f6f8\";a:4:{s:10:\"expiration\";i:1584144992;s:2:\"ip\";s:15:\"107.158.221.122\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568592992;}}'),(19756,670,'_um_last_login','1568574992'),(19757,670,'um_account_secure_fields','a:0:{}'),(19758,671,'nickname','silkejgt65103'),(19759,671,'first_name','Silke'),(19760,671,'last_name','Kiefer'),(19761,671,'description',''),(19762,671,'rich_editing','true'),(19763,671,'syntax_highlighting','true'),(19764,671,'comment_shortcuts','false'),(19765,671,'admin_color','fresh'),(19766,671,'use_ssl','0'),(19767,671,'show_admin_bar_front','true'),(19768,671,'locale',''),(19769,671,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19770,671,'wp_user_level','0'),(19771,671,'_yoast_wpseo_profile_updated','1568593148'),(19772,671,'dismissed_wp_pointers',''),(19773,671,'synced_gravatar_hashed_id','d796827c5edb1e5951bfefad8d138465'),(19774,671,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568575139\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"silkejgt65103\";s:10:\"first_name\";s:5:\"Silke\";s:9:\"last_name\";s:6:\"Kiefer\";s:10:\"user_email\";s:24:\"Silke.Kiefer45@gmail.com\";}'),(19775,671,'form_id','17'),(19776,671,'timestamp','1568575139'),(19777,671,'request',''),(19778,671,'_wpnonce','37d6629576'),(19779,671,'_wp_http_referer','/register/'),(19781,671,'um_user_profile_url_slug_user_login','silkejgt65103'),(19783,671,'full_name','silke kiefer'),(19784,671,'account_status','approved'),(19785,671,'session_tokens','a:1:{s:64:\"d9ee5c6126ebe388ba4209ec7d8348232dd9567bf3deef5f52a94dfde7e78ef1\";a:4:{s:10:\"expiration\";i:1584145149;s:2:\"ip\";s:15:\"144.168.201.141\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568593149;}}'),(19786,671,'_um_last_login','1568575149'),(19787,671,'um_account_secure_fields','a:0:{}'),(19788,672,'nickname','casieterrell686'),(19789,672,'first_name','Casie'),(19790,672,'last_name','Terrell'),(19791,672,'description',''),(19792,672,'rich_editing','true'),(19793,672,'syntax_highlighting','true'),(19794,672,'comment_shortcuts','false'),(19795,672,'admin_color','fresh'),(19796,672,'use_ssl','0'),(19797,672,'show_admin_bar_front','true'),(19798,672,'locale',''),(19799,672,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19800,672,'wp_user_level','0'),(19801,672,'_yoast_wpseo_profile_updated','1568594381'),(19802,672,'dismissed_wp_pointers',''),(19803,672,'synced_gravatar_hashed_id','346503be84f12fb43f03bb3e35c7c972'),(19804,672,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568576373\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"casieterrell686\";s:10:\"first_name\";s:5:\"Casie\";s:9:\"last_name\";s:7:\"Terrell\";s:10:\"user_email\";s:23:\"Casie.Terrell@gmail.com\";}'),(19805,672,'form_id','17'),(19806,672,'timestamp','1568576373'),(19807,672,'request',''),(19808,672,'_wpnonce','37d6629576'),(19809,672,'_wp_http_referer','/register/'),(19811,672,'um_user_profile_url_slug_user_login','casieterrell686'),(19813,672,'full_name','casie terrell'),(19814,672,'account_status','approved'),(19815,672,'session_tokens','a:1:{s:64:\"8734a05688064f3bd6ea7ee17154c78ef436e0b72cbd71cd27e84284ff2f367d\";a:4:{s:10:\"expiration\";i:1584146382;s:2:\"ip\";s:15:\"104.227.254.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568594382;}}'),(19816,672,'_um_last_login','1568576382'),(19817,672,'um_account_secure_fields','a:0:{}'),(19818,673,'nickname','cristinemansom'),(19819,673,'first_name','Cristine'),(19820,673,'last_name','Mansom'),(19821,673,'description',''),(19822,673,'rich_editing','true'),(19823,673,'syntax_highlighting','true'),(19824,673,'comment_shortcuts','false'),(19825,673,'admin_color','fresh'),(19826,673,'use_ssl','0'),(19827,673,'show_admin_bar_front','true'),(19828,673,'locale',''),(19829,673,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19830,673,'wp_user_level','0'),(19831,673,'_yoast_wpseo_profile_updated','1568595060'),(19832,673,'dismissed_wp_pointers',''),(19833,673,'synced_gravatar_hashed_id','f5deeb5e398a92e253d2091eafe6c034'),(19834,673,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568577052\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"cristinemansom\";s:10:\"first_name\";s:8:\"Cristine\";s:9:\"last_name\";s:6:\"Mansom\";s:10:\"user_email\";s:27:\"Cristine_Mansom46@gmail.com\";}'),(19835,673,'form_id','17'),(19836,673,'timestamp','1568577052'),(19837,673,'request',''),(19838,673,'_wpnonce','37d6629576'),(19839,673,'_wp_http_referer','/register/'),(19841,673,'um_user_profile_url_slug_user_login','cristinemansom'),(19843,673,'full_name','cristine mansom'),(19844,673,'account_status','approved'),(19845,673,'session_tokens','a:1:{s:64:\"c303174850e3ae43966b8c32290efca95b4636599284c9f567100836023bb2a1\";a:4:{s:10:\"expiration\";i:1584147061;s:2:\"ip\";s:15:\"165.231.130.186\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568595061;}}'),(19846,673,'_um_last_login','1568577061'),(19847,673,'um_account_secure_fields','a:0:{}'),(19848,674,'nickname','ginozzn533034'),(19849,674,'first_name','Gino'),(19850,674,'last_name','Wearing'),(19851,674,'description',''),(19852,674,'rich_editing','true'),(19853,674,'syntax_highlighting','true'),(19854,674,'comment_shortcuts','false'),(19855,674,'admin_color','fresh'),(19856,674,'use_ssl','0'),(19857,674,'show_admin_bar_front','true'),(19858,674,'locale',''),(19859,674,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19860,674,'wp_user_level','0'),(19861,674,'_yoast_wpseo_profile_updated','1568596176'),(19862,674,'dismissed_wp_pointers',''),(19863,674,'synced_gravatar_hashed_id','db7489b8b65b7b3150e58dfd698ba56b'),(19864,674,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568578166\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"ginozzn533034\";s:10:\"first_name\";s:4:\"Gino\";s:9:\"last_name\";s:7:\"Wearing\";s:10:\"user_email\";s:24:\"Gino.Wearing11@gmail.com\";}'),(19865,674,'form_id','17'),(19866,674,'timestamp','1568578166'),(19867,674,'request',''),(19868,674,'_wpnonce','37d6629576'),(19869,674,'_wp_http_referer','/register/'),(19871,674,'um_user_profile_url_slug_user_login','ginozzn533034'),(19873,674,'full_name','gino wearing'),(19874,674,'account_status','approved'),(19875,674,'session_tokens','a:1:{s:64:\"d815779abdc0e1e89f4fb53cf4fb5b599bc017915c4afbd6272b22af3353dddf\";a:4:{s:10:\"expiration\";i:1584148177;s:2:\"ip\";s:15:\"165.231.130.156\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568596177;}}'),(19876,674,'_um_last_login','1568578177'),(19877,674,'um_account_secure_fields','a:0:{}'),(19878,675,'nickname','calebmenzies5'),(19879,675,'first_name','Caleb'),(19880,675,'last_name','Menzies'),(19881,675,'description',''),(19882,675,'rich_editing','true'),(19883,675,'syntax_highlighting','true'),(19884,675,'comment_shortcuts','false'),(19885,675,'admin_color','fresh'),(19886,675,'use_ssl','0'),(19887,675,'show_admin_bar_front','true'),(19888,675,'locale',''),(19889,675,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19890,675,'wp_user_level','0'),(19891,675,'_yoast_wpseo_profile_updated','1568597726'),(19892,675,'dismissed_wp_pointers',''),(19893,675,'synced_gravatar_hashed_id','3fa2665bbe83fe5f7ae05d6e7b7a1d63'),(19894,675,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568579715\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"calebmenzies5\";s:10:\"first_name\";s:5:\"Caleb\";s:9:\"last_name\";s:7:\"Menzies\";s:10:\"user_email\";s:23:\"Caleb.Menzies@gmail.com\";}'),(19895,675,'form_id','17'),(19896,675,'timestamp','1568579715'),(19897,675,'request',''),(19898,675,'_wpnonce','37d6629576'),(19899,675,'_wp_http_referer','/register/'),(19901,675,'um_user_profile_url_slug_user_login','calebmenzies5'),(19903,675,'full_name','caleb menzies'),(19904,675,'account_status','approved'),(19905,675,'session_tokens','a:1:{s:64:\"af2338bb4b3efe3a019b0497494dcfe01c5a36521f5991091da6acfd82057cba\";a:4:{s:10:\"expiration\";i:1584149727;s:2:\"ip\";s:14:\"176.61.137.222\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568597727;}}'),(19906,675,'_um_last_login','1568579727'),(19907,675,'um_account_secure_fields','a:0:{}'),(19908,676,'nickname','normancurtin8'),(19909,676,'first_name','Norman'),(19910,676,'last_name','Curtin'),(19911,676,'description',''),(19912,676,'rich_editing','true'),(19913,676,'syntax_highlighting','true'),(19914,676,'comment_shortcuts','false'),(19915,676,'admin_color','fresh'),(19916,676,'use_ssl','0'),(19917,676,'show_admin_bar_front','true'),(19918,676,'locale',''),(19919,676,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19920,676,'wp_user_level','0'),(19921,676,'_yoast_wpseo_profile_updated','1568598805'),(19922,676,'dismissed_wp_pointers',''),(19923,676,'synced_gravatar_hashed_id','529981774b685b9796fb8e3ebb58c601'),(19924,676,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568580797\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"normancurtin8\";s:10:\"first_name\";s:6:\"Norman\";s:9:\"last_name\";s:6:\"Curtin\";s:10:\"user_email\";s:23:\"Norman.Curtin@gmail.com\";}'),(19925,676,'form_id','17'),(19926,676,'timestamp','1568580797'),(19927,676,'request',''),(19928,676,'_wpnonce','37d6629576'),(19929,676,'_wp_http_referer','/register/'),(19931,676,'um_user_profile_url_slug_user_login','normancurtin8'),(19933,676,'full_name','norman curtin'),(19934,676,'account_status','approved'),(19935,676,'session_tokens','a:1:{s:64:\"4be1c769d22720c09d0f86069bcd75640fe6f3afa60240dd1fd3a093c4a3ae19\";a:4:{s:10:\"expiration\";i:1584150805;s:2:\"ip\";s:15:\"107.158.221.154\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568598805;}}'),(19936,676,'_um_last_login','1568580805'),(19937,676,'um_account_secure_fields','a:0:{}'),(19938,677,'nickname','tonjabrownell68'),(19939,677,'first_name','Tonja'),(19940,677,'last_name','Brownell'),(19941,677,'description',''),(19942,677,'rich_editing','true'),(19943,677,'syntax_highlighting','true'),(19944,677,'comment_shortcuts','false'),(19945,677,'admin_color','fresh'),(19946,677,'use_ssl','0'),(19947,677,'show_admin_bar_front','true'),(19948,677,'locale',''),(19949,677,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19950,677,'wp_user_level','0'),(19951,677,'_yoast_wpseo_profile_updated','1568599979'),(19952,677,'dismissed_wp_pointers',''),(19953,677,'synced_gravatar_hashed_id','6650407f2fcc6e6ee987e0291255330c'),(19954,677,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568581973\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"tonjabrownell68\";s:10:\"first_name\";s:5:\"Tonja\";s:9:\"last_name\";s:8:\"Brownell\";s:10:\"user_email\";s:26:\"Tonja.Brownell60@gmail.com\";}'),(19955,677,'form_id','17'),(19956,677,'timestamp','1568581973'),(19957,677,'request',''),(19958,677,'_wpnonce','37d6629576'),(19959,677,'_wp_http_referer','/register/'),(19961,677,'um_user_profile_url_slug_user_login','tonjabrownell68'),(19963,677,'full_name','tonja brownell'),(19964,677,'account_status','approved'),(19965,677,'session_tokens','a:1:{s:64:\"2803187bf5a6be14f308c3885740444d0b63c4fccaf6ec62eb2dd714e8df7665\";a:4:{s:10:\"expiration\";i:1584151980;s:2:\"ip\";s:15:\"196.245.216.192\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568599980;}}'),(19966,677,'_um_last_login','1568581980'),(19967,677,'um_account_secure_fields','a:0:{}'),(19968,678,'nickname','franchescaalison'),(19969,678,'first_name','Franchesca'),(19970,678,'last_name','Alison'),(19971,678,'description',''),(19972,678,'rich_editing','true'),(19973,678,'syntax_highlighting','true'),(19974,678,'comment_shortcuts','false'),(19975,678,'admin_color','fresh'),(19976,678,'use_ssl','0'),(19977,678,'show_admin_bar_front','true'),(19978,678,'locale',''),(19979,678,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19980,678,'wp_user_level','0'),(19981,678,'_yoast_wpseo_profile_updated','1568600328'),(19982,678,'dismissed_wp_pointers',''),(19983,678,'synced_gravatar_hashed_id','c12251ddd300d12e5462af643c417c88'),(19984,678,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568582319\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"franchescaalison\";s:10:\"first_name\";s:10:\"Franchesca\";s:9:\"last_name\";s:6:\"Alison\";s:10:\"user_email\";s:27:\"Franchesca-Alison@gmail.com\";}'),(19985,678,'form_id','17'),(19986,678,'timestamp','1568582319'),(19987,678,'request',''),(19988,678,'_wpnonce','37d6629576'),(19989,678,'_wp_http_referer','/register/'),(19991,678,'um_user_profile_url_slug_user_login','franchescaalison'),(19993,678,'full_name','franchesca alison'),(19994,678,'account_status','approved'),(19995,678,'session_tokens','a:1:{s:64:\"df31bda2c6dfb64fa7a4fdb3408cea64f329925f74a207b5049c50c12f3c4439\";a:4:{s:10:\"expiration\";i:1584152329;s:2:\"ip\";s:15:\"144.168.201.141\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568600329;}}'),(19996,678,'_um_last_login','1568582329'),(19997,678,'um_account_secure_fields','a:0:{}'),(19998,679,'nickname','opheliasmalls7'),(19999,679,'first_name','Ophelia'),(20000,679,'last_name','Smalls'),(20001,679,'description',''),(20002,679,'rich_editing','true'),(20003,679,'syntax_highlighting','true'),(20004,679,'comment_shortcuts','false'),(20005,679,'admin_color','fresh'),(20006,679,'use_ssl','0'),(20007,679,'show_admin_bar_front','true'),(20008,679,'locale',''),(20009,679,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20010,679,'wp_user_level','0'),(20011,679,'_yoast_wpseo_profile_updated','1568601741'),(20012,679,'dismissed_wp_pointers',''),(20013,679,'synced_gravatar_hashed_id','9b78febb80962504a54cb5506a512b11'),(20014,679,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568583730\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"opheliasmalls7\";s:10:\"first_name\";s:7:\"Ophelia\";s:9:\"last_name\";s:6:\"Smalls\";s:10:\"user_email\";s:24:\"Ophelia-Smalls@gmail.com\";}'),(20015,679,'form_id','17'),(20016,679,'timestamp','1568583730'),(20017,679,'request',''),(20018,679,'_wpnonce','37d6629576'),(20019,679,'_wp_http_referer','/register/'),(20021,679,'um_user_profile_url_slug_user_login','opheliasmalls7'),(20023,679,'full_name','ophelia smalls'),(20024,679,'account_status','approved'),(20025,679,'session_tokens','a:1:{s:64:\"0802c96018055bce71844007b76325f9089cc45a109266c57aed6b72943c6614\";a:4:{s:10:\"expiration\";i:1584153741;s:2:\"ip\";s:15:\"107.158.221.122\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568601741;}}'),(20026,679,'_um_last_login','1568583741'),(20027,679,'um_account_secure_fields','a:0:{}'),(20028,680,'nickname','michelesimonds'),(20029,680,'first_name','Michele'),(20030,680,'last_name','Simonds'),(20031,680,'description',''),(20032,680,'rich_editing','true'),(20033,680,'syntax_highlighting','true'),(20034,680,'comment_shortcuts','false'),(20035,680,'admin_color','fresh'),(20036,680,'use_ssl','0'),(20037,680,'show_admin_bar_front','true'),(20038,680,'locale',''),(20039,680,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20040,680,'wp_user_level','0'),(20041,680,'_yoast_wpseo_profile_updated','1568602912'),(20042,680,'dismissed_wp_pointers',''),(20043,680,'synced_gravatar_hashed_id','6e3ccd73a95f3f4597867b461a824ee4'),(20044,680,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568584905\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:14:\"michelesimonds\";s:10:\"first_name\";s:7:\"Michele\";s:9:\"last_name\";s:7:\"Simonds\";s:10:\"user_email\";s:27:\"Michele.Simonds51@gmail.com\";}'),(20045,680,'form_id','17'),(20046,680,'timestamp','1568584905'),(20047,680,'request',''),(20048,680,'redirect_to','https://buzz-caribbean.com/register/'),(20049,680,'_wpnonce','37d6629576'),(20050,680,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(20052,680,'um_user_profile_url_slug_user_login','michelesimonds'),(20054,680,'full_name','michele simonds'),(20055,680,'account_status','approved'),(20056,681,'nickname','emiltruebridge8'),(20057,681,'first_name','Emil'),(20058,681,'last_name','Truebridge'),(20059,681,'description',''),(20060,681,'rich_editing','true'),(20061,681,'syntax_highlighting','true'),(20062,681,'comment_shortcuts','false'),(20063,681,'admin_color','fresh'),(20064,681,'use_ssl','0'),(20065,681,'show_admin_bar_front','true'),(20066,681,'locale',''),(20067,681,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20068,681,'wp_user_level','0'),(20069,681,'_yoast_wpseo_profile_updated','1568604362'),(20070,681,'dismissed_wp_pointers',''),(20071,681,'synced_gravatar_hashed_id','68b1238750c18b9e215799061c365632'),(20072,681,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568586356\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"emiltruebridge8\";s:10:\"first_name\";s:4:\"Emil\";s:9:\"last_name\";s:10:\"Truebridge\";s:10:\"user_email\";s:25:\"Emil_Truebridge@gmail.com\";}'),(20073,681,'form_id','17'),(20074,681,'timestamp','1568586356'),(20075,681,'request',''),(20076,681,'_wpnonce','37d6629576'),(20077,681,'_wp_http_referer','/register/'),(20079,681,'um_user_profile_url_slug_user_login','emiltruebridge8'),(20081,681,'full_name','emil truebridge'),(20082,681,'account_status','approved'),(20083,681,'session_tokens','a:1:{s:64:\"c419994661ab59e055532d8afeee9b5154ac6dee7c7f7c74e5c95b8276e38cbb\";a:4:{s:10:\"expiration\";i:1584156363;s:2:\"ip\";s:15:\"107.158.221.154\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568604363;}}'),(20084,681,'_um_last_login','1568586363'),(20085,681,'um_account_secure_fields','a:0:{}'),(20086,682,'nickname','annmariecoughlin'),(20087,682,'first_name','Annmarie'),(20088,682,'last_name','Coughlin'),(20089,682,'description',''),(20090,682,'rich_editing','true'),(20091,682,'syntax_highlighting','true'),(20092,682,'comment_shortcuts','false'),(20093,682,'admin_color','fresh'),(20094,682,'use_ssl','0'),(20095,682,'show_admin_bar_front','true'),(20096,682,'locale',''),(20097,682,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20098,682,'wp_user_level','0'),(20099,682,'_yoast_wpseo_profile_updated','1568605580'),(20100,682,'dismissed_wp_pointers',''),(20101,682,'synced_gravatar_hashed_id','74b015706d36fe42011c319a1883fe75'),(20102,682,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568587572\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"annmariecoughlin\";s:10:\"first_name\";s:8:\"Annmarie\";s:9:\"last_name\";s:8:\"Coughlin\";s:10:\"user_email\";s:27:\"Annmarie.Coughlin@gmail.com\";}'),(20103,682,'form_id','17'),(20104,682,'timestamp','1568587572'),(20105,682,'request',''),(20106,682,'_wpnonce','37d6629576'),(20107,682,'_wp_http_referer','/register/'),(20109,682,'um_user_profile_url_slug_user_login','annmariecoughlin'),(20111,682,'full_name','annmarie coughlin'),(20112,682,'account_status','approved'),(20113,682,'session_tokens','a:1:{s:64:\"cd087018f231075bd70db2d80ba5054c123a9b7a9a4baae39892d8a1d1df5e4c\";a:4:{s:10:\"expiration\";i:1584157581;s:2:\"ip\";s:14:\"193.228.56.153\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568605581;}}'),(20114,682,'_um_last_login','1568587581'),(20115,682,'um_account_secure_fields','a:0:{}'),(20116,683,'nickname','lukelinder8'),(20117,683,'first_name','Luke'),(20118,683,'last_name','Linder'),(20119,683,'description',''),(20120,683,'rich_editing','true'),(20121,683,'syntax_highlighting','true'),(20122,683,'comment_shortcuts','false'),(20123,683,'admin_color','fresh'),(20124,683,'use_ssl','0'),(20125,683,'show_admin_bar_front','true'),(20126,683,'locale',''),(20127,683,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20128,683,'wp_user_level','0'),(20129,683,'_yoast_wpseo_profile_updated','1568606221'),(20130,683,'dismissed_wp_pointers',''),(20131,683,'synced_gravatar_hashed_id','9931dd46afbaee0d34f83bbbe138c75a'),(20132,683,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568588213\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"lukelinder8\";s:10:\"first_name\";s:4:\"Luke\";s:9:\"last_name\";s:6:\"Linder\";s:10:\"user_email\";s:21:\"Luke.Linder@gmail.com\";}'),(20133,683,'form_id','17'),(20134,683,'timestamp','1568588213'),(20135,683,'request',''),(20136,683,'_wpnonce','37d6629576'),(20137,683,'_wp_http_referer','/register/'),(20139,683,'um_user_profile_url_slug_user_login','lukelinder8'),(20141,683,'full_name','luke linder'),(20142,683,'account_status','approved'),(20143,683,'session_tokens','a:1:{s:64:\"d19817814c2230b2741574f1d2c3c74ba7a29f46214a1301953ae1acc94cbb4a\";a:4:{s:10:\"expiration\";i:1584158221;s:2:\"ip\";s:14:\"176.61.137.222\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568606221;}}'),(20144,683,'_um_last_login','1568588221'),(20145,683,'um_account_secure_fields','a:0:{}'),(20146,684,'nickname','bjxchristine'),(20147,684,'first_name','Christine'),(20148,684,'last_name','Slagle'),(20149,684,'description',''),(20150,684,'rich_editing','true'),(20151,684,'syntax_highlighting','true'),(20152,684,'comment_shortcuts','false'),(20153,684,'admin_color','fresh'),(20154,684,'use_ssl','0'),(20155,684,'show_admin_bar_front','true'),(20156,684,'locale',''),(20157,684,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20158,684,'wp_user_level','0'),(20159,684,'_yoast_wpseo_profile_updated','1568607143'),(20160,684,'dismissed_wp_pointers',''),(20161,684,'synced_gravatar_hashed_id','2f3338c2e25f53dcfa2511141f5cdd3f'),(20162,684,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568589132\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"bjxchristine\";s:10:\"first_name\";s:9:\"Christine\";s:9:\"last_name\";s:6:\"Slagle\";s:10:\"user_email\";s:28:\"Christine_Slagle60@gmail.com\";}'),(20163,684,'form_id','17'),(20164,684,'timestamp','1568589132'),(20165,684,'request',''),(20166,684,'_wpnonce','37d6629576'),(20167,684,'_wp_http_referer','/register/'),(20169,684,'um_user_profile_url_slug_user_login','bjxchristine'),(20171,684,'full_name','christine slagle'),(20172,684,'account_status','approved'),(20173,684,'session_tokens','a:1:{s:64:\"9342fe5b53f1f21070d7ea7710652f87465e9b50ff2458d2a83ea4b75bb0b564\";a:4:{s:10:\"expiration\";i:1584159143;s:2:\"ip\";s:15:\"144.168.201.151\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568607143;}}'),(20174,684,'_um_last_login','1568589143'),(20175,684,'um_account_secure_fields','a:0:{}'),(20176,685,'nickname','joiemoeller562'),(20177,685,'first_name','Joie'),(20178,685,'last_name','Moeller'),(20179,685,'description',''),(20180,685,'rich_editing','true'),(20181,685,'syntax_highlighting','true'),(20182,685,'comment_shortcuts','false'),(20183,685,'admin_color','fresh'),(20184,685,'use_ssl','0'),(20185,685,'show_admin_bar_front','true'),(20186,685,'locale',''),(20187,685,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20188,685,'wp_user_level','0'),(20189,685,'_yoast_wpseo_profile_updated','1568607150'),(20190,685,'dismissed_wp_pointers',''),(20191,685,'synced_gravatar_hashed_id','8c299fd78c664cea4e7309ab9086a56a'),(20192,685,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568589142\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"joiemoeller562\";s:10:\"first_name\";s:4:\"Joie\";s:9:\"last_name\";s:7:\"Moeller\";s:10:\"user_email\";s:24:\"Joie_Moeller26@gmail.com\";}'),(20193,685,'form_id','17'),(20194,685,'timestamp','1568589142'),(20195,685,'request',''),(20196,685,'_wpnonce','37d6629576'),(20197,685,'_wp_http_referer','/register/'),(20199,685,'um_user_profile_url_slug_user_login','joiemoeller562'),(20201,685,'full_name','joie moeller'),(20202,685,'account_status','approved'),(20203,685,'session_tokens','a:1:{s:64:\"e0b61f64aeda6694ae58a4737a032c92f4e76809b2efaa47ca7be4e8decb0bfd\";a:4:{s:10:\"expiration\";i:1584159150;s:2:\"ip\";s:15:\"196.245.216.192\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568607150;}}'),(20204,685,'_um_last_login','1568589150'),(20205,685,'um_account_secure_fields','a:0:{}'),(20206,686,'nickname','betsykingsmill4'),(20207,686,'first_name','Betsy'),(20208,686,'last_name','Kingsmill'),(20209,686,'description',''),(20210,686,'rich_editing','true'),(20211,686,'syntax_highlighting','true'),(20212,686,'comment_shortcuts','false'),(20213,686,'admin_color','fresh'),(20214,686,'use_ssl','0'),(20215,686,'show_admin_bar_front','true'),(20216,686,'locale',''),(20217,686,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20218,686,'wp_user_level','0'),(20219,686,'_yoast_wpseo_profile_updated','1568608506'),(20220,686,'dismissed_wp_pointers',''),(20221,686,'synced_gravatar_hashed_id','17c797f2826b7318831f30212f660c6b'),(20222,686,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568590495\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"betsykingsmill4\";s:10:\"first_name\";s:5:\"Betsy\";s:9:\"last_name\";s:9:\"Kingsmill\";s:10:\"user_email\";s:25:\"Betsy.Kingsmill@gmail.com\";}'),(20223,686,'form_id','17'),(20224,686,'timestamp','1568590495'),(20225,686,'request',''),(20226,686,'_wpnonce','37d6629576'),(20227,686,'_wp_http_referer','/register/'),(20229,686,'um_user_profile_url_slug_user_login','betsykingsmill4'),(20231,686,'full_name','betsy kingsmill'),(20232,686,'account_status','approved'),(20233,686,'session_tokens','a:1:{s:64:\"d78e6c890bd03f7741804d13162b0d45919e06167c5be90af0fd73784b1e57ae\";a:4:{s:10:\"expiration\";i:1584160506;s:2:\"ip\";s:15:\"165.231.130.186\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568608506;}}'),(20234,686,'_um_last_login','1568590506'),(20235,686,'um_account_secure_fields','a:0:{}'),(20236,687,'nickname','colemanangulo71'),(20237,687,'first_name','Coleman'),(20238,687,'last_name','Angulo'),(20239,687,'description',''),(20240,687,'rich_editing','true'),(20241,687,'syntax_highlighting','true'),(20242,687,'comment_shortcuts','false'),(20243,687,'admin_color','fresh'),(20244,687,'use_ssl','0'),(20245,687,'show_admin_bar_front','true'),(20246,687,'locale',''),(20247,687,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20248,687,'wp_user_level','0'),(20249,687,'_yoast_wpseo_profile_updated','1568610419'),(20250,687,'dismissed_wp_pointers',''),(20251,687,'synced_gravatar_hashed_id','bfcc593337d9579b0592c2cceed8fbce'),(20252,687,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568592408\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"colemanangulo71\";s:10:\"first_name\";s:7:\"Coleman\";s:9:\"last_name\";s:6:\"Angulo\";s:10:\"user_email\";s:24:\"Coleman-Angulo@gmail.com\";}'),(20253,687,'form_id','17'),(20254,687,'timestamp','1568592408'),(20255,687,'request',''),(20256,687,'_wpnonce','37d6629576'),(20257,687,'_wp_http_referer','/register/'),(20259,687,'um_user_profile_url_slug_user_login','colemanangulo71'),(20261,687,'full_name','coleman angulo'),(20262,687,'account_status','approved'),(20263,687,'session_tokens','a:1:{s:64:\"e8fb40f2bd0e396afe1e13d0dfb9a555232754fe0da72f51e9ccb79f7958439a\";a:4:{s:10:\"expiration\";i:1584162419;s:2:\"ip\";s:15:\"165.231.130.156\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568610419;}}'),(20264,687,'_um_last_login','1568592419'),(20265,687,'um_account_secure_fields','a:0:{}'),(20266,688,'nickname','josettearchie'),(20267,688,'first_name','Josette'),(20268,688,'last_name','Archie'),(20269,688,'description',''),(20270,688,'rich_editing','true'),(20271,688,'syntax_highlighting','true'),(20272,688,'comment_shortcuts','false'),(20273,688,'admin_color','fresh'),(20274,688,'use_ssl','0'),(20275,688,'show_admin_bar_front','true'),(20276,688,'locale',''),(20277,688,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20278,688,'wp_user_level','0'),(20279,688,'_yoast_wpseo_profile_updated','1568610984'),(20280,688,'dismissed_wp_pointers',''),(20281,688,'synced_gravatar_hashed_id','15bbb255900baddacec5d3eb229e4a70'),(20282,688,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568592973\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"josettearchie\";s:10:\"first_name\";s:7:\"Josette\";s:9:\"last_name\";s:6:\"Archie\";s:10:\"user_email\";s:26:\"Josette_Archie19@gmail.com\";}'),(20283,688,'form_id','17'),(20284,688,'timestamp','1568592973'),(20285,688,'request',''),(20286,688,'_wpnonce','37d6629576'),(20287,688,'_wp_http_referer','/register/'),(20289,688,'um_user_profile_url_slug_user_login','josettearchie'),(20291,688,'full_name','josette archie'),(20292,688,'account_status','approved'),(20293,688,'session_tokens','a:1:{s:64:\"c7e5fbeaa494c347a0fbf6aeb4fde7f450459025133a15aba35de3b102dfd15e\";a:4:{s:10:\"expiration\";i:1584162984;s:2:\"ip\";s:13:\"185.3.134.127\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568610984;}}'),(20294,688,'_um_last_login','1568592984'),(20295,688,'um_account_secure_fields','a:0:{}'),(20296,689,'nickname','glennajaramillo'),(20297,689,'first_name','Glenna'),(20298,689,'last_name','Jaramillo'),(20299,689,'description',''),(20300,689,'rich_editing','true'),(20301,689,'syntax_highlighting','true'),(20302,689,'comment_shortcuts','false'),(20303,689,'admin_color','fresh'),(20304,689,'use_ssl','0'),(20305,689,'show_admin_bar_front','true'),(20306,689,'locale',''),(20307,689,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20308,689,'wp_user_level','0'),(20309,689,'_yoast_wpseo_profile_updated','1568615222'),(20310,689,'dismissed_wp_pointers',''),(20311,689,'synced_gravatar_hashed_id','33167f9dbe36808a0e5f06cf33659631'),(20312,689,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568597214\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"glennajaramillo\";s:10:\"first_name\";s:6:\"Glenna\";s:9:\"last_name\";s:9:\"Jaramillo\";s:10:\"user_email\";s:26:\"Glenna-Jaramillo@gmail.com\";}'),(20313,689,'form_id','17'),(20314,689,'timestamp','1568597214'),(20315,689,'request',''),(20316,689,'_wpnonce','37d6629576'),(20317,689,'_wp_http_referer','/register/'),(20319,689,'um_user_profile_url_slug_user_login','glennajaramillo'),(20321,689,'full_name','glenna jaramillo'),(20322,689,'account_status','approved'),(20323,689,'session_tokens','a:1:{s:64:\"1c1ae2319764de16f5f9dac52118a493d9f33c405d3a9d2c13ca054fd2df3617\";a:4:{s:10:\"expiration\";i:1584167223;s:2:\"ip\";s:15:\"196.245.216.168\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568615223;}}'),(20324,689,'_um_last_login','1568597223'),(20325,689,'um_account_secure_fields','a:0:{}'),(20326,690,'nickname','edgarb58121209'),(20327,690,'first_name','Edgar'),(20328,690,'last_name','Muskett'),(20329,690,'description',''),(20330,690,'rich_editing','true'),(20331,690,'syntax_highlighting','true'),(20332,690,'comment_shortcuts','false'),(20333,690,'admin_color','fresh'),(20334,690,'use_ssl','0'),(20335,690,'show_admin_bar_front','true'),(20336,690,'locale',''),(20337,690,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20338,690,'wp_user_level','0'),(20339,690,'_yoast_wpseo_profile_updated','1568615601'),(20340,690,'dismissed_wp_pointers',''),(20341,690,'synced_gravatar_hashed_id','d34f57736634990ebd6387196f945b93'),(20342,690,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568597593\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"edgarb58121209\";s:10:\"first_name\";s:5:\"Edgar\";s:9:\"last_name\";s:7:\"Muskett\";s:10:\"user_email\";s:23:\"Edgar.Muskett@gmail.com\";}'),(20343,690,'form_id','17'),(20344,690,'timestamp','1568597593'),(20345,690,'request',''),(20346,690,'_wpnonce','37d6629576'),(20347,690,'_wp_http_referer','/register/'),(20349,690,'um_user_profile_url_slug_user_login','edgarb58121209'),(20351,690,'full_name','edgar muskett'),(20352,690,'account_status','approved'),(20353,690,'session_tokens','a:1:{s:64:\"be57303cabe38aa83bceed71f7ae2a56fdae07ade403716b221184dd1b8e3a20\";a:4:{s:10:\"expiration\";i:1584167601;s:2:\"ip\";s:12:\"185.3.134.20\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568615601;}}'),(20354,690,'_um_last_login','1568597601'),(20355,690,'um_account_secure_fields','a:0:{}'),(20356,691,'nickname','luzcallender'),(20357,691,'first_name','Luz'),(20358,691,'last_name','Callender'),(20359,691,'description',''),(20360,691,'rich_editing','true'),(20361,691,'syntax_highlighting','true'),(20362,691,'comment_shortcuts','false'),(20363,691,'admin_color','fresh'),(20364,691,'use_ssl','0'),(20365,691,'show_admin_bar_front','true'),(20366,691,'locale',''),(20367,691,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20368,691,'wp_user_level','0'),(20369,691,'_yoast_wpseo_profile_updated','1568616100'),(20370,691,'dismissed_wp_pointers',''),(20371,691,'synced_gravatar_hashed_id','8dcfa433ab39f50a57a41e713bf4de7f'),(20372,691,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568598089\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"luzcallender\";s:10:\"first_name\";s:3:\"Luz\";s:9:\"last_name\";s:9:\"Callender\";s:10:\"user_email\";s:23:\"Luz-Callender@gmail.com\";}'),(20373,691,'form_id','17'),(20374,691,'timestamp','1568598089'),(20375,691,'request',''),(20376,691,'_wpnonce','37d6629576'),(20377,691,'_wp_http_referer','/register/'),(20379,691,'um_user_profile_url_slug_user_login','luzcallender'),(20381,691,'full_name','luz callender'),(20382,691,'account_status','approved'),(20383,691,'session_tokens','a:1:{s:64:\"bd7c8662a8e9d4d5d0a427bde7d0cee7b988be938c5ad26df4171b1b2bf28381\";a:4:{s:10:\"expiration\";i:1584168100;s:2:\"ip\";s:14:\"165.231.130.31\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568616100;}}'),(20384,691,'_um_last_login','1568598100'),(20385,691,'um_account_secure_fields','a:0:{}'),(20386,692,'nickname','alissajenks070'),(20387,692,'first_name','Alissa'),(20388,692,'last_name','Jenks'),(20389,692,'description',''),(20390,692,'rich_editing','true'),(20391,692,'syntax_highlighting','true'),(20392,692,'comment_shortcuts','false'),(20393,692,'admin_color','fresh'),(20394,692,'use_ssl','0'),(20395,692,'show_admin_bar_front','true'),(20396,692,'locale',''),(20397,692,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20398,692,'wp_user_level','0'),(20399,692,'_yoast_wpseo_profile_updated','1568617913'),(20400,692,'dismissed_wp_pointers',''),(20401,692,'synced_gravatar_hashed_id','5220bb7acb07f0d3dfc53ef7f0728f58'),(20402,692,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568599905\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"alissajenks070\";s:10:\"first_name\";s:6:\"Alissa\";s:9:\"last_name\";s:5:\"Jenks\";s:10:\"user_email\";s:22:\"Alissa_Jenks@gmail.com\";}'),(20403,692,'form_id','17'),(20404,692,'timestamp','1568599905'),(20405,692,'request',''),(20406,692,'_wpnonce','37d6629576'),(20407,692,'_wp_http_referer','/register/'),(20409,692,'um_user_profile_url_slug_user_login','alissajenks070'),(20411,692,'full_name','alissa jenks'),(20412,692,'account_status','approved'),(20413,692,'session_tokens','a:1:{s:64:\"75991da1f05862a5d10918c56dd673e97dc108bb3019f04a8546bd3154c1b0cb\";a:4:{s:10:\"expiration\";i:1584169915;s:2:\"ip\";s:14:\"193.228.56.111\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568617915;}}'),(20414,692,'_um_last_login','1568599915'),(20415,692,'um_account_secure_fields','a:0:{}'),(20416,693,'nickname','charissabennett'),(20417,693,'first_name','Charissa'),(20418,693,'last_name','Bennett'),(20419,693,'description',''),(20420,693,'rich_editing','true'),(20421,693,'syntax_highlighting','true'),(20422,693,'comment_shortcuts','false'),(20423,693,'admin_color','fresh'),(20424,693,'use_ssl','0'),(20425,693,'show_admin_bar_front','true'),(20426,693,'locale',''),(20427,693,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20428,693,'wp_user_level','0'),(20429,693,'_yoast_wpseo_profile_updated','1568618454'),(20430,693,'dismissed_wp_pointers',''),(20431,693,'synced_gravatar_hashed_id','dd8f203efea4781b7dbd8c255d905eaa'),(20432,693,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568600446\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"charissabennett\";s:10:\"first_name\";s:8:\"Charissa\";s:9:\"last_name\";s:7:\"Bennett\";s:10:\"user_email\";s:28:\"Charissa-Bennett57@gmail.com\";}'),(20433,693,'form_id','17'),(20434,693,'timestamp','1568600446'),(20435,693,'request',''),(20436,693,'_wpnonce','37d6629576'),(20437,693,'_wp_http_referer','/register/'),(20439,693,'um_user_profile_url_slug_user_login','charissabennett'),(20441,693,'full_name','charissa bennett'),(20442,693,'account_status','approved'),(20443,693,'session_tokens','a:1:{s:64:\"d6332b3386699acad19916fe1e6bf9347d0c6b797fbb0e6fe70331537b2c0097\";a:4:{s:10:\"expiration\";i:1584170454;s:2:\"ip\";s:15:\"144.168.201.187\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568618454;}}'),(20444,693,'_um_last_login','1568600454'),(20445,693,'um_account_secure_fields','a:0:{}'),(20446,694,'nickname','angusgovett89'),(20447,694,'first_name','Angus'),(20448,694,'last_name','Govett'),(20449,694,'description',''),(20450,694,'rich_editing','true'),(20451,694,'syntax_highlighting','true'),(20452,694,'comment_shortcuts','false'),(20453,694,'admin_color','fresh'),(20454,694,'use_ssl','0'),(20455,694,'show_admin_bar_front','true'),(20456,694,'locale',''),(20457,694,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20458,694,'wp_user_level','0'),(20459,694,'_yoast_wpseo_profile_updated','1568620465'),(20460,694,'dismissed_wp_pointers',''),(20461,694,'synced_gravatar_hashed_id','3cdb0645cd199b6f466ed05db419921b'),(20462,694,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568602457\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"angusgovett89\";s:10:\"first_name\";s:5:\"Angus\";s:9:\"last_name\";s:6:\"Govett\";s:10:\"user_email\";s:24:\"Angus-Govett98@gmail.com\";}'),(20463,694,'form_id','17'),(20464,694,'timestamp','1568602457'),(20465,694,'request',''),(20466,694,'_wpnonce','37d6629576'),(20467,694,'_wp_http_referer','/register/'),(20469,694,'um_user_profile_url_slug_user_login','angusgovett89'),(20471,694,'full_name','angus govett'),(20472,694,'account_status','approved'),(20473,694,'session_tokens','a:1:{s:64:\"3f7ebec1eed5d2ce561df5cc902e7cb6a97552914038be8c376aae0109e990d0\";a:4:{s:10:\"expiration\";i:1584172466;s:2:\"ip\";s:14:\"193.228.56.153\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568620466;}}'),(20474,694,'_um_last_login','1568602466'),(20475,694,'um_account_secure_fields','a:0:{}'),(20476,695,'nickname','leonel2552'),(20477,695,'first_name','Leonel'),(20478,695,'last_name','Hamlet'),(20479,695,'description',''),(20480,695,'rich_editing','true'),(20481,695,'syntax_highlighting','true'),(20482,695,'comment_shortcuts','false'),(20483,695,'admin_color','fresh'),(20484,695,'use_ssl','0'),(20485,695,'show_admin_bar_front','true'),(20486,695,'locale',''),(20487,695,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20488,695,'wp_user_level','0'),(20489,695,'_yoast_wpseo_profile_updated','1568621113'),(20490,695,'dismissed_wp_pointers',''),(20491,695,'synced_gravatar_hashed_id','2d1c916b4ef41b72c71fa9969a56bab9'),(20492,695,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568603102\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"leonel2552\";s:10:\"first_name\";s:6:\"Leonel\";s:9:\"last_name\";s:6:\"Hamlet\";s:10:\"user_email\";s:23:\"Leonel.Hamlet@gmail.com\";}'),(20493,695,'form_id','17'),(20494,695,'timestamp','1568603102'),(20495,695,'request',''),(20496,695,'_wpnonce','37d6629576'),(20497,695,'_wp_http_referer','/register/'),(20499,695,'um_user_profile_url_slug_user_login','leonel2552'),(20501,695,'full_name','leonel hamlet'),(20502,695,'account_status','approved'),(20503,695,'session_tokens','a:1:{s:64:\"00fdf35a63fbd68a8fab2cacf4153d2da81ee39a11d64afcde1a1d46500a4771\";a:4:{s:10:\"expiration\";i:1584173114;s:2:\"ip\";s:15:\"107.158.221.122\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568621114;}}'),(20504,695,'_um_last_login','1568603114'),(20505,695,'um_account_secure_fields','a:0:{}'),(20506,696,'nickname','suzettebannerman'),(20507,696,'first_name','Suzette'),(20508,696,'last_name','Bannerman'),(20509,696,'description',''),(20510,696,'rich_editing','true'),(20511,696,'syntax_highlighting','true'),(20512,696,'comment_shortcuts','false'),(20513,696,'admin_color','fresh'),(20514,696,'use_ssl','0'),(20515,696,'show_admin_bar_front','true'),(20516,696,'locale',''),(20517,696,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20518,696,'wp_user_level','0'),(20519,696,'_yoast_wpseo_profile_updated','1568621888'),(20520,696,'dismissed_wp_pointers',''),(20521,696,'synced_gravatar_hashed_id','bc1a9bc97dee94f7391d989cd5bc5824'),(20522,696,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568603879\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"suzettebannerman\";s:10:\"first_name\";s:7:\"Suzette\";s:9:\"last_name\";s:9:\"Bannerman\";s:10:\"user_email\";s:27:\"Suzette-Bannerman@gmail.com\";}'),(20523,696,'form_id','17'),(20524,696,'timestamp','1568603879'),(20525,696,'request',''),(20526,696,'_wpnonce','37d6629576'),(20527,696,'_wp_http_referer','/register/'),(20529,696,'um_user_profile_url_slug_user_login','suzettebannerman'),(20531,696,'full_name','suzette bannerman'),(20532,696,'account_status','approved'),(20533,696,'session_tokens','a:1:{s:64:\"72d7b53617b98e1ab8f71f8452d8eb3092eafb6cbb0a4c103d36e20e47c3ed7c\";a:4:{s:10:\"expiration\";i:1584173889;s:2:\"ip\";s:14:\"193.228.56.110\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568621889;}}'),(20534,696,'_um_last_login','1568603889'),(20535,696,'um_account_secure_fields','a:0:{}'),(20536,697,'nickname','terriquinto'),(20537,697,'first_name','Terri'),(20538,697,'last_name','Quinto'),(20539,697,'description',''),(20540,697,'rich_editing','true'),(20541,697,'syntax_highlighting','true'),(20542,697,'comment_shortcuts','false'),(20543,697,'admin_color','fresh'),(20544,697,'use_ssl','0'),(20545,697,'show_admin_bar_front','true'),(20546,697,'locale',''),(20547,697,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20548,697,'wp_user_level','0'),(20549,697,'_yoast_wpseo_profile_updated','1568622382'),(20550,697,'dismissed_wp_pointers',''),(20551,697,'synced_gravatar_hashed_id','e4598e27b57cb5146c84afea3a01d0ca'),(20552,697,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568604373\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"terriquinto\";s:10:\"first_name\";s:5:\"Terri\";s:9:\"last_name\";s:6:\"Quinto\";s:10:\"user_email\";s:24:\"Terri_Quinto91@gmail.com\";}'),(20553,697,'form_id','17'),(20554,697,'timestamp','1568604373'),(20555,697,'request',''),(20556,697,'_wpnonce','37d6629576'),(20557,697,'_wp_http_referer','/register/'),(20559,697,'um_user_profile_url_slug_user_login','terriquinto'),(20561,697,'full_name','terri quinto'),(20562,697,'account_status','approved'),(20563,697,'session_tokens','a:1:{s:64:\"e0e18c91f1167d3877b93c5ee2782a3351836e51a987f3112dcdbb0494f38925\";a:4:{s:10:\"expiration\";i:1584174382;s:2:\"ip\";s:14:\"91.108.176.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568622382;}}'),(20564,697,'_um_last_login','1568604382'),(20565,697,'um_account_secure_fields','a:0:{}'),(20566,698,'nickname','lknsdfnjkj jkjk'),(20567,698,'first_name','lknsdfnjkj'),(20568,698,'last_name','jkjk'),(20569,698,'description',''),(20570,698,'rich_editing','true'),(20571,698,'syntax_highlighting','true'),(20572,698,'comment_shortcuts','false'),(20573,698,'admin_color','fresh'),(20574,698,'use_ssl','0'),(20575,698,'show_admin_bar_front','true'),(20576,698,'locale',''),(20577,698,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(20578,698,'wp_user_level','0'),(20579,698,'_yoast_wpseo_profile_updated','1568623643'),(20580,698,'dismissed_wp_pointers',''),(20581,698,'synced_gravatar_hashed_id','aeaa0cabc595a768c175c9a6bf51984d'),(20582,698,'gender','a:1:{i:0;N;}'),(20583,698,'city','jkkjjkn'),(20584,698,'country','Afghanistan'),(20585,698,'session_tokens','a:1:{s:64:\"8e1adf88621792485cc9d5c4dda9b4a1b7766ccdd738a0e7fd7cf062843a43ee\";a:4:{s:10:\"expiration\";i:1584175643;s:2:\"ip\";s:14:\"187.105.103.75\";s:2:\"ua\";s:78:\"Dalvik/2.1.0 (Linux; U; Android 5.0.2; Android SDK built for x86 Build/LSY66K)\";s:5:\"login\";i:1568623643;}}'),(20586,698,'_um_last_login','1568605643'),(20587,699,'nickname','ahmedhandcock3'),(20588,699,'first_name','Ahmed'),(20589,699,'last_name','Handcock'),(20590,699,'description',''),(20591,699,'rich_editing','true'),(20592,699,'syntax_highlighting','true'),(20593,699,'comment_shortcuts','false'),(20594,699,'admin_color','fresh'),(20595,699,'use_ssl','0'),(20596,699,'show_admin_bar_front','true'),(20597,699,'locale',''),(20598,699,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20599,699,'wp_user_level','0'),(20600,699,'_yoast_wpseo_profile_updated','1568625249'),(20601,699,'dismissed_wp_pointers',''),(20602,699,'synced_gravatar_hashed_id','931c720e97ca5b084d064bc15bd76566'),(20603,699,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568607238\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"ahmedhandcock3\";s:10:\"first_name\";s:5:\"Ahmed\";s:9:\"last_name\";s:8:\"Handcock\";s:10:\"user_email\";s:26:\"Ahmed-Handcock94@gmail.com\";}'),(20604,699,'form_id','17'),(20605,699,'timestamp','1568607238'),(20606,699,'request',''),(20607,699,'_wpnonce','37d6629576'),(20608,699,'_wp_http_referer','/register/'),(20610,699,'um_user_profile_url_slug_user_login','ahmedhandcock3'),(20612,699,'full_name','ahmed handcock'),(20613,699,'account_status','approved'),(20614,699,'session_tokens','a:1:{s:64:\"d6e31545e685c87d17fbdc2cb327bcf2a5edbb26370f8980b8fe012c6ea1ebf6\";a:4:{s:10:\"expiration\";i:1584177250;s:2:\"ip\";s:15:\"196.245.216.107\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568625250;}}'),(20615,699,'_um_last_login','1568607250'),(20616,699,'um_account_secure_fields','a:0:{}'),(20617,700,'nickname','tammie6134'),(20618,700,'first_name','Tammie'),(20619,700,'last_name','Uther'),(20620,700,'description',''),(20621,700,'rich_editing','true'),(20622,700,'syntax_highlighting','true'),(20623,700,'comment_shortcuts','false'),(20624,700,'admin_color','fresh'),(20625,700,'use_ssl','0'),(20626,700,'show_admin_bar_front','true'),(20627,700,'locale',''),(20628,700,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20629,700,'wp_user_level','0'),(20630,700,'_yoast_wpseo_profile_updated','1568627122'),(20631,700,'dismissed_wp_pointers',''),(20632,700,'synced_gravatar_hashed_id','534aaf203c486e9fdbebb6c4361a6199'),(20633,700,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568609110\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"tammie6134\";s:10:\"first_name\";s:6:\"Tammie\";s:9:\"last_name\";s:5:\"Uther\";s:10:\"user_email\";s:22:\"Tammie.Uther@gmail.com\";}'),(20634,700,'form_id','17'),(20635,700,'timestamp','1568609110'),(20636,700,'request',''),(20637,700,'_wpnonce','37d6629576'),(20638,700,'_wp_http_referer','/register/'),(20640,700,'um_user_profile_url_slug_user_login','tammie6134'),(20642,700,'full_name','tammie uther'),(20643,700,'account_status','approved'),(20644,700,'session_tokens','a:1:{s:64:\"1623a0de6bd7aace06ff6097ba0decf127218f39c1cf960d43e4ae054f1f07fd\";a:4:{s:10:\"expiration\";i:1584179122;s:2:\"ip\";s:14:\"193.228.56.111\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568627122;}}'),(20645,700,'_um_last_login','1568609122'),(20646,700,'um_account_secure_fields','a:0:{}'),(20647,701,'nickname','floydcoburn819'),(20648,701,'first_name','Floyd'),(20649,701,'last_name','Coburn'),(20650,701,'description',''),(20651,701,'rich_editing','true'),(20652,701,'syntax_highlighting','true'),(20653,701,'comment_shortcuts','false'),(20654,701,'admin_color','fresh'),(20655,701,'use_ssl','0'),(20656,701,'show_admin_bar_front','true'),(20657,701,'locale',''),(20658,701,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20659,701,'wp_user_level','0'),(20660,701,'_yoast_wpseo_profile_updated','1568630062'),(20661,701,'dismissed_wp_pointers',''),(20662,701,'synced_gravatar_hashed_id','2eb31a120822f00f817ba97d353fcf10'),(20663,701,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568612052\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"floydcoburn819\";s:10:\"first_name\";s:5:\"Floyd\";s:9:\"last_name\";s:6:\"Coburn\";s:10:\"user_email\";s:24:\"Floyd_Coburn72@gmail.com\";}'),(20664,701,'form_id','17'),(20665,701,'timestamp','1568612052'),(20666,701,'request',''),(20667,701,'_wpnonce','37d6629576'),(20668,701,'_wp_http_referer','/register/'),(20670,701,'um_user_profile_url_slug_user_login','floydcoburn819'),(20672,701,'full_name','floyd coburn'),(20673,701,'account_status','approved'),(20674,701,'session_tokens','a:1:{s:64:\"92b66fbca1eea59ffdf10c2665f2ca30b2ad18f58ccaaa1e8dd65061af646a68\";a:4:{s:10:\"expiration\";i:1584182063;s:2:\"ip\";s:14:\"193.228.56.110\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568630063;}}'),(20675,701,'_um_last_login','1568612063'),(20676,701,'um_account_secure_fields','a:0:{}'),(20677,702,'nickname','gabriellesachse'),(20678,702,'first_name','Gabrielle'),(20679,702,'last_name','Sachse'),(20680,702,'description',''),(20681,702,'rich_editing','true'),(20682,702,'syntax_highlighting','true'),(20683,702,'comment_shortcuts','false'),(20684,702,'admin_color','fresh'),(20685,702,'use_ssl','0'),(20686,702,'show_admin_bar_front','true'),(20687,702,'locale',''),(20688,702,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20689,702,'wp_user_level','0'),(20690,702,'_yoast_wpseo_profile_updated','1568630814'),(20691,702,'dismissed_wp_pointers',''),(20692,702,'synced_gravatar_hashed_id','b2209ced315cc077a115ce8b5940ff74'),(20693,702,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568612802\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"gabriellesachse\";s:10:\"first_name\";s:9:\"Gabrielle\";s:9:\"last_name\";s:6:\"Sachse\";s:10:\"user_email\";s:28:\"Gabrielle_Sachse62@gmail.com\";}'),(20694,702,'form_id','17'),(20695,702,'timestamp','1568612802'),(20696,702,'request',''),(20697,702,'_wpnonce','37d6629576'),(20698,702,'_wp_http_referer','/register/'),(20700,702,'um_user_profile_url_slug_user_login','gabriellesachse'),(20702,702,'full_name','gabrielle sachse'),(20703,702,'account_status','approved'),(20704,702,'session_tokens','a:1:{s:64:\"826175059c34a20823e079c2147dfbd3e96bedf0b2f89c935e6bd85e9d98bdd8\";a:4:{s:10:\"expiration\";i:1584182814;s:2:\"ip\";s:12:\"185.3.134.20\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568630814;}}'),(20705,702,'_um_last_login','1568612814'),(20706,702,'um_account_secure_fields','a:0:{}'),(20707,703,'nickname','willismccree'),(20708,703,'first_name','Willis'),(20709,703,'last_name','McCree'),(20710,703,'description',''),(20711,703,'rich_editing','true'),(20712,703,'syntax_highlighting','true'),(20713,703,'comment_shortcuts','false'),(20714,703,'admin_color','fresh'),(20715,703,'use_ssl','0'),(20716,703,'show_admin_bar_front','true'),(20717,703,'locale',''),(20718,703,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20719,703,'wp_user_level','0'),(20720,703,'_yoast_wpseo_profile_updated','1568634100'),(20721,703,'dismissed_wp_pointers',''),(20722,703,'synced_gravatar_hashed_id','e143e2c7bd6f1e3156d4a33c4d701b68'),(20723,703,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568616091\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"37d6629576\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"willismccree\";s:10:\"first_name\";s:6:\"Willis\";s:9:\"last_name\";s:6:\"McCree\";s:10:\"user_email\";s:24:\"Willis-McCree3@gmail.com\";}'),(20724,703,'form_id','17'),(20725,703,'timestamp','1568616091'),(20726,703,'request',''),(20727,703,'_wpnonce','37d6629576'),(20728,703,'_wp_http_referer','/register/'),(20730,703,'um_user_profile_url_slug_user_login','willismccree'),(20732,703,'full_name','willis mccree'),(20733,703,'account_status','approved'),(20734,703,'session_tokens','a:1:{s:64:\"b0f8e5e867876c1a09b175eeec34658681d0a5c58e0ca21e4cd00de387d0cd6f\";a:4:{s:10:\"expiration\";i:1584186101;s:2:\"ip\";s:15:\"107.158.221.122\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568634101;}}'),(20735,703,'_um_last_login','1568616101'),(20736,703,'um_account_secure_fields','a:0:{}'),(20737,704,'nickname','melanieronan74'),(20738,704,'first_name','Melanie'),(20739,704,'last_name','Ronan'),(20740,704,'description',''),(20741,704,'rich_editing','true'),(20742,704,'syntax_highlighting','true'),(20743,704,'comment_shortcuts','false'),(20744,704,'admin_color','fresh'),(20745,704,'use_ssl','0'),(20746,704,'show_admin_bar_front','true'),(20747,704,'locale',''),(20748,704,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20749,704,'wp_user_level','0'),(20750,704,'_yoast_wpseo_profile_updated','1568636990'),(20751,704,'dismissed_wp_pointers',''),(20752,704,'synced_gravatar_hashed_id','4d26465fdcf50ff2cb56d7d571fd539b'),(20753,704,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568618979\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"melanieronan74\";s:10:\"first_name\";s:7:\"Melanie\";s:9:\"last_name\";s:5:\"Ronan\";s:10:\"user_email\";s:23:\"Melanie.Ronan@gmail.com\";}'),(20754,704,'form_id','17'),(20755,704,'timestamp','1568618979'),(20756,704,'request',''),(20757,704,'_wpnonce','6983b5c1ca'),(20758,704,'_wp_http_referer','/register/'),(20760,704,'um_user_profile_url_slug_user_login','melanieronan74'),(20762,704,'full_name','melanie ronan'),(20763,704,'account_status','approved'),(20764,704,'session_tokens','a:1:{s:64:\"a2e5a03f7cf59fdcc7f33209b5556f3ff5fb8efb48b3ddada04afabd7c24258a\";a:4:{s:10:\"expiration\";i:1584188991;s:2:\"ip\";s:15:\"104.227.254.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568636991;}}'),(20765,704,'_um_last_login','1568618991'),(20766,704,'um_account_secure_fields','a:0:{}'),(20767,705,'nickname','garycalvin212'),(20768,705,'first_name','Gary'),(20769,705,'last_name','Calvin'),(20770,705,'description',''),(20771,705,'rich_editing','true'),(20772,705,'syntax_highlighting','true'),(20773,705,'comment_shortcuts','false'),(20774,705,'admin_color','fresh'),(20775,705,'use_ssl','0'),(20776,705,'show_admin_bar_front','true'),(20777,705,'locale',''),(20778,705,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20779,705,'wp_user_level','0'),(20780,705,'_yoast_wpseo_profile_updated','1568638905'),(20781,705,'dismissed_wp_pointers',''),(20782,705,'synced_gravatar_hashed_id','1f2e65df9b632ae606a837cb87e18d07'),(20783,705,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568620896\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"garycalvin212\";s:10:\"first_name\";s:4:\"Gary\";s:9:\"last_name\";s:6:\"Calvin\";s:10:\"user_email\";s:23:\"Gary_Calvin21@gmail.com\";}'),(20784,705,'form_id','17'),(20785,705,'timestamp','1568620896'),(20786,705,'request',''),(20787,705,'_wpnonce','6983b5c1ca'),(20788,705,'_wp_http_referer','/register/'),(20790,705,'um_user_profile_url_slug_user_login','garycalvin212'),(20792,705,'full_name','gary calvin'),(20793,705,'account_status','approved'),(20794,705,'session_tokens','a:1:{s:64:\"b2ebe43bb88c0fac288af4939945e216eb18154b50d0c2251a23d88a922129cd\";a:4:{s:10:\"expiration\";i:1584190906;s:2:\"ip\";s:15:\"165.231.130.129\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568638906;}}'),(20795,705,'_um_last_login','1568620906'),(20796,705,'um_account_secure_fields','a:0:{}'),(20800,706,'nickname','emeliarafferty'),(20801,706,'first_name','Emelia'),(20802,706,'last_name','Rafferty'),(20803,706,'description',''),(20804,706,'rich_editing','true'),(20805,706,'syntax_highlighting','true'),(20806,706,'comment_shortcuts','false'),(20807,706,'admin_color','fresh'),(20808,706,'use_ssl','0'),(20809,706,'show_admin_bar_front','true'),(20810,706,'locale',''),(20811,706,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20812,706,'wp_user_level','0'),(20813,706,'_yoast_wpseo_profile_updated','1568644238'),(20814,706,'dismissed_wp_pointers',''),(20815,706,'synced_gravatar_hashed_id','92f8e32c0376749011c0c0a595a7792c'),(20816,706,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568626231\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"emeliarafferty\";s:10:\"first_name\";s:6:\"Emelia\";s:9:\"last_name\";s:8:\"Rafferty\";s:10:\"user_email\";s:27:\"Emelia.Rafferty45@gmail.com\";}'),(20817,706,'form_id','17'),(20818,706,'timestamp','1568626231'),(20819,706,'request',''),(20820,706,'_wpnonce','6983b5c1ca'),(20821,706,'_wp_http_referer','/register/'),(20823,706,'um_user_profile_url_slug_user_login','emeliarafferty'),(20825,706,'full_name','emelia rafferty'),(20826,706,'account_status','approved'),(20827,706,'session_tokens','a:1:{s:64:\"0dfcee11bf3ab047e2bc4aad1e6be60b282d248d276d43548dea26cf6b7d4b15\";a:4:{s:10:\"expiration\";i:1584196238;s:2:\"ip\";s:13:\"185.3.134.127\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568644238;}}'),(20828,706,'_um_last_login','1568626238'),(20829,706,'um_account_secure_fields','a:0:{}'),(20830,707,'nickname','markontiveros33'),(20831,707,'first_name','Mark'),(20832,707,'last_name','Ontiveros'),(20833,707,'description',''),(20834,707,'rich_editing','true'),(20835,707,'syntax_highlighting','true'),(20836,707,'comment_shortcuts','false'),(20837,707,'admin_color','fresh'),(20838,707,'use_ssl','0'),(20839,707,'show_admin_bar_front','true'),(20840,707,'locale',''),(20841,707,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20842,707,'wp_user_level','0'),(20843,707,'_yoast_wpseo_profile_updated','1568644568'),(20844,707,'dismissed_wp_pointers',''),(20845,707,'synced_gravatar_hashed_id','d148f888668c9f8f4f7a4f26ce1b7304'),(20846,707,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568626562\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"markontiveros33\";s:10:\"first_name\";s:4:\"Mark\";s:9:\"last_name\";s:9:\"Ontiveros\";s:10:\"user_email\";s:26:\"Mark-Ontiveros52@gmail.com\";}'),(20847,707,'form_id','17'),(20848,707,'timestamp','1568626562'),(20849,707,'request',''),(20850,707,'_wpnonce','6983b5c1ca'),(20851,707,'_wp_http_referer','/register/'),(20853,707,'um_user_profile_url_slug_user_login','markontiveros33'),(20855,707,'full_name','mark ontiveros'),(20856,707,'account_status','approved'),(20857,707,'session_tokens','a:1:{s:64:\"5dee86a9358c721dea148cce31ab7ab5eb812572883725dff98649f760d0dd92\";a:4:{s:10:\"expiration\";i:1584196569;s:2:\"ip\";s:14:\"193.228.56.110\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568644569;}}'),(20858,707,'_um_last_login','1568626569'),(20859,707,'um_account_secure_fields','a:0:{}'),(20860,708,'nickname','juliennealnginda'),(20861,708,'first_name','Julienne'),(20862,708,'last_name','Alngindabu'),(20863,708,'description',''),(20864,708,'rich_editing','true'),(20865,708,'syntax_highlighting','true'),(20866,708,'comment_shortcuts','false'),(20867,708,'admin_color','fresh'),(20868,708,'use_ssl','0'),(20869,708,'show_admin_bar_front','true'),(20870,708,'locale',''),(20871,708,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20872,708,'wp_user_level','0'),(20873,708,'_yoast_wpseo_profile_updated','1568645476'),(20874,708,'dismissed_wp_pointers',''),(20875,708,'synced_gravatar_hashed_id','6b7fdb64a1f9c10bb33bacd129af3305'),(20876,708,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568627465\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:16:\"juliennealnginda\";s:10:\"first_name\";s:8:\"Julienne\";s:9:\"last_name\";s:10:\"Alngindabu\";s:10:\"user_email\";s:29:\"Julienne.Alngindabu@gmail.com\";}'),(20877,708,'form_id','17'),(20878,708,'timestamp','1568627465'),(20879,708,'request',''),(20880,708,'_wpnonce','6983b5c1ca'),(20881,708,'_wp_http_referer','/register/'),(20883,708,'um_user_profile_url_slug_user_login','juliennealnginda'),(20885,708,'full_name','julienne alngindabu'),(20886,708,'account_status','approved'),(20887,708,'session_tokens','a:1:{s:64:\"5a0089fe70bee0842530050359133e8dda0798ffe0b4eabf40122ab2f61ef12b\";a:4:{s:10:\"expiration\";i:1584197477;s:2:\"ip\";s:15:\"104.227.254.212\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568645477;}}'),(20888,708,'_um_last_login','1568627477'),(20889,708,'um_account_secure_fields','a:0:{}'),(20890,709,'nickname','bobbye83k667074'),(20891,709,'first_name','Bobbye'),(20892,709,'last_name','Starling'),(20893,709,'description',''),(20894,709,'rich_editing','true'),(20895,709,'syntax_highlighting','true'),(20896,709,'comment_shortcuts','false'),(20897,709,'admin_color','fresh'),(20898,709,'use_ssl','0'),(20899,709,'show_admin_bar_front','true'),(20900,709,'locale',''),(20901,709,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20902,709,'wp_user_level','0'),(20903,709,'_yoast_wpseo_profile_updated','1568649070'),(20904,709,'dismissed_wp_pointers',''),(20905,709,'synced_gravatar_hashed_id','bc25f4968f73cb2b1f43f1c38e73e4d7'),(20906,709,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568631063\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"bobbye83k667074\";s:10:\"first_name\";s:6:\"Bobbye\";s:9:\"last_name\";s:8:\"Starling\";s:10:\"user_email\";s:27:\"Bobbye_Starling59@gmail.com\";}'),(20907,709,'form_id','17'),(20908,709,'timestamp','1568631063'),(20909,709,'request',''),(20910,709,'_wpnonce','6983b5c1ca'),(20911,709,'_wp_http_referer','/register/'),(20913,709,'um_user_profile_url_slug_user_login','bobbye83k667074'),(20915,709,'full_name','bobbye starling'),(20916,709,'account_status','approved'),(20917,709,'session_tokens','a:1:{s:64:\"8b5030106539c6e8ca7eb9cd629b9441d8fb745cd628ddcd14efced408afcf1a\";a:4:{s:10:\"expiration\";i:1584201071;s:2:\"ip\";s:14:\"193.228.56.110\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568649071;}}'),(20918,709,'_um_last_login','1568631071'),(20919,709,'um_account_secure_fields','a:0:{}'),(20920,710,'nickname','reinaldogoll'),(20921,710,'first_name','Reinaldo'),(20922,710,'last_name','Goll'),(20923,710,'description',''),(20924,710,'rich_editing','true'),(20925,710,'syntax_highlighting','true'),(20926,710,'comment_shortcuts','false'),(20927,710,'admin_color','fresh'),(20928,710,'use_ssl','0'),(20929,710,'show_admin_bar_front','true'),(20930,710,'locale',''),(20931,710,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20932,710,'wp_user_level','0'),(20933,710,'_yoast_wpseo_profile_updated','1568651108'),(20934,710,'dismissed_wp_pointers',''),(20935,710,'synced_gravatar_hashed_id','e89a298d27922473ddd30fe0737db4cb'),(20936,710,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568633099\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"reinaldogoll\";s:10:\"first_name\";s:8:\"Reinaldo\";s:9:\"last_name\";s:4:\"Goll\";s:10:\"user_email\";s:23:\"Reinaldo.Goll@gmail.com\";}'),(20937,710,'form_id','17'),(20938,710,'timestamp','1568633099'),(20939,710,'request',''),(20940,710,'_wpnonce','6983b5c1ca'),(20941,710,'_wp_http_referer','/register/'),(20943,710,'um_user_profile_url_slug_user_login','reinaldogoll'),(20945,710,'full_name','reinaldo goll'),(20946,710,'account_status','approved'),(20947,710,'session_tokens','a:1:{s:64:\"16669852bc0da2366b9c5b8a45e0ccce512c53733c6ab41052d326c97dce4222\";a:4:{s:10:\"expiration\";i:1584203109;s:2:\"ip\";s:15:\"191.101.125.190\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568651109;}}'),(20948,710,'_um_last_login','1568633109'),(20949,710,'um_account_secure_fields','a:0:{}'),(20950,711,'nickname','antjeher504'),(20951,711,'first_name','Antje'),(20952,711,'last_name','Her'),(20953,711,'description',''),(20954,711,'rich_editing','true'),(20955,711,'syntax_highlighting','true'),(20956,711,'comment_shortcuts','false'),(20957,711,'admin_color','fresh'),(20958,711,'use_ssl','0'),(20959,711,'show_admin_bar_front','true'),(20960,711,'locale',''),(20961,711,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20962,711,'wp_user_level','0'),(20963,711,'_yoast_wpseo_profile_updated','1568653714'),(20964,711,'dismissed_wp_pointers',''),(20965,711,'synced_gravatar_hashed_id','8923c7f9acc06bce82d0d6f445549e12'),(20966,711,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568635707\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"antjeher504\";s:10:\"first_name\";s:5:\"Antje\";s:9:\"last_name\";s:3:\"Her\";s:10:\"user_email\";s:19:\"Antje.Her@gmail.com\";}'),(20967,711,'form_id','17'),(20968,711,'timestamp','1568635707'),(20969,711,'request',''),(20970,711,'_wpnonce','6983b5c1ca'),(20971,711,'_wp_http_referer','/register/'),(20973,711,'um_user_profile_url_slug_user_login','antjeher504'),(20975,711,'full_name','antje her'),(20976,711,'account_status','approved'),(20977,711,'session_tokens','a:1:{s:64:\"747a0f3308c86692374db4b6a60031d3850efbbccda7f0ce9abe622a13645701\";a:4:{s:10:\"expiration\";i:1584205715;s:2:\"ip\";s:15:\"165.231.130.156\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568653715;}}'),(20978,711,'_um_last_login','1568635715'),(20979,711,'um_account_secure_fields','a:0:{}'),(20980,712,'nickname','eleanorgivens3'),(20981,712,'first_name','Eleanor'),(20982,712,'last_name','Givens'),(20983,712,'description',''),(20984,712,'rich_editing','true'),(20985,712,'syntax_highlighting','true'),(20986,712,'comment_shortcuts','false'),(20987,712,'admin_color','fresh'),(20988,712,'use_ssl','0'),(20989,712,'show_admin_bar_front','true'),(20990,712,'locale',''),(20991,712,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20992,712,'wp_user_level','0'),(20993,712,'_yoast_wpseo_profile_updated','1568655352'),(20994,712,'dismissed_wp_pointers',''),(20995,712,'synced_gravatar_hashed_id','8c1acf967484c94e8416bc315c6f4756'),(20996,712,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568637343\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"eleanorgivens3\";s:10:\"first_name\";s:7:\"Eleanor\";s:9:\"last_name\";s:6:\"Givens\";s:10:\"user_email\";s:26:\"Eleanor.Givens63@gmail.com\";}'),(20997,712,'form_id','17'),(20998,712,'timestamp','1568637343'),(20999,712,'request',''),(21000,712,'_wpnonce','6983b5c1ca'),(21001,712,'_wp_http_referer','/register/'),(21003,712,'um_user_profile_url_slug_user_login','eleanorgivens3'),(21005,712,'full_name','eleanor givens'),(21006,712,'account_status','approved'),(21007,712,'session_tokens','a:1:{s:64:\"a5bc477b2a295b1d09f668a372064122aae80e1a86c259aa56353f6ad4159a19\";a:4:{s:10:\"expiration\";i:1584207353;s:2:\"ip\";s:14:\"193.228.56.111\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568655353;}}'),(21008,712,'_um_last_login','1568637353'),(21009,712,'um_account_secure_fields','a:0:{}'),(21010,713,'nickname','aidantripp8'),(21011,713,'first_name','Aidan'),(21012,713,'last_name','Tripp'),(21013,713,'description',''),(21014,713,'rich_editing','true'),(21015,713,'syntax_highlighting','true'),(21016,713,'comment_shortcuts','false'),(21017,713,'admin_color','fresh'),(21018,713,'use_ssl','0'),(21019,713,'show_admin_bar_front','true'),(21020,713,'locale',''),(21021,713,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21022,713,'wp_user_level','0'),(21023,713,'_yoast_wpseo_profile_updated','1568657334'),(21024,713,'dismissed_wp_pointers',''),(21025,713,'synced_gravatar_hashed_id','de6ccdbe677a79c343cacce486cc89dc'),(21026,713,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568639327\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"aidantripp8\";s:10:\"first_name\";s:5:\"Aidan\";s:9:\"last_name\";s:5:\"Tripp\";s:10:\"user_email\";s:23:\"Aidan.Tripp18@gmail.com\";}'),(21027,713,'form_id','17'),(21028,713,'timestamp','1568639327'),(21029,713,'request',''),(21030,713,'_wpnonce','6983b5c1ca'),(21031,713,'_wp_http_referer','/register/'),(21033,713,'um_user_profile_url_slug_user_login','aidantripp8'),(21035,713,'full_name','aidan tripp'),(21036,713,'account_status','approved'),(21037,713,'session_tokens','a:1:{s:64:\"d4c9f46c52de17ecb7ec9eda686e2fd36788c6f194387fbe465030d583299237\";a:4:{s:10:\"expiration\";i:1584209334;s:2:\"ip\";s:15:\"107.158.221.106\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568657334;}}'),(21038,713,'_um_last_login','1568639334'),(21039,713,'um_account_secure_fields','a:0:{}'),(21040,714,'nickname','kristeen99z'),(21041,714,'first_name','Kristeen'),(21042,714,'last_name','Moritz'),(21043,714,'description',''),(21044,714,'rich_editing','true'),(21045,714,'syntax_highlighting','true'),(21046,714,'comment_shortcuts','false'),(21047,714,'admin_color','fresh'),(21048,714,'use_ssl','0'),(21049,714,'show_admin_bar_front','true'),(21050,714,'locale',''),(21051,714,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21052,714,'wp_user_level','0'),(21053,714,'_yoast_wpseo_profile_updated','1568658693'),(21054,714,'dismissed_wp_pointers',''),(21055,714,'synced_gravatar_hashed_id','eaad962203c1514c6cf79cabaff88677'),(21056,714,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568640686\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"kristeen99z\";s:10:\"first_name\";s:8:\"Kristeen\";s:9:\"last_name\";s:6:\"Moritz\";s:10:\"user_email\";s:27:\"Kristeen-Moritz82@gmail.com\";}'),(21057,714,'form_id','17'),(21058,714,'timestamp','1568640686'),(21059,714,'request',''),(21060,714,'_wpnonce','6983b5c1ca'),(21061,714,'_wp_http_referer','/register/'),(21063,714,'um_user_profile_url_slug_user_login','kristeen99z'),(21065,714,'full_name','kristeen moritz'),(21066,714,'account_status','approved'),(21067,714,'session_tokens','a:1:{s:64:\"c4576b98bb7d5d4cbd6cdd2acdfcad3a47e502745385b081d763cf9460baa80e\";a:4:{s:10:\"expiration\";i:1584210694;s:2:\"ip\";s:15:\"196.245.216.107\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568658694;}}'),(21068,714,'_um_last_login','1568640694'),(21069,714,'um_account_secure_fields','a:0:{}'),(21070,715,'nickname','bettiebolling'),(21071,715,'first_name','Bettie'),(21072,715,'last_name','Bolling'),(21073,715,'description',''),(21074,715,'rich_editing','true'),(21075,715,'syntax_highlighting','true'),(21076,715,'comment_shortcuts','false'),(21077,715,'admin_color','fresh'),(21078,715,'use_ssl','0'),(21079,715,'show_admin_bar_front','true'),(21080,715,'locale',''),(21081,715,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21082,715,'wp_user_level','0'),(21083,715,'_yoast_wpseo_profile_updated','1568659138'),(21084,715,'dismissed_wp_pointers',''),(21085,715,'synced_gravatar_hashed_id','458f9864be0fce03f0a69455e697bc78'),(21086,715,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568641130\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"bettiebolling\";s:10:\"first_name\";s:6:\"Bettie\";s:9:\"last_name\";s:7:\"Bolling\";s:10:\"user_email\";s:24:\"Bettie-Bolling@gmail.com\";}'),(21087,715,'form_id','17'),(21088,715,'timestamp','1568641130'),(21089,715,'request',''),(21090,715,'_wpnonce','6983b5c1ca'),(21091,715,'_wp_http_referer','/register/'),(21093,715,'um_user_profile_url_slug_user_login','bettiebolling'),(21095,715,'full_name','bettie bolling'),(21096,715,'account_status','approved'),(21097,715,'session_tokens','a:1:{s:64:\"f4f0e86373377e0e9cb08f53408f6cdc2e5a44193ed12c48e23e02cd993f8e2e\";a:4:{s:10:\"expiration\";i:1584211139;s:2:\"ip\";s:15:\"144.168.201.141\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568659139;}}'),(21098,715,'_um_last_login','1568641139'),(21099,715,'um_account_secure_fields','a:0:{}'),(21100,716,'nickname','vernfrayne60'),(21101,716,'first_name','Vern'),(21102,716,'last_name','Frayne'),(21103,716,'description',''),(21104,716,'rich_editing','true'),(21105,716,'syntax_highlighting','true'),(21106,716,'comment_shortcuts','false'),(21107,716,'admin_color','fresh'),(21108,716,'use_ssl','0'),(21109,716,'show_admin_bar_front','true'),(21110,716,'locale',''),(21111,716,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21112,716,'wp_user_level','0'),(21113,716,'_yoast_wpseo_profile_updated','1568659661'),(21114,716,'dismissed_wp_pointers',''),(21115,716,'synced_gravatar_hashed_id','57d0065bbf0042ebd0922889c8bb5903'),(21116,716,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568641651\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"vernfrayne60\";s:10:\"first_name\";s:4:\"Vern\";s:9:\"last_name\";s:6:\"Frayne\";s:10:\"user_email\";s:21:\"Vern.Frayne@gmail.com\";}'),(21117,716,'form_id','17'),(21118,716,'timestamp','1568641651'),(21119,716,'request',''),(21120,716,'_wpnonce','6983b5c1ca'),(21121,716,'_wp_http_referer','/register/'),(21123,716,'um_user_profile_url_slug_user_login','vernfrayne60'),(21125,716,'full_name','vern frayne'),(21126,716,'account_status','approved'),(21127,716,'session_tokens','a:1:{s:64:\"9282f26824a30117cc06a4bca1f2cccc46c24cef777e93a04ca3d4d0f110bb23\";a:4:{s:10:\"expiration\";i:1584211662;s:2:\"ip\";s:15:\"107.158.221.154\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568659662;}}'),(21128,716,'_um_last_login','1568641662'),(21129,716,'um_account_secure_fields','a:0:{}'),(21130,717,'nickname','maziefarthing'),(21131,717,'first_name','Mazie'),(21132,717,'last_name','Farthing'),(21133,717,'description',''),(21134,717,'rich_editing','true'),(21135,717,'syntax_highlighting','true'),(21136,717,'comment_shortcuts','false'),(21137,717,'admin_color','fresh'),(21138,717,'use_ssl','0'),(21139,717,'show_admin_bar_front','true'),(21140,717,'locale',''),(21141,717,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21142,717,'wp_user_level','0'),(21143,717,'_yoast_wpseo_profile_updated','1568660840'),(21144,717,'dismissed_wp_pointers',''),(21145,717,'synced_gravatar_hashed_id','0c6d76fd512acbbc9278009257040e82'),(21146,717,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568642834\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"maziefarthing\";s:10:\"first_name\";s:5:\"Mazie\";s:9:\"last_name\";s:8:\"Farthing\";s:10:\"user_email\";s:24:\"Mazie-Farthing@gmail.com\";}'),(21147,717,'form_id','17'),(21148,717,'timestamp','1568642834'),(21149,717,'request',''),(21150,717,'_wpnonce','6983b5c1ca'),(21151,717,'_wp_http_referer','/register/'),(21153,717,'um_user_profile_url_slug_user_login','maziefarthing'),(21155,717,'full_name','mazie farthing'),(21156,717,'account_status','approved'),(21157,717,'session_tokens','a:1:{s:64:\"af84612f6575b0e5edb603eced7af22ff71a8fce6219cc323044e98fe0a9d7b2\";a:4:{s:10:\"expiration\";i:1584212841;s:2:\"ip\";s:15:\"196.245.216.192\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568660841;}}'),(21158,717,'_um_last_login','1568642841'),(21159,717,'um_account_secure_fields','a:0:{}'),(21160,718,'nickname','uweramsden'),(21161,718,'first_name','Uwe'),(21162,718,'last_name','Ramsden'),(21163,718,'description',''),(21164,718,'rich_editing','true'),(21165,718,'syntax_highlighting','true'),(21166,718,'comment_shortcuts','false'),(21167,718,'admin_color','fresh'),(21168,718,'use_ssl','0'),(21169,718,'show_admin_bar_front','true'),(21170,718,'locale',''),(21171,718,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21172,718,'wp_user_level','0'),(21173,718,'_yoast_wpseo_profile_updated','1568663941'),(21174,718,'dismissed_wp_pointers',''),(21175,718,'synced_gravatar_hashed_id','aa841a68b11e131e2f8359d5c219d36b'),(21176,718,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568645934\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:10:\"uweramsden\";s:10:\"first_name\";s:3:\"Uwe\";s:9:\"last_name\";s:7:\"Ramsden\";s:10:\"user_email\";s:23:\"Uwe_Ramsden50@gmail.com\";}'),(21177,718,'form_id','17'),(21178,718,'timestamp','1568645934'),(21179,718,'request',''),(21180,718,'_wpnonce','6983b5c1ca'),(21181,718,'_wp_http_referer','/register/'),(21183,718,'um_user_profile_url_slug_user_login','uweramsden'),(21185,718,'full_name','uwe ramsden'),(21186,718,'account_status','approved'),(21187,718,'session_tokens','a:1:{s:64:\"b1c2df44f2f92413d8bcb1c42a34314e5ca3148e9fd8a4774bd138cbbcbe5166\";a:4:{s:10:\"expiration\";i:1584215942;s:2:\"ip\";s:13:\"185.3.134.127\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568663942;}}'),(21188,718,'_um_last_login','1568645942'),(21189,718,'um_account_secure_fields','a:0:{}'),(21190,719,'nickname','faithmoriarty05'),(21191,719,'first_name','Faith'),(21192,719,'last_name','Moriarty'),(21193,719,'description',''),(21194,719,'rich_editing','true'),(21195,719,'syntax_highlighting','true'),(21196,719,'comment_shortcuts','false'),(21197,719,'admin_color','fresh'),(21198,719,'use_ssl','0'),(21199,719,'show_admin_bar_front','true'),(21200,719,'locale',''),(21201,719,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21202,719,'wp_user_level','0'),(21203,719,'_yoast_wpseo_profile_updated','1568665818'),(21204,719,'dismissed_wp_pointers',''),(21205,719,'synced_gravatar_hashed_id','a2fb5a57b7a08d4374d962f1f4697b7e'),(21206,719,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568647809\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"faithmoriarty05\";s:10:\"first_name\";s:5:\"Faith\";s:9:\"last_name\";s:8:\"Moriarty\";s:10:\"user_email\";s:26:\"Faith.Moriarty81@gmail.com\";}'),(21207,719,'form_id','17'),(21208,719,'timestamp','1568647809'),(21209,719,'request',''),(21210,719,'_wpnonce','6983b5c1ca'),(21211,719,'_wp_http_referer','/register/'),(21213,719,'um_user_profile_url_slug_user_login','faithmoriarty05'),(21215,719,'full_name','faith moriarty'),(21216,719,'account_status','approved'),(21217,719,'session_tokens','a:1:{s:64:\"72f52c73bbaf7cecbf1bbfd9dbc5e1e2a54718334211d74343e40ff995b1a39e\";a:4:{s:10:\"expiration\";i:1584217819;s:2:\"ip\";s:15:\"107.158.221.122\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568665819;}}'),(21218,719,'_um_last_login','1568647819'),(21219,719,'um_account_secure_fields','a:0:{}'),(21220,720,'nickname','jaynepalmerston'),(21221,720,'first_name','Jayne'),(21222,720,'last_name','Palmerston'),(21223,720,'description',''),(21224,720,'rich_editing','true'),(21225,720,'syntax_highlighting','true'),(21226,720,'comment_shortcuts','false'),(21227,720,'admin_color','fresh'),(21228,720,'use_ssl','0'),(21229,720,'show_admin_bar_front','true'),(21230,720,'locale',''),(21231,720,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21232,720,'wp_user_level','0'),(21233,720,'_yoast_wpseo_profile_updated','1568666428'),(21234,720,'dismissed_wp_pointers',''),(21235,720,'synced_gravatar_hashed_id','ef75ae9d5eac60f17cafcffa0bf575b1'),(21236,720,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568648419\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:15:\"jaynepalmerston\";s:10:\"first_name\";s:5:\"Jayne\";s:9:\"last_name\";s:10:\"Palmerston\";s:10:\"user_email\";s:26:\"Jayne-Palmerston@gmail.com\";}'),(21237,720,'form_id','17'),(21238,720,'timestamp','1568648419'),(21239,720,'request',''),(21240,720,'_wpnonce','6983b5c1ca'),(21241,720,'_wp_http_referer','/register/'),(21243,720,'um_user_profile_url_slug_user_login','jaynepalmerston'),(21245,720,'full_name','jayne palmerston'),(21246,720,'account_status','approved'),(21247,720,'session_tokens','a:1:{s:64:\"893a2fe97f48249779a69dd36c67e1de1414cf0515b6d5f4cc8875df6ff474ec\";a:4:{s:10:\"expiration\";i:1584218428;s:2:\"ip\";s:15:\"196.245.216.133\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568666428;}}'),(21248,720,'_um_last_login','1568648428'),(21249,720,'um_account_secure_fields','a:0:{}'),(21250,721,'nickname','melainebyars'),(21251,721,'first_name','Melaine'),(21252,721,'last_name','Byars'),(21253,721,'description',''),(21254,721,'rich_editing','true'),(21255,721,'syntax_highlighting','true'),(21256,721,'comment_shortcuts','false'),(21257,721,'admin_color','fresh'),(21258,721,'use_ssl','0'),(21259,721,'show_admin_bar_front','true'),(21260,721,'locale',''),(21261,721,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21262,721,'wp_user_level','0'),(21263,721,'_yoast_wpseo_profile_updated','1568667788'),(21264,721,'dismissed_wp_pointers',''),(21265,721,'synced_gravatar_hashed_id','c2a93fa3cde45e8ddbdcb784a3cd5ca2'),(21266,721,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568649778\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"melainebyars\";s:10:\"first_name\";s:7:\"Melaine\";s:9:\"last_name\";s:5:\"Byars\";s:10:\"user_email\";s:25:\"Melaine_Byars21@gmail.com\";}'),(21267,721,'form_id','17'),(21268,721,'timestamp','1568649778'),(21269,721,'request',''),(21270,721,'_wpnonce','6983b5c1ca'),(21271,721,'_wp_http_referer','/register/'),(21273,721,'um_user_profile_url_slug_user_login','melainebyars'),(21275,721,'full_name','melaine byars'),(21276,721,'account_status','approved'),(21277,721,'session_tokens','a:1:{s:64:\"70dce84edb9c63c6f0f388941852eab6d636d3f14e33ad192ce6365380990aac\";a:4:{s:10:\"expiration\";i:1584219788;s:2:\"ip\";s:15:\"151.237.185.210\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568667788;}}'),(21278,721,'_um_last_login','1568649788'),(21279,721,'um_account_secure_fields','a:0:{}'),(21280,722,'nickname','chelseamarrone'),(21281,722,'first_name','Chelsea'),(21282,722,'last_name','Marrone'),(21283,722,'description',''),(21284,722,'rich_editing','true'),(21285,722,'syntax_highlighting','true'),(21286,722,'comment_shortcuts','false'),(21287,722,'admin_color','fresh'),(21288,722,'use_ssl','0'),(21289,722,'show_admin_bar_front','true'),(21290,722,'locale',''),(21291,722,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21292,722,'wp_user_level','0'),(21293,722,'_yoast_wpseo_profile_updated','1568669366'),(21294,722,'dismissed_wp_pointers',''),(21295,722,'synced_gravatar_hashed_id','da6972007eb5fa95ad64c9596e134753'),(21296,722,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568651357\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"chelseamarrone\";s:10:\"first_name\";s:7:\"Chelsea\";s:9:\"last_name\";s:7:\"Marrone\";s:10:\"user_email\";s:25:\"Chelsea-Marrone@gmail.com\";}'),(21297,722,'form_id','17'),(21298,722,'timestamp','1568651357'),(21299,722,'request',''),(21300,722,'_wpnonce','6983b5c1ca'),(21301,722,'_wp_http_referer','/register/'),(21303,722,'um_user_profile_url_slug_user_login','chelseamarrone'),(21305,722,'full_name','chelsea marrone'),(21306,722,'account_status','approved'),(21307,722,'session_tokens','a:1:{s:64:\"e7526cc9dae8efe2ef9623e404d2a8f398d61a4b27cfe1afa4950eace4abd62f\";a:4:{s:10:\"expiration\";i:1584221367;s:2:\"ip\";s:13:\"185.3.134.127\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568669367;}}'),(21308,722,'_um_last_login','1568651367'),(21309,722,'um_account_secure_fields','a:0:{}'),(21310,723,'nickname','milosolberg945'),(21311,723,'first_name','Milo'),(21312,723,'last_name','Solberg'),(21313,723,'description',''),(21314,723,'rich_editing','true'),(21315,723,'syntax_highlighting','true'),(21316,723,'comment_shortcuts','false'),(21317,723,'admin_color','fresh'),(21318,723,'use_ssl','0'),(21319,723,'show_admin_bar_front','true'),(21320,723,'locale',''),(21321,723,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21322,723,'wp_user_level','0'),(21323,723,'_yoast_wpseo_profile_updated','1568670636'),(21324,723,'dismissed_wp_pointers',''),(21325,723,'synced_gravatar_hashed_id','e4033e59b10e6b41cb0a84a2b7028640'),(21326,723,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568652628\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"milosolberg945\";s:10:\"first_name\";s:4:\"Milo\";s:9:\"last_name\";s:7:\"Solberg\";s:10:\"user_email\";s:22:\"Milo-Solberg@gmail.com\";}'),(21327,723,'form_id','17'),(21328,723,'timestamp','1568652628'),(21329,723,'request',''),(21330,723,'_wpnonce','6983b5c1ca'),(21331,723,'_wp_http_referer','/register/'),(21333,723,'um_user_profile_url_slug_user_login','milosolberg945'),(21335,723,'full_name','milo solberg'),(21336,723,'account_status','approved'),(21337,723,'session_tokens','a:1:{s:64:\"1d675d3ec8423944ba687099acd214550d8862c05055360ac87f18f8ef9346a0\";a:4:{s:10:\"expiration\";i:1584222637;s:2:\"ip\";s:15:\"196.245.216.133\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568670637;}}'),(21338,723,'_um_last_login','1568652637'),(21339,723,'um_account_secure_fields','a:0:{}'),(21340,724,'nickname','juandeaton3'),(21341,724,'first_name','Juan'),(21342,724,'last_name','Deaton'),(21343,724,'description',''),(21344,724,'rich_editing','true'),(21345,724,'syntax_highlighting','true'),(21346,724,'comment_shortcuts','false'),(21347,724,'admin_color','fresh'),(21348,724,'use_ssl','0'),(21349,724,'show_admin_bar_front','true'),(21350,724,'locale',''),(21351,724,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21352,724,'wp_user_level','0'),(21353,724,'_yoast_wpseo_profile_updated','1568673252'),(21354,724,'dismissed_wp_pointers',''),(21355,724,'synced_gravatar_hashed_id','a4a92857820dc6b6120b775b7f8fe8dc'),(21356,724,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568655245\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"juandeaton3\";s:10:\"first_name\";s:4:\"Juan\";s:9:\"last_name\";s:6:\"Deaton\";s:10:\"user_email\";s:21:\"Juan_Deaton@gmail.com\";}'),(21357,724,'form_id','17'),(21358,724,'timestamp','1568655245'),(21359,724,'request',''),(21360,724,'_wpnonce','6983b5c1ca'),(21361,724,'_wp_http_referer','/register/'),(21363,724,'um_user_profile_url_slug_user_login','juandeaton3'),(21365,724,'full_name','juan deaton'),(21366,724,'account_status','approved'),(21367,724,'session_tokens','a:1:{s:64:\"d36a62eacfdd8425dc9d1b458b39af53652a4401dfa95dfd6c4f20db3ce6bbfd\";a:4:{s:10:\"expiration\";i:1584225252;s:2:\"ip\";s:15:\"165.231.130.156\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568673252;}}'),(21368,724,'_um_last_login','1568655252'),(21369,724,'um_account_secure_fields','a:0:{}'),(21370,725,'nickname','adalbertof52'),(21371,725,'first_name','Adalberto'),(21372,725,'last_name','Teague'),(21373,725,'description',''),(21374,725,'rich_editing','true'),(21375,725,'syntax_highlighting','true'),(21376,725,'comment_shortcuts','false'),(21377,725,'admin_color','fresh'),(21378,725,'use_ssl','0'),(21379,725,'show_admin_bar_front','true'),(21380,725,'locale',''),(21381,725,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21382,725,'wp_user_level','0'),(21383,725,'_yoast_wpseo_profile_updated','1568673558'),(21384,725,'dismissed_wp_pointers',''),(21385,725,'synced_gravatar_hashed_id','14fe7936065428ad52bc82b5bb231f0d'),(21386,725,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568655550\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"adalbertof52\";s:10:\"first_name\";s:9:\"Adalberto\";s:9:\"last_name\";s:6:\"Teague\";s:10:\"user_email\";s:28:\"Adalberto.Teague85@gmail.com\";}'),(21387,725,'form_id','17'),(21388,725,'timestamp','1568655550'),(21389,725,'request',''),(21390,725,'_wpnonce','6983b5c1ca'),(21391,725,'_wp_http_referer','/register/'),(21393,725,'um_user_profile_url_slug_user_login','adalbertof52'),(21395,725,'full_name','adalberto teague'),(21396,725,'account_status','approved'),(21397,725,'session_tokens','a:1:{s:64:\"ca052fa7993d43fbe55034607825721d65d69407421085bfa5eb033c29027cf8\";a:4:{s:10:\"expiration\";i:1584225559;s:2:\"ip\";s:15:\"196.245.216.168\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568673559;}}'),(21398,725,'_um_last_login','1568655559'),(21399,725,'um_account_secure_fields','a:0:{}'),(21400,726,'nickname','felipe medeiris'),(21401,726,'first_name','felipe'),(21402,726,'last_name','medeiris'),(21403,726,'description',''),(21404,726,'rich_editing','true'),(21405,726,'syntax_highlighting','true'),(21406,726,'comment_shortcuts','false'),(21407,726,'admin_color','fresh'),(21408,726,'use_ssl','0'),(21409,726,'show_admin_bar_front','true'),(21410,726,'locale',''),(21411,726,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(21412,726,'wp_user_level','0'),(21413,726,'_yoast_wpseo_profile_updated','1568674466'),(21414,726,'dismissed_wp_pointers',''),(21415,726,'synced_gravatar_hashed_id','d0f38efc70f257beb36cf374191aedd2'),(21416,726,'gender','a:1:{i:0;N;}'),(21417,726,'city','Miami'),(21418,726,'country','United States'),(21419,726,'session_tokens','a:1:{s:64:\"a06c66cfb8e1085714b56f86095b8cfb5462423bca65dfe4052adb6615f91657\";a:4:{s:10:\"expiration\";i:1584226466;s:2:\"ip\";s:15:\"191.187.170.205\";s:2:\"ua\";s:60:\"Dalvik/2.1.0 (Linux; U; Android 8.1.0; SM-G610M Build/M1AJQ)\";s:5:\"login\";i:1568674466;}}'),(21420,726,'_um_last_login','1568656466'),(21421,726,'um_user_profile_url_slug_user_login','fmedeiros'),(21422,727,'nickname','fredrickcxu'),(21423,727,'first_name','Fredrick'),(21424,727,'last_name','Easty'),(21425,727,'description',''),(21426,727,'rich_editing','true'),(21427,727,'syntax_highlighting','true'),(21428,727,'comment_shortcuts','false'),(21429,727,'admin_color','fresh'),(21430,727,'use_ssl','0'),(21431,727,'show_admin_bar_front','true'),(21432,727,'locale',''),(21433,727,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21434,727,'wp_user_level','0'),(21435,727,'_yoast_wpseo_profile_updated','1568675383'),(21436,727,'dismissed_wp_pointers',''),(21437,727,'synced_gravatar_hashed_id','2cda5e69b1186600adab4d883ebecdf0'),(21438,727,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568657376\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"fredrickcxu\";s:10:\"first_name\";s:8:\"Fredrick\";s:9:\"last_name\";s:5:\"Easty\";s:10:\"user_email\";s:25:\"Fredrick-Easty4@gmail.com\";}'),(21439,727,'form_id','17'),(21440,727,'timestamp','1568657376'),(21441,727,'request',''),(21442,727,'_wpnonce','6983b5c1ca'),(21443,727,'_wp_http_referer','/register/'),(21445,727,'um_user_profile_url_slug_user_login','fredrickcxu'),(21447,727,'full_name','fredrick easty'),(21448,727,'account_status','approved'),(21449,727,'session_tokens','a:1:{s:64:\"5999501536e43fbc41a4445c8704398ff10f04303e25afa22e69eb7242e4d877\";a:4:{s:10:\"expiration\";i:1584227384;s:2:\"ip\";s:13:\"185.3.134.143\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568675384;}}'),(21450,727,'_um_last_login','1568657384'),(21451,727,'um_account_secure_fields','a:0:{}'),(21452,728,'nickname','felipw anveiras'),(21453,728,'first_name','felipw'),(21454,728,'last_name','anveiras'),(21455,728,'description',''),(21456,728,'rich_editing','true'),(21457,728,'syntax_highlighting','true'),(21458,728,'comment_shortcuts','false'),(21459,728,'admin_color','fresh'),(21460,728,'use_ssl','0'),(21461,728,'show_admin_bar_front','true'),(21462,728,'locale',''),(21463,728,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(21464,728,'wp_user_level','0'),(21465,728,'_yoast_wpseo_profile_updated','1568675577'),(21466,728,'dismissed_wp_pointers',''),(21467,728,'synced_gravatar_hashed_id','2782d5b2eb1594559eba0807303bae8f'),(21468,728,'gender','a:1:{i:0;N;}'),(21469,728,'city','lala'),(21470,728,'country','Angola'),(21471,728,'session_tokens','a:2:{s:64:\"448a564e5caf3b06c252abfe282baa958f71368f4aa0cdc3e35de416802459a4\";a:4:{s:10:\"expiration\";i:1584227577;s:2:\"ip\";s:15:\"191.187.170.205\";s:2:\"ua\";s:60:\"Dalvik/2.1.0 (Linux; U; Android 8.1.0; SM-G610M Build/M1AJQ)\";s:5:\"login\";i:1568675577;}s:64:\"b6f615ce22fabf7cd02554ab7fa03029baf3194a46f527b6b2e48ccc8eac3a8b\";a:4:{s:10:\"expiration\";i:1584227693;s:2:\"ip\";s:15:\"191.187.170.205\";s:2:\"ua\";s:60:\"Dalvik/2.1.0 (Linux; U; Android 8.1.0; SM-G610M Build/M1AJQ)\";s:5:\"login\";i:1568675693;}}'),(21472,728,'_um_last_login','1568657693'),(21473,728,'um_user_profile_url_slug_user_login','angeirasfelipe'),(21474,729,'nickname','caryginder1950'),(21475,729,'first_name','Cary'),(21476,729,'last_name','Ginder'),(21477,729,'description',''),(21478,729,'rich_editing','true'),(21479,729,'syntax_highlighting','true'),(21480,729,'comment_shortcuts','false'),(21481,729,'admin_color','fresh'),(21482,729,'use_ssl','0'),(21483,729,'show_admin_bar_front','true'),(21484,729,'locale',''),(21485,729,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21486,729,'wp_user_level','0'),(21487,729,'_yoast_wpseo_profile_updated','1568676030'),(21488,729,'dismissed_wp_pointers',''),(21489,729,'synced_gravatar_hashed_id','0ccf8bfed02085904db029b90cd990d7'),(21490,729,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568658022\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"caryginder1950\";s:10:\"first_name\";s:4:\"Cary\";s:9:\"last_name\";s:6:\"Ginder\";s:10:\"user_email\";s:23:\"Cary_Ginder57@gmail.com\";}'),(21491,729,'form_id','17'),(21492,729,'timestamp','1568658022'),(21493,729,'request',''),(21494,729,'_wpnonce','6983b5c1ca'),(21495,729,'_wp_http_referer','/register/'),(21497,729,'um_user_profile_url_slug_user_login','caryginder1950'),(21499,729,'full_name','cary ginder'),(21500,729,'account_status','approved'),(21501,729,'session_tokens','a:1:{s:64:\"a5c8f223b499c0f5b7b5d0e77c737266d3d0bcb027f8bf06f1de18a40c975d08\";a:4:{s:10:\"expiration\";i:1584228031;s:2:\"ip\";s:15:\"165.231.130.186\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568676031;}}'),(21502,729,'_um_last_login','1568658031'),(21503,729,'um_account_secure_fields','a:0:{}'),(21504,730,'nickname','shennagainer'),(21505,730,'first_name','Shenna'),(21506,730,'last_name','Gainer'),(21507,730,'description',''),(21508,730,'rich_editing','true'),(21509,730,'syntax_highlighting','true'),(21510,730,'comment_shortcuts','false'),(21511,730,'admin_color','fresh'),(21512,730,'use_ssl','0'),(21513,730,'show_admin_bar_front','true'),(21514,730,'locale',''),(21515,730,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21516,730,'wp_user_level','0'),(21517,730,'_yoast_wpseo_profile_updated','1568676034'),(21518,730,'dismissed_wp_pointers',''),(21519,730,'synced_gravatar_hashed_id','d42021d55fe197a47bff74f12d09105b'),(21520,730,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568658026\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:12:\"shennagainer\";s:10:\"first_name\";s:6:\"Shenna\";s:9:\"last_name\";s:6:\"Gainer\";s:10:\"user_email\";s:25:\"Shenna_Gainer22@gmail.com\";}'),(21521,730,'form_id','17'),(21522,730,'timestamp','1568658026'),(21523,730,'request',''),(21524,730,'_wpnonce','6983b5c1ca'),(21525,730,'_wp_http_referer','/register/'),(21527,730,'um_user_profile_url_slug_user_login','shennagainer'),(21529,730,'full_name','shenna gainer'),(21530,730,'account_status','approved'),(21531,730,'session_tokens','a:1:{s:64:\"6bd3d33a37d1d201188d48267b6cca43cfeabfeec51b8a73e2bfca830b0a7d6b\";a:4:{s:10:\"expiration\";i:1584228034;s:2:\"ip\";s:14:\"165.231.130.31\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568676034;}}'),(21532,730,'_um_last_login','1568658034'),(21533,730,'um_account_secure_fields','a:0:{}'),(21534,731,'nickname','launagendron0'),(21535,731,'first_name','Launa'),(21536,731,'last_name','Gendron'),(21537,731,'description',''),(21538,731,'rich_editing','true'),(21539,731,'syntax_highlighting','true'),(21540,731,'comment_shortcuts','false'),(21541,731,'admin_color','fresh'),(21542,731,'use_ssl','0'),(21543,731,'show_admin_bar_front','true'),(21544,731,'locale',''),(21545,731,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21546,731,'wp_user_level','0'),(21547,731,'_yoast_wpseo_profile_updated','1568676333'),(21548,731,'dismissed_wp_pointers',''),(21549,731,'synced_gravatar_hashed_id','94f3e0260d535a306612227ae0aa8214'),(21550,731,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568658326\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"launagendron0\";s:10:\"first_name\";s:5:\"Launa\";s:9:\"last_name\";s:7:\"Gendron\";s:10:\"user_email\";s:24:\"Launa.Gendron7@gmail.com\";}'),(21551,731,'form_id','17'),(21552,731,'timestamp','1568658326'),(21553,731,'request',''),(21554,731,'_wpnonce','6983b5c1ca'),(21555,731,'_wp_http_referer','/register/'),(21557,731,'um_user_profile_url_slug_user_login','launagendron0'),(21559,731,'full_name','launa gendron'),(21560,731,'account_status','approved'),(21561,731,'session_tokens','a:1:{s:64:\"0b161f36b5fb5330c62c347811c6f78cc52edf6f621e11fd13744f3d4b9788fc\";a:4:{s:10:\"expiration\";i:1584228334;s:2:\"ip\";s:15:\"107.158.221.106\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568676334;}}'),(21562,731,'_um_last_login','1568658334'),(21563,731,'um_account_secure_fields','a:0:{}'),(21564,732,'nickname','allenprim5131'),(21565,732,'first_name','Allen'),(21566,732,'last_name','Prim'),(21567,732,'description',''),(21568,732,'rich_editing','true'),(21569,732,'syntax_highlighting','true'),(21570,732,'comment_shortcuts','false'),(21571,732,'admin_color','fresh'),(21572,732,'use_ssl','0'),(21573,732,'show_admin_bar_front','true'),(21574,732,'locale',''),(21575,732,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21576,732,'wp_user_level','0'),(21577,732,'_yoast_wpseo_profile_updated','1568678241'),(21578,732,'dismissed_wp_pointers',''),(21579,732,'synced_gravatar_hashed_id','0429f43d9b30ab1422ad49863bc5cd1f'),(21580,732,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568660231\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"6983b5c1ca\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"allenprim5131\";s:10:\"first_name\";s:5:\"Allen\";s:9:\"last_name\";s:4:\"Prim\";s:10:\"user_email\";s:21:\"Allen.Prim3@gmail.com\";}'),(21581,732,'form_id','17'),(21582,732,'timestamp','1568660231'),(21583,732,'request',''),(21584,732,'_wpnonce','6983b5c1ca'),(21585,732,'_wp_http_referer','/register/'),(21587,732,'um_user_profile_url_slug_user_login','allenprim5131'),(21589,732,'full_name','allen prim'),(21590,732,'account_status','approved'),(21591,732,'session_tokens','a:1:{s:64:\"d43c0851f73de9400c82de372db181c987874f0329d1aefdb6431371c3c4dc09\";a:4:{s:10:\"expiration\";i:1584230242;s:2:\"ip\";s:13:\"185.3.134.200\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568678242;}}'),(21592,732,'_um_last_login','1568660242'),(21593,732,'um_account_secure_fields','a:0:{}'),(21594,733,'nickname','judithmedworth'),(21595,733,'first_name','Judith'),(21596,733,'last_name','Medworth'),(21597,733,'description',''),(21598,733,'rich_editing','true'),(21599,733,'syntax_highlighting','true'),(21600,733,'comment_shortcuts','false'),(21601,733,'admin_color','fresh'),(21602,733,'use_ssl','0'),(21603,733,'show_admin_bar_front','true'),(21604,733,'locale',''),(21605,733,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21606,733,'wp_user_level','0'),(21607,733,'_yoast_wpseo_profile_updated','1568678976'),(21608,733,'dismissed_wp_pointers',''),(21609,733,'synced_gravatar_hashed_id','1fd83404c3a3c55b1d64b6d9b225d762'),(21610,733,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568660970\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"judithmedworth\";s:10:\"first_name\";s:6:\"Judith\";s:9:\"last_name\";s:8:\"Medworth\";s:10:\"user_email\";s:27:\"Judith_Medworth49@gmail.com\";}'),(21611,733,'form_id','17'),(21612,733,'timestamp','1568660970'),(21613,733,'request',''),(21614,733,'_wpnonce','51022b3c9f'),(21615,733,'_wp_http_referer','/register/'),(21617,733,'um_user_profile_url_slug_user_login','judithmedworth'),(21619,733,'full_name','judith medworth'),(21620,733,'account_status','approved'),(21621,733,'session_tokens','a:1:{s:64:\"2f4eb0cda12181121d2e089b4393eae3e5044a7eab1e54b9539007432ea6cdb6\";a:4:{s:10:\"expiration\";i:1584230977;s:2:\"ip\";s:15:\"107.158.221.122\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568678977;}}'),(21622,733,'_um_last_login','1568660977'),(21623,733,'um_account_secure_fields','a:0:{}'),(21624,734,'nickname','carmenwhitney'),(21625,734,'first_name','Carmen'),(21626,734,'last_name','Whitney'),(21627,734,'description',''),(21628,734,'rich_editing','true'),(21629,734,'syntax_highlighting','true'),(21630,734,'comment_shortcuts','false'),(21631,734,'admin_color','fresh'),(21632,734,'use_ssl','0'),(21633,734,'show_admin_bar_front','true'),(21634,734,'locale',''),(21635,734,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21636,734,'wp_user_level','0'),(21637,734,'_yoast_wpseo_profile_updated','1568679968'),(21638,734,'dismissed_wp_pointers',''),(21639,734,'synced_gravatar_hashed_id','c2cd8b4f35e77ebb4e3b4c76f1a9b6f9'),(21640,734,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568661961\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"carmenwhitney\";s:10:\"first_name\";s:6:\"Carmen\";s:9:\"last_name\";s:7:\"Whitney\";s:10:\"user_email\";s:26:\"Carmen_Whitney91@gmail.com\";}'),(21641,734,'form_id','17'),(21642,734,'timestamp','1568661961'),(21643,734,'request',''),(21644,734,'_wpnonce','51022b3c9f'),(21645,734,'_wp_http_referer','/register/'),(21647,734,'um_user_profile_url_slug_user_login','carmenwhitney'),(21649,734,'full_name','carmen whitney'),(21650,734,'account_status','approved'),(21651,734,'session_tokens','a:1:{s:64:\"b2cfe0f1f62ad67827548969342ecced68738390d022ee01e2bf6c414dfed13a\";a:4:{s:10:\"expiration\";i:1584231969;s:2:\"ip\";s:15:\"165.231.130.186\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568679969;}}'),(21652,734,'_um_last_login','1568661969'),(21653,734,'um_account_secure_fields','a:0:{}'),(21654,735,'nickname','xiomaraflower1'),(21655,735,'first_name','Xiomara'),(21656,735,'last_name','Flower'),(21657,735,'description',''),(21658,735,'rich_editing','true'),(21659,735,'syntax_highlighting','true'),(21660,735,'comment_shortcuts','false'),(21661,735,'admin_color','fresh'),(21662,735,'use_ssl','0'),(21663,735,'show_admin_bar_front','true'),(21664,735,'locale',''),(21665,735,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21666,735,'wp_user_level','0'),(21667,735,'_yoast_wpseo_profile_updated','1568680532'),(21668,735,'dismissed_wp_pointers',''),(21669,735,'synced_gravatar_hashed_id','8cb837341d214c6a1dab0bc8dd475dd3'),(21670,735,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568662525\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"xiomaraflower1\";s:10:\"first_name\";s:7:\"Xiomara\";s:9:\"last_name\";s:6:\"Flower\";s:10:\"user_email\";s:24:\"Xiomara_Flower@gmail.com\";}'),(21671,735,'form_id','17'),(21672,735,'timestamp','1568662525'),(21673,735,'request',''),(21674,735,'_wpnonce','51022b3c9f'),(21675,735,'_wp_http_referer','/register/'),(21677,735,'um_user_profile_url_slug_user_login','xiomaraflower1'),(21679,735,'full_name','xiomara flower'),(21680,735,'account_status','approved'),(21681,735,'session_tokens','a:1:{s:64:\"cefe81b887dfce9f18fbf54b07e6d3d3f78cb387d2e80156856460bab5542c0b\";a:4:{s:10:\"expiration\";i:1584232533;s:2:\"ip\";s:13:\"185.3.134.200\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568680533;}}'),(21682,735,'_um_last_login','1568662533'),(21683,735,'um_account_secure_fields','a:0:{}'),(21684,736,'nickname','sadyetovell'),(21685,736,'first_name','Sadye'),(21686,736,'last_name','Tovell'),(21687,736,'description',''),(21688,736,'rich_editing','true'),(21689,736,'syntax_highlighting','true'),(21690,736,'comment_shortcuts','false'),(21691,736,'admin_color','fresh'),(21692,736,'use_ssl','0'),(21693,736,'show_admin_bar_front','true'),(21694,736,'locale',''),(21695,736,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21696,736,'wp_user_level','0'),(21697,736,'_yoast_wpseo_profile_updated','1568680847'),(21698,736,'dismissed_wp_pointers',''),(21699,736,'synced_gravatar_hashed_id','1743efae41036d31a84e7b2d016f7569'),(21700,736,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568662837\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"sadyetovell\";s:10:\"first_name\";s:5:\"Sadye\";s:9:\"last_name\";s:6:\"Tovell\";s:10:\"user_email\";s:22:\"Sadye.Tovell@gmail.com\";}'),(21701,736,'form_id','17'),(21702,736,'timestamp','1568662837'),(21703,736,'request',''),(21704,736,'_wpnonce','51022b3c9f'),(21705,736,'_wp_http_referer','/register/'),(21707,736,'um_user_profile_url_slug_user_login','sadyetovell'),(21709,736,'full_name','sadye tovell'),(21710,736,'account_status','approved'),(21711,736,'session_tokens','a:1:{s:64:\"70db006897b0a530a6908fd752c7cf507a0823eff6b89a975a4eba01bce1676b\";a:4:{s:10:\"expiration\";i:1584232848;s:2:\"ip\";s:14:\"193.228.56.153\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568680848;}}'),(21712,736,'_um_last_login','1568662848'),(21713,736,'um_account_secure_fields','a:0:{}'),(21714,737,'nickname','madelineb81'),(21715,737,'first_name','Madeline'),(21716,737,'last_name','Wakefield'),(21717,737,'description',''),(21718,737,'rich_editing','true'),(21719,737,'syntax_highlighting','true'),(21720,737,'comment_shortcuts','false'),(21721,737,'admin_color','fresh'),(21722,737,'use_ssl','0'),(21723,737,'show_admin_bar_front','true'),(21724,737,'locale',''),(21725,737,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21726,737,'wp_user_level','0'),(21727,737,'_yoast_wpseo_profile_updated','1568681361'),(21728,737,'dismissed_wp_pointers',''),(21729,737,'synced_gravatar_hashed_id','6080b5d7ef3b10fab98bf681cb1e5872'),(21730,737,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568663351\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"madelineb81\";s:10:\"first_name\";s:8:\"Madeline\";s:9:\"last_name\";s:9:\"Wakefield\";s:10:\"user_email\";s:28:\"Madeline_Wakefield@gmail.com\";}'),(21731,737,'form_id','17'),(21732,737,'timestamp','1568663351'),(21733,737,'request',''),(21734,737,'_wpnonce','51022b3c9f'),(21735,737,'_wp_http_referer','/register/'),(21737,737,'um_user_profile_url_slug_user_login','madelineb81'),(21739,737,'full_name','madeline wakefield'),(21740,737,'account_status','approved'),(21741,737,'session_tokens','a:1:{s:64:\"dfa87ff20ec96d1f273236c1b88863126f9ebfe43231f5d7cc8f31dbadf95f54\";a:4:{s:10:\"expiration\";i:1584233362;s:2:\"ip\";s:14:\"193.228.56.108\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568681362;}}'),(21742,737,'_um_last_login','1568663362'),(21743,737,'um_account_secure_fields','a:0:{}'),(21744,738,'nickname','rachellekell1'),(21745,738,'first_name','Rachelle'),(21746,738,'last_name','Kell'),(21747,738,'description',''),(21748,738,'rich_editing','true'),(21749,738,'syntax_highlighting','true'),(21750,738,'comment_shortcuts','false'),(21751,738,'admin_color','fresh'),(21752,738,'use_ssl','0'),(21753,738,'show_admin_bar_front','true'),(21754,738,'locale',''),(21755,738,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21756,738,'wp_user_level','0'),(21757,738,'_yoast_wpseo_profile_updated','1568682103'),(21758,738,'dismissed_wp_pointers',''),(21759,738,'synced_gravatar_hashed_id','f449ce4525f46f062a26d7dfc805471b'),(21760,738,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568664092\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"rachellekell1\";s:10:\"first_name\";s:8:\"Rachelle\";s:9:\"last_name\";s:4:\"Kell\";s:10:\"user_email\";s:25:\"Rachelle-Kell68@gmail.com\";}'),(21761,738,'form_id','17'),(21762,738,'timestamp','1568664092'),(21763,738,'request',''),(21764,738,'_wpnonce','51022b3c9f'),(21765,738,'_wp_http_referer','/register/'),(21767,738,'um_user_profile_url_slug_user_login','rachellekell1'),(21769,738,'full_name','rachelle kell'),(21770,738,'account_status','approved'),(21771,738,'session_tokens','a:1:{s:64:\"ad072a9f9eb42eacdbd412d5fc85f5c28feb75311c03d24345b323f4d3aa7f87\";a:4:{s:10:\"expiration\";i:1584234104;s:2:\"ip\";s:13:\"185.3.134.127\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568682104;}}'),(21772,738,'_um_last_login','1568664104'),(21773,738,'um_account_secure_fields','a:0:{}'),(21774,739,'nickname','walkermcswain9'),(21775,739,'first_name','Walker'),(21776,739,'last_name','Mcswain'),(21777,739,'description',''),(21778,739,'rich_editing','true'),(21779,739,'syntax_highlighting','true'),(21780,739,'comment_shortcuts','false'),(21781,739,'admin_color','fresh'),(21782,739,'use_ssl','0'),(21783,739,'show_admin_bar_front','true'),(21784,739,'locale',''),(21785,739,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21786,739,'wp_user_level','0'),(21787,739,'_yoast_wpseo_profile_updated','1568683141'),(21788,739,'dismissed_wp_pointers',''),(21789,739,'synced_gravatar_hashed_id','9063d65628ceccedf315be98e2986163'),(21790,739,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568665130\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:14:\"walkermcswain9\";s:10:\"first_name\";s:6:\"Walker\";s:9:\"last_name\";s:7:\"Mcswain\";s:10:\"user_email\";s:24:\"Walker-Mcswain@gmail.com\";}'),(21791,739,'form_id','17'),(21792,739,'timestamp','1568665130'),(21793,739,'request',''),(21794,739,'_wpnonce','51022b3c9f'),(21795,739,'_wp_http_referer','/register/'),(21797,739,'um_user_profile_url_slug_user_login','walkermcswain9'),(21799,739,'full_name','walker mcswain'),(21800,739,'account_status','approved'),(21801,739,'session_tokens','a:1:{s:64:\"b48431f80206aaf0d2e2c653aabef831a1aa335114fad823405d1d63f256510c\";a:4:{s:10:\"expiration\";i:1584235141;s:2:\"ip\";s:15:\"107.158.221.149\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568683141;}}'),(21802,739,'_um_last_login','1568665141'),(21803,739,'um_account_secure_fields','a:0:{}'),(21804,740,'nickname','carrolwendt19'),(21805,740,'first_name','Carrol'),(21806,740,'last_name','Wendt'),(21807,740,'description',''),(21808,740,'rich_editing','true'),(21809,740,'syntax_highlighting','true'),(21810,740,'comment_shortcuts','false'),(21811,740,'admin_color','fresh'),(21812,740,'use_ssl','0'),(21813,740,'show_admin_bar_front','true'),(21814,740,'locale',''),(21815,740,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21816,740,'wp_user_level','0'),(21817,740,'_yoast_wpseo_profile_updated','1568683480'),(21818,740,'dismissed_wp_pointers',''),(21819,740,'synced_gravatar_hashed_id','688d5f040d50e9a67276ae3be7fcd000'),(21820,740,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568665473\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"carrolwendt19\";s:10:\"first_name\";s:6:\"Carrol\";s:9:\"last_name\";s:5:\"Wendt\";s:10:\"user_email\";s:22:\"Carrol_Wendt@gmail.com\";}'),(21821,740,'form_id','17'),(21822,740,'timestamp','1568665473'),(21823,740,'request',''),(21824,740,'_wpnonce','51022b3c9f'),(21825,740,'_wp_http_referer','/register/'),(21827,740,'um_user_profile_url_slug_user_login','carrolwendt19'),(21829,740,'full_name','carrol wendt'),(21830,740,'account_status','approved'),(21831,740,'session_tokens','a:1:{s:64:\"9435878f1c36c74eb985898cf7082f42ff22010c292feeabeb54e8d84f995288\";a:4:{s:10:\"expiration\";i:1584235481;s:2:\"ip\";s:15:\"165.231.130.186\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568683481;}}'),(21832,740,'_um_last_login','1568665481'),(21833,740,'um_account_secure_fields','a:0:{}'),(21834,741,'nickname','georginadyv'),(21835,741,'first_name','Georgina'),(21836,741,'last_name','Chavers'),(21837,741,'description',''),(21838,741,'rich_editing','true'),(21839,741,'syntax_highlighting','true'),(21840,741,'comment_shortcuts','false'),(21841,741,'admin_color','fresh'),(21842,741,'use_ssl','0'),(21843,741,'show_admin_bar_front','true'),(21844,741,'locale',''),(21845,741,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21846,741,'wp_user_level','0'),(21847,741,'_yoast_wpseo_profile_updated','1568683909'),(21848,741,'dismissed_wp_pointers',''),(21849,741,'synced_gravatar_hashed_id','f31e94b2a92231ce60acd6a235c3fd86'),(21850,741,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568665901\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"georginadyv\";s:10:\"first_name\";s:8:\"Georgina\";s:9:\"last_name\";s:7:\"Chavers\";s:10:\"user_email\";s:21:\"myduyexbeulse@aol.com\";}'),(21851,741,'form_id','17'),(21852,741,'timestamp','1568665901'),(21853,741,'request',''),(21854,741,'_wpnonce','51022b3c9f'),(21855,741,'_wp_http_referer','/register/'),(21857,741,'um_user_profile_url_slug_user_login','georginadyv'),(21859,741,'full_name','georgina chavers'),(21860,741,'account_status','approved'),(21861,741,'session_tokens','a:1:{s:64:\"20e9498b618285ab1266092d8e24052f612ba38a8e450c048e806ad4526bf9d8\";a:4:{s:10:\"expiration\";i:1584235909;s:2:\"ip\";s:14:\"63.141.229.170\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568683909;}}'),(21862,741,'_um_last_login','1568665909'),(21863,741,'um_account_secure_fields','a:0:{}'),(21864,742,'nickname','acrharry702'),(21865,742,'first_name','Harry'),(21866,742,'last_name','Michalski'),(21867,742,'description',''),(21868,742,'rich_editing','true'),(21869,742,'syntax_highlighting','true'),(21870,742,'comment_shortcuts','false'),(21871,742,'admin_color','fresh'),(21872,742,'use_ssl','0'),(21873,742,'show_admin_bar_front','true'),(21874,742,'locale',''),(21875,742,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21876,742,'wp_user_level','0'),(21877,742,'_yoast_wpseo_profile_updated','1568684436'),(21878,742,'dismissed_wp_pointers',''),(21879,742,'synced_gravatar_hashed_id','d3144f1d918f166917555bf0c519e5b4'),(21880,742,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568666428\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:11:\"acrharry702\";s:10:\"first_name\";s:5:\"Harry\";s:9:\"last_name\";s:9:\"Michalski\";s:10:\"user_email\";s:27:\"Harry_Michalski25@gmail.com\";}'),(21881,742,'form_id','17'),(21882,742,'timestamp','1568666428'),(21883,742,'request',''),(21884,742,'_wpnonce','51022b3c9f'),(21885,742,'_wp_http_referer','/register/'),(21887,742,'um_user_profile_url_slug_user_login','acrharry702'),(21889,742,'full_name','harry michalski'),(21890,742,'account_status','approved'),(21891,742,'session_tokens','a:1:{s:64:\"12c6fc32b78d46108b1bfff4482c5791bb42226522b07373b847a6be6ed2dc80\";a:4:{s:10:\"expiration\";i:1584236437;s:2:\"ip\";s:13:\"91.108.176.45\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568684437;}}'),(21892,742,'_um_last_login','1568666437'),(21893,742,'um_account_secure_fields','a:0:{}'),(21894,743,'nickname','abellogue2991'),(21895,743,'first_name','Abel'),(21896,743,'last_name','Logue'),(21897,743,'description',''),(21898,743,'rich_editing','true'),(21899,743,'syntax_highlighting','true'),(21900,743,'comment_shortcuts','false'),(21901,743,'admin_color','fresh'),(21902,743,'use_ssl','0'),(21903,743,'show_admin_bar_front','true'),(21904,743,'locale',''),(21905,743,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21906,743,'wp_user_level','0'),(21907,743,'_yoast_wpseo_profile_updated','1568685178'),(21908,743,'dismissed_wp_pointers',''),(21909,743,'synced_gravatar_hashed_id','e91687c8299eec73cbf0a3f7a1954b98'),(21910,743,'submitted','a:9:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568667169\";s:7:\"request\";s:0:\"\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:10:\"/register/\";s:10:\"user_login\";s:13:\"abellogue2991\";s:10:\"first_name\";s:4:\"Abel\";s:9:\"last_name\";s:5:\"Logue\";s:10:\"user_email\";s:22:\"Abel-Logue60@gmail.com\";}'),(21911,743,'form_id','17'),(21912,743,'timestamp','1568667169'),(21913,743,'request',''),(21914,743,'_wpnonce','51022b3c9f'),(21915,743,'_wp_http_referer','/register/'),(21917,743,'um_user_profile_url_slug_user_login','abellogue2991'),(21919,743,'full_name','abel logue'),(21920,743,'account_status','approved'),(21921,743,'session_tokens','a:1:{s:64:\"00dd2c234e97457ba00180b14bd294cc16edda19f1001acd83289ac9d9f07ee3\";a:4:{s:10:\"expiration\";i:1584237179;s:2:\"ip\";s:15:\"165.231.130.156\";s:2:\"ua\";s:69:\"Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17\";s:5:\"login\";i:1568685179;}}'),(21922,743,'_um_last_login','1568667179'),(21923,743,'um_account_secure_fields','a:0:{}'),(21924,301,'simplefavorites','a:1:{i:0;a:3:{s:7:\"site_id\";i:1;s:5:\"posts\";a:5:{i:0;s:4:\"7662\";i:1;s:4:\"5200\";i:2;s:4:\"9455\";i:3;s:4:\"9474\";i:4;s:1:\"3\";}s:6:\"groups\";a:1:{i:0;a:4:{s:8:\"group_id\";i:1;s:7:\"site_id\";i:1;s:10:\"group_name\";s:12:\"Default List\";s:5:\"posts\";a:5:{i:0;s:4:\"7662\";i:1;s:4:\"5200\";i:2;s:4:\"9455\";i:3;s:4:\"9474\";i:4;s:1:\"3\";}}}}}'),(21925,744,'nickname','fabian8404'),(21926,744,'first_name','Fabian'),(21927,744,'last_name','Want'),(21928,744,'description',''),(21929,744,'rich_editing','true'),(21930,744,'syntax_highlighting','true'),(21931,744,'comment_shortcuts','false'),(21932,744,'admin_color','fresh'),(21933,744,'use_ssl','0'),(21934,744,'show_admin_bar_front','true'),(21935,744,'locale',''),(21936,744,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21937,744,'wp_user_level','0'),(21938,744,'_yoast_wpseo_profile_updated','1568704997'),(21939,744,'dismissed_wp_pointers',''),(21940,744,'synced_gravatar_hashed_id','1c5662ea21887801850cbf4545822b2c'),(21941,744,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568686966\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:10:\"fabian8404\";s:10:\"first_name\";s:6:\"Fabian\";s:9:\"last_name\";s:4:\"Want\";s:10:\"user_email\";s:45:\"Fabian-Want@giannitti.modernsailorclothes.com\";}'),(21942,744,'form_id','17'),(21943,744,'timestamp','1568686966'),(21944,744,'request',''),(21945,744,'redirect_to','https://buzz-caribbean.com/register/'),(21946,744,'_wpnonce','51022b3c9f'),(21947,744,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(21949,744,'um_user_profile_url_slug_user_login','fabian8404'),(21951,744,'full_name','fabian want'),(21952,744,'account_status','approved'),(21953,745,'nickname','raulcalderone'),(21954,745,'first_name','Raul'),(21955,745,'last_name','Calderone'),(21956,745,'description',''),(21957,745,'rich_editing','true'),(21958,745,'syntax_highlighting','true'),(21959,745,'comment_shortcuts','false'),(21960,745,'admin_color','fresh'),(21961,745,'use_ssl','0'),(21962,745,'show_admin_bar_front','true'),(21963,745,'locale',''),(21964,745,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21965,745,'wp_user_level','0'),(21966,745,'_yoast_wpseo_profile_updated','1568720915'),(21967,745,'dismissed_wp_pointers',''),(21968,745,'synced_gravatar_hashed_id','ddb7f4b6bde2fa58e560217fc1a167e1'),(21969,745,'submitted','a:10:{s:7:\"form_id\";s:2:\"17\";s:9:\"timestamp\";s:10:\"1568702888\";s:7:\"request\";s:0:\"\";s:11:\"redirect_to\";s:36:\"https://buzz-caribbean.com/register/\";s:8:\"_wpnonce\";s:10:\"51022b3c9f\";s:16:\"_wp_http_referer\";s:59:\"/register/?redirect_to=https://buzz-caribbean.com/register/\";s:10:\"user_login\";s:13:\"raulcalderone\";s:10:\"first_name\";s:4:\"Raul\";s:9:\"last_name\";s:9:\"Calderone\";s:10:\"user_email\";s:46:\"Raul_Calderone@coan.antiquerestorationwork.com\";}'),(21970,745,'form_id','17'),(21971,745,'timestamp','1568702888'),(21972,745,'request',''),(21973,745,'redirect_to','https://buzz-caribbean.com/register/'),(21974,745,'_wpnonce','51022b3c9f'),(21975,745,'_wp_http_referer','/register/?redirect_to=https://buzz-caribbean.com/register/'),(21977,745,'um_user_profile_url_slug_user_login','raulcalderone'),(21979,745,'full_name','raul calderone'),(21980,745,'account_status','approved'),(21981,728,'account_status','approved'),(21982,698,'account_status','approved'),(21983,726,'account_status','approved'),(21984,260,'account_status','approved'),(21985,258,'account_status','approved'),(21986,282,'account_status','approved'),(21987,286,'account_status','approved'),(21988,303,'account_status','approved'),(21989,301,'account_status','approved'),(21990,259,'account_status','approved'),(21991,746,'nickname','werwer werwer'),(21992,746,'first_name','werwer'),(21993,746,'last_name','werwer'),(21994,746,'description',''),(21995,746,'rich_editing','true'),(21996,746,'syntax_highlighting','true'),(21997,746,'comment_shortcuts','false'),(21998,746,'admin_color','fresh'),(21999,746,'use_ssl','0'),(22000,746,'show_admin_bar_front','true'),(22001,746,'locale',''),(22002,746,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(22003,746,'wp_user_level','0'),(22004,746,'synced_gravatar_hashed_id','ce30d01ad248f9441d48cf8b843388be'),(22005,746,'gender','a:1:{i:0;N;}'),(22006,746,'city','werwer'),(22007,746,'country','Albania'),(22008,746,'session_tokens','a:1:{s:64:\"f0c2276b9ee9480a9ef3d502e473d4a274421e0b0b86ab98b7c701ba0b203017\";a:4:{s:10:\"expiration\";i:1570018984;s:2:\"ip\";s:14:\"186.233.111.61\";s:2:\"ua\";s:84:\"Buzz Caribbean/1.0.2 (com.cappen.buzzcaribbean; build:5; iOS 12.2.0) Alamofire/4.8.0\";s:5:\"login\";i:1568809384;}}'),(22009,746,'_um_last_login','1568791384'),(22010,746,'simplefavorites','a:1:{i:0;a:3:{s:7:\"site_id\";i:1;s:5:\"posts\";a:2:{i:0;s:4:\"9219\";i:1;s:4:\"9546\";}s:6:\"groups\";a:1:{i:0;a:4:{s:8:\"group_id\";i:1;s:7:\"site_id\";i:1;s:10:\"group_name\";s:12:\"Default List\";s:5:\"posts\";a:2:{i:0;s:4:\"9219\";i:1;s:4:\"9546\";}}}}}'),(22011,3,'password_rst_attempts','1'),(22012,747,'nickname','utuytyut uytuyt'),(22013,747,'first_name','utuytyut'),(22014,747,'last_name','uytuyt'),(22015,747,'description',''),(22016,747,'rich_editing','true'),(22017,747,'syntax_highlighting','true'),(22018,747,'comment_shortcuts','false'),(22019,747,'admin_color','fresh'),(22020,747,'use_ssl','0'),(22021,747,'show_admin_bar_front','true'),(22022,747,'locale',''),(22023,747,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(22024,747,'wp_user_level','0'),(22025,747,'synced_gravatar_hashed_id','f371f3719e0f49d4c612e27f8bbce5af'),(22026,747,'gender','a:1:{i:0;N;}'),(22027,747,'city','yutuytuyt'),(22028,747,'country','Albania'),(22029,747,'session_tokens','a:1:{s:64:\"d2f5eae4ed523b6f50243b3d4ef87dcf960e5e5520e7cea145f29d301bd5a21f\";a:4:{s:10:\"expiration\";i:1570210655;s:2:\"ip\";s:14:\"186.233.111.61\";s:2:\"ua\";s:84:\"Buzz Caribbean/1.0.3 (com.cappen.buzzcaribbean; build:6; iOS 12.2.0) Alamofire/4.8.0\";s:5:\"login\";i:1569001055;}}'),(22030,747,'_um_last_login','1568983055'),(22032,260,'default_password_nag',''),(22033,260,'um_account_secure_fields','a:0:{}'),(22034,747,'simplefavorites','a:1:{i:0;a:3:{s:7:\"site_id\";i:1;s:5:\"posts\";a:1:{i:0;s:4:\"9546\";}s:6:\"groups\";a:1:{i:0;a:4:{s:8:\"group_id\";i:1;s:7:\"site_id\";i:1;s:10:\"group_name\";s:12:\"Default List\";s:5:\"posts\";a:1:{i:0;s:4:\"9546\";}}}}}'),(22035,260,'appliedjobs','a:28:{i:0;s:3:\"421\";i:1;s:4:\"8899\";i:2;s:4:\"8899\";i:3;s:4:\"8899\";i:4;s:4:\"8899\";i:5;s:4:\"8899\";i:6;s:4:\"8899\";i:7;s:4:\"8899\";i:8;s:4:\"8899\";i:9;s:4:\"8899\";i:10;s:4:\"8899\";i:11;s:4:\"8899\";i:12;s:4:\"8899\";i:13;s:4:\"8899\";i:14;s:4:\"8899\";i:15;s:4:\"8899\";i:16;s:4:\"8899\";i:17;s:4:\"8899\";i:18;s:4:\"8899\";i:19;s:4:\"8899\";i:20;s:4:\"8899\";i:21;s:4:\"8899\";i:22;s:4:\"8899\";i:23;s:4:\"8899\";i:24;s:4:\"8899\";i:25;s:4:\"8899\";i:26;s:3:\"889\";i:27;s:3:\"889\";}'),(22036,260,'simplefavorites','a:1:{i:0;a:3:{s:7:\"site_id\";i:1;s:5:\"posts\";a:2:{i:0;s:3:\"421\";i:1;s:4:\"8899\";}s:6:\"groups\";a:1:{i:0;a:4:{s:8:\"group_id\";i:1;s:7:\"site_id\";i:1;s:10:\"group_name\";s:12:\"Default List\";s:5:\"posts\";a:2:{i:0;s:3:\"421\";i:1;s:4:\"8899\";}}}}}'),(22037,748,'nickname','jsjs djjsjs'),(22038,748,'first_name','jsjs'),(22039,748,'last_name','djjsjs'),(22040,748,'description',''),(22041,748,'rich_editing','true'),(22042,748,'syntax_highlighting','true'),(22043,748,'comment_shortcuts','false'),(22044,748,'admin_color','fresh'),(22045,748,'use_ssl','0'),(22046,748,'show_admin_bar_front','true'),(22047,748,'locale',''),(22048,748,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(22049,748,'wp_user_level','0'),(22050,748,'synced_gravatar_hashed_id','4041e42a2ea9e6816c6f6cd3485349ae'),(22051,748,'gender','a:1:{i:0;s:0:\"\";}'),(22052,748,'city','hdhshs'),(22053,748,'country','Afghanistan'),(22054,748,'session_tokens','a:13:{s:64:\"1422309d93bfe55562d2ee7b349ce39deb2cbc7622457a5404591b2f45060f5f\";a:4:{s:10:\"expiration\";i:1592685400;s:2:\"ip\";s:14:\"187.105.103.75\";s:2:\"ua\";s:74:\"Dalvik/2.1.0 (Linux; U; Android 9; moto g(7) power Build/PPOS29.114-134-7)\";s:5:\"login\";i:1577133400;}s:64:\"7270b2b7078e08255d43baeebe3433e11e9cc4898793c9ddd95d7a635c603400\";a:4:{s:10:\"expiration\";i:1593872864;s:2:\"ip\";s:14:\"187.105.103.75\";s:2:\"ua\";s:74:\"Dalvik/2.1.0 (Linux; U; Android 9; moto g(7) power Build/PPOS29.114-134-7)\";s:5:\"login\";i:1578320864;}s:64:\"486757b4e3db5ba1c2bb1ef6adec3640b4a6e64c392464117a56c01d953c14ea\";a:4:{s:10:\"expiration\";i:1593873106;s:2:\"ip\";s:14:\"187.105.103.75\";s:2:\"ua\";s:85:\"Buzz Caribbean/1.4.2 (com.cappen.buzzcaribbean; build:17; iOS 12.4.0) Alamofire/4.9.0\";s:5:\"login\";i:1578321106;}s:64:\"e1226a6e256dbec9a619f65281b2171d6736fe685f7ee457de08eb01e6162b50\";a:4:{s:10:\"expiration\";i:1593886859;s:2:\"ip\";s:14:\"187.105.103.75\";s:2:\"ua\";s:74:\"Dalvik/2.1.0 (Linux; U; Android 9; moto g(7) power Build/PPOS29.114-134-7)\";s:5:\"login\";i:1578334859;}s:64:\"fc7c5cd4fdbd675f061050577093ed0d68874cfb0adc87e5aa406e774dafdf4a\";a:4:{s:10:\"expiration\";i:1593889531;s:2:\"ip\";s:14:\"187.105.103.75\";s:2:\"ua\";s:85:\"Buzz Caribbean/1.4.2 (com.cappen.buzzcaribbean; build:17; iOS 12.4.0) Alamofire/4.9.0\";s:5:\"login\";i:1578337531;}s:64:\"d7f9e4043480e8e41123727a17eead3443fc1e008fda0ded1438769b52090ee5\";a:4:{s:10:\"expiration\";i:1593966358;s:2:\"ip\";s:14:\"187.105.103.75\";s:2:\"ua\";s:85:\"Buzz Caribbean/1.4.2 (com.cappen.buzzcaribbean; build:17; iOS 12.4.0) Alamofire/4.9.0\";s:5:\"login\";i:1578414358;}s:64:\"abb9762c12ed4fdc36c8ba2db38135e7546a43f63bff2af352c233219ec65989\";a:4:{s:10:\"expiration\";i:1593966445;s:2:\"ip\";s:14:\"187.105.103.75\";s:2:\"ua\";s:74:\"Dalvik/2.1.0 (Linux; U; Android 9; moto g(7) power Build/PPOS29.114-134-7)\";s:5:\"login\";i:1578414445;}s:64:\"10a0d0af90f3bc2763914e48814a4c136b97e14e7f4db3250dbae3a264662589\";a:4:{s:10:\"expiration\";i:1593969364;s:2:\"ip\";s:14:\"187.105.103.75\";s:2:\"ua\";s:85:\"Buzz Caribbean/1.4.2 (com.cappen.buzzcaribbean; build:17; iOS 12.4.0) Alamofire/4.9.0\";s:5:\"login\";i:1578417364;}s:64:\"d0f1b8c49c34306787660e2182d56e7b3f66e9fc54d0f1bfe55923696b64039c\";a:4:{s:10:\"expiration\";i:1593969401;s:2:\"ip\";s:14:\"187.105.103.75\";s:2:\"ua\";s:74:\"Dalvik/2.1.0 (Linux; U; Android 9; moto g(7) power Build/PPOS29.114-134-7)\";s:5:\"login\";i:1578417401;}s:64:\"2e214cb9d0d9cc558d6f83e92ef18a60c92fbddb6f820bec96476ec5e9c7c908\";a:4:{s:10:\"expiration\";i:1593970628;s:2:\"ip\";s:14:\"187.105.103.75\";s:2:\"ua\";s:85:\"Buzz Caribbean/1.4.2 (com.cappen.buzzcaribbean; build:17; iOS 12.4.0) Alamofire/4.9.0\";s:5:\"login\";i:1578418628;}s:64:\"c842f0064c59bac73c43fd600e7db731c164316efac87c33f0900a56228b474e\";a:4:{s:10:\"expiration\";i:1593970653;s:2:\"ip\";s:14:\"187.105.103.75\";s:2:\"ua\";s:74:\"Dalvik/2.1.0 (Linux; U; Android 9; moto g(7) power Build/PPOS29.114-134-7)\";s:5:\"login\";i:1578418653;}s:64:\"96302409cac880f3cd570e70cb11ee0d78beb079f79ee0bc66f50d594130f412\";a:4:{s:10:\"expiration\";i:1593970692;s:2:\"ip\";s:14:\"187.105.103.75\";s:2:\"ua\";s:85:\"Buzz Caribbean/1.4.2 (com.cappen.buzzcaribbean; build:17; iOS 12.4.0) Alamofire/4.9.0\";s:5:\"login\";i:1578418692;}s:64:\"6d3e64e6fad47e15acbc6e17aec7edaad9d0c27aa94e1036f42e54cb5d8e48a2\";a:4:{s:10:\"expiration\";i:1593971723;s:2:\"ip\";s:14:\"187.105.103.75\";s:2:\"ua\";s:85:\"Buzz Caribbean/1.4.2 (com.cappen.buzzcaribbean; build:17; iOS 12.4.0) Alamofire/4.9.0\";s:5:\"login\";i:1578419723;}}'),(22055,748,'_um_last_login','1578401723'),(22056,748,'simplefavorites','a:1:{i:0;a:3:{s:7:\"site_id\";i:1;s:5:\"posts\";a:5:{i:0;s:4:\"9546\";i:2;s:4:\"9536\";i:3;s:4:\"9480\";i:4;s:4:\"9552\";i:5;s:4:\"9373\";}s:6:\"groups\";a:1:{i:0;a:4:{s:8:\"group_id\";i:1;s:7:\"site_id\";i:1;s:10:\"group_name\";s:12:\"Default List\";s:5:\"posts\";a:5:{i:0;s:4:\"9546\";i:2;s:4:\"9536\";i:3;s:4:\"9480\";i:4;s:4:\"9552\";i:5;s:4:\"9373\";}}}}}'),(22057,748,'um_account_secure_fields','a:0:{}'),(22058,749,'nickname','iuyiuy iuyiuy'),(22059,749,'first_name','iuyiuy'),(22060,749,'last_name','iuyiuy'),(22061,749,'description',''),(22062,749,'rich_editing','true'),(22063,749,'syntax_highlighting','true'),(22064,749,'comment_shortcuts','false'),(22065,749,'admin_color','fresh'),(22066,749,'use_ssl','0'),(22067,749,'show_admin_bar_front','true'),(22068,749,'locale',''),(22069,749,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(22070,749,'wp_user_level','0'),(22071,749,'synced_gravatar_hashed_id','2e4a804f07131904bf3a6cc8fea9199e'),(22072,749,'gender','a:1:{i:0;N;}'),(22073,749,'city','123213'),(22074,749,'country','Albania'),(22075,749,'session_tokens','a:1:{s:64:\"0ec3804b0946ee8a65dd4e075f20f6e759ca9d0f94664fe4074f2f64f28fc992\";a:4:{s:10:\"expiration\";i:1571164968;s:2:\"ip\";s:14:\"186.233.111.79\";s:2:\"ua\";s:84:\"Buzz Caribbean/1.0.3 (com.cappen.buzzcaribbean; build:6; iOS 12.2.0) Alamofire/4.8.0\";s:5:\"login\";i:1569955368;}}'),(22076,749,'_um_last_login','1569937368'),(22077,749,'appliedjobs','a:2:{i:0;i:8899;i:1;i:8899;}'),(22078,749,'simplefavorites','a:1:{i:0;a:3:{s:7:\"site_id\";i:1;s:5:\"posts\";a:0:{}s:6:\"groups\";a:1:{i:0;a:4:{s:8:\"group_id\";i:1;s:7:\"site_id\";i:1;s:10:\"group_name\";s:12:\"Default List\";s:5:\"posts\";a:0:{}}}}}'),(22079,12,'default_password_nag',''),(22081,260,'profile_photo','profile_photo.png'),(22082,750,'nickname','Gabriela Cinco'),(22083,750,'first_name','Gabriela'),(22084,750,'last_name','Cinco'),(22085,750,'description',''),(22086,750,'rich_editing','true'),(22087,750,'syntax_highlighting','true'),(22088,750,'comment_shortcuts','false'),(22089,750,'admin_color','fresh'),(22090,750,'use_ssl','0'),(22091,750,'show_admin_bar_front','true'),(22092,750,'locale',''),(22093,750,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(22094,750,'wp_user_level','0'),(22095,750,'synced_gravatar_hashed_id','61acceadae476231b18dc4e27921a9eb'),(22096,750,'profile_photo','profile_photo.png'),(22097,750,'gender','a:1:{i:0;N;}'),(22098,750,'city','Recife'),(22099,750,'country','Brazil'),(22100,750,'session_tokens','a:1:{s:64:\"a6730fec9a12fb539815adebf107a90c37b929fcee89e3b9f7d6a3ccece7512c\";a:4:{s:10:\"expiration\";i:1571921785;s:2:\"ip\";s:15:\"177.159.208.148\";s:2:\"ua\";s:21:\"PostmanRuntime/7.17.1\";s:5:\"login\";i:1570712185;}}'),(22101,750,'_um_last_login','1570694185'),(22102,751,'nickname','Gabriela Seis'),(22103,751,'first_name','Gabriela'),(22104,751,'last_name','Seis'),(22105,751,'description',''),(22106,751,'rich_editing','true'),(22107,751,'syntax_highlighting','true'),(22108,751,'comment_shortcuts','false'),(22109,751,'admin_color','fresh'),(22110,751,'use_ssl','0'),(22111,751,'show_admin_bar_front','true'),(22112,751,'locale',''),(22113,751,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(22114,751,'wp_user_level','0'),(22115,751,'synced_gravatar_hashed_id','3013e56e1873fc1d4004cb7847d274c8'),(22116,751,'profile_photo','profile_photo.png'),(22117,751,'gender','a:1:{i:0;N;}'),(22118,751,'city','Recife'),(22119,751,'country','Brazil'),(22120,751,'session_tokens','a:1:{s:64:\"e05a973501d26a35d9f9c75152c9a94a563240fb5c61ab75a124fa867f81e5b3\";a:4:{s:10:\"expiration\";i:1571922014;s:2:\"ip\";s:15:\"177.159.208.148\";s:2:\"ua\";s:21:\"PostmanRuntime/7.17.1\";s:5:\"login\";i:1570712414;}}'),(22121,751,'_um_last_login','1570694414'),(22122,752,'nickname','Gabriela Sete'),(22123,752,'first_name','Gabriela'),(22124,752,'last_name','Sete'),(22125,752,'description',''),(22126,752,'rich_editing','true'),(22127,752,'syntax_highlighting','true'),(22128,752,'comment_shortcuts','false'),(22129,752,'admin_color','fresh'),(22130,752,'use_ssl','0'),(22131,752,'show_admin_bar_front','true'),(22132,752,'locale',''),(22133,752,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(22134,752,'wp_user_level','0'),(22135,752,'synced_gravatar_hashed_id','dfe4611432d7a6c921e7b34dbc00858a'),(22136,752,'profile_photo','profile_photo.png'),(22137,752,'gender','a:1:{i:0;N;}'),(22138,752,'city','Recife'),(22139,752,'country','Brazil'),(22140,752,'session_tokens','a:1:{s:64:\"d2ffb5b5117777a9d249c9fe265bfae9a71152f8962b7a15ceefbf502629bcfb\";a:4:{s:10:\"expiration\";i:1571922127;s:2:\"ip\";s:15:\"177.159.208.148\";s:2:\"ua\";s:21:\"PostmanRuntime/7.17.1\";s:5:\"login\";i:1570712527;}}'),(22141,752,'_um_last_login','1570694527'),(22142,753,'nickname','Gabriela Oito'),(22143,753,'first_name','Gabriela'),(22144,753,'last_name','Oito'),(22145,753,'description',''),(22146,753,'rich_editing','true'),(22147,753,'syntax_highlighting','true'),(22148,753,'comment_shortcuts','false'),(22149,753,'admin_color','fresh'),(22150,753,'use_ssl','0'),(22151,753,'show_admin_bar_front','true'),(22152,753,'locale',''),(22153,753,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(22154,753,'wp_user_level','0'),(22155,753,'synced_gravatar_hashed_id','284b77c77434b50792dca0842a27b265'),(22156,753,'profile_photo','profile_photo.png'),(22157,753,'gender','a:1:{i:0;N;}'),(22158,753,'city','Recife'),(22159,753,'country','Brazil'),(22160,753,'session_tokens','a:1:{s:64:\"a439c5c8894c6fb2573ecfffb283959a8baca18a9dc28859752a6baa16412fa8\";a:4:{s:10:\"expiration\";i:1571922177;s:2:\"ip\";s:15:\"177.159.208.148\";s:2:\"ua\";s:21:\"PostmanRuntime/7.17.1\";s:5:\"login\";i:1570712577;}}'),(22161,753,'_um_last_login','1570694577'),(22162,754,'nickname','Gabriela Batista'),(22163,754,'first_name','Gabriela'),(22164,754,'last_name','Batista'),(22165,754,'description',''),(22166,754,'rich_editing','true'),(22167,754,'syntax_highlighting','true'),(22168,754,'comment_shortcuts','false'),(22169,754,'admin_color','fresh'),(22170,754,'use_ssl','0'),(22171,754,'show_admin_bar_front','true'),(22172,754,'locale',''),(22173,754,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(22174,754,'wp_user_level','0'),(22175,754,'synced_gravatar_hashed_id','bcc04d25ff9d73e28f5b7d53a5180bcd'),(22176,754,'profile_photo','profile_photo.png'),(22177,754,'gender','a:1:{i:0;s:6:\"Female\";}'),(22178,754,'city','Recife'),(22179,754,'country','Antigua and Barbuda'),(22180,754,'session_tokens','a:9:{s:64:\"58f57614fd849764590f7a2bd8146675f27e6bf40eacf761d45576dbd4eecad0\";a:4:{s:10:\"expiration\";i:1586284481;s:2:\"ip\";s:15:\"177.159.208.148\";s:2:\"ua\";s:21:\"PostmanRuntime/7.17.1\";s:5:\"login\";i:1570732481;}s:64:\"0af7e6cd44f54448e3f94f619b5632cdcab79bb284a37cb73c037906f556b943\";a:4:{s:10:\"expiration\";i:1586284773;s:2:\"ip\";s:15:\"177.159.208.148\";s:2:\"ua\";s:21:\"PostmanRuntime/7.17.1\";s:5:\"login\";i:1570732773;}s:64:\"4d74eef685cae509f295b390df39aad9a73bb969c7f5e6f6b6c2de759a9bb27f\";a:4:{s:10:\"expiration\";i:1587494728;s:2:\"ip\";s:14:\"179.182.99.226\";s:2:\"ua\";s:21:\"PostmanRuntime/7.19.0\";s:5:\"login\";i:1571942728;}s:64:\"9b4060cfcc6738a71d4a6f2dacf8ffe30047df16a65888a3eb202a664bbabde5\";a:4:{s:10:\"expiration\";i:1587494825;s:2:\"ip\";s:14:\"179.182.99.226\";s:2:\"ua\";s:21:\"PostmanRuntime/7.19.0\";s:5:\"login\";i:1571942825;}s:64:\"820e2b14e412c3fcab0eadacde29b832ba2e8a126d3cb03fcf721432d21f3db7\";a:4:{s:10:\"expiration\";i:1590007237;s:2:\"ip\";s:15:\"186.223.143.166\";s:2:\"ua\";s:21:\"PostmanRuntime/7.20.1\";s:5:\"login\";i:1574455237;}s:64:\"2ced0dec631e63f3f7f9d44f45c26e906ad7a987b7238f4bc4c8a0c76189f814\";a:4:{s:10:\"expiration\";i:1592678680;s:2:\"ip\";s:15:\"186.223.143.166\";s:2:\"ua\";s:21:\"PostmanRuntime/7.21.0\";s:5:\"login\";i:1577126680;}s:64:\"61483a1752c39595de3d738652ecabcb5ff9cf25ae1960c452b665dfecacb270\";a:4:{s:10:\"expiration\";i:1592920714;s:2:\"ip\";s:15:\"186.223.143.166\";s:2:\"ua\";s:71:\"Dalvik/2.1.0 (Linux; U; Android 9; Redmi Note 7 MIUI/V11.0.4.0.PFGEUXM)\";s:5:\"login\";i:1577368714;}s:64:\"dd1b49e5554fe7a9bc58d5fe976b4c2b8e9d5eead84a63083eaf4d83bccd483a\";a:4:{s:10:\"expiration\";i:1600436341;s:2:\"ip\";s:15:\"186.223.143.166\";s:2:\"ua\";s:21:\"PostmanRuntime/7.22.0\";s:5:\"login\";i:1584884341;}s:64:\"fd13e50ecd58e3630d84f2e07181f536bf73e4b7d76fe9b1cb35df5eeac580e6\";a:4:{s:10:\"expiration\";i:1600436483;s:2:\"ip\";s:15:\"186.223.143.166\";s:2:\"ua\";s:60:\"Dalvik/2.1.0 (Linux; U; Android 8.1.0; SM-G610M Build/M1AJQ)\";s:5:\"login\";i:1584884483;}}'),(22181,754,'_um_last_login','1584866483'),(22182,754,'account_status','approved'),(22183,753,'account_status','approved'),(22184,752,'account_status','approved'),(22185,751,'account_status','approved'),(22186,750,'account_status','approved'),(22187,749,'account_status','approved'),(22188,748,'account_status','approved'),(22189,747,'account_status','approved'),(22190,746,'account_status','approved'),(22191,754,'um_user_profile_url_slug_user_login','gabriela9'),(22192,753,'um_user_profile_url_slug_user_login','gabriela8'),(22193,752,'um_user_profile_url_slug_user_login','gabriela7'),(22194,751,'um_user_profile_url_slug_user_login','gabriela6'),(22195,750,'um_user_profile_url_slug_user_login','gabriela5'),(22196,749,'um_user_profile_url_slug_user_login','iuyuiy'),(22197,748,'um_user_profile_url_slug_user_login','ponce22'),(22198,747,'um_user_profile_url_slug_user_login','uytuyt'),(22199,746,'um_user_profile_url_slug_user_login','iuyiuy'),(22200,755,'nickname','Gabriela Batista'),(22201,755,'first_name','Gabriela'),(22202,755,'last_name','Batista'),(22203,755,'description',''),(22204,755,'rich_editing','true'),(22205,755,'syntax_highlighting','true'),(22206,755,'comment_shortcuts','false'),(22207,755,'admin_color','fresh'),(22208,755,'use_ssl','0'),(22209,755,'show_admin_bar_front','true'),(22210,755,'locale',''),(22211,755,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(22212,755,'wp_user_level','0'),(22213,755,'dismissed_wp_pointers',''),(22214,755,'gender','a:1:{i:0;s:6:\"Female\";}'),(22215,755,'city','Recife'),(22216,755,'country','Antigua and Barbuda'),(22217,755,'alert_breaknews',''),(22218,755,'alert_promotional','1'),(22219,755,'alert_updates','1'),(22220,755,'alert_general','1'),(22221,755,'session_tokens','a:1:{s:64:\"263430749e391512a7482efd88b029c94f62b28ce9bd42c483dc3a1d15845fca\";a:4:{s:10:\"expiration\";i:1591733801;s:2:\"ip\";s:13:\"177.41.12.142\";s:2:\"ua\";s:21:\"PostmanRuntime/7.20.1\";s:5:\"login\";i:1576181801;}}'),(22222,755,'account_status','approved'),(22223,755,'um_user_profile_url_slug_user_login','gabs'),(22224,755,'profile_photo','profile_photo.png'),(22225,755,'profile_photo','profile_photo.png'),(22226,259,'alert_breaknews','1'),(22227,259,'alert_promotional',''),(22228,259,'alert_updates',''),(22229,259,'alert_general','1'),(22230,756,'nickname','Gabriela Batista Silva'),(22231,756,'first_name','Gabriela'),(22232,756,'last_name','Batista Silva'),(22233,756,'description',''),(22234,756,'rich_editing','true'),(22235,756,'syntax_highlighting','true'),(22236,756,'comment_shortcuts','false'),(22237,756,'admin_color','fresh'),(22238,756,'use_ssl','0'),(22239,756,'show_admin_bar_front','true'),(22240,756,'locale',''),(22241,756,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(22242,756,'wp_user_level','0'),(22243,756,'dismissed_wp_pointers',''),(22244,756,'synced_gravatar_hashed_id','d69067d4b8ac2dc171c5da5cdd1dbed6'),(22245,756,'gender','a:1:{i:0;N;}'),(22246,756,'city',''),(22247,756,'country',''),(22248,756,'alert_breaknews',''),(22249,756,'alert_promotional',''),(22250,756,'alert_updates',''),(22251,756,'alert_general','1'),(22252,756,'session_tokens','a:1:{s:64:\"7e78e5f774837d66ca06366d3e568e90b47fa8e35f222e093025b2de8f50e220\";a:4:{s:10:\"expiration\";i:1592678789;s:2:\"ip\";s:15:\"186.223.143.166\";s:2:\"ua\";s:21:\"PostmanRuntime/7.21.0\";s:5:\"login\";i:1577126789;}}'),(22253,756,'_um_last_login','1577108789'),(22254,754,'alert_breaknews','1'),(22255,754,'alert_promotional','1'),(22256,754,'alert_updates','1'),(22257,754,'alert_general','1'),(22258,259,'profile_photo','profile_photo.png'),(22259,259,'profile_photo','profile_photo.png'),(22260,757,'nickname','nsns bsjs'),(22261,757,'first_name','nsns'),(22262,757,'last_name','bsjs'),(22263,757,'description',''),(22264,757,'rich_editing','true'),(22265,757,'syntax_highlighting','true'),(22266,757,'comment_shortcuts','false'),(22267,757,'admin_color','fresh'),(22268,757,'use_ssl','0'),(22269,757,'show_admin_bar_front','true'),(22270,757,'locale',''),(22271,757,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(22272,757,'wp_user_level','0'),(22273,757,'dismissed_wp_pointers',''),(22274,757,'synced_gravatar_hashed_id','ccc6185804512000be3782ca0164efd4'),(22275,757,'gender','a:1:{i:0;N;}'),(22276,757,'city','hshhs'),(22277,757,'country','American Samoa'),(22278,757,'alert_breaknews','1'),(22279,757,'alert_promotional','1'),(22280,757,'alert_updates','1'),(22281,757,'alert_general','1'),(22282,757,'session_tokens','a:1:{s:64:\"f11fe2fbcbc56b9fc77ada4c651cf2b3f3e3427520c5b6b36557da88ff4d962d\";a:4:{s:10:\"expiration\";i:1592685453;s:2:\"ip\";s:14:\"187.105.103.75\";s:2:\"ua\";s:74:\"Dalvik/2.1.0 (Linux; U; Android 9; moto g(7) power Build/PPOS29.114-134-7)\";s:5:\"login\";i:1577133453;}}'),(22283,757,'_um_last_login','1577115453'),(22284,2,'alert_breaknews','1'),(22285,2,'alert_promotional','1'),(22286,2,'alert_updates','1'),(22287,2,'alert_general','1'),(22288,748,'alert_breaknews','1'),(22289,748,'alert_promotional',''),(22290,748,'alert_updates',''),(22291,748,'alert_general',''),(22292,758,'nickname','jjkjk njkknj'),(22293,758,'first_name','jjkjk'),(22294,758,'last_name','njkknj'),(22295,758,'description',''),(22296,758,'rich_editing','true'),(22297,758,'syntax_highlighting','true'),(22298,758,'comment_shortcuts','false'),(22299,758,'admin_color','fresh'),(22300,758,'use_ssl','0'),(22301,758,'show_admin_bar_front','true'),(22302,758,'locale',''),(22303,758,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(22304,758,'wp_user_level','0'),(22305,758,'dismissed_wp_pointers',''),(22306,758,'synced_gravatar_hashed_id','ddc36ed56d231e674ec49c9f9b3bcff4'),(22307,758,'gender','a:1:{i:0;N;}'),(22308,758,'city',''),(22309,758,'country',''),(22310,758,'alert_breaknews','1'),(22311,758,'alert_promotional','1'),(22312,758,'alert_updates','1'),(22313,758,'alert_general','1'),(22314,758,'session_tokens','a:1:{s:64:\"ac60da90e59a481a6e080a539b341e7eac3bfd4aa85a065c3db7e749cce3550f\";a:4:{s:10:\"expiration\";i:1593971787;s:2:\"ip\";s:14:\"187.105.103.75\";s:2:\"ua\";s:85:\"Buzz Caribbean/1.4.2 (com.cappen.buzzcaribbean; build:17; iOS 12.4.0) Alamofire/4.9.0\";s:5:\"login\";i:1578419787;}}'),(22315,758,'_um_last_login','1578401787'),(22316,12,'closedpostboxes_push-notification','a:1:{i:0;s:15:\"smpush-meta-box\";}'),(22317,12,'metaboxhidden_push-notification','a:1:{i:0;s:7:\"slugdiv\";}'),(22318,758,'account_status','approved'),(22319,757,'account_status','approved'),(22320,756,'account_status','approved'),(22321,758,'um_user_profile_url_slug_user_login','ponce25'),(22322,757,'um_user_profile_url_slug_user_login','ponce26'),(22323,756,'um_user_profile_url_slug_user_login','gabs3'),(22324,12,'_mylists','a:1:{s:10:\"6d90265345\";b:0;}'),(22325,3,'_mylists','a:1:{s:10:\"6d90265345\";b:0;}'),(22326,7,'_mylists','a:1:{s:10:\"6d90265345\";b:0;}'),(22327,286,'um_user_profile_url_slug_user_login','kir2wander'),(22328,17,'_mylists','a:1:{s:10:\"6d90265345\";b:1;}'),(22329,282,'um_user_profile_url_slug_user_login','janlaing'),(22330,16,'_mylists','a:1:{s:10:\"6d90265345\";b:0;}'),(22331,1,'redeemedoffers','a:1:{i:0;i:9592;}');
/*!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_520_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `spam` tinyint(2) NOT NULL DEFAULT '0',
  `deleted` tinyint(2) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=759 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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,'cappen','$2y$10$pmtzrQtkWpZZ3p4J28aBgu2mqUB62E8MLgY.k1gQharLGggf.nIPy','cappen','dev1@cappen.com','','2019-07-05 13:06:12','',0,'cappen',0,0),(2,'angeiras','$2y$10$QT6hpB08PtWZcHn7bQ08Vuy6DPbNXWptQ1tYmpV50.8OLWMbw7dwy','angeirasw','angeirasw@cappen.com','','2019-07-05 17:10:49','',0,'felipe batista',0,0),(3,'clare','$2y$10$z4vVeqoob3b/.h7BTLoc.OVPB1W/yrXi9aWiMRfM14G0ZxTYmGk5S','clare','clare_@wonderfulandbrilliant.com','','2019-07-05 17:18:06','',0,'clare',0,0),(4,'paul','$2y$10$eeMm8nJQudbO78Ctn.RXueplrKxZIAVIovO7WBiHO7SHuNt6ioJYq','paul','paul@ramblemediagroup.com','','2019-07-05 17:28:54','1562347734:$P$BRvFq1S3JIcVpV1ECsO0R4IFraMIxN.',0,'Paul',0,0),(5,'joyann','$2y$10$UnG0H7Kv/ssh1Y4PUIFDP.vuuoKNIsk.pTHpVsQBeTV3CT3X4spAm','joyann','joyann@ramblemediagroup.com','','2019-07-05 17:38:03','1562348283:$P$B2DnabiyVIp2cFJU8tNlW8q04sWIXF.',0,'joyann',0,0),(6,'candiese','$2y$10$0EywGXr.XqbPuZhbhx8qouTpp9O32k33S8X1thS1U3WUj2U2b12dW','candiese','candiese@ramblemediagroup.com','','2019-07-05 17:46:30','1562348790:$P$B5M5m6pp8tgdeuoZ02mPtE8YS0zNCM.',0,'Candiese',0,0),(7,'gavay','$2y$10$JpDhNPcOd.wtqLTXWnZOI.Ub60Uxxw7U6mmkrlIQCXZqUkTTuJJ.W','gavay','gavayy@ramblemediagroup.com','','2019-07-05 17:46:46','',0,'gavay',0,0),(8,'dennis','$2y$10$YX1I1bxIRpQIkw29oLJA..ed8U0Ig0zWeo67lm/N1Q0Q0PEdkRWFK','dennis','dennis@ramblemediagroup.com','','2019-07-16 00:51:31','1563238291:$P$BmZKcyPfzRjMZeFWW008bLJKNHWTgJ.',0,'dennis',0,0),(9,'sadeke','$2y$10$7j8sX65Cz54iHOcqDRYHVO0JP0.RMAH13b7VKLKHFAcilUXvIcY1m','sadeke','sadeke@ramblemediagroup.com','','2019-07-16 00:52:07','1563238327:$P$Bw31pmbSVWTQVo0MjwP0VADUrQA5Mk/',0,'Sadeke',0,0),(10,'mark','$2y$10$nXzxfzNiUC2YB8qwGa8.0euJ1SO6wXLdUkoTMMj1MaYzs5/Vvg8/C','mark','mark@ramblemediagroup.com','','2019-07-16 00:52:30','1563238350:$P$BpG7K/lFfEdoqKvRqRyKOTHRLgXZ3K0',0,'mark',0,0),(11,'tashna','$2y$10$IyyRSxO2mVDYBOuCSQm6ou.ovZ/icUwfzkiueAlycKYjepMcrZh6G','tashna','tashna-toya@ramblemediagroup.com','','2019-07-16 00:52:58','1563238378:$P$BF4GLZIKX9ykxwn6fBD/EtVP1mVk7h1',0,'Tashna-Toya',0,0),(12,'kevinw','$2y$10$G9kZ9AVToiR60nJ3Dd0rMut37MZLdlcWC4nIS7Kh/bIVeKE0HTdHC','kevinw','kevinww@ramblemediagroup.com','','2019-07-16 00:53:19','',0,'kevinw',0,0),(13,'machel','$2y$10$KOyhLysU78ca42EKuoiMUuEgxT2v2RTloD0Vne/EHwgPf/qnpK4mO','machel','machel@ramblemediagroup.com','','2019-07-16 00:53:50','1563238430:$P$BfEUnBu9qBgloOVCkS.GMYcclIBCO7/',0,'Machel',0,0),(14,'gavin','$2y$10$G0dW8uJgoeh/J3v5ThfKbuHo0.fYQUzoqk2zLNjYJ0.FOlsFhpfV2','gavin','gavin@ramblemediagroup.com','','2019-07-18 11:27:51','1563449271:$P$BOQxIM.ybGzuaUC07pIxPaFimOM1mO1',0,'Gavin',0,0),(15,'alramble','$2y$10$ldyQq1L12hXvOrVbXrOOGO4qZiaEu9W7MVTdW9EvCqKnkUcJtjOd2','alramble','al@ramblemediagroup.com','','2019-07-18 11:29:17','1563449357:$P$BDJNIjpqXP5JFpw3/hHGDuXP3FSnFU.',0,'Al',0,0),(16,'janielle','$2y$10$g/UN5LxK.34EuLpFYgLUCudaIpR7Lsk4O5YwtxDrw./wub/32VoHa','janielle','janielle_@ramblemediagroup.com','','2019-07-19 11:45:16','',0,'Janielle',0,0),(17,'kiran','$2y$10$A0pfxE6JTGKeUP9jihDOz.atFItqNTG8neq46GTsb/UfhTDzRsIOS','kiran','kiran_@ramblemediagroup.com','','2019-07-19 11:46:19','',0,'Kiran',0,0),(18,'clins','$2y$10$uu2lMb1rIIlmKQjbrHLHteqWdaVoO374.0gq3HBMhPEEJ7J7o7/gy','clins','clins@cappen.com','','2019-07-23 20:50:31','1568755304:$P$Bs2k9.1aRJkWmAllRvoyCAGW5X2hDR.',0,'Camila Lins',0,0),(19,'testeteste','$2y$10$iJZBeYqMkxZ4Yi1ZYxlW4Ot.xXhRyzgWBH2gLo8X8C.Ad1SwDsL7e','testeteste','supranume@gmail.com','','2019-07-23 20:54:43','1563974682:$P$B0LmQ5lsgoI/8bK42pecYraDaL1rHi0',0,'Camila Lins',0,0),(20,'angeiras02','$2y$10$7BJUSQnC8.g2em6QoIZjruvYmFlTYqciYthBudjLgSmfPnvct76ja','angeiras02','felipe.a1ngeiras@gmail.com','','2019-07-24 20:56:19','1564780252:$P$B5W4q2QchoFArCU/wkHrV/57q6VbaK.',0,'Felipe Angeiras',0,0),(21,'buzzcontributor','$2y$10$f9wzWtb8o8APfOc4EZSUgOj2e7ozm72wgKjTzQAF/2IwboPx5g8da','buzzcontributor','BuzzContributor@buzz-caribbean.com','','2019-07-25 20:41:33','1564087296:$P$B26hU/tvieqeqGpjq8BW5k0FWmVwcD/',0,'BUZZ Contributor',0,0),(22,'buzzcommunity','$2y$10$HLhAfnW1TcVx0gAOOJV29eRIHgVG6I7wI6Xo9GYLE1I01ADsoel6u','buzzcommunity','BuzzCommunity@buzz-caribbean.com','','2019-07-25 20:42:04','1564087326:$P$BfQv489RAE9YLll137Mqhv30LRSy7q/',0,'buzzcommunity',0,0),(23,'buzzwriter','$2y$10$16zm1m1g0UysQB4cWhn8ZeompVzFgrKW94Ztbo1ES0IYkV5PzubNG','buzzwriter','BuzzWriter@buzz-caribbean.com','','2019-07-25 20:42:33','1564087356:$P$B4oTHpMJXChKYU6xKJvr5f2dn9mwlr.',0,'BUZZ Writer',0,0),(24,'tuimw','$2y$10$BEdiRA510vir6naNNpJVQ.Kv3VHAJRj7behoaZgLPSOEHrOhUqrVy','tuimw','tuimw@hotmail.com','','2019-07-26 16:57:13','1565790418:$P$BzeP7ac74ZVko0XxAAsCnrf61fwqk6.',0,'Felipe Angeiras',0,0),(25,'douglascappen','$2y$10$NIV.aqeEKvpuKkTX2Mg/duxVgJrp8z9qKVxDmgEPgltLU292tCDDK','douglascappen','douglas@cappen.com','','2019-08-02 20:55:17','1564779564:$P$BeyTvBQF.sl/FXa7X1fwJUvuh/N45K1',0,'Douglas Rangel',0,0),(26,'chelean','$2y$10$qPHFdVJHIa6LULxPtgPUfe22K2wrMl9QK1Nlu1jC8wplPwotoUfva','chelean','Chelean@ramblemediagroup.com','','2019-08-07 21:22:25','1565212946:$P$B3ZegFnGVCrWd5Hr3kVI0cKexhotiv1',0,'chelean',0,0),(27,'jano','$2y$10$WCRU1uB2bpb9zM9mgKwFPerodUGw2nHRwPqcpfOHzOGpIZQPiJh6G','jano','janielle.johnson1@gmail.com','','2019-08-08 16:32:52','1565281973:$P$BQ5FmYsU3NJB3nwAbayvcceg6316al1',0,'Janielle Johnson',0,0),(28,'dev1','$2y$10$97hVLgF2wKw.KPcTr51GLOQsXY4Vh.0TsatNTN8xAb3G5kz6B0uHC','dev1','dev@cappen.com','','2019-08-09 12:48:46','1565783858:$P$BXw24p1p5zady6Rb05vH/8M3hVJeOV1',0,'dev a',0,0),(29,'chachala','$2y$10$btIwxTHVz5Ps0InGGCEUKed8rJD1OLGCBzHEP5TCj4oxvk4L/9922','chachala','chachala@hotmail.com','','2019-08-13 17:10:26','1565716227:$P$B2JWpzCgr3sRpyM7AKdAg9EoERb7b60',0,'cha chala',0,0),(30,'felipe','$2y$10$jkRIVyCK6f1lVIREQ5oGO.rqdmKgtuWNc47ON8s6rJc4GObB5m7Q.','felipe','felipe.angeiras@cappen.com','','2019-08-14 11:04:06','1565783540:$P$Ba3X7oYI4BRripEpXpOJedsCIX/yDH0',0,'Felipe Angeiras',0,0),(31,'ang','$2y$10$ZnUZU6HrbCFER4GhOB6COeLX4dnDKjwfzEIfTgWLwIP70iCKtkeR6','ang','felipe.angeirasss@gmail.com','','2019-08-14 11:07:15','1565780836:$P$BXRoZKH6ciGAVj.uURmMV1izxz6LXw0',0,'Fel Ang',0,0),(32,'fel','$2y$10$HrhSiPq9CPJvtYB1yU4IlePXdqoW7EVBF37B3BonWpJV42wTaxRTu','fel','felipe.angeiras12@gmail.com','','2019-08-14 11:10:30','1565781030:$P$Bgaeg/ILvD5DwtuOQpgGmsh5wXS0mU0',0,'anr ge',0,0),(33,'fell','$2y$10$i2oBNQiJszmarMQmkRIWWO3lixqkTCvAchd9SjuW.YWt6BDldfj6a','fell','felipe.angeirasas@gmail.com','','2019-08-14 11:14:12','',0,'felipe tes',0,0),(34,'felipeangieras','$2y$10$Ras84rqjJ4t2WCjttG253.tnp.j.KzJo8xAmascBkwB0RjLXROypO','felipeangieras','felipe.angeiraasds@gmail.com','','2019-08-14 11:30:27','1565782227:$P$B4r33el0udqAwNWEBVnaY4uKPFSizB/',0,'Felipe Angeiras',0,0),(35,'felipan','$2y$10$cjaPPuiz1xyykIK.mmvKeOoa7BCtt.hlF5u0CXxqxcWyGaUYvCz0i','felipan','felipe.angeiras@gmail.com','','2019-08-14 11:33:48','1565882574:$P$BMGXMxffGyhGS0Avb5iXNAXOiVgVoe.',0,'Felipe Angeiras',0,0),(36,'kirank','$2y$10$GLZZjOTo0/06IoA.o6uA7uxQ8IxY8JOLDLE7wSYHC6yVM5BKMnZuu','kirank','kirankerr@gmail.com','','2019-08-14 23:07:35','1565824056:$P$BDS/.qL6pnVcY6qKXJzScPeA7trXu60',0,'Kiran Kerr',0,0),(37,'gabriela.angeiras','$2y$10$VitXaKkVJGN7LTX7fEBYSeNxhuToSwNL878gx2WzUzB3EGB3g6unW','gabriela-angeiras','gabriela2@cappen.com','','2019-08-15 17:38:59','1565890739:$P$B2VNN4Uha6Lpi7LOQdrqUorhZSNQfK0',0,'Gabriela Angeiras',0,0),(38,'jodyannrene','$2y$10$uWhRwkY6PQIdgV7tOa2OueCixalFjtThYi9kJIiMoZY6HJo/7dC.a','jodyannrene','jodyannrene@gmail.com','','2019-08-15 21:13:09','1565903590:$P$BD1WT0ZsszP4KZM1x/xuXxQ9WEqFs40',0,'Jody-Ann Thompson',0,0),(39,'brandonwallace','$2y$10$NoA6SSCgDnogcwunUsAR2OZZa7a/k8a9SFtqeVBlBEqYkm7oXtequ','brandonwallace','Alexanderwallace@outlook.com','','2019-08-15 22:56:13','1565909773:$P$BEhxotuCLm8rNWpyc7Lf3GJRSBIevF/',0,'Brandon Wallace',0,0),(41,'moniquewi','$2y$10$wJilLKn7LzsUdy4.b6ANH.CoIyUShXG2B.4a/wSxEYZe4D2zyaGY2','moniquewi','monique_e_wilson@yahoo.com','','2019-08-16 03:27:33','1565926054:$P$Bvw0FJfSJk0B108Y6WStcQoe5srNUK.',0,'Monique Wilson',0,0),(42,'steveo','$2y$10$ycjL3ax.6gjeDK/6/0UH/.34ZUR3CptRr10j55MnNFHLCrkmtw81u','steveo','stephen.mcconaghy@sri.sandals.com','','2019-08-16 12:28:02','1565958483:$P$B1sexPTbZ8t9/5dAJbA2IsAsqtRKxi/',0,'stephen mcconaghy',0,0),(43,'patrick','$2y$10$CfSbJpHWOi0LkEE.Wsp1h.Z/UhK1Q1o.b6JEUkFm8Nwr/NueiOJt6','patrick','shhayyne@live.com','','2019-08-16 14:00:06','1565964007:$P$BZqwyPcJ4xT/Kn7r2UMJ2DTxT34GFH.',0,'Patrick Lawson',0,0),(44,'iamrush_','$2y$10$cS.GtlhtUMGhZ6vkyVvnMuPeTG4azl3vC/oh0pPQVa4BmEsPJFpey','iamrush_','rochellemarshall@gmail.com','','2019-08-16 14:58:13','1565967494:$P$Bhv2Lj0NwF1Q/Yh98KYOEaJQL8VejD1',0,'Rochelle Marshall',0,0),(45,'karim876','$2y$10$vnZ5t95MZVdk6TLUcI7wD.KBw9IsseqwjO.tFCuPKofcqqZ1273yW','karim876','karim@marketmeja.com','','2019-08-16 15:16:43','1565968604:$P$BKgFBFK5FkgKF8REKN32Rvbtj91Jqr1',0,'Karim Smith',0,0),(46,'urboykhaos','$2y$10$Olqmr02odvgw5LR5Xvn8teVZfQvwdwvK1WMXcaeUxeI6tx6DPAUwe','urboykhaos','sdreidpress@gmail.com','','2019-08-16 16:29:55','1565972995:$P$BqcysnpHbMBx.ZnPGv7xy.98e/wU4z.',0,'Shannon-Dale Reid',0,0),(47,'francebranson3','$2y$10$vRLvpejyAZe0v4e7DN.Cx.JubBCqshNvhfo4H3tlIi50TBpI.wT/.','francebranson3','France_Branson83@giannitti.modernsailorclothes.com','','2019-08-16 17:54:11','1565978051:$P$BB2g9L6NIdF.EoHyl2F4BZU1JmG3cY/',0,'France Branson',0,0),(48,'deval','$2y$10$iLkuQasOc3rM7dE2U0ypa.GG7ecS4lfXTinlNBG4NT4.RZ.FOKBLC','deval','Michelledeval@yahoo.com','','2019-08-16 22:25:39','1565994339:$P$BuWngClo358nHHCT0YjQ9PUWNWuxaL/',0,'Deval Beown',0,0),(49,'kurtisphan4221','$2y$10$Klk3UznorlozqeeXvWvyHOkdC3c2tTlC1VZeYfm/xGzB8tFvvGZs6','kurtisphan4221','Kurtis-Phan78@revak.ceramicsouvenirs.com','','2019-08-18 01:20:12','1566091213:$P$B14lrp8M5QHEFjYeqfOxwI1L4ywGL3.',0,'Kurtis Phan',0,0),(50,'deryck_rose','$2y$10$DAX7L6ElE.OrXoaK/897Ae3Jbf80KaMfvx3vV/8GWiJz/5.gYwg7K','deryck_rose','Deryck.rose@alumni.uwi.edu','','2019-08-18 01:32:02','1566091922:$P$BQ4ih1hkCeM0BpkYNgkGXGoQfCLll.1',0,'Deryck Rose',0,0),(51,'trishaarroyo','$2y$10$K4UZT6KS1PgdURakMvE2/ugPQVYJxEfZEGIHxbRL63McHnr2a4L2W','trishaarroyo','Trisha-Arroyo88@gmail.com','','2019-08-19 05:35:47','1566192948:$P$BxwEAmjWKJ8QefQ.0mdPbvluBiiUGb/',0,'Trisha Arroyo',0,0),(52,'fernmilton4','$2y$10$m.Kszzb5M86fFNn72UrKYOkgVCCuc6jlW/RKSWUuMsAYcMuJ67D0W','fernmilton4','Fern.Milton92@coan.antiquerestorationwork.com','','2019-08-19 06:17:04','1566195424:$P$BpVAdLKKhWG8ITOUh8BU.kdhqDknvE1',0,'Fern Milton',0,0),(53,'robbyabigail6','$2y$10$IGECoGNg4rCC6oVBZOETTOoKIcNAvg6JO.PkrYxJNjrySt0HBFIiO','robbyabigail6','Robby-Abigail@gmail.com','','2019-08-19 13:20:32','1566220832:$P$B4MBPF5MgLVNb11rcku69vZORmMzly/',0,'Robby Abigail',0,0),(54,'josefa9726','$2y$10$8efEpXIwaGLtVj4M93iFx..9k.hDKtIYKOrgLk48CZlPJwWclJgSe','josefa9726','Josefa_Dick29@gmail.com','','2019-08-19 13:40:11','1566222013:$P$BQaXqFhsdcjjCIbUfhigjbZWaZG9YZ0',0,'Josefa Dick',0,0),(55,'erma50r31283','$2y$10$vTQ/kllhrzRd3EpQcZpdjOQ9ONaLsjJQny5CLMln7xbrUb2enVAdS','erma50r31283','Erma.Fredrickson12@gmail.com','','2019-08-19 15:11:52','1566227513:$P$Bmm5ZpzMm.DYvKyBA5EItHBL6gj9xc.',0,'Erma Fredrickson',0,0),(56,'lutherkyp1896679','$2y$10$5sMIikdXvDlHePhXUcOqz.V80WFHq12i3RdumaIHTVJh48OouJfm2','lutherkyp1896679','Luther_Sissons@gmail.com','','2019-08-19 15:38:11','1566229091:$P$B1y7g4enBPqa5U8wPoWn82gt8aRk.O.',0,'Luther Sissons',0,0),(57,'rainanorton011','$2y$10$/r7rdGYmz0YjjBrVrqvTfu5594W2rzciCXN2TbIeIHR9/VSx4.56K','rainanorton011','Raina.Norton6@gmail.com','','2019-08-19 15:44:37','1566229477:$P$Bg8/siIb1VHYfKeTkuTmQSKHWM.D7o1',0,'Raina Norton',0,0),(58,'elouiseclemente','$2y$10$C8CF0JI.TVe.dUYgAw9Jk.ejCaX.b5nSQ/PYXcEqOF8qz39q0W7iK','elouiseclemente','Elouise.Clemente@gmail.com','','2019-08-19 15:51:45','1566229905:$P$BMMAYP1g7HZxf4.u3R9zH407ipVbsR/',0,'Elouise Clemente',0,0),(59,'constancehuey','$2y$10$cWGynJQEFGVDchxgyux23eWE/RAL5fZoh7mgSntN29lScASyOA.YC','constancehuey','Constance.Huey12@gmail.com','','2019-08-19 16:28:18','1566232098:$P$BPsQreaulFlELIFmJ2cqXR/rRhLHD4/',0,'Constance Huey',0,0),(60,'oamchloe85309','$2y$10$uWIfEd7rk000Lydj97x2tOFiRiJlbI4sd5X4T0xb99CFBityGJ6ma','oamchloe85309','Chloe_Haddad@gmail.com','','2019-08-19 16:44:55','1566233096:$P$Bdquhy56M5rWO3QrRwymdwPxipO54l1',0,'Chloe Haddad',0,0),(61,'thelmapriest673','$2y$10$RkFuUs7HBXoqbuXLY6wqFeHTF8mYKUgVC5PHpzahkw44B55BpZCvW','thelmapriest673','Thelma-Priest67@gmail.com','','2019-08-19 16:50:29','1566233429:$P$BsRjp5UxNlwIoT5k.JcOL50OX/YxOS/',0,'Thelma Priest',0,0),(62,'demetriafredrick','$2y$10$S2QSF455c5IovnR1l2S2weWKRVvzaryp8YNlX.umcL/3Bo8nk3TP6','demetriafredrick','Demetria-Fredrick@gmail.com','','2019-08-19 18:08:28','1566238109:$P$ByPrwQG.WMpySAFT1J1INf7gE3Cv6h1',0,'Demetria Fredrick',0,0),(63,'freddiemorisset','$2y$10$TrqanZgiuOZwqCtDMFgYs.HgU1bbf0DMVvmJJ3bi9n0WN6qhTOxGm','freddiemorisset','Freddie.Morisset63@gmail.com','','2019-08-19 18:26:35','1566239195:$P$ByAEPW18tgNpAwaKIoRrJS/W.0Crj9/',0,'Freddie Morisset',0,0),(64,'rhysvenuti733','$2y$10$8LSAOk/rV4rHg7ktLeIdYeErce6h/.v43ptNq9B1x/TktkAcjO1aO','rhysvenuti733','Rhys_Venuti@gmail.com','','2019-08-19 20:15:41','1566245741:$P$BfzU3csBpghcFFO5Ol8zSGmKcqkPaN0',0,'Rhys Venuti',0,0),(65,'tgqsalvatore','$2y$10$uCKyaM4DAn9YNtmezcuAfORdyfMHIkqBSVKK6cUHFv52yjGnaLfvy','tgqsalvatore','Salvatore.Pettigrew@gmail.com','','2019-08-19 20:48:01','1566247682:$P$BJsL9Dx8hg6/XScFci5VLf5QADvXM6.',0,'Salvatore Pettigrew',0,0),(66,'tammyz387419908','$2y$10$988nX2XZFBmUJwPz0LGb1.mYrT9A2ifdCCFn/dDDOiC97TkgVflne','tammyz387419908','Tammy.Boles38@gmail.com','','2019-08-19 21:04:36','1566248677:$P$BsN.1Rrlnp7ngwNJnPd28xH6d2McOE0',0,'Tammy Boles',0,0),(67,'jacintograssi1','$2y$10$V2C9qVpFqxagVQCsuBcCNOnXi2Ak6Sm54Sy0H1WyhXLJWQ.dmf14W','jacintograssi1','Jacinto_Grassi@gmail.com','','2019-08-19 22:06:01','1566252361:$P$BLyFQ/oLgTOWJitJvojdArKXcT5.kR/',0,'Jacinto Grassi',0,0),(68,'ruby51087285599','$2y$10$RaK2KJB03/dOhHIMyoF2jeqqXHoOcE4dkGsaTEMK85xf8zUS3sEm2','ruby51087285599','Ruby.Dunford@gmail.com','','2019-08-19 22:30:58','1566253858:$P$B8f0oY7WOO075iSlCoEcl2o/mzdt84.',0,'Ruby Dunford',0,0),(69,'margaritoaponte','$2y$10$n/O8bpkVkXitwJl8QWXbyuIoJENya1L9XazcvI6F3890Y22.qcHUK','margaritoaponte','Margarito.Aponte93@gmail.com','','2019-08-19 22:46:43','1566254803:$P$BcDLJXIuOsgol4hXBE8Mjl7zlqmkMj/',0,'Margarito Aponte',0,0),(70,'altonbeauchamp','$2y$10$zdIepV6F12SEMS0YriRo6.JuKmNFnl8kb4F7bpO9RIhFiVvxUQNzC','altonbeauchamp','Alton.Beauchamp50@gmail.com','','2019-08-19 23:32:22','1566257543:$P$Bz4zpoQk2jWFIEIrmQhF84aYoRYo/01',0,'Alton Beauchamp',0,0),(71,'wesleymsa0025','$2y$10$0kPS5.mIfrHDIsvnYgv6CeBHPJRIX8Lfao6WXrRhv6Byn7a.GbJM.','wesleymsa0025','Wesley_Prada@gmail.com','','2019-08-20 00:12:09','1566259930:$P$Bmme2bQh.Tkyna/PrI/8udg9fcrBzF1',0,'Wesley Prada',0,0),(72,'jame5681080','$2y$10$N7Y6f5ZsxPoztmdy/HyaKuAbeZtLEtMZ0CFSYujMbS4csJXcGU9p.','jame5681080','Jame.Tibbetts22@gmail.com','','2019-08-20 01:53:43','1566266023:$P$BdrAI/c7LFOQSvXqS4XSDKCHksD1MQ0',0,'Jame Tibbetts',0,0),(73,'burtonwendt','$2y$10$tpf3l4egtSw9BNdLWduewuXnheyzHQ6BOq7iTo6uif2aJ6ZUyDvpa','burtonwendt','Burton_Wendt@gmail.com','','2019-08-20 02:49:57','1566269397:$P$BR2tHD.7lyIluiOipTWyb/oj9f8.LF/',0,'Burton Wendt',0,0),(74,'joanngosse79642','$2y$10$H7GaOgWmP5xjMGNygaKkR..Syqn3JZzrXejcVglxi3ZhPHgb9wHoa','joanngosse79642','Joann.Gosse@gmail.com','','2019-08-20 03:15:53','1566270954:$P$BJSAwFULRGmGY52nY3I2FB8vfm9Cf40',0,'Joann Gosse',0,0),(75,'georgettabriggs','$2y$10$9w.rpC6QEl6dWKVCQZsAvey5JY94UKLRM68eSf0ru5m/ZEDDDHOAu','georgettabriggs','Georgetta_Briggs@gmail.com','','2019-08-20 03:46:21','1566272781:$P$BzVKbognqwWuvYv8QdyDf.l3xR9aro.',0,'Georgetta Briggs',0,0),(76,'christiankirsova','$2y$10$0mq5RfrOlclntKvYrqV77eMfVb19YyjBpBLcJQT5QL1ejMjAB2n8S','christiankirsova','Christian.Kirsova8@gmail.com','','2019-08-20 05:56:29','1566280589:$P$BUuhUN42HGONK.MM.wL0kbyx9CqKfn.',0,'Christian Kirsova',0,0),(77,'violetmattox10','$2y$10$7g2Q3TbjXOx68.7iGUa3.eyOjCwlfXEM24CHOTj45TD8QIqmeFzoO','violetmattox10','Violet-Mattox@gmail.com','','2019-08-20 07:18:54','1566285534:$P$BLyRgYLX7/t6eSrdQhW/UYOt4Cbuc30',0,'Violet Mattox',0,0),(78,'eugeniachapman5','$2y$10$XaXiDfoQlSpTwH0N8Mdx1Owhid.Q2AZS8cl3lcLdAT7M.yAuBWTaS','eugeniachapman5','Eugenia-Chapman@gmail.com','','2019-08-20 12:16:37','1566303398:$P$BuNCsM//XvgWM.ToBrQt0BIJm85h9Q0',0,'Eugenia Chapman',0,0),(79,'winstonplumlee3','$2y$10$s9VPbATjQOv4MYVmlNZgHuEHC7kj5s9Ngssv/tcbb8R8/wt2pjCmG','winstonplumlee3','Winston_Plumlee1@gmail.com','','2019-08-20 12:27:46','1566304066:$P$B4KrbW8YdAnolBKHO0AaRl/j7MrpOE1',0,'Winston Plumlee',0,0),(80,'terrieade48','$2y$10$ChFTQ8BDVYFqfNbaxcsM6eS5f3tMtsvVywdm5AjauQx3XVzQNRB7G','terrieade48','Terrie.Wilmer29@gmail.com','','2019-08-20 13:35:47','1566308147:$P$B6gp7Ry0ONYTf3AssTjee2f27ABMhq/',0,'Terrie Wilmer',0,0),(81,'ottofredericks','$2y$10$WVGR/oB7BQdP7LcaNhKzJ.XmYDNUXGcILoSxe2v2gOzjOYhg/7nP6','ottofredericks','Otto-Fredericks63@gmail.com','','2019-08-20 15:28:03','1566314884:$P$BbrzF7C8Ma6fr7GcxRck.lFJNbzQyC1',0,'Otto Fredericks',0,0),(82,'jackk1961880','$2y$10$tOG3BJ5KQionsTDxHzq3heUdVUP0W7SwabgWUjjihSKxrPyieUVlu','jackk1961880','Jack-Conolly@gmail.com','','2019-08-20 16:21:11','1566318071:$P$BuatLRvBQ0NBKtqb2lYMRp3IBsLJ45.',0,'Jack Conolly',0,0),(83,'dariokopf865822','$2y$10$dbNRuXlsofQQVoGRpsjM9.fpGqB07ZU7G25dlXs20rR3Hb8yzC05.','dariokopf865822','Dario_Kopf83@gmail.com','','2019-08-20 16:52:13','1566319934:$P$Bak7hbiNgSrJ9MrlvTrewM8AFCJwal0',0,'Dario Kopf',0,0),(84,'sybilleichhardt','$2y$10$Ri7yWCOVaeOzhgnx0HukHO6Eg0kFeQ2y23ioHFcnDNMHgT/fiChju','sybilleichhardt','Sybil_Leichhardt@gmail.com','','2019-08-20 18:15:37','1566324937:$P$BwULibcKMZ.pZ93zH7C3eRuOlqrNXj1',0,'Sybil Leichhardt',0,0),(85,'skyeramer473','$2y$10$hYzZktc4r/RwwO99crJcpOMd4tmULUPECXKMAy2q/4wU5YhFANi3u','skyeramer473','Skye.Ramer@gmail.com','','2019-08-20 19:55:00','1566330901:$P$BtPu1rK0Mbg9reYZU9d96x7khEIbwM/',0,'Skye Ramer',0,0),(86,'cgmphillipp','$2y$10$nEjX4peF0Ta5O.94f6/74eAcdKuVlJTv9NP0cazYMXPG17O2sl9q2','cgmphillipp','Phillipp_Lehman42@gmail.com','','2019-08-20 21:24:53','1566336293:$P$B2kqeEjWwfH2C7o2beB9Zze0wkgwBx1',0,'Phillipp Lehman',0,0),(87,'louisutc54084','$2y$10$0PcbUzi88IPj6Au8gkGSr.LFKihTVxhbJIyiXRs5RiqfJRY73eATm','louisutc54084','Louis-Lehner59@gmail.com','','2019-08-20 22:15:08','1566339308:$P$Bftun3G1ble186H2jao98plo6ppf7S1',0,'Louis Lehner',0,0),(88,'odellmajeski42','$2y$10$XvcjJPBLXpBOuMUmuyiOuuWDT7FOzLKOhAoLdr8YjfvOtciMMKy9y','odellmajeski42','Odell_Majeski94@gmail.com','','2019-08-20 22:54:20','1566341660:$P$BSLKCrNnwE5a9Umj/B0j.GFM1sNaDk.',0,'Odell Majeski',0,0),(89,'cathyworthen44','$2y$10$a3dR4HxlLisEn8NDeU2hBOH1nB7bil3Zv4hP.G6EbFNG0sTzrRmTS','cathyworthen44','Cathy_Worthen@gmail.com','','2019-08-20 23:46:38','1566344799:$P$B.xhVE3dk.QYVpz/K15QECbwUjkuCk.',0,'Cathy Worthen',0,0),(90,'oliverives985','$2y$10$wg4/wjPmTunhuzqhHJOA1.934kD.5qMfF39Qvm9YltpxsY8.QsUWy','oliverives985','Oliver-Ives@gmail.com','','2019-08-21 02:21:47','1566354107:$P$Bvu9XVG4eNrK20kBnYZPU44Qmn1PmO0',0,'Oliver Ives',0,0),(91,'cristinamedworth','$2y$10$F15sFiLh0L9T8vmvRv43JejAkvmqacyZTbzYs1ezxe2xGu0Oxbs72','cristinamedworth','Cristina_Medworth@gmail.com','','2019-08-21 02:41:40','1566355300:$P$BFjNaxIKogjinxezUX6fzGUZ4odELc0',0,'Cristina Medworth',0,0),(92,'mervinnugent694','$2y$10$lwy8Hs7DI4Rds6RCUD7B8eW7H054CBcAJyEy/ACo1Y6Lnzpln1KI6','mervinnugent694','Mervin.Nugent@gmail.com','','2019-08-21 04:27:56','1566361677:$P$BXldvLPcB6b0ibjB1b8dJbl7RyhlK3/',0,'Mervin Nugent',0,0),(93,'anjapettis21425','$2y$10$EpA5KtkOgxUWNQulbXKLJuyb4P27EFG.PAygjCMoXDCimJ0dvkeKe','anjapettis21425','Anja-Pettis@gmail.com','','2019-08-21 04:49:34','1566362975:$P$B44qtoA0D02d0evCWi7wWd/3QYHmUU1',0,'Anja Pettis',0,0),(94,'angelou41070511','$2y$10$MkrGJ/Vj76/R5TBIRlx5E.cJqfAST8WyQdctS04A35dLTBXoyKcMy','angelou41070511','Angelo-Seevers@gmail.com','','2019-08-21 05:26:08','1566365168:$P$Bc/epelawhxLule7FIuloQ7hxtdUua0',0,'Angelo Seevers',0,0),(95,'dbwgita794848','$2y$10$QKPdqmQQpTI/vxWiSjNVZ.XL6DD47zKu5mBuQy5iYwhksRosYNvM6','dbwgita794848','Gita_Layden@gmail.com','','2019-08-21 05:56:55','1566367016:$P$B5YpGGMYVPkMyhXPdBv7f7jp.3RjiJ1',0,'Gita Layden',0,0),(96,'louisehuerta','$2y$10$7LTRB5SPzJ7odHkzv1vD.eBWtgUirXNE0EVLZHu4KXubNHBokJtEO','louisehuerta','Louise-Huerta58@gmail.com','','2019-08-21 06:51:39','1566370300:$P$Bi2cOo3XD7nUkuYPsAzCpGKBYB0iZ2.',0,'Louise Huerta',0,0),(97,'lillianablb','$2y$10$in.hZbfzUTO87J2JrSNQU.LlbIk9xgLS1I5zSOnuxyhAADkEWrLeq','lillianablb','Lilliana-Gallard96@gmail.com','','2019-08-21 11:19:32','1566386373:$P$BFTkykkfC0ttNuNsC9irO7e2GzV/Ez0',0,'Lilliana Gallard',0,0),(98,'lilliegrieve4','$2y$10$zyiTyTc2k.6oKX5KcEa.VOBiBbK3t3Jya5opdmTqvuGKRmZ6QzLYm','lilliegrieve4','Lillie.Grieve23@gmail.com','','2019-08-21 11:24:45','1566386685:$P$B59JqXRZvGJSrfYSG4ZmVKxmVp73iA.',0,'Lillie Grieve',0,0),(99,'cliftonspielvoge','$2y$10$Y6rZzML0OZxMuJuDfoNr3O22NIfjvlNDym/3b8hynz3mx8TSmHSYq','cliftonspielvoge','CliftonSpielvogel56@slow.ppoet.com','','2019-08-21 17:01:54','1566406915:$P$BY/bc/8q/jipMxTWeYO2zwfaSP.MYK0',0,'Clifton Spielvogel',0,0),(100,'ettastretch','$2y$10$j4.OIOhc5PS7w4KeGwHpMev77oicdiCUWNkA9cfxsAtgRjZquwsp.','ettastretch','drusillahorace@geargum.com','','2019-08-21 17:02:29','1566406950:$P$B/tRpBQFomRHKGZan6ynSuQI/tPxDM0',0,'Etta Stretch',0,0),(101,'otto36b947883','$2y$10$RSEG50CBkjNciuKtdwGOmOEjSvWDVB0HAARGHKXLdnJO9o.OsV5GC','otto36b947883','maribelvance@bandsoap.com','','2019-08-21 17:33:16','1566408796:$P$B6u45kLJA08nGJS0QAt1qol3lJmRMa0',0,'Otto Wekey',0,0),(102,'loislash32','$2y$10$nZcEzP0cXTYA00J3zzjNpeiK2LSgsvJTHhVK6NXO8/FkF4wWLZ8qa','loislash32','LoisLash87@slow.ppoet.com','','2019-08-21 17:43:14','1566409394:$P$B/hO56Tu32iGEdx0jyy57Um7RRzCYF.',0,'Lois Lash',0,0),(103,'kasha83s33532','$2y$10$KHW7CYgDMlYXwwu4iMxglemTTUD1wlDY3VmliIcBd6f9IP5YdU666','kasha83s33532','KashaFlowers20@iron.ppoet.com','','2019-08-21 18:00:56','1566410456:$P$BXrfqdLsXlpxvRDYb20Ii6kyyy22rR0',0,'Kasha Flowers',0,0),(104,'penneywalpole35','$2y$10$Gg2qb.GtaArTpi/XDTGwiuHVHg36tbY2A/rCaQQ3jMnlmZ6.JtAo6','penneywalpole35','cynthiastewart@melcow.com','','2019-08-21 18:12:53','1566411174:$P$BycXLu8NmwFSdcqHLY/kPrKASnXHum1',0,'Penney Walpole',0,0),(105,'florian81w','$2y$10$kOfoIHri/BSlsT.DJocCNuw2xXwO9HV/K6wQnNfP7zwUEU5iq5zQG','florian81w','bernardmariana@bandsoap.com','','2019-08-21 18:23:11','1566411792:$P$BRKXEa4YzL../tf4r80HIYRkcDJFSE/',0,'Florian Cambage',0,0),(106,'magdareed6','$2y$10$FiyYE5DRRSvX7TYH.2YucOH9NkKrPfhUSjMZaqe8YkiiRYg3dIq02','magdareed6','MagdaReed68@slow.ppoet.com','','2019-08-21 18:28:15','1566412096:$P$BlCBgXNT/PBTthKLXvFpCeQU7f6aVd.',0,'Magda Reed',0,0),(107,'derickcolorado4','$2y$10$uS006InRVmyvkst5HBtNDOz.D3MliFZe5kR9w9H3Xd9j9xOFqg0nW','derickcolorado4','DerickColorado62@hate.ppoet.com','','2019-08-21 18:29:15','1566412155:$P$BMklFDZTeonqgGDkvrWMTsH/dK5pfe0',0,'Derick Colorado',0,0),(108,'smbclara16','$2y$10$v7RCEOmlLLMqXcffyy0pNugUSQirhmKJhEPoAYqQn8rwAA7/JmMK2','smbclara16','kathrynjanis@kovezero.com','','2019-08-21 18:30:15','1566412216:$P$BkW7gPkcDMYPgBFTyHRsUi8HmuB9yV.',0,'Clara Mcmichael',0,0),(109,'noellawickens8','$2y$10$kd.QYDip329C.Nve44/CdOiQ1wSmx.jD7cCi23E5TPRvahRZkudhm','noellawickens8','domingokandice@goodcoffeemaker.com','','2019-08-21 18:31:13','1566412274:$P$B2Ge4c24EAefJ.ikzisZQWEXLJlcb1.',0,'Noella Wickens',0,0),(110,'michalsuter3986','$2y$10$jYhVlO61xFp2WeAHE.IZIecTkvjFZRoATTCmEDTkssV8.qjQ14HW.','michalsuter3986','MichalSuter38@hate.ppoet.com','','2019-08-21 18:32:13','1566412334:$P$BYAYT2zead1Ges5LsT5OaYcd1PJwy7.',0,'Michal Suter',0,0),(111,'clintcharette','$2y$10$PfTYlWCrmrd9sh8xTAZKruxgAQjdv1c.c.rm2N0yxp0m/adsvq3r6','clintcharette','ClintCharette76@iron.ppoet.com','','2019-08-21 18:33:14','1566412394:$P$BguTaCSdwzYgmre6H4Bw7cfuTqXyYc/',0,'Clint Charette',0,0),(112,'nidiadavis63228','$2y$10$/v3W8iK6bF36iYHFR0mV0.6Wzf4Ajixq6S/IskYntaCi2LQy9OWnG','nidiadavis63228','NidiaDavis54@iron.ppoet.com','','2019-08-21 18:34:15','1566412455:$P$BBNkd9UWKAWqkoLSJqDIKiALFMtBHk/',0,'Nidia Davis',0,0),(113,'alejandroauger','$2y$10$7zblBqTi/1mjw69VRdXZT.kfxzh6wieeEtnw09SUsJQ0al90rHxcm','alejandroauger','AlejandroAuger71@iron.ppoet.com','','2019-08-21 18:36:14','1566412574:$P$B9vX/e35uo5j4revE7bx.jAAY3nY1i1',0,'Alejandro Auger',0,0),(114,'margaretaabt','$2y$10$eUPo18IZhWxOKsaUmaGCg.tDLdD8SpFhIOveQ3WGcUosVgKB8vRiq','margaretaabt','Margareta_Abt95@sport-live-com.ru','','2019-08-21 20:07:28','1566418048:$P$BWdf0ri4C3TxkymQCi/JJk7Npclz7q.',0,'Margareta Abt',0,0),(115,'lonnyroussel5','$2y$10$ynugtReIgLQpLQ8fdVAvMurCSoWtbrlbF7sGbJf5/6fRonIXA54Jq','lonnyroussel5','LonnyRoussel86@hate.ppoet.com','','2019-08-21 20:13:46','1566418427:$P$BFuzqlItwHoM8eXL.ue.sgqEIJoBav0',0,'Lonny Roussel',0,0),(116,'bretmccollum833','$2y$10$myEvfK0qLEA9bZgNyCIvjuVqL3jYgwIyuSA87y2SPSXLPqJs.nCru','bretmccollum833','BretMccollum91@hate.ppoet.com','','2019-08-21 20:18:50','1566418730:$P$B4GRyQctA9vDp3zq9qcIF5tFQLEXVq.',0,'Bret Mccollum',0,0),(117,'natishagrafton','$2y$10$qwVqRTSGx0x6lmIRJgnbSOsXMu4TOxRRNpEj5PevrJxRRli.PV7cq','natishagrafton','NatishaGrafton22@slow.ppoet.com','','2019-08-21 20:28:48','1566419328:$P$BfjcRjWVPfzLflbRI5ECeH/xnsZ1/P1',0,'Natisha Grafton',0,0),(118,'laurieslp43460','$2y$10$a6aFJwu3JzA6piMJIji6e.kP4nKISAQ5Oe2/ocPzFbi7UsS5zmmw6','laurieslp43460','LaurieBarrington36@hate.ppoet.com','','2019-08-21 20:39:17','1566419957:$P$BNRbMYEd.ILxyp3MeiKGduw2VhSzeC.',0,'Laurie Barrington',0,0),(119,'qwlmyra33433','$2y$10$3lWv3rmOWWu6hrUzy7uoyu2XffyTyABZWRIifgwCPM5vsEY/90/tq','qwlmyra33433','MyraWilkins72@slow.ppoet.com','','2019-08-21 20:57:23','1566421044:$P$BX39ikbOOyubU0a22azlOE9b2YoPdB.',0,'Myra Wilkins',0,0),(120,'corinecornell7','$2y$10$5RCw4VdTnddu.PHMvjG7huWEBovAoxj9TF3yuSwGARsFifubHK8tW','corinecornell7','Corine-Cornell21@gmail.com','','2019-08-21 20:58:25','1566421106:$P$BCiZovwAViYN/5LyQBTRnxx8uODMQ80',0,'Corine Cornell',0,0),(121,'joesphbuford9','$2y$10$KgGJSnNeo4eclzPjV.QNSOuM2WNR2jQMIdULsGx377y9JUI7yd88i','joesphbuford9','JoesphBuford66@iron.ppoet.com','','2019-08-21 21:25:16','1566422716:$P$BNjB2p0K78Z49.mO5DMwpzLaU4crpy0',0,'Joesph Buford',0,0),(122,'fernando83y','$2y$10$TDmXd9kfpZbdZPeQ91xwMOTOKN7MxLE0aQI9YOSVLhQHmOKrXmczu','fernando83y','FernandoStatton29@slow.ppoet.com','','2019-08-21 21:31:40','1566423100:$P$BkPzza5vXjjhd6PyOufbUzd7qlqKOX0',0,'Fernando Statton',0,0),(123,'yardrose','$2y$10$cOqQjTqw7yAslvzcYSAiieXjTzEFBAj1VtLpxpCHHEC/opAJ3oK5C','yardrose','yardrose23@yahoo.com','','2019-08-21 21:41:09','1566423669:$P$BuBLtbQTBT1B55dKmQdHHFajUsqMbI1',0,'Sandra Rose',0,0),(124,'lettieskinner1','$2y$10$0RD9ML4S0Yli1EUrcLnM0.AZQ250PBF4AQOYTEzHtdP4BBRLXcuTS','lettieskinner1','LettieSkinner44@slow.ppoet.com','','2019-08-21 22:10:03','1566425403:$P$BPxKmbjk.fieYlttJTS5YpfhEdUaIg.',0,'Lettie Skinner',0,0),(125,'christalbelmore','$2y$10$tY1axv4KOtCXYf17otEqQODgVYTFuOSvqWVcar0VV4u5SCeEiba4e','christalbelmore','ChristalBelmore13@slow.ppoet.com','','2019-08-21 22:19:19','1566425960:$P$B/OMP5L4Y8O24cQjVxzEHtuK/4KX1V.',0,'Christal Belmore',0,0),(126,'lynnezeller2875','$2y$10$B.oCPzX2QrisXxGYoXFd/.AbWZQ/TMV81YlzxH/oGj.HSFoscm9Ei','lynnezeller2875','LynneZeller65@slow.ppoet.com','','2019-08-21 22:44:12','1566427453:$P$BdvM/pxquLjMAgk8gQDgC0ClxOhBPZ/',0,'Lynne Zeller',0,0),(127,'maurinefischer3','$2y$10$2C1Vmfcpxxvj0mgJ/Cdx6uS5vFvz/tVoFhEUexGuD1PyN9HarPzyu','maurinefischer3','MaurineFischer38@slow.ppoet.com','','2019-08-22 00:45:05','1566434705:$P$By1AT64h6DYJ04q9AlUbmOowlg8AGF.',0,'Maurine Fischer',0,0),(128,'tabithabeatty64','$2y$10$SpIqyOyCJC0oEsQJE6iJ1OO3utJtD1C/IZou3PGOTdg/PZuei.Htu','tabithabeatty64','TabithaBeatty91@iron.ppoet.com','','2019-08-22 01:24:21','1566437061:$P$BQCzwqUioJVsi2j0.TlcGaulLroO8B1',0,'Tabitha Beatty',0,0),(129,'wallacemanchee','$2y$10$r7hgjtEvRMhTEwE8xYoqseexJCy19iytn/4tYcQTZnr6Qk5zdDBEO','wallacemanchee','WallaceManchee18@slow.ppoet.com','','2019-08-22 02:59:05','1566442745:$P$BCQJoHK2/WrBHUI9vzMMmkGL6ihmjC.',0,'Wallace Manchee',0,0),(130,'mavissapp329576','$2y$10$vHZL/pvmLHkTqPmHWaJbRuQvpKkhTCLLlnKe6ny5MN.DVEWDdh1Xi','mavissapp329576','MavisSapp17@slow.ppoet.com','','2019-08-22 04:33:01','1566448382:$P$BDrOFf3RT0/gIcQIQDvKccu2tLruuF1',0,'Mavis Sapp',0,0),(131,'omarcate519','$2y$10$sl8JS3RnBgpK5tdS020sXO7HcRZ4cqMHYTCIKbVEDyNebNdMfeGx2','omarcate519','Omar.Cate21@giannitti.modernsailorclothes.com','','2019-08-22 05:16:06','1566450966:$P$BV8bpTFmBxUqs.EUqUcrdl/7YXd6fC1',0,'Omar Cate',0,0),(132,'hcicleveland','$2y$10$9tVKWOs35G/kUu8EURvRjOM1JOMs/oeccpTvbGVGwmVeNrWXnM1D6','hcicleveland','ClevelandLaidley76@slow.ppoet.com','','2019-08-22 07:21:56','1566458516:$P$BoyyA6s5gjjbF34jKmR3lnFpiuGzax0',0,'Cleveland Laidley',0,0),(133,'mittie4932','$2y$10$7/t/vmypjLzbJN4iFtAl3ecvPQuO7kfMO2NaHGtGc4lsqBDPThnty','mittie4932','MittieHinds85@slow.ppoet.com','','2019-08-22 10:55:06','1566471307:$P$BhxViUxqsaP4cUwFQGbngzExaGn3o31',0,'Mittie Hinds',0,0),(134,'dan77x8094137','$2y$10$G/oxzUALQWX64QgXAHgf0OlMSyKu7ufk7NzCtegtGADB7HGiISANa','dan77x8094137','uwevictor@bandsoap.com','','2019-08-22 12:17:48','1566476268:$P$B8NiMWXh1WWaiYn3pKo.WIn6qIf1BZ.',0,'Dan Holland',0,0),(135,'tawannachevalier','$2y$10$fWPz5gWmxbzFf62L7IluF.Ta4L3ybU0xuuN9QL6yoyb9q0HUL/5hS','tawannachevalier','Tawanna.Chevalier9@abc2018.ru','','2019-08-22 13:36:56','1566481016:$P$BPXLYo4cyAmt58g08dNx5Mns0ZNQbT1',0,'Tawanna Chevalier',0,0),(136,'maddisonmacvitie','$2y$10$mHwVTTS4XTXMKdaf4CxD2ulXQ3k9iOKiz9JRSAj9ZwtdhmK0daCl.','maddisonmacvitie','Maddison-Macvitie24@abc2018.ru','','2019-08-22 13:37:22','1566481042:$P$B843l8c6pcSrUA9KP6DQK5rpAn0o8h/',0,'Maddison Macvitie',0,0),(137,'marylinsheedy6','$2y$10$0eAw.sAzcXODq8qC7pzu4.sVSXdPBg9SxCH1ED8CDqNUwj.T9Z.zS','marylinsheedy6','Marylin_Sheedy@kinoxaxru.ru','','2019-08-22 13:41:25','1566481285:$P$Ba5TqLD36dBvZ5GUTKyVjcomGt9ZOJ1',0,'Marylin Sheedy',0,0),(138,'valentinchamberl','$2y$10$js0PDU.3CyyUpCHwJnqgT..PUiumG9erk4uc44JssdNi87QihC4m.','valentinchamberl','Valentin.Chamberlain@abc2018.ru','','2019-08-22 13:59:43','1566482383:$P$BtFeMRBnzW06i5/nlJSpfkQmVJqL7S/',0,'Valentin Chamberlain',0,0),(139,'fmafae242991017','$2y$10$kz6SDW3hoMkQLPMzBJBVKuZ/zFa2RbjsAERJhWA8MHlbrbRvCCXwi','fmafae242991017','Fae.Coolidge@abc2018.ru','','2019-08-22 14:32:39','1566484360:$P$BWOORV9fwIKYVnx.cq177U3s29rElo1',0,'Fae Coolidge',0,0),(140,'josefaforehand7','$2y$10$Vy3NysrlVZ1pelrSorxEwetK38f2i9lVDbIS00HWyoCQmc31jR9xC','josefaforehand7','brainjoesph@geargum.com','','2019-08-22 15:34:15','1566488055:$P$BgfVXtqXQ2nn87YJaf7Zzkfxw/Lmcg.',0,'Josefa Forehand',0,0),(141,'myronstingley05','$2y$10$7AghUVeEvynmEQNuCw/HzuWqxtQlQDVR/QBjRRWHfA2eyNxXD8ZXO','myronstingley05','Myron.Stingley25@abc2018.ru','','2019-08-22 15:46:21','1566488781:$P$BtcEWokrfB9.PpvUwiAYe1Qs5TIGYv1',0,'Myron Stingley',0,0),(142,'siennawheeler87','$2y$10$d/B1gN6WnQg.L94HNvbD4uDKnJ7GY9a/nbs93poF3Mq.4GmuP./2e','siennawheeler87','Sienna_Wheeler@abc2018.ru','','2019-08-22 15:48:48','1566488928:$P$BVT0f9kSkEqx0sByM5y6tenkJKm1YF/',0,'Sienna Wheeler',0,0),(143,'qpvsabrina','$2y$10$qTtzliC4Uk2h2Y.Cz909ueDkFmch0OmcTWg4ghjO9Yj7goKuIYwoO','qpvsabrina','Sabrina-Preiss12@abc2018.ru','','2019-08-22 17:05:00','1566493501:$P$Bfgemde9TDxeM0dfi0jxJs5162FrDL1',0,'Sabrina Preiss',0,0),(144,'royalguevara','$2y$10$f7TbylCa/t26rdtHmxyhBufSIoU8YFJXth6d3g6ZeaITxu/1T6dmG','royalguevara','Royal.Guevara@abc2018.ru','','2019-08-22 17:07:45','1566493665:$P$BwT9MryhMaO2etSNTLaZAAHgqOk7xC/',0,'Royal Guevara',0,0),(145,'xowrickey3','$2y$10$bm8E.rytwnHcMTJWOQfVz.wnYpYKedH852JLb9lvCGAOEUEp5kiku','xowrickey3','Rickey-Able@megogonett.ru','','2019-08-22 17:14:13','1566494053:$P$B8rdA94sUV1PN4g4OmvEagYJvp0NrS1',0,'Rickey Able',0,0),(146,'macrettig483','$2y$10$TXrNJSI2CEgILEpClthATuS58OJDYtjtZ.XUKwmw5mH0nFAGKgzmG','macrettig483','Mac_Rettig@abc2018.ru','','2019-08-22 17:19:57','1566494398:$P$Bf8o.kCuGkw3.nNVWZyJEyvyYd31d8/',0,'Mac Rettig',0,0),(147,'mauricehenninger','$2y$10$yNTQNZ7BfKT/7HdpIrGlL.RKqp4YMoyT6kvpbLNefZ6UJx4VErHxq','mauricehenninger','Maurice_Henninger12@abc2018.ru','','2019-08-22 17:22:51','1566494572:$P$BQwncPDKyMwKXrrCAJ7he3aRy78cHD/',0,'Maurice Henninger',0,0),(148,'kathleenmonteneg','$2y$10$5iT9sg4vfv8h6fJ8WVMYBuvLtj2m5kGFFYMRTwLvFML.EPDgnwkGq','kathleenmonteneg','KathleenMontenegro94@hate.ppoet.com','','2019-08-23 18:30:54','1566585054:$P$B84xBjCcvNCn5.g8yTswo.w.Pdripp/',0,'Kathleen Montenegro',0,0),(149,'tanjaridley32','$2y$10$ZsX/m9WcuwGDasLLNQCNxOWcutDU8vmkc..sI0FkP3VRC0P2jEip2','tanjaridley32','Tanja.Ridley96@gmail.com','','2019-08-23 21:03:15','1566594196:$P$B0iDJowGaEhs2bgd1H4jcJhfdvDFlQ.',0,'Tanja Ridley',0,0),(150,'haleywile9','$2y$10$T5t/YPQog47BDxfPKrz0TOgWK1c2JG3HDScDqlHSBryRFt.ohZjbK','haleywile9','joelelvis@melcow.com','','2019-08-23 21:20:05','1566595205:$P$BTiwtbv6zFhg2DkkhJWp6J16kd65cd1',0,'Haley Wile',0,0),(151,'gertrudekifer','$2y$10$b1o01gdfCu0MxAdfmRtoxuHFii5BPPrMtuvM3wnZkQzOrEZWPS7ZK','gertrudekifer','anitadiana@kovezero.com','','2019-08-23 23:09:35','1566601775:$P$BnKbV.I1gTcmXHe6cZIWqGoic62wwe/',0,'Gertrude Kifer',0,0),(152,'joellenhazon4','$2y$10$cJXIfo2yLkx6O.PdLNgMG.YMmKildDwyE4N8dAxDdOdyJKZwjhndu','joellenhazon4','valariejoleen@kovezero.com','','2019-08-24 01:47:44','1566611265:$P$BGTE2GKKu/fmbpux6ZiHd3LJpkc4H6/',0,'Joellen Hazon',0,0),(153,'margartsherlock','$2y$10$xsX3qyHOpTbBQjgAgKt62OiUOhbgWetZE6RjFxssVMbY/IyB9ybwa','margartsherlock','robsalvatore@geargum.com','','2019-08-24 05:21:35','1566624095:$P$BFv4YlvOSuhIUO.FB0oU4.2.kmx2JL1',0,'Margart Sherlock',0,0),(154,'royhaskins09','$2y$10$xMZaCtxRj4rVKhZMK20kLuhBnORkmD7Qhtk/rKaWlmolkxejj9KMq','royhaskins09','Roy.Haskins17@aseriales.ru','','2019-08-24 10:51:22','1566643883:$P$B0ZK7/myf3nl35Hc3fyipk0M4M0C9b/',0,'Roy Haskins',0,0),(155,'anniecoveny','$2y$10$Nt9ceiyIsikaALT0dhhYUuZCPmJGujqB06TThKYbRrCq0Ed6v/Syq','anniecoveny','Annie_Coveny@molodejka6.ru','','2019-08-24 12:18:37','1566649118:$P$BjeCzc4dusgqdTq62y70HSgiT.EdA.1',0,'Annie Coveny',0,0),(156,'ameliecoungeau','$2y$10$mviONteyeJhh.W4lzEm1uuQsf1492Wvqcem6XVDPC3BFpUV1LChBG','ameliecoungeau','rossjeannie@melcow.com','','2019-08-24 20:24:59','1566678299:$P$BCfYq11pDZIsqUIXoHVLUc5XsqJNJF0',0,'Amelie Coungeau',0,0),(157,'veronastroud9','$2y$10$I3X60B0o4JvgCT9kaLCCrOH/Tr91mwq6sQ1oA3f2qc8.8.ACKtttu','veronastroud9','archievida@melcow.com','','2019-08-24 21:12:45','1566681165:$P$BMtRChJE5/ayBBI4VpMtP5Umlz0DeQ1',0,'Verona Stroud',0,0),(158,'kathrinbales69','$2y$10$96z4u8w.JU.wKiYdjAWXGuvpPJzw1LDIf26YDfks.o6eUrjWiFaWa','kathrinbales69','catherineeve@bandsoap.com','','2019-08-24 21:38:18','1566682699:$P$BqysJDIsA1ssegE1eTsAj4xy9z7zMD1',0,'Kathrin Bales',0,0),(159,'bufordespinoza7','$2y$10$Z0WyFCKXBHnFBnVXurjQyOu6YWjgpTBEUvFTa.c1fK5noqYJViUfu','bufordespinoza7','rodrigolupe@kovezero.com','','2019-08-24 21:45:57','1566683157:$P$B0eOHSCzRloQ4k737udSpBl.6apD/Y0',0,'Buford Espinoza',0,0),(160,'shanon9956','$2y$10$pEtp3fgns7pcJJIAuGlKuOfN9CTlsi3w6Wx4jlLmmEIcuGCtQBIkq','shanon9956','ShanonPoirier40@iron.ppoet.com','','2019-08-24 22:45:01','1566686702:$P$BWIqMeenXpjPHC1U3MzFP.0dn5xmLK/',0,'Shanon Poirier',0,0),(161,'keenandresdner5','$2y$10$jAR8W9/J.o0pPnkgcIlsB.iXxJooSyxJVXzLMDyYwJ5Q5ftmmmG12','keenandresdner5','hildadanelle@kovezero.com','','2019-08-24 22:49:03','1566686943:$P$BYcHnBtxCMhNgWY3HTUH8Cv2QgMlRu.',0,'Keenan Dresdner',0,0),(162,'pattyc9267','$2y$10$O8g/m9QvJDtKlX5TeMQjpe48TCTpzx9GnKKlpGxM1.CZeMe1ZjPOO','pattyc9267','lashawndaelisabeth@melcow.com','','2019-08-24 22:56:58','1566687419:$P$BGp56Rge9226DKezmFvmY.mOJU0M5C0',0,'Patty Silvey',0,0),(163,'wendell27a','$2y$10$43QJzFkcC.fXE4dS2kHHt.U31I9tkG..YUEsapOLzNWF2J79bBRFu','wendell27a','ouidaalda@geargum.com','','2019-08-24 23:03:02','1566687783:$P$BRlx4LEbPfUyOkQbPPQ.EDt95v/79L1',0,'Wendell Lara',0,0),(164,'faewhitehouse95','$2y$10$eAH0i5b.O5bylGV/7HThf.Hx.sYRw2h3kiPkcTS2xastWCW8HwSDa','faewhitehouse95','stefanierhonda@geargum.com','','2019-08-24 23:04:59','1566687900:$P$BFQBxIslT4eDNAdd8.JDo.UePulgM40',0,'Fae Whitehouse',0,0),(165,'pabloblankinship','$2y$10$tQs0KGTdm/0ZN.dKJIgt8.1H28vWF7eYo1G.RmNGE5b6gvmwWqLxq','pabloblankinship','colleenmaryjo@kovezero.com','','2019-08-24 23:13:07','1566688388:$P$BNVIDGmYhGjlnT/5wS6UMiQlhfi8gO0',0,'Pablo Blankinship',0,0),(166,'waldowaddy0652','$2y$10$nUtx1aBmnkCQ8CdBrVNjBucQ8.GyGhI/Dyo35hSMv96c.SqAs2Nw2','waldowaddy0652','carleyluca@bandsoap.com','','2019-08-24 23:16:50','1566688610:$P$BkM1/x2v4fUXzMsaOMB/bg9UB0s1nv.',0,'Waldo Waddy',0,0),(167,'donny454593104','$2y$10$xNin952BzmVcJymXIJ.uhusoleypopUl2jKfzG6.VGRCvBhtfKhc.','donny454593104','evelynmarina@kovezero.com','','2019-08-24 23:37:02','1566689822:$P$BQjwyy41Z8qAdUL25rbT3mBtd..wE7/',0,'Donny Jeffery',0,0),(168,'baileycoronado7','$2y$10$IXb1CF/b6dFdp5u3F/2on..OaGWi68QqNgux75WP4jeBOgAq46XZK','baileycoronado7','alycepearl@melcow.com','','2019-08-25 00:15:58','1566692158:$P$BpmqYo/gesGHIrZVCWeN79eQN/P/1x.',0,'Bailey Coronado',0,0),(169,'kentonmessner5','$2y$10$HgwGKV6IoWg6rY4/9yuTouttn3vg4RswBpLwEeIutvS.6UjrfxhLK','kentonmessner5','KentonMessner53@iron.ppoet.com','','2019-08-25 00:27:01','1566692821:$P$Bzfs8psuconM.st3JDL11IqkZOaEsX0',0,'Kenton Messner',0,0),(170,'shielajulius4','$2y$10$zIOKGM5TWX/xGs0lnNH2iuihXq9XiJ30f5oqzsEUs9c.V5zFXIjjK','shielajulius4','jamilatrent@bandsoap.com','','2019-08-25 01:02:54','1566694974:$P$B6bfT5EjgynGxnbjliyeiDAsqgztdp/',0,'Shiela Julius',0,0),(171,'pablobodenwieser','$2y$10$mBrwS7xyf5tPFrcaUxfVuOSdZXSaGGI0EJ3KIc5HyHCRPZFdES4rS','pablobodenwieser','brentludie@bandsoap.com','','2019-08-25 01:06:27','1566695187:$P$BOK7l21B2VLbhZFUHCjoPmxA6gorR9.',0,'Pablo Bodenwieser',0,0),(172,'jerrodkyz9834915','$2y$10$b15/e2P.Q8Ou9YomWdkgdu7kS03fC1BoEom3r/6TkFgcm03Hxv5XC','jerrodkyz9834915','antonettakirk@kovezero.com','','2019-08-25 01:36:18','1566696978:$P$B15K5KlZPYqPhHtmzFCoes0ZBgUzix.',0,'Jerrod Paris',0,0),(173,'collettehuondeke','$2y$10$R764SBK.J69kGzVe26Ds.e2sfh2X.cRQQmhnbX.P0f8nWh/dnKWMO','collettehuondeke','monserratereginald@kovezero.com','','2019-08-25 01:37:16','1566697036:$P$BaBVMCdNmBRP6i7cRn0fuB3MXpuoZy/',0,'Collette Huon De Kermadec',0,0),(174,'alejandrinastark','$2y$10$YF.WhBM06YP4c4exqsmuu.sQ8Vuds0bSGs8OJRSBTboDW2U1POSOq','alejandrinastark','denishaconcetta@geargum.com','','2019-08-25 01:47:41','1566697661:$P$B2I17kgsbGT4QUjCD7Q2rwKlxyb7uc/',0,'Alejandrina Starks',0,0),(175,'lizzie74k8','$2y$10$BS.ztjysXTVgDeTGNXZ48.dd5kvssRgkNyPCQHNDm6X7pfA.6ooH.','lizzie74k8','LizzieSasse69@hate.ppoet.com','','2019-08-25 02:08:53','1566698934:$P$BMO5DydPp5QL8C2Gkw4cInDyQxp9PO/',0,'Lizzie Sasse',0,0),(176,'enriqueta4075','$2y$10$3X2MXrkux0iDTRZWneG.iu6G/NLsox5kqjCoIa0ZK6JlXQ5sHsJB2','enriqueta4075','terrykam@geargum.com','','2019-08-25 02:59:34','1566701975:$P$BDyXoIAwXRnNsKdtIIVuL6xWXxt.2t0',0,'Enriqueta Riley',0,0),(177,'avabernacchi0','$2y$10$d8S1C9.ZJql/7aTy1NtBROJcmuGVFlJedeqQlHp6wYXRwyef48aJq','avabernacchi0','AvaBernacchi87@hate.ppoet.com','','2019-08-25 03:07:33','1566702453:$P$Bm4mQXnF.l.KUR.YI.TtAlFZZQhL.m0',0,'Ava Bernacchi',0,0),(178,'autumnveasley2','$2y$10$y/0iy6cyqrX7mqpSBv5T1ubibNSdDrgqfmpeKSJXS0E9cAVApObXC','autumnveasley2','AutumnVeasley20@hate.ppoet.com','','2019-08-25 03:49:01','1566704942:$P$BuOMbzaAI9O9e244MMChszWEEKCA2/.',0,'Autumn Veasley',0,0),(179,'jaimieaiello476','$2y$10$o6eLDpdAQp2ONcCqExw.6uThHHUu7ZCTEaOUJ1snrC.ryh4JpEetC','jaimieaiello476','giaverla@geargum.com','','2019-08-25 03:57:41','1566705462:$P$Bh/8f1xezNQXMDnh/m3JekmaqeCGvi/',0,'Jaimie Aiello',0,0),(180,'elishanewquist4','$2y$10$hJUx050iF7smHMAc3UEW3etXoHaGr7gmSx5vW9zyUo4ZtV.DjcA1a','elishanewquist4','ElishaNewquist14@slow.ppoet.com','','2019-08-25 04:02:25','1566705746:$P$BXLLvS1lqFUIzmbfvQxEQhyNxyHrVc1',0,'Elisha Newquist',0,0),(181,'kianhodgkinson6','$2y$10$9cMCl89/2whx.zUBT8w2K.fCM767rnQpLNXwKRMKC6rpKdimvaWiq','kianhodgkinson6','judialanna@geargum.com','','2019-08-25 04:25:12','1566707112:$P$BVnLripxmqpIUYZmn0E3eIartD9LuI.',0,'Kian Hodgkinson',0,0),(182,'lilia17a1044209','$2y$10$Q6Xq5MS.z6bIOpMl0qoUeeCvpgqU7AZoqpz14e6ACqg4/9Sg9sgMa','lilia17a1044209','LiliaLoper38@iron.ppoet.com','','2019-08-25 05:20:07','1566710407:$P$BbOoxM091DFNBs3yUkH3JvHqIk5zsZ.',0,'Lilia Loper',0,0),(183,'gerardooshane59','$2y$10$CkUNmomQHEsrieH4HlzIJe68qLT0SH.bDnVWpmgQID7NVfuZnmpri','gerardooshane59','junesonia@geargum.com','','2019-08-25 05:24:50','1566710691:$P$BI2fZGL5IdBY9VTV2QZtn1MWTcxs670',0,'Gerardo O\'Shane',0,0),(184,'marlysmartinovic','$2y$10$dUa91tbwZ3sX.oP1LFl5uufOHT2aBjqwlcOK/AzInTD27nIEHSrGG','marlysmartinovic','MarlysMartinovich96@iron.ppoet.com','','2019-08-25 06:37:27','1566715048:$P$BScWo/E5iWlaSQefMQze472BpJQK7G.',0,'Marlys Martinovich',0,0),(185,'darinchew8979','$2y$10$GAmtE7lsmF4d9oSHJLbhOOP0Zi4CdBr.iFXRRMqZKZL2IRxR4cnaC','darinchew8979','DarinChew42@slow.ppoet.com','','2019-08-25 06:52:25','1566715946:$P$Bvv5G4v2upl6GK/Xe.BCR6DZhxNO.R1',0,'Darin Chew',0,0),(186,'angelinevillanue','$2y$10$HwBcdZ2ZT4VFZAiZDBKnIOhAUa2fITBuZEkXsH5udMaq4ghd6cszC','angelinevillanue','AngelineVillanueva44@slow.ppoet.com','','2019-08-25 07:03:09','1566716589:$P$BgLcZOwrSSV7RoCZIQPmp1W5GR0dWV/',0,'Angeline Villanueva',0,0),(187,'casiewannemaker','$2y$10$BwjYIWPhbfsBqODmiVcjWuCZ.6kuLjk7.je0WxqZCT6VskNTOi5v.','casiewannemaker','alvinhellen@goodcoffeemaker.com','','2019-08-25 07:11:51','1566717111:$P$BQ58KcRSxA1iAOtcD0y2qB1Aqt7PyR1',0,'Casie Wannemaker',0,0),(188,'karinabradbury4','$2y$10$LqkvgaIYsc6iFfuKI6ctJuquMo6iealoX2G2RkJXSXIjk9jPejtti','karinabradbury4','KarinaBradbury66@iron.ppoet.com','','2019-08-25 07:20:21','1566717621:$P$BBWd5WkdiUMVnxV1DeBKMlPvnG8.S70',0,'Karina Bradbury',0,0),(189,'triciacarrigan7','$2y$10$Am4eCxMXGOuIfNLqEgFMCutmmU5fHrx3tBPkXSIIYvzaf.0Yh5wR2','triciacarrigan7','TriciaCarrigan71@slow.ppoet.com','','2019-08-25 07:41:29','1566718889:$P$BMs/D9d98/m7GXUZpiHFb21TIc08RN1',0,'Tricia Carrigan',0,0),(190,'barrymyles447','$2y$10$.SgHP87vK27HdYXWAdsJa.mSghH9cZk.6n1ai7Qbsd1tG24nCLMM.','barrymyles447','BarryMyles92@hate.ppoet.com','','2019-08-25 07:58:58','1566719939:$P$BIylcrCqq/cQ7INDFwgrJdXXC09JF.0',0,'Barry Myles',0,0),(191,'joe35n52614','$2y$10$tqJtUBYRSjUvKAF4VP7W3.foH0eaFAcoi8FVhqj2s8KgYsaBOZ0bW','joe35n52614','JoeTew68@iron.ppoet.com','','2019-08-25 08:05:42','1566720342:$P$B6hAOIxYF5BOff8qQ8HwvL3PJmofnM1',0,'Joe Tew',0,0),(192,'carlosorchard99','$2y$10$ZLWgKW2VRNB8GtgayKzc/uM0h5JckYcFx4F3jrpPBDfc3v1rIOkZ2','carlosorchard99','CarlosOrchard84@hate.ppoet.com','','2019-08-25 09:50:02','1566726603:$P$BA5rIq9bQjzIIdGIsRa/crdloPt0I1.',0,'Carlos Orchard',0,0),(193,'adrienetorrance','$2y$10$mHGhYx7nVGqmpY6Tp0OLgOOH5KDHO2h7Ngv.4/wQsqgN8LxHijr3a','adrienetorrance','AdrieneTorrance78@hate.ppoet.com','','2019-08-25 09:58:47','1566727128:$P$B9zVzbqtLFZiGKeP4TH9zL9T0aYueG.',0,'Adriene Torrance',0,0),(194,'davisrooney6715','$2y$10$Pk.u/52c7nj3c1knnCrT9.fWUGPWPTlthTeBhYtC6il4Dwo7slzR2','davisrooney6715','DavisRooney53@hate.ppoet.com','','2019-08-25 10:07:52','1566727672:$P$BbN7sf6sFSm1FfhDujIrgf6w0PJeI91',0,'Davis Rooney',0,0),(195,'edison0626','$2y$10$UMVmPJn20Q01HSYfe1.jKevR65OaepV/IhPAKl6rpFrPbM3jTtpQS','edison0626','EdisonMcCrae53@iron.ppoet.com','','2019-08-25 10:31:14','1566729074:$P$BaSIdK.d3Ibh9ib4uwff7sTwDP16So0',0,'Edison McCrae',0,0),(196,'christal15r','$2y$10$bqKqx9VbJtn.dmIrsDzbWOXVfv4tNYykblp5Rk6MF7vcDj.YbYzsq','christal15r','ChristalSquires14@iron.ppoet.com','','2019-08-25 10:37:41','1566729461:$P$BGhG1aEeRWN3446NKzq3EzifZOJWk/0',0,'Christal Squires',0,0),(197,'aguedafarias888','$2y$10$ddF/GP7IYVEvC6lnDBpCleNsXdq9XBoyqiwVd79RrrLywvxUceZWy','aguedafarias888','AguedaFarias92@hate.ppoet.com','','2019-08-25 10:42:44','1566729764:$P$BTz2EE4/32vPUZHLOdge.vTzlObj87/',0,'Agueda Farias',0,0),(198,'mayaq9824467777','$2y$10$2RWE8LFKv2YLoi51bhxKoO3Xxi4O4/h.4pnFAFtEIuuzFsPztF/Yu','mayaq9824467777','MayaLorenzini82@slow.ppoet.com','','2019-08-25 10:43:47','1566729828:$P$BJdMxMLlCO5jZAX2Zf/YsqtgYY/Q3t/',0,'Maya Lorenzini',0,0),(199,'janeclements3','$2y$10$k7UM7.i4eEhfUXDzBH4JqeIzbqJ.hPL8SD4lGVO9bqtTG.ipTis6m','janeclements3','JaneClements78@hate.ppoet.com','','2019-08-25 10:59:26','1566730767:$P$BxfXZyRGC173UqMhN/8EQ5oc/MbdHV.',0,'Jane Clements',0,0),(200,'jimmieqpx03526','$2y$10$81tB0Ap4cvK78BoUsPbV1e2O2ENFTlUunKiIijfC9120gyRHzdNAi','jimmieqpx03526','JimmieGrossman60@iron.ppoet.com','','2019-08-25 11:20:56','1566732057:$P$BashZ1u1ATjcVT/RbE7ghJQYusvkTA1',0,'Jimmie Grossman',0,0),(201,'jeanneboucher6','$2y$10$7E57yhtxNLcl52evQXew1e11x8DO91fY6HcXe9RPD3cWyQTFnlI0m','jeanneboucher6','JeanneBoucher53@iron.ppoet.com','','2019-08-25 11:26:02','1566732362:$P$BtwNBo5bOnqq5uovksWr/CpR85xMok1',0,'Jeanne Boucher',0,0),(202,'nelsonbrough2','$2y$10$TYH3KsbWqhKMthpBLfbaS./6ggclp1Z8MPYgWhpDSv9479wmA2UgW','nelsonbrough2','NelsonBrough99@slow.ppoet.com','','2019-08-25 11:40:57','1566733258:$P$B7NRAqqCPAkxvmMAKDYVDYzQ6MHfT3.',0,'Nelson Brough',0,0),(203,'kate90m3117','$2y$10$faXQ5x3Dgo0Ub5K9wXN3B.F4Xym/2loCm.mZqQjKqdMmV6pODKG.q','kate90m3117','KateRatliff93@hate.ppoet.com','','2019-08-25 11:43:55','1566733435:$P$Byky5nbbDsE5/gp52jZmRVUnyJiwzH.',0,'Kate Ratliff',0,0),(204,'nataliallx','$2y$10$9kyXrYNaZXUPPItdQ1GEB.J8F1y/YLqybapIZ9YINvOKGwRTyFBj6','nataliallx','NataliaGreenleaf11@slow.ppoet.com','','2019-08-25 11:52:58','1566733978:$P$BCQSWhv8GAyLqI9m18lkoNe2LjUuyA.',0,'Natalia Greenleaf',0,0),(205,'georginadortch4','$2y$10$6ZJJwzkVQnu44rfbW6x/juSce1LIwMtKPLf5zrRDCtcKywS/DFPqa','georginadortch4','GeorginaDortch17@slow.ppoet.com','','2019-08-25 11:56:00','1566734161:$P$BfO4y9QuCGE2gf8dQz9L9.a1X5Ettb/',0,'Georgina Dortch',0,0),(206,'bernardoretzlaff','$2y$10$JRImZ3eEbmyHE9MGnEV9V.oqnabuy/mvOUivYA/PzrtKYZQHjk936','bernardoretzlaff','BernardoRetzlaff94@iron.ppoet.com','','2019-08-25 12:13:02','1566735183:$P$BWdULjvSNfrcgxnABh2QnGmHlovcua0',0,'Bernardo Retzlaff',0,0),(207,'veronicauiy','$2y$10$sB8w2aWH/k0dmjcIq1MnF.VK3xgDDR47T8PwW6dT3EfdNMDs44Fue','veronicauiy','VeronicaPurves8@slow.ppoet.com','','2019-08-25 12:28:30','1566736111:$P$Bwcbh42ofVAgYCquGiVcrHiU.ZzNMG0',0,'Veronica Purves',0,0),(208,'hanneloremountfo','$2y$10$SMhz9SXtjX8ZR7i3vt//reqPflMgdkYZVby.MRkaGkzvaU6JE/N.e','hanneloremountfo','HanneloreMountford70@hate.ppoet.com','','2019-08-25 12:39:02','1566736742:$P$BviZZH/sc98hnVBnwyBSchIQxSFaxH.',0,'Hannelore Mountford',0,0),(209,'melvinamaurice','$2y$10$3l4L6BuPP96kn9TZe2k7l.JPFCawB8pQ2gwwohmhtBMin1if/eNQW','melvinamaurice','MelvinaMaurice5@slow.ppoet.com','','2019-08-25 12:51:17','1566737478:$P$BueRvlHEu5yD1TEmMF01eX9vLG.OPx0',0,'Melvina Maurice',0,0),(210,'sterlingbinford','$2y$10$ZotFu.7KjsMNeQTPSlullu1PmtNbAZDAtWoTofQqatadLR73bfzli','sterlingbinford','SterlingBinford50@iron.ppoet.com','','2019-08-25 13:07:48','1566738468:$P$B/iGUg7bbduqCDDHYY.HVcijPbMaZt0',0,'Sterling Binford',0,0),(211,'ferdinandsommers','$2y$10$Uyhvy6qBVOgMgabJc3M3pepV3IGfaeqNxRqQZU4oYZAOP5qqEeC92','ferdinandsommers','FerdinandSommers40@hate.ppoet.com','','2019-08-25 13:27:22','1566739642:$P$BN/46oI4YDyJMDs2YROv/V4CjZkOZY0',0,'Ferdinand Sommers',0,0),(212,'michellkpr','$2y$10$4o0xurJYS6l1NtOckZdrseBGmhJamgBbiiMkKqhhYaG4BViASMOda','michellkpr','MichellHalcomb76@slow.ppoet.com','','2019-08-25 13:30:13','1566739814:$P$B1rZTB0rojFFpXZFZ2mvgVPrn1fmYS.',0,'Michell Halcomb',0,0),(213,'modestapiscitell','$2y$10$XjLvXFP4r5COQLJXm4n.9eT1tiUyUVdvXKad/aOtwbJHeARYwGtNu','modestapiscitell','ModestaPiscitelli67@iron.ppoet.com','','2019-08-25 13:33:07','1566739987:$P$BX/pxX03EPigQtgkpTSg4uWZaZ31zS.',0,'Modesta Piscitelli',0,0),(214,'errolawk357','$2y$10$gDrbNzn/7vHkaYRZOi9HceaeyNgZJLoGhG7Y6e0ZPMZxaSQvPWMA2','errolawk357','ErrolWiegand76@iron.ppoet.com','','2019-08-25 13:47:00','1566740820:$P$B.nzdrBKTnmirjMMkc1jA.QpTIiwCB1',0,'Errol Wiegand',0,0),(215,'trudykimbell','$2y$10$6T5TpQlQT8uXL/xNC4Q0iuV110IvA/XZb5J92jLUqJ6X9j6dDrNHa','trudykimbell','TrudyKimbell30@iron.ppoet.com','','2019-08-25 13:51:01','1566741061:$P$BDoW0kGJADpdAKNUzYNrx9viRga8eq/',0,'Trudy Kimbell',0,0),(216,'effielacroix868','$2y$10$2o9gH9IydW8Jp2.mgw3sDuAgVYfExXKpRvp/qFoj9Jos6Ev5AKEu2','effielacroix868','EffieLacroix4@hate.ppoet.com','','2019-08-25 14:05:01','1566741902:$P$B0RQejFVynR.riC..aCzGB3/ghHjNN.',0,'Effie Lacroix',0,0),(217,'teodorosinclaire','$2y$10$E01aoW6eFkf942lSzbU03uH05OKbsbMPxxPxEii4f6MJDNorSfeBy','teodorosinclaire','TeodoroSinclaire64@hate.ppoet.com','','2019-08-25 14:08:04','1566742085:$P$B/g2JOagNncCZsUFOODMihEuc2OmWs/',0,'Teodoro Sinclaire',0,0),(218,'adriana22h','$2y$10$xHA6wX1iKqGVo04cwxdkxu9b8y8ydsatW4CxweFIENz4UdEegC9MK','adriana22h','AdrianaHorder69@iron.ppoet.com','','2019-08-25 22:36:41','1566772602:$P$BN1IThbzbz28Gr.N.YrakBo9iP44Ay1',0,'Adriana Horder',0,0),(219,'dortheamcburney','$2y$10$jiutFVmi1gEw.2BePGKLY.gMsw.4ADg7E/y6MlYoytI8dEw5zcrOO','dortheamcburney','Dorthea.McBurney52@gmail.com','','2019-08-26 00:10:17','1566778217:$P$BJlwefKi7I5.oJGpQMaLKCz3FYkk8W.',0,'Dorthea McBurney',0,0),(220,'nicolasmut','$2y$10$dqn5jjnfGyqa88YJkfKKOe9/HK7oB9a7Bh/bwf645UYp/jU8FIEIq','nicolasmut','Nicolas-Ferrari36@gmail.com','','2019-08-26 00:49:41','1566780582:$P$BdQjrgRuFuC5HSCwgMNn80xwg.gmpf0',0,'Nicolas Ferrari',0,0),(221,'milagrostarnes5','$2y$10$MefqMMd1Qy392cP6fxlVbO52dJ9vqAcfGXMsG5prMsqSFgFKMeyD2','milagrostarnes5','Milagro_Starnes@gmail.com','','2019-08-26 03:04:28','1566788668:$P$BVex05OulZl08lx4QMjco5ZvZEIbb21',0,'Milagro Starnes',0,0),(222,'rosalinasparks5','$2y$10$QW0Nd1aUuUSnRYFcEB.v7uPzNx0SqeWNtxcLb2bMouFfJ0EWI1quW','rosalinasparks5','Rosalina.Sparks@gmail.com','','2019-08-26 15:00:16','1566831617:$P$BbPgA3e20BivAlpNXI.ldzqJGuLZ5X.',0,'Rosalina Sparks',0,0),(223,'jesus1313744525','$2y$10$nzCJfaEVNExKpV0QqY6fT.YLXztmuPreqWJt9SeJcI2Q3CVioPtQm','jesus1313744525','Jesus-Deshotel26@ori73.freeinvestoradvice.com','','2019-08-26 15:01:06','1566831666:$P$BXFIsr8RFiq8Oylg4bgbS899U/MzMK/',0,'Jesus Deshotel',0,0),(224,'pcdbud83343661','$2y$10$Twc83sJID7rxevJ6SgUBOu0lJohR8Yu6HkI2YbDpROIu3KP2aOiK.','pcdbud83343661','Bud_Counts85@gmail.com','','2019-08-26 15:45:01','1566834302:$P$BbBaJh27Xn5nNxjB.SYsMt0AHYbFz5/',0,'Bud Counts',0,0),(225,'cheriflack4645','$2y$10$BsCrTwXeUgvlNWqXJCnbZOQVa7GAWNkK5yncCD2ghFcyXvDAMiZuO','cheriflack4645','Cheri.Flack46@gmail.com','','2019-08-26 15:52:32','1566834752:$P$BaMKhcqdiT6i2w2vPBMnqJVi2YjeBz.',0,'Cheri Flack',0,0),(226,'rickeyliversidge','$2y$10$2i.Io/Bdss.zNxMJSe9PI.tVLF236TokHG/CZtJcH1Uj1R2/13HUK','rickeyliversidge','Rickey_Liversidge25@gmail.com','','2019-08-26 16:49:29','1566838169:$P$BnueTXJ3IOrnOnR7tenza5ClvbJtKw/',0,'Rickey Liversidge',0,0),(227,'plytawnya98042','$2y$10$rh82/qUkhOCudCKlabtzYeLfgE8C00H7VeA2r3i3.gE2iHsnYxhg6','plytawnya98042','Tawnya-Esson38@gmail.com','','2019-08-26 17:40:12','1566841212:$P$B0z3oRw8JuIOQJG2qC5W9FeIrXmnfY.',0,'Tawnya Esson',0,0),(228,'chanceqlt893276','$2y$10$4Cwli/AAqwgzxKOMO7mDmugpNXNJQ2ceG5M/O5STOxFCZIwegsbXy','chanceqlt893276','Chance-Cyr77@gmail.com','','2019-08-26 20:02:26','1566849746:$P$B9kW81kndyGLh3sE/2pfdnchY4U9WY.',0,'Chance Cyr',0,0),(229,'zitaconnors834','$2y$10$2iVb8ak.aRyXPs7/PmjDDOJ9ARvKadJXThDybKItJIabxQzjMdEdS','zitaconnors834','Zita_Connors@ori73.freeinvestoradvice.com','','2019-08-27 04:39:28','1566880769:$P$BjgXcRFFHQmBEPjz7ZjhEKFMC7m1JC0',0,'Zita Connors',0,0),(230,'wilheminadortch','$2y$10$nqbfyDnqi8pfqz/2xKazu./ow3IeDXF0KkpR95lFtAclUQA/qpaeG','wilheminadortch','qtdinnm@aol.com','','2019-08-27 09:07:34','1566896854:$P$BGUa9QK1rrReWgfg6RpwKuOLSE.z5f/',0,'Wilhemina Dortch',0,0),(231,'leilanityson2','$2y$10$WC71E4za1ftIRciM8D2CjuZGJCMEcqHNh/SG9pATgRNNBoj2e6hUe','leilanityson2','Leilani-Tyson56@kinokinoggo.ru','','2019-08-27 22:32:03','1566945124:$P$BPYDFBqJ6SdZKYLuzd3vV9R4pBKtab/',0,'Leilani Tyson',0,0),(232,'bfnsam01987159','$2y$10$C4xTlkGk40qCJxl89MGu4.ZwokokLnx2jyhVWzr1uDCe9VjltyzB6','bfnsam01987159','Sam.Vanderpool@a-kinofilm.ru','','2019-08-27 22:42:54','1566945774:$P$BsRSJXRnlZx0jcwFgXurQ1.YdAegq8.',0,'Sam Vanderpool',0,0),(233,'natehunt0208188','$2y$10$CM4tsh1F/m2sJXlE4BX/aeoUKHt9W99MiLjnBM2IOFLWOFrOOTfPO','natehunt0208188','Nate.Hunt@abc2018.ru','','2019-08-27 23:06:30','1566947190:$P$BbkEA8qs5vttIaaCBeFGUcqYI.hzG5.',0,'Nate Hunt',0,0),(234,'kevint','$2y$10$OThtwNnBE2nY.Y.Cci.Nuuc..5N0fnncaQy3E2Rj55TtmKGrreUci','kevint','kevintes@gmail.com','','2019-08-28 05:28:07','1566970088:$P$BES3F6TTCEZOlzh4.5z.jH2QP65lkc1',0,'Tevin Green',0,0),(235,'edwinbarff9250','$2y$10$/4OHb.UppQLPpgCryfTZUepW1IDW70/MEVltPAUittGQyH5ga0pza','edwinbarff9250','Edwin.Barff@fireshoot.walletonlineshop.com','','2019-08-28 07:40:16','1566978017:$P$Blut8GKOLqaoLtsQjoTxneL6oqylJf0',0,'Edwin Barff',0,0),(236,'alenabozeman18','$2y$10$VMuSFxIQqvteWKLIKt3SWOVx1KFNDdllXbZ0LOInVTRRX.4i0YV4O','alenabozeman18','grohovlk@aol.com','','2019-08-28 18:15:52','1567016152:$P$BNN47Ht/BqjyZJhttE4jZ1dKY0c1.O0',0,'Alena Bozeman',0,0),(237,'darryllarnach18','$2y$10$vf9a4.fl7T0hAWSw3Vr09ufL5KGAheTZfjtz5GJQPq9/b2HyFhani','darryllarnach18','Darryl.Larnach21@wibawa.belipbn.com','','2019-08-29 01:50:59','1567043460:$P$Bs4vm54zvluYNxXy888juCkMBRUl9S1',0,'Darryl Larnach',0,0),(238,'bellathornber23','$2y$10$ky9zz5XH.AKFIn1mhHnppuy3SlWZ2K5atJNw4fNs5xA.vDWQPzUli','bellathornber23','Bella_Thornber@revak.ceramicsouvenirs.com','','2019-08-29 10:43:59','1567075439:$P$Bhr4y1zDtmc7R71eHZ/Vg/.JtQet1f.',0,'Bella Thornber',0,0),(239,'raga-z','$2y$10$Z/mnYOwuKY7yKbTXo6sklu8R0DOf56UdU6KuCFf1NnPHkRfSvFSaG','raga-z','Ragaze7@gmail.com','','2019-08-29 13:50:20','1567086620:$P$B.dkQsHDzROiEQBoumTwSTy2D6pA73/',0,'Wayne Ingtam',0,0),(240,'rolanddrost','$2y$10$Qte3Ah2jXShpDOFsnWXiKeK6J6NBb/iEUMkYSUSdRGltnC8qkDeX2','rolanddrost','reganonita@amysink.com','','2019-08-29 17:31:40','1567099900:$P$B2yXMsEeDCXQZrp.Y5Wma9LkXtRISS.',0,'Roland Drost',0,0),(241,'jeanniedunning','$2y$10$PnVSVvWBHdM.VdOT1x5ONuhSwWv1C4GIizQYI44VtrxXMg/.Qixnu','jeanniedunning','paige.rodriguez89@aol.com','','2019-08-29 19:20:02','1567106402:$P$BtbpyJYCfKUxxV04xcGV43aqJCJJj6.',0,'Jeannie Dunning',0,0),(242,'biancacorral','$2y$10$HGQbL01Mh.P6e/qbbBb8hutIM5D5wtpHHqK5xDH94QZ4OacnUgeZa','biancacorral','Bianca.Corral@gmail.com','','2019-08-29 22:57:33','1567119453:$P$BRjaXJG5TBh8SaUfqiiO7SCPN9Mv0K0',0,'Bianca Corral',0,0),(243,'yvonnehagan118','$2y$10$YIleui7I8IhcSzIBxBMdbu/6/rerEOLQXGUgDIgXeQbM.ciI2SKOC','yvonnehagan118','Yvonne-Hagan12@gmail.com','','2019-08-30 02:17:59','1567131479:$P$BRG8Dx/xsbwe/EHfY0q58lK6s/ot1/.',0,'Yvonne Hagan',0,0),(244,'ellenmcfall87','$2y$10$H1s0q7Rrl5ESmR3ypCqRaeGgA9gSNyYdL8sDyaFVRZhs9E7HsxhGK','ellenmcfall87','Ellen-Mcfall@gmail.com','','2019-08-30 02:32:15','1567132335:$P$BxuQneRA7RVzU6.AukUyddZmjiGVI90',0,'Ellen Mcfall',0,0),(245,'irish90z54','$2y$10$8Qxb3cZ5ZZKk9eNBNjrskuNwGVUBLddF9CjBW/c/LltliVAGyP3GC','irish90z54','Irish-Haskell8@gmail.com','','2019-08-30 02:35:13','1567132513:$P$BXy0QILhtVFi4b.dg0BcI./d9K8kmR1',0,'Irish Haskell',0,0),(246,'ezequielchurch1','$2y$10$SM6kUZ/G1GEYzyYocOvrHeOaaLHZ4/07Lp0.8vQIkttBbkxfb0dri','ezequielchurch1','Ezequiel.Church@gmail.com','','2019-08-30 03:59:50','1567137590:$P$BrBoRaKqTsEPcHfCMmSwFCmOfe9IFH1',0,'Ezequiel Church',0,0),(247,'valentinrackley','$2y$10$DY8uiSzWi5rFA3oBKm/DpeA3bZPaNI1z4.FyjzIqmTsNdwlzfqa3C','valentinrackley','Valentin.Rackley@imgtokyo.com','','2019-08-30 04:24:17','1567139057:$P$BcfvXZnlRZuhlduCI5D1p2N2FZNDQo0',0,'Valentin Rackley',0,0),(248,'williamsbeuzevil','$2y$10$Up/ZRKzfAbfj1Fde3ODv2O/2eF.z7cfv6HaeUhwOKBUyTcuN87lqi','williamsbeuzevil','Williams_Beuzeville@gmail.com','','2019-08-30 05:26:35','1567142795:$P$BuhehbJRe1Vvixfz8Ujxsx9Ocr5Dui1',0,'Williams Beuzeville',0,0),(249,'clementswain9','$2y$10$I/sBzWek0ptHaa7xuo8Gw.QAGJSpRY0Nv5OKLO.vnREA.i2/Ee0EW','clementswain9','Clement-Swain67@gmail.com','','2019-08-30 06:14:21','1567145661:$P$BP3Q2ffP3ZTdZ25r/A9pujW5ROp//t0',0,'Clement Swain',0,0),(250,'earlf280339','$2y$10$PfM4M/P.94NIXtYMLXn01.hNipdfu.SPQagTiRyGTB/eqAYumiidO','earlf280339','Earl-Travers13@gmail.com','','2019-08-30 07:55:58','1567151759:$P$BEB8xePHXdy09UAdDLHWIA7ruol0s60',0,'Earl Travers',0,0),(251,'latricebiggs882','$2y$10$FhBqUHzGV.E8zUHobYVi6OgvjFqybiQ4/e.xk2q/H6S9qiAqrtQly','latricebiggs882','Latrice_Biggs@giannitti.modernsailorclothes.com','','2019-08-30 10:44:48','1567161889:$P$BaBEjMnTvsQqzXuMR5xfxzKIYt6Cwj/',0,'Latrice Biggs',0,0),(252,'whitneyheavener','$2y$10$LqnWZkYNuy4tGyCVZW/truohUtt4IJKC5f7caQ83obXQhmFTJSC0G','whitneyheavener','Whitney_Heavener@gmail.com','','2019-08-30 11:04:33','1567163074:$P$BazkWwkR9h.Alb5n3eIfC5haoum2Wt/',0,'Whitney Heavener',0,0),(253,'berniece46x','$2y$10$Q53/7yXtdZyIwjOGrB57oeoPTQsRhQiHoifkVZCuV2vE0XJvBvnxq','berniece46x','Berniece.Roepke23@gmail.com','','2019-08-30 11:37:40','1567165060:$P$BvQ1BsR0CdcYJ4SlClWDH9kcKSYOrp1',0,'Berniece Roepke',0,0),(254,'shannonsever4','$2y$10$WL8tFQOW9J9QmUOjPM7Qv.M1ulL2En0dRwRbsQVSMV5yXare4okpO','shannonsever4','Shannon_Sever38@newmoon.mytriplocation.com','','2019-08-30 13:29:41','1567171781:$P$BuMz3RVgz49vMu8ncLSQ2acV8WGELa1',0,'Shannon Sever',0,0),(255,'chanabenning','$2y$10$X9qwidTp7pE7vxcKbnIpROrufNgCL0QQ2tIftB/gif1ynbzCLpyOS','chanabenning','Chana.Benning8@gmail.com','','2019-08-30 13:51:38','1567173099:$P$BrZnWIDOJjSHYp2oYTlmLIZdVdZ.Si0',0,'Chana Benning',0,0),(256,'elissablock73','$2y$10$6LxFFkAchjMmrIvaDI.Sp.s8Pu/axnOy0Ii41smUYAwLDzMePHTR2','elissablock73','Elissa_Block6@gmail.com','','2019-08-30 13:55:16','1567173317:$P$BcXOA1k7uUE3suCNnzMWKaZ2O.Vhw91',0,'Elissa Block',0,0),(257,'nqkluigi54','$2y$10$XC2dGyyN6mRMaVguydj1Ie0gMTmE0qXrtKY0h2ROCyZmf8WVFIm.C','nqkluigi54','Luigi_Rech@fireshoot.walletonlineshop.com','','2019-08-30 16:25:10','1567182310:$P$BF7lP61U4bmrLXqCFQ0jAJgBFbq3UF/',0,'Luigi Rech',0,0),(258,'gabibitinho','$2y$10$OZuZoX.edOjYesYxsI92eukzsn8LkaszkXx2zQy73frD8bWNwSZBq','gabibimho','gabriela.angeiras@gmail.com','','2019-08-30 16:38:04','',0,'Gabriela Silva',0,0),(259,'poncedeleon','$2y$10$ynHufkHx7NhtSErq1nL7X.FT87Ce4rDdOPP8cuZtHakzNute1x8uG','poncedeleon','andreluisponce@gmail.com','','2019-08-30 19:17:35','',0,'Andre Ponce',0,0),(260,'gabi.angeiras','$2y$10$yPWsm1hbvdRpRqah7HI51uSqNOTtdicYLbyXDhLSrVZCLLeCJGlGa','gabi-angeiras','gabriela@cappen.com','','2019-08-30 19:36:37','',0,'Gabriela Silva',0,0),(261,'dannymartz6619','$2y$10$cJs5atgKAuHW59PJ88DEouGNbJE/zqDnxYRVWj9c9F4TSXFT3AG4O','dannymartz6619','pereacoejpy@aol.com','','2019-08-31 09:08:40','1567242520:$P$BOVrc61mvcwycCIxUG6STS5NPlG/9o.',0,'Danny Martz',0,0),(262,'carmeloyee73','$2y$10$hBctCvQLUvpQb2GzmW/Ye.k7H/s4xJn1cdsQuiyfovkoDYDndoGn2','carmeloyee73','Carmelo_Yee24@gmail.com','','2019-08-31 09:49:30','1567244971:$P$BFRYiTCAWvuv4da2Wf8XC7ZgYqyQXB.',0,'Carmelo Yee',0,0),(263,'maryannebradway','$2y$10$Pg8baDoC265H4TbdJQ.qb.pnJMFx2aQ6HGwalx2WZvAGSPLbhox92','maryannebradway','Maryanne-Bradway@wibawa.belipbn.com','','2019-08-31 12:09:17','1567253358:$P$BIELOEROeWHSEZI2CJEHfBNM8vGdtf0',0,'Maryanne Bradway',0,0),(264,'nildasalcedo0','$2y$10$jC705dz4V8N0wKC62Mi9ROo1tECP8Rh9cI7dqS4EE4WoPCL60Fjiq','nildasalcedo0','coulsonadxgtpt@aol.com','','2019-08-31 19:12:02','1567278722:$P$B12u1Mq2jcZ4H1UEs7/sFfvda35v3y/',0,'Nilda Salcedo',0,0),(265,'ronnyskillern6','$2y$10$.OmF/5ts3i37v7kTedLlw.VQEkrI/D.f4.wazorH4T7kancZcOIW6','ronnyskillern6','vandeheyszizs@aol.com','','2019-08-31 20:57:41','1567285062:$P$Ba63OJZCFfFo/K1uQDA.jGnOByTnmL.',0,'Ronny Skillern',0,0),(266,'rileymedders637','$2y$10$ezPJIkraVW/gqNraintpzuKih2x3p1ODvGavNuVmN1tixfdD9urFi','rileymedders637','Riley.Medders@gmail.com','','2019-08-31 20:58:00','1567285080:$P$BZ6amBNSTVVENiOWHI1aiE1cPARXmf0',0,'Riley Medders',0,0),(267,'phillipgovernor','$2y$10$Am2zOwe3N3J5pSIDtDfa8u.5Yq6vMXtdxcq35YHBTTvERDOsOiljS','phillipgovernor','digotals@aol.com','','2019-08-31 23:29:35','1567294176:$P$BN0f79MporgmApsvd0QoM0FKqPC.Dn/',0,'Phillip Governor',0,0),(268,'jennieplunkett','$2y$10$uE/LgHYU.SbMGcgpDeeiteXY9ZRtHxEA2A4IVdx0kWSHehCyTPGWW','jennieplunkett','Jennie_Plunkett@ori73.freeinvestoradvice.com','','2019-09-01 03:13:50','1567307630:$P$B6o7H7ySfaOLoFE7iRnY1cqG4Zug7Q/',0,'Jennie Plunkett',0,0),(269,'sherylhemmant6','$2y$10$SaesP5T8.td6V0mUIvKRfut1W6fQebuVPZaC66laW2cr4lngAxek.','sherylhemmant6','Sheryl_Hemmant@newmoon.mytriplocation.com','','2019-09-01 04:11:49','1567311110:$P$Bb9UuQoI5pHl0UDHxwgfJicMg2He640',0,'Sheryl Hemmant',0,0),(270,'jordan8061','$2y$10$Px8O7ZSynWYjGo2X3YwaKuo9wKJpFjFLlD0iHNd7XtyvlNbp/7RXi','jordan8061','Jordan_Bodenwieser57@coan.antiquerestorationwork.com','','2019-09-01 06:25:00','1567319101:$P$BcSG5nUEDxo2kLMCaY0x13SR2yuuN8.',0,'Jordan Bodenwieser',0,0),(271,'anguswhitely627','$2y$10$3n5lWCOPBzm.UZH17NbSZuBtx3tqVEpGvmjRi8QY6vcO5CIhGjLUS','anguswhitely627','Angus-Whitely@wibawa.belipbn.com','','2019-09-02 09:24:40','1567416280:$P$BN/s6ah26BKssq9peAvm8P/OBlBQ141',0,'Angus Whitely',0,0),(272,'harveycashin','$2y$10$fo5Se4.x3/B2zNAVtP.GCuC5k2VU4gTbqPT8PQub0R.N/C.rV1B1q','harveycashin','marceloclaribel@bandsoap.com','','2019-09-02 12:10:01','1567426201:$P$B45xAEG48WAn7XbFzYolC0pYCjlXlS/',0,'Harvey Cashin',0,0),(273,'arlenemarkham','$2y$10$zKPHB0a0gS4/dLdrUjkz4.5D55k9Y5XCRLQgJ5YGz13IahX/binm.','arlenemarkham','Arlene_Markham84@gmail.com','','2019-09-02 21:17:45','1567459066:$P$BpNOcCR4Lt3121UwiDqr4TI2moyawh/',0,'Arlene Markham',0,0),(274,'byronknoll75879','$2y$10$7SaXKQ1.B/m6aGmMPuF72es5fGZvwWIc6hl2y1c6N8ckLd2405wtS','byronknoll75879','Byron-Knoll29@fireshoot.walletonlineshop.com','','2019-09-03 09:24:15','1567502656:$P$Bkmo0lPs4wLOQdKA9U1j1sxP4PXPeb/',0,'Byron Knoll',0,0),(275,'leighengel590','$2y$10$hdp3UIAwNzTp0KD54GFUYO.Z0nXFp/CZRS7rkROa11h5x4c60mfdi','leighengel590','Leigh-Engel67@newmoon.mytriplocation.com','','2019-09-03 10:48:32','1567507713:$P$BTBpPsE.Z73XIGYhZg4TzI8lCCmSC9/',0,'Leigh Engel',0,0),(276,'gmatalon','$2y$10$Q4ZyQz1brgNYIOa2MPNuEey0uZVMLvm8I75iU6be4jjdL8P8e.G8m','gmatalon','gmatalon@hotmail.com','','2019-09-03 15:01:01','1567522861:$P$BB5lEm4NDqibniv2qfC6p8txDUamou0',0,'Gary Matalon',0,0),(277,'alfonzoborges51','$2y$10$xYYMdQftaYuxD8GWe3Npn.Aa/qFKBDB4QEaAIvPli6rBzQFtMNpvm','alfonzoborges51','beatrix@b.philippinestravel.network','','2019-09-04 02:50:18','1567565418:$P$BgzgGwH2zdCdVifC.Xa7L7jJqAYxrq1',0,'Alfonzo Borges',0,0),(278,'noellasessions','$2y$10$UeRVQCYb5PwdjfJLCI1Bd.aHvQwr5tYsqJoCu9yrzQv49woQTh7Wq','noellasessions','admin@pro-othisi.com','','2019-09-04 05:52:13','1567576333:$P$B3Dhi34P87iJgiylxW5ckPndMVXxBm1',0,'Noella Sessions',0,0),(279,'barbalbino20','$2y$10$rB3uzrTyd84ryRsPUsAVDesSg301lTLxuElhKAx05akX.LVpJfgZ.','barbalbino20','Barb_Albino@balmes.dynainbox.com','','2019-09-04 07:21:41','1567581702:$P$BNsUCO3VxYvH48BwiLhkIDRtVDUDpB/',0,'Barb Albino',0,0),(280,'esmeraldaloprest','$2y$10$bZ0NdUOn.LI59xtPFnnXmeqRTg/A6Hgfs76ImxzMNspp7UdZnGvH.','esmeraldaloprest','Esmeralda.Lopresti@gmail.com','','2019-09-04 08:56:56','1567587416:$P$BOIlY4HuIVVjC6AiQiVIGN6EpovBwB1',0,'Esmeralda Lopresti',0,0),(281,'shanayung','$2y$10$CrvZZTQuvV0jfvwcKDOx9Ou7F3SxR4RnLgWyewTMwXXLPV8mJrCnG','shanayung','shanayoung1990@hotmail.com','','2019-09-04 14:40:05','1567608006:$P$BLB9E4sD/eUi.upHW6OhF8YCo.ARgt/',0,'Cheryl Young',0,0),(282,'janlaing','$2y$10$ZeyLJSwhvehQUZEm4omf8e8NVefXGgQzsEAP7t/ADG1BoaqMgGAGO','janlaing','janiellejohnson@yahoo.com','','2019-09-04 17:49:34','',0,'Janielle Johnson',0,0),(283,'sheenaheiden','$2y$10$PYcTX80NPOBV.3rRGHHXPOxPOH3cr37dMoffz3VxQHh9o0mNNh2F2','sheenaheiden','Sheena_Heiden@gmail.com','','2019-09-04 18:35:50','1567622151:$P$BoEDZg6VLUcoEi0bD2h6sKJ2gIyhZ0/',0,'Sheena Heiden',0,0),(284,'latishabilliot','$2y$10$FnW.aRzhslbsncaEgwWgxOPPUgZnjbhONo3cbIVn1VoYqaKQJNJxu','latishabilliot','Latisha-Billiot@gmail.com','','2019-09-04 21:24:28','1567632269:$P$Bml9huq7OaINEPRcdlaa4AFGKfFWGB.',0,'Latisha Billiot',0,0),(285,'addie95p8432869','$2y$10$h2Ba.zxcLC1XY65.ySFWTe1KlaZSAvsoa9ayg/IkAhW2mS//EnsKO','addie95p8432869','Addie.Cash55@creator.clicksendingserver.com','','2019-09-04 21:48:24','1567633704:$P$Bd3kv2NocobzSFXthOHVRRQ1h.A0FT.',0,'Addie Cash',0,0),(286,'kir2wander','$2y$10$rti1EHJup/DCHArRyjYZN.Ge53LObOjOH5BHmL3d.WOJ5mY3fL8D6','kir2wander','kir2wander@gmail.com','','2019-09-04 21:51:40','',0,'kiran kerr',0,0),(287,'mariettapflaum','$2y$10$yLKm6QBsVMQt8vJuh2IvC.4fUknKqQB1eYt3ldhmyxF2xmJBNl67e','mariettapflaum','Marietta_Pflaum16@creator.clicksendingserver.com','','2019-09-04 23:20:40','1567639240:$P$BEOIgVAPJG2wqVHwql4dTZe69/iwbP.',0,'Marietta Pflaum',0,0),(288,'carminenaquin4','$2y$10$Wisv7iKeInsKsASm1kEchO7k55LqEOoMSaEdo.qdRh/Yvg2rkKuXO','carminenaquin4','Carmine_Naquin18@creator.clicksendingserver.com','','2019-09-04 23:45:17','1567640717:$P$BArYlNGiKVT85q8ktsPQBYe2ml1H3g1',0,'Carmine Naquin',0,0),(289,'eddyblau80096986','$2y$10$3wRrGbX3jOyOCYV4z26zS.nONW0HrSYrWbHWLFfFaCTS0ZqWCCYYK','eddyblau80096986','Eddy-Blau98@giannitti.modernsailorclothes.com','','2019-09-05 11:18:42','1567682322:$P$B.vEV8zAMgSO4wzbF2bO1RqoflS3OM.',0,'Eddy Blau',0,0),(290,'rosarioself2149','$2y$10$.OlxrAAkZSaJ8yfgwVa0Uuoq3OSLQlbvcF/Fc4JPtjkqMBud.FJCi','rosarioself2149','rosy@b.usatravel.network','','2019-09-05 12:38:15','1567687095:$P$BqHDvkXrd6fDGByfHYmGGqolq5LIYm.',0,'Rosario Self',0,0),(291,'octaviaknaggs5','$2y$10$QyYuN74LAjDPiduK65HTSO8s7zx3mQLOEBFFk/7TJK/Bv0ihWivxa','octaviaknaggs5','Octavia.Knaggs30@wibawa.belipbn.com','','2019-09-05 15:47:21','1567698442:$P$BKwQmzKO30OtdEQVlxTGsNfWC21TkW/',0,'Octavia Knaggs',0,0),(292,'tiffanyhorseman','$2y$10$7OHNDh/r8gIqwcJoKwY22OiJz.POhZZV1q0UeTJoGpMeKlPk1oYB.','tiffanyhorseman','Tiffany_Horseman10@fireshoot.walletonlineshop.com','','2019-09-05 20:31:26','1567715487:$P$BYeY7fog5fcxCoRmIFmC1rVri2Ufvn1',0,'Tiffany Horseman',0,0),(293,'lenoramccubbin','$2y$10$P9SDR.ItexJxPZgvql4DH.bUhHkygn4PDCh49fptw.WtEL9cgdIiC','lenoramccubbin','Lenora_McCubbin@newmoon.mytriplocation.com','','2019-09-05 20:52:03','1567716723:$P$Bpm0xWQbCTJ1g9lswNAdV8o4muKcSd1',0,'Lenora McCubbin',0,0),(294,'jacintoransom','$2y$10$H1Ab8buTJud479Piu6Cfb.Xo9DaapGX2zl55qUdtAeT4nqUb8yYUC','jacintoransom','melonie@c.kualalumpurtravel.network','','2019-09-05 21:57:17','1567720638:$P$Bdbtcj4Na.pGBavCgQjQmRSvFihEAt.',0,'Jacinto Ransom',0,0),(295,'brentoncrawford','$2y$10$YXtcoAEy6Yh4/TwQGuGMFe8H/4aHtuMB1OAnSb6TYY3Uo1R.DxCvq','brentoncrawford','zeischeggc@yahoo.com','','2019-09-07 03:08:35','1567825716:$P$BCm1m3UupqqQwaKU598B7nEFLjnEow0',0,'Brenton Crawford',0,0),(296,'elmerf4114000288','$2y$10$T7i9c9yxnOZLubDxdZCAeOYQdKFz8ZUw9BPtNNFuuPsxYFUDqpdgi','elmerf4114000288','gertieguthrie@my.viola.gq','','2019-09-07 03:58:42','1567828722:$P$Bo5C7qDC92F4Op0gpyw8hTNS/iH856/',0,'Elmer Stage',0,0),(297,'windyclary6827','$2y$10$D3E.FdTjLShVp8dzfjDrXOaus8hbmWxIJvVMPqMdHxaWp4mFkj8rG','windyclary6827','mindorffg@yahoo.com','','2019-09-07 10:21:57','1567851718:$P$B89iq5zT8b.G6dUnmNApdEziG.iGyx1',0,'Windy Clary',0,0),(298,'hortense98u','$2y$10$c271onjvZ18.MfDKMJw6rudMwu6hPAexzbizKHuSxp0ATOE9fQfG2','hortense98u','wkhamvanhthong@yahoo.com','','2019-09-07 10:42:25','1567852945:$P$B4CnpEBnp5STWBVGq6yhRPi8Phj9S7.',0,'Hortense Unaipon',0,0),(299,'shellascarberry','$2y$10$kivYjH6UGSlo5LMCTbQk2.D80lj0RfUoMiG167P35APvpego56kpi','shellascarberry','bunaditrimnell@yahoo.com','','2019-09-07 10:45:24','1567853124:$P$Bw5QHQOXHMelESonekJ8i.3vrI7Bt/1',0,'Shella Scarberry',0,0),(300,'hiltondarosa4','$2y$10$eNFB/UViOA/dIWMlJS5za.NZGNTyVXLQf3iCKwQfgSUBFiEat8pVG','hiltondarosa4','ane.duggad@yahoo.com','','2019-09-07 16:57:58','1567875478:$P$BPWTVS2krnyiJMHkN5ehZvxTmqjB/H1',0,'Hilton Darosa',0,0),(301,'ponce','$2y$10$nv3r7itMnPfDQczr21pV5.B8zzLAajvPDg6sS6th17VH.D/3gxKzu','ponce','ponce@cappen.com','','2019-09-07 20:06:52','',0,'Andre Ponce',0,0),(302,'ieshaparkes8297','$2y$10$CLB5ySPxgSHmQOzh6b3Ipu0u37IO7UcgxaepzcHfEpNHOut/uHmFW','ieshaparkes8297','Iesha_Parkes@newmoon.mytriplocation.com','','2019-09-08 17:26:41','1567963601:$P$BiOdRmEj20zqQQxweixVCyT49VtEOq0',0,'Iesha Parkes',0,0),(303,'medeiros','$2y$10$TP2klPTv0pvPjgmZ8gEwY.ZAXAoeuEb4oo01ZJpVV0EhWqXtx2wTC','medeiros','eu@gmail.com','','2019-09-10 21:00:26','',0,'felipe Medeiros',0,0),(304,'kishaballard','$2y$10$xT.FH/4iqO62oqNeoz3wdewedVUrbl.DUQO5BWR/GBSpZIzMSPgwm','kishaballard','karlene@bestvps.info','','2019-09-11 15:44:18','1568216659:$P$BqSDO6UL8DPvNkx13lL9s6WNzi/3Gy/',0,'Kisha Ballard',0,0),(305,'angeirasss','$2y$10$lJ2qiLJjyhaxwUz9AniC1.JRMLC.UDMaQ60fDfmNd/47CevdzAK/2','angeirasss','angeiras55@cappen.com','','2019-09-11 19:27:18','1568230039:$P$Brm84FINCo8l3e3gS3i9w2Ay.W87XL1',0,'felipe angeiras',0,0),(306,'shelley8439','$2y$10$ITG67Se6YTq9oky7ewZse.9ry1vQPNq.zqsCGObQzO49KPbSa4Lxe','shelley8439','Shelley_Herrod79@gmail.com','','2019-09-12 01:27:22','1568251643:$P$BLo.YFND1EGw6NcQ92gSVASADLd42C1',0,'Shelley Herrod',0,0),(307,'earnestine99w','$2y$10$hTmnVQkSOmtLw0o33JCCjuUWtI8A7MdwDpsiZz2K07tYfouj1kuCC','earnestine99w','Earnestine_Wonggu@gmail.com','','2019-09-12 02:18:13','1568254693:$P$BTiOjX5Pdid3vBmxgWIBRMHZXGY77Z0',0,'Earnestine Wonggu',0,0),(308,'mackswint7962','$2y$10$DJB5iBJ97.QmOXmI3Aa8R.PRwg95X2.o6QHFG8SEpaJnj8pywfqFi','mackswint7962','Mack.Swint@gmail.com','','2019-09-12 02:36:41','1568255801:$P$B4dHfNjtPDBmyfGeDJ94HTyd.C.vpN1',0,'Mack Swint',0,0),(309,'marcushowes31','$2y$10$qXAljtIOfnIdlZXH3/Yu1.dUOpH2YA3ntJx/UKsl9lMzTSbCAZ3y2','marcushowes31','Marcus_Howes@gmail.com','','2019-09-12 03:19:50','1568258390:$P$BLli0kJ6h4Vgp5I3v3K9g6uPCrjPBp0',0,'Marcus Howes',0,0),(310,'rufuswinfrey06','$2y$10$Yp6FkubQTCrQdYaU6N9v5e4KfGJgVxsviNcEXEpq7zvAYLSAXdFBO','rufuswinfrey06','Rufus-Winfrey@gmail.com','','2019-09-12 05:04:39','1568264679:$P$B/GnmK7847OHmH9gaSjw6VjytxUtdw/',0,'Rufus Winfrey',0,0),(311,'elliotpotts4','$2y$10$NBYisPqXl/dy4dqk3YTFYuAmC5/EOT9bE2.bkXN9e/CaPmn/jvIG2','elliotpotts4','Elliot-Potts44@gmail.com','','2019-09-12 05:22:15','1568265735:$P$BWlQqJ1WHndCEfTZOvHkDWeHocFC0r/',0,'Elliot Potts',0,0),(312,'valentinybarra','$2y$10$9FjUMUaobccqEcyIrsE4uePgyqkyvQ9usLyaOjhNodgmH6IUf3Kmy','valentinybarra','Valentin-Ybarra83@gmail.com','','2019-09-12 06:02:01','1568268121:$P$B.0cgRtG7v/zGloM4pdF3pTrbmFsxE.',0,'Valentin Ybarra',0,0),(313,'lilliegrunwald','$2y$10$3BCkmvaT9OXMTGCRSjONBeoNXUPpX.MuO6M5ksbsm63bZ0nW5z32y','lilliegrunwald','Lillie.Grunwald57@gmail.com','','2019-09-12 06:09:45','1568268586:$P$B5uY0zz.mR6VWPuRsc6LHFNJWTt1E6/',0,'Lillie Grunwald',0,0),(314,'launajephcott','$2y$10$tLW21Yu4f4O3Of7TqX40JOApX3KQ7oxu/6wWE7zQ8modIi3b1/F7.','launajephcott','Launa_Jephcott12@gmail.com','','2019-09-12 07:07:11','1568272032:$P$BTBs8pzNV/pJ4V7EQWx78R6CV07kJR1',0,'Launa Jephcott',0,0),(315,'jamilalozano639','$2y$10$voM28qrOQvt4tSeC0CyGluB4O6EL1oxtmQFHHeZrVv8tLV5D9aKYS','jamilalozano639','Jamila-Lozano@gmail.com','','2019-09-12 07:29:38','1568273378:$P$BhjwkBqdJCn8HaG4IuM9F4yfR1pqCh0',0,'Jamila Lozano',0,0),(316,'tiaengland49','$2y$10$UVxL1nsHqxc2FeyZvgaupOemY.GmQGsOXZ44lEZBEPD5DLFARFR6i','tiaengland49','Tia.England@gmail.com','','2019-09-12 08:03:20','1568275400:$P$BvIOB.0hJVXUQg1UFTto2ZjLZZxx6z1',0,'Tia England',0,0),(317,'lamarandersen17','$2y$10$OkJqK1aSpvx2Z24Fb97ieeLJTkmwa8BY9Ttc3u1SKMy5hz2aE5dTG','lamarandersen17','Lamar_Andersen93@gmail.com','','2019-09-12 08:32:54','1568277175:$P$BUizqianarlXs2y/qWZ8lue//aoDqA1',0,'Lamar Andersen',0,0),(318,'janet5942395835','$2y$10$g6gtJvx4U.68NruMGSVHIOTDK7wC9jgdvi6VlM15aaqoinF01kd12','janet5942395835','Janet.Boswell9@gmail.com','','2019-09-12 09:25:52','1568280352:$P$B9JZq3LOyxiX0Kbv5iTHFkbgLCnEPr0',0,'Janet Boswell',0,0),(319,'melbaspofforth','$2y$10$IGXeQaICFjWUlZMhX7EHsOC12ftOgAChm/5IcHUkOHz6cYUdmWUb2','melbaspofforth','Melba-Spofforth56@gmail.com','','2019-09-12 10:54:23','1568285663:$P$B7cpH9ZB0JoOTSfFatwdfj5d1SK5ax.',0,'Melba Spofforth',0,0),(320,'tobiashickey975','$2y$10$aJBFCr2o7KkJZyLJFmgfGOqXcpR2u4muX2ZBP9.F1LhZ.alE83O/.','tobiashickey975','Tobias-Hickey@gmail.com','','2019-09-12 11:22:19','1568287339:$P$BvuYiui6IKU/txb7HL3pJBldkIXXim0',0,'Tobias Hickey',0,0),(321,'liambloodsworth','$2y$10$u6iHH5HQQOE9HB7G62g79O9B0aefwMcXWOVEgcWgL/z6PnE3tmB7G','liambloodsworth','Liam.Bloodsworth71@gmail.com','','2019-09-12 11:26:41','1568287602:$P$B2DwJ4izDILtkYZELVGoLi0ED8pcev.',0,'Liam Bloodsworth',0,0),(322,'kinghumphery7','$2y$10$VHJsRxrkbYtAUCfhTRCth.1sUopCOtX0n8K7dSryPKU5.VMbZJAuC','kinghumphery7','King-Humphery34@gmail.com','','2019-09-12 12:05:51','1568289952:$P$B457OCkD5BXnEdOI4cU3mk4uf4JtvN.',0,'King Humphery',0,0),(323,'buckramsden','$2y$10$1eu6G/llpxgCDbQ/t4n9peONzSMjxAX3Ztna48GUME2g3vWIgL4ga','buckramsden','Buck-Ramsden@gmail.com','','2019-09-12 12:36:12','1568291772:$P$BADplNJ.Cy9GR1twV4CzoifTsZ98BK.',0,'Buck Ramsden',0,0),(324,'jeannietoosey3','$2y$10$qvxqNH8WITbKcEQY7Siz.OSrwmz8MjzEXLJX7cr85WHQDL3fOSwau','jeannietoosey3','Jeannie-Toosey@gmail.com','','2019-09-12 13:18:01','1568294282:$P$BOC6XCsaSXq/MT46zf1rrbmM..mydU/',0,'Jeannie Toosey',0,0),(325,'clevelandmccool','$2y$10$7KdUTeJ5oOb0e.syngfwouPTI5SQIDJGrsjLz5moCjETnPYLAEnwK','clevelandmccool','Cleveland_Mccool69@gmail.com','','2019-09-12 13:34:25','1568295266:$P$BV/celkfaQ52y0/3fnJYmrGSoV6jsQ1',0,'Cleveland Mccool',0,0),(326,'alphonsogilyard','$2y$10$ieZ9gWvizXzDy66px4BVFeZGyG9r2D06CiaWBUglcMXFSW.WFlAdS','alphonsogilyard','Alphonso_Gilyard58@gmail.com','','2019-09-12 14:18:44','1568297924:$P$B2bY2iBlS2PAK93R0MbGnon34OxyHN0',0,'Alphonso Gilyard',0,0),(327,'agustinkearney7','$2y$10$euNbT5fmXiJtx.tgZ5gg8uY54rW30HOAFeZBiVaiib7Y3Z4bUtZJS','agustinkearney7','Agustin.Kearney1@gmail.com','','2019-09-12 14:53:21','1568300001:$P$BOZTFciR2WBiWCqZu.X7jl.0nZyh400',0,'Agustin Kearney',0,0),(328,'chanteheller3','$2y$10$oIg83j3xC3MC6/mOhSKIc.kK/qpxf.y7uOxeC1MNXM5JaPKjT95im','chanteheller3','Chante-Heller@gmail.com','','2019-09-12 15:56:43','1568303803:$P$B3FMbe9XBdiGRJbLwpnk4YmpQVq48a.',0,'Chante Heller',0,0),(329,'crystleh77','$2y$10$kJ8qM0xIkXeD1VgsREfcvu3gG0CIpGl1OinzxSM17.cTJlRpZpw6y','crystleh77','Crystle_Espinoza@gmail.com','','2019-09-12 16:00:32','1568304032:$P$BAGmq0.cJGjLYHMDwzBGURxPb4/7U80',0,'Crystle Espinoza',0,0),(330,'oygmikayla','$2y$10$zUWUAiWllxukx1WMY3sWCeBAeBwS1ob8gzt1MjBC8OcNCwj4pvorm','oygmikayla','Mikayla.Temple33@gmail.com','','2019-09-12 16:14:55','1568304895:$P$BIdWRZs97Q9HtBywaVBn01hGpyk0Gv1',0,'Mikayla Temple',0,0),(331,'duaneliebe936','$2y$10$DfqWdWD5wZupU9UKBkwiSOyETonvLUkPWzuRria1YJOtAzSKcLTy2','duaneliebe936','Duane_Liebe20@gmail.com','','2019-09-12 16:39:54','1568306394:$P$B7.iVPLPBIclMi1MVnT4p0dEHqwGEp.',0,'Duane Liebe',0,0),(332,'gusrodriguez79','$2y$10$ZGHS5cK5q8V8AlimNCsUh.1OMo8g1Kj2/ku5ENtG8XXlNGB5j5sH6','gusrodriguez79','Gus.Rodriguez@gmail.com','','2019-09-12 17:13:25','1568308405:$P$BUB7BttIJiN9xBd4dXJxE254I1C/.u1',0,'Gus Rodriguez',0,0),(333,'juliederrington','$2y$10$P8B4zNXJsSCuh1pdC4j8YOwjBELXjTQMghXq3PoOAoPguWGyDnnHK','juliederrington','Julie-Derrington@gmail.com','','2019-09-12 17:54:05','1568310845:$P$BMvRwkQAfQ6uWXBDuGV4Iw7CLFuGKL1',0,'Julie Derrington',0,0),(334,'klauscervantes3','$2y$10$wFk8B7N9wFwJ53UD3CHoK.gfCPNMvHCKLKKn9j7ayeQ4v/dF0Vy3u','klauscervantes3','Klaus-Cervantes@gmail.com','','2019-09-12 18:01:15','1568311276:$P$BBSIRZqon9yFu9x/BWwgLKsfaaw0iv/',0,'Klaus Cervantes',0,0),(335,'forrestdonovan4','$2y$10$OmabrwE1jsvfxPtwIDFQ0.UTLqkhPFMabKaEJctSejQk/Q8iUBUCG','forrestdonovan4','Forrest-Donovan15@gmail.com','','2019-09-12 18:17:17','1568312237:$P$BHXoOQj5kBDr32Pd7eSgdfLGLtCIc70',0,'Forrest Donovan',0,0),(336,'darrenloe29738','$2y$10$wK3NgivkIQej2AnD535qYew5BqXUzMsC6rYx4fQSi3cy6vKlUTIbK','darrenloe29738','Darren_Loe@gmail.com','','2019-09-12 18:38:09','1568313490:$P$Bmwa0524dcH/qpsqgNRkRnAnAeJKHw/',0,'Darren Loe',0,0),(337,'hildredbarna13','$2y$10$5ylloyHUOYL7PQXJnPjiReiwQOauCU.rMEEyc8Vpv0UbqrxyGeITa','hildredbarna13','Hildred-Barna@gmail.com','','2019-09-12 19:19:49','1568315989:$P$BOMUP9jNt7wDhUwkjXuR2URI4gT9BO1',0,'Hildred Barna',0,0),(338,'sheliasaywell1','$2y$10$3aGdf6iTr3J3E04HDu27Xe3La0tf1HbnVfPkq0AhBhI0h1Ga5tIPS','sheliasaywell1','Shelia_Saywell@gmail.com','','2019-09-12 19:28:01','1568316482:$P$B50/b1KIUwvpntMk8u1VoS8KM.fCMr/',0,'Shelia Saywell',0,0),(339,'lacywashington3','$2y$10$hrkPc6b2MySk9Qz0e2EC.u2.2gGfhp.9Y21A1kunFaw3QGnTOcQma','lacywashington3','Lacy.Washington25@gmail.com','','2019-09-12 19:53:54','1568318034:$P$B2nSawQ1u0QKLZ1j1giSO1zV2nT7NA/',0,'Lacy Washington',0,0),(340,'ginamckelvy97','$2y$10$HeYvwArgQ1f3wHp1f3XXM.e96ER9F2mA/OhQkOEwGSRVyIKgj9C0u','ginamckelvy97','Gina-McKelvy17@gmail.com','','2019-09-12 20:27:50','1568320071:$P$Bqlc7klwPfdxdV/NEQwd31PkdmqOMO/',0,'Gina McKelvy',0,0),(341,'hamish4946','$2y$10$5h687Y0Jew2KvKl1x0nsge8xo4ECT9a9awKxNiFBiFlyj9ct5xfqW','hamish4946','Hamish-Weddle@gmail.com','','2019-09-12 20:33:12','1568320392:$P$BF5DmwgNUzwGxeCLClntBykJT/OjDm1',0,'Hamish Weddle',0,0),(342,'danigek8789','$2y$10$yyPw4swvcOHScINsVH0oy.oEZ6iK6fMpy.l.S7maXwVCIuqmJCfea','danigek8789','Dani.McPeak11@gmail.com','','2019-09-12 20:50:38','1568321439:$P$BahrZMczAHdeyD/2DkGZwcyWrE.4aM0',0,'Dani McPeak',0,0),(343,'christinareveley','$2y$10$M72Rm3DxSeD3GbgOvEnX2.0DSa5LvBQcnh/SPMBtfcd0ev8QaH.oa','christinareveley','brommerenopey@aol.com','','2019-09-12 20:55:45','1568321745:$P$BLrw8shiicbYNMR.l.YT2uPR4xykWz.',0,'Christina Reveley',0,0),(344,'milagro47o','$2y$10$0p9WtlL0rBLXEh/ura2eoeV93XM6OgL3HVo5INgE905S1gD6Ul9Uu','milagro47o','Milagro_Shrader@gmail.com','','2019-09-12 21:00:15','1568322015:$P$B/J3uU3ggV.I7T3DUAoG4Lj3vsMuPa0',0,'Milagro Shrader',0,0),(345,'xaviereasterling','$2y$10$uNo9z6jVe6M8gl7g/z3bWO/sl7OS8AS6tLxmvhGbmka0B3N1Emc9W','xaviereasterling','Xavier-Easterling@gmail.com','','2019-09-12 21:25:52','1568323552:$P$Bj.wiW7q7ag7DMhbw/vE.RkfXpeuXd.',0,'Xavier Easterling',0,0),(346,'marcellailiff66','$2y$10$ff5v2Pok9Ydx5nCXSN8qpur9.Zb13nMVBFS1XEJ1rpCicyhggqOjC','marcellailiff66','Marcella-Iliff92@gmail.com','','2019-09-12 21:44:57','1568324697:$P$Bns24ogWJfZwoaLvI1muW3HRNSJhTV0',0,'Marcella Iliff',0,0),(347,'chantalcobbs6','$2y$10$bRD4Aqh0LvWy3aVqXeaAXeFIIPx9vl0N/GG0t8OXy0njSFHfZ1iza','chantalcobbs6','Chantal-Cobbs@gmail.com','','2019-09-12 21:47:23','1568324844:$P$BEeBG40/k20MJjJn2hA2CpbVoTUUIj0',0,'Chantal Cobbs',0,0),(348,'horacioselfe','$2y$10$8D.p.hvAyzX1bziTuo43OOAxQKq1060lRyCSQ1oMJcg/zlpqELZtm','horacioselfe','Horacio_Selfe8@gmail.com','','2019-09-12 21:58:22','1568325502:$P$ByeGNeCuoUx8U7MA4w6n1XSRrhGLIC0',0,'Horacio Selfe',0,0),(349,'rhea7736235767','$2y$10$4JiMlfytTgrR9iPDRgIOwe4TFq3fQvGvkB0ko04S2VMFqsoEgq61a','rhea7736235767','Rhea_Fergerson13@gmail.com','','2019-09-12 22:06:33','1568325993:$P$BU3kF6svZKnjZ3NJ/hysiLKhpRNAvQ0',0,'Rhea Fergerson',0,0),(350,'fporyan8943','$2y$10$mUeFlevLS2SoaO9EhUroMulVxT7BUQN1iTfcUC.J.OgoF1K8AVrZW','fporyan8943','Ryan.Reyna@gmail.com','','2019-09-12 22:12:01','1568326322:$P$BaTTEYO5pjUiHqsNYSU3fvs75Jr89e0',0,'Ryan Reyna',0,0),(351,'uzakina175905','$2y$10$XxyLwkQ7GhNU1uQV0cH0TuNzPsETcRq1zaVPrsV59qpQDKG9A6x8q','uzakina175905','Kina_Riggs@gmail.com','','2019-09-12 22:17:38','1568326659:$P$BpiUDPY5DeVhWkAH7wyuR1iVFlDoJ41',0,'Kina Riggs',0,0),(352,'desmondwills051','$2y$10$ur2ATUx0WxqTlSDpcf8vpOktWoeTmTZlSxUaIuIw05OKKkpfVd2jG','desmondwills051','Desmond-Wills@gmail.com','','2019-09-12 22:31:19','1568327479:$P$BusCU6XkwStDAHq1jEiYSzjkNGanw80',0,'Desmond Wills',0,0),(353,'carlotablocker','$2y$10$QVgpfDiZ2yGVY78rSiKQYOFNlT27.wZLIDS9xIs/dhtIpwnoQim5i','carlotablocker','jerivowlfger@aol.com','','2019-09-12 22:32:06','1568327526:$P$BuQjHMfm9QeWhf57vtLo0tfhaLc4JE1',0,'Carlota Blocker',0,0),(354,'isabellbroyles7','$2y$10$rlBuRu26KTNPOo8H5nZaDuKERFAbRUGN97YkM9qDsr7iGKqC/.0UC','isabellbroyles7','Isabell.Broyles87@gmail.com','','2019-09-12 22:44:58','1568328298:$P$BtFHOaIQ0IyKil.o5oI4ZOUuq4yzv5.',0,'Isabell Broyles',0,0),(355,'jeroldflanders','$2y$10$yoVWZjJ9eFOyYwOB1v.lgOlH9BbBe.eHBbyGjXlm.70PPJnRcyE3.','jeroldflanders','Jerold.Flanders47@gmail.com','','2019-09-12 23:00:43','1568329243:$P$BHoTWiFGmRSxJZalyR74mocQtANVS61',0,'Jerold Flanders',0,0),(356,'malindaaddy04','$2y$10$MmdSenU6WJDwPWfNH0Ldv.2K5wnAjlfbqul6d0oA4rrqqNjcLhNay','malindaaddy04','Malinda.Addy70@gmail.com','','2019-09-12 23:05:45','1568329545:$P$BP6ZEJU5JxUbDWXFDJ8v7knAwGBVw7.',0,'Malinda Addy',0,0),(357,'stephainemoench','$2y$10$gzU/Nwg30aK9Eg2N49dMf.vCU6TIthybD4uWcxBgavU62s5CSb2Vu','stephainemoench','Stephaine.Moench@gmail.com','','2019-09-12 23:07:39','1568329660:$P$BUmwOP1ezBPHFUHoV4Z/3IRVvFYu.20',0,'Stephaine Moench',0,0),(358,'titustarrant2','$2y$10$Hu6Hcm6ev1EP6q2jBDduv.MCK2pCNr8BpTX.SPl/bcZ6AsyMOOJyC','titustarrant2','Titus.Tarrant@gmail.com','','2019-09-12 23:19:04','1568330345:$P$BewhkVrhwk/Ac.l4cVC3pNHOLlGF1H.',0,'Titus Tarrant',0,0),(359,'guadalupeashcrof','$2y$10$PHxd34g8MzFpH9ViD.um8OfsjoA9aUGgR4YFYYurFJHShF7y3iD12','guadalupeashcrof','Guadalupe-Ashcroft@gmail.com','','2019-09-12 23:28:29','1568330910:$P$BH95OlesUYH9lEJPCgcs6vlL8j.OF7/',0,'Guadalupe Ashcroft',0,0),(360,'laurenfihelly6','$2y$10$3PdPKNE./61KxwrvrAyiPe/PuehDGLqPBbmfr3CCUjL3jVIhnENMO','laurenfihelly6','Lauren_Fihelly81@gmail.com','','2019-09-12 23:32:10','1568331131:$P$BVt9nfXLFqRA5mLSE5VaxfIZIfXSGi.',0,'Lauren Fihelly',0,0),(361,'phillamarr89064','$2y$10$s9owwKZWc2qmRVmy8/KPwed1fursoXaTDAcvrJqBNU7mZgMPSDq8K','phillamarr89064','Phil-Lamarr@gmail.com','','2019-09-12 23:36:26','1568331386:$P$B/fzzw2SqyzxF5YCKYj3VaeqrjdQ/Q1',0,'Phil Lamarr',0,0),(362,'christydominquez','$2y$10$xZ9wFFFljN5aEjPnlsPeGO1lyOoufIyb3TmNvsIbGKgn60M6ZMMvm','christydominquez','Christy_Dominquez@gmail.com','','2019-09-12 23:46:44','1568332004:$P$BCsAuMi9qMERGIzyFMXqkkpMpOfo..0',0,'Christy Dominquez',0,0),(363,'mellisa42g','$2y$10$Nq7tm8aMf30Qe.1ETdf1G.JNFQgCyYV.DE3lS45aPoMW1RofWQBtu','mellisa42g','Mellisa_McQuillen94@gmail.com','','2019-09-12 23:54:26','1568332467:$P$ByBWRWtiN3JDIT75w0wk5pM14F7JJs0',0,'Mellisa McQuillen',0,0),(364,'miguelmoody85','$2y$10$AHQIEbPU7uSWzt30gfdFNuaPrusrgZlYxjnOuyC3T7gUa8r.o4DNC','miguelmoody85','Miguel_Moody@gmail.com','','2019-09-12 23:58:17','1568332697:$P$Bg6lHeoNIOq9SgFYa8gTmNPB16FIF/.',0,'Miguel Moody',0,0),(365,'jaclynkeane721','$2y$10$QTRCBRxP2yw9hnSJrEdtQuOuwCCNmghhPfxmFl6yldDkOfMq291yK','jaclynkeane721','Jaclyn_Keane13@gmail.com','','2019-09-13 00:33:10','1568334790:$P$Bo3Q8kdhOa01dn1bBIqH7BRBrt2W54/',0,'Jaclyn Keane',0,0),(366,'nganx295590042','$2y$10$FA26XOIEKINbYnn3emiYieLCj/W5jkoDEVPNSI3Br69Ul4mWN.Gly','nganx295590042','Ngan_Keith@gmail.com','','2019-09-13 00:42:47','1568335367:$P$Byt4qymCsXmUmzs3I8Xf41jt9t25CX1',0,'Ngan Keith',0,0),(367,'emeryleslie86','$2y$10$IvZs8Sqa2hafrWk6/IcOau2r7KgdE3iHsPVIuYgqF5JMUDKXnQ8w.','emeryleslie86','Emery-Leslie39@gmail.com','','2019-09-13 00:55:06','1568336108:$P$B0WSTSECD0FDWD0emAZLoTaVqY8AzA0',0,'Emery Leslie',0,0),(368,'briannakrimmer','$2y$10$pYezlX22fXIj68j3Rgpx9.bGZb99pFB3jaaKSmm05XK6I4Knoe5di','briannakrimmer','Brianna_Krimmer50@gmail.com','','2019-09-13 01:00:06','1568336406:$P$BGOJmVZPH0O0VErUntNxgl70Ijp/.61',0,'Brianna Krimmer',0,0),(369,'shereefalcone','$2y$10$j9TpmFmH1JUvvyfZoeGzV.hUNScQqbtxrDB3DPmwqzpRTjcK0Ijem','shereefalcone','Sheree.Falcone29@gmail.com','','2019-09-13 01:08:41','1568336922:$P$Bm4xaob5DmLkTm9DZW/h6x34gB9KmM.',0,'Sheree Falcone',0,0),(370,'mackenziekilpatr','$2y$10$ns67n.KJy7ictRiIO/CJx.DC5RGrqA5cRUl7RlVdrWuyAgXcxTcUu','mackenziekilpatr','Mackenzie.Kilpatrick46@gmail.com','','2019-09-13 01:24:42','1568337883:$P$BeJ/i8d7R3nWq5.zt5NWNHehRDbrj9.',0,'Mackenzie Kilpatrick',0,0),(371,'mckinleyblanchet','$2y$10$nB7UPIh9bAaCQPv67IFuvOZ5fdPE0MnHmcU1JcD4JCVsjpIC3bcp.','mckinleyblanchet','Mckinley_Blanchette19@gmail.com','','2019-09-13 01:41:24','1568338885:$P$Bwod5QfiVH/rJ.4tlYoGQ4ZmIboju.1',0,'Mckinley Blanchette',0,0),(372,'johnette2121','$2y$10$e25T2tl725dWp88v6M8KhuCXsv5pDBba9hQ5ts8DyNjrhec4Jkpna','johnette2121','Johnette_Oliver@gmail.com','','2019-09-13 02:04:39','1568340279:$P$BOTzuK5HeogBlMFGkYOj/d53PNfvaA/',0,'Johnette Oliver',0,0),(373,'adelabeardsmore','$2y$10$R69bqXxABSVKyatOKKYVU..ApFa39BohsR35ZQoCH/K7lrMA5lAmq','adelabeardsmore','Adela_Beardsmore@gmail.com','','2019-09-13 02:08:23','1568340504:$P$ByFICcelT0iwctgBNdebyIr3582Uq/0',0,'Adela Beardsmore',0,0),(374,'dorothykellett','$2y$10$EKuhe7TnxNrhuOQXQp2OJe8h/cr7Vo2vXK6cOiu9slkwrYIOqzIEm','dorothykellett','Dorothy.Kellett@gmail.com','','2019-09-13 02:25:58','1568341558:$P$B16GbAcM8b.x7dOE7QANxPNUx4vMYt1',0,'Dorothy Kellett',0,0),(375,'chaseichhorn','$2y$10$XDcJicrF2uo0JUKowLvBe.qoEa5MBN5UVL4YO9goN0dfLuWkHzZfu','chaseichhorn','Chas-Eichhorn@gmail.com','','2019-09-13 02:33:46','1568342027:$P$BrLHO.4Ov30hhmCaLA1KVOyAq9jrXs0',0,'Chas Eichhorn',0,0),(376,'noblesar2875','$2y$10$CfZ3dl7Rphd6yxxtCDxMDegC8kvbLzIQbSiyiWO.Ca6KxVnMv5D0m','noblesar2875','Noble-Jasso@gmail.com','','2019-09-13 02:40:23','1568342423:$P$BssatqfwNAO01MjF6NFqSYrSvRmIXV/',0,'Noble Jasso',0,0),(377,'roseannemauldon','$2y$10$JE3J/tSzV.qw4U/cW0tgluzQb3THrDjYcsXw84zndnuWU6Cyg0suW','roseannemauldon','Roseanne_Mauldon52@gmail.com','','2019-09-13 02:40:45','1568342446:$P$BAgsaEOaf2Uxuot8qo2B9oIIwyYYa0/',0,'Roseanne Mauldon',0,0),(378,'sallyfontenot','$2y$10$46PJ2OFTgUrgtYIvaqbHS.qJnsBx5tIuZWRLyERW6wjUCc4Qyaq1S','sallyfontenot','Sally.Fontenot@gmail.com','','2019-09-13 03:07:24','1568344044:$P$B2O7lS.PTZ6wJk/8w0HgcV0jdZYl541',0,'Sally Fontenot',0,0),(379,'bill64n43552','$2y$10$vQtsuQjpiYzCXhgnYKIe6OD2Qhv.dHSLi27nPdFKe34KjRIIL6yG2','bill64n43552','Bill.Muriel@gmail.com','','2019-09-13 03:24:18','1568345059:$P$BJzD2B1z8xOZ89igPLbrh5qyuPr8Jr.',0,'Bill Muriel',0,0),(380,'valeriaboshears','$2y$10$bxyna03UGlKvtFQRhJtMTub5CCafcWIrSugQ0AMpOzIgmERPKOYZu','valeriaboshears','Valeria-Boshears66@gmail.com','','2019-09-13 03:27:36','1568345256:$P$BfaqDQlVEutStJMkAmNkAl6yhhylg2.',0,'Valeria Boshears',0,0),(381,'augustussvc','$2y$10$oVBqulwoQr3oPA23uVT2auxXuwaho6Cewu1cR54mnhj8gaM54dk0u','augustussvc','Augustus.Hirst31@gmail.com','','2019-09-13 03:39:30','1568345970:$P$BmcgBAohRE1ht0RdPU3.Yr8I9405i6/',0,'Augustus Hirst',0,0),(382,'terribadillo679','$2y$10$GZZXStIvBjWNwQF7CoGxxuAJr1CeatUnMgTShTFNkOwubCAMABAcK','terribadillo679','Terri_Badillo78@gmail.com','','2019-09-13 03:42:57','1568346177:$P$B5np9Sz6OhpIwLc.IzxGbdj4fZkUzs.',0,'Terri Badillo',0,0),(383,'mohammaddowdle','$2y$10$WF3oShvM0sL6qPYcRiW2x.ZmE6qJmsUQV.IP7SItpMa3P4tCYcI32','mohammaddowdle','Mohammad.Dowdle43@gmail.com','','2019-09-13 03:53:01','1568346782:$P$BdM62oXMrEB41/8AOkHl7IKP/Uf9bu/',0,'Mohammad Dowdle',0,0),(384,'julibarger2','$2y$10$NTHWsp0FhPwYCsS.iWQ5Bu0N8pJJIf6L7aQ3CVMcuj/WMuOuUKomW','julibarger2','Juli-Barger78@gmail.com','','2019-09-13 04:17:19','1568348239:$P$ByNMjcbbYCfUYChhlw2V2m2FBzTaSV0',0,'Juli Barger',0,0),(385,'dawndunaway308','$2y$10$yImB1oSpA4oh0ITtaV61cOrv3A17gckbBHGcOKIazBgZhxDjvtbGa','dawndunaway308','Dawn_Dunaway@gmail.com','','2019-09-13 04:17:27','1568348248:$P$Bn7qVQVXMjnwgjXLDI.vSX.k1DxO4L/',0,'Dawn Dunaway',0,0),(386,'cristinadkq','$2y$10$SFfE7OLr0IbKZjE6Fcs61.UQhmKbF0Kt0mjiagrrRDEv1HtxQAmoG','cristinadkq','Cristina_Schurr@gmail.com','','2019-09-13 04:23:31','1568348611:$P$B/mdoAI3YtI99nYSD8ghzG6mzdVp.J/',0,'Cristina Schurr',0,0),(387,'brainfunnell','$2y$10$zeF3XOax7v3R5z.oyU.Bge6KJ/pS2.Ed8aNj4xHlE1svgTdzDNImO','brainfunnell','Brain-Funnell20@gmail.com','','2019-09-13 04:37:18','1568349439:$P$B5Yf8.GLAdVNnta2xtw0ruCYl4GGkY1',0,'Brain Funnell',0,0),(388,'ernestrandolph9','$2y$10$adTb.eNKcpijaLJAlM3fTOVtpelerSQdZLfE6KeVOjZ.122UwkioS','ernestrandolph9','Ernest.Randolph57@gmail.com','','2019-09-13 04:48:50','1568350131:$P$BMzDK9ApoR3ZsW7LplOk7qPlpTUOlQ.',0,'Ernest Randolph',0,0),(389,'janiemcnab7','$2y$10$gAsloOnnxhGGNNNpNP9WHO2FOoL43GFEq5FYtRnn9Qcd9NBYmHXz.','janiemcnab7','Janie_McNab@gmail.com','','2019-09-13 04:55:50','1568350550:$P$B1oJfPMr.qfcCK2GJBmgXgy3HSR07h/',0,'Janie McNab',0,0),(390,'emelylunsford5','$2y$10$xEzgQU8scoJ2DDM3nRpsJOxMWislzBIcMSaYKvQourVJl61nwDvUC','emelylunsford5','Emely.Lunsford10@gmail.com','','2019-09-13 05:08:41','1568351322:$P$Bfu7qB0ntQwFx7aB2pc5bIa1F4.pxh0',0,'Emely Lunsford',0,0),(391,'hattiemora1','$2y$10$rVkakZuMt8isDRF.5OJGPe7OfMhax4832FuhVoaOEWSKV6s/PeCpu','hattiemora1','Hattie-Mora@gmail.com','','2019-09-13 05:24:07','1568352247:$P$BcgpOO9NZ7MT3ig93gycG9gcB9iUbw/',0,'Hattie Mora',0,0),(392,'larrycoode05939','$2y$10$C9zOc//CzHxWThvkk1H4.eqANAY4R5nhM2wYpxhT0juWUJy4yT2yO','larrycoode05939','Larry.Coode@gmail.com','','2019-09-13 05:27:12','1568352432:$P$BRx2iMmJIkBehb2P35ObwOYHV2pyYt.',0,'Larry Coode',0,0),(393,'franchescamock5','$2y$10$ajZPYj0KTiiUe0xVJmaPIe.g3DUzAeyccYsDSXKcx1tZWH.HP8l4a','franchescamock5','Franchesca-Mock12@gmail.com','','2019-09-13 05:32:44','1568352765:$P$B3IQwPo4K1V5d8V4jhmF/BSxnznUec1',0,'Franchesca Mock',0,0),(394,'monroespode31','$2y$10$u1Zbxz2lIltAbMIsnzFtBOt0Y8MML/OKa8JRSLFMphYQoiLgAN.Ki','monroespode31','Monroe.Spode@fireshoot.walletonlineshop.com','','2019-09-13 05:41:29','1568353289:$P$BeCmPJI7oleXyUfHtBXrYt.NGS6VK7.',0,'Monroe Spode',0,0),(395,'kellimcclung445','$2y$10$xZq7o0uAOglkwRKcPBLfM.53xLSJGk/8Fm1iAApAwN51cL0rdIyuq','kellimcclung445','Kelli_Mcclung@gmail.com','','2019-09-13 05:56:49','1568354210:$P$BdU0WMCYewKcxKvzQmYtlRvTA2FEn9.',0,'Kelli Mcclung',0,0),(396,'kerriesutcliffe','$2y$10$PvVt5gSNGqbZ6gKbeeHa8eGOapu4faAOvTDA99EnqQQWgVZatHpk.','kerriesutcliffe','Kerrie_Sutcliffe@gmail.com','','2019-09-13 06:00:28','1568354428:$P$BCHRR3jlmGh2awH8bRq8Zqh4ZE2ELm.',0,'Kerrie Sutcliffe',0,0),(397,'joien72287','$2y$10$XJncXfaasr9tWel4EIdBQOhcaHJrctODxl1gkWjBaZM9ugc52BKei','joien72287','Joie.Wyatt@gmail.com','','2019-09-13 06:13:13','1568355194:$P$BiTia5q2BFOHrds/1UpJYpuO3SEyoH1',0,'Joie Wyatt',0,0),(398,'carltonlenz2411','$2y$10$WRJaBLFHbfJg/tdePN2KOOufgBv7EKQzyqnZeROBZ5sRGaNA7YPJ6','carltonlenz2411','Carlton.Lenz45@gmail.com','','2019-09-13 06:15:26','1568355326:$P$BIJpYF95qaK0om6XBiS8ZlLdys.Id3.',0,'Carlton Lenz',0,0),(399,'adanmerritt5','$2y$10$I5PixCmVktVhZGDUr8wXquUZcr7UZHcVYc2qADExBJ14L16zq49z6','adanmerritt5','Adan-Merritt@gmail.com','','2019-09-13 06:27:20','1568356040:$P$Bptpr2hcspWwYa7wdjRh/NxSa8.ytl0',0,'Adan Merritt',0,0),(400,'clint09268','$2y$10$YwjsHOZMXnuPJrGvJMY5b.WvzMTIvOYgBpSugDP6Pb8ZeLHeiU68S','clint09268','Clint.Eichhorn43@gmail.com','','2019-09-13 06:30:36','1568356236:$P$BpXYrU/D4Svxf8Bm8gJEnWQK8MML1C0',0,'Clint Eichhorn',0,0),(401,'emilioroche0893','$2y$10$0jB8PN0ZcfDs982QXk5JPOIMa3ovhsAuinWvESurF2KQgcGJTGQ0u','emilioroche0893','Emilio.Roche@gmail.com','','2019-09-13 06:52:43','1568357563:$P$BY5l32TtGOTVgFwuBPFwNSxkQf22tB0',0,'Emilio Roche',0,0),(402,'meaganlsa40','$2y$10$hfuDUXbBDv8wSMO9CIY.GOCwDmeO0DeUHyji3He0ERTKcljrSNWtC','meaganlsa40','Meagan-Detwiler@gmail.com','','2019-09-13 06:53:22','1568357602:$P$B.Mqbx.0R6wNmrpw3GqP/yLE9xeWy5.',0,'Meagan Detwiler',0,0),(403,'rosita1636','$2y$10$sVdu51uRFatXIdl6f.3pJe1QrRZLTGWn5xGHclSuH96EbdB..4XQa','rosita1636','Rosita-Hollins@gmail.com','','2019-09-13 07:52:00','1568361121:$P$BZUDnj1Eug5Y2xujyyvgQzaIgNSCN5/',0,'Rosita Hollins',0,0),(404,'nicole91p12','$2y$10$0t2jiOhrWBtraCdZnR0Sde5CuUPKCjk4nlfRUl9rdhY3oM4KXm.9O','nicole91p12','Nicole_Clopton49@gmail.com','','2019-09-13 07:59:42','1568361582:$P$BUPMjVBWDfYCMmzmBTATf1POSuE8Vo.',0,'Nicole Clopton',0,0),(405,'gretafaucett213','$2y$10$DlWEu15PytXtximDO4HlkOWj/dQNbduLanrkSBtxTqMtV/wTzvHli','gretafaucett213','Greta-Faucett@gmail.com','','2019-09-13 08:05:03','1568361903:$P$BqcRas.lcZHxgbeaZtmVRrMx/8hQDv/',0,'Greta Faucett',0,0),(406,'tracyllanos9','$2y$10$x/k.EHktEKYhev9J2lqWa.Pi/AUKzgWWM0lRqDkp4ESX6lhDuMpMq','tracyllanos9','Tracy.Llanos12@gmail.com','','2019-09-13 08:24:13','1568363054:$P$BJxSNPOt.Eaqrl18/4CfYcTGDYnJb91',0,'Tracy Llanos',0,0),(407,'jeffryturner36','$2y$10$K7P2J/As3wtWBys6rwhwTOBGh1dirPKPZ1J.RXCaCctNz0KE/TvP6','jeffryturner36','Jeffry.Turner@gmail.com','','2019-09-13 08:34:45','1568363686:$P$Bui5xTXgrbmM6Ki64Hb3wi7E3x6fQs/',0,'Jeffry Turner',0,0),(408,'billiecissell8','$2y$10$w.CBrYqIz9LSCVoPLBm2m.C4X.lWeqWgeg8X.MiCxbPgUjOWF/ZhW','billiecissell8','Billie.Cissell74@gmail.com','','2019-09-13 08:35:29','1568363730:$P$BYh/BZIwVXuj6JcRkqWADU/F1HamgK/',0,'Billie Cissell',0,0),(409,'jeanettebagley','$2y$10$zW1rB3ou9rcRdDNQlLS7U.lx8MwscTYFuww7VIjWB8bdbBsQMR9VC','jeanettebagley','Jeanette.Bagley8@gmail.com','','2019-09-13 08:48:12','1568364492:$P$BbJndFX6pjLeUPDYwG0vTSAzlnwibI0',0,'Jeanette Bagley',0,0),(410,'jerrytincher584','$2y$10$XLRX86i4WetTCESfH4jn.eHRfabtigKztWyAAtpIHdJj0y1okZuya','jerrytincher584','Jerry.Tincher20@gmail.com','','2019-09-13 08:53:08','1568364788:$P$BTEyuRku344SnlviWDOAflkdd9ews2/',0,'Jerry Tincher',0,0),(411,'faithchiodo','$2y$10$5tgYD/9Vt3G.YsQFknx3M.KkCgOHvD14qV6JQAohzSdbd/WWjXT9O','faithchiodo','Faith.Chiodo@gmail.com','','2019-09-13 09:11:20','1568365881:$P$BA4rXwIr9BK3K3jVNbJZjFWguNBZ5y1',0,'Faith Chiodo',0,0),(412,'erikamckee','$2y$10$CZfGi7T6qbnVnQMNqtemxejxIetwyXRG5sgVQmNAdZu5sFlZzV8Ve','erikamckee','Erika_McKee23@gmail.com','','2019-09-13 09:14:47','1568366088:$P$ByNL8I7lKDxwjGhl8mVBxdNcpbcN8m.',0,'Erika McKee',0,0),(413,'charlinegoudie','$2y$10$N6Tu3dlSS9scx477nKVs1.Z8wAvMiZvUkhswDdfKkcjL/Fe2BBa4a','charlinegoudie','Charline-Goudie11@gmail.com','','2019-09-13 09:17:25','1568366246:$P$BjjankFrzZDf77xLujLtwFcbHY5Ckl.',0,'Charline Goudie',0,0),(414,'xevjohnette','$2y$10$g64.NgfDzXEpFCaAIRsMvuiJWUUB6o0.FUDArNzL2Z6LThMhRGTnW','xevjohnette','Johnette-Knipe30@gmail.com','','2019-09-13 09:34:09','1568367250:$P$BON9zywQPlvA0xT/Xx9TWL5gl2Cu8A/',0,'Johnette Knipe',0,0),(415,'jackson50z','$2y$10$AvbgD7G0SNyIeeFkkBdXVO3NkR6FbPnqjC/FNr0A9vkOjC5LQYLU6','jackson50z','Jackson-Dundas@gmail.com','','2019-09-13 09:37:12','1568367432:$P$BbtirPA5ed94B9L9aKl0c8DhtBw8Dc/',0,'Jackson Dundas',0,0),(416,'jeremygurley8','$2y$10$7iBe3R86NMaxqsxntaUS4uAtTB3wcgRJWqfdINWdhFd1j4T/y/jwm','jeremygurley8','Jeremy_Gurley@gmail.com','','2019-09-13 09:50:15','1568368215:$P$BMljobbHWtQFVwOtArC/R3l1s/WwbE1',0,'Jeremy Gurley',0,0),(417,'ashleemarquez95','$2y$10$cgNAVBvLiNPfMlffe0wo/udVVUbfi9Dh.SrHtCPa91rzshbIKYA0.','ashleemarquez95','Ashlee.Marquez@gmail.com','','2019-09-13 10:01:11','1568368872:$P$BScV6hR7B6GVvUlv7WVk9EXxP4cfA5/',0,'Ashlee Marquez',0,0),(418,'diannabowe0717','$2y$10$QVsIdUg.Gi4FXj6sWk.cJeFKh4bg8LXrPXgKC35QwpnRSk4dR71.i','diannabowe0717','Dianna-Bowe31@gmail.com','','2019-09-13 10:07:20','1568369241:$P$Bp6yCjjAPBF6uiRBTbZoLXh7OXGoSW.',0,'Dianna Bowe',0,0),(419,'aliciadeuchar38','$2y$10$.fqZP.THR47uuVs/NXJDp.XoFh5WUy34AWLCobFvU/fuI/TGl0o4C','aliciadeuchar38','Alicia-Deuchar52@gmail.com','','2019-09-13 10:32:31','1568370751:$P$B5YRqFgpJD6O2eeImqMiYCEF/3BO3Q0',0,'Alicia Deuchar',0,0),(420,'rosellatindale3','$2y$10$gQ/pb7EU6BxOdBfq1qln/uIi4PYMCH0V1XYU0OZLai4dVaTc62jea','rosellatindale3','Rosella.Tindale@gmail.com','','2019-09-13 10:33:09','1568370790:$P$B4UMg.vGPMalTq3cgMG4sRQwHwaE810',0,'Rosella Tindale',0,0),(421,'cameronbto','$2y$10$2IqTo8SpXBdOMcI/BA9Y4eThlQBIoDbA/K8KKcr.oAIo5i4XtTyJ.','cameronbto','Cameron.Thring@gmail.com','','2019-09-13 10:36:49','1568371010:$P$BbF1gtug8ndrg6IE1oQVBGXXCAAPQe0',0,'Cameron Thring',0,0),(422,'oscarwollstonecr','$2y$10$tlPulO3kFJWX5MAvMZ0ycuYEllJk4447KaNR6TYd6kRTu0GuynTjG','oscarwollstonecr','Oscar-Wollstonecraft@gmail.com','','2019-09-13 10:47:50','1568371671:$P$BJ2/0uVIiJrXJvLqr7gVm2WbImW5GE1',0,'Oscar Wollstonecraft',0,0),(423,'ericamcclemans5','$2y$10$bVGM6o7kWPHUnFq3vXy/KesEc0Gb06VG3vF4aJeUu4ngEu2kQ0DVq','ericamcclemans5','Erica_McClemans@gmail.com','','2019-09-13 11:04:13','1568372653:$P$B0qB6U0fDaRNAXzUu3vpbWrgeQk5Hy.',0,'Erica McClemans',0,0),(424,'sherrill70r','$2y$10$4x2aj9Mdzaxfzq.nCmUKhuZw0uEbYH/TmF5QO2LeruUpSVRDj0aQO','sherrill70r','Sherrill-Kump@gmail.com','','2019-09-13 11:07:20','1568372840:$P$BM/ABSmoxPYr7yxXe.SSEwySwJPJ830',0,'Sherrill Kump',0,0),(425,'willianbrody98','$2y$10$P7QlCUW97nu7Av85z6JSAOYQcS3vYwtViipduPiMm.PHjR0LfEmVq','willianbrody98','Willian.Brody@gmail.com','','2019-09-13 11:26:04','1568373964:$P$BSnD3QmkrpVtSVKm91Bb/tBB3NLJJ1/',0,'Willian Brody',0,0),(426,'alexandriaewing','$2y$10$sU5gdnGZX3jx/7EUmW.Mb.3P4kangw9vw/jDTZD5SX5g4Ifmdzz0K','alexandriaewing','Alexandria-Ewing11@gmail.com','','2019-09-13 11:31:17','1568374278:$P$B7bEBi83rI5mjw.UnlkozHK7xxdCdW.',0,'Alexandria Ewing',0,0),(427,'laraebarlow23','$2y$10$9vV4O.szGwzPV/04TwCN9eFow0B9p64uacfe.MFzmwjW7yhX4w0T2','laraebarlow23','Larae-Barlow10@gmail.com','','2019-09-13 11:55:00','1568375701:$P$BVPFUzBeZY6qU3gU8MnYv2Rxo4sMMv0',0,'Larae Barlow',0,0),(428,'erickawicker77','$2y$10$iw7XlKgaVmOahduXyIA0kOvB9bEE2YzzrjNVu2Lh1LaMgt43egU0q','erickawicker77','Ericka.Wicker@gmail.com','','2019-09-13 12:15:39','1568376940:$P$BQSja.Kypx.2NkMjfp1A/NQutEazFZ/',0,'Ericka Wicker',0,0),(429,'benjaminpaschke','$2y$10$LsnGvrrRbY98/4W8ZSYrEOYO.S0QFQLanlu28XrEEZw6BfFTm2beq','benjaminpaschke','Benjamin-Paschke80@gmail.com','','2019-09-13 12:25:24','1568377524:$P$BXbyMJbBn2UCFCylJMIZ5/kA75Q5J8/',0,'Benjamin Paschke',0,0),(430,'chandradodge7','$2y$10$iJpPjMDf06Kdgg4xqnPnWuEx1kDxhQ.4vGcihp0Ccnc36Cp2/w9hu','chandradodge7','Chandra-Dodge46@gmail.com','','2019-09-13 12:46:40','1568378801:$P$By/E.QNMPbDP.HQ7zuP8A3H05Nkg3l/',0,'Chandra Dodge',0,0),(431,'linoschweizer8','$2y$10$kFKl/RIzU2QR6I8G2WX/Fu.yQFA.FHDbLv4YAqOOgbzqaYnjGFnV6','linoschweizer8','Lino_Schweizer@gmail.com','','2019-09-13 12:49:33','1568378973:$P$BP5jtWyEuUblrDb/iOdUVMsAelGBhD.',0,'Lino Schweizer',0,0),(432,'gsbsue2341','$2y$10$8WEk2x26T3ACnNRHUJGToO0dXxeOopEVe/XKvomEPzPYueJwwn6ZS','gsbsue2341','Sue.Monette100@gmail.com','','2019-09-13 12:54:51','1568379291:$P$BNeQ0R10A1ORkBOW2KHhqSioypeppU.',0,'Sue Monette',0,0),(433,'jannalderson9','$2y$10$sHL8wZxRjOZkjsAL4djLO.3XHagtjy4adT0.ApZ6/PYDoWSVYVmCu','jannalderson9','Jann_Alderson22@gmail.com','','2019-09-13 13:10:19','1568380219:$P$BbT2/osIF3zY5PgMXQ23fp4bASyWEP1',0,'Jann Alderson',0,0),(434,'bfmkatia01','$2y$10$ygGbaLzqf30ImvOXFd.BLeNnhDcQG1BjK0pYNtpJ3sxtXTxuxnVJa','bfmkatia01','Katia.Bold@gmail.com','','2019-09-13 13:16:58','1568380618:$P$BAuOe/G2hYGAv/qVgRJg/BV1i0o8i4.',0,'Katia Bold',0,0),(435,'bfqelvira98','$2y$10$zjM9o20sosR4nO91kGpImOhvX9ffo.poFAAFwuMbqKlDxv2zRuvWO','bfqelvira98','Elvira_Kauffmann80@gmail.com','','2019-09-13 13:36:22','1568381782:$P$ByzJEeJvFvKsTyQmtT0x057JnwkwnM.',0,'Elvira Kauffmann',0,0),(436,'fawnteakle','$2y$10$6rDDMrmoS4B5Uqeopa4.Uu.HSrub3va5guwuOsT9rvz5HWdnyMwla','fawnteakle','Fawn_Teakle@gmail.com','','2019-09-13 13:40:08','1568382009:$P$BySiJ1P.8ymGQ9ChJG3XVZf4z1eEXr1',0,'Fawn Teakle',0,0),(437,'karinahanley9','$2y$10$m4eyXcO1H7GGEKD4JSQK5.ywgwp5sk6URdej7G6xDNwwWJ.cwJ6Uu','karinahanley9','Karina.Hanley69@gmail.com','','2019-09-13 13:46:23','1568382383:$P$BgMHMcmlqLIov3COWYtVdqqUEFUMxj/',0,'Karina Hanley',0,0),(438,'lucienneqot','$2y$10$lni/f0b6hQVU5JcbOgld8ODI/1bwIPQhAJNjGXTT2OhQqYQwTIm1G','lucienneqot','Lucienne-Hoskin60@gmail.com','','2019-09-13 13:52:34','1568382754:$P$BvJxvIlauCGK6NK5nSuL8fvabuOMcb.',0,'Lucienne Hoskin',0,0),(439,'cathyk52862','$2y$10$HjppeULhHMk4acTIWm5YVe4gteIJJ10pD8JSYJEWb2SM1HsFPHOEK','cathyk52862','Cathy.Reinhart38@gmail.com','','2019-09-13 13:55:27','1568382927:$P$B8T04.YRovzq2rqnt2tgL.2MxozNv1/',0,'Cathy Reinhart',0,0),(440,'haleyjamar03','$2y$10$AQnq5iNSdstNax3.E6IjIOtDPcf5cAXOvew/72bgJuH5zwlfic3iO','haleyjamar03','Haley.Jamar15@gmail.com','','2019-09-13 14:04:00','1568383441:$P$BAZ/ONRytDhD6OMSbrH74zvqtyyCB1/',0,'Haley Jamar',0,0),(441,'klaratjangamarra','$2y$10$NjrO34fbro7z7g9XbbKfW.aOjXmQA7OfVCGjbyJY25tL1PkuOa7jC','klaratjangamarra','Klara-Tjangamarra@gmail.com','','2019-09-13 14:11:49','1568383909:$P$BqHQ0R2tY7EC6fTS3214gQy7Lv8ysS.',0,'Klara Tjangamarra',0,0),(442,'cherylomar27363','$2y$10$468FAz6E/GPhpSiTbtxLzO3keOyt2UxaKuAZM/0AOdiCPkgvbXsIC','cherylomar27363','Cheryl_Omar89@gmail.com','','2019-09-13 14:19:53','1568384394:$P$B/aRzNX/VWbQHyZgWorc99BTMnbki70',0,'Cheryl Omar',0,0),(443,'jillt61881397','$2y$10$2GBqP6nZH7KKijml80B6uuDnCPGDWM1/Z67Zf8KgpJjFP7ZLE9yau','jillt61881397','Jill_Quezada78@gmail.com','','2019-09-13 14:34:19','1568385260:$P$B.WYighj8dEd89wguP3GGr0zghflse/',0,'Jill Quezada',0,0),(444,'curtisridgley38','$2y$10$5fs8b.XHEv40Bsb//ND6Uu7EYd5GrMm6vWfC5O/RQCOyqP864Nomm','curtisridgley38','Curtis_Ridgley27@gmail.com','','2019-09-13 14:39:27','1568385567:$P$B24to7UXRA0RQlLsTkONqbiWNzeKL50',0,'Curtis Ridgley',0,0),(445,'norris09w839210','$2y$10$bYnWWitMTR4j8MRjVEQGkOt/P5n4ZaZ6ecP8suyRVnn7sxq2Zo1jC','norris09w839210','missie@n.rugbypics.club','','2019-09-13 14:45:49','1568385950:$P$BvozuONrrzUrcC45kbJnmai3ZwfM9M/',0,'Norris Sinclaire',0,0),(446,'jenniivey6','$2y$10$JkN62xyUBq5vJXh.lFQD3eyFLcryJfIqgdqpcHiXOtGoDT7XraPom','jenniivey6','Jenni-Ivey96@gmail.com','','2019-09-13 14:52:33','1568386354:$P$BRbPHEdLsZJqdqCxbsku/h8pvTsFFP1',0,'Jenni Ivey',0,0),(447,'foresthardwick','$2y$10$zy9Vnw5PjFe1zmbwhg4RceF8MtO7465eOPhFV/DO7ibsq.qjLdZEW','foresthardwick','Forest.Hardwick@gmail.com','','2019-09-13 14:53:57','1568386437:$P$BKNv5Q6ULhHbAKvbX1qYlgv/G9H9o11',0,'Forest Hardwick',0,0),(448,'lethacolosimo','$2y$10$e8E54j26kspY6pri.vOt2.MtB96Pfnd2GG.EroDCpOEY3iQLzUX4y','lethacolosimo','Letha_Colosimo49@gmail.com','','2019-09-13 14:56:49','1568386609:$P$BiWvD5JOBM/OA49XDLhaPxmU/1gMg70',0,'Letha Colosimo',0,0),(449,'fionaweisz720','$2y$10$cj6Cde9Zf46nnNuWqfOleeLjJFofQxGZzrImCqqiGL3iSX9BxiF0e','fionaweisz720','Fiona_Weisz7@gmail.com','','2019-09-13 15:00:56','1568386856:$P$BBbQDj6aa/2lcnbn1pirfKuEz0uNKh.',0,'Fiona Weisz',0,0),(450,'nwfboyd541','$2y$10$M8e7W8BzC1FMbFvviQi5p.PByVU75RUt0v3IOjxPOZjC.vv6Gb0ti','nwfboyd541','Boyd-Hannaford@gmail.com','','2019-09-13 15:05:51','1568387151:$P$BTbPhrwS6EdvrqlQFv5k/zZmZLkSqY.',0,'Boyd Hannaford',0,0),(451,'ramondalrymple8','$2y$10$xQup2JJl/yJfAfAEui0ttO3.mKmDV8/POFUwOBqvZuX/.j2bD508K','ramondalrymple8','Ramon_Dalrymple@gmail.com','','2019-09-13 15:08:37','1568387318:$P$BThF1JjIei/p/1FJXxXJZ6nGwtndOv.',0,'Ramon Dalrymple',0,0),(452,'johnniebeggs898','$2y$10$TOIkKiHNSUE1k/vCoNkpVueLXQjX2yAoMRLFxxL7IAVPklMy6ajqG','johnniebeggs898','Johnnie_Beggs97@gmail.com','','2019-09-13 15:09:33','1568387374:$P$BX0UUPdWQCmVBz3vxgibfyJLToPzvZ1',0,'Johnnie Beggs',0,0),(453,'adalbertogratwic','$2y$10$fRgeLUhCmZq6QpX6bNk3eOR4bx2RKEApHzG1P3hy5nvr.wJrU7ocu','adalbertogratwic','Adalberto.Gratwick@gmail.com','','2019-09-13 15:14:58','1568387698:$P$BGov5r1O1tj/du6BPpSGQRTqzIHxAs0',0,'Adalberto Gratwick',0,0),(454,'vquerik6116','$2y$10$L.oWw6zEpM540VZGM.T7QO7zh7/lD5R8PxG5Hkxd9Pjcsqd3tWvje','vquerik6116','Erik_Bunch@gmail.com','','2019-09-13 15:16:19','1568387779:$P$BvzfnUldGtn4MV.JC6BoYQ4Oav/S1d0',0,'Erik Bunch',0,0),(455,'reynamckay9','$2y$10$BpF6y3bPtMN29yzRZA836Ojpqj2wEEWkd52LQNGD45/djr1TvkXVG','reynamckay9','Reyna.McKay4@gmail.com','','2019-09-13 15:27:47','1568388468:$P$BP3Si3lvWyCIbhK47j/ZR2BXmdFI3n1',0,'Reyna McKay',0,0),(456,'jeromemordaunt8','$2y$10$9mPu5DwOkrioKdfmatyZiOYfVUJ.HtYsMnUb4QwPYmn4wiCYedj4y','jeromemordaunt8','Jerome.Mordaunt@gmail.com','','2019-09-13 15:33:50','1568388831:$P$B56Ji0tpK/PE54xhcq.E8K0kFTZYUs0',0,'Jerome Mordaunt',0,0),(457,'jdrbettye18','$2y$10$uOUB1sWgYSCYhMmeS6jc3.5iU4dyEkWrV/7Z5YZFkInoPHK7cBrTK','jdrbettye18','Bettye-Hatter44@gmail.com','','2019-09-13 15:49:51','1568389791:$P$BOKJ47CSVGfupA2JmmKkDLgSxcnGyS0',0,'Bettye Hatter',0,0),(458,'dessieralston3','$2y$10$5w1wDLIM9YzV2l1pcaYw3O2dlg1MN8HIf3lUWXMZhI.hPBZ6SzkuS','dessieralston3','Dessie_Ralston@gmail.com','','2019-09-13 15:52:23','1568389943:$P$BRvFAMW/ERVc.OZzaEHWxjOefVhuHM1',0,'Dessie Ralston',0,0),(459,'francescohorder','$2y$10$KCRuawHx58sL5Rk6N7u0V.trloNjZKRp.we01WeU7NhmHERNZvxqO','francescohorder','Francesco-Horder@gmail.com','','2019-09-13 16:08:01','1568390882:$P$BZYGqZzFzNWG6bg/HP/ryRkis30gv4.',0,'Francesco Horder',0,0),(460,'augustawreford','$2y$10$ccRbr4Miee49VJpvJqfp7eFvJfleCHmkDX6C6qaxjhxtzpU/3Vzqi','augustawreford','Augusta-Wreford@gmail.com','','2019-09-13 16:17:30','1568391451:$P$Bf45jAbUS2h1BRsv/nD.5TAZ18mhUd.',0,'Augusta Wreford',0,0),(461,'jeromehertzler','$2y$10$tUOZTMA4ifI6hIE2Lukp6.0Bc.tLlgCnT/EuibWJIwEKO2l4PVVri','jeromehertzler','Jerome.Hertzler@newmoon.mytriplocation.com','','2019-09-13 16:25:33','1568391934:$P$Blmts7wuirm21b94vPtqxBr795FI/41',0,'Jerome Hertzler',0,0),(462,'jodiemccarter4','$2y$10$b8y9ojXR5TT4F//u7RUYEeBgMgXm6PqvV1XAFiR5lJrbhbBafvjxe','jodiemccarter4','Jodie-Mccarter@gmail.com','','2019-09-13 16:34:49','1568392489:$P$BI6qEVNt9mAUb9EeuYX.9aHNR.X.yD0',0,'Jodie Mccarter',0,0),(463,'mitchbrunson','$2y$10$CwqUck8MnG6mSsxwKgG78.SWVCY1iKVVmiTkG6e3EJv0nz8Liwwnq','mitchbrunson','Mitch-Brunson87@gmail.com','','2019-09-13 16:54:58','1568393699:$P$Bj4b8iRl2d/HL8/DfT2cLX55jwIMwJ/',0,'Mitch Brunson',0,0),(464,'alvingrishin12','$2y$10$j5MeJX03uPoFlHW11xdB0eas13IUGfmTjhYtXRmX8W9o9dgCNF6WW','alvingrishin12','Alvin-Grishin@gmail.com','','2019-09-13 17:26:25','1568395585:$P$BRdjxOWJce4I5NNz2CykTWTP7k5Pvk/',0,'Alvin Grishin',0,0),(465,'clayumberger68','$2y$10$EtSVP4jsaLZEv761pdFIIOlJVELdr/ZzDiHkZG7st/1oZwFbiAQzu','clayumberger68','Clay.Umberger@gmail.com','','2019-09-13 17:37:15','1568396235:$P$BgzUH0BaxVI0bF9bNL2Wz5luC7vi53.',0,'Clay Umberger',0,0),(466,'domenicmav','$2y$10$q3rhHLBOGFOc3fNVVpKQcOv2G2YstrA0IDI1MyhoTf.q6UQGHJ6ey','domenicmav','Domenic.Umbagai@gmail.com','','2019-09-13 17:46:57','1568396817:$P$BSzu1P3H.T8z.i3Uc7EWhf4ldfH8XR0',0,'Domenic Umbagai',0,0),(467,'mohammedhenley','$2y$10$ySzGRi3ZOcYwomFGaFewgOa8OQiTb53h1mzUiNvd1gnrqe5DwKmHq','mohammedhenley','Mohammed.Henley@gmail.com','','2019-09-13 17:51:22','1568397082:$P$BqlOaSP8osu82aD395HQKmbwOuPUc80',0,'Mohammed Henley',0,0),(468,'dylankinsela38','$2y$10$XzurNuNTqHF9HGic7sVLeO/xfh0l.LzXsm80dCcAKsITOsdbVes2C','dylankinsela38','Dylan_Kinsela7@gmail.com','','2019-09-13 17:58:15','1568397495:$P$BC1eO0Rz0RSveJnn1DHubDKbmuIixk1',0,'Dylan Kinsela',0,0),(469,'chanellavender','$2y$10$yjmUKLJsKr/uOzKHEk9cP.dPhXIUBOl7ffTLNit4PNttzNBQXY7ju','chanellavender','Chanel-Lavender8@gmail.com','','2019-09-13 18:04:50','1568397890:$P$Blh4MXBfEKh7S0Ezk4Hpph0guHKVW70',0,'Chanel Lavender',0,0),(470,'annmarieheadley','$2y$10$SPQ0u3TcfJSj2QW6xOwvjuwxeWB4IVd8rOHWd5mTblMNyyhxpkCt.','annmarieheadley','Annmarie_Headley17@gmail.com','','2019-09-13 18:08:38','1568398119:$P$Bd9qPWOQsbn1yDM2GGfkSaJxp5zAZf/',0,'Annmarie Headley',0,0),(471,'sgudanny1288','$2y$10$0F8RCBiCGjplQo/npBK6purf3dHx4NqKsnXUV7Uh3Oitc4Wjw5wJy','sgudanny1288','Danny-Backhaus@gmail.com','','2019-09-13 18:21:21','1568398881:$P$BXUZi8BprFyFNNKHW9xKSb78F7Ajdn1',0,'Danny Backhaus',0,0),(472,'debrad43398','$2y$10$s6ww0GhSsrLD2ra/QwlsteCwQbXkMabX2ihSznT.mVqfq6moAnefK','debrad43398','Debra.Cline67@gmail.com','','2019-09-13 18:44:16','1568400256:$P$BoxvLLy3LEea87ZhkqMPxt1wH4uZmF1',0,'Debra Cline',0,0),(473,'ola24101328230','$2y$10$Gb.Wgairlq81g9KvR/jRjOsBISiDv2C3d1Y0kSOR26/LCC2kSHO4u','ola24101328230','Ola_Schott10@gmail.com','','2019-09-13 18:56:18','1568400978:$P$B7DMYM5uC1gX6WUCocRGWlOMcXR82d1',0,'Ola Schott',0,0),(474,'maritadennison8','$2y$10$lfNbPUrEHS.9TsTTgHp3r.ouxhOZh4km9m15xX6p/jPJXqmFuG4sm','maritadennison8','Marita_Dennison@gmail.com','','2019-09-13 19:02:48','1568401368:$P$Ba703iE8dtzcYN88UkUJiP9StHYW9N1',0,'Marita Dennison',0,0),(475,'lesterbaragwanat','$2y$10$mBSKT65I6E457G9XZ3WJ6exqqHT79ShjP8znGZ9lidnKpP4q2H0MO','lesterbaragwanat','Lester-Baragwanath@gmail.com','','2019-09-13 19:03:42','1568401422:$P$ByKmS91r/cFE03c.La/xderOI9jPwp/',0,'Lester Baragwanath',0,0),(476,'lukasmonash08','$2y$10$30bwpH9LX0G0HOz4YL3BTeDl4mJeBhp2Yg7JfwTMAPYjjyBnAav7i','lukasmonash08','Lukas_Monash31@gmail.com','','2019-09-13 19:11:44','1568401905:$P$BXgqQ4OIexCOMJTOtKoLzxJ4FW0Miy0',0,'Lukas Monash',0,0),(477,'cherylfitzsimons','$2y$10$b0wcpO31LHXdndSFdKzzU.wAPx6DrRK/AxbW19.eRqkXOVvX0cmAm','cherylfitzsimons','Cheryl-Fitzsimons@gmail.com','','2019-09-13 19:15:31','1568402131:$P$Bew7o7JHp6Np.eDBD.1Oj6E7s1Q5d20',0,'Cheryl Fitzsimons',0,0),(478,'thurmanharitos','$2y$10$nzP9KnlWs.T5DASIh88qm.C2N9A/qFYG56pTBK1N2.1Ga.ohFj9Lq','thurmanharitos','Thurman_Haritos38@gmail.com','','2019-09-13 19:34:43','1568403283:$P$BxzMeaYEhBKPR8UU4LZZ7O508fTdX3.',0,'Thurman Haritos',0,0),(479,'chancemckenny','$2y$10$A05ShZLtq9RaQNqLJQeIIe7I619cs7EHF4HeUXhr.kYSQ4A75MhcO','chancemckenny','Chance-McKenny85@gmail.com','','2019-09-13 19:35:05','1568403305:$P$BvmSnkQ0rs.5DqTPuQerittfw6StOC/',0,'Chance McKenny',0,0),(480,'otisroe867','$2y$10$8T2d3N3kUsWYqyGg/3Gsvuf92dJXFqUxxXBNgzcW0fq8dyYLgc2Iq','otisroe867','Otis.Roe14@gmail.com','','2019-09-13 19:49:35','1568404175:$P$BqKzvznmuEZmftRXqcJAwEO.Ixb..50',0,'Otis Roe',0,0),(481,'latishalovegrove','$2y$10$lCT6.gtqHOl.HkmIm8e.Hutzsy8zRilQEzucOOTVgOEWPeSSgYMDy','latishalovegrove','Latisha.Lovegrove66@gmail.com','','2019-09-13 20:05:10','1568405111:$P$BkZs5nmHvwERBBj0jFTPB22N8nt0V1.',0,'Latisha Lovegrove',0,0),(482,'cathernjewell71','$2y$10$A/EAAHA.9wk6JwaSZwkbj.WJxhn01sdhK/bttGOeflOgYDopQA4kS','cathernjewell71','Cathern.Jewell99@gmail.com','','2019-09-13 20:09:11','1568405351:$P$BtHG9WNA7i0oR9YFvoUNqzajQ.VI7m/',0,'Cathern Jewell',0,0),(483,'marcusm535188','$2y$10$QUZ6HJ3IQIICM1ci1O1CJewDfgqBuV/7UB7IpG4duPymeRtuk5.uO','marcusm535188','Marcus-Carpenter@gmail.com','','2019-09-13 20:14:16','1568405657:$P$BxgYDpXJnGNShdZDg7eJBmlkUSVryj1',0,'Marcus Carpenter',0,0),(484,'phillisj96','$2y$10$PLO6uiaG8hMtUOWa5wWbQOP8agYENUKFEYY.DMMR338Ww0OAv.uAS','phillisj96','Phillis_Novotny60@gmail.com','','2019-09-13 20:23:35','1568406215:$P$BTucuZb4MCBQ110fCKzNeQVNELnBbM/',0,'Phillis Novotny',0,0),(485,'carson82h459','$2y$10$ORseCGpSRJoKEJaowKbTlOxtmVR6QC0MTcMZBlpgzGg3FbRig92T6','carson82h459','Carson.Allie@gmail.com','','2019-09-13 20:42:07','1568407328:$P$Btw45fp/9R8QXKw/CC7T6CSxRfF0xT/',0,'Carson Allie',0,0),(486,'celesteabernathy','$2y$10$7ZuFxZZyciuD1t3PiqII8OCG372gyJ/yTWceGy5jc4H4c4b5RyShK','celesteabernathy','Celeste.Abernathy@giannitti.modernsailorclothes.com','','2019-09-13 20:48:43','1568407723:$P$BEGR08eb93mBbTBS35DU0tqD7lyTtG.',0,'Celeste Abernathy',0,0),(487,'penneygaffney','$2y$10$z5lNLO.UVB7rBI0dp2NDYOJ94tiOb/.qDtNE4StcmbS/XO5WO0ghm','penneygaffney','Penney_Gaffney58@gmail.com','','2019-09-13 20:49:13','1568407754:$P$BEvbgBahF3Ho9f36KBiugppDK3iTBl1',0,'Penney Gaffney',0,0),(488,'williemaestillwe','$2y$10$0eiSS5uUkErss0jJi2tEMuCg/ZJSThKIGgKhvRT7IcloZYoNRPowu','williemaestillwe','Williemae_Stillwell@gmail.com','','2019-09-13 20:50:42','1568407842:$P$BPTFT/o9fHM23Rq3JMkFYS2TkLtKHk/',0,'Williemae Stillwell',0,0),(489,'cristinabottoms','$2y$10$pR24wqNLd6ncOFrnjPm1me1DxHOOBfrQZyTJG7kRyn/Ad5W.Ge3y6','cristinabottoms','Cristina_Bottoms87@gmail.com','','2019-09-13 20:54:56','1568408096:$P$BptIuqVZXSqDK2/q7jLOagy3xLrFOg/',0,'Cristina Bottoms',0,0),(490,'jonahpoidevin97','$2y$10$tbgeCZbLcOK53SL4o7QFXeNEKDr1IeuptfLZaDz5NAqG6gy0i8VU2','jonahpoidevin97','Jonah_Poidevin@gmail.com','','2019-09-13 21:01:41','1568408501:$P$B.lVx0HUbquhnHksf7/KGxP2YARHpQ1',0,'Jonah Poidevin',0,0),(491,'dorinecis57464','$2y$10$8WrFHPM.IvosCCnXM/wBJ.ZMStutBHifZX6dLoX9w2FkE2qI3yYZm','dorinecis57464','Dorine_Mandalis49@gmail.com','','2019-09-13 21:04:57','1568408697:$P$BdMVTgOLpLdJj7O3H355GbTzafCw020',0,'Dorine Mandalis',0,0),(492,'danimclane640','$2y$10$tIWRaX9Dft3X6RSKC3JYl.Xvb5AJBa7mEC6B5ceK/Xi.pLgXBjOHq','danimclane640','Dani-McLane@gmail.com','','2019-09-13 21:27:38','1568410058:$P$BFNskLPq42IHrloeLGcuzo0kyH1q3G0',0,'Dani McLane',0,0),(493,'mariannewsom1','$2y$10$G5/lxqHtGFZXs5BIhEpie.nS97Fs7c3cXOgQlSZV0uIhQGvn0muSa','mariannewsom1','Marian_Newsom56@gmail.com','','2019-09-13 21:29:11','1568410151:$P$B3PP858n0TOvP6yzYlu18mCPYgDOvw1',0,'Marian Newsom',0,0),(494,'chestertabor7','$2y$10$MjNBQmn9WmEYhNKrsUBELumtBiurfYhhn8dyJ7QHMfjEtaWtE2aHO','chestertabor7','Chester.Tabor@gmail.com','','2019-09-13 21:48:06','1568411287:$P$BjoOeQ.MlZt0dzZF0GsC3nGi6mOBPx.',0,'Chester Tabor',0,0),(495,'charistorres','$2y$10$aOHf31D3J7c7I3r5pGZJ5uTF6tma/gomgkX349hqZSLIeujWSpgfC','charistorres','Charis-Torres@gmail.com','','2019-09-13 21:57:51','1568411871:$P$BkJ4sV617rpfBz/Th7QMmP/2f7DstA1',0,'Charis Torres',0,0),(496,'aprilkrajewski1','$2y$10$dWHBHTzVcOQKPmHC/xCUSOVPB44ELXoIbJf/V4HEfq6zlAcHWshP6','aprilkrajewski1','April_Krajewski@gmail.com','','2019-09-13 22:09:48','1568412588:$P$Bi2qbUAPxaTp60oHjyfNn0qCtOWt5R1',0,'April Krajewski',0,0),(497,'bobbyy9901733','$2y$10$LhKXSecbQsU1wQ.dZ0BGU.5r4ULvKMP6jX/NOeWOpYL4pEaYmu3a6','bobbyy9901733','Bobby.Blank64@gmail.com','','2019-09-13 22:15:11','1568412911:$P$BwUGECccCvUMC/yOiirTJ3JVB4tatu.',0,'Bobby Blank',0,0),(498,'sadyefinnis','$2y$10$iiPvwza7A3ZDrEgMie9GFufsCijMMxxGZO4aq15FBGqxQO/2/PWzO','sadyefinnis','Sadye_Finnis46@gmail.com','','2019-09-13 22:28:14','1568413695:$P$BszBQXjgln0HE8MlW3ZYGA.Zdvx4xD.',0,'Sadye Finnis',0,0),(499,'lizalemieux0022','$2y$10$a9fapJlfyqHvvzU.kMbT0OZYNQWV56ivGcZjE/.SvVPQ47Zoc8rAq','lizalemieux0022','Liza-Lemieux11@gmail.com','','2019-09-13 22:57:33','1568415453:$P$B3xEjw2DCkeOWo./fq2NeBE7VXpQW61',0,'Liza Lemieux',0,0),(500,'nashus','$2y$10$lwkx0NxnYJrS/a34EczzGOGiQLhTkQAMhHvdsiP0rov5uH0nqSRJq','nashus','Nashanehamilton@yah.com','','2019-09-13 22:58:44','1568415524:$P$BGNVmPwXEjCxGuCDhWRfe4LaBnw.BK/',0,'Nashane Hamilton',0,0),(501,'aleidastory24','$2y$10$kYw99VGwL99pGA5W8LjjwujzgAa7cu9p/mj7qH29rIYzwvvfKQ8Ry','aleidastory24','Aleida.Story@gmail.com','','2019-09-13 23:03:20','1568415801:$P$BAur44WBMrMhYzFUTVTGLzcyaskHg5/',0,'Aleida Story',0,0),(502,'adriannabayldon','$2y$10$XrJSt7BIq7XcBkClNJp/D.8L.Gl5jjZjKD6lkhZROsHZz2CD8rOQ6','adriannabayldon','Adrianna.Bayldon87@gmail.com','','2019-09-13 23:28:15','1568417295:$P$BZgPBIQcHYF86k7Eo77pArc.G44s570',0,'Adrianna Bayldon',0,0),(503,'richardthiel4','$2y$10$HjnK1cJSXtIfkS3o/QzZEe1ImhDn5oVTdHjIRPls42dBV/UCoHCl.','richardthiel4','Richard.Thiel18@gmail.com','','2019-09-13 23:39:01','1568417941:$P$BIF1ZueFQC9phA5nttDI3k.kfyR62J/',0,'Richard Thiel',0,0),(504,'karrikaylock','$2y$10$BxjvayNpdHZAW.KB1fvRAOyRqIiHKnuUW4avPOoyqxN4uyvj/4a/m','karrikaylock','Karri.Kaylock@gmail.com','','2019-09-13 23:42:48','1568418168:$P$B39hv4/nkgizQCiaoCETEiz9Hhf0C..',0,'Karri Kaylock',0,0),(505,'eddybeckman','$2y$10$S7tk23ro4UvrSq7AKHHMR.YlQBlTYdI8mB.oRbmOQurzr7yytD/Ka','eddybeckman','Eddy_Beckman@gmail.com','','2019-09-13 23:53:52','1568418833:$P$BAoQykl8oljEXLlkaowtKjnupm6uQ4/',0,'Eddy Beckman',0,0),(506,'shanikraker8','$2y$10$KF/Bxb5lZBY3Axb3c/h5Lu7rvlepgiwLO1T/MnTKJ/ZHZNX1RNnjK','shanikraker8','Shani.Kraker@gmail.com','','2019-09-14 00:00:25','1568419225:$P$Br9n.FNEaw.njIj2gFCp3fg7DdUw2l.',0,'Shani Kraker',0,0),(507,'kris9409538333','$2y$10$MnD/NgrRrO93QifnwUeutOfI8S/IIaOResC7nszbuNaGUEbzUXeF2','kris9409538333','Kris.Burd@gmail.com','','2019-09-14 00:10:45','1568419845:$P$BeasVwZ3noOP5YOtNv4V2jWXLZuQ8E1',0,'Kris Burd',0,0),(508,'lesleearmer90','$2y$10$KaSPEKsEMtXfMWz6/T8OUef0exT4OK3yeKw3OCdkOXpbBGC7t3Xue','lesleearmer90','Leslee_Armer@gmail.com','','2019-09-14 00:15:36','1568420136:$P$BDiD8BMBlGR4Fx623/TUjdDOSXarOl1',0,'Leslee Armer',0,0),(509,'kirbybrassell49','$2y$10$rvChSH1ubqiMTrUHTSA2/ec/DoVXSSVmO8CglJ6.H/6yk8pRilWG2','kirbybrassell49','Kirby_Brassell81@gmail.com','','2019-09-14 00:21:45','1568420505:$P$B9q/Hc0QRaEXs.xVinEReO28Ija2XB1',0,'Kirby Brassell',0,0),(510,'dicklow533738','$2y$10$KYL7HyZdvIg21wJL0ruBWesbzaXKLnG5BKoK93R6KpstqoT8J.vTm','dicklow533738','Dick-Low@gmail.com','','2019-09-14 00:24:40','1568420680:$P$BZrDMsHx4hQV4ed0Ne4DzLosQC8uIY0',0,'Dick Low',0,0),(511,'maggiewithers3','$2y$10$9OoMbb3vk0UYDlRyyX0TLuNbUvSnzGxTy.aEQyHypAyk2l7Cxz68.','maggiewithers3','Maggie.Withers36@gmail.com','','2019-09-14 00:28:10','1568420890:$P$B8ez5HWu0CJp0Pwhce1Mw2HPhNxGU30',0,'Maggie Withers',0,0),(512,'brucerous930','$2y$10$hTwp.9fKr0XrOpKuvAOS9O0RADBEiPSrgJzU164uyALjxBPIAaZGK','brucerous930','Bruce.Rous98@gmail.com','','2019-09-14 00:29:44','1568420985:$P$BuYWqg7IjtioICFUUuBcGXKx6QJlrJ/',0,'Bruce Rous',0,0),(513,'waldosalinas063','$2y$10$jav44NTXQptMhoLx.CH5S.vPZJWOxUmZIZ3fvPcn/D4orTfwdOxlu','waldosalinas063','Waldo.Salinas93@gmail.com','','2019-09-14 00:33:40','1568421221:$P$BVeH0FpHuXziu1j64DhmjEhYQpj/9q0',0,'Waldo Salinas',0,0),(514,'marcella9183','$2y$10$Asruzywo/X.vcxPaoiTl6.l8za5AYQtRuRoH1Fq16VChGzQsNYQiW','marcella9183','Marcella_Worsham@gmail.com','','2019-09-14 00:44:24','1568421865:$P$BacdV/SdKAQwwDYKyF9yH0Cic9asZc/',0,'Marcella Worsham',0,0),(515,'shelbylinderman','$2y$10$8FHEAI9IYmughdtknAKPIewKRwz7eDWnJmf8i8ZAJbGGwx05R7VA2','shelbylinderman','Shelby.Linderman@gmail.com','','2019-09-14 00:58:21','1568422701:$P$BtaY7oZqi0WHuL7wXz4X60gTIWiZH5.',0,'Shelby Linderman',0,0),(516,'shirleym69','$2y$10$EPbgClfW0P6zv8SO7S2ayuttfJ3tW7LjYNevnVaEMisITgzjs3ULi','shirleym69','Shirley.Patino18@gmail.com','','2019-09-14 01:02:44','1568422965:$P$B51QXGGC/sZtmYGo5OcMf1nnoajoeN.',0,'Shirley Patino',0,0),(517,'amosmacfarlane','$2y$10$3Voyo6.zC2kPFR65FLlZ6usJ9cU5Zmy651wdAtE7uDsatYAIABrqG','amosmacfarlane','Amos-Macfarlane5@gmail.com','','2019-09-14 01:08:55','1568423335:$P$Bsu0M0dj8jKyYNM4eA3Hp36soEbuQI/',0,'Amos Macfarlane',0,0),(518,'dorotheagreenlea','$2y$10$EmOwHyyKIAfXGlUhnSjp0uHQiFNUtuhqzHLpeipqvS9YkazluNdDW','dorotheagreenlea','Dorothea_Greenleaf55@gmail.com','','2019-09-14 01:11:55','1568423515:$P$Bmj.zcZXhcU.C2RQJa4.V4xZiWKWz81',0,'Dorothea Greenleaf',0,0),(519,'nellieblackston','$2y$10$KDK3guEFXxDwFBs0fQ3uHO5EEXWEGl4KyZ0Mmj6IW5BMIOCbt6SIm','nellieblackston','Nellie-Blackston@gmail.com','','2019-09-14 01:19:22','1568423962:$P$BLNE0nC0e4Tii8158agogb9ARW2aU6.',0,'Nellie Blackston',0,0),(520,'samira02g6','$2y$10$dTsCaUyYex/n7HakCtZdnOZ5zze5TLykK/K3Jbsm4NZaD82vFig5i','samira02g6','Samira_Abernathy@gmail.com','','2019-09-14 02:00:14','1568426414:$P$BGZKNOmew2YSk3snrM.8QbqzCDqmNs1',0,'Samira Abernathy',0,0),(521,'kristalnina3','$2y$10$ygPwDjN2nStf8wX2EyZG1.gtmMNpWI8GMt9/8cSjCq3OcHpuG6CJW','kristalnina3','Kristal-Nina@gmail.com','','2019-09-14 02:12:59','1568427179:$P$B4PaGXU3iTJ71MvLykXYEx6yxHrfDN0',0,'Kristal Nina',0,0),(522,'joycemcvicars','$2y$10$A3aRGZszoJi3soLKcWi.XOH1lQwvknOkwHgXpDsvwHd1Rimktsu92','joycemcvicars','Joyce-McVicars6@gmail.com','','2019-09-14 02:16:52','1568427412:$P$B1bQdozFxDZx3rar0M2LnhJAxk9jHW0',0,'Joyce McVicars',0,0),(523,'apzvernell','$2y$10$8RAnuu/1GAp7PpuFylv/yOhRH81vYlOJhT2FR.smbJ6Zpk7WsmZKy','apzvernell','Vernell_Semmens@gmail.com','','2019-09-14 02:22:31','1568427751:$P$BUtd74Ivay4GLWRADvxKdLV12jZnYW/',0,'Vernell Semmens',0,0),(524,'finleyburk5350','$2y$10$DNgP0gfza8JvUDh4IYUBpuE2aKppppURgw54GMg9j/dT1HUijrHeO','finleyburk5350','Finley-Burk@gmail.com','','2019-09-14 02:26:57','1568428017:$P$BnDYxhZNaPSh8URwQCCz2rWUCtDa.O.',0,'Finley Burk',0,0),(525,'altarobichaud','$2y$10$WWV8XeLJSdCzdSpAXU1J2u/aMZSI1l7j3tpPMKdFtW.7J0jshJVey','altarobichaud','Alta-Robichaud@gmail.com','','2019-09-14 02:39:43','1568428784:$P$BoeoODrcXGODj4pzVe4WvsY7B2Ii43.',0,'Alta Robichaud',0,0),(526,'amosdruitt','$2y$10$0/v5WghM5zfNSiGjHy8oF.QNvPl.CbrH6odGzAWtJcX1JZpAz7F0q','amosdruitt','Amos-Druitt10@gmail.com','','2019-09-14 02:54:49','1568429689:$P$B0DrLhYzhYqr3KxqbC79kQmBMgJ1t5.',0,'Amos Druitt',0,0),(527,'theojorgenson67','$2y$10$UMmpe5UWmhqMx6lVTNKKPuFxjye6TQv1AGztOgksxAjv05s5p63Iq','theojorgenson67','Theo-Jorgenson28@gmail.com','','2019-09-14 02:55:06','1568429706:$P$Bwg87.l.gNdmQAPghjYH02jEiwKReN1',0,'Theo Jorgenson',0,0),(528,'luciennecosh','$2y$10$BBsNxdtOOSWwVet4CoRxgOW6l8/mX79JBj4k57sSnmJT1VL7zUGjK','luciennecosh','Lucienne_Cosh6@gmail.com','','2019-09-14 03:09:43','1568430584:$P$B249cgV9KHFuTxcCMYJt3vGIR/G2tT0',0,'Lucienne Cosh',0,0),(529,'freddien28','$2y$10$7bdy.G2JnRl4OJFPdunDPu8GOiPrYRzZohMocVlhg6Sq6dkeuCCgy','freddien28','Freddie_Anthony71@gmail.com','','2019-09-14 03:12:20','1568430740:$P$B.emPPjBQ4GFBnZZnOAaQywOm.dyZA/',0,'Freddie Anthony',0,0),(530,'alannahlingle','$2y$10$MGGqzeEtTS4oplrq6sLyNeT.PnsezAwgZ8PLn/DSNwuhfqGLOo0qe','alannahlingle','Alannah_Lingle74@gmail.com','','2019-09-14 03:17:45','1568431065:$P$BY0pUx0Rjf1xUlRM09qdbMPAMfx7cF1',0,'Alannah Lingle',0,0),(531,'geoffreyweathers','$2y$10$OwXspE1soVUgV/uveQEDAO2eAu3Cxf58VGdFGSzZyWi.BVQ21ism2','geoffreyweathers','Geoffrey.Weathers22@gmail.com','','2019-09-14 03:21:30','1568431290:$P$B5VPsmGL9ldqX8HH/ujvLyuRHAlqHA.',0,'Geoffrey Weathers',0,0),(532,'maddisonbedard2','$2y$10$XbG.MaJYp9OiKmwhG7.3hOOaGweJCB6q44Ix6wK49CfoTmUt.zFJ.','maddisonbedard2','Maddison_Bedard76@gmail.com','','2019-09-14 03:25:58','1568431559:$P$BEQo2VeNUs0dkdWLG/yhuWJ2nFPHT01',0,'Maddison Bedard',0,0),(533,'mohamedkraegen','$2y$10$4LqzdupO.J/3MHHMvTUwwueozXzbwWw1c3aFQa7T1Hcn3GAc/SljG','mohamedkraegen','Mohamed-Kraegen39@gmail.com','','2019-09-14 03:52:14','1568433134:$P$BV.5CSVl5V2K/ZX8FNzu7QDR88UZ9./',0,'Mohamed Kraegen',0,0),(534,'josetteclay','$2y$10$v/gZmRg9Yn.fcMJ6jzJk3OwCiGtsfhhQDZB2VE1VbXroCvgFoetfi','josetteclay','Josette-Clay58@gmail.com','','2019-09-14 03:52:18','1568433138:$P$B1N58FuQeWazWrGOpOk4r8sH/wf.4I/',0,'Josette Clay',0,0),(535,'benwink6599566','$2y$10$09/EsA1MRJOk9mus.ljY8.TECnGa6aqFzZMO3skwxvfub5wl28j.2','benwink6599566','Ben-Wink@gmail.com','','2019-09-14 03:54:19','1568433259:$P$BJXoj22b7nsSFBhg8mfa0quKDVVFvB0',0,'Ben Wink',0,0),(536,'lashundarosenber','$2y$10$MSh4cb9X3whvq5pto4sDtOnojMPLcNBHXKVVDaERNzzaZQoU4YwBm','lashundarosenber','Lashunda-Rosenberg75@gmail.com','','2019-09-14 04:15:46','1568434546:$P$BfRL/D1FRMM2f3hbA7LciTCH5YSfW./',0,'Lashunda Rosenberg',0,0),(537,'cliffordfusco6','$2y$10$zYoi56DI8dTyFLX7IVMnwehm0.v1d9XgtDuXVHMEHRTWWelL3j7Lu','cliffordfusco6','Clifford.Fusco@gmail.com','','2019-09-14 04:24:51','1568435092:$P$BWUwmxMX.l4ZSGhj3aJ6i0S43KFs3T1',0,'Clifford Fusco',0,0),(538,'frankiebracewell','$2y$10$UGsiziIsIH8XtThDneoTg.QQXYdTW0fLMrhUdfU07Rd7d0qFi/.nS','frankiebracewell','Frankie.Bracewell@gmail.com','','2019-09-14 04:32:37','1568435558:$P$BtpOeZ4/I7lSXziu5yCqDXK2kqgdCF/',0,'Frankie Bracewell',0,0),(539,'georgettaposey9','$2y$10$zdya1pMQBCQBoi/9hO9nl.xVTCCt.11HcrJHgUEYerYCUKNAneoyu','georgettaposey9','epplukpwvna@aol.com','','2019-09-14 04:38:11','1568435891:$P$BStDX8GuJdie2h.9uAJCgOv.au3sH10',0,'Georgetta Posey',0,0),(540,'adelashetler','$2y$10$Bh0LlBhdIVp5cWQS8o45Reyc79/hOj.AC8NJ2T/7QUmAidbA.8ey6','adelashetler','Adela.Shetler87@gmail.com','','2019-09-14 04:39:01','1568435942:$P$BIcSbKN2rRgm1bOtLt52jRUP7aRkqH1',0,'Adela Shetler',0,0),(541,'bernard33k','$2y$10$OYVtv7IDLfWCegntylhHlOZ56IfBcko3VoL0Tle0GLxt9AMuiN9L.','bernard33k','Bernard.Brandon@gmail.com','','2019-09-14 04:46:41','1568436401:$P$B34P9t7mCzPujHNb0WMAb0FvUtQeU5/',0,'Bernard Brandon',0,0),(542,'olliebelcher9','$2y$10$etOFI4jJXzHA.9DbYdQvD.JWoRYU3pv7Ei7SC0c5zHit2Fawn/G1S','olliebelcher9','Ollie.Belcher@gmail.com','','2019-09-14 05:57:50','1568440671:$P$BEdaFdo8uOzPnNXNiAOsdbGVCrmssN/',0,'Ollie Belcher',0,0),(543,'keirafranco43','$2y$10$LIR7qTQVxG.vUXCfrpqlWeJ0.0h987F92iznPUdaS4CJmU28cKStC','keirafranco43','Keira.Franco@balmes.dynainbox.com','','2019-09-14 06:11:41','1568441501:$P$BBhz8s46d5FeFtR40i3w.k97a/AQaO/',0,'Keira Franco',0,0),(544,'evien59118349','$2y$10$8PhwnqknPrfILGJwhTji1exeFKYmhS46vKFQySNd3M6y0tJmZ9XL6','evien59118349','Evie.Blubaugh95@gmail.com','','2019-09-14 06:18:07','1568441887:$P$BEl6hn65yxX4Q5wejiC2Oqxi/L8g86.',0,'Evie Blubaugh',0,0),(545,'dominikburbank4','$2y$10$RHle4PbcwoRVTpwH2ve/FOf0U1vst3mo/LoR.b6hJbE/5J4NNBLGu','dominikburbank4','Dominik.Burbank@gmail.com','','2019-09-14 06:29:20','1568442561:$P$BXUfS7ODFGT2hYfXCl/ZMMHMZdhq8J1',0,'Dominik Burbank',0,0),(546,'wyatt99h489099','$2y$10$3qSGPre/dNd9QvFRPcSaluhTaXxHr.pbsj4VCaA31Ds/0/x63BTU2','wyatt99h489099','Wyatt-Giles@gmail.com','','2019-09-14 06:39:02','1568443143:$P$BnUEB0W2ph5mbBqf5VGfVCITSWHt.I0',0,'Wyatt Giles',0,0),(547,'rickierude3580','$2y$10$C26o5BODB0Cws1o6jLBTEuwihfwvxgGvlcKIWstwbyClzPZOS.F.2','rickierude3580','Rickie.Rude2@gmail.com','','2019-09-14 06:52:30','1568443951:$P$B.3LDraOVzNDtBtHg.0wdAEkATon5N/',0,'Rickie Rude',0,0),(548,'brete07234','$2y$10$XDGq2XPxt8unGlNGXBiAI.TMXgMXF7kGUca/14g6FVhIU3XwmoykK','brete07234','Bret_Coulter70@gmail.com','','2019-09-14 07:38:30','1568446710:$P$BPb8uigc22MwptUQey8fQbeEoVXoSU0',0,'Bret Coulter',0,0),(549,'novellal66','$2y$10$Zq1WpiIIhtyWYMZyJDyCUexrWrFEF5ifbPXojUzNtOb69zT3O.wle','novellal66','Novella.Jenyns@gmail.com','','2019-09-14 08:12:18','1568448738:$P$BFDuf87Ey2mQVclsR3DHrvCEQiaj.l.',0,'Novella Jenyns',0,0),(550,'micahhuggins','$2y$10$i.LGCbBywfW.nWXN4uKriOqc3ZypGJmSFV.4K9SudMAiVXrcUenUO','micahhuggins','Micah.Huggins@fireshoot.walletonlineshop.com','','2019-09-14 09:05:46','1568451947:$P$BxByG2dOnYzMCdtrnvwtKfTGly1YBn/',0,'Micah Huggins',0,0),(551,'dann996849872164','$2y$10$ku6thoZa50LgKXba7CPDg.drhB3goln96nQIF/tz2cx/pnUj0kS2e','dann996849872164','Dann.Kraft67@gmail.com','','2019-09-14 09:16:15','1568452576:$P$Br1IWGx2k4n/roJ0GK.IrV.LxdA56D.',0,'Dann Kraft',0,0),(552,'brycegresham9','$2y$10$gkbDVzj2MNpKQpCTv5uAo.3G/nb3lSKUB7NVJdJyEwhMemSm9bvO.','brycegresham9','Bryce_Gresham27@gmail.com','','2019-09-14 09:31:01','1568453462:$P$BRLh.AqrKPCL8h.K5x3DW49DN3p37N1',0,'Bryce Gresham',0,0),(553,'clark4885744188','$2y$10$yEplCbb7Zmu6c37V7Mmo0uJ3yY4WvzTdEHe2IAIB4JrtwjcUtgoOq','clark4885744188','Clark_Lopez27@gmail.com','','2019-09-14 09:56:44','1568455004:$P$BAgSGmiR6s2ihrfM6oMFLxSQdRV6x2.',0,'Clark Lopez',0,0),(554,'jeffreysprent08','$2y$10$o0HwbrLhv23PKwl1.DDg.ujWFfGXm0I8vlH4II1Z8hOLiB8tgdScO','jeffreysprent08','Jeffrey_Sprent@gmail.com','','2019-09-14 10:26:27','1568456788:$P$B32y79kKXsaQhQNY1hqp8ZEc4XBCRk0',0,'Jeffrey Sprent',0,0),(555,'douglasmungomery','$2y$10$WBl0nx/4u15aPS87V1YSV.2Jx3.VhyHoTTjes0UBiCHtz9AAWyhne','douglasmungomery','Douglas-Mungomery95@gmail.com','','2019-09-14 10:51:00','1568458261:$P$BQ6zI/khWbwa1TnjoXnDCSjIqbwPgo.',0,'Douglas Mungomery',0,0),(556,'christoperstephe','$2y$10$m4bwZdeLxaV2aMN15QrnXe.rCjh/epk4U86sPlNubY.UxtbdFWitS','christoperstephe','Christoper_Stephens@gmail.com','','2019-09-14 11:47:24','1568461645:$P$BfNb1WniycKf7jHQtbsnY3OPcvKeF40',0,'Christoper Stephens',0,0),(557,'maritzaadams26','$2y$10$HfTpfKaytuhDL/CbaDziXObL8EibcU6NEh.mJlbysaGZJer79etwu','maritzaadams26','Maritza.Adams34@gmail.com','','2019-09-14 11:58:40','1568462321:$P$BuMiuOH9mRLmffPX7dMH7FJmT0oFv00',0,'Maritza Adams',0,0),(558,'lauriewicker325','$2y$10$fpGSdLELd1kybOO56o2./eLPP9CewAUsrafn.sVdlUxENRbx0EkbG','lauriewicker325','Laurie_Wicker@gmail.com','','2019-09-14 12:45:48','1568465148:$P$B/9Yr2tr2aP8NLALOdfQ3Rz6grVsla0',0,'Laurie Wicker',0,0),(559,'elliotdumolo259','$2y$10$hug3tzJaSbkne2advl1zwuoXToG7d/.0o/ijPwSjqx02nOsb2KEkW','elliotdumolo259','Elliot_Dumolo@fireshoot.walletonlineshop.com','','2019-09-14 13:39:44','1568468384:$P$BxIGJrxmuS1X9Ph/RW93X7tbQ2H5vD.',0,'Elliot Dumolo',0,0),(560,'fabianlandry781','$2y$10$5H98rPUvRln7oN.hEXqLSumhdd6nWEvOeuJ9JiSM04uMxPtYqZ8iW','fabianlandry781','Fabian.Landry@gmail.com','','2019-09-14 14:13:17','1568470397:$P$BhFr7KUX5fTlYQvV5ESA5etlfd3WrN/',0,'Fabian Landry',0,0),(561,'marcellaadey70','$2y$10$tGbgCJYZu6FYb0QpNsGRS.i.IhIv1SsgTUjhNKTUlYYBKicqMcP3a','marcellaadey70','Marcella-Adey100@gmail.com','','2019-09-14 14:31:54','1568471515:$P$BcBKYKK6gq74zG7v8JwwTUSHtLSVyd0',0,'Marcella Adey',0,0),(562,'ernestinemclean','$2y$10$sMnmFYSiEpPhiAXwiVF7MObBSeEaYYNDFq83On8v5XgUS9.hZY1ya','ernestinemclean','Ernestine.McLean71@gmail.com','','2019-09-14 19:00:19','1568487619:$P$BSYv8g.yoOEMvWPblJ8nO4ObLDIefh0',0,'Ernestine McLean',0,0),(563,'latishatulloch','$2y$10$39zTwP3Rc1sYvx5pupL8I.vRMoadnJQhMhXmKWGqrNGU43k5XQvCa','latishatulloch','Latisha-Tulloch@gmail.com','','2019-09-14 19:18:40','1568488721:$P$B8rrtLYhEqNTeywq0/rUEbYevSaQfT/',0,'Latisha Tulloch',0,0),(564,'carlosscammell','$2y$10$BRI4yrVRSnykAqzIGMEZLe5h9ZvjRD3R/x0B3clupdxlz.2.qi9uW','carlosscammell','Carlos-Scammell@gmail.com','','2019-09-14 19:21:03','1568488863:$P$Bv/iZ1yRUzsUYBbUDsMQCr4LwtcBM60',0,'Carlos Scammell',0,0),(565,'lenaraggatt7415','$2y$10$2zzHbZP03X2cI7WWrmeqoO6SY0flhGd1enDOEPPuQr6UX5gKKlmn.','lenaraggatt7415','Lena_Raggatt@gmail.com','','2019-09-14 19:28:55','1568489335:$P$BsSYgL5AYwWxb1HudFVj.hiBJFztLh1',0,'Lena Raggatt',0,0),(566,'chanaveal3506','$2y$10$8wgSOEPvpD.hirmMhXj4VO0mWUGOhooHPx1lrrcBgZDbrtgJPfhhu','chanaveal3506','Chana-Veal@gmail.com','','2019-09-14 19:31:26','1568489487:$P$B/1YDtIppP2xsT/JjUncfX00TjCvhH/',0,'Chana Veal',0,0),(567,'colby039096','$2y$10$gXpjcH.1cw1sIghUQyEHne9Gw0kiNYnKpE4ez0Vmduu6P2gFC02Vy','colby039096','Colby-Hellyer@gmail.com','','2019-09-14 20:03:50','1568491431:$P$BYKrxadMoKZxiJ3BCiBJFPrbwyhJd00',0,'Colby Hellyer',0,0),(568,'tpgemmett8544','$2y$10$v.rErDVj95C9VkF2ooCkP.IylhEwtgEiwPEhanX3dgkXHfXLDLrcC','tpgemmett8544','Emmett-Mcdaniel@gmail.com','','2019-09-14 20:12:18','1568491938:$P$BOBoOqsLvRI86h8Jmy9HWXmH159Oi01',0,'Emmett Mcdaniel',0,0),(569,'erikmacrory340','$2y$10$NJd0i8ASlxIqlRdPO.Pu6.54vDndSGB4I15H6T7ocYjJ1NyRVeHva','erikmacrory340','Erik-MacRory@gmail.com','','2019-09-14 20:32:41','1568493161:$P$B16VIxXijbkjdeae2AZqa8a0qIc3wM/',0,'Erik MacRory',0,0),(570,'vueluis273147','$2y$10$qt37mzOBsfmQVdtwitgzVuSkbW6A6ukLug4ypdBqgoFJ6OEC6SeY.','vueluis273147','Luis-Wheaton@gmail.com','','2019-09-14 20:53:50','1568494431:$P$BVkU/FWZicSvesIa9kiBLNECfaGaOt.',0,'Luis Wheaton',0,0),(571,'karinerubino','$2y$10$9M7etQmq.FVFGt4/1SMdYeTIQWsA7xA3ddbMkaHk3AtqvElS6Mp.i','karinerubino','Karine.Rubino@gmail.com','','2019-09-14 21:23:13','1568496194:$P$BIYZECWbhrut/460ygbH93zm1H6NxY/',0,'Karine Rubino',0,0),(572,'anitradarvall','$2y$10$2RSPC1ekkvo52mcDiHdWYuzYoSYenGTzyTHxIxmDvsBJK8iHGOooO','anitradarvall','Anitra_Darvall@gmail.com','','2019-09-14 21:36:55','1568497015:$P$B0WuOZdONlrgMVCsXGluXQVj3NipP/0',0,'Anitra Darvall',0,0),(573,'patricianewell','$2y$10$jcIoQgkz1dVZvxDKttRjHuvO4dYU.gDthM93VBBy0cgpx85VUx5N6','patricianewell','Patricia_Newell36@gmail.com','','2019-09-14 21:41:14','1568497275:$P$BmKqD/5fV7RjP3Phf31JZWzrjtgX0T1',0,'Patricia Newell',0,0),(574,'essiegamez275','$2y$10$Xb1BAdjpmrxSax8PVMC37eIcWJuhiEOCInU8BWgwVfdoJQ4BoWzXO','essiegamez275','Essie_Gamez@gmail.com','','2019-09-14 22:13:23','1568499203:$P$BHa6gGpFGPDHTGFN.rRbiZXNUHtYAf1',0,'Essie Gamez',0,0),(575,'franchescagoodle','$2y$10$VAvK4Tqiiwc2S7E1jr5TX.HchhshDs2LV1E/ny9/9OI/RDRjjRFh.','franchescagoodle','Franchesca-Goodlet@gmail.com','','2019-09-14 22:15:08','1568499308:$P$B8D3ioN1NEGDdINvAulCgPmDV1cVID1',0,'Franchesca Goodlet',0,0),(576,'jerroldherbert0','$2y$10$xX8sUAUXzrfzQo75.ZMn5eliuQSNCexZq8DGBtf25OsX48.sdVWQu','jerroldherbert0','Jerrold-Herbert88@gmail.com','','2019-09-14 22:30:53','1568500253:$P$BeO1T/wxsS31ybzI95/zTgh5HKEm/z.',0,'Jerrold Herbert',0,0),(577,'gladisshuman1','$2y$10$.OWg06QNtVwjyMOqhUPOFuzLcjUQDJYoqGVcFS8g3O7WVLkHepDxO','gladisshuman1','Gladis-Shuman@ori73.freeinvestoradvice.com','','2019-09-14 22:34:24','1568500464:$P$BXaxeSi.zHPIXq08FBW5IX8gsFk7xk1',0,'Gladis Shuman',0,0),(578,'cortezgarten246','$2y$10$OuRJg7o8/xtkDXw9LvIXq.6d/E1bQkUA8ju9bIlXD.JI9U/sm7iuK','cortezgarten246','Cortez-Garten2@gmail.com','','2019-09-14 22:47:37','1568501257:$P$BZy5wmW0oR7Qm.io8j4JTvkHAe8RX1.',0,'Cortez Garten',0,0),(579,'ethelallie036','$2y$10$.P5s4rNg1kLcHxXbjWtrT.WRo0PJXGE1pIHw8BI1QmVERluRVBflC','ethelallie036','Ethel_Allie99@gmail.com','','2019-09-14 23:00:27','1568502027:$P$BNlppXWniHmGwaDL3X1VaUyHMEOeAS/',0,'Ethel Allie',0,0),(580,'jarreddlw3639','$2y$10$db8hasECuNNkn.7W4S4XK.EnPYoI7x8rpkn5.u8HkhJHAsu.KPeJy','jarreddlw3639','Jarred_Larkin86@gmail.com','','2019-09-14 23:32:43','1568503964:$P$BjekCw9qQXNyCG2gKIqkz4P3rhvyx2.',0,'Jarred Larkin',0,0),(581,'margaretworkman','$2y$10$Y.KnVhFaKWJFRN9aZkecjuz6i73HAy481PjV4MlWJSQWRBrpX3KHS','margaretworkman','Margaret.Workman17@gmail.com','','2019-09-14 23:47:15','1568504836:$P$BgbD.nYb8m8dVoKje14cdp9BRahHSz1',0,'Margaret Workman',0,0),(582,'antwanf701453402','$2y$10$1Pv.JzkgWxJ6Y3kKXJyKvOxCICQ0I/4xTDvGNI.fu9N.jip3Q9AJy','antwanf701453402','Antwan.Burston@gmail.com','','2019-09-14 23:54:17','1568505257:$P$BijbwKADJz3M8Bu7maWLvgM857PJyp.',0,'Antwan Burston',0,0),(583,'ines2044502378','$2y$10$dtQu.lV2vHeR4ztF2w0cmOuCe5mx991/VIolNOnObtnKeBsI2YBBa','ines2044502378','Ines.Delano@gmail.com','','2019-09-15 00:05:30','1568505930:$P$BMyhnFEXCiTJRetiSkoxI9SEwqqZ6D.',0,'Ines Delano',0,0),(584,'rgbsol568034239','$2y$10$cb2E5aADpb6pBTD2bOf.vOgwHg.QvtxUkHriAoSYAp9JQuOhHb8jG','rgbsol568034239','Sol_Bertrand40@gmail.com','','2019-09-15 00:19:32','1568506773:$P$BFU/I1s5BxLqSEshXjxh3dHHidAL0g0',0,'Sol Bertrand',0,0),(585,'lynnehoch0','$2y$10$GUlhLJ9yem3Xs4YRRrsYbOrbIM7T28DTQEebcgHwJNL6eMBdlc2Ze','lynnehoch0','Lynne_Hoch@gmail.com','','2019-09-15 00:55:49','1568508949:$P$Bk6XeSPXsex4./P3O2JCjPAbjOL3lG.',0,'Lynne Hoch',0,0),(586,'julianneheyne4','$2y$10$S3grnEpPrMw8lp971r6pk.oiJTof7zsoLFjClMXqKSNj6yHIYsure','julianneheyne4','Julianne-Heyne42@gmail.com','','2019-09-15 01:41:15','1568511675:$P$BZjTM.yWOcXjJ2uHjqhjxWAj1ILUVj0',0,'Julianne Heyne',0,0),(587,'alisiadempster4','$2y$10$6yO6gVgr4ECn/HjpmIvpAerFOyn1Ahd2J64TzLYFT1rbWQ0aGw.JO','alisiadempster4','Alisia-Dempster77@gmail.com','','2019-09-15 01:46:48','1568512008:$P$BFImVoHpSWvzLi6G5/Bwn/X3qhzlZc1',0,'Alisia Dempster',0,0),(588,'ambrosebarton5','$2y$10$eqt.rsUPEq4jkGB/8cpHEegSE1HlGI.DtRJVqvb3CrQea4ahydy.C','ambrosebarton5','Ambrose-Barton@gmail.com','','2019-09-15 01:51:35','1568512295:$P$B44WvFJurlmf9U2.tS2ac8YescgMyj0',0,'Ambrose Barton',0,0),(589,'kristitgn26123','$2y$10$O7SENY4Tw0Kdtn.9kEDNYeRjY.WeMzsgEzYiv8V0JXgAhRwIiDrSi','kristitgn26123','Kristi-Muramats@gmail.com','','2019-09-15 02:03:54','1568513035:$P$BUc6rXUkZ8tONdR7KJkWp1z8knKhN51',0,'Kristi Muramats',0,0),(590,'levistarns450','$2y$10$XoMG1UBkvFIQlh9.BWuQQ.8bY7XdE5ArxDttIQCTpsRUGVRLplbAq','levistarns450','Levi.Starns@gmail.com','','2019-09-15 02:19:59','1568513999:$P$BAmUHF1CKNql7DgxfWAUa4velt0EfW1',0,'Levi Starns',0,0),(591,'edwardonix542','$2y$10$3024ojP73WyIEj3HSu8W5eVcUi8lzS1sFXSt18Hj8eJADMjXOBrEC','edwardonix542','Edwardo.Nix19@gmail.com','','2019-09-15 02:30:27','1568514628:$P$BAs2AOV0E3ffa6fiWuCqxs9to0AOT40',0,'Edwardo Nix',0,0),(592,'mikemenge033','$2y$10$61TXEi3Z8VXxZrfG3PG1dOE7IKvAJMy.4emwRtXDPp1wlPIuTaLf6','mikemenge033','Mike-Menge@gmail.com','','2019-09-15 03:16:33','1568517393:$P$BiqFjGf7a7GZsTel09uM/8Ig7Hzidd/',0,'Mike Menge',0,0),(593,'ervinshelton','$2y$10$wr5DqXjMR2yRNlMagcD0cOVp98gxuITLnL7JTpSM97jscCrek5ASG','ervinshelton','Ervin_Shelton@gmail.com','','2019-09-15 04:05:50','1568520350:$P$BEGG7aPt8/4CUqe7PzhFLgrCpSxoAj/',0,'Ervin Shelton',0,0),(594,'jaredwilbur1','$2y$10$xl2ORTx2.W8uO98M0l/rPutHjTdYsn92oL2Tu7AZu.59X.2BB0Uky','jaredwilbur1','Jared.Wilbur60@gmail.com','','2019-09-15 04:33:13','1568521993:$P$B8cAdfzEk9LDfj2jomWsaT5cITG8y9/',0,'Jared Wilbur',0,0),(595,'gonzalolamington','$2y$10$b94S..flWG1MRkXDE1Way.NYz7idf/F7IF..rJCzfVy8bAspmypUa','gonzalolamington','Gonzalo-Lamington@gmail.com','','2019-09-15 04:37:37','1568522257:$P$B.oDduPJYJr4mGTpQv8ahrT.79Dy2S1',0,'Gonzalo Lamington',0,0),(596,'steffenschell','$2y$10$LNVrzLrSEGoJ9dYSN7dpsugni230S87XCk09Ts4esXo3vbCbD15iq','steffenschell','Steffen-Schell@gmail.com','','2019-09-15 04:48:25','1568522905:$P$BC8Nl9YurJlMb2RdHR23JM4tKRNXn/0',0,'Steffen Schell',0,0),(597,'danilo90i159','$2y$10$FupFdYExqYU4f4trG9kY1ueq3Mudd1XGI1I/GUcs9ARdL9DX582ta','danilo90i159','Danilo_Marzano@gmail.com','','2019-09-15 05:21:52','1568524913:$P$BYzDDCHmhJR1pP7znmfg2NYkgk9hsU1',0,'Danilo Marzano',0,0),(598,'almaakj320','$2y$10$abMHfHnUDa.5tqud1VihlenQ9azGJd.K2YufUx43uNYjvh8M5lJnS','almaakj320','Alma-Duhig@gmail.com','','2019-09-15 05:30:50','1568525451:$P$BEH7SwizhH/ZOXYtZl8CNqOe7dhKjs1',0,'Alma Duhig',0,0),(599,'lashundamclain5','$2y$10$ILsNujvtB6uPQqO4gYqAieFdJyXpW1PGLXK/QEYct9mFdfKmzUYra','lashundamclain5','Lashunda_Mclain13@gmail.com','','2019-09-15 05:36:01','1568525761:$P$BlyoBpWphwTWLOBRUcWo379l22MCvg/',0,'Lashunda Mclain',0,0),(600,'etsukodeniehy0','$2y$10$PwDHgUlcXXSv99d9fM1lKeyG6BY3n4t9DmLWDwL/zNP52JA97/yjC','etsukodeniehy0','Etsuko_Deniehy61@gmail.com','','2019-09-15 05:49:25','1568526565:$P$BuoKe7YZ/DfZ4kgwQ4wTd/nHj7HuaC0',0,'Etsuko Deniehy',0,0),(601,'alvincastle2','$2y$10$I55qr2IJYuqIsp1XmHkUQ.yJCgDiuAODxqvwR1eXuj2.CTJf5uHCm','alvincastle2','Alvin-Castle@gmail.com','','2019-09-15 06:07:46','1568527667:$P$BiQqWvdn/X22Hc.f3NvpTqrBh19bIo/',0,'Alvin Castle',0,0),(602,'sharrongoodlet','$2y$10$CzPQ/eJjURjiBpCUYdjNjOjHfdpaboyW.6NUYwDEV4fsxW7UacuIi','sharrongoodlet','Sharron.Goodlet@gmail.com','','2019-09-15 06:17:26','1568528247:$P$BYAs6rJFrG258hs0AjRnqBcH12AdfY/',0,'Sharron Goodlet',0,0),(603,'kerry00j93','$2y$10$4i11sgLq4asVgEE3IaTqjOpOeeAGqCNG55HjwAkQjeIR.EKBqiwaO','kerry00j93','Kerry.Roderick@gmail.com','','2019-09-15 06:44:25','1568529866:$P$Bzzpsvhngs/N31Q0kRJnyZX.xUZMTJ.',0,'Kerry Roderick',0,0),(604,'coraldudley2024','$2y$10$C3eUORyXVHoTHo0PVNigte.Hh5CqV4vstwqe.O5u.5R6BFTfllpma','coraldudley2024','Coral-Dudley@gmail.com','','2019-09-15 06:56:04','1568530565:$P$B7mbPaqFVjdKzGlRmLAg57GccMiVG51',0,'Coral Dudley',0,0),(605,'dietermathew72','$2y$10$TvgoiphpgSlwkEtvyeKaROrTwohbrmJQgJPs8nhhjhKRlsWgIuQ8m','dietermathew72','Dieter.Mathew54@gmail.com','','2019-09-15 07:12:55','1568531576:$P$BNguYzxesyoLlTDMm0dE4Ya32YGIsP1',0,'Dieter Mathew',0,0),(606,'genie735878073','$2y$10$o5bdk6nTdzhHkRTlpJr.ze2e05i343lAYp7QQ7yHlJwQMtri1obIu','genie735878073','Genie_Ellwood49@gmail.com','','2019-09-15 07:46:26','1568533587:$P$BxEAusBLeBrpslejBZsmb7rpMZGA6g1',0,'Genie Ellwood',0,0),(607,'thanhburley721','$2y$10$1CzD7VM06DOhyV4ZoT8CUOdYP6Xh5mh7wPM2mX7rcr3rKg261DvKS','thanhburley721','Thanh_Burley@gmail.com','','2019-09-15 08:06:14','1568534775:$P$BWhebfkpi3rjbfHekANIXyeeICY7xD0',0,'Thanh Burley',0,0),(608,'fernseppelt','$2y$10$qd63QMkcDnN.vx1rG6nrX.gyFi4RRQ31kCdp4K9oCnkyu2atuHzDa','fernseppelt','Fern-Seppelt@gmail.com','','2019-09-15 08:46:39','1568537199:$P$BsUqtMApfvROiZshX3Iba7kP0hcrYw1',0,'Fern Seppelt',0,0),(609,'ronniecjz90381','$2y$10$.Wyl.7aISX0tWTRh7sdYJOkoPxBw5EeDzndGiAcIoYlz5QP5tAtpS','ronniecjz90381','anteprdure@aol.com','','2019-09-15 08:57:52','1568537873:$P$BPA2mfhNhbnJ2tF9rUuVuPdmT0frgV0',0,'Ronnie Cherry',0,0),(610,'preciouscolson6','$2y$10$zfEc8R9NvCvSGG3iXpkxzOO8k./XRr4ykI7ZS7sKyH3mnV53qsJm.','preciouscolson6','Precious-Colson@gmail.com','','2019-09-15 09:06:48','1568538408:$P$BJoq8OWPs./U5ADlFJbdrHEKMY9UNk/',0,'Precious Colson',0,0),(611,'shondadurham017','$2y$10$IfKWVYcI3WOFKtLKly0M9eSCdpSDGNfLLnpoiiDpfo0McmfOMuqVi','shondadurham017','Shonda-Durham38@wibawa.belipbn.com','','2019-09-15 09:17:07','1568539027:$P$BwOrkYwYfcKPkwQ4Ifk6.JDx77NXnv0',0,'Shonda Durham',0,0),(612,'latiau0195077085','$2y$10$Z9agVN.cVWx.JMszxeGwzeLz/tC/XG.CSCpZoXfL7Gw8ddg5z9GQe','latiau0195077085','Latia-Olvera@gmail.com','','2019-09-15 09:20:42','1568539242:$P$Bz3hjW2B1QW7mGK6.ZknNoy1eDwngJ1',0,'Latia Olvera',0,0),(613,'wroconstance','$2y$10$6D4I8gt.eZIuvGg1BhD.S.4KCojvRA.LZ7GeFRALIT998FFdtreHq','wroconstance','Constance_Lienhop53@gmail.com','','2019-09-15 09:29:49','1568539789:$P$BSfjuK0oFV57p63GfBNR39QEclyTXh.',0,'Constance Lienhop',0,0),(614,'pearlinesotelo8','$2y$10$zTKNSBvq4xr4iWSbs/WTS.zXbtkqbN49lefEIy0jJig/crO3vo18K','pearlinesotelo8','Pearline_Sotelo@gmail.com','','2019-09-15 09:49:38','1568540979:$P$Bgzq.xN.NGvEfrDDv7n16fogbt/i0v/',0,'Pearline Sotelo',0,0),(615,'leonorcoull90','$2y$10$NWk3mU5nG2Cna3SLD6LwBO3LygSzHGPWy/vhrsMlZAwqJJR/gvjiq','leonorcoull90','Leonor-Coull@gmail.com','','2019-09-15 10:13:08','1568542388:$P$BfMZHDfoUp3CRe0YTdt11wNMve0FSU.',0,'Leonor Coull',0,0),(616,'lonamcnamara86','$2y$10$zkTB6RtN0KyDuw425L734eFTQwkoc2T8Zp.5LVAHkXlv/Q2YvSzqe','lonamcnamara86','Lona-McNamara75@gmail.com','','2019-09-15 10:23:59','1568543040:$P$BVrOeDacZeMW.I2TJQt.8G3wnOHrsS/',0,'Lona McNamara',0,0),(617,'mathewhort2','$2y$10$yO.nIk0ZznX2gsxujXDpxuFBBpJAdBp.zPkp4vXsiYa9ei7tuKIMG','mathewhort2','Mathew.Hort45@gmail.com','','2019-09-15 10:27:46','1568543267:$P$Bzv1e9TrrnBHpnQR/XW24960.b2xGK/',0,'Mathew Hort',0,0),(618,'antonygoolsby8','$2y$10$APOUwVvk8DPMagkfD4etyukK.ttV37mlEIBkRnJzqMcfUGJ36WJ4a','antonygoolsby8','Antony_Goolsby@gmail.com','','2019-09-15 10:55:27','1568544927:$P$Biddtn8LYyqpOkPo7lkM00shil.gun/',0,'Antony Goolsby',0,0),(619,'stephaniahillard','$2y$10$vkYKnJmrwi8PIxT.s/y0iuuUV3V1VRnVM/GFKkBzxm5s4KNh65xXq','stephaniahillard','Stephania-Hillard75@gmail.com','','2019-09-15 11:18:16','1568546297:$P$BBax1nQT2X5OJSczEpPsOJMJED6ZG/0',0,'Stephania Hillard',0,0),(620,'aletheaalarcon','$2y$10$Nj3ePFx7T3C//xlf2rK/huz.zYv16n6mLMvx03HhZSe6z0WGMUKSK','aletheaalarcon','Alethea.Alarcon43@gmail.com','','2019-09-15 11:25:45','1568546746:$P$BseHImi74cUc7T.XFIjI/ab8wpSmSq0',0,'Alethea Alarcon',0,0),(621,'chun80u639','$2y$10$FkbPuNNTDGBxPfFU5romwuY6QYWSzeUBFZEvdu/pi6F2BJ8uANwpe','chun80u639','Chun_Manzi90@gmail.com','','2019-09-15 11:57:24','1568548645:$P$BQ8giamN7c4ZGGHWjmFt6mE3TnqN2Z1',0,'Chun Manzi',0,0),(622,'myrtiss3720','$2y$10$MtfSCc1S7b3r4R5JsKKyLOrz85K.kp2QdpNYiCwtD/.lWsAEawtI6','myrtiss3720','Myrtis_Farwell@gmail.com','','2019-09-15 12:07:32','1568549252:$P$Bn2afMYcBXV9NtxhLeeenLlFs.FU1O0',0,'Myrtis Farwell',0,0),(623,'myrtisfaucett12','$2y$10$h/GTFLskbZKbFZn5x0x8UuY7TAJLW370qQzk0vJN9m4PBzumRlMtO','myrtisfaucett12','Myrtis_Faucett@gmail.com','','2019-09-15 12:16:51','1568549812:$P$B.y0LsCLIPqwIwhUwDGpx6igzo4gc0/',0,'Myrtis Faucett',0,0),(624,'fletchernorthey','$2y$10$HSHb/Iqf4SAvrK4bjOv/s.CEoAwV4PCARWRtpWRUzPbIRFj5XgJem','fletchernorthey','Fletcher.Northey38@gmail.com','','2019-09-15 12:34:51','1568550891:$P$BVCfvheURrJpEfZIm2hN2/rSSkEvgk1',0,'Fletcher Northey',0,0),(625,'xvvluann296742','$2y$10$97HsLOe0Xc2sUg7.tbpO2OCIQe7C/vf4HIJ6mgeIEViiLhdIrYEaO','xvvluann296742','Luann_Damon@gmail.com','','2019-09-15 12:41:48','1568551308:$P$Bt2.zmD/ePJTgRy/f8MxDKq.9B8GEu.',0,'Luann Damon',0,0),(626,'jamelfraire1','$2y$10$pm7l/pdc5CbIDi3HLLX91.qtlXzFAIwd.T4C43WyiHPwnhAQ4j/au','jamelfraire1','Jamel.Fraire34@coan.antiquerestorationwork.com','','2019-09-15 12:54:10','1568552050:$P$BzUX0slOw9dyJVP7MMKWXaYq0O7DIU1',0,'Jamel Fraire',0,0),(627,'autumncaban4','$2y$10$bETORVsP.lvcIbkr.nlAx.RXzunVJj0L1UGcqnJUw4S1tHpWeLsmG','autumncaban4','Autumn_Caban@gmail.com','','2019-09-15 13:08:57','1568552938:$P$Bm4WRvR3jGe9yBRA5F/zeSl7V6/eXf.',0,'Autumn Caban',0,0),(628,'kimleverett184','$2y$10$X81iecAT.cIALhcHD3pGLe.UIj8G5KS2Wfm3jAVhjCuckAT/Oc7dO','kimleverett184','Kim_Leverett47@gmail.com','','2019-09-15 13:22:53','1568553773:$P$Bz.vKcU5urHkz8cCfx7eKCwcefEoMe0',0,'Kim Leverett',0,0),(629,'ruthienicolay1','$2y$10$t/lYrE9prZ/7EWsSTts8JuE.x3fJ3P856huivBKawMAlQzozg5022','ruthienicolay1','Ruthie_Nicolay40@gmail.com','','2019-09-15 13:30:42','1568554243:$P$BJ0qdObfNl/Ys7w.kV/QCnGCHL.BEA.',0,'Ruthie Nicolay',0,0),(630,'louellamayne44','$2y$10$aRAGYSYv8SEvFjXnTmHJA.jftXpHiCcG1wJqDEhGdsGEG19iUoJ7y','louellamayne44','Louella_Mayne34@gmail.com','','2019-09-15 14:12:12','1568556733:$P$BBpXwSoMVJPhktyApgsaFFu5F4i4cA1',0,'Louella Mayne',0,0),(631,'evonnegrimstone','$2y$10$rY/kvZ4VmT6o6jWYTEdX4.7K/fddweZww37Uk6TdiJl.NxeHtl4d2','evonnegrimstone','Evonne-Grimstone70@gmail.com','','2019-09-15 14:15:55','1568556956:$P$BK881jr4/Ffxw0zNXGHHx/1dSaQBHS/',0,'Evonne Grimstone',0,0),(632,'bernardoforet','$2y$10$JSX9RpD2u8cxZu0HctM/eOWhFbp7UEdMnWIOtvNGdO6G5HDSOe.QW','bernardoforet','Bernardo.Foret@gmail.com','','2019-09-15 14:33:30','1568558010:$P$B2J1PKSMtdPjQlsxRmy42La5.cs8zX/',0,'Bernardo Foret',0,0),(633,'cornellstricklin','$2y$10$ORks4i/XbnpBKkj7cUO1cetVjI/qaFBRPReEC2sWK.TNTLw2316WO','cornellstricklin','Cornell-Stricklin@gmail.com','','2019-09-15 14:47:35','1568558855:$P$B7xx.yxsEVhnPkg9Aq9difumSmk9UO.',0,'Cornell Stricklin',0,0),(634,'suebee','$2y$10$MlFh4rSzW5ihCf0D3h14R.ydx4lnz4PjwFAE9zj7YthTNXfsi/.dG','suebee','bucknor.susan@gmail.com','','2019-09-15 14:52:51','1568559171:$P$BLgXxEm.qs15/SLqyY5c9a4Cjpr07p0',0,'Susan Bucknor',0,0),(635,'brigidajaime998','$2y$10$8YuUQaJo9LJIREusJtcznOAt26VmcTHIVFZCsyyXGlBIqmkA371rW','brigidajaime998','Brigida-Jaime@gmail.com','','2019-09-15 14:55:06','1568559306:$P$BYk/Sc1dhtgkZRZdiHdCwQAvuVSkYw1',0,'Brigida Jaime',0,0),(636,'valarie86b','$2y$10$kzEI75Ps12tN8jzHWbUZ.uHUr6dT3ZTqutK41/tDBUe.lPBltknm2','valarie86b','Valarie.John99@gmail.com','','2019-09-15 15:05:36','1568559936:$P$Bb76LHAOZx71.tw7mnTH3OW7YYLltJ.',0,'Valarie John',0,0),(637,'ashlisaldana','$2y$10$QZRjRc8pfF2wyT2x8eb/wui6D2nAF4tXxNSc3Y2PsGVooitFjiydK','ashlisaldana','Ashli_Saldana@gmail.com','','2019-09-15 15:25:46','1568561146:$P$BZiT.UEFAF/rp3PvDIyVKHENjk26fb0',0,'Ashli Saldana',0,0),(638,'mindakendrick5','$2y$10$HpjWhCaPijIt56JlYelEM.kUiDvtPWUZe20FsmhN.jGsudNBwOSDW','mindakendrick5','Minda-Kendrick85@gmail.com','','2019-09-15 15:32:00','1568561520:$P$B/rqvdsh0h2dOYKWP4jHxACvBuFPFE0',0,'Minda Kendrick',0,0),(639,'loumtc1295002','$2y$10$WjrorDaBHxpI93Pk6X0ynekYUlVFNPwAAgsLWEYrswf2.stRZ0jTu','loumtc1295002','Lou-Elizabeth@gmail.com','','2019-09-15 15:53:25','1568562806:$P$BHTxQBC9fxR4CUbBrnLRbT4cu6zktF0',0,'Lou Elizabeth',0,0),(640,'duanef38216','$2y$10$qTuhwIGCyOG1YcpHHERfmO8pUCdmk1UPIVb.NvkRseSCwHJODcRVa','duanef38216','Duane_McClinton@gmail.com','','2019-09-15 16:32:13','1568565134:$P$BWF./pU0kgbQVExEnk84rtdn.WGh6z0',0,'Duane McClinton',0,0),(641,'elviraruss','$2y$10$txuT/Qj/lwcZH2i.mjJ2Jejsc9rjw1FM3MdS0GX0hx5s13y4ELLuK','elviraruss','Elvira_Russ72@gmail.com','','2019-09-15 16:39:34','1568565574:$P$BBnCgGSDMwVk5mXK3ogHaPb1l1sAdN/',0,'Elvira Russ',0,0),(642,'jorgeoas0273059','$2y$10$tOzgDXcKBkIIA3OuAyEYnOdWyoAgjGO0kOAIyom1wiMtfF32.wIEq','jorgeoas0273059','Jorge.Biermann@gmail.com','','2019-09-15 16:41:42','1568565703:$P$BNwnhuK0ktKUg5k1oLB0G0tbS5R.781',0,'Jorge Biermann',0,0),(643,'enriqueta66w','$2y$10$rDDf8PXBsAJLi5FI7RL0YeMnRvxiQpRhih6aqNLy3gHeYX5.HTHgy','enriqueta66w','Enriqueta_Fitzwater3@gmail.com','','2019-09-15 16:54:49','1568566490:$P$BqWIl7RL0/GZia.8GixgsJ3rObDorH1',0,'Enriqueta Fitzwater',0,0),(644,'wilmerims861588','$2y$10$iNsgs2nGf/B7DKFQ0/1e1e42ewc6crfu3XDJwQiqrOj5q0ePWh9c2','wilmerims861588','Wilmer_Eusebio@gmail.com','','2019-09-15 17:40:48','1568569248:$P$Bi32SLK7B0Xa5E20HVxo.jYcyVF5Ev/',0,'Wilmer Eusebio',0,0),(645,'myrtlekeiser','$2y$10$XJe/tFwOo4ntVIrlWipoVunoxlj2D4yM4yJBh.QHHZiyWkFEWvsdC','myrtlekeiser','Myrtle_Keiser@gmail.com','','2019-09-15 17:46:23','1568569584:$P$BzC1AjhPuQ3EFGt8j49b2/Gawy93GJ1',0,'Myrtle Keiser',0,0),(646,'angeldhakiyarr','$2y$10$22jhT8Y5RPKligVqmq7w5e4K6f8WlzQcPyvi3ZW4GXmDT2mYgW0c6','angeldhakiyarr','Angel-Dhakiyarr58@gmail.com','','2019-09-15 18:15:11','1568571312:$P$BWkEHFjcGGnHwSiKVWWEk/WMHY80qb.',0,'Angel Dhakiyarr',0,0),(647,'gingerz3642440','$2y$10$a45MY29rsJtWMjTLi23ws.00Rcau2AvKU7NvNFOia1FAaB2m2LFqe','gingerz3642440','joselucas@goodcoffeemaker.com','','2019-09-15 18:23:25','1568571805:$P$BFgBVhgcGT0y2aFyTEoGoNIxJYxU4c1',0,'Ginger Peek',0,0),(648,'dixieoaks4106','$2y$10$rEE2LNjbuQbPSFx221r2/evmZNhyz1mcopv9bQQyOAO97cYsQRXnW','dixieoaks4106','Dixie_Oaks@gmail.com','','2019-09-15 18:27:41','1568572061:$P$B1AqOClXQjTuFNk99OPcokwa8hTmSt.',0,'Dixie Oaks',0,0),(649,'richardbrockman','$2y$10$G12eMaRUBSF3OsUYKNtjFu.bKEjI0eAcuD4uVS8YUa3IwydFdSutW','richardbrockman','Richard-Brockman@gmail.com','','2019-09-15 18:55:51','1568573752:$P$B1FF.NGAEBY1d8qr8iKKbVxhFsmL7G1',0,'Richard Brockman',0,0),(650,'tommydalton03','$2y$10$2WZZpEfTtWHvyEnHtSkbRueScf2esY2iSKFiX4oMRKYJc3gCpIR1O','tommydalton03','Tommy_Dalton90@gmail.com','','2019-09-15 18:55:55','1568573755:$P$BpgdpEMzts7sai64mi3grMwwKBmU.c1',0,'Tommy Dalton',0,0),(651,'mosangus5572','$2y$10$fpyrFkTAjiZZjEBV/4/5RORvCZoIVH6sLwXu7QbvL1AYY3hKtmN5y','mosangus5572','Angus_Cambage@gmail.com','','2019-09-15 19:07:39','1568574459:$P$BDH8tSLdQu5PrN8IbanLkHc71vq2Ei.',0,'Angus Cambage',0,0),(652,'dorethab43','$2y$10$ThHVZD0Ed.ubtRxjrn9OAe2ymEGtKR2/Czfj8RcWcIxRrnUI7O0XG','dorethab43','Doretha.Trethowan91@gmail.com','','2019-09-15 19:14:51','1568574891:$P$BgyzxukNEUaXY1xAW/k3lsGmMWPlOH/',0,'Doretha Trethowan',0,0),(653,'janisjoy12372814','$2y$10$ngCPd5NAMvKXLXiXBqEPdOm2WofH3xzk8i1.ur.l7DdW1qFulNCZy','janisjoy12372814','josefahelena@melcow.com','','2019-09-15 19:27:55','1568575675:$P$BVatdzKnF7c6f/rD/zvBHZf7Cz99kC.',0,'Janis Joy',0,0),(654,'penelopekappel6','$2y$10$o51bAY53rNC2wLv8HqwWC.75r/Z950xQT8iwoGhXT4A142e19jTga','penelopekappel6','Penelope.Kappel@gmail.com','','2019-09-15 19:43:28','1568576608:$P$BkQM2ZMZjEwUwnlmzxAUaRdv2f2msV/',0,'Penelope Kappel',0,0),(655,'ofeliatunn999','$2y$10$N67O/Zp/Wob/lJECa3tc0.fSAIgWF7.ahZBRr4MszMD7C9U2GzG4m','ofeliatunn999','Ofelia.Tunn@gmail.com','','2019-09-15 19:48:58','1568576939:$P$BLIy6y2QfFRpxUIrUTo/K.CT3SJy4l0',0,'Ofelia Tunn',0,0),(656,'renedarvall97','$2y$10$vj9U8a2e7RLPGIoBMIjYL.oc1CCUOvI1b5uU3yIJFIM61mh3Ed26e','renedarvall97','Rene.Darvall@gmail.com','','2019-09-15 19:53:23','1568577203:$P$BJkeMRdE1GE2R3gVcxRvzsWDOfZIxv1',0,'Rene Darvall',0,0),(657,'pilarkolios3337','$2y$10$JJHWCaKQbD1JjKXrkHqc6e1n6ZKTNBFZx4CFCPAhtWjstaBYls2r2','pilarkolios3337','Pilar.Kolios@gmail.com','','2019-09-15 19:59:15','1568577555:$P$Budj.cGJF7rwLcpOV/lR1Hbunt8X1y.',0,'Pilar Kolios',0,0),(658,'abduledens750','$2y$10$FPgEB3O0OpN5m7q0KMN67u2.auW/9.dRnN0DLQWAle677niygkeL2','abduledens750','Abdul.Edens@gmail.com','','2019-09-15 20:16:12','1568578572:$P$BtQ0dtYkQg.es7fsFypb2ZSWRwzcvw1',0,'Abdul Edens',0,0),(659,'frankmortensen5','$2y$10$dXHoDH8.EZg9x2zCF7jmWuHgPQqAsrNAYPKOK7rGL/Ywep59Ske82','frankmortensen5','Frank-Mortensen53@gmail.com','','2019-09-15 20:29:00','1568579340:$P$BkHlB0/mUYT1M7xl4XjqVUU1xoymCC1',0,'Frank Mortensen',0,0),(660,'eulazkm50255821','$2y$10$KG0Y0HWLZvcoMrzRhQf0pe77UWavagiwzIzKjKXOI5.qXBL7kUt9G','eulazkm50255821','Eula_Witt@gmail.com','','2019-09-15 20:35:01','1568579702:$P$BUBn3xpzIDXPEsQPr1j8otfCOPKzwa/',0,'Eula Witt',0,0),(661,'judyproby854','$2y$10$kZrrW5FLY.erZTC4JmaBxuHClNz6IDAUO7YVzqYYUaqAQYi0wWnkO','judyproby854','Judy.Proby40@gmail.com','','2019-09-15 20:37:08','1568579829:$P$BwAIshfi1dblSVEIl5p01PPlke8goW/',0,'Judy Proby',0,0),(662,'kalacollee8289','$2y$10$rPYY9QLEuy./JBHMSdV32e3yV0Mjoz1PDVJ.a2h0/iI50V9.zqI2C','kalacollee8289','Kala-Collee@gmail.com','','2019-09-15 20:54:23','1568580863:$P$B1.I3.6ywzX5VMoEGC2gc3J.982xpC0',0,'Kala Collee',0,0),(663,'francescoprell','$2y$10$6uaAMD7kXJQTVT0C0m4BCeHWPLO.EZr0reBjI9DPLwlUvrMag1rI2','francescoprell','Francesco.Prell35@gmail.com','','2019-09-15 21:02:44','1568581364:$P$B8REPIB8v1t1InujbYhi6QS5ETCsnE0',0,'Francesco Prell',0,0),(664,'anastasia93z','$2y$10$vKzAWvpAQEUOrsUw7Cf3bevFvEpSqlXthN26aDPTjOlXinWwP2DAu','anastasia93z','Anastasia-Brewton@gmail.com','','2019-09-15 21:04:59','1568581499:$P$BPyubhFIctuOTtOg6zIIcuNbctsxfT/',0,'Anastasia Brewton',0,0),(665,'raymundominter','$2y$10$FchX/96qk4pYp6B7WezwHuWTEXVF.VNVbJomcmcgLvdRpFs82e.Gq','raymundominter','Raymundo.Minter51@gmail.com','','2019-09-15 21:09:49','1568581789:$P$BlbggltAHnWjJj28I5hkVimv88zpS3.',0,'Raymundo Minter',0,0),(666,'dorthealaseron','$2y$10$sOp2BIcBBuuHx0oNvt/nmOlSsPwzJXtjLICKjHPiUG4.B345N4com','dorthealaseron','Dorthea-Laseron@gmail.com','','2019-09-15 21:40:43','1568583643:$P$BUeQ3w.6qdyKb98kAqUslAPpz14Yiv1',0,'Dorthea Laseron',0,0),(667,'arleenmcmurray','$2y$10$w8XypXtPDxZMvsOVumcjPebAfPWyelbudfLGyvtsgPevBWmUNMGRq','arleenmcmurray','Arleen-McMurray@gmail.com','','2019-09-15 21:50:18','1568584218:$P$BahMxc2aSLT96pWcUWRRmPAc0yRHOO0',0,'Arleen McMurray',0,0),(668,'deneseholloman','$2y$10$AzeIyTN0AE43ZjPj7agrUez0A8bOisxwYTl.m9UiE5k8FrDE5G/xi','deneseholloman','Denese_Holloman53@gmail.com','','2019-09-15 22:56:31','1568588192:$P$BN8ir3d7zXSb4czVIpbdYwJ9JrIY5U.',0,'Denese Holloman',0,0),(669,'margeneblum3','$2y$10$e9H.t7ypaXVf4/QVZrXNHO9qkgJf5VR92qD.FLWkxA2E7TRyZAG72','margeneblum3','Margene.Blum53@gmail.com','','2019-09-15 23:59:38','1568591978:$P$B2cyOLbwSJXmzB2IVj1sJwj2ySogTT/',0,'Margene Blum',0,0),(670,'aurorai738','$2y$10$fjZWXC.WlC8euQK.4BZkauC6aXM6HVzVZGUv4SxWalJHxvVvIUYv2','aurorai738','Aurora-Castillo@gmail.com','','2019-09-16 00:16:31','1568592991:$P$BGLwYZMSp9CFE3rfXn1G3zixbVgvIO.',0,'Aurora Castillo',0,0),(671,'silkejgt65103','$2y$10$d/dqsjB2tTLvcGahBEolteRsgh0Y3GIg7fe8BaxNEJzPGgkQP2EZa','silkejgt65103','Silke.Kiefer45@gmail.com','','2019-09-16 00:19:08','1568593149:$P$BdbR1V1a0jGTUQ2x8g71JVE1czc6ut.',0,'Silke Kiefer',0,0),(672,'casieterrell686','$2y$10$jBWgC5ODvEfk20Lt6YTPPO3y0W.C6oDuJ6TtrG73w.GEClBoJ01pO','casieterrell686','Casie.Terrell@gmail.com','','2019-09-16 00:39:41','1568594382:$P$BGOjcqAQLhkcTc0fv80lsXuCUNzOKs.',0,'Casie Terrell',0,0),(673,'cristinemansom','$2y$10$8ZLgt5F2.vY4pPtEwmzHSuuJBntawMDffYCROhzcAxlFDelUACU3i','cristinemansom','Cristine_Mansom46@gmail.com','','2019-09-16 00:51:00','1568595061:$P$BuCwnOwxnp1N1Kz5DKho8wr6pFe0Kj0',0,'Cristine Mansom',0,0),(674,'ginozzn533034','$2y$10$LAjCJ2uLk/kd8ZTGpkjOdudUw.lFvy4OKiyJRYdqZ.6B7p2Q6r9I2','ginozzn533034','Gino.Wearing11@gmail.com','','2019-09-16 01:09:36','1568596177:$P$Btl92EA5.HHLWmC0SdVHqE2Hq.C79G0',0,'Gino Wearing',0,0),(675,'calebmenzies5','$2y$10$fb9Lada4n1lJsinipmhLVOm.UTo4pf03DKvRaQdvUAbk/aGwRYbQW','calebmenzies5','Caleb.Menzies@gmail.com','','2019-09-16 01:35:26','1568597727:$P$B4VSVH0pna2ZIL7AZgEjwBpQ8Q.i6H/',0,'Caleb Menzies',0,0),(676,'normancurtin8','$2y$10$nDTcQYggCCzxpOOP8j76RO2kTkm3xe6Xl23LJpM7SC.nvWduQIKmO','normancurtin8','Norman.Curtin@gmail.com','','2019-09-16 01:53:25','1568598805:$P$BKL0KixolrB7A7m0UH6w93PSd/.6TK0',0,'Norman Curtin',0,0),(677,'tonjabrownell68','$2y$10$UASj5oXlPpkTWD/7xswQz.a6pQf02lUv/PrBX1hJfqSmDYbLEGt1K','tonjabrownell68','Tonja.Brownell60@gmail.com','','2019-09-16 02:12:59','1568599979:$P$BlfGItcs9mUe/ms4vPWCUWsMJYgsGj/',0,'Tonja Brownell',0,0),(678,'franchescaalison','$2y$10$NTElGdkSH7Ah1Gf4X24T7.VJDBUq7UcHqPrH5U23b5aJ7oK/KMSsO','franchescaalison','Franchesca-Alison@gmail.com','','2019-09-16 02:18:48','1568600328:$P$B37iDoQ2W1FlXT7RCrrpzkUR2nbe80.',0,'Franchesca Alison',0,0),(679,'opheliasmalls7','$2y$10$DIQTlyK1oj0wKiCuI/187OzoyPISTL388P308PEeowYPRz.d8HtXW','opheliasmalls7','Ophelia-Smalls@gmail.com','','2019-09-16 02:42:21','1568601741:$P$BZcZjipnF5Iyb54LGvuCJc9dZQmq6E.',0,'Ophelia Smalls',0,0),(680,'michelesimonds','$2y$10$jfK2p38OkmK8MAgOUfJ8uezbMqLbIKDfoIbl7e1iejOVp7Cp8Ktle','michelesimonds','Michele.Simonds51@gmail.com','','2019-09-16 03:01:52','1568602912:$P$BwOmJoVGPVpJp1lRsoQbuJb9eKjlc11',0,'Michele Simonds',0,0),(681,'emiltruebridge8','$2y$10$rmJYikH9Rb3S1AnaRrWC9OEBNIxGEoXEYMx92oreOEZfeIGmlBK9y','emiltruebridge8','Emil_Truebridge@gmail.com','','2019-09-16 03:26:02','1568604362:$P$BmR0EbeYRYcmQ8osi.FN9IY4OGYCrD1',0,'Emil Truebridge',0,0),(682,'annmariecoughlin','$2y$10$qRsHCg.Cdrxh2phDF4izeOCxQFL6f1elHK0g4nG7Dr25vTxONySem','annmariecoughlin','Annmarie.Coughlin@gmail.com','','2019-09-16 03:46:20','1568605580:$P$BeyaaAoNIF3ybxM5GWymKRGFxl2wVO/',0,'Annmarie Coughlin',0,0),(683,'lukelinder8','$2y$10$Dewf.tvRArPYBd9ayrEj3.BXeUuOU1w6QMGt1n5oKrnR91btqr/C2','lukelinder8','Luke.Linder@gmail.com','','2019-09-16 03:57:00','1568606221:$P$BtM/CGn7a4ZdTM/2JBMAsAiMaMt6jm/',0,'Luke Linder',0,0),(684,'bjxchristine','$2y$10$q0IFCFrw0hpdUh7JziK0S.qglMaX0YKqySdnUaVKG/jejRteLzrri','bjxchristine','Christine_Slagle60@gmail.com','','2019-09-16 04:12:23','1568607143:$P$Bptcn8GyeWaKU317ocmiBEKtB9oJSb1',0,'Christine Slagle',0,0),(685,'joiemoeller562','$2y$10$F8x8880jFWFnsiqOLdeDremmRbNXn1FtrZxEeL8C0PBw1VyMjOTsW','joiemoeller562','Joie_Moeller26@gmail.com','','2019-09-16 04:12:30','1568607150:$P$BRGIx1Myb0hwS2ar8EHzHIo/uCiqYs/',0,'Joie Moeller',0,0),(686,'betsykingsmill4','$2y$10$KATY4.cB/skoq2yhLCTjh.8DHM06PokultD14H/ucs659Ix7IlZHa','betsykingsmill4','Betsy.Kingsmill@gmail.com','','2019-09-16 04:35:06','1568608506:$P$BM03SnNRHz4lOro1V7bJrbasZ1CJZI1',0,'Betsy Kingsmill',0,0),(687,'colemanangulo71','$2y$10$VteTJ2BHyg7WT4PBuo3Rfu7unQHEv1Kb9AZ2WCWB.6E2WmWVkZgSC','colemanangulo71','Coleman-Angulo@gmail.com','','2019-09-16 05:06:58','1568610419:$P$B6gjOFCYgmP6sKT24qSukay513ooEx1',0,'Coleman Angulo',0,0),(688,'josettearchie','$2y$10$5GZvvBXrzcZd9wHX.pdhm.6IXqHjYShxRUrEidrR7vP3hx1ffNIDa','josettearchie','Josette_Archie19@gmail.com','','2019-09-16 05:16:23','1568610984:$P$BIUDiWPMvnxaqXIcNWucZkCpDToU1c0',0,'Josette Archie',0,0),(689,'glennajaramillo','$2y$10$X69ifJKVKhWN3KOxcDCDG.bFEAXA2.d.lY3.BUDU3kjXtI3ZGpVhu','glennajaramillo','Glenna-Jaramillo@gmail.com','','2019-09-16 06:27:02','1568615222:$P$B3Fsmu3yQyijtIcrg1zoCM/XO0Vz1E1',0,'Glenna Jaramillo',0,0),(690,'edgarb58121209','$2y$10$BCsqGTBoPlAOcZEEehQ3iOKVRDFbd3Wai0CsCCNe9HUwKphNA9SgS','edgarb58121209','Edgar.Muskett@gmail.com','','2019-09-16 06:33:21','1568615601:$P$ByUvqLrMj07bm6QD8sC4gpZoI.NN.K.',0,'Edgar Muskett',0,0),(691,'luzcallender','$2y$10$ndKifz1xc/m9MwfiTNOGP.tnZxKH7H8s4SDhb/mCBR10hM8Y/0CIe','luzcallender','Luz-Callender@gmail.com','','2019-09-16 06:41:40','1568616100:$P$BOYBfYcWRf9ifmZAOYadi0I5Lhtr8A0',0,'Luz Callender',0,0),(692,'alissajenks070','$2y$10$CUy3sjdH3TpnaCRg6cuaZ.iUdDs9669Ivtpsp0uWWqgn.2mfrlZre','alissajenks070','Alissa_Jenks@gmail.com','','2019-09-16 07:11:53','1568617915:$P$BdZptIKSCFEaej..THw2gZqKcVlSWG.',0,'Alissa Jenks',0,0),(693,'charissabennett','$2y$10$NdO6w/bkFFUElbEAXuYGp.91obeRdQS36XIDvQYvL5r/Jub6OvE4K','charissabennett','Charissa-Bennett57@gmail.com','','2019-09-16 07:20:54','1568618454:$P$BBk6Bb1xwkccwKxCTmbLP311fCc9tV.',0,'Charissa Bennett',0,0),(694,'angusgovett89','$2y$10$Wcl5Xu5gMDl9axP99e9g3emypo5K3sfRU8WGDfdFDyPYD1zikk5qy','angusgovett89','Angus-Govett98@gmail.com','','2019-09-16 07:54:25','1568620465:$P$B9FP9SEZPQ.0ojh8w6BNEaM9iSGwWW1',0,'Angus Govett',0,0),(695,'leonel2552','$2y$10$J2CfJhSXVGQMhSnGfvdg/.IoOY4dwBECs304eN4q9KNLRF.foDWuS','leonel2552','Leonel.Hamlet@gmail.com','','2019-09-16 08:05:13','1568621114:$P$BIszuOkOjpCFebmvw88f7Z/zuZDtuf.',0,'Leonel Hamlet',0,0),(696,'suzettebannerman','$2y$10$t4NLOPFQGu2lhb/dBYUvvOP.R0xHlgoVEEMpw.0IXW3zpdDTtOKvO','suzettebannerman','Suzette-Bannerman@gmail.com','','2019-09-16 08:18:08','1568621889:$P$BrST3/N9ELiquvWUelWfudHEDA4hIJ0',0,'Suzette Bannerman',0,0),(697,'terriquinto','$2y$10$VAlumbHpRLOvwpdaZEpYO.nziP1OV/bulWp0Av3kufBI4z3PD71La','terriquinto','Terri_Quinto91@gmail.com','','2019-09-16 08:26:22','1568622382:$P$BferUESMmfPInd3UJu.s5nPJ8RZ0w21',0,'Terri Quinto',0,0),(698,'dsjkndksfjk','$2y$10$XbKpm4ItAgm8TEbjet8Cf.NWryL3FMvYhUQy5RHfufqpo2orp5z7K','dsjkndksfjk','ponce20@cappen.com','','2019-09-16 08:47:23','',0,'lknsdfnjkj jkjk',0,0),(699,'ahmedhandcock3','$2y$10$N9BzzE9yAi1DcZbtW.I9UeYN6a8bwqNyh46zm6eVeChGZSafFS1Yq','ahmedhandcock3','Ahmed-Handcock94@gmail.com','','2019-09-16 09:14:09','1568625249:$P$BdweoPuGMa1dZKMBXOqvnugxEMy0cR.',0,'Ahmed Handcock',0,0),(700,'tammie6134','$2y$10$GGJ4V28rix8cvJFn2/xOQubHx1HhUKF7LX0ph4n.Xu9ABJJ1Gme6O','tammie6134','Tammie.Uther@gmail.com','','2019-09-16 09:45:22','1568627122:$P$BJoW6mbHDrUwKeWqzo99LnyRhWWyJz.',0,'Tammie Uther',0,0),(701,'floydcoburn819','$2y$10$WUKt3UHi/tmyXFkxUn7RTO4XRxB4yI1MHMyXAlAd19ph86wwVpOQC','floydcoburn819','Floyd_Coburn72@gmail.com','','2019-09-16 10:34:22','1568630063:$P$Bmmzi6GkL8e3AdmrHlw84UIog/mnOf.',0,'Floyd Coburn',0,0),(702,'gabriellesachse','$2y$10$e6kW959FZAcxd5JBstcYO.gVHkKbKexu0z3hRvPT8tFMWziBTw0mi','gabriellesachse','Gabrielle_Sachse62@gmail.com','','2019-09-16 10:46:54','1568630814:$P$BJmDU7za2xIRTvVdzfDiMYu0j8mU5v0',0,'Gabrielle Sachse',0,0),(703,'willismccree','$2y$10$pVl2cYMXdhMb7Jbzv.mNROAhdpwEPTu.m/Pwp2oLGkrg2bev./Ami','willismccree','Willis-McCree3@gmail.com','','2019-09-16 11:41:40','1568634101:$P$BgJL0iBA6.qEJ09t04LYsdNlkWxOS11',0,'Willis McCree',0,0),(704,'melanieronan74','$2y$10$lkGu8PJHHAd08uj58vj9a.zlAC1Zy/WqYFTp.tqru59ak/XKpfQtW','melanieronan74','Melanie.Ronan@gmail.com','','2019-09-16 12:29:50','1568636990:$P$Be8IBQunlPRd201xC7IZTeIA7h/L7L1',0,'Melanie Ronan',0,0),(705,'garycalvin212','$2y$10$.ABNGnXGD1A4bB1sEn1WieAZSslcMToyzLVhIDIzcoUE.0qonLz9q','garycalvin212','Gary_Calvin21@gmail.com','','2019-09-16 13:01:45','1568638905:$P$BrnY8Pl88WwwvD1pQGVUiarEm02kGc0',0,'Gary Calvin',0,0),(706,'emeliarafferty','$2y$10$o7sRmwPO9oAXb8C9MyrkMOK.voCV2tH5ppPkNosdvPxaM6VFG09iS','emeliarafferty','Emelia.Rafferty45@gmail.com','','2019-09-16 14:30:38','1568644238:$P$BhstitKNi3fDp7Txl4BbCnwLRJq28L/',0,'Emelia Rafferty',0,0),(707,'markontiveros33','$2y$10$jAGQRc5Ftr/y8G2XyDDa9OaTi5daqlQo6RA.WToJ37/vLSFuyV7c.','markontiveros33','Mark-Ontiveros52@gmail.com','','2019-09-16 14:36:08','1568644569:$P$Bkd6hRwU4M4Gj1xMbsJj1RExKVHjVj/',0,'Mark Ontiveros',0,0),(708,'juliennealnginda','$2y$10$.u5DPvbpT4eo35TcEym/C.3BRNo3Q7BxU3V14mybLElYiLppdEuNm','juliennealnginda','Julienne.Alngindabu@gmail.com','','2019-09-16 14:51:16','1568645476:$P$BdXH/XP9qyuATzQEQqQy67rI8GrYhf.',0,'Julienne Alngindabu',0,0),(709,'bobbye83k667074','$2y$10$tSyt98chw9yKzyOiM8rKQOKPMEOZ0MZ6rKL6xp20pJeJnYF/Tu28y','bobbye83k667074','Bobbye_Starling59@gmail.com','','2019-09-16 15:51:10','1568649071:$P$BlFQ.6Fc9oXsjrYfny3Jb2TiRFvEkQ1',0,'Bobbye Starling',0,0),(710,'reinaldogoll','$2y$10$8ZV5JQOGj7QKsHzDRHqaVuRNCODapiJD04Mh3NQHQ0O7cYerNvRyW','reinaldogoll','Reinaldo.Goll@gmail.com','','2019-09-16 16:25:08','1568651108:$P$BOrbqv6qyo1BsDCqHfcgxSSbycVhpe/',0,'Reinaldo Goll',0,0),(711,'antjeher504','$2y$10$ghZqS9evB/46naP.3ODzhOrBkxxbyXxCFBHD8uSkBW9F8Yd43WYG2','antjeher504','Antje.Her@gmail.com','','2019-09-16 17:08:34','1568653714:$P$BrB4ZbzXuI73cxATIhlbeU6Ii5ZUQ.1',0,'Antje Her',0,0),(712,'eleanorgivens3','$2y$10$Cc1/fTT03maqFCj1.WJI1.4nY1kgaNyUqUQZfvT2mUCppCorrSMzS','eleanorgivens3','Eleanor.Givens63@gmail.com','','2019-09-16 17:35:52','1568655353:$P$BHPHxpkRxfq.2fj10t1umtTak3aWXQ/',0,'Eleanor Givens',0,0),(713,'aidantripp8','$2y$10$SpWJ8/BgZAGPWVzRSJpSGOWoFClD2Yz0N6hQfD75T504EeW1929Zy','aidantripp8','Aidan.Tripp18@gmail.com','','2019-09-16 18:08:54','1568657334:$P$BAGnPTDtMHK4cSsPbnE1H58rFJeCm2.',0,'Aidan Tripp',0,0),(714,'kristeen99z','$2y$10$PDn9DlGHDXhAU7xfIt0BleFZDv88M2kr8mvWpfNbtWfL06QcZJkdO','kristeen99z','Kristeen-Moritz82@gmail.com','','2019-09-16 18:31:33','1568658694:$P$Bgo9ySkOApB1P.W2fc.jdPBoN8ZQtQ1',0,'Kristeen Moritz',0,0),(715,'bettiebolling','$2y$10$miAwgdleQ/wUgPST9367yO6HrlIamZ1S1TMhyYI641WYbjEFySn9S','bettiebolling','Bettie-Bolling@gmail.com','','2019-09-16 18:38:58','1568659139:$P$BTCjM7dMJfoL8nOquPAawVWIG6zvSp1',0,'Bettie Bolling',0,0),(716,'vernfrayne60','$2y$10$HXbR4kAYoxlMeTRRggaXguSG.dbRgMGHglC1wDYjIhMZ0BQbIyB3S','vernfrayne60','Vern.Frayne@gmail.com','','2019-09-16 18:47:41','1568659662:$P$Bcx0A56VL5czXXU9cIZMIOoH6jQPV1.',0,'Vern Frayne',0,0),(717,'maziefarthing','$2y$10$NPQ5It9y6qhm44x6K0AsuucrH8G8vu0BPvQ.QkTkH6SLpxbOkoZni','maziefarthing','Mazie-Farthing@gmail.com','','2019-09-16 19:07:20','1568660840:$P$BlcFDMQ5.8h0GTAW346Nt4cTyLokN70',0,'Mazie Farthing',0,0),(718,'uweramsden','$2y$10$O5ri4xZPy3NveLomLlFLiusZNVdSMWp6mQ3BFyFx0zTyd6JGiiyfu','uweramsden','Uwe_Ramsden50@gmail.com','','2019-09-16 19:59:01','1568663941:$P$BWtMVPsIvnNXH31N5ERka3eU0dJ5tK1',0,'Uwe Ramsden',0,0),(719,'faithmoriarty05','$2y$10$0hskCDI5mjCmP/h3VvZQ5ef6zqMYDLIXnPxWKBTmjRpmMKJY0tMNe','faithmoriarty05','Faith.Moriarty81@gmail.com','','2019-09-16 20:30:18','1568665819:$P$B3a17rVLZoexDMP9rWCuUeo3M1qs/T.',0,'Faith Moriarty',0,0),(720,'jaynepalmerston','$2y$10$9fmVL8fEv.X4kP0lfJM6/e6W8WuFtMb27xiH06WcvmVdZeY1NyW5q','jaynepalmerston','Jayne-Palmerston@gmail.com','','2019-09-16 20:40:28','1568666428:$P$BE2ZykGipC3vv9YA3GdqowZkrXG4Cr.',0,'Jayne Palmerston',0,0),(721,'melainebyars','$2y$10$46nUt0dW3BTzR6i8das.e.UnKkss8tA571Dh0dwmtLAAWBxS2laDS','melainebyars','Melaine_Byars21@gmail.com','','2019-09-16 21:03:08','1568667788:$P$B3CF.ZD2hy2e5HTILlTx.S.0caJAS4/',0,'Melaine Byars',0,0),(722,'chelseamarrone','$2y$10$0sZq31F0o/jOh5d4tZnj5.lpxzGXO3hN0EOFI3.gg0.TczobmRvlm','chelseamarrone','Chelsea-Marrone@gmail.com','','2019-09-16 21:29:26','1568669367:$P$B1FPPwZqCNcx6KV6.fo9lrDmp7Sjcy/',0,'Chelsea Marrone',0,0),(723,'milosolberg945','$2y$10$kMzy6LFqaWgkGRzzfnEAMeTU6u0sfWpQ8RmjBI3Q/C/Wv3hpJ18F.','milosolberg945','Milo-Solberg@gmail.com','','2019-09-16 21:50:36','1568670637:$P$B40pyZy806mZUgEMl7kcikkce/z7yU/',0,'Milo Solberg',0,0),(724,'juandeaton3','$2y$10$bv82rDDEoS47PBFFsNZ9huDKPlptU.05UhkgdJsAbokTti07JSMuK','juandeaton3','Juan_Deaton@gmail.com','','2019-09-16 22:34:11','1568673252:$P$Bp/Cec7mUNUSzrbCMs2bWt53T0Tbk2/',0,'Juan Deaton',0,0),(725,'adalbertof52','$2y$10$C6px.yCz8sCVUOkAJASb1OZbUX2pJ430DeaKM.l4gGMq6HQvJ5pWe','adalbertof52','Adalberto.Teague85@gmail.com','','2019-09-16 22:39:18','1568673559:$P$BcCPwmLYchKZDylAoTU4kNXRjdZk0i/',0,'Adalberto Teague',0,0),(726,'fmedeiros','$2y$10$yrDuADm9ZJlylBpc6kHGneF0qK6//9W/09YhgjMiG3XKRWOgkaR7W','fmedeiros22','felipe@cappen.com','','2019-09-16 22:54:26','',0,'felipe medeiris',0,0),(727,'fredrickcxu','$2y$10$SUd/WtZPmYoCCbFycIm8IeEWB1xvC91G.3kXvUOgtNm2.6mg2wGdW','fredrickcxu','Fredrick-Easty4@gmail.com','','2019-09-16 23:09:43','1568675384:$P$BC7uFmyvbYaWlCY5Kt7cuPPjcLZWfE.',0,'Fredrick Easty',0,0),(728,'angeirasfelipe','$2y$10$z./VsVx7Llfn9.UxLWIZaezBv9hCTVYTd5/AZWw.4dMQvzXuHj8W6','angeirasfelipe','angeiras@cappen.com','','2019-09-16 23:12:57','',0,'felipw anveiras',0,0),(729,'caryginder1950','$2y$10$y0a.blwwTM7vXyCC0sCBvOozo/h/FOVvDp/ZD0QSbDeGL1CrgwJFG','caryginder1950','Cary_Ginder57@gmail.com','','2019-09-16 23:20:30','1568676031:$P$BCZSTerIRnq9fcoe/9usu/DpmjF0s.1',0,'Cary Ginder',0,0),(730,'shennagainer','$2y$10$IBiGCxSUl0YaVkd3.w0xj./murZ6t4dfdRpx20ZfX2jOtotFulWsS','shennagainer','Shenna_Gainer22@gmail.com','','2019-09-16 23:20:34','1568676034:$P$BUXCRix/YUxUDquie2w2gQdoLi05nc0',0,'Shenna Gainer',0,0),(731,'launagendron0','$2y$10$YueZ1MOV6L.fPoc4gkTNTeX/XLXninh7u/ZRKDuEg/Cyb4tn.wQM6','launagendron0','Launa.Gendron7@gmail.com','','2019-09-16 23:25:33','1568676333:$P$BrWnxPhw.RlDpjKYCF7a/z9I1jF7bJ0',0,'Launa Gendron',0,0),(732,'allenprim5131','$2y$10$TvKDdrGAnd/gegEV.lkKbeePgXIsmr0V8mGE0AEHDvsFyrAF1Nb8.','allenprim5131','Allen.Prim3@gmail.com','','2019-09-16 23:57:21','1568678241:$P$B0IWM1xkCMMAw1KXHMa1Gy3KkQLn6W0',0,'Allen Prim',0,0),(733,'judithmedworth','$2y$10$Caql6MRk8SDSUDHWVt26h.7wsjBruUN.XTLGcsUpIXGobOntjYz9C','judithmedworth','Judith_Medworth49@gmail.com','','2019-09-17 00:09:36','1568678976:$P$Bcc/8k1aQenP9ZdGqntBt0q3Tqld.V/',0,'Judith Medworth',0,0),(734,'carmenwhitney','$2y$10$qoyGns.2V82YbhyXVSH82O9ZcslLH4NyfSjUNOT73.g8yuBtWK5yi','carmenwhitney','Carmen_Whitney91@gmail.com','','2019-09-17 00:26:08','1568679968:$P$BA.UQzo67Dit8PJC9wSdux7rODcXqp.',0,'Carmen Whitney',0,0),(735,'xiomaraflower1','$2y$10$/7qD5MNfq511PQfK0HPIB.iozYxZp2XJ5o9rXX.xbdPnOJ0f5dvAW','xiomaraflower1','Xiomara_Flower@gmail.com','','2019-09-17 00:35:32','1568680533:$P$BUyrrdvlldAohIDprLxtokqWvt8TX60',0,'Xiomara Flower',0,0),(736,'sadyetovell','$2y$10$kkYxynzoT9sEnjpoe6z2uuV5llR0LsK.Sq2ahTWyR4I.vK6k1LSn.','sadyetovell','Sadye.Tovell@gmail.com','','2019-09-17 00:40:47','1568680847:$P$BbPuj6Lr2tiJzefzscI5j05mGc5dB/1',0,'Sadye Tovell',0,0),(737,'madelineb81','$2y$10$UB1xQseTdlE0MF8c/JIjDuVJHTraToQgitwh6BW0D1N6FR6QlIVDi','madelineb81','Madeline_Wakefield@gmail.com','','2019-09-17 00:49:21','1568681362:$P$BirEGdnL4a31pisV.oTE4rmyz429t8/',0,'Madeline Wakefield',0,0),(738,'rachellekell1','$2y$10$iYCjs2FNcInfq5tAi8HC/ud1G1QmVynU7pWj2f68tsN9Gf23sE3Fe','rachellekell1','Rachelle-Kell68@gmail.com','','2019-09-17 01:01:43','1568682103:$P$BVkRzjf3nQxvGucD5LMB2xSWEx5Zw7.',0,'Rachelle Kell',0,0),(739,'walkermcswain9','$2y$10$RL5r0e5uSoCUl18hkXXbN.SJdr.93zzjP.V8omsMJejNa3QRh3/ri','walkermcswain9','Walker-Mcswain@gmail.com','','2019-09-17 01:19:01','1568683141:$P$BJK/7iy1sw7q3hJNjvNatIflmQaYFT0',0,'Walker Mcswain',0,0),(740,'carrolwendt19','$2y$10$DesYgJGf7lG3lqfuLUwPTOV1OpHMIhG0SQEjRR1Qv5kxATM0wNI56','carrolwendt19','Carrol_Wendt@gmail.com','','2019-09-17 01:24:40','1568683480:$P$B/Xsp6EFWY/wF1Ci2BhdirH3rOKi0z.',0,'Carrol Wendt',0,0),(741,'georginadyv','$2y$10$O3SYoLkUNKej0pkjDVXTsO9c/g6bkX5FiG4AKCegmQ6FV8ZbN8a9C','georginadyv','myduyexbeulse@aol.com','','2019-09-17 01:31:48','1568683909:$P$BDNDF4ONNyrRYIrsyYrgxDmpzGoPLJ1',0,'Georgina Chavers',0,0),(742,'acrharry702','$2y$10$kb8pUGmmz.uRDRoBtVnxb.TMYHmPs4ZzSMAVTAXK4AtCgwFqfhJCC','acrharry702','Harry_Michalski25@gmail.com','','2019-09-17 01:40:36','1568684436:$P$BRxbPQDndYj3KJFt4YFBlUmbpUTCaS1',0,'Harry Michalski',0,0),(743,'abellogue2991','$2y$10$zs6fZbXZ5HJZtoRlfdcc5u1SDrxBqm.pCTV8VEsgip6f.pz9f2kTa','abellogue2991','Abel-Logue60@gmail.com','','2019-09-17 01:52:58','1568685179:$P$B8Jk/0A5TvIw11GXyaYcnXlt/o1MOW0',0,'Abel Logue',0,0),(744,'fabian8404','$2y$10$eEvX.th9Jo79chrt2aXojO2eHnQdZLvQUvUz/U12IqUVLeOm8NoiK','fabian8404','Fabian-Want@giannitti.modernsailorclothes.com','','2019-09-17 07:23:17','1568704997:$P$Brq5/1myjt0zKjA3Tq0jjPjW39r.Ih.',0,'Fabian Want',0,0),(745,'raulcalderone','$2y$10$MHOk/LPpBKFXLe1ltsVuYOcKXvEqk82RplKrqkVAVjIbUwO0ppT9u','raulcalderone','Raul_Calderone@coan.antiquerestorationwork.com','','2019-09-17 11:48:35','1568720916:$P$BLYAn6.hqy/ce9leuOw864N8rE/T9X/',0,'Raul Calderone',0,0),(746,'iuyiuy','$2y$10$wYPQkG7JO8YSwySUgPEDUuGPF8iyqIvqzOXLDPk0lz4GS23OqGw1y','iuyiuy','iuyuiy@outfit.com','','2019-09-18 12:23:04','',0,'werwer werwer',0,0),(747,'uytuyt','$2y$10$fUqnxx/tw.1JLHqr4knPtut51sM3ZlKV88B3MZtiXIQiP9ZuUoAuK','uytuyt','uytuyt@uytuyt.com','','2019-09-20 17:37:35','',0,'utuytyut uytuyt',0,0),(748,'ponce22','$2y$10$F85.t9GooWfyLWiULDL2Mu/FDqfyLBOLRAxUagx/eyFfIF46bETza','ponce22','ponce22@cappen.com','','2019-09-30 20:34:49','',0,'jsjs djjsjs',0,0),(749,'iuyuiy','$2y$10$wyrcxp8Jp0EZuGj0wOqhnOVFNxoDAFa8WPOR6QyjO1iBoBn7oR.hC','iuyuiy','iuyuiyuy@iuyiuy.com','','2019-10-01 18:42:48','',0,'iuyiuy iuyiuy',0,0),(750,'gabriela5','$2y$10$IhiYcXajEScm46MfXaOheeNLvOtM2jIlFxuiIN09/sWsFxmKOn0DS','gabriela5','gabriela5@mailinator.com','','2019-10-10 12:56:25','',0,'Gabriela Cinco',0,0),(751,'gabriela6','$2y$10$gFUEPhBokxL8ucIfvN8wQOEftRi5IOW1upUfxKBJBr2W5/sw1dpZa','gabriela6','gabriela6@mailinator.com','','2019-10-10 13:00:13','',0,'Gabriela Seis',0,0),(752,'gabriela7','$2y$10$5cU3h.P0AN8SWP7voFGGKOQj6oH2BrWDd6t9zR9U5N5.dLGnMFP8q','gabriela7','gabriela7@mailinator.com','','2019-10-10 13:02:07','',0,'Gabriela Sete',0,0),(753,'gabriela8','$2y$10$WAiiyZIw.uUsqOn0Dh9CmOKC.QAcJC.ZMnitSxG9jLiTaL7TYgqiK','gabriela8','gabriela8@mailinator.com','','2019-10-10 13:02:57','',0,'Gabriela Oito',0,0),(754,'gabriela9','$2y$10$CdXbi80Ya0EXxA2hA/Chx./i3akgXdsXWyeViJoMnsYNMpzke1q7.','gabriela9','gabs3@gmail.com','','2019-10-10 13:39:32','',0,'Gabriela Batista',0,0),(755,'gabs','$2y$10$Yd53u.kDOGKe1ohm6du.Ee2ppdLO1S4KBv2Dho530Scg2hwsNswfO','gabs','gabs@gmail.com','','2019-12-12 20:16:41','',0,'Gabriela Batista',0,0),(756,'gabs3','$2y$10$EsYvNjlQH8lp1FlfGsm0MOq7GBswpCCOBia1kgRUr7ydCZkLoyReS','gabs3','gab3@gmail.com','','2019-12-23 18:46:29','',0,'Gabriela Batista Silva',0,0),(757,'ponce26','$2y$10$/pKha6PiRSKiUkV7N6gUtOVVuWyOA.gIo1ACI1/KdyKcHQ0QcPHy2','ponce26','ponce26@cappen.com','','2019-12-23 20:37:33','',0,'nsns bsjs',0,0),(758,'ponce25','$2y$10$RI9MGgFKSu1yOipGThpHTOkRVCNBi.qThZ4j8R.BTf238vk2jUSUK','ponce25','adadsdf@dafdfdfdfsfs.com','','2020-01-07 17:56:27','',0,'jjkjk njkknj',0,0);
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_seo_links`
--

DROP TABLE IF EXISTS `wp_yoast_seo_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_seo_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_id` bigint(20) unsigned NOT NULL,
  `target_post_id` bigint(20) unsigned NOT NULL,
  `type` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`)
) ENGINE=InnoDB AUTO_INCREMENT=4220 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_seo_links`
--

LOCK TABLES `wp_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */;
INSERT INTO `wp_yoast_seo_links` VALUES (27,'https://buzz-caribbean.com/article/kitchenette-etiquette-101/',4772,2673,'internal'),(49,'https://buzz-caribbean.com/account',21,26,'internal'),(50,'https://buzz-caribbean.com/article/kanye-asks-danny-mcbride-to-play-him-in-a-movie/',21,533,'internal'),(51,'https://buzz-caribbean.com/article/carlton-brown-continues-to-make-strides-in-fashion/',21,2024,'internal'),(52,'https://buzz-caribbean.com/article/katy-perry-installs-solar-panels-on-her-property/',21,2152,'internal'),(53,'https://buzz-caribbean.com/article/st-catherine-jerk-festival-celebrates-inaugural-launch-despite-late-downpour/',21,1758,'internal'),(54,'https://buzz-caribbean.com/user/',22,21,'internal'),(55,'https://buzz-caribbean.com/account/',22,26,'internal'),(56,'https://buzz-caribbean.com/logout/?redirect_to=https://buzz-caribbean.com/wp-json/yoast/v1/reindex_posts',22,25,'internal'),(57,'https://buzz-caribbean.com/user/?tab=favorites',26,21,'internal'),(58,'https://buzz-caribbean.com/user/?tab=offers',26,21,'internal'),(59,'#',26,0,'internal'),(60,'https://buzz-caribbean.com/user/kevinw/',26,21,'internal'),(61,'javascript:void(0);',26,0,'external'),(62,'javascript:void(0);',26,0,'external'),(63,'#',26,0,'internal'),(64,'javascript:void(0);',26,0,'external'),(65,'javascript:void(0);',26,0,'external'),(66,'javascript:void(0);',26,0,'external'),(67,'javascript:void(0);',26,0,'external'),(68,'https://buzz-caribbean.com/account/general/',26,26,'internal'),(69,'https://buzz-caribbean.com/account/password/',26,26,'internal'),(70,'https://buzz-caribbean.com/account/delete/',26,26,'internal'),(71,'https://www.instagram.com/kushitesvegetablecuisine/',116,0,'external'),(72,'https://www.google.com/maps/place/Market+Place/@18.0221141,-76.7992455,17z/data=!3m1!4b1!4m8!1m2!2m1!1sMarketplace!3m4!1s0x8edb3e4c788c1fcb:0xfddcf4d0c974b9e2!8m2!3d18.022109!4d-76.7970568',116,0,'external'),(73,'https://www.google.com/maps/place/Mi+Hungry+Whol\'+Some+Food/@18.4059561,-77.1096176,17z/data=!3m1!4b1!4m5!3m4!1s0x8edafe794e405c2b:0xa6184b4dd678039d!8m2!3d18.405951!4d-77.1074289',116,0,'external'),(74,'https://www.instagram.com/p/BzaZkjelpjr/',282,0,'external'),(75,'https://www.instagram.com/p/BzaZkjelpjr/',282,0,'external'),(76,'https://www.instagram.com/chrisgayle333/',282,0,'external'),(77,'https://www.instagram.com/p/BzYpjRxgfXP/',282,0,'external'),(78,'https://www.instagram.com/p/BzYpjRxgfXP/',282,0,'external'),(79,'https://www.instagram.com/cricketworldcup/',282,0,'external'),(80,'https://youtu.be/IN9S3LWqOiw',379,0,'external'),(81,'https://www.instagram.com/estelitaquintero/?hl=en',379,0,'external'),(82,'https://www.youtube.com/watch?reload=9&amp;v=Pgmx7z49OEk',386,0,'external'),(83,'https://www.instagram.com/p/Bz2pcj5lpik/',444,0,'external'),(84,'https://www.instagram.com/p/Bz2pcj5lpik/',444,0,'external'),(85,'https://www.instagram.com/chrisgayle333/',444,0,'external'),(86,'https://www.instagram.com/tv/BzfkrBSgN6e/',456,0,'external'),(87,'https://www.instagram.com/tv/BzfkrBSgN6e/',456,0,'external'),(88,'https://www.instagram.com/clarksoriginals/',456,0,'external'),(89,'https://giphy.com/gifs/running-W6K8MnLAy9W24',513,0,'external'),(90,'https://www.instagram.com/p/Bz6LAOxIGdm/',700,0,'external'),(91,'https://www.instagram.com/p/Bz6LAOxIGdm/',700,0,'external'),(92,'https://www.instagram.com/leonbailey_9/',700,0,'external'),(93,'https://www.kickstarter.com/projects/brushyonestring/brushy-one-string-a-new-album-for-the-people?ref=cp1noz',648,0,'external'),(94,'https://buzz-caribbean.com/?p=321',762,321,'internal'),(95,'https://buzz-caribbean.com/article/carlton-brown-continues-to-make-strides-in-fashion/',828,2024,'internal'),(96,'https://buzz-caribbean.com/article/carlton-brown-continues-to-make-strides-in-fashion/',828,2024,'internal'),(97,'https://www.instagram.com/bridgetsandalsja/?hl=en',828,0,'external'),(98,'https://worldin2019.economist.com/theyearofthevegan',907,0,'external'),(99,'https://www.forbes.com/sites/michaelpellmanrowland/2019/04/14/mcvegan-celebrity-petition/#4432c3f13403',907,0,'external'),(100,'https://buzz-caribbean.com/article/5-go-to-spots-for-vegans-in-kingston/',907,116,'internal'),(621,'https://www.instagram.com/p/B1Zz9_qHxqP/',4990,0,'external'),(622,'https://www.instagram.com/p/B1Zz9_qHxqP/',4990,0,'external'),(623,'https://www.instagram.com/spiceofficial/',4990,0,'external'),(807,'https://www.instagram.com/p/Bwzf1uGBFG7/',5129,0,'external'),(808,'https://www.instagram.com/p/Bwzf1uGBFG7/',5129,0,'external'),(809,'https://www.instagram.com/thenomaddz/',5129,0,'external'),(909,'https://www.instagram.com/p/B0ZAigJlM_s/',4940,0,'external'),(910,'https://www.instagram.com/p/B0ZAigJlM_s/',4940,0,'external'),(911,'https://www.instagram.com/popcaanmusic/',4940,0,'external'),(912,'https://www.instagram.com/p/BxXqO9GFzMN/',4940,0,'external'),(913,'https://www.instagram.com/p/BxXqO9GFzMN/',4940,0,'external'),(914,'https://www.instagram.com/popcaanmusic/',4940,0,'external'),(915,'https://www.instagram.com/p/Bnhqy8SHJDw/',4940,0,'external'),(916,'https://www.instagram.com/p/Bnhqy8SHJDw/',4940,0,'external'),(917,'https://www.instagram.com/popcaanmusic/',4940,0,'external'),(918,'https://www.instagram.com/p/BpxuhXmHBpL/',4940,0,'external'),(919,'https://www.instagram.com/p/BpxuhXmHBpL/',4940,0,'external'),(920,'https://www.instagram.com/popcaanmusic/',4940,0,'external'),(921,'https://t.co/BZGDU4sBRY',4940,0,'external'),(922,'https://twitter.com/PopcaanMusic/status/1084918651390738432?ref_src=twsrc%5Etfw',4940,0,'external'),(923,'https://www.instagram.com/p/BhcFVHhHsWy/',4940,0,'external'),(924,'https://www.instagram.com/p/BhcFVHhHsWy/',4940,0,'external'),(925,'https://www.instagram.com/popcaanmusic/',4940,0,'external'),(926,'https://www.instagram.com/p/ByyW330lbry/',4940,0,'external'),(927,'https://www.instagram.com/p/ByyW330lbry/',4940,0,'external'),(928,'https://www.instagram.com/popcaanmusic/',4940,0,'external'),(929,'https://www.instagram.com/p/BfdaBz-Hljd/',4940,0,'external'),(930,'https://www.instagram.com/p/BfdaBz-Hljd/',4940,0,'external'),(931,'https://www.instagram.com/popcaanmusic/',4940,0,'external'),(932,'https://www.instagram.com/p/Bv8LDRNFJmc/',4940,0,'external'),(933,'https://www.instagram.com/p/Bv8LDRNFJmc/',4940,0,'external'),(934,'https://www.instagram.com/popcaanmusic/',4940,0,'external'),(1023,'https://twitter.com/hashtag/NextVictory?src=hash&amp;ref_src=twsrc%5Etfw',5174,0,'external'),(1024,'https://t.co/5JTnQvyAR7',5174,0,'external'),(1025,'https://twitter.com/usainbolt/status/1164006485782872064?ref_src=twsrc%5Etfw',5174,0,'external'),(1026,'https://www.instagram.com/p/Bt3pflJgXN4/',5174,0,'external'),(1027,'https://www.instagram.com/p/Bt3pflJgXN4/',5174,0,'external'),(1028,'https://www.instagram.com/usainbolt/',5174,0,'external'),(1029,'https://www.youtube.com/watch?v=BaTs0SkvxLI',5174,0,'external'),(1030,'https://twitter.com/hashtag/TopADiTop?src=hash&amp;ref_src=twsrc%5Etfw',5174,0,'external'),(1031,'https://twitter.com/hashtag/OlympeRose?src=hash&amp;ref_src=twsrc%5Etfw',5174,0,'external'),(1032,'https://t.co/XGk4PQgHRf',5174,0,'external'),(1033,'https://twitter.com/usainbolt/status/1164241727034707968?ref_src=twsrc%5Etfw',5174,0,'external'),(1037,'https://www.instagram.com/p/B1B8cWdH9HH/',4993,0,'external'),(1038,'https://www.instagram.com/p/B1B8cWdH9HH/',4993,0,'external'),(1039,'https://www.instagram.com/originalkoffee/',4993,0,'external'),(1055,'https://www.instagram.com/p/B1ZudutHvSt/',5308,0,'external'),(1056,'https://www.instagram.com/p/B1ZudutHvSt/',5308,0,'external'),(1057,'https://www.instagram.com/gabunion/',5308,0,'external'),(1073,'https://www.instagram.com/p/Bzvxweqh2PN/',5316,0,'external'),(1074,'https://www.instagram.com/p/Bzvxweqh2PN/',5316,0,'external'),(1075,'https://www.instagram.com/safespaceja/',5316,0,'external'),(1127,'https://www.instagram.com/p/B1eGomAneFc/',5384,0,'external'),(1128,'https://www.instagram.com/p/B1eGomAneFc/',5384,0,'external'),(1129,'https://www.instagram.com/krystaltomlinson/',5384,0,'external'),(1134,'https://www.instagram.com/p/BztBBQ4A-Qd/',5328,0,'external'),(1135,'https://www.instagram.com/p/BztBBQ4A-Qd/',5328,0,'external'),(1136,'https://www.instagram.com/cocogauff/',5328,0,'external'),(1162,'https://www.youtube.com/watch?v=yucb9R0W9NA',5455,0,'external'),(1163,'https://www.youtube.com/watch?v=SOXgz69Ua88',5455,0,'external'),(1164,'https://www.youtube.com/watch?v=GortllWSpPM',5455,0,'external'),(1169,'https://www.who.int/water_sanitation_health/publications/microplastics-in-drinking-water/en/',5458,0,'external'),(1258,'https://buzz-caribbean.com/article/small-plane-crashes-at-norman-manley-airport/',5530,5456,'internal'),(1277,'https://twitter.com/hashtag/R9?src=hash&amp;ref_src=twsrc%5Etfw',5557,0,'external'),(1278,'https://t.co/b9rr6bndc5',5557,0,'external'),(1279,'https://twitter.com/Rihanna2/status/1162760864971276289?ref_src=twsrc%5Etfw',5557,0,'external'),(1280,'https://buzz-caribbean.com/article/i-stopped-eating-meat-demarco-makes-major-lifestyle-change/',5557,2316,'internal'),(1281,'https://www.youtube.com/watch?v=HL1UzIK-flA',5557,0,'external'),(1282,'https://www.youtube.com/watch?v=e82VE8UtW8A',5557,0,'external'),(1290,'https://www.instagram.com/p/B1cPPPwna3w/',5634,0,'external'),(1291,'https://www.instagram.com/p/B1cPPPwna3w/',5634,0,'external'),(1292,'https://www.instagram.com/tarrusrileyja/',5634,0,'external'),(1305,'https://www.instagram.com/p/B1gt7iTn7ig/',5701,0,'external'),(1306,'https://www.instagram.com/p/B1gt7iTn7ig/',5701,0,'external'),(1307,'https://www.instagram.com/spiceofficial/',5701,0,'external'),(1315,'https://buzz-caribbean.com/article/missing-proper-office-etiquette/',5730,4772,'internal'),(1322,'https://buzz-caribbean.com/article/benefits-of-a-to-do-list/',5736,5718,'internal'),(1364,'https://buzz-caribbean.com/article/10-times-popcaan-proved-hes-jamaicas-national-treasure/',5751,4940,'internal'),(1365,'https://www.instagram.com/p/B1WvpbEFdKy/',5751,0,'external'),(1366,'https://www.instagram.com/p/B1WvpbEFdKy/',5751,0,'external'),(1367,'https://www.instagram.com/urbanislandz/',5751,0,'external'),(1368,'https://www.youtube.com/watch?v=UjisomXrBVI',5751,0,'external'),(1369,'https://www.ovosound.com/',5751,0,'external'),(1370,'https://www.instagram.com/p/BwE2YK3l1kc/',5751,0,'external'),(1371,'https://www.instagram.com/p/BwE2YK3l1kc/',5751,0,'external'),(1372,'https://www.instagram.com/popcaanmusic/',5751,0,'external'),(1392,'https://www.youtube.com/watch?v=h3TIGJx96fU',5763,0,'external'),(1393,'https://buzz-caribbean.com/article/popcaan-granted-his-us-visa/',5763,5751,'internal'),(1394,'https://www.youtube.com/watch?v=Ys64odomG28',5763,0,'external'),(1395,'https://www.youtube.com/watch?v=Ymmkv5DjvfE',5763,0,'external'),(1402,'https://t.co/5oKAG5wIWI',5797,0,'external'),(1403,'https://twitter.com/lizzo/status/1165074308143681537?ref_src=twsrc%5Etfw',5797,0,'external'),(1404,'https://twitter.com/HilaryDuff/status/1165297147899572224?ref_src=twsrc%5Etfw',5797,0,'external'),(1411,'https://buzz-caribbean.com/article/koffee-on-barack-obamas-summer-2019-playlist/',5718,5680,'internal'),(1412,'https://buzz-caribbean.com/article/nike-goes-laceless-with-phantom-react-flyknit/',5718,961,'internal'),(1416,'https://www.instagram.com/p/Bz7IsBCBJDL/',5803,0,'external'),(1417,'https://www.instagram.com/p/Bz7IsBCBJDL/',5803,0,'external'),(1418,'https://www.instagram.com/chrisbrownofficial/',5803,0,'external'),(1424,'https://buzz-caribbean.com/article/spice-cools-down-british-morning-talk-show/',5813,5701,'internal'),(1425,'https://www.youtube.com/watch?v=Ms2LcI71Nd8',5813,0,'external'),(1466,'https://twitter.com/hashtag/BorisJohnson?src=hash&amp;ref_src=twsrc%5Etfw',5582,0,'external'),(1467,'https://t.co/eO4TryPXiA',5582,0,'external'),(1468,'https://twitter.com/andy4pcc/status/1164926045373513729?ref_src=twsrc%5Etfw',5582,0,'external'),(1469,'https://t.co/tv67iA5rpM',5582,0,'external'),(1470,'https://twitter.com/soniapurnell/status/1164546796816875521?ref_src=twsrc%5Etfw',5582,0,'external'),(1471,'https://t.co/oIay8wf0wO',5582,0,'external'),(1472,'https://twitter.com/tnewtondunn/status/1164543707741401089?ref_src=twsrc%5Etfw',5582,0,'external'),(1482,'https://www.instagram.com/p/B1mbkkBgY8d/',5819,0,'external'),(1483,'https://www.instagram.com/p/B1mbkkBgY8d/',5819,0,'external'),(1484,'https://www.instagram.com/gisbarbados/',5819,0,'external'),(1567,'https://buzz-caribbean.com/article/power-season-6-kicks-off-on-august-25/',5945,2376,'internal'),(1568,'https://www.youtube.com/watch?v=TGLwbMX0o5Y',5945,0,'external'),(1569,'https://twitter.com/hashtag/power?src=hash&amp;ref_src=twsrc%5Etfw',5945,0,'external'),(1570,'https://twitter.com/hoodpodcast/status/1165479796891148288?ref_src=twsrc%5Etfw',5945,0,'external'),(1571,'https://www.instagram.com/p/B1o9m5OA-Qs/',5945,0,'external'),(1572,'https://www.instagram.com/p/B1o9m5OA-Qs/',5945,0,'external'),(1573,'https://www.instagram.com/therealtank/',5945,0,'external'),(1714,'https://www.instagram.com/p/B1jGQkSB6bI/',6040,0,'external'),(1715,'https://www.instagram.com/p/B1jGQkSB6bI/',6040,0,'external'),(1716,'https://www.instagram.com/chris.dehring/',6040,0,'external'),(1717,'https://www.instagram.com/p/B1kMIrUnOjA/',6040,0,'external'),(1718,'https://www.instagram.com/p/B1kMIrUnOjA/',6040,0,'external'),(1719,'https://www.instagram.com/direalshaggy/',6040,0,'external'),(1720,'https://twitter.com/ReadyTV_Ja?ref_src=twsrc%5Etfw',6040,0,'external'),(1721,'https://twitter.com/DiRealShaggy?ref_src=twsrc%5Etfw',6040,0,'external'),(1722,'https://t.co/Orihe00fcZ',6040,0,'external'),(1723,'https://twitter.com/AudleyShaw/status/1165466727641210881?ref_src=twsrc%5Etfw',6040,0,'external'),(1767,'',6094,0,'internal'),(1768,'',6094,0,'internal'),(1769,'',6094,0,'internal'),(1774,'https://buzz-caribbean.com/article/jamaicans-on-the-afrobeats-wave/',6119,5763,'internal'),(1895,'',6179,0,'internal'),(1896,'',6179,0,'internal'),(1897,'',6179,0,'internal'),(1898,'https://www.instagram.com/p/B1ohOjQAhYZ/',6143,0,'external'),(1899,'https://www.instagram.com/p/B1ohOjQAhYZ/',6143,0,'external'),(1900,'https://www.instagram.com/kfc/',6143,0,'external'),(1907,'https://buzz-caribbean.com/article/celebrities-you-probably-didnt-remember-were-caribbean/',6173,5518,'internal'),(1908,'https://www.youtube.com/watch?v=nhMA6attV0Y&amp;list=RDnhMA6attV0Y&amp;start_radio=1&amp;t=34',6173,0,'external'),(1909,'https://www.youtube.com/watch?v=Tc1IphRx1pk',6173,0,'external'),(1910,'https://www.youtube.com/watch?v=i3_dOWYHS7I',6173,0,'external'),(1911,'https://www.youtube.com/watch?v=5aDIqM0n0Eg',6173,0,'external'),(1912,'https://www.youtube.com/watch?v=wVzvXW9bo5U',6173,0,'external'),(1913,'https://www.instagram.com/p/B0ZUExBoM3f/',6162,0,'external'),(1914,'https://www.instagram.com/p/B0ZUExBoM3f/',6162,0,'external'),(1915,'https://www.instagram.com/davinabennett/',6162,0,'external'),(1916,'https://www.instagram.com/p/BwrpoZMh2uW/',6162,0,'external'),(1917,'https://www.instagram.com/p/BwrpoZMh2uW/',6162,0,'external'),(1918,'https://www.instagram.com/davinabennett/',6162,0,'external'),(1925,'https://www.instagram.com/p/B1osjeZFk2-/',6204,0,'external'),(1926,'https://www.instagram.com/p/B1osjeZFk2-/',6204,0,'external'),(1927,'https://www.instagram.com/usainbolt/',6204,0,'external'),(1928,'https://www.instagram.com/usainbolt/',6204,0,'external'),(1933,'https://undpjamaica.exposure.co/',6218,0,'external'),(1952,'https://www.youtube.com/watch?v=OrGzVsSZawo',6147,0,'external'),(1953,'https://www.youtube.com/watch?v=ArqdfoFzxtw',6147,0,'external'),(1954,'https://www.youtube.com/watch?v=st_kMBdK2y8',6147,0,'external'),(1955,'https://www.youtube.com/watch?v=KaC_-qQh198',6147,0,'external'),(1956,'https://www.youtube.com/watch?v=VpOiCnoQM5Q',6147,0,'external'),(1957,'https://www.youtube.com/watch?v=fYgZKtDUVNE',6147,0,'external'),(1973,'https://buzz-caribbean.com/article/promising-jamaican-athlete-tests-positive/',6253,6050,'internal'),(1975,'http://www.futurestars.worldremit.com',6258,0,'external'),(2019,'https://www.youtube.com/watch?v=a4wtQJ0tbQk',6269,0,'external'),(2020,'https://www.youtube.com/watch?v=64zqrjVjW_U',6269,0,'external'),(2021,'https://www.youtube.com/watch?v=9Geu7g3tetU',6269,0,'external'),(2022,'https://www.youtube.com/watch?v=nwZlD8RToA0',6269,0,'external'),(2023,'https://www.youtube.com/watch?v=eL0Ejf05fGI',6269,0,'external'),(2025,'https://buzz-caribbean.com/article/power-season-6-kicks-off-on-august-25/',6292,2376,'internal'),(2039,'https://buzz-caribbean.com/article/dirk-harrison-steps-away-from-integrity-commission/',6332,6294,'internal'),(2040,'https://buzz-caribbean.com/article/dirk-harrison-steps-away-from-integrity-commission/',6332,6294,'internal'),(2046,'mailto:admin@jamdeaf.org.jm',6314,0,'external'),(2190,'https://buzz-caribbean.com/article/missy-elliott-loses-diamond-necklace-at-the-vmas/',6367,6300,'internal'),(2191,'https://www.instagram.com/p/B1uAbVrAPMn/',6367,0,'external'),(2192,'https://www.instagram.com/p/B1uAbVrAPMn/',6367,0,'external'),(2193,'https://www.instagram.com/missymisdemeanorelliott/',6367,0,'external'),(2194,'https://www.youtube.com/watch?v=wHV5E-lpme4&amp;list=PL-UWPlRIl68rJjUO_qEj8hNqk_eORGFX2&amp;index=2',6367,0,'external'),(2195,'https://twitter.com/AtlanticRecords?ref_src=twsrc%5Etfw',6367,0,'external'),(2196,'https://t.co/N7o7W5E6uB',6367,0,'external'),(2197,'https://twitter.com/MissyElliott/status/1166796864391385088?ref_src=twsrc%5Etfw',6367,0,'external'),(2198,'https://buzz-caribbean.com/article/mtv-video-music-awards-was-worth-the-watch/',6367,6336,'internal'),(2199,'https://twitter.com/hashtag/iconology?src=hash&amp;ref_src=twsrc%5Etfw',6367,0,'external'),(2200,'https://twitter.com/hashtag/ThrowItBack?src=hash&amp;ref_src=twsrc%5Etfw',6367,0,'external'),(2201,'https://t.co/IImQdk09Ur',6367,0,'external'),(2202,'https://t.co/zFvCKrDjFN',6367,0,'external'),(2203,'https://twitter.com/MissyElliott/status/1166413377876484097?ref_src=twsrc%5Etfw',6367,0,'external'),(2236,'https://buzz-caribbean.com/article/third-world-debuts-at-no-3-on-billboard-reggae-chart/',6400,6203,'internal'),(2237,'https://buzz-caribbean.com/article/koffee-on-barack-obamas-summer-2019-playlist/',6400,5680,'internal'),(2238,'https://www.instagram.com/p/B1jUzzegMY0/',6400,0,'external'),(2239,'https://www.instagram.com/p/B1jUzzegMY0/',6400,0,'external'),(2240,'https://www.instagram.com/barackobama/',6400,0,'external'),(2241,'https://buzz-caribbean.com/article/koffee-kicks-off-us-tour-tonight-in-oregon/',6400,4993,'internal'),(2296,'https://twitter.com/yulimarrojas45?ref_src=twsrc%5Etfw',6480,0,'external'),(2297,'https://twitter.com/ShadySlimz?ref_src=twsrc%5Etfw',6480,0,'external'),(2298,'https://twitter.com/hashtag/ZurichDL?src=hash&amp;ref_src=twsrc%5Etfw',6480,0,'external'),(2299,'https://twitter.com/hashtag/DLFinal?src=hash&amp;ref_src=twsrc%5Etfw',6480,0,'external'),(2300,'https://t.co/hxkdHCeTce',6480,0,'external'),(2301,'https://twitter.com/Diamond_League/status/1167125603218313218?ref_src=twsrc%5Etfw',6480,0,'external'),(2312,'https://buzz-caribbean.com/article/red-stripe-premier-league-to-get-top-class-coverage/',6590,6537,'internal'),(2358,'https://www.instagram.com/p/B1cCe6DgKHa/',6636,0,'external'),(2359,'https://www.instagram.com/p/B1cCe6DgKHa/',6636,0,'external'),(2360,'https://www.instagram.com/kimkardashian/',6636,0,'external'),(2365,'https://buzz-caribbean.com/article/coach-morgan-haile-selassie-have-the-quality-to-beat-any-manning-cup-contender/',6657,6623,'internal'),(2372,'https://www.facebook.com/SenatorRuelReid/',6573,0,'external'),(2403,'https://www.instagram.com/p/B06c99xlhCg/',6787,0,'external'),(2404,'https://www.instagram.com/p/B06c99xlhCg/',6787,0,'external'),(2405,'https://www.instagram.com/savagexfenty/',6787,0,'external'),(2406,'https://www.instagram.com/p/B1oasz4H1Ds/',6787,0,'external'),(2407,'https://www.instagram.com/p/B1oasz4H1Ds/',6787,0,'external'),(2408,'https://www.instagram.com/badgalriri/',6787,0,'external'),(2410,'https://buzz-caribbean.com/article/education-ministry-gears-up-for-start-of-new-school-year/',6807,6618,'internal'),(2453,'https://twitter.com/BBCWorld?ref_src=twsrc%5Etfw',6828,0,'external'),(2454,'https://t.co/P40czmdarB',6828,0,'external'),(2455,'https://twitter.com/amychozick/status/1167832369681915905?ref_src=twsrc%5Etfw',6828,0,'external'),(2456,'https://twitter.com/julieplec?ref_src=twsrc%5Etfw',6828,0,'external'),(2457,'https://twitter.com/amychozick?ref_src=twsrc%5Etfw',6828,0,'external'),(2458,'https://twitter.com/GBerlanti?ref_src=twsrc%5Etfw',6828,0,'external'),(2459,'https://twitter.com/SarahSoWitty?ref_src=twsrc%5Etfw',6828,0,'external'),(2460,'https://t.co/ApyKCENDtQ',6828,0,'external'),(2461,'https://twitter.com/seewhatsnext/status/1166772697239441409?ref_src=twsrc%5Etfw',6828,0,'external'),(2466,'https://twitter.com/hashtag/Dorian?src=hash&amp;ref_src=twsrc%5Etfw',6817,0,'external'),(2467,'https://t.co/tW4KeFW0gB',6817,0,'external'),(2468,'https://t.co/mr15oGasxH',6817,0,'external'),(2469,'https://twitter.com/NHC_Atlantic/status/1168175951697465344?ref_src=twsrc%5Etfw',6817,0,'external'),(2473,'https://buzz-caribbean.com/article/miss-universe-jamaica-wants-to-tackle-issues-facing-youth/',6836,6793,'internal'),(2491,'https://buzz-caribbean.com/article/130-million-allocated-to-clear-mosquito-breeding-sites/',6886,6195,'internal'),(2507,'https://www.instagram.com/p/BzqBmpnFamu/',6897,0,'external'),(2508,'https://www.instagram.com/p/BzqBmpnFamu/',6897,0,'external'),(2509,'https://www.instagram.com/kevinhart4real/',6897,0,'external'),(2522,'https://www.instagram.com/p/B13GBPMF9_y/',6908,0,'external'),(2523,'https://www.instagram.com/p/B13GBPMF9_y/',6908,0,'external'),(2524,'https://www.instagram.com/sussexroyal/',6908,0,'external'),(2527,'https://buzz-caribbean.com/article/jah-cure-is-a-royal-soldier-entertainer-releases-new-album/',6924,6587,'internal'),(2529,'https://buzz-caribbean.com/article/former-chamber-of-commerce-head-sameer-younis-has-died/',6949,6928,'internal'),(2544,'https://twitter.com/hashtag/Bahamas?src=hash&amp;ref_src=twsrc%5Etfw',6878,0,'external'),(2545,'https://twitter.com/hashtag/HurricaneDorian?src=hash&amp;ref_src=twsrc%5Etfw',6878,0,'external'),(2546,'https://twitter.com/hashtag/dorian?src=hash&amp;ref_src=twsrc%5Etfw',6878,0,'external'),(2547,'https://twitter.com/hashtag/hirricane?src=hash&amp;ref_src=twsrc%5Etfw',6878,0,'external'),(2548,'https://twitter.com/hashtag/Dorian2019?src=hash&amp;ref_src=twsrc%5Etfw',6878,0,'external'),(2549,'https://t.co/jHBDNPK5ny',6878,0,'external'),(2550,'https://twitter.com/SurfnWeatherman/status/1168201096927612928?ref_src=twsrc%5Etfw',6878,0,'external'),(2554,'https://buzz-caribbean.com/article/walshy-fire-and-idris-elba-make-mark-on-no-maddzs-album/',6520,5129,'internal'),(2607,'https://www.instagram.com/p/B0jmyIynrXD/',7060,0,'external'),(2608,'https://www.instagram.com/p/B0jmyIynrXD/',7060,0,'external'),(2609,'https://www.instagram.com/sportscenter/',7060,0,'external'),(2668,'https://www.instagram.com/p/6f9aTOh0zv/',7042,0,'external'),(2669,'https://www.instagram.com/p/6f9aTOh0zv/',7042,0,'external'),(2670,'https://www.instagram.com/archmotorcycle/',7042,0,'external'),(2674,'http://www.sandalsfoundation.org/donation',7082,0,'external'),(2696,'https://www.fifa.com/womensworldcup/teams/team/1885011/profile/',7080,0,'external'),(2697,'https://www.instagram.com/p/B17B-_tBg9-/',7080,0,'external'),(2698,'https://www.instagram.com/p/B17B-_tBg9-/',7080,0,'external'),(2699,'https://www.instagram.com/bun_bun10/',7080,0,'external'),(2700,'https://www.instagram.com/p/By55PT2hhQ9/',7080,0,'external'),(2701,'https://www.instagram.com/p/By55PT2hhQ9/',7080,0,'external'),(2702,'https://www.instagram.com/bun_bun10/',7080,0,'external'),(2749,'https://www.facebook.com/notes/national-environment-planning-agency/white-faced-capuchin-monkey-sighted-in-jacks-hill-st-andrew-captured/10157469100949834/',6594,0,'external'),(2751,'https://oilnow.gy/featured/guyana-poised-to-be-the-new-qatar-ami-snr-director/',6715,0,'external'),(2792,'http://www.sandalsfoundation.org/donation',7159,0,'external'),(2854,'https://buzz-caribbean.com/article/forbes-highest-paid-women-in-music-revealed/',7179,6067,'internal'),(2855,'https://buzz-caribbean.com/article/forbes-highest-paid-women-in-music-revealed/',7179,6067,'internal'),(2856,'https://www.youtube.com/watch?v=CevxZvSJLk8',7179,0,'external'),(2857,'https://www.youtube.com/watch?v=nfWlot6h_JM',7179,0,'external'),(2858,'https://www.youtube.com/watch?v=QcIy9NiNbmo',7179,0,'external'),(2859,'https://www.youtube.com/watch?v=iGk5fR-t5AU',7179,0,'external'),(2897,'http://www.sandals.or/donations',7352,0,'external'),(2901,'https://buzz-caribbean.com/article/riu-ocho-rios-to-reopen-september-21/',7383,7320,'internal'),(2903,'https://buzz-caribbean.com/article/bugle-gets-an-a-for-picture-perfect/',7291,6599,'internal'),(2951,'https://www.instagram.com/p/B2BnuqwBxNB/?utm_source=ig_embed&amp;utm_campaign=loading',7512,0,'external'),(2952,'https://www.instagram.com/p/B2BnuqwBxNB/?utm_source=ig_embed&amp;utm_campaign=loading',7512,0,'external'),(2953,'https://www.instagram.com/sandalsfdn/?utm_source=ig_embed&amp;utm_campaign=loading',7512,0,'external'),(2954,'https://buzz-caribbean.com/article/sandals-teams-with-tourism-ministry-to-provide-relief-in-the-bahamas/',7512,7352,'internal'),(2955,'https://buzz-caribbean.com/article/tourism-ministry-consolidating-support-for-bahamas-tourism-industry-sector/',7512,7360,'internal'),(2956,'https://sandalsfoundation.org/donation',7512,0,'external'),(2961,'https://www.youtube.com/watch?v=zDQm70Q9hKI',7552,0,'external'),(2966,'https://buzz-caribbean.com/video/kaya-a-buzz-documentary/',7579,3934,'internal'),(2967,'https://buzz-caribbean.com/article/accompong-maroons-to-move-into-medicinal-marijuana/',7579,7327,'internal'),(2975,'https://www.instagram.com/p/B1zg-TFgIlG/',7161,0,'external'),(2976,'https://www.instagram.com/p/B1zg-TFgIlG/',7161,0,'external'),(2977,'https://www.instagram.com/dingdongravers/',7161,0,'external'),(2992,'https://twitter.com/edmnangagwa/status/1169839308406054912?ref_src=twsrc%5Etfw',7652,0,'external'),(2999,'https://buzz-caribbean.com/article/microplastics-are-everywhere-but-not-a-risk-to-human-health-just-yet/',7650,5458,'internal'),(3050,'https://twitter.com/hashtag/OnePNP?src=hash&amp;ref_src=twsrc%5Etfw',7781,0,'external'),(3051,'https://twitter.com/hashtag/PowerfulTogether?src=hash&amp;ref_src=twsrc%5Etfw',7781,0,'external'),(3052,'https://t.co/GDh3pBROfz',7781,0,'external'),(3053,'https://twitter.com/DrPeterPhillips/status/1170027353239642112?ref_src=twsrc%5Etfw',7781,0,'external'),(3054,'https://www.instagram.com/p/B1qsEWzhOG3/?utm_source=ig_embed&amp;utm_campaign=loading',7781,0,'external'),(3055,'https://www.instagram.com/p/B1qsEWzhOG3/?utm_source=ig_embed&amp;utm_campaign=loading',7781,0,'external'),(3056,'https://www.instagram.com/peterbuntingmp/?utm_source=ig_embed&amp;utm_campaign=loading',7781,0,'external'),(3073,'https://buzz-caribbean.com/article/too-hot-to-handle-reggae-boyz-swamp-antigua-6-0-in-nations-league/',7845,7776,'internal'),(3074,'https://www.instagram.com/p/B2GDeR1IJ4k/?utm_source=ig_embed&amp;utm_campaign=loading',7845,0,'external'),(3075,'https://www.instagram.com/p/B2GDeR1IJ4k/?utm_source=ig_embed&amp;utm_campaign=loading',7845,0,'external'),(3076,'https://www.instagram.com/leonbailey_9/?utm_source=ig_embed&amp;utm_campaign=loading',7845,0,'external'),(3099,'https://buzz-caribbean.com/article/jr-gong-tackles-road-safety/',7935,5455,'internal'),(3117,'https://www.instagram.com/p/B2MdKmDFTWU/?utm_source=ig_embed&amp;utm_campaign=loading',8103,0,'external'),(3118,'https://www.instagram.com/p/B2MdKmDFTWU/?utm_source=ig_embed&amp;utm_campaign=loading',8103,0,'external'),(3119,'https://www.instagram.com/andrewholnessjm/?utm_source=ig_embed&amp;utm_campaign=loading',8103,0,'external'),(3120,'https://www.facebook.com/mark.james.5264382/videos/10215010016509159/',8103,0,'external'),(3121,'#',8103,0,'internal'),(3129,'https://twitter.com/lizzo?ref_src=twsrc%5Etfw',7304,0,'external'),(3130,'https://twitter.com/hashtag/Hot100?src=hash&amp;ref_src=twsrc%5Etfw',7304,0,'external'),(3131,'https://t.co/Wv4Mr733Ao',7304,0,'external'),(3132,'https://twitter.com/billboard/status/1168906597915078656?ref_src=twsrc%5Etfw',7304,0,'external'),(3133,'https://www.youtube.com/watch?v=P00HMxdsVZI',7304,0,'external'),(3134,'https://t.co/Ur4hrtwCnt',7304,0,'external'),(3135,'https://twitter.com/lizzo/status/1168918591368028163?ref_src=twsrc%5Etfw',7304,0,'external'),(3142,'https://www.un.org/Depts/los/LEGISLATIONANDTREATIES/PDFFILES/TREATIES/JAM-COL1993MD.PDF',300,0,'external'),(3143,'https://www.un.org/Depts/los/LEGISLATIONANDTREATIES/PDFFILES/TREATIES/JAM-COL1993MD.PDF',300,0,'external'),(3178,'https://buzz-caribbean.com/article/more-casualties-peter-bunting-mark-golding-resign/',8291,8105,'internal'),(3179,'https://twitter.com/DrPeterPhillips/status/1171141560542666752?ref_src=twsrc%5Etfw',8291,0,'external'),(3180,'https://www.instagram.com/tv/B2OsCopg0eL/?utm_source=ig_embed&amp;utm_campaign=loading',8291,0,'external'),(3181,'https://www.instagram.com/tv/B2OsCopg0eL/?utm_source=ig_embed&amp;utm_campaign=loading',8291,0,'external'),(3183,'https://buzz-caribbean.com/article/india-clobber-west-indies-to-win-series-2-0/',8269,7124,'internal'),(3199,'https://www.youtube.com/watch?v=IGdtxQM8TuI',8372,0,'external'),(3200,'mailto:donna.muirhead@uwimona.edu.jm',8372,0,'external'),(3205,'https://buzz-caribbean.com/article/rada-to-improve-water-harvesting-techniques-for-farmers/',8537,4957,'internal'),(3206,'https://buzz-caribbean.com/article/pm-holness-jamaica-must-become-environmentally-conscious/',8537,2143,'internal'),(3213,'https://twitter.com/hashtag/ChangeCantWait?src=hash&amp;ref_src=twsrc%5Etfw',8596,0,'external'),(3214,'https://t.co/oHwrBsx5uH',8596,0,'external'),(3215,'https://twitter.com/WayneMessam/status/1111222748683161600?ref_src=twsrc%5Etfw',8596,0,'external'),(3228,'https://www.instagram.com/p/BxXouJvgCc0/?utm_source=ig_embed&amp;utm_campaign=loading',8605,0,'external'),(3229,'https://www.instagram.com/p/BxXouJvgCc0/?utm_source=ig_embed&amp;utm_campaign=loading',8605,0,'external'),(3230,'https://www.instagram.com/chancetherapper/?utm_source=ig_embed&amp;utm_campaign=loading',8605,0,'external'),(3232,'https://www.palaceamusement.com/',8668,0,'external'),(3324,'mailto:recruitsls@grp.sandals.com',4075,0,'external'),(3326,'mailto:recruitsls@grp.sandals.com',4073,0,'external'),(3328,'mailto:recruitsls@grp.sandals.com',4068,0,'external'),(3330,'mailto:recruitsls@grp.sandals.com',4067,0,'external'),(3332,'mailto:recruitsls@grp.sandals.com',4065,0,'external'),(3334,'mailto:recruitswh@grp.Sandals.com',4062,0,'external'),(3336,'mailto:recruitswh@grp.Sandals.com',4057,0,'external'),(3338,'mailto:recruitswh@grp.Sandals.com',4056,0,'external'),(3340,'mailto:bngrecruit@grp.sandals.com',4052,0,'external'),(3342,'mailto:bngrecruit@grp.sandals.com',3965,0,'external'),(3344,'mailto:recruitshc@grp.sandals.com',3963,0,'external'),(3346,'mailto:recruitshc@grp.sandals.com',3960,0,'external'),(3348,'mailto:recruitshc@grp.sandals.com',3952,0,'external'),(3350,'mailto:recruitsat@grp.sandals.com',3936,0,'external'),(3352,'mailto:recruitsat@grp.sandals.com',3932,0,'external'),(3354,'mailto:recruitsat@grp.sandals.com',3928,0,'external'),(3356,'mailto:recruitsat@grp.sandals.com',3922,0,'external'),(3358,'mailto:recruitsat@grp.sandals.com',3921,0,'external'),(3360,'mailto:recruitsat@grp.sandals.com',3888,0,'external'),(3362,'mailto:applicationshr04@gmail.com',3843,0,'external'),(3374,'mailto:hr@ttech.com.jm',8489,0,'external'),(3378,'mailto:jobs@ramblemediagroup.com',2993,0,'external'),(3380,'https://www.bbc.com/news/world-latin-america-45044513',8573,0,'external'),(3391,'https://buzz-caribbean.com/article/jason-derulo-samples-murder-she-wrote/',8726,6462,'internal'),(3407,'https://www.instagram.com/p/B2US-m3h-87/?utm_source=ig_embed&amp;utm_campaign=loading',8729,0,'external'),(3408,'https://www.instagram.com/p/B2US-m3h-87/?utm_source=ig_embed&amp;utm_campaign=loading',8729,0,'external'),(3409,'https://www.instagram.com/djkhaled/?utm_source=ig_embed&amp;utm_campaign=loading',8729,0,'external'),(3419,'https://buzz-caribbean.com/article/kim-kardashian-west-renames-shapewear-line/',8758,5974,'internal'),(3421,'https://buzz-caribbean.com/article/nwc-improving-water-supply-in-norwood-st-james/',8767,5830,'internal'),(3424,'https://t.co/NFPYUnqAQA',8836,0,'external'),(3425,'https://twitter.com/DelanoSeiv/status/1172469869855612928?ref_src=twsrc%5Etfw',8836,0,'external'),(3456,'https://www.instagram.com/p/B2WlN3_Jv7Y/?utm_source=ig_embed&amp;utm_campaign=loading',8882,0,'external'),(3457,'https://www.instagram.com/p/B2WlN3_Jv7Y/?utm_source=ig_embed&amp;utm_campaign=loading',8882,0,'external'),(3458,'https://www.instagram.com/thebestess/?utm_source=ig_embed&amp;utm_campaign=loading',8882,0,'external'),(3460,'https://buzz-caribbean.com/article/health-minister-says-manufacturers-should-contribute-to-good-of-society/',8744,8915,'internal'),(3465,'https://www.youtube.com/watch?v=cJc7xWJbwJw',8925,0,'external'),(3466,'https://www.youtube.com/watch?v=zUOh09GoQgk',8925,0,'external'),(3488,'https://www.instagram.com/p/B2Wyip6Ig87/?utm_source=ig_embed&amp;utm_campaign=loading',8932,0,'external'),(3489,'https://www.instagram.com/p/B2Wyip6Ig87/?utm_source=ig_embed&amp;utm_campaign=loading',8932,0,'external'),(3490,'https://www.instagram.com/leonbailey_9/?utm_source=ig_embed&amp;utm_campaign=loading',8932,0,'external'),(3501,'https://www.youtube.com/watch?v=L_u97PqWX6g',8967,0,'external'),(3518,'https://www.amexessentials.com/top-events-festivals-october-2019/',8975,0,'external'),(3519,'https://buzz-caribbean.com/article/5th-annual-jamaica-food-and-drink-festival-set-to-excite-local-palates/',8975,8843,'internal'),(3535,'https://twitter.com/EASPORTSFIFA?ref_src=twsrc%5Etfw',9026,0,'external'),(3536,'https://t.co/3cgzP3Nb3D',9026,0,'external'),(3537,'https://twitter.com/Wes5L1nk/status/1172101190970224640?ref_src=twsrc%5Etfw',9026,0,'external'),(3538,'https://t.co/CJoha3UKiI',9026,0,'external'),(3539,'https://twitter.com/LCFC/status/1172544569503825920?ref_src=twsrc%5Etfw',9026,0,'external'),(3544,'https://twitter.com/BlenheimPalace/status/1172850497029648384?ref_src=twsrc%5Etfw',9070,0,'external'),(3553,'http://www.visitantiguabarbuda.com/',9075,0,'external'),(3561,'https://www.youtube.com/watch?v=EnKIqjsCiDs',9196,0,'external'),(3562,'https://www.youtube.com/watch?v=g8Su6Rkzqzw',9196,0,'external'),(3607,'https://www.instagram.com/p/B2Hj5aOFD1n/?utm_source=ig_embed&amp;utm_campaign=loading',9251,0,'external'),(3608,'https://www.instagram.com/p/B2Hj5aOFD1n/?utm_source=ig_embed&amp;utm_campaign=loading',9251,0,'external'),(3609,'https://www.instagram.com/popcaanmusic/?utm_source=ig_embed&amp;utm_campaign=loading',9251,0,'external'),(3610,'https://www.instagram.com/p/BrgcS5dnJpm/?utm_source=ig_embed&amp;utm_campaign=loading',9251,0,'external'),(3611,'https://www.instagram.com/p/BrgcS5dnJpm/?utm_source=ig_embed&amp;utm_campaign=loading',9251,0,'external'),(3612,'https://www.instagram.com/popcaanmusic/?utm_source=ig_embed&amp;utm_campaign=loading',9251,0,'external'),(3676,'https://www.youtube.com/watch?v=2h0FHR4G6hI',9278,0,'external'),(3677,'https://www.youtube.com/watch?v=Iow392Lib1Q',9278,0,'external'),(3678,'https://www.instagram.com/p/B2UdFYAHLd4/?utm_source=ig_embed&amp;utm_campaign=loading',9278,0,'external'),(3679,'https://www.instagram.com/p/B2UdFYAHLd4/?utm_source=ig_embed&amp;utm_campaign=loading',9278,0,'external'),(3680,'https://www.instagram.com/toshalexander/?utm_source=ig_embed&amp;utm_campaign=loading',9278,0,'external'),(3723,'https://www.instagram.com/p/B2EbRyDhffX/?utm_source=ig_embed&amp;utm_campaign=loading',9306,0,'external'),(3724,'https://www.instagram.com/p/B2EbRyDhffX/?utm_source=ig_embed&amp;utm_campaign=loading',9306,0,'external'),(3725,'https://www.instagram.com/asafasub10king/?utm_source=ig_embed&amp;utm_campaign=loading',9306,0,'external'),(3726,'https://www.instagram.com/p/B2Y6Gf8AQYj/?utm_source=ig_embed&amp;utm_campaign=loading',9306,0,'external'),(3727,'https://www.instagram.com/p/B2Y6Gf8AQYj/?utm_source=ig_embed&amp;utm_campaign=loading',9306,0,'external'),(3728,'https://www.instagram.com/asafasub10king/?utm_source=ig_embed&amp;utm_campaign=loading',9306,0,'external'),(3796,'https://www.instagram.com/p/B2XNQyMhxWx/?utm_source=ig_embed&amp;utm_campaign=loading',9211,0,'external'),(3797,'https://www.instagram.com/p/B2XNQyMhxWx/?utm_source=ig_embed&amp;utm_campaign=loading',9211,0,'external'),(3798,'https://www.instagram.com/machelmontano/?utm_source=ig_embed&amp;utm_campaign=loading',9211,0,'external'),(3799,'https://buzz-caribbean.com/article/fifth-annual-diamond-ball-a-huge-success-rihanna-grateful-for-huge-support/',9211,8967,'internal'),(3811,'https://t.co/2XAs2WONKQ',9372,0,'external'),(3812,'https://t.co/kDbFmhc3gZ',9372,0,'external'),(3813,'https://twitter.com/YahooSports/status/1172259834269437952?ref_src=twsrc%5Etfw',9372,0,'external'),(3814,'https://t.co/amqD9d5CCc',9372,0,'external'),(3815,'https://twitter.com/BarstoolUMiami/status/1172241936180219909?ref_src=twsrc%5Etfw',9372,0,'external'),(3835,'https://www.instagram.com/p/B2dDHYuFW17/?utm_source=ig_embed&amp;utm_campaign=loading',9394,0,'external'),(3836,'https://www.instagram.com/p/B2dDHYuFW17/?utm_source=ig_embed&amp;utm_campaign=loading',9394,0,'external'),(3837,'https://www.instagram.com/ar12russell/?utm_source=ig_embed&amp;utm_campaign=loading',9394,0,'external'),(3845,'mailto:charlene.roye@nepa.gov.jm',9393,0,'external'),(3876,'https://www.instagram.com/p/B2W7nOHoGYs/?utm_source=ig_embed&amp;utm_campaign=loading',9424,0,'external'),(3877,'https://www.instagram.com/p/B2W7nOHoGYs/?utm_source=ig_embed&amp;utm_campaign=loading',9424,0,'external'),(3878,'https://www.instagram.com/cristiano/?utm_source=ig_embed&amp;utm_campaign=loading',9424,0,'external'),(3936,'https://www.instagram.com/p/B2edYR_FZMr/?utm_source=ig_embed&amp;utm_campaign=loading',9443,0,'external'),(3937,'https://www.instagram.com/p/B2edYR_FZMr/?utm_source=ig_embed&amp;utm_campaign=loading',9443,0,'external'),(3938,'https://www.instagram.com/johnlegend/?utm_source=ig_embed&amp;utm_campaign=loading',9443,0,'external'),(4023,'http://www.spacefacts.de/english/e_today.htm',9447,0,'external'),(4024,'https://t.co/fI01cZcyfB',9447,0,'external'),(4025,'https://t.co/6pY2LLQn9v',9447,0,'external'),(4026,'https://t.co/Kkg3zlaJ5i',9447,0,'external'),(4027,'https://t.co/BfnVMqSn0U',9447,0,'external'),(4028,'https://twitter.com/IgnazioMagnani/status/1173647051080568832?ref_src=twsrc%5Etfw',9447,0,'external'),(4078,'https://www.instagram.com/p/Bvqy0uWp36y/?utm_source=ig_embed&amp;utm_campaign=loading',9423,0,'external'),(4079,'https://www.instagram.com/p/Bvqy0uWp36y/?utm_source=ig_embed&amp;utm_campaign=loading',9423,0,'external'),(4080,'https://www.instagram.com/fyliku/?utm_source=ig_embed&amp;utm_campaign=loading',9423,0,'external'),(4081,'https://www.instagram.com/p/BfYksMwBLs4/?utm_source=ig_embed&amp;utm_campaign=loading',9423,0,'external'),(4082,'https://www.instagram.com/p/BfYksMwBLs4/?utm_source=ig_embed&amp;utm_campaign=loading',9423,0,'external'),(4083,'https://www.instagram.com/fyliku/?utm_source=ig_embed&amp;utm_campaign=loading',9423,0,'external'),(4084,'https://www.instagram.com/p/BfqbNySBkK7/?utm_source=ig_embed&amp;utm_campaign=loading',9423,0,'external'),(4085,'https://www.instagram.com/p/BfqbNySBkK7/?utm_source=ig_embed&amp;utm_campaign=loading',9423,0,'external'),(4086,'https://www.instagram.com/fyliku/?utm_source=ig_embed&amp;utm_campaign=loading',9423,0,'external'),(4159,'https://buzz-caribbean.com/article/552-schools-inspected-and-fogged/',9480,6886,'internal'),(4196,'https://www.instagram.com/p/Btrjb3MAx04/?utm_source=ig_embed&amp;utm_campaign=loading',9461,0,'external'),(4197,'https://www.instagram.com/p/Btrjb3MAx04/?utm_source=ig_embed&amp;utm_campaign=loading',9461,0,'external'),(4198,'https://www.instagram.com/alia_atkinson/?utm_source=ig_embed&amp;utm_campaign=loading',9461,0,'external'),(4199,'https://www.instagram.com/p/B1mZzc0A3tf/?utm_source=ig_embed&amp;utm_campaign=loading',9461,0,'external'),(4200,'https://www.instagram.com/p/B1mZzc0A3tf/?utm_source=ig_embed&amp;utm_campaign=loading',9461,0,'external'),(4201,'https://www.instagram.com/alia_atkinson/?utm_source=ig_embed&amp;utm_campaign=loading',9461,0,'external'),(4202,'https://www.instagram.com/p/B2ezpXRAeGy/?utm_source=ig_embed&amp;utm_campaign=loading',9461,0,'external'),(4203,'https://www.instagram.com/p/B2ezpXRAeGy/?utm_source=ig_embed&amp;utm_campaign=loading',9461,0,'external'),(4204,'https://www.instagram.com/alia_atkinson/?utm_source=ig_embed&amp;utm_campaign=loading',9461,0,'external'),(4205,'https://www.instagram.com/p/B1WSBjqgHH8/?utm_source=ig_embed&amp;utm_campaign=loading',9461,0,'external'),(4206,'https://www.instagram.com/p/B1WSBjqgHH8/?utm_source=ig_embed&amp;utm_campaign=loading',9461,0,'external'),(4207,'https://www.instagram.com/alia_atkinson/?utm_source=ig_embed&amp;utm_campaign=loading',9461,0,'external'),(4217,'https://www.instagram.com/p/B2fhNFqAzm_/?utm_source=ig_embed&amp;utm_campaign=loading',9474,0,'external'),(4218,'https://www.instagram.com/p/B2fhNFqAzm_/?utm_source=ig_embed&amp;utm_campaign=loading',9474,0,'external'),(4219,'https://www.instagram.com/yardie_sports/?utm_source=ig_embed&amp;utm_campaign=loading',9474,0,'external');
/*!40000 ALTER TABLE `wp_yoast_seo_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_seo_meta`
--

DROP TABLE IF EXISTS `wp_yoast_seo_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_seo_meta` (
  `object_id` bigint(20) unsigned NOT NULL,
  `internal_link_count` int(10) unsigned DEFAULT NULL,
  `incoming_link_count` int(10) unsigned DEFAULT NULL,
  UNIQUE KEY `object_id` (`object_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_seo_meta`
--

LOCK TABLES `wp_yoast_seo_meta` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_meta` DISABLE KEYS */;
INSERT INTO `wp_yoast_seo_meta` VALUES (3,0,0),(5,0,0),(6,0,0),(7,0,0),(8,0,0),(9,0,0),(10,0,0),(11,0,0),(12,0,0),(13,0,0),(14,0,0),(15,0,0),(16,0,0),(21,5,4),(22,3,0),(23,0,0),(24,0,0),(25,0,1),(26,8,5),(27,0,0),(53,0,0),(59,0,0),(66,0,0),(77,0,0),(98,0,0),(116,0,1),(140,0,0),(155,0,0),(169,0,0),(185,0,0),(198,0,0),(203,0,0),(215,0,0),(219,0,0),(243,0,0),(274,0,0),(281,0,0),(282,0,0),(300,0,0),(321,NULL,1),(332,0,0),(357,0,0),(379,0,0),(386,0,0),(405,0,0),(420,0,0),(442,0,0),(444,0,0),(456,0,0),(465,0,0),(487,0,0),(491,0,0),(511,0,0),(513,0,0),(516,0,0),(533,0,1),(542,0,0),(547,0,0),(559,0,0),(560,0,0),(565,0,0),(566,0,0),(567,0,0),(571,0,0),(581,0,0),(592,0,0),(594,0,0),(599,0,0),(603,0,0),(623,0,0),(644,0,0),(648,0,0),(649,0,0),(652,0,0),(660,0,0),(662,0,0),(666,0,0),(669,0,0),(676,0,0),(690,0,0),(695,0,0),(700,0,0),(709,0,0),(731,0,0),(746,0,0),(747,0,0),(756,0,0),(760,0,0),(762,1,0),(781,0,0),(789,0,0),(810,0,0),(812,0,0),(828,2,0),(855,0,0),(861,0,0),(888,0,0),(889,0,0),(899,0,0),(907,1,0),(909,0,0),(913,0,0),(924,0,0),(961,NULL,1),(992,0,0),(994,0,0),(996,0,0),(997,0,0),(999,0,0),(1000,0,0),(1060,0,0),(1069,0,0),(1070,0,0),(1071,0,0),(1072,0,0),(1095,0,0),(1114,0,0),(1116,0,0),(1120,0,0),(1134,0,0),(1148,0,0),(1156,0,0),(1269,0,0),(1278,0,0),(1394,0,0),(1403,0,0),(1409,0,0),(1429,0,0),(1431,0,0),(1443,0,0),(1469,0,0),(1471,0,0),(1476,0,0),(1480,0,0),(1618,0,0),(1662,0,0),(1758,NULL,1),(1829,0,0),(2024,NULL,3),(2067,0,0),(2074,0,0),(2085,0,0),(2088,0,0),(2143,NULL,1),(2152,NULL,1),(2310,0,0),(2316,0,1),(2330,0,0),(2339,0,0),(2346,0,0),(2376,0,2),(2566,0,0),(2576,0,0),(2600,0,0),(2668,0,0),(2673,NULL,1),(2790,0,0),(2794,0,0),(2993,0,0),(3040,0,0),(3058,0,0),(3061,0,0),(3064,0,0),(3078,0,0),(3090,0,0),(3099,0,0),(3104,0,0),(3117,0,0),(3291,0,0),(3292,0,0),(3313,0,0),(3314,0,0),(3315,0,0),(3316,0,0),(3317,0,0),(3320,0,0),(3321,0,0),(3331,0,0),(3382,0,0),(3383,0,0),(3386,0,0),(3392,0,0),(3418,0,0),(3419,0,0),(3420,0,0),(3424,0,0),(3480,0,0),(3484,0,0),(3487,0,0),(3498,0,0),(3499,0,0),(3500,0,0),(3506,0,0),(3507,0,0),(3514,0,0),(3516,0,0),(3520,0,0),(3535,0,0),(3536,0,0),(3539,0,0),(3552,0,0),(3555,0,0),(3592,0,0),(3643,0,0),(3662,0,0),(3678,0,0),(3687,0,0),(3690,0,0),(3691,0,0),(3706,0,0),(3713,0,0),(3714,0,0),(3727,0,0),(3741,0,0),(3750,0,0),(3763,0,0),(3773,0,0),(3780,0,0),(3788,0,0),(3789,0,0),(3809,0,0),(3837,0,0),(3843,0,0),(3847,0,0),(3851,0,0),(3855,0,0),(3857,0,0),(3863,0,0),(3869,0,0),(3880,0,0),(3888,0,0),(3890,0,0),(3914,0,0),(3916,0,0),(3921,0,0),(3922,0,0),(3926,0,0),(3928,0,0),(3932,0,0),(3934,0,1),(3936,0,0),(3952,0,0),(3960,0,0),(3963,0,0),(3965,0,0),(3968,0,0),(4010,0,0),(4052,0,0),(4056,0,0),(4057,0,0),(4062,0,0),(4065,0,0),(4067,0,0),(4068,0,0),(4073,0,0),(4075,0,0),(4120,0,0),(4141,0,0),(4142,0,0),(4165,0,0),(4166,0,0),(4168,0,0),(4170,0,0),(4178,0,0),(4229,0,0),(4246,0,0),(4254,0,0),(4326,0,0),(4327,0,0),(4398,0,0),(4445,0,0),(4450,0,0),(4453,0,0),(4459,0,0),(4462,0,0),(4469,0,0),(4556,0,0),(4575,0,0),(4576,0,0),(4586,0,0),(4587,0,0),(4589,0,0),(4600,0,0),(4638,0,0),(4639,0,0),(4651,0,0),(4653,0,0),(4673,0,0),(4677,0,0),(4725,0,0),(4732,0,0),(4770,0,0),(4772,1,1),(4774,0,0),(4776,0,0),(4782,0,0),(4783,0,0),(4786,0,0),(4789,0,0),(4790,0,0),(4795,0,0),(4798,0,0),(4801,0,0),(4806,0,0),(4808,0,0),(4810,0,0),(4816,0,0),(4817,0,0),(4818,0,0),(4819,0,0),(4822,0,0),(4823,0,0),(4834,0,0),(4836,0,0),(4848,0,0),(4856,0,0),(4860,0,0),(4861,0,0),(4867,0,0),(4868,0,0),(4869,0,0),(4872,0,0),(4876,0,0),(4880,0,0),(4893,0,0),(4910,0,0),(4918,0,0),(4935,0,0),(4940,0,1),(4944,0,0),(4950,0,0),(4957,0,1),(4960,0,0),(4962,0,0),(4970,0,0),(4971,0,0),(4972,0,0),(4977,0,0),(4978,0,0),(4981,0,0),(4986,0,0),(4988,0,0),(4990,0,0),(4993,0,1),(4997,0,0),(4999,0,0),(5003,0,0),(5010,0,0),(5012,0,0),(5014,0,0),(5015,0,0),(5022,0,0),(5023,0,0),(5025,0,0),(5026,0,0),(5031,0,0),(5038,0,0),(5041,0,0),(5046,0,0),(5048,0,0),(5057,0,0),(5059,0,0),(5062,0,0),(5066,0,0),(5067,0,0),(5068,0,0),(5069,0,0),(5074,0,0),(5097,0,0),(5100,0,0),(5101,0,0),(5103,0,0),(5104,0,0),(5106,0,0),(5108,0,0),(5112,0,0),(5113,0,0),(5117,0,0),(5121,0,0),(5129,0,1),(5132,0,0),(5133,0,0),(5134,0,0),(5141,0,0),(5142,0,0),(5144,0,0),(5151,0,0),(5165,0,0),(5174,0,0),(5186,0,0),(5191,0,0),(5197,0,0),(5198,0,0),(5199,0,0),(5200,0,0),(5208,0,0),(5209,0,0),(5210,0,0),(5218,0,0),(5219,0,0),(5222,0,0),(5226,0,0),(5230,0,0),(5232,0,0),(5236,0,0),(5238,0,0),(5239,0,0),(5246,0,0),(5253,0,0),(5255,0,0),(5261,0,0),(5263,0,0),(5266,0,0),(5268,0,0),(5289,0,0),(5292,0,0),(5295,0,0),(5297,0,0),(5305,0,0),(5308,0,0),(5313,0,0),(5316,0,0),(5324,0,0),(5327,0,0),(5328,0,0),(5329,0,0),(5330,0,0),(5334,0,0),(5337,0,0),(5347,0,0),(5348,0,0),(5349,0,0),(5350,0,0),(5351,0,0),(5353,0,0),(5363,0,0),(5369,0,0),(5371,0,0),(5375,0,0),(5378,0,0),(5379,0,0),(5380,0,0),(5383,0,0),(5384,0,0),(5388,0,0),(5394,0,0),(5398,0,0),(5404,0,0),(5407,0,0),(5416,0,0),(5424,0,0),(5434,0,0),(5436,0,0),(5438,0,0),(5454,0,0),(5455,0,1),(5456,0,1),(5458,0,1),(5464,0,0),(5469,0,0),(5471,0,0),(5512,0,0),(5515,0,0),(5518,0,1),(5526,0,0),(5530,1,0),(5540,0,0),(5548,0,0),(5551,0,0),(5557,1,0),(5571,0,0),(5582,0,0),(5594,0,0),(5596,0,0),(5598,0,0),(5599,0,0),(5600,0,0),(5601,0,0),(5602,0,0),(5605,0,0),(5612,0,0),(5618,0,0),(5620,0,0),(5630,0,0),(5631,0,0),(5633,0,0),(5634,0,0),(5638,0,0),(5641,0,0),(5645,0,0),(5649,0,0),(5654,0,0),(5655,0,0),(5658,0,0),(5662,0,0),(5668,0,0),(5672,0,0),(5680,0,2),(5687,0,0),(5690,0,0),(5692,0,0),(5696,0,0),(5697,0,0),(5699,0,0),(5701,0,1),(5706,0,0),(5711,0,0),(5716,0,0),(5718,2,1),(5720,0,0),(5728,0,0),(5730,1,0),(5736,1,0),(5745,0,0),(5751,1,1),(5763,1,1),(5783,0,0),(5785,0,0),(5788,0,0),(5797,0,0),(5803,0,0),(5809,0,0),(5813,1,0),(5819,0,0),(5825,0,0),(5830,0,1),(5835,0,0),(5837,0,0),(5841,0,0),(5844,0,0),(5846,0,0),(5849,0,0),(5854,0,0),(5855,0,0),(5860,0,0),(5863,0,0),(5865,0,0),(5867,0,0),(5869,0,0),(5876,0,0),(5879,0,0),(5884,0,0),(5897,0,0),(5899,0,0),(5902,0,0),(5904,0,0),(5908,0,0),(5914,0,0),(5916,0,0),(5918,0,0),(5920,0,0),(5929,0,0),(5930,0,0),(5937,0,0),(5938,0,0),(5939,0,0),(5940,0,0),(5944,0,0),(5945,1,0),(5953,0,0),(5962,0,0),(5963,0,0),(5966,0,0),(5973,0,0),(5974,0,1),(5977,0,0),(5984,0,0),(5988,0,0),(6001,0,0),(6005,0,0),(6011,0,0),(6015,0,0),(6016,0,0),(6020,0,0),(6029,0,0),(6032,0,0),(6034,0,0),(6036,0,0),(6040,0,0),(6050,0,1),(6057,0,0),(6067,0,2),(6068,0,0),(6069,0,0),(6077,0,0),(6078,0,0),(6079,0,0),(6086,0,0),(6087,0,0),(6091,0,0),(6094,3,0),(6097,0,0),(6105,0,0),(6111,0,0),(6113,0,0),(6116,0,0),(6119,1,0),(6120,0,0),(6125,0,0),(6131,0,0),(6134,0,0),(6138,0,0),(6142,0,0),(6143,0,0),(6147,0,0),(6148,0,0),(6154,0,0),(6162,0,0),(6173,1,0),(6179,3,0),(6182,0,0),(6186,0,0),(6187,0,0),(6188,0,0),(6194,0,0),(6195,0,1),(6198,0,0),(6199,0,0),(6202,0,0),(6203,0,1),(6204,0,0),(6206,0,0),(6217,0,0),(6218,0,0),(6222,0,0),(6224,0,0),(6242,0,0),(6244,0,0),(6248,0,0),(6249,0,0),(6252,0,0),(6253,1,0),(6258,0,0),(6267,0,0),(6269,0,0),(6271,0,0),(6272,0,0),(6273,0,0),(6276,0,0),(6279,0,0),(6283,0,0),(6287,0,0),(6292,1,0),(6294,0,2),(6296,0,0),(6297,0,0),(6300,0,1),(6307,0,0),(6308,0,0),(6309,0,0),(6310,0,0),(6311,0,0),(6314,0,0),(6320,0,0),(6322,0,0),(6324,0,0),(6326,0,0),(6327,0,0),(6332,2,0),(6336,0,1),(6342,0,0),(6343,0,0),(6348,0,0),(6351,0,0),(6356,0,0),(6358,0,0),(6367,2,0),(6368,0,0),(6369,0,0),(6380,0,0),(6382,0,0),(6391,0,0),(6392,0,0),(6393,0,0),(6397,0,0),(6400,3,0),(6405,0,0),(6418,0,0),(6423,0,0),(6425,0,0),(6426,0,0),(6427,0,0),(6438,0,0),(6443,0,0),(6449,0,0),(6452,0,0),(6456,0,0),(6461,0,0),(6462,0,1),(6468,0,0),(6469,0,0),(6472,0,0),(6480,0,0),(6489,0,0),(6497,0,0),(6498,0,0),(6501,0,0),(6504,0,0),(6505,0,0),(6507,0,0),(6512,0,0),(6520,1,0),(6522,0,0),(6527,0,0),(6529,0,0),(6530,0,0),(6532,0,0),(6533,0,0),(6537,0,1),(6539,0,0),(6561,0,0),(6570,0,0),(6573,0,0),(6577,0,0),(6582,0,0),(6585,0,0),(6586,0,0),(6587,0,1),(6590,1,0),(6594,0,0),(6597,0,0),(6599,0,1),(6603,0,0),(6605,0,0),(6609,0,0),(6610,0,0),(6618,0,1),(6623,0,1),(6627,0,0),(6629,0,0),(6631,0,0),(6636,0,0),(6644,0,0),(6655,0,0),(6656,0,0),(6657,1,0),(6659,0,0),(6666,0,0),(6670,0,0),(6672,0,0),(6675,0,0),(6677,0,0),(6680,0,0),(6695,0,0),(6703,0,0),(6708,0,0),(6715,0,0),(6722,0,0),(6730,0,0),(6735,0,0),(6747,0,0),(6750,0,0),(6754,0,0),(6756,0,0),(6760,0,0),(6763,0,0),(6766,0,0),(6770,0,0),(6773,0,0),(6776,0,0),(6779,0,0),(6780,0,0),(6783,0,0),(6787,0,0),(6793,0,1),(6795,0,0),(6797,0,0),(6803,0,0),(6806,0,0),(6807,1,0),(6817,0,0),(6828,0,0),(6836,1,0),(6846,0,0),(6850,0,0),(6852,0,0),(6854,0,0),(6857,0,0),(6860,0,0),(6868,0,0),(6869,0,0),(6877,0,0),(6878,0,0),(6882,0,0),(6886,1,1),(6890,0,0),(6897,0,0),(6898,0,0),(6908,0,0),(6914,0,0),(6916,0,0),(6924,1,0),(6928,0,1),(6932,0,0),(6939,0,0),(6941,0,0),(6943,0,0),(6949,1,0),(6951,0,0),(6954,0,0),(6957,0,0),(6967,0,0),(6978,0,0),(6982,0,0),(6986,0,0),(6989,0,0),(6990,0,0),(6993,0,0),(6995,0,0),(6997,0,0),(7000,0,0),(7004,0,0),(7005,0,0),(7008,0,0),(7012,0,0),(7016,0,0),(7018,0,0),(7019,0,0),(7020,0,0),(7023,0,0),(7025,0,0),(7040,0,0),(7042,0,0),(7044,0,0),(7053,0,0),(7055,0,0),(7060,0,0),(7068,0,0),(7072,0,0),(7074,0,0),(7080,0,0),(7082,0,0),(7094,0,0),(7095,0,0),(7099,0,0),(7103,0,0),(7104,0,0),(7106,0,0),(7107,0,0),(7108,0,0),(7109,0,0),(7113,0,0),(7116,0,0),(7117,0,0),(7119,0,0),(7124,0,1),(7128,0,0),(7129,0,0),(7133,0,0),(7139,0,0),(7145,0,0),(7146,0,0),(7151,0,0),(7155,0,0),(7157,0,0),(7159,0,0),(7161,0,0),(7174,0,0),(7179,2,0),(7180,0,0),(7182,0,0),(7183,0,0),(7187,0,0),(7191,0,0),(7194,0,0),(7195,0,0),(7196,0,0),(7201,0,0),(7203,0,0),(7205,0,0),(7214,0,0),(7222,0,0),(7233,0,0),(7236,0,0),(7237,0,0),(7238,0,0),(7240,0,0),(7241,0,0),(7242,0,0),(7245,0,0),(7246,0,0),(7247,0,0),(7249,0,0),(7258,0,0),(7285,0,0),(7287,0,0),(7288,0,0),(7291,1,0),(7292,0,0),(7303,0,0),(7304,0,0),(7306,0,0),(7310,0,0),(7312,0,0),(7317,0,0),(7319,0,0),(7320,0,1),(7324,0,0),(7325,0,0),(7327,0,1),(7330,0,0),(7336,0,0),(7338,0,0),(7339,0,0),(7346,0,0),(7352,0,1),(7360,0,1),(7362,0,0),(7364,0,0),(7367,0,0),(7370,0,0),(7371,0,0),(7375,0,0),(7383,1,0),(7389,0,0),(7390,0,0),(7392,0,0),(7393,0,0),(7394,0,0),(7395,0,0),(7401,0,0),(7402,0,0),(7403,0,0),(7407,0,0),(7410,0,0),(7412,0,0),(7417,0,0),(7421,0,0),(7426,0,0),(7432,0,0),(7434,0,0),(7435,0,0),(7437,0,0),(7440,0,0),(7441,0,0),(7444,0,0),(7448,0,0),(7449,0,0),(7457,0,0),(7458,0,0),(7469,0,0),(7472,0,0),(7474,0,0),(7476,0,0),(7479,0,0),(7483,0,0),(7488,0,0),(7490,0,0),(7491,0,0),(7500,0,0),(7502,0,0),(7504,0,0),(7505,0,0),(7509,0,0),(7512,2,0),(7519,0,0),(7520,0,0),(7521,0,0),(7522,0,0),(7526,0,0),(7530,0,0),(7533,0,0),(7535,0,0),(7540,0,0),(7542,0,0),(7548,0,0),(7549,0,0),(7552,0,0),(7554,0,0),(7555,0,0),(7571,0,0),(7577,0,0),(7578,0,0),(7579,2,0),(7583,0,0),(7591,0,0),(7599,0,0),(7601,0,0),(7605,0,0),(7611,0,0),(7612,0,0),(7614,0,0),(7616,0,0),(7617,0,0),(7619,0,0),(7620,0,0),(7627,0,0),(7629,0,0),(7633,0,0),(7636,0,0),(7641,0,0),(7646,0,0),(7648,0,0),(7649,0,0),(7650,1,0),(7651,0,0),(7652,0,0),(7655,0,0),(7660,0,0),(7661,0,0),(7662,0,0),(7665,0,0),(7666,0,0),(7667,0,0),(7690,0,0),(7693,0,0),(7695,0,0),(7698,0,0),(7707,0,0),(7714,0,0),(7716,0,0),(7717,0,0),(7718,0,0),(7719,0,0),(7720,0,0),(7721,0,0),(7723,0,0),(7725,0,0),(7728,0,0),(7732,0,0),(7734,0,0),(7736,0,0),(7737,0,0),(7744,0,0),(7745,0,0),(7756,0,0),(7758,0,0),(7762,0,0),(7769,0,0),(7771,0,0),(7773,0,0),(7775,0,0),(7776,0,1),(7781,0,0),(7791,0,0),(7795,0,0),(7797,0,0),(7798,0,0),(7800,0,0),(7801,0,0),(7807,0,0),(7810,0,0),(7815,0,0),(7817,0,0),(7818,0,0),(7823,0,0),(7840,0,0),(7843,0,0),(7845,1,0),(7846,0,0),(7853,0,0),(7874,0,0),(7877,0,0),(7878,0,0),(7894,0,0),(7907,0,0),(7913,0,0),(7918,0,0),(7923,0,0),(7935,1,0),(7936,0,0),(7937,0,0),(7938,0,0),(7941,0,0),(7942,0,0),(7944,0,0),(7945,0,0),(7946,0,0),(7947,0,0),(7948,0,0),(7949,0,0),(7961,0,0),(7967,0,0),(7970,0,0),(7973,0,0),(7976,0,0),(7977,0,0),(7978,0,0),(7984,0,0),(7987,0,0),(7989,0,0),(7990,0,0),(7993,0,0),(7996,0,0),(7998,0,0),(8003,0,0),(8007,0,0),(8012,0,0),(8018,0,0),(8021,0,0),(8024,0,0),(8029,0,0),(8030,0,0),(8032,0,0),(8037,0,0),(8041,0,0),(8045,0,0),(8048,0,0),(8052,0,0),(8056,0,0),(8058,0,0),(8060,0,0),(8063,0,0),(8066,0,0),(8069,0,0),(8074,0,0),(8078,0,0),(8081,0,0),(8082,0,0),(8083,0,0),(8086,0,0),(8089,0,0),(8090,0,0),(8095,0,0),(8096,0,0),(8097,0,0),(8100,0,0),(8101,0,0),(8103,1,0),(8105,0,1),(8109,0,0),(8111,0,0),(8114,0,0),(8120,0,0),(8123,0,0),(8124,0,0),(8128,0,0),(8134,0,0),(8141,0,0),(8147,0,0),(8150,0,0),(8156,0,0),(8160,0,0),(8170,0,0),(8171,0,0),(8174,0,0),(8180,0,0),(8186,0,0),(8193,0,0),(8195,0,0),(8200,0,0),(8204,0,0),(8209,0,0),(8215,0,0),(8218,0,0),(8228,0,0),(8230,0,0),(8231,0,0),(8237,0,0),(8239,0,0),(8241,0,0),(8251,0,0),(8253,0,0),(8259,0,0),(8263,0,0),(8269,1,0),(8272,0,0),(8273,0,0),(8274,0,0),(8275,0,0),(8277,0,0),(8281,0,0),(8282,0,0),(8283,0,0),(8284,0,0),(8287,0,0),(8289,0,0),(8291,1,0),(8298,0,0),(8299,0,0),(8301,0,0),(8304,0,0),(8309,0,0),(8322,0,0),(8325,0,0),(8327,0,0),(8330,0,0),(8335,0,0),(8341,0,0),(8342,0,0),(8352,0,0),(8355,0,0),(8360,0,0),(8367,0,0),(8370,0,0),(8372,0,0),(8374,0,0),(8379,0,0),(8388,0,0),(8391,0,0),(8406,0,0),(8421,0,0),(8425,0,0),(8426,0,0),(8427,0,0),(8432,0,0),(8437,0,0),(8450,0,0),(8454,0,0),(8467,0,0),(8470,0,0),(8472,0,0),(8474,0,0),(8477,0,0),(8482,0,0),(8489,0,0),(8492,0,0),(8502,0,0),(8504,0,0),(8506,0,0),(8509,0,0),(8521,0,0),(8526,0,0),(8527,0,0),(8533,0,0),(8537,2,0),(8544,0,0),(8555,0,0),(8560,0,0),(8563,0,0),(8565,0,0),(8573,0,0),(8574,0,0),(8575,0,0),(8588,0,0),(8593,0,0),(8596,0,0),(8605,0,0),(8611,0,0),(8614,0,0),(8620,0,0),(8621,0,0),(8622,0,0),(8623,0,0),(8628,0,0),(8629,0,0),(8634,0,0),(8638,0,0),(8641,0,0),(8646,0,0),(8650,0,0),(8657,0,0),(8659,0,0),(8660,0,0),(8662,0,0),(8668,0,0),(8673,0,0),(8680,0,0),(8681,0,0),(8682,0,0),(8685,0,0),(8686,0,0),(8688,0,0),(8692,0,0),(8704,0,0),(8705,0,0),(8710,0,0),(8711,0,0),(8713,0,0),(8717,0,0),(8719,0,0),(8726,1,0),(8729,0,0),(8744,1,0),(8752,0,0),(8753,0,0),(8758,1,0),(8759,0,0),(8762,0,0),(8767,1,0),(8773,0,0),(8778,0,0),(8785,0,0),(8788,0,0),(8790,0,0),(8793,0,0),(8794,0,0),(8798,0,0),(8800,0,0),(8806,0,0),(8807,0,0),(8811,0,0),(8812,0,0),(8815,0,0),(8821,0,0),(8823,0,0),(8827,0,0),(8828,0,0),(8836,0,0),(8843,0,1),(8853,0,0),(8857,0,0),(8859,0,0),(8860,0,0),(8861,0,0),(8865,0,0),(8867,0,0),(8871,0,0),(8872,0,0),(8873,0,0),(8882,0,0),(8899,0,0),(8906,0,0),(8910,0,0),(8915,0,1),(8923,0,0),(8925,0,0),(8932,0,0),(8934,0,0),(8935,0,0),(8936,0,0),(8939,0,0),(8944,0,0),(8945,0,0),(8967,0,1),(8975,1,0),(8976,0,0),(8988,0,0),(8992,0,0),(9007,0,0),(9016,0,0),(9019,0,0),(9022,0,0),(9024,0,0),(9026,0,0),(9028,0,0),(9033,0,0),(9034,0,0),(9039,0,0),(9040,0,0),(9043,0,0),(9044,0,0),(9045,0,0),(9057,0,0),(9062,0,0),(9070,0,0),(9075,0,0),(9079,0,0),(9088,0,0),(9091,0,0),(9093,0,0),(9104,0,0),(9125,0,0),(9131,0,0),(9134,0,0),(9150,0,0),(9162,0,0),(9168,0,0),(9173,0,0),(9190,0,0),(9193,0,0),(9196,0,0),(9202,0,0),(9208,0,0),(9211,1,0),(9219,0,0),(9225,0,0),(9228,0,0),(9232,0,0),(9236,0,0),(9238,0,0),(9245,0,0),(9249,0,0),(9251,0,0),(9258,0,0),(9262,0,0),(9270,0,0),(9273,0,0),(9274,0,0),(9275,0,0),(9276,0,0),(9277,0,0),(9278,0,0),(9285,0,0),(9306,0,0),(9312,0,0),(9316,0,0),(9324,0,0),(9337,0,0),(9340,0,0),(9343,0,0),(9345,0,0),(9349,0,0),(9350,0,0),(9355,0,0),(9363,0,0),(9365,0,0),(9372,0,0),(9373,0,0),(9384,0,0),(9393,0,0),(9394,0,0),(9398,0,0),(9399,0,0),(9403,0,0),(9407,0,0),(9410,0,0),(9412,0,0),(9414,0,0),(9423,0,0),(9424,0,0),(9432,0,0),(9436,0,0),(9443,0,0),(9447,0,0),(9455,0,0),(9458,0,0),(9460,0,0),(9461,0,0),(9470,0,0),(9474,0,0),(9480,1,0),(9483,0,0),(9489,0,0),(9497,0,0),(9498,0,0),(9508,0,0),(9522,0,0),(9531,0,0),(9536,0,0),(9538,0,0),(9542,0,0),(9544,0,0),(9546,0,0),(9552,0,0),(9563,0,0),(9566,0,0),(9571,0,0),(9572,0,0),(9573,0,0),(9574,0,0),(9575,0,0),(9576,0,0);
/*!40000 ALTER TABLE `wp_yoast_seo_meta` 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 2021-01-13 11:42:32
